android-12.1.0_r1 to android-13.0.0_r1 AOSP changelog

This only includes the Android Open Source Project changes and does not include any changes in any proprietary components included by Google or any hardware manufacturer. The raw log was generated using a modified version of this script written by JBQ and improved by Al Sutton.

Please do not copy this without attribution to this site and JBQ for the original script.

+- Project: platform/art

c618f7c01e : Cherrypick Reland^2 "Don't install instrumentation stubs for single thread deopts"
756e506bb7 : Update boot image and system server profiles [M10C10P80S0]
b88f3dbe28 : Add ART run-test `art-run-test-048-reflect-v8` to CTS.
0d306c40f9 : Add support for CTS to ART run-tests running with TradeFed.
b84c590e02 : Bump version codes in tm-dev to match tm-mainline-prod
e96d1e9bd5 : Fix branch destination in nterp_instance_of_slow_path.
28258f4828 : Build API stubs instead of implementation jars for i18n and Conscrypt deps.
62347b8bef : Stop disting veridex for sdk
e496816c88 : Update boot image and system server profiles [M5C5P80S0]
1eeb37a6a1 : Regenerate ART test files (2022-05-22).
08ec90a659 : Update boot image and system server profiles [M15C15P85S0]
0acf79c6ac : Don't disable JIT GC when instrumentation is enabled
dff7de431e : Check all art-related system properties.
5120b5f637 : Make the phenotype flag live across system restarts in the test.
930070ed1c : Disable shared method memory optimization.
29db4d3861 : Bump Mainline Module Version Codes in tm-dev to 330090000
8b11184271 : Revert "Remove workaround for null klass during marking phase"
dd6f7c6962 : Avoid PushLocalFrame(0) CHECK failure
45d0881f74 : Re-compile on userfaultfd phenotype flag change.
36c0cb0ed5 : Add support for max-target-s
c961939b7c : LSE fix removing observable stores in try catch
42f1af8672 : LSE fix removing observable stores with throwing instuctions
7f587e5360 : Fix `CanUseKnownBootImageVarHandle()`, part 2.
acbb380694 : Fix `CanUseKnownBootImageVarHandle()`.
96403b16e3 : hiddenapi: Fail if encoding S+ flags on R/Q libraries
0ca39d1e34 : Clear shared method bit when doing boot image profiling.
4064ea75b0 : Update return value after method exit hook callback
b33ae53da5 : Check external dex file checksum in `OatFile::Setup`.
9d31daa0b3 : Avoid VarHandle checks for boot image field VarHandles.
5e50df5209 : Use "main" branch of LUCI's CIPD package
10137abcd0 : Move descriptor hashing to `mirror::Class`.
86f1b3f30f : Shard slow TestNg tests for art buildbot
b6e0e02a85 : Do not require mutator lock for some `ArtField` fields.
a23cf27371 : Add comments about class/intern table search order.
1ae8925233 : Enable python3 on some LUCI builds.
6f052db1c3 : Fix the line info storage for obfuscated methods
7f85b3cd70 : Bump apex version to 33xxxxxx in tm-dev.
cdac020aa2 : Fix ProguardMap line mapping
2eebc53fe6 : Enable upstream OpenJDK core-ojtests in run-libcore-tests.sh
9de71a4e46 : Move javac_wrapper.sh scripts into own files.
495311c865 : Modernize libartbase/ usage of <type_traits>...
998c265539 : Move fail to find a class at compile time to VLOG for AoT
0eca098c26 : Enable LoopOptimization for graphs with try catch blocks
d77cf74d29 : x86/x86-64: Fix BoundsCheck slow path clobbering EDX/RDX.
d0600629cf : Change class set search order in `ClassTable`.
ebf0dac3fa : Dump backtrace on `DeleteLocalRef` failures (to debug mmap failures).
7a04783947 : dex2oat: Faster class pruning.
53258d07c1 : Fix dex file lookup in DumpInfo when dex file locations have full paths.
81db82ce99 : Search intern tables in reverse order.
66b43b977b : Work around the build error on odsign_e2e_tests_defaults.
6332a75b72 : Revert "Enable upstream OpenJDK core-ojtests in run-libcore-tests.sh"
9e3c37173d : Revert^2 "Add support for try catches in LSE"
9bf964465a : Enable upstream OpenJDK core-ojtests in run-libcore-tests.sh
e953942ad6 : Revert^2 "Pass `ArenaAllocator` to JNI compiler."
0da1a77317 : Split odsign_e2e_tests into two modules.
116a26ad60 : Migrate Buffer peek*Array methods to art/
8082cf9946 : Add a check that we do not set intrinsic type `kNone`.
0a110f3853 : Add libjdwp as a dependency for build-art-host
2913ddad8b : Revert "Add support for try catches in LSE"
fb95eedb3c : Force inlining in `CodeInfo` constructors.
aa5a644f17 : Revert "Pass `ArenaAllocator` to JNI compiler."
8bb486a78e : Add CFI-checking script and fix found CFI issues.
608a9158b0 : Fix interface method linking for an edge case.
62b12658b7 : Add support for try catches in LSE
cef72a67be : Revert^2 "DCE SimplifyAlwaysThrowing optimizations"
8e92a617ff : Inliner will return true when identifying a method as always throws
601f4e9955 : Pass `ArenaAllocator` to JNI compiler.
3b661321f6 : Convert generate_operator_out to python 3
f4bd5debf7 : Touch up changes related to cross-dex compiling
6a1d9b9106 : Revert "Enable core-ojtests in run-libcore-tests.sh"
cdc3ab06f5 : Force inlining in `InternTable`.
c707277ca7 : Enable core-ojtests in run-libcore-tests.sh
9393041799 : Pass --bitness to device APEX tests only.
27c1a0eca3 : Query Soong for all build vars.
b567880e8c : Implement JVM_GetNanoTimeAdjustment
62df93ba56 : Add core-ojtests target to host build and to vogar classpath
099b75bdcf : Use `HashMap<>` for code info deduplication.
714328e2d2 : ART: Minor cleanup in cmdline/.
47eea60033 : Do not repeatedly search frozen strong intern tables.
365c0205aa : String hashing cleanup in `InternTable`.
f67e8c35ee : Preallocate `CodeInfoTableDeduper::dedupe_set_`.
65258db896 : Faster class descriptor hashing.
4ebfcac9d1 : Track finalizable objects in loops
f0295201c2 : Non-module targets in art.
026a662dd6 : Revert "DCE SimplifyAlwaysThrowing optimizations"
298112a02c : DCE SimplifyAlwaysThrowing optimizations
11bdac03c5 : Add OWNERS for odsign_e2e_tests.
fd4f565818 : Remove checkOutputValidity test case
e815aecfd8 : Set access flags only once in `ClassLinker::LoadMethod()`.
4583bedf15 : Set reboot timeout for OdrefreshHostTest.
cae2a5bdda : Update and move 680-sink-regression into 639-checker-code-sinking
8f146f9785 : Tweak linux_glibc properties for musl builds in art
838f6c4137 : Fix use-after-scope in dex2oat cmdline parsing
26e70d8600 : Allow code to sink right before the TryBoundary
7188478756 : Remove dependency on libbacktrace.
f0676b4048 : Move output validity check from test util to a test case
8b5ae0823b : Remove hard-coded list of boot image array classes.
e7e026bc67 : In GetDexoptNeeded, check whether the oat file was compiled without image.
8d100bab7f : Fix last value generation in loop optimization.
d5d11d9dae : Allow one method to override multiple superclass methods.
6ea32a5b1d : Remove dependency on libbacktrace.
396bab83f9 : Remove obsolete code related to quickening.
02af736606 : Fix a couple of places to check for instrumented entry points
1dd1f479a0 : Clean up 162-method-resolution and add a test.
2bd92d3f67 : Abort the compilation if we fail to read preloaded-classes files.
fc1ba6d9bf : Do not generate an app image without a boot image.
630cb4e882 : Fix expected system links when there are extended public libraries on the device.
9292b88f07 : Add buildfailures.json
a7e4781308 : Archive CompOS VM logs in odsign_e2e_test
52221e69d0 : Update CTS expectation after updating D8 to 3.3.20-dev
3fbd8a7d06 : Check for any forced deopts before restoring instrumentation stack
2f6af923eb : Allow to sink code within its try block
ebeb86320e : Update art tests to asm 9.2
98ff3fb4dd : Reland "Only do dexlayout when generating comptact dex."
4e6f5d6520 : Skip a check when instrumenting the stack for runtime methods
db7c76b5be : Reland "Only do dexlayout when generating comptact dex."
9e701b1918 : Allow to sink code to catch blocks
cff8f56381 : Update expectation after StringBuilder.append MoveResult change
b8ff44c973 : Revert "Only do dexlayout when generating comptact dex."
de4d195dc0 : Clean up InductionVarAnalysis.
a0512eb211 : Fix bogus instructions in START_EXECUTING_INSTRUCTIONS.
3ab2474fa0 : Use correct min/max load factor in intern/class table.
14d3c2c0a0 : Only do dexlayout when generating comptact dex.
4c1e0ca056 : Add a preloaded-classes-fds argument to dex2oat.
54ac49af72 : Add missing android.system package to art-bootclasspath-fragment
4a5b43f740 : Avoid UB in CodeItemDebugInfoAccessor::Init
dbf55436b9 : Revert "Workaround 32-bit dex2oat/oatdumpd crashes by enabling compiler analysis"
f9ae8e35fe : Implement shared counters for boot image / zygote methods.
3dd6219114 : Add --preloaded-classes flag to dex2oat.
ce30f68183 : Mark known failure for varhandle concurrency test
e0e4a79b4e : Increase the timeout to finish odrefresh in the VM
86225a8227 : Make odsign_e2e_tests in CTS agnostic to ART implementation.
6408e9703d : Remove workaround for null klass during marking phase
d4152ec7d7 : Remove dependencies on stubs from build-art-target-golem.
1790532dcd : Fix linker error in JitCompilerInterface.
6d9966788c : Use userfaultfd syscall and related ioctls
e4ccbb5d01 : Revert^2 "Faster deduplication of `CodeInfo` tables."
e25f13a3ba : Fix 697-string-buffer-append under no-image.
c0f9039e21 : Fix 925-threadgroups when running on T.
8c7f649fff : Revert "Faster deduplication of `CodeInfo` tables."
d0f099efa6 : Reland "Eagerly lookup native symbols in zygote."
ea4e39bc25 : Remove implementation details from ART hidden api flags
2931057f5a : Use real functions in ParsedOptions test.
7107a3e74e : Remove early stop log for VarHandle concurrency test
18049481c6 : Add test for checking VarHandle CAS concurrency guarantees
93317bd72a : Only kill logd on fugu.
fa9c809a0b : Faster deduplication of `CodeInfo` tables.
05f1a5b94d : Faster `ClassLinker::LoadMethod()`.
fae89197a8 : Rename method: Drop the "device", it's cleaner
d86dd8b032 : Loosen class status check after resolving.
8671f589c9 : Add a separate path for MethodHandle invokeExact from transforms
ca85046844 : Loosen class status check after resolving.
2c4b444bdb : odrefresh: Disable partial compilation on devices without security fix
69a87e3073 : Revert^4 "Add bss support for inlining BCP DexFiles for single image"
cf414b24f4 : Add some methods to UnstartedRuntime.
961dbc4a17 : Optimizing: Do not resolve field type for `get` opcodes.
4478abee74 : Revert "Eagerly loopkup native symbols in zygote."
908aaa9e97 : Add test for tampering with the signature
38fd254e85 : odrefresh: Disable partial compilation on devices without security fix
103e56a3d0 : Fix pattern replacement for float constant.
0bd1bb317c : Using common apex_defaults for com.android.art module.
6ec990559f : Eagerly loopkup native symbols in zygote.
1f5b158f5c : Fix explicit checks for /dev/kvm
1849c3a875 : Revert^3 "Add bss support for inlining BCP DexFiles for single image"
39f6d00b73 : odrefresh: Stop refreshing artifacts on new Android versions.
964f5c8b27 : Add VarHandle benchmarks in the form of a test.
b740438513 : Revert^2 "Add bss support for inlining BCP DexFiles for single image"
76aa34bc79 : Use ART_MODULE_BUILD_FROM_SOURCE instead soong config variable
b2c68b3623 : Mount /dev/pts inside the chroot.
88967d1125 : Add another test that fails with no-image & optimizing.
9e05e14ff4 : Add simlified test cases to run-test 835-b216762268.
35cdc9aed8 : Use an actual JNINativeInterface structure for gJniSleepForeverStub.
d5ebfb752a : Remove art_apex and art_apex_test module type.
362f356519 : Remove exclusion of org.openjdk.tests.java.util.stream tests.
d589897886 : Add 445-checker-licm to known failures of no-image & optimizing.
50c47f9022 : Remove reflection from run-test 825-unbalanced-lock.
5afd2c52d7 : Remove `libnativeloader_test` from `libnativeloader/TEST_MAPPING`.
67b2d301d4 : Cache `DexCache` and class in `InitImageMethodVisitor`.
0af91e0d5e : arm: Fix VarHandle.compareAndSet() with read barriers.
5cf7a877db : Change types of JniEntryPoints members to void*.
19a49a932c : arm: Don't use the GOT to access art::Runtime::instance_.
34aa0da00b : Add `art_libnativebridge_cts_tests` to ART's `TEST_MAPPING` and ART MTS.
65a41b893b : Update ahat version number to 1.7.2
f2ff1f1353 : Add `libnativeloader_test` to ART's `TEST_MAPPING` and ART MTS.
4dfc057ca2 : Don't run method entry callbacks for runtime methods
024f69ddd2 : Add ART's Bug Component ID to `OWNERS` file.
a126a71233 : Don't dirty access flags due to hidden api logging.
482cbdd8ab : Remove frame_id from InstrumentationStackFrame
1e107008d3 : Move the creation of JitZygoteDoneCompilingTask out of any loop.
1af40b022a : Some checker tests are expected to fail without a boot image.
48eb839e66 : Initialize intrinsics in dex2oat.
7d2cfeb841 : Make the notification of JIT zygote completion its own task.
3c83d0d75b : dexdump: clean-up output
aa8e6cf4ab : Regenerate ART test files (2022-02-24).
261fcf422f : dexdump: escape inlined string values in output
6cdabe1f2e : Update runtime/ implications to use (D)CHECK_IMPLIES
872ec72de4 : Update compiler/ implications to use (D)CHECK_IMPLIES
0805e9083a : Add (D)CHECK_IMPLIES to ART logging
713a041090 : Use larger timeouts in odsign_e2e_tests.
4625f2510b : Avoid Modified-UTF8 processing for ASCII strings.
eaeaa4f368 : Disable test on RI.
c858e5645e : Remove obsolete code on lazy dequickening.
e94a929c8e : Revert "Make VariableHandleScope consistent between 32 & 64 bit"
1be1c07f54 : Avoid string copy in ClassLoaderContext::EncodeClassPath().
b875631986 : Handle shift by 32 explicitly.
36de6a2995 : odsign_e2e_test: re-install APEX on device
e5add3a0fb : Fix BootImageLoader to use provided FDs when available
a0a5f0030b : Add timed out test files to tidy_timeout_srcs
19df0e9ee6 : Add -n dexdump flag to disable printing debug information.
7453a71e93 : Only print debug info within the instruction range of a method.
be2b109a55 : Refactor Thread::SweepInterpreterCaches
4779b9c0c2 : Disable 817-hiddenapi with redefine-stress.
c8f8f4f71b : Fix IsProxyInit check.
0992436853 : Move GetWeakRefAccessEnabled check from nterp into the cache.
17958de62d : Move InterpreterCache::{Get,Set} to inl.h file
7134a71675 : Add fast path to GetWeakRefAccessEnabled
0441d203ff : Share `IfTable`s and their method arrays when possible.
45c6d8b52c : Fix the scripts for libjdwp tests and libcore tests to find the image.
76c01df08c : Fix the run-test script to correctly guess target arch name.
14e8d64298 : Update null pointer exception message to print out the method
5171813632 : Reuse superclass `IfTable` with non-marker interfaces.
3eb334d941 : Workaround 32-bit dex2oat/oatdumpd crashes by enabling compiler analysis
5fd0a872ef : Double debug monitor pool size again
d77cc47576 : Avoid unnecessary copying while iterating the class table
a9e285a3c7 : Cache `IsImageClass()` result in `InitImageMethodVisitor`.
b6a2907d5f : Create a new test template for slow run tests.
0bdef31294 : Revert^2 "Remove the primary boot image from the ART APEX."
5f958f61f4 : Avoid unnecessary read barriers in `ImageWriter`.
ac87515169 : Don't overly limit recursive inlining for monomorphic cases
61c0d22e27 : Move the primary boot image in chroot environment.
7913cf37c0 : Fix jvmti bug when redefining a boot classpath class.
7ffce8f3a2 : Fix Dex2oatCtsTest.
7f3aed1246 : Disable 2238-checker-polymorphic-recursive-inlining for JVM
20ba31c6e8 : Explicitly add ART boot images to build-art-target-golem.
78f3d282c9 : Update the run-test script to use the boot image generated on device.
e36fa15144 : Reenable test 727-checker-unresolved-class.
6c273080ad : Always enable checkjni in debug builds.
dd0a65de71 : Allow more cross-referencing between run-test sources.
7116f80c7c : Remove `ArtField::GetOffsetDCheck()`.
2464218f9f : Fix logic around SDK visibility of interface methods.
239c94183a : Rewrite run-test scripts for `src-dex2oat-unresolved`.
b414a4cc18 : Intrinsify System.ArrayCopy for Primitive data types
4f5b7cb3df : Limit recursive polymorphic inlining to prevent code bloat
2c3b085a3d : Use the right alignof when mapping an uncompressed dex file.
6ac1b05488 : nterp: Cleanup, compile-time convenience checks
1281b1cce0 : Add CFI_RESTORE_STATE_AND_DEF_CFA macro on arm
c435166827 : Initialize image roots before GC in ImageWriter.
f9625ecb09 : Remove `ArtField::GetAccessFlagsDCheck()`.
ac9d28b90b : Revert "Remove the primary boot image from the ART APEX."
1ca480ce7b : Disable test for jit-on-first-use.
097f9f81b8 : odsign_e2e_tests: Use the current ART module.
927a996d99 : x86/x86_64: Add rep_movs instructions
3bd4858222 : Remove the primary boot image from the ART APEX.
4ef67d45b6 : Set types of quick entry points to void*.
22b5fe0623 : Remove PACKED attribute from QuickEntryPoints.
7570bea23a : Avoid Use-After-Free risk when dump backtrace for long contending lock.
aff7a6ecc3 : Add a regression test for b/216762268.
1370185177 : Enforce "disallow read barrier" checks for GC roots.
709a9080a7 : Add tests to denial bad compos-pending artifacts
102cfd342c : Enable "disallow read barriers" checks in debug mode.
e86632457a : Simplify GetNterpMethodHeader().
d539f8674a : Revert^4 "Generate a primary boot image for testing."
11226b171f : Quadruple monitor table size in debug build
a5795548eb : nterp: Move FETCH_FROM_THREAD_CACHE macro to python
290beb8b24 : nterp: Tweak the add_helper python method.
b3b180215c : [luci] Update active lucicfg experiments.
996fa745c3 : Add libnativeloader test to CTS for API coverage.
584b197bbd : Simplify some functions in OatMethod.
d9c6df9cd6 : Add libnativebridge test to CTS for API coverage.
69559a53a9 : Add test to check against sharpening optimization
ae7335e700 : Rename the test in run-libcore-tests.py
dbba2f0d63 : Add tracepoint for OutOfMemoryError
41bf173ac6 : Move verifyCompilationLogGenerated to OnDeviceSigningHostTest
b8915a563e : Add test to check ctime of CompOS output after reboot
7987126742 : Document a better module build command.
8046b62506 : Fall back to compiling the primary boot image on device.
468de596d0 : Remove bad read barrier from boot image relocation.
c9607e3ceb : Revert^3 "Generate a primary boot image for testing."
be9e23a619 : Use art::CommonRuntimeTest to set up a test with a runtime.
ad67bbb666 : Simplify class redefinition.
5791123eee : Revert^2 "Generate a primary boot image for testing."
015665f26e : Revert^2 "Fix the check on apex-versions for boot images."
57a45bee5d : Revert^4 "Store and check apex-versions in boot ..."
24bdf64696 : Add JSR166 delay factor for gcstress tests
d6a73343f7 : Enable verifyCompilationLogGenerated for CompOS test
b05b349eba : Also create VerifierDeps for boot image compilation.
79bdf6084b : Improve instruction set variants' logging
ae148feea5 : Extract atomic pair code from DexCache
2d652dd178 : Remove unused function JNIMacroAssembler::Call(FrameOffset, Offset).
a81c03b1f2 : Fix race condition
b34c34814d : Fix braino in InvokeFromTransform
6a8aeec39e : Disable org.openjdk.tests.java.util.stream.SliceOpTest#testLimitOps.
ab72f9c867 : Fix THREAD_INTERPRETER_CACHE_SIZE_SHIFT
1a78690b36 : Simplify return in __memcmp16
14ce608e1b : Use uname -m to get the device ISA.
531366e4d5 : Enable CompOsSigningHostTest on user build
eabe7f8278 : Enable more tests in CompOsSigningHostTest
3b76ab4608 : Add known instruction set variants to logging strings
92138f0dae : Add regression test for bug 215510819.
2c3e466755 : Update test flakes list
7dc1463b99 : Revert^2 "Add config for testing compiling and launching an app"
ce73d81d9b : Revert "Don't use sigsegv handler for jvmti."
933367326d : Fix DCHECK related to frame pop events.
2362c5afc4 : MethodHandle dead and duplicated code clean-up
c6270dff54 : Remove unused EmulatedStackFrame.callsiteType field
5a133d0fe7 : Adjust names of some flaky tests excluded from the ART MTS definition.
30bc7778e5 : Remove race on cached thread-name deletion
0f71b19149 : Do not reuse superclass IfTable with non-marker interfaces...
c226211ebc : Fix CHA: Treat default conflict method like abstract.
b4df138d00 : Fix broken test
a8ee39d086 : Don't use sigsegv handler for jvmti.
818e87261b : Only return the vdex file as an optimization file when we don't use the oat file.
c0673f0c20 : Using ASM 7 for ART tests
ab474880a4 : Cleanup Instrumentation::IsActive
cc6026830c : Disable 181-default-methods for no-image.
52eb99f5b3 : Oat bump after revert aosp/1967639
16eb100679 : Revert "Revert^2 "Store and check apex-versions in boot images.""
57b3b54b02 : Revert "Fix the check on apex-versions for boot images."
55e509feef : Extract the modules bootclasspath handling.
19366b831e : Rewrite interface method linking.
9485968ccd : Mark more flaky tests for MTS.
239c449f10 : Revert "Add bss support for inlining BCP DexFiles for single image"
8ee882bf02 : Fix -Wbitwise-instead-of-logical by splitting bitwise expression
525c2b522c : Add tests for default method linking, fix bugs.
bdf7dc06b5 : Introduce FindSuperMethodToCall to find the target of a super call.
b81df962c0 : Update license definitions under art/
e208b04cc2 : Revert "Generate a primary boot image for testing."
6740fccc2d : Don't do force-compile in CompOS mode
6454968f07 : Generate a primary boot image for testing.
723b4be86b : Remove JniInvocation test while investigating LUCI failures.
8bc45ab2cc : Fix the check on apex-versions for boot images.
5cfb7bbe0c : Do not create useless copied methods for interfaces.
fd0aec46a7 : Move non-public default method warning.
bd75c5bd0d : Type lookup table dump: add a new line after each entry.
d4aba91b68 : Increase coverage of libartpalette-system native API.
7ed61a111d : Variable name cleanup in quick_dexcache_entrypoints
3fa3635dbf : Add CompOS to odsign_e2e_tests
34aa3ae9c8 : Create a standalone libdexfile external test in CTS for module API coverage.
2d62882195 : Add bss support for inlining BCP DexFiles for single image
b484f0fa93 : Modify --compilation-os-mode to not omit APEX timestamps.
4841fd23f1 : Move test state to TestInformation#properties.
11b78a8ec6 : Revert^2 "Store and check apex-versions in boot images."
ec696e5d98 : Clean up debug checks in intrinsic code.
9c69afddaf : MethodHandles: Fix invalid DCHECKS
1b3ec0fb74 : Revert^2 "Reduce pauses for weak reference access"
1a82a4bfa6 : Clean up `ClassLinker::FindDefaultMethodImplementation()`.
07cbc5ba4f : Revert "Reduce pauses for weak reference access"
0ab5b6d2af : Reduce pauses for weak reference access
ef879d4988 : Fix JIT Zygote in-memory compilation for primary boot image.
ed3e3ad898 : Move failing tests to target/host failing category.
541ca32782 : Use implicit suspend check in JIT.
c4be0fcab2 : Remove wildcard from ART tests' OWNERS file.
ed0dcade7b : Fail dex2oat when generating app image without boot image.
c29cd1fb55 : Remove wildcard from ART tests' OWNERS file.
e1f9638b49 : On partial fragment deopts, update return PC only when necessary
4b34d5c3c6 : Intrisify IsInfinite() (float/double) function for x86_64
d027617400 : Add more members to ART's OWNERS file.
b42cd1d92c : Don't disable nterp even if non-standard exits might be requested
c8a694ddbc : Reland "Use InitializeMethodsCode when we need to reinitialize a method entrypoint."
bed84ef16b : Avoid read barrier in `ArtMethod::IsOverridableByDefaultMethod()`.
35782d4ceb : Emit dex_pc as line number when debug info is unavailable for ANR traces
9e143273fa : ARM64: Disable implicit suspend checks, again.
19ec1ff37f : 910-methods: don't print modifiers by default
d0c969f2e4 : Set the trigger to be kApexVersionMismatch when no prior cache-info.
5bd22087fa : Revert "Store and check apex-versions in boot images."
4e0447f7d5 : Remove instructions to update AOSP ART prebuilts.
3cf5f2ca38 : Fix ahat parsing to allow leading whitespaces for comments
7ddae99a48 : Clean up `AssignVTableIndexes()`.
fd12435700 : Reduce an error log to a warning.
7b79814e74 : Revert odrefresh split
d20fa39489 : Remove --max-{execution, child-process}-seconds
2de577d521 : Store and check apex-versions in boot images.
20299e6002 : Add RegisterNativeAllocation reporting to the Java Heap Profiler.
78f62d84f2 : Rewrite interface table setup.
fcda00206d : Remove `RootTargetPreparer` from odsign_e2e_tests.
4af4fd74b6 : Revert^2 "Add odsign_e2e_tests to CTS."
ebdaa2b53a : Use MADV_DONTNEED for alternate signal stack.
a32934500e : Make it easier to change the location of the primary boot image.
ab21f6979a : Bump oat version to delete bogus artifacts.
a553f0f67c : Add another test to the list of known failures for gcstress/debug.
8f3beae019 : Cleanup method inspection callbacks from jvmti
414f299df5 : Point to the relevant ticket to explain some host exports better.
b08e11586f : MethodHandles: change asType() / invoke() implementation
3a7d0d8da7 : Update nterp to advance PC early on branches
a3759ca5d8 : arm: Implement Unsafe.compareAndSetObject intrinsic.
70102e618a : arm64: Implement Unsafe.compareAndSetObject intrinsic.
653cf4144e : Check oat files of boot images.
27d4f33f6b : Remove unused interpreter_handler_table_
ee7bd3293c : Revert "Expand sharpening's ComputeLoadClassKind to cover cross-dex cases"
b0ad5e28cf : Check oat files of boot images.
3d2f148fe0 : Revert "Add thread-shared interpreter cache"
fa40e6e318 : Add thread-shared interpreter cache
c5f41cd1a3 : Allow some clang-tidy warnings
37af46385e : x86: Implement Unsafe.compareAndSetObject intrinsic.
bb2643f6ed : x86_64: Implement Unsafe.compareAndSetObject intrinsic.
afbb15209f : Revert "Add odsign_e2e_tests to CTS."
cd27817d25 : Fix --input-vdex in the presence of a compact dex file.
b0f63c93e4 : Revert "Use InitializeMethodsCode when we need to reinitialize a method entrypoint."
3ba3a77e49 : Update for MapInfo objects in frame data.
fcd4839635 : Remove a check in `MadviseAwayAlternateSignalStack()`.
5e2ec32802 : Remove deprecated ToMakePath calls
82e525a4f5 : Use InitializeMethodsCode when we need to reinitialize a method entrypoint.
748cfeff43 : Remove a check in `MadviseAwayAlternateSignalStack()`.
71987f90de : Fix ReadMagicAndReset.
6c98dcb747 : Fix deoptimization check in method exit hook
8cce54f714 : Remove useless check in stack walker.
32b8c8f33a : Expand sharpening's ComputeLoadClassKind to cover cross-dex cases
8515f7fcf0 : Cleanup work for @NeverCompile in art
e45883e86d : ARM64: Enable implicit suspend checks and madvise()...
84caad6a6a : Reland "Remove old unquickening of vdex logic."
7ef64b191b : Fix perfetto debug library.
c7ea9b14b9 : Update dexpreopt_test to verify boot images.
884e22ffe0 : Compile the entire bootclasspath on device.
2041fda84c : Fix thread pool check.
56c573867f : odrefresh: Avoid uninitialized usage
46d3016302 : odrefresh: Avoid uninitialized usage
205d2807e3 : Add odsign_e2e_tests to CTS.
d0d1085460 : Remove pvm_exec call from odrefresh
270a6fcd8b : Update JIT Zygote to compile methods in ART module jars.
890beb0e25 : Ignore checksum mismatch when dex2oat takes multiple profiles.
ebbbfcebff : Revert^2 "Remove redundant odrefresh test template"
d98612e11c : Fail if given an unrecognised option.
6f572b7adb : Fix out of range in art compiler.
14d071c03b : Revert "Remove redundant odrefresh test template"
45a04657ad : Re-enable Libcore tests that started to fail after the ICU 70 update.
5573756bb7 : Set @NeverCompile methods as not compilable
34dcce581e : Add a Compilation OS mode to odrefresh.
6fd856d0b2 : Remove redundant odrefresh test template
bc1efd4c86 : Exclude flaky tests from the ART MTS definition.
22df3e0b86 : Remove operator<< from HGraph.
7156ea283a : Explicitly indicate whether the code item is obtained from the compact dex file in SetCodeItem()
295becbfa7 : Dump the type lookup table in oatdump.
e33be3de92 : Correctly handle intrinsics when not precompiling the boot image.
163ebe2d35 : Add `HashSet<>::{Put,PutWithHash}()`.
a39356abb0 : odrefresh: add flag of system server compiler filter
08b2752eab : Test that cache-info.xml omits irrelevant APEXes
cc809a55aa : Do not continue loading a vdex if we don't have enough reserved space.
0d0e09d6f9 : Do not continue loading a vdex if we don't have enough reserved space.
fcdc7cf0a9 : Remove odrefresh host flags.
8670e04a23 : Rewrite virtual method linking.
a2e3936e53 : Ignore changes to irrelevant APEXes
0628e78453 : Fix ReadMagicAndReset.
dcf9570d75 : Revert "Remove old unquickening of vdex logic."
8884d3dd47 : Normalize XML comment syntax in ART test configuration files.
a44b853b5c : Add `Sdk31ModuleController` support to remaining ART tests.
96f0b032f6 : Remove some unnecessary code from ClassLinker.
ba8600819d : Cleanup enabling / disabling deoptimization support
537f477453 : Remove old unquickening of vdex logic.
b91402fdcd : Templatize `ClassLinker::LinkMethodsHelper`.
9f057d6ef8 : Add HashSet<> ctor with initial buffer...
1bad13fe74 : Move from sampling PGO to AFDO pipeline
69eb2c62cc : Add `Sdk31ModuleController` support to more ART gtests run as root.
146767f28e : Add a new Lock 'env_hooks_lock_' to avoid race conditions
851b96239f : ARM64: Disable implicit suspend checks.
5da022287c : Install instrumentation stubs for supporting single thread deopts
e7815b8c65 : Add a dex2oat flag to optimize apps for JIT Zygote environment.
04be5f633c : Add a runtime flag to use JIT Zygote image.
d294d9d603 : Cleanup code that assumes the primary boot image not having profiles.
00712a92f9 : Mark dex2oat_wrapper as executable.
834295c98b : Check oat files of boot images.
8f114dc431 : dex2oat: handle the case when a dm file and a vdex file are passed.
167ffa1515 : Inline caches: be more robust in the presence of framework change.
854af03cd5 : Reland "More entrypoint handling cleanup."
8cedd8b458 : Revert "More entrypoint handling cleanup."
e2a5422ffd : dex2oat: handle the case when a dm file and a vdex file are passed.
fb8cdb5b34 : Update JIT Zygote to support compiling the entire bootclasspath.
b093fb7105 : Inline caches: be more robust in the presence of framework change.
7eeb412f40 : Address review comments on method resolution.
0833483584 : Add a test and consistency checks in method / field resolution.
5d0afa1843 : Rewrite static/instance field search by index.
ba1b94e8eb : Clean up Class::GetDirectInterface().
c8d57bec62 : Faster Class::FindField().
f6e919d884 : Use the right class loader for ResolvedMethodAccessTest.
ebe1485e3a : Expand error message in ResolvedMethodAccessTest
67e48ecc20 : More entrypoint handling cleanup.
08e9f5f41c : odrefresh should exit non-zero for invalid argument
e19b2848ce : Disable check exposing an existing issue.
7957592439 : Ensure the ART binary is present on PATH.
63463175aa : Add util scripts to download profiles for given apps.
5dd008227f : ARM: Fix CASObject intrinsic slow path.
8409281470 : dex2oat: handle the case when a dm file and a vdex file are passed.
c56152c920 : Revert the changes to ART_HOST_DEX_DEPENDENCIES.
1001c80a8e : Update dexpreopt_test to also check standalone system server jars.
8a868f71a7 : ARM: Fix CASObject intrinsic slow path.
81bb3bdd37 : ART: fix varhandle bounds check for split bytebuffer
e572d61398 : Add more expected test failures due to ICU 70 upgrade
6c61af8440 : Get rid of dependencies on /system/bin ART binary compat symlinks.
0430502e2b : Cleanup unexpected files even if compilation is not required.
b978419f44 : Use the correct jars to host gtests.
b9d045cb0b : Remove bootjars.sh.
1f8d261396 : Fix --dalvik-cache
0f9258a936 : When retrying a failed alloc use the new size if class was redefined
ca212cd82e : Add JNI monitoring to `artQuickGenericJniTrampoline()`.
c25a9f9c2a : Reland "Simplify and document entrypoint toggling in instrumentation."
e74e0ce0b5 : JNI: Inline fast-path for `JniMethodEnd()`.
b087bb226d : Abort redefinition if we failed to acquire class object
c2b3116e81 : Inline some type checks of instanceof and checkcast in nterp.
e91532e406 : Reland "Remove Instrumentation::can_use_instrumentation_trampolines_."
5f683cc681 : Cleanup code and comments about /data/dalvik-cache.
2ab607adeb : JNI/x86: Fix art_jni_unlock_object_no_inline.
9c0f7640aa : Rewrite thread root flip synchronization.
b6c0d1a7f0 : More failures after ICU update.
c71fe16474 : Support running clinit in instrumentation trampolines.
3062075164 : Revert "Add config for testing compiling and launching an app"
c1bad0bf50 : Temporarily ignore `CharacterTest#test_getType_I` test failures.
2b3cea9626 : Revert "Remove Instrumentation::can_use_instrumentation_trampolines_."
4ac8cfe0f0 : Remove Instrumentation::can_use_instrumentation_trampolines_.
1d7ad9066d : JNI: Fix transition to suspended to be "release".
8e75e68d0b : Add config for testing compiling and launching an app
2cdb3679b3 : JNI: Fix failure to unlock for pending exception.
6f5f64217b : Move `art_standalone_dexpreopt_tests` to the top-level TEST_MAPPING.
bc57db8499 : Fix ProfileCompilationInfo to handle extra descriptors correctly.
19f9568b0e : Update dex2oat to accept multiple profiles.
677d9eff19 : Revert "Simplify and document entrypoint toggling in instrumentation."
a2470456d1 : OpenJDK 11: Merging in java.lang.Long (parseUnsignedLong() CharSequence)
6e793399a8 : OpenJDK 11: Merging in java.lang.Long (toUnsignedString0() helper)
efdf79e9c7 : OpenJDK 11: Merging in java.lang.Long (toString(long) and helpers)
bac121a1fe : OpenJDK 11: Merging in java.lang.Integer (parseUnsignedInt())
d5487687d3 : OpenJDK 11: Merging in java.lang.Integer (parseInt() CharSequence)
ef2efe87c2 : OpenJDK 11: Merging in java.lang.Integer (toString(int) and helpers)
2935146dc4 : OpenJDK 11: Merging in java.lang.Integer (formatUnsignedInt())
082c976b03 : Create a test ART apex that forces execution of JIT zygote.
3349a0e0cf : Prune the list of known failing ART run-tests in `regen-test-files`.
4c73b932bb : Exclude run-tests with a custom `run` script from automated executions.
ce2a3445a4 : JNI: Inline fast-path for `JniMethodStart()`.
76ec6f6562 : Simplify and document entrypoint toggling in instrumentation.
35013bade8 : Remove the presubmit progressive roll-out logic in `regen-test-files`.
3322cc5ff9 : x86_64: Implement VarHandle.getAnd* for arrays and byte array views.
3a50f34c84 : Add tests for `art_jni_{lock,unlock}_object`.
8d011c7e70 : Restrict addressOf() API to non-movable primitive arrays
7039c11b22 : ARM64: Implicit suspend checks using LDR.
2a0ad75716 : Don't call MethodExitEvent if we require a deopt in MethodExitHook
9c970b906a : Mark HMethodEntry/ExitHook as CanThrow
fa123f81f6 : Regenerate ART test files (2021-11-26 (a)).
96919a3995 : Re-enable TradeFed ART run-test `096-array-copy-concurrent-gc`.
fb007611ca : Respect ART_APEX_DATA for default artifact dir
80f93a8013 : Make the baseline threshold based on -Xjitthreshold.
884731c88e : Allow runtime updates to type/string .bss sections across DexFiles
2ad8b26d08 : Suppress vdex madvise calls for metadata access
4b762130d8 : Create a test ART apex that forces execution of JIT zygote.
f37205412a : Read stdout from llvm-symbolizer during native stack dump.
5053521598 : Increase test runner thread count for target.
69e093b730 : Increase LUCI build timeout to avoid fugu INFRA_FAILURE
2990b88aa1 : Remove unintended soft failure downgrade.
b155987779 : Unlock suspend count lock before dumping threads
d56e844f57 : MethodHandles: fix missing check in VarHandle invoker
afd764cb08 : Reorder functions in source file (no functional changes).
c533e53803 : Fix acquiring the wrong DexFile in artCriticalNativeFrameSize
05ed65a384 : Add std::noboolalpha to InlineInfo dumps
254a858ef4 : Make suspend check test specific flags.
8a608fab3f : Handle baseline/optimized compilation kind in the runtime.
c813dd2858 : Additional MethodHandle.asType() tests
7f143282a8 : VarHandles: add an array store exception check
8b910bce95 : 712-varhandle-invocations: add some exception helper methods
9e598907f2 : Simplify hotness count in baseline compiled code.
ac4e4a231f : Dump the graph before/after every pass
4c7ffab617 : Refresh existing artifacts in the compilation phase.
5f7788917e : Fix longstanding deopt issue not using the right deopt type.
eb65b41fff : Fix OdRefreshTest.CompileSetsCompilerFilter.
f76aae14df : JNI: Add "no inline" entrypoints for lock/unlock.
8439e45477 : Clean up JNI entrypoint assembly.
f3416395d2 : Fix 957-methodhandle-transforms test
c58c064735 : Regenerate ART test files (2021-11-23 (b)).
5a8cdedfbe : Exclude some run-tests with `src-art` sources from automated executions.
4176f10cb7 : Add build support in Soong for run-tests with sources in `src-art`.
58b3f966b8 : Regenerate ART test files (2021-11-23 (a)).
1c46624606 : Exclude some run-tests exercising VarHandles from automated executions.
c7078109c1 : Add build support in Soong for some run-tests exercising VarHandles.
ddf4fd3c37 : Always access Thread state and flags as 32-bit location.
c3e004d1c8 : Revert "Turn off cross-dex inlining while we take a look at 207329152"
3b1b216094 : Revert^2 "MethodHandle composability fix"
58f916cd6c : Replace the nterp threshold with the warmup threshold.
24d589eae7 : Add `art_standalone_libartpalette_tests` to CTS.
39608e17a9 : Aesthetic changes in `test/Android.bp`.
e387802d5c : Fix some missing defaults.
6ed5c4f648 : Revert "MethodHandle composability fix"
f6bb80661e : Turn off cross-dex inlining while we take a look at 207329152
e086816d23 : Revert "JNI: Rewrite locking for synchronized methods."
06ed744ba5 : x86_64: Add UD2 instruction and test.
4d52715136 : Revert^2 "JNI: Rewrite locking for synchronized methods."
68b18d28e3 : MethodHandle composability fix
02e0eb7eef : Revert "JNI: Rewrite locking for synchronized methods."
bd2394b704 : x86_64: Factor out common part of VarHandle.getAnd{Set,Add,Bitwise*}.
e361b4ea85 : Disable use of boot image profile files.
aa850ccc85 : Regenerate ART test files (2021-11-19).
8e32399d7a : Add test checking that broken ART APEX updates are properly rolled back.
0a74d278eb : Add a "broken test ART APEX" Soong module.
4b8ea5dc73 : Pass OatDexFile by reference in FindDexCache
c17656bcf4 : JNI: Rewrite locking for synchronized methods.
53296a7ed4 : Disable 667-jit-jni-stub on redefine-stress
aa9d91ea54 : Disables 667-jit-jni on jit-on-first-use configuration
afb5b82e17 : Make odrefresh respect ANDROID_ROOT on file open
27a740c9da : odrefresh: Add --staging-dir
bd9e323b24 : Disable JIT GC when JitAtFirstUse is enabled
9b7ddf6f48 : Compile standalone system server jars.
191278bfe8 : Temporarily disable `art_standalone_odrefresh_tests` in Mainline tests.
982b1af572 : Actually compute `mainline-presubmit` stats in `regen-test-files`.
559210680e : clang-format: Allow short functions on a single line.
494df0d46a : Improve logging for GetResolvedMethod's failing to get an inlined_method
3644cb4a4c : odrefresh: support --zygote-arch in target variant
519ff8beed : Revert "Support calling entry / exit hooks from JIT code for non-debuggable"
3cb3670d16 : Run LSE with LoadStoreAnalysisType::kBasic analysis.
23cf32f278 : JNI: Faster mutator locking during transition.
bd95682d8a : Support calling entry / exit hooks from JIT code for non-debuggable
83c38e2801 : Support compiling partial system server jars.
432d6eba39 : Fix odrefresh partial compilation.
5a65d03beb : Fix the logic for skipping compilation based on backoff.
2498d855f8 : Run LSE with LoadStoreAnalysisType::kBasic analysis.
a3fdf25f7d : Don't do a recursive call when there are CHA guards.
90fe2d0add : Fix timeouts.
b35f2a2d43 : x86_64: Implement VarHandle.compareAnd* for arrays and byte array views.
f5ceaacef6 : Removed comment talking about a removed parameter
409d1db74a : Add more checks in FaultHandler.
44a1dc73ad : Clean up VarHandles.set*() for arrays and byte array views.
c14f47dcc7 : JNI: Improve argument passing for normal native.
483c41a99b : ART: Use core image to speed up some gtests.
9575c124c3 : Revert^2 "Cleanup the code to determine instrumentation level"
fa73acca98 : Disaggregate kNotInlined MethodCompilationStats
3fa6e46c0f : Add Math.fma (double & float versions) intrinsics for arm64
a1d4c56b0d : Revert^6 "Use cpplint.py from repohooks"
219f81f524 : Fix potential lint errors
cb8f8c1287 : Revert "Cleanup the code to determine instrumentation level"
afae11fc14 : Refactor code using the marking register in nterp.
bc89367352 : Minor refactoring of `ClassLinker::LinkMethods()`.
6545ee3128 : Support Math.fma Intrinsic for x86 and x86_64
a0232ad060 : Add .bss support for inlining across dexfiles within Oat
6806d3c9e4 : Document --simpleperf option to run-test.
a110ae1ad5 : buildbot-build.sh: colorize messages.
5298bcd206 : buildbot-*.sh scripts: clean up colorful messages.
cbf71ec69f : buildbot-build.sh: add a note that linkerconfig error is not fatal.
9597748fe0 : buildbot-*.sh scripts: move common helpers to a separate script.
21ef5a8070 : Cleanup the code to determine instrumentation level
824f429d83 : Add API coverage for dalvik.system.VMDebug
7eba377df1 : Enable libdexfile_external_headers on mac.
45504dd31d : Switch from S to 31 for min_sdk_version.
b304c400f0 : OpenJDK 11: Merging in java.lang.String (chars() and codePoints() methods)
d3cc4fc379 : OpenJDK 11: Merging in java.lang.String (lines() method)
50df1e2503 : OpenJDK 11: Merging in java.lang.String (isBlank() method)
d3aaf94693 : JNI: Move args in registers for @FastNative.
61673dc4bd : Reland "Change hotness counting."
f726d20976 : Consolidate min_sdk_version settings.
66982ad9ae : OpenJDK 11: Merging in java.lang.String (strip* methods)
970ba21923 : Inline across dex files for compiler options' non-BCP methods
e10abe7d84 : Inherit art_defaults in cc_library_headers as well.
02e3be0f15 : Make art_test_common_defaults inherit art_defaults.
9dca919ad2 : Make art_debug_defaults inherit art_defaults.
b747b7aa66 : Move the bionic_libc_platform_headers dependency to where it is used.
dc7f139c99 : Refactor libart_runtime_headers_ndk to a header lib also used by libart itself.
31f9e7d3ae : Remove libart_runtime_headers_ndk from libctstiagent.
e078f43cd0 : OpenJDK 11: Merging in java.lang.String (checkBounds() helpers)
5097f83c47 : Revert^2 "Add support for calling entry / exit hooks directly from JIT code""
d1e6bea2c5 : Build `odrefresh` ART gtests for both 32- and 64-bit architectures.
05949c6d2a : artd and its dependencies don't exist on host.
1aa30e5ec2 : Handle TARGET_FLATTEN_APEX and PRODUCT_COMPRESSED_APEX being "" when false.
cc76459f5d : Modified revert of "Add couple DexCache read-barriers."
01f0b8417d : ART: CleanSpec workaround for broken dependencies.
ad33392536 : JNI: Rewrite read barrier slow path.
39c36b28c7 : OpenJDK 11: Merging in java.lang.String (checkIndex() helper)
7f7f6442cc : Allow running art run-tests with simpleperf.
cdf6c49112 : Revert^2 "OpenJDK 11: Add String.repeat()"
e37bacc799 : Tidy up Unsafe.copyMemory test
d3f8758e8a : Treat PhantomReferences like normal object
dd576456b6 : Dump NativeAllocationRegistry size
f0d8b448ca : Revert^2 "Update run-test script to pass --Xjitthreshold:0 for jvmti tests"
619121a153 : Remove the code for verifying artifacts.
18fba4cee0 : Remove unused code related to method entry / exit events
6947faada7 : Making CompletableFutureTest as known failure on gcstress debug
968c813361 : Avoid redundant strlen for shorty names
91c795f68e : Adding Unsafe.copyMemory for arrays
aa4024c243 : Removing copy with primitive arrays in Unsafe
b6bb603e9f : Fix linting issues in Unsafe native
10a312cc1c : Regenerate ART test files (2021-10-30).
ceeba2c709 : Include some Checker tests in automated executions.
ae0810bb0f : x86_64: Implement VarHandle.set{,Acquire,Opaque,Volatile} for byte array views.
46a8910372 : Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`."
fa66389fbe : Inline ResolveMethod and ResolveField in nterp
53fa3e3e0e : Add `Sdk31ModuleController` support to more ART gtests run as root.
ee6c1b17ca : Update entrypoint_utils check method -> other_method
295ed5ae30 : Update bug no. associated with TODOs for failing standalone ART gtests.
72be14ed06 : Revert "Add support for calling entry / exit hooks directly from JIT code"
667584d959 : Regenerate ART test files (2021-10-29).
227b613248 : Exclude `art-run-test-832-cha-recursive` from automated executions.
26db016b94 : Revert "Update run-test script to pass --Xjitthreshold:0 for jvmti tests"
0b7fd87370 : Refactor JavaHprofDataSource::Trace() callback lambda
fc76d9e197 : Fix build with global ThinLTO
e43aa3f55f : Revert^2 "Inline across dex files for bootclaspath's methods"
808d8cc811 : Assign lower level to Small IRT table lock
d1729267e6 : arm: Fix VarHandle.compareAndSet/long intrinsic...
2d4feeb679 : Add support for calling entry / exit hooks directly from JIT code
60abdd9c89 : Display the timeout value of `dex2oat`'s watchdog in milliseconds.
6f6929aab4 : Fix the documentation of `dex2oat`'s option `--watchdog-timeout`.
1a0453876f : Allow PROT_EXEC on the zygote mappings when falling back to ashmem
0a42f1e85d : Use --skip-config --soong-only instead of --skip-make
8cb989f101 : Revert "Inline across dex files for bootclaspath's methods"
3693b2ae3b : Revert^2 "x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for byte array views."
5b9086818b : Fix the empty profile slow down the dex2oat
7cd509c6d0 : Include BuildId in native stack dump.
4ed28fbf69 : Extend test 712-varhandle-invocations to check negative array indices.
6620caa89a : Revert "x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for byte array views."
298f1b7f1b : x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for byte array views.
5514c8ec93 : Add dexpreopt_test.
e7e123a581 : Fix checker tests after inlining change.
b592aeebb3 : Move Soong module `art-run-test-checker` from `mts` to `mts-art`.
6ef707212d : Move Soong module `art-run-test-checker` from `mts` to `mts-art`.
4dcac3629e : Initially allocate smaller local IRT
48fb9f43a8 : Revert "OpenJDK 11: Add String.repeat()"
58ebded181 : Fix test 581-rtp
ce131feb7c : Revert "Change hotness counting."
9c924e89e5 : Add support to place shared libraries after the dex path
d690f8ae8f : Inline across dex files for bootclaspath's methods
e91a954ee3 : Revert^2 "ART: Redundant AND operation removal optimization"
fd846c5c2e : Remove all support for Brooks read barrier.
0a746a7a7e : Extend --installclean to delete out/target/common/obj/JAVA_LIBRARIES.
394a082fc9 : Change `BitTableBase<>::num_rows_` to `uint32_t`.
0bc369b6a7 : Update run-test script to pass --Xjitthreshold:0 for jvmti tests
0506864521 : Revert "ART: Redundant AND operation removal optimization"
884c147e93 : Put conscrypt and core-icu4j back into the build targets again.
3ff922309a : Revert "Revert^4 "Use cpplint.py from repohooks""
c498a1de3d : ART: Redundant AND operation removal optimization
0a12631fd5 : Revert^4 "Use cpplint.py from repohooks"
970183997b : Convert default-build script to python
322954fe09 : Allow visibility on libdexfile for all libdexfile_support users.
c86869ab89 : Change hotness counting.
9c54f4369e : Allow PROT_EXEC on the zygote mappings when falling back to ashmem
d1da3ae0aa : OpenJDK 11: Add String.repeat()
91a16c9d16 : Remove artApex parameter from ApexBundleFactory
8c63ce27d4 : Allow PROT_EXEC on the zygote mappings when falling back to ashmem
327cfcf2df : Use the .dm file at runtime for verification.
685d0ef479 : Temporarily disable 304-method-tracing
2ca0900e98 : Revert "JNI: Remove `JniMethodFast{Start,End}()`."
44101a3880 : More gcstress / debug timeout expectations.
64d6e187f1 : JNI: Remove `JniMethodFast{Start,End}()`.
0385d89b75 : Ignore PC/SP contents in SEGV_MTEAERR faults.
b37da9d4ff : Add timeout flags to the cmdline usage
c8c2bb6784 : JNI compiler: Rewrite exception polling.
bf19869f9a : Tolerate not having access or failing to read apex-info-list.xml.
954b995c8c : odrefresh: Don't pass JARs in APEX as FD to dex2oat
4d4f3be595 : Expose dmtracedump and dexdump to the sdk-repo builds
884fe766bf : Set timeout by command line flag
d4d21bf191 : Allow odrefresh to write elsewhere than dalvik-cache
740e1f972a : arm, arm64: Unpoison byte array view class reference before comparison.
41e56c2282 : Disable the new run test modules when not building ART from sources.
ebf496f245 : Deprecate --updatable-bcp-packages-fd and --updatable-bcp-packages-file
0d0d91a2ac : Remove unneeded checks.
fcef77b426 : Add debug printing for MTE signal codes.
251dc7d5c3 : Do not run background verification on unknown class loaders.
099acf8eee : Temporarily disable 727-checker-unresolved-class.
0651ccc57b : Ignore PC/SP contents in SEGV_MTEAERR faults.
c29b49ee7d : Do not run background verification on unknown class loaders.
ae96c828a4 : Fix `--secondary-class-loader-context` for run-tests.
8ed59b840f : Remove the core-icu4j implementation library from run tests compilation.
af9aa668c6 : Add option to skip building the run tests in buildbot-build.sh.
4eb4f23df4 : Fix script when passing expectation files.
7873913daa : Change test to use a public API method to avoid an implementation dependency on core-icu4j.
3384ccc55c : Update chroot instructions regarding linkerconfig error
d816eab053 : Fix calculation of bytes allocated since last gc
aaa220e7cb : Don't store dex2oat-cmdline in oat of BCP ext
8d12ed67ba : Revert "Implement another OdrDexopt to use new CompOS API"
381e66a768 : Implement another OdrDexopt to use new CompOS API
dc744e552a : Revert "Disable kEnableOnDemandDexDequicken."
79b74d715a : Do not release the driver_ if we are dumping stats
1558048c31 : Add stats for last step inlining of invokes
5cbb0a9658 : Revert^2 "x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for arrays."
a8d998fa44 : fix the redundant dependencies validation in fast verify
bc6944b88b : Remove useless test.
9104d67093 : Revert^2 "Add a test for new sun.misc.Cleaner timeout"
85d7e930df : Remove stale order-only dependency from build-art-*-tests targets.
633ac3cb89 : Adding Class.getDeclaredFields to unstarted runtime
eb270e4cf8 : Revert "x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for arrays."
3b87d854d1 : Use java_genrule for art run test data
a3fe0452f6 : x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for arrays.
492649b718 : Clean up #includes in `hidden_api.h`.
2fc400421d : Use cid=0 to mean not specified
d95a1f2ecf : Inline IRT frame push/pop into JNI stubs.
507a729e51 : Increase max execution time for a VM
4a4696ad2a : Fixing Unsafe.getObjectAcquire code generation
b0cc5923bf : With mainline, classes in the boot classpath that hard fail can happen.
73c4f79b14 : Reland^2: Create an abstraction for dexopt tasks
507cf90521 : Adding get/put and compare-and-set methods to Unsafe
a32d2d8b5a : Disable kEnableOnDemandDexDequicken.
4d29efcc54 : Remove unused fields in Thread.
f9e82e5cae : Loosen class status check after resolving.
33df0e3e47 : Revert^4 "Lazily allocate DexCache arrays."
c99811a1b3 : Fix missing suspend check in nterp for goto32 +0
ce8198e1e8 : Pass which profile the method expects.
4af07cd8ef : DexCache: Remove pre-resolved string dead code.
271d57234e : Run-test build: Split the main method into two.
2a4542d375 : libprofile: Clear method bitmap padding bits.
8c3ef13374 : Add ComposHostTestCases to art's mainline-presubmit
ceb51c9208 : Add ComposHostTestCases to art's presubmit
6fbcc29159 : Change ClassLinker::dex_caches_ from list to unordered_map.
0069ad7ddb : OpenJDK 11: Adding Unsafe new intrinsics for AtomicIntegerFieldUpdater
520c9b7649 : verifier: Clean up `RegisterLine::SetRegisterType*()`.
f9795d1ebd : Remove mterp_current_ibase.
7cf6c58ed9 : Move run-test compilation to soong.
d4e07aac5b : Do not resolve name strings in `ArtMethod::GetDeclaredMethodInternal()`.
4b0c9b91de : Remove the notion of soft failure within the verifier.
dae0c24dc2 : Revert "Exclude `com.android.org.conscrypt.NativeCryptoArgTest` ..."
545b0f09f6 : Disable test on gcstress and debug.
55dace0763 : Revert "Change order of creation of JIT mappings."
f2a3d1c026 : zeroing BitMemoryRegion buffer.
c27fb3db6b : zeroing BitMemoryRegion buffer.
4aaf6958e9 : Revert "Create an abstraction for dexopt tasks"
139a5b991f : Revert "Remove lazy dequickening."
28b18b128a : Add "art-systemserverclasspath-fragment" to ART SDK.
6221e67f13 : Create an abstraction for dexopt tasks
52f7f63d8d : Use more specific arch candidates per bitness
cb04d16a83 : Add API coverage for dalvik.system.VMDebug
437144bd7b : Remove lazy dequickening.
8473a5bf11 : Revert "Revert^2 "Lazily allocate DexCache arrays.""
3dcd844ccc : optimization of gc load, reduce gc in some scenarios
145fce1b7b : Change order of creation of JIT mappings.
4b1609f857 : Hard fail on type assignment check.
a95a6ea27e : Remove unused module ahat-docs
8f6b99fba2 : Revert "ART: Removes SuspendCheck for plain loops with a low trip count."
a182c93022 : odrefresh: explicitly initialize to use system logger
1512e52a29 : Update the reason why we need conscrypt and core-icu4j.
7541fda785 : Revert "Add a test for new sun.misc.Cleaner timeout"
2007f8591c : Add a test for new sun.misc.Cleaner timeout
45cece5e1b : Adding get long regression test for jdk.internal.misc.Unsafe
cbdaa2c760 : Add more members to ART's OWNERS file.
f3c5bbb742 : An invalid wide pair will remain invalid at runtime.
e153a62e8e : Revert^2 "Lazily allocate DexCache arrays."
282795ca98 : Don't do a recursive call when there are CHA guards.
03ce70a18e : Better handling of unresolved fields in VerifyISFieldAccess.
2a973fcbea : Adjust expectations for libcore+gcstress+debug+host.
762ee92400 : Improve the logging of BCP checksum mismatch.
617c6abeff : Loosen the SDK requirement of a test case in OdRefreshTest.
9c00c65380 : Disable test 830 on redefine-stress.
aa08e52597 : Revert "Do not build libraries that depend on deapexer rules."
afe94ef380 : Include ramdisk image variant of jni_headers in sdk
8dc5cf6a61 : Include recovery image variant of jni_headers in sdk
f8dea01f38 : Simplify IRTEntry
724b518fb7 : Always check for an exception after a class lookup.
e8445e579a : Always check for an exception after a class lookup.
d750630937 : Revert "Create an abstraction for dexopt tasks"
c887816493 : Create an abstraction for dexopt tasks
2f01e8ed55 : Copying sun.misc.Unsafe to jdk.internal.misc
33a312992c : Revert "Move dex register check upwards in the Inliner stack"
9cc65df014 : Drop unused arguments for MethodEntered function
08a37a09da : Include native bridge variant of jni_headers in sdk
57c6a72e00 : Fix unused-command-line-argument warning
59064ebccc : Split odsign_e2e_tests.
dc26639f11 : Revert "Revert^2 "Use cpplint.py from repohooks""
7ea9270c2d : Enforcing min_sdk_version on art-run-test* and art_standalone*_tests
c178495c22 : Revert^2 "Use cpplint.py from repohooks"
ea55f3de90 : Change only_use_system_oat_files_ logic.
782d58685f : Add kryo785 as known variant.
52818b0769 : Speed up odsign_e2e_tests.
af5fc456b0 : Revert "Use cpplint.py from repohooks"
7cbd0e8b3f : Remove libartbase from static_libs of odrefresh tests.
b1d9035872 : Fix lint error in odrefresh_test.
8f0887be86 : Update logic to add debug modules to art-runtime.
7a7a1e2c82 : Move dex register check upwards in the Inliner stack
ad58e1cec0 : Remove the use of --updatable-bcp-packages-fd from odrefresh.
d726cb1f9c : Fix missing suspend check in nterp for goto32 +0
145f969546 : Use cpplint.py from repohooks
e684fc5975 : Add kryo785 as known variant.
4e6cc7384f : Support using boot image on system when compiling system server.
075567130f : Update odrefresh to check APEX system server artifacts on system.
7fa7086641 : Update ART runtime to recognize artifacts on /system for APEX.
e3e01845d2 : Update folder name in art/build's README
9f98fc3190 : Add couple DexCache read-barriers.
ad0daef0da : An incompatible field type assignment is always an error.
39e2979b92 : ARM64: FP16 min and max intrinsic for ARMv8
816b0da3ef : ART: Enables Debugging with LLDB for dex2oat.
2658a0775f : OpenJDK 11: update test expectations for 913-heaps
236f7bf205 : OpenJDK 11: replace Thread#init() with constructors
073885cca8 : Fix art compiling against musl
96d8f4f3cf : Fix two incorrect test conditions in `libartbase/base/flags_test.cc`.
3027c60ed7 : Do not build libraries that depend on deapexer rules.
88b5c1d8b9 : Refactor register allocator's ProcessInstruction
cf6a926f40 : Revert "Restore partial LSE."
f513a7650e : Handle .capex files in the chroot setup.
f740be5efc : Handle the case the enclosing class is missing.
7a3ccd0082 : Disable host build of odrefresh
c2aa7a31fb : Restore partial LSE.
8214de1bb6 : Do not mark large objects for evacuation
53395f0b68 : No longer mention APEX flattening in chroot-based testing docs.
172633da90 : Remove instructions about running post-submit tests with Atest.
8c3b33fe98 : Skip version 199.
8be663808b : Update 939-hello-transformation-bcp test
ab91eefc87 : Address review comments on method resolution.
8246b0cbfd : Update .oat version after disabling partial LSE.
e8a822d220 : Remove entry SuspendCheck for methods which only call on the slow path
76a943abed : Update .oat version after disabling partial LSE.
6e458174b3 : [art] Add GetPreOomeGcCount API
3de02fb67d : ART: Removes SuspendCheck for plain loops with a low trip count.
a38b7355a6 : Temporarily disable partial LSE.
18074d2b59 : Temporarily disable partial LSE.
92e5d840ce : Remove workarounds for fixed bug 18051191
248d5c41b7 : Add an obsolete stub check in ArtMethod::GetOatQuickMethodHeader.
8dea9c4f64 : Update code to fix two unused variable warnings.
c07f48875c : Add a test and consistency checks in method / field resolution.
7fae86c62a : Make sure only comments are stripped
1c494e36f2 : Use the right class loader for ResolvedMethodAccessTest.
58a79873e9 : Better isolate standalone ART gtests on device.
9a10f5b5b4 : Adding known failure due to missing format 038 support in slicer
a35586522f : vdex: add checks in the event of file corruption.
a74a707149 : vdex: add checks in the event of file corruption.
3002941dd9 : Revert "vdex: add checks in the event of file corruption."
0de8c022aa : Explicitly note ignored return result
fde4c27311 : Adapt ART tests for the new llvm-objdump output format
75e50892c0 : Fix -Wframe-larger-than warnings in ART tests
2999759192 : Suppress three counts of compiler warnings for frame size limit exceeded
24455cdcd9 : vdex: add checks in the event of file corruption.
1126d74e2a : Expand error message in ResolvedMethodAccessTest
d6576ef342 : Mention Checker tests in `test/README.md`.
01545e8f6e : Reboot device before running eng-prod gtests
19444a693a : It's a hard failure if return types cannot match.
18c72c6f62 : Change soft failure into more precise missing method.
b05bf89967 : OpenJDK 11: Move math classes from sun.misc.* to jdk.internal.math
d8c0ac264f : Better isolate standalone ART gtests on device.
ebefce33ba : Make it a hard failure if we could not find a catch clause.
adc11b1350 : Turn unconditional soft failure into a hard failure.
8756585230 : verifier: the throw bytecode must have a throwable class as input.
1728bb7791 : Turn soft failure into hard failure.
3a8dfcf791 : Catch clauses should only have throwable types.
e172a80e18 : Revert "Cleanup return type checks with arrays."
59193a6871 : Cleanup return type checks with arrays.
f6fe36332a : Relax failure on return type for unresolved types.
0700b69cb0 : SVE: Extract Intermediate Address for SVE Vector Memory Operations
6194403a98 : Exclude `com.android.org.conscrypt.NativeCryptoArgTest` from ART MTS.
380f967dc7 : Regenerate ART test files (2021-09-02).
ecbdc07474 : ARM64: FP16.compare() intrinsic for ARMv8
3676b36e83 : Clean up compile time null checks for VarHandle intrinsics.
315cf0c115 : Allow visibility on libdexfile for all libdexfile_support users (reland).
305679269e : Revert "Allow visibility on libdexfile for all libdexfile_suppor..."
4ae09d4527 : Fix unused collector_type_ variable
17af7a80b8 : Stop using `group_static_libs` property
3c137bfbdd : Allow visibility on libdexfile for all libdexfile_support users.
0f803ce086 : find_api_violations.pl: sync strings with hiddenapi_flags.h
611d71c671 : Fix a few non-inclusive terms
007bde5571 : sigchain: print ucontext in fatal error log
98f01d1dea : Revert^2 "Compile time null checks for VarHandle intrinsics."
1c7eeae264 : Partial LSE: handle all kinds of infinite loops.
96dadefd24 : Partial LSE: handle all kinds of infinite loops.
12dd6fc8d1 : Reland "Trigger fewer GCs during startup""
d44add98a6 : odrefresh: Allow extra 30s for subprocesses in VM
059210dd63 : Make smali compilations deterministic
977054f462 : Add a lock contention palette hook.
95bb995004 : Remove unused MadviseState hints
0857789b5b : Fix android.security.cts.FileDescriptorTest#testCLOEXEC
1162037357 : Improve suspension timeout diagnostic and fix race
aefbed79a1 : Do not acquire runtime_shutdown_lock_ in Abort()
e806799b94 : Fix missing MsToNs in profile saver.
f68f9182ac : Document restriction on checkpoint code
da90ab4ebb : Revert "Trigger fewer GCs during startup"
f1865b3e0c : odrefresh: minor diagnostic improvements
4fba66c842 : Inline caches: be more robust in the presence of framework change.
16f1ef2d09 : Replace weak-ref access disable checkpoint with STW pause
4bd6795677 : More run-test build determinism tweaks (part 2)
3a014e3110 : ART: Change error-reporting of run-test-jar
3b0914011b : Remove art_chroot build target.
7d992f714a : Trigger fewer GCs during startup
9d642a84fb : dex2oat: Avoid an open from /proc/self/fd
2bac049599 : dex2oat: Avoid an open from /proc/self/fd
eba362de5e : [luci][realms] use LUCI realms on all ART builds.
2a7b69d099 : [luci][realms] use LUCI realms on 20% of builds.
3326fcea1e : Fix android.security.cts.FileDescriptorTest#testCLOEXEC
ccbcfb17c9 : Revert^2 "Add unit tests for odrefresh - step 2"
a7e7426a89 : Give extra time for odrefresh subprocess in VM
9bbecd08cc : Suppress OptionalOfRedundantMethod error
f912a1fcb7 : Renamed test/580-fp16 to test/580-checker-fp16
e261356db9 : Add a lock contention palette hook.
b89649bd95 : Revert "Add unit tests for odrefresh - step 2"
3bb6e4c2e0 : dex2oat: Avoid an open from /proc/self/fd
b81cc515d9 : dex2oat: Avoid an open from /proc/self/fd
054c800827 : More run-test build determinism tweaks
b91dad2b98 : Add unit tests for odrefresh - step 2
3bc03531d1 : Fix missing MsToNs in profile saver.
1e6be71390 : Disable errorprone builds for art runtests
0529cfa3ef : Add GC deadlock discussion
555eefef9a : Replace weak-ref access disable checkpoint with STW pause
59033773f2 : [luci][realms] configure LUCI realms.
da106a9998 : Fix odsign_e2e_tests to accurately get file modified time in ms.
32f8b06742 : Remove direct uses of C++ compiler from run-test build
496e837a3a : sigchain: print ucontext in fatal error log
8d3d64f57d : Make run-test build scripts more deterministic
a0e10b1691 : Have counter pre-initialized in ParallelGC test
bbd13da29e : Read public.libraries-<company>.txt from product/etc/
a21b58476a : Define product public libraries
fb3ad7201b : Revert "Make ClassLinker::DumpForSigQuit exclude gc"
e84ad2c045 : Fix OnDeviceSigningHostTest to correctly get mapped artifacts.
3ba3edfee2 : Add unit tests for odrefresh - step 1
70aa29e2d9 : Do not acquire runtime_shutdown_lock_ in Abort()
7de49d88a1 : Update on-device AOT compilation to cover all cases.
668daf892a : Revert^2 "Adjust test for compiler update."
5503a8aef8 : odrefresh: Respect "dalvik.vm.systemservercompilerfilter".
b09a983e8d : odrefresh: Defaults to using "speed" for compiling system_server.
855cc35a22 : Revert "Adjust test for compiler update."
1f0a1547d3 : Adjust test for compiler update.
f955425d11 : Revert "Handle suspend requests in getReferent()"
0c3cc63507 : Handle suspend requests in getReferent()
825e82972f : Make ClassLinker::DumpForSigQuit exclude gc
2d2a27fe91 : Revert "Don't block while runnable in getReferent()"
1d9d3587da : Don't block while runnable in getReferent()
0e8585342b : ART Apex: prefer "first" to "prefer32" multilib option for tools
18bea3d905 : Document standalone ART gtests on device in `test/README.atest.md`.
58bfbad8fd : Relax 053-wait-some sucess criteria
cbd809bc76 : Correct enum comparison to reenable -Wenum-compare
de54ddda0d : Add support for gtest options to `tools/run-gtests.sh`.
7d398b070d : Add OkHttp tests to the generated ART MTS definition.
dc00c3aef3 : Retry more carefully
ce9b902a16 : Reland: Support pass BCP art/vdex/oat files by FD
a8f858e4ed : Verify that artifacts can still be loaded after a reboot.
4aebd580c9 : Add some null checks in case of OOME.
d7a4da1f35 : Revert "Support pass BCP art/vdex/oat files by FD"
2cb2527d41 : verifier: Remove support for precise constants and RegisterTrackingMode.
f7e4c3d58d : Set MODULE_BUILD_FROM_SOURCE to disable module prebuilts when building linux_bionic targets.
310b4e2659 : x86_64: Implement VarHandle.getAndBitwise{And,Or,Xor} for fields.
a0dd228837 : odsign_e2e_tests: do not assume time monotonicity across reboots
017aae4268 : x86_64: Implement VarHandle.getAndAdd for fields.
b1adfc2a05 : Support pass BCP art/vdex/oat files by FD
71f763399e : Use config.BuildOS instead of android.BuildOs
c9acd23043 : Delete almost correct CHECK
09bfdf1700 : Rewrite UTF-8 encoding.
1b621225a8 : ART: Implements a test option of forced generation of .cfg
fc42ce1a2b : Fix `GetDataTypeFromShorty()` for inlined VarHandle intrinsics.
a6f8a6a7a1 : Initialize intrinsics for UnstartedRuntimeTest.
244f22bf57 : x86_64: Add LockXadd* helper function and tests for it.
4a889b7f1e : Revert "Compile time null checks for VarHandle intrinsics."
5d446a3719 : x86_64: Add XADD instruction and tests for it.
b3a7a6a72d : Compile time null checks for VarHandle intrinsics.
c4597765f2 : Unhide VarHandle methods
e501434b98 : dt_fd_forward: fix uses of uninit values
81c76d8dac : Add BouncyCastle tests to the generated ART MTS definition.
edc005e396 : Rewrite JNI NewStringUTF().
91d3649659 : Fix trailing surrogate validation.
4b0ceb655f : x86_64: Implement VarHandle.getAndSet for fields.
8f21748bf1 : Mark move constructors/assignements as `noexcept`.
ce5c830aed : Update source ART APEX version number from 1 to 319999900.
cd43700e88 : Use .debug_frame version 4
1e271ce1d4 : Revert "libelffile: move to DWARF3 when writing .debug_frame."
2269f7eef5 : Revert "Fix style issue reported by cpplint."
b572832561 : Deprecate support of extracting BCP from boot image
66934efcab : Clean up ClassLinker::VerifyClass.
cf74ae7eae : Small cleanups after latest verifier change.
dcb148a48a : odsign_e2e_tests: Drop Java 11-ism
d61b021fff : Trigger on-device AOT compilation for system_server on mainline update.
9e050ab1a0 : Remove the need of VerifiedMethod in the compiler.
4f990714b1 : Modernize typedefs with `using`.
7744b69abf : Remove dual verification in RedefineClasses.
eacf044aae : Add service-art to sdk
cd8286f6e6 : x86_64: Implement missing variants of XCHG. Add tests for them.
0910d891d7 : Remove libc_headers from cc_object
47349d2d27 : Adding unstarted JNI implementation needed by VarHandle
85430bb410 : Fix libcore_gcstress_failures.txt syntax
e4f983c808 : Remove mterp.
5f2f289b64 : Fallback to version code in case lastUpdateMillis field is not populated
a5c529fd86 : x86_64: Allow test to skip register pairs. Fix XCHG and enable tests.
b50ceebb81 : x86: Add missing variants for XCHG and tests for this instruction.
38837d44f4 : Remove libraries containing conscrypt and i18n stubs from sdk
dc8fa4d6fc : ART: Fix Android.cpplint.mk to use scan art/ directory
1b9d442dc9 : Revert "Do not create 4-byte sequences in `ConvertUtf16ToModifiedUtf8()`"
52eebc756c : Add a aggregation count section to profile.
e0a4f373dc : Do not create 4-byte sequences in `ConvertUtf16ToModifiedUtf8()`
d920b7b01f : Disable the artd process
20b3c57170 : odrefresh: add test for samegrade ART APEX install
2ec38232c6 : Clean up verifier interface.
81909865f1 : Add odrefresh_headers to sdk
1c61f7eaa8 : Improve abort message in `SwapSpace::NewFileChunk()`.
ef10f42bf2 : Use lastUpdateMillis of an apex for ART versioning.
a4d27de254 : Provide additional target variant of okhttp-norepackage prebuilt
8782f17c8a : Add standalone ART gtests to the generated ART MTS definition.
6a2e689329 : Add support for standalone ART gtests to MTS.
592bceac0c : Add JNI globals tracing
79f874d287 : odrefresh: add support for lastUpdateMillis as part of version check
4f623272bd : Fix another style issue reported by cpplint.
1de4428db8 : Add standalone ART gtests to `TEST_MAPPING` group `mainline-presubmit`.
515b0cf805 : Add more Libcore tests to the generated ART MTS definition.
3362cf159a : Tighten ART's OWNERS file.
e431d134fb : Add a "vdex" reason for compilation reason.
b6e679292e : Move Transaction logs to arena allocator.
7209da0a46 : Support field VarHandle objects in boot image.
6f244fa165 : Fix style issue reported by cpplint.
6cd7ab38ec : Only set nterp entrypoint after a class is verified.
b17c908047 : Set compilation reason in vdex-only OatFile.
8fddc7519d : Handle potential OOME after ResolveNameString.
85d6bf94dc : Test for static field VarHandle and class unloading.
24c080f628 : Remove locking from `Transaction`.
4dc6589f39 : Don't wrap VerifyError into NoClassDefFoundError.
e0386f10d4 : Add standalone ART gtests to `TEST_MAPPING` group `presubmit`.
dd411969bb : VarHandle: add StaticFieldVarHandle class
f040914a12 : Uncouple ART gtests from the ART APEX.
b4bd92f27f : Faster hashing in `ClassLinker::LinkVirtualMethods()`.
53a6334ac7 : Improve comments in ReadBarrierOption.
2c9667363b : Don't delete everything in apexdata/com.android.art.
ea936c0270 : dex2oat: Faster retrieval of profile data.
8d5d585545 : Disable run-test `art-run-test-2040-huge-native-alloc`.
c94ab92f6e : Add `liblog` as a dependency of `dex2oat` Soong modules.
bf097b7f63 : ART clean up metrics reporter
a9967a2ece : Replace ART's core-platform-api stub with module-lib stubs
cd133d8587 : Verifier cleanups.
971068dcaf : runtime: add -Xdeny-art-apex-data-files
3d12876bd9 : Add special control flags for system server reporting
1792c6ff1c : Add -XX:ForceJavaZygoteForkLoop flag
4f388e3f26 : x86_64: Implement VarHandle.compareAnd{Set,Exchange} for fields.
a934b1166e : Export the system modules for module APIs stub
bbdb1ed109 : Cache boot classpath checksums at runtime init.
9b996ce378 : Replace JIT total time histogram with total time counter
c2753e6bee : Fix compiler filter / reason reporting and add the ISA to the metrics
546243375d : libelffile: move to DWARF3 when writing .debug_frame.
7ffab81064 : Adjust data dir set up in `CommonArtTestImpl::SetUpAndroidRootEnvVars`.
a4d28dd666 : Avoid marking proxy class as erroneous twice.
44dc8a300a : verifier: do not infer an instruction will throw.
c9df5ce4cc : Revert "Adjust paths in buildbolt-symbolize-crashes.sh."
f8b5288ab5 : Remove experimental flag in verifier.
d7b416118a : Add more weak reference information to traces
f368641c5b : [metrics] Add total-gc-time and adjust other metrics
45848daf54 : Revert cdex version back to 001.
e9a4a60130 : Transaction support for MethodType in dex cache.
9b4e556fbd : x86: Add tests for CMPXCHG (without LOCK prefix).
3044d7ab7b : x86_64: Add tests for CMPXCHG (without LOCK prefix).
9060ebe88e : Don't let the oat file close BCP FD passed from outside
5b8eb16cb6 : x86_64: Add byte and word sized CMPXCHG variants and tests for them.
55ffe7fa9e : Rename some ART gtest related Soong modules.
8bf1da992a : Do not create APEX stubs for libdexfiled.
789eb40f86 : Remove reference to gdbserver
2d97dc11b7 : Initialize fragment_ and verbose_ fields in hiddenapi.cc
4abe8f7029 : Allow hiddenapi list to be more lax when run on a fragment
70e126af8a : Clean up search for field by name and type strings.
8048e2e34e : testRemoveWithDelayedResultAndTimeout also flakes on target.
9e95eacdfb : Revert "odrefresh: temporarily disable system_server artifact test"
082659bcbf : Switch to an assembler macro for CFI_RESTORE_STATE_AND_DEF_CFA.
1776947f89 : Binary search for method by name string and signature.
e020b7f4af : Faster BCP checksum verification.
5fef55677e : Clean up ART APEX manifests.
30bb6af110 : x86_64: Implement VarHandle.set{Opaque,Release,Volatile} for fields.
f5958f8881 : Add x86 implementation for nterp.
1282f3805b : Add sampling support in the metrics reporter
7f0473851d : [metrics] Add GC-work throughput metrics
6c30777a27 : odrefresh: temporarily disable system_server artifact test
df0db3b608 : Allow creating MethodType inside a transaction.
a508249643 : dex2oat: Avoid unnecessary field/method resolution.
ec11cf1e4a : Add period reporting to the metrics infra
9b8d819823 : Add tests for the artd Binder interface.
49d142c029 : Add the ArtD binder interface
6a4b2990c4 : x86_64: Implement VarHandle.set() for static and instance fields.
d9696b79c8 : ART: Fix for no-opt debug (-O0) builds
59edf4b8f0 : dex2oat: don't prune dex if passed as FD
156a861837 : odrefresh: don't stage profile if not exists
ac97f3e110 : Allow libunwindstack to use libdexfile.
180e1e7053 : Fix link apex for jni libs
1ff9056b87 : Move metric reporting config to flags
c893d1597b : Only enable isolated compilation if requested
5da0507fd2 : Support inlining methods that may have soft verifier failures.
4ef36490af : Fix missing nterp initializing when loading a class.
602da4f604 : Further improve 2040-huge-native-alloc reliability
2af026df0b : Complete support for Compressed APEXes in ART APEX test scripts.
028cc7e1e8 : Disable compact dex code item deduping.
1737409108 : Be more prescise in the profile analysis
71b2cb5409 : odrefresh: fix instruction set selection.
885929fda9 : odrefresh: Fix mis-placed delimiter when joining FDs
869746ef31 : runtime: fix potential NULL dereferences
f5690ca224 : Reject a vdex file if its dex contents are out of date.
b3a4e01448 : odrefresh: Support option to run dex2oat in PVM
0be3da60fa : odrefresh: pass BCP JARs as FDs to dex2oat
f667c33fc8 : Avoid opening BCP jars if the corresponding FDs exist
319333f6ea : odrefresh: temporarily disable test
ecaf7d1657 : Fix double close in dex2oat when BCP is passed as FDs
7f21ebe84b : Fix instructions for running target ART gtests in `chroot` with Atest.
0886d4e7e0 : Revert "Enable strict gcstress unwind checks."
4026117163 : Rewrite static/instance field search by index.
af5d304844 : x86_64: add a helper function that displaces an address by a given amount.
4ab592315e : Add --dirty-image-objects-fd and --updatable-bcp-packages-fd
b10668cb6a : Clean up Class::GetDirectInterface().
893e2edbd5 : x86: fix helper function that displaces address by a given amount.
33ed33bcc8 : x86_64: add intrinsic for Long.divideUnsigned
a09d8b7d4c : Add runtime option -Xbootclasspathfds: for pre-opened fds
e300c4e4ea : Faster Class::FindField().
f761f58879 : Revert^2 "odrefresh: compilation backoff"
890f2eb950 : Rename gitiles triggers to make new luci-config version.
19d1feb0fe : Avoid internal APEX stubs in libnative{bridge,loader} and clean up exported symbols.
094b1cfc9f : odrefresh: enable loading of system_server image files
4f6bb446f8 : Remove palette hooks.
beb9f20125 : Consider the size of the reference profile when assessing IsFirstSave
f31b75b2b8 : Remove old configuration files.
e82d69a7b4 : Fix small bug where the mainline module list couldn't be overridden.
d0020ba414 : Make 2040-huge-native-alloc more robust
4573be38b0 : Faster Class::FindClassMethod().
b89e731029 : Adjust call to build-aml-prebuilts.sh.
977abde30f : Move code around in x86 assembly files.
9ed2427971 : Add simple lucicfg configuration for art.
b390ba9fad : Fix flags_tests for older platforms
f75b8e9947 : Revert^3 "Reduce libcore parallelism for host"
04c9f3a978 : x86: Don't use the GOT to access art::Runtime::instance_.
1e7faf7065 : Use tinyxml2-based generated Apex Info List sources
530552ac73 : Fix DumpUnattachedThreads logic for CTS.
bbc4dc3f98 : Remove libjdwp as an explicit target.
f2f924222a : Revert "Reduce libcore parallelism for host"
579bfc8b7f : Update libcore expectations for gcstress+debug+host
5b3c1ec1fc : Disable 2040-huge-native-alloc for interpreter
14a5151ea4 : Fix flags_test flakiness
691c3c56c5 : Revert "Add a README to ART with debugging information"
03e214f958 : Disable 2040-huge-native-alloc on gcstress & asan & debuggable
5b83a1b2c4 : Make strings in ART profiles prefixed by length.
09eacd9a5d : Setup ART experiments infra
341be9e71c : Revert "Do not sleep while waiting for GC"
6031ec1e5d : Re-land "Add 2040-huge-native-alloc test"
c8451cb430 : Factor out arch-independent ScaleFactor definition.
322eced250 : x86: Deduplicate load from memory for non-reference types.
6034c0755a : Fold the C API tests into the regular libnative{bridge,loader} tests.
d90291b46b : Fix bitrot in the libnativebridge tests.
5c824937bb : Reduce Partial LSE memory usage.
95313c5d14 : Delete spurious gc_type assignment
6b60a36ad1 : [metrics] Rename datum IDs
8ef8ad5ab4 : Adjust paths in buildbolt-symbolize-crashes.sh.
9991a3195a : Update libcore expectations for gcstress+debug+host
5ffa3553ea : Set dist_group: "android" for art java_sdk_libraries
9159d6ec28 : Update libcore expectations for gcstress+debug+host
2835c29a33 : Pass classpath loader FDs to dex2oat
9faf7c77ac : Fix separator check in command line parsing
a6b3b297bd : Add flag for clamping hidden api list
9c7b1e7073 : profman: Record all dex files in boot image profile.
161911c9ac : x86_64: Deduplicate load from memory for non-reference types.
2ee69693be : x86_64: Implement VarHandle.get() for static and instance fields.
dd446b17be : Collect array classes in profiles.
20e77ff500 : Ensure that ConcurrentGC always increments GC num
3674bc74be : [metrics] Rename datum IDs
1d326f94a3 : Avoid race on Thread::tlsPtr_::top_handle_scope.
654f01cd50 : Fix lock visiting for synchronized native methods.
028c7efaf7 : Use verify when speed-profile gets an empty profile
e8efdaa09b : Revert "Remove stack protector from some interpreter functions"
ae553e0e1b : Revert "odrefresh: compilation backoff"
bdf1737bd1 : Introduce `art::FastExit` to replace all uses of `quick_exit` in ART.
f2d1a510bf : Include sdk versioning proto in art apex
34b00fbeb8 : Remove libdexfile_support shared library.
6859ffca5f : odrefresh: compilation backoff
d196f661fa : Rename setters to conform Android API guidelines
46bf0f2c44 : Add a README to ART with debugging information
abe7c69edb : Remove stack protector from some interpreter functions
571a6bea24 : Don't extract APEXes directly.
3c9d9c97ef : Make it possible to pass specific APEXes to test on the command line.
9d27fbc8ce : Improve suspension timeout diagnostic and fix race
e3124d26d7 : Add liblog to art_gtest_defaults
3156695aa5 : Enable ProfileSaver to have a different delay for the first ever save
61ffd049d8 : Make the runtime option -Ximage a ParseStringList
5ca3da7238 : Add liblog to art_gtest_defaults
6d8d68efbe : Support modularization in "hiddenapi list" tool
fcc922a540 : art: unbreak dalvikvm builds on host
d42902692d : dex2oat: Abort app compilation without boot image.
8f8935ce29 : Add `CtsLibcoreJsr166TestCases` to the generated ART MTS definition.
c13227cd5b : gcstress: libcore.java.util.stream.CollectorsTest can timeout
a40f5cd17a : Add systemserverclasspath_fragment.
a9f80fcd2e : odrefresh: pass profile file as fd to dex2oat
3d05e61a42 : Put 100% of ART run-tests in `TEST_MAPPING` group `mainline-presubmit`.
642c8f6e69 : Fix scheduler's `FieldAccessHeapLocation()`.
a393988fe6 : Made libartservice use framework-system-server-module-defaults
f3e67db05f : Reduce excessive gcstress mode logging.
ca15b8d4b0 : testrunner.py: Add --build-only and --skip-build options.
2ce26fd4a0 : Increase gcstress timeout on host as well.
3ddf4d4916 : Update registerAppInfo signatures to accomodate more data.
06fb7fa55c : Fix ReplacementOrValue() for Partial LSE.
dc65a4505a : Do not double check trace config targetting.
7cdd7d9a1b : dexdump is provided in the Windows SDK.
56f2444d2e : Regenerate ART test files (2021-05-19).
26e9e75dc4 : Improve OOME log message informing OOME before heap full
1dc77abf87 : Disable most ART source modules when ART prebuilts are enabled.
496b9b43c9 : Ignore empty stub dex jars
c07e873ddb : Use odex_location instead of oat_file->GetLocation.
826e6667c4 : Add --dex-fd to dex2oat
b3bc892bfa : Refactor to consolidate oat writer setup
2f1ad346ad : Parse --cpu-set as ParseIntList
07ff2833c7 : Compile libart.so and libart-compiler.so with 2MB section alignment.
ca7de40e2d : OAT files outside the ART APEX are no longer loaded from the ART namespace.
c3632b1aab : Avoid timeout with >= 1 billion nsecs
7414ec29f1 : [metrics] Add prebuilt and cmdline compilation reason
0d290721a8 : Dump java backtrace when contending lock too long time.
c63d967226 : Rewrite profile file format.
0bf5b6729b : Fix golem breakage.
e73032929a : Update boot image and system server profiles [M5C5P89S0PP]
648fefa36c : odrefresh: Avoid a couple string copies
55ca8ab521 : odrefresh: Add support for uploading stats
3d877f0826 : odrefresh: add metrics support
dda82d2ed4 : odrefresh: move file-system utilities into odr_fs_utils.{h,cc}
7c7cae75a8 : Fix dm-test invocation
c802c37132 : dex2oat_vdex_test: add missing dependency on core boot image.
f1c982ecda : Update Art Service to be a LocalManager
c5c6f0dae5 : [LSC] Add LOCAL_LICENSE_KINDS to art
37eea8c707 : Revert "Remove obsolete TestApiEnforcementPolicy."
216e3ac21b : Initial commit of the test code for ART Service
2c5cb269e6 : Initial layout of ART Service files
7b149d585b : ART/Perfetto Java Heap Profiler
e41a6d531c : Add ForkJoinPool* threads to 911 Ignored regex
1940748542 : art: extend the supported cpu_variant list for arm64
ee86d95431 : Limit test 1941 to 100000 iterations

+- Project: platform/bionic

bbe7c690f : Merge "Fix missing null-terminator to exec call." am: 7587e20eaf
22dfc589e : seccomp: allow stat() for ubsan.
436980d31 : allowlist new Linux close_range() system call, use it in posix_spawn()
06b249fc7 : posix_spawn - implement support for POSIX_SPAWN_CLOEXEC_DEFAULT
917f16185 : Set VIDEO_MAX_FRAME value back to 64.
e6997d52d : [GWP-ASan] Provide runtime configuration through an env var + sysprop.
ab36432f7 : Add debuggerd_test to hwasan-presubmit.
4817ca64b : Skip setjmp.bug_152210274 on HWASan.
750dcd326 : Use SKIP_WITH_HWASAN macro from libbase.
cb6f86a27 : Add bionic tests that pass to hwasan-presubmit.
dca7229b0 : Skip verify_leak_allocation_limit under HWASan.
bbf9cd86c : In android_set_abort_message, check for nullptr.
c70311c29 : [GWP-ASan] Fix bugs in realloc().
4ece2d618 : Polish the syscall docs a bit more.
0aa87b82e : Skip mallinfo / malloc_info tests on HWASan.
307254c61 : Make libasync_safe available in com.android.virt
06335c4ec : Remove dimitry and hhb from OWNERS.
24f276211 : Skip other_malloc_functions on HWASan.
2bac1f81c : Deprecate "/apex/<name>/ld.config.txt
a96306c60 : Improve the documentation about adding trivial syscall wrappers.
bb1cc5a82 : Fix unistd.exec_argv0_null for new kernels.
6e8f3a76e : Extempt calculate_gnu_hash_neon from hwasan.
1063039d1 : C11 removed gets().
2d8d2a006 : Disable strict abigail checking pending asm fix.
8ea6af53e : Always process TLS relocs using general code path
40d9622c1 : Add GWP-ASan CTS to bionic TEST_MAPPING
08b968b28 : Avoid usage of LONG_BIT in signal headers.
1ed553465 : Update to v5.17 kernel headers.
7aa3abc78 : Add DF_1_ORIGIN to SUPPORTED_DT_FLAGS_1.
f9b131396 : Suppress -Wformat warning
ed6d9720d : Revert "[automerged blank] Disable pointer authentication in app..."
af2f109a9 : Revert "Disable pointer authentication in app processes."
9705aac89 : Fix mte tests to allow auto-upgrade.
730917723 : Revert "Disable pointer authentication in app processes."
da446cc5c : Tweak linux_glibc properties for musl builds in bionic
459eecb28 : Update for LocalUnwinder object removal.
8cbba80e6 : Add documentation about Android 12 bug.
d9b8d13a3 : Remove dead subdirs directive.
335e27b74 : Use single module for libclang_rt.builtins-exported
a765f193e : Use single module for libclang_rt.builtins-exported
ad33d02fa : Add bionic NOTICE file to musl sysroot
07cdd57d5 : Remove clang version check around diagnose_as_builtin
fef519b63 : Disable LTO for libBionicStandardTests
82c90724e : Explain why we test ifunc variables.
9be242789 : Cast ifunc resolver's return type
75c36fe0c : Add %m and %#x support for async_safe logging
02335c773 : T is API level 33, not 32.
62d49fd8e : posix_spawn: always clear O_CLOEXEC for dup'ed fds.
82e24a579 : CFI uses SIGTRAP on arm/arm64.
4411b940b : Silence the CFI death tests.
d4aa14d9d : profiling: override dumpability while opening /proc/self/mem,maps
9425b1697 : [MTE] Relax ELF note.
aeef9f04d : Avoid duplicate genrule locations
93400371f : [NFCI] Change Android's NT_TYPE to NT_ANDROID_TYPE.
dde3176a7 : [MTE] add sysprop to set mte state globally
08cf94985 : Change default block size alignment to be 4 for memory saving on 32-bit arch
a48237bcd : Disable fortify tests for musl
9d4a56e49 : Export kernel uapi, execinfo and b64 headers to musl sysroot
9da85fa4a : Export bionic's resolv base64 functions to musl
2a9843fe6 : Export bionic's execinfo functions to musl
db71defb6 : Annotate fortify functions with diagnose_as_builtin
fdced95e4 : Enable mallinfo tests for musl
d49ad1e39 : Fix possible nullptr dereference.
daa6b82ed : Fix bionic benchmarks and header tests for musl
fbee3177a : Keep allocation of `tail_` outside of LinkedList
6c1c3422a : Fix HWASan crashes in heapprofd initialization.
44dd9facb : Silence -Wnon-power-of-two-alignment for a test
f5f04b19f : Fix recursive deadlock inside bionic_systrace
b81b50bf2 : Disable pointer authentication in app processes.
e20a1d906 : Move linker from sampling PGO to AFDO pipeline
e37ca5315 : Fix MemtagNoteTest and make it runnable on non-MTE devices.
bf52e8859 : Disable pointer authentication in app processes.
57f17dea2 : Update the status for S and T.
1ff7be071 : Don't use LLVM when readelf(1) will do.
99ef447d0 : libm: sync with upstream.
db358e6ae : Don't use llvm-defaults to build some tests.
a479261fe : Update to v5.16 kernel headers.
e4106253e : Fix copy pasta in guard macro for weak symbols.
952da9267 : Remove availability definitions for mbs APIs.
31fbc1469 : sched.h: add doc comments.
ad1658ecf : c32rtomb/mbrtoc32: remove dead code.
724efbb57 : Mark variables as unused.
8248e62fa : Add mallinfo2 call.
38be11e88 : Add some documentation about EINTR.
32a72522e : Clarify that fdsan wasn't "enforcing" in its first release.
e4d5efe23 : strftime: format small positive integers ourselves.
a13d0660f : Use -fno-builtin for libc and libm.
c5b81844b : Fix a race condition in the bionic pthread tests.
5afe3f8a6 : Allow bpf() syscall
5514287dc : [versioner] Use libclang-cpp.so
d473a7069 : Update OWNERS
5b57d9cd8 : Remove boilerplate.
9d66092bf : mbrtoc16: explain the line that has no test coverage.
f0d7a34e2 : Regression test for scudo crash in resizeTaggedChunk.
2c96639eb : Optimize the mbs fast path slightly.
09bf432be : New multi-byte character benchmarks.
30cd30f64 : Remove outdated ld.bfd usage.
57474c89f : Fix incorrect API level for wcstombs and mbstowcs.
3d8156d3e : uchar.h tests: small improvements.
70aa88c66 : Remove references to nonplat sepolicy
b6b7e2ee2 : Add the missing '--' to shell invocations.
9e33b76c6 : Re-enable LTO for linker
2abfa9e4f : Update to v5.15 kernel headers.
7edd008d6 : Reland: "Make native bridge libc uninstallable"
d3f05492d : Update for libunwindstack shared_ptr MapInfos.
035702e36 : Revert "Make native bridge libc uninstallable"
48efa5b8c : Make native bridge libc uninstallable
7a2386bf8 : Don't open /dev/null until we need to.
b952a77e7 : Workaround Clang cannot build ifunc with LTO
11526e2fc : Add execinfo functionality.
837b683b4 : Update bionic coverage docs.
cf59e19e2 : Add preadv2/pwritev2 wrappers.
0d7d7ac01 : Remove libc++demangle from static libs.
9935aa7a2 : Add/allow clang-14 warnings.
04233539b : Update for libunwindstack shared_ptr MapInfos.
b6d3c7824 : malloc_heapprofd: Avoid a spurious error log
4ef83d691 : Revert "strerror: incl enum name"
c3060de20 : strerror: incl enum name
419554e99 : Move ExecTestHelper to using a regex.
ebe5e5f7d : Remove bazel_module stanzas from bionic/linker
0cc60afa3 : Add more tests to TEST_MAPPING
badcb38d3 : Convert bionic dlext test zips to Android.bp
377193745 : Treat static binaries "the same" for the profiling signals.
2aa3f7cb2 : bionic: fix broken end atrace events
1d7077a1c : Add CtsBionicTestCases to hwasan-postsubmit.
4edbcee2c : Random HWASan cleanups.
b3cac0fab : Update allocator alignment tests.
8f9713e23 : Fix broken return code of M_INITIALIZE_GWP_ASAN.
c7fe26aa8 : Use the BSD license for our bogus fts.h.
048f24ed2 : Export fts as a static library for use with musl
e791552fb : Add API level define for T.
69bcb8be2 : Compile fts.c in libc_openbsd_ndk
de1cf8579 : Use lp64 rather than explicitly saying "arm64,x86_64".
3a39c0bc4 : Update to v5.14 kernel headers.
1583cd286 : Reland "Use the dynamic table instead of __rela?_iplt_* to find the linker's IRELATIVE relocs." with a fix.
e5570c5df : Revert "Use the dynamic table instead of __rela?_iplt_* to find the linker's IRELATIVE relocs."
0c3bb2cf8 : [libm] Set pragma FENV_EACCESS for x86_64, i386
65bdf655c : Use the dynamic table instead of __rela?_iplt_* to find the linker's IRELATIVE relocs.
2411a5e78 : Export memalign to linker
4c5595c96 : Replace local MUSL define with global ANDROID_HOST_MUSL
14d150761 : Fix some clang-format issues
35d469ba4 : Fix bionic-unit-tests-glibc for 32-bit musl
7da20341e : Build bionic unit tests for musl
e07b33d3a : Only run the exec once if test passes.
3a0ced853 : Reland "Fix GWP hooks not being restored, leading to crashes."
4408b8abb : Enable posix strerror_r test in glibc
695af0da3 : POSIX strerror_r returns an error number, not -1
e9898f393 : Move the Rust system property bindings into librustutils.
b4ab4f6d4 : Revert "Fix GWP hooks not being restored, leading to crashes."
d9d9ee846 : Allow retry of test if log missing.
9db8f2bc8 : Fix GWP hooks not being restored, leading to crashes.
5d50dbb5f : Export kernel headers for musl
4990c2dcb : Read the log while test runs instead of after.
5c49616f7 : Fix NOTICE file.
02f813703 : Rename cc_object default_shared_libs to system_shared_libs
4aebf5525 : Improve the Rust property bindings.
e1f1e7931 : Migrate keystore2's Rust system library bindings to bionic.
8f14b6503 : Revert "Adding system property tracing"
13a960f0e : Revert "bionic_systrace: moving global static variables"
a6035ecd4 : Avoid undefined compiler behavior
5358cc40a : Avoid undefined compiler behavior
61a5a8380 : Revert "Adding system property tracing"
3ec21f527 : Revert "bionic_systrace: moving global static variables"
33d73379a : Fix race when frees after main thread finishes.
d27506716 : Define sockaddr_storage in bionic
b5bfe0bd5 : Move system_shared_libs into target.bionic clause
53df1f377 : Make MTE tests pass with all values of MEMTAG_OPTIONS.
ab1b143ef : Remove obsolete visibility entries from libc_headers
48bf46b96 : Allow the kernel to upgrade ASYNC mode processes to SYNC mode.
fcc3b4f45 : Update to v5.13 kernel headers.
68ec53e14 : Support replacing nested kernel structs
79dbdc3c2 : Document more clearly that we don't plan on using faccessat2(2).
a9d0c104a : Stop documenting native_heapdump_viewer.
d8d561c98 : Add definition of M_MEMTAG_TUNING.
10d926867 : Add default_shared_libs to crt objects
40c8a8b1b : Extend <sys/sysinfo.h> tests slightly.
c849ef106 : Improve the <sys/select.h> docs.
8f537e876 : Explicitly set generate_hashtree: false
331b3887f : Remove host_bionic_inject
a0a591a71 : Don't use prefix_symbols for host bionic linker wrapper
26d83ba7a : Disable return PAC in __pthread_start.
7c0ce86a0 : Skip the malloc_slack test on native bridge.
504d0488a : Mark abort(3) as `nomerge`.
546723b2b : Use ro.build.type instead of ro.debuggable
85c7838bd : Fix dangling pointer in heapprofd API.
a2b7c3fbe : Remove sort_bss_symbols_by_size .
ef76860f2 : Turns out we don't need to say calll any more.
660ba39b5 : Move android_reset_stack_guard to LIBC_S
5a7f3ef9a : Enable RTM_GETLINK restrictions on all apps

+- Project: platform/bootable/libbootloader

8b41758 : remove needless use of libbpf_android library
adb2c3e : Add const to addBootConfigParameters
2d452bb : [LSC] Add LOCAL_LICENSE_KINDS to bootable/libbootloader

+- Project: platform/bootable/recovery

fe7c99d9 : Import translations. DO NOT MERGE ANYWHERE
284ba5bc : Import translations. DO NOT MERGE ANYWHERE
a4761b1f : Import translations. DO NOT MERGE ANYWHERE
cdadcf65 : Import translations. DO NOT MERGE ANYWHERE
1a2cf2b1 : Import translations. DO NOT MERGE ANYWHERE
28cd871f : Import translations. DO NOT MERGE ANYWHERE
e7e05a5b : Import translations. DO NOT MERGE ANYWHERE
d115a2b1 : Import translations. DO NOT MERGE ANYWHERE
6de9a05f : Import translations. DO NOT MERGE ANYWHERE
bec20def : Import translations. DO NOT MERGE ANYWHERE
3d0d9c35 : Log a copy of recovery log to kernel logs
0f3b76b7 : Import translations. DO NOT MERGE ANYWHERE
e03e3e13 : Import translations. DO NOT MERGE ANYWHERE
f1ac9933 : Import translations. DO NOT MERGE ANYWHERE
4a90a958 : Import translations. DO NOT MERGE ANYWHERE
74358b5a : Import translations. DO NOT MERGE ANYWHERE
d21e516d : Enable ProjectID by default.
fde69fbd : Remove support for converting from FDE to FBE
483f32fc : Move comment to license_note
a0732906 : Fix non-ab fuse ota fail bug
117f263a : Disable flaky recovery test
af6d780e : Add timed out test files to tidy_timeout_srcs
a4208b5f : Perform data wipe in recovery if ota package has powerwash set
469fc991 : Enable different interface for fastboot for cf
0b6adb58 : Fix typo in static_assert message.
90b94b72 : minui: add hall sensor event
f4dfa1ad : minui: Add support for multiple connectors
e93c95aa : Import translations. DO NOT MERGE ANYWHERE
6b7c582d : Import translations. DO NOT MERGE ANYWHERE
5ffad4b0 : Fix wrong key indexes in package verification logs.
068329e9 : Move package verifier from libinstall to libotautil
ff48d3de : Add missing header include to libedify
cf3234a0 : [MTE] Add interface to communicate MTE status to bootloader.
67a8fd21 : GetBatteryInfo() also reads AIDL health HAL.
51433b94 : minui: Add support for ARGB (LSB alpha)
88cf0744 : Add erofs tools in recovery mode
fa951653 : Use metadata_key_dir instead of metadata_encryption
80a1d8e3 : Avoid to format raw disk if metadata encryption is enabled
e6054f41 : Suppression of socket connect from minadbd (CL 2/2)
f0a760b3 : Do not write past end of inotify event structure.
a5c071f9 : Import translations. DO NOT MERGE ANYWHERE
41db8264 : Import translations. DO NOT MERGE ANYWHERE
87980990 : Start servicemanager on init in recovery mode.
cb22b134 : Mount binderfs and add /dev/binder in recovery.
0fa17076 : on boot class_start hal
56c354fa : Import translations. DO NOT MERGE ANYWHERE
e8bf0ef2 : Import translations. DO NOT MERGE ANYWHERE
a762e14f : recovery_utils: remove FDE support
868aa50c : libminui for vendor
6a6a4126 : Add fsck.f2fs to recovery mode
c88a1efc : Update caremap to by py3 compatible
95b85a4d : Fix the fuse error that cannot handle the OTA package larger than 4 GiB
ce87c786 : Do not write past end of inotify event structure.
2623f687 : Remove enh from OWNERS.
f393cef8 : Warn on `repo upload` if you're not uploading to AOSP master.
23080333 : Update OWNERS file
6f7362ab : Add support to use preferred graphics backend
fd2233c2 : Import translations. DO NOT MERGE ANYWHERE
7e5b4bd6 : Import translations. DO NOT MERGE ANYWHERE
c4b74bb5 : Import translations. DO NOT MERGE ANYWHERE
25471d13 : Import translations. DO NOT MERGE ANYWHERE
99d53f88 : Remove magic code to flash the screen
a09867ff : Import translations. DO NOT MERGE ANYWHERE
e98dac63 : Import translations. DO NOT MERGE ANYWHERE
86dc4ea6 : Import translations. DO NOT MERGE ANYWHERE
5d4bfa31 : Import translations. DO NOT MERGE ANYWHERE
5d4dea16 : Use recovery variant for librecovery_ui_ext
1aea219f : Import translations. DO NOT MERGE ANYWHERE
b4b619ce : Add caremap proto target for release tools
6402ec57 : Import translations. DO NOT MERGE ANYWHERE
33c62fc4 : Check SPL downgrade before install OTA in recovery
90f783f3 : use create_dumb.size as size of buffer
8ecb9f70 : Import translations. DO NOT MERGE ANYWHERE
425d7114 : Import translations. DO NOT MERGE ANYWHERE
dc65e02d : Import translations. DO NOT MERGE ANYWHERE
e6f015a2 : Import translations. DO NOT MERGE ANYWHERE
21bb208b : Import translations. DO NOT MERGE ANYWHERE
d8798ba2 : Import translations. DO NOT MERGE ANYWHERE
a81e023e : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/build/bazel

65239c8 : Create a shared jq script to help find modules with test_suites property and the property contains the input argument.
3dc924b : Subsume prebuilt_etc through prebuilt_file usage
8350eeb : Abstract prebuilt_etc into prebuilt_file
c59332e : Add rbc dashboard script
1523ff3 : Support build number stamping.
5563202 : enable JNI dependency for android_app example
956c9b8 : export Java variables to Bazel
9236473 : Tweak linux_glibc properties for musl builds in build/bazel
9e72568 : Running diffs in CI
be1d2eb : Register python toolchain to Bazel workspace
141a4ab : Enable artifact path requirements in comparison builds
40c5dc7 : Support arch/cpu variant in mixed build
5b0d4b5 : Use merge_zip prebuilts and remove it from make_injection.
7e6d14b : Use aapt2 prebuilt and remove it from make_injection.
4605698 : Support tailoring clang --target flag based on min sdk version.
6d5cef9 : Use prebuilts for soong_zip and zip2zip instead of building them in make_injection.
618ca3c : Build debugfs from source.
d7fd4af : Build resize2fs and mkefs with Bazel.
6e75c78 : Rollback for aosp/2028308
7cdf38e : Build e2fsdroid with Bazel and use in the APEX toolchain.
4674e93 : Clean incremental bp2build with bazel clean instead of rm -rf out
ed19174 : Add `rm -rf out` temporarily to fix incremental build.
84deb62 : README.md: Note jq installation
3ab8d3b : Script to compute a csv of module type dependencies and attributes.
a438517 : Build avbtool with Bazel.
8ab9799 : Add new apex_aab rule to build multi-arch mainline modules with Bazel.
410fd24 : pass certificates to android_app as debug_signing_keys
f899d7b : Fix mixed_droid to use correct metrics flag
05d2fda : Add --mk_metrics to mixed_* CI scripts
a0b54dd : Support arch/cpu variants/features in Bazel.
749d3d8 : Add a .jq query to obtain the transitive closure of a whole module type.
2ef3664 : Add a detailed description to replace_is_board_platform commits
26d9876 : add jq query for modules with specific property
890c782 : json-module-graph: fullTransitiveDepsProperites
2ebf64a : Dist mainline modules with copy_to_dist_dir in bp2build.sh.
57e49ce : support java_proto_library variations in Starlark
04d1fa6 : Fix cc proto rules for canonical_path_from_root
36ea2ff : Fix typo in cc_binary docstring
29334fc : Update json module graph README
d499974 : The jq scripts to find:
7461e3e : Improve readability / signal-to-noise ratio for CI logs.
510dfc2 : Create subdir for cc rules
269e007 : Support bssl hash injection for libcrypto.
a0d2576 : Allowlist //bionic/benchmarks/spawn/ in host tests
10d9e19 : Add linux_x86_64 ci build coverage for Bazel
9265b7a : add target_compatible_with to cc_proto_library rule
6de4ba5 : gitignore __pycache__
d827151 : Update bp2build-progress with new APEXes.
175d017 : Add apex compression in Bazel apex rule.
89da999 : Diff symbol tables and headers for .o files
4c516ed : Delete unused code for Bazel as Ninja executor.
875e808 : product variables are consumed via soong injection
c16bf48 : Support filtering stub libraries from the APEX based on dependency transitiveness.
c0ef472 : Integrate stub library targets into the top level shared library proxy target.
6a4908d : Fix Bazel APEX wrapper to resolve symlinks of any number of levels.
8ed7621 : Avoid flattening depsets in apex_cc_aspect.
71a81b3 : Support multilib in apex.
59be21b : Roll-forward fix for bazel_apexer_wrapper_test.
d403a40 : Temporarily bypass a diff test in bazel_apexer_wrapper_test.
0a831a6 : Implement a (partial) cc_stub_library rule for cc_library.stubs in Android.bp file.
e4e62ce : Simple unit tests for difftool
1e55d1a : Package transitive deps in apex.
161b170 : rich command line info for clang compiles
d0b969c : add :android_target as a parent for all platforms
65df793 : Correct bugs in full cc proto implementation.
36843a6 : Improve difftool usability
c9476dc : Add json query to get set properties for a module
bba6a56 : Test board configuration by default with rbc_regression_test.sh
8e36e57 : Alphabetize bp2build-progress report.
59ecd7d : Bazel changers to support enabled property for cc
d90b211 : Add additional dirs to bp2build ci coverage
c8aa45f : Add dist to m bp2build invocation to ci
157d962 : Don't run `m nothing` for bp2build.
b62bfee : Dist the bp2build directory before running builds/tests so that it's available always.
fe16f4e : Add apex_diff_test for com.android.adbd.
81bd27c : Support different compile flags for external
099092f : Add the function of signing apex file with signapk tool.
e3c1300 : Support multiple modules in bp2build-progress
1f141e7 : Add ability for make_injection to invalidate itself when Android.bp files change.
73ef57e : Add type of unconverteds to bp2build-progress
5e8c248 : Handle filegroups differently in bp2build-progress
ba15750 : bp2build-progress: collect type for blueprint mods
5a4e2d9 : Handle export_absolute_includes.
02409c7 : Add initial support for use_version_lib.
d3f43b7 : The scripts to fix product config makefiles and the driver to run them.
160d45f : Add support for cc_binary deps in apex.binaries.
16884c0 : Bazel changes to support split of full_cc_library
b93094a : Ensure py_library targets propagate their directories as imports.
296a481 : Implement cc lite/full proto in starlark.
cceef0d : Expand list of targets to build in bp2build to cover newly added android_app targets.
5bac983 : Ensure bp2build ci has verbose bp2build
e5c4695 : Support binaries in APEX bazel build
db38ec5 : [LSC] Add LOCAL_LICENSE_KINDS to build/bazel
81dd964 : Dist bp2build generated workspace.
3c4c3ea : Propagate c_std attribute to toolchain features
515546f : Add a stub adbd cc_binary into build/bazel/examples.
6e02aac : Delete rbc_product_config.sh
29ee7cd : Accept prebuilt_etc.data
5cc8a2e : Add support to generate constraint settings/values for Soong config variables.
f78614c : RBC regression test script providing failure details.
61c0927 : Combine the inputprepare and calling apexer logic into a python script
e846cd9 : Initial check-in for difftool
f93835c : Make stripped cc binaries executable
d0a156d : Add com.android.adbd to the bp2build progress report step.
0235a0c : Support host platform builds in cc rules
981c156 : Add flag --use_queryview to bp2build-progress docs
81608a1 : Set --experimental_platform_in_output_dir.
0778c50 : Allow running rbc_product_config.sh from anywhere
7b24640 : Add adbd report/graph to CI
1567848 : Revert "Add platform needed by python_binary_host."
171ba83 : Add platform needed by python_binary_host.
8b52075 : Handle sub-command errors more gracefully.
0390a53 : Add copyright header to bzl files.
9292e52 : Run buildifier on bzl rules
e4a8e55 : Faster `find` for bazel-out in mixed_*
f92fc63 : Allow rbc_product_config.sh to test only the board config
d54042e : Add darwin_arm64 platform
9ac611c : Initial support for cc_binary.
6922565 : Advertise providers for cc_library_static
29cb480 : Add TOP to make_injection.
1bc46c9 : Remove version_script param for cc libraries
3333c7e : Handle missing dep for stl
36adacf : Run pyformat on bp2build-progress.py
ffecb5e : Add ability to use queryview for bp2build-progress
0158935 : Add info about module dir to bp2build.py
d7445f3 : Add flag for running rbc board configuration as well
1a42b09 : Expand bazel ci testing.
242b3b4 : Revert "Set --experimental_platform_in_output_dir."
8f7654d : Fix --experimental_platform_in_output_dir to be a build flag, not common.
f4a226f : Set --experimental_platform_in_output_dir.
98f8a58 : Convert cpp_std to use toolchain features.
f621666 : Add CI script for verifying RBC product configuration works
fd600d4 : Updates corresponding to toolchain changes.
3b3e56b : Set the default --platforms value to //build/bazel/platforms:android_target.
e7cd549 : Handle frozen objs in add_lists_defaulting_to_none
bc9dd28 : Thread link_crt to the cc_toolchain feature for cc_library's shared variant and cc_library_shared.
91f3cbc : Minor nit fix to aosp/1839393
d4b9e25 : Add bp2build conversion for {,Rt}PrebuildLibrary
e7a537d : Change filegroup null .s to .S
8517440 : Macro/platform changes to support libcrypto
beaf5ff : Buildifier cc_object and cc_library_shared.
f35b094 : Externalize implementation soong/bazel glossary
7dc8b3f : Create a stub remote_coverage_tools WORKSPACE to workaround downloading remote_coverage_tools on CI.
15a202d : Add com.android.adbd to mixed_libc presubmits.
7296883 : Temporarily disable test targets that depend on remote_coverage_tools.
5c4a7f8 : Support stl property in cc macros
e4c3c4d : Revert "Add `rm -rf out` temporarily to fix incremental roboleaf CI"
8d1bb17 : Add `rm -rf out` temporarily to fix incremental roboleaf CI
66c0316 : Bazel: differentiate between exported/not deps
ec87b38 : Overhaul deps handling in cc macros
a231362 : Add the WallpaperPicker app to Bazel CI.
240243e : Refactor make_injection to not use globs in exports_files.
e4374cd : Add system_shared_deps to shared lib dynamic deps
ab7a440 : Print reverse deps in bp2build progress report.
347b4fe : bp2build-progress: automatically generate list of converted modules.
87a17a0 : Expose TocFile via CcTocInfo
d0fbbb0 : Remove `Linkstatic` field for static cases
32c7633 : cc_library_{static,headers}.bzl formatting
bcdcf2d : Create bp2build converter for cc_shared_library
5834672 : Dedupe static objects in combine rule
e036ce1 : Add bp2build-progress report and graph generator.
6311dff : Add QuickSearchBox app building to CI.
27487fe : Add params for non-exported includes
bf648dd : Add support for exporting -I and -isystem
2ce5fcf : Remove unnecessary apex_key macro.
44c2ed4 : Call bp2build with "m bp2build"...
da04c0e : Add libsimpleperf to mixed_libc
8d7eb4d : Build //development/sdk/... on bp2build CI
e2e0e7b : Add Music App to bp2build CI.
9d3fe1c : Add a java binary, a java library, and an android app target building to bp2build ci. (Second attempt at https://android-review.googlesource.com/c/platform/build/bazel/+/1788469)
779bb94 : Move dist rule to bazel_common_rules.
961174c : Allow running only queryview before invoking bazel
a29f286 : Fix queryview-bottom-up.sh to use checked-in bazel binary
9099824 : Add platform_tests to mixed_droid.
a5fd035 : Add initial support for native_shared_libs to the Bazel APEX rule.
b0ef8ae : Adapt tests/bionic/BUILD use constants.* for clang version
39a5498 : Make make_injection print stdout during repo rule execution.
8c11c81 : Make apex.file_contexts mandatory.
32596dd : Revert "Add a java binary, a java library, and an android app ta..."
db6d6cc : Tag android app's cc deps as manual.
f4a0f8d : Add apex_diff_test to compare APEX contents.
3f7cbf6 : Remove forked version of Skylib.
db7db4b : Apply an apex_transition on apex.prebuilts, binaries and native_shared_libs.
b3c0cb5 : Delete --//build/bazel/rules:enable_apex.
e2eec9d : Toolchainify APEX host tools.
eda68ac : Add a java binary, a java library, and an android app target building to bp2build ci.
1d87e99 : Add a make_injection repository rule.
08ff762 : Handle system_dynamic_deps in cc_library macros.
2425135 : Add script to run Bazel APEX tests (builds) locally.
178a26e : Fix Bazel APEX build error when there is no Android manifest.
86499f4 : Update Android app building with Bazel to use d8.
8eeb3a0 : [LSC] Add LOCAL_LICENSE_KINDS to build/bazel
b85e585 : Remove obsolete flag experimental_enable_aggregating_middleman from common.bazelrc.
7b24ecd : Add support for apex prebuilts attribute.
3be5499 : Refactor apex.bzl into discrete steps.
143d1f1 : Add initial prebuilt_etc rule/macro.
c779174 : Add initial android_app_certificate rule/macro.
f17ca9d : Add support for APEX prebuilts attribute.
bd36d6c : Bazel apex rule prototype.
bb02dde : Add initial apex_key macro/rule.
ca41c1d : Add some more attributes to the APEX macro/rule.
7501998 : Add minimal APEX rule implementation.
efbd2db : Remove fuchsia from bazel
91cfe1c : Make //build/bazel/platforms/os:bionic work
b889179 : Add configuration setting for all bionic oses
ae212e7 : Add bazel-skylib selects support
ad03a9c : Create a minimal apex in the Bazel apex examples.
5828e0b : Rules changes to support libm mixed builds
45eb532 : Add basic dist rule implementation.
1a57976 : Bash exit status for failures should be positive, not negative.
8f81a56 : Add a stub rule for building APEX bundles (second try).
7420d27 : Revert "Add a stub rule for building APEX bundles."
361fb1e : Add a stub rule for building APEX bundles.
5815cfa : Direct Bazel builds from m.
d07605f : Generate toc file in full_cc_library.
bfdbc33 : Simplify static/shared attributes using a dictionary.
d59aef5 : Produce two version of prebuilt cc libraries
2bf5eb2 : Fix bugs and add libc to verify_bionic_outputs
0694fdd : bp2build: add stripped library support.
f8f3ba8 : Add help and a command for module type statistics.
63d2495 : Make it possible to list modules of a given type.
b95ef26 : Handle use_libcrt in bazel
d803dae : Fix standalone Bazel builds.
149e68d : Add support for dynamic_deps in cc_library_static.
04af7c4 : Set whole_archive_deps to the right attributes.
ddc2a8c : Claim linkinput ownership in full_cc_library
4b2ae48 : cc_shared_library: fix aspect traversal over new attrs.
6f5cdb2 : bp2build: introduce filegroup macro for cc_library support.
6eecdfc : Add os:darwin to platforms.
a9abb66 : Restrict Bazel PATH envvar to mimic Soong.
2c88e1b : Support whole_static_libs from bazel static libs
1b89fb5 : Rename macro for *_prebuilt_library_static types.
153b616 : Build com.android.runtime in mixed builds presubmits.
6e93334 : Add Bazel macro for llvm_prebuilt_library_static converter.
f244ce3 : Use string subst for product vars in cc libraries
cebcbe2 : Rollforward "Split libraries by language..."
e797104 : Revert "Split libraries by language in cc_library_static am: a3d..."
3d78dbc : Revert "Split libraries by language in cc_library_static"
a3da7f2 : Split libraries by language in cc_library_static
3c4cb98 : Correct typo in product variable.
e2a8e69 : Handle implementation_deps in cc bzl files
514cda1 : Add rtti to library features based on rtti bool
feb1c44 : Set the default --platforms value to android_arm.
cc05040 : Point java.io.tmpdir to $OUT_DIR.
4c9bf6f : bazelrc: implementation deps flag is a build command
39a8be8 : Integrate product config variables into Bazel.
dfa069e : Add --experimental_cc_implementation_deps to rc
2657330 : Build "everything" under //external/... for bp2build CI

+- Project: platform/build/bazel_common_rules

ac8c522 : dist: allow dist_dir to be specified in BUILD files
60f0b8f : dist: revise how default args works.
7593717 : dist: Also support declared directories.
2f1e776 : Allow docs_server to show tables.
65c2e9e : copy_to_dist_dir: support default arguments to script.
ea0fb21 : Use None as default arguments.
3b65aae : docs: TOC shows text not anchor link
8e4cc7b : docs: Use major version only for showdown
7817ff5 : docs: Use positional argument for resources
d985bcc : Add rules for generating docs.
b2f7e72 : dist: Support archives attribute.
11afd6c : Add dist as a bzl_library.
c6bc5b4 : dist.py: apply Google Python style
566275b : copy_to_dist: add support for --prefix
31d9a6e : copy_to_dist: Add support for --flat
0425d6e : copy_to_dist: fix multi-target support
441eb9e : Move dist rule to bazel_common_rules.
00653ec : Initial empty repository

+- Project: platform/build/blueprint

83a5a30 : Remove the concept of "early mutator".
8097d1a : Change jsonVariationMap to array of struct
18ebb23 : Add event handling to blueprint for metrics
518966d : force LoadHookContext to specify module type
eb27645 : Fix duplicate typo
5860cae : bpmodify: remove-property
451dd63 : bpmodify: -add-literal to add a value to the list
0cb1064 : Add newlines around list of structs
2df87f3 : Add a limit to blueprint filesystem accesses
6e7e6a9 : Close file after reading
8b162be : Rename saneSplit --> quickSplit
1b438d6 : gitignore intelliJ files
a78b020 : Support writing inputs/outputs of actions of modules into a file from the moduleInfo.actionDefs.
42cb28f : Add support for maps in blueprint files.
53bc344 : Blueprint to support multiline (Go style raw) strings
62823dc : use iota for "enum"
ee7a5d7 : Typos and missing parameter names use in doc comment
5319d07 : Add proptools helper functions.
20f19a5 : Add JSON data related struct and function into context.
1e01a4e : Reset contexts before calling LoadHook
a67610a : Allow soong_ui to set env vars for soong_build .
3dab514 : Allow specifying the pool for soong_build calls.
635fc35 : Set GODEBUG=asyncpreemptoff=1 for soong_build.
a08e722 : Apply toNinjaName for variant names
6dd6868 : Support go1.18, drop support for <go1.8
8e7786a : Forward descriptions to primary build invocations.
5ff5fe3 : Minor refactoring to remove a couple of warnings
97eda89 : Add NinjaAndshellEscapeListIncludingSpaces
3a988df : Add ShellEscapeListIncludingSpaces
6fbc68d : Move bpglob to outside of the Ninja action graph.
f12f1d7 : Remove the -v argument from bpglob.
d14f342 : Change bpdoc to separate entries with the same type
37d151f : Move bpglob out of ToolDir
0e306e7 : Handle dangling symlinks when following symlinks
1109cd9 : bpdocs for struct types created using reflection
af564e4 : Document that `blueprint:"mutated"` properties are skipped.
76f9b09 : [LSC] Add LOCAL_LICENSE_KINDS to build/blueprint
d9d298c : Remove UseValidationsForGoTests.
5d5ed5f : Remove PrimaryBuilderExtraFlags and cull Args.
70d6564 : Prefix file names with ctx.SrcDir() in docgen.
a9768e1 : Pass StopBefore as an argument to RunBlueprint.
f99e89c : Remove ConfigRemoveAbandonedFilesUnder.
83f9118 : [LSC] Add LOCAL_LICENSE_KINDS to build/blueprint
9b435b8 : Make cmdline args consistent with what they do.
eef5685 : Rename Blueprints to Android.bp .
d782b50 : Remove the bootstrap.Config class.
ceb3c43 : Simplify bootstrapping:
ce41c16 : Remove some unnecessary arguments from Blueprint.
0459f6b : Remove Depfiles from bootstrap.Args .
5c4abb1 : Rename BuildDir and NinjaBuildDir.
81c5b59 : Rename BuildDir and NinjaBuildDir.
843db40 : Rename BuildDir and NinjaBuildDir.
51b6259 : Do not separate .primary and .bootstrap dirs.
5f0a740 : Do not reference Ninja variables in Makefiles.
008b6ea : Do not do glob-related things in RunBlueprint().
6e4ee8d : Use pretty print for json module graph
6ec924c : Remove Srcdir() from BootstrapConfig.
980c1f0 : Remove global variables in command.go .
016a7dd : Delete support for standalone Blueprint.
64ee426 : Remove the ability to emit Blueprint docs.
0eb24a7 : Explain why build.ninja is a non-default output.
d3a0637 : Separate the concept of subninjas and glob files.
8979d4c : Expose build-globs.ninja write function to android/soong.
030150d : Add function to retrieve module by name.
1c3530a : Support AppendMatchingProperties on an embedded anonymous struct
1602226 : Module/providers can now emit extra JSON data.
3a49591 : Delete creation of empty glob file
c1ccfee : Add support for maps as properties
7a2a352 : Add a test for AddNinjaFileDeps
0f0e304 : Add `blueprint_go_packages` phony to build all go packages
53bf14c : Add OtherModuleFarDependencyVariantExists.
13b5bef : Fix AddNinjaFileDeps in a LoadHook
ce447fc : Support go 1.16 in gotestmain

+- Project: platform/build

2879d3117d : Version bump to TP1A.220624.014 [core/build_id.mk]
ea74f3753f : Version bump to TP1A.220624.013 [core/build_id.mk]
d08025e143 : Version bump to TP1A.220624.012 [core/build_id.mk]
9d9caf2ee9 : Version bump to TP1A.220624.011 [core/build_id.mk]
c494d0291a : Version bump to TP1A.220624.010 [core/build_id.mk]
193d68bbc3 : Version bump to TP1A.220624.009 [core/build_id.mk]
a8de116ced : Version bump to TP1A.220624.008 [core/build_id.mk]
af0a439b77 : Version bump to TP1A.220624.007 [core/build_id.mk]
9b2f585765 : Version bump to TP1A.220624.006 [core/build_id.mk]
28ab2d31e7 : Version bump to TP1A.220624.005 [core/build_id.mk]
3aaf633e7e : Version bump to TP1A.220624.004 [core/build_id.mk]
fbd160844d : Version bump to TP1A.220624.003 [core/build_id.mk]
dc356dddec : Version bump to TP1A.220624.002 [core/build_id.mk]
dccd189954 : Do not override setting of SOONG_CONFIG_<m>_module_source_build
9c2f61119c : Change Bluetooth apex mountpoint
52fd4edb47 : Update Security String to 2022-08-01
bfd1aa30f5 : Use the btservices apex for bluetooth stack
39675fb7f3 : Version bump to TP1A.220617.003 [core/build_id.mk]
ee6b08e1a2 : Version bump to TP1A.220617.002 [core/build_id.mk]
2489eee173 : Update Security String to 2022-08-01
9f2be867c4 : Update Security String to 2022-08-05
ad0ef270db : Don't exclude docs build from using prebuilts
7960535739 : Revert "Create lists of projects to share per dist target"
29d723fb4a : Revert "Record license text for every dist target."
84f46a95de : Version bump to TP1A.220613.002 [core/build_id.mk]
70a11a34c0 : Add bluetooth and uwb to the optional modules list
9a5e3d53a8 : Add wifi_module/source_build Soong config variable
cf1595d3e9 : Version bump to TP1A.220610.002 [core/build_id.mk]
6a661f011d : Record license text for every dist target.
570381b746 : Create lists of projects to share per dist target
ccf947490c : Improve flags for compliance tools.
fae08baef5 : Version bump to TP1A.220609.002 [core/build_id.mk]
b5353a160b : Fix license package name and provide license text.
ec5522e776 : Version bump to TP1A.220603.002 [core/build_id.mk]
43d6894ab0 : Version bump to TP1A.220602.002 [core/build_id.mk]
cc924e50f1 : Version bump to TP1A.220601.002 [core/build_id.mk]
f372ce1415 : Disable prebuilts when building with clang coverage
ca7160e531 : Version bump to TP1A.220527.002 [core/build_id.mk]
28f089d9b0 : Slim down the sdk product
09fc47b6ce : Remove unused dependencies from sdk goals
a0ab45384d : Remove notice file for sdk system image
bcece8e777 : Version bump to TP1A.220525.002 [core/build_id.mk]
183b53f429 : Version bump to TP1A.220524.002 [core/build_id.mk]
42d97799f3 : Remove IntentResolver from build
c7b5e2c0ce : Retry: Enable mainline prebuilts on tm-dev branch.
8248deb030 : RESTRICT AUTOMERGE Update Build ID for APK-in-APEX fix for July
dddc036bd1 : Revert "Enable mainline prebuilts on tm-dev branch."
de9f0b12f1 : Enable mainline prebuilts on tm-dev branch.
e710be2d83 : Version bump to TP1A.220519.003 [core/build_id.mk]
ec7b36fabd : Version bump to TP1A.220519.002 [core/build_id.mk]
38ef68931a : Version bump to TP1A.220518.002 [core/build_id.mk]
50370ff77e : Version bump to TP1A.220517.002 [core/build_id.mk]
596724b8ce : Version bump to TP1A.220516.002 [core/build_id.mk]
bd3ea9e7f2 : Version bump to TP1A.220513.002 [core/build_id.mk]
72178e60bf : Version bump to TP1A.220512.004 [core/build_id.mk]
1596620c59 : Update Security String to 2022-07-01
e359b90082 : Update Security String to 2022-07-05
661ff4fbd2 : Version bump to TP1A.220512.003 [core/build_id.mk]
85998a4a61 : Delete com.android.cronet from base_system
8f559e099d : Use non-next NetworkStack
7a00c23e63 : Version bump to TP1A.220512.002 [core/build_id.mk]
acc662e7cb : Version bump to TP1A.220511.002 [core/build_id.mk]
e74f0728ba : Version bump to TP1A.220510.002 [core/build_id.mk]
25d69c8bf5 : Temporary hack for making T->S downgrade work
d047f6968a : Update VNDK core to link to BT Audio HAL V2 library
f4406ca129 : Merge identical key/val pairs in dynamic partition info
0348587a14 : Version bump to TP1A.220506.002 [core/build_id.mk]
f1687f9848 : RESTRICT AUTOMERGE platform/build/make - Tiramisu is now REL
788648f63f : Add PLATFORM_VERSION_LAST_STABLE to soong config
a84dc6cb63 : platform/build/make - T is now 33 #2
0b2eb8f45e : Updated vndk list
3c5551d7e2 : Version bump to TP1A.220426.002 [core/build_id.mk]
88c08b1a12 : Version bump to TP1A.220425.002 [core/build_id.mk]
42d6b602e6 : Version bump to TP1A.220422.002 [core/build_id.mk]
f432892e68 : Version bump to TP1A.220421.002 [core/build_id.mk]
540a3f8ec1 : Declare license metadata for copied files.
03230250a3 : vendor_kernel_boot: Update releasetools for vendor_kernel_boot
97064c53ff : Add boot AVB key setting to GSI
3549659a1c : Start script to finalize branch release.
426c7441b0 : Correct abspath implementation
40adb17a1c : Rebuild and copy recovery and boot img when using vendor_otatools
85578e0a9d : Adding BOARD_BUILD_GKI_BOOT_IMAGE_WITHOUT_RAMDISK
d370a3f7bd : Sort inherited products correctly
85722b807a : Put javac, d8 and r8 rules into RBE ninja pool, take two
5880e85a0f : rust: Add proc_macro NOTICE files
5b9ae52537 : Version bump to TP1A.220415.003 [core/build_id.mk]
a24c755f66 : Do not compress zip file for unit tests.
0488f3da5b : Implement abspath
b667103464 : Version bump to TP1A.220415.002 [core/build_id.mk]
59e4951021 : Revert "Create lists of projects to share per dist target"
701f161eb6 : Allow init_rc files to be installed in ramdisk
5acd436645 : Non-module targets.
8f5c96e17d : Version bump to TP1A.220414.003 [core/build_id.mk]
ae590a3b02 : Remove sepolicy module from system image.
bbe4842e31 : Filter out TV GSI build targets
5bb6e227eb : Version bump to TP1A.220414.002 [core/build_id.mk]
0d76292be2 : Version bump to TP1A.220413.003 [core/build_id.mk]
81f1e92ed8 : Remove usages of long-form variables
e050e8fec0 : Implement enforce_product_packages_exist
ec8316de2e : Optionally dump RBC variables at the end of config.mk
1fd4bda634 : Create lists of projects to share per dist target
213095a919 : Rename listshare and checkshare.
61e1dd0da5 : Revert "Merge "Adding flags and logic to sign updateable SEPolicy in APEX" am: 77c1dfa6d9 am: 5a0d81a0be am: 54e08307dc"
b0202fb4ec : Version bump to TP1A.220413.002 [core/build_id.mk]
b03c16badc : Non-module targets.
96afaa2001 : Version bump to TP1A.220412.002 [core/build_id.mk]
69e6d82106 : Revert "Merge "Adding sepolicy sign params to sign_target_files_apks." am: fb042449e0 am: bd8c313275 am: a2db49becd"
dadf7ca475 : Package vts kernel tests in general-tests.zip
1c08360ca8 : Evaluate intermediate products properly
5d46c6133b : Allow setting PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS to false
97191b2095 : platform/build/make - T is now 33
0c33170c9c : Version bump to TP1A.220411.003 [core/build_id.mk]
5e9086d9e1 : DO NOT MERGE: Change the build ID to M_2022_05.
9d67a905b7 : revert addition of --skip-soong-test flag
98febe223d : Version bump to TP1A.220411.002 [core/build_id.mk]
824608c33d : Implement multitree lunch
e9d876c103 : Version bump to TP1A.220408.002 [core/build_id.mk]
24575c46e3 : Put javac, d8 and r8 rules into RBE ninja pool
d94a8982fd : Add flag to globally override updateable apexes' min_sdk_version
6259a09b7a : Remove unused combine-notice-files macro.
3a0f0c157e : Non-module targets.
c21dc3c8c1 : Make file list by partitions for all lunch targets
971ef8ecd6 : Fix "posix_spawn: Argument list too long" issue
0c791bedb4 : Support building EROFS for GSI targets
b42ddf95d1 : Add flag to globally override updateable apexes' min_sdk_version
ff8d7d7825 : Update Security String to 2022-06-01
ee052ac0e5 : Update Security String to 2022-06-05
ac7febc9c7 : Revert "Revert "Produce mappings of hashes to elf symbols and r8 dictionaries""
2e8bb7989e : Add artifact path requirement support to Starlark
0472730380 : Support `m product-graph` in Starlark product config
2491ad52c1 : Add mksort implementation
59ecb9e016 : Revert "Produce mappings of hashes to elf symbols and r8 dictionaries"
6bb8a1ad22 : Add comment for previous CL
b6fe473734 : change logtags dependency to provide java sources
89a4702555 : prevent unintended m bp2build "" when running b
3570b3ed86 : Produce mappings of hashes to elf symbols and r8 dictionaries
32e413a294 : Fix single value variable inheritance order
56d7c008bc : Revert "Fix inheritance order"
e421668192 : Update checkowners.py to support python3
061d7e6f2b : Support more dependencies for license metadata.
bbc27ea077 : Make dir work on multiple paths
9dcfea86b4 : Version bump to TP1A.220401.003 [core/build_id.mk]
e45ff68740 : Add additional license dependencies for VTS
ef15c8e52a : Version bump to TP1A.220401.002 [core/build_id.mk]
670c587c09 : Fix inheritance order
91a6a8f154 : Version bump to TP1A.220331.002 [core/build_id.mk]
74a4de735b : Make changes to support test_suites for test lib
a8ac282038 : Reset permissions after unzipping jars
7d31be765b : Update VNDK libraries list after the API freeze for TM
a2411e4b68 : Copy com_google_android_bluetooth_services certs for sepolicy
62878a2cef : Remove regex functionality from rbcrun
47dcbeaefb : Build modules from source for module products.
b0f436386f : Support per-partition settings for os_version AVB props
5f0ce9a427 : Version bump to TP1A.220330.003 [core/build_id.mk]
71b315fb2f : Version bump to TP1A.220330.002 [core/build_id.mk]
0a746001b8 : Exclude deprecated variables from dump-variables-rbc
b7e93acc1b : Version bump to TP1A.220329.002 [core/build_id.mk]
11f44e2802 : Always turn on TARGET_BUILD_USE_PREBUILT_SDKS for unbundled build.
ef43149136 : add flag to skip soong tests for b command
b235b690a0 : Remove ALL_GENERATED_SOURCES
db13a58184 : Add implementation of dir function
21bd25c44d : Version bump to TP1A.220328.002 [core/build_id.mk]
41e93ea093 : Add fake_packages to the list of exceptions to INSTALLED_FILES_OUTSIDE_PACKAGES
c13709be92 : Version bump to TP1A.220325.002 [core/build_id.mk]
08e78b9fa4 : Update paths to mk2rbc/rbcrun
8a7277df41 : Remove snapuserd from vendor ramdisk
023d0a6875 : Version bump to TP1A.220324.002 [core/build_id.mk]
31fce2f404 : Fix single value inheritance
c778e4cba4 : Support OUT_DIR for license graph.
8250d2cd9e : Revert "Rename init_boot properties to ro.init_boot.*"
42f00c7b61 : Test suite notices using dependencies.
6a17459edc : Version bump to TP1A.220323.003 [core/build_id.mk]
e416419c0a : Add fsck.erofs to INTERNAL_OTATOOLS_MODULES
975ddf653b : Version bump to TP1A.220323.002 [core/build_id.mk]
d94bb431aa : Add DeviceProduct product varible to Soong
dd5ba7adff : Rebuild and copy recovery patch files when using vendor_otatools
79a76ec581 : Depend on PRODUCT_COPY_FILES that are not in images
c6d6306771 : Remove ALL_ORIGINAL_DYNAMIC_BINARIES
a1de5df4bd : Remove ALL_GENERATED_SOURCES
246a5c069a : Rebuild and copy recovery patch files when using vendor_otatools
5be591a6f6 : Removing audio defaults from platform
e4fff4957d : Version bump to TP1A.220322.002 [core/build_id.mk]
7eb29abbde : Version bump to TP1A.220321.002 [core/build_id.mk]
e6d4fb5ae6 : Adding sepolicy sign params to sign_target_files_apks.
b0eac167d9 : Remove the oudated kernel from `INTERNAL_EMULATOR_PACKAGE_FILES`
7358398647 : Fix typo -- no _gz on notice file name.
f252972462 : Add COVERAGE_ZIP to system notice deps.
13f2821712 : Add /system/etc/preloaded-classes in the list of files with fsv_meta.
1d7c7f674e : Roll-forward the VNDK snapshot list of GSI to 32
dbb8d7a3d4 : Apps-only notice file
dbf8a9a050 : Set Soong Config Vars for messaging conversion
d0a9ac08b9 : Re-land "Enable CFI for Bluetooth in new home"
880e4432b9 : Copy vendor & odm .map files when using vendor_otatools
02f023ca04 : Version bump to TP1A.220317.002 [core/build_id.mk]
9351a0be47 : Revert "Remove sepolicy module from system image."
278cdbc75e : Roll-forward the VNDK snapshot list of GSI to 32
2b0dd3bcbd : Revert "Enable CFI for Bluetooth in new home"
c6f0d967cb : Track licenses of dexpreopted bootjars
e271d92159 : Version bump to TP1A.220316.004 [core/build_id.mk]
6c7cce123c : Enable CFI for Bluetooth in new home
f57333f7fc : Make build support vendor_kernel_boot image
029dffaf72 : Cherry pick sdk_sandbox dev keys.
da1e41d1f3 : Expand KNOWN_CODENAMES to cover all entries in Build.VERSION_CODES.
70c07dda93 : Notice files and non-module targets.
ebdefc0c76 : Notice files and non-module targets.
8fe2a621ee : Version bump to TP1A.220316.003 [core/build_id.mk]
df85aac0ad : Version bump to TP1A.220316.002 [core/build_id.mk]
cb1e69c3bf : Remove ethernet-service jar dependency.
f7ad1445d7 : Version bump to TP1A.220315.002 [core/build_id.mk]
d4a054fb40 : Use Make path for system_linker_config
7ee2eaaf79 : Use single module for clang runtime libraries
83eb9f7fb1 : Add ota_extractor to otatools.zip
c4e2754380 : Update extract items call in merge_dexopt.
4a829c5407 : Remove sepolicy module from system image.
3621c8ced8 : Remove ethernet-service jar dependency.
411fac84d6 : Rename init_boot properties to ro.init_boot.*
4e3d6334da : Package llvm-cov in llvm-profdata.zip (take 2)
ccf5111f4a : Revert "Package llvm-cov in llvm-profdata.zip"
825ae00092 : Update Security String to 2022-05-05
8f3602319f : Update Security String to 2022-05-01
5c55d72c6b : Remove iorapd from base product packages
ecdfb79033 : Split VABC into two .mk files
341915b0f5 : Bump the base sdk extension version in TM
e484239060 : Bump SDK Extension version to 2
f5dfe3ff7b : Bump SDK Extension version to 2
662a2c610a : Clear OS version and patch level fields for GKI boot images
725aab2c83 : Make inherit-product loop over all files passed to it
5f47677f00 : Infer merge configs if not provided.
2465fc8594 : Split the huge merge_target_files script into multiple files.
8f15becda4 : Remove SOONG_CONFIG_art_module_source_build fallback
e9bdbc59f1 : More non-module targets.
dfbfcbfca5 : Convert extension version assignment to be simple
44b364ed7f : Version bump to TP1A.220310.002 [core/build_id.mk]
6d91a8fd28 : Clean up the special cases where we wouldn't be able to use the prebuilt ART module.
2f66fd1bcc : Sundry non-module targets
0f90389993 : Version bump to TP1A.220309.004 [core/build_id.mk]
e30ed7c8da : Add snapuserd/e2fsprogs/f2fs-tools to init_boot partition
70d07602cb : Version bump to TP1A.220309.003 [core/build_id.mk]
289f6e10be : Handle symlink license metadata.
9b255832cd : Fix Markdown formatting.
341fe02903 : validate_target_files: support gki_arm64
bd4f7c7ce7 : Package llvm-cov in llvm-profdata.zip
6fab37e78b : Version bump to TP1A.220309.002 [core/build_id.mk]
2b0b9ca1b7 : Moves merge scripts into a new merge folder.
318a464a71 : Fix small typo in ota script options
d6487fb386 : Version bump to TP1A.220308.002 [core/build_id.mk]
799a18c82e : Fix META/care_map.pb generation.
c7c8697a62 : Simplify codes when _LoadOemDicts
e8e5f96581 : DO NOT MERGE: Set display version for T
b87b773042 : Add an option to use Starlark-based configuration by default.
d40c94633b : Clean up product definitions reading.
c6de8d531c : Remove duplicate slashes from find_and_copy results
fd8c869065 : Build modules from source by default.
f54665f42a : Add build flags for legacy EROFS support.
0a04ec1f3b : Accept CLANG_COVERAGE_CONTINUOUS_MODE build variable
84b3a28603 : Add an option to set VABC compression algo
94ad5bb5ef : build_image: Remove mkerofsimage.sh.
1b7f408996 : Version bump to TP1A.220304.004 [core/build_id.mk]
63cde0fd92 : Allow vendor_otatools arg to be file or folder
c87c9c66e3 : Version bump to TP1A.220304.003 [core/build_id.mk]
5e64b7c3a3 : Version bump to TP1A.220304.002 [core/build_id.mk]
e6d0369d01 : Move comment to license_note
c44f964a5a : Allow missing key for misc_info lookups.
1eac5d0b21 : Version bump to TP1A.220303.003 [core/build_id.mk]
77570059cd : Phony target to report all library names.
d3b6ec274f : Remove Auxiliary from build/target branch.
28b9144321 : Version bump to TP1A.220303.002 [core/build_id.mk]
fc7459ce32 : Version bump to TP1A.220302.002 [core/build_id.mk]
c3b0cc5fde : Pixel Common: system_dlkm: avb hashtree footer
0d67930905 : Replace supplementalprocess with sdksandbox
d51048acdd : Revert "[cc_fuzz] Revert 'disable LTO' patches."
e174c323e1 : Add SPL downgrade option help text
5177fcb28d : Fix releasetools OWNERS for merge.
a492544a03 : Add PLATFORM_DISPLAY_VERSION
83f6ef5379 : Rename framework-connectivity-tiramisu to framework-connectivity-t
0374741b7b : Clean up merge_target_files
e205ba3d82 : Version bump to SP2A.220405.004 [core/build_id.mk]
e23ae981cc : Remove product debug files
4cf1e03c1c : Add to OWNERS for merge tooling.
13bbb49c87 : Use single module for clang runtime libraries
4bd37daaec : (1/3) Remove SupplementalApi from BCP.
b8442f02e8 : Add Starlark implementation of add-product-dex-preopt-module-config
6c171a69b2 : Enable Async merge during OTA
18e6cbf289 : Fix is-board-vendor-qcom: do not return a string consisting of whitespace.
be2d7d0ce1 : Ignore cleanup errors.
464378fce2 : Version bump to TP1A.220225.003 [core/build_id.mk]
fbbfbc4723 : Add ART_MODULE_BUILD_FROM_SOURCE to control the equivalent soong config variable
45714a047e : Update owner
301ff70e7e : Version bump to TP1A.220225.002 [core/build_id.mk]
e0eb7e8e38 : Remove ostensibly unused host tools notice.
b2219c7052 : Add supported variants to module-info
9ba0734d4c : Make product config handles into structs
8229cef4a3 : Version bump to TP1A.220224.003 [core/build_id.mk]
113da5984a : Remove iorapd from base product packages
a2ae94e689 : (5/6) AdServices setup.
24da1a43bb : releasetools: Update T GKI certification scheme
2f7a108bf2 : Update T GKI certification scheme
2023a530f0 : Version bump to TP1A.220224.002 [core/build_id.mk]
08cae808f4 : Rename supplementalprocess->sdksandbox jars
a77e15a3a3 : Rename SupplementalProcess to SdkSandbox
4065e5b268 : Introduce BUILD_BROKEN_INPUT_DIR_MODULES
bbc930b008 : Replace pvmfw embedded public key
3327b9fc79 : Add an ndk product and device
760de672c7 : Fix ota_from_target_files error in non-AB VF
be5c887ced : Enabling Apex in BT
6af6d631c7 : Version bump to TP1A.220223.002 [core/build_id.mk]
d985a75f17 : Version bump to SP2A.220405.003 [core/build_id.mk]
8c7f820512 : Adding BOOT_OS_VERSION for the AVB prop in a boot.img
b4ce54f0ae : Add AdServices module to base_system.mk
3dfbfee02e : Rename framework-connectivity-tiramisu to framework-connectivity-t
0e3b095886 : Change how we set ro.product.first_api_level.
46930d7a85 : Adding flags and logic to sign updateable SEPolicy in APEX
1cd12d795f : Version bump to TP1A.220218.002 [core/build_id.mk]
a6c5912e4d : Fix ota_from_target_files error in non-AB VF
e1c656c0bd : Version bump to SP2A.220405.002 [core/build_id.mk]
24bbb12766 : DO NOT MERGE Designate tm-dev* branches as TM.
b6075c581b : ota_utils: Don't fail if metadata proto doesn't exist
1c48b59aa1 : Revise partition size for system_other.img
07c71ac1b9 : Remove catch + sys.exit idiom
730200ec86 : Make it possible to avoid specifying boot partition sizes.
a84d13bc6e : Remove unnecessary AddCareMapForAbOta() in merge_target_files.
e292f5f105 : Run pyformat on merge_target_files.py
42ab828754 : Emit warning when build.prop import can't be resolved
900999973e : Sort AB_OTA_PARTITIONS
fd9a21b9bd : Pass the base sdk extension version to soong
e6b498bf2d : Add data_bins to data_dependencies in module-info
b1ebaebd94 : Update to llvm-ar's new argument format
f1e7fb3af7 : Revert "Enable io_uring feature for virtual A/B OTA"
61fa6af5fd : Version bump to TP1A.220216.002 [core/build_id.mk]
293112d59a : Fix warning when running fsverity tools
69c29e1bc3 : Reland "Add a core configuration that disables the zygote."
5e7c564eb6 : Version bump to TP1A.220215.002 [core/build_id.mk]
096de422f6 : Update Security String to 2022-04-05
2b182331a6 : Version bump to TP1A.220214.002 [core/build_id.mk]
12a4295450 : Version bump to SP2A.220305.013 [core/build_id.mk]
5f40e6e46d : Add ondevicepersonalization in build branch.
cc665e54e3 : Add sepolicy prebuilt API dirs to soong config
21118bba67 : Improve error message for GetMinSdkVersion
8cbb845e37 : Add macros for declaring copied file licenses.
5e559715a7 : Version bump to TP1A.220211.003 [core/build_id.mk]
b5195ff5fe : Get build.prop for init_boot.img from the ramdisk props
a0d8ea0999 : Version bump to TP1A.220211.002 [core/build_id.mk]
2d94586cff : Introduce ro.build.version.known_codenames sysprop.
a262e1c7ea : [2/2] Add SupplementalApi to BCP.
42027dc117 : Version bump to TP1A.220210.002 [core/build_id.mk]
0015b6953a : add dmesgd to base system
fa5026c4d8 : Export runtime dependencies in module-info
10adf32047 : Add missing LOCAL_ROTATION_MIN_SDK_VERSION
41a3269dd6 : Update Security String to 2022-04-05
70876143b5 : Fix signing failure when no entry to convert to store
e9b38c175a : Greater-than zero is more idiomatic.
fa91e98985 : Add an misc_info.txt entry to customize VABC compression
5028abccb5 : Support multiple library names per target.
e3fd488fbd : Version bump to TP1A.220209.003 [core/build_id.mk]
166d819fe4 : Support relative key path in VerifiedBootVersion2VerityImageBuilder
756b56125a : Fix python3 errors: "TypeError: write() argument must be str, not bytes"
404012020f : envsetup.sh: Update text in lunch menu for clarity
6266f2844d : Version bump to TP1A.220209.002 [core/build_id.mk]
7ecb0ec9f8 : system_dlkm: add to the non AB ota
960c7a4db7 : Version bump to TP1A.220208.003 [core/build_id.mk]
f72860ce18 : Enable io_uring feature for virtual A/B OTA
2912b901ff : [cc_fuzz] Revert 'disable LTO' patches.
4135c3bd58 : Version bump to TP1A.220208.002 [core/build_id.mk]
2ea0660bc7 : Version bump to TP1A.220207.004 [core/build_id.mk]
846f285d55 : Update APK parser to be compatible with new signer output
9d021e996b : Fix small misuse of pass
1bcdd24ad9 : Pass --makefile_list to rbc board configuration
df60c0bb14 : Update default system Proguard config rules
5ff4380b5d : Add a keys argument to tapas
a07f6801bb : Version bump to TP1A.220207.003 [core/build_id.mk]
db4e956dc1 : Fix typos in telephony_vendor product makefile
fe3d2e672a : Revert "Add a core configuration that disables the zygote."
39259ec1a4 : A custom APEX signing tool with --signing_args
4d237f2f99 : Version bump to TP1A.220207.002 [core/build_id.mk]
d6b0a87ed7 : Add GLOBAL_CLANG_EXTERNAL_CFLAGS_NO_OVERRIDE to third-party code
49dd4f75ff : Add support for a product name as well as title.
1dff6a108e : Version bump to TP1A.220204.003 [core/build_id.mk]
548625f8b1 : Version bump to TP1A.220204.002 [core/build_id.mk]
3d22bd726e : Version bump to TP1A.220203.004 [core/build_id.mk]
0d388948d5 : Version bump to TP1A.220203.003 [core/build_id.mk]
2d5d7a53d1 : Version bump to TP1A.220203.002 [core/build_id.mk]
682e1bae57 : Regularize command-line flags.
f87922450e : license metadata xml notice files
834f5d458f : Store EROFS images uncompressed
4f8f972a5b : Add zhangkelvin@ as owner for release tools scripts
c0f85017c9 : Version bump to TP1A.220202.003 [core/build_id.mk]
a2e5fd115f : Version bump to TP1A.220202.002 [core/build_id.mk]
608bdff0a7 : Add support for gzipping html output.
4bbb8dd86d : Move pvmfw.img to PREBUILT_IMAGES temporarily
37aa7e48c2 : Rename BUILT_PVMFWIMAGE_TARGET to PREBUILT_...
46f200a083 : Version bump to TP1A.220201.002 [core/build_id.mk]
275b1272d6 : Version bump to TP1A.220131.003 [core/build_id.mk]
c817845ea5 : license metadata reverse trace
91af68b1e1 : Fix copy+paste error.
bb45f8c74d : Track dependencies when reading notice files
fbba710c4f : Version bump to TP1A.220131.002 [core/build_id.mk]
13a4137929 : core & tools: system_dlkm: add dynamic partition
8eac089eef : Update Security String to 2022-04-01
dd3598da56 : Output inherit trace as Make comments.
e4fee8d7ac : Version bump to TP1A.220128.004 [core/build_id.mk]
e90cc6f27b : Version bump to TP1A.220128.003 [core/build_id.mk]
7f49a67d0d : Add a keys argument to tapas
a60add20d0 : Version bump to TP1A.220128.002 [core/build_id.mk]
c19c517894 : Add a core configuration that disables the zygote.
d0f05c9eda : Move compliance commands into subdirectories
38a6193180 : Give compliance a pkgPath
2c51bd1d49 : Move policy subdirectory into package directory
179ec3e55e : Fix errors caught by go vet in compliance package
35f79c37aa : Run gofmt on compliance
658172d982 : Add a version code and version name to fsverity manifest APK
b837b7170b : Skip generating care_map for non-AB updates
f175801f62 : Fix bug where VABC xor is used on unsupported builds
2546febca7 : license metadata bill of materials list
49a416a68a : Version bump to TP1A.220127.002 [core/build_id.mk]
00c8a38714 : license metadata shipped libraries list
6b7769358f : Revert "Turn off adb on user builds."
6ea1457c9b : license metadata html notice files
e6fdd1403b : license metadata text notice files
10105b8157 : Fix RBC incremental builds
7377c6fd6b : Version bump to TP1A.220126.002 [core/build_id.mk]
bd0c8c1673 : Set JDK 11 for robolectric test configuration
e20042c5f8 : Revert^2 "Add framework-auxiliary to PRODUCT_APEX_BOOT_JARS"
cc1f5e43aa : Revert "Update minimum supported targetSdk to 28."
27c5377bab : Version bump to TP1A.220125.002 [core/build_id.mk]
0ae8ff8077 : Revert "Add framework-auxiliary to PRODUCT_APEX_BOOT_JARS"
d2c7c08e7c : Fix licenses and license texts.
bdef28f2ee : releasetools: system_dlkm: add image to dist zip
034e777339 : core/Makefile: system_dlkm: Copy image for dist
30cd8fd01e : Version bump to TP1A.220124.002 [core/build_id.mk]
7918526355 : Update minimum supported targetSdk to 28.
57e8549480 : Move nearby apex to tethering
107c452265 : core/Makefile: system_dlkm: Fix non avb dep typo
cce4c7d3a9 : Add framework-auxiliary to PRODUCT_APEX_BOOT_JARS
96dfc7cde3 : Version bump to TP1A.220121.003 [core/build_id.mk]
1065523a5e : Add support to build system_dlkm.img
4bd749bf38 : Generalize @Keep annotation Proguard rules
13f6bb4879 : Fix phony target warning for LOCAL_ROTATION_MIN_SDK_VERSION.
eec848fd6a : Remove GKI from gsi_$arch
5ac60161fc : Version bump to TP1A.220121.002 [core/build_id.mk]
02f0df83fc : Lower severity of 3 tidy warnings
d70bd88c36 : Version bump to TP1A.220120.003 [core/build_id.mk]
b42c464cf6 : Remove the duplicate RBE_CXX_COMPARE config.
35b69f698d : Fix initbootimage .PHONY target
5baca438e6 : Add nfc HAL ndk to gsi
ece94e6807 : Version bump to TP1A.220120.002 [core/build_id.mk]
670db6f513 : Version bump to TP1A.220119.003 [core/build_id.mk]
85db3089d5 : Version bump to TP1A.220119.002 [core/build_id.mk]
4ff406c4a1 : Revert "Set an empty persist.sys.dalvik.vm.lib.2 to simplify debug apex testing."
74be28c733 : Add framework-connectivity-tiramisu to PRODUCT_APEX_BOOT_JARS
6ee2f51885 : Version bump to TP1A.220118.002 [core/build_id.mk]
e6b8497408 : Revert "Set a BIONIC_COVERAGE .mk variable"
22006fb420 : Add services-supplementalprocess to system server classpath
6fe2fc031f : Add erofs compressor type param
554c8bee14 : Fix formatting error
d67c8e4569 : Add android.hardware.usb-V1 to vndk
2a31f3df87 : Migrate java-event-logs-tags.py to python3.
fb413fb586 : Version bump to TP1A.220114.003 [core/build_id.mk]
50930076a2 : Set an empty persist.sys.dalvik.vm.lib.2 to simplify debug apex testing.
aa5fc6ecbd : Remove clatd
36054e2daf : releasetools: Android T GKI certification scheme
b27b0470df : Revert "Add GnssVisibilityControl AIDL to VNDK"
2972f7b34a : Version bump to TP1A.220114.002 [core/build_id.mk]
30786b428f : Version bump to TP1A.220113.003 [core/build_id.mk]
67553739e3 : Fix check_tf failure when duplicate package names are present
cced136e8c : Add PHONY target to make haiku-java target
616e295786 : Add IAllocator stable-aidl to VNDK
c7226590e6 : Dump soong config variables in dump-variables-rbc
05525826b3 : Version bump to TP1A.220113.002 [core/build_id.mk]
f2728d615e : Add option to enable lz4diff
3f7acd943c : Add com.android.auxiliary to base_system.mk
00bf3d9b29 : Regression testcase for shipped vs nonshipped.
99dba55b4b : Fix typo in doc: code segment for container dot
103eb0f9bc : Performance and scale.
5446a6f8e1 : Use struct{}
67d8ae390a : Fold annotations.
fdc2cd300e : Remove win_sdk
f282f5521d : Add boot*.img to default dist target if PRODUCT_EXPORT_BOOT_IMAGE_TO_DIST
44fb3619d1 : Android T GKI certification scheme
221628f342 : Updates OWNERS file
63a281cc29 : Do not append .meta_lic to meta_lic
6877e81467 : Embed host liblz4.so in target_files
891d7f1499 : Version bump to TP1A.220110.002 [core/build_id.mk]
efbb6ffa00 : Add min_sdk_version to BuildManifest.apk
fe91d896ee : Make com.android.sepolicy mandatory
2e272df576 : Make com.android.sepolicy mandatory
33f973fd2a : Fix init_boot partition AVB signing
389f21950c : Update security string to 2022-03-01
8193900f87 : Change ifneq(,$(A) $(B)) to ifneq(,$(strip $(A) $(B)))
58472e8609 : Add an option to specify the path to aapt2.
410bb389d8 : Add option to enable zucchini
98ef7bb157 : Fix GetCareMap for small images
fb3ef8a59f : Generate .fsv_meta for more files
64c2ddb619 : Add TARGET_RECOVERY_FSTAB_GENRULE
be1029af71 : Add missing dependencies of fs-verity manifest APK
dd70d1cb7c : Version bump to TP1A.220107.002 [core/build_id.mk]
934aaaffa6 : Add sepolicy compat versions to soong config
6ed651473f : Add camera aidl interfaces
3d5ae80f50 : Write signature size even when it's empty
135c1f144f : Move fsverity metadata generation to Makefile
7a9fee0a20 : Version bump to TP1A.220106.002 [core/build_id.mk]
9b2584170e : Unconditionally copy the system build.prop into target_files archive
68684bea79 : Move manifest generation logic into static_java_library.mk
88fc2bdd19 : Avoid packing ramdisk into GKI boot-*.img
6abae30df6 : Add android.hardware.bluetooth.audio-V1-ndk.so
408c7e40a5 : Add a.hardware.audio.common and a.media.audio.common
b225d8c499 : Verbose warning message for PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT
d4691ecfb6 : Show directories and files with most warnings.
beb0b6927c : Add PRODUCT_EXTRA_OTA_KEYS to add extra ota keys in otacerts.zip
cd6de3d8bb : Remove GKI_SIGNING args from recovery & debug boot image build rules
724565d885 : Export test data dependencies in module-info
98bbb48dfd : Add android.hardware.ir to vndk
cda41f0709 : Add prebuilt init_boot.img to PREBUILT_IMAGES/
8d4b72405e : Fix the signing error on no-system-image targets
e691aef7b1 : Calls check-and-set-avb-args() when the system.img exists
4f62aa0899 : Fix images-for-partitions() for 'init_boot'
c230b0b0c9 : Fix build error on empty root folder
547ca205ae : Convert generate-self-extracting-archive.py to python 3
06cc018629 : --sign_tool is an optional flag applicable to virtApex.
b30a23cca2 : Re-landing "removing gsi_keys.mk"
15b89d8fcd : Don't require current.txt order.
446ed63a66 : Version bump to TP1A.211223.002 [core/build_id.mk]
9c261d0b07 : Add Soong variable for optimizing SystemUI Java
49377db572 : Update comments for Makefile variables about APEX jars.
0ab9187f01 : Revert "Removing gsi_keys.mk"
5d2cf578d6 : Removing gsi_keys.mk
eae45315cd : Write files in a temporary directory
1637c37d21 : Fix make conditional
0d0ca5d6a0 : Fix some python2/3 migration issues
e7b222aa9e : Update comment up to date
bfe25fe702 : Add sepolicy prebuilt dirs and variables to config
afdd7c74bc : Update releasetools for new init_boot.img
380d9e445c : Build a new init_boot.img that contains the boot ramdisk
b27bb3b16d : Add the remaining entries to PRODUCT_APEX_STANDALONE_SYSTEM_SERVER_JARS
f9ce357613 : Add symlink for system_dlkm modules
aae373f984 : Version bump to TP1A.211220.003 [core/build_id.mk]
d8f5cca134 : Update Security String to 2022-02-05
7c2973a0da : Version bump to TP1A.211220.002 [core/build_id.mk]
52b2c3458f : Update Security String to 2022-02-05
4de07d2624 : Reland: Add NEED_AIDL_NDK_PLATFORM_BACKEND
49bd333d40 : Version bump to SQ1A.220205.002 [core/build_id.mk]
d9675cc22d : Merge "Update vndk list with dice hal libraries." am: 06c7e31f01 am: 608be6d592
ddb0c8afb9 : Version bump to TP1A.211216.002 [core/build_id.mk]
4361c2b659 : (1/4) Empty APIs for SupplementalApi module.
f06a350b1c : Version bump to TP1A.211215.002 [core/build_id.mk]
75d42d7fac : Add framework-connectivity-tiramisu to PRODUCT_APEX_BOOT_JARS
067492988a : fsverity_metadata: Support PEM key
2d03493341 : Add fsverity_metadata_generator helper binary
d8c520303c : [DO NOT MERGE] Update Security String to 2022-02-05
627b72a105 : Add framework-connectivity-tiramisu to PRODUCT_APEX_BOOT_JARS
6dd962fdda : Preserve all COMPATIBILITY_SUITES values in module-info
4db91af70c : Create $(findstring) starlark implementation
6082d0aeb5 : Add --avb_recovery_* options to replace recovery avb key
b1b4e1e38b : Set a BIONIC_COVERAGE .mk variable
71d9919322 : Revert^2 "Reuse license metadata files from Soong"
81b167693f : Revert "Reuse license metadata files from Soong"
f0335310f7 : Update vndk list with dice hal libraries.
51c455bdb2 : Refactor sepolicy version related codes
3203cba181 : Export words function
c8c516a89b : Strip ODM_MANIFEST_SKUS
8c34de79b2 : Version bump to TP1A.211209.002 [core/build_id.mk]
8d96c7303c : Bump GSI PRODUCT_SHIPPING_API_LEVEL to 31
fdff6b1e9c : Allow multiple patterns in rblf_wildcard
b285515ca1 : license metadata remove path on top-down walk
8820840d57 : Add basic Darwin+Arm64 support as HOST_CROSS
d0f600a074 : Add BoardPlatVendorPolicy to soong config
392a0db18d : Roll-forward the VNDK snapshot list of GSI
0a9a11da06 : Add Wifi supplicant AIDL interface support.
3a820dd5a0 : license metadata performance
bfdd246130 : Enable userspace snapshots for OTA
ed499b61a4 : Version bump to TP1A.211207.003 [core/build_id.mk]
8bfa7cd0ea : Add GnssVisibilityControl AIDL to VNDK
6e9913648d : Version bump to TP1A.211207.002 [core/build_id.mk]
afaeb6ae5f : compliance package documentation
6dd0035e04 : compliance package: listshare and checkshare
1ded0a1b18 : compliance package: dumpresolutions
fa739da020 : compliance package for license metadata: dumpgraph
05bc7a1d9d : Update Security String to 2022-01-05
9ee7d03e1c : compliance package policy and resolves
a99ac620dd : compliance package structures for license metadata
4f8dd6fe45 : Reuse license metadata files from Soong
52a0c97e5a : Revert "Revert "Move meta_lic files into per-module intermediates directories""
99f5c768c7 : Add erofs tools in target
5de955389f : Version bump to TP1A.211203.002 [core/build_id.mk]
f1f49bb910 : Pass input variables to product config
e41ad14f58 : Revert "Move meta_lic files into per-module intermediates directories"
2819a5beed : Add Soong variable for optimizing system Java
19c09265c1 : Version bump to TP1A.211202.002 [core/build_id.mk]
49f052d155 : [cc/sanitize] Re-enable new pass manager for fuzzer targets
2cd7bb5126 : Update current.txt for DRM AIDL changes
c99f65fa6c : Reland: Add NEED_AIDL_NDK_PLATFORM_BACKEND
9e5ff9876d : Version bump to SQ1A.220105.002 [core/build_id.mk]
44858d35ce : Move meta_lic files into per-module intermediates directories
37d4929586 : Explicitly set EROFS compression parameter
3be5b72ad6 : Correctly copy the board configuration input variables
2f76f90616 : Revert "Temporarily remove the care_map in the ota package"
009d6f8c73 : build_image: Query the actual image size after invoking the final mkfs.
29bb6132c8 : Strip more board config variables
143af9284f : Remove duplicate includes of BUILD_NOTICE_FILE
c06f0627c3 : Embed zucchini version info in target_files
52e5d9c776 : Define $(PRODUCT_OUT) before running the board config
44ffb21e53 : Add a variable to specify standalone system server jars.
e124e3a02d : Add 32.0 to PLATFORM_SEPOLICY_COMPAT_VERSIONS
000ad3cf5a : Update Security String to 2022-01-05
3fed5bbbab : Remove `gdbserver` from `PRODUCT_PACKAGES_DEBUG` in `base_system.mk`.
cf713d429b : Use Android fonts as they are for layoutlib native
a6568e00e2 : Remove 26.0 and 27.0 compat support
c9ec59c72a : Sort PRODUCT_APEX_BOOT_JARS automatically.
1917e4e047 : Use dex2oat64 on 64-bit-only builds
344c0bf0cd : Add dumpstate device AIDL HAL packages to target/product/gsi/current.txt
e04aaf2f4c : [DO NOT MERGE] Update Security String to 2022-01-05
b044c90302 : Created supplemental_process certificate and private key
00496c1683 : Sort PRODUCT_APEX_SYSTEM_SERVER_JARS automatically.
6a012266a1 : Ensure there are no empty paths in ANDROID_BUILD_PATHS and PATH.
ab77473ace : DO NOT MERGE: Revert "Add NEED_AIDL_NDK_PLATFORM_BACKEND"
f41bff99b3 : DO NOT MERGE: Revert "Add NEED_AIDL_NDK_PLATFORM_BACKEND"
5588a88969 : Change type of TARGET_BUILD_APPS from bool to list
be6d5f13b2 : Exclude predefined variables from board config
c549841617 : SignApk - change signature of readPassword to use char[] instead
65672df61f : SignApk - use existing password mechanism when using keystore
4bb6145e88 : Version bump to TP1A.211123.002 [core/build_id.mk]
f0d7d8ff73 : Return product config variables from board_configuration
36af601dd4 : Version bump to TP1A.211122.002 [core/build_id.mk]
4fc3aa0bc3 : Fix signapk not found error when running ota_from_target_files locally
91964c82e3 : Configure boot image profiles for platform and unbundled ART module builds (reland).
05a3f808eb : Version bump to TP1A.211119.002 [core/build_id.mk]
da166c5ad4 : Make SOONG_HOST_OUT an alias for HOST_OUT
7dc8f486c2 : Update conversion results file only when it changed.
8ad45ec83a : Version bump to TP1A.211118.002 [core/build_id.mk]
c20dd972a9 : Runtime reporting of the conversion errors.
91fc734100 : Runtime support for dist-for-goals.
f42c7d6be1 : Extract primary APK from apk sets in Soong
5ebaf6ecfb : Version bump to TP1A.211117.002 [core/build_id.mk]
0cc94d3275 : Add notdir implementation
8dc106e599 : Version bump to SQ1A.211205.010 [core/build_id.mk]
39d7b2bb93 : Add android.hardware.bluetooth.audio-V1-ndk.so
2ac33aa153 : Revert "Revert "Add framework-supplementalprocess to PRODUCT_APE..."
7a70db721b : Always default to 1.9 for host java modules in Android.mk files
314b562dc0 : Version bump to SQ1A.211205.009 [core/build_id.mk]
2f4692bf31 : Don't assume _soong_config_namespaces_key is present
362f55af96 : Always default to 1.9 for host java modules in Android.mk files
42f68fbf39 : Revert back to 12 instead of 12L
802f2116ed : Translate BUILT_INSTALLED to LOCAL_BUILT_MODULE
1fa82bee12 : Revert "Add framework-supplementalprocess to PRODUCT_APEX_BOOT_JARS"
a7e1611118 : Revert "Configure boot image profiles for platform and unbundled ART module"
c1d4512e02 : Add missing apksigner dependency
276b8c0230 : Add recovery service_contexts.
ae48bc0499 : Add servicemanager.recovery to base_vendor.mk.
9920f10d00 : Version bump to TP1A.211112.002 [core/build_id.mk]
d96be59972 : Merge soong_{cc,rust}_prebuilt.mk
83bfe5a0ed : check_target_vintf: Properly glob Vintf file list
f9c32620f4 : Version bump to TP1A.211111.002 [core/build_id.mk]
1bcaafcbdd : Add unbundled IntentResolver to base_system.
65a7e5e2bd : S V2 is now REL
1f925ed13e : Configure boot image profiles for platform and unbundled ART module builds.
d5a573352a : S V2 is now REL
f69346e0a8 : Add fsverity digest manifest
b73f8dcc05 : Revert "Add fsverity test key"
9cda397948 : Implement fsverity metadata generator
5c6410edee : Record ALL_DEPS by default.
b049191e78 : Fix python3 incompatiable code
f830b74636 : Temporarily remove the care_map in the ota package
70a886c7ce : Add soong_config_get
e81ec6960a : Fix BOARD_SYSTEMSDK_VERSIONS checks
1d0fd2cb91 : Add oatdump and dexdump to dexpreopt_tools.zip
4b588cf75a : Skip signing key check in some cases
5856cfbf82 : Temporarily remove the care_map in the ota package
689c3fb5d7 : Fix product single value variables failed issue
47cfffea79 : Move java install rules into Soong
a69b809425 : Don't create compatibility suite copy rules for installed path
a603a503be : Version bump to TP1A.211108.002 [core/build_id.mk]
cf5c18aa8e : Clean SOONG_HOST_OUT for moving rust and sh_binary modules
d954ea888a : Add missing dependency from module name to symlinks
c76931fe8b : Use python 3 for release tools
c2becd087a : Disallow setting LOCAL_MODULE_STEM for android packages
6b6df5cf69 : Remove fira_android uwb package from VNDK
652a11deb6 : Version bump to TP1A.211105.002 [core/build_id.mk]
32ce1a4113 : Version bump to SQ1A.211205.008 [core/build_id.mk]
30ae089556 : Do not disable prebuilts for sdk builds
38e7587660 : Add framework-supplementalprocess to PRODUCT_APEX_BOOT_JARS
b820bcd829 : Prepare release tools for python 3
985fa48a98 : Make starlark board configuration work with sdk_phone_x86_64
2639048c21 : Fix a failure in signing test
9b6d4ec01b : Add a compressor types option
1ee26cae73 : Convert .meta_lic files to textproto
879cfa867d : Add macros for non-module license metadata and deps
1e84e94b45 : Version bump to TP1A.211102.003 [core/build_id.mk]
365249c0d5 : Version bump to SQ1A.211205.007 [core/build_id.mk]
591e6a8f3f : S V2 is now 32
12117c5e6c : Version bump to TP1A.211102.002 [core/build_id.mk]
b186183ae2 : vintf recovery install parity w/ init_rc
dc24dde206 : Version bump to TP1A.211101.003 [core/build_id.mk]
bca6483b07 : Move tools compiled by Soong to HOST_OUT_EXECUTABLES
ea842fa272 : Version bump to TP1A.211101.002 [core/build_id.mk]
5f5e2362fa : Add share_libs and system_share_libs to module-info
bd9b9b0226 : Remove unnecessary RBE sourcing in envsetup.sh
23ee375a4a : Support generating install rules in Soong
6c7714e79b : Version bump to SQ1A.211205.006 [core/build_id.mk]
b6931f2f5b : Add a build-time check for dexpreopting system server jars.
440467376e : Use findstring to check MODULE_BUILD_FROM_SOURCE
53a14bc621 : Add android.hardware.audio.common-V1-ndk.so
a95ab436f6 : Add ability to set --rotation-min-sdk-version for signapk.
8caba5e14e : Support custom APEX signing tool
0f5a41da56 : sign_apex --sign_tool
c4b7b34b4b : fix releasetools_test
aa6cbad094 : Version bump to TP1A.211027.002 [core/build_id.mk]
68d2f8ce91 : Don't package mdnsd for the host.
81641afae4 : Allow data wipe for full OTAs
42bb7e851e : Add sensors AIDL HAL VNDK interfaces
8e7cdf65d1 : SignApk - support loading private keys from pkcs#11 keystore
d919ea43b0 : Version bump to TP1A.211026.003 [core/build_id.mk]
7693ec7e03 : Deprecate system server jars defined in Android.mk.
01b140d7f1 : Add health to VNDK list
3e152e8219 : Version bump to TP1A.211026.002 [core/build_id.mk]
240ebf5427 : Version bump to TP1A.211025.004 [core/build_id.mk]
a64c7ef9a7 : Version bump to TP1A.211025.003 [core/build_id.mk]
3e1923867a : Support -s in installmod command
3370ad5b70 : Add board_platform_in/board_platform_is runtime functions.
dc154164db : Better Soong namespace support in the RBC runtime.
da2f56ebe4 : Provide abspath for backward compatibility.
ac34aa3245 : Version bump to TP1A.211025.002 [core/build_id.mk]
1010fff193 : Add NEED_AIDL_NDK_PLATFORM_BACKEND
1800037026 : Version bump to TP1A.211022.002 [core/build_id.mk]
b464ce6bb8 : Version bump to TP1A.211021.002 [core/build_id.mk]
2107a731b4 : Rename cmd/main.go to cmd/canoninja.go
644d60c175 : Version bump to SQ1A.211205.005 [core/build_id.mk]
53d8aa9e90 : Version bump to SP1A.211105.004 [core/build_id.mk]
e963c86be5 : Version bump to TP1A.211020.002 [core/build_id.mk]
26c705f764 : A tool to facilitate large ninja files comparison.
ee29502db2 : Add NEED_AIDL_NDK_PLATFORM_BACKEND
ffb366ee99 : Revert "Renames boot-debug-*.img in GSI targets"
349dc07933 : Shrink Mac builds
53c98f7f6d : Remove sdk-linux-x86.atree as well
cda6aa38b8 : Add com.android.supplementalprocess to base_system.mk
c0fde810ba : Provide is-vendor-board-qcom macro.
c5d5bb424f : Better Soong config namespace support makefile macros.
2c4ba909db : Version bump to TP1A.211015.003 [core/build_id.mk]
dfc8069c18 : Version bump to SQ1A.211205.004 [core/build_id.mk]
39b81cdc7a : Remove old build-tools/platform-tools SDK implementation
92f08702dd : Stop building boot-(debug|with-debug-ramdisk)-*.img for GSI/GKI
10255c8946 : Add fsverity test key
56296f5660 : Version bump to TP1A.211015.002 [core/build_id.mk]
30d6e67ed5 : Version bump to TP1A.211014.002 [core/build_id.mk]
98dc00d7dd : Revert "Set VNDK version to current for module builds"
2a781692ae : sign_target_files_apks: adding --allow_gsi_debug_sepolicy
c3dd531992 : Version bump to SQ1A.211205.003 [core/build_id.mk]
0b9a4be973 : gsi: Add android uwb commands package
e95122ea14 : Fix formatting of rbcrun errors
af485891dc : Version bump to TP1A.211013.002 [core/build_id.mk]
64b351b882 : Add pcluster and deduplication support for erofs images.
d29e5371e1 : Add blocklist support for EROFS.
a598487d35 : Version bump to SQ1A.211205.002 [core/build_id.mk]
83ac8b7481 : Revert "Set VNDK version to current for module builds"
271dab6ceb : Clean up code duplication in build_image.py.
0551d14073 : [DO NOT MERGE] Update SPL to 2021-12-05
28b5a7c806 : Revert "Clean up code duplication in build_image.py."
7fb46e75b2 : Update SPL to 2021-12-05
fd54f03d1b : Use the Soong output as the checkbuild target
5f4aa6c057 : Re-enable disable_sparse properties.
aac502fa31 : Clean up code duplication in build_image.py.
f36e01de61 : Add new clang-tidy and clang warning patterns
00addb0d28 : Add f2fs.fsck to vendor_ramdisk.
d8248af3c8 : Add pvmfw.img to IMAGES for BUILT_TARGET_FILES_PKG
2c473e9067 : Version bump to TP1A.211006.002 [core/build_id.mk]
9942f4e51e : Cleanup dependencies of debug boot images
a62cc8a864 : Revert "Stop building boot-debug-*.img for GKI"
bf27e97d42 : Version bump to TP1A.211004.002 [core/build_id.mk]
fd4802435c : Allow compatibility suite also build a test list
592a3ca91b : Introduce BOARD_PVMFWIMAGE_PARTITION_SIZE
3bda0d6992 : Add generic board-agnostic pre-built pvmfw.img
fa8193c0e9 : Add framework for building the pvmfw.img partition
88648d33c9 : Stop assuming that pvmfw.img can only be pre-built
e5e7a2d531 : Add RBC board configuration
6ee7791149 : Version bump to SQ1A.211001.002 [core/build_id.mk]
42904d1346 : Revert "DO NOT MERGE: Use prebuilts of the ART Module by default (reland 2). am: f68bd2db71"
ef55f6f736 : Version bump to TP1A.211001.003 [core/build_id.mk]
e4c1af5cf9 : Version bump to TP1A.211001.002 [core/build_id.mk]
fe6ef7c08a : BOARD_SYSTEMSDK_VERSIONS should depend on BOARD_*_API_LEVEL if it exists
6c51a43bcc : Dedup build rules of ramdisk-(debug|test-harness).img
870ea163c2 : Build vendor_ramdisk[-debug].img if building vendor_boot.img
f52a20dfc3 : Revert "Port sdk_slim_x86_64 from rvc-emu-dev."
838dcece45 : Remove removed selinux prebuilts from $PATH
ddec79ce54 : Remove unused variable SKIP_BOOT_JARS_CHECK.
f1679a0c1d : Stop building boot-debug-*.img for GKI
4d7c613c58 : Refactor build logic of boot-debug & vendor_boot-debug
95339b0d91 : Make GSI target to export bootimage to DIST
de8cb75662 : Version bump to TP1A.210929.002 [core/build_id.mk]
c9b330cacc : Update base sdk extension version to 1
e96edc34ce : Fix parsing issues in board_config.mk
ee8cd58a85 : Show mk2rbc warnings when they occur
0663ae4f58 : Fix build break for vendor freeze
aba5c9eacd : Fix aosp_x86_64-user build failure
f7523888d8 : Remove dalvik.vm.dex2oat-updatable-bcp-packages-file.
f4017412e2 : Support per-testcase directories in all test suites
382824ecef : Version bump to SQ1A.210924.002 [core/build_id.mk]
3dc68f1750 : Return find_and_copy result in sorted order.
e8652d4cd1 : Separate output from diagnostics in Starlark product configuration.
d40d176dba : create a makefile that holds non AB device setting
82fa604b79 : Add android.hardware.graphics.composer3
3bb6c9448b : Add new clang and clang-tidy warning patterns
f63bd5d4ba : Reland: Add PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT
a2a5db4466 : Renames boot-debug-*.img in GSI targets
08fbdf8c75 : Revert "Add PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT"
44f762a766 : Move copy rule for system server jars from dexpreopt_gen to makefiles.
3628138f4c : Add IRadio modules to VNDK
659e044b98 : Version bump to SP1A.211105.003 [core/build_id.mk]
40a821f600 : Allow changing the EROFS compressor.
5a3729b2ba : Remove MAINDEXCLASSES
707e6f5ac8 : Refactor generate-image-prop-dictionary.
6ec40ea3c8 : Version bump to TP1A.210922.002 [core/build_id.mk]
519c2211d5 : Add IRadio modules to VNDK
97278c1828 : Revert "update build rules to use /data/local/tests/unrestricted"
b32e1479ef : Make native.bridge property overridable
b74088f8b0 : rust: Add EXTRA_CONFIGS to rust test template
1c6dad568d : [IRadioConfig] Adding to VNDK
e0707317d9 : [IRadioConfig] Adding to VNDK
330c04d05f : [IRadioConfig] Adding to VNDK
3a1764f8be : Add is-board-platform2/is-board-platform-in-list2
c3fa5c5a55 : Version bump to SP1A.211105.002 [core/build_id.mk]
e7cb2e6c8a : [DO NOT MERGE] Update Security String to 2021-11-05
4cd8622686 : Version bump to TP1A.210917.002 [core/build_id.mk]
b2220c2990 : Make global config depend on version defaults.
0a468fe904 : Add PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT
0e4eba1544 : Remove module_name_to_label short circuit from m.
b44ef6b832 : Version bump to TP1A.210916.002 [core/build_id.mk]
616e7fd9b6 : Stop disting monolithic SDK for Mac SDK builds
2bf33c458f : move cts-test-coverage
26b9e3ba31 : Add android-cts-verifier.zip
cda1f3768f : Move the stable code from version_defaults.mk to version_util.mk.
78554ea568 : Build vendor images first when rebuilding with vendor_otatools.
0f4f449343 : Revert^2 "Add the cts-platform-version check"
712cf0a586 : Revert "Add the cts-platform-version check"
d416dae347 : Add more sepolicy variables to soong_config
2b2b87fe80 : Ensure RBE_CXX_POOL and RBE_JAVA_POOL variables work as expected
65c38e6610 : Update Security String to 2021-11-05
948f7fa552 : Update Security String to 2021-11-05
df73d1b473 : Zipalign: Avoid unnecessary padding
e086f7222e : Revert "Rebuild vendor images in sign_target_files_apks with vendor otatools."
a736c45a95 : update build rules to use /data/local/tests/unrestricted
1d7923e7d8 : Move the stable code from version_defaults.mk to version_util.mk.
89c09d9ab9 : Add the cts-platform-version check
cb6ea4a2a7 : Clean up gki-5.4 related rules in GSI
1011d45f5b : Zipalign: Remove unused variables
9a9da6024c : Move the stable code from version_defaults.mk to version_util.mk.
6a54633796 : Make the script python3.
1335903d4e : Move the stable code from version_defaults.mk to version_util.mk.
be609fb144 : Add fake host snapshot support
bbdd255ad7 : Create Bazel BUILD targets and Bazel rule for logtag file conversion.
6552727e03 : Avoid too much reserved_size for erofs image
8b50dea627 : Fix arguments passed to llvm-readobj
41d81b4d23 : Version bump to SQ1A.210910.002 [core/build_id.mk]
58c4535b7e : Re-call BUILD_NOTICE_FILE for modules that add deps
e7ab38d964 : Add option to override minor version
a1094e9f0c : Rebuild vendor images in sign_target_files_apks with vendor otatools.
4bb4d1fb91 : Skip building boot-(test-harness|debug).img if not needed
0cc2245fda : Version bump to TP1A.210909.002 [core/build_id.mk]
ffa1d57819 : Avoid repeated building of erofs image
c68e0808ae : Add Radio AIDL to VNDK
2bbe1fe2d4 : Add android-cts-verifier.zip
59f77a7249 : Add Radio AIDL to VNDK
043f3a1897 : Remove soong_docs from droidcore.
994e4a54f4 : Disable the delete_all_keys feature for GSI
0447622dc3 : Move the stable code from version_defaults.mk to version_util.mk.
9c2fea67e9 : Add the cts-platform-version check
3fef660fae : Replace GENERATE_BAZEL_FILES=1 with "m bp2build".
607138be38 : Allow overriding SOONG_CONFIG_art_module_source_build to false.
77e3146600 : Handle warning lines from RBE
e2ee9bc7fa : Allow overriding SOONG_CONFIG_art_module_source_build to false.
37f0cebe6d : Add Radio AIDL to VNDK
0be212e3ca : Version bump to SP1A.210812.016 [core/build_id.mk]
2e5ff38e62 : Version bump to TP1A.210901.002 [core/build_id.mk]
9e95a02a87 : Don't sparse right-sized ext4 and erofs images.
1250bcab0a : Allow user to manually override enable_vabc_xor
414ca429cf : Check for vintf compatiblity early in generation process
9b8082c2d4 : Add new make variables for extension SDK version
bd16ada6a5 : Add new make variables for extension SDK version
56b1cc0f7f : Add the cts-platform-version check
17063cfcb0 : Fix generate-userimage-prop-dictionary getting called unnecessarily.
2df8730d95 : Add new make variables for extension SDK version
2ea7e6ecad : Add new make variables for extension SDK version
e619b6d3ed : Version bump to SP1A.210812.015 [core/build_id.mk]
9187ecf7bd : Version bump to SP1A.210812.014 [core/build_id.mk]
2297d9a395 : Fix: print namespace variable names, too.
f00e35ecae : If filter/filter_out pattern is a list, remove empty elements from it.
3ec61b4730 : Add missing custom kernel module targets
3aa50b02bc : Revert "Update Security String to 2021-10-06"
757dc6997a : Update Security String to 2021-10-06
178de6308c : Propagate USE_HOST_MUSL to Soong
1d75e88a96 : Version bump to SP1A.210812.011 [core/build_id.mk]
d189ab71f3 : Add product-copy-files-by-pattern
5d9a35d9dd : Version bump to SP1A.210812.010 [core/build_id.mk]
09af254c8f : Add a prompt to try out RBE for local builds
8c54396580 : Strip recovery kernel modules by default
e4d924a377 : Version bump to SP1A.210812.009 [core/build_id.mk]
f442ccc133 : Version bump to SP1A.210812.008 [core/build_id.mk]
4a94bb884a : Fix add_soong_config_namespace/add_soong_config_var macros
b673bbfbb2 : Add zucchini to otatools.zip
30191d9e87 : Version bump to SP1A.210812.007 [core/build_id.mk]
6797bfaac1 : Fix copy_files implementation
6b795dc6a5 : Add find_files builtin, use it to fix find_and_copy implementation
81699d0670 : Version bump to SP1A.210812.006 [core/build_id.mk]
d2cb51b978 : core/build_id.mk: this would become AOSP master so use AOSP.MASTER
ed1f09cf4a : Support product-copy-files-by-pattern macro
e7a10a29da : Update Security String to 2021-10-05
c2ae0e5bbb : API coverage Copy generated API list during building cc_library to cc_apis/
33fc244de5 : Roll-forward the VNDK snapshot list of GSI
eeed54febf : Version bump to SP1A.210812.004 [core/build_id.mk]
412a0da66f : Most of the TARGET_COPY_OUT_xxx variables are not constant
36444ab0ec : Remove PRODUCT_BOOT_JAR_MODULE_OVERRIDES.
8d0fb2d4f5 : Add Wifi HostApd AIDL interface support.
22aa944637 : Version bump to SP1A.210812.003 [core/build_id.mk]
ad427381b9 : Respect VABC Xor prop in ota_from_target_files
46800cac23 : Version bump to SP1A.210812.002 [core/build_id.mk]
ef24da16ec : Version bump to TP1A.210812.002 [core/build_id.mk]
4ae4381fcc : Add uwb apex/jars to top level makefiles
3c569799ca : Fix rblf_file_exists, it should return true for a directory, too.
8c14a5e254 : Rename UpdatableSystemServerJars to ApexSystemServerJars.
7a21f07339 : Rename PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS to PRODUCT_APEX_SYSTEM_SERVER_JARS.
522c8b10bf : Rename UpdatableBootJars to ApexBootJars.
88920a431f : Add uwb HAL ndk to gsi
ec618233f3 : Version bump to SQ1A.210806.004 [core/build_id.mk]
67a38dad72 : Version bump to SQ1A.210806.003 [core/build_id.mk]
e1af00ba56 : definitions.mk: Detect bad zip files.
1024d6a17f : Fix kernel module build of custom image
142beae6eb : Version bump to SQ1A.210806.002 [core/build_id.mk]
bcda23488c : Add a build prop for go/vabc-xor
7cab7503e2 : Make apex util detect if hashtree is present
4a0b3682ec : Version bump to TP1A.210806.002 [core/build_id.mk]
289fb6cad0 : Remove MODULE_BUILD_FROM_SOURCE=true for coverage builds
ff3051aeb2 : Remove iorap_large_memory_config.mk
258a8c54d8 : Rename PRODUCT_UPDATABLE_BOOT_JARS to PRODUCT_APEX_BOOT_JARS.
2ed505c254 : Move core-icu4j to PRODUCT_UPDATABLE_BOOT_JARS.
8c63356702 : Always build modules in GSI from source
3ca7ebb490 : Version bump to SP1A.210805.002 [core/build_id.mk]
a4140d22df : releasetools: better logs.
596874af42 : Soong namespaces should be initialized
8d97bf5327 : Integrate Starlark-based configuration runner
ca3dc5678f : Update codename for sc-v2-dev to Sv2
1210b6efa8 : Drop pinner.pin_camera=false from the default prop.
cc2f12f133 : Rename T to Tiramisu
8b49c341f4 : Version bump to TP1A.210803.002 [core/build_id.mk]
87c4655f07 : Fix typo.
99dffee4c6 : Don't use prebuilt modules for sanitizer builds.
945184174c : Don't use mainline prebuilts for coverage builds.
b09a36c8eb : Fix typo for ODM prop files
f36ea80ea3 : Move init.vndk-*.rc to system_ext/etc/gsi
87f60017b9 : Adding vendor_boot-test-harness.img
fb3490f992 : Version bump to SP1A.210729.003 [core/build_id.mk]
a93e3d9985 : Implement copy_files function
8cb3aab588 : Version bump to SP1A.210729.002 [core/build_id.mk]
c106138baf : Implement add_soong_namespace and add_soong_config_var_value functions
0e4a5ad24b : Trim spaces in the rule actions
31b6b9442a : Add copy-files macro
4a3d2a0541 : Version bump to TP1A.210729.002 [core/build_id.mk]
25ab998d82 : Fix a bug in computing streaming property of payload.bin
ed0817932b : Rename UpdatableSystemServerJars to ApexSystemServerJars.
6db8228316 : Add extra owners for file `core/tasks/art-host-tests.mk`.
a85d5225ee : Rename PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS to PRODUCT_APEX_SYSTEM_SERVER_JARS.
fa21749ffd : Rename PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS to PRODUCT_APEX_SYSTEM_SERVER_JARS.
4d9d0aa86c : Work around `art-host-tests` build issues when using ART prebuilts.
a19fb315e0 : Skip vbmeta_system if it doesn't exist
829778c435 : Update language to comply with Android's inclusive language guidance
009a105ba0 : Rename PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS to PRODUCT_APEX_SYSTEM_SERVER_JARS.
443105f6d1 : Rename T to Tiramisu
47d36a96ad : Fix build
d502a48dc4 : Reland: *-ndk.so libraries are added to the VNDK set.
ee3ddc7159 : Fix build
fa50d58e0a : Reland: *-ndk.so libraries are added to the VNDK set.
980089dab4 : Fix build
40fe95d1c1 : vndk-list: Add android.system.suspend-V1-ndk_platform.so
a45d0c890e : Rename T to Tiramisu
9def752d4a : Version bump to SP1A.210723.002 [core/build_id.mk]
9c8f6eb7e1 : Support for dexopt postprocessing in merge_target_files.
f9be5eeb44 : cleanup: remove unnecessary steps in apex_utils
81a23fed56 : Sets BOOT_SECURITY_PATCH for the generic boot.img
35ec7561d0 : Amend owner files for releasetool scripts
ebe0e06055 : Reland: *-ndk.so libraries are added to the VNDK set.
8bc189e39f : Rename UpdatableBootJars to ApexBootJars.
ebe9afeb4a : signapk: --align-file-size flag
43014449a5 : vndk-list: Add android.system.suspend-V1-ndk_platform.so
0ddf03e244 : Rename T to Tiramisu
12b809af0c : Remove Fuchsia support from Make
11079b3d3f : Rename PRODUCT_UPDATABLE_BOOT_JARS to PRODUCT_APEX_BOOT_JARS.
65e68bb263 : Rename PRODUCT_UPDATABLE_BOOT_JARS to PRODUCT_APEX_BOOT_JARS.
a48fd8a874 : Version bump to SP1A.210720.002 [core/build_id.mk]
f6fe9850af : Version bump to SP1A.210719.002 [core/build_id.mk]
f32f65c5a4 : Only build OTA package for non-A/B with recovery
8c1e526fdd : Reland "Build OTA when boot image exists even without kernel or recovery fstab"
bf77787cc9 : Revert "Build OTA when boot image exists even without kernel or recovery fstab"
0ee4b09e20 : Revert "*-ndk.so libraries are added to the VNDK set."
b72009a8e9 : zipalign: use getopt
09e9471eac : Move core-icu4j to PRODUCT_UPDATABLE_BOOT_JARS.
559c53dc1c : *-ndk.so libraries are added to the VNDK set.
e2f6abb61b : Version bump to SP1A.210715.002 [core/build_id.mk]
ff2e24d6f9 : Build OTA when boot image exists even without kernel or recovery fstab
b1627779fb : Also extract kernel configs from boot image.
b2de2d6f0c : Fix typo in MODULE_BUILD_FROM_SOURCE variable.
c8dbfb795f : Port sdk_slim_x86_64 from rvc-emu-dev.
c3bf3d00a3 : Write the vbmeta digest to the output zipfile also
3a52c4f4fd : Build the ART module from source if other Mainline modules are.
721533e0d6 : Add the ability to source RBE related scripts from envsetup.sh
b26bf58e12 : dexpreopt.config should be created even though unbundled image is built
7472a1e6f9 : Including debug ramdisk files in base_vendor.mk
678f26c1e7 : Revert "Add the ability to source RBE related scripts from envsetup.sh"
3b25eb1c98 : Add mkpatsubst
84d18e2cf3 : Version bump to TP1A.210713.002 [core/build_id.mk]
b349e4e04a : Remove pre-aidegen IDE support logic
9d3356b306 : fs_config reads headers from snapshots, if available
876eca1e5d : Version bump to TP1A.210712.002 [core/build_id.mk]
9afdb1c92a : Add mksubst
9aa9e47b8c : Add the ability to source RBE related scripts from envsetup.sh
1ea46a571b : Version bump to SP1A.210712.002 [core/build_id.mk]
f66caeec58 : Add an option for VABC xor
c982ce9c84 : Version bump to SP1A.210709.002 [core/build_id.mk]
75b8f0a469 : Add special cases for builds that cannot switch to ART prebuilts.
a877393386 : Force building ART from source for AOSP products.
be4ebca4ba : Add mkstrip
fd4dd7078f : Version bump to TP1A.210709.002 [core/build_id.mk]
dd400c3af1 : Fix bitrot: RSTest_CompatLib[19] tests stopped building
743513c830 : Document how APEXes are identified in the boot jar variables.
fd224efb7f : Imply ALLOW_MISSING_DEPENDENCIES for Mac builds
c03f6619f9 : Version bump to TP1A.210708.002 [core/build_id.mk]
ac054bc16d : Version bump to SP1A.210708.002 [core/build_id.mk]
0e4403e846 : Adjust some behaviors for --rebuild-sepolicy
cc2961f54a : Break dependency from droid_targets to blueprint_tools
6cb3b0cd7f : Version bump to SP1A.210702.002 [core/build_id.mk]
571e182e9c : Regenerate odm or vendor using combined sepolicy if --rebuild-sepolicy.
88cf4d5d58 : Version bump to TP1A.210701.002 [core/build_id.mk]
2a31d835b2 : Version bump to SP1A.210701.002 [core/build_id.mk]
3c77151b46 : Adding adb_debug.prop into generic_ramdisk.mk
81696e7974 : Update Security String to 2021-09-05
e121706785 : Version bump to TP1A.210630.003 [core/build_id.mk]
13264c4256 : Version bump to SP1A.210630.003 [core/build_id.mk]
ef6418d785 : Version bump to TP1A.210630.002 [core/build_id.mk]
b3dc1854e4 : Version bump to SP1A.210630.002 [core/build_id.mk]
8843b561ae : Version bump to TP1A.210629.002 [core/build_id.mk]
e147d481fe : Removing AFTL integration from release tools.
0351d9da61 : Include kernel-*-allsyms into boot-*-allsyms.img
2fa4dd2b99 : Version bump to TP1A.210628.002 [core/build_id.mk]
28f96414fd : Do not complain about unexpected lsdump files when building with prebuilt APEXes.
308b21f3f6 : Version bump to SP1A.210628.002 [core/build_id.mk]
d04a6c0110 : Remove a trailing \
3dc47280e2 : Support block_list and readonly for f2fs
6a9d9cbb1b : Version bump to SP1A.210624.002 [core/build_id.mk]
b948d59876 : Remove GKI APEX from build.
f753bc5890 : Add MODULE_BUILD_FROM_SOURCE env variable.
242c436242 : Emit DexPreoptImageLocationsOnDevice as well
cc424a1df3 : Version bump to TP1A.210623.002 [core/build_id.mk]
f03c455e15 : Revert^2 "Enforce <uses-library> check for Android.mk modules."
93fa60bcba : Add nearby framework jar to art and system config.
71681cd8e0 : Version bump to TP1A.210622.002 [core/build_id.mk]
b09c61b85b : Version bump to SP1A.210622.002 [core/build_id.mk]
6a8084f7c4 : Version bump to TP1A.210621.002 [core/build_id.mk]
c3c04f44da : Quote the package name -- may contain special chars
d2e445148a : Master is T
bfa114d05b : Direct Bazel builds from m.
7ef04b2f41 : Version bump to RQ3A.210805.001.A1 [core/build_id.mk]
0feb4ddfaa : Version bump to TP1A.210618.002 [core/build_id.mk]
5fe993f0cf : Revert "Throw an error if androidboot.hardware is used for bootconfig"
996046d7f3 : Version bump to SP1A.210618.002 [core/build_id.mk]
346c00a70e : Version bump to TP1A.210617.002 [core/build_id.mk]
47066addcf : Update OWNERS for signapk.
b3ca1a632f : Remove --compatible-output=no as it is now default
915a2e77c5 : Update owners for dex_preopt and verify_uses_libraries
59a9b55fa3 : Version bump to SP1A.210617.002 [core/build_id.mk]
d07e1c0077 : Fix typo in droidcore-unbundled.
4a3069b161 : Fix typo in droidcore-unbundled.
01b2d0cda9 : Master is T
ff763abaa9 : Version bump to TP1A.210616.003 [core/build_id.mk]
00fe79ca8a : Version bump to SP1A.210616.003 [core/build_id.mk]
16da01fe20 : Introduce droidcore-unbundled target
b8e274097d : Add BUILD_USES_RECOVERY_AS_BOOT to soong config
adcdb2fbda : Directly create ramdisk dirs in ramdisk image rule
1d4081b2a5 : Add BOARD_BUILD_SYSTEM_ROOT_IMAGE to config vars
69f9ed14a9 : Show bazel help for `b` called without args.
e9f600b87c : Version bump to SP1A.210616.002 [core/build_id.mk]
0a30cc41bc : Introduce droidcore-unbundled target
94c27efb68 : Add 31.0 to PLATFORM_SEPOLICY_COMPAT_VERSIONS
5b94f1a3b5 : Update Security String to 2021-08-05
3b85b84cfa : Version bump to SP1A.210615.002 [core/build_id.mk]
7c39acc3c3 : Master is T
9674c0e75b : Master is T
5e9ba92e05 : Master is T
2a2a97afba : Disable build-time debugfs restrictions on GSI builds
32fa7ee8c3 : Add help message for likely typo to lunch
10eac08fe1 : Add ro.vendor.build.dont_use_vabc to disable VABC OTA
4d48d50036 : Handles capex in signing script
d868c12467 : Add apex info to the streaming property file
56aa27bf12 : Add one more Java warning pattern
b2d86af939 : Add libbinder_rpc_unstable to system image
d56062009a : Move PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS to default_art_config.mk.
17d569940f : Improve bazel() warning in envsetup.sh.
55af5065dc : Add vendor-bootconfig.img to target-files-package
fb3b0030fb : Version bump to SP1A.210609.002 [core/build_id.mk]
2a70ea0dce : Remove redundant dependency to API_FINGERPRINT
1f50a36c62 : Missing required packages for f2fs when building ota package
e40e2bf8db : Add one Asm warning pattern
f5c836a6a4 : Version bump to TP1A.210608.002 [core/build_id.mk]
af56f2eadc : Move PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS to default_art_config.mk.
a5fca03e0a : Amend the apex info for ota package
18569fe043 : Version bump to TP1A.210607.002 [core/build_id.mk]
1e8ba2c27c : Version bump to SP1A.210607.002 [core/build_id.mk]
5399932640 : Version bump to TP1A.210604.002 [core/build_id.mk]
e23b840f56 : Version bump to SP1A.210604.002 [core/build_id.mk]
766eea72ef : Handle caremap for partial OTAs
ddf9092b29 : Add servicedispatcher to PRODUCT_PACKAGES_DEBUG.
5bb19fb8a3 : Version bump to TP1A.210603.002 [core/build_id.mk]
4c8a9ad156 : Version bump to SP1A.210603.003 [core/build_id.mk]
11ef5e4f1b : Version bump to SP1A.210603.002 [core/build_id.mk]
9346c4e2ad : android-info.txt: do not output 'board=' if no board_name
5d9ee04f56 : Add new Asm/C++/Java/Make warning patterns
5efc593f08 : Version bump to SP1A.210602.003 [core/build_id.mk]
cd87435876 : Version bump to SP1A.210602.002 [core/build_id.mk]
85319d1713 : Version bump to TP1A.210601.002 [core/build_id.mk]
b7292aa3b7 : Version bump to SP1A.210601.002 [core/build_id.mk]
f93c13d51b : RRO shouldn't depend on frameworks or system(_ext) app when TARGET_BUILD_UNBUNDLED
65b9345128 : Version bump to SP1A.210527.004 [core/build_id.mk]
ca1f9b37bf : Version bump to TP1A.210527.002 [core/build_id.mk]
45efdc4e0e : Support all active codenames for BOARD_SYSTEMSDK_VERSIONS
b776a6e4be : Version bump to SP1A.210527.003 [core/build_id.mk]
32a085c041 : add LOCAL_DISABLE_TEST_CONFIG logic
24900b96f7 : Version bump to SP1A.210527.002 [core/build_id.mk]
f7353997c9 : Version bump to SP1A.210526.002 [core/build_id.mk]
c3b841a422 : Enable a prop to determine the new figerprint is enabled
4093d60f35 : Validate AVB props in vbmeta image
421990d4a4 : Move logic to disable flattening in unbundled app mode from Soong to make.
1369654d8d : Enable f2fs compression for other partitions
46e0ea2ce1 : Enable --readonly for system compression
b71a875bba : [memtag] Disable memtag for AndroidMk host modules.
4bc60b09c3 : Version bump to TP1A.210521.002 [core/build_id.mk]
feb8d97850 : Version bump to SP1A.210521.002 [core/build_id.mk]
f791bfa15c : Revert "Add new llndk library, libneuralnetworks_shim.so"
cf9ead8972 : Support AVB signing for BOARD_PREBUILT_BOOTIMAGE
55fed192f8 : Version bump to TP1A.210520.002 [core/build_id.mk]
7db20bc3da : Version bump to SP1A.210520.002 [core/build_id.mk]
5e0455ff76 : Update Security String to 2021-07-05
bea8a9ac9f : Version bump to SP1A.210519.002 [core/build_id.mk]
d5e6a7c620 : Disable <uses-library> checks for more tests (to fix MTS builds).
ccb4cdc7f6 : Add pm.dexopt.cmdline mapping in product config
d728ee1a06 : Introduce `b` into envsetup.sh.
5c87bc7d7e : Version bump to SP1A.210518.002 [core/build_id.mk]
e6d2d6c3dd : Remove building the ANGLE APK from AOSP
2b85e3ace5 : Revert "Revert "Re-land "Enable apex compression on all devices with updatable apex""
b212b0a92a : Add GKI to generic x86_64 board
5241b2d1d4 : Version bump to SP1A.210517.002 [core/build_id.mk]
a74ea7e569 : Move GKI common settings to BoardConfigGkiCommon.mk
16a5cac394 : check_target_files_signatures actually needs aapt2, not aapt.
a3a74b69ac : Expose ota_metadata_proto for consumption
640544bd96 : BOARD_PREBUILT_BOOTIMAGE: removes the restriction of non system-as-root
294ec7d9e5 : Check super size for factory OTA at build time
0cb602b4be : Version bump to SP1A.210513.004 [core/build_id.mk]
7a95db61db : Version bump to SP1A.210513.003 [core/build_id.mk]
1e663a85a1 : Version bump to SP1A.210513.002 [core/build_id.mk]
0c650895bc : Add dalvik.vm.dexopt.thermal-cutoff system property
4a0be1d8fa : Version bump to TP1A.210513.002 [core/build_id.mk]
3e48c5b408 : Version bump to TP1A.210512.003 [core/build_id.mk]
67c5418719 : Version bump to TP1A.210512.002 [core/build_id.mk]
fdcb16fa5e : Version bump to SP1A.210512.002 [core/build_id.mk]
41dacd1870 : Add a warning to lunch command for metrics collection
ef66770749 : Version bump to TP1A.210511.002 [core/build_id.mk]
2e1f5271c5 : When checking if mke2fs is used, compare using basename
5f402c6084 : Version bump to RQ3A.210605.005 [core/build_id.mk]
945f7a0f06 : Version bump to SP1A.210506.004 [core/build_id.mk]
e8bb6bea1f : Version bump to TP1A.210506.003 [core/build_id.mk]
151ddc3b21 : Version bump to SP1A.210506.003 [core/build_id.mk]
bbe110e7ed : Version bump to TP1A.210506.002 [core/build_id.mk]
a1be760b1b : Version bump to SP1A.210506.002 [core/build_id.mk]
fd4909eb83 : Version bump to TP1A.210505.004 [core/build_id.mk]
b8bff4fe05 : Version bump to SP1A.210505.003 [core/build_id.mk]
2e90bfa839 : Version bump to TP1A.210505.003 [core/build_id.mk]
110f227d23 : Version bump to SP1A.210505.002 [core/build_id.mk]
8a9f6e07f8 : Version bump to TP1A.210505.002 [core/build_id.mk]
ea52988d19 : Version bump to TP1A.210504.002 [core/build_id.mk]
521f99e2b2 : Version bump to SP1A.210504.002 [core/build_id.mk]
150d2e2859 : Version bump to TP1A.210503.002 [core/build_id.mk]
d59153c2f1 : Version bump to SP1A.210503.002 [core/build_id.mk]
8d8bdd9526 : Version bump to SP1A.210430.002 [core/build_id.mk]
47cf90c726 : Version bump to TP1A.210429.003 [core/build_id.mk]
e211f2ead6 : Version bump to SP1A.210429.005 [core/build_id.mk]
ab7bcba14b : Version bump to SP1A.210429.004 [core/build_id.mk]
80df2197da : Version bump to SP1A.210429.003 [core/build_id.mk]
c7b9df98c7 : Version bump to TP1A.210429.002 [core/build_id.mk]
a84694abfc : Version bump to SP1A.210429.002 [core/build_id.mk]
19dc7ee033 : Version bump to TP1A.210428.002 [core/build_id.mk]
3bf9cda87a : Version bump to SP1A.210428.002 [core/build_id.mk]
8b05b103e9 : Version bump to RQ3A.210605.004 [core/build_id.mk]
fcf35b1cfd : Version bump to TP1A.210426.002 [core/build_id.mk]
e9f0aacad9 : Version bump to SP1A.210426.002 [core/build_id.mk]
95efab1e46 : Version bump to TP1A.210422.002 [core/build_id.mk]
67c3f38d3d : Version bump to SP1A.210422.002 [core/build_id.mk]
46430dc196 : Version bump to SP1A.210421.002 [core/build_id.mk]
50c2d344d1 : Version bump to TP1A.210420.002 [core/build_id.mk]
605d363214 : Version bump to SP1A.210420.002 [core/build_id.mk]
a1cad6ebed : Version bump to RQ3A.210605.003 [core/build_id.mk]
078f6612e8 : Version bump to TP1A.210419.002 [core/build_id.mk]
6fbdfd2782 : Version bump to SP1A.210419.002 [core/build_id.mk]
21fbe01312 : Version bump to RQ3A.210605.002 [core/build_id.mk]
60ab01e19d : Version bump to SP1A.210416.003 [core/build_id.mk]
c0fc2da3d1 : Version bump to TP1A.210416.002 [core/build_id.mk]
77bcff4344 : Version bump to SP1A.210416.002 [core/build_id.mk]
2f1e35e0bb : Version bump to TP1A.210415.003 [core/build_id.mk]
081eb50f52 : Version bump to SP1A.210415.003 [core/build_id.mk]
dfe50c239a : Version bump to SP1A.210415.002 [core/build_id.mk]
3d3d053202 : Version bump to TP1A.210415.002 [core/build_id.mk]
f4bca0c7ba : Version bump to TP1A.210414.002 [core/build_id.mk]
172bb63f81 : Version bump to SP1A.210414.002 [core/build_id.mk]
e62ef8b54b : Update Security String to 2021-06-05
ef8db99ebd : Version bump to TP1A.210412.002 [core/build_id.mk]
1b234b3ac1 : Version bump to SP1A.210412.002 [core/build_id.mk]
123c069f49 : Version bump to TP1A.210409.003 [core/build_id.mk]
4db5ca1f5d : Version bump to SP1A.210409.003 [core/build_id.mk]
0e45998679 : Version bump to TP1A.210409.002 [core/build_id.mk]
82c8cabbe9 : Version bump to SP1A.210409.002 [core/build_id.mk]
c30f56814f : Version bump to SP1A.210408.004 [core/build_id.mk]
80fd7a92c8 : Version bump to TP1A.210408.003 [core/build_id.mk]
6751b8b3cf : Version bump to SP1A.210408.003 [core/build_id.mk]
64ba5fe572 : Version bump to TP1A.210408.002 [core/build_id.mk]
ab72ae3095 : Version bump to SP1A.210408.002 [core/build_id.mk]
943a00a04a : Version bump to TP1A.210407.003 [core/build_id.mk]
fca51480dd : Version bump to SP1A.210407.003 [core/build_id.mk]
c57770d8cf : Version bump to TP1A.210407.002 [core/build_id.mk]
aba676e052 : Version bump to SP1A.210407.002 [core/build_id.mk]
38654774a7 : Version bump to TP1A.210406.002 [core/build_id.mk]
f6b14c296b : Version bump to SP1A.210406.003 [core/build_id.mk]
e96fc76662 : Version bump to SP1A.210406.002 [core/build_id.mk]
8b5c64621a : Version bump to TP1A.210405.002 [core/build_id.mk]
0141d7fd8a : Version bump to SP1A.210405.002 [core/build_id.mk]
18a1e9c464 : Version bump to SP1A.210401.003 [core/build_id.mk]
cab97c89c9 : Version bump to TP1A.210401.002 [core/build_id.mk]
2114d512fc : Version bump to SP1A.210401.002 [core/build_id.mk]
faa44bd1cd : Version bump to SP1A.210331.003 [core/build_id.mk]
86b538ac18 : Version bump to SP1A.210331.002 [core/build_id.mk]
3451c1498f : Version bump to SP1A.210330.003 [core/build_id.mk]
1af3df261b : Add soundtrigger AIDL HAL VNDK interfaces
881c3144b7 : Add new soundtrigger/audio VNDK interfaces
745790ba36 : Version bump to SP1A.210330.002 [core/build_id.mk]
f520b888d9 : Version bump to TP1A.210330.002 [core/build_id.mk]
9c25c29131 : Version bump to TP1A.210325.002 [core/build_id.mk]
06c5cc1faf : Version bump to SP1A.210325.002 [core/build_id.mk]
bbb4ff49ef : Version bump to TP1A.210324.003 [core/build_id.mk]
0237d0190e : Version bump to SP1A.210324.004 [core/build_id.mk]
3935057a50 : Version bump to SP1A.210324.003 [core/build_id.mk]
c708f705ae : Version bump to SP1A.210324.002 [core/build_id.mk]
40d62dd3c8 : Version bump to TP1A.210324.002 [core/build_id.mk]
3b61f5e56f : Version bump to TP1A.210322.004 [core/build_id.mk]
23499e203c : Version bump to SP1A.210322.003 [core/build_id.mk]
74bb0aa0b8 : Version bump to TP1A.210322.003 [core/build_id.mk]
3b62746fcb : Version bump to SP1A.210322.002 [core/build_id.mk]
751b78c760 : Version bump to TP1A.210322.002 [core/build_id.mk]
f4b888b496 : Add the service-art JAR to the System Server classpath.
22ebe483e7 : Version bump to SP1A.210319.002 [core/build_id.mk]
ed9ed558ca : Version bump to TP1A.210318.003 [core/build_id.mk]
0b904829c9 : Version bump to SP1A.210318.003 [core/build_id.mk]
8dd4908d62 : Version bump to TP1A.210317.002 [core/build_id.mk]
36d59b45f4 : Version bump to SP1A.210317.002 [core/build_id.mk]
8b5a355eac : Move allowed_deps.txt to packages/modules/common.
921646a8ff : Move allowed_deps.txt to packages/modules/common.
328eca9f76 : Version bump to TP1A.210316.002 [core/build_id.mk]
e7c67b7da5 : Version bump to SP1A.210316.002 [core/build_id.mk]
1db2bdb2d1 : Version bump to TP1A.210315.002 [core/build_id.mk]
692e4d8769 : Version bump to SP1A.210315.003 [core/build_id.mk]
ef451e8102 : Version bump to SP1A.210315.002 [core/build_id.mk]
a371a5a519 : Version bump to TP1A.210309.002 [core/build_id.mk]
71dd75bd62 : Version bump to RQ3A.210310.001 [core/build_id.mk]
4fb27f07eb : Version bump to SP1A.210309.002 [core/build_id.mk]
96ff5b9e04 : Version bump to SP1A.210308.002 [core/build_id.mk]
50e3dfcea7 : Version bump to SP1A.210301.002 [core/build_id.mk]
b66820310d : Version bump to TP1A.210226.002 [core/build_id.mk]
439c35bc90 : Version bump to SP1A.210226.002 [core/build_id.mk]
7660797722 : Version bump to SP1A.210224.003 [core/build_id.mk]
2d02678da4 : Version bump to TP1A.210224.002 [core/build_id.mk]
789ff35f0c : Version bump to SP1A.210224.002 [core/build_id.mk]
b19716d1b7 : Update language to comply with Android's inclusive language guidance
3a2ed66f0b : Version bump to SP1A.210223.003 [core/build_id.mk]
7b85fb23ae : Version bump to TP1A.210223.002 [core/build_id.mk]
7756af8413 : Version bump to SP1A.210223.002 [core/build_id.mk]
20ac25130e : Version bump to TP1A.210219.003 [core/build_id.mk]
9dfca53077 : Version bump to SP1A.210219.003 [core/build_id.mk]
1b2afa3674 : Version bump to TP1A.210219.002 [core/build_id.mk]
dbb2ae2d90 : Version bump to SP1A.210219.002 [core/build_id.mk]
5647552616 : Version bump to TP1A.210218.002 [core/build_id.mk]
b5a3b6167f : Version bump to SP1A.210218.002 [core/build_id.mk]
11d01b49b2 : Version bump to SP1A.210216.003 [core/build_id.mk]
bdac9c1489 : Version bump to SP1A.210216.002 [core/build_id.mk]
4ad89f51fe : Version bump to TP1A.210212.002 [core/build_id.mk]
7d8229a12b : Version bump to SP1A.210212.002 [core/build_id.mk]
a7bd5812bc : Version bump to SP1A.210211.002 [core/build_id.mk]
efce530e68 : Version bump to TP1A.210208.002 [core/build_id.mk]
d30f4441a9 : Version bump to SP1A.210208.002 [core/build_id.mk]
bd2b92dafd : Version bump to TP1A.210205.002 [core/build_id.mk]
ce42553835 : Version bump to SP1A.210205.003 [core/build_id.mk]
e3a04b9fd1 : Version bump to SP1A.210205.002 [core/build_id.mk]
b5594e6040 : Version bump to TP1A.210204.002 [core/build_id.mk]
3527d15b94 : Version bump to SP1A.210204.002 [core/build_id.mk]
3885fe56c4 : Version bump to TP1A.210203.002 [core/build_id.mk]
d91ce79dd4 : Version bump to SP1A.210203.002 [core/build_id.mk]
1a69106aac : Version bump to SP1A.210202.003 [core/build_id.mk]
de7bccd004 : Version bump to TP1A.210202.003 [core/build_id.mk]
eca4890c5a : Version bump to TP1A.210202.002 [core/build_id.mk]
9d1f5c8c2e : Version bump to SP1A.210202.002 [core/build_id.mk]
bedf883815 : Version bump to SP1A.210201.002 [core/build_id.mk]
8cd54b4898 : Version bump to SP1A.210129.003 [core/build_id.mk]
bc016b474f : Version bump to TP1A.210129.002 [core/build_id.mk]
a54ba5127e : Version bump to SP1A.210129.002 [core/build_id.mk]
927a8e7435 : Version bump to RQ3A.210129.002 [core/build_id.mk]
5332eb8f3b : Version bump to SP1A.210128.002 [core/build_id.mk]
e42bbc85ab : Version bump to SP1A.210125.003 [core/build_id.mk]
7eb578c6e7 : Version bump to SP1A.210125.002 [core/build_id.mk]
da4887cfa5 : Version bump to SP1A.210122.003 [core/build_id.mk]
964b7ef8dd : Version bump to SP1A.210122.002 [core/build_id.mk]
affa5b0348 : Version bump to SP1A.210121.002 [core/build_id.mk]
95514f20b0 : Version bump to SP1A.210120.003 [core/build_id.mk]
f0c3a3bd9c : Version bump to SP1A.210120.002 [core/build_id.mk]
3ace59cb91 : Version bump to SP1A.210119.002 [core/build_id.mk]
e39307810e : Add "service-media-s" into PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS
021e6b1004 : Version bump to SP1A.210117.004 [core/build_id.mk]
77af13b956 : Version bump to SP1A.210117.003 [core/build_id.mk]
4198466882 : Version bump to SP1A.210115.003 [core/build_id.mk]
80c83b3b7c : Version bump to SP1A.210115.002 [core/build_id.mk]
f2cad789ca : Version bump to SP1A.210113.003 [core/build_id.mk]
c0f6908ad6 : Version bump to SP1A.210113.002 [core/build_id.mk]
5ddbc173d6 : Version bump to SP1A.210112.002 [core/build_id.mk]
790926fe61 : Version bump to SP1A.210111.002 [core/build_id.mk]
33807b886a : Version bump to SP1A.210108.003 [core/build_id.mk]
60cdd2e9e9 : Version bump to SP1A.210108.002 [core/build_id.mk]
d0d12fbd03 : Version bump to SP1A.210107.002 [core/build_id.mk]
c6285250e5 : Version bump to SP1A.210106.002 [core/build_id.mk]
e5da4aa531 : Version bump to RQ3A.210106.001 [core/build_id.mk]
4eff0210eb : Version bump to SP1A.201229.003 [core/build_id.mk]
806002a2f3 : Version bump to SP1A.201229.002 [core/build_id.mk]
94ea1f1c01 : Version bump to SP1A.201228.002 [core/build_id.mk]
366b7d1626 : Version bump to SP1A.201224.002 [core/build_id.mk]
52c564c2c0 : Version bump to SP1A.201221.002 [core/build_id.mk]
f9a4f9b174 : Version bump to SP1A.201218.002 [core/build_id.mk]
18df4cc1d3 : Version bump to SP1A.201217.002 [core/build_id.mk]
d50be39a1b : Version bump to SP1A.201216.004 [core/build_id.mk]
a369a7d0ad : Version bump to SP1A.201216.003 [core/build_id.mk]
532d2d82c5 : Revert "Add stable aidl memtrack hal to vndk list"
db2982eaab : Version bump to SP1A.201214.003 [core/build_id.mk]
11c8151e60 : Version bump to SP1A.201214.002 [core/build_id.mk]
f947b85090 : Version bump to SP1A.201209.002 [core/build_id.mk]
6f5ec49c87 : Version bump to SP1A.201208.002 [core/build_id.mk]
06b3e84891 : Version bump to SP1A.201204.002 [core/build_id.mk]
636da472a5 : Version bump to SP1A.201130.002 [core/build_id.mk]
7a089a93ce : Version bump to SP1A.201120.002 [core/build_id.mk]
c6f9bb1289 : Version bump to SP1A.201118.002 [core/build_id.mk]
944d232279 : Version bump to SP1A.201117.002 [core/build_id.mk]
e41773cfd5 : Version bump to SP1A.201112.003 [core/build_id.mk]
464012df7c : Version bump to SP1A.201112.002 [core/build_id.mk]
915601fcc3 : Version bump to SP1A.201111.002 [core/build_id.mk]
720b383ded : Version bump to SP1A.201110.002 [core/build_id.mk]
e37c4626cf : Version bump to SP1A.201109.002 [core/build_id.mk]
37e13f4697 : Version bump to SP1A.201105.002 [core/build_id.mk]
854ccc05e5 : Version bump to SP1A.201104.002 [core/build_id.mk]
89bba4b503 : Version bump to SP1A.201103.002 [core/build_id.mk]
e8cbadab84 : Version bump to SP1A.201030.002 [core/build_id.mk]
35c4aed6ae : Version bump to SP1A.201029.002 [core/build_id.mk]
8334dff322 : Version bump to SP1A.201023.002 [core/build_id.mk]
6bde1cfcdf : Version bump to SP1A.201022.002 [core/build_id.mk]
eb31875b9a : Version bump to SP1A.201021.002 [core/build_id.mk]
56dd8372db : Version bump to SP1A.201020.003 [core/build_id.mk]
f908824c21 : Version bump to SP1A.201020.002 [core/build_id.mk]
27c59f9d32 : Version bump to SP1A.201019.002 [core/build_id.mk]
e8011a4f45 : Version bump to SP1A.201016.002 [core/build_id.mk]
ae5a93184e : Version bump to SP1A.201012.002 [core/build_id.mk]
5a9b5b12dc : Version bump to SP1A.201009.002 [core/build_id.mk]
aa0f7c10c6 : Version bump to SP1A.201008.002 [core/build_id.mk]
b98d591fea : Version bump to SP1A.201007.002 [core/build_id.mk]
307240dfee : Version bump to SP1A.201005.003 [core/build_id.mk]
ff6fa5ec12 : Version bump to SP1A.201005.002 [core/build_id.mk]
c4c7c31b3b : Version bump to SP1A.200930.002 [core/build_id.mk]
b014114ace : Version bump to SP1A.200928.002 [core/build_id.mk]
85fa34982f : Version bump to SP1A.200922.002 [core/build_id.mk]
938073ed6c : Version bump to SP1A.200921.002 [core/build_id.mk]
cc4139cf9c : Version bump to SP1A.200917.004 [core/build_id.mk]
0f625078e1 : Version bump to SP1A.200917.003 [core/build_id.mk]
ddb76bc70b : Version bump to SP1A.200917.002 [core/build_id.mk]
fcb94679bd : Version bump to SP1A.200916.002 [core/build_id.mk]
ff72798b26 : Version bump to SP1A.200915.002 [core/build_id.mk]
c55fb75e47 : Version bump to SP1A.200914.002 [core/build_id.mk]
f12b9bed9b : Version bump to SP1A.200903.002 [core/build_id.mk]
cdf23d2bca : Version bump to SP1A.200902.002 [core/build_id.mk]
15910c3241 : Version bump to SP1A.200828.002 [core/build_id.mk]
ec8e3864e8 : Version bump to SP1A.200826.002 [core/build_id.mk]
d9cef5da7b : Version bump to SP1A.200820.002 [core/build_id.mk]
8c7a0ef351 : Version bump to SP1A.200819.002 [core/build_id.mk]
438db819e6 : Version bump to SP1A.200818.002 [core/build_id.mk]
70b04b4a9b : Version bump to SP1A.200817.002 [core/build_id.mk]
b6d3f9b14b : Version bump to SP1A.200811.002 [core/build_id.mk]
90a05f7e0e : Version bump to SP1A.200807.003 [core/build_id.mk]
1e25114fc6 : Version bump to SP1A.200807.002 [core/build_id.mk]
8210b91cf6 : Version bump to SP1A.200804.002 [core/build_id.mk]
2d0b052a65 : Version bump to SP1A.200728.002 [core/build_id.mk]
4de1bf806c : Version bump to SP1A.200629.002 [core/build_id.mk]
23bff63a0b : Version bump to SP1A.200608.003 [core/build_id.mk]
2382a3e4b1 : Version bump to SP1A.200608.002 [core/build_id.mk]
59d6fa2f74 : Version bump to SP1A.200603.002 [core/build_id.mk]
2c381c6bba : Version bump to SP1A.200601.002 [core/build_id.mk]
1eae8824ec : Version bump to SP1A.200429.002 [core/build_id.mk]
a523e41688 : Version bump to SP1A.200423.002 [core/build_id.mk]
2b6710f05c : Revert "Master is now S"
eeda728024 : Version bump to SP1A.200420.003 [core/build_id.mk]
fdc5ca424e : Version bump to SP1A.200420.002 [core/build_id.mk]
1982ca83c5 : Version bump to SP1A.200415.002 [core/build_id.mk]

+- Project: platform/build/pesto

7fc3494 : Update README with additional instructions
f535899 : Minor bugfixes to address changes by ATest team
096df7d : Enables two additonal test targets in Bazel env

+- Project: platform/build/soong

3d6cfd14d : Move embedded notice file path above aapt rule generation
de3a77070 : [RESTRICT AUTOMERGE] Fix ioutil import in sc-dev branch
4a31fb100 : [RESTRICT AUTOMERGE] Fix ioutil import in sc-dev branch
8132fbf8c : Hard-code apex_available handling for the btservices apex
489912283 : Translate SDK codenames to SDK versions for finalized releases
2f504db70 : Move env var config loading to be within the config package.
f7574b548 : Add google_prod_creds to the list of auth mechanisms
00327e6df : Allowlist stubby to be run within the path imposer
ef073be17 : Add additional directories from which env config can be loaded
1aa50564c : Treat <x> and <x>_compressed prebuilt APEXes as being equivalent
3d16d5ddf : Fix strip_prefix flags to strip install paths.
84efaf45b : Allow empty zip file in extra files in install command.
e8febee28 : Fix Neural Networks API notice.
b706b4efe : add multilib data_device_bins properties
8e8ef9fe6 : Revert "Disable BTI for now."
c54158d3c : Remove -sha256 flag when calling bssl_inject_hash.
e89f3e22e : java_sdk_library_import: Delegate OutputFiles to impl library if needed
a70425fb2 : Revert "Append APEX version instead of build ID for APK-in-APEX ..."
dbd8eb11f : Remove unused uses_sdks property for apexes
850019844 : Add android.hardware.gnss-V2-ndk to VndkMustUseVendorVariantList
4f992b663 : Add diff_flags as a header_abi_checker property
5088544dd : Fix prebuilts of overridden apps
91250b1ae : Enforce updatable=true on apps of updatable apexes
456a77e9a : Update sdk_version check for jni_libs of updatable apps
ee3290d33 : Background distGzipFile to speed up CI builds
3cdd35199 : Revert "Hacky workaround for half-finalized builds."
1611334fa : build/soong - support the REL platform version in classpath
9f2bcac70 : Add support to max-target-s to generate_hiddenapi_lists
dddb402c0 : Add missing dependency on compose plugin in kapt rules
3953153c9 : Prevent non-app/non-test modules from statically including jacocoagent
b3089e8a2 : Update clang version to clang-r450784d
c7c474615 : Add buildinfo_prop module
2a42e5545 : Disable newapi check in defaults
a3264efb4 : Enforce newapi check only if min_sdk_version < compile_sdk_version
a80cc174a : hiddenapi: Prevent libraries for Q/R from include S+ flags.
3cf140fe9 : java_sdk_library_import: Delegate OutputFiles to impl library if needed
a083ec4ac : Allow framework-media to build the framework-media.impl
92e3e4fbf : Set the dist dir for musl targets of build_version_test
db7e0ceb2 : Update to clang-r450784d
3b1dcf4f4 : Append APEX version instead of build ID for APK-in-APEX paths.
fa652e32a : Bump minimum minSdkVersion to 19.
bff2e88a8 : DoNotConvert tzdata nor tz_version
fe1185102 : Recursively list Android image contents.
7cf80a65a : Put provenance_metadata.textproto in dist directory.
ee1c1998d : Updates test_config_fixer to also work for SuiteApkInstaller
445a789d3 : Remove duplicate optional libs
cc4a259da : Add provenance_metadata as dependency of droidcore so the provenance metadata will be built by default.
f71006a96 : Disable ABI dumping for hwasan builds.
604086f98 : Abort on abitidy errors.
d5fc469dd : If invoked 'go list' command fails, show its stderr.
54abd2e12 : Fix tests for cc_prebuilt_library bp2build
8ce1efc5a : Suffix the build ID to the dirname of APK-in-APEX files.
02730b93b : Only install to $OUT/apex for installable apexes
d91939ee8 : Update doc for Platform_apis field in DeviceProperties
6580d84f5 : Disable RBE for header-abi-dumper
f628202aa : Export Java library dependency information
6adf2585a : Expose Clang wrapper's dump usage stats option
a79c946fb : Support use_version_lib in cc_binary.
ee02aed75 : Copy prebuilt objects to the intermediates directory
6840b8959 : Update to clang-r450784c
58ea45175 : bp2build support for cc_prebuilt_library
a9c8f7db2 : Update doc for DeviceProperties's Sdk_version field
cc51843e5 : add unit test for bp2build allowlist
24c560381 : refactor bp2build module allowlists into struct
4697725e8 : Install .rc files for ramdisk variants
4ae8d4ac4 : Fix documentation for android_app_import
6c41b8a72 : Add handle to enforce_product_packages_exist
470fd6d94 : Export listshare and checkshare to Soong and Make
50493f079 : Hacky workaround for half-finalized builds.
ce0781f8f : Document AARImportProperties fields
fa8e9cc3a : sbox: fix typo when comparing files
338df5362 : symbols_map: allow unexpected EOF in ELF files
f1868af5d : rust: Don't append '.vendor' to vendor modules.
bd88c882f : Remove implementation details from stub flags in sdk snapshot
2d407633a : rust: Allow rustlibs to fallback to rlibs.
6114bd54e : platform/build/soong - Tiramisu is now 33
32a9d746f : Remove former roboleaf team members, add new
6d14ed157 : rust: set ANDROID_RUST_VERSION based on prebuilts
d4a0063d3 : Remove apex10000_private variants
62243a369 : Add metrics to expconfigfetcher call
412436f7f : Don't panic if no certificates found
abc0dab47 : Move proguard test files to java package
40216ae88 : moved comment to describe Afdo bool
eefabcf32 : Flag to globally override apexes' min_sdk_version
24da73c03 : convert logtags in java srcs
932c01cf9 : export Java variables to Bazel
0c12b78ae : Use named options for verify_overlaps
181b56cf4 : Cleanup verify_overlaps*.py
3aa9dacdd : Revert^3 "Prevent unspecified values in soong_config_string_variable"
f06326648 : Move variable assignment handling to generation context
618eee39b : [LSC] Add LOCAL_LICENSE_KINDS to build/soong
9d0f2c1c4 : Copy the out/soong/build_number.txt file into sdk snapshots
88b94eac7 : Move PGO profiles to its own subdir
88a40df94 : Add android.hardware.dumpstate-V1-ndk to vndkMustUseVendorVariantList
5892457a6 : Surface Java APIs Used By APK-only Modules.
62e051120 : Allow include $(sort $(wildcard */font.mk)) and variants
d5aa07929 : Clean up allowlist contents.
55ccba2f6 : Flag to globally override apexes' min_sdk_version
25c1c005c : Enable deprecated-enum-enum-conversion warning
7f88956c1 : refactor Bazel variable export
51509a156 : Copy the out/soong/build_number.txt file into sdk snapshots
a23d99402 : Revert "Use kapt stubs for kotlin header jar for javac"
128b608f3 : Enable enum-enum-conversion warning
b8e80350d : rewrite android_app to android_test in mk2bp
6285c65e3 : symbols_map: don't error on bad elf files
95b95cb64 : Convert $(sort) to Starlark
340ee8e69 : Export provenance metadata for prebuilt APKs and APEXes.
6879cc098 : Denylist modules that depend on a rust binary
bd8645779 : Revert^2 "Prevent unspecified values in soong_config_string_variable""
8c8012698 : Surface Java APIs Used By APK-only Modules.
4e309eebe : Enable enum-float-conversion warning
51bbac213 : Remove apex framework jars from hard-coded list
3c306f3d1 : Don't allow using framework and SDK at the same time.
2c8888ede : Keep dependency files out of the apk file.
40cade4b5 : sbox: report the script path instead of the full command line
c6ef48537 : Use kapt stubs for kotlin header jar for javac
b5db40159 : Enable turbine for api generating annotation processors when using kotlin
220a9a124 : Enable kotlin's jvm-abi-gen plugin to generate header jars
e52c2ac7f : Enable restat for sbox rules
36f55aabc : Add a symbols_map tool for extracting identifiers from elf and r8 files
f389cb4e3 : Add support for test_suites to cc_test_library
f14e254a2 : Change permitted_packages check to be per-jar rather than per-apex
e1b183693 : Revert "Relax apex package restriction for T+ jars"
b99d480e1 : analyze_bcpf: Explain why a package is split/single
ea836c2ba : analyze_bcpf: Indent multi-line text to improve formatting
3f0358bfd : Update to clang-r450784b
0e2b25684 : Correct type of dir function
de6a087d2 : Revert "Revert "Build notice files from license metadata.""
7c57af39e : Rename InvalidNullabilityOverride suppression
77807b3c2 : Revert "Build notice files from license metadata."
dbbb8374a : signature_trie: Avoid unnecessary wrapping and unwrapping of values
2a5c090c3 : Fix breakage: bad path join using '/' literal
489831660 : convert java_import jars with arch variants
f035d405d : Support converting simple $(eval) expressions
43c2dcaef : Build notice files from license metadata.
3eee5c4d1 : Add libtrusty-rs to Rust allow list
11cca671a : Suffix the build ID to the dirname of APK-in-APEX files.
d3fae5f2e : Remove android.safetycenter from framework-permission bcp permitted_packges
440ff9672 : Change permitted_packages check to be per-jar rather than per-apex
ddf8c1bed : Revert "Relax apex package restriction for T+ jars"
58614c041 : support errorprone javacflags
df95b3448 : Enable int-in-bool-context warning
77267c7d9 : add plugins to javaLibraryAttributes
5f83b491b : convert java_import_host with bp2build; enable jetifier
a9b047a9d : enable conversion of all java_import modules
c01614360 : emulate java_library static_deps with Bazel exports
dd97fd252 : analyze_bcpf: Compute hidden_api package properties
26f19919e : analyze_bcpf: Add --fix option
838febf35 : Allow Rust for tombstoned client.
4dcf65951 : Add analyze_bcpf.py script to help manage bootclasspath_fragments
e91ea2a94 : Remove linux_glibc musl hack
5b588dda7 : Tweak linux_glibc properties for musl builds in build/soong
d9932ad05 : Always build mk2rbc/rbcrun
ed12a04a3 : Enable sanitizers for musl
441898c28 : Switch to libunwind to remove dependency on libgcc for musl
9e5cc8a67 : Add pre-built attribute to host module definition for fake snapshot.
0fbbc2b0d : android_system_image only packages "system" items
1df464a90 : Revert "Add a tool to list contents of .img file"
a88342829 : Move GatherPackagingSpecs out of CopyDepsToZip
99c5fe6a3 : Keep 'partition' in PackagingSpec
898e076d6 : Add values to json module graph
715b08fd8 : Add metrics collection to soong_build
f61766e98 : Use turbine instead of kapt for kotlin annotation processors
411647e8f : Don't use ziptime or --temp_dir for turbine
872d579a2 : rust: rust_proc_macro host snapshot support.
75ce5d332 : Update to clang-r450784
2cf278e75 : Do not propagate strict_updatability linting to conscrypt and framework-media java_sdk_libraries
b3a3a2893 : Add a tool to list contents of .img file
90727f457 : Allow appending artifact in dist with product name
38944c70c : Revert "Prevent unspecified values in soong_config_string_variable"
597605603 : [HWASan] Enable zero-initialization.
ea9db58de : Add the handle to artifact path requirement functions
22e6a6f69 : Collect deps from r8
73dca5c90 : Revert "225341614: Enforce ExtraText in platform builds"
c78604e6a : Use prebuilt_file for prebuilt_{etc,usr_share}
b81f77ed2 : Abstract prebuilt_etc into prebuilt_file
0940b8993 : Handle arch/cpu variants in mixed builds
4c471458e : 225341614: Enforce ExtraText in platform builds
cc2c1efc9 : Dedupe libraries in both static and whole static
f5adedce0 : Replace $(call my-dir) with a string literal
c2d504873 : Prevent kotlinc from reading /tmp/build.txt
9bb9bfb34 : Don't pass static libs to r8
846beb7f5 : Make bootclasspath_fragment hidden API package checks exhaustive
a1d8fa996 : Do not dump metrics if reproxy was never started
93d192cc6 : Add google_prod_creds to the list of auth mechanisms
fc603167f : Support tailoring clang --target flag based on min sdk version.
e309a91ca : Parse variable references with #s
542905a28 : Prevent unspecified values in soong_config_string_variable
85d831a28 : add module type allowlist to bp2build
f2504b64e : Allowlist //external/e2fsprogs/...
53c29e246 : Build e2fsdroid with Bazel.
1024f1d72 : Cleanup signature_patterns*.py
421a192d0 : Convert values to strings when assigning to a string variable
e7fe0962f : Export the license metadata files for dexpreopted bootjars to Make
488ecd299 : Remove ethernet-service jar dependency.
8a195897d : Don't export Soong path as a Make variable
f92c9f280 : Add type hints to mk2rbc
92532e72a : Allow traversal over the trie structure
ea93542e9 : Switch signature_to_elements to use tuple
19255f1d9 : Make signature_to_elements stricter and more consistent
b9a46fb62 : Pass --preloaded-classes to boot image compilation.
855222e38 : Remove ethernet-service jar dependency.
14f91b26b : Add new team member to OWNERS
ca2ed385a : Adds min_sdk_version to device_kernel_headers headers lib.
934577342 : Add ignored hidden_api.split_packages/package_prefixes properties
e2a37988f : Simplify and correct variable assignments
286bf26c2 : add type to modules created by LoadHookContext
28e41289f : Suppress ChangedDefault (in another location)
1f8a6b2f2 : Extract Node superclass of Leaf and InteriorNode
b5cd52205 : Extract signature_trie.py from verify_overlaps.py
ee68c43d4 : Check ABI regardless of arch variants
fac98b5c8 : [rust] Add path for coverage tests to allowed list
7e2092a27 : Support BUILD_HOST_static=1 for musl and linux_bionic builds
4111c52fa : Support building python pars against static or shared musl libc
816e080c4 : Call rblf.setDefault() when appending to a variable without +=
675f0b41b : Disable ChangedDefault
398a32d9b : Allowlist //external/auto/android-annotation-stubs for bp2build.
d9ccb6a2c : Skip install rules for apexes with installable: false
a98d36de6 : Add host_linux target properties
4c4c1be91 : Use single module for clang runtime libraries
2d295a2de : Add musl_x86 and glibc_x86 style properties to bazel configurations
c1a56bcbe : Add InstallInRoot property to snapshot binary json file.
61741e20a : Fix for duplicate modules across vendor and ramdisk snapshots.
3c4fc9959 : Support variables with dashes in their names
d3a1cfa6d : add all existing bp2build tests to CI
7a62909f3 : remove unconverted strip_import_prefix property
e91d0303f : bp2build supports arch variant srcs for java_library
881d72022 : bp2build java_libraries depend on Android SDK
797e4be22 : Add stdlibs property for Rust build rules.
90ba586f8 : Add RBE environment variables config example and documentation.
7edadabd6 : Build avbtool with Bazel.
b37ae58a3 : Memory mapped coverage (take 2)
59c1e6ac0 : Support experimental building with OpenJDK 17
049af1111 : Disable BannedThrow check
ea465fbd3 : List bootclasspath_fragments in module-info.json
53f68ae3b : Report mkfile metrics with --mk-metrics
9eb43e26c : Allowlist stubby to be run within the path imposer
22d87c16b : Add markdown docs for dexpreopt.
ecdb9f701 : Add support for privileged apps to androidmk
33cd10d74 : Add JSON module graph to dist
94d26c2bc : prevent module being enabled if in existing BUILD file
93f8d3987 : Fix include paths that match one file being included unconditionally
902fd17a9 : ensure out/bazel_metrics exists before writing to cquery-buildroot_bazel_profile.gz
5ddec4328 : Update `RustDefaultVersion` to 1.59.0
5e48389e0 : Clear apex.go entries for bluetooth libs
be90172f0 : Support overriding APEX java contents
171410478 : Keep Bazel build file in build/bazel/vendor/google and prebuilts/bundletool.
5007c4a06 : Revert "[cc_fuzz] Revert 'disable LTO' patches."
b67aa082a : Fix issue with referencing the loop variable in a foreach
878a7f163 : Disallow libc_musl_sysroot_libc++_headers
3d9a7d8c6 : Export binaries for shippedlibs and bom.
8bf6cad17 : Increase errorprone heap size
fc0df95df : Use single module for clang runtime libraries
a060466be : Inline board configuration call into printvars call
e8303bd0a : Export variant/features via soong_injection
b7f3366cb : Improve clarity of arch decoding.
1cc088523 : Convert add-product-dex-preopt-module-config to Starlark
d70dff7c9 : Install required deps for flattened APEX.
36fd4eb08 : Fix adding /DISCARD/ to linker script
fa1831c20 : add a module-level allowlist to bp2build
34d5c3352 : apex: track transitive dependencies of rust jni lib
a6d3667b6 : apex supports ".apex" tag
4d945ee71 : Fix snapshot symlinks
de8417c70 : Add AIDL enforce_permissions attribute
d9c23abec : Do not propagate strict updatability linting to libcore/
619be4626 : Restrict genrules to disallow directories as input
a982582cf : Update Rust OWNERS
f80a59fac : [rust] Update clang version used to build bindgen
bebf52600 : Clarify genrule error message
b850f84cb : Generate soong.variables for ndk build
5bdf2d589 : Mark implementation variant of prebuilts with stubs as not installable
1add0bc5e : Remove mention of BOARD_CONFIG_VENDOR_PATH
ff5f3b9dc : Revert "Disable a few metalava checks that platform fails after improvements."
3ae4cca6e : sh_test: Support per-testcase directories
3a3f169b5 : Add support for sdk extensions in prebuilt_apis
3ec36ad48 : Add source extension information for java_*/android_* modules in module-graph.json.
0b52d83b6 : typos fixed
9dfb139b6 : convert android_app certificate property, bp2build
3c0779a6b : Sort the list of hidden warnings
377318b33 : Refactor prebuilt_apis.go
dd5655b3a : Export sanitizer paths to Make
9eb853bcf : Add SortedStringValues and SortedUniqueStringValues
9db8a0c5b : Add tidy_timeout_srcs property
0b981f54e : Reland^2 "Enable hwasan use after scope detection."
7f3605fee : Enable cc_binary in mixed build.
a2ce78f80 : Make "overrides" attribute of Android_app overridable
97d0bae75 : Add base sdk extension version to the config
2c8075cd6 : Add an __ANDROID_RAMDISK__ preprocessor define.
22bafec04 : Propagate data_bins from Soong to Make
57da82697 : Do not add non-existing -Bprebuilts/gcc/.../bin
4d9b1f1d8 : Discard PT_INTERP in embedded linker linker script
d7f55164a : Revert^2 "Remove the primary boot image from the ART APEX."
eb2a3fd36 : Add error_prone_checkerframework_dataflow_nullaway. to bp2build denylist.
8439a141a : Compare tidy_disabled_srcs list by string values
2b3ed6403 : Fix rust snapshot to capture static libs correctly
2c2afe26e : Fix typos in arch_list and do variant validation
c768102bc : convert java proto libraries with bp2build
8a4804f53 : Reland "Switch to clang-r445002"
09cb5dbe2 : Disable new ApiLint check temporarily
7756c8f20 : Correct bp2build canonical_from_root logic
124967f59 : Show failing products in multiproduct_kati
1a0afcc05 : Add sepolicy prebuilt API dirs to soong config
fb14676ed : Revert "Remove the primary boot image from the ART APEX."
4ef5459f7 : Don't reduce inline limit for afdo enabled projects
c74f63eef : Split the clangTidyRE rule
6745a8ef1 : Add --sysroot /dev/null to musl compiles
a2bcf2c4b : Fix transitive whole_static_libs on prebuilt static libraries
4101c71e6 : Support multiple library names per target.
b638c6262 : Pass shared library updatability attributes as strings
9b4eab604 : Use Tiramisu instead of T in supported_build_releases
de1e30080 : Clean auto-allowed modules for media mainline
1ebef5b78 : Move functionality to test install rules into testing.go.
f610a74f4 : Add error message for unsupported x86 arch variant
06c80eb85 : Add builtins and minimal runtime as dependencies instead of flags
72ee67659 : Fix musl clang triple
1aa45b083 : Add musl_<arch> and glibc_<arch> properties
9b698b68c : Add libc_musl as a dependency of RuleBuilderCommand.BuiltTool
7a57bb106 : Only output annotations properties in snapshots for T+
56f266d22 : Allow pruning of unsupported fields in structs in maps
2f94ca547 : Refactor build_release and test code
24c545e31 : Support generating sdk snapshot for specific build release
3ea920528 : Support pruning properties by build release
49171a4a7 : Support handling build releases in sdk snapshot
3e7d3ca12 : Insert imageVariantSpecificInfo between arch and link info
c56625530 : Move setting of link type properties to linkPropertyInfo
8c46bf96f : Update cqueries for bazel rules dir rename
7deabfacd : Manifest Fixer Params code refactor
e7babdbfe : Use Tiramisu instead of T in supported_build_releases
83b2b326b : Revert "Switch to clang-r445002"
71198ac51 : Turn on Unique Internal Names for AFDO
6db86e5f0 : Propagate runtime_libs from Soong to Make
8fae31138 : Update rustfmt.toml to 2021 edition
08c911f4e : Create allowlist to skip strict updatability lint check
9932f7515 : Allow filter calls with a list as a pattern
4ae119c14 : In Soong, set max files soft limit to hard limit
a76f874d5 : Geneate AndroidManifest file if the apex_test module does not have one.
941f0ab80 : Keep build/bazel/ci/dist/BUILD for bp2build.
d13fcd822 : Add sample config file
4cba817e2 : mk2bp LOCAL_DISABLE_AUTO_GENERATE_TEST_CONFIG
606c5e9e9 : bpf: support installing to vendor
72beb3460 : Add package for printing starlark formatted data
f4e72cf64 : Update warning message
667732512 : Propagate strict_updatability_linting to transitive deps of updatable apexes
17854f579 : Export LintDepSetsIntf from java package
7fbac74dc : [cc_fuzz] Revert 'disable LTO' patches.
c0bd27b3b : Add cert_validator to allowed rust paths
f6b4cd4bc : Omit musl related cc_genrules from bp2build.
234b01de9 : Use -fno-sanitize-link-runtime for bionic sanitizers
9bcce2ef3 : Disable tidy default DeprecatedOrUnsafeBufferHandling check
9f047d9f1 : add support for java stream protos in protoDeps
75be7b94d : Support bssl hash injection for libcrypto.
7dbdfac3c : Link to documentation about variables in include statements
9b6111aae : Remove --root, require the cwd to be the root
8d47c4808 : Use soong's finder to find included makefiles in mk2rbc
5d240fb8a : Clean auto-allowed modules for media mainline
a754178d4 : Add logging of file resource limits in Soong
7fe240003 : Close more files.
dcd0f3ee8 : Disable BTI for now.
0fe123dcd : Close opened paths
065305760 : Add support for excluding libraries from class loader contexts
0ea799820 : Update error messages for failed globs.
63d59eb77 : Use only single dash for tidy flags
f0afc9539 : system_dlkm: Add in list of partitions to clean
4c7069f11 : enable auto_service_plugin bazel build
f38a8379f : Escape cc ldflags in bp2build conversion
607688295 : Export htmlnotice, xmlnotice, and textnotice.
a66590a98 : Remove unnecessary --warn-shared-textrel flags.
a20b7a72a : Disable targets broken on host due to missing deps
9df9dd4d1 : Disable gnu-designator warnings.
91f9203af : VNDK libs use "unique" APEX variants
c5a967630 : use_vndk_as_stable APEX shouldn't include VNDK lib
d950ab8bb : Switch to clang-r445002
75539d62a : add target_compatible_with stanza for host targets
35ca77edb : Allowlist additional com.android.runtime blockers
827ba622e : Show all descriptions when failing to find one.
dd569aea0 : Return starlarkNodes from the functions that parse them
c75994d62 : Disable BTI for now.
7940c6a5b : Remove RBC hints from generated starlark
1a0fa3834 : Disable a few metalava checks that platform fails after improvements.
e8acade17 : Use common java library attributes for android_app bp2build converter.
c06ea03c9 : convert java_plugin with bp2build
fde9fb5c9 : convert java static dependencies
930dcf533 : Support 64-bit arm_on_x86_64
75d65f360 : Add testOnly attribute to AndroidManifest file of apex_test
069aba64f : Allow variable-prefixed include statements in mk2rbc
0800ef700 : Fix host snapshot dependency cycle
680478266 : Add LOCAL_GENERATED_SOURCES to androidmk
a54016c3b : Only output annotations properties in snapshots for T+
545c59273 : Refactor build_release and test code
106a3a4be : Allow pruning of unsupported fields in structs in maps
84bd5bf85 : Support fetching config files from experiments fetcher binary
428a36670 : Basic bp2build converter for java_import.
e6b43abd6 : redundant statement
c725f47f5 : cosmetic: 1)typos 2)parameters named for clarity
845cb29c2 : Fix the names of the dynamically inherited modules.
aa1cab0a6 : Generate sdk_repo notice files from license metadata
ce56425a6 : Annotate more java dependencies for licensing
aff21fbf3 : Track transitive packaged license deps of containers
45923719b : Make the Apache 2.0 text available to packages.
71514c07d : Remove variableDefinedExpr
0849c14ae : Limit JIT tier for javac
e607988f0 : Adding metalava team to OWNERS to be able to disable metalava checks that will break platform build.
e6e90db00 : Allow installing boot images outside of APEX for prebuilt.
67007248a : Add new file name to output inputs/outputs of actions of modules into a new file when `m json-module-graph` is executed.
87847baf4 : Remove the primary boot image from the ART APEX.
2573965c5 : Add option to generate BTF debug info for bpf programs
22c27e845 : Add tidy.md document
0d7d3e164 : [cc] Add per-file OWNERS for cc/coverage.go
f776c8c47 : [cc/coverage] Override/disable -Wframe-larger-than
2b376bca0 : Create subdir for cc rules.
2b34678ce : [docs] Add README for native code coverage
fd337b396 : Revert "Reland "Enable hwasan use after scope detection.""
3ff037e3d : Move env var config loading to be within the config package.
668da2309 : [rust/coverage] Remove obsolete WAR to pass -z,start-stop-gc
b3342ce58 : build device binary for java_test_host
5c32bbf91 : product variables are consumed via soong injection
561c7765d : Add special case for test-only module in configuredJars method
d5954a2a9 : Add tests for afdo.go
5fc137b63 : [cc/tidy] Disable cert-err33-c
82cf9a7d4 : Remove res and assets in androidmk if default
2f9070822 : Allow UWB to use Rust in reference HAL
f034cb4d7 : Add bp2build support for property "compressible" of apex module.
ed0dd76ea : [NFCI] Change llvm-ar '-format' to be '--format'.
470f76f58 : Sampling PGO deprecation
e5b0a0a4a : Linkerconfig with namespace contribution
88e632e26 : Allow static binaries to enable AFDO
d9100a56e : Add new property "exclude_kotlinc_generated_files" for excluding files generated by kotlinc from the output files of Java related modules.
018cbebd7 : Support genrules as CrtBegin and CrtEnd in rust
fe605e14e : Support multiple crtbegin and crtend dependencies
e32f09312 : Support building rust modules against musl libc
5514698bc : Reverse order of tag and android module checks
907f0f50c : OWNERS: native toolchain team owns afdo.go
18ecf6109 : Revert^2: "Setting Java 11 as the default version"
a07099d85 : Make 'Compressible' an overridable property
1a716de57 : Update `RustDefaultVersion` to 1.58.1
cd1b80f06 : bp2build converts java_genrule and java_genrule_host
492bd91a5 : Add bp2build metrics per module type
9d92964dd : Ignore some properties for T and above.
46c6e5941 : AFDO for Rust
bf1b63f90 : Don't install static snapshot to device
341f73550 : Export stub library compiler flags to soong_injection.
0edaddf2c : Reland "Enable hwasan use after scope detection."
8afd175e4 : Reland "Make DWARF v5 the default debug information format."
240660d54 : Add RBE_num_local_reruns and RBE_num_remote_reruns environment variables to enable reruns in RBE.
c3b97c356 : libclang_rt_prebuilt_library_shared mixed builds
8d3e0bb25 : Revert "Setting Java 11 as the default version"
9a76f62f9 : Remove header from Android-Apache-2.0 license text.
355851b52 : Revert "Revert "Add static_libs support to android_app bp2build converter.""
d967aee96 : Improve apex build check explanation
6320efb56 : [NETD-BPF#34] Add a tag for bpf to specify the install folder
fad7f9d8b : [NETD-BPF#34] Add a tag for bpf to specify the install folder
aa966c563 : Revert memory mapped coverage
4ae55d17f : Support multilib in apex.
3d11a5698 : Allow tools/vendor to build rust
171c2103b : Setting Java 11 as the default version
0ee88a6b6 : Implement stubs.symbol_file and stubs.versions for cc_library_shared bp2build.
6feae38aa : list all valid flags (commands) to soong_ui upon unknown command
6b1ffa423 : name parameters for clarity
ab1f1ac6e : rust: Fix exported MinSdkVersion
6033198fb : Add missing team members to OWNERS
a91ba2546 : rust: Fix exported MinSdkVersion
718eb27f5 : Delete toolchain_library
ca9703c66 : rust: Fix exported MinSdkVersion
7b7dca431 : Add additional directories from which env config can be loaded
d05d5f591 : Recommend soong_config_set instead of add_soong_config_var_value
57c23fa81 : Update RustDefaultVersion to 1.58.0
07e106ffa : Change format string %s -> %#v
b33e0b8b5 : Revert "Add static_libs support to android_app bp2build converter."
6decef916 : Allow installing boot images outside of APEX.
35faaef43 : Pass along local resource fraction to reproxy
7540a78a3 : Generate tidy-* rules unless tidy is disabled
dbd814d44 : Fix genrule tool dependencies when a prebuilt tool is preferred.
92cd54b29 : Correct the comments on property exclude_kotlinc_generated_file, which defaults to false actually.
e6840726b : [coverage] Override -Wframe-larger-than
e380310a9 : Add java_fuzz_packaging
0e33c9d77 : Support `enabled` flag in product variable config
a5c5b9c84 : Support installable property
1e73c6573 : Add new property "exclude_files_in_output" for excluding files from the output files of Java related modules.
3d3b35c94 : Revert "Revert "bp2build: convert host & prebuilt header libraries""
9525e7100 : Add SetProperties to json-module-graph
53a70a487 : Prevent using android_app_import in instrumentation_for property
105deedfc : Revert "bp2build: convert host & prebuilt header libraries"
3964ce02f : Revert "Add new property "exclude_files_in_output" for excluding files from the output files of Java related modules."
01d80d8b4 : Make android_app.stem overridable
29e2f6d2c : Use 'stem' to override APK name
6bc132aff : Check missing uncoditionally loaded missing modules at runtime
21f7ae082 : Add new property "exclude_files_in_output" for excluding files from the output files of Java related modules.
fe310a930 : Update droidstubs to support putting action inputs/outputs into the module-graph.json.
fc7df6124 : Add mapping id to source file information for R8 full-mode builds.
851a3271c : Use Module.GetProperties() instead of ModuleBase.generalProperties
b2e0b6012 : Consolidate conversions of is-board-platform(2)
6c934f634 : Make include_top comments only apply to the next statement
b1103e257 : Convert math functions
de722acd9 : Add static_libs support to android_app bp2build converter.
843f66461 : Add sepolicy compat versions to soong config
f5ed300df : Fix format
4e27229b6 : Convert javacflags -> javacopts for java_binary_host
bfa6a2376 : Remove self from OWNERS
e9ecddc97 : Add support for a prebuilt_root_host type.
daa09efb5 : Start unblocking com.android.runtime deps
196d3e6b6 : Rename updatable-library to apex-library
393ebfc85 : ramdisk_module and dtb_prebuild properties are optional
aa1d0cf77 : Add java_fuzz module to build java fuzzers
5140a042e : Update clang version to clang-r437112b
034964942 : Remove global bpf include path system/bpf/progs/include
a923442da : Add prebuilt_etc_host to bp2build conversion.
136442737 : Only disable async preemption in debug mode.
5ad155783 : Extract assets from AAR imports and their dependencies.
9ebf6e44d : Refactor knownFunctions
dca021996 : Remove customizableProperties from `android.ModuleBase`
9f68d2115 : Correct typo in prebuilt_etc property name.
2fad341be : Allow not buffering the output of soong_build .
b90099d84 : Merge changes from topic "canned_fs_config" am: ae9cf26353 am: 33fd601118 am: a214351987 am: 7cc9a75156
5d8246e2c : Merge "Improve handling of errors from zipinfo" am: b02043b84d am: 4b3afb7798 am: 0bbc2d0229 am: ce2624cf88 am: d0cfac1546
b6be48d6c : rust: Support protobuf wrappers well known types
a9078747b : Revert^3 "Add seapp_contexts to allowlist of makefile goal"
66e8f7257 : Switch to clang-r437112b
2b8f5f588 : Remove mention of libhidlbase_pgo
96ad98b40 : [NETD-BPF#21] Move a few headers to frameworks/libs/net
78df0f1a4 : Remove global bpf include path system/bpf/progs/include
fd26444ab : [NETD-BPF#21] Move a few headers to frameworks/libs/net
0484c2378 : Fix "unknown binary op: string + list" errors
d8a72d7dc : bp2build: convert host & prebuilt header libraries
5430953c8 : bp2build: Remove duplicate system shared libs
fad1a9882 : Java used-by API list generation
5b8e7bcaf : Improve error message for missing path + local dir
0493165fd : Rename updatable-library to apex-library
2599d1d12 : Added src and exclude_src to debuggable builds
4f4153607 : Revert "Disable ubsan diagnostics under HWASan."
7321b0985 : Improve error message when a required makefile can't be found
f7ed5343d : Prevent duplicate entries in ctx.include_tops
58852a05f : Handle the 'enabled' property in bp2build
48c6ead90 : sh_binary: Use pointers for optional attributes
d1ed1de63 : Java used-by API list generation
a3d7915c9 : Add comments and clarify errors in neverallow
cac7f690e : bp2build remove "-std" from cflags
d806dd4f1 : Update dexpreopt_check to check all system server jars.
eb8efc902 : Introduce afdo
9347ae3ba : Adding option to include sources only for Java 11 builds
28bc9a8a7 : Dexpreopt standalone system server jars from prebuilts.
389a64732 : Dexpreopt standalone system server jars.
bdda91039 : rust: Disable dylib vendor modules
9460b46ea : Fix typo in bp2build denylist.
fc43868a5 : Remove starlarkExpr.Eval()
5c31358f8 : Remove some unblocked items from the denylist
9dc6577d5 : Add -std user flags to cc test to ensure order
45513fe80 : Support LOCAL_CHECK_ELF_FILES in androidmk tool
0f46e7ca8 : Add sepolicy prebuilt directories to soong_config
c68db4b30 : Remove InstallBypassMake and ToMakePath
b0d32ab96 : Handle foreach expressions in mk2rbc
886774204 : Don't run SoongBuildInvocation for bp2build + dist
83bda94c1 : Remove OWNERS for deleted build-mainline-modules.sh
416201d08 : Make all defaults modules bazelable
aabfb5dc4 : bp2build: Expand check if filegroup contains proto
b5b478d73 : Add external/libpng
035fba700 : Remove unused build-mainline-modules.sh
1651267c9 : Renamed bluetooth apex name to com.android.bluetooth
e24303f71 : Add noOverrideExternalGlobalCflags support to Soong
9feb029fe : Turn on -Wstring-concatenation
8f92005ac : Remove unused functions
d109bd996 : Allowlist directory for com.android.adbd.
bafb6d661 : Add the initial implementation of bp2build converter for java_library, java_library_host, java_binary_host and cc_library_host_shared so signapk tool can be built with Bazel.
038e852ce : Add canned_fs_config to apex module type
1b0893eeb : Build canned_fs_config using RuleBuilder
bc82ba55c : Java used-by API list generation
1de1d4ee0 : Add missing test files to build/soong
bdc922f3f : bp2build: do not convert prebuilt cc binaries
0291abca6 : Remove the compat symlinks to ART binaries.
bbabe6f3e : Ensure reported unconverted deps are unique
be46fccc4 : Use one mutator for all bp2build conversion.
7d3c9e0b5 : Test that `DisableGenerateProfile` takes effects for APEXes.
0e9418ced : Allow generic $(findstring) calls
71d697c5c : Enable memory-mapped coverage instrumentation
eabf0f36f : cosmetic changes
c1738b449 : rust: Migrate default edition to 2021
947fdbfde : Log bp2build_metrics .pb
1263d9bdb : Handle includes for generated headers
484aa2587 : Add initial support for use_version_lib.
8c6937c6b : NDK API coverage
827aead34 : Suppress all progress messages from Ninja if ANDROID_QUIET_BUILD is set.
4acaea9cb : Revert^2 "Build license metadata files in Soong"
65cb314c9 : Revert^2 "Add dependency license annotations"
b3264f209 : Revert "Build license metadata files in Soong"
abe2a4b7b : Revert "Add dependency license annotations"
e3803630c : rust: Register rustdoc with checkbuild
65a981569 : Java used-by API list generation
ed3df4436 : Provide some guidance for the confusing "does not provide a dex boot jar" message.
efb49afc8 : Relax apex package restriction for T+ jars
bc62193c7 : Replace Rust global arg with more legible alternative
c8cb0c3eb : Set targetSdkVersion to 10000 iff a module is targeting an unreleased sdk
812683ec2 : Allow java_sdk_library in an APEX to have higher min_sdk_version.
cb0977f67 : Add ModuleWithMinSdkVersionCheck type.
fba70bc07 : Test SdkSpecForm.
e9b63a8ae : Introduce max_sdk_version device property.
531330e5a : Perform CheckMinSdkVersion for java_sdk_library.
477a7baa7 : Add MinSdkVersion(ctx) method to ModuleWithMinSdkVersionCheck interface.
747d1066b : Propagate min and max sdk versions to classpaths.proto configs.
3f6bbd9d5 : Use textproto format for classpaths.proto generation.
1fdd6ca88 : Relax apex package restriction for T+ jars
730e3f613 : Set prebuiltCommon.installedFile for apex_set modules
c36c96267 : Handle substitution references in mk2rbc
d39651548 : Remove test_min_api_level property
c53c37fad : Don't panic when DevicePrimaryArchType is called in a host only build
b674b4365 : Add dependency license annotations
3dd2ff28e : Build license metadata files in Soong
1c35f243c : Escape Host*Variable contents
fe201fe15 : The type assertion of DefaultableModule as Module is redundant Test: m nothing Bug: n/a
e3d50bfba : Support macOS 12 SDK
4eadba743 : Support if expressions in mk2rbc
91b81f0b5 : Print number of converted modules
141788094 : Add BoardPlatVendorPolicy to soong config
758968a70 : Allow java_sdk_library in an APEX to have higher min_sdk_version.
8f088b09d : Perform CheckMinSdkVersion for java_sdk_library.
ad99149a6 : Add MinSdkVersion(ctx) method to ModuleWithMinSdkVersionCheck interface.
29e35e115 : Stop installing a profile into an APEX if profiles are disabled.
b07c901e0 : bp2build: Fix apex.binaries to be a LabelListAttribute.
2965f4575 : Java APIs used by Mainline modules.
566eb80d3 : Support rust_toolchain_library for rust-project
4745007bb : Add Darwin x86_64+arm64 universal binary support
131a5a13f : Revert "Set targetsdkversion to future level if TARGET_BUILD_APPS is not empty"
43c44b00d : Do not allow duplicate deapexer dependencies.
253fd0609 : Update clang version to clang-r437112
95b278757 : Add test for performance testing
80783774b : Add (obj|tidy)-*_os, and (obj|tidy)-*_subset targets
21be0e26b : Add tests for converting license in androidmk
8ef3e6fd0 : Adding experimental option to target Java 11
eb2d6d1ff : Propagate headers from bazel to mixed builds
f5c98a2fe : rust: Fix Host multilib prop for rust_test modules.
1282c4248 : Initial bp2build converter for android_app.
580b93c3e : Add `vendor_available: true` to libbuildverison
196b926ac : Move "-fdebug-info-for-profiling" flag to device binaries only
eec0d8137 : Fix filter-out being negated in rbc product configuration
d9781fd67 : Allow users to enable local incremental Rust builds
77acf2e5c : bp2build: split full_cc_library into shared/static
203e6f411 : Add "-Z debug-info-for-profiling" flag for AutoFDO
78fd87f25 : Add descriptions to soong_build actions.
b3fd41146 : Add ModuleWithMinSdkVersionCheck type.
5ded619f3 : addSamplingProfileGatherFlags is no longer needed
f402058d2 : Add future_updatable to the apex module
f6ca1b961 : object files depend only on NDK headers
49b1eb6b0 : Add ART boot image profile to the ART APEX.
284b7f32c : Update `RustDefaultVersion` to 1.57.0
89e2188d4 : Allowlist //build/soong/cc/{ndkstubgen,symbolfile}.
864028a71 : Support passing input variables to the product configuration
b30245587 : Support filename and sub_dir attributes in sh_binary
6910911c6 : Forbid updatable: true on vendor APEXes.
355a587e3 : Removal of unused methods AppendProperties and PrependProperties from topDownMutatorContext
e33e25b4a : Set targetsdkversion to future level if TARGET_BUILD_APPS is not empty
12615dbbc : bp2build: support full/lite protos in cc libs
1aefc9d2d : Support a quieter bp2build
d51cb5c13 : Fix prebuilt header files to produce proper AndroidMk entries.
744839289 : [cc/sanitize] Re-enable new pass manager for fuzzer targets
655bf0764 : Add android.hardware.drm-V1-ndk/_platform
38310bb4a : Only get dexpreopt config for device modules
48dae67a7 : Use textproto format for classpaths.proto generation.
cca4ab762 : Propagate min and max sdk versions to classpaths.proto configs.
0a420e771 : Introduce max_sdk_version device property.
0ee2f913e : Test SdkSpecForm.
fa3431cf3 : Ignore errors when running df in build_test.bash
611e14004 : Reduce code duplication for testing the two header modules.
46fb7aba4 : Support empty strings in bp2build
77d0035a0 : Revert "Enable hwasan use after scope detection."
5b7215364 : No NDK libraries in clang-tidy pathDeps
c903f00e3 : Remove python 2 support from manifest_utils
9edc375a0 : Add support for Rust JNI Libraries
a8077126e : Support response file inputs in build_license_metadata
cee9e19a5 : Add entries for STANDALONE_SYSTEMSERVER_JARS to systemserverclasspath.pb
d480859ce : Move libprotobuf-cpp-full and libprotobuf-cpp-lite to mixed builds denylist.
79bd2b776 : bp2build implementation for c_std
8a4981617 : Unravel much of the bp2build denylist.
c0244da20 : Adding configuration support for Java 11
80c04891d : Add Sh_binaries property
0e714da0f : rust: Ensure unwind tables are generated
e65c3aee0 : Fix prebuilt selection logic for cc_prebuilt_library_headers.
a4676f5de : Add jdk.internal.ref to package_allowed_list.txt (OpenJDK 11)
ba6682fab : Fix attribute names in generated permissions.xml
c36214243 : Perform validation of shared library attributes
9956e5e28 : Add support for new permissions library tag attributes
0a9d09f8f : Add //build/bazel/examples/soong_config_variables/... to bp2build allowlist.
4ad40d99b : Add a mutex for soong config var map writes.
701ca2545 : Change type of Unbundled_build_apps from bool to []string
fbfd40073 : Rename rbc_product_config.sh to rbc_regression_test.sh
ae44fd803 : Don't pass ":=" in variable name to AndroidMkEntries.SetString.
ef3676c94 : Minor refactoring of Append/PrependProperties() methods Test: `m nothing` and compare ninja file Bug: n/a
0174ae3ae : Account for "validations:"
d43d4a4cd : Temporarily disable //system/apex from bp2build due to flaky failures.
01812020c : Add support for writing all Soong config variables into @soong_injection.
58ff6801f : Fix bp2build select generation for inter-attribute soong config variable usage.
228ef1e37 : Allowlist //system/apex.
84817de03 : Add support for merging defaults soong_config_module_types into bp2build select statements.
d5e7af900 : Switch default for InstallBypassMake to true
4a8f41081 : Set min_sdk_version (system/core)
9876c5eaa : Remove libsync from apex_available allowlist
3c1868bbc : Print product vars in board config launcher
3691097ba : NDK API coverage
9fdd87d7e : Do not pass --compiler-filter=speed-profile with --profile-file.
1381dceeb : Update rust prebuilt version to 1.56.1p1
ff2804e19 : Silence unpack-prebuilt-apex
4f71e12cc : Set min_sdk_version (packages/modules/adb)
3d56ed560 : Prepend header jar for sharded javac compilation
6340ea50d : Move apex module installation into Soong
555c52491 : Revert "Move apex module installation into Soong"
82b6e8483 : A script to update the file contents with the command output.
feb0756d4 : Revert^2 "Add seapp_contexts to allowlist of makefile goal"
246e3eed6 : Move apex module installation into Soong
f1f44d3d2 : Simplify equality expressions when comparing to "true"
d679785d0 : Convert dist-for-goals.
422b61435 : Generate runtime conversion diagnostics
e87a81673 : Revert "Add seapp_contexts to allowlist of makefile goal"
50ed1f9cc : Install android_app_set modules in Soong
ffbcd1d8a : Extract primary apk from apk set zip
933e7014d : Revert "Revert "Switch to clang-r437112""
753dd3212 : Enable hwasan use after scope detection.
6cfb37af5 : Revert "Revert "Adds multi_install_skip_symbol_files field (defa..."
bcd567ea1 : Make CompOS library optional in PRODUCT_APEX_SYSTEM_SERVER_JARS
1973f4d2c : Revert "Switch to clang-r437112"
c31929962 : Quote aquery commands.
2c4a96375 : Make 'Compressible' an overridable property
455ba83a9 : Fix the output handling of Bazel aquery for py_binary targets so soong's python_binary_host modules can be converted to py_binary and built with Bazel dependent targets in mixed build.
142cc2e36 : Add bp2build_metrics
214cdaf1d : Handle license conversions in androidmk
e4f0b0a09 : Revert "Include compos-module-sdk in the SDK build."
0d5889461 : Switch to clang-r437112
45e0e5b01 : rust: Add rust_toolchain_library module.
065fbeb14 : Revert "Adds multi_install_skip_symbol_files field (default fals..."
60999344a : Update platform_apis error message
25825ca08 : Refactor ProductConfigProperties to use a struct key instead of an string key with hardcoded patterns.
df6099d68 : Fix CC-BY-ND licenses
4e5f07d27 : rust: Add data_libs and data_bins to rust_test
c2ca1ee83 : rust: Add Recovery Snapshot Soong tests for rust.
f83202143 : Allow generic if statements
78cfdaa59 : Refactor bp2build tests
6c5b8f4e0 : rust: Skip global 'fuzzer' sanitizer static bins
f3e8fc3f0 : rust: Only apply hwasan flags once to fuzz targets
0234737f3 : Java APIs used by Mainline modules.
e19437e8f : Adds multi_install_skip_symbol_files field (default false) to apex.
73f210458 : Allow open-dice to build tests for generatied open-dice rust bindings.
ccba23db4 : Revert "Move apex module installation into Soong"
d06cc748c : Use new soong_cc_rust_prebuilt.mk
45bce85fc : Mark vndkLibrariesTxt modules as device modules
fba2aa255 : rust: Support new rust_stdlib_prebuilt_host type
e3d156a62 : Move apex module installation into Soong
0a5da7025 : sbox: run commands using script for large commands
b5399c84f : Add .PHONY for dist-for-goals targets
7d934b9c4 : Display diagnostic message for each conversion error.
44d4a518e : Honor PreventInstall for APKs and dexpreopt files
393002a91 : Remove modules from denylist after host C++ support
347e5e430 : Document possible values of sdk_version
fa9bfcd0d : Honor PreventInstall for APKs and dexpreopt files
591a1fe15 : Make handleSimpleStatement also handle if statements
3108ce17b : Add dependency from hostdex installed module to Make intermediates
494eef3dc : Support host platform cc builds
c41dd72d3 : Convert soong scripts to python 3
ea3bc3a95 : Flag 'override' directives.
a9029d1f7 : Add hardware/interfaces/security to rust allow list.
e950cdad6 : rust: Add missing variation -D flags to bindgen.
2ac9c48ee : Allow libbuildversion to build with Bazel, but skip its 'tests' subdir for now.
5a67da789 : Make bgplob an exception to dangling rule check.
be3c7eacf : Revert "Add scripts to generate java APIs used by Mainline modules."
8d10fc39a : rust: Refactor stripped output file path
64002afc5 : Fix InstallBypassMake symlink dependencies
94bf51893 : Add symlinks to Soong-installed sh_binary
6ac9576ee : Add tests for ctx.InstallFile
7b6a55f5a : Fix OutDir vs SoongOutDir in tests
85b7eb90d : Fix go vet error
d64211364 : Add missing os.MkdirAll to WriteFileToOutputDir
836e38732 : Use pathtools.WriteFileIfChanged in translateAndroidMk
79e332c02 : Add android.safetycenter to permission module permitted_packges
d7d99be22 : Support for rust recovery snapshot.
ba6d4ac22 : Fix test to use --experimental_platform_in_output_dir.
17cecd7b1 : Enable mk2rbc warnings/errors by default
c00184e2d : Translate soong_config_get calls to rbc
7e07e2072 : Move sh_binary module installation into Soong
7743557a2 : Move rust module installation into Soong
a47f28d28 : bp2build: add support for soong_config_module_type.
5dd07e514 : update allowlist to new path for bluetooth
ce0594819 : update allowlist to new path for bluetooth
35434ed55 : Allow non-constant from/to arguments in subst and patsubst
c92380f00 : Add scripts to generate java APIs used by Mainline modules.
07f70c0e9 : Pass --min_sdk_version to aidl compiler
c4fa93e76 : Handle ifdef for local variables.
c899d7808 : Revert "Temporarily add method to get java binary tool"
24cc4be60 : Move java module installation into Soong
1d0eb7a9d : Fix ctx.InstallFile calls for java modules
ae5330a2d : Make HostJavaToolPath use pathForInstall
6a4d3ba13 : Fix location of host tools
fb41d4636 : Make PrebuiltStubsSources support srcjar properly
4f1f118a8 : Fix: negate the condition for is-vendor-board-qcom
a92d10bdf : Add seapp_contexts to allowlist of makefile goal
c44ba2a6f : Dump deps for native and java to json files.
943ac416d : Collect generated rbc files under one folder
6ed7cb493 : Generate board-specific launchers in mk2rbc
10bcb4c90 : Add rbc product config checks to run_integration_tests.sh
3e3eda6eb : Temporarily add method to get java binary tool
acfcc1f68 : Move cc module installation into Soong
04bd17ecb : Fix paths rbc-run uses to access the rbc tools.
c773778bf : Make bazel action symlinks absolute paths
62cd0388e : rust: Support MTE memtag_heap sanitizer
df8aa1fbc : Reformat SDK Library docs
286abc6f1 : Pass HWASan workarounds cflags to linker as well
9985d9a3a : Bump the bootstrap epoch number.
90b4334a6 : Remove the out/soong/.bootstrap directory.
7b0781d14 : rust: Emit toc files for cdylibs
e5ad90c37 : Dedup logic for selecting system modules
10fb76f46 : Rename core-current-stubs-system-modules to be more consistent
5482d6a99 : rust: Support global sanitizers
86758ac94 : Make PrebuiltStubsSources support srcjar properly
8eab869bf : Add ability to set --rotation-min-sdk-version for signapk via Android.bp files.
ffc4cc41a : Revert "Fix python_binary_host module in mixed build."
c989eaf4c : Keep the following targets disabled in mixed build since there are errors in mixed_droid CI after go/oag/1861755 is submitted.
9af49a49f : Fix //conditions:default excludes computation for LabelListAttribute.
60c22ec7e : Update the Rust prebuilt version number to 1.56.1
b84b8c9c9 : Update bp2build denylist cause
664a4fd0a : Fix python_binary_host module in mixed build.
9191df23d : Move bpglob out of ToolDir
7075ed03d : S V2 is now 32
55bc820d6 : bp2build: split Bazel conversion context into smaller ones, and change TopDownMutatorContext signatures to use Bazel conversion context.
80b6b64db : Add an error check in `bazelPackage` for malformed labels.
34c7832aa : Convert .meta_lic files to textproto
1332eda6e : Drop support for pre-macOS 11 SDKs
8528f4ec5 : Add Darwin+Arm64 toolchain support
21fa0a584 : rust: Add common interface for binaries
fdadcd793 : rust: Support whole static libraries with any name
004547fac : Use module-lib system modules when building from prebuilts
b077bcc6b : Create prebuilt system modules for all API scopes
1cad3a53d : Make prebuilt_api test environment realistic
6d448b7a0 : Add test for prebuilt_apis creation of system modules
b4c19f8a3 : Make manifest_check errors colorful.
8d22c2ed1 : Remove duplicate optional_uses_libs block
ca4ab1a7a : Adding jdk.internal in the allowed package list
bce9f08d0 : Dist API specific core-for-system-modules
a3d135b1a : Add -{checkbuild,tidy} targets only for modules in mm
6301c3cff : Export Soong install rules to Make
f1f763a98 : Rename amod variable in AndroidMkEntries.fillInEntries to base
34d60c928 : Use --skip-config --soong-only instead of --skip-make
790ef35d1 : Make HostToolPath, HostJNIToolPath and sboxPathForToolRel use pathForInstall
a44551fec : Add PathForGoBinary
b1692a346 : Remove PathForOutput from InstallPathToOnDevicePath
1bc9412fb : Make installable arch-variant and static vs shared variant for cc modules
bde653e5f : Fix attribute names in generated permissions.xml
545104bea : Revert "Make installable arch-variant for cc modules"
04e459d9f : Revert "Do not build tests with ThinLTO"
e9758b041 : Use toModule for all "standard" API surfaces
132c3e61c : Run TestClasspath test cases with Always_use_prebuilt_sdks=true/false
0b3b36a40 : Refactor TestClasspath to simplify follow up change
12e311d95 : Add tests for prebuilts of all API surfaces
0a0a2fbea : Add a build-time check for dexpreopting system server jars.
65f298ca6 : Remove MainNinjaFile()
83fdc9410 : Add support for java streaming proto
1e7cfdea4 : Make installable arch-variant for cc modules
b4638c1ac : Make a pass over our codebase cleaning up non-precise / non-inclusive language.
7fa0696eb : cc_prebuilt_library_shared converted via bp2build
80751747e : Respect `required` property of apex modules
cacc4f358 : Respect `required` property of apex modules
7b385c567 : Add exemption for test_framework-apexd and test_service-apexd jars
d64ab233e : Make car apex's library optional in PRODUCT_APEX_SYSTEM_SERVER_JARS
f3d022226 : Add path of uwb NativeManager to rust allowlist.
3a9b8e894 : Convert is-board-platform2/is-board-platform-in-list2/is-vendor-board-qcom macros.
2afb9d772 : Fix how the rule is displayed in the error message.
6d852dd16 : Implement include path annotation.
65b547edc : Better Soong config namespace support.
6941b9dbc : Add sensors AIDL interface
e6583482a : bp2build: Handle export_generated_header property
09c11adf5 : apex.custom_sign_tool property
dc24d2609 : remove support for *.mc files
16bc50a12 : remove support for *.rc files
34d60d667 : Remove vestigial GetPrebuiltCcStaticLibraryFiles
eb0454b2a : Generate actions when building the module graph.
9804da054 : Dedup use of "prebuilt_"
932920f40 : Add health to vndk vendor variant list
f77913f0d : [rust] Switch LTO flavor to "thin"
f355d3c5a : Add android.hardware.wifi.supplicant-V1-ndk to VNDK list.
3bb934f0a : Do not add .tidy files as RBE link inputs
d163d4d7f : Add the device config GenerateAidlNdkPlatformBackend
85d729731 : Do not build tests with ThinLTO
984272b16 : Sort codenames in version_defaults.rbc
d99315520 : Allow writing Rust fuzzers for third-party crates.
eb8051d80 : Remove artApex parameter from ApexBundleFactory
7368d86a2 : Rewrite macOS SDK selection
9a6eabf95 : Save all the detected native shared library backing by mainline modules.
787fb3618 : Add OS to configuration key in mixed builds
0dbe615ff : Allow for the installation of binaries in xbin
2b8004b1e : bp2build: Add support for cc_binary.
ae3994ed4 : bp2build include generated hdrs in all src splits
3b1f83d07 : Add x86_host vars to config.bzl
5979996e6 : Allow skipping android.car-module library in PRODUCT_APEX_BOOT_JARS
6e3ba9ac3 : Make car apex's library optional in PRODUCT_APEX_SYSTEM_SERVER_JARS
def7b5d19 : Reduce modules exposed to Make in Mac builds
93fa5ef99 : Reduce commands per shard for java protos
5cb7366c5 : Up per-product memory usage to 30 GB
bdce0dfbd : Add tests for defaults used in conditions_default
df27b7a1e : Denylist genrules that create the same file in the same package.
47e1a7585 : Fix mac/allowmissingdeps builds
0e146ddb5 : update allowlist to new path for bluetooth
b07ae342e : Switch to the new build-tools/platform-tools implementation
5b817e642 : Include compos-module-sdk in the SDK build.
3adf3c52e : Add annotations.zip support to java_sdk_library
39b0bf032 : rust: Package shared libraries with fuzzer zips
d80b3c821 : Use hardlinks for Bazel's symlink actions
3afac0b36 : Flag an error on empty rust module srcs
8ea56f9da : Add Global ThinLTO option (2nd try)
b7b0ae12b : Switch to clang-r433403b (13.0.3)
91f1b4222 : Remove `use_apex_name_macro`
dc6525e55 : Make all the PrebuiltEtc modules defaultable.
2fc348986 : Add missing directories to bp2build.
93295f27e : Ignore obsolete lines when converting makefiles
34581212a : Support 64-bit arm_on_x86_64
3c5083c05 : Revert "Fix test to use --experimental_platform_in_output_dir."
fdd72e635 : bp2build: Add special arch-variant targets.
d2871189b : Update version_script to be handled as linkopt
9699c52ca : Update debugging instructions.
9fe141021 : Add android_sdk_repo_host to build platform-tools&build-tools
62e75f507 : Re-enable unused-command-line-argument warning
c6ef451e0 : Fix test to use --experimental_platform_in_output_dir.
778582f41 : Added src and exclude_src to debuggable builds
9bad9d645 : Do not sort after subtraction.
65d971832 : Add the device config GenerateAidlNdkPlatformBackend
470b7e22a : Add more tests for dexpreopting.
6e13b4062 : Change the approach to decide whether to upload metrics.
222bdcff5 : bp2build: Improve handling of generated_sources
37c3dd327 : Rename desc to description in PerfInfo
5b11ab1a6 : Convert cpp_std to be an attribute instead of a copt.
2579631bd : Stop prebuilt_apex/apex_set exporting invalid jars to Make
22450f25d : Extract the logic of setting Uncompress_dex to a common place.
99c3ed94b : Allow defaults in java_genrule modules
3e4a48850 : Support for OMAPI Vendor stable interface
f2dffd9c0 : Update reference to merged services txt
7cd41e5a0 : Improve error message for dupe srcs in genrule
97b853149 : Add bp2build support for cpp_std.
0eae52e0d : bp2build; Update handling of linker flags
6ada589f6 : Add support for nocrt by translating it to link_crt in bp2build.
8f2227429 : Stop relying on target.kind in mixed builds.
77a80fa39 : Defer dexpreopt failure with missing implementation jar
c19d5cdcf : Restrict mixed build cquery to deps of depth 2.
31b48a72d : Add support for USES_LIBRARIES to androidmk
af96f99d8 : Include proc macro crates in rust-project.json
811a1ae27 : [get_clang_version] Make the version regex permissive
5f463be4a : Fix wildcard ('%') handling in the filter pattern.
ebf79bfb4 : Remove mk2rbc's support for using a product name
cc203505b : Add module-lib to droidstubs' supported sdk types
1e18e98b1 : Allow implementation details to be excluded from signature patterns file
191be3a18 : Retry: Separate hidden API flags needed in sdk snapshots for S and T
d446d282e : Always perform permitted package check when building a library
0fa984e5d : Fix script for package check to work on macOS
d1e366a07 : Installation routine for rust is similar to that of cc
e737a9912 : Store build targets in the soong metrics.
057828d34 : Make rbc-run accept a makefile instead of a product
07ea503ab : Make mk2rbc accept either a makefile or product
dff00ea50 : Handle arch-variant in prebuilt_etc
b97a817fd : Remove more out-of-date items from denylist
03c64c87a : Fix script for package check to work on macOS
e5b2b49a7 : Update variable name in error messages.
447f6c99c : Bp2Build common properties auto-handling
f9e584dd2 : Perform validation of shared library attributes
3866b89d1 : Make RuleBuilder fail fast when passed a nil Path
0b58fdb05 : Remove unnecessary additionalCheckedModules field
39abf8f38 : Retry: Support generating sdk snapshot for specific build release
203ec0139 : Revert "Support generating sdk snapshot for specific build release"
8194d61ae : Revert "Separate hidden API flags needed in sdk snapshots for S and T"
c39f63358 : Remove out-of-date items from bp2build denylist
19d399d4c : Have python_*{,_host} handle arch-variants
2dde0cb3d : bp2build: Handle target.linux
ba68c9363 : Separate hidden API flags needed in sdk snapshots for S and T
ef2df587b : Support generating sdk snapshot for specific build release
0c3acbfd7 : Support pruning properties by build release
1812294f3 : Support handling build releases in sdk snapshot
d7d5b72e4 : Correct path for removing old bazel artifacts
08a18bf74 : Always perform permitted package check when building a library
b1f405e66 : Temporarily disable libbase
ceaa5328f : Export SOONG_CC_API_XML to Make outside androidmk
a37e19518 : Support building libcrypto via mixed builds
08572c6d4 : Add unit tests for cpp/assembly flags.
5b24f721f : Preopt APEX system server jars for java_import.
fbe51fe0e : Remove unused variable SKIP_BOOT_JARS_CHECK.
a8d8660ab : Generate prebuilt_systemserverclasspath_fragment.
ea18033f3 : Add a new SDK member type java_systemserver_libs.
774dd305f : Add exported_systemserverclasspath_fragments to prebuilt_apex rule.
c9864278d : Add prebuilt_systemserverclasspath_fragment rule.
2811e0786 : rust modules respects the installable property
2cec05d37 : Revert "Export SOONG_CC_API_XML to Make outside androidmk"
0f3b7d2fc : Add deps of protos to bp2build.
55682fea4 : Sort bp2build directory allowlist.
ebb32c486 : Export SOONG_CC_API_XML to Make outside androidmk
b59f6e239 : bp2build //system/core/libasyncio:libasyncio
8385250f4 : bp2build //external/lz4/lib:liblz4.
17ff2838f : Call InstallFile even when !installable
c8caa06a3 : Add data_bins property
cfb0f5e10 : Support per-testcase directories in all test suites
f3bfd02aa : Add environment variables to cc_genrule commands
868c5e3ab : Emit unconditional module load only when inherit/include is on the top level.
87f33ea80 : OpenJDK 11: Adding jdk.internal.reflect to allowed package list
12a0a310a : Add ramdisk image sdk trait to cc_library_headers
dea6617bc : Add two new variables to Malloc_not_svelte.
a967f253e : Add stl property support for bp2build
8304a1330 : Add phony name for robolectric tests
6369622f8 : Add recovery image sdk trait to cc_library_headers
b42fa67a4 : Insert imageVariantSpecificInfo between arch and link info
b1f0f2aa8 : Extract handling of image variations from target loop
46eb0fd50 : Remove updatable-bcp-packages.txt.
57e2e7a78 : Refactor code for partitions c srcs
e37a4de77 : For mixed build bazel actions, remove old outputs
7a210ac23 : bp2build: Add support for export_.*headers props
85a8afa9e : Added src and exclude_src to debuggable builds
1826621bd : Disable mixed builds for non-device OS
ce7bbdc38 : Pass "--extern proc_macro" to rust_proc_macros.
67eada34d : rust: Refactor cfg and feature flag calculation
4482560cc : Consolidate the code to resolve a deapexer module dependency.
8be1e6db1 : Propagate the dex jar path as an OptionalPath which is either valid or invalid with a message.
fd0c03c31 : Annotate FIXME for b/200678898
9eae3cb80 : cquery: obtain objects from custom provider
655ee02d2 : Fix path to layoutlib project
581f2e5f7 : Detect duplicates in sdkRegistry
30c830b82 : Removes usages of SdkMemberTrait/TypeRegistry outside android/sdk.go
93b750e2a : Add support for native bridge trait
fefdb0bf0 : Allow sdk snapshot code to identify native bridge variants
f04033be8 : Dedup SdkMemberType/TraitRegistry
d19f89451 : Add support to sdk/module_exports to specify required traits
bcd399479 : Add bp2build converter for cc_genrule.
0322af503 : Add IRadio modules to VNDK
69e65b3fc : Changes tree built Robolectric name
66213a64b : Disable protobuf deterministic randomness in soong_build
b669398c4 : remove redundant 'deps' section from template with 'exports' section.
a2c081413 : Exclude WallpaperPicker app and pom2bp-generated BUILD files from bp2build.
c964841e2 : Changes tree built Robolectric name
d78eb76f6 : Add annotations.zip support to java_sdk_library
1bb6d6a2c : Adding jdk.internal.misc in the allowed packages
84fdadfe8 : Add IRadio modules to VNDK
5c97bc698 : Revert "update build rules to use /data/local/tests/unrestricted"
89cb22416 : Add a flag-protected (-pom2build) feature for pom2bp to produce Bazel BUILD files.
3c0fe0edc : Add environment variable to force keeping ANSI codes
72a28a6a1 : Disable table mode in smart status if window size is not available
ba2226164 : rust: Add require_root and vendor install base
29e95d94b : Move copy rule for system server jars from dexpreopt_gen to makefiles.
8e6b37119 : Add java_binary_host support for Windows
af68148d1 : [IRadioConfig] Add to VNDK variant list
769a51cc6 : Add tidy_disabled_srcs property.
319c77390 : [IRadioConfig] Add to VNDK variant list
48e0e3391 : [IRadioConfig] Add to VNDK variant list
531d8fdc2 : Remove workaround for modules with missing BCP fragments, as they are present now.
953b35623 : bp2build: reference static variants directly
3d5cd4d10 : Fix statusfile used in dexpreopt
59c0eaedc : Remove arch-variant from some python properties
a1ff7c692 : Enable compose kotlinc plugin when depending on the compose runtime
a4aaa47a0 : Show less ambiguous paths in the error when it fails to match the given output file.
c32dd1c0a : Make it possible to pass an error message with an invalid optional path.
2fee27f3c : Replace OptionalPath.valid flag by checking the path itself.
310bc8f5f : bp2build: Refactor metrics collection to use exported functions.
afb84bd78 : Fix bp2build-progress generating an empty converted_modules list, and duplicate module names.
14cdd7115 : Add a function to match modules through a variation map.
2f08bc1a5 : Increase timeouts in Test_runWithTimeout
5145e9d91 : Add NFC to the Rust allowlist
f8ea3729c : Add back the api_srcs argument
b727c1e0b : Add back the api_srcs argument
6117450ea : bp2build: add converted modules to codegen metrics, and remove the compat layer.
16d90a895 : Remove __bp2build__ prefix trimming.
5ea963e60 : Add support for d8 --main-dex-rules
62585e843 : Expose TocFile via CcInfo
4fbc62196 : Clean up StarlarkFunctionBody for getCcInfoType
bc4e734e5 : Incorporate cc_library_shared into mixed builds
ac5097fcf : Create bp2build converter for cc_shared_library
a5474e36c : Remove `Linkstatic` field for static cases
25322e4d9 : Prevent systemserverclasspath_fragment from depending on prebuilts
1ea7c9fa5 : Add test to TestJavaStableSdkVersion for legacy core platform
9428970da : Improve the documentation in the android/sdk.go file
05732954c : Remove unnecessary archTypeSpecificInfo.optimizableProperties()
f68f85a3c : Move setting of link type properties to linkPropertyInfo
519c5c82e : Revert^2 "Preopt APEX system server jars."
8e09f2627 : Use ccCmd to generate clang-tidy dependent file
b1e61cb8b : Remove fallback code path for missing BCP fragments that is no longer necessary.
b8082295b : Share cFlags, tidyFlags, etc. in a module
96f183276 : Rename nativeLibInfoProperties.archType to archSubDir
92346c483 : Revert "Preopt APEX system server jars."
02669e8a3 : Preopt system server jars with updatable bootclasspath.
ca9bc98e0 : Preopt APEX system server jars.
204356f3b : Preopt APEX system server jars from prebuilts.
a10ef270e : Add more sepolicy variables to soong_config
64cb7c964 : Fix panic when a module has an invalid output path
521e951ad : Fix `m product-graph`
37997c404 : Add system/sepolicy/apex to bp2build allowlist
1fca301bd : Add {.aar} support for android_library
6eff32320 : Expand handling of unconverted deps in bp2build
32a033934 : Bp2build: handle embedded structs as blueprint
83150667a : update build rules to use /data/local/tests/unrestricted
e3d1ae48e : Avoid direct access to Native_bridge_supported property
f7b3d0d31 : Rename SdkMemberTypeDependencyTag to SdkMemberDependencyTag
826863c8e : Add support for new permissions library tag attributes
25a69de8d : Improve the error when srcs field has the wrong type.
8e5feaa1d : Make the script python3.
925aa09ea : Add module based host-tools snapshot
bcbfc5f53 : Patch "Add support for --optional-uses-libs to pom2bp" to match master
d23f0d07e : Update the Rust prebuilt version number to 1.55.0
d7d07ad0b : Share version settings with product config makefile.
35687bc77 : Split local/absolute include into attributes
a1ebc2d07 : Remove unused-but-set-{variable,parameter} from ClangUnknownCflags
eabda9708 : Add Property.Type to bpdocs template
ef99688cf : Update clang version used for bindgen to r433403
4b721450c : Don't use bugprone-easily-swappable-parameters for global tidy builds either
05d0d24fd : Add TOP to run_cuj so it runs from the correct dir
1799f9d7b : [rust/coverage] Pass -z,nostart-stop-gc to the linker
748c8c7e0 : Make rust builds hermetic
8337ea4e7 : Cleanup bp2build tests to reduce repetition
e82732916 : Switch to clang r433403
95dfbce28 : Pass TIDY_TIMEOUT to clang-tidy
98e0d88aa : Avoid duplicate module names in the error from ModuleForTests.
5fad501ae : bp2build: Split export_{includes,system_includes}
65ee90a36 : Change default to require licenses property.
6b76c15b9 : Pass --write-reference-baseline to lint
d6d469949 : Changes tree built Robolectric name
c5fa30616 : Move genrule tests to genrule_conversion_test.go.
1e347860d : bp2build: allowlist //external/libcap/...
5146ac02a : bp2build: don't generate filegroups (or error) if it contains a file with the same name.
cbfbd6482 : Read LLVM version from $LLVM_PREBUILTS_VERSION if set.
2b9ad1c48 : Add Radio AIDL to VNDK variant list
9e09bba23 : Exclude directories with manual BUILD files from bp2build.
b03e96874 : Add Radio AIDL to VNDK variant list
7c02e26cb : Relax restriction on suffix of apex_set filename to include .capex
e1df43faf : Implement cleanups requested in aosp/1818245:
89fcdcb78 : Refactor the creation of soong_build calls.
c6012f36e : Invoke soong_docs from the bootstrap Ninja file.
f88074258 : Apply pylint to scripts/manifest_check*.py
0f922ea33 : Convert LOCAL_PRODUCT_SERVICES_MODULE to product_specific
d0f82fee4 : Add tidy-soong, tidy-dir-path, module-tidy targets
f92c7154c : Use tidyExternalVendor for external/googletest
04a5dabf9 : Add config/tidy.go to per-file owners.
7cbf7738f : Cleanup unused code for bp2build conversion.
ffc9e8d81 : Pass StopBefore as an argument to RunBlueprint.
7edd91c0f : Make incremental queryview builds work.
15c138771 : Add jdk.internal.math to package_allowed_list.txt (OpenJDK 11)
3a82169a5 : Invoke queryview from the bootstrap Ninja file.
a1b9372ef : Make running soong_build in alternate modes nicer.
2c0af22ea : Apply pylint to check_boot_jars.py
bae8421fe : Fix typo in exempt from licenses property list.
c10d5da3d : Add Radio AIDL to VNDK variant list
c2346f1c2 : ndk_library: separate abidw and abitidy into separate rules
70f1745f3 : Look for the AndroidProduct.mk files in the vendor/ hierarchy, too
468e11fbb : Additional heuristics: variables with names ending with _LIST are lists
5a3ce13c6 : Allows prebuilts in override_apex.
d6cee7e37 : Make OutDir() and SoongOutDir() be consistent.
294e774e2 : bp2build: allowlist more packages.
b838b0a14 : Do not modules in files called "Blueprints".
ea1a31c07 : Remove the bootstrap.Config class.
50ef6e204 : Add android.hardware.wifi.hostapd-V1-ndk_platform to VNDK list.
0061c0d1d : Fix DONT_UNCOMPRESS_PRIV_APPS_DEXS for `android_app_import`.
55f72d706 : Add tests for uncompressed dex for `android_app_import`.
a806e4176 : Remove bootstrap_go_binary .
8151d23f8 : Add support for --optional-uses-libs to pom2bp
24658d07f : Add support for --optional-uses-libs to pom2bp
559132fb9 : Apply pylint to scripts/hiddenapi/verify_overlaps*
bf5bdb2f3 : Write logs.zip + logs to the correct place.
b021bf8c5 : Add support for extension version in variables
4e7e20279 : Separate sdk member type functionality into its own file
62782de15 : Make sdk member type related types and vars type specific
296701e35 : Refactor SdkMemberType.AddDependencies()
6254db8b4 : Add support for extension version in variables
f4afb53d4 : Revert "bp2build allowlist //external/libcxx/..."
1fdd6fafd : Revert "bp2build: build //system/core/libprocessgroup:libprocess..."
a73a503d9 : Revert "bp2build: allowlist //external/brotli/... and build libb..."
60da00eb8 : bp2build: allowlist //external/brotli/... and build libbrotli.
60eaabbe7 : bp2build: build //system/core/libprocessgroup:libprocessgroup_headers
d2fec261f : bp2build allowlist //external/libcxx/...
b078ade28 : Remove some unused args from Blueprint.
a26246db7 : bp2build allowlist //development/sdk/...
16e77a9b3 : cmdline property in bootimg can be customized for debuggable builds
5569d6eb4 : Deprecate `group_static_libs` property
062e934a9 : No clang-analyzer-* checks by default for generated files
e57ecb3eb : Remove extra checkbuild argument from ninja tools command lines
fde8e6d38 : RBE should not copy source file back to local
582fc2d1d : [cc] Switch to -fsanitize-ignorelist
756ec8d8f : include vendor linked-libraries in fuzz target bundles
36dc7c60b : [LSC] Add LOCAL_LICENSE_KINDS to build/soong
cce6d652c : Make this script use python3.
41fd5e402 : Set --noautodetect_server_javabase in mixed build bazel.
6bec7b104 : Add support for extension version in variables
35c86c07e : Add support for extension version in variables
5cc9c9d8e : Exempt build/bazel/examples/java BUILD files from bp2build overwriting.
560cb6685 : python_{binary,library}{,_host} handle lib property
92cd63996 : Add new team members to OWNERS
e571dc3bd : Print the JSON module graph correctly.
9f6c24a88 : Rename BuildDir and NinjaBuildDir.
7c803b874 : Make bpfs properties overridable
10ea4bf9d : Skip dexbootjar check using AllowMissingDependencies flag
2c2219b60 : Apply pylint to remaining scripts in hiddenapi
c2c31b13d : Apply pylint to scripts/hiddenapi/generate_hiddenapi_lists*
80f0eb1e0 : rust: Add UWB to allowlist
1d4bfd8ca : Apply pylint to conv_linker_config.py
3aa9544ec : Add exclude_runtime_libs to more targets.
dc212c0b2 : Add python_library_host -> py_library bp2build support
c9601434d : Rename BuildDir and NinjaBuildDir.
ec555f1a9 : Apply pylint to scripts/construct_context*.py
0fc781c7c : Add python_library -> py_library bp2build support
826ac4d35 : Remove unused key field from SdkMemberTypesRegistry
5df7bd33f : crt objects for APEX and vendor variants have correct target API levels
7549d460f : crt modules produces cc rules for testing
4c4f80326 : Also generate api lists based on symbol files for cc_library rule during build time.
18fd09998 : Suggest using add_soong_config_ macros instead of direct variable assignments
f26b466ca : Fix crtend for musl static binaries
a793db33a : Support static_executable: true for musl builds
450744e71 : Use SystemSharedLibs as StaticLibs for static executables
5e49b82e5 : Keep existing BUILD files for bazel_common_rules
f5a3eacc0 : Add License decl to testing.go
0da7ce6f3 : Document testing & build_conversion purposes
ce0a07e24 : Rename runPythonTestCase
8631cc732 : Update HostAndDevice* documentation
a7614dd62 : Add system/logging/liblog.
1c92aeff4 : Share runBp2BuildTestCase & runPythonTestCase
fbaf725ed : Rename BuildDir and NinjaBuildDir.
d75507fff : Fix inverted error message
ca68c4962 : rust: doc: Zip up docs when done
9f59e8db2 : rust: Hook up InstallIn functions + Product
0b1c70efb : Don't add `uses_libs`/`optional_uses_libs` to the manifest_fixer.
7c02c0883 : Use new pass manager for HWASan builds.
3f5659f26 : Revert "Revert "Apply pylint to cc/symbolfile""
1a86bd2dc : Use combined.ninja for soong_docs null build test.
ea28f4cae : Revert "Apply pylint to cc/symbolfile"
c74ea4b77 : Support musl builds in Make
16c2b8c3d : Apply pylint to build/soong/bloaty
30eefd8b8 : Apply pylint to build/soong/cc/ndk_api_coverage_parser
e4432874a : Propagate <uses-library> dependencies from `java_library` to apps.
809d2ed54 : Do globbing-related paperwork explicitly.
0445308bc : Support product-copy-files-by-pattern macro
c6868383f : Support Rust in Ramdisk
a61e31f66 : Support Rust in native-bridge
52af5b052 : Support Rust in Product
460ee9429 : Support Rust in Recovery
74ec1686a : Collect info on non-cc sources in a cc module.
2ada09a54 : Don't create a new module for bp2build conversion.
135bf5528 : Handle arch-specific/not properties the same.
42c7f0d17 : Propagate <uses-library> dependencies from `android_library` to apps.
7e7b028b8 : Set ANDROID_HOST_MUSL for musl builds
02183cfc5 : Most of the TARGET_COPY_OUT_xxx variables are not constant
73de70264 : Apply pylint to cc/symbolfile
f7e36d80f : Remove Srcdir() from BootstrapConfig.
f9008075d : Define command line args in soong_build .
9d7cf6a33 : Move bpglob to .bootstrap from .minibootstrap.
d34eb0c4a : Make sure that classpath fragment contents appear in make vars.
56ebaf35b : Separate the files of bp2build and soong_build.
0e17c1a57 : Remove fallback workaround for APEX variants which is now unnecessary.
a38e518eb : Expose Soong's default clang versions to Bazel
e4db0036d : rust: Allow modules to use only generated sources
8711c5cf8 : rust: Link libunwind into Rust static executables.
fc0f6e34c : Fix the way manifest fixer detects optional <uses-library> entries.
e9b3738ba : Revert "Exempt prebuilts/jdk and build/bazel/examples/java BUILD..."
32b77cf8a : Add some initial benchmarking for bp2build.
a05a255ea : Add infrastructure to support PythonBinary
f1b0ac8d3 : Exempt subfolders of packages/apps/Music from bp2build BUILD file overriding.
a9a1fc074 : rust: Add support to emit certain Cargo env vars.
53dfa408b : Generate build-globs.ninja when running bp2build.
755ceb01e : Ensure directories in the Soong output dir have appropriate permissions, so that 'm clean' works.
c0a671fc8 : Moving common fuzzing code to fuzz package
402e9b08e : Add Platform_sdk_version_or_codename variable
0d99045b6 : Lift BazelHandler interface into android/
280bae6d2 : Filter blocked entries from modular flag files
f656b8434 : Cut the multiproduct_kati -> soong-ui-build dep.
2c40569db : Do not create a build.Config in multiproduct_kati.
916322541 : Allow //external/bazel-skylib to use existing BUILD files
8355c1524 : Collect lint reports from apps in apexes
1424ea499 : Update clang version used for bindgen
e4d639055 : Add libselinux to the Rust allowlist so we can run its test.
90c4b14a3 : Removed commented out code
2c7883941 : Support rtti in bp2build
10bf3b8c0 : Revert^2 "Switch to clang r428724 13.0.1."
cef87b62e : Make multiproduct_kati call soong_ui.bash .
fcea20c4e : Rename UpdatableSystemServerJars to ApexSystemServerJars.
abcd59731 : Fix tests to use correct fixtures for configuring (Apex)BootJars.
6ffdff853 : Remove member signature and inner classes from signature-patterns.csv
7a552ba9f : Rename UpdatableBootJars to ApexBootJars.
64e8e775a : Add uwb HAL to VndkMustUseVendorVariantList
353405d9f : Clean up generated rust-project.json files
4224c6216 : Improve handling of errors from zipinfo
c11f6679d : Use trie to store monolithic hidden API flags
51f8c3926 : bp2build: handle system_shared_libs
786c1d41e : Revert "Switch to clang r428724 13.0.1."
748652e35 : Exempt prebuilts/jdk and build/bazel/examples/java BUILD files from bp2build overwriting
e87329c4c : Switch to clang r428724 13.0.1.
8d007e991 : Export signature patterns to sdk snapshot
67b9d61ac : Separate creation of signature patterns from overlap checking
a79a52c7c : Reland: Pass jars with resources to R8
bb1a17aec : Revert "Make DWARF v5 the default debug information format."
a832a04db : Revert "Time out and dump stacks from R8 processes after 30 minutes"
11ec0a8f8 : Add more debugging to run_with_timeout
238ca381c : [scripts] Print full clang prebuilt dir from get_clang_version.py
8137c6a2b : Update a comment about PRODUCT_UPDATABLE_BOOT_JARS.
1d73c7316 : Revert "Pass jars with resources to R8"
53a7607f7 : Extract a subset of the monolithic flags for comparison
7be96337f : Clarify symbols used in verify_overlaps.py
428c65156 : Add tests for verify_overlaps script
1d0f023ab : Append platform classpath proto configs with missing apex jars.
ffe797109 : Add classpath fragment property to skip proto generation.
64646ee5d : Rename ClasspathFragmentToConfiguredJarList methods to configuredJars.
d23d2f1e8 : Reland: Add more target-specific properties
05ca7c876 : Pass jars with resources to R8
da7f362a3 : Update documentation for VisitDirectDeps
aa3c35582 : eng builds: dexpreopt: stop explicitly removing minidebuginfo
9c9935446 : Allow PRODUCT_CFI_INCLUDE_PATHS to work with blueprints also
b13e8ac6c : [rust] [coverage] Don't pass -C link-dead-code
90be8c558 : Improve dynamic inherit paths handling
3deb968ae : Translate copy-files, add_soong_config_namespace and add_soong_config_var_value macros
768a01160 : Update error message for new policy.
d12979d09 : static rust binaries are also prohibited in APEXes
192600a7d : Revert "Revert "Prohibit static executable in APEX""
2125aab50 : Revert "Prohibit static executable in APEX"
16e0773e7 : Translate more Make builtin functions
6609ba766 : Allow dynamically calculated inherit-product path
90a8b3abd : Remove libjemalloc5 from default musl libraries
82ad8ccca : Support exporting device arch toolchain info
b2703adce : Conditionally apply rustdoc flags to third party crates
067b88976 : Correct isThirdParty check
8c98c25f0 : Add prebuilts/r8 to the bp2build BUILD file overwriting exception list.
aa7c98000 : rust: Disable dead stripping for fuzzers.
13cac63cc : Add EROFS support for APEX build system
3880279a0 : Add an option to gather CPU profile.
0554d760f : Allow $(filter ...) with arbitrary args if its result is compared to the empty string
3ac8f638d : Update the Rust prebuilt version number to 1.54.0
56cc658b9 : remove target from every intermediate depFile
84be2fc38 : Add librustutils to the Rust allowlist and remove libc.
27b957243 : Rewrite snapshot dependencies for vndk-ext
93e95992a : Update documentation for genrule and sdk_library
54d2e21fa : go.mod: Add indirect exclusions/redirections from golang-protobuf upgrade
3dc4326ce : Bump minimum MacOS version to 10.13
9953a1999 : Added a flag to the rustdoc invocation
739d01e5e : Add tzdata packages to bp2build allowlist.
492b17d53 : Rename UpdatableSystemServerJars to ApexSystemServerJars.
378fc1b41 : Add initial bp2build convert for prebuilt_etc modules.
5c4881c8e : Add initial bp2build support for converting android_app_certificate modules.
9447e1ee1 : Add support for prebuilts attribute to the bp2build APEX converter.
5c1804831 : Add symbols for start and end of embedded linker
eb8c85abf : Add initial bp2build converter support for apex_key modules.
f2c9f8bc1 : Fix null pointer exception on error
45a9e3196 : rust: Prevent manually defined lib link flags.
7ae80a704 : Build mk2rbc and rbcrun during bootstrap
dca00cb76 : rust: Add vendor/ to allowed list.
3a8130c79 : Prohibit static executable in APEX
8707cd74b : TransitivePackagingSpecs should follow "installable" deps
6e4950a06 : Add some more properties to the bp2build APEX converter (second try)
c07a16ca1 : Add more *-ndk libraries to VndkMustUseVendorVariantList
6ede93608 : Add more *-ndk libraries to VndkMustUseVendorVariantList
035847815 : Revert "Add some more properties to the bp2build APEX converter."
dff3901c8 : Update the Rust prebuilt version number
ab9a31c9b : Create new module type 'snapshot_etc'
51c409130 : Load RBE related env vars from config files
c0c6609ef : Set mixed builds use product-config based target
b2ac859a6 : Options processing: remove redundant check
94b41c76d : Emit mkpatsubst call for $(patsubst ...)
f3e072a87 : Do not flag as error 'define' directives for the known macros
9d011abcd : Emit mksubst call for $(subst ...)
69bf4c0d6 : Add some more properties to the bp2build APEX converter.
b643c7a08 : bp2build BUILD files for build/bazel/examples/apex.
44a13ac40 : *-ndk.so libraries are added to VndkMustUseVendorVariantList
b7e666f58 : Fix build
a592b6f8e : Reland: Add more target-specific properties
b015aecbf : Disable lint checks which do not apply in the platform
c7e044f53 : cc/cc.go: Support per-image-variation "required"
4fcfb53f7 : android/androidmk.go: Calls *RequiredModuleNames() to get required modules
db4604c2a : Add android.system.suspend-V1-ndk to VndkMustUseVendorVariantList
528d67e52 : Reland "Split the x86 host toolchain into glibc and musl variants"
5d6904e1c : Revert "Split the x86 host toolchain into glibc and musl variants"
32b0b9f9e : Update VndkMustUseVendorVariantList
4591b6496 : Upgrade to golang protobuf api v2
74be76449 : Add a phony target for all Rust targets
a66c0b590 : Skip unnecessary repeititon in validation
594223896 : Add dynamic_list property
4fb4ef224 : Split the x86 host toolchain into glibc and musl variants
f8e53703f : Fix build on older Macs with universal binary Clang
5b48d9a01 : *-ndk.so libraries are added to VndkMustUseVendorVariantList
9259a7ee6 : Reland: Add more target-specific properties
4e87990cf : Reland "Add TestArchProperties"
239de0ac2 : Revert "Add TestArchProperties"
f49841797 : Update the Rust prebuilt version number
5a34ffb35 : Remove bp2build deps mutator
6b8f4253e : Remove default_shared_libs
a2268635f : rust: Add support for bootstrap linker.
d604b210c : Rename UpdatableBootJars to ApexBootJars.
ada357aeb : Update VndkMustUseVendorVariantList
cb0ac95bd : Remove Fuchsia support from Soong
b58719c15 : *-ndk.so libraries are added to VndkMustUseVendorVariantList
0ba9cd4cc : Add libc to Rust allowlist.
bb1448140 : Reland: Add more target-specific properties
561923e10 : Add deps for system_shared_libs for all axes
34c32fabe : Add TestArchProperties
201796748 : Changes tree built Robolectric name
6e9bc01b9 : Remove unnecessary dedup logic
ed12c132c : Remove unnecessary handling of nil paths in HiddenAPIOutput
d6a072b39 : Remove fallback to classes jars from bootclasspath_fragment
8b2221906 : AOSP Music to bazel: path added to bazel.go
0c66bc615 : Replace android.BuildOs with Config.BuildOS
54e4197da : Require prebuilt_bootclasspath_fragment to provide hidden API files
40a3f6543 : Improve hidden API checking in TestBootDexJarsFromSourcesAndPrebuilts
2cde5f438 : Add target for generate_hiddenapi_lists_test
1b513458b : manifest_check.py: trim namespace part of the module, if needed.
ae11c233b : Update prebuilt_etc available for snapshot
01a16e827 : Handle target.bionic in bp2build.
57291b7a7 : Revert "Add more target-specific properties"
79781a94f : Specify working directory and OUT_DIR to ABI tools
48f3778cb : Separate snapshot definition
41ad881e1 : Refactoring fuzz packaging code
5c2114591 : Revert "Export implementation class jars for java_boot_libs"
3bc8e218f : Avoid permitted_packages related build failures in unbundled builds
78645fbba : Remove `OptionalImplicitSdkLibrary()` function (it's not used anymore).
da286f461 : Make bootclasspath_fragments always perform hidden API processing
840efb666 : Don't attempt to add stub libraries to class loader context.
43284a03c : Add more target-specific properties
f59a8e117 : Fix apex bp2build.
6dcca41d7 : Soong OWNERS: add more folks and categorize by timezones.
3ee74c825 : rust: Remove libtest from stdlibs list
0fc1e134b : Add test to reproduce bug in error message.
e14f80b2d : Fix handling of "prebuilt_" prefix in classLoaderContextForUsesLibDeps.
2444671b4 : Refactor function to reduce nestedness level. No functional changes.
630b11e9d : Build updatable-bcp-packages.txt from prebuilts in sdk snapshot
869de147a : Propagate permitted packages to sdk snapshot
f208a5766 : Update a comment about PRODUCT_UPDATABLE_BOOT_JARS.
ba9ea32f7 : Update comment text of SrcIsModuleWithTag()
69c1aa94a : Drop "prebuilt_" prefix when adding libraries to class loader context.
497a09310 : Drop `strings.HasPrefix` when guarding `strings.TrimPrefix`.
9cc59c1cb : Remove clang indirection, affects command line ordering
0523ba267 : Rename ninja variables with Clang in the name
c8bed31f5 : Remove more clang indirection without affecting command lines
33bac24bb : Remove clang indirection without affecting build.ninja
4b073cd08 : dexpreopt.config should be created even though unbundled image is built
40131a3f9 : Support fully qualified names in `android:"path"` properties
fb9a7f99b : Support generating sdk snapshots that can be selected by Soong config vars
ca9cb2e5b : Include bazel-status of build in metrics
0c52c7ba6 : Choose prebuilt or source via an Soong config variable
b051c4ede : Product config makefiles to Starlark converter
72bf8e131 : Apply system_shared_libs to all variants
1cd80d9b8 : Use note in linker.s to place linker
69fa9f9e5 : Seperate asflags and cflags
b1b4d856e : Add ClassLoaderContextMap.Dump()
d5fe8782e : SdkLibraryImport's DexJarInstallPath uses installPath from source module
64e61e1a6 : go2bp: Add -limit and -skip-tests to more easily limit imported modules
d9e05750b : Export paths for the snapshot modules
cc8287c49 : convert flag options and values in the same line
fbf51b67c : Add bpfix to remove sanitize.scudo
e6ba0723b : Use bazel syntax for fully qualified name in path property
407501b82 : Stop PathForModuleSrc from validating the paths unnecessarily
ec0bd8cd9 : Add test to show broken behavior of fully qualified name in path property
985d56c2b : AndroidProducts.mk file reader
472afabf9 : Config variables reader
1471eb2a8 : Soong variables reader
bb360c32b : Move modules containing ART, conscrypt and i18n from libcore
5d00f50f7 : apex: pass --align-file-size to signapk
d5cf92e29 : Support customizing behavior around sourceOrOutputDependencyTag
4fbfb59d3 : Extract preparer for namespace
1d51ea951 : Document how APEXes are identified in the boot jar variables.
8f884a0a6 : modify cc_binary type to cc_test for test modules
75db93184 : Iterate over sanitizers
7b920b405 : Update memtag code behavior to match comment.
d56ddb548 : Reorganize memtag tests for clarity.
75b9b40a5 : Add comments to sanitizer properties.
0dbfc565f : [rust] Add android_dylib cfg flag
885a7dea6 : Share EffectiveLicenseFiles for snapshot modules
187d5445e : Remove IsDependencyRoot from interface
b2fc4700d : Delete local boolPtr function
7e9ddbe8c : Revert "Flag to control if generated SDK prebuilts are preferred."
a56be7d78 : Generate boot images for host from prebuilts
8fc51a8eb : Switch boot image generation to use GetGlobalSoongConfig(ctx)
ffb643fc1 : make system server modules use filtered lint database
ec14a4ded : cc/cc.go: Harden GetSnapshot() against nil pointer panic
36d8e4e20 : cc/cc.go: Add Device() method to LinkableInterface
a9d76dd42 : Add partial bp2build support for APEX targets (second try).
56afb27fb : Generate boot zip file from prebuilt_bootclasspath_fragment
5e0358636 : Include static lib information for the snapshot modules
7ce730b90 : Revert "Add partial bp2build support for APEX targets."
22b606b5f : Add partial bp2build support for APEX targets.
3f0290ef7 : Support using java_sdk_library components in stub_libs
9d773841c : Added quotes to protect wildcard
46ab291f6 : Ignore license and similar dependencies of prebuilt_apex/apex_set
56c93e899 : Use both module name and stem name to filter updatable boot jars
783195cc5 : Use system stubs for framework-doc-system-stubs.
87112d6ac : Consistent soong namescape example
b54f5aa35 : "module_current" and "system_server_current" should contain ART's @SystemApi(MODULE_LIBRARIES)
b0ef30ab4 : Filter srcjars out of srcFiles
a36c2b830 : Downgrade new errors from lint 7.1.0-dev to warnings
d0b99cea0 : Flag to control if generated SDK prebuilts are preferred.
17fc5a03d : Remove kati marker in soong-only build
ef083c955 : Defer error reporting of missing prebuilt dex jar files
0ed579efd : Reland "Consistently prepend arch-specific headers"
0506361a6 : Add errorHints to stdout when read-only file system errors are detected
cacb972dc : Revert "Consistently prepend arch-specific headers"
08327ac7f : Add test for empty stub generation.
8f323ae36 : Add libs to debuggable
06f1399d5 : [WIP] Switch sh_test_host to unit_tests=true by default
f05ca9c0e : Tag android_app_import's apk as `android:"path"`
8c7e3ed78 : genrule supports OutputFileProducer
3b606c821 : Delete unused functions
03a94c48d : rust: Add missing Rust allow path modules.
280a31aac : Calculate widest stub dex jars per module
d2b1e0ca9 : Add test to show issues with widest stub dex jars
156b5d3b6 : Allow hiddenapi list to ignore missing classes/members
9fc208ee5 : Add sdk_library_test.go to Android.bp file
7cabd42a8 : Export NewPrebuiltObject
137d7dafd : Support shared_libs, static_libs and default_shared_libs in cc_object
2558ce389 : [scripts] Add script to print clang prebuilts version
bb8d84f01 : Move notememtag tests to sanitize_test.go
bfffae7be : Fix inconsistencies in the apex names used for the apex variations.
5cca7c44e : Support hidden API processing for modules that use platform APIs
2e8809715 : Verify the modular stub flags are subsets of the monolithic stub flags
4539a37a6 : Make ruleToGenerateHiddenAPIStubFlagsFile build rule
18233a2b4 : Use trimmed lint database for mainline modules
d18d8cab7 : Dump extra JSON data for C++ modules and ApexInfo.
f1b75a237 : convert BUILD_CTS_SUPPORT_PACKAGE in mk files
b51db2ed8 : Add ModuleLibHiddenAPIScope for hidden API processing
48b674151 : Add test for modular hiddenapi list rule
31fad800a : Add HiddenAPIScope to replace use of SdkKind
69d6413dd : Make prebuilt properties customizable
ea8f80858 : Ensure consistent APEX variation for java_sdk_library and java_sdk_library_import
1bc8412d3 : Add platform_apis property to APEX module type
105dc321c : Rust module in APEX uses stub libraries across APEX boundaries
dd9725c17 : Fix SOONG_DUMP_JSON_MODULE_GRAPH on a fresh checkout.
3e54508a3 : Switch to clang-r416183b1
9477c26f6 : Add platform_apis property to APEX module type
7d55b6178 : Rust module in APEX uses stub libraries across APEX boundaries
b97b1579d : Remove duplicate component from sdk snapshot
b15a56486 : Disable ubsan diagnostics under HWASan.
fb63625a7 : Add platform_apis property to APEX module type
7d6e79bc6 : VNDK APEX: skips VNDK-Ext
3b5f88e09 : Rust module in APEX uses stub libraries across APEX boundaries
51227d875 : Output bootclasspath_fragment's fragments property to sdk snapshot
e3165c8de : Expose imageLocationsOnDevice as well as imageLocationsOnHost
71b33cca9 : Add commonSdkLibraryAndImportModule interface
4c4da0688 : fix: comparison between min_sdk_version
9ecb42dd3 : Add default_shared_libs property
d1a281306 : Move default crt objects into Toolchain
c85446836 : Add DefaultSharedLibraries to Toolchain
e3fee34a3 : Create toolchainBionic for the various bionic-based toolchains to inherit from
b30905019 : Append platform classpath proto configs with missing apex jars.
a08e4dcfe : Refactor the printing of an sdk snapshot's Android.bp contents
3302871b7 : Add test for sdk that contains overlapping members
9ffbecc2c : Disable boot jars package check if no boot jars have been configured
86fe8f851 : Remove unused apiModuleName
e95a15e7c : Fix bootDexJarByModule with UNSAFE_DISABLE_HIDDENAPI_FLAGS
c63677b3c : Direct Bazel builds from m.
d061d40eb : Fix monolithic hidden API processing with prebuilts
51d7da2c4 : Make CheckHiddenAPIRuleInputs more reusable
89f570ac4 : Use classpath elements in platform_bootclasspath
55ff4a557 : Reland aosp/1535007:
2b1536e4d : Allow disabling errorprone even when RUN_ERROR_PRONE is true
30e444be6 : Add --skip-config flag to soong_ui.bash
8195cdf8e : [cc/pgo] Mark pgo.sampling property as an arch-variant
9a7158bbd : Allowlist external/libtextclassifier for sdk_variant_only.
e245b61aa : Add ClasspathElement support
155c17779 : Extract createEntriesForApexFile
5219c0e4b : Fix ndk and aml arch order
9da1f8138 : Add ramdisk_available to sysprop_library
800d11400 : Add install_in_root to cc_binary
5466a3699 : Export boot image files from prebuilt_apex/apex_set
ce918b027 : Copy boot dex jars from prebuilt art-bootclasspath-fragment if preferred
85fa344d0 : Copy implementation and header jars to make when possible
7f8721618 : Exclude jacocoagent from boot jars package check
6a540c4e4 : Update dex_preopt related OWNERS
b4bbf2ca1 : Simplify deapexer support
fef5500a7 : Remove javalib special case in createDeapexerModuleIfNeeded
b98371cc1 : Add classpath fragment property to skip proto generation.
c8ead41ba : Move boot jars package check into platform_bootclasspath
58e7586b3 : Cleanup bootclasspathFragmentInitContentsFromImage
e521881bd : Combine hidden API encoding with flag generation
2063a0d7b : Make the IsSdkVariant field and method the same.
442b1a407 : Use IsEnvTrue for USE_BAZEL_ANALYSIS check.
dc7a51e60 : Remove jungjw from OWNERS.
e6f19467c : Revert "Switch to clang-r416183d"
a35f8db12 : Make apex variants of prebuilt apex exported modules available in make
6717d88f4 : Create APEX variant for prebuilt_apex/apex_set
e261ae64e : Set default value of generate_hashtree property to true
a9c811047 : Dedup apex/Prebuilt and apex/ApexSet
142ed27e3 : Rename ClasspathFragmentToConfiguredJarList methods to configuredJars.
b176d29bd : Dedup apex/Prebuilt and apex/ApexSet
c4dc9b4f0 : bp2build: group shared/static attrs into a struct.
702963e74 : Make SharedLibraryInfo comment clearer.
4922703e8 : Don't enforce ordering for ABI validation.
250c5217a : Mark more fields in BaseLinkerProperties as arch variant
8f99ae6bc : Bootstrap empty glob file
2f5c340b4 : Update some comments about the image mutator.
94a0bba5a : Support cc_library_shared for mixed builds
e945a4d21 : Consistently prepend arch-specific headers
c113e3cbe : Use LateStaticLibs for ndk_libandroid_support
fe9acfecb : Move LateStaticLibs after SharedLibs in the dependency include order
ae62818dd : Test include directory ordering
b0c1f0c45 : AIDEGen: Collect dependencies info from APEX module.
a3be792b1 : Wrapper script to use Starlark-based configuration
75fffb14b : Add a build flag to always enable errorprone per-target
6fe860b47 : Clean up statsd-module-sdk-for-art.
09661c5a9 : Switch to clang-r416183d
dd5993f6d : Avoid passing around []hiddenAPIModule
4dbf6cfba : Improve error reporting when a rule cannot be found
9cfe6119f : Use a linker script for host bionic embedded linker sections
cef792e46 : Support genrules as CrtBegin and CrtEnd
c465efd5d : Support multiple CrtBegin and CrtEnd files
009f3df38 : Give extracted linker sections pretty names
f04eb99ac : Stop injecting symbols into host bionic binaries
2d7bbe388 : Append _alwayslink to prebuilt whole static deps
56f52de8b : Add systemapi as an APEX synonym for stub maps.
ead21552e : Refactor tag handling code in stub generator.
9d9960f24 : Rename test_only_no_hashtree to generate_hashtree
5f148ca7c : Make copyBootJarsToPredefinedLocations simpler and less fragile
bff50e2b8 : Ensure primary boot image files are created before they are used
7c47515c7 : Make bootclasspath_fragment_sdk_test.go tests more realistic
dc3f9566a : Make TestPlatformBootclasspath_Fragments more realistic
ffa8375f0 : Move TestPlatformBootclasspath_Fragments to apex package
524c82c01 : Export hidden api related types and fields
3d383bbeb : bp2build: support strip properties.
95fad7a56 : Always propagate some environment variables to RBE
c49e682f3 : Handle simple symlinks in mixed builds
84c1cdf31 : Maintain header order in merge_csv
e8489563f : bp2build: build libc.so.
8d87cb0be : Support LOCAL_CERTIFICATE_LINEAGE for androidmk
d366c909c : Handle no_libcrt in bp2build.
ef6dfea67 : Only store what's used in SharedLibraryInfo
5d1b929f2 : Port module_partition logic for RRO from Make to Soong
040e0443c : Remove use of fake soong.variables.
94a76ee86 : Interpret CRT object's min_sdk_version with ApiLevel
ad6659308 : Disable ABI dumps on Darwin.
556e8149c : Remove sourcepath argument from metalava invocations
edd61643b : Stop filtering html files from droidstubs input
01b64bb21 : Disable from mixed builds broken targets.
5a7861a27 : Various cleanup in soong_ui to aid new feature
0b55bdb7a : Add a soong-only mode to soong-ui
70336cd2f : Make soong create sourcepath dirs
21d1c6d63 : cc/sabi.go: Propagate ShouldCreateSourceAbiDump to reuseObjTag deps
1af9316e0 : Remove sort_bss_symbols_by_size.
1b75a3ce6 : Add exemption for framework-sdkextensions-classpaths boot jar.
bd20ccb83 : [cc] Cleanup unused function
47535c51f : Handle excludes_{shared,static}_libs
74deed445 : Extract function to handle configurable excludes
9abd62d13 : Use maps in bazel *attribute types
f1d14c7e6 : Use libabigail to track NDK ABIs.
bcc9b88d4 : Support mixedbuilds for static variant cc_library
3149e6ed1 : Rust rlib vendor snapshot support.
d1dec5498 : Export cc functions for snapshotting Rust rlibs.
1921e8003 : Rust cdylib/statliclib support for vendor snapshot.
d67a6b0a8 : Export cc vendor functions for usage by rust.
14a8bda31 : bp2build: split as, c, and cpp srcs for cc_library
fa5b4e909 : Use broader permissions when archiving files.
67c17aede : Don't use unsafe_ignore_missing_latest_api in TestJavaSdkLibraryDist
f0eace9ee : Remove core_lib property from java_sdk_library
59b92bfdb : Ignore owner property when computing java_sdk_library dist subdirectory
3dd662509 : Make the default java_sdk_library dist_group "unknown"
d365449fa : Do not build compressed APEX
a3639e62c : Create Make flags to set source tree as ReadOnly in soong builds
45cffa447 : Clear mixed build denylist.
986b69aa5 : Support dist_group property instead of owner for setting sdk dist subdirectory
30c491b88 : Add test for java_sdk_library dist properties
1d2b6b3b2 : Move java_sdk_library tests to sdk_library_test.go
f3bdbcbea : Fix propagating EMPTY_NINJA_FILE from multiproduct_kati to minibp
8c52358ad : Fix OUT_DIR lookup in mixed builds.
7a3185522 : add the LOCAL_DISABLE_TEST_CONFIG variable
2affc3bf5 : Remove elements from denylist that are obsolete
66534a014 : Switch python_test_host default to unit_test:true
4854a7d2c : Use fingerprint when min_sdk is current or none
ba7a9c5e4 : Handle product vars *flags props in cc* modules
7fdc336b9 : Fix duplicate variations when using the VSDK.
ffd4582b8 : Add cc_prebuilt_library helpers for use by the llvm_prebuilt_library_static converter.
9e13187f6 : Fix ExcludeFromVendorSnapshot check
5ab4286e8 : Remove support for removed_dex_api_filename
9d63de8c6 : Remove unused Common field.
22cd2eb3d : Add e.g. Target: { Android_arm: { ...} } support to LabelAttribute.
2b07ec7b3 : Support empty srcs for configurable attrs
e03bb6107 : Use Finder for getPathsToIgnoredBuildFiles() to try and speed up builds with slow hard drives.
f30031661 : Add sdkextensions tests to soong TEST_MAPPING
c33e5216f : Treat java libraries in classpath fragments as directly in apex
1c564cc9c : Use stem when filtering boot jars.
be10503d3 : Drop "prebuilt_" prefixes from names registered in ApexInfo.InApexXxx.
bcf5304ea : bp2build: support arch/target static/shared props.
737d0a1f8 : Fix change in logic introduced in https://r.android.com/1666563.
4d4f7d611 : Make CopyDirectlyInAnyApex match the documentation
243f3c250 : Remove unused cc.copyDirectlyInAnyApexDependencyTag
c194ffbcf : Make GetTargetProperties() aware of more complex targets, like 'android_arm', instead of just 'android'.
26caa1b2d : Mixed build denylist rollback
d82bdae7b : Revert "Merge "Split asm and c flags and srcs in bp2build output..."
990c4f4fc : Rollforward "Split asm and c flags and srcs in..."
52aa4e1fd : Revert "Split asm and c flags and srcs in bp2build output"
e4982e882 : Mark test helpers as helpers.
2222c6bb4 : Combine bp2build handling of static/shared props
491097631 : Make BUILD file merging slightly smarter.
4fabaf52b : bp2build/b: exit early in GENERATE_BAZEL_FILES=1.
af24cdd99 : Split asm and c flags and srcs in bp2build output
cb3ff1e41 : Move logic to disable flattening in unbundled app mode from Soong to make.
beb51ac64 : Add go2bp tool
b40deac01 : Add unit_test test option in sh_test_host
e3e4a5f2d : Handle arch/os-specific product variables
6fd7b3fee : Handle product config vars in bp2build.
b23b745e1 : Clarify how metalava @SuppressLint works
8018e50dd : Tighten bootclasspath_fragment property validation
58e0e769c : Only export boot image files to APEX if they are actually created
32cf58a8f : Support removed API members in modular hidden API processing
f1b358cb5 : Support hidden API processing for fragments with dependencies
703c67a0a : Populate individual systemserverclasspath_fragments' proto configs.
18cf19745 : Remove bootclasspathApiInfo
623709239 : Fix hidden API flags in com.android.i18n
af99afa91 : Rename hiddenAPIFlagFileInfo to HiddenAPIInfo
1352f7c47 : Separate input to flag generation from hiddenAPIFlagFileInfo
1e6f5c4e6 : Separate output of flag generation from hiddenAPIFlagFileInfo
438eb57a2 : Separate monolithic hidden API processing from hiddenAPIFlagFileInfo
227e745e5 : Rename generate proto config file to match classpath type.
611e886ca : Do not filter LLNDK lib from llndk.libraries.txt
c1cc3b967 : Split each test case to a different test function.
54c98f5b4 : Perform hidden API encoding in bootclasspath_fragment
0916595b1 : Refactor hiddenAPIEncodeDex for use by bootclasspath_fragment
df298b3be : Fix indexing bug when config.Arches() returns an empty array.
78257e5b6 : Add a comment to absolutePath on why it's not exported.
18f840c45 : Allow missing java_sdk_library files in AllowMissingDependencies builds
2aded7dd5 : Fix unbound variable in kzip script
d1fac6480 : Adding relative_install_path field to android_app_import
51a1e1cf5 : bp2build: generate arm toolchain flags into @soong_injection.
4aa056eb9 : Update kzip script to support superproject revision environment variable
8fab6f86a : Populate individual classpath_fragments' classpaths.proto configs.
4016d7b53 : Check for product variant in addition to core variant.
408ffd8cc : Plumb through OtherModuleFarDependencyVariantExists from blueprint.
d6358775c : Propagate unexported deps via implementation_deps
1b784a7ca : Skip TestDex2oatToolDeps on Darwin.
dee806fd0 : VNDK snapshot may provide LLNDK stub libraries
17e18c752 : Add libc_nomalloc to mixed builds denylist.
6333b0e46 : Set the default --platforms value to android_arm.
0cc7196bc : bp2build: remove libc_nomalloc from denylist.
09f947d67 : Dump bazel product config in Soong
1a8010a24 : Store dex jar paths in bootclasspath_fragment's apex content info
06559d07c : Move some implicitly shared testing code for bp2build into testing.go.
4de945043 : Move hidden API encoding after resource merging
f2fa0b5e8 : Test dex jar paths provided to apex by bootclasspath_fragment
7487a7abb : Workaround to make AlwaysUsePrebuiltSdks() work with platform_bootclasspath
45dec1072 : bp2build: avoid adding deps on system_shared_libs temporarily.
088b53577 : Fix the apex compatible issue on the platform Q
219999512 : bp2build: export CommonGlobalIncludes to @soong_injection.
0e4ccebb1 : Don't fail if the target module is disabled in dex2oat tool dependencies.
0780372ae : Use oatdump rather than oatdumpd for boot jar boot.*.oatdump.txt files.
5f314b161 : Rename gccCmd mingwCmd now that's all it's used for.
7d22657c4 : Use absolute paths in classpaths.proto.
c4fb13338 : Support middleman actions in mixed builds
413a7a97f : Have bp2build generate BUILD.bazel instead of generating BUILD.
c29cace41 : In the finder, keep track of BUILD files instead of only BUILD.bazel files.
535429299 : Remove libjemalloc5 and libc_jemalloc_wrapper from denylist.
78349b56a : Record the actual APEXes that a module is part of.
ab50b0795 : Rename InApexes -> InApexVariants
333a1732b : Add systemserverclasspath_fragments property to apex.
9366a053d : Add "contents" property to systemserverclasspath_fragment.
14e49130b : Move classpaths.proto related info into a separate provider.
aa86bac2b : Add no-op systemserverclasspath_fragment module.
484e50aa7 : bp2build: support generated sources and hdrs
24a987fef : Update flags passed to kotlinc
1bbd0626f : Make uncompressDex available for use through hiddenAPIModule
45897dd66 : Remove hiddenAPI.primary field
74d18d1d6 : Merge initHiddenAPI and hiddenAPIUpdatePaths
66cdbf07e : Remove configurationName from java library and hidden API
0d586581d : Add a test for hidden API encoding of java_sdk_library
4070bcdcd : Print free disk space when starting build_test.
5f51839d0 : Refactor GetTargetProperties().
0096079bb : Make bazel build //external/... work by only allowing "approved" existing BUILD files in the Bazel workspace.
70cfdff3d : Add temporary restriction on hidden API processing
bf8147ab6 : Don't install rust modules that are never installable
560602900 : Order apex files by destination path not source path
852edc147 : cc/linker.go: check min_sdk_version.
4d247476a : Add script for building and archiving rustdocs.
4dda75e73 : Add usesTargetFiles option in dexpreopt_gen
a364cfb69 : Define vsr_min_shipping_api_level to cc_test
af98f5824 : Don't propagate ASAN through shared library dependencies
43f7bf0ef : Add SOONG_SDK_SNAPSHOT_VERSION support
cd9ff091d : Use "${config.ClangBin}/llvm-" for TOOLS_PREFIX.
c1b3644e9 : Remove versioned LLNDK stubs
4102666b9 : Remove registerOverrideMutator
551b06d9e : [cc/coverage] Define a macro during coverage builds
5e13f86fc : Make DWARF v5 the default debug information format.
10d7e3695 : Add soundtrigger HAL to VndkMustUseVendorVariantList
52411447a : Move allowed_deps.txt to packages/modules/common.
732d62642 : Move allowed_deps.txt to packages/modules/common.
993a1398e : Add test suite to legacy core platform allowlist.
e05d4cca6 : Allow WorkManager, android_downloader_lib and common concurrency libs.
231533006 : Add statslog_media dependency to media module.
e69333350 : Add NNAPI AIDL interface to allowed deps

+- Project: platform/cts

cecc8244979 : Remove test from CTS
817954ab0d4 : DO NOT MERGE: skip android.net.cts.ConnectivityManagerTest#testSetAirplaneMode
f1e7a6321a7 : Size restrict right icon size in notification
a33b3b56924 : Fix testStartActivityFromAnotherProcessInNewTask_ThrowException
48b8cb7e6e6 : Verify nonEmbeddedAble Activity started on Task instead
0d2fafcb000 : DO NOT MERGE: skip android.graphics.cts.ImageDecoderTest#testDecode10BitHeifWithLowRam
eaebc447d21 : Mark AlmostFullTest as a known failure also for [instant] mode.
bf3ae767527 : Assume navigation gesture mode in non-static context
7077bad8723 : BT CtsVerifier: Temporaily disable failing Secure tests
0f969adb1c0 : Add exemption for camera in S for Pixel4a
ee5d4a65740 : Add Pixel 4a specific oversights in S
903bf52b825 : StagefrightTest: call codec.stop() before codec.release()
5c955b35748 : Fix the cts tests
9ff517f4980 : DO NOT MERGE: Flaky test: CtsMediaPerformanceClassTestCases android.mediapc.cts.MultiDecoderPerfTest
efc6bff0fdb : [DO NOT MERGE] Adding missing dependency for cts modules tm-dev
da329296b1c : Check FEATURE_ACTIVITIES_ON_SECONDARY_DISPLAYS in virtual input/audio tests
9c4b8bb953b : ITS scene4 preview stabilization: Update MAX_DIMENSION_SIZE to match updated mandatory streams.
9d9f6e5e641 : Cherry-pick changes to select module accurately
f3b7c447479 : Use CTS/MTS mode to decide if we test vendorParameters
eebd22cfc67 : Enforce that all types in /sys/fs/bpf have the bpffs_type attribute.
6ebe7c03e82 : [Media TTT] Ignore CTS tests in Android T since the feature isn't launching with T.
d98f7867b06 : Add assumption that initial displaySize has changed
0f2258ed841 : Change Bluetooth apex mountpoint
3d10c3cec73 : ITS: Handle Chart.locate() with no optimization values.
03e4f90c583 : Add test to verify the fix for `getDexoptNeeded`.
ea5a5dde8a0 : Fix DirectAudioProfilesForAttributesTest for non direct profiles
c66315a9da9 : Make testLauncherCallbackPackageRemovedMainUser less flaky
67de148a479 : RESTRICT AUTOMERGE: Skip time checks for key attestation
0f05f74c781 : Add TV specific instructions for "Remove device owner" related tests
1dba8f71e44 : Fix intent action to open Bluetooth settings on TV devices
f2c2225f49d : Skip Lock Screen and MTP/PTP related tests on TV devices
e7a64f274a6 : Add more restriction for 10-bit HEIF test
239901b1c64 : Ignore flaky biometrics tests
fb9987a42a9 : DecodeGlAccuracyTest: Use separate clips for full range test cases
c3e2d637b2a : mediav2 CTS: Update mediav2 resource directory from 2.3 to 2.4
077327767f9 : Make sure some instrumentation used by java_test_host aren't generated as modules
709a530acd8 : Explicitly revoke the permission before verification.
f6edfd00ddf : Fix sinlgeDevice timeout flaky test.
20877bf7ecb : CameraITS:Adjust the threshold levels.
1cf9d491c3c : identity: Skip multi-document test if API doesn't have feature version 202201.
1bbb8107fff : Adjust KeyAttestation test for RKP
b4572b47400 : Remove tests for unused APIs.
0d6331851b2 : Change package name of BT stack
0d9b5528ff3 : Adjust testKillswitchMechanismFieldsThroughJni time out
ac37d270332 : Fix AccessibilityWindowReportingTest#showNotTouchableWindow_activityWindowIsNotVisible
7af48d3232d : Fix IME test to be compatible with WindowOnBackInvokedDispatcher
20924054ecc : Restore disabled tests.
c52d5add4d8 : StagefrightTest: stop running codec after timeout
16b89d2b58b : StagefrightTest: stop running codec after timeout
1306339e924 : DO NOT MERGE Deleting the PermissionAllServices GTS tests since the GTS requirement [GMS-8.36.001] is only STRONGLY RECOMMENDED and not required. Will add it in the vendor/xts code for U when it will be required.
c5b0d9dd661 : Allow second slot to be without sim
eda4cb6bca4 : [cts] fix NPE in InstallSessionCleanupTest
3269fda1cdc : Suppress AppSearch MTS tests on S and below.
eef41924c08 : Make CTS-V Presence Tests instructions clearer
313564c1335 : ITS: fix test_raw_exposure.py < bug and add logging.
35f75a622f0 : CTS test for Android Security b/228315522
ec9ffe6df8b : Fix AppConfigurationTests#testSameConfigurationFullSplitFullRelaunch
8f05ee4467f : EncoderColorAspectsTest: Limit surface mode tests to T launching devices
eadeb888e61 : Remove cts-foldable test plan
af5eb53efd1 : Increase ITS max preview stabilization tested size from 1080p to s1440p (1920x1440p)
2733f15e1e0 : Ensure not in demo mode when setting global settings.
c93cd56817e : mediapc: add precondition for secure decode tests
d7767978fdb : ITS: add additional delay in test_sensor_fusion.py for Arduino
0349e37bc96 : video: relax fps tolerance for encoder perf test
6d2125ffd0f : Add uwb to component list
a0f7fbcc20d : Flaky test: CtsDisplayTestCases android.display.cts.DisplayTest#testActivityContextGetMetrics
5d44ea6a4d1 : [cts] skip multi-user tests if not supported
d84d23a4e06 : Ignore flaky test
72d9f4fabe2 : CodecDecoderSurfaceTest: Don't test P010 when vendor version is under T
e781a1435f3 : VolumeShaperTest: Avoid media-time volume shaper on offload path
764e6963380 : Wrap LocationDisabledAppOpsTest in eventually loop
1431f5a81d3 : Turn off the display while running dexopt test
693c8376375 : Fix seeking to beginning for accurate video flush test
be8c7a8223f : Also allowlist duplicates for InProcessTethering apk
41d6430d4ad : Require no DPC when using choosePrivateKeyAlias
5e36ff646dc : Disable navigation bar related tests on tablet devices
399349af5d3 : Consider multi TDAs in testAppLaunchCount
1174771e9ef : Skip Bubble Notification Tests in CtsVerifier for bubble disabled devices
e7125ff9fc7 : Update RSSI Threshold for BLE test according to updated requirements.
e8cb070c3b5 : [CTS Verifier] Ble Advertising Set Test
9f700ba4a20 : Skip "All services" test for TV
1d53065f6d5 : Remove accidental debugging line from domain tests
fd82d7251e2 : Temporarily disable config related tests for taskbar devices
bc1b8e24e48 : Update signed-CtsOmapiTestCases.apk
dc9ff5a3e7b : CTS test for Android Security b/228450811
fc9f830a01b : CtsBluetoothTestCases: Opt out of foldable configuration runs
5fe12e9e17b : Fix for Bluetooth OPP tests using dynamic bt package name
65e9f05a4a9 : Adding a NoOp GTS test so that CtsPermission3Test has at least one passing test case for all platforms.
06464c49e8e : Wifi: Modified WFD connection latency check
279ff2193eb : DO NOT MERGE: Skip CtsMonkeyTestCases
987204e7340 : Skip NintendoSwitchProTest
68ec9ec98b0 : Update CTS-V tests for UWB and BLE based on updated requirements
d9d6a7f3799 : CTS test for Android Security b/231156126
9f727405cce : Fixes for CtsCurrentApiSignatureTestCases with DynamicConfig
a01c248179e : Update flush test to flush audio too and wait for pause
a0c47d0497f : Wait for device to appear before dumping
875a35e2d57 : ITS: test_raw_exposure.py check when all ch exceed thresh
030a94d7e97 : ITS: use boolean instead of string as parameter
18a8793645a : ITS: Improve error msg if wrong firmware
722d8fb21df : Add car functionality for STS test for CVE-2021-0921
b512f06bbdf : wait for all output done before check color-range
28fc730b757 : DecodeGlAccuracyTest: Skip 709/full range tests on upgrading devices
ff0ea53ffb5 : Update the prebuilts for the released platform SDK
bc05a61ea6b : Wait after pressing home
78c434d6928 : Update CtsVerifier DISALLOW_CONFIG_LOCATION test instructions.
48cb5ba1d08 : Fix issue where users wouldn't be correctly re-created after destroying.
4765d0fe0e3 : Use gesture nav to test legacy back
91dc61d79ed : Fix GestureNavRule not working and related test
f28ef499cb2 : Revent mandatory ID attestation test
8d37d4c26c1 : Correct pass criteria for AudioInjection test cases
42efd3c4853 : RESTRICT AUTOMERGE: Skip RecognitionServiceMicIndicatorTest#testTrustedRecognitionServiceCanBlameCallingApp
20507567b1f : Use windowMetrics to determine window bounds.
37ce4cf005f : Updating simSlotMapping testcase
2e3822100b4 : AAC decoding test: fail instead of NPE on output format
10a426c7933 : Use bp files to create key rotation test APKs
a92d436e637 : CodecInfoTest: Limit COLOR_FormatSurface tests to VNDK T and above
7fcccb0ca32 : By-pass 10-bit HEIF decoding test if no codec supports 10-bit HEVC decoding
8c4b1c5536f : RESTRICT AUTOMERGE: Skip ECDSASignatureTest#testNONEwithECDSATruncatesInputToFieldSize
2a881ab4803 : BluetoothDevice#getUuids() returns null again when no Uuids
aef3226f628 : Skip new RS tests under instant mode.
0bba2739e4e : [WIP] Test unflattening android-cts.zip
028e12e904b : Skip test as the APIs have been publicly deprecated for multiple releases
e2f3d208cab : Account for color blending at the edge
c02945829e5 : Skip cipher output checks on pre-T StrongBox
a5bda52b662 : Camera: Skip transient AF states during #testAFMetering
490f19cf2eb : Fix TextViewTest#testTextView failed in CtsAssistTestCases
18278b03577 : ITS: add legend to test_raw_exposure.py plots
9b2f7a45788 : Update testTelephonyApisAreAccessible to be more robust for multi-SIMs devices
b5b641dac03 : ITS: reduce test_video/preview_stabilization.py run time
5d5db41fe0c : Exclude DreamServiceTest#testDreamInSeparateProcess on Auto.
7e22d9cbbaa : Remove unused dependency in cts tests.
d757d0e76e7 : Temporarily disabled testCreateAndManageUser_newUserDisclaimer.
4ce297fccb8 : CTS test for Android Security b/123700107
1ce2d491cc7 : Add @RequireFeature(FEATURE_DEVICE_ADMIN) to test failing on tv.
ef22c6e20b3 : Revert "To read the Group UUID, the Caller must also have the US..."
3b973273bbf : DO NOT MERGE. Skip testCameraOrientationAlignedWithDevice on GSI
971c6c13156 : Retain user Context as local val for the test duration
bb8524da8fb : Do not require device id attestation on goldfish
fe4217b822b : Changes test behavior to not have to support blank property names
d24022fd804 : Exclude Presence test from old TV devices
0a1ba09f375 : Fixes CtsVerifier crash caused by hidden API access.
a498085854b : Adding dependencies containing binary files
25e472e906c : [RESTRICT AUTOMERGE] Revert "CTS: Add regression test for getInputMethodWindowVisibleHeight"
dd9d339d2b1 : CodecEncoderValidationTest: Check high bit depth profile support
9ca18689fe3 : EncoderColorAspectsTest: Extend to test in surface mode
b9772d1473b : CTS test for Android Security b/120503926
0956dd5bd52 : Skip minor-fault userfaultfd test on 32-bit kernel archs
db6ca09fb59 : Skip testCreateTaskFragment if multi-window mode is not supported.
c0812f8f51d : Adding missing dependencies CtsPermissionTestCases
26c13cf52ad : mediav2: use buffer's format to avoid race
98fb504a741 : Add test for preserving app links selection on re-verify
2648058f132 : Use default sub instead of dafault data sub in CarrierApiTest
7b963b26eea : Disable MediaStoreUiTest for automotive
7dbdf374e4e : CameraITS: Force stop the app before loading scene.
24e110d0adc : DO NOT MERGE Add check for running PermissionAttributionTest on T+.
e4b6a1e69bd : Allow package compilation failure in bgdexopt
b415cdfd838 : DO NOT MERGE - Fix stop/record after test pass in Routing Notification Tests. Erroneously stoping play/record on first routing notification (test pass).
8f7cf77c665 : Check CLOSED device state in CtsStatsdAtomHostTestCases
263c4c15fd6 : BlurTests: use screenshot of activity bounds
865c9ed37ad : Updated CTS test for Android Security b/36104177
1d19426d415 : Disable testSetSoTimeout_readTimeout before T.
0414107fecc : ITS: improve error msg if wrong controller
4fcec169ccb : ITS: make test_preview_stabilization.py TOL=0.7
1911d82d28c : Update Vibrant Neutral palette from 8 chroma to 10
e6f82afe54e : ITS: tm-dev gpylint cleanups
e9a0ce5e93e : Use only the audio timestamp frame position to detect underrun
503ecbcfc4e : Fix math for color change border position
3b2d465d2eb : Fix avsync calculations in audio underrun test
fc7e65e4cc2 : Add velocitytracker_strategy to InputDeviceInfo
bcee39af4f6 : mediapc: update secure decoder support tests
a568d234c8f : Wait for services to unbind in CDM test setup
d195e6ba32d : CodecInfoTest: Re-enable HDRDisplayCapabilities test
4233100d7ad : Support secondary user for PackageManagerShellCommandMultiUserTest#testPackageFullyRemovedBroadcastAfterUninstall
f2aa7c91138 : Fix STS test for CVE-2021-0954
8498f3e0999 : Update ActivityTransitionTests for shell transit
0d2e9dda57e : Unset platform_apis when sdk_version is set
8b5666eb7de : CtsVerifier: Fix stretching of FOV test camera preview on foldables
f7b9d149912 : CtsVerifier: Fix camera FOV activity in portrait mode.
d36956f4eba : CtsVerifier: Create a portrait mode layout for the camera video test.
fbc56f760f4 : Check before running the test.
eac8eff9da1 : mediapc: getRequiredMinConcurrentInstances cleanup
929549ac366 : mediapc: Combine concurrent tests that had mutually exclusive params
02d1a82dd9c : mediapc: evaluator changes for multi codec tests
826060c61e7 : mediapc: use SystemClock in latency test
8ab5188b1c0 : mediapc: Add CDD section numbers for new requirements
5c8bd2ad2b0 : media: test CamcorderProfile.getAll returning null
4654636e4fc : DecodeGlAccuracyTest: Add support for YUV sampling
554178d15c2 : DecodeGlAccuracyTest: Rename few constants
00c6ef344e8 : ITS: improve video stabilization logging for debug
558d350eb13 : Add wait to UndefinedGroupPermissionTest
3c17d05a9a9 : [RESTRICT AUTOMERGE]: STS Fix duplicate permission installation failure
e3618725cc0 : Consolidate some conflicting Bluetooth CTS tests that emerged after migrating all Bluetooth GTS tests to CTS
386d488cd8d : TV: Change keycode in unhandled event test
bc8edd90fa0 : Test for: ContentProvider#openPipeHelper
d0166d8fca2 : Add neverForLocation
926a781ce79 : Adding missing dependencies batch 10
2b5c05e0d48 : Update CTS test for BluetoothLeAudioContentMetadata that ensures that the language string is stripped properly when generating the raw metadata
6a123c4ac42 : Add CTS test coverage for AdvertiseSettings.Builder#setOwnAddressType
792a460351e : ITS: test_tonemap_curve.py widen stripped area around color boundaries
a33467aa2f3 : DecoderHDRInfoTest: Set profile when container doesn't contain HDR info
bd0e92060f2 : [CTS Verifier] Changes for BleAdvertisingSetTest
95a74eedc27 : Cts case: testIsVendor should be ignored if no package exists in /vendor and /system/vendor
d8a93d7df84 : Ensure edge extended activity draws behind display cutouts
fb4ddbb332f : Add test for legacy app storage request with RWR
e4b45ac1d5b : Fix SystemFeaturesTest#testSensorFeatures failure
4c17ee445d1 : Fix testMultiSelect_previewVideoMuteButtonOnSwipe on low end TV devices.
7fc6260a95d : Allow more leniency in the detection of the PTS gap
05583b16a85 : Standardize startup wait for tunnel mode CTS tests
24a0acd52b0 : Ensure that adopted permissions are cleared when setup fails.
5ab87cd533b : Workaround issue in testApkInApex_nonClasspathClasses.
6417b03a756 : RESTRICT AUTOMERGE Fix tests as Trusted Hotword requirement is removed
9224571f5fd : Migrate SystemBluetoothTest from GTS to CTS
65bdd66009e : ITS: gate test_video_stabilization.py by available modes.
0d3c09250b9 : Add tests for CDM dumpsys
d444ec37664 : Remove redundant cleanup code.
2c0443ab0fd : Allow exemption of roles/permissions from broadcast response events.
ad139bbacd1 : Add tests for media permission with targetSdk=T
2a2a0c1dc8f : Update NAN CTS-V tests based on new requirements.
f3b2f615a3f : Handle Exception outside of the executor lambda
5435a74b248 : Merge multi-devices into main plan, enable wifi aware
42da5109bd6 : Filter out interfering wifi scans in testWifiScanLogsScanAtoms
69aebd57212 : Migrate BluetoothPan GTS tests to CTS
224fd8fc611 : Test race for MT call answered + terminated
13583e44108 : Fix a constant value in BroadcastResponseStatsTest.
23203a7c4ce : Self-disable WifiAware if it isn't supported
a37795f2823 : Merge multi-devices into main plan
8c8a4329c20 : Deflake FrameMetricsListenerTest
8ba90c23457 : Test for: always restart apps for full installs.
d65d024a0f1 : Remove ActionBar from ActivityRecordInputSinkTestsActivity.
77913162610 : Search for sharesheet UI elements within sharesheet only
78addd58c8d : STS add test to Dynamic
fddd0ea4ead : update the resource label for notification click
fbe5a27bb1e : Update DataProfileTest for null ApnSetting
d2be9efcd4b : Remove IRadio 1.6+ check for getSystemSelectionChannels
f6ed4636bb1 : Move Bluetooth CTS tests to group presubmit-large as they take longer than 15m to run.
3dea7c912d9 : Migrate BluetoothVolumeControl GTS tests to CTS
28017f9f9eb : Allow the default mode for video peek to be undefined
1863d58c820 : Fix BluetoothA2dpTest#test_getCodecStatus.
8f22306ea4f : Fix head tracker feature and sensor type pairing
5f92fb618b1 : Don't manage keyguard on instant app tests.
f1c3d424aa9 : Reup the required confidence for AudioLoopbackLatency test.
2b256dab028 : Modify tests for SaveUi and FillDialogUi changed
05adbe12cc1 : Add more volume state checking in AdoptableHostTest
2c01a0056a8 : Revert "Add test for legacy app storage request with RWR"
c30282485e1 : Remove sleep call workaround for thread deadlock
ab272a9bbcc : Annotate WiFi CTS as independent of foldable state - i.e. opt-out
6814531ae12 : Migrate BluetoothPbapClient GTS tests to CTS
60e2e23faec : Migrate BluetoothPbap GTS tests to CTS
0f9b46a5084 : Migrate BluetoothMapClient GTS tests to CTS
91eb06a1413 : Migrate BluetoothMap GTS tests to CTS
37750818ead : Migrate BluetoothLeAudio GTS tests to CTS
77527fafb3c : Do not use 10 sec timeout for LATCH_WAIT
9b41765b2b8 : Use CarrierPrivilegesCallback to track carrier privileges changes.
691b292e8db : Migrate BluetoothHidHost GTS tests to CTS
2acb5f26d04 : ITS: close figures after they are saved
fce70d086f4 : Migrate BluetoothHeadset GTS tests to CTS
3725a7edb97 : Migrate BluetoothHidDevice GTS tests to CTS
5a5ea35c683 : Update error messages in ApkPackageNameCheck
fd8b26d7bcc : EncoderColorAspectsTest: Change to sync mode
08a3d8f3845 : Update Bluetooth package name
825ea72db09 : ITS: handle scaling of SUPER_TELE testing with large chart distance
2e8ab0976f0 : CameraITS:Improve test logging.
8a1f05325b7 : Declare CddTest for SecurityModeFeatureVerifierActivity
4a0bdd53d7c : ITS: centralize extract_all_frames_from_video()
818ed47d8cf : Fix flaky test caused by Uninstall activity
868760397cd : Revise CTS Verifier message
36eae6f8699 : Wait for native window to be ready in VkTest
45fea9e0ee3 : mediapc: video codec req, make measurement expicit
3908c5f9bda : mediapc: add concurrent secure decoder tests
9182b296fa2 : [DO NOT MERGE] Fix flaky test
e818a922d8b : Migrate BluetoothHeadsetClient GTS tests to CTS
7b564069369 : Migrate BluetoothA2dpSink GTS tests to CTS
5501eb381c4 : Add cleanup to the @After method in StatusBarManagerTest
a268b303090 : Migrate BluetoothA2dp GTS tests to CTS
18b13f3f21e : Implement new "Noise Pulse" loopback latency analyzer from OboeTester.
141bd59e63a : mediav2 CTS: Add Encoder HDR Dynamic Test
dafc5bb3f78 : Make MockIme apk debuggable.
05167b7f609 : CameraITS: Hide the ffmpeg output from terminal.
50a64c8dbab : filesystem: Use Utils from MediaPerformanceClassCommon
16ef0987fa6 : Revert "Temporarily exclude android.intent.action.EXPERIMENTAL_IS_ALIAS"
6c4bf59a841 : Verify selectable TextViews can be translated.
952fdb3b0f3 : [CTS-Verifier] Adding correction to make sure we don't timeout.
878363ffc3c : Add test to verify disabling animator pausing
5f6756d5063 : Test for animator leak fix in platform
312d64e3b66 : CameraITS: Add a check for empty key frames list.
4c7b3998d88 : Audio: fix for test cases of DirectAudioProfilesForAttributesTest [1/1]
848697e66ac : Merge changes from topic "05202022_corosenberger" am: d85ab5cf52 am: 88378597b4 am: 2e6e5b6090 am: 432c98865c am: 94e996e84f
22463874b9c : Merge "mediapc: update performance requirements for T" am: 738be9dd2d am: b35597d98a am: 6ee9115d16 am: 346ff0a8ba am: f756189098
591298b2f8b : Merge "mediapc: evaluator changes for perf class test" am: ce867f461e am: deed035080 am: 7e42c79fe5 am: 03c3bbe53f am: b2b66ded82
b2aeb0d92d0 : Merge "Changing RequiredMeasurement to require that measuredValue to be set (including explicitly set to null)" am: 1cf857192d am: 6cbbcd1c5c am: 3b8fd67177 am: 64a897381a am: f30c29bcef
2fbebb51bfa : Merge "Changing PerformanceClassEvaluator to not upload requirements without a specified requirement id" am: 6ffebe468c am: d2b82946bf am: dffeb3d8f9 am: 7b3987ba8b am: 44a3b35a49
fc73d360db2 : Merge "mediapc: evaluator changes for video req tests" am: f79faf1c0b am: 92892d963d am: f37b95da9c am: 2cb3099457 am: 5756228e2d
04c1bc7e047 : Merge "Add support to override Build.VERSION.MEDIA_PERFORMANCE_CLASS" am: 434a6a79c4 am: d5cd517582 am: 2afa8dbd97 am: ceba1a0c8d am: ac140c5d88
b2aba58d337 : Merge "mediapc: evaluator changes for frame drop tests" am: 5ace1fedc5 am: b8870ad2ba am: 0aa4c98dad am: efb20268aa am: b946f7b506
60c3993e8cd : Merge "mediapc: evaluator changes for init latency tests" am: f80d068c2d am: c9c0eed2b8 am: ea901cf966 am: 89a5a5b7eb am: 6f144dad22
35e8324d7b3 : Merge changes I17c7888b,I67a28c64 am: 36e7ff02fa am: caff0abba2 am: a063dad4b4 am: ed1bb9e64f am: 7e84f2ac31
6080c16197b : Update theming CTS
cb739f046bd : [RESTRICT AUTOMERGE] Add a manually generated notice file.
7dcbac8962c : CTS: Add regression test for getInputMethodWindowVisibleHeight
ce1e96e97fd : Correct invalid annotation format
c9400a41997 : Revert "Add CTS for not revoking permissions that have changed r..."
80dae7be5ee : Revert "Add CTS test for permission event cleanup job"
aa636026c0b : CodecInfoTest: Add tests for HdrEditing requirements
b996e049dd2 : Camera: Update maximum MPC level in ITS
df9b6bdbf80 : ITS: add quality to test_preview_stabilization.py plot names
2fb20e8ff2e : Fixing CTS tests of Smartspace Service. Since the verifier was being reset after a new session was created, we were not counting the correct number of interactions with the mock. Now, the verifier is only being reset once which means we get to count the correct number of interactions with it.
893e18b29cc : Bypass vibratorDoesNotTrigger test is device doesn't have vibrator
e8e3ab53e59 : Adding annotations for foldables to MIDI test modules
6e363f45826 : Point out that only one API need pass in tap-to-tone CTSV test
9804a8e48ae : ImageDecoderTest: add software allocator for 10-bit heif tests
69dc52cdf35 : Ensure screen is on for permission tests.
4cfd6416787 : Increased time waiting for new user permissions.
41095a79333 : CTS: Add regression test for getInputMethodWindowVisibleHeight
99ef5f4acbe : Fix ConfigurationScreenLayoutTest with WindowMetrics
16662a84d9f : Fix Mean Absolute Deviation calculation.
5a0243916f7 : Fix LogicalAddress issue in HdmiCecTvPowerToggleTest
2628b8b38da : CTS test case failure on user binary.
22e157bf4b3 : Annotate CredentialManagementAppActivity CTS-V test requirements
e95f760da3b : MultiDisplaySystemDecorationTests: check secondary home config
ed2820594b4 : Handle null in UiDumpUtils.fromLast().
8c7be2a07c4 : [DO NOT MERGE] Add API level check for GTS on 12L only
ea80eb0bbe1 : CTS allow ISE for getSystemSelectionChannels
4dcb147f240 : ITS: change config.yml default to most common value
c457fee69a2 : ITS: loosen test_zoom.py offset rel_tol for low offset values
f6bcdbf6580 : Reduce threshold for anti-aliased pixels
2d54fd3320b : DO NOT MERGE - Update Audio Routing Notifications test to new CTS-V standards
14ccf166bdc : updating CallLogTest to be allow fileNotFound exceptions
84740cf1f20 : AAC decoder: test output channel mask
5e8b943e6fd : Add appops testcase for location disabled
95ad308c00a : Update min sdk to 29
9cac6c4548b : Merge "Add more volume state checking in AdoptableHostTest" am: 71b840aed0 am: c33067bdec
be6138cdde7 : Reduce flakiness.
f6ad3cb68ca : Add the ART run-test test runner as an official CTS test runner.
f715910cef9 : Generify WindowInsetsAnimationSynchronicityTests
c100839ee40 : Get the insets from a view
e008c80976f : Update exact alarm reason code in atom tests
2cbab5b4aaf : Relax callback order verification when finishing embedded containers
e966fa19143 : Require FEATURE_TELECOM for a call log test
4b9cc4b282b : Add coverage for long, boolean and int extra types
eddfdf00d77 : updating CallLogTest to be allow fileNotFound exceptions
5e6c8fb923e : ITS: standardize test_video_stabilization plot names
3dcfb820ea8 : ITS: clear sensor queue at doStartSensorEvents.
56465e80b7c : Update AudioLoopbackLatency test to better reflect CDD Handle complex test success calculation
04c0207b0cf : Stabilize ActivityTransitionTests
84e37211136 : Stablize ActivityTransitionTests by considering all insets
0e4c191a275 : FSVerity tests for Checksums API.
a37eacba97f : Fix MediaCodecResourceTest flakiness
52748d32351 : Fix ConfigurationScreenLayoutTest
b5a6d56c46e : Use different content provider URI for embedding tests
384c9acb88c : DO NOT MERGE. Updates used permissions for fine location CTS.
85116c92802 : DO NOT MERGE. Updates used permissions for fine location CTS.
3d9725d8507 : Add test for legacy app storage request with RWR
0fb6ab7d8cb : testCamera2AccessCallbackInSplitMode: Remove unnecessary assert.
4a9671eeb84 : Add test for setting null buffer in a transaction
569d3e795ce : [DO NOT MERGE] Fixed test failures caused by unexpected dialog
22df702324e : Skip known keystore CTS failures on vendor code before T
2c49c457bd1 : ITS: Check if there are any extracted frames.
3d2320ba7a5 : Remove delay in testFocusedViewDeclaredAsKeepClearArea
1970b1deb8d : Improve testPutLargeDocumentBatch test quality.
2483b5096a7 : DO NOT MERGE. Updates used permissions for fine location CTS.
8a5d286c696 : Check multi user support before cases which need a second user.
65ee4781098 : Skip CheckoutActivityTest#autofillToggleValueWithTrue in T
997116b8882 : Update ThemeHostTest script and Material screenshots
f285d339f73 : Verify the case of removing notification-seen signal impact.
23902b4d84a : [Telephony] Add the Ignore to solve this CTS test.
8515bfa1a7a : Add the @Ignore annotation to the testRcsPublishWithDisableCompactCommand case.
8077173ae18 : Mark alarm test helper app as debuggable
98e2f3bae51 : atest configuration fix
db214e8f781 : Add CTS test for permission event cleanup job
6dd0757d129 : Add CTS for not revoking permissions that have changed recently
316d268f76f : Camera: Split average latency extension report
7d8d30819e8 : update to handle ACTION_RCS_SINGLE_REGISTRATION_CAPABILITY_UPDATE intent on multi SIM environment
e418d564b8f : Add a flag to limit notif-seen signal changes to T targeting apps.
ab68085b88f : Add CTS tests for PERF_STEERING_ANGLE and PERF_REAR_STEERING_ANGLE.
e4ac55613db : Eliminate user double-taps in TapToTone test.
4a401a0148d : [DO NOT MERGE] raise the target sdk to a proper level
a528a1293bf : Disable tests that can't run on watch
8c995b90131 : CTS test for Android Security b/221859869
9d3f43c9b5e : Fix potential null string comparison.
f39f446d541 : CTS failure on cuttlefish handling.
9883d4c6166 : ITS: define plots uniquely
c42c879c660 : DO NOT MERGE. Updates used permissions for fine location CTS.
6878f37940a : Add Ed25519 to the list of expected providers
a536eeb4e18 : Fix testRejectThenErrorFromForegroundActivity fail
3557828b2be : Correct the random select bounds to ensure the proper position
57fbc9a2269 : CTS test for Android Security b/220735360
fa858cae376 : Add additional precondition to run a CTS tc
36b4390cf1c : [DO NOT MERGE] Downstream dependency test apps
023b2fd7401 : Disable testImeAutofillDefaultSupportedLocalesIsEmpty_changeDisabled
217e5c7a738 : Ensure setSystemSelectionChannels doesn't change state
01e370a2e66 : Prevent NPE from TelephonyManager#getServiceState
cba79481263 : Disable CarDock related CTS verifier tests.
b6aca29181f : Restrict some RenderScript CTS tests to only exercise on T+ vendor build.
1f2f5f991d8 : Make IME CTS apk debuggable to allow @TestApi access.
73cb10c986e : Remove assumption that PIP restores to fullscreen in CTS
834f78ec07b : Fix ShortcutManagerMultiuserTest#testManagedUser
801d20f1412 : Solve the problem of the ITS test item test_3a_consistency
c39801b8fda : CTS test spoofed packageName can not bypass BG-FGS restrictions.
96079603865 : Fix Vulkan Variant bug caused by null Vulkan version
9e847f5e389 : Fix SelfManagedConnectionTest failures.
3d07ecb44a4 : Request legacy back dispatch in ListPopupWindowTest.
ef985775bac : Revert "Run hostsidetests as root"
e969612fa7c : Skip the assertion of testTimingsTraceLog in the user build.
c8d871ff233 : SpatializerTest: device head tracker check when no HT supported
03fbcf457ba : Incorporate 2 minutes waiting between per-use prompt testing
2f5b4015742 : @Ignore CompanionDeviceManagerTest.testRequestNotifications
a9d1c89c758 : Update OWNERS of WifiStatsTests.
1f97aced675 : Re-enable tests temporarily disabled for Automotive.
8d67283d095 : Update TEST_MAPPING to include broadcast response related tests.
2e9191dcb33 : CTS test for Android Security b/223578534
70a3e5bb4d7 : CTS test for Android Security b/223578534
7209bf704ba : Update a test to AppEnumerationTests
bfe98dad5a7 : Fix CTS fail about SaveUi animation
823c5ab0aa3 : getCodecStatus doesn't throw SecurityException anymore
ce0e21498c7 : Improve CamcorderProfileTest handling back camera
8868a0bf9ca : CameraEvictionTest: Add detailed descriptions to all assertions.
4903fc79705 : Fix CtsAppWidgetTestCases
81bfb2f595f : Bluetooth Test Server/Client Test
d97d08ee27b : Skip testAutoPipOnLaunchingActivityWithNoUserAction in freeform
abc9ea5a069 : Disable CtsShortcutHostTestCases in cts-on-gsi
e0bea46977e : Grant posting permission to CTS bubble tests
e6f515189b0 : Merge "Fix PermissionController dialog search keywords" am: fc78f4b915
9b017ef18f5 : Disable BackInvokedOnWidgetsTest#popupWindowDismissedOnBackGesture.
7a95f487a31 : [cts] fix testGetNamesForUids_valid
dc084f09312 : Fix flaky tests.
38565d6b7f2 : Add tests for ActivityRecordInputSink
e91aa441a1b : Ignore failing test
b2d0bd15217 : Revert "Update WindowUntrustedTouchTest"
d8277f9f441 : Fix test failure
18d96fec749 : [DO NOT MERGE] Convert testSetOnSeekBarChangeListener to GTS
65bada8d093 : Fix duplicate permission privilege escalation
96e390c7865 : Fix duplicate permission privilege escalation
3e4d28c3b15 : Disabled audio focus test not applicable to automotive.
fbb3ac134e2 : Disabled some CTS test for automotive.
eca7a865b24 : Fix potential flake in CTS test.
9faa232c53d : Test DPO protection vs task manager stop
bf6c0992412 : cts tests for CallLogProvider#queryInternal
8ae831bebba : Revert "Revert "Revert "Add cts test to verify 2 AssetFileDescri..."
37540292a63 : CameraITS: Fix auto flash test
48846215108 : Fix flake in UndefinedGroupPermissionTest
48354b19fda : Fix duplicate permission privilege escalation
b50eafee4b9 : ITS: add gyro check to test_sensor_fusion.py
863bd7dbe5e : cts tests for CallLogProvider#queryInternal
327bcfbfb50 : Require FEATURE_ACTIVITIES_ON_SECONDARY_DISPLAYS to run tests with VirtualDisplay
47d1b06b41d : fix mediav2 codecdecodersurfacetests for Q
c2247ddd1ae : Managed profile tests for override APNs
511015cb2ca : Temporarily disable testStopAllTasksForUser test case
fe6b265f86d : Add temporary fix for package verification related tests for secondary user
e018c534b77 : Update OWNERS for broadcast response related classes.
276fac44cf9 : Fixes BackgroundActivityLaunchTest for headless system user mode
e4592ebd480 : ImageDecoderTest: Add 10-bit HEF decoding test
568c48e9f42 : ITS: remove QCIF from test_video_stabilization.py
0d62137a9a8 : Stabilise flaky test by waiting for binder calls to be complete
7db5bf77ef4 : Fix failing bluetooth test (missing permission)
b6ef4e7df30 : Move slow set/unset PO and DO tests out of CTS and into Nene Tests.
7d94d1abe61 : [MEP] Enable switchToSubscription disable related test cases
9d416fa1b98 : Adapt CTS to a change in the SAD feature
01d4f049a5c : Verify autofill no save ui reason if no dataset
e7fc25a3913 : Implement test for BLE CDD requirement
783674a2d4d : Add test to check if config match supported profiles
04d274ae423 : Verify drop input mode for embedded animated activity
0ee6d68b8c8 : Rename generalized lifecycle test classes
c3bffd0bf12 : fix test failing to enable bluetooth
055a30c13d1 : CTS test spoofed packageName can not bypass BG-FGS restrictions.
cf278e06ddd : Group broadcasts occurred within a certain duration into sessions.
4e54901575b : CTS test spoofed packageName can not bypass BG-FGS restrictions.
c8e5c2300f7 : cts tests for CallLogProvider#queryInternal
685abc717f8 : Temporarily disable tests failing on Automotive.
f9d3678df00 : Ensure device unlocked for screenshot tests.
3984ed818a7 : Pin target_sdk_version to 33
f379d6b7b6d : Fixes testUserCreatedOnStartUpForHeadlessSystemUser.
6a952e6acf0 : Merge "mediapc: add secure decode req support test" am: c8f6e9f856 am: 93e4f5ffad
74981254f86 : CTS test update for color scheme changes
fbb69112ad8 : Cleaning up app security OWNERS file
fc5077434ab : DO NOT MERGE cts tests for CallLogProvider#queryInternal
426c01e4a31 : Remove REVIEW_REQUIRED notification permission tests
df3adb94e3f : Remove CDD & API annotations from the services.
8dc47833516 : Camera ITS Service: Fix incorrect preview stabilization condition
1614e9edf89 : Ask MediaProvider if FUSE passthrough is enabled
2d55d2fb17e : Merge "mediapc: add video codec requirements tests" am: 9e0ebec89f am: a3c94695eb
afaee1a51f5 : BitmapFactoryTest: Add 10-bit HEF decoding test
920852c3c01 : Bump T version to final version code and add U.
20c85538fc5 : Ensure reparent activity TaskFragment is always within the same Task
e338b0bfaed : Allowing testCrossUserMediaAccess and testRemoveClonedProfileMediaProviderCleanup to run only on Android T+
ecba7ea7f64 : Remove Cronet cts tests
0738bb67997 : Test X25519 key exchange
3b9be57e873 : Document ApiTest for ModeSwitchingTestActivity and HotplugTestActivity
4f01f6e76fb : Fix NPE if activity embedding not supported
0df5e50fc4c : Fix more flaky telephony CTS tests on CF
3efaca526b2 : CTS test spoofed packageName can not bypass BG-FGS restrictions.
a12c9d7d091 : Drop prebuilt files to android source tree.
2c8997c0df5 : CtsVerifier: fixes new wifi tests for headless system user mode.
837403204f4 : Cleanup NNAPI host-side CTS test
c5da5f1acf1 : cts tests for CallLogProvider#queryInternal
00b1779cd35 : Add CddTest and ApiTest annotations to Telecom CTS Verifier tests.
b6c9bc504ad : Use R_E_S before T
a9d8686b169 : Merge "mediapc: add decoder initialization latency tests" am: eb410f3740 am: aad7a5c489
b5069117fd2 : Update API doc for accidentally exposed NETWORK_TYPE_BITMASK_LTE_CA
78c6e2aee72 : Merge "mediapc: update multi-codec Perf tests for T" am: ec289b6be2 am: 73b924eaa5
571c26bf2de : Move logcat call to ExecutorService
5287439d6e1 : Exclude dream overlay tests from Android Auto.
24966d8fdcc : [LocationAccessCheckTest] target sdk check for job event type
c5c74382772 : Merge "Rename EncoderInitializationLatencyTest" am: 97dd873064 am: 001f61bfe8
6e29cfff29a : Ignore InsetsAnimationSynchronicityTests for now
80cf002ef26 : Added skip virtual device audio tests for automotive
c5a961ea142 : Test signing using Ed25519 key
b7d59b189b8 : Add coverage for SensorPrivacyChangedParams.getToggleType API
433386f710e : Expect storage warning dialog on TV
8e84fb85e6f : Stop other clients requesting location during test.
acb36f7a515 : Ignore WebView autofill test when killable IME
22ac4fb985b : Skip CheckoutActivityTest#autofillOneListValueToSpinner in T
caf34d8c9f3 : CTS test for Android Security b/221216105
eed8adcce74 : Fix CtsDynamicMimeHostTestCases:RebootTestCases
6fda5eff517 : [CTS] Wait for reboot instead of proceeding after a timeout
80fd11fa5cc : CTS test for Android Security b/221852424
45c9b072374 : CTS test for Android Security b/210469972
703ad8dae6a : Fix duplicate permission privilege escalation
ea3b5ec319a : CTS test for Android Security b/221856662
2725e1b8bb6 : Add RECEIVE_AMBIENT_TRIGGER_AUDIO to atom tests
9976d771db4 : [CTS] Disable then enable Wifi to trigger disconnect
e58fd4dfe45 : Test that alarmClock alarms allows FGS starts
141eeecb421 : Ble Advertising Set Test Fix
72331793cdb : Add RSSI range requirement to BLE Rx/Tx Calibration Test instructions
9018a41d69e : Add more tests for observing device presence
137660f2e4a : Fix SurfaceControlTest cts which uses BT2020 dataspace.
3f662431272 : [cts] ignore flaky loading progress test
30e0aea1e41 : Ensure that device has boot completed for BackgroundDexOpt test
abbf8c03750 : Reland: Change input injection security model
c913a6cd454 : DecoderTest: split testDecodeWithEOSOnLastBuffer
d4ad24c2841 : Add test coverage for bundle extras
4cb018859a2 : Wait for keep clear rect changes to propagate to WindowManager
02c633dd422 : Add query all packages to test app
68e276019e6 : Keeping exact alarm tests current
e5097f8226e : Show helper message when launching the test item
943f112f1ec : Skips testTtffWithNetwork for automotive
3bda8bb47a8 : Make SEND_SAFETY_CENTER_UPDATE internal|privileged
4867319c68a : Updated CTS test for Android Security b/200164168
8798ca47dec : Updated CTS test for Android Security b/153995334
c5872d14461 : Fix CtsVerifier failing to Set Org.
51d9c60e1bb : Fix com.google.android.gts.devicepolicy.DeviceOwnerTest#testDevicePolicyManager failure on automotive devices.
22dc6f8f077 : Fix Telephony CTS tests on CF
b1f13b287ff : Increase the wait time for looking up notifications in bubble tests
09b6a149b6f : [CTS] Add location mode check
11d4cb73d1f : Add CtsVerifier test for managed user notice
f28330de946 : Add testStopAllTasksForUser for ActivityManagerHelper
21279a621b5 : Request split permissions only on Android T+
d297365dd2f : Test setUserContolDisabledPackages callable by PO.
e0265ca1764 : Add API annotation to SetNewPasswordComplexityTest
13fd9de356b : Add explicit check for invalid encodings in getDirectProfilesForAttributes
a34821a9e1b : Skip testLaunchAppWithIconOptions on TV
f2d8b6b0bf8 : Create clone profile user for the StartActivityAsUserTests
a691a23f6b7 : Camera: Remove bokeh/night extension requirement from MPC13
287c4e9e74c : Fall back to a minimum gesture margin for flinging.
1c558b41c72 : Add ObservingDevicePresenceTest
dac7408185b : Skip test when app standby is disabled.
29c9ee40b92 : Renable InstalledIncremenalPackageStatsTests
1d86ecc9654 : Merge "CtsMediaV2: release codec in @After block" am: a6a469a2b8
59ede734c7b : CTS test for Android Security b/229611554
9eb9f529987 : CTS test for Android Security b/229611554
33b27055a5d : Move BroadcastResponseStats related tests to separate class.
8c31bc50595 : Expand testMaxNumberOfFrontends
e0e77cfc11e : Merge "Changing Requirement#checkPerformanceClass to ignore if given devicePerfClass is not handled by a required meausrement" am: c8048b1933 am: 0a79c3ec4f
01028a9e202 : Skip testAppWidgetConfigNoBalBypass test on TV
2452d5c8bfe : Run QuickAccessWalletClientTest in full app mode.
f2dbf06bef5 : Bypass TelephonyFeatureFlagsTest for legacy vendor image
c44fff52e46 : Fix bug in testGetStorageVolumesIncludingSharedProfiles
6f20f1c80a6 : Implement setBroadcastConfig and add interface for in MockModem
707bf957229 : SpatializerTest: fix head tracking tests
c9f95d39751 : Remove wallpaper dimming CTS tests as they are going to be GTS tests.
03755475353 : Parameterize the SignatureMultiLibsTest tests
ec5962694e3 : Add ResourceStore to cache extracted zip files
9a525e2569d : Add some missing current API files for shared libraries
e2f80f17f84 : Separate SignatureTest and SignatureMultiLibsTest
dfa6f474f63 : Stop using shell to retrieve list of shared libraries
166ea5d1c9e : signature tests: Split SignatureTest.testSignature
7604252629a : signature tests: Memoize access to info derived from instrumentation args
4fd6c664fed : To read the Group UUID, the Caller must also have the USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER permission.
ea9dc6c3203 : CTS test for Android Security b/211481342
f4a5f4ea9f4 : Fix NPE when multi-window not supported
4e92ba55dfe : [DO NOT MERGE]Fixed test failures caused by unexpected dialog
b1a6e53da61 : BT: Adpot BLUETOOTH_PRIVILEGED permission in CTS test
581cc7f0e5c : Check if Incremental is present before running tests.
6c4dbb631da : Add test to ensure fill dialog only shown once
0e4dafca15d : Make Widget Framework Test less confusing
09e6e869eef : [DO NOT MERGE] Disable very strict test
801cf4c660b : Change permission to execute car shell command
49ca88aafd0 : Update include path to match master
80dec775d72 : DO NOT MERGE: Test testRequestFlush_Gnss only on launched-in-S+ devices
d09e7585d05 : Make EmptyActivity transparent so SimpleActivity can be translated.
0b435a9981e : [CTS Verifier] Fix the Permissions Popup Message
8c93ee09e25 : Set the flags needed to automatically run in multi-devices mode like Atest
8646c94feea : Adding missing dependencies of CTS modules batch 9
03896ee21a3 : Include missing dependencies for CtsShortcutHostTestCases
667cf5792e1 : Include test jars from subdirectories for cts
4d5f462ed99 : Add target SDK to enable instlalation on older platforms
3b5f633899c : Update virtual device tests after synchronizing pointer API
2d057e3879c : IME OnBackInvokedCallback migration CTS tests
16f9d2e2c62 : Fix VirtualKeyboardTest failed
76f5931923f : Changing target_sdk_version to 33 in AppCloningTestAPK
6ce711d7eb7 : Add test for cancel fill dialog
17194650143 : Increase temp service durations for CtsTranslationTestCases.
b75e0bb0820 : Update CTS-V Tap-to-Tone test for new CDD requirements.
1c9dac4b9f5 : Fix CtsLocationGnssTestCases for automotive by revoking location permissions.
53901c8916a : Fix virtual input tests in secondary user mode
b7b274b49fd : Remove unused test api
79444c01647 : Revert "Add CTS tests to enforce PUSH_BLANK_BUFFERS_ON_STOP"
861aa4eee64 : Explicitly grant permission to test
7e878881f45 : Reduce confidence requirement for Speaker/Mic path to .2
6bd633a1ad1 : Fix CTS tests to work on devices without telephony
eddb89b0cd0 : [cts/libs/install] use PackageInfoFlags only on T+
7acb5d91d73 : Re-enable the removed-from-presubmit hotword tests
8e665c9bfac : Attempt to fix AssistantStackTests presubmit flakiness
931e122ef51 : Fixed failing tests in PixelCopyTests
697ba82a659 : Uninstall companion3 package after PkgInstallSigVerify tests
c91a6de40f4 : [cts] fix feature checking for incremental metrics tests
111708d3559 : Add ActivityEmbedding lifecycle tests
24c985858a2 : Don't assume the PACKAGE_USAGE_STATS permission grant state.
1a255d2f633 : Adding fix for BluetoothSapTest
008c40db7d6 : Privileged EDI is not considering all privileged apps using isPrivilegedApp method bug: 230795642
3b7217ea636 : Check MeasurementCorrections capability
65a2eaee2ab : Verify text translation works after starting Activity in same task
70dc9848009 : Promote most WM Jetpack CTS to presubmit
16bdd8b5e29 : Fix Negative button not found issue for CTS test
3b4a429489b : Allow autorevoke app to use QUERY_ALL_PACKAGES permission
ef33d3b795a : Extract lifecycle test infrastructure
6cd1cb078bd : Slot count can be smaller than SIM count when multiple enabled profiles are present.
8a4397cf6a1 : [cts] fix flakiness
bdcba5c597b : RESTRICT AUTOMERGE platform/cts - Tiramisu to 33
9929de39b04 : Wifi: Set WPA3_SAE security type for 6GHz SoftAp tests
5da788182d5 : Add activity extension transition CTS tests
9ac6e7796e8 : Update Contacts Indexer CTS test to create 1 additional user only
2ac391784d5 : Add CTS test for game session recreated via Recents UI
9d5651157a8 : Improvement of ReadLogsTestActivity
134ca428048 : CTS test for Android Security b/129287265
8ebf1f9a027 : Additional tests now assertTestFileExists()
c4ceb464aa2 : Test GL YUV to RGB sampling of 601 and 709 colorspaces
beacb10ae8e : Select only the CTS-Verifier MIDI Loopback virtual device for tests
f98a6c5e7a5 : Return from clickNotification method if device isn't T
73f871f7f58 : Adding missing dependencies of CTS modules batch 8
a35d2e4600e : Adding missing dependencies of CTS modules batch 7
2b0f2511c50 : CameraITS: cleanup preview stabilization tests
49a2ed8abd4 : Check whether multi-user is supported before running AppCloningHostTest
3d59ffaa6a2 : Add test for ignore STORAGE perm requests on T+
be0cf952a82 : Add test for media permission on app upgrade
962c4e21302 : Isolate non-recoverable car host test cases
7624881a5c3 : Add exact alarm permission to ServiceKillTest
3f3dfaa70cf : Privileged EDI is not considering all privileged apps
9444f839dd9 : Test for Fixing auto grant for split permissions
4c42179c904 : platform/cts - Moving the CTS Assets for Tiramisu to 33
24f7d06f9c9 : [DO NOT MERGE] Move API version check to @Before method
ae667e6e03e : Extend the time of clearing chip from 5 seconds to 10 seconds
4a2a1784184 : Fix fail to remove VisibilitySettings when remove a schema.
152f7f4f476 : Skip SplitActivityLifecycleTest if multi-window not supported
2d073a5b8ba : Verify INTERACT_ACROSS_USERS_FULL perm for cross-user calls.
1cd9fa0e941 : Fix the flaky ActivityManagerHelperTest.
483ff4a4c61 : EncodeDecodeAccuracyTest: Test RGBA1010102 encode
d81e1b1cb0a : Add test coverage to SyncFence#await(Duration)
65c7003108d : Fix Shortcut Reset Rate-Limiting test failure
6c04b70d79f : Adding missing dependencies of CTS modules batch 6
22de64d23f8 : Added testReleaseBufferCallback_Slow
a2ca533164b : Increase CTS for GameService API
31a14a79920 : Add wallpaper support check
f17c8b51f38 : Adding missing dependencies of CTS modules batch 5
d542b041f1b : mediav2 CTS: Add Decoder HDR Static Test
c5f8ee67bf9 : mediav2 CTS: Update mediav2 resource directory from 2.2 to 2.3
2118d1597b6 : mediav2 CTS: Add Encoder HDR Static Test
f75d17bbc98 : mediav2 CTS: Update EncoderProfileLevelTest for hdr profiles
a415325f9eb : mediav2 CTS: Update EncoderColorAspectsTest for 10-bit input clips
445af3c0176 : Apply parameterized annotations first.
8d40e42a0b4 : ITS: clean up gpylint errors in utils files
7db839ff6f9 : Clean up HardwareBufferTest#testInvalidUsage
96324250e0d : Revert "Disable highly flakey test blocking 2206 runs every week."
b0f8bb605e1 : Fix TestApi access issue and skip MixedDeviceOwnerTest#testPackageInstallUserRestrictions.
252ca5f278a : Fixed ViewClippingTests#testAntiAliasedOutlineClip
fb2fd1b3b52 : Keystore CTS: allow for rounding in creation time
1d8b53d24c4 : Cleaning up test to use TestDevice APIs
7b5bcdfdf91 : Fix testShowInputMethodPicker failure
0a9379130d5 : [CTS] Resume global auto join after test
fb5c35274b2 : Fixing tests with missing exact alarm permission
98077f97497 : BT: Use non-null channels in BluetoothLeBroadcastSubgroupTest
cebb926f3b1 : BT: Add at least one channel in BluetoothLeBroadcastMetadataTest
62e68576374 : BT: getCodecMetadata() returns NonNull object in BluetoothLeBroadcastChannelTest
eb3220b60b2 : BT: Fix BluetoothLeBroadcastAssistantTest
34503934bca : BT: Use non-null codec metadata during test
04dafe70ed8 : Revert "CTS test to verify background RFCOMM listeners."
f82d5266f28 : Add ITS Test to test Preview Stabilization
88389f0fac8 : Add CTS Verifier for new AE Wifi features
f349e5c0872 : Update CTS test for latest theme variant spec
e2862825042 : Add CTS test for dream dismissing itself when activity is started.
3cf633881b8 : Wait for the Wifi network restore done.
e416607d384 : Remove testBitmapConfigFromA8
ba6c86439d4 : Add DHCP to the list of allowed open ports for Tethering
3c6f5d550ab : Added tests to ensure the system server is able to handle and filter out invalid services.
82e1b8cf450 : Make the authentication requirement configurable for toggles
1f291597c3b : Revert "Revert "[DO NOT MERGE] Add CtsVerifier tests for hardware privacy switches""
134aac82484 : Add missing permissions to SJP test app
3183354eb7f : Mark CtsDreamOverlayTestApp as debuggable.
1749f0cda5b : ITS: correct first_api_level for Android T
5e96c3eb1bc : Enable the test for always having vitural display unlocked now that allow_always_unlocked_virtual_displays is removed.
f38e135e777 : Revert "[DO NOT MERGE] Add CtsVerifier tests for hardware privacy switches"
c11e0e3a79b : CtsVerifier: Add CDD annotations for Identity Credential tests.
a461925a3b2 : Fix cts failure with testTextView_clickTwiceWithShowFillDialog_showIme
5505e9095df : Add CDD annotations for some security tests
624d1d041a2 : platform/cts - Tiramisu is now 33
c7659fbd89e : Test for Fixing auto grant for split permissions
93d2fdfe8e7 : Make sure broadcast received before leaving the method.
3fce19a713f : Don't crash the whole suite because of a single test failure.
148765b209a : Retrying inserting image for clone profile in owner's MediaProvider till successfully insertd.
e43ab0f9ed1 : Updated CTS test for Android Security b/205836329
b5a9bfc1d5e : Temporarily add additional failure message to identify source of display
811152064ec : [RESTRICT AUTOMERGE] Run select autofill CTS tests in full app mode
2afaa3b3cb8 : Verify translation APIs works after starting Activity in same task
06c0a132c3b : Add a test for removing several VirtualDisplays
a1037478c92 : Revert "Upgrading the targeted_sdk_version for cts app."
7288f9cd59f : Fix high flaky WhitelistTest#testWhitelisted_byService_alreadyRunning
c2cff2a885c : Fix flaky TextViewTest#testTextView
5bc17c7b106 : ITS: refactor test_video_stabilization.py
6bb1946d51e : [Output Switcher] Skip test for automotive
112540e8392 : Double the ENABLE_TIMEOUT_MS value for DeviceOwnerTest#testBluetoothRestriction test.
f2f435d8e41 : Fix testReservedVirtualUid for secondary users
f5aa696334a : [CTS] change the target SDK to T
5febae3024d : Resource hardening test fix.
f032aefa92f : Camera: Enable 10-bit basic video recording testing
726b44e7c0c : CtsVerifier: Enable 10-bit HLG video recording in ItsService
b8423f9fbe5 : Fixes testUserCreatedOnStartUpForHeadlessSystemUser
4c4fbfffc35 : NotificationTemplateTest: check for Bitmap equivalence
7b52c7284d4 : When unsupported, only finish presence test after initialization is done
bf7f8878baf : Fix Permission for testGetAllCellInfo
afa14cefda0 : Correct CVE bug
2dd65d0f11a : Rename test to correct CVE.
b8746bbfcd0 : Add a test for restricting Androidx in Platform
dbd6fc411c1 : Camera: Fix race condition in CameraGLTest
aeb446b8363 : Revert "Add test coverage for Photo Picker launched via GET_CONTENT"
6e2fb23e5f7 : Don't run testResizeWithoutCrossingSizeBucket if split screen not
5dd1cc1f201 : Fix testFrontendStatusReadiness failure on legacy HAL after updating API
e29a6b047bb : Make hidden APIs test timeout longer
99ea815ab60 : Created seperate lib for VehiclePropertyVerifier
0c26cdf84b3 : Remove BT2020 and BT709 from TextureViewTests
a118e4d5d7d : Bump CTS and CTS Verifier to 13_R1
c51c6f7aef6 : DO NOT MERGE Add check that prevents file operations outside of Call Composer Dir
2957d06acec : DO NOT MERGE Add check that prevents file operations outside of Call Composer Dir
5438b1370ab : CameraITS: Handle ROTATION_0 value for landscape.
821882e669d : Add CTS test to ensure INVALID was not implemented.
2502d10dd0b : Increase Test Timeout Time
e21b3d4e6e8 : Fix scopedstorage CTS to pass MTS
2604445d6f5 : [DO NOT MERGE] Add CtsVerifier tests for hardware privacy switches
a8c82168c1d : Disable animation for HotwordDetectionServiceBasicTest
941364e2184 : Updated CTS test for Android Security b/209611539
8fc6d7e0e5a : Add test for fill dialog
26884f2d333 : Fix failing DPM API tests
bfea9d4820d : Create managed profile user for the test
bf8a784131d : Fix BiometricSimpleTests#testPackageManagerAndDumpsysMatch failure
ff3de2679bc : Request timeout should be extended to 120 from 60
09ee83e1f3e : Annotate test module CtsIncidentHostTestCases test module for foldable device testing
8e60c03458a : Fix tests for allow/deny warnings for media perms
a9751d3b963 : Directly send broadcast before running AutoRevokeTest
1180fb6b54d : Ignore failing placeholder test
493dadeb483 : Adding missing dependencies of CTS modules batch 4
a165c064400 : Add the assisitant availability test assumption
a201702b4fd : Add Api test annotation to CameraFlashlightActivity
4d59f06ad60 : [cts] NPE check for runPackageVerifierTest
ab6064fe0ac : Fix parcelwrite order for cts test
e51d3f12c20 : Added CTS test for EV_REGENERATIVE_BRAKING_STATE
58ccb3a5f16 : [LSC] Add LOCAL_LICENSE_KINDS to cts
f129bc165ed : Update DeviceStateManagerTests to reflect the changes made in requestState
c3f1124f4e7 : Fix the RuntimeException failure
3a129a5f59e : Fix sdr cts case by increasing blue channel in the test color.
fa23857effc : Support the GATT profile by default
7476b5df365 : Enable CompanionDeviceManagerTest on auto.
9b4f6f4e32d : Temporarily exclude android.intent.action.EXPERIMENTAL_IS_ALIAS
5b41d0c5e36 : Fix order for raw_byte endianess
c5586cde3a7 : Ignore gmscore apk from shared libraries
782ae2365ac : Better failure output from WebViewSyncLoader.
53a0f595c78 : Add setIsOrganizationOwner and isOrganizationOwner Nene APIs.
1fda0eb5573 : Skip Mock Modem CTS test case on DSDS device
eb261a5551e : (ImsCallingTest CTS flakiness) Wait till ImsService unBind after testOutGoingCallForExecutor.
61b060a3479 : [DO NOT MERGE] Add API level check in @BeforeClass
b3661dd9e3e : Refactored CompanionDeviceServiceTestActivity.
8d4147eb2a7 : CTS wait for RADIO_POWER_OFF to process
2d3980fbe26 : Annotate test module CtsStatsdAtomHostTestCases test module for foldable device testing
73649245ac7 : Upgrading the targeted_sdk_version for cts app.
dc04d597b05 : Restrict AllServices test to T+ devices.
bb2b6b9bb48 : Run hostsidetests as root
6457c527b2f : Skip NotificationPermissionTest After method on ATV
91ba6e25f79 : Add Api test annotations for Camera Bokeh.
0961766a2ed : Use updated mic privacy chip id in RecognitionServiceMicIndicatorTest
aae3517c707 : Added CTS test for EV_CHARGE_TIME_REMAINING
fab637154d7 : STS test for Android Security BUG 183411210
8f41f7fb965 : Add Presence NAN CTS-V tests.
0ebda2fe99a : STS add tests in S+ to Dynamic
70d357b8ccf : STS add tests in S+ to Dynamic
e5b74319ae7 : Adding missing dependencies of CTS modules batch 3
b5a84e0ea46 : DO NOT MERGE: Add patch note to domain verification update tests
4d7b0f7d962 : Add a regression test for b/221483132.
f3f9fe104c9 : Skip using ExifInterface for gif files
37530f0d4dc : Verify any composing text is finished when A11yIME commits text
95cf6e4c864 : Update CTS tests for acceleration being disabled for pointer capture
1a94b2e1ba8 : Add test for Block subdirs of Android and normalize path for SAF
5a07f516c93 : Allow CtsVerifier to still use exact alarms in T
fe3f71f76cf : CTS test for Android Security b/209607104
1a285c32d1c : signature tests: Allow parsing of API resources statically
090ee7d4bde : Make autofill CTS tests use sticky broadcasts
e9a86d23420 : Only run CtsVirtualDevicesTestCases on SDK 33 or above
e261a36c97c : Parameterize Vibrator CTS test.
563c2b183e0 : Test preferential network service on work profile
a061046704f : Don't verify insets for floating windowing mode
d5063c62cb5 : Fix flakiness in ActivityTransitionTests
5cda419ef08 : p2p: check feature support before running setVendorElements case
a8e22a4e6d3 : Add test case for auto append password hint
5648c7aa3c5 : CTSVerifier: Add API annotation for formats
308e371bc95 : propagate failures from callback to main thread
40f1980e8fb : CtsVerifier: Add API Test annotations for Camera Intents
4e2c6666416 : Add check that prevents file operations outside of Call Composer Dir
fdc1f0aa11f : Added CTS test for EV_CHARGE_SWITCH
9ed1b488fa7 : Adding missing dependencies of some CTS modules
5c70836f1ca : Fix determining test package UID on multi-user devices
a6336a792ae : Readability fixes for testNetworkTypeMatchesCellIdentity
82d168f436e : Add test cases for hints config
4b1768f71b1 : RESTRICT AUTOMERGE Fix a CTS-V crash issue that happens when running CameraITS test
e896cafbf55 : Skip testAppWidgetConfigNoBalBypass test on auto builds
c7ee223e8cf : Add cts to ensure restricted settings op cannot be read by normal apps
03fa14e458a : Add CTS tests to enforce PUSH_BLANK_BUFFERS_ON_STOP
666c8a2799f : Make 2021 CTS SIM required for T.
d447d73fec2 : Add an APDU script to remove CSIM before CtsCarrierApiTestCases
16a9099da50 : uwb(multi-device-cts): Add a simple test to verify infra
f5d5bcaabf3 : Annotate MediaTranscoding tests with foldable device testing
a888d1ad038 : Fix failing CtsDevicePolicyTestCases tests.
f1f81112c4b : CTS for trampoline block on default browser
dd472fc6970 : CTS test for Android Security b/221862119
dddf2b89289 : CTS tests for change notifications during schema migration.
8ca9e88e046 : CTS test for Android Security b/216631962
21bf885b11a : Fix the flaky TaskInfoHelperTest.
61f5d68a42a : [cts] delete unfinished sessions when installer is uninstalled
495ac0f55cb : Also use MockA11yIme in InputConnectionEndToEndTest
6a182419705 : Change ITS test picture write directory from "/mnt/sdcard/Download/" to "/sdcard/Download/"
db6e0a066ff : CTS: Fix Instant version of getInputMethodWindowVisibleHeight_returnsZeroIfNotFocused
28b9caf676c : Fixing alarm stats tests
d2090127961 : Update tag on the CtsBionicTestCases and dependent libraries to use mts-mainline-infra tag.
0bbcdc02120 : Reduce flakyness of CtsAppOpTestCases
f76e26357c8 : Correct Typo on Provision Refactor per API review
48340cd2d98 : Add Api test annotations for Camera Orientation.
0851b51dc2c : identity: add CryptoObject.getPresentationSession() API coverage.
ae0db6d3702 : Add CTS test for handwriting initiation in customized editor
5c0d95e5953 : Pass valid uid
69e26558a2d : Do not launch 2 instances at the same time
2f1c70753d5 : Updated CTS test for Android Security b/190286685
da55d1573cd : Fix profile support check
6c8bb5ad3ae : Update min sdk to 29
b67456050cb : Wait for the correct callbacks in ToolbarActionBarTest
b2d2774d039 : Add the check to skip the test in case of soundbar and panel TVs
bd36d7c0cb6 : Enhance the time gap for disk partitions
829f7bc4064 : Use inOrder for verifying multiple calls to same callback.
9e8df2451b2 : Add ReconcileSdkDataArgs to burndown list
bbe0a7e55a8 : Fix testOppDisabledWhenRestrictionSet
9fcd1f16665 : Revert "Ensure the DUT is bondable during test"
771a33db089 : CTS test for Android Security b/210118427
4ce5e81f25d : Update the OWNERS file of appenumeration tests
ff58a515338 : Verify non-embeddable activity start cross-UID
b180f7e0b4b : Verify reduced UiTranslationStateCallback calls.
c2a0ad63bd0 : CTS test for Android Security b/169763814
88d401ee6b6 : Correct the CTS logic for the broadcast config and supported API
7dd22c114df : Marking the Testcase failure ignored to unblock testing. Will be keep working to figure out the root caue and eventually will fix and remove ignore tag.
cdb8052add9 : MediaV2: Update checkFormatSupport to skip the test correctly
986132dcf41 : [CTSVerifier] Adding Screenshot Metadata
414e9aed60e : Presence BLE Calibration CTS-V tests
44a9ff1bc86 : Fix SDR cts case due to different colormode on different device
71f8b25b426 : Add isEmpty check when testing with VD
583b743ea8a : Only testCloneProfile properties on devices that support them
2d031f4ced2 : CTS - use 90 seconds for PNO scan wait time
db3951ac3c7 : resolve merge conflicts of 01d30534ffe347c5069fc36096b257e800fb8d0b to android12L-tests-dev
188062e1b8a : CrossCheck CellInfo and NetworkType
19190cb2cd9 : DO NOT MERGE Move tests permission3 GMS test cases to GTS rather than CTS
888552da253 : Reset parcel position before using constructor
c92ccb26baf : Change test attributes of telephony5 to match telephony3
fd4a45c1a07 : Test basic network request capabilities.
6403e9659cb : Fix CTS MagnifierTest for Wear devices
84f4cadf2c1 : Adding missing dependencies of some CTS modules
f68dadc66b1 : ITS: gpylint cleanups and AssertionError() fix.
3fad7ef82d3 : Fix CTS testRadioPowerToggle fail
d62953c91e7 : [DO NOT MERGE]Add min_sdk_version to test apps in CtsSystemUiTestCases
831f555de5e : Fix DisplayTest on large screen device
12933d0a746 : Bypass testCurrentNetworkTimeClock in instant app mode
ea52afc30a2 : Fix MultiWindowTests test failed
b41d24d908c : Add setSimInfo/getSimInfo methods support
d2ccd45eb02 : Only move Task to PiP if there is only one non-finishing activity
4f597765e97 : Deleted clang property in Android.bp files
6b978134d28 : Need to specify target_sdk_version
72eca81b961 : Title: Fix CTS fail
d847e1c7ad9 : Set the launch root task before relaunch the split-primary
2d8811b8861 : Create the profile user with correct user type
9d6dd45999c : CtsCameraTestCases: Fix failure in testCamera2AccessCallbackInSplitMode.
a0c52f70f89 : Add tests to verify revoked capabilities can be restored
56edbd14bfb : [Autofill Crash]: CTS tests for fixing NPE in AutofillManager.
af8b5602e97 : Add WM Jetpack test dependency to VTS
dcf128a30e3 : Sleep 12 seconds to let potential BAL grace period expire.
12711ff21b4 : Use A2DP constant when checking for support for BluetoothA2dpTest
4a3e40646fc : [Scribe] CTS test initiate Handwriting multiple times
f853c15d313 : Implement getInterfaceHash/Version
5e3e5345f0f : Added CTS test for EV_CHARGE_STATE
6ef4d57bb50 : Merge "Set input source for generic motion event" am: ba38c33b26
9a3b756c309 : Revert "Ensure the DUT is bondable during test"
785aea5bec3 : MediaCodecTest: testVendorParameters to use input surface for video encoders
a77b72625bb : Sleep 12 seconds to let potential BAL grace period expire.
e123f9abe83 : p2p: move assertion to the test body
4aae35b0197 : [CTS] Use UiAutomation to get the permission
60c3c630387 : Change ITS test picture write directory from "/mnt/sdcard/Download/" to "/sdcard/Download/"
6a3da5c99e4 : Cross check network type against CellIdentity type
6fafd8ddffd : MediaUtils: Update onFrankenDevice() to return true for Cuttlefish
c0fd384e738 : Change ITS test picture write directory from "/mnt/sdcard/Download/" to "/sdcard/Download/"
b3d92e33570 : ITS: print() lighting control commands in MANUAL testing
5af99c10cb3 : Verify A11y IMEs do not receive fallback InputConnection
cc0b08b4619 : Skip StylusHandwritingTest cases on TV
de08a2aaa03 : Revert "Revert "[API Coverage] BluetoothLeAdvertiser""
1ded3f64716 : Marks testSecurityLoggingWithSingleUser as flaky.
de7b5dbcd93 : Enable Device Gone button after 2 mins
6efc4748edb : Skip "All services" test for Auto
12b6ce86d91 : Verify media notifs are considered in broadcast response stats.
d1a025120d0 : Added CTS test for EV_CHARGE_PERCENT_LIMIT
50875c3f857 : Check that packageName is not null in A11yTextTraversalTest
1a0ffb195c0 : Delete PermissionTestLatest#testTApiVersionCodeIsNotSet
a2a5c5adf5d : BluetoothCsipSetCoordinator: Fix testLockUnlockGroup
a1ef15809b5 : Revert "Mark DreamServiceTest as flaky."
4228581fce8 : Keystore CTS: better error message
2f74628877a : Update AudioLoopbackLatency test to current (12) CDD.
8b33b4d203e : Fix CTS MagnifierTest for Wear devices
d46b2bcf800 : Adapt uiautomator for low resolution 720*1280
3732b0cfd59 : Delivery the result of the PIDF information on a per-request basis
a80d42a99fe : DO NOT MERGE: Fix BluetoothAdpterTest#test_getMaxConnectedAudioDevices
6ea54746c10 : Fix for Automotive devices supporting only "landscape" screen orientation
981a84a72d7 : Updating tests for exact alarms
8d549c6ce12 : [CTSVerifier] Adding Screenshot Metadata
13bd329ebad : Fix BluetoothAdpterTest#test_getMaxConnectedAudioDevices
66bcceb90eb : Adding wescande to some OWNERS files
bab3467737d : Improves logging on BluetoothRestrictionTest
0ed31266094 : Unset Dream overlay component in CTS test.
d71ab37cfbf : ITS: reduce minimum pixel size to 0.5um
75b49ea28c5 : Added BluetoothDevice missing coverage
974c304bcd8 : Fix BluetoothDeviceTest
55f3545e5ff : Updated PermissionCarEnergyTest with new props
45c57bdb2ab : Implement getInterfaceHash/Version
9bb4d7677cf : Remove CtsDreamsTestCases from instant app testing.
157319084e8 : ITS: reduce minimum pixel size to 0.5um
4aa1b99b9e8 : ITS: reduce minimum pixel size to 0.5um
2277f9bcf62 : Fix bluetooth apk signing name for cts test
0bc76d4101c : Skip `UsbDebuggingTest#testUsbDebugging` on builds other than `user`
a65b23fbfd9 : Enable animations during BitmapTests
a5b21a08521 : DO NOT MERGE: Bump CTS and CTS Verifier version to 12.1_r3
5afd8d5bfda : CTS - use 90 seconds for PNO scan wait time
fcefc193cda : Add script to test system app and shared UID behaviors
50a7ade711f : Added CTS test for EV_CHARGE_CURRENT_DRAW_LIMIT
4b652e6a2df : Ignore LTRIGGER/RTRIGGER/GAS/BRAKE axes for Input test cases
a01220ddf0b : External storage CTS tests for apps with PROPERTY_NO_APP_DATA_STORAGE
a5181e97db1 : Migrate Bluetooth CTS tests to new sysprop APIs
c209fc3d708 : ITS: gpylint cleanups
e1381d3235b : CallAudioInterceptionTest: Fix permissions issue
0bbbadd6265 : fix SelfManagedConnectionTest failures
32ec2112adb : Fix various issues with USBPeripheralAttributes Test
b99a9018bc5 : Test A11yIme for InputMethodManager#invalidateInput()
d99fb5fd95e : Add PolicyDoesNotApplyTest to nearby streaming policy test
40f1b5778c7 : Add tests for style and source combinations
c4f034b3ca1 : [AW] Add a test to verify handling of a null ServiceWorkerClient.
d8c6e9914b3 : Fix DreamOverlayTest.
209337593ef : Add new test for writing to an AHB from a compute shader
ea2e8224e9d : Added missing intent filter for DpmWrapper.
99edfdb1373 : MTS Setup for Bluetooth
d90894ed2bf : Implement getInterfaceHash/Version
217dfb3cd61 : Test A11yIme for InputMethodManager#restartInput()
272d78b84f7 : Ensure we don't accidentally select camera app in UI tests
a80fa2d6e9b : Add CVE_2021_0341 to dynamic
4bb709f129e : Fix test to handle body sensors split for Auto
ea4605dbf2e : Update tests for PCC
2f5a5735f0f : Camera: Add back-to-back CaptureRequest read-write
c79a4796004 : Added code coverage for SubscriptionManager.from()
37f12558a08 : platform/cts - Tiramisu is now 33 #2
c2fc3ca921a : Only launch test activity once in WindowUntrustedTouchTest
19408b27543 : Fix DeviceConfigApiTests#testDeleteProperty_withNonExistingProperty. Deleting a missing property is a no-op from the ContentObserver's perspective and won't fire an onChange to listeners. Fixing test to reflect that.
2a3a89fe518 : [CTS] Add DPM role holder to test allow list
8ad7213d8af : Verify that AlphaFilterCanvas does not crash with WebView
435285443ae : ImageReaderDecoderTest: Fix swirl validation for 10-bit cases
9372008a566 : SurfaceControlViewHostTests: Deflake touchable region test
6b8d0c9636a : Delete commented test
217f68886e3 : Add base activities for Presence CTS-V Tests
c11dec2f999 : Stabilize GameServiceTest
8c754a9da93 : CTS test for Android Security b/151456667
ac316a81ac9 : CTS test for Android Security b/151456667
b0954906ed2 : Fix test for creation date/time in attestation.
95a569bae40 : Revert "Temporarily remove TimeZoneDetectorStatsTest"
5ba4016c8ef : signature tests: Fix interface method checks
dbfd40ee807 : signature tests: Improve error handling in tests
3e9dc60214a : Make ActivityTransitionTests independent of default animation.
4da997f295e : transcoding: Add tests for VideoFormatResolver
e761c9afd46 : CTS test for Android Security b/110899492
2529d3c9f80 : DO NOT MERGE: Sync BtHapClientTest code with android internal branch
cd0d53c3317 : [Output Switcher] Add check when setup in MediaOutputDialogTest
c3aa998c6bc : Cts test fix for CZ premium SMS codes.
68a1edce481 : Cts test fix for CZ premium SMS codes.
d448f8cb0c7 : Cts test fix for CZ premium SMS codes.
34bdcbe4293 : Fix for testUserCreatedOnStartUpForHeadlessSystemUser
ee00fc6db91 : Fix potential failed CTS test case
a9861e1b277 : Improved CarServiceHelperService CTS test
e9faaf60944 : Disable highly flakey test blocking 2206 runs every week.
745c157bf2e : Update the CTS virtualdevice bug component from "Android > Pixel > Exo > Android" to "Android > Better Together > Features > App Streaming > Android Framework"
c43c76da093 : platform/cts - Tiramisu is now 33
52d295b30af : Cts test fix for CZ premium SMS codes.
b8d3413934e : Revert "Enabled CarServiceHelperServiceUpdatable test"
c0ddfbf7b12 : ITS: test_video_aspect_ratio_and_crop refactor duplicate code
7f70346900d : Camera: Verify extension support for specific camera controls
2f0782808df : CTS test for Android Security CVE-2020-27059.
f0bed21b895 : CtsMedia: Add and use shouldSkipCodec() and shouldSkipMediaType()
234029c5175 : Revert "[CTSVerifier] Adding Screenshot Metadata"
e1e71165a74 : media: testVendorParameters to consider bitrate mode
1831d5007ed : DO NOT MERGE: Bump CTS Verifier version to 9.0_r21
9c37dc24e5e : [conflict] Merge "Fix autofillservice CTS failure on small display" into android11-tests-dev am: 763aef16b4
bcb21123cfa : Cts test fix for CZ premium SMS codes.
2fb703a6771 : DO NOT MERGE: Bump CTS and CTS Verifier version to 12_r5
92e66e07df3 : DO NOT MERGE: Bump CTS Verifier version to 10_r13
bcb2810e3b8 : DO NOT MERGE: Bump CTS and CTS Verifier version to 11_R9
a2be72ce780 : Add min_sdk for SJP helper app
ee2fd11c518 : Implement getInterfaceHash/Version
1979a92c921 : Fix cts test PermissionReviewTest
0ad3a775c15 : Add MockA11yIme w/ AccessibilityInputMethodTest
ce310faf77e : Set input source for generic motion event
964862a9464 : Remove test for CONFIG_HARDEN_BRANCH_PREDICTOR
0270c0ef010 : Updated CTS test for Android Security b/190286685
46f07229baa : Updated CTS test for Android Security b/190286685
08656c961c5 : broadcaster: Fix tests and add the missing ones
ce2e59a3bce : Manual Merge "hap: Add missing tests"
6374c27aabc : Fix PopupMenuTest#testHoverSelectsMenuItem failure
ca67e52df55 : Starts and finishes an activity before launching service intent
ef65d3f977c : [CTSVerifier] Adding Screenshot Metadata
60091743b34 : Support iccIoForApp for reading EF_ICCID
0c0deb69a04 : Build MockModemService as an Android library
ad320fab014 : MockModem: Support network status update
fa1143d75a3 : Supress MediaCodecResourceTest on devices before T
87e368fda78 : Adding API coverage for the remaining functions in CredentialDataRequest.Builder
5d371b0d6c2 : BT: Rename test and add builder test for BluetoothLeBroadcastChannel
6de3c1cfdb6 : Remove NotificationListenerCheckTest CTS test
60e19f7bcd3 : Temporarily ignore failing DPM tests
8f2b1ff4121 : Fix flaky ItemsProviderTest
7e3a54a2d7d : Fix cts test PermissionReviewTest
6d45f96bb80 : Fix cts test PermissionReviewTest
8877647dcb3 : Skip test if PSDS server is not configured
57f8adceddd : Exclude testSuspendPackage
c1fd86d2a39 : Annotate audio CTS-V tests w/CDD/Api tags
7286b5e22b4 : Self-grant permission to post notification from work profile
2e763a69f91 : Temporarily remove TimeZoneDetectorStatsTest
065fc21c378 : Add test coverage for Photo Picker launched via GET_CONTENT
0d9ba5eb8c0 : Move LocaleManagerTests to presubmit suite.
401c886f42b : More CDM test cases
135511cde47 : Fix KeyboardVisibilityControlTest flakiness on TV
8677273196e : Fix AccessibilityMagnificationTest
af62b6c69c9 : ImsServiceTest Failure on cuttlefish
9d4ace5126e : Remove netpermission from cts and move to module
379b363fb74 : Camera: Add MPC 13 test
6729b0394c7 : Remove test cases depends on TIS implementation
49832006835 : Do not delete the DB if the received document is malformed/corrupt
6e402c48710 : CtsMedia TestUtils: Handle cases where mainline module isn't installed
4a12c704052 : Set invocation context to avoid NPE in countTestCases
2e0e80cd334 : Build with upstream lld: Fix incorrect static dependencies
44c6952454e : Build with upstream lld: Fix incorrect static dependencies
2fcb611d89e : Position SAW overlay using container view X and Y
0401f23dc1b : ITS: add test_video_stabilization.py
53c0a58cb98 : Update LE Audio profile names to match spec and implementation
6152a8cf2ae : Add testAutoPipOnLaunchingActivityWithNoUserAction
0a7cc2ad0f9 : Remove the annotation for cdm service
6c98da2fe02 : [LSC] Add LOCAL_LICENSE_KINDS to cts
609bc27624d : ITS: Allow enabling video stabilization mode.
078ab22c0a6 : Enabled CarServiceHelperServiceUpdatable test
718a7b2472c : CodecEncoderSurfaceTest: Set decoder color format to Fexible888 or P010
802199d1a9c : [Media TTT] Ignore the sender API tests since they're flaky.
7fc10285342 : Update BluetoothLeAudioTest CTS test to use API isLeAudioSupported()
b6332c439c5 : Update BluetoothLeAudioTest CTS test to use API isLeAudioSupported()
1c92b3efb79 : Position SAW overlay using container view X and Y
92dbcd21fe7 : Make test timeout dynamic so it matches the infrastructure.
e0b31321837 : broadcaster: Fix tests and add the missing ones
4c70a1aeaa7 : Skip notification permission tests for TVs
a1304814715 : Use INTERACT_ACROSS_USERS permission for getKeyboardLayoutDescriptorsForInputDevice call.
307fdce94f5 : Make Queryable use parcels
de3996049f3 : Add CrossTaskNavigation cts tests
7134a950e78 : Add CDD & API annotations.
1e2afc2d0fb : Enforce Mock Modem running with developer setting
459b3930441 : testSetMeteredDataDisabledPackages exception for wear
eaba7a5032d : Fix fill dialog CTS failures in TV
647754fe719 : Update PNO scan timeout to 90 seconds
29329496f35 : Use longer connection wait time for PNO scan
9505e9bbc8c : Use longer connection wait time for PNO scan
b25b0e310b8 : codec: pull MediaCodecResourceTest from presubmit
16e10b778bc : Refactor and extend cts.tagging tests.
d7d1dccb99e : Fix scudo detection in cts tagging test.
f31682b1e4d : Add GnssPsdsDownloadStatsTest
0ac63b03df3 : Update owner
fab06b5658e : Tests for SCHEDULE_EXACT_ALARM denied by default
b3fdcaa872a : CtsVideoTestCases: Filter codecs based on name and/or mediaType prefix
d52830192d7 : DecodeEditEncodeTest: Specify color aspects to encoder
dc7217da4a8 : Disable widget related tests in CtsVerifier
e28529399c1 : Revert "Make test timeout dynamic so it matches the infrastructure."
69953912ae1 : VideoEncoderTest: Parameterize by dimensions
cf44a2fde43 : Change VideoDecoderPerfTest semantics for mainline
7a722263825 : ITS: clean up pylint errors in tools/run_all_tests.py
e0ec659e520 : Use isProfileEnabled instead of getProfileConfigValueOrDie
9cd732077f7 : ITS: add timeout to keyboard input to eliminate stalling.
6abeae47a78 : CodecInfoTest: Limit COLOR_FormatSurface test to T and above
045e3204f3b : Fix device select test if run right after wakeup
ee4f172ae77 : Make test timeout dynamic so it matches the infrastructure.
adf1cabbb66 : Remove netpermission from cts and move to module
fd2d13ea2e9 : Adding CTS testcases for BluetoothVolumeControl
82ff652bf70 : cts: Add BluetoothCsipSetCoordinator tests
d701e94678a : Relax WindowUntrustedTouchTest on released CTS
c3cc0a7838f : Add CTS tests for checking exceptions.
cd7cb818ddf : Remove @Postsubmit for Nearby streaming policy test.
c3d1d1fede6 : Split SensorTest testSensorOperations by sensor type.
dd2404747e6 : CtsMedia: Filter codecs based on name and/or mediaType prefix
001723f0a54 : update permission flags in CTS test
b582c5d6df5 : CompatChangeGatingTestCase: fix package query
a5531a78985 : CodecInfoTest: Ignore testHDRDisplayCapabilities
606ebea17b5 : Migrate Bluetooth CTS tests to new sysprop APIs
9ad900387bb : Disable widget related tests in CtsVerifier
e8661c568d4 : Update KeyguardInputTests to verify another key event.
1f21d5df504 : Add new privileged permission for unique id attestation
cd73107b3c0 : Add a CTS test for UNIQUE_ID_ATTESTATION
0b641ebf793 : BluetoothLeAudioTest: Add missing test
f9c8968d8cd : Skip TetherProvisioningCarrierDialogActivityTest on device w/o telephony
861faa08119 : Revert "Update WindowInputTests after changing injection permiss..."
d959873b377 : Re-enable disabled car mode test app after a test to tear down it properly.
33ff890f77b : Update Bluetooth apk name to include BluetoothGoogle
932bded54dd : ITS: Check the video profile file format.
80e0f739ec1 : Use Lifecycle Callbacks Instead of SplitInfo...
664c30dbf91 : Removed direct call to BluetoothAdapter disable API
03878e84bfe : hap: Add missing tests
0c49b6f36af : BluetoothLeAudioTest: Add missing test
7c06019626c : Add polling for whether role holder is installed on managed user/profile
9a7c42ee440 : Add owner to locale manager cts.
43512fb7bff : Make SystemClockSntpTest cleanup better
edc546e2d36 : Fix failing test
11763b70fc8 : CtsViewTestCases: Added FrameLayout for watches
032491c6876 : Set some storage tests to not use instant app.
d5576317d5a : SurfacePackageFlickerTest: Fix an unlikely possible source of flakyness
e480c3b320b : testSetMeteredDataDisabledPackages exception for wear
8d41fdfa76a : Bluetooth: getProfileName should return new profiles after S
e0aee623b7a : CTS test for Android Security b/179699767
2ed07500883 : Only testManagedProfile properties on devices that support them
4bf668898c6 : RESTRICT AUTOMERGE Fix for cts test to expect null instead of exception
f279c5e828a : Add threshold tolerance for NinePatchTest
334fd129de8 : Move testWriteToParcelWithoutSomeOptionalFields to CTS
9e230a2ac1e : [RESTRICT AUTOMERGE] Replace NUM_APP_OPS with the constant for Android 12.
b23cd4699f0 : Update angle/OWNERS
b086d0ce101 : Complete testDefaultUserInitialization CTS
4cdba952eb0 : Increase timeout and enable debug logs
486f4c9ad8c : DO NOT MERGE: Bump CTS and CTS Verifier version to 12.1_R2
711dc972809 : UserManagerTest: isSystemUser only for T+
c12e19816e3 : Check for null before closing mOrientationSession
2bb4b1f04ed : Add timeout to wait for location off warning dialog
7e9d1a6e7cf : Increase maximum time allowed for screenshot to be taken in test
37c870de3c3 : Add threshold tolerance for NinePatchTest
f193d078b92 : Remove slash from set-test-mode cmd (for renounce)
72a850bf569 : Add cross-package tests for GlobalSearchSession#getSchema.
ebe9a3f7750 : Add threshold tolerance for NinePatchTest
c3c10828f52 : Fix cts test PermissionReviewTest
9b4a7ec06af : Changing Requirement#checkPerformanceClass to log failing RequiredMeasurements as warning and non-failing as info
5c1235c8098 : CameraPolicyTest: assume we have a camera
df84e2c6727 : Implement getInterfaceHash/Version
3b9ca0de773 : Remove test for automotive feature
b2be9050800 : Test for widget handling of back gesture
7f5cbd6a99b : Remove unneeded test
66b1f71b6d9 : Remove use of deprecated D8 API
1cd2e25113e : Add tests to enforce profile changes broadcast are sent to DMRH
b06a09f6bec : Test AppWIdgetHost#startAppWidgetConfigureActivityForResult cannot bypass BAL
2eb06a98403 : [DO NOT MERGE] WindowInsetsBehaviorTests downstreaming
35408d7678c : Annotate CTS Verifier test CDD requirements
d5ad8c4e023 : Add AccessibilityInputConnectionTest
5085b15661b : DO NOT MERGE Update CtsViewTestCases with owners/default buganizer components for graphics tests.
8bb9d508aee : Keep scrolling if visible view height too small
7d93562c428 : uwb(cts): Add tests for verifying fragmentation
c6189d972b8 : uwb(cts): Add tests for vendor uci commands
36f0a835b58 : Wait for alert dialog
af11911979d : Use foreground service instead of low priority activity for MediaCodecResourceTest
49d866d574f : CtsMediaAudioTestCases: remove duplicate permission
171adc69b05 : DO NOT MERGE Update CtsViewTestCases with owners/default buganizer components for graphics tests.
0c6a5d0cb47 : Adding test for Requirement
88804bc192d : Change OnBackInvokedCallback creation to lambda
0dc28f8903f : CtsMedia TestUtils: Handle cases where mainline module isn't installed
c55a0517131 : CtsMedia TestUtils: Handle cases where mainline module isn't installed
50031ec09a7 : Also test InputMethod#getCurrentInputStarted()
1e7ba96f2ab : Update AppOpsTest to test based on TelecomService
cef8599e9e9 : Remove debuggable checking in CTS for a user build
39726a4fcb3 : Add TODO to StrictJavaPackagesTest burndown list
597269ba354 : Change VideoDecoderPerfTest semantics for mainline
08519e9fe3c : ITS: improve logging in test_yuv_jpeg_all.py
165f1b2a302 : Update tests to account for different pixel snapping behaviors.
202af6b7243 : Add CTS tests for MediaCodec resource management
750ad34f5a2 : Add tests to ensure manage space pending intent cannot bypass BAL restrictions
a302255f9eb : bluetooth: Allow to add multiple permissions.
2bcb5952a56 : Fix ENCODING_KSC5601 testing in SmsMessageTest
c29b88a877f : Update OWNERS for display in CtsVerifier
a95716de8a2 : Test for View.findOnBackInvokedDispatcher
9c6c53879e6 : Update min sdk to 29
c1a1de8e7f7 : Modified the resetUsbPort CTS Test to Asynchronous
52735c71aa2 : CTS test for Android Security b/153995334
4d26f9ec3eb : Adds one more role to the protectionlevel and adjust the tests
6198e4a5455 : Reduce runtime for LocaleManager cts
c0b3878e0d7 : Updated the owners
882e2225b00 : [DO NOT MERGE] Recreate swapchain for VK_TEST_SUCCESS_SUBOPTIMAL with pretransform
47ad156b0d5 : [DO NOT MERGE] Skip the tests for devices with taskbar
3263c5066a3 : Explicitly test AccessibilityService#onCreateInputMethod()
1aa069d26da : Add test for OnTouchModeChangeListener
7e67a960766 : Update owners for graphics tests.
488ad93bc5b : Change VideoDecoderPerfTest semantics for mainline
056cb0750b9 : CellIdentity check network type only if registered
62261dba5bf : CodecEncoderValidationTest: Parameterize tests based on params
d0d60c3350c : Change lower band from bottom freq of 5Hz to 30Hz (AudioFrequencyUnprocessedActivity)
9e1d03480f2 : Add tests for list packages shell command with default to all users.
3db090fe340 : ITS: clean up error msg in test_raw_exposure.py
0877f5f7b0a : Fix the print of the apk missing
575d09f82be : Atest configuration fix.
a5a810c068f : Add test for PackageManagerShellCommand:runCreateUser
0af076006ad : rename renounce fine location data
de0a97c36be : Add NLS Check test for Safety Center disabled
ece445ada75 : Remove slash from set-test-mode cmd
a3253869902 : Change VideoDecoderPerfTest semantics for mainline
31eaf3918e2 : Fix APK-in-APEX tests by stripping away the variable @BUILD_ID in the directory names.
2bbb49e4ee9 : Add test method for apk-in-apex
951728b1126 : ITS: Append center to circle to crop chk img.
8db594b1e5b : Add tests confirming EJs stop when quota is finished.
9563edfeb05 : Pin target_sdk_version to 10000 (futureApiLevel)
a042ca179f5 : Add SurfaceView and TextureView SDR cts test
5c536d7f5ff : Reorganize exoplayer target names
3e218097497 : Use @BeforeClassWithInfo for SJP test
27fd477869d : Changing resolution/density fields in RequirementConstants to include units
8af0e004673 : Remove privapp permissions burndown list
14048162838 : Extend the waiting time to 2s
7e139b227db : Not do transcode if hw avc encoder not support
f599847ebc3 : Add CTS test for backgroundColor animation attribute
d84f23b96e0 : CTS test to verify role holder is installed on other users in same profile group
ee5e9e48ed5 : Add CTS tests for PersistentDataBlockManager#getPersistentDataPackageName()
e388004eb82 : KeyStoreException: Test handling of RKP failures
8b89c59326d : Extend the waiting time to 2s
c7586b757be : Fix tests to verify CloudMediaProvider query cursors
7f458b7a603 : Disable NNAccuracyTest for emulator
5ebe876c894 : Flaky test fix.
4dff07c52f6 : Notification Privacy should require lock screen feature
97687209b12 : Implement getInterfaceHash/Version
5aa548217aa : [DO NOT MERGE] cts: exclude #testImeWindowCanSwitchToDifferentDisplays
e25dd1761d8 : [DO NOT MERGE] cts: exclude #testImeWindowCanSwitchToDifferentDisplays
4be8a31634f : Assert that CellIdentity and NetworkType are consistent
081d50bb1e9 : CTS: Skip screenOff tests on operator tier devices
58a37034894 : Improve test robustness with timing changes
112b6febc9c : cts: Test ForegroundService restrictions
32464e893c8 : Change cts-developer to only include cts-common, using cts will take in its exclusions as well.
6a3cc43b8c9 : Change how ImageReaderDecoderTest callback handle exceptions
b03fced578b : [CTS] reduce the flaky rate of the RTT test
7b5d3525f8f : Delete test for getUseTargetActivityForQuickAccess
71bd35b771d : ImageReaderDecoderTest: fix yuv dump file name
089e6094d50 : ITS: Add aspect ratio and crop checks for Video.
183a265f411 : Move assumption and assertion out of static context
efeaff0ed26 : Revise case testSecondStartForeground after fix timing issue on second startForeground().
a74d9a6ed52 : Splitting Resolution/Denisty and Memory into two tests
5ac0d9c03e7 : Setting up hardware tests to use PerformanceClassEvaluator
8ba9da3e0ab : Setting up PerformanceClassReportLog
1a7bc0d3102 : Add ALLOW_SLIPPERY_TOUCHES permission
678518595c4 : STS revert Media tests
e9779329a78 : Only reset dim amount when permission was granted
9449a2b9199 : Change VideoDecoderPerfTest semantics for mainline
08ef6989eff : Cross-Check Usage Setting Against Feature Flags
a1465c21534 : Don't verify decoder output timestamps for interlaced encodings.
b3dcbf4d50c : Revert "[API Coverage] BluetoothLeAdvertiser"
a62d7d1be94 : [DO NOT MERGE] Parameterize compat tests, so tests consistently pass on sc-v2
e241a2dfe32 : CodecInfoTest: Filter codecs based on codec-prefix
09e78b682d1 : [DO NOT MERGE] Parameterize compat tests, so tests consistently pass on sc-v2
eeb8f565541 : Use UIAutomator to assert overlay is present
6dcdd27d914 : ITS: Fix the quality names in ItsService.
63653ba3809 : Camera: Fix a bad assumption on keySet ordering in BokehActivity
c3790fdf223 : Camera: Fix a bad assumption on keySet ordering in BokehActivity
88ab06cfdbf : Revert "Temporarily skip platformPermissionPolicyIsUnaltered"
571f30f2c0a : CTS tests for DPM#getPolicyManagedProfiles
3991ada4fc9 : Remove flaky test until migration.
fa0f9c4c6f4 : Reorganize exoplayer target names
ae639681a50 : Relax assertion on RSS memory as it can be swapped out
5768afc76c9 : Add CTS test for getCursorPosition
a4a7fee64da : Add more CTS tests for VirtualAudioDevice APIs
4a6af1cab19 : Do not skip ALLOW_SLIPPERY_TOUCHES permission
d07c9ace8b7 : More cts tests for AmbientContext.
2e702c262bc : Query nnapi_native telemetry_enable via device_config before test
7e0dc12f0ac : Camera: Fix a bad assumption on keySet ordering in BokehActivity
08c6ee1b55e : TIAF CTS: add coverage for TvInteractiveAppView#getOnUnhandledInputEventListener()
635b2a39217 : Update test to have correct CVE Bug
a6766190dfe : RESTRICT AUTOMERGE Skip ALLOW_SLIPPERY_TOUCHES in PermissionPolicyTest
69fd454d480 : RESTRICT AUTOMERGE Skip ALLOW_SLIPPERY_TOUCHES in PermissionPolicyTest
316a41c456a : RESTRICT AUTOMERGE Skip ALLOW_SLIPPERY_TOUCHES in PermissionPolicyTest
4f942f6a5e4 : Limit decoder availabity test to video and audio codecs
2cbd84dafa3 : Add the processing code that the device received the 504 response to the PUBLISH request
1ad78499493 : ITS: centralize def check_fov()
e52d5aae930 : Make sure getPackagesForUid returns exact match
ad42a203ac0 : Test that all TOP EJs start immediately.
135dde16687 : Fix Bluetooth cts test exception
926ccbe2ba2 : Add CTS for TaskFpsCallback.
97726844b57 : Update WindowInputTests after changing injection permission model
93921f547f0 : Add test to verify result from Build#getSerial matches CDD regex
431f4322294 : Add test for "All Services" option.
e09750ae40b : Make testUpdateMccMncConfiguration more stable.
811dbce35e6 : Require FEATURE_MANAGED_USERS.
0da464a4636 : Modified codec tests to reflect new permission changes
9c6fbc8b6ed : Exclude CtsDevicePolicyTestCases from cts-on-gsi
e65248958b7 : Add a function to wait for the setting of preferred payment
8a944aaf1f0 : Update SplitPermissionTest for W_E_S to A_M_L
7b79208c340 : Verify triggering of newly-registered callbacks with events from currently active translations.
015e21ef60d : Allow parameterized annotations to shadow another.
a2ca8a92ed1 : Fix Bug in testSplitWithPrimaryActivity
63b92f453b0 : CTS tests for safe Intent APIs
a573c352edc : AttachedSurfaceControlTest: Fix two issues on large-screen devices
a7b2258cc8e : CTS remove unused lost mode permission
101d9f34661 : Relax assertion on RSS memory as it can be swapped out
ae7459cd6e2 : cts: Add missing BluetoothLeAudioCodecConfig test
3f0cc7b8c98 : Move ActivityEmbeddingTestBase out of Utils
36096d76387 : Disable tests
b716020f049 : Update CTS lost mode location tests
04e0c21758d : Improve the performance of App Cloning CTS tests
f845684ffd9 : Request POST_NOTIFICATIONS before posting notifications in CTSVerifier.
39b23c14224 : Create TestRule to enable Gesture Navigation
d7ef0b75683 : KeyStoreException: Test handling of RKP failures
b3f0388947f : cts test to enforce getLastLocation respecting adas toggle.
72328e740a6 : Adjust a test constant
5defa464cf1 : Fix CTS test: return value of PiP actions
a195f59bd53 : Update DisableScreenDozeRule to use new doze API
3786f9b5126 : cts: exclude KeyboardVisibilityControlTest#testRestoreImeVisibility
93ec441891d : cts: exclude KeyboardVisibilityControlTest#testRestoreImeVisibility
4f141aca3c6 : Add launch complete status to launchPendingIntent
78ffd12c0a5 : TIAF CTS: add coverage for TvInteractiveAppServiceInfo#getSupportedTypes()
3699fc61148 : Disable these four test cases of HotwordDetectionServiceBasicTest
f97b6aba67a : Fix CTS failure for ConfigurationScreenLayout Test: atest ConfigurationScreenLayoutTest passes locally Bug: 204718236
1bdbd281c4c : (Ims Call Verification via CTS) Disconnect only Carrier ImsService after every test.
535f73230b7 : (Ims Call Verification via CTS) Disconnect only Carrier ImsService after every test.
5b943ebfd90 : Test USE_EXACT_ALARM change disabled on older apps
b6847dbaae9 : ITS: Video processing implementation.
a8d63bbacca : [CTS] Change publish/subscribe name to avoid failure
81f2ccf5f08 : Update PNO scan timeout to 90 seconds
cfe8d2487c4 : Skip CtsSimRestrictedApisTestCases on the devices without telephony
3ec755bd464 : Retry WaitFindObject calls on StaleObjectException
87a1023bce3 : Improve performance of NotificationPermissionTest
fbc449cf675 : Update tests to account for different pixel snapping behaviors.
c26ee87bfaa : Specify build dependency
f4540973546 : Updating the permissions at the end of operations
f05fac802e4 : Update SplitPermissionTest for W_E_S split update
4d4d23f69be : CodecEncoderValidationTest: Make all tests optional
3c90c68eb8d : ITS: have x, y, z gyro data on same scale
41133f92eda : ITS: doBasicRecording command impl.
e41308552c9 : Apply Nearby policy only to DPC's owner.
314cf4d4129 : Added test case for autofill dialog integration with TextView
af2c51c1fc5 : Add CTS for SystemClock#currentNetworkTimeClock
416794b7d4d : USB: Set foldable annotation for CtsUsbManagerTestCases
6a6e7cc668a : Revert "Fix flaky AccessibilityMagnificationTest"
2e4183a9db4 : TIAF API review: add onError
60f4597aed3 : CTS test for Android Security b/212610736
ca5acfb7595 : mediav2 CTS: Extend CodecEncoderSurfaceTest for 10-bit clips
366b81e431f : Fix AppConfigurationTests failures
646ccca42b3 : CtsMediaV2: add media-type-prefix to filter codecs by mediaType
62990d89f45 : Compare IME configuration bounds with IME FEATURE
cec5adff379 : Rename test to correct CVE.
486f5d6d62d : Rename test to correct CVE.
3831ea13f03 : AttachedSurfaceControlTest: Fix two issues on large-screen devices
0a86db5e3f7 : Change android.permission.MANAGE_WALLPAPER_EFFECTS_GENERATION to signature| privileged Test: presubmit
b3f3d4d045e : DO NOT MERGE Add new privileged permission for unique id attestation
bab4cbaa36c : Add libtest_invalid-local-tls for CtsBionicTestCases
b708f1f6ab6 : Added RequirementConstants moved Utils
c2aea4c1c0c : ECDSA duplicate nonce test
1c434126510 : Fix top and bottom edge extension tests
a07f35e76ae : speech: Fix bad mic indicator interaction in test
cb33631e58d : Check raw coordinates in SurfaceControlViewHostTests
65c187cbca1 : Added BluetoothDevice missing coverage
a074f7d4336 : Run device-locked attestation tests on TEE too.
66c391dde8f : Added error method to interface Bluetooth stats
9665a1e5359 : Check for light sensor and if config is null before running the test
beaf3e5dd71 : Add DevciceState to Cross Profile tests
ecdd54ccaa6 : Modify WindowUntrustedTouchTest for opacity cap
087e8e19f0d : Increase QuiescentBoot test reboot time.
2623e06045f : Add test case for Autofill dialog
075ceb5eab4 : Reduce the flaky of Wifi RTT test in open air
50670bfbc18 : Add Cts test to cover getPackageName API in VoiceInteractor
1983079b871 : Use longer connection wait time for PNO scan
85096a436cb : Add test for new mic/cam indicators
1a7a62458a6 : Add API coverage for hibernation stat disk bytes
cbfee41f246 : Adding CTS test for DATA_ROAMING readability maxTargetSDK limit upto Android S. Test: atest SettingsTest Bug: 172467621
675da56f6ff : Explicitly write out super.returnCinematicEffectResponse in cts test, hope the coverage can be counted
222c5314b21 : ITS: Initial video ITS test change.
c5eca6d8dbb : Clean up test clean up.
b6370b68876 : Camera: Fix typo in CddTest annotation
8afd4d96877 : Camera: Fix typo in CddTest annotation
3726db68833 : Camera: Fix typo in CddTest annotation
2db0db1e518 : Camera: Fix typo in CddTest annotation
b74d74cb55c : Camera: Update the 10-bit CDD device test
491cb86f1cf : Add test for displayPadding restrictions in WallpaperManager
6ef46040ed4 : Update cts test since some enum values are removed. Test: cts Bug: 218570612
dd3b3000d55 : Restore test state after process death
9b3b06b3db8 : Add more PreferentialNetworkService tests
5f944c1d2e5 : CtsViewTestCases: Added FrameLayout for watches
a3900b476db : Added missing intent filter for DpmWrapper.
2a77187bba8 : [API Coverage] BluetoothLeScanner
e7e010f5577 : Add API coverage for GnssSingleSatCorrection
68f394c1f6a : Skip virtual devices cases on devices w/o companion device setup feature
0bb1650f3fb : Update CTS for switchToSub to use PendingIntent
0f9fd819374 : DO NOT MERGE: Fix SDK versions for CtsDomainVerificationDeviceStandaloneTestCases
669a9b67ba7 : Merge "Update conditions for updates without user action for Android T" into tm-dev
147e7279727 : Add voiceinteraction to hwasan-postsubmit
ec05fd8c6f4 : Include XDH in the list of expected algorithms
f2c57f544dc : [API Coverage] BluetoothLeAdvertiser
4cc69a8cc14 : Add uirendering to hwasan-postsubmit
f02cf478112 : Changing apk name in the manifest and the corresponding packages.
03e7e849496 : Enable singleDevice cts test for Watch and null
2ac7acb351a : data saver test exception for wear
9457d0eb83d : Account for NavigationBar in getActivityFullyVisibleRegion
09675ebe8b2 : Fix autofillservice CTS failure on small display
fa7950fed8e : Add TV follower CTS tests for Absolute Volume Control
85f5c9daae5 : Include CTS test in comply with api changes
8e09e0e1dfd : [API Coverage] BluetoothHidDeviceAppQosSettings
baaf3f7c38d : Mark InputMethodServiceTest#testHandlesConfigChanges flaky
a5a729b63cf : Don't verify display size for foldables temporarily
db3bd51dc9e : USB: Annotate CTS Verifier test CDD requirements
62ee0955258 : Add tests for set-bypassing-role-qualification command
4d3b44596c6 : Modify WindowUntrustedTouchTest for opacity cap
86785e0d4ae : Use TRIGGER_LOST_MODE permission for lost mode CTS tests
ee760e2a0f0 : Add test to verify the translation works without animation.
1d90d4c3577 : Add test to verify the translation works without animation.
b655a486e66 : Clean up EthernetManagerPermissionTest
0726b5e0039 : Adapt AccessibilityGestureDispatchTest#testClickWhenMagnified_matchesActualTouch CTS test for foldable devices.
b0d213dbf9e : p2p: add cts verifier CDD/API annotation
a1e1f84a740 : Rename test to correct CVE.
30d7ae43696 : Limit CodecUnitTest to Android R and above & mark NonMediaMainlineTest
2d8faccd48f : Dont test MediaFormat.KEY_MAX_OUTPUT_CHANNEL_COUNT before Android T
524bf0c056c : Adds test for SettingsHelper.
4c9f9c11378 : Adjust display cutout tests with a letterbox option.
bb291aa621d : CtsMedia: Relocate composition_layout.xml and test_runner_activity.xml
da9fd45aa59 : Solve the problem of the test item test_multi_camera_aligment
c2e63d57425 : Solve the problem of the test item test_multi_camera_aligment
affbffcbc3d : Add test to verify row id reset after DB corruption
f4902b1f59b : Limit CodecUnitTest to Android R and above & mark NonMediaMainlineTest
72ae56fe3b5 : Put lockscreen policy tests behind feature check
6d6ec7a457a : Add large document batch test in platform.
2ccc1f8d24f : Remove AdServices permissions from platform and introduce only in tm-mainline-prod.
171da6a304c : [API Coverage] BluetoothServerSocket
f0af68e4fb8 : cts: Test ForegroundService restrictions
0486c708c21 : Add test cases for TelephonyManager#getUiccCardsInfo
e144de79e25 : Add CTS tests for switchToSubscription with portIndex and callback
9f9bd4a2820 : Verify app moves to a lower bucket after promoted duration.
7304f442f94 : API annotation for CDM CTS verifier
95d2f502e83 : Reimplement handling of "stop" button.
a2875060e8e : ITS: add summation method to sensor_fusion_utils.py
5502e465ca0 : Improve test coverage
6b8f4ee4bfa : CtsMediaV2: Check CODENAME while initializing IS_AT_LEAST_T
3601cf2a4e1 : Camera: ITS: Add support for ITS in Windows env
9242573010b : Add test for DisplayHashParams
b9b7861e575 : Remove Sidecar and Extension tests from presubmit
bec1ea4c82a : Add background color activity transition CTS tests
5b0d7bf5f07 : Refactor DefaultDisplayModeTest
581d8775ee8 : Test that Low Power Standby blocks network while active
cee92ff9d5d : Annotate CTS for foldable device testing.
b99e0ea9573 : Filter out inactive APEXes
6c7d1832c91 : Ignore video preview control visibility tests
97dd1b59e8b : [API Review] Replace ResultReceiver by Executor
d54a5664808 : (Ims Call Verification via CTS) ImsCalling CTS test for Conference.
7aa3f670e87 : (Ims Call Verification via CTS) Multicall CTS test cases for calling.
e41b7df7540 : Add a test for setSystemBarsAppearance
06c50d3b8f5 : CTS test for MediaController OnBackInvokedDispatcher migration.
06e1ebb299e : CTS test for TextView OnBackInvokedCallback migration.
a97934e3b9b : Enlarge the waitTimeMs for low end soc
5336f74a012 : Refactor DPM tests to use beadstead policy
92ea5c9361c : Update CTS test case for TM#checkCarrierPrivilegesForPackageAnyPhone
05d7381f3bb : [Output Switcher] Add test cases for MediaOutputDialog under cts
3a879a2ae2b : Update CTS cases to fit the new CarrierPrivilegesCallback interface
ae48993cfc2 : [MEP]CTS testcases for sim access APIs with portid
e4865ae3747 : Fix testTtffWithNetwork timeout issue
b8ab1843eb1 : Add carrier privileges cases in CarrierServiceTest
a0c27499e68 : Collect which all apps have roles defined
7729afb4d68 : Increase default timeout.
cedd8f5523a : Don't run test on batteryless devices.
d6b27d826de : Fixed SurfaceControl Tests
4abae420a00 : Fix STS Window Manager test module
4ab7babea87 : Add uirendering27 to hwasan-postsubmit
8488b1b837a : Add jni to hwasan-postsubmit
54bf3deedd9 : mediav2 CTS: Added clips for 10-bit testing in media decoder tests
ade7c4a694e : Updating CTS for iccCloseLogicalChannel API
d922195ac56 : mediav2 CTS: Added clips for 10-bit testing in media encoder tests
428fd9f7d69 : Skip testChainUsageWithOtherUsage for car
4bc14cf2922 : speech: Add online langauges to RecognitionSupport
ae72210f284 : Exercise BundleSession.reportBundleMetrics()
6365c124538 : Add CTS tests for Absolute Volume Control
af0e944d700 : Add test to ensure focus moves for read-only text selection
49258fb1631 : Increase QuiescentBoot test reboot time.
5f80796c14d : Make telephony actions unconditionally protected
fd492231361 : Ensure handwriting session can only be started from inside app bounds
4ab2a83659f : Tests notifying magnification changed when magnification resets or transitions
263838595b9 : Skip CTS testRestoreImeVisibility when the IME is organized.
9c65f265dda : Update KeepClearRectsTests expected coordinates
2f7a43bbb28 : Fix StorageManagerTest
fb9833821c1 : Ensure assertions run only on exit transitions
9f7425be8b6 : Fix API in EthernetManagerPermissionTest
7f0b639ea88 : Create secondary user once for all StartActivityAsUserTests
0600de10936 : Add CTS for blocking an activity from launching
c751eb94b44 : Fix TelephonyManager data enabled settings tests
815dbd8e2ef : Add RestrictionsManager broadcasts to test
28f4cb3894b : Revert^2 "Verify hierarchy change for cross-UID ActivityEmbedding"
ae402b09d37 : Fix multi netowrk concurrency CTS
9c01314aec2 : fix incorrect setting about async mode
3864449bfde : Add CTS for useFallbackLineSpacing set/get
0e88a65f616 : Add bluetooth to hwasan-postsubmit
30a95594d9a : Add gwp-asan to hwasan-postsubmit
47a3429e2cb : Add libcorelegacy22 to hwasan-postsubmit
caac7112d90 : Add musicrecognition to hwasan-postsubmit
ac009ab452a : mediav2 CTS: Update mediav2 resource directory from 2.1 to 2.2
b61c10fe47b : ITS: refactor for test_video_stability
3ce624adef3 : Add libnativehelper to hwasan-postsubmit
6bcf368b020 : media: workaround: delay encoder creation in EncoderTest
4d43a5eb2e6 : RESTRICT AUTOMERGE AudioFocusTest: Use sine1khzs40dblong.mp3 from res
a513986fb37 : [DO NOT MERGE] Remove Client Suggestions tests
1970c41619a : EncoderTest: Update timeout used in testEncoderWithFormatsParallel
99fd750f9b1 : EncoderTest: Skip encoders that do not support some configurations
7335559cb40 : media: CodecPerformanceTest: increase tolerance based on VNDK not first API
784ed1fc653 : video: check performance only for the preferred ABI
afa4f21bc85 : CtsVideo: Skip operating tests when performance point is not advertised
05d4343963e : DecoderColorAspectsTest: Skip test for HDR clips if display doesn't support HDR
4e6b3d607b5 : [API Coverage] BluetoothGattServerCallback
36936c918fb : Fix for failing CtsBiometricsTestCases for older devices. This is to add assumeTrue() followed by b/204347712 in testSimpleBiometricAuth_convenience()
3450c80c16a : mediav2 CTS: Add unit tests for mediacodec components
09aff3b2f2a : Add test for PersistableBundle type config values in getConfigByComponentForSubId
ed08066d552 : Ensure modules that uses Python have tracking bug to import sources
c0a6748a2c6 : Clean up test keys in KeyAgreementTest
dc9d7cffbbc : Correct KeyAgreementTest assumption about ECDH security level
3c7725daafa : Adding CTS test case to validate getUiccSlotsInfo should throw security exception if caller does not have READ_PRIVILEGED_PHONE_STATE.
bba21c262eb : Add API coverage for GnssExcessPathInfo
4ba32f25825 : Add webkit to hwasan-postsubmit
33f0213234f : Skip ALLOW_SLIPPERY_TOUCHES in PermissionPolicyTest
55806abf2c3 : ITS: clean up logging for sensor_fusion runs.
3149fe5bb47 : fix enc stat CTS to call MediaCodec callback functions
3b7648270b7 : Annotate DeskClock CTS-V test requirements
886a789af1c : Use new cdm failure code and reason for CTS tests
e8f4c2fbc12 : Add CTS test coverage for SmartspaceTarget #setTemplateData and #getTemplateData.
0bafb415578 : ApiLevelUtil: Added functions for firstApiLevel
9b40d98727a : Increase wait when checking notification bubble
9dbd46c260b : Camera: Relax multi-camera FOV requirement to [50, 95]
19141a67a27 : Camera: Relax multi-camera FOV requirement to [50, 95]
b00355835aa : Camera: Relax multi-camera FOV requirement to [50, 95]
4372d740ab3 : Supported URLLC, EMBB, and CBS slicing
c452366a1f2 : [API Coverage] Coverage for BluetoothGattService
301b18b8d06 : Text fix.
4b25678b118 : Supported traffic descriptor based network capability
48374320a52 : ITS: change python3 --> python in tools/run_all_tests.py
fcf1e39b00e : Add a regression test for Bug 225028378
8f29f198bdf : Reset OTP flag before granting permission in self-revoke CTS test
8c53021d7bc : DO NOT MERGE: Update R CTS to allow extension version 2
44c52afff59 : Check for multiuser device before creating user
3f460137b9b : Refactoring CTS tests: Modify wait logic for gaining window focus
2f1e6dba5fd : Add new test for CursorException constructor coverage
055577e03ee : Added missing test for ServiceNotFoundException
5be772c1c56 : Adding API annotation to AudioCapabilitiesTest
ad841bb4d90 : Try to fix IME multi-display tests flaky
05caa14e3df : Fix testTtffWithNetwork timeout issue
5afc9194e4f : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/147309942
a2b0f2f4469 : Fix testTtffWithNetwork timeout issue
21e163bf019 : Fix AssistantContentViewTest#testAssistantContentViewDimens fail
6377c21af7c : CTS test for Android Security b/194695497
3f1e7b9cac6 : DO NOT MERGE: reduce pixel pitch lower bound in test_metadata to 0.6um
39898407e36 : [SC][RESTRICT AUTOMERGE]Remove car telemetry permission from CTS test
73e4ad9434a : EncoderProfileLevelTest: Enable hevc level 1 test
3d075b93f45 : Add CTS test for Virtual Device Task Navigation
b35afeefa6f : EncoderProfileLevelTest: Enable hevc level 1 test
230b9e11449 : Correct typo in comment and inclusive language
08fd7f1639e : Camera: Relax multi-camera FOV requirement to [50, 95]
c7844406f2b : Disabled speaker phone intent test for automotive
a08406f8ef5 : CTS test for Android Security b/212286849
f711220ae00 : Add ACCESS_BROADCAST_RESPONSE_STATS permission.
ed08695df22 : Verify package name is passed to UiTranslationStateCallback methods.
aea2eea2986 : Disabled speaker phone intent test for automotive
8af1bba7175 : CtsMediaEncoderTestCases: Add video encoder capabilities tests
5e3217a2a2d : Verify the FillEventHistory about which dataset was shown
9e37b297bd0 : DO NOT MERGE: DomainVerificationIntentStandaloneTests CTS downstreaming
2c9436d8918 : Wait for the correct job stop event in LocationAccessCheckTest
10acfbcbf9a : MediaUtils: Catch NullPointerException in supports()
544e59c5c17 : Add PerformanceClassReportLog to structure MPC logging
836a47d2fa0 : Add tests for SubscriptionPlan expiration
b96587ff20a : Revert "Add PerformanceClassReportLog to structure MPC logging"
339cf7a8ced : Create a CTS test for IpcDataCache API
3fc56be3286 : [cts] fix device presubmit test
3683374dab0 : Include CTS test for debounced launcher callback
1dbadc6f27a : Add API coverage for DataServiceCallback
4bfb7f613f6 : Update PhysicalChannelConfig tests
f48ec15c581 : Change word Dummy to Placeholder in CTS verifier UI
145f167c87c : Fix for: test per-uid timeouts.
abc4b163fd9 : [API Coverage] BluetoothGattCharacteristic test
1e59fea51bb : [API Coverage] cts tests for BluetoothGattServer
8ff21a79465 : Add PerformanceClassReportLog to structure MPC logging
ad615cc93b7 : Add CTS tests for release buffer callback
dbe780d80a4 : Wifi: Test WifiManager.testIsEasyConnectDppAkmSupported API
380166093d5 : TIAF API review: remove prepare()
29efc120ec3 : TIAF API review: rename onCreateBiInteractiveApp
ad8ccdfda0b : Fix misformatted language tags in LocaleManagerTests
36da0d067be : Check for multiuser device before creating user
c9e8594ea7c : RESTRICT AUTOMERGE Refactor device policy resource APIs to a separate class
3102e2c356f : Exempt androidx.annotation.Keep
63c4911e244 : Hide new route discovery preferences in T
3907a2e40a1 : Revert "Verify hierarchy change for cross-UID ActivityEmbedding"
d9f3007bfea : Bump framework apis.
9fcaeceecec : Move LocaleManagerTests to postsubmit suite.
3177b0df313 : Exclude testSuspendPackage
776912d190e : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/147309942
5a84e546bac : HAP: Adjust CTS tests after API feedback
f37dfadba41 : CTS test for Android Security b/205595291
e546c1f665c : TIAF API review: multiple components
7462978feab : Adjust display cutout tests with a letterbox option.
21c3595381b : TIAF CTS: test signing
b07cbf913a5 : Exclude all large and flaky tests from presubmit.
707b9ebb234 : Deflaky AppSearchPackageTest#testPackageRemove test
779cb3c8d7b : Avoid leaking fences returned by AHardwareBuffer_unlock()
cfae32b7a92 : AdaptivePlaybackTest: reset csd buffer position to zero
8cdb57087cc : Add test for AHardwareBuffer_lockPlanes() with P010
5012ccb59a5 : Test multichannel AAC downmix using non-AAC specific key
5a62d264bee : CTS test for Android Security b/160692457
411974115b4 : Skip testCameraOrientationAlignedWithDevice for instant apps
3242f549782 : TIAF CTS: Change on API Review: DTV to VOD 2
e7841025e8d : Address API council feedback on Observer API.
cad91272066 : Stop AppSearch CTS tests from using its hidden APIs.
8067d3b57fc : Wait for insets update before taking screenshot
26aeccfd312 : Fix the package name
e0b13262231 : Improve stability of GameService CTS tests
ab981d25a97 : Fix API in EthernetManagerPermissionTest
a6a6b4bd9f0 : return matching DSP phrase ID
1fac72253f2 : Mark PackageManagerShellCommandMultiUserTest @AppModeFull
f3c3ecf3409 : CTS coverage for WifiManager.InterfaceCreationImpact
c0b90b04567 : StylusHandwritingTest: Account for batched MotionEvents
cae2f1bf56d : Annotate test module CtsUtilTestCases test module for foldable device testing
c9cf0d26edf : Changes TimingsTraceLog to use verbose level
7eb140862e9 : Add ACCESS_BROADCAST_RESPONSE_STATS permission.
4e2f2873740 : Restore signature|privileged for car permissions
733b7d209df : Test finalizeWorkProfileProvisioning.
40d693a2c84 : Rename Surface Controller events to states
57e25a85836 : CameraBokeh:Use correct camera id for test
680b05b92af : CTS for the READ_CLIPBOARD_IN_BACKGROUND permission
349cbe29cf2 : Test speed-profile with the cloud profile for apks loaded by other apps.
3032ce1dea4 : Keymaster1.x have AES CBC/ECB/GCM Failure
43171b122b9 : [LSC] Add LOCAL_LICENSE_KINDS to cts
7cf48991625 : Fix Key Management tests when delegating.
8cda9d83415 : RESTRICT AUTOMERGE Change resetStrings/Drawables to accept a Set
5bb6abe6ca8 : Adjust display cutout tests with a letterbox option.
a544ab0f683 : [DO NOT MERGE] Add test for hide embedded TaskFragment between adjacent TFs
c64bb9117c2 : Adjust display cutout tests with a letterbox option.
8640ae58bf5 : Coverage for BluetoothSap.close()
2ef49af1475 : Updated CTS test for Android Security b/205150380
e962567a767 : Add CTS test for TaskDescription builder
8f3cc8ef963 : BluetoothLeAudioCodecStatus: Adjust tests to new API
17631e71b11 : HDMICEC: Instrumentation to register listeners
edd949e2fcb : Check the build type and property before running the mockmoedm test case
a1e8c4fb92d : Fix/suppress warnings
051ca344b76 : [Settings CTS] The internet panel doesn't exist in the Settings package. Remove it from Settings CTS
ff96594ffbe : [Settings CTS] The internet panel doesn't exist in the Settings package. Remove it from Settings CTS
45619dd1e1a : [Settings CTS] The internet panel doesn't exist in the Settings package. Remove it from Settings CTS
ecb536c1f8d : [Settings CTS] The internet panel doesn't exist in the Settings package. Remove it from Settings CTS
52cd7ef0542 : mediapc: Use codecs that support 1280x720 and above
e7e446da665 : Don't assert session is committed successfully
48f5054e93b : [API Coverage]: Adding CTS tests for some BluetoothHidDevice methods
49489183239 : Add CTS for legacy font existence
dcabf554582 : Add basic CTS Audio Tests
a2eeb41ab5c : Update CameraMicIndicatorsPermissionTest for automative
e12141907c8 : Rename revokeOwnPermissionsOnKill to revokeSelfPermissionsOnKill
4ffd18c8d4a : Update CTS test for background-only self revocation
756bd584712 : Remove MANAGE_WIFI_AUTO_JOIN
00edc23f0b4 : VideoDecoderPerf: Reduce max time when not testing on real devices
c2d3ebcab50 : Keymaster1.x have AES CBC/ECB/GCM Failure
1dc42cd40cc : Add CTS requirement annotation to CarLauncher CTS Verifier
9aec990b2a8 : Set CtsActivityRecognitionTestCases test module to be run in instant mode
606b32791f1 : Set CtsActivityRecognitionTestCases test module to be run in instant mode
e214524986c : Set CtsActivityRecognitionTestCases test module to be run in instant mode
480b6db7e89 : Revert "Ignore failing BackNavigationTests"
bfd23eefe64 : [API Coverage]:API Coverage for BluetoothHidDevice.AppQosSettings methods
8cf19f70811 : Unhide API isPersistent and getProfileId
83996185d17 : BluetoothLeAudioCodecStatus: Adjust tests to new API
205ef983aa5 : For a convenience strength sensor,the getButtonLabel method return null as convenience status is BIOMETRIC_INSUFFICIENT_STRENGTH.
e824c3fac5a : For a convenience strength sensor,the getButtonLabel method return null as convenience status is BIOMETRIC_INSUFFICIENT_STRENGTH.
af431fe70b6 : DisplayRefreshRateTest: vote for peak refresh rate
f4b9b7c3dd0 : Fix/suppress warnings
6b3733c6792 : CTS tests add role to MODIFY_QUIET_MODE
8c3e6b8d29b : Have repeatCallers tests use fully specified numbers
b11bb8226ac : API Review: factoryReset->clearBluetooth
46b09e4a98e : Spatializer: add tests for head tracker availability
5dc11aeae34 : Add ReconcileSdkDataArgs to burndown list
37d73fc7413 : DO NOT MERGE fix CTS ShowWhenLocked dialog on Wear
c9bb71321cf : Test all entries in Build.VERSION_CODES are in KNOWN_CODENAMES.
1255471170d : Verify hierarchy change for cross-UID ActivityEmbedding
d3decc0365d : Replace renamed API setAdvertisingDataTypeWithData
4f1fb1a13ed : Remove automotive feature tests for enable/disable Network
33f27c078fe : Add some calls on BluetoothSocket
d3ffaa04fbe : Renames CloudMediaProviderContract's args to reduce redundancy
3c8757cae1c : Cleanup AdbRootDependentCompilationTest.
7750a14a5b1 : Add ActivityOption to remove insecure keyguard when activity is launched.
a662c6d3c59 : Update Framework from Jetpack.
7a17cf171ae : Ensure MediaProvider Fuse is ready after Vold reset
11df38778db : Check for multiuser device before creating user
8b34a1f5e38 : Setting servo speed once instead of multiple times
aeab12736b1 : Add test to verify APK signing history returned in rotated order
d40d2150be6 : Update documentation comment to match the definition in core/res/AndroidManifest.xml.
8c71f31c7f7 : Add PinnedStackTests#testAutoPipOnLaunchingTranslucentActivity
9ada8b25f8b : Update interface impact API: replace List with Set
20be2177117 : ActivityManagerProcessStateTest: Remove wait on spurious proc state changes, as they are no longer being triggered.
ff2391477ef : Camera: Verify access priority callbacks in split mode
c884ef73e51 : CtsMedia: Update README.md
5489664c5a5 : DisplayRefreshRateTest: vote for peak refresh rate
20befccc3f4 : Revert "Require FrameRateFlexibilityToken while testing refresh rate"
eb2fe47a8be : TIAF CTS: Change on API Review: First round API council questions
a99fc8fdfee : Revert "Update CTS for the READ_CLIPBOARD_IN_BACKGROUND permission"
4101f2fd5ac : Complete testCarServiceExistence
a05cc6ec106 : Add/update tests for copying ALPHA_8 to HARDWARE
c534af20f7c : Add testCreateActivityOptions CTS
3a891e9a455 : Unhide API isPersistent and getProfileId
c9823f9ae99 : Remove BYOD Provisioning tests > Custom provisioning image
9d9540702fe : Fix NLS tests for no notification
2bdfe49b645 : Collect input info in EDI
e021f8843d4 : Move test to STS test directory
4adbe6c4ad7 : Move test to STS test directory
f08cc892c4a : Revert "MediaMuxerTest: Ignore testDolbyVisionVideoOnlyP8"
b274f43b2f1 : CTS coverage for package name in AmbientContextDetectionServiceStatus.Builder
e64dad00c58 : Update CTS tests in comply with shortcut api changes
224e9d1240e : rename car builtin minor version
044936c6415 : Update valid themes data to match changes to styles specs
f8ab3d14948 : CtsMedia: Update OWNERS
de4744275a3 : Keystore: Json based test added in keystore-wycheproof CTS
0107fd5b7a3 : add tests for shouldAllowBypassingDevicePolicyManagementRoleQualification
17c5a8ca18e : Wifi: Add CTS test for WifiConfiguration RepeaterEnabled
e1e57730214 : Update Cross Profile Intent Filter CtsVerifier Test
efeddb879d7 : Add CTS tests for PictureInPictureParams getters
610f2c92e01 : Ensure MediaProvider Fuse is ready after Vold reset
10fd722d250 : [API Review] Replaced GetUuids with new SystemApi method
0261cb486c1 : Add a function to wait for the setting of preferred payment
dab19051420 : Add a function to wait for the setting of preferred payment
29a84cf43e5 : Enhance logging
ca771e0ca5c : Create CTS test for Contacts Indexer maintenance jobs
5370836b79f : Rename Android package names used for AppSearch CTS tests
ca312e3f2d9 : Annotate AlarmManager cts with foldables tag
f658e606c0e : Add GnssExcessPathInfoTest and GnssSingleSatCorrectionTest
1e1bb18bb5a : Increase stability of NullBindingTest.
b21f993a18a : Update CTS for the READ_CLIPBOARD_IN_BACKGROUND permission
5d665218c45 : Limit DRC tests to default aac decoder and the ones that support xHE-AAC
c5cf605ccde : CodecDecoderValidationTest: Few AAC profiles are mandatory for only default decoder
986123e4188 : mediav2 CTS: Refactor EncoderProfileLevel Test
e175191d593 : mediav2 CTS: Update tests to validate 10-bit support in media encoders
43f56a86c9b : Test getLatestVsyncEventData for late frame.
8ad4563a821 : Update CTS test case for TM#checkCarrierPrivilegesForPackageAnyPhone
b2f4e6a3cfe : Refrain from persisting shortcuts into AppSearch in low end device
6d0b6a17f2a : fix that EncodingStatistics pass when avgBlockQp = 0
08f35da7542 : uwb(cts): Remove stack redundancies
a4951ee62bf : Rename API: DisconnectReasonToString
943f97b48c4 : Migrate multi user PM shell tests to Bedstead
7586794d309 : Change parameter order to make it SAM compatible
355c9fd33a6 : Address MediaProvider burndown list for SJP
98cb1b761e9 : Add coverage for bluetooth API
75738826418 : Fix ErrorProne Warnings.
6091816d2a3 : [Re-land] Remove configs relevant to iorap
62051dfbed1 : Add location permission grant/check actions to the CDM test app
19c1d498493 : Consolidate input OWNERS files
f0d9e2c8c86 : Sync input test OWNERS file with internal master
889c4821e4c : Change muteButton tests to use content description
077307cf615 : Modify WindowUntrustedTouchTest for opacity cap
a06e0c12199 : Add CTS test for Videos and Favorites Album
851c12dc04e : Add CDD & API annotations.
0866559d5a6 : mediav2 CTS: encoder validation tests
2429645f9b9 : Fix failing Bluetooth Tests.
bf3d7b26001 : Migrate Network Logging Delegate Test.
98695cb8832 : Migrate Enable System App Delegate Test.
3bea4bfc427 : Migrate Package Access Delegate Test.
c74278489ff : Migrate PermissionGrantDelegateTest.
deaebcace87 : Migrate BlockUninstall Delegate Tests.
b4a7899d5f5 : Fix CompatChangeTests on PC CF
4efebb0b6ed : Add test method for apk-in-apex
f49492fa1e6 : Ensure MediaProvider Fuse is ready after Vold reset
a14873ca4bf : Use shell stdin to install packages pre-S instead of writing files.
ae2ab580067 : Fix Flaky test in AccessibilityMagnificationTest
31ff472e37d : Loose branding image showing condition.
6b11a30926a : Re-enable tests
5f3444467a6 : ExtractDecodeEditEncodeTest: Fix sampling rate check
c3759a5dd3c : Updated CTS test for Android Security b/204077881
f8b1b5607b0 : Better Diagnostics in android.mediav2.cts.ExtractorTest
020a4def115 : Add (basic) testing of WifiManager#InterfaceCreationImpact
ed013d4ce44 : Update OWNERS file to use ldaps for reviewers instead of a group
71d9d17bf09 : BluetoothLeAudio: Fix cts test cases after Callback change
29ae44878fa : CTS test for Android Security b/160265164
41bfec94938 : Fix encodingStatisticsLevel is not initialized
0134a9220a9 : Add new tests for makeUidVisible API
b99314889c4 : ITS: move plot_gyro_events() to sensor_fusion_utils.py
fe113e16caf : CtsNdkBinderTestCases: clarify C++ iface null read
33b247ad1c0 : TIAF CTS: rename TvInteractiveAppInfo
c0857e2d08d : switch persist.debug to persist.wm.debug
6509a7cb7f3 : Add Verbose logging library to DeviceState, Accessibility, Bluetooth.
c2b6ad1a55e : Verify if reported AudioDescriptor is valid and necessary.
964b7e6ffa2 : Complete PackageManagerHelper CTS test cases
92a9c82459e : Fix flaky ToastTest
71bde19b88d : Ensure that pushed file are declared as dependencies
8596051c1f5 : When there is a convenience strength sensor, BiometricPrompt.BIOMETRIC_ERROR_HW_NOT_PRESENT(12) error should be returned for testWhenCredentialNotEnrolled.because convenience authenticator status is BIOMETRIC_INSUFFICIENT_STRENGTH
46bc074a1a0 : API Review] Removed unnecessary SystemApi annotations
9138f92d812 : [API Review] Replace ResultReceiver by Executor
b044220517b : Fix expanded pip CTS test
edf418a4b71 : When there is a convenience strength sensor, BiometricPrompt.BIOMETRIC_ERROR_HW_NOT_PRESENT(12) error should be returned for testWhenCredentialNotEnrolled.because convenience authenticator status is BIOMETRIC_INSUFFICIENT_STRENGTH
645ceafb8c0 : Uninstall TestApp DISAVOWAL_APP_PKG
0d86b36d3ae : Fix broken cts test SonyDualshock3UsbTest
80af9fbf145 : Poll for posted notifications in LegacyNotificationManagerTest
96c4298263a : Revert^2 "Fix bluetooth and aac dependency"
b484f93225f : Add cts test for callback function
5815c6614c7 : Added CTS for LocaleManager#getSystemLocale.
00b935145af : EncodeVirtualDisplayTest: avoid dangling reference to virtual display
2602f202a28 : Revert "Fix bluetooth and aac dependency"
6943f3424a7 : Bluetooth: More CTS tests for LE Broadcast
703115234e6 : mediav2 CTS: Update tests to validate 10-bit support in media decoders
816696497d7 : EncodeVirtualDisplayTest: avoid dangling reference to virtual display
2e4131d6358 : Rename READ_MEDIA_IMAGE to READ_MEDIA_IMAGES
236ddb95248 : Update the test cases text wrapping.
5d4a29c47b2 : CloudSearch API CTS: changes two key names and adds two keys for app pkg name and install count in ExtraInfo
61e4b2ee8d7 : mediapc: Update resource directory from 1.1 to 1.2
e86d310074d : Fixes SlogfTest#testIsLoggableFalse
618aefa5bd1 : Refactored LogcatHelper and tests that uses it.
1cc06276d6d : Update cts validation tests to handle non-flat hierarchy
9b626ee6f80 : DO NOT MERGE: cts: Re-launch the desired activity after screen-on on TVs.
5bfa5a1c279 : DO NOT MERGE: cts: Re-launch the desired activity after screen-on on TVs.
d6c5b1f0379 : DO NOT MERGE: cts: Re-launch the desired activity after screen-on on TVs.
882dd354ba2 : Remove unnecessary tests of activity embedding in separate task
bea778b223a : CtsMediaMiscTestCases: Remove unused files from res/raw
a96cb6f65c0 : Rename getMaxNumScanSsids to getMaxSsidsPerScan in WifiNl80211ManagerTest.
87963bd9590 : Update CTS cases to fit the new CarrierPrivilegesCallback interface
5e1f587912f : CloudSearch API CTS: adds two keys for app intents in ExtraInfo
6a5299b5133 : Add a hidden API to query appstandby constants.
74e4040b1a5 : Add CTS tests for PictureInPictureParams.Builder class
02134b3a119 : Ensure we check passwords after enforcing REQUIRES annotations.
924b40006f3 : Test for: always restart apps if base.apk gets updated.
386e2fb623c : Remove fdeng@ from EngProd approvers and add specific approvers for the cts-known-failures.xml
e6650a74d33 : Fix TelephonyManager data enabled settings tests
f53d93a09cf : Remove testLimitedAxesImuConfiguration in SensorTest.
ec1f01c8150 : Fail CTS if a heading sensor is implemented on a non-automotive device.
5a408a8b37b : Delete SipManagerTest.
f81f8080de8 : DO NOT MERGE Disable testSetCameraDisabled
68c05e5fb38 : Skip test on devices w/o GPS feature.
66c862df34a : Camera: Update stream use case to be 64 bit
8bff0850742 : Update testGetMaxNumScanSsids CTS test to only run on versions T and higher.
f7b8514a319 : Annotate ID attestation test
fbec050d1ca : DO NOT MERGE: fingerprint: Fix BuildFingerprint
674d81deffb : Ignore two flaky tests in PermissionHistoryTest
2ad6ba1662b : Add CTS test for shouldDockBigOverlays API
766a74f1047 : Fix AccessibilityServiceInfoTest failure
cf1a4700833 : Revert "Disable tests on Android R to enable Picker APIs"
aaaa011ee57 : Cts tests for new @ChangeId in TileService
57bbc78d580 : Add test for PowerManager#setLowPowerStandbyActiveDuringMaintenance
e114243e199 : Remove the test that required privileged permission
9845fb9e255 : Enable CloudPhotoPickerTest for R
7cfdd0d7426 : Curve25519: Test use via provider (part 1)
bac1a2d473a : Fix CompatChangeTests on PC CF
5835a394489 : Uninstall TestApp DISAVOWAL_APP_PKG
100c0af2a25 : Uninstall TestApp DISAVOWAL_APP_PKG
40e8747688c : CTS test for Android Security b/200164168
b5ac9ec9d0f : TIAF API review: Setup Interactive App session
7eaa6883687 : Change the test step of the testPublicImsReg case.
924bb9858df : Don't verify decoder output timestamps for interlaced encodings.
182bd3fd0d6 : Rename MANAGE_WIFI_AUTO_JOIN to MANAGE_WIFI_NETWORK_SELECTION
58f24881d98 : Test for: always restart apps if base.apk gets updated.
086cc0e1ae8 : Add CTS tests for argument checks in SC
d6ed20639ae : Tests for DurationScaleListener and getDurationScale
1b08758bbf4 : CloudSearch API CTS: change the method from getSource to getCallerPackageName
967c05b7a0b : Add CDD annotations to the instant app CTS tests.
9de7443d98f : Verify picker URI grants can be persisted
a331b4799bb : media CTS: Parameterize DecodeAccuracyTest on codecs
43b764bb587 : Check that ALLOW_SLIPPERY_TOUCHES has "role" protection level
e2dd72ddd6d : Solve the problem of the test item test_multi_camera_aligment
6b35e06e72d : [MEP] Update isSimPortAvailable cts test case
18dba49a13f : Add API coverage for DataServiceCallback
ee0c392f1ff : Collect all the permissions defined by apps
ae43672302a : Revert "Revert "Update test to check PackageInfo""
e3fb7183313 : codec: fix VideoCodecTest crashes
95a96eb058a : Disable tests on Android R to enable Picker APIs
c727b187818 : Add Bundle CTS tests
3e9a315263e : Annotate test module CtsDreamsTestCases test module for foldable device testing
05389110ca4 : CTS for verifying stylus events API method
179b5c046f2 : Rename sdkSandboxToAppUid to getAppUidForSdkSandboxUid
060e9418b97 : Added Bluetooth codec tests
f1cb63e83f2 : Added test for BluetoothServiceManager
a8ba0474df9 : Remove confusing setUserProvisioningState test
904bcf810df : Use PhotoPicker APIs
b319526d1cd : CTS Make screen capture per-device DO and COPE
afe753b36f2 : CTS test for Android Security b/205836329
dce79a6cd69 : Fix AccessibilityGestureDetectorTest
648d820065b : Fix failing ManagedProfileTest
d26b8cdd4c4 : CameraBokeh:Use correct camera id for test
a982cff40f4 : Remove Picker db=false paths in CtsPhotoPickerTest
abebc318c8b : Skip updated APEXs.
784bb39cfa4 : Add CTS tests for media permissions split
dd36787b3c7 : Skip updated APEXs.
3dcce3c22d9 : Fix appsecurity CTS tests.
a5c68d2a7c0 : Verify exception for picker URI queries with invalid projection
fd017e84e67 : Add coverage for ScanSettings
8f8ec851bc3 : Fix Volume Keys to TV test
241e7bc1ebb : Add missing TC cts tests for API coverage
e1e42dec8eb : Add ReconcileSdkDataArgs to burndown list
8f7397e354e : Fix crash on devices w/o telephony feature
d1ce11dd50b : Update signed CtsOmapiTestCases apk
6680a91a3a3 : Update signed CtsOmapiTestCases apk
5af4ffb8ec6 : CTS test for Android Security b/215002587
36bfb59be51 : Test for: always restart apps if base.apk gets updated.
9023317f436 : Enable warning banner tests
83abb18badb : Revert "Update test to check PackageInfo"
e4f56b060c6 : Solve the problem of the test item test_multi_camera_aligment
10be41b0f48 : Complete removeTask and setFocusedRootTask tests
2d77070f2b0 : CtsMedia: Remove redundant pm revoke
5e3fc310dde : Introduce multiple devices button for CTS test
c415858845f : Remove subscriptionsChange_notifiesObserver SimPhonebook test
ce370b0a4b1 : Fix AccessibilityGestureDetectorTest
0f2eae2c9e1 : Add Image SyncFence setter test coverage
86cf8f3c2af : Add a test that scales a surface to 0
958a6062ba7 : Set fixed date during test setup for CTS host-side test
2531fc36148 : Update CTS on usage of MetricsReportCallback
61d17f459ef : Validates lens pose characteristics of automotive cameras
4eb97bb8f2e : Ensure that Process.SDK_SANDBOX_VIRTUAL_UID is reserved by system
93f75fd0850 : Use PhotoPicker APIs
e56ef16b45b : Complete the testProcessObserverCallback test case
9194868e677 : Add a test to userfaultfd CTS confirming selinux enforced
c2c8dd6020d : Validate FBE settings for adoptable storage
41805e3ea97 : Adjust explanation for policy version check
f3cc936c188 : Use C++ system property getter
57552e4527a : Use API level constants from Bionic
1d6e92d9a91 : update media CTS Test owners
19280cc401f : Rename getAutojoinGlobal to queryAutojoinGlobal
0ca79a474c9 : Detect multiple duplicated packages.
0093d42af92 : DisplayRefreshRateTest: vote for peak refresh rate
6f7f8627793 : Add CTS test to verify auto unbind of null-binding CS.
dab1f91aaa2 : Test secondary activity launches for Notification Permission
49e80578946 : Set appropriate gesture margin for scrolling the suggestion view.
8c85f48c3c1 : Remove Picker db=false paths in CtsPhotoPickerTest
a31ea1b1c92 : Add NotificationListenerCheckTest CTS test
278a4ebcb2e : Ignore warning banner tests for now
174857cc879 : ITS: log YUV and JPEG size in test_yuv_plus_jpeg.py
abd50439a46 : Check for light sensor before running tests
569b699a08f : Add ART module team as OWNERS of CTS compilation tests.
ff2f108af4f : Speed up BackgroundDexOptimizationTest.
9c90b426450 : CTS test for Android Security b/171980069
5d77a223de1 : CTS: Skip screenOff tests on operator tier devices
4db8882936b : Add metadata to CtsVerifier tests
83f41a22fc6 : BluetoothAdapter.getUuids non longer return null
309ab69e5f6 : CTS for renaming isCredentialSharedWithParent to isCredentialSharableWithParent
c8e1e8df3de : Fix bluetooth and aac dependency
86d42570984 : Add coverage for ScanResult
a5260ef07f5 : Skip updated APEXs.
2644a30467a : Add DISCONNECT_AND_FINISH as explicit action
e6cd33ef761 : CameraBokeh:Use correct camera id for test
de13962b6a4 : Verify visibility for activities in untrusted embedding mode
8d3800e6081 : Verify startActivityAsUser with ActivityOptions
188625f6dc4 : Don't verify decoder output timestamps for interlaced encodings.
f871f9759bf : Fix AccessibilityGestureDetectorTest
ea396918a4d : media CTS: Parameterize DecoderConformanceTest
03d40f095fb : Set appropriate gesture margin for scrolling the suggestion view.
20178fa7963 : cts: exclude PinnedStackTests#testEnterPipWithMinimalSize
b7897839f12 : Skip ResetPasswordWithTokenTest on device w/o SECURE_LOCK_SCREEN feature
d9d0877694c : Ignore location test for now
f506f72ccb5 : Update GameServiceTest to verify screenshot saved
8a714988fa8 : Fix test failures.
247f24ab277 : Add edi entry for file compression check
5c251a374db : Replace a way to get storage raw_partition edi
e77c1ace30d : Make sure device is unlocked when launching BubbleActivity
8464f26b22c : Change testClearKeyGetKeyRequest jni to check aidl version property
85f3cdc30f8 : Update window-extensions test to be more accurate.
e4d72dbf3a2 : Remove test from STS Business Logic for conflicts
64b391eab7e : Update testLteVopsSupportInfo to avoid using hide constructor
2bfdce06c72 : Fix bug report user consent dialog on top of settings screen
af531c9b1e9 : Add test coverages for the inner-nested classes for UI templates APIs.
0695d2c6cd3 : Adjust CTS for latest androidx.test prebuilt.
04877217a73 : Fix imports after telemetry proto move
f93c922370a : Test for: always restart apps if base.apk gets updated.
b4dac8f30a7 : Add check for idPackage to AutofillCtsTestHelper.
10c2e2b882b : Match DPM api to CM api
945c4bcc4b8 : Fix parameter order of Lnb.addCallback()
cdffaa6338a : cts: exclude PinnedStackTests#testEnterPipWithMinimalSize
31c59a1f634 : Remove broadcast tests for UID migration
2caf8c26769 : Remove AndroidKeystore key migration tests
8752d6d8201 : Update test to check PackageInfo
7b3501a0a10 : Update SharedUserMigrationTests with best-effort strategy support
a5817392f7b : Add CTS tests for the BluetoothHeadset class
79f7a3b1858 : Recompute window manager state until window frames are valid
dc19e4de6b7 : Remove the test ActivityManagerHelperTest#testGetInstance().
d61c8a9064a : Disable second test creating a new user.
85af2e4c285 : Add test for focused Views reporting keep clear areas
03eb6fe4c82 : [RESTRICT AUTOMERGE] Fix AttributionSource security test.
5e1623a844c : [RESTRICT AUTOMERGE] Fix AttributionSource security test.
b7a23e32239 : Check isActivityEmbedded when verifying a split
636231af7ec : [Nearby Devices] Add test case for NearbyDeviceTest
ea4ecb4249f : Create a CTS test for os/IpcDataCache
d7f60139e9a : Fixes some MixedDeviceOwnerTest tests for headless system user mode.
0fac54afecf : Mediarouter: clean up callbacks
72acd358b68 : Add cts tests to cover provisioning demo devices
0e309f43f0a : Fix unexpected IME visible by editor be refocused during the test
a42f3a21b39 : hap: Adjust test to match the hidden preset info builder
f95e351ca98 : Migrate Safety Center CTS tests inside Permission module
ef193822167 : Adjust the height and width views in CTS MagnifierTest
d2b5cc37e62 : Adjust the height and width views in CTS MagnifierTest
5244a9fbc05 : Do not set test home activity for splash screen tests.
a192330f238 : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/147309942
f3c3401c1a3 : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/147309942
c15e6ae4749 : Updated CTS test for Android Security b/147309942
a9b014e2c8d : Add a function to wait for the setting of preferred payment
3aba31e7577 : CTS: Add regression test for getInputMethodWindowVisibleHeight
09683f7e76c : IME CTS: Factor out utils
899d244d8e5 : Fix AccessibilityGestureDetectorTest
4e5ee36f300 : Hide the taskbar when SimpleActivity is launched
1f91b069fe0 : Fix race condition in BleClientTestBaseActivity
e71d3693a12 : Tests no SESSION_COMMIT broadcast is received
1bb3b14e3d4 : Updated CTS test for Android Security b/112161557
df73c24eda5 : Revert "Adding tests for multiple provider support in AbstractMa..."
5d3d1b3c7a8 : Verify carrier privileges for getNetworkSlicingConfiguration
18e1aa5f900 : Skip some tests in SplashscreenTests in Auto.
986f3f2ee72 : Add CTS test for android.database.sqlite.SQLiteOpenHelper#onDowngrade
a9bec44599a : TIAF CTS: Change on API Review: DTV to VOD
8d3d45444dc : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/112161557
2ff4386298e : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/112161557
0701fa102a3 : DisplayRefreshRateTest: vote for peak refresh rate
2430a45aa78 : [RESTRICT AUTOMERGE] Fix AttributionSource security test.
0432197b5d8 : Increase poll timeout to the maximum of 30secs.
db2f870ecb1 : Update SingleSensorTests automotive cases to be 100Hz to match CDD requirements.
062e00bc01d : Add a mean verification car default case for accelerometer uncalibrated.
8e6b61d7e89 : Camera: Futher increase performance measure timeout to 40s
cd8a948e198 : CameraITS: Increase socket timeout for MPC test
e3e6bb3bf39 : DO NOT MERGE Disable ensurePhoneCallOpsRestricted for non-telecom devices
0f2e5a4aaea : CTS UserManager: isProfile, isUserOfType, system
f091ff4af3d : Add more test coverage.
8b5cc1e63ac : Add CTS game mode frame rate override tests
69f675d2d70 : Camera: Futher increase performance measure timeout to 40s
ee8e7cfe5f1 : Fix crash on devices w/o telephony feature
e1db1b3c9af : Add graphics owners for ImageReader and ImageWriter tests
03ac99743a6 : Navigate directly to permission page
27f482a50d4 : Add API Test coverage for ImageWriter.Builder
52b77ae1661 : [SafetyCenter] Use restructured SafetyCenterManager APIs and refactored test API to override SafetyCenterConfig in CTS tests
f65e8652e94 : Camera: Ensure HLG10&STANDARD profiles don't have extra latency
f8aa242e2d4 : Revert "Revert "Adding tests for multiple provider support in Ab..."
cfb3c831848 : Fix Filter::read() value check.
dd3d2464d6a : Add test case for legacy font
fe4b5f3e2be : Add new permission PROVISION_DEMO_DEVICE
d194e09b282 : (2/2) Add AdServices related permissions to manifest.
a9b79d2f2e5 : Add tests for media permission warnings
f13394c6d49 : Camera: Futher increase performance measure timeout to 40s
11869ac8eb4 : Update CTS to have a more reasonable request completion time of 60 s for data throttling
8377dcd15f2 : Verify playback after player ready in RemotePreviewTest
a49de030139 : Unignore cloud event notification test
850233ce931 : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/112161557
6be576e1a35 : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/112161557
a6df4ea0b6f : Fix AccessibilityGestureDetectorTest
ad8c4edeec7 : Fix AssistantContentViewTest#testAssistantContentViewDimens fail
b4003488db3 : [RESTRICT AUTOMERGE] Fix unintended change in KeyAttestationTest
28bfde626a6 : Update framework from jetpack.
147337e1772 : Add CTS tests for Remove Result error code
f99b526655e : BT: Add CTS tests for LE audio related classes
058a5d826bd : Fix crash when the device doesn't support telephony feature
d0a1b0a41f1 : Test that pre-T app cannot request POST_NOTIFICATIONS
b63d3ad2a2c : Revert "Adding tests for multiple provider support in AbstractMa..."
fd429ce9a5a : Add getter for allowAutojoinGlobal
0e02966acd6 : [DO NOT MERGE] Temporarily exclude KeyManagementTest on work profile and secondary user.
63c1d4233ec : [DO NOT MERGE]Add testNoRemotelyAccessibleListeningUdpPorts to known-failures
708b70983fa : [DO NOT MERGE] Add KeyManagementTests to known failures until mainline can be updated.
c61beb6d8e5 : Use shell stdin to install packages pre-S instead of writing files.
e9ef1570adf : Allow bypassing fixed check for system components and platform-signed persistent privileged apps.
8f24a6e8f7a : Fix testWifiConfigLockdown on certain devices
bc0705a376c : [RESTRICT AUTOMERGE] Reduce flakiness of IME multi-display tests
8fd6f960123 : Complete coverage of BluetoothLeBroadcastAssistant
da4176e2ea5 : Make PowerManagerHelper have all static methods
d9620aa1d4d : Revert "Adding tests for multiple provider support in AbstractMa..."
129cb7e2b50 : CTS Verifier test for car launcher displaying car-service-disabled apps
a78ebdcf158 : Fix screen brightness
c4e5c893071 : Revert "Adding tests for multiple provider support in AbstractMa..."
e719e598731 : Test AudioManager.getHalVersion.
c809a86e0ac : Fix STKFrameworkTest setup method
13c3eaa728c : Fix tests with nonpublic setup methods
4f5e3617fa3 : Fix STKFrameworkTest setup method
97fbbdbf9ca : Telemetry host side test on saving data across reboot
a47a21b7409 : DO NOT MERGE - Update AudioDeviceNotifications CTS-V Tests
d63f228310d : Correct the PropertyInvalidatedCache module definition (CTS)
66bb005cc92 : ITS: move RAW/JPEG decision logic into find_fov_reference method.
aec2293da16 : Add an OWNERS file to ensure manifest changes in CTS-Verifier are reviewed by ape-relpgm-cls@google.com
e59b8a63699 : cts-tradefed: Update include and exclude filters for cts media tests
efe01a094ce : Fixes how DpmWrapper checks for isHeadlessSystemUserMode().
a6ad0683239 : CtsMedia: Rename CtsMediaDrmTestCases as CtsMediaDrmFrameworkTestCases
f5b19c8b856 : CTS for IC#requestCursorUpdates()
839ea25c9e5 : CtsMedia: Rename CtsMediaDrmTestCases as CtsMediaDrmFrameworkTestCases
f8b7ea6da80 : ITS: Adding args to arduino_rotate_servo()
d874ae2565b : cts: Add default animation for UiAutomation test
4f502fcb661 : Bump the sleep time up to 700ms as per OEM request
061da560002 : Update assertion in testQuerySdkSandboxPackageName test
5ecc2351824 : Update cross profile photo picker tests based on default allowlisting
c3bd9f10024 : Add CTS tests for new Process APIs
0b7a7a108c8 : Disable PackageManagerShellCommandTest#testGetFirstInstallTime
6605026b81f : Remove input AIDL classes from system_server classpath
9064933ea7f : binder: add test for isHandlingTransaction
125bbaf05c1 : Add ToastTest to disallow bg toasts w/o notif perm
3b38c868ea7 : CTS update: Move OnBackInvokedCallback to window package.
d64306c45ec : Ignore failing BackNavigationTests
6bd4c853c1e : Add NoCompanionServicesTestCases CMD test module/package
8628a6f45e8 : Test incorrectly defined CompanionDeviceServices
9c7e7d8bae0 : Update KeepClearRectsTest for focused view keep clear area
d73772fdb1f : Remove CtsAppSecurityHostTestCases android.appsecurity.cts.ListeningPortsTest#testNoRemotelyAccessibleListeningUdpPorts from cts-on-gsi
85adc772550 : Test that preferKeepClear adds to custom keep clear Rects
c22af5a6beb : Add test to verify Translators are not cached in TranslationManager.
1babb54ac8a : media CTS: Parameterize DecodeEditEncodeTest
682024d036a : Tracking changes to removing frame rate flexibility token
bbb816b8ea3 : Print the error msg with the results sorted.
6a847061ffa : Add a delay to some tests to verify certain events didn't occur.
bf091f7f3cf : Improved CarServiceHelperServiceUpdatableTest
a1e7de8c05b : WaitForIdle after file creation
3c87ab085be : Add a CTS test for Process.getExclusiveCores.
22afb09d4c1 : Adds getPropertiesWithPrefix() to *TS PropertyUtil.
9bfa859e4af : STS add tests in T+ to Dynamic
899be9e338b : Add CtsOnDevicePersonalizationTestCases to MTS.
6cf5c8353d6 : Try to fix flaky a11yImeTest#testSelectionChange_requestIme
c38c1b884b1 : Update usage of VirtualDevice.addActivityListener
41f4fff26f1 : CTS test for checking phone numbers in repeat callers
fd8eb63038f : Ignore failing tests until root cause is found
de3854b1d93 : Fix activity blocking test
915c4720f10 : CameraITS: Increase socket timeout for MPC test
7093ffd189f : [CTS] Fix testCharacteristics
9b871cf5427 : Skip testCameraOrientationAlignedWithDevice for foldables
b295f4669a0 : [Tethering] Add CTS for TetherProvisioningCarrierDialogActivity.java
e8a3d2a4b7a : CameraITS: Increase socket timeout for MPC test
f04939ccd53 : [Nearby Devices] Add NearbyDeviceTest.
40746868cf7 : [Nearby Devices] Add OWNERS for NearbyDeviceTest.
38447cf017e : Fix CMP tests to support API change
e76a7cc9ce9 : Add CTS test for testGetMaxNumScanSsids().
ba713ddd42b : Update CTS to have a more reasonable request completion time of 60 s for data throttling
d9f8310d143 : WaitForIdle after file creation
fca3eaec4ba : Move BluetoothProfileConnectionInfoTest to cts
11b1ff9c224 : CTS tests for overload of startActivity methods.
465faac0ddc : Initial Curve 25519 integration test
b47ffbee697 : Apply API feedback
af2b023907a : [RESTRICT AUTOMERGE] CTS test for Android Security b/204077881
bb68fb06f01 : Fix MediaRouter2Test flake
aca363e5059 : Updating CTS for iccCloseLogicalChannel API
3a46f6e3eeb : [RESTRICT AUTOMERGE] CTS test for Android Security b/204077881
484e81d3365 : Change selected check button id
5e41b6cacf0 : Add a new test case testCloseChannels
94a713e33ed : DO NOT MERGE Add SidecarTest fail to CTS Known Failure List
37eede8b9c9 : Fix testGetClientPriority failure
fdb3e040144 : DO NOT MERGE Add SidecarTest fail to CTS Known Failure List
8425d7fa62c : Add coverage for Choreographer preferred timeline.
386c5d86191 : Cleanup Extended frame -> Vsync callback.
0a76cad829a : Add a delay to allow the flag update to propagate.
0f5e3ae805c : Clear broadcast events to avoid impact on the rest of the test.
b10f1d84ced : Make sure screen stays on during suppress bubble test
8ebf215b6a8 : [DO NOT MERGE] Specify UserHandle when setting AppOps.
6fddd7cbd09 : Remove picker sync time delay for tests
03aa91c358c : Add CTS tests for https://android-review.googlesource.com/1998972.
1454eaeced6 : DO NOT MERGE: Bypass Microphone Tests on devices with no Microphone
c887cc68840 : DO NOT MERGE: Bypass Microphone Tests on devices with no Microphone
842bcbba328 : DO NOT MERGE: Bypass Microphone Tests on devices with no Microphone
84888e3680b : Fix MediaProvider MTS config
9906fc0bb49 : [MEP] Ignore switchToSubscription disable related test cases
ce10715a26c : DO NOT MERGE Add CtsVerifier test for managed user notice
2058e2ed04a : Add CTS tests for new default values in SafetyCenterIssue
5e1aadb605c : Revert "Add CTS coverage for new external audio route API."
e03820bc47a : mediav2 CTS: Update CodecDecoderValidationTest
e5ad7bb2ee2 : DO NOT MERGE - Update CTS-V ColdStart tests.
cdcd396f568 : Fix PrivacyDeviceOwnerTest for automotive UI
e8fdf98d385 : Fix AppCompatStateStatsTests for portrait devices that unfold into landscape.
6143ca14d6f : Fix AppCompatStateStatsTests for portrait devices that unfold into landscape.
2752cf48dcf : decouple TelecomManager#getSelfManagedPhoneAccounts (3/3)
6da24c1c5d2 : DO NOT MERGE - Update CTS-V AEC test Info Text
cd44b8f9640 : Revert "Rename Do Not Disturb -> Priority Mode"
69fbd73a0bb : Block the testing thread while an admin is being removed.
10e5574dc34 : Revert "DO NOT MERGE - Cleanup/enhance AEC test. Standardize ReportLog keys."
e71e18b750f : Fix KeepClearRectTests to translate rects to screenspace
737b1fa850a : CTS: Skip screenOff tests on operator tier devices
df053a1dd59 : mediav2 CTS: Correct issue in checksum logic
f191f28ee62 : Added test for management of voice interaction sessions.
17b244eeeb5 : Update WifiManager#reportImpactToCreateIfaceRequest per API council
4cbbba57ec3 : Introduce ActivityEmbeddingBoundsTests
78c5553c284 : Adds additional placeholder CTS tests
8739369ae85 : Wifi: Add CTS test for getApMacAddress for MloLink
1a8505c3c5f : Camera:Torch strength control invalid range
4ed3c98f98f : CTS test that checks telecoms BIND_ABOVE_CLIENT is not set
e0ea087e309 : ITS: create image_fov_utils
0236ad345b9 : Update car permission related tests
e90f00690c2 : Refine the format of README.
bcfe1d92d91 : CTS for split DPM API to check current Wi-Fi network
6c751d290c8 : Append 'Seconds' to timeOfClock and timeOfEphemeris (cts)
6f805ef5366 : Fixed API review comments on primitive types on assistant APIs
75b6029f38f : Disable inline tests in Autofill CTS tests if IME is unavailable.
3cf319030ee : Revert "Adding tests for renounce permissions ipc calls."
ec6344c83b4 : Updated CarPropertyManagerTest to use VehicleUnit.
8ac744d2963 : Changed removeUserWhenPossible call from shell command to UserManager
975250b6cf5 : Fixes some MixedDeviceOwnerTest tests for headless system user mode.
08afc49d712 : Remove SystemService cast.
863b86b8564 : Batteryless device can not pass com.android.cts.deviceandprofile.systemupdate.installUpdateTest
2a8e5035118 : SurfaceControlViewHostTests: Test IME
37591ce1063 : Update Handwriting CTS to support dev options
fb747a2c23f : Add CTS for setUnrestrictedKeepClearRects System Api
bda932bd248 : Test name changes in DefaultDisplayModeTest
04c221d21d4 : Fix AppCompatStateStatsTests for portrait devices that unfold into landscape.
6ab10f6dde6 : Move testBackupServiceActive to CTS.
147d5a6a5d1 : Update language to comply with Android's inclusive language guidance
90671f761cb : Fix WindowInsetsControllerTests on the large screen device.
00bea91b8e8 : Adding tests for renounce permissions ipc calls.
b4ad01a228f : Add documentation to `CtsSampleHostsideTestCases`.
5e1411ed447 : Adding tests for multiple provider support in AbstractMasterSystemService
d9bafa9ae16 : Add support for null AccountManagerCallback, Activity, Handler, and DevicePolicyManager.
f4a4c3200f9 : Relocate NNAPI statsdatom tests to its own directory
56c94e6d646 : Add NNAPI atoms to statsdatom in CTS's hostsidetests
e5b0d345490 : Revert "Update all manifest to use sharedUserMaxSdkVersion"
f12ac476f00 : Revert "API coverage for BluetoothServiceManager"
3e49a276118 : [CTS] Add test for Aware new API
e967facc0d3 : [CTS] Do not test setAwareParameter with permission before T
4742ac7ccb9 : Add android.intent.action.ACTION_PACKAGE_CHANGED to allowlist to fix TTS CTS failure
06a970b73b9 : Disables / re-enables some DPM tests for headless system user mode.
f3693cce59f : Update feature support status codes in CTS
0f7042d52ec : ctsverifier for per-use prompt for device logs access
c902577114d : Camera: Further 10-bit CDD testing
0d8d45993b4 : Revert "Update all manifest to use sharedUserMaxSdkVersion"
249100ec28b : Add new tests to ensure sharedUserMaxSdkVersion cannot be dropped
18d02c78d87 : Update Eth permission test for builder
23344b5b974 : Camera: Add test for YUV and JPEG matching with STILL_CAPTURE use case
d92302d0a9b : [Re-land] Remove configs relevant to iorap
ba94d0a3798 : STS add tests in R+ to Dynamic
e8761cac6d1 : STS add tests in R+ to Dynamic
c0be29a1553 : Drop include_dirs in favor of header_libs
e615f83e1b2 : auto target test breakage fix for PhoneAccountRegistrarTest
a7f81d0da90 : Fix HDMI connect logic Also, update to new UI standards
7a1c8143818 : ctsverifier for testing per-use prompt when log access is requested
b45030dad8e : Test for: NameNotFound exception
82e1df749ed : Fix HDMI connect logic Also, update to new UI standards
0087e12a3dc : Camera: Abort failing native capture session
ee5843d3a92 : ITS: improve test_param_exposure_time.py logging & errors
3acca10ca0f : [wv] Destroy a child window's WebView in MockWebChromeClient
29273806ca0 : Delete files using MediaProvider#delete()
51dc5ad0d73 : Revert "ctsverifier for user consent for system logs access"
5e410086e94 : Fix KeyboardVisibilityControlTest flakiness by TestActivity relaunch
5c853189972 : uwb(cts): Address API review comments (2/2)
9ed66dfcf51 : Rename device policy management role holder
fa18be12034 : mediapc: add widevine media pc tests
cdd8cb4158a : p2p: check feature support before running cts tests
224bfbd0f6e : DO NOT MERGE - Cleanup/enhance AEC test. Standardize ReportLog keys.
4d56e6e3a16 : [Media TTT] De-flake CTS tests by using a different method of verifying the chip is displayed.
4418e6ea890 : Bump remoteframeworkclasses apis.
2996f210d47 : Update GpuWorkDumpsysTest
4e6402d2c23 : Keystore: Wycheproof test cases added to Keystore CTS module
a3781630bbe : ParcelTest: add calls to readFixedArray for coverage
b64e9d833fc : mediav2 CTS: Update mediav2 resource directory from 2.0 to 2.1
48115e04ee5 : Annotate MediaPlayer CTS-V test CDD requirements
95222f05585 : video: CodecPerformanceTest: exclude <30fps 4K tests for <=R VNDK devices
1b293b53d5e : MockModem: Support getImsiForApp
9a34119f8ed : MockModem: Support getFacilityLockForApp
f4d220a375e : MockModem: Support TW CHT SIM profile insert and remove
b491c191b05 : mediapc: refactor multi-codec tests plus cleanup
642142937da : Update language to comply with Android's inclusive language guidance
29ccdfacd3d : Fix a test verification of IME event sequence
d4e3d83ce47 : (Ims Call Verification via CTS) Extending the IMS CTS test framework for calling.
77417f12fd3 : Refine sleep length in AccessibilityEventTest
6f878a2dc22 : Add Cts tests for Keyguard Locked State Subscription APIs in wm.KeyguardTests.
3df4b4dd673 : p2p: rename getP2pMaxAllowedVendorElementsLength to getP2pMaxAllowedVendorElementsLengthBytes
85a0486d06b : cts_midi: fix flakey device callback test
ce542147413 : Adding tests for renounce permissions ipc calls.
04433c298c7 : Add test cases for TelephonyManager#getUiccCardsInfo
db9d5d06c98 : ctsverifier for user consent for system logs access
6fd143abc1c : Merge "[wv] Destroy a child window's WebView in MockWebChromeClient" am: afea3563fb am: 0f54e29737 am: c5203faa88 am: bf95367e5a
45460391cd0 : uwb(cts): Ensure that ranging session is closed before exiting test
a1dbf4a019e : STS add tests to Dynamic
783ae4cf6a0 : [RESTRICT AUTOMERGE] STS add tests to Dynamic
4dd7a99e650 : Fix issue in PhotoPickerTest
3e3650e6ace : [DO NOT MERGE] Update Smartspace UI template APIs tests.
7371c4cdd0b : CTS test for mandating ID attestation
b6a7000b360 : Get priority tests running on batteryless devices.
0f2a7d4d078 : Tracking changes to removing frame rate flexibility token
10bd3c621a3 : Add knownSigner to permissions needed by trusted OEM apps
f4b22dd3d74 : Tracking changes to removing frame rate flexibility token
fb1d0a1d682 : Fix DirectProfilesForAttributes cts
0972be340a2 : Fix Managed device info CtsVerifier tests.
282f1e17b84 : Revert "Disable per-process app class to investigate (disabling CTS)"
9b76698cda4 : Fix CustomViewActivityTest test cases in the multi-tasking scenario
68f0d810ce3 : CTS tests for safe Bundle APIs
b8cf2c2c281 : Move testPermitInputMethods to CTS for T+
a2b83801229 : Apps without the notif perm cannot send notifs
1118b85ff24 : API coverage for UidTraffic.
c72b442cf7f : API coverage for BluetoothServiceManager
213ceaa0130 : Update CTS tests due to CloudMediaProvider API rename
e878b1655ca : Change Callable to Supplier
d075b008a8a : Ignore low quality tests until the root cause is fixed
3bfa04531ba : Add CDD requirement annotation to CTS test that verifies wallpaper dim amount stays the same on wallpaper change.
8b2e7a3e115 : Fixed Cts test failures of rounded corners
c05bcd5cb1c : Test window magnifier when the connection is reconnected/disconnected
0a89b2ecd84 : Mark the test to run only in Full App mode
74adc0f1015 : Removing 'override' from nav bar mode APIs.
02dd513d2b8 : Fixed Cts test failures of rounded corners
21545e10282 : Rename 'EMPTY' to 'SOLID_COLOR' for splash screen tests.
5cbf05eecf0 : Add a CTS test for OnDevicePersonalization
c64fdea6392 : p2p:Group join with config must be established within 1.5 seconds
f049e8347b0 : enc stat CTS for average QP, only check QP vs Bitrate
ab459bbe3a4 : Add put empty Documents and byte[] test to AppSearch framework.
d0995e30bfc : Assist scrnshot test: Temporarily disregard screen size.
5dc1f4f6c6c : Rename SupplementalProcess to SdkSandbox
cdb72a8e818 : Update cts of DisplayCutoutTests for API coverage
ea9617ba5dc : Annotate tests for APK sig scheme v3.1/4.1 CDD reqs
8b76eaded9c : ctsverifier for testing per-use prompt when log access is requested
77bafd18279 : enc stat CTS for average QP, only check QP vs Bitrate
52d7263dde9 : Camera: Switch the dynamic range profile type
2b774ecdd5f : Add tests for API coverage and fix bug
b0a14dbd7bd : CTS: Skip screenOff tests on operator tier devices
303ee28f81d : Merge "[wv] Destroy a child window's WebView in MockWebChromeClient" am: afea3563fb am: 0f54e29737 am: c5203faa88 am: bf95367e5a
88dafd6faa4 : Fix SnapshotTaskTests
76b5057e3a6 : CtsMedia: Resubmit rename CtsMediaTestCases as CtsMediaMiscTestCases
511f88f58b3 : DO NOT MERGE - Cleanup/enhance AEC test. Standardize ReportLog keys.
ad6d7324ebe : CtsVideo: Updates to encoder performance tests for older devices
f1d587a6413 : Refine A11y Tile Service javadoc
1f8bd60efaa : test_channel_saturation should be `NOT_YET_MANDATED` with FIRST_API_LEVEL = 29
196ccf5024b : ITS: test_channel_saturation should be `NOT_YET_MANDATED` with FIRST_API_LEVEL = 29
1710e0beab9 : Ignore flaky testCameraTimelineWithMultipleApps
5d9c7f90d8d : Add getDefaultActivityPolicy to VirtualDeviceParams
cfa27ad8f50 : Test for null executor in createVirtualDisplay
96cd6bcf6c4 : Camera: Add test for OutputConfiguration mirroring mode
fc4916ff3c9 : Set fixed date during test setup for CTS host-side test
8dcd9a20096 : SurfacePackageFlicker: Test SurfacePackage sync
c60537c0bd5 : Add test for SmsManager#resetAllCellBroadcastRanges
e0386fb9f16 : Annotate CDD tests for navbar kids space APIs.
36bcf974706 : statsd logging for GameManager.setGameState
ca375052cfc : Fix CustomViewActivityTest test cases in the multi-tasking scenario
773efb99585 : Software attestation can now have root of trust
a4cab0592a8 : Software attestation can now have root of trust
bf683ac682e : rename callingPackageResourceId to resourceIdInCallingPackage
a56ba0f83f0 : Update CTS test based on the API changes
5f99550cce3 : Fix testPulledAnomalyDetection
9d4e64b4825 : Add sleep to testChooserActivityLaunchedFromWorkProfileWithSelectedPersonalTab.
60a8ffc4a7b : Fix Bluetooth tests.
18a748a5354 : Add support for AppOp policies
3823f0b8606 : Add support for @EnsureTestAppInstalled.
8c5bbe0d671 : Add TestApp support to DeviceState
d5bb6a92e62 : Add support for permissions and appops on TestApps.
c4f58db28ad : Add support for .permissions().withAppOp()
55f14691686 : Add test for showSoftInput with no registered IME
57c1fdb9745 : Add IllegalArgumentException to non-terminal cases when retrying setDeviceOwner
8d568a04037 : Add test for activity with TaskOverlay
a2c697b5326 : Make getHardwareAddress() test sepolicy-aware.
a56c542da46 : Delete files using MediaProvider#delete()
6390e3c9252 : Fix issue in PhotoPickerTest
ed3beec52fe : p2p: add cts coverage for new setConnectionRequestResult API
da2c7d8f5ff : No vibrator device can not pass android.os.cts.VibratorTest#testVibratorStateCallback
1c2009c64a9 : Unblock wm presubmit
042369dad4a : Update target SDK on T branch
9e5e3a22157 : Remove unnecessary abstract method allow list
d4da56b97ae : Add a test for drawing to an R8 AHB
0776b3acd34 : Add test for Field
a97a3cabdf3 : Remove unnecessary abstract method allow list
602405454d9 : mediav2 CTS: Add support flag to DecoderTest and DecoderSurfaceTest
ff256a7f54a : mediav2 CTS: refactor media decoder tests
c67e52c5757 : Make CtsSharedLibsApiSignatureTestCases check current APIs (part 2)
280f2744a63 : Fix OrgOwnedProfileOwnerTest#testSecurityLogging
fd639b4fc8c : Timeout tests after 10 minutes.
07e4a4f5206 : Minor renamings in DevicePolicyManager
cbaefb54dfb : Fix dEQP level tests
e3f695e28ea : Add a test to verify new SHOW_FORCED app compat behavior
63d552e54c9 : Revert "CTS: layout transition of imported AHB should use foreign source queue"
3f07e5d9d11 : WebView CTS: Add tests for setAlgorithmicDarkeningAllowed
f5048a879cd : Copy the SUBSCRIBE_TO_KEYGUARD_LOCKED_STATE definition to cts.
2c792dbfe35 : Adds missing intent filter for CtsVerifier broadcast receiver.
78921e2a5cd : Add CTS test for VirtualAudioDevice
09e9548383e : Tests non-launcher activity launches for Notifications
3cef1cdbbae : Add test to check media controls include an output switcher
beea8a3f8fa : Revert "Add a test ActivityOptionsTest#testActivityOptionsBundle_fromBundle."
4ab73e9ff22 : Disables testCreateAndManageUser_newUserDisclaimer on user builds.
369ea73dae8 : setScreenOnScanSchedule CTS with duration
0774f30d734 : Fixes @TestApi access to MixedDeviceOwnerTest.
1c20bbac4e4 : Add test to crop TextureView and verify if outer edge have the same color.
2d240c7f657 : Add ColorSpace cts tests for getDataSpace and createFromDataSpace function
ebc0c7cc066 : Add the tests for Slogf.isfLoggable().
d33f40eca4c : Add tests for pane APPEAR?DISAPPEAR events
0938bdc883c : Add a regression test for Bug 213350732
029e607b9af : Add CTS tests for GameService component changes
e4d7fc267be : Add verbose logs to Bluetooth test
7bbb583e652 : Mark DreamServiceTest as flaky.
e26d55895da : STS add test to Dynamics Part 2
b84d9b2de92 : STS add test to Dynamics Part 2
f2d6f5c16a1 : Add test for changing PiP aspect ratio dynamically
12fb516168b : Add CTS tests for the config data classes
b40c5e920bd : Update PhysicalChannelConfig tests
6e84fe6ac2c : Update all manifest to use sharedUserMaxSdkVersion
455cca406a6 : media: testVendorParameters to consider bitrate mode
8f49be9bcac : add test to call new method for non session
593c2f90521 : Add CTS test for default personal to work profile behavior
5905d23f178 : Disallow mismatch caused by missing abstract keyword
2b4f9331317 : Generalize backwards compatibility in classes with no ctors
9e7a8a84de4 : Assert session commit fails on downgrade.
59b5a5fe11b : Test keep clear areas are updated when views are detached
5e50987ceda : Perform method modifier checks in areMethodsModifierCompatible
a18d238c4fb : Improve test coverage of ApiComplianceChecker (part 2)
f6bd252d684 : Make config unit tests CTS tests
e0c2843d9fa : Remove unusued CloudMediaProvider API
60aba626401 : ScreenOff HCE test items are executed on Android S and later devices
de571f5409b : STS test for setting malicious stream as wallpaper
75da3c88fcb : Make DisplayCutoutTestActivity draw behind the cutout.
2e05cd474b6 : Add timed out test files to tidy_timeout_srcs
a8db2cd767f : [RESTRICT AUTOMERGE] CTS test for Android Security b/204077881
cf7d37f4127 : CTS test for Android Security b/209611539
fdd920e4045 : CTS test for Android Security b/139017101
59b338c2d36 : Revert "CtsMedia: Rename CtsMediaTestCases as CtsMediaMiscTestCases"
03f5a5f8dfe : [DO NOT MERGE] Fix orientation change CTS tests for certain devices.
ee7337d0b74 : STS add test to Dynamics Part 2
de42c73cbd1 : STS add yet more tests in /test/tests/security to Dynamic
0d7ea770f3c : STS add AmbiguousBundlesTest to Dynamic
d4905e9d60a : STS add tests in /test/tests/security to Dynamic
8703554ef0e : [RESTRICT AUTOMERGE] STS add tests in /test/tests/security to Dynamic
84f8c3c5c3d : [RESTRICT AUTOMERGE] STS add tests in /test/tests/security to Dynamic
deb0278761d : STS add more tests in tests/tests/security to Dynamic
b20aff635bd : [RESTRICT AUTOMERGE] STS add more tests in tests/tests/security to Dynamic
8efd3bb9183 : Remove invalid test
2948cd38ac8 : Remove invalid test
544fdc82409 : Remove invalid test
85f06a5ad5f : Launch test activites in fullscreen if checking for lifecycle changes.
6eb072383a0 : Launch SplitActivityLifecycleTest test activities in fullscreen
c7301281b2d : CtsSharedLibsApiSignatureTestCases: read shared library list once
c5c50e8bd19 : Make CtsSharedLibsApiSignatureTestCases check against current APIs
c3792ac6588 : Set lock credenitals for showWhenLocked tests
adc929ef726 : Switch signature tests to JUnit 4
1189f9143ad : Check FEATURE_TELEPHONY before Mock Modem test
36e9784b4be : Fix headset detection logic in AnalogHeadsetAudioActivity.
bbf1ed9840b : Instant apps can have notification permission
0bdc402d745 : Require MANAGED_USERS when provisioning PO.
dd3abc22c32 : testNdkInfo: Check HWB for actual config
645db3625c1 : Fix CTS test after config move to xml folder
1ea0b9567d5 : [LSC] Add LOCAL_LICENSE_KINDS to cts
2c17e65223c : Update team OWNERS file for test
84edbc4f236 : Grant profile notif send app the notif perm
94c323658ea : Add CTS tests for Action Ids and new Error classes.
d18067a8c7b : Add tests for the new SensorPrivacyManager system APIs
f077b427166 : Remove unnecessary jacoco exclude_filters
84da98d8e2b : Drop Conscrypt FD socket tests from CtsLibcoreTestCases
e8fd205e4a4 : Update team OWNERS file for test
0f2f1be122c : CTS tests for SafetyCenter API basic wiring.
45f0fb3364d : (Ims Call Verification via CTS) Fix ImsService registration issue.
163d0bdf888 : Move CtsContentTestCases to group presubmit-large
6b71760304f : Move CtsContentTestCases to group presubmit-large
be0c4d25f3f : Add test for DevicePolicyManager.acknowledgeNewUserDisclaimer()
d66107ddfaf : Update the Smartspace UI template APIs tests.
ec3000fcfa4 : Update cts tests
67d013005dd : p2p: add external approver cts tests
2ee42402082 : Fix low quality test for testLaunchTaskOnHomeInLockTaskMode.
3b0ad003c81 : KeyguardManager#isDeviceSecure tests
2d86c222b04 : Change cts-developer to only include cts-common, using cts will take in its exclusions as well.
89d9f59715b : Adds tests for paired finish behavior
8f96f40918e : Camera: Check for consistent 10-bit output support
c1d6f603909 : media CTS: Parameterize EncodeVirtualDisplayTest
da263dfbf80 : Update framework from Jetpack.
f95ec15285f : Adding CTS test for isSimPortAvailable public API.
bcc5f3bda14 : CtsMedia: Rename CtsMediaTestCases as CtsMediaMiscTestCases
4adc40d49f5 : STS convert some tests to JUnit4
480ed49a29e : Revert "Temporarily turn off certain tests when fuse-bpf is enabled"
a8de83243f0 : [SafetyCenter] Use API to add/clear additional safety sources
026beee365a : speech: Prefix trigger event with "on"
67ccd2f10da : test_channel_saturation should be `NOT_YET_MANDATED` with FIRST_API_LEVEL = 29
5ece07db5ba : Remove CtsMediaTestCases android.media.cts.DecodeAccuracyTest from cts-on-gsi
811c621630d : Solve the problem of the test item test_multi_camera_aligment
324f54bc6d8 : p2p: add NEARBY_WIFI_DEVICES for Wi-Fi Direct tests
1677a69bbba : mediapc: update encoder initialization latency test
23c8d7499b8 : [MEP] Add CTS tests for EuiccManager.SWITCH_WITHOUT_PORT_INDEX_EXCEPTION_ON_DISABLE compat change.
32c5ab701db : Fix the CTS test case failure
550573a43a7 : Rewrite OnScreenPositionTest#testImeIsNotBehindNavBar()
6ce58082644 : Add android.intent.action.ACTION_PACKAGE_CHANGED to allowlist to fix TTS CTS failure
525ffcc1d45 : Rename to VsyncCallback & Presentation time.
599a9939203 : Update CTS for setExternalPnoScanRequest
6303928b93f : Add CTS tests for Launch-into-Pip
394896a9fd3 : Wifi: Add CTS tests for MLO basic APIs
685bf518213 : Update cts test for recylerView
739d8048ce8 : Add more tests for MagnificationConfig
64314e5ffaa : Reduce flakiness by allowing multiple scans - even if empty
6f335cafa3a : Change closeRfcommServer calls to stopRfcommServer
8ec2eff9c69 : Fix MediaStore CloudMediaProvider tests
33e55cefe60 : STS add test to Dynamics Part 1
32d4777e618 : Add CTS test for custom PiP close action.
a5c06777e55 : Add the option to remove outliers from variance
32370e015d8 : ITS: only turn off tablet if it exists
9b75233b958 : Fix CTS test failure on channel utilization ratio
a91f032c03b : Add CTS test for getAllFinishedReport
14dfcd8cfbb : Remove instant app support test cases.
01e3dce224e : Set comparison coordinates for virtual mouse tests
94de610e54d : Add notif permission to AudioManagerTest
f685db0cf55 : CTS tests for support inline with touch exploration
d16a4ce15fd : Update theme tests
347f570c723 : Add CTS test for setPreferDockBigOverlays API
7b07c7ed845 : ITS: only turn off tablet if it exists
f796b85d994 : media CTS: Parameterize VideoDecoderPerfTest
b52d139face : ITS: only turn off tablet if it exists
89d40c2c28f : Add an API to bulk query broadcast response stats for all pkgs.
74496569b62 : Pass in non-null executor to createVirtualDisplay
458fea2677f : Wifi: Fix CTS test
c7a159ac63a : Fix SpellCheckerTest when IME disables spellcheck.
89e7db85873 : A fix to a previous issue: Update the test to use androidx testing libraries.
de3da7d0e30 : Test to exercise handling dreams in different processes.
2493186e156 : Allow the final modifier to be removed from a previous API
bd5ab5be972 : Only allow removal of abstract modifier from previous API
9414015fa2f : Refactor checkClassModifiersCompliance
1f8e977119a : Improve test coverage of ApiComplianceChecker
a301a311082 : Make ExpectFailure more robust
0fa928c54d0 : Introduce ActivityEmbeddingPlaceholderTests
d9403e9789a : Only run SupplementalProcessPermissionTest in @AppModeFull
37e2ad15320 : ITS: fix lint errors in its_base_test.py
8f6f647e9cb : uwb(cts): Add a ranging session start test
fd576abb3c5 : ITS: move validate lighting image save after True return
41be22efbcd : Add notification permission for widget cts tests
76a1e13a098 : Add cts tests for methods in native/include/input.h
74ebce2a55e : Fix BluetoothAdapterTest.test_factoryReset
f30ab9040c3 : Adding hostSide CTS test to verify boot display mode
64e185885bd : Skip KeyEvent input tests for volume keys on devices with flag config_handleVolumeKeysInWindowManager set and on TV devices.
6ae3c05eb74 : Add CTS tests for PiP title and subtitle.
da56ed35957 : Adjust getDirectProfilesForAttributes cts for MSD
4119b42add6 : [RESTRICT AUTOMERGE] Allow newer keymaster versions on for software attestation on TVs
749c442f448 : update the isUltrasoundSupported test
6c611524f5f : Fix instant mode failure.
a61ad6bb26b : Only get AppHibernationManager on T devices
ecb18e8ea1e : Add a focused state to the DisplayCutout test buttons.
78f9fd722bd : Move SpatializerTest to CtsMediaAudioTestCases
959e45b718b : SpatializerTest: more tests for SystemApi
8a87bda37f8 : Extend timeout for waiting for views
c6e362aa1e8 : [DO NOT MERGE] CTS: Skip screenOff tests on operator tier devices
367902e6604 : Fix SpellCheckerTest when IME disables spellcheck.
d6171ec6dec : VideoCodecTest: Extend the test to test all encoders
a89d6eb2b8b : Rename to VsyncCallback, Presentation Time.
fd6135bf77a : media CTS: Parameterize VideoCodecTest
89ea3c23ffc : Add CTS test for setBuffer w/ fence
2e22deadd95 : Reduce flakiness by allowing multiple scans - even if empty
4b48f6772b2 : Reduce flakiness by allowing multiple scans - even if empty
ea74f7add83 : Stop testing SafetyCenter APIs on non-T builds.
1a57b773229 : Add a new test case on setting unmodifiable game state.
ecc9e01a253 : [cts] only enable incremental loading progress tests on V2
f681c6253d0 : [cts] fix loading progress callback test for Auto
f711d117139 : uwb(cts): Add test for UwbFrameworkInitializer
060b6e009ce : Add GnssMeasurementCorrectionsInjectionTest
822a4688927 : cts: Add default animation for UiAutomation test
4cbe82cfdbe : Fix dEQP level tests
ccbd6dea4d9 : Migrate CertInstallDelegateTest.
13cbaa3a425 : Migrate GeneralDeleageTest.
63f614d3575 : Migrate Bluetooth tests to new infra.
2ab0a7b0a00 : Add DEFER_BOOT_COMPLETED_BROADCAST_CHANGE_ID to overridable allowlist
b911163eb9e : Update OWNERS for multiuser hostsidetests.
deb504cdfc7 : speech: Run support check in Executor
96b731ac814 : Mark multiuser tests as not dependent on foldable state.
db39e62c3fc : Fix BluetoothAdapterTest.test_factoryReset
effca5d67bb : Correct aosp hook
9645bca8f48 : Attempt #2 at AOSP-First.
86f2663846a : Cts for new back navigation
d375d7a13e7 : CEC: Remove redundant KEYCODE_HOME
e88ef8a7d3e : CEC: Fix cect_GiveSystemAudioModeStatus test
298d80f9fbc : Add RECEIVER_EXPORTED flag to MaininteractionService
9bad82943a3 : test MagnificationConfig with default values
6caf8a24486 : Adjust the way to wait for Display unfrozen in DisplaycutoutTests
d68ebda2541 : Fix multi netowrk concurrency CTS
639f25604cd : Fix multi netowrk concurrency CTS
0f16d91400c : Ensure the activity is in fullscreen mode before entering split
7f1f5a40e95 : Enable PhotoPicker file path redaction test
98b6f42305f : Fix CloudMediaProvider CTS after sync API refactor
de38770f225 : Check newly added the entity uri variable.
46a5db3dd6c : Update media resource file.
9604214868d : Fix multi netowrk concurrency CTS
ad8b8af26dc : cts test for DPP AKM APIs
91fda640bdd : Fix flaky AccessibilityImeTest
1e1e860e51a : CTS test for car telemetry notification when script finishes
155f6e407d1 : Add cts tests for Weight and Trailer properties.
05485d2ffb6 : [cts] add flags getValue() tests
52f527c7286 : Check tuner feature before running testGetClientPriority
a0641313a76 : MediaRouter2Test: Import FEATURES_ALL
6c7fb67d095 : Fix multi netowrk concurrency CTS
abea374336e : Remove hidden bluetoothClass calls from cts
167f626891d : Call constructors of BluetoothClass' static inner classes
0d5161bb99e : Fix A2dp test permission
4032df2a722 : Add coverage for bluetooth API
10620af490f : Add required flag to registerReceiver for T+
aa0637365cb : DO NOT MERGE Inclusion of Catbox to BFG
d30598e72fe : SplashScreenTests: Do not test against navigation bar pixels.
b7aac1fc671 : Updates CTS for MANAGE_WALLPAPER_EFFECTS_GENERATION permission.
8e724a53ab8 : Add CTS test for eglDupNativeFenceFDANDROID
9a9662e96ea : Implement checking whether the caller holds all required permissions.
8336a990581 : Add support for knownSigner flag in PermissionPolicyTest
48d8d853a34 : ITS: skip test_flip_mirror.py on mono camera
aa3c29e4921 : Camera: Add cts test for mandatory stream combinations with PREVIEW_STABILIZATION
2eb3bb93d53 : Revert changes made in ag/16786876
ab5ebf11166 : fix SelfManagedConnectionTest failures
d09a64635af : fix SelfManagedConnectionTest failures
4c29fce663a : [cts/libs/install] use PackageInfoFlags
bb8bd1cca70 : Extra RSA tests
323af6a422e : Ensure UCE network requests do not block cached caps from being returned
6ddc2fb54af : Disable non focused window owner test.
87cae9102f7 : STS add all tests in CtsSecurityBulletinHostTestCases to Dynamic
cecc07a737b : Add CTS tests for Expanded Pip
bf7f42c33cc : Test the cloud provider is sent to the system.
b44c75d3d00 : MediaMuxerTest: Ignore testDolbyVisionVideoOnlyP8
8128d83d103 : [DO NOT MERGE] Temporarily exclude KeyManagementTest on work profile and secondary user.
6d8071423ea : Verify registerComponentCallbacks
29a32c43621 : Camera: Configure guaranteed stream for timestamp base test
4b9ee8649b2 : CTS test for Android Security b/201645790
ebcede25c43 : speech: Fix plurality
33dd6ab762e : Added Bluetooth public APIs testing
24e14f2f448 : Adjust the way to wait for Display unfrozen in DisplaycutoutTests
1e9005b39f0 : Drain the ordered broadcast queue before the ActivityManagerTest
02dd5862550 : [RESTRICT AUTOMERGE] Ignore testTurnScreenOnWithAttr_Freeform on android 12.
e169be40ccf : CtsMediaDrmTestCases uses internet
222bfeac56e : hap: Adjust tests to match the API
874c64cef5e : CtsMediaDecoderTestCases: Remove skipped tests in NativeDecoderTest
3dd43254a24 : Revert "(TouchMode Permission 2.5/n) Update CTS augmented tests"
49982ebe880 : Revert^2 "Update usage of VirtualDevice.createVirtualDisplay"
0fac636987e : Revert "Update usage of VirtualDevice.createVirtualDisplay"
d68ab4e2430 : Rename CallQuality.Builder in CTS
10d33c39639 : VSR must not check `ro.vendor.build.version.sdk`
08ebfd9b8b3 : remove libbpf_android from CtsAppOpsTestCases
b30710c2bb7 : Spatializer SysApi tests for available / head tracker
f125b0dda54 : Fix CloseOutsideTests#finishTrue on PC CF
de76e22dfaf : Make AppHibernationIntegrationTest app mode full only
6822c8acdb7 : Fixes testCreateAndManageUser_newUserDisclaimer
293eab74a7c : Test that Low Power Standby disables wakelocks when active
9deb126fe4d : Inclusion of catbox to bfg
2caf2ef311a : TIAF CTS: improve test cases
7aceb4d60a8 : Add remaining tests for window insets
83b728d8898 : Fixed cts tests to work with BluetoothAdapter restrictions
5f341648955 : Addressing testing TODOs from globalGetByDocId
c841bdbfc3b : Add coverage for bluetooth API
231d03e9d47 : Add utility function to set servo speed
3589a4316df : add test for AlwaysOnHotworDetector.destroy API
519f2efe186 : add AlwaysOnHotwordDetector.EventPayload unit test
f72e188d931 : CloudSearch API CTS: add the field of source to SearchRequest
b9642e07494 : Modify the Smartspace UI templates API tests.
f477449ba4f : [Nearby Media Devices] Add CTS tests for new API.
2bc1d9e237d : Update Dream CTS tests owners.
87cd8d2d4ba : CtsMediaEncoderTestCases: Parameterize VideoEncoderTest
80a21915eb8 : Remove @SystemApi from public permissions
48c81dfb488 : Update CTS for Change invalid input exception to IllegalArgumentException.
7018aefb60d : CTS for WifiManager#isItPossibleToCreateInterface
d04911e7737 : media CTS: Parameterize EncodeDecodeTest
c5993a09d8e : CtsMediaEncoderTestCases: parameterize EncoderTest
551fb409e87 : A overloaded API for downloadSubscription with portIndex for LPA
e2d64d3b218 : Add LOCAL_LICENSE_KINDS to cts
55dd5ec4938 : media CTS: Parameterize AdaptivePlaybackTest
f274c340837 : [RESTRICT AUTOMERGE] Ignore testTurnScreenOnWithAttr_Freeform on android 12.
371e998c5e4 : CTS Test for SecurityLog.TAG_PASSWORD_CHANGED
82b9085f841 : Adding flag for dynamically registered receiver
29eb58233ca : Add more CTS coverage for remote video preview APIs
17080d9d657 : CTS test for the new certificateLineageContains API under IntegrityFormula.
fa5054a892f : Add CTS test to verify exception for passing unknown to setNightModeCustomType
6696a8f7f6c : Export recievers for permission tapjacking tests
55adbf32579 : Update language to comply with Android’s inclusive language guidance
406c96bdf33 : Add initial CTS test for GameSession takeScreenshot API
9d423f836ea : Add required flag for receiver calls in the test
b7dcb603a7e : Basic tests for AfM.showAutofillDialog
5eec84deae5 : Remove <Set Menu Language> CTS
8465c990ea2 : Test that in development CODENAME is present in KNOWN_CODENAMES.
bf1ecf252f9 : Move AudioDescriptorTest & AudioProfileTest to CtsMediaAudioTestCases
f7a97c4f9d7 : [RESTRICT AUTOMERGE] CTS test for Android Security b/120502559
303cf781954 : CTS test for Android Security b/120502559
8d3e533bd0a : Use adoptShellPermissionIdentity to adopt shell permission
a6c8bc62bb3 : Fix drag shadow does not render on screen when perform drag (2/2)
4d40c04d682 : Add EXPORTED flag for ImeCommandReceiver
a1203825267 : Add test for hide embedded TaskFragment between adjacent TFs
ea932a560c1 : Switch all RoR CTS tests to server based
31425cb8b7b : Adjust the way to wait for Display unfrozen in DisplaycutoutTests
63cba66008e : Verify onConfiguraitonChanged on small size change
c3bfbd03fda : Adjust the way to wait for Display unfrozen in DisplaycutoutTests
0744d7aacb7 : Add more test coverage for GameManager
739665a4fb1 : Verify cross-UID ActivityEmbedding
61f7fc99843 : Test camera access blocking for activities on virtual devices
80460da88ac : (TouchMode Permission 3/n) Add CTS for touch mode
5564399aabe : Update UI on UIThread in AccessibilityEventTest
a2244748aba : CTS Verifier test for car launcher displaying car-service-disabled apps
47b9c978756 : Cts tests for renaming ProximityUpdateCallback
71da33a30da : Add CTS tests for window insets
4f33b5db70a : Fixed cts tests to work with BluetoothAdapter restrictions
a508f2c7063 : Add Winson to OWNERS
8891565b12e : Add CTS tests for 'internal' Action.isResolving
be96fe64747 : Delete PackageIncidentTest
7187d44e5a3 : Add CTS tests for SeverityNoneIconType
78ad30ee500 : Add CTS tests for handling permissions of supplemental processes uids
f183787bbd0 : STS Catch ActivityNotFoundException
cf22d055ff6 : STS Catch ActivityNotFoundException
0a0c6c2b54b : STS add all tests in CtsSecurityBulletinHostTestCases to Dynamic
7139cb92e9e : Increase waiting to account for slow operations
5f86358ca1a : Add CtsVerifier Test for Clipboard Preview
0bbae4818d3 : Add test cases for background startForeground() improvement.
f66d3b4b40c : Notify test thread only after the callback thread has updated internal stats.
bc14f3de34d : [Nearby Media Devices] Add OWNERS for the new CTS test.
633c7e5a65e : Add CTS tests for uid-based PMs APIs
9b704e594ea : Add CTS tests for new API for media remote playback
972b995df1b : Add CTS tests for game service overlays
8bfb56547b6 : MediaActivityTest: fix how fixed volume is checked
1fedecaa8d4 : ITS: skip test_flip_mirror.py on mono camera
cd84b334617 : ITS: skip test_flip_mirror.py on mono camera
6039da70816 : Adding a test for USE_EXACT_ALARM permission
deb1059d11a : Adding a normal permission for exact alarms
540db293eca : Tests "continue" methods in Notification tests
bef3568e7e7 : Fix MediaProvider MTS config
10134c50f0a : SurfaceControlViewHost: Test for popup
bace61769ea : Update the test for EventLogHelper#writeCarUserManagerAddListener with new boolean parameter.
68092f70575 : Relocate NNAPI statsdatom tests to its own directory
9e9a19b2929 : Revert "Merge "Add test cases for background startForeground() i..."
dce8cb81711 : EDI for permission granted flag
c6273bcce76 : TIAF CTS: improve test coverage 2
0ef9a8a9c36 : Fix oldHibernationValue not being initialized
0640ad017a7 : Fix flaky test of MediaStoreUiTest
1c35c7abe95 : Modified CTS tests to verify matchesCallFilter functionality
f14cf7d4c1a : Adding tests for KeyStoreException
bbdf0f6e39d : ITS: handle non 4:3 & 16:9 sensors better
f2babf5f12c : cts: test API: getNetworkKey and getAllNetworkKeys
4687fc9ffc6 : speech: Test checkModel/trigger download
e47a6019e90 : wifi: refine API: notifyCountryCodeChanged
9531557ece2 : Use Intent.EXTRA_USER for ACTION_CHANGE_DEFAULT
a2a31c06a92 : Remove hidden bluetoothClass calls from cts
9ba9b852305 : Fix flaky test of MediaStoreUiTest
d5922b7b06e : Fix A2dp test permission
35d66c03de9 : Move DeviceOwner tests into CTS.
4c0f5a38523 : Add Ignore annotation to LostModeLocationTest
5476f1b8631 : Update language to comply with Android’s inclusive language guidance
45d7179a113 : Add permission of tests for UsbPort systemApis
9be135ac5c5 : Add missing tests for filtering routes
561dbc567df : Add CTS for builtin VoiceInteractionHelperTest
f65407a079d : Fix flaky test case in BackgroundRestrictedAlarmsTest
8b9310e57f7 : mediapc: update android T perf class min memory
7427c8c9cb4 : Refine sleep length in AccessibilityEventTest
62aca04b1cb : Rework AccessibilityEventTest to use UIAutomation instead of sleeping.
68e6065fd86 : Add CTS test for end to end script execution
5319f07df9f : Add CTS test to make sure Telecom won't uselessly unbind and rebind to default dialer.
451b31fdeba : Refine sleep length in AccessibilityEventTest
bd6bbd0d72d : Add accessibility intro CTS tests
6998d39b6fc : Add CTS test for a11y ime apis
392ee2d0c43 : Delete PackageIncidentTest
ef597ab4ec9 : modify carrier config key format for ProvisioningManager refactor
40178f76a3d : CTS tests for prefetching
d299988fd89 : Add CTS test on CreateGameSessionRequest#getTaskId
7ddd279caa8 : [RESTRICT AUTOMERGE] CtsSystemApiSignatureTestCases: Stop checking android.test.* classes
1928b8c02e2 : Added more CTS test for CarServiceHelperService
17bf4456000 : Move assumeTrue(FEATURE_COMPANION) into FakeAssociationRule
0432b2b7bfd : cts_aaudio: avoid null access when open fails
25a273e3fbf : Updating test in case ethernet is not available
353f7cd5c6e : Set fullscreen mode when dismissing splitscreen.
b539bfaaad0 : Add more cts coverage for limited axes imu sensor types.
0d986ef16d8 : Update volume test for TV device
a02891dc12a : Update OWNERS for CtsSyncContentHostTestCases.
57d5e4d463c : Add device poliy manager support for profile network preference
83f2de3afcc : fixing 3 broken telecom tests via cleanup and query
c4ad9207e42 : [DO NOT MERGE]Add testNoRemotelyAccessibleListeningUdpPorts to known-failures
87886e5ea6f : CTS test for WifiManager#getLastCallerInfoForApi
9df5d71160b : [Media TTT] Update UpdateMediaTapToTransferReceiverDisplayTest with new API parameters.
fdf32417d8f : [Media TTT] Add CTS tests that verify the window gets displayed for the correct media transfer states.
39320e28ff1 : Updated CTS test for Android Security b/178725766
5bda0732854 : Updated CTS test for Android Security b/178725766
c0c20ba8e3c : test for new android.media.metrics.BundleSession classes
087aafafb4d : BT: Remove HAP CTS tests that use non system APIs
bdc66ffa502 : ImageReaderDecoderTest: Added 10 bit decode tests
a1599f7eef3 : Add OWNERS file for CtsVerifier clipboard tests
4f6498af829 : Test for DPM#getDeviceManagerRoleHolderPackageName
9342e1174d4 : Change meta-data to property in cts test
e2eb5131a1a : Don't explicitly launch test activity in fullscreen in AssistantStackTests
4a0768f1168 : Camera: Add timestamp base CTS test
3eda3923dcc : Update usage of VirtualDevice.createVirtualDisplay
a8637dbc50b : Add CTS for DisplayAreaOrganizerHelper
87a2c6ce798 : Add CTS test cases for TaskInfoHelper APIs
3b219d3523f : Use adoptShellPermissionIdentity to adopt shell permission
bcedde60d17 : Change wait time after active source switch
62fb9ea0493 : ITS: add ability to check if lights are OFF too.
359dc29ad40 : tests for new android.media.metrics.* classes
61adcea8418 : Updated test cases name (test_isadbWifi)
e2c0672487d : CTS tests for adding REASON_ASSISTANT_CANCEL
e101620a088 : CEC: Test Volume <User Control Pressed>
c1128d61c8d : Move DynamicConfig handling into AbstractApiTest
6c45c072fdc : Add CTS tests for GameSession restart game API.
3d5f43c4e2d : Add basic test coverage for surface controller APIs
390aca5068b : Move AccessibilityServicesTest into CTS.
3b7324a8d0b : Wait for playback start in video preview tests
9252a29d2d9 : Add test for generic ObjectAnimator#ofObject()
e9773955561 : Add setDataSpace tests
0f6bba443bb : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/178725766
cf8083634af : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/178725766
cf7651aff72 : CTS tests for ProvisioningException
ebf22a6df73 : Add coverage for bluetooth API
3b910dea9da : Adapt tests to preventable IME startup
f8ef692d8e5 : Wait for playback start in video preview tests
bfbd2ccfc19 : Add test for MediaDrmStateException#getDiagnosticInfo.
cc3827b0795 : Removed getMaxCodecType API
3975015e403 : [DO NOT MERGE] Fix for newlyProvisionedManagedProfile_removesNonRequiredAppsFromProfile
4dd280cbe9d : Add myself and David to Keystore CTS owners
aeb4dcdead0 : Revert^2 "speech: Allow long speech sessions"
84364e3fa23 : Added Bluetooth public APIs testing
549b2a8a1b6 : Change wait time after active source switch
24d62112b6b : Add tests for Activity.startActivityForResultAsUser.
bccb2811245 : Removed test of hidden API
d60d46ee199 : Batteryless device can not pass com.android.cts.devicepolicy.DeviceOwnerTest#testInstallUpdate
04a7cbf2ce9 : Rename PositivePolicyTest and NegativePolicyTest to PolicyAppliesTest and PolicyDoesNotApplyTest.
8765414a881 : CTS test for the AmbientContextEvent status query API.
c9fc4868ef9 : Add test for ActivityOptions#getSplashScreenStyle
3bf894af2e8 : Modifies CTS test cases to test changed name APIs
e26b39c9b0a : CEC: Add CTS test hf4_10_5
c3f1ce1cf08 : Make CTS more robust to power state changes
4ec2175bd57 : Wifi: Add CTS tests for APIs for set/get SoftAp Configured MaxChannelBandwidth
e22f091f9e3 : Ensure hibernation is enabled for hibernation tests
973acbedd12 : Add test for new API windowSplashScreenBehavior.
69f0432ecdc : Add cts tests for EV charging properties.
863c24cc7cc : MediaMuxerTest: Add tests for muxing Dolby Vision Profile 8.4 and 9.2
79478cdf6f6 : Add CTS tests for basic heading sensor verification.
e490f07a7f6 : Revert "ImageReaderDecoderTest: Added 10 bit decode tests"
2e5d2a663cb : (TouchMode Permission 2.5/n) Update CTS augmented tests
b2873f382de : Update framework from Jetpack.
dae05bad9c1 : Add carrier privileges cases in CarrierServiceTest
64cc4e77e52 : Annotate test module CtsHostsideTvTests for foldable device
9b4cb2a7bda : Annotate test module CtsTvTestCases for foldable device
b8cbc29b191 : Add ASensorManager_getDynamicSensorList tests.
88121766d85 : Add CTS tests for basic limited axes imu sensor verification.
c8180d897db : Skip symlinks when recursing in system/${LIB}.
f8a1ed32358 : add permission for cts
274de61f5e9 : Replace TelephonyManager#rebootRadio to new added TelephonyManager#rebootModem
6532ccc22f4 : Add CTS test for add/remove MetricsConfig
ca88ebf3e39 : cts: add cts tests for perfetto framework reporting atoms
2e550bbd580 : Adds CTS test for QuickAccessWalletClient.
488c3435a44 : Remove DeviceCalculatedPowerBlameUid and DeviceCalculatedPowerBlameOther atoms
083f7ac9196 : TIAF CTS: Add test coverage for TvInteractiveAppManager and TvInteractiveAppView
13b61f476d1 : Temporarily skip platformPermissionPolicyIsUnaltered
460dbfdbcdb : [DO NOT MERGE] Add KeyManagementTests to known failures until mainline can be updated.
d4ec330cc32 : Adding CTS test for MEP feature flag.
d6fff6df815 : Specify a 3 second long press when toggle mute using headset.
ea4037d772c : Revert "Add cts tests for new cross device calling api"
686783ab4a3 : Capture usagestats service dump before test teardown.
904cbc3ac75 : Make timestamps of notification related events a bit more accurate.
e2be12e2949 : CtsNdkBinderTestCases: ignore foldable
7bbc4abe930 : Set foldable annotation for CtsVcnTestCases
999b88bbedb : Add CTSVerifier test for launching the work tab
7e200b1a684 : Specify explicitly in build files the needed extra resources
42c3a3f7588 : Updates to MediaPlayer/Recorder random tests
647174beb9a : Disable per-process app class to investigate (disabling CTS)
04eb8ac828f : Revert "speech: Allow long speech sessions"
c66157bbc4f : Add test cases for background startForeground() improvement.
4787d36884c : Revert "Ask for notification permission"
35eadc722c7 : Track API change
139f2951bca : CtsMedia: Add Android.bp for common and move required files
56531bdc689 : Add CTS for builtin PowerManagerHelper
eeb5555d7a2 : CTS: Add regression test for detaching served, but not next served view
5cacbfe5a09 : Handle notification permission popup
86d3e515095 : Update importance assumption
f35be3416b0 : Add CTS tests for GameSession start activity APIs
122fc887b01 : Add support for accessibility services to Nene.
9b70ed60736 : Make android.test.base and similar signature tests more robust
c6f580b068f : Mark all IMF tests to include all foldable states
36867e596b2 : Add notif permission to usagestatstest
f1fa775b27e : Fix MediaProvider MTS config
ece5a1c482b : Add notif permission to LooperStatsTests
4a68208721a : Revert^2 "Ask for notification permission"
274ede4f28d : Update SelfPresenceReportingTest CDM CTS test
eda0a826910 : TIAF CTS: improve test coverage
b3849e20455 : Added CTS permission test for the assistant APIs.
11e7c9afcd5 : Revert "Ask for notification permission"
5d9fad950ea : Add tests for InstallSourceInfo.getPackageSource()
a82e9eb5d97 : CTS test for Android Security b/121035711
edf02f0ea14 : [RESTRICT AUTOMERGE] CTS test for Android Security b/121035711
727b3d77bbd : [RESTRICT AUTOMERGE] CTS test for Android Security b/121035711
f2db60c24a5 : CTS test for Android Security b/116788646
6a2fa53530d : Wifi: Add CTS tests for APIs for set/get ACS channels
c7d90249de6 : Add ImageWriter fence-related cts case
2495ca7f3ab : Ask for notification permission
281c21c9756 : Camera: Verify extension parameter and result support
87e0c4588bb : Add API coverage for hibernation stats
d5edde1a856 : CTS test for eth network management API access
0ec2c5fc64e : Test Passpoint subscription expiration APIs
41053f7646c : Update ActivityId to implement Parcelable
a3bee68b90b : CTS test for eth network management API access
b19c31a86ef : Confirm userfaultfd API has the required feature
37ff26b3b7f : Increased timeout limit for VisualVoicemailServiceTest to avoid flakiness.
74089dd43d7 : Monitor carrier privilege change with CarrierPrivilegesListener
606d6ac2026 : Camera: Add CTS for automotive camera characteristics
3d27581c00b : Update AdbManagerHostDeviceTest.java
75ec07afdf9 : [Media TTT] Add OWNERS for the new CTS tests.
06860042eb4 : Camera:Test for 60fps preview.
893c0e05e18 : Added CTS tests for CarServiceHelperService
4aed3d671fa : Refactor CTSVerifier so it has a library target for the current Android Version.
a4655c698dc : Fix for newlyProvisionedManagedProfile_removesNonRequiredAppsFromProfile
457e773ef90 : Add CTS tests for Smartspace UI templates classes.
674f7e79028 : Add test for restricted views to MMS db
69b0e6ab005 : ImageReaderDecoderTest: Added 10 bit decode tests
15042031180 : Test for consistency of KNOWN_CODENAMES.
4ab2ea9625b : Add CTS for testing setPackageSource()
46da58b18ba : Add tests for getDrawable API overide with Icons
c3796307730 : Add accessibility tile service CTS tests
0fdffa4f9ef : Make Bedstead AOSP first.
b7e241cadfc : [SafetyCenter] Test isEnabled() method in SafetySourceStatus
c67fb38ca0b : Add @UserTest and @CrossUserTest to parameterize.
206f54ea85c : Add @PermissionTest to parameterize on permissions
eeb5dbccc84 : mediav2 CTS: Update device detection methods
82f87a54c40 : Fix tuner CTS after api change
3539d9725b5 : [MEP] Add CTS for EXTRA_RESOLUTION_SUBSCRIPTION_ID intent extra
e0aa1d58129 : Update tests to check Intent.EXTRA_NEW_UID
840354cd0d3 : WifiSsidPolicy replace static method with constructor
d968bcd8a48 : (TouchMode Permission 2.3/n) Update CTS focusable tests
9cbec6c82ce : CEC: DUT sends correct CEC messages for long press
a520c972bde : CEC: Test that DUT feature aborts correctly
b5f092d77ff : [CTS] reduce RTT test flakiness
5f1a2b80506 : [CTS] Make test run on T develop Sdk
772b9ea21cd : CloudSearch API: Adds CTS tests for the higher coverage
8e2b5c9e6bc : Add @AppModeFull annotation to VDM CTS tests
a5c7e7175f3 : Add more VDM tests to increase coverage
c3082afc641 : TIAF CTS: add test cases for BroadcastInfo subclasses 2
5677dd03dc2 : Fix testRotatedInfoWithFixedRotationTransform on PC
f440ee0f55b : Add required flag to registerReceiver calls in UseMicCamera
53f1058e4f5 : Update self-revocation CTS tests for per-permission revocation
2700ff9d2fb : Update CTS tests for one time permissions - add killedDelay parameter
bb30260d42d : Remove invisible unicode characters
8e19af99175 : Add CTS tests for handwriting initiation on unfocused EditText
bc6d462d773 : Remove invisible unicode characters
94e77cc8145 : Wait for user switched to avoid install failure
16c0eea84a6 : Fix test for node's isTextSelectable
b4bd2180457 : Exclude test classes from coverage instrumentation.
826c9f275a1 : Move tests for codename constants into a separate test.
c996299a547 : Downgrade assertion to assumption to prevent bad test failure
11f84234860 : SurfaceControlViewHost: Test touch obscuring behavior
e1e9c9a15c4 : Update UI Automation tests for media permissions
04c88d6db5f : Add tests for Preview Mute button
6f920777130 : Add test for new head tracker sensor
5dc82ea0320 : Migrate CrossProfileAppsPermissionHostSideTest
449d90e99b0 : Test: Add tests to check if warning banners are present when privacy is enabled for sensors
1d582781240 : DO NOT MERGE CTS for PerSimStatus atom
6b393e50cdd : Make CtsBiometricsTestCases output in android-cts with proper hierarchy
d85b4f41fa3 : Add Picker cts tests to mainline presubmit
2d30cb8a6f9 : Remove usage of repackaged.android.test... libraries
d9a179b6735 : Remove isOpaque from RuntimeShader tests
521b9bb3df7 : Adding a test for in-band ringtone
90e02aa8556 : Allow DiP values in the translate XML animation (2/2)
1769a714174 : [Safety Center] Test sending permission for refresh API broadcast
feb45dc0397 : Adding test coverage for myAttributionSource
0d194000e17 : AppCloning test-suite creation along with the migration of CTS tests
fbba6a2fbab : [SafetyCenter] Add missing tests for SafetySourceData and SafetySourceIssue
80defacbdce : [Safety Center] Test fields added in ag/16714312
6407c8d8402 : Acquire partial wakelock for inattentive sleep tests
c33e8de5902 : Verify ARC triggers SAD request
c6a3d9c3c52 : Add LOW_POWER_STANDBY_ENABLED_CHANGED protected-broadcast declaration
4cab128bd38 : CTS for AudioProfile and AudioDescriptor API changes
0a51306a54f : CTS test for isCredentialSharedWithParent
d393e727551 : Test for checking if public visible volumes are returned for user that it is not mounted on
c96d6dbf1af : Annotate SELinux tests as not foldable-dependent
e24f1acfa4a : Fix testMultiSelect_PreviewVideoControlsVisibility
5994e447623 : Add tests for Freezer AppExit code
16597578641 : Add PrecomputedTextTest for extent calculation
e9ab1797cec : Replace SSID String with WifiSsid
0198783bfda : Supported URLLC, EMBB, and CBS slicing
9075c31f4b0 : Supported traffic descriptor based network capability
c5d93a8a382 : Add security test for AttributionSource
da3c6f7e318 : p2p: add CTS tests for vendor-specific information element APIs
67ac853ee89 : Fixed CtsTelephonyTestCases when device doesn't have SIM data communication.
772e7ea18f8 : Fixed CtsTelephonyTestCases when device doesn't have SIM data communication.
a46a3f43a28 : BT: Fix assert in BluetoothLeBroadcastMetadataTest
0a68d2b95b9 : BT: Update HAP profile test with new APIs
75b77c6e275 : BT: Add missing @Test annothation for Broadcast tests
70b3af1274d : Adding CTS testcases for HAP client
a7087231a21 : Add CTS test for BLE audio broadcast
c6f0ae03b9a : Add tweek@ to OWNERS
73541de9e31 : Adding new permissions for PermissionPolicyTest
a6391e16fe5 : Adding CTS test for new public API ENCODING_KSC5601
af5476c8497 : Adding new permissions for PermissionPolicyTest
fa5a9cbbf01 : Added hostside test for CarServiceHelperService
7da79328d87 : Fixes ActivityDumpTest to handle deprecated options
31267aeea89 : Launch app in fullscreen on secondary display.
35486422913 : testFixedOrientationWhenRotating: get the SizeInfo from ResizeableActivity as the initial value.
f33d0077f1d : Fixes CtsVerifier to use current user for dpm.setRequiredPasswordComplexity()
a410cb3825b : Add cts test for AD type filter APIs
299e49414c8 : Add CTS test for new added functions in BluetoothLeAudioCodecStatus
bc74b1feb21 : Add some basic retuen value check to FrontendStatus tests.
36fcbef8e1a : Fixes ActivityDumpTest after changes on Activity for "legacy" cases.
d78cca93c76 : Modify API names
79800865483 : Fix PermissionPolicyTest and SplitPermissionsSystemTest
00dd15703fa : Revert "Temporarily turn off certain tests when fuse-bpf is enabled"
9200c56f8f9 : Keystore: Test public error information
72927160471 : Require that an Android device not support a Vulkan variant
c7b65971930 : Fix HDMI connect logic Also, update to new UI standards
98964b49d14 : [Media TTT] Add OWNERS for the new CTS tests.
a34c7e351a4 : Make CtsJniTestCases output in android-cts with proper hierarchy
cb5776e58a9 : Adding CTS Test case for getSimApplicationState api.
09646e21b3a : Add more owners in cts tests permission2 manifest.
239509782fa : Verify that proc state data is included in the BatteryUsageStats atom
52d64e494b5 : [RESTRICT AUTOMERGE] Use stable task bounds in testSplashscreenContent
a8670b38824 : cts: Make native midi timestamps positive
41be8f7274a : Merge "Update "mts" tag to "mts-mainline-infra" on CtsStrictJavaPackagesTestCases to enable it to be properly packaged." am: 682210fa4f am: 9f92c89bec am: 866d71ad86 am: e6eef62a1d
1a952ef8154 : Migrate all CrossProfileAppsHostSideTests.
47cdbf4f3bc : Add HapticsDeviceInfo collector to gather device vibrator info.
bae00863609 : Added SnapshotTaskTests
8bb09bd3221 : Test: user switch doesn't crash system service
ec9d2b4dcbb : Camera: Add test for stream use case
8f8c7e3ce14 : Define test cases for remaining car mainline CTS
99c2c9ca444 : Fix tests for virtual devices
3fe5b49f5c6 : Add cts tests for new SystemAPIs in DevicePolicyManager.
881f658f88d : [Media TTT] Add CTS tests for the new SystemApis.
16b93d3f8a7 : cts: Add BENGAL/BENGALP-IOT target to allow list in the CTS test case
b00515c6fb3 : speech: Allow long speech sessions
0b501d018d2 : Set some storage tests to not use instant app.
23cff942c26 : Build appsearch cts against the SDK
c3439f0c9d4 : CTS test for Android Security b/185126149
b5774f2f145 : CEC: 4-2-17 Feature Abort with correct reason
ebcd2ed2a99 : (Ims Call Verification via CTS) Fix ImsService registration issue.
7ef5582e0b8 : CEC: Test ARC related bits in <Report Features>
8eee949501b : Add tests for SubscriptionPlan expiration
bcd27359fe4 : mediapc: update utils for Android T Perf Class
cf1413798ba : CEC: Add cect_4_2_2_ignoreMessagesFromAddressF test
47f80270d2d : Add test for DevicePolicyManager.acknowledgeNewUserDisclaimer()
5a25c7e5e09 : Verify network template Builder will throw for invalid arguments
0ec592c9cba : Test selecting VCN underlying network according to configurations
cc28d3e77f2 : Compile native CTS tests against libandroid, not libandroid_net.
b4b55817c77 : CTS tests for repeated APIs
8df5c70584d : Test speech state change types when parcelling accessibility events.
823bc6cd6d8 : Just use android::base::GetBoolProperty...
26c2be024f1 : Camera: Do not use high quality thumbnail
8ceaa97852f : Assist scrnshot test: Temporarily disregard screen size.
a08c3f0bed8 : [CTS] Add test for WifiSsid suggestion API
907a96d31d5 : Update CTS test for the new game mode intervention resource file
e52fa43d01e : (TouchMode Permission 2.2/n) Update CTS text tests
90b48f79daf : Added more CTS test for UserManagerHelper
cf386e92dde : TIAF CTS: add test cases for BroadcastInfo subclasses
54237ccae2b : Update Cts for OnBackDispatcherTest
3d24b95c1a1 : Refactor game service CTS AIDLs into their own package.
9e041a21c78 : Add cts tests for fog light properties
226151aec32 : Add CTS test for WifiManager#setCustomDhcpOption
12b5b549e88 : Fix KeepClearRectsTests splitscreen test
6adb1b0d093 : [WifiSoftAp] Add CTS check for VendorElements
6c952499a43 : Add cts testing for new added GlobalAction.
be89718c6c3 : Mark all virtual device tests ignored
0bf57a545fd : Update tests to stop passing allowedToRemoveOne to UM.getRemainingCreatableProfileCount()
113efca87ac : [CTS Verifier] Cleanup ReportLogsDirectory
3f7c0b2ab78 : Add CTS tests for HandwritingInitiator
6acef24ea19 : Add a PackageManagerHelperHostTest CTS
7e9af4a2165 : Add CTS for 'Power State Change On Active Source Lost'
f8c1a7f1445 : Remove CTS tests checking that <Set Menu Language> is ignored
cfaaa32e983 : Add ExtendAnimation tests
e101bcb220f : Ignore failing test until a workaround is found
e1f077fb34d : Make CTS more robust to power state changes
e4192775aa1 : Don't retry for expected exceptions in TestApps.
8692ceeea86 : Change assertion logic to use MIME type with pickerdb off
c6eded65a8c : update file system tests for Android T
a214dc2060e : Ignore the app restriction test cases if the app standby isn't enabled
47e437e6dbe : Add cts tests for wallpaper effects generation API
2683d003443 : Move NetworkUsageStatsTest to networking CTS tests.
d64811370e4 : Skip CtsPrintTestCases[instant] for the rewrite to accommodate landscape mode
59ad0140a4b : CEC: Add test to validate setVendorCommandApi
85164594790 : Remove jgalenson from selinux/OWNERS
8478106d20f : Fixed DeviceOwner logout tests.
e0260b44911 : Skip sensor blocked banner test for Auto
d3af2c02f38 : Adding cts tests for proximity api in Attention Service
2d0d239495f : Revert "Add TrustTestCases CTS test with first test for onUserRe..."
3edc7c4f5c5 : setExternalPnoScanRequets CTS add frequency
db367954ea2 : Add CTS test for VirtualDeviceManager
fc1374c481b : Change callback names
9e64789fe4c : Add shell permission for TIF vendor extension interfaces testcases
bb5a368b603 : Set two apps to contribute I/O for one shared userId in CTS hostside.
54aabc93a9d : MediaMuxerTest: Updates to cloneMediaUsingMuxer
5f970b91e39 : Change API names
2f132f2046e : Update MockModem CTS tests for IRadio APIs
a7c355bc059 : Add CTS Tests to cover all NewUserRequest.Builder properties.
589ecc4b37d : Update allowed time key.
5241025da2b : limit TelecomManager#registerPhoneAccount to 10; CTS tests
1d4c165730a : Fixing CTS tests in CloudSearch Service. Test: atest, CTS tests Bug: 217100319
9391b78db98 : Verify permission enforcement for recordBroadcastResponseStats API.
4ac06064225 : Revert "Remove configs relevant to iorap"
780465c1064 : Refactor UID migration test to Kotlin
0d3af21fdd7 : Assert null disallowed for new preferences
9ac98d26bee : Fix Cts ImageWriterTest case setting issue.
9c3f8463c30 : [SafetyCenter] Test explicit broadcasts in refresh API
4d3c2ba8d02 : Move assumption outside of runWithShellPermissionIdentity
c00cd8cfd25 : Add CTS tests for virtual input devices
07c65b330ec : Revert "Use text to find toggle buttons on automotive"
2142d319b91 : identity: Add tests to check that implementations support 32 bytes for challenges.
1b1c9a8b0bc : Add SUPPRESS_CLIPBOARD_ACCESS_NOTIFICATION permission
dec9702c605 : Fix sensor permission test for body sensor
322696efe32 : Enable PhotoPicker intent on R device
fa5cbdb2c0f : Close Cursor before end of test.
ea643ea9f04 : Incase testPendingIntentBroadcastTimeout_delay12s's delay base on hwTimeoutMultiplier
498d9ef53a4 : Use shell stdin to install packages pre-S instead of writing files.
750db589488 : Add roosa to manifest OWNERS
68a5eebbfe2 : Add USE_UNRESTRICTED_KEEP_CLEAR_AREAS to cts expected permissions
9281c28e22d : Separate android.test.base testing from other CTS signature tests
5747cc477db : Allow getString/Drawable APIs to accept null default values
4f171e0eb83 : Add test for ACTION_OPEN_DOCUMENT intent which calls into MediaDocumentsProvider
ece2802d08e : Add storage owner for StorageManagerTest
2100d0282dd : Fix BluetoothFrameworkInitializerTest testing twice
9a2ba237054 : Change assertion logic to use MIME type with pickerdb off
64ec1b9921c : CEC: Add cect_hf4_6_27_standby_action_20 test
7173276621a : CEC: Acquire wakelock only once
480e3810d9e : Fix hotword op test for TV+Auto
2224463f74a : Remove nnk to match AOSP.
22677d74acd : Readd Xml Config CTS tests.
98b1b6f1a8b : Revert "Fix PermissionPolicyTest and SplitPermissionsSystemTest"
f43ad9ebf95 : Update MockModem CTS tests for IRadio APIs
fac08fc3fdf : Call super.onUnlocked()
257506cc10c : Make broadcast response fg threshold state configurable.
55a885d14e6 : wifi: Fix SDK version check doesn't work
167e3cf118d : SurfaceControlViewHostTests: Fix failing test
38d32ee91df : Call super in callback methods to increase test coverage
5f007964ab6 : Add @Ignore for FaultyTvInputService related tests
9a2b75bd497 : Test building VcnUnderlyingNetworkTemplate with bandwidths
363843bc2ad : Track broadcast dispatched event only when the app is in the bg.
78857f3d29a : CtsMediaMuxerTest: Update to CtsMediaMuxerTestCases-1.1.zip
c4fbbaaf765 : Adding tests for CursorWindowAllocationException.
c497f4696d1 : Disable ACTION_CHARGING broadcast delay.
6d8edd2a209 : Improve PerformanceHintManagerTest
d53cbd2e633 : Remove unnecessary assumption check.
3f7acf3b5bc : VolumeShaperTest: Test behavior for pause/stop with media time
45fb3af91e9 : Add simple test for setEstimatedLaunchTime.
fe668b95dfd : Adds new cts tests around the refactoring of DeviceStateManager#cancelOverrideRequest
b8887710564 : [wv] Destroy a child window's WebView in MockWebChromeClient
fafe2835789 : Add listener to SurfaceControlTest transactions
d430df67238 : Acquire permission before calling isLowPowerStandbySupported
ef0477251c1 : Skip userfaultfd test on S_V2 for auto
bcf27580493 : Revert "Cleanup/enhance AEC test. Standardize ReportLog keys."
6456a91d15c : Add tests for the provisioning DPM APIs admin extras parameters.
f2b1a85ce3f : Fix the Tuner FW CTS
922c1abe397 : Fix the Tuner FW CTS
5fe2fcc83c8 : [CTS] Add test for AwareResource broadcast
18e736ac295 : [CTS] Add test for AwareParams
7ed13c7a408 : Update TextViewIntegrationTest to accommodate new toolbar architecture.
049d9c991d0 : wifi: Set MAC randomization Setting to NONE when configuring BSSID
8ab8af4a251 : Fixes ActivityDumpTest.testAddDumpable_oneOnly()
c6bacecae5b : CTS test for Android Security b/200682135
d278f40b720 : wifi: fix cts error
c1442c5d01f : CTS test for Android Security b/205150380
d2bf3362858 : Add more options on RouteDiscoveryPreference
f8a8cd02ea7 : Add the remaining events for EventLibService.
5106ab3af3b : Add storage owner for StorageManagerTest
0108e7a6733 : Add LOCATION_BYPASS as expected permission in CTS tests
0b7076540f6 : Update Framework from Jetpack.
a3ea1169873 : BT: Fix assert in BluetoothLeBroadcastMetadataTest
431cf1e5b8f : Make broadcast response window duration configurable.
9f582d3b3f1 : Add android.hardware.drm-V1-ndk reference
80418259fb2 : Improve code reuse for tests with TestNetworkWrapper
d9c11744666 : Create verifyUnderlyingCellAndRunTest method to improve code reuse
b9ff91f6987 : Verify building VCN configurations with underlying network template
857cb2d1490 : p2p: add CTS tests for new WifiP2pManager APIs
7f750700f77 : CTS for Parcel.setPropagateAllowBlocking()
913fcbd3f9c : Correct the annotation to make test run on T
8f4289f2892 : Add test for setBssidAllowlist
4ac75ffcd7a : Exclude automotive from multi-pane deep-link test
2d5b7a59d4b : Fix package name typo in game service CTS test app.
3eefea5f699 : Adds tests for Activity.dump() with special args.
3588aa80da4 : BT: Update HAP profile test with new APIs
216561b2324 : CTS test to verify background RFCOMM listeners.
b3e4adc32a5 : Add classes to Dynamic STS
37e4f973bd2 : Update FrontendStatusReadiness case to new APIs.
deb73e47454 : Add CTS tests to check permissions for SafetyCenterData-related APIs.
e5e537e8db9 : cts: add trace reporting service permission
4fe9e5094c1 : Exclude automotive from multi-pane deep-link test
f4a1284ac11 : Add a CTS testcase for TvInputManager#getClientPid()
64bdb31c272 : Add CTS for 1010102 Bitmap configs
63ccfd89076 : [LSC] Add LOCAL_LICENSE_KINDS to cts
fd44c83195d : ImageReaderDecoderTest: Restructured to handle 10 bit decode tests
97142370405 : BT: Add missing @Test annothation for Broadcast tests
2a2e3f25325 : Add animation color background override tests
955e36d2d32 : Add fuzzer for json-reader
11feaff434a : Add coverage for GnssMeasurementsEvent.Builder(GnssMeasurementsEvent)
ea1e08eb059 : Add classes to Dynamic STS
a692792e881 : Add MANAGE_GAME_ACTIVITY permission
e32cfe5febf : (TouchMode Permission 1.1/n) Update CTS permission tests
eecaf89ff01 : Adds test for Dumpable.
19bb4c38245 : CtsMediaMuxerTestCases: Mark mInpPrefix as static
69c15167c31 : UiModeManagerTest: ignore null value from Secure Setting
441eae155e1 : Add storage owner for StorageManagerTest
d237b7bb14e : Add CTS for the data classes of fill dialog feature
41d938127b6 : Fix KeepClearRectTests for display cutout devices
51935f80a4c : Tests for delay fill
449bf603752 : Migrate Nearby policy to bedstead infra
74b75168e11 : Add CTS test for preview video controls
8e5afab681d : Fix PrivappPermissionsTest
2403b4fc54c : Add Low Power Standby CTS tests
530c6cfe1b0 : Add permission MANAGE_LOW_POWER_STANDBY
19df1d127d6 : Adding cts test for BluetoothFrameworkInitializer
fc606cc6735 : Check newly added the entity uri variable.
96093645d78 : Processing of the received SIP code 999
d181132f6d3 : Add CTS tests for broadcast response stats APIs.
19005cf995b : Add CTS test for BLE audio broadcast
95aa3378007 : CTS for Cleaning mediaprovider on removal of clone profile.
e3d8eaaaf4b : wifi: add an api to remove a P2P client
828d9d24325 : Cope with KeyMint v2 attestation versions
288ff1e9c58 : onSwitchToSubscriptionWithPort test for the API in EuiccService
090861da3a6 : Adding CTS testcases for HAP client
73091642ac8 : Updates CTS to use LOCATION_BYPASS permission
40e8a4d681d : Revert "Add android.permission.MANAGE_WALLPAPER_EFFECTS_GENERATION to CtsPermission2TestCases"
4614c9121c4 : Update CTS test to include background permission self-revocation
8c917c0967b : fix CtsTelephonyTestCases for voice call non-support device.
a876ca4993e : Exclude automotive from multi-pane deep-link test
7fa36bd1899 : Add test_getRemoteLeDevice in BasicAdapterTest
537b5f9dce8 : Add test_getRemoteLeDevice in BasicAdapterTest
621d2a2b8d3 : Tests for text selection property
5eefbb23e2d : CtsMediaDecoderTest: Update to CtsMediaDecoderTestCases-1.1.zip
861063d8b76 : Add CTS test for new added functions in BluetoothLeAudioCodecStatus
97a3a64d5c0 : SurfaceControlViewHost: Test new SurfacePackage API
03a8ad2bc88 : Add cts test for AD type filter APIs
67c07ffc24b : Add cts test for getIdentityAddress
fd8e0d94a47 : Fix CVE-2021-0523
c25f62a267a : Processing of the received SIP code 999
e4abf8d1b32 : VolumeShaperTest: Split testPlayeCubicMonotonic
a73075c0224 : VolumeShaperTest: Split testPlayerRamp
831fc9f5c2b : VolumeShaperTest: Use JUnitParamsRunner
2171288b8d7 : VolumeShaperTest: Split testPlayerCornerCase
0b9033f484f : VolumeShaperTest: Split testPlayerTwoShapers
c87636e91d3 : VolumeShaperTest: Split testPlayerStepRamp
2d66ee7ddde : VolumeShaperTest: Split testPlayerDuck
ce8dc554d23 : VolumeShaperTest: reduce testPlayerJoin duration
904c8309d43 : Add TrustTestCases CTS test with first test for onUserRequestedUnlock.
d352a02fed2 : Add test verifying that isSupported fails correctly
4aaea0758b1 : Added tests for globalGetByDocumentId
4588e20640a : Update "mts" tag to "mts-mainline-infra" on CtsStrictJavaPackagesTestCases to enable it to be properly packaged.
f19e5bf1e90 : [RESTRICT AUTOMERGE]: Revert "Add classes to Dynamic STS"
f02fec4a884 : Wait for onInputDeviceChanged callback after setting current keyboard layout.
ec6c7b00026 : Add three test cases testWakeLockCallback*.
9a90496a68c : Sync cts test for COMPANION_COMPUTER permission
2349c3ff5b0 : CloudSearch API: CTS tests for system server
206f75cb972 : CTS tests for getChipIds->getChipInfos change
4e87bd8f1b0 : Update test to turn on location before running
0a5a256bb8e : Rename CTS getSsidsAllowlist
db1fb1e1cd9 : Fix android_manifest.xml mismatch
7b57cc38dd7 : Fix various issues with USBPeripheralAttributes Test
ac0c8dc588e : Fix UiModeManagerTest CTS related to bedtime persistence in car mode
27338a0545f : Fix CustomViewActivityTest test cases in the multi-tasking scenario
e9919f60072 : Add CTS for TelephonyManager#setVoiceServiceStateOverride
bf230df890e : CTS test for CursorAnchorInfo with filter
fb47b4f5b07 : CTS for IMS#onPrepareStylusHandwriting()
43cb5413dff : CTS for Stylus handwriting
9655bf60914 : CTS test for PropertyInvalidatedCache SystemApis
264fe9467d2 : Gate NotificationPermissionTest to T api
d9c636864f2 : CTS for extract text fields
e64e138feb0 : Add CTS tests for SafetyCenterStatus.refreshStatus
4e0fa9164ae : Updating cts-tradefed OWNERS file
a4b938daed1 : Revert "Use text to find toggle buttons on auto"
b661570d0f2 : Ignore failing test until a workaround is found
58fe56bfb47 : Add basic CTS tests for the GameService.
c6cb3f261ca : Remove outdated ringtone tests and parameterize remaining ones.
4a16cfef120 : Changing the value of hdr formats because of changes in values in proto
b08465af689 : Revert "Camera: Collect MPC test results in CTS and ITS"
f068b6d491f : Empty change for use by https://r.android.com/1959731
d0c33a66c4f : TIAF CTS: unhide broadcastInfo related classes and functions
a6efafdf47c : TIAF CTS: unhide DTV to VOD apis
798489f6a7e : Disable UiAutomation in CTS TouchExplorerTest
7f9853ecefa : ImsService Subscription Notifications
82982babfa9 : Add a new countdown latch to ensure telephony unbinds
aba6bc89e85 : (CTS Test for ImsService API changes for Better IMS Threading) CTS Test for new ImsService APIs.
30873121a28 : (Ims Call Verification via CTS) Extending the IMS CTS test framework for calling.
888d9bd40c5 : (Ims Call Verification via CTS) Extending the IMS CTS test framework for calling.
054c58ca9d6 : [CTS] Add test for security config API
1454fa44601 : media: validate new EncoderProfiles methods for advanced video profiles
82df2e0c756 : Update framework from jetpack.
8078baa5973 : CtsMediaPlayerTestCases: Use CtsMediaPlayerTestCases-1.0.zip
bf239674617 : CtsMediaExtractorTestCases: Use CtsMediaExtractorTestCases-1.0.zip
ee63d90bc61 : CtsMediaMuxerTestCases: Use CtsMediaMuxerTestCases-1.0.zip
75a4c36f623 : [RESTRICT AUTOMERGE] Skip testSurfaceTransaction_setDesiredPresentTime_*ms from cts-on-gsi
302ffc24848 : Only create SharedFilterTestService when needed.
c474567ba33 : Remove dead code (11/n)
9c90485d6aa : Adds test for DPM.logoutUser() and DPM.getLogoutUser()
661e2815b7c : Fix atest's support for @Ignore'd media CTS tests
d067c1d2681 : Adds test for Activity.addDumpable()
3ad1e586484 : Adds the log for AccessibilityMagnificationTest
61e58c234aa : Fix GnssStatusTest for automotive by revoking location permissions.
d2892b0cf89 : Fix GnssStatusTest for automotive by revoking location permissions.
ff07d46609a : Add CTS tests for weak escrow token APIs
d10513a7a6e : wifi: Define new timer value for Soft AP
059fba32c4a : CTS test to verify background RFCOMM listeners.
0f391003686 : DO NOT MERGE: Camera: Collect MPC test results in CTS and ITS
9dea04d4488 : Refactor NotificationManagerBubbleTest
1d4e1be348d : Annotate test module CtsTvProviderTestCases test module for foldable device
806cbcf84ee : Annotate test module CtsTvProviderTestCases test module for foldable device
c5ce8b507db : Add cts test for COMPANION_COMPUTER profile
cbab441e953 : Add coverage for setFrameRate(float, int) API
5e1f8ef016c : media: CodecPerformanceTest: increase tolerance based on VNDK not first API
4f58db83dfa : Revise WifiManager#setScreenOnScanSchedule
c329d3d1e36 : Port "globalGetSchema" feature to framework
8a3ea14d289 : cts: Add cts for testing APIs for 11be
2a0b5d8265f : Update SharedUserMigrationTest for key migration
31cf1869eb6 : Delete PackageIncidentTest
6df6920d705 : Camera cts: Add native tests for v2 onCaptureStarted callbacks.
76f5d3d0d23 : Add android.permission.MANAGE_WALLPAPER_EFFECTS_GENERATION to CtsPermission2TestCases Test: presubmit Bug: 213238425
a184d86f563 : Fix test breakage due to external storage access
e433098f01f : Update section tags and value keys to match json/protobuff parsing in Google3
f4b3f7db55d : Make ReportLog json output file sections compatible with protobuff.
2634417dbf3 : Rename AudioLoopbackBaseActivity to AudioLoopbackLatencyActivity.
4a1e24ad3a0 : Add CTS test for View#AutoHandwritingEnabled
c331ac76355 : Enable CTS for shortcut integration with AppSearch
5b0e695b398 : Fix TvInputManagerTest Failed
732fa383d79 : [RESTRICT AUTOMERGE] Skip testSurfaceTransaction_setDesiredPresentTime_*ms from cts-on-gsi
e09d1d3ac54 : Add testDumpRemoteCallbackList CTS Test Case
7d2a1e79d0c : Add tests for linear colorspace intrinsics.
96a554f5a97 : CloudSearch API: CTS tests for data classes
f067a66bed1 : Upgrade cloud media thumbnail API
17856709789 : Add CTS tests for Entry.isEnabled and copy-on-get list getters.
3aeda8b37ac : TIAF CTS: remaining public APIs
169c47e4cd8 : Add GameManagerTest to presubmit
b641f45826a : [SafetyCenter] Test refresh API added in ag/16585107
13fa701c65c : Add CTS tests for WaveformBuilder
b269b2bd57b : TIAF CTS: use cases VOD to DTV & AD insertion
1ae458f82f1 : Mark testSidecarInterface_onWindowLayoutChangeListener flaky
6f9273feab2 : media: CodecPerformanceTest: increase tolerance based on VNDK not first API
d430952bdb3 : CTS test for getStorageVolumesIncludingSharedProfiles()
bcd5663b248 : Implement resetUsbPort api in cts
7fe4a134318 : Add cts tests for getDirectProfilesForAttributes
fd735935d43 : Add lost mode location CTS tests
7cedd4820d4 : Fix android.content.pm.PackageManagerTests ClassNotFoundException
fd17a1079db : wifi: Add CTS to verify getRandomizedMacAddress
b179e25ac7e : Add basic cloud media provider CTS
0c20ad16179 : CEC: Add rules to standby test
cce8ee7456b : TIAF CTS: tune and BI app
a13de33e282 : cts: Add BENGAL/BENGALP-IOT target to whitelist in the CTS test case
1192a170996 : Update Framework from Jetpack.
39223f377df : Add CTS test for new added functions in BluetoothLeAudioCodecConfig
f0815acf2e6 : Fix GameManagerTest failure.
9ddf3dad5d2 : Verify TagSocketTest results from dumpsys info
ecf6b37a9ae : uwb(cts): Add separate cb for uci resp & notifications
3c1b7000fc4 : Check FEATURE_TELEPHONY before Mock Modem test
a2aab31730b : Modernize LocalSocketTest
6366dd02fe1 : Add tests for the LocalSocket(FileDescriptor) constructor.
13383281b07 : Add CTS test for getSupplementalProcessPackageName()
31d74290d71 : Timing improvements for notification test
508a1e050fd : Tag permission MTS with "mts-permission" instead of "mts".
d27d9121d67 : Tag permission MTS with "mts-permission" instead of "mts".
83a25c6221e : Get System Content Resolver with shell identity in Notification test
baed6fcd19e : Review Changes for CTS tests related to Media CP Redirection
8aa2ff2b46c : Remove @hide WifiSsid methods from CTS tests
055d2b7a76e : Add bug component to trust CTS tests OWNERS file
0994da829fe : Revert "Xml Config CTS tests."
708e39e0abd : Split NotificationManagerTest
eebb192c532 : Add ephSource, toc, toe, IODC, IODE to SatellitePvt (cts)
93eba225428 : Add getDrawable APIs to parent profile whitelist
77ef57a1f50 : Add tests for getting remaining user/profile counts.
3b2048d9ef4 : Test for compressed audio record
40950c102a0 : Add Rules to CarBuiltinApi Cts Test Cases
fd3e54901c1 : Added all CTS test for Slogf
c83e8a8567f : Enable location to get WiFi data.
c5ca7998acb : CtsMediaTestCases: Grant QUERY_ALL_PACKAGES permission
90773754857 : CTS tests for new PhoneAccount capabilities.
b3655b142ad : Add testGetInstance CTS for ActivityManagerHelper
03c7c4157f7 : uwb(cts): Cts tests for the new vendor UCI APIs
711785619bb : [RESTRICT AUTOMERGE]Revert CTS Test for b/179839665
6d92b65a988 : Introduce CTS for Vibrator frequency APIs
11d76641581 : Rename Do Not Disturb -> Priority Mode
9b271f344bd : CTS tests for the ProvisioningManager to refactor
000baddf77a : Add test for ACTION_OPEN_DOCUMENT intent which calls into MediaDocumentsProvider
2ed4675aa41 : Run BytesTransferredTest only for combined subType disabled.
a37a8014baa : Change updatable drawable IDs to strings
526e2c1e43a : Require CONFIG_VMAP_STACK on arches that support it
acefb303939 : Use PickerMediaColumns in PhotoPickerTest
49f205b4863 : Modify hostside CTS ApplicationLocalesChangedAtomTests to accomodate multi-user devices
43b7759e1b4 : Updated StagefrightTest methods to skip codecs which are aliases
2d14a5dc0c2 : Updated StagefrightTest methods to skip mainline decoders
fe450cb1e32 : Updated StagefrightTest tests to ignore timeouts
b704f2b8678 : [RESTRICT AUTOMERGE] Ensure onMultiWindowModeChanged() after entering split
a3b71a9667f : Updated VulkanFeaturesTest for 1.3
490f0a9b8c8 : mediadrm: Remove dependency on MediaPlayerTestBase
be7c71a720c : fix testAppAUnlockDeviceAndVerifyCeDeExternalDataExist failure
ba6afe6b273 : Add the test cases to verify the line break word style in TextView
35727d2307b : Reorganize MediaPlayerTestBase
eed24012fdf : BitmapFactoryTest: add HEIF image test
86e41f181e5 : Added test for getMaxConnectedAudioDevices
f6c0bda942c : Do notifyServiceChanged after response from server
b9f08d05a2b : Change dependency from libnetdbpf to libnetworkstats
135d6d31dd0 : Add CTS tests for fixed-size array APIs
991fc401a62 : Reset video stream during pause
a3149f55203 : Tests for setTouchableRegion API
f5e890b43f7 : Allow limited alarms/jobs when background restricted
8e1825deb5b : TIAF CTS: test cases of setup session use case
fd2772894b2 : WebView: Remove the testForceDark_rendersDark
e72a3a45578 : Fixes DeviceOwnerTest#testWifiConfigLockdown for automotive.
fa01f24435b : Fixes EventLogHelperTest after API changes.
6811e46c084 : Add hyphenation pattern for Russian
a0f367db222 : CtsMedia: Move libctscodecutils_jni sources to common/jni
bbd8934bef3 : CtsMedia: split native-media-jni.cpp
4eb7025c88a : CtsMedia: Remove skipped extractor tests
633f4112241 : Add CTS test for hibernation eligibility API
38aa49f0bdc : CtsMedia: Remove unused files from libmediandkjni
cf97284c032 : CTS test for AmbientContext API.
85357118c8f : TIAF: add permission BIND_TV_INTERACTIVE_APP 2
2ee48b6bb73 : Add waitForIdle() after launching home screen to ensure UidStateForceActivity gets started.
4cd13eeefd6 : CTS tests for permission decisions on Auto
5357b513a7c : Update automotive gnss controls permission name.
e9034434630 : Ensure we don't accidentally select camera app in UI tests
7a358af675e : Fix GnssStatusTest for automotive by revoking location permissions.
11bf3089465 : Fix GnssStatusTest for automotive by revoking location permissions.
9ca529aec0d : Added all CTS for EventLogHelper
50eab00b064 : [RESTRICT AUTOMERGE]Revert CTS Test for b/179839665
a923afcd03f : getBitWidthOfLengthField -> getLengthFieldBitWidth
d9c2e768d22 : Stop using include_dir where possible
b18842d95df : Add cts tests for new cross device calling api
76bc1ed5288 : Remove toTransport in callback
179ac671f01 : CaptioningManagerTest: handle a case where caption calls enabled resource is not defined
8945aadeaea : Add test case for frontend status readiness query.
5d01bbf0dc2 : Update CTS for shortcuts in comply with schema changes
cb2143c6a09 : Make CtsCameraTestCases output in android-cts with proper hierarchy
0f15462d7c4 : TIAF CTS: cleanup APIs of setup session use case
1546416f67a : Fix CrossProfileSharingTest
9607c0a2309 : Create more ImageWriter cts tests and fix some image format issues.
892b269c7e5 : Add CTS tests for virtual device input builders
29847fa3452 : video: CodecPerformanceTest: exclude <30fps 4K tests for <=R VNDK devices
3a000912f85 : Reland "Revert "uwb(cts): Add tests for coverage missing APIs""
09ceb80dacf : Add tests for InputDevice#getKeyCodeForKeyLocation().
c5da56729c9 : Add OWNERS for Trust CTS tests.
67c4f0b11b8 : CTS tests for Performance hint ndk APIs
e7dffbcbfef : Add the lost mode perm to permission CTS test
436631252b7 : Add KEYCODE_SYSRQ test case
f914b59c85e : Add CTS tests for keep clear areas
1b725ae2c0d : Add cases for testing B&R stage data retention.
ce33052cdf5 : Xml Config CTS tests.
b09b54fa30c : Fix DevicePolicyManagerTest failure on Android TV.
d68cfbe617c : Fix logic for skipping non-supported models in NNAccuracyTest
49a4b29ac0f : Assist scrnshot test: Temporarily disregard screen size.
fcbb9aa4d02 : Create EventlibService.
6b90d216a8c : Restricting creation of Clone Profile when the device owner is set
7887d8f69c3 : Correct the CTS module name
7fc857aef0f : Move some AccountManagementTest tests into presubmit.
6e9fb3ac0b4 : video: CodecPerformanceTest: exclude <30fps 4K tests for <=R VNDK devices
a9f8f257159 : Force poll NetworkStatsService before trigger atom pull
e9d0a4c7613 : CTS test for setting Wi-Fi SSID policy
9a3274b512f : CEC: Test 4-6-28: Handling <UCP> power functions
ae5998ac16a : Additional checks in self revoke CTS tests
b1c02e1d0de : Update CTS tests for instant self-revocation on app kill
7f576b769b9 : Rename selfRevokePermissions to revokeOwnPermissionsOnKill
546ac59c70a : CEC: Test to check DUT response is consistent
2fb22b715c7 : audio: add UltrasoundSupported API in AudioManagerTest
54344b09b34 : Added more CTS test for Slogf
338ddca826e : Revert "uwb(cts): Add tests for coverage missing APIs"
2d7418214c7 : Add MockModemManager to support useful helper methods
53094c25890 : Add a modem attributes sync mechanism
4691d63cf78 : [mockmodem] Support to change the response error per specific request
6f93ada3524 : [MockModem] Toggle Radio Power test
a042cf3b90e : Revert "CTS for Java Choreographer frame timeline API."
795faf4ef53 : CTS tests for WifiManager#setExternalPnoScanRequest
35e512d5d7d : Test the LRU position of broadcast receivers in bg restricted apps
c005e68fad7 : Make sure the UsbDeviceConnection and UsbDevice can get the latest value
75f8654cc6c : Fix GnssStatusTest for automotive by revoking location permissions.
980397217a9 : Test disabling of window animations.
92a6dcbe81c : Camera: Collect MPC test results in CTS and ITS
54641ddd670 : Fix permission history CTS tests for Auto
e524a116bdf : CtsMediaCodecTestCases: Use CtsMediaCodecTestCases-1.0.zip
b2bce43f580 : CtsMediaEncoderTestCases: Use CtsMediaEncoderTestCases-1.0.zip
ea1b68ecea1 : Making CtsNNAPITestCases host supported
afcd0808286 : Fix attribution test for Auto
3dbdea68e03 : Fix app/usage tests notification permission revoke
ecd96cf01a5 : CTS: bindServiceAsUser with INTERACT if same app
f665a9ddbb8 : Fix ImageReaderTest cts due to unsupport format on virtual device
76e06d3241b : CtsMediaDecoderTestCases: Use CtsMediaDecoderTestCases-1.0.zip
f1acbf8b162 : TIAF CTS: create TvInteractiveAppManagerTest and TvInteractiveAppServiceTest
736bc600359 : Added more CTS test for Slogf
4b44c942957 : uwb(cts): Add tests for coverage missing APIs
f6c02290d5a : Add test RingtoneManager.hasHapticChannels(Context, Uri).
e61c6edfebe : Remove invalid test
4a24eb03fba : Remove invalid test
d4990dd801b : Remove invalid test
166c6fda73c : Remove invalid test
6da2581b556 : Test for: correct error message for cross-package signature checks.
778c0165824 : Add CTS tests for set/reset/getString DPM APIs
fbc67486429 : Expose LAUNCH_DEVICE_MANAGER_SETUP as systemAPI
9e601fc026d : audio: add test for Bluetooth LE Audio broadcast device type
c9d54c018fb : Add MockModemManager to support useful helper methods
0b71bc494c8 : Add a modem attributes sync mechanism
41764978f3e : [DO NOT MERGE] Adapt tests to preventable IME startup
a415f0739fc : Addition of CTS test related to Media Content Provider Redirection
8dbcd9b0b16 : Add SET_WALLPAPER_DIM_AMOUNT permission to CTS permissions.
c7f14c6cd2e : AppCloning test-suite creation along with the migration of CTS tests
1b76a70fedf : Add test for CDM association store persistence
64ad0009d8e : Changes tests in line with configurable constants related to cache
83aebaee286 : Move LocalSocketTest to cts directory
9f48672fe8a : Update WindowUntrustedTouchTest
8982c80039b : Add android.permission.MANAGE_CLOUDSEARCH to CtsPermission2TestCases
da70318e3d9 : Revert "Update WindowUntrustedTouchTest"
e387d5e6e59 : Added more CTS test for eventloghelper
5f5f2badc43 : CTS test for setting Wi-Fi minimum security level
e602f9746d5 : Updated CTS test for Android Security b/174047492
0b623c63026 : Fix license texts.
12645d5eaa7 : Release acquired MediaMetadataRetriever
e7be920cb85 : Do notifyServiceChanged after response from server
9404bd8e527 : Revert "CTS for Java Choreographer frame timeline API."
3e8ae88c37e : Fix for newlyProvisionedManagedProfile_removesNonRequiredAppsFromProfile
8db797ec093 : ITS: remove scene_change from CtsVerifier
1e3d137c281 : MIDI Default Protocol and Universal Devices tests
ce947e1dce6 : Update CTS to read min size of resizeable Task from DisplayContent
42336ffe8d1 : Extend timeout time for consistency
7b69ebae175 : Add cts for the broadcast feature supported APIs
b1b1a40fb15 : Add cts for the broadcast feature supported APIs
e8999e0e062 : CtsMediaRecorderTestCases: Cleanup Dynamic Config related changes
8cf29106b60 : Updated CTS test for Android Security b/178725766
ba8a8166837 : Updated CTS test for Android Security b/147309942
c1838c52f8b : Updated CTS test for Android Security b/112161557
143ee193c40 : Added support for new NFC device
4f70a8edd55 : Add ApnType.ENTERPRISE
d0a5f6dfb9a : Make ADD_TRUSTED_DISPLAY and ADD_ALWAYS_UNLOCKED_DISPLAY "role"
e4b45c76c55 : Add null-check to audio effects usages
b7aeb4577c8 : Fix GnssStatusTest for automotive by revoking location permissions.
74885bbfd13 : Fix PermissionPolicyTest and SplitPermissionsSystemTest
bc9e55f5b05 : STS test for Android Security BUG 182808318
da816eb1f66 : Revert "CTS for Java Choreographer frame timeline API."
549332c969b : Remove skipped tests and make minor style fixes
1c7ff6fbdb6 : Temporarily turn off certain tests when fuse-bpf is enabled
28f2304492d : Add CTS tests for CDD requirements
b24a73e591c : Adding a test which verifies the prioiry of display specific user pref mode and global user pref.
3f86466291a : Test HDR static metadata support in MediaMuxer
6ce12fb8db0 : Add CTS tests for tag/untag socket NDK APIs
98a5b5d41bd : Add ACCESS_ULTRASOUND permission
f34ad7ca4b8 : Add test for the Ultrasound content type
549b93caf7a : Fix dispatchKeyEvent earlier than setInputCallback
63d342a1f65 : Fix dispatchKeyEvent earlier than setInputCallback
aa37472addd : Add BluetoothHidDeviceCallbackTest
6eeb4936b2a : CEC: Add CTS cect_hf4_8_12_UCPForRcProfileSearchOperand test
d0779a0d456 : CEC: Add cect_4_8_4_UserControlPressAndRelease_20 test
25bb13cf463 : Add ImageWriter build pattern cts test
d2fca249965 : Added more CTS test for eventloghelper
28b6dfab1e9 : Move LocalSocketTest to cts directory
5008e4b8a69 : Recursively delete directories
098125b62e5 : (Ims Call Verification via CTS) Multicall CTS test cases for calling.
065749ee0f6 : Include cts test for shortcut capability setter
afeb865147d : Allow bypassing fixed check for system components and platform-signed persistent privileged apps.
3c56a0568b8 : CEC: Test "Sink Supports ARC Tx" is reset
10f6adcc65f : Add LocaleListTest#testMatchesLanguageAndScript()
bc6caf20cd2 : Fix tests (7/n)
f5f7e6441e9 : Add support for saving attributes for DNG files
2cec22b0277 : Modify tests for app can handle empty style splash screen exit animation.
113e5a6bf9f : CTS tests for cdm connectivity apis
bc0e6b1f752 : CTS test for Android Security b/62458770
1da1d177504 : Add a CTS test for LockPatternHelper
09ea99caf36 : Delete empty test class
6e96c44e081 : Add CTS tests for static safety center entries & groups.
a23a03c1eab : Shorten video playback time to reduce test time.
81a096cf647 : [CTS] Fix incorrect fourcc in ivfWriter when not using VP8/9.
c7e52d69062 : MBTest: Use MediaBrowser in the thread that created it
321d4cda736 : MBSTest: Use MediaBrowser in the thread that created it
e0ab93f9105 : Verify package name and UID for trusted app check
5f963466dae : Add CTS test for MediaMetadata
2fe8bafd15a : TelecomManager#getSelfManagedPA's CTS (2/3)
97c927a1c08 : Add CATBox.
a7887b54788 : Make sure ACTION_CHARGING is sent.
36ebe8a2852 : Temporarily turn off certain tests when fuse-bpf is enabled
7312318e159 : Test for: installation failed for mismatched certificates.
c1bdb6a45ed : CTS: Move out encode-decode tests to a separate test case
6b645ba75ce : Add wait time after broadcasting <Active Source> from adapter
13b4952036a : Add ApnType.ENTERPRISE
8861c520aca : Annotate MediaSessionManagerTest.testIsTrustedForMediaControl_withInvalidUid
5b074dfdffa : ImageReaderDecoderTest: Add support for P010
304ee81e08e : Parameterize ImageReaderDecoderTest
de41cc8587a : Validate Bitmap_createFromParcel
e6f5474335a : Install APK from AndroidTest.xml
7d4cabbe2b2 : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/178725766
842be4f548e : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/147309942
6fbc25f1755 : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/112161557
a26d09e7695 : [RESTRICT AUTOMERGE] Added support for new NFC device
0c621d00aec : Validate Bitmap_createFromParcel
35bea8e66c1 : Add CTS tests for SafetyCenterData classes.
c7f6d323ed3 : Fix CtsHdmiCecHostTestCases for TV
c6a803fa067 : Fix legacy notif tests: revoke notif permission
3f146cc6e7c : Migrate DecoderImageReader tests to JUnit4
f1bcc087b46 : DecoderImageReaderTest: Simplify accessing input files
b0c541fc904 : CtsFilesystemTest: set test-timeout to 70min in test config
afb292bc240 : Add version check in tests for body sensor split permission.
aa19b3d0362 : Reduce flakiness of IME multi-display tests
da24426b9c8 : Add test for T activity transition background API
5319551a4cb : Add CtsGpuMetricsHostTestCases
74686ac3907 : Clean-up test files for APP_B_NO_PERMS's private directory
e714636b816 : Move SpatializerTest to CtsMediaAudioTestCases
a5fccdcb5f2 : Delete Podcasts directory recursively
51543e63d48 : Add CTS for installer check in the get locales api
5151aa1b77d : @Repeat test_associationChangeListener_notifiedBefore_cdmCallback 10 times
49770b91847 : Fixed to set explicit PhoneAccountHandle for testing conference using TelecomManager#startConfernce
68f7525b5e0 : Fix APP_D_LEGACY_HAS_RW to use CtsScopedStorageTestAppDLegacy apk
1c76fa743e3 : modify carrier config key format for ProvisioningManager refactor
0cb89fc2e32 : Add coverage for writeCharacteristic/Descriptor
579ab323184 : [RESTRICT AUTOMERGE] Reduce flakiness of IME multi-display tests
c1e8fcc3cb3 : Add cts for new test api for DisplayCutout
467b41231f6 : Add coverage for BluetoothGattServer#notifyCharacteristicChanged
2c8859a457a : Add tests for BluetoothHidDeviceAppSdpSettings
6b2f2f11aeb : Add coverage for BluetoottGattCallback#onPhyUpdate
8be247e80ab : [CTS][WiFi] Increase reliability of CTS ScanResultTest#testScanThrottling
565d1686c73 : SpatializerTest: more tests for SystemApi
51a8639f4f0 : Reset video stream during pause
7f924e3cad3 : Add CTS tests for set/reset/getDrawable DPM APIs
a86b29ac907 : Add DynamicConfig support for CtsHiddenApiBlacklistApiTestCases
0d65c8b5e0a : Add DynamicConfig support to CtsSystemApiSignatureTestCases
4f04632013c : Add gpumetrics directory
04a21cefc02 : Fix CDM "primary" tag in CTS tests
2deb3b31533 : Update WindowUntrustedTouchTest
353a9742fae : Add CTS test for wallpaper dimming API
6e83e779894 : Adds CTS test cases to test new APIs
8902c0ef4ea : Add CTS for android.app.LocaleConfig
ba6b0781a9a : wifi: Fix MTS on S image
8e155d6bd29 : Make sure the UsbDeviceConnection and UsbDevice can get the latest value
5e034ef6f8c : Set NFC screen off test as optional before S
329a8d49789 : Hostside CTS tests for ApplicationLocalesChanged atom.
418eb871f40 : Adding CTS test coverage for UiccSlotMapping constructor api.
7948d4ce083 : Renamed removeUserOrSetEphemeral by removeUserWhenPossible
1fa4768a49a : Add a test to verify the impact of notification-seen impact.
691addd6f99 : Make assertions happen off main thread
2faf14467d2 : Camera: Check for 10-bit output support
dffd223f4a4 : Update legacy notif tests w/ new notif permission
d69541c88fc : Update tests/app to use new notif permission
f7655a63cc4 : AudioRecordTest: Add Builder error verification
79e2d4c126b : Guarantee add/remove permission order
c35989e78f2 : Use AVsyncId typedef.
fe86d041400 : [CTS] Ignore enterprise saved network
26398134d1f : Annotate BugreportManagerTest with @CddTest
331fdf3e5ff : bgdexopt: Update host test to install test package
5fbfc93a9f5 : Fix testWifiConfigLockdown on certain devices
596cc89964e : STS test for Android Security Bug 182282630
01f8974ccdb : STS test for Android Security Bug 183410508
efaa5821020 : STS test for Android Security Bug 183794206
71128ab5720 : STS test for Android Security Bug 183411279
82070ee8050 : CTS: Move out encode-decode tests to a separate test case
57ca5916859 : CTS for Java Choreographer frame timeline API.
ef7787a437c : Fixes IntentDrivenTestActivity.toString().
07ce611aafc : Add CTS for EditorBoundsInfo
de100c6d339 : Include APK-in-APEX in PrivappPermissionsTest
02993760783 : Add cts test for NewUserResponse
60b8edc8701 : SystemMR2Test: Full vol device should be skipped (ii)
e82bdb6b3bb : Use @BeforeClassWithInfo for SJP test
43f8f5aedc5 : Fix app.usage tests notification permission revoke
aeedd48ee95 : Add tests for BitmapShader filtering and directSampling APIs
54398272947 : TIAF CTS: rename IApp -> InteractiveApp
8776282fabb : CTS tests for the ProvisioningManager to refactor
883be599fbe : [Night] Add CTS for MODE_NIGHT_CUSTOM_TYPE_*
2e39faaae28 : Add the test cases to verify the line break style in TextView
fef3f439003 : Add wait time after broadcasting <Active Source> from adapter
25dcb53a9f4 : ImsService Subscription Notifications
e95311dcb0e : Default to removing using framework methods - correctly block when using broadcasts.
86e92e8901a : Add BLE AdvertisingSet test
d167f0c9560 : Fix test_associationChangeListener_notifiedBefore_cdmCallback
1d745001087 : Clear SafetyCenter storage in between test.
f0f3e4d4aec : Add CTS tests for getAudioDevicesForAttributes
9babd345745 : Export activity to allow it to be launched from ActivityScenarioRule
26b6c540ef3 : [mockmodem] Support to change the response error per specific request
baa640068e6 : Define two new permissions to guard role-based access to AppSearch.
834674cc957 : Fix intent filter to resolve ActivityNotFoundException
842c4abb2b3 : Fix CtsHdmiCecHostTestCases for TV
476d00d6f54 : Tidy up CtsAppSecurityHostTestCases for PM test plan
a33f407a904 : Request using mWmState.waitForAppTransitionIdleOnDisplay() instead of mWmState.computeState() to support low perpormance devices while entering freeform
90c411ed7db : Add test for isAnonymous
41aef11c4e8 : cts: Add cts for testing API: NotifyCountryCodeChanged
cccddd2a6c3 : Run cover activities in fullscreen
0319c0db2f0 : Stop P2P test cases in onStop() instead of onPause()
45caa2790b0 : Add CTS tests cases for BinderHelper Builtin APIs
31e7b9f8bbc : [DO NOT MERGE] Add RECEIVE_KEYCODE_EVENTS permission
856350cfeb4 : Update tuner module owners
9c6dae9d50c : Set activity windowing mode to fullscreen in WindowInsetsControllerTests
3283f2a541a : Add a new countdown latch to ensure telephony unbinds
b40eb088e80 : Add new permission START_CROSS_PROFILE_ACTIVITIES
2a638e998ca : Add CTS for car builtin Version
1c7edb83101 : RESTRICT AUTOMERGE
cc022acffd3 : [CTS Sample Test] Add WARNING to use androidx test libraries and TODO for update.
af89d79a259 : Add a test for isCallCaptioningEnabled
4d3c99cf34c : Merge "Skip tests that fail because remote insets controller is used." into android11-tests-dev am: 14b9f11bc5
51204465f24 : CtsMediaAudioTestCases: Enable instant app mode for few tests
bc6a6663cc5 : Revert "Skip testNONEwithECDSATruncatesInputToFieldSize for P521"
c5d6fb0d8c0 : Cover all PLP info query.
e71f66ecc0d : Add CTS tests for Geocoder
2524de0b2c4 : Add cts for new API getAudioLocation
c3dbd0e6ff3 : Added CarServiceHelperServiceUpdatable test
0852e3302f8 : Add GnssAutomaticGainControlTest
c4600466505 : Update app.usage tests to use notif permission
7e9b7adad07 : Update ManagedProfile tests with notif permission
e2523354bcb : CtsMediaAudioTestCases: Remove dependencies on CtsMediaTestCases-1.4.zip
7e3de994680 : [CtsVerifier] Test set and get channel info for Aware Data path.
931556fcdbb : Update a11yservice tests to use notif permission
ac425874301 : Add DynamicConfig support for CtsHiddenApiBlocklistApiTestCases
30903bef165 : Add DynamicConfig support to CtsSystemApiSignatureTestCases
73009bc1d5a : Fix signature-host-tests broken by previous change
4dccd2f6445 : Add README.md to cts/hostsidetests/multidevices
ee5176d0c7a : Request using mWmState.waitForAppTransitionIdleOnDisplay() instead of mWmState.computeState() to support low perpormance devices while entering freeform
1537fedc167 : [cts] tests for PACKAGE_FULLY_REMOVED broadcast
cf5b99951a5 : SystemMR2Test: Full vol device should be skipped (ii)
16f76c0ddb7 : Add test for cdm association state updates
0fe623d679c : Adding CTS test for runtime resolution changes
77408a8a033 : Remove invalid test
d84e73becbf : Remove invalid test
d80289c6f9c : SystemMR2Test: Full vol device should be skipped (ii)
93f558b6156 : Remove invalid test
1081444441c : Consolidate NO-OP cdm test helpers
23b39ab7ec4 : Eliminate some unnecessary waiting time of WM CTS
3218006374a : Eliminate some unnecessary waiting time of WM CTS
03277117959 : Reduce flakiness of testRotatedInfoWithFixedRotationTransform
dd7bd3d6ebc : API coverage: Mark BtHidDevice.Callback tested
57c1972ca4c : Add initial CTS test for OnBackInvokedDispatcher.
eda254dfae0 : Test BluetoothGattCallback methods
57eeb1f1311 : mediav2 CTS: Update mediav2 resource directory from 1.14 to 2.0
fcdbaa54db5 : Use renamed AChoreographer methods.
9323f5e3b03 : TouchInteractionControllerTest: stop checking coordinates when testing performLongClickAndStartDrag.
69ce8879d4f : Add CTS for SystemPropertiesHelper Builtin APIs
9161f54e0a3 : CTS test to check set-default-account handler.
1f1a5b1f428 : Throw IOException in createParcelFileDescriptor.
73496f477d2 : Test presence of states without assuming order.
8ec1b2202fd : CTS test for WifiManager#setAlwaysEnabledSsidsForNetworkSelection
1af8416deea : [cts] only enable incremental loading progress tests on V2
8660202e946 : ITS: test_zoom.py loosen OFFSET_TOL on TELE cameras
f5b0ea860c7 : Changing M_E_S check in test for API testGetManageSpaceActivityIntent
af243fbebd2 : Adjust timeout for CtsWifiAwareTestcases
dda397489df : CtsMediaDrmTestCases: Move required resources from media/res/raw
0cc6ea97796 : Cleanup/enhance AEC test. Standardize ReportLog keys.
73ee8f42d3d : Update foldable annotation for CtsToast Test Cases
d11345eb669 : Add foldable annotation in ActivityRecognitionTest
aa4a69e50c8 : Add foldable annotation for native permision tests
3fe84215796 : Add foldable annotation for CtsRoleTestCases
7acd76070b3 : CtsMediaDrmTestCases: Fix native method entry for testGetKeyRequestNative
5921e0e3b2e : Added new Cross Profile CTS tests
fee873ea355 : Add new permission START_CROSS_PROFILE_ACTIVITIES
f7878cb6d4b : Require both nav&status bar to perform test
c43477d93c8 : Remove deleted permission.
8c4d7d91fe4 : Make app-locales CTS app compatible with Android R.
68b8ebc0125 : Use different threads in cdm event observer tests
4770f90948f : Revert "Update cts to depend on new ExoPlayer version"
7738dc496cb : Webkit CTS: Don't block the main thread in RenderProcessClientTest
a09c44c468c : Synchronize InvocationContainer methods in tests
c2e55f4bc1c : Add CTS for sv
867ff4e06ef : Remove -l option from sepolicy_tests calls
8c5f613458f : Add ImageReader Builder class test
60112d29ffd : Fix test (4/n)
966f6b3eb95 : [MockModem] Toggle Radio Power test
39274f968d7 : App visibility tests for intent filter with a prefix wildcard host
bdcda1a8935 : Skip external camera CamcorderProfile record tests
f3665e6cc86 : Skip external camera CamcorderProfile record tests
335e95479ac : Skip external camera CamcorderProfile record tests
3a4718216ac : Limit regular CTS to single device module
a2e56e62fdc : Add CTS test for AbsListView isSelectedChildViewEnabled
b2a8311e7a6 : Only run testUnusedAppCount test on T devices
2c0d906c05a : Fix testFilterDataSizeDelay and testFilterTimeDelay on legacy HAL
f49ea95ab2f : CTS tests for self-revoke permission API.
66fd558404c : Wait for battery change processing.
a56a732665a : Add new ops to atom tests
63a12140927 : Add test case for frontend PID filtering output.
b10abbc6d47 : Reland "Add tests to ensure hardware only for RuntimeShader API"
b4d3d0ad561 : Revert^2 "CTS for Stylus Handwriting lifecycle"
a890a7630d4 : cts: exclude PinnedStackTests#testEnterPipWithMinimalSize
d744632a86b : CtsMedia: Consolidate libaudiojni and libndkaudio to audio folder
a71bf9ad72d : Add foldable annotation for CtsAppOps Test Cases
83811ac9752 : Request using mWmState.waitForAppTransitionIdleOnDisplay() instead of mWmState.computeState() to support low perpormance devices while entering freeform
3c2d6a75a20 : Cleanup: Added some comments for the sample test
565f7eb14e6 : Skip testSanity for the data only devices
8ce7b4e464e : uwb(cts): Add tests for coverage missing APIs
b5da70b6abe : Webkit CTS: Don't block the main thread in RenderProcessClientTest
493b8d7d3b4 : Revert "CTS for Stylus Handwriting lifecycle"
766857d80f0 : Add a Repeat annotation for CDM tests
b26fe577161 : Add DynamicConfig support for CtsHiddenApiBlacklistApiTestCases
8db6c08ef5c : Fix signature-host-tests broken by previous change
590ef53df58 : Add DynamicConfig support to CtsSystemApiSignatureTestCases
74110d2a5c3 : Use per_testcase_directory:true to fix dep issues in CtsHiddenApi* tests
b51e76ab172 : Add DynamicConfig support for CtsHiddenApiBlocklistApiTestCases
893acb55692 : Downscale transcoding test videos to 480x320 resolution
b58c534d78b : Downscale transcoding test videos to 480x320 resolution
e09234580ce : Call waiting add the error reponse for FDN_CHECK_FAILURE
8653ab70e75 : Add test case for fallback line spacing
c4afe6dd933 : CTS Drm: Rearrange drm tests folder structure.
e1464413fdb : [Panlingual] Fix cts error due to no uri data
f9cf6538aea : VulkanFeaturesTest: using correct data type for maxPerStageDescriptorStorageBuffers
b25497dc634 : wifi: add CTS test for Trust On First Use API
0e9f034a6c6 : Allow multi-window environments to place indicator anywhere
4301747958e : [cts] use new PM flags API in tests
b3fa9adc143 : Theme variants CTS
3d32cb8c415 : Add host test for background dex optimization
ae7de2c4786 : DO NOT MERGE: Bump CTS and CTS Verifier version to 12_r4
efc98a40c9e : DO NOT MERGE: Bump CTS Verifier version to 10_r12
e203b030105 : CTS: Move out decoder tests to a separate test case
64e92bc5279 : DO NOT MERGE: Bump CTS Verifier version to 11_r8
245f97758f6 : CTS for Stylus Handwriting lifecycle
80f565df643 : identity: Add tests for multi-document presentation.
23a92e34be8 : ITS: remove chart_loc_arg from config.yml
e3e6b41cffa : test that only the shell can revoke POST_NOTIFICATIONS without kill
f630dbd8c8b : Ensure unused app count is updated before continuing
d704cf7daff : Add tests for attribution chain indicators
e3e2341f709 : Use PickerMediaColumns in PhotoPickerTest
2a0576a5629 : Clean departed users from OWNERS file
8ad68863f1e : Add tuner cases for CRC32 checking hint
44fd79a0ce3 : Handle another case of exceptions of type 'Error' when accessing members through JNI.
c9f7446f3db : CTS: Move out encoder tests to a separate test case
104805222eb : Fix CDM association notification order test
fccd8457c02 : Revert "Update ManagedProfile tests with notif permission"
01521d1ba81 : Revert "Revert "Add wifi aware multi-device module (WIP)""
92ecdddf643 : Add CTS test for default vibration intensities
fc5ada74e1e : Revert "Add test case for fallback line spacing"
37c73e9810a : Add MANAGE_SAFETY_CENTER permission to permissions CTS tests.
d81ffd5d4e5 : CTS test for Android Security b/203938029
9d0939baf5f : Add some missing tags for Libcore tests.
fb630760705 : Remove unused return type in test method
b7d79cb789d : Assert that CDM notifies association change first
86a38b8cad6 : (Ims Call Verification via CTS) Extending the IMS CTS test framework for calling.
62ebbee56a8 : Rename callback to listener in CDM test
2985e81f392 : Add Test for magnification overlay window
61745184324 : Fix aosp-android11-tests-dev breakage
ed92b5d220f : Revert "Add test case for fallback line spacing"
21fb96bdc37 : Launch SplitActivityLifecycleTest test activities in fullscreen
60b3b62997a : CtsMediaPlayerTestCases: Remove files from player/jni as they are unused
c70da583cac : Revert "Add wifi aware multi-device module (WIP)"
edb1d3e2f97 : replace include_dirs with header_libs where possible
77847af5fd6 : Clean the sample wifi aware
af9fbcd564f : BluetoothGatt: Add tests for connect/setPreferredPhy
f6c552ae69f : Fix wrong bug component
91259a3aeb4 : Removing FlakyTest from CompatChangeTests
580c9100e95 : Add wifi aware multi-device module (WIP)
d5f99593232 : (2/2) Placeholder for permissions that need to be declared for SupplementalApis.
8f569d31aea : mediapc: Lower minimum RAM checked to 5 * 1024 MB
60d346287b8 : Update mts tags on Apis used in documentsUi to mts-documentsui
07c5aba1a47 : uwb(cts): Add tests for coverage missing APIs
a59a1b97ddb : Add Cts tests for Wi-Fi STA+STA multi internet connections.
142e8ae4894 : Wi-Fi API Cts for STA+STA with multiple internet support.
8dffd7e02f6 : Add a CTS test case to AssistUtilsHelper
bc10564ca3d : Move remaining Libcore test modules from `mts` to `mts-art`.
bcb88cae1c1 : SystemMR2Test: Full vol device should be skipped
7f0dbcc6a79 : VolumeShaperTest: Split testPlayeCubicMonotonic
c0ec3fa2f11 : VolumeShaperTest: Split testPlayerRamp
f15ce9d9808 : Use Duration for more timeouts instead of Long
4f54a958350 : Move muxer tests from NativeDecoderTest.java to CtsMediaMuxerTestCases
ccf55f0f875 : CtsDevicePolicyManagerTestCases testUnlockWorkProfile_deviceWidePassword failed
57c5a76b09f : CtsDevicePolicyManagerTestCases testUnlockWorkProfile_deviceWidePassword failed
118aa0fc295 : TIAF CTS: create TvIAppViewTest
4658f46c851 : Use sealed type hierarchy in CDM callback test
03812b9fa6e : Skip tests that fail because remote insets controller is used.
a7df6262c4a : Abstract invocation tracking test methods for CDM
63db7f5e6f2 : Make test assertions on CDM callbacks more robust
1ab7aa01854 : Add option to run test in presubmit.
292c2921f4c : Update RemoteFrameworkClasses for latest APIs.
6950d399a11 : CTS test for Android Security b/120497437
3577ad8d011 : Revert "Add android.permission.MANAGE_CLOUDSEARCH to CtsPermission2TestCases"
97b194f3bc0 : Use Duration for timeouts instead of Long
27fcebdfe81 : CTS test for Android Security b/205729183
1cff6028444 : Fix aosp-android12-tests-dev breakage
c0ddb8e09c1 : Updated CTS test for Android Security b/194300867
2c6288ad36c : wifi: Add new CTS to test lohs SoftApCallback
a538215827f : [cts] package setting reboot test for firstInstallTime
f856945e7df : Move few more tests to CtsMediaAudioTestCases
98f3b9d9a7f : CTS test for Android Security b/184046278
5afe85685c9 : DO NOT MERGE:Fix test_channel_saturation is failing less than first API level 29
d43748ce0de : Fixes waitUntilMagnificationConfig() in AccessibilityMagnificationTest
e55ee40f328 : Update testGetDirectPlaybackSupport.
aa2a48b3839 : Test for: multiple major versions present at the same time.
502ddbd5a50 : Add cts tests for 7 day toggle
6f7f2e606bc : Add test case for fallback line spacing
2a77b6eeba9 : VolumeShaperTest: Use JUnitParamsRunner
fed08fea4f7 : Clean up CTS tests for the Communal Manager READ_COMMUNAL_STATE APIs.
61bdf7be12e : AudioTrackTest: Restore wait timing for doTestPlayStreamData
0640be0d2ae : Rework AccessibilityEventTest to use UIAutomation instead of sleeping.
f3a55a058e3 : Add NNAPI atoms to statsdatom in CTS's hostsidetests
da99c820b32 : ITS: wrap channel saturation check with first API level check
be8c6cdf1e2 : Migrate MediaExtractorTest to JUnit4
407b7911bfe : Remove nnk to match AOSP.
693087e5939 : Add get client priority test
db18ff6362f : Updated ensureCanGetPermission to assume true on instant apps.
2df694d7e62 : Move remaining Libcore test modules from `mts` to `mts-art`.
385b9883b06 : Add a window title for the focused window to support multitasking cases
0492a0d805e : Remove self from OWNERS
45d579273f6 : ITS: wrap str() around dut/tablet ID
04675aa984b : Fix CTS with updated Tuner Filter API
048e759b962 : Updated CTS test for Android Security b/182584940
365ad5a2a10 : Rename StorageVolume.isStub as StorageVolume.isExternallyManaged
96bc1cc8eb9 : Add a window title for the focused window to support multitasking cases
cb1cea14722 : Reduce flakiness of AppConfigurationTests
60b964b366e : Use inclusive language in javadoc for BODY_SENSORS_BACKGROUND permission.
e7188bd94d8 : Add foldable annotation in CtsPermission TestCases
b1106cd8368 : Add foldable annotation for CtsToast Test Cases
64180cacfa1 : Add foldable annotation for CtsPermissionTestCases
772b38860e0 : CTS test for Android Security b/169762606
1d9a0c732ff : Enable device baseline settings in CTS
cb0399a49bd : Adjust ownership of CTS bugs
a0c29cb2889 : BitmapTest: Increase memory usage warmup loops
c7d89845c1d : Fixes some tests that call deprecated password complexity APIs.
0de12e7ddc3 : Revert "Set windowSwipeDismiss to false for several CTS Activities"
bab82993f31 : VolumeShaperTest: Split testPlayerTwoShapers
36ce1b3496b : CTS tests for android.internal.PROPERTY_NO_APP_DATA_STORAGE
5b8c3f9e8a0 : CTS tests for android.internal.PROPERTY_NO_APP_DATA_STORAGE
edea84a4e9b : Fix for testPublishWithImsAssociatedUri to use TEL URI
ef27be1739b : VolumeShaperTest: Split testPlayerStepRamp
70dd9d711d5 : Fix for testPublishWithImsAssociatedUri to use TEL URI
c7115b27815 : VolumeShaperTest: Split testPlayerDuck
86a7ea01c79 : Fix the flaky test result of testMouseHoverWithJitter TC
5201774e6ab : Fix the flaky test result of testMouseHoverWithJitter TC
91a931ee2f0 : [cts] fix loading progress callback test for Auto
f18bb9c97c2 : Adds WRAPPED_MANAGER_CALL to DeviceOwner app manifest.
a2242e432d1 : Cts test for small gaps PTS
cc09e34ac9e : Calling the correct internal test testTunneledAudioTimestampProgressWithUnderrun
640c4c30745 : Add audio underrun CTS test for in tunnel mode
7ec0c97f0b0 : In MediaCodecTunneledPlayer, properly detect playback start
6e8e0088880 : Test if closing a stream takes less than 1 second.
25115a21d88 : Add CTS coverage for new external audio route API.
7efc4a74f0e : [CTS] use code name to gate CTS test
a73789cc495 : Remove skipped tests and make minor style fixes
ccae7db89ee : mediav2 CTS: Clean up stale bug ids
1ea28919c89 : Remove dialer holder after test for device whithout a default dialer.
c99cb263588 : Skip this test for TV devices
dd57dfa1ff3 : Add android.permission.MANAGE_CLOUDSEARCH to CtsPermission2TestCases
c86a08f53e7 : arc: Update ownership of ARC++ Commercial tests
2b7c776993a : cts media: Remove WorkDir dependency from classes in common
4cc7bf27f58 : Create MediaPlayer from resource instead of Uri
0a6efdd15ca : Add tests relating to focus and softInputFlags
22f9775a0ab : Fix PkgInstallSignatureVerificationTest 2 failed tests
2b2173d9961 : Adding CTS for getSimSlotMapping & getSimCardState
954449089eb : [RESTRICT AUTOMERGE] CTS test for Android Security b/150904694
ea7c60dd44d : [RESTRICT AUTOMERGE] CTS test for Android Security b/150904694
4848c02c53e : Add cts tests for cache API
49586636e4c : Add TranscodeTests to MTS
e769ee1f9aa : Cleanup hub mode allowlist flags.
1067a8e205a : Normalize XML comment syntax in Libcore test configuration files.
07a3028812d : Migrate CompanionDeviceManagerTest:testProfiles
0d730d2c439 : Update OWNERS of multiuser tests.
0f6ab5f6e47 : Mark getProfileParent tests as @AppModeFull.
70d136cde51 : CEC: Add cect_hf4_6_26_standby_noBroadcast_20 test
54e4bdd4222 : CEC: Add cect_hf4_6_19_standby_broadcastBeforeUcp_20 test
c1589445f42 : CEC: Add cect_hf4_6_16_standbyBeforeUcp_20 test
8318f6ffd61 : Reduce boilerplate in FocusHandlingTest
ea62039fdd7 : [CEC Configuration] Migrate Settings.Global to HdmiControlManager API
872e43bad7f : CEC: Test DUT does not send <Standby> when not active source
0f75ad75ae0 : [CEC Configuration] Use cec config shell access
9b2feaf29a7 : CEC: Move setPowerControlMode to BaseHdmiCecCtsTest
ce8cc270667 : TvInputManager: Add test for overrideAudioSink
6710208b00c : Add cts test for detect/permit unbuffered IO.
1ea2e041fe3 : Add CTS for CarrierConfigManager public API.
3a375299e4b : Revert "EncodeDecodeAccuracyTest: Increase allowed delta for color comparison"
94463f24a19 : AlertWindowsAppOpsTests only remove window when attached
2bb21ebee24 : Added test for TimingsTraceLogTest
7ac335e5e3c : Added test for TimeUtils
f8d8fdd763e : Update CTS for switchToSub to use PendingIntent
6402cb25bbc : Corrects the classNameAndTextList of buttons in AccessibilityWindowQueryTest
58725f2d18d : VolumeShaperTest: Split testPlayerCornerCase
0529fa41984 : mediapc: Lower minimum RAM checked to 5 * 1024 MB
30ca15c6a3b : Don't explicitly launch test activity in fullscreen in AssistantStackTests
521d301dcc0 : Clearer diagnostics when assets are missing
e774872e3a3 : [cts] test for per-user firstInstallTime
c448e2a0755 : Fix tuner API review comments.
eba06085e73 : AudioRecordTest: Reduce testAudioRecordOP time
1d7420a10de : Use frequency in hertz in VibrationEffect.WaveformBuilder
6cf78ff030c : Add test case for frontends enable/disable.
c0100321401 : PTS gaps tunnel mode to run only when a codec supports tunnel mode
ac07759c0a5 : CTS test to verify Audio timestamp progression in case of underrun.
4d4f46188e9 : VolumeShaperTest: reduce testPlayerJoin duration
8549571aef0 : AudioTrackTest: Split testPlayStreamData
f2b0346a3b4 : AudioTrackTest: Split testPlayStaticData
d0bce51801e : Add a CTS test for TraceHelper
6037db2107f : Fix for failing CtsBiometricsTestCases for older devices. This is to add assumeTrue() followed by b/204347712 in testSimpleBiometricAuth_convenience()
e4cbe84e5dd : Speed up satisfied job running.
8aa63d10125 : Add CTS tests for GameManager.getGameModeInfo.
0ea1caabc17 : Add ACCESS_FPS_COUNTER permission to CTS.
8a0179a4918 : Add a CTS test case for PermissionHelper APIs
4a3e208ff95 : AudioRecordTest: Enable full timing verification for audit mode
78635603ac2 : AudioRecordTest: Clean up AudioTrack doTest helper
a65ff284e25 : CtsFilesystemTest: set test-timeout to 70min in test config
2eb42793d93 : CtsFilesystemTest: set shell-timeout to 180min in test config
7da23f3b662 : AudioPlaybackCaptureTest: Split testCaptureMatchingAllowedUsage
903eeaa8c2a : Handle exceptions of type 'Error' when accessing members through JNI.
217d1990062 : Downscale transcoding test videos to 480x320 resolution
13f56f5c806 : Add `Sdk31ModuleController` support to CTS Libcore tests.
06765a18b8a : Add CTS for af, cs, el, ka, lv, nl, sk, sq
e686860842c : Test case for common key combinations in app
c423b4ed522 : Add BasicBluetoothGattTest
6a2ec2ba2ff : AudioRecordTest: reduce audit test duration back to 10s from 60s
ee1ac57beec : Corrects the classNameAndTextList of buttons in AccessibilityWindowQueryTest
882180d7890 : Add tests for startActivities with setSplashscreenStyle
d8eb7b84adc : Public API setSplashScreenStyle(2/N)
7489c92e44c : UiccPortInfo and SimSlotMapping CTS tests
be819a0c7b4 : Adds tests for new magnificationController API: getCurrentMagnificationRegion, resetCurrentMagnification
a78abd2d9c6 : Fix low quality test for testLaunchTaskOnHomeInLockTaskMode.
af122d7860a : DecoderTest: Adds a new mode for which codecs must support profiles.
981120649f3 : iccCloseChannel: exceptions should be thrown from binder threads.
3965326ea1c : Fix CompatChangeTests on PC CF
f3c91ba803a : CTS for mac randomization setting accessor
ba52de7146b : Add NotificationPermissionTest suite
84e08b36fa5 : Add unaudited exported flag to exposed runtime receivers
7beeca6ca74 : Fix for failing CtsBiometricsTestCases for older devices. This is to add assumeTrue() followed by b/204347712 in testSimpleBiometricAuth_convenience()
817a0cf44d4 : Add CTS test for setting taskbar to kids mode.
b9e04ffdc86 : Increase waiting time to support no-RTC devices
522503696c1 : Cts fail cause by Setting config_disable_all_allmessages true
d5de54f9ad8 : CEC: Test interrupted transition to Standby
0b8c15e22e1 : CEC: Test interrupted transition to On
f178b83518e : fix testUserRestrictionsSetOnParentAreNotPersisted failure
a5389ae7837 : fix testUserRestrictionsSetOnParentAreNotPersisted failure
a711a652417 : Fix test for body sensor split permission.
81b9d89d3fb : Add Usage Setting to CTS RadioNetworkImpl
bdd4172ea31 : Add necessary permissions to test NO_ISOLATED_STORAGE app-op
2e9c8bf61f9 : Adapt tests to preventable IME startup
b107357451d : Add tests for preventing IME startup
ec87684605f : Migrate seapp_contexts to Android.bp
66e32fbadc5 : Revert "Add CTS for CarrierConfigManager public API."
f79bddf3395 : CTS test for OnAssociationsChangedListener
89e3b90607e : fix android.view.cts.View_UsingViewsTest#testSetupListeners
114021a4a4a : fix android.view.cts.View_UsingViewsTest#testSetupListeners
38b562ea79d : Adds CTS for new onMagnificationChanged callback in AccessibilityMagnificationTest
cc1802525ee : Add CTS test to enforce scan throttling
a444d4464cc : Update DataProfileInfo usages
62ea25f6d4a : Fix testAudioState
93e479813b6 : Removing tests pertaining to Accessibility recycling. Test: Removes obsolete tests
aa570864659 : SystemMR2Test: Full vol device should be skipped
3236b8956ba : CEC: Test to check DUT ignores additional params
e6e29f5ea86 : Fix inconsistent orientation check of PinnedStackTests
68718d71f83 : Because the B1 string of button1 conflicts with the project name of our project.
b898d48a3fe : RESTRICT AUTOMERGE Add a window title for the focused window to support multitasking cases
1aff8f74e67 : Reduce flakiness by allowing multiple scans - even if empty
71d82cbbd3c : Remove nonplat related codes
9182270e093 : Add CTS for Data Size Delay Hint
468c83915c8 : Add CTS for Filter Time Delay Hint
62b0f44a48a : Allow negative value for CorrelationVector#samplingStartM
e00c15a34e4 : wifi: Fix cts error [Master module/MTS on S image]
7278527a174 : Add a window title for the focused window to support multitasking cases
f1d895cacf9 : Disable testImeVisibilityWhenImeTransitionBetweenActivities on TV
54c31e41132 : Update cts to depend on new ExoPlayer version
70e990b4cd0 : Test behavior when declaring duplicate permissions
53ae84fd16b : Test cases for pointer cancel
d98ff6e351a : fix testForceStopWithUserControlEnabled failure
1455b08e43f : CTS tests added using new pubic version of ResponderConfig.
4155144e42b : [DO NOT MERGE] Remove freeform related splashscreen tests
d771fdfc18a : Fix broken CtsVerifierReportLog handling.
81a5c3cb395 : Fix CTS-V ReportLog exporting
4064cf9013e : Update section tags and value keys to match json/protobuff parsing in Google3
f6204b7e51e : Make ReportLog json output file sections compatible with protobuff.
8fb7b8e2adc : Rename AudioLoopbackBaseActivity to AudioLoopbackLatencyActivity.
addede464fc : Remove configs relevant to iorap
177219942d9 : Marking CompatChangeTests as flaky
d260dc7eed3 : CEC: Refactor CEC constants to be consistent with service
7a60317b587 : Revert "Add tests for AdvertisingSet and AdvertisingSetCallback"
a6130dffd72 : Add AdvertisingSetParametersTest
22c724daed9 : Relax test criteria for CtsSensorRatePermissionTestCases
789587e9aab : Relax test criteria for CtsSensorRatePermissionTestCases
05c8366634c : Make AbsListViewTest.testRequestChildRectangleOnScreen more robust
74007bcab3b : [sc-v2-dev-plus-aosp] Add CtsDeviceInfo.apk as part of GAS CATBox (gcatbox)
69d2fde834c : Update telephony CTS for CallQuality
6ab5fa67e3b : Update golden master with review permission
054e4d1da1b : wv cts: Use sync AIDL interface in TestProcessService
fdee07e2710 : Camera: Collect MPC test results in CTS and ITS
e272fe24c31 : camera cts: Modify expected keys for VIDEO_STABILIZATION to allow for PREVIEW_STABILIZATION.
3e9be38b40e : AImageDecoderTest: skip alphabetAnim.gif for some tests
4689d40b216 : DO NOT MERGE Fix headset detection logic in AnalogHeadsetAudioActivity.
d055f9ebd39 : Camera: Relax camera launch requirement for MPC12
08eee135e02 : Revert "Update sysui tests to use new notif permission"
725f74c879e : Enable path clipping for Outlines
e648b106f40 : Adds CTS for reseting the magnifiers after the service is disconnected
209c7bd4531 : Add PeriodicAdvertisingParametersTest
a1f7602ca46 : Add AssociationEndToEndSingleDeviceTest to CDM CTS
581614f0c4f : Fix checking EXTRA_DEVICE in AssociationEndToEndTest
1a0a95952cb : Fix CompanionDeviceManagerTest
c9630e21da1 : media: HDR to SDR tests to handle empty HDR10+ metadata
febd818ee21 : Add AssociationEndToEndSelfManagedTest to CDM CTS
324b421df82 : Parameterize AssociationEndToEndTest
196cc3c4576 : Split monolith CtsCompanionDevicesTestCases module
39e2bd1f8f0 : Add new cases for tuner.
32a14b94799 : Add AssociationEndToEndTest to CtsCompanionDevicesTestCases
3b6ea674781 : AlertWindowsAppOpsTests only remove window when attached
519c436b88c : DO NOT MERGE Skip of GnssTtffTests in Hardware module on no-wifi DUT
9a23d345a92 : Add DeviceBaselineChecker in CTS
26c2139834d : Test that xattr are preserved during rollbacks.
21f084efccd : Registraion state initialization
6c246307ca7 : Add test to verify unaudited exported receiver flag
5379c3149dd : Test memtagMode in AppZygote services.
59b06286a28 : Add foldable annotation to CtsNoPermissionTest
996fd71ec7c : Offer to filter broadcasts based on CompatChanges.
3b66d207796 : Update tag to mts-permission for mts tests in cts/tests/tests/os/*
079bc7c1753 : Add mts AppSearch config.
61d33c8327c : Fixed CtsStatsdAtomHostTestCases test case names with Instant
983037bfc1b : @Ignore broken test_multipleDevices_sameApplication in CDM CTS
31616859ee8 : uwb(cts): CTS tests for new ADF APIs
5d215694a85 : uwb(cts): CTS tests for new FIRA profile APIs
7a7725ee664 : CTS test for multiple devices connected for same application
9842068505b : Bypass the test if mShouldTestTelecom is false
2dadf8aca09 : Modify test case for migrate compat mode allowed list to DeviceConfig
b977296305e : Fixes test fail cause by unexpected events
3737f78b8bd : Fixes test fail cause by unexpected events
3aef8528e89 : Add CTS for CarrierConfigManager public API.
26b8b891c61 : Adding CTS for isVoNrEnabled & setVoNrEnabled
2fe821ef9bc : Registraion state initialization
ff00e0b5a61 : Add tests for Tuner resource share & transfer
d4f278ed760 : Increase the timeout for CtsJdwpTestCases.
895c435f960 : Increase the timeout for CtsJdwpTestCases.
30a5499209d : Support DVB-T Cell Ids.
3032e244f6a : wifi: Add cts for ActiveCountryCodeChangedCallback
aad48378531 : Added test for EventLogHelper
792b57746b4 : Add CTS Instant exemption of CtsStatsdAtomHostTestCases[instant]
d78bb8f86a0 : Added test for preCreateUser
a0e834dde58 : Revert "RESTRICT AUTOMERGE: Disable unfinished tunnel mode tests"
23bd2261a9c : Skip testCameraOrientationAlignedWithDevice for instant apps
b9e05ec3b8b : Add STS annotation to ForegroundModeAndActive test
a0bf8cf9e17 : Acquire a lease on the blob before rebooting the device.
0388fe75174 : DecoderTest: Add @Test annotation to decoderTest methods
6c301aaf258 : Update telephony CTS per the new feature flags
437172d3fda : Revert "RESTRICT AUTOMERGE: Disable unfinished tunnel mode tests"
a4d64e3ef96 : Revert "RESTRICT AUTOMERGE: Do not use @Ignore on JUnit3 code"
98402d14705 : Revert "Add tests to ensure hardware only for RuntimeShader API"
55f1b86dda3 : Try to wait until Wifi is enabled before proceeding.
ae0adb8fb7b : Add Cts tests for newly added isSafetyCenterEnabled.
53558bd8306 : Add lastAudibleStream in audioManager cts test
a06d015a79b : Add CTS tests for adding/clearing compat overrides for multiple apps on release builds
3fe781efa7e : Add a CTS test for new api ACTION_APP_LOCALE_SETTINGS
0e5b5b817a6 : Move some logic in Nene and Harrier to Java library.
405bb1a7521 : Add CTS tests for UserManager#getProfileParent.
eeb5a85841f : CEC: 4-2-16 Test correct response to Vendor ID
17e848e89df : Add tests for AdvertisingSet and AdvertisingSetCallback
c2be4a38089 : [CTS] Run SplitController#isSplitSupported() on worker thread
50826448d34 : Add CTS for new hyphenation pattern
bf9ac7f590a : Add EnforcePermission to allowlist
d58b4f0df18 : Wait until IME has active input connection with focused View.
ddcfc0ee57c : Add CTS tests for app locales backup & restore.
08d9792c1e9 : Add ALLOW_SLIPPERY_TOUCHES permission
b0d4c206ab1 : Wait until IME has active input connection with focused View.
b613778bbb3 : Fixed test names of testDangerousPermissionState and testDangerousPermissionStateSample
a897e17fdd2 : cts: Add cts to test new API in SoftApConfiguration
6bcd595d485 : Revert "Add tests to ensure hardware only for RuntimeShader API"
10bc9de3eaf : media: HDR to SDR tests to handle empty HDR10+ metadata
71efd710d16 : Add unused count API CTS test
7a4058526ac : Cts fail cause by Setting config_disable_all_allmessages true
24aed454709 : DpmWrapper changes to fix DeviceOwner GTS on automotive.
b5c6c7f11a5 : Test intervalMillis in registerGnssMeasurement
fe2c9e9fb07 : Revert "Test that system role doesn't override user revoked permission."
473715dfebb : Revert "Fix test failure when system speech recognizer isn't configured."
7ca996421bb : CTS Test ROLE_DIALER requires InCallService component to hold in T
c7bde0e3815 : Revert "Update app.usage tests to use notif permission"
a9a757e9f0b : Update system package broadcasts for app ID changes
833cdb42204 : Test for: don't allow verifiers to extend the timeout.
4b27524cbb5 : Add tests for RuntimeShader in RenderEffect
0cebdbb9df4 : Update bedstead/nene tests to use notif permission
437543aee52 : Test for Cellular Usage Setting
3c313bc892a : Update shortcutman tests to use notif permission
fa3a99538ff : Improve test coverage of IMM#invalidateInput()
01bea349154 : [CTS] Clean the callback before remove suggestion
7d3792d17b9 : Add test to catch regressions for mustPlayShutterSound
fda2b339f4c : Add tests to ensure hardware only for RuntimeShader API
344b5022624 : Update sysui tests to use new notif permission
da122a5980a : Update app.usage tests to use notif permission
65add4bb5f6 : Update Audio Routing Notifications test to new CTS-V standards
de704aad607 : Update ManagedProfile tests with notif permission
ea3bca7dcaf : Test: Unit tests to check auto clear and device config defaults Test: atest ClipboardAutoClearTest -c
449d2dcad39 : Update CtsVerifier to use new notif permission
e34ef76e990 : Ensure only aggregate policy is available to non admin
8acd8ea8f9a : Test that system role doesn't override user revoked permission.
f6e1a306d9e : Pass JNIEnv into AInputQueue_fromJava
ec7b5731cfb : Rename TextAttributeBuilder
84635196c5b : Add permission for weak escrow token
deb2351b6be : Add new permission UPDATE_DEVICE_MANAGEMENT_RESOURCES
97172f5ca37 : More correctness checks in CDM's test CompanionService
05a947ed9c8 : Change intent name of Mock Modem service
0ad78714fe5 : Revert "Remove mock modem test case"
7dac9d3a10d : Remove mock modem test case
bf3bb0d8333 : Change the names for Mock Modem service and Test case
e0e0f16a5ff : Support IRadio Voice module interface in the mock modem
798f2f8cfab : Support IRadio Messaging module interface in the mock modem
afb08f7529b : Support IRadio Data module interface in the mock modem
f4fa759215b : Support IRadio Network module interface in the mock modem
ea273271090 : SIM state change test
1ba02da34ef : Support IRadio Sim module interface in the mock modem
8039028af5e : Add Radio power command test
5f89fdfefe7 : Support IRadio Modem module interface in the mock modem
53212813fb4 : Add modem service override function
9311d7f1547 : Support IRadioConfig interface in the mock modem
3d7130e5f07 : Mock modem service in CTS
445a18c8ccc : Add DeviceProfilesTest to CtsCompanionDevicesTestCases
9541a2a364b : Because the B1 string of button1 conflicts with the project name of our project.
a675c9cf372 : Fix exception when scrollable disappears after collapsing toolbar.
7ac7b3463a7 : Update OWNERS file for ClipboardAutoClearTest
ed449623395 : CTS test for WifiManager#setScreenOnScanSchedule
663c08ac975 : Declare CTS tests that use "am compat" shell commands debuggable
63205be0f56 : [CtsVerifier] Create ExecutorService each setUp
49fa4b9e223 : Test for: SDK depending on other SDKs.
6039cd91551 : Ignore testTurnScreenOnAttrNoLockScreen_SplitScreen on android 12.
fc234e59741 : Camera: Collect MPC test results in CTS and ITS
e6d86001553 : Add initial CTS tests for RuntimeShader API
885f5adf3bf : TvProvider API standardization for ARIB and DVB TvProvider
db88ec71dfc : Camera: Add null check for new torch strength keys.
35b6634b8b3 : Catch any exceptions when trying to locate the location warning off dialog
fd17ae59e72 : [DO NOT MERGE]Fix GaugeMetricBackfill
3f140a788d0 : [SafetyCenter] Add CTS tests for ag/16366288
5414292ca35 : Remove isRunningANGLE()
076cb2bb84e : Update how display dimensions are fetched
fafcf1f66cd : UwbManagerTest: Add a helper method for uwb toggle change
c1ccff8706d : Add intervalMs to GnssMeasurementRequest
4f33f44b372 : Create cts/hostsidetests/car_builtin
3f93432417a : Add cts test case for CarrierService#notifyCarrierNetworkChange
1262f0ecf7f : CTS test for getRestrictedProfileParent et al.
c2180c0e510 : Relax TEE requirements for TVs released before Q
24bfdb150a0 : Migrate tests of deprecated ResetPassword method.
b668552f935 : Reset packageName and locales when CTS Broadcast Receiver is reset.
8df4647bec9 : Calling the correct internal test testTunneledAudioTimestampProgressWithUnderrun
9de3d7c3632 : Fix android.os.cts.CompanionDeviceManagerTest#testProfiles
44a8a2b9a37 : Add tests for Context#grantUriPermission
414f3a28d76 : Fix CTS test for createContextPackageAsUser
e8ee1e85c05 : Declare CTS tests that use "am compat" shell commands debuggable
a4186c01e22 : Migrate MediaPlayerTestBase subclasses to JUnit4
50436356e25 : [CTS] add test for removeNetworkSuggestions
6e2cf647b01 : Ignore tests for TV
b4e3399b69e : Address tuner API review comments
f11af8b9bd9 : Add CTS for ASurfaceControl frame timeline.
cf1ea023786 : Add DeviceBaselineChecker in CTS
dfaddecf68a : Grant NEARBY_WIFI_DEVICES to CTS tests
7e9feec34cc : Add test for EditableInputConnection#endBatchEdit()
3463018d938 : Split out Choreographer test utils to share.
fefdbb88b5d : Fix failed CTS case under the SF callback windows solution
b4454b4ac95 : Delete PackageIncidentTest
cb3c5fe4d1c : [CTS] Disable location mode with shell permissions
b3432650b16 : [CtsVerifier] Create ExecutorService each setUp
1bcae27e7fc : Test if opening an aaudio stream takes too long.
8e201be7c72 : Cts Test for changes in LauncherApps in comply with AppSearch
aebd2e4e270 : Skip testCameraOrientationAlignedWithDevice for foldables
42ed55e5fac : CtsVerifier / Camera FOV test: Use TextureView instead of SurfaceView for the photo preview.
dea4e86aec6 : Verify that location info is sanitized
03ed5189f44 : Verify successful ecall when invalid phone account data is present.
8107a505b98 : Add keymint assumptions for attest key tests
6fc2ed46707 : (CTS Test for ImsService API changes for Better IMS Threading) CTS Test for new ImsService APIs.
8edd840008f : Replace ROLE_BROWSER with ROLE_DIALER for wear OS
dbfd8ed0543 : Add testGameModeStandardUseAngleDriver
c5785aa1d27 : Fix read non dangerous permission cts test
9c365fd3024 : [DO NOT MERGE] Add OWNERS for CTS Verifier package com.android.cts.verifier.bluetooth
a4616b7f394 : rename some provisioning params
855f8d57f8f : Call constructors of BluetoothClass' static inner classes
68df91e7deb : [MEP]CTS testcases for sim access APIs with portid
db52b877f22 : Add new signature permission to allow launch of DMRH and DMRH updater
b9ee7cc7419 : Keystore: Test public error information
14196cba36f : Add test to restrict insert to other app private dir
4386a89e24a : Add additional CTS tests for edge cases in LocaleManager API.
a64767696a5 : Tests for CDM.associate()
cea4dcb1574 : Ensure the application is killed when updating
c6763fbb174 : Add cts test for parcel.writeBlob and readBlob.
2fe307b3d36 : [Tuner FW CTS] Fix the Tuner FW CTS
1caeb81178a : Add guard handing to the publishing state check case occurring through timing. : ImsServiceTest.
00966160bb4 : [Settings] Check mHasTouchScreen flag before testing
c29880bbf06 : Update OWNER for ClipboardAutoClearTest.java
fc58a25e24e : Write CTS test for UsageStats#getLastTimeVisible
972ba2dd786 : Sleep until the wifi initialization is complete.
aa5d6488a84 : Sleep until the wifi initialization is complete.
10014a86ee1 : Add CTS for getPrivilegedConnectedNetwork
0b23f7e73b4 : Add cts test for the BluetoothLeAudioCodecConfig API
460de1106ab : CTS for per-process custom application class
c47259332d4 : CTS tests for the IMS RCS API improvements : ImsServiceTest
82e8aac4b93 : [CTS] Add test for setSubscriptionGroup
3b8e71b7001 : Add guard handing to the publishing state check case occurring through timing. : ImsServiceTest
b85019552d1 : Fix CTS test for default app streaming policy
23bc01f84b7 : Verify TelephonyManager#setLine1NumberForDisplay
3ddaebdb51c : CTS for SubscriptionManager#get/setPhoneNumber API
0f002907381 : Exclude wifi system api changes between R and S
fca16e3c6bb : Fix gauge atoms backfill and testAudioState
77cdedb0e47 : Test for: add streaming verification path.
64b62f093bf : Sort timestamps in the same stream
cd4ce9baf1e : Adds user_id argument to shell commands
568855d6e43 : Added SystemApi tag to BLUETOOTH_MAP permission.
2d6b943b541 : Make ContactsProvider tests pass for custom local account
88b3eed2491 : Replace GMS Instrumentation with generic permission instrumentation.
fa0b39a4f1f : Update OWNERS
368f4bf19f1 : CTS test to ensure rotation suggestion button is enabled for SUW
466823caa77 : Relax 1:1 in:out for StrongBox stream ciphers
aa572b32905 : CEC: Add cect_hf4_6_1_otp_viewOnBeforeUcp_20 test
f8c055b8ae0 : Fix gauge atoms backfill and testAudioState
1f6856c65d2 : Migrate more LockNow tests.
0a5881e6638 : Add test states which test getParentProfileInstance.
2be865deda2 : Add generics in KeyboardVisibilityControlTest
b62ff06a45c : Add DynamicConfig support to CtsSystemApiSignatureTestCases
6de3566b96e : Backfill gauge metrics in cts
fe2a17c09a5 : Update Test to backfill EventMetricData
f2c3380ceec : Update test case to apply relinquishTaskIdentity since in the same app.
055e7ad7526 : Do not expect split configs for WifiManagerTest on R
bd499cafc97 : Do not expect unique networkIds for WifiManagerTest on R
83551c92825 : Revert "Remove mock modem test case"
6fe7b14e4a3 : Include Cts Test for shortcuts excluded from launcher
35671ba73ac : Support RCS master switch
888d76fc52a : Add cts test for the isLeAudioSupported() API
cbfcda563ea : Add test case for fallback linespacing
30584ec5b6b : Add ANGLE Game Mode and override tests
d9c3645480a : CTS tests for the IMS RCS API improvements : ImsServiceTest
da7ba25c561 : Add test for EditableInputConnection#endBatchEdit()
0312d9048c8 : Update OWNERS for ContextTest.java
1b7f58b2037 : Update OWNERS for ContextTest.java
3f89a51961f : Expand testClose/ShareFrontendFromTuner() for excersizing frontend callback
13a2ae1681b : DO NOT MERGE: Add intent android.intent.action.VIEW_APP_FEATURES & android.intent.action.APPLICATION_LOCALE_CHANGED to allowlist as they defined in android T.
483ebe057b5 : Add test for setInputMethodEnabled API
1efe0240943 : Add Usage Setting to CTS RadioNetworkImpl
f73d23fe13b : [CTS] Add test for attach session shut down
d5efdd21827 : DO NOT MERGE: Add android.intent.action.VIEW_APP_FEATURES to allowlist as its system intent in T.
09b6bd8823f : Set fixed date during test setup for CTS host-side test
d1f971d7534 : Update OWNERS for ContextTest.java
9650e526aed : Update DataProfileInfo usages
ddb582c913e : Remove toddke@ from content/OWNERS
622185043c2 : Add new Telephony feature flags
99603c4cc1e : Remove “PERMISSION_POLICY_AUTO_GRANT” after test
9ced99f669b : CtsSystemApiAnnotationTestCases: Allow expected failures to be ignored
d26e7bf2ade : Signature tests: catch and log NoClassDefFoundError
741801b5cda : Use text to find toggle buttons on automotive
6b74d5aeff9 : Add support for general parameterisation for strings and ints.
ba242c9d1f2 : Convert tflite_delegate/Android.mk to Android.bp
d2c1509ced8 : Add CTS tests for new ApnSetting/DataProfile fields
14c32f1fc31 : Unlock the device before running DisplayHashManagerTest.
2e15763775e : Add ability to remove non-testonly TestApp DPCs.
19a8bcc4264 : Add Common manifest for Testapps.
64de9363c48 : [DO NOT MERGE] Update testPulledAnomalyDetection
b2cc71316f1 : BluetoothGatt: Add test for readPhy()
f2124f7afc4 : Support RCS master switch
9344386368c : Test for ParcelableHolder's copy ctor
fe748e76dcc : Temporarily bypass AppConfigurationTests until we fix it.
971d1a029ca : wifi: Skip Soft AP test case on virtual devices
53a96491b55 : wifi: Skip Soft AP test case on virtual devices
13a85b93d85 : Fixes testSetMagnificationConfig_expectedConfig failed
7574bb594ff : Add CTS test for RSSI
9c46cf526f0 : Give a chance to update the value in EventCallback
1abee7e551b : Give a chance to update the value in EventCallback
32608df0072 : Add test for AudioManager.getDirectPlaybackSupport.
d707d672214 : Add virtualdevice directory
0517dd2585b : DO NOT MERGE: Whitelist intents in GMSCore com.google.android.gms
017fbac3278 : DO NOT MERGE: Whitelist intents in GMSCore com.google.android.gms
99875bc3a8f : transcoding: Add 720p transcoding test
4d2e1d03ebe : CTS tests for SurfaceControl additions
de23dd4c198 : Added newUserRequest cts test
74112e3c215 : AudioFocusTest: test delayed focus
d7a3921d692 : [Tuner FW CTS] Fix the Tuner FW CTS
bb9392d3c32 : Make sure listener gets callback when canceling notifications
85e229416ca : transcoding: Set 480p as default source video
040c0c81f70 : Fix android.app.cts.DisplayTest#testRotation
5ba18646332 : Remove satayev@ from api-check/OWNERS.
f3262d7760e : CTS test for changed reserved cache space as sum of cache quotas of all uids
9e3ea03f9b9 : (Ims Call Verification via CTS) Extending the IMS CTS test framework for calling.
418686a7ed2 : Fix CTS test for createContextPackageAsUser
cc86c15dcbf : Added CTS tests for new Transport Data classes.
587ccba9fec : RESTRICT AUTOMERGE AudioFocusTest: Use sine1khzs40dblong.mp3 from res
2b9e23034c6 : Temporarily bypass two tests until we fix them.
fd8dd0d5028 : CTS test for new BroadcastOption APIs
144872cc362 : Bring master to parity with android12-test-dev
27d04d173ef : KeyAttestationTest: separate test for device ID attestation
bf431596c45 : Adds CTS test cases to test new APIs
130d0bec7b4 : Create CarrierPrivilegesListener callback.
f775c2816ee : Add CTS tests for CommunalManager.
0cf49c34b29 : Camera: CTS test for flashlight brightness control.
9d7fdf63ed1 : Fix AssistantStackTests#testLaunchIntoSameTask flakiness
f9360362111 : Set windowSwipeDismiss to false for several CTS Activities
2927b2713b5 : Allow IV_INO_LBLK_32 with virtio storage
4aa972a3f75 : Update CtsSampleMoblyTestCases mobly config file with unique name
43742737165 : Fix testBatteryLevelChangedAtom
a4d08618a01 : Allow more time between the first repeat and end listener callback
c950f552780 : Update testSimpleBiometricAuth for CONVENIENCE
11cabefd44d : Fix for failing CtsBiometricsTestCases for older devices
9ac77b635a2 : Add fixes needed for LockTest.
475dca2d550 : Update tuner cases for some new features.
89f4eb99073 : Add new QUERY_USERS permission
1855a44df8b : Update testSimpleBiometricAuth for CONVENIENCE
af6cedde441 : Empty object error in test of CtsVerifier
6742ddc514a : Add setup protection level to MANAGE_PROFILE_AND_DEVICE_OWNERS
51dfc93f1fc : Only initialize sSharedLibJars on S+ devices.
18087f6e41d : Fix the AccessibilityManagerTest 1) Do not read Settings.Secure from cts 2) Update name of the AudioDescriptionRequestChangeListener as AccessibilityManager.
9a30fca9f8f : Add support for null AccountManagerCallback, Activity, Handler, and DevicePolicyManager.
3036c9c5a7f : Add SelfPresenceReportingTest to CDM CTS
8bcc4fd0edc : Implement CompanionDeviceService-s in CtsCompanionDevicesTestCases
f8373d41567 : CtsScopedStorageDeviceOnlyTest: Ensure public volume is visible
2423778c295 : Add tristate permission support for body sensor permission
dd59cfef294 : Add a CTS for KeyguardManagerHelper APIs
ea6f89f514b : STS test for setting malicious stream as wallpaper
9e987ad2d69 : Not setting present timestamp when mult is -1
4d81b185d95 : Provide last known cell id for emergency call
7be60a22121 : CTS tests for AppSearchObserverCallback APIs.
96f2eff1332 : Expand TunerTest#testClose() to test closing owner with sharee.
ee60687a455 : Add a test for Tuner resource reclaim across different processes
7092f962c0c : DO NOT MERGE Rename libbpf to libbpf_bcc
b778eb46a65 : Added more logging when changing permission grant state.
d827aa2c5e5 : Wait for input transactions in InputShellCommandTest
d7e18defe6f : Add ALLOW_SLIPPERY_TOUCHES permission
33592176307 : scene3/test_lens_movement_reporting fd offset using START_FRAME
0526f860331 : Update framework from jetpack.
5e625e005f5 : Update CTS test for readSerializable and readParcelable APIs.
2dcb7e54e2b : Verify that location info is sanitized
2b03cc43b91 : Added cts tests for BluetoothClass public methods
e6c785e1578 : Fix CTS coverage
228b5923750 : ITS: add test_auto_flash.py
6817d8d2259 : Improve FrameMetricsListenerTest consistency
cf28bf10b58 : Improve FrameMetricsListenerTest consistency
ecc39ff7073 : Enable the picker db flag
16a25b9b670 : Enable the picker db flag
c0ab933110f : Fix PhotoPickerTest with picker db enabled
e3e237ca694 : Refactor CTS verifier test
5e85688b847 : Acquire partial wakelock for inattentive sleep tests
24969e2e68a : Acquire partial wakelock for inattentive sleep tests
ffd2fb5d24d : CTS: Move out extractor tests to a separate test case
a625ddf085f : CTS: Move out muxer tests to a separate test case
2c290206860 : CTS: Move out media recorder tests to a separate test case
eadc9f84c26 : CTS: Move out player tests to a separate test case
f46251a1504 : Wait until surface is shown in waitAndAssertTopResumedActivity
18d1b16a173 : Add a test for prebuilt shared libraries
b5cea0307b1 : wifi: Skip Soft AP test case on virtual devices
7450d0449d5 : Move PackageInstallerSessionInfoSubject (1/n)
6f13388fddf : Verify the input type TYPE_TEXT_FLAG_ENABLE_TEXT_CONVERSION_SUGGESTIONS
67eaca905bc : Call super method in each BluetoothGattCallback method
3c908f8e477 : Add Resourses.Theme.equals() unit tests
475c4e6c657 : CTS: Move out common function from MediaCodecTest
6a3a5dd8904 : Add CTS test for AMediaDrm_getKeyRequestWithDefaultUrlandType
ea8b1251726 : Unregister listener of radio state changed in testRebootRadio
e8878d795a5 : [This is a cherrypick] press ENTER key to start search and hide soft IME at testGetContentWithQuery_matchingFileShowing..
8fdb9ad12dd : Do not expect split configs for WifiManagerTest on R
3d0d7862e3d : Do not expect unique networkIds for WifiManagerTest on R
cf3639b1481 : Ensure we don't accidentally select camera app in UI tests
0aa5ab6e3b6 : Add tests for newly exposed DevicePolicyManager SystemAPIs
66089d6485c : [CTS] Disable location mode with shell permissions
72e02f1bdc6 : uwb: Add measurement focus to RangingMeasurement
baa38e9e92e : Add CTS test for StyleSpan auto-bold support
1dc3ee6c746 : Add OWNERS for CtsNativeEncryptionTestCases
1c6283e2d45 : [cts/SettingsProvider] Readable tests for ContentResolver query/call
801f6f0721b : Write CTS test for UsageStats#getLastTimeVisible
052350f95a6 : Add test for displayPadding restrictions in WallpaperManager
d46b2648875 : Add CTS test for SuggestionRangeSpan
808f81bff83 : Use different set of APKs for per-uid timeouts.
8105cd360bd : ITS: remove chart scaling if do_af=False
a895e49629e : Add tests for AccessibilityManager.addAudioDescriptionByDefaultStateChangeListener() and .removeAudioDescriptionByDefaultStateChangeListener().
c2c9fb80881 : cts: Bypass Microphone Tests on devices with no Microphone
796328553a1 : cts: Bypass Microphone Tests on devices with no Microphone
17f6261617f : Add GameService permission to permission policy test.
05291ce4374 : Add expiration test
1004c223b96 : scene3/test_lens_movement_reporting fd offset using START_FRAME
295198846b3 : Fix a CTS-V crash issue that happens when running CameraITS test
3f9574f7615 : Make a11y multi gesture test touch slop aware
bcd9cf2dda3 : [RESTRICT AUTOMERGE] Skip Bluetooth LE Secure Client Test on Automotive
114694e70db : Adds tests for controlling MagnificationConfig in AccessibilityMagnificationTest
21efa5ad946 : Test for: add executor for the callback.
cfe19a91487 : Change addOrSelect button to add button for multiselect preview test
16398ad5a46 : CTS test for DelegateRegistrationState Improvement adding new states for DelegateRegistrationState: - DEREGISTERING_REASON_LOSING_PDN - DEREGISTERING_REASON_UNSPECIFIED
6e074c34010 : CTS tests for the IMS RCS API improvements : DelegateRegistrationState
ff3f9aff132 : press ENTER key to start search and hide soft IME at testGetContentWithQuery_matchingFileShowing..
5c802541edc : Update warning banner tests to enable flag before running Test: Run with atest SensorBlockedBannerTest -c Bug: 197757242
14259d3462c : Revert of temporary changes
8576d7049d4 : WV CTS: Wait for signal from background thread instead of joining
a4182307d73 : Tests for: SDK libraries.
4b6b97bd066 : Try to reduce test flakiness
930345361d6 : uwb(cts): Get default chip ID from the stack for testing
f0d70d2b1dd : Add CTS test cases for DisplayHelper APIs
1b9dac85153 : uwb(cts): Wait for disabled state
4dac1c1a425 : Use the same activity for compat change tests
ef1f07ebe72 : Exclude wifi system api changes between R and S
3ce90dc6d26 : Adjust DisplayCutOutTest test for Automotive
218c0d6f818 : Game Loading Time improvement by boosting CPU via ADPF
127e803c1c7 : Upgrade CtsSplitApp SDK to current for SplitTests
b1237baa0fa : audio: add test for call redirection
996882add09 : Make a11y multi gesture test touch slop aware
313fec4762d : Add permission for call audio redirection
b25a5418dcd : Not setting present timestamp when mult is -1
a6ef57459eb : Added tests for Slogf
5be352667bd : Unregister listener of radio state changed in testRebootRadio
f9c94a399ec : Add StaticSharedLibsHostTests as PackageManager presubmit
76329367937 : mediav2 CTS: Release codec resource after test
c6e76a41465 : p2p: don't need shell permission for stopListening
3219937dfdc : Split MediaRandomTest to player and recoder tests
f86ac3a62dd : TouchInteractionControllerTest: increase API coverage.
e116edd8fc9 : Revert "Add test for contacts local account"
bce3dedae65 : Verify READ_BASIC_PHONE_STATE permission
690c947333c : Update SlicePermissionActivity component in manifest
74742161bca : Fix PhotoPickerTest with picker db enabled
9fed3aa552f : Add active test to ForegroundModeTest
1ae4fc4b570 : Release stretch overscroll when new items are added.
d8cf9b35d96 : Verify carrier privilege for isDataEnabledForReason
7a67bd513dc : Added cts-media-performance-class plan
462aebe29aa : [LSC] Add LOCAL_LICENSE_KINDS to cts
cc918b17426 : Use the same activity for compat change tests
304b93108af : ITS: test_post_raw_sensitivity_boost change to rel_tol
cdd0fd5d99a : Added CTS Test for Parcel enforceNoDataAvail API.
29166ab4022 : Update OWNERS forCtsShortcutHostTestCases
684403057b1 : ITS: test_post_raw_sensitivity_boost change to rel_tol
1d723f93568 : Add 'dumpsys gpu' angleInUse CTS tests
92f430e65bf : Add AssociationRequestBuilderTest
f64fafdc5c5 : Fix MTS failure due to duplicate shared libs
0c4d2d082b2 : CtsSystemApiAnnotationTestCases: Allow expected failures to be ignored
316e6a65a59 : Wait for user switched to avoid install failure
250035f68d9 : Wait for user switched to avoid install failure
034aa0b79c1 : Add test to presubmit
45406570f10 : Skip testPersonalAppsSuspensionSms test for non sms capable device
64681076772 : Merge "Added check for lock screen support" from android11-tests-dev am: c5416f2824
93f4f507278 : Add the RECIEVER_EXPORTED flag when registering a receiver.
fbfcd7afb5e : Adding hostSide CTS tests to verify in MediaCapabilities metrics
40ec67151be : CTS tests for registerContentObserverAsUser
760e6382f54 : Add CTS coverage for destination file checks for downloads
2180c10fe04 : Revert "Fix PhotoPickerTest with picker db enabled"
dfd486f6a9f : [wv] Destroy WebView instances in some WebViewStartupTest tests
30f19ead808 : Fix artifact name for cts samlpe mobly test
1e522a305b4 : Added more wait time to avoid test flakiness
cd183aab6d1 : Introduce cts-developer test plan into CTS.
3288061abc9 : Verify carrier privilege for isDataEnabledForReason
fd4bed043fc : Add test for CHANGE_APP_LAUNCH_TIME_ESTIMATE.
ab3d20b3129 : MediaCodec: avoid double lock gralloc buffer
ac98aa18128 : Make kASLR mandatory
4dbc2330349 : Signature tests: catch and log NoClassDefFoundError
d0d8d66f9c8 : Updates CTS MagnificationConfigTest
3711833dd0d : Add more OWNERs
77f65e36d98 : Add test for tapjacking permission review screen
c16085d5860 : Add duplicate classes to burndown list
59ff5caee34 : Add test to restrict insert to other app private dir
12d54be2e71 : Avoid unexpected uiautomation disconnection
56ff00d7904 : Fix PhotoPickerTest with picker db enabled
9424e2a925f : Change testMultiSelect_longPress to preview video
7ffe58ea512 : Verify the ActivityId is set for Ui translation.
edb6bde620b : CTS tests for DISALLOW_WIFI_DIRECT, DISALLOW_ADD_WIFI_CONFIG
919b9d91246 : Update SubscriptionManager subscription override tests
278bae61856 : NullPointerException check for BleEncryptedClientService
ea283dd8960 : Fix targetSdk for CTS media tests
4b73d374ef7 : Add CTS tests for new UWB getChipId, getDefaultChipId, and openRanging APIs with chipId argument.
8bd360b1f78 : Pixel Aspect Ratio in Muxer on older releases.
59885d09c37 : Pixel Aspect Ratio in Muxer on older releases.
c46b34d71b5 : Rework the pre/post muxing format comparison
3692df05876 : Rework the pre/post muxing format comparison
62d909f6441 : Change intent name of Mock Modem service
f7bc8161a88 : Check if ANGLE is installed before running tests
900189e6f7a : CTS test for DelegateRegistrationState Improvement adding new states for DelegateRegistrationState: - DEREGISTERING_REASON_LOSING_PDN - DEREGISTERING_REASON_UNSPECIFIED
aab2309a2ed : Add ADD_ALWAYS_UNLOCKED_DISPLAY permission
57916fdbdb1 : Clean up system alert window in AlertWindowsAppOpsTests
08da4b7e028 : Use text to find toggle buttons on automotive
04ef579fd2b : [Angel] Add CTS tests for SafetySourceData
8160908e725 : Rename NumberOfSegment to NumberOfSegments.
ff938cbb168 : Notify test thread only after the callback thread has updated internal stats.
ecfdbafb3f7 : Add tests for APIs in UserManager for creating a user with seed account data.
d50a0760ed7 : Test CDM's No-UI flow
937a2e803da : Replace ROLE_BROWSER with ROLE_DIALER for wear OS
2aa23233603 : Revert of temporary changes
4bc25cdee88 : Upgrade CtsSplitApp SDK to current for SplitTests
04c1a8db428 : Upgrade CtsSplitApp SDK to current
bc80a038f8d : Remove CTS test testNotifyChange_VerifyUserId
fac20484489 : Remove VibrationAttributes tests for touch feedback heuristic
46f2ddb0a81 : CtsSystemApiAnnotationTestCases: Allow expected failures to be ignored
6c398a1489a : Camera: Relax AHB usage respected requirement
65a990e031f : Update tests to use 4 digit pin
af4c410dcbb : Update tests to use 4 digit pin
2f13d135064 : GTV device will enter screensaver when pressing the Back key from launcher. Add an extra Back key to make device back to launcher.
2a5157d5826 : Fix the bug that the mode button and the result are not consistent. Bug: 184407653 Bug: 184701017 Test: manual test on physical devices
044f8883273 : Fix testSetQueueWithLargeNumberOfItems fail for legacy project
d34c0008d1b : Fix testSetQueueWithLargeNumberOfItems fail for legacy project
ed87831875d : Rename libbpf to libbpf_bcc
e50790281b6 : Fix the bug that the mode button and the result are not consistent. Bug: 184407653 Test: manual test on physical devices
b4b46778df9 : Add "lighting_control" method to "lighting_control_utils.py"
3f2f0e8f160 : WindowInputTests: assert in the test thread
3af98153ef1 : Fix CTS for nearby streaming policy default
e3fbe29789d : Fix SelfManagedConnectionTest failures.
46289d82274 : CTS for PerSimStatus atom
0ec7042aa75 : Revert "Add CTS test to verify location accuracy feature by targetSDK"
f7c86db5e58 : Added CTS Tests for typed readParcelableList API.
9db213241f4 : Add CTS tests for default account API.
ce307d2839e : Add support for setting secure string settings.
5198a6e311e : [DO NOT MERGE] Skip failing tests in android12-tests-dev as they are fixed in 12L.
1f87e3bc234 : mediav2 CTS: Release codec resource after test
562583f2613 : Fix remaining issues with CtsDevicePolicyTestCases on S_V2.
846bf833d32 : Introduce media and accessibility vibration usages.
a6a86a3b073 : Allow for later failure of NoAttestKeyTest
87102223a81 : Make test_suites consistent for host tests and dependencies
51aecd005fc : Fix tests failed in StaticSharedLibsHostTests[instant]
2f6917a246f : CTS tests for DISALLOW_SHARING_ADMIN_CONFIGURED_WIFI Bug: 197558754 Test: atest UserRestrictionsTest Change-Id: Id90c166fa21952c65a5e6fb98ec93c8c5b13d569
59b67c8fb95 : CtsStatsdHostTestCases: wait statscompanion service before testing.
cb04e9cf513 : Add a function to wait for the setting of preferred payment
ed353650b36 : Fix MTS failure
c9168ca1af1 : Cts test for small gaps PTS
fec3769efa1 : Introduce android.companion.cts.AssociationsCleanUpTest
ab5b97c1e4a : CEC: Check TV has CEC disabled
2c2204043b3 : Fix BluetoothDeviceTest
c920bd1963b : CtsScopedStorageDeviceOnlyTest: Ensure public volume is visible
4e28d828641 : Ensure the app default category
da3a2ddf364 : mediav2 CTS: Release codec resource after test
7464e0e13a6 : Add CTS tests for AccessibilityManager.isAudioDescriptionEnabled().
99cc03a487e : Complement SafetyCenterManagerTest.
5169d1ea668 : DO NOT MERGE Competing network interfaces
3a55fbaba31 : CtsSystemApiAnnotationTestCases: Allow expected failures to be ignored
e99374ac6a3 : Add test for BAL with VirtualDisplay
b1d23a92e51 : Don't request n^2 permissions
9d182100c2c : Introduce CtsCompanionDevicesTestCases module
5488dab551c : [wv] Do not destroy WebView in WebViewSyncLoader
a06b5c262dc : Modify test case for setTurnScreenOn can only used to wakeup device.
51d1e270026 : WV CTS: Move testGetWebViewLooper* from DeviceSideStartupTest
e2891ee886b : Exclude 5 RcsUceAdapterTest cases
5d0f650c2b4 : Flush pending writes before restarting device during tests.
d37e097a934 : Camera: Wait for UI focus during GL legacy testing
7eee7c58cb0 : Speedup strict java packages tests
ac769ded1d3 : Re-add missing assert to SJP test method
a7bad041588 : Fix CTS for duplicate library verification
2c8ac6dfa35 : WV CTS: set WebView data dir suffix in testGetCurrentWebViewPackage*
2fe93dc2852 : Fix a mismerge in ag/16281119 (b1a39ce)
73928e567f0 : Allow IV_INO_LBLK_32 with virtio storage
f53aa416216 : Adding CTS for monochrome icon support
ba05217fc12 : Rework AccessibilityEventTest to use UIAutomation instead of sleeping.
1dfe451433a : Add cts coverage to AudioManager.isRampingRingerEnabled
1bbecab1b3d : CtsNdkBinderTestCases: added IBinder[]/interface[]
3eb7d837346 : Make testImeVisibilityWhenImeTransitionBetweenActivities robust
2d8b9340454 : Track changes to add LTZPController state
1c8aac89ba8 : CtsVideo: Updates to encoder performance tests for older devices
ee4e41454dc : Fix ExcludeWatch
8cf62ba3cab : Adding CTS for getSimSlotMapping & getSimCardState
0901f031884 : Host python tests binary do not need all abis
1b23e0dc9a2 : Update biometrics OWNERS.
7719b10d804 : Remove hostsidetests/Android.mk
b7dcd7f9eaf : Add CTS tests for SafetyCenterManager.
73153101c7a : Update tune CTS cases for secure MediaFilter buffer configuration.
d8facf5d304 : Fix for uirendering.cts.testclasses.WideColorGamutTests#testCanvasDrawColorLong
da54ba946c4 : CTS: Inject input events with no sync mode in AnrTests
2fec6c7f664 : WV CTS: Use same timeout for all TestProcessClient tests
52671d5bfd0 : Removing deprecated testing harnesses for CTS
29e8e0a9b76 : Speedup strict java packages tests
926afd1aa77 : Update OWNERS for ContextTest.java
e7fcb7a380d : Update snapshot of the framework manifest
8f67f576ce5 : Re-add missing assert to SJP test method
6b941fc6f95 : Fix CTS for duplicate library verification
61c0d5ec950 : Add CTS tests for SafetyCenterActivity.
e66dd3f460c : Fix testTraverseAllWindows with waterfull cutout
2e3faa268db : Fix testTraverseAllWindows with waterfull cutout
fff1c358f5f : Assert that screenshot is not null.
862c706be48 : Add sungsoo to OWNER for the Bluetooth cts tests
f8d04147be4 : Remove mock modem test case
e3fc71410ad : Change the names for Mock Modem service and Test case
58d8d80ef98 : Support IRadio Voice module interface in the mock modem
7e726a34dd3 : Support IRadio Messaging module interface in the mock modem
a1b7481a43b : Support IRadio Data module interface in the mock modem
cd81f8ae936 : Support IRadio Network module interface in the mock modem
166b9a17d04 : SIM state change test
2633a246055 : Support IRadio Sim module interface in the mock modem
341b15104ef : Add Radio power command test
4519ff99ddd : Support IRadio Modem module interface in the mock modem
fb6a2fa161f : Add modem service override function
d00cdc0600f : Support IRadioConfig interface in the mock modem
b8bf62f305c : Mock modem service in CTS
19cd1567121 : Fix the two test cases testForbidCapabilitiesRequest and testRequestCapabilitiesFromCacheWithPresenceMechanism in RcsUceAdapter
1e6ad8f8a42 : Test not kill apps dependending on static shared lib
f839c25ab4e : Modify to the correct variable of SpinnerTest class
2f2969f9621 : cts: remove invalid check for capacity
71263fbeee1 : Fix for uirendering.cts.testclasses.WideColorGamutTests#testCanvasDrawColorLong
97608b3450d : Suppress RECEIVER_NOT_EXPORTED test until skip is restored in BQ
f27afdd3ec7 : Updated CTS Tests for typed read Serializable API.
33cc2ad91fe : Add test for job priority.
272b11fbb73 : Add testcases for vendor extension interfaces
7aa0e6439c8 : Camera ITS: Remove test_faces reference from tools.
997f37cac8e : Allow IV_INO_LBLK_32 with virtio storage
b21394213aa : Backport modification from master.
cfc734710b6 : Add CTS tests case for AtomicFileHelper
113d5b84eab : Add new QUERY_ADMIN_POLICY permission
875b3c348e6 : Fix CTS for duplicate library verification
181ac8980a6 : Skip testPersonalAppsSuspensionSms test for non sms capable device
0068543dc4c : Bug fixed for CTS failures on CtsDevicePolicyManagerTestCases
e4c17cb077a : Modify to the correct variable of SpinnerTest class
a853f861054 : Skip attestation test for first_api_level <=26
66a95436ccb : Don't crash the process when a single test fail.
57177106c33 : Exclude testPerformanceOfHardwareVideoEncoders from CTS-on-GSI
bfea2b429a1 : Revert "Add test for isDeviceOwnerApp"
14c4c937210 : CtsVideo: Updates to encoder performance tests for older devices
b739d8a9a3c : WV CTS: Port packageName tests from DeviceSideStartupTest
18a8068ab17 : Wait for no animation before grabbing display hash
d47d9f4f2f4 : Add mobly multidevice test to cts-multidevice config
26dd938203f : Clear 'android.app.role.CALL_SCREENING' role during BackgroundCallAudioTest
3b8c3fa661e : Fix CTS for duplicate library verification
fbaec6ec9e8 : Fix DisplayHashManagerTest for waterfall devices
e0fa7a7af6d : Fix DisplayHashManagerTest for waterfall devices
76a9d54128f : Exclude testPerformanceOfHardwareVideoEncoders from CTS-on-GSI
3b09af7db0b : CTS Audio: Move out audio tests to a separate test case
6e64a472b84 : Ensure UCE network requests do not block cached caps from being returned
05c6676061f : Add chws feature requirement for Noto CJK fonts
9c3265b5d11 : Verify TelephonyManager#setLine1NumberForDisplay
f922ade2a87 : ITS: remove test_multi_camera_match.py
2e71ebec82d : [Bluetooth] Disable multi advertising client tests
b0ce67f4876 : CtsNdkBinderTestCases: ScopedFileDescriptor::dup
2ea44892533 : Revert^2 "Convert security/Android.mk to Android.bp"
b9af922f564 : transcoding: Add tests for VideoFormatResolver
53e51e1fb3e : Cts: disable AutoJoin before disabling all saved network
a999dd51ae4 : Revert "Convert security/Android.mk to Android.bp"
24bd3ad5722 : Add ScanResult#getWifiSsid() to CTS test
9445130da7a : Update SharedFilter token acquire/free API name
1ac85cca73a : Re-add missing hasFeature change that was lost during statsdatom CTS test split
d8df3dc8b2f : Re-add missing hasFeature change that was lost during statsdatom CTS test split
b565e933df2 : Signature tests: catch and log NoClassDefFoundError
41fd48eb353 : Add assertion messages to WebViewSslTest
25b2976ea52 : Fix testMultipleActivations
6fd39f8d82b : Make ApexTest::isGSI() return true on automotive
4a22c68cc37 : Make ApexTest::isGSI() return true on automotive
683eb1dec76 : Fixes CTS AccessibilityOverlayTest failures
d588c85553d : Create a new user once before all the multi tests are run.
3c69a042e06 : Cts: disable AutoJoin before disabling all saved network
3fcbd848432 : Add tests to verify exported flags for registerReceiver
12d353c5fef : Ensure mDevice being initialized before used
3140d31a5c4 : use text to find views on watch
da30caf3c17 : Updates to tests in CtsFileSystemTestCases
f0b9a983ac1 : Introduce cts-developer test plan into CTS.
68bf3e7c980 : Add CTS tests for new ApnSetting/DataProfile fields
81e48fc1c52 : mediapc: Update CDD annotations in memory and resolution tests
59d7410f090 : Fix the CTS
163dee52a38 : testSPerfClassJpegSizes is CDD 7.5/H-1-7
2064493ecd9 : Add classes to Dynamic STS
81b6e0be0c4 : test_camera_launch_perf_class.py is for CDD 7.5/H-1-6
456f3cb137c : Test IMM#invalidateInput()
305ff71c130 : Exclude testPerformanceOfHardwareVideoEncoders from CTS-on-GSI
1b8fdda1ace : Add cts test for new API DataSpace
b333f93d0f8 : Fix for testJankyDrawFrame
e6ddcaf222d : Fix for testJankyDrawFrame
a7b051d008f : Update CTS to verify system signal threshold reporting
7bfeecf29a0 : Exclude testPerformanceOfHardwareVideoEncoders from CTS-on-GSI
069c397c2e7 : Fix for testDaveyDrawFrame
7acb1d95c09 : Fix for testDaveyDrawFrame
5085d016db8 : Test: add public API to obtain digests of a file.
e15e55a97c4 : (Ims Call Verification via CTS) Extending the IMS CTS test framework for calling.
39794a12cf1 : RootlessGpuDebug: Change Activity to Service
c865823573e : Signature tests: catch and log NoClassDefFoundError
68187779a6b : Add ContextHelperTest CTS test cases
b25fd075dc3 : Add DisplayUtils for ContextHelper CTS
c5763ad082c : Update transcoding ownership
a13b6b69c93 : Add a focused state to the DisplayCutout test buttons.
394e09d067c : Add cts entry for new BIND_SELECTION_BOOLBAR_RENDER_SERVICE permission.
aea04d28cb7 : Merge "Added check for lock screen support" into android11-tests-dev am: c5416f2824
f5e2347736a : use text to find views on watch
3a25ac2a2d3 : Assert that the @FixedSize AIDL union is always the same size
115234bacda : remove Disallow uninstall apps and Disallow controlling apps for Watch
046313d24ad : [RESTRICT AUTOMERGE]Revert CTS Test for b/179839665
2d3ef5e2efe : Revert CTS Test for b/179839665
bdfab600392 : Add flagRetrieveInteractiveWindows to TouchExplorerTest service.
2e74d6ba731 : Move common functions in WorkDir to WorkDirBase
a500872d989 : Add host-side CTS tests for LocaleManager.
554993ed26a : uwb(cts): CTS tests for new RangingSession APIs
8c465936942 : uwb(cts): Add LOS, destination AOA to RangingMeasurment
c7f5c899be5 : testAnrIsNotShown: try for 10 seconds and add an early exit
31fb8edf262 : Disable animation for PhotoPicker UI tests
e49f2534a3a : StorageManagerTest: Test StorageVolume.isStub()
355bee3ac1d : Add CTS for vibrate with VibrationAttributes
3deec597264 : Pass a device instead of null in KernelConfigTest
a283c50b7dd : Rename setNumOfSegment and getNumOfSegment
3e9fe2f76cf : Add test for SystemGallery with legacy permissions
fc9a6c1d35b : CtsMediaTestCases: Grant QUERY_ALL_PACKAGES permission
e76750443e7 : ITS: enable manual sensor_fusion
c6987513976 : ITS: enable manual sensor_fusion
19d9802925a : Fix flaky vibrator state listener cts test
79d335ec9c5 : Fix some CtsVerifierTest's PolicyTransparencyTest for AAOS
1e2874a152a : Eliminate some unnecessary waiting time of WM CTS
8975ad39762 : Revert "Increase tunnel mode CTS test tolerance"
6858ed61451 : Fix drag gesture perceived as long press
15de4e73f16 : Fix test failure when system speech recognizer isn't configured.
a85d26b4075 : Wait for PIP callbacks before asserting them
5fe036ef240 : UiccPortInfo and SimSlotMapping CTS tests
28175139464 : Adds CTS test cases for new public APIs
344536744ab : Add tests for ImsStateCallback
9a21930771e : Remove testAutoPipAllowedBypassesExplicitEnterPip reliance on launcher
547a62d3e77 : Fix CTS: getActiveSubscriptionInfoList and getSubscriptionsInGroup no permission
69f36d37da4 : [CTS] Add test for device capabilities of Aware
8dfcbf0ae2d : CTS for the new APIs in android.os.Process
9188604c63c : Improve FrameMetricsListenerTest consistency
21846d093cb : Remove NIGHT_MODE CtsVerifier test.
f194b4f3955 : Add CTS tests for switchToSubscription with portIndex and callback
9bb1e856196 : Revert back to 12 instead of 12L
fe8caa7716e : ITS: add auto_flash capability to do_3a() and capture.
22efa74b604 : Save screenshot when ASurfaceControlTestActivity test fails
36062d7c75f : CtsNdkBinderTestCases: fix UAF
86408f3c2ae : Update permissions golden file.
d3cc1d35511 : Convert security/Android.mk to Android.bp
deda235bb50 : Add the test case for the inconsolusive result of the contact capability request
978ec3378fb : Fix failing cts tests
e5cc32f5043 : Update tests to use 4 digit pin
87bece99d6c : Test setting permission flags on "ask" button
b3b19173821 : Skip key attestation test for product.first_api_level <=26
9a3725906ef : Skip key attestation test for product.first_api_level <=26
e49c76f519b : Add test for isDeviceOwnerApp
55ceeaba6d9 : Improve method to send DUT to standby and wake up
0d67799c92a : Add CTS to ensure apps with READ_APP_SPECIFIC_LOCALES permission receive broadcasts.
662f7f4f2bb : Migrated DelegationTest to Bedstead.
ccbe7b23b1d : CTS tests for registerContentObserverForAllUsers
811a9aa747e : [CTS] Add test for restricted network
49628beba35 : CTS for SubscriptionManager#get/setPhoneNumber API
2331be83a12 : Fix testFullDisk test case in split view settings
b11f1a49ca1 : Migrate references to TouchInteractionController#Listener to Callback per API review.
7ef85d5c7c8 : Exclude CtsDisplayTestCases from cts-foldable
f7411f644ba : RootlessGpuDebug: Change Activity to Service
958dc6b3000 : Fix SoftAP SSIDs in WifiManagerTest
55240b717cb : Fix CTS for duplicate library verification
270f03543ca : Enable picker flag before cts tests.
a67f9a65838 : Attempt fix: testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays
2613cd0bf3a : Test that system role doesn't override user revoked permission.
1448922c282 : remove Disallow uninstall apps and Disallow controlling apps for Watch
ed8aab6c4f2 : Disable battery saver test on WearOS
2d02f47821b : Merge "Avoid keyboard changes leading to Activity relaunch" into android11-tests-dev am: cbe2e82705
3066edd1a0d : Fix WindowInsetsControllerTests on the large screen device.
6aa6d3705ba : Revert "Adding CTS tests for SafetyCenterActivity."
bea9c052d2d : TouchMode (6.3/n) Fully detaching touch mode from focus event (cts)
a564614968d : Disable immersive instructional popup during CTS tests
5f9f8ddb12a : Add utility function for arduino lighting control.
956e0dcf744 : Track lock state per-display in KeyguardController
fdc4cc8888f : Add permission MANAGE_WIFI_AUTOJOIN
8bc7843dd4b : Fix for failing CtsBiometricsTestCases for older devices
f49e3968b1d : Add CTS to ensure onConfigChanged is called when updating app locales.
1ff48880265 : Fix testFullDisk test case in split view settings
4c3fb456442 : Refine SharedFilter cases
4175512a918 : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/178725766
a347e57af9f : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/147309942
6a39e7d7e12 : [RESTRICT AUTOMERGE] Updated CTS test for Android Security b/112161557
8fe131cdcb3 : [RESTRICT AUTOMERGE] Added support for new NFC device
e23d093d69b : CTS test for Android Security b/143559931
5921eeed4cb : Bump CTS and CTS Verifier to 12.1_r1
60fdc874525 : Move assets to the correct directories.
dc6bc29e6a3 : Bump CTS and CTS Verifier to 12.1_r1
7198bb06b44 : Adding CTS tests for SafetyCenterActivity.
718dcff6d56 : Match Permission definition changes
5308d18ee92 : KeyguardTransitionTests: fix testUnlock
165d620b571 : Correct exported state of receiver in test cases
793c48905ca : Revert "Use the min aspect ratio from ActivityRecordProto in Com..."
c7ddbf997fb : Convert tflite_delegate/Android.mk to Android.bp
7f388bc3735 : Disable battery saver test on WearOS
bd3b8488a4b : Skip tests that unplug the battery on batteryless devices
99f46c87ddf : Correct exported state of receiver in VoiceInteractionTest
4aa29dbc7bb : Ignore testTurnScreenOnActivityOnAod test on android 12.
c1cad3d021e : Add test case for hyphenation
40d33821625 : Enable mediapc tests on devices running Android R
71409625aa2 : Merge "Create change to revert aosp/1719073" into android11-tests-dev am: 920c59ca5a
1cb66a8a684 : Merge "Fix Cipher Test is failing between Peeking display and Keyguard windows" into android11-tests-dev am: 41c4a29a76
5e886a57776 : Merge "Create change to revert aosp/1719073" into android11-tests-dev am: 920c59ca5a
90290decec7 : Merge "Fix Cipher Test is failing between Peeking display and Keyguard windows" into android11-tests-dev am: 41c4a29a76
694024d6269 : Merge "Replace display orientation in PinnedStackTests" into android11-tests-dev am: c8156a7e9d
e1588d76f93 : Verify package name and UID for trusted app check
d5499bfdb35 : Remove NIGHT_MODE CtsVerifier test.
f7f8582569d : Update DeviceConfig CTS test OWNERS
3db99dd81d5 : Update DeviceConfig CTS test OWNERS
fdbf45cca4f : Update CTS for UserHandle.of()
1e48e76d702 : Remove device MultiLog
0f84caae045 : Remove FlakyTest tag for a fixed WebViewClientTest
9ffdf4ecc44 : Remove FlakyTest tag for a fixed WebViewClientTest
843e2657796 : ITS: force-stop com.sec.android.gallery3d for Samsung tablets
b03c1bdb0c5 : Remove ProcessTest
7c21eb42ee3 : Fix unspecified error for pc cf
699c697df90 : Check mounted partitions before verifying hash algorithm
8321486bb69 : ITS: force-stop com.sec.android.gallery3d for Samsung tablets
a1f8201a891 : Revert "Merge "Revert "Add setup usage for ACCESS_KEYGUARD_SECURE_STORAGE."" into android11-tests-dev am: f2a76b721b"
648fbab071f : Add a focused state to the DisplayCutout test buttons.
a722aab7c71 : Update compat owners for cts.
f521eb0c8e7 : Test for resetting the component enabled settings
cf6a727a5f7 : Fix CtsPermission3TestCases test for ATV devices
41417e1e8bf : Fix HotwordDetectionServiceBasicTest fail
9af10bb43ea : Fix HotwordDetectionServiceBasicTest fail
d9979a2eefc : Fix prune static shared library test failed
a002d65e5d3 : Remove NIGHT_MODE CtsVerifier test.
35648503dfd : Add CTS tests for new UWB APIs with chipId argument.
07ec256942e : Add CTS for TextAttribute
b8b1bc01623 : Fix flaky one-time permission tests
0f96ebc533c : Fix flaky one-time permission tests
73010e8561c : Add option to set shell-timeout to 20 minutes in AndroidTest.xml
0aa689b80bb : Read process output before waiting for it to finish
7e3c5486a84 : Move assets to the correct directories.
fee52abca44 : Enable picker flag before cts tests.
d67f49ca52c : Added CTS Tests for typed readMap and readHashMap APIs.
a2931810b2f : Update Framework from Jetpack.
189a1fee5e8 : uwb(cts): New binder interface between UwbManager and UwbService
196882d01f8 : Add CTS tests for AvailableNetworkInfo enhacements.
7c6fa74a61d : Migrate more ApplicationRestrictions tests.
bd8b8b707af : Use SoftApConfiguration.getWifiSsid() in WifiManagerTest
3ad77e9d720 : [DO NOT MERGE] Revert "Verify device is pulling assets from correct bucket"
4173747ca1a : Automatically run LocaleManager CTS cases for relevant changes.
04bc20c4446 : Fix WindowInsetsControllerTests on the large screen device.
9c34af34877 : Run PhotoPicker test in `adb unroot`
260d9c7c1cc : Update owners file
ab019ee90ac : Remove “PERMISSION_POLICY_AUTO_GRANT” after test
806bd0fdb28 : Fix Cipher Test is failing between Peeking display and Keyguard windows
62b34285365 : Create change to revert aosp/1719073
4caf3806b42 : Add CTS for LocaleManager apis
7bbf2f92610 : Add Test App for LocaleManagerTests
a7f6f830636 : Add Installer App and a shared library for LocaleManagerTests
71fbca990b7 : Add communal mode change ids to overridable changes allowlist.
c0ecf6781ee : PropertyDeviceInfo: harder failures.
760b52205b8 : Fix Cipher Test is failing between Peeking display and Keyguard windows
8b121e84bc3 : Add role-only GET_HISTORICAL_APP_OPS_STATS permission
bd7a2e0145f : Update the owners files for resources
04ddb1198bf : mediapc: Add CddTest annotation
c3ee98f1741 : DO NOT MERGE: Bump CTS and CTS Verifier to 12_r3
2d90c3733d7 : DO NOT MERGE: Bump CTS Verifier version to 10_r11
ea45855805e : Revert "Add test checking view recycling is always tested"
9146d965499 : Add CTS test cases for ValidationHelper APIs
c375bba82d4 : Dump bitmap from BlurTests on failure
93df4a4390e : Fix minor wrong assumption and bug in BlurTests
5d7dd667d69 : Update cts ConfigTest now that we always prefer to scale down
e0474bc41bc : remove DeviceAdminUninstallTestActivity for Watch
5c6a58d7f5f : DO NOT MERGE: Bump CTS Verifier version to 11_r7
60050716376 : [cts/pm] fix extract native lib tests for forced abi
26946025c80 : Fix flaky test testMicrophoneTimelineWithOneApp
3c23d5ceeeb : [DO NOT MERGE] ITS: test_ev_compensation_advanced loosen TOL near sat.
57771626092 : CEC: Add handling for CEC 2.0 standby tests
8b0ac32ea09 : CEC: Add a wake lock activity to the CTS helper app
3a800cbe56d : RESTRICT AUTOMERGE: Increase tunnel mode CTS test tolerance
f0386e25b6f : Skip tests that unplug the battery on batteryless devices
1f3f9938800 : CEC: Add Static Info Tests in Standby - Vendor ID
cf56befc759 : CEC: Add Static Info Tests in Standby -CEC version
8258874fafd : CEC: Add Static Info Tests in Standby - OSD
22756ce71c3 : CEC: Expect Feature Abort as an alternate message
91695ae1313 : Add way to check for POLL in console output
b532cb6c67d : Fix testNotificationManagerBubble on low performance device
f4c4e351fe9 : Trim play time to 20 seconds.
53afee28364 : Updated CTS test for Android Security b/178725766
460335f2a45 : Modify test case for setTurnScreenOn can only used to wakeup device.
9bc0e2f75e5 : Modify test case for setTurnScreenOn can only used to wakeup device.
579e15718e2 : Refactored DataProfile and ApnSetting
cd19add2c1d : Add cases for IsdbtLayerSettings.getNumOfSegment().
1bd5efc46bf : ITS: test_ev_compensation_advanced loosen TOL near sat.
1cf0b19e4bb : [DO NOT MERGE] ITS: test_ev_compensation_advanced loosen TOL near sat.
eee0e10e6a1 : Add "mts-media" tag to cts-dynamic-config.dynamic
da7c9ecf386 : Renamed setStopBackgroundUsersOnSwitch to setStopUserOnSwitch()
77234fc7357 : Revert "Update getDrawableForDensity test to allow either of the..."
73897695de4 : TIAF CTS: Add package and stub classes for TIAF CTS
c162952c223 : ITS: test_ev_compensation_advanced loosen TOL near sat.
97795901501 : ensure we control the number max of devices
20c2309c355 : Disable NNAccuracyTest for emulator
a55927da257 : Allow loading public libraries from subdirs on VNDK-lite devices
65a9f28eed2 : Add audio underrun CTS test for in tunnel mode
80f2ea00657 : Add ParcelTest cases for interface array/list
30717d247f2 : Use the min aspect ratio from ActivityRecordProto in CompatChangeTests
44bc5439228 : [resolved conflict] Merge "resolve merge conflicts of 84f6714e1c380227daee57e6c0832a7c9d7c170e to android11-tests-dev" into android11-tests-dev am: 148de3e480
05d96c7fc43 : Update tests for ImsStateCallback
6b2b036dfe2 : Check mounted partitions before verifying hash algorithm
fdfe77e260c : Dream Overlay CTS Test.
bec798aef3b : Notify user when "Require devices unlock for NFC" is enabled
1ae143c258b : Add a CTS test to test for new mms result codes
6da4d350d74 : Disable NNAccuracyTest for emulator
e51ad3e7cd1 : Remove device MultiLog
aa7b4dcd309 : Add CTS tests for WifiSsid
aa95f0c9646 : [DO NOT MERGE]ITS: test_ev_compensation_basic loosen RTOL at high EV comp values
a1b7c20b424 : Add new AUTOMOTIVE_GNSS_CONTROLS permission to CTS manifest.
1c4c8deea0b : remove Disallow uninstall apps and Disallow controlling apps for Watch
fc9b0903722 : Update DeviceConfig CTS test OWNERS
a1a0c6cb4f6 : [DO NOT MERGE]ITS: test_ev_compensation_basic loosen RTOL at high EV comp values
85013e9a852 : Remove incrementalinstall/Android.mk
827800b5c10 : Remove KeyRotationTest/Android.mk
79bcfd1c9fe : CtsMediaTestCases: Remove unused assets
666adffe1cd : Add tests for ImsStateCallback
1805da86738 : Add an assert for multi devices
cb64aa70857 : ITS: test_ev_compensation_basic loosen RTOL at high EV comp values
9248b0edc65 : ITS: test_ev_compensation_basic loosen RTOL at high EV comp values
88d1b77da6d : Fix drag gesture perceived as long press
6f56adc7379 : Introducing support for CHECK_TTS_DATA and ACTION_GET_SAMPLE_TEXT intents.
e69585f6781 : Merge "[RESTRICT AUTOMEGE]Adapt StorageTest for Wear" into android11-tests-dev
47fb23fb373 : DisplayTests: scale by 0.9 for resolution override
cd6b0aa34fa : DisplayTests: scale by 0.9 for resolution override
0df311a1efb : Add role protection level to some permissions
3b6b57a47ff : Add tests for INSTALL_DPC_PACKAGES permission
3ed1ef39d10 : Add new INSTALL_DPC_PACKAGES permission
bf6396e6d7e : Updated CTS test for Android Security b/147309942
ad75bc7c14b : Updated CTS test for Android Security b/112161557
9b54c941548 : Unify owners for default permission grant policy.
30db10803d4 : Convert Android.mk to Android.bp
1b1391d2987 : Fix the two test cases testForbidCapabilitiesRequest and testRequestCapabilitiesFromCacheWithPresenceMechanism in RcsUceAdapter
86b24036465 : CTS tests for the IMS RCS API improvements : DelegateRegistrationState
cccee203a68 : update getDPI with DisplayMetrics.DENSITY_DEVICE_STABLE
e2269ee6236 : Update testForbidCapabilitiesRequest test case
6a0bdd5c558 : Use Integer Property Animator for AttachedSurfaceControlTest
84f0904e90a : Add CTS test cases for ServiceManagerHelper APIs
c19327f7540 : Add "mts-media" tag to cts-dynamic-config.dynamic
9d7310771f1 : Added audio focus test for transient exclusive
29204148328 : ITS: don't apply CCM to RAW test patterns
421ea5ca801 : Update thermal throttling tests.
e33a11c9f4f : ITS: don't apply CCM to RAW test patterns
04ba9570a2a : ITS: don't apply CCM to RAW test patterns
93ec85d0ed7 : Add CTS test cases for BuildHelper APIs
284d204cd15 : Update transcoding ownership
4832ab1d789 : Remove testAutoPipAllowedBypassesExplicitEnterPip reliance on launcher
617d1d2b1ef : DO NOT MERGE Update API check in SECURITY_MODEL_COMPATIBLE tests
eb3a727ac6e : Clean up LISTEN_ALWAYS_REPORTED_SIGNAL_STRENGTH logic
8fdf49dda37 : invoke getActiveSubscriptionIds with shell permission
ee5c09a7186 : remove DeviceAdminUninstallTestActivity for Watch
a4cca144dbf : Manually CP the "Not allow dot in BRAND/PRODUCT/DEVICE/BOARD" into android11-tests-dev am: e6b317c8e2
7999a81fb56 : Remove cts-media-drm-common library and use cts-media-common instead
936e9ad0bae : Fixed failing CTS test
6844842142a : Added support for new NFC device
0bdb187f729 : Skip border check in testSetGeometry_dstBounds{On,Off}Screen
77a3fd26865 : Don't capture border for SurfaceControlTest
e26392608ec : Add PreserveLegacyHostTest to GTS
79b01361b78 : invoke getActiveSubscriptionIds with shell permission
b7592d06166 : Disable testPauseUiTranslationThenStartUiTranslation from presubmit.
f7b94a8f06f : Reorder option tag to have the plan name correctly show for cts-validation test plan
aec4aff93ae : Test job priority API.
85d29b2653c : Allow loopback test to run with speaker/mic (for auto use case)
aadf1ddfbb5 : Migrate data when apps leave sharedUserId
f8784d4e5b4 : Updated OWNERS.
1b215a02a29 : Fix DisplayTest.testModeSwitchOnPrimaryDisplay
7de31375e5e : Add CTS test cases for ActivityManagerHelper testing
9d98c42a594 : Fix DisplayTest.testModeSwitchOnPrimaryDisplay
3d8adba77f5 : Cover TelephonyManager#isModemEnabledForSlot in CarrierApiTest
2a70bf1322b : Skip border check in testSetGeometry_dstBounds{On,Off}Screen
0eb97847d6b : Add PreserveLegacyHostTest to GTS
d453d0dd5ba : Revert^2 for CTS tests for matchesCallFilter.
ba57d7a09db : Acquire partial wakelock for inattentive sleep tests
73bf6ac0f6b : Tests for pruning unused static shared libraries
e104666779e : S V2 is now 32
4b54540a417 : Add tests for fd check in bundle
79511e16e63 : RESTRICT AUTOMERGE Remove hostsidetests/userspacereboot tests
1076a989eb0 : Verifying InputMethodService re-create by quickly change display focus
531587c55de : Modify manifest to handle display config changes on sleep
99346183b9c : MediaCodec: avoid double lock gralloc buffer
b22d6387922 : [RESTRICT AUTOMERGE]: Refine testDisplayPolicyImeHideImeNoSystemDecorations
8aa9442298e : Ignore ApplicationInfoTest#testIsProduct
91ee7421db9 : Remove SETEND instruction test
ec6d8710efd : Wait for change on LocationManager's broadcast
1df09e3d258 : Update AudioDeviceNotifications CTS-V Tests
e342609d6f0 : Remove AVB 1.0 fstab flags.
4999a256fda : Remove isRunningANGLE()
acc3c040b89 : Fix for testFullDisk test
e96a6867e21 : ScopedStorage: Error message if startsWith fails
16d2f9093e2 : Update tuner test cases to support ISDB-T Multi-Layer.
f35e0729106 : Parallelize StrictJavaPackagesTest where possible
9328e7dc068 : Use the min aspect ratio from ActivityRecordProto in CompatChangeTests
b5c5dba17e7 : [RESTRICT AUTOMERGE] Check use_frame_rate_api prop for framerate tests
2a8f21e950a : Tracking changes to removing frame rate flexibility token
19b9545a1c7 : Use a relaxed tolerance with default compatibility
00c6df54620 : Give access to the native InputQueue to all native applications.
fae189672ae : Add PreserveLegacyHostTest to GTS
401e7708322 : Modify manifest to handle display config changes on sleep
314b75f7bba : Ignore ApplicationInfoTest#testIsProduct
f8576f2a4f5 : Shorten video playback time to meet CTS quality bar.
03f38f4097b : Fix android.appsecurity.cts.StorageHostTest#testFullDisk fail
6cfb31e210e : Update transcoding ownership
726f0ea38b6 : Have waitForEnterPipAnimationComplete wait for the animation to complete
b4d225ea634 : Revert "Test permissions for matchesCallFilter in NotificationMa..."
5f8a727e922 : Add REQUEST_COMPANION_PROFILE_AUTO_PROJECTION permission to CTS
7a5a0f356b6 : Update OWNERS since the old owners has left Android.
19a64545e3c : Update OWNERS since the old owners has left Android.
3ff8c642273 : Fix for testFullDisk test
a8f9e4b8dd9 : Camera: Fix buffer underflow in ImageReaderTest
f81846d9964 : Keystore CTS: test no ATTEST_KEY support case
c32f58f2747 : test-apps/ApkVerityTestAppPrebuilt: Update prebuilts to the latest
f9f1740b24b : CtsVerifier support Nfc tests in work profile
017c171cc22 : Remove obsolute property persist.wm.disable_custom_task_animation
8f449359c6e : Revert "Merge "Merge "fix "Backup deactivate failed" due to secondary user remove slow" into android10-tests-dev am: 43d26bb25d" into android11-tests-dev am: 6003e61cfc"
d7babee7e97 : Don't run AppCloningHostTest on devices with sdcardfs.
a003edd7410 : android.view.inputmethod.cts. FocusHandlingTest#testOnStartInputCalledOnceIme -fail
2f82fe7dbf7 : [resolved conflict] Merge "Merge "android.view.inputmethod.cts. FocusHandlingTest#testOnStartInputCalledOnceIme -fail" into android10-tests-dev am: 130b289d00" into android11-tests-dev am: 2789304719
2cbe773dc6b : CTS : Create common library for split CLs
931631947a9 : CTS tests for DISALLOW_WIFI_TETHERING
29561d7811d : [LSC] Add LOCAL_LICENSE_KINDS to cts
ef648b69bc6 : Update CTS owners
72f08f3ab36 : Skip userfaultfd CTS when ro.board.first_api_level < 31
bb076dde57c : video: check performance only for the preferred ABI
9f918f46502 : [DO NOT MERGE] ITS: loosen test_3a_consistency TOL to match Android 12
222cc8d40ed : Cherry-pick https://r.android.com/1173930 to android12-tests-dev. There was a merge conflict from android11-tests-dev, so it didn't get automerged.
137f67e6741 : Remove device MultiLog
01a300a7f72 : [DO NOT MERGE] ITS: loosen test_3a_consistency TOL to match Android 12
295a6949305 : Enable CtsMediaPerformanceClassTestCases to run on more devices
b6fd0176134 : Added CTS Tests for typed read Serializable APIs.
496dd851759 : Update getDrawableForDensity test to allow either of the valid options
e0c8b228877 : Update CTS JNI tests for public libraries in APEXes.
8c1d08cc582 : Launch a nosensor activity before querying the orientation
b25bb30a108 : video: check performance only for the preferred ABI
83131788403 : Add CTS test to verify location accuracy feature by targetSDK
f2aed82ca5a : Update API check in SECURITY_MODEL_COMPATIBLE tests
2c9ca11a91e : Camera: Fix a wrong "condition" statement
39a9a70720c : Camera: Fix a wrong "condition" statement
e4efc461910 : Camera: Fix a wrong "condition" statement
7f678a8dbd6 : Updated relevant OWNERS files to point to canonical list.
b97a321db24 : ITS: change to safe YAML file read
5e1b5560c78 : Controls API - Support action while device is locked
ab313f07309 : Add isDeviceAdmin query.
0183e8a7fd7 : Filter out inactive APEXes
0cc97199fd4 : fix testUrlBarChangeCancelSessionWhenServiceReturnsNullResponse
ea9410feeb9 : RESTRICT AUTOMERGE Edit tests to assert either old or new behavior
20f4fd9e592 : Launch a nosensor activity before querying the orientation
803e79ddfde : Provide getVsrApiLevel() to read the Vsr API level of DUT
35a6dd45490 : Add test for EditorInfo#IME_FLAG_NAVIGATE_{NEXT,PREVIOUS}
148a530b0bc : add drmserver64 for 64bit only projects
9648d3555b6 : add drmserver64 for 64bit only projects
b66dd60063e : Merge "Merge "Label the car service module as not_instant_app, so it doesn't run in instant mode" into android10-tests-dev am: a35cab7544" into android11-tests-dev am: 9d2dffa4e1
e2eac322973 : Fix android.appsecurity.cts.StorageHostTest#testFullDisk fail
3db790a34cd : Fix the API level check for incfsv2 verification [RESTRICT AUTOMERGE]
b0a54a994ba : Fix the API level check for incfsv2 verification
9a3f1a56088 : Reorder option tag to have the plan name correctly show for cts-validation test plan
5b3b4f54846 : Update test to turn on location before running
4cb47b38a65 : ITS: check colors in RAW if supported, else black if YUV
c99c1a2cd93 : Shorten video playback time to meet CTS quality bar.
983f2f2ea80 : Update CTS JNI tests for public libraries in APEXes.
daca6011572 : readability cleanup: group non-static variables
7367a93a511 : Fix duplicate carrier config broadcast issue
2b0ca28ebf9 : Fix duplicate carrier config broadcast issue
1c18d8c22cd : ITS: check colors in RAW if supported, else black if YUV
7f316a6d5ff : Fix failures due to config_guestUserAutoCreated
c66a68902aa : Fix failures due to config_guestUserAutoCreated
b009c47a123 : Add CAR_MONITOR_CLUSTER_NAVIGATION_STATE to automotive_android_manifest.
7f9eb37bb5f : Update CTS-V ColdStart tests.
0b1bd8247f4 : Updated relevant OWNERS files to point to canonical list.
a64a2291c20 : ITS: check colors in RAW if supported, else black if YUV
8d1895984b3 : Add some missing tags for Libcore tests.
defd747cd06 : Don't capture border for SurfaceControlTest
41b73b32df5 : Adds OWNERS files for files related to Attestation Verification Framework.
b0082c2ed48 : Test permissions for matchesCallFilter in NotificationManagerTest.
67cfe9e0396 : Fix lint errors in FrameRateCtsActivity
68cc8ac663b : Use FIXED_SOURCE compatibility in MatchContentFrameRateTest
734a6712ac0 : Make BluetoothCodecConfig and BluetoothCodecStatus public.
fa6bdc9e70b : Fix build error in WindowInsetsAnimationImeTests
33ef6840570 : Close Cursor before end of test.
c9f185a3977 : Fix setup of DeviceConfig API tests
8d1a7a52ca4 : Add test case for is_recording in MediaStore_Audio_MediaTest
2a67a4a8d4a : CEC: Helper functions for Standby
9be783a3d01 : CtsFilesystemTest: set shell-timeout to 180min in test config
a3352bca974 : Add SharedFilter tests
81f7bda8484 : MediaActivityTest: fix how fixed volume is checked
28f32a293c8 : Update split screen check on tablet devices.
ba20ac9fbca : Update split screen check on tablet devices.
0a857759618 : Fix testFrontendStatus failure when there are more than one frontends
ace78b99741 : Add a multi tuning test to tuner.
2224ae138bd : Camera: Fix race between ImageVerifierListener and ImageReader
44ed83c7586 : Fix testFrontendStatus failure when there are more than one frontends
9f50112ad74 : find DeprecateTargetSdk dialog by prefix package name
754ebd3b2da : Re-add and flag-gate NoPermissionTest
18b81e0551b : Shorten video playback time to reduce test time.
b38fd7e56e3 : Add native bridge controller to to CtsViewReceiveContentTestCases
749c303e981 : Add native bridge controller to to CtsViewReceiveContentTestCases
7a96e971579 : Revert "Revert "Ignore flaky test until it is stabilised""
5eafb5ce4a2 : Revert "Fix failing cts test."
ef482f520eb : CtsFilesystemTest: set shell-timeout to 180min in test config
10199bf3bd0 : MotionEventTest: Orientation should be in range [-pi, pi]
1245b76073b : MotionEventUtils: Consider pointerIndex in generic axis 1 assertion
d2e15d6fd19 : MotionEventTest: Use pointer source for test that needs location offset
9d4be166c54 : In MediaCodecTunneledPlayer, properly detect playback start
8a4b8bb46ce : CEC: Change device type checks
0af80f09d62 : ITS: check colors in RAW if supported, else black if YUV
e3df7f2abe1 : Refactor Bluetooth scan mode APIs
aaf43f2be39 : update media CTS Test owners
1e081e7e582 : testFixedOrientationWhenRotating: get the SizeInfo from ResizeableActivity as the initial value.
34f91175fb0 : testFixedOrientationWhenRotating: get the SizeInfo from ResizeableActivity as the initial value.
64a3e7ee179 : Revert "Ignore flaky test until it is stabilised"
a4e34fb8884 : fix testUrlBarChangeCancelSessionWhenServiceReturnsNullResponse
b44f52cfd5c : Fix calculation of blur^2 radius
b7437c80708 : Add tests to ensure the visibility of checkPackage
e1b249a9026 : Test InputConnection#takeSnapshot()
52b3a9bc30c : Remove duplicate filegroup.
ba141b30a18 : Camera: Add camera id for CamcorderProfile check
8aee5604b8f : Fix build error: duplicated case in switch
6744b6e4dfe : Move case statement to match android-tests branches.
73db5e426a0 : Camera: Abort failing native capture session
75cf17030b9 : Add new ops to atom tests
3682a04a2ee : UwbManagerTest: Add test for getAdapterState()
a689c35464d : Don't capture border for SurfaceControlTest
206b174bc57 : Use Integer Property Animator for AttachedSurfaceControlTest
163d20b4351 : Fix testDeviceOwnerCanRemoveConfig
b5e3927e5a0 : Camera: Fix race between ImageVerifierListener and ImageReader
ff8e107625b : Fix PowerPolicyHostTest failure
dbb6a850153 : Make DataSharingServiceTest more stable
3c70da45b66 : Revert "Ignore the entire cross profile test"
c57b829c371 : [resolved conflict] Merge "resolve merge conflicts of 84f6714e1c380227daee57e6c0832a7c9d7c170e to android11-tests-dev" into android11-tests-dev am: 148de3e480
ddc10659854 : Remove myself from DPM-related test owners
fb35288d59f : Fix HostsideNetworkCallbackTests meteredWifi check
90217bee7cd : Add test for Preview on ViewSelected button click
c8ad0bfd00b : Add test for Preview on long press
9b158b7387c : AdaptivePlaybackTest: dequeue output buffer until timeout
63ef9654627 : Modify manifest to handle display config change on sleep
c1a4566882f : Camera: Fix buffer underflow in ImageReaderTest
80402bd44ad : Added CTS Tests for typed read APIs of `readArray`, `readArrayList`, `readParcelableArray` and `readSparseArray`.
36800ab7659 : Add NET_CAPABILITY_INTERNET NetworkCapability for VcnManagerTest
3d8b8683464 : Add NET_CAPABILITY_INTERNET NetworkCapability for VcnManagerTest
6f565f3b030 : mediav2 CTS: Enable DecoderColorAspects Test for AV1
f4fc43d886a : Add more descriptive failure to Bluetooth test
9fa48493be6 : Handle warning when location is turned off
314531c9b13 : Fix failures due to config_guestUserAutoCreated
cc618d4d110 : Disable PermissionAttributionTest for Auto on S
850c6c04c40 : Update CTS-V AEC test Info Text
50ed3827a6f : CtsVideo: Skip operating tests when performance point is not advertised
67335ba084a : Remove containing frame from WindowFrames in CTS
812576ca810 : Reorder option tag to have the plan name correctly show for cts-validation test plan
b51714db141 : [cts/pm] fix extract native lib tests for forced abi
dd00446f29c : fix CtsExtractNativeLibsHostTestCases on S emulators
28531e86445 : Introducing support for CHECK_TTS_DATA and ACTION_GET_SAMPLE_TEXT intents.
2d519a1b361 : Camera: Abort failing native capture session
63cd6266042 : Skip APEX tests when running with the native bridge.
1db41cd0dbf : [DO NOT MERGE] ITS: blur images for variance measurements
9d7249cecba : RESTRICT AUTOMERGE Edit tests to assert either old or new behavior
601bcf158c3 : Add cts test for new PermissionManager api
09d04b8b17c : Fix the Flakiness in testDropDownBackgroundDialogMode Test
5b98159454b : Fix the Flakiness in testDropDownBackgroundDialogMode Test
0c1a31b2419 : Move ownership of SJP tests to mainline.
fd75a4302a4 : Remove usage of TV-specific setting in playback devices in CTS
e72a5707ec8 : Provide getVsrApiLevel() to read the Vsr API level of DUT
6645331b4b5 : fix app abnormal crash cause testManagedProfile fail.
9910aff9295 : Camera: Add camera id for CamcorderProfile check
fdb8939075c : [DO NOT MERGE] ITS: blur images for variance measurements
839ef3727e9 : Update CTS tests for nearby wifi
da419d3414c : Wait for change on LocationManager's broadcast
54538756d44 : RESTRICT AUTOMERGE Disable the tests failing due to the accessibility issue.
3ef04342633 : [cts/pm] fix extract native lib tests for forced abi
96a4d79153a : Camera: Relax camera launch requirement for MPC11
dc181ed4366 : Fix calculation of blur^2 radius
36c4d02ebe6 : HDMICEC: Add CTS test for deviceSelect API
5f4e2163a6a : HDMICEC: Add CTS test for Active tracking of CEC Network for Playback devices
f94779c42fc : Fix ExternalStorageHostTest#testSecondaryUsersInaccessible
50c13c596e8 : Exclude test for vendor API level < 31
4194eb0da09 : Exclude test for vendor API level < 31
879473bb63e : Fix CTS for Null Handling
cf8db443f52 : Adjust OWNERS to reflect new ownership
c04e2992c00 : Consolidate regression tests for Bug 160391516 as standalone tests
eca930aab93 : Fix test (4/n)
247b4becea3 : Modify manifest to handle display config change on sleep
1caf630ddcd : fix app abnormal crash cause testManagedProfile fail.
6401a112e7c : mediav2 CTS: Enable DecoderColorAspects Test for AV1
4cb5473c83f : Add CREATE_VIRTUAL_DEVICE permission
b16c7e28e37 : Allow Tuner CTS to run without frontend or optional filters
72d4cbb29eb : Add a cts plan for multidevice test cass
d85ade6514a : Camera: Add support for new data types for newly added metadata
f251875d0d7 : Skip APEX tests when running with the native bridge.
0ebec01f9c9 : Relax VR extension requirement
0b15120a449 : Revert "Revert "Add cts test to verify 2 AssetFileDescriptors wo..."
a0661541e7a : ITS: test_zoom.py check zoom ratio max, not zoom max
1307e3727fc : CtsVideo: Skip operating tests when performance point is not advertised
131d2b2eb84 : Make READ_NEARBY_STREAMING_POLICY normal permission
a22ce35534a : Exclude test for vendor API level < 31
a5f6de23e58 : Updating test manifest for new permission. android.permission.START_VIEW_APP_FEATURES
41292b0abf1 : ITS: test_zoom.py check zoom ratio max, not zoom max
e288950f3b2 : Adds CTS MagnificationConfigTest
0aac4f469af : Use permission MODIFY_USER_PREFERRED_DISPLAY_MODE to set user preferred mode
7233048c2a5 : Add SharedLibraryInfoTestApp as a data dep to CtsEdiHostTestCases.
d51b0d8645b : Add SharedLibraryInfoTestApp as a data dep to CtsStrictJavaPackagesTestCases.
399611b02fc : CTS for configurable list of SADs to query
f061d885526 : CTS for PendingIntent BroadcastOptions BAL improvement
81d44a5a3f6 : Test for offset check fix in Parcel::hasFileDescriptorsInRange()
321743ebfe4 : Increase wait time to poll all devices
7c7d0cf8ff1 : Add way to check for POLL in console output
ed13e727d3d : CTS Verifier shouldnt be backed up, as it causes issues with test when device is restored.
9c287f5977f : Increase retry time to 10
cb15740c9b1 : Fix some devives run test_tonemap_sequency fail
23e8d6bcc48 : Fix some devives run test_tonemap_sequency fail
30d97509c45 : Decouple Launcher from InputConnectionEndToEndTest (2nd try)
1742eb816c5 : Update TunerTest#testShareFrontendFromTuner
1a94184fdf9 : Disables some tests in android.appsecurity.cts.SplitTests with native bridge.
a7fa00369b0 : fix CtsExtractNativeLibsHostTestCases on S emulators
f0243a79807 : Camera: Add support for new data types for newly added metadata
499ed6ecc01 : Add CTS Test Cases for PackageManagerHelper APIs
4e6927eb508 : Update list of "expected" platform permissions
a88dd705989 : Make ContentCapture CTS more stable
fa421231ba3 : Add cts test for Tuner inquery APIs
9bfdc666b3e : Fix headset detection logic in AnalogHeadsetAudioActivity.
6581c3437cd : PTS gaps tunnel mode to run only when a codec supports tunnel mode
d2f8ee8dd17 : CTS tests for request in progress error
ec0e9a8c5dd : media: workaround: delay encoder creation in EncoderTest
26089f95a47 : Fix CompanionDeviceManagerTest
88eeec8dbe1 : Fix ResetPasswordWithTokenTest test
cda88f95929 : Revert "CTS for PendingIntent BroadcastOptions BAL improvement"
120b1e1c652 : Exclude testCreateAdminSupportIntent and testSetCameraDisabledLogged
d8b01e48430 : Increase retry time to 10
4444e7b51aa : Camera: Fix buffer underflow in ImageReaderTest
cc9217d6b98 : Remove redundant test
c4b5e5e2e0c : add delay for updating simstate and polling of observer
ba85310460b : Resolve API review on getting media key session
dd712d01048 : Add test for media key session related methods
d78a71efe13 : Fix failing MediaSessionManagerTest due to storage permission issue
de1cf184d14 : EncoderTest: Update timeout used in testEncoderWithFormatsParallel
08807b2c6a5 : Add a sample multi-device test (WIP)
929a1da79f1 : Don't request n^2 permissions
5612a83514b : Allow Tuner CTS to run without frontend or optional filters
1787eac718b : [RESTRICT AUTOMERGE] Skipping the test #testDirectory_InsideSandbox[1]
4a562701bf1 : Add cts setBufferSize test for AC3 AudioTrack
ce9ac145a25 : Test for: v4.1: support v3.1 key rotation in v4 signature
f86a88f62bb : Revert "Add cts test to verify 2 AssetFileDescriptors work indep..."
f929ffc2fa3 : CodecDecoderValidationTest: Few AAC profiles are mandatory for only default decoder
5aa4f1232c1 : Limit DRC tests to default aac decoder and the ones that support xHE-AAC
0470b543ad4 : [RESTRICT AUTOMERGE]: Refine testDisplayPolicyImeHideImeNoSystemDecorations
159a30432ac : Add new permission to CTS test.
3c52f1e9ce0 : Parallelize StrictJavaPackagesTest where possible
4fdb202d2a8 : Move drm tests to its own package.
bd9beefb15c : Update tests to use new API naming.
4317d82bf00 : Revert min_sdk_version to 29
b1f22247acb : Build cts-media-res-lib static lib and other cleanup
4c819ad088e : Split MediaDrmTest class into its own package.
d71df844e5e : Clean up MediaPlayerTest code
edd2dc91197 : ITS: check error in mm correctly
eb4bf8e0b70 : ITS: check error in mm correctly
58c002d4f13 : Exclude testCreateAdminSupportIntent and testSetCameraDisabledLogged
ef2cbba1700 : Runs CTS benchmark on accelerators only. Fix skipping logic.
b15a57db4bf : Runs CTS benchmark on accelerators only.
3ad2457cdfb : Ignore the entire cross profile test
bdde1929115 : Add tests for range-based hasFileDescriptors()
8e4dd7ecc59 : avoid that sim may enter PUK state
b38d9c9a721 : ITS: check error in mm correctly
53a1e520304 : CtsMediaV2TestCases: Update the zip to CtsMediaV2TestCases-1.14.zip
33ad3e3be50 : Add cts test to verify 2 AssetFileDescriptors work independently
985f8f62c5a : CtsMediaV2TestCases: Update the zip to CtsMediaV2TestCases-1.14.zip
d62508132a0 : [CTSVerifier] Add new activities to the manifest
9990c0e08cf : ITS: allow test_flip_mirror.py to find chart on all phones.
12cd5972db3 : transcoding: Add 720p transcoding test
3bb215dcaab : transcoding: Set 480p as default source video
f053fa4cf5d : transcoding: Add capability check for transcoder tests
5662e7aea4d : [CTSVerifier] Add new activities to the manifest
73deeabaa3c : [CtsVerifier] Separate the test results of the subscribe for specified peer and accept any.
8f47b5a35e0 : Skip key attestation test for product.first_api_level <=26
b420be70d35 : transcoding: Fix width and height in VideoFormatResolver format
9fa8b999774 : Initialize class fields in @Before method.
28ed110d9be : Cleanup/enhance AEC test. Standardize ReportLog keys.
304431581e5 : Initialize class fields in @Before method.
fe1db907759 : Fix the symlink test in AbiTest.
825cabfdad8 : Initialize class fields in @Before method.
d507b1994c7 : Run PreserveLegacyStorageHostTest only on S devices.
f0885a38def : Run PreserveLegacyStorageHostTest only on S devices.
6c8682fe4bb : Update OWNERS file
1248d5ff459 : Properly handle dupes between BCP and shared libs
baa22ec788b : Fix test when the type of the field cannot be resolved.
f8cc0d6820e : Fix test when the type of the field cannot be resolved.
0a3492a9ac4 : Ensure the visibility of #getSuspendedPackageLauncherExtras
4921845b2db : Camera: Check CamcorderProfile for 1080P video support
1696e4cb923 : ITS: allow test_flip_mirror.py to find chart on all phones.
22ef561018d : Exclude LCE CTS test
b1ff851f1d0 : RESTRICT AUTOMERGE Disable the tests failing due to the accessibility issue.
2f73ae559ef : DecoderColorAspectsTest: Skip test for HDR clips if display doesn't support HDR
78c188817a2 : DO NOT MERGE: Bump CTS version to 12_r2
b6a8c2cc139 : [CTSVerifier] Add new activities to the manifest
cfb2c2ef3db : Add BroadcastMessenger
817784b75fe : Camera: Add torch brightness control keys.
e6431ddc638 : DO NOT MERGE: Bump CTS Verifier version to 12_r2
c0bd8f59e55 : Remove tests that require SIM to support FDN or SDN
240ffcb64fa : Call Dialog#dismiss() in runOnMainSync().
40f10b5efa7 : Tests for translationZ handling for sw canvas
f8b40139953 : Check DND state after setting it in matchesCallFilter tests.
85399675e87 : Call Dialog#dismiss() in runOnMainSync().
c19f7a5f4df : Camera: Relax camera launch requirement for MPC12
2e5723348a0 : ITS: blur images for variance measurements
a166516545d : ITS: blur images for variance measurements
7b58bec9b75 : Add tests for rate limiting LTZP events
ec14eb81348 : Add asynchronous wait time for adjustVolume().
0d950d0428a : Add asynchronous wait time for adjustVolume().
d3363c232e7 : [RESTRICT AUTOMERGE] Tracking changes to always sending Game content type to the HAL
d4db66b7d54 : [CEC Configuration] Use cec config shell access
bf92bec7f3e : Add owners to vibrator/vibration related cts files
38e94148595 : Allow classes in system API to be changed into public API and abstracted.
d277f6e5b7c : Run BasicPipTests in @AppModeFull
c654d9f95f9 : Test: Address backward compatibility issues in tests to check warning banner
1316c47a6dc : Verify display ID instead for WindowContext#getDisplay
f05d65a3a2d : DecoderColorAspectsTest: Skip test for HDR clips if display doesn't support HDR
32a79c0fcd5 : Skip userfaultfd CTS when ro.board.first_api_level < 31
f9d98e1482e : [cts/SettingsProvider] enforce test app to use public APIs only
e4aacccf55b : Fix the symlink test in AbiTest.
6da6c454417 : ITS: eliminate spurious 'circlish' rectangle in test_zoom
96a1a6518d3 : Update UsageStats test to pause an app correctly.
7483f93f312 : ITS: eliminate spurious 'circlish' rectangle in test_zoom
545bacef4f6 : Fix issues with ASurfaceControlTest
d05ac6e6d21 : Fix issues with ASurfaceControlTest
bdcd05f9776 : Fix flaky VoiceInteractionRoleTest and fail on low ram devices.
f282ec45660 : Run BasicPipTests in @AppModeFull
825cf81cb4e : Put CtsApkVerityTestApp and its Split in cts dist
aa8eb177ed1 : DO NOT MERGE: Revert "Re-enable cross-user test case."
e2201f69b0f : Add CTS for SharedMemoryHelper API via binder
709209ed921 : Revert "Add Presubmit annotation to SimPhonebookProvider tests"
97193e4337f : Change AppSearch cts test owner to packages/modules
d5a151d34db : Avoid stopping power supply to SIM if no hot swap supported
8d00a6288e8 : Use test cases directory provided by tradefed instead of our own
5f3824bda45 : [cts] fix CtsExtractNativeLibsHostTestCases on S emulators
48d3d5701c0 : Fix issues with ASurfaceControlTest
8c077774be4 : Add more per files to OWNERS
26f467a1b44 : Disables testDdmsWaitsForHandshake with native bridge.
db85747e43f : Update test for RcsVolteSingleRegistrationCapable
ba40891553d : Tests to confirm duplicate events are not sent
e0d3ae4b5e0 : Split large RSA keygen test up
042664512af : Update prefetch job tests.
543390a784f : Reset default voice sub at the end of test.
6bdf5b20a5f : Reset default voice sub at the end of test.
9d64335b927 : DecoderColorAspectsTest: Skip test for HDR clips if display doesn't support HDR
f1b0d10eb9f : CTS for PendingIntent BroadcastOptions BAL improvement
5eaf7928b6c : Test that FileManager/SystemGallery can update Android/media directories
3fe235f4230 : media: fix EncodeVirtualDisplayWithCompositionTestImpl timeouts
df78627900e : Tracking changes to always sending Game content type to the HAL
1caeed5a50a : Remove resetDefaultExternalStorageVolume from MP insert testcases
d662003ebe6 : Test for duplicate inactive factory package names after module update
a3a8765bcc5 : Make sure default push_messaging_over_quota_behavior is TEMPORARY_ALLOW_LIST_TYPE_FOREGROUND_SERVICE_NOT_ALLOWED.
b791a0601a7 : DecoderTest: Adds a new mode for which codecs must support profiles.
7b836dfea66 : Ignore flaky test until it is stabilised
8f5bfa83bd3 : Change test to use new id for RecyclerView
66b40111f60 : Add test for cross profile PhotoPicker usecase
9803c17523c : Add testMimeTypeFilter in PhotoPickerTest
99f349ae603 : Add CTS coverage for valid values for MediaStore.EXTRA_PICK_IMAGES_MAX
c18966e8850 : Add photo picker tests
6f42ca0090b : Add first simple CTS test for PhotoPicker intent
2b8e820050d : Decouple Launcher from InputConnectionEndToEndTest (2nd try)
dc4e1c16674 : fix testUrlBarChangeCancelSessionWhenServiceReturnsNullResponse
0beee3404ad : Update test for RcsVolteSingleRegistrationCapable
83279590e5d : Combine telephony/sdk28 with telephony3
6ebdf66a8c4 : EncoderTest: Skip encoders that do not support some configurations
36d772eafac : Make sure default push_messaging_over_quota_behavior is TEMPORARY_ALLOW_LIST_TYPE_FOREGROUND_SERVICE_NOT_ALLOWED.
707d926991c : [LSC] Add LOCAL_LICENSE_KINDS to cts
525bc9965b4 : Test: Add tests to check if warning banners are present when privacy is enabled for sensors
77685c0b1e0 : CtsMediaV2TestCases: Update the zip to CtsMediaV2TestCases-1.14.zip
880aa00fdba : Disables testDdmsWaitsForHandshake with native bridge.
df09589cdcf : CtsVideoTestCases: Update zip to CtsVideoTestCases-1.3.zip
cc081e6acd0 : ITS: fix for numpy 1.20.1+ version
10cc4e05384 : Wait for LATCH_MMTEL_CAP_SET countdown at testCarrierImsServiceBindMmTelFeature, testCarrierImsServiceBindMmTelNoEmergency, testCarrierImsServiceBindMmTelEmergencyEnabled, and testCarrierImsServiceBindRcsChangeToMmtel
adf54a4a3a6 : End block suppression when sending emergency SMS in the tests
abc5e090bda : ITS: fix for numpy 1.20.1+ version
13c747088c5 : Fix CTS test for 32-bit userspace devices
9c16c9c4ae5 : Don't run ClasspathDeviceInfo on pre-R devices.
90d0ec6b37a : Add permission to modify user preferred display mode.
1e97cf3dbef : Fixes test fail cause by unexpected events
bf1ec1b13cc : Fixes test fail cause by unexpected events
e9a4c4ddad0 : HDMICEC: Update Javadoc for HdmiCecActiveTrackingTest
ccabb854c51 : Don't run ClasspathDeviceInfo on pre-R devices.
b11dc3a5154 : Tracking changes to always sending Game content type to the HAL
d422b8f7590 : Fix crash on OutOfProcessDataSharingService
4d3681e15d7 : mediav2 CTS: Clean up stale bug ids
fcb0f114f60 : Revert "Skip failing cross profile tests for now"
82b7c1852a9 : Verify display ID instead for WindowContext#getDisplay
25802dbaab3 : Fixes test fail cause by unexpected events
f0683bb3cf8 : Fix a CtsVerifier crash issue
e504881983e : Fix a CtsVerifier crash issue
be53208a06a : Fix OptionalOfRedundantMethod bug caught by errorprone update
796e7f1d706 : Added CTS for IWLAN requirement
0a3e5c10c39 : Updated CTS test for Android Security b/174047492
e72bdb3ed6d : Fix for #testAppInfo_RemovePermissionsAndFreeUpSpaceToggleExists
17e889cfe58 : Fix for #testAppInfo_RemovePermissionsAndFreeUpSpaceToggleExists
72b1d2a44c6 : Add CTS for SharedMemory.fromFileDescriptor API
8e820b7745f : Add CTS tests to test new function NotificationManager#matchesCallFilter.
3cd441576b9 : [LSC] Add LOCAL_LICENSE_KINDS to cts
6248fe404fc : Fix CTS test for 32-bit userspace devices
7099ab2ca13 : DecoderTest: Adds a new mode for which codecs must support profiles.
d03eefd9ff8 : Relax animation cts test timing
bc6d9243932 : Don't include perf tests in the keystore cts suite
5621312404f : Fix CTS test for 32-bit userspace devices
f24a69415ec : Keystore CTS: Test replacement of existing secret key is a no-op.
2a9c4f93625 : Ignore flaky test until it is stabilised
d37829e2451 : Skip failing cross profile tests for now
f7e445e450d : CTS test to verify Audio timestamp progression in case of underrun.
8bf32c06493 : Camera: Check CamcorderProfile for 1080P video support
71b7a35e50b : Make Configuration.generateDelta() public
9861f27c678 : Decouple Launcher from InputConnectionEndToEndTest (2nd try)
e08e076a915 : Revert "CEC: Test OTP on wakeup after quiescent boot"
308e79a056c : Test that FileManager/SystemGallery can update Android/media directories
7b861069e90 : Update CTS tests for IRadioData classes
4ebe4f93bd8 : Disable android.os.cts.AutoRevokeTest#testUnusedApp_getsPermissionRevoked
3eb6d7db6d3 : Revert "Decouple Launcher from InputConnectionEndToEndTest"
44cd351c363 : Don't use delay before putting UnresponsiveActivity into sleep
b7f24a059b6 : Add tests for TouchInteractionController
f2071671313 : Call Dialog#dismiss() in runOnMainSync().
cbb72578997 : Update CTS tests for IRadioData classes
53fa07497a3 : Add CTS SharedMemoryHelperTest
b118c021369 : Add start_time and end_time for PreviewPrograms
ddc99a9633c : Convert Android.mk to Android.bp
3ec463e2efc : Disable android.os.cts.AutoRevokeTest#testUnusedApp_getsPermissionRevoked
c7336ca353c : Decouple Launcher from InputConnectionEndToEndTest
1c7bc68d875 : Updated Outline.offset() docs to clarify behavior
3becddc80cf : Update permission3 tests for TV
744538df42f : Permission tests: Press back only when necessary
d0cb067d5a3 : [CEC Configuration] Use cec config shell access
8d35f2a3d15 : Fix flaky VibratorTest for isVibrating method
b40b55f26a4 : Revert "Skip test for specific flag combination if APEX modules are updated"
96fdb7dc1e9 : Add package visibility tests for PendingIntent#getCreatorPackage
9a0aa80e600 : Moving TestActivity to the AppEnumeration test library
f0019997e20 : Fix flaky tests for DisplayCutoutTests
ef5ffd3371d : Attempt to deflake BitmapTests#testChangeDuringRtAnimation
3aff3659cca : Make rahulsabnis@ an owner of Bluetooth CTS tests
8c096b4ab37 : mediav2 CTS: Mark mSawInputEOS on signalling EOS
9e3cc900623 : Use current SDK as targetSdkVersion.
ffc9637ba92 : Refine timeout of the MediaPlayerFlakyNetworkTest
8c62a604f50 : Remove removeUnsafeExtras() test
abde96491a5 : Add a checker to help optimizing sharding
360ce343d39 : Update permission3 tests for TV
a5b13186126 : CEC: Test OTP on wakeup after quiescent boot
9c01e4bc399 : CEC: Add a wake lock activity to the CTS helper app
6a5ca68bc24 : CEC: Helper functions for Standby
34215d59a9b : CEC: Add handling for CEC 2.0 standby tests
edd1df745a2 : CEC: Change device type checks
34d2e4c1417 : CEC: Correct import statement order
15dc37e180b : Fix flaky tests in AppEnumerationTests
f45a9c11269 : Don't use delay before putting UnresponsiveActivity into sleep
feac8a98eab : ApkVerityTestApp: Check FS_VERITY_FL if kernel doesn't support STATX_ATTR_VERITY
60f2085a6cf : ApkVerityTestApp: Check FS_VERITY_FL if kernel doesn't support STATX_ATTR_VERITY
a01dc903ec0 : Update CTS tests for nearby wifi
e361287aa34 : Read process output before waiting for it to finish
972837ac10b : Fix test file not exist issue in CtsStatsdAtomHostTestCases
b6dfb2b8a92 : ITS: account for sensor cropping in face rectangles
39beb627d03 : android.os.cts.ParcelTest: testObtainWithBinder
f80c645a40b : Dump method params when expectNotCalled() failed
4d49d5dd9c4 : Add restart detection during GarageMode test
7ebe0489ec7 : [LSC] Add LOCAL_LICENSE_KINDS to cts
88a268b3acb : Add test for contacts local account
d9ccc61c40f : Update BroadcastOptionsTest to support new BroadcaastOptions BAL flag
3fe6fa54fb0 : media: fix EncodeVirtualDisplayWithCompositionTestImpl timeouts
a67114b4414 : Fixes test fail cause by unexpected events
b965f99f548 : Permission tests: Press back only when necessary
4e70c7bbaff : Avoid stopping power supply to SIM if no hot swap supported
e659767ee1d : Fixed testSubscriptionInfoRecord fail.
6878173f335 : Fix CTS for duplicate library verification
08002ac67ac : CtsNdkBinderTestCases: test strings with nulls
12af166ccec : Use RECEIVER_EXPORTED in MockIme and CtsTestApp
37dcd894074 : Adding CTS Tests for typed Parcel read/write APIs.
b7e28af3a20 : Patch CTS 11 to allow R-extensions v1
df696defdc0 : cts: Add Khaje target to whitelist in the CTS test case
391df7303a1 : Don't run AppCloningHostTest on devices with sdcardfs.
fd7d32f9746 : Tests activity configuration changed by overlay enabled states
95c915ca9fe : Fix the CTS#testBroadcastManagedProfileAvailable_withoutCrossProfileAppsOp
40ec6b3865d : Add required flag to registerReceiver calls for WindowManager tests
91d41df28c6 : ITS: fix for numpy 1.20.1+ version
d4adb6de775 : Fix CTS for Null Handling
cf4a713f9ea : Tests for lazy behavior of certain bundle types
2cea59eb691 : Parallelize processing of jar files for ClasspathDeviceInfo.
ce6d3b9dd1b : Prune duplicate classes burndown list
776bcd71b9d : Ignore false positive class duplicates
991e0a6b5b9 : Add test for class duplicates among shared libs
712829f4f44 : Move shared library code from EDI
a3e396589b6 : Add tests for lazy bundle
b65fbf4dceb : HDMICEC: Add CTS test for Active tracking of CEC Network for Playback devices
16aef31b503 : Refine MultiDisplaySystemDecorationTests
6b932eaa0a7 : Test modifaction time update with FUSE passthrough
004973ffad5 : Remove SOFT_INPUT_STATE_UNSPECIFIED mode for CTS
e720cd2c67d : Fix the CTS#testBroadcastManagedProfileAvailable_withoutCrossProfileAppsOp
a2b2b509c39 : Prevent CtsSharedUserMigrationTestCases running as instant app
dc3ec703c3f : Ensure Collapsing Toolbar without scroll is collapsed
5f1b8e3d114 : EncoderTest: Update timeout used in testEncoderWithFormatsParallel
44feb6600b1 : mediav2 CTS: Mark mSawInputEOS on signalling EOS
6e443cdf86c : Add Choreographer CTS for extended callback api.
e3c1eb484b6 : Convert CtsBionicTestCases to Android.bp
733eb062514 : Find deny, allow, etc, buttons by id
652ce6457a1 : Filter out inactive APEXes
a179aa49820 : Prune duplicate classes burndown list
de619d0e8d2 : Ignore false positive class duplicates
ebdf728de12 : Add test for removeActiveAdmin
585df2064b9 : Add test for getKeyguardDisabledFeatures
997daec659a : Add test for getCameraDisabled
dd4436401f0 : CEC: Correct press and hold duration
4eae3b656b9 : CEC: Update RemoteControlPassthrough tests
f67412abf13 : Fix CtsInstallHostTestCases (3/n)
9ed9b6ab261 : Use handler and unregister properties after test
17b990a3a23 : CTS for I812eb1b05ef2737f118e81cadf70ad5fc0ce2bf3
fc15239dff0 : Updated testIgnitionStateIfSupported to use new VehicleIgnitionState constants.
7ae83970f04 : Skip test for specific flag combination if APEX modules are updated
29269413346 : Parallelize processing of jar files for ClasspathDeviceInfo.
7156269bc1e : Skip key attestation test for product.first_api_level <=26
16b512c7a42 : Change test to use new id for RecyclerView
cf63236fd1e : Bug fixed for CTS failures on CtsDevicePolicyManagerTestCases
40606a16e2f : Bug fixed for CTS failures on CtsDevicePolicyManagerTestCases
197fa15d28b : Bug fixed for CTS failures on CtsDevicePolicyManagerTestCases
36c269f49e8 : CTS for PendingIntent.addCancelListener
81a01d47dec : Ensure the visibility of get session related APIs
164221f3efd : Exempt from file-based encryption if device encryption is managed by host system
26512243f0a : Store TestInputListener in unique_ptr instead of sp
d032a4277ed : Ensure /proc/net/ can be pulled for ListeningPortsTest
eaa395407ff : AppOp: Skip openCameraWithAttribution for legacy camera
ceba61083d7 : [CTS] Add test for getMacRandomizationSetting
8537837b059 : Use TransactionCommittedCallback to wait for frame to latch
54fc7195b48 : [LSC] Add LOCAL_LICENSE_KINDS to cts
ffdcfed9d37 : Move update3aregion, validate3aRegion and some StaticMetadata utils to CtsCameraUtils lib.
723d2be5099 : Bug fixed for CTS failures on CtsDevicePolicyManagerTestCases
d2919645d79 : Add AXIS_GENERIC_1 to PointerCoords tests
52464cabfa5 : Bug fixed for CTS failures on CtsDevicePolicyManagerTestCases
2a85474154e : CTS for extra checks
48fe2b10a86 : Tests for TileService request API
3450bcdc81f : VerifyInputEventTest: Use touchscreen source and loosen tolorance
7dfd6e4b543 : HDMICEC: Add CTS tests for new validations
3a9a1258915 : Add test for cross profile PhotoPicker usecase
8e27ca77e27 : Ignore DynamicSystemClientTest if DSU service is not installed
7da20113dd1 : MediaStore.query fails as no access on the uri
8b74ad459b0 : Update tests to include new Notification Permission
93222402194 : Tests for AccessibilityServicesStateChangeListener
16588907f8c : Opt-out telecom CTS tests from foldable devices
b118904e88e : Add first car builtin api CTS test
b225ddfbf48 : Find deny, allow, etc, buttons by id
9910ca9737f : Revert "Add CTS tests for AccessibilityManager.isAudioDescriptio..."
98c7bd20d1f : Make LocaleDeviceInfo test more robust
5946640dfa5 : Isolate app profile ref data
c715d21bbe0 : uwb(cts): add test for UWB toggle & state callback
06164377864 : Use pointer source in ViewTest#testAccessPointerIcon
c525979af3a : MediaStore.query fails as no access on the uri
3c1962048ce : Fix NullPointerException in InstallUtilsHost.
a54fa3313cd : Camera: Query external camera before opening the device
362963e5178 : Avoid running CTS when game overlay feature is not supported.
12a76a9e7c6 : Update TapJacking test for Automotive support
affbc02815c : Migrate permissions when leaving sharedUserId
67c0cce2fc4 : TouchExplorerTest: separate swipe distance from minimum screen width.
8c89b291def : Convert system-api/Android.mk to Android.bp
8df99e09050 : HDMICEC: Add CTS tests for new validations
5d30b6dcc6c : Created VehicleIgnitionStateTest.
7e4005b2e78 : Add test for MediaMetadataRetriever.release
6632de7d76d : Move utility code to a new package
943ecd04422 : Move TileServiceTest to its own module
a0e22c26d0c : Add testMimeTypeFilter in PhotoPickerTest
1fc2ea00f06 : Updates tests to use PackageManager#canPackageQuery
bf8350676f1 : Skip not touchable window tests in instant apps mode
ce41f1ef642 : Support creating InstallUtilsHost with TestInformation.
e521a1152aa : Add more owners to hostside test helper "SimpleApp"
dd9f085de96 : Add 9 tests into presubmit and presubmit-large for PacakgeManager
48add91f872 : PackageManager flags should not exist when sensors are empty
2c69237be98 : [LSC] Add LOCAL_LICENSE_KINDS to cts
aabd92ec8ad : Move update3aregion, validate3aRegion and some StaticMetadata utils to CtsCameraUtils lib.
ee1ecfbb356 : Update TOGGLE_AUTOMOTIVE_PROJECTION to be internal|role in the CTS test.
3c3d682d6bb : Set bottom frequency in AudioFrequencyVoiceRecognitionActivity to 30Hz.
c4637541d76 : Add CDM data transfer permissions to CTS test
8b4985a0f6f : Added CTS for IWLAN requirement
acae3005225 : Release acquired MediaMetadataRetriever
06cd8e71aea : Exempt from metadata encryption check if device encryption is managed by host system
20ddaeef64b : Add tests for update() from Android/media to allowed directories
e7e9836fe65 : Remove redundant test
f8bb9374815 : Remove unused Utils class
cb8c4330a27 : Reland "Fix DebugClassKillSwitchTest to handle missing classes."
293952c7b45 : Refactored DataProfile and ApnSetting
2e2a7580695 : Convert system-api/Android.mk to Android.bp
c6c16a7a571 : Test golden updates for adding antialiasing to clip-path in VectorDrawable
7dd72320c2d : Makefile to bp conversion for vm-tests-tf
59c67556131 : Add test case testOverlappedTempAllowList.
5f50456568e : Convert system-api/Android.mk to Android.bp
2d7f113734d : Remove AnimationFrameStats CTS tests
0da7a74dc65 : Add CTS tests for AccessibilityManager.isAudioDescriptionEnabled().
245476e8645 : Update error message for exception in tests.
9dcc22e840f : Remove allowlist from checkstyle.py
aab07b0fb23 : Reland "Fix DebugClassKillSwitchTest to handle missing classes."
dd1465f9537 : Replace other security_context_t instance
1f27cb84f82 : Add tests for update() from Android/media to allowed directories
59de180aa78 : Make test_suites consistent for host tests and dependencies
a721be23483 : Add CTS coverage for valid values for MediaStore.EXTRA_PICK_IMAGES_MAX
decb0443db2 : [LSC] Add LOCAL_LICENSE_KINDS to cts
af99b04c881 : Add tests for APK Signature Scheme v3.1
825af990975 : [LSC] Add LOCAL_LICENSE_KINDS to cts
b15faf41879 : Add test for class duplicates among shared libs
c03f3bc6ad5 : Support leaving sharedUserId in PackageManagerService
a103f1ca183 : webkit: Fix ProcessFreshChecker.
6eb50768d16 : Add an ART CTS test for partial LSE bug.
519db55088c : Move shared library code from EDI
d094d11a30a : Convert camera/Android.mk to Android.bp
590ee0f4d59 : Use the min delay for device suspend test
dda3c424cc4 : CTS: Add display transform to MotionEvent for raw coords
85f9f82be84 : Revert "Fix DebugClassKillSwitchTest to handle missing classes."
1b1f322efce : Fix atest's support for @Ignore'd media CTS tests
a96a460e3e3 : CEC: Correct CecPortDiscoverer
ce03e046c21 : Replace security_context_t type
88d3fd38086 : Revert "Adding assumeTrue() to setUp() instead of setUpClass() function"
c04a50c0b3c : Make MediaRouter2Manager provide correct system routes info
bade8266d30 : Convert shared-libs-api/Android.mk to Android.bp
60e2bf408f1 : Update EnvironmentTest#testNoTmpDir.
ad6f866d586 : Fix CtsAngleDeveloperOptionHostTest due to ANGLE updates
56141558730 : Add end-to-end tests for bad IC text-retrieval calls
f858b6eb5e0 : Check if ANGLE is installed before running tests
3f92d58911c : Remove build/Android.mk
4559a26f1ce : Migrate CustomDeviceOwnerTest#testCannotSetDeviceOwnerWhenAccountPresent
2459533ec8f : Remove AudioLoopbackLatency test for Auto.
9e8ee501dbe : Clarify and simplify AnalogHeadset CTSV test
28bfb73625b : Skip KeyEvent input tests for keys which are handled globally.
fbe8d2912c8 : Add CTS tests checking that <Set Menu Language> is ignored
311c1c6b9c3 : Weaken requirement around Assistant in Lock Task Mode.
4013959ce97 : Use larger tolerance to make the test more robust.
e3c4e27f31f : Fix DebugClassKillSwitchTest to handle missing classes.
60c03a5e7c2 : Convert shared-libs-api/Android.mk to Android.bp
1bb3cfa495b : ITS: removed unused unittest in envsetup.sh
18d92d57e85 : CTS for PendingIntent.addCancelListener
faf808e57b1 : Remove AnimationFrameStats CTS tests
99d1255bd10 : Update CTS test to test behavior only on the created user
8fe07eb009f : Make AppOpsTest use user-specific shell UID
7e6ef36bfbf : Fixed that data related tests performed on non-DDS subscription
cf5257bcf2e : ITS: snap to Sony's final test_aspect_ratio_and_crop CL
64531f19d1e : stop excluding testId3v240ExtHeader for certain versions
83159f289a1 : Revert^2 "Remove os/Android.mk"
9647ab5ddf6 : HDMICEC: Add CTS test for deviceSelect API
ee1021c0464 : Update test expectations for unimplemented IC APIs
56071156cf3 : CTS: testSave should disable all other networks
448810454f2 : Add test case for creating detector twice quickly
e0b8a4a9d6f : Add option to set shell-timeout to 20 minutes in AndroidTest.xml
53dbf2d2636 : Call createAppSpecificSmsTokenWithPackageInfo once
c6894e5974a : Revert "Remove os/Android.mk"
89707bc3d4f : Skip some tests if ethernet is connected.
7d5c088d0a7 : Remove userspace reboot CTS tests
2fe757d2cda : Add CTS test for exposed permission checker APIs.
2dd4ff3ea7d : Add cts test to make sure CallRedirectionService can't send emergency call.
d9ffd585837 : Remove userspace reboot CTS tests
0f1ba236c77 : Remove RenderScript MIPMAP_FULL testing.
fc3e61d43e1 : Remove RenderScript MIPMAP_FULL testing.
4e9cc7059a2 : Add android:exported tag
2f5df173613 : Add AppModeFull for ShellPermissionTest
8c4357e3c79 : Add info text to Input Cold Start Test
1d080b644c5 : Delete empty test class
d72f1a1a6f9 : Remove userspace reboot CTS tests
3f1abbf76a9 : Migrate MediaPlayerTestBase subclasses to JUnit4
87c172275c4 : Revert "Revert "Check windowing mode in SplashscreenTests#testSplashscreenContent""
ab89c443423 : cts: Add Khaje target to whitelist in the CTS test case
ccb09d9a19a : Add tests to verify GZIPInput/OutputStream UnbufferedIO violations
a4f22977f8d : CodecDecoderValidationTest: Few AAC profiles are mandatory for only default decoder
71695170173 : Remove CtsVerifier/Android.mk
b6b9561e2fe : CTS tests for DISALLOW_CHANGE_WIFI_STATE
12a55ac8748 : Remove tethering from wifi MainlineTestModuleController
431233f4d08 : Fix CTS for updated Wear custom resolver UI
469b53aa369 : Fix CTS for updated Wear custom resolver UI
c041bed604a : Convert shared-libs-api/Android.mk to Android.bp
145e9e577b8 : Ensure KEYCODE_APP_X are not sent to apps
2b587c05f36 : CameraITS: Assert checks only for primary.
d607526cd4c : CTS: testSave should disable all other networks
672614f455e : make sure to allow not supported in testNrDualConnectivity
6eae214b279 : ITS: update undistort to improve handling with large distortion
e7a346267e2 : testInputChannelLimits() confuses "isVideo" and "!isAudio"
78e4d14ed15 : Add CTS test to test non touchable windows
10ca8244522 : Exempt from metadata encryption check if device encryption is managed by host system
9899de24781 : Give enough time before enabling DummyIme for CtsWidgetTestCases
ac402142376 : DO NOT MERGE Rename TestIme to DummyIme.
2ffad2a4232 : Use TestIme in CtsWidgetTestCases.
51054a71883 : Add dummy IME app for testing
ad76854e788 : Add CTS for accessibility uniqueId API
d54bb637bd9 : Add 8 tests into presubmit for PacakgeManager
5dcc0ca4807 : Add test for replaceAll().
0e5253ff3bc : Fix flakiness in ActivityManagerTest#testTrimMemActivityFg
d125d2c1a9e : [DO NOT MERGE] Camera ITS: Fix test_aspect_ratio_and_crop failed
52b44d65602 : Update the owners for the accounts CTS tests.
73965a16bbc : Remove myself from OWNERS
edfa54b9168 : Enable CTS test for file path support for uris
557bf82543d : WindowInsetsAnimationTests#testAnimationCallbacks_overlapping assumes a status bar
5b6ca8b542c : WindowInsetsAnimationTests#testAnimationCallbacks_overlapping assumes a status bar
16ac2f297a2 : Exempt from file-based encryption if device encryption is managed by host system
deacc8e4799 : Relax animation cts test timing
2ec725eceae : Re-set profile owner and wait for success
4d6fca68d8b : [CtsVerifier] Separate the test results of the subscribe for specified peer and accept any.
8905366c347 : EncoderTest: Skip encoders that do not support some configurations
3cafa79bab1 : Undo provider removal from manifests that aren't merged
aa03a537ab2 : Remove startup provider from CTS test manifest
b0bdb1ce1f8 : Explicitly remove content provider from all manifests in CtsProviderTestCases
a62e08982aa : Remove startup providers from CtsContentTestCases helper apps.
f9e6144cd99 : Allow setNrDualConnectivity to be reported as not available
d77bf12e569 : Wait for preference to appear to avoid the flakiness
4c3fcd44700 : Add a test for Parcel marshal/unmarshal data.
e99f8553bce : Migrate testDisallowSharingIntoProfileFromPersonal
26a20adf027 : Add tests for CrossProfileApps#canRequestInteractAcrossProfiles
70e1c3a62a3 : CTS test for verifying APIs for resolution settings
7565d481b34 : Add `Sdk31ModuleController` support to CTS Libcore tests.
52a2cc4f2bd : Allow user of getParentInstance on TestApp.
9ab4d7424e0 : Add flag to registerReciver for new change in T.
2e34c93508a : Don't verify decoder output timestamps for interlaced encodings.
925b16c3da8 : Mark CtsNetTestCasesLegacyApi22 as requiring a SIM card.
5da8d649c7e : Limit DRC tests to default aac decoder and the ones that support xHE-AAC
f2575b1104a : Fix broken cts test for strongbox keymaster
8adf70d5c8c : [LSC] Add LOCAL_LICENSE_KINDS to cts
71ac5cfb456 : ITS: use actual negative angles in unittest.
5bdafc5dd23 : Remove UserControlDisabledPackages CTS tests that throw a SecurityException
0a409ae152b : Remove CtsVerifier/Android.mk
a0b3b51e7cf : Allow CANNOT_ATTEST_IDS if devicePropertiesAttestation is requested for "_TooLargeChallenge" tests
333e8a6d151 : Check device has telephony service before using mobile data.
f840e740873 : Bug fixed for CTS failures on CtsDevicePolicyManagerTestCases
194f7ae1b19 : Increase logcat buffer to prevent overwriting during test.
93be13fd0a7 : ITS: remove tests that always SKIP
3250a7fec44 : Add CTS for requestModemActivityInfo
2a226182a1b : Remove os/Android.mk
35acefee6d1 : Add more CTS for ModemActivityInfo
9bd25229302 : Update the list of deps for CVE-2017-0479
a3570f75053 : Migrate account management tests
73976c62888 : Properly tear down streams in OutColdStart and InColdStart tests.
c8430d970f5 : Add MAC test for Strongbox.
dfce0eafc9a : Move keystore perf tests out of CTS suite
61ca50ef75e : Annotate Block cipher tests with NuggetOS specific bugs.
88337fede54 : Add CTS tests for Strongbox AES and 3Des ciphers.
178b0470093 : Move assumeStrongbox to TestUtils.
8ab7caa3f3c : Migrate MediaExtractorTest to JUnit4
4e07b5c3f76 : Migrate EnrollmentSpecificIdTest to new infra
bb0a5075497 : mediav2 CTS: Mark mSawInputEOS on signalling EOS
3e0c58918a3 : Add CTS test for MediaMetadata
0db576fe5fc : WifiConfigLockdownTest: fix wrong assertion
4df9beb72eb : Add CaCertManagementTest
1c819bf3a33 : Modify CTS to include new permission for supporting app-specific locale configurations.
6f14855af4f : binder: add setOnUnlinked test
d7e31245820 : Test migration for setScreenCaptureDisabled
a9b89106873 : Clean up ownership in cts
95497008b62 : Clean up media ownership in cts
c2d9c0c03c5 : Set SDK version properties on `CtsLibcoreWycheproofBCTestCases`.
5d8f108c88e : Clean up ownership in cts
f71f41f3604 : Clean up ownership in cts
ce051a413ef : Add option to set shell-timeout to 20 minutes in AndroidTest.xml
dbf5aaaa3a2 : Fix failed test in secondary user
7a98569afcc : [RESTRICT AUTOMERGE] Update CTS test for app upgrades
27eab0612a5 : Add test case for getNetworkSlicingConfiguration()
f3e93d9f4ee : Remove CTS tests in DeviceOwnerTest now that secondary users can start activities in Bedstead
1153d2a56fe : Rename SliceInfo to NetworkSliceInfo.
75514938f30 : Wait for activity launch instead of sleeping
a63c7ddc934 : Migrate createAndManageUser and introduce global settings
4b40710ebe1 : Remove os/Android.mk
bb0aa860130 : Migrate the rest of ResetPasswordTokenTest
333d93e6992 : Migrate data sharing into profile test.
b13871d5f9a : Skip the avif tests when AV1 decoder is not supported
fbb87b248df : Migrate rollback tests to CTS (12/n)
deb6b2b9ce2 : Remove check for messages coming from same logical address as DUT
34b6954075b : Add metric log verification CTS test for UserControlDisabledPackages DPM API
cc565f4f881 : Fix the ActivityManagerTest#testTrimMemActivityFg on low mem pressure
1acc1cdd5fa : Use the right TimeUnit in InputConnectionHandlerTest
48c1b3772da : Update OWNERS for key rotation tests and resources
ef90bad58ce : Convert Android.mk to Android.bp
a2b0a5c96fc : CTS hostside test wait 10 secs before watchdog kills app
c8178f7b233 : Convert Android.mk to Android.bp
87a7b969e26 : Fix UiAutomation tests in 720x1280 resolution
6c7a7c6f619 : Migrate DevicePolicyManager#setDefaultSmsApplication CTS tests
6cbc978a7a6 : fix:adding mts apk dependency bug:197089525 test: CtsContentTestCases
d5bce90f438 : Remove myself from OWNERS
0752fde74e6 : Update VibrationAttributes cts for audio usage.
132bc0d31ab : Migrate ResetPasswordTokenTest.resetPasswordWithToken
39e70633436 : Migrate KeyManagementTest remaining tests
5a0ece6c3ba : Require managed_users feature only for work profiles
58456bfeea4 : Add photo picker tests
bf78bbdfc56 : Fix -Wnull-pointer-subtraction warning
0ec7242a7ac : ScopedStorageDeviceTest: FUSE is always used if passthrough is enabled
d4d126fc9c9 : Remove check for messages coming from same logical address as DUT
d1ac5d9b004 : Test uninstalling a disabled updated system app
987fea879fd : Add tests for the PackageManager#mayPackageQuery api
0db8881076f : Make EncryptionTest#testEncryption accept ro.crypto.type=managed
3678aa42b8e : DO NOT MERGE Tap on task center in MultiDisplayPolicyTests am: d42294ce37
504dfb5fdba : Undo provider removal from manifests that aren't merged
9574de22a2c : Test case can't get android's resources
81f37281d6f : DO NOT MERGE: Fix CTS fail introduced by the performance patch
46f30163a57 : Remove check for messages coming from same logical address as DUT
f5b05bf034f : Test a sync InputConnection API that throws an exception
ca8816d178c : Remove “PERMISSION_POLICY_AUTO_GRANT” after test
a05e785b8e5 : CTS tests for new API
4b271907543 : Use PointerCaptureRequest in CTS hostsidetest
f746e20827d : Refactor to ensure thread safety
c0beb31e1be : Allow rename and replace with other URI grants.
dc456efabd8 : MixedDeviceOwnerTest: fix checkLockedActivityIsRunning
f692925067f : Restore permission policy after test
3f8aa9b5d7a : Add the tests for prefixUriPermission and readUriPermission
87d0f02d487 : Opt-out of foldable configuration runs.
dc3a39a3d7f : Add CTS test to exercise SurfaceView#setChildSurfacePackage reparenting.
20a0807dd06 : Migrate KeyManagementTest installAndRemoveValidRsaKeyPair
0a89dbf9a8b : Minor improvements on CtsVerifier's IntentDrivenTestActivity:
12a07117a25 : Cts: Fix file extension for testCodecEarlyEOSH263
c1fa1c53ad1 : Test for loading progress during off-incfs migration.
1ed2b7b9849 : VulkanTestHelpers: enable sampler ycbcr conversion feature
44db4df98ff : [DO NOT MERGE] Fix CtsSyncAccountAccessOtherCertTestCases failure.
979a2bc6ead : Fix CTS-V ReportLog exporting
4d10257a9aa : Update section tags and value keys to match json/protobuff parsing in Google3
3cd7cd3bb84 : Fix flaky test of setComponentEnabledSettings
7f9a965454f : Fix testNotificationListener_cancelNotifications
b4a41c3c164 : [LSC] Add LOCAL_LICENSE_KINDS to cts
22fb0b24f47 : CameraITS: Update cv2 version check for 3.*
c671adc5688 : cts: fix dynamicmime test failures for wear devices
ca66b7ff89f : Undo provider removal from manifests that aren't merged
ab00dd53b5f : CtsNdkBinderTestCases: disable interface header
91ed2b25db0 : CtsNdkBinderTestCases: don't freeze interface
400fe38dd8d : Opt-out the CTS tests of TvSettingsAPI from foldable devices.
ea752464a89 : CtsNdkBinderTestCases: don't freeze interface
12cdef66cc9 : Disable PermissionHistoryTest on Auto
256c0a81f0c : AudioAttributes test: verify deprecation of notification usages
1af0ff0202c : Remove startup provider from CTS test manifest
42b60b5e659 : Explicitly remove content provider from all manifests in CtsProviderTestCases
b5c84b08e28 : Remove startup providers from CtsContentTestCases helper apps.
cecd699c874 : Explicitly remove content provider from all manifests in CtsProviderTestCases
3b8836a0861 : Fix race condition on testModeSwitch
396671f1e2a : Add new hire to OWNERS file.
3bd61feb4d7 : Remove os/Android.mk
13a4feb1127 : Remove startup provider from CTS test manifest
d47d81136d5 : Camera: Test onCameraOpened by adding listener after open
b915f650f0e : Remove startup providers from CtsContentTestCases helper apps.
35c2c484a10 : aaudio cts: honor MMAP parameter for OUTPUT
3d2df9c448b : Remove AudioTrackSurroundTest.testIEC61937_Errors.
79f91e98634 : Update volume test for TV device
01c2d713d9c : Convert android-cts-verifier.zip to Soong
ded2eee6916 : Convert android-cts-verifier.zip to Soong
c4c78a2aa9e : Convert android-cts-verifier.zip to Soong
f3fcf464c81 : Test migration for short and long support messages
ec7882e10ff : Some Bluetooth LE Secure Client tests failed with Android10
fd65f5ff6b2 : Add .events() to TestApp to access all test app events.
e870bd62467 : Add new interface for metrics queries.
aaa197b378f : Add .events() for asserting on events.
76f480571f6 : mediapc: Remove VP8 concurrency tests
7eba48a7093 : Add test for uncovered APIs and improve protential flaky
e150c7cdedf : Add support for PackageManager to TestApp.
dc5040bf585 : MixedDeviceOwnerTest: fix checkLockedActivityIsRunning
27bc456fc5f : Fill in missing DeviceAdminReceiver events in EventLib.
8d72fdd7fbb : Add APIs for permission, appop, and delegate controlled enterprise policies.
479fc71c24a : Add @CanSetPolicyTest.
39f6c1a098f : KeyguardTransitionTests: fix testUnlock
83b1b8811b1 : Change owners/bug component for UWB CTS tests
c2c8df330b0 : Add UWB CTS tests for UWB mainline module
ef4c844f513 : Add tests for requiredSplitTypes
295ac52f8c7 : CtsVideoTestCases: oprate: Relax pass criteria further for older devices
1d0721b2689 : CtsVideo: Limit encoder performance tests to half of max dimensions
f79d80384a7 : Skip testNONEwithECDSATruncatesInputToFieldSize for P521
86d8a5b9c6c : Added private constructors to the static final classes
f23874c51a2 : Adding module permission for SubscriptionManager
2de40a39e02 : Add Tuner resource reclaim test
20cd49e3f22 : ITS: its_base_test.py gpylint refactor
5f0aa9517ad : Do not require the hiddenapi-test-flags argument
120b8bcd021 : CtsVideoTestCases: oprate: Relax pass criteria further for older devices
0c4ea7e8844 : fix statsd tests hasFeature detection
37b5bbc9555 : mediapc: Remove VP8 concurrency tests
21239157312 : Move CtsContentTestCases to group presubmit-large
d3dcb15ac86 : WebView: add assertion messages to flaky tests
7420ddd2d6d : Adapt AccessibilityGestureDispatchTest#testClickWhenMagnified_matchesActualTouch CTS test for foldable devices.
9de0acae116 : ITS: use raise AssertionError instead of assert: test_reprocess_edge_enhancement.py
6dffd3194c2 : Add CTS covering component usage content providers
ec2e9aaa095 : Refactor LocationTest
26d02ce7385 : [cts] ignore metrics test that doesn't support secondary user
562727c5a1c : mediapc: Fix initializationError on devices without h/w codecs
ccdd0161a94 : Add test for Google Pixel USB-C earbuds
22d46d3e35f : WebView: increase polling timeouts
b8efbdd0eca : ITS: use RAW in test_solid_color_test_patterns if available
f3eeaa45692 : suppress MediaTranscodingManagerTest
f57b30b1dc8 : Update owners for speech tests.
9644aa95249 : Fix test breakage due to external storage access
5d6d55333d9 : Enable RedactUriDeviceTest
1437ae85303 : Fix flaky cts VibratorManagerTest
40660abae9b : Disable PermissionHistoryTest on TV
125b2e319a8 : Adapt AccessibilityGestureDispatchTest#testClickWhenMagnified_matchesActualTouch CTS test for foldable devices.
aafedb0bd34 : Move drm tests to its own package.
13fb04e90ee : Fix CtsTvTestCases caused by permissions
55dca88be38 : Remove unused libbacktrace library.
504a995daf1 : ITS: use raise AssertionError instead of assert: scene1_1
a5438304df3 : Revert "Allow tuner filter 32 bit ID getter return invalid Id on AIDL HAL."
2d4f5d1f0aa : Add "mts" to target used in tests
cdb1f81b327 : Add CTS for EvChargingConnectorType API
69c74c5a511 : Add new tuner CTS for long frequency.
f8fbee4a90e : ITS: merge test_faces.py and test_num_faces.py
00c75beff01 : CtsVideo: Limit encoder performance tests to half of max dimensions
526e7fa4fba : mediapc: Fix initializationError on devices without h/w codecs
14e9eb7eddb : More-centerize the quad color checks
94f9e3a41c1 : Don't test DocumentsUI with UiAutomator on TVs.
9891f48682a : Fix potential flaky problem related to the SaveUi.
f59f18fc09d : ITS: use raise AssertionError instead of assert: scene3
e67a996afa5 : Update CTS test for Android Security b/179839665
ea1506c3ec4 : Fix CtsPermission3TestCases test for ATV devices
fe66824c442 : Fix CtsPermission3TestCases test for ATV devices
ecf46d77f55 : Make EncryptionTest#testEncryption accept ro.crypto.type=managed
f304db0fa6c : mediav2 CTS: Updated testAdaptiveBitRate
86a3674cf00 : ITS: use raise AssertionError instead of assert: scene1_2
c1cd27c6699 : ITS: use raise AssertionError instead of assert: scene2
7607ec64dcf : ITS: use raise AssertionError instead of assert: scene4
3cf0f44f902 : Temporarily add svv to CtsViewTestCases owners
3e4aa33cce5 : Revert "Put DUT on the home screen for CtsHardwareTestCases #testHomeKey"
0e01f3b42c9 : Allow tuner filter 32 bit ID getter return invalid Id on AIDL HAL.
f8b0e6ddd4a : Use resource device id instead of InputManager one
46e2cb5a4fc : ITS: use raise AssertionError instead of assert: utils
36aede4e15c : Fix CtsSyncAccountAccessOtherCertTestCases failure.
25da6aea790 : Fix CtsSyncAccountAccessOtherCertTestCases failure.
bc38e940439 : ITS: use raise AssertionError instead of assert: scene0
3617f687584 : Revert min_sdk_version to 29
43855e21509 : Support multi-window scenarios in ScreenshotTest
767f442a668 : Add back CtsBionicTestCases to cts-on-gsi
dcdbfebba9b : Check READ_PRIVILEGED_PHONE_STATE in getAvailableSubscriptionInfoList CTS
f73515a9f6a : More work so this works as desired on older systems
01e18112a72 : [LSC] Add LOCAL_LICENSE_KINDS to cts
76249404a7e : CTS - reorder racy network scorer test
792ca25116b : Adjust testMutate to not rely on undefined behavior
0f64df2d03d : Adjust testMutate to not rely on undefined behavior
be77566f6e7 : Make ReportLog json output file sections compatible with protobuff.
75acc2860b1 : CTS: regression test for overlaying IME picker
5a0cdd15d82 : Rename AudioLoopbackBaseActivity to AudioLoopbackLatencyActivity.
2ab327ef3a9 : Camera: increase Camera open timeout
792536219ed : Fix KeyguardTests flaky on verify dismiss callback.
731cfb5642e : Skip verifying top resumed state for some tests
590e1d5e96d : Missing test for public.libraries-company.txt in system_ext
a108bb3af6c : Revert "Merge "Add Extra Business Logic support" into rvc-dev am: 92b10790f5 am: a730cad03d am: 97682801b4"
e648ea53e3b : Test retained implicit visibility
7a9c24e1280 : MediaExtractorTest: remove MediaCodec blocking call to avoid deadlock
adf01071177 : Ignore late-breaking behavior change.
4a752fbbb0d : RESTRICT AUTOMERGE Fix tests as Trusted Hotword requirement is removed
c8beee534fe : ITS: new scene2_d/scene2_e images from LMS studios
a1d8d714a15 : Decrease minimum value require for SIM phonebook names
88054f5503f : Update CertInstaller manifest for framework changes
6834d72a6e9 : Add Extra Business Logic support
b7ba487215c : Clean up MediaPlayerTest code
53f2322319e : Use different string objects for test key aliases
193bf66807b : Allow PRAGMA statements that change and return a result in executeNonQuery()
4bbdfa09472 : Revert "Add <uses-library> information."
2f878ac8f8f : [LSC] Add LOCAL_LICENSE_KINDS to cts
6087a6cc60d : Add TunerTest#testClose
ee1124ed92b : Convert windowmanager/Android.mk to Android.bp
8346366a265 : Fix OptionalOfRedundantMethod bug caught by errorprone update
ae96b524c9d : Update Intent#resolveTypeIfNeeded() for intent filter matching
ff52eb23012 : CTS - reorder racy network scorer test
4b846fc30d4 : Add test for FLAG_SLIPPERY
68fc64cd694 : STS test fix for Android Security CVE-2020-29368
e236b7e7149 : CTS: check that just-attached views can request the IME via WindowInsetsController
aeccd479105 : Fix Cts test failure in KeyAttestationTest
9f8de6364bb : cts: adapt to mulit-type configurations
edd9bce0c08 : DO NOT MERGE: Handle SMS, MMS CTS failures in CtsTelephonyProviderTestCases and CtsTelephonyTestCases modules for device where no messaging support
4d303721948 : STS test fix for Android Security CVE-2020-29368
6253d27c1ac : Ensure verifyInputEvent works for hardware keys
346268b2989 : Pass CTS tests for SET_DEFAULT_ACCOUNT permission.
41e879d13f0 : Add android:exported tag
be57892608d : mediav2 CTS: Updated testAdaptiveBitRate
f93b4d6b49b : Fix testImeWindowCanSwitchToDifferentDisplays
3ae8431dbd4 : Remove assertion expecting admin details
7abf7690a95 : Fix the problem of excessive sensitivity error
745a9a6ede3 : DO NOT MERGE: Handle SMS, MMS CTS failures in CtsTelephonyProviderTestCases and CtsTelephonyTestCases modules for device where no messaging support
8f577be5f00 : Camera: Fix 'isColorCorrectionSupported' typo
bdb3f05ec87 : ExtendedCameraCharacteristsTest: Add tests for ultra high resolution sensor characteristics
120a3c504b1 : Rename android.media.MediaTranscodeManager -> MediaTranscodingManager
8248d1d87b4 : Copy SDK 29 450dpi assets to SDK S
e21946f1c7a : Add min target sdk to testTapjackGrantDialog_partialOverlay
fd36f764723 : [CTS] Avoid use the auto-updated profile
4a0fc514c1c : Ensure test activity is focused when tapped the display
263c5faac9b : Add <uses-library> information.
3b164899328 : Add CTS for rollback data policy
366abec1b93 : CtsVideoTestCases: Update zip to CtsVideoTestCases-1.3.zip
0b01f6a05e7 : mediav2 CTS: Add unit tests for NDK AMediaFormat APIs
7bfecc9a4e0 : Add convenient way to construct UinputDevice
9604da657c0 : Fix collection assertions in carrierapi test.
6723bf2c109 : Backfill gauge metrics in cts
3dd52c91546 : Skip CtsPrintTestCases[instant] for the rewrite to accommodate landscape mode
378b8d04fe3 : [CTS] Skip the test appropriately
11a330a16f2 : Add check for ScanResult#getSecurityType() to cts ScanResultTest
57892e57b5d : Remove unnecessary throws statement
65b5ef261f2 : [CTS] Skip the test appropriately
788b48dbd59 : CtsSharedLibsApiSignatureTestCases: Improve documentation
60698587430 : Report errors when checking API compliance
b0db4cae905 : Fix signature test issue caused by https://r.android.com/1613103
4d6b858e0f9 : Revert "Add CTS for rollback data policy"
8f185bce3a7 : [DO NOT MERGE] Skip some CtsAutoFillServiceTestCases on devices without rotation feature
90a92d258af : mediav2 CTS: Add unit tests for NDK AMediaFormat APIs
5c973cc5751 : Add allowed list to ignore field values changes.
fcab315494a : fix CtsDevicePolicyManagerTestCases with to failed case --com.android.cts.devicepolicy.MixedDeviceOwnerTest#testLockTaskAfterReboot_tryOpeningSettings --com.android.cts.devicepolicy.MixedDeviceOwnerTest#testLockTaskAfterRebootthere
afc38db5476 : [DO NOT MERGE] Skip some CtsAutoFillServiceTestCases on devices without rotation feature
5beb6dcb6c9 : Add Extra Business Logic support
5e494bc8eaf : Add Extra Business Logic support
0f5226c2e0f : Fix SECURITY_MODEL_COMPATIBLE tests
9f72da474f3 : Allow negative value for CorrelationVector#samplingStartM
6c32e890505 : Add test to verify shared signers in lineage retain capabilities
7076be6dd6d : Convert cts-device-info/Android.mk to Android.bp
a3718881405 : Convert cts-device-info/Android.mk to Android.bp
dcd6cbba2c4 : Remove CTS test enforcing secure enterprise configs
0579b0ca6d4 : Remove CTS test on bad enterprise config
ea005748905 : Convert sustainedperf/Android.mk to Android.bp
959955f7f10 : Update Test to backfill EventMetricData
785f64789bf : Add CTS for rollback data policy
3790279e0ae : Treat data in service as camped
beb9e1ea6c6 : Suppress Transcoding tests on systems before S
6fdd2889d9a : [DO NOT MERGE]Backfill event/gauge metric data
75c69369644 : [LSC] Add LOCAL_LICENSE_KINDS to cts
b4b33c7ab74 : ITS: updates for opencv 3.4.15 -> 4.5.3
d2c7c8f51a9 : Add android:exported tag
17738536724 : Remove CTS test enforcing secure enterprise configs
88241ba7f2f : Include CtsMediaTranscodingTestCases in MTS
f03070d5e7c : Moving tests to CTS.
25c468f7ee7 : [CTS] Fix WifiNetworkSpecifierTest
fc38f6fa141 : Fix race condition in BleClientTestBaseActivity
aef615de947 : media: fix audio case for MediaCodecTest#testVendorParameters
6fcc919ebdc : Add action to comply with intent filter enforcement.
7e5cd821612 : backport aosp/1489639 to android11-tests-dev
f3b06e5cb5e : Fix flaky test cases in Activity Manager tests
7f58b33d427 : Remove unused Android.mk files
75580c345df : Add OWNERS on media host tests
ba406d25c2e : Convert dhrystone/Android.mk to Android.bp
2e644e0ed7c : Fix flaky InlineSimpleSaveActivityTest#testAutofill_oneDatasetAndSave
75328fc6265 : WifiBackupRestoreTest: Fix wep key sizes
05b1af4cbde : wifi: adapt to multi-type config conversion
d41aa2815f1 : Treat data in service as camped
ab6efc8a454 : Add CTS to ensure attribution label is shown for location provider
c1c9c854b62 : media: EncodeVirtualDisplayTest relax required color accuracy
2c19b5a770a : Updated CTS to use VEHICLE_SPEED_DISPLAY_UNITS constant.
a922007eb78 : Batteryless device can not pass com.android.cts.deviceandprofile.systemupdate.installUpdateTest
a0b6cb1ac01 : cts(uwb): Allow @hide access temporarily
85c65758f2e : extend timeout in waiting for radio button to be checked
521215e665e : Update permission controller CTS string DENY/DENIED to Don't Allow
e0a943f98b8 : DO NOT MERGE ANYWHERE: Fix CTS fail introduced by the performance patch
d620fdaa186 : Convert Android.mk to Android.bp
cacafcc4c43 : Add test for forEach.
5e6c85f3b9c : Add CTS test for new CallRedirectionService timeout notification API.
d70608dabb9 : p2p: clear persistent groups in setup and teardown
3cad31a9339 : p2p: adapt to P2P lazy initialization
7d7e445c9f9 : fix the test for P2P lazy initialization
5bd311f9ff8 : Add test for allowing certain background restricted apps to run FGS
812d9ea0aed : Convert theme/Android.mk to Android.bp
6e1263acd16 : [LSC] Add LOCAL_LICENSE_KINDS to cts
192a9beafc4 : Add intent actions from S PermissionController to allowlist.
8aa47f1faf8 : Update WifiManagerTest merging types for S-on-R behavior
b7aeca0a8c0 : wifi: adapt to multi-type config conversion
ca2fc6b680e : WifiBackupRestoreTest: Fix wep key sizes
5f675e32e17 : Resolve API review on getting media key session
f27bbafd139 : Add tests for the api setComponentsEnabledSetting
40980d43bb0 : p2p: clear persistent groups in setup and teardown
ee67c6c9849 : p2p: adapt to P2P lazy initialization
e4cdf357094 : fix the test for P2P lazy initialization
ad509e74670 : MultiDisplayPolicyTests: fix testPreQTopProcessResumedActivity
59504a31af9 : MultiDisplayPolicyTests: fix testPreQTopProcessResumedActivity
c5f4ae59f57 : Extend the timeout of waiting for ANR in testGetProcessInErrorState
f78c2be056f : MBTest: Use MediaBrowser in the thread that created it
7d7560e33a9 : [CTS] Fix the test for passpoint suggestion
5da5d2cec80 : Update CtsAlarmManagerTestCases for new changes
2839933e8fc : Build cts-media-res-lib static lib and other cleanup
1a305d75ad4 : Update permission controller CTS string DENY/DENIED to Don't Allow
5c17ed6ed30 : Revert "Add test to crop TextureView and verify if outer edge ha..."
4ab8024b3c4 : Revert "Add test to crop TextureView and verify if outer edge ha..."
cbb93fa5d40 : Add comment to some .mk files
3293a248c18 : Avoid EditText when testing IC#getHandler()
ed7b9262c13 : Remove leading space in OWNERS file This is causing issue in parsing the file in the backend
e835de670fe : remove leading space in OWNERS file This is causing issue in parsing the file in the backend
c26c8e7b851 : CTS: Add more SurfaceView sync tests
1304650e841 : Increase displayed precision for floats in array
88f727bdc25 : Add tests for light idle APIs.
1b585a88f20 : Batteryless device can not pass com.android.cts.deviceandprofile.systemupdate.installUpdateTest
e68d425675f : Reduce wait time for profiling trace file
3b62367a6b0 : DO NOT MERGE Tap on task center in MultiDisplaySystemDecorationTests
85fe0356207 : HDMICEC: Add TV Panel test 11.1.1-4
50ae878a2a6 : HDMICEC: Add TV Panel test 11.1.1-4
01dbf3d264e : Migrarte rollback tests to CTS (5/n)
5b399d966f9 : Migrarte rollback tests to CTS (4/n)
2bc282ced94 : Enforce intents to match intent filters.
5ae51fc67d0 : Migrarte rollback tests to CTS (3/n)
bc9018ca630 : Allow Tuner HAL 2.0
5d78e0e3922 : Add a test ActivityOptionsTest#testActivityOptionsBundle_fromBundle.
14c31773cb4 : Convert adb/Android.mk to Android.bp
cea15241c5e : Copy the S assets for Sv2
152babe2dfa : Remove unused mk file
769bc116cc6 : [cts/SettingsProvider] fix test flakiness
8bd92a56ce6 : Update log file locations and fix issues
66bfeb9b8ab : Update telephony OWNERS file
f0b625ded00 : Verify IC#reportFullscreenMode() honors IC#getHandler()
86a1c3b59e8 : Identity: Fix keyguardManager fail to unlock device
b5125dd60c2 : HDMICEC: Add TV test 11.1.1-3
6ec9d78ee47 : Use frame RF interface for offhost NFC OffHost CE event-deselect
b60ed018507 : HDMICEC: Add TV test 11.1.1-3
6c9b612f264 : media: save failed bitmap for DecodeAccuracyTest
7c5d2bc9088 : Remove CTS test on bad enterprise config
052e9d02c84 : Add test for media key session related methods
688fde47fe5 : Rename T to Tiramisu
51696d280f3 : Use task center when tapping app in TopResumedTests
2754bf9c063 : Convert dhrystone/Android.mk to Android.bp
a7b4c1c3a94 : Update CTS TunerTest to exercise setFrontendDataSourceById()
254ab953502 : Add InputConnectionHandlerTest
ac07ca2acfa : Use MockImeSession#isActive() in InputConnectionBlockingMethodTest
d5657922068 : Add CtsGraphics test cases for gradient inflating with parameters coming from the Theme and xml color resources.
3afd40f0075 : [cts/SettingsProvider] more check to debug a flaky test
f6e035d9226 : Add test to crop TextureView and verify if outer edge have the same color.
8b78da98038 : Verify there is no additional NavBar window added
9986fae3f0a : DO NOT MERGE Tap on task center in MultiDisplaySystemDecorationTests
1c245bdf771 : Migrate rollback tests to CTS (1/n)
2790b88f2c1 : CodecEncoderPerformanceTests: Halve the operating rate configured
248ee6e887e : Convert Android.mk to Android.bp
abe38bc24b8 : Fixed car api version and related utilities
deace93ab11 : Add @LargeTest annotation on tests that reboots the device
298a5dc9d35 : Add @LargeTest annotation on tests that reboots the device
0bee7261045 : Tap on task center in MultiDisplaySystemDecorationTests
4b7b5251d75 : Improvements to host tests to improve realism
2b142538e14 : Fix ManagedProfileTimeoutTest: testWorkProfileTimeoutUserActivity
bd9a84d495f : Fix ManagedProfileTimeoutTest: testWorkProfileTimeoutUserActivity
4656c09a34a : Fix geotz tests on AOSP devices
444615abb0d : Add tests for the application's load label api
d237aed59ee : mediapc: Queue CSD in separate calls
c8a9af2c4e6 : Convert renderscript/Android.mk to Android.bp
4e7b5603985 : Ignore the test cases in the AppExitHostTest
b0c947c0a10 : Remove unused broadcast action.
e1951ac1085 : Converted android.car dependency into android.car-system-stubs
3d7923cb734 : CtsNdkBinderTestCases: Java hash/version tests
e54ab9a592f : Enhance TouchExplorerTest
1a988d7f463 : Fix bugs in SimPhonebookContract_SimRecordsMultiSimTest
2e88475cb3b : Stop app switches by pressing Home before ActivityManagerApi29Test
f684051a5b5 : Modify expectations after TRIGGER_SHELL_PROFCOLLECT_UPLOAD permission
207f74e960b : Avoid timing issue when executing case and doTraversal
bb03c043f02 : Avoid timing issue when executing case and doTraversal
b468a8a8b8c : Stop app switches by pressing Home before ActivityManagerApi29Test
c8f726a6ee9 : Stop app switches by pressing Home before ActivityManagerApi29Test
a92d7d13467 : Convert rsblas/Android.mk to Android.bp
259de65bef1 : Check READ_PRIVILEGED_PHONE_STATE in getAvailableSubscriptionInfoList CTS
91f9bb839de : Check READ_PRIVILEGED_PHONE_STATE in getAvailableSubscriptionInfoList CTS
fdc0962018b : Remove isSeparateProfileChallengeAllowed API related tests.
d4184e706d8 : TextViewTest: Fix accidental test failure on certain DPI
d42294ce37b : DO NOT MERGE Tap on task center in MultiDisplayPolicyTests
eb819308b4c : Introduce a new OkHttp test module for ART MTS.
262234549cd : Add GIVE_SYSTEM_AUDIO_MODE_STATUS to list of allowed start-up messages
aea20812d9d : Enable bg ANR dialog in ActivityManagerTest#testGetProcessInErrorState
33bd26e0894 : Convert Android.mk to Android.bp
dc47b913b9f : Possible fix for test file not found.
c19a6d2c956 : operating rate tests: Disable 8k tests
9636ca565fc : filesystem: Update pass criteria for performance class devices
e0a4e163d11 : EncoderInitializationLatencyTest: Updates to pass criteria
1ff196454ce : mediapc: Allow a tolerance for expected frame rate measurements
345d7fd4218 : CtsMediaPerformanceTests: Relax concurrent requirements for VP9
125543d34f5 : mediapc: Update adaptive frame drop thresholds
b8a46d578e4 : mediapc CTS: Add java docs for the tests
b861418e5f9 : mediapc CTS: MediaPerformance class tests updates
821965037ff : mediapc CTS: Update resource directory from 1.0 to 1.1
b3e5ab234d5 : mediapc: Updates to initialization latency and concurrent tests
197b3d42d2e : Convert Android.mk to Android.bp
a94972d30fb : TextViewTest: Fix accidental test failure on certain DPI
5c5dcf30953 : Remove app/Android.mk
fcc995b36f9 : Adding new constructor test case for null chunk data
575158d940b : Remove test-apps/Android.mk
7d9d7eb27c4 : Remove securitybulletin/Android.mk
f1553d929e0 : Fix case-sensitivity issue in android.os.cts.BuildTest#testBuildConstants
a770b12949f : Add Presubmit annotation to SimPhonebookProvider tests
d4a7f671afc : Rename T to Tiramisu
d8ab9d48f50 : Check Whether set-pin is successful or not.
fa2092f716b : EnvironmentTest.java: update testHidePid2 to support latest kernel
cee74d64268 : Exclude some ConcurrencyTest testcase in cts-on-gsi
496fcc7f59e : Use task center when tapping app in TopResumedTests
f900b6f5a54 : Convert Android.mk to Android.bp
81cd8a3929c : Add test case for hit test for the BiDi text
4834cb44d83 : Wait for cell network to connect before expecting a lost network.
e2b1105e336 : Rename T to Tiramisu
e9320cc1818 : WifiManagerTest: wait 15 seonds for a Wifi scan.
f77ed7b8eac : CtsVideoTestCases: Update zip to CtsVideoTestCases-1.2.zip
263a897e87e : Test for when keyboard sends back null InlineSuggestionsRequest, fallback to dropdown.
2cccf30ddf1 : cts_aaudio: remove 9 from channelCount test
57b9614a186 : Remove CorruptApkTests/Android.mk
d45a782e4ac : Convert neuralnetworks/Android.mk to Android.bp
6853a3cc4a8 : Make sure findDocument() returns fullyVisible object.
1ca800445ea : Fix findDocument not functioning.
6a6d35855ee : Update peer device in CoC client service if received device is null
bfb7aa31fc5 : Fix SelfManagedConnectionTest.
ddebe25276a : CEC: Use mDeviceInfo log of dumpsys hdmi_control to get logical address of DUT.
5b3f61b2a9a : Add MAC test for Strongbox.
5f5584eaeb3 : Annotate Block cipher tests with NuggetOS specific bugs.
830a223f0a0 : Add CTS tests for Strongbox AES and 3Des ciphers.
8d3874f74b0 : Move assumeStrongbox to TestUtils.
10795a82798 : Skip some CipherTests on devices without secure lock screen
b0b25d63b3b : Add app/VpnApp .apks to ArcTS
43c179e2fb8 : Add checks for stderr output from shell cmds
a667d29f599 : Add --user flag while running resolve-activity command
e1c8e008d50 : Remove ImeAwareEditText from cts package
f3a85cc2eb6 : Cts host verifier for Video Encoding Floor
70a1acdd853 : Convert arm64-v8a/Android.mk to Android.bp
dbd6654a989 : STS refactor @SecurityTest
85442e2ff8f : [CTS] [tagging] Skip zero-init tests on svelte devices.
9d6afd8a9d3 : MBSTest: Use MediaBrowser in the thread that created it
1b30696733e : Remove redundant "arcts" tags
ffd0b7a0be6 : Revise expected fail message
704836c4d66 : Fix test
fa85ec075f3 : Convert Android.mk to Android.bp
b9c2d035d30 : Convert PrivilegedUpdateApp/Android.mk
467d26efb96 : Skip testPersonalAppsSuspensionSms test for non sms capable device
15f67761e44 : Convert Android.mk to Android.bp
7f1eae0ef53 : [CTS] Fix incorrect fourcc in ivfWriter when not using VP8/9.
1af809ea96e : Add CTS that verifies the NotoColorEmoji is included
bb96d5f32c8 : Rename T to Tiramisu
e6bec83537d : Check if NR dual connectivity is supported
9f19f313e2a : make sure CtsSampleHostTestCases triggers in presubmit when modified
69440117cde : Add CTS for PhoneCapability
72ee4fe4894 : Changing DEVICE_NR_CAPABILITY type and renaming getMaxActiveInternetData
d33438ca83a : PhoneCapability lost permissions
9beb3faaca2 : Add the test for getPhoneCapability
bbf87f0f5d0 : Fix CTS: getActiveSubscriptionInfoList and getSubscriptionsInGroup no permission
27c902a701e : Make sure @Rule is public
995726e1198 : Add necessary permissions to test NO_ISOLATED_STORAGE app-op
12916b7c165 : Add CTS tests for clip op behavior
a980291d7e3 : Allow expected size to be off by some delta bytes.
34b7e0afb9b : Add CTS tests for unimplemented InputConnection APIs
a0383968309 : Add test for forEach.
4d39217b876 : Update language to comply with Android's inclusive language guidance
b0181d67604 : Added sleep for codec does not support resolution less than 128.
dd5244bb3a1 : Add support for saving attributes for DNG files
d4c1ea447f8 : Add CTS tests for rebootless APEX updates
f4c84df92fd : Check multi display areas in MixedDeviceOwnerTest
4985585c89a : Don't update peer device in CoC client service
90ae7bc4510 : DecodeAccuracyTest: Fix leaked eglContext
3154e43ec73 : Use stack center when tapping Anr dialog
aa579bc90f1 : CtsVideoTestCases: Updates to operating rate tests
6df7922e1b5 : Use stack center when tapping Anr dialog
7dd73db594b : Fix UiAutomationTest#testWindowContentFrameStats test
14023578451 : Fix UiAutomationTest#testWindowContentFrameStats test
1e4041b8926 : Add support for BouncyCastle tests to MTS.
62c366da8c9 : Verify that apps get their own ProcessErrorStateInfo records only
369047dad45 : Update language to comply with Android's inclusive language guidance
f2b89c57fdc : Add and extend widget tests to check KEYCODE_ESCAPE clears popups
df342b39ccc : TouchEvent (1.1/n): Adding TouchModeEvent to InputChannel
926d48cefe8 : Improve Watermark#detect execution performance
2b74e242656 : Improve Watermark#detect execution performance
1c01e23aed3 : Fix WindowLeaked warnings in logcat from ImeInsetsVisibilityTest
7e218a194e6 : Convert simpleperf/Android.mk to Android.bp
b46b78e182e : Test non-IME-callable InputConnection APIs in an end-to-end way
401d82f1c2a : Add missing tests for IME-callable InputConnection APIs
bb7b409a46b : Migrate InstallTimeTest.java off MetricLogReporter
4e9be5a06fe : Update CTS sample tests: remove Junit3 style
02b36cee9ba : Improve Watermark#detect execution performance
b84f92e8ed5 : Tests for NFC Intent to provisioning Intent method
65f9d7d1d80 : Use stack center when tapping Anr dialog
f620c632bc6 : Patch utils and test class to use Display#getRealSize to determine Display bounds.
2a8cf7afd86 : Patch utils and test class to use Display#getRealSize to determine Display bounds.
1deb70833a5 : Tap on task center in MultiDisplayPolicyTests
33b1eec2c82 : Add CTS covering component usage broadcast receivers
bc56e01d435 : Add end-to-end tests for InputConnection#reportFullscreenMode
b88d15e5d5c : Fix flakiness in InputConnectionEndToEndTest
abce983824b : Add tests for v4+lineage.
15c39ae7c0d : Update thermal throttling tests.
8caeedf8783 : Set SDK version properties on Libcore CTS tests used in MTS.
c6ec277571d : [Provider Model] Test the internet dialog from Settings
f520101986a : Update test OWNERS.
4ea97e57e73 : Revert "Ensure the DUT is bondable during test"
a194c1b30c2 : DecodeAccuracyTest: Fix leaked eglContext
e4735ad85db : Test IME-callable InputConnection APIs in an end-to-end way
b3487623e04 : Checks recieving AccessibilityEvent instead of waiting for idle
d9befe41691 : Fix typo
22328e7432c : Convert shared-libs-api/Android.mk to Android.bp
20af26987f2 : Only run VerifiedBootTest in full app mode
c460b87e40d : ExtractorTest: Do not mandate flac extractor to output decoded PCM
d9030620337 : Revert "EncodeDecodeAccuracyTest: Disable filtering codecs profile for vp8"
63c50b89960 : [cts] tests for DeviceConfig.deleteProperty()
8131a79989b : Fix broken PointerIconTest#testTabWidget
22b57ab18b1 : Add a TEST_MAPPING for tests/tests/time
07ba9c125a7 : Fix CTS: getActiveSubscriptionInfoList and getSubscriptionsInGroup no permission
8e15a5fbf1a : cts_aaudio: remove 9 from channelCount test
9df207c3a52 : DO NOT MERGE: Bump CTS Verifier version to 10_r10
cd2c5f5fd5f : Fix CtsSyncAccountAccessOtherCertTestCases failure.
619f0556640 : CodecPerformanceTests: Limit max expected FPS to 240
bdb4a533a90 : CodecEncoderPerformanceTest: Set min encoder complexity
87f6cde9b02 : DO NOT MERGE: Bump CTS Verifier version to 11_r6
1e9f276d338 : Remove AppOpsTests from GSI
37353349085 : Revert "mediav2 CTS: Enable codec's stop call for decoder test"
280654b4964 : Fix invalid dex entry name for InMemoryDexClassLoaderFactory
3c121429989 : Remove myself from widget cts owners
b6cfacd8223 : Add tests for the ContentResolver#addStatusChangeListener
a72b20308e5 : Fix testFinishMultipleShowWhenLockedActivities fail at some devices.
e4d46451b4f : cts_aaudio: remove 9 from channelCount test
3fd7ebe533b : Fix UiAutomationTest#testWindowContentFrameStats test
86d85da9051 : mediapc: Allow a tolerance for expected frame rate measurements
734afa6e416 : EncoderInitializationLatencyTest: Updates to pass criteria
67e8b8879d3 : CtsVideoTestCases: Allow a tolerance for expected frame rate measurements
66b4e8e05b5 : EncoderProfileLevelTest: Updates to the fail criteria
bb0645f08ba : Use MediaMetricsManager session ids for testing
1fd314cf4a4 : EncodeDecodeAccuracyTest: Disable filtering codecs profile for vp8
4fa4c6d214d : Stop using cmd device_config reset
42b5eda02f8 : Support for multiple TaskDisplayAreas in ToastTest
1a9a4bf6275 : Increase list view height on UiAutomationTest
613a181db1c : Require FrameRateFlexibilityToken while testing refresh rate
58db77f076c : EncodeDecodeAccuracyTest: Increase allowed delta for color comparison
1502e956a08 : CtsMediaPerformanceTests: Relax concurrent requirements for VP9
32c61f19683 : Add tests for minimum chunk API.
add2760012e : Add cts setBufferSize test for AC3 AudioTrack
fc667bba4ef : [cts] remove exception for nfc_payment_default_component
e81bf7368c1 : Compare the activity bounds before asserting the focused activity fully covering
a2523049ced : Compare the activity bounds before asserting the focused activity fully covering
8c29bdadc4d : Fix issue with expected output in console
aa97c0b2035 : Increase search timeout for watch
df67f0301f4 : Fix AHB allocation flags in testLinearMagnification
72b97a41c17 : Add UPDATE_DEVICE_STATS to CTS test app
dd72ac4f202 : Fix issue with expected output in console
9df299fc7f6 : Delay to wait until UI stable for AccessibilityEventTest
83376dce25e : Add support for more Libcore tests to MTS.
9918d65ae4a : Add tests for lastUpdateMillis field
17711e7e015 : UiTranslationManagerTest improvement.
ca26d69e753 : Increase tunnel mode CTS test tolerance
f4140de1cfd : Add more tests to LocationTimeZoneManagerHostTest
df43efaaa2c : Fix issue where output format could break
a874794343f : Add tests for the api Context#checkUriPermission
3d36db43289 : Tests a staged sessionn should fail when a rollback exists (2/n)
39abf6f2845 : Replace display orientation in PinnedStackTests
e14b66e8658 : Add Discouraged to allowlist
458403f25b8 : Add Discouraged to allowlist
955ad64d73d : Request for improvement on defective TC. If the logcat size is large, it takes a long time to getting and TC fails finally. So, suggesting that clear logcat with ‘logcat –c’ before TC starts
3be1b4e9327 : Remove Cronet cts tests
3679dbedb04 : CEC: Add instructions when port mapping fails
5518dff8f3c : Fix the owner list
a869879d6a5 : Add dedicated end-to-end tests for IC#commitText()
899ba622682 : Verify spanned text in InputConnection APIs
6dead7c2947 : Throw AssertionError not on the UI thread
bb62eb075ac : Add tests for the api LauncherApps#shouldHideFromSuggestions
323c1b5d993 : Verify the visibility of package related broadcast
1efaa57730e : Fix VCN test by using IPv4 address
de6784a9842 : AutoRevokeTest: do click on "Allow" button
795591f1cc4 : Use better signal for lskf captured
acd5c60ba36 : Make the aosp code consistent with sc-dev
3e237c8e9f2 : Bring Predicate<Intent> to IntentFilter.
e36ae2e9104 : Revert "Add tests for the api Context#checkUriPermission"
92fdae384a8 : Revert "Add tests for the api Context#checkUriPermission"
59f71b78a1f : Add UPDATE_DEVICE_STATS to CTS test app
f0352a3289e : Skip CTS Verifier tests not applicable to Wear OS
a029f9637d6 : Skiping 'LockTask UI' for Wear
e43cc8013ac : mediav2 CTS: misplaced isInterlaced check in decodersurface tests
85b753682d7 : Fix swipeDeadZonePercentage for Wear devices
eb413cd8b2b : CEC: README file update
abc12a92c59 : CEC: Identify if cec-client is missing
e8c2887e3cd : Increase search timeout for watch
06a392f18b8 : Fix flaky AccessibilityMagnificationTest
c9c80394b3d : Revert "Add tests for the api Context#checkUriPermission"
5f6c317ae06 : Revert "Add tests for the api Context#checkUriPermission"
2a4fb4e4a9e : [RESTRICT AUTOMERGE] Skip testNoResidualPermissionsOnUninstall on Watch due to UI dependency
bfe90abee8a : WebView: add URL to exception message
17591262425 : Convert arm64-v8a/Android.mk to Android.bp
a0c83844df5 : Add simple tests for HardwareRenderer#*skipDrawing*
a5b30f16f6e : Update tests to check RTM_GETNEIGH{TBL} restrictions
a4aa0631644 : Revert "Revert "Ensure getting UID/GID checks the installed state""
0a26a503252 : Revert "Update tests to check RTM_GETNEIGH{TBL} restrictions"
404652706f9 : Replace display orientation in PinnedStackTests
917a88543d0 : Fix CTS CtsMediaTestCases failed
d89ab18c6d0 : mediapc: Update adaptive frame drop thresholds
2beb090cee0 : Revert "Ensure the DUT is bondable during test"
cef2aedf88c : Fix incorrect xml version in resources
ec6195710a8 : [Telephony] Fix CTS: CreateSubscriptionGroup but no permission
7798fd90b03 : Skipping 'Disallow USB file transfer' for Wear
d17775b0118 : Skipping 'Disallow configuring VPN' for Wear
69fd5f8eaec : Mark PhoneStateListenerTest flaky
43c178cc800 : Skipping four tests for Wear:
9cef16ad110 : Update tests to check RTM_GETNEIGH{TBL} restrictions
ef2e77ccdd0 : [Telephony] Fix CTS: CreateSubscriptionGroup but no permission
4d40bb5d740 : Add tests for the PackageManager#setsetComponentEnabledSetting
10b6ed8a37b : Fix swipeDeadZonePercentage for Wear devices
e2a723b4b88 : Declare explicitly the platformproto dependency
82cf4947c90 : Add Automotive GSI to fix ApexTest
f5a264ebc69 : mediav2 CTS: Enable EncoderColorAspectsTest for all codecs
cd08afbe175 : mediav2 CTS: Enable codec's stop call for decoder test
51915ffa6aa : [cts] test for settings key with @Readable(maxTargetSdk)
190500db425 : TouchExplorerTest: reduce run time.
a39959cd1fc : TouchExplorerTest: stop checking for TYPE_VIEW_CLICKED and TYPE_VIEW_LONG_CLICKED.
95f97dfab33 : TouchExplorerTest: separate swipe distance from minimum screen width.
bb629e6489f : Fix CTS issues regarding Soft AP check timer
399d918e8b9 : Extract common code for time shell commands
f84afbfdb06 : media CTS: Correct number of concurrent instances in EncoderTest
27696701f02 : mediapc: Updates to initialization latency and concurrent tests
1a542d7298f : Clean-up resources whenever tests are finished
29059026e92 : CtsMediaV2TestCases: Fix codec-prefix support
010ee99efd3 : Convert nueralnetworks/Android.mk to Android.bp
e0453ae8221 : Revert "Ensure that apps don't provide negative estimated byte u..."
31f94d3358c : mediav2 CTS: restrict validation to cdd required codecs
e55ab59ed38 : Fix testValueTracksState
ef9f7a8cce3 : getObbDir() may return null if external storage is not available
ea342dee3b6 : Fix CTS ISO calculation errors
9527517553f : Test that Location-sensitive fields are guarded
d6416f6c1ba : Rename NetCaps listener util.
beb84403b65 : CTS test VCN entering safemode.
13cb96f4104 : Display rotation animations on watches
f5ee975ab8f : CTS Test VCN network migration.
c2fd22402a3 : CTS test VCN start on test network.
dcec8fc2ee3 : Ensure that DeviceSetup is configured properly for CTS
34bcca5888c : Add new CTS component `libnativehelper`.
8cda7182420 : Attribute `CtsLibnativehelperTestCases` to component `libnativehelper`.
40eacf662d5 : Use screen coordinate in DocumentsClientTest
86f7e2e1eff : Update OWNERS of CEC tests
9f750013a71 : Fix CTS issues regarding Soft AP check timer
82217210d46 : video CTS: Extend performance test for operating_rate set to -1
a794b7d78fa : CtsVideoTestCases: Refactor Performance tests
71692b569a1 : Add tests for ADAS APIs
4c7a6feee14 : Add end-to-end CTS tests for IC#getSurroundingText
5af508f9c27 : Clear SMS role if no default was set before test
cf852c0e031 : Skip executing testSmsBackupRestore test for non SMS capable device
1ac457370d1 : Declare explicitly the platformproto dependency
20687daf1bf : Ensure that apps don't provide negative estimated byte usage.
15a4a1ae6f3 : Convert Benchmark/Android.mk to Android.bp
deeebed66f4 : Convert nowrap/Android.mk to Android.bp
84c0c1d5eeb : Track command line change to device_config service
9019e9a5dc3 : mediapc CTS: Add java docs for the tests
92236ff8b2c : mediapc CTS: MediaPerformance class tests updates
a22031ffe4e : mediapc CTS: Update resource directory from 1.0 to 1.1
f22c02928c1 : Fix CtsAngleDeveloperOptionHostTest due to ANGLE updates
377349a5958 : Fix Cipher Test is failing between Peeking display and Keyguard windows
84d364e984c : Camera: Adjust test for performance class 11 and 12
71d78e5e019 : AutoRevokeTest: do click on "Allow" button
4268f082f4e : Remove stale workarounds for WearOS
91f2777921e : Add protos to target that needs it
67fc8f7a2c7 : Remove stale workarounds for WearOS
bdbff99ef5f : mediav2 CTS: add color aspects test for encoders in surface mode
c69f37d2d0e : filesystem: Update pass criteria for performance class devices
497bf750dc2 : Correct typo in OmapiTest
d203264ef1b : Convert nativemidi/Android.mk to Android.bp
ee41fcc8ebb : remove the unnecessary content/Android.mk file
7a577b32aed : isRcsVolteSingleRegistrationCapable does not check provisioned config
aa9a96fbd59 : DebugTest: add a missing non-deprecated method.
be1d225f934 : Skip userfaultfd test on kernel < 5.4
a3118e286a7 : The two testcases are skipped temporarily
ce3836751ab : This two testcases are skipped temporarily
08512acb6a6 : DO NOT MERGE: Skip executing testSmsBackupRestore test for non SMS capable device
198ea100631 : Add CTS test to cover Wifi API for enabling/disabling Wifi Passpoint.
3044bf38131 : Use Arrays.toString() to print arrays
53ba1d00445 : Fix flakiness in CarModeInCallServiceTest.
6b0153574d7 : Add additional Telecom CTS logging
b955e45faf8 : USB: Skip test if device doesn't support USB
ab50d5b98e8 : Keystore CTS: Add minimal tests for KeyProtection.isStrongboxBacked.
b12fdc01dd5 : Keystore CTS: Add test for BackendBusyException.
1ba24adf89c : Fix OWNERS for cts/hostsidetests/install
f6ac97d86cc : Check crashed activity no longer focused, instead of ensuring home is focused
6209f70b73e : Display rotation animations on watches
fa309d1a6ca : Update OWNERS file
cd29091e335 : Update OWNERS for jvmti run-tests
a00b2c65b24 : Removing the Dolby digital check in tv test of AudioCapabilties CTS V test
3245336cf4e : Removing the atmos check in tv test of AudioCapabilties CTS V test
a3a5e5ba546 : Skip CTS Verifier tests not applicable to Wear OS
714073e15d2 : Exclude CtsShortcutManagerPackage4 from cts-on-gsi
7f755242cd4 : Remove --compatible-output=no as it is now default
9f0f06734bb : Disable userfaultfd test for Android auto on S and below
ea769947af6 : Removing the Dolby digital check in tv test of AudioCapabilties CTS V test
fd71b07c22e : reduce the log level of cec-client to avoid log overflow
ca19b28ead7 : Fix testValueTracksState
4ef356bf347 : DO NOT MERGE: Skip executing testSetDefaultSmsApplication test for non SMS capable device
6e1af2652d2 : Clear SMS role if no default was set before test
9ecc8559411 : Handle case where there is no default SMS app.
0d7b36ec336 : Camera: Relax AHB usage respected requirement
d50b8de63ab : Fix testIsProduct failiure
75a9abaf9c4 : Disable the DeviceConfig sync for RoR test
67670272fc8 : Fix CTS CtsMediaTestCases failed
bbf05195f5f : Adopt and drop shell permission once per VCN test.
5c2f3afd668 : Create CarrierPrivilege util for shell identity.
70e590e2c09 : Fixes CTS AccessibilityOverlayTest failures
c0c2c7d972c : Bluetooth: Set expectation for reading data synchronously
0b5e16c5403 : Watch doesn't provide a unified way to check notifications. it depends on UX
12f01cc3944 : Add CTS coverage for DataSpecificRegistrationInfo#getVopsSupportInfo
4f9120d1abc : Use cpu write usage for lockplanes in CpuWriteColorGpuRead
cc343794db8 : mediav2 CTS: Update AdaptivePlaybackTest
08538632f03 : mediav2 CTS: Parameterize tests further
26497f7536b : mediav2 CTS: Update mediav2 resource directory from 1.12 to 1.13
02425174d99 : Convert Benchmark/Android.mk to Android.bp
7d1ecc12054 : [LSC] Add LOCAL_LICENSE_KINDS to cts
293f24b0bc2 : Handle case where there is no default SMS app.
97eb7ba96dd : Updated test since TouchOcclusionMode was moved.
1083b734cc4 : Skip executing ensureDefaultSmsApp step for non SMS capable device
f3a6193dc0c : Add edi to tvts for PropertyDeviceInfo
c5da66ad93e : Remove interfaceAddress test for ephemeral target
d1857d21c4a : [LSC] Add LOCAL_LICENSE_KINDS to cts
a2bdf56ea67 : CEC: Determine logical address of the DUT to which messages should be sent
3363f58870c : CEC: Add support for multiple logical addresses
e760246ab36 : DO NOT MERGE: Skip executing ensureDefaultSmsApp step for non SMS capable device
c5c3e18e1a8 : Fix testFinishMultipleShowWhenLockedActivities fail at some devices.
94981f9e93d : CEC: Add a method to check DUT logical address
458623c9bd6 : Use cpu write usage for lockplanes in CpuWriteColorGpuRead
333626c5a3c : [DO NOT MERGE] platform/cts - Moving the CTS Assets for S to 31
eece25591b4 : Add size configurations for activity relaunch in splite screen
a3db0d78dde : Exclude non-HAL tests from cts-on-gsi
81bd4affacf : [RESTRICT AUTOMERGE] Skip testIntentFilterHostValidation for FEATURE_WATCH
3859dc8a532 : Fixed autoboxing bug in GearSelectionTestActivity in CtsVerifier.
b99fd7a89cf : Parallelize and speed up long-running tests
a03a699daea : delete deprecated files
11577179a08 : Test VCN policies for test Networks with test permissions.
fda0801dd8c : CTS test VCN Network Policies with Test Networks.
12483c498fb : Add cts test for TelecomManager#getPhoneAccount permission protection
1bae3f70de0 : Create change to revert aosp/1719073
1094fb642d0 : add CTS for car api version APIs
cf41614363e : Removing the atmos check in tv test of AudioCapabilties CTS V test
c962ddbe5cf : Add INTERACT_ACROSS_USERS_FULL PERMISSION to test for PackageManager#getApplicationInfo
7da21e14a31 : CEC: Determine logical address of the DUT to which messages should be sent
d049a0169a2 : CEC: Modify tests in HdmiCecSystemStandbyTest.
ab93e1acf67 : Fixed autoboxing bug in GearSelectionTestActivity in CtsVerifier.
d8bb5abb2c2 : Verify that an app DSO can have a "main" function
8df3a4021ad : MediaDrmTest: cover MediaDrm$PlaybackComponent#getLogSessionId
77ce31374d8 : Add CTS test for /apex/apex-info-list.xml
b0dfd9a64b4 : delete deprecated files
1b88f7cd372 : Catch StaleObjectException when calling waitFindObjectOrNull for Wear OS devices
ecf758c3552 : Update permission tapjacking test for partial overlays
9347052c6ee : Add size configurations for activity relaunch in splite screen
4206e176e28 : CEC: Use hashCode of device serial no for vendor command
d05bc8f9450 : Consolidate regression tests for Bug 160391516 as standalone tests
8ffe72ed7f2 : Convert libctscamera2jni/Android.mk to Android.bp
08799a65c5a : Revert "ime: skip lock/unlock regression test for Wear"
6e022f880c7 : remove unnecessary mk file
5e4bb3da1f3 : Fix flaky RoR test when running on cloud devices
bd669b1f149 : Fix the cts compilation tests
58ad974b47b : CEC: Add support for multiple logical addresses
486190bc278 : CEC: Add method to send cec message with params
ef305c25977 : CEC: Add method to send user control press and release
638ca24847d : CEC: Add a method to send poll message
12cd3b6ea58 : CEC: Add a method to check DUT logical address
334db62d713 : CEC: Add a method to check DUT device type
088acd13f87 : MediaCtsTestCases: Add AudioNativeTest to presubmit
ffebf74acf0 : Add native coverage listener to CtsIcu4cTestCases
3efc4a784db : Skip Dualshock test for devices with kernel < 3.18
1be42b6d9a1 : Add CTS tests for SELinux related change ids
8827f78a52b : Split MediaDrmTest class into its own package.
2ac3725d8fa : Bug fixed for CTS failures on CtsAutoFillServiceTestCases
bb78eb43aa2 : Create empty workspace of CTS for SettingAPI.
30d7bc3ae75 : Fix flakiness in InputConnectionBlockingMethodTest
ce08b0f8b1d : Pass --bypass-allowed-apex-update-check when installing APEXes
b69b66e1b8b : Move watch feature check out of try block
9265a768cdd : Fix cectVerifyStartupMessages_Cec14b to pass on TV.
726b062c2b3 : Remove testcases from cts-on-aosp-exclude list.
b147bd3cdf3 : waitFindObject assumes UiScrollable only. So if it is not a UiScrollable, it always occurs UiObjectNotFoundException. WiatFindNode function is provided to find object on screen
5599535014d : [LSC] Add LOCAL_LICENSE_KINDS to cts
8e87f103dae : waitFindObject assumes UiScrollable only. So if it is not a UiScrollable, it always occurs UiObjectNotFoundException. WiatFindNode function is provided to find object on screen
0e116ecde35 : Catch StaleObjectException when calling waitFindObjectOrNull for Wear OS devices
e09fd432942 : Fix flakiness in InputConnectionBlockingMethodTest
daccdedfa04 : [LSC] Add LOCAL_LICENSE_KINDS to cts
7b1782328c9 : Adds tests changes to verify level is retained for Drawable on setImageDrawable in the ImageView
4ec0cde51fb : Add owner for resume on reboot tests
23722eccaae : Revert "Temporary added more loging for PreCreatedUserHostTest"
602528749bc : Add explicit transition to the lock screen
5f7e1bfda18 : Revert "ime: skip lock/unlock regression test for Wear"
2e0f529b8b1 : Set TIMEOUT_COMMIT_CALLBACK_MS / TIMEOUT_COMMIT_CALLBACK_SEC to 100 for low booting performance device
21903873581 : Set TIMEOUT_COMMIT_CALLBACK_MS / TIMEOUT_COMMIT_CALLBACK_SEC to 100 for low booting performance device
4b47dadfa2d : Add tests for compiling model from asset file.
8b1d7a884b6 : Link CtsNNAPITestCases with libvulkan.
152360e7bf5 : Don't explicitly launch test activity in fullscreen in AssistantStackTests
6c5bc1f846a : Revise PackageVisibilityTest
5799784cda2 : Finish lock activity after clear password
552c8979cb7 : Ensure the default home activity doesn't change
86356396cb1 : Finish lock activity after clear password
6151a4ffb32 : Skip OpportunisticNetworkService for Wear OS devices
f01b73efe0e : Skip OpportunisticNetworkService test for Wear OS devices
c926561f5c4 : Temporary changed wait time for PreCreatedUserHostTest
adcf7274b76 : Increase the timeout from 30 secs to 50 secs waiting for the blob commit to complete.
c61bb544a6f : Increase the timeout from 30secs to 50secs waiting for the blob commit to complete.
d512c048baf : Force ringer mode to NORMAL in setup() and then restore original mode in tearDown(). This will prevent test failures caused by the original mode being SILENT.
5d36831fe7d : skip RoleTests for Wear OS devices
91bc3f99a89 : Add onMultiWindowModeChanged() for large screen device check config.
0d2fb525d62 : Add onMultiWindowModeChanged() for large screen device check config.
ec4902f03f7 : Exclude non-HAL tests from cts-on-gsi
fdf164873f1 : Fixes AgentBindingTest failed
ddcdfde8756 : Add tests for QNS and QNS.NetworkAvailabilityProvider
2a01240e4d1 : Fix TelephonyManagerTests
98b4f26e3a6 : Skip testIntentFilterHostValidation for Wear OS devices
aff00f86a9d : Temporary added more loging for PreCreatedUserHostTest
b56ac43b2f1 : [LSC] Add LOCAL_LICENSE_KINDS to cts
6b6613002f8 : DynamicPartitionsDeviceInfo: Skip on P or below.
db7177e9e28 : Fixed PreCreateUsersHostTest so it removes dangling users.
a95e66b256b : Rename ClasspathDeviceInfoHelperApp to CtsDeviceInfoTestApp.
6b56c5795ca : Update method to compute source image sizes
6b73c6af729 : Update ART profile version number for S.
ace3af75c4e : resolve merge conflicts of 93f847a5ace37a7470ad539199b72402594ceea3 to master
c81c5ecc710 : Update method to compute source image sizes
08296c546e8 : Camera ITS: Fix Scene3 test_lens_movement_reporting failure
abfb175f27c : Camera ITS: Fix Scene3 test_lens_movement_reporting failure
0bc9e3d0389 : HDMICEC: Add custom exceptions for CEC CTS tests.
b80536e035c : Change CarHostJUnit4TestCase#createUser to use the new --guest flag instead of the --type flag that is no longer supported.
5120c28bc21 : CameraTest: 10 seconds for window focus
846e0ee0cd2 : Give Window 10 seconds instead of 3 seconds to get focus
aade228cc24 : CTS WiFi lockdown test fix for wear OS
972c1bd084b : change UI_MODE to support WATCH in TelecomTest CarMode doesn't support in Wear OS
b7cb91ca4de : skip cases for not supporting calling account in CTS verifier
9500219c968 : skip cases for not supporting calling account in CTS verifier
396d08744c9 : reduce the log level of cec-client to avoid log overflow
4b241315acc : Watch doesn't provide a unified way to check notifications. it depends on UX
71330c2e82e : CTS WiFi lockdown test fix for wear OS
ff291367b72 : Drop prebuilt files to android source tree.
3a81fdc7021 : HDMICEC: Add custom exceptions for CEC CTS tests.
db39c50aaa3 : HDMICEC: Add custom exceptions for CEC CTS tests.
f60143d9b2d : HDMICEC: Add custom exceptions for CEC CTS tests.
14fba30c6c4 : Use window metrics of the area window belongs to instead using display getRealSize()
9f20ca72a59 : Enable test for shmem minor-fault userfaultfd
8cd5c99fa35 : Tests the new API, getDisplayId()
fa0c02b2319 : Update owners
2a1fbeb92e6 : add GnssAntennaInfo API coverage
a04d6480062 : Remove testNfcSetControllerAlwaysOnPermission
0fdab0ad330 : Add CTS for ApplicationInfo system APIs
5bcb04546f3 : DecodeEditEncodeTest: Test with higher tolerance for first 2 seconds
f55e1574bf8 : Add back owners for auto revoke and app hibernation tests.
3191c02c98b : CodecDecoderPauseTest: Change to a different H263 file
74f5252f778 : Fix AdbRootDependentCompilationTest
86043aef6b1 : Remove owners file now that the owner is a xoogler.
6180b5b5653 : Convert tflite_delegate/Android.mk to Android.bp
0df1b15c5eb : Convert tflite_delegate/Android.mk to Android.bp
93ab618ec71 : If the ringer default mode is set to vibrate, ring volume is zero, then ringtone is not played
c7641ddd72f : Exclude CtsTelecomTestCases from cts-on-gsi.
e3bdf231cf6 : add layout-watch folder and files for maginifier
bbdeef61466 : add layout-watch folder and files for maginifier
fb08d8f8cbe : Switch media fw permissions checks to AttributionSource (CTS)
b6bc4b2aacb : Remove the duplicated method which is declared in the same class because of the automerger
8277bbafcbe : Revert "Ensure getting UID/GID checks the installed state"
73d68896b80 : Skip CaptivePortalTest for wearables
f696af1a107 : Remove the duplicated method which is declared in the same class because of the automerger
4d9708f5427 : change UI_MODE to support WATCH in TelecomTest CarMode doesn't support in Wear OS
fa40db21972 : Revert "Disable testUpgradeKeepsPermissions for Wear devices"
84116e9dc08 : [DO NOT MERGE] Skip a test on Operator Tier device
62df1ffb4de : Bug fixed for CTS failures on CtsAutoFillServiceTestCases
31a0c15b5c0 : Add tests to verify installing a apex with a different payload key
1f13602b532 : WebView: add owners file for WebkitUtils
5d1c71c30a4 : Skipping 'Disallow configuring VPN' for Wear
514c3abf6c4 : Add the test case for verifying the capabilities request timeout
f15717bcc87 : Fix Cipher Test is failing between Peeking display and Keyguard windows
b17d75cbe0f : Fix Cipher Test is failing between Peeking display and Keyguard windows
a88fb32cd8e : Flag CTS time tests as debuggable
cf7bbffd926 : Remove tests that package changed or method changed from cts-on-aosp-exclude list
ac6ff109e09 : Use window metrics of the area window belongs to instead using display getRealSize()
07ca2bf9afb : Remove watch specific test from CTS
b63c09893c0 : Bluetooth: Set expectation for reading data synchronously
4699bad4e39 : Use waitFindObject() instead of waitFindNode().
7076045e9a7 : Use waitFindObject() instead of waitFindNode().
07cd41240ff : fix CtsDevicePolicyManagerTestCases with to failed case --com.android.cts.devicepolicy.MixedDeviceOwnerTest#testLockTaskAfterReboot_tryOpeningSettings --com.android.cts.devicepolicy.MixedDeviceOwnerTest#testLockTaskAfterRebootthere
e4bb1360da0 : fix CtsDevicePolicyManagerTestCases with to failed case --com.android.cts.devicepolicy.MixedDeviceOwnerTest#testLockTaskAfterReboot_tryOpeningSettings --com.android.cts.devicepolicy.MixedDeviceOwnerTest#testLockTaskAfterRebootthere
e36ebf6b168 : Fixing the testTopPositionSwitchOnDoubleLaunchAndTopFinish
d3befedd3bb : Don't change swipe zone for wearables
6592b1d392f : Fix CtsPermission3TestCases
19083a09f27 : Add more CTS coverage for SipDelegateConfiguration
b7f6ad63185 : [CTS] AuthBoundKeyTest#useInvalidatedAuthBoundKey: Clear all pins that were set.
8d1f1185819 : Generate report in json format.
c377c2c78fa : Fix 2 tests in ActivityLifecycleFreeformTests
634c819c082 : Fix 2 tests in ActivityLifecycleFreeformTests
ccdeacfe936 : Fix failing test
3f9811f92ed : Skipping 'Disallow USB file transfer' for Wear
60618be909a : Skipping four tests for Wear:
b49c287db5f : Skiping 'LockTask UI' for Wear
4d88dd389d2 : EDI - add host-side collector for ClasspathDeviceInfo.
88cd374c507 : Cts-Verifier: Add padding to layout-small for sensor_test to make text visible on Wear OS devices
95ddf608bb9 : Skip Battery Saver test in CTS Verifier for Wear OS devices
3d913d56ae8 : Add backup agent disabled tests
3c0aed7e969 : mediav2 CTS: refactor codec encoder test
d773d74eb4f : Add testes for getSelectionModeForCategory
ebae3ce0c23 : add cts test coverage for BluetoothQualityReport Note that its working with InCallService tests is already covered in CallDiagnosticServiceTest
9018d00e78b : Cts-Verifier: Add padding to layout-small for sensor_test to make text visible on Wear OS devices
29172309bbf : Ensure getting UID/GID checks the installed state
716656fe3ef : Skip Battery Saver test in CTS Verifier for Wear OS devices
8352dfdf4d9 : DO NOT MERGE ANYWHERE: Disable Tuner CTS on Android 11.
e74d5d0cf86 : Add a test to verify that the tracefs files are correctly labeled.
f262890a4e5 : Fix for: flaky test.
9d762655071 : Stabilise test by increasing timeout to connect to a network
dd7f3b9483c : Remove watch specific test from CTS
208a415b89f : Exclude non-HAL tests from cts-on-gsi
2db5278a734 : ime: skip lock/unlock regression test for Wear
c78b73c5be0 : Modify the test case to verify the reason timeout with NOT all the capabilities have been received.
4e4de15a2c0 : [widget29] According to the default gravity of Toast, request to change the logic to compare AccessMargin of xy1[1] & xy2[1]
bda5acccfdd : [widget29] According to the default gravity of Toast, request to change the logic to compare AccessMargin of xy1[1] & xy2[1]
607525d9a71 : Limit MediaStorageTest scroll to Wear devices
ec7491e6d50 : Change the package name due to proto migration
6873b8510bf : libbinder_ndk_test: update aidl dump
a3ec3838304 : Disable testUpgradeKeepsPermissions for Wear devices
0f580a9bd43 : Fix pre-release target SDK APEX failure test
1ed879bcb40 : Camera: Add OWNERS file for CtsVerifier camera
696984bd397 : libjnitest: drop dependency on libnativehelper.so
6f26d026535 : Add the test case of retrieving uce contact capabilities from cache
408e119627b : Update split screen check on tablet devices.
1494cd6daa8 : mediav2 CTS: Remove incorrect ac4 clip
7899ea5bb0f : Skip BluetoothDeviceTest if CompanionDevice not supported
7857cc83290 : Adapt display's refresh rate by scenario request
2d6ffa235a1 : [CEC Configuration] Add CTS test for 'routing_control' setting
4dd9ad3c63f : [CEC Configuration] Add CTS test for 'system_audio_control' setting
308db408d6e : [CEC Configuration] Migrate Settings.Global to HdmiControlManager API
bc9725d8107 : Revert "Check windowing mode in SplashscreenTests#testSplashscreenContent"
f1c19b08ede : [RESTRICT AUTOMERGE] Whitelist one new intent for IntentTest#shouldNotFindUnexpectedIntents
2ae82dd193c : Add check for CODENAME to support previous releases
0ae1500ad89 : Add support for `CtsLibcoreJsr166TestCases` to MTS.
cca9b202a3d : Rename addPackageOverrides to putPackageOverrides in CTS.
938f981f1ea : Add Automotive GSI to fix ApexTest
0970dea6445 : Add CTS coverage for changeOfferedRtpHeaderExtensionTypes
7a57dc3fb06 : Remove owners file now that the owner is a xoogler.
2aee072ab14 : RESTRICT AUTOMERGE: Add performance class ITS test for camera latency
b9da5519b19 : Camera: Add performance class ITS test for camera latency
ffafbe53293 : Fix flaky tests
1f4e279977c : Convert xa/Android.mk to Android.bp
c0e0168f318 : Convert sl/Android.mk to Android.bp
a4b5b3f03f7 : ime: skip lock/unlock regression test for Wear
58bd1bb95af : Group alias email addresses are not supported by the Gerrit owner feature.
22353470496 : Convert Android.mk to Android.bp
5a2334b1716 : Updating OWNERS
cc52d6bba8d : CtsVerifier: Skip touch sound tests on watches
9ee12fe3049 : Don't change swipe zone for wearables
7af9a30daca : wifi: extend PollingCheck timeout to 5 second
6875ab8887e : Convert Android.mk to Android.bp
5f5ecc58885 : Convert Android.mk to Android.bp
618ba8651d5 : Convert Android.mk to Android.bp
03062aa1c0f : Fix CtsPermission3TestCases
2470b83b788 : CtsVerifier: Skip touch sound tests on watches
c2331797948 : Fix flaky RadioButton test testToggleViaEmulatedTap()
338b640c34e : Increase list size for CTS Verifier -> Device Owner Requesting Bugreport for layout-watch
3284a9d10ab : Widget: 10 seconds for window focus
06d0f68aca0 : MotionEventTest: 10 seconds for window focus
f6e59046f66 : AnimatedImageDrawableTest: 10 seconds for window focus
a07216f94a6 : Copy the S assets for T
303b94ca014 : WM: 10 seconds for window focus
30d6395c2a4 : CameraTest: 10 seconds for window focus
09d6f88cdca : App CTS tests: 10 seconds for window focus
5971b72556e : TestHarnessModeDeviceTest: 10 seconds for window focus
ecc96f1b34e : Give Window 10 seconds instead of 3 seconds to get focus
8a7bc035a15 : Drop prebuilt files to android source tree.
6dec087f6ea : According to the default gravity of Toast, request to change the logic to compare AccessMargin of xy1[1] & xy2[1]
112bd2cc5e5 : According to the default gravity of Toast, request to change the logic to compare AccessMargin of xy1[1] & xy2[1]
d0290d8d19c : Set up owners of CTS for speech recognition
ba0bdd1e14f : Update testsFailsNonStagedApexInstall to adhere to the new flow
65697def09a : Update CTS tests for new profile version.
0e37acb5e47 : Scroll more carefully in CtsSyncAccountAccessOtherCertTestCases
b9765987d60 : Scroll notification list to find permission request
b36ea698b9c : Add CTS to verify the onTerminated callback of the capabilities request.
76f95a60139 : DecodeEditEncodeTest: Start testing after few frames
d8eeeaa4033 : update getDPI with DisplayMetrics.DENSITY_DEVICE_STABLE
56dbbe3cb47 : On the watch, the size of the button is too small to be displayed on one line
3f4f45aa180 : On the watch, the size of the button is too small to be displayed on one line
eb32e8b6383 : Update the view for CTS-Verifier SetNewPasswordComplexityTest to make the pass/fail button look better
3dc0c7f0938 : Update tests for new RTM_GETLINK restrictions
ea9b58edab2 : mediav2 cts: remove muxer tolerance for mpeg4 writer
19346435497 : Bug fixed for CTS failures on CtsWindowManagerDeviceTestCases
9653c27b80b : Ignore flaky tests
6ea795ded24 : DO NOT MERGE ANYWHERE
33378cd979a : Read build fingerprint in SYSTEM partition from target files.
89a06302ded : Convert Android.mk to Android.bp
230765fd8ab : Give enough time before enabling DummyIme for CtsWidgetTestCases
f29bbf4e3fd : Updates OWNERS files
90b257a901c : RESTRICT AUTOMERGE Snapshotting OWNERS to internal master
d3da1b57533 : Increase list size for CTS Verifier -> Device Owner Requesting Bugreport for layout-watch
159a7962d78 : Bug fixed for CTS failures on CtsWindowManagerDeviceTestCases
7c7d7374a4c : Update the view for CTS-Verifier SetNewPasswordComplexityTest to make the pass/fail button look better
01a884e9bae : Convert Android.mk to Android.bp
a59c9ac8e93 : Add extra owners to cts-on-gsi related xml config.
3fee278acca : Convert Android.mk to Android.bp
94b03e8439a : Remove old protected-broadcast for ACTION_RADIO_OFF
04ef2236a03 : EDI - extend ClasspathDeviceInfo to collect shared library info.
97ebef2e90d : mediav2 cts: enable setParameters API tests
a8dbc7a2c6d : Add tests for the repeated silent updates
fe524cea934 : Increase timeout duration to getUiAutomation for low RAM platform
3ee9ae9ce93 : Whitelist two intents for IntentTest#shouldNotFindUnexpectedIntents
98593c196cf : Fix issues in recent watch test changes.
f6f7dd05add : filesystem: add media performance class bandwidth tests
3db3c932273 : Remove test requesting empty role.
6814fc4fe7e : [CTS] Update PermissionController role tests for new UI.
76ab7b00ca4 : [RESTRICT AUTOMERGE] CTS failures in CtsWindowManagerDeviceTestCases module
af2a0d4a8f6 : CTS failures in CtsWindowManagerDeviceTestCases module
dc0a37ca6b2 : Adapt package installer tests for watch
bf2e0808ad4 : Retry button can't be press due to screen can't rotate
7e29546cc76 : Adds CTS for AccessibilityEvent.CONTENT_CHANGE_TYPE_TEXT
6332561fe8d : mediapc: Add display and memory tests.
4b9a5d9db7e : mediapc CTS: Add frame drop tests
3151bceb63b : mediapc CTS: Add Encoder Initialization Latency Test
f63da46606c : mediapc CTS: Add Media Performance Class tests
cd8c82eddb0 : mediapc: Add Media Performance Class test stub
f02db8c7ee4 : Camera: Remove concurrent front-back test for Performance class 12
58ce4219890 : Invert condition when checking if stream muted
305b61ce7b7 : Camera: Add test for camera S performance class
581c379aa02 : Revert "Merge "Set temporary target SDK until S SDK finalised." into sc-dev am: 7572eb0aa5"
b8858ee65f3 : Update DisplayCutoutTestActivity for better UI
be56f3dd631 : Stabilise test by waiting for media store to be idle before assertions
e6286dfe7b7 : mediapc: Add display and memory tests.
a48fa790dab : Fixing the testTopPositionSwitchOnDoubleLaunchAndTopFinish
9f31e8eae91 : Fix cursor stopping at off-by-one position on WearOS
e014cca8a09 : Remove myself from owners
b0f023b3e9b : filesystem: add media performance class bandwidth tests
edf4101731f : media: fix SurfaceEncodeTimestampTest#testCaptureFps
3f8f1320293 : Avoid keyboard changes leading to Activity relaunch
f46257cb878 : media: fix MediaCasTest#testClearKeyApis
edfa204e4ee : InputTestCase: Wait for pointer capture callback
c23b3a56e61 : Revert "Ensure we check the installed state when getting UID/GID"
a58a382bfa8 : Fix CTS test for createContextPackageAsUser
4d648b00fdf : Revert "Verify behavior when FGS uses existing notification"
9a333ea719b : Revert "Verify behavior when FGS uses existing notification"
d71b79a6eb6 : Add CTS tests for SatellitePvt
a9d78c6c764 : [RESTRICT AUTOMERGE]Exclude Instant Apps tests for Wear
23c3466a65d : Revert "fix wifiSlice_grantedPermissionToDefaultAssistant failure"
6f566534952 : RESTRICT AUTOMERGE: Camera: Use a set to track completed frame numbers
c4ccd75efd5 : [RESTRICT AUTOMERGE]cts: fix dynamicmime test failures for wear devices
dab73c06915 : File read API is supported even without RES
a578008af3d : Exclude the following test below S:
eaaf54e7d69 : ITS: [DO NOT MERGE] fix features frame in test_sensor_fusion
0d1c2bec74b : add a telephonyCleaner to reenable wifi
5552b5525dc : [RESTRICT AUTOMERGE]Fix CtsPermission3TestCases tests for target wear
3c7f915c203 : DO NOT MERGE Rename TestIme to DummyIme.
2ca5d92c679 : Rename symbols to log session id
317b8be109a : [RESTRICT AUTOMERGE]Changes in AutoRevokeTest for Wear OS
dda99428ce7 : Add first simple CTS test for PhotoPicker intent
4d22993ff30 : Update test to handle annotation migration
d1f86f40668 : [RESTRICT AUTOMEGE]Adapt StorageTest for Wear
fa2807cedc6 : [RESTRICT AUTOMEGE]Skip ToastTests on WearOS that rely on unsupported functionality
3c8dff224f3 : Tests for requestDisallowInterceptTouchEvents
e9f2d3403ce : Fix following CTS test cases on R.
52ae10f718b : Add scroll to MediaStorageTest
d57bd88dc9e : Skip test no Google CBS module, does not support data migration
890ceb11937 : Ensure we check the installed state when getting UID/GID
d0d9e0867d8 : Query platform HDR10Plus capability in cts testcase
7b13878efbd : [LSC] Add LOCAL_LICENSE_KINDS to cts
360d020c46a : Use TestIme in CtsWidgetTestCases.
6b9adfede3a : Convert netlegacy22.api/Android.mk to Android.bp
0239191c59d : When at the end of scroll view, scroll up to start again
8fb3752c846 : Convert api25test/Android.mk to Android.bp
d45a206a4d7 : Update test to handle annotation migration
1ef26d50c80 : Convert jni/Android.mk to Android.bp
05573242265 : Test log session id on MediaParser
ded55bbf4b6 : Revert "Fixing the testTopPositionSwitchOnDoubleLaunchAndTopFinish"
9edf1a599a4 : Replace FIRST_SDK_INT to DEVICE_INITIAL_SDK_INT in CTS
04d1a0a0299 : Adapt AutoRevokeTest for WearOS
f5512f8784f : CTS UI issue in DisplayCutoutTestActivity and SetNewPasswordComplexityTest
a3631e914d1 : Do not mark case fail when tac value is invalid
217b3d7f9c9 : Fixing the testTopPositionSwitchOnDoubleLaunchAndTopFinish
f0946e37f94 : Mark PhoneStateListenerTest flaky
955f17956b5 : Explicitly specified time picker mode for TimePickerTest
31f1f0ee39d : Do not mark case fail when tac value is invalid
efbea34030a : [RESTRICT AUTOMERGE]fix testPluggedStateChangedAtom
526003242df : Build CtsLibcoreTestCases into mts-art.
821c55cc9e5 : Use classpath testing utility in SJPT.
63059615931 : Adjust the height and margin views in CTS MagnifierTest
c4b974167ec : Fixed ListPopupWindowTest for target watch
d35adcb2dff : [CEC Configuration] Rename Power Control Mode setting name string in CTS
5dfb62b0889 : Remove usage of TV-specific setting in playback devices in CTS
8c102b9abde : DO NOT MERGE: Skip executing testContentProviderAccessRestriction for non sms capable devices
4ff2cd96193 : Revert "Add additional logging to the CEC config listener test"
dca7568c4e2 : Update current sepolicy version to R
df24f9c1cc0 : Revert "CTS UI issue in DisplayCutoutTestActivity"
231e1df09c1 : StrictJavaPackages: add exemption for WearOS duplicates
d234f56b381 : Fix TelephonyRegistryManagerTest
3709452c73f : Skipped set text handle drawables test on target watch
ce9ddc84583 : Disable flakiness test
eae3f390870 : skipping 3 tests not supported on watches
7ae1055a3f2 : Revert wear os change to TextViewTest#testSetGetBreakStrategy
8700fa1e2e3 : Check network transport instead of meteredness.
99b23cbee4e : Revert "Stop using ATM#setTaskWindowingMode in CTS"
4b3943e6f79 : Skip NintendoSwitchProTest for wear devices
b2267c31e21 : [RESTRICT AUTOMERGE] Add a manually generated notice file.
7c2b5e0e36a : Add a manually generated notice file.
58943867c60 : Move the view from top to center to support round display
4ee79555a6a : Adding "Tap-to-tone" test in CTS-Verifier This test the latency of a UI interaction that triggers an audio event with the playing of that event.
685ce20af5c : Update OWNERS for car tests
f51d682c661 : Updating testFocusChange to work on all AppFocusService implementation
5e6f7d620f5 : CtsContentTestCases modified prio of mock launcher
7c2ed614b58 : DO NOT MERGE: Bump CTS Verifier version to 10_r9
affeb336d10 : Move CtsMultiUserHostTestCases to group presubmit-large
2903fb466f3 : DO NOT MERGE: Bump CTS Verifier version to 11_r5
564a8e31cb0 : Ignore the kernel bug verification until it lands in R
04620240ee1 : Adapt display's refresh rate by scenario request
da50dc2c88c : skipping 2 tests for watches:
b25ad0c74a5 : Increase time tolerance for pulling framework.jar
40442ec7fc0 : Revert "Update tests to reflect the new behavior for setGeometry"
c1ae0e8fbf0 : fix wifiSlice_grantedPermissionToDefaultAssistant failure
36a2cb95029 : Revert "Update tests to reflect the new behavior for setGeometry"
ed482fa972f : Allow OEMs to customize storage root name to "Internal storage".
0a83d2cfcf3 : Revert "Update tests to reflect the new behavior for setGeometry"
35af9b882cb : Revert "Update tests to reflect the new behavior for setGeometry"
7fa7ddedc86 : Add tests for MediaPlayer.setOnRtpRxNoticeListener
3cbb6044dea : Update tests for settings consolidation
6aadb57cb7d : Remove CTS for min aspect ratio
f7b412dd1b7 : Only run some test on Q when mainline >= 300802800
54c356b7c61 : Disable hidden API checking in two tests.
97cefc6b192 : Fix initialization of buttons in Audio Notifications CTS-V Modules.
a47fb0795b2 : Use golden images from OnePlus for 600dpi
f5de557cb7f : CTS UI issue in DisplayCutoutTestActivity and SetNewPasswordComplexityTest
1abbd3a3b5c : Specify when to send <Inactive Source>
2598e0e2756 : Revert keyguard transitions for multi-display devices
001f176dfb3 : [RESTRICT AUTOMERGE] Relaxing HMAC key size testing.
4710e01ea2e : Fix StaticMetadata#testCapabilities for SYSTEM_CAMERA capability
b806785f242 : AudioManagerTest: testStreamMuting: handle non mutable streams
582f8bc59ba : Update tests for the documenter migration
5fa7858461a : camera cts: Fix torch callback test for system only cameras.
053f0337247 : Camera: Consider high resolution recommended JPEG sizes
a1238ecdf2a : Ensure activity is launched in fullscreen in WindowInsetsAnimationControllerTests
76981908343 : Add condition for webview check in CtsWebkitTestCases
b15dc566fe2 : Updating bug component for incidentd to be same as statsd
cc44e7bb8f5 : Create 600dpi assets
fbadb68dbcb : Calculate swipe time proportional to the swipe distance in millimeters.
4e8360970d3 : Disable pin based wifi p2p for automotive
b322a92f644 : Camera: allow external devices to face backwards
cf7804f82f1 : [LSC] Add LOCAL_LICENSE_KINDS to cts
ccc03ff7878 : Remove CTS for min aspect ratio
8a98e7d852d : Clarify how to generate reference images for CTS, add 600dpi to supported densities
17d7612a735 : Change NR TAC to 16777215
54f45b6ba54 : MediaAppender+MediaMuxer:AppendFunction, new APIs
ba4154e5507 : Add MultiPackage confirmation installation test
0fa777fb908 : cts: Add Mediatek target to whitelist in the CTS test case
a695134f952 : Camera: Set activity orientation to 'locked'
193b39a81a7 : Include data throttling capability check in CTS.
d0b051a0749 : Avoid explicit handling of inner classes
85b976f5f69 : fix DocumentsClientTest fail in CtsAppSecurityHost
9ae155f6603 : Modified CtsVerifier layouts that were causing issues on wear os
a97ef8dbc26 : Improve error message for SJPT.
36a2b499d6b : WebView: avoid public URL for CTS tests
7e534e8cd16 : [DO NOT MERGE] Revert "Verify device is pulling assets from correct bucket"
4ffd5cc5ec8 : Add tests for the api of GetLaunchIntentSenderForPackage
44fddf7b4ca : [LSC] Add LOCAL_LICENSE_KINDS to cts
1fe734acf8f : Tests new silent update feature
9990f53dda0 : Revert "MediaAppender+MediaMuxer:AppendFunction, new APIs"
b35eba7367a : ImeInsets tests: don't exceed display height
036a096e5b4 : Media CTS: update log session ID API calls
4c07f78b985 : Add tests for shouldBypass decision based on manifest property.
90855fa80af : Add condition for webview check in CtsWebkitTestCases
199fc6444be : Add test coverage for getExternalStorageMountMode API
f63a0c752c6 : Fix for flakiness in Autofill Disable Test.
fef96fa7a00 : Fix CTS Usage Stats Test for Android Wear devices
c9d495b25bf : Add cts tests for D2D sharing contacts setting APIs.
d92c21cc0f1 : Remove CTS tests related to resampling.
bfb199d5bec : MediaAppender+MediaMuxer:AppendFunction, new APIs
8ac05fe28bf : [LSC] Add LOCAL_LICENSE_KINDS to cts
7b0699910ad : STS test for Android Security CVE-2021-0486
f44af8ed68a : DecoderConformanceTest: release MediaCodec if skipped
4020b002bce : Fix Error With testOnTouchEventHorizontalMotion
bc94e6d4743 : CtsContentTestCases modified prio of mock launcher
1ee60bed54e : Add test for canRecycle from new view.
8cb5ac19766 : Disabled PermissionTest when backup is not supported
90e66e3ab0c : Remove SplitPermissionTest#inheritGrantedPermissionStateStorage
3b7128bd084 : cts: Add Mediatek target to whitelist in the CTS test case
f9581b5db61 : cts: Add Mediatek target to whitelist in the CTS test case
7bf95aba60e : Removing Shep from OWNERS files.
c6dc17c3413 : DropBoxTests: ensure DropBoxManager.addText is called at fixed interval
6433fc8aaef : DO NOT MERGE Skip testSetProperty in android10
8e8fc731ddd : CTS tests for notif cancellation reasons
1fd3b3d9c86 : Add group email
ddfd5389055 : Fix NotificationListener failed to receive events
7ca0fab032a : Add TTS CTS-V tests to cts-verifier.zip
ff46397a816 : Remove DPM.isNetworkSlicingEnabledForUser API Remove READ_NETWORK_DEVICE_CONFIG as DPM.isNetworkSlicingEnabledForUser API is removed. Add CTS test for the metrics of DPM.setNetworkSlicingEnabled
ca176f226cc : Delete superfluous clicking of the permission dialog button.
536f55c4e27 : Add CarWatchdogManager CTS test for I/O overuse usecases.
0c6462667fe : Attempt to fix flaky wifi cts tests
5fc2fab2ccc : Fix for testTouchMode for gesture navigation
9c976b1ef0a : Disable Wear OS WiFiMediator during CtsAppTestCases
410e7f3adf6 : Changed STROKE_MS to 300
1118dbb2e80 : Wait for mSystemUiVisibility changed after swiping.
281a3ce27ba : Enable sim card after test.
e99557fabd7 : Increase the range of difference judgments
722a03b9163 : Revise timeout value in CodecEncoderSurfaceTest
681d110d09e : [LSC] Add LOCAL_LICENSE_KINDS to cts
2db67615ac3 : cts: Add SDM660 target to whitelist in the CTS test case
523278823d5 : Fix tests (4/n)
5bad922d4f1 : Skip one of MultiDisplay tests for Operator Tier
bb8a1258859 : Removing cts-verifier-automation, to be checked in directly to aosp test branches when the automation is ready.
8fcfa81ab4a : Fix ToastTest for freeform-first multi-window device
c39f9405f90 : Camera ITS: Fix test_aspect_ratio_and_crop failed
562289ce2b0 : Camera: allow external devices to face backwards
fe07682ef4d : Add additional logging to the CEC config listener test
00dd6ed2c33 : Restricting StorageManagerTest.testGetManageSpaceActivityIntent() to full Apps
58f886d9934 : Fix ToastTest for freeform-first multi-window device
8c43e0270df : [LSC] Add LOCAL_LICENSE_KINDS to cts
ffa0c5c2b16 : Resolve merge confilct "Wait for app transition became idle when tap on display center" into android11-tests-dev
73c7a73edf9 : Adding 450dpi resources.
7a296bcb98b : Skip android.permission.INPUT_CONSUMER permission
9e7e837c7fc : For TEST_WAIT_DURATION_MS need to consider, maximum delay should be considered
06f0860b170 : NdkMediaCodec support set ColorAspects
9acf96db05b : Fixing the test DeviceOwnerPositiveTestActivity for wifi only models.
81b1b7b124d : [LSC] Add LOCAL_LICENSE_KINDS to cts
204ce78c787 : changed STROKE_MS for 4 finger swipe gesture
d7a09cff135 : STS test for Android Security CVE-2021-0398
72e911a7642 : CTS: restriction on overridden min size for PiP
f28c4369f53 : Add attribution tag (test part).
5eef859c57d : android.settings.cts package does not have visibility permission to package com.google.android.googlequicksearchbox
978912719f8 : Automatically switch to native density for ManifestLayoutTests
b2d9cd95b67 : DO NOT MERGE: Ensure target process state is actually changed
6c1f7066417 : Fix GraphicsStatsValidationTest
fec7c9a9f34 : RESTRICT AUTOMERGE: alarm-test: double the timeout for negative wakeup time test
f50281c1d26 : wifi: Graceful failure when there's no saved network
e31c8085f85 : Increase timeout for Mediastress playback tests
00b06965994 : Tests for StorageManager#launchManageSpaceActivityIntent
0e138c05c3e : Add presubmit mapping to test apps.
ac61562fb5f : Support 5G NR SA network type
206d8c16bee : DO NOT MERGE Remove test cases related to SampleRate
273eebec707 : Add CTS test for new D2D sharing status setting APIs.
060a63a6185 : Update and make explicity ReportLog Schemas
90545896718 : [LSC] Add LOCAL_LICENSE_KINDS to cts
4574dbdde00 : [DO NOT MERGE] Wait completion of switching user and then start secondary user
3f29a3c391b : Fix SelfManagedConnectionTest.
0ce7ab9b6f2 : Handle StaleObjectException in sharesheet test
23432b1e327 : Fix duration metric dimension test
eedd1a66b09 : Unregister broacast request to onDestroy()
6fbcac0cdf2 : Fix flakiness in CarModeInCallServiceTest.
02ae37530d1 : [RESTRICT AUTOMERGE] Remove KeyChain test for Headless system user
b72e3b60375 : [RESTRICT AUTOMERGE] Remove KeyChain test for Headless system user
83d6781e60e : Remove the BatteryStatsDump test
7fa217f4590 : Test MediaExtractor's playback id API
691b75bd21d : Skip Wifi scanning test for TV and Automotive
f7499ea39d2 : Suppress errorprone error to fix presubmit
3bc0f8f14fa : Skip Wifi scanning test for TV and Automotive
57c5cb10eff : Camera: Set testSingleCapture FPS range based on preview
2e8fa6af988 : Add CtsVerifier ReportLog files to CTS-Verifier report.
f2a00a3f7d8 : Add CTS for VehicleGear and VehiclePropertyIds
c546b307e5d : Test the metrics for TIF VideoAvailable
2c1740dd7bf : Create CTS tests for TvInputManagerService metrics
5231021d993 : Added tests for IntrinsicResize and LaunchOptions.
bbecddf36aa : Test part of adding attribution to the audio access of MusicRecognitionManagerService.
2060d65639b : Add tests that are problematic for Blend.
3013cb9f288 : VoiceInteraction: Fix testVoiceInteractorDestroy flakiness.
731a15a59f2 : Create a library target for CtsTvTestCases
2720d84fb6e : Wait for idle after splitting a screen in autofill CTS
63014cb2cfa : Fixed SecurityException due to Fine Location permission denied.
3ce9fef64f2 : Fix testAppCrashOccurredNative
017ceec57af : Implement ReportLog logging for CTS-Verifier
3290c2a651b : Rename API for Call Companion InCallService API review
1658d3815d6 : Cts for 5G slice status API
fb4fb361a88 : CTS tests for network logging delegate
eabdff4959e : Add target sdk to test app
06c15bd78a7 : [RESTRICT AUTOMERGE] Run multiple processes for testLmkKillOccurred
4e29a9340ac : Flush telephony metrics after CTS SubscriptionManagerTest
21d7bfaa043 : CTS tests PO network logging
8e0c862cc4f : Fix CTS Input method tests for Android Wear devices
ec00a0d618f : Test that scanFile after rename updates right MIME type
8e0c5297392 : Added outlier removal for one-sided RTT (non-11mc APs)
31fcfa65a47 : CtsVerifier: Skip USB Device test for automotive
2d4fcaa8e55 : [RESTRICT AUTOMERGE] Run multiple processes for testLmkKillOccurred
4bf8920cdcf : Enable partial MTS files to be generated for modules.
e591a3a7fab : Removing TrustedVoice tests since trustlet_voiceunlock was removed from GMSCore a few months ago.
68b61a4b801 : Fix testAppCrashOccurredNative
3d9b4c1ed7e : AudioManager.testVolume: don't assume index 1 is always valid
9e6cc03f87b : Do not test dream feature if it's not supported
43e00b079f5 : Camera: Set session parameters for testVideoPreviewSurfaceSharing test
71abb47c377 : USB: Add new test case in CtsUsbManagerTestCases
5dc258b99f8 : Ensure the DUT is bondable during test
72c1f7ee4c1 : media: use COLOR_TRANSFER_SDR_VIDEO for BT.601
d8aa181786f : [DO NOT MERGE] Update tests for unmetered override
d8b2b804769 : VoiceInteraction tests: Add more logging.
bba91badc2c : Set app op mode manually in test.
ea556724521 : CTS: Update App Focus Test
86833fb2ca3 : Added check for lock screen support
597179087b6 : Fixes various CTS failures related to default launcher
2af03c15662 : Test that visibility rules persist across boots
8a6ab8f13e2 : Validate notification-channel deletion semantics
9c45f4205f7 : Refactor query interface.
d1ffa37e4d5 : Increase the time the test waits to receive the SMS to make the test case pass.
06fd02c7bcf : Skip density scaling in (A)ImageDecoderTest
e8d07ae7c18 : Split up ImageDecoderTest#testSetAllocatorDecodeBitmap
7a80b3d641d : [DO NOT MERGE] Fix CTS test for reading GNSS Time
3457572f95e : Update CTS tests for AnalogClock to add seconds hand
bf933d8f6c0 : Added unit tests for Translation.
72e271560c2 : Remove @RunWith annotation in ScopedStorageBaseDeviceTest
512b8de5086 : [RESTRICT AUTOMERGE] Fix testTraverseAllWindows with waterfull cutout
78d824d3b6c : Skip testAbiIs32bit in 64bit only sys
af9b3442849 : Add test for two new SmsManager methods
9646bb6f2eb : Remove loopback measurement from Pro Audio CTSV test.
b1515af43c4 : Wait for broadcast idle before cleanup and remove call to missing method in tryOpenSettings.
97b9c660429 : Add test for rename File API support for media URI grants
f1bce73f744 : Implement mean and mean absolute deviation over 5 latency tests.
676a1ebbf0c : Add tests for edge effect type property
d9e25e9e8b4 : Skip ClipboardManagerTest on target watch
797c0a097a5 : Allow ActivityContext to propagate exceptions.
f42245a3308 : VoiceInteraction tests: Handle null args in onshow().
d811f1ea119 : [DO NOT MERGE] Fix CTS test for reading GNSS Time.
506d171f3f5 : Revert "Add setup usage for ACCESS_KEYGUARD_SECURE_STORAGE."
32fbf2fd1de : [RESTRICT AUTOMERGE] Fix testDurationAnomalyDetection
047c94133ee : webview: deflake testRequestImageRef.
b11ebfe7802 : Add support for RunWith Parameterized in ScopedStorageDeviceTest
e61862fbf2e : Add Nene APIs to create and remove users.
b98294165ee : Add test for delete File API support for media URI grants
3439d5b837a : Add test for read/write file API support for createWriteRequest.
3824e0a54ce : Fix ParentProfileApiDisabled CTS test
6522852536d : Test for: Inherited installation support for Incremental.
c8a6039bc4b : CTS-Verifier: Skip CameraFormats, PhotoCapture, CameraIntents, Its, CameraOrientation, CameraPerformance and CameraVideo Tests in foldable mode
4df6b145014 : Fix CTS testKeyguardLockAndUnlock fail
895bc09a2e4 : CTS Test for downloadable font
e495565aeeb : Increase the wait timeout for meteredness to change.
fa59f3619cb : Comment out testGrantForegroundRuntimePermission22
48b9e219895 : Add test to verify RenderRender#createShader
ad3a3282093 : Skip KeyguardLockedTests#testShowWhenLockedPipActivity for automotive
dd3cf030002 : Fix for testDirectBootEmulated
b2e05a49a24 : Add cts test to verify noteProxyOp no crash on 2nd user.
e7d06d47ec3 : ThemeHostTest: obtain display density with `wm density` command
8e78cf64ec2 : Add test that prevent exec font command other than SHELL_UID
3c8278388ca : Fixed NetworkLoggingTest on headless system user mode:
b9da818b4d0 : Fix Telecom CTS Ui Mode bug
554dd869e0c : Fix time limit for testWifiScanTimestamp.
a604c3e5a60 : Fix KeyAttestationTest for checking OsPatchLevel
e91f8886362 : CTS to enforce lmkd emitting statsd events for S+ (4.19+) devices
0bcf7bdab2c : Switch to SOURCE_SENSOR of InputDevice API.
295cb28de0b : CTS test for NAS#onNotificationEnqueued(sbn, channel, rankingMap) and fix onNotificationClicks causes other tests flaky
9995253fe95 : Follow renaming of EXTRA_INCOMING_PICTURE
5063ac9cf94 : Temporarily ignoring a broken test
7094f17c041 : Add test for default max opacity and update method calls
69ee186fad7 : Restore location mode after CTS test
4606c5133e7 : [DO NOT MERGE] cts: Add Mediatek target to whitelist in the CTS test case
f9ba90331ea : [DO NOT MERGE] cts: Add Mediatek target to whitelist in the CTS test case
a8a650d6aa9 : Fix KeyAttestationTest for checking OsPatchLevel
bd79c0e6ecb : Fix multiuser switch scenario uiAutomation timeout fail
cbd55fd1116 : Waiting for permission initialization complete before executing the dumpsys package command
f76892d8277 : Revert "[cts] tests for settings readable fields"
79c59835c17 : Add CTS test for InputDevice Battery Manager.
97bbf7b6d74 : Created custom rule and annotations to skip tests that don't have features.
45df520f983 : CTS-Verifier: Skip RVCVXCheckTest in foldable mode
1b35f9e3250 : ITS: add scenes 2_d, 2_e, and change to CtsVerifier.apk
589547eb36f : Adding CTS for new Launcher and AppWidget APIs
36e83a0ce77 : Skip some test cases in AvailableIntentsTest for target watch
b32a12d8c3f : Add waitforIdleSync() to fix timing issue
0ecab04a23a : media: Skip EncoderColorAspectsTest for PC device
0f29f311970 : media: Skip EncoderColorAspectsTest for VPx SW encoder
f29909b4b97 : Revert "Add USE_BACKGROUND_BLUR to cts expected permissions"
9b2548820ec : [RESTRICT AUTOMERGE] Fix CTS failures in MixedDeviceOwnerTest#testSecondaryLockscreen.
1784ca0a36f : Alter call composer CTS to check integration
7dc6fd3e735 : Don't fail the test if descrambler isn't supported since R.
25b76325c0f : ITS: add sub-camera props override to load_scene and run_all_test.py.
69d5671df46 : media: fix MediaCodecTest#testException for video encoders
7d0622f47bc : Add setup usage for ACCESS_KEYGUARD_SECURE_STORAGE.
05bd282a77e : Fix OWNERS for CtsBlobStoreTestHelper and CtsBlobStoreHostTestHelper
0a1c7c20a85 : [DO NOT MERGE] Fix flakiness of CtsOsTestCases testFileObserver_multipleFilesFull
8c792fea239 : Fix CtsDevicePolicyManagerTestCases testInstallUpdate
59cfe3b541b : Fix flaky testMultiWindowFocusHandleOnDifferentUiThread
0db689b958e : Increase the timeout waiting for the blob commit to complete.
97ba033d260 : Add MediaCommunicationManagerTest
9253794fb6e : Fix multiuser switch scenario uiAutomation timeout fail
cc2f1e67a6d : Revert recent SYSTEM_ALERT_WINDOW changes
d06e4c1d268 : Add NativeMediaDrmClearkeyTest to TreeHugger presubmit
e79cbd89b6f : Check the running status by increasing the number of polls to ensure that the test case passes.
ada97d7548a : fix cts case for DocumentsClientTest
8e5585b1e92 : Fix editText can't focusable issue
3becd010b5f : Not allow dot in BRAND/PRODUCT/DEVICE/BOARD
3e083bf0883 : Fail the case if battery status doesn't change in time to avoid triggering system update
7b20dc94745 : Fix test requirement for CN device
3f47d25ea5a : Safety use private resource "config_biometric_sensors"
e9ad48d4f25 : DO NOT MERGE: Bump CTS Verifier version to 10_r8
3fad96ac466 : DO NOT MERGE: Bump CTS Verifier version to 11_r4
43924c23ea8 : Swipe up on chooser dialog before activity selection
ad31a3712c2 : DO NOT MERGE: Revert "Revert "Prevent accessing companion records from arbitrary uids""
498f57dbd70 : Update attestation utils to allow non strict parsing
329d606026d : DO NOT MERGE
f6f24f72e4d : ITS: fix sub-camera properties assignments
043a1cac38c : Skip direct boot test for non-fbe device
13ab0988765 : Turn screen on when testing with MediaRouter2TestActivity
00015a22683 : Fix failing MediaRouter2(ProviderService)Test
2271b97d978 : Fix for testInputUnbindsOnImeStoppedFull
177c58ec286 : Avoid UiObject not found issue in MediaStoreUiTest
e68c63b0901 : DO NOT MERGE
ddca924a3f5 : Fix theme for WindowManagerTestCases
1e586fc03a4 : Skip cts test:testDeviceCalculatedPowerBlameUid
0a58e841722 : Increase time out value in HeifWriterTest
766b9da9353 : Not allow dot in BRAND/PRODUCT/DEVICE/BOARD
c8d4b6883cb : ITS: add additional APPN markers to test_jpeg_quality.
2651e1ba6ef : Use correct density to calculate min size for PinnedStackTests
718deeeab72 : Launch "can't save state" apps in fullscreen.
c0cb8e72f22 : CtsVerifier: Remove audio ringer test from automotive
d944f7f792d : RESTRICT AUTOMERGE Add READ_DREAM_PERMISSION to manifest.
b9f1e08646d : Update the test video for MediaStore_Video_ThumbnailsTest
856866c520b : Permission2: Resolve bad merge for android_manifest
cbd26c020e5 : Modify the check that the cell broadcast is not enabled
4e8a6d367b6 : [RESTRICT AUTOMERGE] Adding CTS coverage for the keyguard secondary lockscreen feature.
f708f205b1a : Warm up GNSS engine before LowPower request
3f0d9cfdb3c : Disable all services before enabling accessibilityservice.
4a2121e8152 : Camera: Clean up camera intents tests
0ab0038726c : Skip test if the user is not system user
c166c08fc3e : Revert "Merge "fix "Backup deactivate failed" due to secondary user remove slow" into android10-tests-dev am: 43d26bb25d"
4bdb91dcf63 : testGetNumSignalStrengthLevels is run on devices that don't support telephony
d2fdbb5b184 : [DO NOT MERGE] Sacrificing the check for TYPE_VIEW_CLICKED event
16e403e439c : RESTRICT AUTOMERGE Skip checking android.permission.READ_DREAM_PERMISSION.
bee86b9a2f5 : Check encoder latency in CodecEncoderSurfaceTest
d25d33eceff : testCanRestoreBackupData: check for non-enterprise/non-Passpoint
5204b7f18ee : testGetCountryCode: skip comparison if telephony country code unavailable
6f2c15044ef : After remove the user restricition,add more timeout for the Bluetooth sharing become available.
bdf234544f0 : Revert "Merge "Revert "Fix ActivityManagerGetConfigTests."" into android10-tests-dev am: 5e19dd8df1"
a7f3a7f547c : Fix for android.cts.statsd.atom.UidAtomTests#testBytesTransferByTagAndMetered
44716d066a2 : Run CtsIntentSignatureTestCases as current user
444e2c0dbcb : Fix testCreateBitmapFromHardwareBitmap for ldpi
176758bfb8e : CameraITS: Skip param_tonemap_mode if contrast_curve mode is not supported
5e4e9530439 : cts: Add ATOLL target to whitelist in the CTS test case
d4d3f672a80 : Handling Null check for ro.product.system_ext.name
dc954237744 : Fix AutoRevokeTest on small screen devices
eb8aef6b857 : [RESTRICT AUTOMERGE] Remove unnecessary tests
1a3672e1c4b : [RESTRICT AUTOMERGE] Remove unnecessary tests
15f5e4c6863 : Add global typeface for CTS TextAppearanceSpanTest
4306d722202 : Fix EncodeDecodeTest CTS fail
07def2da87d : Fix Cts test error
5899c42f0cc : Fix incorrect merge of aosp/1207683
5cc32c9c15a : CtsMediaTestCases: Add copy_media.sh for manual copy
614ddf64825 : Relax directory does not exist check.
b0780bae299 : Undo wrong assert change
5979d0d85d6 : Move primary split root forward when entering split mode
89c80bc75bc : Fix testCpuAbi for 64bit only sys
42af6c778f0 : Remove MediaOutputPanel test for SettingsPanels
b69de07519e : Wifi CTS: Check for tethering support
b7e9581484e : ThumbnailUtilsTest: skip HEIC test if no HEVC decoder
73d01ebbb35 : Camera: fix flaky basic recording test
6260fea883c : Ignore testNoLegacyOnQ in instant app
c57e08f5a22 : Refactor testDisableKeyguard_thenSettingCredential_reenablesKeyguard test to check Device secured/locked status after setting credentials instead of checking for the visibility of Keyguard.
8bf6b9afcef : Revert "Updates CTS tests for MAC address restrictions."
6d2fd6702d6 : identity: Fix for atttestion requirements and how EMacKey is calculated.
ee14ab82c89 : ITS: add cam.override_with_hidden_physical_camera_props()
a696fbf8ff6 : Relax /data/data check in AppDataIsolationTests
7d253c80914 : Make AppDataIsolationTest support other users
1730bc14b60 : Launch some lifecycle test activities in fullscreen
207c85fa735 : mediav2: protect async format change with mutex
66ec4ba9ba5 : mediav2: fix ByteBuffer mode image comparison
cf8aab8ef29 : Increase max_wait_time_ms for low_end device
72e5ece83b9 : Camera: Remove CameraUtils static instrumentation initialization
7acedc90e4c : Rename configureMonitorEvent to setMonitorEventMask
57f02083681 : Fix car CtsVerifier bug
95dc37788c4 : testNotificationDelegate_grantAndReadChannel: extends the wait time to reduce flakiness
53f7c629c7a : miss setPassFailButtonClickListeners() will cause fail button can't handle click event
13245c2521a : Set windowSwipeDismiss to false for several CTS Activities
9a21f38f9ec : ITS: reduce minimum circle size in test_multi_camera_alignment
28630f7b03b : Launch activity in fullscreen for testConfigurationChangeOrderDuringTransition
b307814b431 : Fix the logics to be more flexible in assertSizeAreSane for CtsWindowManagerDeviceTestCases
5211038b243 : Accept tiny pixel bleeding in IME visibility check
eba65b049e7 : Fix testCpuAbi for 64bit only sys
b24da4d9ea9 : Drop shell access from MediaStore_Video_MediaTest
ea19198519e : Avoid including cts-system-all.api as a test module.
cba0253c943 : Wait for 500ms after Spinner dropdown shows to has focus
f1fafb1a799 : WebView: deflake WebViewSslTest for TLS 1.3 bug
440161514fd : Disable Camera Intents test on TV devices.
b3e1b97eda0 : Fix MultinetworkApiTest for instant mode
f50f7b40139 : Fix cect_11_2_6_3_SetValidMenuLanguage random fail
975cad95140 : Fix the display resolution for testExtensionInterface_getWindowLayoutInfo
feb8b8d3b8f : Restart secondary user in background if needed
77077304900 : Disable battery saver test on WearOS
cb2422a44a7 : Fix SplashscreenTests with non-fullscreen windowing mode.
3ff0ebe1a88 : WebView: deflake WebViewSslTest for TLS 1.3 bug
2b41c49ef8a : [DO NOT MERGE] Exclude two Conscrypt methods from HiddenApiChecks on Android 10.
c4fc9427754 : Run SessionReferrerUriTest's device test as current user
b329945802d : Update TestSidecarWindowLayoutInfo to handle Sidecar
06acd675192 : [DO NOT MERGE] fix failure on run cts m CtsDevicePolicyManagerTestCases -t com.android.cts.devicepolicy.DeviceOwnerTest#testSecurityLoggingWithSingleUser
ba9517fa66e : Wait until things are settled to avoid race
3af6b78c6f1 : Exclude TYPE_HEART_RATE sensor type from CtsSensorTestCases[instant]
ab6a0d0bc95 : Fix bugs regarding LocalOnlyHotspot request
d8376605bf7 : Check Wear for legacy notification
8b8cf02b705 : Add assumption failure for CTS CtsProviderTestCases
df77da3c54f : Compare uncompressed profile data.
340165a1e13 : PrivacyDeviceOwnerTest cts fails
a49d2d76b9f : Use ActivityScenario to test onSaveInstanceState
f5ad8a1052d : [DO NOT MERGE] Don't run AutoRevoke on Automotive
e6e09057ddb : Poll permissions output for PackageSetInstallerTest
9591d3a76c4 : Create default folders before asserting their existence
09330cd871b : Support lifecycle CTS on non-fullscreen display
e90595056ab : Do not enforce minimized dock feature to all devices
5771957865d : Apply AppModeFull to BrightnessTest class
af7645a25c3 : Apply AppModeFull to BrightnessTest class
685dd832012 : Use Task Org API to move the task into split
ddb466b1691 : Only check navBar & ime for onApplyWindowInsets
f760f405c96 : Fix config loading in CTS
4d9b3915771 : Fix tapjacking test for when overlay is too large
78726c26727 : Add assumption failure for CTS legacyNotification
632550b9894 : Use device time for validating BlobStore time values
f8f450b4e01 : Remove QS Media Controls Test
e172332dd2c : Move LocationListenerActivity to managedprovisioning/
4b2f8ffd5df : Move LocationListenerActivity to managedprovisioning/
4aacd97342d : MultiDisplaySystemDecorationTests: Use activity bounds for tap
adf3aeb18d0 : Fix testSplitscreenSameTokenOneMissedStop
e532e14d27b : WallpaperManagerTest: Increase accepted variation for secondary color
361df9bd6d4 : Fix UidAtomTests failure
0d35283a836 : Launch Activity in fullscreen windowing mode
505fda72d2b : Cherrypick ThemeHostTest feature detection
71104445428 : Update instruction for CA Cert Notification on Boot test
7658463e83b : Fix the way how test waits for user to get locked
58d56de8f73 : Make HEIF decoding tests optional for devices without HEVC support.
3c1e5bc9660 : Revert "cts: always run heif decoding test"
afdfa0e9496 : Check windowing mode in SplashscreenTests#testSplashscreenContent
7ac4ac68d61 : Fix strict java packages test
07761155627 : Delete testSlicedStateCountMetric
f928abf4831 : Fix test failure for SmsManagerTest CTS test
c4c82227b7f : Fix StorageManagerTest#testCallback for secondary user.
aca38261ac9 : Launch activities in fullscreen for rotation-involved tests
3677bbb91d1 : Do not optimize out androidplot method names by proguard.
ff540178ce5 : Skip WindowInsetsAnimationTest when navbar isnt supported.
5d4f4662e26 : Optimize CTS testTotalSilenceOnlyMuteStreams for low ram device
98c6c8eccff : Add TvSystem to shared-libs-api AndroidManifest.xml
7cb23899e89 : Disable swipe to dismiss feature during accessibility gesture tests
1919ab425f5 : Fix low performance device testNativeCrash
1105323a9a4 : CipherTest: Skip tests on devices without lockscreen
7eb7c18fd4f : Handle R-based extractor behavior on Q devices
25dc9d64079 : Clean up moveTaskToPrimarySplitScreen
dbef471b52b : Check for Batteryless device and drop handhold hack
d8ca00a0009 : DocumentsTest: Make it possible to find GetContent item on ChromeOS
0670f199c0f : Camera: Skip preview checks during 'prepare'
0bbaaa96495 : Add WRITE_CONTACTS to PermissionLockdownTestActivity
a89f41220a4 : Check windowing mode in AssistantStackTests
94fb69f8390 : Restrict the SensorAdditionalInfoTest only to hardware/non-synthetic sensors
71541f21da0 : Revoke/Grant permission for current user
dfca2cc86b1 : Partially fixed CtsScopedStorageHostTest to support secondary users.
32a191ec0f5 : Check for Batteryless device and drop handhold hack
155a0c5a7fb : Specify more config changes to receive
ec786b5997c : More Fixes for CtsScopedStorageHostTest
39feb993cc0 : Camera: fix ISO/exposure time expecations
2c640cae327 : Hide the navigation bar to compare correct values
26347588ddd : Update NotificationManagerTest
6f36d18e85f : Skip testVideoSnapshot for external cameras
116cca64ff8 : Move individually controlled flag check to @Before
39df6cf64d1 : Only run MediaStoreUiTests on volumes that are accessible by apps
60544184791 : MediaCodecBlockModelTest: skip testFormatChange if unsupported
d81f4dd3c11 : CTS: layout transition of imported AHB should use foreign source queue
a16244ac25e : DreamManagerServiceTests: Increase testForceStopStubbornDream timeout
50214ef5595 : Camera: Fix wrong test case enumeration for physical cameras
e8c8eb3e5b3 : Fix NPE in CtsViewTests on wearables
e9f40f1a822 : Modifying Audio capabilities CTS Verifier test to run for STBs
2a68244ae1a : Fix flaky test of LoginActivityTest
0480e3ba45d : Fix for CtsScopedStorageHostTest
d1b9e2f8342 : Fix for CTS LegacyStorageTest
c90c7ddbf72 : Fix for CtsProviderTestCases
c009de6c124 : Changed camera_id_arg to include camera sub id
a125b078bd6 : Launch activities for rotation tests in fullscreen mode.
a959298fd98 : Move WifiSliceTest to a new folder and preset the test environment
a6ac3cac2b4 : Launch test activities in fullscreen
c88fab73525 : Bump timeout in VoiceInteractionTest#testAll
aef0479197a : Fix CTS flakiness
688c424b479 : Set video frame rate for external cameras
bd4245fd403 : Fix CtsNNAPIBenchmarkTestCases fail due to timeout
51165565e07 : DreamManagerServiceTests: Start fullscreen activity before dreaming.
5900ef04a2f : Revert "Preset the test environment for WifiSliceTest"
e14536c8206 : Skip test case that requires home for no home devices
6e2a3d9bd95 : Simplify check for volume mount paths
882800adcdd : Run tests only on VISIBLE volumes that are accessible by apps
cda995d8675 : Bug #1378051 cts: Introduce TTBR0_PAN to kernel config check for arm32
0a773396b1d : Fix to consume the key on TestActivities
335a3353112 : Remove call to setAndWaitForSystemGestureExclusionRectsListenerTrigger()
86cf1945a7c : CTS: Pass in logical display size to test activity
f379e1814ca : ExtractorUnitTest: Do not mandate error for invalid getSize()
643eb41d070 : Fix flakiness in UidMapTests
17c35f88779 : media: EncodeVirtualDisplayTest relax required color accuracy
9832dd55597 : cts: appbinding: install and run Device tests as current user.
c8343379ee0 : Set video frame rate for external cameras
cad32f310d4 : Check support multi-display or not
d0ca98db8e5 : Don't run hotspot related tests if Soft AP is not supported
9264c752461 : Migrate Tethering util functions to CtsTetheringUtils
62a42b9122c : Preset the test environment for WifiSliceTest
c3e2728fd43 : Skip some car CTS in instant model
a0b9609e852 : [CtsVerifier][WiFi] Wi-Fi tests independent of display mode
3f899d3e11e : [CtsVerifier][WiFi Aware] Wi-Fi Aware tests independent of display mode
71a83f4b54a : [CtsVerifier][WiFi Direct] Wi-Fi Direct tests independent of display mode
bda6c105b80 : [CTS] Check Aware feature support before AwareRtt test
835ab1e4fe7 : Fix path for ARM64 in the kSystemPathRegexes
d0e8e7dfd80 : Skip test if the user is not system user
3f6c9db6147 : Bug #1378051 cts: Introduce TTBR0_PAN to kernel config check for arm32
ac1d9b1a01d : Deactivate device admin when the ScreenLockTest is over.
ca930074454 : Deactivate device admin when the ScreenLockTest is over.
a40e654328f : [DO NOT MERGE] cts: Add Mediatek target to whitelist in the CTS test case
75b52a62dd3 : Add SmsManager#deleteMessageFromIcc to hiddenapi-filter.
4e8a61152d6 : Skip CtsPackageInstallerTapjackingTestCases on target watch
15db3389985 : Skip CtsNoPermissionTestCases25 tests on target watch
ba6743bbffc : Pinned stack tests default windowing mode
0e5ec21dd82 : Consider recents availability in PinnedStackTests
f867af9869f : Fix cts fail for LoginActivityTest
49f6f8a335d : CtsVerifier: Disable Biometric tests for Automotive
700d5f1452a : Bump some timeouts in UidAtomTests
9412d90f563 : Run the auto-revoke job twice
74a829b13c2 : WifiManagerTest: Fix usage of first saved network
fc2d074b90e : Use same dataUsageTime instead of currentTimeMillis
ae91496c27c : Fix MultinetworkApiTest for instant mode
7761ad494b4 : Fix Supported Video Size for QHD video test fail
9cd3d289274 : Skip multi display wallpaper test on no supported devices
3dd05656bfa : Fix cts failure on PinnedStackTests for waterfall
72d34755376 : Skip to check H.265 HEVC decoding support for PC devices
26a9c26410a : Fix to consume the key on TestActivities
71fd682a9ee : Clear override bounds when putting task into splitscreen
eb2865c2b69 : Check if headless system user for UiModeManagerTest
e9710a87ce4 : Tune UiModeManagerTest CTS for automotive device
aab22ebff6a : Removed the test
9eb3fcb72c2 : cts: Add SDMMAGPIEP target to whitelist in the CTS test case
866244e99ec : Disabled PermissionTest when backup is not supported.
e6face15b47 : Fix biometric CTS-V string
e59d7b2bfaf : Skip KeyguardLockedTests#testDismissKeyguardPipActivity
60b2ebed008 : CameraTestUtils: Fix bad copy when dst has larger stride than src
9190e2a680c : Add wait time to load_scene.py
6891071e1e3 : ImageWriterTest: Dump first input image
c98038d013b : ImageWriterTest: Align file names with failure messages
b72db898730 : ImageWriterTest: Fix misleading failure message
2de83102b86 : Rewind buffer before use in getDataFromImage()
6202508c561 : cts: Add Mediatek target to whitelist in the CTS test case
4dc4c06ec7c : Bump monkey test actions amount
ea3646f2119 : Check fullscreen window mode in 3 KeyguardTransitionTests
23c2b8aec0b : wifi(cts): Pick the last saved network for testing
9b64e8a54c5 : Check windowing mode in AssistantStackTests
f0b8500f4b9 : Calculation overflow in NativeCodecEncoderTest
8f392d6bf2a : Add check to HDR tests
3585780bab5 : wifi: Fix DPP CTS failures on 5GHz only devices
a2d7906e0e8 : Explicitly set FULLSCREEN win mode in launch options
ff999444569 : Use target context in pip activity test
067a30a01fa : AdaptivePlaybackTest: use CopyOnWriteArrayList to avoid ConcurrentModificationException
3442a5fe3c6 : Fix GraphicsStatsValidationTest
7fb965904fb : Disregard the API list a method/field is a part of when checking if it is part of the filter list for hidden APIs.
da9df9f9ec0 : Test that WindowContext is able to bind service
4f264e109d0 : Rewrite WifiSliceTest for multiple assistant apps.
e76f57e273c : Rewrite WifiSliceTest for multiple assistant apps.
2a983ffb32a : AdaptivePlaybackTest: add timestamp to mRenderedTimeStamps before releasing buffers
30a17585c26 : AdaptivePlaybackTest: dequeue output buffer until timeout
c774d131dd2 : fix coordinate calculation of AccessibilityWindowReportingTest to support window mode.
68d773726cc : Check windowing mode in SplashscreenTests#testSplashscreenContent
92c048019ab : Use target context in process tests(cherry-picked from android 11 branch)
1b2b1ab20c1 : Add android.permission.INPUT_CONSUMER permission
d65f498b57f : Add first api judgement for quiescentBoot test
4dc5b0fa72d : Revert "Test that presentation not dismiss after display resize"
93bfcb4d528 : Wait for home screen state before dismissing dialogs
5671bd99654 : Revert "Test that presentation not dismiss after display resize"
5f334535024 : CTS: Pass in logical display size to test activity
9d2fc1376f3 : Tune up TIMEOUTs of IPSec CTS for low end devices
b20a5a12fb4 : Make com.android.cts.verifier.admin and com.android.cts.verifier.managedprovisioning single_display_mode.
28186a81e78 : Skip NavBar and StatusBar test on PCs
b6123ee5402 : use startUser() with wait in CtsDevicePolicyManagerTestCases
6a00c691c55 : The screenshot should take after the activity recreate finished.
82dca34464d : Skips the selection if the cursor is already there.
651f093e1d3 : Flagging "multidisplay" ability in audio CTS-V tests.
e45ad89f731 : Flagging "multidisplay" ability in audio CTS-V tests.
503f60218fd : media: fix video encoder case for MediaCodecTest#testException
788cab3925e : Allow GPU profiling app to query all packages.
a44f93f7f77 : Add freeform considerations in TransisitioSelectionTests
316b31571c0 : Make com.android.cts.verifier.admin and com.android.cts.verifier.managedprovisioning single_display_mode.
129c2f49b9a : Updating Test to check for Dolby Digital and ignore channel count for Atmos.
18c1c000eea : Fix cts failures for ManifestLayoutTests
b596ccd2088 : Disable Auto time in TimeChangeTests
6ccb623784a : Disable Auto time in TimeChangeTests
974aeb56fac : Fix flaky LoginActivityTest#testAutofillManuallyAlwaysCallServiceAgain
1ddbcd7f6af : Add display_mode filtering for DisplayCutout CTS-V
06fede63a11 : Set appops to MODE_ALLOWED for android.server.wm.cts
a9d116416cf : Add GLES2 compat for GL_RGB565
3d85dfbacef : Raise the theshold of TV devices up to 1.5GB
6aed732ba41 : Fix GraphicsStatsValidationTest
db006214d78 : Freeform non resizeable activity fallback bounds
dad6ca15553 : Raise the theshold of TV devices up to 1.5GB
c596b0e6793 : Remove spurious file.
f513de8da44 : [cts] [tagging] Work around development platform variants.
289e5bbd30b : Fix WindowInsetsLayoutTests & DisplayCutoutTests for waterfall
b7cdd4fb2ad : fix CtsDevicePolicyManager for device of non-support voice
3a09e4b9ff8 : Fix WindowInsetsBehaviorTests for waterfall
85b3cb310ed : [RESTRICT AUTOMERGE] Allow INPUT_CONSUMER permission to be added early
205907930c5 : Updates hidden api CTS tests to filter out APIs we are moving to the non-SDK API list.
271af4e2d3f : Skip some CipherTests on devices without secure lock screen
8f3ef494fba : Don't require a package holding MANAGE_DOCUMENTS permission
ceae7aa514d : Update the QUIC packet format.
5b4773a91b9 : Update the QUIC packet format.
0dc4471de7c : Skip testAddingImmersiveWindow on Automotive
f762bd55745 : Check windowing mode instead of divider window to verify split screen
ec75a0c3532 : AudioManagerTest should pass if app is bypassing DND
2927b638a17 : Camera: Query external camera before opening the device
7da718c886a : Camera: Query external camera before opening the device
6969f813f72 : Backfill display_mode configuration for all the tests without the configuration.
1022cf48d2b : [RESTRICT AUTOMERGE] Modify ActivityTransitionTests to test activity transition
bcaf7b21a8a : Remove H.263 clip from StreamingQuality Test
509b01608dd : DO NOT MERGE: Bump CTS Verifier version to 10_r7
28d0cec8a6b : DO NOT MERGE: Bump CTS Verifier version to 11_r3
907be520c59 : Backfill display_mode configuration for all the tests without the configuration.
359e48e9fa3 : Add display_mode filtering for sensors CTS-V
c0606680c87 : Fix cts fail for DisableAutofillTest and SimpleSaveActivityTest.
6ffc5cd7795 : mMinDistanceMmSet should be checked only for RTT enabled devices.
19aabd794b4 : Add display_mode filtering for streamquality in CTS-V
b1b411caac8 : Remove non-policy check from autofill CTS
e985905c0de : Make the notification visually different each test
03a8b6a039f : Add 2K and QHD in CamcorderProfileTest
fa833fd552c : Get serial number after receiving attached intent
b20b5f10b95 : android.provider.cts.SettingsPanelTest#wifiPanel_seeMoreButton_launchesIntoSettings
0f403764ae1 : Add EDI for WM Jetpack version and display features
8a3eed68c2c : Refactor the Jetpack test utils
57a20379ff2 : Add EDI for WM Jetpack version and display features
1e99b05866e : Fixing AccessibilityTakeScreenshotTest failure at low ram devices
4fefabc62f7 : RESTRICT AUTOMERGE: Remove bad appenumeration test
c3ca7fe5a92 : WindowInsetsLayoutTests: Launch TestActivity in fullscreen mode
ac3f69bc048 : Add CTS Test for AndroidException
c00da692a88 : Fix testFixedOrientationWhenRotating.
a033cfa7f77 : [RESTRICT AUTOMERGE] Revert "[RESTRICT AUTOMERGE] Disable USB device test as it makes a wrong assumption"
ea1f7a580d0 : Refactor the Jetpack test utils
3281cae6f36 : Consider multi-window envs in ActivityTests
57c5b02c45e : CTS: Ensure CONFIGURED_NETWORKS_CHANGED_ACTION broadcast doesn't include WifiConfiguration
f2aba53689c : WindowMetricsTests: Record layout bounds in screen coordinates
09b9ea21d5d : [CTS] [Tagged Pointers] Fix `user` builds.
96192fd7f9e : Restore location mode after CTS test
fce64e84514 : Add display_mode filtering for streamquality in CTS-V
6384c2714c6 : DialogTest: Fix event handling and selection method in testContextMenu
c543f751a5a : MultiDisplaySystemDecorationTests: Tap the center of the test activity
db05fd1c9f4 : Disable __progname test for native bridge
3bc656fc71d : Add display_mode filtering for sensors CTS-V
33eb7b5b338 : Fix TestTaskOrganizer's handling of root splits
cdc46f125be : Skip checking CamcorderProfile for external camera
15fc0fb8cbc : Camera: Update CtsCameraUtils makefile
8ae0c120e7a : Set video frame rate for external cameras
7f36c43261e : Use preferred preview size for Camera preview
1ffa1adbd44 : Check correct camera if it is external
053d5c98f8e : Avoid checking focal lengths for external cameras
9f18dbc4c4c : Ensure existing activities will stop after launching a new task in multi-window envs
bd4aef5cd28 : Get serial number after receiving attached intent
ceb6724a633 : MultiDisplaySecurityTests: Use absolute location for tap
ea3bbe9198d : Do not run CtsOmapiTest and CtsSecureElementAccessControlTestCases* instant mode
b63987b4b37 : Change CtsAssistTest to support display cutout
35bf86a7257 : cts-verifier: Fix BLE CocSecureServerTest/BleSecureServerTest for chipsets where ble multi adv is not supported
12b8055012c : Add inverted IMU option to CTS verifier RVCV
c6c6fcc4271 : Adding bounds checks on matching MIDI input/output streams.
5be2867ec86 : Adding bounds checks on matching MIDI input/output streams.
dc21a913a0c : Change to assumeFalse for testing multi-window callback on Freeform.
bac14b85bc5 : Launch activities in fullscreen in AssistantStackTests
f3e4d79e1d6 : Launch insets CTS test activities in fullscreen
6927a2cc9c9 : Fix/clean up WebSettingsTest.testAccessAllowFileAccess
f2e9c7974f5 : Update testGetPhoneCount for data-only devices.
dda478a41e3 : WindowFocusTests: Refine calculation of tap locations
0b676d07801 : Add abs_diff & rel_diff to test_dng_noise_model.py logging.
6cfbc98283c : Adding bounds checks on matching MIDI input/output streams.
d105e1d982b : AppConfigurationTests: Launch the test activity in fullscreen.
146102190fb : Update UndefinedGroupPermissionTest to find dialog by deny button on automotive
0f216b3f37c : Exempt apk-in-apex from privappPermissionsNeedToBeWhitelisted
e9fee8b2e2b : Adjust split-screen tests to work on non-fullscreen-display devices
105981c66f0 : Fix PackageSetInstallerTest for multi-user
42f5aaf073c : Fix testTurnScreenOnAttrWithLockScreen fail
903ddf93110 : Adding bounds checks on matching MIDI input/output streams.
57f67f12863 : DialogTest: Disable testTouchEvent for Wear
cc5ccb50a10 : Reduce flakiness of testActivityStoppedWhileNextActivityNotIdle
e3f993854b7 : [RESTRICT AUTOMERGE]Workaround for moveTaskToPrimarySplitScreenAndVerify
2840eb1ae08 : [CTS] Remove battery related test cases on TV
d2b10807bbe : Camera ITS: Fix test_multi_camera_alignment failed
311799e7c3b : Update testCellIdentityNr and testCellIdentityLte
12984020bcc : [CTS] Add Dock mode check rules
32a13f6857e : Fix EncoderProfileLevelTest: Remove HDR profiles for vp9
b825aff1357 : Ensure PackageInstallerSessions are abandoned
b04e18aec79 : cts: Add Lagoon target to whitelist in the CTS test case
d51edeb8318 : Not expect the screen to rotate on close to square device
a32d7c50c5d : [RESTRICT AUTOMERGE] Skip Bluetooth LE Secure Client Test on Automotive
22b53ff7a2b : Skip GnssMeasurement/NavigationMessage CTS for Automotive OS.
21b4d426d54 : Fix ActivityLifecycleTests to correctly get current user rotation
7dc55d42821 : Revert "Add android.permission.INPUT_CONSUMER permission"
829411791ea : Send broadcast as foreground broadcast during boot up
aa594896477 : Ignore orientation test when display close to square
2bb1cb89f17 : Not expect the screen to rotate on close to square device
4b3fe6c6e69 : Disable CtsRollbackManagerHostTestCases with native bridge
1693e462c43 : Disable CtsStagedInstallHostTestCases with native bridge
b96d62f31c5 : Ignore orientation test when display close to square
b5ae794a22b : Updated Backup OWNERS.
4846f5fcf2b : Uses RequiredFeatureRule to skip tests that don't support backup.
09dc99e8804 : KeyguardInputTests: Check lock screen availability
7f25a5091d5 : Fix testTotalSilenceOnlyMuteStreams
f396bffb8a5 : ActivityViewTest: Tap the center of the embedded activity
03781e87d8f : Delete a contact after testMatchesCallFilter()
fe9e158d03a : Launch activities in fullscreen in IntentTests
45d154e9b1a : CtsVerifier: update the checking in Nfc transaction event tests
ceab29f141e : Fix Keymaster returns KM_ERROR_UNSUPPORTED_DIGEST for SHA-2 512.
49df905d474 : Fix impassable additional info size check
fa15f6c2d5c : Mark the HingeAngleTestActivity as non-resizeable
c7698c0482f : Do not run CtsOmapiTest and CtsSecureElementAccessControlTestCases* instant mode
eac9bddd94b : Camera CTS: Fix cts testZoomRatio failed
d49fc11d3d0 : cts-verifier: Fix BLE CocSecureServerTest/BleSecureServerTest for chipsets where ble multi adv is not supported
92f090dfe7a : Remove LocaleListTest#testRepeatedArguments
9390fa136ce : Remove LocaleListTest#testRepeatedArguments
a3b014cb8b3 : Update testGetPhoneCount for data-only devices.
80f9f2cfb54 : Restart secondary user in background if needed
139b1934f2c : Make test requirements consitent with CDD
f9442a2353b : End suppressing blocking for SmsManager#testSmsBlocking()
5a8a9496e47 : Avoid trigger Battery test when there is no battery
212b82fbbdd : Skip some car CTS in instant model
680d49e9083 : Use ActivityScenario to test onSaveInstanceState
9111edf8313 : Use KEYCODE_SLEEP to send device to sleep.
24c3cefcbe9 : Use fullscreen task to test orientation request
ca9a7fc7c81 : Fixes CTS use of forceQueryable attribute
75998e46013 : ForceQueryable should be only for system apps
52dcb944e65 : Changed testSecondaryUser to use a full user.
d7b4c9990f2 : Skip testVideoSnapshot for external cameras
80da4ca08ee : Skip checking CamcorderProfile for external camera
98375f88dd7 : Set video frame rate for external cameras
e683b4a0bbc : Use preferred preview size for Camera preview
ef10ef25df6 : Check correct camera if it is external
6bcfb542223 : Avoid checking focal lengths for external cameras
fd99899ead7 : Revert "Add dedicated host side tests for permissions and appops"
17d2cb00518 : Revert "Test package/permission cache invalidation when INTERACT..."
09a5fd80e9e : Reference vulnerability sysfs entries
cf3476c07cb : alarm-test: double the timeout for negative wakeup time test
1eba43c8ab1 : [DO NOT MERGE] waitForIdle after each UI click
24773bd704c : CameraITS: Validate light inside of ITS test rig.
9555cc587db : Revert "Add dedicated host side tests for permissions and appops"
6275fb036a6 : Revert "Test package/permission cache invalidation when INTERACT..."
f2c064ee09c : Camera: Increase AE timeout in DngCreatorTest to 3s.
e0a2fd2ac33 : Disable MediaMetricsTest with native bridge
b2ae07cd107 : Enable foldable test plan
5b85a7f0adc : Enable foldable test plan
aa674ece2cf : NativeMediaDrmClearkeyTest: convert "file://" URL to fd
3d6b656b0e6 : Use KEYCODE_SLEEP to send device to sleep.
d41cea6a26d : Don't verify decoder output timestamps for interlaced encodings.
26516c44060 : Make AccessibilityWindowReportingTest consider perDisplayFocusEnabled.
0ea8435923c : WallpaperManagerTest: Increase accepted variation for secondary color
8b04f792ca8 : KeyAttestationTest: updating SecurityLevelDependentParams()
db26dac84fa : KeyAttestationTest: updating SecurityLevelDependentParams()
9f6f590bcbb : Hide retry button when the pass/fail button appear.
4c909395aa6 : mediav2: Check PC formfactor in isHandheld().
5b543943157 : PinnedStackTests: Support devices whose default mode is not FULLSCREEN.
cdcd9d4c50c : Increase wait time to handle low end devices and modified dispatch timeouts
bc72422c881 : Add test for PermissionManager.get/setRuntimePermissionsVersion()
c40c8be3ae9 : Limit testEGL15CreateDebugContext to Android R
9014f54e659 : Create CTS-Verifier test for Automotive Garage Mode
ccb677686f7 : Add OpEntry.getOpStr test
3531fc45e48 : fix CtsVerifier for device which does not support voice
5b9966ffead : fix the problem that there is no ime window in the screenshot after 'ime reset'
c40ace6ff04 : PinnedStackTests: Start PIP test app in fullscreen.
722eca5e66d : CTS WifiManagerTest#testSave: find currently connected network
9177e8fa41f : Check support multi-display or not
b1151351e30 : Wait the private storage stable before running AdoptableHostTest
6c2287a821a : Change default launcher based on foreground user
839a7a91619 : Skip unsupported hardware for testB141603906
ce4a9da74ca : Fix failing testForceDark_rendersDark test
16a726d6a23 : Do not set incorrect SMSC address
d1f318637be : fix CtsVerifier for device which does not support voice
c4051269aa8 : Fallback to UiEvent for testPictureInPictureState
de7e2447b36 : Adding CTS tests for setLanguage and setAudioAttributes TTS APIs
b0f7c777b8d : CTS Verifier shouldnt be backed up, as it causes issues with test when device is restored.
c34deb9449c : Set proper check for Dream service to be enabled before the testing.
c8d7c35bbca : Relax Audio Capabilities CTS test. Allow user to choose if device support Dolby Atmos and skip all tests if it doesn't.
213d57f0d8a : Camera: Use sesion parameters for PerformanceTest
03b28714e9a : DO NOT MERGE: AudioTrackTest: Set WAIT_TIME_MS = 500 ms
9a6fbe73052 : Revert "Updates to CtsAssistTestCases for devices that support non-standard Windowing Modes"
7a142211d92 : CameraITS: force sensor physical size to float
6eeaad7f2cb : SELinuxHostTestCases use VintfDeviceInfo
438277dc892 : Bluetooth: Accept Android TV advertising
3f783a23631 : Bluetooth: Accept Android TV advertising
098eeb025c6 : EncryptionTest: allow TV exception prior to Android Q
199ff3127c7 : Use Files uri to getStorageVolume in testUpsert & testUpadateAndReplace
a57068d95b3 : Increase timeout for blobstore session commit
7331b1f435b : Check for target watch in StatusBarManagerTest
91339183640 : p2p: reset response object before using it
c0913ab64e3 : Launch activity in fullscreen to ensure the target activity is hidden
ce6a30d58a5 : Consider multi-window envs to calc the center of display
62a281c8f28 : Exclude slices-disabled devices from SlicesProviderTest
2c8f8189a6c : Skip CTS testClipToScreenClipsToInsets landscape test for device not support landscape orientation
003e19e9456 : cts clearkey drm tests: handle local content
e0619abe3f8 : Ignore InsetsAnimationSynchronicityTests for now
797ebb9e842 : Exclude testUnusedApp_getsPermissionRevoked on aosp_tv
a9d4c36ca09 : Deflake AutoRevokeTest: run the job multiple times
ec7242165d5 : Wait for screen orientation if launching app changes orientation
aa9ac5ea236 : Avoid non-closed closeable from other tests
835f86c1f41 : Add android.permission.INPUT_CONSUMER permission
5956dd8ed9d : TouchDelegateTestActivity: Record locations in window coordinates
ae299e1c72e : DO NOT MERGE: Bump CTS Verifier version to 11_r2
bc1b78db5bf : Update AudioTrackSurroundTest to match CTS 10 version
aaec5b12dd5 : [Tagged Pointers] [CTS] Change system check to be on-device.
4635a276ab7 : [CTS] AuthBoundKeyTest#useInvalidatedAuthBoundKey: Clear all pins that were set.
62fcfd40169 : Skip CTS testClipToScreenClipsToInsets landscape test for device not support landscape orientation
f547faccf10 : Some OEMs to not differentiate between subs for global settings
751e3fc58e5 : Allow-list CREATE_REMINDER action.
88e3336d96c : Go to keyguard after setting lock credential
4d59a5b99b1 : Obtain WindowInsets constructed with correct window frame
93ad978f3c1 : DialogFrameTests: Fetch insets from UI thread.
5dc1e570a77 : Set Color Aspect in EncodeVirtualDisplayTest
f523293c7a6 : Replace display bounds with taskbounds in SplashscreenTests
aba04b6c422 : [DO NOT MERGE] Fix failing testSlicedStateCountMetric
4eb01b946e6 : fix the issue that 'PreferenceActivityFlowLandscapeTest' is not finished
b0b249e927f : Run previous action when failed to read ro.vendor.build.version.sdk
efbe3472955 : CtsVerifier: Don't add ITS activity in case of emulator
759922c3a5d : Camera: Copy and compare for interleaved U/V rows
447c364159c : Deflaking GraphicsStatsValidationTest
5f80171dcf2 : Remove testing for permission behavior fixed after R release.
4112776e384 : Skip KeyAttestationTest#testEcAttestation (and testRsaAtteststation) on the emulator.
c99a9c65eb7 : Skip permission tests for ind. contr. permissions
58c92400bac : Remove build flavor check from build fingerprint test
408d1cf1f30 : ApexEnvironment: add CTS test
38da1bc0d72 : CTS Verifier shouldnt be backed up, as it causes issues with test when device is restored.
532378f4769 : EncryptionTest: allow TV exception prior to Android Q
15648719454 : Skip testAddingImmersiveWindow on Automotive
770536b8e71 : Safety use private resource "config_biometric_sensors"
35e28d5a0f8 : Skip bubbles tests for PC
59daed4d9a2 : DO NOT MERGE: Remove scrollToBottom for automotive
bdc0cc5f3c7 : Update range tests for automotive sensors
c0f2a855bdd : Improved NumberBlockingTest so it's more lenient to changes on 'dumpsys user'
b5aea8e63ca : Remove INFO_DRIVER_SEAT property check from cts
83158fa4c2b : cts: Add SDMMAGPIEP target to whitelist in the CTS test case
a2894032771 : Skip KeyguardLockedTests#testDismissKeyguardPipActivity
f2388b96c12 : CameraITS: force sensor physical size to float
51319cb7b49 : Make sensor parameter range test for proximity optional
57b091a0226 : Multi window in UsageStatsTest#testAppLaunchCount
45b33bc9edf : Include Android Automotive in key attestation eligibility assumption
b2340a34db2 : Update instructions of "BYOD Managed Provisioning"
53e8fd7db6a : AudioManagerTest: Fix muted state processing
570c27e1cfb : AudioManagerTest: Check original mic mute state before test
97174dd6196 : Updated WifiManagerTest to ignore automotive, as automotive does not support scanning.
9a799957051 : RESTRICT AUTOMERGE : Fix the CTS#testPermissionGrantPreMApp
8aacd6bed05 : RESTRICT AUTOMERGE : Fix the CTS#PermissionGrantDelegateTest
750413c175c : Skip test if the user is not system user
4dab036acc9 : Disabling password complexity test for automotive since the feature is not yet supported.
dad5e1b4c32 : Skip GnssMeasurement/NavigationMessage CTS for Automotive OS.
362c3efc3f6 : Don't require a package holding MANAGE_DOCUMENTS permission
f5deb0acee1 : Reduce flakiness of testForceStopPackageWontRestartProcess
cba0eef69f1 : Provide AudioTrackSurroundTest#testPlayIEC61937_* with valid data
3ed66403204 : DO NOT MERGE Update PreferenceActivityLegacyFlowTest to wait after activity recreate
e43b998b828 : Handle empty results in CtsDeviceIdleHostTestCases
786bf8a9e04 : Add explicit notification cancel to delegate tests
de3069f71a1 : Revert "Add dedicated host side tests for permissions and appops"
be5410d4ed4 : Restore the maximum number of columns of test list foot button
b433f674cbe : Fix test failure when individual permissions flag is set
3a80ded8f34 : cts-verifier: Add Toast to biometrics non-availability
1694ae40f8d : [RESTRICT AUTOMERGE] Remove unnecessary tests
b859ceda2a5 : Use absolute coordinates for injection
8093529c2f3 : Backfill OWNERS for CTS module CtsKeystoreTestCases
b9839fe8e59 : Fix for #testCreateAndManageUser_StartInBackground_MaxRunningUsers
907e2455378 : Add a few more OWNERS
c759cb4ec47 : Remove CTS test CarTrustedDeviceTest
05216b002a5 : Deflaking GraphicsStatsValidationTest
bf6869f4d80 : Fix testEcAttestation_DeviceLocked on emulator.
c8e3dc1d2a6 : DO NOT MERGE Fix the CTS#testPermissionGrantPreMApp.
f896f195a91 : Make finding buttons by text search case-insensitively
7d3d91e66d5 : Fix null pointer exception if partial meta doesn't include some keys
59c0a565596 : Skip testDeviceCalculatedPowerBlameUid on no battery device
11336e91a24 : fix CtsAppTestCases for device of non-support voice
e34a2c04250 : Handle non scrollable UIs
b734c40d179 : testAlwaysOnVpnUnsupportedPackageReplaced failed during cts test
a478c512137 : DO NOT MERGE: Bump CTS Verifier version to 10_r6
b6424b263a5 : Exclude tests that are applicable in AAOS from CtsVerifier app.
ff2f0027b54 : fix failure on run cts m CtsDevicePolicyManagerTestCases -t com.android.cts.devicepolicy.DeviceOwnerTest#testSecurityLoggingWithSingleUser
7d92dfc4d95 : wait for secondary user initialization complete before test
2e10f28280a : fix CtsTelephonyTestCases for voice call non-support device.
834f0434fcd : Updates to CtsAssistTestCases for devices that support non-standard Windowing Modes
16b19cbc006 : The low-end machine has poor performance, cause some cts with high performance requirements fail
b32cd5a8bca : Increasing the time timeout Multiuser test.
6fa0df9701e : Remove ManagedProfileTest#testCrossProfileCalendar
0b5a730b114 : Add FocusLossPreventionService for Bluetooth HID Device test
346965d31ef : Revert "fix CtsTelephonyTestCases for device of non-support voice"
b3fafc93a52 : Deflaking PermissionHostTest
7b59e6d13c6 : fix CtsCarrierApiTestCases for device of non-support voice
161c128aeb0 : fix CtsDevicePolicyManager for device of non-support voice
3c35386af58 : fix CtsTelephonyTestCases for device of non-support voice
7f056d80993 : Update test to only work with sMutableColumns.
117850644ed : [ITS][Scene1] Disable AF in Test DNG Noise
93a56dd7693 : Updating allowed keymaster versions
ba719bcfbc7 : Cherry-pick owners file from master branch to android10-tests-dev
8e8cb0b6cf7 : Fix CtsSecurityTestCases test_cve_2016_2499 fail
28f3e298edd : Enhance CTS-Verifier to detect and record whether the test item is automated.
35f3102caf4 : Fix GraphicsStatsValidationTest#testBasicDrawFrame
ab9363b105a : Updating surface validator code to limit validation to actual app content
b10fab1f30f : Fixed CtsProviderTestCases for external SD card.
3767da75bfa : RESTRICT AUTOMERGE: Add android.intent.action.PACKAGE_UNSUSPENDED_MANUALLY for Digital Wellbeing
c29fb862f89 : CTS: check for AHB support if needed in the Vulkan tests
6f592172158 : Add OWNERS file to tests/tests/provider
6339ec3b703 : Skip tests for systems which use individually controlled permssions
4bcbe86d53f : Fix broken lock task tests
238ab24ef71 : DO NOT MERGE: Update CTS for permission dialogs on Automotive
9c5e09e7512 : Revert "Make sure that the LockTaskUtilityActivityIfWhitelisted was started."
2827c7fa62c : CTS fix test for Android Security CVE-2016-2499
72ff9d930ee : Wait for user started before running device testcases.
47dde3078c7 : Use stageFile() when preparing media files.
2e8c8cda41b : RESTRICT AUTOMERGE : Fix the CTS#testPermissionPolicy, CTS#testPermissionMixedPolicies, CTS#testPermissionAppUpdate
4f7b342918c : Add a back arrow in test activitiy.All test activity will have an option to back to upper level. Bug:152685192 Test: manual test on Emulator
ddd855ca082 : RESTRICT AUTOMERGE update testGetMaxSupportedInstances logic
85c801473c5 : Skip cts test:testDeviceCalculatedPowerBlameUid
d78763b18e7 : Fix CTS#testCrossProfileCalendar
9b02e0f6f48 : Fix syntax error introduced by aosp/1332957
0b3382a1e13 : Skip the testGetAudioPresentations if the device does not support AC4
ac848147fac : WebView: relax assertion in WebViewClientTest
293aa781bcb : Reduce text size to support smaller devices.
6acf1719996 : Fix "Permission denied" issue on some devices.
a1870b944cd : Exclude TV device as a target of Screen Lock test in CTS Verifier
cf349d6665a : fix removeUser failure due to slow broadcast processing
c2b03c10e52 : CtsStatsdHostTestCases.android.cts.statsd.atom.UidAtomTests#testWriteRawTestAtom failed due to out of order of the packet transmission
dd982c4778d : Improve robustness of thumbnail color checks.
1175390398b : Remove BatteryStatsValidationTest.testPowerBlameUid.
603cbfa60bb : This is a cherry-pick from qt-dev branch. Remove the report view icon Bug:157195530 Test: manual test on Emulator
f02f35821e9 : fix case test failure before secondary user is unlocked.
5234837fa4d : RESTRICT AUTOMERGE Adding MANAGE_COMPANION_DEVICES to permissions to skip on older versions of the code.
1d0e9f8f2a4 : RESTRICT AUTOMERGE Prevent accessing companion records from arbitrary uids
8358390fdfc : SystemFeaturesTest: Backport FEATURE_CAMERA_CONCURRENT
4c885d07f56 : Add step for wait for broadcast idle at CtsDevicePolicyManagerTestCases test
35047c65f07 : Skip notification bubbles CTS tests for automotive
85df0868e65 : CtsVerifier(wifi): Allow user to specify ssid + passphrase
e4312458fc3 : Don't skip Ec and Rsa Key Attestation tests on TV
33e3811072b : Update CtsPreferenceTestCases to prevent test app will fail when navigation bar is in bottom of screen in landscape mode
f7c1d7f1b0d : Fixes possible NPE when settings are missing
0be94991274 : cts: Add Lagoon target to whitelist in the CTS test case
90e4b840cf4 : Increase WatchUidRunner timeout to 10 seconds.
b3b0721e64d : Revert "Prevent accessing companion records from arbitrary uids"
a71f04cfbdc : testInstallCaCertLogged failed during cts test
67013d9fed0 : Camera ITS: Fix test_multi_camera_alignment failed
8dcdc314dd9 : Use getRealMetrics for screen configuration tests
6800cb6d352 : fix "Backup deactivate failed" due to secondary user remove slow
583567e07f4 : [Cts-Verifier]Add delay before release network
7de87b4c813 : Skip dataset setting if the feature is disabled
5ca70499890 : Modify the way to assume navigation mode in CTS.
02a8e1ecba9 : cts: OpenGlEsVersionTest - do not require non mandatory extensions
ab7c6baaca4 : [RESTRICT AUTOMERGE]: Bug fixed for CTS failures on CtsWidgetTestCases
131f5a6f972 : Call super.tearDown() as well
629590e4db5 : Fix AudiblyAlertedTest in CtsVerifier
5a0f8772093 : Camera ITS: Fix test_multi_camera failed
72334f12f7d : Uninstall implicit, dex, and perm test apps in tearDown
836ed02fc3d : [RESTRICT AUTOMERGE]: Bug fixed for CTS failures on CtsAppSecurityHostTestCases
7b17756797e : Revert "Master is now S"
1655421da56 : ITS: remove 2x application of distortion correction parameters
de8ba259db7 : Disable BatteryStatsValidationTests.testConnectivityStateChange
acc4377e52b : Update OWNER for CtsDevicePolicyManagerTestCases
c3966c75e5f : Fix "Permission denied" problem due to permission update slow
181cb246ab0 : The low-end machine has poor performance, cause some cts with high performance requirements fail
f1a9e6a30a2 : RESTRICT AUTOMERGE Relaxed constraints of scrollTextIntoView in BasePermissionsTest.
a2db13b95d8 : Add device configuration reporting to EDI
3219fbfe500 : Fix testForceStopPackageWontRestartProcess fail for low ram device
f85e290030e : Fix cts test for testProcStatsPkgProcStats
2255f013086 : Fix cts com.android.cts.devicepolicy.ManagedProfileTest#testLockNowWithKeyEviction
ed6f828cb36 : DO NOT MERGE Skip Data Saver "unsupported" test case on supported device
b127c4f3489 : Fix error message in RestrictBackgroundNetworkTest
033c7834bd9 : cts: Add SM7250/SM8250 targets to whitelist in the CTS test case
7e2e1e61d98 : Skip testRsaAttestation_DeviceLocked on emulator.
e82129445d4 : Fix tests for rotation 180 with cutout
41b85fb5718 : RESTRICT AUTOMERGE: Camera: add 16:11 to AR_CHECKED
f1daeb2c43c : Prevent accessing companion records from arbitrary uids
170e710edc2 : Fix testMediaCodecActivity
975b18a43d0 : DO NOT MERGE: Bump CTS Verifier version to 10_r5
1e7e3086ce5 : Update ContactsContract_Wipe#testDatabaseWipeNotification test.
de7ac2280ab : Fix broken ProcStateAtomTests CTS tests
84265ccf6aa : Fix broken ProcStateAtomTests CTS tests
e6855ebbd97 : Changing the lower bound of FOV for ITS test.
5aaa17c3ff6 : Remove exception conditions of FEATURE_CANT_SAVE_STATE
e2729130576 : DO NOT MERGE: Collector implementation to extract sha256_cert.
358bfa062f4 : Skip rotation test if rotation not supported
e0584e311da : Revert "CTS Tests for sonivox bugs b/68664359 and b/110435401"
b1e06d11a97 : Revert "Sonivox: add CTS test."
2d0bb8ef878 : Revert "sonivox: fix hang caused by bad meta-event (cts)"
e8e2309f5db : Revert "CTS test for Android Security CVE-2018-9525"
2add8863d79 : Make ContentSuggestionsManager and AppPredictionsManager tests pass
976870c8aee : Disable notification usages test for AAE
bffe7f0d08b : Fix the cts-on-gsi#testLockTaskAfterReboot&&testLockTaskAfterReboot_tryOpeningSettings
52ca1eaccc3 : Fix JniStaticTest#test_linker_namespace on non-native (foreign) architecture on Android Q
7a854c7332c : Increase waiting time to 5s
16e6a9db560 : adjust for test method changes in result XML reporting
15e0e0c8491 : Fix getting Settings package from managed profile
3f469bd6fba : Assign return value to fix wrong match sizes
4518709c7ba : Fix for the test failure due to killing AccessLocationOnCommand service during CtsPermissionTestCases test
f5985993cd4 : Fix for testInputUnbindsOnImeStoppedInstant
7139620aa80 : Avoid PixelCopy timeout on some devices
8e992996bdc : Updated ScanningSettingsTest to ignore automotive, as automotive does not support scanning.
52237125910 : Destroy surface after collected test result for testReparentOff
0f89f6f72cc : Camera ITS: Fix its execution failed
783da8a03e1 : [DO NOT MERGE]Fix to return BIOMETRIC_ERROR_NONE_ENROLLED regardless of mHasBiometric is false
6fa35d0c7d1 : Remove cts-instant from omapi as its deprecated
9b4283c5136 : Fix an issue when more than one gatt app is on the same ACL
f86e98aa6a3 : Avoid using floatToIntBits() in CTS MultiDisplayLockedKeyguardTests
bfc05f93e11 : Fix MediaCodecCapabilitiesTest fail on low ram device
958b8bb41ab : killApplication should be avoided when installing the existing apk in host.
9e35e8ebe30 : Camera: Add definition of CAMERA_OPEN_CLOSE_LISTENER permission
32f66a4d7a6 : Disable automotive short notice for WM CTS tests
98c126c3d2d : Fix WriteMediaStorage test when it runs under not Headless System User
fc09f5f6312 : DO NOT MERGE: Make the tests permissive for A10
2f0283bcadb : [DO NOT MERGE]fix sometimes file creation fails due to slow permission update
c34ef0824a6 : Temporarily remove tests for the SearchView widget with no hint
cef39b46948 : Fix testTurnScreenOnAttrWithLockScreen fail
6d73db5319a : Sets next button text in UI thread on Sensors CTS verifier
bbc1575e9fd : Check if device is CEC source before volume test
9b1184a82ad : Check for features before running tests
b744570eb9c : RESTRICT AUTOMERGE: Add android.intent.action.LOAD_DATA for Google Play
190b933924e : cts: Add Bengal target to whitelist in the CTS test case
8ce753901d5 : Fix testSetGeometry_dstBoundsOnScreen
2ad6aa0f714 : Fix testNormalLaunch fail for low ram device
e7bce2c9053 : Fix asuLevel range in verifyCellSignalStrengthWcdma
60ce0092cf6 : [DO NOT MERGE] Update BIOMETRIC_WEAK test on Android 10
b83237aefdb : Fix WCDMA Signal Strength Range in CellInfoTest
dfe57994454 : Fix failure on NoActivityRelatedPermissionTest
1b86f8e6109 : VTS Fix: Receiver not registered issue when executing ConditionProviderServiceTest.
3e99b8bdf4b : Module level locksettings should be kept.
ac5b1787e49 : Fix test case testLockTask_exitIfNoLongerWhitelisted
306d4c931de : Skip check ACCESS_SHORTCUTS and UNLIMITED_SHORTCUTS_API_CALLS from the test
db5f307deab : Fix the CTS#testLockTaskAfterReboot
e984179a57c : Add "supports reference mic" question to modules requiring a ref mic.
d2ad34f61a4 : Add ability to indicate support for USB Host Mode Audio
615e41f8c09 : [RESTRICT AUTOMERGE]: Give tests more control of crash parser behavior
94387664181 : [RESTRICT AUTOMERGE]: Find remaining Stagefright tests that shouldn't check the crash address
d6fcfd61c0a : [RESTRICT AUTOMERGE]: Implement checkMinAddress into individual StagefrightTest testcases
d8d1439da49 : [RESTRICT AUTOMERGE]: Add checkMinAddress flags to StagefrightTest
6207048b76f : Fix MultiDisplayLockedKeyguardTests flaky
a0126e156ef : Fix getting settings package name
e49071edd30 : Camera CTS: Fix cts testMandatoryOutputCombinations failed
abb72ba9d5e : Fixing test breakage in ImportWrappedKeyTest.java
8c4842a3a5b : Increase max number of passive locations in GnssLocationUpdateIntervalTest
ae5ff465f2b : Backfill OWNERS file for JobScheduler test
af48b0c20fb : Add top level OWNERS for cts/ project
e6d4e6fd6a7 : Fix PermissionsHostTest#testFail
28433d501bf : ITS: correct distance orientation for rear facing cameras
c6f4bbafdfa : [DO NOT MERGE] Implement BIOMETRIC_WEAK CtsVerifier for Android 10
f01196765aa : fingerprint: Fix BuildFingerprint
df244ac2cc8 : Code Update Using Assume() API
c8eb8c7454a : Camera: Skip session parameter test for depth only cameras
8e89f7c4979 : Fix #testSetAndCheckSubscriptionEnabled failure.
78599d62b34 : Enhance RetryRule for CtsAutoFillServiceTestCases
cea90422986 : Increase the wait time for LMK trigger
a3a9605d123 : Bug: 147027346 Test: run cts -m CtsGraphicsTestCases -t android.graphics.drawable.cts.AdaptiveIconMaskTest#testDeviceConfig_iconMask_useRoundIcon
fe7b87e1ed6 : Fix use of getProtection pre SDK 28
878ffba066a : Fix negative coordinate value of dialog while in running testTouchEvent.
3fc0d6c4840 : Fix testLockTaskAfterReboot_tryOpeningSettings cts test
be8dea18958 : Change the CTS Verifier Instant App so that the link launched from its notification goes to a valid website.
a62d84c5b37 : Explicitly remove a temporary probe directory
d04cb1a526a : Fix UI rendering wait logic in EncodeVirtualDisplayTest
304cd62a0ef : Specify the boundsToCheck to correspond to the testing content area only.
f341b3b19d7 : Use type instead of data for ContactsContractIntentsTest#testGetContentContactDir
1c705168ab5 : Enhance WallpaperManagerTest suggestDesiredDimensionsTest()
c102b2b7bc3 : Extend the maxTime check for testUnoptimizedBleScans
c5f3de2c4e2 : Limit concurrent codec instances during testing
704cfbe3276 : DO NOT MERGE: Patch LocationManagerTest to reduce flakiness
bde9d783157 : Wait for activity to resume before starting job
29ab4327bba : use startUser() with wait in CtsDevicePolicyManagerTestCases
39ce52e5760 : Skip theme tests for RatingBar widget due to indeterminate rendering
2a455d6af87 : Allow running secure element CTS test cases on the low ram device if they happen to have the secure element.
3fff74cc38f : Remove redundant calls of preparation method
088ac1147bc : android.view.inputmethod.cts. FocusHandlingTest#testOnStartInputCalledOnceIme -fail
d7bf4e6c89b : DO NOT MERGE: Revert "Remove YearOfHardware from GNSS CTS"
8909396dc29 : camera2 cts: bump timeouts for emulated execution
6bca0efc2c9 : Fix default display order properly if a widget is located in the center of default display.
3a5081e8e1e : NotificationManagerTest ignores all bubble related tests for automotive since automotive does not support notification bubbling.
94cb014636d : Skipping the Haptic test in case of not having vibrator motor
e605b287b28 : Make testClearKeyPlaybackCenc more reliable
df5b5de7bb0 : Fix for Audio AEC test when AEC is not mandatory
abc3629b388 : Increase the time to wait for notification delegator start for low ram devices.
f24fa6ab73f : Check if Display#HdrCapabilities supports any HDR on a device and skip testVp9HdrStaticMetadata test based on that.
32d20c479f8 : Increase the allowable startup time for testForegroundService
b16c0f6b8ec : Revert "Relax TextureViewTest#testSamplingWithTransform"
1a46560a2b5 : Change the location of WiFi Initialize() API within the same function
0d7244c4b70 : Revert "Skip GnssMeasurement tests for Automotive OS."
bdd610cd597 : CTS: Handler message data corruption in LE COC test case
e17e1b99b53 : Specify width and height for all physical sensors
27859f6e796 : DO NOT MERGE - Tests changed for temporary fix to disable augmented autofill requests coming from password fields.
c1b7c91c0b2 : Skip GnssTtffTests#testTtffWithNetwork if no GPS
6de78671b90 : [RESTICT AUTOMERGE]: Skipped Autofill tests on small screens
73a8bdd821c : WebView: deflake WebViewSslTest
6ca254289d0 : Make testMultipleLowPriorityRateLimiting resilient to slow operation
713011e3c91 : DO NOT MERGE: Bump CTS Verifier version to 10_r4
e19bbd639e1 : Fix testKeyguardShowHide testcase
5bfa050a9ce : Fix for testEcAttestation_DeviceLocked
c47683adf4c : Relax the timeout in testOverlayState for slower devices.
8ceacee8971 : Extend the sleep time for install test apk.
8da7885d9af : Make sure profile user is UNLOCKED.
44375af33e2 : Fix freefrom target bounds calculation for drag&drop in multiwindow test.
fd5bcabf39c : Wait for app transition became idle when tap on display center
ea0754737ce : Revert "Fix ActivityManagerGetConfigTests."
cb4657c8bee : Update HW mitigations for Exynos
628a2357001 : fix crash issue when run ctsv case camera its test
69b8cd9d3fe : As Devices launching with Q MUST use a Google signed GSI to pass Treble compliance tests, the releated test case should skip in the products launched before Q version. Bug:146472600
d4cfa39c544 : [DO NOT MERGE] Skips certain PinnedStackTests test
d3e8b89d4de : Disable testOffset until it can be revised
c24af73e5a5 : app context can't update in test process, So even the assert function waiting for 30s, it is useless Retrieve the context information in the loop
f4506b9f6e9 : Use unique URI for different rules
06a0c8217e7 : Wait until DND toggle has effect
ce97e11a3ba : Wait a while before ZenMode will be updated
87cdc8a6265 : Use explicit user id for suspend settings
00c290da8a7 : cts: pick up heifwriter fix for KEY_CAPTURE_FPS -- DO-NOT-MERGE
8dc6d4b351e : Skip tests using LockScreenSession when lock screen is not supported
e252136f088 : Skip telephony tests when FEATURE_TELEPHONY is not enabled
6764e20aa0a : Enforce the country-specific emergency number in CTS.
7484c60eb4f : Relax the timeout in testMediaCodecActivity for slower devices.
d2a786e2ec2 : DevicePolicyManagerTest should ignore "state" attribute of NotifPolicy
40fef36a2e6 : Add support check to setup and teardown
6b244945fbe : [DO NOT MERGE] Remove tests to not break existing builds
94cb8141af8 : Proper check for wallpaper support on CtsContentTestCases.
343611df414 : Fixes tests that require wallpaper service.
09cfc14bf63 : [DO NOT MERGE] Skip SystemUpdatePolicy Tests
c151f36d9c8 : Fix battery-related CTS test-failures on TVs
d995dbbeebd : Fix for mode ambiguity and thresholds for AEC test
042ba2052db : MediaPlayerTest: upscale video for testChangeSubtitleTrack
890d6dbfcfb : DO NOT MERGE Increase max attempts timer for check VPN down because CTS filed
380cec515ee : Add null check before referencing mitigations array
8e9cc37f3b8 : Ignore testNoLegacyOnQ in instant app
b57c63d5afd : CtsNetTestCases: Fix issues in android.net.wifi.cts.WifiEnterpriseConfigTest
4886a15b77c : Camera: Drain the results after each preview/capture combination
6ae0d99aa25 : cts: Add few targets to whitelist in the CTS test case
a06643e2cac : Add tearDown to avoid failure in next run
216ed1555b5 : [DO NOT MERGE] Make sure that the LockTaskUtilityActivityIfWhitelisted was started.
9c553957219 : Fix a race condition in ZenModeTest
d930bead9b2 : [DO NOT MERGE]fix the 'Process crashed' problem while user unlock slowly
c44bedbf05e : Refactored CtsVoiceSettingsTestCases to use SettingsStateChangerRule.
d585c45ed8c : EncryptionTest: add CddTest annotation
f6afa8b2808 : Remove flakiness of testTargetDeviceAdminServiceBound.
19d7e97ed93 : DO NOT MERGE CTS: Test column name with spaces
472b37322a8 : DO NOT MERGE Add CTS for sort field checks
23cf1d1bcb9 : Make CBRS positive test as non mandatory test
b4652aa99df : [RESTRICT AUTOMERGE] Disable a test that is unreliable.
9bad31458ed : Remove testMkvWithoutCueSeek test
1257b289000 : Fix a stagefright test server waiting indefinitely.
be1d213ca35 : Don't use NotificationListenerService on low ram devices.
ea4cf2897dd : Mitigate time outs from ImageDecoderTest
17016902e9a : Speed up slow tests in ImageDecoderTest
b3cdf36d14c : Change the timeout to 2000ms for testEncodeVirtualDisplay
1a275e56f4a : Make testImageCaptureWithInadequeteLocationPermissions check ACTION_IMAGE_CAPTURE_SECURE also.
f64e6434f7e : Improve code that decides whether Ethernet should be supported.
8b67f37492f : Relax gt150msDelta assert in testDaveyDrawFrame
ed08d19cf54 : Add 450dpi resource for CTS_ThemeHostTest
6144423dbbc : Make testProcessMemoryHighWaterMark more reliable
962a44a8b5e : Skipping the verifier test in case of not having Biometric sensor
c07206e3bac : After installing test app, we need executed assertHasFullStorageAccess method, if pass, we can update the test apk, and then executed assertHasFullStorageAccess.
df9c0fb0922 : Add test start time to collect execution time
0cc70273947 : Instrument execution with start time and end time
dcb3a18cbf8 : fix the problem that testNetworkSettingsPermission case can not detect all apps whose holding the NETWORK_SETTINGS permission
5f2cb66be34 : Fix testSplitscreenSameTokenOneMissedStop
1ee53f404aa : Relax TextureViewTest#testSamplingWithTransform
0eb249bab0d : AudioSurroundTest: Adjust new timestamp criteria
b31fc7dad70 : Fix missing module in VTS
fd2bd3df1b9 : Skip scroll screen on TV
239e70f292e : Update dumpsys user parser for user serial number.
dc0b60e0a5c : Added reset cmd to turn off batterysaver
1b4dd20b699 : Relax the timeout for AVD test further
dfbd13e9e75 : Fix failed test in MediaStore_Video_ThumbnailsTest
bd75d57a683 : CtsNetTestCase: clean up in case of exception
5265c4ee0db : Skip GnssMeasurement tests for Automotive OS.
496efce9f87 : Use libdexfile_support_static to properly link in static libdexfile.
7eedc83ee94 : KeyAttestationTest: relax condition on mandatory support
4410a03c9f9 : Assume roles are available before testing for dialer and SMS roles.
aba20b47dfa : Remove setWifiEnabled from CTS Multinetwork test
f664b2b7401 : Add missing reset() calls
749e60e88e4 : Scoped directory access api is not supported on ATV.
36c703373f8 : Revert "Empty test for display HDR capabilites."
d62d7dbf1d6 : Revert "Non HDR Display step for Hdr Capabilities test."
f3eda3adb8d : Revert "HDR Display step for the HDR Capabilities test."
aec7bef0d25 : Revert "No Display step for the HDR Capabilities test."
e9129d64dbe : Revert "Abstract methods for instruction and button text."
4b623cebeee : Skip ScanningSettingsTest on Android TV devices
0bba1859be9 : Change the waiting time in testProcessMemoryState
18501bb2146 : Fix testAllowWhileIdleThrottled fail
3bfdd9a6866 : Fixed CTS wallpaper tests so they check if the service is available.
0f47c353b7c : Use SHA256 for importWrappedKey
3b27a9be0fb : fix TV device feature checking.
2468dbc5148 : Skip two Alarm intent cases on TV.
b78012d5392 : Run EglConfigTest in a Single Activity
82f21b36a4e : recycle Bitmaps in testRespectOrientation
51c74190b76 : Fixed StorageHostTest#testFullDisk to run on secondary users.
bb2951f4120 : The Chip-set information should be added in the list
71cfee2e1d3 : Fix for flaky test testResetPasswordWithToken
04a7f48ab29 : resolve merge conflicts of a8b5ff5c6abee1088bd2b256cade80b2bc031b53 to android10-tests-dev
cb013c173ac : Adding additional instructions in default ringtone
40b54ee17b1 : Don't run CTS for intelligence services that are not provided by the OEM.
45160a4ba89 : Fix NPE in UltraSoundSpeaker test.
20d912af028 : CtsSystemUiTestCases Fail
64a43dabdb6 : ContentSuggestionsManager - increase service timeout.
ff6abd4ecc5 : cts: testRenderingMaxResolutionRemotely
ed9179a0ffb : Add MANAGE_IPSEC_TUNNELS permission for System user and current user
764d4748b97 : [DO NOT MERGE]fix the 'Process crashed' problem while user unlock slowly
f014dcb5876 : Make 2-part PermissionHostTests more robust
36a5cc7db24 : DO NOT MERGE Trigger an alarm before put the alarmtestapp into never bucket
72262024f95 : Move uninstall code to device side (2/n)
c174ffbf15d : Abandon sessions before and after each test (1/n)
7793a4353bb : Diminish the width of magnifier_centered_view in CTS MagnifierTest
acc645502c6 : Camera CTS: Fix cts testFlashTurnOff failed
c915adc4c13 : Skip WifiSliceTest as CarSettings is customized and does not support slice.
e1f91ab3998 : Fix cts.PlaybackCaptureTest
e96c0ec3bc2 : Switch back user to the initial user in teardown().
b37c4b45b1f : Skip NavBar and StatusBar test on TV, Watch and IOT devices
f6bb52bac78 : Added to call "mAmWmState.waitForHomeActivityVisible()" function to pass the test case
b93070dc19a : Increase deadzone to avoid swiping open recents
76fbd788010 : Disabling the ProAudio test cases in CTS Verifier
dec0fca5754 : Check Cellular support before CarrierServiceTest.
f740c3ec172 : fix null context issue for CTS
2f70ab6764c : Change the sleep time to 1 second
e92392053be : Mark TV permission tests @AppModeFull
a3f6a2554ae : [DO NOT MERGE] Do not test visibility state when activity is hidden by Keyguard
9f6f7357d9a : Allow 2 apps with NETWORK_CARRIER_PROVISION permission for wifi
6d70868695d : Wait for OnSubscriptionsChanged before checking carrier name.
40beff0ac26 : Abstract methods for instruction and button text.
72a2f058675 : No Display step for the HDR Capabilities test.
72ceb5a8ebb : BatteryStatsValidationTest:Reduce waiting time for bluetooth enable.
435a3aa6906 : Fix the Instant Apps notification test for non-CN devices. Previously, ag/9021279 introduced two issues, and this commit fixes them:
1f2db5ed9df : Skip test if there's no accelerator and remove TFLite CPU test.
fd47e910a52 : android.provider.cts.SettingsPanelTest#wifiPanel_seeMoreButton_launchesIntoSettings
b7adbb2a47c : Guarantee add/remove permission order
c9c2e121637 : Revert the APEX CTS signature test.
25668232c9a : RESTRICT AUTOMERGE: After install test apk, delay 1 second to check permission state and wait for SystemServer grant permission completely.
c0e2df87746 : Fix impassable additional info size check
93f872f20ea : HDR Display step for the HDR Capabilities test.
be805267465 : Non HDR Display step for Hdr Capabilities test.
aeee5decd0d : Skip SettingsPanelTest as CarSetting is customized
85840648cb5 : fix testUrlBarChangeCancelSessionWhenServiceReturnsNullResponse
7724e8bcacf : Fix testActivityServiceBindingLru fail
6dabc8f7c44 : The Chip-sets information should be added in the list. These below list has to be handled as white-list and this is because that the hardware is not vulnerable to CVE-2017-5715. -> SM6150,SM7150,SM7250,SM8150P,SM8250
b886a882bc7 : ITS: fix capture camera ID logic
2b1eb867040 : ITS: Do not do RAW alignment calcs with MONO camera
feaf57d452c : Empty test for display HDR capabilites.
822ce919d3b : Make sure the user path exists before moving package in AdoptableHostTest#testApps
e611ed19eea : Fix the WindowInset testing issue
d504ea2980d : Skip View/Delete Instant Apps Test for TV
d059fd58c1f : Do not use internal-API PermissionChecker
5d4bcbd3a27 : Use stable variables for Settings CTS tests and restore data at end
2c87766b13b : testFlashTurnOff: take into account flash states for LEGACY devices.
fe157ae8787 : Skip test case for ColorStateListDrawable on automotive device
2090de668f8 : Skip testNonTappablePipActivity on TV devices
904b7f6085a : Use startUser(int userId, boolean waitFlag) and stopUser(int userId, boolean waitFlag, boolean forceFlag) with wait in CtsAppSecurityHostTestCases
5bbe9340f49 : Update timeout to fix cts case testAutoPauseResume
8736b3ad66a : Fix CTS app security test cases for TV devices.
a96515fcae2 : Change the thread sleep time in testANROccurred
40df535baff : Fix two cases fail at CtsDevicePolicyManagerTestCases
1e476e8192c : Camera: Always use the same ImageReader during #testDynamicDepthCapture
0f54d76012e : Export test failure details in CtsVerifier.
5cc91f5d14f : Let seccomp test support multi user scenario
83936182047 : Fix build error in StagedInstallTest
9022ec22c0a : Skip testInstall(Multiple)StagedApk if the user is not system user
fb473b64607 : Ignore messaging tests without telephony features
b799563781b : Skip targetSdk28AndChangeDefaultDialerAndAllowThenIsDefaultDialer if config_voice_capable is set to false.
e2115774efb : Donot assert/send data if MIDI is not supported
48bd588bdf6 : Wider tolerance range to fit specific device
42b3adfff7d : Check that the resolved default assistant is default
3d7f76f4f54 : Set exclusion rectangles for full-area gestures
5032c85661e : Skip WifiSliceTest and SettingsPanelTest on ATV
1b51745d3d5 : Owners update and sort
5de2ab128bd : Disable settings test for instant apps
b348518290d : Camera ITS: Fix its test_multi_camera_alignment failed
0a95120c18e : Camera: Make sure depth jpeg and result timestamps match
66d789a3e65 : Return to the initial screen state after each test
6147a1c1216 : [RESTRICT AUTOMERGE] Always invoke the action passed to assertMetricsLogged.
c7743885c75 : Bluetooth: Fix info toast for Secure version of CoC test
541fbebd0ef : Mark testPendingIntentBroadcastTimeout_delay1s @FlakyTest
cd715aac9e8 : Skip some permission test cases on TV devices
a8afffcedd7 : Use real vendor id / product id for Asus Gamepad
8c3a04154d1 : Wait for broadcasts to be delivered in BAL tests
76d7c0cd114 : Allow loading public libraries from subdirs on VNDK-lite devices
d93589f48e5 : Add a timeout for unregistering a DAP
5b841d965d9 : Fix typo - whitelist shim APEX in PackageSignatureTest
ff1da79e0bb : DO NOT MERGE: Bump CTS Verifier version to 10_r3
b5774804eec : Fix false assumption in testSetAndCheckSubscriptionEnabled.
2a8e29f0c14 : Skip Notification and Recents test for TV
3c5f8b68b5f : Skip CtsPermissionTestCases when TvProvider is not visable for instant app
63d341ce193 : Skip some CtsContentTestCases for non-handheld devices
24826836d89 : Fix bug in checkDataConnection test
d178216ed96 : Skip split screen tests if split screen feature is not supported
5c8dd86541a : Fix testConfigTtl CTS case
a285cdf0407 : Add CTS-Verifier test for 'MUST NOT allow users to interact with nor switch into the Headless System User' CDD requirement.
dad4177c051 : Revert "Wait for broadcasts to be delivered in BAL tests"
c506a1a5fa6 : DO NOT MERGE: Pass in --user param when invoking audio commands.
88c64124244 : Fix for testGravityAndDefaultSizeTopLeft
0def56f4fcd : Whitelist shim APEX in PackageSignatureTest
174b6bc7efe : Check ACCESS_MEDIA_LOCATION split permission in CTS test
c2eddbe644c : Wait for broadcasts to be delivered in BAL tests
5cbe2a3ace2 : Exclude TYPE_HEART_RATE sensor type from CtsSensorTestCases[instant]
1620e66522a : Revert "Support GL_RGB565 format to setup texture"
ec91f6664b9 : Relax TextureViewTest#testSamplingWithTransform
4cbbf342c86 : Fix autofillInvalidListValueToSpinner race condition.
3895e2868f2 : Ensure that the nav bar background color is light enough
2b1588c0728 : Fix nav bar tests on device without soft nav bar
d712897fca2 : Change the Drag Up and Drag Down simulation so they drag down to the bottom of the screen and to the top of the screen.
e7e6b51e0ec : Pass WideColorGamutTests#testCanvasDrawColorLong(BlendMode)
5d8cc2702ad : Remove ACCESS_MEDIA_LOCATION permission in CTS tests for redaction
84d4ec7805b : Add GLES2 compat for GL_RGB565
c0fe8b00ea6 : Add test cases for orientation of thumbnail
0987dc727da : Fix testTargetColorSpace w/o F16 HARDWARE support
e093c90c559 : Added more owners to some components...
6b0e07788a0 : Fixed bug in testBatteryStatsOutput
17df7a44f4d : Fix ActivityManagerGetConfigTests.
96954cfa44e : Modified testRebootAndRemoveEphemeralUser to call reboot() instead of rebootUntilOnline().
6cef0efd07b : fix CtsSecurityTestCase[instant] test bug
d1b1b61b9bb : Catch the correct Exception for MediaStorePendingTest#testSimple_Abandoned.
bc1b7e700ce : Fixes YUV Hardwarebuffer tests to not use renderbuffers.
a6cc9542098 : DO NOT MERGE: Update BatteryStatsValidationTest skip checks
c258d16b019 : Fix testFullDisk is failed in TV device
fa078bb3139 : CTS test race condition on the memory puller atoms
baf3da54339 : Add a test to verify IME can shown after activity reparented
39f5f666fb4 : Add Exynos SoC to white list
70212bc1e23 : Use /sys/devices/soc0/soc_id for test hardware lookup
a1837b73ca1 : Camera: Allow 2nd camera open fail for testMultiCameraRelease
01b9dcd73fd : Do not cleanup in tearDown() if MIDI is not supported
5089518ad3b : Camera: fix NPE on devices not reporting aperture info
a7555c40487 : Add ephemeral user tests into CtsMultiUserHostTestCases module
2fb571f55cd : [CTS] fix the string to match the notification
1d7e3480077 : Remove components in NoLauncherActivity
e0685d99e9d : Improve precision in CTS LayerTests#testWebView
e4c86fe7830 : CTS for synthetic activity check change
20786011e6a : Allow RecordProto's uid equals to -1
6922d82775f : Fix OverlayHostTest to work on secondary users.
2d59e71e65d : DO NOT MERGE: Bump CTS Verifier version to 10_r2
201c16fa01c : Skip BatteryStatsValidationTests#testConnectivityStateChange on TV device
928140e81b8 : Skip more CtsSystemUiTestCases on no bars devices.
bbc3b1cabcc : Remove flaky assert in WidgetAttributeTest
f419ae36d32 : Use DPAD for TV uninstaller screen
7c43d761917 : Skip useInvalidatedAuthBoundKey if no secure lock feature.
ff51e9176bf : Camera2SurfaceViewTestCase: fix parameter ordering in waitForAnyResultValue() call.
f623c1a356e : Always attempt grant/revoke for Automotive builds.
371044cf6c8 : Address issues running CtsProvider on secondary users.
9b4baf9f92a : Fixup AppSecurityHostTests to run on secondary users.
6f004e6b15c : Run CtsSimpleperfTestCases on the system user
916a37f7947 : Fix testActivityServiceBindingLru for secondary users.
23eb11f6d95 : Run DownloadManagerTest on secondary users.
62a74897031 : Label the car service module as not_instant_app, so it doesn't run in instant mode
395916d9bc6 : cts: add time delay before checking for perfetto enable in statsd test
0ac7da53aae : Allow unsetting restriction before moving on from disable user switcher test.
30d67494512 : Support GL_RGB565 format to setup texture
835c37b04a3 : Skip testConnectivityStateChange case on TV device.
369d175c9d1 : Catch exception when mime type is not supported.
057e8241130 : Wider tolerance range to fit specific device
1812b79a6cf : fix testKeyguardShowHideOverPip on TV device.
5cdce2d61d6 : Disable Pro Audio Test on devices w/o that feature
60b7a6e3dd2 : Skip MediaStoreUiTest for automotive
12887d4de03 : Prevent the test activity unexpected relaunch.

+- Project: platform/dalvik

01fcaf972 : Remove trailing whitespace in dexdump golden output.
8a5d5d169 : Run dx tests with Java 11 by default
998cc4cb6 : dx-tests: fixes and suppressions following java 11 switch
3d6710c5e : Setting dx test to use Java 9
48a3d2eaa : Remove unused module dx-docs
ed6169109 : Remove mainDexClasses
ac52c8e17 : Export mainDexClasses*.rules for MultiDexLegacy tests
334ddd4b9 : Move jasmin build rules from make to soong
bdb2d49f8 : Update OWNERS file

+- Project: platform/developers/build

25d029c1 : Fix a typo in a README
5dc95f81 : Fix a typo in a README
9075cd13 : Update language to comply with Android's inclusive language guidance
89195140 : Update language to comply with Android's inclusive language guidance

+- Project: platform/developers/samples/android

2fe8554e : Add android:exported tag
c61b3943 : Add android:exported tag
9a342bde : Add android:exported tag

+- Project: platform/development

d16b8ab5b : Bump SDK revision number to ship an update with Beta 4 Bug: 236727709 Change-Id: I89f73dab0430435ee5afd7bf64e80f55b6420630 Test: N/A
bc119c289 : Work around an lldb bug with "localhost".
5708cfea1 : Remove non-existing dependency
c92fe2390 : Remove system-images files from the SDK
dd5a6d5c9 : Stop building the system-image zip
70032a2ee : Reset version number for SDK and Build tools with SDK Finalization complete for API Level 33 Bug: 225745567 Change-Id: I9b9f643dbbd31d26ccc3adfb1ea230199aa61c71 Test: N/A
7a62cf901 : Add dialog present support for AutofillService.
b6261fb9a : Update Autofill sample to use new API instead of deprecated APIs.
f0404f658 : Update clang-tools build to clang-r450784d
840de0288 : Update API 33 release config and emulator files for TM Beta2.
50775a744 : [DO NOT MERGE] Update winscope proxy on R
b5b10c1e4 : Integrate custom close action in ApiDemos for PiP
76b6aa23c : Update clang-tools build to clang-r450784c
241e9e5c0 : Support multiple devices in winscope proxy
16c6e8f36 : platform/development - Tiramisu is now 33
7742e2ea0 : Fix on the failure of the 3 tests in `com.android.cts.monkey.CategoryTest` class.
22e9c50ec : gdbclient: use host ip when connecting to gdb
e6d2736cf : Fix typo in documentation of script `acov-llvm.py`.
01a4f9b2e : Do not install host snapshot modules with existing prebuilts.
5384e2bd3 : Revert "Add parameters to repack_kernels.sh"
4ee7f8030 : Add a test AccessibilityService for A11Y IME API
f3e1facf7 : Fix incorrect prebuilt-info.txt
a2a360813 : Add parameters to repack_kernels.sh
e2b2bd6ed : Update API 33 release config and emulator files for TM Beta1
5a747c7b5 : Add Rust proc-macros to host snapshot update.py
22902078f : Remove obsolete OWNER.
465b94591 : Add API demo for keep clear areas.
fea111c2a : Avoid duplicated module name for vndk_prebuilt_shared
a45b44652 : Fix Lazy layers trace parsing in winscope
d3bbf8cb7 : Add open_then_run to TEST_EXCLUDE
887386c26 : Output system_dlkm_staging_archive.tar.gz to dist folder
08815fa93 : Freeze objects for performance
07f9bcccf : Use lazy file for LayerTraceEntry
20a24006e : Output system_dlkm.img to dist folder
5dee7b045 : Remove arch variants from ABI dump directory names
bfe4ade31 : Add install_in_root property to VSDK generated Android.bp.
69030b399 : Exclude additional rust_tests.
8922d5932 : Move comment to license_note
ba5482675 : gdbclient.py: Implement --chroot argument.
60b7ecc94 : Bumping package version number for next release
fe1da96bf : Winscope: Introduce ProxyClient class
2b79b9da1 : Add script to update the 5.15 kernel build chaining
b2c12811b : Update API 33 release config and emulator files for TM DP 2
fa83a254d : Add logging for Ethernet callbacks.
ec0d9449a : Add demo for content PiP
5601077c1 : Update OWNERS to go/ab/clang-tools build scripts
ba7dc83be : Update clang-tools build to clang-r445002
423053331 : Load all files that can be decoded from a zip
cc4125522 : add libgui and sf_fuzzer to native CMakeLists.txt
d5d033979 : Require cargo_bin option
3c4124eda : Add Rust `bindgen` tool to `clang-tools`.
2ff1e6fc7 : Add root directory when copying owner file.
a3936668b : Bumping version number for next release of Platform tools Bug: 217422919 Test: N/A
a92deb8e5 : Provide all the reasons a layer is invisible in Winscope
27bee5adf : Fix exception when path not found.
082705bfb : Fix license texts.
d021141b6 : Update API 32 release config and emulator files for TM DP 1
ca9f9f226 : Add --no-presubmit option to prevent host tests being run in presubmit.
0e65bba93 : Ignore clippy configuration flags.
973e63ab1 : Remove self from OWNERS
7222795a1 : Wait longer for winscope_status to be ready
1bb337635 : Update flicker Region import to reflect package change
a32a04851 : Don't try to remove Cargo.lock if it doesn't exist.
bb7d04778 : Support non-default back-disposition in ThemedNavBarKeyboard
56bfe956a : Pack all boot images in a zip for certification
3d6f96446 : Remove references to win_sdk
a8bbf841a : Use clang-r437112b for clang-tools build
80547ae39 : Remove parameters from symbolized stack traces.
17aab3861 : Consolidate PiP demos in ApiDemos app
54d873122 : Remove gsi_util
f2464f70f : Set targetSdkVersion=31 to ThemedNavBarKeyboard
8187c23b3 : Update kernel prebuilts with local artifacts
a48ca0aa2 : Creating a version bump for releasing Build tools that are Universal Binaries
f6d57ace2 : Remove checked in mkstubs .idea directory
24758f89e : cargo2android: Add tests to both test groups
647dbdf1c : Stop including systrace in platform tools
26ed529f6 : Compatibilize winscope with stackID on layer
686314821 : Updating Platform tools package revision number. Since SDK and NDK finalized API level will be bumped to 32 with their release on 12/8/2021 lets bump up the package version number for Platform tools to keep consistent with it.
60e704c1d : Support new transactions trace
54d655345 : Stop generating separate rust_test_host.
4a08c6496 : Use TEST_MAPPING imports for third-party crate tests.
9cc135319 : Fix property view for non flicker traces in winscope
213cd3422 : Display empty values when marking "Show defaults"
49c9eadd0 : Add isVirtual flag to SF trace display
329446be8 : Add name information to all Winscope objects
9c4f1b3ca : Use input instead of raw_input in gdbclient.py
e3bb74166 : [LSC] Add LOCAL_LICENSE_KINDS to development
f5fae5fca : Use libclang-cpp for header-* tools and tests
1b19a4956 : Switch clang-tools build to clang-r437112
56b5f4be2 : Comment out errors encountered when running cargo test.
769c3c373 : Stop cargo2android.py from printing the --cargo_bin argument.
903a0f8cb : Revert "Enable LTO in cargo2android.py."
4f4ac2f8f : Enable LTO in cargo2android.py.
a0914f1db : Build targets for checking GKI KMI compatibility
3e78977d2 : Add license_kinds to VNDK snapshot modules
8e3d54740 : Add ability to specify name for trace
85f418ba2 : Polish design of Winscope dropbox
f645098e9 : Add feedback when dragging on the right drop area for file uploads
f38b9f1f1 : Remove debugging log messages
4cd02dc11 : Avoid to use make directly
5284f9a8a : Stop building some clang tools for darwin-x86
f073b7467 : Add 'license' module to the generated Android.bp of VNDK snapshots
690d8e602 : Update arm64 GKI 5.4 kernel test module
1531f41cf : Create a test for GKI KMI compatibility
ca961096f : Deprecate prebuilts/misc/linux-x86/lz4/lz4
d5bd29fa0 : Add TRACE_BUFFERS configuration for SF trace in winscope
2efded045 : S V2 is now 32
43856d20a : Revert^2 "Remove the reference of libaapt2_jni in build file"
46fe10698 : Revert "Remove the reference of libaapt2_jni in build file"
ead4b2ad8 : Add Android Resources CLion project file
35b6f9656 : Change android12-5.10 to android13-5.10
df6d482c2 : Stack symbolization: Replace functools.cache
405570f20 : Add test modules for arm64 GKI 5.10 Oct release
e92152d1f : Add kernel test modules for Android 12 GKI 5.4
ab1445a00 : Use --skip-config --soong-only instead of --skip-make
3a3349eee : Try to locate symbols using build-id.
e289fe679 : Remove the reference of libaapt2_jni in build file
da3572d5b : Add source prop for ATD image.
084664b95 : Add OWNERS to vndk snapshot directories
27ec925d4 : Do not include layoutlib in the SDK sources
7ea56f02c : Small script fixes.
665239b18 : [LSC] Add LOCAL_LICENSE_KINDS to development
1bbf01456 : Allow filtering multiple properties in the transation log
bfefca1c6 : Case insensitive filter on winscope
493c26a8d : Document the expectations of two arguments.
836f96802 : Remove sdk-linux-x86.atree as well
53052e34b : Remove old build-tools/platform-tools implementation
7cfc6fe5d : Do not generate empty Rust tests.
2918f6326 : Use generated merged annotations.zip in SDK build
f707c8083 : Add analytics for trace and properties
17df46e33 : Add Android.bp-based definitions for host sdk-repos
757ca2aa0 : Fix parsing of WM trace in critical mode
0bc49f362 : Create and show Chrome Wayland logs for Winscope
deb5beb69 : Rename soong outdir to generated-headers
82ffa3fe2 : Migrate Dev Tools Build to Soong
308f3521d : Handle versions of the form -a.b.c+foo.
2811a3e16 : Add more Rust tests to exclude.
b67161164 : Display assertion name for errors in Winscope
a60994f0e : Add kernel test modules for arm64 GKI 5.10
94b8a8d40 : Do not generate cargo_pkg_version when --no-pkg-vers is passed
67b70b244 : Fix Winscope compiling warnings
6547080f7 : Rename soong outdir to generated-headers
5b9106a68 : Add inseob@ to OWNERS
7f265b92f : Extend gerrit query to handle all changes in a topic.
4f12a28b0 : Add transaction history for each transaction
6e7db002e : Update PipClose to PipExpand.
7cf0e4fe2 : Bounds representation improvements.
29cceb796 : Add building with kernel helper scripts
7e0fbcbc1 : Add analytics for timeline navigation
9d3f67402 : Edit SF and WM config from winscope.
b76946939 : Add Google analytics with events on winscope
e915cf2a8 : Update lint baseline for AutofillKeyboard
097c45728 : Add visibility chip to activities
6b6b76f54 : Fixing an issue with transition overlap.
ea69f2a8c : Stop disting the monolithic Windows SDK
17a74a9d9 : Remove mainDexClasses from the SDK
d0bc55334 : Reduce contrast on search bar colours.
e63274254 : Added display support for PIP_CLOSE.
d911b839f : Generate tags/errors for uploaded SF/ WM traces.
36f80b0bb : Minor display changes for transitions and errors.
60b310933 : [vndk] Cleanup OWNERS files
33be7cbcb : Add explicit exported tags
fb845bbc8 : Make FASS accessible from winscope
92d886ff6 : Allow add file button to upload .winscope files
8644b3a72 : Use clang-r433403 for clang-tools build
1f2051de9 : Modify the library fix up code.
409282b77 : stack: add support for a .zip of symbols.
3f81b13a2 : Add box for drag and drop files on winscope
593ad2a77 : Convert DumpViewer to Android.bp
5292fee7c : Minor winscope improvements.
b415682b2 : Add display support for tag fields and app pairs.
9206f1c08 : Update the way one generates the Bazel workspace.
051340de9 : Suffix libash with _rust to avoid name conflict
6d70b2ed9 : Change defaults to 0 for taskId and layerId.
70283c474 : Group tags by id and transition.
592e789e9 : Pass layerId from proto data through to WindowContainer constructor
bc82a1de7 : Create an arm64 kernel module to test arm64 KMI
06873c96c : Fix logic for multiple tags with same id.
6e0c8c6c3 : API Service should return json data directly
fd50cb8be : Rename path to db_path
d7ebc10c0 : Cancel polling task after component unmount
694daa581 : Remove noop try catch statements
fd33874a4 : Ignore vscode files in docker
9b854aa4b : Return error in json
2ea0bfceb : Delegate choice of output file path to 1 place in code
b06c42a03 : Generate cargo_pkg_version and cargo_env_compat for defaults.
33e83224c : Display tags/errors on all timelines.
48c492ed9 : Add sdk extension version info to prop templates
df07a104c : Make search bar buttons clearer
08a8b0b21 : Add sdk extension version info to prop templates
bdf3ab4d8 : Let the test mapping updater handle newly-added files.
4993e35ac : Skip non-zip files when refreshing build library
157e46b18 : Stop hardcoding a keypath in OTA generator
786bf26e3 : Add sdk extension version info to prop templates
faa9a67af : Add tabs to hide/show data views.
c0a4c72fa : Add displays to layers trace
bf2928fdc : Convert DumpViewer to Android.bp
b6edd7aa5 : Add sdk extension version info to prop templates
573495bde : Refix "emulator: disable setting NR as network type"
57eeb3165 : Convert DumpViewer to Android.bp
fe4b1d85f : emulator: disable setting NR as network type
136600a18 : emulator: disable setting NR as network type
fb863ba40 : Add option to press enter to search for timestamp
195796676 : emulator: disable setting NR as network type
c132b4643 : Fix broken trace views for accessibility/IM.
41cf977e9 : Fix spec tests
aadd3418f : Add tags/errors to trace views.
4a2a3a821 : Let the test mapping updater make commits and upload changes.
b6cab552b : Add host snapshot installation and module checks
08352445c : Allow passing globs to update_crate_tests.py.
0e80ea100 : Add tags and errors to focused/targeted timelines.
e93515ef8 : Add functionality to search + navigate tags/errors.
1ec526c9a : Add support for reuse configuration in OTA generator.
e8c8d88b8 : Fix a bug that may cause the ota generation fail.
9236a95bd : Fix flat and visible checkboxes on trace views.
c3bfaf8a1 : Fully remove deprecated --no-test-mapping argument.
fce8266b7 : Add test to the MapParser class in OTA_analyzer.
9a82ad9d4 : Do not dump the --config argument.
70182e44f : cargo2android: Don't emit image support for tests
062709c3b : cargo2android: Support exported C headers
9e4b781de : cargo2android: Emit apex_available + min_sdk_version for native libs
ac6772542 : cargo2android: Add support for various image types
c82a81084 : Add explicit exported tags
833848cea : Deprecate the --dependencies argument.
54071681c : Add test to target_lib.py.
796ea0a96 : Fix no files returned by proxy on second consecutive tracing
69ba80792 : Improve package version logic
c51865074 : Fixes for getting package version
26aa1c30d : cargo2android: Improve package version logic
5e19d0217 : Make sure all entries are shown in the proto section
c05d0bd37 : Fix a bug where small manifest isn't read
cc660f1d7 : cargo2android.py: Support cargo_pkg_version flag.
0bb308f2a : Store transition types in enum
70026190c : Add test to ota_interface.ProcessManagement.
7512a6275 : Add explicit exported tags
1e82f0615 : Add test to ota_interface.JobInfo.
ec3b42dee : Fix a small bug when initialize a ota generation.
400253b22 : Add jest to dependency.
691ab5d85 : UI additions to create a flicker mode timeline.
85252aed4 : Use clang-r428724 for clang-tools build
ab825afff : Create a test for decoding and transforming Tag and Error traces.
8d82d1978 : Add typescript classes and code to read proto files.
b9b565edb : Add hint when user is using non-A/B OTA.
a00eafc41 : Add support for move, bsdiff, imgdiff to OTA analyzer.
5bf9ad0ee : Add support for non-A/B OTA package in OTA_analysis.
cec16fc9c : Add backwards compatibility for winscope proxy
a286cf0d5 : Fix missing timeline due to unexpected navigation type.
7a0a133eb : Stop relying on /usr/bin/python for SDK builds
6dec8374f : Dumps now show the visual displays.
80db1a0f7 : Allow relative path as 'local' argument
ff697a3f3 : Remove security vulnerability
70c12c514 : Specify branch in the add3prf.py generated OWNERS
3d0ed7691 : Install etc files with VSDK
d68935075 : Support docker for ota generator
e5eb5c9d3 : Speed up the payload.bin read in process.
ff2b99cd8 : Fix a compatibility issue: getBigUint64.
30f991bf6 : Fix a bug: redirect to homepage for some url.
c4b3dd1ae : Fix a bug: multiple flags in ota generator.
ad6b75df3 : Add prebuild and postbuild info to OTA_analysis.
baa6a95f7 : Add a seek timestamp searchbar.
2232234d4 : Remove the look behind regex for Safari.
a3c85492c : Change the url to lowercase.
2ab71a293 : Convert Levels/Android.mk to Android.bp
cdf499330 : Add a demo page in OTA_analyzer.
2aa5a1d15 : Introduce a .winscope extension for all winscope files
bb3bc961d : Add support for chain OTA generation.
c4b6c3a7d : Add batch generation to OTAGUI.
aaf2c7a93 : Refactor the frontend for batch generation.
4945a032a : Convert HelloCompute/Android.mk to Android.bp
68ad98ea8 : Property changes now show up on hierarchy view.
80ea55410 : Fix [Object object] appearing on surfaceflinger trace
cccfe2697 : Display transform on the SF traces
f084110db : Fix a bug that job might not be able to be started properly.
c0f6a2722 : Show the old and new partition infos in OTA analysis.
85044ed57 : Change the look of cross emoji.
fc0431fda : Add all possible flags to the front end.
1937a3827 : If only one trace is run, do not display navigation options for timeline.
81ed15356 : Properties view expansion no longer tied to hierarchy view expansion.
5062b341a : Fixed timeline for uploaded trace + dump files.
4ee322f25 : repo-review: Trim trailing slashes to avoid errors
b9d9f5565 : Fix a bug in build library: the uploaded file cannot be shown in table.
e4f5388cf : Let cargo2android.py generate data properties for tests.
474a44388 : Update Snackbar to not allow text to overflow.
029dbe681 : Move the '--partial' flag and output configuration to the backend.
f506b5779 : Add VAB, VABC state checker to OTA_analyzer.
1ab3abb53 : Refactor the OTA configuration page using several components.
9192086c9 : cargo2android.py:vendor and vendor_ramdisk flags.
be609f5b3 : Add responsive design to the UI.
c52791ae3 : Add data table for build library.
d0bdb7e2e : Add headers to Transactions and Log View tables.
a427c9b64 : cargo2android: rename libxml to libxml_rust
57fa23a5d : When merging tests, prefer non-blocklisted ones.
5ad5ba916 : Fix few UI bugs.
a78583501 : Disable husky prepare
0d88ed9df : Add shorten layer name option in TransactionView
a37a8f2be : Add drag and drop functionality to load files onto Winscope.
2ad732883 : Add data table in OTAGUI.
5ba24e55b : Removing the NaN timestamp error.
94154c1bd : Extend header-abi-dumper/linker --root-dir
afdaa0e8c : Update winscope dependencies
d37d7e6d2 : Rename rust_defaults that contain tests.
12467e54a : Let cargo2android ensure some libraries are whole_static_libs.
0bb19984b : Add dependency for data table.
578160457 : Use material design for OTAGUI.
d5c8b3a43 : Add dependency for vuetify (material design UI).
8ff98dca4 : Add drag and drop file upload.
bccd4df85 : Refactor the frontend using material-desing UI.
f05428fa4 : Rename collect_exported_headers.cpp to source_path_utils.cpp
80819a246 : Add systemapi version of api-versions.xml and annotations.zip to dist.
8d5a72c78 : Add dependency for material-design ui.
ff71e8784 : Avoid showing too many entries in the pie chart once.
9a06a92a3 : Add support to analyse the disk usage by file extensions.
0a58e97e9 : Unify DiffGenerator with flicker objects
477b1e30e : Remove legacy platform API files from platform-tools
9a5b57e68 : Seperate the ota_analysis from OTAgui.
c9cebf06b : Add dependency for OTA analysis.
c8db2d605 : 7/ Speed up property parsing performance
fcc86ab20 : 6/ Parse flicker objects for SF in winscope
9ee8265b2 : Rename Bounds object to Size
f7f9544e3 : [scripts] Get clang version from soong/scripts/get_clang_version.py
a26dc346d : [scripts] Adjust FindClangDir
177910448 : Allow passing multiple crates to update_crate_tests.py
198e93f61 : cargo2android.py: remove TEST_MAPPING generation
52a5bf8b5 : Add some comments for a consistent javascript style.
b7e6e67a8 : Add support for analysing the COW merge operations in OTA packages.
37573fbca : Update to new update_metadata.proto which support COW merge operation.
5b5cd9e4f : Add static_executable property for the binary snapshots
933390bb0 : [SdkSetup] Clean up
18e0c887d : Add 'Select/Unselect All' in partition selection.
8a609acf1 : Use pie chart for visualization of anaylsis result.
5a782225f : Add functions to analyse the composition of payload.
05b20a7eb : [scripts] Fix clang path in symbol.py
1ec0f1315 : Read static libs information from the json files
a1371afd2 : Add name mapping for base64
ff63753f5 : Add support for analysis of OTA package.
76e4550e8 : Add the compiled 'update_metadata.proto' file.
d16272de6 : Add the dependency of echarts.
051439591 : Remove the shell gdbclient.
4c8e875d5 : Remove gdb-specific stuff from gdbclient.py (aka lldbclient.py).
468c234e8 : Remove an ART/dalvik gdb script.
8e96f31b3 : [scripts] Remove hard-coded clang version
09117f691 : Remove native_heapdump_viewer.
6ef65993e : [scripts] Switch symbol.py to clang-r416183b1
17de6ce9c : Fix gdbclient to work with Python 3.
464de6e2d : Increment platform-tools version to 31.0.3.
c2c0ed1f6 : Use database to store ota generate history.
752cec2b9 : Backwards compat for TaskFragment + overlap fix
e804a70bb : Revert "[scripts/symbol] Switch to clang-r416183d"
71cab6686 : Add an alert in frontend when job cannot be submitted.
dce3afb0e : Add support for partial update and target library.
2b6d5b3d3 : Fix overlapping computation for SurfaceFlinger
8b3774e42 : [scripts/symbol] Switch to clang-r416183d
5664f2af2 : Allow adding blocks of texts to the Android.bp file.
3604b7545 : update_crate_tests: Add documentation
fc485b238 : update_crate_tests: Remove cwd
2e532bb1c : update_crate_tests: Clean up
df132d605 : update_crate_tests: Generate Bazel files
5212f8a43 : update_crate_tests: Add init exceptions
3e32afc5a : update_crate_tests: Use prebuilt bazel
76c4e232a : update_crate_tests: Use subprocess.DEVNULL
cb5f2f0bd : Add a lib blocklist and an option to force rust_library_rlib.
fcdf777e5 : Add support for uploading and downloading.
3d6d1e78b : Allow blocklisting cfgs.
f0e53f58a : Add some configuration files.
bb656f5ea : A demo of OTAGUI, still in its very early version.
755c2a3bf : [update_clang-tools.sh] Ignore failures when removing .fetch*
f6b3c91d2 : Allow blocklisting tests.
40c498011 : Add rlib support for vendor_snapshot/update.py
97e414af1 : Allow blocklisting dependencies.
86786ee8a : Update lint baseline for AutofillKeyboard
ebea84643 : Select apex variants from lsdump paths
9295b995e : First commit for otagui project.
7e8247e2e : Abort cargo2android.py if the patch fails.
5774c85c7 : Raise an exception if we encountered an error.
d2f1236a6 : Print the coverage report location at the end of `acov-llvm.py report`.
d690d16db : Convert UiAutomator/Android.mk to Android.bp
aba34f50c : Convert Android.mk to Android.bp
6bf54e3ab : When cargo errors, print an error about cargo.out.
49de3c50b : Convert Android.mk to Android.bp
a2c938f43 : Remove sample multi-client IME
fd06c732e : Attempt to run python-stack_core_test
8370d3085 : Cleaning up owners list for the project
71bd98485 : Allow capturing accessibility trace through adb connected device.
75c9565e5 : Add feature to load accessibility trace file.
f4de762f2 : Cube 3d live Wallpaper can't be set on android 11
926b01325 : idegen: traversing all vendor-specific excludes

+- Project: device/amlogic/yukawa

1e780b3 : yukawa: Add BT config using sysprops
846a57c : Remove recursive expansion
6043432 : yukawa: Rename nvram.txt to show the module name
ba5dd0e : yukawa: cec: Return HDMI_RESULT_NACK if CEC_TX_STATUS_NACK presents
dfe1d63 : yukawa: Switch to bfq io scheduler
5c3f6bd : yukawa: Fix SELinux error report for wificond
381d6b1 : yukawa: Fix SELinux error report for hal_tv_cec_default
16212c1 : yukawa: Fix SELinux error report for bootanim
f8e8390 : yukawa: Fix SELinux error reports for system_suspend and vendor_init
171e6a6 : yukawa: Fix SELinux error reports for bootanim, camera and system_server
82e2558 : yukawa: Move Widevine DRM HAL to AIDL
d140f6a : yukawa: Move wpa_supplicant to AIDL
58d2f72 : Removed audio A2dp and Hearing Aid from device.mk
44ea220 : Remove profile_supported_hdp overlay
8a5af2e : yukawa: Set default kernel prebuilt version to 5.10
b175424 : Declare license metadata for copied files.
4dbb456 : yukawa: Fix contexthub manifest version
4ca6de4 : YUKAWA: media: add the media profiles configuration file
3397c04 : yukawa: Use filegroup for drm_hwcomposer common files
fc6a54c : yukawa: Use separate mixer_paths file for HDMI only device
b2d8c89 : yukawa: Add TARGET_USE_HDMI_AUDIO compile option for audio HDMI Out
d5935e2 : yukawa: Make verbose micMute enabled only for debug purposes
71a7e2f : yukawa: Add Mic Mute package only for SEI610
04507b1 : yukawa: Add MicMuteService
06a28c3 : yukawa: Move YukawaService to Android.bp
a4eb019 : yukawa: Allow only mmcblk0 to be removable MMC block device
4c78cc6 : CEC: Add implementation of SYSTEM CEC option to yukawa legacy HAL
97ae19a : yukawa: Fix audio config for HAL V7
c6397d0 : gralloc: Also use DMA HEAD for HW_COMPOSER only buffers
b42c4ff : CEC: Add implementation of ENABLE_CEC option to yukawa legacy HAL
edffa42 : yukawa: Get usb_gadget product name from bootloader
4cb4883 : yukawa: Remove super.img from update package to have conversional images
9fed3de : yukawa: Fix fastbootd data transfer by removing AIO compatibity
d7c5fc6 : yukawa: Rearrange build for easier extension
84426c4 : yukawa: Fix yukawa_sei510 build
e83d695 : yukawa: BT: Use different define to disable BLE local privacy
5688572 : yukawa: Add dtbo.img into build artifacts
7493893 : yukawa: fstab: remove */block/mmcblk2 entry
d04f709 : yukawa: fstab: re-indent file
21c2661 : yukawa: Make kernel 5.4 a default kernel
76a22c3 : Remove ndk_platform backend. Use the ndk backend.
bac43fd : yukawa: Fix bootloader version match
3c46a4a : yukawa: Switch soundrigger@2.2 service to 2.3
61ef4f1 : yukawa: Update PRODUCT_SHIPPING_API_LEVEL to 31 and FCM to 6
4f289d9 : yukawa: Switch boot@1.0 service to 1.2
0571dd6 : yukawa: Remove memtrack package
2baf913 : yukawa: Remove android.frameworks.schedulerservice
d6c7dc3 : yukawa: Update PRODUCT_SHIPPING_API_LEVEL to 30 and FCM to 5
3fa176a : yukawa: Remove configstore from the manifest
d09d4ae : yukawa: Switch drm@1.0 service to 1.3
fd210a6 : yukawa: Switch power@1.0 service with example service
d1588d1 : yukawa: Switch to health@2.1 service from cuttlefish
8ea775d : yukawa: Switch soundrigger@2.2 service to 2.3
e65cce5 : yukawa: Update PRODUCT_SHIPPING_API_LEVEL to 31 and FCM to 6
abb67f0 : yukawa: Switch boot@1.0 service to 1.2
03d70b2 : yukawa: Remove memtrack package
c4490cf : yukawa: Remove android.frameworks.schedulerservice
8a75587 : yukawa: Update PRODUCT_SHIPPING_API_LEVEL to 30 and FCM to 5
2c3d3ae : yukawa: Remove configstore from the manifest
6bae194 : yukawa: Switch drm@1.0 service to 1.3
8935e51 : yukawa: Switch power@1.0 service with example service
d83da15 : yukawa: Switch to health@2.1 service from cuttlefish
e994c2b : yukawa: Switch soundrigger@2.2 service to 2.3
3a662af : yukawa: Update PRODUCT_SHIPPING_API_LEVEL to 31 and FCM to 6
1720723 : yukawa: Switch boot@1.0 service to 1.2
f812618 : yukawa: Remove memtrack package
101590b : yukawa: Remove android.frameworks.schedulerservice
1c5f7c0 : yukawa: Update PRODUCT_SHIPPING_API_LEVEL to 30 and FCM to 5
f3e03cc : yukawa: Remove configstore from the manifest
669d099 : yukawa: Switch drm@1.0 service to 1.3
de1c795 : yukawa: Switch power@1.0 service with example service
fe33e2a : yukawa: Switch to health@2.1 service from cuttlefish
c008dda : bootloader: update to uboot v2021.07
8318151 : yukawa: Add TARGET_KERNEL_CFG build option to expand kernel cmd
d2f2aa4 : yukawa: Adjust FIP generation script for VIM3L
a3fd825 : yukawa: Enable HAL access to usb devices
defe21a : yukawa: Switch to Audio HAL 7.0
d22b765 : yukawa: Add dmabuf heap access permissions
f3b8905 : yukawa: Add dmabuf heap support to SELinux
97ab2b2 : yukawa: gralloc: Add dmabuf heap support
4e2f238 : yukawa: gralloc: Clean up previous ion api rework
cbed20b : yukawa: Set target-level=4
112b885 : Revert "yukawa: Add default thermal HAL Ver 1.0"
8ad2302 : yukawa: Switch to graphics.mapper@ Ver 2.1
0a410ff : yukawa: gralloc: Update ver r09 with GRALLOC1 SDK 28 support
2ba5d69 : yukawa: Add yukawa32_gms build handling
9a03987 : yukawa: Switch to bluetooth.audio 2.0
a86caf0 : Fix LOCAL_POST_INSTALL_CMD wrt libOpenCL
77162a3 : [LSC] Add LOCAL_LICENSE_KINDS to device/amlogic/yukawa

+- Project: device/common

6ee17a2 : Make a copy of the COPYRIGHT file

+- Project: device/generic/art

7842501 : Change add_soong_config_var_value to soong_config_set
d2fbc95 : No longer use flattened APEX packages in ART Buildbot targets.

+- Project: device/generic/car

a934e7b : Add RailwayReferenceApp to gsi_car_base.mk
e14e41c : Define config_availableColorModes.
211eb97 : Add android.hardware.security.model.compatible feature
c838f2c : Remove target-level definition from protocan manifest to avoid conflicts
d051f90 : Create 64bit only car board
65477f3 : Add HideCameraApp.apk to the allow list
ee93781 : Add boilerplate for Railway reference app.
2c8bfbd : Create 64bit only car board
76df5c6 : usbpt: delete firmwares for dongle
5e2d6cd : Fixed the priority for emulator RRO
bbcac0c : Also configure CCAN for GSI
57876af : usbpt: delete firmwares for dongle
9926aba : Add LOCAL_LICENSE_KINDS to device/generic/car
4facbdc : Fixed the priority of the Emulator RROs.
c38ace5 : Update watchdog health check timeout in emulator to 20 secs.
a8c33ac : Add cartelemetryapp to gsi_car_base.mk
5e45840 : Fixed overlay for signed apex for emulator
06ce4ce : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/car
bce487f : Remove CarTemplatesHost.mk from common/car.mk
b3759d5 : Add LOCAL_LICENSE_KINDS to device/generic/car
29110cc : Add LOCAL_LICENSE_KINDS to device/generic/car
3bb4283 : Fixed overlay for signed apex
87a891e : Migrate config_ethernet_interfaces overlay.
cb32866 : Fix vhal-emulator-service definition.
11a0d38 : Add libmath in protocanbus.
d59310c : Freeze AIDL APIs for TM
11c8bd0 : Added more threads to car audio HAL.
028b46e : Re-enable default broadcast radio HAL
f67ece4 : Use AIDL emulator VHAL.
3357dd4 : Update to new telecom feature
6c1252b : Re-enable default broadcast radio HAL
8e4bf1c : Re-enable default broadcast radio HAL
6f4edba : Add evsmanagerd dependent packages
f3366d7 : Update the VHAL prop result type in emulator.
a8523f6 : Removed unused CarService Overlay
970cb5a : Update sensor features for cars to include limited axes IMUs.
be13b23 : Fix the build for gcar_emu_x86_64
2d85112 : Fix the build for gcar_emu_x86_64
7f5b5f7 : Add BT libs to PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST
8924d2f : usbpt: bluetooth: determinisitically load firmware
18c78cd : usbpt: bluetooth: determinisitically load firmware
41ebc4d : Revert "usbpt: bluetooth: determinisitically load firmware"
e0c3e0a : Add BT APK and libs to PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST
1746d07 : usbpt: restructure usbpt related files and directories
733c5fc : Revert "Use AIDL emulator VHAL."
a7eb559 : Add curl to allowed packages on GSI car
1c07aed : Add initial usbip util binary.
f6afb7f : usbpt: bluetooth: determinisitically load firmware
106ab87 : usbpt: restructure usbpt related files and directories
c8371d9 : Declare license metadata for copied files.
a70c273 : Converted all CarService ovarlays from emulator to Static RRO
3ffa826 : Modifying the Audio HAL to support BT HFP for Trout
7640bc1 : Rename VehicleHalUtilsVendor to VehicleHalUtils.
1cb40cf : Use AIDL emulator VHAL.
0719b2f : Rename VehicleHalUtils to VehicleHalUtilsVendor.
36ec628 : Fix build break
d77dda5 : Revert "Broken build 8093898 on git_master on build_test"
2dcb79f : Increase VHAL health check interval in all emulators
4bc56ad : Create Emulated vehicle service for AIDL.
7292d87 : Move Connection libs outside vhal_v2_0.
a145334 : Allowlists statsd libraries
dd4d726 : Revert "Unset PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT for gsi_car_${arch}.mk"
157896e : Enable local transport for secondary User
c1cbee1 : Broken build 8093898 on git_master on build_test
2254ad2 : Moved ScriptExecutor to car framework apex module.
9161093 : Support rotary controller in emulator
216d662 : Copy some relevant files over to form a base
e7f8bd5 : Introduce IVehicleBus.aidl
ce5a65d : Add powerpolicy.internal-V1-ndk.
37fed2a : Remove CarServiceUpdatable from gsi
c9d1732 : Rename power policy internal interface in gsi_car_base
a5a1fa2 : Add initial usbip util binary.
eed2d1d : Add powerpolicy-V1-ndk
9f74d5b : Remove libcar-framework-service-jni library
42baa44 : Removed unnecessary odex and vdex files
2aaee4d : Remove ndk_platform backend. Use the ndk backend.
d168e52 : Remove ndk_platform backend. Use the ndk backend.
4a0406f : Remove ndk_platform backend. Use the ndk backend.
3e9b2bd : Remove obsolete product_sdk.mk references
a09f432 : update gsi for car apex module
449863a : Fixed build failure in gsi_car* due to system/etc/permissions/car-frameworks-service.xml
37b3d6d : Removed power policy from audio control service.
a358e5f : Added car-frameworks-service-module to gsi_car_base.mk
1fb3366 : Unset PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT for gsi_car_${arch}.mk
9170a94 : Unset PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT for gsi_car_${arch}.mk
c24a30c : Added separated audio effects manifest file
da31677 : Remove android.car.module
734d0a4 : Remove ndk_platform backend. Use the ndk backend.
85123a9 : Move jni files from CarService to CarServiceUpdatable
4dbd0ab : Remove ndk_platform backend. Use the ndk backend.
fd228a8 : add CarServiceUpdatable
cdbd193 : [AAOS Emulator] Restricting ethernet network by default
b25507e : Revert "[AAOS emulator] Disable Ethernet by default"
7597ba1 : car lib / car service components with module API only
7442122 : Revert "car lib / car service components with module API only"
bc2beb4 : car lib / car service components with module API only
2bfbec7 : [AAOS emulator] Disable Ethernet by default
2009296 : Enable usb host feature on car emulators
7e2fcae : Support debug commands in emulated VHAL.
93eb451 : Create emulator VehicleService.
c8823eb : Move emulatedUserHal to default VHAL.
5ea5edb : Move heartbeat logic to default VHAL.
ba451bd : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/car
47eb341 : [Bug Fix] Turn on Wi-Fi after boot for aosp_car targets
161a8e2 : add missing x86_64 case for product artifact
31eb9e7 : Add TODO and tracking bug for artifact-error
0563806 : add update gsi_car product artifact
d6d97c2 : Update the onDump interface.
5655891 : Move emulator VHAL impl to new folder.
ca99f2c : Change arm devices to generic
6280fb2 : Wake all condition variables after ext_pcm mixer consumes the buffers
901237b : Add system properties to configure audio HAL
aff371b : Fill the audio vbuffer to prevent underrun
c059874 : Include emu specific mk file
d3403df : Use CarUiPortraitSystemUI in car_portrait_ui emu
277a25d : Add CarxTemplatesHost.mk to car.mk
2db4ea5 : Set up RROs for car_ui_portrait emu
1f2b7c1 : Revert "Add CarxTemplatesHost.mk to car.mk"
3a37fe3 : Add CarxTemplatesHost.mk to car.mk
82269f3 : Add missing line break
f78ecf4 : Include static RRO for car_ui_portrait emu
4e3f352 : Split AOSP and GAS emulators
7ef089e : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/car
2b3b712 : Add 2 board configs for car emulators

+- Project: device/generic/common

239b3e9 : Unfold the result of output-kernel
3456f2d : Removing BOARD_BUILD_SYSTEM_ROOT_IMAGE
f4c89a2 : Allow BOARD_BUILD_SYSTEM_ROOT_IMAGE override by command line flag.
bb03403 : Output debug kernel prebuilt files to dist kernel/*-debug folder
e7eb365 : Excluding the ramdisk from GKI boot images
bb49c7b : Remove init_boot.img from gki_$arch
3d13b35 : Output boot images with kernel 5.15 in gki_$arch
a5dd19b : Remove obsolete option BOARD_COPY_BOOT_IMAGE_TO_TARGET_FILES
f346c9a : Add targets for building boot.img with GKI
f1efada : Remove GKI from gsi_$arch
cb1d863 : Revert "Let gsi_arm* products build mk_combined_img"
e25376e : Let gsi_arm* products build mk_combined_img
1ecdb40 : Verbose comment for PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT
e1ade02 : Revert "Stop building boot-with-debug-*.img for GKI"
0dac1b3 : Stop building boot-with-debug-*.img for GKI
7c26d07 : Reland: Add a copy of debug policy to GSI system image
a172c9e : Revert "Add a copy of debug policy to GSI system image"
c329a3a : Add a copy of debug policy to GSI system image
0f87b5d : Add GKI to gsi_x86_64 build

+- Project: device/generic/goldfish

5357dcd4 : Protect frame counters in device_port_source
07939a12 : audio: Revert start/stop calls
0e902e9f : Enable btlinux HAL
ac662ba5 : virtio gpu can manage the colorbuffer. Don't need RefCountPipe
50800c51 : Add addon source properties for ATD images.
fc98a22e : Configure 'no wallpaper service' for slim image to improve boot times.
7388640f : Call super.onDestroy in FallbackHome to appease system server.
54029b1a : Add sdk_slim_arm64 target.
56e3073d : Support browser intents in slim image.
8e2ae179 : Fix default home detection.
fc8e6adb : Add slimulator product make file
697a5908 : Port slim image config from rvc-emu-dev.
235afcf7 : Disable ultrasound speaker/mic features
77158cfe : Account for `pcm_open` failures
f6788063 : Add options to disable tinyalsa
f1505ea6 : Make capture position audio tests pass
5e86ce42 : Fix NullSink::getPresentationPosition
a2aeadfa : Fix NullSink::getPresentationPosition
617513cd : Add support for start/stop calls
174a7918 : Wrap tinyalsa API to log errors
45ff67dc : Fix pcm_config values in the audio HAL
2a0ce50e : Annotate variables with GUARDED_BY
912d19eb : Protect the frame counters by a mutex in the audio HAL
ef90cb42 : Add support for start/stop calls
64f0b928 : Link the goldfish/audio HAL with libtinyalsav2
58db0306 : Return the time of the last presentation
6dd4f722 : Account for underruns
7d0f668a : Fix calculation of available frames in audio hal
c45bb0e5 : Revert "Advertise device id attestation for 64-bit goldfish"
a25f160e : Revert "Advertise device id attestation for goldfish"
23e686a3 : Update the build ID of the required emulator
a9cfece0 : Sepolicy for minigbm
e5e5ccff : Update to minigbm
bcc5d9b8 : [Freeform] Force enabling fixed to user rotation
fb625120 : Update sdk parent
6e1580d1 : Advertise device id attestation for 64-bit goldfish
33796a93 : Advertise device id attestation for goldfish
efea60af : Allow excluding Fingerprint hardware for 64bitonly builds
d3032067 : codecs: enable hevc for arm64 as well
b9834ddd : codecs: re-enable adaptive playback for hevc
32fb8928 : Adding support for TYPE_SENSOR_PLACEMENT in sensor HAL
9c9e3a19 : Label one more device in sysfs
b013ea79 : Enable the VirtioSndCard feature (2)
9bcb2b86 : Update Vulkan dEQP level
37360b4c : Pass the requested sampling rate to the hardware
26b41fd1 : Move ranchu to mainline (5.15) kernel
6c97a3f0 : goldfish: builds goldfish hevc c2 component
7a4fbfd9 : Pass the requested sampling rate to the hardware
e3f249b5 : Revert "Disable camera on TVs"
92dd13fa : Sync whitespace in advancedFeatures.ini
e21f7ccf : Declare license metadata for copied files.
dcf1b07f : Fix SELinux issue for qemu-device-state
823abf5f : Remove Vulkan = on in advancedFeatures.ini
3dc977a6 : Phase out config_roundedCornerMultipleRadius from overlay package [Generic]
b828dd5b : goldfish: bump first shipping api to 33 (T)
4cdba973 : Add bluetooth audio HALs
1760a99d : Convert mk_combined_img to python 3
7da20745 : Migrate config_ethernet_interfaces overlay in goldfish.
dd5a8411 : Configure 'no wallpaper service' for slim image to improve boot times.
eb8a11db : Call super.onDestroy in FallbackHome to appease system server.
67623636 : Add addon source properties for ATD images.
8c68bd6b : Add sdk_slim_arm64 target.
1ad00459 : Support browser intents in slim image.
9c71e0f4 : Fix default home detection.
0ec815fe : Add slimulator product make file
b46edc0d : Port slim image config from sc-emu-dev.
ee2aa24d : Revert "goldfish: disable hardware decoder, for now"
5867c4f8 : goldfish: fix widevine related sepolicy issues
9f917031 : Fix stream type check, accept empty type
3d721054 : Do not validate `track.destination.device` in `SinkMetadata`
a8bdd8df : Turn off PlayStoreImage feature for userdebug images.
ce975eb9 : Turn off PlayStoreImage feature for userdebug images.
34988a81 : Fix typo in 64bitonly/product/vendor.mk
0b3bdfce : Fix pcm_config values in the audio HAL
e2bc62ea : Configure 'no wallpaper service' for slim image to improve boot times.
601478b7 : Configure 'no wallpaper service' for slim image to improve boot times.
125a8f24 : fvp: Switch to specific overlay
04be3676 : Update to new telecom feature
7f5d244e : Advertise support for attest keys
d4068997 : Fix NullSink::getPresentationPosition
e60bb83a : Call super.onDestroy in FallbackHome to appease system server.
10164a9a : Restructure slim overlay
665da3f8 : fvp: Downgrade hwcomposer to 2.1
e29abee6 : Annotate variables with GUARDED_BY
e72a5c79 : Make the Media Projection dialog consistent (2/3)
54ed5de9 : Protect the frame counters by a mutex in the audio HAL
0a8dbb97 : Allow excluding Fingerprint hardware
671f97de : Add support for start/stop calls
e87ee7e0 : Link the goldfish/audio HAL with libtinyalsav2
8888ed48 : fvp: Use the kernel prebuilts by default instead of a self-built kernel.
40528175 : fvp: Switch to the XHCI USB interface in QEMU.
55bce9c3 : fvp: Remove definition of BOARD_BOOTIMAGE_PARTITION_SIZE.
ebf3cbc9 : Disable PC unrelated features
25447682 : Reland "Add a core configuration that disables the zygote."
eeaea072 : Declare license metadata for copied files.
f48b0eb3 : goldfish: disable hardware decoder, for now
5a89de05 : Fix cert-dcl16-c warnings
a11a71a0 : audio: Remove the implementation of IStream@7.1
b7f8ab02 : audio: Implement IDevice.setConnectedState_7_1
66d3e368 : Remove "GnssGrpcV1= on" from advancedFeatures.ini (userdebug)
379e30e8 : Use AIDL Radio HAL.
c595f562 : Audio: Add latency mode APIs for HAL V7.1
e1098d31 : Revert "Add a core configuration that disables the zygote."
74aac1b4 : Revert "Add input classifier HAL"
b440d8a3 : audio: Implement audio HAL V7.1
62b7e0e3 : audio: Parametrize audio HAL sources by version
40e5cabb : audio: Remove the implementation of IStream@7.1
4503d5df : Use ART's list of public libraries for minimal targets.
8922b5ea : Add gsid and remount to minimal_system.mk.
76833825 : Fix rotary input config name
eaf75bcd : Disable PC unrelated feature "android.hardware.camera.ar"
3556e978 : Update the required emulator build
b057b045 : audio: Implement IDevice.setConnectedState_7_1
b6a0e49f : Audio: Add latency mode APIs for HAL V7.1
bd874fa8 : goldfish: add shortened 64bit boards
8a463ba4 : Migrate "rounded_corner_content_padding" for goldfish
8ad37d6d : Add a core configuration that disables the zygote.
889bf786 : Considate NNAPI HIDL limited service binaries to single binary
c9b2d3e4 : audio: Implement audio HAL V7.1
70fb69f6 : audio: Parametrize audio HAL sources by version
c393ef07 : Call super.onDestroy in FallbackHome to appease system server.
51391da5 : Make capture position audio tests pass
21f04e09 : Add extra checks for invalid arguments to audio HAL
5fbfc930 : Return the time of the last presentation
a9e8c356 : Account for underruns
40453116 : Fix calculation of available frames in audio hal
61df7d0a : Add config for mapping deviceState to posture
50f28903 : Use android.hardware.gnss@2.0-service.ranchu in device/generic/goldfish/vendor.mk
0b971ab7 : goldfish-codecs: update encoder performance data
c79912a3 : Disable ContentCaptureService on PC emulator
4791ce5c : Switch goldfish to use keymint
fe2758ee : Update goldfish rc file to use Supplicant AIDL interface.
084e50e9 : Remove nested OWNERS files.
9b516188 : Move Make rules from board config to build/tasks
7a9ebd27 : Trigger WRIST_TILT sensor on each new data
98d0ca69 : Make emu_extra_imgs for sdk_phone* products
ea9e55ce : Add a WRIST_TILT_GESTURE sensor to goldfish.
0a2da17c : Remove `gdbserver` from `PRODUCT_PACKAGES` in `fvp_mini.mk`.
4669b11a : SEPolicy needed by LTP fallocate05
7d6fe1a7 : goldfish: add tablet
685f3347 : Do not exclude virt_wifi kernel module
ffebe0f9 : Add config.ini.pc for desktop AVD
a80ae1e8 : Increase goldfish boot.img size.
a2a79994 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
9c532afd : Fix SELinux issue for qemu-device-state
a97fff1c : Removing 'verity_update_state'
0ec5dcea : goldfish: fix selinux lable for disks
7b8012b5 : goldfish: label virtio block devices for ARM64
8fdd46a1 : Add addon source properties for ATD images.
bb222d76 : Add sdk_slim_arm64 target.
1dbe3dfe : Support browser intents in slim image.
f359da36 : Fix default home detection.
2a4bbbfd : Add slim/ATD product make file
94112146 : Cherrypick slim/ATD image config.
b067b6bc : Add image_source.prop_template for PC
c6abd3ce : Enable relevant feature flags for Kingyo
b95fc28b : [Clean up] Remove emulatorip
27b36dff : Disable split-notification.
8eb28bf9 : Add new lunch target for desktop AVD
bec1a3e0 : Revert "Revert "Remove the sysfs_block_type SELinux attribute""
05ecb3ad : Revert "Remove the sysfs_block_type SELinux attribute"
1bb4f797 : Add config overlay config_autoTimeSourcesPriority to sync guest time
5ed278fe : Remove the sysfs_block_type SELinux attribute
69d322cf : Restricting ethernet network by default
2c058fda : Remove obsolete product_sdk.mk references
f2ba45ee : Remove unused files.
90d02c53 : Fix a typo in `adjust_channels` arguments
6bb98cb9 : Add slimulator product make file
829a8474 : Restore hwcomposer manifest snippet in FVP.
97f8f9fc : Increase goldfish boot.img size.
f270fe3e : [Wifi] Completely retire Wifi solution with hostapd running inside the guest.
629bc049 : Upgrade to hwcomposer 2.4
88cde068 : Remove hwcomposer manifest snippet to avoid conflict
b3fed519 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
a98c8317 : Remove access to unlabeled vsock_socket
ff26e96d : Port slim image config from rvc-emu-dev.
7aca4dd4 : Fix the virtio_block PCI IDs
30b7d272 : Add feature to allow multiple display configs
552e4e74 : Add feature to allow multiple display configs
f053fdd9 : Use wildcards instead of hardcoded PCI IDs
978be1d2 : Fix the virtio_block PCI IDs
0f4b1ab4 : Revert "fvp: Add Bluetooth support"
0a2030d4 : fvp: Add neuralnetworks HALs.
b8b70c1d : Add options to disable tinyalsa
48c97b6f : Move audio.effects into a separate manifest
70bf7fa5 : SELinux label of wakeup1 for arm64 GKI 5.4
682a45dc : (reland) Update the audio HAL to @7
c8b26fbb : Revert "Update the audio HAL to @7"
47601082 : Update the audio HAL to @7
f5ab77bf : Add feature DeviceStateOnBoot
a000cddf : Enable the bluetooth feature.
da8c9dbe : Associate the sysfs_block_type attribute with the sysfs_virtio_block type
b8922850 : Enable btlinux HAL
e8d56650 : Bump emulator version to 7637665
c1a2e6c0 : Revert "Enable btlinux HAL"
e9eda283 : goldfish: fix authenticator id
6de47a8d : Fix SELinux violation of netd sysfs access
97399c1f : Fix SELinux issues for arm64 Goldfish
aa23a677 : add display settings configuration
c9aea1f5 : Disable the uncalibrated gyro sensor
3d553021 : Ensure full kernel is at mainline with cherry-picks.
8c278755 : Enable btlinux HAL
c61cb162 : [FVP+QEMU] Fix libminigbm_gralloc selinux denial.
059a42de : [Wi-Fi] Set channels to 2 when creating mac80211 radios.
d87975b0 : Revert "Usb Passthrough: Enable usb passthrough on master"
c45f6c1a : [FVP/QEMU] Migrate from legacy SwiftShader to SwANGLE.
9282c7f5 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
ba0246ca : Usb Passthrough: Enable usb passthrough on master
174f71df : Declare GPU profiler support
85f38a72 : [Bug Fix] Fixed Settings SIMs Crash
603c3cf8 : Remove support: libfeature_support_angle.so
3fabbbe8 : Enable `AndroidbootProps2`
dc2b0076 : Kernel/modules only package for Goldfish
8b856c88 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
479d323b : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
11d98989 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
03e60db4 : Populate ro.kernel.qemu
299712bf : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
3eebce22 : Remove wait_for_keymaster and all references
24f0afeb : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
2c892393 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
26be8303 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
b846e8f1 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
dd8799a4 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
5330b9d4 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
58b8885d : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
47be9007 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
f6eb4e95 : c2-codecs: adjust h264 performance point
36a22785 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
e657715f : Populate ro.soc.* properties in init.ranchu.rc
30139aed : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
4adc1f99 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
d18ee1fc : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
fa9713e2 : Revert "Add prop to control renderengine backend"
f6c98ff1 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
e99cc8cf : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
5129027a : Add pixel 5 overlay
b3d42a74 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
822898a0 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
3e86552e : c2-codecs: adjust performance points for vpx decoders
b51658f0 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
e3deab3f : Add prop to control renderengine backend
25ae4170 : Fix prop for guest angle for bootconfig
07f428a3 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
b17aaffe : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
8aa5c2e1 : Read adb public key from bootconfig on boot.
d77b039b : goldfish-audio: reduce log verbosity
05a31ed0 : goldfish: enable AndroidbootProps on arm64
488ba8a0 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
53f365e1 : [LSC] Add LOCAL_LICENSE_KINDS to device/generic/goldfish
3cdae3b0 : Enable recent Vulkan perf/correctness features
7f4c09b8 : Create overlay for different device skin
9b6def41 : Fix missing switch for guest ANGLE
7ee79ad8 : Add display config for foldable
4c0be8b2 : Revert^2 "Remove qemu.hw.mainkeys from vendor_qemu_prop"

+- Project: device/generic/goldfish-opengl

3fc12989 : Fix unused struct in VkGraphicsPipelineCreateInfo
219aa7b1 : Fix textarget in s_glFramebufferTexture2D
fb51c38d : Fix pbo size
fec3dba2 : Translate Android external formats structs to Ycbcr sampler
48fdca93 : Clean up RBO destroy code and fix regression
ac9dace3 : Use share pointer for texture data
942dd778 : codecs: use bit field to check graphic or linear buffer
38858f07 : codecs: get decoder output mode using pool id
a707249b : Rewrite RBO with shared pointer
2a566b8a : codecs: add h264 decoder helper
fe82255f : codecs: remove the output buffer as it is not needed by hevc helper
9c42d7b3 : codecs: add hevc helper to pre-decode the header for w/h
d2b416a7 : goldfish-opengl: don't de-duplicate rendernode fd for non-ASG streams
fa5552be : goldfish-codecs: fix config crash
b7917439 : Fix corner case for render buffer reference count
a533969a : Add more format features for AHB in Vulkan
84761fc7 : goldfish-codecs: support hevc
28522a81 : [build] Fix strict prototype warning with latest Clang.
7b99a387 : Report memory feature in getPhysicalDeviceFeature2
944c9ee4 : Add functions to fetch device from commandbuffer
f183ac66 : Add vkCmd* device extension functions
b851b7e4 : Regenerate encoder from external/gfxstream-protocols
dd2c3171 : fuchsia: Support VK_EXT_queue_family_foreign
9212a425 : Identify samplerExternalOES in sampler array
d19847f5 : Identify samplerExternalOES in sampler array
f0619e5e : c2-codecs: bump buffer size to 6M
a31e64d4 : Handle VkSamplerCustomBorderColorCreateInfoEXT in on_vkCreateSampler()
7907febc : fuchsia: Fix build
9db48277 : fuchsia: Only call vkGetLinearImageLayout2 on linear image creation.
d402c800 : c2-codecs: use VIDEO_DECODER usage instead of GPU_DATA_USAGE
722ddb30 : Adds a ClientFrameComposer which forces client composition
200fe745 : Adds a NoOpFrameComposer to Ranchu hwc3
4a9e3103 : Allow EGL images to be created with P010 AHBs on Gfxstream
576cb8b4 : Fix compile errors on Android R
53e6ce16 : Adds a NoOpComposer
e22c8d1b : Use multiple composition result buffer
a67699f8 : Reformat HostComposer
07637497 : goldfish-opengl: meson modifications for header change
f73bebac : goldfish-opengl: always use local virtgpu_drm.h
029738d1 : Fix textarget in s_glFramebufferTexture2D
ea692c56 : goldfish-opengl: remove retrying rendernode logic
683d66a3 : goldfish-opengl: open rendernode in HostConnection
6adffbd4 : goldfish-opengl: one virtgpu instance per HostConnection
8eb2f027 : Wait until host resource is created when using virtio-gpu
308c00b3 : [HWC3.0] Add Capability::BOOT_DISPLAY_CONFIG on Goldfish
44d48915 : Revert "goldfish-opengl: don't filter out DEVICE_LOCAL_BIT"
2cf270a5 : goldfish-opengl: don't filter out DEVICE_LOCAL_BIT
42d67e49 : goldfish-opengl: get rid of isMemoryTypeHostVisible
54d82fee : goldfish-opengl: expose external memory on Linux guests
c1775d39 : Demote fallback to client composition logs to DEBUG_LOG
69131f75 : Demote fallback to client composition logs to DEBUG_LOG
097e542e : Check the reserved usage bits
77647fdc : goldfish-opengl: remove connectionType()
ca5a7d55 : goldfish-opengl: assume PLATFORM_SDK_VERSION greater than 16
657334da : goldfish-opengl: nuke getOrCreateRendernodeFd()
f31bd846 : Move comment to license_note
95d2e356 : fuchsia: Fix a division-by-zero error.
7d103e84 : Implement setLayerBrightness() for hwcomposer3
80875526 : No need to change composition types after an error
1fe44654 : Don't log error on acceptChanges() called without any pending changes
a9f27912 : goldfish-opengl: One virtio-gpu instance per API instance
6f7f30ce : goldfish-opengl: plumb capset_id to creation of virtio-gpu device
4254dd7c : Include display config id in logging
1c607c7c : ResourceTracker: Use vkGetLinearImageLayout2GOOGLE to check linear image layout.
dcaf0679 : gfxstream guest: Add vkGetLinearImageLayout2GOOGLE
a1799551 : Handle DISPLAY_DECORATION layers
430076e7 : fucshia: Fix build.
881cf6df : Add getDisplayDecorationSupport() to HWC3
bac5ca2e : goldfish: remove IComposer.dumpDebugInfo
6c5a79d8 : goldfish-opengl: ifdef VK_USE_PLATFORM_ANDROID_KHR --> ifdef VK_USE_PLATFORM_ANDROID_KHR or Linux
647d45a7 : goldfish-opengl: assume post-O
6710a04d : goldfish-opengl: Remove extra exclamation points
d5e35000 : __linux__ is defined on our build.
cb69cadc : Check for failed mmap, and return OOM after cleaning up.
1e400ad7 : goldfish-opengl: remove extra VK_KHR_image_format_list
94411f6a : Do not query capset info on CONTEXT_INIT.
f72403bf : Mac build fix
4ab328c5 : Reland "Share the same rendernode for all host memory block""
a81c85ea : goldfish-opengl: be more platform agnostic with
a8729e31 : Add extensions required for Angle GL apis support
c4a7032c : Fix some debug messages about display state
255da092 : Revert "Revert "Add VK_EXT_line_rasterization extension support""
dc8a9fc8 : Revert "Add VK_EXT_line_rasterization extension support"
4cc832d2 : Add VK_EXT_line_rasterization extension support
83ec7ba5 : Allow virtgpu_address_space_open to continue without CONTEXT_INIT
17fb9b13 : Avoid an extra copy for RGBA layers
bfae1f27 : add externsion VK_EXT_provoking_vertex support
b5e6d0b5 : Avoid an extra copy for RGBA layers
b53b790c : Implement Ranchu HWC3
377ff8cf : Respect libdrm vsyncs
5c653761 : Build fix
935e3b7b : goldfish-opengl: use context init with virtio-gpu
2522b121 : goldfish-opengl: use virtio-gpu address space on Linux
8fb06428 : goldfish-opengl: generate a ICD
c01f2cfb : Returns a valid fd in vkGetFenceFdKHR for signaled VkFence
50db30e1 : goldfish-opengl: Protect shared texture objects map
a91847a9 : goldfish-opengl: differentiate goldfish/virtio-gpu via minigbm only
704033fa : add rgtc extension support
62ca1fcf : Adds some atrace annotations for ranchu hwc with guest composer
e12328fa : fuchsia: Support upstream FUCHSIA_buffer_collection extension.
1a68f65b : goldfish-opengl: add Linux meson build for Vulkan cereal
353409a8 : Reland vulkan-198[G3]: guest codegen
b95f07bf : Reland vulkan-198[G2]: Update guest handle list.
faad3640 : Reland vulkan-198[G1]: Support building on old version of vulkan-headers.
12946baa : goldfish-opengl: include <cstddef>
a6f5faf9 : goldfish-opengl: reference <virtgpu_drm.h>, not <drm/virtgpu_drm.h>
a91c2756 : goldfish-opengl: Linux stream fix
cc675d7e : goldfish-opengl: more compat
3f92a0a3 : goldfish-opengl: fix double definition of threadstore
ffc8b540 : goldfish-opengl: update Android compatibility layer
a1292d98 : goldfish-opengl: add cstring in various places
16dddda1 : Revert "vulkan-198[G1]: Support building on old version of vulka..."
05c99612 : Revert "vulkan-198[G2]: Update guest handle list."
a9f41f5f : Revert "vulkan-198[G3]: guest codegen"
4f1c32ae : vulkan-198[G3]: guest codegen
7df71db3 : vulkan-198[G2]: Update guest handle list.
be015444 : vulkan-198[G1]: Support building on old version of vulkan-headers.
74371715 : fuchsia: Remove references to old VK_FUCHSIA_buffer_collection extension
5340f442 : fuchsia: Remove private defs of external memory / semaphore exts.
ac779aa3 : fuchsia: Remove all TEMP_* enum values. (guest)
d5a6c169 : fuchsia: Remove all references to FUCHSIA(X) for non-Fuchsia builds
837cb914 : make: Clearly specify python version for cmake_transform.
8f2f8b7d : fuchsia: Remove old FUCHSIA buffer collection extension.
324fa65f : deepcopy: Always cast pointer to "void*" for allocated pNext structs (guest codegen)
60029ffb : goldfish-opengl: check against MAP_FAILED
a6ed9fbe : Revert^2 "Rerun codegen"
fb9dd35a : Revert "Revert "Fix VkImageCreateInfo mismatch for AHB sibling V..."
ed5df6fd : goldfish-opengl: nuke PixelFormat
77007dc4 : Revert "Rerun codegen"
fde32725 : Revert "Fix VkImageCreateInfo mismatch for AHB sibling VkImage(g..."
3de62d64 : goldfish-opengl: remove Orea + JellyBean specific code
d7d7bfbe : goldfish-opengl: ignore KitKat specific code
5a6541c2 : Update emulator CmakeFiles
f6559beb : goldfish-opengl: static_cast<..> to reinterpret_cast<..>
a7242e6c : goldfish-opengl: ResourceTracker: don't use anonymous brace-closed initializer list
128febea : goldfish-opengl: assume an SDK version greater than 16
cb790889 : goldfish-opengl: stop checking DWITH_GLES2
ea28f659 : Fix VkImageCreateInfo mismatch for AHB sibling VkImage(guest side)
11843c74 : Rerun codegen
dfce9898 : Disable timeline semaphores for now on Android
86512da5 : goldfish-opengl: remove dependency on mutex class
65377db3 : goldfish-opengl: AutoLock --> AutoLock<Lock>
b5f00433 : hwc2: HostComposer: fall back cursor composition type to device
b7be316e : goldfish-opengl: fix ResourceTracker inlining
d388d25e : [llcpp][goldfish] Migrate goldfish to LLCPP's inline table setters
9a2879e0 : [cflags] Suppress -Wextra-semi, -Wstrict-prototypes
0a45fa3d : Build fix
60bec441 : [fidl] Migrate to new WireSyncClient API
eae990c5 : Adds optional encoder debug logging
40ef746e : hwc2: use checked in virtgpu_drm.h
604a40d2 : vulkan_enc: use the checked in virtgpu_drm.h
fc84afdc : DrmPresenter: add IN_FENCE_FD to flushToDisplay
499326e1 : goldfish-opengl: tracing facade on Linux
e2bebec2 : hwc2: change Display::mReleaseFences to map with base::unique_fd
ff76c162 : goldfish-opengl: fix logging on Linux builds
0f780adb : goldfish-opengl: make createColorBuffer a pure virtual function
ca8161f1 : goldfish-opengl: virtio-gpu stream fix
9ddaa7d7 : goldfish-opengl: Refactor platform-specific defines
6c906de2 : goldfish-opengl: android-emu: fix missing template argument
9bf49387 : Use unique_fd for most places where sync file fd is used
32895925 : goldfish-opengl: change atomic variable to initializer list
5af95b79 : goldfish-opengl: fix path in BUILD.gn file
f9e31808 : goldfish-opengl: add linux guard
0b9ba5dc : goldfish-opengl: delete extra virtio_gpu_next file
cf406cfb : Fix DPI handling after hwcomposer 2.4 update
bf019a67 : Use dedicated allocs for buffer device address capture/replay
5fe89a08 : goldfish-opengl: use unified virtgpu header
e6c537ed : Fix DisplayFinder for secondary Goldfish displays
959ee9b8 : Implement HWComposer 2.4
c0ec2a23 : Remove setVsyncPeriod()
52c6cc88 : Use vintf fragment for ranchu hwcomposer
7cfaef29 : [fidl][llcpp] Use dereference operator to make calls
3e0f5082 : Writes power mode changed messages to kernel log for Cuttlefish.
51e1a496 : Revert "Share the same rendernode for all host memory block"
85359c37 : Share the same rendernode for all host memory block
acc5663c : Revert "Revert "Set GRALLOC_USAGE_RENDER on gfxstream surface buffers""
b0706a69 : Revert "Set GRALLOC_USAGE_RENDER on gfxstream surface buffers"
be0897d8 : Set GRALLOC_USAGE_RENDER on gfxstream surface buffers
dc04dc7c : Resizable emulator: fix a typo
3b46fccc : Support multiple display configs for default display
5c253c40 : Fix the definition of drm_virtgpu_execbuffer_with_ring_idx
94587a39 : Update debug.c and debug.h
4884b521 : [fidl][llcpp] Update include paths
40512a59 : hwcomposer.ranchu: Maintain its own copy of drmhwcgralloc.h
abed29cb : Clean up HostComposer::presentDisplay
8027337d : vk: Always look for FUCHSIAX extension structs
818d1a8a : vk: Add missing function entries to FUCHSIAX extension functions
12379d9c : vk: Print ERROR message only if CreateColorBuffer fails
6de2548c : fuchsia: Don't print error if ColorBuffer already exists.
02d28285 : fuchsia: Add FUCHSIAX extension to allowed extension list.
9537551e : In mapper, use rcReadColorBufferDMA if available
d3672116 : Optimize mapper unlock()
46b2f1cc : Add feature flag for rcReadColorBufferDma
d3890044 : rcReadColoBufferDMA codegen
1896ab7d : [fuchsia] Connect to devices using /loader-gpu-devices
9d20e836 : Replace libavservices_minijail_vendor with libavservices_minijail
03aafeef : fuchsia: Fix build
c2c7d648 : [fuchsia][vulkan] Use fidl::Arena
ce04a094 : Support multi-display on Cuttlefish w/ Gfxstream (Attempt #2)
794973df : Revert "Support multi-display on Cuttlefish w/ Gfxstream"
cfadea45 : Support multi-display on Cuttlefish w/ Gfxstream
f282ee17 : Fix build on host
df413278 : Set YCbCr420_888 as default camera format
7efc857c : vulkan: support fence contexts in virtio and async vkQSRI
b0485868 : Minor code cleanup.
084e534a : vulkan: allow ResourceTracker to mess with vkQSRI
83fab8b8 : vulkan: feature flag for async QSRI (guest)
5678e1e0 : vulkan: take vkQueueSignalReleaseImageANDROIDAsyncGOOGLE encoder codegen
893bac7b : Allow all displays to present in GuestComposer
aac34f96 : fuchsia: Support BufferCollection FUCHSIAX extension.
7769aadf : Update const void* to void* due to spec change
4719ae9f : Declare GPU profiler support
44ecb136 : Revert "swiftshader vk: pass through cpu device type"
99e28175 : [build] Suppress -Wunused-but-set-parameter/variable
6de4c66b : Don't map extra bytes
5f85ba0a : swiftshader vk: pass through cpu device type
92cde426 : Reland "[fuchsia] Use zxio_create() to test if services are accessible"
a731dda5 : vk: only set MemoryReportFeatures if it exists in the struct chain
eeb411e6 : Replace writepid with task_profiles command for cgroup migration
d880262e : Revert "[fuchsia] Use zxio_create() to test if services are accessible"
e6b889f8 : [fuchsia] Use zxio_create() to test if services are accessible
285f8575 : Add VK_EXT_device_memory_report support for alloc/free
913f23fc : hwc2: do not create EGL sync object at all for virtio-gpu
47e0b9b8 : asg: Unmap ring storage in ~AddressSpaceStream
3a33e9de : Enable night display and color inversion on Cuttlefish
46add996 : c2-codecs: clear pts maps when context is deleted
ff5f4721 : c2-codecs: handle duplicate in pts
61d0241c : Fix return for eglChooseConfig.
057c173e : c2-codecs: handle stride correctly
ceccddd6 : Add OWNERS file
52b552b5 : c2-codecs: fix vts decoder tests
131e57fa : c2-codecs: use align 16 instead of align 32 for h264
fe5c8779 : c2-codecs: do not read non-readable color buffer from host
1dea97c9 : Fix destroyLayer() usage of std::remove_if

+- Project: device/generic/opengl-transport

85d316227 : Move comment to license_note
681a6f980 : Use $(location) to find path to tools

+- Project: device/generic/trusty

9eeec76 : Declare license metadata for copied files.
842a048 : Fix Trusty log file permissions and ownership
5e4cb31 : Allow TEE storageproxyd permissions needed for DSU handling
646d43c : Remove reference to mdnsd.
4a7b938 : Add Keymint tests
9642dc8 : Sepolicy label for Keymint HAL
76f4cae : Add vdc to qemu trusty build
a349a5e : Fix securedpud sepolicy denials
224ba2a : Increase size of userdata partition
70c9adc : Make qemu_trusty_base inherit from default_art_config.mk
790d5e9 : Fix qemu_trusty_arm64 build
4a9e395 : Add odsign to qemu_trusty_arm64

+- Project: device/generic/uml

bb4fd1d : Declare license metadata for copied files.

+- Project: device/generic/vulkan-cereal

55056019 : Added missing VkResults to VK_EMU_INIT_RETURN_ON_ERROR calls
03f55dc9 : Handle empty fence in SyncThread::doSyncWait
8da31f58 : Remove main function from VirtioGpuTimelines_unittest.cpp.
ff4eb6b5 : Make sure ScopedBind stays in scope for the entirety of FrameBuffer::initialize.
b9055d7c : Allow IMAGE_ATTACHMENT usage with COLOR_ATTACHMENT format feature
947f8161 : minor: Removing unused constant
edecc3c5 : Minor fix to OpenGL test:
98ec0264 : Adds P010 support
9316522c : Updates YUVConverter bi-planar and tri-planar handling
b170a66e : Use a helper function for aligning
7cbc4d19 : Adds YUVPlane enum and format/plane helpers
d3d2c185 : Fix VVL error: invalid image layout and WAW data hazard
71307b96 : Move the logging statements
d5ee4718 : Revert "Revert "change kMaxLayersPerFrame to 16 layers""
4ae79d72 : Revert "change kMaxLayersPerFrame to 16 layers"
f2d58f10 : Revert "change kMaxLayersPerFrame to 16 layers"
22fa1774 : Revert "change kMaxLayersPerFrame to 16 layers"
e6751123 : Use VK_CHECK to capture device lost details.
86f0b2c5 : (🍒) renderControl: Add a feature flag to enable async commands
9f18b951 : Clean up some variable names in YUVConverter
19e222de : Fix typing for dict and add vkCmdBeginRenderPass support.
96f09a26 : change kMaxLayersPerFrame to 16 layers
c748c8be : vulkan-cereal: introduce stream_renderer_context_create
06731b16 : vulkan-cereal: remove virtio_gpu.h
9d431d80 : Use `enum class` for YUVInterleaveDirection
a017bce0 : Move NV12ToYUV420 helper function out of header
ac890169 : PostWorker: warn if the composition target is shared across frames
1b6feaa9 : Do not initialize Vulkan objects when Vulkan is not enabled
c3f8434e : Change GTest test decovery mode to pre-test
a269bfeb : Vk path populates FrameBuffer device info strings
e31de801 : Make SwapChainStateVk::createSwapChainCi returns a value object
6d5497f8 : DisplayVk: retry when vkQueueWaitIdle returns VK_TIMEOUT
10d4e392 : Upstreaming `print_gfx_logs`
2d069714 : Adding a way to add properties to cmake tests.
34ec41a6 : vulkan-cereal: plumb virtgpu ctx_id to process pipe
da841450 : vulkan-cereal: plumb AndroidPipeFlags to AndroidPipe creation
f3ad8895 : vulkan-cereal: VirglResId --> VirtioGpuResId
d8485dd8 : vulkan-cereal: VirglCtxId --> VirtioGpuCtxId
79419b7c : vulkan-cereal: remove createResourceV2
e4159ae8 : Integrate RenderDoc with guest VkInstances
291904d2 : Add basic renderdoc integration
897a7d9c : Using GTest's new unit test discovery mechanism.
ec3396fe : Make SharedLibrary::findSymbol mockable
3ef0b42c : Generate the pdb file when compiling gfxstream_backend on Windows
88bfbf5f : Fix compile error
7bc02738 : Checking gtest under third-party instead of downloading it from GitHub.
cf321001 : Vulkan: Redesign how QueueSignalReleaseImage synchronization works
4a335753 : SyncThread: directly send the task as part of the command
572908df : Refactor ThreadPool to eliminate broadcastIndexed and enqueueIndexed
3ad0dcb4 : Restructure gfxstream unit tests.
e82d5f6f : Fix compile errors on Windows
604f9ec9 : Check for valid char* before strcmp
b67713fd : Move comment to license_note
ee8739a8 : Initialize m_displayVk to null.
2718625c : fix gcc8 build error
1cebab08 : fix gcc8 build error
8c215b48 : fix gcc8 build error
d15f85a3 : Speculative abort for vkWaitForFences crash.
4144ebb8 : (🍒) gfxstream host: Add vkGetLinearImageLayout2GOOGLE
5d7673ea : (🍒) ColorBuffer: Use GL_UNSIGNED_BYTE for GL_LUMINANCE textures
bd1a240f : Use a dedicated thread pool to execute the QSRI signal task
399d1a18 : vulkan: clear dangling references
e88d752d : Introduce Renderdoc in application API
4ddffd9a : Move the ownership of DisplayVk to VkEmulation
7ffae3f2 : Remove VkCommonOperations.h from vk_util.h
f9d5a84a : Fix compiler warnings
d5ce0820 : Query host Ycbcr capability
2fd4a5a6 : Fix SyncThread crashes in Vulkan_unittests
ab16c92b : Fix unit tests on Linux
57aadf59 : fix unpack alignment issue
d5a351f2 : Fix cert-dcl16-c warnings
d28d4e41 : DisplayVk: Use instance vk disptach to initialize
0268399d : Add error handler for createOrGetGlablVkEmulation
ae0bcb80 : Change the type of stream_renderer_handle::os_handle
31edce66 : Add utility to load Vulkan functions with fallbacks
ae66aefe : Add cmake options to build with asan for Windows platform. Test: cmake -D BUILD_ASAN_WIN32=ON -D ASAN_LIB_DIR=... modified: CMakeLists.txt
56043bb9 : vulkan-cereal: stream_renderer_create_blob
63eaf0a9 : Use global Vulkan dispatch for vkGetInstanceProcAddr
3077e1aa : vulkan-cereal: remove unused functions
9119d420 : SwapchainStateVk: retry on VK_INCOMPLETE returned by vkGetPhysicalDeviceSurfaceFormatsKHR
37cfd9ff : DisplayVk: also recreate the swapchain with VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT
20618b6d : Add missing cstring include to codegen scripts (host)
cbcfca40 : Remove temp zircon handle types definitions
cb0560be : deepcopy: Always cast pointer to "void*" for allocated pNext structs.
2791581b : Reland: vulkan-198[6]: host codegen
ff41bf59 : Reland: vulkan-198[5]: Update host handle list.
960bbf2f : Reland: vulkan-198[4]: Add 1.2.198 structs for special handling
5841e458 : vulkan-198: Revert noautovalidity changes for function arguments.
76f8e4d2 : Reland: vulkan-198[2]: Update Vulkan cereal registry to upstream 1.2.198.
e22fd1c0 : vulkan-198[2]: Update vulkan header to 1.2.198.
60737a6c : vulkan-cereal: introduce stream_renderer_map_info
811540f9 : add rgtc externsion support
353b4ac9 : vulkan-cereal: fix race condition in GLES translator
5172a053 : Customized abort in gfxstream
4935d314 : Add GfxstreamFatalError to the emugl namespace
2089f050 : vulkan-cereal: fix mismatch between context ids and resource ids
6f58d91c : New logging library for gfxstream.
4fde6780 : Only post viewport command on GL.
5b266c0a : Correct the log for image usage flags checking.
e0d318ed : Pass gfxstream abort annotations via callback to crosvm
78bf214c : Fix setting sigevent thread ID
330e8e47 : vulkan-cereal: differentiate between {eglCreateImage, eglCreateImageKHR}
cd9e14d8 : Revert "Revert "Fix VkImageCreateInfo mismatch for AHB sibling V..."
d760a434 : Revert^2 "Regenerate Vulkan sources"
8942e684 : Revert "Revert "Reland "macOS: Remove Vulkan cereal marshaling /..."
29e58ed6 : Revert "Revert "vulkan-cereal: Remove marshaling/decoding code f..."
7cf0efdb : stream-servers: explicitly zero-initialize variables
f43a6fdd : Revert "vulkan-cereal: Remove marshaling/decoding code for WSI e..."
b0b9512b : Revert "Reland "macOS: Remove Vulkan cereal marshaling / decodin..."
213bf6bf : Revert "Regenerate Vulkan sources"
65868f41 : Revert "Fix VkImageCreateInfo mismatch for AHB sibling VkImage"
700fd1c2 : Fix VkImageCreateInfo mismatch for AHB sibling VkImage
e225a52b : vulkan-cereal: don't down-cast GLES with EGL2EGL case
a35d30ca : Regenerate Vulkan sources
b0d3e562 : Reland "macOS: Remove Vulkan cereal marshaling / decoding code f"
51fdf5c4 : vulkan-cereal: Remove marshaling/decoding code for WSI extensions.
9075f40b : vulkan-cereal: bump up minimum version to ES31
f88cd986 : Add gfxstream_callbacks param to pass callbacks to MetricsLogger.
32b6516e : Add Cmake build option for defining VIRGL_RENDERER_UNSTABLE_APIS
3c646066 : vulkan-cereal: guard (*write_context_fence) against VIRGL_RENDERER_UNSTABLE_APIS
68517bb6 : vulkan-cereal: get egl vendor string
7c89a3b4 : vulkan-cereal: fence_ctx_idx --> ring_idx
4b987194 : vulkan-cereal: disable fast blits in some cases
2817076a : vulkan-cereal: disable robustness notifications on certain drivers
b56636a2 : Build the real ANGLE shader parser
d9c88cb8 : Disable dispatch log debugging by default
56b3240e : vulkan-cereal: simplify shader
bc306a26 : vulkan-cereal: add bpp for R8_UNORM
05d85589 : vulkan-cereal: download gtest from main branch
4111e26b : Adds optional GL dispatch logging
8581cc64 : vulkan-cereal: fix format conversion
d509cc4e : vulkan-cereal: fix unit test linkage
751c8ee0 : Always generate optional decoder logging
c281015b : [cflags] Remove unnecessary semicolons in codegen
e5e8dd5f : [cflags] Remove unnecessary semicolons in codegen
5a47eb2e : Use GFXSTREAM_ABORT in generated code.
f8f3c84f : vulkan-cereal: add support for R8 in resource info
0c4aa729 : Add INFO macro and log when Vulkan swapchain recreation
166c28d6 : Fix bug in CmakeLists.txt for gfxstream-base platform specific deps
0c2ea5ac : Introduce GFXSTREAM_ABORT instead of normal abort.
06c3c7c8 : Allow single parameter for GL_LOG macro
e72703e4 : Adds optional encoder debug logging
3ccebbd0 : Remove extra trailing space
93179322 : Add render control protocol entries for multi display funcs
5bddf39f : Update generate-apigen-sources.sh to generate encoders
b6409f5a : Cherry-pick metrics stub.
212239bb : VkAndroidNativeBuffer: Add the VkQueue lock in QueueState::teardown
7c7230fd : Remove base/logging.h
2cb870f3 : Allow single parameter to be used for the ERR logging macro
046c68ac : SwapChainStateVk: fix the log when FIFO present mode is not found
a1bd19ce : Do not clean up objects when framebuffer exiting
12e20d34 : Add guest queue lock for non-app-related queue operations.
75453515 : Skip unnecessary post based on last compose render target
cfd97330 : Add queue transfer and layout transition for compose render target
5509d444 : Always use VK_IMAGE_LAYOUT_PRESENT_SRC_KHR when VkImage is in the external queue
798ed6c9 : DisplayVk: render to the target ColorBuffer in compose
f071b863 : DisplayVk: check if a DisplayBuffer can be posted
0b82031c : Add VkFormat utils
0c2fc139 : DisplayVk: Use vkCmdBlitImage to implement post
a96ba48b : DisplayVk: encapsulate per frame Vulkan resources in an RAII class
fa4b1bf4 : CompositorVk: allow to render to different render targets per frame
8adbff9c : Use dynamic viewport and scissor state
2129ac63 : gles: fix uses of uninitialized values
9aac1f8c : Remove the dependency to VK_EXT_descriptor_indexing
f52d1542 : Use immutable sampler in CompositorVk
789c940d : Fix validation layer error
c9ea55b8 : Record command buffer for every frame
41d39471 : Fix gles2gles read pixel with multi sample in GLES1
6330fc1c : Always use FIFO present mode
c701d665 : Reformat host compositor classes
2a92d16c : Add clang format file
eb21fa60 : Fix compile issue on Windows
139fb2dd : Disable logging by default
c94aa828 : Add option to not assign vk api call return val
a82db251 : Adds enablable debug group messages for GPU capture
6bf7d6f6 : Log GL extensions on FrameBuffer::initialize()
b84c5d50 : Add option to enable debug callbacks in Gfxstream
e43e3a06 : Start to consolidate logging into host-common/logging.h
e11db7e1 : Revert "fix a flickering issue."
2947cf31 : vulkan-cereal: Improve build with g++
bfbeb8d5 : fix a flickering issue.
85bfc1d2 : Fix g++ build
0876635b : Vulkan codegen: replace backslashes with forward slashes in paths so that the output is the same on Windows and Linux
c947a350 : gfxstream: make sure we consistently use uint32_t instead of int32_t to read the packet size.
510349cc : Enable some files to run with clang-tidy.
30f74294 : Mute the nullptr composition warning for ColorBuffer 0
a2a88700 : Update gfxstream API to match new context protocol.
62e67c72 : Add log when AndroidNativeBuffer staging buffer allocation fails
7dd80c76 : Add waitSync to ColorBuffer readixels[YUV]() methods
d48cb7a5 : Remove spammy log line from debug logs
c69b5b37 : Handle VIRGL_FORMAT_R10G10B10A2_UNORM
c6d5ad05 : Add on_vkEndCommandBuffer in VkDecoderGlobalState
7df4d199 : Only advertse rcReadColorBufferDma if GL_EXTENSIONS was asked for
db408f82 : rcReadColorBufferDMA + host side ColorBuffer create opts
e521d82b : Convert ApiGen.cpp to unix file format
30dafd64 : Fix non-Android-host builds
bba83f71 : Move Compose callback to SyncThread.
785c3aec : Add logging when fail to create swapchain
83ef85f2 : Disable incorrectly-enabled GLAsyncSwap
ec004d1f : Use VK_FILTER_LINEAR for sampler.
69698e39 : Call eglReleaseThread() in ~RenderThread()
61ebb7ef : Fix resource leak in VirtioGpuTimelines
46f02c56 : Add missing delete routine to SyncThread
e5b31704 : Work around some arrays being mistakenly enabled
473bb827 : Add a reserved bit for virtio-gpu execbuf commands
08bf2308 : Allow to wait for GPU to compose in the compose callback
76173dd8 : Add FrameBuffer::composeWithCallback
cce18c68 : Implement runTask to schedule tasks in PostWorker
192c0e65 : Move Vulkan compose and post to PostWorker
f3a2b2e3 : Refactor FrameBuffer::sendPostWorkerCmd to return a future
428e6019 : Allow WorkerThread to wait for single queued task
64cafff9 : Enable window resizing with guest Vulkan.
840989ab : Only use egl null backend when egl2egl is enabled
fab51001 : Use a separate class to manage virtio-gpu fence signaling
263e9f43 : Add a lock to guard the usage of sVkEmulation->queue
0b7e875c : Use atomic_uint64_t for vkQsri counters
8d1a63ef : Correctly set sharingMode for staging buffer for AndroidNativeBuffer
6c811633 : Properly set ANBI->useVulkanNativeImage
03ec1ba1 : add getrender interface for gfxstream_backend
c7aa682f : Add nullEgl option for Vulkan Native Swapchain
0c4ab4cd : egl: Don't destroy native images that have been imported
9852c184 : SyncThread: Add init to disable EGL/GLES
0f293641 : Revise support for write_fence2 -> write_context_fence
c59c5db2 : Don't use unistd.h on Windows.
a38f775a : Convert from fixed to float in glOrthox
f8675614 : Account for multiple continuous AsyncSignal fences outstanding
d87d9e1c : vulkan: work around guest sw with bad reset fence logic
9872c795 : egl: add basic tests for pixmap import
34ef6e6c : Fix naming issue
b023b374 : Remove extra RendererFlags def
9b3b974b : Fix attr0 on core profile
4f44a171 : vulkan: Silence warning about lambda capture not used
da09c0b0 : Add support for importing external resources
34dc76ba : egl: Add API to query underlying display/context/image
be93a84e : egl: add underlying image support to blit
41a5355d : egl: allow native images and extraction of display/context
7eef011f : [GLES1] Update active texture on glClientActiveTexture
9e750257 : vulkan: wait sync fd for vkQSRI
af686801 : Introduce write_fence2
0a63dfdf : Support for fence contexts and async fence completion callback
15dedc03 : SyncThread: remove thread pool hack
38fb535b : Disable async qsri for now (until everything else is merged)
866ef3a7 : vulkan: allow ResourceTracker to mess with vkQSRI (codegen)
7c55460a : vulkan: async QSRI feature flag (host)
395f302f : vulkan: vkQueueSignalReleaseImageANDROIDAsyncGOOGLE (host)
07b8bfd1 : deepcopy: Replace BumpPool with generic Allocator interface
f35ede4f : base: Use common interface for Pool and BumpPool (host)
eb786147 : vk: SyncThread wait for vkQueueSubmit before waiting for fences
d55d6a43 : vk: Store device in VkQueue_Info (host)
adb5227d : Add symbol information to pdb when compiled on Windows
aa99c6cf : Actually obtain the Vulkan swapchain modes.
07d5785f : Relicense snapshot files as Apache.
e67d9a06 : Remove bad prints
da226556 : Use glOrthof on underlying API.
95aff7dc : vulkan: fix missuse of remove if
b8b1d1d3 : vulkan: always enumerate all physical devices
273d6bea : vulkan/gles interop: ensure consistent selection of physdevs / interop
a3163c37 : Remove spurious dependence on 'glCompatible'; add memory properties.
a25b5116 : Log vulkan device.
1f871e6e : Log in GET_CTX variants if null s_eglIface/ctx
44a264ca : Use virtual display size to calculate the composition
14a93ee8 : add file extension to comply with the newest cmake 3.20 policy Test: build locally with cmake 3.20
9caa2485 : Ensure out vector is properly sized.
f8271089 : Re-enable multisample buffer configs.
3e027aa7 : Added an option to CMake file with which the user can choose whether to download and build googletest within the cmake. Googletest is not required if not building unitest targets. Test: cmake & build with this option on and off on windows machine.
a5b50bba : Fix CompositorVk_unittest build and test
1381f437 : Fix buffer sizing in the GLES1->3 translator.
2f4ddde6 : vulkan: also allow null semaphore in non-native-vkimage case
aff0c000 : vulkan: work around drivers that don't support timeline wait/signal in sparse bind
97e4b9f6 : vulkan: Allow null semaphore to work with setAndroidNativeImageSemaphoreSignaled
b19f00d8 : Rename isGlTexture flag to reflect current meaning.

+- Project: device/google/atv

7498e4a : Add gamepad feature to all TV products.
728eded : Remove preferKeepClearAreaForFocusDelay, turn it into a flag
5b6d765 : Simplify TvLowRamOverlay configuration
e6f8cd1 : Remove android.software.telecom from TV emulator
f5351dd : Mark KEYCODE_PAIRING dispatchWhenNonInteractive.
728eb3d : Change TV overlay priority from -1 to 0
bb28fc3 : Revert "Disable camera features/server on TV SDK"
e7ad208 : Set default the Bluetooth class of device for TV devices
59f8025 : Set TvSettings global key receiver as default for KEYCODE_PAIRING.
ffd5a81 : Remove NetworkPermissionConfig package
52f3bbb : Add TV GSI build targets
33ccd32 : Allow SetupWraith privapp_data_file symlink create_file_perms
c338dc0 : Update device detail info in onDeviceUpdated().
894b331 : Add ACTION_SET_DEFAULT_ACCOUNT intent handler
a708974 : Import translations. DO NOT MERGE ANYWHERE
4c2e791 : Fix the rendering bug in response activity.
4b0a014 : Ensure remotes & accessories updates correctly.
eec38d7 : Fixed status bar glitch for apps that access internal resource dimen
f8350bd : Fix the bug that cec button status is not reflected.
a478369 : Import translations. DO NOT MERGE ANYWHERE
27ad25f : Import translations. DO NOT MERGE ANYWHERE
fe310e9 : Import translations. DO NOT MERGE ANYWHERE
5dd30de : [AudioProxy] PcmOnlyConfigOutputStreamTest
22e809b : [AudioProxy] Do not use readBlocking in WriteThread
c8158af : Always show Set up remote buttons.
b890fba : [AudioProxy] Fix VTS test failure due to invalid input
56d0a26 : [AudioProxy] Remove newline from channelMasks list
ba53fd8 : Update atv-specific generic.kl
416a5c8 : Disable SafetyCenter on TV.
00eeb16 : [AudioProxy] support all the PCM formats sample rate and channel layouts
e448052 : [AudioProxy] Different stream use different latency/buffer size
4392855 : Removed audio A2dp and Hearing Aid from device.mk
e4f7d88 : Set default delay to keep clear focused Views for TV
3cda0a7 : Removing @hide BT APIs in ATV code
e11c0e2 : Remove expired OWNERS from device/g/atv
42b4159 : Remove saagarp from ATV reviewers.
3adf572 : Declare license metadata for copied files.
e3324fd : [AudioProxy] Audio HAL 7.1 implementation
32227c4 : Add flag to allow to build TV system without mediatuner
bca48cf : [AudioProxy] Remove unused files
b48dae1 : [AudioProxy] Fix SEPolicy for VTS
65b3f6e : Move audio_proxy sepolicy label definition to public.
061f0b1 : Use BasicDreams as default dream component
1e5136a : [AudioProxy] Support Audio HAL 7.0
e28967c : update audio_proxy owners
2cf0e2e : allow setupwraith_app to find app_api_service and system_api_service
676a62b : [AudioProxy] Add AUDIO_PROXY_OUTPUT_FLAG_HW_AV_SYNC.
0249932 : [AudioProxy] SELinux policy for dump related actions
2df4457 : [AudioProxy] Support audio HAL 7.1 by starting with 7.0 support.
b63ab23 : [AudioProxy] Set system_ext_specific for the AIDL interface
9a23641 : Remove clatd
fcfa697 : Import translations. DO NOT MERGE ANYWHERE
7f93bd2 : Import translations. DO NOT MERGE ANYWHERE
5820560 : Import translations. DO NOT MERGE ANYWHERE
549f065 : Replace BluetoothGatt@refresh by BluetoothGatt#discoverServices
700d181 : Prevent avoidable IME startups
72d431d : [AudioProxy] Fix VTS stream level test failures
364a805 : [AudioProxy] Fix VTS device level test failures
93702d8 : [AudioProxy] Support Audio HAL 6.0
acda00e : Enable opening PiP menu when double tapping Home.
8c2e1e7 : Remove code duplication and simplify createNotificationChannel()
382d53f : Make BluetoothScanner methods non-static to avoid static reference to context.
7f15352 : Remove unused variables, improve logging and access static methods without instance
fa6ec3b : Specify looper in handler to resolve memory leak warning.
0638c53 : Compare device addresses using value equality instead of reference equality.
1783f44 : Set string argument type to decimal instead of string.
b755f43 : Use static holder pattern.
711c490 : Make context non static to avoid memory leak.
265c9f9 : Replace LinkedList with ArrayDeque.
0e12487 : Fix InvalidBlockTag and UnrecognisedJavadocTag lint warnings by replacing @ with html
13cd1ab : Update BluetoothUtils for backward compatibility
e29c756 : Update license of all files to Apache 2.0.
0f5ed5e : Fix lint errors (typos, getSystemService(*.class)) and refactor documentation.
e0e1914 : Move BluetoothServices to device/google/atv/libraries/BluetoothServices.
604d040 : Add a script to reset blur on changed sysprop
fc5fb96 : Add ability to avoid optimization in-proccess apk network stack
5fb98f0 : Remove obsolete product_sdk.mk references
9ec2475 : Only build the system+vbmeta images on AOSP TV
de6c071 : Sync aosp_tv_arm64 to aosp_tv_arm
f06b22e : Added a static overlay for low RAM TV configs
abe2db7 : Upload non-debuggable TvSampleLeanbackLauncher
832fa85 : Update TvSampleLeanbackLauncher prebuilt
b6485a9 : Convert LeanbackSampleApp's build file from .mk to .bp
e5d679d : Add missing SELinux policy for SetupWraith.
63e68ab : [AudioProxy] Report write error to audio server
54533bc : Remove ndk_platform backend. Use the ndk backend.
a2b5319 : Reduce default number of tombstones to 10 for Android TV.
45ee90a : [AudioProxy] Freeze AIDL APIs
e4eff86 : [AudioProxy] Client app specify the AIDL service name
70e86a8 : [AudioProxy] Update client side to use the AIDL API
85758c6 : [AudioProxy] Use PresentationPosition instead of RenderingLatency
5ddd863 : [AudioProxy] Write data into IOutputStream
cfec17f : [LSC] Add LOCAL_LICENSE_KINDS to device/google/atv
be302f9 : [AudioProxy] Start the AIDL service
1e29311 : [AudioProxy] SEPolicy for AIDL service
85c817a : [AudioProxy] Introduce AIDL API
c2e8ae1 : Import translations. DO NOT MERGE ANYWHERE
6a7d422 : Add missing SEPolicy into the setupwraith_app.te to solve the crashing issue of b/194099793
5f4aea5 : Move missed system_service.te into sepolicy/vendor/.
0ad2310 : Import translations. DO NOT MERGE ANYWHERE
9a637a2 : Import translations. DO NOT MERGE ANYWHERE
7eabdd1 : Import translations. DO NOT MERGE ANYWHERE
c600fcf : Import translations. DO NOT MERGE ANYWHERE
218126e : Import translations. DO NOT MERGE ANYWHERE

+- Project: device/google/barbet

b99c201 : Add notification pregrant for turbo on barbet
3230a38 : Update Barbet SVN to 25
ad48036 : Write the pullup value only if new value applied
9fde286 : Add notification pregrant for SCONE
d2694a6 : Add notification pregrant for OobConfig
26dd8c3 : Add further notification pregrants to barbet
d05337d : Update barbet SVN to 23
a7f7702 : Notify port status change for moisture detection
3e0016e : [Barbet] Add NEARBY_WIFI_DEVICES for Restore
2b4eaf6 : Implement callbacks for USB AIDL
6fd53b8 : Update blobs as of T
7c31892 : Temporarily remove the APIs
00d4990 : Revert "Implement callbacks for limitPowerTransfer"
a2aca6b : Phase out config_roundedCornerMultipleRadius from overlay package [B9]
f2e7b27 : Non-module targets.
07dc8f9 : Add new notice file build logic
30cec1c : audio: cleanup undefined/uninitialized controls
8de6935 : Update status bar height res to correct size
a7f3fe2 : Update barbet SVN to 21
f7e8ac5 : Fixed status bar glitch for apps that access internal resource dimen
eb5f2b1 : Remove discard command tuning
aafd49c : Add new notice file build logic
cdcea30 : Update barbet SVN to 20 Bug: 223313197
a3e3f9c : Enable STNFC_ACTIVERW_TIMER
1d9660a : Implement callbacks for limitPowerTransfer
f8afa0a : Update barbet SVN to 19
b463bc3 : Declare license metadata for copied files.
125b3e6 : Add notification pregrants to barbet
639cc7d : [LSC] Add LOCAL_LICENSE_KINDS to device/google/barbet
6708ba4 : Migrate IUsb implementation to AIDL
5425f44 : Update barbet SVN to 19
e76d819 : Migrate "rounded_corner_content_padding" for barbet
461cbda : Replace TARGET_BOOTLOADER_BOARD_NAME with the value.
13064c8 : Inline usages of LOCAL_STEM
f3cdd81 : Update Barbet SVN to 17
93ec391 : Update Barbet SVN to 16
2789562 : Update Barbet SVN to 15
2be93b8 : Use soong_config_ macros to set Soong config variables.
82dbdf9 : Use soong_config_ macros to set Soong config variables.
c512a62 : Update B9 SVN to 13
4e5016c : Update Barbet SVN to 12
57823cd : [LSC] Add LOCAL_LICENSE_KINDS to device/google/barbet
ed7c1ac : [LSC] Add LOCAL_LICENSE_KINDS to device/google/barbet
aa38c1c : Update Barbet SVN to 10
b9e635c : Instead of using add_soong_config_xxx macros, just specify the namespace.
61da230 : Bypass build time check for users-libs
b618112 : Update Barbet SVN to 9
377b70d : Use add_soong_config_xxx macros instead of explicit variable settings
f1be401 : Barbet: Change kernel source path to redbull-kernel
b17e8e8 : Stop including iorap_large_memory_config.mk
c8dcca5 : Bypass build time check for users-libs
a840779 : Update SVN to 4 for Sept SMR
31beb31 : Update SVN to 3 for Sept SMR
9254fe7 : [Barbet] Update pregrant permissions for Restore APK
ddcfc85 : Remove redundant build property for reduceOpsTaskSplitting
a99bd6f : Update SVN to 2 for FRC2
97db185 : Remove READ_PHONE_NUMBERS pemission exceptio from Pixelmigrate.
91b7522 : audio: update acdb table
12f85e6 : Update regulation e-label for Barbet
3b32a45 : audio: update audio table
3f5a5bf : audio: update acdb table
aa80a61 : Update CbrsNetworkMonitor package name.
098197d : [LSC] Add LOCAL_LICENSE_KINDS to device/google/barbet
7c7b94b : Enable VABC on a per-device basis.

+- Project: device/google/barbet-sepolicy

9a49c9b : android.hardware.usb.IUsb AIDL migration
5bddb23 : Include core policy OWNERS
0f1c198 : review pixelstats_vendor

+- Project: device/google/bluejay

a015c95 : add CAMERA_FIXED_FPS power hint
aa9667b : camera: enable fixed fps range boost
1c8de77 : audio: update audio tuning table
fcf82e8 : B3: Set key persist.vendor.camera.rls_supported false
eda824d : B3: Enable and set MAX authentication latency
7c61de5 : Update SVN to 5
3727d42 : ADPF: Skip I signal and set Uclamp init value
aa5ba1e : disable powerhint for F2FS gc_urgent mode
e7a29cf : audio: improve mute duration
04bb4da : Boost foreground group when app launch
08eb74b : powerhal: add uclamp_threshold and reduce_prefer_idle node
74c7393 : B3: Add hci_inject tool in user debug build
2109517 : Add FGPreferIdle to app launch
8410d32 : ADPF: remove UclampMin_Granularity
69f12cd : audio: update Fortemedia VoIP condition to reserve2
0bb9895 : Disable task packing when camera is running
2f31fac : Remove the voice packs of Text-To-Speech from the specific folder.
0e74fe1 : Disable packing when app launch
f782a7c : Boost INTERACTION to 185 and remove DISPLAY_UPDATE_IMMINENT
57a5fc6 : Revert "gps: Enable PPS"
5c569b7 : audio: allow mmap-record to set dsp volume
5a83cb4 : display: add primary display LHBM property
1ab8eab : Jump SVN to 3 for VZW FRC4
0f0c3a2 : b3: Enable LHBM control from UDFPS HAL
a52ea2c : powerhal: update new boost uclamp value
21e5dd7 : Boost trusty task priority during UDFPS
b0e9848 : powerhal: update new boost uclamp value
6e2dd40 : audio: adjust the digitial gain for speaker-mic
d22878f : Reduce FG prefer_idle when display is idle
9df3e19 : powerhal: update new boost uclamp value
a13ce72 : Add powerhint nodes for PMU parameter tune
1072c95 : powerhint: Add Adpf Profiles for B3
af40f00 : Revert "Enable load kernel modules in parallel"
17bcf96 : Jump SVN to 2 for VZW FRC3
cc0e9d0 : Phase out config_roundedCornerMultipleRadius from overlay package [B3]
8d39d54 : Enable load kernel modules in parallel
95d76f9 : Update status bar height res to correct size
6c790dd : fix path for i2c peripheral device
66077ef : Fixed status bar glitch for apps that access internal resource dimen
fac9aa8 : thermal: Hide the sensors which are not used by framework
9628a82 : sched: move sysfs to procfs
7ddd75e : Set the keyboard bottom height and ratio for Bluejay
a630aff : B3: Delay twoshay service start stage.
41af24a : Update regulation e-label of B3
55e3ccc : Bundle handheld_core_hardware.xml
0f94b36 : gps: Enable PPS
05d6349 : B3: Enable UDFPS ALS feed forward
1b834bc : gps: Set SuplUseFwCellInfo to false
6a9da70 : Enable user_vote_bypass for UDFPS and face unlock
596a024 : Handle the network selection restoring in modem side
000e5e1 : gps: Set RTO/SUPL download interval to 20 min
1460360 : audio: update audio tuning table
84aab6c : audio: change format of mmap-playback to float
4abdd74 : thermal: Reduce DVFS throttling per BCL irq
5a3d845 : ADPF: deprecate the reporting rate from property
b74419b : Add regulation e-labels of B3
bfdc377 : powerhint: Update LITTLE default control_temp
61f491b : Do not initialize restricted cpuset during boot.
8c4b2d4 : powerhint: release BC max frequency when launching
d0d28f1 : powerhint: release BC max frequency when launching
6453986 : thermal: increase SEVERE GPU power budget
768b542 : Update ./DevInfo/Mod model name
8ac6004 : powerhint: fork powerhint.json for b3
d69d33f : Change restricted cpuset dynamically
f95914d : Config: fine tune the ambient threshold to improve the brightness stability
3a24298 : Remove high_capacity_start_cpu
78fa205 : Start twoshay after setting touch_offload permissions.
b6bfeaa : Migrate "rounded_corner_content_padding"
f07c70c : powerhint: fork powerhint.json for bluejay
d04a6a4 : audio: remove 3 channel config for primary input
46d8c71 : audio: add Fortemedia mcps file
334b768 : Bluetooth: B3 BT SAR tables for US/EU/CA/JP
cce795e : power_profile: Correct CPU topology and power number
d010f15 : Reveal model/make name in camera EXIF
4d03382 : thermal: Deploy BCL policy
611fc32 : conf: remove world writable on speaker.cal
873bc59 : fingerprint: Build fps extension lib
6265f30 : correct MMS UA, UAProf for B3
4c0d670 : audio: update audio tuning table
156bdf9 : audio: update audio tuning table
8a8a82d : Move lmkd kill timeout to common
318acd4 : audio: update audio tuning table
b6b4bf0 : PowerHal: move power HAL property to PRODUCT_VENDOR_PROPERTIES
9fa1038 : Adjust lmkd kill timeout
833f32f : Set retaildemo settings
ce0ba50 : powerstats: use gs common library to get common data providers
09a484c : audio: update audio tuning table
9db71fc : audio: add mfg_audio record for usb recording
9ec5a18 : audio: update audio tuning table
9fa2de1 : audio: update audio table
70479f1 : Add HAL attributes to support LPPe DBH features
a3c45b1 : [DO NOT MERGE] Add HAL attributes to support LPPe DBH features
066f73a : Enable media performance class 12
a2f3533 : vibrator: stop support primitives THUD/SPIN/LOW_TICK
54b24aa : audio: update audio tuning table
adfa34f : audio: change primary output to float
b19fd21 : Inline usages of LOCAL_STEM
a88c78a : Device uses default prox sensor for falsing
731a1b4 : audio: add usb headset mic source to factory test
c540dcf : Add system property for 1080p 60fps binning mode
aa58c7e : Config ro.support_one_handed_mode for B3
6cc8aa3 : Use soong_config_ macros to set Soong config variables.
63ded05 : display: update display color data
dec4d43 : Update PRODUCT_SHIPPING_API_LEVEL for gs101 devices
40ec940 : wifi: Isolate wifi configurations for customization.
540bbaf : [DO NOT MERGE] Update PRODUCT_SHIPPING_API_LEVEL for gs101 devices
1f49d8c : thermal: Update thermal config
3bdf3df : Revert udfps haptics updates
1683c88 : DO NOT MERGE Revert udfps haptics updates
3078eef : gps: Update EnableOnChipStopNotification
4b80986 : audio: update audio tuning table
a287ca6 : Set up configs and some voice packs of Text-To-Speech.
97d004e : Build B3 default CMF color wallpaper
47f2b58 : audio: Add command to set PCM steam wait time for voice and audio.
556ecac : audio: update audio table
b2a0b28 : Add NFC CFG files for different SKUs
d0b00f6 : Set audio.camerasound.force for JP devices
842383d : Camera: Enable to raise buffer allocation priority
50b0e40 : Update bluejay self-extractors and factory-images path
abcaad4 : audio: change format of deep-buffer to float
ccf1131 : power_profile: add battery capacity
f369e32 : Camera: Enable extended launch boost
34e00b6 : Update udfps haptics config values
eec2f96 : display: update display tuning profiles
c4bea84 : audio: update voice tuning table
aed7239 : [DO NOT MERGE] Move bluejay source code into bluejay device folders
d84122a : Move bluejay source code into bluejay device folders
a65dfc7 : Initial empty repository

+- Project: device/google/bluejay-sepolicy

97bad77 : genfs_contexts: fix path for i2c peripheral device
97b7ceb : genfs_contexts: fix path for i2c peripheral device
a3e65a0 : Remove CS40L26 common rules
78579f4 : Include core policy OWNERS
ad04f38 : Move bluejay source code into bluejay device folders
3e87f73 : Initial empty repository

+- Project: device/google/bramble

120f4e6 : Write the pullup value only if new value applied
66671ab : Update blobs as of T
a1e11c3 : Phase out config_roundedCornerMultipleRadius from overlay package [B5]
8dcef9c : Non-module targets.
10ba0a8 : Add new notice file build logic
379c5a4 : Update status bar height res to correct size
d6a8bc7 : audio: add initial values for kctrls
f2d0507 : Fixed status bar glitch for apps that access internal resource dimen
17a39d7 : dumpstate: dump AACR related data
f79fc32 : Notify port status change for moisture detection
e70fc07 : Remove discard command tuning
418a2a0 : Audio HAL: To add initial value for kctrls
3f3f333 : Add new notice file build logic
7dbe084 : Enable STNFC_ACTIVERW_TIMER
555982d : Implement callbacks for limitPowerTransfer
5dbda5b : Declare license metadata for copied files.
3c2c401 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/bramble
2d9f5ed : Migrate IUsb implementation to AIDL
5d0ca8c : Migrate "rounded_corner_content_padding" for bramble
202bdb2 : Replace TARGET_BOOTLOADER_BOARD_NAME with the value.
e30180b : Inline usages of LOCAL_STEM
401fe15 : Audio HAL: Remove unused kctls from mixer paths files
49f0f1a : Clean up platform_info error log
bd8965a : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
d322556 : Enable go/vabc-xor on redfin/bramble
2542ccd : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
d163370 : Stop including iorap_large_memory_config.mk
964f463 : Bypass build time check for users-libs
bcbd02f : [DO NOT MERGE] Revert the "traffic stats log convert to pcap" mechanism
21aa025 : Disable dexpreopt and <uses-library> check for APKs.
ad2114d : Revert "bramble: usb: add state of usb extcon to monitorffs"
d922268 : Remove redundant build property for reduceOpsTaskSplitting
489f11b : [LSC] Add LOCAL_LICENSE_KINDS to device/google/bramble

+- Project: device/google/bramble-sepolicy

ec9d8ae : android.hardware.usb.IUsb AIDL migration
318c55b : reorganize pixelstats_vendor
7df7832 : Remove the obsoleted tracking denials
1a3a8f7 : Make sure sepolicy only merges on upstream

+- Project: device/google/contexthub

78c7d3a8 : firmware: Fix compilation due to lack of assert.h
d586b56c : firmware: Fix compilation for CHRE_NANOAPP_SUPPORTS_PRE_V1_5
8f1907a1 : Update language to comply with Android's inclusive language guidance

+- Project: device/google/coral

15f6a0d0 : Add notification pregrant for turbo on coral
0d95b302 : usb: change the usb_gadget_hal permission to system
f75a301b : Update Coral SVN to 62
dc5b9320 : Write the pullup value only if new value applied
af7e6c6f : ueventd: Set permissions for KGSL sysfs node
1346647a : Preopt SystemUI for AOSP builds.
c2083529 : Add notification pregrant for SCONE
16852968 : Add notification pregrant for OobConfig
434ebd4d : Add further notification pregrants to coral
84c966c2 : Update coral SVN to 60
eb3d4caa : Add a system property for System UI compiler filter.
c41de13e : Remove config_tcp_buffers
e0eb43e9 : Notify port status change for moisture detection
0804802e : [Coral] Add NEARBY_WIFI_DEVICES for Restore
b4f2593e : Implement callbacks for limitPowerTransfer
eb341fc5 : Disable LE audio related profiles for coral
acf1723a : Migrate IUsb implementation to AIDL
292a70a0 : Update blobs as of T
92f2c0e6 : Use the ?= operator so BT properties can be overridden
5af507b0 : Set default the Bluetooth class of device
18f2289c : media: coral: update performance data for Android T
52fa79d8 : Revert "Add namespace qcril-hal/android_hal_utils"
422327ff : Non-module targets.
a2917136 : Add new notice file build logic
74a5faf5 : disable powerhint for F2FS gc_urgent mode
80cd0c87 : Add new notice file build logic
673e09e4 : Enable bluetooth profiles with product.prop
d0a21596 : Fix Adaptive Charging/Google Battery HAL sysfs node permissions
ce2e2019 : Update LE Audio profile properties to match spec and implementation
7cb5e860 : Update coral SVN to 58
60b1e998 : Enable bluetooth profiles with product.prop
3bd9c8d1 : Fixed status bar glitch for apps that access internal resource dimen
3a43cb62 : Revert "Migrate the blkio controller to the cgroup v2 hierarchy"
a50828e3 : dumpstate: dump AACR related data
3586ec8d : Migrate the blkio controller to the cgroup v2 hierarchy
3246393b : Replace platform_version_use_sound_trigger_hal with sound_trigger_hal_is_android_p
ad1944fd : Remove discard command tuning
f57b06eb : Add namespace qcril-hal/android_hal_utils
3ff70792 : Add namespace qcril-hal/android_hal_utils
cd0aac88 : Add new notice file build logic
a7cc19d0 : Add new notice file build logic
da63d2d0 : Update coral SVN to 57 Bug: 223313197
b5fa3a5a : Removed audio A2dp and Hearing Aid from device.mk
fb4fbb97 : use aidl interface
8d3a0460 : Add default alarm and media vibration intensity settings
1cbfe7a0 : Update coral SVN to 56
40396a62 : Declare license metadata for copied files.
b3d1abd5 : Add notification pregrants to coral
3c1be30d : Align ASHA prop with BluetoothProperties
aac26d2d : Update coral SVN to 56
e1826c2f : Add two soong_config_variables
87357400 : Migrate "rounded_corner_content_padding" for coral/flame
053bba82 : Unpin updatable-media from memory on coral
0c07b080 : Added new vendors for Bluetooth config migration
1489a3a2 : Add device-specific support for GoogleBattery HAL 1.2.
e0cc7141 : Revert "Rename supplicant RC file config variable in Coral makefile."
e8578ac6 : Enable set channel on NDP setup
eadf94c4 : wifi: Uprev IWifiExt to 1.3
95464c0a : Added default TCP buffer size for Pixels
7690bbe5 : Rename supplicant RC file config variable in Coral makefile.
e3264596 : wifi: Configure correct overlay configuration.
72a05d1c : Add new feature AACR fields
7800aee1 : Clean up platform_info error log
3350cda9 : Inline usages of LOCAL_STEM
1f9181cf : Enable verbose logging on by default for userdebug build.
47f18021 : Update Coral SVN to 54
fa6d8e1d : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
36e962c4 : Avoid FTL metadata writes by reducing small discards
bbfb14d5 : BT: Import SOONG_NAMESPACE hidl_client for ftmdaemon
4cec8952 : Update Coral SVN to 53
ed7a9aa5 : Update Coral SVN to 52
31ba8ad2 : Removing 'verity_update_state'
93390a30 : Update Coral SVN to 51 Bug: 202436544
2457121f : Update Coral SVN to 50 Bug: 202436544
2a6f2ed5 : Update Coral SVN to 49
8372fe2b : Use Context Hub AIDL for coral
40a80396 : Update Coral SVN to 48
d59ea08b : Pixelstats: change data type of reset count path
97c58a17 : Update Coral SVN to 46
9aa5aced : Use vintf for confirmation UI
bb3377cb : Update Coral SVN to 45
ea243709 : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
9401ade4 : Stop including iorap_large_memory_config.mk
9c6f1bad : Bypass build time check for users-libs
8c66714c : sync coral folder
c345693d : Update Coral SVN to 41
0740ee65 : device: coral: update new snd_device backend id for haptics cases
d744f72a : device: coral: update new snd_device backend id for haptics cases
f9d49efa : Replace writepid with task_profiles command for cgroup migration
03da6a8a : Disable dexpreopt and <uses-library> check for APKs.
c1706775 : [Coral] Update pregrant permissions for Restore APK
9aecefd9 : Update Coral SVN to 40
fca51e75 : Do not reference LOCAL_PATH in the included files
f3dd4e05 : Revert "Modify IKeymasterDevice/default to version 4.1"
782e6c7f : Revert "coral: usb: add state of usb extcon to monitorffs"
74b4a30d : Remove the redundant artifact path requirement allowed list entries
35226a44 : Update Coral SVN to 39
c4623d98 : Remove redundant build property for reduceOpsTaskSplitting
4e27acde : Remove READ_PHONE_NUMBERS pemission exceptio from Pixelmigrate.
eed735a3 : Revert "Allow setting charge start and stop levels when in Test Harness Mode"
98bb8803 : Revert "Allow setting charge start and stop levels when in Test Harness Mode"
24728b78 : Update Coral SVN to 38
c8345cae : Remove unneeded Top Gear permissions from Android Auto
b8f5fc17 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/coral
07f26515 : Revert "Revert "Revert "Temporarily turn on Skia-RenderEngine for Pixel 4."""
388d0384 : Revert "Temporarily turn on Skia-RenderEngine for Pixel 4."

+- Project: device/google/coral-sepolicy

753ba3e : sepolicy_vndr: Add shell permission to /sys/class/kgsl/kgsl-3d0/perfcounter
3e227e8 : Add nodes to sysfs_limit_power_transfer to enable limitPowerTransfer API
94d60e4 : android.hardware.usb.IUsb AIDL migration
77b7b08 : BatteryDefender: Allow health to read typec sysfs nodes
afe0cc8 : Add sepolicy rules from AU184
9dd0f29 : Add sepolicy rules
d4e83f7 : Allow access sysfs_scsi_devices to tune discard commands
ef8d9cd : use aidl interface
abc93c6 : modem_diagnostics: add rules for getting battery info
91e85bd : Revert "Revert "Remove the bdev_type and sysfs_block_type SELinux attributes""
c685827 : Revert "Remove the bdev_type and sysfs_block_type SELinux attributes"
7458ae1 : Remove the bdev_type and sysfs_block_type SELinux attributes
2a02136 : reorganize pixelstats_vendor
59822e6 : Move twoshay definitions to hardware/google/pixel-sepolicy/input.
b846b23 : Add Context Hub AIDL to coral sepolicy
563bfc1 : organize wifi_sniffer
4e62dd8 : Revert "Move twoshay definitions to hardware/google/pixel-sepoli..."
9547781 : Label extcon devices
001ce50 : Move twoshay definitions to hardware/google/pixel-sepolicy/input.
92b8e34 : Add the bdev_type attribute to the rpmb_device type
56d6702 : Associate the sysfs_block_type attribute with sysfs SCSI device information
5ebe9e4 : Add the 'bdev_type' attribute to all block devices
a1ea009 : Allow boot color propagation
6e150dd : logger_app/dumpstate: add rules for pilot
44293a0 : make sepolicy compatible with different SW versions
dc02046 : Revert "Update avc error on ROM 7530187"
0de7f2b : restore usb version
3437781 : Make sure sepolicy only merges on upstream
428612f : sync coral sepolicy
6240ab0 : Update avc error on ROM 7539493
8d469be : Update avc error on ROM 7487129
d9f4593 : ssr_detector: fix avc error
97b5291 : rfs_access: fix avc errors
43eca35 : add new lib for app to access
439b17f : tolerate random number after wakeup node
fa6f609 : sepolicy: Add "dontaudit" for audio metric ext hal in grilservice_app
7809d5e : Move vendor_kernel_modules to public.

+- Project: device/google/cuttlefish

882834606 : Use EffectLayer-backed color fade
e643255e4 : Merge "Update PCI device root for crosvm arm64" am: 4071a9cfac am: 977f5d267c
1a94f7b24 : Implement SE root of trust provisioning.
5497ed742 : Apply clang-format to KM sources.
fbdb3829d : radio: provide hardcoded IMEI and null IMEI-SV
5154019c1 : radio: provide hardcoded IMEI and null IMEI-SV
605aaf147 : radio: provide hardcoded IMEI and null IMEI-SV
d7d02d4ed : Add further notification pregrants to cuttlefish
47f7747ff : Remove radio interfaces from known missing list
14796e530 : Remove deprecated LTE_CA bitmask
d4ab58754 : Fix CF implementation errors for CTS
518373ee2 : Fixed car cuttlefish target XML issues
0da6cc84c : [Cuttlefish] Add NEARBY_WIFI_DEVICES for Restore
eb1b01b5c : Enable BtAudio in Cuttlefish
6b1a8a53f : CF handle MAX_PDP_CONTEXT for SETUP_DATA_CALL
82bb22bbc : Fixed the priority for cuttlefish RRO
97d6c7e41 : Fixed the priority of the CuttleFish RRO
caf42064a : Set default the Bluetooth class of device
0948d7ac5 : Allow audio_control_hal to access carpowerpolicyd
7fd106da4 : Remove extra spaces from soong_config_append
c6c4c6b9d : Reduce verbosity of cvd client/server mismatch.
d6bc91096 : Use ResultSetup in launch_{modem,streamer}.cpp
81da5aa3d : Update GNSS make files to generate static library for cvd_update_location command
44eb704ad : Use ResultSetup in run_cvd/launch.cc
85cb41c61 : Separate building and running ProcessMonitor to make some errors impossible.
ed863f4d6 : Use ResultSetup in some Features in disk_flags.cc
3ac38b958 : Remove NetworkPermissionConfig package
84574e7df : add ug+x to /dev/cpuctl
4f55a8b9c : Fix: hal_implementation_test.Hal#AidlInterfacesImplemented
787b57b20 : Migrate config_ethernet_interfaces overlay in cuttlefish.
a4d28c0e4 : Set PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS to false instead of clearing
0214ed9a6 : Declare license metadata for copied files.
8c06a209e : Pass working directories through the cvd server commands.
2f7cdb441 : Add Command::SetWorkingDirectory
08613a0ee : Add SharedFD::Fchdir(SharedFD).
ca8469058 : Migrate config_ethernet_interfaces overlay in cuttlefish.
77730e8ee : Fix: hal_implementation_test.Hal#AidlInterfacesImplemented
1fa947623 : Add a Result<void> equivalent to Feature::Setup
74634e516 : More use of Result and CF_EXPECT in run_cvd/main.cc
7414b5d25 : Changed Feature common code to use Result rather than bool
9a810c175 : Use Result and CF_EXPECT in RunCvdMain
2d00a8e6c : Use Result and CF_EXPECT in ProcessMonitor
7025e85d4 : Use AIDL emulator VHAL for cuttlefish.
b5b39bab2 : Create a DiskBuilder class consolidating some functions/data
6b8a121eb : Separate disk_builder.cpp out of disk_flags.cc
13ed99619 : Deduplicate CreateOsCompositeDisk and CreatePersistentCompositeDisk
1199017d4 : Remove sysfs_gpu type definition
6299a966a : Correct the cvd_fleet output for multiple instances
f43a05680 : De-register directories after `cvd stop`.
dd635c908 : Add `cvd acloud create --local-instance --local-image`
d2ab2a2f8 : Refactor (Feature to SetupFeature ) and (FeatureSuperclass to Feature)
32828d344 : Add `--launch-args` to `cvd acloud create --local-instance`
796f77f46 : Support the oauth2client credential file in fetch_cvd
697902126 : Remove usages of recursive expansion
8dff6a435 : Remove the HIDL graphics.allocator service
cb3e160bd : Fixes always internationalized phone numbers in remote calls.
f59dc6f9b : Remove '.vendor' prefix from rust_binary name
f7d383f18 : Make `cuttlefish::CurrentDirectory()` safe to run in deleted directories.
164c9c7dc : Support both GCE-internal and GCE-external IPs.
ca51f41ab : Use a temporary file for ssh keys rather than /dev/stdin.
90ce210a3 : Enable bluetooth profiles with product.prop
6338a83aa : Update dEQP level to 2022
c845707b2 : Make the CvdBootStateMachine destructor not hang
ddbf725b9 : Support service account credentials in fetch_cvd.
9db84876e : Allow more than 3 data networks in setupDataCall
fd980fab5 : Add bluetooth audio policies
d42a3657b : Remove cameras for the park state
c56154f39 : Update LE Audio profile properties to match spec and implementation
34f8dd904 : Remove expired system property from CF
8fb3f90fb : Fixed overlay for signed apex
6c5ea0a1e : Support std::optional in CF_EXPECT.
aff76281a : Bring back feature XML for USB
f9168a3c2 : Build with upstream lld: Fix incorrect static dependencies
e3639436b : Enable bluetooth profiles with product.prop
06d4f756a : Add cc_binary rule to create tombstone_transmit.microdroid
0be29fa30 : webrtc: Remove the mute button
659f14d60 : webrtc: Simplify createToggleControl usage
c471ab24b : webrtc: replace audio player with a toggle control
ea1f9e999 : genfs_contexts for new wakeup device
6d6e0156a : Temporarily disable Apex till USB AIDL is converted
600f825a8 : Switch from mkenvimage to mkenvimage_slim
abb6c06a1 : Fix: hal_implementation_test.Hal#AidlInterfacesImplemented
4c1739a01 : mkenvimage replacement
643780bd3 : Fix crash in `ReadFile` when the input file is empty.
baf7b58a7 : Allows to set a custom sender phone number when using cvd_send_sms.
9b940ceab : Reorganize `cvd acloud create`.
798a78ad8 : Anchor on HOME rather than `--assembly_dir` for instances.
91791d075 : Report a crc32 checksum as part of the cvd version.
f9bed767c : Combine cvd and cvd_server into one process.
ce999a174 : Statically link cvd and the cvd server
183d53a65 : Add `--branch`, `--build-id`, and `--build-target` to `cvd acloud create`
b428bb001 : Add `cvd acloud create --local-instance`
252ede283 : Fix typo in #undef
0cfd0f5bf : Add FlagAliasMode::kFlagConsumesArbitrary
6ff7b5c72 : Add hal_wlc_hwservice to sepolicy
ba5a767a2 : Move GatherPackagingSpecs out of CopyDepsToZip
d939dc3e2 : Add InstanceLockFileManager::TryAcquireUnusedLock.
4f153dabc : Revert "Move /metadata to f2fs"
57ddd3682 : Update EVS service configurations
968c10ad7 : Move EnsureDirectoryExists to utils/files.h
0f1c0e301 : tombstone_transmit: Fix event read from inotify FD
ffd01ef69 : include-what-you-use: common/libs/utils and keymaster_channel.cpp
7a201a6b3 : Send the current DataCallList on deactivateDataCall request
6d73254d6 : Fix unused variable warning.
dbb0c321d : RootCanal: Move hci related files into a hci folder
2965ae2c7 : Adds ro.vendor.hwcomposer.mode sysprop and set in Gem5
e25de8c89 : Shorten `confui_secure_env_vm.sock`
8ce26e336 : Stop setting vold.post_fs_data_done
bb19bac0b : Fix CF errors with unsol/request data call list
4d14e2587 : Add list_stations command to wmediumd_control
794a66a67 : Fix TH build when drm aidl service replaces hidl
fd698f0e9 : Sanitize `zone` values.
e09c41b51 : Allow the cvd client to delegate acloud commands to the cvd server
1a69c72b5 : Use Result in the cvd client.
300457f18 : Report command errors to clients rather than printing on the cvd server.
ebd90f2c7 : Fix get/setAllowedCarriers + response
341eebca1 : Add comment explaining BOARD_INIT_BOOT_SIZE setting
54109bec8 : Revert "Revert "Reland "Move CF from 5.10 to mainline kernel (5...."
2cc7613a2 : Fix CF errors with unsol/request data call list
c8a47d6f2 : Report that keymint v2 is supported by cuttlefish
060ffbb8d : Revert "Use AIDL emulator VHAL for cuttlefish."
77d812b4f : Handling the case when POLLHUP is received
7ec628fde : Handling the case when POLLHUP is received
3aefb718d : Reland: Add Minigbm Gralloc AIDL allocator
308d6bb96 : Enable usage of hinge angle in cuttlefish
a2779ddd3 : Extract ScopeGuard from server.cc.
890612b8f : Add InstanceLockManager and InstanceLock to cvd
a6d66f910 : Use composite disk version 2
137c329ef : Move /metadata to f2fs
5bda6d00b : Send the current DataCallList on deactivateDataCall request
3de287ed9 : Revert "Add Minigbm Gralloc AIDL allocator"
16bc6c48a : Switch cuttlefish to using T .mk files
cd7b3a2ba : Implement TpmKeymasterContext::UnwrapKey()
011b7a79a : Add SharedFD::Flock to wrap flock(2).
9bde0b4aa : Let `cvd kill-server` interrupt ongoing commands.
8c6eaeef4 : Re-enable default broadcast radio HAL
5294edc20 : Fix bad serial port logic for QEMU
2b035f6e9 : Remove hard-coded console=hvc0
ae267fefd : Dice HAL: Activate default implementation on cuttlefish.
26ffd5e7b : Disable mac randomization temporarily
bec77fd67 : Re-enable default broadcast radio HAL
fb21569c7 : Re-enable default broadcast radio HAL
3ada856bf : Use AIDL emulator VHAL for cuttlefish.
e8cd0018c : Revert^2 "Reland "Use TARGET_KERNEL_USE for modules location""
158c3f79a : Revert "Reland "Use TARGET_KERNEL_USE for modules location""
ee63132e9 : Revert "Reland "Move CF from 5.10 to mainline kernel (5.15)""
210d2caa8 : Cuttlefish Gem5 bootconfig size has to be aligned to the size of 4096. Test: manual atest.
18f6f3d2a : Enable QEMU virtio-gpu-gl only if accelerating
fcdd3e28b : Power CvdServer with a concurrent epoll loop.
0ce01ec59 : Add an epoll wrapper for SharedFD.
148fa53ea : Add Minigbm Gralloc AIDL allocator
618467e53 : Add a device manfiest fragment for drm_hwcomposer
e2c1cb513 : Fix --gpu_mode=drm_virgl crosvm GPU flags
06592e6eb : Cuttlefish Gem5 skips avbtool section because Gem5 doesn't have bootloader to handle avbtool section. Test: manual atest.
7dac9d470 : Reset environment variables for cvd start.
1e8f62e69 : Output informational messages to stderr in the cvd client.
acdcf6c9b : Rename test_vendor_lib namespace to rootcanal
85cd7d68e : Add -d flag to debuild
1ac742c68 : Allow access sysfs_scsi_devices to tune discard commands
e0eb327da : Revert "Use FUSE BPF by default"
f717c10e6 : Disable FUSE BPF by default
4bcb98620 : Allow hal_audiocontrol to access carpowerpolicyd
9a80f40ee : Use libcuttlefish_utils' Proxy for ADB
a5d110a11 : Log from the client code instead of the library
61e3661fa : Split InstanceManager out of CvdServer.
70427986e : Make the operator_proxy a TCP proxy
9f0732bcd : Add a library for proxying between sockets
941596d9c : Add FileInstance::CopyAllFrom
f88c4b563 : Write all data in FileInstance::CopyFrom
592afa8ab : Allow relative paths to be used for composite disks
8154bca78 : Add SharedFD::Poll.
61bb7ba24 : Handle HIDL or AIDL style power mode enum strings
a85471fb6 : Switch to a new EvsManager version
ff6c08578 : Replace public members with getters on RequestWithStdio
a111f2390 : Create an injector per cvd request.
e3616e222 : Cuttlefish Gem5 avoid recovery mode by adding androidboot.force_normal_boot=1 in kernel cmdline. Test: manual atest.
132ecf3af : Let the cvd server wait for commands to complete.
658b8b718 : Switch from using waitpid to waitid
81769392c : Add machinery to interrupt ongoing calls.
83d7df5ce : Separate client handling out of cvd/server.cc
5a7e1bea0 : Allow downstream devices to build sparse filesystem images
4093d934d : Reduce verbosity of connection failure warning.
02445337a : Fix `cvd kill-server`
a29847a4e : Cuttlefish real-time generates starter_fs.py for Gem5 based on template file. Test: manual atest.
53745c725 : Enable tuner feature on AOSP TV cuttlefish
1a21f0ab7 : Start aidl clearkey drm service on CF
f8c41f40a : Demonstrates multi-installed APEXes with a new camera HAL APEX.
683e43f1b : Use a std::atomic_bool for CvdServer::running_
d65386719 : Remove GNSS hidl from default implementation
499cdf487 : Configure the dalvik heap for a 2GB TV.
a5b0216b8 : Implement sign function to get signature from secure_env
07dd8dbfe : Fix to "cuttlefish_buildhost_only" in Android.bp
01f2e6fe0 : Refactored confirmation host to call remote sign
d7ebb3595 : Grant vendor.wlan.{firmware,driver}.version
f63ddced8 : Pass verified boot info to keymint at startup
e9e367200 : Use signed type for message version
5721c6c7d : Make CvdServer's assemblies interface thread-safe.
f37702635 : Handle the connection with the host orchestrator closing
abe534d93 : modem-simulator: add hook to handle unicode path in fstream
cfee2d639 : Fix androidboot.console uart enumeration
5432f4910 : Add console output to the kernel log
90b8e8fb8 : Remove sysfs_gpu type definition
3234d9133 : Add 64-bit only slim lunch targets
733106bc7 : Consolidate DrmFactory.
a8254df7a : Deprecate bluetooth audio HIDL HAL in cuttlefish
14c8542e5 : Provide alternate SE RoT provisioning path.
fb97fed0f : Include correct authorization_set.h header
1a51c0154 : Consolidate DrmFactory.
c4eb9ee1c : Always keep SecureEnvironment enabled
7ff0a1493 : Switch Cuttlefish to Ranchu HWC3
d2e495663 : Merge "Remove libbt-rootcanal-types dependency" am: f9b5878682 am: 53f919b1d3
283b0b1bb : Enable console and checkpoint feature for Gem5. Test: manual atest.
2af662a9f : Pass the working directory with cvd commands
660bcdc6c : Extract ParseInvocation from CvdCommandHandler
58e0c293b : Split apart server.cpp and relate pieces through dependency injection
0b8de8b9b : Extract method handling logic from CvdServer.
5975b5842 : Fix license text for wpa_supplicant_8.
062d38b13 : Enable BtAudio in Cuttlefish
4368dc04f : Add Audio cuttlefish sepolicy
ec3beeafa : Revert "Add BtAudio cuttlefish service"
376bcea11 : Allow downstream devices to build sparse filesystem images
c4fc7b03f : [LSC] Add LOCAL_LICENSE_KINDS to device/google/cuttlefish
069c1fcb8 : Fix get/setAllowedCarriers + response
7677467af : Reset secure_env on u-boot launch
cbc24af4b : Pass the config path of environment to cvd fleet.
c57519a46 : Revert "[Reland] Use AIDL emulator VHAL for cuttlefish."
c2bd4ce81 : Convert Cuttlefish RIL to "direct" AIDL
d31ce00e2 : Remove TARGET_2ND_CPU_VARIANT
9f9aa668b : Renamed rmnet0 to buried_eth0
cd6aa4e25 : Remove libbt-rootcanal-types dependency
17e7ba3a4 : system_dlkm: allow insmod from /system_dlkm
44cf02d30 : [Reland] Use AIDL emulator VHAL for cuttlefish.
c38edf5eb : Declare license metadata for copied files.
ed9ca0813 : Set different eth interface for fastboot
1e8753af4 : Minor AOSP wear configuration updates
99b0c83c7 : Reland "Move CF from 5.10 to mainline kernel (5.15)"
53aabf4c9 : Reland "Use TARGET_KERNEL_USE for modules location"
a695c5b5f : Add init_boot as an OTA partition for Cuttlefish
82aeead6c : Add BtAudio cuttlefish service
d82f1cdae : Bluetooth: Move OWNERS reference to mainline module
baf971dca : Revert "Use AIDL emulator VHAL for cuttlefish."
0537994e4 : Reshuffle virtio_{gpu,wl} PCI device IDs
f7286b6c0 : Use CF_EXPECT in CreateDynamicDiskFiles and CreateOsCompositeDisk.
4422d637d : Converted all resources to Static overlay for Cuttlefish
e431935f9 : Add a reduced pci.ids file into the vendor partition.
65ae5a248 : Secure user input classes exclusively for the host
6ce1c2ce0 : Add IsUserInput() to confui protocol library
8b548848c : Add signing server to secure_env for confirmation UI
a65bfae4b : Communication data structure for signing confirmation
33ac0aa42 : Adds `cvd_send_sms` command to main `cvd` command.
f434c6c78 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/cuttlefish
190c75449 : Fixes crash in libcuttlefish-rild due heap-buffer-overflow.
f44377b83 : Add IAudioControl2 to known missing HAL list
ee0d4e05e : Add IAudioControl2 to known missing HAL list
e812e5542 : Add a test-suite-tag for the cuttlefish integration tests
f11ce07fc : Replace remaining legacy error handling in assemble_cvd.cc
6e9b31b1b : Remove LiveTv and sampletunertvinput from TV
99269e9f5 : Remove exemption for ICameraProvider from hal_implementation_test
fe8fa2a3b : Use CF_EXPECT in cvd_test_gce_driver and credential_source
00f181e42 : Standardize cvd server response handler signatures.
f2839a631 : Remove IRadio modules from kKnownMissingAidl list
15a4232b7 : Fix linkerconfig for com.google.cf.rild
3fc1d6641 : Use Radio HAL 2.0 (AIDL)
ae8d167ac : Fix quote position for uboot_env
e8269da9f : Rename server.h to server_constants.h
430e89b66 : system_dlkm: Set avb=vbmeta for fstab entries
8f9930228 : Add support for gem5 Test: manual atest. (1) Gem5 tested. (2) Crosvm tested. (3) Qemu tested.
6b75dee72 : Revert "Temporarily disable pmem for arm"
e50e3e8b5 : Allow downstreams to override GNSS HAL Implementation
cf66452a6 : Simulates a changing signal strength.
77f0c3193 : Use CF_EXPECT in stop_cvd
622b7581a : Allow downstreams to override GNSS HAL Implementation
e8203f645 : Always add vbmeta to the persistent disk
397313e6c : Implement get/setUsageSetting mock for CF
4c8ea10eb : Convert Cuttlefish RIL to "direct" AIDL
175f55955 : Remove flipendo sepolicy from generic Cuttlefish
b18731094 : Disable InputClassifier
63b462fb6 : Fix CF RIL warnings
f9cdb1ddc : Remove flipendo sepolicy from generic Cuttlefish
9fed3e57f : Switch Cuttlefish to audio HAL V7.1
076e02326 : Temporarily add android.hardware.audio@7.1 to "known missing"
150978443 : Fixes cuttlefish rild crash.
20ecc1f58 : Remove flipendo sepolicy from generic Cuttlefish
3b23c0252 : modem: add remote command to update time
6f988fd77 : Set up uenvcmd unconditionally
9004dd593 : Remove remaining crosvm bootloader env workarounds
e34cf5df5 : More use of CF_EXPECT in assemble_cvd.
2dd9468dd : Use AIDL emulator VHAL for cuttlefish.
9951f3501 : Revert "Revert "Remove disabled noapex lunch target""
ecf355f06 : Update kernel to ToT backports on gce image
3ab54f24b : Use uenvcmd supplementary environment
79ea446a8 : Drop bootdelay, fdtaddr
26c32314d : Use cbootargs feature on x86/crosvm
dd62da0b6 : Revert "Remove disabled noapex lunch target"
3aec6af2b : Temporarily exempt camera aidl hal interfaces in hal_implementation_test.
f18bc6204 : Add uboot_env to persistent vbmeta
86929587a : Add the device name to stop_cvd output
928b2acbe : CF: system_dlkm: add partition into misc_info.txt
e233d01b4 : Add instance prefixes where log origin is ambiguous
30a63b63e : Set hypervisor boot properties
1c8f7dc21 : Widevine aidl hal sepolicy
b9347dd43 : Use HostBinaryPath for all host binaries
6ecfe3f4c : Use CF_ERR and CF_EXPECT in parts of clean.cc and assemble_cvd.cc
ec621b4e0 : Revert^2 "Use vendor APEX for camera provider HAL."
ca5d42c04 : Revert "Use vendor APEX for camera provider HAL."
4199ab90a : Build fix for cf_gwear
1b155029b : Enable radio-service.compat for wear
e39af5a4b : Remove disabled noapex lunch target
2df4bcea4 : Fix -Wbitwise-instead-of-logical
faec651f1 : Put CuttlefishIntegrationTest into general-tests.
21b7ba008 : Modernize Cuttlefish Go configuration
fb3d017a7 : Remove -guest_audit_security launcher flag
a18836d4a : Move console=, panic= and cma= back to BoardConfig.mk
3d20e3f7b : Remove mistakenly added tags file
c9f48152e : Re-add aosp_cf_x86_wear
bb3c09650 : Enabled bootconfig generation as a boot requirement
25b5e31d4 : Allows multiple IEvsEnumerator implementations
dcca1fda7 : Enable EVS services
cdc5f5c9b : Exclude ICarDisplayProxy from HAL implementation test
7c06a953b : CF: system_dlkm: Add dynamic partiton
da36813d4 : Make the cluster display unfocusable.
35e9c9b71 : Update missing/incorrect responses for IRadio
20250c674 : [Radio] Add Stub implementation for RIL_REQUEST_START_KEEPALIVE and RIL_REQUEST_STOP_KEEPALIVE
3d984fdb5 : Make the zone and cloud project configurable.
1bceb5408 : Removed unneeded permissions
9b45752e6 : Remove access to unlabeled vsock_socket
8e3355387 : Revert^2 "Add com.android.hardware.thermal apex"
eb9350a1c : Update missing/incorrect responses for IRadio
20773cf25 : Target the CLI integration tests at particular builds
13881f339 : Add integration tests for Acloud and launch_cvd
9006cb5a0 : Implement GceInstanceRule to use the test driver protocol.
d4d5e23ea : Add chunked output for test driver SSH operations.
795cb8c04 : Implement the message protocol in the c++ test instance manager.
e02c5cad8 : Create a protobuf defining a test driver communication protocol
412079f50 : Add a callback equivalent to downloading files
57fc64c2f : Add callback-oriented get functions to CurlWrapper
381dc43bc : Create an integration test runner that can create instances.
251affc75 : Considate NNAPI AIDL limited service binaries to single binary
25156ac84 : Considate NNAPI HIDL limited service binaries to single binary
c236a36fb : Adds cvd_send_sms command.
abbb4f271 : Add init logcat_exec:file to bug_map
99a7dc64b : Disable ADB security and spawn by default
bbd619085 : Use vendor APEX for camera provider HAL.
c4532f9d1 : Switch Cuttlefish to audio HAL V7.1
64a003956 : Implement cvd_test_gce_driver to create and destroy an instance.
5979ac49f : Add more HTTP call wrappers to CurlWrapper
c0f92c93f : Add a class tied to the GCE instance lifecycle.
0d9aeaf33 : Move the implementation support of `fetcher` to a `web` library
b85f02261 : Generate SSH keys in-memory with boringssl
972f69491 : Add a wrapper for the compute engine API.
deeca6736 : Add build files for cvd_test_gce_driver
35156c24d : Add support for getting credentials from a service account json file
c9d2aae84 : Replace current Result uses with Cuttlefish-specific macros
6e15fdc0a : Define support functions for inline error handling.
0cbce8fb2 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/cuttlefish
7bb2ba7b9 : Remove bluetooth.audio@2.2 from the list of non-implemented for cuttlefish
8cf3009b3 : Migrate cvd to SOCK_SEQPACKET
f0212e3e2 : Handle immediate failures in ConnectWithTimeout
e8b0b1720 : Create "fluent" / chaining setters for Command
1ffe2a838 : Confirmation UI host should use cn-cbor
652db6739 : Update `README.md` documentation
d8d34e1e3 : Remove vestiges of Linux tpm support
217dcbf2f : Drop audio_policy.conf
29fa9dfa7 : Remove obsolete hwcomposer.cutf and hwcomposer-stats
0fc44e251 : Clarify device target to use for ARM
9af683bca : Remove the I/O profile information from task_profiles.json
78bb76177 : Revert "Add support for /system_dlkm partition for GKI modules."
9693c1132 : Add chmod and memfd-with-data functions to SharedFD
ebb15b459 : Put super image rebuilding into the injection system
5c7a7164c : Move vbmeta and bootloader checks to the injection system
7964a16b8 : Move the persistent instance disk creation into the injection system
99d9d5661 : Rename stdout and stderr variables to avoid conflict
c39ff5f73 : Move extensions and sidecar to phone target
8f82fbd82 : Adds a pmem device for persistent hwcomposer settings
d479540c3 : Temporarily add android.hardware.audio@7.1 to "known missing"
4f96bc8ae : Set fixed channel at p2p_supplicant of Cloud Android
a4c9322d1 : Always install WiFi related overlays when enabling mac80211_hwsim
9036159bc : Fix no-bootconfig bootcase on cuttlefish
06880f109 : Add support for /system_dlkm partition for GKI modules.
5f921eb4b : Fine tune the output of "cvd fleet" for json format.
54272d24c : Always package foldable config
449f1e903 : Remove arch name from phone vendor apexes
815ca7720 : Remove go_512_phone config
73fb99841 : Consolidate erofs/ext4 fstabs
b970b570d : Convert auto targets to generic_system
29cdf6c23 : Enable IInputProcessor HAL for cuttlefish
6eadd57c4 : Share one RootCanal instance over multiple Cloud Android instances
094503d77 : Enable AIDL android.hardware.usb.IUsb for cuttlefish
defcaf61e : cuttlefish: add option to boot gfxstream with ANGLE
bdee582bc : [LSC] Add LOCAL_LICENSE_KINDS to device/google/cuttlefish
9455b30fc : Wifi: Upgrade to use vendor hal 1.6
093515b9b : Add vbmeta to persistent disk
dde750444 : Update the output of cvd fleet as json format.
0598eba00 : Use hwcomposer.drm instead of hwcomposer.drm_minigbm
a7ca37d42 : Enable local transport for secondary User
8c9bc4197 : Add nfc aidl service
e88242df3 : Restore default 5 second timeout for stop_cvd
ab6498521 : Enable Wi-Fi Direct at wifi_hwsim apex of Cloud Android
bde008790 : Enable Wi-Fi Direct at Cloud Android
99ffcc68a : Enable Wi-Fi Direct at wifi_hwsim apex of Cloud Android
432d251ba : Enable Wi-Fi Direct at Cloud Android
215efc786 : Enable additional hvc for data injection communication
c02302524 : Revert "Revert "Exclude EVS from HAL implementation test""
f734a0cd0 : Add IAllocator stable-aidl
95df01173 : Use FUSE BPF by default
b0e357caa : Convert auto targets to generic_system
a53bb92ee : Do not test automotive powerpolicy internal interface
73f066247 : Revert "Add gnss visibility_control to the list of non-implemented for cuttlefish"
e262c3d0a : Enable io_uring in Virtual A/B on Cuttlefish
93248dfe2 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/cuttlefish
3c07e2c7e : Get AOSP TV targets working again
4594ba979 : Get AOSP TV targets working again
691be5c5b : Allow android.hardware.identity AIDL to be stuck at version 3.
98ea76acd : Unified filename of init.wifi.sh module
8829de901 : Revert "Use FUSE BPF by default"
573fee06b : Revert "Exclude EVS from HAL implementation test"
a9bb2334c : Exclude EVS from HAL implementation test
c8581f8cf : Differentiate remote and default identity services
f51d509f2 : Add some device information into the output of "cvd fleet".
a5c34f4b0 : ANDROID: Install new seccomp policy files
34b102fd1 : Make confirmation UI resolution scalable with dpi
157413633 : Parse the cmdline flags in operator_proxy
2ec65b9fe : Keep filepaths around until they are used
8cb24e04d : Update common biometric version.
f920ea4de : Disable android.hardware.telephony.subscription
4f7cb9b92 : Revert "Use TARGET_KERNEL_USE for modules location"
808891a97 : Revert "Move CF from 5.10 to mainline kernel (5.15)"
49ff20df0 : Skip hal_implementation_test for types-only HAL
28bc0daa4 : Shorten crosvm control socket file name for Openwrt
3ecfc58ae : Add boilerplate for remote IC HAL to Cuttlefish
18125803d : Fix `cvd help xyz`
ca3d172b6 : Update host package build instructions
1f0a0a107 : Add android.hardware.bluetooth.audio
09cf30ae8 : Add 'android.*.audio.common' types-only packages
6608468d4 : Create a vendor APEX for mac80211_hwsim
55db974b7 : Add a reverse proxy to the host signaling server
a20d26077 : Exempt DRM HAL from CF
cd0eaf17d : cuttlefish: allow booting with udmabuf
53be2d6cd : Test cases below require starting cuttlefish and starting signaling server separately. Example command lines: * [signaling] `HOME=$PWD bin/webrtc_operator -assets_dir=$PWD/usr/share/webrtc/assets -certs_dir=$PWD/usr/share/webrtc/certs -http_server_port=8443` * [cuttlefish] `HOME=$PWD bin/launch_cvd -start_webrtc_sig_server=false -webrtc_sig_server_addr=localhost -webrtc_sig_server_port=8443`
4ce142869 : Create getCellInfo response for 1.6
a98255686 : Create a vendor APEX for mac80211_hwsim
28a1d3fb7 : Revert "Keeps signal strength changing in modem simulator."
225cc173c : Mark latest supplicant Hidl Hal as unimplemented and supplicant Aidl Hal as implemented in the Cuttlefish hal_implementation_test.
3d77e8f56 : cuttlefish signaling server responds with malformed headers on GET /devices Bug: 213124544
78f506906 : Add vsoc_x86/go_phone/OWNERS.
a6c8c4d0d : Fix launcher crash on aosp_cf_x86_go_phone target.
9ff866ade : Remove IRadio modules from kKnownMissingAidl list
e0c16d2eb : Don't override existing BOARD_BOOT_HEADER_VERSIONs
0c6bb90ae : Create getCellInfo response for 1.6
35da5e0b1 : Update cuttlefish_sensor_injection to use the AIDL HAL.
80e258a67 : Switch cuttlefish to sensors AIDL
97156901d : Don't set deleted struct member
c6eb40c66 : Revert "Create an extra cuttlefish_config.json symlink where acloud expects it"
e7eb3d77a : Add gnss visibility_control to the list of non-implemented for cuttlefish
d9d5bec91 : Keeps signal strength changing in modem simulator.
cf235ab98 : Include core policy OWNERS
6c2a3c915 : Add new init_boot partition to Cuttlefish
747c3b913 : Update incorrect responses and indications for CF radio calls
68349b981 : Create an extra cuttlefish_config.json symlink where acloud expects it
cde1e7755 : Revert "Revert "Instance directory restructuring""
fd25e09d1 : Exclude powerpolicy.internal from HAL implementation test
d843a8de0 : Merge "DICE: Tread dice HAL default implementation as missing." am: b009f9cf84 am: 300d332ca1
ad5541018 : Use default Rust edition
79224dde2 : Revert "Instance directory restructuring"
a3c40e3e2 : Switch to new AIDL IR service
2d5f2f12b : Enabling BT Text messages for the AAOS VM device trout
9917654cb : Add Supplicant AIDL interface to kKnownMissingAidl.
3184f1ede : Report the build version in the cvd server version message
57efbc944 : Add logging to the case where `crosvm create_qcow2` fails.
91e7193f4 : Update cuttlefish rc file to use Supplicant AIDL interface.
7e9fcb9c8 : Temporarily disable pmem for arm
669815d2e : Add unique id for CF remote provisioning
42f2d8a50 : Add the persistent bootconfig to the injection system
53d81ea2e : Fix InitializeEspImageComponent to actually run setup
ed219d4e4 : Stops writing to unallocated memory on cases where number of commas is either 0 or 1.
338d87c25 : Revert "Revert "Change InitializeEspImage to use the injection system""
e7367f7a6 : Move the crosvm_openwrt.log file into the logs directory
0f2fcc693 : Revert^2 "Advertise support of KeyMint V2"
65b96a488 : Renames method name "PostWithDelay" to just "Post" favoring method overloading.
7f240c48e : Temporarily disable virtiofs
e5b3c92b5 : cuttlefish: allow choosing of hwcomposer version
eab1782e6 : Revert "Advertise support of KeyMint V2"
adee089c6 : Report Cuttlefish KeyMint as KmVersion::KEYMINT_2
93820730c : Advertise support of KeyMint V2
ad0f490af : Reland "Implement health AIDL HAL on cuttlefish."
b5e02c1bd : Revert "Implement health AIDL HAL on cuttlefish."
187d215cc : DICE: Tread dice HAL default implementation as missing.
430bc5c4b : Instance directory restructuring
b03c41285 : Uses the lte_rsrp member to manage the signal strength reporting for LTE connections.
d1e94dbe4 : Implement health AIDL HAL on cuttlefish.
12a7554b7 : Uses just signal_strength_percent_ class member for keeping the state of signal strength reporting.
cbfe7dba4 : Consolidate logs in a directory under cuttlefish_runtime
f9e584d84 : Add packet capture command at wmediumd_control
9ada38c30 : Respect process name in log_tee
d72defbe4 : Fix comment for boot partition size from 32M to 64M
1d5f9f099 : Move CF from 5.10 to mainline kernel (5.15)
83c1c97d9 : Use TARGET_KERNEL_USE for modules location
d9640a834 : Revert "Sets log level to ERROR for when gathering of an ICE candidate failed."
67c8194c2 : Revert "assemble_cvd shows default flag values with --help"
8d2926e2e : Sets log level to ERROR for when gathering of an ICE candidate failed.
4aa4f75f0 : Revert "Add com.android.hardware.thermal apex"
d93915a34 : Use FUSE BPF by default
d7d8562a0 : Move mediatranscoding sepolicy to vendor
1194e46e6 : Add com.android.hardware.thermal apex
8345859a4 : Depend on KeyMint HAL via default
c653eeb49 : Deduplicate log tee code in run_cvd/launch.cc
aa012f50b : Move wmediumd output to launcher.log
5e4a133db : Reduce crosvm output to launch_cvd output.
29b17df17 : Capture rootcanal logs with a log tee
500df50a1 : Move OpenWRT crosvm logs out of launch_cvd stdout/stderr
39fc29e10 : Implement add, del, and list functionality in BT Wizard
40d23347e : Connect Bluetooth Wizard modal dialogs together
4ca6b45dc : Add HTML dialogs for Bluetooth Wizard
ba7ec0ff2 : Update CSS stylesheet for Bluetooth Wizard
ed5eb848c : Use the platform version as the keymint boot patch level version.
ef78b10e8 : Fix "return false" semantics in AssembleCvdMain
c08bb6805 : assemble_cvd shows default flag values with --help
08377b979 : Remove logic that randomly changes(-1, 0, +1) the current signal strength parameter in favor of coming logic tracked in b/207022371.
2347fba4d : Add an acloud symlink to cvd, with pass-through to the acloud prebuilt
b6e1e0fab : Base TV CF on atv_base.mk
b35bb7dd1 : Set proper value for wlan device in genfs_context
413b16a9a : Add dumpstate device AIDL HAL to PRODUCT_PACKAGES in shared/device.mk
b712991bb : Create constant variables for unknown or not detectable signal values.
35667130c : Fix UnixServerConnection destructor
fa5aec323 : Use Radio HAL 2.0 (AIDL)
2acc72de4 : Enable mac80211_hwsim backed wifi by default
389666de3 : Enable mac80211_hwsim backed wifi by default
f51b0c370 : Install new tuner vts config for AIDL HAL.
7663ec113 : Fix broken test: hal_implementation_test.Hal#AidlInterfacesImplemented
5e112350b : Enable user-space snapshots on CF for virtual A/B OTA
a92c183a2 : Use com.android.hardware.usb apex
1cc027e48 : Add default implementation of IInterceptor to CF
254b7c58c : Show a message when unable to play audio
f415743f3 : Add a close button to the error and warning messages
5a47fdc77 : Make the error message's corner rounded
e7b149603 : Allow showing error messages before the device connects
04014986c : Add Unix Socket transport option for webrtc
65316c6a4 : Add android.hardware.bluetooth.audio
840943e85 : Disable Wi-Fi in qemu when mac80211_hwsim is used
3cdc85e51 : Revert "Update HostArtifactPath to use out/soong/host."
89f19e909 : Replace SOONG_HOST_OUT with HOST_OUT
2e1cf77c3 : Stop following symlinks in stop_cvd's fallback path
d733dc41e : Update QEMU to ToT bullseye backports
25d106552 : Expands documentation about current CSQ implementation.
f0ffd7917 : URL-encode all arguments to the build API.
aeccb23be : Revert^2 "Demonstrate multi-installed APEXes."
6ca31359a : Revert "Demonstrate multi-installed APEXes."
2f4a712dc : Add bug_map for init NICE capability
cb7b187f6 : Move ws_connection.* to server_connection.* in webRTC
522a6d47d : Add FileIsSocket utility function
a3879a5c0 : Add "fluent" setters to SubprocessOptions.
078a0adef : Add VNDK version 31 to PRODUCT_EXTRA_VNDK_VERSIONS.
6c21e248b : Update webUI to eliminate `touch-action` issues on mobile
28769ffef : Buffer unconsumed captured audio in webrtc
b5ebeca70 : Pass root path for OpenWrt
2524f7f71 : Add wmediumd_control command line program
b23af7778 : Add biometric prebuilts for AOSP CF
a02075771 : Demonstrate multi-installed APEXes.
017602889 : Remove MediaProviderTests from cf test mapping
966618cca : Revert "Change InitializeEspImage to use the injection system"
59de0b8a3 : Introduce the cvd fleet command.
9d06a4ae6 : Update HostArtifactPath to use out/soong/host.
1c1fa8c2e : Creates a cvd_server persistent process for handling cvd commands.
7bcd3bcd6 : Revert "Enable KFENCE with 500ms interval on cuttlefish"
f3fa7602b : Default OpenWrt image
d3bc91947 : Serve webrtc client files in its own server
896033281 : Use ANDROID_HOST_OUT instead of ANDROID_SOONG_HOST_OUT for binaries
9539d7e8a : Don't use wifi vendor apex when mac80211_hwsim is enabled
79994797d : Allow to specify out-of-tree kernel location
6d53e8051 : Handles "warning: variable 'foo' set but not used" warning messages in reference-ril.c
3b6dcefe4 : Advertise support for attest keys in Cuttlefish
f6c817cc9 : Don't hardcode mainline in ARM base image script
bcf001df7 : Fix hardware GPU acceleration on QEMU 6+
5f59966d7 : cuttlefish/sepolicy: Label common sysfs wakeup dirs
268be2363 : Fix GPU boot issue on QEMU
08412031f : hal_implementation_test: displayservice deprecated
bdb48451a : Removing 'verity_update_state'
8944fb8a8 : Fetch fewer results from the build API at once
ebc04c66d : Default to using the system build for ota tools when available.
6da6144bc : Indicate CF/GF supports OpenGL ES 3.1
3869f43c3 : Creates a CF-specific apex for com.android.input.config.
40649a834 : Delete mk_cdisk tool
6cac813d4 : Added QEMU 6.1 required values
5f9905d9b : Enable QEMU 4.0+ features
5a1a54c82 : Consolidate and share CF vendor APEX keys/certs.
3421de129 : Revert "Enable bfp2 on cuttlefish"
324fb19ac : Enable blur feature on Cuttlefish targets
eef1509b4 : Support extra bootconfig args as launch flags.
8748a6f48 : Add bluetooth.audio@2.2 to the list of non-implemented for cuttlefish
62a0f7a31 : Enable lowram and go_512 properties on ARM 32-bit
6532604c8 : Use ARM KVM with QEMU backend when available
0bfa8274d : Fix rtc-test wakeup selables on ARM 32-bit
ae8908644 : Remove BUILD_BROKEN_DUP_RULES from cuttlefish builds
f87e597c8 : Revert "Remove BUILD_BROKEN_DUP_RULES from cuttlefish builds"
8b3ec47a2 : Disable CMA reservation on ARM/ARM64
d8cc02289 : Bump ARM kernel from 5.4 to mainline
e65f90abb : Fix hardware GPU acceleration on 32-bit ARM QEMU
c9755854d : Fix generation of host package on ARM 32-bit
6ceeba043 : Use MTE only on arm64
3a76a7b05 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/cuttlefish
533dc40a9 : Remove BUILD_BROKEN_DUP_RULES from cuttlefish builds
e7cbf25c2 : Populate UNIQUE_ID values
1050d6c8a : Add 'android.hardware.audio.common' types-only package
18d99a0f0 : Add vendor apex implementation for Cuttlefish bluetooth
8c1ae840e : Use soong_config_ macros to set Soong config variables.
8afb5de59 : Use latest Widevine HAL available
cb899a0d5 : Revert "Add buffering for audio capture"
f9ffcbccc : Enable bfp2 on cuttlefish
cf85dc714 : Remove bufferhub@1.0 from the hal_implementation_test
d3a648eee : Write() with the size being 0 is clarified
c68f1f12b : Mute media element in webrtc UI when autoplay is not allowed
1eda65b61 : Separate device list page from device control page
a81901970 : Allow use of TARGET_USES_CF_RILD on phone
50fa273ce : Allow overrides of confirmationui service
d476088db : Revert "Revert "Use blake2b-256 to build one partition on CF""
596866c9c : Add AVB tests to cuttlefish presubmit
9dba51e13 : Remove cuttlefish VNC host service
9b00f2a10 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/cuttlefish
f659b4e50 : Match allocation / deallocation calls for KeymasterMessage
9869f273c : Uses a vendor APEX for the power and power.stats HALs on Cuttlefish.
fe0bf194b : Revert "Use blake2b-256 to build one partition on CF"
745418950 : Add buffering for audio capture
b4ffe35fe : Revert "Revert^2 "Add the 'bdev_type' attribute to all block devices""
42d875156 : Revert^2 "Add the 'bdev_type' attribute to all block devices"
5af3c6a97 : Propagate errors from BuildApi::ArtifactToFile
ef37b423b : Temporarily add health AIDL to hal_implementation_test exempt list.
d72d82ebe : Populate verity props on init
c4e0b2d49 : Remove hardcoded verifiedbootstate bootconfig entry
eb395c088 : Move AVB key from 2048 to 4096
9021c1c22 : Relands AVB on CuttleFish
7b9d8e52e : Use verified boot in uboot
b54201c15 : Move bluetooth initialization scripts into own init_rc files for Cuttlefish.
9eeba6853 : [Bug Fix] GMT hour is off by one
09d6adacc : Add avb hash footers to repacked boot images
378eb59d0 : Replace cvd symlinks with symlinks to individual binaries.
8a13547df : Revert "Add the 'bdev_type' attribute to all block devices"
f2baea9ae : Revert "Move bluetooth initialization scripts into own init_rc files for Cuttlefish."
ecc11381e : [LSC] Add LOCAL_LICENSE_KINDS to device/google/cuttlefish
7454a5531 : Uses instance_dirs from CuttlefishConfig when cleaning in assemble_cvd.
ba2967692 : Adds RecursivelyRemoveDirectory to file utils.
820c88783 : Move bluetooth initialization scripts into own init_rc files for Cuttlefish.
2a03a25b3 : cuttlefish(hal): Exempt UWB vendor command type only HAL package
e804b070a : Move display details from the modal to above each display.
74591faa9 : Creates a vendor APEX for cuttlefish wifi HAL.
84f02f388 : Remove adbshell
3c6603928 : Renames the wifi HAL APEX vintf manifest to avoid build_test failure.
d3236be18 : Create build rules for Cuttlefish's wpa_supplicant in Android.bp.
b3e391b3d : DO NOT MERGE Fix broken build for target cf_x86_tv_amati. Include flipendo security policy in cf_x86_tv_amati
2468c1d16 : Allow removing rild from cuttlefish auto configurations
06912aa6c : Creates a vendor APEX for cuttlefish wifi HAL.
81d998999 : Create build rules for Cuttlefish's wpa_supplicant in Android.bp.
e77cb8894 : Rename amati cuttlefish to gtv
746d11fbd : Move Cuttlefish wifi setup tools into their own init_rc files.
869a090a3 : Update display unique ids
cc9d472d4 : Revert "Delete KM1"
613b1842f : Fix broken build for target cf_x86_tv_amati.
5fabcf29c : Add gatekeeper to the secure_env injector
a1cba6f8e : Move Esys and TpmResourceManager into the injector
e0af67700 : Construct the Tpm instance from an injector in secure_env
b2fa90fea : Create a ProxyKeymasterContext class to handle AndroidKeymaster memory constraints
0be976c50 : Add the factory-reset-partition to the injection system
84d01e0e9 : Use the injection system for InitBootloaderEnvPartition
0ddfa1238 : Add an instance-specific injector, and use it for access_kregistry
5457ae0ea : Change InitializeEspImage to use the injection system
a4fdc713a : Split InitializeDataImageImpl::Setup into policy and action steps
1944bf72b : Yield cpu on SetupDone
6434dd84d : Input Grace Period for Confirmation UI
7fe4396e0 : Uses a vendor APEX for cuttlefish runtime resource overlays.
c94bb219d : Move Cuttlefish shared and phone RROs to RRO modules.
3f39beb52 : Includes wifi.passpoint in the permissions XML APEX.
5fece21f4 : Don't launch wmediumd if it isn't necessary
a55917c60 : Delete KM1
dd20209e1 : ReadExact should return -1 on error
dfdc5ddd2 : Use touch-buttons in place of physical buttons
fe3d1c211 : Change Confirmation UI Layout to touch button
876db2d93 : Remove redundancy in Confirmation UI host session
0e2a6e811 : Minor improvement in Host Renderer for Confirmation UI
ab43e3f75 : Remove unused frames_server_port
60e3b3790 : Use private virtual methods for the Feature class
ebf80843b : Add SCHED_SP_SYSTEM into cuttlefish
a6dd7e5f3 : Converts cuttlefish ril to a vendor APEX.
559eb8313 : Upgrade to hwcomposer 2.4
b9fcfa93c : Remove comment on composer@2.4 to avoid merge conflicts
81ef3e85c : Modem simulator: Use GMT instead of local time in time update.
997afd3f6 : Revert "Implement DeleteUser and DeleteAllUsers for remote gatek..."
17af6be86 : Remove workaround for erofs dlkms partitions
d0261f635 : Preserve include blocks with clang-format
abdbcea33 : Separate ConfUiRenderer per session
f85c5e34f : Remove hwcomposer manifest snippet to avoid conflict
61a878c6a : Removed unneeded permissions
05f5e2622 : Remove access to unlabeled vsock_socket
194fb9398 : Make nvidia driver installation noninteractive
04b575d84 : Grant gpu_access to adbd
4206315ba : Pass vendor and boot patchlevel through to created keys
6cb629450 : update readme doc for accuracy
495545e0a : cuttlefish requires all image files to be in R/W mode (#32) Test: manual - before image files, like super.img had to be accessible for write. Verify that cuttlefish starts if *.img are read-only
0caee42c6 : Update WebRTC to hide/show displays on power mode changes.
94d619ba4 : Support CORS in signaling server
a4ccc9553 : Repack the boot image through the injection system
c620abd44 : Create the metadata image through the injection system
81542e89f : Convert ApplyDataImagePolicy to get data from an injector.
43c43d534 : Create a new injector in disk_flags.cc, use it for misc images
251fa4ee4 : Remove obsolete sepolicy
d8ff5cc17 : Add basic support for GPU capture with gfxstream
791df2f46 : Fix error on keyboard capture click
595f1f7c2 : Implement DeleteUser and DeleteAllUsers for remote gatekeeper
2ac80873e : Localize QEMU pmem workaround
a2d003380 : Extract openwrt related code from cvd launch code
f536c99fa : Fix GPU pci id in genfs_contexts
ada4aa52a : Adds (initially hidden) toggle in webrtc UI to record displays
70f1408c0 : update package build doc to include arm specific steps
7f9fddfc0 : Fetch img zip files based on an exact match only.
d02ec8e31 : Add android.hardware.graphics.composer3
7a9857def : Update graphics detector logging to DEBUG
5bdf4aab2 : Fix labeling of virtio_blk devices
52ad432e5 : Temporarily exclude IRadio modules from cuttlefish implementation
3ea070158 : Temporarily exclude IRadio modules from cuttlefish implementation
4d9f8df98 : [IRadioConfig] Temporarily exclude from Cuttlefish
a52e11ac9 : Remove unused client_count_ from webRTC
675238371 : Rename libegl library check
428bb38af : Remove ReportClientsConnected()
f21dc6fc9 : [IRadioConfig] Temporarily exclude from Cuttlefish
ddf27f9b6 : Remove ScreenConnectorSource
e40f3e13c : Pass CuttlefishConfig by reference to CreateDynamicDiskFiles
9c7c09d85 : Store `arch` in QemuManager rather than VmManager
d6b551fbf : Provide VmManager through the injection system.
c740c1f10 : Randomly generate initialization vectors for encryption.
d09aa152c : Add Java proto metadata to gnss_grpc_proxy.proto
696612c82 : Enable raw measurement injection in the proxy
a9e47bfe0 : Remove '_' from the namespace name
7630b7872 : Use vendor APEX for vibrator HAL.
764f3e53f : Start to separate concerns in vm configuration / construction
0e73b72da : [IRadioConfig] Temporarily exclude from Cuttlefish
23abc3df0 : Wrap running the vm manager inside a CommandSource
ba10f0f76 : custom_actions flag feature
4626519b6 : Split up adb_config.cpp into many .cpp files.
a8b1a18da : Merge launch_adb.cpp into adb_config.cpp.
76214dd54 : Separate out the parts of AdbConfig
247ea8d45 : Change the bt_vhci_forwarder for taking virtio_console_dev from property instead of hardcoding
7f7467cf7 : Add hwasan variants of aosp_cf_arm64*phone products.
a25fed893 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/cuttlefish
b53586e6e : Fix device/google/cuttlefish for compiling against musl
5245ad4bd : Rewrite x86 SHI script in Golang
2d164142c : Separated sign from cbor
5651a46c4 : Install and enable confirmation UI guest HAL service
d508f8c21 : Minor refactoring in the cuttlefish confirmation UI code
14bdda18a : Prototype implementation for Cuttlefish Confirmation UI HAL
069344fbe : User confirmation is signed by the host service
fa8f3a877 : Refactored and Improved Host Confirmation UI Server
9b1f52cd6 : Creates an AOSP CF override for com.android.hardware.core_permissions.
d35a19cfa : Changes AOSP CF to use the com.android.hardware.sensors vendor APEX.
fbc40f6e4 : Remove vehicle HAL AIDL from impl test.
c718d3351 : cuttlefish: shipping level 33
cc1177caa : WriteAll should return -1 on error and set errno
95136bc1f : Refactored and Improved ConfUI protocol library
c49b0e869 : Change packet library to replace std::string with ParsedPacket
0ed09b373 : [Radio] Add Stub implementation for RIL_REQUEST_START_KEEPALIVE and RIL_REQUEST_STOP_KEEPALIVE
de38a6353 : Exclude IRadio from HAL implementation test temporarily
88474c150 : Exclude IRadio from HAL implementation test temporarily
cc91d0ec5 : Add assemble_cvd/run_cvd to "required" of "start"
dfd95edea : launch_cvd launches wmediumd
19871d6f9 : Added some error checks on host image build script
c64da256a : assemble_cvd: sets mac prefix without skipping by 2
ad4bac60d : hal_implemetation_test: Remove HIDL system suspend
c3e806564 : Add Wifi HostApd AIDL interface support.
5e15fe749 : Show mic control in OFF when the user blocks access
bd9c05629 : Exclude IRadio from HAL implementation test temporarily
01fed2eea : Add Wifi HostApd AIDL interface support.
66bb10a94 : Revert "Reland: Health HAL for x86 goldfish battery support"
2618b04db : Reland: Health HAL for x86 goldfish battery support
6aace1fe5 : Add retrying for server errors with a delay.
fc298b3bd : Split out the interface from CurlWrapper into a virtual class
db9fe55fc : Pass CurlWrapper and CredentialSource as references
461eff693 : Protect CurlWrapper internals with a mutex
140738432 : Report http codes from CurlWrapper in fetch_cvd
521cd2c81 : Use proper private class members in DeviceConnection
b18b7a962 : Actually disable the microphone when it's not in use
f93cd21f5 : Don't crash the server on unregistered paths
187165003 : Add a webrtc signaling flow based on http polling
42255549f : Use h4_packetizer_lib instead of src directly
4de2af09f : Breaking out mac key signing into a separate function.
9006c5437 : Fix some issues with the dynamic http content
823aa82a1 : Revert^2 "Add unit tests for encrypted_serializable.cpp"
4407b161d : Revert "Revert "Move functionality from InProcessTpm to InProces..."
e70070a62 : Revert "Move functionality from InProcessTpm to InProcessTpm::Impl"
772ad71de : Revert "Add unit tests for encrypted_serializable.cpp"
099d1919e : Derive the remote provisionig keys from the TPM
9075060cf : cuttlefish: Add a default UWB HAL implementation
9a56a7077 : Add append_squashfs_overlay
f0b1f9bd5 : Erase NVChip on powerwash for parity with `--noresume`
0e28bebe2 : Move ConfUi protocol APIs to protocol.h/cpp
24ab6f8fb : Allow configuration of wpa supplicant overlay
48b49e8c1 : Fix expiration date check in tpm KM enforcement
7ff1d63af : Add unit tests for encrypted_serializable.cpp
6ad2f1c6b : Move functionality from InProcessTpm to InProcessTpm::Impl
ca84538d2 : Downgrade verbosity in SplitEnforcedProperties
7ae75ce0a : Put secure_env into the cuttlefish namespace
deb13baf9 : Add a wrapping class for unix socket communication channels.
cfd024e1a : (reland) Upgrade audio and audio.effect HALs
ee9319320 : Revert "Revert "Use hvc6 for gnss communication""
57e994bcc : Remove STHAL 2.4
8fe7580f9 : Revert "Upgrade audio and audio.effect HALs"
55cfe144c : Upgrade audio and audio.effect HALs
e7ada812f : Fix make_f2fs command and check return values
77ef85ac2 : Change userdata filesystem type if different than current
1d6cb0d59 : Add fstab files to PRODUCT_COPY_FILES for appropriate targets
5a4cb0c8c : Change Fsck, Resize, CreateBlankImage calls based on config
0f9361f54 : Pass the androidboot.fstab_suffix property to control guest OS behavior
e546b1912 : Add userdata_format launcher flag to enable swappable fs support
20585e59d : Revert "Use hvc6 for gnss communication"
6cc4c359d : Enable Sample Tuner Input on TV.
934a3fc19 : Check Json Value for object in WebRTC Validate
b645e5882 : Use hvc6 for gnss communication
d9797b994 : Fix selinux denials from dumpstate
f2ea5a495 : Fix bind collision between modem simulator and vehicle hal
b8e84b087 : Move FRP setting to phone device.mk
6986e63e2 : Enable ethernet by default, remove flag
e65394434 : [RESTRICT AUTOMERGE] Fix the broken build.
99c060c2e : Fix bind collision between modem simulator and vehicle hal
1a2bb1a0c : debian 11 host image migration
f624985ea : Use ajax to get the list of devices
be08e89ad : Use an enum for HTTP status codes
67e7d0f12 : One-line disable the camera control in webrtc UI
8fed3c71b : Don't use the camera unless the user allows it
35e2982ef : Revert "Don't use the camera in the webrtc client"
f255eddf2 : Enable ethernet by default, remove flag
eac751fb3 : Communicate CVD camera session start to CF streamer
72ec3d5dc : Add hardware_keystore feature
5ae7c725e : Device registration retries with exponential backoff
3fb79f796 : Remove the HIDL tuner HAL
b51537cfa : Wire up AdbConfig with multibindings
5e338486e : Implement `--config` with the new flag parser.
0f2f27afa : Limit the input to CF KeyMint addRngEntropy
c23f26b3e : Mark rollback resistance as unsupported on CF
f91c6e8a5 : Fix CF support for application-bound keys
7ca9c4442 : Import reference confirmation UI HAL to cuttlefish
24e7d0351 : API for Confirmation UI guest added to cuttlefish common library
f80d438a7 : Minor Improvement in the Confirmation UI library
b95df477b : Add the 'bdev_type' attribute to all block devices
eb68ada64 : Allow boot color propagation
798f1738f : radio: send unsol network scan result
73848ff1b : Delete unused audio hal code
80756f38c : Add Cuttlefish OWNERS to bt_connector project
55aa18747 : Revert "Add fs_format launcher flag to enable swapable fs support"
b4b334901 : Allow Command users to replace the binary and stopper callback.
4871c2e7b : Use goldfish's audio HAL
69d26a78f : Cuttlefish Confirmation UI communicate with the guest via Vsock
08df8f4a6 : cuttlefish: Provide exception for UWB HAL implementation
0089f616f : Skip empty software authorization sets
749cf2f6b : Don't allow KM_TAG_DEVICE_UNIQUE_ATTESTATION
742efff23 : Mark VerifyAndCopyDeviceIds as unimplemented
8bb0cdb65 : Report unverified boot state in CF
58fe793c8 : Add fs_format launcher flag to enable swapable fs support
5b6f6c407 : Enable deleteAllKeys from vold
05e0c91ad : Don't use global variables in websocket server
18ca52886 : Support dynamic HTTP responses in websocket server
d1bf676ab : remove libbt-rootcanal dep in bt_vhci_forwarder
0e77b9812 : Wrap gflags in a new more general flag parser for assemble_cvd
65e977092 : Disable sandbox by default when running in a container.
5fb4bf710 : Switch cuttlefish to Context Hub AIDL
7757800b8 : audio_connector: fix potential use of NULL
c52dccf9f : Move vsoc_x86/auto configs to shared/auto.
520c8addd : Switch Cuttlefish Auto to use multi-display
a5adf6788 : Enable go/vabc-xor on cuttlefish
463d74093 : HACK Disable QEMU 4.0+ features
90bc9e76e : Adding bootloader.qemu to cvd host package
a7192566a : Fix filename comparison in FindFetcherConfig
97b25d07b : Blanks are added to the LOG messages
beca6769f : Fix typo to show device hardware details in UI
3cbe640d8 : Use latest Widevine HAL available
e0d6fbda7 : Add compatibility functions for writing gflags xml
b157b57cd : Use virtio-snd instead of AC97
39a7ae235 : Revert "Revert^4 "Restrict input streams to 48KHz only in audio HAL""
784b87ec6 : Send info reply and command status in same packet
a668c9e96 : Relabel wakeup devices after crosvm update
f8853464e : Add acpi=noirq to kernel command line
30daba43f : Move vsoc_x86/auto configs to shared/auto.
58926f5ef : Remove pci=noacpi from kernel command line
df99a4cba : Restore advanced detection for sandboxing support
cd719c7ac : Don't use the camera in the webrtc client
a727cc84e : More improvements in the JS files
06e657667 : Update powerwash test to use new harness logic
30e9ce1c8 : Add hostapd
e856834d9 : Revert "Revert "Add sys_admin kworker denial to bug_map""
7f24af9d8 : webRTC does not deliver inputs to confirmation UI
44f843461 : Re-enable crosvm sandboxing.
9d29146dd : Minor bug fix for cuttlefish confirmation UI HAL
d7eed36d6 : Allow --gpu_mode=auto to select Gfxstream w/ multi-display
ed9f3390a : Enable TPM keymint and gatekeeper by default.
ff5e43344 : Don't show Device Control UI until a connection has been established
47a541b79 : Refactor WebRTC client's javascript file
df63dccce : Implement TpmKeymasterEnforcement::GenerateTimestampToken
f6f717afe : Run clang-format for all javascript files
a19a6c90a : WebRTC camera and vsock camera HAL
727339fac : Remove ndk_platform backend. Use the ndk backend.
2cae8ad2e : WebRTC camera and vsock camera HAL
1ec8390a4 : Move the GPT footer to the end of the disk
3642a448e : Switch Cuttlefish Auto to use multi-display
6233cbe8c : Remove obsolete vendor properties.
c628f2d68 : Exclude hostapd from guest side
82f30e717 : Add params for rootfs and kernel image for AP instance
dcff80211 : Add aidl_lazy_cb_test_server and hidl_lazy_cb_test_server to Cuttlefish.
95a08c60a : Make dpi and refresh rate configurable per display
7942f1157 : Add `latest_fetch_cvd.sh` script
6a7dc9350 : Update cuttlefish modem simulator to mirror UiccPkcs15 fix.
c3cb409e8 : Add aidl_lazy_cb_test_server and hidl_lazy_cb_test_server to Cuttlefish.
57c95e5c0 : Add flag for specifying vhost server socket path for mac80211_hwsim
6b4c9d779 : Update display unique ids
9b4c681ca : Allow the webrtc signaling server to use insecure protocols
206ab8405 : Revert "Add flags to enable health (battery)"
8a003de9a : Revert "Add Health HAL for x86 goldfish battery support"
b36c7cafe : Improve error message of shared_fd
6754645f1 : Use current executable path instead of HostBinaryPath for cvd.
b95b691d3 : KeyMint: support boot,vendor patchlevels
073e213c5 : Add unit tests for adb_config.cpp
2ce1e656c : Fix boot on QEMU ARM/ARM64
386d2ef2a : Decouple TopologicalVisit from Feature-with-Setup.
a1b14c127 : Temporarily use rootfs device path instead of PARTLABEL
1b87ec72a : Reland "Support auto-generation of ESP, add otheros_root"
efa49609c : Move `--config` flag handling to another file.
8e6d688cd : Add Health HAL for x86 goldfish battery support
a6b9fe902 : Add a health host binary to send battery parameters to crosvm
560cdcecb : Add flags to enable health (battery)
550bc3ed1 : Make gpu_mode=auto select SwiftShader if multi-display
de1150419 : Process touch events from multiple screens
665aca93a : Revert "Revert "Added audio to auto cf emulator""
7ccffe154 : Update WebRTC server to support multiple displays
d441e88a1 : Support configuring multiple displays on command line
acb256505 : Re-enable RilE2eTests#testSignalLevels
978b3bf0b : Moves `cvd status` and `cvd host_bugreport` to subcommands under `cvd`.
312e56219 : Use correct display label in WebRTC UI for multi-display
dafdc142a : Add new sphal file context for minigbm library
e6fa03360 : Enable Tuner AIDL HAL on the TV cuttlefish
af1b339d5 : Add SELinux policy changes for Health HAL
03e71d1f9 : Fix multi-SIM device instantiation for multi-tenancy
bd4394666 : Fix multi-SIM device instantiation
e6fbab35b : Update WebRTC UI to support multiple displays
ef3ce7c55 : Respect xres/yres display config with QEMU
d7c5ed268 : Fix selinux denials with QEMU
5213ba6fa : Remove obsolete vendor properties.
994bc4c7e : Disable streamers for gpu-accelerated qemu
c99c6d44e : Replace bool Command functions with `void` versions and internal CHECKs
2e9dd95ee : Update emulator VHAL service name.
0e6d40154 : Replace the dynamic vehicle hal binary config parameter with a fixed path
83dbff574 : Creates a new hub CLI for Cuttlefish Virtual Devices: cvd.
f1f5c44e9 : Generate random BCC in test mode
c37a5ce54 : Report unexpected crashes when shutting down
72eeeb18b : Remove parenthesis from PRODUCT_MODEL which breaks some User-Agent parsing
4e46cdbbc : Add virtio gpu metadata interface to wayland server
e1898fa5f : Use the new flag parser for cvd_status
5e4d24e5b : Use the new command line parser for tombstone_receiver.
3ebe91a98 : Add a new flag parser.
473bce407 : Support different MAC addresses for each instance
358653314 : Reland: "Use PRODUCT_REQUIRES_INSECURE_EXECMEM_FOR_SWIFTSHADER"
a31c681ae : Reland: "Use PRODUCT_REQUIRES_INSECURE_EXECMEM_FOR_SWIFTSHADER"
a03e53650 : modem-simulator: detect invalid argument in set preferred data modem
6207fd1d7 : modem-simulator: detect invalid set modem config arguments
0675fb57c : Update packages for libGoldfishProfiler after aosp/192411698
fda70736a : Fix tombstone directory
81ddc36cf : Remove tapsetiff.py workaround
d443901fe : Delete monotonic_time.h
2da9f1985 : Create an ADB ConfigFragment.
640b79916 : Introduce "config fragments"
3f68dd12c : Make WriteCuttlefishEnvironment into a Feature
96cc71027 : Replace static variables in configComponent with component arguments
e11040e9d : Split out functionality from RunCvdMain into other functions
1991b1664 : Add an injection helper to make multibindings more concise
22bcdb4c3 : Separate out reporting logic into a multibinding class.
2b29f4db2 : Move the ServerLoop implementation inside ServerLoopImpl
2922dd89f : Convert the public API of ServerLoop into a Feature
159b4e042 : Add jacks support for VioS server
ce5aa1c3c : Revert "Use PRODUCT_REQUIRES_INSECURE_EXECMEM_FOR_SWIFTSHADER"
ff287b093 : Revert "Use PRODUCT_REQUIRES_INSECURE_EXECMEM_FOR_SWIFTSHADER"
f92ccf14f : modem-simualtor: turn some LOG VERBOSE to LOG DEBUG
0868287df : Remove support: libfeature_support_angle.so
09b09f76f : Actually make the chmaps info available to VioS clients
b808fb3fb : Add channel map support to VioS sound server
027bc7720 : Delete GKI APEX.
8929ebf3a : Rename host_port to host_id inside modem_simulator.
897541f3d : Split host_port into adb_host_port and modem_simulator_host_id
6bdda0caa : Move startup validation to Feature classes.
eeab8e163 : Use PRODUCT_REQUIRES_INSECURE_EXECMEM_FOR_SWIFTSHADER
52f15caad : Revert "Change androidboot.hardware parameter to hardware"
5e73de2de : Increase SwiftShader Vulkan API version
6fc872281 : Use PRODUCT_REQUIRES_INSECURE_EXECMEM_FOR_SWIFTSHADER
a15e6b669 : Don't wait for boot completed to enable buttons
eb2851036 : Report that attestation is supported.
c8a395781 : Reland "Enable mac80211_hwsim"
e20109032 : Add bootloader build for go phones
e1827517b : Remove wait_for_keymaster and all references
773e416c3 : Revert "Enable mac80211_hwsim"
60012a053 : KeyMint: make tags keymint-enforced
d2aa92665 : Don't wait for clients to consume frames in vnc_server
efbfbc79f : image_aggregator: Match std::min arg types
6b704d2c7 : Remove SwiftShader GL from Cuttlefish
64a2877cb : Use SwANGLE on QEMU
ce1d80b94 : libimage_aggregator: fix UnsparsedSize
ec7f6d979 : Convert CvdBootStateMachine into a Feature
179f04ff2 : Move daemonizing / process leader code to a Feature
152708568 : Check AIDL interface versions for hal_implementation_test
8e495892a : clang-format hal_implementation_test.cpp
b8ece060e : hal_implementation_test: resolve internal merge conflict
a9d8528b2 : Check AIDL interface versions for hal_implementation_test
e33009f6c : clang-format hal_implementation_test.cpp
57af8dec2 : Check AIDL interface versions for hal_implementation_test
8a54ed34c : clang-format hal_implementation_test.cpp
29eaf177b : Add storage device test to presubmit
9db7504f9 : Check renderer instead of vendor for GPU auto
a2adb457a : Revert "Reland "Support auto-generation of ESP, add otheros_root""
5f8575d08 : Enable mac80211_hwsim
2ee818f79 : Convert WebRTC and VNC streamers to CommandSources
1f80863ca : Add a configuration option to require BT in CuttlefishService
4fde4c11b : Update graphics detector to fallback to EGL_PLATFORM_SURFACELESS_MESA
87b749fa9 : Support connecting to guest with no ADB server
20bf184f1 : Re-enable remote keymint
ced865d94 : Restart secure_env if the guest reboots
1ba8caf14 : Add KernelLoaded event to cuttlefish
b6ef1cf61 : Support using a ca certificate in webrtc_operator
d9621b9d5 : Enable night display on Cuttlefish
c71f3af8f : cuttlefish: update to target-level 7
4fa561eed : Update Cuttlefish Wayland server's xdg shell impl
271cb9e9b : Remote KeyMint: Implement getKeyCharacteristics
4aea73068 : Relocate os composite disk back to assembly dir
6e77c0d59 : Don't try to handle incomplete writes in libwebsockets wrapper
7496e6228 : Use WSI_TOKEN_HTTP_COLON_PATH as a fallback to get URI path
f60232784 : Revert "Add direct deps from root-canal into host packages"
e3091d9f7 : vendor dlkm bringup on cuttlefish
471d31c5a : vendor dlkm bringup on cuttlefish
83f129c97 : Switch cuttlefish back to pure software keymint
a686f5fa0 : Remote keymint requires RemoteProvisioner
cc06d9856 : Grant gpu_access to bluetooth app at Cuttlefish
3ef2f3f12 : Simplify FileInstance::StrError by returning std::string
7266d51c1 : Move implementations of FileInstance functions to the c++ file
359dbf349 : Fix TPM key blob tagging
87057d6fa : Add support for KM_TAG_CREATION_DATETIME
2db93662d : Implement cuttlefish remote provisioning context
d79117c36 : Add support for remote provisioning
858a64621 : Query keymaster for the security level
877e5ec90 : Switch from guest software keymint/gatekeeper to host software versions
e0b366a91 : Add tethering compressed apex in allowed artifact list
5ff563d13 : Add ADB features that depend on the kernel log feature
b0fdc874d : Add the kernel log monitor as a CommandSource
3a318189f : Separate out command setup with explicit dependencies.
ab2c03121 : Never use credentials when downloading files.
1ee036180 : cuttlefish: shipping API level 32
b55884e15 : Move /vendor/ueventd.rc to /vendor/etc/ueventd.rc
e523305bf : Paginate when listing artifacts.
03306f85f : Reland "Support auto-generation of ESP, add otheros_root"
9a2e22344 : Screen Connector uses Input Multiplexer
c6452a0fd : Update GPU auto to ignore likely software GL implementations
66d8110e0 : Always use the `/url` endpoint to download files.
6d80e9d35 : Revert "Configure NNAPI updatable shell service"
1acb403ab : Input Multiplexer initialization change
5b8876607 : Move more subprocesses launchers into CommandSource subclasses
3ce3f45ea : Update ScreenConnector interface to set callback once
7b5eeec7b : Create a component for the modem simulator.
3ed563f23 : Use an injector for some host subprocesses.
cc7f536af : Run tapsetiff.py with python3
5a0dfdd48 : Configure the correct sound formats
61e197a81 : Move bootconfig to env if no bootconfig support
452592032 : Add keymint utils lib.
8e2ea6b69 : Shrink control panel UI buttons by ~30% across the board.
1adf9eb08 : Add getKeyCharacteristics stub to KeyMint remote.
3f8732307 : Various fixes to ARM rootfs scripts
801875d5d : Turn on software Keymint
741c82563 : Remove unneeded Top Gear permissions from Android Auto
ade17204d : Cleanup unused copies of fstab
c05f3ebc0 : Exempt STHAL from CF
f2398f72b : Include car telemetry HAL in kKnownMissingAidl
d3d99fdf5 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/cuttlefish
c20f5be4c : Exempt soundtrigger@2.4 from CF
a6b33aeb5 : USB: add usb hal v1.3 to kKnownMissingHidl list
40ee8c313 : Remove logger_app sepolicy
d8338ea08 : Revert "Update ril_service in cuttlefish for 5G Slicing"
d1cffed08 : Update ril_service in cuttlefish for 5G Slicing
81c888b52 : Enable NNAPI AIDL sample drivers on cuttlefish

+- Project: device/google/gs-common

20b0391 : Revert "powerstats: timeout mechanism for AoC data provider"
df08a31 : powerstats: timeout mechanism for AoC data provider
2433fcf : Revert "powerstats: timeout mechanism for AoC data provider"
e848456 : Disable OMX
aee3d1a : powerstats: timeout mechanism for AoC data provider
0886077 : Reverts default-talkback-permissions.xml in gs-common
673d3b0 : powerstats: add common data providers in gs common
9135d78 : Initialize device makefile in gs common
40d29fa : Adds pregrant permissions for TalkBack

+- Project: device/google/gs101

c10d805 : fstab: disable auto compression for apk,apex and so
079810e : Revert "update performance-point for media performance class 13"
944f48c : Enable Google Audio RIL library in PDK
09abcc2 : gps: update gps driver 143.20.23.540442
b4854aa : Revert "dumpstate: add HWC logs"
957477e : gs101: Move tetheroffload HAL to raviole
9ecd004 : BootControl: blow AR on boot complete
29c8d8c : gs101: turn off page_pinner
875235a : DO NOT MERGE Remove unintended face config
2cdbbf8 : Add head tracker feature for gs101 devices.
6dc12ba : Add notification pregrant for turbo on g s 1 0 1
af36185 : gs101: Update IDisplay to V6
53eef4d : update performance-point for media performance class 13
e6bbc89 : disable powerhint for F2FS gc_urgent mode
38d2997 : Revert "gs101: move charger thermal HAL setup into common code"
11f2c88 : Write the pullup value only if new value applied
9806500 : gs101: move charger thermal HAL setup into common code
b3786e5 : Update pixel stability logging mask
557e70a : Deprecate allocator 4.0 in favor of AIDL V1
7bb4293 : Revert "gs101: Enable system_dlkm dynamic partition"
b495f66 : dumpstate: add HWC logs
4db75dd : dumpstate: Dump logs
688710d : gs101: Support Vendor System Native Experiment for cpusets
5be8eb1 : gps: update gps driver 142.20.23.537976
ebd7fca : usb: limit the current to 1.3A when connect to accessory
5c0cb06 : Preopt SystemUI for AOSP builds.
adc9355 : Add notification pregrant for SCONE
339875d : Enable IBluetoothExt interface feature
a722d43 : gs101: change carrier config path
2280d38 : gs101: change carrier config path
818f1b9 : Add notification pregrant for OobConfig
faaa95c : Remove group_throttle setting
0336ee1 : Add further notification pregrants to gs101
f917c52 : devfreq: reset ddr freq after boot
c81618b : Update saturated value replacement
0588903 : Add a system property for System UI compiler filter.
2a27fb8 : Disable LE audio related profiles for gs101
5223159 : Add the latest voice packs of Text-To-Speech and configs.
259aa32 : Add location bypass package overlay
1b527e8 : Add location bypass package overlay
be3d667 : Add location bypass package overlay
afe8547 : Revert "gps: enable GNSS PPS feature"
d1d2286 : Remove config_tcp_buffers
908fbc0 : [Gs101] Add NEARBY_WIFI_DEVICES for Restore
3d0ce54 : modify device.mk for exposing supported pool type
b1f7585 : usb: remove set_usb_irq script for irq change
ba3dc9b : tune usb irq (dwc3) in usb gadget hal
7da5d4f : usb: move the permission change to usb rc
14e7759 : Add vendor/goodix/udfps/fp_utils to PRODUCT_SOONG_NAMESPACES
ef12b21 : init.gs101.rc: add raw i2c-s2mpg10mfd and i2c-s2mpg11mfd nodes
8c7b81d : wlan: Disable 6GHz softAp
3468953 : [DO NOT MERGE][R4O6] gps: update gps driver 129.20.23.535937
93baf1e : dumpstate: add max77759_chg/max77729_pmic register dump
f78d6a1 : Add r4o6 perf setup script
029a68a : Revert "move uwb feature to system_ext"
a14326c : Set default the Bluetooth class of device
945cc1e : Add thermal stats permissions for clearing
36c1e08 : Force gs101 to treat 170M as sRGB in SF
cadd5f8 : WiFi: Enable radio stats aggregation
3cb7308 : Use the ?= operator so BT properties can be overridden
b584dfc : dumpstate: change page_pinner output file name
a383848 : media: gs101: update performance data for Android T
eff3df6 : gps: update gps driver 142.20.23.534799
83601df : Switch BluetoothCcc hal to 1.1
267e8bb : powerhal: update new boost uclamp value
9247e99 : Revert "powerstats: set time limit as timeout for AoC"
2e7610e : Update LE Audio profile properties to match spec and implementation
1bcc5fc : Updat CleanSpec.mk for USB HAL migration to AIDL
b3a98db : powerhal: update new boost uclamp value
334bd6d : powerstats: set time limit as timeout for AoC
675b52b : Add BLUETOOTH_CONNECT permission for SettingsIntelligence
45ea48c : Revert "gps: update gps driver 140.20.23.532343"
96b31ab : Revert "gps: update gps driver 140.20.23.532343"
3f9ed7f : Enable bluetooth profiles with product.prop
6dda8fe : Update dEQP level to 2022
1d5d80b : Revert "Build with spatializer feature"
993b145 : Revert "Enable load kernel modules in parallel"
403f13f : Disable PMU freq limit in default
76af536 : gps: update gps driver 140.20.23.532343
7b2197e : Enable load kernel modules in parallel
deca077 : init: modify path of i2c peripherals
52c99f6 : Enable bluetooth profiles with product.prop
7eb5f7e : Revert "powerstats: set time limit as timeout for AoC"
9e1de42 : Revert "Revert "[automerge] Disable spatial audio feature 2p: 68f33d6043 am: 95c69ea86e""
c8d93dd : Fixed status bar glitch for apps that access internal resource dimen
bca92bd : [DO NOT MERGE] gps: update gps driver 129.20.23.529478
2dc3c4c : Revert "[automerge] Disable spatial audio feature 2p: 68f33d6043 am: 95c69ea86e"
f1a2063 : [DO NOT MERGE] gps: update gps driver 129.20.23.529475
0be3bbd : powerstats: set time limit as timeout for AoC
c99aafc : init: add uclamp threshold setting
abf92a1 : sched: move sysfs to procfs
1549259 : dumpstate: dump AACR related data
f0cc850 : dumpstate: remove tasks prints and clean up
68f33d6 : Disable spatial audio feature
eda8cfb : FUSE-BPF: Disable the feature
55b3a32 : FUSE-BPF: Disable the feature
31d519c : init.gs101.rc: set dev_sn for battery pairing
293b0c8 : Revert "Enable load kernel modules in parallel"
cce5e9f : powerstats: add AoC restart count stats
668acb9 : powerstats: add AoC restart count stats
264b325 : Enable load kernel modules in parallel
3fec66c : Removed audio A2dp and Hearing Aid from device.mk
4293b68 : Remove usage of intermediates-dir-for
40429a7 : dumpstate: update the nvt touch path.
278c904 : FUSE-BPF: enable by default
9dd9934 : gps: Set SuplUseFwCellInfo to false
7a185ef : dumpstate: add additional AoC entries
d7ce913 : Add camera to feature list
3eb0ab2 : dumpstate: dump cooling device user_vote
916a828 : powerstats: add devfreq state residency for BO
aeeeb8b : Remove discard command tuning
932961f : gps: update gps driver 129.20.23.529478
3a60a55 : [PixelLogger][P21] Update P21 Pixel_default.nprf
4fd515b : uwb: allow nfc hal to access uwb calibration
d8a9805 : Fix typos
4945c1e : display: make early wakeup node is readable
18bd11a : Refactor conditional to use DEVICE_IS_64BIT_ONLY
30c3dda : gs101(uwb): rename uwb HAL
61bda99 : handheld_core_hardware.xml should be included at device specific layer.
58893b4 : gs101: Enable system_dlkm dynamic partition
9b97563 : gps: enable GNSS PPS feature
8e6ff85 : Build with spatializer feature
48efd7d : FUSE-BPF: force disable sysprop flag
bdef8f5 : gs101: remove chown for page_pinner
70a874c : [PixelLogger][P21] Disable L1 relevent group/channels in default.cfg for battery drain issue
99461f3 : gps: Set RTO/SUPL download interval to 20 min
9b73dc2 : Build with spatializer feature
1012636 : Update correct max block counts
bd1dfae : display: allow composer to access panel idle handle exit node
aad12bb : Switch BtAudio to AIDL
a4f6715 : [DO NOT MERGE] gps: update gps driver 129.20.23.528101
022020e : bcl: Increase hardware clock divider count
9a57dde : Include allocator AIDL service in the build
4f3baf3 : Support SetProcessProfiles for vendor groups
be81c50 : gps: update gps driver 129.20.23.528102
2f0d3bc : bcl: Increase hardware clock divider count
6a2550a : [DO NOT MERGE] gps: update gps driver 129.20.23.528102
31fb891 : Implement callbacks for limitPowerTransfer
a6530a8 : Revert "Use FUSE BPF by default"
7757216 : dumpstate: add more cooling device debug info
66f3f5b : dumpstate: add more cooling device debug info
623a33b : [DO NOT MERGE] gps: update gps driver 129.20.23.528152
2df653b : [DO NOT MERGE] gps: update gps driver 129.20.23.528152
fb8a038 : Use FUSE BPF by default
3fbbc5c : Move sensor debug property to USF common folder.
2d94f82 : whitechapel: enable AIDL DRM HALs
e8dfddc : Add default alarm and media vibration intensity settings
42eba1b : gs101: Add pixel_mali_soc config var
c85025d : uwb: add calibration script to device folder
d945dc9 : Add notification pregrants to gs101
c0ee644 : audio: update AUdioExt to 3.0
445d07a : Declare license metadata for copied files.
8a44f52 : audio: Update Audio HIDL to 7.1
8b60409 : Remove outdated namespaces
9569216 : Update vulkan library name to vulkan.mali
33f00fe : Align ASHA prop with BluetoothProperties
29832dc : powerstats: add devfreq state residency for MFC and DISP
bf1e774 : Update WIFI_HAL_INTERFACE_COMBINATIONS for 1.6 HAL
834ad82 : Update Pixel_stability.nprf
ec9700f : Change the cpuset of OtaProfiles
feb6fd3 : Partial Revert "powerhint: remove powerhint.json for separating configs"
eea7b26 : powerhint: remove powerhint.json for separating configs
06870a0 : Rename enable_usb dev node to move_data_to_usb
803fc9b : Enable VABC xor on p21 devices
0771193 : wifi: Enable ieee80211w feature on SoftAp interface
5ebc406 : Remove cpu controller usage in P21
3c5725a : Remove cpu controller usage in P21
4a00d52 : Partial Revert "powerhint: remove powerhint.json for separating configs"
d866475 : Migrate "rounded_corner_content_padding" for gs101
443ba63 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/gs101
a63220b : Add tangor% to the pattern match
6d6da10 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/gs101
5869192 : vendor.charger-gs101 -> vendor.charger
8e74187 : Delete extra health HIDL entry.
aa7f75a : powerhint: remove powerhint.json for separating configs
4ebea23 : extension: Correct assgine owner
a387c0f : Export TARGET_BOARD_PLATFORM for AoC
df693e0 : Implement resetUsbPort in USB HAL
6d45ee7 : Add device-specific support for GoogleBattery HAL 1.2.
1b83520 : Unpin updatable-media from memory on gs101
b877da7 : Increase TCP wmem max size
1307232 : Added new vendors for Bluetooth config migration
8af4d5d : fingerprint: Add fingerprint_product config hint
8b3ba7e : Boost DISPLAY_UPDATE_IMMINENT higher for 60HZ
4db6811 : Implement interfaces for enabling usb data while being docked
9a5124a : Implement callbacks for limitPowerTransfer
3c97a6b : Migrate IUsb implementation to AIDL
85e1485 : Migrate vendor_dlkm modules.blocklist from android side to kernel side
920e1ed : Separate modem logging configs for each project
6dbcdf4 : fingerprint: Add fps extension script
2e38d1a : Add CPA latency files into bugreport
f424463 : fingerprint: Add fps extension script
2dfaabe : init: gs101: restorecon persist modem file
0793c1b : gps: Add potential fix for MCU crashing
3d54c6f : gps: update gps driver 129.20.23.524633
5cb4f1d : update media_codecs_aosp_c2.xml
93fa71d : WiFi: Uprev IWifiExt to 1.3 in xml file
42d7768 : [DO NOT MERGE] gps: update gps driver 129.20.23.524633
270f0d4 : Added default TCP buffer size for Pixels
db339d7 : Revert "Use BOARD_HAS_DTLS instead of BOARD_WITHOUT_DTLS"
21e92f8 : Revert "Use BOARD_HAS_DTLS instead of BOARD_WITHOUT_DTLS"
618a450 : Revert "Use BOARD_HAS_DTLS instead of BOARD_WITHOUT_DTLS"
7154392 : Pixelstats: add more UFS error count paths
23a4d7b : Remove usage of intermediates-dir-for
dae7d3e : Move tangor to 64-bit only
a3737c7 : Use BOARD_HAS_DTLS instead of BOARD_WITHOUT_DTLS
97d1b5a : Revert^4 "Add gralloc switch"
752038e : display: atc sysfs node change
219111e : Appy vendor setting for OtaProfiles
eed4ae2 : Revert "Revert "[s5123][device] Change vendor telephony code path""
f0fa8db : remove retaildemo settings from gs101 and set in the individual file
35de89e : Revert^3 "Add gralloc switch"
77606ac : powerhint.json: move display wake hint earlier
9f0eac1 : Revert^2 "Add gralloc switch"
9d9f9a7 : Revert "Add gralloc switch"
e9bb0f3 : Add gralloc switch
a636457 : Implement health AIDL HAL.
745bcfa : Updated IEdgeTpuVendorService to version 2 for gs101.
1c13f40 : powerstats: remove common data providers in specific directory
f08fb02 : Update gs101 rc file to use Supplicant AIDL interface.
479f361 : Revert "[s5123][device] Change vendor telephony code path"
f0e200b : [s5123][device] Change vendor telephony code path
1f13ae3 : Enable verbose logging on by default for userdebug build.
5467fac : Scale the flexibility for camera flash/autofocus settings
e7c3814 : gps: update gps driver 129.20.23.523968
c906274 : gs101: new Android.bp for non-modem projects
98b1199 : device.mk: usb: remove redundant property
6c72675 : Use soong_config_ macros to set Soong config variables.
454cb66 : Use soong_config_ macros to set Soong config variables.
c1227aa : Include gs common in makefile build flow
efd5649 : Revert "gs101: Add pvmfw to AB_OTA_PARTITIONS"
05823dd : Use soong_config_ macros to set Soong config variables.
b169994 : Revert "gs101: Add pvmfw to AB_OTA_PARTITIONS"
b44a662 : Use soong_config_ macros to set Soong config variables.
871071a : gs101: Add pvmfw to AB_OTA_PARTITIONS
73dde0e : Remove gralloc3 manifests
4614330 : gs101: Re-enable bg groups
4397cd1 : avoid SELinux compile error and keep radio flag effective
db2723b : Don't copy unsupported sensor xml.
c9cde39 : gs101: create fstab.modem for project with modem
c6aa4c2 : wifi: Isolate wifi configurations for customization.
41710c8 : gps: update gps driver 129.20.23.522768
c2c3cc6 : Update PRODUCT_SHIPPING_API_LEVEL for gs101 devices
125d1d5 : dumpstate: add more cooling device debug info
44d816a : init: change owners of sysfs nodes min_vrefresh and idle_delay_ms
1e9369a : gs101: declare IDisplay to V4
22c9eb6 : gs101: declare IDisplay to V4
0dae8c0 : init: change owners of sysfs nodes min_vrefresh and idle_delay_ms
7f92d9a : init.gs101.rc: add the sysfs permission for touch.
aab1032 : Simplify the check
5cc978e : audio: run audio hardware as 64bit
29c5d3a : Default disable LE audio policy in gs101
0ce77d9 : gps: update gps driver 129.20.23.521367
7dc7b5f : dumpstate: stop dumping pretouch status.
41c75ff : init.gs101.rc: adjust the sysfs permission for touch.
b32bc71 : dumpstate: support pre-touch status.
529bca2 : Removing 'verity_update_state'
cfda47b : Use bluetooth audio policy with LE Audio on gs101
04c94df : gs101: recovery: add wait for dwc3 device to probe
c846e4c : Add Lyric camera IQ tuning configuration.
e77021b : Removing 'verity_update_state'
4e18aa7 : Start the pKVM experiment
f8d1b3f : GS101: Correct overlay configuration
156d286 : Save .cpa files generated when camera HAL is killed by the watchdog thread.
fd661e7 : uwb: remove device name from gs101
41a2f8b : gps: update gps driver 129.20.23.518574
33a1aaa : Remove ndk_platform backend. Use the ndk backend.
96a77be : Remove ndk_platform backend. Use the ndk backend.
8df53b2 : Remove ndk_platform backend. Use the ndk backend.
c77442b : Remove ndk_platform backend. Use the ndk backend.
06c046b : Add LOW_POWER_ hints for gs101 devices
38cad31 : gs101: Use AOSP build framework for pvmfw.img
406cc98 : Remove ndk_platform backend. Use the ndk backend.
473f121 : dumpstate: Add support to get GSC DEBUG DUMP
d96639e : gs101: Remove BOARD_PVMFWIMG_PARTITION_SIZE
f6de971 : gs101: recovery: add wait for dwc3 device to probe
ae3c59f : Revert^2: pKVM: Include pvmfw and virt APEX in gs101 builds
efcaa74 : Revert "pKVM: Include pvmfw and virt APEX in gs101 builds"
625b010 : pKVM: Include pvmfw and virt APEX in gs101 builds
c439f78 : Enable hypervisor on pKVM builds
b766278 : gs101: Build pvmfw.img through the Android framework
a588f06 : centralize wifi_ext config
7ea485b : Revert "gs101: re-enable prebuilt boot.img/boot-user.img usage"
bbfa6ae : Configure channel 149 & 36 as p2p preferred channels.
74a3de7 : Use Context Hub AIDL for gs101
7af5403 : Add gs101 bluetooth sepolicy config makefile
ed4c7e2 : [DO NOT MERGE][FactoryOta Unbundling]Specify the path to FactoryOtaPrebuilt
fd96127 : Pixelstats: add more UFS error count paths
46ee259 : Revert "[DO NOT MERGE][FactoryOta Unbundling]Specify the path to..."
bcbf46d : [FactoryOta Unbundling]Specify the path to FactoryOtaPrebuilt
5cdf77b : gs101: Remove pktrouter from shared makefile.
74cf6c1 : Tangotron: Don't copy baro, prox and hifi sensor xml files.
d92fca4 : WifiCoex: Add default channel 11 for band 40
70f028e : Simplify the check
25b5f6d : [LSC] Add LOCAL_LICENSE_KINDS to device/google/gs101
79991fe : Revert "Separate gps from init.gs101.rc"
edb6051 : uwb: add uwb diag modules into the dlkm blocklist
3aef4a2 : Disable gps module
b98c568 : Separate gps from init.gs101.rc
0e79c94 : gs101: use CPU4 in charger mode
00338d6 : Remove NFC/SE settings from common gs101
cc5cecb : dumpstate: dump dock power_supply
60834dc : [Owners] Add Darwinn EdgeTPU to OWNERS file for gs101/edgetpu
82a677c : [Bringup] Enable Darwinn Logging Service on Android T
8844e29 : Add OWNERS for key perf/power config files
1f32c9b : Remove ndk_platform backend. Use the ndk backend.
5f8889f : Move CDMA feature XML inclusion to device specific mk files
feba5c0 : Add AoC wakeup stats to dump state
ca592a2 : gs101: migrate Bluetooth HAL service setting to project dependent make files
2d531f5 : Re-Enable UWB Feature
a65e098 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/gs101
566ee55 : wlan: Add synadhd43752 into the dlkm blocklist
04f47d6 : Enable compressed snapshots/VABc.
814a668 : Add a build time constant to disable VABC
a965f6b : Remove redundant build property for reduceOpsTaskSplitting
57f56b7 : pixelstats: start service on boot completed
4208bf3 : Update CbrsNetworkMonitor package name.
1512f5e : Have a consistent permission configuration with other devices
08d14e0 : Move power stats service to device specific folders
7f0a352 : Add owners file am: a03b8e0a3a

+- Project: device/google/gs101-sepolicy

1436682 : allow rlsservice read vendor camera property
f276625 : gs101: Allow BootControl to access sysfs blow_ar
7347d18 : Add logbuffer_pogo_transfer file_contexts
9f214e0 : Grant policy for BluetoothHal Extionsion feature
a5e9b42 : Allow mediacodec to access vendor_data_file
59f29ed : Add selinux permissions to r/w sysfs st33spi_state
9cbc9ec : genfs_contexts: fix more i2c raw paths
503fa09 : Revert "add sepolicy for set_usb_irq.sh"
7ac349e : Allow hal_usb_gadget_impl to access proc_irq
12b3700 : genfs_contexts: add raw i2c-s2mpg10mfd and i2c-s2mpg11mfd nodes
c6eea8a : Allow hal_fingerprint_default to access hal_pixel_display_service
615f85c : allow udfps hal to access trusty
1503678 : sepolicy: allow access debugfs charger register dump
2715a08 : Camera: add setsched capability.
1291c3c : Grant trusty to power hal
11770d9 : sepolicy: Remove tracking denials files and fix avc problems
19073ba : sepolicy: fix avc denials
f2be252 : Remove sysfs_gpu type definition
517ab7d : Allow platform apps to access FP Hal
9535838 : genfs_contexts: fix path for i2c peripheral device
613bdcd : Update SELinux to allow CHRE to talk to the Wifi HAL
40cd670 : Grant policy for EWP feature
3c11d8d : sepolicy: label charger wakeups for system suspend
8606aa8 : Allow usb hal to read contaminantdisable property
13f85a3 : Revert "Move ODPM file rule to pixel sepolicy"
3842184 : sepolicy: ignore avc denial
8a19d8b : genfs_contexts: fix path for i2c peripheral devices
e60773b : Add more xHCI wakeup path for suspend_control
ed3ac06 : Update avc error on ROM 8386107
de44d76 : sched: move sysfs to procfs
3df0d78 : Allow hal_fingerprint_default to access sysfs_display
f11f53a : Allow hal_power_stats to read sysfs_aoc_dumpstate
28ddd3b : Allow Sensor HAL access to display sysfs panel_name file.
22def09 : Allow hal_power_stats to read sysfs_aoc_dumpstate
84a0615 : Fix off-mode (charger) sepolicy for the health interface
b67138e : sepolicy: gs101: fix charger_vendor permission denied
3ffd803 : gs-policy: Remove obsolete uwb vendor service rules
753edef : Move ODPM file rule to pixel sepolicy
2018f94 : sepolicy: reorder genfs labels for system suspend
17f6a0a : sepolicy: Add policy for persist.vendor.udfps
f7aba10 : Move libperfmgr thermal rules to pixel-sepolicy
9b54bf3 : Allow hal_fingerprint_default to access fwk_sensor_hwservice
44fcba7 : sepolicy: reorder genfs labels for system suspend
037f9cd : Update avc error on ROM 8276520
f648f3c : Update SELinux policy to allow camera HAL to send Perfetto trace packets
c3d3c57 : sepolicy: fix VTS failure for SuspendSepolicyTests
34c5b9b : gs-sepolicy(uwb): Changes for new UCI stack
0e1e0e2 : [Do Not Merge] Allow composer to read panel_idle_handle_exit sysfs node
03fef48 : Don't audit storageproxyd unlabeled access
e5cf8be : Fix selinux error for aocd
e0c6120 : Add sepolicy rules for fingerprint hal
acd4220 : Allow composer to read panel_idle_handle_exit sysfs node
28a21a4 : Remove sysfs_gpu type definition
5e2e261 : Temporarily don't audit hal_fingerprint to fix avc denial
05565c1 : Fix selinux error for system_app
cb04f59 : whitechapel: sepolicy for Widevine AIDL HAL
9244051 : Add persist.vendor.gps to sepolicy
32307ac : Allow composer to read panel_idle sysfs node
05eb29e : Add hal_usb_impl permission
dcb05d1 : sepolicy: gs101: fix charger_vendor permission denied
c292dd6 : move vendor_thermal_prop rules to pixel-sepolicy
5a88ee6 : genfs_contexts: add paths for unnamed cs40l25a i2c devices
7df1fa1 : Allow logd to read the Trusty log
a2d6a19 : Allow logd to read the Trusty log
ec2a9fb : Rename vulkan library to be platform agnostic
b9beafc : Allow TEE storageproxyd permissions needed for DSU handling
b9ad182 : Add persist.vendor.gps to sepolicy
45850f8 : Allow storageproxyd to create directories in its data location
66f1d74 : Move thermal netlink socket sepolicy rules to pixel sepolicy
472abdc : Remove redundant rule in system_server.te
51735ba : android.hardware.usb.IUsb AIDL migration
400b93e : camera_hal: allow changing kthread priority
ed2c8d7 : Add vendor SELinux denial to allowlist
b69ac35 : Allow TEE storageproxyd permissions needed for DSU handling
85d5a9a : atc context change
32458cd : Label TMU as sysfs_thermal
2abecb1 : audio: add sepolicy for getting thermal event
a21b7f8 : audio: add permission to request health/sensor data
1459e97 : Add SOC specific ETM sysfs paths
c876449 : Allow HWC to get device_config_surface_flinger_native_boot_prop for adpf flags
b088041 : Include core policy OWNERS.
5521fb5 : Implement health AIDL HAL.
2fe2293 : Fix sepolicy denial in update_engine.
3171666 : Allow HWC to get device_config_surface_flinger_native_boot_prop for adpf flags
b287da1 : Include core policy OWNERS.
6ffb619 : Add pvmfw to custom_ab_block_device
0b5b4a9 : Add pvmfw to custom_ab_block_device
3f9a11f : Allow TEE storageproxyd permissions needed for DSU handling
8f35604 : Allow vendor init to read gesture_prop.
11c8ad7 : Update the sepolicy for exo_camera_injection v1.1
8d4e8a6 : Label min_vrefresh and idle_delay_ms as sysfs_display
02a20e0 : Label min_vrefresh and idle_delay_ms as sysfs_display
4075287 : gs101-sepolicy: Fix avc denials
68ffcb7 : Fix health HAL avc denied when running idle-maint
d794793 : Remove wifi_logger related sepolicy settings
002907f : aoc: add audio property for audio aocdump feature
c0ad9b7 : Allow suspend_control to access xHCI wakeup node
37d4cfa : Remove wifi_logger related sepolicy settings
18d2a96 : Allow uwb_vendor_app to get SE properties
9a94f84 : Grant selinux permission to com.google.edgetpu_vendor_service-V2-ndk.so
ddd803c : Grant selinux permission to com.google.edgetpu_app_service-V2-ndk.so
d60240f : Grant selinux permission to com.google.edgetpu_app_service-V2-ndk.so
90d1e82 : Remove ndk_platform backend. Use the ndk backend.
b834b1d : Move twoshay definitions to hardware/google/pixel-sepolicy/input.
c8220ee : Add touch procfs and sysfs sepolicy.
e6c8753 : Allow exo_app to find Virtual Device manager
5c28519 : move bluetooth related types to bluetooth
3a1c10b : Stop using the bdev_type and sysfs_block_type SELinux attributes
6e81898 : Allow the NNAPI HAL to access edgetpu_app_service.
a03f3b1 : Assign pkvm_enabler to vendor_misc_writer domain
17881f3 : reorganize pixelstats_vendor
8f3fb5c : Update SecureElement Sepolicy
d61f60e : centralize wifi_ext config
d5ac0ac : Move twoshay definitions to hardware/google/pixel-sepolicy/input.
951ce82 : Using dontaudit to fix the avc on boot test
2bc80fd : Add Context Hub AIDL to gs101 sepolicy
22ed933 : label extcon files
2d2d699 : Update avc error on ROM 7733084
9795c12 : Split bluetooth sepolicy file to avoid conflict
f97138a : organize wifi_sniffer
7254de2 : Revert "Move twoshay definitions to hardware/google/pixel-sepoli..."
778f7da : label Extcon files
d1dd6ba : Move twoshay definitions to hardware/google/pixel-sepolicy/input.
82db60c : remove obsolete devices
8a5863a : sepolicy: Add "dontaudit" for twoshay dac_override.
9c96111 : gs101-sepolicy: Rename hal_uwb -> hal_uwb_vendor
a3f040d : gs101-sepolicy: Rename hal_uwb -> hal_uwb_vendor
8383d9e : uwb: permissions for factory uwb calibration file
04fbca1 : gs101-sepolicy: Rename hal_uwb -> hal_uwb_vendor
515c17c : gs101-sepolicy: Rename hal_uwb -> hal_uwb_vendor
941a3bc : sepolicy: gs101: allows dock power supply permission
e212167 : sepolicy: gs101: Grant permission for more camera device nodes
8a586e6 : Allow boot color propagation
5cc5d52 : Remove ndk_platform backend. Use the ndk backend.
cd9ddb1 : gs101: Remove vendor_sched
5201b7d : Add AoC wakeup stats to dump state
6e73380 : Allow twoshay to access fwk_stats_service and system_server
dfc3d86 : Fix denial when flashing vendor_boot in fastbootd.
7930497 : Move vendor_kernel_modules to public.

+- Project: device/google/raviole

c8a6f86 : camera: enable fixed fps range boost
a355e91 : add CAMERA_FIXED_FPS power hint
402a8d4 : Update raven SVN to 32
68c76ff : Update oriole SVN to 32
07637b4 : Update WCC Eligibility
eabb3bf : raviole: Move tetheroffload HAL to raviole
a020527 : DO NOT MERGE Remove unintended faceauth configs
f514128 : O6R4: Enable UDFPS ALS feed forward
abfd17b : [DO NOT MERGE] Update oriole SVN to 31
e381ffc : [DO NOT MERGE] Update raven SVN to 31
c3b1a6f : [DO NOT MERGE] Update oriole SVN to 30
88b2efd : [DO NOT MERGE] Update raven SVN to 30
e2c205b : Update Raviole SVN to 31
3e31f88 : [Tuning] Disable CPU Idle in NNAPI workload with PMQoS CPU DMA Latency
15215ef : ADPF: Skip I signal and set Uclamp init value
43c5e96 : disable powerhint for F2FS gc_urgent mode
9610e3d : audio: improve mute duration
28a492d : Boost foreground group when app launch
0168d7f : powerhal: add uclamp_threshold and reduce_prefer_idle node
9c27ad6 : O6R4: Add hci_inject tool in user debug build
f680529 : vibrator: add device specific constants
92d180a : Remove FPS based hints for TA boost
fe94a8e : Update oriole SVN to 29
5dc4706 : Update raven SVN to 29
f852909 : ADPF: remove UclampMin_Granularity
75156ec : Add FGPreferIdle to app launch
96dda89 : Update raven SVN to 28
ba78c78 : Turn on auto restricted bucket on abusive bg battery usage
146e6d5 : audio: update Fortemedia VoIP condition to reserve2
5d5bd92 : Disable task packing when camera is running
d638a49 : Update oriole SVN to 28
63e8bde : Remove the voice packs of Text-To-Speech from the specific folder.
4c2ebde : Boost INTERACTION to 185 and remove DISPLAY_UPDATE_IMMINENT
bc0c680 : thermal: Raise TPU DVFS state for BATOILO trigger
7e54d6d : audio: allow mmap-record to set dsp volume
7c6e328 : Enable read/write access to st33spi_state for euiccpixel_app
4f4e24c : Disable packing when app launch
36cf68c : o6r4: Enable LHBM control from UDFPS HAL
0394338 : DO NOT MERGE Revert "Oriole/Raven: enable Dolby DD+ decoder"
8d12748 : uwb: calibration
cb17433 : Boost trusty task priority during UDFPS
bd384b8 : powerhal: update new boost uclamp value
c5f7e5f : powerhal: update new boost uclamp value
1a82813 : audio: adjust the digital gain for speaker-mic
a67d103 : powerhal: update new boost uclamp value
ca70b74 : Reduce FG prefer_idle when display is idle
3b29f81 : Phase out config_roundedCornerMultipleRadius from overlay package [O6/R4]
ad3a3e4 : Enable PMU poll for LOW_POWER
23fe850 : powerhint: Add Adpf Profiles for P21
1fef228 : ADPF: deprecate the reporting rate from property
7e6b11e : Revert "Enable load kernel modules in parallel"
d48fc0b : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
fac5b05 : Non-module targets.
4c4c40a : Revert "audio: add immersive output"
5f85a17 : resolve merge conflicts of 7b77d473a71025db08e1ff22fa9fa921ef3df641 to tm-dev
69e753b : Revert "DO NOT MERGE audio: add immersive output"
10848fe : Revert "DO NOT MERGE Audio configuration for spatial audio"
36e728a : Enable load kernel modules in parallel
fb9b9c8 : Update status bar height res to correct size
08d806d : Update oriole SVN to 26
77bcf08 : Update raven SVN to 26
f4f8fa1 : Revert "DO NOT MERGE Audio configuration for spatial audio"
9512991 : Add powerhint nodes for PMU parameter tune
e593aaa : fix path for i2c peripheral device
ab0dbdb : Fixed status bar glitch for apps that access internal resource dimen
48410f1 : Update raven SVN to 26
40b5adf : Update oriole SVN to 26
4396e70 : thermal: fix the invalid settings
b5ddd96 : thermal: Hide the sensors which are not used by framework
c0d282f : Raviole: disable DD+ decoder
5828838 : uwb: update aoa_capability in calibration file
1031eeb : sched: move sysfs to procfs
c2f3022 : uwb: Increase CCC uwbtime0 delay
2cd7779 : Revert notification patterns to default pre-S ones
0a1b979 : Audio configuration for spatial audio
8074cbc : Oriole/Raven: enable Dolby DD+ decoder
434b1bd : The property persist.bluetooth.le_audio_test should be false by default, only set to true when testing LE Audio
432fc04 : audio: add immersive output
97db855 : battery: Correct the filename to init.wlc.rc
8e1b6a6 : Handle the network selection restoring in modem side
d228473 : raviole(uwb): update calibration file for uci uwb stack
e0d3b2b : DO NOT MERGE Fix build: no vendor specific files in without-vendor
b5b4257 : Bundle handheld_core_hardware.xml
e7fc69f : Revert "Update notification PWLE patterns to a higher frequency range"
6414ff3 : Update oriole SVN to 25 Bug: 223313197
3f0fcbc : Update raven SVN to 25 Bug: 223313197
abbff53 : Update UWB calibration values
412664d : DO NOT MERGE Oriole/Raven: enable Dolby DD+ decoder
e5caa08 : Enable user_vote_bypass for UDFPS and face unlock
394224d : DO NOT MERGE Oriole/Raven: enable Dolby DD+ decoder
edfc5e8 : DO NOT MERGE Audio configuration for spatial audio
d91acab : DO NOT MERGE audio: add immersive output
809f946 : DO NOT MERGE Audio configuration for spatial audio
4cdaad5 : DO NOT MERGE audio: add immersive output
25c80c8 : Update notification PWLE patterns to a higher frequency range
ba9024c : Revert notification patterns to default pre-S ones [DO NOT MERGE]
380c525 : Update oriole SVN to 25 Bug: 223313197
86c6fb3 : Add the audio policy for le audio offload
4a8903f : Seperate audio_policy_configuration for a2dp and le
9156a09 : [ DO NOT MERGE ] Enable user_vote_bypass for UDFPS and face unlock
8ee4619 : Add LE audio hardware offload property
25d0ee4 : add oriole and raven to COMMON_LUNCH_CHOICES
69b60df : add oriole and raven to COMMON_LUNCH_CHOICES
d3451ed : thermal: Reduce DVFS throttling per BCL irq
eb18287 : powerhint: Update LITTLE control temp value
1b50d53 : powerhint: release BC max frequency when launching
5d41f2a : Config: fine tune the ambient threshold to improve the brightness stability
cd290ec : Do not initialize restricted cpuset during boot.
6c36397 : Add no cutout overlay packages for raven & oriole
f844946 : uwb: remove calibration script
3db9590 : Update Oriole SVN to 24
25708ff : Update Raven SVN to 24
31f01a6 : Declare license metadata for copied files.
e14219d : Change restricted cpuset dynamically
c5c5ee1 : Fix typo in template.
d950381 : Update Oriole SVN to 24
101c24a : powerhint: release BC max frequency when launching
6cb30bd : Update Raven SVN to 24
489735f : uwb: use per device factory calibration
ac252d3 : powerhint: release BC max frequency when launching
fc3ed1e : display: enable hbm dimming
0f91059 : powerhint: fork powerhint.json for slider/whitefin
32357a7 : powerhint: fork powerhint.json for raviole
cbc19f8 : power_profile: Correct CPU topology and power number for P21
0e36031 : Remove high_capacity_start_cpu
63fe745 : powerhint: fork powerhint.json for slider/whitefin
504fe7e : Migrate "rounded_corner_content_padding" for raven/oriole
fdfe3e3 : powerhint: fork powerhint.json for raviole
b68c7cf : audio: add Fortemedia mcps file
e905dce : Update SVN to 22 for Oriole-Raven for Mar QPR 2022
aa1b348 : Inline usages of LOCAL_STEM am: 13a1e928ec am: 3b286c8f62 am: 7bef3f3e54
14150a7 : Config: fine tune the ambient threshold to improve the brightness stability
9ea55c6 : audio: update FM table (20220105)
970b2a5 : PowerHal: move power HAL property to PRODUCT_VENDOR_PROPERTIES
f550fe7 : Revert "Remove BOARD_WITHOUT_DTLS"
0e20159 : Revert "Remove BOARD_WITHOUT_DTLS"
417cee9 : Revert "Remove BOARD_WITHOUT_DTLS"
db13b85 : Inline usages of LOCAL_STEM
acf62bc : Add PWLE notification vibration patterns for P21 devices
50bcaaa : Remove BOARD_WITHOUT_DTLS
f32310b : Set retaildemo settings
6229c71 : powerstats: use gs common library to get common data providers
67f708a : audio: change primary output to float
13a1e92 : Inline usages of LOCAL_STEM
4b540fc : Control ONS Auto provisioning via device configuration
fbe1c66 : Use soong_config_ macros to set Soong config variables.
0d19675 : Update SVN to 21 for O6R4 Feb MPR 2022
19f4c0e : wifi: Isolate wifi configurations for customization.
b803358 : Update PRODUCT_SHIPPING_API_LEVEL for gs101 devices
b6a8045 : Revert "Revert "Update: audio tuning table"" [DO NOT MERGE]
e0f04e3 : Add aosp_(oriole|raven)_hwasan products.
cf9f57f : Update SVN to 10 for O6R4 December QPR 2021
11086d8 : Add LE audio policy on R4/O6 for development
5a299cc : Update SVN for O6R4 December 2021 (EMEA/AU)
bc7c206 : thermal: disable usbc protection for EVT1.0 and PROTO
91daad4 : audio: change format of mmap-playback to float
ec16f8c : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
5dd2bd2 : Update: audio tuning table
011b969 : Replace foreach loops with the calls to copy-files
6116292 : Add missing Lyric configuration for whitefin
0fc38d2 : Configure Lyric camera IQ tuning for O6/R4.
b3af5c1 : Jump SVN to 8 for O6R4 Dec QPR1
12d9dc0 : Jump SVN to 5 for VZW SU0
bbb311a : zram: add zram size property
2ae086f : Zram: set zram size
c84c460 : Enable eSE2 and ctsmode settings
b527e46 : Include gs101 bluetooth sepolicy config
c51621f : gs101: Remove pktrouter from shared makefile.
a5fd2bf : Replace foreach loops with the calls to copy-files
8933f1b : Move NFC/eSE settings
6bbc225 : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
c4ffb64 : Add distortion output gain for Pixel 6.
972d2c2 : Bluetooth: add Bluetooth HAL service to dependent project
c5c23c4 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/raviole
3a55c05 : Support automotive builds.
8cf084a : Add power stats service for specific device

+- Project: device/google/redbull

fac7ecf : Add notification pregrant for turbo on redbull
4104dec : Update Redbull SVN to 51
dba4332 : disable powerhint for F2FS gc_urgent mode
2fc94e9 : ueventd: Set permissions for KGSL sysfs node
b708623 : Preopt SystemUI for AOSP builds.
daf9d7e : Add notification pregrant for SCONE
df0dfa4 : Add notification pregrant for OobConfig
05341ae : Make modules probe asynchronously
557dd98 : Add further notification pregrants to redbull
b1e763b : Update redbull SVN to 49
2d24c5c : Add a system property for System UI compiler filter.
b026d04 : Remove config_tcp_buffers
227a61e : [Redbull] Add NEARBY_WIFI_DEVICES for Restore
dd61ccc : Disable LE audio related profiles for redbull
21273d7 : Use the ?= operator so BT properties can be overridden
0774a3d : Set default the Bluetooth class of device
76adb39 : media: redbull: update performance data for Android T
594b9b7 : Revert "Add namespace qcril-hal/android_hal_utils"
999f6f7 : Enable bluetooth profiles with product.prop
7830e5a : Fix Adaptive Charging/Google Battery HAL sysfs node permissions
e1ad3a2 : Update LE Audio profile properties to match spec and implementation
a0fcdd1 : Update redbull SVN to 47
7a88659 : Enable bluetooth profiles with product.prop
44d6a46 : codec2: update lito xml as per spec
fa1042a : Revert "Migrate the blkio controller to the cgroup v2 hierarchy"
495f0a2 : Move onDrawn callback earlier
366f76a : redbull: update BOARD_API_LEVEL to T
7a0d463 : Remove discard command tuning
6d955ba : Add namespace qcril-hal/android_hal_utils
a880ce7 : Migrate the blkio controller to the cgroup v2 hierarchy
16c723c : Update redbull SVN to 46 Bug: 223313197
827ab60 : Enable PowerStatsHAL to read NFC power state stats am: ac23c7b959 am: 461e243d13 am: c6797b4e2e am: ea88091694
db25f63 : Removed audio A2dp and Hearing Aid from device.mk
d059839 : Enable STNFC_ACTIVERW_TIMER
076ee43 : bramble: use aidl drm hal
ab81044 : Add default alarm and notification vibration intensity settings
d480645 : Update redbull SVN to 45
970bb16 : Declare license metadata for copied files.
f030eff : Add notification pregrants to redbull
88e478d : Align ASHA prop with BluetoothProperties
ac23c7b : Enable PowerStatsHAL to read NFC power state stats
328ba78 : Update redbull SVN to 45
137ce50 : wifi: Enable ieee80211w PMF feature on SoftAp interface
9b1ce6e : Unpin updatable-media from memory on redbull
5473db0 : Added new vendors for Bluetooth config migration
a6601c9 : Add device-specific support for GoogleBattery HAL 1.2.
31d4c93 : Revert "Rename supplicant RC file config variable in Redbull mak..."
76d5253 : Enable set channel on NDP setup
c21e3bd : wifi: Uprev IWifiExt to 1.3
7b1a976 : Added default TCP buffer size for Pixels
f4f95c0 : Rename supplicant RC file config variable in Redbull makefile.
faef4cc : wifi: Configure correct overlay configuration.
b4eff03 : Update Redbull SVN to 43
8e4ca13 : Constrain include statement
4e52590 : Revert "Reland "Switch the redfin/bramble to use the new fingerprint format""
8b45a2e : BT: Import SOONG_NAMESPACE hidl_client for ftmdaemon
e7a9522 : Update Redbull SVN to 42
03157ff : Add pixel 5a lily target to master branch
f85f436 : Update Redbull SVN to 41
c1ba489 : Reland "Switch the redfin/bramble to use the new fingerprint format"
84989ba : Removing 'verity_update_state'
e62df52 : Use soong_config_ macros to set Soong config variables.
5e07543 : Update Redbull SVN to 40 Bug: 202436544
2a58538 : Update Redbull SVN to 39 Bug: 202436544
cddfe3e : Update Redbull SVN to 38
70d821c : Use Context Hub AIDL for redbull
631edba : Upgrade android.hardware.gnss to 2.1
fbd8725 : Update Redbull SVN to 37
ed7d107 : Pixelstats: change data type of reset count path
1f1dd9b : Update Redbull SVN to 35
b53cd6a : Remove ConfirmationUI HAL from manifest
8e53d01 : Remove unused allowlist for removing qspmsvc
a6786de : Update Redbull SVN to 34
46a7132 : BoardConfig: Make barbet to use redbull-kernel folder
ab2e138 : sync codebase
4492c1c : Revert Read-only functionality from redbull variants
3190639 : Update Redbull SVN to 30
5028e8d : Add vendor directory to RW allowlist iff it exists
5d25c19 : Replace writepid with task_profiles command for cgroup migration
9ebf273 : Revert "Revert "Make source tree of redbull devices ReadOnly with RW Allowlist""
f0a39b8 : Set SOC manufacturer and chipset properties
0ccff60 : Revert "Make source tree of redbull devices ReadOnly with RW Allowlist"
048d01d : [Redbull] Update pregrant permissions for Restore APK
8730c8f : Update Redbull SVN to 29
6f407f6 : Make source tree of redbull devices ReadOnly with RW Allowlist
ad9edf3 : Revert "Switch the redfin/bramble to use the new fingerprint format"
c0fa1a3 : Revert "Switch the redfin/bramble to use the new fingerprint format"
42b76ce : Update Redbull SVN to 28
666fb3a : Switch the redfin/bramble to use the new fingerprint format
bbb38af : Remove READ_PHONE_NUMBERS pemission exceptio from Pixelmigrate.
e31e185 : Update Redbull SVN to 27
8eedcc3 : Update Sunfish SVN to 26
c1fb4db : Remove unneeded Top Gear permissions from Android Auto
f6213c8 : Revert "fstab: enable checkpoint_merge"
b3de4bb : Revert "fstab: enable checkpoint_merge"
3af6f88 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/redbull
fa96c96 : redbull: Enable zygote critical window
64fb715 : Enable VABC on a per-device basis.
9840370 : Revert "Enable chained vbmeta for boot"

+- Project: device/google/redbull-sepolicy

13db3bd : sepolicy_vndr: Add shell permission to /sys/class/kgsl/kgsl-3d0/perfcounter
a5c4df1 : Update avc error on ROM 8628084
2af18ee : BatteryDefender: Allow health to read typec sysfs nodes
9d3929b : Add sepolicy rules from AU201
57bfd81 : bramble-sepolicy: use aidl drm hal
e8c5241 : Add nodes to sysfs_typec_info to enable limitPowerTransfer API
274f2fe : Allow PowerStatsHAL to read NFC power state stats am: 3bba94693c am: 5f5438fbfd am: a639b21f64 am: a96b18331e
3bba946 : Allow PowerStatsHAL to read NFC power state stats
a93f2df : Allow tee to access mnt_vendor_file
94660a5 : modem_diagnostics: add rules for getting battery info
7438bb2 : suppress harmless error
475f243 : Move twoshay definitions to hardware/google/pixel-sepolicy/input.
98fd7e8 : Revert "Revert "Remove the bdev_type and sysfs_block_type SELinux attributes""
45bc87f : Revert "Remove the bdev_type and sysfs_block_type SELinux attributes"
7615686 : Remove the bdev_type and sysfs_block_type SELinux attributes
2e00e58 : reorganize pixelstats_vendor
41d8fde : Move twoshay definitions to hardware/google/pixel-sepolicy/input.
60fe981 : Add Context Hub AIDL to redbull sepolicy
8dfe08f : organize wifi_sniffer
5a61b64 : Revert "Move twoshay definitions to hardware/google/pixel-sepoli..."
422a2ee : label extcon files
8da97b0 : Move twoshay definitions to hardware/google/pixel-sepolicy/input.
7b393b5 : Associate the sysfs_block_type attribute with sysfs SCSI device information
688d451 : Allow twoshay to access fwk_stats_service and system_server
d1f9033 : Add the 'bdev_type' attribute to all block devices
23da3ef : Allow boot color propagation
ee06bd0 : logger_app/dumpstate: add rules for pilot
297c1f9 : make sepolicy compatible with different SW versions
e6ac064 : sepolicy: create domain and file context for shsusrd
5b15df4 : Remove the obsoleted tracking denials
897fb02 : roll back versions
6efd243 : Adds the 31.0 (S) product sepolicy for redbull.
0852983 : sync with master branch
eb486bd : remove obsolete sepolicy
996ccaf : sync with master branch
300dbfa : allow pixelstats_vendor access
f443e28 : Remove incidentd.te
e23ffac : sync codebase to master
bdbc322 : Add BD clear to configurable parameters
d71748e : Make sure sepolicy only merges on upstream
5c1dda5 : sync codebase
5ba2c75 : Update avc error on ROM 7526929
d39c9f4 : Update avc error on ROM 7510473
217f515 : Ignore SELinux denials for all untrusted_app domains
c3f89dd : Revert "Ignore SELinux denials for all untrusted_app domains"
ad93892 : Ignore SELinux denials for all untrusted_app domains
66969ec : Add sepolicy rules for vendor.qti.qspmhal::IQspmhal
7ac814c : Update avc error on ROM 7498549
1cc794d : Update avc error on ROM 7410812
539e912 : sepolicy: Add "dontaudit" for audio metric ext hal in grilservice_app
be8f74e : Address sepolicy issues on bramble for b/71392444
69d5d33 : Move vendor_kernel_modules to public.

+- Project: device/google/redfin

d968247 : Write the pullup value only if new value applied
cb01b82 : Implement callbacks for limitPowerTransfer
adf8916 : Migrate IUsb implementation to AIDL
7c056e2 : Update blobs as of T
79ae868 : Phase out config_roundedCornerMultipleRadius from overlay package [R3]
30fecb3 : Non-module targets.
edcbfa0 : Add new notice file build logic
9270472 : Update status bar height res to correct size
01eeecb : Fixed status bar glitch for apps that access internal resource dimen
bfc4164 : dumpstate: dump AACR related data
01b1c62 : Remove now-unnecessary merge configs.
6dbdacf : Remove discard command tuning
ea3900f : Audio HAL: To add initial value for kctrls
65f2128 : Add new notice file build logic
cc511c2 : Declare license metadata for copied files.
85a3efe : Revert "Migrate IUsb implementation to AIDL"
c0136b8 : Migrate IUsb implementation to AIDL
e86cb21 : Migrate "rounded_corner_content_padding" for redfin
909f0be : Add device-specific support for GoogleBattery HAL 1.2.
0294486 : Replace TARGET_BOOTLOADER_BOARD_NAME with the value.
1cd1f2e : Inline usages of LOCAL_STEM
39903bb : Audio HAL: remove unused kctls from mixer paths files
de319fc : Clean up platform_info error log
bc4d817 : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
4f1bf43 : Revert "Remove now-unused *_disable_sparse misc info keys."
81ee6d7 : Remove now-unused *_disable_sparse misc info keys.
74f3f1c : Add new <partition>_disable_sparse flags to system keys merge config.
fc833da : Enable go/vabc-xor on redfin/bramble
14b60e7 : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
f2b11c8 : Stop including iorap_large_memory_config.mk
c326f57 : Update supported HALs for redfin S vendor image.
b2af8e0 : Bypass build time check for users-libs
2147c48 : [DO NOT MERGE] Revert the "traffic stats log convert to pcap" mechanism
64937a7 : Disable dexpreopt and <uses-library> check for APKs.
ff64e3e : Replace shell invocation of find with wildcard expansion.
f552710 : Revert "redfin: usb: add state of usb extcon to monitorffs"
86c9726 : Remove redundant device property setting for reduceOpsTaskSplitting
5ac737e : [LSC] Add LOCAL_LICENSE_KINDS to device/google/redfin
cb45f88 : Adds vbmeta_system to the redfin VF framework merge config.

+- Project: device/google/redfin-sepolicy

4cdd25b : android.hardware.usb.IUsb AIDL migration
b99951c : Revert "android.hardware.usb.IUsb AIDL migration"
035d66f : android.hardware.usb.IUsb AIDL migration
cf45cb9 : reorganize pixelstats_vendor
c2c9e5c : Make sure sepolicy only merges on upstream

+- Project: device/google/sunfish

137b1ee : Add notification pregrant for turbo on sunfish
784bff3 : usb: change the usb_gadget_hal permission to system
5987579 : Update Sunfish SVN to 47
2331d8b : Write the pullup value only if new value applied
fd09ee9 : ueventd: Set permissions for KGSL sysfs node
18ba3e7 : Preopt SystemUI for AOSP builds.
5d01905 : Add notification pregrant for SCONE
be8361b : Add notification pregrant for OobConfig
5b6dd38 : Add further notification pregrants to sunfish
290f4cc : Update sunfish SVN to 45
61646eb : Add a system property for System UI compiler filter.
d650741 : Remove config_tcp_buffers
4e547e3 : [Sunfish] Add NEARBY_WIFI_DEVICES for Restore
8428c00 : Disable LE audio related profiles for sunfish
aa33cb3 : Use the ?= operator so BT properties can be overridden
d7af2bf : Set default the Bluetooth class of device
6c9013c : media: sunfish: update performance data for Android T
26cac1f : Phase out config_roundedCornerMultipleRadius from overlay package [S5]
824ed21 : Revert "Add namespace qcril-hal/android_hal_utils"
c3e8fb2 : Non-module targets.
8fa6470 : Add new notice file build logic
1b887a6 : Enable bluetooth profiles with product.prop
9b637cd : Fix Adaptive Charging/Google Battery HAL sysfs node permissions
8790fea : Update LE Audio profile properties to match spec and implementation
a224125 : Update sunfish SVN to 43
44c9d22 : Enable bluetooth profiles with product.prop
6a19e4f : Fixed status bar glitch for apps that access internal resource dimen
32dd7c5 : Move onDrawn callback earlier
d615196 : Revert "Migrate the blkio controller to the cgroup v2 hierarchy"
369dbc4 : dumpstate: dump AACR related data
ff6f910 : Notify port status change for moisture detection
2b779cc : Remove discard command tuning
38bbc6d : Add namespace qcril-hal/android_hal_utils
5f5f945 : Add namespace qcril-hal/android_hal_utils
ccf13a8 : Migrate the blkio controller to the cgroup v2 hierarchy
0325e0f : Audio HAL: To add initial value for kctrls
fea5df5 : Add new notice file build logic
178cadf : Update sunfish SVN to 42 Bug: 223313197
6264f62 : Removed audio A2dp and Hearing Aid from device.mk
27b2588 : Enable STNFC_ACTIVERW_TIMER
cbb64c7 : Implement callbacks for limitPowerTransfer
2a63435 : sunfish: use aidl drm hal
8b795d6 : Update sunfish SVN to 41
4483c4f : Declare license metadata for copied files.
cd412e4 : Add notification pregrants to sunfish
2016813 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/sunfish
be4418e : Align ASHA prop with BluetoothProperties
abd3753 : Enable PowerStatsHAL to read NFC power state stats am: 74ec016952 am: 0b4420c55f am: 83f65b4b5f am: aec08de392
74ec016 : Enable PowerStatsHAL to read NFC power state stats
7b88eb3 : Migrate IUsb implementation to AIDL
79043e1 : Update sunfish SVN to 41
5d632af : Migrate "rounded_corner_content_padding" for sunfish
3387f1f : Increasing super partition limit size for sunfish_tuscany
60e1254 : Unpin updatable-media from memory on sunfish
6395abd : Added new vendors for Bluetooth config migration
0709fe4 : Add device-specific support for GoogleBattery HAL 1.2.
d775860 : Revert "Rename supplicant RC file config variable in Sunfish mak..."
c8922fd : Enable set channel on NDP setup
0261f2c : wifi: Uprev IWifiExt to 1.3
78c78c1 : Added default TCP buffer size for Pixels
d7a2e2b : Rename supplicant RC file config variable in Sunfish makefile.
05bf3ff : Update Sunfish rc file to use Supplicant AIDL interface.
20a91f9 : wifi: Configure correct overlay configuration.
358e171 : Audio HAL: remove unused kctls from mixer paths files
3bae7ae : Inline usages of LOCAL_STEM
86412d1 : Update Sunfish SVN to 39
9c1fe77 : Clean up platform_info error log
483e205 : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
5419847 : Increasing super partition limit size for sunfish_tuscany
6a8d4a9 : BT: Import SOONG_NAMESPACE hidl_client for ftmdaemon
cb60cce : Update Sunfish SVN to 38
b6dc13b : Update Sunfish SVN to 37
acdaec2 : Use single_light for adaptive brightness on sunfish
2aaea86 : Removing 'verity_update_state'
5abadba : Update Sunfish SVN to 36 Bug: 202436544
65761d1 : Update Sunfish SVN to 35 Bug: 202436544
97a9e31 : Update Sunfish SVN to 34
0adfbc0 : Use Context Hub AIDL for sunfish
639160f : Allow duplication in system properties
b20dd56 : Update Sunfish SVN to 33
4ea4b73 : Pixelstats: change data type of reset count path
0982166 : Update Sunfish SVN to 31
440c96d : Use vintf for confirmation UI
1ad4bbc : Update Sunfish SVN to 30
0a1cbb3 : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
5f56ef3 : Bypass build time check for users-libs
d49d17b : sync codebase
771d2b5 : Update Sunfish SVN to 26
2c8a5a5 : Replace writepid with task_profiles command for cgroup migration
2424cb9 : Disable dexpreopt and <uses-library> check for APKs.
65662ef : [Sunfish] Update pregrant permissions for Restore APK
df29877 : Update Sunfish SVN to 25
e8c006c : Remove redundant build property for reduceOpsTaskSplitting
e281fa5 : Revert "Modify IKeymasterDevice/default to version 4.1"
8984156 : Revert "sunfish: usb: add state of usb extcon to monitorffs"
98d9090 : Remove the redundant artifact path requirement allowed list entries
1af37ca : Update Sunfish SVN to 24
743a301 : Remove READ_PHONE_NUMBERS pemission exceptio from Pixelmigrate.
f64a619 : Update Sunfish SVN to 23
329443c : Remove unneeded Top Gear permissions from Android Auto
a9d55f7 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/sunfish
b4df7d4 : sunfish: Enable zygote critical window

+- Project: device/google/sunfish-sepolicy

2c8db88 : sepolicy_vndr: Add shell permission to /sys/class/kgsl/kgsl-3d0/perfcounter
5d98dda : BatteryDefender: Allow health to read typec sysfs nodes
5cde66e : Add sepolicy rules from AU184
0a5fdd8 : Add sepolicy rules
c1236d9 : Add exception to access sysfs_msm_subsys
93f60c7 : sunfish sepolicy: support wv aidl hal
3f5147a : Add nodes to sysfs_limit_power_transfer to enable limitPowerTransfer API
6a6a8f4 : Allow PowerStatsHAL to read NFC power state stats am: 96f5029513 am: 6df5c76dc8 am: fe00141417 am: 6824f55f79
96f5029 : Allow PowerStatsHAL to read NFC power state stats
9a470f5 : android.hardware.usb.IUsb AIDL migration
9b994b3 : modem_diagnostics: add rules for getting battery info
86b2d1c : modem_diagnostics: add rules for getting battery info
ef2f3ae : Revert "Revert "Remove the bdev_type and sysfs_block_type SELinux attributes""
2ce2569 : Revert "Remove the bdev_type and sysfs_block_type SELinux attributes"
b989a88 : Remove the bdev_type and sysfs_block_type SELinux attributes
019b161 : reorganize pixelstats_vendor
b616890 : Add Context Hub AIDL to sunfish sepolicy
2da7008 : organize wifi_sniffer
7240b0a : label extcon files
e0a221d : Add the bdev_type attribute to the rpmb_device type
faf76f8 : Associate the sysfs_block_type attribute with sysfs SCSI device information
aace321 : Add the 'bdev_type' attribute to all block devices
b3aef2e : Allow boot color propagation
e812edc : make sepolicy compatible with different SW versions
298405e : logger_app/dumpstate: add rules for pilot
d4d8ba9 : make sepolicy compatible with different SW versions
ec04ac8 : Add bug_map entry for b/194313013
4f68d06 : Revert "Update avc error on ROM 7530523"
7044078 : restore usb version
7457dfa : Add BD clear to configurable parameters
f70ba0e : Make sure sepolicy only merges on upstream
375055f : sync codebase
c8e6b9e : Update avc error on ROM 7539493
01007f0 : Update avc error on ROM 7483452
065422a : Revert "Stats: removed obsolete IStats HIDL sepolicies"
63b4165 : rfs_access: fix avc errors
99af645 : sepolicy: Add "dontaudit" for audio metric ext hal in grilservice_app
33bd63c : Move vendor_kernel_modules to public.

+- Project: device/google/trout

2bb1111 : Revert "DO NOT MERGE: Fork GNSS implementation"
cc4f3ca : Revert "DO NOT MERGE: Update SeLinux Policy for Trout GNSS HAL"
1ebd5aa : Revert "DO NOT MERGE: Switch to Trout's GNSS HAL"
2d2d2f5 : DO NOT MERGE: Switch to Trout's GNSS HAL
311b7d3 : DO NOT MERGE: Update SeLinux Policy for Trout GNSS HAL
ba67a3c : DO NOT MERGE: Fork GNSS implementation
f4524e8 : Start audio control server in AudioControl HAL
7bf4cf8 : Disable User HAL in Trout
eab89cc : Update trout for CF auto changes
1d39172 : Update trout for CF auto changes
21ef54d : Add EVS sample app to the Trout build
7067fe8 : Fix script with new proto file location
46b83f3 : Enabling the BT HFP Feature in Trout
ddcb5bc : Revert "Revert "Update trout for CF auto changes""
0113a21 : Revert "Update trout for CF auto changes"
0537ea9 : Update trout for CF auto changes
3b2cf4d : [LSC] Add LOCAL_LICENSE_KINDS to device/google/trout
c23c973 : Set BOARD_BOOT_HEADER_VERSION before including other makefiles
eb77ef2 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/trout
7b64d49 : Remove ndk_platform backend. Use the ndk backend.
3667c1b : Remove ndk_platform backend. Use the ndk backend.
a682605 : Use DefaultVehicleHalServer.
9b9000b : Remove VehicleEmulator.
4653938 : Remove unused include.
6588dd9 : [LSC] Add LOCAL_LICENSE_KINDS to device/google/trout
1f0edfb : Factor the client/server Library Out
34fd9e2 : Specify version for aidl_interface explicitly
a7c98c8 : Select initial OWNERS for the automotive trout project
d48bb00 : Add a lunch target for the AAOS virtualization project
b0a1579 : Initial empty repository

+- Project: device/google_car

b890bcd : Remove bonito_car and sargo_car
201b057 : Add boilerplate for Railway reference app.
033ea2e : Override the default phone BT properties with car
0053c1f : Set PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS to false instead of clearing
c5ae906 : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
394e07b : Revert "[Reland] Use AIDL default VHAL in aosp_phone_car."
0a4584f : [Reland] Use AIDL default VHAL in aosp_phone_car.
3f92f8d : Declare license metadata for copied files.
d70d274 : Revert "Use AIDL default VHAL in aosp_phone_car."
e2b2451 : Use AIDL default VHAL in aosp_phone_car.
34be988 : Mute the default volume for phone_car builds
06745c9 : Enable power button menu for phone_car devices
412f2eb : Mute the default valume for phone_car builds
6f8989c : Enable power button menu for phone_car devices
07da191 : Change bootloader name to oriole
1423829 : Remove crosshatch dependencies.
a6b4b84 : Remove crosshatch dependencies.
cdcf1bb : Remove crosshatch dependencies.
bb8dcf2 : Remove crosshatch dependencies.
7c2aefd : Disable RCS and EAB for all Phone car builds
13dbff1 : Replace TARGET_BOOTLOADER_BOARD_NAME with the value.
27e917c : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
a7a166e : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
a308947 : Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
5b43914 : Update audiocontrol package in car phone builds.
3baa3e9 : Use default VHAL in aosp_phone_car.
2989623 : Do not reference LOCAL_PATH in the included files
2466291 : Add car target for Raven device
9f5e6ee : Adds missing EVS configuration files
ea34717 : Enables EVS reference implementations

+- Project: device/linaro/dragonboard

974bda1 : Remove sysfs_gpu type definition
a58e74e : dragonboard: sepolicy: Add sepolicy rules to fix problems seen adb remount overlays
8c86e37 : sepolicy: Fix rmtfs sysfs path for v5.18+ kernel versions
05d6422 : Removed audio A2dp and Hearing Aid from device.mk
8a3b0e3 : db845c: rb5: Enable console access on android13-5.15 kernel version
7f6a618 : Add license_note
b101435 : dragonboards: Create build option to use prebuilt mesa bits
0c8fa49 : dragonboards: Update vendor-package to 20220303 release
0ff5e9f : rb5: Fix HDMI audio playback
c6aace7 : db845c: Make TARGET_USES_BOOT_HDR_V3 visible to vendor package
4258135 : Remove sysfs_gpu type definition
157c396 : Add a sm8450_mini target.
c7a8d59 : Create a mini configuration for the dragonboards.
e8b96e3 : Factor out the full device configuration.
c934188 : Move the architecture definitions into the device-specific BoardConfigs.
eccedd3 : Remove pixel3_mainline target.
5f2c088 : dragonboard: Update vendor-firmware-package to 20220210
cd06ed5 : Declare license metadata for copied files.
98fd0ee : db845c/BoardConfig.mk: set bootv3 as the default
c0ad894 : db845c: Add rb5 support in db845c-userdebug build target
bf57637 : db845c: rb5: Switch default TARGET_KERNEL_USE to 5.15
3a7b6df : dragonboards: Fix spelling mistake in the fetch-vendor-package.sh script name
2a8c7c5 : dragonboards: Add support for upstream mesa/main vulkan
dd29e43 : dragonboards: Allow use of new mesa/main build
681b625 : dragonboard: Add helper script to simplify fetching the correct vendor-package
fbd3fbb : dragonboards: Move firmware files to external vendor overlay package
b192c97 : dragonboards: Move common device.mk configs to device-common.mk
845c78e : db845c: Fix android.graphics.cts.OpenGlEsDeqpLevelTest#testOpenGlEsDeqpLevel
ad3f260 : rb5.mk: Skip installing Venus driver modules for now
3077529 : Revert "Revert^2 "Add the 'bdev_type' attribute to all block devices""
03b647d : Revert^2 "Add the 'bdev_type' attribute to all block devices"
9cc4be8 : Revert "Add the 'bdev_type' attribute to all block devices"
f085980 : draonboard: Remove obsolete debug.sf.no_hw_vsync usage
848d5bd : ueventd: Disable modalias handling
1b1a81a : db845c: Enabling usb camera
57a0236 : db845c: audio_hal: Select the output/input card a bit more dynamically
e4ca84a : rb5: Add support for Qcom Robotics RB5 development kit
c1584bd : rb5: Add bootloader and firmware binaries
a55f326 : Bump SoundTrigger HAL to v2.3.
7e190bd : Add the 'bdev_type' attribute to all block devices
979264d : db845c.mk: Do not copy kernel modules to vendor image
242bcef : init.common.usb.rc: Do not hardcode sys.usb.controller property
95188ca : db845c: Enable metadata encryption
c476053 : db845c: Remove gralloc_gbm implmentation
26f5a0d : db845c: Switch gralloc to use gralloc.minigbm_msm instead of gralloc_gbm
e4b2cbd : db845c: Update PRODUCT_SHIPPING_API_LEVEL to 31 and FCM to 6
d9b540e : db845c: Update PRODUCT_SHIPPING_API_LEVEL to 30 and FCM to 5
fb810a9 : db845c: Bump FCM level to 4
77bbca0 : db845c: Switch to using android13-5.10 kernel by default
1043dd6 : db845c: Set ro.sf.lcd_density=160
7ed62c6 : dragonboard: fstab.common: Set metadata as first_stage_mount to resolve adb remount overlay persistence issues
59b51f0 : sepolicy: Rename rtc to wakeup label and add other missing sysfs_wakeup labels
67798b1 : pixel3_mainline: device.mk: add lcd_density for Pixel3
e7e6207 : device-common: make lcd_density device-specific
37a07c0 : pixel3_mainline: device.mk: make fstab device-specific
9571f46 : pixel3_mainline.mk: Update vendor-only modules
d3525fb : suspend_blocker: Use Cuttlefish's workaround to avoid suspending the device
3b147e9 : db845c.mk: set DB845C_KERNEL_DIR to use environment when specified

+- Project: device/linaro/hikey

6bb8567a : fstab.hikey960: drop the inlinecrypt option
4bfb1c91 : Remove comma after $(warning)
5d0db1d5 : Removed audio A2dp and Hearing Aid from device.mk
26df8471 : dtimage.mk: fix the path of vendor-package-ver.mk
1313d288 : hikey960: Remove hifi dsp support.
ec36f2d6 : hikey960/hikey: Re-transition to using to vendor-package
e5d9bba7 : Revert "hikey960/hikey: Transition to using to vendor-package"
0a9c0877 : Revert "hikey960: Remove hifi dsp support."
1d7e5889 : hikey960: Remove hifi dsp support.
af6e3c04 : hikey960/hikey: Transition to using to vendor-package
4c305075 : Declare license metadata for copied files.
33d527ff : Inline usages of LOCAL_STEM
8cedfc75 : hikey: Use filegroup for drm_hwcomposer common files
d5148dd5 : Update audio_policy_configuration.xml file for HAL V7
23d435ac : hikey960: Update manifest to soundtrigger 2.3
a4524e60 : Bump soundtrigger to 2.3.
4b5a0f8e : suspend_blocker: Use Cuttlefish's workaround to avoid suspending the device
02abe92c : hikey/hikey960: Drop old bluetooth HAL as its no longer needed
2e546274 : hikey/hikey960: Clean up old build options for old kernels
4ef206f6 : hikey960: BoardConfig.mk: Remove legacy dtb fstab logic
03c11dfc : HiKey960: Enable metadata encryption
aa4874dd : hikey960: Update PRODUCT_SHIPPING_API_LEVEL to 31 and FCM to 6
f8119884 : hikey960: Update PRODUCT_SHIPPING_API_LEVEL to 30 and FCM to 5
84b31d14 : hikey960: Bump FCM level to 4
5d007783 : hikey960: fstab.hikey960: Set metadata as first_stage_mount to resolve adb remount overlay persistence issues
c71cd798 : hikey960: fstab.hikey960: Drop f2fs userdata
38d4c1e6 : hikey960: flash-all.sh: Remove unintentionally committed skipping of userdata

+- Project: device/linaro/poplar

8ab5123 : Removed audio A2dp and Hearing Aid from device.mk
5a59540 : Move comment to license_note
a69e427 : Declare license metadata for copied files.
f6af322 : Revert "Revert^2 "Add the 'bdev_type' attribute to all block devices""
c4af45c : Revert^2 "Add the 'bdev_type' attribute to all block devices"
a349fb7 : Revert "Add the 'bdev_type' attribute to all block devices"
54d07c8 : poplar: Add BOARD_BOOTIMAGE_PARTITION_SIZE = 32M
edf2469 : poplar: Fix the build
64e6ffc : Add the 'bdev_type' attribute to all block devices

+- Project: device/mediatek/wembley-sepolicy

b2e6e5c : Add license_note and required comment.
44a58e0 : Revert^2 "Allows hal_evs_default to read directories"
c11ac86 : Revert "Allows hal_evs_default to read directories"
7cd3d6b : Allows hal_evs_default to read directories
f5959e0 : neverallows for clearkey aidl hal
138e227 : Remove logic that duplicates system policy
1455f2b : Remove ndk_platform backend. Use the ndk backend.
e46e413 : Revert "Revert "Revert "Add the 'bdev_type' attribute to all block devic...""
5503dda : Revert "Revert "Add the 'bdev_type' attribute to all block devic..."
6a5285d : Revert "Add the 'bdev_type' attribute to all block device types"
6e39cd8 : Allow apexd to access /dev/block and /sys/class/block
10fe17e : Allow binding on netlink_route sockets for individual domains
2760fd1 : Remove ndk_platform backend. Use the ndk backend.
6d555ef : Add the 'bdev_type' attribute to all block device types
6f092d1 : SEPolicy: Merge folder non_plat and r_non_plat
92c0139 : add aee_aedv selinux rules
76ca07d : SEPolicy: Add context for /dev/radio
2fd7bfd : Fix SD Card device type
58fc9bf : Add the 'bdev_type' attribute to all block device types
d030ad6 : Allow binder services to r/w su:tcp_socket
ce9e9e3 : Fix OWNERS
dbc53ae : Add rules for calling ReadDefaultFstab()
6d1e87c : Fix SD Card device type

+- Project: device/sample

e862bdd : Update sdk parent
7947879 : Correct mmsproxy and mmsport
f6bfad6 : Fix mmsproxy for Tracfone
091b59a : Fixing tracfone AT&T mmsproxy to remove http:// from value
68c59a8 : Correct APNs with apn attribute default
d73ca55 : Add APNs for Operator TANGO
343aeee : Add Carrier 2535 (OptiTel) apns to sample apns Bug: 223650488 Test: No change to behavior as this is only a sample file
1b11038 : Sort up 1and1 APNs
cb40362 : Add APNs for 1&1
daf0a4b : Change and add APNs for Austria mcc232
a453dae : squash! Correct and add APNs for Italy mcc222
a80a0ac : Change APNs for Slovakia mcc231
605127b : Add and correct APNs for Czech Republic mcc230
b80e027 : Add and change APNs for Switzerland mcc228
140c00e : Declare license metadata for copied files.
0fb5a4e : Add and change APNs for Romania mcc226
af9849b : Correct and add APNs for Italy mcc222
876bc00 : Move agms APN together with Netherlands order mcc204
4f034b0 : Change APNs for Serbia mcc220
b302cf2 : Change APNs for Croatia mcc219
aca573e : Updated APNs for Bosnia & Herzegovina mcc218
9a3f7f6 : Update APNs for Hungary mcc216
b472050 : Add Monaco Telecom APNs mcc212 and roaming mcc208
3f91153 : Update APNs for Netherlands mcc204
891f378 : Update Canada APNs mcc302
076b2ba : Added ice.net Norway APNs mcc204 mnc04
b748d76 : Update Telekom APNs for many markets
6251fe7 : Change Vodafone NL APNs mcc204 mnc04
2c7b861 : Change APNs for Tele2 Netherlands mcc204
ad52a84 : Add Euro ims APNs
6b51bee : Update APNs for Greece mcc202
246a63c : Replace A1 (232-12) APNs in sample apns file
6332f4c : add post_notification permission to manifest so the package can send notifications on T+
6f0d849 : Modify APN profiles for Operator KPN-NL
90d510f : Added IA APN types to all default type APNs
4d04b90 : Add eRate apn to sample apns - now with gid
28e3008 : Modify APN profiles for Operator KPN-NL
bfd7573 : Add pre-commit yaml configuration
3b373be : Added APNs for ATT 5G NSA and 5G SA
14588b8 : Migrate PlatformLibraryClient to Soong
9e0d115 : Add and change APNs for India mcc405
bf6028b : Add and change APNs for India mcc404
b5520fa : Migrate PlatformLibrary to Soong
3e50ff6 : Migrate UpgradeExample to Soong
bd3b69d : Revert "Migrate PlatformLibrary to Soong"
7e13a25 : Migrate PlatformLibrary to Soong
43721b6 : Migrate SampleEmailPolicy to Soong
09e293e : Removing unused APNs from Telefonica ES MVNOs
becc8f7 : Updated the owners
1c06703 : Correct IPv4 protocols
69c5858 : Updating TIM BR APNs
9409340 : Updating Movistar ES, Tuenti ES APNs
b496c3b : Signed-off-by: Ventocom GmbH <ventocomoffice@gmail.com>
2cab30c : Modify all Lycamobile APNs
5ca78f4 : Add APNs for Tracfone on AT&T
c392bda : Updating Tuenti-AR APNs
4b77e3f : Convert jni/Android.mk to Android.bp

+- Project: device/ti/beagle-x15

1a12e4f : boot_fit.mk: drop the build of boot_fit.img
de15023 : Revert "[Reland] Use AIDL default VHAL for beagle-x15."
bb25e75 : [Reland] Use AIDL default VHAL for beagle-x15.
8c9fedf : Declare license metadata for copied files.
d4fb55b : Revert "Use AIDL default VHAL for beagle-x15."
7badbbc : Use AIDL default VHAL for beagle-x15.
6fba054 : Unpin updatable-media from memory on beagle-x15
c442962 : beagle: Use filegroup for drm_hwcomposer common files
e68dc59 : ueventd.beagle_x15board.rc: set /dev/ion accessible for all users
a441f56 : Use default VHAL for beagle-x15.
9dbf0d0 : [LSC] Add LOCAL_LICENSE_KINDS to device/ti/beagle_x15

+- Project: platform/external/FP16

cad49b6 : Add FP16 to hwasan-postsubmit
72cdf5e : Add host_supported, min_sdk_version and apex_available configs to Android.bp for FP16.
3e17c7a : Update OWNERS for external/FP16.
2cc626c : Add host_supported, min_sdk_version and apex_available configs to Android.bp for FP16.
80907cb : Add host_supported, min_sdk_version and apex_available configs to Android.bp for FP16.

+- Project: platform/external/ImageMagick

78e915852 : Update cpe for vulnerability scanners

+- Project: platform/external/OpenCL-CTS

052da57 : Add license_note
5dd054d : Enable building spir binary
f62e4c2 : Wrap CTS conformance script to run on Pixel device

+- Project: platform/external/OpenCSD

335af7a : Add ETE decoder to the Android build.
dac554d : opencsd: Update readme and version info for v1.2.0
169b303 : opencsd: etmv4: Add VMIDOpt enable call to config class
a09b701 : docs: Fix documentation errors in programming guide
719c3a6 : opencsd: Remove noisy printf
f23c193 : opencsd: build: Remove unused variable
d0b49a2 : tests: Update test scripts to pass additional options
0076cc6 : tests: Add printing of CS frame Demux stats to test program.
80fe9f9 : opencsd: stats: Add collection of CoreSight frame demux stats
8c8be4a : build: tests: Fix build warnings in C-API test program
51aef80 : build: tests: Fix build warnings in mem_buff_demo test
1be557e : build: tests: Fix build warnings in snapshot parser.
ccc11fe : tests: Update test programs to use the packet decoder statistics API
0785404 : opencsd: ETMv4: ETE: Add packet processing stats to decoders.
7692b36 : opencsd: Add decode statistics API to packet processor.
9353f9c : opencsd: Update docs, README and versions for v1.1.1
f06f7f7 : opencsd: c-api: Add in ETE decoder hearder types to C-API
04a61ef : build: Include ETE headers in install
54c3f67 : opencsd: Update versions and README for v1.1.0
5319bfb : build: Create man directory before writing into it
8b769ea : opencsd: Avoid read of uninitialized value
3b1d231 : opencsd: Avoid read of uninitialized value
fef1cd6 : opencsd: Avoid uninitialized read
853da28 : opencsd: Avoid index out of bound read
5770f5d : opencsd: C-API: Add error string and get last error functions.
e611b41 : opencsd: etm4: Add support for ETMv4.6
2ac667b : opencsd: etm4: Inconsistent error handling.
63b59ee : opencsd: etm4: Fix commit elements bug.

+- Project: platform/external/TestParameterInjector

f48709d : Add support for custom test annotations and test sorting.

+- Project: platform/external/XNNPACK

c7e3c5bcb : Add XNNPACK to hwasan-postsubmit
663cd1e31 : Update Android.bp for XNNPACK following latest update (06acbb)
cb872b09e : Support Static Reshape for QS8/QU8 Tensors and in FP16 graph rewriting
2bd2bd241 : X8 & X16 Copy NC operators
670826b21 : Support Max Pooling 2D in FP16 graph rewriting
170f95ad5 : Support PReLU in FP16 graph rewriting
5756a927f : F16 Max Pooling NHWC operator
af1671ab2 : Support FP32 weights in F16 PReLU operator
4b90bee32 : Support Static Constant Pad in FP16 graph rewriting
10f2bf860 : F16 MAXPOOL microkernel for F16C
0a756b505 : F16 PReLU operator
88d06fc82 : Disable neondot microkernels on iOS 32 bit
ba05c6403 : Fix MSVC compilation issues
6b45a7f5c : 16-bit Constant Pad ND operator
cde8bdfe9 : Q8 GEMM for Cortex A7 reduce prefetch to weights
16c09129f : F16 MAXPOOL microkernel for NEON FP16ARITH
f9ca9af41 : Fix typo in CMakeLists.txt
9532079f4 : Create a macro to define JIT GEMM generators
f30a85985 : Port aarch64 F32 IGEMM 1x8 A75 microkernel to JIT, add tests, benchmarks, enable in init.c if JIT is enabled
f67285151 : Implement str (s register, post index) for aarch64 assembler
c92034d9a : Define constants for +/- infinity to check for clamping in JIT generators
1738f1120 : Implement ldr (post-index) for aarch64 assembler
eb7256b6e : Port F32 GEMM A75 1x8 microkernel to JIT and specialize for min/max, add tests and benchmarks
a3bf3eafd : Use JIT F32 IGEMM if JIT is enabled
6d7cd2c52 : Specialize F32 IGEMM for a75 on mix/max
1425eb5d8 : Copy IGEMM benchmark code into JIT's IGEMM benchmark code, and add JIT aarch64 generators to benchmarks
2188833bc : Fix F32 IGEMM benchmark loop to not require capping NC to NR
94def8a8a : Fix bug in Convert operator on large tensors with multi-threading
4620ca6fb : Reland "Graph rewriting for FP16 inference"
6b72e6c5f : Convert F32 IGEMM for A75 to JIT, add tests
e96b6bc09 : Split qs8-igemm-minmax-rndnu tests into 1 more file (4 total), seeing compile timeouts in coverage runs
9a365d0da : Revert "Graph rewriting for FP16 inference"
f0f374f61 : Rename f32-gemm/6x8-aarch64-neonfma-prfm-cortex-a75.cc to remove prfm from file name
4decc8e61 : Implement mov (x registers) for aarch64 assembler
8ceeebe98 : Implement stp (x registers) for aarch64 assembler
9e51ad645 : Implement cmp (x registers) for aarch64 assembler
1d5c616f6 : Enable QU8 AAarch microkernels based on uarch
94a0b0bc7 : Graph rewriting for FP16 inference
77d288579 : QS8 AArch32 GEMM benchmark build fix
6cb0fd048 : Add AArch32 GEMM benchmarks for Cortex A53 and Cortex A7
ca51090de : QS8 GEMM benchmark for JIT add ISA check
2991acf3a : Enable QS8/QC8 4x8 lane GEMM AArch32 microkernel for Cortex A7
043c1f5ff : Include JIT_SRCS in XNNPACK build
18f71e0dc : Support vld1r_32 with 1 or 2 register(s) in list
60c9bcbc3 : Fix incorrect k argument to QC8/QS8 GEMM microkernel test
9fd2f3e35 : Fix passing of kc JIT generator in F32 GEMM benchmarks
237473f75 : Include missing <limits> header in 4x8 F32 GEMM codegen for A53
3e3124e68 : Make void* params argument of JIT generators const
34251d806 : QS8 4x8 lane GEMM AArch32 microkernel for Cortex A7
a312e9ad5 : Enable QS8 4x8 lane GEMM AArch32 microkernel for Cortex A5r0 and A7
5ec55912d : Fix tfjs build by adding dependency on jit
5ebe6864f : Specialize 6x8-aarch64-neonfma-cortex-a75 on min/max params
101271e1b : QC8 4x8 lane GEMM AArch32 microkernel for Cortex A7
f82410d54 : Enable QU8 4x8 lane GEMM AArch32 microkernel for Cortex A53
0455acf3e : Enable QC8 4x8 lane GEMM AArch32 microkernel for Cortex A53
879ab988f : Make SSE2 microkernels consistent with neon zip microkernels. - oN_stride and tile_hbytes increments combined
77a3b5fc5 : Enable QS8 4x8 lane GEMM AArch32 microkernel for Cortex A53
9e4d2aa68 : QS8 4x8 lane GEMM AArch32 microkernel for Cortex A53
cfd947d4f : Add neon zip microkernel generator
a63651ce3 : Set F32 GEMM generator function for A75 if XNN_ENABLE_JIT is set (defaults to off)
930df8dce : Store rows in direct order in F16 GEMM microkernels
d9aaf69f0 : Explicitly disable -ffast-math for scalar & WAsm microkernels
3deae1d3a : Guard JIT-related structs and functionality behind XNN_PLATFORM_JIT
f9fc9ec43 : Integrate JIT generated GEMM microkernels into create_convolution2d_nhwc
58cdcf250 : Reoptimize QC8/QS8/QU8 GEMM/IGEMM WAsm SIMD microkernel selection
348c377b5 : QU8 GEMM/IGEMM WAsm SIMD microkernels with SR=4
3ceb4f1ea : Reoptimize NEON QC8/QS8 GEMM/IGEMM microkernels with SR > 1
8319baa04 : Re-generate amalgamated FMA3 microkernels
69b7f1493 : Reoptimize QS8/QC8 GEMM/IGEMM WAsm SIMD microkernels with swizzle
fbd67a7c8 : Pad K to a multiple of SR in GEMM/IGEMM microkernels
20151d9b0 : Fix excessive memory allocation for packed weights in Deconvolution
4ef2352f5 : Improve test coverage for quantized Depthwise Convolutions in TFLite weight layout
9dc045228 : Link LibM to indirection target in CMake build
5e8033a72 : Make SSE2 microkernels consistent with neon zip microkernels. - REUSE input pointers point to previous pointer instead of i0
5c375276a : Make SSE2 microkernels consistent with neon zip microkernels. - Register usage is reduced for MOV
f2b233b5f : Make SSE2 microkernels consistent with neon zip microkernels. - DEC is now MOV
8b758bf2a : Integrate JIT generated GEMM microkernels into create_convolution2d_nhwc
64cb10f2d : Guard JIT-related structs and functionality behind XNN_PLATFORM_JIT
c9a2e74d9 : Guard JIT-related structs and functionality behind XNN_PLATFORM_JIT
df51e119b : Integrate JIT generated GEMM microkernels into create_convolution2d_nhwc
15dd61180 : Check code_buffer capacity before attempting to release it
c6070282b : Remove wb from JIT aarch32 instructions, use mem operand and ++ instead
d23607414 : Add F32 GEMM 6x8 aarch64 neonfma cortex a75 JIT microkernel to benchmark
fc67a86fe : Fix encoding of prfm
6cc5b4822 : QS8/QC8 4x8 dot product IGEMM AArch32 microkernel for Cortex A55
2269ac89a : Add default cases for switch, GCC warns that control reaches the end of non-void function.
d2bea502b : Remove default member initializer for VRegister and ScalarVRegister so that we can aggregate initialize them (on GCC)
c2f62ea8f : Remove redundant closing brace in CMakeLists
870108c7d : QS8/QC8 4x8 dot product IGEMM AArch32 microkernel for Cortex A55
e8fd4443d : QS8 IGEMM AArch64 LD64 round KC up to multiple of 4 before saving it on stack
adf087d9b : Remove 3 blank lines after last jit assembly instruction before end of function
773458cf2 : Change return type for assembler functions to void to simplify code, move emit32 into common assembler
752b9804d : Avoid importing the entire xnnpack namespace in aarch32 assembler
c2e2da8f9 : Fix conversion script for aarch64 assembly kernels and convert a single F32 GEMM as a test
4a1c6a817 : Implement ldp (d registers) offset and post index for aarch64 assembler
193f4e165 : Disable QU8 dot product for AArch32 IOS
048704d0c : Implement stp (q registers) offset and post indexed for aarch64 assembler
3cec4516e : Implement tst (immediate) for aarch64 assembler
8709ac91e : Implement csel for aarch64 assembler
ba5091f00 : Enable QC8 4x8 dot product GEMM AArch32 microkernel for Cortex A55
a1cad4ac4 : Add x8 transpose bench
ba68f4405 : Add x64 transpose bench
e1ff738a0 : Update assembly register usage comments.
35d8e68ca : Implemnet stp (d register) offset and pre-index for aarch64 assembler
6c304279c : Remove unused transpose ukernel declarations and unnecessary semi-colons.
c821ea74d : Refactor x16 transpose bench and add missing ukernels.
658a67de7 : Implement add (x registers) for aarch64 assembler
80eac6216 : Implement cmp (immediate) for aarch64 assembler
c98f0d27b : Fix patching of branch instructions immediate
e8bbda0be : Re-factor x32 transpose bench
ac654f1fd : QC8 4x8 dot product GEMM AArch32 microkernel for Cortex A55
364598a01 : Enable QS8 4x8 dot product GEMM AArch32 microkernel little core
1e277fdea : Bug fixes for QS8 Cortex A55
491e9e0cf : Implement ldr for s and d registers and str for d registers (post-indexed) for aarch64 assembler
708874bca : Add cpu configs to support iOS simulator builds on M1-based macs.
1228b3e77 : Enable QS8 4x8 dot product GEMM AArch32 microkernel for Cortex A55
0f294ad99 : QS8 4x8 dot product GEMM AArch32 microkernel for Cortex A55
2f24c3e69 : Implement dup (vector) for aarch64 assembler
f761632d8 : Implement str (q register, post-indexed) and str (s register, offset) for aarch64 assembler
5a5c9e107 : Implement mov (VRegister) for aarch64 assembler
5e313959b : Implement stp (post-indexed) for aarch64 assembler
49155098e : Implement add with immediate for aarch64 assembler
4ab139031 : Rename kTbz enum to kTbxz and add comment to clarify its usage for both TBZ and TBNZ
b10677eb4 : Implement unconditional branch for aarch64 assembler
56e8b916b : Implement tbz for aarch64 assembler
cdfff797f : Implement ret for aarch64 assembler
039a3882b : Exclude quantized AVX512 microkernels from mobile builds
317686811 : Implement sub (x register) for aarch64 assembler
3f3429987 : Implement st1 for aarch64 assembler
544d73d1b : Implement fmax and fmin (vector) for aarch64 assembler
ecfb1f028 : Implement fadd (vector) for aarch64 assembler
098108040 : Implement tbnz for aarch64 assembler
6a1151b5f : Implement fmla for aarch64 assembler
157b0f463 : Implement ldr ldp for q registers in aarch64 assembler
f67f1be72 : Implement labels and B.cond for aarch64 assembler
e2dc2ec64 : Implement subs for aarch64 assembler
234d6b446 : Implement prfm (only PLDL1KEEP) on aarch64 assembler
65ccb1392 : Implement movi for aarch64 assembler
6e68f5474 : Implement ld1 for 1, 2, and 3 registers for aarch64 assembler
5702efb66 : Implement ld2r for aarch64 assembler
04cdc412a : Implement ldr for aarch64 assembler
0ba29e7aa : Implement LDP for aarch64 assembler
70ea0a2a1 : Specialize F32 GEMM A53 JIT microkernel for min/max params
109a5ebf4 : Initial aarch64 assembler structure
8f920a6ad : Initialize F16 microkernel pointers on x86
ffbf7ff77 : Cleanup transpose microkernels in BUILD & CMakeLists
66eb508a4 : Add missing declarations and unit tests for F16 DWCONV microkernels
0ec25cfe4 : Duplicate test methods in gemm-microkernel-test for JIT codegen, update IGEMM generator signature and test generation script.
e7225ebae : Specialize F32 GEMM (a53) on kc
8d07e40f3 : Enable QU8 4x8 NEON MLA Lane microkernel AArch32 assembly language
901845c66 : QU8 4x8 NEON MLA Lane microkernel AArch32 assembly language
b26ead114 : F16C implementation of F16 GAVGPOOL microkernels
c7c92b09d : Generate F16 GAVGPOOL NEONFP16ARITH microkernels from template
01f6aeea8 : Add unreachable check for F32 GEMM a53 generator
e78eb3335 : Bump shard count for f32_igemm_minmax_test (timing out on coverage runs)
13599f392 : Specialize F32 GEMM (a53) on nc
1d6b7c99a : Support FP32 weights in FP16 NC Fully Connected operator
d2e8d4d56 : Enable QC8 AArch32 4x8 lane GEMM/IGEMM assembly microkernels for ARMv7 NEON
6989ec4aa : Support FP32 weights in FP16 NHWC Convolution operator
5e1a30345 : QC8 GEMM/IGEMM assembly microkernels for ARMv7 NEON
83844ae8d : Change JIT generator signature to accept nc and kc to specialize on those values
b1a869d74 : Merge generate transpose scripts
9dfdfb53a : Remove unused transpose function declarations.
667e0f108 : Regenerate transpose tests
4b23423de : Split test generator for qu8-gavgpool
5da6d38c7 : SSE2 transpose microkernel code generator.
d19bde90f : Add x64 scalar transpose microkernels
cd21b023c : Add x8 scalar transpose microkernels
84aae414b : Add x16 scalar transpose microkernels
6315472d9 : Remove declarations for scalar transpose microkernels that don't exist
d7111a56a : Remove F32 GEMM E2E JIT benchmarks (temporarily) as we are changing the JIT generator interface
58fe65e92 : Change default JIT code buffer size to 16kb
af9ff8586 : Fix GEMM test templates to use variable n instead of fixed NR and regenerate tests
2d38e3c2c : Fix more errors in CMakeLists
1e074d74d : Fix CMake build
85755040e : Switch QS8/QU8 GAVGPOOL NEON microkernels to RNDNU requantization
33a98fa23 : Switch QS8/QU8 VMUL[C] NEON microkernels to RNDNU requantization
d1f53e407 : Generate QU8 GAVGPOOL microkernels from QS8 GAVGPOOL templates
d81fa0a6d : Pipeline remaining QS8 AVGPOOL microkernels
139337c06 : Include vcvtnq_f32 polyfill in QS8 GAVGPOOL NEONV8 microkernels
9e258d62d : Remove multi-accumulator support in QS8 GAVGPOOL microkernels
7d45d90ea : Create a new jit-test for jit-related tests that are not architecture specific
7781786a1 : Enable QU8 3x8 lane for AArch32
d7a4b2234 : Generate missing QS8 GAVGPOOL microkernels
6faf95553 : Reoptimize SSE QS8 GAVGPOOL microkernels
847ff5e7d : Refactor naming of QS8 GAVGPOOL microkernels
53f4106f9 : Switch QS8 GAVGPOOL microkernels to use FP32 requantization
e9e97086a : Add missing asserts for requantization scale in MUL parameters initialization
34cb23fe8 : Re-generate amalgamated microkernels
1789a3c69 : Fix CMake builds
15812485b : Specify 8-byte alignment for packed WAsm SIMD parameters
1a856c138 : Change unit tests to depend on jit_test_mode
90a10b8c1 : Replicate QS8/QU8 MUL WAsm SIMD parameters to 64 bit rather than 128 bit
3b3296389 : Fix bug in not changing memory to be executable when we have unused capacity.
8f2eeeecf : Skip calling __builtin_clear_cache on iOS, iOS uses sys_cache_invalidate
e7242eabf : Replicate QS8/QU8 ADDSUB WAsm SIMD parameters to 64 bit rather than 128 bit
48d74c363 : Replicate QC8/QS8/QU8 CONV WAsm SIMD parameters to 64 bit rather than 128 bit
b402cbea1 : Bump shard counts for qs8_igemm_minmax_rndnu_test
44616e1db : Bump shard counts for qs8_gemm_minmax_rndnu_test, the test sometimes timeout in coverage runs.
9441d46b3 : clang-format indents case labels with in switches matching existing XNNPACK style.
c27f04baf : Add missing generated unit tests to BUILD and CMakeLists.txt.
d6e2e1a64 : Remove xnn_qu8_quantize_avgpool and xnn_qs8_quantize_avgpool helpers
50323b8d8 : Combine requantization with parameter initialization in unit tests
bd7f9a462 : F16C implementation of F16 PRELU microkernels
4c1fd6f9d : Allow generate-gemm-test.py to accept multiple output files, and shard the generated tests across all specified output files.
48976703c : Re-enable up to AVX2 microkernels on Android x86/x86-64 & iOS simulator builds
603ec5fa9 : Remove unused declarations for F16 VRELU microkernels
085102c5e : Reoptimize pointer updates in PRELU microkernels
3ab63b06f : Rollback "Enable up to AVX2 microkernels on Android x86/x86-64 builds"
d454545b1 : F16C implementation of F16 VBINARY[C] microkernels
717665fd4 : Add JIT microkernels to F32 GEMM E2E benchmarks
1f1ee2c3f : Enable up to AVX2 microkernels on Android x86/x86-64 builds
a0b45e555 : Allow overriding logging settings in Bazel
d90af6f59 : Move gemm-microkernel-tester test code into separate cc file
c7e534f48 : Bump shard_count for slow subtract_nd_test
a30e2df2a : Fix QU8 E2E lane benchmark tile sizes
969e61ff2 : Enable 2x16 for QU8 neon lane microkernel in AArch32
278086399 : Scalar transpose microkernel
49979b65b : Implement vldr for S registers
a72cde3bb : Reoptimize pointer updates in VMULCADDC microkernels
e8c1979ab : Add enable_jit to various targets in BUILD
a248337d7 : Split more of qs8-gemm-minmax-rndnu out into another file, for microkernels with "c4"
4c738f01f : Fix wrong WAsm SIMD parameter initialization in f32-spmm-minmax.yaml
d5a5333ef : Additional tile sizes for QU8 neon lane microkernel.
751f62236 : F16C implementation of F16 VHSWISH microkernels
645af97a4 : FMA3 implementation of F16 DWCONV/VCLAMP/VMULCADDC microkernels
84598220e : Split F32 SCALEMINMAX parameter initialization functions by ISA
f2e2edff3 : Round results to FP16 after multiplication by scale in AVX2 F16 GEMM/IGEMM
ef5560d45 : Use ISA-specific parameter initialization functions in F32 PAVGPOOL tests
3c949a30c : Split QS8/QU8 AVGPOOL parameter initialization functions by ISA
9f8eac7bb : Avoid _mm_loadu_si16 and _mm_storeu_si16 unsupported on older compilers
48c5e985b : Fix CMake build on x86-64
da382d1ca : Refactor parameter initialization for AVGPOOL/GAVGPOOL/PAVGPOOL microkernels
a7d74b11f : Specify parameter initialization function in GAVGPOOL microkernel tests
4a6dca949 : Specify parameter initialization function in [P]AVGPOOL microkernel tests
4e5a767df : Rename xnn_f32_scaleminmax_params.sse2 to xnn_f32_scaleminmax_params.sse
1bef0f2af : Add JIT microkernels to QS8 GEMM benchmarks
5d456ce8e : Refactor naming of QS8/QU8 AVGPOOL parameters
665cb2321 : Add JIT microkernels to F32 IGEMM benchmarks
cbe478a76 : Generate QU8 GAVGPOOL tests from YAML specification
bf72b541f : Split qc8-igemm-minmax-fp32.yaml into 2 files, all microkernels with c go into a separate file.
49d94ca35 : Split qc8-gemm-minmax-fp32.yaml into 2 files, all the microkernels with c goes into a separate file.
25764d89c : Add JIT microkernels to bench/f32-gemm
0e0f7261e : Split qs8-gemm-minmax-rndnu.yaml into 2 files, all the microkernels with c2 suffix goes into a separate file.
c4302c225 : AVX2 implementations of F16 GEMM/IGEMM microkernels
0afdfabe8 : Fix incorrect JIT tests in QC8 GEMM FP32
842bea96f : Remove F16 VRELU microkernels
14dd8d056 : Convert F16 parameter structures to unions
16b734cd2 : Add more QC8 GEMM/IGEMM JIT microkernels.
ddc49c1b7 : Update the list of supported architectures
58b17bac9 : Remove VSCALE microkernels
ed73fb658 : Add qc8 gemm and igemm JIT microkernels
29d9acdf0 : Implement vcvt vcvtn vmul_f32, these are used in qc8 microkernels.
13b57dd9a : Add more converted microkernels used in init.c.
8a9eac65f : Amalgamate AVX, AVX2, and FMA3 microkernels
4a5c77126 : Refactor F32 RADDSTOREEXPMINUSMAX microkernels
5999c9248 : Refactor naming of RADDSTOREEXPMINUSMAX microkernels
587674449 : Minor refactoring of RADDSTOREEXPMINUSMAX interface
d85852220 : Fix aarch64 builds with -fno-lax-vector-conversions
68db12ea7 : Amalgamate F16C microkernels
ed9021636 : aarch64 transpose TBL microkernel
f290a1416 : Enable QC8 4x8 mla lane assembler microkernel
0a40541dd : Use FMA instructions for scalar microkernels on RISC-V
f62374070 : QC8 NEON lane microkernels
d8a1dbe60 : Add RISC-V scalar microkernels to CMake build
a198f00d5 : Initialize RISC-V microkernel pointers
7c1115fe9 : Reoptimize microkernel selection for WAsm 1.0
7873586a3 : Rename PLD to PRFM for aarch32 microkernels.
0ad473791 : Minimally support RISC-V Bazel builds
580292dee : Print some usage examples when called without arguments, also add a comment on how to use the script.
bd11e6a23 : Add -fno-math-errno compilation option for scalar microkernels
440e8edba : Add FMAGIC/IMAGIC/LRINTF requantization variants in microkernel benchmarks
cccb012fe : Apply sort and formatting to ARM code
272d4d9b1 : FP32 IMAGIC variants of scalar QC8/QS8/QU8 GEMM/IGEMM/DWCONV microkernels
f721e371c : LRINTF variants of scalar F32->QS8 and F32->QU8 VCVT microkernels
bdf1099b8 : Refactor scalar F32->QS8 and F32->QU8 microkernels
74ddd273a : Run formatting on generate-gemm-test.py
2ac722e51 : Refactor requantization in scalar QS8/QC8/QU8 microkernels
0e8013760 : Refactor parameters in F32 VRND microkernels
d57a5ad8f : Add const keyword for AVX load masks
bbfc27d38 : Refactor NEON/NEONFMA VSIGMOID microkernels
6853f23c6 : Update amalgamated microkernels
ce834adbb : Refactor parameters in F32 VSIGMOID microkernels
05b6cb111 : Transpose microkernel tester uses iota instead of rng so that it's easier to debug tests
4a79ff281 : Refactor parameters in F32 VELU microkernels
e5efb16b7 : Refactor VUNARY microkernel parameters
a8b39941a : Remove mask_table literal from F32 DWCONV AVX microkernels
9084fc80c : Quantized Sigmoid and ELU benchmarks
3ddc20c2f : Benchmarks for Abs, Negate, and Square operators
5c7fd89ef : Benchmark for Leaky ReLU operator
a0129e91e : Refactor benchmarks for elementwise operators
e72b2826f : Refactor parameters in F32 VSQRT microkernels
98c52155e : Move mask_table into VBINARY[C] AVX microkernel parameters
0f2819342 : Minor optimization in F32 GEMM/IGEMM AVX512F microkernels
d57186a45 : Refactor F32 VMULCADDC parameters
f600497c6 : Refactor parameter initialization in Vector Binary Elementwise microkernels
b40ee63d6 : Add comment about architecture for each set of inits for ARM.
c83ef3b8b : Refactor F32 MINMAX parameters for WAsm SIMD
2894e9946 : Refactor F32 VLRELU microkernels
b7c1b71b8 : Refactor F32->F16 VCVT microkernels
7ddef8465 : Move mask_table into VCLAMP AVX microkernel parameters
e14e79124 : Move mask_table into VHSWISH AVX microkernel parameters
134f9846e : Refactor F16->F32 VCVT microkernels
322055148 : Use --features wasm_simd rather than --copts -msimd128 for WAsm SIMD builds
4d738aef3 : Include vcvtnq_s32_f32 polyfill for older gcc versions
dc54e12aa : Replace vshll_n_u32(v, 0) with vmovl_u32 in C4/C4S2 GEMM/IGEMM microkernels
e1228e320 : Fix .clang-format path
2700809c6 : Specify -mfp16-format=ieee for AArch32 GCC builds
70137e450 : Enable AArch32 QC8 neon dot product
87fe410e6 : QC8 quantization for all aarch32 GEMM/IGEMM microkernels
a2f1891f2 : Add _prfm to names on Neon microkernels in a consistent way.
ef0f09c5b : Add cpu clockrate to x16/x32_transpose benchmarks.
447aa7be0 : #include allocator.h header to gemm tests.
1945f0b24 : SSE transpose x16 microkernel (4x8)
57719a2c8 : clang-format for microkernels
0d10cc70d : Split VHSWISH parameter initialization functions per ISA
b43b47a00 : Add a script to convert existing assembly microkernels to JIT codegen.
561d06836 : Refactor parameter initialization for VHSWISH microkernels
e4d3f76ba : Mark aarch64 microkernels as assembly for tests
1c852c926 : Enable PRFM version of QS8 4x8 lane AArch32 microkernels
0db2e4c7b : Support - (minus) operator for creating S/D register lists, this looks closer to native assembly.
2493de98d : WAsmSIMD transpose microkernel
77b694cbe : Fixes style issues with SSE microkernel
691ec4060 : Use proper intrinsics header in SSE F32 VHSWISH microkernels
c025831ae : Refactor declarations of parameter initialization functions
51c61345b : Amalgamate SSE and AVX512 microkernels for TFLite build
e0f15adf7 : Split scalar production microkernels into portable, AArch32, and Wasm
c80ffb022 : Fix generation of gemm tests for ADJBLOCK and rerun scripts.
f98f58d40 : Lowering to c++11 as c++14 literals was converted to c++11 in #2192
0fd983b4c : Adds -Wcast-qual flag to detect cast dropping const.
f527d56ef : Avoid using C++14 features in AArch32 assembler test
562112e9e : Fix build error with cmake for src/jit.
19bfefe3f : Support Relaxed SIMD in xnnpack_cc_library and xnnpack_aggregate_library
951981651 : Enable QS8 4x8 LD64 Neon on AArch32
e31f29eb2 : Declare assembly for QS8 microkernels
4c617797f : Minimally support WebAssembly Relaxed SIMD builds
8c7355a42 : Enable QS8 4x8 LD64 dot product on AArch32
1e9c5ac35 : Fix CMake build
c3c6632bc : Improve compatibility with GCC in AVX512-SKX microkernels
50b0bd921 : Fix encoding and supported immediate values for vldr and vstr.
1aac8e883 : Implement vmrs (FPSCR)
0a1b7b65b : Implement ldrd (immediate)
26e55ed63 : Implement vstr instruction
a78783250 : PUSH lr instead of r14 in AArch32 assembly microkernels
e0ac2235a : QS8 IGEMM neon dot comment change float* to int8_t*
97f99fc55 : Return error if fail to get page size
932e82324 : Implement str (imm)
4ebd6806d : Implement moveq, cmp (imm), sub (imm).
2b74ddd67 : Implement vld1_8 with offset register
fea422d18 : Implement vld1_32 (single element to one lane).
e48b5c1d3 : QS8 4x8 Neon Lane LD64 IGEMM AArch32 microkernel
1669dd09a : aarch32 avoid the VPUSH/VPOP of unused registers
484102162 : QS8 4x8 dot product LD64 IGEMM AArch32 microkernel
938ee9b21 : Implement bic, vld1_8 and vld1_32 for QRegisterList, assert encodings don't error out in tests.
9364bdc47 : Implement vsdot_s8 instruction
a251f877e : Implement vqmovn_s16, and_, adds.
7c8090d52 : Implement vcmpe_f32, vmovpl_f32, vmovmi_f32. All instructions in 4x4-minmax-aarch32-vfp-ld64.S supported.
2d8180c9c : Implement 2-argument add, vmla_f32, vmov_f32, vmov_f64, vstm. All instructions in 4x4-aarch32-vfp-ld64.S are now supported.
70e8c9919 : Format source and BUILD file
9f3f4204e : QS8 4x8 LD64 dot product GEMM AArch32 microkernel
b63e84c1f : Implement b (unconditional branch)
be4e6a58f : Add align for aligning instructions (similar to .align in assembly)
ec17e99e5 : Add license to files
98393ada7 : AVX512 QS8->F32 and QU8->F32 VCVT microkernels
fda06cb8e : SSE transpose microkernel
7b5f77954 : AVX2 QS8->F32 and QU8->F32 VCVT microkernels
cd4089fa5 : AVX QS8->F32 and QU8->F32 VCVT microkernels
2edf86310 : AVX512 F32->QS8 and F32->QU8 VCVT microkernels
0d399caa9 : AVX2 F32->QS8 and F32->QU8 VCVT microkernels
3bdbe9f8d : Fix xnn_release_code_memory to unmap entire capacity of buffer
b91432c7e : AVX F32->QS8 and F32->QU8 VCVT microkernels
6fac719fb : Implement vqmovn_s32 and vext_8
4a5858330 : Implement vdup_8, vdup_16, vdup_32
2649014ab : Implement vmax_s8, vmin_s8, vqadd_s16, vqdmulh_s32, vqshl_s32, vrshl_s32
4ef8d5156 : Implement vst1_16, add some more test cases
00a929fff : Implement vst1_8 and fix vst1_32 encoding
98202346f : Full set of benchmarks for Convert operator
1d1df222d : Remove comments about potential to use _mm256_maskstore_ps in AVX microkernels
3c4bb1c9b : Fix conditions for flushing icache (only on arm/arm64)
a38a16163 : Implement vld1_8, vmlal_s16, vmovl_s8
6883abb31 : JIT memory allocation and integration into Assembler
7bd7ecce4 : qs8 4x8 aarch32/64 GEMM/IGEMM improved prefetch scheduling.
615042553 : Disable MSan in AVX512SKX QS8/QC8/QU8 DWCONV microkernels
d541fc0cf : Annotate remaining microkernels with Out-of-Bounds reads with XNN_OOB_READS
da7b2e2c8 : QS8 4x8 lane GEMM AArch32 microkernel
7be427a54 : Disable MSan and TSan in most microkernels with Out-of-Bounds reads
4f36e85eb : Fully quality std::isnormal in ConvertOperatorTester
590ca5f1a : Add missing <cstddef> include in AArch32Assembler header
710fb4277 : Benchmark for the Convert (F32->QS8) operator
6338bf096 : Include signed quantized operators in TensorFlow Lite build
914f57b3d : Aarch64 4x8 lane ld64 GEMM/IGEMM microkernels.
77e9e6553 : Document Convert operator in README
113092317 : Expose QS8/QU8->FP32 Convert operator in Subgraph API
f92206b9d : QS8->F32 and QU8->F32 Convert NC operators
0db15d382 : Define XNN_PLATFORM_WINDOWS on Windows
ad6f2dcfd : Benchmarks for QS8->F32 and QU8->F32 VCVT microkernels
cb052a392 : Remove duplicate template line for 1x8c4 NEON dot product.
f0cb91ecf : Fix formatting of bx signature
86bd27050 : Scalar QS8/QU8 -> F32 VCVT microkernels
d873fa220 : SSE2 QS8/QU8->F32 VCVT microkernels
fbf12b048 : WAsm SIMD QS8/QU8 -> F32 VCVT microkernels
f9cf55d74 : SSE4.1 QS8/QU8->F32 VCVT microkernels
fee66beeb : NEON QS8/QU8 -> F32 VCVT microkernels
4bdc9f553 : Refactor VCVT microkernels
10475ec97 : Implement bx instruction
16f3548b8 : Implement pop and vpop (for D registers)
fe4a7504e : Implement vst1_32 (multiple single elements) and vst1_32 (single element from one lane)
7c0303e29 : Remove the last remnant of GEMMLOWP requantization in QU8 microkernels
ea612bc4a : Implement vmax_f32 and vmin_f32
2fce75b73 : Implement tst with immediate
f73e55b8c : Implement add with immediate (drive-by fix for missing return when error in push)
c9f70f726 : Implement vmla.f32, add DRegisterLane for lane-indexed DRegister
0f1ed941f : QS8/QC8 GEMM/IGEMM WAsm SIMD microkernels using C2S4 layout
dfe892921 : Implement vld1 (multiple single element) and vld1r (single element to all lanes)
737ad019a : Add .clang-format and reformat jit related files
57256c53d : Optimize single-threaded execution of vector unary elementwise operators
354b2631f : Fix bug in Convert NC operator with large number of elements
477bdbb1d : Implement vldr instruction
f4beaf10c : Implement vmov (q to q, d to d, s to s, core to d)
7eef0a98e : Fix formatting for parameters (use lowercase)
637becfa8 : Implement vldm instruction
68c27d388 : Implement vpush, add SIMD registers and register lists.
59d651538 : Enable FP32 requant variant for QU8 [1,4]x8 Neon MLAL [I]GEMM kernels
9982ed3f6 : Enable FP32 requant variant for QU8 NEON dotprod [I]GEMM kernels
65584bd57 : Implement labels and branches
2e2d17981 : Enable FP32 requant variant for QU8 4x16c4 NEON asm dotprod [I]GEMM kernels
10f9f624c : Enable FP32 requant variant for QU8 4x16c4 NEON asm dotprod [I]GEMM kernels for CA55r1
9e92451e3 : Include FP16 operators in XNNPACK build for TensorFlow Lite
e20a873e2 : Optimize selection of QS8/QU8 VADD[C] microkernels on WAsm SIMD
d221c54d3 : Better formatting for instruction encoding test errors
591b91741 : Implement pld instruction.
e98039f26 : Annotate F32->QS8/QU8 VCVT microkernels reading OoB with XNN_DISABLE_MSAN
4ab7b931e : Implement sub and subs instructions.
ff2e8b293 : Implement mov instruction.
984644f7d : Remove unused header
663b4feb8 : Implement cmp instruction.
947805b86 : Fix AArch64 build without assembly microkernels
c9ffad72e : Add support for MemOperand with addressing mode and ldr instruction.
c7d0728f5 : Reoptimize FP32 requantization in NEON QS8/QU8 VMUL[C]
03efa0f88 : Reoptimize FP32 requantization in NEON QS8/QC8/QU8 GEMM/IGEMM/DWCONV
815092b9b : Reoptimize F32->QS8 and F32->QU8 VCVT NEON microkernels
2c75d908e : Reoptimize F32->QS8/QU8 CVT NEON evaluation stubs
5a31dc67b : Optimize FP32 requantization in NEON QS8/QC8/QU8 GEMM/IGEMM/DWCONV
7988a18e4 : Refactoring xnn_qs8_minmax_params for NEON/NEONv8
9855537ae : Support requantization scale up to 256
8978ac2e1 : Support requantization scale greater than 1 in RNDNU NEON microkernels
512d44b9a : Add push instruction and RegisterList support
b559fe9f2 : Initial AArch32 structure
13c9f8da7 : Support requantization scale over 1 in SSE/AVX GEMM/IGEMM/DWCONV
8999190b3 : Remove GEMMLOWP requantization from QS8 GEMM/IGEMM templates
17a9e3fc0 : Remove GEMMLOWP requantization from QS8 DWCONV templates
482508b57 : Optimize FP32 requantization in ARMv7 NEON QS8/QU8 VMUL[C]
20483c70a : Expose Convert operator in Subgraph API
d52d20b60 : Use the same F32->QS8/QU8 VCVT WAsm SIMD microkernels on ARM and x86
411c18dd0 : Optimize FP32 requantization in WAsm SIMD QS8/QC8/QU8 GEMM/IGEMM/DWCONV
af9c4e1bf : Optimize FP32 requantization in WAsm SIMD QS8/QU8 VMUL[C]
430b1735f : F32->QS8/QU8 VCVT scalar microkernels using FP32 min/max
d5ff6aeac : Remove erroneous assertions from ConvertOperatorTester
ed2d776a9 : F32->QS8 and F32->QU8 Convert NC operators
03f1297cb : F32->QS8 and F32->QU8 Convert NC operators
21d9ac160 : Fix debug build of XNNPACK
7d2d85cdb : F32->QS8 and F32->QU8 Convert NC operators
19c864446 : Fix prefetch offset for QS8 lane prfm GEMM/IGEMM microkernels/
5740f75ee : Fix trailing whitespace in VCVT benchmarks
563eee127 : Benchmarks for F32->QS8 and F32->QU8 VCVT microkernels
4bd1de920 : F32->QS8 and F32->QU8 VCVT WAsm SIMD microkernels using F32->I32 conversion
00a108561 : F32->QS8 and F32->QU8 VCVT scalar microkernels
98d5552cb : F32->QS8 and F32->QU8 VCVT WAsm SIMD microkernels
b2d0a2a02 : F32->QS8 and F32->QU8 VCVT NEON microkernels
d24301d1d : F32->QS8/QU8 CVT evaluation stubs for NEON and NEON v8
9551075d9 : Fix CMake build
f82ea8249 : Add PRFM benchmarks for qs8 lane
3df14d307 : F32->QS8 and F32->QU8 VCVT NEON V8 microkernels
c5aa242a0 : F32->QS8 and F32->QU8 microkernels for SSE
0d6a1194f : Expose quantized Global Average Pooling in Subgraph API
c34571821 : Fix crash in X8 LUT unit tests
5ef451967 : Fix test failure under asan in ResizeBilinearTester
5f7cf55a0 : Avoid using gcc-specific intrinsics in NEON microkernels
4cec8423f : Support quantized Resize Bilinear 2D Node in Subgraph API
0ab7553f0 : S8 & U8 Resize Bilinear NHWC operators
27bf92c99 : RNDNU versions of all Neon lane microkernels.
24abe6bf3 : Initialize S8/U8 IBILINEAR microkernel pointers
6a69c8e07 : Scalar versions of S8/U8 IBILINEAR microkernels
266a47b56 : WAsm SIMD versions of S8/U8 IBILINEAR microkernels
cfcc99d35 : Minor optimization in NEON S8/U8 IBILINEAR microkernels on ARM64
7519eb1eb : SSE2 & SSE4.1 versions of S8/U8 IBILINEAR microkernels
66210588d : Adds shard_count to long running tests as Coverage tests are timing out.
cdb42a5ad : NEON versions of S8/U8 IBILINEAR microkernels
b654abff8 : Fix broken QC8 Convolution on AArch32 ARMv8 processors
9cdc10d1a : QU8 4x16 lane AArch64 NEON GEMM/IGEMM ld64 microkernel
0bc580185 : QC8 AArch32 use NeonV8 when available.
6c34dbfd1 : Enable 4x16 lane AArch64 NEON GEMM/IGEMM ld64 microkernel on Cortex-A35
5cffb64db : 4x16 lane AArch64 NEON GEMM/IGEMM ld64 microkernel
64ab1b7cd : LD1R and LD2R variants of c4 microkernel
15eec029e : LD1R and LD2R variants of c2 microkernel
42f5c5097 : LOADDUP variant of c2 microkernel
94c11e65c : Initialize compute type in Bankers' Rounding node
d2ad6d027 : Disable NHWC->NCHW graph rewriting for non-FP32 nodes
860533321 : Initialize xnn_compute_type in remaining Subgraph Nodes
b1325b99b : Introduce xnn_compute_type in Subgraph Nodes
e22685a5c : Remove padal from quantized microkernel names.
eb704f76d : QS8 C4S2 Neon GEMM/IGEMM microkernels
9eb52c7eb : Fix build with older gcc versions on x86-64
4133313b9 : Remove duplicate e2e benchmark.
a0c616820 : F32->F16 Convert operator
e7043ff8e : Enable C2S4 for QC8 GEMM/IGEMM microkernels.
07228a38e : Remove E2E MR=1 benchmarks
c7a032d9e : C2S4 QS8 Neon GEMM/IGEMM microkernels.
1fe8995e6 : Scalar F32->F16 VCVT microkernels
78f039d16 : Scalar F16->F32 evaluation stubs of bitcast-based and fabsf-based variants
4edfdbfc3 : NEON F32->F16 VCVT microkernels
b4cde5aeb : Fix CMake build on ARM
22e31c8f7 : WAsm SIMD F32->F16 VCVT microkernels
eb8442339 : SSE2, SSE4.1, and AVX F32->F16 VCVT microkernels
79c78b2dd : Evaluation stubs for WAsm SIMD F32->F16 conversion
056f49d5c : Evaluation stubs for SSE2 & SSE4.1 F32->F16 conversion
a6eb1e59f : Evaluation stubs for NEON F32->F16 conversion
51320106e : QS8 C4 Neon GEMM and E2E benchmarks
f975ee0e6 : Cortex A35 use A55 microkernels
46cc1e1fc : Evaluation stubs for scalar F32->F16 conversion
cefc3763e : Fixes asan error in dwconv-microkernel-tester.h.
287952af8 : QS8 C4 Neon GEMM/IGEMM microkernels
05f6e1768 : Expose quantized deconvolution via the subgraph API
66ae25700 : Switch from C2 to S4C2 for qs8 microkernels on 32 bit ARM
758b9795e : Expose XNNPACK transpose convolution implementation as TRANSPOSE_CONV builtin op
0214d8610 : Expose XNNPACK transpose convolution implementation as TRANSPOSE_CONV builtin op
47a74dbdb : Add specific microkernel for 1D convolutions with 1x3 kernel size for Android backend
dcdc2a219 : Expose the optionality of bias in 2D deconvolution
1f31f9979 : Expose XNNPACK transpose convolution implementation as TRANSPOSE_CONV builtin op
494cd2b6d : S4 variant of C2 Neon GEMM/IGEMM microkernel
952cb514e : S4 variant of C2 Neon GEMM/IGEMM mull microkernel
fa4daf052 : Add ISA check to QU8 GEMM benchmark
ccbaedf11 : C2 Neon microkernel remove duplicate DUP instructions from NR loop.
1d41247e7 : Neon C2 microkernels switch to rndnu from gemmlowp
8e9a66faf : Parse shuffle after channels for test names
582e18413 : Evaluation stubs and tests for FP16->FP32 conversion
ddb3d16fc : F16 Fully Connected operator
d77f77d3d : F32->F16 VCVT microkernels for NEON-FP16, F16C, and AVX512
af2ba0009 : F16->F32 Convert operator
ade893c11 : Support unary elementwise ops on 0-dimensional tensors (scalars)
c9f9d6743 : Add Channel Tile of 16 for float and 32 for half float.
dbe781beb : Enable 8x4, 8x9, 8x25 f32 dwconv
e2c0001fc : Scalar FP16->FP32 VCVT microkernels
434352ffd : Benchmarks for FP16->FP32 VCVT microkernels
f6507f886 : WAsm SIMD FP16->FP32 VCVT microkernels
322ed6f8f : NEON FP16->FP32 VCVT microkernels
1227adb58 : SSE2/SSE4.1/AVX FP16->FP32 VCVT microkernels
2dd18fd3c : Parse ROW_TILE field in multipass DWCONV variant
3c6d6b4ad : Update performance data on Raspberry Pi
1851410d1 : f32 dwconv load params first
e187b79dd : f32 dwconv remainder handler remove branch
758c7ca65 : f32 dwconv remove vector push/pop
e40ef6e6f : f32 dwconv use STR instead of ST1
60f903bd2 : NEON FP16->FP32 conversion evaluation stubs
a18926a56 : WAsm SIMD FP16->FP32 conversion evaluation stubs
3ed866b0e : Test evaluation stubs for F16->F32 conversion
8ff372c64 : NEON-FP16 implementation of F16->F32 VCVT microkernels
0630d2941 : Refactor creation and setup of Operators from Nodes
354cbc614 : QU8 MUL8 variant of DWCONV
1b1b0322f : Avoid backward references in Bazel targets
79c76abea : F16->F32 conversion microkernels in AVX512-SKX implementation
f1a6ed3f6 : F16->F32 conversion microkernels in F16C implementation
694d25247 : Fix incorrect initialization of QC8 GEMM/IGEMM parameters on AArch32+NEONDOT
0bf8afaa4 : Leverage f32x4.pmin and f32x4.pmax WAsm SIMD instructions
a4ad9889f : X8 LUT microkernels for WAsm SIMD
aea2d55fe : Fix test failure in quantized Leaky ReLU NC test under ASan
2aa2e2afe : q8 dwconv add channel tiles of 24 and 32 for mul16 rndnu microkernels
5cc31e32a : Replace _mm512_(loadu/storeu)_epi8 with _mm512_(loadu/storeu)_si512
37c30774c : Avoid _mm512_(loadu/storeu)_epi32 in _mm512_(loadu/storeu)_epi8 polyfills
2ea907590 : Script to sort file names in BUILD and CMakeLists.txt
d0bf04cb0 : Fully qualify std::signbit in ELUOperatorTester
b54871d0c : Polyfill _mm512_loadu_epi8 & _mm512_storeu_epi8 for pre GCC-11
67492b093 : Expose quantized ELU operator in Subgraph API
eec005258 : QS8 ELU operator
e4118ef22 : Polyfill vld1q_u8_x4 for older AArch64 gcc versions
55bad94db : Change QS8 to QU8 in dwconv test
2366290ae : Add qu8_gemm_4x16__aarch64_neon_mlal_lane_cortex_a75 benchmark to E2E
98e054ba9 : Enable vectorized X8 LUT microkernels
2b3c41074 : AVX512BW implementations of X8 LUT microkernels
7c478e31b : SSSE3, AVX, and AVX2 X8 LUT microkernels
5de7bc0a0 : QS8/QU8 Tanh operator using LUT microkernels
f71823280 : X8 LUT NEON microkernels
548542c13 : Fix CMake build
a4ba5d469 : Expose quantized Sigmoid operator in Subgraph API
71a9bb1a6 : QS8 Sigmoid operator
f6c991e46 : Implement generic LUT-based elementwise operator
5407437ce : Benchmark for X8 LUT microkernels
d67539d4f : Auto-generate X8 LUT microkernels and tests
2df75421e : Add qu8_4x8__neon_mlal_lane benchmark
cdf59a573 : Add QU8 NR=32 microkernels
d460d0b34 : Neon IGEMM do remainder with reversed MR for shifts
dfe763f46 : Expose quantized Subtract operator in Subgraph API
b8cbcb5b7 : Fuse rounding term into bias in QS8 & QU8 VADD[C] microkernels
031ff4b0b : Template bug fix in stores for remainder of 8 in Neon QS8 microkernels
8e2fd2061 : QS8 and QU8 Subtract ND operators
ec5c129a3 : Template bug fix in stores for remainder of 8.
642872568 : Rename ADD quantization parameters to ADDSUB
1f83cf94e : Code generator scripts check if file changed and skip write if it is the same.
8ae1a53b3 : Remove duplicate prototypes
4c494941f : Fix crash on AArch32 in scalar quantized microkernels
2fee611ac : Fix compilation warnings in QU8 GEMM/IGEMM NEONDOT microkernels
1ce78abf6 : Leverage Load-Zero WAsm SIMD instructions in Chrome M88 microkernels
189c1d06e : Support specifying the version of WAsm SIMD instructions
df8e604da : 4x8 QU8 Neon Dotproduct microkernel rename from ld64 to ld128
90cd7dff5 : Fix rewind params for qs8 4x16c4
33b4f751f : VRND microkernels using native WAsm SIMD instructions
bd5b0273e : 4x8 QU8 microkernel use 16 byte UDOT to save 4 UDOT
b7a7c3078 : NEON GEMM/IGEMM microkernels change store/dup to 2 of each
132774e6c : QU8 microkernels change stores to non-lane STR
42a17dd17 : Switch scalar gemmlowp to rndnu for benchmarks
29833fd97 : Change stores to non-lane STR
c37b8da13 : Enable little core microkernel on Big/Little CPUs
efc3ccf7c : Add 4x16c4 cortex_a55 microkernels to GEMM and E2E benchmarks
1c70764de : 4x16c4 cortex_a55 microkernel tuning
e7e001f2a : Fix bug in QC8/QS8/QU8 IGEMM DOT16x2 LD128 WAsm SIMD microkernels
a49e41f00 : QU8 4x16C4 NEON Dot Product GEMM/IGEMM microkernels for Cortex A55r1
8589ecd98 : QS8 IGEMM use x11 for params, x10 for a3 and x0 for cn_stride
481090531 : Leverage v128.const WAsm SIMD instruction
8dc106e40 : QC8/QS8/QU8 GEMM/IGEMM WAsm SIMD microkernels using i32x4.dot_i16x8_s instruction
feee77f7e : Leverage f32x4.nearest, f32x4.floor, f32x4.ceil, f32x4.trunc WAsm SIMD instructions
5d27a7b0f : Leverage f32x4.nearest, f32x4.floor, f32x4.ceil, f32x4.trunc WAsm SIMD instructions
0a3093cf2 : QU8 vadd neon use x32 instead of x8
7da8b0271 : Q8 dwconv switch from 8x25 to 16x25
e252f92db : End-to-end benchmarks on QC8 MobileNet v1/v2 models
0d06573f1 : dwconv Q8 switch from 8x9 to 16x9 tile.
aae722a9f : Run template generators in parallel
1215c9afb : QS8 NEON GEMM microkernels use rewind instead of reload
6b30b73d6 : Remainder branch move before label.
fec73631c : QU8 C4 4x8 rename registers to avoid 3 push/pops.
8b6980275 : Enable QU8 C4 NEON Dot Product GEMM/IGEMM microkernels for Cortex A55r1
ca4c68ef3 : QU8 C4 NEON Dot Product GEMM/IGEMM microkernels for Cortex A55r1
2d33a9b1d : Document WebAssembly SIMD as non-experimental platform
56f157ca5 : Relabel branches for quantized assembly ARM microkernels
0c7642287 : QU8 NEON Assembly remove channel wise
408f1537c : Enable QU8 4x16 C4 NEON Assembly Dot Product GEMM/IGEMM microkernels
4066898a7 : QU8 4x16 C4 NEON Assembly Dot Product GEMM/IGEMM microkernels
3b9b4bc5e : Fix VCLAMP parameter initialization functions on pre-NEON ARM
a38bf3336 : QU8 4x8c4 rewind params with SUB
b48f3672e : QU8 4x8 C4 NEON reload params during subtract
073185ef9 : QU8 4x8 C4 NEON Assembly Dot Product use partial sums on zero point
0049e892b : QU8 C4 NEON Assembly Dot Product GEMM/IGEMM microkernels
a29b57efe : QU8 e2e benchmark remove rndnu from benchmark names.
889ed1083 : QS8 gemm benchmarks switch from GEMMLOWP to RNDNU for AARCH64 assembly
52e444352 : Rename linux_aarch64 to linux_arm64
6fe565e4e : QU8 neondot use C2 partial sum for zero point accumulators.
3f2074ff3 : QU8 neondot use uint32x2 for zero point and accumulators
6507b17ed : Enable quantized inference by default on the Web platform
7a8dd877e : Work around generating v128.storeXX_lane for quantized WAsm SIMD microkernels
fb53a8c95 : Enable quantized inference by default on the Web platform
0f6613555 : Enable quantized inference by default on the Web platform
de9c64acf : Enable 4x16 QU8 dot production microkernels
9cedb594a : Accumulate in 16 bits once in WAsm SIMD MUL16 QS8/QC8 DWCONV before extending to 32 bits
a74310a88 : Remove UDOT by zero point along the N axis
65692c78d : Fix build for Clang on Windows
0d00baa0d : Support quantized Clamp and Max Pooling operators in Subgraph API
61c0c9e61 : Clamp NC operator for S8 data type
949127929 : Refactor parameter initialization for VCLAMP microkernels
4c3e5a9e8 : GEMM benchmark assembly microkernels before intrinsics.
e79acb79a : S8 VCLAMP microkernels
1f5b10895 : Refactor U8 CLAMP microkernels
2ea50a08d : Refactor U8 MAXPOOL microkernels similarly to S8 MAXPOOL
dc5c148c9 : S8 Max Pooling operator
23147538e : S8 MAXPOOL microkernels for all architectures
f158942a2 : WAsm SIMD implementation of U8 MAXPOOL microkernel
91ae165a0 : Refactor initialization of MAXPOOL microkernel parameters
ee69093b8 : Enable shell and node environments for WAsm binaries
9098aba08 : E2E for QU8 GEMM microkernels
e0331262f : Generate more tile sizes for QU8 gemm/igemm
b1cd38119 : Enable dot production microkernels for QU8 on Cortex A55
20255159c : Enable dot production microkernels for QU8 on ARM
88e839cb2 : QU8 C4 NEON Dot Product GEMM/IGEMM microkernels
cf557d4bb : Increase timeout for Multiply ND operator test
c67779ebb : Fix flakiness in QS8/QC8 NHWC Deconvolution tests
e7991e7fc : Minor refactoring of RNG in Fully Connected tester
57c7827c0 : Fix flakiness in QS8/QC8 NHWC Convolution tests
b3faed309 : Fix flakiness in QC8/QS8 GEMM/IGEMM/DWCONV microkernels
0c2a31ee2 : Improve unpacking in SSE4+ QC8/QS8/QU8 GEMM/IGEMM microkernels
d960231d6 : Remove tests for WAsm SIMD QS8 DWCONV microkernels with GEMMLOWP requantization
36fe5aa5e : Remove WAsm SIMD QS8 DWCONV microkernels with GEMMLOWP requantization
88c2da6dd : Run template code generators
b43c5ef20 : Fix indent on C4 Neon Dot Product GEMM/IGEMM microkernels - does not affect code generated
8c96521d5 : Fix Static Constant Padding + Convolution 2D fusion with quantization
e0a20d68e : Expose quantized Static Constant Pad operator in Subgraph API
139e961f9 : X8 version of Constand Pad ND operator
07706f697 : Replace generic shuffle with narrow instructions in WAsm SIMD QS8/QU8/QC8 microkernels
dfc2db033 : Add prefix to QC8/QS8/QU8 WAsm SIMD GEMM/IGEMM microkernels
637a038d1 : Fix implicit pointer cast warning in FP16ARITH microkernels
0461f2d72 : Generalize PAD microkernels to all 8-/16-/32-bit data types
3e9dc222c : Remove WAsm SIMD GEMM/IGEMM microkernels with GEMMLOWP requantization
933051bc5 : Generalize FILL microkernels to all 8-/16-/32-bit data types
7c74affd9 : Add F32 VLRELU benchmarks
4486f8739 : Prune NEON-DOT QS8 GEMM/IGEMM microkernels with FP32 & GEMMLOWP requantization
400e7cbcf : Prune WAsm SIMD QS8 GEMM/IGEMM microkernels with GEMMLOWP requantization
e16bf7d87 : Prune AVX2/AVX512 QS8 GEMM/IGEMM microkernels with GEMMLOWP requantization
dc020fffd : Add 4x16c4 rndnu e2e benchmark for qs8.
8634f7e74 : Refactor F32 VHSWISH benchmarks
12e426c96 : Refactor F32 VELU benchmarks
9f8ea9b7c : Refactor F32 VSIGMOID benchmarks
5aeb32b95 : Refactor F32 VSQRT benchmarks
3b6c36e75 : Refactor F32 VRELU benchmarks
66a3ca1e9 : Initialize QS8 microkernel pointers on pre-NEON ARM architecture
86746291d : Use QS8 GEMM WAsm SIMD microkernels with FP32 requantization in the benchmark
0ff7989a7 : Use FP32 requantization for extended-weights QS8 GEMM microkernels on x86
529d2c17a : Remove x86 QS8 GEMM microkernels with GEMMLOWP requantization from benchmarks
ec4795872 : Prune redundant NEON GEMM/IGEMM microkernels with GEMMLOWP requantization
348ed6d40 : Add ISA checks in QS8/QU8 requantization tests
f879d9e5d : Add qs8-requantization-test to CMake build
3c5e66295 : Initialize QU8 VMUL[C] microkernels for pre-NEON ARM
066a0cb13 : Evaluate convertsion-based WAsm SIMD implementations in the rounding benchmark
2dac7bb3d : Unify on wasm_f64x2_spalt(0.0) to materialize zero SIMD vector in WAsm
d4db6af0c : Replace wasm_i32x4_lt(vzero, vXX) with wasm_i32x4_shr(vXX, 31)
ebb62073f : QU8 4x16 IGEMM remove push for X21 register
8a211a380 : Check parameter initialization functions for non-NULL before calling
085883bdb : Remove references to Google-specific headers in BUILD.bazel
e145d567a : Fix incompatibilities with AArch64 gcc in FP16 microkernels
eca1ea939 : Fix typo in QU8 VMUL[C] NEON microkernels
1e6fc21b5 : Fix incompatible pointer type in QU8 DWCONV NEON microkernels
1d901015c : Fix GCC incompatibility in QS8/QU8 NEON microkernels
8431a0696 : Include intrinsics polyfill on NEONV8 QS8/QU8 VMUL[C] microkernels
91351efa3 : Allocate additional XNN_EXTRA_BYTES for input in QS8/QU8 GEMM benchmarks
2c6d196d8 : Q8 4x16 and 1x16 Neon GEMM/IGEMM quantize using V0-V3 - swap V0-V3 with V4-V7, freeing up V7 - load V7 for zero point once. - rewind params with SUB for QU8 - renumber branch labels
fbe0c6f35 : Q8 4x16 Neon IGEMM quantize using V0-V3 - swap V0-V3 with V4-V7, freeing up V7 - load V7 for zero point once.
599d3db83 : Fix CMake build
f479a1cc8 : Initialize QU8 4x16 Neon assembly microkernel for each ARM CPU. - switch to prfm versions for most CPUs
e961ecf2e : QU8 benchmark remove quantization from Neon names for consistency
18f32f5bc : Expose quantized Multiply operator in Subgraph API
0853b8ac9 : QS8/QU8 Multiply ND operators
8b024c91e : QS8/QU8 VMULC microkernel benchmark
fb3a94fe6 : QU8 4x16 Neon assembly microkernel for Cortex A75
795e5ab1e : QS8/QU8 VMUL microkernel benchmarks
4a7b70f22 : QS8/QU8 VMUL[C] microkernels in NEON implementation
79993410e : QS8/QU8 VMUL[C] microkernels in scalar implementation
a962f1e84 : Enable QU8 4x16 Neon assembly microkernel
86a161838 : QU8 Neon params replace pad with duplicated zero_point - replace LD1R of 16 bytes with LD1R of 4 uint32 - post increment by 4 and remove add to params pointer
e2163bc97 : Benchmark QU8 4x16 Neon assembly GEMM microkernel - Rename QS8 benchmarks to QU8
87bd511a8 : Fix small issues in binary elementwise microkernel test gen
59ed1dae7 : QU8 4x16 Neon assembly microkernel
661ea6d68 : QS8/QU8 VMUL[C] microkernels in WAsm SIMD implementation
a212eacdd : QS8/QU8 VMUL[C] microkernels in SSE2/SSE4.1/AVX implementation
bea849af7 : QS8 Deconvolution operator
6967eb0dd : Add a rewind variable for params. - no impact on code, just simplified source
eb3cff3e1 : LD128 versions of QS8/QU8 VADD[C] NEON microkernels
01debd929 : Optimize QS8 VADD[C] microkernel selection on ARM/ARM64
1ef9de81f : QU8 VADD/VADDC microkernel benchmarks
83a8d2f80 : QS8 VADD/VADDC microkernel benchmarks
bbe88243a : Enable AVX2 MUL16 ADD16 microkernels in QS8 DWCONV benchmarks
60bb7ecd7 : Accumulate in 16 bits once in AVX2 MUL16 VPUNPCK QS8/QC8 DWCONV before extending to 32 bits
793c8da17 : QS8 igemm comment for zero use int8_t* instead of float*
881ab025a : AVX2 MUL16 QS8/QC8 DWCONV microkernels using VPUNPCK instructions to extend the product
28480592d : Optimize QC8 DWCONV microkernel selection on AVX and XOP
cc96770b6 : Evaluate MUL32 XOP QS8 DWCONV microkernels in E2E benchmark
195b72faa : Split microkernel lists in CMakeLists into production and non-production
2c7249500 : Split microkernel lists in BUILD file into production and non-production
02f06e35f : Fix QS8 DWCONV microkernel selection for XOP processors
db3b0a7d9 : Refactor microkernel lists in BUILD and CMakeLists.txt
caa7fc7dd : Optimize selection of QU8 DWCONV microkernel on AVX processors
6084fb8cf : E2E benchmark for QU8 DWCONV microkernels
afd2ed963 : Use NEON microkernels with RNDNU requantization in QU8 GEMM benchmark
73a899a92 : QU8 DWCONV NEON microkernels with RNDNU requantization
173661d2c : QU8 GEMM/IGEMM NEON microkernels with RNDNU requantization
d8e2d714a : Update QU8 GEMM microkernel benchmarks
0744fa0f4 : QS8 DWCONV microkernel benchmark
e13e63931 : Align packed weights on 64 bytes in microkernel benchmarks
b657605ac : Fix random number generation in QS8 GEMM benchmark
bbfc6d301 : E2E benchmark for QS8 DWCONV microkernels
ab1127f4e : docs: spelling grammar
42b441bb8 : Specify parameter initialization function in F32 DWCONV benchmark
510b8e0f9 : Code generator for RNDNU quantization mode on neon-mull-addw-dup microkernel - template added for RNDNU, FP32, QC8 quantization - generate RNDNU microkernels - add tests for RNDNU microkernels
88780d395 : Specify parameter initialization function in F32 DWCONV E2E benchmark
0966856a9 : Accumulate in 16 bits once in SSE2/SSE4/AVX/XOP MUL16 QS8/QC8 DWCONV before extending to 32 bits
26e837878 : Reduce register pressure in GEMMLOWP quantization on NEON
28407b24f : Support zeroes in shape dimensions in binary elementwise operators
ab952f146 : Remove multiplication in QS8/QC8 DWCONV MUL16 microkernels for SSE4
5f2939f5b : QS8/QC8 DWCONV NEON MUL8/MLA8 microkernels using 128-bit loads
476eb84d6 : Fix CMake build
caccd8e88 : Accumulate in 16 bits once in NEON QS8/QC8 DWCONV before extending to 32 bits
1a2dbe138 : RNDNU scalar GEMM/IGEMM microkernel
e76049a29 : AVX512 implementation of QS8/QU8 VADD[C] microkernels
efa123dd1 : Update Neon code with generators for added comment
6c7b9e82e : Disable MSan in quantized addition microkernels
9670626ee : Support QU8 Fully Connected operator in the Subgraph API
28c82b288 : Fix CMake build
09a1f653e : Support QU8 Add operator in Subgraph API
22f9a9f8f : Enable RNDNU requantization for NEON QS8 GEMM/IGEMM
3eac69cef : Optimized QU8 VADD[C] microkernels for SSE4/AVX/XOP/AVX2
036b2b12f : Add QU8 MobileNet v2 model to end-to-end benchmark
db007cd29 : QU8 Add ND operator
76e78c89a : Generalize QS8 VADD[C] templates to cover QU8 VADD[C] microkernels
7679b1eff : Optimize QS8 VADD[C] microkernels for SSE4/AVX/XOP/AVX2
6691324c7 : Split initialization function for QS8 VADD parameters
22fbe7774 : RNDNU quantized 1x16 and 4x16 Neon lane GEMM/IGEMM microkernels.
288ecd4aa : Use function pointer to initialize microkernel parameters in QS8 Addition operator
13db60fa3 : RNDNU quantized Neon assembly GEMM/IGEMM microkernels. - GEMM and IGEMM - Neon and Neon Dot Product aarch64 assembly - rndnu quantize with SSHL SQDMULH, SRSHL
8a0456597 : Use RNDNU requantization in QS8 VADD[C] microkernels
c3f69fd3d : Simplify requantization in WAsm SIMD QS8 VADD[C] microkernels
947c29858 : Simplify requantization in SSE2/SSE4/AVX/XOP/AVX2 QS8 VADD[C] microkernels
c0612f04a : Simplify requantization in NEON QS8 VADD[C] microkernels
60729d025 : 4x16c4 RNDNU quantized Neon assembly GEMM/IGEMM microkernel. - Was gemmlowp with BIC, SQRDMULH, SSRA, SRSHL - Now rndnu with SSHL SQDMULH, SRSHL
a842fef35 : Rename zero_point_product parameter to bias in Quantized Add microkernels
e6a480568 : Simplify requantization in scalar QS8 VADD[C] microkernels
f0ebd4b97 : Reduce multiplier precision in quantized addition
49d900503 : Refactor QS8 VADD[C] parameters
af5843dc8 : Optimize QS8 VADD[C] microkernels for SSE2
d4c478b95 : Restrict input-to-output scale ratio in quantized addition
076bcfef4 : Refactor argument names in QS8 VADD[C] microkernels
6e0fc396d : Relax initialization of Quantized Addition microkernel parameters
575dfb99b : Disable MSan in quantized DWCONV microkernels
4ba70b7ab : QS8/QC8 NEON microkernels using 8x8->16-bit multiplication
5c92195a0 : Fix incompatibilities with GCC on ARM
2bb448ce3 : Fix polyfill for vcvtnq_s32_f32 on AArch32 GCC
20c36d471 : Fix CMake build
e903dfff5 : QS8 GEMM/IGEMM microkernels with RNDNU requantization
be18f5c37 : QS8 DWCONV microkernels with RNDNU requantization
f975d7f85 : Fix instruction listings in NEON requantization stubs
d3d818cc3 : Fix requantization stubs for Ruy requantization schema
7b1aeb907 : Evaluation stubs for Ruy requantization schema
2837e8bb2 : Remove 0 offset from loads. On some of the Intel CPUs a 'complex' address takes an extra pipeline stage, microop, or limits the instruction decoding to 1 complex instruction per cycle. So its good to use the simpliest form of addressing. - no impact on tests - no performance impact on known CPUs
d194311d5 : 4x16c4-aarch64-neondot-ld32 use LD1R instead of lanes
89cd59bcf : Remove legacy QU8 GEMM/IGEMM/DWCONV microkernels
43b46ee05 : Use generated QU8 GEMM/IGEMM/DWCONV microkernels on ARM
3d76e55bc : Reoptimize microkernel selection for WAsm MVP
817213543 : Use generated QU8 GEMM/IGEMM/DWCONV microkernels on ARM64
605696a31 : NEON implementations of QU8 DWCONV microkernels
a97e97516 : Initialize QU8 microkernels for WebAssembly SIMD
bd3c9aaa7 : Add cpufreq to requantization benchmarks
1f71428b4 : Scalar implementations of QU8 DWCONV microkernels
f6011359a : WAsm SIMD implementations of QU8 DWCONV microkernels
927d47424 : Scalar implementations of QU8 GEMM/IGEMM microkernels
43bee0574 : WAsm SIMD implementation of QU8 GEMM/IGEMM microkernels
69c8a299e : NEON-MLAL implementations of QU8 GEMM/IGEMM microkernels
f6f62098b : Refactoring in QS8/QC8 GEMM/IGEMM NEON-MLAL microkernels
a98a10976 : Fix missing braces around initializer warning
8c8c15947 : Expose QU8 [Depthwise] Convolution 2D operators in Subgraph API
ac67ae890 : Fix CMake build for ARM64
8c8ce5d92 : Include vcvtnq_s32_f32 polyfill in NEON requantization stubs
abee3a71b : Enable optimized QU8 microkernels on x86/x86-64
cfd606b42 : QU8 DWCONV microkernels for AVX512
09c312ba4 : QU8 DWCONV microkernels for AVX2
f0f28817f : QS8 DWCONV microkernels for SSE2/SSE4.1/AVX
3c35f7a15 : QU8 DWCONV microkernels for SSE4.1/AVX/XOP
f317528fc : Add MSVC version check.
f31f242ad : Update comment in intrinsics-polyfill.h
6a99b5bdf : Add MSVC polyfill flag
3cf2e2254 : QU8 GEMM/IGEMM microkernels for AVX512
cf277de61 : Fix out-of-bounds bug in initializing QU8 conv params
902ef7fa7 : QU8 GEMM/IGEMM AVX2 microkernels with FP32 requantization
ef47f8dd7 : QU8 GEMM/IGEMM microkernels for SSE/AVX/XOP with FP32 requantization
3d5aac649 : Remove remnant SSE GEMM/IGEMM microkernels with GEMMLOWP requantization
e60e99771 : Remove most GEMM/IGEMM microkernels with GEMMLOWP requantization
cdbe9a3fd : Code-generate QU8 GEMM and IGEMM microkernels for SSE2/SSSE3/SSE4.1
e5eee46df : Refactor pre-SSE4 versions of QS8/QC8 GEMM/IGEMM microkernels
c698c11c2 : Refactor xnn_qu8_conv_minmax_params
b3336d951 : Refactoring in QS8/QC8 GEMM/IGEMM/DWCONV microkernels
c2e8f666f : Unify naming of QU8 GEMM/IGEMM/DWCONV microkernels with QS8/QC8
9ca2333e0 : Minor refactoring in QC8 microkernels
75d1b7977 : Enable assembly implementations of QC8 microkernels for ARM64
960ae34fb : NEON implementations of QC8 c8 GEMM and IGEMM assembly microkernels
1663c0cde : NEON implementations of QS8 2x8c16 GEMM and IGEMM assembly microkernels
d2527c2c7 : Update reference to rules_cc to main.zip. This is required by https://github.com/bazelbuild/rules_cc/issues/107
e1c7fed92 : Update reference to rules_cc to main.zip. This is required by https://github.com/bazelbuild/rules_cc/issues/107
28138f154 : QS8 Neon microkernels switch from x9 to x11 for params
898d5856d : Initialize QC8 microkernels on ARM/ARM64/WAsm/WAsm SIMD
14f325e09 : C2 GEMM/IGEMM QS8/QC8 NEON microkernels with FP32 requantization
4b291bcde : Re-generate QC8 IGEMM microkernels
0fae3bc0b : Include polyfill in NEON QS8/QC8 DWCONV microkernels
57547064c : Scalar implementation of QC8 DWCONV microkernels
313eef71d : WAsm SIMD implementations of QC8 DWCONV microkernels
a8864fbfd : QS8 IGEMM use x11 for params
47c122085 : WAsm SIMD implementations of QC8 GEMM/IGEMM microkernels
69aa623a4 : WAsm SIMD QS8 DWCONV with FP32 requantization
e8e8c54e2 : QC8 neon assembly re-quantization change LDP to LDR - co-issue LDR after SCVTF - allow 2 SCVT for each LDR on 4x16 - allow 1 SCVT for each LDR on 1x16 - change order to not CHANNELWISE first to isolate x11/x8 difference earlier - 1x16 only do 1 test for CHANNELWISE
4741e41a4 : WAsm SIMD implementation of QS8 GEMM/IGEMM with FP32 requantization
ee029b28a : Replace deprecated wasm_simd128.h intrinsics with new versions
f10af6ca0 : NEON Dot Product implementations of QC8 c4 GEMM and IGEMM assembly microkernels
98af05c2c : NEON 4x16 QC8 GEMM and IGEMM assembly microkernels for Cortex A53
85d772bbb : QS8 DWCONV microkernels with FP32 requantization
d60215451 : Scalar implementations of QC8 GEMM/IGEMM microkernels
40c0eaabc : E2E benchmark 4x16 c4 neondot fp32 microkernel
258b6398f : Fix CMake build
fcfdd2def : Refactor initialization of microkernel parameters
1a0b2766a : NEON Dot Product implementations of QS8 FP32 c4 GEMM and IGEMM assembly microkernels
c8f0d85fe : Fix wrong filename in CMakeLists
59af58115 : NEON implementations of QC8 DWCONV microkernels
3ebfb1347 : NEON Dot Product implementation of QS8 FP32 4x16c4 GEMM assembly microkernel
779b25399 : Scalar QS8 GEMM/IGEMM microkernels with FP32 requantization
e4525609c : Remove MRxNR from template name on neondot c4 microkernels - no code or build change
70f35ea43 : QS8 template rename with quantization removed from name. - no functional or build change. - GEMM and IGEMM microkernel templates.
d2c4d0da2 : Add missing templates for FP32 IGEMM microkernels
e76478bc7 : NEON implementations of QC8 GEMM/IGEMM microkernels
a03020ac6 : Run generator scripts Sort names in BUILD files
aef909164 : Minor optimization for AArch64 NEON QS8 microkernels with FP32 requantization
cf05585d7 : NEON QS8 IGEMM microkernels with FP32 requantization
2d3c97c0d : NEON QS8 GEMM microkernels with FP32 requantization
3357d9de8 : Minor optimizations in NEON QS8 GEMM/IGEMM microkernels
e742d2a5b : Re-generate QS8 GEMM/IGEMM microkernels
6f9052993 : QS8 DWCONV microkernels for ARM NEON with FP32 requantization
a11a1e842 : Expose channelwise-quantized tensors and operators in Subgraph API
79cd5f9e1 : FP32 LD128 IGEMM for Cortex X1 - 4x8 and 6x8 - ld128 main loop - e2e benchmark - init 6x8 ld128 for Cortex X1
dfa457666 : add adjustment height
972624641 : QC8 NHWC Convolution operator
533410ea9 : QS8 A53 GEMM bug fix for X1 - re-enable E2E
16d79edc4 : Polyfill vcvtnq_s32_f32 for AArch32 GCC
0ae35f2b1 : QS8 LD128 GEMM/IGEMM dot product 4x16 microkernel
2fca14418 : Disable E2E benchmark for qs8_gemm_4x16_gemmlowp__aarch64_neon_mlal_lane_cortex_a53
167d66721 : Comment change x8 is a temporary params pointer
143a11001 : Rename GEMM/IGEMM microkernels from Cortex-A57/A75 to prfm_cortex_a75
5e353863e : Initialize QC8 microkernels on x86/x86-64
98042f203 : QC8 DWCONV microkernels for SSE/AVX/XOP/AVX512
990b2af99 : Enable LD128 GEMM microkernel for Cortex X1
e34912443 : fp32 IGEMM 4x8 and 6x8 ld64 microkernels
7228b5e70 : FP16 GEMM micrkernels load params into a single vector
7b48ddc6a : Enable FP16 GEMM/IGEMM To use A75 microkernel on Cortex X1
f9700b658 : Remove unused INC from IGEMM templates
0d979d5ee : RNDNU requantization stub using SSE4 with logical shift instructions
56b78a03e : Support XNN_FLAG_YIELD_WORKERS at Runtime level
942359e1f : Add XNN_FLAG_YIELD_WORKERS flag to avoid busy-wait at op-level
23eb48207 : Apply formatting to source and build files
dbb5727a2 : Tuned FP16 GEMM microkernel for Cortex A55 -defer loads for A4 and A5 to eliminate stall at end of loop -use 64 bit lane load for weights -load params into V6, V7 to free up X8 and DUP to extract values
d2f454ec7 : Enable LD64 GEMM microkernel for Cortex A55r0
73689ffe9 : Tuned FP16 GEMM microkernel for Cortex A75 -defer loads for A4 and A5 to eliminate stall at end of loop -rewrote epilogue to match main loop
07f4a893b : Enable A75 GEMM microkernel for FP16 -detect primary core is A75 -detect medium core is A75 similar to little core detect.
7c3826e6a : Initialize FP16 GEMM microkernel for Cortex A55r1
9737461de : FP16 6x16 GEMM for pipeline Cortex A75 - branched from A55 to allow tuning for A55 to not affect A65 microkernel.
80fc5f456 : FP16 6x16 GEMM for Cortex A55r1.
9b4625161 : Fix bug in RNDNU requantization for SSE4
82286899f : Support QC8 DWCONV microkernels
7c9f1f921 : Replace // with # for lines that only contain a comment.
fc188eda1 : QC8 GEMM/IGEMM microkernels for SSE/AVX/XOP
c3e3f1ca5 : QC8 GEMM/IGEMM microkernels for AVX512
e06c813fc : Support QC8 IGEMM microkernels
18630de49 : QS8 NEONDOT GEMM/IGEMM microkernels with FP32 requantization
801d2c2d7 : Fix QS8 IGEMM with FP32 requantization for SSE/AVX/XOP
cd3e06802 : Add the explict message when XNNPACK switches to the sparse inference
0b0437454 : Support QC8 GEMM microkernels
8b0e3812b : Remove bias_n accessor in GemmMicrokernelTester
e69579122 : 4x16C4 QS8 IGEMM Cortex A55 microkernel reuse X10 to save push
4a2d2553c : Remove redundant SSSE3 microkernels with FP32 requantization
caf483188 : FP32 requantization in QS8 DWCONV microkernels for SSE/AVX/XOP
c46e67159 : FP32 requantization in QS8 GEMM/IGEMM microkernels for SSE/AVX/XOP
df94d987d : Explicitly cast arguments in _InterlockedCompareExchangePointer call
bb8b794cc : Fix CMake build
b914a13e9 : Add and move XNN_NO_QU8_OPERATORS to proper places to fix the bench build for Web.
d208bec0a : Re-sort filenames in BUILD files
c08221fbc : Apply text format to assembly for consistency
c6e6ee0d6 : Refactor RNDNA and RNDNU reference requantization
062bee33e : Evaluation stubs for RNDNU requantization
1c538cde2 : Add templates for all QS8 IGEMM assembly microkernels.
1ecbf53a0 : Add templates for all QS8 GEMM assembly microkernels.
0671624ee : Rename PRECISE requantization schema to RNDNA
83d49b353 : Fix builds of QS8 GEMM E2E benchmarks with XNN_ENABLE_FULL_BENCHMARKS=1
3c5892eec : Benchmark various requantization schemas in QS8 GEMM E2E
81025933a : Update GEMM benchmarks
776fdabe0 : Unify U8 MINMAX parameters across NEON and scalar
71855ee25 : Support FP32 requantization in AVX512 QS8 microkernels
d4c7d8218 : AVX512-specific parameters for QS8 microkernels
77ded0509 : Use byte-wide MIN/MAX in AVX512 QS8 DWCONV microkernels
9b474cfd4 : Support FP32 requantization in AVX2 QS8 microkernels
0a5d7b4b8 : Fix CMake build
a5d126161 : Explicitly specify requantization in GEMM/IGEMM/DWCONV tests
5ca0d8d32 : Consolidate requantization structures and functions in a single header
f86ee8b41 : Refactor requantization helper functions
9976cd885 : Rename Q31 requantization to GEMMLOWP requantization
e3d17bf6b : Rename microkernel-related types and structures
b07c26a33 : Rename QS8 GEMM/IGEMM/DWCONV microkernels
e1ff24800 : Rename QS8 DWCONV microkernel filenames
d65d20e9f : Rename QS8 GEMM/IGEMM microkernel filenames
c58453f73 : Initialize VMULCADDC microkernel parameters through function pointers
a0acc1564 : Use pointer to parameter initialization function in VMULCADDC microkernel tests
0b57154cc : 4x16C4 QS8 IGEMM Cortex A75 microkernel reuse X8 to save push
56fdb257f : Increase timeout for QS8 GEMM/IGEMM microkernel tests
104ae5eac : Use ISA-specific layouts in F32 [I]GEMM & DWCONV microkernels
e091adbf6 : 4x16 QS8 GEMM/IGEMM Cortex A53 microkernels reduce to use 2 GPR for temp
748fd1252 : Use specialized layouts in SSE4/AVX2 QS8 [I]GEMM & DWCONV microkernels
725f47e90 : Split QS8/QU8 GEMM parameter initialization by datatype
c5a7a3968 : Initialize GEMM/IGEMM/DWCONV microkernel parameters through function pointers
4bb82cc1d : 4x16 QS8 IGEMM microkernels use x8 for temp
4be4bd7ce : 4x16 QS8 IGEMM microkernels use x14 for A1
fb672aa56 : 4x16 QS8 IGEMM microkernel for Cortex A53 avoid a push
d5694df70 : Use pointer to parameter initialization function in GEMM/IGEMM/DWCONV microkernel tests
a8d134bc6 : Regenerate F16 GEMM microkernels
f9fdaa7ac : Disable applying XNNPACK delegate by default when benchmarking tflite inside XNNPACK/bench because the intention of those benchmarks is to compare the XNNPACK execution path against the original tflite CPU one.
d4416d67d : 4x16 QS8 microkernel for Cortex A53
f56f4c4fe : Refactor interface of microkernel parameter initialization
32ff5ba0d : Update init.c
814c24961 : Workaround -Wincompatible-pointer-types
a6c0516e1 : Migrate remaining CLAMP and HSWISH tests to VUNARY test gen
6eaab7137 : Remove pointer casting in generated vector unary tests
10f1fe068 : Rename VBinOpMicrokernelTester -> VBinaryMicrokernelTester
87ed45cd8 : Rename VUnOpMicrokernelTester -> VUnaryMicrokernelTester
60d3f2433 : Migrate F32 VCLAMP microkernel tests to VUNARY test gen
949b6e78e : Migrate F32 HSWISH microkernel tests to VUNARY test gen
4ed1488dd : QS8 DWCONV25 microkernels
76f43f073 : Apply consistent formatting to assembly
15a35c04e : Optimize QS8 GEMM/IGEMM selection on RISC-V
a24cc085a : Small refactoring of scalar QS8 microkernels
803c1f8b7 : Enable QS8 microkernels on WAsm and RISC-V
d481c28ab : QS8 VADD microkernels
047b6208c : Scalar QS8 GAVGPOOL microkernels
445428817 : Scalar QS8 DWCONV microkernels
b77be262d : Enable 1x8C8 a75 nicrokernel for Cortex A75
a1a4e78da : Scalar QS8 GEMM and IGEMM microkernels
938ea8133 : Code generate 1x8C8 nicrokernel for Cortex A75 with and without prfm
cbfa33856 : text format white space of prefetch instruction on ARM microkernels
e3cb19ba9 : Minimal RISC-V support
b9ebcadfb : Fix CMake build
b6392105e : Add prefetch of A for quantized microkernels.
a91559a44 : Move declarations of VHSWISH microkernels into vunary.h
b1eec08de : Refactor filenames of Clamp/Relu/Sigmoid microkernels
43558a762 : Fix CMake build for ARM64
6674d6909 : Refactor naming of unary elementwise microkernels
e111861f9 : 1x8 C8 A53 microkernel defer adap
7c4c771ba : C8 A53 microkernels prefetch A
2a3169de6 : C8 A53 microkernels move 2nd load after MLA
ec51a4ef4 : Enable QS8 1x8C8 IGEMM microkernel for Cortex A53
dddb38f10 : QS8 1x8C8 IGEMM microkernel for Cortex A53
21acdd021 : Enable QS8 1x8C8 GEMM microkernel for Cortex A53.
46a69c960 : QS8 1x8C8 GEMM microkernel for Cortex A53
042cdaf1c : GCC 11 no longer needs this polyfill
93757bf02 : add `*.swp` to .gitignore
2de3bceeb : A53 C8 microkernel load A with ldr/ldr/ins
184a8e1e2 : Enable A53 C8 microkernel load A with ldr/ldr/ins
554973568 : 4X8 and 4x16 mla lane microkernels for A53
90f520b64 : Enable Cortex A53 tuned C8 gemm/igemm microkernels for Cortex A53 and Cortex A55r0
d68e11410 : Cortex A53 tuned C8 gemm/igemm microkernels
fb5983dc9 : Enable prefetch to MLA lane microkernel on Cortex A53
1f51d3879 : Add prefetch to MLA lane microkernel
8f15372eb : Expose QS8 Fully Connected operator in Subgraph API
a9992250e : Support 2D Convolution and 2D Depthwise Convolution without bias
853bb7aed : Reformat Subgraph API documentation
d74a53f6f : Improve docs for xnn_define_fully_connected
281f13e53 : Simplify Fully Connected Node without bias
4c6640c90 : Disable MSan in QS8 GEMM/IGEMM microkernels with KR>1
3dd80b321 : Fix allocator initialize issue on Windows
6ac1d18bd : Cortex A53 used MLAL lane
c77fc4ce7 : Bug fix add missing break for qs8 select on big core.
39c539d7a : Fix neon v8 for ios armv7
ec56b7ee1 : Avoid selection of NEON-DOT microkernels on AArch32 iOS
2a995e7fe : Enable PRFM variant of QS8 C8 Neon microkernel on Cortex A53, A72, A73 and Kryo.
4a35204f7 : PRFM variant of QS8 C8 Neon microkernel.
6e8c0ce93 : Disable compilation of neondot microkernels for AArch32 iOS
3fd4e27fe : XOP versions of QS8 DWCONV MUL32 microkernels
4181f94b6 : Optimize QS8 GEMM/IGEMM microkernel selection for AVX
2e4278766 : 2x4c2/3x4c2 microkernels for SSE2/SSSE3/SSE4.1/AVX/XOP
30fa85330 : Support flags and optional bias for fully_connected node
be3d8fdff : QS8 E2E GEMM benchmarks for C2 AVX microkernels
d5cc508df : Add AVX microkernels to QS8 E2E GEMM benchmark
496389fe2 : Make xnn_initialize thread-safe
e696c3fb6 : QS8 move loads to end of loop, 1 every 2 neon instructions.
60fc61373 : Polyfill _mm_loadu_si32 in MUL32 QS8 DWCONV SSE4.1/AVX microkernels
07feec8df : MUL32 versions of SSE4.1 & AVX QS8 DWCONV microkernels
fa0ab851d : AVX versions of QS8 DWCONV microkernels
e9c4b9697 : AVX versions of QS8 VADD/VADDC microkernels
a3c163395 : AVX versions of QS8 GEMM/IGEMM microkernels
b8ad46aa4 : Refactor code-generation templates for XOP microkernels
ae5082efc : QS8 C8 GEMM/IGEMM use load a/b last technique for Cortex A75 performance.
c40947186 : Include XOP headers in clang-cl compatible way. Fix #1382.
d23cb6e93 : Fully Connected operator for QS8 datatype
b3ffd5850 : Implement bilinear upsampling for SSE architecture
1f5099e08 : Support quantized inference in Subgraph API with xnn_enable_qs8=true
03f46214a : Rename xnnpack_enable_memopt Bazel option to xnn_enable_memopt
b939cdb6f : Bazel flag --xnn_enable_qs8=true to include QS8 operators in :xnnpack_for_tflite
96d95e0fb : Remove unused :xnnpack_f32 target
d09ca26fb : Remove Android NDK r17 support
f0cb70a1a : Rename TFLite- and TF.js- optimized targets
09c0591e7 : Validate static tensors in Subgraph API
307571975 : Clarify documentation of xnn_define_quantized_tensor_value
43ebc05fe : Extend Subgraph API to support quantized tensors
ccd3a1d12 : Validate tensor data types in Subgraph API
3bfbdaf00 : Update emscripten config settings to conform to the official emscripten toolchain.
6e35de598 : QS8 1X8C8 IGEMM microkernel
b876263ce : QS8 1X8C8 GEMM microkernel
accc49af0 : Update FP16 dependency.
a0f9bdc2d : Validate tensor types in Subgraph API
967712def : Limit range of test values for f16 binary minmax ops.
2c525e541 : MOV 16b instead of 4s for GCC compatability. Fix #1360

+- Project: platform/external/aac

23ef1ac : Reject invalid out of band config in transportDec_OutOfBandConfig() and skip re-allocation.
b297bcb : Reject invalid out of band config in transportDec_OutOfBandConfig() and skip re-allocation.
067929d : Reject invalid out of band config in transportDec_OutOfBandConfig() and skip re-allocation.
2768a07 : Reject invalid out of band config in transportDec_OutOfBandConfig() and skip re-allocation.
c650c88 : Reject invalid out of band config in transportDec_OutOfBandConfig() and skip re-allocation.
6a38175 : Reject invalid out of band config in transportDec_OutOfBandConfig() and skip re-allocation.
eb07c22 : Reject invalid out of band config in transportDec_OutOfBandConfig() and skip re-allocation.
d468889 : Add license_note
71f8569 : Renamed bluetooth apex name to com.android.bluetooth

+- Project: platform/external/abseil-cpp

b2e63783 : Add new files to Android.bp for absl update
21510581 : Fix Android build of elf_mem_image.cc (#1052)
6a72279e : Apply LTS transformations for 20211102 LTS branch (#1050)
3b22e577 : Export of internal Abseil changes
b6b62c72 : Export of internal Abseil changes
022527c5 : Fix Randen and PCG on Big Endian platforms (#1031)
cc413f8b : Export of internal Abseil changes
f70eadad : Fix over-aligned layout test with older gcc compilers (#1049)
46d939a9 : Export of internal Abseil changes
ddb842f5 : Initial support for Haiku (#1045)
a2f52e11 : Export of internal Abseil changes
7e446075 : Export of internal Abseil changes
22f482f0 : Remove bazelbuild/rules_cc dependency (#1038)
d6f40f4e : Export of internal Abseil changes
084aa074 : Export of internal Abseil changes
4a995b1e : Export of internal Abseil changes
59672bec : Use FreeBSD macro definition for ElfW macro for compatibility. (#1037)
a59b4daa : Export of internal Abseil changes
ae0f4c26 : Fix hashing on big endian platforms (#1028)
b9b92534 : Fix typedef of sig_t on AIX (#1030)
4167eab0 : Export of internal Abseil changes
7143e49e : Fixed typo `constuct` to `construct` in 3 places. (#1022)
b1b63f7a : Export of internal Abseil changes
1ce4ceca : Export of internal Abseil changes
f3a42743 : Initial support for AIX (#1021)
020619c4 : Export of internal Abseil changes
d4af654d : Update from_chars documentation with regard to whitespace (#1020)
29f8307d : Export of internal Abseil changes
de715111 : Export of internal Abseil changes
2f25e6ea : Export of internal Abseil changes
b2dc72c1 : Export of internal Abseil changes
669184b4 : Include immintrin.h instead of wmmintrin.h (#1015)
cfbf5bf9 : Export of internal Abseil changes
c22c032a : Export of internal Abseil changes
8c800bb0 : Export of internal Abseil changes
6039dd95 : Export of internal Abseil changes
4bb9e39c : Export of internal Abseil changes
665ac5b4 : Add -Wno-unknown-warning-option to ABSL_LLVM_FLAGS to disable warnings on unknown warning flags. (#1008)
637722af : Export of internal Abseil changes
095dfc24 : Export of internal Abseil changes
9134967d : Export of internal Abseil changes
f39e6ad4 : Export of internal Abseil changes
a05366d8 : Export of internal Abseil changes
189d55a5 : Export of internal Abseil changes
c1aa431c : Export of internal Abseil changes
f9d3bc9e : Add missing ABSL_DLL for a few functions (#1002)
8910297b : Export of internal Abseil changes
f04a0408 : Export of internal Abseil changes
b699707f : Export of internal Abseil changes
8e088c5f : Export of internal Abseil changes
bf31a10b : Export of internal Abseil changes
ab01e040 : Simplifies the construction of the value returned by GenerateRealFromBits() (#994)
ee0ebdae : CMake: option to use cxx_std_11 (minimum) that propagates. (#986)
89c531c1 : Export of internal Abseil changes
4bb73931 : Export of internal Abseil changes
0ce3ca95 : Export of internal Abseil changes
2e94e5b6 : Fix Bazel build on aarch64 (#984)
d61843e5 : Export of internal Abseil changes
33541e75 : Export of internal Abseil changes
b06e719e : Export of internal Abseil changes
58e042da : Export of internal Abseil changes
9a7e447c : Export of internal Abseil changes
a2419e63 : Export of internal Abseil changes
4a23151e : Export of internal Abseil changes
60be12ed : Export of internal Abseil changes
311bbd2e : Export of internal Abseil changes
8f921757 : CMake: add option to use Google Test already installed on system (#969)
f7297265 : Export of internal Abseil changes
17c954d9 : Export of internal Abseil changes
ed53ad03 : Export of internal Abseil changes
702cae1e : Export of internal Abseil changes
278e0a07 : Abseil LTS 20210324, Patch 2
0d515601 : Export of internal Abseil changes
18045c4e : Export of internal Abseil changes
7e8ec214 : Use CMAKE_INSTALL_FULL_{LIBDIR,INCLUDEDIR}. (#963)
7971fb35 : Export of internal Abseil changes
5de90e26 : Export of internal Abseil changes
aad2c8a3 : Export of internal Abseil changes
ce42de10 : Export of internal Abseil changes
7ba826e5 : Export of internal Abseil changes
079cf662 : Export of internal Abseil changes
70b29fe5 : Export of internal Abseil changes
037ade20 : Export of internal Abseil changes
cba8cf87 : Export of internal Abseil changes
a9831f1c : Export of internal Abseil changes
5dd24072 : Export of internal Abseil changes
f14d5f4a : Export of internal Abseil changes
bcc11a89 : Uses alignas for portability in dynamic_annotations.h (#947)
a5167f98 : Export of internal Abseil changes
d96e2874 : Export of internal Abseil changes
e38e1aae : Export of internal Abseil changes
e1d388e7 : Abseil LTS 20210324, Patch 1 (#943)
1ae9b71c : Export of internal Abseil changes
732c6540 : Export of internal Abseil changes
e20fe888 : Export of internal Abseil changes
46dfbfe3 : Export of internal Abseil changes
db1b7310 : Call FailureSignalHandlerOptions.writenfn with nullptr at the end (#938)
25bc82d7 : Export of internal Abseil changes
b97a1ecd : Export of internal Abseil changes
3b4a16ab : Export of internal Abseil changes
7f4d0ba0 : Export of internal Abseil changes
354030be : Export of internal Abseil changes
2faed9dd : Export of internal Abseil changes
d9a31a2d : Export of internal Abseil changes
9fde5a6e : Add missing `add_subdirectory()` call for "cleanup" (#925)
2d418976 : Allowing to change the MSVC runtime (#921)
9fe35195 : Export of internal Abseil changes
a09b5de0 : Export of internal Abseil changes
997aaf3a : Apply LTS transformations for 20210324 LTS branch (#920)
1fdbe1ea : Export of internal Abseil changes
f3eff479 : Export of internal Abseil changes
110a80b0 : Export of internal Abseil changes
090646f9 : Fix C++/CLI build problem (#916)
dcf48993 : Export of internal Abseil changes
2e9532cc : Export of internal Abseil changes
ab21820d : Export of internal Abseil changes
b0735979 : Export of internal Abseil changes
a7669879 : Export of internal Abseil changes
998805a4 : Export of internal Abseil changes
a50ae369 : Export of internal Abseil changes
a2d7f453 : Add support for more Linux architectures (#904)
0b5af594 : Export of internal Abseil changes
b5173c8d : Export of internal Abseil changes
f3697b4f : Add support for m68k (#900)
3fcd00d7 : Add support for sparc and sparc64 (#899)
70558763 : Fix uc_mcontext register access on 32-bit PowerPC (#898)
b315753c : Export of internal Abseil changes
143a2780 : Export of internal Abseil changes
b343ac3a : Export of internal Abseil changes
1d1ad229 : Export of internal Abseil changes
2aa00ab2 : Export of internal Abseil changes
c36d825d : Export of internal Abseil changes
9c6a50fd : Export of internal Abseil changes
58a9c6d5 : Do not set mvsc linker flags for clang-cl (fixes #874) (#891)
20869f89 : Export of internal Abseil changes
184d2f83 : Export of internal Abseil changes
a9a49560 : Export of internal Abseil changes
af39e133 : Add support for Elbrus 2000 (e2k) (#889)
e4e2e57e : Export of internal Abseil changes
3a2d6572 : Export of internal Abseil changes
22771d47 : Export of internal Abseil changes
b2dcbba1 : Export of internal Abseil changes
ff361eb3 : Export of internal Abseil changes
64461421 : Export of internal Abseil changes
322ae242 : Export of internal Abseil changes
62ce712e : Export of internal Abseil changes
92ba5359 : Export of internal Abseil changes
a6c17c7e : Export of internal Abseil changes
bb7fb2c7 : Export of internal Abseil changes
384af0e9 : Export of internal Abseil changes
e7ca23ac : Export of internal Abseil changes
4611a601 : Export of internal Abseil changes
8a9ef3c5 : Export of internal Abseil changes
9f8b87b7 : Add missing word 'library' in the 'status' description (#868)
e2b1bab1 : Export of internal Abseil changes
1bae23e3 : Export of internal Abseil changes
6df644c5 : Include the status library into the main README. (#863)
68f1ad93 : Export of internal Abseil changes
52acfe6f : Export of internal Abseil changes
1918ad2a : Export of internal Abseil changes
938fd0f4 : Export of internal Abseil changes
fbdff6f3 : Export of internal Abseil changes
acf3390c : Export of internal Abseil changes
59292448 : Export of internal Abseil changes
e80c0b35 : Export of internal Abseil changes
5d8fc919 : Export of internal Abseil changes
e19260fd : Export of internal Abseil changes
4fd9a1ec : Export of internal Abseil changes
4ae67306 : Export of internal Abseil changes
1b465af3 : Export of internal Abseil changes
6b03bf54 : fix build dll (#797)
0bbebc85 : Export of internal Abseil changes
0453e165 : Export of internal Abseil changes
a4798817 : Export of internal Abseil changes
e96d4968 : Export of internal Abseil changes
731852f1 : Fix stacktrace on aarch64 architecture. Fixes #805 (#827)
2e5f2bcf : moved deleted functions to public for better compiler errors. (#828)
e9e9b9fc : Export of internal Abseil changes
b8e890f9 : Export of internal Abseil changes
c9894d1d : Export of internal Abseil changes
e9b9e38f : Export of internal Abseil changes
962b0675 : Export of internal Abseil changes
5bf048b8 : Export of internal Abseil changes
1e3d25b2 : Export of internal Abseil changes
eb317a70 : Export of internal Abseil changes
4b915e70 : Export of internal Abseil changes
8f1c34a7 : Export of internal Abseil changes
60d00a58 : Export of internal Abseil changes
f3f785ab : Export of internal Abseil changes
4b2fbb4a : Export of internal Abseil changes
e493d6ac : fix compile fails with asan and -Wredundant-decls (#801)
e63a5a61 : Export of internal Abseil changes
c678d6c6 : Export of internal Abseil changes
4b4f9aae : Export of internal Abseil changes
887d0eee : Export of internal Abseil changes
b978fc02 : Export of internal Abseil changes
093cc276 : Export of internal Abseil changes
40fdb59d : btree: fix sign-compare warnings (#800)
1fd58b69 : Export of internal Abseil changes
d1de75bf : Export of internal Abseil changes
cad3f30b : Export of internal Abseil changes
9927a098 : Export of internal Abseil changes
7680a5f8 : Added missing asserts for seq.index() < capacity_ and unified their usage based on has_element(). (#781)
d3614de6 : Export of internal Abseil changes
20feb1cd : Export of internal Abseil changes
c1ae0a49 : Export of internal Abseil changes
6af91b35 : Export of internal Abseil changes
f2c9c663 : Export of internal Abseil changes
3c8b5d75 : Export of internal Abseil changes
7ba8cdb5 : Export of internal Abseil changes
930fbec7 : Export of internal Abseil changes
0e9921b7 : Export of internal Abseil changes
a4cbb5f6 : Export of internal Abseil changes
4d2ff381 : Export of internal Abseil changes
c03c18e7 : Export of internal Abseil changes
b321ad86 : Export of internal Abseil changes
fbf0fdab : Export of internal Abseil changes
dc969f34 : Export of internal Abseil changes
d0c43345 : Export of internal Abseil changes
c6b3f2cf : Export of internal Abseil changes
1beb3191 : Export of internal Abseil changes
1b7e751e : Export of internal Abseil changes
ce4bc927 : Export of internal Abseil changes
f72cc351 : Export of internal Abseil changes
f66bc749 : Export of internal Abseil changes
1995c6a3 : Export of internal Abseil changes
184cf252 : Export of internal Abseil changes
82302f1e : Export of internal Abseil changes
dea76486 : Export of internal Abseil changes
d39fe6cd : Export of internal Abseil changes
2c8a5b0d : Export of internal Abseil changes
41a6263f : Export of internal Abseil changes
3c2bed2e : Export of internal Abseil changes
ea8a689c : fix build on P9 (#739)
672d9e0a : Export of internal Abseil changes
f624790b : Export of internal Abseil changes
55c04eb9 : Export of internal Abseil changes
302b250e : Disable pthread for standalone wasm build support (#721)
4b5b25a2 : cmake: remove unneeded enable_testing() cmd (#736)
63f2c695 : cmake: flag conformance_testing as TESTONLY (#737)
d5269a8b : Export of internal Abseil changes
23f1f9cf : Typo in comment (#733)
259301a5 : Fix CMake path for INSTALL_INCLUDEDIR (#723)
dc464c1d : Allow overriding Abseil IDE folder (#724)
bf655de0 : Export of internal Abseil changes
38db52ad : Export of internal Abseil changes
81f34df8 : Export of internal Abseil changes
b86fff16 : Export of internal Abseil changes
10cb35e4 : Export of internal Abseil changes
4ccc0fce : Export of internal Abseil changes
4a851046 : Export of internal Abseil changes
ccdbb594 : Export of internal Abseil changes
01f5f81f : Export of internal Abseil changes
2c92bdc7 : Export of internal Abseil changes
e7ebf980 : Export of internal Abseil changes
2eba343b : Export of internal Abseil changes
a8b03d90 : Export of internal Abseil changes
1d31b5c3 : Export of internal Abseil changes
da3a8769 : Export of internal Abseil changes
8faf2046 : Exclude empty directories (#697)
2069dc79 : Export of internal Abseil changes
4832bf6b : Added a BUILD file in root to expose license. (#695)
af8f994a : Export of internal Abseil changes
33caf109 : Export of internal Abseil changes
cf1a02e2 : Export of internal Abseil changes
768eb2ca : Export of internal Abseil changes
3f347c46 : Fix build on riscv32 (#675)
62cf6a70 : Export of internal Abseil changes
d118d4bb : Export of internal Abseil changes
f2bc9d11 : Fix public target name of the random library (#684)
0fecf0e6 : Export of internal Abseil changes
cbfd0f0f : Export of internal Abseil changes
c45d1c09 : Export of internal Abseil changes
a35ef8a6 : Export of internal Abseil changes
bd317cae : Export of internal Abseil changes
b1157446 : fix MSVC warning 4245: conversion signed => unsigned during initialization (#678)
d85783fd : Export of internal Abseil changes
a1d66899 : Export of internal Abseil changes
ca9856ca : Export of internal Abseil changes
6e18c711 : Export of internal Abseil changes
3f48ce1c : init (#673)
cde2e241 : Export of internal Abseil changes
68494aae : Fix CMake Threads dependency issue
902909a4 : Export of internal Abseil changes
cb52b05e : Export of internal Abseil changes
1a02b7a2 : Use "-lrt" instead of the resolved find_library result when linking librt (#665)
df60c82d : Export of internal Abseil changes
b35973e3 : Export of internal Abseil changes
db5773a7 : Export of internal Abseil changes
71079e42 : Export of internal Abseil changes
2946ac0d : Use base_internal::AtomicHook instead of std::atomic (#661)
567bee2f : Fix ABSL_RANDOM_RANDEN_COPTS setting on FreeBSD (#664)
bf6166a6 : Export of internal Abseil changes
11126096 : Export of internal Abseil changes
73ea9a95 : Export of internal Abseil changes
c01b9916 : Add option to use an externally provided GoogleTest target (for usage of abseil as add_subdirectory target) (#647)
d43b7997 : Export of internal Abseil changes
62f05b1f : Export of internal Abseil changes
fba8a316 : Export of internal Abseil changes
79e0dc11 : Export of internal Abseil changes
132d791b : bazel: Add missing load statements for cc_binary (#645)
518f1750 : Export of internal Abseil changes
092ed979 : Export of internal Abseil changes
2d2a8aea : Export of internal Abseil changes
7853a758 : Export of internal Abseil changes
c6954897 : Export of internal Abseil changes
b92f35f6 : Fix CompressedTuple move constructor on MSVC (#637)
a877af1f : Export of internal Abseil changes
d936052d : Export of internal Abseil changes
238b9a59 : Skip the .exe suffix in the helpshort filter on Windows (#629)
417ea99c : UWP doesn't allow reading regkeys (#594)
40a0e58e : Export of internal Abseil changes
cf3a1998 : Export of internal Abseil changes
b19ba967 : Export of internal Abseil changes
06f0e767 : BuildBreak: UWP apps can't call GetModuleHandle (#596)
bcefbdcd : Export of internal Abseil changes
0033c9ea : Fix build on FreeBSD/powerpc (#616)
0d5ce279 : Export of internal Abseil changes
b69c7d88 : Export of internal Abseil changes
f9b3d6e4 : Add RISCV support to GetProgramCounter() (#621)
914ff445 : Export of internal Abseil changes
0232c87f : Add missing ABSL_HAVE_VDSO_SUPPORT conditional (#622)
3c814105 : Export of internal Abseil changes
c44657f5 : Export of internal Abseil changes
98eb410c : Export of internal Abseil changes
bf78e977 : Export of internal Abseil changes
d95d1567 : Export of internal Abseil changes
24713a70 : Export of internal Abseil changes
72382c21 : Export of internal Abseil changes
08a7e7bf : Export of internal Abseil changes
36bcd959 : Fix pointer format specifier in documentation (#614)
0f86336b : Export of internal Abseil changes
c512f118 : Export of internal Abseil changes
37dd2562 : Export of internal Abseil changes
44427702 : fix: Add support for more ARM processors detection (#608)
159bf2bf : Export of internal Abseil changes
a2e6adec : Use https links. (#586)
564001ae : Export of internal Abseil changes
b3aaac8a : Export of internal Abseil changes
63ee2f88 : Export of internal Abseil changes
a048203a : Export of internal Abseil changes
1de01663 : Export of internal Abseil changes
ad904b6c : Export of internal Abseil changes
7bd1935d : cmake: Fix x86_64 check on Windows for random copts (#518)
29235139 : Export of internal Abseil changes
bf86cfe1 : Export of internal Abseil changes
12bc53e0 : Export of internal Abseil changes
1e39f862 : Export of internal Abseil changes
77f87009 : Export of internal Abseil changes
d659fe54 : Export of internal Abseil changes
a4b757b5 : Export of internal Abseil changes
0514227d : Export of internal Abseil changes
7f4fe64a : Export of internal Abseil changes
16d9fd58 : Export of internal Abseil changes
bcaae600 : Export of internal Abseil changes
8ba96a82 : Export of internal Abseil changes
2103fd9a : Export of internal Abseil changes
3df7b52a : Export of internal Abseil changes
fa8c7518 : Export of internal Abseil changes
85092b4b : Fix Conan builds (#400)
e96ae220 : Export of internal Abseil changes
20de2db7 : Export of internal Abseil changes
846e5dbe : Export of internal Abseil changes
8207907f : Export of internal Abseil changes
39d68a42 : docs: fix typo (#397)
078b89b3 : Export of internal Abseil changes
19b021cb : Export of internal Abseil changes
ecc0033b : Always enable proper symbolize implementation on Windows (#257)
2796d500 : Export of internal Abseil changes
e4c8d0eb : Export of internal Abseil changes
a15364ce : Export of internal Abseil changes
ab3552a1 : Export of internal Abseil changes
e9f9000c : Fix ABSL_WAITER_MODE detection for mingw (#342)
abea769b : Fix ABSL_HAVE_ALARM check on mingw (#341)
25597bdf : Export of internal Abseil changes
aad33fef : Export of internal Abseil changes
8fe7214f : Export of internal Abseil changes
debac94c : Export of internal Abseil changes
882b3501 : Fix spelling errors (#384)
502efe6d : Export of internal Abseil changes
ccdd1d57 : Export of internal Abseil changes
ddf8e52a : Export of internal Abseil changes
6ec13628 : Export of internal Abseil changes
ac78ffc3 : Export of internal Abseil changes
5374c56e : Export of internal Abseil changes
97c1664b : Export of internal Abseil changes
325fd7b0 : Export of internal Abseil changes
83c1d65c : Export of internal Abseil changes
eb6b7bd2 : Export of internal Abseil changes
9ddac555 : Export of internal Abseil changes
1948f6f9 : Export of internal Abseil changes
a0d1e098 : Export of internal Abseil changes
2d2d7fbc : Export of internal Abseil changes
0302d1e5 : supppress unused variable warning for gcc (#372)
262d74ba : Export of internal Abseil changes
f0afae0d : Export of internal Abseil changes
0e7afdcb : Export of internal Abseil changes
9a41ffdd : Export of internal Abseil changes
36910d3d : [bazel] Add fixes for --incompatible_load_cc_rules_from_bzl (#351)
aae8143c : Export of internal Abseil changes
d9aa92d7 : Export of internal Abseil changes
321ab530 : Export of internal Abseil changes
4ef57406 : Export of internal Abseil changes
9ee91d3e : Export of internal Abseil changes
8efba58a : Export of internal Abseil changes
b49b8d16 : Export of internal Abseil changes
67222ffc : Export of internal Abseil changes
c5c4db4f : Export of internal Abseil changes
14550beb : Export of internal Abseil changes. -- 8f685654a7d04eb8a0cb82d31e44e391e906b609 by Derek Mauro <dmauro@google.com>:
52e88ee5 : Export of internal Abseil changes. -- 788c948f698afe5998738cbb40b0629668640d73 by Derek Mauro <dmauro@google.com>:
36d37ab9 : Export of internal Abseil changes. -- 1224e58a45e4d016b18f5a6cf5762ba33027017a by CJ Johnson <johnsoncj@google.com>:
ad1485c8 : Export of internal Abseil changes. -- 1f44f8f487aa3afe8248132e4081519e85671965 by CJ Johnson <johnsoncj@google.com>:
f3840bc5 : Export of internal Abseil changes. -- dcff7cc4eb3837d39d1e083cbf1d4f082054cbf6 by Laramie Leavitt <lar@google.com>:
278b2605 : Export of internal Abseil changes. -- b0015627610a311997ab21b8b295a8168b5915ec by Derek Mauro <dmauro@google.com>:
c6c3c1b4 : Export of internal Abseil changes. -- ed3a3431eee9e48e6553b0320e0308d2dde6725c by Derek Mauro <dmauro@google.com>:
44efe96d : Export of internal Abseil changes. -- 9c4ef32276054fba6a116c01cd4b3fd278f59ece by Andy Soffer <asoffer@google.com>:
5fc0bf69 : Fixed ABSL_INTERNAL_MACOS_CXX17_TYPES_UNAVAILABLE check
74d91756 : Export of internal Abseil changes. -- a874475e842d2adeb31bb7bd37bdd6eb15a2aeb9 by Mark Barolak <mbar@google.com>:
e6b05021 : Export of internal Abseil changes. -- c2e2e2b21c3fe59b63279e7418c93c7289ee3e27 by Mark Barolak <mbar@google.com>:
c964fcff : Export of internal Abseil changes. -- c321829735accc2e6beb81e6a5a4421e5647b876 by CJ Johnson <johnsoncj@google.com>:
72e09a54 : Export of internal Abseil changes. -- 2ee5dbb79b56539b580c3a36eec5a025d08b7022 by Eric Fiselier <ericwf@google.com>:
d65e19df : Export of internal Abseil changes. -- 2f187776e55fe7741882d64aa4fb04d361dcd1da by Shaindel Schwartz <shaindel@google.com>:
c100cca3 : Reference just the file name.
ec0742d3 : Use StrCat().
e9324d92 : Export of internal Abseil changes. -- 7a6ff16a85beb730c172d5d25cf1b5e1be885c56 by Laramie Leavitt <lar@google.com>:
23dc7595 : Improve example AbslUnparseFlag().
8e283d9a : Correctly point to documentation about supported flag types.
43ef2148 : Export of internal Abseil changes. -- 635146be541d732fbf2e9c93c6bec89035552484 by Gennadiy Rozental <rogeeff@google.com>:
8f117240 : Export of internal Abseil changes. -- fc61fc3822d414a1abda906a81208d2667195de3 by Abseil Team <absl-team@google.com>:
b1dd4254 : Export of internal Abseil changes. -- 3febef1a42d092676134bd0b0d54d13a878198a2 by Derek Mauro <dmauro@google.com>:
56ffa78c : The order of the operators in the struct should match the order of the test cases
361cb8a9 : Export of internal Abseil changes. -- 4a21ad4ffa957d28b770de8717289fab7410f567 by Gennadiy Rozental <rogeeff@google.com>:
f15ddf8c : Fix for CMake 3.6
8717fd7f : fix C4245 compiler warning of visual studio
61c9bf3e : Export of internal Abseil changes. -- 39b55fafbe4a83f9f0524544a12d4ed02fdec751 by Xiaoyi Zhang <zhangxy@google.com>:
2f76a9bf : Export of internal Abseil changes. -- 0925eb11f7730d5a1e538b9e6c2d1f8239f5fdc0 by Abseil Team <absl-team@google.com>:
01033dba : avoid use of undefined ABSL_HAVE_ELF_MEM_IMAGE
4adaf549 : Export of internal Abseil changes. -- 2d7c9650fe2b1bf76085a993285e49db4d24aa4f by Derek Mauro <dmauro@google.com>:
27c30ec6 : Avoid undefined behavior when nullptr is passed to memcpy with size 0
ce65f5ac : Export of internal Abseil changes. -- 1edfe05ddddca43e7650b2d790df7c8498c0e588 by Abseil Team <absl-team@google.com>:
a18fc746 : Export of internal Abseil changes. -- b254aba40a65385deccd757480f8d7383f2f2f55 by CJ Johnson <johnsoncj@google.com>:
8a394b19 : Export of internal Abseil changes. -- cae9f0c87632d690ec3f471e181be247fe4fb025 by Abseil Team <absl-team@google.com>:
daf381e8 : Export of internal Abseil changes. -- 6fca451d74e509671f0996e15ea05008f73c9957 by Eric Fiselier <ericwf@google.com>:
fa00c321 : Export of internal Abseil changes. -- 6258612abc571fa7f51f34046b410c73486505fe by Derek Mauro <dmauro@google.com>:
436ba6c4 : Export of internal Abseil changes. -- 22fceefcf070a0cf89bf1846bee16a9d36ad4161 by Derek Mauro <dmauro@google.com>:
0cbdc774 : Export of internal Abseil changes. -- ab1a58c85a462884413ec0022dc1fff19ccb8602 by Abseil Team <absl-team@google.com>:
27c2f6e2 : Export of internal Abseil changes. -- 9fa04b5fb4b6aeb47226b9095b3bc36a53669c39 by Abseil Team <absl-team@google.com>:
aa468ad7 : Export of internal Abseil changes. -- 78293ba4eb4981991ae7e6edd25eb9245fcd7515 by Andy Soffer <asoffer@google.com>:
cd86d0d2 : Export of internal Abseil changes. -- 997d2a8d12d9395046b0bdfc2f206a0b2fe2f1f9 by Abseil Team <absl-team@google.com>:
33841c5c : Export of internal Abseil changes. -- bb92c768e2271ddbebc1b1eb7e16a7b7c86a6e1c by Abseil Team <absl-team@google.com>:
ca3f8756 : Export of internal Abseil changes. -- 5a5dba4252e764e6737070bf0a31074bf23a3b41 by Abseil Team <absl-team@google.com>:
d902eb86 : Export of internal Abseil changes. -- babbb6421068af3831870fd5995444437ace6769 by Derek Mauro <dmauro@google.com>:
a02f62f4 : Export of internal Abseil changes. -- 5755b40f6025f3ca126070fc68adb8fde9a7f01b by Abseil Team <absl-team@google.com>:
0b545b46 : Export of internal Abseil changes. -- 421902a6ea836e4e59bed86eed68ab9ed992295a by Shaindel Schwartz <shaindel@google.com>:
dbae8764 : Export of internal Abseil changes. -- 3f04cd3c25a99df91ff913977b8c5b343532db5d by Abseil Team <absl-team@google.com>:
044da8a2 : Export of internal Abseil changes. -- 7c43cf69f00a02d8ed1e669cad12105de667a5ec by Abseil Team <absl-team@google.com>:
6cc6ac44 : Export of internal Abseil changes. -- 4a7dc9bd72a50f493671ea3ae2a571462cb70fc4 by Jon Cohen <cohenjon@google.com>:
666fc126 : Export of internal Abseil changes. -- bc89d3221e3927d08881d75eeee0e8db862300fa by Benjamin Barenblat <bbaren@google.com>:
93dfcf74 : Export of internal Abseil changes. -- 855576faf9556573fd74c2874b290d8feb6565d5 by Gennadiy Rozental <rogeeff@google.com>:
2c8421e1 : Export of internal Abseil changes. -- fcf9d3facb12451964ad1850073cbfb6f9739379 by CJ Johnson <johnsoncj@google.com>:
5b65c4af : Export of internal Abseil changes. -- f6c627ce4470a814adc377947b58346eef69a4c9 by Jon Cohen <cohenjon@google.com>:
eab2078b : Export of internal Abseil changes. -- 8b7c3bc2fb69608e9b2389b1be0b0de840a4c59d by Derek Mauro <dmauro@google.com>:
253eb741 : [CMake] Set correct flags for clang-cl (#278)
e75672f6 : Export of internal Abseil changes. -- 61a5128b3b3db9db7df219b7ef737b78f7743e54 by Abseil Team <absl-team@google.com>:
bf294703 : Export of internal Abseil changes. -- bdce7e57e9e886eff1114d0266781b443f7ec639 by Derek Mauro <dmauro@google.com>:
3bd3028e : Adding linking of CoreFoundation to CMakeLists in absl/time as time_zone_lookup.cc includes CoreFoundation
7c7754fb : Export of internal Abseil changes. -- 89b5e681db1d4f0b039daebb86c49bda77c8931b by Tom Manshreck <shreck@google.com>:
256be563 : Export of internal Abseil changes. -- 00d42e3d5433aaf29c2ed293520b2ba178ae8bdb by Greg Falcon <gfalcon@google.com>:
88a152ae : Export of internal Abseil changes. -- 5dc8d7504b7c11710b19365a6582c288c8992366 by Derek Mauro <dmauro@google.com>:
c1cecb25 : Implement Span::first and Span::last from C++20 (#274)
38b70438 : Changed HTTP URLs to HTTPS where possible (#270)
febc5ee6 : Export of internal Abseil changes. -- f9f068aa8a260dc576398e47b8e4540902e41358 by Derek Mauro <dmauro@google.com>:
9fdf5e5b : Export of internal Abseil changes. -- 425305bdac5c84a2b7b61d65aee90e4d9d1c29a0 by Abseil Team <absl-team@google.com>:
419f3184 : Export of internal Abseil changes. -- 92e1bd6dc9e64163659028b640427d6d8573e41c by Abseil Team <absl-team@google.com>:
b312c3cb : Export of internal Abseil changes. -- 4501f16edb0939be6165df74c70a421d3a959aa5 by Jon Cohen <cohenjon@google.com>:
308ce315 : Export of internal Abseil changes. -- e4e4a3460b64ba0571be217b04ec286bfac6b6bf by Tom Manshreck <shreck@google.com>:
93d155bc : Export of internal Abseil changes. -- 3d20ce6cd6541579abecaba169d4b8716d511272 by Jon Cohen <cohenjon@google.com>:
426eaa4a : Export of internal Abseil changes. -- 0c2e865b4611eda0b43e64c177ac34540f059be2 by Mark Barolak <mbar@google.com>:
2901ec32 : Export of internal Abseil changes. -- 5da9755667df37e38ccaf6938c9f408e294110bb by Shaindel Schwartz <shaindel@google.com>:
d78310fe : Export of internal Abseil changes. -- 2c12ae8d6cbb8cbeb3ff446393578dd0d6d0cf8c by Andy Getzendanner <durandal@google.com>:
a4cb1c8b : Export of internal Abseil changes. -- 6fdf24a197b964f9bacbebd0ceca305aef1654fc by Shaindel Schwartz <shaindel@google.com>:
540e2537 : Export of internal Abseil changes. -- 8c420997e7a08b9e7e24afa32d6e37cb2bfa2c12 by Abseil Team <absl-team@google.com>:
5e0dcf72 : Export of internal Abseil changes. -- a9115ecdf91183528f677fbbd9294652ab68c35f by CJ Johnson <johnsoncj@google.com>:
0dffca4e : Export of internal Abseil changes. -- 5804cc13b413412988248835459b90cd15ec43d9 by Abseil Team <absl-team@google.com>:
6b4201f9 : Fix GCC8 warnings
7ec32703 : #250 Fix library order for Conan package
0b1e6d41 : Export of internal Abseil changes. -- 461c1b6eb19490429db3bc6dd10ee32df9429cd7 by Samuel Benzaquen <sbenza@google.com>:
efccc502 : Export of internal Abseil changes. -- b7d4f72ebb8a052cb2c6dfbfb628200eb64585c5 by CJ Johnson <johnsoncj@google.com>:
5e6a7813 : Export of internal Abseil changes. -- 4a492de32dd1e02c5c3600bfdb36da7af7855210 by Samuel Benzaquen <sbenza@google.com>:
5eea0f71 : Export of internal Abseil changes. -- 70b243f160a2f0f222066f62e06cc4346aea683d by Gennadiy Civil <misterg@google.com>:
66f9becb : Export of internal Abseil changes. -- da7b6d9d43b2951a3487bbfd41aa2ee96b2813ef by Derek Mauro <dmauro@google.com>:
018b4db1 : Export of internal Abseil changes. -- fd86c60bac6c41f1629ce1ab7dc1c8edff398a59 by Alex Strelnikov <strel@google.com>:
b16aeb67 : Export of internal Abseil changes. -- 5f1cf6547231f1b1daad6d1b785df6b0b999b3c9 by Samuel Benzaquen <sbenza@google.com>:
aca0473d : _umul128 is not available on Windows ARM64
7ffbe09f : Export of internal Abseil changes. -- 027adbb0bceda5c3908f7f4d3a911284ee407b3d by Abseil Team <absl-team@google.com>:
01b471d9 : Export of internal Abseil changes. -- ffe1bf0e5f98c77cf4193f24ae9ce94d16a72c6e by Alex Strelnikov <strel@google.com>:
7bd8f36c : Export of internal Abseil changes. -- d99e8545a19cec7569c1f04404398e4d31e71e81 by Mark Barolak <mbar@google.com>:
968a34ff : Export of internal Abseil changes. -- 7fa1107161a03dac53fb84c2b06d8092616c7b13 by Abseil Team <absl-team@google.com>:
e41b5b1c : Add note at top that this is supported best-effort
325cf0d8 : #187 Update Conan author
111ca706 : Export of internal Abseil changes. -- a2adbf75201f6b7feba929f77dfc4f87f9c1110b by Abseil Team <absl-team@google.com>:
389ec3f9 : Export of internal Abseil changes. -- 636137f6f0de910691a3950387fefacfa4909fb8 by Abseil Team <absl-team@google.com>:
1aa550f8 : #187 Add Conan topics
8fbcdb90 : Export of internal Abseil changes. -- e7f892a0b9b313b434c5f9e9a2365b377204b60e by Abseil Team <absl-team@google.com>:
455dc17b : Export of internal Abseil changes. -- bbb50c2e52241f0a5f8478bac89e6523ec8fd664 by CJ Johnson <johnsoncj@google.com>:
f197d7c7 : Export of internal Abseil changes. -- 1a5fb4eb5bc6c0332962f659470a07908168aa5c by CJ Johnson <johnsoncj@google.com>:
284378a7 : Export of internal Abseil changes. -- 22fa219d17b2281c0695642830c4300711bd65ea by CJ Johnson <johnsoncj@google.com>:
44b0fafc : Export of internal Abseil changes. -- cd076f55c1fa600131f6dda392533dfe61679fc0 by Abseil Team <absl-team@google.com>:
db6a7368 : #187 Remove cctz as external dependency
32930d7b : #187 Add Conan recipe
926bfeb9 : Export of internal Abseil changes. -- 008301e65c323ea0b78e4a92221bf43f7f01e358 by Abseil Team <absl-team@google.com>:
13327deb : Export of internal Abseil changes. -- 15d7bcf28220750db46930f4d8c090b54e3ae5fe by Jon Cohen <cohenjon@google.com>:
3088e76c : Export of internal Abseil changes. -- 5278e56bd7d322ecf161eaf29fd7fa3941d7431b by Greg Falcon <gfalcon@google.com>:
f6ae8168 : Export of internal Abseil changes. -- da04b8cd21f6225d71397471474d34a77df0efd6 by Jon Cohen <cohenjon@google.com>:
a06c4a1d : Export of internal Abseil changes. -- 5f1ab09522226336830d9ea6ef7276d37f536ac5 by Abseil Team <absl-team@google.com>:
7b46e1d3 : Export of internal Abseil changes. -- 07575526242a8e1275ac4223a3d2822795f46569 by CJ Johnson <johnsoncj@google.com>:
070f6e47 : Export of internal Abseil changes. -- 178e7a9a76fc8fcd6df6335b59139cbe644a16b9 by Jon Cohen <cohenjon@google.com>:
7990fd45 : Export of internal Abseil changes. -- ee19e203eca970ff88e8f25ce4e19c32e143b988 by Jon Cohen <cohenjon@google.com>:
f9517906 : Export of internal Abseil changes. -- 4e224c85c3730398919fc5195cb1fc7a752e6e4f by Mark Barolak <mbar@google.com>:
cc8dcd30 : Export of internal Abseil changes. -- 9e8aa654630015ea8221703b0ea10dd1a47a848f by Abseil Team <absl-team@google.com>:
a4c3ffff : Export of internal Abseil changes. -- ba4dd47492748bd630462eb68b7959037fc6a11a by Abseil Team <absl-team@google.com>:
f86f9413 : Export of internal Abseil changes. -- dabd5614eec687a27bcba28e1d98e84ce716f281 by Abseil Team <absl-team@google.com>:
297e77fb : Fix compilation of generic byteswap routines
94c298e2 : Export of internal Abseil changes. -- 441d1aa02483cdc510eb2fef012b31384fd8e3a6 by Eric Fiselier <ericwf@google.com>:
0884a6a0 : Export of internal Abseil changes. -- fe689b30f9a3a614e8a577997cc340043d01c2f1 by Abseil Team <absl-team@google.com>:
c16d5557 : Export of internal Abseil changes. -- 4e043a11b4c10a24e84046827ee16f47e11e35cc by Abseil Team <absl-team@google.com>:
26da89db : Fix absl::container on VS2017 v15.8 (#192)
45221ccc : Export of internal Abseil changes. -- f6241e6923d4d1525d3ec54bc5b85178b18612e9 by Derek Mauro <dmauro@google.com>:
2019e17a : Export of internal Abseil changes. -- 578b3ed641b8d92769a34d73389dfff5559925e6 by Abseil Team <absl-team@google.com>:
5b70a891 : Export of internal Abseil changes. -- f4e870453d02106c2685e0461816469a4704ad25 by Abseil Team <absl-team@google.com>:
bd2d9a42 : Update TESONLY comment
a00bdd17 : Export of internal Abseil changes. -- fa894a667a3bebbe479539c8d5e829beebf36c27 by Abseil Team <absl-team@google.com>:
dadcd56b : Use target_sources and remove one non-existent file
f340f773 : Export of internal Abseil changes. -- 906c47420646d510edd2479d5542c56f5fa31b65 by CJ Johnson <johnsoncj@google.com>:
f59e0f1d : Update comments too
fc2185a7 : Use absl_ prefix for public target
445998d7 : Export of internal Abseil changes. -- 714347c156cfe01575c1830a92bc6dea3030065b by Emma Christie <emmachristie@google.com>:
a76ceed6 : Add comment and todo
6b16ba04 : Convert VISIBILITY_PUBLIC to PUBLIC
67058cbb : Fix one comment
1ecb60be : Set default prefix to absl_internal_
f1c17a30 : Revert migration for //absl/strings/...
73b908fb : Migrate some internal base targets
027ebfdb : Use ABSL_RUN_TESTS instead of BUILD_TESTING
fcc476cc : Implement header-only target as INTERFACE lib
ac533e18 : [CMake] Implement absl_cc_library as Bazel's cc_library
e821380d : Export of internal Abseil changes. -- e09635c907d471ab46e14fb8091988c92cb4e78e by Abseil Team <absl-team@google.com>:
f21d187b : Export of internal Abseil changes. -- 1c1d6e2404dfc6caa022b335df5acdac6da50fe1 by Derek Mauro <dmauro@google.com>:
5441bbe1 : Fix code snippet in comment (#174)
5aae0cff : Fix CMake build (#173)
48cd2c3f : Export of internal Abseil changes. -- 4eacae3ff1b14b1d309e8092185bc10e8a6203cf by Derek Mauro <dmauro@google.com>:
e291c279 : Export of internal Abseil changes. -- 87c9505f1d41b52486630ae4404b9060b89a6369 by Abseil Team <absl-team@google.com>:
e01d9552 : Export of internal Abseil changes. -- eca34da4ccb7bb6a580f1364dff9ca053418fa3b by Abseil Team <absl-team@google.com>:
8ff13740 : Export of internal Abseil changes. -- 821196cfb2a3b943ffdc4c9e75daec92d7ffb28b by Abseil Team <absl-team@google.com>:
02451914 : Export of internal Abseil changes. -- 74c1330e29f1501f2738258faf9ec4564395c90a by Gennadiy Civil <misterg@google.com>:
411b3c56 : Update AbseilHelpers.cmake
fb462224 : Export of internal Abseil changes. -- 86b1c997fac1f77b0eacfab788659b5a89a6096e by Abseil Team <absl-team@google.com>:
d2e5ae5a : [CMake] Only include test targets if ABSL_RUN_TESTS=ON
c075ad32 : Export of internal Abseil changes. -- 9c6654a316935ab097ccf462d506c02626373f0a by Tom Manshreck <shreck@google.com>:
0f4bc966 : Export of internal Abseil changes. -- ed4be0cb9a708158187a0628c1c2167ae6783274 by Greg Falcon <gfalcon@google.com>:
6c7e5ffc : Export of internal Abseil changes. -- a371d3d4e213c65354dd0e8b1aa28673455aec2a by Matt Armstrong <marmstrong@google.com>:
d6df7691 : Export of internal Abseil changes. -- de82143f509d8fd6e70efc9eaed35582054a7443 by Abseil Team <absl-team@google.com>:
28080f5f : Export of internal Abseil changes. -- a48a8dd622891ff1bfe0c0bbc09cefa363458dfe by Abseil Team <absl-team@google.com>:
9c987f42 : Export of internal Abseil changes. -- 02313145821172a55b1cda543868be5e986de591 by Tom Manshreck <shreck@google.com>:
5e7d459e : Export of internal Abseil changes. -- 2dcf3ec79f961d2962cdad33ac4bfbcb14126dad by Abseil Team <absl-team@google.com>:
bed5bd6e : Export of internal Abseil changes. -- f4bb8afa9376b4120f56f3beff7b07260da4a5c2 by CJ Johnson <johnsoncj@google.com>:
fefc8363 : Export of internal Abseil changes. -- b01400905d2ba23ec9f4541153532eefcfb0d5f5 by Mark Barolak <mbar@google.com>:
d8cfe9f2 : Export of internal Abseil changes. -- c508ee8bcc38dad1019c0ad744c47ac70efd36b7 by Derek Mauro <dmauro@google.com>:
ad5c960b : Export of internal Abseil changes. -- ae3a8f7f60cc6444179c6c31ec501742eef4ef58 by Abseil Team <absl-team@google.com>:
86f0fe93 : Export of internal Abseil changes. -- 9850e5567db4ab7cf4928e68d1c6e232d9845fff by Abseil Team <absl-team@google.com>:
f0f15c27 : Export of internal Abseil changes. -- 7fb969986d7d5a1b30233a94ae7ea29e1abf8937 by Greg Falcon <gfalcon@google.com>:
29ff6d48 : Removed "warning treated as error" flag from MSVC (#153)
083d04dd : Export of internal Abseil changes. -- c1f3a243ff3713917eaf0255c86ddd1b40461ba9 by Abseil Team <absl-team@google.com>:
bea85b52 : Export of internal Abseil changes. -- 36d990031b4ae8e2debaccca63ff41829383a7d2 by Derek Mauro <dmauro@google.com>:
8f96be6c : Export of internal Abseil changes. -- 586c41e29e80d9613434f18347d4a70a92a90989 by Jon Cohen <cohenjon@google.com>:
b876d861 : Tweak pull request #152 to fix multiple define problem with ppc64le.
2125e644 : Export of internal Abseil changes. -- ac7508120c60dfe689c40929e416b6a486f83ee3 by Gennadiy Rozental <rogeeff@google.com>:
5a85c652 : fix multiple define problem with ppc64le
3c491f6f : Typo in escaping.h
c2e00d34 : Export of internal Abseil changes. -- eb6cc81ef7e89e10fc9df47418af93e22fd116d2 by Abseil Team <absl-team@google.com>:
9e060686 : Export of internal Abseil changes. -- ee644a89fb1429d9337852690a01182853f68964 by Derek Mauro <dmauro@google.com>:
7aa411ce : Export of internal Abseil changes. -- 298d93fcb860116111611a8ab0662b409734227a by Alex Strelnikov <strel@google.com>:
2c5af55e : Export of internal Abseil changes. -- 60bc1e62580e0ff352a92c785f29550c2000447d by Xiaoyi Zhang <zhangxy@google.com>:
42f22a28 : Export of internal Abseil changes. -- 28b634d3e8e879546e20006b81086a2b02390f1d by Abseil Team <absl-team@google.com>:
22baa38b : Convert one std::numeric_limits<Dword>::max() to kInfinite
407252f1 : Update comment and use std::numeric_limits<Dword>::max()
44976eb3 : Add comment and change type name
a105cada : Remove dependency of windows.h in kernel_timeout.h
e0def747 : Export of internal Abseil changes. -- ffe43f972f956e3f9a8fb7b68993d243ba8f79fb by Abseil Team <absl-team@google.com>:
7b50a4a9 : Export of internal Abseil changes. -- 50154b443b21a5123c50bebcfb866581e2e5b907 by Xiaoyi Zhang <zhangxy@google.com>:
02687955 : Export of internal Abseil changes. -- 898e99cae89ca4cc27f86f719148f020d521dd58 by Abseil Team <absl-team@google.com>:
37d45c01 : Only MSVC does not have sys/time.h
0326e1c7 : Add support for Solaris / Illumos.
1b783d90 : Remove usage of soon-to-be-deprecated http_archive rule
8f612ebb : Export of internal Abseil changes. -- 71756e7176d15d52a4ee66cc25c088aedbca78f4 by Abseil Team <absl-team@google.com>:
134496a3 : Export of internal Abseil changes. -- aa9e2bff92652605b8244677058be787c872f99c by Abseil Team <absl-team@google.com>:
ba8d6cf0 : Export of internal Abseil changes. -- 6769c6ebe79804063d68d70a5623a1475d63aeff by Alex Strelnikov <strel@google.com>:
be1e84b9 : Export of internal Abseil changes. -- 6befc69900cd77b5af55d1235b2c74dbeb37fbeb by Alex Strelnikov <strel@google.com>:
7efd8dc0 : Export of internal Abseil changes. -- 6bab63b2bcdbd768743c2ebcc4a8e19af20c5406 by Abseil Team <absl-team@google.com>:
87a4c078 : Export of internal Abseil changes. -- 8becce38c862a044db194a9aea1b505796a46d6f by Abseil Team <absl-team@google.com>:
286ca4cf : Fix CMake declaration for absl::str_format
4491d606 : Export of internal Abseil changes. -- 70f43a482d7d4ae4a255f17ca02b0106653dd600 by Shaindel Schwartz <shaindel@google.com>:
d89dba27 : Export of internal Abseil changes. -- 7672429b51fa4edc9e2386f3d6ead89a33e523c0 by Xiaoyi Zhang <zhangxy@google.com>:
bd40a41c : -- f28d30df5769bb832dec3ff36d2fcd2bcdf494a3 by Shaindel Schwartz <shaindel@google.com>:
f44e1eed : - d6b8d35be9659e1c99a5daca1af8c8587acaa044 Update bazel_toolchains to the latest commit. by Abseil Team <absl-team@google.com> - 38311bf46f29bf1b20bdfe6c9b10c54e6258d28c Fix inlined_vector_benchmark when using libc++. libc++'s ... by Derek Mauro <dmauro@google.com> - 32178d067d4af7c3062532103d213eb7230c2be6 Adding sha256 hashes to dependencies in Abseil OSS WORKSP... by Daniel Katz <katzdm@google.com> - 13ac34416b326909f1ce0889ec0eb3bff3f3bebe Fix silly whitespace typo. by Daniel Katz <katzdm@google.com>
eb686c06 : - b9a479321581cd0293f124041bf5c06f456afec1 Adds exception safety tests for absl::make_unique<T>(...) by Abseil Team <absl-team@google.com> - 78c61364007f6ab66155c151d0061bbec89c3dbd Update variadic visitation to use a switch statement when... by Matt Calabrese <calabrese@google.com> - b62eb9546087e0001307a741fcdf023b2d156966 Merge GitHub PR #130 - Add MIPS support to GetProgramCoun... by Derek Mauro <dmauro@google.com> - 09ab5739de33c8f1bebab2bb70bf7d4331348f05 Update ABSL_ASSERT to silence clang-tidy warnings about c... by Matt Calabrese <calabrese@google.com> - e73ee389ce8fe1a90738973c219ebbb19bb389f3 Update unary visitation to use a switch statement when th... by Matt Calabrese <calabrese@google.com> - c8734ccf475b856c95220f21a5ec4f44302cb5ce Work around a MSVC bug for absl::variant, by making `Acce... by Xiaoyi Zhang <zhangxy@google.com>

+- Project: platform/external/android-clat

3abac00 : Suppress tidy checks that block migration to gnu11
0e175b7 : android-clat: switch OWNERS to core networking
2f7e478 : Remove libnetdbpf_test from TEST_MAPPING
07461b9 : Move vendor-464xlat.rc from external to netd
f752bb4 : [RFCLAT#16] remove drop_root_and_caps
ef9f62b : Set relative_install_path to "for-system"
03486e0 : [RFCLAT#15] Static link libc++
98e86fa : [RFCLAT#14] replace "libcutils" with "libcutils_headers"
9e718f4 : [RFCLAT#13] remove clatd -m argument
0712561 : [RFCLAT#12] Add apex_available and min_sdk_version to clatd
935a5ee : [RFCLAT#11] remove libnetd_client_headers and netid_client.h
396b5e7 : [RFCLAT#10] remove libnl related files
208b2a1 : [RFCLAT#9] refactor getinterface_ip() to stop using libnl
049cbd8 : [RFCLAT#8] clatd_test: remove or refactor tests for configure_clat_ipv6_address
45b2f7c : [RFCLAT#7] clatd_test: remove dead test for configure_tun_ip
ed36b4b : [RFCLAT#6] clatd_test: remove dead test for detect_mtu
1443a9e : [RFCLAT#5] remove the unnecessary tun fd, socket handler and socket opt cleanup
5c11213 : [RFCLAT#4] Move clat ipv6 address setup from clatd to netd
5dafb0e : [RFCLAT#3] Move the tun interface setup from clatd to netd
06367f3 : [RFCLAT#2] Move the packet socket creation from clatd to netd
0714a18 : Revert "Revert "[RFCLAT#1] Move the raw socket creation from cla..."
0cd5aa5 : Clatd changes for move of libipchecksum.
685fc68 : Revert "[RFCLAT#1] Move the raw socket creation from clatd to netd"
6006d17 : [RFCLAT#1] Move the raw socket creation from clatd to netd
a4e9681 : Depend on libipchecksum, not libnetutils.
b64249e : simplify clatd permission dropping logic
7c87aaa : clatd: drop AID_INET and AID_VPN supplementary groups
5030353 : switch from using packet ring to normal read
afe05e1 : Enable Async MTE in android-clat.

+- Project: platform/external/angle

795f01e187 : Disable KHR_no_error temporarily
c66de085aa : Vulkan: Fix surface invalidate w.r.t shared present mode
19c6a8566a : Tests: Add Free Fire Max trace
7d229d047f : Vulkan: Cache ImageView serials on texture changes.
7c091cb35f : Use adb directly (instead of catapult) in gold tests.
4efc4ee683 : Fix validate state cache after XFB buffer deleted.
3f800e5c8d : Metal:Clear Backbuffer when Robust Resource Init enabled
5b84ad7973 : CGL, MTL: pbuffer for IOSurface fails for some formats
ff8a9f6a11 : Vulkan: Renaming "ShaderBuffers" to "ShaderResources".
f6cdd02fb4 : Re-land: "Vulkan: Support Wayland"
5610ab6423 : Fix ANGLEGetDisplayPlatform after method deprecation
6199e905a7 : Switch to using //build/android:build_java
b2a1f0d28a : Track total vs per-frame descriptor set counters.
37cdf93d06 : Vulkan: Acquire a new buffer even when size is unchanged
349612591d : Roll vulkan-deps from 00e1ddd4230c to 158676f39f3b (8 revisions)
f4a550bff5 : Roll SwiftShader from 103a69bd6c82 to ea5f37f39193 (3 revisions)
dde8b66293 : Roll Chromium from e1b5a693bbfe to a434f1de2483 (504 revisions)
fcec69045d : Generate feature variable names from display names
f4fc8e1688 : Revert "Fix BlendStateExt::mMaxColorMask initialization"
5014ce664c : Vulkan: Add orphaned list for non-empty BufferBlocks.
55c21842b2 : Vulkan: Use flat array lookups for shader variables.
6e130d2b77 : D3D: fix SSBOs used in vertex shaders.
50d008a7ef : Fix BlendStateExt::mMaxColorMask initialization
cfc92ebf1f : Vulkan: Encapsulate ShareGroup::mContexts
9907f22d0c : gold tests: Add command-line arg for gold instance.
e18240d136 : Mark contexts as shared when importing EGL images.
bddb944bc0 : Vulkan: Prep variable info map to remove hashing.
242f0d81f1 : Revert "Infra: Enable Skia Gold tests on Pixel 6"
acdec48add : Tests: Add Monster Strike trace
e77be66324 : Use ProgramExecutable directly in GlslangWrapper.
c82513afb5 : Add FastMap class.
4cd15cb39b : Skip a Vulkan test due to a threading flake.
64fa1e80f5 : Revert "vulkan: Call glFinish in VulkanHelper destructor"
9cc459c985 : Add check for GL_ANDROID_extension_pack_es31a support
dbe5b75548 : Roll vulkan-deps from 1a408eb154d7 to 00e1ddd4230c (8 revisions)
834ca6869a : Roll Chromium from e9b55eb91cb1 to e1b5a693bbfe (303 revisions)
1971008801 : Vulkan: Call into vulkan directly for big size allocation.
bdb52cb8ba : Vulkan: Remove retains before acquireBufferHelper
866210add2 : Metal: Fix bytesPerRow computation for compressed formats
33c8a2d0dc : Roll vulkan-deps from 7f875b15c6a3 to 1a408eb154d7 (4 revisions)
d903818a85 : Roll Chromium from 573f2ec89cb9 to e9b55eb91cb1 (411 revisions)
3636d129ee : Infra: Enable Skia Gold tests on Pixel 6
d18e9e84af : Roll vulkan-deps from c9be322642fb to 7f875b15c6a3 (16 revisions)
dfde9f402d : Roll SwiftShader from 1d450ae99a0f to 103a69bd6c82 (3 revisions)
ff084b28d0 : Roll Chromium from e6765ea8299f to 573f2ec89cb9 (443 revisions)
5f7db77554 : Vulkan: updateUniforms when commandbuffer is valid
3587e217d9 : Remove copyResourceUseList from ShareGroupVk
956fb16ec4 : Remove Win NVIDIA dEQP suppressions
5e48e5b8d4 : Roll VK-GL-CTS from 2748d45ebbb4 to a22069b4e3b7 (10 revisions)
aefb2a99eb : vulkan: Call glFinish in VulkanHelper destructor
4a33204ce4 : Roll VK-GL-CTS from 20a474e64382 to 2748d45ebbb4 (1 revision)
039660a075 : Translator: Drop const from opaque parameter types
0360248c6b : Suppress flaky end2end failures on Mac/NVIDIA/OpenGL
03b3bc3f6f : Tests: Add Special Forces Group 2 trace.
c3f1596293 : Fix OOB problem in validationES.{h,cpp}
fef34a6efe : doc/DevSetup: Add Visual Studio Installer hint.
27b01dd4a8 : Roll SwiftShader from 011bba68c819 to 1d450ae99a0f (4 revisions)
fcd6e26057 : GN: Fix util target when X11 not enabled
b5d34da088 : Add src/tests/py_utils/ for utils, angle_path_util for imports.
7e61e176ef : Roll Chromium from 61150a1970a3 to e6765ea8299f (515 revisions)
8718783526 : Metal: For readPixels copy IOSurface to non-IOSurface texture
52237c322b : Suppress CopyTextureTest.CopyToMipmap on Intel Mac OpenGL
d2fd28caea : Vulkan: Relax advanced blend on VK extension requirement
c5271e8e69 : Vulkan: Emulate GL_KHR_blend_equation_advanced
01c0bc215f : Revert "Vulkan: Support Wayland"
af51a287ae : Vulkan: Enum class instead of bool didRespecify
e9d695b5dc : Roll vulkan-deps from 345e2a278e69 to c9be322642fb (74 revisions)
f00d827e03 : Roll SwiftShader from 620982155d55 to 011bba68c819 (4 revisions)
4b8e5db62a : Roll Chromium from f961a0d4732b to 61150a1970a3 (431 revisions)
985d429340 : Metal:Speed up BGRA8 to RGBA8 copy for readPixels
8074061d24 : Remove feature override platform methods
a0b5299b6e : Vulkan: Fix resolve with subpass into smaller framebuffer
6768aff710 : Fix Geometry Shader Conformance Test Failure on Pixel6
445bf9bdf5 : Use the real max vertex attrib index instead of MAX_VERTEX_ATTRIBS
d4cbd9bfe3 : vulkan: Mark external memory textures as preinitialized
291be0b7ad : Suppress multisample_interpolation dEQP failures on Pixel 6 Vulkan
9442b7a837 : D3D: Remove a pass-through function.
957f829745 : Vulkan: Change ContextVk to Context for BufferPool APIs
510351f200 : Vulkan: Support Wayland
ea86cfd2e3 : Roll chromium_revision f89964bd5b..f961a0d473 (990903:991486)
fb093278c1 : egl_angle_ext: add more missing extension enum values
93ccde91bf : Update ANGLE's docs regarding Windows 10 SDK version to use
19582d1201 : gl_angle_ext.xml: treat glProvokingVertexANGLE as alias
fec9c918e7 : Roll SwiftShader from d15c42482560 to 620982155d55 (2 revisions)
aed5951e3b : Reland "Vulkan: Fix texture-after-framebuffer sync issues"
797e627e64 : Autogenerate list of features as enum
eeb3965353 : Autogenerate features
9237272f9a : Metal:remove TextureMtl::mIsPow2
e08476cf5c : Metal: Avoid leaking MTLDevice lists in DisplayMtl
1b2adb4029 : Metal: Avoid leaking MTLFunctionConstantValues in ProgramMtl
a201bbc982 : egl_angle_ext.xml: add missing enums and typedefs
5c85fd4e11 : Add error check on resuming XFB with deleted buffer.
a947c5f56c : Skip BlitFramebufferTest.ScissoredMultisampleStencil
fb91e27cfb : add GL_ANGLE_robust_resource_initialization extension to xml
6803a2d01d : D3D11: implement SSBOs in pixel and vertex shaders.
c458b5add4 : Fix CheckedNumeric using the wrong type.
04782d86b8 : Validate vertex attrib index against caps.maxVertexAttributes
767b65939f : Roll VK-GL-CTS from 6f8a7182bd26 to 20a474e64382 (14 revisions)
b120ab6d49 : Roll Chromium from a01c0c749d0a to f89964bd5b42 (617 revisions)
1b94c58568 : Revert "Vulkan: Switch loader to new driver files env var."
727cd8ef66 : Fix pointer sscanf for ChromeOS
92e99653da : Fix crashes in gl::VertexArray::detachBuffer() and onDestory()
4b381f4193 : Vulkan: Fix descriptorSet perf counter values.
09a24f3d53 : Roll SwiftShader from d09282e5c609 to d15c42482560 (2 revisions)
5a16a1f99b : Roll Chromium from 64472fba3112 to a01c0c749d0a (448 revisions)
3cea7fcc01 : Split Context ResourceUseList to RP Commandbuffers
ac1301069d : Metal: Remove Unused IOSurface code
1f6123d554 : Vulkan: Switch loader to new driver files env var.
a16491d980 : Vulkan: Fix invalidation of non-existing aspects
d6ff967e31 : Roll SwiftShader from d3cc7d7ac0c3 to d09282e5c609 (6 revisions)
b7e8ab48d6 : Roll Chromium from 6f6eb80eab19 to 64472fba3112 (509 revisions)
ba04fcfd10 : Support ANGLE_PREFERRED_DEVICE on CGL
23558369a5 : Update perf tests arguments.
f36dde314e : D3D: remove NV GetDimensions() workaround for image load/store.
7a9856f672 : Report durations of all flaky retries in JSON test output
9d486a85e8 : GL: Unbind textures from FBO after calls to frameBufferTexture2D
a1c9ba709a : Update validation of glFramebufferTextureLayer for cube maps
152616eedc : Tests: Add Aztec Ruins High trace
06c201f842 : Roll SwiftShader from 1b159f6cdecb to d3cc7d7ac0c3 (1 revision)
b4eaa3a29d : Roll Chromium from 3c01a5c3bc2f to 6f6eb80eab19 (52 revisions)
ff9bd35d9e : Roll Chromium from c32f123be7eb to 3c01a5c3bc2f (107 revisions)
bac8915c5d : Roll Chromium from f39b4372b8a8 to c32f123be7eb (777 revisions)
366f60116e : Roll vulkan-deps from 6d732e01d9ea to 345e2a278e69 (3 revisions)
607d398e0a : Vulkan: Optimize resolve of multisample swapchains
0ffff9eda0 : Vulkan: Perf counters test for glInvalidateSubFramebuffer
ca3b7d35fe : Vulkan: Roll volk
3258477a00 : Skip car_chase on all Intel Windows platforms
78f5ef92a4 : Roll SwiftShader from 7d100c556081 to 1b159f6cdecb (2 revisions)
7b0f631824 : Vulkan: Wayland include directories
8b84cf15ee : Tests: Add GFXBench Car Chase trace
256bbb8ace : Vulkan: Don't invalidate resolve attachment except with MSRTT
b3fff1aaf3 : retrace_restricted_traces: Check for json file.
a11bf0edcf : Fix Max Atomic Counter Conformance Test Failure on Pixel6
a555be4aa5 : Tests: Add Scary Teacher 3D trace
e933df5131 : retrace_restricted_traces: Remove unused code.
808f754c4e : Capture/Replay: Use glFramebufferTexture2D for cubes
1a3411c7d7 : Set SKIPPED status on skipped tests, rely on it in Gold tests.
34471fed19 : Vulkan: Skip failing intel blend test.
4f7efb51b1 : Remove swiftshader_spirv_tools_dir
2cb264b5ad : Roll SwiftShader from a190ceed7293 to 7d100c556081 (9 revisions)
83d3a98cde : Remove commented out mSkipTest.
74eac5e5a5 : Roll VK-GL-CTS from fbc38865227d to 6f8a7182bd26 (14 revisions)
e7d44541ed : Use GTEST_SKIP to set gTest status of skipped tests to SKIPPED.
b33767ec9a : Revert "Vulkan: Fix texture-after-framebuffer sync issues"
bd7915fd02 : Use provided format as intended format for EGLImage from VkImage
4655ef15d1 : Roll SwiftShader from 649d6e46aeae to a190ceed7293 (1 revision)
4b26022591 : Roll Chromium from 804d5a91d49d to f39b4372b8a8 (124 revisions)
4b232a9a82 : Roll Chromium from 384f873e0970 to 804d5a91d49d (4365 revisions)
f41303cdad : Skip end2end tests timing out on TSAN and ASAN
535cd538f3 : Vulkan: Fix texture-after-framebuffer sync issues
4615a0355c : Skip failing tests on Pixel 6
6b94a71ce4 : Vulkan: Lift SwS suppressions.
ba0eba20b7 : Remove the TODOs regarding multisample buffer age
cd9e887aef : Vulkan: Add multisample buffer age tests
8f9043636b : Vulkan: Move memory allocation initialization code into function
b169f6f943 : Vulkan: Fix no location decoration vs framebuffer fetch
5cffbe9656 : Android: Track peak GPU memory in restricted_trace_perf
cc19587e29 : infra: Use logarithmic batching in LUCI config.
e10803f765 : Compiler: Allow deferred array sizing in geometry shaders
dd86dd15ba : Cache outer array offset in linked uniforms.
0754b1f720 : Roll SwiftShader from bc5bec05c369 to 649d6e46aeae (3 revisions)
57a081c76f : Roll vulkan-deps from e37ba68c0fde to 6d732e01d9ea (4 revisions)
d3492eef5c : Vulkan: Handle border color for stencil component
fe28a4295a : Vulkan: Create buffer for vertex array if robust enabled
d2a7db9d08 : Metal: Remove DrawBaseVertexVariantsTest suppressions
5aaa402cb3 : Fix Surface use-after-free bug
1670c6dd45 : Metal: Buffer data is not correctly updated
078da78fdf : Vulkan: Support GL_EXT_EGL_image_storage extension
36e142c17f : Vulkan: Fix deadlock in device loss
4b262ffd5a : Vulkan: Don't reserve varyings for xfb if VK_EXT_depth_clip_control
cd3c74af1c : SPIR-V Gen: Fix aliasing out parameters
b3acad0cbe : Roll vulkan-deps from f9e3d5a50ca2 to e37ba68c0fde (5 revisions)
3bdbfbf868 : Vulkan: Adjust border color
f5d20de8c8 : WebGL ReadPixels validation is incorrect.
36a051d83e : Vulkan: Move mid-RP color clear to loadOp if content undefined
162207306d : Vulkan: Enable framebuffer fetch on SwiftShader
e79ed0dc8c : Metal: Fix for not submitting command buffers in order
aef440e6b9 : Tests: Add Super Mario Run trace.
5040c4d82b : [Cast Convergence] Remove is_cast_desktop_build from ANGLE.
77d0aa5410 : Roll vulkan-deps from e38e969e37fe to f9e3d5a50ca2 (4 revisions)
f8ddca00cb : FrameCapture: Use getCompressedTextImage.
9a0b306dcc : Remove set but otherwise unused variables
2d54b68efb : Vulkan: Use storeOp=None more opportunistically
657738e04f : Vulkan: Remove suppression of fixed VVL errors
53a897e16c : Roll vulkan-deps from 8da5cdbde887 to e38e969e37fe (4 revisions)
39c50daf36 : Tests: Add Shadowgun Legends trace.
be53aea817 : Reland: Emulate RGB10 (no alpha) on desktop OpenGL.
a03ba73276 : Vulkan: add tests for clearing/drawing after invalidate
a161b08b4a : Roll vulkan-deps from 737665b8eab1 to 8da5cdbde887 (2 revisions)
53e432febd : Vulkan: Track LOAD/STORE_OP_NONE in perf counters
6a76aa3ffc : Fix -Wunused-but-set-variable
1205a7e1cb : Vulkan: always respect deferred clears in render pass
be0d78e5da : Roll SwiftShader from ea9806003d9e to bc5bec05c369 (15 revisions)
ce964d6689 : Vulkan: Add tessellation to GetPipelineStage helper
a02fa8a015 : Vulkan: mark image contents defined on clear-invalidate-clear
91667dcafa : Roll vulkan-deps from 9fd63df2bc48 to 737665b8eab1 (13 revisions)
638557ac1f : Add back another Pixel-6-specific FAIL expectation
d883495dc6 : Roll VK-GL-CTS from 823d49cf5f5e to fbc38865227d (6 revisions)
7e8e49a0b7 : Remove a set but otherwise unused var in DynamicImage2DHLSL.cpp
7a85d114b5 : Use [[nodiscard]] on RAII classes
bd173f0e87 : Capture/Replay: limit per shader image uniforms when capturing
e3c4491963 : Debug: Add angle_enable_trace_events
32af258def : Fix handling of incomplete CubeMapArray textures
041c4c6d28 : Vulkan: Track color attachment usage like D/S in render pass
b2c6e08e50 : Reland Remove unnecessary suppressions for Pixel6 dEQP
3f331faeb1 : Vulkan: Dirty bits for depth/stencil access and feedback loop
04680183f6 : Capture/Replay: Fixes for Car Chase
361874bba2 : D3D: generalize more stuff (mImages, mReadonlyImages).
cfee4070b6 : D3D: generalize Image2D, ReadonlyImage2D and AtomicCounter.
c399c69349 : D3D: more generalization: cached Image2DBindLayouts.
0c23c72b01 : Suppress -Wunused-but-set-variable in Bison-generated code
f2e7a2359c : D3D: generalize the Image2DBindLayoutCache to be per-shader.
4e939ac6c9 : D3D: generalize mImage2DUniforms.
3e0fba6095 : D3D: generalize DynamicHLSL calls to take a shaderType.
5d17caef2e : Migrate capture_replay sample to trace_fixture
1d71f55f3b : Remove unnecessary SKIPs for Pixel4* dEQP tests
0e6ba7d20e : Roll vulkan-deps from 3ef0c7c00c08 to 9fd63df2bc48 (6 revisions)
45543295b7 : Revert "Remove unnecessary suppressions for Pixel6 dEQP tests"
c8f86c2174 : A handful of clear-related tests
cdd97fb81b : Reland "Vulkan: Fix invalid access with display texture share group."
0455f356ed : Remove unnecessary suppressions for Pixel6 dEQP tests
dd4b2c2164 : Roll vulkan-deps from c4109411d3f3 to 3ef0c7c00c08 (28 revisions)
cbbf5b5daf : GL: Only log all GL driver errors on debug builds
18c36f8aa6 : Metal: Fix transform feedback with base instance
fa5c349dc7 : Add "use_custom_libcxx = false" to "roll_aosp.sh"
73ec28af7a : Revert "Vulkan: Fix invalid access with display texture share group."
09f55382da : Roll SwiftShader from 57eca9df5dc5 to ea9806003d9e (4 revisions)
b19e662a7f : TransformFeedbackQueryPausedDrawThenResume flaky
706824d837 : Remove "libcxx_abi_unstable" from "roll_aosp.sh"
1099b5ef22 : Vulkan: Fix invalid access with display texture share group.
cc9cdbd782 : Roll chromium_revision 3e4963702e..384f873e09 (982601:983904)
6bd11e287e : Add back Pixel 6-specific dEQP FAIL suppression
20e7bbb7ab : Vulkan: Fix invalidate of attachments with emulated format
e7f29440f0 : Remove dEQP FAIL expectations for passing tests
3210beb84e : Roll vulkan-deps from 61b4f5b95321 to c4109411d3f3 (7 revisions)
e1f37adc99 : Roll SwiftShader from 2f3af2452783 to 57eca9df5dc5 (1 revision)
ebf4c58fa3 : Capture/Replay: Enable test that no longer times out
df06c94599 : Capture/Replay: Skip binary IO test without binary formats
b9a83e149d : Capture/Replay: Recheck Flaky tests and update expectations
730c127102 : Vulkan: Submit queue more often for texture data
093d4287f6 : Roll vulkan-deps from 51988dcdccbf to 61b4f5b95321 (21 revisions)
0ffa221c15 : Update commit_id.py to use python3.
01be7a8340 : Fix Skia build
15fe04742b : Translator: Work around tool paranoia w.r.t repeated std::move
f6910a9a7d : Vulkan: Update pipeline creation doc
40afbe4b6f : Translator: Fix SimplifyLoopConditions producing dead code
cb990e40a5 : Roll SwiftShader from 341ad7e57a3c to 2f3af2452783 (2 revisions)
e56f185b3c : Metal: clarify instance count assertions
b2c01ac4f5 : Report process memory in perf tests.
9637185c3d : Add ForceGPUSwitch to EGL_ANGLE_power_preference
7c616871c7 : Metal: Implement ANGLE_base_vertex_base_instance
f96d2d35d4 : Test RGB invalidate with user FBOs
e74d0e81ff : Vulkan: Implement EGL_KHR_partial_update
b74d6768e8 : Vulkan: Refactor D/S usage tracking in render pass
a55526a5cd : Vulkan: Ignore VUID-vkCmdDraw-None-06538.
22f177ebee : Vulkan: Expose advanced blend for non-coherent devices as well
6590297389 : Roll SwiftShader from d01dca1d18d0 to 341ad7e57a3c (2 revisions)
3a529ce245 : Roll Chromium from 45902868a797 to 3e4963702e02 (1593 revisions)
8a2a4fa70f : Add loongarch support
1e6643d55a : Roll VK-GL-CTS from 8252a3d3cdd3 to 823d49cf5f5e (5 revisions)
44e84661a4 : Revert "Emulate RGB10 (no alpha) on desktop OpenGL."
479f198899 : Simplify ValidCompressedBaseLevel
b465a7366c : Metal: Remove redundant CommandQueue::mMetalCmdBuffersTmp
e8ee847d93 : Vulkan: Add UpdateDescriptorSetsBuilder.
7b7cf69e47 : Roll SwiftShader from c27e99245d42 to d01dca1d18d0 (11 revisions)
98bb4f32de : Vulkan: Implement advanced blend through extension
3ddb21fd6d : Front-end support for KHR_blend_equation_advanced
459bdc2f2c : Reintroduce validation check only for D3D
04460fe87d : end2end tests: add regression test for GL_LINE_LOOP drawing
d867ddbbb1 : Doc: Update supported EGL minor version
1dc9f12678 : Revert "Flush the texture staged updates when destroying context share group"
ed590dc8e7 : FrameCapture: Add override for Glsizei* types.
8fb0a63381 : Vulkan: VkFormat/DrmFourCC
f8a2229e27 : angle_system_info_test also exports androidSdkLevel
08e007ddbc : angle_system_info_test passes json via file
e498d88594 : Roll vulkan-deps from a11411926c31 to 51988dcdccbf (9 revisions)
63b54d9d07 : Do not copy parent layer frame position
349636a05a : Vulkan: Update mCurrentElementArrayBuffersync based on dirty bit
5c29d795d1 : Flush the texture staged updates when destroying context share group
6baf167563 : Remove invalid validation check on compressed texture formats
d4ddd0c199 : Vulkan: Handle the case where the bound buffer is empty
70af5ff03a : FrameCapture: Skip invalid VertexAttribPointer calls in MEC.
0c272c670a : Vulkan: VkFormat/DrmFourCC
2397b5fe32 : Vulkan: Temporarily suppress 3 perf counter tests on P6.
0f2482ff4c : Revert "Vulkan: VkFormat/DrmFourCC"
d14155171b : Skip no-op base instance draw calls
b9b64b15ce : Fix typo in DrawElementsInstancedBaseVertexBaseInstanceANGLE
dffc907729 : Roll Chromium from ffa866a5ae9e to 45902868a797 (562 revisions)
1760ce373e : Add usage of Spirv through glslang build flag
d914e7fba7 : Add device id as a part of the key in EGLDisplay cache
daef95775f : Vulkan: VkFormat/DrmFourCC
776c780422 : Roll vulkan-deps from 2d9abfbddc1b to a11411926c31 (18 revisions)
708ce9cfd6 : Fix crash when pausing XFB then deleting a buffer.
e9d9d9330e : Vulkan: Fix another corner case of mCurrentElementArrayBuffer
c32a6b217a : Roll VK-GL-CTS from f7e842466e0a to 8252a3d3cdd3 (8 revisions)
3739a195c2 : perf tests: Record perf counter metrics.
24ad581e7e : Roll Chromium from 06a76a17743b to ffa866a5ae9e (297 revisions)
7eb7596abf : Ensure non float uniform are actively used
5fe1d628ee : Roll SwiftShader from e3d910c94d33 to c27e99245d42 (2 revisions)
0beb36fb18 : Roll Chromium from ceeef8f99b7d to 06a76a17743b (500 revisions)
b97aab3f86 : Vulkan: resync mCurrentElementArrayBuffer when out of lineloop
1cfbe863ad : perf tests: Report multiple time metrics.
6404be2def : Emulate RGB10 (no alpha) on desktop OpenGL.
a956162cc0 : Vulkan: Expose performance counters via extension.
af2e0c01f0 : Capture/Replay: Override GL_HALF_FLOAT type for legacy formats
f7474347f9 : Roll SwiftShader from 3c9e2a377a64 to e3d910c94d33 (4 revisions)
09b55fbe98 : Roll vulkan-deps from 4661f6635ad5 to 2d9abfbddc1b (4 revisions)
7185c19ea9 : Roll Chromium from 7a1995be961b to ceeef8f99b7d (533 revisions)
66a5c92468 : Remove unused Semaphore::init
ab786b211d : Vulkan: Non-mutable DmaBuf images
fe4fa1cb2a : Vulkan: Tune pruneEmptyBuffers() to be a bit more aggressive
48c86e1b38 : Test: Add Solar Smash trace
4cca6b3e90 : Early return when rebinding the same buffer, sampler or texture
2bfec1a2c1 : Vulkan: Add EGL to VULKAN mapping for BT2020 colorspace
5e0c51ce7c : Roll vulkan-deps from a7a3a6313703 to 4661f6635ad5 (4 revisions)
6c0a001fda : Roll SwiftShader from fc40ddd2a901 to 3c9e2a377a64 (5 revisions)
592954dab7 : Roll Chromium from 614f751bf536 to 7a1995be961b (475 revisions)
2d12b32182 : Remove limit on exposeNonConformantExtensionsAndVersions to expose 3.2
24c641dce9 : Add stubs for AMD_performance_monitor.
2764bda91b : Metal: Fix MultisampleResolveTest failure on Vulkan_SwiftShader
7bf08f3c92 : Roll vulkan-deps from ac2a0b67e505 to a7a3a6313703 (7 revisions)
f2d32f9a5e : Roll Chromium from 62518720406c to 614f751bf536 (474 revisions)
74f3270214 : Metal: Fix for mulitsampled buffers losing their contents
ea70300ba0 : Fix base level changes not updating FBO completeness check.
47977b0e17 : EGL: Validate and implement dmabuf extensions
53eb767177 : Roll vulkan-deps from e572921329ff to ac2a0b67e505 (9 revisions)
4b1d67fd2d : Roll SwiftShader from 561264b73b36 to fc40ddd2a901 (3 revisions)
2e7cfa9b1f : Metal: Fix WebGL CTS fbomultisample tests failing in Metal
e75be480f8 : Roll Chromium from 46c84f1b0c3f to 62518720406c (527 revisions)
36132a2657 : Reland "add host cached bit for staging buffer"
e67027c2df : Vulkan: Fix DRM format support verification
389707fc48 : Capture/Replay: Clarify that capture is disabled by default.
36ce26469b : Vulkan: Align the size before calling into VMA's allocator
f9ade9fb4a : Vulkan: Add feature to create pipeline during glLinkProgram
fa595ac3fc : Docs: Update CaptureAndReplay to include Perf tests
1cef917c93 : Reland "Remove ImageViewHelper from ResourceUseList"
ef17f38a0d : Vulkan: Add overlay widget for cache key size.
bf3cdca584 : Capture/Replay: Mark two more tests as flaky.
f19ec9da37 : Add more of Frank's team to OWNERS
ee96a46107 : Vulkan: Fix missing empty buffer descriptor.
61e0c3196e : Tests: Add Fire Emblem Heroes trace.
31e739d61d : Roll VK-GL-CTS from 2328c3fcf88d to f7e842466e0a (5 revisions)
91dce10449 : Roll Chromium from e2a60c1d35cf to 46c84f1b0c3f (1077 revisions)
e14a20e307 : Revert "add host cached bit for staging buffer"
0b5485c513 : Call generate_test_spec_json with vpython3.
d9002eef2a : Protect against deleting a current XFB buffer.
8f9dac588c : Roll SwiftShader from 7089ef18891d to 561264b73b36 (7 revisions)
75422a6378 : Roll vulkan-deps from a30aef1d7967 to e572921329ff (5 revisions)
b72718d237 : Vulkan: Fix the data race for mUse from two threads
9050cd6425 : Add angle_white_box_tests to SwANGLE tests
4a4bb07b22 : Don't create a string out of a nullptr
e1af34a6f4 : add host cached bit for staging buffer
348ece4255 : Vulkan: Fix issue with redefining a layered attachment.
7b202392bf : Capture/Replay: Fix capture on Linux
83de4ebe74 : WATCHLISTS: Remove timvp@ from 'vulkan'
722ac97185 : Fix glClearColor calls to use GLColor32F constants.
55f57a37ab : Vulkan: Reserve memory in move-constructor of ResourceUseList
c1e328857a : Roll SwiftShader from 383901609736 to 7089ef18891d (10 revisions)
57dfa04b82 : Roll vulkan-deps from 7f867484330b to a30aef1d7967 (4 revisions)
6cb08a2203 : Revert "Increase end2end timeout and sharding on Pixel 6"
19fd3bc5e7 : Fix unaligned reads on armeabi-v7a
15b558c19c : Roll vulkan-deps from 6f0521f42451 to 7f867484330b (2 revisions)
c41cedd966 : Roll SwiftShader from 6e9eafd34639 to 383901609736 (1 revision)
0f6a12e3b7 : Roll Chromium from 4f52dd6c4de1 to e2a60c1d35cf (443 revisions)
1fd544a4ad : Vulkan: Disable shader validation cache on Android
51967b4fcf : Vulkan: Fix enabling external fences and semaphores
37bfc40d1b : Tests: Add Blade&Soul Revolution trace
5e87ae0a7d : Use VK_ANDROID_surfaceless_query for EGLConfig formats
6acb927fb5 : Tests: Add Castlevania: Symphony of the Night trace
2a9c4b01bf : dEQP: Enable CreateSurfacePlatformEXT tests
b92ebdb73a : EGL: Add code-gen for dmabuf extensions
ef6688c9e2 : Tests: Add Five Nights at Freddy's trace
bf619311fb : EGL: Implement isX11 for DisplayGLX
309e6daded : Tests: Add Final Fantasy Brave Exvius trace.
697a942b43 : Roll SwiftShader from 949ffcf55151 to 6e9eafd34639 (3 revisions)
1bfdc98109 : TorusBufferStorage: Regenerate buffer storage every second.
3e00c7d561 : Roll vulkan-deps from 4d9fe6bf1f0c to 6f0521f42451 (35 revisions)
5118002e76 : Capture/Replay: test and handle texture gen-on-bind
bc20e55be7 : Capture/Replay: test and handle renderbuffer gen-on-bind
efb951e8ca : Capture/Replay: test and handle buffer gen-on-bind
5236a767d2 : Capture/Replay: enable running GLES 3.2 tests with script
820a47bebf : Roll Chromium from 5feb16fcf80f to 4f52dd6c4de1 (446 revisions)
3288101865 : Capture/Replay: atomic counter buffer limits are shader specific
5749ec7d05 : Revert "Vulkan: Move mid-RP color clear to loadOp if content undefined"
c80c7ae3fb : Capture/Replay: Merge Deletes in Reset
cfe5a1735a : Vulkan: Move mid-RP color clear to loadOp if content undefined
802e0d4db2 : Document perf test metrics
977945fa6a : Fix self link broken by https://crrev.com/c/3124341
045e25de7d : Roll SwiftShader from f423bda7e8e3 to 949ffcf55151 (9 revisions)
56378606a3 : Roll Chromium from 903941d19666 to 5feb16fcf80f (645 revisions)
8390196a30 : Revert "Remove ImageViewHelper from ResourceUseList"
c11cef2fe5 : Add Clearifying comment about Occlusion Query Test
9bde0b7be1 : Add Trevor to ANGLE's OWNERS.android
fd44f1a052 : Update API version in VulkanHelper to 1.1
6db6048357 : Android: Skip flaky EGL end2end tests
ce243358e4 : Vulkan: Add precision fix to SPIR-V transformation validation
5e7a5acc58 : Add Chris Forbes to ANGLE's OWNERS.android
35046e0ad2 : Add Frank Yang to ANGLE's OWNERS.android
f762cb1bb3 : EGL: CreatePlatformWindowSurfaceEXT
a70d728c7f : Correct a typo that was keeping Skia from compiling.
ded252416b : Vulkan: Clear Recycler's mObjectFreeList on destroy
af45d166d9 : Metal: PVRTC formats fail conformance tests on simulator
1d137a48eb : Add to ANGLE's OWNERS
e8ce486e15 : Add to ANGLE's OWNERS.android
126e967de3 : Remove ImageViewHelper from ResourceUseList
5094968f2e : Vulkan: Account for Invariant in transformDecorate
06fead6dd5 : Roll VK-GL-CTS from d321c7ec84de to 2328c3fcf88d (4 revisions)
e2f8c5c65c : Vulkan: Add ClearBenchmark.Run/vulkan_scissoredClear
7f03fb5d8c : Roll SwiftShader from cd8e0282137f to f423bda7e8e3 (12 revisions)
240dcdff9a : Roll Chromium from effb00c1eb6d to 903941d19666 (506 revisions)
1e1505b53c : Upgrade Python scripts from Python2 to Python3
613ec1c81a : Vulkan: Duplicate dmabuf FD on import
c874943b95 : Rename FastUnordered types to FlatUnordered.
e2d5eb7295 : Vulkan: Wayland dependency
43273273f1 : Roll SwiftShader from 7529468c7902 to cd8e0282137f (2 revisions)
5ceded4370 : Roll Chromium from e092c426ee21 to effb00c1eb6d (431 revisions)
d3ded9aaf1 : Vulkan: Make Overlay init lazy
1e773db907 : Vulkan: Shader support for KHR_blend_equation_advanced
b69349bc62 : Tests: Add Real Racing 3 trace.
19704a89a8 : Capture/Replay: Capture GetTexLevelParameterfvANGLE params
cbc1c9c8af : Roll SwiftShader from b8d7deae87a7 to 7529468c7902 (5 revisions)
913d8add47 : Capture/Replay: Mark another test as Windows-only crash
223a25f013 : Capture/Replay: Allow capturing of multisample texture content
0d1f67d186 : Roll Chromium from 76e3790bfd26 to e092c426ee21 (458 revisions)
e47a67e47d : Update Python scripts to run with Python 3
3154b00bab : Increase end2end timeout and sharding on Pixel 6
b80635caaa : Revert "Vulkan: Suppress VVL message about allocation exceeding heap size"
2944e265de : Vulkan: Fix dmabuf memory importable check
a8ec86a5c8 : Roll SwiftShader from d25df2a67cd2 to b8d7deae87a7 (2 revisions)
937d5a5dee : Roll Chromium from 2b8afbc70460 to 76e3790bfd26 (193 revisions)
3a4f862f04 : Roll SwiftShader from b4a56a893496 to d25df2a67cd2 (5 revisions)
c4494a52a2 : Roll Chromium from 6594a8d1e6cf to 2b8afbc70460 (606 revisions)
de37ad1754 : Vulkan: Call releaseStagedUpdates before releaseImage
9296f3898e : infra: Enable Python 3 for ANGLE recipe.
78c64dd74e : Roll SwiftShader from 13f7365e81be to b4a56a893496 (11 revisions)
00c4dc93a6 : Python3: Update generate_test_spec_json.py
d98f4812c6 : FrameCapture: Capture empty buffer generation.
7a4fd4212b : Roll Chromium from d984ec3b132a to 6594a8d1e6cf (1749 revisions)
b1bdce5f2f : Roll VK-GL-CTS from 834c2e16ae1c to d321c7ec84de (7 revisions)
f996d4d879 : Vulkan: Fix DynamicBuffer cache reuse.
8dc9e83e34 : Translator: Fix RunAtTheEndOfShader w.r.t discard
00169174c1 : gl.xml: Remove GL_BLEND_EQUATION_EXT from GetPName.
8ade4c2f7f : Vulkan: Add overlay and stats for descriptor set caches.
671fcf732d : Vulkan: Add a feature to retain SPIR-V debug info
1315bc8168 : Vulkan: Refactor DynamicBuffer::allocate.
8d966f7dd3 : Vulkan: Simplify SubAllocation data types.
57b8b93324 : Roll vulkan-deps from 9fb91023eb58 to 4d9fe6bf1f0c (8 revisions)
ae9c94f1bd : Add instructions to build RenderDoc for Android on Windows
38723c28c0 : Vulkan: Allocate space for default attrib only if it is enabled
ad462491fb : Refine suppression for GLSLTest.SwizzledChainedAssignIncrement.
8cb5866713 : Vulkan: Add uniform descriptor set caching test.
bfbe866137 : Fix UpdateChromeANGLE on mac for debug angle
a0d558f09e : Vulkan: Fix D/S invalidation for MSAA EGL configs
3b8910625a : Roll Chromium DEPS manually.
fb6303a156 : Update docs for checkout with 'fetch' tool.
afacf7f996 : Roll vulkan-deps from 956ca5369840 to 9fb91023eb58 (10 revisions)
2893effa41 : validationESEXT: Implement ValidateGetCompressedTexImageANGLE.
b1075951dc : vk_helpers: Adjust CopyImageToBuffer extent to block size.
d77f64b35f : Roll SwiftShader from 5f1c00bda1c1 to 13f7365e81be (5 revisions)
bdedf146dc : TextureVk: Implement getCompressedTexImage.
5f3f13f698 : Vulkan: Invalidate D/S for multisampled EGL configs too
eeddb05040 : Metal: Incorrect parenthization for assignment expressions
ed39d49a2d : Metal: Fix Hang in WebGL CTS Occlusionquery_strict test
760253ce24 : Vulkan: replace uniforms FastIntegerMap with FastUnorderedMap
9318633707 : Vulkan: Check Serial is valid in SyncHelperNativeFence
904a47975d : Python3 upgrades
c590a1aa90 : Roll VK-GL-CTS from 2d1377ec02b5 to 834c2e16ae1c (1 revision)
3adace1531 : Don't expose detailed driver version info to webGL
255fec8928 : Remove reference to policy_testserver.py
e2f8ff32c1 : Tests: Add State of Survival trace
a5badc3ef2 : [infra] Update active lucicfg experiments.
cf4b50c5b9 : Vulkan: Retain images before changeLayoutAndQueue
3b8b1f709f : Roll SwiftShader from cbd31d271e4c to 5f1c00bda1c1 (12 revisions)
f3b6af597e : Roll vulkan-deps from 3a6f074dbd38 to 956ca5369840 (55 revisions)
ad4fae642f : Roll Chromium from c9825531290b to d984ec3b132a (580 revisions)
e504558775 : Debug Overlay Demo
527ceb73c9 : Vulkan: Switch XFB counter buffer to suballocation
a0bc9dab4e : Vulkan: Switch stencilBlitResolveNoShaderExport to suballocation
d36df8d736 : Unicode support for system_utils on Windows
54d428dd54 : Tests: Add MARVEL Strike Force trace
1e29ba6269 : Vulkan: Enable overlay by default with debug layers
19f405318f : Vulkan: Enable subgroup feature in GenerateMipmap.comp
2efbfd0580 : Roll VK-GL-CTS from 071bfca11aa9 to 2d1377ec02b5 (11 revisions)
c6f5a5bbe6 : Roll Chromium from c0b2804cbd93 to c9825531290b (658 revisions)
06edae72ba : Vulkan: Allow duplicated block name in different shader interface
6cced91b3d : FrameCapture: Remove destroyed contexts from share group
f7f2695603 : Vulkan: Fix two bugs exposed by moving mEmptyBuffer to suballocation
9b7a77b08d : Double batch timeout for sanitizer tests.
4b45576d41 : Keep ANGLE_base_vertex_base_instance available for ES 2.0
d285d6a729 : Vulkan: Use VK_EXT_depth_clip_control
3f0a28ba6e : Add entry points for EGL_KHR_partial_update
3b4548bb66 : Traces: Add restricted_trace_perf.py script for Android
a3c785fc10 : GL: Remove avoid_dxt1_srgb_texture_format feature
fd378ce5a1 : Rebind program on glUseProgramStages
3a72994ea3 : Vulkan: Add an end2end test
0a320d16fe : GetImageTest: Enable on Vulkan SwiftShader.
5687249184 : Roll Chromium from bf99b2cc0f6b to c0b2804cbd93 (526 revisions)
d5df233189 : Vulkan: Disable EGLContextSharingTestNoSyncTextureUploads on Pixel6
038adcae47 : Vulkan: Render the overlay in the graphics pipeline
b39add311a : Roll VK-GL-CTS from b594e2aabae9 to 071bfca11aa9 (1 revision)
419bca3f51 : Vulkan: Use Vulkan API directly for BufferPool's buffer allocation
6fd2588dfc : Update GL_MAX_CLIP_DISTANCES_EXT validation
734365a713 : Vulkan: improve command buffer reset performance
118ce6aae0 : Support to open d3d12 shared handles
a0e3a5fb97 : Roll SwiftShader from 0915ab4bddf7 to cbd31d271e4c (3 revisions)
f63d5f1c16 : Revert "Don't build dEQP tests on MSVC temporarily"
4b6a5a84b5 : Roll Chromium from 60719c9cd084 to bf99b2cc0f6b (543 revisions)
670a6e476e : Ignore invalid texture type error
91f92540c7 : Metal: Fix multisample resolves.
823522375e : Vulkan: Fix incorrect DescriptorSet's bufferInfo in XFB emulation path
37f59b8508 : Roll VK-GL-CTS from 97ceb2222747 to b594e2aabae9 (64 revisions)
02ce52d266 : Test: Add Lords Mobile trace
33d17b7fc1 : Fix perf test runner script.
4349904b07 : Add keying on backend to ANGLE Display caching.
9cfd872447 : Allow surface creation in DisplayVkNull
a91d56033b : Roll SwiftShader from e576ca6011cd to 0915ab4bddf7 (6 revisions)
4716e0fe8c : Roll Chromium from 817a527fde8c to 60719c9cd084 (571 revisions)
71d06198c6 : Vulkan: Fix vkCmdClearAttachments vs multiview
1b9774f577 : Vulkan: Force submit updates to immutable textures
a39618436f : Vulkan: Bind aligned default uniform buffer size.
6207fe88db : Vulkan: Minor cleanup to DynamicDescriptorPool.
5b43a30e3e : Overlay: Rearrange the font image
70c510eb2b : Vulkan: Use common storage for descriptor set descs.
50fb842d59 : Expand SwiftShader Win/ASAN suppression.
5204587698 : Vulkan: StreamVertexDataWithDivisor write beyond buffer boundary
d635feb115 : [fuchsia] Tests using additional_manifest_fragments are CFv1.
8622810c4f : Roll SwiftShader from ad6d7f84f2a1 to e576ca6011cd (19 revisions)
d066f9a346 : Roll Chromium from 26dacbf4b527 to 817a527fde8c (500 revisions)
2df2a9ec28 : Add instructions to enable Debug Overlay On Android
236a3d0f08 : Tests: Add Dead Trigger 2 trace
1acfe6597c : Test: Add Last Shelter: Survival trace
8b81742dd8 : Vulkan: Move shader resources descriptor set update.
02ad19e367 : Vulkan: Fix vkCmdResolveImage offsets
d9fcebb8a3 : Vulkan: Make framebuffer fetch syncval errors more specific
939da29455 : Tests: Add Magic Rush: Heroes trace
9208dcc659 : Revert "Vulkan: Enable framebuffer fetch on SwiftShader"
44deda4c25 : Tests: Add Dragon Mania Legends trace
959d4be5f4 : Vulkan: Remove buffer get method from descriptors desc.
b2006a2228 : Roll SwiftShader from 2b76a13c38ae to ad6d7f84f2a1 (1 revision)
06150ab2fb : Roll Chromium from 55ed02951fa2 to 26dacbf4b527 (583 revisions)
f65e7c3ca7 : Vulkan: Take base level into account in image views
6d30de10d9 : Metal: Fix ANGLEUniformBlock alignment
ac20272f6a : Vulkan: Fix present region rectangles
2eeb874886 : Vulkan: Enable framebuffer fetch on SwiftShader
2ab8f48fea : Allow glCopyTexImage2D from BGRX and RGBX to GL_LUMINANCE
c48e35b94a : Add more info in BlitFramebuffer error message
2b00f4f5a6 : Fix bug in protected content validation
706f8a3119 : Support gl internal format for creating EGLImage from VkImage
da87b1dbcb : Fix GLES Display creation on ChromeOS when Vulkan is enabled
7820ca23e7 : Vulkan: Binding available buffer range to descriptor.
8710d7fe27 : Roll SwiftShader from 6014f10de554 to 2b76a13c38ae (3 revisions)
0aca45c1fc : Roll Chromium from 8894f7c632dd to 55ed02951fa2 (509 revisions)
1608a9567b : Vulkan: Revert client vertex data streaming to use DynamicBuffer
9e32329985 : FrameCapture: Regen framebuffers on Reset
e897bf9aec : Remove gl_PerVertex-related suppression
3dbba51df8 : Reland "Vulkan: Enable ANGLE_texture_multisample"
83a3f654ac : Revert "Suppress GLSLTest.FramebufferFetch... on Pixel6 / Vk / Glslang"
4ac0f14363 : Vulkan: Fix gl_LastFragData transformation
f1159253dc : Expand suppression of Mimap tests to any Win/Swiftshader config.
e56f0e2933 : Vulkan: Check program fetch status when switching framebuffers
600ffa6ec6 : Suppress GLSLTest.FramebufferFetch... on Pixel6 / Vk / Glslang
4a65040b67 : Add new Vulkan uniform update test.
464396c7b9 : Roll vulkan-deps from fe093f4789c2 to 3a6f074dbd38 (8 revisions)
4c9f4519b9 : Roll SwiftShader from 4998c7b3a2b8 to 6014f10de554 (6 revisions)
6e7a7a03e0 : Roll Chromium from a210f891a450 to 8894f7c632dd (1053 revisions)
b756b2c274 : Suppress flaky Mipmap/Multithreading tests on Win/SwS/ASAN
812d5fffa2 : Metal: End the current render pass at glInvalidateFramebuffer.
7d7cca47fb : Vulkan: Update default FBO when fetch in use
25120c5607 : Mac: Try to diagnose crashes inside Core Animation.
139f4bd46f : Revert "Vulkan: Enable ANGLE_texture_multisample"
4948871001 : Metal: Remove emulatedInstanceID
57933493dd : Roll vulkan-deps from 9ee740d2e9ef to fe093f4789c2 (5 revisions)
72529c1971 : Vulkan: Fix a few framebuffer fetch bugs
fe56532f50 : Vulkan: Enable ANGLE_texture_multisample
bc3be5a83f : Vulkan: Add a dedicated suballocation garbage list
be2da23432 : Vulkan: Initialize exectuable with invalid uniform serial.
33427a4b37 : Vulkan: Fix vkCmdResolveImage extents
293c0b516b : Vulkan: Cache commonly used 6 ushorts stream index array data
38fada3510 : Vulkan: Add support for OES_primitive_bounding_box
91b383e82f : Translator: Emit warning when identifier has double underscores
945a09d109 : Vulkan: Fix off-by-one in DynamicBuffer.
d6fb76a68b : [fuchsia] Don't try to use calling executable path to load .so's
868c0739f3 : Vulkan: Fix image base/max level respecification case.
0a6c4310e1 : Vulkan: Fix incorrect gl_SamplePosition on ES3.2
693b48a077 : Roll SwiftShader from 4db20a80409b to 4998c7b3a2b8 (1 revision)
d1b1ef9afc : Roll vulkan-deps from 69f4b9c09e48 to 9ee740d2e9ef (3 revisions)
3c727e44e9 : Allow GL_RGBX8_ANGLE for texture copy destination
0692695403 : Roll Chromium from 97a33ab1a078 to a210f891a450 (477 revisions)
f810e99899 : Use a temporary timeout multipler for trace tests.
508a8a027a : Remove old spellings for SYNC-HAZARD-WRITE_AFTER_READ skips
2d3ce72d19 : Refactor shared library load to avoid allocations.
665ddccd88 : Vulkan: Emulate dithering
29d087df41 : Fix ANGLE_rgbx_internal_format's extension file name
471f185215 : D3D11: Fix underflow with computing small strides.
84470eb3dd : Roll SwiftShader from 518c5780ac4f to 4db20a80409b (3 revisions)
b934fad924 : Roll Chromium from 4d71de73b37d to 97a33ab1a078 (625 revisions)
a4a4fec8b7 : Roll vulkan-deps from f703f3cc0975 to 69f4b9c09e48 (10 revisions)
69263b3888 : Roll vulkan-deps from 746e518a0b0e to f703f3cc0975 (1 revision)
55ef2b4f76 : Update one more SYNC-HAZARD-WRITE_AFTER_READ skip
168e0ae50a : Vulkan: Refactor descriptor pool code.
a994ea994f : Update SYNC-HAZARD-WRITE_AFTER_READ skip
e03f17535c : EGL: mutable_render_buffer deferredFlush fix
e27bb3972a : Roll vulkan-deps from a19b5047ffca to 746e518a0b0e (5 revisions)
8a1f8af4d2 : Turn on the Vulkan backend on ChromeOS
9bf5716c84 : Tests: Add War Planet Online trace.
287057b3b2 : FrameCapture: Don't track coherent buffers before capture starts.
42c8b29d00 : Tests: Add Dead By Daylight trace.
46b420f664 : Roll SwiftShader from bca23447ad46 to 518c5780ac4f (7 revisions)
078f7ea066 : Roll Chromium from 8ff0cb4f71d8 to 4d71de73b37d (550 revisions)
c4a9d41696 : Metal: Refactor to build without SPIR-V
701d51b101 : Vulkan: Add SmallBufferPool for small allocations
66e01ae5a1 : Expand error message on BindTexture validation failure
706e44b06a : Tests: Add PUBG Mobile launch trace
df19e35a05 : Vulkan: Use queue for mGarbageQueue
4e644b330f : Vulkan: Remove ProgramExecutableVk back-pointers.
b3ed478090 : Change Windows display initialization from ANSI to wide version
602b957b88 : Enable robustnessEXT for SwiftShader.
8b966cfc51 : Roll vulkan-deps from ae6a4b829252 to a19b5047ffca (9 revisions)
322d118fca : Roll SwiftShader from 711968667748 to bca23447ad46 (4 revisions)
47d63b4e3d : Roll Chromium from 7b890e4b915b to 8ff0cb4f71d8 (485 revisions)
2ad5f350c5 : Vulkan: Fix texture array level redefinition
45237a047d : Metal: Fix undefined behavior of depth write
aadc643433 : Vulkan: Fix to correctly redefine gl_PerVertex in GS
25e8f02b0e : [infra] Use python3 for run_presubmit recipe.
a797088995 : Vulkan: Use queue instead of vector for mSharedGarbageList
39f66a9c18 : Vulkan: Support different SCBs for outside and inside RP
cb96c236a2 : Revert "Vulkan: Enable framebuffer fetch on SwiftShader."
7c1346bdc3 : Vulkan: Consolidate uniforms code in ProgramExecutableVk.
b2d55742b3 : Program: Add generic uniform update methods.
374e0c4394 : ProgramPipeline: Remove mHas members.
0dc0dc2a46 : Re-land: "Vulkan: Remove "fillProgramStateMap"."
5107231939 : Vulkan: Enable framebuffer fetch on SwiftShader.
1316d15349 : Roll vulkan-deps from 4ec99dddf407 to ae6a4b829252 (11 revisions)
f44159cdb4 : Roll SwiftShader from 366db5aedd90 to 711968667748 (8 revisions)
83ca1fbc50 : Roll Chromium from 94c8695167c4 to 7b890e4b915b (100 revisions)
54f8a8f716 : Roll Chromium from 35ed79e6a83b to 94c8695167c4 (935 revisions)
aaac31b484 : Unskip dEQP.GLES3/functional_shaders_operator_unary_operator_minus_*
c5498b957e : FrameCapture: Reset immutable buffers correctly.
8474c8e1c7 : FrameCapture: Add Renderbuffers to mStartingResources.
5f0badf454 : Vulkan: Prevent out of bounds read in divisor emulation path.
526c93ddfa : FrameCapture: Detect GL_MAP_COHERENT_BIT_EXT correctly.
f5dc2a9518 : Roll vulkan-deps from 238eaa6f9d25 to 4ec99dddf407 (7 revisions)
8fc4d3b1e6 : Roll SwiftShader from e823eef17385 to 366db5aedd90 (2 revisions)
d7585c22a8 : Capture/Replay: don't capture MS depth renderbuffer pixels
d6dd0cb52b : EGL: EGL_KHR_lock_surface3 backend
6a14e328b0 : Revert "Vulkan: Remove "fillProgramStateMap"."
bd87cc1ca5 : Skip flaky CopyTextureTest.CopyOutsideMipmap
c7f31b8ae0 : Expand TransformFeedbackTest.SpanMultipleRenderPasses suppression
296783294f : Vulkan: Fix advertised precision ranges
38deffe40d : Vulkan: Remove "fillProgramStateMap".
540b2e46a2 : Fix MultithreadingTestES3.MultithreadFenceDraw skip on SwiftShader
73c823108a : Update the Capture and Replay docs
85e2991f20 : Fix couple LSAN detected leaks in unit and end2end tests
adb8023833 : On invalidate, only sync the relevant framebuffer binding
a20cd8b733 : Fix initialization for ETC2 punchthrough alpha formats
cac4e54a6b : Mark GL_RGBX8_ANGLE format as filterable.
64c49da36f : Roll Chromium from b7f974a39665 to 35ed79e6a83b (570 revisions)
096c268bd3 : Add a few overrides for Samsung
339a6d1813 : Roll vulkan-deps from c9b583de6eb8 to 238eaa6f9d25 (8 revisions)
0f00fbae2c : Translator: Make vec/matrix size getters unsigned
ca3b28b4b1 : Metal: Fix compressed texture initialization and add DXT1 test
4a5a559d6f : Update Metal/iOS status from "planned" to "in progress".
a0fbcb3756 : Vulkan: Remove flush from SyncHelperNativeFence::serverWait
038d287722 : Roll VK-GL-CTS from bfede065f419 to 97ceb2222747 (3 revisions)
29e2546891 : Account for EGL 1.5 version when dealing with robustness
78d482e56a : Add standalone ANGLE Pixel 6 experimental bots
a5e22715e7 : Vulkan: Fixed TC shader and gl_PerVertex block interaction
a64d52fd23 : Add ANGLE_FORMAT_PRINTF() for catching format errors
31bb03fe25 : Add more tests for program pipelines.
e6ed6977c8 : Roll SwiftShader from 2e74d5dc03df to e823eef17385 (4 revisions)
a4b312c011 : Roll vulkan-deps from 70b3eb7a5ab4 to c9b583de6eb8 (1 revision)
515f60bd61 : FrameCapture: Keep MEC Setup resources in Reset.
034b505872 : Roll Chromium from d5bf6f7f9376 to b7f974a39665 (478 revisions)
1ab6c9f696 : Hide ES 3.0+ extensions from ES 2.0 clients
2caa9d4fe4 : Vulkan: Add missing glGetProgramPipelineiv parameters handling
d235496894 : Vulkan: Rename BufferHelper::initFor* to allocateFor*
a83f7e91c9 : Vulkan: inline some of the BufferSuballocation APIs
1b5efe51aa : Vulkan: Rename SubAllocation to Suballocation
659725aaa2 : Metal: Cleanup texture caps init
3064920a90 : Capture/Replay: Serialize ActiveTexturesCache.
161643215f : Roll vulkan-deps from d1b842fca80d to 70b3eb7a5ab4 (4 revisions)
7ff95f28d8 : Roll Chromium from b24759852b71 to d5bf6f7f9376 (533 revisions)
1bd1a3db1c : Metal: Canvas resizing causes webpage to run out of memory
15439f8e40 : Vulkan: Remove BufferMemoryAllocator
dcac02ac1f : Revert "Enable robustnessEXT for SwiftShader."
ef3fffd6f3 : Fix running tests with empty test set.
e5c9b38596 : Add object label in glBindTexture() error message
b536079817 : Vulkan: Support fetching from default FBO
ff5368cd21 : Mark a context as shared if using global textures/semaphores
fc6b747dfb : EGL: Fallback to native device if no display available
55d1277031 : Metal: Cleanup autogenerated format table
cb7ff65c15 : Roll SwiftShader from f6bdbed95b37 to 2e74d5dc03df (7 revisions)
eda5aa0be6 : Roll vulkan-deps from 4cda77455291 to d1b842fca80d (6 revisions)
17f912bd62 : Roll Chromium from 8cf5fa683fa3 to b24759852b71 (537 revisions)
00a2a2f3e8 : Merge metal format table updates from Webkit
af8dd1c388 : Update documentation link
f071aaaf36 : Use first test name instead of shard index for TestArtifacts
7dda50fc00 : Add frontend for ANDROID_extension_pack_es31a
28f223acb4 : Vulkan: Add missing ESSL 3.2 builtin functions
400175d8ef : Copy shader buffers into pipeline executables.
892511fc36 : Isolate LinkValidateProgramInterfaceBlocks.
fdadc420a2 : Fix non-bot mode sharding on Android and disable elsewhere.
fa3241b706 : Vulkan: Move shader_framebuffer_fetch to FeaturesVk
9012c1288e : Add Microsoft vendor Id parsing to SystemInfo
453cd955ad : Add EGL_ANGLE_platform_angle_display_id to D3D11 backend.
a1858b024a : Tests: Add Respawnables trace.
b803b60df1 : Enable robustnessEXT for SwiftShader.
31942507f3 : Fix export_targets Windows presubmit with Vulkan Loader.
8eafe49123 : Roll SwiftShader from d7117384b0ee to f6bdbed95b37 (1 revision)
c31e14d9c9 : Roll vulkan-deps from d891854a594a to 4cda77455291 (30 revisions)
4572a17644 : Add support for GL_MESA_framebuffer_flip_y 3/*
a765500786 : Roll Chromium from 86a4c63b080e to 8cf5fa683fa3 (329 revisions)
9b231f090e : Vulkan: Fix incorrect bit test when mipmapping
158ecba6a0 : Vulkan: Remove cached Impl pointers from ContextVk.
5adee91611 : Wrap some global vulkan methods which depend on env variables
652e3db46b : use vpython3 in run_gtest_angle_test.py
770c81b911 : Roll SwiftShader from cd848cd695a4 to d7117384b0ee (2 revisions)
9cfb4dd911 : Roll Chromium from c00f3886d7aa to 86a4c63b080e (890 revisions)
0aae0d7ad5 : Update PrintSystemInfo with missing fields.
6601b8d2e9 : Vulkan: Fix storage buffer limits on geom/tess without Vulkan support
194538b945 : Remove submodules.
c4c73e827b : Fix RobustBufferAccessBehaviourTest.
30254d3494 : Ignore VUID-RuntimeSpirv-NonWritable-06341 warning
158d47831e : Vulkan: Suppress VVL message about allocation exceeding heap size
28f05f41e1 : Capture/Replay: Add annotation for crashing test
6e2ab29d1a : Avoid data race in overflow check.
4f3a50e550 : Roll Chromium from 3fcf884156d8 to c00f3886d7aa (595 revisions)
6312da1abf : Vulkan: Disable GL_KHR_parallel_shader_compile
9f3c306ec3 : Fix collection of systemDeviceId on Mac/M1
9b1a6d8a47 : Vulkan: Invalidate depth/stencil unconditionally
bd64b3eaab : Move pipeline uniforms into the executable.
985db64093 : Fix test harness config parsing in Compressed Tex tests.
f4b0a95f4e : Metal: Implement EXT_shader_texture_lod
814a78af5d : Roll Chromium from 3668290e6162 to 3fcf884156d8 (108 revisions)
d4412d0a01 : Roll Chromium from 3d4921afbcfd to 3668290e6162 (378 revisions)
2f4f5f8aa4 : Add EGL_ANGLE_platform_angle_device_id for the Metal backend.
0ab15998c1 : Translator: Don't promote precision for assignment operation lvalues
cd157aae58 : Revert "Use STL container for vulkan memory allocator"
89467fa564 : Roll Chromium from 597c376626be to 3d4921afbcfd (999 revisions)
d4c8209b3e : Fix validation of copyImageSubData related to texture completeness
4a819ee261 : Update code generation script to work with specified generators
96fd9b72d0 : Fix validation of glCompressedTexImage3D
926b43e751 : Reland: Frontend: separate lock in swap prep
2d1051778c : Enable a few features for Samsung
345cdcb0ff : Rename features for consistency.
b0e15ee48b : Decide GL_KHR_parallel_shader_compile in backends
a026d05360 : Add support for subgroupSize of 16 in Debug Overlay Module
f180ecc967 : Supress TransformFeedbackPausedDrawThenResume on Mac AMD
5ec02c8f4a : Roll SwiftShader from b57a3aaee927 to cd848cd695a4 (1 revision)
7f8e7c38ec : Roll vulkan-deps from 328da0f26e8e to d891854a594a (9 revisions)
0b02a592fe : Metal: Generated Metal shaders do not compile offline
6a25583333 : Metal: Fix transform feedback issue
37cde9e994 : Update GLES31 expectations file
e38dab0aac : Add missing implementation for glGetnUniformuiv()
74e03b9af4 : Expose the registryID of GPUs on Mac via SystemInfo
9d11a341c6 : Vulkan: Fix Vulkan SCB vs multiple subpasses
b90bcb9c82 : Roll vulkan-deps from 57e7495dc76d to 328da0f26e8e (4 revisions)
9f1dc3e993 : Roll Chromium from b91f3880e3ec to 597c376626be (567 revisions)
acd8fc76b2 : Vulkan: Distinguish RP and outside-RP command buffer types
eea7846878 : Tests: Add Angry Birds 2 launch trace
095d7c0a0c : Translator: Clean up spec const / driver uniform types
5c9bd7bacf : Update Mac goldctl
4111f9ef13 : Add standalone ANGLE Mac AMD experimental bot
9d042d686f : Cleanup after iOS build fixes
99b021a153 : infra: Add TSAN and UBSAN tests to CQ.
b0feea4e42 : Suppress failing test on Vulkan/Intel/Linux.
60a8b59300 : Vulkan: Remove std::unique_ptr usage from BufferVk::mBuffer
217dc204e9 : Broaden TSAN EGL multithread suppression.
ae1a56b679 : Vulkan: Turn on GL_EXT_shader_framebuffer_fetch for ARM
9d668d6c47 : Revert "Frontend: separate lock in swap prep"
b2dac79d9c : Fix typo in EGLPrintInfo end2end Test
462cdb08e3 : Capture/Replay: Reset FBOs, RBOs, VAOs
4472b3b0d3 : Fix TSAN suppressions.
40c5cb255c : Frontend: separate lock in swap prep
c2a2961493 : Test Expectations: Use file order as override priority.
ece463808d : tests/EGLProtectedContentTest: Add QueryContext test.
1e2856fdcc : Update freetype-py wheel
a203e12636 : Roll SwiftShader from 0b901607cad4 to b57a3aaee927 (1 revision)
8ab13284ad : Roll vulkan-deps from 09edcd7c680b to 57e7495dc76d (27 revisions)
6f80fa0c37 : Roll Chromium from 8712e27d7e28 to b91f3880e3ec (349 revisions)
2ebdd23b60 : Cleanup TextureCubeTestES3.CubeMapPixelUnpackBuffer
caf6433add : Vulkan: Rename releaseStagingBuffer to releaseStagedUpdate
93159c020a : Vulkan: Remove DynamicShadowBuffer implementation
cf3812921d : Revert "Re-skip MSRTT tests on Linux/AMD/Vulkan"
3263eb01f8 : Vulkan: Switch GPU translated vertex buffer to NonHostVisible
8589c456a2 : Vulkan: Remove mStagingBuffer from ImageHelper and ContextVk
6da1ac8140 : Vulkan: Switch ReadPixels from DynamicBuffer to shared pool
ad27d5d6fc : Reland "Vulkan: Consolidate all vertex conversion buffers to shared pool"
535a903474 : Suppress headers includes privacy checks for iOS executables
a61a7f5976 : Vulkan: Use correct aspectMask
4e85bdd990 : Revert "Vulkan: Consolidate all vertex conversion buffers to shared pool"
cca412cd8b : Vulkan: Consolidate all vertex conversion buffers to shared pool
02f6226b77 : Avoid using GetCWD() on MacOS when possible
a0d0a1d65c : Roll SwiftShader from c73969d73ff9 to 0b901607cad4 (6 revisions)
e98b62727e : Roll Chromium from b1dc46c0f1be to 8712e27d7e28 (483 revisions)
fd0142714e : Vulkan: Match chromaFilter to min/mag for YUV AHBs
ccabfd1407 : out\Debug -> out/Debug, like in other places
abf17f0181 : Metal: Support depth filtering queries for D32, D24S8
f13f440e63 : Reland: Metal: Fix Webkit warnings in ANGLE build
39e1a2b2e3 : Suppress Vulkan/SwiftShader/AsyncQueue ASAN flakes.
7126c3a3c0 : Capture/Replay: Limit caps for QC/SwS
0e49a3dd47 : Vulkan: Add std::move support for BufferHelper
43b0e92b52 : Vulkan: Consolidate mHostVisibleBufferPool and mMapInvalidate
42cb6147f6 : Revert workarounds for exception handler code-gen with CFG enabled
e4c7efeaf3 : Capture/Replay: Fix GN build on iOS.
cabc3b982b : Move atomic counter uniform range counter to executable.
e9e9a2c6a5 : Do not pass mInstance to vkGetInstanceProcAddr
beda245960 : Add support for GL_MESA_framebuffer_flip_y 2/*
c984dad5fd : FrameCapture: Don't remove protection from shared pages.
d76515b89f : Roll SwiftShader from 433b1bf9bff2 to c73969d73ff9 (4 revisions)
1b2cb42228 : Roll Chromium from 1a9dad30c65b to b1dc46c0f1be (497 revisions)
cfc4db3464 : Metal: Provoking vertex support for Metal DrawArrays
a00b6ca46f : Roll Chromium from 04d22dcbc0f6 to 1a9dad30c65b (190 revisions)
5bd4596187 : Roll Chromium from 70ce2f66c417 to 04d22dcbc0f6 (183 revisions)
aad7ddb28c : Skip VulkanPerformanceCounterTest.InvalidateDrawDisable
0a6b789745 : Add macOS support to update_chrome_angle.py
4b3e3ed5f0 : Re-skip MSRTT tests on Linux/AMD/Vulkan
39810def0b : Roll Chromium from c764378a1f24 to 70ce2f66c417 (145 revisions)
9aca4285f8 : Traces: Fix path in retrace script.
0331738b4f : Fix extension download script, and update data.
58aeec65c9 : Capture/Replay: GN cleanups.
85de4f81e9 : Capture/Replay: Fix TODO in test utils.
b6399ac94f : Traces: Finish writing restricted trace doc updates.
fed9ba44f0 : Roll vulkan-deps from c32df39c11ce to 09edcd7c680b (1 revision)
65cc408c33 : Roll Chromium from e45e6e1a55ae to c764378a1f24 (157 revisions)
a400e76d02 : Vulkan: Don't expose MSRTT without VK_KHR_depth_stencil_resolve
9f74ec6157 : Skip angle_end2end_tests failing on Linux AMD RX 5500 XT
b7d2f4478c : Roll Chromium from d09758fa672c to e45e6e1a55ae (153 revisions)
6f1c39b52b : Vulkan: Restore color attachment mask-related blend states
95f6e6865f : Roll SwiftShader from 87c78ac5eb86 to 433b1bf9bff2 (2 revisions)
a026169c9a : Roll Chromium from 0635acc4de22 to d09758fa672c (93 revisions)
0a28c6c61b : Capture/Replay: Capture some MultiDrawIndirect parameters
5f53268ce4 : Capture/Replay: Gather Program sources directly from call
a920368935 : Roll Chromium from 52c4c43d687f to 0635acc4de22 (149 revisions)
fce4818638 : Roll SwiftShader from f354daff5a2b to 87c78ac5eb86 (2 revisions)
6c9b79eadc : Roll Chromium from 16dc16f9ec67 to 52c4c43d687f (244 revisions)
4d893a9359 : Re-land: "Trace Tests: Remove auto-generated code."
542f7d8087 : Vulkan: Copy buffer data to correct cube map face
582651bee8 : Roll vulkan-deps from fbeca8f4ea6a to c32df39c11ce (3 revisions)
5e0d978776 : Roll Chromium from 274ab850e849 to 16dc16f9ec67 (303 revisions)
2ebd583edb : Android: Remove setenv from common path
14af7a8da7 : Log subprocess output in run_perf_tests.py
2f3e6cc07c : Vulkan: Remove mShadowBuffer from BufferVk class.
7dfa69e69b : Unskip MRTSigned and MRTUnsigned BlendIntegerTest
993f388967 : Roll Chromium from 9ca41364d3dc to 274ab850e849 (341 revisions)
0e9353f60c : Skip RenderbufferDrawStencilThenUnresolveStencil on Linux Vulkan AMD
bc9d2d7de9 : Vulkan: Consolidate BufferHelper's code paths into one
4114fe23ce : Vulkan: Simplify transform feedback emulation logic
32d9e186d7 : Roll vulkan-deps from 5568048d205e to fbeca8f4ea6a (4 revisions)
ab288fea5d : Upgrade restricted traces. (Re-land)
c1f478fe01 : Frame Capture: Allow for no FBO when running MEC.
eba2e620f0 : Capture/Replay: Fix uniform program indexing.
73e764dc68 : Suppress capture/replay tests.
1da7e3afb2 : Revert "Metal: Fix Webkit warnings in ANGLE build"
bdaa046fe9 : Roll Chromium from 81decb7250e1 to 9ca41364d3dc (272 revisions)
a7e0d520f4 : Temporarily skip failing tests on Chromium
171bc07e2f : Don't silently drop out-of-range bits in BitSetT
eca427b28d : Vulkan: Add mutex to protect mVirtualBlock
c1598640b8 : Vulkan: Improve mid-RP clear warning message
4a03668d71 : Address comment in CL 3347143
cf8ac00a5f : Vulkan: Fix MSRTT w.r.t stencil-only unresolve
c07df6fe83 : Disable vulkan device select layer for msan build
aabfe8747d : Metal: Use the context device to Texture::resize
34ea811116 : Reland "Vulkan: Don't expose MSRTT on SwiftShader"
624e3c3d50 : Fix dangerous use of AutoObjCPtr after ownership identity change
4a148e9d9c : Revert "Vulkan: Suppress VUID-vkCmdDraw-blendEnable"
ede0b8b710 : Avoid ANGLE_MTL_AUTORELEASE inside ASSERT, it leaks on Release
cb4f441c80 : Roll vulkan-deps from 39f3a18bdfbe to 5568048d205e (8 revisions)
2f78b48db8 : Roll Chromium from 14ca75d254a5 to 81decb7250e1 (191 revisions)
001221f0ef : Metal: upstream fix from WebKit for texture leak.
dca434bdcd : Roll Chromium from 3f6c88f5581a to 14ca75d254a5 (401 revisions)
b9f2d9cc14 : Use text expectations to skip a test
6c894e8297 : Vulkan: Replace BufferVk::getBufferAndOffset() with getBuffer()
f2736f6dc8 : Tests: Add My Talking Tom Friends trace.
a93a3930b2 : Vulkan: Track enabled in VertexArray
83a670ab05 : Vulkan: Implement BufferPool using VMA's virtual allocator
8367971669 : Vulkan: Dirty vertex buffers if default attrib values changed
543f5750f7 : Vulkan: Disable protected memory for ARM
c7446ac423 : Add support for GL_MESA_framebuffer_flip_y 1/*
60383b41e6 : Tests: Add Dota Underlords trace.
f26687a033 : Tests: Add My Talking Tom 2 trace.
438de17ee5 : Roll vulkan-deps from a8221eed5970 to 39f3a18bdfbe (5 revisions)
e7413adff5 : system_utils_posix: Check for SEGV_MAPERR si_code.
6e5fd8165b : Support more ImageLayout in ConvertImageLayoutToGLImageLayout
b26bb13ab4 : Metal: Remove references to xfbActiveUnpaused uniform
bb5bab0319 : Roll Chromium from 2dae07eeb163 to 3f6c88f5581a (414 revisions)
c4d434b91d : Metal: Enable OES_fbo_render_mipmap
6706799186 : Metal: Fix Webkit warnings in ANGLE build
bda4932584 : Add guards for 64 bit types on 32bit systems
e7c9dbb88c : Skip SimpleStateChangeTestES3.OutOfBoundsByteAttribute on Pixel4 GLES
89e11878b2 : Vulkan: Fix the UAF issue with BufferData
ee1d3cf744 : Metal: Integrate Metal Binary Shader generation
3e7e2758f9 : Metal: Fix macOS ANGLE build on Catalina (10.15) SDK
05a44dd24d : Vulkan: Set content undefined on eglSwapBuffers
26fa0fe68b : Tests: Add Asphalt 9 trace
5275f487e4 : Vulkan: Disable async command queue with Vulkan SCBs
feb599ad89 : Invalidate EGL handles during eglTerminate
32e23bb9d4 : Expand WebGLCompressedTextureAvailabilityTest
d6b9a25977 : end2end_tests: Add SwS + AsyncQueue testing.
a0eb6146c7 : Update warning message for invalid include
cac81f0772 : Return full error info when opening a library with dlopen
90c3038e5b : Vulkan: Fix desc set updates with Vulkan SCBs
8419f4fcd1 : Roll vulkan-deps from c03890076954 to a8221eed5970 (2 revisions)
db367bd71c : Roll Chromium from 0c0a3654694f to 2dae07eeb163 (450 revisions)
bfc7f09ae9 : Revert "Upgrade restricted traces to new trace format."
800c6971c4 : Modified buffer fallback format to smaller storage format
709d872780 : Revert "Trace Tests: Remove auto-generated code."
3da54250b2 : Skip MultithreadingTest.MultiContextDrawWithSwapBuffers
7f1a0f89b4 : Switch to non-deprecated bbagent, remove defunct experiments.
9d49d8438f : Add WebGLCompressedTextureAvailabilityTest
5ee7dfbd5a : BufferSubDataTest.SmallIndexBufferUpdateAfterDraw testSetUp fix
e70a81b951 : Vulkan: Rectify typo introduced in 36fcf80b1f2a99
1c0bb44862 : Trace Tests: Remove auto-generated code.
76d420826f : Metal: ETC and ASTC are missing on M1
36fcf80b1f : Vulkan: Consolidate SamplerYcbcrConversionCache
9907d86e3d : Upgrade restricted traces to new trace format.
7b13a9ac9d : Vulkan: Fix dynamic partial update buffer data issue.
32f572b70f : Support creating EGLImage from VkImage
7fc6c07cca : Capture/Replay: Update process for trace upgrading.
fefd7ae66a : Revert "Enable the chromium recipe RDB results experiment for all builds."
c56f29a2a5 : BufferDataTest: Add more coherent buffer storage tests.
9df048efc2 : BufferDataTest: Do not require GL_EXT_map_buffer_range.
d4b8cd5eac : FrameCapture: Implement capture of coherent bufferstorages.
f236c8f29b : Roll vulkan-deps from a0a6270b47e4 to c03890076954 (1 revision)
66ad93511a : Roll SwiftShader from 592d413edb56 to f354daff5a2b (4 revisions)
39c759ea81 : Roll Chromium from 30aeba8927a2 to 0c0a3654694f (457 revisions)
5b858acfc3 : Vulkan: Fix the offset issue in multiDrawIndirect
42bd4fc29a : Metal: add ANGLE_metal_create_context_ownership_identity.
1fc9b7c6e0 : EGL: Add queries for EGL_KHR_protected_content
afca80a88a : Metal:Add debug info for shaders
f60b152cc6 : Frame Capture: Merge small frames into single sources.
b7a42c88cd : Vulkan: Remove VK_EXT_swapchain_colorspace check
f40e83cbd5 : Reduced "rx::vk::kInFlightCommandsLimit" from "100" to "50".
ea03bf47e5 : Vulkan: fix crash when clearing stencil
a27be08467 : Skip GLSLTest_ES31.StructAndArrayEqualOperator on Pixel 4
e8b186c989 : Frame Capture: Don't unmap regenned buffers in reset.
a24919e71a : Frame Capture: Clear array buffer binding in MEC.
a1e066db32 : Suppress Mac 12 failure
0f6be3e068 : Roll vulkan-deps from 267fa481ccad to a0a6270b47e4 (7 revisions)
b365a69edf : Roll SwiftShader from 4c62980da8c1 to 592d413edb56 (4 revisions)
8991bf5460 : Roll Chromium from 6214b401e0c5 to 30aeba8927a2 (473 revisions)
a1b9eb68e4 : Replace IOSurfaceSurfaceEAGL.mm table with less strict padding
194687e7cc : Metal: Fix M1 and iOS synchronization for readPixels
2d6caae459 : Metal: Add maximum render target size validation
cf9ab647a3 : Add early out validation in drawArraysCommon
d97b1c4a0a : Metal: Refactor restartRange cache
1642b4a364 : Metal: Fix Instanced Draw feature support on Simulator
2e66956611 : Metal: Refactors from Webkit
5068c04087 : Metal: Merge changes to mtlPixelFormatTable
56aee5d640 : Reland "system_utils: Add memory protection functionality."
66e1fb86e9 : Trace Tests: Ensure zillow runs on SwiftShader.
4d0de3d27a : Update the arg types for glMultiDraw*IndirectEXT()
f7d92a32f1 : Add debug info when loading EGL entry points fails
933f066e38 : Enable GL_ANGLE_texture_usage extension
cc516f9701 : Use STL container for vulkan memory allocator
9d5faed87d : Roll vulkan-deps from 38603b300bce to 267fa481ccad (8 revisions)
7a36a69bb4 : Roll SwiftShader from 4625f84e8d56 to 4c62980da8c1 (6 revisions)
fb82729dd4 : Roll Chromium from e1fa86b1827a to 6214b401e0c5 (1064 revisions)
ac9b2703e8 : fix typo: 'choromium' -> 'Chromium'
3be551d7c2 : fix directUpdate buffer pointer issue.
663831aa67 : Revert "Reland "system_utils: Add memory protection functionality.""
04110e4e67 : Metal: Fix Intel backend fails with tall texture
494a0ec21d : Vulkan: Append the actual buffer size when binding's size is 0
17f4d97a4d : Roll SwiftShader from a4232c15e287 to 4625f84e8d56 (5 revisions)
82d1f62e5e : Roll vulkan-deps from bc087f672f16 to 38603b300bce (6 revisions)
0e291f60cc : Skip couple flaky end2end tests on Pixel 4
9b23be9173 : Frame Capture: Fix client buffers in MEC.
0dad51780f : Sync logdog with Chromium
16ce5226e8 : Vulkan: Re-enable RGB8 for pbuffers.
55840e9024 : Vulkan: Fix deferred flush vs UtilsVk
b1c703e5f5 : Reland "system_utils: Add memory protection functionality."
4f42a4d3f7 : Add more support for GL_RGBX8_ANGLE
d02d6a40fc : Frame Capture: Track written files in ReplayWriter.
4b45831b64 : Add a multi-context sample.
0f09d378ed : Frame Capture: Track return value in max resource IDs.
87a8b79a29 : Roll vulkan-deps from 5c0e64524982 to bc087f672f16 (3 revisions)
2edb84e09a : Roll SwiftShader from 3e61a772b248 to a4232c15e287 (3 revisions)
c001954aa8 : Roll Chromium from 111e348dc9b4 to e1fa86b1827a (530 revisions)
b007e667a8 : Revert "system_utils: Add memory protection functionality."
0b3ae9b89e : Add kbr as code owner.
f64f9546ae : Reland "Decouple gl_BaseVertex/gl_BaseInstance uniforms"
333e61d31f : trace_fixture: Add UpdateClientBufferData2WithOffset.
dcadfa8770 : Frame Capture: Fix missing header include in shared setup.
ab75a90ff4 : system_utils: Add memory protection functionality.
3e493db20f : tests/AndroidManifest: Disable allowNativeHeapPointerTagging.
50d8a2af97 : Remove Skia Gold master usage
f455316570 : Roll vulkan-deps from 5b3be708ab2f to 5c0e64524982 (3 revisions)
c899424ca7 : Roll Chromium from 558e41ede9d4 to 111e348dc9b4 (338 revisions)
920a0a7f69 : Roll SwiftShader from a465cca8ec8d to 3e61a772b248 (4 revisions)
ca3dfbe78d : Roll Chromium from 840fab92609d to 558e41ede9d4 (627 revisions)
006c11d932 : Vulkan: Fix xfb query ASSERT on end
6d3435fddd : Validate SamplerFormat
6daca788be : Point to ANGLE Wrangler schedule website in document
929c8ed4e8 : Vulkan: remove staged updates on storage set
8313ffe276 : FrameCapture: Add ReplayWriter helper class.
60e457b8ba : Roll vulkan-deps from 9970c397e55e to 5b3be708ab2f (1 revision)
10e5f34d14 : Revert "Decouple gl_BaseVertex/gl_BaseInstance uniforms"
d02875522d : Reland "Vulkan: Implement GL_EXT_multi_draw_indirect"
5f1a0f320e : Vulkan: Resize deviceExtensionProps to deviceExtensionCount
2424172492 : Reland: Vulkan: Use vkResetQueryPoolEXT when available
9408adceae : Add Gold git main method
6a699d5d21 : Vulkan: Allow nonconformant EXT_gpu_shader5
1047af3816 : Fix changing attached renderbuffer from MSRTT to non-MSRTT
c88a73c8b8 : Fix flakiness in CpuTimeSleepy
6f96a1894e : FrameCapture: Clean up 'WriteCppReplayFunctionWithParts'.
6c00068c5d : Roll vulkan-deps from 933bb8aaaef9 to 9970c397e55e (7 revisions)
9498d04ba5 : Roll SwiftShader from f9c39655a610 to a465cca8ec8d (3 revisions)
f58b8aba06 : Roll Chromium from d666676e2702 to 840fab92609d (514 revisions)
fe42ac4df4 : EGL: deferredFlush fix for PRESENT_MODE_SHARED
f3052589f7 : Roll vulkan-deps from cb8be59599df to 933bb8aaaef9 (25 revisions)
8e6f38e5d7 : Revert "Vulkan: Implement GL_EXT_multi_draw_indirect"
38b96fccd3 : Roll SwiftShader from ff91ac52f4b7 to f9c39655a610 (1 revision)
29babe0fdc : Roll Chromium from d2d61620103d to d666676e2702 (101 revisions)
7107f8aa10 : Roll Chromium from 5bf1cc589ddf to d2d61620103d (907 revisions)
36bf1ebe5e : Decouple gl_BaseVertex/gl_BaseInstance uniforms
8815245a8c : Vulkan: Don't retain in buffer/imageRead unnecessarily
2d41e0f742 : Rework compressed texture pixel unpack state handling.
8f6f5a4bb2 : Vulkan: Fix image respecify's usage tracking
609eb31a69 : Skip MultithreadingTestES3.MultithreadFenceTexImage on TSAN
9d91064d6c : Document using Rubber Stamper for test expectations CLs
f84dc44fd9 : Add a test for changing an XFB buffer after Begin.
3b6f80b7f6 : Capture/Replay: eliminate redundant parameters in GenOnBind
5f67a941ff : Roll SwiftShader from f12305c3a0d9 to ff91ac52f4b7 (6 revisions)
fc860bc16b : Skip *Vulkan_AsyncQueue angle_end2end_tests on TSAN
8e43023684 : Enable the chromium recipe RDB results experiment for all builds.
45028d2937 : D3D11: Fix OOB access in vertex conversion code.
7817761a8b : Vulkan: Use the correct format when binding a pBuffer.
d7b3c6d109 : Don't build dEQP tests on MSVC temporarily
1125db9950 : Roll Chromium from b510b0864113 to 5bf1cc589ddf (826 revisions)
ce85463269 : FrameCapture: Fix Gen on Bind for MEC
440e5458ba : FrameCapture: Integer attribs in MEC
6572027251 : Add end2end gl test for *_ANGLE_vulkan_image extensions
2020ec2bff : Capture/Replay: run tests that will crash or fail compilation
17261f3bff : Remove not needed constexpr definitions, deprecated in C++17
739c414f77 : Roll vulkan-deps from 81bb0c5b367f to cb8be59599df (8 revisions)
949624bf5e : Skip MultisampleTest on Mac Metal
ef65edf2f2 : Add extension: ANGLE_rgbx_internal_format
44d0ef694a : Vulkan: Enhance SamplerDesc for YUV formats
568a350e7c : Suppress Texture3dTestES3.PixelUnpackStateTex[Sub]Image3D on Mac
a5e391d744 : Add GL_ANGLE_vulkan_image extension
00d0b79fda : Bug fix in BitSetArray iterator
f893c61bf8 : Update capture_replay_expectations.txt.
a56d3c1330 : Roll SwiftShader from edeff1f2e7db to f12305c3a0d9 (4 revisions)
460cb0d58c : Roll vulkan-deps from b497675b7cba to 81bb0c5b367f (2 revisions)
c789169b42 : Fix export_targets presubmit on Windows.
60e3dc124a : infra: Trigger win-trace on angle_end2end_tests changes.
14f55a7f18 : infra: Enable TSAN and UBSAN tests.
2797227b2a : dEQP: Add flaky result handling.
e0b4cf6cee : Fix Python3 usage with perf tests/gold tests.
268653c987 : Vulkan: Update a test to triger large dirty bit handling
d3aa873cf6 : Roll SwiftShader from 1d924bd00379 to edeff1f2e7db (1 revision)
48aab127d5 : Roll Chromium from 1f986773b3b2 to b510b0864113 (93 revisions)
7f1ab9bec9 : Vulkan: add explicit template specialization for barrierImpl
43ae783470 : GCC: fix type conversion in FramebufferGL
6eb3f661d5 : Roll Chromium from ad511b3c5051 to 1f986773b3b2 (589 revisions)
870f458f50 : Ignore the pixel unpack state for compressed textures.
e00ad44329 : Add EGL_ANGLE_vulkan_image extension
9f87adc2aa : Roll vulkan-deps from 6402aa39e588 to b497675b7cba (3 revisions)
49456ec408 : Roll SwiftShader from 17a11cfeb5f1 to 1d924bd00379 (3 revisions)
a092401558 : Metal:Fix GLSLTest_ES3.GLVertexIDIntegerTextureDrawElements Metal
110ac03afd : Vulkan: Revert change to sRGB override support.
2fa1adf000 : Revert "Vulkan: Use vkResetQueryPoolEXT when available"
6c172e4b87 : Add support for memory cleanup on process exit
f9097e1f00 : Roll vulkan-deps from 8d493b8df0d4 to 6402aa39e588 (4 revisions)
5fb45c12d9 : Roll SwiftShader from 9e727fadeb66 to 17a11cfeb5f1 (1 revision)
0828d20748 : Roll Chromium from 592e51326747 to ad511b3c5051 (470 revisions)
79f9d163b4 : Vulkan: Implement GL_EXT_multi_draw_indirect
6233dc7e8f : Roll vulkan-deps from b638c7fb7440 to 8d493b8df0d4 (2 revisions)
924c8d8ab4 : Vulkan: Fix image tiling when DRM format modifiers are specified
17bf6e9887 : Implement GL_EXT_multi_draw_indirect
2be4f04a47 : linux: enable angle gl for wayland only builds.
8b60855ba9 : EGL: implement EGL_KHR_mutable_render_buffer
97aa5187ed : Vulkan: Use vkResetQueryPoolEXT when available
4ae30a63fd : Vulkan: Don't attempt to convert vertices in empty buffers
ce6f9c8f00 : Update checked numerics library.
6e2e36cc8b : [Fuchsia] Fix SwiftShader ICD discovery
f2bf9954b3 : Roll vulkan-deps from 8e41c1d91f9d to b638c7fb7440 (8 revisions)
f8661920f9 : Roll SwiftShader from 6e23c082b73a to 9e727fadeb66 (3 revisions)
1d555687bc : Capture/Replay: Set FBO ID when generated on bind
b9e96af0a8 : Roll Chromium from 53373ae01d32 to 592e51326747 (437 revisions)
5859bb106c : Make D3D11 non instanced draw path explict
ef63736648 : Revert the order of texture sync and frame buffer object sync
9de37b5842 : Vulkan: Fix draw with emulated xfb without xfb active
b6e2e8a0de : GL: Fix share groups for display texture sharing.
d781ef09f6 : Roll VK-GL-CTS from 234f8a066b4d to bfede065f419 (18 revisions)
41a8981e81 : Use AttributeMap in eglLockSurfaceKHR's validation
ff89ba1b25 : Capture/Replay: Repeat logs for unexpected results
135362c9ce : Roll vulkan-deps from f2ad120142ed to 8e41c1d91f9d (4 revisions)
b13dbe758c : Roll SwiftShader from f5cf2d08ff9c to 6e23c082b73a (4 revisions)
bf2d35a064 : Roll Chromium from ebb70a6ec0bc to 53373ae01d32 (460 revisions)
647026fa49 : Reland "Fix unused variable "useSwiftShader""
18b9f2dcf4 : Revert "Fix unused variable "useSwiftShader""
d721cdefdc : Fix unused variable "useSwiftShader"
98a4922090 : GLES 1: Fix missing validation returns.
de5e857738 : MultithreadingTest: Initialize an atomic bool.
edc2cfe5ae : Fix signed integer overflow in angle_end2end_tests.
8d51bd4bdc : Capture/Replay: Add default return path for AccessParamValue
e28083ad6f : Enable RenderDoc capture for debug builds
f44a6fd2a6 : GLES1: Hard code integer values in the ubershader
0d67a4fa9f : infra: Increase gles1_conformance_tests timeout
1cc5d096ff : mathutil: Add roundDownPow2.
a00ce2ca57 : Vulkan: Fix CFI ignore config.
6a70398c9f : GN: Ensure using_sanitizer is declared even without //build.
bb75eac0e2 : Roll Chromium from c801e56b48b9 to ebb70a6ec0bc (399 revisions)
6168e30300 : infra: Enable flaky retries on Mac end2end_tests.
7e40d55651 : Roll SwiftShader from 4c687cc2f8ea to f5cf2d08ff9c (2 revisions)
b03d7f7773 : Roll vulkan-deps from 478aa76e7d38 to f2ad120142ed (3 revisions)
1f5eb6b8ed : Avoid Android vkEnumerateDeviceExtensionProperties() bug
1bcbbd3b98 : Roll chromium_revision 426f5c5607..c801e56b48 (941724:943107)
5f755c2906 : Vulkan: Lock around handle counter.
8700d9ccb7 : Vulkan: Lock around debug annotator.
8c6344928f : Updates to perf test running script.
06d345985a : Vulkan: Add mutex around cache stats.
5e6089d6ca : Roll SwiftShader from f0e8ec2da282 to 4c687cc2f8ea (4 revisions)
b59d71fa97 : Roll vulkan-deps from 50e341fc93fd to 478aa76e7d38 (7 revisions)
71bffb8af8 : Capture/Replay: Handle newly generated FBOs in tracker
9a36c3b6f1 : infra: Update NVIDIA to 1660 testing.
83fa18905d : Disable variable shadow warnings on more ES1 conformance tests
e9f9fa17da : Add cpu time measurement to perf tests
30c03b56b5 : Capture/Replay: Capture GetTexLevelParameter return param
613f03613b : Fix typo in SystemInfo_libpci.cpp
82cccf0407 : Capture/Replay: Additional tests that now compile
89e3de9720 : GN: Add symbolizer data for sanitizer builds.
3979383c2f : Roll vulkan-deps from 459e5e53952a to 50e341fc93fd (12 revisions)
fc5fe46dfd : Capture/Replay: Capture GetProgramResourceLocation name param
95e1d24484 : Capture/Replay: Capture GetProgramResource params correctly
3ce1abd852 : Test Runner: Print output snippet in test timeout.
c664c9fc04 : Vulkan: Generalize barrier VVL suppression.
de5a290df9 : infra: Increase sharding on SwANGLE trace tests.
b9c0194c4e : Add EVENT0 markers for why we call vkAcquireNextImage
27bc56c60e : Vulkan: MAP_UNSYNCHRONIZED_BIT: Skip ghosting/idling
647a703eb6 : Vulkan: Reorder logic in BufferVk::mapRange
b9a8f09229 : Disable variable shadow warnings on ES1 conformance tests
353b62c99c : Use Python 3 in trigger.py.
316dcb568e : Add SwANGLE Skia Gold testing.
f525d15506 : Update DEPS roller script to use 'main'.
9e4ade6898 : Roll SwiftShader from 6885768e737f to f0e8ec2da282 (10 revisions)
376d813654 : Roll vulkan-deps from 712bb5b10bcf to 459e5e53952a (6 revisions)
5c6998e4fc : Mark objects as initialized when robust init is disabled.
d27552f21f : Re-land: "Vulkan: Allow SystemInfo to pick ICD."
7d33e71af1 : Vulkan: SPIR-V Gen: Don't generate names for constants
96bce6bde2 : infra: Fix UBSAN build.
bc2ca15c35 : Declare "role/configs.validator" binding.
58f8449471 : Roll Chromium from 06cb60827cd5 to 426f5c560740 (142 revisions)
bb6732a346 : infra: Add Linux UBSAN/TSAN configs.
f7552844ee : infra: Add ASAN tests to CQ.
a05e6a7c0c : Roll SwiftShader from 82d932bdfc41 to 6885768e737f (14 revisions)
053b11205e : Roll vulkan-deps from 22e40c170f29 to 712bb5b10bcf (52 revisions)
5debe6156f : Roll Chromium from 6d25c1889eb7 to 06cb60827cd5 (1371 revisions)
ae3f67ab4a : Implement GL_EXT_multi_draw_indirect
fdad9531a0 : Forward extra --deqp-* flags to deqp
3a84ef5e30 : Add EGL_VULKAN_GET_INSTANCE_PROC_ADDR
3128c055cd : Vulkan: Add wait semaphores to queueSubmitOneOff
b45719aca4 : Roll third_party/vulkan_memory_allocator/ e0216a548..5e49f57a6 (87 commits)
d87d10cd19 : Fix ASAN issue with GLVertexIDIntegerTextureDrawElements
b2cf52e677 : Bug fix in unpack buffer validation
573f941584 : Vulkan: Prefer aggregate barriers on SwiftShader
6fe13477ba : Vulkan: Add external's pNext to ANGLE_external_objects_flags
eb3ef08eef : Vulkan: Differentiate perf warnings and RP closure events
dbc0c646c4 : Vulkan: Output the reason for RP closure in command buffer
a9f2e87ec9 : Revert "Vulkan: Allow SystemInfo to pick ICD."
eefb411126 : Roll SwiftShader from 73a6940a2d14 to 678d39313950 (4 revisions)
c6d86da214 : Add test for gl_VertexID and DrawElements
b1dcf97bca : Roll Chromium from 44723f7dd122 to 02bf0f96483c (416 revisions)
ee941238f5 : Capture/Replay: Mark another ImageTest test as FLAKY
9c486b6752 : Unoverride upstreamed dEQP fix
d2d3a54609 : Vulkan: Write perf warnings in command buffer
2aa62964a6 : Vulkan: Reset mFramebuffer when mFramebufferCache is cleared
558981c1e2 : Vulkan: Make write-after-invalidate checks more precise
b5adbe272e : Vulkan: Allow SystemInfo to pick ICD.
96b587b0e2 : Vulkan: Fix rendering to RGB external images
42c0207d76 : infra: Remove remaining references to 'master'.
b570a84498 : infra: Remove outdated "master" ref in CI config.
2a9e6e4828 : infra: Add tests to ASAN configs.
2a71c9cdbe : Remove stray deqp override file
a4a52f78e8 : EGL: Validate CreatePbufferSurface attributes.
4e26eac5b5 : Vulkan: Fix VVL warnings on extensions that are not enabled
393785b723 : Add attribute validation for context creation.
92bdb59b3c : Roll SwiftShader from 82d932bdfc41 to 73a6940a2d14 (1 revision)
b8d6331d53 : Roll Chromium from 6d25c1889eb7 to 44723f7dd122 (470 revisions)
ec5d3795f3 : Metal: Fix InvalidateCopyThenBlend
133cf4be64 : Fix out-of-bounds read in MemoryBarrierTestBase.
2d4bee832d : EGL: Add early exit when hitting invalid attribute.
5a5996aa5c : Vulkan: Handle missing decorations in SPIR-V precision fixer
f045fe079e : Fix MSRTT unsized texture formats querying supported samples.
0fcad6260a : Vulkan: Fix edge case with changing base level.
f422f21a4c : Reland "Metal: Reintroduce GPU power preference selection code."
53def659ce : Unskip RenderSolidColor test
6e6947e685 : Roll SwiftShader from 7e9b8b317f16 to 82d932bdfc41 (13 revisions)
3aa04f0029 : Roll Chromium from 76a46804f683 to 6d25c1889eb7 (471 revisions)
cd82286851 : Vulkan: MAP_INVALIDATE_RANGE_BIT: shadow or exclude
0b46ef4074 : Vulkan: Start on a MapBufferRange benchmark
24136212d6 : Allow GN specification of shared library extension name
5eb86d4ab7 : EGL: EGL_KHR_lock_surface3 frontend
d3e6771671 : EGL: EGL_KHR_lock_surface3
5ae7342b76 : [ios] Remove support for building with Xcode clang
91d3647325 : Fix invalidation of GL_FRAMEBUFFER invalidating READ FBO
517ff22004 : Add test for texture state change bug
ef93b32c10 : Vulkan: Fix deferred clears vs invalidate
67a8cf07a7 : Revert "Metal: Reintroduce GPU power preference selection code."
c9595b37ae : Roll SwiftShader from 4c6da56da96c to 7e9b8b317f16 (6 revisions)
5f7c3ba64b : Capture/Replay: Don't force initialization of FS inout vars
40ea507ec7 : Roll Chromium from f1944afd4c24 to 76a46804f683 (1053 revisions)
2dd6ea51db : Capture/Replay: Limit the sleep time based on unfinished jobs
fa2e374974 : Reland "rename use_x11 to ozone_platform_x11"
5c16f77b94 : Vulkan: Add flushCommandsAndEndRenderPassWithoutQueueSubmit()
53371cc0a7 : Vulkan: Use optimalBufferCopyOffsetAlignment
0e20c68092 : Sync framebuffer bindings in glInvalidateFramebuffer
a9f24fa529 : infra: Switch ASAN to 64-bit on Windows.
651ae514bd : Capture/Replay: Skip test of new failing tests
017161701b : Metal: Reintroduce GPU power preference selection code.
79a5dc0af7 : Vulkan: Fix spammy best practices message
f16d7b9cee : DEPS: Remove isolated client.
27a7002511 : Roll SwiftShader from 70f3a0ff7233 to 4c6da56da96c (3 revisions)
1f42f6bd1e : Add GL_RGB10_EXT format into list of supported formats.
ee8e8a68c5 : Roll VK-GL-CTS from 06492d671a2d to 234f8a066b4d (9 revisions)
5d8a89e44f : Vulkan: Always override surface format GL_RGB8 to GL_RGBA8
3861c90365 : Capture/Replay: Unsupress failures due to I/O block zero-init
adf878f39e : Vulkan: Synchronization tests for read-to-read transitions
52d6e36373 : Translator: Fix zero-init of nameless I/O blocks
4fd4eb5001 : Vulkan: Minor cleanups.
e10768f07b : Translator: Fix zero-init of I/O block arrays
d7090f5d71 : Add more attributes for EGL_ANGLE_device_vulkan
f7bcd91007 : Vulkan: Skip VVL barrier warning on SwiftShader.
019ddad593 : Reset cache in ProgramExecutable::updateActiveSamplers.
fab56bdb6f : Roll vulkan-deps from a46607dbd322 to 22e40c170f29 (6 revisions)
ad47e8605d : Roll SwiftShader from e733a26e2ba0 to 70f3a0ff7233 (3 revisions)
690e11ced0 : Roll Chromium from ff76252a7394 to f1944afd4c24 (513 revisions)
30afc25e1f : [ios] Remove support for building with Xcode clang
8c9b8f03e0 : Capture/Replay: Don't finish() destroyed Contexts
45ffabd0b5 : Skip world_cricket_championship_2 Intel Linux
73da16481a : Tests: Skip zillow trace on desktop Vulkan
270a2c0ef4 : Roll SwiftShader from 7a571328541a to e733a26e2ba0 (1 revision)
6791f0f1dd : Roll vulkan-deps from d388b3abde67 to a46607dbd322 (20 revisions)
a5e039b7c6 : Roll Chromium from b8a060d71358 to ff76252a7394 (1883 revisions)
30b01d8fd1 : Fix multiview framebuffer completeness check
2091451e52 : GLES1: Create multiple shaders based on state
7e70818a62 : Capture/Replay: Skip failing UniformTest tests
77eb8a491b : Metal: Reduce memory usage of attribute re-writing
0777af7050 : Env var for EXT_framebuffer_fetch_non_coherent
8aec7f358e : Add World Cricket Championship 2 Trace
afaa1287c7 : Vulkan: Don't submit XFB queries when XFB is inactive
e50894a08f : DEPS: Update Android SDK source to android-31
8df68fd477 : Roll SwiftShader from 542593f0e311 to 7a571328541a (2 revisions)
0e9e321b57 : Metal: Anonymous unused uniform structs not named.
604610b410 : Metal: Use Depth32F for DEPTH_COMPONENT16
88ca3b18ab : Expose translator issues with struct samplers.
a517d4d95f : Vulkan: Regression test for xfb query before resume
38d5349a90 : Fix out of range access in MemoryBarrierTest.
fce240c005 : AOSP: Use '-Os' rather than '-Oz'
0b56267f2d : Implement ANGLE_FALLTHROUGH macro.
c4921cd87a : Capture/Replay: Capture name in GetProgramResourceIndex
7952f84cd6 : Capture/Replay: Add ES3_1_Vulkan_SwiftShader expectations
548e7a2f71 : infra: Expose ASAN configs in try.
02cc418d4e : Capture/Replay: Mark test to be flaky on Windows
aaf82f38ff : Roll SwiftShader from 9d8950e082d8 to 542593f0e311 (3 revisions)
6a749cdacd : Complete validation of glGetAttribLocation()
a514df081d : Add detachShader capture calls in MEC
ab514d4ac0 : d3d11: fix typo in pixel shader function signatures
10356c0087 : Roll VK-GL-CTS from 49afd2823061 to 06492d671a2d (6 revisions)
616dc2688f : infra: Add ANGLE-side configuration for ASAN tests.
ab42673590 : Template gl::Rectangle so it can be used for float
a7b3551ef2 : Roll vulkan-deps from a03d00bd2a78 to d388b3abde67 (16 revisions)
5a0e6c1e85 : Suppress failing test
d2b4d9aec1 : Revert "Vulkan: Don't expose MSRTT on SwiftShader"
50fc2909d8 : Merge Webkit up to Oct 27 2021
683ab73891 : Android: Add back third_party/ to AOSP
4a2446c6b4 : Vulkan: Implement robust shader outputs.
800c6885e9 : Vulkan: Only add samplable formats to outCompressedTextureFormats
20ddb8027d : Fix Blitting in Metal backend.
c31855eaf5 : translator: Always report gl_FragData array size.
7bda9d735e : DisplayVkAndroid: Always expose EGL_RECORDABLE_ANDROID.
fb77afd3c7 : Vulkan: Don't expose MSRTT on SwiftShader
81d964a1ae : vulkan: implement EGLDevice for vulkan backend
32b3c96317 : Vulkan: Remove MSRTT assertion in the presence of OOM
694c50124e : capture_gles_3_2: Skip capturing debug calls
9f0db4a451 : Roll Chromium from 367ea8143d4d to b8a060d71358 (521 revisions)
bae19e0626 : Vulkan: Avoid unnecessary wait if mapBufferRange indicates read only
5c914b57b5 : Vulkan: SPIR-V Gen: Fix float+matrix
a4f1b0b9cd : Add back third_party/ directories
dacfa91778 : Disable flaky multithreaded tests
191c236a6b : Vulkan: Remove "current queue serial".
5da062baf1 : Translator: Fixed textureGatherOffsets validation
3a9f18f135 : Refactor program pipeline handling.
577cfeff92 : GN: Remove unneeded version header visibility rule.
6ce6788639 : Drop -Wweak-template-vtables
8019c4e5e2 : Roll vulkan-deps from e706a029a256 to a03d00bd2a78 (5 revisions)
404fbc6a36 : Roll SwiftShader from d143249a93bc to 9d8950e082d8 (3 revisions)
540118b10f : Roll Chromium from 6e4379b531a3 to 367ea8143d4d (450 revisions)
e514e1595c : win-trace: Skip failing tests
db83279a7f : Metal: Use 'fast' normalize to match DEQP expectations
c1b42740b6 : Metal: Use ES3 validation for GL_R/RG8_EXT formats
36eac05f9d : VANGLE: change the default vulkan device choose logic
f6878e8814 : Roll VK-GL-CTS from e2aeccde416b to 49afd2823061 (34 revisions)
ca5e6f685c : Vulkan: Fix accessing stale FB cached variable.
bbeba56a12 : Switch to python3 in DEPS
bc09d11947 : Roll SwiftShader from 21810915c4f1 to d143249a93bc (1 revision)
ed1d809d2a : Roll vulkan-deps from 06cd4429bf9e to e706a029a256 (10 revisions)
10dee5b4e3 : Run clang update script under python3 in angle
1d2752d84f : disable cfguards for all deqp tests
6e832bfe26 : Roll Chromium from b7a27dd8face to 6e4379b531a3 (441 revisions)
421dbf200d : Revert "Vulkan: Use different strategy for buffer memory allocation"
6b315a7845 : Revert "Vulkan: Let BufferVk call into VMA for allocation when possible"
55bd8d8f9c : Translator: Fix precision bug in HLSL generation
9ac2409e93 : Reland "Vulkan: Flush descriptor set updates during flush*Commands()"
6950c63783 : Roll vulkan-deps from 19d99befaa5f to 06cd4429bf9e (4 revisions)
411e94f565 : Roll SwiftShader from c5e237273696 to 21810915c4f1 (1 revision)
d636ca1ad5 : Roll Chromium from 9d26607df45d to b7a27dd8face (437 revisions)
894ce75fb2 : Vulkan: Let BufferVk call into VMA for allocation when possible
0dbe308d91 : Vulkan: Use different strategy for buffer memory allocation
2ca3552266 : Disable cfguard for tcu/depq test files
a02eb809aa : Metal: Allow zero-sized scissors
a800024023 : Don't release EGLImage refs until backends are respecified
d2c01d2ce5 : GL: Allow selecting virtualization groups at context creation
48b605d845 : Vulkan: Fix UBSAN error in CommandBatch
7a8ad7cb90 : Roll vulkan-deps from 4b6798af71b9 to 19d99befaa5f (6 revisions)
fc1fd31a5d : Roll Chromium from 75578cc5e47d to 9d26607df45d (282 revisions)
b638d29d40 : TransformFeedbackTest: fix buffer read overrun
c6db6cb66a : Roll libunwind together with Chromium
584f1b78cc : metal: fix crash when checking for flat attributes
fb82ec3c3a : FramebufferTest: fix read overruns in glTexImage2D upload
715b95f558 : DrawBuffersTest: fix use-after-free bug
be94719857 : avoid reading past end of stack array in GetEnvironmentVar
ee67219394 : SurfaceVk: Use vkGetPhysicalDeviceSurfaceFormats2KHR.
b4186c17fe : Roll vulkan-deps from f70ffc911963 to 4b6798af71b9 (11 revisions)
673ddaa02d : Roll SwiftShader from 6683bca5f94e to c5e237273696 (1 revision)
b823c720eb : Roll Chromium from af7960f051e8 to 75578cc5e47d (193 revisions)
9e8c929e7d : FastVector: fix stack read overrun in ensure_capacity
53b96df946 : Roll vulkan-deps from 59f9313742fc to f70ffc911963 (16 revisions)
52934a5dec : Vulkan: Use the UNDEFINED layout for ExternalPreInitialized
7163d9e6db : Roll Chromium from 3601990474ad to af7960f051e8 (157 revisions)
39f7e9b42b : Doc: Clarify purpose of listed build options in DevSetup.md
4c2c6bd291 : vulkan: fix read overrun in commonDebugUtilsLabel
290d21eb96 : Enable SwiftShader on Fuchsia
a716d88a51 : Roll Chromium from 0d66e54fc44e to 3601990474ad (437 revisions)
7ef9ecf0a6 : Add GL_ANGLE_robust_fragment_shader_output.
397a27bbd4 : VertexArray: on destroy, remove observer on element array buffer
85515acf14 : Roll SwiftShader from 2a86d62642ce to 6683bca5f94e (1 revision)
66e8faf7e5 : Remove ProgramExecutable's "isCompute" property.
aac5d67845 : Make "isCompute" private to ProgramExecutable.
bdc633a805 : Pass command type down to ContextImpl::syncState.
c621fd979e : Capture/Replay: capture some ProgramPipeline parameters
f020c7135f : Capture/Replay: Allow capturing Gen/Delete with zero elements
8b627444c7 : Capture/Replay: capture program with ActiveShaderProgram too
b06606b992 : Tests: Add Zillow trace
5a682795cc : Capture/Replay: Fix glAttachShader filtering
78ae5d70b7 : Vulkan: Remove support for GL_RGB8 from DisplayVkAndroid
43fd49e60c : Metal: Add Shadow Sampler Grad workaround for AMD
5ad7ae4a02 : Remove Nexus 5X expectations from dEQP tests.
420e77a64e : Revert "Vulkan: Flush descriptor set updates during flush*Commands()"
d8c18ac6d8 : Re-land: "Isolate commit_id.h from other code."
4b75345a7d : Vulkan: Don't create pipeline with depthWrite if !depthTest
5ab95ec344 : infra: In milo, split console into 'compile' and 'test'.
0fb59c09ee : infra: Remove old bot configs.
e5dafc3315 : Roll SwiftShader from 85101b9ec148 to 2a86d62642ce (3 revisions)
9a7b62ad40 : Remove glext_angle.h, merge contents into gl2ext_angle.h
066fb91b41 : Vulkan: SPIR-V Gen: Handle scalar(const) produced by index clamp
ca127443c8 : Roll vulkan-deps from fe06f6ff26f8 to 59f9313742fc (6 revisions)
660c44db1e : Roll Chromium from 0d22e489aa33 to 0d66e54fc44e (485 revisions)
ef237faf66 : Translator: Validate precision for function args
02b73c2fd7 : Vulkan: Flush descriptor set updates during flush*Commands()
bf42f0096f : Update bug number for point clipping AMD metal
83bb270544 : Update bug numbers in dEQP test expectations
d3753039db : Reland "RendererVk: Enable VK_KHR_image_format_list on SwiftShader."
eee3936bcd : libANGLE: Assert on mExecutable when syncing images
e0de97cf2d : infra: Remove SwANGLE bots from CQ.
e637e4c93b : Vulkan: Optimize updating blend state in pipeline desc
7defdb6044 : Revert "Isolate commit_id.h from other code."
7fea17b972 : infra: Add new configs to CQ.
4bb0a7af9d : Vulkan: Async Queue: Fix signal of external semaphores
c9e0da8e51 : Vulkan: Improve wording in DeferredClears.md
aa630727e3 : [milo] migrate to new bug_url_template
1d1b757350 : Capture/Replay: Skip binary formats test when none are supported
a213d0d251 : Roll vulkan-deps from a9d8c46f2b61 to fe06f6ff26f8 (7 revisions)
b8131bf456 : Roll SwiftShader from 33eaf1f76b60 to 85101b9ec148 (7 revisions)
2e0e9e8abc : Roll Chromium from 54930e1ff6ee to 0d22e489aa33 (634 revisions)
7f87a326e8 : Vulkan: SPIR-V Gen: Fix crash in array of struct constant
9a323cd05e : Vulkan: Suppress failing test on AMD/Linux
bb0e0dead2 : Roll vulkan-deps from 5be75e2ae595 to a9d8c46f2b61 (6 revisions)
e2e77baa13 : Revert "Revert "Translator: Remove the SH_VALIDATE flag""
670b58d8c5 : Revert "RendererVk: Enable VK_KHR_image_format_list on SwiftShader."
eb1d24741b : Vulkan: Add R8G8B8_UNORM to vk_format_map.json
8996b1e6c4 : Vulkan: Suppress failing async queue tests
bcd3ae6165 : Fix some instances of -Wshadow.
f7cbca80e0 : Update link to old presentation
6d7ebf656d : Isolate commit_id.h from other code.
ddedcdaff2 : Vulkan: Recycle vkAcquireNextImageKHR semaphores
87b4f0fbb2 : Suppress colorspace trace tests.
f3334d0361 : Vulkan: Fix importing layered AHBs
8fbce1e02e : Roll SwiftShader from ce1449fd798a to 33eaf1f76b60 (2 revisions)
485cb718c0 : Roll Chromium from 9fcbc0940fc3 to 54930e1ff6ee (222 revisions)
6c44865981 : Improve EGL validation errors
4d5711291e : Suppress ObjC exceptions in OSXWindow::messageLoop.
eb9b3f8eb6 : Update bug for intel metal mip test expectations
6cd1a0a5db : Metal: Update test expectations for AMD filtering issue
22ecd454a0 : Vulkan: Move BufferMemory class from vk_helpers.h to vk_utils.h
60271a715c : GL: Re-scope Intel/Mesa version for disableSyncControlSupport.
f5d659228e : Vulkan: Optimize QueryVk::getResult()
6f69986bd1 : Roll Chromium from b35194229662 to 9fcbc0940fc3 (624 revisions)
8ef1b2a2bd : Vulkan: Add BufferMemoryAllocator class
0c7018a596 : infra: Update bot naming scheme.
7aba3bc54c : Vulkan: Use a CircularBuffer helper class in SurfaceVk
58b47b1908 : GN: Disable SwiftShader by default with MSVC.
9e100e54ee : Roll vulkan-deps from 6fb1e5bb439b to 5be75e2ae595 (5 revisions)
a425ccea06 : Roll SwiftShader from e0af842a439e to ce1449fd798a (3 revisions)
57b73c07bc : Vulkan: SPIR-V Gen: TODO clean up
ca75c7bbde : Vulkan: Fix async queue testing
123ba58db7 : Vulkan: Remove "last submitted serial".
b3d772088f : Vulkan: SPIR-V Gen: Make unfolded constants SPIR-V constants
2aa5286d5f : Add Entry Point name to validation errors
9d3ec7d76f : Mac: suppress frequent test flakes on OpenGL backend.
1dc2b7028b : Vulkan: Pass shader module map to init pipelines.
2615e6b2cf : Remove the syncFramebufferBindingsOnTexImage workaround
06a4ce3b9e : Roll vulkan-deps from bd01823faf6f to 6fb1e5bb439b (12 revisions)
8559d50b3b : RendererVk: Enable VK_KHR_image_format_list on SwiftShader.
b95cdec382 : Vulkan: Switch to `std::unordered_map` to cache renderpass
b30dc00cd0 : Roll SwiftShader from ca2ada82f494 to e0af842a439e (3 revisions)
9f179f864a : Roll Chromium from a3c5add36792 to b35194229662 (448 revisions)
f3d5dac3ba : Vulkan: SPIR-V Gen: Drop dependency to glslang
d8471b290c : Fix ASAN bug caused by passing empty label string.
bf74475217 : README.md maintenance
d4c7b5946a : Add fixes on the doc based on Jamie's Suggestions
ea5804842b : Vulkan: Add feature flag to prefer CPU copy instead of staged update
9a48ad4ed0 : Vulkan: Add test for acquireAndUpdate
7d1b12eb59 : Clean up PlatformMethods enum allocation
100ebfd7f9 : Revert "Re-enable PoolAllocatorAlignmentTest.Alignment"
558eda6e20 : Vulkan: Remove provoking-vertex structs from "custom" list
bb5dbd4956 : Capture/Replay: Handle TvoidPointer in specialization
f25d1b2105 : Roll vulkan-deps from 0d9dbc23381d to bd01823faf6f (3 revisions)
697301645f : Roll SwiftShader from b0f8eb113c65 to ca2ada82f494 (3 revisions)
f8b1306f9e : Roll Chromium from 98d6c07f2252 to a3c5add36792 (519 revisions)
43be4d9cd8 : Vulkan: Fix unnecessary performance warnings for two tests
7eada73ac4 : Re-enable PoolAllocatorAlignmentTest.Alignment
6793d50e4f : Vulkan: Remove ImageHelper::setFirstAllocatedLevel and Add assertion
185e48a735 : Vulkan: Make TextureVk::mRedefinedLevels bitmask of gl::LevelIndex
01341f9483 : D3D11: implement EXT_clip_control
4b056a17b5 : infra: Remove android-angle-try from CQ.
fde87f5d38 : Fix negative fixed-point->float conversions
bcc8970347 : Translator: Remove disableValidateFunctionCall from transformation
8712495dab : Capture/Replay: Don't handle void pointers as const
f13731ae0e : Enable dEQP EGL + GLES 2/3 tests on Pixel 4.
2ab7a17810 : Vulkan: Remove suppressions for SPIR-V validation
fbf8d1ea1b : Remove windows.h from common/platform.h
44bef8ae5f : Remove traces of Feature Level 9_3 support from tests.
1713a1ddee : Roll vulkan-deps from 5d47d7c31f5d to 0d9dbc23381d (1 revision)
ea419e7c44 : Roll SwiftShader from eacf0cd26b0a to b0f8eb113c65 (1 revision)
5a83f3e400 : Roll Chromium from 27780e77056e to 98d6c07f2252 (388 revisions)
4349703b4c : Compiler: Remove unnecessary TODO
9ba5dcf604 : Vulkan: Fix inconsistency in half render area width/height
6cb599f9d2 : Vulkan: Change dest to dst for consistency
59eebb1732 : Roll vulkan-deps from 651804d6bf55 to 5d47d7c31f5d (5 revisions)
07363e5111 : Roll SwiftShader from a1594b97ef0c to eacf0cd26b0a (3 revisions)
83d94f456f : Roll Chromium from 5a257b4ccbc1 to 27780e77056e (441 revisions)
e2d9121725 : Vulkan: Lift helper_invocation suppressions
5812f66e45 : OpenGL: Lift image buffer windows/intel suppresions
af691fa7b4 : Vulkan: Lift shader_image_load_store swiftshader suppression
86a67b31fd : Vulkan: Lift shader_image_load_store suppression
53388e5421 : Vulkan: Remove VVL suppresions for VK_EXT_provoking_vertex
4ad55d073f : Vulkan: Turn 1-view multiview FBOs into no-multiview
c0ab6a77ef : Skip crashing pokemon_unite trace on Linux Intel
a364ea5910 : Revert "Update old NVIDIA bug suppression."
1fa59e56ab : Add Overlay Debug Document
4c23b817e0 : Roll vulkan-deps from d78bd80b30f6 to 651804d6bf55 (11 revisions)
5794073ab4 : Vulkan: Lift copy_tex_image_conversion test suppressions
da8045307f : Capture/Replay: Skip pokemon_unite on Intel+Windows
d134581bc8 : Vulkan: Remove SyncHelper::mEvent
9aa9f7c2f1 : Remove vertex attribute test suppressions.
74b2886f58 : Vulkan: Try to use CPU to copy when preserving old buffer data
e437c4adfd : Vulkan: Only preserve buffer data when BufferVk has valid data
0b779ac42a : Update old NVIDIA bug suppression.
666fcf386f : Rename functions that overlap with Windows APIs.
b03c475386 : Update suppressions for clear test.
e13bbea9e8 : Revert "Disable clearing textures for robust init on Mac."
6ffaed8658 : Remove N5X workaround in point size test.
4029a734ce : Enable previously slow Android Depth/Stencil tests.
90403672fb : Fix Wbitwise-instead-of-logical warnings
31426770ce : Re-add suppression for TransformFeedbackTest.BufferOutOfMemory
1d4566730e : Roll SwiftShader from 03fa329741b1 to a1594b97ef0c (3 revisions)
ce1a5798f2 : Roll Chromium from 85479eaa91b7 to 5a257b4ccbc1 (538 revisions)
86fe5f292e : VVL: Re-enable vkCmdDraw and vkCmdDrawIndexed
7ddfb56536 : Android: Re-enable Texture3DCopy.FloatFormats/*Vulkan
57dd7095ff : Capture/Replay: Suppress flaky ES3 test
701e8892f4 : Revert "Translator: Remove the SH_VALIDATE flag"
fab8834323 : WebGL Aquarium doesn't render with ANGLE Metal
4ca3d7d643 : Translator: Remove the SH_VALIDATE flag
fe943910e8 : Tests: Add Pokemon UNITE trace
af5ea7f9e3 : PrimitiveRestart tests fail due to incorrect draw commands.
5ab152c685 : Vulkan: Add tests that triggers acquireAndUpdate
a52f40324c : Vulkan: Skip releaseImage call when image is invalid
8770cefc54 : Capture/Replay: Store enums to JSON as hex
a559c77289 : Tests: Add BADLAND trace
5862234e72 : Remove old AMD/Windows/GLES expectation.
0f66c86181 : Add test that covers HLSL compiler bug.
212f4592dc : Enable direct-to-metal backend by default
b600d212d7 : Vulkan: Consolidate calls to respecifyImageStorageAndLevels
34ee74be58 : Vulkan: Remove unused imageBaseLevel from TextureVk::setImageHelper
80e31738aa : Capture/Replay: Suppress failing ES2 and ES3 tests
27e7c4dda9 : Vulkan: Submit commands when Sync objects are initialized
62414cf8f7 : Fix GPU-time-tracking in WebGL perf tests
95a5bbd4fa : Rename FullScreenQuad.vert to FullScreenTri.vert
8f9b6d29a7 : Add advice to download commit-msg hook
22ec42ac12 : Remove Skip for unsupported AMD config.
69e44a3ea8 : Roll vulkan-deps from 60326f21d82c to d78bd80b30f6 (7 revisions)
7e49055060 : Cleanup Android/Vulkan deqp_egl_test_expectations.txt
386a38bb73 : Roll SwiftShader from 8c181d7d1165 to 03fa329741b1 (1 revision)
df06a59f8e : Roll Chromium from 34d255f7dd4d to 85479eaa91b7 (1955 revisions)
995d174194 : Roll Chromium from 34d255f7dd4d to 8db0ca66018a (1757 revisions)
66c89b0fe4 : Fix and disable MSVC warnings
161668b665 : Refix ANGLE_DISABLE_POOL_ALLOC build
d14d0c3958 : Redisable PoolAllocatorAlignmentTest.Alignment in Debug
9a776e890d : Fix ANGLE_DISABLE_POOL_ALLOC build
83613eb05d : Add advice to cipd auth-login on macOS for Googlers
7b19a535be : Fix iOS build
26f9041b1f : DisplayVk: Always expose EGL_KHR_gl_colorspace.
207906c1b3 : Clean up Metal test expectations.
84f601ebb0 : Lift Intel specific test expectations.
4e22c2c31a : EGL: Merge DisplayAndroid/Gmb into DisplayEGL.
d920e4d145 : Assert that float32->float10/11 doesn't shift by more than 32
8906f242b5 : Change default alignment of pool allocator to pointer-aligned
71984bff9a : Reduce memory waste in PoolAllocator due to alignments
1cd6708a2a : Clean up the PoolAllocator class
ce63bc1f00 : [milo] update test presentation config to group by test_suite
1b669f5d7f : Add test names and metric names for BitSetIteratorPerf.
d78bd8360f : win: Remove call to deprecated GetVersionEx
a33c90fc6b : Roll SwiftShader from 70178a763bb9 to 8c181d7d1165 (2 revisions)
0a85f8f741 : Roll vulkan-deps from 9f83659e6f7d to 60326f21d82c (8 revisions)
dba896cf4b : Vulkan: Suppress modified device count warning
daaaba0a9b : Translator: Fix uniform/struct separation for anonymous arrays
27a98cf485 : Vulkan: Allow debug labels inside render pass
bab0e7171f : Update script to install ANGLE binaries in installed Chromium
69a91b3d78 : Add SwANGLE test configs to Linux and Win.
dde409be97 : Translator: Produce error on func(void, int)
0364270d67 : Alignment fix for IOSurface
ab7b5838b0 : GL: Remove old NVIDIA workaround.
dccc0f8c06 : Add docs for DXGI and D3D11 format tables.
22c9f779f1 : Add shader targeting language to WebGL compat spec.
18aa5d22ed : dEQP 3.1: Lift NVIDIA/Win/GL expectation.
234ebd583b : Lift old AMD/Win/GL expectations.
831f017e89 : Lift AMD desktop GL DrawBuffersTest expectations.
d4d4808f97 : Capture/Replay: Update more expectations and add bugs
de7c228041 : Roll vulkan-deps from 3f11eb9d9ae7 to 9f83659e6f7d (9 revisions)
9a45582596 : dEQP: Enable Android mipmap tests on GLES.
f85ec039a7 : Lift failing Android expectations.
a49394ae29 : Lift failing Android test expectations.
f00f100916 : Capture/Replay: Fix readback of zero-sized renderbuffers
2c9226e6ca : Add docs on how to request CQ/issue tracker access.
4f0e7e7f23 : Vulkan: Remove extraCopyBufferRegion workaround.
914ac20f6b : Roll SwiftShader from f43b9df4c8a9 to 70178a763bb9 (3 revisions)
2f1d503bcd : Vulkan: Fix Vulkan secondary command buffers
ad8e4d99a9 : Remove EGL_ANGLE_flexible_surface_compatibility
58626b8241 : Vulkan: Enable BlitFramebufferANGLETest tests
54d4bfe5f9 : Update ANGLE Metal to Webkit at Sept 29 2021
a44197b5ac : Tests: Add Mini World Creata Trace
f9410d5ef0 : Update shader translator docs.
57f67599d8 : Roll vulkan-deps from 78a1201f0716 to 3f11eb9d9ae7 (6 revisions)
1720c6aa06 : Roll SwiftShader from 1cdfcb680631 to f43b9df4c8a9 (3 revisions)
d3764f080f : Fix dEQP.GLES3/functional_fragment_out_array* on Direct to Metal
076366cc9f : Revert "VertexArray: Don't syncState on Buffer map/unmap."
0d9568093d : Roll VK-GL-CTS from 5d72b170aad6 to e2aeccde416b (13 revisions)
7c1622ca37 : Fix links with Handling Test Failures CL
98a6e0a465 : Suppress VUID-RuntimeSpirv-OpImage-06376
2c8afb6c44 : Update ANGLE_robust_resource_initialization about depth
fca9de6f6f : Fix Metal backend not clearing stencil buffer
61dc7698a4 : Add documentation about suppressing test failures
12e5a7db66 : Suppress VUID-RuntimeSpirv-OpImage-06377
32d6e8060a : Vulkan: Fix rotation of interpolateAtOffset
043120eee3 : Capture/Replay: Allow disabling program trimming.
f2f268b38f : Fix invalid Windows header include.
da3db87ec4 : Upstream latest changes to Metal backend from Apple to 7/1/2021
0b4508e5d9 : Add script to automatically download extension data.
2a8be9de18 : Vulkan: OES_shader_multisample_interpolation is now conformant
a097ee2ea7 : Vulkan: Fix clearing external images with emulated format
22d8115a20 : Roll vulkan-deps from 11c6360dd46f to 78a1201f0716 (2 revisions)
c39bff929a : Roll SwiftShader from cde65f7a8816 to 1cdfcb680631 (3 revisions)
f679d11e99 : Roll Chromium from 37e9c2c2d559 to 34d255f7dd4d (493 revisions)
3de06bcd0c : Roll vulkan-deps from 788a2f62acbe to 11c6360dd46f (144 revisions)
1fdedbd45a : Except "loader_windows.h" in export_targets.py
35708f98ac : Merge extension support docs.
4cb34637fa : Vulkan: Fix crash in async queue
0004ecc2a4 : Write GL info to test artifact in end2end_tests.
3d429f597f : VertexArray: Don't syncState on Buffer map/unmap.
cf8c567858 : Vulkan: Don't sync VAOs after BufferSubData calls.
b930b9d32e : Capture/Replay: Remove redundant "capture" from label
a78310ee7b : Clean up ImageTest.cpp
620881e920 : Re-add glmark2 build files so roller can merge new changes.
8870a4e204 : Roll SwiftShader from d625b6424dba to cde65f7a8816 (2 revisions)
326761afb5 : Roll Chromium from 5353b9932896 to 37e9c2c2d559 (481 revisions)
8d1e74abd5 : [milo] update test presentation config to show GPU column
5e02940105 : Add a new variant to the labeling API.
85de22fde4 : Set the viewport missing from a few tests
4647e4c5de : SwANGLE copy to IOSurface
84bf49a5bc : Vulkan: Fixed an issue with primitives generated query
30878d2ad5 : Buffer: Notify contents changed in a separate observer list.
696f853333 : fix GLSLTest_ES3.GLVertexIDIntegerTextureDrawArrays
5db7885f63 : FrameCapture: Fix GLES1 VertexArrayState
d5e0769641 : Roll SwiftShader from 562df4889b81 to d625b6424dba (2 revisions)
f90e2fd7b3 : Roll Chromium from de11715e63f4 to 5353b9932896 (497 revisions)
394dc64df2 : Change this expectation to skip on AMD only
c0aa61082d : Add new GL_RGBX8_ANGLEX format
dff5c7525c : Suppress VVL error: *InterfaceTypeMismatch
20be5bed84 : Expose EGL_KHR_no_config_context on more backends.
8f8ca06dfb : Roll vulkan-deps from b1e5bf7dd9c3 to 788a2f62acbe (13 revisions)
c42ef6096c : Roll SwiftShader from efbbb2f07b36 to 562df4889b81 (7 revisions)
a394a0b7dd : Roll Chromium from f340a513a5b7 to de11715e63f4 (90 revisions)
33207313b2 : Disable clearing textures for robust init on Mac.
998fd0d9e3 : Roll Chromium from 832ba3ce1a28 to f340a513a5b7 (398 revisions)
3719c172cc : FrameCapture: Filter program setup calls
5e182d2c67 : Add traces to CommandBuffer
1a0a0764aa : Translator: Fix outputting anonymous struct types
d9882db5f6 : Vulkan: Destroy unused resources in a timely manner
1168bd2884 : Roll VK-GL-CTS from 8e89717bf4ed to 5d72b170aad6 (5 revisions)
5b699b4b72 : Roll VK-GL-CTS from 7103920041db to 8e89717bf4ed (52 revisions)
dc99db9140 : Vulkan: Allow Vulkan secondary CBs to count their commands
cebca7c225 : Texture: Ignore buffer contents changed events.
bc8fe7dd5c : Translator: Fix removing inactive output vs SH_INIT_OUTPUT_VARIABLES
9391199053 : Add regression test for PBO write to vertex buffer.
55690b1c65 : Capture/Replay: Updated expectations: one fixed, one skip
32279f6e69 : Roll SwiftShader from c710de974936 to efbbb2f07b36 (5 revisions)
22f838dffc : Roll Chromium from 7292aaf5e212 to 832ba3ce1a28 (499 revisions)
29c01d5186 : Capture/Replay: Write the context serialization file correctly
9994110bae : Tests: Add Nier Reincarnation trace.
e024635d20 : ANGLEPerfTest: Skip tests when missing color space support.
952cb6a1e4 : WGLWindow: Add support for color spaces.
eb1d5ca5e9 : Vulkan: Enable sync validation
afe0dd9edf : Revert "rename use_x11 to ozone_platform_x11"
a427a7f403 : Roll SwiftShader from 6cbc24686901 to c710de974936 (4 revisions)
8d70df38ff : Roll Chromium from 00cee3eca956 to 7292aaf5e212 (453 revisions)
2d79918fdb : Vulkan: Pass command pool around
783936149f : Vulkan: Fixed bugs about VK_SUBOPTIMAL_KHR Image Acquire result
d71dc819c1 : Fixes for RowMajor test failures
6106da4987 : Indent Generated GLSL
a1b829dd96 : Vulkan: Retain src buffer in acquireAndUpdate()
4f2b299521 : Fix -Wshadow.
e1a9af6ae1 : Translator: Fix HLSL vs for loop's init not having initializer
da02c6d9a5 : samples: Improve TorusLighting samples.
3369f72057 : samples: Add torus bufferstorage ES3 sample.
3e234e2431 : PerfTests: Updates to several tests.
368c0ce944 : Roll Chromium from 0ca662a00a61 to 00cee3eca956 (280 revisions)
17b50dbcf8 : Roll Chromium from f50ae42daa8b to 0ca662a00a61 (158 revisions)
a58749edbc : Revert "Add standalone experimental Mac Intel and AMD bots"
92f1eb7bec : Skip Linux+AMD ComputeShaderTest test failures
5d281628c2 : Re-add libpng buildfiles.
c3e0eafaf3 : Revert "Perf Tests: Split samples into sub-tests on desktop."
49ac15a581 : Optimize VAO bindings.
47992c0a8d : Roll Chromium from 0537997114eb to f50ae42daa8b (490 revisions)
68c0da839b : Vulkan: Inform frontend when new buffer is allocated
9158436e1e : Vulkan: glMapBuffer(): Create new buffer (Buffer Ghosting)
57d59e8365 : Vulkan: Add ResourceWrite to track Read and Write Access
06c73b3d23 : Vulkan: Lift DS feedback read-only suppression.
7dd2361b62 : Metal: ANGLE Metal AutoObjCPtr == nullptr comparison is inverted
f6616c711b : Reimplement transform feedback on direct-to-Metal backend
a09dca6847 : Fix app trace heap buffer overflow
3666f00f91 : GN: Remove the "no GTest" dEQP targets.
59d31ea61a : Metal Direct: TinyDepthStencilWorkaroundTest.DepthTexturesStick
786d38af55 : Fix build in some configurations.
90c981dafc : Perf Tests: Split samples into sub-tests on desktop.
baeab3d212 : Roll SwiftShader from b7de6caa43b9 to 6cbc24686901 (7 revisions)
479864e8a9 : Roll Chromium from e515fa6a510e to 0537997114eb (434 revisions)
9184973fc1 : Add GetCompressedTexImageANGLE to ANGLE_get_image
0babcb0887 : FrameCapture: Scan Setup instructions
46149c0e12 : Translator: Fix pruning functions that declare a struct
86f2854579 : rename use_x11 to ozone_platform_x11
1ae7981088 : Capture/Replay: Update expectations and add bugs
c843d71a97 : Roll Chromium from 8878e9feb127 to e515fa6a510e (388 revisions)
458389f249 : Vulkan: Support Linux dma-bufs
c85d9a19ff : Destroy all unreferenced Contexts resources during terminate()
c8e13389c5 : Fix memory leak in StreamProducerD3DTexture.validateD3DTexture
1af5c46c7a : Move JsonSerializer from libANGLE to common.
48f869416e : Fix libpng warning.
89c555f164 : Roll libpng to current upstream top of tree
455362d393 : Update link to Chromium Modern C++ style guide
bf7fac123c : Vulkan: Fix getting driver priority with async command queue
883dcaae60 : Roll SwiftShader from 0fa19bd6c285 to b7de6caa43b9 (4 revisions)
7daecc63db : Roll Chromium from eac868c597aa to 8878e9feb127 (440 revisions)
e3e221f944 : Make backend ObjC struct match uniform block
23b1674302 : Fix compilation when disabling D3D back-ends.
653973e472 : Capture/Replay: Disable when no arguments specified.
14539cab33 : Suppress failing end2end tests on direct-to-metal/M1
44935e7951 : Change top-level AGI debug marker to not show parameters
dc08289d7a : Add a cubemap array texture validation
158ef351fc : Fix integer overflow in BlockLayoutEncoder
b918b1c656 : Auto-generate GLES extensions.
4fbbd09708 : Roll Chromium from 971faecbb6fc to eac868c597aa (476 revisions)
2eba872a93 : Capture/Replay: Run binary save/load tests only when supported
9121a79d64 : Capture/Replay: Don't set CWD and pass path information instead
c78ebccdb5 : Perf: Add _many_tex_draw test
0cea3fe2dc : Suppress more flaky tests
e84b015423 : Update extension boolean names.
085ab6e80c : Turn on Direct Metal tests
fc9457fb45 : Revert "Vulkan: Suppress CoreValidation-Shader-InterfaceTypeMismatch"
2d40fa9850 : Roll SwiftShader from 40adeaba22a6 to 0fa19bd6c285 (1 revision)
cc559b6fc4 : Roll Chromium from d2cc0410ebf0 to 971faecbb6fc (455 revisions)
1ca1589fed : Give GLES extension bools a vendor suffix.
9ada074a77 : Move capability values from gl::Extensions to gl::Caps.
9112b1a96d : Vulkan: SPIR-V Gen: Fix precision of findMsb
f2b7de84ba : Roll SwiftShader from 7f2c7d18de0c to 40adeaba22a6 (1 revision)
0546d7ba10 : Roll Chromium from b089638487b7 to d2cc0410ebf0 (426 revisions)
54e89a1b28 : Capture/Replay: handle param reading of glGetUniformuiv
e10a4031b1 : Vulkan: Add a test to triger large VAO dirty bit handling.
371542cd16 : Vulkan: Use VK_EXT_load_store_op_none
ca70b6367d : Vulkan: Reformat staged buffer data using CPU
e83f1b9a13 : Reland "GL: Relax the assertion to exclude BoundAsAttachment bit"
3ad0b862d9 : Revert "GL: Relax the assertion to exclude BoundAsAttachment bit"
6688622837 : delete a wrong comment
e1befb35d4 : fix a EXT_buffer_storage issue.
077b8eef1e : FrameCapture: Add ES 3.1 Vertex Attrib MEC support
b27bca08ef : GL: Relax the assertion to exclude BoundAsAttachment bit
5650273a14 : Capture/Replay: Capture trace file list to JSON.
112ca07960 : Roll SwiftShader from 446e61c24b37 to 7f2c7d18de0c (3 revisions)
47ab119874 : Roll Chromium from 6aa22be0c26f to b089638487b7 (525 revisions)
62c70b449d : Vulkan: Suppress CoreValidation-Shader-InterfaceTypeMismatch
9c6f6c3987 : nullptr_t to std::nullptr_t
7e8fa42993 : Capture/Replay Tests: Script cleanups.
247ee1c3a5 : Perf Tests: Output results in "msBestFitFormat" again.
6af7174ad1 : Fix OWNERS merge conflict between aosp and stage-aosp-master
bc1bf85b96 : Change the OWNERS to be the same as AOSP-master
c46285dfe0 : Remove all edits from upstream OWNERS file.
3ddf0392a4 : Remove local OWNERS edits so automerger can take upstream changes
76c2ed8e3b : Merge remote-tracking branch 'aosp/upstream-main'
5adca998a9 : Merge remote-tracking branch 'aosp/upstream-main'
ee8c6a15d2 : [LSC] Add LOCAL_LICENSE_KINDS to external/angle
4c0c417e6e : [LSC] Add LOCAL_LICENSE_KINDS to external/angle
c7fa43cf51 : [LSC] Add LOCAL_LICENSE_KINDS to external/angle
6bacaa6f88 : [LSC] Add LOCAL_LICENSE_KINDS to external/angle
0cb797b3cc : [LSC] Add LOCAL_LICENSE_KINDS to external/angle
ba86cc66c7 : [LSC] Add LOCAL_LICENSE_KINDS to external/angle
f82b62f9af : [LSC] Add LOCAL_LICENSE_KINDS to external/angle
03b24c0415 : [LSC] Add LOCAL_LICENSE_KINDS to external/angle
3e49eec21e : [LSC] Add LOCAL_LICENSE_KINDS to external/angle
76aff5868e : [LSC] Add LOCAL_LICENSE_KINDS to external/angle

+- Project: platform/external/ant-glob

63e5a64 : Jeff moved to a different team so remove him from OWNERS

+- Project: platform/external/apache-harmony

aa9807c : Add test for DriverManager.getConnection()
1aa107e : Revert "Add package to Proxy2Test"
d6898ca : Add package to Proxy2Test
f7cab74 : Disable errorprone's DoNotCall check in apache-harmony-tests
0448bd6 : Increase default timeout for ART gcstress tests
ee65a2a : Rename connected/disconnected callbacks to conform API guidelines

+- Project: platform/external/apache-http

dfaf07a : Set dist_group: "android" for external/apache-http java_sdk_libraries

+- Project: platform/external/apache-xml

987cf94 : Update cpe for vulnerability scanners

+- Project: platform/external/arm-optimized-routines

e952db4 : Add arm-optimized-routines to hwasan-postsubmit
74985fc : Only clear system_shared_libs when building for bionic

+- Project: platform/external/arm-trusted-firmware

1cafb08de : errata: workaround for Neoverse N2 erratum 2138956
7cfae9322 : errata: workaround for Neoverse N2 erratum 2189731
afc2ed63f : errata: workaround for Cortex-A710 erratum 2017096
213afde90 : errata: workaround for Cortex-A710 erratum 2055002
4618b2bfa : errata: workaround for Neoverse N2 erratum 2025414
65e04f27d : errata: workaround for Neoverse N2 erratum 2067956
9380f7541 : errata: workaround for Neoverse-N2 errata 2002655
08695df91 : refactor(plat/nxp): refine api to read SVR register
d01139f3b : feat(plat/marvell): introduce t9130_cex7_eval
0b702afc3 : feat(plat/marvell/a8k): allow overriding default paths
a64bcc2b4 : errata: workaround for Cortex-A710 errata 2081180
1ca722952 : refactor(plat/nxp): each errata use a seperate source file
9616db154 : refactor(plat/nxp): use a unified errata api
64cadc163 : refactor(plat/soc-lx2160): move errata to common directory
13bacd3bc : feat(plat/allwinner): add R329 support
f04dfbb29 : refactor(plat/allwinner): allow custom BL31 offset
080939f92 : refactor(plat/allwinner): allow new AA64nAA32 position
86a7429e4 : fix(plat/allwinner): delay after enabling CPU power
313927069 : feat(board/rdn2): add tzc master source ids for soc dma
fbcf54aeb : errata: workaround for Cortex-A710 errata 1987031
00bee9976 : errata: workaround for Cortex-A78 errata 1952683
099c90b81 : docs(plat/marvell/a8k): document MSS_SUPPORT and SCP_BL2 build options
b4f8d4459 : fix(el3_runtime): correct CASSERT for pauth
47d6f5ff1 : feat(cpus): workaround for Cortex A78 AE erratum 1941500
3af9b3f0f : docs(spmc): threat model document
578f468ac : feat(plat/xilinx/zynqmp): add support for runtime feature config
38c0b2521 : feat(plat/xilinx/zynqmp): sync IOCTL IDs
325716c97 : fix(plat/qemu): (NS_DRAM0_BASE + NS_DRAM0_SIZE) ADDR overflow 32bit
f4616efaf : cpu: add support for Demeter CPU
d810e30dd : fix(plat/arm_fpga): enable AMU extension
99080bd12 : fix(plat/st): apply security at the end of BL2
8913047a5 : feat(cpus): workaround for Cortex A78 AE erratum 1951502
d4ad3da06 : refactor(tegra132): deprecate platform
5d2793a61 : fix(rpi4): drop /memreserve/ region
30e8fa7e7 : refactor(plat/ea_handler): Use default ea handler implementation for panic
30a8f422b : build(deps): bump path-parse from 1.0.6 to 1.0.7
c7e4f1cfb : feat: enabling stack protector for diphda
6ec0c65b0 : feat(plat/arm): Introduce TC1 platform
100d4029a : errata: workaround for Neoverse V1 errata 2139242
1a8804c38 : errata: workaround for Neoverse V1 errata 1966096
62f9134de : revert(plat/xilinx): add timeout while waiting for IPI Ack
5183e637a : feat(plat/mdeiatek/mt8192): add DFD control in SiP service
f34322c1c : fix: avoid redefinition of 'efi_guid' structure
e1c732d46 : feat(ff-a): update FF-A version to v1.1
741dd04c8 : errata: workaround for Neoverse V1 errata 1925756
143b19651 : errata: workaround for Neoverse V1 errata 1852267
4789cf66a : errata: workaround for Neoverse V1 errata 1774420
050a99a62 : refactor: moved drivers hdr files to include/drivers/nxp
f21693704 : feat(sw_crc32): add software CRC32 support
c885d5c84 : refactor(hw_crc32): renamed hw_crc32 to tf_crc32
4b48f7b56 : feat(fwu): avoid booting with an alternate boot source
0f20e50b2 : docs(fwu): add firmware update documentation
c0bfc88f8 : feat(fwu): avoid NV counter upgrade in trial run state
2f1177b2b : feat(plat/arm): add FWU support in Arm platforms
396b339dc : feat(fwu): initialize FWU driver in BL2
0ec3ac60d : feat(fwu): add FWU driver
efb2ced25 : feat(fwu): introduce FWU platform-specific functions declarations
34f702d5d : docs(fwu_metadata): add FWU metadata build options
5357f83d4 : feat(fwu_metadata): add FWU metadata header and build options
a5fea8105 : fix(plat/ea_handler): print newline before fatal abort error message
749d0fa80 : fix(plat/fvp): provide boot files via semihosting
d21f1ddb7 : services: Fix pmr_el1 rewrote issue in sdei_disaptch_event()
ab061eb73 : rpi4: SMCCC PCI implementation
6e63cdc55 : rpi4: enable RPi4 PCI SMC conduit
92024f81a : refactor(plat/marvell): move doc platform build options into own subsections
d0d642450 : fix(fdt): fix OOB write in uuid parsing function
7b514399e : docs(maintainers): update imx8 entry
37596fcb4 : fix(sdei): set SPSR for SDEI based on TakeException
b5863cab9 : fix(plat/tc0): enable AMU extension
68ac5ed04 : fix(el3_runtime): fix SVE and AMU extension enablement flags
5a5e0aac3 : fix(gicv3): add dsb in both disable and enable function of gicv3_cpuif
0e54a7899 : refactor(plat/allwinner): clean up platform definitions
8d9efdf8a : refactor(plat/allwinner): do not map BL32 DRAM at EL3
ab74206b6 : refactor(plat/allwinner): map SRAM as device memory by default
bc135624e : refactor(plat/allwinner): rename static mmap region constant
9aedca021 : feat(bl_common): import BL_NOBITS_{BASE,END} when defined
7f70cd292 : feat: disabling non volatile counters in diphda
bf3ce9937 : feat: adding the diphda platform
bb320dbc4 : feat(ff-a): change manifest messaging method
b3c8fd5d7 : fix(drivers/scmi-msg): entry: add weak functions
7e4833cdd : feat(drivers/scmi-msg): add power domain protocol
302b4dfb8 : feat(plat/versal): add support for SLS mitigation
310c3a26e : fix(mediatek/mt8192/spm): add missing bit define for debug purpose
fd1360a33 : feat(common/debug): add new macro ERROR_NL() to print just a newline
d53c9dbf9 : feat(plat/imx/imx8m/imx8mm): enlarge BL33 (U-boot) size in FIP
1f81ccced : fix(plat/mediatek/me8195): fix error setting for SPM
182ce1015 : errata: workaround for Neoverse V1 errata 1940577
2c4b0c05c : fix(rk3399/suspend): correct LPDDR4 resume sequence
fc3300a50 : docs: add mt6795 to deprecated list
33e3e9254 : errata: workaround for Neoverse V1 errata 1791573
9f6d15408 : fix(plat/marvell/a3k): fix printing info messages on output
0e223c6a9 : fix(drivers/scmi-msg): smt: fix build for aarch64
9a9ea8294 : feat(io_mtd): offset management for FIP usage
bc3eebb25 : feat(nand): count bad blocks before a given offset
7e87ba259 : feat(plat/st): add helper to save boot interface
91ffc1def : fix(plat/st): improve DDR get size function
c1ad41fbf : refactor(plat/st): map DDR secure at boot
b230b3f2d : refactor(plat/st): rework TZC400 configuration
8d15e46c5 : docs: update supported FVP models as per release 11.15.14
c0cb6122b : docs(maintainers): add Julius Werner as Rockchip platform code owner
d3f8db07b : fix(plat/marvell/a3k): Fix building uart-images.tgz.bin archive
618287dac : refactor(plat/marvell/a3k): Rename *_CFG and *_SIG variables
12c75c888 : feat(plat/rcar3): emit RPC status to DT fragment if RPC unlocked
7937b3c70 : refactor(plat/marvell/a3k): Rename DOIMAGETOOL to TBB
7b209717d : refactor(plat/marvell/a3k): Remove useless DOIMAGEPATH variable
2baf50385 : fix(plat/marvell/a3k): Fix check for external dependences
04738e699 : fix(plat/marvell/a8k): Add missing build dependency for BLE target
559ab2df4 : fix(plat/marvell/a8k): Correctly set include directories for individual targets
528dafc36 : fix(plat/marvell/a8k): Require that MV_DDR_PATH is correctly set
f95d55121 : feat(plat/rcar3): add a DRAM size setting for M3N
c5f5bb17a : feat(plat/rcar3): update IPL and Secure Monitor Rev.3.0.0
4379a3e97 : feat(plat/rcar3): add new board revision for Salvator-XS/H3ULCB
726050b8e : feat(drivers/rcar3): ddr: add function to judge a DDR rank
ec767c1b9 : fix(drivers/rcar3): ddr: update DDR setting for H3, M3, M3N
b757d3a1d : fix(drivers/rcar3): i2c_dvfs: fix I2C operation
0dae56bb2 : fix(drivers/rcar3): fix CPG registers redefinition
36d5645ae : fix(drivers/rcar3): emmc: remove CPG_CPGWPR redefinition
21924f246 : fix(plat/rcar3): generate two memory nodes for larger than 2 GiB channel 0
e624e98dc : refactor(plat/rcar3): factor out DT memory node generation
ddf2ca039 : feat(plat/rcar3): add optional support for gzip-compressed BL33
52698a620 : refactor(mpam): remove unused function declaration
fa5817153 : fix(plat/xilinx/versal): use sync method for blocking calls
c063c5a4f : fix(plat/xilinx/zynqmp): use sync method for blocking calls
aa79421c1 : refactor(plat/arm): use mmio* functions to read/write NVFLAGS registers
79d8be3c1 : refactor(plat/arm): mark the flash region as read-only
59ea36485 : refactor(plat/arm): update NV flags on image load/authentication failure
49d3bd8c4 : feat(plat/mediatek/mt8195): add DCM driver
51018a055 : refactor(measured boot): revisit error handling (3/3)
0c83207a5 : refactor(measured boot): revisit error handling (2/3)
ddb07a568 : refactor(measured boot): revisit error handling (1/3)
82f9930d7 : refactor(plat/qemu): increase the non-secure DRAM size
ef65c9c6d : style(measured boot): fix incorrect indentation
859e346b8 : feat(plat/mediatek/mt8195): add SPM suspend driver
d336e093d : feat(plat/mediatek/mt8195): support MCUSYS off when system suspend
048189637 : feat(plat/mediatek/mt8195): add support for PTP3
9ff8b8ca9 : fix(plat/mediatek/mt8195): extend MMU region size
1bc02c2e0 : feat(spm): add Ivy partition to tb fw config
c04cb15cf : refactor(measured boot): remove weak definition of plat_get_measured_boot_data()
75569c309 : docs: update maintainer entry for nxp platform code
c25ff16ec : refactor(plat/st): add stm32image_io_setup
71693a663 : fix(plat/st): panic if boot interface is wrong
64dd1dee2 : refactor(plat/fvp): tidy up list of images to measure
cc255b9f8 : docs: explain Measured Boot dependency on Trusted Boot
7285fd5f9 : feat(plat/arm): enable PIE when RESET_TO_SP_MIN=1
309f5938e : feat(tc0): add cpu capacity to provide scheduling information
814646b4c : fix(tc0): remove "arm,psci" from psci node
63067ce87 : feat(tc0): update mhuv2 dts node to align with upstream driver
0c5e7d1ce : feat(sve): enable SVE for the secure world
f1b44a905 : fix(tc0): remove ffa and optee device tree node
05f667f0c : fix(tc0): set cactus-tertiary vcpu count to 1
1c1953653 : fix(tc0): change UUID to string format
e4d0fa0b2 : refactor(plat/nxp/lx216x): refine variable definition
96e63ccf2 : refactor(plat/nxp/lx216x): use common make variables
1a691455d : errata: workaround for Cortex A78 errata 1821534
f943b7c8e : fix(rockchip/rk3399): fix dram section placement
3f0bec7c8 : errata: workaround for Cortex A77 errata 1791578
4429b4716 : refactor(aarch64): remove `FEAT_BTI` architecture check
8d0036d3d : fix(tools/stm32image): improve the tool
c2d18ca80 : fix(plat/st): correct IO compensation disabling
c3327408e : fix(drivers/mtd): macronix quad enable bit issue
5130ad14d : fix(drivers/mtd): fix MISRA issues and logic improvement
f22350583 : fix(plat/st): add STM32IMAGE_SRC
72c788409 : fix(plat/st): correct BSEC error code management
a4bcfe94e : fix(drivers/st/pmic): missing error check
42822844b : fix(drivers/st/pmic): initialize i2c_state
8f97c4fab : fix(drivers/st/clk): use correct return value
4a840f27c : feat(tc0): add bootargs node
db97f9396 : refactor(plat/zynqmp): optimize the code to save some space
60a0dde91 : feat(plat/imx8m): add system_reset2 implementation
387a9065a : fix(fdts/morello): fix scmi clock specifier to cluster mappings
ce2b49b87 : refactor(gicv3): use helper functions to get SPI/ESPI INTID limit
30524ff80 : refactor(gicv3): add helper function to get the limit of ESPI INTID
28b3221ae : feat(plat/nxp/lx2): add SUPPORTED_BOOT_MODE definition
cd1280ea2 : feat(plat/nxp/common): add build macro for BOOT_MODE validation checking
9398841e2 : refactor(plat/nxp/common): moved soc make-variables to new soc_common_def.mk
9663160d9 : refactor(plat/nxp/lx216x): clean up platform configure file
5d5c3ff3f : refactor(plat/nxp/common): moved plat make-variables to new plat_common_def.mk
f1b6b014d : refactor(dt-bindings): align irq bindings with kernel
0a8143dd6 : feat(plat/zynqmp): extend DT description by TF-A
6b63125c4 : feat(plat/imx8m): add sdei support for i.MX8MP
ce2be321e : feat(plat/imx8m): add sdei support for i.MX8MN
7249e7f96 : build(hooks): bump trim-newlines from 3.0.0 to 3.0.1
05579daf7 : style(scmi_common): add \n to warning messages
1e9428ea9 : refactor(gicv3): add helper function to get the limit of SPI INTID
e3c07d2f5 : docs(imx8m): update build support for imx8mq
a5bcf8240 : fix(io_stm32image): invalidate cache on local buf
b6561c121 : refactor(io_stm32image): add header size variable
c1d732d0d : fix(io_stm32image): uninitialized variable warning
c20b06066 : refactor(plat/st): avoid fixed DT address
d3b0e8702 : refactor(plat/st): check boot device only for BL2
214c8a8d0 : feat(plat/st): add STM32MP_EMMC_BOOT option
f3d2750aa : feat(drivers/st): manage boot part in io_mmc
5014b52de : feat(drivers/mmc): boot partition read support
4143268a5 : feat(plat/zynqmp): add SDEI support
3f916a412 : refactor(plat/st): remove io_dummy code for OP-TEE
e1db570a3 : refactor(plat/st): remove BL2 image loading
06c3b100e : refactor(plat/st): rename OP-TEE pager to core
678ce2237 : perf(spmd): omit sel1 context save if sel2 present
183725b39 : fix(fvp): spmc optee manifest remove SMC allowlist
2e61d6871 : fix: random typos in tf-a code base
748bdd19a : fix(plat/arm): correct UUID strings in FVP DT
5a91c439c : fix(plat/marvell/a3720/uart): fix UART parent clock rate determination
99a99eb4d : docs: change Linaro release version to 20.01
371648e1c : fix(plat/marvell/armada): select correct pcie reference clock source
313362585 : refactor(plat/marvell/uart): de-duplicate PLAT_MARVELL_UART macros
6b557f48c : refactor(plat/marvell/uart): remove unused macros
b9185c75f : fix(plat/marvell/a3720/uart): fix configuring UART clock
7f2d23d9d : fix(morello): initialise CNTFRQ in Non Secure CNTBaseN
6c4973b0a : feat(plat/mediatek/mpu): add MPU support for DSP
7a30e08b7 : feat(plat/zynqmp): add support for XCK26 silicon
c6ac4df62 : fix: rename Matterhorn, Matterhorn ELP, and Klein CPUs
66a775283 : fix(plat/marvell/a3720/uart): fix UART clock rate value and divisor calculation
34b508be9 : fix(makefile): use space in WARNINGS list
99d37c8cb : fix(plat/imx): do not keep mmc_device_info in stack
46b903335 : refactor(plat/nvidia): use SOC_ID defines
48648c099 : refactor(plat/mediatek): use SOC_ID defines
dfff46862 : refactor(plat/arm): use SOC_ID defines
3d201787e : feat(plat/st): implement platform functions for SMCCC_ARCH_SOC_ID
92661e01c : refactor(plat/st): export functions to get SoC information
96b0596ea : feat(smccc): add bit definition for SMCCC_ARCH_SOC_ID
7bd64c70e : feat(plat/sgi): enable use of PSCI extended state ID format
9ed4e6fb6 : fix(plat/mediatek/pmic_wrap): update idle flow
f46e1f185 : feat(plat/mediatek/apu): add mt8192 APU device apc driver
ca4c0c2e7 : feat(plat/mediatek/apu): add mt8192 APU SiP call support
7eb422375 : feat(plat/mdeiatek/mt8195): add display port control in SiP service
481c7b6b9 : fix(docs): fix typos in v2.5 release documentation
e1e5b1339 : fix(plat/xilinx/versal/include): correct IPI buffer offset
2973dc5df : rpi4: update the iobase constant
2d31cb079 : TF-A: Document SMC_PCI_SUPPORT option
1cdf1eb87 : SMCCC/PCI: Handle std svc boilerplate
c7a28aa79 : SMCCC/PCI: Add initial PCI conduit definitions
475333c8a : SMCCC: Hoist SMC_32 sanitization
2671f3187 : feat(plat/mediatek/apu): add mt8192 APU iommap regions
77b680196 : feat(plat/mediatek/apu): setup mt8192 APU_S_S_4 and APU_S_S_5 permission
1cf6340da : docs: change owner for MediaTek platforms
9ce232fe9 : feat(plat/imx8m): add SiP call for secondary boot
a1cedadf7 : feat(hw_crc): add support for HW computed CRC
63ca6bbad : refactor(juno): disable non-invasive debug of secure state
a4371d1c4 : docs(prerequisites): add `--no-save` to `npm install`
7434b6520 : fix(hooks): downgrade `package-lock.json` version
12f6c0649 : fix(security): Set MDCR_EL3.MCCD bit
70c121a25 : feat(spmd): add support for FFA_SPM_ID_GET
92473b3be : docs(juno): update TF-A build instructions
ff2da9e33 : feat(makefile): incrementing minor version to reflect v2.5 release
7fff6c70e : build(hooks): update Commitizen to ^4.2.4
b5dd2422a : docs: spm design document refresh
ca9324819 : feat(tc0): add support for trusted services
b9a5706c0 : docs(release): add change log for v2.5 release
0de60d31b : docs: add threat model code owners
e3bb8666a : docs: removing "upcoming" change log
c3ce73be0 : fix(plat/arm_fpga): increase initrd size
9cfb878f9 : docs: revert FVP versions for select models
67fad514e : fix(services): drop warning on unimplemented calls
e8b119e03 : feat(plat/sgi): enable AMU for RD-V1-MC
7006f208b : docs(threat model): add TF-A threat model
6f09bcced : docs: update list of supported FVP platforms
7f9390d3a : plat: imx8mp: change the bl31 physical load address
8c72a7ab2 : plat: imx8m: Fix the macro define error
a2f6294c9 : feat(tc0): update Matterhorn ELP DVFS clock index
1b17f4f1f : docs: remove PSA wording for SPM chapters
f714ca80b : plat/st: do not rely on tainted value for dt property length
e3be1086c : docs: add build options for GPT support enablement
ef1daa420 : feat(plat/arm): add GPT parser support
1328076cd : docs: update release information for v2.6
a6edefe00 : docs: update code freeze & target date for v2.5
7d111d99c : refactor(plat/arm): store UUID as a string, rather than ints
d13dbb6f1 : feat(fdt): introduce wrapper function to read DT UUIDs
49e9ac281 : refactor(plat/arm): replace FIP base and size macro with a generic name
f2800a472 : plat: marvell: armada: a3k: Add new compile option A3720_DB_PM_WAKEUP_SRC
8a73b563e : revert(commitlint): disable `signed-off-by` rule
a2a5a9456 : fix(driver/auth): avoid NV counter upgrade without certificate validation
0861fcdd3 : fix(dt-bindings): fix static checks
fe5d5bbfe : feat(board/rdn2): add support for variant 1 of rd-n2 platform
cfe1506ee : feat(plat/sgi): introduce platform variant build option
c404794a6 : plat/arm: move compile time switch from source to dt file
3dbbbca29 : docs(license): rectify `arm-gic.h` license
37ee58d13 : build: deprecate Arm sgm775 FVP platform
67e3a8903 : docs: introduce process for platform deprecation
c52a10a28 : mediatek: mt8195: add rtc power off sequence
0909819a4 : mediatek: mt8195: add power-off support
fcc661739 : mediatek: mt8195: Add reboot function for PSCI
aebd4dc8f : mediatek: mt8195: Add gpio driver
938fd425d : mediatek: mt8195: Add SiP service
fe9854284 : mediatek: mt8195: Add CPU hotplug and MCDI support
acc855488 : mediatek: mt8195: Add MCDI drivers
0d82eff6f : mediatek: mt8195: Add SPMC driver
65f0dd138 : mediatek: mt8195: Initialize delay_timer
915507773 : mediatek: mt8195: initialize systimer
46946036d : mediatek: mt8192: move timer driver to common folder
e5490f955 : mediatek: mt8195: add sys_cirq support
c63f1451e : mediatek: mt8195: initialize GIC
174a1cfec : Initialize platform for MediaTek MT8195
78c7beb49 : plat: send an sgi to communicate to linux
8b48bfb89 : plat: xilinx: Error management support
c3c6732f8 : fdts: stm32mp1: add support for the Seeed Odyssey SoM and board
0e480e0e8 : fdts: stm32mp1: add alternative SDMMC2 pins to the pinctrl
214b4f9a4 : fdts: stm32mp1: add I2C2 pins in the pinctrl
3ef2208b6 : fdts: stm32mp1: add the I2C2 peripheral in the SoC DTS
62fbb3151 : stm32mp1: enable PIE for BL32
d2130da2b : stm32mp1: set BL sizes regardless of flags
4324a14bf : Add PIE support for AARCH32
fb4f511f9 : Avoid the use of linker *_SIZE__ macros
dfa6c5407 : Plat FVP: Fix Generic Timer interrupt types
9f0ddae31 : plat: xilinx: zynqmp: Configure counter frequency during initialization
654bd99dc : plat: xilinx: versal: Add the IPI CRC checksum macro support
d77583549 : plat: xilinx: common: Rename the IPI CRC checksum macro
97bc7f0dc : Add "_arm" suffix to Makalu ELP CPU lib
386dc3654 : spmd: add FFA_INTERRUPT forwarding
2480e4c3e : doc: spm: update messaging method field
bcf43f048 : renesas: rzg: Add support to identify EK874 RZ/G2E board
2c10d4e29 : drivers: renesas: common: watchdog: Add support for RZ/G2E
05cc21de5 : drivers: renesas: rzg: Add QoS support for RZ/G2E
5bfea97e1 : drivers: renesas: rzg: Add PFC support for RZ/G2E
30663f34e : drivers: renesas: common: Add support for DRAM initialization on RZ/G2E SoC
a4d86f676 : renesas: rzg: Add support to identify HopeRun HiHope RZ/G2N board
bf007a56e : drivers: renesas: common: emmc: Select eMMC channel for RZ/G2N SoC
f8ecfd68e : drivers: renesas: rzg: Add QoS support for RZ/G2N
744c56648 : drivers: renesas: rzg: Add PFC support for RZ/G2N
b939cbbb8 : drivers: renesas: common: Add support for DRAM initialization on RZ/G2N SoC
ec3e2f671 : renesas: rzg: Add support to identify HopeRun HiHope RZ/G2H board
4a6f4d2ec : drivers: renesas: common: emmc: Select eMMC channel for RZ/G2H SoC
86c3cc305 : drivers: renesas: rzg: Add QoS support for RZ/G2H
a51d70629 : drivers: renesas: rzg: Add PFC support for RZ/G2H
fe5929c19 : drivers: renesas: common: Add support for DRAM initialization on RZ/G2H SoC
778db0e92 : drivers: renesas: rzg: Switch using common ddr code
faf5587cf : drivers: renesas: ddr: Move to common
76a21174d : Add SiP service to configure Arm Ethos-N NPU
5d5fb10f9 : plat/arm/juno: Add support to use hw_config in BL31
e3afea439 : plat/marvell: remove subversion from Marvell make files
4eb72fe92 : drivers/marvell: check if TRNG unit is present
90eac1703 : plat/marvell: a8k: move efuse definitions to separate header
2e1dba44f : plat/marvell/armada: fix TRNG return SMC handling
550a06dfd : drivers: marvell: comphy: add rx training on 10G port
b5a066377 : plat/marvell/armada: postpone MSS CPU startup to BL31 stage
ed1587d02 : plat: marvell: armada: a8k: Fix LD selector mask
718dbcac9 : plat/marvell/armada: allow builds without MSS support
667893adb : drivers: marvell: misc-dfx: extend dfx whitelist
81c2a044e : drivers: marvell: add support for secure read/write of dfx register-set
b81444e84 : ddr_phy: use smc calls to access ddr phy registers
0cedca636 : drivers: marvell: thermal: use dedicated function for thermal SiPs
ad416958d : drivers: marvell: add thermal sensor driver and expose it via SIP service
dceac436f : fix: plat: marvell: fix MSS loader for A8K family
6b822d494 : mediatek: mt8192: devapc: Add devapc driver
4ec3ccb45 : Add documentation for SMMUv3 driver in Hafnium(SPM)
21583a315 : services: spm_mm: Use sp_boot_info to set SP context
d97bade10 : build(hooks): add commitlint hook
c75ce067a : build(hooks): add Commitizen hook
4b7eee81e : build(hooks): add Gerrit hook
ba39362f2 : build(hooks): add Husky configuration
5eea01937 : Arm: Fix error message printing in board makefile
7e78300fc : mediatek: move uart.h to common folder
b67e9880f : drivers/arm/css/scmi: Update power domain protocol version to 2.0
69f2ace10 : tc0: update GICR base address
641c5ff69 : docs: Update Mbed TLS supported version
c7d314746 : plat/qemu: add "max" cpu support
5d764e05e : Add support for QEMU "max" CPU
103ee1b1c : plat/qemu: add cortex-a72 support to 'virt' platform
d799d168e : plat/qemu: include gicv2.mk
2b6fc5358 : plat/arm: don't provide NT_FW_CONFIG when booting hafnium
4fe571b83 : docs: marvell: Add information about CZ.NIC Armada 3720 Secure Firmware
bda4e0301 : fiptool: Do not print duplicate verbose lines about building fiptool
cddf1bd76 : plat/st: do not keep mmc_device_info in stack
4ecd2417c : mmc: remove useless extra semicolons
5cb7fc826 : plat/intel: do not keep mmc_device_info in stack
70eb88b7d : Revert "mmc:prevent accessing to the released space in case of wrong usage"
9171ced34 : plat/hisilicon: do not keep mmc_device_info in stack
dbeab0da9 : fiptool: Do not call 'make clean' in 'all' target
a7cf2743f : Fix: Remove save/restore of EL2 timer registers
40d08192a : drivers: marvell: comphy-a3700: Set TXDCLK_2X_SEL bit during PCIe initialization
ccec1bd5c : drivers: marvell: comphy-a3700: Set mask parameter for every reg_set call
ee4c70ebb : drivers: marvell: comphy-a3700: Fix configuring polarity invert bits
abe6ce1d1 : plat/arm/arm_image_load: refine plat_add_sp_images_load_info
47fe4c4fe : plat/arm/arm_image_load: fix bug of overriding the last node
a492edc49 : lib/cpu: Workaround for Cortex A77 erratum 1946167
0b25f4045 : plat:xilinx:versal: Add JTAG DCC support
c00baeecb : plat:xilinx:zynqmp: Add JTAG DCC support
e5936205a : drivers: dcc: Support JTAG DCC console
0a144dd4e : Add Cortex_A78C CPU lib
59c2a0274 : plat/sgi: tag dmc620 MM communicate messages with a guid
c0d55ef7c : plat/sgi: allow usage of secure partions on rdn2 platform
f97b57950 : board/rdv1mc: initialize tzc400 controllers
218034911 : plat/sgi: allow access to TZC controller on all chips
05b5c4175 : plat/sgi: define memory regions for multi-chip platforms
5dae6bc71 : plat/sgi: allow access to nor2 flash and system registers from s-el0
b4d548f14 : plat/sgi: define default list of memory regions for dmc620 tzc
d306eb801 : plat/sgi: improve macros defining cper buffer memory region
513ba5c97 : plat/sgi: refactor DMC-620 error handling SMC function id
a88344740 : plat/sgi: refactor SDEI specific macros
48c6a6b65 : driver: brcm: add i2c driver
0be10ee37 : allwinner: H616: Add reserved-memory node to DT
3dd87efb2 : plat: ti: k3: board: Let explicitly map our SEC_SRAM_BASE to 0x0
f5872a004 : plat: ti: k3: board: Lets cast our macros
a2b56476b : plat: ti: k3: common: bl31_setup: Use BL31_SIZE instead of computing
c9f887d8b : plat: ti: k3: platform_def.h: Define the correct number of max table entries
2fb5312f6 : plat: ti: k3: board: lite: Increase SRAM size to account for additional table
26123ca35 : allwinner: Add Allwinner H616 SoC support
bb104f27d : allwinner: Add H616 SoC ID
01cec8f40 : allwinner: Express memmap more dynamically
9227719db : allwinner: Move sunxi_cpu_power_off_self() into platforms
eb15bdaad : allwinner: Move SEPARATE_NOBITS_REGION to platforms
fe90f9aec : doc: allwinner: Reorder sections, document memory mapping
8fa5592b8 : allwinner: A64: Limit FDT checks to reduce code size
cb090c192 : Add Makalu ELP CPU lib
f359a3822 : nxp lx2160a-aqds: new plat based on soc lx2160a
eb2b193d7 : NXP lx2160a-rdb: new plat based on SoC lx2160a
1f4973086 : nxp lx2162aqds: new plat based on soc lx2160a
9877084b2 : nxp: errata handling at soc level for lx2160a
18498657f : nxp: make file for loading additional ddr image
87056d319 : nxp: adding support of soc lx2160a
dc05e50b8 : nxp: deflt hdr files for soc & their platforms
b53c2c5f2 : nxp: platform files for bl2 and bl31 setup
0f33f50e2 : nxp: warm reset support to retain ddr content
7c2d17792 : nxp: nv storage api on platforms
99cd54f31 : nxp: supports two mode of trusted board boot
6df5c0c9f : nxp: fip-handler for additional fip_fuse.bin
34d483565 : nxp: fip-handler for additional ddr-fip.bin
ed7cf3bff : nxp: image loader for loading fip image
c2d621db5 : nxp: svp & sip smc handling
dd4268a2d : nxp: psci platform functions used by lib/psci
044ddf9ea : nxp: helper function used by plat & common code
bdfad087d : nxp: add data handler used by bl31
b2fa071b3 : nxp: adding the driver.mk file
326694760 : nxp-tool: for creating pbl file from bl2
39faa9b29 : nxp: adding the smmu driver
359881935 : nxp: cot using nxp internal and mbedtls
a0edacb8f : nxp:driver for crypto h/w accelerator caam
066ee1add : nxp:add driver support for sd and emmc
c20e123ca : nxp:add qspi driver
b525a8f0d : nxp: add flexspi driver support
b53334dac : nxp: adding gic apis for nxp soc
e3e48b5c3 : nxp: gpio driver support
34412eda3 : nxp: added csu driver
d57186ea2 : nxp: driver pmu for nxp soc
b35ce0c41 : nxp: ddr driver enablement for nxp layerscape soc
c6d9fdbc7 : nxp: i2c driver support.
d8e979992 : NXP: Driver for NXP Security Monitor
3979c6d92 : NXP: SFP driver support for NXP SoC
76f735fd8 : NXP: Interconnect API based on ARM CCN-CCI driver
de0b10124 : NXP: TZC API to configure ddr region
447a42e73 : NXP: Timer API added to enable ARM generic timer
86b1b89fb : nxp: add dcfg driver
0499215e1 : nxp:add console driver for nxp platform
3527d6d21 : tools: add mechanism to allow platform specific image UUID
18644159a : tbbr-cot: conditional definition for the macro
ff67fca5a : tbbr-cot: fix the issue of compiling time define
b94bf967e : cert_create: updated tool for platform defined certs, keys & extensions
6c74c9977 : tbbr-tools: enable override TRUSTED_KEY_CERT
de37db6c5 : allwinner: Use CPUIDLE hardware when available
81146c46f : fdt: Use proper #address-cells and #size-cells for reserved-memory
ad329e50b : plat: imx8mm: Add in BL2 with FIP
e364a8c36 : plat: imx8mm: Add image load logic for TBBR FIP booting
f255cad71 : plat: imx8mm: Enable Trusted Boot
37ac9b7f1 : plat: imx8mm: Add initial defintions to facilitate FIP layout
ee4d094ac : plat: imx8mm: Add image io-storage logic for TBBR FIP booting
1329f9647 : plat: imx8mm: Add imx8mm_private.h to the build
236fc428b : stm32mp1: add TZC400 interrupt management
1e80c4981 : stm32mp1: use TZC400 macro to describe filters
34c1a1a43 : tzc400: add support for interrupts
830c7657d : rpi4: Switch to gicv2.mk and GICV2_SOURCES
4697164a3 : plat: xilinx: versal: Mark IPI calls secure/non-secure
e46b2fd21 : SPM: Fix error codes size in SPMD handler
9655a1f54 : plat/allwinner: do not setup 'disabled' regulators
51bb1d736 : Bug fix in tspd interrupt handling when TSP_NS_INTR_ASYNC_PREEMPT is enabled
e831923f9 : tools_share/uuid: Add EFI_GUID representation
4e04478aa : arch: Enable `FEAT_SB` for supported non-Armv8.5-A platforms
13f3c5166 : mmc:prevent accessing to the released space in case of wrong usage
4a7b060b3 : plat: xilinx: versal: Remove cortex-a53 compilation
e96fc8e7d : SPM: declare third cactus instance as UP SP
473ced567 : SPMD: lock the g_spmd_pm structure
cdb49d475 : FF-A: implement FFA_SECONDARY_EP_REGISTER
13d25345e : doc: update maintainer list for Arm platforms
32d440c77 : doc: re-format maintainer.rst file rendering
72bdcb9a2 : plat: tc0: add matterhorn_elp_arm library to tc0
614c14e77 : cpus: add Matterhorn ELP ARM cpu library
682fe3703 : driver: brcm: add USB driver
c414019bc : plat/rockchip: Use common gicv2.mk
4f81ed8e1 : tzc400: correct FAIL_CONTROL Privileged bit
6d98e7503 : mediatek: mt8192: fix MISSING_BREAK
6ccbcff50 : SDEI: updata the affinity of shared event
805f22bab : Print newline after hex address in aarch64 el3_panic function
a564bdc55 : mediatek: mt8192: Add MPU Support for SCP/PCIe
f3febcca5 : mediatek: mt8192: Add Vcore DVFS driver
ebb44440a : mediatek: mt8192: Add SPM suspend driver
df60025fe : mediatek: mt8192: supports mcusys off when system suspend
cab491995 : mediatek: mt8192: Add lpm driver
1b7e5ca99 : plat: xilinx: zynqmp: Add missing ids for 43/46/47dr devices
4bf98b27d : fdts: enable virtIO P9 device for morello fvp platform
4d9b9b235 : plat: xilinx: Add timeout while waiting for IPI Ack
aaabf9789 : Add Makalu CPU lib
051906bb2 : docs: Add GIC600AE FVP model version information
206fa996b : qemu/qemu_sbsa: fix memory type of secure NOR flash
cf952b0fb : qemu/qemu_sbsa: spm_mm supports 512 cores
873d4241e : Enable v8.6 AMU enhancements (FEAT_AMUv1p1)
5a9f58905 : plat/marvell/armada: cleanup MSS SRAM if used for copy
109873cf4 : plat/marvell: cn913x: allow CP1/CP2 mapping at BLE stage
57870747e : plat/marvell/armada/common/mss: use MSS SRAM in secure mode
441a065aa : driver: brcm: add mdio driver
005415a39 : libc: memset: Fix MISRA issues
830774bfd : plat:xilinx:zynqmp: Remove the custom crash implementation
e3b9cc126 : lib: cpus: aarch32: sanity check pointers before use
f36e62e3c : Revert "spmd: ensure SIMD context is saved/restored on SPMC entry/exit"
0557734dc : plat/arm/css: rename rd_n1e1_edge_scmi_plat_info array
cb5f0faa7 : plat/arm: juno: Use TRNG entropy source for SMCCC TRNG interface
f11279268 : docs: stm32mp1: correct formatting issues
0d06b058a : marvell: uart: a3720: Increase TX FIFO EMPTY timeout from 2ms to 3ms
98641515a : marvell: uart: a3720: Update delay code to be compatible with 1200 MHz CPU
ab1fe1884 : marvell: uart: a3720: Fix comments in console_a3700_core_init() function
eb18ce328 : plat/arm: juno: Condition Juno entropy source with CRC instructions
3ed016571 : nand: stm32_fmc_nand: remove dead code
c42d5eeaf : include/drivers/marvell/mochi: add detection of secure mode
1e179c794 : plat/marvell: fix SPD handling in dram port
27528f720 : marvell: drivers: move XOR0/1 DIOB from WIN 0 to 1
2bcde264f : drivers/marvell/mochi: add support for cn913x in PCIe EP mode
c82cf21d6 : drivers/marvell/mochi: add missing stream IDs configurations
57660d9d7 : plat/marvell/armada/a8k: support HW RNG by SMC
6aa9f5d16 : drivers/rambus: add TRNG-IP-76 driver
e27340a74 : plat/arm: Remove ARM_LINUX_KERNEL_AS_BL33 relying on RESET_TO_BL31
c99b8c893 : plat/arm: Always allow ARM_LINUX_KERNEL_AS_BL33
d4c61c387 : tzc400: adjust filter flag if it is set to FILTER_BIT_ALL
3d66ca6d8 : tzc400: fix logical error in FILTER_BIT definitions
ffb07b043 : plat/qemu: trigger reboot with secure pl061
de67080fb : qti: spmi_arb: Fix NUM_APID and REG_APID_MAP() argument
612b4a3f2 : drivers/gicv3: also shift eSPI register offset in GICD_OFFSET_64()
705032dee : drivers/gicv3: add debug log for maximum INTID of SPI and eSPI
4e42c227b : drivers/gicv3: limit SPI ID to avoid misjudgement in GICD_OFFSET()
69ae4427f : drivers/gicv3: fix logical issue for num_eints
deb18901d : drivers/gicv3: fix potential GICD context override with ESPI enabled
60cd8030b : drivers/gicv3: use mpidr to probe GICR for current CPU
b23ab8eb3 : allwinner: Allow conditional compilation of SCPI and native PSCI ops
fe753c974 : allwinner: Split native and SCPI-based PSCI implementations
dae98b3a9 : allwinner: psci: Improve system shutdown/reset sequence
975d076d4 : allwinner: psci: Drop .pwr_domain_pwr_down_wfi callback
a1d349beb : allwinner: Separate code to power off self and other CPUs
0b1838a97 : lib/extensions/ras: fix bug of binary search

+- Project: platform/external/auto

76a5a391 : Add auto_oneof_plugin
a359f7ea : Update Android.bp for upstream merge
36a0ea01 : Remove Nearby from autovalue annotation apex_available list.
589fe129 : Adding "com.android.nearby" to 'apex_available' property of "auto_value_annotations"
04ebf9cf : Bump kotlin.version from 1.5.20 to 1.5.21 in /value
f09743cc : Annotate `com.google.auto.factory` for null hygiene.
895a4d51 : Internal change
e72fc7b4 : Internal change
4f6f782d : Internal change
3b1f4492 : Avoid wildcards, which confuse our nullness checker.
9d79ce1e : Annotate auto-common for nullness.
2ee7f62a : Rewrite some references to JSpecify `@Nullable` to prevent their being rewritten.
c68b2ff8 : Use more fluent streams constructs.
ba9f1107 : Bump kotlin.version from 1.5.10 to 1.5.20 in /value
05ea1356 : Ensure that AutoBuilder works with property builders.
e688dd70 : Bump mockito-core from 3.11.1 to 3.11.2 in /value
91b6bf1f : Bump mockito-core from 3.11.0 to 3.11.1 in /value
59ec5e65 : AutoFactory: Add error message for duplicate parameters
7ec6b286 : Bump mockito-core from 3.10.0 to 3.11.0 in /value
aae56b75 : Apply a few automated suggestions.
dec3bf0e : Add String and TypeElement versions of auto-common APIs that currently take in Class.
d542bcf5 : Restrict autovalue apex availability to extservices only. am: 2a66d35dd3 am: 6eabe1e8be am: bb49451a26 am: 5fe506f8a9
57fdeb99 : Reformat all the Auto projects using google-java-format. For now, javadoc reformatting is excluded.
2a66d35d : Restrict autovalue apex availability to extservices only.
de403325 : Upgrade dependencies to auto-common 1.0.1 and replace Guava toImmutable* usages with auto-common alternatives.
15d49d9f : Replace server Guava API usage with Android compatible alternatives.
64b9ecc8 : Bump actions/cache from 2.1.5 to 2.1.6
7d3aa66e : Implicitly exclude Kotlin `@Metadata` annotations from `@CopyAnnotations`
1384857f : Allow auto value to be used for mainline modules.
2b77e449 : Bump kotlin.version from 1.5.0 to 1.5.10 in /value
acb0765e : Bump truth from 1.1.2 to 1.1.3 in /factory
7f8bd35b : Bump truth from 1.1.2 to 1.1.3 in /common
d4820975 : Bump truth from 1.1.2 to 1.1.3 in /service
31eeb676 : Bump truth.version from 1.1.2 to 1.1.3 in /value
54baeb3e : Update an AutoValue test to the newer compile-testing API.
c84e6aff : Add the [JSpecify](http://jspecify.org) `@Nullable` to `equals(Object)` if it is available.
123cc712 : Use the return value of `addAll()` instead of making separate calls to `containsAll()` and `addAll()`.
d4c865be : Continue rather than returning in the AutoService loop.
66888191 : Clarify that `Optional` values can be set from `@Nullable` parameters.
f00c32a5 : Generate missing-property checks in a way that is easier for null-analysis to understand.
cd55f631 : Add a test for building annotation values with `@AutoBuilder` and `@AutoAnnotation`.
e06893c4 : Bump errorprone.version from 2.6.0 to 2.7.1 in /value
a51c837a : Bump mockito-core from 3.9.0 to 3.10.0 in /value
a0dd19fc : Bump actions/checkout from 2 to 2.3.4
c9d881c6 : Fix a crash when `getLocalAndInheritedMethods` is called with a raw-type ancestor.
4fa79ccb : Fix inconsistent quoting in `@ToPrettyString` example
ae4a3d5b : Remove "Processor Resilience" section now that Auto Common 1.0 has been released
aaf39f6c : Use the correct `package` in the generated `AutoBuilder_Foo` class.
8cb93ed1 : Bump kotlin.version from 1.4.32 to 1.5.0 in /value
d67ccb42 : Bump auto-value-annotations from 1.8 to 1.8.1 in /factory
689c8d49 : Fix a problem where `@SerializableAutoValue` could generate incorrect code for complex types.
6b25c218 : Add method name to getterMustMatch error
c8a5c198 : Add a test for Gradle incremental compilation with AutoValue.
20ab1548 : Document AutoBuilder.
79d07c58 : `MoreTypes.isTypeOf` returns false for `ErrorType` rather than throwing.
02cd653c : Move the correct incap dependency to the AutoFactory `annotationProcessorPath`.
8f17e4c4 : Fix Gradle incremental compilation for AutoValue and AutoFactory.
ad8add1a : Fix Gradle incremental compilation. Fixes https://github.com/google/auto/issues/1071.
4bdd64b4 : Update the AutoBuilder documentation about stability
a722616e : Respect `@Nullable` annotations when determining required properties in AutoBuilder.
15b7ec27 : Allow more general kinds of method in `callMethod`.
6fa21a43 : Add support for builder-getters to AutoBuilder.
d363f910 : Bump actions/cache from v2.1.4 to v2.1.5
75482745 : Handle AutoBuilder parameter names that are reserved words in Java.
27bc5255 : Add support for generics to AutoBuilder.
4cf9f07d : Change the minimum Java language level from 6 to 7 in CompileWithEclipseTest. AutoBuilder code can use the diamond operator `<>` in generated code and at this point there's no point in trying to work around that.
22802b0c : Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0
09d3d20b : Compilation error tests for further errors in `BuilderMethodClassifier`.
e234a84b : Further compilation error tests for AutoBuilder.
60a80ba6 : Fix README to show GH Actions status instead of Travis.
613a61af : Skip javadoc jar in snapshot deployment for now, as it fails for some reason.
d22cc63a : Add some compilation error tests for AutoBuilder.
ea0a418b : Allow an AutoBuilder builder to call static methods.
b8257718 : Bump mockito-core from 3.8.0 to 3.9.0 in /value
417a7586 : Add overload-resolution logic to AutoBuilder.
0fb28d0b : When building AutoFactory, pick up AutoService via `<annotationProcessorPaths>`.
61eda8c5 : Update dependency on AutoValue from 1.7.5 to 1.8.
322cdae3 : Update dependencies on AutoService from 1.0-rc7 to 1.0.
24c98611 : Update CI to cancel previous runs and to use v2 of setup-java.
89189f03 : Update dependencies on Auto Common from 0.11 to 1.0.
0f1dcc90 : Have AutoBuilder determine property names and types from the parameters of the `callMethod`.
09ec190c : Use `${project.version}` as suggested by @tbroyer.
a2f647f9 : When building AutoValue, pick up AutoService via `<annotationProcessorPaths>`.
2b5d8b8e : Move knowledge of getter methods from `BuilderMethodClassifier` to a new subclass.
79d7e9c3 : Move the AutoBuilder tests for Kotlin data classes to a separate test class.
0076afb3 : Initial prototype of `@AutoBuilder`.
40f3039a : Use a property for Error Prone dependency versions.
51e34531 : Bump error_prone_type_annotations from 2.5.1 to 2.6.0 in /value
6679425b : Bump error_prone_annotations from 2.5.1 to 2.6.0 in /value
bb80c7b9 : Bump guava from 27.0.1-jre to 29.0-jre in /factory/src/it/functional
2cdde5b3 : Bump plexus-java from 1.0.6 to 1.0.7 in /service
e4dcc887 : Bump plexus-java from 1.0.6 to 1.0.7 in /common
6302518e : Bump plexus-java from 1.0.6 to 1.0.7 in /value
9d94a0b8 : Bump plexus-java from 1.0.6 to 1.0.7 in /factory
0b4fd6a4 : Directly return an `AnnotationMirror` for `@Nullable`, rather than a `DeclaredType`.
4d01ce62 : If any method signature in an `@AutoValue` class mentions `@Nullable`, copy that `@Nullable` to the parameter of `equals(Object)`.
078bd361 : Bump auto-value-annotations from 1.7.4 to 1.7.5 in /factory
da67ad3f : Bump auto-value from 1.7.4 to 1.7.5 in /factory
71d81210 : Copy explicit `serialVersionUID` from `@AutoOneOf` classes to their generated subclasses.
f14d633a : Reduce the number of warnings from `CompileWithEclipseTest`.
e5368f73 : Add a `@CopyAnnotations` to an `AutoValueTest` class to suppress warnings in generated code.
59ca1378 : Bump guava from 30.1-jre to 30.1.1-jre in /factory
db49dd13 : Bump guava.version from 30.1-jre to 30.1.1-jre in /common
5267864a : Bump guava.version from 30.1-jre to 30.1.1-jre in /service
21c63342 : Bump guava.version from 30.1-jre to 30.1.1-jre in /value
6dd9ae53 : Update a JUnit dependency version.
af23e84d : Restructure PropertyBuilderClassifier to use more general types.
89c0e53c : Sync "How do I..." between builders.md and builders-howto.md.
b5d725d1 : Make publish-snapshot-on-commit.sh executable.
e6bad02a : Try again to fix snapshot/javadoc deployement.
ef8b4a3f : Fix a javadoc issues the last javadoc change introduced.
31e71a5c : Split the template for AutoValue builders into its own file.
e3228eae : Fix Javadoc errors (not warnings) and set javadoc generation script to fail if any command it runs fails.
56f11709 : Bump ecj from 3.24.0 to 3.25.0 in /value
cfa66500 : Bump ecj from 3.24.0 to 3.25.0 in /common
5ac55fd3 : Add a simple ad-hoc indentation engine to the reformatting pass.
8651aed2 : Add some flags that were in the Travis config to the install command since the build appears to [fail without them](https://github.com/google/auto/runs/2125260680) and remove JDK 15 because it also [currently fails](https://github.com/google/auto/runs/2125359660).
99a6b31d : Switch auto from Travis to GitHub Actions and start testing on JDK 15.
6fc80748 : Suggest `compileOnlyApi` rather than `compile` for AutoValue with Gradle.
cdbae355 : Ensure compilation tests will run on JDK 16+.
984e8930 : Document how to create a "step builder" with AutoValue.
2f1cef90 : Add spacing after the simple name when generating a `@ToPrettyString` representation.
8906740d : Add documentation for `@ToPrettyString`
9e9be9fa : Implement `@ToPrettyString` to generate pretty `String` versions for AutoValue types.
8e5f765d : Add some clarifications on the implicit default value for "AutoValue collection property".
3ce5d366 : Bump mockito-core from 3.7.7 to 3.8.0 in /value
cabb0625 : Bump maven-invoker-plugin from 3.2.1 to 3.2.2 in /factory
ea4523d6 : Bump maven-invoker-plugin from 3.2.1 to 3.2.2 in /value
f19117aa : Allow an AutoValue property builder to have a parameter.
7647c20d : Add `toString()` implementations for `MoreTypes.equivalence()` and `AnnotationMirrors.equivalence()`
2598f480 : Bump junit from 4.13.1 to 4.13.2 in /value
2633e2a5 : Bump junit from 4.13.1 to 4.13.2 in /service
f186a488 : Bump junit from 4.13.1 to 4.13.2 in /common
51cb09e7 : Bump junit from 4.13.1 to 4.13.2 in /factory
67c123b1 : Add a Maven dependency needed for a newly-added test to compile.
4e965ceb : Compile with Java 8 in the `gwtserializer` integration tests.
f09a1420 : Update the Mockito version in a couple of AutoValue POMs.
77de95c3 : Copy annotations from type parameters of an `@AutoValue` class to the subclass generated by the `@Memoized` extension.
66d982b1 : Bump truth from 1.1 to 1.1.2 in /factory
ae106228 : Bump truth from 1.1 to 1.1.2 in /common
0a9e45fe : Bump truth.version from 1.1 to 1.1.2 in /value
3019c30f : Bump truth from 1.1 to 1.1.2 in /service
65600f2e : Improve the error message for a missing `build()` method.
abf9ad72 : Bump plexus-java from 1.0.5 to 1.0.6 in /value
75c5d958 : Strip the whole "More information" section; there is no sidebar/top-left on GitHub where this appears.
7b9f962d : Bump plexus-java from 1.0.5 to 1.0.6 in /common
4a2c4b22 : Bump plexus-java from 1.0.5 to 1.0.6 in /factory
58047b11 : Bump error_prone_annotations from 2.4.0 to 2.5.1 in /value
0df50357 : Bump plexus-java from 1.0.5 to 1.0.6 in /service
dbb398b3 : Adjust IgnoreExample of AutoValue doc for thread safety
1bfc3b53 : If a getter is `getOAuth()`, allow the setter to be `oAuth(T)`.
f26d2df1 : Ensure that type annotations are placed correctly.
a7cef3f5 : Bump mockito-core from 3.6.28 to 3.7.0 in /value
c2e53e16 : Update `auto` POMs with version upgrades made on GitHub by Dependabot.
a8ff06dd : Bump guava.version from 30.0-jre to 30.1-jre in /common
56b8869a : Bump guava.version from 30.0-jre to 30.1-jre in /value
9219af62 : Bump guava from 30.0-jre to 30.1-jre in /factory
a06008d3 : Bump ecj from 3.23.0 to 3.24.0 in /common
37ee51f0 : Bump ecj from 3.23.0 to 3.24.0 in /value
38885a61 : Bump guava.version from 30.0-jre to 30.1-jre in /service
3141e796 : Handle `@AutoFactory` constructors that throw checked exceptions.
9cc29ca3 : Update AutoFactory compilation tests to use the more recent compile-testing API.
afe607c3 : Allow `@AutoService` to reference a generic service even if `-Averify=true`.
08f158eb : Rewrite `AutoServiceProcessorTest` to use more modern Compile Testing APIs.
22ff3f94 : Bump mockito-core from 3.6.0 to 3.6.28 in /value
f2cb2247 : The methods returned by `BuilderContext.buildMethod()` and `.toBuilderMethods()` can be inherited.
97863af8 : Fix Javadoc typos.
f40317ae : Update versions of auto-service and compile-testing, and fix a bug with SimpleServiceLoader.
e41ed19e : Bump mockito-core from 3.5.15 to 3.6.0 in /value
4c79e5ca : Modernize AutoFactory source.
aa478015 : Stop referencing google-java-format in build configurations.
7c1142c9 : Add openjdk11 to the Travis configuration and delete openjdk9.
7a466499 : Bump auto-service from 1.0-rc6 to 1.0-rc7 in /value
59884dde : Bump maven-resources-plugin from 3.0.2 to 3.2.0 in /value
9fecee17 : Update versions of some plugins.
14bb4c20 : Update a bunch of *deps* (though not *plugins*).
8156fee6 : Add dependabot v2
3df9f9e7 : Remove unnecessary check that processed annotations exist
b1e2c37e : Remove unnecessary check that process is called with supported annotations
c27b527a : Don't claim annotations in AutoAnnotationProcessor and AutoServiceProcessor.
6bed859f : Compute a `serialVersionUID` for `@AutoAnnotation` implementations based on the names and types of the `@AutoAnnotation` method parameters.
86573bb3 : Truthify AutoAnnotationTest.
7eb2d47a : Make `@AutoAnnotation` instances serializable.
cd3fb8dd : Correct docs to clarify that AutoValueExtension should be in a java_plugin rule
61a787d7 : Remove redundant `hasNext()` checks. Since the `equalLists` method starts by checking that the lists have equal sizes, we can assume that `aIterator.hasNext()` ≡ `bIterator.hasNext()`.
47fc7b9f : Automatic code cleanup.
439707b0 : Remove a stray semicolon

+- Project: platform/external/avb

4d9eda5 : Rename module to reflect Android source.
2f8e793 : Refactor helper fuction to internal tiles package.
4492f6f : Look up payload (log entry) from image_info.txt rather than ask for the index as a parameter.
9fb552d : Upload inclusion proof tool.
d893eb6 : Add new owner to OWNERS file.
23393c6 : Tweak linux_glibc properties for musl builds in external/avb
afabdb3 : Using round_to_multiple() for --dynamic_partition_size
8b7b2bd : Add --dynamic_partition_size argument to add_hash_footer.
2787f22 : Fix test build rules for different SHA implementations
3518566 : avbtool: support add_hashtree_footer for very small image file
1b03065 : Image verifier: Added flexibility to use curl instead of wget.
b3947a2 : Image verifier: Added calls to unpack bootloader.
f35ca45 : tools/transparency: remove extraneous `\n` from payload.txt
209f1da : tools/transparency: Create log payload file.
1843a66 : tools/transparency: Fix stdout PIPE output encoding/decoding issues.
ddab37d : Make libavb and libavb_headers vendor_ramdisk_available.
b4a181f : Removing myself from the OWNERS file.
c043970 : Removing AFTL documentation images.
7a722ee : Cleaning up pylint issues.
960ff58 : Removing AFTL from libavb repository.
f1bca77 : Add ramdisk_available to init_first_stage's deps
2998a35 : libavb: add --check_at_most_once option for dm-verity
4749d55 : Add a note about how to implement rollback indices on Android.
c0debbf : libavb: Add field 'verify_result' to AvbPartitionData
f3549e6 : libavb: Mark data const when calculating vbmeta hash

+- Project: platform/external/bazel-skylib

314bd73 : Add OWNERS.
971a80a : Initial empty repository
2ec2e6d : update release notes for 1.0.3 (#270)
bc97abb : Move bzl ext (#265)
68acaa5 : Improve inspect_output_dirs_test bin_dir comparison (#267)
dc080e9 : Prettify failure message of asserts.set_equals. (#263)
16de038 : Add missing bzl_library for analysis_test.bzl (#262)
d62d6f5 : rm last usage of --experimental_build_setting_api (#260)
07922b0 : Stop depending on rules_pkg through the federation. (#259)
2a44ef8 : Add `new_sets` as a dep of `sets` bzl_library (#253)
8f3151f : copy_file: Add parameter to allow symlinks (#252)
d35e8d7 : Create Gazelle language for Starlark (#251)
b10f2cb : Remove --experimental_build_setting_api usage (#249)
ec21702 : Add myself to codeowners for rules (#256)
3b666f5 : Address lint errors (#254)
560d7b2 : Add license and copyright notice (#245)
feb5296 : Fix diff_test when filepath includes external (#241)
9935e0f : Depend on bzl_library, not on individual bzl files (#244)
2d0c651 : Update visibility of files (#243)
dfcfe82 : Fix type parsing errors on "always true" conditions. (#239)
2d620ba : Fix the comment to match the code. (#238)
6970e21 : Create a helper rule for selecting a file from outputs of another rul… (#233)
add8e42 : Run buildifier over the directory. (#235)
0a934a9 : Fix buildifier issue failing on CI. (#234)
2d4c952 : Add absolute path tests for Windows (#230)
1c5ed07 : Migrate code for the flag --incompatible_disable_depset_items (#232)
e583e82 : Remove old_sets.bzl (#231)
4b25373 : Remove flag --incompatible_remap_main_repo (#227)
327d61b : Migrate for --incompatible_use_platforms_repo_for_constraints (#214)
9f63e1a : make select_tests resilient to default configuration differences (#212)
930b352 : Remove links to maprules (#213)
734652a : Remove unnecesssary license BUILD comment (#209)
e59b620 : Fix execute bit on empty_test.sh (#206)
cff8af4 : Remove genfiles_dir retrieval method (#203)
47c6eb1 : Fix to 1.0.1 - add missing .bzl files (#201)
376680d : Expose target_under_test's bin and genfiles path (#202)
0e9da0d : fix distribution so that we get the right dependencies load (#200)
e5cf539 : Update version and changelog in prep for 1.0.0 release (#196)
f147529 : Avoid some repetition in _make_analysis_test (#197)
720f594 : Pass `fragments` through to analysis tests rule constructors. (#190)
d8387f7 : load rules thorugh maybe so we can simultaneous updates (#195)
3154dbb : Add types.is_set() to test whether an arbitrary object is a set as defined by new_sets.bzl. (#181)
58068fe : Delete maprule. Fix Buildifier lint errors. (#192)
90ea6fe : Update "Getting Started" instructions to 0.9.0 release. (#172)
3f7b196 : Update selects documentation. (#170)
ab87410 : Use rules_pkg to make the skylib tarball for a release. (#185)
c5bd012 : add aiuto as code owner. direct changes to distribution/ to them (#187)
6214b31 : Scope buildkite badge to the master branch (#186)
143c602 : Add jin to codeowners (#175)
f130d7c : Comply with the standards of the Bazel federation (#182)
d2cf1cc : `print`->`fail` and suppress the warning in another case. (#177)
a6c72f2 : Make config_setting_group visibility aware (#168)
2b38b2f : fix formatting problem (#169)
10851c2 : Give BuildSettingInfo's value field a description (#167)
21ee269 : Create new stardoc target for common_settings.bzl (#166)
c102f5d : Get docs working again. (#165)
b113ed5 : Create common build settings (#154)
6a6a509 : selects.bzl: Add config_setting_group for config_setting AND/OR-chaining (#89)
446fd59 : README.md: Fix typo in project name (#161)
efd3bfd : Add some comments to unittest_test.sh (#159)
202db59 : Make sets.bzl point to new_sets.bzl instead of old_sets.bzl (#158)
5c80706 : Fix for --incompatible_no_support_tools_in_action_inputs on Windows (#157)
9aa308e : Fix repository for compatibility with --incompatible_no_support_tools_in_action_inputs (#156)
bf8a55b : run_binary: runs an executable as an action (#153)
c585222 : New rules: native_binary and native_test (#152)
6126842 : copy_file: expose the copying logic (#151)
6bf6443 : write_file: support different line endings (#150)
67ecd63 : Minor formatting changes plus doc updates (#147)
84a12d1 : Fix a number of misc issues to allow google usage of bazel-skylib (#146)
6721565 : Use TEST_SRCDIR for shell tests (#145)
ffad33e : Pass through an attribute arguments to `analysistest.make`. (#140)
f80abf6 : Fix typo (#142)
31b8ea5 : Add licenses() to all BUILD files. (#141)
be3b1fc : diff_test: add rule and tests (#136)
184c66e : Fix installation instructions (#135)
cc6a6c3 : Fix broken link to new_sets doc page (#120)
2b1c461 : Reformat with buildifier --warnings=all (#138)
084758f : Regenerate docs + remove maprule.md (#137)
4c26bf4 : Windows: fix tests for native test wrapper (#129)
98ef48e : maprule: move functionality to maprule_util.bzl (#132)
3721d32 : maprule: hide it, not ready for public use. (#133)
aeefb65 : Accept kwargs in dicts.add() (#130)
bdbedc1 : maprule: add basic integration test (#131)
b2dc5c0 : e2e tests: make them run on Windows (#121)
2d1669e : write_file: add rule and tests (#122)
db27394 : copy_file: add rule and tests (#123)
f26e8ac : Use //... to mean "all packages" (#128)
b2b4471 : run buildifier 0.22.0 (#125)
bb56986 : Fix Buildifier version (#124)
1b28145 : maprule: use ctx.resolve_tools (#117)
9630853 : add documentation pages for rules/ and lib/ (#119)
e171ec1 : CI updates. (#118)
a2ec479 : fix a number of warnings found by Starlark analyzer (#114)
a35b13a : analysistest API for retrieval of actions registered by target under test
a565512 : CI simplification/improvements for buildifier (#113)
baaef76 : Add analysis_test rule
6bb8994 : Add analysis-test test framework (#110)
aa3147f : Create CODEOWNERS (#103)
7a536d3 : Add basic shell testing for unittest.bzl (#108)
6741f73 : Add `types.is_depset`. (#105)
4b67f5f : Add rules to the test_deps target. (#102)
97dc99e : Fix example load directive. (#101)
d3d5ba7 : Some doc fixes (#100)
f5e50bc : Add a build_test rule. (#97)
9b85311 : Enable tests on Windows (#99)
5dccaa1 : reorder toolchain targets to help clarity (#95)
c41adf3 : add unittest/toolchains/BUILD as a test dep (#96)
88904e6 : add missing license notices (#94)
197d869 : fix various linter errors (#93)
9948d55 : Wrap invocation of dict.items() in list(). (#91)
8d4f761 : maprule: an improved version of genrule() (#86)
6dd0b9c : Buildifier fixes (#87)
4795fd6 : Run buildifier --lint=fix over the files. (#88)
c00ef49 : Fix load paths examples in README (#80)
daf5137 : unittest.bzl: supports Windows (#84)
f4a2bae : Fix Skylark analyzer warning. (#81)
d9cd300 : Add WORKSPACE to the things checked by buildifier. (#79)
5b8a8d3 : Fix skylark_library deps for new_sets and unittest. (#76)
8c575e7 : Fix up lint issues. (#77)
d7c5518 : buildifier lint issues/validation
9566d63 : Rename sets.bzl to old_sets.bzl (#70)
9992d61 : add cparsons and bttk to the CONTRIBUTORS file (#73)
58f9c41 : make sets.bzl compatible with --incompatible_depset_is_not_iterable (#71)
3b30154 : Use transitive_files in runfiles instead of a list of files (#69)
b12cc99 : Use Xcode 10.1 on the travis CI setup. (#66)
db3ce78 : Remove supports for make(depset()) from new_sets (#68)
3360231 : Upgrade to the new actions API (#65)
6ad5e28 : Cache the types to avoid fetching it every time. (#64)
7a9648f : Update to google style (#63)
d17ca08 : Make _precondition_only_sets_or_lists in sets.bzl not assume type() returns a string. (#62)
8cecf88 : Remove spurious newlines from fail/print messages (#60)
6e2d7e4 : Rename a number of instances of 'skylark' to 'starlark' or 'bzl'
1099dd2 : deprecate lib.bzl. (#58)
e9fc475 : Move to Xcode 9.4 for testing.
b5f4086 : Remove usage and suggests for lib.bzl.
ca5f717 : Update the module list.
c0b0c44 : Fix executable bit on selects.bzl
7490380 : No need to list visibility that matches the default.
6301f97 : Makes package public by default
3fea8cb : Add missing dep
3b6bba3 : Fix up skylint issues.
e5203c0 : Reformat .bzl files with buildifier and add format check.
a5431b7 : Update check to use buildifier's exit status instead.
b09d5d4 : Add type checking functions.
4eb28c4 : Add support for repr/str to new_sets (#42)
809940b : Skylint: stop using ctx.outputs.executable.
c8dae27 : Address skylint warnings on the tests. (#39)
2d356cf : Doc and code fixes found via skylint. (#38)
0b40ea7 : Introduce new_sets.bzl (#32)
59fba13 : Move to Xcode 9.3 which also means a High Sierra image. (#37)
c8e1636 : Minor spacing cleanup. (#35)
d46b607 : Add support for 'functools.partial' like functionality. (#34)
a5e23fd : Drop the rc file flag.
dd4cdb9 : Don't special case current directory relative paths.
a60d9f8 : Test HEAD bazel on travis.
08a89e5 : Fix the buildkite link.
1fd390c : Travis updates for bazel moving to buildkite.
7441e21 : add buildkite to bazel's new ci
7c3deb4 : Add "Getting Started" section to README
912a12b : Travis improvements.
f9b0ff1 : Add missing versions to the library.
a5d9a18 : Support no_match_error in selects.with_or().
f6b414b : Fix grammar.
0fa0b2a : Add a skylib for versions.
a95326e : Format the with buildifier.
87e4c93 : Add travis setup to test on linux and macOS
771fedb : Fix paths.is_absolute on windows
2169ae1 : versions.bzl: skip check if native.bazel_version is None
34d62c4 : Added a lib for version checking and comparison (#13)
f3dd8fd : Alphabetize CONTRIBUTORS by surname
ceeecf9 : Add skylark_library rule (#8)
2a48723 : Fix another misspelled testonly
d7b90ef : Fixed module list links
8b0e644 : Add initial .gitignore with bazel-* folders
975e852 : Fix misspelled testonly attribute
82b3ad6 : Initial check-in.

+- Project: platform/external/bazelbuild-rules_android

15b32bf : Use a default package when generating the android_local_test manifest.
415bb3d : Change Starlark custom_package fallback default behavior to false, and allow None value for custom_package.
f8e9f7f : Propagates testonly param of android_feature_module bzl macro.
29cdc2d : Android toolchain needs to use the correct transition for binary dependencies.
b03aadc : Add a test_class attribute to android_instrumentation_test.
033f172 : Internal
d5b7b97 : Update Skylark -> Starlark.
dbeac51 : Document zip_tool parameter in resources.bzl.
38d3fd0 : Document attributes of make_rule of android_library's rule.bzl.
c7844bb : Sync github.com/bazelbuild/rules_android with internal.
0d655a5 : Patch upstream JavaInfo->JavaPluginInfo change.
7d7dfec : Update usage instructions in readme (#40)
9b6935e : Prepare databinding integration for moving the DatabindingV2Provider attributes class_infos and setter_stores from lists to depsets. (#38)
5c8bdd4 : Initial publication of android_application rule and related changes.

+- Project: platform/external/bc

abfa4be6 : Add bc to hwasan-postsubmit
5e98c622 : Increment the version and update the NEWS
bbe78f84 : Fix a build error on Mac OSX
a79df4f1 : Fix a conflict between the bc source and Apple's fortify implementation.
7e218161 : Fix a build error on Android
433e8d53 : Fix a type in scripts/package.sh
3635261e : Do one last tweak to prevent compiler warnings
baf2715f : Fix last commit
648f43d4 : Harden scripts/package.sh
c81ca81d : Update the NEWS
608253d4 : Add the git stuff back in to scripts/package.sh
48ef7d27 : Add more stuff to exclude from the release package
6c455ae1 : Add Windows stuff to scripts/package.sh
7068ffe8 : Fix a scan-build error
f7c32654 : Run afl-cmin on the corpuses
735450ad : Add an input to the fuzzer
a2fc2e25 : Reduce the number of test cases for AFL++
e09c337d : Fix commit dfc16a348f6bcf
c0d2270f : Change the bitfunc tests again
018b6c32 : Add new lib2.bc functions to the manuals
7074eba0 : Change the API of some lib2.bc functions
cd5edae6 : Change an ignore that got missed from a recent change
55282f5b : Move a file
5751614b : Add more bitwise functions to lib2.bc
b9a06be2 : Add a bunch of generators to bitgen.c
25ff511c : Update the development manual
c2e9107d : Make static_assert work
a6492186 : Remove the special case for SIGKILL
df88b081 : Make sure scripts/afl.py uses the same arguments as the fuzzer
72a40ef6 : Fix a compile error on FreeBSD
ba8b2b09 : Attempt to work around FreeBSD stupidity with allocation failure
be2f6afc : Fix a crash found by AFL++
43233b88 : Fix compiler warnings
769e980b : Fix a crash found by AFL++
e81b1f43 : Fix another crash found by AFL++
2c1f6774 : Fix a crash, a firing assert
5e165d8c : Fix another crash found by AFL++
b940ecf2 : Change an input to AFL++
7f777830 : Add a test for the new slabvec redesign
53888be2 : Fix a crash found by AFL++
b9d3383a : Fix a crash found by AFL++
af0d1c80 : Fix the AFL++ tmuxp config
fb9aa55a : Fix a crash in dc found by AFL++
b1d02e30 : Add some debug code in computed goto
ca243310 : Change strings to always be passed around in BcNum's
56825050 : Add another strings test, this time for return values
f22634b3 : Fix a bug I found while fixing the bug fixed in previous commit
f4664424 : Fix a crash found by AFL++
66f0d07f : Fix a bug in scripts/afl.py
4d3eed0b : Change the tmuxp configs to not interfere with each other
dfc16a34 : Fix an uninitialized data error in history
fec58029 : Fix a useless compiler warning
8441d40a : Make the release script able to test with(out) computed goto
98db95cf : Make sure there is a static assert for computed goto labels
4ae4f3a4 : Make sure the loop works for non-computed goto
95122a05 : Remove the loop for computed goto
5bd6ee11 : Shrink a benchmark
dfc061a2 : Fix a benchmark
409ab084 : Fix option parsing in scripts/benchmark.sh
502dcb13 : Remove debug code from a benchmark
4c8022bf : Add a pause option to scripts/benchmark.sh
5876934f : Fix a build problem on FreeBSD
f400ea3a : Speed up the testing in release.sh
1f3d23cb : Stop suggesting testing settings in release.sh
2fb7ad36 : Attempt to fix flaky history tests
2af403a9 : Allow SIGKILL in the test suite to pretend nothing happened
e35e9824 : Add some more to a doc comment
4bc26f0e : Fix a doc typo
be46145d : Fix a mistake in a previous commit
de7f0b83 : Add the check for binary files back in
7efba6d8 : Make sure to cover Valgrind with std=c99 in release.sh
69592019 : Add a forgotten license header
b2f3c4d4 : Attempt to make a history test less flaky
4607ecb9 : Add bitfuncs to the list of tests that require extra math
912fd79d : Fix tests/script.sh for portability
652d2dce : Fix a problem in release.sh
577f1af5 : Fix a deprecation warning on Windows
82068882 : Tweak the release script job numbers
9fec0f46 : Fix a compile error with all warning and -Werror
c2988f16 : Tweak a comment again
5f2c4895 : Fix a bug in the release script
13e10845 : Tweak a comment
2a1c63c9 : Update the NEWS
a3bfe314 : Optimize the bitwise functions in lib2.bc with divmod
7e6b6a2c : Add a benchmark for bitfuncs in bc
c2b0aa81 : Update the bc manpage with the new lib2.bc functions
cb584d95 : Make s2un(x,n) work with max negative numbers
751f2e02 : Do some documentation work
99dfc243 : Add bitwise functions in lib2
a36e902b : Add two helper functions in lib2 that users might want
eee1e12b : Add tests for upcoming bitwise functions in bc's lib2
6ba08910 : Add a program to generate bitwise function tests for bc
a554a391 : Fix the problem where keywords can be redefined for builtin libs
6e46f47b : Add bc's prohibition against redefining in the builtin libs to a test
17acc3ec : Change some things in the development manual
d7f9cf12 : Update the manuals with new dc commands
1c8d314b : Add to the development manual
ffde07e0 : Add a command to dc to get the execution stack depth
c29b49a2 : Fix a problem with a locale
d52287c3 : Add an array length command to dc
6df6339e : Make a bc-only build build
43e76ead : Fix a compiler warning
f46f849f : Add the redefine option to the bc help text
a55dbe0a : Reorder the bc redefine option in the manual
8b9510e5 : Update the bc manual with the new keywords
1d8f1e5f : Fix a history bug found by asciify()
54f887af : Add asciify() and stream
1975395e : Change an error message for an upcoming change
2b26e1a2 : Add new strings tests to the fuzzer
5187c5f6 : Make bc able to assign strings to variables and pass them around
4a2766d7 : Add a bc POSIX test for an upcoming change
e86e4b3f : Add two new error messages
fa6bd2cc : Add tests for an upcoming change
cfffb856 : Reorder tests in Makefile.in
540ce782 : Fix a memory leak found by running tests after last commit
e63c29a5 : Fix some bugs in tests that were hiding Valgrind errors
b0dec49e : Add some error tests for bc
ef3a088c : Make a function only available in debug
ea284400 : Add a dc strings test for the new changes
01f922ae : Switch strings in dc to be stored per function
c661e02e : Update the NEWS
f7b06df0 : Add modexp and divmod to bc
f4e36d57 : Change the keyword redefinition infrastructure
e9f2581d : Tweak test names
5d7bb465 : Make sure short option is printed on error when used
77426e77 : Add a missing blurb to the development manual
06fa3840 : Update the build manual for the new default for keyword redefinition
6ce69320 : Add information in the bc manual for the keyword redefinition
b225e4e8 : Add tests for the keyword redefinition in last commit
df956b3c : Add the ability for users to redefine keywords
8da9ac65 : Fix 39b2af3547fda138e77a54ec1f29a25b4432166d
f2d0a69a : Finish the initial rough draft of the development manual
fc5669bc : Clarify and tighten up on error handling
462a9cf1 : Rename a benchmark
552456f8 : Do a lot of writing on manuals/development.md
8b8182f7 : Implement GCC and Clang computed goto in program.c
e3a0e53b : Add a benchmark
14e6e511 : Fix tests in other build modes
0f812d7e : Fix compile errors in other build modes
eb6680d6 : Add BC_UNREACHABLE for MSVC
39b2af35 : Eliminate BC_ENABLE_RAND
46bc66f3 : Reorder some tests
4d3505db : Fix a possible bug with bc_vm_shutdown()
4a19522a : Do more documentation work
982249a3 : Do a lot of doc work and refactor along the way
a596d22f : Fix a memory leak in args.c
dfd888de : Fix an oversight in the bcl manual and code
bac45669 : Do a lot of documentation work and some refactoring
6f86c106 : Reuse vm.read_prs for something else
c00938fe : Remove a small inefficiency
4fd1282c : Add a benchmark for testing postfix inc/dec
133399a4 : Add a blurb about symbol collisions to the bcl manual
0821a27b : Get rid of a tiny inefficiency
b62b07ac : Put the read parser in BcVm
1930f902 : Do a lot of documentation work
f378c8b8 : Do a lot of documentation work
4aafbe31 : Move two constants
55449447 : Fix problems with benchmarks
4d9330ea : Add to the script tests
de95a3eb : Change the benchmarks to be better
c82e10fa : Fix a bug with return statements in void functions and add a test for it
6deb739d : Make bc and dc UTF-8 capable
747748e9 : Remove some useless code
f4282857 : Improve the coverage of history tests
25c3bb52 : Add a test to hit some branches in command-line arg parsing
9b038e3c : Add a few tests to hit some branches in the lexer
b74131b4 : Make history tests less flaky
a29db330 : Improve signal handling
b23cb386 : Tweak the README
d00428fd : Fix a mistake in a previous commit
70ae81a0 : Do a lot of documentation work
701068c5 : Fix a couple bugs in tests/errors.sh
d57f7c49 : Tweak the dc manuals for an upcoming change
3c7ce5bd : Make bc_num_irand() vastly more efficient
8468cab9 : Add irand benchmarks
0a51fa1a : Make it so all benchmarks are ignored and cleaned
2a25465d : Refactor a function to not use a pointer when it could return a value
737ad215 : Do a lot of documentation work
0b82dae1 : Fix the library build
d413e656 : Reorder script tests for faster runs
37612fc6 : Fix a dc-only compile error
9832f5ab : Remove BC_INST_PRINT_STR from dc
1b557f44 : Fix various things in release.sh
bb919ba1 : Add a specific BcAuto type
c9f4d420 : Delete a useless file
7400cfd5 : Fix style
0b8a654a : Make sure release.sh uses the memcheck option
e31cc12f : Do some doc work
af30632a : Further improve the history tests after ASan
a35ee58b : Fix memory errors ASan found in history
62b6f94a : Improve history tests again
b467602c : Improve the history tests a lot
3d5fd27a : Reorder a script test
790a1528 : Doc work and fixes
62536d3e : Make an error clearer
b6ef96a1 : Add tests for history
eb66bfc0 : Add some tests for better coverage
0173e504 : Make bc_func_free() be only used in debug builds
ab4bc5b4 : Quiet three scan-build errors
b37c1ec5 : Improve the test suite
dab1a247 : Do a lot of doc work
0031a6be : Add a blurb to settings in configure.sh and build.md
25092d16 : Improve the manuals around the new environment variables
3ccdab8f : Do a lot of documentation work
671dc374 : Fix a typo in the manuals
8746e589 : Improve the manuals regarding environment variables and defaults
89f4f7cf : Remove a fuzzing case that AFL++ says is redundant
3d2ff273 : Tweak startup, especially for AFL
dd5f4e4f : Optimize assignment
0434cf6f : Tweak two benchmarks
78b97db0 : Improve slabs
968354ba : Use slabs for strings
0a323510 : Ignore ministat executable
49a91d7f : Tweak another benchmark
5e187ccd : Add ministat and change benchmark.sh to be useful for ministat
448cbff0 : Tweak a benchmark
69676b94 : Improve bc benchmarks
fd1a9e46 : Change benchmarks to increase the stress testing
e33008bf : Add a test for a possible coming change
5a1f1c54 : Make benchmark.sh able to run multiple benchmarks together
1c677a49 : Fix a misuse of rdx
6878208e : Fix a bug in bc_vm_stdin()
266d22f8 : Make the vector array restrict
d81c1a0c : Shrink vectors
2a4e5291 : Add dc benchmark to gitignore
b6c09e09 : Add a dc benchmark
c2d2977f : Reduce memcpy calls by pushing empty items first
d850872e : Make sure all BC_NO_ERR uses have booleans that return 1
3c42d4ef : Add infrastructure for easier benchmarks
bd5ece44 : Reduce duplication and make links for fuzzing
45c9d4f4 : Fix a bug with read prompt
6804b130 : Move the error handling code to status.h
e9d2f079 : Make history multi-line paste better
8a1d001d : Fix dc bug
1c9d222b : Delay startup code until the last second
c5469211 : Put off parsing environment variables as much as possible
90b53270 : Do even more documentation work
2744f0b7 : Fix Windows build again and make history work as well
6110b6c9 : More documentation and cleanup work
29e4d559 : Fix the build on Windows
10164297 : Do a lot of documentation work and move some scripts
d12825ae : Do a bit of documentation work
27bc55b0 : Fix an oversight
86a241b0 : Remove now unused build types
57d7e300 : Tweak manuals a bit
3f57148e : Add environment variables to help and manuals
5585c101 : Remove the BC_HISTORY env var
216c6c7b : Change the build system to add default settings with env vars
5938398e : Add the start of scripts/package.sh
ce27c9e9 : Do some documentation work and prepare for Windows history
f2107ec2 : Move Windows builds folders to make packaging easier
116b7536 : Do a lot of more documentation work
86177049 : Remove the executable bit from bc and dc scripts
97019c09 : Fix .gitattributes
8850fa79 : Fix bugs in configure.sh and Makefile.in
a065fc06 : Remove the OpenBSD test from version.h to status.h
77ef9547 : Move stuff from bcl.h to status.h and fix a bug
e7925bac : Fix compiler warnings
ffa20d1b : Fix formatting in the bcl manual
184cbbe7 : Do a lot of documentation work
d1d68d87 : Make a function static that can be static
df785bec : Move a field to bc-only space
dbe68543 : Remove compiler warnings
d72062c2 : Finish documenting `gen/` in the development manual
6787a0fc : More library clean up
1156cd1b : Fix multi-digit number bugs in the bc libs
2968e996 : Do a lot of work on the development manual
b1b063db : Add a fuzzing input
f60938eb : Remove executable bit from a test file
2ff5d978 : Tweak the manuals again
2f84ed06 : Fix a grammatical error in the manuals
2cd54323 : Fix an oversight in the dc manual
8c8f4c02 : Update dc manuals
8fd8affd : Clarify dc errors in its manual
c2d9b67f : Add the new dc command to its manual
4e28c6bc : Fix style
ed1999a0 : Make sure newline is not allowed to be a register name
2c556908 : Add dc error tests
fcc13cc0 : Add tests for stack len and register stack len
70ee345a : Add another command to dc
fa27fde9 : Add another error message
aa4b8bcd : Add SIGQUIT handling to history
cf4867fc : Fix a crash found by AFL++ and add its test
04a69f8f : Move rm'ing fuzz files to make clean_tests
3d125e92 : Add a script to help with fuzzer preparation
20960fa4 : Fix a crash found by AFL++
51e38897 : Fix script references in karatsuba.py
fe8c8c54 : Make sure make clean does not clean the stream results
0d2da480 : Update the manuals for changes
3c717b3f : Add an important bit of info to the dc manual
1b1bb8cb : Add and fix some debug code
3c6786e7 : Change bc_num_stream back
27d788d4 : Make sure bc_num_stream works for non-existent integer part
0767d18c : Add another item to the NEWS
ebe0298d : Add an item to the NEWS and fix grammatical errors
a70382db : Fix the dc stream results file
9c42dd9f : Add the GNU dc P badness to the README comparison
4203afc8 : Update the stream tests for the changes
ae168a03 : Fix previous commit (finish fixing dc stream)
bd57da06 : Fix dc stream
1f77cf16 : Make printing not use backslash on last character
e70c3e32 : Add tests/dc/scripts/stream.txt
34f833fe : Fix references in scripts/
5cfa326f : Add a bit to the development manual
14724dfb : Fix a clang warning
907ae86e : Fix an uninitialized data error
4c9c3f85 : Remove the extra allocation code
b341c829 : Change temps to use bss
3e8d5edf : Add the special case for length() to the manuals
8523250d : Add gcd and lcm to the bc manual
11a88750 : Add gcd and lcm to lib2
b1033e98 : Shrink an add overflow test
23ae8b01 : Return a value from bc_num_bigdig2 instead of use a pointer
7bdf79ac : Add an error test case
7383914f : Fix bugs with last commit
6eb77d36 : Change ops that need integers to accept integers with scale
93f77f79 : Fix bugs in scripts
eb68afb4 : Move RELEASE.md to the manuals directory
781e6ebc : Move a lot of scripts to a scripts/ directory
e03294f6 : Harden tests/afl.py
facaa663 : Add TODO's to development.md
470bf61d : Start work on a development manual
82f1c6ce : Update the manpages
c0c6eca0 : Update manpage headers
4d2c6b3b : Remove a reference to an unused environment variable in dc manual
19b67af8 : Adjust release.sh's doc comment about Linux
a4ff1901 : Fix some debug code
d7032f74 : Move the locking to bcl_gc()
6b0f71aa : Make sure the free temps locking is only for the library
93aa4666 : Ensure a lock is taken before bc_vec_free()
8a0c3f81 : Add more to release.sh's doc comment
4ba008e3 : Make failing to push to the temp vector a non-event
7a9f0423 : Increment the version and update the NEWS
20f1c88e : Add a comment to release.sh about how to run on FreeBSD
b54a36fe : Update the manuals
7231abeb : Add the new error situation to the manuals
c20e1377 : Fix a typo in the bc manpage template for E builds
1fcf5980 : Fix style
69f72e82 : Fix a possible multiplication overflow
8ed71db7 : Limit the amount of temps
4c9af4be : Add a script to test the allocation code
f0b5d401 : Quiet MSan for debug builds
53253622 : Reduce const data used on non-OpenBSD
72280a68 : Garbage collect temps if memory allocation fails
5dbdbe30 : Adjust the table in the bc manual again
ec390d4c : Tweak style
8125f7c4 : Fix a table in the bc manual
ee91e803 : Fix definition lists in the manuals
c9737568 : Fix a broken part of the README
a40b9254 : Fix a compile error
ab4b4a26 : Ensure unveil is not used for no extra math
eeed4824 : Take EXTRA_MATH into account with pledge and unveil
d036b7a8 : Tweak release.sh docs again
42fd7d5b : Fix library build
c91fcee1 : Tweak the docs from last commit a bit
2f770d9a : Add some docs for running the release.sh script
be47c2c1 : Fix a clang warning
1344b794 : Fix the release script for OpenBSD changes
b6c65bb4 : Improve pledge() use and add unveil()
3e8cd345 : Start adding support for OpenBSD pledge()
27167bc8 : Fix a warning on OpenBSD's broken GCC
aa8e8aa9 : Add another item to the NEWS
cbebb685 : Fix commit e9c191cddaa9eba9ca8507b923bc072f1e4be0b4
e9c191cd : Enable SIGSTOP when using history
fd5dfb22 : Increment the version and update the NEWS
299a4fd3 : Fix a bug found by mathieu, a FreeBSD user
21ed9fa6 : Use cut(1) instead of head(1) with a GNUism in the dc Easter test

+- Project: platform/external/bcc

73d55b41 : libbpf-tools: build more tools for Android
c749a59d : libbpf-tools: fix arg_num field for positional arguments
991f7d3d : Add libbpf_load_test to presubmit for libbpf_bcc
c1a767b3 : tools/cpudist: Exclude CPU idle time by default
e683daae : tools/cpudist: Fix concurrency issue caused by idle threads
15ed997b : tools/softirqs: Add event counting support
a58c7953 : add tcp congestion status duration statistic tool (#3899)
03e4948b : tools: Unify PID column width (at most 7 chars)
7b2c114a : tools: Flush stdout explicitly in event loop
3787a0d2 : libbpf-tools: improve check for fentry program support
43fec8b8 : sync with latest libbpf repo
14dacd89 : tools: Add pid filter option (-p PID) for biotop & cachetop
065ec133 : tools/vfsstat: Use vfs_fsync_range instead of vfs_fsync
3d07ee89 : tools/biolatency: Use '<unknown>' instead of empty disk name
6dac27d9 : usdt: support xmm registers as args for x64
c353d172 : libbpf-tools: Allow to use different cflags for bpf targets
55dcd2ee : tools: Fix bytes<->str mixing in python3
b2e363d1 : bcc: Get rid of deprecated libbpf API btf__get_map_kv_tids()
dbfd5ca8 : fixup
1fe08ea6 : Update kernel-versions.md
b022144c : Fix a llvm compilation bug
194e6908 : libbpf-tools: Fix cachestat with kernel 5.15
2f4f22c5 : libbpf-tools: Fix typos in softirqs.c
ddfcc292 : biolatency, biolatpcts, biosnoop, biotop: Build fix for v5.17+
03e66ed5 : Remove unused bpf map 'iptr'
c5baa7be : bcc/tools: Add cpu filter (-c CPU) for softirqs & hardirqs
109453eb : examples: fix bitehist
fa57f430 : bcc/tools: Add biopattern.py to identify disk access patterns
8715ecd9 : Update reference_guide.md
ca1a8d4b : Add doc on probe name defined by TRACEPOINT_PROBE
b2371d1f : libbpf-tools: Fix klockstat when CONFIG_DEBUG_LOCK_ALLOC is set
c8bf497a : Build more libbpf-tools
414eeea4 : Move comment to license_note
df37736c : [LSC] Add LOCAL_LICENSE_KINDS to external/bcc
ca824020 : libbpf-tools/runqlen: Fix a run queue occupancy count issue with ‘-C’
83e0ee7c : tools: fix klockstat when DEBUG_LOCK_ALLOC is set
007ab6da : libbpf-tools/oomkill: Add verbose and help option
87e73ab1 : libbpf-tools/klockstat: Add verbose option
93563e80 : Build more libbpf-tools
e6e529bf : libbpf-tools: Add minimal argp.h and argp.cpp
3a03901d : examples: Fix disksnoop
2b99c07f : Build ksnoop
3b5b686a : Decode symname for exception message when symbol cannot be found (#3864)
d1fe1106 : added mmap and munmap tracing
b3d45a62 : show PC of each frame at memleak.py
ee81072e : tools: include blk-mq.h in bio tools
55255194 : libbpf-tools: remove redundant slash
2e0804eb : libbpf-tools: Use __u16 for bindsnoop protocol.
9467ca44 : libbpf-tools/opensnoop: remove unused variable and macro
f96fed0a : tools: Fix bindsnoop for kernel v5.6
6ae2077e : remove redundant spaces
6ff05114 : tools: Fix tcpconnect with kernel 5.14
a9fc750f : add WindowsDriver to llvm_raw_libs
05fdb24f : Add 1M insns limit to main features section (#3852)
e908aae0 : libbpf-tools: Fix a compiler warning on oomkill
e4d899ce : fix a llvm compilation error due to header file reshuffle
20fd1c89 : use dwarf-4 in compilation flags
d7ff054c : fix llvm15 compilation error
28955512 : tools/tcpaccept: Fix support for v5.6+ kernels
8db99afa : tools/sslsniff: trace extra libraries
3aba46fa : Use page offsets to distinguish between locations
9e9f6a65 : Revert "Revert "libbpf-tools: add oomkill tool""
d4d39ab1 : Revert "libbpf-tools: add oomkill tool"
0590e9a8 : libbpf-tools: add oomkill tool
73392457 : libbpf-tools/runqlen: fix variable type
f97b2f75 : sync with latest libbpf repo
fff25a8d : extern BPF_TABLE_PINNED to include an optional flags argument
8b3d17a3 : libbpf: allow use by vendor
ee8f87a0 : Remove dead symlinks.
646f6805 : Remove dead symlink
8323d748 : bpf_module: Keep track of BPF progs using function instead of section
76115d2f : bpf_module: clean up some ".bpf.fn." usage
fc754568 : Fix issues with pinned sk_storage map
62a743ec : Remove submodule.
bc89fcec : popen should pclose
7db3488e : filetop: Use dev and rdev as device ID
ba86086c : tools/sslsniff: add handshake call trace (#3799)
11614bca : biolatpcts: Build fixes on recent kernels
b1d87968 : Walk user/kernel stack in trace_entry rather than trace_return
36daa18c : libbpf-tools: convert BCC tcpsynbl to BPF CO-RE version
a5176688 : bcc: Update perf buffer C++ API
3fafee51 : Delete dead link
2c31dd7a : tools/oomkill: Use task_struct->tgid as PID
6953feeb : Fix libbpf_bcc build after merge
96396986 : Check /sys/kernel/tracing for tracefs
840eacc4 : Revert "Check /sys/kernel/tracing for tracefs"
751ce1ae : libbpf-tools/klockstat: support more mutex_lock variants
7db52aba : libbpf-tools/klockstat: replace 'spin' with 'wait'
8f40d6f5 : update debian changelog for release v0.24.0
bee777f1 : libbpf: Fix kernel BTF detection logic
aebd819f : Sync with latest libbpf repo
047541c4 : tools/trace.py: aggregate trace events by '-A' option
8b05030b : Add RW_ENGINE_ENABLED=OFF test run for ubuntu Debug build
074502f3 : Disable tests that will fail when rwengine=off
ad697c8f : Add perf_reader_consume
a39e181e : remove extra spaces (#3804)
fb7c26e3 : Add davemarchevsky to CODEOWNERS for everything
8bafef4b : Typo "flgas" -> "flags"
fe24f3b9 : libbpf-tools: README how to update libbpf submodule
96aaf159 : reallocarray: eliminate compilation warnings (#3798)
df01fd62 : bcc: Allow specify wakeup_events for perf buffer
d81b4607 : bcc_syms.cc: bug fix; identify VDSO using 'name' vs. 'path' (use of path incorrectly compares /proc/<pid>/root[vdso] with [vdso]).
f266e634 : libbpf-tools/klockstat: no more rlimit bumping + add comment
101db63b : `-4` is better
9636b0fb : libbpf-tools: fix dev_t type issue
d66b23a8 : bcc: Replace deprecated libbpf APIs
f025d3c4 : bcc/docs: fix broken links in reference guide (#3789)
160c9b63 : examples: Add local storage examples
0a216ce3 : bcc: support BPF_MAP_TYPE_{INODE, TASK}_STORAGE maps
9fce5059 : Vendor deprecated btf_ext APIs and structs
ca1d3fd0 : bcc: Fix array type handling due to llvm changes
d859879d : libbpf-tools: fix fentry prog in tcprtt (#3757)
8c0ee947 : Build libbpf-tools as part of test workflow on fedora
ddfedaa9 : add fedora docker tests + move dockerfiles to a new dir
e3e6eb60 : docs: Fixup cpudist pid example in man page
79e1ae3c : libbpf-tools: Make custom libbpf callback function static
40b937c6 : libbpf-tools: Add verbose option to statsnoop
4005cc60 : libbpf-tools: Add verbose option to solisten
2b764fdc : libbpf-tools: Add verbose option to mountsnoop
66fbbaa9 : libbpf-tools: Add verbose option to ksnoop
51b038f2 : libbpf-tools: Add verbose option to gethostlatency
d1b9603c : libbpf-tools: Add verbose option to funclatency
fa355cc2 : libbpf-tools: Add verbose option to filetop
9b79c016 : libbpf-tools: Add verbose option to exitsnoop
82aacde3 : libbpf-tools: Add verbose option to bindsnoop
228427ba : libbpf-tools: Add verbose option to bashreadline
3e8eb8b6 : exclude static functions with prefix __SCT__ (#3772)
d6245783 : Updated usdt_sample for ubuntu 21.10 (and python3)
9a45c3c9 : docker: Run tests on ubuntu-20.04 as well
c238bc2b : docker: Bump default LLVM used for tests to 11
a86a02f5 : docker + tests: Run tests using python3, refactor Dockerfile
5d8f5c45 : libbpf-tools: remove now unnecessary bump_memlock_rlimit()
f083d3dc : libbpf-tools: update vfsstat for libbpf 1.0
a5b6c3cb : libbpf-tools: update tcprtt for libbpf 1.0
aae06012 : libbpf-tools: update tcpconnlat for libbpf 1.0
4051a9e8 : libbpf-tools: update tcpconnect for libbpf 1.0
d2dc7bcd : libbpf-tools: update syscount for libbpf 1.0
0e348e5e : libbpf-tools: update statsnoop for libbpf 1.0
60dd074e : libbpf-tools: update solisten for libbpf 1.0
92806a43 : libbpf-tools: update softirqs for libbpf 1.0
e6477620 : libbpf-tools: update runqslower for libbpf 1.0
a7f01483 : libbpf-tools: update runqlen for libbpf 1.0
865f990b : libbpf-tools: update runqlat for libbpf 1.0
3c5dae63 : libbpf-tools: update readahead for libbpf 1.0
34a680ba : libbpf-tools: update opensnoop for libbpf 1.0
5ef6d992 : libbpf-tools: update offcputime for libbpf 1.0
824ffd2a : libbpf-tools: update numamove for libbpf 1.0
08301e93 : libbpf-tools: update mountsnoop for libbpf 1.0
dbee9ea8 : libbpf-tools: update llcstat for libbpf 1.0
18dc2ac7 : libbpf-tools: update ksnoop for libbpf 1.0
8fcf08c8 : libbpf-tools: update hardirqs for libbpf 1.0
54a239ab : libbpf-tools: update gethostlatency for libbpf 1.0
d7b3ed3a : libbpf-tools: update funclatency for libbpf 1.0
511ab72f : libbpf-tools: update fsslower for libbpf 1.0
21586658 : libbpf-tools: update fsdist for libbpf 1.0
e6d15122 : libbpf-tools: update filetop for libbpf 1.0
4ca8dd95 : libbpf-tools: update filelife for libbpf 1.0
0a035be6 : libbpf-tools: update exitsnoop for libbpf 1.0
7da38aab : libbpf-tools: update execsnoop for libbpf 1.0
dab1d09e : libbpf-tools: update cpudist for libbpf 1.0
9cfdf5e0 : libbpf-tools: update drsnoop for libbpf 1.0
f2006eaa : libbpf-tools: fix cpufreq.bpf.c and update cpufreq for libbpf 1.0
4970d23f : libbpf-tools: update cachestat for libbpf 1.0
7bea6c4a : libbpf-tools: update bitesize for libbpf 1.0
49bb3676 : libbpf-tools: update biostacks for libbpf 1.0
519ed8cf : libbpf-tools: update biosnoop for libbpf 1.0
c5b17e65 : libbpf-tools: update biopattern for libbpf 1.0
24d72369 : libbpf-tools: update biolatency for libbpf 1.0
7f2f4c41 : libbpf-tools: update bindsnoop for libbpf 1.0
2cf0ba49 : libbpf-tools: update bashreadline for libbpf 1.0
a033596e : libbpf-tools: update bpftool
63c21ea1 : sync with latest libbpf repo
aa6437ed : tools: tcptop: Get command name from BPF code. (#3760)
f92b37e7 : Replace !StatusTuple::code() with StatusTuple::ok() in src/cc/api/BPFTable.h (#3751)
23bbba17 : Implement bashreadline with libbpf.
00bb8e1f : tools: Remove unused struct id_t definition in tcpstates
d166dda8 : docs: Fix BPF_HISTGRAM typo in reference guide
e17c4f73 : Remove P4 language support.
b8ff0856 : Remove B language support
f3a2e9e3 : Update INSTALL.md (#3758)
ed08bfad : test_tools_smoke.py: Helpful fail msg for timeout cmd's ret code
52900a43 : Replace StatusTuple::code() != 0 with !StatusTuple.ok() in examples/
b2f78dae : Replace StatusTuple::code() with StatusTuple::ok() in tests/
15340c44 : Support tracing of processes under cgroup path
60adbc26 : Fix format
ac68ffe6 : !StatusTuple::ok() replaced StatusTuple::code() != 0
7050037c : use probe_limt from env
8c80b29f : tools: Fix BCC bio tools with recent kernel change
66a86795 : libbpf-tools: add klockstat
f32f772f : Add --uid option to filter by user ID (#3743)
99bfe8ac : hardirqs: fix issue if irq is triggered while idle task (tid=0)
7c47686c : DO NOT MERGE Rename libbpf to libbpf_bcc
814c264d : hardirqs: fix duplicated count for shared IRQ
8322ff67 : fix llvm compilation failure
64042770 : sync with latest libbpf repo
21fd6a27 : switch to using OWNERS from master branch of system/bpf
d17867d5 : Update for Ubuntu 21.x build dependencies (#3727)
64a30f1b : libbpf-tools: add option to include 'LPORT' in tcpconnlat
927bdd37 : Rename libbpf to libbpf_bcc
e76f4fb4 : libbpf-tools: fix local/remote address byte ordering in tcprtt
2949f5a7 : bcc: remove trailing semicolon of macro
91a79837 : tools: improve sslsniff (send buffer & filtering)
2cffe363 : tools/hardirqs: Using TP_DATA_LOC_READ_STR to read string field
6f418aa7 : bcc: Use bpf_probe_read_str to read tracepoint data_loc field
e564e6f6 : simplify AL2 Linux package install command
60e0de9d : Create examples/tracing/undump.py examples text file (#3714)
9fc04932 : Enable CMP0074 to allow `${pkg}_ROOT`, especially for LLVM_ROOT (#3713)
adf3a797 : Mark test_call1.py mayFail
155d8ab0 : add batch methods into libbpf.h
9d6776b2 : Sync with latest libbpf repo
01bdfe0e : GH Actions: run bcc-test and publish workflows on push to master branch too
2445f2d2 : python tests: mayFail py_smoke_tests' ttysnoop test on gh actions for now
e16aca0d : tests: Don't run py test_rlimit test on newer kernels
74d235fb : mark 'test sk_storage map' mayfail
9921ba39 : add ubuntu-20.04 to bcc-test.yml
fd34e9d1 : gh actions: run test and publish actions on pull_request, not push
67f59ee8 : update debian changelog for release v0.23.0
ee2f0c99 : docs: correct typos in BPF.XDP in reference guide
ffec628c : Add comment to sorting function
8fc16e2d : Guarantee strict weak order in Probe::finalize_locations
039cef6a : Fix garbled java class name problem of uobjnew.py
bf499243 : tools: fix cachetop.py with 5.15 kernel
61087b96 : tools: fix cachestat.py with 5.15 kernel
08765a9a : bcc/tools: Fix renaming of the state field of task_struct
8270cf28 : bcc: Add kernel_struct_has_field function to BPF object
3036802f : sync latest libbpf repo
6ce5e88b : Fix build on RISC-V
c73d7d89 : tools/runqlat.py:get the pid namespace by following task_active_pid_ns()
e9f140f0 : libbpf-tools: Fix memory leaks in ksnoop/gethostlatency
bced75aa : get the pid namespace by following task_active_pid_ns()
2510ad73 : reduce counter.enabled checking in test_perf_event.cc
691a4bf1 : ksnoop: Fix info command output
89c7f409 : ksnoop: fix verification failures on 5.15 kernel
bd301e1b : export/helpers: only put helpers in special section for B lang
b271b8a6 : tools: Remove unused variable stub
4f64e93d : bcc: Allow KFUNC_PROBE to instrument function without arguments
8b350fd5 : libbpf-tools: Fix renaming of the state field of task_struct
531b698c : libbpf-tools: Enable compilation warnings for BPF programs
2ec7b7c2 : fix a llvm14 compilation error
46a2afdc : tools/capable: Set data to zero before setting fields.
8ad3fe3f : libbpf-tools/mountsnoop: Fix example strings.
e3e18158 : Do not export USDT function when ENABLE_USDT is OFF
d3ceae00 : Update tcpv4connect.py
e12ec044 : tools/kvmexit: Display header after KeyboardInterrupt
28bfa808 : remove ubuntu 16.04 from bcc-test github action
695e1276 : libbpf-tools: fix EINTR related issues
f5bc1f5e : ksnoop: remove duplicate include
2786a7f5 : tools/readahead: Migrate to kfunc/kretfunc
4615a3f1 : Modify the code according to chenhengqi's suggestion
eafc80f3 : fix: debian build settings for LLVM package names
039a3814 : threadsnoop: look for pthread_create in libc too
44fc17fc : update debian changelog for release v0.22.0
68f294f0 : tools/ttysnoop: Fix KFUNC_PROBE to support new iov_iter signature
598aba3f : sync with latest libbpf repo
4fa2ed7d : src/python: fix filtering by containers when kfunc are supported
291ec6e9 : Check for kconfig.h presence, not just build dir (#3588)
4d13c171 : delete extra lines
57a86aaf : Capture UNIX domain socket packet
f458c353 : fix: CLI option help typos in offcputime.c
2ddafc22 : cmake: warning message for git submodule update
76b114e8 : doc: Add libbpf to table of content
65d78393 : libbpf-tools/syscount: use atomic_add for counter
66773212 : toos: argdist: support [-t TID] filter
e113312e : snap: add architectures to snap build
99fc8687 : snapcraft: update to use latest commands
5125a1ff : docs: Fix minor issues with helpers' documentation
4eb9cee9 : Permits mountsnoop to filter container using cgroup map or mount namespace.
1b9967f9 : libbpf-tools: add tcprtt
4df6a53e : libbpf-tools/ksnoop: kernel argument/return value tracing/display using BTF
7abd77ac : tools/tcpretrans: add optional tcp seq output
b00e6b41 : doc: Add description for detach_kprobe/detach_kretprobe
e984fe84 : bcc/python: Add the support for detaching a single kprobe/kretprobe handler
27f3987b : tools/criticalstat: Include CONFIG_PREEMPT_TRACER dependency in warning msg
5226d0fd : Update INSTALL.md - fix disutil missing
40d6e855 : libbpf-tools: runqslow: add '-P' optional
9bfb5236 : Don't unnecessarily override platform's default cflags
04d2039e : bcc/python: Add x86 and sw test to test_attach_perf_event.py
98712014 : bcc/python: Add test_attach_perf_event.py to CMake tests
16b65f0e : bcc/python tests: pull kernel_version_ge into utils
bb691fb8 : bcc/python: extend perf_event_attr ctype
508d9694 : tools/runqslower: add '-P' optional
38821fe2 : bcc/python: Add support for API 'bpf_attach_perf_event_raw' in BPF python interface
b96ab53e : Add support for driver/native mode (#3574)
04893e3b : Added IPv4/IPv6 filter support for tcp trace tools (#3565)
101304bb : libbpf-tools: add exitsnoop (#3564)
c8d65dca : ClangLoader: Pull out common remapped file operations
10dac5fc : tcpstates: incorrect display of dport (#3560)
ada66f92 : libbpf-tools: readahead: don't mark struct hist as static
e4e660d5 : libbpf-tools: add mountsnoop
d5673474 : bcc/tools: use device number and inode number to identify a file
b912d0b0 : libbpf-tools: add filetop
24645011 : Tools: add the PPID/PCOMM fields in mountsnoop
d8176d2d : profile.py: Remove unused kernel_ret_ip
332e2eac : bcc/tools: update mountsnoop's based on comment in containers.py
e330e812 : tools/criticalstat: Add new kconfig option to warning message
321c9c97 : update debian changelog for release v0.21.0
949a4e59 : sync with latest libbpf repo (#3529)
ef330a39 : tools: Fix filtering by mount namespace
b0576416 : bcc/tools: remove unused signal handlers
8b09996a : libbpf-tools: gethostlatency allow specify libc path
97fd8f41 : libbpf-tools: gethostlatency code cleanup
b0e98076 : [py3:tools/deadlock.py] fix usage of str.replace() method to make it py3 compartible
ad83318d : libbpf-tools: fix uprobe helper get_elf_func_offset
42365639 : kvmexit.py: introduce a tool to show kvm exit reasons and counts
45352512 : Check if raw tracepoint in module is supported
4e8e8c65 : Fix publish github action on docker registry
6b701197 : Add open parentheses
1b64fd1b : Update cachestat_example.txt
6a125d33 : Update INSTALL.md - Fix broken links (#3524)
ac431bd3 : libbpf-tools: add solisten
80242fbe : tools: replace add with xadd (#3518)
71919186 : cmake: Make libbcc_bpf.so the BCC runtime
9686dcba : cmake: Move bpf-static and bpf-shared targets lower in file
60623435 : libbpf-tools: display pid instead of tid (#3499)
f47b81a4 : add uprobe support in funcinterval (#3512)
97c20767 : tools/readahead compatible with kernel version >= 5.10 (#3507)
dcef7bcd : tcprtt: fix compatibility for python3
50579441 : tcprtt: support extension summary(average RTT)
f7e98988 : bcc-test: fix test error
a17fbc5f : Add docs about BPF_HASH_OF_MAPS
08a22039 : tools: funclatency use atomic_increment
722cf839 : Allow the use of custom keys in BPF_HASH_OF_MAPS (#3500)
c60bd48a : libbpf-tools: Don't redefine _GNU_SOURCE to avoid redefinition warning
649cb3e3 : ProcSyms should treat the executable like any other mapped file when symbolizing
8b1c973f : libbcc: add atomic_increment()
0567e717 : bcc/python: fix attach kprobe/kretprobe using regex
a25ddf78 : bcc/python: remove unused imports, remove redundant semicolon
2731825b : pull out enums from main BPF class to avoid namespace collisions
dc1bceb8 : Decode bytes when formatting them as strings
8e6c05da : Remove APInt/APSInt toString() std::string variants
5934161d : bcc-python: support attach_func() and detach_func() (#3479)
ce7e5233 : libbpf-tools: remove ext4dist
db4df5f4 : libbpf-tools: add bindsnoop
b2a76fa6 : libbpf-tools: optimize fentry_exists helper
9e38ee19 : libbpf-tools: migrate xfsslower to fsslower
1aeec1ff : libbcc: add msg_redirect_hash() and sk_redirect_hash() for sockhash
6d88feb2 : libbcc: support BPF_SOCKHASH specify the key type (#3473)
5b9a5c64 : Add attach_xdp to reference_guide.md (#3450)
f77c1a6a : finish to add support of subset in items_*_batch() (#3440)
6699757b : Add an option to strip leading zeros from linear histograms
09404eba : libbpf-tool: don't ignore LDFLAGS
6c789d98 : docs: update description of bcc python BPF()
5a69ec3d : libbpf-tools: add fsdist
f2bb8f13 : docs: add description of attach_raw_socket
ab14fafe : Update cpudist.py
77f5252d : tools/deadlock: support specifies maxnum of threads and edge cases (#3455)
e6aa65ec : hardirqs: Migrate to kernel tracepoint
5d77f50e : Fix a llvm compilation error
20061e8f : tools/ttysnoop: Add --datasize/--datacount
ebd63c1f : tools/ttysnoop: Use array map to store data
bc1e013b : tools/ttysnoop: Fix tty_write probe to use new arguments
4cca23e5 : adjust: bpf_attach_xdp report nicer error
b1ebd4f6 : libbpf-tools: fix misuse of bpf_get_current_pid_tgid
528be5e2 : feature: add `XDP_FLAGS*` in python lib (#3447)
f0a0dc7e : tools: filter/display using PID instead of TID
bc04fc51 : Update tcpconnect to use "__u32 af" instead of "int af"
77e2b341 : libbpf-tools: parse -h option
5de24079 : libbpf-tools: add statsnoop
52e2df81 : libbpf-tools: add check BPF_F_MMAPABLE is supported
151fe198 : tools: filter/display using PID intead of TID
89c96a8c : tools: filter using PID intead of TID
0eef179b : libbpf-tools: Fix build dependence for parallel builds
f129fda9 : libbpf-tools/opensnoop: disable open on aarch64
430397fe : Update bcc_exception.h
dddda3bf : tools: display PID intead of TID in statsnoop.py
396d5d31 : tools: fix typo in help message
d766fea3 : Fix rpmbuild error
823321cf : SPECS/bcc.spec: add dependencies to libdebuginfod
8ddbf3b7 : bcc_elf: add support for debug information from libdebuginfod
6e271925 : libbpf-tools: add gethostlatency
34695249 : Use arch-specific libdir with pkgconfig
14278bf1 : update debian changelog for release v0.20.0
5e1be547 : fix llvm compilation errors
46af1303 : sync with latest libbpf repo
baf00590 : bcc/libbpf-tools: Use fentry for vfsstat
e5217d92 : loader: include bpf_workaround.h header
1cb0df5b : libbpf-tools: add offcputime
d089013e : Move HAVE_BUILTIN_BSWAP includes to separate header
b209161f : feature: support create new map and pin it to bpffs as file(BPF_TABLE_PINNED) (#3382)
356ab6c0 : Revert "add macros offsetof and container_of"
071f1ec5 : enhanced items_delete_batch() in Python to avoid double list creation
19df7ee6 : added bpf_update_batch() API support for Python Maps
8034be61 : modified self.max_entries to be available from all the MAP types
226816d0 : introduced Queue/Stack itervalues
f41f3789 : tools/biolatency: Extend average/total value
09dc278d : Fix BPF(src_file="foo")
e0c8c10c : tools/funclatency: Should clear() after display that is what we want (#3380)
23447d29 : Add BPFStackTable::free_symcache() to free the symbol cache for an PID (#3371)
cda7acdb : add macros offsetof and container_of
748d6b51 : add bpf_map_lookup_batch and bpf_map_delete_batch in bcc (#3363)
c2a14a29 : libbpf-tools: fix some minor issues of ext4dist
e15e05df : libbpf-tools: add two helpers
0cf81665 : update
c76cd926 : tools/funclatency: support nested or recursive functions
21d866e2 : fix minor typo
e83019bd : libbpf-tools: resolve KERNEL_VERSION macro redefined
c8a22982 : libbpf-tools: fix for block io tracepoints changed
cb62da49 : libbpf: update to latest upstream version
7fd8cad3 : libbpf-tools: add libbpf's Linux uapi headers to build
a9f461d7 : libbpf-tools: remove unecessary custom NULL definitions
ecbdc7f5 : libbpf: update to latest master
8a1d2646 : libbpf-tools: use raw_tp sched_switch instead of kprobe
d9981770 : some code cleanups
d6acd54e : addressing review comments
5766d0de : levereging extern Kconfig LINUX_KERNEL_VERSION, adding comments
3766f48c : block tracepoints no longer have struct request_queue arg
d7a08af8 : libbpf-tools: add ext4dist
9f14f2fa : doc: add perf_submit_skb() documentation
cdfddc4a : tools: handle renamed lookup_fast function in dcache tools
31d8bdf1 : bcc: Add some basic support for MIPS
4c561d03 : update debian changelog for release v0.19.0
887e05ab : sync with latest libbpf
24eeae24 : cmake: make "-no-pie" optional
327e4c7e : Allow to use BCC as a cmake sub-project
a47a324d : libbpf-tools: fix bug report address
6cf1b6fb : libbpf-tools: initialize global variables in cachestat and funclatency
9b6b05a6 : FAQ: Update LD_LIBRARY_PATH and PYTHONPATH
f6046460 : libbpf-tools: fix error handling and cleanup
456cb957 : tools: add option to include 'LPORT' in tcpconnlat, update man pages
d80afb2d : libbpf-tools: fix non-C89-compliant for loop variable declarations
fa7bec9f : tools/virtiostat: add filter
00b72fd8 : In GCC10.2 suffix '.isra.0' was appended to 'finish_task_switch'
8bab454b : tcpstates: forget sockets when connection is closed
0a04c41f : libbpf-tools: add cachestat
28fa55f2 : cleanup the style and unused function in XDP examples
57cd85d1 : tools: add option to include 'LPORT' in tcpconnect otuput (#3301)
cf6fe1c3 : Add required libfl-dev in Ubuntu Bionic
a090b462 : Fix abnormal symbol parsing when __irqentry_text_end is before __irqentry_text_start
08d6340f : libbpf-tools: add funclatency
99993978 : fix a llvm-triggered compilation error
77668262 : biotop and biosnoop: save __data_len at blk_start_request
eeb09293 : fix wakeuptime's raw_tp: get awakened task from ctx not current
75f20a15 : Use string type for comparison to PATH elements
1be322c5 : INSTALL.md: Update and simplify the install steps for Debian from source
51940495 : Increase storage size of usdt constant to 64 bits
735795fb : Typo
b82c766c : Enable kernel headers through /sys/kern/kheaders.tar.xz
c8de00e1 : Added helpers for BPF_PERCPU_HASH
8e6f333c : Allow python usdt attachment with pid -1
ec0691e7 : Fix bytes - strings confusion in trace tool
c3b11e52 : add bpf_map_lookup_and_delete_batch in bcc (#3234)
86148954 : tools/virtiostat: add virtiostat tool
c3bcec17 : include common.h for std::make_unique
b2317868 : fix incorrect arch register use for kprobe func with more parameters
33393d30 : tools: include kasan header in slabtoprate
4e905e4d : fix a typo in error messages in BPF::attach_usdt()
08f9bf24 : Update tutorial_bcc_python_developer.md
53a7d20f : docs: explain the relationship between BPF_TABLE and its wrapper macros
0a5fbf66 : libbpf-tools: add arm64 and powerpc vmlinux.h headers
85a9029c : libbpf-tools: add support for per-architecture vmlinux.h
5f812d68 : libbpf-tools: minor fixes for readahead
35b70d0f : libbpf-tools: fix some tools error info and usage
a976940d : libbpf-tools: fix readahead, support v5.10+ kernel
3df26a54 : cmake: sync submodule libbpf when do cmake.
b639f029 : Add install target to libbpf-tools
bdd73374 : tools/wakeuptime: Switch to using tracepoints if available
777b9be2 : Fix the test_libbcc/test_libbcc_no_libbpf testcase failure when the kernel version is lower than 4.20
e2eee772 : correct the path of offcputime.lua
f2f1a363 : Fix freezing of 'test_brb' if iperf is not found
6b4222cd : cmake: look for either static or dynamic libraries
dca1a81a : INSTALL.md: fix the Debian binary link
25438d38 : add support kfunc/modify_return bpf programs
3318c261 : aarch64: turn off jump table optimization during jit compilation
4f23e0e1 : libbpf-tools: fix runqlen's error handling logic
f02c87c9 : fix some test cases failed (#3235)
0d868937 : tools/offcputime Warn user when an event skipped by negative duration
9712f9ee : Rename tools/swapin_example.py to tools/swapin_example.txt
97cded04 : test/test_histogram.py: fix test failed on kernel-5.10
2b97264f : tools/offcputime Filter out negative offcpu duration
a9f97691 : libbpf-tools: add cpufreq
0d9b5b8f : port valgrind fix from Neil Wilson
1cb5026e : Remove libbcc-no-libbpf shared library, change libbcc linkage instead
300296a5 : cmake: always link to packaged libbpf if CMAKE_USE_LIBBPF_PACKAGE is set (#3210)
e46997e9 : cmake: link dynamically to libclang-cpp if found and ENABLE_LLVM_SHARED is set
b1ab8690 : update debian changelog for release v0.18.0
1f4b907d : sync with libbpf v0.3
63d5d7fd : fix compilation error with latest llvm12 trunk
bb6e931a : Refactoring print_json_hist (#3211)
aec53a86 : biolatency.py Add -j flag for json output
a55192b2 : tools/netqtop: fix rx queue id
59ab17e6 : tests/test_array.py: add clock_nanosleep to attach point
95411493 : Fix perf_submit() calls with array data crashing libbcc
8fac7109 : allowing examples and tests to not be built
61d28961 : kernel-versions.md: update kernel features, map types, and xdp drivers
b2fb3d0f : kernel-versions.md: sort the feature list by kernel version
c06208fd : fixing build when ENABLE_CLANG_JIT is disabled (#3201)
297512a3 : The README file in this repo has some bad links - [404:NotFound]
24f4759e : tools/opensnoop: Use bpf_probe_read_user explicitly
3e008936 : bcc/libbpf-tools: Fix user probe read references of execsnoop
39eb6015 : libbpf-tools: update README add a blog link
ee2e88d4 : libbpf-tools: syscall_helpers: fix a warning
9e7b7b04 : Update kernel-versions.md
043478d6 : 4.18 - Pass map values to map helpers
84655964 : Update the link and title of the linked blog post
cf183b53 : doc: adjust bpf_ktime_get_ns() document description
1294ec6b : Add build-from-source instructions for Arch Linux
783c0ea8 : tools/biolatpcts: Add accumulative reporting on SIGUSR2
b2d36327 : tools/biolatpcts: Support measuring overall latencies between two events
ca2d4124 : Document XDP support for igb driver in Linux 5.10
fefde13e : Add sk_lookup to kernel-versions.md
c9aff55f : Install python dependencies via pip
fb9b4dbd : Drop ubuntu xenial from release process, it is EOL
2c61168a : Reduce code duplication, and add PT_REGS_SYSCALL_CTX
c23448e3 : Add PT_REGS_PARMx_SYSCALL helpers for all archs
6ef5ce27 : add a C++ kfunc/kretfunc example
57975a1e : tools/offcputime: Fix python3 string output
8e807dc2 : fix compilation issues with latest llvm12 trunk
12107c69 : use correct arch register for the 4th param of x86_64 syscalls
ad5b82a5 : update debian changelog for release v0.17.0
15efd46a : sync with latest libbpf repo
5ab0183d : docs(INSTALL): add libfl-dev to ubuntu dependencies
15914693 : Update INSTALL.md
33817e6c : add DNS correlation to connect tracking
48946d2f : python: import ABCs from collections.abc
4967a61d : Do not permit errors in docker build
9269e487 : Prefer newer llvm/clang versions in debian packaging
d35a2dc3 : Guard artifact upload with environment variable
20b098ae : Add ubuntu 20.04 build support
d4aecc65 : Refactor docker image publishing
50ad6fab : usdt: Add test for uprobe refcnt support
8287f172 : folly: Update tracing headers
28a5cef9 : usdt: Use uprobe refcnt if available in usdt C++ API
3f0c5f08 : usdt: Calculate and suppply semaphore_offset values in APIs
50f2009c : uprobe: Add ref_cnt_offset arg to bpf_attach_uprobe
ec3747ed : fix netqtop python3 compatible (#3140)
6ba4dc1f : fix python3 compatible issue for netqtop and tcprtt tools
1efba05d : Fix python2.7 support for dirtop tool
6929626b : libbpf-tools: add llcstat
8c2d67e8 : libbpf-tools: initialize global structs in runqlen and softirqs
5f53dbe1 : Add install instructions for Debian
4354c9ce : set larger range to get probes evnet for test_usdt2.py
6ce68b94 : Update installation instructions for Arch Linux
49fdec6a : sslsniff: fix comparing bytes to string
884799f0 : tools: Use correct key key when deleting item from map
5e55c22c : docs: Add missing code block closure
5fe35766 : add C++ bpf_iter support
d0e1c932 : sync with latest libbpf repo
17e14efc : Revert "tools/biolatency: Handle signals from user"
73cf23b8 : libbpf-tools: make some minor refactoring
87792ce6 : tools/biolatency: Handle signals from user
21b810a3 : tools: tcptracer: fix alignement in tcp_ipv6_event_t
7e3f0c08 : Fix v6 source (remote) and dest (local) address
788303ea : slabratetop: Add memcg_cache_params struct def
af90bd47 : add average function latency (#3061)
4cbcd9af : tcprtt: add --byladdr/--byraddr (#3106)
561a71e1 : tool: port readahead tool to bcc
e548dd57 : tools/tcpstates: remove unnecessary checking of TCP
39a2a8f0 : Add uretprobe example for indirect function
caaeb0a8 : libbpf-tools: add numamove
911ce07d : libbpf-tools: add runqlen
48b7d616 : libbpf-tools: add runqlat
bf4668d4 : libbpf-tools: add softirqs
3953c600 : libbpf-tools: add hardirqs
da8c6a9a : add swapin
12c234f9 : add tcpsynbl
3f95637a : add threadsnoop
ba73657c : Netqtop 3037 (#3048)
e42ac417 : tools/tcprtt: add tcprtt to trace the RTT of TCP
b8e661fb : memleak: fix false positive on failed allocations
7ac370b9 : Add instructions on how to install amazon linux 2 from source
43440348 : tests: only run arg parser test on supported arches
892475f3 : fix retruning typo
0e7304ea : tools/capable: support new capabilities
fc92caa0 : doc: fix mismatched link
60de1716 : fix the exits abnormal due to trace buffer
43910c44 : sync with libbpf repo
fecd934a : prepare for release v0.16.0
a79ec23a : sync libbpf repo release 0.1.0
71c22fca : libbpf-tools: add CO-RE biostacks
785924b3 : Extend PerfType members
f4e65ac4 : tools/funccount: support funccount on specified CPU (#3059)
e73e1f67 : kernel-versions.md: document map UAPI features (#3058)
49beed88 : Forbid trampolines for archs other than x86_64
639e83ff : docs: fix broken links
7d081eb0 : libbpf-tools: fix tcpconnlat types usage
fb54a822 : libbpf-tools: add CO-RE readahead
5c272220 : libbpibbpf-tools: fix tcpconnect types usage
b61e65ff : bcc/tools/fileslower: Attach to vfs_read after failing to attach __vfs_read
3fbb6648 : Fixes a problem when LLVM_DEFINITIONS contains a definition with an `=` in it. add_definitions doesn't seem to parse this type of argument correctly.
9ef20e7a : sync with latest libbpf repo
64323243 : typos
8105317c : Update the documentation of the k/uprobe offset support
d7b427eb : Offset support for uprobe and kprobe
f8ac3c6c : libbpf-tools: fix tcpconnect compile errors
e0e22158 : libbpf-tools: add CO-RE biosnoop
8a164f95 : sync with latest libbpf repo
b6ffa245 : libbpf-tools: add CO-RE tcpconnlat
ca5bcd21 : libbpf-tools: add CO-RE biopattern
7928ea0c : Add example for new helper to documentation.
7ce6f646 : man: fix tcpconnect man page
6889afe0 : tools/opensnoop: Snoop all open related syscall stubs
ba0bacf1 : Add return value check and handling for xattr loading
a02663be : libbpf-tools: update bpftool and fix .rodata hack
c31e9d6c : Adjust the order of linux kernel header include paths
222821c8 : libbpf-tools: add CO-RE biolatency
316b404c : update reference_guide for implicit kmem access rewriting
4efe7fe3 : fix debug file lookup in bcc_elf_symbol_str
d3a102d5 : fix cc queue/stack test kernel version
1abab9bd : use bpf_probe_read_kernel for implicit kernel mem read on s390
e70bbdcb : Add Python API and documentation for Queue/Stack Tables (#3013)
104d2b3e : Add .lazy_symbolize field to bcc_symbol_option and add ignored fields to perf_event_attr
3ef75318 : libbpf-tools: convert BCC tcpconnect to BPF CO-RE version
b8cdd214 : libbpf-tools: fix an error message
57d10f5b : libbpf-tools: add header to store BPF-side map helpers
fab26b43 : sync with latest libbpf
cd81f13c : memleak: Add workaround to alleviate misjudgments when free is missing
95c9229e : Replace kprobe function "blk_account_io_completion" to "blk_account_io_done" for kernel version >= 5.8.0
d4f6a162 : docs: fix Ubuntu Eoan spelling
1ef6758b : example block of --hexdump in sslsniff_example.txt
d91b31a5 : reformat code, add new option to manpage and usage in sslsniff_example.txt
d40c3a7d : fix examples in sslsniff.py
1b7aab1b : add the option --hexdump to sslsniff to allow sniffing of binary protocols inside TLS/SSL connections
be277421 : docs: add RISC-V to the JIT support list
f0dd3496 : docs: Update XDP driver support list
1a348d4a : docs: Add BPF LSM hook to kernel features
fc20957b : Fix symfs symbol resolution
581b198c : valloc and pvalloc is deprecated in bionic on Android
f0bbf327 : sync with latest libbpf repo
30a420d7 : add BPFQueueStackTable and tests
fbde62b0 : Introducing Queue/Stack helpers and clang frontend
fe730f29 : Ringbuf Support for Python API (#2989)
156a7d15 : Fix KFUNC_PROBE calls in vfs_stat.py by adding a return value (#2990)
1bddba6a : tools/profile: fix suggestion about when to increase stack-storage-size
34f8985c : libbpf-tools: add CO-RE bitesize
0d9e0911 : Fix kernel version for ringbuf and add ringbuf to maps table
f579bf8d : bpf: use bpf_probe_read in implicitly generated kernel mem read
4bf92d11 : Add missing LSM cleanup hook
05f3f866 : libbpf-tools: remove unnecessary header include from syscount.bpf.c
e41f7a3b : prepare for release v0.15.0
5a8bf15a : Add LSM probe documentation (#2980)
9b82af3e : API improvements for BPF LSM programs (#2979)
f438bffe : fix LSM_PROBE return value
e3daec85 : [BPFTable] clear_table_non_atomic: Remove duplicate macro
c3ed131d : sync with libbpf v0.0.9
1c843e2c : Delete existing kbuild_modname definitions
68abb51e : Add KBUILD_MODNAME flag to default cflags
99fa312f : sync with latest libbpf repo
2c939559 : Add install steps for Alpine Linux
10603c71 : dbstat: fix overflowing timestamp
59665497 : Explicitly use NULL macro in pointer value check (#2965)
6a961941 : Fix typos in kretfunc documentation
c9805f44 : tools: fix a python 3 map issue in dbstat and dbslower
7830947f : loader: suggest to install the right kernel devel package
eddf9dd0 : man: remove non-existent -x argument from tcpconnect man page
4440a4db : deadlock: print a more explicit message when pthread_mutex_unlock can't be attached
e4de95ef : libbpf-tools: refactor, move public methods to trace_helpers.c
8cd2717d : tools/opensnoop: Fix compilation problem
005664bd : fix: encode path to bytes in python3
263411be : Add support for multiple PID/TID for offwaketime (#2951)
0bcf2388 : usdt: Have Context::addsem_probe() nop if pid not specified
126054e8 : usdt: Add helpers to set semaphore values
78b0f07c : Fix runqslower to indicate that the latency param is in microseconds.
8319d52d : turn off x86 jump table optimization during jit compilation
5fed2a94 : Docker: add kmod dependency to docker container
da0d82cc : silence a python travis-ci warning
be5d68c7 : libbpf-tools: add CO-RE cpudist
2188d233 : tools: Add funcinterval bcc tool.
f3fbeb46 : libbpf-tools: convert BCC syscount to BPF CO-RE version
b20f5e74 : offwaketime: Add support for --state (#2940)
5558e36b : Make reading blacklist from debugfs optional
d0074783 : Adding support to load lsm programs
82abd2f2 : Allow to specify kernel include dirs
30d89756 : return failure if rewriter cannot rewrite properly
7cecd795 : Make examples consistent
d12dd2e9 : Fix example indent
33c8b1ac : Update man page and example file
076a3545 : Add arg for filtering on signal
ec64e6a7 : fix: avoid -Wsign-compare warnings
0b2f4d0b : bcc: Remove bpf_probe_read_user availability checks on compile time
275abc9f : bcc: Check probe read availabilty and use macros
471d366b : bcc/docs: Replace bpf_probe_read with bpf_probe_read_kernel
4a1313d1 : bcc/libbpf-tools: Fix user probe read references
d9583813 : bcc/libbpf-tools: Replace bpf_probe_read with bpf_probe_read_kernel.
747e0dd9 : bcc: Fix user space probe reads with bpf_probe_read_user
7f6066d2 : bcc/tools: Replace bpf_probe_read with bpf_probe_read_kernel
112f5291 : bcc: Error out when bpf_probe_read_user is not present
a28337a7 : tool: trace process termination by default
683ed9e1 : Spelling
32ab8583 : tools: add filtering by mount namespace
104a5b80 : bcc/tools: fix typo in help message
7722fc55 : libbcc-py: Fix libbpf types
44e0f43e : Fix KFUNC_PROBE return value
74e66b4f : sync with latest libbpf
fa8142e3 : libbpf-tools: add CO-RE execsnoop
8c127942 : tools/dirtop: Adding dirtop utility (#2819)
c6342d23 : Fix github actions tests
46947c5d : libbpf-tools: convert BCC vfsstat to BPF CO-RE version
0d87484b : add -fPIC to compile examples/cpp and tests/cc
b8269aac : Bug #2907 - Fix argdist filtering option for USDT probes
a433ef94 : add nfs v3 support to nfsdist.py (#2902)
0d93f24c : USDT: make path failure message more explicit
f1c3fc53 : Update INSTALL.md
59a753da : Add perf event data collection example for an userspace application (#2888)
09be5b50 : bcc/libbpf: Fix bpf_has_kernel_btf return status
7cbd074c : bcc: Support bpf_probe_read_user in trace.py
306080b9 : bcc: Add __user attribute to support bpf_probe_read_user in argdist
99739b2a : bcc/utils: Avoid code duplication of __generate_streq_function
aa3a4a6f : bcc/docs: Add bpf_probe_read_user to docs and tutorials
023154c7 : bcc/tools: Introduce bpf_probe_read_user to the tools.
ac157b47 : bcc: Use direct parameter assignment for syscall probe s390.
264b2ccf : bcc: Use bpf_probe_read_user in tools and provide backward compatibility
d2e8ea47 : Fix ELF ABI and endianness checks for powerpc64
ceb458d6 : prepare for release v0.14.0
df3e7d67 : sync to latest libbpf
45e63f2b : fix llvm 11 compilation issues
d3359b29 : Improve ubuntu installation description
6d61622f : Add `bcc_version.h` to access LIBBCC_VERSION from C/C++ (#2856)
c1d3a65f : Added kernel recompile guidance for libbpf CO-RE (#2876)
1599c2ef : build: fix clang 10 build
f8f230c8 : add attribute readers to class USDT (C++ API)
10519c74 : examples: Add biolatpcts.py example
1e9c56f4 : tools/biolatpcts: Add the example file and man page
fbf0392d : tools/biolatpcts: Accept device name/node for target device selection
7214903a : tools/biolatpcts: --pcts handling improvements
66ab787b : tools/biolatpcts: Use #!/usr/bin/python instead of python3
1515f28a : tools: Move io_iolatencies.py example to tools/biolatpcts.py
7a385431 : doc: fix wrong references to get_syscall_name
15d7955e : Update pid filter
5057bbe6 : examples/tracing: add io_latencies - IO latency distribution monitor
007ee493 : Translate virtual addresses to binary addresses for shared libs as well.
f35dae07 : adjust layout string in JIT with llvm11 128bit spec support
533391ea : add test_lpm_trie.py test
495a4a34 : examples/tracing: add nflatency - netfilter hook metrics
689f9008 : [C++] add BPF::enable_usdt_all() and disble_usdt_all() to handle all the USDT at once (#2854)
ab54de2e : libbpf-tools: CO-RE opensnoop minor improvements
4f6ecea6 : http-parse-simple.py: fix wrong start position
472f9b3b : mallocstacks: validating before stacktrace walk
915d6d76 : correcting input to hex using ord funtion
e3232544 : make -lrt linking optional
85f5e7d5 : libbpf-tools: add CO-RE filelife
9adda709 : tools/capable: fix compilation error
1b0fe406 : Change the default sort order to Descending currently with ascending sort the useful information is commonly beyond the bottom of the terminal window and it is necessary to reverse the sort manually every execution.
6b8a8967 : tools: fix alignment of ipv6_key_t in tcptop
35c9940e : chore: include Amazon Linux 2 binary option in INSTALL
510fc742 : opensnoop: fix --cgroupmap with kfunc
c2772a33 : libbpf-tools: add CO-RE xfsslower
1cd3952b : Add regression test for bcc resolve symbol names
e1d53a3a : Do not prepend /proc multiple times in bcc_resolve_symname
f82ea454 : tools: add option --cgroupmap to profile.py
4c1136ee : Make -DCMAKE_INSTALL_PREFIX=/usr as the default (#2800)
ca1b0af0 : adding example/networking/net_monitor.py
5302614d : libbpf: update to latest libbpf version
0a9d6db9 : Add support for new common fields
b8423e66 : Strengthen tracepoint format parsing
b9099c51 : Add test for ebpf::parse_tracepoint function
7fd2fa68 : Factor out ebpf::parse_tracepoint function
cd43be4c : libbpf-tools: adjust Kconfig and re-build vmlinux.h
d0ec8a27 : Backport tcpstates to kernels < 4.15
2b5fcc6e : libbpf-tools: determine target host architecture
454b138e : libbpf-tools: small clean ups across all tools
77d60b19 : libbpf: sync to latest version
8b6a7db9 : libbpf-tools: update vmlinux.h with BPF helper flags generated from UAPI
7d626568 : tools: add option --cgroupmap to tcptop
5e123df1 : libbpf-tools: add CO-RE opensnoop (#2778)
c9cfb52f : Reduce container image size with multi-stage builds
9d7feeed : tools: add option --unique to capable.py
15e998db : tools: add option --cgroupmap to capable.py
9465f8cf : softirqs: Combined CPU as part of the key is necessary to avoid amiss value.
21625167 : trace.py: support an optional provider name for the probe spec
37cd183a : python binding: allow fully-specified probe names for enable_probe()
b7541d0b : libbpf-tools: optimize ksyms cache
cf20a499 : GitHub Actions: optionally publish container image
98c18b64 : print error messages to stderr and exit(1) instead of exit(0) for fatal errors
e5080598 : Replace StatusTuple(0) with StatusTuple::OK()
5011f992 : usdt: fix parsing sp register in arguments on AArch64
aeea0e9f : usdt.py: print errors to stderr in enable_probe_or_bail()
c4219708 : libbpf-tools: covert BCC drsnoop to BPF CO-RE version
17ff3922 : libbpf-tools: update bpftool
c46c7b3d : usdt.py: improve error messags for enable_probe()
440016f7 : doc: add python3 doc to "Ubuntu - Source" section in INSTALL.md
6de96c71 : Update StatusTuple to use enum Code
2fa54c0b : Support kfunc in vfsstat.py
da7cac73 : Support kfunc in klockstat.py
c347fe6c : Support kfunc in opensnoop.py
1ad2656a : Add support_kfunc function to BPF object
572478b2 : Introduce {attach|detach}_kfunc API
550706a2 : Do not initialize kern_version for TRACING/EXT programs
1e7862fd : Unite libbpf includes
18da40cd : Fix bpf linking if specified via LIBBPF_LIBRARIES variable
08de253f : Fix a table of contents of maps
6f3c33b0 : Fix the python part of the http-parse-complete example
9edbae39 : tools/oomkill: output PID instead of thread ID (user's view)
c949f613 : tools: execsnoop add -U and -u flags
7ad17638 : libbpf-tools: add links to BPF CO-RE posts
2a2e7290 : cpp examples: use a raw tracepoint for RandomRead
5681ea9e : c++ api: add wrapper for raw tracepoints
5e3f9e49 : man pages: add documentation about --cgroupmap
1ce868fb : tools: add option --cgroupmap to tcp tools
94222748 : debian changelog for v0.13.0 tag
b26b429c : tools: fix confusion between execsnoop and opensnoop
29aa6198 : tools/profile: fix kernel delimiter when folding (#2758)
51be481a : sync to latest libbpf
8dd4b5a5 : bindsnoop BCC tool (#2749)
1332e686 : Update dddos.py
9b6a0e35 : tools/stackcount: Fix address resolution for user-space stack
a28ad059 : fix pid filter bug
e1496e15 : tools: add libbpf-based tools to BCC w/ runqslower as first converted tool
2d099cd8 : Allow specifying clang base directory
7fcb335b : tools: add vmlinux.h header with all kernel types
4281c62f : libbpf tools: check in bpftool for use by libbpf-based tool build
c82aa514 : snapcraft: add missing libfl-dev dependency
0f92c845 : correctly describe installation situation for Ubuntu
397ff370 : libbcc debian package is architecture-dependent
6cacc414 : support sockmap/sockhash/cgroup_local_storage maps
0a7da74e : Fix offwaketime regression introduced by #ac00ac5
f149ca5d : Do not rewrite array subscripts if invalid sourceloc range
a4834a6c : prevent rewriting for array element type
685ec23e : snap: update and cleanup snapcraft.yaml
68789499 : define CC_USING_FENTRY if CONFIG_FUNCTION_TRACER is defined
f727a00f : bcc.BPF.cleanup(): Ensure self.funcs items get deleted during cleanup
46965c6b : Add XSKMAP support (#2730)
0e63c5c1 : fix compilation error due to latest llvm change
90b2382b : tools/klockstat.py: Do not display symbol twice for stack
215b7243 : remove dead link
b090f5f9 : Make inode-only matching default, reverse USDT kludge
a47c44fa : Run BCC test suite with github actions
83b67c2a : sync to latest libbpf repo
0cafe557 : fix line TypeError
dbfb1885 : fix a bug in networking/simulation.py
c6a3f029 : Remove namespace code from libbpf to fix USDT
da59f37f : Remove from list of AUR packages
dce8e9da : sync with latest libbpf repo
efbed3b6 : docs: Remove a redundant space
4f0c29ea : fix llvm compilation error
90937ce0 : bpflist: use smarter print format
304d95cf : bpflist: list only real bpf objects
bbafe998 : Fix CentOS 6 support.
071eef6b : sync with latest libbpf repo
670aad2e : sanitize BTF_KIND_FUNC
18e0991f : Secure Boot: physical keypress to disable lockdown
03e0d264 : docs: add BPF trampoline to the kernel features
9c32c359 : update usage of MCInstPrinter printInst() for llvm10 (#2696)
c14d02a5 : Fix a bunch of typos (#2693)
c707a55e : avoid complex expression in struct member initializer
590ac9dc : Ubuntu Eon build dependencies and version numbers
1b2be41a : Add Ubuntu Eon incompatibility note
1a780e97 : rewriter: Fix tracking of pointers with several indirections
d7962856 : Links to 3 articles on Linux tracing using bcc
909ada95 : tools/offcputime.py: Redundatn arg check
c6b287ca : support BPF_MAP_TYPE_SK_STORAGE map
db826441 : tools/runqslower.py: Option for --pid or --tid (#2635)
e47f9d02 : sanitize btf VAR and DATASEC types
5098c9dd : fix test_map_in_map.cc compilation error
dc336aa4 : Package static archives, closes #1938
df591fb5 : fix libbpf_uapi path typo
4f0a887a : man: fix required kernel version in man pages
977a7e3a : change version.cmake to check all tags
8bb4e473 : tools/trace.py: flush stdout for each event
8174c0ae : sync with latest libbpf
b2aa29fa : tools: cgroup filtering in execsnoop/opensnoop
0aca2c71 : Remove kretprobe__ prefix from program names
c71394a9 : klockstat: fix caller filter
05a09ea9 : Improve wording on how latency is measured
3106a82f : fix -h output for --sort option
2283996f : Fix s390 kprobes support
368a5b07 : debian changelog for v0.12.0 tag
e6bd4edc : sync with latest libbpf
f9f1050f : fix a compilation error with latest llvm 10
5cf529ee : tools/trace.py: add msg filter of event
9ce7b7e9 : tools/trace.py: add process name filtering
e7ddcbcc : remove inproper usage of BPF_F_REUSE_STACKID in examples
71f9c2a7 : rename tool lockstat.py to klockstat.py
b040635d : man: fix a reference to runqlat in runqslower man page
1f7b6cd3 : Correction to Usage text.
0bca6455 : man: fix the explanation of filename
744b644e : man: fix the field of filetop
e09116d3 : Use libbpf-static instead of libbpf-debugsource for CMAKE_USE_LIBBPF_PACKAGE
556d9ec9 : Use integer types for enums in JSON (Fixes #2615)
feadea6d : Support a BPF program larger than BPF_MAXINSNS
ea8bbbf9 : fix bug for lockstat.py #347 (#2618)
90f2086c : do not use BPF_F_REUSE_STACKID incorrectly
a1a04f49 : Do not traverse attributes during JSON generation (Fixes #2605)
149c1c88 : Add map-in-map support
0272a3d5 : docs: update helper functions of BPF_PROG_TYPE_SOCKET_FILTER
65885f34 : tools/runqslower.py: Fix raw tracepoint code
f68d8180 : update INSTALL.md for new llvm source compilation
30323475 : Make StatusTuple code and msg methods const (#2603)
f0f19dbc : make TRY2 macro work outside of ebpf namespace (#2604)
ac00ac5d : Add lockstat tool
b8ab98b2 : Include stddef.h for size_t in bcc_elf.h
6ee245bd : fix a bug in mountsnoop.py with 4.17+ kernels
98b8d0c8 : docs: update XDP driver list
10c1a830 : docs/reference_guide.md: update doc
15fbd7cd : add tool: compactsnoop
ccf8261e : add BPF::init_usdt function to init a single USDT so folks can handle partial init failure of list of USDTs.
992e482b : sync with latest libbpf (#2594)
a6f658df : Add a supplementary explanation to function `get_syscall_fnname` (#2593)
7ec8bde3 : Add test_libbcc_no_libbpf test
19c625e6 : Link test_libbcc directly with libbcc.so
d4b3bf03 : Add libbcc-no-libbpf.so library
9cede20f : tools/tcpretrans: add tracepoint support (#2574)
04290405 : Support attaching uprobe to offset (#2585)
77fe4285 : fix typos in tutorial.md (#2584)
58ff1b36 : remove the warning for map.lookup_or_init() (#2581)
82f4302a : introduce map.lookup_or_try_init() (#2577)
eb1a2f64 : sync with latest libbpf (#2576)
2dad4759 : fix compilation errors with latest llvm trunk (#2575)
9b433f20 : cpudist: create sufficiently large hash table to avoid missing tasks
93479699 : man: COMM describes the process name, not the parent process name (#2563)
c2a530b3 : support cgroup level tracing in trace.py (#2562)
f04c6de5 : assign offset properly for btf DataSec (#2560)
708f786e : document the release info related to libbpf submodule (#2561)
54aa2576 : Fix a typo, tracepint -> tracepoint (#2559)
930846dc : man: add missing -c option to tcpretrans synopsis
e3668b99 : Mod: fix two errors in examples
56aa780c : Mod: the 'min_us' is in us, mot ms
183be9a4 : Changed Link to HTTPS (#2551)
6b989dba : Fix Erroneous "gethostlatency" Comments (#2549)
2d1497cd : Redefine asm_inline for Linux 5.4+, Fixes #2546 (#2547)
76f31edf : sync with latest libbpf repo (#2545)
0fa419a6 : debian changelog for v0.11.0 tag (#2541)
eb018cf9 : sync to latest libbpf (#2540)
4c2cb869 : INSTALL.md: Fedora 30: note about kernel lockdown (#2536)
c00d10d4 : Add sampe code for cgoup test (#2522)
ac29d09a : FAQ: Add Q&A about kernel lockdown (#2532)
115b959d : Fix a file descriptor leak when module is deleted (#2530)
903513e4 : cmakefile change to require c++14 (#2529)
c02e5eb1 : fix compilation errors with clang CreateFromArgs() change (#2528)
867c3e3f : Fix BPF_PERCPU_ARRAY description (#2527)
f8c5654c : INSTALL.md: add install instructions for Fedora 30+ (#2524)
84d9798a : FAQ: fix error message
ba64f031 : Fixes #2518 -- weird behaviour of lookup_or_init (#2520)
c99c7c40 : stackcount: fix TypeError (#2514)
44454d94 : support gcc 8's cold subfunctions
d147588e : Support for hardware offload (#2502)
496a2b17 : tcptop: Fix incorrect pid filter
270d54ae : Make number of stack traces configurable from command line in example… (#2500)
2479fbf1 : Update mysqld_query.py
e1025145 : Update reference_guide.md
5ce16e47 : Don't prepend /proc/PID/root to user-supplied USDT binary paths starting with /proc already
89bb40a3 : offwaketime: Fix incorrect target and waker PIDs
33c9c571 : man: fixes some man pages
68b8d301 : Support perf's symfs mechanism for debuginfo lookup.
0206fc4e : tools: fix vfscount output when no duration is specified
910ddaf1 : CMake: Allow to disable building man pages
56ba6fde : sync to latest libbpf
9518a5b7 : tools/tcpconnect: add option -c to count connects
237a4b46 : Turn on lazy symbolize by default
6af649a9 : tools: fix printb usage in solisten
1a47a9a5 : sync with latest libbpf
50aeaed4 : Report proper module on kernel backtrace
36219753 : Use bpf_prog_load function from ljsyscall module in LuaJIT compiler
4995db07 : Filter out non-bash COMMs
fb99f2fd : Update lua Quickstart for Ubuntu 18.04 LTS
e7c422a8 : Four parallel test runs
45fd2f72 : Upgrade from pep8 --> pycodestyle
96f251e5 : Update .travis.yml
f1c7b8ef : Comment out the set -euo pipefail
de34dab8 : Echo
6034b818 : Try under language: python
e25e75bc : Move language: generic
f37279f7 : Swap test order
5c2b5142 : Remove allow_failures on python: 3.7 tests
d2cd9d0a : long was removed in Python 3
2a2661c6 : Use feature detection instead of version detection
bfdb8171 : Old style exceptions --> new style for Python 3
3e69639a : Old style exceptions --> new style for Python 3
e52c41fe : from __future__ import print_function
317fe143 : Undefined name: from compilationException import CompilationException
887ff829 : Undefined name: "SocketConfig" -> "TargetConfig"
64ea990f : Undefined name: "headerInstance" --> "p4header"
37ac181e : Undefined name: Don't forget "self" in "self.b"
fae282cb : Undefined name: signal_ignore --> signal.SIG_IGN
1bbdc098 : This retest should work
807772f5 : Force a retest
851f5883 : Add missing colon (:)
f84e55c5 : Identity is not the same thing as equality in Python
60944a48 : Travis CI: Lint for Python syntax errors and undefined names
a74c0429 : fix asm_volatile_goto issue again
10dae9ea : fix various compilation warnings
5933839d : tools/inject: Update documentation
86633c44 : Rebase and remove mount guards
d413c95c : Fix designated initializers
50d06022 : Add tests
f20dca16 : Address code review
6f693f59 : Enter mount namespace before trying to open binary
1772fd16 : Thread through debugfile flag
0ca7917c : Make bcc_elf_symbol_str support debuginfo
24496c77 : Lazify ProcSyms::find_name
d42fcc8e : Lazily symbolize regular ELF binaries
01ee0b61 : Use device+inode to identify matching files; prepend /proc/pid/root to paths for usdt.
06e30cca : sync to latest libbpf repo
f84acf9e : Error in time comparison
bac633a6 : tools: fix runqslower warning
bb477035 : update INSTALL.md for Centos
fed5b68b : Use the STL's make_unique if available
8bd65dd6 : Add cli argument to limit run time (#2428)
fabb9a53 : declare bpf_obj_get_info_by_fd() in src/cc/libbpf.h
b3fc5907 : add -u description to trace man page
3a0d3c4f : add option to print unix timestamp in trace tool
4a5ceb89 : fix a compiler warning
dd994972 : Handle the text and src_file the same way in the BPF constructor
00213fc1 : tools/tcpstates: fix local/remote port output
660525db : sync with latest libbpf repo
2627bae4 : Support pinned maps through BPF_TABLE_PINNED macro
b1cc5509 : snapcraft: fix the fetching of the most recent tag version
93e2e2c4 : snapcraft: fix bcc-wrapper, handle ' ' quoting correctly
40b2db95 : Check for string truncation when constructing the kheaders tar_cmd
f466fb97 : Check for string truncation when creating the <probe>/id path
474bbce6 : Tag overridden functions with override
14103e66 : update tools diagram for 2019
0797d4ac : build: Rename kheaders location from proc to sys
fc72531c : tools/execsnoop: add -T option
721d34e0 : capable: Hide TID and INSETID columns by default
8835de69 : sync with latest libbpf
222292f6 : Added exitsnoop to README (code review)
ebf0e4b2 : debian changelog for v0.10.0 tag
84ce85b5 : Revise python tutorial lesson 16 to make sure tutorial text and code match.
a57dad43 : examples: disksnoop checks if blk_start_request exists before attaching kprobe
75548668 : docs: fix long form of USDT to match acronym in python tutorial.
471f6abd : Remove -u short form, use only --utc (code review)
e5d3293c : Added short form -u for option --utf
d51f4afd : tools: Added exitsnoop: Trace all process termination
fdde3cfa : remove unused field in tp_frontend_action.h
180a5886 : bpf: workaround DataSec name constraint in the kernel
f6c8cfe4 : bpf: fixup btf DataSec size
da4d4d77 : fix proto compare bug in example
31309fee : cap_capable: Support Linux >= 5.1, display INSETID
9b2a7428 : opensnoop: update synopsis in man page
d1588264 : sync with latest libbpf
d3140153 : cc: libbpf: Fix ambiguous comment
4006bf50 : cc: libbpf: Merge implementation of bpf_attach_[k,u]probe into bpf_attach_probe
af2f106b : memleak: use BPF_HASH macro
6e7500b2 : 2357 SEC macro redefined error
3bdeff3c : sync to latest libbpf
b0358b8c : snapcraft: remove python path wrapper hack
e86e0643 : cc: Fix compile warning (#2346)
a2e71a9e : vfscount.py: add args time (#2344)
4d61a57b : Include linux/types.h
21f24631 : type error
912d3571 : sync with latest libbpf repo
ae92f3dd : loader: Add support for reading kernel headers from /proc
84632859 : tutorial_bcc_python_developer: Finish auto-generated update
33bffcaa : Simplify provider collision detection
4a51c75c : Add bcc_usdt_enable_fully_specified_probe to avoid usdt provider collisions
6c793317 : tools: don't mix print(end="") with printb()
1bbfdb60 : Update reference_guide.md
057a16fd : Update reference_guide.md
e76a7c71 : Add timeout to perf_buffer_poll docs
7caf21aa : Free local string variable on error path when parsing elf notes from memfd-backed file
d2a4626d : Convert bytes to string for re in get_tracepoints()
9c8e2a6a : tools: add percpu allocator tracing to memleak
9d035b86 : tools: fix stacktraces formatting in memleak.py (#2316)
47618fed : Support loading elf notes from memfd backed map (#2314)
6b197903 : tools/profile: add -L option to support filtering on TID (#2315)
2a9436d7 : stackcount: do per-pid statistics only if -P is provided (#2313)
89dc38e1 : man: remove duplicated description of '-f' option from offcputime.8 (#2311)
79a8e3c1 : sync with latest libbpf repo (#2309)
e75480da : stackcount: add -c option for CPU only events (#2307)
fd73745c : tcpaccept: remove sock:inet_sock_set_state tracepoint code (#2305)
8cd3efd2 : tcpaccept/tcpconnect: use PID not TID
1b9ae96e : cmake: expose bcc_elf.h in the API headers (#2293)
e7c8f556 : Add libbcc-loader-static.a symbols into libbcc.a (#2296)
d1e9d222 : doc: explain how to use perf with skb programs (#2289)
36779251 : rename libbpf.{a,so} to libbcc_bpf.{a,so} (#2290)
c7859d47 : clang/kbuild_helper: fix arm64 cross compilation (#2288)
0267b484 : tools/cachestat: fix python 3 str/bytes type error (#2287)
12bd9581 : Clarify kernel configuration flags (#2286)
c72f6284 : delete allocated array properly (#2285)
5570f70f : sync with latest libbpf repo (#2284)
6b05e616 : bitesize: switch to issue tracepoint (#2283)
c6cded43 : biolatency: add -F for I/O flags (#2280)
c7736eec : bitesize: switch to tracepoints (#2281)
df481a4d : fix string re being used on bytes for Python 3
eb32c158 : biosnoop: add -Q for queued time (#2279)
2d182dc6 : snapcraft: updates to snapcraft 2.37 and core18 snaps (#2277)
6cf63612 : avoid overflowing btf stringtable during btf line adjustment (#2270)
3b04ac6f : add forward declaration of bpf_insn in bpf_module.h (#2269)
81d17be6 : docs/reference_guide: update the examples to reflect the recent change (#2268)
ef14cfb8 : explicit warning when source won't be saved (#2267)
ba41501b : Add basic USDT support for s390x (#2266)
6d147e65 : add a new bcc tool drsnoop (#2220)
c2b371d5 : filetop: Avoid missing important entries
873e9395 : Improve PyPerf sample handling and output (#2260)
701bd73a : enhance tools/tcpaccept (#2254)
1b76d6c3 : Fix error message printing in create_kprobe_event (#2259)
0ec2d4fd : Prepare debian changelog for v0.9.0 tag (#2258)
7fdaa9c5 : Fix network examples (#2256)
d4f5da4a : Add the part of tracing system calls according to #2245 for the doc (#2250)
593339d8 : examples/tracing: Handle KeyboardInterrupt
552658ed : Add source installation instructions for Centos 7 (#2248)
eca17a0c : Explain how to use addr argument of BPF.attach_uprobe (#2231) (#2244)
ef9d83f2 : Add PyPerf, example of profiling Python using BPF (#2239)
1eab542d : fix a compilation issue with latest llvm trunk (9.0) (#2242)
0f584918 : fix b.support_raw_tracepoint for 5.0 kernel
14ab8aa4 : Fix documentation error for Ubuntu 18.04 (#2238)
4f690c2b : added DNAME_INLINE_LEN to be 32 as per filetop (#2236)
eb0b5155 : docs/reference_guide: Update kernel macro name
bb65bea6 : examples/tracing: Use printb to improve python3 compatibility
2ebdf164 : tcpaccept: only show TCP accept event (#2232)
e8ece566 : support gcc 8's cold subfunctions (#2228)
eba6beb4 : tutorial_bcc_python_developer: new way to get the event data (#2226)
54943285 : Python BPF disassembler and map layout parser (#2209)
1d6d45cd : Expose kprobe's maxactive parameter in bcc (#2224)
cd9334c7 : fix a bug related to syscall.py (#2217)
b26e26b9 : fix #1851 for Arch Linux users (#2214)
bc0d472e : Fix BCC on arm64 by allowing missing ausyscall (#2213)
d3c32b14 : ext4dist: code cleanup (#2181) (#2206)
1d1aa3f0 : docs/reference_guide: add auto-generation of perf event data structure in Python (#2211)
a9fdcf47 : Rename bpf_common.h to bcc_common.h (#2208)
7d6be4fe : check permission before nullifying type_id's in bcc_map_create_xattr
e16aa5b7 : sync with latest bpf-next
960a9e0f : enable debug output for test_usdt3.py
f03beca4 : tools: fix some python3 bytes vs strings issues (#2205)
51d62d36 : tools: remove redundant Python event data structure definitions (#2204)
1b36e9e3 : Have packages declare they provide and conflict with Ubuntu- and Debian- provided packages so they can satisfy dependencies but not be simultaneously installed or mixed
75a1f3d0 : implement DEBUG_BTF flag (#2202)
6c79c68b : add `enum` support for generating perf event data struct (#2199)
790425ed : README.md: add missing pointer to tools/mountsnoop.py (#2200)
31563034 : generate perf event data structure in Python automatically (#2198)
9dcde279 : usdt: use ProcMountNSGuard for pid and path attach (#2064)
626c41fc : handle return value properly for btf__new and btf_ext__new (#2197)
ac2229c1 : ignore external maps during retrieving type id's (#2196)
ecf87da9 : allow application to set rlimit for RLIMIT_MEMLOCK instead of bcc (#2195)
5a578707 : do not expose bcc_elf.h as uapi header (#2194)
8300c7bd : add btf support for maps (#2192)
48ca7819 : add btf func_info and line_info support
89bf6f7b : enable -g by default for llvm 9
8c06807e : add bcc_prog_load_xattr() and refactor bcc_prog_load()
c217b253 : add bcc_create_map_xattr() and refactor bcc_create_map()
bf900f77 : sync with latest libbpf repo (#2189)
518bd445 : docs: references_guide.md: add/fix search examples/tools links (#2186)
929348e9 : Fix misc file permissions (#2185)
16fd2f60 : sync with latest bpf (#2184)
a11fa0c2 : sync with latest libbpf repo (#2183)
41ffdd17 : docs: fix broken link of bpf_log2l(#2176)
922f1ab4 : examples/tracing: some minor fixes
5f7c8294 : Fix tools/syscount -l (#2180)
10c8bd33 : examples/tracing/bitehist.py: add example of linear histogram (#2177)
6af7b844 : cachestat: bring back HITRATIO column
9d5f9721 : Fix debuginfo search on Ubuntu
e94833fd : Add installation instructions for Amazon Linux 1 AMI Sign-Off-By Travis Davies <trdavies@amazon.com>
aa1b904e : [iovisor/bcc] trace: Incorrect symbol offsets when using build_id (#2161) (#2162)
81baae4f : profile: exclude CPU idle stacks by default (#2166)
77f4f663 : fix cpuunclaimed.py with cfs_rq structure change (#2164)
9e0817a9 : tools: rename "deadlock_detector" to "deadlock" (#2152) (#2160)
0fd3efb0 : use libbpf api in bpf_attach_xdp (#2158)
9924e64e : support symbol resolution of short-lived process. (#2144)
7324ba5b : profile.py: return kernel annotations for folded stacks
012551bf : use libbpf APIs from libbpf.c (#2156)
c77b158f : ddos_detector.py to monitor DDOS attacks (#2140)
3f7b5966 : print_log2_hist(): check and skip possible paddings (#2155)
d01f4593 : notes about tools (#2153)
16de581c : rewrite bcc_create_map with libbpf primitives
e60438db : include libbpf/src/*.c files in the build system
751559e9 : use linux bpf uapi header from libbpf submodule
fbe94ddb : get submodules in cmake and package build
bf5b9a5b : add kernel libbpf as a submodule
dd132421 : Fix process map parsing when freeing bcc memory (#2151)
cda5f98a : Fix include style for bcc_syms.h (#2148)
4c5509fc : Add free_bcc_memory to BPFModule (#2147)
76b5d5d9 : spec: added shebang mangling
3664191a : scripts: switch shebang in linter
cc01a9cd : tools/examples: hardcode #!/usr/bin/python shebang
98fd5030 : Bcc build fixes for Android (#2142)
2ddbc077 : Add build_id support for BPF stackmap
25a0ef32 : trace.py: fix syscall parameter rewriting on x64 (#2138)

+- Project: platform/external/boringssl

2bbd592a : external/boringssl: Sync upstream branch fips-20220613
235ceeba : external/boringssl: Sync to 1530333b25589ee4d4d52b10e78ee55dd82f6dcd.
df1a1e82 : Explicitly call BORINGSSL_self_test() in boringssl_self_test.
43ca36f6 : [DO NOT MERGE] Don't loop forever in BN_mod_sqrt on invalid inputs.
00087b4f : Use static libraries for libcrypto and libssl native tests.
6d77d67f : external/boringssl: Sync to c9a7dd687987666df5910f2b35fdc8c3d1e5ed05.
b4396349 : external/boringssl: Sync to c9a7dd687987666df5910f2b35fdc8c3d1e5ed05.
fe406ed0 : Add BoringSSL native tests to mts-conscrypt.
847f7979 : Ignore duplicates in |X509_STORE_add_*|
83b8e972 : external/boringssl: Sync to 81502beeddc5f116d44d0898c6c4a33057198db8.
eee229fd : external/boringssl: Build as C11 and drop _XOPEN_SOURCE
804732fb : Fixes Mac build error where it's missing proper sys/types.h
3d9f2ea3 : external/boringssl: Sync to 345c86b1cfcc478a71a9a71f0206893fd16ae912.
517dcb08 : Adding bt apex name to libssl
49791bd8 : Renamed bluetooth apex name to com.android.bluetooth
b15b125f : external/boringssl: Sync to a9670a8b476470e6f874fef3554e8059683e1413.
335bad90 : Remove apex_availability for libcrypto in Media Apex.
2abf8828 : Enable X509_V_FLAG_TRUSTED_FIRST by default.
7c27ee0d : Enable X509_V_FLAG_TRUSTED_FIRST by default.
2f26c21c : external/boringssl: Sync to 66e61c577d39e757bf491468f651461fa79fd5e1.
220a654b : Revert "external/boringssl: Sync to 66e61c577d39e757bf491468f651..."
a11a41e2 : Build deterministic libssl / libcrypto for fuzzing.
8bb65ff6 : external/boringssl: Sync to 66e61c577d39e757bf491468f651461fa79fd5e1.
f54ba356 : trusty: Don't build neon asm if disabled
f9e0b0e1 : external/boringssl: Sync to c1571feb5faf5cce844354c63d0f3e842464bea3.
00a7c404 : external/boringssl: Sync to 7a817f48bafee508b2d23ad278f892ee1cb32b91.
62b47fae : Revert "external/boringssl: Sync to 7a817f48bafee508b2d23ad278f892ee1cb32b91."
d03f4c0a : external/boringssl: Sync to 7a817f48bafee508b2d23ad278f892ee1cb32b91.
7f684a43 : Disable ACVP modulewrapper on non-FIPS targets.
c69606cc : Revert "external/boringssl: Sync to 897a2ca3f184b34278641138c726ef902ab1fab2."
b146be79 : trusty: Disable C11 atomics
a769e3be : external/boringssl: Sync to 897a2ca3f184b34278641138c726ef902ab1fab2.
6cf56751 : Remove libc_headers from cc_object
53cbde74 : Make boringssl available to com.android.compos.
79b5cad2 : [trusty] Add boringssl to library build system

+- Project: platform/external/bouncycastle

8394a04c : Keystore: Wycheproof test cases added to Keystore CTS module
06a04fec : Add engineProbe to BcKeyStoreSpi.
229ffad2 : Adding rule to expose bouncycastle ASN to ExtServices (packages/modules/ExtServices:android.ext.services.attestationverification).
42fcb85e : Add identity cred utils to unbundled_visibility
53eefbd0 : Update OWNERS to use libcore/OWNERS

+- Project: platform/external/bpftool

2db6b95 : Add LOCAL_LICENSE_KINDS to external/bpftool
d8c2e9a : Add Android.bp for bpftool
0b410f1 : Initial empty repository
51d4a12 : sync: Pull latest bpftool changes from kernel
97d902d : bpftool: Fix strict mode calculation
04fa8f1 : sync: Update libbpf submodule
aa43f39 : sync: Pull latest bpftool changes from kernel
ddbe54d : bpftool: Fix uninit variable compilation warning
89c6f12 : bpftool: Stop supporting BPF offload-enabled feature probing
3adf4ae : bpftool: Migrate from bpf_prog_test_run_xattr
c14cc3c : libbpf: Open code raw_tp_open and link_create commands.
0a09d35 : libbpf: Add support for bpf iter in light skeleton.
e86f7c3 : selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
60d3b70 : sync: Update libbpf submodule
ee76d2d : mirror: Fix separator for build metadata in version numbers
a7f0e7f : mirror: Ship linux/if_link.h UAPI header
beb771c : ci: Add a build with clang
8453d85 : mirror: Fix definition of __compiletime_assert in included headers
aa339ca : mirror: Fix usage of $(LLVM_VERSION) in Makefile.include
b672773 : mirror: Fix features detection with regard to "echo" and newlines
8a2d7d5 : mirror: Fix features detection for building with clang
db4fad3 : sync: Pull latest bpftool changes from kernel
2be08b7 : bpftool: use preferred setters/getters instead of deprecated ones
399aa37 : bpf: Add bpf_copy_from_user_task() helper
2001698 : net: xdp: introduce bpf_xdp_pointer utility routine
02ada0f : bpf: introduce bpf_xdp_get_buff_len helper
16cc94d : bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
4609bfe : tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm
7084168 : tools headers UAPI: Add new macros for mem_hops field to perf_event.h
da4661a : sync: Update libbpf submodule
3c7700c : sync: Pull latest bpftool changes from kernel
6226609 : bpftool: use new API for attaching XDP program
45244fc : libbpf: deprecate legacy BPF map definitions
7b2cd3b : bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
de3c7ee : uapi/bpf: Add missing description and returns for helper documentation
61833a2 : bpftool: Adding support for BTF program names
1a5b0c3 : sync: Update libbpf submodule
b1341b7 : ci: Check that all features are present in bpftool
5f7101c : mirror: Fix libbfd feature detection by trimming $(feature-libbfd*)
bc09d39 : mirror: Update URL of repository in README.md
fb462e4 : sync: Pull latest bpftool changes from kernel
232383c : bpftool: Stop using bpf_map__def() API
99ff4fc : bpftool: Only set obj->skeleton on complete success
8ce7ed0 : bpftool: Fix error check when calling hashmap__new()
e014760 : sync: Update libbpf submodule
a38cd8c : ci: Add a GitHub Workflow to build bpftool and its documentation
6cf8983 : mirror: Add a README.md file
f2b15e5 : mirror: Add license files
a1c7c11 : mirror: Update .gitignore files
9ba94fd : mirror: Add libbpf submodule update to sync script
87ce896 : mirror: Auto-update bpftool version on sync up (align on kernel's)
164585e : mirror: Adjust sync-kernel.sh for bpftool
1e2278e : mirror: Copy sync-kernel.sh script from libbpf
308e6af : mirror: Add libbpf as a submodule
95348fb : mirror: Adjust Makefile to use libbpf's mirror
fc96ee3 : mirror: Adjust Makefiles for the new repository layout
28b7ccc : mirror: Reimplement feature detection and reallocarray()
68a9819 : mirror: Implement definitions from tools/scripts/Makefile.include
5a059c0 : mirror: Set version manually instead of relying on kernel Makefile
6063970 : mirror: Reorganise the layout of the repository
060ea6c : mirror: Add header dependencies
00b8a5f : mirror: Import bpftool source files

+- Project: platform/external/bsdiff

59d9293 : Include algorithm for suffix_array_index.cc
42ac4fe : Add bsddiff test to hwasan-postsubmit.
67386a2 : Make bsdiff available in recovery
c801082 : Add zhangkelvin@ as owner to bsdiff
ff62574 : Expose file utility classes for consumption
7a37513 : Expose PatchWriter for consumption
384c435 : Expose patch reader for consumption

+- Project: platform/external/bzip2

81084e1 : Add one visibility to libbz module
8645cf6 : Really sync with bzip1.0.8.

+- Project: platform/external/caliper

12b92b4 : Move comment to license_note

+- Project: platform/external/capstone

5970328b : Move comment to license_note
79b6946b : Update cpe for vulnerability scanners

+- Project: platform/external/catch2

4eb3c2f9 : Move comment to license_note

+- Project: platform/external/chromium-trace

c10f13e7 : [LSC] Add LOCAL_LICENSE_KINDS to external/chromium-trace
59aa68da : Add Android.bp to expose files for platform-tools sdk-repo build

+- Project: platform/external/clang

f30c8e651d : Fix -Wbitwise-instead-of-logical
46ac0e8947 : Export clang header for the build-tools sdk-repo build
f79dd2deb6 : add the rs_clang_headers module

+- Project: platform/external/cldr

665a4b7a : Cherry-pick: CLDR-15044 Add locale for en_MV (inherits from en_001), update lang-pop data for MV (#1706)
e4b57c4c : Cherry-pick: CLDR-15285 Derived annotations [maint-40] (#1708)
85a278c6 : Update the version to 40.0 in the METADATA
9975f165 : Copy upstream release-40
a7d17b70 : Update Android CLDR tzdata from 2021a to 2021a3. [S]
bbab44fd : Update Android CLDR tzdata from 2021a to 2021a3.
d5dffe29 : Update CLDR version in METADATA to 39.0
3c08ccad : Android patch: Remove dependency on cldr-apps.
c0b8a958 : Copy upstream release-39

+- Project: platform/external/connectedappssdk

bdc366a : Stop RemoteDPC from crashing.

+- Project: platform/external/conscrypt

57b81b03 : Bump version codes in tm-dev to match tm-mainline-prod
66556c84 : Skip XDH key agreement test for Android Keystore
31d4fdb7 : Bump Mainline Module Version Codes in tm-dev to 330090000
dc7a8a87 : Bump apex version to 33xxxxxx in tm-dev.
05779861 : Revert "Merge Conscrypt Upstream master."
dc1ef202 : Run libcore.java.security tests in Conscrypt presubmit.
61722fb8 : Revert "[DO NOT MERGE] Fix Conscrypt CTS for sc-v2-dev."
8cd42acf : Revert "[DO NOT MERGE] Fix Conscrypt CTS for sc-v2-dev."
825075f1 : Additional checks before calling GetDirectBuffer{Address,Capacity}
07b0944f : Don't include JNI tracing functionality unless required. (#1042)
58c7f7d5 : [DO NOT MERGE] Revert "Fix Conscrypt CTS for sc-v2-dev."
95a7a0f5 : Update junit dependency to 4.13.2. (#1059)
44e6c107 : Use assertThrows() in OptionalMethodTest (#1058)
8f5d76c9 : Use assertThrows() in SSLContextTest (#1057)
1e3b8ba6 : Fix macOS CI (#1056)
e7be1cd6 : Remove implementation details from conscrypt hidden api flags
e8dc309e : Minor Scrypt tidy-ups. (#1055)
26ada2d7 : Add scrypt support. (#1054)
18994c6c : Fix R8 compiler warnings (#1046)
e51f883a : Using common apex_defaults for com.android.conscrypt module.
368dacea : Generate placeholder system and module-lib APIs for conscrypt
eb153363 : Enable annotations when generating conscrypt public API
b4a98c30 : Support building conscrypt against musl
07ab837b : [DO NOT MERGE] Fix Conscrypt CTS for sc-v2-dev.
62df8a7b : Reformat repackaged files.
b8b914d7 : Make SSLSocketTest agnostic about whether TLSv1 is supported.
5a9b7d2e : Make SSLSocketTest agnostic about whether TLSv1 is supported. (#1043)
761de8f2 : Avoid longs when specifying precision in a sprintf argument. (#1041)
8c00322b : Make ASN1ToByteArray work with const i2d functions (#1040)
19a264e6 : Layoutlib needs access to conscrypt
6e404a34 : Mark conscrypt-unbundled as enabled on Windows
fe318a6d : Mark conscrypt apex as compressible
168dca2f : Revise GENERAL_NAME_to_jobject. (#1032)
c014ecc2 : Fix CheckJNI error (#1027)
f81aacca : Re-land "Merge Conscrypt upstream master."
d9d177a9 : Extra JNI null checks and error fixes.
ff92d69d : Revert "Merge Conscrypt upstream master."
2b56c886 : Test native null pointer checks in NativeCrypto by reflection. (#1024)
c36e4555 : Bump Java language level to 1.8. (#1025)
df7df8eb : Allow stubs to be referenced from build/soong/java/core-libraries
c8c89071 : Replace ART's core-platform-api stub with module-lib stubs
e386184e : Create correct subclass of RSAPrivateKey from PKCS#8 key specs. (#1021)
c71d3095 : Update OWNERs file to use libcore/OWNERS
00509381 : Include sdk versioning proto in conscrypt apex
42b38bef : Remove --skip-annotation-instance-methods=false metalava option
f98bc386 : Dist conscrypt's CorePlatformApi stubs
e34107b7 : Set dist_group: "android" for external/conscrypt java_sdk_libraries
b78797e8 : Skip removed BC algorithms in CipherTest. (#1016)
b1919d6b : Enable hidden API processing for com.android.conscrypt-bootclasspath-fragment
e5231f46 : Replace @link with @code for public alternatives
f7af32b1 : Move most reflective JNI calls to initialization time (#1009)

+- Project: platform/external/cpu_features

7783526 : Add cpu_features to hwasan-postsubmit

+- Project: platform/external/crosvm

c124e695 : all2android.sh enhancements
769e04f8 : Re-enable cargo2android for gpu_display
156725cc : Add dependency to libprocessgroup
f620437e : virtio_sys: regenerate bindings
f35f636c : Rust 1.60 clippy fixes
a795bfff : base: move descriptor traits and fns out of lib.rs
3894aa04 : base: remove wrap_descriptor
fa0ffe7e : base: accept AsRawDescriptor in PollContext/EpollContext/mmap
63c3a69e : devices: vfio_pci: implement coordinated PM using PCI config accesses
87f947a4 : pcie: implement coordinated PM using PCI config accesses
2f16bb41 : serde_keyvalue: restore with upstream
ce1180d3 : bpfmt files on upload
4257919f : devices: vvu: poll when opening vvu device
aebda741 : devices: pci: convert PciAddress::from_string into FromStr impl
db8824d8 : ANDROID: move virtio pci devices back to `MmioType::High`
0914020f : Add --task-profiles flag for Android
e123e394 : devices: vvu: use CrOS memory size for BAR size
91296bde : devices: vvu: virtio-iommu support in virtio-vhost-user
33af75be : crosvm: Bump version number.
62716b62 : Sync cargo2android output with current version of base/base_poll_token_derive/Android.bp
f87893bd : Sync cargo2android output with current version of base/Android.bp
f214189c : Run bpfmt on all2android.sh outputs
9d4ab675 : Disable cargo2android for the unused common/* crates
79b3a811 : Reland "crosvm: Remove CLOEXEC from fds passed into non-jailed plugin"
3491bdfc : Revert "Apply usb configuration even configuration is not changed."
ceb5ef15 : aarch64: fdt: add PSCI compatible string tests
1d1372f7 : aarch64: fdt: fix PSCI v0.1 case
b08fa439 : [LSC] Add LOCAL_LICENSE_KINDS to external/crosvm
1060d852 : media/libvda: fix bindgen path after move
0ac97979 : direct_irq: Add support for host wakeup capable IRQs
91e51258 : Revert "crosvm: Remove CLOEXEC from fds passed into non-jailed plugin"
93aefc51 : devices: block: merge device and vhost-user handle_queue functions into one
a4a3b1dd : devices: irq_event: implement as_raw_descriptors() and use them
7997f0c2 : devices: vfio_platform: add specialized assign_{edge|level}_platform_irq()
f021a621 : devices: irqchip: add specialized register_{edge|level}_irq_event()
c11a18b7 : devices: vfio_platform: change assign_platfrom_irq() to accept events refs
99067756 : devices: vfio_platform: make assign_platform_irq() return errors
44306221 : devices: Upstream Windows vhost-user net device.
cd0e7edc : Docs: Fix kernel config build steps
7b7a2062 : devices: direct_irq: switch to using IrqEdgeEvent and IrqLevelEvent
f87295a8 : crosvm: skip creating tap device in plugins tests if not enough capabilities
b3a094e8 : crosvm: Support for RDMSR in userspace.
d77eab29 : devices: acpi: convert to using IrqLevelEvent
24a22616 : Run some win64 tests with wine as part of presubmit
c30abefc : vfio_sys: regenerate bindings
ac0b33ad : net_sys: regenerate bindgen bindings
dd215951 : devices: pci: change assign_irq() to accept IrqLevelEvent
be3bbc0f : devices: pl030: convert to using IrqEdgeEvent
ccb9e902 : devices: ac97: convert to using IrqLevelEvent
e1196921 : devices: xhci: convert to using IrqLevelEvent
3d159f8e : devices: pcie: convert to using IrqLevelEvent
f6f5789f : devices: vfio_pci: convert to using IrqLevelEvent
7e17b32e : devices: virtio: pci device: convert to using IrqLevelEvent
7a8ce70b : devices: virtio: convert Interrupt to use IrqLevelEvent
bcc5368c : devices: goldfish battery: convert to using IrqLevelEvent
16f37e0f : devices: introduce IrqLevelEvent and IrqEdgeEvent
8452832b : rutabaga_gfx: enable per-context/per-ring fencing for virgl_renderer
7df6c2ee : io_uring: fix bindgen path after crate move
07040780 : Print error when netlink socket not created.
5b8a8374 : Kokoro merge bot: Remove rebase for now
c7cd0e01 : Move libvda to media/libvda
7afcfa00 : crosvm: Remove CLOEXEC from fds passed into non-jailed plugin
2d01c1df : base, sys_util: remove Timer::is_armed function
e584f835 : devices: vvu: refactor to use PciAddress
971a49e9 : devices: pci: add domain to PciAddress fmt output
67e64f78 : devices: virtio: block: report 1 segment max on Windows
bc712f12 : devices: virtio: block: add missing copyright headers
3c2d5cef : gfxstream: support async fence cb
3a81c077 : aarch64: fdt: Fix create_psci_node
150255a1 : aarch64: Validate PsciVersion during instantiation
bdef378a : arch: fdt: Pass &[&str] to property_string_list
163b57a7 : aarch64: kvm: Refactor match in get_psci_version
a055ebe4 : base, sys_util: remove fork module
db0f4d62 : crosvm: Start render server for plugin process
bb241590 : gfxstream: fix renderer callbacks definitions
5ab8b898 : Move files from base/src/common to base/src
0953c58e : upstream a few file from dev/pci
a2bed9b9 : gfxstream: remove unused imports
dba517d0 : devices: console: simplify handle_input()
566f4265 : devices: vhost-user: console: remove unneeded VIRTIO_F_VERSION_1 feature
0ff5b539 : devices: vvu: remove Arc<Mutex<>> for VvuDevice
33d1b09a : devices: vhost-user: vsock: use HandlerType
1cb82fdb : devices: vvu: handler: only pass needed data to HandlerType
f9eb7f26 : vmm_host: remove default implementation of protocol()
89f97d81 : devices: vvu: remove config from VvuPciDevice
afc7415e : OWNERS.android -= chirantan
a999284d : rutabaga_gfx: remove fence polling and enable async callback
37f02e9b : Use cfg_if crate to disambiguate the chosen VideoBackendType
3cdc5c5d : argument: Add a key numeric parser.
29950ef5 : devices: make virtio tpm backend pluggable
8ec0b3de : descriptor: Dedupe code between unix and windows
4557915e : descriptor_reflection: Dedupe cross platform
66eb01ad : virtio-block: Upstream window's block device
de1f006a : Enable clippy on windows
6a8f656f : crosvm: move all sandbox-related options under one struct
c6ad83fb : devices: vsock: allow to parse options using serde_keyvalue crate
5a792cb9 : devices: vfio_pci: refactor pending bit emulation for MSI-X
acfc8083 : devices: vfio_pci: make vfio msix cap shareable
35d66b98 : devices: vfio_pci: enable MSI-X per vector masking
95932f07 : devices: pci: msix: lazy MSI vector allocation
e871ee96 : Kokoro merge bot: Rebase merges before uploading
ba0e3dbc : arch: Don't set up serial device when vhost-user console is set
983e44ee : crosvm/linux: fix typo
354afe20 : Update Android.bp.patch.
bf50de2e : Cargo.toml used named-profiles feature.
1087e85b : base, sys_util: make clone_fd function private
2b43443e : Enable vmm_vhost windows tests
1dd97fad : tools: fix reference to no longer existing install-deps.sh
0eba4723 : external/crosvm: allow sandboxed c2a
cbddc592 : devices: serial: replace file_from_path with open_file
ed6b27ab : base: pass OpenOptions to open_file instead of bools
cbe2e127 : Kokoro: Use unique identifiers for gerrit API
6c3eadd1 : x86: Fix HT flag is incorrectly masked for no_smt
afa8cccb : x86_64: acpi: create goldfish battery earlier
e4a9e826 : devices: virtio: iommu: narrow the pci range of viot
a7a04e60 : ci/kokoro: improve error checking
3a29174a : Upstream windows serial device
626f014a : crosvm: Add host hp gpe paratemer for pcie root port
1b6e011d : ACPI: Add register gpe notify event interface
936769e7 : UPSTREAM: Use composite disk dir for relative paths instead of crosvm cwd
71104060 : OWNERS.android += smoreland@
c26cf3d6 : crosvm: Reflect KVM_EXIT_HYPERV return value.
6ae817ed : Add release-test profile
6c885798 : ANDROID: VIRTIO_F_ACCESS_PLATFORM!=supports_iommu
bf0ae75e : Revert "Revert "Merge remote-tracking branch 'aosp/upstream-main' into master.""
3f749598 : vfio: Support user-set address for VFIO PCI devices
52a0f3b1 : devices: vhost-user: Add a test case for ClientExit
6cda4407 : vfio_pci: improve mmaped mmio bar tracking
2c29fa8a : devices: block: parse options using serde_keyvalue crate
da20cf1d : devices: serial: parse options using serde_keyvalue crate
aa043e8c : add serde_keyvalue crate
2558b262 : vmm_vhost: Allow vmm to turn down before device
e8962977 : devices: virtio: vvu: allow non-zero guest mem descriptor offset
6ba4551b : devices: vfio: remove unnecessary MemSlot casts
4440db23 : vm_control: refactor VmMemoryRequest
4023f060 : move add_bind_mount
043451bb : ANDROID: Add TEST_MAPPING for MicrodroidHostTestCases
15b4769d : devices: vvu: Add `uuid` argument for vvu-proxy
04b9ce6d : gpu: display detailed resource bridge errors
3e28ed0f : mdbook: add instructions for enabling and running Wayland
eea1729c : rutabaga_gfx: do not support GLX if x feature is not enabled
cdffe497 : pcie: Use physical hotplug GPE as virutal hotplug event
5631839e : pcie: Implement added GpeNotify() trait
b0d2e4da : rutabaga_gfx: make build fail if default component is not enabled
3333441b : crosvm: Fix few warnings
9fbf4987 : Refactoring: Move win_(sys_)util
1e80b0d6 : Refactoring Script: Move win_(sys_)util
445fd4d3 : vmm_vhost: use base::Event in place of EventFd
c286772d : base: upstream Tube cross platform support.
8e0d4a99 : sys_util: re-export scoped_path
104b4715 : devices: gpu: fallback to 2d rendering if virgl is not enabled
05507752 : devices: acpi: ensure that both direct GPE and host SCI are supplied
bc09a2d8 : devices: acpi: use slice instead of vectors to pass around direct GPEs
baa34b5b : Revert "x86_64: remove special-case mappings for direct"
b65b67d1 : Refactoring: Copy sys_util(_core) into base
4fa9b514 : Refactoring script: Copy sys_util(_core) to base
4d53d568 : Refactoring: Make io_uring use base instead of sys_util
0928f91f : Refactoring: Copy common/io_uring to io_uring
00cbeb7d : Refactoring script: Copy common/io_uring to io_uring
4193d87a : cros_async: Depend on base, not sys_util
55c6a3b5 : Refactoring: Move common/cros_async to cros_async
dca90f49 : Refactoring script: Copy common/cros_async to cros_async
9317c41e : acpi: improve check against acpi_mc_group id and improve error msgs
2fc3036b : acpi: extend acpi event listener about power button events
ab504039 : acpi: event listener: ignore events for direct GPEs
3323fc35 : acpi: extend acpi pm worker to listen on acpi_event
6cea2c7e : main: add --direct-gpe argument
74031b48 : x86_64: acpi: support for assigning physical GPEs
e6fb841b : direct_irq: allow to register eventfd for GPE
3f8906ee : acpi: vGPE: support direct GPE register bits passthrough
121e3324 : acpi: vGPE: support direct SCI interrupt passthrough
87a1a843 : devices: acpi: add SCI resample event handling
c3d2364e : devices: acpi: add Pm1Resource and GpeResource
d7db3955 : sys_util: netlink: add functionality for family name query and mcast group id parsing
c17d2158 : x86_64: Enlarge pci low mmio size
5501f1c9 : Ready vhost for windows testing
5a0d2db9 : x86_64: acpi: disable PM timer in forwarded FADT
550ed754 : sys_util: netlink: implement AsRawDescriptor for netlink generic socket
f3512988 : device: acpi: Fix SCI IRQ setup to be level-triggered IRQ
925e7b54 : Refactoring: Use super:: instead of crate:: in win_sys_util
99e336b6 : Refactoring script to use super:: instead of crate:: in win_sys_util
ce0d8c51 : libvda: regenerate bindings
4da1409c : kvm_sys: regenerate x86 and aarch64 bindings
67dc513a : fuse: disambiguate max_read and max_write
fc255a9d : fuse: Multiple threads support
597861ba : devices: virtio: video: decoder: add shared backend utils
1cca2c79 : disk: fix compile-time warning
dbd24184 : system_allocator: add mmio-address-range parameter
dc790f39 : arch: refactor pci range generation
e4db4178 : pstore: reserve ramoops region in system allocator
00ab01e9 : resources: use RangeInclusive to create allocator
097623dc : arch: return system allocator config
eba29400 : upstream windows vmm_vhost
ef516189 : Refactoring: Move common/base into base
fd0b4cb7 : Refactoring script to move common/base/ to base/
f3ceb8e1 : Refactoring: use super:: instead of crate::
81b28dad : Add script to refactor crate:: to super:: references
a96219c0 : ANDROID: gpu_display .rs aligned w/ upstream
9f9f0b77 : Use composite disk dir for relative paths instead of crosvm working dir
a141656f : rm build_test files
9880100a : irqchip: kvm: Fix IOAPIC delayed IRQs
43150cd6 : crosvm: match rutabaga_gfx with tot vulkano
7b0f08e5 : crosvm: Fix unused warning.
4801d2d1 : Add uekawa to OWNERS
a4a16698 : argument: move out parse_hex_or_decimal.
e55b7910 : devices: vhost: user: gpu: stop using Tube::try_clone()
08942a78 : COIL: Migrate master to HEAD
585337ce : Fix clippy error
e6bc05ef : scoped_event: Created macro to reduce duplicate code
fd68b42b : audio_streams: Add async interface to remove dependency on cros_async
835badb5 : Upstream win_sys_util
89c68791 : Upstream win_util
052f7df4 : x86_64: remove special-case mappings for direct
2968e1b6 : irqchip: ioapic: Introduce 1:1 GSI mapping for direct IRQ forwarding
64f4355a : linux: x86_64: Initialize direct-irq before irqchip finalize
70f44d96 : fuse: Add FuseConfig builder API
ee60fe49 : crosvm: Change cargo resolver to 1 to fix issues with chromeos and b* builds
4d88ee98 : Upstream data_model
c5a60fdb : Add myself to OWNERS.
cd75771e : x86_64: acpi: always use virtual reset register
3fbf6c21 : acpi: support GPE injection in command line
eb16dd51 : acpi: support vGPE
6ca0323c : acpi: support fixed power button event in command line
072c103b : acpi: support fixed power button in vPM1
8f833c1f : x86_64: acpi: always use vPM1 registers
80e6d5bf : acpi: refactor PM1 virtualization
90922be6 : crosvm: Enable plugin feature in CI builds
fb1df154 : crosvm: Fix running plugins integration tests
5586ff50 : linux: punch holes in guest memory for file mappings
de4d729c : linux: allow file-backed mappings outside of MMIO regions
808bb0f5 : resources: return overlapping Alloc in allocate_at
578e7cce : base: remove wildcard and export specific sys_util symbols
449dd6b7 : Don't add ramoops parameters except addr and size
0db46d20 : Revert "Merge remote-tracking branch 'aosp/upstream-main' into master."
4a3341ce : crosvm: vvu: proxy: Handle sibling disconnect
bed40ad5 : crosvm: migrate to Rust 2021 edition
6fd89263 : crosvm: pci: prefer to/from le_bytes instead of manual byte manipulation
3d7eabb2 : Tweak linux_glibc properties for musl builds in external/crosvm
d6a42bdf : Remove duplicated add_vfio_device address parsing
906a38fa : devices: pci: return Result from PciAddress::from_string
ee124409 : disk: qcow: restore Read/Write/Seek impls
7f03a707 : Parallelize tools/fmt
f2df1480 : kernel_loader: regenerate ELF bindings
fde6c3bb : devices: virtio: gpu: regenerate udmabuf bindings
90c1700c : io_uring: regenerate bindgen bindings
bd304430 : Fix clippy in devices/src/pci
7151e101 : Introduce PCI virtual configuration space
b6196239 : crosvm: vvu: proxy: Move listener accept to Worker
87bc2fcb : devices: virtio: iommu: add an option to create a virtio-iommu device
e2dffbfd : devices: virtio: iommu: implement the vfio-device hotplug and unplug
09b7b8e9 : devices: virtio: iommu: add hot-plugable bus pci ranges to virtio-iommu
dbba029d : devices: virtio: iommu: add socket between main process and virtio-iommu
0ae13d22 : Require memoffset version 0.6
8e0e121b : virtio: video: fix clippy warning
8894542a : io_uring: simplify with helper functions
a6f8814c : tools/bindgen-all-the-things: add script to regenerate bindings
344e2432 : x86: handle KVM_SYSTEM_EVENT_S2IDLE request
3e297bb3 : devices: vvu: Fix calculation of total net devices numbers
9a24be33 : vfio-pci: Descend bars by size for nonroot device.
edc7ad40 : pcie: Fix bridge window's mmio alignment
e1042a10 : pcie: vfio-pci could attach to any empty pcie rp on non-manatee
27f2133d : Use memoffset::offset_of rather than implementing it ourselves.
c2a133a2 : Fix clippy error in balloon.rs
b5aea72e : balloon: add failable balloon adjustment
1419d51e : balloon: add a strict balloon flag
66dd57be : balloon: add event queue
68d1a630 : Prevent dev_container arguments from being split
ad9e98db : devices: virtio: fix iommu clippy warnings
2b92a388 : crosvm: add privileged-vm command line option
40b470c6 : Log reset_type and cookie for PSCI SYSTEM_RESET2.
629e352c : Revert "system_allocator: allow more than one region to be in the pool"
4d0b6cb5 : system_allocator: Update comments.
fe6a8ebe : devices: vhost-user: Exit properly when a vhost-user vmm disconnects
055b81b2 : VIRTIO_F_ACCESS_PLATFORM support in virtio-iommu
6b8e9c14 : Check for crlf line endings
9a3d2dc5 : devices: pci: pvpanic: pvpanic virtual device initial implementation
d6de319f : Pcie: Support static device connection with host pcie rp
e35d4652 : devices: vfio_pci: MMIO BAR allocation for devices on non-root buses
a79e14ba : devices: refactor the return of allocate_io|device_bars
0b8b8341 : devices: vfio_pci: rename VfioMsixAllocator to VfioResourceAllocator
40d23acd : devices: vfio_pci: refactor allocate_io_bars()
5fe0c34f : TestRunner: Enable some no-op tests crates
ee53dd07 : tools/chromeos/create_merge: Automatically resolve conflicts
6e81be02 : devices: virtio: video: fix tests with base MemoryMapping
abfe4b5a : devices: virtio: video: fix build with base MemoryMapping
6bbdcb9e : base: allow creating Arena from base::MemoryMapping
67d717d2 : virtio: video: decoder: add backend op to clean output buffers
b7ea903b : devices: virtio: video: use anyhow for backend errors
acaa8859 : Convert CRLF line endings to LF
a7415e04 : ARCHITECTURE.md: fix repeated word typo
45f1a419 : Make crates depend on base instead of sys_util
f49acedb : devices: input: fix ioctl handling
18c65486 : docs: Fix setup_network script path in example_usage.md
2b075d9c : infra: Initial LUCI configuration
6cba3358 : devices: pci: move PciAddress to its own file
4bc52e6a : devices: pcie: make slot optional
5d0617cd : seccomp: use common_device.policy in tpm_device.policy
6dce4fa0 : Move os independent errno under a new crate sys_util_core
9f7a50fb : seccomp: allow clock_gettime in all devices
412eeb11 : Disable gfxstream and gpu features on device.
b757f0d3 : vmm_vhost: vfio: Remove unused File return value
022170a9 : iommu: MemoryMapper::translate returns `Result<Vec<MemRegion>>`
8e43858b : github: Change target directory for cargo-doc
d33874ea : acpi: x86: add option for setting LP S0 capable flag for guest ACPI tables
ad606ec2 : devices: vvu: Allow user to specify vvu-proxy's PCI address
237581bf : devices: virtio-wl: reuse register_memory() helper
93583769 : [LSC] Add LOCAL_LICENSE_KINDS to external/crosvm
18cccb3d : Revert "virtio: video: encoder: set frame rate only if successfully changed"
eb8e906d : devices: vhost-user: console: support VVU
90fe1056 : vmm_vhost: Remove unused `should_reconnect()`
235ee05f : Revert "devices: vhost-user: cras_snd: remove global executor variable"
ae5118f5 : Enable windows tests for a few crates
2b1b78c6 : tools/dev_container: stop old container if new image is available
9b7471e5 : tools/dev_container: Pythonify
be451c2a : disk: qcow: pass raw file offset in write_cb
3de62e64 : disk: qcow: rewrite tests using FileReadWriteAtVolatile
7f400e70 : disk: qcow: remove unused FileReadWriteVolatile impl
06771581 : sys_util: remove SeekHole trait
8fb80840 : qcow_utils: remove qcow_img utility and debug fns
0bb6066e : system_allocator: Check io range.
eb962a69 : create_merge: Add BUG= lines into merge commit message
c9ea3327 : [LSC] Add LOCAL_LICENSE_KINDS to external/crosvm
05bd0179 : devices: vvu: proxy: handle VIRTIO_MSI_NO_VECTOR
777348bb : devices: vvu: proxy: do not mandate a MSI vector for each queue
27b45060 : devices: vvu: proxy: use same type for sending and receiving doorbell indices
cdea9aef : Allow sandbox pivot root directory to be given on command-line.
516e536a : devices: vvu: proxy: divide doorbell write offset by multiplier
278849cb : test_runner: More flexible timeouts
310d4b35 : aarch64: generalize FDT PCI node parameters
488af9c9 : devices: vhost-user: vsock: remove global executor variable
2e7d926f : devices: vhost-user: wl: remove global executor variable
b0ba179e : devices: vhost-user: gpu: remove global executor variable
d368c152 : devices: vhost-user: fs: remove global executor variable
95d104fd : devices: vhost-user: cras_snd: remove global executor variable
40560811 : devices: vhost-user: console: remove global executor variable
8068fd74 : devices: vhost-user: block: remove global executor variable
120318d6 : resources: remove unneeded export of AddressAllocator
b451dc78 : devices: fix some test example values for allocator
27ecaad4 : Pythonify clippy/fmt scripts and add common.py
7c9b08aa : Prepare vmm_vhost to be milti-platform 2/2
9415d71e : virtio_pci_device: Move device activation code to `activate()`
c39d402d : crosvm: vvu: proxy: Add main process tube to keep_rds
4e3693fd : crosvm: vvu: proxy: Add num_interrupts method to the VirtioDevice trait
2d930037 : crosvm: vvu: proxy: Implement Doorbell logic
13d8745c : crosvm: vvu: proxy: Add set_mem_table size check
b6a624ed : crosvm: vvu: proxy: Implement SET_VRING_KICK and SET_VRING_CALL
d2d66bc0 : system_allocator: allow more than one region to be in the pool
15cc292b : Prepare vmm_vhost to be milti-platform 1/2
9051c150 : devices: vhost-user: net: Support VVU
6d97fd0b : devices: vhost-user: vsock: Support VVU
f04ba1a1 : aarch64: limit PCI IRQ allocator to number of SPIs
7a06e688 : aarch64: enlarge low MMIO allocator region
cb3749e6 : devices: xhci: allow statx syscall on x86_64
5f46e21c : Remove rutabaga_gfx_ffi from workspace
6ac3f733 : gpu: Allow F_GET_SEALS arg in fcntl
4da0e52b : Cargo.toml: add "chromeos" and "lto" build profiles
12ae5e8b : Update ./tools/presubmit defaults and add --all mode
4d0436e7 : Add DO_NOT_RUN_ON_FOREIGN_KERNEL option
0c426540 : [LSC] Add LOCAL_LICENSE_KINDS to external/crosvm
ee58ebff : devices: vvu: Disable time-consuming tests on non-native environment
74abb9de : rutabaga_gfx: use as to perform type conversion
c8d819dd : devices: vhost-user: block: Support VVU
6f9c40fe : devices: vhost-user: Extend DeviceHandler to support VVU
a24a7527 : Disable RNG device for protected VMs.
67d42194 : system_allocator: use config object pattern for constructing
3c547ddb : UPSTREAM: rutabaga_gfx: use as to perform type conversion
52e0085d : devices: vhost-user: Introduce Doorbell enum
7bae9eed : devices: vvu: Add VFIO PCI driver for vvu
70e41c10 : devices: Drop vvu feature
3c2a4616 : iommu: Add generic MemoryMapper interface
6aeb0d0b : devices: vfio: Add helper to check VFIO device information
9ba5f665 : devices: pci: Use bit_field for MSI-X message control register
bb27416c : TestRunner: Clean up test options
3ff6bbd1 : rutabaga_gfx: change os_handle type
7aa543ca : Introduce code hygiene checks
323006cf : Move os independent files under a new crate sys_util_core
9503e86f : Enable bit_field_derive tests
e225a109 : Enable cros_async tests
b7087371 : Exclude cros_async tests from host unit test run.
0440d35c : Add option to disable USB devices for protected VMs.
d644cd47 : rutabaga_gfx: change os_handle type
5eb7743a : clippy: Fix cros_async
04ccba51 : clippy: Fix net_sys / virtio_sys / x86_64
f23f62c5 : clippy: Fix libvda
53fccea4 : clippy: Fix kvm(_sys)
f881af3c : clippy: fix devices crate
7a543caa : clippy: fix disk crate
d500a8ae : rutabaga_gfx: stream_renderer_create_blob and related functions
59f6b8f3 : rutabaga_gfx: get component from context type
4a356f67 : pcie: Add PME support
5823da01 : pcie: Add pci power control capability
4f6d2286 : Pcie: Reserve the same bridge window size as host RP
f7874719 : Linux: Add parameter to pass host pcie root port into guest
cf093620 : pcie: Link virtual pcie root port to physical pcie root port
10e46375 : Pcie: let PcieRootPort determine bridge's PciAddress
d1f6ca1d : Pcie: let PcieRootPort determine bridge bus range
760f8ba7 : pcie: split pcie.rs into pcie directory
c4a047e9 : Disable cros_async tests on host
100d7a85 : iommu: Switch to async
1ee6783a : devices: vhost-user: properly return device failures
73072d6d : virtio: video: encoder: set frame rate only if successfully changed
2bbbe118 : virtio: video: encoder: store frame rate in input and output params
b021c0b7 : virtio: video: store frame size in both input and output params
ca520332 : virtio: video: decoder: set default stream parameters
12e0d641 : virtio: video: introduce PlaneFormat::get_plane_layout function
995c91af : ci/kokoro: add a no-default-features build
d9af9d6a : clippy: Fix aarch64 and crosvm-fuzz
08289b1a : Move GPU initialization earlier
5d121630 : devices: vhost-user: console: always restore terminal capabilities
ffa04d7a : iommu: Move protocol to protocol.rs
cb3cabe3 : Upgrade rust toolchain version to 1.58.1
cb3d88ed : devices: virtio: Add virtqueue struct for VFIO driver
0615347e : crosvm: guard GPU import with the gpu feature flag
dca09586 : rutabaga_gfx: stream_renderer_create_blob and related functions
59c5ea82 : cros_asyncv2: Enable support for io_uring
e464a7a6 : gpu: prepare to start render server separately from GPU device
1f4e67e3 : sys_util: add acpi event support
7d7fb7c5 : rutabaga_gfx: get component from context type
90fd1649 : crosvm: vvu: proxy: Implement SET_MEM_TABLE and SET_VRING_CALL message
3e7fa6ab : github: Specify mdbook's target path
eb5207aa : docs: Enable mdbook-linkcheck
f46226d6 : tools: dev_container: Install mdbook-linkcheck
f7da4929 : Rename files to match job config files
3d27a4b7 : rutabaga_gfx: enable debug callback on arm
bdd15ba5 : rutabaga_gfx: fix virgl_renderer_bindings generator
198320c1 : rutabaga_gfx: simplify debug_callback
72982f57 : CONTRIBUTING: Add links to mdbook
292b50cd : docs: Cosmetic changes for code blocks
71e74b0a : Add kokoro build config file and helper script
8b2c7b99 : virtqueue: DescriptorChain::checked_new returns anyhow::Error
d43ae3c1 : Fix building without gpu feature.
d7cbca27 : system_allocator: Fix comments.
0520a951 : ci/kokoro: Pythonify the simulate script
6b7a9923 : docs: Fix broken links
195724b0 : async: remove misplaced must_use attribute
7ea795dc : Apply usb configuration even configuration is not changed.
5acc0f52 : linux: split out linux mod into multiple
6afc5a7f : Rename linux.rs into linux/mod.rs to preserve at least some history after refactoring
da4bad99 : sys_util: Add support for F_SEAL_FUTURE_WRITE.
e79aba10 : Check KVM_CAP_ARM_PROTECTED_VM after creating a protected VM.
1a19c67e : Handle errors and crashes in VM differently to clean shutdown.
b28ae8e7 : Distinguish reboot from shutdown on aarch64 too.
985491ae : Pass HypervisorCap by value rather than reference.
8be9ef0a : crosvm: add external balloon socket
0f924dd6 : balloon_control: expose rust API for balloon
c61125c1 : devices: fix compile warnings in tests
145f452c : merge-into-chromeos: Exclude dry runs from previous merge commits
2802e828 : x86_64: mptables bad irq0 entry
01082384 : Upstream windows build/test script
722dcd4a : OWNERS: Add crosvm-bot
6b06f405 : docs: Use mdformat to format markdown files
cde666cd : Reorganize usage doc and add example usage
2b6855e7 : crosvm: Add support to pass vcpu-cgroup-path to crosvm
33f982e1 : crosvm: allow --stub-pci-device multifunction again
32c3f30e : merge-into-chromeos: Set Bot-Commit+1 as well
06d157a7 : crosvm: add param to limit initial memory
3cd9360f : Disable virtio balloon device for protected VMs.
8764deb8 : crosvm: Minimal change for manatee memory mapping.
57d7eba0 : crosvm: Use MB and GB across the file.
9cbe543e : devices: gpu: control lifetime of render server jail
cbfef3b3 : plugin: switch to using resize_with() when initializing per-VCPU states
d6c3154b : merge-into-chromeos: Create a dry run merge as well
4700aa06 : sys_util: add more features to UnixSeqpacket
bbd91d08 : Add generalized file-backed mapping functionality
f70a014c : virtio: video: decoder: fix computed picture plane size
63d127f4 : crosvm: Merge README.chromeos to CONTRIBUTING.
fbc43370 : plugin: switch to using anyhow for error reporting
2e6e61d1 : Teach create_base_minijail() to set up remount mode
151ae7ee : Docs: remove --global from git config
53c216fd : Make vscode devcontainer usable
507536dd : x86: pass host's processor brand string to guests
2fef3553 : coiommu: add unpin_gen_threshold parameter optimize the LRU unpin
e88502f2 : coiommu: add two new commands to park and unpark unpin
8b72132e : coiommu: add deactivate command support
d446861e : coiommu: expose policy parameter to allow user to set through cmdline
9ab8349c : coiommu: add LRU unpin policy
146a13bb : balloon: create balloon with tube for unpinning request
cb03ec64 : Set rlimit if virtio IOMMU or coIOMMU is used
a8d427b9 : coiommu: enable coiommu
5fd2505c : balloon: add a tube for sending unpin request
5fd130e9 : coiommu: add tube to allow coiommu handle the external unpin request
44495f3a : kokoro: update submodules after rebasing
81ae6f36 : devices/vfio-pci: Monitor req_irq eventfd for device hotplug out
c78e72b7 : main: Add hotplug vfio device commmand through control socket
82b1a4b2 : coiommu: add basic unpin page framework
c085b765 : coiommu: add coiommu device model basic support
c41ee08e : crosvm: Extend VmMemoryRequest to support read_only map
a0638451 : gpu: Mount driconf in gpu jail
ef084fa6 : resources: use PCI functions if devices are exhausted
13eb87ad : devices: choose PCI interrupt pin based on function
42b33600 : devices: pci: determine multifunction bit at runtime
bf0066f4 : merge-into-chromeos: Only merge if N commits have been added
7f0f7c1f : gpu: add support for shader cache for the render server
13ec6964 : gpu: parse cache path/size into GpuCacheInfo
df640d06 : Add functional crosvm examples for running on linux
fb7ee340 : rutabaga_gfx: use stream_renderer_map_info
a4848509 : aarch64: do not accept 0 as a valid address size
33e509a5 : virtio: video: encoder: support GET_PARAMS_EXT as pending command
cfe5ab52 : mdbook: add instructions for network device setup
f364d020 : devices: Add vhost-user snd device with CRAS backend
2354f6e2 : virtio: video: expose backend name to guest
1667d99e : virtio: video: let virtio features be specified per-backend
103c1b75 : crosvm: vvu: proxy: Implement instantiating a VVU proxy device
d98f01af : x display: ST event emulation for MT events
580231bd : Cargo: stop enabling the libvda feature by default
11da15b6 : virtio: video: error: add backend failure creation method
99e6af58 : virtio: video: resource: add CPU mapping method
1a3c4247 : virtio: video: add support for guest memory
40ab5caf : virtio: video: support multiple entries per resource
fe0d2a63 : merge-into-chromeos: Automatically set CQ+1
9b812ce9 : rutabaga_gfx: gfxstream: Update gfxstream_backend_init()
339b7b68 : virtio: video: rename UnresolvedGuestResource to UnresolvedResourceEntry
8f02969e : ANDROID: Update gfxstream_backend_init()
5a250fcb : merge-into-chromeos: Create chain of merge commits
a06f22f2 : aarch64: actually load kernel at 8MB
891ea3e8 : aarch64: limit high MMIO addresses to VM phys addr range
3c2abaf8 : aarch64: deduplicate MMIO region calculations
a475cd47 : aarch64: avoid recalculating MMIO regions
6f4f8223 : hypervisor: add API to query VM physaddr size
f093c5c7 : ANDROID: Update seccomp policy makefiles
251f9736 : ANDROID: policy-inliner.sh: Fix line continuations
0943e216 : Handle gpu_common.policy in policy-inliner.sh too.
f64db6a9 : virtio: video: decoder: pass frame formats to input formats
dd8a12c7 : Stop defaulting to reporting extended status when in direct mode
24fcef38 : p9: re-add OWNERS file for fuzzer ownership
2c0459db : sys_util: netlink: fix wrong setting of the netlink msg data end boundary
477459ae : sys_util: netlink: use better naming for netlink message length
4cc712a4 : Re-run all2android.sh.
98813a4f : Revert "Remove empty OWNERS files"
b87d17f7 : Update value of KVM_VM_TYPE_ARM_PROTECTED to match temporary pKVM ABI.
34df9a13 : Remove empty OWNERS files
e2ff2c41 : linux: Disable sandbox for hotplug device
4fbc554e : Vfio-pci: Release irq_num at pci device remove
cf6c67a4 : Vfio-pci: Don't allocate mmio for hotplug device
ed1572d7 : Pcie: Reserve bridge window and prefetch window for pcie rp
5e91be70 : crosvm: Commit Cargo.toml with a useful description.
a1119042 : crosvm: minor change in O_DIRECT flag specification.
2c16797f : Remove chirantan from OWNERS
42ba139a : qcow_utils: Move from getopts to argh
d48d4608 : vhost: user: Move from getopts to argh.
9ff68124 : device: virtio: snd: Add 32000 rate support
776df2f6 : virtio: video: encoder: support single-buffer input frames
0739c780 : crosvm-fuzz: add hypervisor dependency for block_fuzzer
5f55958f : [LSC] Add LOCAL_LICENSE_KINDS to external/crosvm
e31731c1 : virtio: move cras-snd creation after virtio GPU
3cde974a : devices: vfio: Fix vfio device initialization missing 'group.add_device_num()'
0bbbb688 : Add option to run VM in protected mode without pVM firmware.
00f1c9fd : Update to the latest pKVM ABI.
7df3a323 : devices: vhost-user: Use anyhow instead of thiserror
4960f63d : devices: vvu: Add utilities to bind vfio-pci device
65d4a3e7 : devices: vfio: Fix comment on VfioContainer::new_noiommu
2e0a6532 : gpu_render_server: allow syslog and signalfd again
9bb22153 : libvda: ignore pkg_config errors if chromeos feature is not set
ea956bd9 : cros_asyncv2: Add async version of SafeDescriptor
1c4bb91c : cros_asyncv2: Add async UnixSeqPacket
9df49a36 : crosvm: vvu: proxy: Implement reset and keep_rds method for virtio device
78ff88e7 : Revert "gpu_render_server: allow syslog and signalfd"
2574507d : libvda: Fix-forward typo in https://crrev.com/c/3340692
8d8a136e : create_merge: Collect Cq-Depend of included commits
c11063ed : virtio: video: decoder: allow resource type to be changed through params
3847d47f : virtio: video: let resource type be specified dynamically
c9b4c236 : virtio: video: rename GuestObjectHandle to VirtioObjectHandle
54cf834c : virtio: video: fix typo
a78ae7a4 : virtio: video: Add support for libvda-vd decoder backend.
22740d88 : crosvm: linux: allow video device to be created even if /usr/lib64 does not exist
1675e32f : virgl_renderer: Fix incorrect usage of CString
7a4e2078 : gpu_render_server: allow syslog and signalfd
c3b98b3d : virtio: video: move resource type to queue parameters
82f99873 : Remove uprev section from CONTRIBUTING.md
cd88647f : seccomp: x86_64: inline common_device syscalls into video_device
1e6e7b2e : x86: Expost HT flag to Guest in host-cpu-topology
77aa069b : x86: Fix HT flag in CPUID when set no_smt
79eb86a5 : x86: Expose hybrid CPU info to Guest
01de4049 : usb_util: do not silently drop non-EAGAIN errors
782087b0 : devices: event_loop: delete hung-up events
9c7fd949 : devices: usb: use anyhow to provide better errors
7c97b2e7 : devices: virtio: snd: Change start_pcm_worker to be polled by streams
234f8110 : kvm_sys|virtio_sys|net_sys: disable tests failing on 32bits
a5ad6aeb : cros_asyncv2: Do not add crates.io patch
e204dda7 : Kokoro: Allow manual merge targets in merge-into-chromeos
c8970b7a : Add continuous and presubmit-cr armhf job configs for kokoro
cde1b541 : crosvm: Rename libcrosvm_control to crosvm_control
c20f7837 : Enable some tests for armhf builds
19ea70b2 : sys_util: fix CMSG_SPACE test on arm32
b86f7f61 : gpu: allow syslog from the render server
670f9987 : crosvm: Wordsmith.
ec8ee49a : crosvm: use underscores for hex constants.
4d312052 : crosvm: output the command-line parameter.
df1a2d11 : acpi: fix offset of the reset value in FADT.
89ee18e1 : crosvm: Remove _mem_size
8ca1345c : crosvm: vvu: proxy: Implement activate and forwarding of master messages
47eccc1c : tpm2-sys: Remove dependency on num_cpus
e4db26f1 : sys_util: add basic netlink generic recv wrapper
a3c6e95b : sys_util: add LayoutAllocation as_(mut_)slice()
a946256c : seccomp: allow waitid in gpu_renderer_server
4b94a925 : rutabaga: rename VIRGL_RENDERER_MULTI_PROCESS
ec65fbec : devices: virtio: extract drain_desc_receiver
9ec39843 : devices: virtio: snd: Add 4/6 channel playback support
34b48775 : audio_streams: Fix incorrect write impl in AudioBuffer
a2b4fc07 : devices: virtio: snd: Set capture to false by default
3abfaa54 : crosvm: display error chain when device fails
520ad43e : Add scudo as an optional feature
993aa7fd : crosvm: add option to use persistent TAP interface as network device
911773a6 : crosvm: factorize net device creation code
dacf1048 : Add option to control whether crosvm reports extended status
0fcc7ace : Uprev rust toolchain to 1.56.1
cba95dba : rutabaga_gfx: fix gfxstream build
16fb6592 : devices: gpu: add render server support
2bcec5c3 : sys_util: impl From<UnixSeqpacket> for SafeDescriptor
64ba89ac : seccomp: add gpu_common.policy
fffb5691 : gpu: refactor create_gpu_device
11e32f6e : rutabaga_gfx: prepare for VIRGL_RENDERER_MULTI_PROCESS
e39bbbd0 : rutabaga_gfx: add RUTABAGA_MEM_HANDLE_TYPE_SHM
844160da : rutabaga_gfx: re-generate virglrenderer bindings
39ad06d1 : rutabaga_gfx: impl Drop for VirglRenderer
9d788704 : tools: Stop generating API docs for libvda
879868ad : Fix cargo-doc warnings
3e7c388e : tools: Add cargo-doc script
48ee1041 : asyncv2: Split fallocate into separate functions
0e81fd02 : data_model: Add advance() truncate() to VolatileSlice
0bf7cd0f : data_model: Change VolatileSlice::as_iobuf() to return IoBufMut
be39e5ef : cros_asyncv2: Add support for timers
7b13ef3e : cros_asyncv2: Add crate
99829b3e : devices: virtio: snd: Support num_{output,input}_streams
14e024ae : Make aarch64 vm usable for running armhf binaries.
91a56fe9 : x86_64: Change E820Type from constants to enum
65700032 : x86_64: remove "pcie_ports=native" command line
b5fa790d : x86_64: Add _OSC for pcie hotplug
f4d5d329 : Add documentation for ChromeOS integration
cd0c2b84 : kokoro: Add user name / email to commits
d448be0d : devices: vfio: Add methods to read/write region at specified address
75da78b2 : vmm_vhost: Remove SlaveReqHandler type parameter in SlaveReqHelper
a41f6c9b : pci_root: Emulate PCIE base address register in host bridge
4c55b203 : x86_64: Add acpi MCFG table
0b8318a2 : Linux: Change root_config from PciConfigArch to PciRoot
41dc04fc : crosvm: Support multiple CRAS virtio-snd cards
60334439 : vmm_vhost: Parametrize Endpoint in Master trait
155d01df : vmm_vhost: Implement From<UnixStream> for socket::Endpoint
5f5f6afa : vmm_vhost: Add TODO comments about IoSlice::advance_slice()
7d4d02fc : vmm_vhost: Expose connection::{socket, vfio} module
22eb7c04 : x86_64: stop forcing reboot via keyboard port
f75699f5 : crosvm: return 32 exit code when guest issues reset request
d05fc4e6 : acpi: expose PCI reset register in ACPI
b41b9bbb : devices: pci: wire up reset via 0xcf9 register
00065869 : linux: disambiguate error context messages
a184e317 : crosvm: display error chain when VM fails
31bc5998 : devices: vhost: user: Add README
fd032f2a : x86_64: Add pcie enhanced configruation into mmio_bus
b180f9ce : crosvm: use BusRange in DirectIoOption.
f18de38a : kokoro: clean repo before merging
fbb2de01 : kokoro: Various fixes to merge-into-chromeos job
0d801c9c : devices: vfio: Avoid arch-dependent type conversion for IommuType
bbec8ebf : Use tmpfs for /tmp in dev container
e396dca2 : crosvm: vvu: proxy: Implement device configuration
049746fb : device: virtio: snd: Call release_worker in prepare
c6d01914 : device: virtio: snd: Add missing handle_irq_resample
2b286f43 : pci_root: Don't assume register bit number is eight
e0619307 : Add Kokoro build script for merging main into chromeos
89759de1 : sys_util: Remove extra semicolon to fix warning on nightly.
0830e2f1 : chromeos: Add script for merging from cros/main
b6a6e943 : crosvm: Allow hex values in direct-io command-line options.
de923289 : crosvm: Add _ every 4 digits.
58fc0682 : Correct subsystem_{vendor,id} mixup in StubPciDevice
3d0e51f7 : sys_util: ignore seek_hole tests for kokoro uprev
d572d8dd : OWNERS: add dtor@
4b34573b : devices: vfio: Define IommuType enum
7b805544 : devices: vfio: Add new constructor for VFIO driver
9c95cd2f : vmm_vhost: Add VFIO backend for virtio-vhost-user
91f1262b : sys_util: sock_ctrl_msg: Use IoSlice when sending buffers
d2c2bd1b : linux: mount all possible render nodes
4eec8345 : x86: make iterating through SDTs more Rusty
ff033742 : crosvm: vvu: proxy: Implement notifications region read and write
a8dc3512 : x86_64: acpi: deduplicate PCI IRQs in MADT
75406878 : Revert "x86_64: remove acpi=noirq kernel option"
39c2a454 : seccomp: Remove readlink from remaining aarch64 policies
362d4102 : crosvm: vvu: proxy: Allocate device capabilities
cb464a7c : x86_64: remove acpi=noirq kernel option
07089610 : x86_64: acpi: report presence of 8259 PICs
5ceeda79 : x86_64: acpi: add PCI IRQs to MADT
ee12ec1b : x86_64: mptable: make pci_irqs a slice instead of Vec
e6ad05ef : seccomp: Remove readlink from aarch64 policies
5d8d238b : vfio-pci: Don't call enable_intx if device doesn't support intx
5c86fef9 : crosvm: vvu: proxy: Allocate bar and add handler stubs
00d939bc : crosvm: vvu: proxy: Fix constants and add VVU proxy type
6a7fdb45 : seccomp: add getcwd and readlink to common policy for panic
d2172d43 : devices: virtio: async_utils: do not borrow interrupt across await
51e0cab4 : Revert "Conditionally apply linux-only operations"
1de3b5ae : vhost_user: Modify signature of send_ack_message
2a0b2fe6 : vhost_user: Add helper class to abstract socket communication
26203801 : Revert "vm-memory: mlock2(MLOCK_ONFAULT) guest memory for protected VMs"
88b671a4 : devices: gpu: prevent busy polling if resource bridge becomes faulty
693396eb : vhost_user: Expose members to be used by crosvm VVU proxy device
6edb23d9 : Only create the virtio-console read thread once
d340a68f : Keep track of the host output side on virtio-console reset
307168a1 : virtio: video: fix decoder backend documentation
c02960d6 : virtio: video: make libvda a selectable feature
eae320e8 : Only create the virtio-console read thread once
e86184d6 : Keep track of the host output side on virtio-console reset
7d5f0fef : devices: gpu: update protocols
6087a790 : Devices: vfio: Fix the PCIe BAR region mmap issue
e2a3e29e : devices: virtio: iommu: add default value to page_size_mask
03196819 : devices: vfio: Remove vfio-mapping for their bars' memory
b3f44335 : vmm_vhost: Rename features to "vmm" and "device"
40327e98 : vmm_vhost: Simplify a match for error conversion
6238a54f : vmm_vhost: Flatten vhost_user module
320203dc : vmm_vhost: Expose vhost_user::Error directly
48643234 : vmm_vhost: Delete vhost-kern and vhost-vsock
d7db2a7f : vmm_vhost: vhost_user: Drop recv_data() from Endpoint trait
f7db2d53 : vmm_vhost: vhost_user: Change interface of Endpoint::recv_data
580d9f90 : vmm_vhost: Avoid unnecessary Vec allocation
a6da8a54 : vmm_vhost: vhost_user: Use IoSliceMut in recv_into_bufs()
dc069ba0 : vhost_user: Introduce Endpoint trait
1bdfb96e : devices: virtio: do not mutably borrow interrupt
1286b486 : linux: only add PCIe root port on x86
c14da943 : crosvm: Add a note that MemoryMapping does RAII.
8ed082e9 : crosvm: Add link to the chromeos-base/crosvm topic.
383dad84 : plugin: Update use of sysutil::ScmSocket::recv_with_fd
b42b3e52 : virtio: video: enable runtime selection of video backend
b1751f36 : seccomp: Allow lseek on cras_audio_device
c301122d : [crosvm] use `fmt::alternate` for anyhow::Error
0f26a001 : devices: virtio: pmem: convert to async
a3c7695e : devices: virtio: factor out common async code
91019884 : sys_util: Replace unsafe use of iovecs
2533dd15 : fuse: Set `max_pages` in `InitOut`
af095c0f : tools: clippy: Enable --all-features
869411dd : devices: vhost-user: create executor inside Worker::run()
d78d1e48 : devices: refer to vmm_vhost via path dependency
67e9fe73 : crosvm: Document the pupr process.
ffe10b79 : Mmap: Ignore MADV_DONTDUMP warn message
46471a03 : Devices: Use mmap for direct mmio r/w
db749f37 : vfio-pci: Emulate msix mask all bit
1a2cfa90 : dev_container: Improve support for podman
2d45b91e : resources: Release pci slot when vfio pci device is removed
48937f79 : devices:pcie: Remove downstream device when guest poweroff root port
55d5cfb6 : devices:pci: Destroy the children devices at specific config write
4d3dfc9e : devices:pci: Add destroy_device() into BusDevice and PciDevice trait
22dc9f80 : devices:vfio-pci: Add close() for vfio pci device
436fa1b8 : devices:vfio: Delete vfio group from kvm vfio device at group destroy
5865a651 : devices:vfio: Remove vfio group when vfio device is closed
3897cd0a : devices:vfio-pci: Handle vfio pci device bar reallocation
f82f2dcf : devices:pcie: Add PcieRootPort into hotplug bus
f67785e9 : devices:pcie: Specify Bus number at pci bridge creation
89ea04b4 : ./tools/presubmit: Parallel execution and use dev container
95b80d13 : dev_container: Preserve container between calls
d012f3dd : test_runner Use workspace for building and testing
ff7f1ae9 : seccomp: Add statx to video_device.policy for glibc
50f9591b : devices: vhost: Allow vhost-vsock fd from command-line
6f5193e2 : devices: vfio: Use DataInit for {read, write}_config()
6e2d770d : crosvm: arm64: Pass pVM image size through x2
ab8889c2 : crosvm: arm64: Move image loading code in lib.rs
fbb368a9 : seccomp: Allow statx for video device on arm
5c62c01a : vm_memory: Allow File-backing MemoryRegion
961743f7 : devices: ac97: Create SharedMemory from GuestMemory's descriptor
3893a1dc : audio_streams: Introduce SharedMemory trait for `base::SharedMemory`
e5ada8f4 : third_party/minijail: update to latest ToT
74bfcdba : vhost_user: Fix cfg for take_single_file
f5a3037e : devices: vfio: Add device label to error messages
f3df5127 : third_party/vmm_vhost: switch to our vm_memory crate
9e37f056 : devices: vfio: Abort if reading/writing VFIO region fails
a1e42f07 : Enable clippy on more workspace crates
dc629f5f : Clippy fixes in common/* crates
e892738e : devices: vfio: Fix overlapping only if pba offset is greater than table offset
c13c0c21 : enumn: switch to upstream crates.io version
eef484c2 : tools: chromeos: Use relative path to Cargo.toml in setup_cargo
c3dedf3c : cleanup: Fix previously disabled clippy checks
18027ee8 : rutabaga_gfx: silence warnings when not building virgl_renderer
3a6b7f11 : tools/clippy: Move allow-list to .cargo/config.toml
13f5e9b9 : fs: Use openat64 instead of openat
55bf6854 : aarch64: Fix UB in offset__of
10e79005 : tools: Update clippy and fmt to make use of workspace
f20c1cd1 : wl: update seccomp policies for SYNC_IOC_FILE_INFO on arm
c8313dc2 : crosvm: Use local vmm_vhost when compiling for ebuild
b0c1b4cf : [LSC] Add LOCAL_LICENSE_KINDS to external/crosvm
67c0e050 : Revert "Revert "seccomp: make consistent use of faccessat/2""
f01d4b1f : seccomp: Add unshare to fs device policy
bc144baf : Handle qcow image backed by a composite disk
4bfa59ad : aarch64: Fix warnings
7458a3a1 : devices: vfio: Fix a msix table and msix pba table overlapping issue
e39fb97e : Revert "seccomp: make consistent use of faccessat/2"
ea8ff9ff : Handle qcow image backed by a composite disk
e32b5567 : virtio-fs: Unshare fs attributes to avoid locking
ef5b1e71 : vmm_vhost: vhost_user: Split socket listener code into separate file
63564d55 : vmm_vhost: vhost_user: Introduce Listener trait
10d5bf1c : vmm_vhost: vhost_user: Disallow dead_code
92d8d5f8 : vmm_vhost: vhost_user: Implement DataInit for message structs
a939c0c7 : vmm_vhost: vhost_user: Simplify send_iovec_all algorithm
a205dc94 : vmm_vhost: vhost_user: Remove redundant slice conversion
1704332e : vmm_vhost: Use thiserror and remain::sorted for Error enums
d89b31e8 : vmm_vhost: Enable clippy::{bool_assert_comparison, needless_borrow}
d7b5f1da : vmm_vhost: Remove OWNERS file
3a6ec148 : third_party/vmm_vhost: Add vmm_vhost code into /third_party/
b975546c : vm-memory: mlock2(MLOCK_ONFAULT) guest memory for protected VMs
3230422d : cargo: Remove *_stub from workspace member
7225ebc0 : crosvm: Sprinkle notes on API search.
85fa9ce5 : Revert "virtio: video: reject resources with more than one entry"
6b29858a : linux.rs: replace Error enum with anyhow
2d8e1b09 : Devices: Return bar reallocation info at bar written
479efab2 : devices: Don't return bar info if memory/io is disabled
7a976d3a : virtio-fs: Apply `syscall!()` macro to syscall invocations
6addda22 : Add override for container tool in `dev_container` script
528fcabc : virtio: video: Allow config changes if encoding hasn't started yet.
11bed5ee : devices: re-add set_access_id to bus
7f02059a : virtio: video: build backends separately from the codec device
8230abf3 : virtio: video: compile out decoder or encoder if corresponding feature not selected
66ed8cfb : virtio: video: make backends accept GuestResources as inputs
cf16363c : virtio: video: introduce basis for proper resource management
4ceec187 : virtio: video: reject resources with more than one entry
5ebe30d0 : wl: add support for host fences
e9020b1c : devices: Add/Remove deviece mmio at config memory enable/disable
ff31bcfb : devices: bus: add BusDevice function to get ranges
d982b8d9 : devices: Introduce remove() for bus
ccb9014a : Deprecate old dev tooling scripts
57e4f542 : Reland "Devices: Allocate non pci bar mmio at top of HighMmio"
3059851c : rutabaga_gfx: export rutabaga
b9335983 : crosvm: Add python3-pip dependency.
e538834f : ci: kokoro: Run mdbook command
1d0ef4d7 : mdbook: Fix broken links detected by mdbook-linkcheck
73b68faf : CONTRIBUTING: Add more instruction on use of mdbook command
17b1e02f : aarch64: Provide the maximum supported IPA size as the machine type
d80eabc8 : Use constants for third_party code locations rather than hard-coding.
8f5978fd : crosvm: Do not use .cargo/config.toml
8a1c50d5 : Refactoring: Move various general purpose crates to common/
cb14f61c : mdbook: Explain how to build a binary for beginner
99020040 : github: Don't use 80-char rule in pull_request_template
80801406 : github: Use install-deps script
787e5c3d : CONTRIBUTING: Add a guide for contributing to the book
24d6f7a8 : github: Add yaml for mistaken-pull-closer app
04eff872 : navbar: Update navbar contents
daa5b7b2 : github: Add pull request template to tell we use Gerrit
105a94aa : README: Use PNG logo image
6e3350a9 : Add base crate to cargo_refactor
e40fb21c : Allow sched_yield in all devices' seccomp policy
6c29b1ea : Changes from latest cargo2android.py.
6cf3a391 : Fixes for new cargo2android.py version.
358e543c : Allow sched_yield in all devices' seccomp policy
31ef2d0b : mdbook: Add links to source code at top page
70c66bae : Revert "Devices: Allocate non pci bar mmio at top of HighMmio"
78379144 : Refactor script: Move non-workspace crates to common/
6fdbcacc : Add uprev_ebuilds script
04eb82b4 : ANDROID: Update gen_android.sh with license boilerplate
df7d744f : test_runner: Parallelize building of common/ crates
85d56551 : test_runner: Refer to crates by their names, not paths
f28bca1d : sys_util: Include EPOLLRDHUP in hangup checks.
5d5192a7 : README: Fix typo
de2c640f : Add stub PCI device implementation.
fce74e6f : Add TryFrom implementation for PciClassCode
441a6819 : Add multifunction bit to PCIConfiguration
1afcde90 : Command line key=value option parsing helpers
57962fcf : devices: Serial devices can be backed by FD via /proc/self/fd/N
5d5a1289 : devices: Serial devices can be backed by FD via /proc/self/fd/N
d73e4127 : devices: vfio: Reorder `use` statements
0c2f9c74 : bindgen: switch to allowlist/blocklist options
9abac407 : OWNERS: Remove tjeznach
f5db3e51 : Add missing HwBreakpointOps impl to GdbStub
4ca0429e : CONTRIBUTING: Add a link to crbug
feb0e8d7 : CONTRIBUTING: Add code submit workflow
6d1b2df0 : pci-bridge: Set limit smaller than base at initialize
95575887 : Devices: Allocate non pci bar mmio at top of HighMmio
0851e14a : CONTRIBUTING: Add Contributor License Agreement
4a0ceade : Add crosvm logo in README and mdbook
17f167aa : Simplify README
3e458627 : mdbook: Add page of "Basic Usage"
2aaf7ad9 : x86: Support Host exposes CPU topology to Guest VM
4e9b1444 : x86: Support vCPU CPUID keep same topology as pCPU
53527109 : x86: Support Guest MADT can use APIC ID of pCPU
952feb76 : sys_util: Add the interface to get CPU affinity
81d45451 : tempfile: remove from crosvm
9aa5b0b4 : rutabaga_gfx: make certain types usable across FFI boundaries
66431d7f : Add onboarding resources to mdbook
26b03d02 : mdbook: Fix typos in proper names and script paths
10bc771d : README: Fix typos in proper names and script paths
3022a234 : devices: Use Mutex to protect bus->devices
bc50b042 : Use a shared buffer for virtio-console data
610158aa : ci: kokoro: push-to-github: Use git push --all instead of --mirror
8e4f87b4 : devices: vfio: Use Result<> alias
7db73604 : devices: vfio: Move VfioPciConfig to vfio.rs
226dae5c : devices: vhost: user: device: Add Doorbell type in VhostUserBackend trait
95ac52a9 : seccomp: gpu: allow vulkan loader/layer and virglrenderer
9e6c633a : crosvm: MMIO forwarding.
d05bcbe9 : Uprev all submodules
65740a68 : Uprev to rust 1.55.0
8a1277de : Kokoro: Rebase changes to ToT before testing
76e6fd05 : Fix push-to-github Kokoro builder
2d50ccb4 : Fix push-to-github kokoro build
49c169a4 : Add push-to-github kokoro config and script
1b284f8d : Docs: Update linux build instructions for new tooling
d1dbefc9 : Integrate new container and test runner with Kokoro
ee56b2dd : Add presubmit script
18724772 : Add test runner ./tools/run_tests
c4ec9961 : Add new dev container and install-deps scripts
af0144e5 : testvm: Use prebuilts instead of building on-the-fly
1b16db18 : devices: Add vhost-user snd vmm
1cfd2d62 : x86_64: pass the ramoops command line to bios
2e133227 : Reland "Add StreamEffect to new(_async)_capture_stream"
eaf4518b : devices: virtio-snd cras-backend cleanup
68c9bb61 : Rutabaga: don't always build virglrenderer
3b7a4579 : Remove Cargo.lock from version control
ab4be429 : rutabaga_gfx: rutabaga_gralloc: Handle device creation failure
5acd4ee9 : snd: Add debug prints and comments to virtio-snd (cras)
e2947e0f : Reland "Dump backing File system type."
7fd815ed : crosvm: switch to upstream tempfile crate
ce6cf4ef : ci: Quote underscores.
0c9c4baa : seccomp: Add timerfd_* to cras_snd_device.policy
00245332 : rutabaga_gfx: rutabaga_gralloc: Request instance extensions
60102cdd : Revert "Dump backing File system type."
ecab88ad : devices: virtio: block: suppress error for GET_ID
4ea81e30 : Dump backing File system type.
84091e53 : Add vhost-user vsock vmm
f08bdddf : Add vhost-user vsock device
31e136ae : crosvm: Allow all vCPU threads to share same cookie for core scheduling
cce4054a : third_party/minijail: uprev to commit 6aa0392
31b6a000 : argument: convert to ThisError and sort
8eda3ea9 : plugin: convert to ThisError and sort
847cbf13 : x86_64: convert to ThisError and sort
a9f0fef0 : vm_memory: convert to ThisError and sort
c42ef90b : vm_control: convert to ThisError and sort
06875127 : vhost: convert to ThisError and sort
3878e5c6 : usb_util: convert to ThisError and sort
1fd68656 : sys_util: convert to ThisError and sort
0bef14dd : rutabaga_gfx: match latest vulkano
74a54818 : rutabaga_gfx: add better error reporting
05a8da41 : devices: virtio: vhost: user: Refactor BlockBackend::new
fe644304 : main: Don't initialize syslog twice for `device` command
a493fc52 : mdbook: Generate cargo-doc by GitHub Actions
bfc3f645 : sys_util: Convert mmap::Error over to thiserror::Error.
f0dd0588 : Disable integration tests temporarily
344eb144 : linux: Instantiate VFIO platform device
b8957f90 : devices: vfio: Add VFIO platform support
eb2a4fb6 : devices: vfio: Get info about device's IRQs
348e3245 : devices: vfio: Extend MMIO region queries
d7cbad77 : resources: Introduce new allocator for VFIO platform device
82316c3b : sys_util: Add wait_for_pid.
f1cd8d7a : fs: Make posix acl support optional
909f8cd3 : crosvm: Add bar index and offset to read_bar and write_bar
be3443cd : Revert "Add StreamEffect to new(_async)_capture_stream"
71aca792 : crosvm: Introduce VfioParam structure to recognize VFIO device type
cdedd700 : seccomp: allow newfstatat in more amd64/arm64 policies
79d66963 : Add StreamEffect to new(_async)_capture_stream
1b2d8dc8 : fs: Make DAX optional
b9917a22 : virtqueue: Use stronger fences
e7b6f4fe : crosvm: Try using block size of 4096.
ab86d52f : arch: Generalize PCI device box for build_vm
eaaba5eb : mdbook: Add more virtio devices in devices.md
48903bc8 : ARCHITECTURE: Update code map
52437db2 : crosvm: Add more information of adding block device.
d38a34c0 : docs: Move code map to ARCHITECTURE
909d7f3c : docs: Add ARCHITECTURE.md
b8bfe8dd : mdbook: miscellaneous cleanup
c912894a : docs: Run mdformat
38fedb73 : Revert "vm_memory: Add from_desciptor() in MemoryMappingBuilder"
2e7dbd4f : rutabaga_gfx: convert to ThisError and sort
8d26c716 : resources: convert to ThisError and sort
22af5965 : power_monitor: convert to ThisError and sort
1a98986d : net_util: convert to ThisError and sort
8c2b990e : kernel_loader: convert to ThisError and sort
5b36338f : crosvm: Plumb read_bar and write_bar to VirtioDevice
bfa99f02 : Add testvm.py tool for managing test VMs
c5dad3fd : virtio: video: remove suspicious code
cc03cdbe : plugin: capture stderr when spawning/jailing plugin binary
e4d14af5 : devices: gpu: update to latest CONTEXT_INIT protocol
686d37a8 : rutabaga_gfx: RutabagaFenceData --> RutabagaFence
bea19358 : vfio: Remove PCI dependency
82f723fe : crosvm: arm64: Use helper function for entry address
533c5c82 : vm_memory: Add from_desciptor() in MemoryMappingBuilder
4745f03c : virtio_balloon shared and unevictable stats
127a90ff : linux: disable PCI to PCI bridge
70a71f8d : devices: virtio: vhost: fix device initialization race condition
f5183c26 : Set rtprio in virtio-snd (cras backend) worker
44292f58 : Support out-of-tree vhost-user-gpu
084c87ba : rutabaga_gfx: cross_domain: save iovecs in cross domain context
7e68e485 : mdbook: Add "Code Overview" section to CONTRIBUTING.md
eced721c : mdbook: Add 'Running Crosvm' section
db6b0170 : mdbook: Add "Building Crosvm" section
9ad17886 : mdbook: Simplify SUMMARY.md
8f6e6170 : Add GitHub Action for mdbook
7a1a6cd5 : crosvm: Implement communication logic in virtio-vhost-user PCI device
3e8d52b8 : vhost: Don't require GuestMemory in ::new()
eb1640e3 : disk: limit maximum nesting depth
e9aa5f95 : Fix ./ci/kokoro/simulate
3b3545b2 : Upgrade ci containers to bullseye and clean up
a1184822 : Add vhost-user-fs device
9c3ebfb4 : usb_util: validate bLength in next_descriptor
0b2b606c : Add capture, client_type and socket_type options to cras snd device
b27dea4c : Add socket_type to AC97Parameters
ab0ad4ca : Move virglrenderer/minigbm build into build.rs
dfa32ea0 : Fix kokoro
7822529a : Add vhost-user-gpu-device
8031d3b5 : system_api_stub: use 2018 edition of Rust
4b0135bf : vmm_vhost: update submodule to get warning fixes
770c0935 : devices/ac97: keep irq event descriptors
3407843b : Build minijail through build.rs file in CI containers
de86c825 : virtio: video: decoder: fix NV12 plane format
12a694e4 : Remove vhost_user_devices crate
e3364b74 : fs: Fix enable_verity() impl
e1663eea : Only change uid/gid when it's not 0
3eeaf6a3 : linux: fill pmem alignment area with anon map
7af8b6f8 : kvm: Explicitly provide an argument to KVM_CREATE_VM
731f0809 : x86_64: pass kernel command line to bios
2590740b : cros_async: Fix underflow in BlockingPool worker threads
6d924386 : fs: Support setting quota project ID
a5884b5a : kernel_cmdline: convert to ThisError and sort
793b4703 : io_uring: convert to ThisError and sort
c3f54690 : gpu_display: convert to ThisError and sort
620b0f03 : fuse: convert to ThisError and sort
e6ff5376 : disk: convert to ThisError and sort
5225377c : devices: convert to ThisError and sort
19141aa5 : data_model: convert to ThisError and sort
7ab02aa8 : crosvm/pci: update to PCI/INTx allocation
737ff125 : Add virtio-snd device with CRAS backend
bf0294eb : power_monitor: Upgrade dbus to 0.9
00bfcab3 : Update tpm2-sys build.rs to support cross-compilation
1cb70280 : rutabaga_gfx: gfxstream: Save iovecs in gfxstream
dcfb7de4 : ci: prevent creation of virglrenderer __pycache__
c90545d6 : rutabaga_gfx: rutabaga_gralloc: Handle vulkano release 0.25.0
28359e14 : sys_util: remove unsafe struct_util functions
51200519 : Don't rely on being able to look up users/groups
ddcf7bd2 : cros_async: convert to ThisError and sort
9aeb925b : base: convert to ThisError and sort
b0964630 : audio_streams: convert to ThisError and sort
e8e871b0 : arch: convert to ThisError and sort
114361eb : aarch64: convert to ThisError
1349c131 : Cargo.toml: make thiserror a required dependency
b08a9e29 : seccomp: allow fstatat64/statx syscalls on arm
5e9b5dfe : virtio: video: use iter .any() to check presence
7cca5905 : devices: use mem::take to replace with default
e73249af : devices/register_space: use Copy rather than Clone
63db2893 : devices/irqchip: deduplicate statements inside `if`
35712b20 : devices, gpu_display: use Iterator flatten()
cfe49466 : linux.rs: add clippy allow for manual_map
5e9959e8 : main: replace assert_eq!(..., true/false) with assert!()
166d1ddf : crosvm: fix needless_borrow clippy warning
e0f96c59 : Add cros_async to patches.crates-io
48486f92 : seccomp: make consistent use of faccessat/2
25724e2c : integration_test: Check file system before running test.
5c4e0347 : Drain the read buffer of DevFuseReader
8f9dc1d5 : aarch64: Support pstore
e19ab750 : devices:vfio-pci: Assign vfio-pci device pci address
544fb027 : devices:pci: Pass pci bus number into allocate_pci()
2ec87968 : devices:pcie: Implement HotPlugBus trait on PcieRootPort
262e618b : devices:pcie: Add and emulate pcie root port
9fadc3fd : devices:bus: Add HotPlugBus Trait
8c9fe3ef : Arch: Vfio device could be created and configured at runtime
b56de80b : fs: Support fs-verity
f4d6014c : data_model: Don't heap allocate in DataInit::from_reader
98aeeff7 : fuse: Implement Reader and Writer for mutable references
48473283 : README: Add TOC
a0320d28 : crosvm: seccomp: allow faccessat2 syscall if it exists
ee4b58ef : main: Add 'device' subcommand for vhost-user devices
f1d5a76b : devices: vhost: user: device: Return failures instead of printing
024784d5 : devices: Merge `vhost_user_devices` library to `devices` crate
6b893cc5 : seccomp: Add fstatfs (32bit) to arm policies
fb36e0cf : devices: virtio: Rename `vhost::user` module to `vhost::user::vmm`
553d2199 : arch, devices: Move serial data structures to devices
407b320f : arch: serial: Use `thiserror` and `sorted` for Error enum
9568bb44 : main: Add `make_rt`'s usage
2400bd58 : main: Reorder subcommand functions
dea7dbb0 : Linux: Make vfio kvm file as global
da162f29 : Arch: Add configure_pci_device() function
bd9b1bc4 : Add newlines to end of Cargo.toml files.
85d6ef16 : Use macros for trait implementations.
056a3ec8 : Use spawn_blocking() in DeviceReqHandler::run
af9dccf5 : Add try_clone() and FromRawDescriptor for Tube and UnixSeqpacket
e9778a0b : pci: Derive Serialize and Deserialize for some types
e4b9f30e : sys_util: Add UnlinkUnixListener
b3ccebbf : Improve build / test documentation
faee6ce7 : Update setup_cros_cargo.sh to fix all paths for chromeos cargo builds

+- Project: platform/external/curl

f344baa18 : Upgrade curl to curl-7_80_0
7519f995e : [androidconfigure] Read current clang version instead of hardcoding
9fbc444a7 : Add CPE for curl.
d5c293cf3 : Update OWNERS.
34dd5f4c7 : Upgrade curl to curl-7_78_0

+- Project: platform/external/dagger2

e2a3edce : Allowing Dagger to target newer Java versions
3c400990 : Revert^2 "Update dagger2 lint baseline"
5eeb71cf : Revert^2 "Add additional files to hilt_android"
f36162ae : Revert^2 "Merge commit 'upstream/dagger-2.35.1^'"
e4cfcb2f : Revert "Merge commit 'upstream/dagger-2.35.1^'"
194cdc62 : Revert "Add additional files to hilt_android"
8383cbab : Revert "Update dagger2 lint baseline"
0ff72024 : Revert "Merge commit 'upstream/dagger-2.35.1^'"
43ab4ae4 : Revert "Add additional files to hilt_android"
96c501b2 : Revert "Update dagger2 lint baseline"
ad37c849 : Revert "Merge commit 'upstream/dagger-2.35.1^'"
02684d7a : Revert "Add additional files to hilt_android"
d23cb4f8 : Revert "Update dagger2 lint baseline"

+- Project: platform/external/deqp

b15895dad : 2019 and 2020 Testlist Maintenance
1a0bc4638 : Move some input_output_chain tests to 2022 testlist
4f21d899b : Move dEQP-VK.ssbo.layout.random.16bit.all_per_block_buffers#47 to 2022
0d04214c2 : Improving dEQP test suite execution time
ee503b5a7 : Move RP input_output_chain tests to 2022
2500f15ae : Move dEQP-VK.ssbo.phys.layout.random.scalar#30 to 2022
72f8d5ab0 : Revert "Improving dEQP test suite execution time"
f45629957 : Improving dEQP test suite execution time
650ac2698 : 2019 Test List Maintenance
c1b46ce37 : 2019 Test List Maintenance
c271bcba6 : 2019 Test List Maintenance
87deb7cdd : Separate create with unsupported feature tests
9682c9cee : Fix barrier in layer_copy_before_resolving tests
1a4793f85 : Fix EGL test list split
e8d4fb5c8 : Separate device feature tests
855536826 : Remove invalid texture filtering test cases
ea6633260 : Fix second barrier access mask for transfers
a3e4ab13d : 2019 test list maintenance
b849dc9ed : Fixes sparse flags
8baf8136a : Separate device feature tests
bcdac0990 : Increase tolerance in fp64 mat3determinant compute
0e4b8209d : Fix extension data for EXT_texel_buffer_alignment
a434023a5 : Support VK_KHR_portability_enumeration
2570b82db : Reduce advertised sys mem on 32 bit Android
938b6c911 : Adding missing dependencies batch 9
b0db6c20f : Don't alias image views in separate_channels subpass dependency tests
5a154d1d1 : Fix DeqpTestRunnerTest
3d2d437d6 : Synchronize input attachment reads in IO chains
b7ec6c99f : Wait for idle queue after submitting an empty job
65e987dad : Limit dimensionality of arrays-of-arrays in random SSBO tests
c78c37d59 : Fix 32-bit compilation warning
2559dc29f : Assume lowest GLES dEQP level
4d67c1b1d : Fix accidentally removed extension
9f8de06d0 : Update known conformance version for 1.3.1.1
1382a5878 : Fix dEQP-VK.image.sample_texture.* tests write out-of-bounds bug
ba8956706 : Fix one more missed extension promotion
9111991be : Fix dEQP-VK.image.sample_texture.* tests write out-of-bounds bug
3e3fcc6b4 : Fix extension promotions
bb7998762 : Fix warnings with clang and GCC
456f02cd7 : Fix EGL test list split
3715c9d98 : Add tests for surfaceless queries
1cb34e95e : Rework extensions_data and mandatory_features
78bde8057 : Use associated physical device from custom instance
337453b58 : Wait for deferred operations before obtaining RT pipeline handle
adf9ea84f : Fix subgroup size control failure logging
dfd5bda3b : Parse test case result version when converting to XML
659626f82 : Add queue ownership release in modifier tests
bc75df5fb : Fix incorrect layout transition in modifier tests
ae59580dc : Fix lossy layout transitions in modifier tests
967271a0e : Remove afdx@ from OWNERS
21a1cffa2 : Fix memory leaks when creating test hierarchy
6f8c6844e : Use proper image tiling in synchronization test support checks
ee42cc139 : modifiers: Use dedicated memory consistently
ec1804831 : Fix Zlib depedency
c53a2c201 : Limit number of storage buffers in divide by zero compute test
20bb5f9ee : Increase tolerance in mat3 determinant compute test
b0b848de1 : Check for visibility in external_memory_host test
1803d521c : Update Android CTS files for 2022
cf9e78e85 : Split EGL test lists for 2022
7d3621148 : Fix dEQP-VK.subgroups.size_control.compute.required_subgroup_size_*_require_full_subgroups
ea32156f1 : Add support for 'alternative' image view min lod calculation
3b93a38d9 : Update FBO tests to handle separate depth stencil in ES3
211c74234 : Avoid triangle fans in reinterpolation consistency tests
76f4ce5b2 : Fix REQUIRE_FULL_SUBGROUPS_BIT tests with SPIR-V 1.6
2cd8c171f : Use the correct resolve mode for dynamic rendering
ac1cc9998 : Disable BC7 mode 8 pattern generation
095a0e8a9 : Rerun build_android_mustpass.py
2c5078b57 : Rename fragment_shading_rate tests
c0b7c143d : Rename requiredsubgroupSize
56da0c5dd : Rename robustness2 tests
230eb2851 : Remove timeline_semaphore_fence_fd tests
896ae37e7 : Rename multiple_interpolation tests
cc3a1d3d9 : Rename non-dynamic rendering tests
e09b1d1ee : Remove renderpass2 test
6e1762fdb : Rename some color write enable tests
0ce2b9d3d : Remove extended dynamic state test
51949ae4e : Rename tests: remove ext
8efb69897 : Fix unsupported_features test.
26a266af3 : Update glslang
6b56fa047 : Remove Cached as it is not needed on compute zero_initialize_workgroup_memory tests
db4db7151 : Use correct barriers in dEQP-VK.api.copy_and_blit.core.*no_cab
736eec57d : Fix checkSupport in compressed texture sampling tests
7a22e3d61 : Fix multiview dynamic rendering tests to enable dynamicRendering feature
52f40bfe7 : Fix checkSupport in compressed texture sampling tests
a4fcfbcec : Don't adjust vertext buffer pointer in AS for indirect AS build.
cd0f2a599 : Do not require full subgroups when requiring a work group size
def53299f : Mark gl_Position as invariant in invariance tests
d832b3d7c : Update build_android_mustpass.py for 2022
1a1af7252 : Increase tolerance in multiple interpolation tests
2d0a8cbcd : Ray tracing: avoid skipping triangles and AABBs at the same time
3cdd41a0a : Fix OOB memory copy in dEQP-VK.image.sample_cubemap.* tests
f37acc26a : Only pass VkImageViewMinLodCreateInfoEXT when minLod is != 0.0f
828c3fcbb : Fix uniform subgroup size test
a573d1592 : Remove Roadmap 2022 requirement
51b75b569 : TimeLine semaphores tests should check for the feature
8a3143c57 : Update mandatory features for Vulkan1.3
7e570b11c : Always use workaround for blitting to/from BC6H
50aa86118 : Fix build error on gcc 4.8
ee4df72be : Fix load_store_op_none dynamic rendering validation error
e24c6a146 : Fix dynamic rendering multisampling test layout transition operation
028f8afad : Use the correct stencilInitialLayout for unused resolve targets with separate stencil
e4d84f5e7 : Avoid invalid reportIntersectionEXT hit kinds in subroup tests
bd3dd1327 : Replace bitwise or with logical
30aa98287 : Avoid invalid reportIntersectionEXT hit kinds in mem guarantee tests
c7854248e : Fix validation errors in compute tests
6a1717a08 : Increase error threshold for blitting non-nearest compressed formats
32422e3f0 : Fix DeqpTestRunnerTest
432ce9348 : Revert "Remove failing version_check test from dEQP before 1.3"
bb5d89685 : Accurate reason for fragment shading rate test not supported
bfa1e03a9 : VK_EXT_pageable_device_local_memory test coverage
45e53a12d : Merge vk-gl-cts/dev/VK_EXT_image_view_min_lod into vk-gl-cts/vulkan-cts-1.3.1
f56f13eba : Update SPIRV-Tools version
a85d8548b : Delay initializing fragment_shading_rate tests
d7e8ae711 : Fix rounding issues with texture generation shader
210ed127c : Re-enable GCC warning for Amber
1ec14bdc6 : Fix rounding issues with texture generation shader
60109b3e8 : Fix Set/WaitEvent2KHR dependency flags setup
638eea19b : Fix compilation on Android
944526726 : Incremental dEQP: update test runner to only run certain tests
a8e71efac : Remove failing version_check test from dEQP before 1.3
a8fc4961d : Update SPIRV-Tools version
40a04d1ab : Add missing barrier when rendering to the same view mask.
d30bfc3f2 : Fix for dEQP-VK.api.buffer_memory_requirements.* tests
9fd36f14e : Fix mandatory features checks for vk1.3
d0483af27 : Update fetch_sources to vulkan 1.3
31842829e : Use signed sampled type for signed integer formats
b1ef7a129 : Fix issues in load_store_op_none tests
21bec9a86 : Fix bug in calcFloatDiff
6694bda1d : Add missing barrier to fix multi-core issue
f76169f20 : Improve checkSupport in memoryRequirements tests
e73ec46ee : Fix validation errors in buffer memory requirement tests
7dfd95cd9 : Additions to VARYING_SUBGROUP_SIZE and FULL_SUBGROUPS_BIT tests
e7c10f8cb : Update vulkan-docs to main
0487d543d : Relax precision for matrix precision tests
d0f716945 : Skip the "two_draw" variants of zero_stride_with_offset tests
bc4bebe85 : Re-enable Clang warning for Amber
24bee6675 : GCC 11 build fixes
692bf1bf4 : Decrease required subgroup size
d17345c3f : Fix for potentially uninitialized variables
3e01fb198 : Fix NULL/False to std::string conversion errors
0092aa719 : Require geometry shaders for adjacency topologies
0d8f394a9 : Remove api.tooling_info.validate_instance_layers
0a1c7c0d3 : Add missing feature check
c6ccebc28 : Fix vkAttachmentRateTests
36d39bfb9 : Remove repeated struct in writeDeviceFeatures2
372160ee7 : Update vulkan-docs version
a6cc6f26c : Remove redundant load/store op none tests
f246f3f8f : Fix vktFragmentShadingRateBasic tests
66ce8332d : Fix getting capture address in RT capture replay tests
65ceb4850 : Remove time measurement on deferred host build tests
9f4d02658 : Remove api.tooling_info.validate_instance_layers
ab02564a7 : Fix sType Tooling Info tests
6d823108c : DeqpTestRunner: fix deqpLogFilename
c858709ab : Add format check to SharedPresentableImageTest
aaa0efc63 : Fix inl files
4aff42015 : Add VK_KHR_global_priority to extensions_data.txt
6488d9b90 : Fix for issues in dynamic rendering tests
6e40341a3 : Fix stencil layout transitions in samplemask tests
0805fb801 : Fix RGBA10x6 feature check
81844e8f3 : Rename some waived tests for dynamic rendering
8997eeceb : Fix barrier for initializing resolve attachment image to use proper level
77f398837 : ANGLE: Re-enable passing tests
bf4859257 : Checked .inl files back into the repo
ae3df2e6e : Pass force to fetch_sources
9dd616f08 : Fix strided device address regions in RT misc tests
d783bd320 : Fix ray tracing closedFan2 tests
7cc65f6c0 : Reduce framebuffer size of dEQP-VK.graphicsfuzz.spv-stable-pillars-volatile-nontemporal-store
161579196 : Fix validation errors in renderpass tests
ffd22ce89 : Pick correct memoryTypeIndex for AHB
1a8cfa6dd : Allow rounding error when reading back Z buffer
4da7fa3cd : Fix amber vs cts device feature requirements
ec70bf111 : Fix extended_dynamic_state tests
77a47d8a3 : Update kc-cts version
91ac7456c : Create command pool with command buffer reset in RT tests
ebb1733e3 : Suppress GCC 11 conversion warning
7734c4ede : Fix allocation of system memory.
7ea1bc343 : Generate inl files at build time
1bcb6dfc6 : Add Vulkan-Docs to fetch sources
90838242d : Mirror ANGLE Khronos waiver for Android
9d48003e2 : Fix requirements tests for multiplane images
38bd47fd3 : Reduce framebuffer size of spv-stable-pillars-O-op-select-to-op-phi
d7f8a77c1 : Additional warning fix for Clang 13
9913ba1c6 : Fix mismatched ray payload in descriptor set random tests
62d5a5e90 : Add Samsung Driver ID
e74c40595 : Update Android test lists for Broadcom waiver
b4b637378 : Remove few EGL robustness tests
8428b3290 : Fix use a device with protected memory enabled
de9074e61 : Throttling CTS producing frame speed
99d3216b0 : Fix warnings reported by clang 13
472a3d5aa : Rename various things for more inclusive language
007e1dae8 : Remove vkDestroyBuffer
f52eaffc5 : Avoid querying non-supported hardware features
e4696a1ca : Disable two warnings for old Amber versions
e6c30c3cc : Zero initialize array in internal tests
822b38083 : ANGLE: Add gles31-angle-excluded.txt
df783e60d : Move improved ssbo test from 2020 test list
aaa51a8d8 : Disable mutable_render_buffer.basic for ANGLE
9d199f28d : Add 1.3.1.0 conformance version
a3338eb2d : Add a batch of GraphicsFuzz coverage tests
60cc2fb63 : Fix dot product with saturation tests
80686ebed : Add dynamic rendering to attachment rate tests
fe20c985b : Further VK_NV_mesh_shader test variants and fixes
e964a2e65 : Fix and enable dynamic rendering multivew coverage
0cef1ec1f : Fix integer overflow in Random::getInt()
4bb62dfdd : TRANSIENT_ATTACHMENT_BIT store/load op test
b86a0cdcd : Pick correct memoryTypeIndex for AHB
aa1e94fd8 : Update kc-cts version
be480de73 : Create command pool with command buffer reset in RT tests
a5c09ca36 : Avoid division by zero in cube map coordinates
18633a2cc : Add Samsung Driver ID
8099b50ab : Update Android test lists for Broadcom waiver
b4bde92c2 : Reduce complexity of some random cases
78302552c : Allow rounding error when reading back Z buffer
54c075fd1 : Fix amber vs cts device feature requirements
0797e4300 : Fix extended_dynamic_state tests
82a32e514 : Suppress GCC 11 conversion warning
0eccb8b5a : Fix allocation of system memory.
fa007c80e : Generate inl files at build time
52f374728 : Add Vulkan-Docs to fetch sources
cd5c2c8e1 : Remove few EGL robustness tests
6b7d9cdb7 : Fix use a device with protected memory enabled
d8f60ffe4 : Throttling CTS producing frame speed
4b8e45f42 : GCC 11 build fixes
0942d4a68 : Relax protected heap allocation tests - continuation
c686fd7dd : GCC 11 build fixes
2c32bd823 : Add missing feature check to MS copy tests
78125451d : Update Android API and permissions for OpenGL
d102bd00e : Test no-op image layout transitions in VK_KHR_synchronization2
9bdeac8cd : Ensure that compute shaders have a subgroup size that is uniform in command scope
98b61bd23 : Missing coverage for vkCmdCopyQueryPoolResults
d964a70b6 : Add suite of div by zero tests
013c0900a : Enable packed formats for border swizzle tests
e0e7cc700 : Add portability_subset to extensions_data.txt
8a0689dcd : Verify that timeline semaphores cannot import/export SYNC_FD
879c1dd3e : Execute FDM tests with dynamic rendering
1de0a0106 : Execute FDM tests with legacy renderpass
97ceb2222 : Fix shader operator tests' precision expectation
03cb2be93 : Avoid shifting by more than bit width
2206407af : Pad out glClearBufferuiv value
9f8274f16 : Add missing extension requirement
11ccf7377 : Fix signed integer overflow in vertex array tests
3a78df193 : Mirror existing ANGLE waiver for Samsung devices
a26de21a4 : Fix gles3-angle-excluded.txt
d19160946 : Relax protected heap allocation tests - continuation
eb1e8d0b6 : Fix signed integer overflow
c2f0d5ec1 : Portability: fix border_swizzle tests
fed96746e : Fix post-clear barrier in depth/stencil descriptor tests
a3ac66a77 : Zero initialize XFB counter buffer
41af69a0c : Disable depth clamp for graphics pipeline creation tests.
d40e2c0db : Fix 'implicit-fallthrough' build error on GCC 9.3.0
673c520da : Add tests for buffer size requirements
743cf7af1 : Extend interpolateAt* tests
d4bde8cc7 : Add power of two checks for physical device limits
ed8d8fda9 : Modify dual source blend tests to use discard
e27d1747b : Add fragment operations occlusion query tests
244121ad9 : Fix wrong conversion from shared pointer to int.
d36bf3b2f : Enable anisotropic tests for mipmap images
2458b8bbf : Remove invalid semaphore import/export tests
20c6ceec0 : Fix glcPackedPixelsTests to properly account for skip images
355b5826b : Fix out-of-bounds stack read
faa7e3fbf : GCC 11 build fixes
f22cf589a : Update *-angle-excluded.txt
0003b4392 : Enable the dEQP-GL45 package on Android
734301864 : Add tests for rasterization order attachment access
84e0a9b3a : Various methods passing of PhysicalStorageBuffer tests
33473da70 : Improve coverage of MSAA copies
eb977c0c6 : Fix Buffer Memory Requirements tests compilation errors
34d6d68ab : Mirror existing ANGLE waiver for Samsung devices
e4c2cea32 : Support FP16 CPU Rendering
51d88afff : Avoid OOB params access in call log wrapper
29d6ee508 : Fix array iteration range
aaef451fd : Fix source data size in SSBO array length tests
39c99a7ec : Remove few EGL robustness tests
f585d6edd : Portability: avoid triangle fans
d85dde209 : Move improved tests from 2019,2020 test lists
5e5b10be5 : Test VK_KHR_roadmap_2022
fa9100c1f : Test VK_KHR_global_priority
94f410113 : Add yuv420 format to EGL AHB tests
f23655a3a : Skip negative vkCreateBuffer(size_max_uint64) test for maint4
234f8a066 : Fix fma precision tests for Open GL 4.5
571404ff5 : Fix sRGB cases in framebuffer_fetch tests for OpenGL 4.5
92cbead11 : Fix tessellation cases using precise qualifier for OpenGL 4.5
ed280b0aa : Fix error logs in ssbo/image load store tests
3d6efbec0 : Add coverage for sampling compressed cubemaps that has been written to by a compute shader
939e272d6 : Improve coverage of MSAA copies
13d835e3d : Extract findLSB() and findMSB() to a separate helper file.
aedc169bb : Remove unused tests from mustpass
c5d12256e : Remove unused tests from mustpass
90835b74d : Rename dynamic_rendering tests
c484a511e : Rename dynamic_rendering tests
241241e28 : Add tests for VK_NV_mesh_shader
bbd6e1b5c : Fix invocation count verification
e9dc3602a : Fix image transition in dynamic rendering tests
37e9d5881 : Make dynamic rendering tests match non-dynamic
72cf9dc88 : Fix invocation count verification
4ccaf89dc : Slightly increase tolerance for fp64 determinant test
beab02c61 : Allow Vulkan CTS 1.2.8.0
06720ffbd : Fix image transition in dynamic rendering tests
90a220a06 : Prevent RT tests from going over VkPhysicalDeviceVulkan11Properties::maxMemoryAllocationSize
719c6abda : Pause XFB during pipeline switch
95d49f4f3 : Make dynamic rendering tests match non-dynamic
a3bc86bfb : Remove dynamic rendering multiview tests
51e6da82e : GCC 11 build fixes for opengl-es-cts
7179ccac5 : Portability: handle robustBufferAccess
d4b5bca6b : Allow Vulkan CTS 1.2.7.2
22c93e722 : Fix layout transitions in dynamic_rendering tests
f8238c583 : Fix for Vulkan 1.3 implementations that don't expose VK_EXT_ycbcr_2plane_444_formats
f92d3e5a3 : Skip negative vkCreateBuffer(size_max_uint64) test for maint4
06492d671 : Add compute test with zero dispatch size
567f68033 : Test contradictory parameters on swapchain creation
94f7d90e7 : Revert "Exclude cov-function-with-nested-loops-called-from-nested-loops"
39d377c07 : Add buffer feature check for depth/stencil formats
4dc77f423 : Fix memory requirements tests for sparse images
78c13f13f : Fix image requirements according to its usage
1d231f67b : Initialise new member of ImageTestParams struct
363e7df0b : Ensure the vertex shader matches the vertex input definition
9185824f1 : Update SPIRV-Headers
a50ff0be0 : Remove 64-bit int usage in dynamic_indexing test shaders
d169a3d36 : Check shaderInt64 in workgroup memory explicit layout alias tests
c881d23a8 : Allow NaN result when result exceeds limit
a7c1ea803 : Accept NaN as valid in atan2 precision tests
2d780ba2c : Fix VK_KHR_shader_clock feature checks
a3c2143a0 : Fix dEQP-VK.tessellation.geometry_interaction.limits.output_required_max_geometry validation error
1bb518faf : Move log prints from test-ctor to test-inst-ctor
920b3ed44 : x11_egl: only append library path if it's not empty
49afd2823 : Split multiple interpolation tests using the sample decoration
8bce4e770 : Fix layout transitions in dynamic_rendering tests
86e61f092 : Support chunked test lists
a53209e49 : Update defines
59edfb0b0 : Re-gen via build_android_mustpass.py
dc0869ed5 : Update codegen for no_foldable_states
73f966f80 : Re-gen AndroidGen.bp
b2ecab9d9 : Allow EGL tests to use ES3 with EGL_KHR_create_context
470da81ff : Cover vkGetBufferMemoryRequirements*() routines tests
3fc2e26c5 : Add missing barrier to dynamic rendering tests
9b2067d88 : Fix stencil rendering in draw_with_dynamic_rendering.multi_draw tests
c0df8c3c7 : Fix multisample_with_fragment_shading_rate tests
dbaf39e6c : dEQP-VK.renderpass*.load_store_op_none.* tests depth-stencil format support check
876789858 : Increase tolerance for matrix precision tests
d43be33ec : Fix incorrect shader output format
8c05f5080 : Slightly increase tolerance for fp64 determinant test
75dfbc757 : Fix DS Layout in LoadStoreOpNone when using dynamic_rendering
9f2876528 : Fix stencil rendering in draw_with_dynamic_rendering.multi_draw tests
430ab25e4 : Add missing barrier to dynamic rendering tests
12d53a826 : Fix DS Layout in LoadStoreOpNone when using dynamic_rendering
6a4b0846a : Update drivers ids
aaf57281f : Remove invalid reserved keywords tests
3aed635a0 : Relax get_frame_timestamps
be3254c24 : Make renderdoc build-time integration optional
d45dc24f7 : Use GL_FRAMEBUFFER instead of GL_[DRAW|READ]_FRAMEBUFFER with GLES2
ff216c6b3 : Fix zx_handle_t typedef
c29434d46 : Fix tessellation SPIR-V tests use of Restrict
234757071 : Allowing spirv1.4 shaders compilation
17d85824a : Fix VkClearRect sizes for vkCmdClearAttachment()
4d99789f6 : Partial revert of CL 8054: Fix invalid layout transitions in some dynamic rendering tests
303bf161f : Fix invalid layout transitions in some dynamic rendering tests
0a48305f0 : Update dynamic rendering tests to separate formats
759d55d83 : Do not chain dynamic render pass inheritance info in dEQP-VK.renderpass
4276f08f3 : Wrong format in load_store_op_none test.
2b4a4d4da : Added extra test case for load/store op none
69ed8233c : Add tcu::Nothing to improve tcu::Maybe usability
f2d284fbf : Add basic signaled fence tests
f1a659210 : Attachment rate tests
1c7f17964 : Fix VkClearRect sizes for vkCmdClearAttachment()
d3114cc18 : SpirV 1.6: Test Nontemporal image operand
46888763f : Partial revert of CL 8054: Fix invalid layout transitions in some dynamic rendering tests
61d0a25d7 : Add custom border color swizzle tests
4a0f32fc9 : Fix depth_different_ranges tests
db2a604bb : dEQP-VK.renderpass*.load_store_op_none.* tests depth-stencil format support check
acdd31693 : Test dynamic rendering with multiview tests
a75892df6 : Add check for shaderImageGatherExtended
305ee4bd7 : Fix missing self-subpass dependency
35ade3401 : Fix workgroup_memory_explicit_layout tests SPIR-V validation errors
db598a37b : Verify line-stipple both with and without carry-over
7d9665ef0 : Add ClearAttachments test to KHR_dynamic_rendering
d77ba9a08 : Test dynamic rendering with FSR tests
7efb9242c : Add additional tests for VK_KHR_dynamic_rendering
200e2496e : Add new tests for VK_KHR_dynamic_rendering
8a15ea948 : Test dynamic rendering with renderpass tests
1c8d8a40d : Test dynamic rendering with draw tests
1d1166b83 : Update Android test lists and Android files
5869d3d74 : Add a batch of GraphicsFuzz coverage tests
23b1bd648 : Add a batch of GraphicsFuzz coverage tests
28d5b2349 : VK_EXT_rgba10x6_formats
b56f25e33 : Improve coverage of MSAA copies with different layouts
2235c5cf5 : Add a batch of GraphicsFuzz coverage tests
25f77d475 : Change cache type to NO_CACHE in duplicate_batch_pipelines_no_cache test
ae39a606f : Remove direct state access usage from RenderbufferCase
b277664a1 : Add tests for VK_EXT_depth_clip_control
37bb07828 : maintenance4: Add LocalSizeId tests
7173cb125 : Wire up support for maintenance4 validation
b8189898a : maintenance4: Add push-constant test
a7bc523f1 : maintenance4: Add pipeline layout tests
508df098b : Add image query tests for VK_KHR_maintenance4
d4f496bad : maintenance4: Add requirements matching tests
8a52b7dbf : maintenance4: Add maxBufferSize limit tests
4f5c97bf0 : Extend decoration mismatch tests
316f2cff7 : Add tests for relaxed vector matching
81bb5afd0 : Add tests for vector matching
2c9a280e3 : Add decoration mismatch tests
98647c540 : Updated framework for VK_KHR_maintenance4
0cf549084 : Framework for VK_KHR_maintenance4
6d08d19b4 : Change RobustnessExt tests to use format_features2
6787b9942 : Tests for VK_KHR_format_feature_flags2 extension
a32da5acd : Add tests for VK_EXT_primitive_topology_list_restart
522f4ba64 : Move anisotropic filtering support check to a function
d8a8e1ff9 : Fix extended_dynamic_state2 tests
4dbc15461 : Fix incorrect shader output format
0593bd638 : Increase tolerance for matrix precision tests
e2aeccde4 : Add coverage for sampling a compressed texture that has been written to by a compute shader
200322460 : Extend multisample tests to support FSR
874a51109 : Stencil resolve tests without samplerate shading
651e96317 : Add a new GLES2TextureSharingTest
02e58fc46 : Initialise dot product required feature struct
20c327c72 : Fix early fragment tests validation errors
615e4cfc3 : Fix image view type for multiview multi draw tests
22081359f : dEQP-VK.subgroups.*ray_tracing* missing extension check
3f33ffcf2 : Update dynamic rendering tests to separate formats
9e6d211eb : Fix for the bounding box tests with GL 4.5
5953e1569 : Fix stencil data unpacking in dEQP-VK.fragment_operations test
07d125351 : Fix stencil data unpacking in dEQP-VK.fragment_operations test
06187ab8c : Fix invalid layout transitions in some dynamic rendering tests
f654a58b7 : Do not chain dynamic render pass inheritance info in dEQP-VK.renderpass
37c52f8be : Wrong format in load_store_op_none test.
fc312d107 : Fix rectangular line tests
01edb53c5 : Fix vector access in EGL partial update tests
c64c92768 : Check for integer texture support in negative teximage tests
dfca27575 : Update vkDeviceFeatureTest.inl
21dfc0096 : Notice of withdrawal of Vulkan CTS 1.2.4.x
de5d3f8a6 : Fix Vulkan 1.3 required features
c48babd83 : Allow 1.3.0.0 as a valid conformance version
42d30b977 : Fix warning introduced by 1.3 changes
5d72b170a : Fix GL_MAX_FRAGMENT_INTERPOLATION_OFFSET limit check
c912263f9 : Fix early fragment tests validation errors
a3fcc6d4f : Test non-Sample Shading FragCoord.xy
d4979f037 : Test vkCreateDevice with unsupported features
5281a5852 : Test anisotropic filtering of single-level images
b4bc2cde6 : Limit storage buffer sizes in reconvergence tests
4239f4e02 : Fix wrong VkAccessFlag when copying color image to buffer
8e89717bf : Add missing checking of integer dot product features
c546c6618 : Don't silently drop features that were requested
885ba1142 : Update checking of VulkanFeatures structs
506a027ae : Vulkan 1.3 SPIR-V 1.6 framework
73dea44ba : Tests for OpenGL ES 3.1 and 3.2 compressed formats
a63763167 : dEQP-VK.subgroups.*ray_tracing* missing extension check
2d45e900d : Re-enable protected memory tests
938dc9639 : Depth/Stencil descriptor tests
64e8d6b91 : Test multiview with different depth ranges
4b33786f0 : Added extra test case for load/store op none
52a9df4f7 : Test Vulkan 1.3 required features/properties
46b61901d : Extend multidraw test with dynamic rendering and geom & tess
fde804f8f : dEQP-VK.renderpass*.load_store_op_none.* tests depth-stencil format support check
aebbea7b2 : Ensure the vertex shader matches the vertex input definition
6dc065148 : Test blitting from ASTC formats
cec4dace5 : Fix workgroup memory tests for int16s
b07170d05 : Check support for EGL 1.5 or higher when using GLES3
6e7164376 : Accept NaN as valid in atan2 precision tests
24d32e802 : Update glslang, SPIR-V Tools, headers to 1.6
64a84fd98 : Add support for Vulkan 1.3
8c8b7b0fb : Update Vulkan headers
8d7e6f7de : Add image query tests for VK_KHR_maintenance4
60b55fc21 : maintenance4: Add requirements matching tests
b21239397 : Fix Clang -Wcomma warnings
e14850f18 : Fix qpReleaseInfo generation with non-ASCII paths
74960221b : Add tests for VK_EXT_load_store_op_none
ea1213f18 : Test dynamic rendering with multiview tests
75e68dbc3 : Add tests for VK_KHR_shader_integer_dot_product
512190b42 : Updated framework for VK_KHR_maintenance4
68c60ecd3 : maintenance4: Add LocalSizeId tests
1fab9757e : Wire up support for maintenance4 validation
91222a857 : Add ClearAttachments test to KHR_dynamic_rendering
ce01ffda2 : Test dynamic rendering with FSR tests
ecf306b2b : Add additional tests for VK_KHR_dynamic_rendering
a787a8706 : Add new tests for VK_KHR_dynamic_rendering
3e721aa0b : Test dynamic rendering with renderpass tests
49d37ee98 : Test dynamic rendering with draw tests
70245e2ec : maintenance4: Add push-constant test
d6262424d : maintenance4: Add pipeline layout tests
c12c97327 : maintenance4: Add maxBufferSize limit tests
5a60ee085 : Framework for VK_KHR_maintenance4
5c5c8d267 : Change RobustnessExt tests to use format_features2
70700d9ba : Tests for VK_KHR_format_feature_flags2 extension
ad2646736 : Extend decoration mismatch tests
7311e8832 : Add tests for relaxed vector matching
75802081c : Add tests for vector matching
b77d614e5 : Add decoration mismatch tests
2ef66645c : Remove unreachable breaks
729315fe2 : Add a batch of GraphicsFuzz coverage tests
5d286e0da : Fix GLES3 Clang UBSan errors
ee048d046 : Add a batch of GraphicsFuzz coverage tests
0c67e9bd2 : Add test for finding unknown memory property flag sets
ad18e24fb : Fix loop over cube map faces in GL4
51ab0de31 : Fix fragment shading rate validation layer warning
f0b0270b6 : Add run mode that verifies amber requirements
851353e88 : Remove extra semicolons
64e370b23 : Fix warning in gcc-8
b9196d1a5 : Enable Vulkan matrix determinant and inverse precision tests
83f57ceb9 : Do not overflow when copy data
a3e659e82 : Don't alias image views in separate_channels subpass dependency tests
c56e13c67 : Issue in serial storage address computation
471eb149b : Add coverage for sampling a cubemap that has been rendered to
c16e54e7e : Check support in synchronization operation tests
7fe62f819 : Read stencil aspect from image in DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL layout
07a1513bc : Optimize image clearing tests
ef6505ac2 : Ensure that destroying old swapchain has no effect
b77399b4e : Conservative rasterization with SampleMask
d18b37f73 : Add GL_RGB9_E5 as renderable ext format in fbo tests
2865c3ae5 : Update Vulkan headers
bf3807844 : Implement getProcAddress for surfaceless platform
ed5e0d1a3 : Fix for the various multisample tests with GL 4.5
664a751e8 : Fix to multisample texture test shaders with GL 4.5
a3dd0a1a6 : Fix for the common function tests with GL 4.5
c9e9267f7 : Remove shaders.arrays from the Khronos mustpass
e692ea7f7 : Fix Android system memory requirements
cb2cea9a5 : Test multiViewport with different depth ranges
df30c9a5f : Test OpImageQueryLod when fwidth(UV) == 0
34639fb3f : Allow Vulkan CTS 1.2.7.1
300c5767a : Add tests for VK_EXT_shader_atomic_float2
26cfc8d34 : Tests for VK_KHR_present_id and VK_KHR_present_wait
ac114d3d4 : Update glslang, SPIR-V Tools, headers
3db2661b5 : Update Vulkan headers
d1d7b4b04 : Update Vulkan headers
b74efd46d : Do proper checking for the presence of Xorg/XCB
a795d4955 : The existence of a DRM device is not mandatory
a1ad6c31b : Add missing items to android cts mustpass list
344d27a80 : Fix bug in compressed PixelStorageModes tests
b45d3fe50 : Work around bogus GCC 9 warnings
318de4b0c : Fix a GraphicsFuzz coverage test
66fd53499 : Added layered AHB EGL tests
bd37a2912 : Improve buffer to buffer copy tests
0683ad733 : Test multiview with VK_EXT_multi_draw
7b5587b84 : Add sample mask test for FSR
2b7a2767f : Fix depth/stencil subpass dependencies in renderpass allocation tests
f234aa0fd : Remove fallback and unify testing for image clearing tests
d7255a61c : Portability: fix osx target
7483df58d : Test behaviour of color write enable with colorWriteMask
0eb84cfc3 : Add more tests for YCbCr plane compatibility
99df4bc28 : Remove invalid reserved keywords tests
d3cc6f7eb : Test line stipple factor is ignored if not used
9a1befce8 : Test zero-size unused specialization constants
de3fec827 : Fix build on CLang failing due to -Wunused-private-field
1294bd679 : SwiftShader script improvements
c1e67a6d8 : Update glslang, SPIR-V Tools, headers
218eb73c4 : Add tests for VK_EXT_shader_atomic_float2
b7a8721e2 : Tests for VK_KHR_present_id and VK_KHR_present_wait
ab44aa0a0 : Update Vulkan headers
29601ae9d : Fix uninitialized local variables in generated shader.
dc52714bc : Fix most dEQP-VK.sparse_resources.shader_intrinsics.* validation errors
31f10c345 : Additional dynamic depth bias tests
69bd177f2 : Test VK_EXT_multi_draw with geometry and tessellation shaders
dcb81e1e2 : Remove unused test cases from gen-keywords script
f4a2a0e5e : Test dynamic vertex stride of 0.
0f456a686 : Add Image Store tests to BGRA images
78f73cf0b : Test fragment shading rate limits and rates
44d07b40e : Add more test related to early fragment tests
815494493 : Remove replacement of bool32
dba6b38a1 : Replace DWORD with uint32_t
8998546bf : Fix early destruction of VkPipelineLayout
1bf8c8a42 : Reorder vulkan enum elements
571256871 : Use uintptr_t in the framework
39e596640 : Change initializer for array of structures to avoid GCC bug
3043d5651 : Fix FreeBSD build of VK_EXT_physical_device_drm tests
32a201e2e : Use [u]int64_t in the framework
8113ca840 : Extend image tests to support formats with no formats
5918d94f4 : Define a framework function for getting SPIR-V format tokens
955df9953 : Test blitting from compressed formats
9c2e695cc : Add test of vkCmdCopyImage with both layers and mipmaps
d7370b539 : Test dynamic topology with tessellation shaders
15645b9e7 : Remove extended image format capabilities from more tests
70ad5f2e6 : Simplify image extend operand tests for extended formats
ae322ae1a : Use [u]int16_t in the framework
cef73b8d0 : Use [u]int8_t in the framework
ac0eaa1db : Use [u]int32_t in the framework
57a8ca72f : Require to enable implicit layers
6aea4b20a : Fix FreeBSD build of VK_EXT_physical_device_drm tests
546896c45 : Deprecation notice for Vulkan CTS 1.2.3.x
866371691 : Added tests to check ignored Vk*PipelineCreateInfo members
f253a5cc7 : Accept per-sample shading in multiple interpolation tests
ddbe7608b : Single color buffer in multiple interpolation tests
2d478dad0 : Set point size in subgroup size control tests
50bd77d71 : Fix Protected context constructor initialization list order
8c4a987fc : Update Imagination waiver #229
6b9a0f391 : Check required extension core versions
5071f0665 : Test more dynamic vertex input variants
734f1e19b : Improve tests checking sign extension with images
b0c3e7ba7 : Exclude cov-function-with-nested-loops-called-from-nested-loops
9aa913884 : Update Vulkan headers
01620dc55 : Update bottom AS's addresses during top AS deserialization
82a07e139 : Allow Vulkan CTS 1.2.7.0
fc30d8d38 : Handle vkGetDeviceAccelerationStructureCompabilityKHR function.
8d99261a2 : Drop subgroup size requirement for uniform control
bb4279cd4 : Check support for triangle fan primitive topology on rasterization tests
3834e2d8f : Revert initial layout for depth/stencil attachment in makeRenderPass
3fd14c20b : Add a batch of GraphicsFuzz coverage tests
8b47df7a9 : Fix compilation issue in float_controls
0ffbdfc6d : Add sample decorator to interpolation tests
d5f48b6de : Add VK_EXT_device_drm_properties tests
d9e1f8799 : Add uniform control flow extension to allowed list
bfa5c23ed : Add VK_EXT_multi_draw tests
b135c7677 : Update extension dependencies
3acb786e3 : Improve existing cull distance tests
ffc2eb706 : Add tests checking Input and Resolve attachments can be the same attachment in a subpass
fa3e87a3e : Fix 64-bit atomics mandatory feature checks
50a54b56a : Fix tessellation SPIR-V tests use of Restrict
810c5c7e1 : Fix buffer copy extents in blit tests
ce1ae17c4 : Allow the use of the standard types
5a4c42414 : Allocate memory for reference buffer
dcf99006e : Fix YCbCr linear filtering support check
5e1cdce72 : Don't run _concurrent sync tests on 1 queue devices
f78e91b7e : Fix stage flags for INPUT_ATTACHMENT descriptors
aa10756a0 : Remove spurious feature dependencies in 1.2 tests
6d16864d2 : Fix feature dependency in vulkan1.2 test
af13f018e : Fix image aspect handling in fragdepth tests
3dcafb4f3 : Fix output components limit in fragment input tests
8b5b2d585 : Retry lesser FBO sample counts if UNSUPPORTED
01f994a7f : Move two GL groups to single config
4705f248d : Change GLSL->SPIR-V mapping of notEqual to OpFUnordNotEqual not OpFOrdNotEqual
498abac98 : Update Vulkan headers
7d65d8839 : Fix the default GL_IMAGE_BINDING_FORMAT for desktop OpenGL
b7a94c418 : Update Vulkan headers
8764b9c35 : Check shader image atomic mandatory features
057260bef : Add a batch of GraphicsFuzz coverage tests
2da12caaf : Add timestamp query test variants with availability bit
8a78c01b7 : Add a GraphicsFuzz test
422867796 : Add a batch of GraphicsFuzz coverage tests
5c5c076a3 : Skip unsupported allocations in invariance test
367889fef : Subgroup and workgroup reconvergence tests.
f5dc0250b : Tests for VK_KHR_shader_subgroup_uniform_control_flow
e137e91fc : Update glslang, SPIR-V Tools and headers
7e1a8ad85 : Shared memory layout tests
c83ef24e9 : Add VK_FORMAT_B10G11R11_UFLOAT_PACK32 vertex input tests
4fb4742f6 : Test null fragment shading rate attachment pointers
7f2ec8531 : Check resource limits properly
2363e7a2f : Capture early errors on instance creation
86db85122 : Add depth execution mode tests
61817796a : Test instance matrix update after command recording
933acc67b : Test null miss shader group handles work
094ee1003 : Test tracing rays from inside AABBs
bfe111789 : Fix wait semaphore count value
4da1a3e87 : Fix internal error for fragment stage in RT tests
ac97abeed : Add GL_ARB_separate_shader_objects requirement
e5c45899e : Raise glsl version to 420 for compute shaders
3952804de : Raise glsl version to 410 core for shaders with GL_ARB_shader_atomic_counters
e9609e8b1 : Remove shaders.switch from the Khronos mustpasses
0d5d07820 : Add a test for VK_EXT_global_priority_query
2408db5cf : Update Vulkan headers
d17a353c6 : Fix validation errors in ASTC decode mode tests
c25238228 : Static code analysis fix for bounding box test
5d6609d2e : Add timer query handle reuse test for opengl es
456514733 : Invalid VkPipelineRasterizationLineStateCreateInfoEXT chained
f54c6d46c : Fix vertex count calculation in XFB query tests
c26763406 : Set the recursion depth for chit and miss cases
3b4e7528d : Add depth-stencil tests that do vkCmdCopyImage() with both image aspects
f1f0bccc6 : Test for fragment shading rate in FragCoord.zw
55a999f04 : Add tests for vkCmdCopyQueryPoolResults and pipeline statistics
2853d8491 : Update glslang, SPIR-V Tools/Headers
b2a3a4f1e : Check return code for vkGetAndroidHardwareBufferPropertiesANDROID
0146b1918 : Add script for comparing dEQP SwiftShader runs
f67eb2041 : Update OpenGL mustpass
95c025113 : Add AOSP tests to the GL4.5 mustpass
3d1c8f0f5 : Check supportedAlpha is never zero
000993b81 : Do not clamp ambiguous snorms values on vkCmdCopy*() functions
596312ed4 : Add writing to invalid multisample indices tests
086a1e49c : Add GL_EXT_texture_sRGB_RG8 support
b1789dcbd : Add a batch of GraphicsFuzz coverage tests
7d8507717 : Add a glMemoryBarrier between buffer write and read
8830b1e1d : Add permutations of different cases on existing test
cba98900d : Add multiple statistics query tests
474967ef7 : Use arrays of pointers with non-identity matrices
ea6189a7a : Remove empty subtest
801b621f5 : Lower vector constructor test shader version
0b95eee7e : Test framebuffer completeness when layered rendering
2b0c2e3b3 : Fix precision issue in ShaderMatrixTest
7298b2a97 : Remove unused check
cb0ffba2b : Add a batch of GraphicsFuzz coverage tests
a7623ff77 : Add XFB tests for VK_EXT_provoking_vertex
ee779c3e6 : Add tests for VK_EXT_provoking_vertex
d852fa4a7 : Static code analysis fixes for GL cts
2cffb0924 : Add tests for multidimensional atomic counter array
249572bba : Add missing vertex pipeline stores check with ray queries
a63e4171a : Add vkCmdCopyQueryPoolResults() tests with dstOffset != 0
4672fb985 : VK_VALVE_mutable_descriptor_type tests
dabf73cb1 : Add new multi-planar format tests
c890bdfb8 : Update Vulkan headers
cd7bdee79 : Disable explicit location tests for `arrayed` block members
535dfe49f : Portability: handle vertex input stride
b9f7c9d2e : Add test for PBO bounds
8cc496b43 : Fix Windows MSVC build regression from GitHub!261
b3115ecc8 : Portability: use triangle strips in amber tests
f5a7a3858 : Portability: handle mutableComparisonSamplers
577048aac : Require geometry shaders for adjacency topologies
c9e431cb9 : Static code analysis fixes
52d66b83d : New SSBO corner case test
fa74e18db : Add more spir-v tests with empty structs
ec8ee981c : Fix GL compatbility mustpass file names
75290be32 : Add dynamic indexing test using gl_VertexID
4363f6379 : Fix to GL 4.5 geometry shading provoking vertex tests
d0b475dd2 : Support GL 4.5 in the Linkage Tests
6ccc636c5 : Support GL 4.5 in the Arrays of Arrays Tests
99debccc7 : Add a batch of GraphicsFuzz coverage tests
5e1d78c2e : Update Amber
a017db3c0 : Fix use of binary semaphore in signaled state
8e08f5d35 : Fix condition for checking support of XFB streams other than 0
5e14b4fad : Make sure minImportedHostPointerAlignment in a power of 2
4e7027d42 : Add TexSubImage2D format compatibility tests
564c6062f : Rename all OperationId enum values
1cb117c5d : Fix validation error 'InputNotProduced' in Amber tests
d2e906072 : Decrease 3D image size in image atomic op tests
45883ed78 : Fix interfaceTypeMismatch validation errors in Amber tests
4f97e8897 : Add a batch of GraphicsFuzz coverage tests
87c64393c : Cover array input to interpolateAtCentroid
9698f0db4 : Re-apply CL 7106
50a3e3b60 : Fix fallthrough compiler warning
2a0dad281 : GCC 11 build fixes
9a714a7ca : Augment binding tests to test acceleration structure descriptors
2ea0cda92 : Fix to GL 4.5 geometry shading point size tests
2090c9728 : Added tests for OES_EGL_image_external
62a7239ed : Fix EGL AHB util build issue
55027ea63 : Choose linear tiling when dmabuf is used in synchronization tests.
a3774eea5 : Update a batch of graphicsfuzz tests to include SPIR-V TARGET_ENV
db8e2899b : Allow GL_RGB9_E5 as a valid fbo format
c5c9736ab : Tests for image OpImageWrite on mismatched signedness and type
d924ca048 : Fix linking on MacOS
c0168744d : Update glslang, SPIR-V Tools/Headers
46eef4a54 : Implement MinGW build support
e360c1b13 : Update Vulkan headers
476acb91e : Update Vulkan beta Headers
a2da441fa : Create chunked mustpass
ff9574c56 : Test non-uniform args in ray tracing operations
9fe26710d : Support GL 4.5 in the Program State Query tests
b591550f6 : Add some simple shader tests for compatibility context
02ebdf12f : Add new tests for (u)int->float conversion
0d16754ac : Test buffer copies with varying offsets and sizes
5ec7dba1f : Vulkan CTS coverage for VK_EXT_ycbcr_2plane_444_formats
3cbdbc556 : Fix 'implicit-fallthrough' build error on GCC 9.3.0
b5ec9cd90 : Support GL 4.5 in the tessellation and geometry shader interaction tests
45659f726 : Fix RT misc tests (querying shaderfloat64)
c1377e68b : Add missing rasterizationStream in pipeline creation
4e830b7e2 : Drop unnecessary barrier
85509aafc : Portability: fix ycbcr query tests
a5ffb6f47 : Make tcu::Exception noexcept copy-constructible
8fea01aa7 : dEQP-VK.graphicsfuzz.stable-colorgrid-modulo-true-conditional-divided-1
449495248 : Add a batch of GraphicsFuzz tests
520a31980 : Tests for VK_EXT_color_write_enable
416ab7627 : Tests for VK_EXT_vertex_input_dynamic_state
2ddddcba0 : Add VK_NV_inherited_viewport_scissor tests
aa398b9cb : Update Vulkan Headers
d52964b6f : Support alternate file path lists for loading libs
ededa67cb : Always include sys/system_properties.h for Android
0ffed122c : Add primitive topologies for XFB query tests
65481f4ee : Add OpImageQuerySamples with Storage Image test
2d34bb97f : EXT_multisampled_render_to_texture test using ReadPixels
8c439f307 : Remove in-repo verify_submission scripts
ba0ecf99b : Update Vulkan/GL Readme
07bc5346e : Remove in-repo verify_submission scripts
e07b1229a : Update Vulkan/GL Readme
0bb23081d : Add CMake detection logic for libdrm include files
0336aefcf : Add early fragment tests
fd5185535 : Add tests for multisample resolve to level != 0
6f7f335a1 : Add coverage for 1D, 1D array and Cube array shadow images
98eaed68a : Add subgroup testing for ray tracing pipelines
5e2f0f84d : Test interaction between Workgroup explicit layout and zero initialization
f7139f44e : Add waived tests support for cts tools
af468324e : Remove duplicate dataSafe function from deSTLUtil
3ff150457 : Add keys deqp-log-decompiled-spirv and deqp-log-empty-loginfo
44e447d03 : Check for drawIndirectFirstInstance should only affect indirect draw calls
9e1d4895f : Support GL 4.5 in the uniform location tests
a708f0be1 : Support GL 4.5 in the multisample texture tests
576ed9f29 : Support GL 4.5 in the EXT_texture_border_clamp tests
e58814865 : Update Vulkan headers
db1c767f7 : Support GL 4.5 in the geometry shading tests
4aaae1425 : Support GL 4.5 in the tessellation tests
fcc1cfe27 : Revise the render_list string of angle vulkan waiver
35e041d0e : Support GL 4.5 in the copy image tests
1e687c4b0 : Added tests for most-negative snorm values in images
3e3592aba : Notice of withdrawal of Vulkan CTS 1.2.2.x
968b6ee77 : Include sys/system_properties.h in teglAndroidUtil.cpp
0c92ed4a1 : Add a batch of GraphicsFuzz tests
8057ae5c3 : QPA image viewer updates
48a50a149 : Fulfill OpControlBarrier requirement
8dc062617 : Add an option to terminate after first failure, update READMEs
2a4921411 : Terminate with an error if unrecognized arguments are passed to dEQP executable
f1091683d : Ensure only Unix paths are added to deqp.apk
65dd8b8f5 : Add tests to exercise 'readonly' SSBOs
3872e1c1a : Fix precision issue in NearestEdgeTests shaders
e401820eb : Add Big-Endian support in verifyColorGradient
fdafea9f7 : Test XFB output for matrices/arrays/structs with explicit location

+- Project: platform/external/deqp-deps/SPIRV-Headers

567fdaf : Update Android.bp
bf2809d : Allocate additional loop control bit for upcoming Intel extension
dcd4752 : Update headers with SPIR-V version 1.6, revision 1.
20b02de : Add MediaBlockIOINTEL decoration declaration (#255)
98f12c1 : Change contact for Arm
28005d6 : Atomic float add should not imply Shader
6d7d2f7 : Register TornadoVM SPIRV Beehive Tookit Generator
9b37ebb : Add ShaderWriter as SPIR-V generation tool.
1639e91 : Rename ConstFunctionPointerINTEL to ConstantFunctionPointerINTEL
43d173b : Add SpecConstantSubgroupMaxSize to the clspv reflection non-semantic instruction set
cec3084 : Implement header definitions for SPV_NV_bindless_texture
442c6a6 : reserve SPIR-V enum block for Intel extensions
c8213b3 : add 1.5.5 tag
e225eb0 : Define a new Image operand bit mask for non constant offsets
2c4b195 : Register Magic Num for Skia SkSL SPIR-V Generator
f487ad9 : Remove 'Kernel' capability from fast-math flags
7ec2a12 : Update CMakeLists.txt
4dcae48 : Add nonsemantic.shader.debuginfo to Bazel
60a5738 : Rename spirv-headers.pc to SPIRV-Headers.pc
4f87476 : removed excesive space in configure_file() line
1a8c9fe : Fixed substituted string with paths and version
d234957 : Add spirv-headers pkgconfig file

+- Project: platform/external/deqp-deps/SPIRV-Tools

58fa4437 : Update Android.bp
20b122b2 : Fix handling of Nontemporal image operand (#4692)
a73e7243 : Fix typo in comment: SPIR-V section for debug instructions (#4683)
65ecfd10 : Fix various source comment (doxygen) typos (#4680)
ff91b1c2 : Start SPIRV-Tools v2022.2
b1877de5 : Finalize SPIRV-Tools v2022.1
73735db9 : Update CHANGES
d492ebde : Update DEPS file (#4688)
5003644f : Fix roll_deps.sh (#4687)
fb9a10cd : spirv-opt: add pass to Spread Volatile semantics (#4667)
6938af7f : Vulkan 1.3 (#4686)
e8439c1c : Avoid infinite recursion in comparison operators on SmallVector (#4681)
58d8b4e2 : linker: Address conversion error introduced in earlier rework (#4685)
c3849565 : Linker improvements (#4679)
8a40f6de : Add SPIR-V 1.6 support to wasm build (#4674)
42dc6789 : Remove duplicated "the" from comments (#4666)
8fda47ca : Disable a codepage warning on non-English OS (#4668)
05c839ca : Improvements to disassembly within PassManager (#4677)
b9e0e13d : Remove misleading comment. (#4676)
c5ee1bc7 : Fix opt fuzzer test harness (#4670)
75e53b9f : Avoid uninitialized access to instruction opcode (#4673)
df2aad68 : val: interface struct with builtins must be Block (#4665)
5d0e3240 : Patch location validation VUIDs (#4664)
7d768812 : Basic support for SPIR-V 1.6 (#4663)
b7251d4f : reflect debug (#4662)
354a46a2 : Rename strip reflect to strip nonsemantic (#4661)
4322c4b5 : Refactor the disassembler code for reuse (#4616)
f0351b7b : Avoid id bound errors during opt fuzzing (#4658)
ff07cfd8 : CMake iOS fixes: rely on CMAKE_SYSTEM_NAME and handle bundle installation (#4619)
e4527925 : Simplify the as fuzzer target (#4647)
31561588 : optimizer: restore previous ABI. (#4653)
a2260d3b : Fix compilation (#4656)
d240d0db : fix file encoding (#4654)
6926c3d9 : treat google user type as normal semantic google. It's a backport from diligent fork (#4632)
b9e255b3 : DefUseManager: rename comparison operators to 'CompareAndPrintDifferences' (#4624)
f37551d2 : Use a struct (instead of tuple), with explicit member names. (#4621)
438096e0 : Fix kokoro asan run (#4655)
64328e94 : Avoid an extra map lookup (#4623)
1ed847f4 : Fix endianness of string literals (#4622)
b162ede0 : Use schema instead of reserved in header description (#4615)
1f3f0f18 : Avoid uninitialised read when parsing hex float (#4646)
f9bcc82e : Exit when ID overflow occurs in a fuzzing build (#4652)
c75a1a46 : Fix https://github.com/KhronosGroup/SPIRV-Tools/issues/4462 (#4651)
d0a827a9 : Copy OpDecorateStrings in DescriptorScalarReplacementPass (#4649)
b023c0da : Remove default arguments from lambda (#4648)
8c155b36 : Manually fold floating point division by zero (#4637)
4b092d2a : Allow ADCE to remove dead inputs (#4629)
ccdf8362 : Start SPIRV-Tools v2021.5
ab8eb607 : Finalize SPIRV-Tools v2021.4
21e3f681 : Update SPIRV-Headers (#4628)
b014238e : Allow WorkgroupSize on variables for Kernels (#4627)
352a4112 : Fix handling of OpPhi in convert-relaxed-to-half (#4618)
c72c4542 : Clarify how to update DEPS (#4626)
6f9fa480 : Update DEPS (#4625)
2bd46c5c : Update CHANGES
339d4475 : Improve decoration validation (#4490)
1589720e : spirv-opt: create OpDecorate for OpMemberDecorate in desc-sroa (#4617)
6b073f89 : Run the wasm build on push and pull_request (#4614)
66ef7cb6 : Remove publish-to-npm step for Wasm build (#4610)
d645ea27 : Update CHANGES, README for WebAssembly build (#4609)
0d001300 : Add Wasm build (#3752)
1082de6b : Handle overflowing id in merge return (#4606)
97d44956 : Avoid bitwise and in boolean expression (#4603)
e3c70981 : In generated cmake config file for SPIRV-Tools only access cmake target, if present (#4590)
e3a373f2 : Make cxx exceptions controllable (#4591)
c194bb2a : spirv-val Update LocalSizeId VUID (#4602)
6c7885db : Change branch handling in ADCE to fix errors (#4596)
bd5bf754 : Fix Linker generator ID (#4601)
791f5b46 : Only validate workgroup layout for explicit workgroup memory (#4542)
2feb7074 : Avoid confusing short-circuiting (#3404)
7c5b17d3 : Update passes to handle function declarations (#4599)
b2ba019b : Delete decorations before replaces uses in dead branch elim (#4598)
3291b695 : Do not fold snegate feeding sdiv. (#4600)
d997c83b : Add spirv-opt pass to replace descriptor accesses based on variable indices (#4574)
d78c1c4c : Make IsLocalVar in ADCE work at any time. (NFC) (#4595)
8c91f14a : Add libFuzzer target for spirv-fuzz (#4434)
17a5bacf : Handle missing execution modes for limitation check (#4594)
7326b494 : opt: set upper bits of spec constant according to spec (#4589)
f3fbd98f : opt/spec_constants: fix bit pattern width checks. (#4588)
0f3bc1d9 : Fix i386 build issues related to random generation (#4586)
001604bd : Generate constants directly in CreateDebugInlinedAt (#4572)
7a7a6903 : README: Remove appveyor build badge. (#4584)
4578db3c : README: Update tested versions of compilers (#4579)
387cae47 : Opt passes should apply to the exported functions (#4554)
35fd0e17 : Consider 0xffffffff offset as missing (#4564)
06ebc480 : Account for strided components in arrays (#4575)
10343e53 : Remove Appveyor CI, update README (#4578)
3e6a8530 : Mark DebugInfoNone as live in ADCE when DebugInfo present (#4568)
e6e77dbd : Enable OpConstFunctionPointerINTEL outside function (#4576)
5ed637ca : Fix output of SPIR-V version in diagnostic (#4562)
d31218c5 : Use max enum instead of static array of legal values (#4571)
0292d6b1 : Update SPIRV-Headers (#4573)
6dd73728 : Fix merge-block assertions with debugInfo (#4563)
e4349dd8 : Fix CI failure (#4570)
6c6f1fe1 : Update Android.bp
b4699574 : Avoid bugprone-move-forwarding-reference warning in Clang (#4560)
0c4deebc : Include a maximum value for spv_target_env (#4559)
63a39123 : Fix ConstantManager to not run AnalyzeInstDefUse if DefUse not valid (#4557)
2d12367c : Stop consuming input in fuzzers to select target environment (#4544)
eeb973f5 : More ADCE refactoring (#4548)
9529d3c2 : Avoid implicit fallthrough, by duplicating code (#4556)
24476c2e : spirv-opt: Don't eliminate dead members from StructuredBuffer (#4553)
3234daad : Do not assume there are execution modes (#4555)
ba4b390c : Suppress protobuf warning (#4551)
c3adcb03 : Adce refactor (NFC) (#4547)
19dc86c4 : Handle NonSemantic.Shader Debug[No]Line (#4530)
f125452c : Fix inst_buff_addr_check to handle struct loads (#4489)
134d763f : GN: Fix build for debuginfo codegen. (#4536)
1d48824b : Update SPIRV-Headers (#4543)
a6c5056d : Fix checks for offset in nested structs (#4531)
0f450875 : Fix UBSan error in spirv-dis fuzzer (#4517)
59f51bb4 : Fix extract with out-of-bounds index (#4529)
1454c95d : spirv-opt: Switch from Vulkan.DebugInfo to Shader.DebugInfo (#4493)
4ac8e5e5 : Add preserve_interface mode to aggressive_dead_code_elim (#4520)
9e65f054 : spirv-fuzz: Account for differing signedness in WrapVectorSynonym (#4414)
36ff1353 : spirv-opt: Avoid integer overflow during constant folding (#4511)
cb6c6691 : Roll external/googletest/ b7d472f12..955c7f837 (111 commits) (#4521)
846b032b : Fix infinite loop in validation (#4523)
bf463fe3 : Fix UBSan kokoro config (#4522)
5efeaad3 : Fix bad order of checks in atomic validation (#4524)
8865b202 : Handle out-of-bounds accesses in VDCE (#4518)
4f4f7603 : Change validator boolean tests to avoid asserts (#4503)
912460e4 : Fix infinite loop in GetBlockDepth (#4519)
013b1f3d : Fix validation message for cooperative matrix column type (#4502)
2a938fcf : Add UBSan kokoro configuration (#4512)
c16224c6 : Add some missing switch validation (#4507)
92868b8f : spirv-val: Fix ubsan error (#4505)
4db6b8dc : Remove environment features that are never used (#4491)
7e860e38 : fix parsing of bad binary exponents in hex floats (#4501)
789de0dc : Adjust build for fuzzer targets to support OSS-Fuzz (#4498)
0c09258e : Set threshold for reduce-load-size pass (#4499)
bd3a271c : Handle exported functions in ADCE (#4495)
702e6af3 : Only add `-DSPIRV_CHECK_CONTEXT` for Debug builds (#4496)
b8fce5f9 : spirv-lint: Add lint based on divergence analysis (#4488)
ee307736 : Add a feature for allowing LocalSizeId (#4492)
2a5cc342 : Start SPIRV-Tools v2021.4
1fbed83c : Finalize SPIRV-Tools v2021.3
3d4246b4 : Update CHANGES
a1d5d67a : spirv-val: Validate vulkan debug info similarly to opencl debug info (#4466)
937227c7 : Add divergence analysis to linter (#4465)
d699296b : spirv-val: Fix WorkgroupSize VUID 04425 (#4482)
1ad8b713 : spirv-lint: add basic CLI argument handling (#4478)
a9ce5e07 : Fix matrix stride validation (#4468)
e172833b : Don't double count variables for location validation (#4474)
926ff6d1 : GN: Suppress unreachable code warnings. (#4476)
57e1d8eb : Add spirv-opt convert-to-sampled-image pass (#4340)
b2e36b67 : Disallow loading a runtime-sized array (#4473)
2c829c41 : Fix early-out for Clamp constant folding (#4461)
869a550d : Don't fold unsigned divides of an constant and a negation (#4457)
88100107 : fix SIGSEGV when reading from a non-existant file (#4453)
00b106e7 : Limit location validation (#4467)
54524ffa : Update SPIRV-Headers (#4463)
de69f32e : spirv-opt: Add handling of vulkan debug info to DebugInfoManager (#4423)
c4c6f2ba : spirv-opt: Add dataflow analysis framework (#4402)
f9d03bb4 : Remove PCH from source/lint/CMakeLists.txt (#4459)
706dc27a : Add new target for spirv-lint (#4446)
3510a14c : Add a section releases to the README (#4444)
175ecd49 : Fix array layout validation slowdown (#4449)
07f13023 : spirv-fuzz: Support AtomicStore (#4440)
366d1be5 : fuzzers: Disable suggest-destructor-override warning (#4439)
3ab6fb9c : Add CMake rules for libFuzzer targets (#4445)
0065c567 : spirv-fuzz: support AtomicLoad (#4330)
affe280c : Add GraphicsFuzz shaders to fuzzer corpus (#4429)
c5bda7ae : Fuzzer: Default the new constructor parameter (#4438)
5737dbb0 : Fix validator crash (#4418)
17bf4437 : spirv-fuzz: Add minimal SPIR-V example to test shaders (#4415)
c6422cff : spirv-opt: Rename ControlDependenceAnalysis::DoesBlockExist to HasBlock (#4412)
983ee231 : spirv-opt: Add specific handling of vulkan debug info differences (#4398)
9c448141 : spirv-fuzz: Allow inapplicable transformations to be ignored (#4407)
c9e094cc : spirv-fuzz: Quit fuzzer pass when no types are available (#4409)
4bcd13ff : spirv-opt: Add more tests to control dependence (#4410)
7dadcf9c : Add control dependence analysis to opt (#4380)
11cd875e : spirv-fuzz: Use reference in CanMakeSynonymOf (#4401)
4376a10c : Fix public deps on generated headers (#4386)
b2db20a7 : BUILD.gn: introduce finer grained internal targets for Tint (#4399)
63238d4f : Initialize context in `opt::Instruction`'s move constructor (#4397)
183fb9fe : spirv-fuzz: Fix problem with instruction context (#4394)
94bcae13 : spirv-fuzz: Avoid out-of-bounds access (#4395)
cc3fe2b6 : spirv-fuzz: Fix vector wrapping fuzzer pass (#4392)
2419f3be : spirv-fuzz: Tighten checks on null and undef pointers (#4367)
2a7a561c : Fix local size hint id tests (#4400)
d9f89257 : spirv-opt: Where possible make code agnostic of opencl/vulkan debuginfo (#4385)
033768c2 : spirv-fuzz: TransformationWrapVectorSynonym that rewrites scalar operations using vectors (#4376)
f084bcfe : spirv-fuzz: Support atomic operations opcode (#4348)
3a68a727 : CMake: add ENABLE_RTTI option (#4382)
8966cc2b : Add common enum for debug info instructions from either opencl or vulkan (#4377)
5427d5cf : Don't mention VS2013 in PR review instructions (#4384)
7320b9ac : Explain how to run tests with CMake and Bazel (#4383)
e0937d7f : spirv-fuzz: Don't replace memory semantics / scope operands (#4349)
2685c9a6 : Add missing fuzzer header dependency. (#4381)
640b17b5 : Fix -Wunreachable-code-aggressive. (#4358)
4baf3aff : spirv-opt: support SPV_EXT_shader_image_int64 (#4379)
feb05446 : Fix BUILD.gn (#4378)
2299b710 : spirv-fuzz: support building using gn (#4365)
d432bebb : Fix vendor table build in BUILD.gn for nonsemantic.vulkan.debuginfo.100 (#4375)
3b6abf41 : Add non-semantic vulkan extended instruction set (#4362)
c26baf4c : Update SPIRV-Headers deps (#4369)
9ce7a2fb : spirv-reduce: Eliminate skeletal structured control flow construct (#4360)
4d2832e3 : spirv-fuzz: Check updated analyses in transformation tests (#4266)
77633605 : spirv-fuzz: Added tests for signedness analysis (#4361)
a95bc460 : Add remove_unused_interface_variable_pass.* to BUILD.gn (#4363)
c67f1320 : add tests for SPV_KHR_bit_instructions (#4350)
06f114d4 : spirv-fuzz: Avoid out of bounds access (#4355)
74e8105e : Enabled tvOS platform (#4329)
f9893c45 : spirv-opt: A pass to removed unused input on OpEntryPoint instructions. (#4275)
8442a181 : Bump glob-parent from 5.0.0 to 5.1.2. (#4353)
eeff9af1 : fix strncpy bound error (#4331)
b8587c98 : spirv-reduce: Allow merging unreachable blocks (#4303)
4fcdc589 : Add IsReachable function to IRContext (#4323)
237173a0 : spirv-reduce: Cleanup a few things (#4352)
8cc8b656 : spirv-fuzz: Add illustrative tests for new issues (#4347)
3a02d112 : Add validation for SPV_EXT_shader_atomic_float16_add (#4325)

+- Project: platform/external/deqp-deps/amber

615ab48 : Add support for Vulkan 1.3 features/properties (#975)
4e83b3a : Roll dependencies (#976)
bbb42af : Add alpha blending support for AmberScript (#971)
5bd7d35 : Add support for multisample resolve (#970)
02dc821 : Don't end command buffers before resetting them (#969)
209d92e : Add support for new location of CTS inl files (#968)
21e07d7 : Roll dependencies (#967)
972b60e : Query subgroup size control features only if VK_EXT_subgroup_size_control is supported (#966)
93e89ee : Update and improve android_gradle (#965)
6b3fcb0 : Add PATCH_CONTROL_POINTS to AmberScript (#963)
51ef48a : Roll dependencies (#962)
540f09f : debugger.md: Replace WIP with Caveats (#961)
3e22a7d : Use correct subgroup shader stage flags (#959)
d557287 : Add feature check support for subgroup properties (#958)
0c514a3 : Roll dependencies (#956)
8c3bfef : Use shared transfer buffers (#951)
aaac58d : Improve device feature check (#954)
8797ee1 : Support descriptor buffer offset and range (#947)
f0a16b4 : Add missing extensions/features in test cases (#949)
aa69a0a : Workaround for GCC 11 uninit variable warnings (#946)
dd917bb : Add VIEWPORT to AmberScript (#944)

+- Project: platform/external/deqp-deps/glslang

4d769178 : Suppress enum-enum-conversion warning
9448de56 : Release 11.8.0
69565b18 : Fix size_t to int warning
9ebd8ff6 : Add Vulkan 1.3 support
ed5f33e6 : Fix comment for setEnvInput()
d465ac12 : Update LICENSE.txt
140a76a4 : Temporarily disable spirv1.6 tests
ab87ffe7 : #2861: If compiling with macOS and GCC, default ENABLE_PCH to false since CMake will generate incompatible Xarch flags for the precompiled headers
66ac0df6 : #2861: Check for macOS systems before adding "--no-undefined" to linker flags as it is not compatible with the default linker.
5944f672 : Add missing license to LICENSE.txt
f1cc215e : Override CMAKE_INSTALL_PREFIX only if ENABLE_GLSLANG_INSTALL is ON
0a59dd51 : Support the floatBitsToint function at GL_ARB_gpu_shader5 Extension.
95e15366 : Unblock unsized error from assert
294c8f1d : Fix GCC sign-compare warnings
1b01aaaf : EndStreamPrimitive not supported when there is #extension GL_ARB_gpu_shader5
97833802 : build: Make action targets hermetic
46466be0 : Fix seg fault
7a49192d : Add support for spirv1.6
a0f98ad4 : Pickup header for SPIR-V 1.6
fbb39aa4 : Fix --hlsl-dx-position-w to work for SV_Position embedded in struct
e306f029 : Do not output location decoration for certain variables in ray tracing storage classes.
2b3309aa : Remove unnecessary badge
58fe3a02 : Fixed copy/paste error
f66fb401 : Changed Vulkan rules relaxed to use shader options
b8dfe134 : Vulkan rules relaxed for glslang C interface
febbeb4f : Support for automap options and resource binding shift (#2834)
6c1db7fd : Fix validation failures of test cases regarding GL_EXT_spirv_intrinsics
fe54126c : Fix an issue of spirv_by_reference
509a3921 : Migrate travis to github actions
3e9e60af : Remove the test spv.intrinsicsSpecConst
bee91eb4 : Fix an issue of spirv_type used in local variable definitions
eebb48f5 : remove unneeded extra constructions now that pool allocation is fixed
cbab7329 : Fix issue with separable shader validation in iomapper
e9564feb : Add --hlsl-dx-position-w option
1025f473 : Update SPIRV-Tools
cd187e20 : Initialize member TSymbol::uniqueId.
d13f8151 : remove undefined conversions from test constantUnaryConversion.comp
0d85595e : add negative float conversions to test constantUnaryConversion.comp
10be28ac : Fix struct type sharing
f1fa8afa : TIntermediate::promoteConstantUnion(): fix conversion to int8
1f8c8b88 : Revert port of GL_EXT_shader_realtime_clock to GL_EXT_spirv_intrinsics
0bc8932a : Release 11.7.0
0eda3439 : Use intermOut.cpp's IsNan and IsInfinity for parse-time constant folding (updated)
77415296 : Update to latest spirv-headers
002b3f55 : Generate error for binding on push_constant
22a5e364 : Revert "Use intermOut.cpp's IsNan and IsInfinity for parse-time constant folding"
50a6a516 : Support the #extension GL_ARB_fragment_coord_conventions.
77b0d72c : #extension GL_ARB_gpu_shader5 support the implicit conversion , So the best function matching algorithm should be actived.
9600b97c : Fix test spv.1.4.OpEntryPoint.frag
d1ee644e : Use intermOut.cpp's IsNan and IsInfinity for parse-time constant folding
13fd2d64 : Fix incorrect link time validation for unused gl_PerVertex members
4302d518 : Don't release global mutex before initialize/finalize is done
39714242 : Initialize global mutex in a thread-safe manner
78ce7e56 : Fix encoding/decoding of string literals for big-endian systems
5ec47530 : Add support for targeting Vulkan 1.2 in the C API
46d3a30b : Support the #extension GL_ARB_draw_instanced.
80928702 : Update test expectations
855f4961 : Update SPIRV-Tools and SPIRV-Headers
e7611698 : Add the GL_EXT_shader_integer_mix Preamble for glsl.
1de2d174 : To be compatible with Feature: 'last case/default label not followed by statements'.
432a43cc : Remove support for double trig, pow, exp and log
49e1f353 : Update Android.bp
c9cc4845 : Return new allocator for copied containers
82b2668d : Allow 8/16-bit integer as array index
6639be7c : Accept gl_ViewportMask in version 430 and later
c571cd8f : Skip auto decorating shader record buffer blocks with 'set' and 'binding'.
36333d1f : Fix Cmake rule for extension header generation
035a3bbc : GL_EXT_spirv_intrinsics - Port extensions
07aec25f : Make modifications of GL_EXT_spirv_intrinsics
dd097e5a : Untangle use of core glslang version enums in SpvPostProcess
d3567231 : Fix cross-stage check to allow subsequent stage to use previous stage's binding
c8ef4f8a : cmake: Remove "conditions" from endif
7b57c6e3 : rename member variable for clarity
994987bc : Fix variable scoping of do-while
3d03b782 : Scalarize vector readFirstInvocationARB (#2766)
4ea41b65 : Fix unreachable code in getSampledType()
3f04389a : Auto push constant blocks (#2764)
8b87b840 : Fix SPIR-V for SampleBias
05794b46 : GL_EXT_vulkan_glsl_relaxed - retarget gl_VertexID to gl_VertexIndex
d3bff63c : avoid growing the global uniform block with duplicates
62ed1451 : Run update_precision() on array and matrix constructors.
12e27e17 : Change MINGW_HAS_SECURE_API checks.
8ef6a4cb : Perform update_precision on constructors and converts
012436d6 : Fix GCC warnings
e49ae91c : Update known goods and CHANGES for 11.6.0
35af9ea5 : Update known_good for SPV_NV_ray_tracing_motion_blur.
fc60f77a : Add support for GL_NV_ray_tracing_motion_blur.
9f18258e : Fix seperate stores to swizzled lvalue.
48937f93 : Update CMakeLists.txt
78de1095 : Support the textureQueryLOD at #extension GL_ARB_texture_query_lod.
bf567735 : Support Extension GL_ARB_shader_atomic_counter_ops and relative intrisic functions.
715f5c6c : Add support for pragma STDGL invariant(all)
27384e04 : Allow layout(std430) uniform with GL_EXT_scalar_block_layout
0784c413 : correct ident
6d5b40f0 : Generate separate stores for partially swizzled memory stores
fc9897d1 : Fix OpImageRead result type when compiling HLSL (#2706)
e8cffa5b : Fix some instances of -Wunused-but-set-variable.
ae4305da : Fix per-set argument parsing in standalone
8cd85272 : Support Uint to Int implicit conversions at #extension GL_ARB_gpu_shader5.
097215f6 : Fix loading bool arrays from interface blocks
fda1c583 : make AND to upper case
22d19b96 : add possibility to not override runtime of MSVC
cf52f73a : Atomic memory function can only be used for shader storage block member or shared variable.
5597c8d7 : Fix isIoResizeArray() tessellation stage handling
263e50f6 : Revert "Atomic memory function can only be used for shader storage block member or shared variable."
5531fbc6 : Add support for gl_MaxVaryingVectors for ogl.
83be6021 : Update known goods and CHANGES for 11.5.0
e89fbf3a : Android.mk: Add SpirvIntrinsics.cpp
c5f30ff6 : Remove unused variable Num_string_literal_EXTs
d352577a : Implement GLSL_EXT_shader_atomic_float2
cd6b2382 : Remove output variables from compute regression tests
3d9a31c6 : Update test expectations
f997bb32 : Update known good SPIRV-Tools and SPIRV-Headers
f1121f02 : Fixed SPIR-V remapper not remapping OpExtInst instruction set IDs
275d7ae8 : only declare compatibility gl_ variables in compatibility mode
230168d5 : Add support for float spec const vector initialization
65a7fb70 : Implement the extension GL_EXT_spirv_intrinsics
02f1c80d : Fix unit test failures
a5f9118e : Update known_good.json for SPIRV-Tools
848d3a94 : Implement GL_EXT_subgroup_uniform_control_flow.
10a7137d : Fix UBSAN error with negating 0x8000'0000
cfdeeb84 : Fix OOB write in matrix constructor
ec737378 : Add setters for true and false blocks of selection nodes, copying the pattern already used for the condition.
34068570 : Add missing libs to release
11c24e9a : Do true SPV type check for function array arg linkage
9724ee42 : Fix mat4x2(scalar) constructor.
587261a8 : Atomic memory function can only be used for shader storage block member or shared variable.
adfa0938 : fix error message for hlslGrammar::acceptConstructor
eaf2af64 : Dont export inline TObjectReflection::getType()
1464d036 : Fix arrays dimensioned with spec constant sized gl_WorkGroupSize
6113723e : Add support for 64bit integer types and 64bit integer vector types to bitCount() builtin.
4c095985 : Set CMake policy CMP0054 to NEW to silence warning
4bf373e9 : Improved usage hint
4e83d93b : Update CHANGES for 11.4.0
7b51e234 : Fix CMakeLists.txt to keep compatibility with CMake 3.10.2
e50b0a85 : Added usage hint for --auto-sampled-textures, added test cases
a6674e01 : Update CHANGES for 11.3.0
f90377e7 : Update spirv-tools and spirv-headers known good
ebfca609 : Change --hlsl-sampled-textures to --auto-sampled-textures
498d74d8 : Add some basic --depfile tests
f050209c : Add a --depfile option.
219b7b9f : Exposed #856 as --hlsl-sampled-textures in the StandAlone
12f3eb8e : Fix and enable textureOffset_samper2darrayshadow test
b67b6b35 : Fix typo in ShaderLang.h
100457e0 : Add missing builtins for GL_EXT_explicit_arithmetic_types for es
41992e43 : TextureOffset not support sampler2DArrayShadow sampler until 430.
fa6e3c27 : Add IntLog2 and use it
310a5147 : Get rid of extra semicolon causing gcc 10.3 troubles.
634ba474 : Fix table key and whitespace
4b900778 : Issue error when declaration rule fails
bb9746ae : Fixed CMake configuration for resource-limits library.
cb228775 : Add setter for TInterimSelection.condition
3549cd6e : Removed condition for glslang-default-resource-limits instalation.
186e66c1 : Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference"
02132406 : Do not propagate packing qualifiers to scalars or vectors
7fbaca0d : Fix SPIR-V for HLSL EvaluateAttribute* of interpolants in structs
18cfc3f1 : For bug #2580: sparseTextureGatherOffsetsARB should only take constant offsets.
97dfbe2c : Update minimum SPIR-V requirement
591651da : Fix warnings about int comparisons of different signness
13e27f9d : Default to KHR extension
8bbd41f2 : Don't check precision qualifiers on cross-stage checks
50dce096 : Add cmd_bat action to bazel export_spirv_headers target
7662557d : Fixed OpGroupNonUniformQuadBroadcast Direction operand being marked as a literal
9b962f61 : Partial fix for inconsistencies re: #2578
53407521 : Fix issue with remapping global uniform blocks
48f08c60 : fix variable capitilization. Don't initialize it in the struct's constructor
4e064eef : Revert "Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper""
e3235cb2 : 1. fix macro definition value for unsinged-int64-vector, according to kronos spec at https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_gpu_shader_int64.txt; 2. fix typo in reflection
e0633638 : Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper"
b5c8fd4f : Pass correct proxy type for atomicStore
ecc9b914 : Implement GL_EXT_vulkan_glsl_relaxed option
10347272 : SPV: The capability string for RayTracingProvisionalKHR is missing
b479ce0b : Allow DepthUnchanged and DepthReplaced Modes in same SPIR-V module.
740def23 : Allow grad texture ops in all shaders
051fbbb6 : Fix off-by-1 bug in gl_MaxCombinedTextureImageUnits check
c1760859 : Fix precision propagation around shifts
a990b97d : Returned using find_host_package for PythonInterp 3 instead of find_package.
77fe62f4 : SPV: Change the key of extBuiltinMap to std::string
47a21828 : fix a typo
1c628064 : Require fixed workgroup size declaration
5f7228e7 : Fixed msvc 2019 nmake noexcept build.
6332f80b : Code review. Thx `greg-lunarg` for comments.
53e0e6a5 : Replace the old version math func with C++11 to prevent some presicion issue.
82a37a35 : Update CHANGES.md to 11.2.0 to sync with current tagging.
d9b931e2 : Fix warning in build
31d234c1 : Fixed cmake generation warning for regeneration project build files.
ecd9bb20 : Update CHANGES for 11.1.0
93b400f2 : Fix issue for new unique id system. Add level bits to help verifying symbols and split symbol tables. For intermediates rebuilding, now need manually amending level bits for redeclaring built-ins.
6274ec5c : Pass environment through PreprocessDeferred
6866807d : Update spirv-tools and spirv-header known good.
e3dab6f0 : Code review. Thx ben-clayton for comments.
05798c17 : Fixed issues 2496. Used option 4: parse_version.cmake to avoid python3 usage.
5100efdf : Cannot specify atomic counter with location.
29b2a081 : Cannot specify atomic counter with location.
c8db4f43 : Cannot specify atomic counter with location.
57e6a38f : Remove useless semicolon

+- Project: platform/external/dexmaker

f27c7ff : Add min SDK to libs used for mockito-extended
1ab5bf3 : Add min SDK to libs used for mockito-extended
5770b63 : Extend the Stress#mockALot() timeout for CTS.

+- Project: platform/external/dng_sdk

73bff36 : Deleted clang property in Android.bp files
893b4dc : Adding android-security-assurance-redteam@google.com as fuzzer owner to receive alerts
81e3848 : Tweak linux_glibc properties for musl builds in external/dng_sdk
4124aa3 : Add license_note
42db4d1 : Use LONG_MAX instead of __WORDSIZE to find size of long

+- Project: platform/external/dnsmasq

2f968ba : dnsmasq: switch OWNERS to core networking
e0c2770 : Add updated cpe for vulnerability scanners

+- Project: platform/external/doclava

a954ee3 : Upgrade Doclava gradle version
2a2b203 : Move comment to license_note
fa1f2a7 : Upgrade doclava to use gradle 7.3

+- Project: platform/external/dokka

c80f2ad6 : Revert^2 "Make dokka compile with Kotlin 1.5"
311388b1 : Revert "Make dokka compile with Kotlin 1.5"
012c76d7 : Revert "Make dokka compile with Kotlin 1.5"
faa27953 : Revert "Make dokka compile with Kotlin 1.5"

+- Project: platform/external/drm_hwcomposer

bb594ba : drm_hwcomposer: Rework HwcDisplay disposal to avoid races
bd97317 : drm_hwcomposer: Add test utility to listen for uevents
2c63b33 : drm_hwcomposer: Define DRM_FORMAT_XYUV8888 if missing
cf6614d : drm_hwcomposer: fix sign-compare building error in uevent listener
a8927b8 : drm_hwcomposer: build with -std=c++17 cppflag
4e99405 : drm_hwcomposer: Rename DrmDisplayCompositor->DrmAtomicStateManager
ef5348b : drm_hwcomposer: Remove AtomicCommitArgs::clear_active_composition field
71f196f : drm_hwcomposer: Remove RCAR-DU specific code.
9362cef : drm_hwcomposer: Rework KMS composition planner + plane sharing support
d0c035b : drm_hwcomposer: Implement SetActiveConfigWithConstraints
099c311 : drm_hwcomposer: Use single VSyncWorker per display
3dacd47 : drm_hwcomposer: Dynamic DrmDisplayPipeline to HwcDisplay bindings
19c162f : drm_hwcomposer: Initialize HwcDisplay using DrmDisplayPIpeline
33a71fa : drm_hwcomposer: Fix PipelineBindable::BindPipeline
cad8e0c : drm_hwcomposer: Introduce DrmDisplayPipeline class
7d89911 : drm_hwcomposer: Tidy-up DrmDevice class
650299a : drm_hwcomposer: Tidy-up DrmConnector class
027987b : drm_hwcomposer: Tidy-up DrmEncoder class
10be875 : drm_hwcomposer: Tidy-up DrmCrtc class
edb97ed : drm_hwcomposer: Remove ability to prioritize primary display
456e2d6 : drm_hwcomposer: Handle primary display in GetDisplayConnectionType()
b671fab : drm_hwcomposer: Tidy-up DrmPlane class
938a742 : drm_hwcomposer: Simplify DrmHwcTwo::GetDisplay()
dfac456 : drm_hwcomposer: Fix build_deploy.sh script
6635fd5 : Update OWNERS
f377ff7 : drm_hwcomposer: Remove utils/autolock.*
8df7498 : drm_hwcomposer: Remove write-back related helpers from DrmDevice class
e2d97e6 : drm_hwcomposer: Remove DrmDisplayCompositor:CreateInitializedComposition
f0c507f : drm_hwcomposer: Add headless mode support
aa8ec52 : drm_hwcomposer: Configuring Composer HAL to use sequential IDs
7492358 : drm_hwcomposer: Introduce main lock
1301752 : drm_hwcomposer: Restore HWC2 API logging functionality
780f7da : drm_hwcomposer: CI: Upgrade to clang-13 && clang-tidy-13
c3de5f1 : drm_hwcomposer: Add delay between hotplug uevent and modes get
ad29ee9 : drm_hwcomposer: Fix missing connector state assignment
903a372 : drm_hwcomposer: Add script for quick build and deploy drm_hwcomposer
d37b308 : drm_hwcomposer: Use DPMS property to configure display pipeline
0137f86 : drm_hwcomposer: Move HwcDisplayConfigs out of HwcDisplay class
3e16890 : drm_hwcomposer: Move DrmHwcTwo.{cpp|h} to hwc2_device/ directory
3627beb : drm_hwcomposer: Move HwcDisplay out of DrmHwcTwo class
03fd35c : drm_hwcomposer: Move HwcLayer out of DrmHwcTwo class
26fd2b2 : drm_hwcomposer: Move hw_module related code out of DrmHwcTwo.* files
568e598 : drm_hwcomposer: CI: Remove -readability-use-anyofallof from COARSE list
25311dd : drm_hwcomposer: CI: Remove duplicate tidy checks
c46896d : drm_hwcomposer: CI: Move tidy FINE checklist to Makefile
f815d38 : drm_hwcomposer: Raise clang-tidy level of some files to NORMAL
57b9ba3 : drm_hwcomposer: Fix float to 16.16 fixed point conversion
5741bbd : drm_hwcomposer: CI: Find all source files instead of hardcoding them.
753d107 : drm_hwcomposer: Make Planner class fully static
fc014f5 : drm_hwcomposer: CI: Set clang-tidy level to NORMAL for some files
e78235c : drm_hwcomposer: CI: Raise clang-tidy level from NONE to COARSE for *.h
24a7fc4 : drm_hwcomposer: CI: Process every file with clang-tidy.
3511273 : drm_hwcomposer: CI: Fix Makefile dependencies
8beef3b : drm_hwcomposer: Update readability-identifier-naming rules
7c91568 : drm_hwcomposer: Free resources in HookDevClose()
f81d2c8 : drm_hwcomposer: Send crtc.active and crtc.mode together with the frame
7f576ec : drm_hwcomposer: Remove supported()/unsupported() functions
5d1f557 : drm_hwcomposer: Modify source_layers_ to be integer instead of array
9a6c9de : drm_hwcomposer: Cleanup Planner class
67cebf5 : drm_hwcomposer: Handle unused planes by DrmDisplayCompositor
32685ba : drm_hwcomposer: Rework KMS state tracking
cef5c77 : drm_hwcomposer: CI: Replace shell scripts with Makefile
5f2f3ce : drm_hwcomposer: CI: Tune clang-tidy coarse checks
ef64677 : drm_hwcomposer: Tidy-up the CI scripts
cdee4f2 : drm_hwcomposer: support more connector types
720f652 : drm_hwcomposer: Assume premultiplied alpha for CLIENT layer
deb7735 : drm_hwcomposer: Fix all cases which triggers an error on -Wsign-compare
5621f5f : drm_hwcomposer: Use gralloc0::perform API by minigbm bufferinfo getter
39d8f7e : drm_hwcomposer: Validate gralloc0 name for minigbm and libdrm getters
a148f21 : drm_hwcomposer: Rework display modes handling
9aedd9f : Fix EINTR handling in clock_nanosleep
0ee8f58 : drm_hwcomposer: Don't use Mapper@4 metadata API for legacy getters
1e053b4 : drm_hwcomposer: Make uevent listener standalone
2a1f1ae : drm_hwcomposer: Route release fence directly
dccc6fb : drm_hwcomposer: Make single atomic function for all atomic commit ops.
40b374b : drm_hwcomposer: Move CreateModeBlob to DrmMode class
13f61b8 : drm_hwcomposer: Remove DrmDisplayCompositor::GetActiveModeResolution()
36a7f28 : drm_hwcomposer: Rework display Mode Setting and DPMS handling
6ede466 : drm_hwcomposer: Rework UserPropertyBlob to use RAII
0b06388 : drm_hwcomposer: Move GetPlaneProperty into DrmPlane class
6748b09 : drm_hwcomposer: Remove unused DrmDisplayCompositor class fields
d3a2cf4 : drm_hwcomposer: Remove unused {DrmComposition,DrmCompositor}::Dump()
e8c0679 : drm_hwcomposer: Move client flattening closer to the frontend
013d068 : drm_hwcomposer: Allow pre-multi layer to always pass DrmPlane validation
875f397 : drm_hwcomposer: Improve Mapper@4 metadata API fds index guessing logic
11ef8c5 : drm_hwcomposer: Add support for VSYNC_2_4 callback
863a3c2 : drm_hwcomposer: Handle all HWC2 callbacks in DrmHwcTwo.{h,cpp}
24a4c18 : drm_hwcomposer: Move rotation enum querying into DrmPlane initialization
0f679aa : drm_hwcomposer: Cleanup DrmPlane::Init()
6662f71 : drm_hwcomposer: DrmPlane: More atomic commit cleanup
aaaa469 : drm_hwcomposer: Remove unused cursor_{x,y}_ and layer_color_ variables
2ed4cbe : drm_hwcomposer: Convert transform value at HWC hook call
5063d53 : drm_hwcomposer: Improve handling of blending mode
4f1effa : drm_hwcomposer: Query color_encoding and color_range enums during init
515da8f : drm_hwcomposer: Create intermediate enum for colorspace and samplerange
0dbe639 : drm_hwcomposer: Move plane-related atomic commit logic to DrmPlane class
56f4adc : drm_hwcomposer: Move IsKMSDev to DrmDevice
cf80b85 : drm_hwcomposer: Remove unused AvailableWritebackConnector()
123cdb0 : drm_hwcomposer: Remove unused ResourceManager::gralloc_ field
7fd8f88 : drm_hwcomposer: Cleanup DRM atomic commit
3e8ce57 : drm_hwcomposer: Wrap libdrm drmMode*{Get|Free}* into RAII
0a90b27 : drm_hwcomposer: Fix property_get() linux impl.
5532b92 : drm_hwcomposer: CI: Tune the readability-identifier-naming settings
d26619b : drm_hwcomposer: CI: Upgrade clang-* to v12

+- Project: platform/external/dtc

49a2e71 : Create an initial version of libfdt fuzzer.
3c9bd3b : Remove hridya@ from OWNERS file

+- Project: platform/external/dynamic_depth

b3e7a5e : Fixing merge conflicts
ebb9e1a : Deleted clang property in Android.bp files
2bbd463 : libdynamic_depth: Add host_supported flag to builds.

+- Project: platform/external/e2fsprogs

09c63d5e : Fix e2fsdroid build with musl
5df70145 : Add vendor available for libext2_blkid library
c04264e4 : libext2fs: avoid unnecessary stat(2) calls on mountpoints
48fa7248 : Move system_shared_libs into target.bionic clause
2ada4855 : Update generated files for Android
f203c38f : Use -Wno-pointer-arith in Android build
a02aa2b8 : Add a new upstream source file to lib/e2p/Android.bp
6055c039 : libext2fs: fix a -Wunused-label warning
7d9ef39c : Fix -Wunused-variable warnings
bee3b624 : Fix -Wunused-parameter warnings
f2fdff21 : mke2fs: use ext2fs_get_device_size2() on all platforms
8e46a83b : e2fsck: sync fc_do_one_pass() changes from kernel
bee782c5 : libext2fs: improve jbd_debug() implementation
67f2b546 : Update release notes, etc., for the 1.46.2 release
d557b965 : libext2fs: fix potential races in unix_io
e1af249a : libext2s: fix unix_io with IO_FLAG_FORCE_BOUNCE flag set
8895443d : po: update es.po (from translationproject.org)
c0015961 : libext2fs: fix unix_io's Direct I/O support
c176c240 : iscan: fix the test program iscan so it builds again
76a6c878 : mmp: do not use O_DIRECT when working with regular file
bb2349c5 : resize2fs: prevent block bitmap warnings when doing extreme fs expansions
37c2008f : debugfs: fix rdump and ls to handle uids and gids > 65536 correctly
d6d69857 : Remove superfluous break statements
1f4a5aba : chattr/lsattr: expose FS_NOCOMP_FL (aka EXT2_NOCOMPR_FL)
989a4189 : debugfs: fix memory leak problem in read_list()
ed907b1d : libe2p: remove nested #ifdefs in fgetflags.c and fsetflags.c
7e8d2281 : debugfs: fix file descriptor leak on error path in do_logdump()
4537f8aa : misc/Makefile.in: add rules to build static versions of lsattr and chattr
40ea4628 : libe2p: skip unneeded lstat(2) in fgetflags() and fsetflags()
7fc56dd1 : debugfs: fix uninitialized variable es in do_logdump()
d96064e9 : debugfs: simplify the do_logdump() function
03130cc2 : Add checks for fs->blocksize == 0 which could cause some crashes
61ec4fba : e2fsck: fix miscellaneous clang warnings
5ba3e164 : e2fsck: initialize variable before first use in fast commit replay
11797844 : e2fsck: add fallthrough comment in fc replay switch case
c5ff455e : ext2fs: don't ignore return value in ext2fs_count_blocks
1e616535 : e2fsck: don't ignore return values in e2fsck_rewrite_extent_tree
1dba260c : create_inode: fix potential file descriptor leak on an error path
bd36e7d1 : misc: replace remaining loff_t with ext2_loff_t
da3b6c27 : chattr.1: improve attributes description to btrfs
bc50f5ab : create_inode: Find subdirectory in do_write_internal
ea82add3 : debugfs: fix dump_metadata_block() for block sizes > 8192
71f9bf7b : libext2fs: fix crash when ext2fs_mmp_stop() is called before MMP is initialized
e3a13a47 : tune2fs: teach tune2fs to use a random value for "-c random"
ff9b039b : debugfs: clamp journal s_maxlen value when dumping the journal log
28e22540 : debugfs: fix logdump on file systems with block sizes > 8192
462c4245 : debugfs: fix memory allocation failures when parsing journal_write arguments
eef68a59 : debugfs: fix header checks in logdump
4d8169ad : e2fsck: fix error code return in e2fsck_read_extents()
1b25ea24 : libext2fs: fix incorrect error code return in ext2fs_add_jounral_inode3()
bd9ac48c : debugfs: add journal header checks in logdump
10f9b11b : badblocks: add error checking for command-line arguments for -b and -c
46fcf708 : ext2_fs.h: use the ext2fs_has_feature_64bits() instead of open coded check
ea412849 : e2fsck: add error checking for ext2fs_extent_get_info()
33b9a60c : Fix clang warnings on architectures with a 64-bit long
fb874e6f : mke2fs: fix resource leak on error path when creating inodes
b79f56ce : tests: fix environmental dependency in m_rootdir_acl
df0fe7c9 : Update release notes, etc., for the 1.46.1 release
d50ffa90 : po: update uk.po (from translationproject.org)
66b6b486 : po: update sv.po (from translationproject.org)
4a973000 : po: update pt.po (from translationproject.org)
1f1b285c : po: update pl.po (from translationproject.org)
1d4a6b2a : po: update ms.po (from translationproject.org)
a9c317cc : po: update fr.po (from translationproject.org)
77e1dd3f : po: update cs.po (from translationproject.org)
67e6ae0a : mke2fs: fix a importing a directory with an ACL and inline data
b637c57d : debian: add build profiles noudeb and pkg.e2fsprogs.no-static
8c9e2921 : configure.ac: convert all help strings to use AS_HELP_STRING
319b6c4f : Provide and use sort_r() instead of qsort_r() for portability reasons
4e95b372 : e2fsck: endianness fixes for fast commit replay
2fae964a : ext2fs: initialize handle to NULL in ext2fs_count_blks
f15b1aaf : e2fsck: fix check of directories over 4GB
d9844883 : libext2fs: fix more compiler warnings
9f4e9fbb : libext2fs: fix segault when setting an xattr with an unknown prefix
f41c7da2 : misc: fix minor llvm warnings
ee2ee834 : debian: drop transitional packages
24487a7f : configure.ac: fix build failure on systems with pthreads && !fuse support
2b0d66bb : Update release notes, etc., for the 1.46.0 release
30d07316 : Update makefile dependencies
2eebc994 : Update debian/libext2fs2.symbols with the additions to the shared library
35b67cab : e2fsck: drop use of sysctl(2)
3fb16e74 : configure.ac: add substitution for @mkdir_p@ since po/Makefile.in.in uses it
fa86b5c2 : Update release notes, etc., for the 1.45.7 release
37226f12 : po: update sr.po (from translationproject.org)
43d9f902 : po: update nl.po (from translationproject.org)
d863dafb : po: update ms.po (from translationproject.org)
51628724 : misc: fix a spelling nit in the mke2fs man page
7f69ca17 : Update Makefile dependencies for lib/e2p and lib/ext2fs
e1af9546 : AOSP: Add assemble_cvd to com.android.virt
643ee340 : AOSP: tune2fs/resize2fs: make vendor_ramdisk_available.
851d8996 : AOSP: Make libext2_uuid and e2fsprogs headers vendor_ramdisk_available.
d89e0651 : AOSP: Add "product_available" to product available modules
61421ee5 : AOSP: ANDROID: e2fsck: Handle casefolded encryption
b22c36e6 : AOSP: ANDROID: mke2fs: Support encrypt+casefold
23fc0e6e : AOSP: ANDROID: tune2fs: Support encrypt+casefold
79661036 : AOSP: ANDROID: e2fsck: Do not mutate encrypted names
b437e1ed : AOSP: ANDROID: tune2fs: Allow setting the casefold feature
0ea0a9e7 : AOSP: Make e2fsck depends on badblocks
3304da16 : tests: test case-folding checks in e2fsck
cc4f6884 : e2fsck.8.in: document check_encoding extended option
1e6a3a32 : e2fsck: add option to force encoded filename verification
782df523 : e2fsck: detect duplicated casefolded direntries for rehash
b0930168 : dict: support comparison with context
9d2e1df4 : e2fsck: support casefold directories when rehashing
06b83bbd : e2fsck: fix entries with invalid encoded characters
d380e9d6 : e2fsck: add new problem for encoded name check
a3def1e3 : ext2fs: implement faster CI comparison of strings
fc9e2860 : ext2fs: add method to validate casefolded strings
4e735c50 : tune2fs: fix casefold+encrypt error message
1f9bb778 : tune2fs: allow enabling casefold feature after fs creation
3e994cc5 : tests: add fast commit recovery tests
f5de3d7c : e2fsck: add replay for add_range, del_range, and inode tags
63b7192c : e2fsck: add fc replay for link, unlink, creat tags
3ba3ec0b : e2fsck: add fast commit replay skeleton
81a6b010 : e2fsck: add fast commit scan pass
c8a097c2 : e2fsck: add fast commit setup code
9dc54e46 : e2fsck: add function to rewrite extent tree
cf2d9de7 : ext2fs: add new APIs needed for fast commits
865221f5 : e2fsck: declare the size of bh->b_data to be 4096 in jfs_user.h
26cb9f7d : Include PTHREAD_CFLAGS in LDFLAGS* macros
b3f288ed : Fix clang warnings
b1b864b3 : libext2fs: use compiler built-in offsetof() if available
3e364978 : Only build resize2fs.static when running "make all-static"
c3c41d4f : libext2fs: fix UBSAN warning in ext2fs_mmp_new_seq()
33b0356c : mke2fs.8: Improve valid block size documentation
4d108756 : build: Add SYSLIBS to e4crypt linking
f8049f9f : tune2fs: abort clearing the dir_index when the fs needs to be fsck'ed first
f84fed46 : e2fsck: remove dead code when recreating the journal
0304717d : debugfs: fix the printf specifier when dumping a fast commit block
7b8cf296 : libext2fs: fix minor Coverity nits in ext2fs_rw_bitmaps()
32c2b199 : tune2fs: fix resource leak in handle_quota_options()
12c415fb : debugfs: fix double free in realloc() error path in read_list()
dd2ed58a : libext2fs: fix incorrect negative error return in unix and sparse io managers
ecbe47df : libext2fs: fix incorrect negative error return in ext2fs_rw_bitmaps()
8968289b : debugfs: add fast commit support to logdump
ef44eef0 : ext4: fix tests to account for new dumpe2fs output
06def17e : Make userspace tools number of fast commits blocks aware
3cc4f867 : libext2fs: provide APIs to configure fast commit blocks
7ed2b5d0 : e2fsck: port fc changes from kernel's recovery.c to e2fsck
2fc929c6 : e2fsck: add kernel endian-ness conversion macros
895e8e33 : ext2fs: move calculate_summary_stats to ext2fs lib
37d56864 : Enable threaded support for e2fsprogs' applications.
e2e58d31 : ext2fs: parallel bitmap loading
2caad646 : libext2fs: allow the unix_io manager's cache to be disabled and re-enabled
f20627cc : libext2fs: add threading support to the I/O manager abstraction
bdcd5f22 : Add configure and build support for the pthreads library
6fa8edd0 : mke2fs: Escape double quotes when parsing mke2fs.conf
3ec53092 : libext2fs: add gnu.translator support
c57857a5 : filefrag: handle invalid st_dev and blksize cases
7616fd6a : create_inode: set xattrs to the root directory as well
ba526aae : po: reapply local e2fsprogs chages to po/Makefile.in.in
e598c29b : Update gettext files to version 0.19.8
b4641aa6 : po: update sr.po (from translationproject.org)
e4774c55 : po: update nl.po (from translationproject.org)
65641a3f : po: update ms.po (from translationproject.org)
af1a882f : release notes: delete two files that are fully contained within v1.41.txt
5b44781e : debugfs: fix parse_uint for 64-bit fields
3ab2fd4e : Define MKDIR_P in the Makefile.in files instead in MCONFIG.in
21bad2b6 : resize2fs: prevent block group descriptors from overflowing the first bg
b1a780ed : AOSP: Fix a trivial type error
694b1400 : AOSP: Include private/fs_config.h directly when needed
1dd48bc2 : chattr/lsattr: Support dax attribute
4baaa1fc : mke2fs: fix up check for hardlinks always false if inode > 0xFFFFFFFF
f4979dd5 : mke2fs: Warn if fs block size is incompatible with DAX
30e3dfb3 : e4crypt: if salt is explicitly provided to add_key, then use it
a2292f8a : tune2fs: reset MMP state on error exit
4d13e6a5 : ext2fs: remove unused variable 'left'
c7271494 : e2fsck: use the right conversion specifier in e2fsck_allocate_memory()
0c6fe31f : e2fsck: use size_t instead of int in string_copy()
acc90584 : tests: remove unnecessary uncompressed image file
7b63656d : libext2fs: fix potential buffer overrun in __get_dirent_tail()
6cdd4b93 : debugfs: fix building rdebugfs (with READ_ONLY define)
6338a846 : libext2fs: retry reading superblock on open when checksum is bad
86d61534 : libext2fs: batch calls to ext2fs_zero_blocks2()
2f6fd5da : e2fsck: fix off-by-one check when validating depth of an htree
1bc7feae : libext2fs: avoid pointer arithmetic on `void *`
9a32973b : tune2fs.8: document the stable_inodes feature
919003ba : ext4.5: document the stable_inodes feature
950002f7 : tune2fs: prevent stable_inodes feature from being cleared
b88883f7 : tune2fs: prevent changing UUID of fs with stable_inodes feature
af7293fe : ext2fs: fix off-by-one in dx_grow_tree()
cceebf4e : ext2fs: fix error checking in dx_link()
93df80d2 : Teach makefiles to build all static programs using the target all-static
a4ce6ecc : ext4: add support for printing the error code associated with an error
df5487a9 : tests: use grep -E for better portability in r_inline_xattr
1102de4d : e2fsck: fix various gcc -Wall nits
1df6a455 : Use ext2_loff_t instead of loff_t
29d22c46 : Update release notes, etc., for the 1.45.6 release
247973bc : AOSP: tune2fs, resize2fs: make ramdisk binaries.
c25ec972 : AOSP: e2fsdroid: Don't skip unusable blocks in BaseFS.
58ecfa7f : AOSP: e2fsdroid: Fix logical block sequencing in BaseFS.
c2481ace : AOSP: e2fsdroid: Properly free the dedup block map.
d4197585 : AOSP: Build e2freefrag
470e78ae : AOSP: Add -e2fsprogs to the e2fsprogs chattr and lsattr.
a431f19f : AOSP: Make ramdisk_available.
48353695 : AOSP: Change #define to _BLKID_TYPES_H
d4cde492 : AOSP: Allow resize2fs to compile with BUILD_HOST_static
22347973 : AOSP: Allow debugfs_static to be compiled as host tool.
91f75819 : po: update ms.po (from translationproject.org)
4346f675 : misc: add text describing the impact of an inode size < 128 bytes in man pages
96d5cc74 : libe2p: add a thread-safe variant of e2p_feature2string
23c6ef3d : libext2fs: fix the {set_get}_bitmap_range functions when bitmap->start > 7
125850eb : e2fsck: clarify overflow link count error message
514fde02 : tune2fs: update dir checksums when clearing dir_index feature
4ed27a5b : tests: add test to excercise indexed directories with metadata_csum
31fff03f : tests: modify f_large_dir test to excercise indexed dir handling
9a4d2dcc : ext2fs: implement dir entry creation in htree directories
a25a84c6 : ext2fs: update allocation info earlier in ext2fs_mkdir() and ext2fs_symlink()
b3f9df9f : debian: drop libattr1-dev from the build dependencies list
1acede5d : e2fsck: fix "make check" when using static libraries
eb88b751 : libext2fs: make ext2fs_dirent_has_tail() more strict
6e315c93 : misc: fix typos in chattr's man page
693e0594 : mke2fs.conf: remove options.fname_encoding
9e6ec24e : e2fsck: fix indexed dir rehash failure with metadata_csum enabled
4ebce132 : e2fsck: clarify overflow link count error message
ca84539d : libext2fs: check open(O_EXCL) first in ismounted.c
f106b01c : mke2fs: fix permissions setting with "mke2fs -d /path/files"
947315c8 : libext2fs: don't use O_DIRECT for files on tmpfs
937650f7 : e2fsck: avoid overflow with very large dirs
e08226c7 : misc: handle very large files with filefrag
70303df1 : e2fsck: consistently use ext2fs_get_mem()
102993ec : e2fsck: fix overflow if more than 4B inodes
c707fb6c : debugfs: print inode numbers as unsigned
334e9a5a : debugfs: allow comment lines in command file
abeb84e3 : e2fsck: reduce memory usage for many directories
f7c8ea20 : e2fsck: avoid mallinfo() if over 2GB allocated
382ed4a1 : e2fsck: use proper types for variables
74fbba1f : e2fsck: fix e2fsck_allocate_memory() overflow
336c440c : tst_libext2fs: Avoid multiple definition of global variables
a5676f8d : chattr.1: improve attribute formatting with labels and indented paragraphs
750bae15 : libext2fs: avoid array buffer overruns caused by insane directory blocks
7d25ea46 : libext2fs: fix potential OOB read check_for_inode_bad_blocks()
59037c53 : mke2fs: set overhead in super block
6022925d : ext2fs: rename "s_overhead_blocks" to "s_overhead_clusters"
bd828b0d : libext2fs: optimize ext2fs_convert_subcluster_bitmap()
bc562273 : mmp: abstract out repeated 'sizeof(buf), buf' usage
6b430d60 : mmp: don't assume NUL termination for MMP strings
a320a1c6 : filefrag: add -E option to display the extent status cache
dbc05604 : e2fsck: restart the full e2fsck run if the bad block inode is invalidate
f8e4f457 : e2fsck: clean up unwind_pass1() as it's no longer really needed
df659444 : libext2fs: don't needlessly byte swap the group descriptors in ext2fs_flush
c8651b4b : libext2fs: teach ext2fs_flush() to check if group descriptors are loaded
f6c5ad97 : libext2fs: reserve the error code EXT2_ET_NO_GDESC
43508a9f : libext2fs: fix crash in ext2fs_image_super_write() on Big Endian systems
00179a29 : libcom_err: deal with the fact that the Hurd error messages are not zero-based
c2b1ec5f : Update release notes, etc., for the 1.45.5 release
01517f6e : libext2fs: always compile swapfs functions on all architectures
0b320895 : e2scrub, e2scrub_all: don't sleep unnecessarily in exitcode
d6e63732 : debian: add autopkgtest files
43bdb47d : libext2fs: don't scan /etc/mtab if file system not found in /proc/mounts
c52d930f : e2fsck: don't check for future superblock times if checkinterval == 0
e7c22958 : debian: update debhelper compat level to 12
8676d7e0 : config: update config.{guess,sub}
a4554675 : po: update zh_CN.po (from translationproject.org)
1bd6af79 : po: update ms.po (from translationproject.org)
84486e54 : Drop use of -pedantic when doing gcc-wall
f77260a1 : libext2fs: use ext2fs_file_llseek in inode_io.c
1d4074f3 : libext2fs: chage ext2_off_t and ext2_off64_t to be signed types
193cf9be : libext2fs: use __u64 instead of ext2_off64_t in qcow.c
d23f88eb : mke2fs: fix setting bad blocks in the block bitmap
6607eaad : e2image: remove redundant -fr from man page and usage message
67467ea5 : AOSP: e2fsdroid: Skip Base FS entries that no longer exist.
0f3291fd : AOSP: e2fsdroid: Allow re-use of deduplicated blocks.
af4d3f89 : AOSP: e2fsdroid: Do not allocate invalid blocks from BaseFS.
dcbe79c4 : AOSP: e2fsdroid: Refactor basefs allocation.
269f4c1b : AOSP: e2fsdroid: Refactor block_range.
c7b7c439 : AOSP: Add vendor_available: true
101e73e9 : e2fsck: fix use after free in calculate_tree()
927ebc78 : e2fsck: fix to return ENOMEM in alloc_size_dir()
3a15d85b : ext2fs: add ext2fs_get_stat_i_blocks() function
c9a8c53b : libext2fs: fix crash in ext2fs_open2() on Big Endian systems
dae1ecc2 : fuse2fs: add support for 32-bit uids and gids
23f94dde : mke2fs: fix "mke2fs -d /path/to/files" to support 32-bit uids and gids
71ba1375 : e2fsck: don't try to rehash a deleted directory
8dd73c14 : e2fsck: abort if there is a corrupted directory block when rehashing
c4e73242 : e2fsck: optimize away repeated calls to gettext()
1f0f2705 : e2scrub: fix the 30 second timeout when trying to remove a snapshot
bb7a3dc2 : Add a program to test images provided by UBSAN fuzzing reports
612296d6 : libext2fs: define PATH_MAX if not provided by the system headers
3f21d823 : tune2fs: prohibit toggling uninit_bg on live filesystems
446483e3 : chattr.1: say "cleared" instead of "reset"
f08f1c64 : chattr.1: clarify that ext4 doesn't support tail-merging either
26d6e57c : chattr.1: fix some grammatical errors
6e587046 : chattr.1: add casefold attribute to mode string
93cea435 : chattr.1: adjust documentation for encryption attribute
be335e31 : chattr.1: document the verity attribute
b9bb6a51 : configure: don't fail if /usr/include/sys/mount.h does not exist
2e95a371 : Revert "e2fsck: Change kmem_cache_t to lkmem_cache_t for Solaris"
ea4d53b7 : libext2fs/ismounted.c: check device id in advance to skip false device names
ac94445f : resize2fs: make minimum size estimates more reliable for mounted fs
46e1286a : Define the beXX_to_cpu and cpu_to_beXX macros for e2fsck/{recovery.c,revoke.c}
04335dbf : e2scrub_all: fix broken stdin redirection
333268d6 : e2scrub_all: don't even reap if the config file doesn't allow it
4305084d : Align the types used by jbd2_journal_bmap and getblk with the kernel
abbe0f9d : e2fsck/recovery.c: sync up with kernel's use of __be32
650ee9f8 : Sync kernel's removal of open-coded allocation retry loop in revoke.c
2faf75d2 : Sync kernel's fix for potential double free in jbd2
a8833696 : e2fsck/revoke.c: sync kernel's adoption of kmalloc_array()
1942e33c : Sync kernel's unification of jbd2 revoke and tag block checksum handling
be259fa5 : e2fsck/revoke.c: sync changes from kernel
8335d3c5 : Rename functions, types, constants to reflect jbd2 usage
db113c0e : Convert kernel compat functions to use new ll_rw_block() function signature
71030cf8 : Clean up minor differences between kernel and e2fsck's jbd2 source files
b99ffaff : libext2fs: verify the block numbers for the allocation bitmaps are valid
a2a8cec6 : libext2fs: properly free the bitmaps in read_bitmap()'s error/cleanup path
c73eb706 : debugfs: teach the htree command to check and display the dx block checksum
cd2dc70b : libext2fs: refactor common code into ext2fs_dx_csum()
6dac3067 : Fix UBSan when shifting (1LL << 63)
41c05c9d : libext2fs: fix UBSan when updating an inline_data file
9bfbf1d5 : libext2fs: fix bug when reading or writing more than 2GB in unix_io
2d2d00c6 : AOSP: support the stable_inodes feature
8692a3ac : AOSP: Link to production releases, not testing releases
de027d1c : AOSP: Add new source files to Android.bp files
e6069a05 : Teach ext2fs_open2() to honor the EXT2_FLAG_SUPER_ONLY flag
4b4f7b35 : Update debian changelog and version.h for 1.46~WIP.2019.10.09-1
2ba05753 : e2fsck: check for consistent encryption policies
6c1433ba : debian: update changelog for 1.46~WIP.2019.10.03-1
721c7fa3 : Mark version as 1.46-WIP
26aa2f17 : Enable support for the fast_commit compat feature
41479cc2 : Define the codepoint for the fast_commit compat feature
da801dfe : tests: add tests for uninitialized bitmaps
a366d8d2 : tests: verify > 65000 subdirectories
75e3a9ef : fuse2fs: add a norecovery option which suppresses journal replay
a98b2fdd : contrib: add ext4-ioc.c
b9e66a18 : e2fsck: add a developer-only extended option: clear_all_uninit_bits

+- Project: platform/external/eigen

12ea3a4d6 : Fix Wunused-parameter warning
2aab794c0 : Upgrade eigen to 3.4.0
02f1cf681 : Add sdk_version to the 'libeign' module
2a408aca7 : Update OWNERS for external/eigen.
e824d49d5 : Add sdk_version to the 'libeign' module
38971f52c : Add sdk_version to the 'libeign' module
c225319b7 : Add sdk_version to the 'libeign' module

+- Project: platform/external/elfutils

6b137d39 : Make libelf visible to libbpf-tools
e0bcd74c : Make libelf visible to bpftool
5fd9af3a : dwfl: fix potential overflow when reporting on kernel modules
d7b4939c : drop recursive documentation symlinks
4bbc33da : Extend visibility to //external/stg
983e86fd : Prepare for 0.186
cc913c82 : PR28430: debuginfod: support --passive mode
dbd44e96 : libdw, readelf: Read inlining info in NVIDIA extended line map
5b21e702 : libdw: dwarf_elf_begin should use either plain, dwo or lto DWARF sections.
039f427a : Improve building with LTO
c1e8c8c6 : PR28514: debuginfod: limit groom operation times
5350f549 : NEWS: make automake check-news / dist happy
29b2ffb6 : NEWS: list some 0.186 debuginfod client & server features
7d64173f : PR28240: debuginfod client root-safe negative caching
e3e70782 : libdw: Don't pass NULL to dwarf_peel_type
c3a6a9df : libdw: Use signedness of subrange type to determine array bounds
aa0765aa : debuginfod-client: Stick to http:// + https:// + file:// protocols
a83fe488 : PR27783: switch default debuginfod-urls to drop-in style files
47b0ebe9 : tests: Handle dwarf_attr_string returning NULL in show-die-info.c
3d9f1288 : elflint.c: Don't dereference databits if bad
260a3105 : PR28242: debuginfod prometheus metric widening
2e57301b : RISC-V: PR27925 Add support for LP64 and LP64F ABIs return values
28db5f16 : debuginfod: Remove checking for unsafe headers
8626a478 : debuginfod: Query debuginfod servers before printing response
ff5056c7 : debuginfod: PR27277 - Describe retrieved files when verbose
00f0fa77 : debuginfod: PR28034 - No longer escape '/', and loop efficiency
2ff80395 : PR28339: debuginfod: fix groom/scan race condition on just-emptied queue
78268d73 : Support building elfutils against musl
f5a98941 : lib: Make error.c more like error(3)
761d37a1 : debuginfod: Add endl after "fdcache emergency flush for filling tmpdir" log
7582a0d3 : lib: Make error.c more like error(3)
52b0d9ca : libdw: set address size, offset size and version on fake CUs
7803f484 : Add patch for manual config.h changes
bbf0dc01 : tests: Don't fail run-debuginfod-fd-prefetch-caches.sh if grep -c fails
b561b51a : findtextrel: do not use unbound alloca
fdbf472a : tests: Cleanup error handling and don't share cache between servers/client
c1a67b39 : Use xasprintf instead of asprintf followed by error(EXIT_FAILURE)
5df759af : Introduce xasprintf
e0942709 : Remove redundant casts of memory allocating functions returning void *
02b05e18 : src: add -Wno-error=stack-usage= to AM_LDFLAGS
5ce85e42 : tests: Make sure to wait for initial scan and groom cycle earlier
9d288daf : Update config.h to include HAVE_ERROR_H and HAVE_ERR_H
1bc4813a : Add lib/error.c
0e52eca9 : lib: avoid potential problems with `-fno-common`
b600045a : lib: remove unused `STROF` definition (NFC)
008b5d50 : handle libc implementations which do not provide `error.h`
46ec94db : debuginfod, elfclassify: remove unnecessary header inclusion
43e9aac2 : lib: remove usage of `sys/cdefs.h`
dbd4c876 : tests: Make sure to wait for initial scan and groom cycle
f0c8a9a9 : tests: Only export DEBUGINFOD_URLS when necessary
7880ccb6 : tests: Print metrics for both ports on error and fix port selection
44a36e39 : tests: Set DEBUGINFOD_CACHE_PATH for run-debuginfod-{file,query-retry}.sh
8e9edeab : tests: Make sure all debuginfod tests use a clean database and cache.
70f36e32 : tests: Add debuginfod-subr.sh to EXTRA_DIST
ef856762 : debuginfod: Fracture tests/run-debuginfod-find.sh into specific tests
6eb991a9 : configure.ac: rework gnu99 ext check to allow clang
61554a29 : debuginfod: Turn -d ":memory:" into -d "file::memory:?cache=shared"
17a9b130 : tests: Use fresh separate databases for debuginfd forwarded-ttl-limit
d3f91402 : debuginfod: PR27917 - protect against federation loops
61062345 : Add lib/error.c
4d6dd0e5 : lib: avoid potential problems with `-fno-common`
047d09e1 : lib: remove unused `STROF` definition (NFC)
76c84c13 : handle libc implementations which do not provide `error.h`
d0c72317 : debuginfod, elfclassify: remove unnecessary header inclusion
d390548d : lib: remove usage of `sys/cdefs.h`
dc6ddd8b : PR27950 - package new debuginfod-client-config.7 man page in rpm
89b1a4e8 : PR28249: correct debuginfod after-you locking
f3466e18 : debuginfod-doc: PR27950: make distcheck happy
969880e6 : debuginfod-doc: PR27950 - Remove redanduncies in man page.
9aee0992 : tests: Allow an extra pthread_kill frame in backtrace tests
72a6f9d6 : debuginfod: PR27982 - added DEBUGINFOD_MAXSIZE and DEBUGINFOD_MAXTIME
216996bc : update Japanese translation
4c049163 : debuginfod: PR27983 - ignore duplicate urls
1a13c35d : lib: Add static inline reallocarray fallback function
9ab0c139 : debuginfod: PR28034 - client-side %-escape url characters
3709516e : debuginfod: Minor run-debuginfod-find.sh test fixes
0aed4315 : libelf: Optimize elf_strptr.c validate_str by checking last char first
779c57ea : readelf: Pull advance_pc() in file scope
fddaa573 : debuginfod: PR25978 - Created the prefetch fdcache
60117fb6 : PR27531: retry within default retry_limit will be supported.
0ae9b791 : debuginfod: PR27711 - Use -I/-X regexes during groom phase
cdcd7dc3 : tests: Fix EXTRA_DIST typo in testfile-largealign.o.bz2
b3601167 : libelf: Fix unaligned d_off offsets for input sections with large alignments
6648d378 : readelf: Handle line tables without line number statements correctly
e8b5a5e9 : readelf: Fix error message when two attribute names differ in in compare_listptr.
e32782a4 : unstrip: Always check gelf_getrel[a] results
d3671293 : strip: Always check gelf_update results.
c05ad596 : debuginfod-client: Fix client dereference when calloc fails.
2bc08fa5 : run-debuginfod-find.sh: Disable valgrind for debuginfod client cache tests
9d3f9fd1 : Generate def files in $(genDir) instead of inside Android source tree
e113a61b : debuginfod test: fix groom/stale race condition
3b8f0874 : debuginfod tests: tolerate 000-perm files in cache-copy test
e644d84d : debuginfod tests: try to generate diagnostics more reliably on error
828024af : libdwfl: fix potential NULL pointer dereference when reading link map
ab38d167 : PR27863: debuginfod optimization for concurrent requests
c6e1f664 : elflint: fix undefined 'buffer_left' reference
01747645 : Prepare for 0.185
0b454c7e : PR27859: correct 404-latch bug in debuginfod client reuse
940b0e7d : elfcompress: fix exit status in case of an error
806c1f7a : elfcompress: remove redundant assignment
43ac25c2 : elfcompress: fix exit status regression in case of "Nothing to do"
adc201f8 : Come up with startswith function.
857546d1 : elfutils.spec: Add procps as a %check BuildRequires:.
97b3f676 : Prepare for 0.184
09184fc0 : libdw: Document and handle DW_FORM_indirect in __libdw_form_val_compute_len
5f72c51a : debuginfod: debuginfod client should cache negative results.
92980edc : PR27571: debuginfod client cache - file permissions
95edde45 : PR26125: debuginfod client cache - rmdir harder
d63b26b8 : libdw: handle DW_FORM_indirect when reading attributes
6c8b68b0 : PR27701: debuginfod client: encourage reused debuginfod_client objects
883f3d01 : po: update XGETTEXT_OPTIONS
a81366e0 : debuginfod: only update database stats once per groom
2a849629 : debuginfod: Recognize .debug_*-less symtab-laden files as debuginfo
879513ab : nm: Fix file descriptor leak on dwfl_begin failure.
1261691a : unstrip: Fix small leak in handle_output_dir_module.
b58516a6 : ar: Always close newfd in do_oper_insert.
a8e925ec : doc/debuginfod.8: fix wrong parameter name for .deb files in description
69fc2b3a : debuginfod: Set child thread names via pthread_setname_np()
a51f2783 : debuginfod-client: Don't compare a double to a long
619aae13 : Update Polish translation
b7abde79 : Update POTFILES.in
1645d4a7 : build: Check for -Wno-packed-not-aligned support
00d92d0b : build: Check for -Wtrampolines support
f82f46fc : debuginfod-client: Fix typo in curl feature detection
480b6fa3 : readelf: Sanity check verneed and verdef offsets in handle_symtab.
c4974783 : elfcompress: Replace cleanup() with label
d6c85cff : build: Check for -Wimplicit-fallthrough=5 separately
5e776887 : tests: Pull new_data_buf() into file scope for elfstrmerge.
78d04362 : tests: Pull newsecndx() info file scope for elfstrmerge
0df0e8e0 : elfcompress: Pull get_sections() into file scope
71b74014 : elfcompress: Pull get_section() into file scope
c9ccf7e3 : elfcompress: Pull set_section() into file scope
d1cbce88 : unstrip: Remove nested next() function
93a6c36c : unstrip: Pull warn() into file scope
39c67b8f : unstrip: Inline find_unalloc_section() into only caller
2daab4e7 : unstrip: Pull check_match() into file scope
ec5d1a47 : unstrip: Pull adjust_reloc() into file scope
e95d1fbb : elflint: Pull left() in file scope
fd1b3802 : elflint: Pull pos() info file scope
35e49cac : debuginfod: filter webapi for bad keywords early
df2f49d8 : testsuite: run-debuginfod-find.sh: Fix grooming test indeterminacy
5fe3a5cd : NEWS: add a debuginfod blurb re. bsdtar
8a3ec8f2 : testsuite: run-debuginfod-find.sh: Be more verbose on failure
4019aa81 : readelf: Type DIE offset is from start of CU.
ce6a126b : readelf, libdw: blocks aren't expressions for DWARF version 4
f146d5ec : PR27413: use bsdtar to unpack deb-related formats
7a5ea459 : tests: Quote make variables in TESTS_ENVIRONMENT
5e5a05bf : elfutils.spec.in: Escape %%check in comment.
d358f632 : tests/run-debuginfod-find.sh: skip test if cpio isn't available.

+- Project: platform/external/erofs-utils

59fe8bb : erofs-utils: mkfs: use extended inodes when ctime is set
d89215b : erofs-utils: mkfs: use mtime instead of ctime
8b34f01 : erofs-utils: mkfs: rename ctime to mtime
6b1a8dc : Revert "Revert "Remove mkerofsimage.sh.""
ac069d1 : Revert "Remove mkerofsimage.sh."
bb6e54a : Remove mkerofsimage.sh.
0513846 : Fix building erofs-utils against musl
352793d : UPSTREAM: erofs-utils: add missing errors and normalize errors to lower-case
1239186 : UPSTREAM: erofs-utils: fsck: fix issues related to --extract=X
3e4df22 : UPSTREAM: erofs-utils: fsck: check extract_path in erofsfsck_set_attributes()
b26e187 : UPSTREAM: erofs-utils: fsck: don't set attributes when fscking only
4ce8503 : UPSTREAM: erofs-utils: fsck: never follow exist symlinks when overwriting
3d56e12 : UPSTREAM: erofs-utils: fsck: add --extract=X support to extract to path X
6a64bcb : UPSTREAM: fsck/main.c: add missing include
3fe921e : UPSTREAM: erofs-utils: fsck: convert to use erofs_iterate_dir()
c9a6004 : Run fsck on generated EROFS images
f290d32 : UPSTREAM: erofs-utils: lib: add API to iterate dirs in EROFS
fc6fefd : UPSTREAM: erofs-utils: add an option to dump an inode by path
052815d : erofs-utils: Add android build target to build erofs as library
246dde5 : UPSTREAM: erofs-utils: make liberofs more C++ friendly
fd1882a : Add erofs tools in target
ef6a06c : erofs-utils: loosen hash_64 compile restriction
81478df : Update METADATA.
ee97fe5 : erofs-utils: release 1.4
dbe72d1 : erofs-utils: update README
ccd2656 : Add OWNERS.
182d46a : erofs-utils: fix memory leak when get blob chunk
f87a56e : erofs-utils: check the return value of erofs_d_alloc
9291e9c : erofs-utils: manpage: document `noinline_data' extended option
016bd81 : erofs-utils: mkfs: enable block map chunk format
89cfcc4 : erofs-utils: get compression algorithms directly on mapping
97e0b6e : Make make_erofs compile with BUILD_HOST_static=1
24f3104 : erofs-utils: fsck: support multiple devices
97d69af : erofs-utils: dump: support multiple devices
bbeec3c : erofs-utils: mkfs: add extra blob device support
0ce853a : erofs-utils: fuse: add multiple device support
46dd66a : erofs-utils: add extra device I/O interface
50b65ba : erofs-utils: dump: refine file info statistics
d9a0194 : AOSP: erofs-utils: mkfs: add block list support for chunked files
541ddfd : Add fsck.erofs to Android.bp
06193c0 : erofs-utils: mkfs: fix integer overflow in erofs_blob_remap
fddb915 : erofs-utils: fsck: use "--extract" instead of "-c"
21db274 : AOSP: erofs-utils: avoid lzma inclusion when liblzma is disabled
b2585be : erofs-utils: fsck, dump: add missing liblzma dependency
f440435 : erofs-utils: introduce fsck.erofs
f500db7 : erofs-utils: manpage: add dump.erofs manpage
769e8b4 : erofs-utils: dump: add support for showing file extents
094ab02 : erofs-utils: dump: add option to print specified file infomation
cf8be8a : erofs-utils: dump: add feature for collecting filesystem statistics
dc478de : erofs-utils: add support for the full decompressed length
f4cc275 : erofs-utils: mkfs: add LZMA algorithm support
0623d5e : erofs-utils: fuse: add LZMA algorithm support
aa7d722 : erofs-utils: add liblzma dependency
447df4c : erofs-utils: sort out contact information
8fc24da : Add dump.erofs to Android.bp.
81667ec : Revert "UPSTREAM: AOSP: erofs-utils: add block list support"
9fe440d : erofs-utils: mkfs: introduce --quiet option
a22d298 : erofs-utils: add dump.erofs to .gitignore
56b8fb7 : Add pcluster and chunk size arguments to mkerofsimage.sh
2ebfa82 : erofs-utils: don't print source file information for non-debug version
0670c0f : Add block map support to mkerofsimage.sh.
b780c06 : UPSTREAM: AOSP: erofs-utils: add block list support
96a5954 : erofs-utils: clevel set up as an individual function
3fecc5b : erofs-utils: dump: fix linking when using --with-selinux
4e18356 : erofs-utils: fix truncated uid/gid fields of extended inodes
ef4ea49 : erofs-utils: dump: add "-s" option for superblock information
ed616f5 : erofs-utils: introduce dump.erofs
433efbe : erofs-utils: mkfs: fill filesystem inode count
1cb17af : erofs-utils: manpage: fix style
3445171 : erofs-utils: erofs_drop_directly_bhops for blob remapping
5bce3c2 : erofs-utils: mkfs: rearrange arguments
03cbf7b : erofs-utils: mkfs: support chunk-based uncompressed files
e9afc04 : erofs-utils: introduce copy_file_range
168b82e : Allow specifying no compressor to mkerofsimage.sh.
aa6233f : erofs-utils: introduce sha256
97ac4b6 : erofs-utils: introduce hashmap from git source
401ca07 : erofs-utils: fuse: support reading chunk-based uncompressed files
2722996 : erofs-utils: support per-inode compress pcluster
6324fac : erofs-utils: fix random data for block-aligned uncompressed file
ca3b913 : erofs-utils: remove unnecessary "\n"
8f75779 : erofs-utils: fix up Mac OS build again
d57e967 : erofs-utils: add missing /* fallthrough */
1976491 : erofs-utils: fix print style
bc9f0d0 : erofs-utils: remove unnecessary codes
fe19cf7 : erofs-utils: fix general style problem
13439df : erofs-utils: fix SPDX comment style
8fdb7db : erofs-utils: clean up file headers & footers
19915de : AOSP: erofs-utils: increase val for AOSP-specific long options
db2ee9e : erofs-utils: add mkfs.erofs and erofsfuse to .gitignore
7a4e447 : erofs-utils: add clusterofs zero check to write_uncompressed_extent()
8506320 : erofs-utils: fix --with-lz4-libdir when lz4_force_static is off
d3a6b1c : erofs-utils: generate version number from git commit
f874172 : erofs-utils: add an alias make_erofs for mkfs.erofs
d74b379 : erofs-utils: no compression case for tail-end block in vle_write_indexes()
95801d4 : erofs-utils: fix macOS build & functionality
60549d5 : erofs-utils: add "noinline_data" extended option
3afe218 : AOSP: erofs-utils: add block list support
1f89b5d : erofs-utils: correct the only tail-end data comment in __allocate_inode_bh_data()
fe0a892 : erofs-utils: make some functions static in inode.c
7ab3400 : erofs-utils: manpage: only install erofsfuse.1 with the command
2cd5221 : erofs-utils: release 1.3
8f7302b : erofs-utils: support limit max decompressed extent size
645734f : erofs-utils: README: big pcluster feature update
89b9b82 : erofs-utils: README: trivial updates
605eb74 : erofs-utils: support randomizing pclusterblks in debugging mode
87d2faa : erofs-utils: introduce --enable-debug
c6d4fd0 : erofs-utils: prepare for per-(sub)file compress strategies
dcec55a : erofs-utils: compress trailing data for big pcluster properly
c473b3a : erofs-utils: fix Makefile for the erofsfuse manpage
0b9d515 : erofs-utils: sync up z_erofs_get_extent_compressedlen()
f79082a : erofs-utils: reserve physical_clusterbits[]
11b600f : erofs-utils: fix distcheck target
c952430 : erofs-utils: manpage: add manual for erofsfuse
0c33799 : erofs-utils: zero out garbage trailing data for non-0padding cases
db9feb2 : erofs-utils: manpage: add missing -C option for big pcluster
59cace2 : erofs-utils: warn out experimental big pcluster
8eadc8b : erofs-utils: sync up with in-kernel erofs_fs.h
ba601ea : erofs-utils: remove duplicate __func__ print
2f87103 : erofs-utils: mkfs: support compact indexes for bigpcluster
418fb68 : erofs-utils: fuse: support compact indexes for bigpcluster
b71dc92 : erofs-utils: mkfs: support multiple block compression
7efbb10 : erofs-utils: fuse: support multiple block compression
1f074e6 : erofs-utils: add big physical cluster definition
00e056e : erofs-utils: add -C# for the maximum size of pclusters
a70f35a : erofs-utils: introduce ondisk compression cfgs
68102c6 : erofs-utils: support adjust lz4 history window size
1c2659e : erofs-utils: use qsort() to sort dir->i_subdirs
f61a391 : erofs-utils: add cmd argument to override uid/gid
6c20a6a : erofs-utils: fuse: fix random readlink error
c9ad0ec : erofs-utils: more sanity check for buffer allocation optimization
8229081 : erofs-utils: don't reuse full mapped buffer blocks
83d1456 : erofs-utils: fix battach on full buffer blocks
185b0bc : erofs-utils: optimize buffer allocation logic
6b834b3 : erofs-utils: introduce erofs_bfind_for_attach()
74cd2c6 : erofs-utils: get rid of `end' argument from erofs_mapbh()
ca1c479 : erofs-utils: fix mkfs flush inode i_u
738d584 : erofs-utils: fix BUILD_BUG_ON
36aee0f : erofs-utils: fix memory leak when erofs_fill_inode() fails

+- Project: platform/external/error_prone

7ef30d4 : Remove -Xep:EqualsNull:WARN
c9c4b7e : Build dataflow-nullaway from dataflow-errorprone
05db5e5 : Update dataflow-errorprone version to 3.21.2
4a27566 : Make update script change dataflow version
c2676a8 : Update errorprone to 2.11.0
564e40d : Delete manual BUILD file for errorprone now that bp2build can generate it.
ffaf261 : Split up errorprone licenses
74fe664 : Remove javacutil from errorprone
597380e : Fix licenses and license texts.
fe315ff : Add min_sdk_version 29 to error_prone
9b1044a : Update Errorprone to 2.10.0
448b15e : Make error_prone_annotations anyapex-available
5b0db47 : Add fatal errorprone check for ThreadPoolExecutor usage
1c3a774 : Add a Bazel BUILD file for error_prone.
002f6f6 : Update errorprone to 2.8.1
3848a90 : Update errorprone and checkerframework
67bd570 : Make error_prone_annotations anyapex-available
618767b : Add fatal errorprone check for ThreadPoolExecutor usage
7669512 : Add a Bazel BUILD file for error_prone.
6a2721f : Update errorprone to 2.8.1
b1eedbc : Update errorprone and checkerframework

+- Project: platform/external/ethtool

64c11f2 : ethtool: switch OWNERS to core networking

+- Project: platform/external/exfatprogs

8a23710 : [LSC] Add LOCAL_LICENSE_KINDS to external/exfatprogs
b0d3894 : Reland "ANDROID: suppress unused variable warning"
bd6792d : Reland "ANDROID: Add metadata files"
9dfb4f6 : Reland "Merge remote-tracking branch 'aosp/upstream-master'"
bd03e0a : Revert "Merge remote-tracking branch 'aosp/upstream-master'"
51922a4 : Revert "ANDROID: Add metadata files"
63d97c1 : Revert "ANDROID: suppress unused variable warning"
d6c26e4 : ANDROID: suppress unused variable warning
951c26e : ANDROID: Add metadata files
bf07338 : Merge remote-tracking branch 'aosp/upstream-master'
a3c7de4 : Initial empty repository

+- Project: platform/external/exoplayer

47498a9d : Do not run tests that require work profile setup in presubmit
59a66c7a : Update MediaProvider's ExoPlayer version
1382e738 : Add up-to-date ExoPlayer copy
df7bd3d9 : Remove unused ExoPlayer version
28105b72 : Update media provider's exoplayer version
d3b61fb6 : Reorganize exoplayer target names
7febaeb8 : Reorganize exoplayer target names
8bfad043 : Fix NewApi error_prone error
de9af6cf : Fix typo
387b06d8 : Move stubs to the bottom of Android.bp
1077b5a3 : Add visibility rule for packages/modules/Media
6f9271c0 : Add visibility rule for packages/modules/Media
866ac3f1 : Make exoplayer not depend statically on androidx
6681c1d8 : Add ExoPlayer target to test MediaMuxer HDR change
3829958a : Revert "Update MediaParser's ExoPlayer version"
2c30c028 : Revert "Remove old unused version of ExoPlayer"
18b95223 : Add NonNull annotation
cadc7b80 : Add new ExoPlayer version tree
cc33fc8a : Remove old unused version of ExoPlayer
f0f735eb : Update MediaParser's ExoPlayer version
a752c057 : Add CtsPhotoPickerTests to TEST_MAPPING
edab63a0 : Make ExoPlayer visible for MediaProviderTests
54adf1c1 : 25x speed up of download exoplayer script
e6fbc172 : Enable UI component in Exo Player lib
b99ba1cc : Make XmpMotionPhotoDescriptionParser public
0e6b425d : Remove stale comment
13507660 : Add @RequiresAPI to fix lint for MediaProvider
a6c981a4 : Add an autogenerated notice to annotation stubs
db0062fd : Delete all .mk files in the ExoPlayer tree
377dca99 : Make exoplayer2.15.1-core visible to MediaProvider
45a2d849 : Add Android.bp target for ExoPlayer core
431cd5ae : Rename ExoPlayer annotation stubs target
b258abb5 : Rename jarjar rules to be target-agnostic
0239bae2 : Avoid Android.mk files in external/exoplayer
8c5f68b3 : Disambiguate comment in external/exoplayer/Android.mk
41a78d6b : Make update script support multiple copies
9a028464 : Add a copy of ExoPlayer at dev-v2 ToT
1cd67d48 : Enable UI component in Exo Player lib
0a1d1bf6 : Make XmpMotionPhotoDescriptionParser public
a1595870 : Remove stale comment
2cff1a8f : Add @RequiresAPI to fix lint for MediaProvider
1e1a46dd : Add an autogenerated notice to annotation stubs
bb3a8ddc : Delete all .mk files in the ExoPlayer tree
0371f275 : Make exoplayer2.15.1-core visible to MediaProvider
a535d339 : Add Android.bp target for ExoPlayer core
b7c74700 : Rename ExoPlayer annotation stubs target
47fe4820 : Rename jarjar rules to be target-agnostic
897d621c : Avoid Android.mk files in external/exoplayer
ff06b30c : Disambiguate comment in external/exoplayer/Android.mk
2165cb7e : Make update script support multiple copies
59dca420 : Add a copy of ExoPlayer at dev-v2 ToT
3423b4bb : Clean up ownership in external/exoplayer/
88a64e03 : Fix external/exoplayer TEST_MAPPING

+- Project: platform/external/expat

7a095022 : Prevent XML_GetBuffer signed integer overflow
65bca83f : Prevent XML_GetBuffer signed integer overflow
a924d536 : Prevent XML_GetBuffer signed integer overflow
436f09a3 : Prevent XML_GetBuffer signed integer overflow
9d79464d : Prevent XML_GetBuffer signed integer overflow
b7179f2c : Prevent integer overflow in function doProlog
c4427acd : Prevent integer overflow in function doProlog
247dff00 : Prevent integer overflow in function doProlog
f7a4873f : Prevent integer overflow in function doProlog
8524cb8b : Prevent integer overflow in function doProlog
257f1d37 : Prevent integer overflow in function doProlog
d6a09f1b : Prevent XML_GetBuffer signed integer overflow
2399a30d : Prevent integer overflow in copyString
fe3486a7 : Prevent integer overflow in copyString
5164ae78 : Prevent integer overflow in copyString
72de6c81 : Prevent integer overflow in copyString
e25c8403 : Prevent integer overflow in copyString
16ca7a94 : Prevent integer overflow in copyString
52e2e054 : Add license_note
f898dc22 : Upgrade expat to R_2_4_6
f17eaa38 : Fix a malformed patch line.
10e504f1 : Update cpe for vulnerability scanners
2cd04903 : Replace local MUSL define with global ANDROID_HOST_MUSL
33bf9751 : Upgrade expat to R_2_4_1
91e0f0d1 : Add support for building libexpat against musl

+- Project: platform/external/f2fs-tools

46e1b83 : f2fs-tools: use proper 64bit types for PPC
97ce230 : mkfs.f2fs: fix wrong indentation and clean up
0d3d26d : mkfs.f2fs: set project quota by default for -g android for v4.14+
1de1db8 : f2fs-tools: add atomic write related options to f2fs_io write command
5e241a4 : Use static_executable: true to create static binary
85cd72a : mkfs.f2fs: set required quota types only
028af9f : fsck.f2fs: Add progression feedback
972d710 : fsck.f2fs: do not assert if i_size is missing i_blocks in symlink
f63551b : f2fs-tools: separate other bugs in fsck_verify
ade81b9 : f2fs-tools: remove false failure alarm when fixing quota
06a4db5 : Support make_f2fs.static for android flashstation
754de97 : Support dynamically linked fsck.f2fs
47c2b3e : Add f2fs.fsck to vendor_ramdisk.
99bc497 : f2fs-tools: fall back to the original version check when clock_gettime is not supported
1603a3d : mkfs.f2fs: wipe other FS magics given -f
63d5004 : fsck.f2fS: is_valid_summary(): check whether offset is out of bounds
3fd996c : Avoid redefined ALIGN_UP
1edc138 : fsck.f2fs: Update the usage about option of preen mode
49159df : f2fs-tools: change fiemap print out format
8bcb58e : f2fs_io: add rename w/ fsync option
9429e86 : fsck.f2fs: add basic compress related check/fix
529967e : f2fs-tools: make fiemap command in accordance with uapi
1228009 : f2fs-tools: rebuild the quota inode if it is corrupted
9ee091e : f2fs-tools: add periodic check in kernel version check
1bc7658 : dump.f2fs: minor clean ups
69952e3 : f2fs-tools: fix wrong value of reserve_new_block parameter in page_symlink
76d2a91 : f2fs-tools: add extent cache for each file
8d464ee : f2fs-tools: fix wrong file offset
acd2518 : fsck|dump.f2fs: add -M to get file map
027488e : mkfs.f2fs: remove android features for RO
e01ad31 : f2fs-tools: fix metadata region overlap with zoned block device zones
f3b93bf : sload.f2fs: Reword "IMMUTABLE" in strings/comments
820b5e3 : sload.f2fs: use F2FS_COMPRESS_RELEASED instead of IMMUTABLE bit
1d2683f : f2fs-tools: support small RO partition
a9594c6 : fsck.f2fs: add "-l" to show the layout information
38e3115 : f2fs_io: add to show immutable bit
6afd3e9 : tools: Introduce f2fslabel
3218ff9 : f2fs-tools: correct get kernel version logic
19d49b5 : dump.f2fs: fix memory leak caused by dump_node_blk()
15d4d7b : fsck.f2fs: fix memory leak caused by fsck_chk_orphan_node()
1900c22 : mkfs.f2fs: fix memory leak in not enough segments error path
5cc365c : resize.f2fs: fix memory leak caused by migrate_nat()
870915f : f2fs_io: split definition check for crypto ioctl
91f9db2 : fsck.f2fs: update kernel version in superblock on forced check

+- Project: platform/external/fdlibm

0098356 : Update OWNERS file

+- Project: platform/external/fec

4a1e347 : Make libfec vendor_ramdisk_available.
158c2f5 : Add ramdisk_available to init_first_stage's deps

+- Project: platform/external/fft2d

e6aed76 : Add license_note
9903206 : Add Android.bp to fft2d to compile correctly. Update to most recent release.

+- Project: platform/external/firebase-messaging

8689a85 : [LSC] Add LOCAL_LICENSE_KINDS to external/firebase-messaging

+- Project: platform/external/flac

1eae64e0 : Move comment to license_note
68f9021b : Add explicit apex_available clauses
477e6aca : libFLAC: Restrict number of bytes in a frame
027e439d : libFLAC: Restrict number of bytes in a frame

+- Project: platform/external/flatbuffers

b933abb9 : Add flatbuffers to hwasan-postsubmit
75f22554 : Add min_sdk version to libs bt apex is dependent on
35815b62 : Renamed bluetooth apex name to com.android.bluetooth

+- Project: platform/external/fmtlib

be3d771f : Add fmtlib to hwasan-postsubmit.
ff95f543 : Adding min_sdk fields to compile with Bluetooth Apex
e6b01134 : Define fmtlib_headers

+- Project: platform/external/fonttools

0b59a54 : Update FontTools to 4.31.2 to gain access to iterSubTables.
7464785 : Add license_note

+- Project: platform/external/freetype

ecc39fad3 : Update cpe for vulnerability scanners
3f83daeec : * Version 2.11.1 released. ==========================
03380482c : [builds/windows] Improve debugging.
3b45f564e : * src/base/ftobjs.c (FT_Request_Metrics): Fix build warning on Android.
64e26ad3a : * builds/windows/vc2010/freetype.vcxproj (DlgCopy): Minor tweak.
36a905e17 : * src/truetype/ttpload.c (tt_face_load_hdmx): Added comments.
32f13c11a : [truetype] Quietly reject out-of-spec `hdmx` tables.
cff026d41 : [truetype] Partly revert 5b626281.
99086bf22 : * builds/windows/vc2010/freetype.vcxproj (DlgCopy): Use transforms.
3cabd142c : Update `CHANGES` files, other minor whitespace and documentation issues.
81912a138 : formats.txt: Add info about WOFF and WOFF2.
407f31ff8 : meson.build: Initialize `common_ldflags`.
896630bed : * meson.build: Fix compatibility version on MacOS.
a11650d7f : * src/truetype/ttinterp.c (Ins_MD): Avoid `FT_ABS`.
f8a4163a4 : * include/freetype/fttypes.h (FT_MAKE_TAG): Remove the same casting.
6da5f95fc : [gxvalid] Fix minor compilation warning.
f5ce18242 : [smooth] Fix stand-alone compilation.
8c8f51c55 : Avoid undefined left-shifts.
9079c5d91 : Provide C++ versions for public macros with casts.
238245cd6 : Fix clang++ warnings.
e4f7673e4 : [truetype] Updates for the forthcoming OpenType 1.9 standard (2/2).
93e6b3e8e : [truetype] Updates for the forthcoming OpenType 1.9 standard (1/2).
d31bafcb9 : Fix clang warnings.
9597fd7b4 : [sfnt] Avoid undefined shifts in `COLR` v1 paint parsing
cf5531365 : [builds/windows] Improve `DlgCopy` target.
42e617238 : Explicitly define `FT_MSB` for Clang.
c5cd2a3db : * src/truetype/ttgxvar.c (ft_var_to_normalized): Edge optimization.
188c7d667 : Additional `FT_MSB` macro definitions.
05089e8a0 : [build/windows] Remove logging from default debug configurations.
d899b200f : * src/sfnt/sfobjs.c (sfnt_open_font): Fix typo.
b86f96bce : * src/gxvalid.*, src/otvalid.*: Fix `-Wformat` warnings.
cce782281 : [pshinter] Fix C++ compilation.
7ef266045 : [sfnt] Reduce footprint if WOFF and WOFF2 support is not needed.
bb4e049ab : [truetype] Make trickyness checks depend on TT_USE_BYTECODE_INTERPRETER.
9ebdc9cb1 : * src/sfnt/ttload.c (tt_face_load_gasp): Fix a type mismatch warning.
7f4b9bfbc : [dlg] Define DLG_STATIC explicitly.
c693377ed : [dlg] Lighten up the inclusions.
cb9e7b7aa : [truetype] Avoid some memory zeroing in variations.
fc55291b1 : [truetype] Fix handling of packed deltas in Variation Fonts.
9ed5332fe : [truetype] Fix CVAR handling of tuples for all points.
23d1d8ada : * src/truetype/ttgxvar.c: Fix typos in macros that guard CVAR code.
5d651faa7 : * docs/INSTALL: Mention Meson and MSBuild more prominently.
e6e6cbf16 : [libpng] Update Meson wrap for win-arm64
d3d3ff76d : [sfnt] Clarify `COLR` v1 FT_Paint* format representations
588a058d9 : [builds/windows] Let MSBuild handle DLG copy.
94cb3a2eb : * src/truetype/ttgload.c (load_truetype_glyph): Fix MSVC warning C4312.
31fd05470 : [builds/windows] Separate MSVC linker and librarian.
79b28d378 : [builds/windows] Revise MSVC linking optimizations.
793c01263 : [woff] Optimize table tagging.
a577bbcb5 : [woff2] Optimize table tagging.
80b13f573 : Formatting.
535c67dda : [mm] Tolerate missing Blend dictionary entries
f091e60c4 : [builds/windows] Add MSVC linker optimazations.
92f5e15f4 : * builds/windows/vc2010/freetype.vcxproj: Use MachineARM64.
5e6efd6a4 : [builds/windows] Prioritize x64.
80bd4cba7 : [builds/windows] Add ARM64 platform.
65be4b211 : [mm] Delay setting blend weight and design position.
b5e003f1f : [cff] Commit vstore data and regions on allocation.
fde91ab8f : [sfnt] Delay setting gasp ranges and count until computed.
6d12e3a0c : [sfnt] Delay setting names and langTags until computed.
e990c33f2 : * tests/issue-1063/main.c: s/PATH_MAX/FILENAME_MAX/.
8ef8072ba : [bdf, cid, pfr, winfonts] Improve rejection of other font formats.
38b349c41 : [pcf] Zero out the allocated properties.
de9faa53e : configure: Use string comparison for directory inodes.
986d503f4 : * src/sfnt/ttload.c (tt_face_load_name): NULL-initialize langTag.
30ca63d4f : [bdf] Fix up user properties.
afd1cb288 : * src/sfnt/ttload.c (tt_face_load_name): Accounting fix.
c71eb22dd : Fix typos in memory macros.
8406ae532 : [truetype] Reload context after re-executing `prep`.
0b92c56c3 : [truetype] Minor documentation improvements.
943a6bf7e : Add clang build to linux CI
ede96b239 : CI: Add macOS CI, including a clang build
e294a95ca : * src/cid/cidload.c (parse_fd_array): Protect against trancation.
1029eb937 : [type1] Revert to signed size for binary data.
77bd46e95 : [psaux] Signedness revisions.
3b036820d : [cid] Signedness revisions.
012b4f2d4 : * src/cid/cidload.c (cid_face_open): Streamline CIDCount check.
946df2216 : * src/cid/cidload.c (cid_face_open): Streamline SubrCount check.
0313a11c4 : * src/cid/cidgload.c (cid_load_glyph): Fortify incremental loading.
22befeef8 : Signedness revisions.
842ec5ed6 : meson.build (gen_docs): Use `current_source_dir` instead of `source_root`.
0f23ae2e8 : * src/smooth/ftgrays.c (FT_DIV_MOD): Limit the ARM workaround.
a15604060 : [builds/unix, builds/vms] Standardize `mmap` failure.
467e49e81 : autogen.sh: Only copy submodules if building from a git branch.
bbab0a675 : * include/freetype/internal/ftgloadr.h: Add missing header.
ec6a45882 : [pshinter] Additional clean-ups.
227445f61 : [pshinter] More convenient direction definition.
d102a5143 : [pshinter] Remove unnecessary check.
3a65f1a21 : CI: Hardcode meson version to fix build failure on windows
311764fab : Additional `FT_MSB` macro definitions.
68fae526c : * src/autofit/afhints.c (af_glyph_hints_reload): Decrease casting.
1d79c892c : * src/tools/apinames.c: Facilitate OpenVMS linker options.
dd0ccdc3d : * src/winfonts/winfnt.c (FNT_Face_Init): Correct reallocation.
12ef831fc : [builds/unix] Do not use autoconf SIZEOF.
766b2c19e : Propagate sign when reading OFF3.
a69320a9b : [bdf] Simplify comment collection or lack thereof.
a29e02005 : Use NULL for pointers only.
6d19b29fb : Minor documentation fixes and improvements.
3b573e452 : Reference `fopen` in the docs.
90b14882e : [bdf, pcf] Minor optimization.
b4dddd824 : [base] Initialize stream memory earlier.
93866bec7 : [builds/windows] Revert back to `CreateFileA` only.
892e7eadc : * src/bdf/bdflib.c (_bdf_parse_{start,glyphs}): Use appropriate scanner.
619036096 : Minor.
71969d1ed : * src/cff/cffdrivr.c (cff_ps_get_font_{info,extra}): Use FT_QNEW.
529158983 : [cache] Minor clean-ups.
0b429b609 : [builds/windows] Try both wide and narrow `CreateFile`
6e1ef98a0 : [cff] Explicitly set StandardEncoding or ExpertEncoding offsets.
fce74b736 : [cache] Miscellaneous clean-ups.
79d14cc25 : * src/cff/cffload.c (cff_fd_select_get): Remove casting.
ae516e6a4 : * src/pcf/pcfread.c (pcf_read_TOC): Remove casting.
801b7540d : Minor type adjustments.
49270c170 : Replace boolean allocation macros with MEM ones.
9a4c846e6 : [cache] Revert to some zeroing.
0a8ee851e : * src/pshinter/pshrec.c (ps_mask_table_merge_all): Tweak loops.
731d0b685 : [cff, pshinter] Clean up unsigned counters.
058f3f2d7 : [bdf, psnames, sfnt] Avoid some memory zeroing.
59b43ae66 : * src/base/ftobjs.c (FT_CMap_New): Revert to zeroing.
073ff2d77 : [truetype] Clean up `exec` initialization.
fab94f9fc : [truetype] Avoid some memory zeroing.
c1fa7aa2b : [base] Avoid some memory zeroing.
a8e8d9d7a : [cache, psaux] Remove zeros.
9870b6c07 : [cache] Avoid some memory zeroing.
2d57b0592 : * src/cache/ftcmanag.c (FTC_Manager_New): Add missing zero.
5b626281f : [truetype] Tweak `hdmx` checking.
e942a3100 : [truetype] Tweak `loca` clamping.
c350aac09 : Fortify memory debugging (cont'd).
63806aad9 : Fortify memory debugging.
77dcc5ed6 : src/tools/ftrandom/ftrandom.c (_XOPEN_SOURCE): Set to 600.
7e26c7a6d : [builds/windows] Use native memory allocation API.
60a93ea23 : [dlg] Synchronize with upstream.
aee1fd3bb : Cosmetic zeros.
7bf655b22 : * src/bdf/bdflib.c (_bdf_parse_start): Keep parser memory.
d1d3dc023 : autogen.sh: Make it work with old Solaris 10 shell.
7f8f0c1c7 : [smooth, raster, sdf] Clean up initialization calls.
a7b199d08 : * src/cache/ftcmanag.c (FTC_Manager_New): Avoid some zeroing.
0a6f0f8fe : * src/bdf/bdflib.c (bdf_load_font): Remove memory shuffling.
a81cf5aad : Cosmetic zeros.
7482c98f1 : [base] Clean up stream reading.
612925ff2 : s/0/NULL/ where appropriate.
efa1a3590 : * builds/windows/ftsystem.c (FT_Stream_Open): Fix double-close.
b6c11d494 : [smooth] Reduce shift in multiply-shift optimization.
d1c200050 : [truetype] Fix compilation if !TT_CONFIG_OPTION_BYTECODE_INTERPRETER.
6804ce298 : [builds/windows] Revise SSE2 settings.
a842a0984 : [smooth] Detect SSE2 with MSVC for x86
3785393d1 : Expand comment (cont'd).
686e2a5eb : Expand comment.
f7f9cb0dd : * src/smooth/ftgrays.c (gray_render_conic): Refactor redundancy.
503183579 : [truetype] Fix for the family name shorter than 8 characters.
c4fc0e690 : [truetype] Simplify `trick_names'.
992382ba2 : [truetype] Add 2 tricky font names.
2b3ccd6e2 : [truetype] New function to skip the randomization tag.
1c23982dd : [truetype] Add checksums for 2 tricky fonts.
78f2bd0bd : Whitespace formatting.
d92aa23fd : Decorate const arguments.
d62d583d9 : [smooth] Clean up the null cell usage.
6e9d8d314 : [base] Restore quiet no-op rendering of bitmap glyphs.
de3b5c201 : [smooth] Fortify 64-bit algorithm.
f0f00f7c1 : * builds/windows/ftsystem.c (FT_Stream_Open): Support legacy Windows.
ffdac8d67 : Determine `long long` availability based on its size.
633fe0876 : [sfnt] Fix format expectation for `COLR` v1 ClipList
02ba0fc81 : Readily use `long long` as a 64-bit type in C99 mode.
857038399 : Use FT_INT64 instead of FT_LONG64.
e2cceed85 : [builds/windows] Do not set CharacterSet for VC++.
f44c2d586 : * src/sdf/ftsdf.c (get_control_box): Fix compiler warning.
f11f3ed15 : [base] Fix ppem size overflow.
536a10aca : * builds/windows/ftsystem.c (FT_Stream_Open): Cast to remove warning.
5116f1296 : * builds/windows/ftsystem.c (FT_Stream_Open): Support UNICODE compilation.
fed552101 : * src/sfnt/ttcolr.c (tt_face_get_color_glyph_clipbox): Minor fix.
e40ae7569 : [sfnt] Add missing blend mode 'plus' to 'COLR' v1.
2c853b38a : include/freetype/freetype.h (FT_Encoding): Improve documentation.
18fc64e6a : [smooth] Avoid integer overflow.
47cf8ebf4 : [sfnt] Add API for retrieving a 'COLR' v1 'ClipBox' table.
6be8bfe49 : [smooth] Fix left shifts of negative numbers.
09195a82a : * meson.build: Fix zlib support.
be6ab3190 : [sdf] Fix out-of-range-access.
ebcc96e55 : Fix invalid memory access in `bsdf` rasterizer.
47b1a541c : * meson.build: Honor `--includedir` instead of hard-coding 'include'.
d2367abac : src/sfnt/ttcolr.c: Minor formatting.
30a82e1e5 : [sfnt] 'COLR' v1 PaintSweepGradient spec update
5c0ac7a43 : [sfnt] Retrieve affine matrix from offset in 'COLR' v1 parsing.
66189807b : [sfnt] 'COLR' v1 PaintSkew related spec updates
48df0fa65 : [sfnt] PaintRotate/PaintRotateAroundCenter spec updates
d7bdcb1bb : [sfnt] 'COLR' v1 PaintTranslate and PaintScale precision
6af39c3d7 : README.git: Add Code of Conduct.
ba47af32b : ChangeLog housekeeping.
c2fa51d9b : Fix some `cppcheck` warnings.
28c2d7f31 : * .gitlab-ci.yml: Fixed cmake build, using correct options.
1f742f05b : * CMakeLists.txt: Make `cmake` handle disabled dependencies correctly.
5bcaf51b6 : [autofit] Split `afwrtsys.h`.
801cd842e : * Version 2.11.0 released. ==========================
4082b863c : Document direct header inclusion valid since 2.6.1.
357b353c2 : * src/smooth/ftgrays.c: Fix compilation if `FT_LONG64` is undefined.
7bc0f48c2 : [tests] Allow arbitrary build directories.
685acc04d : docs/CHANGES: Mention slight rendering changes.
c35961a92 : * tests/issue-1063/main.c (main): Fix uninitialized variable.
552fc97fe : [smooth] Minor fixes.
93771d619 : Formatting and ChangeLog additions for previous commits.
c37c08738 : Guard inclusion of emmintrin.h
56cc2ad44 : [smooth] Implement Bezier quadratic arc flattenning with DDA
86b9c9347 : [smooth] Minor speedup to smooth rasterizer
5ec7f5883 : tests/scripts/download-test-fonts.sh rewrite in Python3
f7c6a06cb : Support architectures where `long` is smaller than pointers.
5d27b10f4 : [base] Fix `FT_Open_Face`'s handling of user-supplied streams.
a4c8f21ae : [base] Reject combinations of incompatible `FT_OPEN_XXX` flags.
e592982a8 : [sdf] Improve documentation.
c5516e0f7 : * meson.build: Fix build for other UNIX systems (e.g., FreeBSD).
825b7ea2f : [autofit] More clean-ups.
205d1ae43 : Small clean-ups for the last few commits.
a212668c9 : Remove obsolete AF_Angle type and related sources.
2f11522a2 : Remove experimental auto-hinting 'warp' mode.
15e889800 : Remove experimental "Latin2" writing system (FT_OPTION_AUTOFIT2)
59e95b014 : Update 'dlg' subproject.
50d0033f7 : meson.build: Minor doc fix.
89c60eca6 : * src/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix argument.
5e32a0349 : README.git: Revised.
a399fb89d : meson.build: Minor doc improvements.
4cb8a88ac : * meson_options.txt: Sort alphabetically; no final full stops.
d3dc2da9b : * src/truetype/ttgxvar.c (tt_set_mm_blend): Test `coords`.
286da6c52 : [sfnt] Support PaintScale in 'COLR' v1 parsing.
0348c627b : [sfnt] Handle fonts without layer list in 'COLR' v1.
f27b4834b : * src/raster/ftraster.c (Render_Single_Pass): Simplify `band_stack'.
90ecac411 : Update `CHANGES` file; other minor doc fixes.
69c3516c8 : [raster] Do not skip the second pass without dropout control.
3696ac5a1 : [raster] Handle sub-band stack locally.
7be47010e : [CI] Introduce linux CI and refactor job names
e1b1b5422 : ftcolor.h: Minor grammar fix.
c852388df : [raster] Handle Bézier stack locally.
7d4e55c32 : [sfnt] Improve paint limit checks
3a278381a : [raster] Clean up vertical sweep.
fb4511eb9 : [raster] Make `band_top' local variable.
f6370e2f0 : [raster] Adjust sub-band bisecting limits.
bc1029b9c : * src/raster/ftraster.c (Render_Single_Pass): Remove dead code.
ff4077659 : [base] Add trace level to logging output.
1e0cef9e7 : [smooth, raster] Fix up and align error codes.
d8ac180c8 : [smooth, raster] Remove synonymous error macros.
1e65e6051 : fterrors.h: Fix documentation extraction of `FT_Error_String`.
4cb21b9a9 : [sfnt] s/PaintTransformed/PaintTransform/, s/transformed/transform/.
284eec1e1 : Move 'COLR' API to `ftcolor.h`.
bcd73f7db : freetype.h: Mark 'COLR' v1 API as experimental.
008e42a12 : ftver.rc: Update copyright year.
b460a5061 : [truetype] Fix integer overflow.
232243e74 : Prevent hinting if there are too many segments.
61bac7596 : * src/sdf/ftsdfrend.c (ft_(b)sdf_render): Do not FT_ERROR routinely.
482c57cc3 : Add `ChangeLog` entries for last two commits.
f8c5c5468 : Fix for issue 1063
6f273f687 : [meson] Add first regression test to FreeType
c6fcd6122 : Add a comment.
8336d53cf : [type42] Fix new memory leak.
db0f2c448 : [psaux] Fix another assertion.
a34afe678 : [psaux] Fix assertions.
9bfecfd2b : * src/truetype/ttinterp.c (TT_RunIns): Optimize tracing.
7833e308e : [sdf] Fix SDF positioning.
8dc02fb99 : More CHANGES.
08f66322e : More various documentation improvements and fixes.
d586927d1 : Various documentation improvements and fixes.
640f654bd : Fix 'devel' build for COLR 'v1'.
b24cfc8dc : [sfnt] Sanitize cmap4 table better.
ee6d03d36 : [sfnt] Pointer validity check when reading COLR 'v1' layers
41fa19fce : * src/sdf/ftsdfcommon.c: Fix inclusion of header files.
35b21c71e : [sdf] Make `make multi` work.
36ee71714 : [sdf] Formatting and improved comments.
2b1d55626 : [sdf] Use 8 bits for final SDF output instead of 16bits.
2a6665a4c : [sfnt] Fix fallout from 2021-05-29 change.
7ca7da9d1 : * src/autofit/aflatin.c (af_latin_metrics_scale_dim): Fix tracing.
0abbc9f51 : [psaux] Fix MSVC compiler warnings.
6e253b26b : Typos in previous commit.
a50c39aa8 : Fix compilation errors and (some) warnings for clang++.
2bfdc161f : [build] Allow overriding of `ANSIFLAGS` for GNU make build.
28eee3636 : [type42] Fix auto-hinting.
0d1c306e5 : [psaux] Guard and trace AFM kern data allocation.
5f485339b : .gitignore: Add `subprojects` directory, fix some patterns.
16947c0eb : * meson.build (ft2_public_headers): Add missing `ftcid.h'.
2468e59af : [type42] Avoid some memory zeroing.
ebf9e5ac7 : [CMake] Update dependency finders.
06e21ffed : [gzip] Use exact type for `ft_gzip_alloc` and `ft_gzip_free`.
81852fbcc : Prioritize the anti-aliasing renderer module.
1bc801b0d : [sfnt] Additional guards on the POST table.
de1516577 : [psaux] Use doubling allocation strategy for CF2_ArrStack.
2d3f5dd29 : * src/smooth/ftgrays.c (FT_MAX_GRAY_SPANS): Increase from 10 to 16.
c653b8d2f : * src/smooth/ftgrays.c (FT_GRAY_SET): Adjust for better code.
8f43d324d : [smooth] Faster bitmap sweeping.
b07026452 : * src/smooth/ftgrays.c (gray_hline): Simplify even-odd computations.
967a34eee : [type1] Avoid MM memory zeroing.
2f62d8e07 : * src/bdf/bdflib.c (_bdf_list_ensure): Tweak allocation macro.
79ed536d0 : * src/psaux/psobjs.c (ps_parser_load_field): Tweak allocation macro.
44c59414e : * src/sfnt/sfobjs.c (sfnt_load_face): Tweak allocation macro.
998c7c0f1 : * src/cid/cidload.c (cid_read_subrs): Tweak allocation macro.
2d9578488 : * src/base/ftrfork.c (FT_Raccess_Get_DataOffsets): Tweak allocation.
8150ed0db : [cff,psaux] Avoid memory zeroing (contd.).
82fd32d67 : * src/cid/cidload.c (cid_hex_to_binary): Improve return value.
66630d882 : [sfnt] Streamline POST format 2.0 handing.
ec95f9c92 : [bdf,pcf] Avoid memory zeroing (contd.).
d911cb539 : * src/cid/cidload.c (cid_read_subrs): Tweak allocaton macro.
dc42f826a : [sfnt] Avoid some memory zeroing.
b8968d666 : * src/sfnt/ttpost.c (load_format_{20,25}): Tweak allocaton macros.
2583b6085 : * src/sfnt/pngshim.c (Load_SBit_Png): Tweak allocaton macro.
56ae94305 : [truetype] Avoid some memory zeroing.
c177cc354 : [woff2] Avoid some memory zeroing.
4e1c6a12e : * src/gzip/ftgzip.c (ft_gzip_alloc): Zero out memory again.
f631542da : [lzw] Preserve decompression stack when relocating to heap.
c213c8a9b : * src/cid/cidgload.c (cid_load_glyph): Restore the glyph_length check.
2ec6feaf3 : * src/psmodule.c (ps_unicodes_init): Ignore empty glyph names.
caff87b1f : * src/sfnt/sfobjs.c (sfnt_init_face): Revert macro change.
8750e843d : [cff] Avoid some memory zeroing.
618d0834c : [pfr] Avoid some memory zeroing.
b0a281974 : * src/winfonts/winfnt.c (FNT_Face_Init): Tweak memory macro.
deee5b701 : [psaux,psnames] Avoid some memory zeroing.
ecb1f0473 : [trusty] Add teeui to library build system
270ff52f6 : [base] Avoid some memory zeroing.
c2d283143 : [bdf,pcf] Avoid some memory zeroing.
f998eaf97 : * builds/meson/process_ftoption_h.py: Add LF at EOF.
c78f78fab : * src/cff/cffload.c (cff_index_get_pointers): s/FT_QALLOC/FT_ALLOC/.
0bd5d95d6 : * src/base/ftobjs.c (Mac_Read_POST_Resource): s/FT_ALLOC/FT_QALLOC/. * builds/mac/ftmac.c (FT_New_Face_From_SFNT, read_lwfn): Ditto.
e6e5b67db : * src/sdf/ftsdf.c (sdf_{edge,contour,shape}_new): Use FT_QALLOC.
6ada59ab7 : [sfnt] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
ec9e5114b : [cff,type1,type42] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
baa0f71dd : [cid] s/FT_ALLOC/FT_QALLOC/ and clean up.
b3438ccb3 : [pfr] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
1e525c62a : [bzip2,gzip] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
a0fb6dbcd : [pcf,bdf,winfonts] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
23f85c8a9 : [cache] Optimize SBit copying.
93715ab2c : [gxvalid,otvalid] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
90b97a833 : [psaux] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
44b1ebe51 : [base] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.
8a459e517 : [cache] Restore SBit copying for unowned (BDF) bitmaps.
361465dec : Bitmap tracing.
e662a9500 : [sfnt] Return in 'COLR' v1 when layer pointer outside table
7c685cb3f : [cache] Switch to lazy SBit setting.
02dec6173 : Typo.
2e68785e0 : * src/cache/ftcsbits.c (ftc_snode_load): Properly handle short pitch.
6f6ad8763 : * builds/unix/freetype2.m4: Fix help string formatting.
7f8a1edd3 : [sfnt] Safeguard 'COLR' v1 layer extraction
b9b74f9f7 : A few words on prerequisites.
f9350be1e : [base] Complete `ft_glyphslot_clear`.
52f2a008f : Update TT_New_Context documentation
369d8be97 : [truetype] Prevent glyph program state from persisting.
1c0862938 : [sfnt] Check validity of pointer location of `read_color_line`.
c1e1a07f7 : [docs] Update docwriter stylesheet for 1.3.1.
e9c50fa77 : * src/sfnt/pngshim.c (Load_SBit_Png): Free `rows` once later.
b0729b8fb : [sfnt] Fix memory leak in png loading.
66005cbae : * CMakeLists.txt: Don't limit generation of 'pkg-config' file to UNIX.
1578e570c : README.git: Document cloning of official site and Savannah mirror.
fb9bf2efa : * src/smooth/ftgrays.c (gray_set_cell): Refactor to fix VC++ warning.
2149b51f2 : Handle various VC++ compiler warnings.
80bda804d : [smooth] Reduce copying during integration phase.
d5b7de554 : * src/smooth/ftgrays.c (FT_INTEGRATE): New convenience macro. (gray_render_line, gray_render_scanline): Use it.
851684997 : * src/smooth/ftgrays.c (gray_render_line): Rearrange conditionals.
fedd945c3 : meson.build: Minor formatting.
7252e35ed : [meson] Fix 'mmap' handling on Windows.
e22293281 : [ci] Add basic support for Meson builds with MSVC on Windows.
bb42afbda : [meson] Add subproject fallbacks for 'libpng' and 'zlib'.
d69d9c239 : [meson] Make it work with Windows.
7227aabb3 : Revert "[sfnt] Fix crash in `Load_SBit_Png` on Windows x64."
dbf9142f7 : [sfnt] Fix crash in `Load_SBit_Png` on Windows x64.
f7d7e7f9f : freetype.h: Documentation typos.
ff34ea8ed : Improve build documentation.
e1f364e50 : [woff2] Fix memory leak.
df7fcafe6 : * CMakeLists.txt: Update location of `LICENSE.TXT`.
111f2f27b : * builds/unix/ax_pthread.m4: Update from 'autoconf-archive'.
eca35e04f : [unix] Updates for autoconf 2.71.
635d394fe : * builds/toplevel.mk: Fix previous commit.
c3a0b43ec : * builds/toplevel.mk: Use rules for handling 'dlg'.
dfa7cca5f : * builds/toplevel.mk: Avoid side effects of `shell`.
92bd99bd2 : Move 'dlg' submodule to `subprojects` directory.
215ae2533 : [sfnt] Update paint format values to support non-variable paints.
b2aeca5fd : * CMakeLists.txt: Improve 'bz2' support.
7849316cc : * src/tools/update-copyright-year: Fix single-year entry handling.
d51452e3e : Add new function `FT_Get_Transform`.
d93a01193 : Minor editing of last commit; formatting.
70fd20e67 : Decorate qsort callbacks with cdecl.
54c5ad5c9 : [sfnt] Implement 'COLR' v1 sweep gradients.
c8dede7b1 : [dlg] Update submodule to upstream's current master.
64f01bfed : [sfnt] Provide optional root transform for 'COLR' v1 glyph graph.
cc90307d7 : * meson.build: s/freetype2_dep/freetype_dep/.
3dbdb78a2 : [meson] Fix handling of HarfBuzz library.
2c4055960 : Meson: Fix dependency lookup and generate ftconfig.h
e11cc40a2 : * meson.build: Fix resource compilation on Windows.
69e0faa89 : * meson.build: s/ft2_libtool_version/ft2_pkgconfig_version/.
0565c5ba2 : * meson.build: Use `meson.override_dependency`.
5c81e09b1 : * meson.build (bzip2_dep): Simplify.
1b69fb9bd : * meson.build: Set project version.
947e47528 : [base] Fix Netpbm tracing message.
d924a66a5 : * src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`.
fd7f92b6f : * builds/unix/configure.raw [mmap]: Restore default path.
0636dc8af : [psaux] Fix integer overflow.
d3befe1c7 : * builds/unix/configure.raw [mmap support]: Explicitly handle Windows.
5635d5edc : * builds/unix/configure.raw [mmap support]: Correctly handle Windows.
689402418 : builds/{unix,windows}/ftsystem.c: Sync comments with `src/base/ftsystem.c`.
4554c6da4 : * builds/windows/ftdebug.c: Synchronize with `src/base/ftdebug.c`.
324612ceb : Always provide logging API.
939e84446 : * builds/unix/configure.raw: Fix typo.
7ae5609db : * src/base/ftstroke.c (FT_Stroker_EndSubPath): Ignore tiny gaps.
4c3bd2ab9 : [stroker] Minor clean-up.
601c5a611 : Improve ChangeLog entry for last commit.
bb33f03a7 : * builds/windows/ftsystem.c: Add shared memory support on Windows.
c7cc947c0 : Minor documentation fixes.
209e9841f : Require HarfBuzz 2.0.0.
8dc311320 : * autogen.sh: Absorb `version.sed'. * version.sed: Removed.
60ba8fe9e : Move old ChangeLog files to new `docs/oldlogs` directory.
0606350c2 : LICENSE.TXT: Moved to root directory; minor edits.
b594cd90b : * srd/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix return value.
f1f9705f9 : [afshaper] Fix hb_ot_tags_from_script deprecation warning.
d35c7f7cb : * src/tools/update-copyright-year: Fix single-year entry handling.
b6e8a7126 : Update all copyright notices.
4278ee6ca : no-copyright: Updated.
4e7a01840 : * builds/unix/unixddef.mk: Remove the second DEVEL_DIR definition.
5e4ed8ba2 : Documentation update for repository move to 'freedesktop.org'.
b0f86752a : .gitattributes: New file.
89184195b : README, README.git: First updates due to freedesktop.org migration.
268bdd776 : CHANGES: Mention 'COLR' v1 support.
ba1a6acf2 : [sfnt] Additional checks for 'colr' table presence.
53fea8774 : Add config option to test for 'COLR' v1 support in headers.
4b58cf47c : [base] Fill 'COLR' v1 API templates to make them work (#59703).
d3e95d97a : [sfnt] Register 'COLR' v1 API in driver (#59703).
6260b4901 : [sfnt] Add 'COLR' v1 API to retrieve color layers (#59703).
be06a9d00 : [sfnt] Add 'COLR' v1 API to iterate color stops (#59703).
cdad4db42 : [sfnt] Add API to get actual paint from `FT_OpaquePaint` (#59703).
9e422b67c : [sfnt] Add API to retrieve 'COLR' v1 root paint (#59703).
08dba4dc3 : Add new methods required for 'COLR' v1 to public API (#59703).
f57c24db6 : Add types required for 'COLR' v1 to public API (#59703).
03ceda970 : * builds/*: s/BUILD_DIR/PLATFORM_DIR/.
343155383 : [builds] Revert `FTMODULE_H' changes.
0901a6f74 : Tweak .gitignore.
6f24bab68 : [builds/windows] Fix up DLG build with VC++.
576403f22 : [builds] Relocate `FTMODULE_H'.
cbc14b10e : Fix ABI incompatibility.
8afc18543 : Fix typos from last commit.
6369058ee : [dlg] Move the headers to include/dlg to simplify their use.
f88c00e45 : * meson.build: Add summary.
c6345ca36 : * meson.build: Fix 'png' build option (#59458).
74f1b6be4 : [builds/windows] Add SDF to VC2010 project.
c6ff2556c : [sdf] Use 'counter-clockwise', not 'anti-clockwise'.
bca740d56 : Typo.
b6c8542df : * src/base/ftobjs.c (pixel_modes): Updated.
10a5dfec7 : [sdf] Remove custom memory tracker.
a8d3ad353 : .mailmap: Updated and synchronized with 'freetype2-demos' repository.
286e9e0d7 : [sdf] Two more copyright notices.
3c983eb84 : [sdf] Fix `make multi`.
aa1b5362d : [sdf] Fix tracing.
04a644325 : [sdf] Add copyright notices.
eb2b5bb10 : docs/CHANGES: Mention new SDF module.
b298a6446 : [sdf] Add debugging function.
6444875f6 : [sdf] Add brief technical overview of both rasterizers.
6cd6df55c : [sdf] Add 'bsdf' renderer to 'sdf' module.
d27d107f1 : [sdf] Add interface functions for the 'bsdf' rasterizer.
a21134751 : [sdf] Add function to copy SDF data into output bitmap.
e2ae96b97 : [sdf] Add '8-point sequential Euclidean distance mapping' algorithm.
6b9a8044b : [sdf] Add function to copy source bitmap to distance map.
0f644f38e : [sdf] Add functions to compute pixel edge distances.
c57617646 : [sdf] Add function to find edge pixels in a grid of alpha values.
9bbb3611b : [sdf] Add essential structures for the 'bsdf' rasterizer.
c6f394bf7 : [sdf] Add 'sdf' module to non-gnumake build systems.
05f6088df : [sdf] Added basic overlapping contour support.
879ca87f0 : [sdf] Add build infrastructure.
665ac9679 : [sdf] Add interface functions for the 'sdf' rasterizer.
1010f2c39 : [sdf] Add subdivision and bounding box optimization.
986d3108a : [sdf] Add function to generate SDF.
0d52f4ae0 : [sdf] Add functions to get shortest distance from any edge/contour.
81e32986c : [sdf] Add shortest distance finding functions.
c918b54f2 : [sdf] Add function to resolve corner distances.
a255125fe : [sdf] Add essential math functions.
cd4138458 : [sdf] Add utility functions for contours.
2de1b5630 : [sdf] Add functions to decompose `FT_Outline`.
cf0464d85 : [sdf] Structs, enums, macros, and functions for 'sdf' rasterizer.
c6ec87ec4 : [sdf] Add raster parameters structure.
56d27d32c : [sdf] Add 'sdf' renderer.
216270327 : [sdf] Add common elements for 'sdf' and 'bsdf' renderers.
cd6ff28a1 : [sdf] Add files for new 'sdf' module.
5a1b9d014 : [base] Allow renderers of different formats.
ec9b6c314 : Add data types required for the forthcoming 'sdf' module.
3b9196c46 : [base] Allow renderers of different formats.
2373074a2 : * builds/windows/detect.mk (COPY): Make it work with `shell`.
768022b98 : meson.build (ft2_defines): Fix builds on Windows.
0d5f1dd37 : [autofit] Fix double division in stem darkening.
7bdf386e7 : ftmodapi.h: Replace 0xA0 characters with spaces.
c948df52e : * include/freetype/ftmodapi.h (FT_FACE_DRIVER_NAME): New public macro.
84b3616c9 : Documentation edits.
f6be92767 : [truetype] Fix incremental metrics (#59503).
9cc89717b : Documentation edits.
a3edbfa98 : [type42] Pacify static analysis tools (#59682).
bd6d8e420 : .mailmap: Add Priyesh.
505943a6a : * builds/unix/configure.raw: Don't set `FT_DEBUG_LOGGING`.
272ae5ee2 : * src/*: More fixes for using a '\n' in `FT_TRACE` and `FT_ERROR`.
015a9b8d8 : */*: s/FT_LOGGING/FT_DEBUG_LOGGING/.
9f94d8533 : docs/CHANGES: Mention `FT_LOGGING`.
7d3ab6a7d : * builds/toplevel.mk (do-dist): Remove `submodules` directory.
a6adb2562 : * src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`.
74822f64b : [base] Don't close 'stderr' after logging.
c764686bc : * submodules/dlg: Updated to commit 9f0c8b22.
92db149e9 : * src/bdf/bdflib.c: Fix `-Wformat` warning.
f6b0fd7b7 : Improve setup for 'dlg' library.
fcdab61ed : [build] Use gcc (and clang) in C99 mode.
741a690ad : Update `.gitignore`.
1c229af2d : [dlg] Fix compiler warnings.
047f295fa : Typos.
769158809 : * src/type42/t42parse.c: Fix `-Wformat` warnings.
33bd25ca0 : [builds/unix] Check for 'pthread' library.
ce43d808d : [base] Implement vertical alignment of log printing.
ab0ea068e : Update logging related documentation.
6d9e6b21e : * src/*: Fix `-Wformat` warnings.
2a5d8e8ff : [builds/windows] Changes to build 'dlg' with FreeType on Windows.
2a46d1f04 : [base] Add public API to change log handling function.
5fea76cf0 : [base] Add public API to change the levels of tracing components.
d00cbc3f9 : [base] Updates to print timestamp and name of `FT_COMPONENT` in logs.
d46bada28 : [base] Add functions and variables to print logs to a file.
34b1c897c : [builds] Necessary changes to make 'dlg' compile.
8da4b437b : * .gitmodules: Add 'dlg' library's git repository as submodule.
8cc4d0dc3 : * src/tools/chktrcmp.py (trace_use_pat): Update to current use.
56c610b14 : builds/meson/*: Add copyright boilerplate.
3facafa44 : .mailmap: Updated and sorted.
5abd252a0 : [cff,cid,type1] Demote old engine for lack of CFF2.
1286f58c2 : Downgrade property tracing.
32b14552d : * src/type42/t42parse.c (t42_parse_sfnts): More tracing messages.
26e2a8959 : * meson.build: Fix .pc file generation.
0bd50c904 : Typo.
5d9160090 : docs/CHANGES: Updated.
22bb0660a : Fix documentation build.
b049cadeb : Mention external modules.
6fca2e5b1 : Minor clean-ups of last commit.
681c7e238 : Better scan converter documentation.
5cbd052df : Add preamble.
e9a7015ec : Avoid non-ASCII character in public header file.
101e62a28 : ftimage.h: Improve description of `FT_Span`.
804e625de : [truetype] Minor update to forthcoming OpenType 1.8.4 standard.
40c5681ab : * meson.build: Fix 'harfbuzz' and 'brotli' build options (#59347).
007c109b4 : * src/sfnt/pngshim.c (Load_SBit_Png): Fix memory leak (#59322).

+- Project: platform/external/fsck_msdos

d46acd8 : Import revision 890cae197737b463e56d1cc5a3f61f84cb49c807 from FreeBSD.

+- Project: platform/external/fsverity-utils

508a255 : Move comment to license_note
20e87c1 : v1.5
071167f : NEWS.md: update for v1.5
d1e856b : scripts/do-release.sh: split into prepare and publish
c7434e7 : scripts/run-sparse.sh: fix to exclude boringssl directory
61493fd : Clarify the purpose of built-in signatures
bdf3675 : Makefile: fix a typo
801cc31 : Add GitHub Actions support
84854db : Support automatically building BoringSSL for testing
f4e213f : run-tests.sh: make CFI test work on Ubuntu 20.04
7d68800 : run-tests.sh: allow running individual tests
4258209 : lib: remove libfsverity_error_msg_errno()
0051d4e : Make libfsverity available in recovery
ddc6bc9 : Makefile: use -Wno-deprecated-declarations to avoid OpenSSL 3.0 warnings
2831778 : scripts/run-tests.sh: test with OpenSSL 3.0
2d61d50 : scripts/run-tests.sh: test with OpenSSL 1.0
66b1d8a : Implement PKCS#11 opaque keys support through OpenSSL pkcs11 engine
daf3d3f : Make fsverity_utils available to com.android.compos.
3b72157 : Fix the METADATA file
9e08289 : v1.4
a1243f2 : Add man page for fsverity
811f6d3 : Add *.exe to gitignore
6f64dde : programs/fsverity: add --out-merkle-tree and --out-descriptor options
1690cc2 : programs/utils: add full_pwrite() and preallocate_file()
3b7ac7d : programs/test_compute_digest: test the metadata callbacks
cf9001d : lib/compute_digest: add callbacks for getting the verity metadata
cf8fa5e : programs/fsverity: Add dump_metadata subcommand
1a7bc44 : Upgrade to latest fsverity_uapi.h

+- Project: platform/external/gemmlowp

6d122cc : Add sdk_version to the 'gemmlowp_headers' module
6bb8a0b : Update OWNERS for external/gemmlowp.
b9518fe : Add sdk_version to the 'gemmlowp_headers' module
ca7453f : Add sdk_version to the 'gemmlowp_headers' module
017fb1a : Add sdk_version to the 'gemmlowp_headers' module

+- Project: platform/external/geojson-jackson

105049a : Update OWNERS

+- Project: platform/external/geonames

6926459 : Pull latest geonames data 2021-07-29
bec26ec : Update OWNERS
a4233dc : Refresh the geonames data from upstream
0659e8c : Pull latest geonames data 2021-07-29
82e8792 : Refresh the geonames data from upstream

+- Project: platform/external/gfxstream-protocols

4704901a : Add encoder post process for getPhysicalDeviceFeature2
d28bc25b : Add vkCmd* device extension functions
3cd263b9 : Update vkGetLinearImageLayout2GOOGLE
7754812f : vulkan-registry: Remove unused parts.
63443800 : Add metadata files
253b4c8c : Rename / remove files to match the upstream Vulkan-Docs repo.
07caf37f : Initial empty repository
a21002a6 : Add cstring to codegen scripts (host, qemu)
8b697465 : Revert "Revert "Revert "Fix VkImageCreateInfo mismatch for AHB sibling V...""
9c5d8dfc : Reland: vulkan-198[4]: Add 1.2.198 structs for special handling
baef7a82 : vulkan-198: Revert noautovalidity changes for function arguments.
15c257cc : Reland: vulkan-198[2]: Update Vulkan cereal registry to upstream 1.2.198.
253cd168 : Revert "vulkan-198[2]: Update Vulkan cereal registry to upstream..."
b97d4e1d : Revert "vulkan-198[3]: Add 1.2.198 structs for special handling"
f5ce3cee : vulkan-198[3]: Add 1.2.198 structs for special handling
e22c148f : vulkan-198[2]: Update Vulkan cereal registry to upstream 1.2.198.
c0401eca : deepcopy: Always cast pointer to "void*" for allocated pNext structs.
a6d6d74d : Revert "Revert "Fix VkImageCreateInfo mismatch for AHB sibling V..."
ccd59f31 : Revert^2 "Remove trailing semicolon for DEFINE_ALIAS_FUNCTION"
66fd2e4e : Use GFXSTREAM_ABORT in generated code.
e5da7df2 : Revert "Remove trailing semicolon for DEFINE_ALIAS_FUNCTION"
dd9ab3ff : Revert "Fix VkImageCreateInfo mismatch for AHB sibling VkImage"
4e7c4f27 : Fix VkImageCreateInfo mismatch for AHB sibling VkImage
26642196 : Remove trailing semicolon for DEFINE_ALIAS_FUNCTION
bf3a758d : Revert "Revert "cmake: Remove architecture specifiers for some compiler ...""
983110f3 : Reland "macOS: Add macOS support to Vulkan unittests."
8ec0a180 : Reland "macOS: Remove Vulkan cereal marshaling / decoding code f"
c70e5f5c : Revert "macOS: Remove Vulkan cereal marshaling / decoding code f..."
e8ba6c0b : Revert "macOS: Add macOS support to Vulkan unittests."
c52bb90e : Revert "cmake: Remove architecture specifiers for some compiler ..."
ffb4af86 : cmake: Remove architecture specifiers for some compiler options.
a562a4b6 : macOS: Add macOS support to Vulkan unittests.
2a1ce6f7 : macOS: Remove Vulkan cereal marshaling / decoding code for Metal WSI
eb824aea : vulkan-cereal: Separate dispatch build target from cereal / decoder
f4cc9c4b : vulkan-cereal: Remove marshaling/decoding code for WSI extensions.
568e1518 : vk: notify decoder when RenderThread is being destroyed.
839f9526 : vulkan: allow ResourceTracker to mess with vkQSRI (codegen)
7b9a9819 : vulkan: vkQueueSignalReleaseImageANDROIDAsyncGOOGLE (host)
3ebfb3e3 : vulkan: work around drivers that don't support timeline wait/signal in sparse bind
b7ae4fb6 : deepcopy: Replace BumpPool with generic Allocator interface
00a5eff4 : vk: SyncThread wait for vkQueueSubmit before waiting for fences
5fbe13f3 : vk: Store device in VkQueue_Info (host)
1af7a916 : vulkan: codegen to make vkAllocateCommandBuffers wrapped
668b0c83 : vulkan: Make waiting for timeline semaphores a RELAXED op
45020a99 : vk: Support waiting for VkFences in goldfish sync device.
3f88d2bd : vk1.2: Add rootType argument to struct handling functions.
c36d011e : cereal: (host) Ignore unknown structs in deepcopy
91a34017 : [1/n] batched descriptor update: codegen
8057d794 : cereal: Add null pointer guards for counter variables.
eeb37320 : vk1.2: [23] Coalesce VK_GOOGLE_* extensions to VK_GOOGLE_gfxstream.
6e2f53dd : cereal: Remove proto-related files.
924cc2a9 : vk1.2: [22] Add devicememory annotations to structs/commands.
614d34bf : vk1.2: [20] Add generated function for alias struct types.
d61fc8e7 : vk1.2: [19] Special handling of structs with bit fields.
55cf4b5a : vk1.2: [18] Special handling of array size in VkAccelerationStructureVersionInfoKHR.
24c5286e : vk1.2: [17] Support multi-dimensional array in structs.
c299d688 : vk1.2: [15] Sync optional/noautovalidity property between Vulkan 1.1/1.2.
e54450da : vk1.2: [14] vulkan: fix issues in VkGraphicsPipelineCreateInfo marshaling
dcb8dec4 : vk1.2: [13] Add annotations to vk.xml to generate code properly
3d3ad6a6 : vk1.2: [12] Add streamFeature requirement to VkPhysicalDeviceShaderFloat16Int8Features.
ec368cb8 : vk1.2: [11] Use old Vulkan opcodes for existing Vulkan 1.1 commands.
53d2e957 : vk1.2: [10] Fix some codegen build errors.
0e018708 : vk1.2: [9] vulkan-cereal: Add VK_MVK_moltenvk extenstion functions.
c25faf7e : vk1.2: [8] Update Vulkan handle list
00a9abcf : vk1.2: [7] [vulkan] Add annotations for device memory virtualization
35810979 : vk1.2: [5] Roll back VK_ANDROID_native_buffer extension to spec version 6.
d2e86151 : vk1.2: [4] Merge VK_*_GOOGLE extensions.
2f609fe6 : vk1.2: [3] Merge script changes.
1598077e : vk1.2: [2] Update vulkan-registry to v1.2.162.
6d37efe4 : codegen: Using local numbering for variables.
0d065432 : vulkan: Add post-processing to vkGetPhysicalDeviceExternalSemaphoreProperties (host)
df1cf123 : vulkan-cereal: Remove VkExternalMemoryProperties from auto-transformed types.
905f1766 : vulkan: Ensure VkDecoderGlobalState is locked for delayed removal
c91d4955 : [19/n] VkDecoderGlobalState: VulkanQueueSubmitWithCommands
5d0c9718 : [18/n] codegen: encoder: avoid some deepcopies
2e7752ac : [17/n] codegen: add subdecoder module
58ec3c07 : [16/n] codegen: further speed up reserved marshaling
de3c9c9d : [15/n] codegen: Allow impl-only modules
e3f43d2b : [14/n] codegen: func_table: add calls to pending command buffer mechanics
e5a6e797 : [13/n] codegen: move func_table to vulkan_enc
9262ae14 : [12/n] codegen: encoder: use new static scoped resource tracker and feature bits
fc03451d : vulkan decoder: skip commitWrite if nothing to write
fdd47873 : vulkan: generate faster streaming code
436c6499 : vulkan: Always add VK_MVK_moltenvk to device extension list if supported.
00d1fc9b : vulkan-cereal: Add VK_MVK_moltenvk extenstion functions.
1f390f7e : vulkan-cereal: Remove duplicated dispatch entries.
ebbced33 : vulkan: Don't call the static VkDecoderGlobalState getter in unwrappers
3b6f4523 : BumpPool: faster version of Pool for vulkan usage
60e06b3b : cereal: remove tracing inside the encoder, use .inls
192579e6 : vkDecoder: Add method vkGetLinearImageLayoutGOOGLE().
1e8c61d2 : vulkan cereal: fix typo.
e7a71d58 : remove encoder lock, change to atomic and a thread local
fe1a4aaa : vulkan: async queue submit (host, codegen)
709dd9f2 : Revert "vulkan: delay pipeline layout destroy until all referent pipelines gone"
a09c0bd9 : VK_KHR_shader_float16_int8, don't skip unknown ext. structs
0b27aa38 : (4/8) vulkan: Add VkImportBufferGOOGLE
427b7239 : vulkan-registry: Fix genvk.py on Python 3.8.
0e72c48a : VkEncoder: add post-processing for vkGetPhysicalDeviceProperties*.
5898d7df : vulkan: delay pipeline layout destroy until all referent pipelines gone
c944c45e : Remove generating of vulkan_enc/Android.mk
faa9989c : vulkan: always tear down host visible memory blocks properly
4d68de70 : vulkan: suppress sampler field of VkDescriptorImageInfo (host)
399731af : vulkan: Properly free guest-side handles for descriptor sets (host)
fdda6289 : vulkan: work around NV windows driver bug
53d6d280 : Remove proto dependency from vk snapshot
bf864b4f : virtio-gpu: gfxstream flush_resource + resource_create_v2
5703af5f : Generate NOTICE files.
1d315c86 : vulkan: fix issues in VkGraphicsPipelineCreateInfo marshaling
3d1ec54a : Put handle ignoring behind a flag (host, codegen)
da27da29 : Add annotations to vk.xml to generate code properly
1a79f2a2 : [vulkan] Fix loader bug in vkGetInstanceProcAddr
85a66646 : [vulkan] android: external fence sync fd support (host)
f1472eba : Add missing library import to generator
d8c1be28 : [vulkan] Fix static array encoding
e64707ca : [vulkan] Validate descriptor set allocations
d2bd2f7f : Add ETC2 support in vkCmdCopyImage
396a7e0a : [vulkan] free stale descriptor set boxed info if pool is reset/destroyed
0d162c2a : [vulkan] only run create mapping on successful object creates
269bab40 : [vulkan] Use host sizeof(extensionStruct) instead of guest size
8605cb8b : [vulkan] Skip snapshotting code unless feature enabled
894195c4 : [vulkan] Add check for Vk 1.1 device functions
bcebf38f : Translate compressed textures for render passes
403e2149 : Revert "[vulkan][gl] communicate pending readbacks, small vector opts"
4e64baaa : [vulkan][gl] communicate pending readbacks, small vector opts
3637f015 : Add vkCreateSampler to RESOURCE_TRACKER_ENTRIES
9a7a7249 : [vulkan] fix missing unwrap for create image with resources
3f27702b : [vulkan] create resources with requirements (host)
0f295fb1 : [vulkan] ensure in-order vkBegin/End/ResetCommandBuffer arrival
1a51ef19 : [vulkan] add flush + lock to encoder (host)
aec07735 : [vulkan] put null optinal string marshaling behind a flag
7f780fd1 : [vulkan] Add detail to ANDROID_EMU_VK_LOG_CALLS=1
e91510cc : [vulkan] Fix support for optional strings
319485c8 : [vulkan][snapshot] add tracing of object modifications
aac64745 : [vulkan][snapshot] basic framework, capture vkCreate* apis
31dd4c48 : [vulkan] Add api to print readable version of Vulkan API opcodes
eef7fe5b : [vulkan] Add option to codegen just one module
e96f1a30 : Use compute shader to decompress textures
afef3b0b : Add vkCreateImageView to RESOURCE_TRACKER_ENTRIES
0f11c789 : [vulkan] Setup snapshot for all API calls
3db626a5 : Split vulkan compressed texture into 2 textures
eae85206 : [vulkan][snapshot] Add protobuf for Vulkan struct serialization
5e2f32ae : Add hwvulkan_headers dependency to vulkan driver
5f28a509 : [vulkan] Convert all Vulkan handles to serializable entity IDs
d0ea3ac6 : [vulkan] deferred command buffers
1437fa71 : [vulkan] Codegen for wrapping vkGetPhysicalDeviceImageFormatProperties2
52fc0c54 : [vulkan] properly encode descriptor update template API
511eb8d9 : [vulkan] Fix vkCreateDevice with device groups
24a69081 : [vulkan] Allow Vulkan 1.1 from host
c3dbd957 : [vulkan] Fill in missing pieces for AHB/sync fd support
c15a322d : [vulkan] followup for ext semaphore: windows support, update codegen
24dfe38c : External semaphore opaque fd for vulkan
8d83aa19 : [vulkan] Fix missing macros/definitions for Android/Fuchsia external memory
7a28f442 : [vulkan] Fix missing structextends in vk.xml for ImportColorBuffer, etc.
cb0a00a9 : [vulkan] Improve QueueSubmit handling
0e1a2e8c : [vulkan] Do not overwrite client's output pNext pointers
e7ab6e4b : [vulkan] Fix some issues with codegen
0807cf15 : [base] Tracing library, rename VulkanStream to VulkanStreamGuest
68fa222d : [vulkan] VK_KHR_bind_memory2: Store bind info for 2/KHR calls as well
3498989d : [vulkan] Add unwrap hook for QueueSubmit and semaphore resource tracking
99698ada : [vulkan] Add VkImportColorBufferGOOGLE, VkImportPhysicalAddressGOOGLE
2ff35671 : [vulkan] Add functions to associate ColorBuffers/Vulkan resources
4122552b : [vulkan] Avoid enumerating different physical device handles
24257ae7 : [vulkan] Add custom guest-side API for AHardwareBuffer
8dcca293 : [vulkan] Codegen for AHB support functions
fef203a7 : [vulkan] Codegen to link in AHardwareBuffer for guest build
5c3be9f1 : Advertise ETC2 texture formats in vkGetPhysicalDeviceFormatProperties
549ed895 : [vulkan] Add general transform codegen + external memory transforms
a5fc4e11 : Emulate sampler alpha channel for non-alpha textures
41070a9a : [vulkan] Make vkGetImageMemoryRequirements not custom
48cc87b0 : [vulkan] Don't expose function pointers that were not enabled
96ee44e0 : [vulkan] Enable VK_KHR_get_physical_device_properties2
650a3c79 : [vulkan] Add external memory emulation state
e9ef1fe7 : Vulkan command buffer pool remembers children command buffers
7697735b : Advertise textureEtc2 for vulkan
dab2960d : Move ETC2 texture decompression to right before it executes cmds
4c26d4f2 : Add ETC2 translation into vulkan
7b2c432f : Fake ETC2 texture supports for vulkan
7624f128 : [vulkan] Fix vkQueueSignalReleaseImageANDROID encoding
5dfc7d4e : [vulkan] Add more logging to Vulkan encoder/decoder
547befa0 : [vulkan] Fix wrong order of memory freeing in vkDestroyDevice
95781486 : [vulkan] Promote vkAllocate/FreeMemory to virtual entry point
f657cec1 : [vulkan] Simplify deviceMemoryTransform to not require null check
d49fd767 : [vulkan] Add HostVisibleMemoryVirtualization.cpp to class
e77235d0 : [vulkan] Separate transforms into to- and from-host
d37d297a : [vulkan] Add transform codegen for VkDeviceMemory virtualization
41d2844d : [vulkan] Add annotations for device memory virtualization
756ff05d : [vulkan] host coherent: VK_GOOGLE_address_space codegen
1c627aa3 : [vulkan] host coherent: add emulator-only extension
43ae056c : [vulkan] Filter out VK_ANDROID_native_buffer_extension before enabling
7b0a33e7 : [vulkan] Function stubs for VK_ANDROID_native_buffer
cc328efa : [vulkan] Add support for parsing VkNativeBufferANDROID struct
882422bc : [vulkan] Track more information about queues for VkDevices
f31fc18f : [vulkan] Refactor custom encoding functions as event handling (the rest)
88de174f : [vulkan] Move host-side sources to subdirectory and common static lib
f5d144ae : [vulkan] refactor custom create apis as VkEventHandler
8fa12b5d : [vulkan] Function to generate VkEventHandler calls
d045de9f : [vulkan] Generate code for custom logic as event handling
f744ba1d : [vulkan] VK_ANDROID_native_buffer: encoder generation
df9bf4e2 : [vulkan] VK_ANDROID_native_buffer skeleton
401ff73c : [vulkan] Generate code for pre-validation in encoder
dd1c42e7 : [vulkan] Allow custom logic in guest to access encoder/resourcetracker
c39a5e23 : [vulkan] Fix size_t pointer marshaling
7101fde6 : [vulkan] Add size_t to non abi portable types (codegen)
c60b672a : [vulkan] ABI independence of Vulkan handles
720b1a2a : [vulkan] ABI independences: fuse marshaling with handle mapping
cf4b7b00 : [vulkan] ABI independence - part 1: defs, values
b157bc36 : [vulkan] Add vk platform compat include to generated code
ed9c9ad7 : [vulkan] Support for marshaling extended structs
b8839c16 : [vulkan] Bound the API version
b668e93a : [vulkan] Fix initialization on device
1cfc177f : [vulkan] Un-advertise coherent memory maps
b6ac8ef3 : [vulkan] Fix enough to pass dEQP-VK.api.smoke.*
789745c2 : [vulkan] Implement custom memory API
fc50e38d : [vulkan] Fix VkPhysicalDevice not having custom create callbacks
70440b80 : [vulkan] fix warnings, add Werror to vulkan_enc
3522d60b : [vulkan] simplify deepcopy
a50d3bcc : [vulkan] Properly track resources in encoder
19b4cd68 : [vulkan] Generate classes to track resources...
6def1d11 : [vulkan] Explicitly represent Vulkan handles
1cff1fa5 : [vulkan] use parentVarName as a way to override...
0532038c : [vulkan] Fix compile warnings in handlemap and deepcopy
b7f0735c : [vulkan] mechanisms to distinguish handles from other types
09d6fbb3 : [vulkan] add function table
8a91aaa2 : [vulkan] dont marshal unions by marshaling every member :)
9b9777f0 : [vulkan] Memcpy-based memory map API
0ea57b15 : [vulkan] Mechanism to have custom encoder / decoders
26799db7 : [vulkan] First end2end test - vkEnumerateInstanceExtensionProperties
da336612 : [vulkan] Generate decoder
663723bf : [vulkan] Build placeholder Vulkan decoder
69f4ea7d : [vulkan] autogenerated encoder
01b1d66c : [vulkan] Remove deep copies, fix issues in codegen.py
0d50496e : [vulkan] add opcodes (host)
6467cd5f : [vulkan] Move cereal library down to a lower level
22da2777 : [vulkan] Revise to using CMake for host and copy to guest
5062a7d1 : [vulkan] dispatch
e5381ac4 : [vulkan] handle remapping
8e1ae9ec : [vulkan] Remove some duplication in header specification
9a2b114f : [vulkan] Deep copy for Vulkan structs
9a2d14ff : [vulkan] Support for automatic allocation in unmarshaling
0806fb09 : [vulkan] Code generator for guest/host marshaling
18dd5cde : Initial generator for Vulkan encoder/decoder
d168bf6c : [vulkan] Add Vulkan Registry 1.1.83

+- Project: platform/external/giflib

a6860e8 : Add updated cpe for vulnerability scanners

+- Project: platform/external/glide

7d5ffbf6 : Update glide dependencies to androidx

+- Project: platform/external/go-cmp

039e37c : Add //go:build lines (#285)
3242228 : Drop hacks to work around Go reflection bugs in Go1.9 (#282)
f59cd61 : Update minimum supported version to go1.11 (#281)
6faefd0 : Reduce minimum length for specialize string diffing (#275)
f1773ad : Use any alias instead of interface{} (#276)
9094ef9 : Change build status badge (#269)
3ee52c8 : Fix spelling mistakes (#271)
395a0ac : Use sha256 in test (#268)
d5fcb38 : Fix textual printing of byte slices
3debcec : Regen Android.bp with go2bp
290a6a2 : Avoid shadowing variable (#263)
248ccff : Fix staticcheck findings (#262)
5996e93 : [LSC] Add LOCAL_LICENSE_KINDS to external/go-cmp
3b8a7ef : [LSC] Add LOCAL_LICENSE_KINDS to external/go-cmp
d103655 : Print as text if mostly text (#258)
9181d1e : Avoid diffing by lines if inefficient (#260)
c5c3378 : Cleanup edit groups after coalescing (#259)
1ee4af8 : Fix typo in path.go (#256)
8fa37b4 : Fix reporter verbosity bug (#253)
dc6435e : De-virtualize interfaces for specialized diffing (#254)
e9947a2 : Run tests on Go 1.16 (#252)
3a98a11 : cmp/cmpopts: use errors.Is with ≥go1.13 in compareErrors (#251)
ec71d6d : Impose verbosity limit when formatting map keys (#248)
449e17c : Fix non-determinism in diffing algorithm (#247)
ade6b74 : Use GitHub actions for testing (#246)
0a3ecd3 : Fix Diff documentation (#237)
d3c8501 : Revert "Adjust for reflect.Type.NumMethod change in Go1.16 (#240)" (#242)
ab46b8b : Adjust for reflect.Type.NumMethod change in Go1.16 (#240)
566225a : Add an example for IgnoreFields (#205)
d713870 : Fix license headers (#236)
d2fcc89 : Suggest use of cmpopts.EquateErrors (#234)
db9de43 : Add testing for Go1.15 (#232)
036ffc7 : Fix Diff documentation (#231)
9680bfa : Use triple-quote formatting for multiline strings (#229)
1536a0c : Adjust panic for IgnoreUnexported and IgnoreFields (#228)
d669b04 : Swallow panic when calling String or Error (#221)
77ae86f : Improve reporting of values with cycles (#217)
c49bfce : Update test case names (#218)
1227731 : Fix documentation on IgnoreFields (#220)
44914b3 : Disambiguate reporter output (#216)
f1780cf : Limit verbosity of reporter output (#215)
0d296f9 : Limit number of printed differences for variable-length composites (#213)
7c9a834 : Introduce deliberate instability to difference output (#214)
0cd6169 : Use custom triple-quote syntax for diffing string literals (#212)
a171aa7 : Use raw string literal syntax only for valid UTF-8 (#211)
88849e8 : Allow batched diffing of slices with a custom comparer (#210)
9b30031 : Batch reporter output for simple lists of textLine elements (#208)
367e530 : Mention minimally supported Go version in TODO (#209)
0f7c828 : Create go-cmp module
693d56c : Initial empty repository
23a2b56 : Fix exporter to handle nil interface values (#207)
11c4583 : Avoid leaking implementation details of the exporter (#206)
1776240 : Forcibly export fields for use by the reporter
4a83f56 : Optimize Diff for frequent equality (#204)
d08c604 : Permit use of IgnoreFields with unexported fields (#203)
aa7c82a : Do not use custom format for nil slice (#201)
7e5cb83 : Format units in decimal except bytes (#199)
0c08307 : Refactor tests to use golden test files (#200)
049b73f : Add reporterTests to TestDiff (#198)
cb8c7f8 : Fix typo on example (#193)
f6dc95b : Document the test-only intentions of this package (#189)
6fdcbe1 : Update tested Go versions (#188)
5915021 : Update README.md to use go.dev for documentation (#190)
5a6f757 : Add support for comparing graphs (#85)
340f1eb : Add EquateErrors helper (#178)
3838af3 : Adjust style of EquateApproxTime (#177)
e1f03df : Add Exporter option (#176)
776445f : Print type name in unexported panic (#171)
481baca : Make retrieveUnexportedField pass Go 1.14's checkptr validation (#169)
b1c9c48 : cmpopts: add EquateApproxTime (#158)
2d0692c : cmp/internal/value: fix handling of negative zero for floats (#152)
208900a : Fix updating of maxLineLen (#147)
6d8cafd : Simplify code (#149)
00cb0dc : Fixed typo in formatDiffList (#148)
1b31600 : Document the reason for output instability (#145)
917e382 : Invoke String when formatting map keys (#142)
6f77996 : Improve clarity of compareAny (#132)
b5cce89 : Implement specialized diffing for slices (#131)
49488b4 : Use concrete types for path steps (#129)
0376dcf : Add IgnoreSliceElements and IgnoreMapEntries helpers (#126)
3177a94 : Export the Reporter API (#123)
2940eda : Implement a unified difference reporter (#124)
c812816 : Nudge people to use custom comparers rather than Ignore/Allow Unexported options (#115)
2e500c5 : Add validator option once at state creation (#128)
64cb04e : Add BenchmarkBytes (#125)
fd81a2b : Evaluate options even if values are invalid (#121)
cc11d21 : Augment Report to indicate how comparison was determined (#122)
7586b66 : Add Values method to PathStep (#119)
ce5a20d : Update to go1.12 (#120)
3e44f05 : Rename {NDiff,NSame} as {NumDiff,NumSame} (#118)
7d31622 : Rename unsafe_x.go as export_x.go (#117)
a02fa9f : Refactor reporter implementation (#112)
77b690b : Derive the default transformer name from the function pointer (#113)
1bdd152 : Add the Travis script to explicitly test intervening Go versions (#111)
01193de : Commit to not comparing NaN keys (#110)
8ca8745 : Reorder logic to be consistent (#107)
fb7c318 : Relax Transformer name rules (#109)
19e9c26 : Always ignore _ fields (#108)
ba10d0b : Move function name logic to function package (#106)
47b0945 : Make debug mode more explicit (#105)
2248b49 : Remove special-case build tags (#98)
745b8ec : Bump minimum version to Go1.8 (#50)
875f8df : go.mod: add module file (#94)
2006917 : Swap order of want and got in Diff example (#91)
5411ab9 : Fix cycle detection in internal/value.Format (#87)
ee94d64 : Remove explicit go vet check (#86)
ab810a8 : Check for probable infinite recursive cycles (#84)
7d08676 : Add AcyclicTransformer helper (#82)
0627e44 : Enforce tests to provide a reason (#83)
0c93777 : Update TODO for when to remove sanitizeValue
3af367b : Support purego build tag (#68)
97aa668 : Report with primitive types in diffs (#65)
97a1ff3 : Document that Equal is called even if x or y is nil (#63)
ab3beb0 : Adjust Travis CI script (#60)
2809dbc : Add Transform.Option helper method (#59)
2c05626 : Fix trivial spelling mistake (#57)
88141e9 : Add Path.Index helper method (#56)
2cfd585 : Remove useless return value from apply
3f298f3 : Fix some typos in comments and readme (#54)
9823290 : Add implicit filter to Transformers (#29)
7ffe192 : Explicitly convert assignable nil interface values (#49)
47d4c62 : Adjust heuristics for using raw literals (#48)
8ebdfab : Fix reporter difference count (#47)
576e243 : Use raw literal for string formatting (#46)
e25c874 : Change diff.Difference to always return an edit-script (#45)
f46009a : Elide type assertions on unnamed types (#21)
ef1ad5f : Test unexported field access in format logic (#41)
a10bc8f : Add UID to BUG note (#42)
d5735f7 : Fix panic in sort.go (#39)
8099a97 : Refactor option evaluation logic (#32)
3fe0215 : Add cmp/internal/function package (#35)
48a041b : Update README.md (#34)
a9cc2ea : Check Value.CanInterface before trying to use fmt.Stringer (#33)
7645fb3 : Fix cmp tests (#31)
a4dcf76 : Use an Options group instead of copying-append (#22)
f94e52c : Fix bug with nil fmt.Stringers (#30)
bf72641 : Trivial documentation fixes for cmp/internal/value (#27)
d54e855 : Expand dynamic checks of options (#20)
b8dbfba : Trivial style changes to cmp/internal/value tests (#25)
a77394b : Remove reporter TODO (#23)
18107e6 : Move general reflect logic to internal/value (#15)
f9054c6 : Add diffing abilities to reporting (#9)
2b1da0b : Add examples for Diff that show how to use it in tests
79b2d88 : Clarify documentation regarding empty slices and maps (#19)
1a28161 : Document cmpopts.IgnoreUnexported and AllowUnexported together (#14)
f299ad1 : Travis: Run go vet; use race detector during tests (#16)
7d2cf10 : Travis: Check for gofmt issues (#12)
1537f48 : Remove duplicate LICENSE file (#11)
e6ff442 : Add helpful suggestions to panic message (#10)
e6ad8e8 : Add cmpopts helper package (#8)
d138b1d : Use fmt.Sprintf instead of manual string concatenation (#7)
788cdcb : Add Last helper method (#6)
cfe90e9 : Remove warning about status of AllowUnexported (#5)
d82a575 : Make lack of support for AllowUnexported more obvious (#4)
5c2f341 : Support versions of Go down to Go1.6 (#3)
1701c5d : .travis.yml: add basic configuration
1c57fff : Add package cmp for performing equality of Go values

+- Project: platform/external/golang-protobuf

32051b4f : all: release v1.28.0
3992ea83 : all: implement depth limit for unmarshaling
e5db2960 : all: update supported versions
3a9e1dc3 : all: gofmt all
26e8bcb3 : all: remove unnecessary string([]byte) conversion in fmt.Sprintf with %s
eee46e6d : Add android extension to expose detrand.Disable()
5aec41b4 : testing/protocmp: add Message.Unwrap
05be61fd : reflect/protoreflect: add more docs on Value aliasing
b03064a9 : all: start v1.27.1-devel
b92717ec : all: release v1.27.1
177d70e4 : README.md: mention protopath and protorange packages
aa432c08 : cmd/protoc-gen-go: fix generation of enum defaults
49b6f723 : all: start v1.27.0-devel
3f51f05e : all: release v1.27.0
dc573877 : release.bash: make work on Linux
21e33cc9 : reflect/protoregistry: restore conflicting file names check
426f20bc : release.bash: make work on macOS
febffdd8 : reflect/protoregistry: permit conflicting file names
4c193d18 : compiler/protogen: relax rules for valid import paths
acaef6ad : cmd/protoc-gen-go: avoid referencing remote enum values by name
50a85913 : all: build Windows protoc-gen-go as a .exe in a zip
24d799b3 : internal/impl: support typed nil source for Merge of aberrant messages
0e358a40 : reflect/protorange: fix typo of func name in comment
c30776bb : encoding/prototext: fix skipping of unknown fields
fb30439f : testing/protopack: add Message.UnmarshalAbductive
fc9592f7 : cmd/protoc-gen-go: add protoc suffix
e4fcb9f7 : reflect: add protopath and protorange packages
31610fd9 : cmd/protoc-gen-go: remove generation of the ExtensionRangeArray method
f821cae9 : all: start v1.26.0-devel
f2d1f6cb : all: release v1.26.0
41ef85a5 : all: add weak dependency on github.com/golang/protobuf
bdf6e19f : all: start v1.26.0-rc.1.devel
1c57cacb : all: release v1.26.0-rc.1
b7197c14 : all: remove weak dependency on github.com/golang/protobuf
e4716418 : cmd/protoc-gen-go: support --help flag
174b9ecf : all: document that Unmarshal must be a mutable message
8b366e88 : compiler/protogen: require that the import path be specified
23ccb359 : internal/impl: add runtime support for aberrant messages
e31c6dd7 : cmd/protoc-gen-go: print version to stdout
e7ab1125 : all: switch to GitHub actions
731520d3 : all: update to use Go1.16.1
839ce436 : internal/filedesc: remove ProtoLegacyRawDesc method
85f47621 : all: update protobuf toolchain dependency
77dfd048 : reflect/protoregistry: add compile-time opt-out for registration conflicts
9d4d1ca5 : internal/descfmt: always include type name in FormatList
f1ac97a4 : internal/encoding/json: fix comments
160c7477 : README.md: remove /mod from badge URL
50abaed3 : README.md: update badge SVG
81d297c6 : internal/fuzz: support coverage builds with oss-fuzz
d3470999 : internal/cmd/generate-types: use ConsumeBytes instead of ConsumeString
41134b7e : internal/cmd/generate-types: name the options variable
44626bc4 : internal/cmd/generate-types: move variable declaration
f0affd41 : internal/cmd/generate-types: add outfile flag
aa45c467 : reflect/protoregistry: panic upon registration conflicts
71122423 : internal/encoding/text: escape Unicode control characters in strings
b1cd8e38 : internal/encoding/text: escape \x7f (DEL) in strings
9712361e : all: rely on dynamic dependency check for genproto
f62736de : proto/equal: reduce equal scalar value allocation
53a58a91 : cmd/protoc-gen-go: remove unused protoV1Package variable
687df233 : reflect/protodesc: fix round-tripping for package field
4394568c : cmd/protoc-gen-go: remove reference to legacy ProtoPackageIsVersion4
ac374a23 : internal/encoding/messageset: fix spelling typo
db5c900f : all: fix touching of dependency directories
5ebc0b43 : all: drop 386 support for darwin
0fd4f3a5 : encoding/protojson: restrict valid values for google.protobuf.Value.number_value
16365ed3 : all: update to go1.13.15, go1.14.7, and go1.15
1a394673 : internal/encoding/text: remove dead code
a180de9f : testing/protocmp: fix representation of empty bytes
e96d591a : internal/msgfmt: fix formatting of negative Duration
f2423bb7 : encoding/protojson: simplify Duration formatting
a709e31e : types/known/fieldmaskpb: repeated and map fields are only valid in the last position of a path
5d63473d : internal/impl: add runtime support for *[]byte unknown representation
4194195e : internal/impl: rename legacyProtoMethods as aberrantProtoMethods
a0f95d5b : internal/impl: make errInvalidUTF8 be a proto.Error
1ecb1f41 : proto: add MessageName helper
42cc4c59 : reflect/protoreflect: improve source information usability
1a290e9a : reflect/protoreflect: add MessageFieldTypes
b5523e32 : all: return less-specific, but more informative wire unmarshal errors
28b807b5 : encoding/protojson: use synthetic @type field for Any messages
e7c3f893 : cmd/protoc-gen-go: remove name mangling for MessageSet extensions
aabe1524 : testing/prototest: fix suggestion for field name
e14d6b3c : reflect/protoreflect: add FieldDescriptor.TextName
467a9cdc : all: fix tests for 32-bit architectures
91eb7d3a : protoregistry: avoid checking for '/' in FindMessageByName
92679665 : internal/order: add a package for ordered iteration over messages and maps
b7832145 : reflect/protoregistry: centralize MessageSet extension resolution logic
1726b83d : internal/impl: introduce instability to protoreflect.Message.Range order
a9513ebd : all: start v1.25.0-devel
3f7a61f8 : all: release v1.25.0
95ba8ac2 : cmd/protoc-gen-go: --version should exit 0
5a96da29 : cmd/protoc-gen-go: generate package documentation for well-known types
b0c4001c : all: update to cmp@v0.5.0 release
c0ad199d : all: update to go1.13.12 and go1.14.4
c9c87ce6 : internal/filedesc: use genid constants for map entry fields
8de6675f : test.bash: add staticcheck to our integration tests
5f5c066b : types/known: minor adjustments to error handling
a0d1c751 : types/known: handle nil in IsValid and CheckValid methods
44e4150b : reflect/protoreflect: optimize Name.IsValid and FullName.IsValid
0084168a : types/known/anypb: add New constructor
bfc31022 : types/known/anypb: gracefully handle nil sources
beaa5525 : encoding/protojson: add better validation to FieldMask serialization
596bfbf0 : testing/protocmp: surface comment about unused Transform options
7e8b902d : types/dynamicpb: add NewEnumType
f49fd502 : all: implement first-class WKT support
69839c78 : internal/genid: remove WhichFile
b2f4e626 : internal/msgfmt: adjust handling of well-known types
e0b77db1 : internal/genid: add new package for generated identifiers
74aae6a4 : encoding/prototext: simplify decoder.unmarshalAny
0295718a : all: upgrade to go@v1.13.11 and go@v1.14.3
4f55bf8d : all: start v1.24.0-devel
5c3dd702 : all: release v1.24.0
27ea64ff : reflect/protoreflect: adjust ValueOf panic message
0567a55b : all: add weak dependency on google.golang.org/genproto module
81db48ad : all: move well-known types
b10fcbc7 : testing/protopack: fix format precision
118baf63 : all: funnel similar functionality through a single function
0fbe4ed5 : all: start v1.23.0-devel
d165be30 : all: release v1.23.0
2d80e9b3 : encoding/prototext: adjust handling of invalid UTF-8
3034025d : internal/impl: avoid inlining fixed coderFieldInfo array
8525b204 : compiler/protogen: add (*GeneratedFile).Unskip
1f5b6fe6 : all: improve panic messages for better debugability
ce5d8318 : compiler/protogen: avoid suggesting faulty go_package option
0e193957 : all: start v1.22.0-devel
8b0d71ac : all: release v1.22.0
164b5260 : all: update to protoc v3.12.0-rc1
90042a55 : reflect/protoreflect: fix typo in FieldDescriptor.HasOptionalKeyword
4d5be764 : internal/fuzz/wirefuzz: add test to verify initialization checks
d0a499bc : internal/impl: validate UTF-8 for proto3 optional strings
3ebaa92e : all: use v2 Message interface for weak fields
387873dd : all: implement support for proto3 optional semantics
b57aae9d : all: improve extension validation
a5526f01 : internal/impl: fix off-by-one error in message initialization
98f56d1b : internal/impl: inline coderInfoFields for better cache locality
33f8c03e : proto: add RangeExtensions and adjust HasExtension and GetExtension
d824637f : reflect/protoreflect: mention bidirectional conversion of protodesc
7650ca09 : reflect/protoreflect: cleanup wording on Message.NewField
a732b3c7 : proto: never return nil []byte from Marshal when successful
8cfc14f0 : all: consistently treat nil message interface as an empty read-only message
d8bc21f7 : internal/fuzz: update to use native go-fuzz
5e85542f : all: upgrade weak dependency to github.com/golang/protobuf@v1.4.0
ba9d210a : all: start v1.21.0-devel
3b9eee12 : all: release v1.21.0
7dfcffe5 : internal/impl: handle extremely old messages
a75c9146 : internal/impl: minor refactoring
188e702e : reflect/protodesc: add NewFiles
d037755d : internal/detectknown: add helper package to identify well-known types
f8d77f81 : internal/msgfmt: simply time formatting logic
28cb1e4f : internal/impl: remove deprecated ExtensionField methods
8cbef3ff : all: fix golint violations
4e847add : README.md: mention protowire and protopack in the index
88baf0ae : testing/protocmp: remove format.go
c9233395 : internal/cmd/generate-protos: use module= generator option
ffbc5fdf : compiler/protogen: add module= generator option
9d397869 : types/dynamicpb: fix message Zero return type to read-only
2ce1ca9e : internal/msgfmt: use msgfmt package to format messages
cfd80493 : testing/protopack: make package publicly available
cd108d00 : encoding/protowire: make package publicly available
b738ac92 : all: regenerate remote .proto files
6ad8e630 : compiler/protogen: allow specifying the package name with M flags
d3874051 : internal/encoding/messageset: don't modify input data when unmarshaling
29677a9c : types/dynamic: make Message implement legacy message interface
b4c73aa9 : testing/protocmp: add SortRepeated and SortRepeatedFields
aadba562 : compiler/protogen: make paths=import work with M overrides
92af527d : internal/impl: remove Export.ExtensionDescFromType
4ab2bc9b : internal/version: move version information to internal package
f92988f9 : all: upgrade protobuf to v3.11.4
f75a338d : test.bash: update Go to v1.12.17, v1.13.8, and v1.14
a56bd810 : all: start v1.20.1-devel
290f718d : all: release v1.20.1
676bcfb6 : all: use github.com/golang/protobuf@v1.4.0-rc.4
1718d82d : README.md: add link to blog announcement
e05f789c : proto: fix signature of UnmarshalState and MarshalState
ea6e3da5 : internal/testprotos/legacy: avoid direct dependency on github.com/golang/protobuf
e358d430 : compiler/protogen: disable warnings in tests
a30b571f : protobuf-go/internal/encoding/wire: SizeVarint optimisation
13e7f145 : reflect/protoregistry: avoid deadlock in registration
e1c61a30 : internal/encoding/messageset: fix decoding of some invalid data
969537aa : all: start post-v1.20.0 devel
aa81c065 : all: release v1.20.0
0f2b33b6 : reflect/protoregistry: add link to namespace conflict FAQ
fea7d527 : all: start v1.20.0-rc.1.devel
a6bf928d : all: release v1.20.0-rc.1
65466b8c : all: update weak dependency to github.com/golang/protobuf@v1.4.0-rc.2
6e36304a : reflect/protoreflect: ExtensionRangeOptions never returns nil
ab0ca4ff : compiler/protogen: use consistent options pattern
c14e7899 : testing/protocmp: fix reflection handling of extensions
a56742be : all: update README.md
ca0b25e4 : testing/protocmp: automatically promote message values
a89afdc0 : testing/protocmp: make Message implement proto.Message
781d6f39 : testing/protocmp: add Filter options
075e0741 : internal/impl: fix non-atomic access of MessageState.mi
a786db3a : .gitignore: cleanup
5698f90d : internal/impl: fix messageset validation bug
e0daf31d : all: trivial formatting changes
ee3cfcba : encoding: remove unused benchV1 flag
f6cf4925 : proto: add TestNil test
49f86111 : proto: allow nil with Clone
ec552f69 : runtime/protoiface: trivial change to Size
2dabbe47 : proto: remove IsInitialized
bb941fe8 : cmd/protoc-gen-go/testdata: remove go.mod file
9118b11c : all: update contributing documentation
764a9d16 : cmd/protoc-gen-go: add link to devsite for protoc-gen-go
222a0006 : compiler/protogen: add devsite URL to protogen warnings
37cbbeb5 : internal/impl: check for size cache overflow
a88c3c40 : all: remove reliance on --compact-summary
4d8936d0 : all: fail faster on dirty working tree
3a18560b : all: add a test for copyright headers
2a63c7aa : internal/cmd: print generated filename only when contents change
befd2dd2 : cmd/protoc-gen-go-grpc: remove
56786dc5 : testing/prototest: refactor prototest API
fb5fde41 : internal/impl: remove blocking TODO
929c287d : internal/testprotos: add a missing Copyright header line
f26a9e7e : all: rename IsInitialized as CheckInitialized
5e75048c : all: fix license header
3df87a0b : runtime/protoiface: remove IsInitializedOutputFlags and IsInitialized
52ee491c : reflect/protoreflect: improve documentation
6af2cee0 : reflect/protodesc: improve documentation
04f03cb0 : compiler/protogen: improve documentation
0232edc1 : all: remove stray "." from license headers
466dd772 : all: fast-path method refactoring
3dbd95a5 : reflect/protoreflect: add List.AppendMutable and Map.Mutable
c4051cd4 : types/known: remove packages present in genproto
725bfeaf : internal/impl: support legacy Merger interface
91b26046 : encoding: re-arrange options
5b335f72 : reflect/protoreflect: update documentation
e8e8875f : proto, runtime/protoiface, internal/impl: add fast-path Merge
7059483c : all: update go.mod in submodules
06e51b76 : internal/weakdeps: put APIv1 weak dependency behind a build constraint
5ca8f849 : reflect/protoregistry: minor doc change
b08bc6ee : proto: minor doc changes
6320bdfa : types/dynamicpb: minor doc change
d7b9f5c0 : proto: document the relationship between v1 and v2 messages
aa735f3c : internal/testprotos: add missing go_package option
baf64d55 : all: depend on github.com/golang/protobuf@1.4.0-rc1
709e7c84 : protoreflect: adjust documentation
c7aa53a3 : proto: refactor merge tests
cf33a9a2 : proto: remove shallow merge support, and MergeOptions
316febd1 : internal/impl: pass *coderFieldInfo into fast-path functions
f2617224 : proto: add Merge tests for aberrant inputs
e76af4be : proto: document reset memory aliasing guarantees
25fc6fb4 : reflect/protodesc: add FileOptions
d2ece139 : encoding/protojson: refactor to follow prototext pattern
3b512245 : cmd/protoc-gen-go: add compile-time assertion for legacy proto package version
93bccf76 : all: scrub all TODOs
604cdd2d : proto: add package docs
ee206b92 : proto: add tests for groups in oneofs
01b51b4f : proto, internal/errors: add Error sentinel, errors.Wrap
9afe9bb7 : internal/impl: validate messagesets
f9d4fdf0 : internal/impl: fix validation of required group fields
952a08d7 : encoding/prototext: make unexpected EOF error into proto.Error
6fb29949 : all: tests, tweaks for lazy extension decoding
4e6b903e : internal/encoding/text: fix eof crash when parsing list of scalars
4eefd778 : internal/impl: init map value MessageInfos in validator
2eb18f0e : internal/encoding/text: fix error construction in parseTypeName
40cba14b : internal/impl: fix for lazy decoding of groups
9dd7148c : internal/fuzz: add oss-fuzz build script
4eeab367 : internal/fuzztest: set cap to len on test byte slice
0f783d86 : internal/impl: fix off-by-one in varint validation
cadb4ab3 : internal/impl: refactor validation a bit
9b3d97c4 : encoding/prototext: rewrite of internal/encoding/text
3c5fb5f8 : all: make .proto file names relative to module root
521f2a04 : internal/filedesc: remove dependency on proto file name
1c33e112 : proto: make one test more general
f68f1708 : internal/testprotos: minor .proto file fixes
886c3263 : internal/encoding/json: add tests for negative zeros.
d025c951 : proto, internal/protobuild: add test proto template builder
4d918167 : internal/impl: catch varint overflow in validator
74b1460c : encoding: add Format helper function and method
1887ff70 : internal/impl: better fast-path init checks for extensions
6f297790 : internal/impl: fix validator bytes field length decoding
c70f5d59 : internal/impl: avoid redundant lazy extension inits
ca6f40c8 : proto: make use of fast-path initialization checks
0ae1c978 : internal/impl: lazy extension decoding
a522d5fa : internal/impl: fix tag decoding when field num doesn't fit in int32
524c6067 : runtime/protoiface: use more efficient options representation
212b05b8 : internal/testprotos: make TestAllExtensions recursive
a60e709a : proto: fix DiscardUnknown
cb0bfd0f : internal/impl: reduce redundant MessageInfo initializations in validator
8fa11b11 : internal/impl: inline most field decoding in the validator
5d82883c : internal/impl: inline small tag decoding in the validator
f25a6ca9 : internal/benchmarks/micro: add validator microbenchmarks
5e73c4ce : grpc: accept interface in NewClient functions
adbbc8ec : internal/impl: inline some small varint decoding
170b2bfc : internal/impl: precompute required bit in validator
ce8f7f63 : internal/impl: inline small tag decoding
8729675d : internal/benchmarks/micro: add a place for microbenchmarks
0bf97b7e : internal/impl: messageset validation and isinit fixes
c600d6c0 : all: do best-effort initialization check on fast path unmarshal
d30e561d : proto: add MarshalState, UnmarshalState
f0831e87 : internal/impl: change unmarshal func return to unmarshalOptions
61781dd9 : all: abstract fast-path marshal and unmarshal inputs and outputs
f12fb45f : all: add ProtoMethods method to protoreflect.Message
2f643a97 : internal/impl: avoid type conversion on UnmarshalOptions.Resolver
6635e7d0 : internal/impl: recognized required bytes fields in validation
2ae60936 : internal/impl: fix unmarshal of group containing their own field number
1c8015ff : all: minor tweaks
94e730bc : internal/testprotos: hide all public testprotos
55f18259 : internal/testprotos/legacy: rename and regenerate
4a7fc820 : cmd/protoc-gen-go: refactor package
7abc2def : internal/impl: omit isInit func when not needed
025a0d2d : benchmarks: rename to internal/benchmarks
ec00e32a : all: remove APIv1 dependency
54a0a047 : internal/impl: check for required fields in missing map value
b02b6d1d : internal/encoding/json: fix performance cliff when decoding large integers that will go out of range.
b0c26f18 : internal/impl: add message validator
2ad3f248 : proto: fix equality on nil values of different types
2244bc58 : internal/testprotos/fuzz: add go_package option
b0d217f6 : proto, internal/impl: don't create fast path Size for legacy Marshalers
b7695fab : proto: add Clone function and MergeOptions.Clone method
ce496b5d : proto: add MergeOptions.Shallow option
96a44732 : proto: distinguish between invalid and empty messages in Equal
14ac241a : internal/impl: return nil for nil enum or message
6c26a04a : internal/filedesc: use jsonName.Init method over JSONName constructor
1a08d549 : encoding/prototext: fix crash in map parsing
5ba0c296 : internal/encoding/json: fix crash in parsing
f2427c09 : proto, internal/impl: reject invalid field numbers in map items
2c0824b5 : internal/impl: fix size for zero-length packed extensions
75f53c59 : internal/fuzztest: factor out common fuzzer tests
26451c03 : internal/fuzz: add fuzzers for prototext and protojson packages
7f9c7d9f : internal/fuzz: refactor fuzzer
7e690b5b : internal/impl: fix map decode when value is before key
3e42b667 : internal/impl: faster map fast path
d0b07495 : proto: rearrange test messages
b120a23b : internal/impl: fix reversed IsValid test
d6500187 : internal/impl: fix aberrant message detection logic
85176087 : cmd/protoc-gen-go: remove json ignore tags
4151cae2 : internal/impl: more checks for aberrant messages
62d204cc : internal/impl: fix legacy UnmarshalJSONEnum
4663ebc8 : internal/genname: centralize the definitions for generated names
ce413af0 : internal/impl: faster oneof marshaling
79571e90 : internal/impl: improve extension fast path performance
fe15dd4c : all: don't allow invalid field numbers when legacy support is on
5366f825 : proto: consistently use non-nil, zero-length []bytes for empty bytes strings
9f1165c3 : all: fix reflection behavior for empty lists and maps
82886da2 : reflect/protoreflect: add {Message,List,Map}.IsValid
1c31032e : testing/protocmp: add Ignore options and Any support
fab1c8d9 : testing/protocmp: switch Enum.Number to be a method
613285cf : internal/impl: refactor makeStructInfo
01c0e8d6 : proto, internal/impl: make wire output more consistent with v1
1605775b : internal/impl: handle some dynamic legacy messages
ce3384cd : proto, internal/impl: store unknown MessageSet items in non-mset format
c975a709 : reflect/protoregistry: remove deprecated APIs
96208278 : cmd/protoc-gen-go-grpc: add Unimplemented...Server type
e9187326 : internal/filedesc: move message options to L1 initialization
c7f2beee : internal/impl: assume legacy Marshal method supports deterministic
a2684f4b : internal/impl: make resolverOnly explicitly implement file resolver
a0a54b80 : reflect/protoreflect: remove nullability from repeated extension fields
ef19a2a9 : internal/impl: update uses of deprecated ExtensionField methods
c826885a : reflect/protoregistry: add (*Types).Register{Message,Enum,Extension}
b76294a1 : cmd/protoc-gen-go: remove compiler flags
afb395b1 : testing/protocmp: initial commit of cmp helper package
3770776d : internal/fuzz/wire: add test, seed corpus
ae313d4a : cmd/protoc-gen-go: fix Reset method
591f09ab : internal/fuzz: add basic fuzzing target for Marshal/Unmarshal
d01061a4 : internal/impl: print <nil> for typed nil messages
c1507ac6 : encoding/protojson, encoding/prototext: remove most explicit registries
3b65992c : all: remove {Enum,Message,Extension}Type.GoType methods
73618879 : reflect/protoregistry: protect global registries with a lock
8e9d5f6e : internal/protolegacy: add stub v1 proto package for testing purposes
01fdc632 : internal/impl: use current proto package, not old one
95d75b71 : go.mod: update github.com/golang/protobuf
6e40b329 : internal/impl: weak field bugfixes
47d5893a : internal/impl: support non-struct-pointer legacy message types
1e5516a4 : proto: improve slice growth in MarshalAppend
37ef691e : internal/impl: call Marshal/Unmarshal methods on legacy types
f2c4ddc7 : proto/equal: equate nil
641611d9 : proto: fix self-merging
c908144c : proto: fix race in Merge
bee62525 : internal/impl: handle legacy ExtensionDesc form
6e095998 : proto, internal/impl: implement support for weak fields
fc5f8c34 : encoding: optimize for oneofs
9d637ca9 : internal/impl: optimize reflect methods
7fa1ee59 : encoding/protojson: parse groups according to their real proto name
84177c9b : all: use typed variant of protoreflect.ValueOf
705acadc : proto: reset message by default in Unmarshal
efdf02ed : internal/filedesc: gracefully handle unresolved enums
8689fa59 : encoding/prototext: add UnmarshalOptions.DiscardUnknown
cd4a31e2 : encoding/prototext: add MarshalOptions.EmitUnknown
cbdefb15 : internal/impl: move filetype.EnumInfo to impl
fd4c605b : internal: simplify ExtensionInfo initialization
3c4ab8c6 : encoding/prototext: drop trailing newline for empty
2df47c91 : internal/impl: fix race ExtensionInfo.lazyInitSlow
e87cf53d : internal/impl: fix panic calling XXX_MessageName on aberrant messages
3e80249d : compiler/protogen: deprecate certain ways to derive Go package information
8ee364e4 : internal/impl: fix SetLazyValue
531a03af : internal/impl: preserve nil in ProtoMessageVXOf
27af11f1 : internal: improve use of detrand in descfmt and errors
9e356dea : encoding/prototext: document unstable marshal output
582ab3de : encoding/protojson: add random whitespaces in encoding output
4eb4d61b : internal/encoding/text: minor tweak in inserting random whitespace
09217f08 : all: make error messages unstable
956cd6dd : encoding/protojson: add MarshalOptions.UseProtoNames
9111f3b4 : encoding/protojson: add MarshalOptions.UseEnumNumbers
984e528f : encoding/protojson: add MarshalOptions.EmitUnpopulated
3924625c : all: update to go1.13 release
0bf41136 : encoding: verify that the target message is extendable
592e52e1 : internal/mapsort: use explicit kind for strings
6c30280a : reflect/protoreflect: emit valid Go from GoString
72980ee4 : reflect/protoregistry: add Num methods for every Range method
ea5ada15 : internal/impl: support legacy message names
2eaed366 : all: remove NewMessage methods
576cfb3d : release.bash: support reproducible builds
4b3a82f6 : internal/impl: clean up Value codecs
fd528ff5 : internal/impl: unexport Unwrapper
d91c422d : all: remove use of deprecated NewMessage
dfae831a : types/dynamicpb: New->NewMessage, add NewMessageType
0e00e666 : cmd/protoc-gen-go: remove go version from header
6663f3a6 : internal/impl: add ProtoMessageV1Of and ProtoMessageV2Of
290ceea6 : types/dynamicpb: support dynamic extensions
293dc761 : internal/impl: change Go representation of extension lists to []T
68b81c31 : internal/impl: store extension values as Values
835b2711 : reflect/protoreflect: add ExtensionType IsValid{Interface,Value} methods
50f860a4 : internal/filedesc: fix dependency on legacy generated enums
95539ea0 : internal/filetype: fix EnumInfo.New
3cda377e : all: rename ExtensionType Descriptor method to TypeDescriptor (2/2)
79bfdbe4 : all: rename ExtensionType Descriptor method to TypeDescriptor (1/2)
95758c08 : internal/filetype, internal/filedesc: avoid gccgo bug
26aef9d6 : cmd/protoc-gen-go: add support for field-tracking
2e7817f1 : compiler/protogen, internal/strs, internal/impl: expose enum Go name derivation
c5060d2f : reflect/protoreflect: add non-allocating Value constructors
6e25d8c6 : proto: add tests for unmarshalling invalid field numbers
08ff7300 : all: add go1.13rc1 to list of supported Go versions
ef6e524d : compiler/protogen: move name mangling logic to protogen
4df99fd5 : compiler/protogen: add EnumValue.Parent
2cec484e : compiler/protogen: export Plugin.FilesByPath
7762ec20 : compiler/protogen: reorder code
945a1706 : all: rely on message_set_extension name mangling in ExtensionDescV1
4f3de441 : release.bash: add support for building release binaries
769cbd00 : release.bash: add script for making new releases
1de09cbe : internal/conformance: change test package name to conformance_test
f247a903 : internal/impl: clean up obsolete ExtensionInfo fields/funcs
f1e905b0 : all: unify protoV1.ExtensionDesc and proto.ExtensionType
c0f8c0a2 : runtime/protoimpl: add ExtensionInfo alias
0080e682 : reflect/protoreflect: improve package documentation
dd271b6b : internal/conformance: make conformance test use specific go version
abd06a8b : all: update to protobuf-v3.9.1 and go-v1.11.13 and go-v1.12.9
9b22b938 : internal/impl: treat a nil oneof wrapper as if it were unset
7328839f : cmd/protoc-gen-go: annotate depIdxs list with index comments
0484b1a1 : internal/impl: refactor MessageInfo
17581daa : cmd/protoc-gen-go: fix struct tag formatting
16163b4f : all: drop reflect/prototype package
4401a0de : cmd/protoc-gen-go, internal/filetype: clean up EnumType construction
1799d111 : all: rename tag and flags for legacy support
7164af5a : test.bash: refactor command execution logic
92f76189 : all: refactor extensions, add proto.GetExtension etc.
d4f0800c : all: make handling of zero-value composites more consistent
bab3d408 : runtime/protoimpl, cmd/protoc-gen-go: support release versioning
8d5e6d69 : cmd/protoc-gen-go: improve generation of comments
70fdd5d1 : compiler/protogen, cmd/protoc-gen-go: use alternative comments API
4a7d6336 : cmd/protoc-gen-go: group extension variable declarations
f5274511 : all: add NewField, NewElement, NewValue
c36f3ae7 : .gitignore: add policy for new entries
9b8a4332 : cmd/protoc-gen-go: group enum map vars in blocks
d29a71bf : cmd/protoc-gen-go: group default consts and vars in blocks
e815d6a4 : all: remove dead code
52ec1759 : internal/filedesc, internal/filetype: rename {Desc,Type}Builder as Builder
954bd92c : all: refactor Converter
f5422207 : test.bash: add -failfast flag
8003f08e : proto, internal/impl: zero-length proto2 bytes fields should be non-nil
afd3633c : internal/impl: defer evaluation of weak reference until actual use
f98dd98c : internal/filedesc: defer evaluation of weak reference until actual use
2aea614c : internal/impl: fix race over messageState.mi
d57568e7 : cmd/protoc-gen-go: remove XXX_OneofWrappers
3efb1380 : cmd/protoc-gen-go: remove XXX_NoUnkeyedLiteral
38b6196f : cmd/protoc-gen-go: group generation of internal fields together
4e173a59 : internal/filedesc: don't close over descopts values
a6af044c : internal/impl: fix data race in atomicNilMessage
45f14b4b : internal/filedesc: fix parsing of enforce_utf8 option
070c1010 : internal/impl: simplify getMessageInfo
a3369c5d : internal/encoding/text: replace use of regular expression in decoding
57b4ff63 : internal/testprotos: remove stale generated file
5788b425 : cmd/protoc-gen-go: minor code changes to assist internal patches
1080a45d : cmd/protoc-gen-go: remove XXX_WellKnownType
94293921 : internal/encoding/pack: fix tests on armv7a
fb3ff727 : cmd/protoc-gen-go: refactor logic to be more compartmentalized
831b8f59 : reflect/protoregistry: add conflict override
bda0ea80 : cmd/protoc-gen-go: make internal dependencies more patch-friendly
43761bdf : cmd/protoc-gen-go: update deprecation warning
1ac7b53c : internal/filedesc: print warnings on registration conflicts
ad8dff3e : all: update to github.com/golang/protobuf@b9f5089f
f647c82c : internal/impl: expose MessageInfo
74615a39 : proto: remove dependency on github.com/golang/protobuf
6bd33b6e : proto: equate floating-point NaNs
5ae10aa9 : encoding: unify MessageSet extension handling logic
af570872 : reflect/protoregistry: provide more informative errors for conflicts
c51e2e02 : all: support enforce_utf8 override
302cb325 : proto: support message_set_wire_format
d47ea19d : encoding: support weak fields in text and JSON unmarshaling
3d8e369c : all: implement proto1 weak fields
691d8563 : compiler/protogen: use protoreflect.SourcePath
67da21c7 : reflect/protodesc: only check enum dependency syntax if resolved
e182c917 : reflect/protoreflect: add FileDescriptor.SourceLocations
d421150c : reflect/protoreflect: add Enum.Type and Message.Type
f8b855d7 : runtime/protoiface: API adjustments
0f81b38d : runtime/protoiface: move and rename XXX_Methods
a8a2cea3 : proto: move T->*T wrappers from internal/scalar to proto
09cef32b : proto: cleanup invalid extension exception
6c28674c : proto: fix merge semantics for oneof message
62200db5 : integration_test.go: use custom parallel test code
6a2180f8 : integration_test.go: move Go cache
7492a09d : internal/impl: support packed extensions
3e6a39b3 : internal/impl: avoid preserving presence on proto3 bytes field
82760cef : internal/impl: add MessageState to every generated message
36dc22dd : encoding: use strs.UnsafeString to avoid duplicated code
6dc168e6 : encoding: cleanup some tests
b3d57df1 : cmd/protoc-gen-go: add more flags to control generation of deprecated features
0eee7eb3 : benchmarks: move download_benchdata.bash into benchmarks/ dir
ace50e2b : internal/encoding/tag: support marshaling weak fields
e5900a6a : internal/encoding/tag: fix handling of JSON name
97a87391 : internal/strs: unify string manipulation functionality
e91877de : internal/impl: add fast-path unmarshal
3d0706ac : proto, internal/impl: make IsInitialized more consistent
dd380ab6 : proto: bench_test fixes
5455ef5c : cmd/protoc-gen-go: disable generation of XXX_WellKnownType
6ceeaab1 : cmd/protoc-gen-go: remove MessageSet hackery
c0e4bb20 : cmd/protoc-gen-go: unexport implementation-specific XXX fields
09912274 : cmd/protoc-gen-go: remove generation of XXX_OneofWrappers
7198fb6e : cmd/protoc-gen-go/testdata: add registry test
9aeddcdc : internal/encoding/wire: fix trivial misspelling
8c457bb0 : internal/impl: rename encode_field.go->codec_field.go
edf7bdda : internal/impl: rename encode->codec in various places
8b0b71e9 : cmd/protoc-gen-go: use Merge instead of Marshal/Unmarshal
a804450c : all: fix stale comments
8a4c3d18 : internal/filedesc: avoid deep-copying the options
93fd968b : internal/impl: centralize the logic for finding XXX fields
15076350 : reflect/protodesc: enforce strict validation
b2107fbd : reflect/protodesc: robustify dependency resolution implementation
a691404b : reflect/protodesc: return deep copies of the input
28216c7c : encoding: avoid direct access to XXX_unrecognized
8d30bbee : all: remove dependency on proto v1
6e381b5c : protoreflect: fix typo in documentation
32e8a52c : internal/impl: fix race in aberrant message logic
3274acc9 : reflect/protodesc: fix initialization bug
28e61ba7 : internal/impl: drop XXX_MessageName aberrant support
851185da : internal/impl: support aberrant enums and messages
4ae30bbb : internal/impl: refactor fast-path
a9940822 : all: remove protoreflect.Message.Len
20aefe9c : encoding/prototext: fix parsing of field names
a7f7a409 : reflect/protodesc: fix handling of unresolved identifiers
e407ee16 : reflect/protoregistry: remove Files.Find{Enum,Message,Extension,Service}ByName
1ffc47f7 : reflect/protoreflect: print unknown number in String methods
2fc306a8 : proto: implement Merge
42413978 : reflect/protoreflect: register all desciptors in Files
a3456c94 : types/dynamicpb: add dynamic message type
42cfff4a : benchmarks: add general-purpose benchmarks directory
d91246e8 : testing/prototest: add extensions, unknown fields, typechecks
5322bdb2 : internal/impl: add fast-path for IsInitialized
cedb5951 : proto, internal/impl: avoid string->[]byte conversions
8c86fc5e : all: remove non-fatal UTF-8 validation errors (and non-fatal in general)
a80229e4 : proto: add benchmark using protobuf repo test data
ef75beca : proto: fix memory aliasing bug in Reset
7ea76d2a : cmd/protoc-gen-go: un-deprecate enum maps
dfe16031 : internal/fileinit: remove package
d888139e : internal/filedesc, internal/filetype: initial commit
0c9f0a9c : encoding/protojson, encoding/prototext: always allow partial Any
95faac20 : encoding/protojson, encoding/prototext: set wire unmarshal resolver
3631e225 : reflect/protodesc: don't panic on nil Resolver
5857a5ab : reflect/protodesc: use Resolver interface
4a539f4e : reflect/protoreflect: remove KnownFields and UnknownFields interfaces
7a5e0264 : reflect/protoreflect: remove {Enum,Message}.Type methods
01887a85 : reflect/protoreflect: remove FieldDescriptor.{Oneof,Extendee} methods
a93fdf54 : reflect/protoreflect: remove bool output for Descriptor.Parent method
dddbe8b4 : reflect/protoregistry: remove Files.RangeFilesByPath
bd7b7a9e : reflect/protoregistry: assume unique proto file path
378c1329 : reflect/protoreflect: add alternative message reflection API
5b6d0471 : internal/impl: handle irregular messages implementing proto.Message
05e11b80 : internal/impl: unexport ExtensionField.Desc
89d49632 : internal/impl: abstract away ExtensionDescV1 as the underlying descriptor
ea2076d0 : compiler/protogen: rename shadowed path package variables
44b9a308 : cmd: fix go.mod files
60b368fb : runtime/protolegacy: remove package
58b42d88 : cmd/protoc-gen-go, runtime/protoimpl: enforce minimum and maximum versions
66500913 : runtime/protoiface: update package documentation
21ade498 : internal/impl: move legacy files into impl
1c28304c : proto, encoding/protojson, encoding/prototext: use Resolver interface
b2f66bed : reflect/prototype: initial commit
4fe9663f : internal/impl: rename MessageType as MessageInfo
63bdd1f8 : internal/descfmt: rename from typefmt
095e23da : internal/impl: drop legacy prefix for some files
fb30a403 : testing/protobuf: fix float comparison bug
dbab6c06 : cmd/protoc-gen-go: generate Enum method even on proto3
c37adefd : internal/impl: add fast-path marshal implementation
5c62f675 : types: remove stub packages
a95b29fb : types: consistently name generated protos
11caeff1 : internal/impl: unexport ExtensionFieldV1.Value
40b83d67 : internal/impl: add scaffolding for lazy extension support
838f1f50 : encoding: remove jsonpb and textpb
0cf31136 : internal/prototype: support dynamic enum and message types in extension
cdb77735 : encoding: switch ordering of Unmarshal arguments
5c5b5315 : protogen, encoding/jsonpb, encoding/textpb: rename packages
934520f5 : go.mod, go.sum: add back in after v2 module renaming
e89e6244 : all: change module to google.golang.org/protobuf
ac31a352 : reflect/protoreflect: add helper methods to FieldDescriptor
67c1d9b2 : reflect/protoreflect: add Descriptor.ParentFile
0fc49f82 : reflect/protoreflect: add Descriptor specific methods
4a58eb3f : internal/impl: remove ExtensionFieldV1.Raw
927aaba8 : internal/impl: fix panic message in pointer.AsValueOf
3eaddf03 : internal/impl: pull out message struct info into a type
00a323de : internal/impl: use XXX_unrecognized exclusively for unknown fields
db38ddde : proto: eagerly unmarshal extensions
82a03061 : internal/{fileinit,impl}: minimal weak field support
bac4cd44 : reflect/protodesc: check file imports by name
9a824c9a : reflect/protodesc: add validation for NewFile
972d873b : internal/encoding/wire: increase maximum field number
9c100456 : encoding: add TODOs for producing better error messages with handling of Any
e5e4f36f : internal/testprotos/conformance: make package name match dir
5ec58b91 : testing/prototest: add package testing message implementations
e6f060fd : proto: add Equal
decef41d : internal/encoding/json: improve decoding speed and memory allocation
4f0be71f : encoding/jsonpb: add unmarshal option to ignore unknown fields
d64dcebb : integration_test: add conformance tests
06a6b0bd : encoding/jsonpb: fix parsing of number strings containing leading/trailing spaces
ad9c1257 : encoding/jsonpb: fix encoding of max/min Duration and max Timestamp
060cdacd : internal/impl: fix Has behavior for floats
c90b6ada : reflect/protoreflect: remove methods with Type suffix
d24bc723 : reflect/protoreflect: rename methods with Type suffix
1e096914 : internal/encoding/{json,text}: improve string parsing
00e50dc9 : runtime/protoimpl: remove ExtensionFieldsV1
ab61d41e : cmd/protoc-gen-go: add constants to control generation of deprecated features
5e71dc95 : cmd/protoc-gen-go: used named types for special fields
50c16719 : internal/impl: simplify extension data structures
e089c0f9 : internal/fileinit: add FileDescriptor.ProtoLegacyRawDesc method
7ca70981 : cmd/protoc-gen-go: drop xxx_ prefix for package-level variables
4419fabc : integration_test: drop "go build ./..."
2300c187 : reflect/protoreflect, reflect/protoregistry: move descriptor lookup to registry
8eba9eee : encoding: add simple benchmarks to compare V1 vs V2
a2dd2280 : internal/fileinit: make fileinit responsible for registering concrete options types
5b9fa1f0 : all: remove direct dependence on internal/legacy
bc310b58 : proto: validate UTF-8 in proto3 strings
a5f43e83 : internal/fileinit: add scary warnings about compatibility
21a3974e : encoding/textpb: add string fields UTF-8 validation
b132ae09 : encoding/jsonpb: use knownfields.WhichOneof for marshalKnownValue
89193ac6 : encoding/jsonpb: remove dependency on descriptor proto
09b5b465 : cmd/protoc-gen-go: revert Enum simplication
fb8bd3a6 : internal/legacy, internal/encoding/tag: don't synthesize options
987d570c : internal/legacy: remove dependency on descriptor.proto
4ec39c76 : reflect/protoreflect: add KnownFields.WhichOneof
872b5004 : cmd/protoc-gen-go: generate oneof types seperately
53b05a5d : proto: add simple benchmark
03e74868 : proto: replace CachedSize fast-path method with UseCachedSize option
3016b733 : proto: fix MarshalAppend fast path
cc2b078f : proto: enable/disable fast path with build tags
8fa64d98 : internal/encoding/json: improve Value.Int,Uint by reducing allocations
4686e239 : proto: add IsInitialized
96c229ab : proto: check for required fields in encoding/decoding
9d19e5c4 : test.bash: update to protoc3.7.1 and go1.11.6 and go1.12.1
09b28a97 : encoding/textpb: clean-up code and fix error handling inside closures
ac503595 : internal/set: remove Int32s, Int64s, and Strings
8a1d460e : encoding/jsonpb,textpb: fix handling of duplicate oneof fields
0d3e8cc0 : proto, runtime/protoiface: add support for fast-path marshaling
17523ebe : encoding/jsonpb: improve and fix unmarshaling of Duration
300b9fe4 : encoding/jsonpb: fix unmarshaling of NullValue field
8ac9dd25 : encoding/jsonpb: add support for unmarshaling Any
670d808a : internal/encoding/json: improve allocation of Value for JSON strings
61968ce1 : cmd/protoc-gen-go: perform some code cleanup
5d72cc2d : cmd/protoc-gen-go: lazily GZIP-encode the raw descriptor
ebbb4bb1 : runtime/protoiface: doc cleanup
e1e34939 : encoding/textpb: use internal/fieldnum for well-known type fields
82014a51 : encoding/jsonpb: update handling of Empty message type
329be5b5 : encoding/jsonpb: add AllowPartial option to MarshalOptions and UnmarshalOptions
822de2d8 : encoding/jsonpb: remove encoder and decoder types
c4450377 : encoding/jsonpb: add support for unmarshaling Duration and Timestamp
61e93c70 : proto: add generic Size
42577eaa : encoding/textpb: add AllowPartial option to MarshalOptions and UnmarshalOptions
307a7930 : encoding/jsonpb: rearrange and add descriptions in well_known_types.go
3b46adeb : proto: add proto3 encode/decode test cases
e63c4c4b : encoding/jsonpb: add support for unmarshaling wrapper and struct types
35ec98fd : cmd/protoc-gen-go: generate for v2-only dependencies
1c7462c1 : encoding/jsonpb: fix encoding of empty google.protobuf.Value
a3421952 : internal/encoding/json: improve decoding of JSON numbers for floats
f503c300 : all: re-add go.mod and go.sum files
4fddebaf : all: move v1 types over to the v2 repository
4532dd79 : internal/fileinit: prevent map entry descriptors from implementing MessageType
300cff08 : encoding/textpb: clean up tests on Any
ca46d8c9 : internal/fieldnum: generate field numbers for the google.protobuf package
0b0f4036 : encoding/jsonpb: add support for marshaling well-known types
3a385917 : encoding/jsonpb: change MarshalOptions.Compact option to Indent
1321a0e0 : cmd/protoc-gen-go: generate descriptor proto using v2 textpb
559d47f1 : cmd/protoc-gen-go: fix init order for v1 registration
4630b3da : integration_test: fix race condition between stderr and stdout
b9365044 : internal/legacy: guarantee one-to-one generation of wrapper types
08cd8842 : cmd/protoc-gen-go: register with the v2 registry for descriptor
ce07f396 : internal/cmd/generate-protos: disable detrand
f31bf261 : cmd/protoc-gen-go: only depend on v2 proto package
8e506a87 : cmd/protoc-gen-go: rely on protoimpl for basic helpers
e52379a5 : encoding/jsonpb: add support for unmarshaling extensions and messagesets
e0cf15ba : encoding/textpb: fix failed tests due to ordering of marshaled binary fields
4d1c3be7 : encoding/textpb: reduce dependency on proto v1 package
c96a79da : encoding/jsonpb: add support for basic unmarshaling
e0f1ea4a : encoding/textpb: remove blank line
afb455ea : cmd/protoc-gen-go: correlate v1 ExtensionDesc with v2 ExtensionType
69996ba4 : internal/legacy: use proto.Unmarshal from v2
f83d5bb6 : encoding/jsonpb: add support for marshaling of extensions and messagesets
99f24c33 : proto: wire encoding support
4866b95a : internal/impl: try to work with ExtensionDescs when legacy is absent
990b9f59 : internal/prototype: move from reflect/prototype
cf4f80a2 : .travis.yml: configure for OSX
94a85100 : protogen: fix protogen_test.go
250c6eaf : internal/encoding/text: change Value.Float{32,64} to Value.Float
49898100 : cmd/protoc-gen-go: always generate support for reflection
9e88bc0b : test.bash: purge unused directories based on timeout
bb786ea5 : test.bash: update to protobuf 3.7.0
d9bfe8bc : all: fix travis after v1 update
8692540c : go.mod: re-add go.mod file
61d82d9a : go.mod: temporarily delete go.mod file
87608a75 : encoding/jsonpb: switch MarshalOptions to use new JSON encoder
a7a0de87 : go.sum: temporarily delete go.sum file
d3f8f2d4 : internal/encoding/json: rewrite to a token-based encoder and decoder
9d8c804b : go.sum: purge unused dependencies
22b1ebd0 : internal/impl: split messageWrapper into different types
c93f494f : cmd/protoc-gen-go/testdata: ignore go.sum
d56458e7 : internal/cmd/generate-protos: generate test for testdata
beda4040 : protogen: drop dependency on golang.org/x/tools/go/ast/astutil
0fc22451 : cmd/protoc-gen-go: enforce init order within packages
db6ad141 : encoding/textpb: add package doc
f398784f : .travis.yml: fix travis CI
1af1de0c : internal/cmd/generate-protos: generate internal descfield package
4b465c00 : test.bash: limit running go test to integration_test.go only
1e1e78b7 : internal/encoding/jsonx: copy internal/encoding/json
707894e8 : test.bash: rewrite the integration test in Go
6bb8dec7 : cmd/protoc-gen-go: change some arrays to slices to save bytes
19058431 : internal/cmd/generate-protos: initial commit
4069211b : protogen: use full path for generated file variable name
cf81e67b : cmd/protoc-gen-go: use protoapi.CompressGZIP
e09920e4 : internal/errors: fix New in eliding prefix
71c6603a : protogen: use full filename in per-file vars
7b828bca : encoding/jsonpb: basic JSON marshaling
8170d693 : encoding/textpb: move test protos under encoding/testprotos
3fa6d3f0 : internal/encoding/pack: don't depend on exact math.NaN bits
f5db2df4 : encoding/textpb: add tests for nil message in repeated and map
6470ea6e : encoding/textpb: add support for MessageSet
374cdb81 : internal/impl: drop MessageType.(Unk|K)nownFieldsOf
e475eaa7 : internal/fileinit: add tests for fileinit and protodesc
f14380bd : reflect/protodesc: add functions to convert descs to protos
8012b444 : internal/fileinit: generate reflect data structures from raw descriptors
6a0e0722 : go.sum: update to fix test.bash failure
84f0960b : internal/encoding/text: format using 32 bitsize when encoding float32
de7313b5 : encoding/textpb: fix marshaling repeated group field name
66c365cf : encoding/textpb: unmarshal Any
0dcfb9aa : encoding/textpb: fix handling of group field name
5681bb25 : protogen: use _protoFile suffix for file descriptor variable
124c8121 : protogen: use types.Universe.Names for list of builtin identifiers
d18bd318 : reflect: switch ExtensionType.New to return Value
e3f854b2 : reflect/protoreflect: clarify documentation
3bc7d6f5 : reflect: switch MessageType.New to return Message
d6966a44 : protogen: fix oneof name mangling regression
a8593bae : reflect/protoreflect: drop the ProtoEnum type
a7cbd06b : cmd/protoc-gen-go: don't chain public imports
84395510 : cmd/protoc-gen-go: add additional import public test case
f25e14ca : cmd/protoc-gen-go-grpc: regenerate golden file
c31bc2da : internal/testprotos: fix import path of test.proto
a94f78c0 : encoding/textpb: marshal Any as regular message if unable to expand
f42b55ff : encoding/textpb: marshal google.protobuf.Any in expanded form
7bf3ce21 : cmd/protoc-gen-go: generate public imports by parsing the imported .pb.go
60e9f879 : cmd/protoc-gen-go: remove stale comment
402382e5 : test.bash update to go1.10.7 and go1.11.4
0dbce836 : cmd/protoc-gen-go: always register file descriptor
c525c974 : encoding/text: unmarshal extensions
6e67a1d6 : reflect/protoregistry: add Types registry
cf25308d : encoding/text: marshal extensions
2b0bba88 : internal/legacy: fix ExtensionTypeFromDesc
eb6b5877 : reflect/prototype: change registered option types to interface{}
bc534a98 : all: add appengine build tag
c05538c6 : reflect/protoreflect: change Options back to an interface{}
7bf88d13 : reflect/prototype: fix mapping of Go types for fixed{32,64} kinds
7390346c : cmd/protoc-gen-go: invert conditional check for proto syntax
d068d302 : proto: use extension field type in decoding when available
4be2fb4a : internal/legacy: use v2 proto.Unmarshal
ba23aa55 : proto: wire decoding support
2c6f0988 : protogen: simplify and fix naming derivation logic
7c624e25 : encoding/textpb: ignore reserved field names during unmarshal
70651959 : encoding/textpb: switch tests to use V2 generated messages
20a1d316 : encoding/textpb: add marshaling of unknown fields
800c9902 : encoding/textpb: initial textproto unmarshaling
9ecf75b7 : internal/value: bugfix for v2 message conversion
ae2a5613 : protogen: annotate interface methods
887028d7 : internal/value: fix GoValueOf for v2 message types
232ea155 : reflect/prototype: hoist semantic options into builders
692690ff : cmd/protoc-gen-go-grpc: fix camel-casing of names in generated code
08c3cdf5 : cmd/protoc-gen-go-grpc: change test files to exercise name rewriting
26534202 : reflect/protoreflect: remove DescriptorProto method
97e7f57d : reflect/protoreflect: replace Mutable with NewMessage
c9899da4 : internal/encoding/defval: unify logic for handling default values
bce82b8e : reflect/protoreflect: add HasJSONName, ReservedRanges, and ReservedNames
381f04c1 : reflect/protoreflect: add MessageDescriptor.ExtensionRangeOptions
a4cbffe4 : reflect/prototype: add registration hooks for options
9667c481 : cmd/protoc-gen-go: reduce technical debt
05d60cda : reflect/prototype: disable detrand for test
24ceb2b0 : cmd/protoc-gen-go: generate descriptor and plugin with reflection
b3960a7d : internal/typefmt: move descriptor formatting logic to typefmt
b6405bd7 : cmd/protoc-gen-go: add support for protobuf reflection
eeca8bb9 : internal/legacy: drop dependency on protoV1 via vendoring
e1f8d50e : reflect/protodesc: split descriptor related functionality from prototype
6dbffb76 : internal/legacy: drop legacy prefix
62517cc5 : internal/legacy: improve performance of extension descriptor conversions
4c057caa : cmd/protoc-gen-go-grpc: switch to the stdlib "context" package
6cf80c4f : internal/impl: allow reflection on typed nil pointers
f9123a3c : runtime: expose protoimpl and protolegacy
08e00300 : internal/legacy: extract legacy support out from the impl package
ba0ef9a5 : internal/value: rename the Unwrap method as ProtoUnwrap
7e5c6477 : cmd/protoc-gen-go: fix forwarding decls for inf and NaN defaults
cddf8195 : encoding/textpb: initial implementation of textproto marshaling
f18ab539 : all: make use of the protoapi package in v1
25cc69d4 : internal/impl: fix legacy logic to know about the new XXX_OneofWrappers method
71acbc7b : internal/detrand: support disabling detrand
009e067e : internal/scalar: add scalar package for primitive wrappers
f757390b : cmd/protoc-gen-go: remove generation of RegisterMessageSetType
b6dbf230 : cmd/protoc-gen-go: remove generation of {Unmarshal,Marshal}JSON for MessageSets
411f3395 : protogen: clarify that GoIdent.GoName is a single idenfitier
d7e97bc7 : cmd/protoc-gen-go: generate XXX_OneofWrappers instead of XXX_OneofFuncs
f6d4a421 : reflect/protoreflect: clarify Get semantics on unpopulated fields
492a4763 : internal/detrand: new package for deterministically random functionality
c3f4d486 : internal/encoding/text: add extra random space to make output unstable.
ccf64591 : reflect/prototype: print {Enum,Message,Extension}Type.GoType
44e389ca : internal/impl: fix Has for proto3 scalars
c6320b9f : test.bash: update to go1.10.5 and go1.11.2
c1c17aa0 : protogen: add GoImportPath.Ident helper
87b955ba : internal/impl: add extensive tests for enum and messages
a31649d3 : internal/impl: remove hack in legacy_extension_hack.go
4b7aff63 : all: rename Vector as List
f0c01e45 : internal/impl: support legacy extension fields
ea11813c : internal/testprotos/legacy: initial commit
6f9095c6 : internal/value: expose Converter.{MessageType,EnumType}
1c40f495 : reflect/prototype: simplify Go type descriptor constructors
2cdb23da : reflect/prototype: remove TODO about custom extensions constructors
34eb7ef6 : reflect/protoreflect: clarify Clear and Remove operation on missing entries
1795eb16 : internal/impl: rename legacy_extension.go as legacy_extension_hack.go
f0ad886d : reflect/prototype: implement NewGoExtension
88bc5a7d : internal/value: extract Vector and Map logic as separate package
ce6edd3c : internal/impl: support message and enum fields
05828dba : internal/encoding/tag: centralize logic for protobuf struct tag serialization
95b0290e : internal/impl: support legacy unknown extension fields
bb1d557b : cmd/protoc-gen-go: factor out oneof field naming
2d5a169f : internal/impl: use linked-list for unknown field ordering
6238696a : cmd/protoc-gen-go: replicate v1 generator behavior for MessageSet extensions
6b54131a : cmd/protoc-gen-go: generate forwarding decls for ExtensionDescs
40a08052 : cmd/protoc-gen-go: don't import _ weak imports
a485fbd3 : reflect/protoreflect: add FieldDescriptor.DefaultEnumValue method
e2afdc27 : internal/impl: support legacy unknown fields
78f02a16 : reflect/protoreflect: clarify Mutable semantics
620bc28b : reflect/protoreflect: clarify Range semantics
44000a1b : cmd/protoc-gen-go: treat extensions fields as proto2 in some places
ad8ee05d : reflect/prototype: make extensions use proto2 semantics for IsPacked
be5348c9 : internal/impl: setup scaffolding for unknown and extension fields
2f68590c : reflect/prototype: use proto2 syntax for standalone extension fields
204f1c0a : reflect/protoreflect: add Descriptor.Options method
90fe996b : internal/impl: derive descriptors for legacy enums and messages
bda671fa : cmd/protoc-gen-go: re-escape default byte values
2c870bb5 : internal/impl: implement oneof fields
ba1159f4 : protogen: move comment generation into protogen
3903b218 : reflect/protoreflect: remove List method
bbfaeb77 : internal/impl: implement Map fields
91e1466d : internal/impl: implement Vector fields
162c1270 : protogen: generate .meta file with code annotations
d277b523 : protogen: produce an error if len(os.Args) > 1
2193e8df : cmd/protoc-gen-go: import public: forward default const/vars
42fa50da : test.bash: do not run golden tests by default
a85e9569 : test.bash: update to go1.10.4 and go1.11.1
3863ee56 : protogen: camel-case "Foo.bar" as "FooBar" instead of "Foo_Bar".
21f62f4d : reflect/prototype: fix name resolution when file has no package name
bbbd38f9 : protogen: avoid an obscure package name consistency check failure
daa4fad9 : cmd/protoc-gen-go: remove spurious . from enums with no package
09f89d02 : protoc-gen-go: generate per-field comments for oneofs
329b75ec : protogen: rewrite _ imports as well
a4a76535 : cmd/protoc-gen-go: remove spurious space in "* T"
87214665 : protogen: conflict resolve local package names against predefined idents
c6b75611 : internal/impl: support wrapping Go structs to implement proto.Message
b9781cc9 : cmd/protoc-gen-go: convert field number to uint64 before shifting
ccf3fa6c : cmd/protoc-gen-go: don't generate default values for [default=""].
ea7baf45 : cmd/protoc-gen-go: annotate all well-known-types
183aa3a3 : cmd/protoc-gen-go-grpc: add deprecation comments
982684b2 : cmd/protoc-gen-go: format default float values as float32
1fa8ab0e : protogen: add an option to rewrite import paths
1dab2cb0 : reflect/prototype: avoid unescaping string defaults
9c420a66 : cmd/protoc-gen-go: expose internal_gengo.GenerateFile
2dc6718b : cmd/protoc-gen-go-grpc: add gRPC code generator
0d1a0647 : cmd/protoc-gen-go: rename protoc-gen-go.go -> main.go
1adaec9c : cmd/protoc-gen-go: factor out internals into a new package
d39efc80 : cmd/protog-gen-go: rename File to fileInfo
154da98a : cmd/protoc-gen-go: special cases for MessageSet extensions
01ab2964 : go.mod: rename google.golang.org/proto as github.com/golang/protobuf/v2
b4af2c62 : test.bash: set GOPATH before running go list
ded92f80 : reflect/prototype: lower minimum support to Go1.9
a6c374a8 : cmd/protoc-gen-go: add test data for proto3 extensions
d4803f5a : cmd/protoc-gen-go: add "packed" encoding tag to fields
55fe1c01 : cmd/protoc-gen-go: generate deprecation comments
81d6d83a : cmd/protoc-gen-go: additional conflict resolution for oneof field types
2e0c3da5 : cmd/protoc-gen-go: generate blank imports for unused proto dependencies
73ac885d : cmd/protoc-gen-go: generate public imports
993c04dc : cmd/protoc-gen-go: generate extensions
1fa78d8a : cmd/protoc-gen-go: generate oneofs
1ec33158 : protoc-gen-go: generate imports consistent with previous protoc-gen-go
ce36f8d1 : cmd/protoc-gen-go: register messages and map field types
dd00a278 : reflect/prototype: simplify Format test
d0f8aa29 : reflect/prototype: add NewGoEnum and NewGoMessage constructors
0bd5a384 : cmd/protoc-gen-go: add support for map fields
77f82fe6 : cmd/protoc-gen-go: generate getters
fa02f4ea : internal/impl: initial commit
757806cd : reflect/prototype: fix build due to protoreflect.Value method change
812d9137 : reflect/protoreflect: add Has and Clear to KnownFields and Map
ebc699d0 : cmd/protoc-gen-go: generate def= protobuf field tag, default constants
e6fa22ab : reflect/prototype: add HasDefault to FieldDescriptor
a1c6abc9 : cmd/protoc-gen-go: generate common message methods
2c8b670c : reflect/protoreflect: put Value and MapKey types next to their methods
d412792d : cmd/protoc-gen-go: reference proto.ProtoPackageIsVersionX
658051ba : cmd/protoc-gen-go: generate message fields
17764983 : reflect/prototype: implement Format methods
3cf6e62f : protogen: support passing command-line parameters to plugins
46abb575 : cmd/protoc-gen-go: generate enums
cab8dfee : protogen: include source comments in generated code
8cb91902 : internal/encoding/pack: replace AST with CST in documentation
7779e05b : cmd/protoc-gen-go: register FileDescriptorProto
082ce923 : protogen: compute package names, import paths, generated filenames
3de06c08 : reflect: add Index method to descriptor
c8468896 : cmd/protoc-gen-go: assume type alias support in golden_test
f8505dac : test.bash: use repo-local cache
769b9e72 : internal/cmd/pbdump: simplify and cleanup
abc6fc1f : protogen: use protoreflect descriptors
ef180639 : reflect/prototype: default proto file syntax is "proto2"
d9016771 : protogen: automatic handling of imports
23ddbd14 : reflect/prototype: add NewFileFromDescriptorProto constructor
b4e370ef : internal/cmd/pbdump: initial commit
3ab648c9 : internal/encoding/pack: initial commit
9f9e0ee4 : test.bash: use go1.11
095e462e : reflect/protoregistry: initial commit
c046d869 : test.bash: use go1.11rc2
c7d07d9b : protogen: generate message skeletons
220c2024 : protogen, cmd/protoc-gen-go: initial commit
913ace25 : test.bash: more test script improvements
bfda014e : reflect/prototype: initial commit
dbc9a12d : reflect/protoreflect: initial commit
d55639e7 : internal/set: add set package for set data structures
ea04a135 : test.bash: test harness improvements
dd8f2fa6 : CONTRIBUTING.md: add pre-push hook instructions
27c2a76c : internal/encoding/text: initial commit of proto text format parser/serializer
879b18d9 : internal/encoding/json: initial commit of JSON parser/serializer
ec3202bc : AUTHORS, CONTRIBUTORS, LICENSE, PATENTS: initial commit
d1e65e66 : test.bash: unset GOROOT to fix Travis-CI
ed2fbe03 : test.bash: download dependencies
ce91da5f : internal/pragma: package to statically enforce certain properties
7828bb32 : .travis.yml: add Travis-CI script
1bed4543 : test.bash: add script for comprehensive testing
0e6baaa2 : internal/encoding/wire: switch to use internal errors package
025d81da : internal/flags: add package to control specialized functionality
be60f99c : internal/encoding/wire: fix minor miscategorization in test
9834a7df : internal/errors: initial commit
22505a49 : internal/encoding/wire: initial commit
3beba15d : go.mod: initialize Go module
a19bc9bf : CONTRIBUTING.md: initial commit
ca80a50e : README.md: initial commit
fd0e426c : Initial empty repository

+- Project: platform/external/google-breakpad

a58af67e : Tweak linux_glibc properties for musl builds in external/google-breakpad
6e0a3e40 : Move comment to license_note
b7e04c5e : Use a local stab.h for musl
22721eda : drop old owners
2b8deccc : Unset HAVE_A_OUT_H for musl

+- Project: platform/external/google-fonts/arbutus-slab

746b469 : Add license_note

+- Project: platform/external/google-fonts/arvo

366bc46 : Add license_note

+- Project: platform/external/google-fonts/barlow

be2983e : Add license_note

+- Project: platform/external/google-fonts/big-shoulders-text

08d84a6 : Add license_note

+- Project: platform/external/google-fonts/carrois-gothic-sc

ef72484 : Move comment to license_note

+- Project: platform/external/google-fonts/cutive-mono

5720d39 : Move comment to license_note

+- Project: platform/external/google-fonts/dancing-script

cd971da : Move comment to license_note

+- Project: platform/external/google-fonts/fraunces

cf9316b : Add license_note

+- Project: platform/external/google-fonts/karla

ecf968d : Add license_note

+- Project: platform/external/google-fonts/lato

0f60232 : Add license_note

+- Project: platform/external/google-fonts/lustria

2e8602f : Add license_note

+- Project: platform/external/google-fonts/rubik

707a319 : Add license_note

+- Project: platform/external/google-fonts/source-sans-pro

9123a01 : Add license_note

+- Project: platform/external/google-fonts/zilla-slab

30f0478 : Add license_note

+- Project: platform/external/google-java-format

ef76c3a : Update Android.bp for upstream merge
2affc98 : Update release.yml
e35f4a9 : Update release.yml
71dd2a3 : Update release.yml
7629900 : Bump checker-qual from 3.21.1 to 3.21.2
d86e930 : Make some best-practices changes to the plugin.
af804c6 : Update versions
304bb71 : Update dependabot.yml
0c95c8f : Update ci.yml
9d2225a : Automatic code cleanup.
4c64934 : Update ci.yml
f72191b : Update release.yml
6979974 : Update release.yml
05c5649 : Maven artifacts + GitHub Release page automation
668f108 : Don't use single-line for for javadoc without a summary fragment
94bedf4 : Pass `--initialize-at-build-time=com.sun.tools.javac.file.Locations` to native image build
f004493 : Stop hard-coding explicit versions in the README
9da00eb : Update release.yml
da0ad7f : rm custom JAVA_HOME env.
f07691c : Defining basic structure.
16e72a1 : Treat single-character upper case identifiers as UpperCamelCase
0198230 : Bump error_prone_annotations from 2.10.0 to 2.11.0
d52e308 : GraalVM native-image Maven build support
fa48f48 : Bump maven-compiler-plugin from 3.7.0 to 3.9.0
3de0712 : Bump auto-service-annotations from 1.0 to 1.0.1
621fb85 : Handle modifiers that start with `non-`
49eba6d : Bump truth.version from 1.0 to 1.1.3
8a7ab0d : Bump maven-gpg-plugin from 1.4 to 3.0.1
8b26013 : Bump error_prone_annotations from 2.7.1 to 2.10.0
74ba729 : Update dependency versions
d46fcf0 : Bump maven-jar-plugin from 3.0.2 to 3.2.2
c3beef1 : Bump maven-shade-plugin from 2.4.3 to 3.2.4
bfb0649 : Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.1
4424715 : Bump checker-qual from 3.6.1 to 3.21.1
427a2bd : Bump maven-surefire-plugin from 2.18 to 2.22.2
e01e66c : Bump build-helper-maven-plugin from 3.0.0 to 3.3.0
de9e3b7 : Bump maven-source-plugin from 2.1.2 to 3.2.1
ef0bec6 : Enable dependabot
3b70603 : Specify JVM flags required by turbine using `.mvn/jvm.config`
7677cae : Automated rollback of commit 06a2105be2d73bbbdc6cb6f8dc43f84e2eb00e07.
06a2105 : Don't use single-line for for javadoc without a summary fragment
7bc5dae : Remove some reflection now that we require JDK 11 to run the formatter
4347a64 : Update the plugin to google-java-format 1.13.0.
35e97e8 : Update version number for 1.13.0 release
8be9250 : Update handling of pattern matching in switch
58978e6 : Fix handling of case patterns in unused import removal
c874114 : Fix py3 issues with g-j-f-diff
5bd619d : Remove use of distutils
7edc048 : Migrate from JSR305's `javax.annotation.CheckReturnValue` to ErrorProne's `com.google.errorprone.annotations.CheckReturnValue`.
96a8b90 : Update g-j-f version for release
32a9196 : Fix JDK 18 EA build
0eb12a1 : Update to non-EA JDK 17 builds
2c5d5fd : Automatic code cleanup.
8490fce : Cache local Maven repository via actions/setup-java
67f75cb : Migrate from adopt
129a70d : Correct package name of javax.annotation.Nullable.
86db2b1 : Make the formatJavadoc option public.
3fc15f7 : Clean up some redundancies
79257ed : Fix indentation of case statements on JDK 17
865cff0 : Format type annotation as part of the type, not part of the modifiers list
37f716a : Automated rollback of commit 1a875792f6a074f3f0a504ddb8c7cd932ba6b073.
1a87579 : Format type annotation as part of the type, not part of the modifiers list
0051153 : Run 2to3 on google-java-format-diff.py
f2eabaa : Updates the eclipse plugin link
184a5ad : Improve version handling for eclipse plugin
ec0849e : Update version in README.md
753930c : PUBLIC: Look up some `Method` variables just once. `Class.getMethod()` can be quite slow so it's best to avoid doing it repeatedly.
dfb7a23 : Update guava version
93ee8fe : Fix Eclipse plugin build
cc8b96f : Support sealed classes
bf5ef1c : Allowing to turn off java doc formatting
165c106 : Change deprecated Gradle command
89b06cb : Update to setup-java v2, and use adopt builds
135f5e9 : Fix typo in comment for Input.Tok#isSlashStarComment.
cad842c : Remove obsolete parent per https://github.com/sonatype/oss-parents
5c69d8e : Stop passing --illegal-access= to tests since it's going away in 17
26adad0 : Fix formatting of module trees
dc55a82 : Emacs integration: correct signature for executable custom variable predicate.
fbade77 : Simplify characterRangeToTokenRange by taking a Range instead of an offset + length.
0da99c5 : Remove the IDEA module file.
dd40501 : Update Error Prone and maven versions
84997ac : Only format changed regions in 'before commit' mode
72672b0 : Wrap multiple values in switch expression case
32b63aa : Fix a crash in `instanceof` pattern handling
5104d0b : Fix handling of annotations in compact record constructors
fe5ac46 : Handle `final` variables in `instanceof` patterns
2396d08 : Update google-java-format CI
5defb58 : Fix the HTML markup in the release notes.
8a3b882 : Update the IntelliJ plugin to gjf 1.10.0.
7b74047 : Fix version numbers
d8fd4cf : Rev version numbers in README
8044120 : Use `HEAD-SNAPSHOT` versions for `g-j-f` development
5fc0c82 : Update javadoc for getkN to specify that it excludes, not includes, the EOF tok
cc7bd81 : Fix getToken(int k) javadoc to clarify that k is the Tok, not Token, index.
6da736d : Add a space between unary minus and negative literals
189c381 : Improve GitHub Actions hygiene
506875d : Update Error Prone version
b9fd8d2 : Fix an off-by-one issue on the reflowing of string literals.
69ba30f : Fixes before commit reformatting option for IntelliJ IDEA
24ec96c : Use more inclusive language in tests
94a1540 : Refactor google-java-format CI
0a2f864 : Prepare google-java-format for JDK 16 ea
8ba2b05 : Miscellaneous cleanups
cc58ed3 : Delete google-java-format appveyor and travis configs
d25a844 : Fix GitHub Actions-based snapshot deployment
fcf7671 : Check build with JDK 16-ea
c1dd08d : Introduce GitHub Actions based CI workflow
3ce0935 : Remove typo period in flags documentation.
93d649d : Move import ordering tests out of the AOSP section
b769e81 : Tolerate extra semi-colons in import lists
ea4828a : Upgrade junit dependency to 4.13.1
f77e927 : Update the IntelliJ plugin to google-java-format 1.9.
6bde01e : Bump checker-qual from 2.0.0 to 3.6.1
1614b6a : Increment versions after 1.10 release

+- Project: platform/external/googletest

89d985b5 : Add googletest to hwasan-postsubmit
943df21d : Remove 'sanitize: none' from gmock.
cfe1ebd4 : Add ramdisk_available to init_first_stage's deps

+- Project: platform/external/grpc-grpc

826c6cb17c : Move comment to license_note
2ca8ec0dff : libz has to be a shared library as the apex complains that it cannot be statically linked.
fd84518fae : Adding libc++ and bt apex availablity to libs in grpc

+- Project: platform/external/grpc-grpc-java

a4d0b7c91 : Netty Shaded: Add/Modified rules to use gRPC Netty Server into Android

+- Project: platform/external/guava

8081db0bf : update guava library interface
fe5f4c891 : `guava` target is alias depending on configuration
d7ffb4bea : Add instructions for updating external/guava
ba824dfb4 : Set version number for guava-parent to 31.0.1.
fd945baef : Prepare for release 31.0.1.
0ad6d6d9e : Strip `@Nullable` annotations from GWT sources.
7396bab41 : Prepare for release 31.0.
fe3b76240 : Annotate `ClassToInstanceMap` and `MutableClassToInstanceMap` for nullness.
f9b25b423 : Chuck a few more `@DoNotCall`s around Guava
4beff962f : Add `HttpHeaders` constants for Accept-CH, Client-CH, Sec-CH-UA-Reduced, Device-Memory, Downlink, ECT, RTT, Save-Data, Viewport-Width, Width, and Permissions-Policy.
920416b3e : Replace usage of `murmur3_32()` with `murmur3_32_fixed()`.
e5fd97037 : Optimize ImmutableSet.Builder for singleton elements
f2bb158a6 : Reduce SingletonImmutableSet memory consumption.
da375be86 : Add `HttpHeaders` constants for `X-Device-IP`, `X-Device-Referer`, `X-Device-Accept-Language`, and `X-Device-Requested-With`.
15c930912 : Migrate off deprecated mockito APIs
3dfd7076e : Fix typo, and remove unused method.
6e56a085e : Optimize ImmutableSet.Builder for empty sets.
daa2d52bf : Add `@InlineMe` to `Strings.repeat(String, int)`.
c937dd7ba : update `StringsRepeatBenchmark`
d19c10eb3 : Add a Bazel BUILD file for external/guava.
4bbe12c4e : Introduce `ImmutableMap.Builder.buildOrThrow()`.
cd3b4197f : Add `ImmutableMap.ofEntries`.
c351aa45d : Document that a bug in `getAnnotatedBounds()` on an `AnnotatedTypeVariable` affects `NullPointerTester`.
daad0b3fb : Avoid calling methods whose return type changed in Java 9 -- even from tests.
f08dfc2a1 : Warn that `directExecutor` lets exceptions propagate without invoking an `UncaughtExceptionHandler`.
d5c30e3f1 : Add overloads of `ImmutableMap.of`, `ImmutableBiMap.of`, and `ImmutableSortedMap.of` for up to 10 entries
a36f08fe3 : Deprecate buggy `murmur3_32` and introduce `murmur3_32_fixed`.
a176cd60f : Add `@InlineMe` to `Streams.stream(Optional)` and friends.
f28b8db94 : Simplify TopKSelectorTest.testExceedMaxIteration()
54c174a97 : Warn that [`elapsedRealtimeNanos` requires API Level 17](https://developer.android.com/reference/android/os/SystemClock#elapsedRealtimeNanos()).
f79d923a3 : Fix bug in `TopKSelector` call to `Arrays.sort`.
d2c202add : Mention the dangers of minimization/optimization for EventBus users.
fb109b051 : Remove `ClassValue` implementation of `Futures.getChecked` from the Android flavor.
c7d9fef73 : Copy the `setUp` and `tearDown` from the parent builder to derived test suites.
ebc0b102c : Add a few nullness annotations that I'd deferred for later.
0caa47998 : Add `@SuppressWarnings("nullness")` for classes that we haven't enabled continuous nullness checking for.
34306d939 : Don't set the executable bit on backport files.
53fd1d761 : Reject non-ASCII digits in `HostAndPort` port numbers.
646727ba2 : Modified description of `MoreCollectors.toOptional` for increased readability.
05c504adf : Temporarily add a nullness suppression, which we'll remove after annotating `ClassToInstanceMap` in an upcoming CL.
2b6b84468 : Update Public Suffix data.
0ef72c45b : Fix a typo in `TypeResolver`.
88b1bdcb6 : Annotate remaining `Range`-related classes for nullness.
3381ffa02 : Qualify `Entry` as `Map.Entry` or `Multiset.Entry` throughout `Synchronized`.
52f6c9495 : Annotate most remaining classes in `collect` for nullness.
1d615ea98 : Remove newly redundant overrides from `EvictingQueue`.
d32a04982 : Stop rejecting nulls in `EvictingQueue.contains` and `remove`.
3a86a1322 : Annotate the remaining public classes under `collect` for nullness.
e1ec6968a : Add text to `CompactHashMap` to explain its internal workings in more detail.
203a315c3 : Bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1
a35a8e0c1 : Suppress errorprone warnings for unit tests
24bda4dd7 : Remove redundant bit masking.
9851ee47f : Annotate the compact collections for nullness.
2263236e6 : Annotate most remaining static utility APIs for nullness.
a491b1a63 : Internal change.
38ec4ece5 : Suppress nullness warnings in `LocalCache` so that we can include it in the list of files that we pass to the nullness checker.
ddc7ef005 : Annotate `Table` classes for nullness.
ac034f686 : Annotate the core `Range` classes for nullness.
689ea62eb : - Annotate some `Iterator` classes for nullness.
0c40611d2 : Annotate remaining immutable map classes for nullness, updating callers as needed.
c1cc9df1f : Fix javadoc lint
888789e87 : Fix Javadoc links in c.g.common.
dbeebef12 : Annotate bimaps for nullness.
a75d0f091 : Annotate `collect` static utilities for nullness.
6c23d7a63 : Annotate some forwarding classes for nullness.
904d56767 : Annotate some "sorted" types for nullness.
6ad72dd8e : Fix BloomFilter tutorial URL.
ac7b30cda : Fix an incorrect javadoc tag. Thanks to @1993heqiang for the bug report.
b23b27742 : Add `HttpHeaders` constant for `Sec-CH-Prefers-Color-Scheme`.
ac4c56b55 : Add an explicit project URL to Guava's main `pom.xml`.
be9525602 : Annotate `RangeSet` classes for nullness.
f9447bccb : Annotate `Ordering` classes for nullness.
be9a8140a : Annotate the rest of `util.concurrent` for nullness.
bd26a8c81 : Annotate `Multimap` classes for nullness.
fbf7b9635 : Add CheckForNull to Throwables.getCauseAs.
a902c9e22 : Annotate most of `cache` for nullness.
8802d35c1 : Finish annotating `io` for nullness.
16c441238 : Annotate a few more classes in `base`.
a663a2a77 : Finish annotating `SortedMultiset` for nullness.
b1350a6a9 : Annotate `ImmutableMap.get`, `Table.get`, and similar methods as potentially returning `null`.
572d39f54 : Annotate Function for nullness.
cf31f3a31 : Remove `@Beta` from `Interner` and `Interners`.
750510722 : Internal change.
9c88f9ad6 : Add Keep-Alive to `HttpHeaders`.
a95717c69 : Widen acceptable exception type for code path that currently throws IllegalCharsetException
a2e84d762 : Update Public Suffix data.
132f20669 : Finish annotating `AbstractInvocationHandler`.
820aeef2b : Optimize ImmutableSet hash flooding detection.
e89afccaf : Fix typo noted by @ben-manes in https://github.com/google/guava/commit/ce4bad32a3f15ffb21cc2a13e6db4ad03f915033#r51511526.
42c84db2d : Use `<? extends @Nullable Object>` instead of `<?>`.
37a7c77da : Include toString() of delegate executor with listening decorator
ea0e0d658 : Annotate `Multiset` classes for nullness.
574710c0d : Remove `Service.State.isTerminal()`.
0cd9aaf44 : Split `java.time` tests out of `StopwatchTest`.
bac4f85bf : Bump actions/cache from 2.1.5 to 2.1.6. Closes #5579.
aaeeac7b8 : Annotate `ImmutableCollection`, `ImmutableList`, `ImmutableSet`, and supporting classes for nullness.
281edd4b6 : Add Sec-CH-UA-Bitness to `HttpHeaders`.
357db07e9 : Remove suppressions for `ShouldNotSubclass`.
e1cc195cf : Remove @Beta from HashFunction. https://github.com/google/guava/issues/3284
ab3090d9c : Clarify comments discussed in https://github.com/google/guava/pull/5546#discussion_r626856415.
ce4bad32a : Expand docs about Caffeine.
12af21597 : `Invokable` no longer inherits from `java.lang.reflect.AccessibleObject`.
10f1853c5 : Use `Class.isPrimitive()` to avoid doing any work in `Defaults` for reference types.
5e6e04184 : Update pom.xml CI info.
6db09f96f : Document the safe cycle in AbstractScheduledService.
f9e4c4de8 : add `@InlineMe` to deprecated, inlineable APIs in Guava.
a4baad359 : Nearly finish annotating `base` for nullness.
33b41820b : Fix (or suppress) soon to be compile errors where the result of a method invocation for certain `Map` APIs _must_ be either used or assigned to a variable.
a2d7222e2 : Internal change.
75110e936 : Generalize `Function` and `Predicate` factories to let callers specify the desired input type.
9ccb9378f : Make generator methods visible within the package.
ec52d8d9d : Bump actions/checkout from 2 to 2.3.4.
1e2c8066b : Fix (or suppress) soon to be compile errors where the result of a method invocation for certain `Collection`, `Iterable`, and `Iterator` APIs _must_ be either used or assigned to a variable.
f7fd83f38 : Update Public Suffix data.
4b02d3cd8 : Annotate much of `util.concurrent` for nullness.
5fec0fff3 : Document when `EndpointPair.adjacentNode` changed signature.
1799bc3e4 : Add explicit null checks.
571bd573e : Instead of partially implementing `Future`, fully implement a custom `Cancellable` interface, and ensure that `cancel` and `isCancelled` always work.
8c003adc0 : Minor tweaks to CacheBuilder docs.
1cf7a5610 : Split afterRanInterruptibly into afterRanInterruptiblySuccess and afterRanInterruptiblyFailure.
b0be21d46 : EndpointPair.java: s/adjacentNode(Object Node)/adjacentNode(N node)/
4cacc0e97 : Comment out @ElementTypesAreNonnullByDefault in classes that are missing `@CheckReturnValue` for at least one location.
19336153d : Annotate `math` for nullness.
2972a10fa : Annotate `net` for nullness.
5137f9983 : Annotate `io` for nullness.
50dffd938 : Deflake `HashingTest`.
db6580e80 : Avoid unlikely NullPointerException in deleteDirectoryContents and deleteRecursively.
50e7dddf5 : Reject `null` in `CharStreams.asWriter(appendable).write(string[, ...])`.
38112ebb8 : Annotate `graph` for nullness.
4e5be7497 : Add warnings to documentation of some multimaps and `Multiset` that modifying a value with respect to `equals()` is dangerous.
080664723 : Make `MapIteratorCache` and `MapRetrievalCache` mostly hostile to nulls.
19c08f9a3 : Use ConcurrentHashMap.newKeySet() in Sets.newConcurrentHashSet()
ecbbcc5fc : Annotate `primitives` for nullness.
e92de2dd2 : Annotate `eventbus` for nullness.
b1a86797e : Make `MoreFiles.deleteRecursively()` throw `NoSuchFileException` when the `path` argument itself doesn't exist.
769e1e9c5 : Annotate `hash` for nullness.
6e054cea7 : Delete the `FileBackedOutputStream` temp file if writing to it fails.
9acb9a0e3 : Discourage use of `ArrayTable`.
12a3d4fd4 : Clarify what "different equivalence relations" means.
6f7646716 : Fix typo.
4885fca89 : Replace old-style loops with enhanced for loops
781ac8a44 : Remove `@Beta` from `EventBus` and related classes.
48b72fca2 : Fix exception message in `CacheBuilderSpec`.
c27d91cdc : Clarify LRU behavior of `CacheBuilder`.
fe203043d : fix javadoc typos
82a3ecf42 : Discourage usage of EventBus.
f7ca4a966 : Bump deps.
5883279c9 : Document that `ImmutableType.of()` returns a singleton instance.
8a71f2bb6 : fix `CacheBuilder` javadoc error.
fb5e365bc : Add some documentation to `ByteSource` and `CharSource` about the general expectations for source behavior and what the behavior might be if those expectations aren't met.
3480d8fd7 : clarify `AtomicDoubleArray.set()` javadocs.
0ea7cedcc : Document issues with `ClassPath`, and recommend ClassGraph.
418224db8 : Link to the immutable collectors from the utility classes.
f141c8ef3 : Recommend Caffeine over common.cache.
37ca3e3a2 : Presize list builder for inCompletionOrder
8149922bb : Annotate most of `reflect` for nullness.
83dc7cd41 : Suppress or fix all compiler warnings in util/concurrent
63fa52962 : Use AbstractOwnableSynchronizer as a blocker when parking until interrupt is delivered.
9c5cd0e4e : Bump actions/cache from v2.1.4 to v2.1.5
0de7000ff : Annotate HTML escapers for nullness.
768977ea0 : Annotate XmlEscapers for nullness.
2eee30499 : Sort and uniquify .gwt.xml <inherits> lines.
6854bafae : Annotate `escape` for nullness.
6fd014792 : Mark `ServiceManager.startupDurations()` as `@J2ObjCIncompatible`.
c95ba5a29 : Add `ServiceManager.startupDurations()`.
e61cf2e8d : Fix a rounding bug in `UnsignedLong.doubleValue()` and `.floatValue()`.
105484767 : Fix comment in Converter.
40ea41481 : Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0
93aa569d3 : Annotate Converter for nullness.
b1be42f79 : Use Truth in some `ServiceManagerTest` tests.
5d33d7361 : deprecate `ImmutableList.asList()`
c04838ba3 : Generalize the signature for Equivalance.onResultOf.
d62f77b78 : Annotate Equivalence for nullness.
d1bc44e3b : Add a suppression where we are missing a nullness annotation, and add some explicit null checks for cases in which our nullness checker can't prove that the value is non-null.
6afdeaec4 : Annotate various boring classes for nullness.
6a9250ca0 : Annotate some more fairly boring classes for nullness.
4732a867e : Annotate Optional for nullness.
ed50449f4 : Annotate Objects for nullness.
8a85a4169 : Annotate Predicate for nullness.
38379f11c : Internal change.
ff696deb1 : Update CI to cancel previous runs and to use v2 of setup-java.
e85672246 : Recognize that `<T extends @Nullable Object>` implies nullability.
a6489b698 : Recognize `@ParametricNullness` in `NullPointerTester`.
77351571c : Use `@ParametricNullness` in the mainline just as CL 365809233 did in the backport.
0d9470c00 : In...
40faa2cb6 : Introduce transitional package-private nullness annotations, and apply them to `Supplier`.
26cef449b : Remove `protected` from some more members in `graph`.
a2cefbbdd : Move dependabot.yml out of workflows.
98d35bc16 : Mark `Abstract*.delegate` methods in `graph` as package-private.
018796b79 : Update Public Suffix data.
6d80f8382 : Add `@Nullable` to the bound of `Supplier`.
0ff2f7895 : Belatedly remove the GWT-only overloads of `Futures.catching` and `catchingAsync` that let callers omit the `Executor`.
a645ccb05 : Create Dependabot config, only for GitHub Actions for now.
9cffbe501 : Set `-source 8 -target 8` in the open-source build, and remove Java8Usage.
9dfb111c2 : Clarify docs about annotation-only dependencies.
91cce5217 : Internal change.
d1c386526 : Allow usages of java.util.Objects.requireNonNull in the backport.
362d5465a : Internal change
d7f214d7a : Document that we test under both JDK8 and JDK11 (and that we do that for the Android flavor, too).
d384731af : Prepare for release 30.1.1.
8ff79e15e : Add documentation to a couple of `Platform` methods.
2cc42ec01 : Switch from Travis CI to GitHub Actions.
fe3fda0ca : Internal change.
b2abf3da8 : Replace LinkedList with ArrayDeque.
00c25e9b1 : Move Java-7-VM warning from `MoreObjects` to `Preconditions`.
7f3002404 : ToStringHelper: omitEmptyValues() - Benchmark updates
b109664a9 : Add `@DoNotCall` to a few more Guava APIs that are guaranteed to always throw `UnsupportedOperationException`.
e5b5bc42c : update JUnit
095a0dbfc : update enforcer-rule
3b8928f4f : Internal change.
9ece55c0b : Internal change.
eec5e6d76 : Update Public Suffix data.
6ae9532d1 : Add `@DoNotCall` to the mutator methods on immutable types
906cf06bd : Remove redundant `else` blocks.
3fbc6f2db : Delete hardcoded test .gwt.xml files.
6592f0c8f : This is causing upper bounds errors in google-http-java-client
2dda3f3c9 : Migrate off deprecated Class#newInstance().
42bf4f4eb : Fix compatibility between the cache compute methods and a load.
7c566b5f6 : Assign or use the result of a primitive wrapper method invocation (it will soon be an ERROR to ignore it).
a5ef129ff : Add `@CheckReturnValue` to some `com.google.common.cache` APIs.
c9f4b9fcb : Add a link to `ImmutableSortedMultiset` to `collect/package-info.java`.
d394bac84 : Remove `@Beta` from `CountingOutputStream`.
d3c306e9e : Fix assertion for `FilesTest.testCopyIdenticalFiles()`.
2c9f161e1 : Remove `@Beta` from `HashCode`.
b27cf09c1 : Fix a comment to reflect that the ImmutableSortedMap copyOf method uses the natural ordering of the keys, rather than a provided comparator.
40c590b54 : Update Public Suffix data.
580937cdd : Internal change
a576512a9 : Internal change.
0a2e767e5 : Optimize CRC32C.
98b785aad : Cache only .m2/repository, not all of .m2.
99a4d3afe : Bump deps.
f0b477778 : Set @Target on @IgnoreJRERequirement.
c8d05367c : Internal change
2b5579927 : Internal change
4ce1869ed : Internal changes.
ef0ce9216 : Prepare for release 30.1.
dc52e6e38 : Log a warning if running under a Java 7 VM.
ca3cc12cd : Correct a typo and some odd phrasing in the first paragraph of the javadoc for SmoothRateLimiter.
fbbec2bf0 : Fix `relativePath` warning for guava-bom.
7e01b017e : First step in cleaning up PSL handling. Next stage will be to change the template to store the trie string as a separate static constant, so that I can write a unit test that verifies that.
c86fa8f20 : Fix a bug in HashBiMap which was causing crashes in Sheets on iOS.
d3b27b842 : System.getProperties().getProperty => System.getProperty.
b8f4b8d43 : Automated rollback of 67517b5a5b7627eee39a47917197998b9f974751.
38abf0777 : Explain when StandardSystemProperty.value() can return a null value, and deprecate JAVA_EXT_DIRS.
461b7bb6e : Suppress TSAN errors for benign races.
1a020b7e4 : PUBLIC: Add missing Override annotations.
4709fe4d5 : Internal change.
f3a194a87 : Make toImmutableSortedMap levarage collect collectors
751d7c0d5 : Make toImmutableEnum[Set|Map] to AndroidAccessToCollectors
c8eb42172 : Update Public Suffix data.
a6ea0890d : Fix open source “No tests found in com.google.common.collect.TableCollectorsTest”
8cddfe92a : Add TableCollectors to AndroidAccessToCollectors
50cabc448 : Add Multimap collectors to AndroidAccessToCollectors
70dfcd22a : Backport combine to Immutable[List|Set]Multimap
fe6b3381e : Add to[Immutable]Multiset to AndroidAccessToCollectors
597b86c45 : Backport ImmutableTable.combine
c28a0f62c : Add AndroidAccessToCollectors.
1e2977182 : Replaces cycle_finder references to "--whitelist" with "--suppress-list", and "--blacklist" with "--restrict-to".
a6752d73a : Tidy up description since this shows up in search results, Maven Central, and many other places around the web.
67517b5a5 : Fix memory leaks and potential crashes in HashBiMap, which occur in transpiled ObjC code.
d73948590 : Backport `combine` to java7 for Sorted collections & (Immutable)BiMap.
ef0261f95 : Backport combine to java7 for `ImmutableRangeSet`/`ImmutableRangeSet`.
16c5bbcb0 : Backport `combine` to java7 for `ImmutableMap`.
93582811a : Fix Android test failure in ClassPathTest.
8319d201c : Add `X-Request-ID` to `HttpHeaders`.
c5e2d8d5c : Added submitAsync to ClosingFuture.
345526407 : Fix `LoadingCache` minor documentation typo.
d30212b68 : Backport `combine` to java7 for `ImmutableList` & `ImmutableSet`.
56bc81287 : Rollback
5c28b1533 : Do 16-byte strides in CRC32C in c.g.c.hash, resulting in roughly a 3.3x speedup to 1.5 GB/s.
11517d655 : Verify maximumWeight before setting
6672ceee4 : Add additional test for `Crc32cHashFunction`.
1c4bffa7f : Remove outdated reference in docs
a48fb4f72 : Add constant for Origin Isolation header
b4de08cac : Optimize Hashing.crc32c() by eliminating two xors for every byte of input.
007047bc8 : Fix documentation for HashCode.toString() that incorrectly claimed it returned in big-endian order.
013381b7a : Refactor ClassPath: replace Scanner with Location class.
7ef9f97ca : Fix minor documentation typos, thanks to @Stephan202 and @jbduncan
410627262 : Add ClassInfo.isTopLevel().

+- Project: platform/external/guice

a9e7f4f3 : Remove log4j jar file
1afd1b1b : Enforce visibility of module guice

+- Project: platform/external/gwp_asan

bb433f4 : Remove experimental PM for GWP-ASan.
25b5f93 : Make gwp_asan_headers available to com.android.virt apex
ebd75f4 : Update for removal of LocalUnwinder object.
722d43c : [gwp_asan] Add missing <algorithm> include
0b40b33 : Only use libc_headers for bionic
6841f6e : Fix a few warnings (signed/unsigned comparison in gtest, and missing field initializers)
b8c47ca : [gwp-asan] Initialize AllocatorVersionMagic at runtime
634351b : [compiler-rt] Use portable "#!/usr/bin/env bash" shebang for tests.
e597c4e : [GWP-ASan] Add version header.
2d99911 : [rt][nfc] Rewrite #ifndef as #if defined().
b1b3c27 : [compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux
ce5b6f4 : [GWP-ASan] Change unreachable -> trap to work around DCE bug.
1e0a55f : Name all DEATH tests using 'DeathTest' suffix.
f093057 : [gwp_asan] Improve symbolizer script

+- Project: platform/external/harfbuzz_ng

4e19d1e51 : Move comment to license_note
cd5c6cd04 : 3.1.1
1e07d42aa : Typo fix
1fd7fd982 : Cosmetics: Avoid confusing indentation
3471f8f69 : docs: Clarify a doc comment
07dc34bda : [mutex] Try work around GCC cast-align error/warning
77eeec53a : 3.1.0
54e7d6267 : [array] Remove defaulted destructor
f51b48c8e : [subset] Fix fuzzer found memory leak.
b1cd0dce8 : [map] Add INVALID_KEY and INVALID_VALUE
540f19b6f : [subset] fix bug in (Chain)ContextFormat2
e260eeb9b : [subset] Update test goldens for gdef.glyphset.
60e203644 : [subset] use glyphset_gsub instead of glyphset for GDEF
e39647c0f : [subset] update subset goldens to fix tests.
0a7563a53 : [subset] fuzzer fix: https://oss-fuzz.com/testcase?key=6254792024915968
364b6b398 : [subset] Don't assume FeatureList is sorted
49c939241 : [subset] During LigatureSubstFormat1 subsetting always place Coverage last.
9643d7708 : [repacker] add more detailed comment about virtual links.
5bfc7d101 : [repacker] remove VirtualOffset struct.
bc4c5341d : [repacker] Add test for virtual links in the repacker.
7615b94ec : [repacker] add 'virtual links' to the serializer.
59d8f6c81 : [map] Fix copy assignment operator
459e485ba : [meta] Remove otherwise-empty test-meta
b8724c602 : [meta] Add in-house impl of hb_is_convertible()
7a078c395 : [meta] Use std::conditional instead of hb_conditional()
943921cf0 : [meta] Use more std type_traits
6d555ce82 : [meta] Use std::forward instead of hb_forward()
811f80a70 : [algs] Use std::move instead of hb_move()
896e0c74a : [meta] Remove unused traits
be42800fc : [meta] Use std::is_trivially_... instead of internal copies
30c05e8b5 : [algs] include <new>
4c6fd7cdb : [map] Try moving items when resizing
a28ea8d7f : Simplify swap()
94158316d : [map] Add iterable constructor
a03b9b14c : [map] Add initializer_list and swap()
3604f5f24 : [algs] Include <initializer_list>
c30f6834d : [map] Add 5 methods
38debbab7 : [set] Add successful check in swap()
b860b4422 : [bimap] Simplify initialization
d2c364f6e : [array] Use default methods
6f74d80ed : [vector] Complete sorted_vector 5-methods
a28b5d03b : [vector] Add swap() friend to hb_sorted_vector_t
e97e79967 : Verbiage
34fa5e290 : [set] More default operators
b6c0b40fc : [vector] Use default constructor
1e3f57c07 : [bit-set] Implement standard-5 methods plus swap
11eadb5d2 : [bit-set-invertible] Implement standard-5 methods & swap
dcd18da61 : [set] Add standard the 5 standard methods & tests
628a0f379 : [vector] Add more tests
f15858be5 : [vector] Pre-allocate if iterator has random-access length
11135150a : [vector] Move test code into separate file
ee75e716c : [vector] Add initializer from iterable
18a078f96 : [vector] Implement move assignment using swap
8dc86d070 : Add a test font scale rounding behavior
eeda2c549 : [vector] Add initializer_list constructor & tests
c48464130 : Revert "[vector] Add initializer_list constructor & tests"
aa6182453 : [vector] Add initializer_list constructor & tests
8c0556993 : [algs] Add hb_swap() ala, and using, std::swap()
bbaccf23d : Better round positions during scaling
52ccdc78e : docs: Add a link to the OpenType spec
8cb2f969d : Document hb_ot_name_t values
85deddb16 : [subset] fuzzer fix: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40406
de9424172 : [ci] Add CIFuzz integration
da500568d : [API] Add hb_buffer_[sg]et_not_found_glyph() and --not-found-glyph
6ea6c581e : Remove direct link to dwrite from meson scripts
ecbe22474 : Revert "[hb-directwrite] Don't load dwrit.dll dynamically"
f55d83473 : [subset] Move struct DeltaSetIndexMap into hb-ot-var-common.hh
8c583db9b : [subset] COLRv1: update subset() method for new strutc ClipList and VarIdxMap
e51c7f8e7 : [subset] COLRv1: add ClipList/ClipRecord/ClipBox struct definition
2e5636eea : [subset] add DeltasetIndexMap struct definition
d2e986fea : [subset] update COLRv1 table struct definitions
792ca307b : [meson] Add graphite2 option and deprecate graphite
c6557747e : [style] Use head->macStyle.isExtended in style fallback
f3f848b50 : [head] Add is_expanded() internally
d17155f5d : [repacker] use possibly updated root idx after isolate_subgraph.
a7a360855 : [docs] Rename overflow_resolution to repacker
9bd7ba501 : Err on -Wbitwise-instead-of-logical
6bc64317c : Add a writeup of the overflow resolution algorithm in harfbuzz.
96299d70e : Fix Wbitwise-instead-of-logical warnings
b621c4fc2 : [subset] Refine the coding style
f8538d311 : [subset] Export header & archive when HB_BUILD_SUBSET
36ed56b6e : [subset] code cleanup
3e635cf5e : [USE] Categorize characters that only have AJT
ae193cd18 : [USE] Insert dotted circles before lone viramas
641296b5e : [USE] Categorize U+11046 BRAHMI VIRAMA as HALANT
bb50aae9b : [USE] Document customizations of USE categories
7287125c5 : [USE] Merge the categories S and O
8eaee2f88 : [USE] Only skip default ignorables within CCSes
4645c3b47 : Update comments for U+180F FVS4
5b882c420 : [repacker] performance optimizations for topological sorting.
ff7a86e9b : [repacker] remove clone buffer, they are unnessecary.
8cae8b653 : [repacker] add missing fini for parents vector.
7f0ede4f0 : [repacker] refactor resolve overflow tests to use a helper.
79937d24b : [repacker] Add repacker test that requires space splitting.
7883b7ed9 : [repacker] Add additional splitting spaces test.
6265663de : [repacker] add test for splitting spaces.
d97bd4268 : [repacker] when assigning spaces use post isolation node indices.
bb57df7a4 : [test] Add test for https://github.com/harfbuzz/harfbuzz/issues/2757#issuecomment-933531978
162455037 : [test] Add test for https://github.com/harfbuzz/harfbuzz/issues/3244
ccfc04815 : [indic] Apply 'calt' and 'clig' across syllable boundaries
d58f1685c : [ot-shape] Tweak table order some more; apply GPOS with morx
f8ebb8a65 : [USE] Update the data files
564afc425 : [USE] Remove overrides for hieroglyphic categories
8c6544206 : [Unicode 14] Handle U+180F FVS4
375a6c8f8 : [repacker] add the ability to move subgraphs from a shared space into their own space.
0dccbf368 : [repacker] Handle the case where a subgraph root has an incoming 32 and 16 bit edge.
794b00db4 : [subset] fuzzer fix: https://oss-fuzz.com/testcase-detail/6616166961905664
816c5302a : [repacker] restrict 32 bit subgraph connected component search to only nodes reachable via directed links.
67eb222b8 : [repacker] when assigning each connected subgraph a space, also isolate it.
307acf7fb : [repacker] add space assignment based on connected components.
c77bdf1dc : [repacker] begin storing each nodes parents.
a52c6df38 : [subset] Fix bug in composite operation counting.
efda2f14e : [repacker] fix bug in subgraph isolation.
6f1909439 : [getn-hb-version.py] Open old output in UTF-8 mode as well
9247d24d7 : [repacker] s/0/HB_TAG_NONE
fe155de98 : [repacker] handle a couple of duplication edge cases.
c19ec97da : [repacker] reduce the bits used by order by 2 to give more bits to distance.
d5beb96e0 : [repacker] add repacker isolation test on real font.
d0daa7a59 : [repacker] add a couple more complex isolation tests.
62c502cd9 : [repacker] correctly update incoming_edges in duplicate.
a57ef8df7 : [repacker] default space to 0.
58facaade : [repacker] put each 32 bit subgraph into it's own packing space.
543a3f973 : [repacker] Add repacker test for subgraph isolation.
7147f169d : [repacker] recursively duplicate nodes during isolation.
41bbf2812 : [repacker] do extension subtable isolation before starting resolution attempts.
8d8b7458a : [repacker] extract overflows processing into its own method.
b14b3f13b : [repacker] begin implementing the ability to isolate extension subtables.
02c4a516d : Add a debug message when offset overflow resolution fails.
cb2d71c64 : [mutex] Add hb_mutex_t std::mutex implementation
67b3962fa : [atomic] Cannot fail anymore
ca7b9daef : [subset] subset MATH table
c2cc566c9 : [subset] Fix subset_offset_array adding unused space to serializer.
8c5c81746 : [subset] fix find_duplicate_features
1afc3874e : [subset] add closure_glyphs () method for MATH table
3b2929e8a : [set-digest] Use using instead of typedef
5694561f7 : Add support for Pwo Karen / Ason Chin medial la
bff568543 : [khmer] Towards separating Khmer from Indic table
5d957ffe7 : [myanmar] Towards separating Myanmar from Indic table
6db4b56e0 : Make the file UTF-8 again
14a2df7bc : Add stub HBUINT15
c852b8684 : Rename HBGlyphID to HBGlyphID16
74f96d9d4 : [repacker] fix heap use after free in repacker.
7143c8333 : Make the code able to compile with MSVC++ from Visual Studio 2015 (Version 14.0.25431.01, Update 3) sucessfully again.
b36f1510e : [doc] Add missing version tags
9c387e20d : 3.0.0
e0d5fe740 : Centralize math include
671f1d149 : [ci] meson 0.55.0 didn’t work for harfbuzz
f1b20b5a1 : [ci] Ragel subproject requires meson 0.55.0
835fc1376 : [ci] Build ragel on the Linux CI job
a59e7ec99 : [meson] Add ragel_subproject option
f4649f389 : [subset] restore hb_subset_input_unicode/glyph_set () to documentation.
d700646c3 : [subset] In preperation for 3.0.0 release remove legacy subsetting api methods.
19cd84b4e : CMake: Detect pthread with module FindThread
ae1453785 : [style] Change tag type to hb_style_tag_t
470686e81 : [USE] Send Khitan Small Script and Yezidi to USE
22cbd038d : [meson] Add ragel subproject
5898a9618 : [ragel] Regenerate state machine files with 6.10
7e9ac8fea : [meson] Require ragel 6.10
f1493357f : [Unicode 14] Update the Arabic joining script list
a0101a31b : [Unicode 14] Add tests
2c3e4b279 : [Unicode 14] Send all the new scripts to USE
20736d9bb : [Unicode 14] Update the USE table
35ac0de42 : [Unicode 14] Update the emoji table
ec5688f50 : [Unicode 14] Update the vowel constraint table
11d5334d8 : [Unicode 14] Update the Indic table
18a46eeaf : [Unicode 14] Update the Arabic table
7b05eec05 : [Unicode 14] Update the script direction list
26e1498e7 : [Unicode 14] Update the UCD table
67f1aa4d2 : [Unicode 14] Add new `hb_script_t` values
cd77846bd : [util] Fix leak of an hb_font_t
da285d511 : [util/shape-consumer] Simplify font tracking
bda3238c8 : Add fallback atexit implementation using template descrutors
9c2704515 : [style] Fix another float conversion warning
5a1a6f1fe : [ot-shape] Enabled two more features: 'Harf' and 'Buzz'
ed1163208 : Call atexit() via hb_atexit()
ad4df20dd : [style] Fix float conversion warning
c5cc23a9b : [style] Change private slant tag
d748586a1 : [style] Try harder to fix MSVC build
e275f0d7e : [style] Try to fix MSVC build
eb4075a1e : [style] Fix documentation
4d9b7de0b : [style] Prepare for release
34ff2d3ea : Fix build with -Dexperimental_api=true
39c20d2b9 : [style] Add HB_STYLE_TAG_SLANT_RATIO
201cbe3c6 : [style] Rename HB_STYLE_TAG_SLANT to HB_STYLE_TAG_SLANT_ANGLE
a23ce2897 : [style] Fall back to GPOS 'size' feature for optical size in style API
37379f8f7 : [subset] fox for (Chain)ContextFormat3: subset lookupRecord
838d67075 : [subset] Improve alignment of --help-all message
9b7af950b : [docs] Fix subset documentation
e38b873ea : [ci] Use different executer for win64 jobs
48c9869bd : Typo
505df5abf : 2.9.1
6602cbb70 : dead link
916ffe0c8 : grammer fix
195c05df9 : Revert "[ot-shape-normalize] Move buffer out of hb_ot_shape_normalize_context_t"
f4559d243 : Update hb-ot-tag-table.hh
9fddbb3e2 : [test] Rename test and split into smaller subtests
c6bb719e6 : [test] Add tests for Arabic decomposition
a9dc4fbea : [test] Make shape test names match file names
2bd911b8b : [subset] handle cmap4 overflows.
bf81bbfb3 : Revert "[arabic] Do not re-compose Unicode sequences"
ff34c240b : [arabic] Do not re-compose Unicode sequences
5fadf4c85 : Small docs improvement
9270e0a75 : Do not use pragma diagnostics as a workaround
04cf6212d : [util/hb-subset] Fix --version and --help again
de8563658 : [subset] s/REPLACE/REPLACEME/
3844e58e1 : [subset] remove helper functions for accessing subset input sets.
41b9f2abc : [set] Add TODO item
93ac700da : [set] Add copy-constructor/assignment again
b9a176e26 : [subset] speedup cmap4 subsetting for large codepoint counts. (#3178)
fdce29412 : [util/hb-subset] Print error and suggest filing github issue if operation fails
38ad09321 : [util/hb-subset] Don't ignore errors during face parsing
57d6bf825 : [subset] in sets union correctly size the pointer array.
102666dab : [subset] add test for hb_subset_input_set (...).
7194c2a2a : [subset] use anonymous union to hold the input sets instead of a map.
05204d758 : [subset] implement hb_subset_input_set (...).
50193262f : [subset] reorder set enums.
3282f540a : [subset] restore legacy set api methods.
1457c1f08 : [subset] set enum name changes.
1b5e15930 : [subset] Remove HB_SUBSET_SETS_COUNT and flags comment.
4c389fd9e : [subset] add unicode and glyph set enums.
e3e1ae876 : [subset] proposed update to subset set apis.
1e1438c4f : [subset] fix --*-file options in hb-subset. (#3176)
9db494f51 : [subset] Update remaining subset input sets to use inversion for all. (#3172)
1620698bd : [subset-input] Minor format
75efade7a : [subset] format --gids and --unicodes help messages better.
cd07070e4 : [subset] Move plan unicodes and gids population to end of _populate_unicodes...
fa4bf7cf5 : [subset] use inverted sets for glyph id input.
4b5a81f13 : [buffer] Fix hb_buffer_append() pre/post-context logic
8f4f47df7 : [subset] use inverted set for all unicodes.
e9e6d66cd : [subset] Minor internal parameter rename
955f86a03 : [test-set] Fix compiler warnings
59deb754b : [subset] rename _collect_subset_layout to _collect_layout_indices.
f2441a4b6 : [subset] Remove retain all layout features flag.
f84daccb4 : [set] include null pool sets in the permutations tested by inverted_operations.
c90678cbc : [set] One more try to fix things
357976963 : [set] One more try at fixing clear() on empty set
fb07f8f87 : During subset input creation check for set alloc failures and fail if encountered.
b5177d214 : [set] Fix seam exposed by previous commit
f0de40dd6 : Whitespace
8cdbea558 : [ot-shape-normalize] Move buffer out of hb_ot_shape_normalize_context_t
10da9fd20 : [ot-map] Whitespace
d3e09bf46 : [set] Make all operators null-safe again
33bfe9edd : [test] Add tests for item context
430224b1a : [buffer] Handle pre/post-context in buffer_append
6ca0ffd42 : [util] Add --unicodes-before/after
65c622c68 : Typo
c76af4973 : [doc] We use GitHub for discussion not the mailing list
33c82c7da : [ot-shape] Fix unused-var error when building without AAT
34e0b28fa : [subset] make glyph-names option match fonttools behavior
915550ab1 : [set] remove inverted test TODO.
c4ed58299 : [set] add test for inverted set operations.
325fd6ddb : [set] add tests for inverted set equality.
287032af6 : [set] update set test TODO list.
5c003d80a : [set] add tests for inverted previous iteration.
84c2a3021 : [bit-set-invertible] Second try fixing previous()
8f88747a5 : [bit-set-invertible] Fix previous() iteration
3f2cc582f : [set] add basic and iteration set inverion tests.
1d832693e : [set] Protect against immutible null set with invertible addition
7115af23e : [util] Fix glib deprecation warning re g_memdup()
dc800ffd6 : [bit-set] Remove TODO items we don't intend to finish
92908c122 : [bit-set-invertible] Remove extra check
1babe80ed : [bit-set-invertible] Fix last remaining corner-case
e8911d137 : [bit-set-invertible] Implement a couple other missing corner cases
2579dc648 : [bit-set-invertible] Move code around
2dfc10423 : [bit-set-invertible] Implement is_empty() for inverted case as well
ec4812a7d : [bit-page] Remove unused inverted code
87885e6f0 : [bit-set-invertible] Fix next/previous() logic
ee4e331a6 : [bit-set] Remove unused get_min(inverted)
eec1a25e7 : [bit-set-invertible] Rewrite get_min/max() in terms of next/previous()
f09d5ed0f : [algs] Remove hb_bitwise_non()
f4fd7baf7 : [bit-set-invertible] Fix subtract() logic
f317d8e42 : [bit-set-invertible] Fix intersect() logic
b21038d91 : [bit-set-invertible] Rewrite next/previous_range() in terms of s.next/previous()
eb98bc1e3 : [bit-set-invertible] Rewrite next/previous() using s.next/previous_range()
248ad3bce : [bit-set-invertible] Implement next/previous
c27f5b128 : [bit-set-invertible] Plug in next_range()/previous_range()
f6aa37159 : [bit-set-invertible] Fix process logic for inverted [# On branch set-invert
060de189e : [bit-page] Fix sanitizer error
b119b4807 : [bit-set-invertible] Add unlikely() around inverted checks
b94f24ec7 : [bit-set-invertible] Implement set algebra
6afefe1dc : [algs] Remove unnecessary struct tag names
8aa92ff8f : [bit-set-invertible] Implement get_min/max
18f50275e : [bit-set] Restructure get_min/max() in prep for adding inverted
669b97d94 : [bit-set-invertible] Implement iterator
c66894d7c : [bit-set-invertible] Write a subset branch as dagger
c39d2f7a7 : [bit-set-invertible] Implement add_array / add_sorted_array / intersects
0efa614c0 : [bit-set] Add del_array/del_sorted_array()
48ad9eef1 : [bit-set] Merge page_for_insert() into page_for()
280366ba6 : Add TODO to update NN offsets to allow nulls.
dc31920bb : Don't serialize null offsets in CPAL.
e29f56354 : Replace "langstr" with more helpful help.
7f9173d67 : [ci] Fix workflow so ‘publish-*’ dependencies can run
a997f8918 : [ci] Bump ghr tool used to post release artifacts to v0.14.0
80ff72f39 : [doc] Misc fixes
9aa6f8a93 : 2.9.0
adf3f3b31 : Revert "2.9.0"
791aba9c4 : 2.9.0
f0c3804fa : [set] Add hb_bit_set_invertible_t and resurrect hb_set_invert()
b5cdbdc03 : [set] Turn hb_set_t into instance of template taking implementation t
fad452bff : [set] Move main functionality into hb_bit_set_t
9cc4da962 : [object] Remove hb_object_is_inert()
2d5ef05d6 : Use !g_object_is_valid() instead of g_object_is_inert()
f6d6eff6a : [object] Remove unused HB_REFERENCE_COUNT_INIT
57d86950c : [meson] Update FreeType wrap to use upstream repo
f245dc4db : [set] Whitespace
9b390f8c4 : [set] Move page_t into hb-bit-page.hh
0c3e02ee2 : [set] Add "inverted" to page_t::is_empty()
9bd64fa07 : [set] Add "inverted" to page_t::next/prev()
c88e7ec93 : [set] Add page_t::elt_maybe_invert()
9449cfeef : [set] Simplify page_t::next/prev()
4394ee1f1 : [set] Add inverted to page_t::get_min/max()
0dcd9b15d : [set] Add page_t::set_range()
cb273fd17 : [set] Add page_t::set()
32bbf53d9 : [set] Minor rewrite one cmp() in term of other
d203267e5 : [ci] Remove effectively ignored filters
f73053eda : [ci] Don’t install unused dependencies
ddb4f9b96 : [ci] Build win64 binaries as well
cb05c363d : [subset] add some basic tests for the legacy subset methods.
d18aad7ec : [subset] restore old subsetting api methods.
44802c8ec : [subset] use layout-features=* for layout subsetting tests w/ synthetic test fonts.
c0f3af91b : [subset] speed up add_gid_and_children and adjust op limit.
ccc2a1921 : [util/hb-subset] Whitespace
4dfc668e0 : [util/hb-subset] Move glyph name parsing inline instead of post_parse
08d43d1ba : [util/hb-subset] Move add_all_unicodes inline, instead of post_parse
11b0b6885 : [util/hb-subset] Pre-parse font-face so we can use it during main parsing
c45d2a9c9 : [util] Allow setting cli summary / description
4f3b7b703 : [util] Remove unused usage
1cb621d35 : [util/hb-subset] Minor move parsing
3f94177ee : [util] Use g_set_error() in one more place
4d73b3d9b : [util] Add --batch to hb-view / hb-ot-shape-closure
23282c9c9 : [util/hb-subset] Support ranges in --unicodes / --unicodes-file
f60f005b1 : [util/hb-subset] Remove wrong hb_set_destroy() in error paths
49cf36027 : [util/hb-subset] Parse --gids-file, --glyphs-file, --text-file, --unicodes-file
bf80b7ea4 : [util/hb-subset] Add --glyphs for passing glyph names
5b07c3c7d : [util/hb-subset] Parse --text & --unicodes
4ec727e55 : [util] Minor edit of failure messages
b83f25c74 : [util/hb-subset] Revamp option groups
9a6055caa : [util/hb-ot-shape-closure] Remove unnecessary include
c98773ebb : [util/hb-subset] Move output-file validation code into post_parse
58bfe4079 : [util] Move hb-subset away from main-font-text
43722cc9f : [test] Add some real reverse sub tests
ba418cfc5 : [util] Use automatic casts
97a9e4e41 : [util] Separate shape_text_options_t from text_options_t
6ba7ddafe : [util] Move text-file opening to post_parse
23298bc84 : [util] Remove unnecessary check
fd0778aa2 : [util] Use post_parse in output_options_t
24a9d8c78 : [util] Use post_parse in font_options_t
e0d7060f8 : [test] Rename shaping/ to shape/
e4b33d9d3 : [util] Use post_parse in face_options_t
c0ea4e2d3 : [util] Use post_parse to validate
f12269881 : [test] Improve generate-expected-outputs.py diff output
9468e4699 : [util] Rename main_font_text back to main_font_text_t
6ac6a2b27 : [test] hb_ot_layout_language_get_feature_tags()
e9b743b26 : [test] hb_ot_layout_script_get_language_tags()
bf438b815 : [test] hb_ot_layout_table_get_feature_tags()
2f88ea5a2 : [test] hb_ot_layout_table_find_script()
f60caad7f : [test] hb_ot_layout_table_get_script_tags()
7e4fcf1be : [util] Rename add_main_options
62fb10218 : [util] Move add_main_options() invocation
9d8bbe3e5 : [util] Make main_font_text a struct again
5bd463f13 : [util/hb-subset] Access input directly
6905f6fa6 : [util/hb-subset] Use templated function to parse flags directly
3e3e1801a : [util] Small tweaks in --help output
c08f1b890 : [map] fix incorrect population count in hash map.
e39c3bde7 : [subset] fix bug in parsing glyf flags.
f3acb977e : [test/shaping;util] Use ';' instead of ':' to separate test fields
b83fd3a56 : [util] Refactor batch-processing code into batch.hh
d92ee726c : [util/hb-shape] Treat as single-paragraph text other than provided by a file
f5ba1fabc : Fix documentation of hb_subset_flags_t defaults
7d2e9164a : [util] Move text options into text_options_t
93bc62e9b : [util] Move output options into output-options.hh
af9d2495d : [util] Use inheritance for output_options_t
9db0fd482 : [util] Don't show --output-format if no supported formats provided
5545eea7e : [util] Remove main_font_text_t class, use bare function
58c223357 : [util] Move face/font options into face/font-options.hh
6edd50ae7 : [util] Move option_parser_t code into options.hh
798bb89c9 : [util] Move shape format options into shape-format.hh
c3599fded : [util] Move shape options into shape-options.hh
cfb2d6ad9 : [util] Move view options into view-options.hh
167f58a2c : [util] Move subset options into subset-options.hh
370e961fa : [util/hb-subset] Use hb-subset.h public API instead of poking inside
4e97678eb : [util] Use inheritence to embed inherent options of objects
06d661803 : [util] Fix compiler error
c5337c43e : [util] Fold helper-cairo.cc into helper-cairo.hh
c329ce100 : [util] Also hide ppem settings in hb-ot-shape-closure
c40e00796 : [util] Fold helper-cairo-ansi.cc into helper-cairo-ansi.hh
4fe43ccbf : [util] Fold ansi-print.cc into ansi-print.hh
b1db0e4a0 : [util] Fold view-cairo.cc into view-cairo.hh
6500f68f1 : [util] Change hb-subset to use face_options_t instead of font_options_t
869e20e09 : [util] separate face options from font options
b3a2f2bfc : [util/main-font-text] Simplify
71440dbd9 : [util] Move font-size and upem to be extern variables
fc0339eef : [util] Simplify shape-consumer by removing buffer arg
e014c6fa2 : [util/main-font-text] Move eol from template arg to main() arg
463411a1d : [util] Remove unused option_group_t
8588173ee : [util] Rework post_parse() handling
3362b48f5 : [util] Templatize add_group logic
fe90fbeba : [util] Remove unused pre_parse callback logic
09e4d7dd3 : [util] Simplify output_options_t
e109f9a6f : [util] Collect cmdline arg options outside of constructor
e57dd6688 : [util] Initialize struct members inline
21f1054d4 : [util/hb-subset] Keep face around instead of font
8c0c217b5 : [subset] fail reference blob in face builder if allocation for table sorting fails.
e5bfd49ae : [subset] don't allow table adds for tag == -1.
222b74f08 : [subset] don't leak memory for duplicate tables.
f7a9c3ea9 : [open-file] Use hb_is_source_of instead of hb_is_iterator
fa90cb8a3 : Whitespace again
a110a47eb : Whitespace
2cb8c928d : [face] Let hashmap derive invalid key/value types
95c888e19 : [meta] Define hb_int_min for pointer types as nullptr
407a112e7 : [meta] Make hb_is_signed/hb_is_unsigned work on all types
baf2166a2 : [meta] Use hb_true_type/hb_false_type more
74ad5ddcd : [face] Minor cleaning of previous commit
c2ee1fdd4 : [subset] remove unsed table_entry struct.
dea0fe571 : [subset] discard extra copies of a table in face builder.
368e95788 : [ot-shape] Add comment re `vert` feature
2c024dc3c : [subset] prune redundant cmap12 subtables.
84946e4d2 : [test] Suggest updating the expectation if ttx matches
09c3b82f5 : [buffer] When shifting forward, leave no gap
5086e1053 : [test] Add failing fuzzer test case
a150baf32 : [ot-map] Allocate top mask bit as global bit
f698fe5ae : [test] Always fail subset tests if hashes don’t match
e80c86ffa : [coretext] Fix formatting
db6fbe29e : [util/hb-subset] Use driver_t<> in outer block as well
66aef2818 : Support passing variations to coretext shaper
9f544e500 : [test] Don’t skip subset tests early
b08415331 : [test] Remove subset tests from the slow suite
7ccc52b07 : [test] Compare sha256 hash before TTX dumps
770fbd5aa : Revert "[test] Speed-up subset tests by saving TTX dump"
62a535f15 : [khmer] Fix comment
2cc9ed2b9 : [test] More lookup_collect_glyphs() tests
066403740 : [test] More lookup_collect_glyphs() tests
ecdd8e3f1 : [test] More lookup_collect_glyphs() tests
f998d7e1c : [test] Add API test for lookup_collect_glyphs()
47d47e8c4 : [util/hb-shape/hb-subset] Don't terminate on first error in batch mode
a363ce573 : [util/hb-subset] Minor refactor of batch mode
10e73d188 : [test] Add batch mode to hb-subset and use it
1fd3a261e : [test] Remove unused shaping tests reference mode
ed99c8062 : [util/hb-shape] Refactor driver type duplication
05cf81283 : [util/hb-shape] Fix use of EOF as end-of-line
ee7473b8a : [mutex] Remove unused HB_MUTEX_IMPL_INIT / HB_MUTEX_INIT
0e37c07f4 : Revert "Construct user_data in hb_object"
5dc4cd71c : [blob] Minor change in destruction
7cbcdaf68 : Whitespace
b63ac5717 : [subset] bail if collection region indices is in error.
f9d8e4a97 : [subset] switch ..._set_flags to not take a mask.
46d4a5e67 : [subset] Convert subset plan to use a flags bit set.
3d534b146 : [subset] convert subset input flags into bit flags.
f6c67a5fc : [test] Open file in UTF-8
bafbade08 : [test] Force FontTools to use \n on all platforms
a78eb43c7 : Construct user_data in hb_object
278f44dce : [test] Speed-up subset tests by saving TTX dump
30579f5a3 : [set] Document & use open-ended del_range()
72489f3e0 : [test] Free memory in hb-aots-tester
895162d6f : [test] Account for mark zeroing in AOTS tests
e65bf6050 : [test] make this test runner less verbose
2d54c3468 : [subset/VarStore] Fix OOM in fuzzer test
ff1fe25a5 : [VarStore] Rename internal get_scalars() to get_region_scalars()
d7541f7b5 : [util/hb-shape] Free cached resources on termination
ad03f34df : [util/hb-shape] Cache blob/face in batch mode
9a7ff54bb : [test] Write one sequence per-line
ddf87ffb2 : [test] Add generated tests for emoji clusters
f0a1892ff : [serialize] Remove unnecessary pointer indirection
1c511ed6f : [subset] Simplify VarStore serialization
ad4c69249 : [subset] Simplify VarStore serialize
25dee6097 : [sanitize] Revert some from c68a00b92eb62fdc79f9a2bd1fc7a6acc24a3602
6fe0d7d6e : [GSUB] If MultipleSubst is applied to a ligature-component, preserve lig-id
b926fb9bb : Whitespace
cc3a7ceea : Fix macro-in-macro invocation
087e2705d : Fix signed-ness error in 0ded6a70c829284a8220ce30a405b0a974061df4
f3e031539 : Revert "[ci] Bin FontTools version due to recent COLRv1 changes"
acbd8b27d : [subset] temporarily disable COLRv1 subsetting.
5dae8297b : [util] Minor followup to https://github.com/harfbuzz/harfbuzz/pull/3083
0ded6a70c : [subset] Fix another fuzzer issue
c65e1e084 : [test] Run AOTS cmap tests with ot font functions only
8396c523b : [test] Add AOTS cmap tests
50379fbb1 : [util] Don’t split text at new lines in batch mode
92b85749f : [util] Strip quotes when parsing features
ad9559e3e : [tests] Make AOTS update.py work on macOS
d84efca31 : [tests] Add missed test file to Makefile/meson
09474d8d7 : [subset] Fix fuzzer timeout in add_gid_and_children.
c68a00b92 : [subset] Fix possible overflows in VarRegionList serialize
7b8464b65 : [serialize] Check for overflow in allocate_size()
bf2c87bfe : Add hb_memcpy() that does len=0 check
5f801da94 : [hb-ms-features] Move code out of header file
990c15dbe : [hb-ms-features] Rename types to be less general
69199211b : [uniscribe/directwrite] Move feature setup to shared file
fc7f77812 : [subset] add a note to hb-subset on what is and isn't supported (#3076)
791a1bf3a : Don’t disable getenv on Windows
163748b50 : [ci] Bin FontTools version due to recent COLRv1 changes
ec99fdb7e : [sebset] Use [s|g]et_flag for retain_all_layout_features
acc7100a3 : [docs] Improve subset documentation
3e2734cf9 : [docs] Don’t use GTK-Doc syntax for internal functions
71b5509c1 : [subset] support option --glyph-names
a9a607d36 : [variations] Support multiple axes with same tag, aka HOI
1fde80ad2 : [subset] update comments referencing hb_subset_input_t parameter.
c581d11eb : [set] in hb_set_set() avoid calling memcpy on nullptr.
2b9cb2992 : [subset] cleanup no_subset_tables on destruction.
89fc399eb : [subset] Add hb-subset section documentation.
792e2ed61 : [subset] convert no get/set prune unicode ranges to enum.
0a44feaed : [fvar] Make find_axis_index() return a range, not individual value
1b6c1aa68 : [subset] add hb-subset api to documentation generator.
8ce968341 : [subset] add documentation for all hb-subset.h methods.
9ab751ac9 : [subset] Remove hb_subset(). Leaving just hb_subset_or_fail().
e5c887fc0 : [subset] add documentation for subset input flag enums.
372722cee : [subset] move notdef_outline to the subset input property enum.
a6c6cda48 : [subset] Add no subset tables and passthrough unrecognized tables to the subset api.
668f2bd93 : [subset] Add hb_subset_or_fail () to public subset api.
aba2e1314 : [subset] Remove hb_subset_input_get/set_overlaps_flag ().
7d82191f6 : [subset] Remove hb_subset_input_get/set_name_legacy ().
942636ae1 : [subset] Remove hb_subset_input_get/set_retain_gids.
77b4a1cd9 : [subset] Remove hb_subset_input_get/set_desubroutinize.
8bf5d4d4f : [subset] Remove hb_subset_input_get/set_drop_hints.
9fb3a2563 : [subset] Use hb_set_copy in subset input.
38de3491a : [subset] add implementation for get/set flag on subset input.
83727837e : [subset] add proposed enum property get/set method.
b38e49dcf : [subset] add get/set user data methods to subset input.
edb57a8d9 : Make subset input const in the subsetting operation. Don't modify the subset input's sets.
233c29b30 : [font] Call fvar.find_axis_index instead of find_axis_info in set_variations()
89018068c : [fvar] Centralize axis finding logic
0b2280af9 : [font] Call fvar table directly, instead of calling public get_axis_info
b86a45ca5 : [fvar] Add TODO
ba6db26b6 : Tolerate unsorted OT table entries for small number of entries
03cd9c5cb : Align lfind() API to match bfind()
f54f5c1b1 : Fix debug printer of bool
6269866bd : [subset] Keep bimap consistent if only one of the internal maps is in error.
48edbef96 : [subset] bail if region_map is in error.
79e8b3060 : [ot-shape] Fix application of kern table if GPOS kern is missing
9aa0ecef3 : [subset] de-duplicate the logic that finds unicodes corresponding to requested glyphs.
deee24fbe : [subset] Add missing FontName op code in top dict parsing.
2c7ef0db0 : [ci] Generate only XML coverage data
95b04f740 : [buffer] Remove unnecessary have_separate_output()
3e266e5f6 : [buffer] Update comments
3807061d6 : [ot-layout] Don't remove_output() before reverse substitution
10a9960f0 : [buffer] Restructure swap_buffers()
f6c9fcfd3 : [ci] Add macOS GitHub workflow
d56afb750 : [tests] Ignore more symbols
a7f4c985a : [ot-layout] Always swap_buffers() even if no substitutions happened
62b441e6f : [layout] Use Proxy::inplace instead of table index check
431f16400 : [layout] Don't call clear_output() before pause-func
a623446a3 : [shape] Remove stray clear_output() call in hb_shape()
05c17787c : [buffer] Rewind cursor in clear_output()
1cb0ca1f2 : Whitespace
5f5a8b4dd : [ci] Use the latest stable XCode image
13187d29e : [ci] Drop macOS job using deprecated XCode image
69310f14a : [buffer] Change nil buffer have_output to false
40884af17 : [ot-layout] Narrow down random feature logic vs safe-to-break
33b579d0a : [ot-layout] Clear random flag for subsequent flags
29c9833e5 : Remove Offset::serialize()
63e15eac4 : 2.8.2
eee36bbea : [releasing] Format notes as Markdown checklist for pasting in GH PR/Issue
eda5dcdb3 : [releasing] Drop obsolete release process items
2337f0d04 : Internally use hb_malloc/.../hb_free instead of malloc/.../free
bb48bf52a : Rename misc uses of "free"
7416facee : [subset] fuzzer fix: https://oss-fuzz.com/testcase-detail/5715464591376384
895acdf7c : [ci] Don’t build Cairo subproject with FontConfig on win32 cross-build
0da9158f6 : [subset] Remove OffsetTo::serialize().
096961486 : [ot-shape] Rewrite loop without foreach_grapheme()
eee7b459e : [subset] add option --no-prune-unicode-ranges
c3be28ea2 : [ot-shape] Numeric runs native direction is LTR
71a629662 : [tests] Make record-test.sh work with .otf files
cc9bb2949 : [blob] Fix-up recent mistake in hb_blob_create() destroy(user_data)
bc06af977 : [subset] speed up feature collection when tags are specified.
14f220b76 : [directwrite] Support feature ranges
d2397d91f : [subset] Add additional colrv1 subsetting tests that has a glyph with components.
26c80adb6 : [subset] do colrv1 glyph closure before glyf composite closure.
d07f789ae : [subset] support option "--notdef-outline"
10ad18593 : [subset] add comment to copy_bytes().
675ebbeb3 : [subset] don't alloc zero bytes.
93e6a9bc4 : Revert "Remove unneeded buffer clear_output / remove_output calls"
06175b714 : Remove unneeded buffer clear_output / remove_output calls
bdfed8f11 : [blob] Add failing versions of create API
085aa65e0 : [subset] Convert offset serialization in gsubgpos and gdef to serialize_serialize().
cc96c4e87 : [shaping] Update shaping substituion lookup serialization to use serializer pop()/pack().
d3dd93630 : [coretext] Round position info
8443cc85c : [subset] Correct OffsetTo serialization in GPOS to use serialize_serialize ().
5ba46ed06 : [subset] Correct OffsetTo serialization in GSUB to use serialize_serialize ().
35458b6b6 : [subset] Add serialize_serialize to OffsetTo.
2b0ced28b : Cluster Regional_Indicator pairs (aka emoji flags)
4e72d5e35 : [src/check-static-init] Ignore objdump "file format not recognized" error
5bc05ba15 : Prefer GPOS over kerx, if GSUB was applied
13c6ad980 : [src/check-*] Pickup $(NM), $(OBJDUMP), $(LDD), $(OTOOL)
c61ce962c : [buffer] In hb_buffer_get_positions(), return NULL if inside message callback
855a3f478 : [emoji] Fix emoji table generation
bd5502f09 : [set] Oops. Fix compile
3962225a7 : [set] Add hb_set_copy()
bc33b87f5 : [set] Use references, not pointers, in internal C++ API
9cfac093a : [set] Add copy constructor/assignment
4811e8f5d : Trigger doc rebuild
09a2eb65d : Revert "Temporarily always push the docs commit"
6612fd39a : Temporarily always push the docs commit
b39b04750 : Try to fix doc deployment
5585ea02e : [syllabic] Set position of dotted circle for Indic
a9fb6a0c3 : [aat] Add start table/end table to buffer messages
19cb44935 : Update COPYING
cf9538e80 : Removal remaining uses of "blacklist" terminology
6119ff9d8 : [hb-directwrite] Don't load dwrit.dll dynamically
b2070a509 : [hb-directwrite] Don’t override new/delete
221d642b1 : [hb-directwrite] Remove _hb_directwrite_shape_experimental_width
fa432a121 : Rename various references to master branch
35d6af694 : [subset] fix fuzzer testcase: https://oss-fuzz.com/testcase-detail/5965777994907648
92206345a : [ci] Disable patch-level codecov failures
3d48bfc18 : Avoid a deprecation warning in graphite2
1b6008ca6 : fix fuzzer testcase: https://oss-fuzz.com/testcase-detail/5417934246772736
18f61210a : Add public api methods to get/set the layout features to retain.
243d056ff : Removed unused variable `supp_size` from plan_subset_encoding(...).
7ab0f4eda : fuzzer fix
cb5a6b5a2 : [subset] support option --layout-features
0989b5553 : [subset] Add test for overlaps flag setting.
73ff04a32 : [subset] add option to have the subsetter set the mac overlaps flag on each glyph.
f739e1dc6 : [subset] subset both CPAL and COLRv1
466e1fdf5 : [subset] remove unnessecary brackets.
583237299 : Add cmp() method for major to page map.
2c137045d : [subset] Optimize set iteration by caching the last found page map index.
1bb00cd54 : [subset] add num-iterations flag to util/hb-subset.
9e5738a86 : [set] Okay, giving up on constexpr till C++14
fac0bc787 : [meson] Drop more wraps we don’t use directly
21d1034dc : [meson] Remove expat.wrap that we don’t use directly
90fa558a5 : [set] Another try at constexpr to make msvc happy
bf5d4a639 : [set] Add TODO
11d03f1ff : [set] Mark a couple methods as constexpr
d2829ad37 : [set] Refactor code into page_t::is_subset()
e47e44a85 : [set] Whitespace
2000f47ae : [set] Compute is_subset by comparing pages.
1dffb5536 : Chromium build fixes for C++ 17 warning and missing _remap_indexes
89df35399 : [aat] Add testcase for Apple Color Emoji couple-with-skin-tones sequence.
bbc5fc373 : [aat] If shaping via morx, don't adjust mark positioning when zeroing widths.
4f1e8d2bf : [aat] Update glyph properties from GDEF if available when doing a replacement.
5e0ec33b3 : Error when link width not in [2, 4]
b23f29bf0 : [subset] Add subset () method for COLRv1 Paint tables, BaseGlyphV1List and LayerV1List
413769bf8 : Add hb-ot-color-colrv1-closure.hh to sources list.
de0eba20e : Remove array for visited_paint.
e59ffe548 : [subset] COLRv1 layer/palette indices closure
a08900b72 : [subset] fix failing colrv0 subsetting when font has composite glyphs.
b54d9b695 : start
b07b97d5d : [subset] Add more Noto Nastaliq test cases.
b37f03f16 : 2.8.1
d3e84413f : [ci] Drop macos-10_13_6-aat-fonts job
517d68b26 : [ci] Pin fedora 33 docker image
2b7647649 : [subset] update test-subset-gpos expected files.
be50779cd : [subset] correct ClassDef format determination.
90713f270 : [hb-ot-layout] Document some return values
42bf8e3d4 : [util] Disable chafa's truecolor mode
c571a96eb : [ci] Disable Chafa on jobs that enables all auto features
8298c2f93 : [hb-view] Use Chafa for terminal graphics if available
e25efb31f : [subset] consider all value formats when computing effective format.
84dbfacfe : [subset] fix collect_variation_idx in PairPosFormat2
d356d0f79 : [subset] optimize ValueRecord's for PairPosFormat1.
f9fbe4817 : [subset] implement value record optimization for PairPosFormat2.
badb8e409 : [subset] use copy_values for PairPos serialize.
2f50283cd : [subset] Begin implementing ValueRecord optimization:
5df7c668b : [subset] In SinglePosFormat1 serialize only 1 value record.
92757f680 : [subset] Don't drop anchor device tables when dropping hints. These may contain variation data.
6fddc2bbf : [subset] subset layout tables (G*) by default.
425ba1f4a : [subset] fixes infinite loop in hb_set_get_max().
ec4321068 : [subset] fix infinite loop caused by alloc failure in repacker.
0e845d973 : [subset] fix memory leak in repacker caused by failed alloc.
3fb62cdc1 : [subset] fail on offset overflow in tables that we don't repack.
ed2ee8a8c : Revert "Disable -Wunused-macros under GCC"
47cbf8f2c : [test] Silence more compiler warnings
1b1413246 : Disable -Wunused-macros under GCC
23a28f5ad : Avoid undefined-behavior
499248c53 : [blob] Use min_size, instead of null_size in .as<T>()
a4fb5da98 : [ci] Enable DirectWrite in win32 tarballs
f2240d12c : [ci] Use -j2 for make and ninja in distcheck job
f5c922b70 : [ci] Try to stop distcheck job from crashing gcc
e116058bb : [directwrite] Use correct UTF-16 string length
668acff1f : similarly improve comments on Hebrew ccc 18 & 19
43d955207 : improve comments on Hebrew ccc 18 & 19
4cc4cd3b2 : [docs] Fix spelling typo (#2945)
9dc9f0385 : [subset] fix for fuzzer testcase: https://oss-fuzz.com/testcase-detail/5858518134554624
430a67cea : [subset] COLRv1 struct definitions
553ffaf68 : [subset] fix for fuzzer testcase: https://oss-fuzz.com/testcase-detail/6382598554255360 avoid writing to null pointer
4af5daced : [subset] add fuzzer testcase
8b686afeb : [subset] add unlikely().
64122b5a4 : [subset] don't visit lookup if covered glyph set has failed.
4ec18c85e : [subset] add subsetting tests with drop hints and layout subsetting enabled.
6f98a8ed4 : [subset] Anchor should only use format 1 when hints are dropped.
71d6d1560 : [subset] clamp distance to prevent shifting outside of the limits of int64.
fcacd1774 : [ot] Update _hb_glyph_info_is_default_ignorable_and_not_hidden()
596f4258d : [subset] copy Lookup::markFilteringSet when subseting.
d3a2f999e : Fix up build
c35d78639 : [subset] never drop the 'pref' feature.
092094f70 : Use as_array() and range loops in a few places
55e7f3fe3 : [subset] Match FeatureVariationRecord dropping from fontTools.
f0c78e028 : [subset] don't drop features referenced in a feature variation substitution.
dae99b776 : [subset] don't keep FeatureVariationRecord's with no subsittutions.
85b072878 : Add full variable font subsetting test.
c4b49075f : Update CMakeLists.txt
9945f3274 : Test fix to export target include directories
b10741ca7 : [subset] when closing glyphs in context lookups don't use a current glyph set if a lookup is already applied.
2773d0574 : [subset] Add a test case using NotoNastaliqUrdu.
8ef4257dc : [sanitize] change max ops to track number of bytes processed.
70110f6aa : Modify OffsetTo<>::sanitize() overflow check
4dba749d8 : Add SortedArray{16,32}Of<>
5639e253f : Add Array16Of<>
2520a82df : s/LArrayOf/Array32Of/g
5efe36098 : Rename (Unsized)OffsetListOf
6c4e0491d : s/OffsetArrayOf/Array16OfOffset16To/g
1fc6b69ae : s/UnsizedOffsetArrayOf/UnsizedArray16OfOffsetTo/g
2a54c9f74 : .
c539afb08 : [CFF] Use NNOffsetTo<> instead of OffsetTo<>
9b4b58493 : Fixup for recent OffsetTo<> changes
ad28f973f : Rename offset types to be explicit about their size
c5c13006a : [subset] fix memory leaks found in https://oss-fuzz.com/testcase-detail/5179935334465536
bd2950b39 : Make VariationStore::get_delta(outer, inner) private
934675a42 : Use VarIdx in VariationDevice
0f7f7536b : [hvar] Change variation-index types from "unsigned int" to uint32_t
9ffc46b8f : Add VarIdx
2179281c4 : Add Offset24
b3159ed8d : [util] Silence compiler warning
cab9d5a57 : hb-config: Include config-override earlier
adca4ce07 : [subset] fixes https://oss-fuzz.com/testcase-detail/6173520787800064.
9f77a0c1f : [subset] use hb_set_clear to avoid calling clear() on null pool set.
752e393ad : [subset] avoid calling clear on null pool set.
9ed5f04a7 : [subset] Simplify recent out-of-memory fixes
a8f9f85a9 : [map] Return success from ->set()
8741914a8 : [subset] fix memory leak when map insert fails.
239768938 : Remove hb_success_t
7a2eda781 : Move code around
bcb57dcca : [sanitize] Add short-circuit to ArrayOfM1
5b6da6d2f : [subset] add fuzzer test case.
52df6b9fd : [subset] check for set insertion success.
c6adb90a2 : [subset] fix nullptr deref.
9a3537e5f : [subset] invert err() return value. Undo previous change to check_success.
a804a0c90 : [subset] add fuzzer test case.
cdba5d44c : [subset] fix incorrect handling of return value in check_success in the error case.
05e845c49 : Make previous commit gcc-only
b5e403239 : -Wno-unused-result
c30349d54 : [hb-view] Support kitty inline images protocol
f7d5889b3 : [hb-view] Support iTerm2 inline images protocol
743baf354 : [build] Don’t look for FontConfig
95230e291 : [subset] support subsetting GSUB8
d18915f92 : Reformat gen-tag-table.py
3c8273ab6 : Check for alloc failures on the gsub/gpos_langsys maps in subset plan creation.
29708e959 : [aat] Fix offsetToIndex math for out-of-bounds values
46bf03d69 : [subset] add NODISCARD to error checking methods on serializer.
3827a3eb5 : [subset] rename serializer::set_error() to err().
f561fa6e4 : Change priority queue to use (priority, value) instead of (value, priority).
b14475d2a : [subset] further changes to serializer error handling.
73ed59f7a : [subset] store errors in the serializer as a flag set.
b9ecc7420 : [subset] init offset_overflow in hb_serialize_context_t.
cf79fc342 : [subset] limit priority bumps to 16.
010440995 : Fix repack_tests for distcheck.
e2f14e81b : [subset] fix memory leaks in test-repacker.
d3e2ba7c0 : [subset] comment cleanup in hb-repacker.hh
832f2b599 : [subset] Refactor _subset () to reduce nesting and eliminate the use of 'goto'.
bb5c80a7c : [subset] add error tracking to the repacker. Also check for allocation failures as needed.
b8b8c58b9 : [subset] add tests that check for successful repacking of a real font file.
6e9468fcf : [subset] cleanup memory leaks in the repacker.
a7a86a6eb : [subset] Add prioritization offset resolution. Vertices can now be prioritized to force them to sort closer to their parent. The resolver will attempt to use this for overflows on non-shared vertices.
b452b2c76 : [subset] refactor repacker graph to cache edge count and distances of vertices.
75414e82b : [subset] Add table duplication overflow resolution.
8286bd809 : [subset] use vectors instead of hashmaps throughout the repacker since all keys will be mapped for these use cases.
519ae9661 : [subset] switch sort_shortest_distance() to use priority queue.
5d3511e5b : [subset] Change compute_distances() to use a priority queue.
59ac0a0d0 : [subset] Use priority for comparison in heap.
4c8dd41ed : [subset] re-write compute distances to use an array lookup for the distance map.
5c4e0ffd9 : [subset] Add a basic priority queue datastructure (binary heap).
dd8e5d0e1 : [subset] Only run the repacker for GSUB/GPOS.
aaa7873d4 : [subset] add topological sort by closest distance via Dijkstra's algorithm.
8ebe5d734 : Implement will_overflow ().
6b1ea4cbe : [subset] hook up the repacker to run if offset overflows are encountered during subsetting.
f4c78cc7d : [subset] Implement Kahn's algo for topological sorting instead of BFS.
00f393dc3 : [subset] finish up BFS sort implementation.
1584d3cb8 : [subset] Start a proof of concept implementation of the GSUB/GPOS offset overflow resolver.
56ca43578 : [subset] fix for collect_features and remove_redundant_lamngsys
69d772e52 : [subset] Fixed test gsub5 test files.
0e1c0fa40 : [subset] optimize glyph closure method: step 5
b8a58a0c0 : [subset] optimize glyph closure method: step 4
62423504e : [subset] optimize glyph closure method: step 3
ef78d0f92 : [subset] optimize glyph closure method: step 2 Add function intersects_class_glyphs that collects set of glyphs matching class in ClassDef table
b4fc593c3 : [subset] optimize glyph closure method: step1
1b79b8cd2 : [subset] update gpos tests to reflect updated behaviour.
2df39bcae : [subset] don't allocate a set to use as a glyph filter for PairPosFormat2.
b1b1486d0 : [subset] update expected files to not include cmap12 pruning.
bb54e1047 : [subset] Also filter class1 by coverage when collecting variation indices for PairPosFormat2.
190b7a98f : [subset] Update PairPosFormat2 subsetting to match fontTools updated subsetting (https://github.com/fonttools/fonttools/pull/2221)
03538e872 : 2.8.0
f2d08578e : [tests] Increase shape-fuzzer timeout
cad753e20 : [ci] Use known working Ubuntu version
ff86c72e0 : [ci] Avoid duplicate builds on pull requests
f5356bcb6 : [ci] Switch back to c++2a
9e397ff2f : [buffer] Fix order of HB_INTERNAL HB_DISCARD
9582640ee : [ci] Remove more cruft
c0b3b9b25 : [ci] Don't test C++2a build
15f3ef013 : [test] Fix output format
8450f43ae : [buffer] HB_NODISCARD next_glyph()
f4bc7673d : [buffer] Implement copy_glyph() in terms of output_info()
f73982a69 : [buffer] Implement replace_glyph() in terms of replace_glyphs(1,1)
862f91348 : [buffer] Implement output_glyph() in terms of replace_glyphs(0,1)
34a1204f1 : [buffer] HB_NODISCARD output_glyph()
07315d9c8 : [ci] Don’t install meson from its master branch
e6be9eb4f : [buffer] HB_NODISCARD output_info()
2a0dbb3ee : [buffer] HB_NODISCARD copy_glyph()
b05e5d9a7 : [buffer] HB_NODISCARD next_glyphs()
4ae8aab83 : [buffer] HB_NODISCARD has_separate_output()
8d3701f50 : [buffer] HB_NODISCARD in_error()
41e05479b : [buffer] HB_NODISCARD shift_forward()
83b3784d1 : [buffer] HB_NODISCARD make_room_for()
c355508a8 : [buffer] HB_NODISCARD ensure_glyphs() / ensure_unicode()
bc22305b6 : [buffer] HB_NODISCARD ensure_inplace()
cac6c86d2 : [buffer] HB_NODISCARD move_to()
05d2d37f9 : [buffer] HB_NODISCARD ensure()
d8028a076 : [buffer] HB_NODISCARD enlarge()
3f1998a06 : [buffer] HB_NODISCARD replace_glyph()
607979d12 : [buffer] HB_NODISCARD replace_glyphs()
906c9928b : [buffer] Return success status from buffer ops that can fail
a5b8e7db4 : [hangul] Improve error handling
99767f938 : [hangul] Whitespace
3622120fa : [subset] Make ClassDef format2 .intersects() return false if range value 0
e19de65ea : Update hb-ot-tag-table.hh (#2890)
7686ff854 : [ot] Keep substituted Default_Ignorables (#2886)
5efa04c89 : [Makefile] Rebuild .def files if config changed
d351bbf0f : [Makefile] Remove unused variable HBNODISTHEADERS
fd489433a : [indic] Fix cluster-merging logic with cluster-level=1
2902529b9 : [subset] Fix HB_TINY build
7cb22ba7e : Include C headers with their C++ names (#2882)
dbcf2f417 : [cmake] Fix syntax
486da35cc : m Add comments to IntType cast out operator
83b66bfb6 : Another try to fix narrowing error
6c4bb6082 : Fix narrowing errors with recent changes
d6bd00a48 : Revert back IntType out cast to signed/unsigned
098360139 : Add back wider cast to IntType
567cedcc5 : Narrow down cast operators on IntType
f4f35a4d5 : [constexpr] Use initializer instead of assignment
cc16b26ef : [constexpr] IntType
8b2f9adf2 : m Simplify Tag operator char*
11c28cb5f : [cmake] Define HAVE_PTHREAD if not on win32
b368a0736 : [atomic] Remove IBM/AIX implementation
52f912696 : [atomic] Remove Windows implementation
a666fe64a : [atomic] Comment
3528a21e8 : [atomic] Remove Apple implementation
140797d4a : [constexpr] hb_atomic_int_t
2ec802b42 : [object] Simplify reference_count_t
4d116ed0f : [ci] Remove cmake
1c693e8c2 : [test] Fix unused-var warning
12a283d51 : m[ft] No need to use atomic ops for cached_x_scale
b39c1f782 : a[build] Fix distcheck
a3c35aee3 : m Move HB_SCRIPT_MYANMAR_ZAWGYI
c55bf5515 : Remove HB_CONST_FUNC and HB_PURE_FUNC
cba9893ac : m[algs] Move roundf() here
f0947717f : m[machinery] Move HB_VAR_ARRAY here
69464e9da : [algs] Another try at fixing BEInt constexpr
ff7bf8819 : m[algs] Fix BEInt -Wnarrowing errors
a89d9f25b : m Err on -Wnarrowing instead of -Wc++11-narrowing
e208f8044 : Make constexpr BEInt<Type, 2>::operator Type() C++11-compatible
c2fc2aa44 : [atomic] Remove Solaris intrinsics
7099a6dca : [atomic] Remove old Intel primitives implementation
711c241f6 : m[mutex] Remove busyloop mutex implemenation
47f01c072 : m[algs] Move BEInt here
e5b7bc424 : m Add default value to BEInt<> Size template parameter
2caae4a59 : m Move class traits
c2dbd6cc0 : Remove static_assert of sizeof basic sized int types
e1706ffec : m [algs] Move flags here
017f6b0d2 : m Move static_assert_expr<>
61f8d0e57 : m Rename ASSERT_STATIC_EXPR_ZERO to static_assert_expr
59cfffb1a : m Change ASSERT_STATIC_EXPR_ZERO template arg type to bool
1981d83d7 : [constexpr] HB_MARK_AS_FLAG_T
a4a99de0e : [constexpr] bswap
f8ebe1dac : [constexpr] BEInt
2fbd34f89 : m[set/map] Add operator bool()
bf75a0a03 : m[dispatch] Use inline class member initialization
82928d9cf : m[blob] Move immutable check to C API boundary
4020c6b28 : m[blob] An empty blob can always be made writable
2d39031f7 : [buffer/set/map] Move immutable check only to C API boundary
6d83d4405 : m[set] Recover set from error in .reset()
445efe8d0 : m[vector] Recover vector from error in .reset()
21433fa56 : m[buffer] In hb_buffer_append() don't change until allocation success
0f61a6213 : m[vowels] Simplify
3b91e0b59 : m[buffer] Rename internal variable
9fcba109b : [buffer] Make swap_buffers() copy rest
86993c09a : Ignore -Wrange-loop-analysis
6d9419449 : Use auto in range-for-loop more
1551f3d51 : fixing more expected test results
79e4f436e : Apply rounding correctly when calculating glyph extents for CFF and CFF2; adjust expected test results
d01ebeae2 : calculate extents based on scaled then rounded values; undo two of the earlier test result adjustments
1d02e9c63 : two more adjusted expected extents results (still not convinced this is the right thing, though)
cd0babe6a : adjust expected test result
1d8a89504 : do not round added deltas; fixes #2866
103ed7da8 : [subset] Use dagger
d8ea552d1 : [aat] Improve unsafe-to-break logic
cf203936d : [aat] Unbreak builds
b6fdaa694 : [minor:aat] Use injected class name
e27420bb1 : [minor:aat] Simplify template reference
7b8a8adb7 : [aat] Fix unsafe-to-break marking when end-of-text action kicks in
aa80c7c8b : [aat] Add buffer->successful check before buffer->next_glyph()
bcd10bf27 : [normalize] Add buffer success check before ->next_glyph()
505b3fc6c : [harfbuzz.cc] Fix OffsetTable name clash with Mac headers
6a9f576fd : [coretext] Silence CoreText deprecation warning
8e53c7c12 : [coretext] Fix more CGFloat double-promotion warnings
cd08c2528 : Fix typo
9c8032cb4 : [meson] Don’t build FontConfig subproject from master
5ca353a2d : [subset] fix heap buffer overflow found by fuzzer.
751ed68fe : [indic] Fix shaping of U+0B55 ORIYA SIGN OVERLINE
7a60f4e3a : [subset] Remove debug burden
00d927634 : Add gpos9 expected files to Makefile.am
08a4997fd : [subset] Add subset support for Extension lookups (GPOS 9, GSUB 7).
bbbea3dbd : [minor] Rewrite set operation in OS/2 subsetting
cdb9197b4 : [khmer] Remove more unused code
dfa9d7acd : [minor] Use serializer->propagate_error() to simplify code
5faae8260 : [post] Remove unneeded error check
d7e2a51de : [minor] Add unlikely() when checking for error
eb069f394 : [tests] Update expected output of recently-merged gpos5
7b9e23f28 : [introspection] Fix g-ir-scanner syntax errors
094406b67 : [ci] Disable failing Arch Linux job
554aaa0c5 : [build] Fix make distcheck
1da75afbe : [minor] Add unlikely()
6e1afac64 : [minor] Rename internal variable
836814a57 : [array] Swap order of args to hb_equal()
98374cebe : Conditionalize IntType::cmp() so it never fails to compile
ed04174a6 : Whitespace
8f47dd577 : [subset] don't set lookup visited in closure_lookups_context_t::recurse. - Lookup::closure_lookups also checks if the lookups visited and sets the lookup to visited. If we set visited in 'recurse' then Lookup::closure_lookups will fail to recurse into the children of the lookup. - Also when copying ChainRule's skip LookupRecord's that point to lookups which aren't retained. This matches FontTool's behaviour.
feeff5928 : [docs] Add destroy() call to sample
319e5b320 : [manual] Fix font functions section
3583fce86 : [manual] Give all chapters & sections pretty links
84d4d9fc4 : [manual] We don’t use ucdn library anymore
68d2e1b22 : [meson] Disable benchmark feature by default
b6f47af55 : [meson] Report more options in the summary
33a0f0b68 : [test] Remove fuzzed test font that triggers virus alert
99184fbe2 : [ci] Add top level directory to win32 zip file
d9e0244cd : remove duplicate file names
dad41c07e : [use] Typo
63a716c54 : [indic] Use lfind()
921b4e46b : [algs] Add hb_equal()
f4ed3bf20 : [indic] Remove categorization of Khmer Ra
676d1e6ad : [indic] Spell out INDIC_TABLE_ELEMENT_TYPE
769c2b19a : [indic/khmer/myanmar/use] Minor shuffling of found_syllable() macros
59721c2f3 : [use] Move data table into same compilation unit
d9b167da3 : [use] Remove hb-ot-shape-complex-use.hh
3bb2653a5 : [use] Reuse category numbers exported from ragel machine
c417e0d2f : [indic/khmer/myanmar/use] Move enum category around
675b6c299 : [indic/khmer/myanmar/use] Remove unused dump-*-data programs
0a5c63114 : [use] Rename internal enum joinint_form_t members
880fdb746 : [indic/khmer/myanmar/use] Export categories from Ragel source
f94bf9f06 : [set fuzzer] limit the total number of set members in a fuzzing input. Currently the fuzzer can create arbitarily long inputs which once big enough will trigger a timeout.
b198d9448 : use {} rather than {0}
2e50b517e : Nicer more idiomatic fix
8f6559a37 : [subet/COLR] Default initialize firstLayerIdx
a650243d3 : [sanitize] Fix typo
e05e56061 : [mingw] Reinstate win32 cross-compiling with autotools instructions
881ad720f : [algs] Remove passthru declaration
ca0b7afee : [set] Use hb_fill()
5fce8898e : [iter] Allow passing rvalue iters to hb_fill()
6463ee02d : Speed up ClassDef/Coverage intersect methods
33368a12b : uint32_t to unsigned in hb-set.hh
2a0d0b901 : Make set clear work even when set is in failed state.
0ba73e980 : [ENOMEM] handle allocation failures during page compaction.
a4c3732f5 : [ENOMEM] fix set clear() causing corruption if the set is in_error().
9b8be9643 : [docs] Ignore hb-gobject headers
2a6a49c90 : [meson] Don’t scan files outside src for docs
051a3c7b9 : [docs] Fix typo
a44dd339f : [docs] Missing param docs
478d169c0 : [docs] Document more deprecated symbols
ca0a7a838 : [docs] Document hb_ot_math_constant_t somehow
3ba1e7e78 : [docs] Document HB_OT_TAG_DEFAULT_LANGUAGE/SCRIPT
4bfa0b3c0 : [docs] Fix hb_color_get_* docs
2cdc92c0c : [use] Move most joining scripts to USE
5c73c9082 : [syllabic] Fix signed/unsigned comparision errors
e3d4c2972 : [indic/khmer/myanmar] Minor: Fix mask
0ddade44c : [syllabic] Merge various insert_dotted_circles implementations
e8e9fd955 : [syllabic] Add hb-ot-shape-complex-syllabic.cc/hh
8af85c4e8 : Remove hb-ot-shape-complex-machine-index.hh file
9dd61c5b7 : Rename internal buffer var use
6a140ef57 : [meson] Pin Cairo subproject 1.17.4
fb1b29cee : [ci] Fix msys2 breakage
3c5b7886e : Revert "Avoid category duplication between C++ and Ragel"
67ea8133d : Avoid category duplication between C++ and Ragel
c8c5e52ab : [use] Update overrides to 2021-01-04
1fb7f3bda : [docs] Document various HB_SCRIPT_*
ea0907abf : [docs] Document version macros
5e9f05ff3 : [docs] Expand memory modes docs
5151c2b66 : [introspection] Replace deprecated allow-none
a64d56a3e : [introspection] nullable is for pointers
9936490c0 : [docs] Invalid use of "optional" annotation
bf5b4b71c : [docs] Duplicated documentation
3d7a36164 : [docs] Miscellaneous missing docs
a31a51cde : [docs] Complete hb-ft docs a bit
8c492d5c3 : [docs] Complete hb-ot-math docs a bit
3f7ffd1b3 : [docs] Complete hb-unicode docs a bit
2fdab788a : [docs] Complete hb-buffer docs a bit
492a5a909 : [docs] Complete hb-aat docs a bit
3a012cc46 : [docs] Complete hb-metrics docs a bit
5a55b31a3 : [docs] Complete hb-shape-plan docs a bit
8e8c3e587 : [docs] Complete hb-ot-layout docs a bit
5b7b730d4 : [docs] Complete hb-color docs a bit
aa107e657 : [docs] Complete hb-font docs a bit
9b602e8e2 : [docs] Complete hb-common docs a bit
53ed5597b : [docs] Add missing API indices
c9c3b3c94 : [docs] Use correct syntax
a8e72ee78 : [docs] Use %true and %false consistently
a3fe43a41 : [docs] Hide private enum values
b8e6f17ee : [docs] Move note about harfbuzz-old to proper place
e93de6362 : [docs] Document unused language in get_baseline
c7b2e64c6 : [docs] make it clear that FT_Face must have size
4136ecf74 : [docs] Don’t use FreeType in the simple example
bfe4bbfc0 : [docs] Older GTK-Doc does not support HB_DEPRECATED_FOR() at all
4161146e6 : [docs] Fix generated docs for deprecated symbols
7236c7e29 : 2.7.4
e8c15b7a1 : [ci] Install gobject-introspection on distcheck job
22468c8a9 : [docs] Give destroy callbacks have (optional) annotation
35c4a15a6 : [docs] Update hb-font documentation
8586f1595 : [docs] Update hb-common documentation
e8c21e003 : [docs] Remove comments the duplicate docs
ff96f73f8 : [docs] Add some missing API to harfbuzz-sections.txt
cb319f0d8 : [docs] Add some missing annotations to hb-buffer.cc
9af0edd95 : [docs] Document return value of hb_blob_get_data()
f88e845fc : [docs] Minor fixes
82092d400 : [docs] Update gtk-doc comments in hb-font
e8de26e1e : [docs] Add gtkdoc comments to hb-buffer
d13b7eaaf : [docs] Add gtkdoc comments to hb-blob
4cdb12a3f : [docs] Add gtkdoc comments to hb-common
922c32eb2 : [docs] Add gtkdoc comments to hb-map
71af2c6d9 : [docs] Add gtkdoc comments to hb-set
ec98730ff : [docs] regularize whitespace in function params
fdf3e448f : [docs] Improve hb-unicode docs a bit
0fd6144a5 : [docs] Fix warnings about unknown annotations
71a3b54f3 : 2.7.3
769a21aab : meson: avoid regenerating hb-version.h unnecessarily
296e9d7f3 : [ci] Install fonttools using pip on msys2
3dba7ea93 : [docs] Add missing API index for 1.4.0 release
c2e2c40ba : [docs] Fix gtk-doc comment syntax
082694082 : [docs] Add messing sections
b8b13018e : [docs] Make gtk-doc find these typedef’s
8c3a530fd : [docs] Some formatting fixes
b029a45ca : [docs] Add new API to harfbuzz-sections.txt
ea4476d73 : [autotools] Don’t fallback to icu-config
2953a66ab : CMake: Define HAVE_GOBJECT when harfbuzz-gobject is built
25c0a792e : Remove unused+wrong UnsizedArrayOf<> operators
7c241651a : [algs] Don't forward rvalue twice
53806e5b8 : Tiny improvement on previous commit
a5f6f869e : Drop layout table if layout lookup accelerator allocation failed
5f32fdff1 : meson: use meson.current_source_dir() instead of @CURRENT_SOURCE_DIR@
b2e7bb2a7 : Don’t map BCP 47 to coincidentally similar OT tag
e1df2c527 : Map ISO 639 code qul to language system tag 'QUH '
bac8a856f : Revert "[CI] Don’t install ragel on circleci jobs"
f579c6610 : Mark variable unused
f83496a91 : [use] Remove workaround for reserved code points
17da41bd0 : Update language system tag registry to OT 1.8.4
9722b4b26 : Meson: Update all wrap files to latest version
a082fe400 : ci: Install meson 0.56.0 in crossbuild-win32
e2ba0e009 : meson: Fix check for cairo and cairo-ft dependencies
fd8f4ffcc : Trace reorder, not normalize
2e0193d74 : Add more cast spaces
4bb6d54e3 : Missing cast
8e1bedc50 : Keep phase names
428c111f1 : Fix spacing around casts
f19018da4 : Smaller issues from review
8b3b835a0 : Trace normalization and preprocessing stages
b50099bff : Trace reordering in pause functions
3bd43bd02 : Map more ISO 15924 variants to `hb_script_t`s
27170e058 : Fix names for language tag in gen-tag-table.py
07961daed : [docs] Describe buffer context applicability more explicitly
5adc1344a : [ci] Upload meason logs on some CircleCI jobs
71376f88e : [ci] CircleCI removed xcode:9.0.1 image
05403a07b : [autotools] Require pkg-config 0.28
49ebb9ebd : [use] Remove redundant O entries from the table
79fd5ce22 : [use] Merge IND and Rsv classes into O
c2cdcd490 : [tests] warning: unused variable 'num_glyphs'
e25aa49a1 : Fix a dead link in CMakeLists.txt
9a9da110a : [CI] Don’t install ragel on circleci jobs
cde2cf84c : [use] Minor clean-up of unused categories
0792690b7 : [use] Skip WJ and ZWJ when clustering
3fcf466b7 : [hb-shape-fallback] Use signed int for correction
77e704d1d : [buffer] Add assert_unicode()/assert_glyphs() and use internally
5ef061390 : [buffer] Add ensure_glyphs()/ensure_unicode()
84dd65a87 : [test] Remove timeout from test runners
3232e6f2a : [buffer] Add hb_buffer_has_positions()
97a093c52 : [hb-subset] Improve error handling a bit
fa771a7f8 : [tests] Fix memory leak in test
dec52006d : Map BCP 47 tags to all macrolanguages
1d53268df : Fix two-way mapping of "man" and 'MNK '
ab38cf674 : Map hy-arevmda to 'HYE ' instead of HYE0
916c5a900 : Consistently emit BCP 47 subtag scope suffixes
1c05f6789 : [buffer] Increase work limits
b37edebfc : [buffer/deserialize] Do not clear() buffer upon content type mismatch
c396e1600 : [buffer/deserialize] Accept arbitrary glyph names
4a4eebcf8 : [buffer/serialize] Minor renames in Ragel machines
540d2cddd : [tests/buffer] Revert unintended whitespace changes
78fb6a11a : Whitespace
140552cec : [buffer/serialize] Only serialize empty buffers of CONTENT_TYPE_INVALID
04658ec48 : [tests/buffer] Update tests for previous commit
8f5d8b155 : [buffer] Buffer start <= end <= len requirement in (de-)serialize
3b64122a7 : [buffer] Fix immutable case with end_ptr==nullptr
7c0bc0bb9 : Serialize invalid buffer to !! (text) or [] (json)
5bb88c4f4 : Oops debug print
f56eb402f : Immutable buffer fix
150f39143 : Prohibit mixed glyphs/unicode buffers in deserialization
6b1726b6e : Typos
3d3c87e7e : Put the flags back in and serialize clusters.
432a05b2a : (Simple) tests for Unicode serialization/deserialization
c03a2001b : Deserialization routines for Unicode buffers
c0716bb5d : Move delimiter addition into hb-buffer-serialize
36ede5696 : Fix docs
bb7b634cd : Simplify JSON unicode serialization
57a528ab2 : Convert tabs to spaces
aff6a3626 : Use auxbuffer for serialize_unicode_text
a0203a28b : Use hb_buffer_serialize to trace in utils
58bcc1ced : Serialize Unicode buffers
be33704c0 : Add gpos 5 tests to meson build file.
c39ab82c9 : Fix usage text of gen-use-table.py
aace09a3a : [subset] Use glyphset gsub for layout variation indices collection.
1d9801e01 : [subset] In AnchorMatrix::subset eliminate the use of dynamically allocated vector.
093909b2f : [subset] Fix wrong offset base for subsetting LigatureArray. Offsets from LigatureArray must be relative to the beginning of the LigatureArray table. For the serialization mechanism to use the correct beginning point the LigatureArray must be created using the push()/pop() mechanism. So convert LigatureArray subsetting to use serialize_subset() instead of a manually called serialize and subset.
147e93b91 : [subset] Fixes to get GPOS 5 subsetting code compiling.
3a0b05faf : [subset] GPOS 5 MarkToLigature subsetting support
718bf5aab : [subset] only keep features reachable from script in the final subset. Matches fontTools behaviour.
e58350533 : [subset] Use plan->glyphset_gsub instead of plan->glyphset for GSUB/GPOS This matches fontTools behaviour. glyphset_gsub does not contain gids added from closing over composite glyphs in glyf, since these cannot particpate in GSUB/GPOS processing.
a99e8721b : [use] Fix tests with MSVC
010accb3d : [subset] Add additional test cases for the Amiri tests.
940e1c6f9 : [subset] ChainContextFormat3 - don't subset glyph sequences. The backtrack, input, and lookahead sequence must be matched in their entirety so these sequences should not be subset. If any of the coverage tables in a sequence subsets to empty then the whole subtable should be dropped since it's not possible for this lookup to be activated.
e31c2690f : [subset] remove unnecessary returns.
3271a7cda : [subset] Remove redundant langys from Amiri test font. FontTools removes these when subsetting but harfbuzz does not yet support redundant langsys removal. So this gets the Amiri tests passing for now.
ad241f991 : [subset] check that sub rules in ChainContextFormat 1 and 2 intersect the glyphs set before recursing during closure lookups.
9fad54024 : [subset] check that sub rules in ContextFormat 1 and 2 intersect the glyphs set before recursing during closure lookups.
7e6070a47 : Set *coord to nullptr
4e0bddb7f : get_baseline
48fcb9094 : [docs] Remove misleading wording re OpenType
cc7b3a1ab : [Docs] Address review comments
41b46a3cb : Update hb-face.cc
726e320ec : Update inline doc for hb_face_create: explain index
70331ca48 : [Docs] Minor
eb10ef46a : [Docs] Add GTK-Doc comments for hb-ot-font and hb-ot-shape.
3e72febde : [Docs] Add GTK-Doc comments for hb-face.
88cdea60e : [Docs] Add GTK-Doc comments to hb-shape-plan.
5b43eb5a4 : [Docs] Add GTK-Dod comments to hb-unicode.
fb0195ba8 : [docs] Fix syntax and expand Windows section a tiny bit
db2381c92 : [docs] Fix indentation of commands
a5c0ec751 : [subset] For [Chain]ContextFormat3 make sure the sub table intersects the retained glyphset before recursing to its lookups. Otherwise the lookup closure will potentially pull in lookups which cannot be accessed via the retained glyph set.
dc375559f : [subset] shrink the serialize buffer when pruning empty offsets in ChainContextFormat2. Currently the code reduces the array length, but does not trim back the space allocated in the serializer for those empty offsets.
90eb1a40e : [subset] In ChainContextFormat3 don't skip subsetting if backtrack or lookahead are empty. It's valid to have a ChainContextFormat3 with either an empty backtrack or lookahead. Only drop the lookup if the input sequence is empty.
2604201ae : src/meson.build: allow introspection when cross-compiling
7b77ce050 : [subset] Add subsetting integration test using Amiri. Demonstrates a failure in subsetting GPOS 8/GSUB 6.
7a72b20aa : [subset] Subset GDEF during layout subsetting tests.
df00f45e2 : Fix annotation in previous commits
5a695a79a : Swap # for () in gtk-doc function mention.
379be7b7c : Update src/hb-ot-var.cc
938add712 : Add GTK-Doc comments for hb-ot-var.
9a1be3fed : Fix enum documentation syntax
3c9244e66 : Update src/hb-aat-layout.cc
d619ba068 : Add gtk-doc documentation to AAT layout functions and enums.
514e6baaf : [gtk-doc] document AAT functions and enums.
a1f4d285e : [buffer] Fix invalid write access in hb_buffer_deserialize_glyphs()
1f8b1e7f1 : [ENOMEM] Return gracefully if stages isn't initialized correctly (#2639)
f9f473a4c : [docs] Improve documentation for default features
e40c0d82e : [ENOMEM] Handle immutable buffer in shape_full()
bbbcad0db : Revert "[ENOMEM] don't perform set process operations if the other set is in an error state."
f3929abaf : [ENOMEM] don't perform set process operations if the other set is in an error state. Running a process while the other set is in an error state can potentially corrupt this sets map map (for example by overwritting all of the major values with 0).
7d64b0976 : [myanmar] Don’t disable liga feature
8c3d4de79 : [subset] Fix integer underflow in ContextFormat2.
e43b9a29a : [ci] Trigger dependencies of publish jobs on tags
deb09e0d7 : [ci] Tweak job names so config is valid Circle 2.1 schema
f4dea33f6 : [ci] Move repeated artifact upload job code to script
65be538ff : [ci] Add job to publish autotools dist file to GitHub
42bcc47d0 : [ci] Use executor with Circle's image for autotools job
c70f50902 : [ci] Use `ghr` CLI tool to post Win32 artifact to GitHub
610ed3b42 : [ci] Add job to publish Win32 releases and pass it artifacts
a2d45cd5f : [ci] Use Circle's customized image for workspace support
ac3f859a3 : Demote unregistered vendor-specific language tags
91fe20f0f : Disambiguate OT tags when primary tag is not first
e876886d1 : src/hb-gobject-enums.cc.tmpl: write out only the filename, not the full path
5aff83104 : [build] generate hb-version.h once at configure time with Meson
bc1c93fbe : [build] No need to pass source directory to gen-hb-version
faf09f546 : [USE] Support hieroglyph clusters
06f49fc8a : [USE] Update to the 2020-08-13 USE specification
e3db84a9d : [use] Test CGJ and ZWNJ
6a38adeb5 : [use] Skip most default ignorables when clustering
645f4e7cd : Unhide CGJ before ccc=0 characters
9825e3dd2 : [ENOMEM] fix access to unitialized memory. If the serialize() call fails to write the object then we can't safely read varstore_prime fields. Fixes https://oss-fuzz.com/testcase-detail/5137462782066688.
fe6381d9f : [build] Minor
a4f3a752d : [build] hb-directwrite needs a C++ linker
9c98b2b9a : 2.7.2
a495a5423 : Ignore T & U when determining the joining scripts
420a74f77 : [USE] Fix assertion failure for joining scripts
fcddf3b9b : [docs] Minor in TESTING.md
99b8a84cc : [docs] Reorder TESTING.md sections
1e48225ca : [ENOMEM] Check whether serialize context isn't in error
05ef75c55 : 2.7.1
0a02f1e76 : [meson] Abort if GDI/Uniscribe headers couldn't be found
253a8f7a5 : [meson] Another approach to skip tests incompatible with MSVC
24b420024 : [meson] Avoid using has_headers as that has added in 0.50.0
411b426c6 : [meson] minor
6e32145dc : [meson] Make compatbile with 0.47.0
58209c86a : [meson] Make compatbile with 0.49.0
1e4fe10b9 : [ENOMEM] check for error in visited map during closure features.
9562239f0 : [ENOMEM] check for error in lookup visited set.
eea9b59fc : [meson] fix generating introspection
7bffb5d7b : Generate `has_arabic_joining`
6f754852c : [ENOMEM] skip asserts in to_bias if serializer is in an error state.
057769b1a : [fuzzer] minor
041793801 : [fuzzer] Mark alloc_state as unused
2af58c351 : Revert "Remove cmake build files"
ef2e38034 : Revert "Remove cmake-config support of HarfBuzz"
0ca355704 : Turn -Wunused-but-set-variable to warning
519335783 : Revert "Remove autotools build support"
9748ae729 : Revert "Reordering fails when GDEF table is absent #2140"
d03eecb4d : [glyf] minor
732a9164d : [gvar] minor
c0107c1e6 : [ci] test experimental APIs in Arch Linux and sanitizers
0c1561894 : [glyf] minor
f06d7331e : [glyf] minor
db96c7f67 : [glyf] protect CompositeGlyph fields
e5fe363aa : [glyf] Minor, don't pass accelerator_t to points_aggregator_t
2b9927f7e : [glyf] minor
fce64a407 : Minor
ffe06c8f0 : [glyf] Guard all the public APIs against null pool runs
01ac32aab : Remove autotools build support
3d164d588 : Use printf instead of echo -n in autogen.sh
1f519c256 : [glyf] Optimize retrieval of hmtx/vmtx/gvar
0907c1021 : [gvar] minor
679fac87d : Skip hb_shape if buffer object is immutable
55c41f219 : [glyf] Clamp advance value result
02d1ec165 : [gvar] Don't fail on imprefect gvar
ec17b6245 : [var] Apply variations on empty glyphs
5cab55ca9 : [gvar] minor
20e42a212 : [docs] minor on TESTING.md
5a2d216f3 : [docs] meson related updates on install
34a053209 : [meson] minor note
cac483bf1 : [docs] Update README.python.md with meson
75efa8934 : Remove cmake-config support of HarfBuzz
97079a7c8 : [meson] Pass cpp_eh=none and cpp_rtti=false as default options
749e2754c : [meson] remove useless note about -fvisibility-inlines-hidden
903d6a1f1 : [perf] Enable ttf-parser build just with experimental_api
cdb7d2b9b : [docs] Update README.python.md with meson
9fd48de6f : [docs] Adopt CONFIG.md with meson
b0a4860d3 : [docs] Remove packagers related part
50151567c : [ci] Disable Travis CI
11bb8aa83 : [meson] limit check-libstdc++ check to 0.55
9d3fbe058 : [meson] Add darwin versions to library()
18ab8029d : [ENOMEM] check vector status in cmap subsetting.
06dbb6acb : [ENOMEM] in GSUB ChainContext subsetting check maps for allocation errors.
fb1477795 : [ENOMEM] Check result of vector resize in CBDT subsetting.
8586bad2b : [ci] don't install rustc on linux-ci
efd716de3 : [cff] Check for scalars array resize result
040ed094e : [ENOMEM] popragate packed/packed_map errors to the serializer. Will disable further modifications based on a bad state.
7f358a55f : [ENOMEM] unchecked resize in CFF2.
32f052b03 : [ENOMEM] Fix several instances of not checking resize in CFF.
4cbc7d61b : [ENOMEM] check for unset current in serializer->length().
0d22fb38b : Copy parts of README.md to README
cac307118 : [meson] minor, use null_dep one more place
4e572c940 : Remove cmake build files
5f9ff04fb : Add comparison against ttf-parser
87f4aada9 : [docs] Update TESTING.md with meson
15644ee60 : [ENOMEM] fix memory leak if allocation fails during pop_pack().
42237adff : [ENOMEM] make serializer modification operations no-ops if it's in an error state.
d1f130149 : [icu] Remove support for versions older than 49
0b74aaece : [icu] Remove useless HB_UNUSED tags
c9e5da8de : [icu] Remove support of ICU versions before 42
4ba8e3c6f : [ENOMEM] Fix failure to check calloc return. Fixes https://oss-fuzz.com/testcase-detail/6246465148813312.
d307c24ab : [ENOMEM] check resize() return. Fixes https://oss-fuzz.com/testcase-detail/5641892164009984.
8b63de110 : [docs] Use untouched result of rsvg-convert for HarfBuzz.svg render
7bab6087b : [ci] Install meson's master
58a5961ca : minor spacing tweak
07c43b8cf : minor spacing tweak
5a7cc7fd8 : minor spacing tweak
48ad74599 : [ENOMEM] Fix buffer's content check logic
c33e8006f : [fuzz] Implement failing allocator
44a3136ae : [glib] Default to glib's script type handling
dae32b4f1 : [subset] bail out of subsetting if plan allocation fails.
d38d63319 : [tests] minor
322426f8c : [tests] Use TTFont of fonttools to avoid temp files
08fef1581 : Use fonttools's python package instead of cli
bec3db49b : [ci] meson-gcc-mingw to crossbuild-win32
24a6f046e : [releasing] unbreak the build
cddfe4ea2 : [releasing] Use release buildtype
a01c7a380 : 2.7.0
b32f2e8b4 : Remove unused code from the Khmer shaper.
f9ac6ddbe : [meson] Rename 'gtk_doc' option to 'docs'
11ae45f6e : [ci] Don't run cov-analyze
46ec6db96 : minor
5c46683ab : [fuzz] increase shape fuzzer timeout
83c44f69d : [tests] fix PGO build testing
024fc665d : [ci] disable clang nightly installation
d058e56cf : [ci] Update to msys2/setup-msys2@v2
ae8a71dfb : [ci] minor, use --auto-features=enabled
9bb15ee2e : [ci] remove irc notification
f65a8a33b : [ci] run cov-analyze
05ed1ee0c : [ci] Remove appveyor ci badge
93aea76a2 : Fix the GHA msvc build
d0e2addd4 : minor
3a46ae512 : Use GitHub Actions for msvc bots
7e3edfa45 : minor
8e5bc535d : [subset] call collect_mapping only when --gids option is used.
1ebe5bad1 : [ci] minor fix
e9b71c296 : [ci] cleanup
8cbdb6fa4 : [meson] Don't enable benchmark under the conditions ever
dc981fe95 : [meson] Merge gdi and uniscribe
8e7a9b6ee : msys2-ci: clean up
9a4d590ee : CI: Port MSYS2 jobs from appveyor to github actions
945bcd723 : minor
fa0436ddd : [ENOMEM][fuzzer/subset] early return if the result is null
7c433ffde : Add HB_CUSTOM_MALLOC definition
60959b08e : [meson] execute find_program('gen-ragel-artifacts.py') only once
5c8e1bd23 : [meson] Don't allow introspection on static library
9566904cb : [morx] minor, mark with unlikely
11d583a9e : [aat] Consume glyph insertion from buffer's max_ops (#2223)
6937092a6 : [py] apply lgtm.com python suggestions
2a182128b : [py] minor, comment buffer_add_utf8 call
2c1d69940 : [ci] use clang for cov-build
cdf18e833 : [py] minor, remove unnecessary pass
45d9e8d76 : [py] minor, remove unused import
9ab7525a0 : [ci] use a fixed version of meson in gh actions bot
3236db625 : [ci] install a fixed version of meson in msys2 bots
51a8eb1c0 : [ci] use meson package from msys2
3163e9fed : [ci] Remove HB_TEST_SUBSET_FUZZER_TIMEOUT
cd6f62d96 : [meson] Raise timeout value of subset fuzzer testcases
1dfa33854 : [arabic] Remove stale comment
f8d345ee0 : [ci] Remove ambiguous-reversed-operator warning from whitelist
6a45df0a5 : Fix -Wambiguous-reversed-operator warning
5ea11cb81 : [ci] don't use harfbuzz.cc with -Weverything
e4f996910 : [ci] migrate to meson
f62f4e388 : [meson] minor on gdi, dwrite and icu
69a1e07ac : [meson] don't enable benchmark if is in nodownload wrap mode
e04050e3b : [meson] split fuzzer_ldflags before use
747f65f9e : [meson] Remove HAVE_OT and HAVE_FALLBACK
c5def3473 : [meson] don't underscorify fuzzers names
d608f2ac8 : [meson] Add fuzzer_ldflags
e1c35ca58 : [meson] rename the section
ddb103ea1 : [meson] minor
13d78b50f : [doc] minor
e5dd7d3ef : [doc] more on build
471ae786c : [ci] Install a newer meson version
694a0c6bb : [meson] Always add icu deps
28554cb83 : [doc] add a note for packagers
0fc52d3b2 : [doc] Simplify and extend build instructions
3a8d137c2 : [ci] migrate macOS bots to meson
a2b52cbb7 : [ci] Use --wrap-mode=default for MSVC builds
dc684103d : [meson] Set the default wrap mode to nofallback
52199349a : [meson] mark meson as tested
ba810ce83 : [tests] Replace space with colon in batch mode
2013babcb : [tests] Use HAVE_FREETYPE itself instead NO_FT_FUNCS
d5238c183 : [RELEASE] Rely to GitHub's tarball generation
a08ba46d8 : [meson] move meson version so can be referenced easier
6d3d0ebba : Remove .tarball-revision generation from meson dist
1e6027e29 : [aat] Correct array indexing when looking up actions in KerxSubTableFormat4 (#2539)
aa732e454 : [tests] minor, ligcarets is fetched from gdef not gsub
122a2897e : [aat] Remove lcar support
a3b9b94b6 : [style] Remove fdsc support (#2541)
6a50aa4e5 : Corrected the link to the releases.
a6fb8ce98 : Minor, fix -Wrange-loop-analysis warnings
a470b0b20 : Minor, disable strict-aliasing warning in set fuzzer
444448229 : meson: Pin harfbuzz in .pc files to the built version
3adcf398a : meson: Make Requires in .pc files match autotools
4db1b4f1a : [tests] rename no_ft_funcs to NO_FT_FUNCS
6a2b0ba78 : [py] minor, replace exit with sys.exit
a07672d35 : [py] minor, replace os.environ.get with os.getenv
43e3ab019 : [tests] make tests work when ft isn't present
c4b6bad73 : [tests] revert da95a8c and use the shared hb-shape process
359dbc97a : [meson] Use the recommended way to generate harfbuzz.cc
a7e82e4ff : [meson] use the recommended way to generate hb-version.h
404ecc252 : [meson] use basename in check scripts now that meson passes dir also
785a9a8f8 : [meson] use the recommended way to generate ragel headers
5c07c291c : [make] use sed the way autotools used to generate hb-version.h
63322513e : [make] Revert the way harfbuzz.cc and hb-version.h are generated
1853f84ab : [py] overwrite harfbuzz.cc only when there is a needed change
82c6ddb98 : [py] remove not needed imports
38fa92490 : [meson] revert 020b182 as meson fails when there is cyclic dependency
42d039cc9 : [meson] minor
f2a80ab2c : [meson] use null_dep idiom
05ab073d9 : [meson] Improve the way cairo-ft availability is checked
d54392329 : [fvar] minor
aadcd3ed8 : [meson] use dependency's has_headers to make pulled cairo has ft support
020b182c7 : [meson] try freetype without harfbuzz just as a last resort
01fa55e88 : meson: Allow freetype and cairo subprojects to fail
00c652ada : meson: Fallback to cairo subproject when option is 'auto'
571365df3 : meson: Simplify check for cairo library and headers
c4bbe89b5 : meson: Fallback to freetype2 subproject when option is 'auto'
33252ce57 : meson: Simplify check for freetype2 library and headers
40ec187de : win32: Cleanup PARTITION handling
f3f9205fa : [meson] Assume cairo_ft always available when cairo isn't from pkgconfig
aa8bade97 : [meson] enable cairo as subproject
ea8e78414 : [fvar] Improve naming
5de07b8ac : [fvar] Move normalize logic where it is actually filled
0f8dda2cf : [fvar] Move shared axis filling values into a new method
98c42b3bc : [fvar] Make AxisRecord fields protected
5f870dfad : [meson] Make benchmark buildable also in dists
702847aad : [meson] Turn benchmark to a feature
7ee3194f9 : [meta] Remove wrong comment
26b9670d9 : [ft] Better handle allocation failures
26111a11a : [dagger] Minor cleanup using hb_enumerate
fd8b0a44c : [ci] Limit number of processes ninja uses
831b09000 : rebase draw test as recent roundf changes
cb7fb3cf4 : Add test for a783840789c93add42e4d70fdb407eb4ad6e062e
1536271f6 : Don't check roundf availability in cmake and meson
08d57d9ec : Add hb_array_t::lfind
a78384078 : Always round up
ca8202208 : [ci] retire psvita and djgpp bots
2267da4ee : [ft] Do not deference ft_font if it is nullptr (#2502)
a373e1613 : [ot-shape] Free shape plan maps upon error creating data (#2497)
dbf9896e7 : [ft] Handle nullptr when destroying freetype font (#2494)
20d1fa367 : [perf] fix the build
76ba619da : Fix autotools's harfbuzz.cc build
95b1081be : Add performance benchmark for shaping, get extents and draw
12a9d5729 : [face] Destroy blob if face closure can not be created (#2490)
53b0a183c : Remove concept of stable/unstable from build tools
e4203c146 : 2.6.8
8c84fee2e : Update build systems status messages
e541fb474 : minor, replace single hb_apply daggers with foreach
8bca9a420 : [fvar] minor
b5ae8eab4 : [ci] raise msan bot subset timeout
82ec9ef2e : [fvar] minor simplification
4e37c48e3 : [fvar] Remove get_axis_info and get_axis_deprecated
61c240f39 : [fvar] Push _axis_info fill logic deeper
47a0fbec3 : [meson] Mark longer tests with slow
47dedc750 : [ci] increase tsan and ubsan subset fuzzer timeout
b2d0dba5e : [cpal] Port to dagger
088161177 : [fuzzer] Make some use for test_font API calls
b4f34539c : [fuzzer] test more of ot-layout APIs
a6bcc577a : [meson] don't `add_dist_script` when we are subproject
175d93bbd : [mesos/docs] fix gobject headers ignoring logic
25cf68744 : Use dagger in OffsetTable::get_table_tags (#2477)
89a2c46e6 : [math] Use dagger (#2478)
d38eb49f4 : Move the iteration logic to FeatureParamsCharacterVariants
9b3d4f457 : Use dagger in hb_ot_layout_feature_get_characters
675854b2b : [test] Add one more test for hb_ot_layout_feature_get_characters
63422c4cb : [ot-layout] simplify
407bba3e0 : minor
f1488152b : [doc] Remove the not needed comment
1535440b4 : [dispatch] Fix debug builds
bb9a40da6 : [lcar] Use dagger
6fbb59aba : Use daggers in a few get_array functions
03bd3efaa : [meson] Write git revision to .tarball-revision on dist tarball
70d6696cc : [dispatch] Don't require debug_depth for untraced objects
5bc4cedde : Rename
dc492d7c8 : [dispatch] Comment
25aec0265 : [dispatch] Default return type to hb_empty_t
8d0a90ac1 : [dispatch] Default debug level to 0
d7d8604ec : Remove excessive trace routes
e47a2ab8f : Remove unused dispatcher names
b2a1acccd : Simplify get_glyph_alternates() dispatcher
ffe8d3f39 : Use dispatch for get_glyph_alternates_t
bedf41712 : Push get_glyph_alternates() work all the way down
5bede3388 : Whitespace
e13aaaaa4 : Move API to right place in header
26514ad70 : Fix API comment
1bac85828 : [layout] Rename _get_alternates to _get_glyph_alternates
9ef9ac374 : [gpos] Break cycle-of-2 when cursive attaching
d3c169792 : [layout] move alternate buffer iteration logic to AlternateSet
1348a2c86 : [layout] hb_ot_layout_lookup_get_alternates, a new API
a4955e21f : [ci] install gobject-instrospection on linux ci
3fe719571 : Revert "[gpos] Break cycle-of-2 when cursive attaching"
7090707de : [gpos] Break cycle-of-2 when cursive attaching
09dedb1b3 : [tests] I’m an idiot
259885545 : [tests] Add test for ReverseChainSingleSubstFormat1 missing substitute
e5de3918f : [indic] Add comment
41ef75f64 : [gsub] Don't substitute in ReverseChainSingleSubstFormat1 if missing substitute
fe926970b : Reformat messages again
f31e3d426 : [ci] raise subset fuzzer timeout for asan and valgrind bots
cccdaf45d : [docs] minor
be278acf4 : [ci] raise subset fuzzer cases runner timeout
b86bfe529 : minor, fix lists sorting
4e7cb7e2c : minor, fix lists sorting
973c47f6c : [subset] Move 2 experimental public api methods to be private methods in GSUB/GPOS.
62de2f749 : [meson] Remove spaces before named parameter colons
2d9166229 : [meson] move tests lists to their directories
b8454c3d6 : [meson] use if blocks to separate different dependencies
8571b3551 : [releasing] Remove tar signing procedure
ebab4b865 : [meson] Implement disabled state for cairo/freetype/icu
b88f1096a : meson: Export symbols for a DLL when not building statically
5c8900efe : [coretext] Properly check for macOS 10.10
0151da23d : [meson] Remove with_libstdcxx build option
56719474c : s/blacklist/blocklist/g
22048d55a : [meson] Add -Bsymbolic-functions
e98aa0c89 : [meson] Make gobject and introspection features automatic
65462c4b0 : minor, improve the need for graphite comment
03bd6ead4 : [meson] Only pass required dependencies to everything
759df4657 : [style] Hide behind HB_EXPERIMENTAL_API compile flag
d54de5687 : [style] Adopt with meson
de0ec5f4f : [style] give ptem value when asked for opsz
22037499b : [style] New experimental API, hb_style_get_value
d67553d12 : [meson] fix with_libstdcxx effect
6f7048b91 : [meson] Update subset tests list from autotools
7e74aa6a7 : [ci] fix meson-gcc-mingw bot
b35764334 : [ci] check workability of meson based dist
6bf5e8e7e : [ci] Deploy only when there is something to push
029ecf326 : [meson] Fix gen-hb-version.py run
870304df7 : [meson] Remove amalgam build option
5293fdba2 : [ci] Move docs deployment from autotools to meson
b8320340c : [meson] fix gen script input
50d3f531e : Use output names in update-unicode-tables.make
fb46a32ed : 2.6.7
230918646 : Move unicode tables update script to its own make file
19ecabed3 : minor, fix hb-version.h generation for out-of-tree builds
9737170b6 : minor fixes on src gen scripts
6058ede3a : Build win32 artifacts using meson
bb719915d : [tests/aots] move the update script to update.py
b31822999 : [tests/test-rendering-tests] run git pull on correct dir
8a9a80263 : minor, fix extra dist list
419c2d0a0 : [test/text-rendering-tests] Adopt the update script with meson
268165607 : [test/text-rendering-tests] Update from upstream
ff89ba6e4 : [tests] Port text-rendering-tests update script to python
a9d13463b : [meson] Categorize tests using `suite: [...]`
9d13124cf : [ci] fix alpine build issue
7250adee2 : [tests] Port check scripts to python
5eb6cafd2 : [meson] reflect chosen linker update
0d8442a55 : [meson] minor, find run-tests.py only once
3c5bdd9bb : [subset] GDEF AttachList subsetting support
368ca3064 : minor on python scripts
ad87155fd : minor, use py3's open(encoding=)
cd5580e2d : minor, enable printing to stderr in run-tests.py
7554f618e : minor, use sys.exit print shorthand
08f1d95a5 : minor, move scripts manuals to __doc__
593e58c84 : [subset] ChainContext subsetting fix: add lookup index remapping
e3af529e5 : [meson] update generated headers only when the result is different
b32d169d2 : [test] run aat APIs in shape fuzzer
1fbb78832 : [gdef] minor, use dagger in ligature carets fetch
2264a7011 : [tests] some more ligature carets tests
d7c012a08 : [subset] GDEF Variation Store: step 2 do subset based on variation indices collected in step 1
8200e48ff : [subset] GDEF Variation Store: step 1 closure device variation indexes, create old->new variation idx mapping and store them in subset-plan
8ba0077ea : Add shell script and cross-compilation file to compile Harfbuzz with meson
d2e3a048d : [meson] Fix fix_get_types.py shabang, minor format
887aa0214 : [meson] Use find_program for locating python script
d9177a594 : [meson] Use a c linker for on Windows also
cc53fd158 : [meson] Normalize options names
a9e8328ae : [meson] Add build configuration summary just like autotools
99e2342a6 : [ci] Install newer meson from pip
f7562672f : [meson] Use / instead join_paths
b8d1760bc : [meson/ci] Increase cmap fuzzer timeout even more
4b12b8466 : [meson] Increase timeout in hope to resolve Actions' bot timeout
1c4dd79cf : [ci] Increase timeout as gh bot issue isn't resolved by serial test
eac2c3bdb : [ci] Enable sanitizer bots again
f9b31ddaa : [build] State encoding explicitly for hb-version.h.in
759ab4fe5 : [meson] Use subdir_done to simplify test/api/meson.build
a79d0e405 : [subset] minor, use a better type in iteration
8667df552 : [meson] Unbreak the build, oops
37f9cccc2 : [meson] Don't run subset tests in parallel
791debdc4 : [meson][ci] Don't run subset fuzzer test in parallel
8a5368e2d : [tests] Enable more gid misc calls on draw fuzzer
c68ab4b52 : Fix _get_ligature_caret's oob read issue
57886e216 : [test] Enable tests fixed by 461cd5a which was regressed by b986fea
8b5d3ebd9 : [subset] GSUB5/GPOS7 Contextual Subst/Pos Subtbale Subsetting support
ca2705f1f : [tests] Add more tests for _get_ligature_carets
461cd5a15 : minor: fix hb_ot_layout_get_ligature_carets
3dd7b2105 : meson: build documentation with gtk-doc
4fc6189a3 : [meson] Generate harfbuzz.cc, hb-version.h and ragel artifacts
b19f927f9 : meson: error out if introspection is enabled but gobject isn't
b207eab84 : Round-trip OpenType tags through BCP 47
10d6605bb : [subset] don't use << operator in collect_mapping
ba3c77ef2 : [docs] minor update on releasing
0722889a6 : [meson] increase subset tests timeout
069c5de9f : [util/hb-view] Add --font-extents
7a961692e : Update IANA Language Subtag Registry to 2020-05-12
b2a965df5 : [subset] Add support for "--gids" option cmap subsetting now retains entries associated with any glyph ids explicitly requested
44d88cff9 : [subset] fix intersects () for Context/ChainContext tables return true only when all values in array are intersected with input
42025680c : 2.6.6
57d67f177 : [RELEASE] minor update
b169a52c1 : [blob] Fix build when HAVE_MMAP is not defined
a2ce96881 : [cff] remove the not used member
2cc78a58c : [number] minor
bb095e1bd : [meson] make -subset target dependent to deps to get libm dependency
dca8ba6b6 : [number] Make hb_parse_double simpler now that we don't have to mimic strtod
44fe1c8ff : Remove xlocale use now that isn't available in most distros
eea99d7b7 : [meson] Let name_prefix of exported libraries the default
2ac422202 : [meson] specify preferred linker to avoid stdc++ linking
15083c24e : [meson] Reenable make check-symbols compatible with gcov
68855e4a6 : [docs] Don’t recommend outdated FDO releases pages
1ec77522d : [docs] Simplify logo's SVG source, down scale png version
0b261c5d0 : [ci] disable clang-{everthing,*san} bots
385d64eef : Add a not discardable bool type, hb_success_t
1026b3d0b : [subset] Check vector resize() call for failure (#2389)
100d40c82 : [aat] Fix implementation of AAT kerning for Geeza Pro. (#2388)
9fc774ab0 : minor spacing
09b9d63e5 : [blob] Try to support resource fork fonts on macOS
fd748fac4 : Update to Unicode 13.0.0
28633b197 : [vowel-constraints] Simplify generated code
665483c97 : Recognize Elymaic as a right-to-left script
d6ddb232f : FIX: -Wextra-semi-stmt in Clang9
8ba898022 : [ci] enable experimental apis in coverity scan
d63ee13a2 : [ci] enable more on coverity
ace202e17 : [ci] remove trigger-coverity.sh
a22e6de0e : [blob] close file reader handle
39976ee66 : [ci] install fonttools in linux-ci bot
1801489b4 : [ci] Add coverity scan bot
156714f79 : [ci] fix linux-ci bot
4b298cc6c : [ci] remove travis's clang bot
34a4ce98f : [ci] run apt-get with sudo
f27c0065d : [ci] Add a GitHub CI bot
482f4aafd : [ci] Remove coverity and codecov
689055425 : [ci/meson] temporarily disable check-symbols
e53c44e32 : [subset] temporarily revert previous cmap commit Required in https://github.com/harfbuzz/harfbuzz/issues/2356
08428a15c : minor, spacing
89ad3c6cc : Rename add_class to collect_class
5cf53c06e : Rename add_coverage to collect_coverage
689f3f57f : [set] Add << overload for range-sink
a7df5a7bd : [hashmap] Minor
5a0936f53 : Increase the size of the serialization buffer
19346524c : minor, add an option to skip private APIs use in main.cc
2e3dfdcd5 : [meson] make 'tests' option enabled by default
6881939f7 : src: meson: Reindent after last changes
e18858c68 : src: Don't build tests when they are disabled
0c65a232f : minor, add unlikely around lookup_limit_exceeded checks
3e686d245 : [kern] Refactoring.
186976ebd : [autotools] C++11 requirement is mandatory
f4cd99f28 : Reordering fails when GDEF table is absent #2140
05be05eb6 : [kern] Test format 3.
c7afb6d7b : [docs] Fix broken link
bd8aa1b04 : Minor
b22f61d86 : Fix bug
1cd14b40e : minor, update ragel generated hb-number-parser.hh
6d5e8e5ee : minor
5b91c5208 : [ci] run experimental APIs tests
750bb73e3 : [meson] Add an experimental-api option
262eced2a : [subset] FeatureVariations subsetting is wrong
2a549aadd : minor
2be859d28 : minor, replace nullptr checks with implicit ones
0181f0301 : [test] Workaround Windows pipe issue by storing ttx in a file
4cfb6cb96 : [ci] Switch msys2 bot to meson
2dda6dd74 : minor, tweak spacing
ac26f19c9 : Refactor test/api/meson.build and always run test-unicode test
0133cb55e : Minor, use hb_sorted_array::bsearch where possible
1ed30515c : [Docs, usernmanual] Fix with-icu=builtin explanation
d6edd9a40 : [Docs, usermanual] Reword hb_ft_font_create_referenced explanation
fb3acdbcb : meson: only install gobject/icu headers if the features are enabled
ad5dcda0b : meson: install hb-icu.h header
2cc85281c : [serializer] Make snapshot()/revert() revert current object links
6f6e78a26 : Fix float-to-double warnings
c37100e7d : Clean up math.h and float.h includes
c6b3f73b0 : [meson] Make harfbuzz-icu separate module optout-able
8ae06c948 : meson: build a separate library for harfbuzz-icu
2354a9000 : tests: fix subset/run-tests.py under Windows
c1228990b : autotools: Add fix_get_types.py to EXTRA_DIST
dced2fbee : meson: complete introspection build config
22f7c61ac : implement SID to glyph ID mapping with predefined Charset Also fixes oss-fuzz 21769
f9bc37338 : 2.6.5
a8455292f : [layout] minor on doc
fefaa8c83 : [test] define G_APPROX_VALUE and EPSILON only when used
29c903223 : Move hb_ot_layout_closure_{features,lookups} behind EXPERIMENTAL flag
9b7fb5c23 : Move hb_font_get_var_coords_design behind HB_EXPERIMENTAL_API
41c671e70 : [build] Adjust check-symbols for -flto
e7d5fa4a5 : [Usermanual, utilities] - correct DocBook tags
8f6d0f840 : [os2] minor, fix font_page_t enum naming
818f109bd : Use float in avar calculation instead ints and checking their overflows
9ffa50fe5 : Add an appropriate fallback to hb_int_mul_overflows
32f431406 : [docs] minor
a5e5a7900 : [tests] Enable the just added macOS test for older version
7035c9cdf : Add test for #2290.
573b6bf82 : Handle non-exclusive features when mapping OpenType tags to AAT feature type/selector pairs.
b57b90424 : Add detail to hb_ft_font_create inline comments
1bca2be25 : Rewrite hb_ft_font_set_funcs inline explanation
80c01d768 : Update hb-ft.cc
9457b60ed : Update usermanual-integration.xml
05b7bdb4d : Update usermanual-integration.xml
f782d736c : Update usermanual-integration.xml
17b60efc3 : Update docs/usermanual-integration.xml
9b91669cb : Update hb-ft.cc
3a47921e8 : Update usermanual-integration.xml
a29578c17 : Update usermanual-integration.xml
c241e82f0 : Update docs/usermanual-integration.xml
fd59cc700 : Update src/hb-glib.cc
fb9d10679 : Update src/hb-graphite2.cc
a199eab20 : Update src/hb-graphite2.cc
aff21795b : Update src/hb-icu.cc
ccc235698 : Update src/hb-graphite2.h
0d5695983 : [subset] fixes dangling object_t issue in FeatureVariationRecord Fixes https://crbug.com/oss-fuzz/21560 revert () does not clean up useless object_t. Adjust the order of subsetting substitutions and conditions to avoid dangling object_t.
57b7de032 : [subset] Fail ClassDefFormat1 serialization if no space available
c8cc1e378 : fix issues in ClassDefFormat1 serialize: glyph ids in Iterator may be non-consecutive, so the number in classValue might be larger than length of the Iterator
4a49b36a9 : [tests/macos] Adopt added Apple Chancery tests with older macos versions
75cae46dc : [aat] minor spacing
373777638 : [aat] add the bug link, minor
548a25259 : Add a test for #2307.
1faf0caae : Special-case 'smcp' when checking for exposed AAT features.
120d86fa1 : Add tests for #2305.
b87cf6e8d : Fix sense of comparsion in hb_aat_map_builder_t::feature_info_t.
b027cb518 : Set sequence number when adding feature to aat map builder, to support stable sort.
e0e772706 : [ci] Update macOS 10.15's version
89fa70f51 : [aat] minor over previous feat related changes
58b4d18b5 : Add a couple testcases for issue 2285.
b1c0b9da2 : [AAT] Don't map OT tags to AAT feature types that are not exposed.
e0c3979af : typo fix
65f413630 : minor; fixes #2292
014e038b2 : [subset] Bail out of context lookup expansion once the lookup limit is encountered.
5d345d0cd : [subset] Limit the number of lookup indices processed subsetting Feature. > Also, remove two unnessecary full iterations of the lookup index iterator during serialization of the index array. Fixes fuzzer found timeout.
bdda2ff60 : More strictly follow noun/verb/identifier format for GPOS/GSUB lookups
bef7ef81d : Reformat kerx/morx instrumentation to 'verb noun identifier'
42aac6403 : Add table index to lookup messages
2cea796b7 : Instrument entering GSUB/GPOS tables
1b64b7308 : Revert "Add messages for GPOS/GSUB phases"
2e1bf61dd : [gsubgpos] Use FeatureVariations::NOT_FOUND_INDEX instead Index::
96d792ae8 : [avar] Prevent mul overflow
18fc9197e : [meson] Run check-symbols.sh and check-static-inits.sh correctly
9c2c9553e : [test] Check -subset also doesn't link to lib[std]c++
25718913d : [gsubgpos] minor build fix
b143e34ee : [gsubgpos] Initialize variation index on HB_NO_VAR
071e2e345 : minor
cc977b6e5 : [gsubgpos] Minor simplification
1a4827851 : [gsubgpos] Minor style improve
4ad686b9c : [subset] fix fuzzer timeout in layout closure
f0ce56bbd : [meson] Don't compile test-bimap on msvc either
22f311e10 : [meson] Don't compile noinst_programs in msvc for now
7054b1220 : [meson] Mark rest of non-install executables explicitly
68df3f7da : [meson] test/api, separate subset tests
600bf21fb : [meson] Add draw-fuzzer runner
466dbaa25 : [meson] Add a note on meson stability status
28deb6b71 : [meson] test/fuzzing simplify
78622231a : [meson] More comment on tests are causing timeout failure
9bc792f41 : [meson] Don't set MALLOC_PERTURB_ as it is already set by meson
e8808c1c2 : [meson] Minor, replace tabs with spaces
4dfda9fea : [meson] Update and simplify test/shaping
f22e92bb3 : [meson] Update test/api from autotools
e248a4e46 : [make] Minor reordering on test/api/Makefile.am
2db827916 : [meson] Don't compile test-{algs,iter,meta} on msvc
3385afacd : [meson] Don't run check-includes if is amalgam build
6a8a1dc5b : [meson] Port src/ binary artifacts to meson
d57fc627e : [meson] raise timeout value of subset fuzzer
4738dff18 : [make] minor move on Makefile.am
b07714d6b : Add messages for GPOS/GSUB phases
748e1cf89 : [subset] Avoid linking to libstdc++ in libharfbuzz-subset.so
761695264 : [tests] Remove py2 workaround for lack of timeout in subprocess
b5526a09f : [tools] Remove in-house 'which' now that we have py3
a0c58be37 : [tools] Remove py2 remains
2e29a4077 : [ci/appveyor] Adopt with Meson
03564fd2c : [test] fix misspell
1b8a37f75 : [test] minor fix
0423da337 : [test] minor fix
74fdd34f4 : [test] make run-tests.py work on Windows
93b3e3021 : [meson] fix icu-related linking errors in test with amalgam build
a3892be70 : [meson] fix spurious warning when building test/api C sources
bb8aaa310 : [meson] use add_project_arguments() instead of add_global_arguments()
2f556c38c : [subset] Fix crash when serializer runs out of room during gpos subsetting.
430bf6965 : Add potentially crashing font as a fuzzer seed.
c54ab9ba7 : Provide meson wrap files on release tarball
f1dd605cd : [docs] Update to mention meson
838346c54 : meson: Support GDI integration
9d0e6aef8 : Meson: Look harder for Cairo on Visual Studio
5efce600a : Meson: Try harder to look for ICU on Visual Studio
7baa8e0db : meson: Updates to Uniscribe and DirectWrite build support
733414b28 : meson: Try harder to find FreeType on Visual Studio
4b4d5c295 : src/meson.build: Some cleanups for Visual Studio builds
da95a8c23 : Shaping tests: Skip FreeType tests if support not present
91ca17e1f : src/hb-gobject-enums.cc.tmpl: Replace © with (C)
62fb6738d : Fix gen-def for harefbuzz-gobject
8d425ed44 : meson: Fix harfbuzz-gobject builds without introspection
3341d5346 : meson: Don't apply -DHB_DLL_EXPORT to all targets
a224f4179 : Turn more of simple dagger chains to foreach
755a77d66 : Move outline draw API behind HB_EXPERIMENTAL_API directive
dfab7a254 : [cmake] Bring it back to release tarball
e860000db : [cmake] Suggest Meson port in CMake
b1c3d0b8b : [cmake] cleanup
cc63eb66c : [editorconfig] Add meson config
1dd389668 : [meson] Make it work on autotools dist
47a047bd1 : [ci] Remove the not used azure-pipelines.yml
834a224a5 : [subset] Put a limit on the number of lookup indices that can be visited during closures
31218b41c : [meson] Explicit state C++11 for older compilers
749cf378e : [meson] test meson's own unity feature also
f8c8be056 : [meson] Add amalgam build option
365d2d3cc : [meson] Add needed compiler flags
12df69e59 : Minor, delete not needed cmake testing file
943bfeda5 : [meson] Enable more of the subset tests
c494d7abc : Remove cmake testing and add meson build bot
1c3f80ba1 : [meson] Minor updates
68f982415 : meson: update to latest master
535186fd8 : meson: provide a harfbuzz-config for use from CMake
6afa7e1c3 : meson: update harfbuzz version
f1e5f4a78 : meson: tests: shaping: add aots tests
84725fb00 : meson: tests: shaping: add missing in-house tests
8fc66dbf9 : meson: tests: subset: no need to check for 'which' command any more
0976300be : meson: pin glib wrap to 2.58.1 release
0fcf09820 : meson: fix linking on MSVC
4a47f1aab : meson: suppress some spurious compiler warnings with MSVC
7eaf3754d : meson: update for changes in master
04438554c : meson: Update build files after rebase
618584e92 : meson: rename incbase to incconfig
14b5c774c : meson: Fix include directory when used as subproject
6abe7983e : meson: add g-i introspection
6147df337 : meson: add option to disable tests
d230a0204 : meson: generate .def file for MSVC symbol export on the fly
4840c8237 : meson: add option and build system plumbing for CoreText on macOS/iOS
83ebbe4ad : meson: add option and build system plumbing for DirectWrite on Windows
b7796a5d6 : meson: add option and build system plumbing for uniscribe on Windows
c81290b0c : meson: add feature option for internal ucdn lib
49ba211a9 : meson: add options to enable/disable various features
c5f2e5e5a : meson: use proxy-libintl from frida
54417b127 : meson: fix glib git url
f65def4dc : meson: Declare dependencies for use as a subproject
14432b3de : meson: remove debug message
07cadc9c8 : meson: update minimum meson version
04bcdb9c7 : meson: misc fixes
29c47d8eb : meson: pass subdirs to pkgconfig.generate()
484313ff3 : meson: install
d4a723732 : meson: all tests passing on Windows / MSVC
99b26789d : meson: more windows fixes
7ee650b17 : meson: refactor fuzzing test
fce88f990 : meson: add subproject wraps for dependencies
920efc0ef : Add Meson build definitions
0615c7b64 : Remove workaround for old pkg-config
78eabf247 : [test] Enable OT funcs on tests that are working
47f5a8603 : minor, use NN on every OffsetTo<UnsizedArrayOf<>>
648338c7d : [gvar] Add fields docs from ot-spec as other tables
1b3b96973 : [gvar] Don't copy shared tuples into gvar's accelerator
29dd1fe50 : [gvar] Don't check again against face num glyph
d4b118176 : [gvar] minor, rename gvar_table to table
5c3769386 : [gvar] Remove axisCount comparison with fvar as we runtime check that
ba22df36a : minor
8ca9df7ac : [subset] Remove not needed blob sanitize call
07acd1a04 : [subset] Rename src_base args to base to match sanitize methods
188a0a47c : removed default base; replaced w/ bias if required
4c3af7d40 : add "add_link()" with bias arg
bdf372b24 : [subset/cbdt] Release the referenced cbdt table on error
0d729b4b7 : [avar] Fix out-of-bound read when input is bigger than all the coords
6924e29f6 : [var] Fix hb_ot_var_get_axis_infos's offset semantic
b7617f6b3 : [glyf] Update to latests of ttf-parser
0b2905386 : removed unused code
e8f010d79 : removed unused code & data; rename
14a7b6f1a : Set hb_buffer_t to use array_t.reverse().
5935a1dc0 : add pop_discard() calls to errror returns
c05458ec7 : update cff & cff2 subsetters
446d1e3bb : [fuzz] Add more of fixed cases
900484856 : [gvar] Make sure font's num_coords matches with gvar.axisCount
1af3363f9 : [gvar] Use hb_array_t instead indexing raw pointers
99b5b3f1b : [gvar] Make sure TupleVarHeader has the needed size
b398748d8 : [algs] Add hb_clamp
558f92278 : [fuzz] Avoid empty memcpy and ubsan complain by length checking before memcpy
6543d166f : [fuzz] Remove the not yet fixed timeout, going to investigate
2bbf1c867 : [fuzz] Add more of supposed to already be fixed cases from Chromium bug tracker
f745777c6 : minor, debug bit, ops
f253f06cf : [fuzz] Add another fixed case
d38360397 : Limit OT::Lookup subtables (#2219)
29efd964f : [fuzz] Add cases that marked as wontfix
60262e4ca : [var] Build end-points array on gvar itself
cb65150fe : [draw] minor
44169f339 : [draw] Fix invalid rendering of some glyph on Estedad-VF
86c40b3a1 : [fuzz/draw] Call _get_glyph_extents
5ab50eebd : collect_unicodes() with clamp, calling add_range()
414529e45 : [subset] Limit the number of feature indices processed during script subsetting.
75622b0d2 : [subset] Limit the number of features processed in the feature closure.
410b4881d : [subset] Add fuzzer timeout testcase.
c66ee213b : Limit the number of feature indices processed during feature collection.
e57ced5fc : [gvar] Add other possibly fixed fuzzer case
758fda728 : [glyf] Don't accept gids higher than maxp's glyphs number
e642aab11 : [subset] Add source_blob as a hb_subset_context_t field (#2203)
e90213868 : Revert "collect_unicodes() to check gid < num_glyphs with cmap 12"
61208401f : [gvar] Use hb_bytes_t.check_range instead having in house one
15b43a410 : collect_unicodes() to check gid < num_glyphs with cmap 12
868ecf7b2 : [draw] Add fuzzer runner
b0749bfaa : [subset] GDEF LigCaretList subsetting support
002f0e20c : reimplment serialize_int using check_assign()
14b134379 : [gvar] Minor, check whether sub_array result also have enough room
8eba66c1c : [gvar] Fix invalid memory access by refactoring GlyphVarData fetch logic
f44e1dc07 : Fix spelling.
5ad761b94 : [subset] GDEF MarkGlyphSets subsetting support
fcd7f33bb : [subset] GDEF glyphClassDef subsetting support glyphClassDef uses the same ClassDef format. However, glyphClassDef table uses predefined class values so we do not remap class values.
50129b03a : Add a reverse () call to hb_array_t.
38c6598c1 : Switch to C style comments.
52b6e0baa : When serializing cmap14 order the offsets from smallest to largest. Current versions of OTS fail fonts with cmap 14's who's last offset does not point to the a block at the end of the table.
a99134c5b : add oss-fuzz 20886 test file
d0aaba5c5 : fixes oss-fuzz 20886
05a25c1a5 : [cff] minor, remove unused fields
9fe0dc346 : [draw] Pass draw_helper_t itself around instead recreating it
1b8b86389 : minor
4cdaa9d1f : [glyf] Simplify contour end logic
132fcfbc4 : [fuzz] minor don't abort main.cc when the file was empty or not found
84163c83d : [draw] Skip commands and paths not contributing anything
073d4954e : [draw] Port glyf path extract to draw_helper_t
0ebf3a4e6 : [draw] Move common CFF path building logic to draw_helper_t
4081439d2 : tweak reflecting review & add test cases
152000d9c : [fuzz] Practice variations on font object
036d86891 : [draw] Add a fuzzer
de896278f : coding & comment tweaks
2f97aa65e : [cff] Make sure previous is ended on processing a seac
acc2d4738 : [cff] Make path extract easier to read and more defensive
b59eb54f7 : [glyf] Refactor, move get_points inside Glyph
173b745da : fixed bug & added tests
a5012e97c : optimize hb_set_del_range()
96b71e802 : [fuzz] make the custom loader to handle multiple files
1f5a54c76 : [gvar] fix infinite loop introduced by 11f3fca
f00eb4ebf : [gvar] Don't compare against Null address
19b78d56c : [gvar] Accept coord_count even if is higher than gvar's axisCount
197e2e929 : [gvar] Return gracefully even if gvar wasn't used at all
346ab9884 : [gvar] Return gracefully even if coords_count != gvar's axis count
5f23a76e9 : [cff] Don't remove coords const qualification
ff5223ba6 : remove invalid glyphs from closure (#2188)
e17fd0d91 : [tools] More on py3 compatibility
0cf050a7b : [draw] Merge consequent move-to commands of CFF/CFF2
86bd5a0ba : [draw] End CFF paths with a line-to
a46ba770a : [number] minor
4aa354beb : chain second OffsetTo::serialize_copy() to first
6120f50c8 : fix Head with link.bias
e65bff094 : workaround whence_t as bit-field
1aed6d223 : fix whence=Head; position as 28 bits
4ca8e0d98 : re-implement Tail; rewrote name table with it
c1313e4be : minor: undid unintended change
9c65680b4 : rename enums to avoid conflict on win
555f6f1da : merge add_link_abs() into add_link()
017cd945b : added add_link_abs()
07504569d : [gsub] minor format
411225426 : Fix glyph closure for alternate substitution. It was not filtering on the glyphs to be retained.
da37880e1 : [draw] Add a private bit field instead null-checking quad-to callback
79b2b8a91 : minor
8c652f72f : Minor, switch to https links where possible
bbcbcafc2 : [tool] Minor, move input files link
83db1e117 : [ci] Compatibility with Python 3
8d1990770 : Remove python2 support from tests/utils scripts
2c9fbf556 : Improve GIR build
bd13470f2 : [ci] Update Ubuntu bots versions
493e40ff7 : [subset] add one empty byte to glyf table if it's going to end up empty after subsetting This will make OTS happy and match what fontTools is doing now.
a7dec0cb5 : [glyf] Tweak path_builder_t
d52ea2a42 : [glyf] minor
3b0c58f81 : [glyf] minor, use private font coords to simplify
dcd2729e7 : [glyf] Move contour_bounds_t into scope it is actually used
8bb47fa17 : [glyf] minor, spacing
21a5fe4f0 : [glyf] Make returning phantoms to not require another vector
5c03fbe7e : [glyf] do a phantom only iteration when possible
11f3fca01 : [glyf/gvar] Remove need of passing end points vector around
0f2c2d989 : [glyf] Push consumer machine one more level further
11f5f7c59 : [glyf] Adopt a state machine like style for the path builder
60f8f384f : [glyf] Switch to ttf-parser's glyf to path algorithm
3c792c2aa : add test cases for hb_unwrap_type
168ceeac4 : renamed to hb_unrwap_type(); now recursive
71552ecc2 : add hb_get_type
658584635 : pop_pack(share=false) in end_serialize()
39fb57c0e : add share option to pop_pack() (#2176)
9c6499d9f : rewrite read_points() to take lambda & consts args
a94d1af19 : [fuzz] minor style fixes
1c015d3e9 : [fuzz] minor fuzzer case move, oops
49341faee : [fuzz] minor, move two fuzzer cases to their correct place
d663e28af : [serialize] Catch signedness overflows in check_assign()
97229244e : [fuzzer] Fix hb-set-fuzzer minor overflow issue
7b42403c1 : Add explicit values to the set fuzzer enums.
e80592331 : Add a few basic seeds for the set fuzzer.
ff984ed3c : Use multiplication to avoid undefined behaviour per clang
21e1b1310 : [colr] minor style fix
cbb45c3ee : [subset/colr] minor improve to resolve msvc complain
bca9bc6b9 : Add hb-set-fuzzer. It fuzzes all of the hb_set process methods (intersection, subtraction, union, and symmetric difference).
352ac63ef : Fix an unlikely UAF on the deprecated _set_glyph_func API
6a390df8a : [tools] Print unicode links on gen-* tools output
4dc87365d : Add links to files used by python scripts.
40166eb0e : [var] Fix the just introduced hb_font_set_var_coords_design storing bug
5c1a023f6 : [tool] Optimize COLR glyph dump
0b76e8130 : Don't use _normalize_variations to avoid twice axis fetch
ab2d3ec54 : [var] Implement hb_font_get_var_coords_design
5a10f3a05 : Use vector instead of map during page compaction in hb-set.
2742c8162 : Fix page_map corruption in hb_set_t during process().
eb7849a80 : [subset] GPOS6 MarkToMark subsetting support
82afc7583 : [subset] GPOS4 MarkBase subsetting support
4dc3db734 : Minor, fix warnings raised when built with -std=c++2a
b4d3bf1d8 : [draw] Add hb_draw_funcs_is_immutable and hb_draw_funcs_make_immutable
63b8190db : [test] minor
3a98c7fae : [glyf] Skip empty contours
c31762e9e : [test] minor
03f778cf3 : [cmap] remove dead code
71a201860 : [cbdt] minor, tweak spaces
eaa2402a7 : [cbdt] Merge hb-ot-color-cbdt-table.cc into its header file
774725b43 : [subset] Avoid incorrectly dropping cmap for NotoColorEmoji.ttf
43016715e : [subset] minor on _subset
dcb5dfc97 : [subset] minor on tables iteration
a8593339e : [subset] minor on switch statements
b1f63109c : [subset] Optimize _is_table_present
25707e37e : [cff] minor
0d61926ca : [subset] Keep head when no glyf table
7f9b2228a : [glyf] minor
5b4360338 : [subset] Rename _subset2 to _subset
2792fb8ba : first rewrite of cff/cff2 _subset with _subset2
b114b26a5 : Add guard to copy_glyph_at_idx
b2a68ed58 : [name] Minor, use subtraction instead ternary operator
490ef1cc2 : [subset] Fix namerecord ordering This will fix inconsistency with fontTools. Also according to the spec, namerecords must be sorted first by platform ID, then by platform-specific ID, then by language ID, and then by name ID.
e128f8027 : parent 777ba47b50f6379b9f9abf1d72559316b7116b9e author ckitagawa <ckitagawa@chromium.org> 1579631743 -0500 committer ckitagawa <ckitagawa@chromium.org> 1580506176 -0500
b4377afd2 : Minor hb_ot_layout documentation fixes.
0216a96b0 : [subset] Fix simple glyph trim_padding in glyf table Detail: when numOfContours = 1 and flag = 0x31 xCoordinates and yCoordinates would be empty
b6a8f5e63 : [subset] CMAP table subsetting fix Not all codepoints smaller than 0xFFFF go to cmap4 table. Only subset codepoints existing in each table. This will also make harfbuzz consistent with fontTools' behavior
5b069c361 : [draw][docs] update to new terminology
920dca455 : [draw][docs] update to new terminlogy
1632726c1 : [draw] minor
92f43a99c : [subset] COLR, simplify logic and use add_array
fba5128a9 : Fix build
7d542a527 : Refactor to two iterators
0aed54dca : Use one-liner methods
81c469eb6 : Try to fix Wrange-loop-analysis
0d1ba94ac : Minor style fixes
49b98e865 : Fix nullptr de-reference failure if both blobs in a subset test are 0 in size
ed857c468 : [subset] Add COLR support
d106900bf : [draw][glyf] Implement quadratic to cubic call translation
74fdcdcac : [draw] Rename conic_to to quadratic_to
ac81e9401 : Rename hb_outline_decompose to hb_font_draw_glyph and hb_outline_decompose_funcs_t to hb_draw_funcs_t
cf5f94675 : [outline] use hb_object_is_immutable instead comparing to Null
981125aa2 : Rename hb_ot_glyph_* to hb_outline_*
30857089a : [test][glyph] add subcomponent scale test
d809aca8d : [test] test for not applying morx on horizontal runs if gsub exists
cd7b46ca1 : Use correct return type in _unsafe_to_break_find_min_cluster.
1438bae7a : [ot-glyph] Add fontkit non variables fonts tests
9bb1c79a2 : [ot-glyph][test] Avoid sprintf use
99f8e52d5 : [ot-glyph] Add fontkits's variations toSVG tests
e44982f54 : [ot-glyph] Add ttf-parser's outline_glyph tests
544031392 : Update COPYING
cd266e4f3 : minor
f9070cfef : Run morx if run is horizontal or GSUB doesn't exist
589769725 : [test] Increase subset timeout
d1830437c : [tests] Apply expected results of Mplus1p-Regular subset
8e0898080 : [sbix] minor style fixes
36a5c042d : [subset] Add "--name-languages" and "--name-legacy" options Make name table subsetting consistent with fontTools
b7762c706 : Disable hb_ot_glyph_decompose in HB_TINY
0e4b2676b : [subset] sbix fix missed offset is_null() check
5532374f6 : [ot-glyph] Add a test for #2053
f7187e90d : [cmake] Don't build src/main
1a6d53d3c : [ci] Increase msan and fedora-O0 bots subset fuzzer timeout
2d1473558 : [src/main] separate the places use private API, minor
23277beef : Fold src/test-ot-glyph and src/test-ot-color into src/main
b72337e57 : [test] Adopt test-ot-color with ot-glyph and remove freetype/cairo dependecy
e171beeb5 : Revert "[subset] Add "--name-languages" and "--name-legacy" options"
298c46afb : Only prefer AAT morx for horizontal layout
fd85818b5 : [subset] Add "--name-languages" and "--name-legacy" options Make name table subsetting consistent with fontTools
c370da45f : [subset] Cmap table: remove encodingRecord entry for empty cmap4 subtable
d3fff622b : Move push call to caller
7dc341fe7 : [subset] Fix UBSAN issue in sbix
acb4627eb : add api test
1ab3924b3 : refix PR #2087 subset PairPos1
02f324c94 : [ot-glyph] remove open callback
684ff3e0c : [ot-glyph] noop->nil, fix close path
3747b329b : Address garretrieger@'s comments
b18cb5b5e : Add second fixed test
af62c1c3b : Fix style issue
8614a30bc : [subset] Fix sbix fuzz problem
72cbfb905 : remove empty lookup subtables
a3cf4ae08 : [subset] Add more tests for GPOS1 subsetting These tests were left out because of issue: https://github.com/fonttools/fonttools/issues/1709 Now re-adding these tests since the issue is resolved.
8f49aaa16 : minor: un-include glyf.hh in gvar.hh
c828d7bf7 : [subset] fixed GPOS device table sanitize & serialize (#2087)
e565d1f9b : [subset] subset lookup/feature/script lists for GSUB/GPOS
93376a643 : Add unittests
6bcf57eaa : Simplify copy and add fuzzing coverage
78b50a67b : Address initial comments
43b6c865a : [subset] Support sbix subsetting
79fed9a1e : [ot-glyph] Add open/close callbacks
ec1fba138 : [ot-glyph] make hb_ot_glyph_decompose_funcs_t struct opaque
8ffc9add2 : [subset] layout closure_features and store them in subset-plan
66dfd605b : Fix duplicate check in hb_ot_rotate chars
d7c3cb18e : [ot-glyph] minor on tests
dc03a993d : Fix collect lookups logic of FeatureTableSubstitution (#2097)
a32ecc15a : Fix collect lookups logic of FeatureVariationRecord
1a4c658b4 : Use REPLACEME tag
0b39c4806 : [subset] closure lookups for GSUB/GPOS
42f4f1ea5 : [ot-glyph] Add tests for hb_ot_glyph_decompose
06a1fcb3b : [ot-glyphs] fix the tests
084a8182f : [ot-glyphs] Move CFF glyph decompose logic to their tables
611852350 : [ot-glyph] move glyph decompose logic of glyf to itself
017f606c8 : [ot-glyph] rewrite the API
9cd76813a : Fix malformed readme. (#2093)
05443e55b : [ot-glyph] Return empty path for empty faces
6e7602c10 : [ot-glyph] Fix leaks
5b08596d6 : [gvar] Don't apply anything when no coords is given
742aaa136 : [ot-glyf] Fix leak issue
fddf79fc3 : [glyf] minor
0b559d750 : [ot-glyph] Improve API names
af08f388a : [ot-glyph] Support CFF1's seac
04ac7fb1c : [ot-glyph] Add cff2 support
5cc09c462 : [ot-glyph] Initial cff1 support
3dcba9f21 : [ot-glyph] Redesign the API
b8b3ff1a0 : [glyph] Don't copy, write directly into result
f883c31cc : Implement glyph outline path API
d2ab1ec65 : fixes oss-fuzz 19978: Null-dereference READ (#2091)
5e55a6d69 : [subset/hvar] minor
257a197ae : Fail serialize when map has incorrect value
1db2c1d0d : fix for cmap4 and OS_2 subsetting: maximum character code allowed is 0xFFFF
8ed46c367 : [fuzz] minor, add another already fixed case
341407f7a : [fuzz] minor, upload another fixed case
7950beecf : [subset] Fix null pointer dereference in hvar/vvar subset (#2085)
8ed27757b : Remove _POSIX_C_SOURCE definition from the project
e7d1aeb61 : [hvar] minor, fix unlikely statement
57b153419 : [glyf] minor, fix unlikely statements
9e48c6e9e : minor, use private API of hb_set_t where possible
ce114d6b2 : minor, tweak spaces
68c1798a6 : [coretext] Use kCTFontOpenTypeFeatureTag
b28c28258 : Check to avoid overflows
d70afb1e5 : Clamp max_ops to upper bound in hb-sanitize.hh
aa43e183d : [perf Add texts/en-words.txt
80762cc4d : [ci] Speedup tsan bot
b79ceac3c : Prefer UINT_MAX instead of uint overflow.
b618e0ae1 : Remove non-breaking spaces from comments.
780d640c0 : Remove unnecessary check in hb_buffer_t::set_masks.
34ed8e721 : Prefer _hb_glyph_info_is_unicode_mark where possible.
3e1a2632d : [unscribe] fix leak issue
e75d785b5 : [doc] fix hb_blob_create call example
4ef597e17 : Fix unary minus operator applied to unsigned int
1770493cf : Fix unary minus operator applied to unsigned int
a061e47fc : Change a few HB_INTERNAL static methods to static inline
dd3972a36 : [GSUB] Simplify Extension is_reverse()
858b62798 : [machinery] Remove CastR<>()
b84ceb2fc : [machinery] Remove CastP
85574ec28 : [machinery] Minor
e101a6725 : [perf] Add texts/fa-thelittleprince.txt
2c781a670 : [perf] More rename
d703392af : [perf] Adjust text/fa-monologue.txt
19d1b9d4f : [perf] Renames
6a60ca117 : [algs] Fold last other bsearch() in
53dc8d944 : Add initial shaping performance test and profiler
39afe608b : [algs] Fold one more custom bsearch() in
b1dc676ea : [algs] Reduce one more bsearch() impl
6f76c325e : [test] Update 10.15 results
2241a676b : [test] Add macOS 10.15 related fonts
f3de3b6d3 : [ci] fix macOS 10.15 bot
49434bdd4 : [ci] Add a macOS 10.15 bot
f47cbade1 : [aat] Adjust fallback positioning logic
fa7edf87c : [bsearch] Massage API some more
70aa5071d : [algs] Adjust return value of hb_ctz(0) to be 32 instead of 0
eefb78f67 : Minor
9fb030585 : Rename start/end to first/last in RangeRecord
8ac4ba14d : Fix typo in TESTING.md (#2066)
9b1d5c4a5 : [number] fix where strtod_l not available
5c8f96028 : [number] minor, include the renamed header
48eef2724 : [algs/array] Consolidate the last two bsearch implementations!
ed35dea8c : Fourth try... sighs
9168310bb : Fix build, third times...
34f5cc2cc : Second try at fixing build
14ce5ab0b : First try at fixing build errors
2274270c6 : [algs] Streamline bsearch some more
bd55d4b49 : [algs] Streamline bsearch() API more towards hb_array_t::bsearch_impl()
fd6df520a : [array] Isolate bsearch implementation more
06d3c2019 : [array] Simplify bfind() positioning
d67ba649a : Rename hb_array_t::in_range to hb_array_t::check_range
72d83a028 : Make hb_array_t::in_range similar to hb_sanitize_context_t::check_range
b1167d19e : Fix!
5ff410b49 : Add files, oops
2dc20e632 : Implement fallback vertical shaping from Firefox
b6d0f1529 : [indic] Fix old-spec base-finding logic w vatu feature
0414341ac : Prefer AAT shaping over OT if both available
82545c5e2 : more coding style fixes
2e7c1239c : minor: coding style
ed94e4106 : fixed api test test-ot-glyphname
7a4745ba8 : added api test test-ot-glyphname
ab525ac66 : fix HB_TINY buid
ff64652cf : fix shape-fuzzer failure
a333b0f71 : add hb-ot-cff1-std-str.hh to Makefile.sources
61707266a : fix get_sid crash
4c4e08a1e : add cff1::accelerator_t::fini
ff87465b4 : add get_glyph_from_name & test. use hb_string_array
51e772852 : minor
6d9eb9c04 : fixed failure with language-tags.tests
59fe37979 : fixed hb-shape-fuzzer failures in get_sid
e26df436b : fix test-ot-face crash
7b49042ef : add cff1::get_glyph_name
d5338ba18 : [ft] Add locking FT_Face API
e5c7ee9f7 : [set] Fix undefined-behavior shift in _previous()
5fddc5f16 : Use foreach_cluster
e4a101ed3 : [ft] Fix for HB_NO_VAR build
76c27462c : Don’t modify a ccc to 6
8fdafee2a : undef HB_STRING_ARRAY_LENG_NAME
5e9863f3c : ARRAY_LENGTH fails with -Wglobal-constructors
a75983690 : calculate hb_string_array length automatically
57da16bc5 : [cff] Check rcurveline and rlinecurve arguments
9f1524ce8 : [cff] Fix a typo in processing rlinecurve
78d5eca81 : [set] Fix range-based-loop condition
4dae7cee4 : [minor] Fix common typos: substition, the the.
e6351d9b2 : Add ms-use/IndicShapingInvalidCluster.txt
b372c3e95 : Insert a dotted circle within <U+0B85, U+0BC2>
64a45be51 : [ubsan] Don't decrease pointer if match_glyph_data is null (#2048)
878e3588a : [cmake] Add harfbuzz-icu library
84b86a12d : [fuzz] Remove just added case
a8f049c9a : [fuzz] Upload testcase of https://crbug.com/oss-fuzz/18529
7cde68f10 : [ci] install pip in fedora bot
46178c032 : [ci] fix fedora bot
486754a88 : [serialize] Extract iterable copy, copy_all
35218c488 : Minor
1a1d64bc6 : If applying morx, apply kern table even if GPOS is present and has kern
74a2dbbce : minor
8106ba7f8 : [glyf] Reapply use of hb_bytes_t.as<GlyphHeader> ()
9e80fc683 : [glyf] Reapply common moving logic to GlyphHeader struct
852c9aa0e : [glyf] Reapply style fixes
4cba7bdae : regenerate Confortaa subset test expected results
386a4a64f : regenerate subset api test result SourceHanSans-Regular.41,4C2E.retaingids.otf
670768e5b : fix inc-bimap for subsetting VarStore with retain-gids
0eef8113d : retain gids in HVAR so in sync with fontTools regenerate Comfortaa subset test results
6e35668b4 : fix var-subset build
6f35cf7a6 : regenerate SourceSerifVariable expected subset results
66361c72f : restore gvar/MVAR/HVAR tables in subset tests
8f8e8a847 : fix build
322df806e : [Docs] Usermanual: integration chapter; add GI-Python section.
773c85f34 : [Docs] Usermanual: integration chapter; add ICU section.
c0bb66ecb : [Docs] Usermanual: integration chapter; add CoreText/Mac section.
dd1c7656a : [Docs] Usermanual: integration chapter; add Uniscribe/Windows section.
2da567e7b : [Docs] Usermanual: platform integration chapter; add intro, GLib, FreeType sections. Update XML TOCs to match.
d00a20bed : [Docs] Add gtk-doc comments to hb-graphite2.
0a5a8fcbc : [Docs] Add gtk-doc comments to hb-icu.
9126a5ff0 : [Docs] Add gtk-doc comments to hb-ft.
bfa7b0af0 : [Docs] Add gtk-doc comments to hb-gobject and hb-glib.
27222253d : [Docs] Add gtk-doc comments to hb-uniscribe.
32ae0d3e7 : [Docs] Add gtk-doc comments to hb-coretext.
49252c42b : get rid of O(n^2) loop from apply_deltas_to_points
157a414bd : fix mixup of TRACE_SUBSET/SERIALIZE
c52294eb2 : renaming & arg reorder
aa3ac5924 : fix build
49fe81fde : updated api test results for HVAR/VVAR subset changes
007bb3e0d : retain-gids in HVAR/VVAR (unused deltas retained)
eb348fc5c : optimize out regions & region index lists & short count
3e524bf77 : fix VarData serialize to remove unused data sets
945737026 : tweak: moved xshift code out of get_points_var
e81408320 : undo hb_ot_ge_glyph_v_origin to fix test failures
ab9d30965 : Add tt var metrics test cases & bug fixes
196481ccb : shift glyph horizontally at top level, not components
8a92ffd9b : fix failure to check glyf recursion
c2d727a47 : fix xshift by (lsb - xMin)
27d3bac8e : fix 2x2 component transform
8801b80d7 : refix: orig_points must be saved before any adjustment
ee58f6012 : infer gvar deltas for each region (not after accumulation)
2c31652c8 : fix private_indices vs shared_indices
dce9e5e62 : fix get_start_tuple, get_end_tuple
72545cb83 : fixed off by one bug in apply_deltas_to_points()
ef11305bf : fixed tt var extents
294d520f6 : more iter changes from master
8f2ce82f7 : hb.hh from master
3bfd3a367 : fix build
c7ca8853a : more change set() to =
d75b73a30 : fix rebase errors
3fbd242ba : replace .set() with =
435bc7f3e : Update hb-ot-var-gvar-table.hh
8fdb8fcf8 : fix rebase errors
1ccb457cb : fix gvar fuzz bug
3f8458923 : 2.4.0
282c76d9a : Use internal bsearch() for language tags
3bed03dc6 : [indic] Add back medial-consonant to grammar
f8803fbac : [khmer] Add trailing Coeng to syllable grammar
93a6a063d : [ci] Tweak macos and psvita bots (#1638)
f84342c09 : minor
7e8c4585a : [ci] Use only CircleCI for macOS (#1637)
3e18447c6 : fixed a fuzzer bug
4774283a2 : Fix shell syntax error
4b763affa : Comment
d9d6649bf : Override USE category for Grantha and Tirhuta visargas to allow marks
13ae138af : Disable unwanted C++ definitions for MSVC.
53d40426e : tweaked recursion checks
dc07ecbd8 : [ci] remove ragel from psvita compile bot
dd3624b6d : [ci] Don't install ragel on cmake build bot images
4f351754b : add recursion checks
0008963b2 : add support of anchor point & SCALED/UNSCALED_COMPONENT_OFFSET
ea281aa8d : Use class templates for Null objects
1dfc2dfff : [aat] Add missing check to ankr table
782961d21 : [docs] Update
d4fb54508 : Update ChangeLog generation
2f97cd7a5 : completely remove lines that are commented out
e74d646d9 : update arguments in_populate_gids_to_retain() and _create_old_gid_to_new_gid_map() so they don't use deprecated variable
b12a5daad : try to remove deprecated variable from struct definition
9c5d694af : add HVAR & VVAR advance width api test
ae3db1f4e : added api test for subset VVAR & bug fix
b3007ec20 : regenerated expected full fonts data after fontTools bug 1550 fixed
fe5aa8b36 : added TT VF full font test & fixed bugs
2bd2e656f : update CFF2 test results
212dcb758 : add api test cases for HVAR with index map (and fix)
dc10a7ef6 : add gvar & HVAR retain-gids test cases
43420dfa9 : fix test build
6ee71166b : add api tests for subset gvar & HVAR; bug fixes
6e066464f : replaced tt var api test with a composite glyph
84d0af456 : move rounding advance width to glyf
10f264da7 : fix empty glyf's advance width
511518c75 : add api test for tt var advance widths
bee8d8667 : fix build
f74712a4e : fix composite glyf extents
cd817e795 : fix unpack_points
a35e3dfc7 : fix infer_delta
4f4fbb1d5 : added explicit casts to metrics
c302ec6d9 : moved most of var code from gvar to glyf
bd040a435 : add components transformation
139e87b56 : fix tt var extents & add test
9584b090b : cff2 subset fuzzer issues (#1619)
161e61fc3 : minor edits
ebbfe3651 : calculate VF advance widths from gvar & glyf
9690461a9 : Added hb-ot-var-gvar-table.hh
9168b32a1 : renamed hb_map2_t to hb_bimap_h in its own .hh
d102c7a65 : unuse set in hb_map2_t impl
dd6721421 : subset HVAR
5bbe78a0f : Allow zero length ranges in sanitization (#1617)
ee8719eaa : [ci] Cache FreeType build on Travis
5d7725ad1 : Categorize U+09FC as Consonant_Placeholder
b150bb4a4 : [ci] Simplify and fix Travis CI macOS build
628d457c8 : add gvar::get_extents
7b27fe525 : Remove redundant hb_ot_layout_lookup_would_substitute_fast
56164f754 : [doc] Add placeholder since version for new flag
cb758f266 : Remove obsolete overrides from Indic/USE scripts
40c4bd3e1 : Update generation code for hb-ot-shape-complex-vowel-constraints.cc. Remove 'unlikely'
ce7f2c4da : Fix coding style.
a86356913 : Add a flag to hb_buffer_t to prevent the insertion of dotted circles on incorrect character sequences.
9b5556d98 : Add a macOS 10.14.3 fonts tests (#1608)
4a19d3b08 : Update to Unicode 12.0.0
4f03d5c79 : [indic] Remove superfluous ZWNJ check in final reorder of pre-base matras
7b7852efa : Fix hb_atomic_* variants based on C++11 atomics
729624204 : Fix offset drift in graphite integration
5fc99b3d3 : fix build
696b841a5 : minor edits
14be8b9e8 : build fix attempt
618de1c7f : more build fixes
f2c556594 : fix build attempt
64eb1ddc2 : Minor, remove .editorconfig hack
40dfca721 : calculate VF advance widths from gvar & glyf
d0b6d539f : Make hb_subset_input_glyph_set () actually do something.
a842fdfbf : gvar::subset()
c2e9d7503 : [dwrite] hb_directwrite_face_create, a new API
2c5ed7f15 : Added hb-ot-var-gvar-table.hh
087b9a0ad : Fix or document unsupported font-feature-settings
bb29ece23 : Remove Forcing Diagnostic Colours from CMakeLists.txt (#1597)
f1e97c189 : renamed hb_map2_t to hb_bimap_h in its own .hh
655bc96bc : subset VVAR & outer indices
6ecfaaa6d : unuse set in hb_map2_t impl
a762cf503 : fixed compiler gripes
a00d1d5e7 : fix CFF2 local subr subsetting
8bd9d28e2 : fix HVAR & VarStore subsetting
ddb84dcec : fix gvar fuzz bug
485fe06f7 : minor
99f0c107f : fixed a fuzzer bug
67175987b : tweaked recursion checks
feb712d8d : add recursion checks
49f935963 : add support of anchor point & SCALED/UNSCALED_COMPONENT_OFFSET
94ef1a703 : add HVAR & VVAR advance width api test
3c4f041e9 : fix uninitialized memory bug
d2a0149c2 : added api test for subset VVAR & bug fix
0593a95e2 : refix short count
5f15fca66 : fix short count optimization
3faaa52aa : regenerated expected full fonts data after fontTools bug 1550 fixed
325918172 : added TT VF full font test & fixed bugs
92bc74055 : update CFF2 test results
1051faf7a : add api test cases for HVAR with index map (and fix)
0576253a3 : add gvar & HVAR retain-gids test cases
6dd1077b6 : fix test build
2e6038a20 : add api tests for subset gvar & HVAR; bug fixes
aeddb30f8 : replaced tt var api test with a composite glyph
560bcd774 : move rounding advance width to glyf
c7edd14dc : fix empty glyf's advance width
9d3a25203 : add api test for tt var advance widths
9d9d5c706 : fix build
b6cc83888 : fix composite glyf extents
597ad4df0 : fix unpack_points
cabe22fc6 : fix infer_delta
c8b31773a : added explicit casts to metrics
8a7998fd6 : moved most of var code from gvar to glyf
00b2653ac : add components transformation
434ea0684 : fix tt var extents & add test
d23c201f5 : add gvar::get_extents
dde8bb1f6 : fix build
5ec65f779 : minor edits
2d7ad3f28 : build fix attempt
cf2ef92c7 : more build fixes
ae0a557c2 : fix build attempt
baf2ccf14 : calculate VF advance widths from gvar & glyf
0b1ae2385 : gvar::subset()
eddbc9d0d : Added hb-ot-var-gvar-table.hh
f289ffe5e : renamed hb_map2_t to hb_bimap_h in its own .hh
856316929 : subset VVAR & outer indices
08dc86594 : unuse set in hb_map2_t impl
1b13cc775 : fixed compiler gripes
c485b77c7 : fix CFF2 local subr subsetting
c9b07c75a : fix HVAR & VarStore subsetting
c8420109c : subset HVAR
99502b324 : add gvar::get_extents
f5a466389 : fix build
2e1965e57 : minor edits
ff60f34dd : build fix attempt
9aa5805a4 : more build fixes
21aaf3005 : fix build attempt
fa2b3d30f : calculate VF advance widths from gvar & glyf
33354ab6b : gvar::subset()
6f91e0d90 : Added hb-ot-var-gvar-table.hh
d817b446a : renamed hb_map2_t to hb_bimap_h in its own .hh
5d781f62b : subset VVAR & outer indices
2d545e1e8 : unuse set in hb_map2_t impl
ca3b4a21d : fixed compiler gripes
a7b801f6d : fix CFF2 local subr subsetting
a190140fa : fix HVAR & VarStore subsetting
09df17e71 : subset HVAR

+- Project: platform/external/hyphenation-patterns

c0693dd : Add LOCAL_LICENSE_KINDS to external/hyphenation-patterns
50c96a4 : Add LOCAL_LICENSE_KINDS to external/hyphenation-patterns
6caf5bc : Add hyphenation binary into 3 party license list
c8273e1 : Add exception for Slovak
b372ea3 : Add exception for Galician
79ef5ae : Update README description
5722d84 : Add hyphenation pattern for Russian
d81baaf : Add exception for Czech
1ea4864 : Add hyphenation binary into 3 party license list
1511bca : Add hyphenation pattern for sv
638add3 : Add hyphenation pattern for af, cs, el, ka, lv, nl, sk, sq
a3cd88a : Fix build break
2705f4e : Add hyphenation pattern for am, gl, it, lt, uk
d8e3dc8 : Add Android i18n folks for hyphenation pattern owners

+- Project: platform/external/icing

5a0dcd8 : Fix NPE caused by handling GetFileSize return value.
c20fd6b : Fix dangling pointer from failure in SchemaStore::RegenerateDerivedFiles.
574b723 : Fix NPE bug caused by a failed Remap.
e056293 : Stop dropping nonascii/nonalnum segments.
5fa917c : Fix bug overriding nested incompatible types.
fbf0cdd : Fix for memory leaks.
c885445 : Switch libicing to depend on libicu.
c5fa7ff : Sync from upstream.
37a8753 : Add icing to hwasan-postsubmit
d3c3b44 : Sync from upstream.
9e6253b : Sync from upstream.
72d6d7c : Add min_sdk_version rules to allow building as an updatable apex.
dc70089 : Link libicing against libprotobuf-cpp-lite instead of full.
2776967 : Remove redundant getDependencyAsString
da1b898 : Sync from upstream.
0baeb00 : Revert "Revert "Update TEST_MAPPING to account for moved AppSear..."
d0bbe4b : Revert "Update TEST_MAPPING to account for moved AppSearch code."
efcd727 : Update TEST_MAPPING to account for moved AppSearch code.
bbb6156 : Add project name to CMakeLists.txt
8555f99 : Remove non-upstream files from upstream-master.
3bccac7 : Build libicing against libprotobuf-cpp-lite.
8d15dee : Sync from upstream.
f697841 : Add an OWNERS file for external/icing.
ef62615 : Adapt AndroidXSmokeTest to work against the appsearch-alpha03 drop.
39f5985 : Sync from upstream.
712a6ef : Adapt AndroidXSmokeTest to work against the appsearch-alpha03 drop.
e9de42a : Adapt AndroidXSmokeTest to work against the appsearch-alpha03 drop.
2d636a0 : Sync from upstream.
71eeeb4 : Merge androidx-platform-dev/external/icing upstream-master into upstream-master
40c7203 : Sync from upstream.
85fd8c8 : Sync from upstream.
d04f93f : Revert "Update AppSearchSmokeTest to match latest AppSearch API."

+- Project: platform/external/icu

f05a4b424 : Add API coverage for utrans APIs
2919e5e2c : Cherry-pick: ICU-21875 improve C API coverage
2ba599c8b : DO NOT MERGE Ignore tztest#TestCanonicalID [Q CTS].
c955c9c23 : DO NOT MERGE Ignore tztest#TestCanonicalID [R CTS].
5f8e4d5ff : DO NOT MERGE Ignore TimeZoneTest#TestCanonicalID [P CTS].
1211391cc : Avoid throwing when --exclude-filters are given
a8b07253a : DO NOT MERGE Ignore tztest#TestCanonicalID [S CTS].
0687437ef : DOT NOT MERGE Ignore TimeZoneTest#TestCanonicalID [R CTS].
5b0ee71e7 : DOT NOT MERGE Ignore TimeZoneTest#TestCanonicalID [Q CTS].
31b94fb60 : DOT NOT MERGE Ignore TimeZoneTest#TestCanonicalID [S].
587a72f4c : DO NOT MERGE Track tzdb 2022a update [P CTS].
3ffddaaaf : DO NOT MERGE Update Android ICU data from 2021a3 to 2022a [R].
d3f54e19f : DO NOT MERGE Update Android ICU data from 2021a3 to 2022a [S].
1957d82a0 : DO NOT MERGE Track tzdb 2022a update [Q CTS].
0009628a6 : DO NOT MERGE Track tzdb 2022a update [S CTS].
bcec290f5 : DO NOT MERGE Track tzdb 2022a update [R CTS].
7fcb00d68 : Update Android ICU data from 2021a3 to 2022a.
e3eb7c585 : Make peek*Array methods for Buffers FastNative.
5b2b14567 : Cherry-pick: ICU-21793 Fix ucptrietest golden diff
b7f7f4e35 : Expose utrans API in NDK
b5da421d9 : Regenerate NDK artifacts by running ./generate_ndk.py
c9947d8bc : Avoid throwing when --exclude-filters are given
4ca9f1a6f : Add en-MV locale into ICU
4afb1bb28 : Added missing rules in ja.xml and regenerated the ICU data from CLDR
325d8465b : Demote EqualsNull error to warning
0000d57ac : Cherry-pick: ICU-21699 Add Japanese particle
2ba17c5f5 : Cherry-pick: ICU-21699 Add breakpoint between Japanese and Alphabet
6c8dd8845 : Cherry-pick: ICU-21699 Revise rule file
70fec705b : Switch "UTC time" to "Unix epoch time" (icu)
fde76f999 : Switch "UTC time" to "Unix epoch time" (icu)
772b3cc9f : Remove the workaround and re-generate libicuuc/src/shim.cpp
716d09fad : Remove the workaround and re-generate libicuuc/src/shim.cpp
f48a5628f : Expose ucol_clone to NDK
1591c109c : Re-generate ICU data files after cherry-picking missing emoji annotations from CLDR 40
617421585 : Expose ucol_* APIs to NDK
840c852a4 : Android patch: Add ucol_clone and ucnv_clone to urename.h
04515e7c1 : Cherry-pick: ICU-21894 A modern version of ucol_safeClone and ucnv_safeClone API
bfce3f390 : Generate placeholder system and module-lib APIs for i18n
985848c38 : Enable annotations when generating i18n public API
60dc4963a : Add API coverage for ListFormatter#formatToValue(java.lang.Object[])
a6940559a : Cherry-pick: ICU-21699 Phrase based breaking(Java)
be7df9bd8 : Re-generate ICU data files and CTS headers
8bfe8e585 : Cherry-pick: ICU-21699 Concatenate Katakana chars
df9c20b2a : Cherry-pick: ICU-21699 Separate lb and lw
67351359b : Cherry-pick: ICU-21699 Phrase based breaking(C++)
7f530ede5 : Cherry-pick: ICU-21847 Move UnicodeSet to stack in constructor
e6c6fec6b : Cherry-pick: ICU-21699 Fix CjkBreakEngine performance issue
18195b3eb : Cherry-pick: ICU-21878 Sync icu4j's CjkBreakEngine to icu4c's
37c21ddb3 : Move icu .dat prebuilt from mk -> bp files
eecbb203f : Expose the new stable APIs from ICU4J 70
38fac36ee : Update the ICU binary file due to the latest change in aosp/master
29b0b4f15 : Add test for android.icu.text.ListFormatter.FormattedList
7865f2b27 : Add U_TOPSRCDIR flag when compiling icu4c tests
14ee10838 : Update test expectation - TransliteratorTest.java
d5bec46d9 : Update the version numbers in README.version
6a403e063 : Regenerate tz-related data files
27c65b178 : Re-generate libicu.so and ICU4C CTS headers
b4bc6f10e : Re-generate libandroidicu
ab6054b5f : Regenerate android_icu4j/ from icu4j/
5dca02a30 : Regenerate java doc patches
e2acb0201 : Run the generate_android_icu4j.sh in interpreter mode
96ab6532e : Pin the current API list
1abb76932 : Regenerated binary data files with Android CLDR patches
73493d879 : Regenerated source data files with Android CLDR patches
13c356cfe : Android patch: Test changes for tzdata 2021a3
5a06ba718 : Android patch: Keep UnicodeSetIterator non-final
937f657c5 : Android patch: Keep the char version of 5 UCharacter methods
c0775a86c : Android patch: Add options argument to CorePlatformApi DateTimePatternGenerator#getBestPattern
504adbf59 : Android Patch: Fix the docs in icu4c
a5dd9e36d : Android patch: Disable a test case in udatatst#TestUDataOpenChoiceDemo1
204e71647 : Android patch: Expose ubrk_clone() from NDK - part 1
697d302ed : Android patch: Disable ar_XB in cintltst.tsutil.cldrtest.VerifyTranslation
535fa8f1a : Android patch: Display names for countries/regions and currency symbol
d6091eded : Android patch: Allow duplicated fields in DateTimePatternGenerator
2a22479e9 : Android patch: Add @IntraCoreApi in DateFormatSymbols required by libcore.icu.LocaleData
aba3a38c5 : Android patch: ICU4J loads ICU data without using the android.icu.impl.ICUBinary.dataPath property
79f5363a3 : Android patch: libicuuc loads data files without an explicit call
e25c5e842 : Android patch: Fix localized quarters used in java.time
f3d666299 : Android patch: Add DecimalFormatSymbols#getLocalizedPatternSeparator for libcore bridge
20fc1adec : Android patch: Android support for ICU4C tests (Part 3)
d0a47b2ea : Android patch: Android support for ICU4C tests (Part 2)
e0542d7c7 : Android patch: Android support for ICU4C tests.
0a76ea4bf : Android patch: Allow absolute paths for ctest's -x.
420d7ec35 : Android patch: Deduplicate data finding code in tests.
7410e3489 : Android patch: Fix production data path in icu4c/source/data/build.xml
7e94c9e6c : Android patch: JapaneseCalendar.CURRENT_ERA should not depend on system time
1376f147c : Android patch: ICU-13295: Apostrophe in pattern bug
865772c54 : Android patch: CLDR data: Force default Gregorian calendar.
2afad18ca : Android patch: Include uconfig_local.h
bb9bd80d1 : Android patch: Add '--small' option to makeconv call during .ucm to .cnv conversion
dc6c8a283 : Android patch: CLDR data: Add data for the XA/XB pseudo locales.
66fdaf05c : Android patch: CLDR data: Replace nb with no.
61ea0fbb7 : Android patch: Skip charset tests that fail with customized data.
f140e7643 : Android patch: Add exceptions for big5han and gb2312han in genrb.
5604ac6f4 : Android patch: convrtrs.txt: JavaUnicode customizations.
df3b8a033 : Android patch: convrtrs.txt: Thai customizations.
965f65a38 : Android patch: convrtrs.txt: CJK customizations.
b35ec04ce : Android patch: Add noop-*.ucm to prevent 2022 security attack.
33b0a16a3 : Android patch: Add --omitCollationRules to genrb.
24a41f386 : Android patch: Add Calendar.getDateTimeFormatString used by java.time via libcore bridge
d64b374ca : Copy ICU release-70-1 into aosp/icu70
6f34992bd : Remove tz-related files from ICU's .dat file
066871b88 : DO NOT MERGE Track tzdb 2021a3 update. [Q CTS]
3b623774e : DO NOT MERGE Track tzdb 2021a3 update. [R CTS]
ec955de46 : DO NOT MERGE Track tzdb 2021a3 update. [S CTS]
351eba2f8 : Update Android ICU tzdata from 2021a1 to 2021a3. [S]
6a743d143 : Rearrange methods in updateicudata.py. [S]
d60c48e58 : Allow host self-references in external/icu/...
6079c5601 : Improve naming in ICU files generation scripts.
861356481 : Rearrange methods in updateicudata.py.
215b87d74 : DO NOT MERGE Update Android ICU tzdata from 2021a to 2021a1. [S CTS]
2ea9579cb : Update Android ICU tzdata from 2021a1 to 2021a3.
01647e9ce : Fix tools/srcgen/generate_android_icu4j.sh
a1c92c408 : Update Android ICU tzdata from 2021a to 2021a1. [Q CTS]
a0aff57e0 : Update Android ICU tzdata from 2021a to 2021a1. [R CTS]
89a7623f1 : Update Android ICU tzdata from 2021a to 2021a1. [S]
2fd04cbaa : Add missing packages to permitted_packages
801d95e7f : Add missing packages to permitted_packages
9d9f39b23 : Update Android ICU tzdata from 2021a to 2021a1.
aefaa5852 : Add a test for AndroidDataFiles
1bf5cb53c : Fix checkbuild failure with uloc_jni_test.cc
d568ed64c : Remove time zone transition related CorePlatformApi
f59a9a074 : Remove unused @CorePlatformApi(LEGACY) in ICU
6745f0649 : Expose the new stable APIs from ICU4J 69
027379076 : Add findCanonicalTimeZoneId method.
2c783544c : updatecldrdata.py should abort earlier if github token is not setup
89723303d : Update the version number in README.version to 69.1
ea49122b9 : Regenerate tz-related data files
6201cf893 : Increment the CURRENT_FORMAT_MAJOR_VERSION due to ICU upgrade
6157613aa : Re-generate libicu.so and ICU4C CTS headers
7c6aff19b : Re-generate libandroidicu
f2fbc93bf : Regenerate android_icu4j/ from icu4j/
228e09a15 : Generate allowlisted APIs
8f951a192 : Regenerated binary data files with Android CLDR patches
38ff26321 : Regenerated source data files with Android CLDR patches
bf256d764 : Cherry-pick: ICU-21568 Pre-initialize CLDRConfig and SupplementalDataInfo
225a21939 : Android patch: Add options argument to CorePlatformApi DateTimePatternGenerator#getBestPattern
300546ce5 : Android Patch: Fix the docs in icu4c
34f773c6e : Android patch: Disable a test case in udatatst#TestUDataOpenChoiceDemo1
03c89602b : Android patch: Expose ubrk_clone() from NDK - part 1
1cf76e9d0 : Android patch: Disable ar_XB in cintltst.tsutil.cldrtest.VerifyTranslation
d408f6bbc : Android patch: Display names for countries/regions and currency symbol
a096cf345 : Android patch: Allow duplicated fields in DateTimePatternGenerator
acea1fc12 : Android patch: Add @IntraCoreApi in DateFormatSymbols required by libcore.icu.LocaleData
2f14467cb : Android patch: ICU4J loads ICU data without using the android.icu.impl.ICUBinary.dataPath property
f5e82e802 : Android patch: libicuuc loads data files without an explicit call
4ea96232d : Android patch: Fix localized quarters used in java.time
453d6130f : Android patch: Add DecimalFormatSymbols#getLocalizedPatternSeparator for libcore bridge
e5da575e3 : Android patch: Android support for ICU4C tests (Part 3)
832c3cfb5 : Android patch: Android support for ICU4C tests (Part 2)
304f55b10 : Android patch: Android support for ICU4C tests.
8c76b12e6 : Android patch: Allow absolute paths for ctest's -x.
e696b5d23 : Android patch: Deduplicate data finding code in tests.
c2e455a83 : Android patch: Fix production data path in icu4c/source/data/build.xml
ba25090e6 : Android patch: JapaneseCalendar.CURRENT_ERA should not depend on system time
711d52a6e : Android patch: ICU-13295: Apostrophe in pattern bug
1fe2526d3 : Android patch: CLDR data: Force default Gregorian calendar.
21d75ac9b : Android patch: Include uconfig_local.h
a7de938e9 : Android patch: Add '--small' option to makeconv call during .ucm to .cnv conversion
0d3870b37 : Android patch: CLDR data: Add data for the XA/XB pseudo locales.
6d7e9fb5e : Android patch: CLDR data: Replace nb with no.
7d3203bc7 : Android patch: Skip charset tests that fail with customized data.
1e8537720 : Android patch: Add exceptions for big5han and gb2312han in genrb.
11a10f39b : Android patch: convrtrs.txt: JavaUnicode customizations.
75e0e3a10 : Android patch: convrtrs.txt: Thai customizations.
936327850 : Android patch: convrtrs.txt: CJK customizations.
9e7822364 : Android patch: Add noop-*.ucm to prevent 2022 security attack.
1772dd99c : Android patch: Add --omitCollationRules to genrb.
788894391 : Android patch: Add Calendar.getDateTimeFormatString used by java.time via libcore bridge
b209f7ecf : Copy ICU release-69-1 into aosp/icu69
1eb774ed5 : Remove unnecessary javadoc patches in android.icu
79609d7b8 : Revert "Remove public javadoc linking to NumberFormatter"
c92283518 : Use python3 in various python scripts
9ec19cbbd : Use some python3 constructs in generate_ndk.py script
3a0a95301 : Add a warning if a header is expected but not added @addtogroup block
416bd7a70 : Android Patch: Fix the docs in icu4c
8b41c81c7 : Revert a docmentation patch in ulocdata.h
9f5274665 : Modify the docs to generate a correct NDK API refernece pages
23d9f7a23 : Avoid python 2 and hardcoding the clang version in the icu4c
3fbb01db9 : libandroidicu is not available to platform
c8858c2e0 : Remove -Wno-ignored-attributes cflags from ICU4C
e3a648b48 : Allow stubs to be referenced from build/soong/java/core-libraries
ba898cc35 : Replace ART's core-platform-api stub with module-lib stubs
f7c68b42d : Cherry-pick: ICU-21580 fix RuleBasedCollator doc typo, extra open brace
f86a5dbe6 : Remove --skip-annotation-instance-methods=false metalava option
b9150ba81 : Add private empty constructor to static-only classes
c9e5a7e14 : Add API coverage for @IntraCoreApi provided by ICU
6778d65b2 : Set dist_group: "android" for external/icu java_sdk_libraries
ca7abf293 : Add cmake files to external/icu
43332ab19 : DO NOT MERGE Cherry-pick ICU-21448: Update Android ICU tzdata from 2020d to 2020f. [Q CTS]
e05f7e93e : DO NOT MERGE Cherry-pick ICU-21448: Update Android ICU tzdata from 2020d to 2020f. [R CTS]

+- Project: platform/external/igt-gpu-tools

26f46cbf : Move comment to license_note

+- Project: platform/external/image_io

9212bfa : libimage_io: Add host_supported flag to builds.

+- Project: platform/external/ims

b46dd4a : Replace the KEY_CARRIER_VOLTE_PROVISIONED_BOOL with bundle/tech to check if the EAB provisioned.
e6f6245 : [RCS]Add protected broadcast, DEVICE_STORAGE_FULL

+- Project: platform/external/iproute2

d44ca69a : Add iproute2 to hwasan-postsubmit
ecaf6384 : iproute2: switch OWNERS to core networking
638ebe5d : Remove libnetdbpf_test from TEST_MAPPING
0de2d456 : Update cpe for vulnerability scanners
722d9b16 : Enable Async MTE in iproute2.

+- Project: platform/external/ipsec-tools

1a6c486 : ipsec-tools: switch OWNERS to core networking
1891c10 : Make code changes to support moving ip-up-vpn
b4d6d4f : Use accessors rather than reaching into BoringSSL structs.

+- Project: platform/external/iptables

76a18ab5 : iptables: switch OWNERS to core networking
888b7aec : Remove libnetdbpf_test from TEST_MAPPING
bfcaf7b8 : Enable Async MTE in iptables.

+- Project: platform/external/iputils

644a4b3 : iputils: switch OWNERS to core networking

+- Project: platform/external/iw

96739d9 : Cumulative patch from upstream commit 05a5267
44e0e58 : Cumulative patch from upstream commit 5909e73
2fa42b7 : iw: switch OWNERS to core networking

+- Project: platform/external/jackson-annotations

c0d8ef9 : Update OWNERS

+- Project: platform/external/jackson-core

4ff45e5b : Update OWNERS

+- Project: platform/external/jackson-databind

814bd9b55 : Demote EqualsNull error to warning
a23d28f7e : Update OWNERS

+- Project: platform/external/jacoco

473f391b : Always recreate the Agent instead of storing a singleton.
f95a4e34 : Recreate Agent whenever requested.
0d5db7bc : Disable use of 'constant dynamic' bytecode
d19ea595 : Prepare release 0.8.7
b25ce531 : Upgrade Kotlin to 1.5.0 (#1181)
29a28906 : Update KotlinControlStructuresTarget for Kotlin 1.5 (#1180)
acce036c : Add maven parameter to control which reports to generate (#1175)
b23461d1 : Update KotlinUnsafeCastOperatorFilter for Kotlin 1.5 (#1178)
722acd99 : Update documentation: JDK versions up to 16 are officially supported (#1176)
c089ed7f : Fix wording (#1109)
2eca2f29 : Add url to jacoco-maven-plugin (#1169)
86dc5fd9 : Update filter for Kotlin 1.5 suspending functions (#1174)
b68fe1a0 : Update filter for Kotlin 1.5 when-expressions with String (#1172)
9a88237c : Make StringSwitchEcjFilter consistent with KotlinWhenStringFilter (#1099)
5bbe2023 : Update KotlinLateinitFilter for Kotlin 1.5 (#1166)
faa8b7ad : Fix parsing of SMAP for Kotlin 1.5 (#1164)
d9296f72 : Update KotlinDefaultArgumentsFilter for Kotlin 1.5 (#1162)
66b5fa92 : Improve filter for Kotlin when-expressions with String (#1156)
65953a7c : Add org.jacoco.core.test.validation.scala to profiles java11-bytecode and java12-bytecode (#1141)
bce6a683 : Upgrade ASM to 9.1 (#1153)
fef26628 : SonarCloud analysis requires execution of Maven with Java 11
178d4987 : Add missing annotation Test (#1154)
a2c723ca : Update filter for suspending lambdas for Kotlin 1.4.20 (#1149)
e859274c : Update filter for unsafe cast operator for Kotlin 1.4 (#1143)
f72c2c86 : Happy New Year 2021!
9a6e7f26 : Change assert to pass on non-English systems (#1144)
07e6c625 : Remove dependency on maven-reporting-impl (#1121)
29f6b48c : Upgrade Scala to 2.13.4 (#1140)
b742bbd0 : Add experimental support for Java 17 class files (#1132)
918985cb : Use BeanShell instead of Groovy scripts (#1133)
ec6914e6 : Print Java version in Azure Pipelines (#1131)
56676299 : Use Azure Pipelines instead of Travis (#1130)
5d47c73c : Upgrade Groovy to 3.0.7
a20dc090 : Fix build with JDK >= 13 when option -Dbytecode.version is not provided (#1055)
e6a9f312 : Fix bundleName typo in ReportSupport (#1116)
fa6a8439 : Upgrade Groovy to 3.0.6 (#1060)
cb72979b : Upgrade JUnit to 4.13.1 (#1106)
fc40e31d : Remove empty timestamp column in test report (#1098)
50b6bd8f : Use Ant 1.9.15 (#1091)
8f9250ac : Use ASM9 API (#1097)
5f71f4d7 : Upgrade ASM to 9.0 (#1094)
4b37770e : Prepare for next development iteration
492f4213 : Prepare release 0.8.6
b404a6b3 : improve english grammer (#1068)
6ceb0193 : Visual cleanup of JDK/compilation target table (#1034)
2a75e0d6 : Remove URLStreamHandlerRuntime (#471)
1485a419 : Add experimental support for Java 16 (#1059)
d60a5b23 : Fix validation test for Java 15 (#1052)
c53d9870 : Upgrade ASM to 8.0.1 (#1043)
1c5601bb : Happy birthday JDK 14! (#1033)
ed4653ee : Upgrade ASM to 8.0 (#1032)
bbff1f5b : Add link about integration of JaCoCo into Codacy (#1028)
c73490ef : Upgrade JUnit to 4.13 (#1026)
3b95f616 : Fix NPE (#1020)
23c2ca75 : Preserve compression method when instrumenting zip entries (#1018)
71f9341e : Update filter for suspending functions with tail call optimization (#1016)
04fe2006 : Add filter for Kotlin default methods (#1012)
5b225e7f : Documentation should advise usage of "mvn verify" instead of "mvn install" (#1013)
468fa994 : Add filter for bridge methods (#1010)
d013ac87 : Adjust test to reflect fix of JDK-8237528 in JDK 15 EA b08 (#1011)
17313eba : Add validation test for Kotlin lambda expressions (#1005)
7c41be6d : Fix typos in FAQ (#1000)
66acd844 : Add validation test for JEP 305: Pattern Matching for instanceof (#999)
b5f1b5d9 : Add experimental support for Java 15 class files (#992)
fbd00993 : Add filter for Records (#990)
6bcce697 : Happy New Year 2020!
99a0dc1f : Add validation tests for Java 14 switch expressions (#987)
60cf0dda : Absence of Pack200 in JDK 14 should not cause failure of JaCoCo build (#984)
7f565507 : Prepare for next development iteration
17df174f : Prepare release 0.8.5
f9a4a8ce : Access to static members should use qualifier of declaring type (#962)
3787b824 : Check presence of newline at the end of files during build
d166a076 : Add missing newline to the end of files
ed70cee5 : Check absence of trailing whitespaces in XML, XSL and DTD files during build
a14edfdc : Remove trailing whitespaces from XML, XSL and DTD files
f58ca932 : Check absence of trailing whitespaces in HTML, CSS and JS files during build
44733bfe : Remove trailing whitespaces in HTML, CSS and JS files
7f5caeaa : Check absence of trailing whitespaces in Java source files during build
71479220 : Remove trailing whitespaces in Java source files (#959)
a90c4989 : Update Eclipse preferences: enable removal of trailing whitespaces on save
829d60d2 : Update issue templates (#948)
d588da23 : Fix race condition in Ant test (#960)
9049fd0f : Normalize line endings in HTML, CSS and XSL source files (#957)
484dfa9d : Check code formatting during build (#956)
a7436953 : Normalize line endings in Java source files (#955)
674055ec : Format code base consistently (#954)
fba55342 : ContentTypeDetector should recognize future versions of Java class files (#952)
e1a9d4bd : Update documentation about "excludes" option of offline instrumentation (#951)
71df2722 : Use ASMs new Iterable API for better readability (#949)
08826cb2 : Upgrade ASM to 7.2 (#947)
4c83d07e : Report invalid coverage ratio configuration (#931)
b71209ad : Remove duplicate from throws clause
9f1efb2b : Remove unnecessary config elements from Ant tests
5ae7caf6 : Update license to EPL version 2.0 (#943)
18f571a7 : Fix NPE in StringSwitchEcjFilter (#944)
19ef126c : Fix NPE in KotlinWhenStringFilter (#942)
d0a73edd : Check whether source reference actually is a file (#941)
02682c9f : Use readable names for unit tests
8b586a98 : Update documentation about "excludes" option of agent (#932)
40c8fd89 : Prevent startup when runtime cannot be initialized (#910)
768968d8 : Happy birthday JDK 13!
70ea136d : Remove unnecessary about.html files (#934)
5d7c476a : Update 3rd party licenses (#918)
865fb1c6 : Fix substitution in `org.jacoco.ant/about.html` (#926)
5d4fcf7a : Add validation test for Scala synchronized block (#927)
9d7f71c6 : Add validation test for groovy.transform.builder.Builder (#865)
7b5be756 : Upgrade Groovy to 2.5.8
9a91884a : Add detection of Scala classes (#922)
6babdb52 : Replace import of JaCoCo "exec" file into SonarQube by import of XML (#913)
1d1cbfb4 : Fix typo
81ba87bb : Anonymous functions in Scala should not be filtered out (#912)
7a32ae36 : Add validation test for Kotlin control structures (#911)
86b27dc2 : Add link about JaCoCo integration into STAMP research project
844ef7ea : Fix broken links in integration matrix
c657faa1 : GUIdancer became Eclipse Jubula
86b26880 : Visual Studio Team Services was renamed to Azure DevOps Services
07f10794 : KotlinDefaultArgumentsFilter should not assume that all parameters consume one slot (#908)
103c66f5 : Build with JDK 14 EA in Travis
6be65643 : Add experimental support for Java 14 class files (#897)
d32e5b12 : Fix builds in Travis
6c623552 : ProbeInserter should update indexes of local variables in annotations (#894)
219088de : Do not filter out synthetic constructors that contain values of default arguments in Kotlin (#888)
fcb8ba13 : Add module for validation tests for Scala (#889)
0f782b1d : Fix test for JDK 13 EA >= b21 (#891)
fc28f2e8 : Fix headers in javadocs (#890)
b7efb625 : Filter unreachable branches in Kotlin open functions with default arguments (#887)
be17bad8 : Add validation tests for Groovy AST transformations (#863)
d6ffbce6 : Fix typo
4cae9d15 : Add validation test for groovy.transform.Sortable (#883)
b2833d3c : Add minimal project configuration for Eclipse (#880)
5322f07b : Add validation test for groovy.lang.Delegate (#861)
d0984730 : InstrumentingLoader should use findLoadedClass (#877)
120675c7 : Add validation test for groovy.transform.Immutable (#862)
7c90df8e : Add validation test for groovy.transform.AutoClone (#864)
1a476d57 : Upgrade Groovy to 2.5.7
ad14e972 : Prepare for next development iteration

+- Project: platform/external/jarjar

3eba37a : Update asm-7.0 to asm-9.2.
b137328 : Upgrading Jarjar to use ASM 7

+- Project: platform/external/javaparser

2686dc2a3 : Demote UnicodeInCode error to warning

+- Project: platform/external/jazzer-api

5190f27 : [LSC] Add LOCAL_LICENSE_KINDS to external/jazzer-api
e5aed2f : Build jazzer for host
9bb2048 : Update METADATA and OWNERS
3f21e91 : Add OWNERS, LICENSE, METADATA and Android.bp
b997679 : Initial empty repository
726cc6b : Fix failure with --config=toolchain
3707d34 : Update Bazel to 4.2.2
4cf1d2a : Use relative Labels where possible
3fed476 : Use a REPLACE hook for javax.naming.Context#lookup
2330115 : Make log4j a testonly dependency
f4e3fc2 : Add a warning to the Log4jFuzzer
6ae6784 : Add log4j CVE-2021-44228 example
86f5b94 : Add a sanitizer for javax.naming.Context#lookup
1c2e19b : Add size and timeout arguments to java_fuzz_target_test
5ca8fd7 : Report Map lookups as comparisons
3daebce : Disable GEP instrumentation by default (#248)
1571e29 : Add trophy from gson
afdf70c : Run CI tests on macOS 11
f1d94fb : Clean up CI setup
7c35154 : consumeChar fix (#250)
1bb402d : Update toolchain to LLVM 13
7f65bd1 : Use the toolchain in macOS CI runs
484ebb5 : Use the toolchain config in release builds
a813a8c : Explain incompatible_strict_action_env usage on Windows
4a482c7 : Update bazel_toolchain
5f7dfcb : Load @jazzer_libfuzzer from a GitHub release
8aa3d3c : Ensure that escapes are honored by fork and merge
bd6b2d1 : Make crash-reproducers compile properly
9ef9a9d : Make trampoline smaller (#243)
fdc1c24 : Document `--jvm_args` in the README
3b7fc14 : Update JaCoCo fork
c6db34c : Explicitly list source files instead of using glob
da956b7 : Print generated code when JAZZER_AUTOFUZZ_DEBUG is set
70e9992 : Implement code generation for consume and autofuzz
3041449 : Fix invalid object creation method invocation
6c5a741 : Suppress javac warnings on JaCoCo
efb9781 : Update abseil-cpp to fix compiler warnings
f690d18 : Silence sun.misc.Signal warning
cbfdbac : Extract JavaNoThrowMethods logic into a JaCoCo fork
fedcd55 : Port JavaNoThrowMethods to Java
75ef890 : Make actions fully hermetic
f20a7b3 : Update rules_jni to 0.3.0
0a33480 : Update rules_jni to v0.2.1
d1835d6 : Update formatters and reformat
40e8ea4 : Map rootpath to rlocation path in fuzz target test wrapper
57bbcf4 : Update rules_jni to v0.2.0
9739dbe : Make //:clang_on_linux public
40aa368 : Move java_export to separate package
09e50ce : Bring back toolchain config
8992185 : Do not use the disk cache for release builds
222705c : Build a release in CI
91e896f : Bump API version to 0.10.0
a172e20 : Rename parameters in FunctionN
71940af : Add Jazzer.autofuzz(FuzzedDataProvider, Consumer{1,2,3,4,5}) to the API
2d8947f : Add Jazzer.autofuzz(FuzzedDataProvider, Function{2,3,4,5}) to the API
afc33e3 : Add Jazzer.autofuzz(FuzzedDataProvider, Function1) to the Jazzer API
506d211 : Move ConsumerN and FunctionN to api package
a56cf70 : Add ConsumerN, FunctionN and autofuzz methods up to N=5
d4a1ce3 : Add Jazzer.consume to the Jazzer API
4d925f2 : Remove remaining loads of @rules_java
02219ea : Run CI tests against OpenJDK 17
09c56b9 : Update ClassGraph
ab3dbbb : Update bazel_skylib
39718d9 : Make rules_jvm_external a dev dependency
97eb20e : Remove dependency on bazel_common
bffc1b3 : README for autofuzz
7789571 : Enable globbing for exceptions to be ignored, e.g., --autofuzz_ignore="java.lang.*"
af4ca0b : Improve error messages in Autofuzz fuzz target
b13b2c9 : Only rescan classpath once before erroring out
29a221a : Make Jazzer constructor private
265e9d2 : Remove unused Maven dependency
00f81f7 : Improve Autofuzz' fuzzer byte budget handling
d474119 : Adapt replayer test for Windows
f14bd5d : Rescan the classpath when seeing many AutofillConstructionExceptions
b9ff393 : Explain the purpose of YourAverageJavaClass
bbb1014 : Improve flag descriptions of --autofuzz and --keep_going
3c45ad0 : Sort the return values of reflection methods
14b4ca4 : Replace isAssignableFrom checks with explicit classes
c3b6a1a : Fix invalid arguments in push_all.sh
5f509bf : Add a script that updates and pushes all images
9ca63f4 : Add cifuzz/jazzer-autofuzz image
387398b : Prevent early libFuzzer exits by replaying initial coverage for two runs
fab0333 : Return meaningful Class, Method, and Constructor instances
7a4b2ff : Explicitly use system ClassLoader to load classes
fa9ef28 : Add a call-to-action trailer to all AutofuzzErrors
ee1b4bd : Autoclose Closeables returned by autofuzz
fe90d4a : Allow fuzzing constructors
aa60a2e : Add an --autofuzz_ignore flag to ignore exception classes
908ee7f : Do not find our own classes
2fca962 : Fix NullPointerException when autofuzzing member functions
e824bad : Clean the stack traces of findings
eff8206 : Add autofuzz debug mode
11ad081 : Cache more things in the builder case
8a1a413 : More informative error message in case of no implementing class
aada4f8 : Sometimes return null for non-primitive types
b26fdf6 : Allow selecting a particular method for Autofuzz
9a804bb : Handle creating classes with a default constructor and setter methods
65b3309 : add the functionality to pick multiple values from a collection or array to the FuzzedDataProvider
bebc491 : Create object with nested builder class
8ffc98f : Implement --autofuzz option in the driver
7f7f6b1 : Implement the autofuzz fuzz target
c6908c8 : Make target_class optional in java_fuzz_target_test
bc8cb46 : Create Objects from classes implementing an interface
8311978 : refactor CannedFuzzedDataProvider so that it can is useful for multiple tests
b850995 : Add basic generic autofuzz and consume functionality
902bd22 : Also build the replayer for Windows
7aa82bc : Add sanitizer for expression language injection (#203)
37526a7 : Skip replayer test on Windows
e0b2efa : Mention Windows support in the README
24069c3 : BREAKING: Use OS-specific classpath separator to split jvm_args
818a503 : Return native path to temp file in driver
0929219 : Split agent arguments by ; instead of : on Windows
34784b7 : Adapt inline asm for Windows
5a3da22 : Look up runfiles in driver tests
9dd7a5e : Fix Windows test failures due to missing instrument agent lib
cfaf603 : Adapt rlocation to Windows in fuzz target test wrapper
30730a6 : Fix native library tests on Windows
994be11 : Work around Bazel's header dependency check failing on asan_blacklist.txt
e3bf614 : Statically link MSVCRT
9a4fd55 : Add Windows linkopts for sanitizer builds
a0b181b : Add copts and linkopts for Windows
b30fcfa : Replace SIGUSR1 with SIGTERM on Windows
db4b600 : Force clang-cl on Windows
4f92739 : Use target_compatible_with instead of filters
1ab9344 : Run CI tests for Windows
da63aef : Add re2j finding
9718849 : Remove explicit LD_LIBRARY_PATH from cifuzz/jazzer
5521236 : Add a stand-alone replayer
7907a8b : Extract FuzzedDataProvider into a stand-alone cc_library
27b15be : Use rules_jni
c470f96 : Recreate DefaultInfo instead of forwarding it
03dc414 : Drop explicit --agent_path argument in tests
faaad94 : Fix incorrect exit code in failure case
086e5ee : Fix std::pair comparison type mismatch
5e8a1d0 : Link jazzer binaries mostly statically
eca7008 : Explicitly convert filesystem::path to string
c2039f2 : Do not use uniform_int_distribution<char>
554bfe4 : Replace uses of dlsym and weak symbols
50d1f37 : Add missing include
f01953a : Do not use @rules_java and @rules_cc
3cf9618 : Reorder WORKSPACE.bazel
4a3a639 : Wrap kt_jvm_test in java_test for Windows compatibility
3afd0a6 : Update to Kotlin 1.5
889acea : Revert "Do not reexport symbols from repositories.bzl"
cdb2d87 : Do not reexport symbols from repositories.bzl
a7c816b : Restore compatibility with Kotlin 1.5
a8b443c : Optimize GC for high throughput (#189)
3e0e4f1 : Reorganize README and fix typo
caea023 : Provide a distroless Docker image
c91c0cc : Report coverage for all classes on the classpath
6d34701 : Move ClassNameGlobber into instrumentor library
48e1cfd : Fix regionMatches hook handling of regions exceeding the strings
239b9b9 : Simplify visibility in CoverageRecorder
a1bca7b : Shade the Kotlin stdlib in the agent
5d9848c : Print JVM stack traces on timeouts
28f917e : Update Bazel to 4.2.1
54347de : Replace resource_jars with runtime_deps
18cacc3 : Make dumpJacocoCoverage public
edbde87 : Move Jsoup finding to the top of the table
a2d2ff8 : Add Jsoup Findings to README
1e07f76 : Update to Bazel 4.2.0
2964e5c : Mark config_setting as publicly visible
5d23f7b : Use lld only with clang on Linux
8e369a2 : Make libFuzzer checkout smaller by stripping paths
fa940d4 : Do not build .pic.o for //driver
978a25e : Do not build unused shared libraries
c313169 : Clarify role of -std=c++17 in .bazelrc
792cb5c : Do not build cc_17_library twice with //...
5a1249e : Set CC=clang as repo_env
e4f4fc0 : Link the UBSan C++ runtime library
016c0ad : Use lld on Linux
62c8e67 : Use preinstalled Bazelisk
1aed472 : Use Bazel disk cache for macOS CI
63071a7 : Do not use toolchain in CI
0d4d618 : Fix visibility of //third_party:uses_toolchain
2ad87e6 : Use the Chromium Linux sysroot
89285d8 : Use an LLVM Bazel toolchain in the CI
3282049 : Find libjvm with a repository rule
fe5e2bd : Fix reproducer template
606bf2c : Update Bazel to 4.2.0rc3
40c3bd4 : Enable native fuzzing example on macOS
01a7ca8 : Exit with correct exit code on macOS
d2f7d3e : Add Apache Commons Compress CVEs
78623a5 : Update rules_kotlin
7e57e0e : Add process UUID to coverage ID sync file
ae8beed : Print JVM args that reproduce OOMs & stack overflows
6279f16 : Lower default -Xmx setting
186cc54 : Explicitly delete local JNI references
837fbb9 : Report custom readObject calls directly instead of through finalize
4bb5f05 : Silence misleading compilation warnings
1d881de : Update Bazel to 4.2.0rc1
de95806 : Make parts of the agent reusable without the driver
1c0deb3 : Make sanitizer library publically visible
80e94e4 : Allow making hook target class name shade-proof
158d38a : Restore g++ compatibility
a833232 : Register native callbacks on ClassInstrumentor initialization
a6f6408 : Update README.md
20e44ac : Update to ASM 9.2
1b11bd6 : Reenable access to `jazzer_api` by external repositories
fe0b95b : Dynamically export symbols from jazzer_driver
43bd323 : Improve LD_LIBRARY_PATH in jazzer and fuzz_target_test_wrapper.sh
4179c2f : Consistently use neverlink jazzer_api dep
2f09830 : Update dependencies and remove unused rules_python
47ad28e : Allow dumping instrumented classes
316da57 : Fix runfiles handling with jazzer_wrapper.sh
3ad5e1e : Update rules_jvm_external
224e8d0 : Add support for UBSan
edc2afa : Export LICENSE
008527b : Use Bazel runfiles library to locate agent
84b9c81 : Update platforms
9b9c5d8 : Update rules_foreign_cc
da4c3b9 : Add additional_jvm_args flag
6760841 : Close sync file instead of just releasing the lock
338f384 : Improve installation instructions
98b44a1 : Fix Jazzer agent lookup
dc92cad : Transition on cc_library rather than cc_binary
8902a81 : Let ExampleFuzzerWithNative crash with ASan report
e3b1445 : Remove leftover comment
7f9f12d : Pass quoted arguments to child processes
c50121b : Use `mkdir -p` to create artifact dir in `jazzer_wrapper.sh`
1a823f1 : Fix //:jazzer not finding the agent
8dda22e : Readd Jazzer internal classes to exclude list
b71bd32 : Exit early for transform on internal classes
b08828e : Let matcher match both normal and internal class names
7d40c0e : Update to Bazel 4.1.0
2e695d2 : Enable full remote caching
59ff078 : Enable remote cache via BuildBuddy
a96858c : Mention that json-smart issues are fixed
8ff6ac8 : Update list of OSS-Fuzz projects
fa86aa5 : Remove dependency on java.util.Regex
f4148eb : Prevent redundant Jazzer builds
f16d957 : Add a sanitizer for arbitrary reflective calls
3e1e48a : Add a sanitizer for insecure deserialization
0dcaf23 : Specify --java_runtime_version explicitly
839883c : Add agent JAR to bootstrap class loader search path
72a2594 : Load Java no throw methods eagerly
62fff38 : Make all instrumented modules read the unnamed module
013e9fe : Allow instrumenting internal classes
c5f4700 : Update libFuzzer
d49d891 : Add live at head and rules_fuzzing hint to README
f1c4bb5 : Ensure default -Xmx value is below -rss_limit_mb
cca74ef : Make --keep_going a uint32
34daa8b : Update rules_foreign_cc and fix TurboJpeg build
7000c31 : Simplify Bazel handling of JNI headers
bcd0b46 : Update JaCoCo to 0.8.7
317d88f : Remove explicit fuzzer settings that has become default
6567515 : Apply automated code cleanups
ca507ad : Support multiple hooks per method
8d9d2e8 : Make initialized this object available to <init> AFTER hooks
146649d : Reformat HookMethodVisitor
efde1db : Add Jazzer#guideTowardsEquality for byte[]
de0189a : Commit coverage IDs to disk before releasing the lock (#92)
d1ab840 : Reland "Switch to __sanitizer_weak_hook_compare_bytes"
45bd07e : Revert "Switch to __sanitizer_weak_hook_compare_bytes"
623b459 : Update Bazel to 4.1.0rc1
978ed6a : Disable caching on macOS
3180271 : Add missing workspace name to libFuzzer patch
17d3abf : Add option to generate coverage report
f1cbb00 : Fix JNI integration tests
94694a4 : Fix: Insert method probes after invocations
cb5f9ae : Refactor JaCoCo coverage instrumentation
9e09f7c : Add a neverlink API Bazel target
3ccef3e : Remove redundant dependency
6d3d4aa : Build driver and deps with C++17 via transition
8d966c4 : Use workspace macros for external dependencies
371d0e4 : Fix header layering violations
374f7ae : Delete redundant patch files
78cddb8 : Improve JNI exception handling in callbacks
519d7b9 : Switch to __sanitizer_weak_hook_compare_bytes
9c4818e : Switch to libFuzzer fork
4c6fb36 : Test on JDK 8 and JDK 15
c3060ca : Key cache by OS and JDK version
f566095 : Make PatchTestUtils compatible with Java 8
e74ebd7 : Key testlogs by JDK version
45f3290 : Drop Class#getPackageName() call for Java 8 compatibility
5ea0461 : Mark non-Java 8 targets as manual
aac21b6 : Adjust path to libjvm with JDK 8
18a98bd : Catch Throwables raised in transform
b0755ea : Verify Java 8 compatibility in the CI
7d27e5f : Enable Bazel disk cache in the CI
a295567 : Keep stack traces even on hot paths
f2acd03 : Fix a crash in computeDedupToken without hooks
455384a : Terminate libFuzzer on second SIGINT
47ef1c6 : Update libFuzzer
57e1230 : Expose trace callbacks to API
ba4a770 : Fix InvocationTargetException in reportFindingFromHook
352ec08 : Optionally omit the DEDUP_TOKEN
2b93d57 : Restore Java 8 compatibility
e0e4a98 : Fix dump of crashing input on sanitizer report
10a743b : Revert "Disable broken tests on OSX." (#68)
5affff5 : Fix formatting
33eb45d : Disable broken tests on OSX.
bfc1ec4 : Resolve libFuzzer warnings on missing sanitizer methods
82728d4 : Fix instrumentation failure on switch without keys
e56094d : Speculative fix for crashes in intercepted memcmp
1ade2d4 : Don't convert char to basic_string_view
8a7d6d7 : Make agent_lib publicly visible
2ffcdef : Mark fastjson findings as fixed
d0bb596 : Remove debug print (#59)
46c87ab : Add an example for a simple path traversal sanitizer
2dc537a : Add Jazzer API method for reporting findings from hooks
c7e0e9a : Make driver check for manually reported finding
04fd630 : Shade external dependencies
d49257e : Update FuzzCon info
a257ff5 : Show java-example OSS-Fuzz status in README
3d8345a : Fix order of frames in StackOverflowError trace
7bc987f : Label ExampleStackOverflowFuzzer as broken on macOS
2ecb9ff : Add missing exception checks
f4473df : Replace ExceptionOccured with ExceptionCheck
6e2e580 : Annotate severity and deduplicate StackOverflowErrors in Kotlin
f01b430 : fix: Improve JNI handling of fuzz target exceptions
75169dd : Skip library interception ignore list on macOS
e3b66f7 : Adapt README for macOS support
1bc102a : Mark tests broken on macOS
d3fd436 : Test macOS compatibility in CI
814dd66 : Use correct path to libjvm for macOS
5e91eae : Update FuzzCon speaker list
c95ecbf : Do not intercept JVM-internal C stdlib calls
7048752 : Print exit code on test failure
02f8914 : Pin non-native rules_python
f97bb51 : Replace -Wl,--wrap with a source code patch
2c8c48f : Build libFuzzer from source
6e3d256 : Run buildifier --lint=fix -r .
0d93c07 : Replace uses of quick_exit and at_quick_exit
f938920 : Revert "Do not intercept JVM-internal C stdlib calls (#45)"
71ac55c : Do not intercept JVM-internal C stdlib calls (#45)
20d72b4 : Add findings and link to OSS-Fuzz bugs (#47)
3be3607 : Run tests on latest OpenJDK (#46)
82afbf4 : Print out coverage IDs on sync errors (#44)
0a5f180 : Update "no throw" method list for Java 16 (#43)
ea12140 : Annotate OutOfMemoryError and StackOverflowError with severity (#39)
00f81b5 : Mention OSS-Fuzz integration in the README
3acf339 : Create CHANGELOG.md
787358b : Fix JsonSanitizerValidJsonFuzzer exception message
f401456 : Update README.md
5dbd56f : Make value profile independent of Jazzer build
e51010f : Add Kotlin fuzz target
e884cf5 : Add Apache Commons Compress findings
47fbf24 : Fix a README typo (#33)
2eec830 : Fix return in MySecondFuzzTarget
1b931fd : Make README example fuzz targets public
312c3ff : Fix cases array construction in switch instrumentation
3ad06ca : Rewrite the example fuzz targets to use SecurityBug and assert
901ec0f : Add a custom exception for security bugs
09bba1d : Enable assertions in agent and reproducers
ee3f096 : Make -seed overridable in java_fuzz_target_test
a71b1bd : Temporarily disable the Bazel cache
059b390 : Fix CannedFuzzedDataProvider class name in reproducers
64b42bd : Enable new Kotlin IR backend
14ada37 : Hook reflective calls
d62c07f : Move agent utils into own package
babea19 : Redo findings list
ec4dc5d : Add finding by @GanbaruTobi
509441b : Revert "Make junit a testonly dependency"
4b37786 : Synchronize coverage IDs between separate processes
4ad5978 : Pass pointer to argc/argv into the driver
090967e : Extract coverage ID generation out of EdgeCoverageInstrumentor
541c5c6 : Make fuzzerTestOneInput void
4fb408b : Use NeverZero instead of Saturated Counters for coverage
615d76f : Improve exception reporting in CoverageTracker
e71eb4b : Mention JaCoCo in the README
c7f9d1a : Increase coverage map size dynamically
0677032 : Skip instrumentation for known no-throw methods
97942a9 : Instrument edges instead of basic blocks
ecb84f9 : Increase jazzer-api version to 0.9.1
d1cb62c : Add "T pickValue(Collection<T> collection)" to FDP
434bbf3 : Add "char consumeChar(char min, char max)" to FDP
74e46fb : Explain limitations of value profile support better
da6f8a8 : Mention that jazzer-api is now on Maven
0228b32 : Make junit a testonly dependency
034917e : Enable strict visibility for Maven deps
9556070 : Add repository badges
51757bf : Automatically add Jazzer API as java_fuzz_target_test dep
676eff3 : Fix Bazel rules for Maven publishing
2e5bf53 : Add Bazel rule for Maven publishing
b775a6a : Fix handleInterrupt signature
f48f2ec : Repin Maven dependencies
5b94b7b : Optionally read fuzz target info from JAR manifest
0bcfd38 : Update dependencies (#5)
7d65a03 : Invite users to report findings (#6)
080f248 : Fix: Let jazzer find jazzer_driver outside working dir (#4)
6b42c04 : Remove Google Maven repo (#2)
4418e36 : Update README.md
867b6a1 : Add formatting action
bc6a1a6 : Add basic CI action
5246e52 : Initial commit

+- Project: platform/external/jemalloc_new

6922f449 : Tweak linux_glibc properties for musl builds in external/jemalloc_new
6412c821 : Disable je_* renaming for integration tests
7326a7c4 : Support compiling libjemalloc5 against musl

+- Project: platform/external/jsoncpp

1601ea0 : Upgrade jsoncpp to 1.9.5
c76a19a : Update cpe for vulnerability scanners Bug: http://b/201572953 Change-Id: I8e667b6475e00b84aebd8b0b0f5dec8f6f1c34ff

+- Project: platform/external/jsr305

5611cd4 : Make jsr305 anyapex-available
0151bf2 : Make jsr305 anyapex-available
0f468b6 : Add a Bazel BUILD file for jsr305.
5cef73d : Update OWNERS file

+- Project: platform/external/junit

03251e4 : Disable errorprone's DoNotCall check in junit

+- Project: platform/external/junit-params

deb7066 : Allow @TestCaseName to be for names that are compatible with CTS/AJUR

+- Project: platform/external/kernel-headers

fb64c5f : Update to v5.17 kernel headers.
3aa32ab : Update to v5.16 kernel headers.
8e96b43 : Update to v5.15 kernel headers.
a303a28 : Update to v5.14 kernel headers.
593d772 : Update to v5.13 kernel headers.

+- Project: platform/external/kmod

0126343 : Fix external/kmod compiling against musl

+- Project: platform/external/kotlinc

9b1baca : Move comment to license_note
d9a5ed8 : Expose Kotlin with JDK8 for use in APEX
0fae9f9 : Upgrade to Kotlin 1.6.10
1817a97 : Upgrade to Kotlin 1.6.10
b1bbba3 : Update Kotlin compiler to 1.5.30
de64cc5 : Add apex_available to kotlin-stdlib
d16115e : Upgrade to kotlinc 1.5.21
cc8434f : Revert^2 "Upgrade to kotlinc v1.5.0"
9473d02 : Revert "Upgrade to kotlinc v1.5.0"
e38466c : Revert "Upgrade to kotlinc v1.5.0"
5d105e3 : Revert "Upgrade to kotlinc v1.5.0"

+- Project: platform/external/kotlinx.atomicfu

77f1855 : Make kotlinx_atomicfu available to apexes
8b741c2 : Revert^2 "Remove kotlinx_atomicfu_transformer"
921aaed : Revert^2 "Merge tag '0.16.1'"
024e87b : Revert "Merge tag '0.16.1'"
3c22240 : Revert "Remove kotlinx_atomicfu_transformer"
c0a3a5c : Revert "Merge tag '0.16.1'"
3ac82ed : Revert "Remove kotlinx_atomicfu_transformer"
b2acfb7 : Revert "Merge tag '0.16.1'"
c84172f : Revert "Remove kotlinx_atomicfu_transformer"

+- Project: platform/external/kotlinx.coroutines

7687439c : Add a filegroup to allow exporting the kotlinx-coroutines-play-services src files
68bbe701 : Update METADATA for 1.5.2 merge
45547c06 : Version 1.5.2
3dcc3497 : Make supervisor samples runnable (#2897)
dfa1b634 : Update Kotlin (#2902)
d281a7cc : update: links to android resources added to references (#2898)
50807d0b : Fix typo in the documentation of CompletableJob#complete (#2900)
dbfb4aeb : Fix the API doc of launchIn operator (#2893)
810f28f2 : Verify that tests haven't written anything in the System.out (#2882)
b5679abf : Update DebugProbesKt.bin exclusion instruction (#2889)
e5c6cf9e : Remove redundant 'that' (#2887)
4508b133 : Fix a mistake in the API doc of CoroutineScope (#2888)
3e89a175 : Update binary compatibility validator to be compatible with upcoming Kotlin 1.6.0 (#2885)
dabe24e7 : Add a missing 'is' in the API doc of Job (#2883)
e123c8ab : Minor documentation tweaks
dfca05f0 : Fix typo in the deprecation message of BroadcastChannel<T>.asFlow()
3c29d96e : Remove a duplicated word in the API doc of GlobalScope (#2874)
b5da2582 : Reland: Add aliases for kotlinx.coroutines libraries
8c98180f : chore: wrap docs tree in chunk to include in Kotlin docs (#2861)
361f4f62 : Add missing resources to kotlinx.coroutines jars
50e9c198 : Revert "Add aliases for kotlinx.coroutines libraries"
7e762d32 : Optimize mutex implementation (#2851)
8baa7363 : Migrate from deprecated API
bbd13358 : Use setTimeout-based dispatcher on JS for ReactNative (#2846)
c21c4305 : Add aliases for kotlinx.coroutines libraries
39c97455 : Add kotlinx_coroutines_test
ea440c5b : Make helpRemove actually lock-free and address multiple chained removed nodes (#2795)
f85b2072 : Fixed a bug when onUndeliveredElement was invoked for normally-receive elements on JS (#2828)
3694ac9e : More precise SharedFlow lint message (#2830)
3f62cb8a : docs: fix ToC and add module name (#2815)
8b60fe87 : Fix copy-paste mistake in Flow<T>.runningFold() docs (#2836)
a3429f7f : Introduce TestResult into TestBase as the first preparation step to m… (#2827)
2571516c : Fix js tests (#2824)
b1aadee4 : Update flow.md (#2822)
55aced2c : Migrate from deprecated API and fix compilation warnings where possible
2a4c00bd : Version 1.5.1
69c3ce31 : Update Dokka and Knit to their stable versions, remove bintray leftovers (#2811)
f5e87400 : General cleanup (#2809)
c9ab4fd2 : Update Kotlin to 1.5.20 (#2810)
bcbcd16b : Upgrade to newest Dokka and Knit (#2805)
074cc3f7 : Update Lincheck to 2.14 (#2801)
6cd1883f : Cancel dispatched coroutine on Dispatchers.IO when the underlying Han… (#2784)
a327dfb5 : Remove opt-in annotation from internal MainTestDispatcher
e81ce210 : Introduce Task.await and Task.asDeferred with CancellationTokenSource (#2786)
d2c652e8 : Properly detect non-released reusable continuations in non-reusable o… (#2772)
a9e2f0b1 : Make releaseInterceptedContinuation final (#2785)
f7276577 : Remove InternalCoroutinesApi from overridden releaseInterceptedContinuation. (#2773)
3d62f649 : Clarify Dispatchers.IO's implementation note (#2780)
8ba04bce : Allow CopyableThrowable to modify exception message and document message identity in debugging.md
41e2cf9a : Verify integrity of the recovered exception's message on both code paths
93f5e0d0 : Update supervisorScope documentation to avoid confusion (#2757)
38535bf8 : Replace InternalCoroutinesApi with deprecation in NonCancellable (#2765)
8a4c130e : Update binary compatibility validator (#2764)
b852b201 : Use correct wording in shared-mutable-state-and-concurrency.md (#2734)
1392686e : Improve ':kotlinx-coroutines-core' substitution for all modules. (#2748)
a8ae0775 : Update reactive streams JAR version (#2744)
582086ce : Update R8 for Kotlin 1.5.0, enable DEX size metrics back (#2739)
537db247 : Depend on the local kotlinx-coroutines-core in android-unit-test project classpath (#2741)
c4a6ae10 : Take number of CPU cores into account in BlockingCoroutineDispatcherTest (#2737)
119e4433 : Fail eagerly during exceptions in isDispatchNeeded (#2733)
937180fb : Prevent StackOverflowError in CompletableFuture.asDeferred and proper… (#2731)
5121005e : Document and tweak the contract of Executor.asCoroutineDispatcher and ExecutorService.asCoroutineDispatcher (#2727)
623db413 : Add update, updateAndGet, and getAndUpdate extension functions to MutableStateFlow (#2729)
c2d218a0 : Fix typo in shareIn documentation (#2726)
00e6cbf9 : Fix examples in coroutine-basics.md (#2711)
73942eea : Move DebugProbesKt from debug to core module (#2716)
d858cba0 : User identityHashCode instead of deprecated `Kotlin_Any_hashCode` for… (#2710)
79e555e4 : Revert^2 "Merge tag '1.4.3'"
c03ca62e : Update link to Knit in CONTRIBUTING.md (#2712)
7741256c : Update changelog
894df7dc : Version 1.5.0
349566ca : Fix flaky SharingReferenceTest (#2709)
e64dad77 : Revert "Merge tag '1.4.3'"
95b7a13d : Flows returned by stateIn/shareIn keep strong reference to sharing job (#2701)
7053405e : Adjust deprecation message of 'poll' and 'receiveOrNull', explain the rationale and provide an alternative (#2704)
c3d711b1 : Revert displaying fake stack frames as method calls (#2695)
c4242deb : Fix a flaky test (#2677)
e13b2044 : Fix sample code for ReactorContext (#2682)
a3b60437 : Fail-fast in emitAll implementation from onCompletion (#2700)
0fcd1d8b : update: new URLs for WebHelp XML schemas (#2699)
0dc50e94 : Rename TimeSource to AbstractTimeSource due to KT-42625 (#2696)
9d2a7560 : Add support for watchosX64 (#2679)
14e5cdaf : Revert "Merge tag '1.4.3'"
cd3cb31b : Revert "Merge tag '1.4.3'"
cc6c41d5 : Fix a typo in an exception message (#2693)
32336be8 : Replace deprecated UseExperimental annotation (#2684)
1b1d7896 : update: update kc.tree (#2666)
5813f28f : Fix typo in GlobalScope docs
43c91cc1 : fix: remove coroutines-basic-jvm.md from TOC (#2676)
497312e9 : Version 1.5.0-RC
e61ef4bb : Update Kotlin to 1.5.0 (#2674)
47a063c0 : Remove the @ExperimentalCoroutinesApi annotation from reactive integrations (#2670)
3116b8c8 : CoroutinesTimeout for JUnit5 (#2402)
05d30189 : Fixes for the reactive integrations (#2617)
835ee18f : Add a way to construct ReactorContext from ContextView (#2622)
347feedb : Remove dev repositories and Bintray usages where applicable (#2587)
44ebdef3 : Use cancellation exception from standard library in Kotlin/JS and K/N (#2638)
f19ae191 : Post-release cleanup (#2562)
99b47582 : Test invariant that IDEA evaluator depends on (#2525)
40f79ff8 : Introduce Flow.last and Flow.lastOrNull operators (#2662)
5cd57e72 : Add ChannelResult.onClosed (#2665)
b400b027 : Add debugger-related manifest to root metadata artifact of kotlinx-coroutines-core (#2632)
e49cf796 : Mention benign data-race in getResult (#2663)
71df60e7 : Deprecate awaitSingleOr*, specialize some await* functions for Mono and Maybe (#2628)
cefb84f6 : Update coroutines-guide.md link (#2661)
c752d64c : Shared overflow doc (#2560)
998f67ba : Properly implement replacement for Flow<T>.concatWith(flow) to avoid deadlocks when the downstream throws, but other flow has no elements in it (#2659)
6a42a770 : Mark GlobalScope as delicate API and rewrite coroutine basics doc without it (#2637)
8bb5210c : Consistently handle exceptions in reactive streams (#2646)
95ad4449 : Fix missing indent in @InternalCoroutinesApi warning message
e62f8f71 : Migration to Kotlin 1.5.0-RC (#2653)
7872f8fc : Mark BroadcastChannel, ConflatedBroadcastChannel and all related oper… (#2647)
3c83c0cf : Deprecate SendChannel.offer and ReceiveChannel.poll, replace their usages along the codebase (#2644)
7b1f3b37 : Introduce runningFold operator, make scan alias to runningFold (#2645)
df16bbf8 : Better NonCancellable docs (#2633)
d905e821 : Embrace new channel API, stabilize callbackFlow (#2643)
12f4dbc9 : Remove debug output from test
80862a5a : Fix a flaky test in MonoTest (#2635)
6a6b34cf : Adjust deprecations in reactive integrations
43df0328 : Hide obsolete Channels API in a backwards-compatible manner
4c90fd4a : Fix minBy/maxBy usages (#2636)
b61a66c7 : Display artificial stack frames as calls to functions instead of text (#2461)
d23dd3d7 : Remove internal 'checkCompletion' function and replace it with the identical 'ensureActive' extension to reduce code duplication (#2467)
86a0658a : Make the subscriber in awaitOne less permissive (#2586)
b7e08b8f : Fix bad link in debug-coroutines-with-idea.md (#2634)
f2f49b09 : Complete mono { } on cancellation (#2606)
eb963e84 : Remove deprecated SendChannel.isFull (#2613)
98532c9f : Deprecation and migration of receiveOrNull and onReceiveOrNull. (#2612)
7ae273c6 : Fix wrong docs on Job.join (#2616)
ea039ea0 : update: delete -Xcoroutines flag since it will be removed in Kotlin 1.5.0 (#2620)
2021b5ae : Update contribution guide (#2608)
a67fd8e2 : Introduce trySend and tryReceive channel operations as a future replacement for error-prone offer, poll and receiveOrNull
ed8e8d1a : Introduce ChannelResult and receiveCatching/onReceiveCatching
e608dfbb : Rework reusability control in cancellable continuation (#2581)
5f9e52c5 : Update SharedFlow documentation (#2437)
5eca49cf : Fix typo in StateFlow docs (#2508)
7c6c72fb : Allow extra suspension in Lincheck tests for `Semaphore.acquire()` (#2602)
05f7d5df : Simplify internal coroutines machinery (#2512)
f2940d5d : Update Gradle for Kotlin 1.5, add space-dev repository (#2598)
6f13927e : Do not initialize CoroutineExceptionHandler in Job <clinit> (#2513)
81e51a34 : Mention default buffering in flattenMerge documentation (#2583)
e15970b8 : Fix Job.children docs (#2592)
cbf3f244 : Fix typo in flow/Builders.kt (#2589)
25a33d4e : Fix docs for filter. (#2555)
edd584ac : Improve readability. (#2563)
187f0aa8 : Properly reference coroutines-guide-ui.md when opening page from a website
a8d55d6c : Replace deprecated '*compile' configurations. (#2574)
defd0ec4 : Fix a test that was flaky because of BlockHound (#2572)

+- Project: platform/external/kotlinx.metadata

467ec3f : Add visibity for androidx prebuilts.
7224d40 : Add visibity for androidx prebuilts.
91a3cdb : Add visibity for androidx prebuilts.
d88fcae : Revert^2 "Update kotlinx-metadata-jvm to 0.3.0"
6671690 : Revert "Update kotlinx-metadata-jvm to 0.3.0"
c35f822 : Revert "Update kotlinx-metadata-jvm to 0.3.0"
e022c62 : Revert "Update kotlinx-metadata-jvm to 0.3.0"

+- Project: platform/external/ksoap2

94ace42 : Jeff moved to a different team so remove him from OWNERS

+- Project: platform/external/libabigail

52e1656d : abitidy: postone reachability attribute clearing pass
dfe849b6 : abitidy: improve usage message
aa700d33 : abitidy: include <algorithm> header
0020daca : abidiff: speed up with performance hack
1e7588b1 : abitidy: add pass to drop extra abidw --load-all-types attributes
15b3dff9 : abitidy: split out unset_attribute functionality
46f72abb : symtab reader: fix up alternative addresses
629451a6 : Bug 28191 - Interpret DWARF 5 addrx locations
b61bbd72 : Bug 28319 - abidw - regression in treatment of anonymous enums in structs
68579af3 : Disable CTF reader
da04752d : DWARF reader: fix case statement fall-through warning
eca6d3f9 : XML writer: drop write_elf_symbols_table variable emitted_syms
9e9f1685 : IR: clean up look_through_decl_only* functions
15fb4c94 : XML writer: make sort_types return values
255b102c : XML writer: refactor write_referenced_types
95522bf2 : XML writer: address possible referenced type tracking issues
befd0db8 : XML writer: remove early type id allocation in write_member_type
927814cf : XML writer: no longer pass type ids to write_ functions
a59df4d4 : XML writer: do not create extra temporary referenced type shared_ptr
99d75931 : XML writer: unify type emission tracking
1a5432a1 : XML writer: improve slightly emission of top-level declarations
77d4f9b6 : XML writer: resolve declaration-only enum definitions
e0241981 : XML writer: map type ids by bare pointer
9542d2c2 : XML writer: track emitted types by bare pointer
120e51de : Revert "Revert "abg-reader: tidy logic around iterating over corpus nodes""
e5a13c89 : Revert "Revert "Merge aosp/upstream-master into aosp/master""
5839c3ee : Revert "Bug 28584 - Don't drop global variables that lack DW_AT_external"
86fc93ca : Resolve libabigail differences.
71633a7c : Handle several variants of Python 'imp', 'importlib' modules
10fda2aa : suppression: Fix compilation warning on el7
b1bbb67b : ctf-reader: Assert on ir::hash_as_canonical_type_or_constant
cc1f38ff : Replace Python 'import importlib' with 'import importlib.machinery'
968fe8c0 : fedabipkgdiff: Also accept MIME type 'application/x-redhat-package-manager' for RPM files
f0582fdb : Replace use of deprecated Python 'imp' module with 'importlib'
feb441e2 : fedabipkgdiff: Enable testing without proper Koji installation
daf38b82 : abipkgdiff: Use 'convert_path_to_relative' in 'create_abi_file_path'
0e38678c : abipkgdiff: Respect 'create_abi_file_path' interface
70154559 : configure: Instead of for rpm 4.15+ version, test actual rpm/zstd support
0101d472 : Further update 'make distcheck-fast'
3e073c34 : Add '.mailmap'
7d30a3da : configure: Tune fedabipkgdiff dependencies detection
544d8b60 : CONTRIBUTING: Move "Coding language and style" section
21e0280a : dwarf-reader: Workaround libdw dwarf_location_expression bug
4aca8311 : Resolve libabigail differences.
f76484cc : Add regression tests for ctf reading
1e6a98ef : ctf-reader: Fix length in dynamic array definition
497357cf : Better highlight 'make distcheck-fast'
6ed534a3 : XML writer: use exemplar types for tracking referenced types
74a2866e : XML writer: use consistent type pointers for type ids and emission tracking
12ec78a1 : abitidy: do not treat subrange element as a type
41591b82 : abitidy: ignore naming-typedef-id when comparing elements
59b0642b : abitidy: reanonymise named anonymous types
762949ce : reader: Build array types with their element type "a priori"
3e0eeb9f : suppression: Fix has_data_member_inserted_between = {offset_of(), offset_of()}
1b5864a5 : abitidy: limit comments to 72 columns
ce38bd24 : XML writer: adjust tracking of emitted declarations
e6f3193b : ctf-reader: Fix memory leak reported by valgrind
b5a914c2 : ctf-reader: Use ABG_ASSERT instead of assert
7f60fbc9 : ctf-reader: Make create_read_context return a smart pointer.
45c45d28 : ctf-reader: Remove useless parameter from fill_ctf_section
ab77eb0d : ctf-reader: Use argument by reference reading the context
18569fc1 : abidw: add support for CTF
8324a223 : ctf: ctf_reader::read_corpus now sets a status
eea4e92b : Standardize and improve the output of several tests
41625582 : test-utils: Define test status reporting functions
c9e74e49 : test-utils: Define colors for test status messages
dbcc2aad : Bug 28584 - Don't drop global variables that lack DW_AT_external
42c7a4e0 : Extend (header) visibility to //external/stg
5ac010cc : Bug 28584 - Don't drop global variables that lack DW_AT_external
ddad5601 : Move dwarf_reader::status facilities to an abigail::elf_reader namespace
eab50ee4 : abg-config.{cc,h}: Misc comment cleanups
522cc62b : abidw: Add --abixml-version
861e4670 : Bug 28450 - Fix cloned member function handling in DWARF
e8687287 : abg-ctf-reader: use the right string table for CTF data
cb55fde4 : elf_helpers: new utility function find_strtab_for_symtab_section
b7ba0fe8 : test-abicompat: Make the test output more pleasant
38d883cc : abicompat: Add prompt message for abnormal operation
c36f8028 : abilint: Add prompt message for abnormal operation
d71d76db : ctf: make libabigail::ctf_reader::read_corpus reentrant
3592d272 : Fix trivial typo when printing message
8c22f5fd : Add support for the CTF debug format to libabigail.
ba18218e : abicompat: Add prompt message for abnormal operation
cf70e869 : abilint: fix trivial typo when using abilint
5c671696 : Fix trivial typo when printing help information
7f57aa79 : PR28365 - Assert on empty typedef on webkit2gtk3-jsc-2.32.3-1.fc34.x86_64
af9b4c14 : Tweak clang-format configuration
72034525 : Fixing incorrect symbol
faba5aba : Update licensing information on the web page after 2.0
824e104a : Add debug info package for wireshark-cli-3.4.9-1.fc36.x86_64.rpm
99128326 : Bug 28364 - libwiretap fails self comparison
6e679b90 : writer: Don't forget that a naming typedef is referenced
50e12bd3 : writer: Don't forget when emitting array subrange types
89fb9063 : writer: Don't forget to emit types referenced by function types
a10aee07 : ir: Avoid canonicalizing types that are not meant to
53c0601b : tests/Makefile.am: Fix warning
623391a0 : Add --enable-debug-type-canonicalization to configure
ec8dc110 : Improve type (de)serialization instability debugging
25252880 : abitidy: strip naming-typedef-id from more elements
c757289e : Bump to 2.1 version
438015b7 : Update libabigail web page for 2.0 release
5be914fe : Fix tarball upload directory
7060a0b2 : Update ChangeLog for 2.0
a48b2c9f : Update NEWS file for 2.0
c00add2a : Bug 27086 - Consider all C++ virtual destructors when there are many
9ddfe1d8 : dwarf-reader: Indent
86a1738d : Bug 27970 - Duplicated member functions cause spurious self comparison changes
1115e3f0 : abipkgdiff: Do not erase working dirs before we are done using them
321da666 : Bug 28316 - Failure to represent typedef named anonymous enums
6dc5e281 : abipkgdiff: Fix showing added/removed files
2fb8ba4a : Link against libfts when building with musl
2981a454 : RHBZ1944102 - self comparing ABI of protobuf-3.14.0-2.el9 failed
c90a7b77 : Revert "Merge aosp/upstream-master into aosp/master"
7722229b : Revert "abg-reader: tidy logic around iterating over corpus nodes"
89312c5c : Revert "Merge aosp/upstream-master into aosp/master"
49824a04 : Revert "abg-reader: tidy logic around iterating over corpus nodes"
7488c8df : RHBZ1951496 - ir: Acknowledge that "void type" is not canonicalized
3800fff5 : writer: Avoid sigsev on types with no translation unit
c8082636 : xml-reader: Get back to original way of building qualified types
08af5dae : ir: Fix canonical type propagation cancelling
d1a8eae8 : ir: Avoid infinite loop during type canonicalization
4e029df8 : writer: escape enum linkage name in abixml
022faf70 : RHBZ-1944096 - assertion failure during self comparison of systemd
4e975fe2 : abg-reader: tidy logic around iterating over corpus nodes
190350a3 : Bug 27985 - abidiff: bad array types in report
0907d84a : abg-writer: faster referenced type emission tests
f78b78af : tools-utils: Do not skip symbolic links when analyzing a linux tree
ca08bae7 : RHBZ 1925886 - Compare anonymous types without qualified names
dd0861c9 : Bug 27236 - Don't forget to emit some referenced types
cc257412 : Bug 27236 - Allow updating classes from abixml
39ba8596 : Bug 27236 - Fix the canonical type propagation optimization
46b1ab08 : Bug 27995 - Self comparison error from abixml file
2d276b67 : ir: Tighten type comparison optimization for Linux kernel binaries
d71518db : ir: Tighten the test for anonymous data member
8926b2f3 : ir: Improve the debugging facilities
c66c4b33 : Revert "Add --merge-translation-units option."
cf8444c1 : abitidy: add pass to limit location information
d59687be : abitidy: fix function documentation
1f8b13cf : abitidy: add pass to drop naming-typedef-id attributes
584a9f78 : abitidy: improve usage description of --all
f5741066 : abitidy: fix typo in usage string
17bf1a5e : PR28060 - Invalid offset for bitfields
c7ba20ee : abg-ir.h: add declaration of operator<< for elf_symbol::visibility
ad8da274 : ir: remove "is Linux string constant" property from elf_symbol
04b4798e : Consistently use std::unique_ptr for private implementations (pimpl)
cfd81dec : PR28060 - Invalid offset for bitfields
e6fd6b8a : abg-ir.h: add declaration of operator<< for elf_symbol::visibility
401ec26b : ir: remove "is Linux string constant" property from elf_symbol
86c06ad6 : Consistently use std::unique_ptr for private implementations (pimpl)
578ba121 : symtab-reader: add support for binaries compiled with CFI
3a22dfaf : elf-helpers: refactor find_symbol_table_section
f5c7a753 : abitidy: improve usage message
8d68c58a : abitidy: filter symbols
0a70b78f : abitidy: use elf-symbol-id as symbol-declaration link attribute
9e28c625 : abg-reader: Create a fresh corpus object per corpus
0e88dde5 : abg-reader: Ensure corpus always has a symtab reader
67e7925f : dwarf-reader: Create new corpus unconditionally
6e04eb2e : abitidy: simplify code by finding and processing root element
292bdfc4 : Reland aosp/1642964:
e2e253e5 : Bug 27980 - Fix updating of type scope upon type canonicalization
39d83757 : abitidy: sort overloaded functions better
06177c2d : abitidy: sort via comparison instead of with bespoke maps
0354cf42 : Enable building with C++17
2ec38c2c : Allow C++17 code to be compiled
a11dc885 : abitidy: sort all abi-corpus-group abi-corpus abi-instr together
c049bc38 : abitidy: add --abort-on-untyped-symbols option
a35882e5 : abitidy: add --report-untyped option
a4084ab2 : abitidy: sort namespaces, types and declarations
84b17ed3 : abitidy: tidy code
08997f6f : symtab-reader: add support for binaries compiled with CFI
caf06d7e : abg-reader: Create a fresh corpus object per corpus
25bd77e3 : abg-reader: Ensure corpus always has a symtab reader
5ccbfd4f : dwarf-reader: Create new corpus unconditionally
6462ab55 : elf-helpers: refactor find_symbol_table_section
519d7ce8 : Fix trivial typo when printing version string
d604e337 : Revert "Fix trivial typo when printing version string"
ad619f14 : Fix trivial typo when printing version string
e330b57a : doc: Fix typo
9238ff4b : abg-reader: Fix typo
923a355f : abidw: Remove temporary .typeid files when using --debug-abidiff
9681ab04 : Fix recursive array type definition
1cfbff1b : rhbz1951526 - SELF CHECK FAILED for 'gimp-2.10'
ed87d0a2 : reader: Canonicalizing a type once is enough
f7ad3366 : ir: make 'debug(artefact)' support showing enums
f7e6ce31 : location:expand() shouldn't crash when no location manager available
d1b4247c : Add environment::{get_type_id_from_pointer,get_canonical_type_from_type_id}
e9e3e064 : ir: Enable setting breakpoint on first type inequality
359dfbe6 : abitidy: handle duplicate type definitions
28ad60b8 : Use libbuildversion to get the build number.
0c827ae4 : Remove dependency on git.
ddd1c0e3 : abitidy: improve readability of string comparisons
56d1bc96 : abitidy: adjust usage message to reflect action order
b00ba10e : xml reader: Fix recursive qualified & reference type definition
7a9fa3fe : abixml reader: Fix recursive type definition handling
d9494744 : Introduce artificial locations
27d29271 : Detect abixml canonical type instability during abidw --debug-abidiff
104468d1 : Detect failed self comparison in type canonicalization of abixml
6eee4091 : Add primitives callable from the command line of the debugger
e89bf5ab : Peel array types when peeling pointers from a type
fa5ff32a : Fix DWARF type DIE canonicalization
073185e7 : Miscellaneous indentation and comments cleanups
26c41c06 : Fix thinko in configure.ac
1656f9dd : reader: Use xmlFirstElementChild/xmlNextElementSibling to iterate over children elements
09c7a773 : reader: Use xmlFirstElementChild and xmlNextElementSibling rather than xml::advance_to_next_sibling_element
dd555503 : reader: Handle 'abi-corpus' element being possibly empty
67dcde31 : abitidy: normalise anonymous type names
ef3e1d44 : abitidy: prune unreachable elements
34a15bef : abitidy: drop empty elements
e0a6d59e : abitidy: add to Android build
a6616a5d : abitidy: initial revision and skeleton
b215a211 : dwarf-reader: properly set artificial-ness in opaque types
a16b922b : dwarf-reader: Canonicalize opaque enums and classes
b0e1e61c : [LSC] Add LOCAL_LICENSE_KINDS to external/libabigail

+- Project: platform/external/libaom

213e8ef : Move comment to license_note
1fa6aaf : dr_prediction_z2_HxW_neon: fix overread of global table
a029c62 : [LSC] Add LOCAL_LICENSE_KINDS to external/libaom
c69f4f7 : libaom: update to v3.2.0
c0d9853 : Fill license_text field in Android.bp

+- Project: platform/external/libavc

27fbb43 : encoder: Fix out of bound access of prediction buffer
949f27c : encoder: Fix out of bound access of prediction buffer
672f2bf : Encoder: Rename INSERT_EPB
c79d0f5 : encoder: Fix out of bound access of prediction buffer
b668003 : Fix fuzzer build failure in oss-fuzz for honggfuzz engine
d1e64cc : Decoder: add support for KEEP_THREADS_ACTIVE
ca68f61 : Builds: Modular cmake scripts added
7faf131 : Export header files
91e3d65 : Pruning departed users from OWNERS
23247c8 : Move slice increments after completing header parsing
cd0385d : Move slice increments after completing header parsing
bbe80a7 : Encoder: Fix memory uninitialized issue in the encoder
c9d7c5c : Encoder: Fix memory uninitialized issue in the encoder
fa13b30 : Decoder: Update check for increment u2_cur_slice_num
986b1ff : encoder: fix invalid free of raw buffers
b59de5a : avcenc: Add bitstream overflow check during emulation prevention
afa70dd : Validate input dimensions in process()

+- Project: platform/external/libbackup

e9be183 : Transfer ownership of backup lib to current B+R Platform team.

+- Project: platform/external/libbpf

ae6cd33 : Add libbpf to hwasan-postsubmit
ff0dd64 : libbpf: run libbpf_load_test in presubmit
57c0335 : btfloader: don't retry BTF loading after success
c6828c8 : Make full libbpf visible to libbpf-tools
616e3af : libbpf: support building bpftool
41100a6 : btfloader: allow using btf__get_map_kv_tids()
67f813c : README: add libbpf distro packaging badge
2cd2d03 : libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0
528094c : sync: latest libbpf changes from kernel
37493e6 : libbpf: Fix compilation warning due to mismatched printf format
b0a3b9e : libbpf: Add BPF_KPROBE_SYSCALL macro
f7e08b4 : libbpf: Fix accessing the first syscall argument on s390
9f6e3a7 : libbpf: Fix accessing the first syscall argument on arm64
f1a756d : libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALL
32c19d8 : libbpf: Fix accessing syscall arguments on riscv
497ec1d : libbpf: Fix riscv register names
8a28842 : libbpf: Fix accessing syscall arguments on powerpc
50b4d99 : libbpf: Add PT_REGS_SYSCALL_REGS macro
f5bd705 : libbpf: Fix signedness bug in btf_dump_array_data()
1ceec54 : libbpf: Remove mode check in libbpf_set_strict_mode()
b603b1a : switch to using OWNERS from system/bpf
1ac6c69 : libbpf_minimal: vendor_available
d6783c2 : README: update Ubuntu package link
fb63370 : btfloader: fix BTF loading error on 5.4 kernel
cdef825 : ci: bump LLVM_VER to 15
fd181bc : sync: latest libbpf changes from kernel
47673bd : libbpf: Deprecate forgotten btf__get_map_kv_tids()
2044282 : libbpf: Deprecate priv/set_priv storage
a9cd83a : libbpf: Stop using deprecated bpf_map__is_offload_neutral()
352c13c : libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run
a7a3a88 : libbpf: Open code raw_tp_open and link_create commands.
bd402dc : libbpf: Open code low level bpf commands.
c245b0e : libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitions
74dcd1b : libbpf: Deprecate btf_ext rec_size APIs
9f276b2 : selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
9a64065 : sync: move bpf-next checkpoint to include selftests fixes
ae220ad : ci: no longer remove elfutils while building the fuzzer
e578be3 : Add LOCAL_LICENSE_KINDS to external/libbpf
fec0813 : sync: regenerate vmlinux.h to include TASK_COMM_LEN constant
1e702e8 : sync: latest libbpf changes from kernel
bad4fa1 : sync: auto-generate latest BPF helpers
b2a7b16 : libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIs
638311d : libbpf: deprecate bpf_map__resize()
e72ac68 : libbpf: hide and discourage inconsistently named getters
d2818a8 : libbpf: Fix the incorrect register read for syscalls on x86_64
c0c3f46 : libbpf: Mark bpf_object__open_xattr() deprecated
1af0f62 : libbpf: Mark bpf_object__open_buffer() API deprecated
04aef6c : libbpf: Add "iter.s" section for sleepable bpf iterator programs
a9491bb : bpf: Add bpf_copy_from_user_task() helper
fb0b8a7 : net: xdp: introduce bpf_xdp_pointer utility routine
4ae8923 : libbpf: Add SEC name for xdp frags programs
9af0e19 : bpf: introduce bpf_xdp_get_buff_len helper
57df70e : bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
da06e3e : perf: Add new macros for mem_hops field
b4b6e4d : sync: start syncing perf_event.h UAPI header as well
0ee425c : ci: add Ubuntu instructions for s390x-self-hosted-builder
f1085fe : ci: add s390x-self-hosted-builder's user to kvm group
393a058 : tests: move the fuzzer upstream
3febb8a : ci: update s390x blacklist
5daafdc : ci: regenerate and check in latest vmlinux.h
78e816a : sync: latest libbpf changes from kernel
d2ea0e2 : sync: auto-generate latest BPF helpers
8fbe7ee : libbpf: streamline low-level XDP APIs
d788cd5 : libbpf: deprecate legacy BPF map definitions
ab022c8 : bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
75c7c72 : libbpf: Improve btf__add_btf() with an additional hashmap for strings.
0f99d97 : uapi/bpf: Add missing description and returns for helper documentation
8404d13 : libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
b1a455e : Add dependency on libz
2ca6f10 : libbpf: introduce btfloader
bdac6aa : build full libbpf for device
34bb032 : build libelf-free minimal libbpf for device
be89b28 : sync: latest libbpf changes from kernel
7b8e97b : libbpf: Deprecate bpf_map__def() API
5b6dfd7 : libbpf: Fix possible NULL pointer dereference when destroying skeleton
e0de05d : libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
d5daf27 : libbpf: Use IS_ERR_OR_NULL() in hashmap__free()
cde5b41 : gro: add ability to control gro max packet size
060c8a9 : include: Include linux/stddef.h
22411ac : ci: Add userfaultfd kernel config
e99f34e : sync: latest libbpf changes from kernel
4449d71 : libbpf: Add documentation for bpf_map batch operations
1293219 : libbpf 1.0: Deprecate bpf_object__find_map_by_offset() API
8440112 : libbpf 1.0: Deprecate bpf_map__is_offload_neutral()
b0c3d71 : libbpf: Support repeated legacy kprobes on same function
c2f2c26 : libbpf: Use probe_name for legacy kprobe
2e52e09 : libbpf: Deprecate bpf_perf_event_read_simple() API
0171976 : libbpf: Improve LINUX_VERSION_CODE detection
3f592a5 : libbpf: Use 100-character limit to make bpf_tracing.h easier to read
0557ad0 : libbpf: Normalize PT_REGS_xxx() macro definitions
d923688 : Export libbpf headers from bpf/ directory
7c382f0 : ci: Add conntrack kernel config
ceba6a7 : travis-ci/rootfs: Fix mount(8) invocation for Arch Linux
bf7aace : Fix comparison operator in API documentation
af2da67 : sync: latest libbpf changes from kernel
1321a8b : libbpf: Do not use btf_dump__new() macro in C++ mode
287d0d0 : Add documentation for error checking in API
9fab7c8 : ci: Add a step to patch kernel with temporary fixes
96268bf : sync: latest libbpf changes from kernel
168cf9b : libbpf: Rework feature-probing APIs
8e706dd : libbpf: Avoid reading past ELF data section end when copying license
dc49f2d : ci: add LIRC kernel config
1965663 : vmtest: blacklist bpf_loop and get_func_args_test for s390x
61acde2 : sync: latest libbpf changes from kernel
266e897 : sync: auto-generate latest BPF helpers
7152ecf : libbpf: Mark bpf_object__find_program_by_title API deprecated.
216eaa7 : libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
a4e725f : libbpf: Add sane strncpy alternative and use it internally
df5689f : libbpf: Fix potential uninit memory read
6894f57 : libbpf: Add doc comments for bpf_program__(un)pin()
2b0d408 : bpf: Add get_func_[arg|ret|arg_cnt] helpers
ac20634 : libbpf: Don't validate TYPE_ID relo's original imm value
04804b4 : bpf: Add bpf_strncmp helper
16bb788 : libbpf: Fix gen_loader assumption on number of programs.
5eb804a : Bonding: add arp_missed_max option
bcf58fc : sync: latest libbpf changes from kernel
1f83414 : sync: auto-generate latest BPF helpers
a0ddf21 : tools: sync uapi/linux/if_link.h header
bb14c6f : libbpf: Add "bool skipped" to struct bpf_map
c7dedfe : libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
f13e766 : libbpf: Deprecate bpf_object__load_xattr()
9091081 : libbpf: Add per-program log buffer setter and getter
eb9d74e : libbpf: Preserve kernel error code and remove kprobe prog type guessing
d9b3fae : libbpf: Improve logging around BPF program loading
dc1df24 : libbpf: Allow passing user log setting through bpf_object_open_opts
0504b7f : libbpf: Allow passing preallocated log_buf when loading BTF into kernel
3c93f7d : libbpf: Add OPTS-based bpf_btf_load() API
896a3ae : libbpf: Fix bpf_prog_load() log_buf logic for log_level 0
728b172 : libbpf: Add doc comments in libbpf.h
0494181 : libbpf: Fix trivial typo
c3c540b : libbpf: Reduce bpf_core_apply_relo_insn() stack usage.
b633ace : libbpf: Deprecate bpf_prog_load_xattr() API
d761220 : libbpf: Add API to get/set log_level at per-program level
ac1c007 : libbpf: Use __u32 fields in bpf_map_create_opts
01b2b45 : libbpf: Clean gen_loader's attach kind.
a7935b9 : libbpf: Support init of inner maps in light skeleton.
5f887b3 : libbpf: Use CO-RE in the kernel in light skeleton.
20e7ed5 : libbpf: Cleanup struct bpf_core_cand.
d785a21 : bpf: Pass a set of bpf_core_relo-s to prog_load command.
8e43882 : bpf: Define enum bpf_core_relo_kind as uapi.
2be7e6a : bpf: Prepare relo_core.c for kernel duty.
b9bd1f8 : libbpf: Replace btf__type_by_id() with btf_type_by_id().
c4da809 : libbpf: Avoid reload of imm for weak, unresolved, repeating ksym
b2b45a3 : libbpf: Avoid double stores for success/failure case of ksym relocations
73c8768 : bpf: Add bpf_loop helper
bafda72 : libbpf: Remove duplicate assignments
33ec2ca : sync: improve patch application process by using patch command
7e89be4 : Migrate vmtest to modular actions in libbpf/ci
93e89b3 : ci: upgrade s390x runner to v2.285.0
4884bf3 : ci: fix test on /exitstatus existence and size
c72a949 : Remove reference to dwarves_defaults
690d053 : ci: whitelist legacy_printk tests on 4.9 and 5.5
7cda69c : ci: add folding markers to avoid getting output out of sections
1f7db67 : ci: carry on after selftest failure and report test group results
385b2d1 : ci: change VM's /exitstatus format to prepare it for several results
7f11cd4 : ci: create helpers for formatting errors and notices
4374bad : sync: latest libbpf changes from kernel
55b0575 : libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
472c072 : libbpf: Support static initialization of BPF_MAP_TYPE_PROG_ARRAY
c86cb27 : bpf, mips: Fix build errors about __NR_bpf undeclared
3ef05a5 : sync: try harder when git am -3 fails
493bfa8 : sync: latest libbpf changes from kernel
9f006f1 : libbpf: Fix using invalidated memory in bpf_linker
5fc0d66 : libbpf: Fix glob_syms memory leak in bpf_linker
37c3e92 : libbpf: Don't call libc APIs with NULL pointers
25eb5c4 : libbpf: Fix potential misaligned memory access in btf_ext__new()
07e4e0c : libbpf: Prevent deprecation warnings in xsk.c
316b60f : libbpf: Use bpf_map_create() consistently internally
6cfb97c : libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
5c31bcf : libbpf: Load global data maps lazily on legacy kernels
5b4dbd8 : sync: latest libbpf changes from kernel
14e12f4 : libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flags
60ce9af : libbpf: Accommodate DWARF/compiler bug with duplicated structs
d295717 : libbpf: Add runtime APIs to query libbpf version
842c5b7 : bpf, docs: Fix ordering of bpf documentation
9109d6a : ci: create summary for tests and account for bpftool checks result
eab19ff : ci: pass shutdown fold description to fold command
94a4985 : Makefile: enforce gnu89 standard
d71409b : Makefile: don't hide relevant parts of file path
f0ecdee : sync: latest libbpf changes from kernel
d924fa6 : sync: auto-generate latest BPF helpers
0f5a62b : libbpf: Perform map fd cleanup for gen_loader in case of error
5ca49d2 : bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
219c8e1 : libbpf: Fix a couple of missed btf_type_tag handling in btf.c
8634c67 : Add OWNERS file to volunteer people in for maintainership
7a43309 : Extend visibility to //external/stg
140b902 : ci: add s390x vmtest
1987a34 : vmtest: use libguestfs for disk image manipulations
3b1714a : vmtest: add s390x blacklist
554054d : vmtest: tweak qemu invocation for s390x
26e196d : vmtest: add s390x image
3fac0b3 : vmtest: add s390x config
ac4a0fa : vmtest: add debootstrap-based mkrootfs script
6ad73f5 : vmtest: do not install lld
8a52e49 : vmtest: use python3-docutils instead of python-docutils
5b9d079 : sync: latest libbpf changes from kernel
bc66d28 : sync: auto-generate latest BPF helpers
98181e0 : libbpf: Support BTF_KIND_TYPE_TAG
d932a1a : bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributes
011a015 : libbpf: Make perf_buffer__new() use OPTS-based interface
b9a88a4 : libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proof
9690185 : libbpf: Turn btf_dedup_opts into OPTS-based struct
0e80b7d : libbpf: Add ability to get/set per-program load flags
932800b : bpf: Add ingress_ifindex to bpf_sk_lookup
cfc6926 : bpf: Introduce helper bpf_find_vma
9b2bbde : libbpf: Free up resources used by inner map definition
c7236a5 : libbpf: Remove deprecation attribute from struct bpf_prog_prep_result
a611094 : libbpf: Stop using to-be-deprecated APIs
9b42213 : libbpf: Remove internal use of deprecated bpf_prog_load() variants
65cdd0c : libbpf: Unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()
6b2db89 : libbpf: Pass number of prog load attempts explicitly
ea6c242 : libbpf: Rename DECLARE_LIBBPF_OPTS into LIBBPF_OPTS
26e7687 : sync: latest libbpf changes from kernel
88209a3 : libbpf: Fix lookup_and_delete_elem_flags error reporting
2ab2615 : libbpf: Fix non-C89 loop variable declaration in gen_loader.c
c03b183 : libbpf: Deprecate bpf_program__load() API
36cc591 : libbpf: Improve ELF relo sanitization
3acf7c2 : libbpf: Fix section counting logic
a383b3e : libbpf: Validate that .BTF and .BTF.ext sections contain data
2f52e2a : libbpf: Improve sanity checking during BTF fix up
738277b : libbpf: Detect corrupted ELF symbols section
16dfb4f : sync: latest libbpf changes from kernel
8267706 : libbpf: Deprecate bpf_program__get_prog_info_linear
277846b : libbpf: Deprecate AF_XDP support
1e97e84 : bpf: Add alignment padding for "map_extra" + consolidate holes
17d7f04 : include: add BPF_ALU32_IMM macro implementation
c4f9ee9 : sync: latest libbpf changes from kernel
6fd2ee5 : sync: auto-generate latest BPF helpers
7beaa2e : riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
a0195b3 : libbpf: Use O_CLOEXEC uniformly when opening fds
bedab00 : libbpf: Ensure that BPF syscall fds are never 0, 1, or 2
c95bf67 : libbpf: Add weak ksym support to gen_loader
8e697cf : libbpf: Add typeless ksym support to gen_loader
1dd20d7 : bpf: Add bpf_kallsyms_lookup_name helper
28c8a2c : libbpf: Add "map_extra" as a per-map-type extra flag
11f873f : bpf: Add bloom filter map implementation
50041f4 : libbpf: Deprecate bpf_objects_list
87a9622 : libbpf: Use __BYTE_ORDER__
5b732fc : libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
ffc5139 : libbpf: Deprecate ambiguously-named bpf_program__size() API
cfbdceb : libbpf: Deprecate multi-instance bpf_program APIs
9871f15 : libbpf: Add ability to fetch bpf_program's underlying instructions
93c109c : libbpf: Fix off-by-one bug in bpf_core_apply_relo()
eaea2bc : sync: remove redundant test on $BPF_BRANCH
f05791d : sync: fix comment for commit_signature() (subject instead of hash)
2bb8f04 : README: add links to BPF CO-RE reference guide
50ae3ac : [ci] turn on CIFuzz
07ba0ee : sync: latest libbpf changes from kernel
b15d479 : sync: auto-generate latest BPF helpers
d374094 : libbpf: Fix BTF header parsing checks
19d260d : libbpf: Fix overflow in BTF sanity checks
f1558d7 : libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
596c9a2 : libbpf: Add btf__type_cnt() and btf__raw_data() APIs
eb10610 : libbpf: Fix memory leak in btf__dedup()
d7982f3 : libbpf: Fix the use of aligned attribute
76b4bf4 : libbpf: Simplify look up by name of internal maps
5bf6245 : libbpf: Support multiple .rodata.* and .data.* BPF maps
421213a : libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss maps
4cafbf7 : libbpf: Use Elf64-specific types explicitly for dealing with ELF
f687443 : libbpf: Extract ELF processing state into separate struct
38fb8cf : libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
4511570 : bpf: Add verified_insns to bpf_prog_info and fdinfo
bde69b0 : libbpf: Fix ptr_is_aligned() usages
19c6144 : bpf: Add bpf_skc_to_unix_sock() helper
760c392 : libbpf: Fix dumping non-aligned __int128
fa93001 : libbpf: Fix dumping big-endian bitfields
5002871 : libbpf: Migrate internal use of bpf_program__get_prog_info_linear
0f3ba10 : bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
ebf17ac : README: add OSS-Fuzz badge
06390e2 : [coverity] skip forks
92c1e61 : sync: latest libbpf changes from kernel
133e360 : libbpf: Support detecting and attaching of writable tracepoint program
f9f6e92 : sync: latest libbpf changes from kernel
b05bace : libbpf: Fix memory leak in strset
7022527 : libbpf: Fix segfault in light skeleton for objects without BTF
d3169df : libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7
d665ca0 : libbpf: Deprecate bpf_object__unload() API since v0.6
744fd96 : libbpf: Add API documentation convention guidelines
13ebb60 : libbpf: Add API that copies all BTF types from one BTF object to another
3298393 : libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
0141d9d : libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0
7dde8f8 : libbpf: Support kernel module function calls
962f241 : libbpf: Support uniform BTF-defined key/value specification across all BPF maps
8c2d905 : libbpf: Fix skel_internal.h to set errno on loader retval < 0
531be4d : libbpf: Properly ignore STT_SECTION symbols in legacy map definitions
f49c65d : libbpf: Make gen_loader data aligned.
b0feb9b : Remove caching of pahole test result
e671a47 : sync: latest libbpf changes from kernel
151e3cb : sync: auto-generate latest BPF helpers
2cfeea1 : libbpf: Fix segfault in static linker for objects without BTF
3fe8ee2 : selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") use
823881b : libbpf: Add opt-in strict BPF program section name handling logic
20c1aa1 : libbpf: Complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
62ea715 : libbpf: Refactor ELF section handler definitions
3c5c620 : libbpf: Reduce reliance of attach_fns on sec_def internals
fba5f02 : libbpf: Refactor internal sec_def handling to enable pluggability
bb833f8 : libbpf: Add "tc" SEC_DEF which is a better name for "classifier"
cb12e83 : libbpf: Ignore STT_SECTION symbols in 'maps' section
09b528e : libbpf: Add legacy uprobe attaching support
9ecc0dc : libbpf: Refactor and simplify legacy kprobe code
246b617 : libbpf: Fix memory leak in legacy kprobe attach logic
cdf14ff : libbpf: Add doc comments in libbpf.h
e196611 : bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf comments
989d718 : libbpf: Use static const fmt string in __bpf_printk
1892250 : libbpf: Modify bpf_printk to choose helper based on arg count
0292730 : bpf: Add bpf_trace_vprintk helper
b177fac : libbpf: Constify all high-level program attach APIs
3e7c046 : libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7
599b999 : libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target()
e856a7d : libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocs
0a76ce1 : libbpf: Use pre-setup sec_def in libbpf_find_attach_btf_id()
1eba3a6 : bpf: Update bpf_get_smp_processor_id() documentation
7d365e4 : ci: use -a/-d with exact string match for black/white-listing
980777c : vmtest: temporarily blacklist spammy selftests
24dbcb3 : sync: latest libbpf changes from kernel
42da89e : sync: auto-generate latest BPF helpers
627cbb3 : libbpf: Add sphinx code documentation comments
7e7f59d : libbpf: Add support for BTF_KIND_TAG
966ba89 : libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
fad7357 : bpf: Support for new btf kind BTF_KIND_TAG
a6188fc : btf: Change BTF_KIND_* macros to enums
d328ba7 : libbpf: Minimize explicit iterator of section definition array
27d14b6 : libbpf: Simplify BPF program auto-attach code
f3c7449 : libbpf: Ensure BPF prog types are set before relocations
749b394 : libbpf: Introduce legacy kprobe events support
8ade99a : libbpf: Make libbpf_version.h non-auto-generated
0c0f4a5 : bpf: Introduce helper bpf_get_branch_snapshot
03f31a6 : bpf: Add hardware timestamp field to __sk_buff
f8983f7 : libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
514bb47 : ipv6: add IFLA_INET6_RA_MTU to expose mtu value
05d95ef : makefile: add libbpf_version.h to the list of installed headers
eda1ebe : ci: use test_progs -l option to generate the list of whitelisted tests
7c26fe3 : Add enum to be displayed in documentation
5579664 : libbpf: Fix build with latest gcc/binutils with LTO
860b201 : libbpf: Change bpf_object_skeleton data field to const pointer
50e1399 : libbpf: Don't crash on object files with no symbol tables
72fd44d : ci: blacklist few new selftests for 5.5
d6e9681 : sync: latest libbpf changes from kernel
517762d : sync: auto-generate latest BPF helpers
1670e61 : bpf: Add bpf_task_pt_regs() helper
ed52968 : bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
c92a5d0 : ci: don't hang on kernel crashes in qemu
8bdc267 : sync: latest libbpf changes from kernel
d0c398b : libbpf: Rename libbpf documentation index file
7d9cc83 : Fix path to Doxygen source code input
a3c0cc1 : ci: blacklist new selftests on 5.5
7c6d34a : sync: latest libbpf changes from kernel
a69c52b : sync: auto-generate latest BPF helpers
6d67d53 : libbpf: Add uprobe ref counter offset support for USDT semaphores
91259bc : libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
a3f8c5a : libbpf: Add bpf_cookie support to bpf_link_create() API
d23679b : libbpf: Use BPF perf link when supported by kernel
9923f25 : libbpf: Remove unused bpf_link's destroy operation, but add dealloc
40160ed : bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
7b22fc4 : bpf: Allow to specify user-provided bpf_cookie for BPF perf links
152882e : bpf: Implement minimal BPF perf link
0e75209 : libbpf: Support weak typed ksyms.
c3f7daa : libbpf, doc: Eliminate warnings in libbpf_naming_convention
1a1e7a0 : bonding: add new option lacp_active
827963f : sync: fix up docs sync path mapping
4ab24e7 : docs: initial set of libbpf docs
b2a63c9 : docs: reconfigure libbpf documentation syncing
88649fe : ci: run script to test bpftool types/options sync
1778e0b : Make CI tests compatible with vanilla kernel tree
64f027e : ci: restore all temporary disabled tests
6bf8bab : Add a test step to produce a minimal binary using libbpf.
70ad3e8 : makefile: fix missing object for static compilation
dbdd8f3 : ci: make CI build log less verbose
52e9605 : ci: blacklist newly migrated netcnt selftest
41db553 : sync: latest libbpf changes from kernel
02efadd : libbpf: Do not close un-owned FD 0 on errors
2805c2a : libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
e65d128 : libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
512b472 : libbpf: Add split BTF support for btf__load_from_kernel_by_id()
73788dd : libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
a180eb5 : libbpf: Rename btf__load() as btf__load_into_kernel()
9d2b7e4 : libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()
3a0fc66 : libbpf: Fix race when pinning maps in parallel
7c25b1d : libbpf: Fix comment typo
d41e821 : libbpf: Split CO-RE logic into relo_core.c.
2fe57e4 : libbpf: Move CO-RE types into relo_core.h.
f81dbd3 : libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
035fd6a : libbpf: Cleanup the layering between CORE and bpf_program.
e44c848 : libbpf: Add bpf_map__pin_path function
14f5433 : libbpf: Export bpf_program__attach_kprobe_opts function
d7a2de0 : libbpf: Allow decimal offset for kprobes
bb92e7a : libbpf: Fix func leak in attach_kprobe
3f22535 : Fix text grouping issue on github actions
f8ab8bd : ci: bump nightly Clang/LLVM version to 14
506a544 : ci: improve CI UX a little by setting names a hiding debug
ec2c78c : README: remove Travis CI build badge
030ff87 : ci: fix log folding in Github Actions
0db006d : ci: add cancel-in-progress behavior for main test CI workflow
6e6f18a : ci: add Github Actions status badge
deca793 : sync: latest libbpf changes from kernel
ebcae72 : libbpf: Propagate errors when retrieving enum value for typed data display
64362b8 : libbpf: Avoid use of __int128 in typed dump display
df01b24 : README: State the source origin more prominently.
6eb5e25 : Makefile: Default LIBSUBDIR to lib64 on 64bit architectures.
a603965 : sync: latest libbpf changes from kernel
f61c3b3 : libbpf: Fix removal of inner map in bpf_object__create_map
8235032 : libbpf: Btf typed dump does not need to allocate dump data
dc2c53b : libbpf: Fix compilation errors on ppc64le for btf dump typed data
fb3809e : libbpf: Clarify/fix unaligned data issues for btf typed dump
74d3571 : Update README.md
be570b2 : Update README.md
9aa71e1 : Run apt-get update as a first step for GH actions
b3ffd25 : vmtest: blacklist 5.5 selftests
4447ac8 : ci: temporary work-around to get green CI builds back
8fa229c : ci: disable -Wstringop-truncation for GCC10 configurations as well
8a670b7 : vmtest: regenerate latest vmlinux.h
21f90f6 : sync: latest libbpf changes from kernel
c8b1d14 : sync: auto-generate latest BPF helpers
c0b2ceb : libbpf: BTF dumper support for typed data
bd25fc7 : libbpf: Fix the possible memory leak on error
4920031 : libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
8fa50e8 : libbpf: Allow specification of "kprobe/function+offset"
330a158 : libbpf: Add bpf_program__attach_kprobe_opts function
a524ae0 : bpf: Add bpf_get_func_ip helper for kprobe programs
97e2a9c : bpf: Add bpf_get_func_ip helper for tracing programs
bef7759 : bpf: Introduce bpf timers.
6f7839f : bpf: Fix a typo of reuseport map in bpf.h.
90aba5e : bpf: Sync tools/include/uapi/linux/bpf.h
4dc3aeb : libbpf: Fix reuse of pinned map on older kernel
4ce0551 : libbpf: Restore errno return for functions that were already returning it
f841190 : libbpf: Switch to void * casting in netlink helpers
9ff2b76 : libbpf: Add request buffer type for netlink messages
df023f5 : libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loading
ae62c15 : include: initial sync of pkt_cls.h and pkt_sched.h
8bf0161 : sync uapi headers linux/pkt_cls.h and linux/pkt_sched.h
a6d6ae2 : Fix build after upstream merge
d3e4039 : create ondemand vmtest workflow
dd34504 : vmtest: Set CONFIG_BONDING=y in latest.config
bec2ae0 : sync: update rewritten bpf-next SHA
1d6106c : ci: blacklist few new tests on 5.5
95e51c1 : ci: disable fail-fast for Github Actions tests
db13275 : sync: latest libbpf changes from kernel
41cddf1 : Add documentation for libbpf including API autogen
f883bbf : libbpf: Fail compilation if target arch is missing
db8982b : libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.
d1571ab : bpf: Support socket migration by eBPF.
03b0787 : bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.
a1bd810 : libbpf: Set NLM_F_EXCL when creating qdisc
ccead28 : libbpf: Remove unneeded check for flags during tc detach
0b59d75 : libbpf: Simplify the return expression of bpf_object__init_maps function
a5ee05d : Run pahole staging once a day
42ebbbc : test pahole
26497b9 : Add coverity workflow
5d5af3f : Migrate libbpf ci to GH actions
899c45b : travis-ci: extend 5.5 blacklist
95008d4 : Makefile: sync Makefile with upstream
13acc0a : sync: latest libbpf changes from kernel
1b9138e : sync: auto-generate latest BPF helpers
2da7f66 : libbpf: Fixes incorrect rx_ring_setup_done
9d5ac49 : libbpf: Fix pr_warn type warnings on 32bit
5bfbb36 : libbpf: Move few APIs from 0.4 to 0.5 version
343f63e : libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
0dccb88 : xdp: Extend xdp_redirect_map with broadcast support
8e3a63e : libbpf: Streamline error reporting for high-level APIs
7c7ba06 : libbpf: Streamline error reporting for low-level APIs
12eb266 : libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviors
234dea0 : bpf: Extend libbpf with bpf_map_lookup_and_delete_elem_flags
c3c2e52 : bpf: Add lookup_and_delete_elem support to hashtab
b79c698 : libbpf: Skip bpf_object__probe_loading for light skeleton
546199a : bpf: Add cmd alias BPF_PROG_RUN
b44566c : libbpf: Introduce bpf_map__initial_value().
594960b : libbpf: Cleanup temp FDs when intermediate sys_bpf fails.
694a70c : libbpf: Generate loader program out of BPF ELF file.
c96f2f1 : libbpf: Preliminary support for fd_idx
ac20957 : libbpf: Add bpf_object pointer to kernel_supports().
fecf2cf : libbpf: Change the order of data and text relocations.
c1f36fb : bpf: Add bpf_sys_close() helper.
6eac869 : bpf: Add bpf_btf_find_by_name_kind() helper.
64a654f : bpf: Introduce fd_idx
34eb4fb : libbpf: Support for syscall program type
0077090 : bpf: Introduce bpf_sys_bpf() helper and program type.
db9614b : libbpf: Add support for new llvm bpf relocations
5737550 : sync: latest libbpf changes from kernel
d71ff87 : libbpf: Add low level TC-BPF management API
01515b8 : libbpf: Add various netlink helpers
6028cec : libbpf: Reject static entry-point BPF programs
68695d0 : sync: latest libbpf changes from kernel
72cdd6e : libbpf: Provide GELF_ST_VISIBILITY() define for older libelf
b5bfbab : libbpf: Reject static maps
1cf1c24 : libbpf: Treat STV_INTERNAL same as STV_HIDDEN for functions
076dd5d : libbpf: Fix ELF symbol visibility update logic
6f585ab : libbpf: Add per-file linker opts
c5389a9 : sync: latest libbpf changes from kernel
a58b8ca : libbpf: Add NULL check to add_dummy_ksym_var
1691c37 : libbpf: Fix signed overflow in ringbuf_process_ring
242842b : selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macro
6b14cfa : libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-RE
b8b1faa : travis: fix libelf-dev build-dep issues by using aptitude instead of apt-get
9e123fa : vmtests: fix libc6 dependency and remove explicit libelf-dev install
4ccc1f0 : vmtest: blacklist 2 tests on 5.5
b927863 : sync: latest libbpf changes from kernel
af47e6c : sync: auto-generate latest BPF helpers
b2c06ae : libbpf: Support extern resolution for BTF-defined maps in .maps section
29e4840 : libbpf: Add linker extern resolution support for functions and global variables
7078c5e : libbpf: Tighten BTF type ID rewriting with error checking
692ae88 : libbpf: Extend sanity checking ELF symbols with externs validation
24b5d82 : libbpf: Make few internal helpers available outside of libbpf.c
4dcf439 : libbpf: Factor out symtab and relos sanity checks
d9b9d4a : libbpf: Refactor BTF map definition parsing
7b106ea : libbpf: Allow gaps in BPF program sections to support overriden weak functions
3319982 : libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier
2e43071 : libbpf: Suppress compiler warning when using SEC() macro with externs
120a218 : libbpf: Introduce a BPF_SNPRINTF helper macro
f4da689 : libbpf: Initialize the bpf_seq_printf parameters array field by field
30755d3 : bpf: Add a bpf_snprintf helper
dda0dd6 : libbpf: Remove unused field.
c21f91b : bpf: Return target info when a tracing bpf_link is queried
552dec1 : libbpf: Clarify flags in ringbuf helpers
678e8c8 : bpf: Sync bpf headers in tooling infrastucture
f6de59d : libbpf: Add bpf_map__inner_map API
8236484 : libbpf: Fix potential NULL pointer dereference
02dbcbe : travis-ci: use default docker from Focal
a7502f2 : vmtest: fix error reporting
bab780e : travis-ci: update to Ubuntu Focal
915f3ab : travis-ci: prohibit uninitialized variables in managers/
0c24814 : travis-ci: disable GCC's -Wstringop-truncation noisy error on Ubuntu
9f0e42b : vmtest: blacklist stacktrace_build_id selftest
174d0b7 : vmtest: blacklist kfunc_call selftests
95f83b8 : sync: latest libbpf changes from kernel
416343d : libbpf: Only create rx and tx XDP rings when necessary
4f932c1 : libbpf: Restore umem state after socket create failure
37e838f : libbpf: Ensure umem pointer is non-NULL before dereferencing
d98e968 : libbpf: Fix bail out from 'ringbuf_process_ring()' on error
d4beac5 : libbpf: Fix KERNEL_VERSION macro
bea42d4 : libbpf: Remove redundant semi-colon
4e8d8d5 : sock_map: Introduce BPF_SK_SKB_VERDICT
8628610 : libbpf: xsk: Use bpf_link
2e51adc : libbpf: Fix memory leak when emitting final btf_ext
1ccb9d9 : libbpf: Support extern kernel function
90e052e : libbpf: Record extern sym relocation first
7ef7ed2 : libbpf: Rename RELO_EXTERN to RELO_EXTERN_VAR
7036f33 : libbpf: Refactor codes for finding btf id of a kernel symbol
e5d7cbe : libbpf: Refactor bpf_object__resolve_ksyms_btf_id
e35afcb : bpf: Support bpf program calling kernel function
a18b72b : libbpf: Preserve empty DATASEC BTFs during static linking
2bd682d : README: Mention Alpine in list of packaging distros
99bc176 : README: update links to more up-to-date CO-RE articles
ea5752c : Makefile: add strset.o and linker.o to build
1d2d2d0 : vmtests: blacklist fexit_sleep on 5.5
582b8fe : sync: remove libbpf_util.h from the list of headers
3ea10e4 : sync: latest libbpf changes from kernel
3118d38 : sync: auto-generate latest BPF helpers
b09a499 : libbpf: Add bpf object kern_version attribute setter
53f0e7d : libbpf: Constify few bpf_program getters
d4d3a88 : libbpf: Skip BTF fixup if object file has no BTF
7b1f3e3 : libbpf: Add explicit padding to btf_dump_emit_type_decl_opts
b156979 : libbpf: Add BPF static linker BTF and BTF.ext support
bd81770 : libbpf: Add BPF static linker APIs
4fdc364 : libbpf: Add generic BTF type shallow copy API
861ad35 : libbpf: Extract internal set-of-strings datastructure APIs
7fc514a : libbpf: Rename internal memory-management helpers
74e94c4 : libbpf: Generalize BTF and BTF.ext type ID and strings iteration
082a5c6 : libbpf: Expose btf_type_by_id() internally
75a2e3b : libbpf: provide NULL and KERNEL_VERSION macros in bpf_helpers.h
c8bfeae : libbpf: Add explicit padding to bpf_xdp_set_link_opts
a0ad81d : libbpf: Avoid inline hint definition from 'linux/stddef.h'
b727e2d : libbpf: xsk: Move barriers from libbpf_util.h to xsk.h
27db710 : libbpf: xsk: Remove linux/compiler.h header
c14f7e5 : libbpf: Fix BTF dump of pointer-to-array-of-struct
bbc6515 : libbpf: Use SOCK_CLOEXEC when opening the netlink socket
c903b3a : libbpf: Fix error path in bpf_object__elf_init()
186ffbe : libbpf: Fix arm64 build
1d483b4 : libbpf, xsk: Add libbpf_smp_store_release libbpf_smp_load_acquire
d64f8d3 : bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
4f2e1ec : bpf: Add PROG_TEST_RUN support for sk_lookup programs
21f523f : tools: Sync uapi bpf.h header with latest changes
18c0f03 : scripts/bpf: Abstract eBPF API target parameter
fade1c3 : libbpf: Clear map_info before each bpf_obj_get_info_by_fd
8c2c7e5 : sync: use bpf_doc.py
092a606 : Makefile: fix install flags order
986962f : sync: latest libbpf changes from kernel
471e7c2 : libbpf: Add BTF_KIND_FLOAT support
617f781 : libbpf: Fix whitespace in btf_add_composite() comment
473899d : bpf: Add BTF_KIND_FLOAT to uapi
7e03685 : vmtests: blacklist new tests on 5.5 kernel
7065a80 : sync: latest libbpf changes from kernel
18b55bc : sync: auto-generate latest BPF helpers
712f658 : libbpf: Support subprog address relocation
60aa32b : libbpf: Move function is_ldimm64() earlier in libbpf.c
f3612e4 : bpf: Add bpf_for_each_map_elem() helper
587d2ab : bpf: Remove blank line in bpf helper description comment
6cc16d6 : bpf: Add BPF-helper for MTU checking
f0753b5 : bpf: bpf_fib_lookup return MTU value as output when looked up
6426556 : libbpf: Ignore non function pointer member in struct_ops
14a61e8 : libbpf: Use AF_LOCAL instead of AF_INET in xsk.c
d142d4a : bpf: Expose bpf_get_socket_cookie to tracing programs
99e6a46 : bpf: Be less specific about socket cookies guarantees
1015d47 : bpf: Count the number of times recursion was prevented
06ee116 : Revert "GTP: add support for flow based tunneling API"
e1a90f3 : travis-ci: switch from GCC8 to GCC10
f2a926b : Revert "vmtests: revert to Clang/LLVM 12 until Clang 13 regression is fixed"
b0b5ec0 : fix typo in license name
adaf538 : vmtests: revert to Clang/LLVM 12 until Clang 13 regression is fixed
f35e87d : vmtest: switch to Clang/LLVM 13
767d82c : install: don't preserve file owner
a199b85 : vmtest: blacklist atomics selftest for 5.5
649f9dc : sync: latest libbpf changes from kernel
eb56f8f : sync: auto-generate latest BPF helpers
6e01a23 : libbpf, xsk: Select AF_XDP BPF program based on kernel version
16d7f41 : libbpf: Use string table index from index table if needed
f037b92 : libbpf: Allow loading empty BTFs
4adbb7b : GTP: add support for flow based tunneling API
d2b784d : bpf: Add instructions for atomic_[cmp]xchg
ac86f42 : bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
03fbe22 : bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
f15814c : bpf, libbpf: Avoid unused function warning on bpf_tail_call_static
0db7da9 : libbpf: Support kernel module ksym externs
0de8b9a : bpf: Clarify return value of probe str helpers
d52e5f5 : libbpf: Clarify kernel type use with USER variants of CORE reading macros
a26ae1b : libbpf: Add non-CO-RE variants of BPF_CORE_READ() macro family
c1d4bbb : libbpf: Add user-space variants of BPF_CORE_READ() family of macros
7c2a94f : README: mention that Debian 11 ships with BTF support
cb95f24 : Move relative location of perf_event.h
051a400 : pkgconfig: use literal ${prefix} to allow override
a3a5e96 : README: point to Debian source package rather than binary
5569404 : README: note that Debian 11 (will) ship LLVM 11
e05f9be : vmtests: temporarily disable test_maps
4d3535f : vmtests: test_maps needs more memory, so bump to 4G
c66a977 : vmtests: fix up bpf_testmod.ko generation for 5.5 and 4.9
8262be6 : sync: latest libbpf changes from kernel
182e9dd : sync: auto-generate latest BPF helpers
30e2c16 : libbpf: Expose libbpf ring_buffer epoll_fd
ebcae62 : libbpf: Support modules in bpf_program__set_attach_target() API
252ad1f : bpf: Add a bpf_sock_from_file helper
3e68c60 : bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers
42baefb : vmtests: update blacklist for 5.5
46ecf7a : vmtest: omit building bpf_testmod.ko on non-latest kernels
2981bb8 : vmtests: update vmlinux.h to latest version
2042df2 : sync: latest libbpf changes from kernel
8c2c4c3 : sync: auto-generate latest BPF helpers
21ae7bb : libbpf: Fix ring_buffer__poll() to return number of consumed samples
b2a3478 : libbpf: Use memcpy instead of strncpy to please GCC
d95b12d : libbpf: Support attachment of BPF tracing programs to kernel modules
a1fd6da : libbpf: Factor out low-level BPF program loading helper
fde1be5 : bpf: Allow to specify kernel module BTFs when attaching BPF programs
6b08519 : libbpf: Add kernel module BTF support for CO-RE relocations
aff8028 : libbpf: Refactor CO-RE relocs to not assume a single BTF object
10e321f : libbpf: Add internal helper to load BTF data by FD
8051a53 : libbpf: Cap retries in sys_bpf_prog_load
691c22d : libbpf: Sanitise map names before pinning
5fe9c12 : libbpf: Fail early when loading programs with unspecified type
78c76a1 : libbpf: Separate XDP program load with xsk socket creation
a741bc6 : libbpf: Add base BTF accessor
65e4be6 : libbpf: Replace size_t with __u32 in xsk interfaces
3a2739a : bpf: Add a BPF helper for getting the IMA hash of an inode
dd2369d : libbpf: Add support for canceling cached_cons advance
39f5b2e : bpf: Add bpf_ktime_get_coarse_ns helper
6969a44 : bpf: Add bpf_bprm_opts_set helper
de2edae : libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()
2ea4ba9 : macvlan: Support for high multicast packet rate
2dd5965 : libbpf: Don't attempt to load unused subprog as an entry-point BPF program
ef8820f : bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
eae38a7 : bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
83c2c20 : libbpf: Add support for task local storage
00ae5ba : bpf: Implement task local storage
f99c252 : vmtest: update Kconfig to accommodate IMA test config
5ae2a26 : readme: move gory sync details down and add libbpf-bootstrap references
5af3d86 : vmtests: blacklist two more tests on 5.5
c55abf0 : sync: latest libbpf changes from kernel
e30f758 : sync: auto-generate latest BPF helpers
8caff99 : libbpf: Fix possible use after free in xsk_socket__delete
539aa6b : libbpf: Fix null dereference in xsk_socket__delete
224db2d : libbpf, hashmap: Fix undefined behavior in hash_bits
e6725d2 : libbpf: Accomodate DWARF/compiler bug with duplicated identical arrays
658ac1e : libbpf: Support BTF dedup of split BTFs
dd36215 : libbpf: Fix BTF data layout checks and allow empty BTF
2811d54 : libbpf: Implement basic split BTF support
be2dc73 : libbpf: Unify and speed up BTF string deduplication
4953827 : libbpf: Factor out common operations in BTF writing APIs
d1fd50d : helpers: add `struct bpf_redir_neigh` forward declaration
f0c6b6b : sync: latest libbpf changes from kernel
475ee87 : sync: auto-generate latest BPF helpers
f754860 : bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static
78d6115 : bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop
4928040 : readme: add Ubuntu mentions
de58d0c : sync: update 5.5.0 blacklist
6fa81d4 : sync: latest libbpf changes from kernel
bc94c2b : sync: auto-generate latest BPF helpers
d47094a : bpf: Allow for map-in-map with dynamic inner array map entries
4672fb6 : bpf: Add redirect_peer helper
a8a505a : bpf: Improve bpf_redirect_neigh helper description
e3b9cf7 : bpf: Add tcp_notsent_lowat bpf setsockopt
76764b8 : libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF override
8ef6a6e : libbpf: Support safe subset of load/store instruction resizing with CO-RE
44d5bc1 : libbpf: Skip CO-RE relocations for not loaded BPF programs
95848b5 : libbpf: Fix compatibility problem in xsk_socket__create
1bc0814 : bpf: Fix typo in uapi/linux/bpf.h
b9682e2 : bpf, libbpf: Use valid btf in bpf_program__set_attach_target
54fe2f1 : libbpf: Check if pin_path was set even map fd exist
fd28e01 : libbpf: Close map fd if init map slots failed
f908087 : bpf: Introducte bpf_this_cpu_ptr()
b3b297a : bpf: Introduce bpf_per_cpu_ptr()
6d0fcc3 : bpf/libbpf: BTF support for typed ksyms
3706bf7 : bpf: Introduce pseudo_btf_id
09718f4 : bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event array
8205f37 : sync: ignore libc_compat.h
ecbd504 : makefile: add quiet mode support
b6dd2f2 : vmtests: un-blacklist fixed selftests
a132697 : sync: latest libbpf changes from kernel
2d0aa12 : sync: auto-generate latest BPF helpers
317ef1c : libbpf: Make btf_dump work with modifiable BTF
80c7838 : bpf, libbpf: Add bpf_tail_call_static helper for bpf programs
750801a : bpf: Add redirect_neigh helper as redirect drop-in
b5fd4c7 : bpf: Add classid helper only based on skb->sk
5a10cd2 : remove internal reallocarray()
ff797cc : vmtests: blacklist new tests for 5.5
21ea184 : sync: latest libbpf changes from kernel
760f71e : sync: auto-generate latest BPF helpers
91e666c : libbpf: Fix uninitialized variable in btf_parse_type_sec
e40af4d : libbpf: Add support for freplace attachment in bpf_link_create
5e35921 : bpf: Support attaching freplace programs to multiple attach points
488110d : libbpf: Support BTF loading and raw data output in both endianness
f007a6b : selftests/bpf: Test BTF writing APIs
6f90197 : libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offset
a388fcb : libbpf: Add BTF writing APIs
2654268 : bpf: Add bpf_seq_printf_btf helper
e764782 : bpf: Add bpf_snprintf_btf helper
3cfff16 : libbpf: Add btf__new_empty() to create an empty BTF object
7ac1547 : libbpf: Allow modification of BTF and add btf__add_str API
897a0e7 : libbpf: Extract generic string hashing function for reuse
063eed6 : libbpf: Generalize common logic for managing dynamically-sized arrays
71e8af7 : libbpf: Remove assumption of single contiguous memory for BTF data
4023fbd : libbpf: Refactor internals of BTF type index
b2e50da : libbpf: Support test run of raw tracepoint programs
b6f1385 : bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
146bdd7 : bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
76ee807 : bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
32e5add : bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
120e99c : bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
3cf3c6c : libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
f38fccf : bpf: Add BPF_PROG_BIND_MAP syscall
08dc84e : libbpf: Fix a compilation error with xsk.c for ubuntu 16.04
0102f65 : bpf: Fix comment for helper bpf_current_task_under_cgroup()
f700cf6 : vmtests: unblacklist few tests
9992124 : vmtest: update root fs, whitelist sk_{assign|lookup} test
37c5973 : sync: latest libbpf changes from kernel
2200fef : libbpf: Fix XDP program load regression for old kernels
5f50b4b : libbpf: Fix native endian assumption when parsing BTF
eba15fd : Add build description to build libbpf
787abf7 : vmtests: ensure rst2man is installed, needed for bpftool selftests
820813b : sync: latest libbpf changes from kernel
8333e57 : sync: auto-generate latest BPF helpers
8052936 : tools, bpf: Synchronise BPF UAPI header with tools
8b14cb4 : Makefile: link against zlib
011700e : sync: latest libbpf changes from kernel
106e7dc : libbpf: Fix potential multiplication overflow
3a2ebfc : libbpf: Fix another __u64 cast in printf
91001a9 : include: implement list_empty() and list_for_each_entry()
6384ee1 : sync: latest libbpf changes from kernel
3f9447b : sync: auto-generate latest BPF helpers
3b80b6c : libbpf: Fix build failure from uninitialized variable warning
78cdb58 : libbpf: Deprecate notion of BPF program "title" in favor of "section name"
4b60f82 : libbpf: Add multi-prog section support for struct_ops
2b28b4f : libbpf: Implement generalized .BTF.ext func/line info adjustment
448789b : libbpf: Make RELO_CALL work for multi-prog sections and sub-program calls
a3abae5 : libbpf: Support CO-RE relocations for multi-prog sections
bb5e707 : libbpf: Parse multi-function sections into multiple BPF programs
994aae7 : libbpf: Ensure ELF symbols table is found before further ELF processing
a6e9cf1 : libbpf: Support shared umems between queues and devices
06ae1b0 : libbpf: Support sleepable progs
b228eb8 : bpf: Add bpf_copy_from_user() helper.
5bd7cae : bpf: Introduce sleepable BPF programs
a454a08 : bpf: Make bpf_link_info.iter similar to bpf_iter_link_info
829e50f : sync: improve sync script to handle common issues
c16d137 : Revert "Add build description to build libbpf"
66780a4 : README.md: update Travis CI badge link
7bc52e6 : vmtests: blacklist 2 new feature tests and (temporarily) 3 existing selftest
7267270 : sync: latest libbpf changes from kernel
b16bc44 : sync: auto-generate latest BPF helpers
4cdad1b : libbpf: Fix compilation warnings for 64-bit printf args
f557d9e : libbpf: Fix unintentional success return code in bpf_object__load
e82da07 : bpf: Add d_path helper
c42c140 : bpf: Allow local storage to be used from LSM programs
e565f2b : bpf: Implement bpf_local_storage for inodes
2bd0d15 : bpf: Generalize bpf_sk_storage
bbe442d : sync: allow 3-way merge for patching to simplify manual conflict resolution
3f7b5b3 : vmtests: blacklist tcp_hdr_options selftest for 5.5
5a913e9 : sync: latest libbpf changes from kernel
cead23a : sync: auto-generate latest BPF helpers
66091d2 : libbpf: Fix type compatibility check copy-paste error
2819b00 : libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo
cb4d6d6 : tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
4f160ed : bpf: tcp: Allow bpf prog to write and parse TCP header option
647df00 : bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
44fdfd8 : bpf: tcp: Add bpf_skops_parse_hdr()
75d2adf : tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
f0f75f3 : tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
a8fa8b6 : libbpf: Normalize and improve logging across few functions
8a1acb7 : libbpf: Skip well-known ELF sections when iterating ELF
b6e179e : libbpf: Add __noinline macro to bpf_helpers.h
d81d872 : libbpf: Factor out common ELF operations and improve logging
4001a65 : vmtests: add log folding
dc1cd85 : vmtests: use built-in BPF_PRELOAD_UMD=y config
9a3a426 : vmtests: update latest.config
63c7898 : vmtests: harden fetching kernel sources
28e26bd : sync: add BPF_RAW_INSN macro
7297e38 : vmtests: add CONFIG_BPF_PRELOAD=y and CONFIG_BPF_PRELOAD_UMD=m
a44116b : sync: latest libbpf changes from kernel
4069acb : sync: auto-generate latest BPF helpers
c7d2b1f : bpf: Fix two typos in uapi/linux/bpf.h
b06fb23 : libbpf: Fix map index used in error message
1e2c782 : libbpf: Add perf_buffer APIs for better integration with outside epoll loop
1609177 : bpf: Implement link_query for bpf iterators
4a2f7ac : libbpf: Fix libbpf build on compilers missing __builtin_mul_overflow
a8a3089 : libbpf: Fix detection of BPF helper call instruction
475843f : libbpf: Simplify the return expression of build_map_pin_path()
f89dab0 : libbpf: Implement enum value-based CO-RE relocations
cdb21b0 : libbpf: Implement type-based CO-RE relocations support
a734ef0 : tools: Remove feature-libelf-mmap feature detection
3c4954d : libbpf: Centralize poisoning and poison reallocarray()
c3b1c66 : tools/bpftool: Remove libbpf_internal.h usage in bpftool
dc70da9 : libbpf: Remove any use of reallocarray() in libbpf
9106c30 : libbpf: Improve relocation ambiguity detection
3bde6ca : libbpf: Clean up and improve CO-RE reloc logging
d13e96e : libbpf: Improve error logging for mismatched BTF kind cases
dc1b3e2 : libbpf: Detect minimal BTF support and skip BTF loading, if missing
30c6139 : libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()
e6f118d : libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]
5d40755 : libbpf: Factor out common logic of testing and closing FD
5205159 : libbpf: Make kernel feature probing lazy
87d7f1a : libbpf: Convert comma to semicolon
e8547bd : vmtests: fix selftests checkout script
93959e4 : sync: latest libbpf changes from kernel
7ee1f12 : libbpf: Fix build on ppc64le architecture
ff09ad9 : libbpf: Enforce 64-bitness of BTF for BPF object files
025fcdc : libbpf: Handle BTF pointer sizes more carefully
b3405fc : libbpf: Fix BTF-defined map-in-map initialization on 32-bit host arches
1194953 : libbpf: Prevent overriding errno when logging errors
1d76180 : libbpf: Handle GCC built-in types for Arm NEON
048bf21 : libbpf: Do not use __builtin_offsetof for offsetof
e954437 : travis-ci: flatten build stages to gain more speed ups
c57be0b : vmtests: speed up fetching of bpf-next sources
bf3ab4b : travis-ci: remove s390x build as it fails to be queued by Travis CI
663f66d : vmtests: blacklist problematic tests
ed187d0 : vmtest: bump LLVM_VER to 12
80453d4 : sync: latest libbpf changes from kernel
7f96c4b : libbf: Fix uninitialized pointer at btf__parse_raw()
2be293c : tools/bpf: Support new uapi for map element bpf iterator
a0334e9 : libbpf: Add btf__parse_raw() and generic btf__parse() APIs
2d97d40 : libbpf: Add bpf_link detach APIs
80a52e3 : libbpf: Fix register in PT_REGS MIPS macros
2dc7cbd : libbpf: Make destructors more robust by handling ERR_PTR(err) cases
0466b98 : README: Add Arch to list of downstream distros
ba8d459 : vmtests: specify v12 of clang/llvm for now
734b3f0 : check-reallocarray.sh: Use the same compiler Make does
f56874b : vmtests: blacklist sk_lookup on LATEST and cg_storage_multi on 5.5
3f26bf1 : sync: latest libbpf changes from kernel
ab01213 : sync: latest libbpf changes from kernel
8af35e7 : sync: auto-generate latest BPF helpers
a290d45 : libbpf: Add support for BPF XDP link
3f6b428 : libbpf: Print hint when PERF_EVENT_IOC_SET_BPF returns -EPROTO
5efd839 : tools/libbpf: Add support for bpf map element iterator
b172040 : bpf: Implement bpf iterator for map elements
698820a : libbpf bpf_helpers: Use __builtin_offsetof for offsetof
6d92249 : libbpf: Add support for SK_LOOKUP program type
1736996 : bpf: Sync linux/bpf.h to tools/
f9f5f05 : bpf: Drop duplicated words in uapi helper comments
4a5aecf : libbpf: Add SEC name for xdp programs attached to CPUMAP
77f11b3 : bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
cd46c9d : cpumap: Formalize map value as a named struct
41054a3 : net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPEN
852b4c8 : tools/bpftool: Strip away modifiers from global variables
de60a31 : libbpf: Support stripping modifiers for btf_dump
8ec7d86 : xsk: Add new statistics
77d5af6 : Add build description to build libbpf
c398434 : sync: latest libbpf changes from kernel
5255eb2 : libbpf: Fix memory leak and optimize BTF sanitization
8b5e81a : sync: latest libbpf changes from kernel
cd016d9 : libbpf: Fix libbpf hashmap on (I)LP32 architectures
deaee95 : vmtests: update blacklist for 5.5
daa2c7f : ci: re-arrange tests to prioritize higher-signal tests
006904d : vmtests: whitelist core_retro for 4.9 tests
e47ebc8 : sync: latest libbpf changes from kernel
3b2837e : libbpf: Handle missing BPF_OBJ_GET_INFO_BY_FD gracefully in perf_buffer
90716e9 : libbpf: Improve BTF sanitization handling
d5a36e2 : libbpf: Add btf__set_fd() for more control over loaded BTF FD
133543c : libbpf: Make BTF finalization strict
abb8220 : libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASE
5020fdf : vmtests: fix 4.9 build
a846cac : vmtests: test no-alu32 variant of test_progs
1b42b15 : travis_ci: run tests for 4.9 kernel
a2b27a1 : vmtests: remove custom 5.5 selftest preparetion actions
7b9d71b : sync: latest libbpf changes from kernel
89f7f07 : sync: auto-generate latest BPF helpers
c054d91 : bpf: Introduce helper bpf_get_task_stack()
9c104b1 : libbpf: Make bpf_endian co-exist with vmlinux.h
d08d57c : vmtests: check in vmlinux.h and use it for non-latest builds
803243c : sync: latest libbpf changes from kernel
d707f80 : sync: auto-generate latest BPF helpers
652f2c0 : libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAP
2fcd394 : bpf: Fix formatting in documentation for BPF helpers
af3c9f9 : libbpf: Fix CO-RE relocs against .text section
a62b08d : libbpf: Support disabling auto-loading BPF programs
318ed9d : bpf: Add bpf_skc_to_udp6_sock() helper
4737074 : bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers
26e5e7d : bpf: Add bpf_skc_to_tcp6_sock() helper
cd469e2 : bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt
18bfe12 : libbpf: Prevent loading vmlinux BTF twice
fef8560 : libbpf: Fix spelling mistake "kallasyms" -> "kallsyms"
6f8e021 : bpf: Switch most helper return values from 32-bit int to 64-bit long
e1d2e00 : Add initial metadata files
143213e : README: info on routing general BPF/libbpf quesions
ac74ee1 : sync: latest libbpf changes from kernel
1594390 : libbpf: Wrap source argument of BPF_CORE_READ macro in parentheses
8574913 : libbpf: Add support for extracting kernel symbol addresses
3b32067 : libbpf: Generalize libbpf externs support
15fee53 : vmtests: blacklist test using RINGBUF
169d35c : sync: latest libbpf changes from kernel
d8d4713 : libbpf: Add a bunch of attribute getters/setters for map definitions
ef26b4c : libbpf: Bump version to 0.1.0
d7b2934 : sync: latest libbpf changes from kernel
c83d216 : libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headers
fb27968 : vmtests: blacklist 5.5 test and temporary blacklist core_reloc test
d6ae406 : sync: latest libbpf changes from kernel
cb174c5 : sync: auto-generate latest BPF helpers
17f747e : bpf: Fix definition of bpf_ringbuf_output() helper in UAPI comments
bf34234 : libbpf: Support pre-initializing .bss global variables
46c272f : sync: don't check and warn about non-empty merges anymore
40e69c9 : vmtests: un-blacklist ringbuf and cls_redirect selftests
a975d8e : sync: latest libbpf changes from kernel
45f7113 : libbpf: Handle GCC noreturn-turned-volatile quirk
6816734 : libbpf: Define __WORDSIZE if not available
11d2a59 : bpf: Selftests and tools use struct bpf_devmap_val from uapi
8c7527e : travis-ci: fix travis_terminate invocation
c569e03 : README: Add BTF and Clang information for Arch Linux
3b3992f : Initial empty repository
1862741 : vmtest: disable ringbuf test on latest for now
6a269cf : README: add OpenSUSE BTF availability info
6e15a02 : README: add BTF and CO-RE info
20d9816 : vmtest: temporary blacklist changes to make CI green
538b3f4 : sync: latest libbpf changes from kernel
f2610ca : sync: auto-generate latest BPF helpers
adb5dd2 : bpf: Add csum_level helper for fixing up csum levels
3aadd91 : bpf: Fix up bpf_skb_adjust_room helper's skb csum setting
1206ab0 : vmtest: optionally adjust selftest files depending on kernel version
70eac99 : Makefile: add ringbuf.o to the list of object files
2fdbf42 : sync: latest libbpf changes from kernel
365e480 : sync: auto-generate latest BPF helpers
890f255 : libbpf: Add support for bpf_link-based netns attachment
fbdee96 : bpf: Add link-based BPF program attachment to network namespace
f54c56b : libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c
8dc4b38 : tools/bpf: sync bpf.h
ed023ac : libbpf: Add SEC name for xdp programs attached to device map
ff3116b : xdp: Add xdp_txq_info to xdp_buff
65f4b3b : bpf: Add support to attach bpf program to a devmap entry
e1bf7a7 : libbpf: Add BPF ring buffer support
17a6d61 : bpf: Implement BPF ring buffer and verifier support for it
ff2322b : libbpf: Fix perf_buffer__free() API for sparse allocs
ab1b4f3 : bpf, sk_msg: Add get socket storage helpers
df9a526 : libbpf: Add API to consume the perf ring buffer content
3b23942 : ci: blacklist bpf_iter tests
90941cd : sync: latest libbpf changes from kernel
97a0d1e : sync: auto-generate latest BPF helpers
d650751 : tools/bpf: sync bpf.h
dcb0c5a : bpf, libbpf: Enable get{peer, sock}name attach types
2c892f1 : bpf: Add get{peer, sock}name attach types for sock_addr
4640718 : libbpf, hashmap: Fix signedness warnings
a00d463 : libbpf, hashmap: Remove unused #include
d8fdd1e : libbpf: Fix register naming in PT_REGS s390 macros
b8482d7 : bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpers
3cd9cac : bpf: Support narrow loads from bpf_sock_addr.user_port
70e6075 : bpf: Change btf_iter func proto prefix to "bpf_iter_"
d71e9ba : libbpf: Fix probe code to return EPERM if encountered
b41c6d3 : tools, bpf: Synchronise BPF UAPI header with tools
9029d18 : bpf, libbpf: Replace zero-length array with flexible-array
f81f504 : tools/libpf: Add offsetof/container_of macro in bpf_helpers.h
021e35f : tools/libbpf: Add bpf_iter support
7112841 : bpf: Add bpf_seq_printf and bpf_seq_write helpers
940f4df : bpf: Create anonymous bpf iterator
46c906b : bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE
9dc3736 : bpf: Allow loading of a bpf_iter program
8b3cbf1 : bpf: Allow any port in bpf_bind helper
dfa0741 : bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addr
5c1c96c : libbpf: Add support for command BPF_ENABLE_STATS
83f269b : bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS
597d350 : net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPEN
7fc4d50 : vmtest: add bpf_obj_id to 5.5.0 blacklist
bd9e2fe : sync: latest libbpf changes from kernel
814ed50 : sync: auto-generate latest BPF helpers
f8faf2b : libbpf: Fix false uninitialized variable warning
3cb0b3f : libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()
edb1aaa : libbpf: Fix memory leak and possible double-free in hashmap__clear
f327194 : libbpf: Add BTF-defined map-in-map support
040f73a : libbpf: Refactor map creation logic and fix cleanup leak
35283f8 : libbpf: Refactor BTF-defined map definition parsing logic
1c4c845 : libbpf: Add low-level APIs for new bpf_link commands
2a374b5 : bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
7878754 : libbpf: Remove unneeded semicolon in btf_dump_emit_type
da5aa11 : libbpf: Return err if bpf_object__load failed
625f64a : bpf: add bpf_ktime_get_boot_ns()
ba344d9 : bpf_helpers.h: Add note for building with vmlinux.h or linux/types.h
976e293 : bpf: Fix reStructuredText markup
b3da63d : libbpf: Only check mode flags in get_xdp_id
902ba3f : README: add Debian libbpf package link
cf3fc46 : sync: squelch annoying warning from filter-branch git command
6a1615c : vmtests: blacklist mmap test on 5.5
e66d297 : sync: latest libbpf changes from kernel
632afdf : libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
6e706b3 : libbpf: Always specify expected_attach_type on program load if supported
850293b : libbpf: Fix bpf_get_link_xdp_id flags handling
fb52806 : libbpf: Initialize *nl_pid so gcc 10 is happy
97ada10 : ci: update blacklists and Kconfig
9a35753 : sync: latest libbpf changes from kernel
c4af209 : sync: auto-generate latest BPF helpers
1543a19 : libbpf: Add support for bpf_link-based cgroup attachment
8b41602 : bpf: Implement bpf_link-based cgroup BPF program attachment
cecb299 : bpf: Add socket assign support
90e8926 : tools/libbpf: Add support for BPF_PROG_TYPE_LSM
f69cc97 : bpf: Introduce BPF_PROG_TYPE_LSM
a6e9750 : libbpf: Add setter for initial value for internal maps
60bade6 : libbpf: Add function to set link XDP fd while specifying old program
e13c1b7 : tools: Add EXPECTED_FD-related definitions in if_link.h
1d8451c : libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__create
fad6e24 : bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
64f7fa9 : bpf: Add netns cookie and enable it for bpf cgroup hooks
240b8fa : libbpf: Don't allocate 16M for log buffer by default
3756d20 : libbpf: Remove unused parameter `def` to get_map_field_int
9e8b232 : net: macsec: add support for specifying offload upon link creation
902eca4 : net: macsec: add support for offloading to the MAC
9f0d55c : vmtests: organize blacklists, enable sockmap_listen tests
e53dd1c : sync: latest libbpf changes from kernel
da790d6 : sync: auto-generate latest BPF helpers
3d81b13 : bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definition
64bd9e0 : libbpf: Provide CO-RE variants of PT_REGS macros
53d473d : libbpf: Ignore incompatible types with matching name during CO-RE relocation
6d64d92 : vmtests: enable previously failing kprobe selftests
cd87f15 : sync: latest libbpf changes from kernel
c417a4c : sync: auto-generate latest BPF helpers
fa21d33 : bpf: Add bpf_xdp_output() helper
84cf76d : bpf: Added new helper bpf_get_ns_current_pid_tgid
2ef4fda : libbpf: Split BTF presence checks into libbpf- and kernel-specific parts
1d72c9c : tools/libbpf: Add support for BPF_MODIFY_RETURN
7930230 : bpf: Introduce BPF_MODIFY_RETURN
483a8c2 : libbpf: Assume unsigned values for BTF_KIND_ENUM
26cbe23 : bpf: Switch BPF UAPI #define constants used from BPF program side to enums
cb4a430 : libbpf: Fix handling of optional field_name in btf_dump__emit_type_decl
f67d535 : bpf: Sync uapi bpf.h to tools/
ef4785f : vmtest: libbpf#137 follow-ups
9a424be : vmtests: add few missing Kconfig settings
10e4311 : vmtest: add mkrootfs.sh to build Arch Linux disk image
50febac : vmtest: disk image update; run test_{maps|verifier}; blacklist update
ef7d57f : vmtest: blacklist link_pinning selftest on 5.5.0
7e7a153 : sync: latest libbpf changes from kernel
77ac09c : libbpf: Add bpf_link pinning/unpinning
40a08ef : libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.h
b6683d1 : libbpf: Fix use of PT_REGS_PARM macros with vmlinux.h
5247b0b : vmtest: enable more networking kernel selftests
c2b01ad : vmtest: trim down kernel config to minimize build time
c4468de : sync: bump kernel commit to latest to pull in latest selftests
40229b3 : ci: enable more test_progs tests
7f2d538 : sync: latest libbpf changes from kernel
b7c162a : libbpf: Add support for dynamic program attach target
36c26f1 : libbpf: Bump libpf current version to v0.0.8
22d5d40 : ci: fetch and build latest pahole
17c26b7 : ci: clean up .travis.yaml
e287979 : sync: latest libbpf changes from kernel
552af3d : sync: auto-generate latest BPF helpers
c772c9c : libbpf: Sanitise internal map names so they are not rejected by the kernel
031a38c : bpf, uapi: Remove text about bpf_redirect_map() giving higher performance
6ff5062 : libbpf: Relax check whether BTF is mandatory
fdff85e : selftests/bpf: Add bpf_read_branch_records() selftest
5c7661f : vmtest: update and sort blacklists
1feb21b : vmtest: remove temporary runqslower fix
fa8cb31 : sync: fix commit signature determination in sync script
f72fe00 : vmtest: #121 follow-ups. Loop increase bpf-next git fetch depth
583bddc : vmtest: build and run bpf kernel selftests against various kernels
a52fb86 : vmtest: add configs for bpf kernel selftests
e5dbc1a : sync: latest libbpf changes from kernel
9633340 : sync: auto-generate latest BPF helpers
928f2fc : libbpf: Fix realloc usage in bpf_core_find_cands
8fd8b5b : libbpf: Improve handling of failed CO-RE relocations
b999e8f : bpf: Sync uapi bpf.h to tools/
c6c86a5 : libbpf: Add support for program extensions
c69f0d1 : net: macsec: introduce the macsec_context structure
033ad7e : sync: latest libbpf changes from kernel
397db21 : libbpf: Load btf_vmlinux only once per object.
6756bdc : libbpf: Fix potential multiplication overflow in mmap() size calculation
9c1ae55 : libbpf: Simplify BTF initialization logic
091f073 : libbpf: Fix error handling bug in btf_dump__new
ad51a52 : travis-ci: make sure before_script override is non-empty
fa29cc0 : sync: latest libbpf changes from kernel
a2bec08 : libbpf: Revert bpf_helper_defs.h inclusion regression
080fd68 : sync: latest libbpf changes from kernel
437f570 : sync: auto-generate latest BPF helpers
f4f271b : libbpf: Fix unneeded extra initialization in bpf_map_batch_common
bd35a43 : libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
d91f681 : libbpf: Add libbpf support to batch ops
1e51491 : tools/bpf: Sync uapi header bpf.h
37440e9 : libbpf: Support .text sub-calls relocations
681f2f9 : bpf: Add bpf_send_signal_thread() helper
0e4638e : tools: Sync uapi/linux/if_link.h
234a45a : Update README with Distribution section
8687395 : sync: latest libbpf changes from kernel
0cccc9f : sync: auto-generate latest BPF helpers
b50eb28 : libbpf: Poison kernel-only integer types
8d936a1 : libbpf: Sanitize global functions
2c8602e : selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dir
1ef2342 : libbpf: Make bpf_map order and indices stable
d210007 : bpf: Document BPF_F_QUERY_EFFECTIVE flag
f3edca4 : bpf: libbpf: Add STRUCT_OPS support
cabb077 : bpf: Synch uapi bpf.h to tools/
b95b281 : libbpf: Add probe for large INSN limit
5033d71 : sync: latest libbpf changes from kernel
49058f8 : libbpf: Support CO-RE relocations for LDX/ST/STX instructions
8b20ffa : libbpf: Introduce bpf_prog_attach_xattr
1b1e306 : bpf: Support replacing cgroup-bpf program in MULTI mode
e7a82fc : sync: add zlib dependency and libbpf_common.h to list of installed headers
7c5583a : sync: latest libbpf changes from kernel
0d9d85e : libbpf: Fix another __u64 printf warning
c8c4edf : libbpf: Fix printing of ulimit value
23983fd : libbpf: Add missing newline in opts validation macro
4bbdefd : libbpf: BTF is required when externs are present
5bc09e5 : libbpf: Allow to augment system Kconfig through extra optional config
9f61b5b : libbpf: Put Kconfig externs into .kconfig section
baa3268 : libbpf: Add bpf_link__disconnect() API to preserve underlying BPF resource
f5599ef : libbpf: Remove BPF_EMBED_OBJ macro from libbpf.h
99c65fe : libbpf: Reduce log level for custom section names
e9adfa8 : libbpf: Fix libbpf_common.h when installing libbpf through 'make install'
8363b8d : libbpf: Add zlib as a dependency in pkg-config template
f892b46 : libbpf: Print hint about ulimit when getting permission denied error
a4132d1 : libbpf: Fix build by renaming variables
303916a : libbpf: Support flexible arrays in CO-RE
8eea7ed : bpftool: Generate externs datasec in BPF skeleton
fa030ff : libbpf: Support libbpf-provided extern variables
ea06bc3 : libbpf: Extract internal map names into constants
531ac0e : libbpf: Add BPF object skeleton support
e35cb34 : libbpf: Reduce log level of supported section names dump
68fa3f0 : libbpf: Postpone BTF ID finding for TRACING programs to load phase
1c145f0 : libbpf: Refactor global data map initialization
418c072 : libbpf: Expose BPF program's function name
5ec0ba6 : libbpf: Expose BTF-to-C type declaration emitting API
600ba1c : libbpf: Expose btf__align_of() API
aa73e35 : libbpf: Extract common user-facing helpers
dca6176 : libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o files
6f88f26 : libbpf: Move non-public APIs from libbpf.h to libbpf_internal.h
f7af143 : libbpf: Add generic bpf_program__attach()
4f3c7b3 : libbpf: Don't require root for bpf_object__open()
b85e83f : libbpf: Don't attach perf_buffer to offline/missing CPUs
33d1fbe : libbpf: Extract and generalize CPU mask parsing logic
b234d12 : libbpf: Recognize SK_REUSEPORT programs from section name
7a1d185 : libbpf: fix Coverity scan CI
76d5bb6 : libbpf: Add VMTEST to CI
c42bfcb : travis: build on ppc64le as well
c2fc7c1 : sync: latest libbpf changes from kernel
4060a65 : libbpf: Fix printf compilation warnings on ppc64le arch
a26f6b1 : libbpf: Bump libpf current version to v0.0.7
6e686c2 : Makefile: Add cscope and tags rules
ab067ed : sync: latest libbpf changes from kernel
9b69fbe : bpf: Introduce BPF_TRACE_x helper for the tracing tests
04d8fc5 : selftests/bpf: Add test for BPF trampoline
ceff1e0 : libbpf: Fix sym->st_value print on 32-bit arches
d28acc5 : libbpf: Fix global variable relocation
9ef191e : license: add LICENSE with dual-license SPDX expression
1add860 : license: add license note to README
c658f21 : libbpf: add BSD-2-Clause and LGPL-2.1 licenses
9f519af : sync: latest libbpf changes from kernel
b7bdc60 : libbpf: Fix usage of u32 in userspace code
354dd98 : bpf: Introduce BPF_TRACE_x helper for the tracing tests
9b91dce : libbpf: Fix bpf_object name determination for bpf_object__open_file()
83535cb : libbpf: Support initialized global variables
3f05b51 : libbpf: Fix various errors and warning reported by checkpatch.pl
0d0d05d : libbpf: Refactor relocation handling
4440906 : libbpf: Fix call relocation offset calculation bug
16ecc53 : net-af_xdp: Use correct number of channels from ethtool
38f6677 : libbpf: Make global data internal arrays mmap()-able, if possible
e9d33df : bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
05b515d : libbpf: Add support for attaching BPF programs to other BPF programs
c2bbeaa : selftests/bpf: Add test for BPF trampoline
799d153 : libbpf: Add support to attach to fentry/fexit tracing progs
69ff396 : libbpf: Introduce btf__find_by_name_kind()
b91f53e : travis: use travis_terminate instead of set {+,-}e combo
dd8f1bd : travis: bump the Ubuntu release to Bionic
3720f31 : travis: add an s390x job
c51c492 : sync: latest libbpf changes from kernel
d3e68e0 : libbpf: Allow for creating Rx or Tx only AF_XDP sockets
6ce8910 : libbpf: Support XDP_SHARED_UMEM with external XDP program
79b1d81 : libbpf: Add getter for program size
26954e1 : libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
c8c02fc : libbpf: Use pr_warn() when printing netlink errors
0e2f5f9 : libbpf: Propagate EPERM to caller on program load
b539321 : libbpf: Unpin auto-pinned maps if loading fails
0f15f88 : libbpf: Improve handling of corrupted ELF during map initialization
bada95a : libbpf: Make btf__resolve_size logic always check size error condition
fb92962 : libbpf: Fix another potential overflow issue in bpf_prog_linfo
1a828b3 : libbpf: Fix potential overflow issue
330f468 : libbpf: Fix memory leak/double free issue
2ef7f56 : libbpf: Fix negative FD close() in xsk_setup_xdp_prog()
4da243c : sync: latest libbpf changes from kernel
4d8fc6d : libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage
6d4abdd : sync: latest libbpf changes from kernel
67ab4c0 : sync: auto-generate latest BPF helpers
df45cf7 : libbpf: Add support for field size relocations
4438972 : libbpf: Add support for relocatable bitfields
09cd9ff : bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpers
e7d860d : libbpf: Add auto-pinning of maps when loading BPF objects
ff3d270 : libbpf: Move directory creation into _pin() functions
44f9712 : libbpf: Store map pin path and status in struct bpf_map
fe4cb79 : libbpf: Fix error handling in bpf_map__reuse_fd()
15de8ad : libbpf: Add support for prog_tracing
d7a1375 : coverity: explicitly use bash instead of sh
91e4f27 : travis: use sudo during the 'install' phase
1339ef7 : README: add Coverity badge
c204e3d : travis: automate Coverity builds
32d0a03 : README: add a LGTM badge
05346cf : sync: latest libbpf changes from kernel
a7a32b8 : libbpf: Don't use kernel-side u32 type in xsk.c
68a051f : libbpf: Fix off-by-one error in ELF sanity check
8e80367 : libbpf: Fix compatibility for kernels without need_wakeup
9a5adec : sync: ignore test_libbpf.c
b923d0e : lgtm: fix the extraction process
f02e248 : sync: latest libbpf changes from kernel
e152510 : libbpf: Fix strncat bounds error in libbpf_prog_type_by_name
59ac194 : libbpf: Use implicit XSKMAP lookup from AF_XDP XDP program
5150a4a : includes: add BPF_JMP32_IMM macro to fix build
2a25957 : travis: add an aarch64 Xenial job
e441f55 : sync: latest libbpf changes from kernel
beb9f88 : sync: auto-generate latest BPF helpers
c7b5116 : libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration
2b0cd55 : libbpf: Teach bpf_object__open to guess program types
188276c : libbpf: Add uprobe/uretprobe and tp/raw_tp section suffixes
87c4984 : libbpf: Add bpf_program__get_{type, expected_attach_type) APIs
a5611ba : tools: Sync if_link.h
c6e0142 : tools, bpf: Rename pr_warning to pr_warn to align with kernel logging
58e3a8f : bpf, libbpf: Add kernel version section parsing back
1b27702 : bpf: Check types of arguments passed into helpers
39cf9fc : libbpf: Auto-detect btf_id of BTF-based raw_tracepoints
bc4a6e9 : bpf: Add attach_btf_id attribute to program load
4a50ceb : Makefile: back-port _FILE_OFFSET_BITS=64 and _LARGEFILE64_SOURCE to Makefile
4d86cae : ci: disable GCC's -Wstringop-truncation noisy error
33b3743 : sync: adjust sync script for test_libbpf.c rename and bpf_helper_defs.h
ade4409 : sync: latest libbpf changes from kernel
2f9abb2 : sync: auto-generate latest BPF helpers
fca6096 : libbpf: Add BPF-side definitions of supported field relocation kinds
0db22b0 : libbpf: Add support for field existance CO-RE relocation
807b9d7 : libbpf: Refactor bpf_object__open APIs to use common opts
a3d02f9 : libbpf: Update BTF reloc support to latest Clang format
54aac21 : libbpf: Handle invalid typedef emitted by old GCC
d8dd0be : libbpf: Generate more efficient BPF_CORE_READ code
e94f57a : libbpf: Fix passing uninitialized bytes to setsockopt
bda436b : libbpf: Fix struct end padding in btf_dump
a30df5c : makefile: install new BPF-side headers along libbpf user-land ones
e776bf7 : sync: teach sync script to generate bpf_helper_defs.h
4668868 : sync: latest libbpf changes from kernel
19cbbd8 : sync: auto-generate latest BPF helpers
c87b3a6 : libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
4c55ba2 : libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf
104006a : uapi/bpf: fix helper docs
bf83a95 : libbpf: fix bpf_object__name() to actually return object name
732f598 : libbpf: add bpf_object__open_{file, mem} w/ extensible opts
de3c5a1 : libbpf: stop enforcing kern_version, populate it for users
1a8a750 : libbpf: Bump current version to v0.0.6
1a26b51 : meson: kill meson.build as it's not used anymore
2cc0829 : ci: execute install step in CI
92cb475 : makefile: fix install target
8b2782a : makefile: support libbpf symbol versioning in shared library mode
886e814 : sync: latest libbpf changes from kernel
d275397 : libbpf: handle symbol versioning properly for libbpf.a
ede18f8 : scripts: fix empty cherry-pick handling, fix IGNORE_CONSISTENCY check
07cd489 : libbpf: fix Github-only indentation issue
d2f307c : sync: latest libbpf changes from kernel
990cef2 : libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitions
4c2c521 : libbpf: fix false uninitialized variable warning
b1e911e : libbpf: Remove getsockopt() check for XDP_OPTIONS
ae673dc : libbpf: add flags to umem config
5a256d1 : tools/bpf: sync bpf.h
ae8edc7 : libbpf: fix linker flags for shared library
8f8b4a1 : Travis CI: add sanity check for libelf dependency
476e158 : sync: latest libbpf changes from kernel
13e1ee4 : bpf: sync bpf.h to tools/
3e2bab6 : libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscall
9084f4c : libbpf: add bpf_btf_get_next_id() to cycle through BTF objects
66d20ed : libbpf: refactor bpf_*_get_next_id() functions
d8d6772 : tools: bpf: synchronise BPF UAPI header with tools
4397d09 : bpf: sync bpf.h to tools/
5771dac : libbpf: add support for need_wakeup flag in AF_XDP part
d34efee : libbpf: make libbpf.map source of truth for libbpf version
db63a5a : filter.h: fix BPF_LD_MAP_VALUE definition
d60f568 : Makefile: get libbpf version from libbpf.map
e78a36f : sync: fix non-empty merge detection/handling
c8a7eb0 : sync: latest libbpf changes from kernel
b48c148 : bpf: sync bpf.h to tools infrastructure
a3b4055 : libbpf: attempt to load kernel BTF from sysfs first
3060385 : libbpf: fix missing __WORDSIZE definition
1a28fa5 : tools headers UAPI: Sync if_link.h with the kernel
def5576 : sync: pull patches from bpf tree as well
3e45a16 : sync: make patch applying interactive, allow to ignore consistency
2c0e53c : sync: attempt to auto-resolve non-libbpf conflicts
6227c6f : sync: add manual cherry-picking mode
00ad180 : sync: extract cherry-picking logic for reuse
715a58d : sync: improve and automate already synced patches detection
11052fc : sync: add commit_desc() function and move things around a bit
97ecda3 : sync: extract directory changing function
342bcfa : sync: centralize kernel-to-github paths mapping
c020432 : sync: latest libbpf changes from kernel
99ce275 : libbpf: implement BPF CO-RE offset relocation algorithm
c0a5f7e : libbpf: add .BTF.ext offset relocation section loading
0da9ba4 : libbpf: convert libbpf code to use new btf helpers
c4735d9 : libbpf: add helpers for working with BTF types
563f1d3 : bpf: sync bpf.h to tools/
c5d4295 : tools/libbpf_probes: Add new devmap_hash type
b606dc7 : tools/include/uapi: Add devmap_hash BPF map type
f615047 : libbpf: return previous print callback from libbpf_set_print
84a508a : bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL
c59016e : tools/bpf: sync bpf_flow_keys flags
509ef92 : libbpf: provide more helpful message on uninitialized global var
2c9394f : libbpf: set BTF FD for prog only when there is supported .BTF.ext data
0f4d83f : libbpf : make libbpf_num_possible_cpus function thread safe
6a7b28b : libbpf: fix extraversion in Makefile
d76d264 : libbpf: fix erroneous multi-closing of BTF FD
63a3bdf : libbpf: silence GCC8 warning about string truncation
12fa15e : libbpf: fix using uninitialized ioctl results
b987dcf : libbpf: Avoid designated initializers for unnamed union members
9c1ab4d : libbpf: Fix endianness macro usage for some compilers
550aa56 : sync: latest libbpf changes from kernel
54facd3 : libbpf: fix another GCC8 warning for strncpy
1346b5b : bpf: sync bpf.h to tools/
78d3666 : libbpf: fix ptr to u64 conversion warning on 32-bit platforms
ce2eb85 : docs: cgroup-v1: add it to the admin-guide book
6d4104b : bpf: fix uapi bpf_prog_info fields alignment
43c14e8 : docs: cgroup-v1: convert docs to ReST and rename to *.rst
e61f4b8 : scripts/sync-kernel.sh: add missing if_xdp.h in one of file lists
80a0eca : libbpf: sanitize VAR to conservative 1-byte INT
5a8c675 : libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext exists
45ad862 : sync: latest libbpf changes from kernel
5e4da17 : bpf: sync bpf.h to tools/
2d8ab5c : libbpf: add perf_buffer_ prefix to README
fe1ce6b : libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
9007494 : libbpf: add perf buffer API
8b82b9c : libbpf: capture value in BTF type info for BTF-defined map defs
9a361d2 : libbpf: add raw tracepoint attach API
01272d3 : libbpf: add tracepoint attach API
0a216f3 : libbpf: add kprobe/uprobe attach API
04f987a : libbpf: add ability to attach/detach BPF program to perf event
8617143 : libbpf: introduce concept of bpf_link
3e8f891 : libbpf: make libbpf_strerror_r agnostic to sign of error
960ec9a : bpf/tools: sync bpf.h
0cc3d9d : bpf, libbpf, smatch: Fix potential NULL pointer dereference
50a63f3 : libbpf: fix GCC8 warning for strncpy
32a605a : libbpf: support sockopt hooks
5efb454 : bpf: sync bpf.h to tools/
e0ee159 : xsk: Change the default frame size to 4096 and allow controlling it
421ecf0 : libbpf: Support getsockopt XDP_OPTIONS
38b91c6 : xsk: Add getsockopt XDP_OPTIONS
f925686 : libbpf: fix max() type mismatch for 32bit
be0f832 : libbpf: fix spelling mistake "conflictling" -> "conflicting"
f29b6fd : bonding: add an option to specify a delay between peer notifications
1ed7b6a : libbpf: constify getter APIs
ec13b30 : libbpf: allow specifying map definitions using BTF
e64e62d : libbpf: split initialization and loading of BTF
115c0e0 : libbpf: identify maps by section index in addition to offset
67057c6 : libbpf: refactor map initialization
bdf65f9 : libbpf: streamline ELF parsing error-handling
0559e41 : libbpf: extract BTF loading logic
abc096b : libbpf: add common min/max macro to libbpf_internal.h
7586f78 : bpf: sync BPF_FIB_LOOKUP flag changes with BPF uapi
76ff616 : bpf, libbpf: enable recvmsg attach types
04a0578 : bpf: sync tooling uapi header
ddba402 : libbpf: Return btf_fd for load_sk_storage_btf
52ec16b : sync: latest libbpf changes from kernel
a4e4dbc : bpf/tools: sync bpf.h
21742bc : libbpf: fix check for presence of associated BTF for map creation
39de671 : sync: latest libbpf changes from kernel
49967c1 : bpf: add a new API libbpf_num_possible_cpus()
4f260bc : libbpf: remove qidconf and better support external bpf programs.
80aeaa3 : bpf/tools: sync bpf.h
fcbc260 : libbpf: reduce unnecessary line wrapping
896c231 : libbpf: typo and formatting fixes
e13049a : libbpf: simplify two pieces of logic
8e01ffc : libbpf: use negative fd to specify missing BTF
c7b8b2e : libbpf: fix error code returned on corrupted ELF
e977af8 : libbpf: check map name retrieved from ELF
dd55058 : libbpf: simplify endianness check
64852b2 : libbpf: preserve errno before calling into user callback
1aedc35 : libbpf: fix detection of corrupted BPF instructions section
d5013de : libbpf: prevent overwriting of log_level in bpf_object__load_progs()
0e37e0d : build: add hashmap and btf_dump to OBJS list
75db50f : sync: latest libbpf changes from kernel
d714245 : libbpf: add bpf_object__load_xattr() API function to pass log_level
1d0ddcd : libbpf: fix warning that PTR_ERR_OR_ZERO can be used
edf3123 : libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
1f8e2f7 : tools: bpf: sync uapi header bpf.h
ca76b12 : tools/bpf: sync bpf uapi header bpf.h to tools directory
4fe8a54 : libbpf: add btf_dump API for BTF-to-C conversion
5f3f748 : libbpf: switch btf_dedup() to hashmap for dedup table
553db8b : libbpf: add resizable non-thread safe internal hashmap
939da1e : libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
d557b32 : libbpf: ensure libbpf.h is included along libbpf_internal.h
e60460f : linux/err.h: add PTR_ERR_OR_ZERO
59a6415 : sync: latest libbpf changes from kernel
51dc322 : libbpf: move logging helpers into libbpf_internal.h
256cf5f : libbpf: don't fail when feature probing fails
e10521b : tools/bpf: Sync kernel btf.h header
672ae75 : AF_XDP: Fix install_headers to also install AF_XDP ones
5188b0c : sync: latest libbpf changes from kernel
c1cdd86 : libbpf: detect supported kernel BTF features and sanitize BTF
785c526 : tools: bpf: synchronise BPF UAPI header with tools
c1ad4ef : libbpf: remove unnecessary cast-to-void
65cfbbc : tools/bpf: fix perf build error with uClibc (seen on ARC)
9ffd53d : libbpf: proper XSKMAP cleanup
97f4533 : libbpf: fix invalid munmap call
f4bf5c3 : bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing
e87112a : bpf: Sync bpf.h to tools
540d704 : tools: sync bpf.h
c438cec : libbpf: fix samples/bpf build failure due to undefined UINT32_MAX
72ef206 : bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statement
29e229e : bpf, libbpf: handle old kernels more graceful wrt global data sections
0167179 : libbpf: fix BPF_LOG_BUF_SIZE off-by-one error
7285545 : libbpf: remove compile time warning from libbpf_util.h
3a41ddd : Fix up README's markdown formatting
58d39f2 : filter.h: add missing BPF raw instruction macros
90df021 : README: rename to README.md
8162530 : Travis CI: add gcc-8, gcc-8 ASan+UBSan tests
7ed7e4f : Embed Travis CI status image into libbpf README
4de9ffc : Travis CI folow up Fix ENV_VARS passing to `docker` so `CC` is set to `clang`. Fix asan compiler option. Specify all compiler options in `CFLAGS`.
910c475 : sync: latest libbpf changes from kernel
59c979c : libbpf: optimize barrier for XDP socket rings
b0404ee : libbpf: remove dependency on barrier.h in xsk.h
b0abd1b : libbpf: remove likely/unlikely in xsk.h
01d7b7e : libbpf: fix XDP socket ring buffer memory ordering
6afcd64 : libbpf: fix printf formatter for ptrdiff_t argument
7ee515f : bpf: fix whitespace for ENCAP_L2 defines in bpf.h
f0e76d6 : btf: add support for VAR and DATASEC in btf_dedup()
6be72ba : bpf: Sync bpf.h to tools/
6cf6bed : libbpf: Support sysctl hook
805f459 : bpf: Sync bpf.h to tools/
b18e612 : bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2
61419aa : sync-kernel.sh: detect synced commits, interactively resolve conflicts
2d1959f : Introduce Travis CI tests
65b4e93 : add meson.build for meson build system
8bbb21c : libbpf: fix extraversion in makefile to that of upstream
dd3fc8b : sync: latest tooling changes from kernel
5844f6e : sync: latest libbpf changes from kernel
e2871d1 : libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN
ac2254d : libbpf: Fix build with gcc-8
f499074 : sync: latest libbpf changes from kernel
a74350f : libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE
1770ac4 : bpf, bpftool: fix a few ubsan warnings
0c4ac0d : bpf, libbpf: add support for BTF Var and DataSec
d99a283 : bpf, libbpf: support global data/bss/rodata sections
a3d2363 : bpf, libbpf: refactor relocation handling
bbd32bd : bpf: sync {btf, bpf}.h uapi header from tools infrastructure
a6ce1c6 : libbpf: Ignore -Wformat-nonliteral warning
6d7acda : libbpf: teach libbpf about log_level bit 2
23a177a : Add SONAME to DSO
db1adc8 : Add symlinks for DSO
c3b329c : Add LIBBPF_VERSION
8c091e4 : Enable version script for DSO building
2dd2a2d : Fix libbpf.pc target
438584b : Makefile: use pkg-config to get libelf flags
3e40345 : Build shared lib by default, add options to turn it off
e31e1a5 : Makefile: pass CPPFLAGS to the compiler
93bc1d0 : makefile: sync generate pkg-config file for libbpf
27a5f60 : sync: latest libbpf changes from kernel
9d60bfd : tools/bpf: generate pkg-config file for libbpf
413703c : tools lib bpf: Introduce bpf_program__get_prog_info_linear()
556285a : perf tools: Fix errors under optimization level '-Og'
7183d51 : tools lib bpf: Fix the build by adding a missing stdarg.h include
2b9a24d : bpf: Sync bpf.h to tools
0c639aa : tools: update include/uapi/linux/bpf.h
5877849 : sync: latest libbpf changes from kernel
d5b20f9 : libbpf: fix btf_dedup equivalence check handling of different kinds
d3a6d05 : bpf, libbpf: clarify bump in libbpf version info
7c15bab : scripts/sync_kernel.sh: skip empty merges, preventing cherry-picking
33b0174 : sync: latest libbpf changes from kernel
80a0a2d : tools: bpf: synchronise BPF UAPI header with tools
1fdfd30 : btf: resolve enum fwds in btf_dedup
c09210b : bpf: Sync bpf.h to tools/
6215836 : libbpf: fix to reject unknown flags in xsk_socket__create()
c4af4fc : libbpf: handle BTF parsing and loading properly
a5831be : bpf, libbpf: fixing leak when kernel does not support btf
74efbe5 : scripts: update sync script to do if_xdp.h syncing
cb658e9 : AF_XDP: add xsk.{c,h} to Makefile and fix build
7a43190 : sync: latest libbpf changes from kernel
68cafb4 : bpf: sync bpf.h to tools and update bpf_helpers.h
cba1a11 : btf: fix bug with resolving STRUCT/UNION into corresponding FWD
6c11809 : btf: allow to customize dedup hash table size
d58dcd8 : libbpf: fix formatting for btf_ext__get_raw_data
6f14d7f : tools/libbpf: signedness bug in btf_dedup_ref_type()
14fc408 : tools: libbpf: add a correctly named define for map iteration
7e447c3 : tools/bpf: sync bpf.h into tools
b23ab17 : libbpf: add support for using AF_XDP sockets
947e40e : sync_kernel.sh: revamp sync script to work in the presence of merges (#15)
d5fa415 : libbpf sync 2019-02-17T06:35:29.358Z (#14)
8e42f42 : scripts: add script to sync kernel changes (#13)
8008be5 : Install bpf_common.h in install_uapi_headers (#12)
5beb8a2 : sync with latest bpf-next
6f9a833 : sync with latest bpf-next (#11)
f0bcba6 : sync with latest bpf-next (#10)
b19c6dc : sync with bpf-next
30388a7 : add BPF_EMIT_CALL macro for libbpf_probes.c
1dc0296 : sync with latest bpf-next
d5b146f : add asm/errno.h to linux/err.h (#8)
29eca54 : Fix redirect in check-reallocarray (#7)
07a48dc : sync with latest bpf-next (#6)
556e0a0 : bpf: sync with latest bpf-next tree (#5)
a0e4e32 : bpf: add ring_buffer.h drop in replacement header
62706e5 : Symbols visibility (#3)
e5c75f8 : mirror uapi/linux/bpf_common.h file (#2)
a82a66e : Extend build and add install rules to Makefile
c2015d0 : Add if_link.h and netlink.h UAPI headers
8acf263 : add a simple Makefile to build and clean up
6668418 : initial commit

+- Project: platform/external/libbrillo

48504f2 : update OWNERS
2d1fcf7 : Add missing include

+- Project: platform/external/libcap

1fc774d : Update cpe for vulnerability scanners
7e908d5 : Add ramdisk_available to init_first_stage's deps
2cde694 : Make available to com.android.compos apex

+- Project: platform/external/libchrome

57bafe0879 : Deleted clang property in Android.bp files
d524f97614 : Use nullptr instead of reinterpret_cast of NULL to pointer type
7e6a2645d0 : Separate glibc and musl sources
06adc1e4b3 : Adding min_sdk_version for Bluetooth apex
62d44c8c10 : Stop using deprecated functionality for managing path deps
35abebfab5 : Add ramdisk_available to init_first_stage's deps

+- Project: platform/external/libconfig

056f47e : Add Android.bp for libconfig
1199caa : Import libconfig
3fe6886 : Initial empty repository

+- Project: platform/external/libcups

0a03fea0 : Move comment to license_note
75e3d8ba : Add updated cpe for vulnerability scanners

+- Project: platform/external/libcxx

b27c78260 : Move user file along to the new package name
ddcf30d38 : RESTRICT AUTOMERGE Ignore weak symbol difference in libc++ ABI check
bdf5fe7af : Export libc++ headers for musl sysroot
df8cb3684 : Move pgo rules to afdo
978cfa2e7 : Allow the ART module to use "libc++fs".
911760b18 : Add another warning to the libc++ Android.bp.
bb48d640b : Update the bug that's blocking libc++fs for vendor code.
e8660a008 : Add ramdisk_available to init_first_stage's deps

+- Project: platform/external/libcxxabi

c0a6edc : [ARM] __cxa_end_cleanup: avoid clobbering r4
ae7de2c : Export libc++abi headers for musl sysroot
45ad001 : cxa_guard: avoid sys/syscall.h and SYS_gettid
11d2f02 : Add Apache 2.0 to license_kinds
6f17964 : [libcxxabi] __cxa_guard_require: test guard byte with != 0 instead of == 1
f22e6f7 : Fix compilation error with -DLIBCXXABI_ENABLE_THREADS=OFF
6eae8a4 : Cleanup new cxa guard implementation.
867c4b0 : Rewrite cxa guard implementation.
c1d35c5 : [libc++abi] Create a macro for the 32 bit guard setting on ARM platforms
50fb795 : Fix incorrect change during refactoring.
9cbec86 : Further refactor cxa_guard.cpp
f0dede2 : Create RAII lock guard for global initialization lock.
882e889 : Always use is_initialized and set_initialized in cxa_guard.cpp

+- Project: platform/external/libdivsufsort

a570a8a : Jeff moved to a different team so remove him from OWNERS
353d955 : Make libdivsufsort64 available in recovery

+- Project: platform/external/libdrm

f52fb58e : Use __BIONIC__ instead of ANDROID to check for bionic
febfe0ad : build: bump version to 2.4.109
997edcd3 : xf86drm: fix compiler warnings
f70e8ae8 : amdgpu: Add new function to get fd.
b40d0a7d : ci: Add FreeBSD support
e722ba9f : ci: Switch freedesktop/ci-templates
57e0b055 : xf86drm: add drmGetDeviceFromDevId
dd3d6dd3 : radeon: remove duplicate declaration of struct radeon_bo_manager in radeon_bo.h
d76c3871 : build: bump version to 2.4.108
e641e2a6 : xf86drm: add iterator API for DRM/KMS IN_FORMATS blobs
f256bb9a : amdgpu: Make marketing names consistent
fda3d001 : Fix -Werror=format build errors on FreeBSD
c16f13f5 : ANDROID: libdrm: prebuilt: Add generated_static_table_fourcc.h intermediate file
e14db34b : ANDROID: libdrm: Add gen_prebuilt_intermediates.sh script for files generated by meson
d77ccdf3 : amdgpu: add amdgpu_stress utility v2
78f95c33 : drm/virtgpu: update header
dd3655ce : man: refer to drmCloseBufferHandle instead of DRM_IOCTL_GEM_CLOSE
751752d2 : tegra: use drmCloseBufferHandle
bf23fe37 : omap: use drmCloseBufferHandle
53ef4b37 : nouveau: use drmCloseBufferHandle
7b67fec6 : freedreno: use drmCloseBufferHandle
2fda5f9b : exynos: use drmCloseBufferHandle
bd1f320b : etnaviv: use drmCloseBufferHandle
80f8fbd4 : radeon: use drmCloseBufferHandle
7e13fe1d : intel: use drmCloseBufferHandle
ef77e5e1 : amdgpu: use drmCloseBufferHandle
bd26b61c : xf86drm: Update drmGetFormatModifierNameFromArm to handle AFRC
d2875fe0 : drm_fourcc: sync drm_fourcc with latest drm-next kernel
02ac4a0a : xf86drmMode: simplify drm_property_type_is
bb709e60 : xf86drmMode: switch to standard inline qualifier
e939bd1e : xf86drmMode: make drm_property_type_is arg const
f9c27a9e : intel: Drop legacy execbuffer support
264e66b5 : xf86drm: add GEM_CLOSE ioctl wrapper
122ff0e8 : intel: Do not assert on unknown chips in drm_intel_decode_context_alloc
02dd464b : intel: Sync pci ids
a97f265c : amdgpu: add new marketing name
4529056e : amdgpu: add marketing names from 21.30
d201a41d : tests/modetest: get cursor width and height by drmGetCap
a7892962 : intel: sync ADL-S PCI IDs with kernel
1a4c0ec9 : xf86drm: fix mem leak in drm_usb_dev_path()
1d29e1df : nouveau: print bo address in the GPU/CPU vm and its size
8d0fb9b3 : libdrm: NOTE! Default branch is now main
149b99fe : headers: drm: Sync with drm-next
e6fb9ccf : meson: Don't build libkms for Android.
a819b9ad : meson: Build libdrm.so as an unversioned lib on Android.
4ac7d6bf : test/amdgpu: Bob to Alice copy should be TMZ in secure bounce test
87a68fe9 : tests/amdgpu: Fix TMZ secure bounce test
9cef5dee : Bump version to 2.4.107
ab72fde8 : amdgpu: update marketing names
588355ad : Add LICENSE file for libdrm
5d97031e : README.rst: Include some notes about syncing uapi headers
65d89398 : xf86drm: Add support for decoding AMLOGIC format modifiers
9ae8f17d : xf86drm: Add support for decoding AMD format modifiers
99a0522a : xf86drm: Add support for decoding Nvidia format modifiers
a04b6748 : xf86drm: Add a vendor function to decode the format modifier
67e91197 : xf86drm: Add a human readable representation for format modifiers
f287d199 : Conditionally include <linux/limits.h> and <sys/params.h> on Linux, BSD
8bc56fe0 : _WANT_KERNEL_ERRNO must be defined in FreeBSD for ERESTART to be used
90c9175c : include <sys/types.h> in xf86drmMode when the OS is FreeBSD
085ee3e4 : amdgpu: Add vamgr for capture/replay.
d615430c : tests/amdgpu/hotunplug: Add hotunplug with exported fence
93a4708a : tests/amdgpu/hotunplug: Add hotunplug with exported bo test
b5f611cc : tests/amdgpu/hotunplug: Add unplug with cs test.
d4b780a7 : test/amdgpu/hotunplug: Add test suite for GPU unplug
d330f68c : test/amdgpu: Add helper functions for hot unplug
ae2e2bd6 : tests/amdgpu: Fix valgrind warning
140ce56d : amdgpu: Added product name for E9390,E9560 and E9565 dgpu
4e178807 : Revert "tests/amdgpu: fix bo eviction test issue"
4c836518 : intel: Add support for ADLP
77b642b6 : Bump version to 2.4.106
cfbea78f : nouveau: add debug option to sync pushbuffer submissions
91c3eb17 : novueau: document debug flags
17a51b0b : nouveau: rework debugging so we can also dump into a file
c0ae9cfa : nouveau: make debug features accessible in normal builds
2f04bd2d : nouveau: mask push buffer length pushbuf_dump
52fd2a25 : nouveau: fix crash in pushbuf_dump with an unmapped bo
bf089846 : ci: use `base-devel` tag of archlinux image instead of `base` and then installing `base-devel` after
b4847d97 : ci: use archlinux/archlinux docker image instead of deprecated and now removed archlinux/base
40f73d0b : Revert "xf86drmMode: set FB_MODIFIERS flag when modifiers are supplied"
c7dc0465 : test/amdgpu: Add emit mem sync flag for test IB
67a64bb9 : test/amdgpu: use tmz ids to check whether enable security tests
3c02304c : tests/amdgpu/vcn: update to support aldebaran
7b844dab : tests/amdgpu:retire asic_id check on unsupported cases
991e95fd : tests/amdgpu: update gfx9 BufferCopy/BufferClear
6b4e956d : Bump version to 2.4.105
1d13cc10 : amdgpu: add function of INFO ioctl for querying video caps
50c98335 : amdgpu: sync up amdgpu_drm.h with latest from kernel
b3628506 : xf86drmMode: set FB_MODIFIERS flag when modifiers are supplied
a5a400c9 : tests/amdgpu: fix bo eviction test issue
af871ec1 : drm/tests/amdgpu: fix Metadata test failed issue
6d821612 : xf86drmMode: introduce drmModeGetPropertyType
f5abbc30 : test/amdgpu: remove static varible in Syncobj test
cd368197 : intel: Keep libdrm working without pread/pwrite ioctls
52f05d3d : meson: use library() instead of shared_library().

+- Project: platform/external/libese

f5a1db8 : Add HW-backed security team to OWNERS
84f37d4 : Added ready_se directory. All seready applets and HAL reference implementations are placed here.

+- Project: platform/external/libevent

d2693d5 : Clear apex.go entries for bluetooth libs
8dd4c4c : Adding min_sdk_version to libevent required for bt apex
b6bd404 : Fix external/libevent compiling against musl
03001bd : Add ramdisk_available to init_first_stage's deps

+- Project: platform/external/libffi

70157e5 : Move comment to license_note
c9a6cfd : Add CMakeLists.txt file for Windows x86_64 MSVC build

+- Project: platform/external/libfuse

7e5a12d : Support fuse-bpf
d709c24 : Released 3.10.5
aaf767a : Fix: fd and memory leak in mount.fuse.c (#614)
9677eca : use same hashbang as in rest of repository
173bffc : fix spelling
6100b64 : remove executable file mode bit from source files
5f3fec6 : meson.build: fix wrong .symver detection
624327b : Travis-CI: Make sure lsan supppressions file can be read by root.
5709333 : Do not run unlinked files test on passthrough_hp with old kernels
a1e4167 : Fix: a potential crash on failure to setlocale
80f2b8b : passthrough_hp: excercise reusing inode numbers
10ecd4f : test/test_syscalls.c: check unlinked testfiles at the end of the test
494e151 : test/test_syscalls.c: refactor fcheck_* helpers
057d6de : test/test_syscalls.c: use unique filename per test
c56ba92 : Released 3.10.4
c7a8b42 : Add an option to disable building tests (#533)
57b46ad : Cuse example: Fix memory leak (#607)
f4187fe : fix typo in man (#609)
8852a22 : test/test_syscalls.c: fix test failure on xfs src dir (#611)
0b6d97c : Define FUSE_USE_VERSION in Doxygen. (#608)
7d1ba6b : Fix memory leaks in examples (#604)
995d46a : Bump cxxopts from 2.2.0 to 2.2.1 (#602)
d169d51 : doc: Add "fuse (4)" to SEE ALSO sections in man pages (#601)
8c4d315 : Fix doxygen warnings. (#600)
98e261c : fusermount3.1: refer to mount.fuse3 (#599)
d85d26b : Add missing exceptions to fuse_reply_err() documentation. (#597)
10bb961 : Fix a few meson warnings (#596)
f0c288f : Added ChangeLog template for next release.
f6cb8f2 : Released 3.10.3
02eb082 : Remove unused fuse_worker bufsize (#590)
f4eaff6 : Fix typo in fuse_lowlevel.h (#593)
da474fe : Fix typos (#592)
bdd2d41 : Fix returning d_ino and d_type by readdir(3) in non-plus mode
77d6624 : Released 3.10.2
5012a05 : Fix returning inode numbers from readdir() in offset==0 mode. (#584)
b9e3ea0 : Ignore "-o nonempty" (#582)
d354703 : Fix FTBFS on kfreebsd (#581)
e6df67c : Fix a few typos in README.md. (#579)
770bccf : Fix typo (#578)
699ab32 : fusermount: Check for argv[0] being present (#577)
ccba27f : Fix FUSE_COPY_FILE_RANGE in the passthrough example (#575)
b96e475 : util/fusermount.c: Assume the kernel supports UMOUNT_NOFOLLOW (#574)
9bfbeb5 : Add exfat to whitelist (#573)
cd4aae2 : Released 3.10.1
1acfb20 : examples/cuse_client: add include file to eliminate compiler warning (#568)
42f661e : fix errno comparison
f604536 : buffer.c: correct return value when buf is NULL
71f0d7c : test/test_syscalls.c: fix potential fd leakage problems
8b4c5d9 : example/cuse_client.c: fix fd leakage problem
2a87b64 : ioctl_client.c: fix potential fd leakage problem
5670dde : mount.fuse.c: fix potential memory leak in main func
8b318a7 : mount.fuse.c: fix potential accessing NULL pointer
d614415 : buffer.c: check whether buf is NULL in fuse_bufvec_advance func
2fc070f : Fix incorrect date in Changelog
e032ca7 : remove fuse_mutex_init
4ebb018 : remove old uclibc hack
0105e06 : Released 3.10.0
f54eb86 : Fix typo "retuned" -> "returned" (#553)
ba3b225 : Allow caching symlinks in kernel page cache. (#551)
5b901ee : Fix compilation for compilers not supporting __has_attribute
d7d0859 : Update Travis to Ubuntu Bionic
83f6823 : Implement GCC 10 style symbol versioning (#545)
86f40b8 : Updated example code to work with new API (#547)
dfb4054 : Added TSAN suppression file.
f0d5543 : Suppress some bogus thread sanitizer warnings.
4e271a9 : Remove pointer to professional consulting offers
64aebd9 : Fix-up changelog.
db9b4fa : Released 3.9.4
50cbca7 : fuse_send_data_iov(): correctly calculate total buffer size.
7b3e389 : Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)
c5e8684 : Fixed typo in command to compile program (#536)
e8a9e84 : Doc fixes (#537)
d1deae6 : Fix FreeBSD CI (#539)
4845041 : Fix: crash on failure to set locale (#529)
9e1c2a4 : fuse_lowlevel: Move assert for se before dereferencing it with se->debug (#530)
7471156 : Fixed minor print alignment issue in iconv_help(), replacing tab with space (#519)
9fa4dc1 : Fix the typo "filed" -> "field" in fuse manpage (#524)
717c8b8 : README: Correct the directory name from 'examples' to 'example' (#526)
032db1a : docs: Replace `mesonconf` with `meson configure` (#528)
06342ca : libfuse: Assign NULL to "old" to avoid free it twice (#522)
5021d6a : Typo fixed. (#520)
4322cff : Released 3.9.2
c3f6de8 : fix format in test (#515)
9126a7b : Avoid closing se->fd twice in fuse_lowlevel.c (#516)
ded8684 : passthrough_ll: remove symlink fallbacks (#514)
fc25c50 : Do not require C++ compiler for building
fe484d2 : Released 3.9.1
3b17db6 : Fix issue preventing using splice with reads (#505)
b70c730 : Align help options (#500)
252e978 : State GPL version in comment (#485)
fd0403d : passthrough_ll: Remove unneeded variable assignment (#501)
29b71ac : Travis-CI: Fix ImportError: No module named 'zipp' (#502)
5622233 : Include limits.h because of PATH_MAX usage. (#498)
a7ba1d4 : Update comment for the copy_file_range operation (#497)
81ab7d8 : examples: mark ops variables constant (#496)
38c9cb4 : Remove trailing comma in enums (#494)
aaa5c09 : Fixes 477, optional src_dir in tst_(rmdir,unlink) (#493)
1caba62 : passthrough_ll: Use cache_readdir for directory open (#492)
aa1185e : passthrough_ll: pass correct errno to fuse_reply_err()
6f81ca2 : Fixed up ChangeLog.rst
50fe9f7 : Fixed memory leak in fuse_session_new()
e3dcc2d : Fixed an issue with the linker version script. (#483)
7b993f7 : Style: Fix an indention in comments (#480)
2cfce39 : Bump FUSE_MINOR_VERSION
abdd45f : Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)
b5060b0 : Released 3.9.0
014960b : Kill off some proto_major < 6 checks (#476)
ada08d5 : Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)
4520a97 : fix memleak in cuse_lowlevel_setup (#472)
bb52fcc : Invoke cleanup() with right arguments.

+- Project: platform/external/libgav1

a9d9cdc : Add explicit apex_available clauses
0fa394a : update to v0.17.0 am: 43107df3e5
43107df : update to v0.17.0

+- Project: platform/external/libgsm

7e5d798 : Add explicit apex_available clauses

+- Project: platform/external/libhevc

6b2208f : Fix int-in-bool-context warning
2db516c : hevcenc: Correctly update second best mv candidate in hme coarse layers
25eeb20 : hevcenc: Correctly update second best mv candidate in hme coarse layers
057f2f3 : hevcenc: Correctly update second best mv candidate in hme coarse layers
21da565 : Builds: Modular cmake scripts added
ab01780 : Export header files
47291ce : libhevcenc: remove unneeded error check on frame_qp
ad6d324 : Prune departed users from OWNERS
4fb6546 : Remove RESIDUE() macro usage
323d0a0 : decoder: Ignore RASL NALs after flush
b10161a : decoder: Ignore RASL NALs after flush
a469117 : libhevcenc: update minimum bitrate check value
270d784 : libhevcenc: update minimum bitrate check value
468bcff : libhevcenc: Update 32 bit chroma neon modules to avoid reading an extra byte

+- Project: platform/external/libiio

953ed47 : Remove external/libiio/.gitmodules and submodule directories.

+- Project: platform/external/libjpeg-turbo

0a27cd09 : Update cpe for vulnerability scanners
ad8b3b0f : Update to latest upstream libjpeg-turbo.
e9e400e0 : Update generated config file for changes in latest sources.
2eb7e20a : Update libjpeg-turbo to 9df5786f05c8be702f5a896b231c6e057847c18b.
7de6bbd5 : Always use Neon.
b7bef8c0 : Run gn format BUILD.gn

+- Project: platform/external/libkmsxx

906a6c9 : Remove external/libkmsxx/.gitmodules.

+- Project: platform/external/libldac

365e76c : Statically link ldac into module
dfe9355 : Jeff moved to a different team so remove him from OWNERS

+- Project: platform/external/libmpeg2

7453d27 : Decoder: add support for KEEP_THREADS_ACTIVE

+- Project: platform/external/libnl

d51bf7e : Add more of the libnl-route API for nsjail

+- Project: platform/external/libogg

56595bf : Prune departed users from OWNERS

+- Project: platform/external/libopus

f357e408 : Update cpe for vulnerability scanners
f6646105 : libOpus: fix integer overflow in silk_resampler_down2_hp
5fb49e35 : libOpus: fix OOB read in ssse4 correlation kernel
878bdeb3 : libOpus: fix OOB read in ssse4 correlation kernel
98ec800b : libOpus: fix integer overflow in silk_resampler_down2_hp

+- Project: platform/external/libpalmrejection

9eb275e : Fix test target name in TEST_MAPPING file
b97dd69 : Build libpalmrejection and tests
a579128 : Add raw chromium source code for palm rejection
29ccbba : Initial empty repository

+- Project: platform/external/libpcap

4fc78171 : Use posix strerror_r for musl
773b27c2 : Upgrade libpcap to libpcap-1.10.1

+- Project: platform/external/libphonenumber

16bb0e78 : Update libphone number to v8.12.46
4d14c5ff : Update libphonenumber to v8.12.25

+- Project: platform/external/libpng

c6666bca6 : Add updated cpe for vulnerability scanners

+- Project: platform/external/libtextclassifier

84b3aa1 : Remove expensive logging statement.
0c1f32b : Rename Encoder test names.
c19a0d4 : Add libtextclassifier to hwasan-postsubmit
cd0dbc5 : Update OWNERS
8ebbedc : Export java souces to fix several broken tests.
af378fa : Add defensive try-catch to ModelDownloader inside TCS.
1a1a7ac : Add sdk_version: "current" to libtextclassifier_hash_headers
faf0399 : Export to AOSP.
dc8ce1d : Backfill atom tests for new event metric format
1cdc24d : Backfill atom tests for new event metric format
6432e18 : Double the waiting time for integration test model checking.
1cc5c21 : Export to AOSP TextClassifier.
acc82f4 : Make minimum change to allow WestWorld atom updates.
eb85267 : Make minimum change to allow WestWorld atom updates.
2bb45d3 : Export TextClassifier to AOSP.
2711f25 : Revert "Update module configs for native tests"
e8404f3 : Enforce min_sdk_version=30
70bf917 : Update module configs for native tests
35d307f : Update module configs for native tests
815f17b : Revert "Revert "Export TCS Model Downloader Integration test to sc-mainline-prod.""
231f829 : Revert "Export TCS Model Downloader Integration test to sc-mainline-prod."
5c9980a : Fix flaky TextClassifierSettingsTest.
8dea9c8 : Export TCS Model Downloader Integration test to sc-mainline-prod.
25fc02b : Add back the workaround for coverage
48be8f5 : Export to sc-mainline-prod.
9901b6c : Export to sc-mainline-prod.
44f09fe : Export latest fix to sc-mainline-prod.
d4b3653 : Export to sc-mainline-prod.
01b01d9 : [LSC] Add LOCAL_LICENSE_KINDS to external/libtextclassifier
570d7e6 : Export tcs to AOSP master.
eae55cf : Export TextClassifier to sc-mainline-prod.
1a826d3 : Export textclassifier with downloader to sc-mainline-prod.
9175f30 : Import TextClassifier to AOSP.
1ebb49a : [LSC] Add LOCAL_LICENSE_KINDS to external/libtextclassifier

+- Project: platform/external/libtraceevent

fd0f027 : Initial empty repository

+- Project: platform/external/libtracefs

88c6000 : Initial empty repository

+- Project: platform/external/liburing

032ff79 : Support host compilation
99ac60f : [LSC] Add LOCAL_LICENSE_KINDS to external/liburing
e18d2f2 : Add Android.bp file - Create a static library
0c15f92 : Add third-party metadata.
a3d0f34 : debian/rules: add missing slash for relativelibdir
3a045c2 : Initial empty repository
5c91cd3 : test/send_recvmsg: drop mutex on thread creation failure
23dd1ae : test/send_recv: drop mutex on thread creation failure
11f6d56 : man/io_uring_enter.2: clarify io_uring_enter(2) SQPOLL return value
603111a : Revert "Add mknod test case"
0b14449 : Revert "liburing.h: add mknodat prep helper"
839c5d8 : Revert "io_uring.h: add mknodat opcode"
f652f3c : Add mknod test case
e3d522a : liburing.h: add mknodat prep helper
a36f3e8 : io_uring.h: add mknodat opcode
d2613de : Add linkat test case
ce293fa : liburing.h: add linkat prep helper
38b51da : io_uring.h: add linkat opcode
9b42598 : Add symlinkat test case
dc99fb1 : liburing.h: add symlinkat prep helper
2784556 : io_uring.h: add symlinkat opcode
8cea3e8 : Add mkdirat test case
cdc627d : liburing.h: add mkdirat prep helper
1694931 : update rsrc register/update ABI and tests
c4c280f : queue: clean up SQ flushing
ee55142 : tests: update reg-buf limits testing
9ef0e54 : tests: test shmem buffer registration
f4590da : io_uring_enter(2): Clarify how to read from and write to non-seekable files
0e476bd : clarify an edge case of IORING_SETUP_SQ_AFF
9e9aabe : io_uring_enter(2): clarify OP_READ and OP_WRITE
e3db104 : Fix test_connect_timeout test
171a9c3 : tests: remove test_link_fail_ordering()
a9d8a77 : tests: fix minor connect flaws
0786c51 : tests: fix timeout-new for old kernels
2e3c780 : tests: add rsrc tags tests
674d092 : sync io_uring.h API file with Linux 5.13
a5d51c2 : man: Fix typo in man io_uring_queue_exit
7ff4fee : test: test ring exit cancels SQPOLL's iowq
cac93c5 : add tests for drain io with multishot reqs
ba57d21 : tests: remove -EBUSY on CQE backlog tests
b1ad8c0 : examples/link-cp: fix a couple of strerror negations
7778ffc : tests/poll: poll update as a part of poll remove
4d84580 : src/setup: don't treat dummy ring init as failure
94dfaf2 : src/setup: add some documentation to the memlock helpers
8aac320 : examples/ucontext-cp.c: cope with variable SIGSTKSZ
ea0fd51 : setup: provide helpers to inquire about necessary mlock sizes
d3eb6af : test/poll-mshot-update: test live updates of triggering requests
b75baa4 : tests: test CQE ordering on early submission fail
a209abe : test/rw_merge_test: code cleanups
808b6c7 : test: get rid of x86_64'isms in the test code
efa9efe : test/ring-leak: get rid of warning on unchecked read
2118351 : test/pipe-reuse: ignore short read
a36a801 : test/connect: randomize connect port
8bfdf56 : test/socket-rw*: don't fatally error on failure to bind
13002f7 : tests: more cancellation tests
941a5c7 : examples/io_uring-cp: wait for pending writes before exit copy loop
d731f67 : add test case for 5.4 io merge regression logic
2b89fce : tests: test that ring exit cancels io-wq
14d63ea : tests: add more IORING_OP_ASYNC_CANCEL tests
a9f23f0 : spec: add explicit build dependency on make
1815337 : spec: bump version to 2.0
35c199c : man/io_uring_enter.2: note that -EBUSY can also happen for getevents
b013dfd : Sync io_uring.h API file with Linux 5.12
6aa9b36 : Add test case for exiting with SQPOLL and rings created disabled
3512f9a : test: use ring creation helpers where appropriate
382bec7 : test/helpers: add ring creation helpers
d84d901 : helpers: prefix any helper with t_ instead of io_uring_
b375a33 : tests: add test for using ring after a forked child exits.
b6dfe23 : test/helpers: remove extra whitespace
f00657f : test/Makefile: ensure dependencies and build of helpers.[ch] is sane
b6e4a0a : helpers: add io_uring_create_buffers() helper
fa7ba19 : helpers: add io_uring_create_file() helper
b7b089a : helpers: add io_uring_calloc helper
93bec4c : helpers: add io_uring_posix_memalign helper
9749981 : tests: add helpers.h to harden the tests
2927d41 : setup: cleanup probe code
aa8c962 : setup: check whether malloc succ before using it
0a3b79c : test: don't expect links to be partially executed
d0984a9 : test: use random port in range for socket tests
cce6066 : test/fsync: use new io_uring_prep_sync_file_range() helper
fbe134e : io_uring_prep_sync_file_range: cleanups
cb2e92c : test/read-write: skip too-big test on non-root
de21cb6 : .gitignore: add sendmsg_fs_cve
b1815ff : Added prep function for sync_file_range op
c2eb593 : Install man7 pages
121888b : a test for CVE-2020-29373 (AF_UNIX path resolution)
b94dc28 : tests: make the per-test device/file map TEST_MAP
10a9ff8 : src/queue: never clear data->wait_nr
989d7cb : test/sq-poll-share: don't ignore wait errors
c7143a4 : test/link-timeout: close pipes after yourself
516e913 : src/queue: control kernel enter with a var
51e6622 : src/queue: don't re-wait for CQEs
7856add : Add test case for circular reference SQPOLL hang
be648cf : src/queue: don't loop when don't enter
b4fea6b : src/queue: clean _io_uring_get_cqe() err handling
c2aea7b : src/queue: don't wait for less than expected
51be5d3 : src/queue.c: don't test `LIBURING_UDATA_TIMEOUT` for the latest kernel since we don't use it internally
ccfe96e : test/poll*: use appropriately sized CQ ring
d871f48 : Add inline doc in the comments for io_uring_prep_splice
1065e5c : Fix sigset_t not found in liburing.h
c962025 : src/queue: update comment on io_uring_wait_cqes() with timeouts
a986f46 : test/drain: test draining linked timeouts
c9e76e8 : test/file-register: skip file skipping on older kernels
25ca5d2 : test/file-register: cleanups
00c2056 : io_uring.h: 5.12 pending kernel sync
17dd76d : man/io_uring_register.2: fix spelling error
5821b03 : man/io_uring_register.2: Add documentation on IORING_REGISTER_FILES_SKIP
5aab363 : test/file-register.c: Add tests for skipping file
7b2437c : test: use a map to define test files / devices we need
6634766 : tests: add another timeout sequence test case
871df02 : Add .gitignore entries for recent tests
82b8e6d : Add two ring deadlock case
6598701 : Add circular poll ring test case
1692aa8 : Fix IORING_OP_FALLOCATE args in io_uring_enter(2) man page
d247109 : test/self: skip if argument passed in
2edfa3f : Add test case for thread exiting with pending IO
2ebc85b : src/queue: Fix a typo in `__io_uring_flush_sq()`
c0b1512 : src/queue: fix `sq_ring_needs_enter()` indentation
865fe28 : src/queue: refactor io_uring_get_sqe()
f7660b2 : tests: test fixed file removal order
cf2ad2a : tests: identify timed out tests correctly
f020d23 : man/io_uring_setup.2: correct 5.10 -> 5.11 for non-fixed files and SQPOLL
35ce1d5 : man/io_uring_enter.2: document new opcodes
b09d1d4 : man/io_uring_enter.2: ensure all IORING_ENTER_* flags are documented
88b845d : src/queue: add comment on why reading SQ->head for flush isn't atomic
31a9f9c : liburing.h: fix 32-bit compile warning
762fdb0 : man/io_uring.7: Fix typo
6b95156 : Added __builtin_expect macros and wrapped IORING_ENTER_SQ_WAKEUP branch
97e3a8b : fixed newline character in man. $> man -l io_uring.7 would display 0 instead of backslash n
31eb4c9 : Add a test demonstrating connect timeout functionality
9147231 : man/io_uring_setup.2: a version of IORING_FEAT_SQPOLL_NONFIXED feature availability has been changed to 5.11
929c069 : test/timeout-new: test for timeout feature
516280a : rem_buf/test: inital testing for OP_REMOVE_BUFFERS
098d6ef : timeout/test: clear state for timeout updates
ce2ee68 : man/io_uring_enter.2: describe timeout updates
b02d6a6 : test/rw: test reg bufs with non-align sizes/offset
35999b0 : test/rw: remove not used mixed_fixed flag
2ea2bd8 : test/rw: name flags for clearness
3bdd983 : Don't enter the kernel to wait on cqes if they are already available.
2f4254d : test/timeout: test timeout updates
623e203 : Add timeout update
36026fc : Add test case for SQPOLL going to sleep properly
dac6db3 : Changes format string from %lld to %PRIu64 in several tests.
743ec02 : test: long iov recvmsg()/copy
0a9b12e : test: Fix build on 32bit architectures with 6bit time_t
3889105 : remove zero-size array in io_uring.h
ba0a2e4 : Rename SIG_IS_DATA -> EXT_ARG
5a7c8ac : Update SIG_IS_DATA to modified kernel API
0de9d8c : Use IORING_ENTER_GETEVENTS_TIMEOUT if available
898294d : Add wrapper for __io_uring_get_cqe()
46e65de : Add __sys_io_uring_enter2()
cdb7712 : Include 'features' in struct io_uring
92f7b87 : io_uring.h: update with 5.11-pending copy
bd62cfb : test/self: update description
d7e4f94 : test/self: add /proc/self/ open+read test case
b332be0 : .gitignore: add missing test cases
611988f : test/unlink: add failure case
80ad860 : test/rename: add failure case
df6b9a9 : Fix compilation with iso C standard (c89, c99 and c11)
8d2287b : test/{rename,unlink}: don't fail on no kernel support
1cf969d : examples: disable ucontext-cp if ucontext.h is not available
e3adbfc : Moves function calls out of assert().
a1ab3bd : Add rename at unlink test cases
7f732a7 : liburing.h: add renameat/unlinkat prep helpers
44db0f4 : io_uring.h: add renameat and unlinkat opcodes
60c05f5 : test/accept-reuse: reduce queue size
1a242e0 : test/submit-reuse: error check file opens
6a89214 : configure: Fix unsafe temporary file creation
5d12b13 : test/lfs-open: less limited test_drained_files
c98af26 : test/file-register: add expected fail case
1a02de4 : test/cq-overflow-peek: skip for !NODROP
df8e753 : test/connect: skip if connect isn't supported
b8547fc : test/close-opath: skip on older kernels
50961b5 : test/splice: expand criteria for having splice and skip if not there
007841f : test/accept-test: skip if accept isn't supported
382593a : test/accept-link: abort if accept isn't supported
65e8fba : test/*-reuse: don't test for !IORING_FEAT_SUBMIT_STABLE
52a91c8 : Add const modifier to functions that do not change the state of the ring
f668187 : man/io_uring_enter.2: clarify POLL_ADD return value
3478589 : Add get_sqe manpage to debian package
361a45b : Add man page for io_uring_get_sqe
3fb23ee : test/submit-reuse: take a breather between fadvise calls
8de499d : man/io_uring_enter.2: add EACCES and EBADFD errors
4999c08 : man/io_uring_register.2: add description of restrictions
61f2403 : man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description
a29edc6 : Makefile: add .PHONY dependency
e0df0f8 : man/io_uring_enter.2: split ERRORS section in two sections
26afb36 : Adding full example to io_uring(7) man page while also fixing some text to comply to the "semantic new lines" recommendation from man-pages(7).
6b3ddbd : liburing.h: add `io_uring_prep_tee`
73250a0 : test/lfs-openat: defer open until we know we're running the test
a792bb8 : test: find free port choice
36f1082 : Fix build flag settings
80a8df1 : .gitignore: Add sq-poll-dup
8366655 : man/io_uring_enter.2: clarify PROVIDE_BUFFERS requirements
71d3dbf : Update packaging/installation for new man pages
c630d9a : man/io_uring.7: clarify submission/completion ordering
7466587 : man/io_uring.7: style and barrier updates
0aa785f : Add man page for io_uring_queue_exit
eb3c7b7 : Add man page for io_uring_queue_init
95167d0 : Adding section 7 man page for io_uring
74bc685 : test/accept-link: fix check for using a passed in test file
caec738 : probes: provide our own free function
06486d6 : test/sq-poll-dup: remove unused variable
a2cb8f9 : test/sq-poll-dup: test a few more cases
d476674 : test/sq-poll-{share,dup}: use prepped SQEs as what to wait for
8f4329b : test/sq-poll-share: don't close file until we're done
d5b94ba : Add sq-poll-dup test case
21f6f6e : test/sq-poll-share: unlink file on successful exit too
f19f930 : test/iopoll: don't truncate target file
e9afed1 : test/iopoll: correctly skip IOPOLL if test device/file doesn't support it
8ac4f8e : test/register-restrictions: add new rings_disabled test case
73cfc0c : test/register-restrictions: fix rings_not_disabled test
2150f08 : .gitignore: add pipe-reuse
986fef6 : Add segmented read/write pipe test
bafa6e6 : runtests: add ability to exclude tests
b2471a8 : runtests: clean up code in runtests.sh
48afc11 : test/sq-poll-share: error handling fixes
79f8b60 : test/send_recv: exit properly if SQPOLL_NONFIXED isn't available
6334ba6 : Fold versioned symbols into LIBURING_2.0 version node
c67cb2e : Remove versioned symbols not provided by the shared library anymore
f707ba9 : .gitignore: Add missing test programs
e52c4de : .gitignore: Sort test program entries
6768ddc : man/io_uring_setup.2: improve SQPOLL wakeup example
724d8dd : Fix io_uring_sq_ready() to use load acquire to read khead.
a25caac : io_uring.h: fix missing tab
d3c43e4 : test/send_recv: test non-registered SQPOLL files if available
25bbcbe : Bump major version to 2
7e1447c : test/shutdown: ignore SIGPIPE
3f71acc : test/cancel: test cancellation of deferred reqs
8a3a8d7 : Add IORING_OP_SHUTDOWN test case
4d7ecaf : Add IORING_OP_SHUTDOWN and prep helper
6f02c21 : Add a few function comments in liburing.h
2976811 : Add io_uring_sqring_wait()
76e3b79 : Add nonblock empty socket read test
cfddbbf : test/accept: fix spurious connect failure
27b4479 : test/accept: expect non-failure for SQPOLL on newer kernels
cad057f : Add SQPOLL sharing test case
41e0d97 : io_uring.h: add new definitions from 5.10
2d2ba3e : man/io_uring_setup.2: document missing IORING_FEAT_* feature flags
4cfc1ab : man/io_uring_enter.2: add description of buffer selections
bfe20f4 : test/submit-reuse: explicitly large vec counts and IOSQE_ASYNC
543b6d9 : test: Handle operating with a missing config-host.mak
04c243d : build: Output CXX on quiet output when using a C++ compiler
1bdd946 : test: Fix sq-full-cpp source and object declaration
57734eb : test: Split each test target and source entry into its own line
c03f77f : test: Kill the tests if SIGINT was not effective
e83b9eb : test/sigfd-deadlock: remove unneeded libaio.h include
07ce66f : Fix missing 'c' in sigfd-deadlock addition
692ffef : .gitignore: add a few missing tests
6cf8556 : Add signalfd deadlock test case
7fe2e81 : test/register-restrictions: don't fail if restrictions aren't supported
b9a04cb : Add test/register-restrictions.c test case
d2654b1 : Add helper to enable rings
25cf9b9 : Add helper to register restrictions
ad39622 : io_uring.h: add register restrictions and enable ring defines
6681946 : io_uring.h: use an enumeration for io_uring_register(2) opcodes
43e05df : Add a test case for closed pipe terminating properly
aeee668 : io_uring_prep_splice(): fix type (again)
10ffacf : Use the right type for io_uring_prep_splice()
8e476e4 : syscall: make syscall.h independently includeable
9e11ad2 : test/iopoll: only SQPOLL requires root, IOPOLL does not
31cd4e0 : test/iopoll: coding style fixups
5964134 : iopoll: test that we always enter the ring
1bafb3c : sq_ring_needs_enter: revert change to only enter if submit != 0
f0f42a1 : examples/io_uring-test: don't error on shorter files
515604d : test/a4c0b3decb33-test: limit to 5000 iterations
d729818 : test/lfs-openat: add linked files test case
bf41f6d : test/double-poll-crash: ignore arguments
b01cecc : Add test case for double poll crash
dd95c21 : test/submit-reuse: accept test argument
4fe73ec : test/timeout-overflow: don't run on newer kernels
4fe5ac1 : test: add missing SPDX identifiers
6316292 : Add test cases for file table exit hang
5b181f0 : .gitignore: add test/wakeup-hang
ce97877 : test/wakeup-hang: ignore argument
60b2ce5 : Add test case for task_work related wakeup hang
9e1d69e : test/eeed8b54e0df-test: allow 4096 as valid return too
a7520c9 : .gitignore: add test/nop-all-sizes
5fe0cc2 : man/io_uring_setup.2: document IORING_SETUP_ATTACH_WQ
c85ed5c : update debian/changelog
b0b7c1b : update debian/liburing1.symbols
8b54fda : debian/rules: pass down relativelibdir in order to get an absolute path
aba8a45 : man/io_uring_setup.2: document IORING_SETUP_CLAMP
66b300e : man/io_uring_enter: fix openat sqe doc
897e26f : test: check return of io_uring_get_sqe()
332a17f : test/nop-all-sizes: exit ring for each loop
9633f08 : Add test case for testing full fill of SQ and CQ ring
45f0735 : .gitignore: add test/cq-overflow-peek
126308e : test/statx: test for ENOSYS in statx_syscall_supported
012db62 : io_uring.h: sync with kernel
0abec42 : test/statx: be safe and check if __NR_statx is there
cb7c626 : test/statx: verify against statx(2) on all archs
20a7c01 : io_uring_peek_batch_cqe should also check cq ring overflow
5de2450 : test/cq-overflow-peek
122eca6 : Check cq ring overflow status
3fd5bd0 : configure: fix typos in help/error messages
d3887d3 : .gitignore: add new test binaries
17287a1 : test/cq-full: correct error condition
dcf9faa : test/cq-overflow: correct error condition
8ae8d1e : src/setup: clarify that we always return -errno on error
cd94714 : man/io_uring_enter.2: updated io_uring_sqe and fixed incorrect flag references.
6893adb : Removed misplaced periods from io_uring_enter(2).
8abda3b : Make readme sensible
4397321 : man/io_uring_enter: update connect to note use of const
62858b1 : Take `sockaddr` immutably in io_uring_prep_connect
2c73fc4 : test/ce593a6c480a-test: ignore arguments
59666e4 : Add regression test case for task_work regression
6ecb6d4 : man: fix description of splice offsets
1675704 : test: various missing return checks from io_uring_wait_cqe()
930da55 : .travis.yml: Run tests as root and ignore test results
1107d85 : .travis.yml: Change the language from C to C++
532eddd : configure: Use $CC and $CXX as default compilers if set
a865ad5 : Add a C++ unit test
3d74c67 : Make the liburing header files again compatible with C++
56ff6c9 : src/include/liburing/barrier.h: Restore clang compatibility
2f1b095 : src/Makefile: Only specify -shared at link time
d9f9537 : configure: test for presence of C++ compiler
fd6d46b : test/lfs-openat: open dfd with O_PATH
98cbe6a : test/timeout-overflow: use #X for the timeout number
3e61f57 : test/runtests.sh: make default timeout be 60 seconds
7fa184f : Convert __io_uring_get_sqe() from a macro into an inline function
b9c0bf7 : src/include/liburing/barrier.h: Use C11 atomics
7c0f3fa : Makefiles: Enable -Wextra
94ba637 : Bump version to 1.0.7
8f7d89d : change poll_events to 32 bits to cover EPOLLEXCLUSIVE
c7748f9 : test/stdout: fix strcmp non-\0 string
0715636 : Add test/iopoll to .gitignore
26ac732 : test/runtests.sh: add dmesg check
595e4db : test/send_recv: add SQPOLL test case
1c95b9c : examples/ucontext-cp.c: use IORING_OP_TIMEOUT
bfda2d4 : man/io_uring_enter: correct the description of
65c90e0 : Add test/close-opath.c
929fedf : test/runtests.sh: improve failed list
cb681c3 : test/iopoll: skip test if file/device/fs doesn't supported polled IO
db4d038 : test/file-register: ensure write vs read is ordered
87d9bc0 : test/runtests.sh: include argument for failed test concatenation
4339af0 : test/eventfd-disable: ignore test when an argument is given
2262c68 : Add test/eventfd-disable.c test case
bcbedee : man/io_uring_register.2: add IORING_CQ_EVENTFD_DISABLED description
305bf9b : Add helpers to set and get eventfd notification status
fcfe9ef : man/io_uring_setup.2: add 'flags' field in the struct io_cqring_offsets
0f05173 : Add CQ ring 'flags' field
c15ba8c : test: use config.local for runtests.sh
7673020 : Add test case for SQPOLL -EBUSY bug
574af85 : test/runtests.sh: check if configured test files exist
5967ae5 : test/fadvise: support configured test files
4124aeb : test/madvise: support configured test files
312ee7a : test/read-write: support configured test files
9ab8364 : test/iopoll: add buf_select test case
c417085 : test/iopoll: add polled IO test case
bd1cc8f : test: add option to run with defined test files / devices
a2141fc : test: add potential argument, ignore if unused
36c05ec : remove duplicate call to __io_uring_peek_cqe()
a1a349a : update wait_nr to account for completed event
87bad14 : preseve wait_nr if SETUP_IOPOLL is set
2df004f : man/io_uring_enter.2: add IORING_OP_TEE entry
cce0311 : splice/tee/tests: test len=0 splice/tee
c6a6737 : tee/test: add test for tee(2)
7cacedd : update io_uring.h with tee()
0c52d0e : splice/test: improve splice tests
2a6c26c : test/open-close: fix race with closing ring itself
f440930 : Adding section to describe IORING_OP_EPOLL_CTL
7fc6b78 : test/sfr: basic test for sync_file_range
9f43ad3 : test/link-timeout: FASTPOLL kernels can cancel successfully
bbf591c : fix missing '#include <sys/stat.h>' in 'src/include/liburing.h
8171778 : fix build on musl libc
df75656 : Use uint64_t for splice offsets
b509609 : Use __off64_t for offsets
b81d818 : Adding description for the IORING_OP_SPLICE operation
5e9cfe3 : Adding section describing IORING_OP_OPENAT2
06b7fa5 : test/statx: add test case for AT_EMPTY_PATH + valid fd
ea020b5 : Fix 32-bit warnings on compile
459e895 : test: use mmap() directly in syzbot generated code
e62b644 : __io_uring_get_cqe: silence signed vs unsigned comparison warning
0a32780 : io_uring_get_sqe: always use khead
f0c5c54 : sq_ring_needs_enter: check whether there are sqes when SQPOLL is not enabled
f2e1f35 : .gitignore: add lfs-openat and lfs-openat-write
388ccdf : Utility function io_uring_register_eventfd_async
8e9f14e : README: Update license information
e2840c9 : spec: Correct License field
067609c : man: Switch to use SPDX tag markers
499db80 : Add COPYING.GPL for the GPL v2 license text
cbd2e03 : man/io_uring_enter.2: fix typo
802b9a2 : configure: check for struct statx
3d70675 : test/lfs-openat-write: return the correct error
8040ba7 : Coding style cleanups
884f44f : test/lfs-openat-write: test LFS writes with OPENAT file
d50b2df : test/lfs-openat: unlink the right file
2989621 : Add LFS openat test
344355e : man/io_uring_enter.2: add note of EINTR return value
8bee206 : Add test/splice to .gitignore
f3c1c94 : test/read-write: skip IOSQE_ASYNC if not supported
1dbb1a3 : io_uring.h: correct spdx header
aad28c4 : test/read-write: add RLIMIT_SIZE test case
fea5b70 : test/fallocate: add test case for exceeding RLIMIT_FSIZE
88329a7 : spec: add ./configure --libdevdir= for development package files
ab0bd8f : spec: use "or" instead of "/" in License line
3d0842c : test/link-timeout: accept -ECANCELED for bad address write as well
46060e8 : test/read-write: add test case for links with async/drain
12e24c0 : test/test/sq-space_left: test kernel vs liburing side sync on short submit
b3c7884 : io_uring_sq_ready: always used shared ring state
4c8404a : Change 'gid' to 'bgid' for providing buffers
45dcd66 : Add io_uring_prep_remove_buffers() helper
98189e8 : Sync io_uring.h header with the 5.7 pending kernel bits
991f849 : test/read-write: add more buffer select tests
8dded74 : Fix warnings when compiling tests
b2c67e9 : Remove unused code in barrier.h
6f35a62 : Use __atomic builtins in barrier.h
4f48c04 : io_uring_wait_cqes(): correct comment
de4266d : __io_uring_get_cqe: remove redundant wait_nr clear
044e585 : test/send_recvmsg: cleanup on abort
417017d : test/splice: don't use memfd
5eef453 : test/splice: include <linux/memfd.h>
dc14e30 : __io_uring_get_cqe: fix spurious -EAGAIN
0edcef5 : __io_uring_get_cqe: don't subtract negative error from 'submit'
8a03150 : __io_uring_get_cqe: eliminate unnecessary io_uring_enter() syscalls
4c7ae1d : test/across-fork: have child wait for write finish
00469d8 : test/send_recvmsg: ensure that we get -ENOBUFS for no buffers
66b3760 : test/send_recvmsg: add missing socket close
74a8d1e : test/read-write: ensure SQPOLL for non-root just warns
5661802 : io_uring_prep_splice: fix 32-bit compat off_in truncation
e42430c : test/send_recvmsg: add support for BUF_SELECT
2275c90 : Fix 32-bit warning for io_uring_prep_splice()
0246dee : Needs an line break
083ae16 : test/poll-link: don't error out on connect failure
f65f0e8 : Make it clear we're now on the 0.6 base
21892f5 : test/read-write: fix non-root failure
bce5ec3 : test/link: fix typo
9d6dbd4 : test/read-write: add test case for selectable buffers
4040b8f : Add IORING_OP_PROVIDE_BUFFERS and helper
98f6ebd : test/sq-poll-kthread: include grace period before thread check
ab77833 : configure: sync struct open_how with kernel API
59d0acf : Reinstate io_uring_unregister_eventfd()
02c7cac : test/splice: fix-up test case on kernels not supporting splice
faff5be : test/splice: add basic splice tests
4f4eff4 : splice: add splice(2) helpers
1b5c910 : test/accept-link: update for FAST_POLL
122a802 : Sync io_uring.h with 5.7-pre
948cb50 : test: add sq-poll-kthread test case
401f8af : configure: fix mis-generation of compat.h for no __kernel_rwf_t
ff2ae9b : man/io_uring_setup.2: fix 'sq_thread_idle' description
2be0b94 : liburing.h: add const type qualifier for io_uring_prep_write
1139add : man/io_uring_enter.2: correct IORING_OP_STATX
6cf7678 : test: Initialize the data struct to set stop member to 0
0256e8c : test: Distinguish failure messages for accept-link
7eaeaa6 : test: Expect fail values from io_uring calls to be -errno instead of -1
a72c2db : test: Handle NULL sqe and cqe in tests
9502d6d : test: Unify queue init failed error message
8bf676e : test: Cleanup file artifacts on early exits
1fb4160 : test: Skip tests where the kernel lacks support
b653523 : Add src/include/liburing/compat.h to .gitignore
2454d63 : test/poll-cancel-ton: reap events after submit
8f979c6 : man/io_uring_register.2: add note of ring quiesce for file/buffers registration
7169056 : Auto-generate compat.h
d0a15ca : Correctly handle if __kernel_timespec is defined
e502435 : Add SPDX license identifiers
17d1876 : liburing.spec: use brick.kernel.dk and add the signature
d7e3848 : io_uring.h: make GPL-2.0 OR MIT
6fd5ab4 : liburing.map: Fix LIBURING_0.3 shared library version node
797e509 : man/io_uring_setup.2: document IORING_FEAT_CUR_PERSONALITY
3e63af4 : Fix liburing.so symlink source if libdir != libdevdir
e93e341 : Add relative path testing
dd15d76 : io_uring_sq_ready: check shared head for SQPOLL ring
931c523 : liburing.spec move to liburing-0.4
38fce15 : debian: package liburing-0.4 and use a layout as the libaio package
b57dbc2 : configure/Makefile: introduce libdevdir defaults to $(libdir)
ad42876 : test/poll-v-poll: add variant that uses io_uring for epoll_ctl()
e2bf67f : Add io_uring_prep_epoll_ctl() helper
e75144f : io_uring_cqe_get_data() only requires a const struct io_uring_cqe *cqe
a68caac : Add test/eventfd-ring to .gitignore
1fe30fc : Add circular eventfd test case
9e02e69 : test/eventfd: skip on earlier kernels
7cb967d : man: typo fixes
754b9ac : Add test for sharing uring across fork
9416351 : man/io_uring_enter.2: clarify how/when IOSQE_IO_LINK are terminated
75d088e : test/read-write: skip eventfd read if we know we don't have READ
a8dc497 : Use stderr consistently in test/ cases
a717b4b : test/send_recv: use stderr for errors
6c0bb68 : test: add test for send_recv
dbebec8 : Add eventfd test case
8567933 : add another helper for probing existing opcodes
352a7b7 : man/io_uring_enter.2: add IOSQE_ASYNC
b9c4d35 : man/io_uring_enter.2: add credentials personality field
d9e1b30 : man/io_uring_register.2: add missing registration opcodes
9f61a0b : man/io_uring_enter.2: add fadvise/madvise
1d69a67 : test/probe: add test csae for io_uring_get_probe()
28a8aee : test/probe: split verification into helper
b205218 : add helper functions to verify io_uring supported opcodes
236570e : Update README to mention regressions tests
877a2ab : Sync io_uring.h with 5.6-rc
67b945e : io_uring.h: remove dead IOSQE_PERSONALITY flag
30e36ab : test/personality: update to modified API
8d038b2 : man/io_uring_enter.2: add IORING_OP_{SEND,RECV}
94307bc : man/io_uring_enter.2: add notes on kernel version availability
d421c75 : Add test/personality to .gitignore
207cfec : .gitignore: add missing tests to ignore
b207e23 : test/shared-wq: remove debug sleep
39d5034 : test/personality: test invalid unregister ID
17b83d1 : test/personality: test invalid personality
869919a : Add personality test case
23a1478 : Add sqe personality member/flag
dd08a9e : Add io_uring_{register,unregister}_personality() helpers
76d3eda : Remove EPOLL_CTL for now
34901a7 : test/shared-wq: use normal init
b7d0d44 : test/read-write: fixed output, and added 'nonvec', when VERBOSE
3f78c17 : Update shared workqueue support and test case
b2994e7 : Fix IORING_OP_CONNECT document
2c8082f : Add a test for reading from eventfd
3508db9 : test/read-write: skip non-vectored read/write if not supported
c32b6d1 : test/madvise: don't fail on "suspicious timings"
17a4312 : Rename io_uring_params 'id' to 'wq_id'
5c0772a : test/read-write: add non-vectored read/write testing
b769750 : Add test case for IORING_SETUP_ATTACH_WQ
69e4cf9 : IORING_SETUP_SHARED got renamed to IORING_SETUP_ATTACH_WQ
ca8bd28 : Add probe test case
ec0ce01 : Add io_uring_register_probe()
3825bdb : Update io_uring.h
783831a : Include MIT notice in rpm spec and debian package file
b9f507d : Add MIT license
7d14c3c : test/file-register: add intensive update/remove test case
4697a07 : Fix 32-bit compile warning in io_uring_prep_openat2()
3be845b : Update struct io_uring_files_update struct
bd78237 : Add helpers for IORING_OP_{RECV,SEND} opcodes
4b7f05c : Change EPOLL_CTL and OPENAT2 opcodes
7772c81 : Add openat2(2) test case
0ed392e : Add support for IORING_OP_OPENAT2
46f9233 : Add buffered short read test case
26a3348 : man/io_uring_enter: fix missing space in RECVMSG
7e3188b : test: fix statx comment
93d6af9 : test: fix openat flags
ab8537f : man/io_uring_enter.2: improve timeout documentation
07b6d91 : Add io_uring_ring_dontfork()
e421b9e : test/{f,m}advise: some kernel return -EBADF on unknown opcode
4aca25a : test/{f,m}advise: cut down runtime
36acf8f : test/file-update: add sqe based test case
e1761cb : Add basic madvise test case
ebba242 : Add fadvise test case
0e66cf7 : Add fadvise/madvise prep helpers
2a555e5 : io_uring_prep_files_update() should take offset as well
a1da885 : io_uring_setup.2: formatting and addition of read/write fixed
9d65469 : io_uring_setup.2: minor clarification
5ebe4b1 : io_uring.h: add IORING_FEAT_RW_CUR_POS flag
ae0147c : io_uring_enter.2: document IOSQE_IO_HARDLINK
8f97d6e : io_uring_enter.2: add note of files update array life time
bc3eb05 : Add new opcodes to io_uring_enter.2 man page
4c5f1c3 : test/open-close: unlink for a file we create
a80dabe : test/accept: don't allocate send/recv data on the stack
34fa10b : test/io-cancel: fix file mode and user data check
4332433 : configure: allow to set host CC
32fcace : Makefile: quiet down rm
c994d93 : test/accept-reuse: fix C99'ism
0bed44f : Add non-vectored read/write
d6440b0 : Add test cases comparing poll(2) with io_uring poll
9fcc639 : liburing-0.3
75cad68 : Only use -fPIC for the shared library
e59b537 : Sync io_uring.h header with 5.6 kernel bits
c39a058 : __io_uring_flush_sq: avoid extra shared ktail read, if we can avoid it
bf3aeb3 : for polled IO, do not miss the opportunity of getting completions when going to the kernel
a4a015a : spec: additional Fedora RPM cleanups
6827bf8 : test/accept-reuse: check that we get SQE reuse right
294f2e4 : test/open-close: accept a passed in file
eabeb00 : Fix redefinition of statx_timestamp
8ce3a07 : __io_uring_get_cqe: use internal stable pointer for cqe
afa25d5 : test/link_drain: print what test failed
41d442b : Add IORING_OP_STATX definition and simple test case
731ab38 : io_uring_wait_cqe*(): don't call into the kernel if we peek an event
8666bac : Test wait after under-consuming
4cf05b8 : test/file-update: register files in multiple rings
15226c1 : Sync io_uring.h with 5.6 kernel bits
c1307a6 : Add IORING_OP_OPENAT/IORING_OP_CLOSE helpers and test case
1781f0e : __io_uring_flush_sq: kill dead variable
2b292f3 : Add IORING_OP_FALLOCATE test case
4a6e760 : Add prep helpers for IORING_OP_FILES_UPDATE and IORING_OP_FALLOCATE
ec5ba33 : Sync io_uring with 5.6
ff641cf : test/link: add a few IOSQE_IO_HARDLINK test cases
4b7ae1a : Fix .gitignore to omit new test binaries
84b89ca : test/poll-cancel-ton: improve test case
790d285 : test/link-timeout: update for allowed link timeouts
00dc687 : test/timeout: remove copied (and wrong) comments
7b8d861 : test/timeout: add test cases for sqe->flags being set on timeouts
1468e7d : test/fsync: use 'stderr' for errors, and remove bogus EINVAL check
9c24467 : liburing.h: correct some > 80 char lines
556f71e : Sync io_uring.h with the kernel
ecf677d : test/connect: don't rely on -EINPROGRESS being returned
ad54370 : Add test case for -EFAULT triggered by iov reuse
8f24d3c : test/poll-cancel-ton: remove set-but-unused variable
38c82de : queue.c: Silence compiler warnings
39ece4a : liburing.map: remove export of (now dead) syscall exports
e80a08c : io_uring_wait_cqes: use cqe related return codes
e71a670 : io_uring_wait_cqes: return right submission count on flush
3e53439 : Update micro level to 3 in prep for 0.3
96144ea : Split out system call bits from library interface
a24269f : Add test case for commit 7ad0e4b2f83c
7ad0e4b : Fix flush/submit with internal timeout
ad2028e : Remove C99'ism from certain tests
5943354 : test/connect: fixup a few style issues
6e3f6f3 : liburing: create an installation target for tests
c8291a9 : Add a simple connect test
9845510 : __io_uring_get_cqe: add safety for SQPOLL
9695826 : Add regression test for the bug fix in d77a67ed5f27
d77a67e : __io_uring_submit: always check sq_ring_needs_enter()
4cc37de : test/runtests.sh: improve alive worker detection
5065e66 : Add io_uring_prep_connect() helper
ba88810 : test/accept-test: add test case for accept() with addr/addrlen
8f087e9 : Add a regression test for behavior before commit b5837bd5311d
b5837bd : Don't cap wait_nr in __io_uring_submit()
f0d57a1 : test/timeout: test_single_timeout_nr should wait for 3, not 4
3f16174 : test/fc2a85cb02ef-test: make sure we skip on non-root
6aa467c : test/read-write: remove debug message
3e10fc7 : test/stdout: add fixed buffer tests
566506f : Make __io_uring_submit_and_wait() do the right thing for flushed ring state
514acf9 : Revert "Fix io_uring_sq_ready()"
b60697c : Add io_uring_wait_cqe_nr()
217756d : Don't let io_uring_wait_cqes() submit IO
75f5577 : test/cq-overflow: add test case for c5bc0ed798e0
c5bc0ed : Fix io_uring_sq_ready()
b7d7554 : Update link_drain with new kernel method
3e4deca : Add test/poll-many.c
bea6a7c : script to build liburing into debian package
ac907d7 : debian rules to package liburing
3d88491 : test/read-write: add linked test case
2d8dcd2 : test/teardowns: lighten load and wait for children
9c00d79 : Update poll cancellation return codes
9f9929e : test/link-timeout: add a few more test cases
2e7d744 : built liburing.so and test binary first when runtests
6a273ea : Avoid redefined warning of "SIGSTKSZ"
5a793ce : mktemp is dangerous, better use mkostemp
76cf6dc : linked-timeout: check invalid linked timeouts
4bc1af0 : Add teardown test case
0cbc36a : test/link-timeout: add more chained linked timeout cases
da869dc : Add test/poll-cancel-ton
6243334 : test/fixed-link: fix transposed error arguments
4d88143 : Fix 32-bit compile warnings
12877ba : test: add test for READ_FIXED & IOSQE_IO_LINK
20f6480 : test/fc2a85cb02ef-test: set fail slab/page_alloc verbose to 0
3c9d958 : io_uring: invalid fd for file-less operations
e1420b8 : test: fix up dead code bugs
a8f8536 : Always use bundled liburing.h for test cases
46eaedd : test/poll-link: use mask check for completion success
4bce856 : Improve reliability of poll/accept-link tests
da1ce8c : test/accept-link: add test case for accept linked with timers
d379852 : test/poll-link: add test case for polls linked with timers
16296c5 : test/link-timeout: add short linked timeout test case
d9b3a10 : README: add small blurb on rlimit memlocked (ulimit -l)
d4196c2 : test/fc2a85cb02ef-test: make note of needed kconfig options
c117712 : test/accept: add test case for lots of pending accepts at exit
902e446 : Fix io_uring_get_sqe() for IORING_SETUP_SQPOLL
82efd43 : test/cq-overflow: account number submitted correctly
7de6253 : test/accept: code reuse cleanup
c6aa23e : test/accept: add test case for correct -ERESTARTSYS transformation
9fca869 : Ensure test cases work as non-root always
fdb4c2a : Add syzbot test case for io_sqe_files_register() alloc failure
11ae951 : __io_uring_submit_and_wait: check for SQ readiness for submit == 0
f936339 : test/defer: drop overflow hung test on IORING_FEAT_NODROP
4dd8309 : test/cq-full: update for IORING_FEAT_NODROP
cb11b70 : test/cq-overflow: update for IORING_FEAT_NODROP
7d7ca9f : test/link_drain.c: fixes
4170685 : liburing: Add regression test case for link with drain
1f112c2 : test/cq-overflow: handle -EBUSY on CQ_NODROP submit
d284099 : test/cq-overflow.c: add IO test
1a71f9e : man/io_uring_enter.2: document -EBUSY return
f79b02e : man/io_uring_enter.2: sync with kernel
15a4d6c : man/io_uring_enter.2: clarify -EAGAIN handling
3cb6b12 : document IORING_SETUP_CQSIZE
1cbb4a9 : test/runtests.sh: fix broken tee usage
570d79a : Add test case for IORING_SETUP_CQ_NODROP
bc1bd5e : Add IORING_OP_LINK_TIMEOUT test cases
ba97eaf : barrier.h: add generic smp_mb implementation
0781f2a : spec: Fedora RPM cleanups
9f4714c : Makefile: add missing .pc dependency on .spec file
9ba6a2a : spec: update RPM version number to 0.2
72bb939 : Printout correct failure locations in test/timeout.c
46e870e : Use msec parameter instead of TIMEOUT_MSEC in msec_to_ts()
b141467 : README: add io-uring@vger.kernel.org list info
f389745 : __io_uring_flush_sq(): remove unnecessary check
4fcf077 : sq_ring_needs_enter(): force loading of kflags
a8b3b78 : liburing/test: fix build errors
8b68609 : Add test/io-cancel
aa3c760 : Add IORING_OP_ASYNC_CANCEL and prep helper
6cfaab2 : Add read/write test that does various combinations of IO
9700fe9 : test/file-register: add huge file set test case
6f6de47 : test/defer: Test deferring with drain and links
6494e84 : liburing-0.2
4fb3c9e : Add runtests-loop target
a769aa1 : test/send_recvmsg: hopefully make it reliable
1c8734f : test/send_recvmsg: ensure we exit
5a9ab8d : test/runtests.sh: only log first test to have alive workers on exit
d974c9f : test/accept: add test to see if we cancel correctly on exit
675ee6a : test/runtests.sh: check for remaining io_uring workers on exit
6cca9e5 : test/timeout: add multi timeout reqs test with different count
37136cb : test/timeout: add multi timeout reqs test with different timeout
93a2266 : Shorten timeout tests
a4b4655 : Add test for overflow of timeout request's sequence
6b99855 : test/accept: fix a few errors
a9bb08d : test/accept: test that we -EINVAL for accept with SQPOLL
f2ee043 : Add simple IORING_OP_ACCEPT test case
7469f9f : test/socket-rw.c: use TCP, not pipes
e8b0100 : Add io_uring_prep_accept() helper
b8712db : Sync with kernel io_uring.h header
79ba71a : Add deadlock socket read/write test case
08bd815 : Un-DOSify test/232c93d07b74-test.c
989630a : Add test case for non-blocking socket reads/writes
80d8217 : Add IORING_OP_TIMEOUT_REMOVE
b75b52e : test/timeout: cleanup cqe seen and error prints
11a8f2b : Make io_uring_prep_timeout() take timeout flags
f303986 : Add test case for absolute timeouts
19ca532 : Add test case for skb/socket ref count issues with fully sparse file set
24bd087 : Add regression test case for commit 8a9973408177
b00ba56 : test/runtests.sh: distinguish between failed and OK timeouts
5f421b5 : test/cq-size: use 'ret', not 'errno' directly
d44f780 : b/test/file-register: convert to library functions and clean up
13cbe09 : Add io_uring_register_files_update()
1053680 : test/runtests.sh: check for root before using /dev/kmsg
dd899de : test/file-register: close/unlink test_shrink() files
5db5a2c : test/file-register: catch succeeding with too many fds
990f34d : Add test case for application specified cq ring size
096f4d0 : io_uring.h: add IORING_SETUP_CQSIZE
62cab77 : Add io_uring_queue_init_params()
d21cb86 : test/file-register: add test case for zero initial fds
7204498 : test/runtests.sh: make default timeout 30s, not 10s
e8c7087 : test/file-register: add grow/shrink cases
9ea0e8a : Add test/file-register
6bf6262 : examples/ucontext-cp.c: get rid of c99 style declarations
e2934e1 : Switch to 32/64-bit agnostic timeout format
f6c8044 : Fix timeout detection
e4263db : Update struct io_uring_sqe in the man file.
20c9293 : Inline fast-path of io_uring_{wait,peek}_cqe()
ac72640 : Fold io_uring_wait_cqes_timeout() with io_uring_wait_cqes()
1409c4a : Fix io_uring_wait_cqes_timeout() with ts == NULL
fe13f56 : Add io_uring_wait_cqes()
94c9df3 : Add __io_uring_submit_and_wait() helper
8578f0d : io_uring_wait_cqes_timeout: use __io_uring_flush_sq()
40b44d2 : Split up __io_uring_submit()
2b5dc1d : liburing.map: move newer exported symbols to 0.2
6d33802 : io_uring_peek_batch_cqe(): fixup style and add to exports
0b88d72 : Add io_uring_peek_batch_cqe()
46850c3 : Add io_uring_cq_ready()
4e360f7 : liburing: use -fPIC for both static and shared libraries
1b84a1f : io_uring.h: sync with kernel header
5569609 : Add STDOUT write test
1cff0db : Makefile: handle quiet AR/RANLIB
95b3b9b : Add basic travis test file
ad551e6 : Makefile: add pretty/quiet CC/LN output
a05c7a6 : examples/ucontext-cp: more complex example to show how ucontext works
c46f213 : Add artifacts to .gitignore
e88b74a : Generalize Makefiles for examples and test.
3ea33cb : test/timeout: use io_uring_wait_cqes_timeout()
11e18b3 : Add io_uring_wait_cqes_timeout()
2d5ee69 : __io_uring_get_cqe: change 'wait' bool to be a count of requests
8b93cca : io_uring_wait_cqe_timeout: document that io_uring_submit() not needed
5652c3b : io_uring_wait_cqe_timeout: fix wrong error return check
59df60e : Add io_uring_sq_space_left()
76e9232 : Add io_uring_wait_cqe_timeout()
d5bb23b : Get rid of memset() for command prep helpers
3ad9074 : Add TIMEOUT support
5109ed3 : examples/ucontext-cp: style fixups
20b3ce6 : examples/ucontext-cp: use ucontext with liburing
efb4e86 : Remove TIMEOUT code
efb39e1 : test/timeout: check if we always get a wakeup from timeout
e4269d2 : test/timeout: include some notion of verifying length of timeout
4652762 : Add basic IORING_OP_TIMEOUT test case
f102231 : Add IORING_OP_TIMEOUT opcode
6e68fda : liburing: add io_uring_prep_{recv,send}msg
ca50c1f : test/io_uring_enter.c: unlink temp file when done
164e9cb : src/setup: unify ring munmap()
46a0646 : liburing: Use the single mmap feature
e2937e9 : test/io_uring_setup: add support for io_uring_params->features
dfdf94f : test/cq-full: handle io_uring_peek_cqe() -EAGAIN
bc9e136 : Sync io_uring.h with the kernel
b76db3f : examples/io_uring-cp: handle io_uring_peek_cqe() -EAGAIN
ebdbb71 : Fixed address prep helpers should include buf_index
1ed37c5 : Add test case for poll hang
681ba88 : Make io_uring_peek_cqe() return -EAGAIN for no CQEs
413ee33 : liburing: specifying --prefix to configure script was ineffective, fix.
6e9dd0c : liburing/barrier.h: Add prefix to arm barriers
552c6a0 : liburing/barrier.h: Add prefix io_uring to barriers
0520db4 : Add arm64 memory barriers support
72d7f5a : Add basic README
6ef590b : spec: fix <liburing/*.h> permissions
ea04cd6 : spec: add URL tag
9ae3fa5 : spec: use Fedora "LGPLv2+" license identifier
3dde589 : COPYING: update to latest LGPL v2.1 text
c31c7ec : src/Makefile: keep private headers in <liburing/*.h>
b42c59d : src/Makefile: honor the caller's includedir and libdir
63c832a : spec: invoke ./configure with arguments
3af7ea1 : pkgconfig: add missing config-host.mak dependency
90619de : Don't take ownership of %{_mandir}/man2 directory
15739af : man: add IOSQE_IO_DRAIN and IOSQE_IO_LINK
93f3e8d : Use __typeof() instead of typeof()
78cafaa : Add regression test cases for kthread stuck
ead15fa : Make runtests.sh output test to dmesg
7ba7c70 : Optimize i386 memory barriers
da457cd : Change __x86_64 into __x86_64__
3036ba1 : Fix the 32-bit build
64f89fa : Makefiles: Support specifying CFLAGS on the command line
ecefd79 : Fix the use of memory barriers
bbb3099 : __io_uring_get_cqe(): Use io_uring_for_each_cqe()
043ea22 : src/queue: cleanup sq_ring_needs_enter()
a8d4237 : Add support for eventfd registration
9d9e3b8 : Make io_uring registration arguments const
733223a : example/io_uring-test.c: Fix iovecs increment
91dde5c : Add io_uring_submit_and_wait()
9f44fb0 : Add basic helpers for file/buffer registration
b4b3d8c : test/ring-leak: use static array for io_uring_register()
ef9c4b4 : test/io_uring_register: don't test buffer size if too large
fb34ae6 : Do not assume p->{cq,sq}_off.head is 0
f8865bc : liburing: export io_uring_queue_mmap symbol
b422aa1 : test/fsync: use io_uring_sqe_set_flags()
f3b78a7 : liburing: introduce io_uring_for_each_cqe() and io_uring_cq_advance()
e60729e : liburing: introduce io_uring_cqe_set_flags() helper
f6a03bd : queue: always fill in sq->array on io_uring_submit()
df23d2d : liburing,queue,setup: handle IORING_SQ_NEED_WAKEUP for io_uring_submit()
d1432b1 : setup: return -errno explicitly from io_uring_queue_init()
8e65562 : Add pkgconfig to rpm spec
fd26c1a : configure: move directory options to ./configure
1b049c1 : pkgconfig: install a liburing.pc file
d672969 : test/send_recvmsg: code cleanups and error handling
5d1e32e : Add send/recvmsg test case
7a3fd11 : io_uring.h: add send/recvmsg parts
4d32556 : examples/io_uring-cp: fix a NULL pointer dereference
2e71982 : clean examples when make clean
829f6a9 : io_uring_submit: fix head/tail wrap issue
ffe3e09 : Fix leak of fd in io_uring_queue_init() on failure
c5145a8 : io_uring_register.2: fix multiple formatting issues
311d5e2 : io_uring_enter.2: fix multiple formatting issues
28dc1bf : io_uring_setup.2: fix multiple formatting issues
5e4139a : fix harmless typo in sq_entries in io_uring_mmap
0cff600 : Add missing symbols to linker version map
375bed7 : syscall: add support of non-x86 architectures
329ba3d : syscall: fix names of __NR_* macros
38eabdd : Match const signatures in io_uring_prep_* to native functions
f218f76 : Fix liburing.h memset() missing declaration
1a90a51 : io_uring.h: sync with kernel
3200e99 : Fix manpage mmap() syntax
6350583 : Include man dir/pages in spec file install
9511863 : examples/link-cp: improve memory use
5c6e5d2 : examples/link-cp: improvements
7e8902e : examples/link-cp: fix a few issues
bb2c80f : test/io_uring_register: don't fail max fd test if we run out of mem
1982bfd : Add chain failure handling test case
0ba9503 : Add link SQE support
40c6f84 : liburing: add extern "C" to liburing.h
a17aec8 : liburing: do not build static library with -fPIC
54cc960 : liburing: improve 'make install'
7b989f3 : test/eeed8b54e0df-test: define RWF_NOWAIT if we don't have it
10a5903 : test/io_uring_setup: don't fail SQPOLL test case for non-root
ff73ac7 : man/io_uring_enter.2: clarify io_uring_enter(2) return values
60b3305 : test/eeed8b54e0df-test: check write(2) return value
eb9d065 : liburing: improve output for test/io_uring_setup.c
ce8e2bc : Update tests for 'sqe submit always posts a cqe'
49d2017 : test/runtests.sh: list all failed tests when done
6cd873c : liburing: install man pages on running 'make install'
cb1e01a : Add test case for -EAGAIN issue
78f59df : Add regression test cases for three recent issues
ad45ed1 : Actually add test/runtests.sh
87e2c40 : man/io_uring_enter.2: add another ENOTSUPP instance
4a1a9df : man/io_uring_register.2: add another ENXIO case
39e0ebd : Rename completion helpers
4916320 : Separate test cases from examples
76b61eb : Add io_uring_cqe_seen()
26993e9 : Add SQ/CQ overflow tests
8115820 : test/nop: add NOP test case
093e902 : test/fsync: error out if we submit less than we wanted
9864409 : test/fsync: update for IOSQE_IO_DRAIN approach
0656d71 : man/io_uring_setup.2: add EPERM case for IORING_SETUP_SQPOLL
db11f11 : Use io_uring_cqe_get_data() internally
1245d83 : Add io_uring_cqe_get_data()
61c27f7 : Add barrier fsync test case
f8b12e4 : Remove IOCQE_FLAG_CACHEHIT
a865221 : queue: ensure io_uring_submit() returns the system call value
a231fdc : test/io_uring-cp: add some comments
5fefee2 : Add generated files to .gitignore
f7dac56 : test/io_uring-cp: make it more efficient
8260029 : queue: ensure io_uring_submit() returns the right error
b080d06 : Makefile: add cscope target
765ba23 : add syscall unit tests
432fa1d : Add read/write fixed prep support
5b5e6fe : src/queue: kill bogus ktail_next == head check
10a57a0 : io_uring_enter.2: clarify min_complete
1a3020e : man/io_uring_enter.2: clarify -EMFILE per-user case
37e4869 : man/io_uring_enter.2: add mention of -EMFILE for fixed file sets
87ec82f : man/io_uring_enter: mention that SQE entries are always fully consumed
f62fdcd : Sync io_uring.h with the kernel
520efcd : src/queue: add comments on the read and write barriers
e9aa441 : man/io_uring_register: make note of huge page pinning
6726376 : test/fsync: add simple fsync tester
996b5a6 : add io_uring_queue_mmap
bd7ad34 : remove sigsz from io_uring_enter.2
e377c38 : io_uring_enter: don't expose sigset_size argument
f171fa4 : test/ring-leak: silence "sending fd" message
3ceb15c : Add sigmask parameter to io_uring_enter
9f3bec5 : syscall: update io_uring_enter() to match kernel type
bed7020 : man/io_uring_register.2: add EMFILE errno
5e6a93c : test/ring-leak: add test app demonstrating leak of io_uring instance
8471fb9 : man/io_uring_setup: mention that IORING_SETUP_SQPOLL needs fixed files
4500330 : io_uring_register takes 4 args
be33b0a : src/io_uring.h: sync with kernel header
091b18f : man/io_uring_enter.2: we no longer EBUSY on mutex trylock failure
59bb09c : man: add io_uring_setup.2 man page
27ad331 : Update kernel io_uring header
9688b4a : man: fixup description of fixed files I/O
2a8e5b1 : man: io_uring_register: use a .TP list for flags
4a700b7 : man: alphabetize the error section for io_uring_register
bceccde : System calls have been renumbered
81f9d46 : io_uring_enter.2 man page
bc4e4a7 : test/poll: ignore parent dying
a2fc9f1 : test/poll: simply test case
d58ea1a : test/poll-cancel: improve test case
3640699 : Switch to IORING_OP_POLL_ADD/REMOVE
213d6f3 : Split src/io_uring.c up
2575780 : liburing: ensure prep helpers actually set iovec count
b7e86eb : 32-bit fixes
5789a63 : Add sqe prep helpers
980cc0f : man: add a man page for io_uring_register
768d455 : Update POLL API
79a7d3a : Add IORING_OP_POLL_CANCEL test
ce899b7 : Add test case for IORING_OP_POLL
6110279 : Update barriers for x86/x86-64
b93edf5 : Sync with upstream API
f16b83b : Add configure script
89167b4 : Add x86 32-bit support
4fe9645 : io_uring_get_iocb() -> io_uring_get_sqe()
58004cd : Sync io_uring.h with the kernel
ff52073 : Sync with kernel API
a992ffa : io_queue_init: pass in flags, not io_uring_params
fa863f6 : Fix test cases
d5b4ae1 : Update to newer API
6cdce17 : Update API
7bf7e8e : Update to newer API
66a7d05 : liburing: include the ring fd in the io_uring
baa8d24 : Add simple test/ Makefile
357ca59 : Add sample 'cp' program
7f7a66e : Change API to provide io_uring struct abstraction
f47f24c : liburing: add io_uring_iocb_from_ev() helper
6a44c6e : Add option for getting a completion without waiting
f93c84e : Initial commit

+- Project: platform/external/libusb

1add6d6 : Tweak linux_glibc properties for musl builds in external/libusb

+- Project: platform/external/libutf

7ff0430 : Add min_sdk_version rule to allow use from AppSearch apex.

+- Project: platform/external/libvpx

724a466 : Add explicit apex_available clauses
64d1c04 : Add updated cpe for vulnerability scanners
363cb20 : Merge "cherry-pick vp8 integer overflow fixes" am: 286fa7c031
a228019 : cherry-pick vp8 integer overflow fixes
270a1b9 : Prune departed users from OWNERS
b35704e : [LSC] Add LOCAL_LICENSE_KINDS to external/libvpx
55935ec : Merge "libvpx: update to v1.11.0" am: d1e7dcdc0e
e40f8af : [LSC] Add LOCAL_LICENSE_KINDS to external/libvpx
721e99e : libvpx: update to v1.11.0
1e84c77 : Avoid overflow in calc_iframe_target_size

+- Project: platform/external/libwebsockets

ba7e6c39 : Don't use netlink
7fde4bfe : [LSC] Add LOCAL_LICENSE_KINDS to external/libwebsockets
4d0db3ed : Fix build files for update to 4.3
141ebf37 : service: make sure to sleep if nothing to do
7aaa8776 : docs: lws_service_tsi
e529720f : http: proxying: allow for large headers
91da9e30 : cancel pipe: mark close when wsi is close
0bc5b58e : http: cookie_get
122cf591 : docs: decruft README.coding
0dc0f92f : http proxy: support PUT, PATCH and DELETE methods
741cf67b : windows: mingw file type is int (v2)
c295f801 : extpoll: make sure DEL_POLL_FD only coming once
d42a7900 : ws: client: fail server link if masked
c1828713 : mqtt: always init wildcard and shadow
b0b7fff9 : android: fix extra warnings on android-resolv
eba4f8cf : http: remove stray debug log
bc83a572 : h2: post: do not try to bind origin for files
121dd5e8 : ss: revert make ss timeout handle underlying wsi gone
3ef446f2 : freertos-service: remove cruft
b45dfcb8 : windows: mingw file type is int
cab34801 : wsimux: immortal: only process immortality once per stream
f8a21fec : adopt: coverity: move vh deref until after pointless check
3e1a1a44 : coverity: client_reset: no longer any way to get NULL *pwsi
f9fc45bd : sspc: proxy: coverity: handle unknown metadata name
1db45d17 : h2: coverity: check for OOM on dynamic table alloc
b415f59b : ss-deserialize: add pointless h NULL check
11ba0b71 : adopt: coverity: add pointless vh NULL check
b0cd8f67 : ss-h1: coverity: add needless header NULL check
6e9c25d1 : mbedtls-x509: coverity: remove needless check
a00703f5 : unix-sockets: NOP for coverity
39380ffb : client: connect: confirm we have a protocol
57c5a0da : jit-trust: SAN_RFC822_NAME needs other_name union member
240cd55e : jit-trust: show coverity we handle NULL attribute source
7882a6dc : jit-trust: clean after failed mbedtls_x509_get_name
433ad322 : docs: audit api return information
c42c2adb : retry: handle empty retry table
897eb024 : plugins: sshd: eg musl needs sys/types if available
972f154a : examples-lowlevel: ws client: add -n to README table
0c8dbadc : examples-lowlevel: ws-server: pvo for WITH_PLUGINS
4935fe9e : openssl: remove lws_ssl_get_error_string as cruft
c0f324fc : esp32-c3dev: remove stray ssd1306 copy
7451ce5c : server: SO_REUSEPORT: enable with LWS_MAX_SMP > 1
b912958a : cmake: bring tls include requirement out as PUBLIC
b843c09d : mqtt: allow indicating username and password are not on heap
00b7fa23 : plat: freertos: selectively use old service looping
26f5cb71 : docs: client: Add UNIX socket connection notes for clients
1a69afaf : raw-file: clear POLLOUT before handling
b43f90a8 : ss: policy: adaptations for dynamic policy
63db023f : pugins: sshd: handle window-change request
e9c92ec1 : metrics: ss: skip tagging if no ss streamtypename
6c7798ee : plugins: sshd: channel fixes
957bfae5 : plugins: sshd: mbedtls 3 extra adaptation
9efc32ab : plugins: sshd: sc25519 must handle last bit
d77a6c39 : client: connect_check fail just log once
36af2660 : adns: fix label limit check
50f7bd4f : logs: unconvert adns wsi deref after potential close
55a7c6a0 : http: sse: check POLLIN during DOING_TRANSACTION
acb05eb1 : bind: use vhost log ctx since wsi optional
c95b0222 : cmake: add inclusion of CheckIncludeFile in req
dcb11569 : logs: log context: async_dns: no empty format string
65faeab1 : logs: log context: async_dns
06bc1d89 : freertos: no need to freak out if service_adjust_to is 0
826b221e : client: fix nxdomain CCE
ff5257e1 : logs: migrate more to log context
9b56baca : ss: static policy generator: fix filepath detection
61c2e329 : mqtt: protect printing debug only vars
7fb6a450 : logs: migrate ws extension code to contextual logging
b53a09f6 : logs: migrate client-parser-ws.c to contextual logging
413ce239 : mbedtls: windows: add define to be compatible with the latest versions of mbedtls
00b92204 : mbedtls: set length even when LWS_HAVE_mbedtls_ssl_get_alpn_protocol
c226da3e : cmake: wrong miniz include dir + mbed link on windows
8d4526c7 : smd: take message lock earlier
fad2bdbe : Teach client-ws.c about log contexts.
3b4c9aae : lecp: remove extra struct lws_lec_pctx fwd definitions
361a07c8 : minimal: esp32: wrover display: increase smd timeout to cover delays in display
df008ef6 : freertos: suppress return check on xSemaphoreTake
05e9362d : context: fix compilation error
a75fc1aa : uv: handle uv_poll_init failure
bf5744ab : ss-mqtt: Add support for Birth message
6decd5a7 : ss-mqtt: Skip SUBSCRIBE when MQTT session is resumed
3b90c89b : tls: clear unused warning on WITHOUT_SERVER
3d7d180e : wolfssl: adapt SNI for recent changes
a5aae049 : v4.3.0
d18aa1ee : examples: fix sizeof lws_tls_cert_info_results in test_jwt_RS256
d447f8f1 : client: connect: prefer default vh if none given
6cdaf85b : ss: allow POLL from CONNECTING
90eb83a3 : tls: ensure using ssl before doing tls_shutdown
ee15b82b : cmake: unbreak LWS_WITH_SYS_STATE disabled build
71b8f4dc : windows: fix _lws_plat_file_seek_cur to update pos in fd
19ba1998 : tls: evolve handshake serialization into simultaneous_ssl_handshake_restriction
ad990a61 : ss: policy: unwind after policy syntax errors cleanly
8c7d5410 : threadpool: SYNC timeout on netbsdBE
0fda90c4 : ws-server-threads-smp: modernize
ed8865e2 : asyncdns: provide correct length with CCE
919981fb : netlink: fix empty route index discovery
d0690986 : conmon: async-dns: off-by-one
b6004e08 : mqtt: allow indicating client_id is not on heap
17199959 : h2: ping pong: separate payloads
733f0c10 : mbedtls: fix validation
2c2b3b62 : README.md: update with work retrospective and more Sai info
3e54c84a : ss: mass update LE root to isrg part 2
c3856796 : dsh: remove foreign support
1e56dc96 : ss: http: defend against CONNECTED-CONNECTED
a0e60304 : ss: h1: defeat CCE if told CONNECTED
9ff83d9e : ss: h1: be sure to go through DISCONNECTING if CCE
65a954a9 : ss-h1: reset message state for repeated use
005e1303 : h2: make has_buffered_out check nwsi
d075d4f9 : ctest: increase timeouts on tests using warmcat
27fac9dd : warn: avoid one toolchain false positive
365328c4 : http server: allow serving files with special unicode path
cced56b2 : Subject: [PATCH] cmake: Install pkgconfig files in mingw
372fdc71 : cancel pipe: make sure we closed it on destroy with no EVENTFD case
132833a2 : openssl: enable skipping deprecated api warnings for now
a8a443e6 : wolfssl: update gencrypto
0c94138f : tls: handle WANT_WRITE via POLLOUT to POLLIN
3892a9d2 : h2: bulk rx: deal with window
f6954e43 : http: custom hdr: add custom name iterator
4d81fee5 : validity: take context and pt lock before close
572e7e03 : http: hdr: sync lws_hdr_total_length with lws_hdr_copy
06e881aa : esp32c3
d4dd7cb6 : esp-idf: update againt 2021-08-06 head
81a3ca3e : ss: port binance example
c34e2439 : docs: update changelog and README
4db2ff87 : cose: keys and signing + validation
dcaa0013 : lecp: add CBOR stream parser LECP like JSON LEJP
b31c5d6f : http: cookies: support cookie jar in and out
b67d1921 : lws_map
6ab149b5 : evlib: remove PREPARE_DELETION as cruft
f6911cda : minimal: perf: add --test404[red] switches
1b9ef51a : conmon: make sure we report http specific on close
6953958f : http: redirect: make sure we keep wsi opaque
33d06386 : ss: CREATING to TIMEOUT is possible with sspc and active timeout
31bbeb52 : minimal: eventlib-custom: handle fds removal in service
1348632d : h2: plat: fix plat SETTINGS override
5de5ee74 : ss: lws_ss_client_connect also only pass up return
af501eab : windows: plat: only build client ctx init if WITH_TLS
708903cb : minimal: eventlib: custom: add client demonstration
43f290ad : sspc: add LWSSSCS_UPSTREAM_LINK_RETRY state
770dc7bc : client: connections: add detailed dynamic CCE info
0043ea5d : ws: check protocol before debug log
5b8a597c : server: http-proxy: fix POST
e49a5f36 : sai: centos8-aarch64
6d8c4a7b : sai: debian 11
79c8d6be : sai: rejuvenate netbsd/aarch64BE and add netbsd/x64_64-amd
568fa014 : lws_struct: add CHILD_PTR setting
37f32440 : conmon: add dns and protocol_specific
2951a92e : conmon: fix missing quote in JSON
4c99f85a : conmon: pass userobj to ss rx not handle
387a406f : ss: conmon: assert if wsi ss handle is stale
9cd8d1f9 : sspc: enable CCEs on proxy link wsi
243c21de : ss: add fault injections in creation
2b75c6fb : smd: avoid recursive lock when unregistering during delivery
ca16a07a : ss: unpick failed create using destroy
406b79e4 : ss: handle DESTROY_ME from inside ss creation
e644bb4a : cpd: pass up lws_ss_request_tx ret
f3d5b9b9 : service: assert on thread shenanigans
eb8c8354 : logs: handle LWS_LOGS_TIMESTAMP disabled
a7e4724a : http: date: use timegm
5f31ff83 : h2: data: frame header already parsed out
31dc6f04 : docs: event loops intro
d1f3762a : types: handle ssize_t is int
9365490e : conmon: only build if WITH_CONMON
62b915c8 : ss: increase set_metadata length type to size_t
30736557 : ss: zero on destroy
d18d7a36 : http: redir: to tls from none
fac7c5bf : seq: fix
630d7684 : b64: add downcasts for gcc 4.4
e5944a7d : h2: server: file serving chunk restricted to max frame size from SETTINGS
faf091d8 : windows: tls: make sure we are telling correct errno
81e54df0 : cmake: tls: check correct api for availability
5ddb03d1 : iface: score binds
c11311ff : ws: ext: close wsi rather than spin if unable to clear buflist
4b089788 : tls: mbedtls-3
215ec1da : remove LWS_WITH_DEPRECATED_THINGS
ed7215f3 : cmake: mbedtls: extra CMAKE_REQUIRED_INCLUDES
6852c3c6 : README.md: update
c8176085 : vhost: listen: protect listen port transfer between
1ae1fccb : mbedtls: sessions: clean session on bail path
4c4b2c5d : libevent: use event_enable_debug_mode
a4720b7d : windows: align plat insert socket POLLIN handling to linux
f708d09a : socks5: cast for mingw3 nonposix recv args
48541efc : mqtt: handle NULL mqtt publish metadata
1809f370 : event libs: glib: use glib.h specifically
6e3a6d99 : openssl: manage _GNU_SOURCE better
c604b9cb : tls: add option to serialize ssl handshake
74799161 : tls: fix inbalanced tls restrict borrow/return calls
46c84eec : raw-proxy: fix role bind flag
ee510154 : fi: wsi: fault to fake peer hangup after a delay range
36e7e8af : fault injection: pseudorandom 64-bit range support
fabe78d2 : Wextra
5432e8ae : sspc: add concurrency stress
a7edd163 : logs: more internal conversion to log_cx
5d8cf032 : logs: log contexts
8e76634e : logs: introduce log_cx
9d123ea5 : extpoll: clean up test server for Wconversion in extpoll parts
349cc1b6 : mqtt: fix wrong packet id in some conditions
66afeaa5 : dns: handle EAI_NONAME as fatal
604968a3 : minimal: hcmulti: modernize startup to use OPERATIONAL
34afca32 : netlink: hold in COLDPLUG until we actually have some routing table contents
d5475807 : tls restriction: check before doing bio
576bed63 : sspc: close: differentiate between ss and sspc at final wsi close
9e8eb28c : sul: improve debugging
c0680fa2 : connect: fix cli_hostname leak breaking staggered h1 pipeline
c2e10db5 : ss-policy2c-update
c90feba3 : gcc: gcc8 only recognizes fallthu
1c72e9ee : minimal: ws client spam: modernize with pvo and cancel service after interrupted
0dd8a4a5 : tls-sessions: remove no stash warning
a095e6c6 : ss: sspc: enforce not allowed to call lws_ss[pc]_destroy from callbacks
5ea91943 : ss: check destroy null policy
7135b311 : ss: check serialize null policy
c859b608 : ss: avoid null ss policy on req tx len
9bd88190 : ss: avoid null ss policy on req tx
cf2dbdc6 : vhost: create multiple listen sockets per AF
6163c967 : vhost: allow multiple listen sockets
8c122cd8 : redirect: make sure we start with / on path
272dba83 : http: redo redirects to follow close flow
2f9bb7a3 : tls: JIT Trust
f8f1749b : client: add option for allowing redirect tls downgrades
983edafd : mbedtls: add AKID and SKID support
b25079c4 : lws_cache_ttl
cb5b1f72 : ss: h1: log dereferences NULL
c09d69e2 : minimal: htt-client: send user agent and accept
3ef0b026 : ctest: do not reuse ctest-ssp path
c476d30a : android: getnameinfo uses nonstandard size_t
1929e1f1 : getifaddrs: casts for android
8886cc26 : win32: client: just do WIN32 check
a2091bdb : windows: only conceal mode_t on windows
350a6dc9 : threadpool: disassociate wsi on close
226c88ba : freertos: check for forcing each time around service loop
c61ce6f0 : cmake: tls: use CHECK_SYMBOL_EXISTS
a481a6eb : plugin: post: check unexpected write after protocol unbind
2abf4115 : ss: direct protocol string
e82778e0 : ss: static policy for sigv4
af206736 : clean: else became a NOP
b3bff76a : strexp: handle NULL better
9fe4b376 : wilcard: change api to use length for check
d815c39c : cygwin: include in unix type socket init
509d0528 : examples: embedded: keep loop running on WROVER
7baf4000 : evlib: allow custom evlib ops
cc4fd2c9 : OSX: Fixed can't find clock_gettime
4b180546 : core-net: Remove unused variable
890023f8 : ss: h2: handle zero length COLON_PATH for metadata
6c563688 : sspc: handle nonexistent metadata cleanly
faad862f : coverity: ntp from blob: handle blob missing
614c1e0f : coverity: report problem in hpack_dynamic_size() to parent
436bb709 : coverity: h->cwsi must be valid if we are handling rx on it
0517a2a6 : ss: split out blob into own minimal example
5b1a2608 : ss: sspc: handle destroy for client_connect and request_tx
f96f2a88 : windows: mbedtls: use recv / send
c5484c02 : ss-mqtt: Add support for MQTT UNSUBSCRIBE and DISCONNECT
85cec16f : mqtt: Add support for QoS 2
ae8b11aa : ss: do not restrict close handling to WITH_SERVER
4341d756 : netlink: fix UB on RTM_NEWADDR/RTM_DELADDR
c70c4bac : coverity: ss: handle NULL omd
632ffa1e : ss: deal with missing handle metadata
ad3aa533 : TCP_FASTOPEN
f9ae34c3 : sse: server: handle close found as HUP
16328b19 : mbedtls: server: enforce client cert check when vhost requires
8ebe1d93 : mbedtls: prepare for v3 changes
212690fb : smd_queue_depth: cast around toolchain int16_t conv warning
2197c2ea : sspc: handle DESTROY_ME at proxy link close cb
7b315e39 : smp: give PROTOCOL_INIT a privake fakewsi
e76ee9cb : mbedtls: privkey from file: fix off-by-one
ecacbfbb : mqtt: coverity: help coverity see we wont have an mqtt role wsi without mqtt member allocated
febca16a : lwip: handle ECONNABORTED on tls read
9c6e2ffb : smp: fix client tsi detection
a3765d11 : ss: h2: leave the ss bound to its affiliated wsi until close clears it
30163856 : h2: migration: migrate for_ss
88c824b8 : ss: avs: let multipart handle content-type
19d59f99 : listen: ip bind: force ipv4 if given ipv4 numeric iface
6595d3da : cpd: remove scheduled recheck on dns fail
c5853280 : license: fix two old headers from pre-MIT change
a12d5ebe : LICENSE: copy secondary license texts into LICENSE as a convenience
cf867faa : tls: client: session cache synthetic cb
7247205e : netlink: fix RTM_NEWLINK handling
abada11f : cmake: Allow OPENSSL_INCLUDE_DIR to be empty
373b50d7 : tls-sessions: Use OpenSSL API to test if a session was reused
d2a40a11 : tls-sessions: Assign loaded TLS session to its intended pointer
80ca71d5 : Remove incorrect session ref count increment
32c4d2cb : spa: parser should tolerate additional headers
5fdd9c99 : ss: policy2c: type error on respmap
2dba500d : h2: just log nwsi close and pass thru
891f28b4 : ss: proxy: fix conn deref on onward
ff8912ba : netlink: make failure to bind nonfatal
35028459 : cmake: LWS_WITHOUT_EVENTFD
02f0d759 : cmake: also set LWS_BUILD_HASH to unknown if no git is found
8b1732a4 : cmake: set unknown as LWS_BUILD_HASH if no git repo
af1a79c3 : client: make sure we get CCE if timeout on server reply
1a6c2a63 : client: tls: simplify validation fail reporting at CCE
aa6b3f41 : mbedtls: allow central trust store preload
68d9f3a7 : ss: wire up EVENT_WAIT_CANCELLED
5b6a89f7 : ss: add test for OS trust store mdoe
f35219d9 : main: bump to v4.2.99 for development
1367c11e : v4.2.0 release
2850de1a : drivers: spi: avoid leaking uninitialized bits
0a8f64ad : cmake: enable user cmake to use FetchContent on lws
4b52d759 : docs: lws_write: decruftify
0276f3e6 : ss: mqtt: Avoid CONNECTING to DISCONNECTED transition
8c260638 : mqtt: log correct subscribe packet id
018d4438 : http: mimetypes: add mjs as builtin
aa84d928 : cmake: export include directory
24abd699 : http: parser: straighten out %00 legality
354b29c7 : http: redirect: dont try from h2 at the moment
b28b03ee : smp: hold pt lock for lws_client_reset removing fds
eeed0c07 : smp: openssl: disallow trying to clean up mutexes twice
402e97a6 : ss: metrics: http: just report at wsi close
2a7ded31 : ss: metrics: add result tag reflecting ss txn disposition
42dc817d : ss: proxy: get rx flow control working
fdc1e1e9 : sspc: states for proxy failure
877fcc3e : ss: policy: atoll needed for 32-bit machines
b1533055 : doxygen: add extra top level page pointers
d7ce0685 : ctest: ss: minimal-hugeurl: run correct test
37160c79 : dsh: api-test: dont use lws_dsh_describe in Release
3ad0a3d2 : ss: server: allow bind to existing vhost
0d06d4ba : windows: work well with vcpkg pthreads
3c334d49 : windows: pipe role does not use file handle any more
7f8e2edc : windows: cancel pipe is in pts not context
7d8f7425 : smp: more lock assertions
b582dd49 : client: add CONNECTING protocol cb
d291c02a : ss: sspc: add conmon performance telemetry
51490ae6 : Fault injection
33f5bf2e : tls sessions: openssl: ttl based internal expiry
9483df3b : openssl: check for X509_VERIFY_PARAM_set1_host also using CHECK_SYMBOL_EXISTS
74517027 : tls-sessions: serialization
e2f1dd1c : mbedtls: session cache and resume
d5753b62 : tls: openssl-only: client-only: session caching
e4d381ea : metrics: increase type of us_schedule to uint64_t
3ff6a9d4 : vhost: dont log null origin
e2f42387 : route: assert if route table becomes full
12f20503 : mqtt: Fixes setting the length of the last will message
69f2ad9c : ss: allow that request_tx may get told DESTROY_ME
ff766040 : ss: mqtt: Wrap ACK_REMOTE to ACK_REMOTE transition with LWS_ROLE_MQTT
0c98d944 : ss: mqtt: allow ACK_REMOTE to ACK_REMOTE transition
25ae9fac : mqtt: topic validation for different mqtt servers
f3531ef6 : mqtt: wildcard topic and topic to 256 chars
a088b726 : mqtt: Setting the CONNECTED state only when SUBACK is received
eda5c1b6 : sai: openbsd: fix sigv4
6c4a1273 : active_conns: simplify h1 exclusion rule
93e3aa2c : cmake: remove crufty option
ebe44543 : cmake: check if _GNU_SOURCE is already defined
f84b90ba : use gmtime_r instead of gmtime if possible
b5ed3839 : use ctime_r instead of ctime if possible
932527a3 : access-log: use localtime_r instead of localtime if possible
9453d246 : unix: fix usage of getpwnam_r and friends
b9ee27f3 : unix: use getpwnam_r and friends
ffb49e26 : http: post: defer body pending end until no more buffered out
ae0b52c0 : lws_hex_from_byte_array
f576f317 : ws: wsi unusability only applies when no pending
50e1f1ed : h2: dont try to get ahead of POST if its a cgi mount or proxied
51790705 : unix_skt: handle 0 length read as close
632ddd8b : ssh-demo fix
b5bc6028 : http_proxy: report failed http code
fb9abfdf : ws: accept newer IANA close codes
319a00c0 : jwt: sign via info
f7da3217 : evlib-foreign: add client connection after context creation
0f42f0d9 : uloop
e97a61f2 : logs: reduce verbosity on plugins probing
06509e28 : lws_conmon: connection monitoring and stats generation
67eed51f : openbsd: fix up ctest
b34862bf : netbsd: follow openbsd use of wait4
1000a52d : logs: prioritize WITH_NO_LOGS even in release
ad5047a6 : sspc: make sure we cancel any retry
3ca86251 : adopt: rejection should not loop with listen adoption
baccd5b2 : ss: make sure pointer to failed ss creation is wiped out
f35a3b89 : ssproxy: break immediately after determining we will not allow the stream
4df5e015 : ssproxy: deal with lack of policy when replying with stream denied
546c1515 : ss: add set_metadata that takes a heap copy and make ss-h1 use it
48046249 : ss: force check all set_metadata returns
12d535f8 : x509: support DER recovery
108b4608 : ss: make ss timeout handle underlying wsi gone
dbc89c88 : windows: openssl: load certificates from certificate store
a7f70535 : connect2: log dereferences things that may have been destroyed
9528acb4 : connect: erase previous unusability when retrying connect
9d13b97e : client: DNS failure should retry while waiting for connect timeout
0775a0d0 : tokenize: add option for equals as non-delimiter
84565adf : sspc: allow longer streamtype names in proxy
3f4623bb : lws_metrics
c11a49c0 : sai: solaris
b6aa4c2d : solaris: pthread is not a ptr
c00ece34 : solaris: openssl: defeat openssl deprecation of md5
d72955cc : solaris: spawn: vfork is deprecated on solaris 11
2123bfce : solaris: dir: remove accidental dirent type reference
e7a96a71 : solaris: socket priority
f9c3d432 : netlink: migrate to context
8dbe8507 : windows-resolv: fix dns resolution
6d0f2500 : windows: doesnt have #warning
ede7f8b0 : ss: support huge urls
b2a2e087 : sai: reduce make concurrency to avoid OOMs in VM
f22f7d91 : minimal-ws-raw-proxy
fecf496e : docs: more details on ctest buddies
d1763df9 : lws_struct: fix implicit schema recognition
9af105eb : sai: xenial
671ffe70 : plugins: ssh: xenial warning fixes
09b9ac6e : minimal-http-client: set option to fix broken server window update
8d6f59d7 : minimal-ss-client-tx: add -c flag for count of rx to get
a7934201 : sspc: only do CREATING if its our first rodeo
789d98b9 : sspc: handle loss of proxy manifesting itself as 0 length rx
ddf24783 : minimal ss proxy: use updated policy
cb5c0059 : sai-resource
b4751135 : async-dns:
14c5b7eb : ss: state violations need to report lifecycle tags
d92a0993 : ss: client-tx example: modernize and add to CI
10a6afdc : sspc: avoid dsh deref if stream instantiation failed
3fe08ce5 : fault injection
8a087043 : smd: account for new interested peers joining while queue exists
fc530258 : HUP: mark socket unusable
8d5341d7 : vh init: make sure protocol set
dc051fb2 : OpenBSD: various api ports
8e5f8491 : opensslv3: handle deprecation of EC apis
599691d2 : dhcp: clean
d86d2884 : libevent: use evutil_socket_t
54110778 : http: x-amn-dss-signature header
1f019f99 : libressl: adapt type rules
f42c97ba : route: on change also check source address still extant
8a6df77d : adns: keep last 3 tids for slow responses
24c0814f : async dns: correctly deal with cb killing wsi
eb782bd4 : ip tos support
8d48d8f3 : ctest: mbedtls: disable spawned server valgrind
0a453e3b : tls: wrapper: make sure alpn freed once
00b9ef09 : netlink: back out lifecycle tag on netlink fail
a6d81e3f : async dns: add dump helper when _DEBUG
79c02baa : async dns: add write confirm sul
ed01fc2d : async dns: tolerate no nameserver at startup
3192b3ca : adns-api-test-l
15bb4552 : sspc: dsh: add rx flow control to policy
9f1bd0a5 : lws-dsh: fix alignment and boost size add per kind totaling
611e6477 : h2: post: handle lws_h2_bind_for_post_before_action error
d73c4baa : options: fixes
6f6147d7 : ss: state filter: timeout could be followed by connect
0d588b29 : logs: make tag lifecycle optional default on
0e6df744 : plugins: add option LWS_WITH_PLUGINS_BUILTIN
39cc5aec : vh: lws_vhd_find_by_pvo
334212ef : windows: mbedtls: clean warnings
dffe9644 : ss: policy: treat policy as filepath if no opening brace
403a6591 : h2: client: handle END_STREAM and END_HEADERS togther on all paths
cfe4fa15 : http: proxy: fix uri relisting
3bf3b540 : windows: pipe: avoid busy loop in windows pipe event
e588f308 : sigv4: allow arbitrary hash payloads
2fea1e49 : bsd: POLLHUP always bound to POLLIN
3eeda84a : http: client: defer HUP if pending buflist
6497220e : plugins: add LWS_BUILD_HASH to header and require match
56f70071 : ctest: adapt background script
d5c90645 : ctest: valgrind on hcm
33f37094 : h2: make headers in h2 even in wsi not in h2 role yet
1d0d05ea : dbus: also add wsi tags
12361143 : h2: client: action END_STREAM and END_HEADERS immediately
fd24392c : tls: add cmake options to dump tls
ffa0a38a : openssl: acquire ex indexes once for multicontext
f17bb1aa : mqtt: destroy PUBLISH pointers each time
beacabbd : vhost_destroy: refactor
d5618f60 : Wconversion: workarounds for CentOS7
bf9c517b : set-cookie: force semicolon for concatenation
bdf472b4 : ctest: add tests for evlib foreign example
f1e5e573 : destroy: shuffle for internal
95a545b7 : evlib: count extant evlib handles instead of wsi
50d032c0 : openssl: client ctx: track tcrs in vh object
a520547a : libuv: use centralize context_destroy path
9ed9a048 : unix-caps: switch to unsigned mode for Wconversion
9e104421 : ws-client-binance: make sure to cancel the sul on wsi close
46c925e3 : h2: post: adapt in on _HTTP to be after mountpoint
e5b191be : h2: post buflist: track rx_content_length
7bed5b0d : peer-limits: only run clean up sul if any entries
51c9e7c0 : cgi: only run cleanup sul when processes pending
63d14e2c : dbus: only run sul when timeouts pending
1062149e : service: restrict effective wait to platform resolution
4dbf5454 : tokenize: asterisk-nonterm
e2f18957 : lws_strcmp_wildcard
82c858ee : humanize: remove padding and clean up
9be508bd : h2: make sure we see END_STREAM with END_HEADERS on client
c403b129 : mbedtls: change cert load semantics to append
c6d172c2 : ss: server mode fixes
06662a64 : LE-root-cert-update
b961e5f3 : eventlib: add sd-event support
77055c4f : noserver: set tag_prefix for SERVER
780a165a : ss: http: mime parsing with unusual section boundaries
c86e1c5b : cpd: lws_system_cpd_start_defer
60b5ca64 : server_status: adapt for tags
d5178f47 : client: HUP: defer POLLUP handling while buffered rx
52b87c90 : minimal: h-s-form-post: only delete the spa once
aa45de9e : ss: enforce only valid state transitions
47905401 : sspc: clear proxy conn timeout on ack
a82be3bd : sspc: allow NULL rx and state in ssi
629ccd4d : sspc: ssv1: return policy about client dsh allocation
1033e1d4 : sspc: ssv1: pass client PID into proxy for tagging
4fc4c671 : sspc: ssv1: add serialization protocol versioning
c82910d3 : ss: auth: sigv4
a8d6ac89 : netbsdBE: enable ctest and fix test cert generation
abc60c75 : smd: add more scenarios to tests
8ff35b81 : smd-add-ss-rx-forwarder-helper
962993fd : smd: add ss tx helper
42accd57 : smd: make ss smd follow normal state flow
619ef5eb : smd: add use class base index
4b2c0fdc : smd: lock when removing messages
940abe55 : ss: policy: add auth mapping section
ce3b99cd : clean: reduce logging and add some conditional debug helpers
c48bebc9 : h2: post: http_action: issue _HTTP and consume deferred body when resuming
5af65114 : cgi: modernize sul usage
c9731c5f : type comparisons: fixes
2d6b9a06 : windows: migrate to WSAPoll
cef8ce81 : client: dns-sort: classify on no source if dest ads
cb1e893e : client: connect: use memmove due to possible overlap
815b9074 : lws-struct: json and sqlite on 32-bit OS
cc5a802b : glib: workaround old glib without G_SOURCE_FUNC
2e22393c : sai: add minimal examples / ctest on DISTRO_RECOMMENDED
1422b238 : dll2: explicitly confim detached dll2 has no linkage
5570692c : sai: add SUL_DEBUGGING to osx m1
b2898b5b : lejp: allow for no cb on unprepared lejp on destroy
3ced2a4f : sys: blob: appended bugflist blob offset by LWS_PRE
454d173a : sys vh: set NO_LISTEN
38496b91 : smp: connect3: hold pt lock when removing failed connect attempt
0d720082 : ss: smd: make sure to cancel write sul
ad11a09a : lws_smd: make api test fail immediately
a13b34db : smd: add warning for queue depth
e11d78dc : sspc: cleanup bridged wsi
ef6bebda : lws_wsi_close: fix wsi name
905e5373 : ss: proxy_buflen in policy sets proxy max dsh alloc per streamtype
93f54c61 : ss: enforce balanced CONNECT vs DISCONNECT
b5d65605 : tags: prefix tags with pid if SS_PROXY_API
0ceba15d : lws_lifecycle
d330dbd7 : wsi: unify base wsi creation function
31435c9f : cmake: move LWS__INCLUDE_DIRS def to after REL_INCLIDE_DIR def
ac6a5822 : protocol_init: ensure its happening without client
32342015 : lws_struct: sqlite: use incoming ac ptr as well as set on exit
54e909a1 : mbedtls: tls flow for mqtt
d98c9310 : ss: UNREACHABLE: set ordinal in state cb b0 if due to DNS server reachability issue
556154c3 : cpd: trigger if getaddrinfo failed
094bfc4e : ss-hx: make sure hanging_some handled once
097bbbd1 : ss: client_connect and request_tx also return dispositions
747ea560 : ss: cpd: ignore new requests while ongoing up to timeout
20ea1511 : ss: proxy: more max fds
19e7bc10 : sspc: allocate dsh once per stream
44ad73e0 : sspc: close sequencing fixes
d8551a4b : sspc: handle not inherited
da30c648 : ss: fetch_policy cleanup
5947e54a : ss: mark client wsi bound to ss using flag
83feefe2 : If network is down, SS reaches ALL_RETRIES_FAILED, and user callback returns LWSSSSRET_DESTROY_ME, it does not go to DESTROYING state
f409878b : dummy: unhandled POST completion issues 200
1f477e49 : client: clean up pwsi if late failure
eb5f4375 : h2: post: add states to wait for body
c6cb8211 : h2: post: handle no content length better
677b6e37 : h2: remove length tracking just use pointer arithmetic
e560d2c0 : h2: stay a client if a client
81bd0f8e : sai: OSX target 10.15
67c50d05 : sai: restrict individual build parallelism
50d949dd : sai: freebsd: reduce parallel from 12 to 3 for OOM
3c661ede : ss: http: make sure we dont duplicate leading path slash if already present
19935e58 : minimal-h-s-tls: bind to default http-only
49b301b5 : minimal: http-client-multi: set h2 or h1 via alpn
96eb1cd7 : ctest: add valgrind to some tests if platform has it available
68afe5b4 : ss: minimal example: testsfail
36de3d83 : ss: h2: dont report nwsi close
cdbd50a2 : dns-sort: reduce logging to info
3cd5492a : client: reject mux same endpoint conn on h1 if no h1 alpn
828b5cae : ss: h2: set alpn
8312ff49 : ss: clean up wsi when handling DESTROY_ME
e8420f31 : ss: h1: also handle 429 same as 503
454adf55 : lws_ptr_diff_size_t
9b42fc6a : NetBSD: also need two-arg setpgid
1d8be99c : cmake: latest cmake shows dep warnings for scripts < 2.8.12
8b825600 : cmake: netbsd: no libdl
60b995b8 : esp32: update build arrangements
050d23f0 : sai: mac m1
587f24f7 : clean: remove h2 debug spew
962e9ee3 : wip: ss c++ classes
224e1556 : zip-fops: test-server: also install candide-uncompressed example
3952c259 : zip-fops: example: add concompressed mount too
2329dc69 : zip-fops: example: correct zipfile serving path
0ff5a1df : ctest: sspc proxy minimal
a1d86d89 : async-dns: fix error path
06b39e33 : cmake: remove crufty event lib redefs
b3ddd3db : libuv: context creation fails via destroy
8f68bc1f : sai: sspc proxy minimal examples
d9d53395 : windows: threadpool: add back threadpool processing hook for CANCELLED
5f3cb5ad : ss: ss timeout also handle DISCONNECT_ME
1cf25e30 : doc: lws_add_http_header_by_name make it clear the trailing : is expected
02f414bb : sspc: log client tx not implementing destroy
76fd7319 : sspc: double free + rx ret not checked
43f9af2f : cmake: windows: try to auto include LwsCheckRequirements
ba062ee9 : eventlibs: add cwd and LD_LIBRARY_PATH to dirs
43431820 : logging: reduce serving logs
7d355912 : h2: fix ignoring unknown frame payloads
10714c58 : h2: ignore unknown frame types a bit earlier
e815ad29 : ss: handle nonzero content-length set by metadata correctly
42662343 : ss-srv: destroy accepted clients on ws close
b4af4bf0 : docs: lwsac doxygen
a72e9756 : mingw: libevent build fixes
acfd3491 : http: REDIRECT_HTTP_TO_HTTPS apply the original path to redirect
d1958ee2 : sspc: check for client handle use before CREATING
922b9395 : h1only: fix assumption about h2 and add sai
a0318130 : smp: minimal client with several active connections
2bcae2b3 : context: refactor destroy flow
3549a94c : roles: compress role ops structs
9eb4c4fa : client: rfc6724 dns results sorting
d38d1176 : clean: client connect
1b7c0a08 : udp: convert to sa46
495a9663 : mqtt: lws_system blobs for password username
0f98972a : ss: skip null metadata
cab63090 : osx: work around some big sur machines getting MAX_LONG ulimit -n
bd45526a : cmake: windows: update FindOpenSSLbins.cmake
544b6686 : sspc: lws_sspc_handle_t pointer in wsi used after free
3216d4d0 : ss: server: add foreach client cb api
0d31b7a1 : buflist: additional helpers
4189d80e : cmake: support iOS armv7 build
1476e60e : ss: server: support unix sockets
6bc5c0ff : reduce debug logging
3bfa00de : ss: h2: ACK/NACK missing in H2 state flow
c623ebfe : context: properly check for sys/resource.h
b4e3bc38 : sai: win10 no pthreads and debian buster 32-bit
de2fa674 : ss: policy: cast uint32 lwsl_err arg to unsigned int
c6741811 : ss: fix without server
5c988d77 : plugins: more explicit header inclusion
664992ae : sai: plugins
0ba400ce : sai: debian
942f46b7 : lwsws: add -n to allow skipping lws plugins dir
c2271b4e : sai: tls: test openssl 3 without gencrypto
b168fa41 : libevent: fix typo in signal handler
22e6d521 : spawn: in discrete env setting case do it readonly
8eef15f3 : docs: ss: update client state lifecycle with destroy api note
b011a915 : cmake: add windows version resources to library
dddc68ec : netlink: check for RTA_PREF before use
643a001e : roles: netlink
915f888f : sa46: network check
21719898 : wsi: store peer lws_sockaddr46
67d24d7c : cleaning
44e86064 : docs: switch to use main
1ee19030 : README.md: master to main transition
4e973c3c : ss: metadata: rename value to add reminder about heap
657cadf7 : http: bind PUT and friends to mounts
eddecea3 : fix zombie sul detection
db5b2c14 : close: ensure any pending sul_connect_timeout cancelled
8d88d2f4 : plugins: use new export symbol convention
170a5db0 : cgi: support evlib_wsi in stdwsi
27964dda : ws: reporting PONG with pmd enabled
e44c8698 : windows: null check wsi before udp check
5d025839 : windows: fix WSA event destruction
04d947b6 : windows: WSA loop fixes
2ad37809 : freertos: have lwip choose the cancel pipe port
ee78b90c : ss: take care to free any metadata heap values before overwrite
5f7da4a5 : struct_json: adapt api test for 32-bit int on windows
309b08d8 : contrib: cross-atmel: build-out FILE_OPS
8c88b857 : h1: explicitly close when post txn completes
89f4b739 : minimal: smp + foreign: libuv foreign loops
26a0d500 : smp: additional locking for libuv
3fa221f9 : smp: lws_wsi_tsi
6490dc3e : smp: set tsi in fakewsi used with WAIT_CANCELLED
636f9c7f : evlib: export LWS_MAX_SMP locking for evlib plugin case with SMP
08c9395d : update some wording
ef8bfb24 : windows: build fixes
bdc3a110 : cmake: remove fixed -g
cb2e04f6 : ss: compiler may complain in release mode due to info
c75654c3 : sequencer: disable by default
90a12db7 : lws_ctx_t
90496da8 : cmake: bump minimum version
9bff4d84 : sspc: http map proxying fixes
4e9f433b : mqtt: fix extra byte on SUBSCRIBE
c8fc7a6f : ios: adapt to MSG_NOSIGNAL available in iOS SDK 12+
62e566b9 : client: move staged connect pieces into core-net
80388bf7 : sspc: extend RXPRE_CONNSTATE to handle 8 or 32-bit states
21546e51 : h2: mark :protocol as an h2 psuedoheader
49e92ba0 : http: add RFC7231 date and time helpers and retry-after handling
40f4ce9f : testapp: extpoll: add back missing EXTERNAL_POLL pieces
89112698 : cmake: remove dead code
aa149e49 : cmake: mingw: fix build with default options
471dbf52 : cmake: mingw: fix openssl linkage
9f104efc : docs: explain context and client lifecycle
33da902e : ss: policy: response code mapping
101b4742 : ss: rx metadata
d41bb160 : docs: force markdown to render correct path
aa539e60 : client: awaiting header is only a CCE for ws
3ef33627 : cmake: use -Wuninitialized only for GCC >= 4.4
1ce85e00 : smd: fix strict-aliasing warning on gcc 4.4
0ca76698 : lws_dir: do not compare enums using the preprocessor
76763139 : core-net: initialize some variables
1a8979b6 : mbedtls: use lws helper for PEM DER import
2badaef4 : unix plat: avoid strict aliasing complaint from a toolchain
92ed1916 : event-libs: update README.md in the main dir for plugin capable flow
b1a084e7 : ss: server: make sure failures after adopt invalidate ss copy of wsi
a7c9af5a : ss: server: dont allow client request_tx path even if disconnected
6a32db56 : libuv: fix pt derivation from ptpr in callbacks
5c7b5af9 : cmake: disable export visibility when building lws static
3be47253 : cmake: set version v4.1.99 for development
63e9699b : v4.1.0
936e1c71 : sspc: client: call CREATING on linkup to proxy
008b3551 : freertos: fixes for build on atmel xdk
ad7b17f4 : cmake: qnx adaptations
186b2ce7 : evlib-plugins: set MACOS_RPATH
86409e9f : evlib plugins: revert to building in if no LWS_WITH_SHARED
c3dee881 : static build: lwsws
4ae3ef51 : ss: improve callback return consistency
e3e177a7 : smp: add pt lock on client connect path
16e8fc20 : cmake: plugins: make sure about dl
095b7685 : smp: lws_mutex_refcount: add assert held helper
8235db77 : smp: additional vhost locks
b49a1460 : smp: unable to check for fd reuse since another thread can accept it
1e0da366 : sul: export schedule helpers as functions so easier to add pt lock
edb7d6ff : openssl: allow build with old glibc headers
0938607a : cmake: gcc: allow build with GCC < 4.4
1d05f429 : lws_plugins
f53db841 : coverity: plugins fixes
40f7b84f : ws-client-binance: mbedtls wolfssl: trust ca cert explicitly
c6c7ab2b : event libs: default to building as dynamically loaded plugins
d98101d1 : plugins: generalize and provide public api
3b9e4685 : ss: protect against reentry in lws_destroy
c54a35e1 : h2: allow empty SETTINGS
43311f32 : minimal-ws-client-binance
fa78129f : ws: LCCSCF_PRIORITIZE_READS
fe7fdef9 : clean: SSL_accept failure just needs info logging
8ca839df : Subject: plugins: lwsws will not iterate all plugin directories
72b245ea : h2: fix breakage with LWS_WITH_HTTP2=0
d735d96b : sspc: extend assert length check to explicit code
21a22d20 : test-apps: dont build extension support if LWS_WITHOUT_EXTENSIONS
28f4aae5 : listen: network filter: provide a struct with client info to the FILTER cb
62c32824 : cmake: fix things ignoring LWS_WITH_TLS
8584c973 : adopt: disable ssl flags if ssl not enabled
2330f690 : add braces around possibly preprocesssor removed helper
1ebe27e3 : cmake: mark all the subprojects as explicitly C
692f2690 : coverity: 62140: if newer mbedtls apis available use and check returns
c21467a8 : coverity: 50976: check fsync return for cert write
e2dcbdc8 : coverity: 49785: confirm initgroups worked
258ee188 : coverity: 37468: confirm gethostname worked
d69b91d2 : coverity: 62123: explicitly check things to guide coverity
944ef24e : coverity: 10600: make sure vhosts get off the pending destruction list if on it
a8315807 : coverity: 10417: move goto inside preprocessor conditional that needs it
7ff64b3c : coverity: 10117: help coverity understand simple_ptr cannot be NULL
a743a2b2 : coverity: 62207: we only need to compute the flag if LWS_WITH_SYS_ASYNC_DNS
a6b4bd8b : coverity: 62374: no need to init n
96792220 : coverity: 62147: setting retcode var is cruft
76ee92af : coverity: 62574: wsi mux close: dumb down iterator so no dead code
cc5fb485 : coverity: 21034: dont bother assigning shutdown api return
ad6dfd3d : coverity: 21071: no need to init accept_fd
7ded454d : coverity: 62570: back up assert with unconditional NULL check
84a8ada0 : coverity: 62181: remove needless wsi check
d5497d5f : coverity: 62535: another simple_ptr NULL check after confirmed by other means
520befb5 : coverity: 61708: privkey required for mbedtls
7b847f83 : coverity: 62212: coverity says its dead code
264c98c2 : coverity: 62494: check system blob supposed to be used in h1 at runtime
80ea8837 : coverity: 62550: back up assert with runtime NULL check
acf42bec : coverity: 62211: use lws_protocol_init retcode in context init
6b09e5f8 : coverity: 62313: static blob cant be null but coverity needs convincing
398a9e1b : coverity: 62134: protect debug-only statement with preprocessor conditional
598a82ca : coverity: 62512: remove unused assignment
5ef6c548 : coverity: 62488 62253: comment NOP left in for extensibility
260bd38d : coverity: 62319: coverity thinks we must always check blob size
d3d8b3a7 : coverity: 62370: reassure coverity static blob always exists
03ab5b52 : coverity: 62376: reassure coverity static blob always exists
80395f47 : coverity: 62431: reassure coverity static blob always exists
fc9a23ab : coverity: 62581: lwa auth: handle illegal blob index
1892af1c : coverity: 40529: add needless check on NULL simple_ptr after confirmed it has nonzero length
630391e0 : coverity: 50320: show coverity protocol can always be found by name
b1281f1f : coverity: 50773: no need to set m any more when transitioning and exiting
cdbf86fe : coverity: 51248: convince coverity we have an ah attached before dereference during parse
b63c7f1e : coverity: 62131: check when logging role name for NULL
06005d14 : coverity: 62154: calculation needed if WITH_FILE_OPS
04860475 : coverity: 62584: init m only inside preprocessor conditional that needs it
60e2c652 : coverity: 62333; no need to init cce as set on all paths that use it
400355fd : coverity: 62458: coverity doesnt understand nonzero header length means simple_ptr cannot be NULL
9745c5cc : coverity: 62477: explicitly check wsi->protocol even though client creation sets it
192b76c8 : coverity: 62540: explicitly check for NULL even though cannot be
0f173e0b : coverity: 62622: remove unused line
52182da6 : sspc: protect wsi from NULL not cwsi
83912f40 : sspc: proxy: extend DESTROY_ME
c6e1352e : sspc: add translation helpers and comments about pss usage between client and proxy
80992b0e : sspc: client: audit all deserialize *pss references and confirmed checked for NULL
e8cbfea2 : lws_smd: take care about build with disabled
7692d920 : coverity: 244441: strerror broken on some platforms
491f0f60 : coverity: 324943: confirm get_random worked
aec2bdec : coverity: 324897: mqtt: check unsub var for NULL
795d2008 : coverity: 232068: hpack 6-bit index may be garbage
ecb8de33 : coverity: 232025: modulo with zero modulus
4a28bc8c : coverity: 231739: clear false positive by needless checks
df2f135c : coverity: 324692: mqtt: check for OOM in generate_id
908d259a : coverity: 305064: clear false positive by needless NULL check
146858fb : coverity: 231926: clear false positive by showing coverity what it wants to see
7c9ead21 : sspc-proxy-fragmented-dsh-must-use-fragmented-flags
44608abc : sspc: fix intree build for sspc examples and increase post example body
54f98aff : sspc: make it clear we can only get RPAR_STREAMTYPE in WAIT_INITIAL_TX state
d51e4438 : sspc: ss timeout check is onward still alive before setting
ee404d74 : uv: cmake: use find_ only if no commandline paths
98f63c6c : freertos: explicitly include semphr.h
dd3bae8c : ss: multipart without processing
fff9ca6e : sspc: client: restrict forwarded bulk data to 2048
8669f6bf : sspc: client: if not writing, make sure not to write
793ba842 : ss: http: synthesize CONNECTED for PUT as well as POST
03af613c : sspc: minimal examples: improve PROXY_API detection to work outside tree
629c8138 : sai: freebsd
4cd381f9 : cmake: tls: wolfssl
2edd83da : freebsd: sai build adaptations
e3b34d3e : Subject: Fixes to build on FreeBSD and Illumos
1f0cd18d : ss: server: check more carefully if built but not used on a wsi
77062d1c : openssl: windows: also link with crypt32 in case used by openssl
74c7060c : sspc: increase client packet size to 8192
0f218eeb : sspc: deal with huge metadata
15e6ac25 : sspc: make sure NUL on metadata name
6eb793bb : sspc: temp ignore txcr to support h1
a71cbe78 : sspc: http POST: synthesize CONNECTED to provoke client body write
d1d5cf29 : sspc: improve client async close flow
1b4bf38d : sspc: add request_tx length variant
3899a416 : sspc: segregate client and proxy states properly
a6a9f225 : sspc: LWSSSPC: track onward request status
9a7ce850 : h2: defend against no NUL possible in log
924bd780 : clean: reduce log verbosity in various places
3b6b0b78 : ss: policy: flag to allow respecting redirects
a424623d : docs: add README-debugging.md and provide example points for decrypted traffic handling
4f84fcb1 : cmake: windows: WIN32_HELPERS_PATH already ready for one-level-down CMakeLists.txt
140c1ede : eventfd: use eventfd_read to check existence since its what we use
ddcbb6fa : lws_interface_to_sa: confirm getifaddrs worked
5be8ff27 : ss-server-raw
7eb36102 : ss: server: h1, h2, ws basic support
007a5709 : lws_ss_change_handlers: allow dynamic handler change
648e25e9 : ss: ws: observe TEXT and BINARY from policy when sending SS ws
beacbbb3 : minimal-examples: http-server-dyn: Check if the first part of received url is our mountpoint
80ecbb75 : coverity: COV294450 and COV294451
625bade6 : ss: static policy: dynamic vhost instantiation
9e6cefcf : lws_netdev: fix rssi averaging
08bc9bf4 : ss: http: handle rx DESTROY_ME
195fe76f : cmake: document implications of LWS_WITH_DISTRO_RECOMMENDED
3310d228 : context: focus context init logging
1a93e734 : fakewsi: replace with smaller substructure
3e5cf1b3 : context: snip some things for PLAT_FREERTOS
da7ef046 : cgi: add spawn reap callback
6ae43ee0 : lws_wsi_close: add helper
fbadad7f : glibc: fixed GSources destroy with non-default main context
355be53f : cmake: Link with cap if it's found and used
dba03e40 : cmake: pkgconfig: typo fixed
30c68d02 : cmake: pkgconfig: make sure to list platform libs
6625b70f : ss: allow larger paths
a59035d8 : spawn: only apply deathsig on child
1c3b7a26 : cgi: also use explicit env setting for OSX
886e9326 : struct-lejp: handle no path match
30761e76 : sul: LWS_WITH_SUL_DEBUGGING
f63b10d7 : ss: auth: update LWA plugin to use state return enums
e936c5e8 : changelog: prepare for v4.1
006eeaa6 : ws: correctly handle ESTABLISHED rejecting connection
abf9a766 : esp32: ctest: increase timeout for linkup and test to 60s
f21226ca : mqtt: remove fcntl.h
677d79cc : ss: rideshare: fix length can be wrong
dfa94239 : coverity: missing malloc return check
6762c736 : remove: old esp32 helper pieces
599625be : remove: generic sessions
634a97ad : lws_jwt_token_sanity
08b9a31e : lws_json_simple: allow running into end
77530f8c : jwt: sign and create jws helper
5b3ea74b : jwt: validate jws helper
0bcfe883 : lws_http_cookie_get
cf41c3e7 : jws: compact representation helper must use dots
4a5f1d83 : ss: proxy: make sure state is always available in ssi
1ae6ce37 : lws_dll2: add helper for typed object name from owner list
6b3221ff : mbedtls: only free crt_parse when something came back
73424ae6 : ss: proxy: smd: use correct zombie vs message check
650a8781 : ss: client: clear timeout when connection acknowledged
6b639e6a : coverity: force amount to 0 before read call
4939b87e : lws_netdev: use lws_settings
ed528b59 : ss: client: add sspc_to_user_obj
e09430c4 : ss: smd: no need to log msg alloc rejection
c410956a : ss: event_helper handles destroy requests itself
1a756ca1 : ss-h1: close bound wsi when state handler requests ss destroy
2e196918 : sul: lws_sul_nonmonotonic_adjust
f9028736 : ss: add timeout
0f3b45bc : ss: h1: completed transaction needs to leave ss wsi intact for close
dfed5475 : glib: stop leaking idle and hrtimer source
b72ab32c : lws_netdev
65545d2d : lws-settings
63c1e8ba : esp32-wrover-kit
57bfaa9c : sai: disable opensslv3 check until after release
4bcc446b : docs: ss: document ss state flow
64aee81b : ss: reset retry count for explicit connection request
2ba3b7b7 : ss: rideshare fix for when h2 not available
0fb8504b : client: suppress CONNECTION_ERROR if still in client_connect_via_info
04c20d74 : ah: workaround for broken routers with no http header delimiter
84f8137f : ah-un_pos-cleanup-fix-other-path
a75a4760 : ah: use unk_pos to clean up unknown header starts even without CUSTOM_HEADERS
8eca7e17 : lws_smd: system message distribution
30f3606b : context: option to disable system state management
ceb4e531 : lws_button: classification
33f10033 : lws_pwm
366333ad : lejp: docs: clarify LEJPCB_VAL_STR_CHUNK
81bff78c : lejp: enable negative integers
43ba4e4e : libevent: enforce no event state duplication
c2609f6d : ss: http: if not retrying move to idle state
5a937fa8 : lws_json_simple_find and lws_nstrstr
d4a7c713 : lws_button and lws_led
34de22b6 : cmake: cleanups
a0535d01 : sai.json: reduce riscv qemu builds
6747ab83 : content_info: make members conditional
fdf8a5f9 : lws_mutex
b324f0e4 : cmake: provide LIBWEBSOCKETS_DEP_LIBS in CONFIG
c9f31bdc : ss-mqtt: additional strexp in MQTT policy elements
ac6edaf1 : lws_strexp: add ability to find output length without write
30e6c22e : openssl3: migrate genhmac to EVP
4948291b : multipart: quote boundary
15ce46d9 : drivers: initial generic gpio and i2c plus bitbang
ad5a4f70 : clean
280584ff : ipv6: support interface name for scope lookup
2a772776 : windows: for data exports use explicit extern
f0c1ea80 : mingw: fix for different sockfd type in udp example
5d514b35 : tls: add read client .pem or .der from memory #1941
e3df1eaa : sai: update to new tuple format
e9b3898c : spawn: retry when last stdwsi close may not be immediately followed by reapable process
425da070 : cmakelists: clean out pthreads and normalize libmount args
16cbbe2b : mingw: update cross toolchain and add 32 and 64 default builds to sai
c0294c3e : clean: use lws_intptr_t where needed
d84910da : sai: fedora riscv
080d1fc2 : lejp: add api test suite and support empty object
698eda63 : ss: formalize user cb retcodes
e4ab1834 : ss: allow NULL cbs
ca3380fd : deprecation: remove lws_dll1
286cf435 : sul: multiple timer domains
d5773c01 : openssl-v3: deal with deprecated SSL_CTX_load_verify_locations
f98e4a84 : sai: add f32 plus openssl-v3 combination
9f5bc01c : cpack: keep elaborated patch string but use just number in lws
8a765d78 : windows: fix VS cmake build error #1929
9bf1392b : ss: http: allow rideshare to gate EOM
2b21c2d6 : async-dns: callback should leave caller deletion to caller
f71b6035 : sai: switch to 64bit rpi4
9290053f : ss: Support content-length on PUT as well as PUSH
6d521474 : sai.json: gentoo
911898ad : windows: recent win10 support Unix Domain
c9c152ba : CMakeLists: add the option to disable Werror
b6e215ee : openssl: fix improper use of negative value
4ff9b4f9 : ss: add api test with ctest integration
10146575 : clean: turn down verbosity on some debugging printfs
90c7e789 : PEER_LIMITS: modernize to sa46 and add notification cb
4f3e012c : PEER_LIMITS: make sure to close socketfd on deny
ef787e57 : lws_struct: clean warning on windows
0b0482c1 : listen: handle denied FILTER_NETWORK_CONNECTION correctly
3d8b2f9d : docs: add bug report template md
b3131fdf : cmakelist: Augean Stables refactor
cabe0219 : esp32: shift to support latest esp-idf
b6641af8 : api-test: lws_struct-json: add worked example
c1aac63a : http: if no content length transaction completes at hangup
33f8e219 : tls: defer listing of pending tls wsi to be managed by tls read only
2c46d388 : client: reset: detach wsi from buflist pending owner on reset
d7ac7f4d : unix domain: fix path name length
280c8127 : ws: remove now unused ws_ping_pong_interval
2d7be680 : android: modernize toolchain file and add build README
71f2333e : ios: import toolchain file
56233808 : libev: fix destroy path and example typo
b3576e72 : ss: make sure to use LWS_WRITE_HTTP_FINAL with SS EOM flag
ee3b4a4b : mqtt: avoid LRS_H1C_ISSUE_HANDSHAKE
71f6f9a1 : win: deal with FD_CONNECT better
36ec353d : client: allow setting overall connect timeout from vh init
c97b6827 : connect: enforce timeout for connect async wait
e4a9307b : lejp: support outer element is array
9f1d0193 : CTest: migrate and deprecate existing selftest scripts
af26f0c7 : lejp: correct return temp type to int
bebd3f71 : h2: add prior knowledge support
c3a8387a : ss: support no tls in policy
43b83c33 : client: allow setting keep warm time
641831b3 : context: if linux and fd_limit_per_thread set try to configure by setrlimit
f1f27562 : ss: auth: lwa reacquire
401d6951 : h2: client: do not apply host header if h2 negotiated by alpn
54e63cf7 : ss auth: dont attempt auth if necessary blob unavailable
2cc0a7f6 : ss: handle rx and tx return values properly
3d995cf7 : fds: add sanity checks
2d3e62b1 : h2: client sid: must be allocated at header send
cced1282 : lws_dir: add rm -rf and glob filter callbacks
cb0ea63e : Refresh of ctest-migrate-and-deprecate
71e4b411 : strexp: reset out offset each time
fa7c8695 : lws_struct: blob
a9275d8d : BoringSSL: provide X509_VERYFY_PARAM_Set1_host length
abf3875d : mqtt: some toolchains object to typedef
79ef48e3 : cmake: remove unicode quote from lws_config_private template
f2d5d427 : client: change default connect timeout to 30s
96602451 : linkit-force-mbedtls-options
2d5662a4 : CMake: no pthreads in LWS_PLAT_FREERTOS
c95706a1 : ntpclient: add plat-specific init with env var LWS_NTP_SERVER able to set it on unix and windows
ee40b52c : dhcpclient: Fix unused-variable error in release
99e778ac : http: add cmake option for header reduction defeat
e72fe1bc : unix: try to work around externally closed fds
974b65a2 : iOS: detect and avoid net/route.h
d9f793ae : logs: allow giving log bitfields from cmake to force build or exclusion
beb49292 : client: fix bad state after early tls connection
aa0e94ca : CMake: Silence CMP0048 warnings
c4244265 : test-server: bump generated selsigned cert to 2048 bits
90aa78f0 : docs: add notes on cmake
40803b3e : lws_struct: sqlite open option for create or not
a57e62d5 : ctest: fixes-and-changes
7399f829 : spawn: CLOEXEC the wsi fds earlier
dacae3a9 : osx: do not connect udp
ef294c97 : ntpclient: make retries less sparse
8299bd41 : windows: async dns find DNS server using modern api
a8ad5068 : windows: fix service for udp and pending tls delays
e3c6d9d6 : context creation: remove chance to create vhost twice
e4c59e3a : osx: mbedtls: SYSCALL and errno 35 is WANT_READ
6e4eac2b : http: client multipart: caulate remaining length correctly
d5cb0c6a : async-dns: cope with larger resolv.conf
886a5889 : lws_dir: XFS does not report directories via dirent
d339505f : h2: cmake: build with NO_SERVER
a8eebc47 : smp: helgrind and sai lock fixes
eca75ee1 : http: pipelining: fixes from xenial sai
63c8a237 : lws_spawn: windows
eb5a41ee : eventfd: restrict test to linux
2d5a7d14 : alloc.c: add license header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
e3d780da : gencrypto: windows: warnings
acc3e9ba : lws_struct: sqlite3: avoid chown for windows
478ee963 : async dns: test app: dont use exp as ambiguous
ff53a89d : windows: async dns: fix typo
83c5bdc9 : windows: msvc toolchain warnings to errors
d7294a71 : windows: import tronkko's dirent.h
d3308df4 : windows: pthreads
954fcf2b : windows: clean LWS_WITH_MINIMAL_EXAMPLES warnings
1a8833dc : windows: ipv6 compile fix
2d55e189 : ss: windows build adaptations
33c9a6da : vhost: Fix unused var warning with some SOCKS5
66d1f348 : ss: avs test: disable rate limiting
5e99b9f3 : h2: take care to retain initial sid
8385cb42 : sai.json
370ba6f5 : lws_struct: handle empty char array serialization
fb3fd499 : threadpool: allow multiple threadpool tasks to bind to same wsi
4caeb56b : vfork
39b05e7d : mbedtls: remove mbedtls_x509_crt_info reference
a0a1c9c6 : linkit: set cross base to use opt
d9f249f3 : ss-document-support-for-unix-domain
e26f83bd : ss: add support for raw-skt protocol
ee9ab7c1 : fanalyzer: workarounds and fixes
e0383324 : gcc: support -fanalyzer static analysis
be32d055 : mbedtls: attempt to remove dependency on net_sockets.c
2f6e0ed1 : h1: handle LRS_FLUSHING_BEFORE_CLOSE at ops read
4cc7f4ed : ss: add static policy as a build option
e783a6ca : minimal: rediscover event loop lib paths
9b637c17 : glib: osx: brew symlink workaround
c261f5a9 : spawn: on OSX only waitpid can get return code
64405219 : http server: Using default filename also for subdirectories.
f684daef : glibc: support older versions
2a7a92f4 : mbedtls: support old 2.2-era version from xenial
47ea968e : jws: lws_gencrypto_jws_alg_to_definition needs sentinel
6d5ebd23 : threadpool: lack of task when getting status should be taken as FINISHED
54029c48 : lws_struct: sqlite: order defaults to _lws_idx but may be overridden
5c657e08 : wolfssl: build fixes
44fa7e39 : lws_dir: uv: clean up temp loop on fail
93d6ab92 : ss: reduce logging of unknown streamtypes
11837db0 : mbedtls: support older versions without net_sockets.h
b95ff02f : example: convert ws ping example to use validity
c6165f86 : lws_spawn: get result to temp si
ed837acd : lws_set_wsi_user: allow setting to override existing internal allocation
af207215 : threadpool: enable to use secure streams as well as direct wsi
99e6aff5 : ss: use system trust store if none given in policy
f843668d : ss: add lws_ss_to_user_object
2cd8f599 : ss: allow url style endpoint addresses
8adcdbb1 : lws_spa: avoid reading past table
65a3d40d : ss: support metadata string expansion in endpoint string
14027781 : lws_struct: conditional prototypes make trouble with visibility
704eaa5e : ss: allow streamtype policy overlays
a60cb84c : captive portal
fdb9b7fd : event libs: context_destroy sequencing
0648a83c : event libs: h1 pipelining needs to manage event lib additional data during handover too
84b9b2c6 : glib: accidentally fixed unsupported signal watcher for glib
5b9fe018 : build: release mode compile fixes
b6824c88 : http: allow receiving body in case ws upgrade failed
eaab6e28 : client: unify post tls accept handling
7044434d : version: bump master to 4.0.99
f6215f64 : README: update changlog link and include content
61cd344c : minilex: fix ROLE_WS=0 case

+- Project: platform/external/libxkbcommon

a36f08b : Uprev libxkbcommon to 1.4.0.
2ab4563 : Move comment to license_note

+- Project: platform/external/libxml2

6f0d66bb : Add license_note
ecdab2a6 : Upgrade libxml2 to c41bc10da31a4a4e5416270110b6d1b79606cad1
89c4954b : Refactor genrules to explicitly list inputs
0e0d7832 : Update cpe for vulnerability scanners
60f5c169 : Upgrade libxml2 to dea91c97debeac7c1aaf9c19f79029809e23a353
e683dd1a : libxml2: Allow uwb apex to include libxml2
cee50412 : Removing odrefresh from libxml2 apex_available section

+- Project: platform/external/libyuv

7f039ec : Update CMake min version so that CMake 3.22.1 doesn't log a warning
1e1fb3d : Always use Neon.

+- Project: platform/external/llvm

70de85d1a47 : Build darwin_arm64 from source
4b9df78dbad : Add support for building llvm-rs-cc and bcc against musl

+- Project: platform/external/lottie

0be80335 : Update lottie to use sdk version 31
7d2aac47 : Update lottie to use sdk version 31
8b2e94e4 : Update lottie to use sdk version 31

+- Project: platform/external/ltp

7e0021209 : lib/tst_test: setup TCID earlier in do_setup()
fe8e31002 : Revert "ltp: statx07 quote tmpdir in sh command"
73ffa1a84 : ltp: pty05 disable test
e5e54bedf : fzsync: break inf loop with flag vs pthread_cancel
6a86afa59 : OWNERS: add edliaw@, remove trong@
60e5cf895 : ltp: fcntl38 disable test
887768b3e : ltp: statx07 quote tmpdir in sh command
878df0547 : Move comment to license_note
983e0c8c1 : Add support for qvm hypervisor
b4c08af0b : Android fsstress target
91ea976b8 : Track addition of preadv2/pwritev2 to bionic.
d4279fe6d : memcg/control: Fix dropped messages from fifo to avoid leaving mem_process running
3c651fb2c : Revert "Add -fPIC to work around a link error after compiler update."
9292c22a1 : Add -fPIC to work around a link error after compiler update.
328302a8e : Add Steve to OWNERS
72b43cf89 : UPSTREAM: getrlimit/getrlimit03: fix deprecated __NR_getrlimit for arm
33b851a11 : Upgrade to LTP 20210524
0017866ab : android/tools: Count added/removed tests
d19fa5630 : android/tools: Update disabled tests
7f21cdb2f : ANDROID: update config.h with missing definitions
411ee2d68 : Fix lapi structs dependency test
767699359 : Fix semun struct dependency check
9b6675a12 : android/tools: Silence shift-count-overflow for BPF test
1c7e65837 : Fix timex dependency checking
ae7f46478 : ANDROID: add missing errno include
7b96910f0 : ANDROID: Fix __kernel_timespec definitions for Android
bb496d9e7 : Split clone_args and clone3 checks
531c79989 : Expand openat2 and open_how config check
70708f821 : Define mqd_t for Android
23019e29f : ANDROID: Update release merge how-to
0172cf123 : ANDROID: compare_ltp_projects: clearer argument names
179d1f7b1 : android/tools: Dump dir for make output
6de54e1da : android/tools: Keep the gen.bp elements sorted
467b65236 : android/tools: Parse library paths, but keep them unused
7b0961b3d : android/tools: Update make_install parser with new syntax
1049e2fbd : android/tools: make V=1
e7265bfab : android/tools: Increase make command verbosity
f9dd3db2b : android/tools: Add verbosity to gen_android_build.sh
2f312fcc7 : android/tools: Fix wrong os.path import
48d552c93 : android/tools: Switch to python3 syntax
82f272b53 : android/tools: Upgrade to Ubuntu 20.04
24874f2a9 : android/tools: Add pkgconfig to Dockerfile
9e98783c4 : ANDROID: Fix struct timestamp name conflict
0fb171f2b : LTP 20210524
9dcbf4e96 : mtest06/mmap1: Further limit distant mmap size
6626dc8fd : doc: Add supported distros (kernel, libc, toolchain)
bf61f103b : tst_test: discard the stderr output
55f1c751f : API/cgroups: Fix whitespace
43884a00b : syscalls/unshare02: Fix failures on Debian
06ec92848 : device-drivers/pci: Fix pci_scan_slot()
5fea0638a : lapi: Add missing IFA_FLAGS
d1af996a0 : travis: Enhance docparse testing
3cfd5c680 : build.sh: Support passing extra configure options
825e10a91 : Skip tmpfs in all-filesystem shell tests
75d61ef4a : testinfo.pl: Fix array sort on old perl
24b40ed2a : netns_helper.sh: Replace ip version check with feature testing
9257cd788 : ANDROID: Add balsini@ to OWNERS file
0113cf670 : syscalls: Fix typo
66c401a0b : runtest/syscalls: temporarily disable mallinfo01
15d0ec59f : mkfs: force block size to 1024 for ext3 and ext4
586e670c9 : API: Give user hint when checkpoints were not initialised
c0b511d93 : Revert "docparse: Fix heading levels"
11b1fea9d : netns_netlink: Rewrite into new API
45affb656 : Fix spelling errors: exitting, normaly
236870de3 : syscalls: Fix incorrect use of TERRNO/TTERRNO
58e3fc24f : syscalls: Use SPDX in Makefile, docparse
04a7608fe : docparse: Fix heading levels
824e34034 : docparse: Sort alphabetically tags in table
0f7df28bd : docparse: Make tags in table clickable
fb1d63559 : docparse: Filter .tags by key
196f2815f : docparse: Move CVE and git link into Info column
a7a700578 : ima_keys.sh: Check policy only once
bc2151a65 : lib: Add helper functions for managing network interfaces
f8a920512 : lib: Add rtnetlink helper library
30c68d859 : lib: Add SAFE_IOCTL() variant for library code
e49e89f6a : lib: Add SAFE_RECV() helper function to LTP library
3fce7ca50 : lib: Add SAFE_REALLOC() helper function to LTP library
16d4d668b : ltp_block_dev.c: Fix includes for v5.12
b003e0f08 : syscalls/bind03: Bugfix for running with option "-i"
8d43d3620 : df01.sh: Print df parameters on error
f3ba3e98e : lib: reset SIGTERM to original disposition if timeout occured
40dc43319 : lib: ignore SIGINT in _tst_kill_test
a30410f6a : shell: Prevent orphan timeout sleep processes
5a3dabd86 : shell: Extend timeout tests
1f69744ff : controllers/cpuset: Restore cpuset.sched_load_balance
e4b703531 : syscall: remove PROT_WRITE|PROT_EXEC from brk02
c8ff05514 : openposix: Add '\n' at the end of printf
90357532c : unlinkat01: Convert to the new API
73e4b2920 : syscalls/mlockall03: Bugfix for running with option "-i"
f594363aa : syscalls/inotify06: Raise inotify instance limit in /proc
ccc00ec78 : bpf: Fix missing SO_ATTACH_BPF definition
60e07ea4c : syscalls/chown: Delete unused macro definition
121ed3d8a : docparse: Handle special characters in JSON
8f260c5a2 : bpf_prog05: Use 64bit wide integer constant on m32
e288cf7e6 : splice02: Remove unused flag .needs_checkpoints
c0ff22895 : syscalls: modify_ldt02: Fix failure
4ba5238c4 : madvise06: Convert to new CGroups API
3f93e996c : mem: Convert tests to new CGroups API
0815bfc67 : docs: Update CGroups API
e80f35827 : Add new CGroups API library tests
310da3784 : Add new CGroups APIs
faf854902 : API: Make tst_count_scanf_conversions public
ad4e366ab : API: Add safe openat, printfat, readat and unlinkat
b16ffd0d8 : syscalls/inotify06: Terminate child process on test error
1a293e9f6 : dhcp: TCONF for wicked on IPv6
fad5cecb2 : openposix/mlock_8-1, munlock_10-1: document the introduced patch
c39b29f0a : bpf: Check truncation on 32bit div/mod by zero
7258e89b6 : bpf: Add helper to run socket programs
fab00f23c : bpf: Add map_array helper functions/macro and constify
4059c2b2e : lapi/bpf: Add /= and %=
823471134 : mtest05/mmstress: fix writes operation logic
8046928a2 : syscalls/chown: Rewrite chown/chown05.c with the new api
7575acec8 : syscalls/chown: Rewrite chown/chown02.c with the new api
52510deb2 : realtime: Fix parse-testpi2.py indentation
6396c62d4 : docparse: Improve error message wording
569d8ce65 : syscalls/writev: Replace TINFO with TPASS or TFAIL
f5e8e6b11 : syscalls/modify_ldt: Replace TINFO with TPASS or TFAIL
a4608b053 : syscalls/getpgid01: Replace TINFO with TPASS or TFAIL
d78401b5d : proc01: Close the opened file
051ee0ae4 : sit01.sh: Replace tst_res with tst_brk
59657d245 : lsmod01.sh: Replace tst_res with ROD
8894ce4fe : syscalls/chown03.c: Remove the redundant pass information
4483d01d8 : io_uring02: Add kernel commits tags
0475503fc : travis: Cleanup podman
e1e6bd5a2 : chdir01: Detect unsupported symlink on FUSE exfat
22e3d2bc8 : syscalls/tkill: Convert tkill02 to the new API
c1e4c2ba0 : syscalls/tkill: Convert tkill01 to the new API
ecd667899 : syscalls/close: Delete close08 and convert close01 to the new API
b71b1a494 : reboot: add unsinged declaration
cf648a867 : syscalls/reboot: Update to new API
b363ae1fe : travis: Fix Fedora
f5301cd20 : runtest/mm: Remove useless mem03
5f2164cf9 : openposix/conformance/interfaces: Correct typos
06551029c : openposix: Correct TEST values
33825e731 : sync_file_range02: Skip NTFS
8773308f5 : syscalls/io_getevents: Convert io_getevents01 to the new API
8abf09062 : syscalls/io_cancel: Convert io_cancel01 to the new API
6df580da0 : syscalls/close: Convert close02 to the new API
1c858a058 : lapi/mips: Fix the 64-bit macro definition
7cdcf72ee : name_to_handle_at: Reset fd before name_to_handle_at()
d44387457 : mkfs: relax size check
9ccb24e72 : df01.sh: Fix DF_FS_TYPE assignment on bind mount
cba8a25b6 : commands: Add shell pipe test
b1a656559 : splice02: Generate input in C
7d8973574 : network/virt: new UDP encapsulation tests (FOU and GUE)
52c5d5b60 : lib/tst_test.sh: add TST_IPV6_FLAG ('-6')
182537867 : syscalls/open05: Move cleanup() to the end of test
f76761464 : syscalls/getdents01: Fix dirp handling
7b81e20b8 : syscalls/getdents01: Add close() and open() at the end of run()
4103a293a : syscalls/sendfile: Convert sendfile07 to the new API
04a44af24 : syscalls/sendfile: Convert sendfile03 to the new API
b373e4fd1 : tst_check_driver.sh: Fix running on dash
5b0b0184b : pec: Fix multiple event test
bce493765 : syscalls/getppid02: Convert to the new API
87f111b82 : syscalls/getppid01: Convert to the new API
27f5c1b06 : syscalls/sendfile: Convert sendfile05 to the new API
ff6c8bb07 : syscalls/sendfile04: Fix setup()
b2d3d0a2f : syscalls/sendfile: Convert sendfile04 to the new API
b83db0bbd : syscalls/bind01: Close/recreate inet_socket after calling bind() successed
bd6a1ba1a : syscalls/getgid: Update to new API
721720f9d : syscalls/setgid: Update to new API
983cbdbee : syscalls/chown: Rewrite chown/chown03.c with the new api
6797f2311 : syscalls/memmap: Update to new api and move to syscalls/mmap
bafe8b991 : syscalls/wait02.c: Convert to new API
639b0f9c0 : syscalls/unshare01: Fix special doc commment
5219c17f1 : syscalls/unshare: Convert unshare02 to the new API
c4742ee0d : mkfs: print more info for debugging
ad29bdbbf : zram01.sh: Skip tmpfs
e7302676f : tst_test.sh: Use 'command -v' instead of 'which'
484c2f26e : syscalls/unshare: convert unshare01 to the new API
0dc275f5a : syscalls/{wait401.c, waitpid01.c}: Take use of TST_EXP_PID_SILENT()
bea335a21 : include/tst_test_macros.h: Add TST_EXP_PID and TST_EXP_PID_SILENT macros
c0608e8fd : syscalls/semctl01: Convert into new api
bcddc9ca5 : tst_safe_sysv_ipc.c: Fix wrong ret_check
f68e31bc2 : tst_safe_sysv_ipc.c: Add SAFE_SEMOP macro
c3f6eb4c3 : lib/tst_test.sh: Add statistics info TST_BROK
13f45ec81 : syscalls/wait01.c: Convert to new API
ef283f8d9 : commands/ld01: relax check for missing files
eab78611b : syscalls/chown: rewrite chown/chown01.c with the new api
5264a9c12 : lib/tst_test.c: Bugfix for heartbeat
7f3f71ca0 : read_all: limit per cpu nodes to first ten cpus
259c3bb78 : openposix: Correct typos
a8c8e76d9 : controllers/cpuset: correct type of variable c in checkopt
2e9e98d2a : isofs.sh: Cleanup
a530e5081 : isofs.sh: Fallback to genisoimage
12689a8dd : syscalls/p{read,write}v03: Skip test on tmpfs
a87e5ae78 : syscalls/*sync: Skip test on tmpfs
abd27cc5f : lib/tst_supported_fs_types.c: Add tmpfs to filesystem whitelist
4e762519b : doc: Update docs on filesystem detection
0141f93f2 : lib: Apply the skip_filesystems to rest of test as well
b7f32adc4 : lib: tst_fs_type change fs names to lowercase
068e94161 : lib: Add proper filesystem skiplist
3b37cee15 : fzsync: Check processor affinity
a77dddba9 : API: Add tst_ncpus_available
169925728 : fzsync: Move yield check out of loop and add yield to delay
d5e8b3b33 : fzsync: Add sched_yield for single core machine
a286fd2cb : fzsync: Correctly print positive lower delay range bound
72784728f : fzsync: Reset delay bias
746c10674 : fzsync: Add self tests
dc5c21a2f : syscalls/sched_rr_get_interval: Fix wrong TTERRNO usage
1b864ee0a : clock_gettime04: add linux-git commmit in tst_tag
7ce5bf9c6 : zram: Increase timeout according to used devices
9732d7522 : test: Adding timeout03.sh for testing _tst_kill_test()
25ad54dba : tst_test.sh: Run cleanup also after test timeout
082329cc8 : Makefile: Use M to build extern kernel module instead of SUBDIRS
3f51d71e8 : prot_hsymlinks: Clear umask before SAFE_MKDIR()
f6e5208ab : lapi/syscalls: Fix syscall numbers for MIPS
552d4f5c1 : openposix/mmap/1-4: correct a typo
f39e2982e : pec: Convert to the new API
34a5da47d : tst_safe_macros: Add SAFE_EXECVP()
155d17d21 : fallocate06: Add docparse formatting
920a45026 : fallocat06: Add git tag for Btrfs noCoW ENOSPC bug
82869dac0 : doc: Add Maintainer Patch Review Checklist
84d70c78b : doc: Document test tags
432609760 : crypto_user02: Minor formatting cleanup
7168fd58b : crypto_user02: Find a valid template
144e1711a : syscalls/bind0{3,6}: Use safe_macros
805ee9f30 : realtime/scripts: Fix indentation error in parser.py
bd29c0e81 : syscalls/ipc: Check that whether if kernel supports *_STAT_ANY
24c3171c9 : syscalls/chdir: Add umask before mkdir
e7df40109 : syscalls/setns: Replace libc functions with safe macros
306adc9be : syscalls/swapoff/swapoff02: Convert swapoff02 to the new API
2fb10db5e : syscalls/swapoff/swapoff01: Convert swapoff01 to the new API
152dbbcb0 : syscalls/swapon/swapon03: Convert swapon03 to the new API
94089afa2 : syscalls/swapon/swapon02: Convert swapon02 to the new API
23fa0e045 : syscalls/swapon/swapon01: Convert swapon01 to the new API
2b64c727f : libs/libltpswap: Add libs/libltpswap by using the new API
0f35fb968 : syscalls/shmctl: Using TERRNO to macth errno
f18694ccd : syscalls/clock_adjtime: remove useless code and cleanup
5398fefdd : brk02: to print errno if test fail
8710f2ffd : syscalls/capset: modify incorrect use of TTERRNO for capset/capset01.c
3e0e60074 : IMA/ima_keys.sh: Require evmctl 1.3.2
c09e0fc87 : IMA: Move check_evmctl to setup, add require_evmctl()
0666d49e9 : IMA: Allow only ima-buf template for key measurement
71bfa7726 : fanotify: Use docparse formatting
06a8f3bc8 : syscalls/fanotify: New test to validate unprivileged listener events
c33316fc5 : syscalls/fanotify: New test to validate unprivileged user permissions
91ec4e06e : syscalls/fanotify: New test for fanotify user limits
ddb56eb03 : syscalls/fanotify05: adjust test to tunable max_queued_events
1241cd237 : syscalls/fanotify05: Add a test case for unlimited queue
e1152d505 : syscalls/fanotify05: Verify getting a single overflow event
f9f5fb7c5 : syscalls/fanotify05: Verify events are received by queue order
1004c04f4 : syscalls/fanotify05: Fix test output when not getting overflow
a364788d4 : syscalls/swapoff/swapoff01: remove the check for BTRFS
160dcb050 : cleanup: Replace libc function with safe_macros
c0c9e4b6e : syscalls/swapon/swapon0{1..3}: Remove the check for BTRFS
3cc956fdd : syscalls/semctl09: Skip libc test if SEM_STAT_ANY not defined
fdea17aff : kernel/syscalls: Use SAFE_OPEN() instead of open()
b521ecebd : sched_getparam03.c: Fix docparse comment start/end
9d2bcf5da : include/tst_test_macros.h: Use TTERRNO for TST_EXP_FAIL() properly
2bf0b7581 : open_posix_testsuite: use PTS_ prefix instead of LTP_
b0c5b3b22 : cleanup: Unify the annotation style
cee1daa8f : pidns13: Drop redundant tst_reap_children()
55abcb246 : pidns13: Use getpid syscall directly instead of glibc wrapper
0313b6007 : open_posix: Remove hardcoded /tmp
77927dc36 : runtest/syscalls: Add missing testcases to runtest file
4944a63ed : IMA: Add test for SELinux measurement
36c695e49 : tst_security.sh: Add helper tst_update_selinux_state()
820bf8ffc : tst_security.sh: Add tst_get_selinux_dir()
b4c158877 : tst_security.sh: Rename function
7e4ac8c41 : open_posix: Add all logfiles to gitignore
73e2d8aa7 : syscalls/brk: Update file list for .gitignore
184000b17 : syscalls: Use TERRNO because we're not using the TEST() macro.
4aab31e4c : syscalls/quotactl: Skip tests if FS quota is not supported
ed1885e0e : Add FS quota availability check functions
b0c9d15d2 : syscalls/quotactl: Store addr string literals in buffer
d2374ae1b : mem/thp01: Add git and CVE tags
eb91cba00 : SPDX-License-Identifier: Remove redundancy lines
e913d4c2a : log style: Remove redundancy '\n'
f5a269142 : docparse: Unify Description and Algorithm titles
96e964f97 : docparse: Use C standard comment end
0ea0de781 : tst_test.sh: Introduce tst_set_timeout(timeout)
012fac904 : zram: Move test specific functions out of zram_lib.sh
befedf188 : zram: Add zram_compress_alg() to zram02.sh
2436f2498 : zram01.sh: Generate test setup variables in setup
7a40e2224 : zram: Calculate dev_num variable
9c678374e : syscalls/chdir04: Convert to the new API
c5bca14d2 : Fix grammar typo
789da799c : semctl09: Add glibc-git tag
47210cf1f : io_uring02: Add linux-stable-git tag
7f2ccb1ef : testinfo.pl: Update parsing more git trees
c2c9aa64e : lib: Add support for linux stable and glibc tags
ac140ed58 : syscalls/swapon/swapoff: Move common library to libs/
edf60cf6a : Makefile: Avoid wildcard determinism issues
f38172209 : open_posix_testsuite/generate-makefiles.sh: Avoid inconsistencies with make version
32d2e0db0 : lib/tst_test.c: Remove redundant needs_device
669adcfb5 : docparse/docparse.c: Add missing entries into struct implies
c0e27fb41 : docparse/docparse.c: Make docparse check implied flags recursively
a56eb049f : clock_gettime04: print more info to help debugging
f56b314c5 : max_map_count: Add judgment of abnormal situation
7d90c138a : travis: Fix parameters for docker
113d7967b : travis: Run pull rate limit workaround only for docker
dfadc9934 : setns01: Use TCONF instead of TINFO
47e1af27f : pidns13: Convert to new API and fix race condition
cfbfc41e1 : cmdlib: Fix exit value for TCONF
6bba07cef : syscalls/getpid01.c: Remove unneeded TTERRNO and status
fdf78cb9e : cmdlib: Update exists function to exit with TCONF
01fefa08c : open_posix_testsuite/generate-makefiles.sh: Fix determinism issue
45530792a : mk/lib.mk: Sort wildcard expansion for determinism
adbceae9a : fsstress: Indicate one of sync_f's arguments is unused
94991ea01 : fsstress: Indicate sg_handler's argument is unused
d61a06ed5 : syscalls/getpid02: Also check the fork() retval
d45ba323c : brk02: Add test for removing more than one VMA
6563f1733 : travis: Reenable openSUSE Tumbleweed
8e08ce80c : Reduce writev03 fuzzy_sync timeout
de9601c6b : De-duplication: Remove requirement of needs_tmpdir
37195b6d0 : memcg/stat_test: Use more memory for tests
4a7a3d470 : syscalls/getpid02: Convert to new API
d84ff9bb5 : syscalls/getpid01: Convert to new API
ea934397c : syscalls/timer_settime03.c: Add kconfig requirement of CONFIG_HIGH_RES_TIMERS=y
1b53999fd : swapping01: check memory swap usage per process
9be708654 : lib: add SAFE_READ_PROC_STATUS macro
7751ab9a0 : Add test for possible writev() issues with NULL buffer in iovec
a2b3c45c1 : tst_security: Rename function
480511824 : syscalls/mallinfo02: Add a basic test to check use mmap or sbrk
eff7d4673 : syscalls/mallopt01: Use unified print_mallinfo api
7eb7a97a1 : syscalls/mallinfo01: Add a basic test for mallinfo
2237ad649 : io_uring: Add missing .gitignore entry
fc74ab711 : open_posix_testsuite: correct fork11-1 report log
01c54d554 : memcg_stat_test.sh: Add missing dot in cd command
c2b894415 : openposix/fork/11-1.c: Clean up temporary file
cbfad3ba0 : cve-2015-3290: Add -fomit-frame-pointer
3fda26a0d : configure: Fix pkg.m4 detection
6e17e2ba1 : configure: Improve error message on missing pkg-config
a7122754e : lib/tst_mkfs: bugfix for lib/tst_mkfs.c
c3e636a12 : ttype: using TTERRNO to macth errno
e9f40935c : ttype: using TERRNO to macth errno
e3dd5d2a9 : syscalls/io_uring02: Use IOSQE_ASYNC when available
47e5bab43 : lapi/io_uring.h: Define constants that may be missing
fbd46736d : travis: Temporarily remove openSUSE Tumbleweed
b1f6e92be : Fix issue when running fcntl31 and fcntl31_64 over SSH as session leader
c078a0703 : include/lapi: Change functions to static inline
4f709350c : close_range02: Add simpler test and Check invalid params
3e3c0d742 : close_range01: Drop CAP_SYS_ADMIN
67885e3bc : memcg/functional: Convert to newlib
bc05c8f4a : lockdown: Move path definition to C source
cccb701ce : net/multicast: Use SPDX-License-Identifier
77b7e5b45 : net/multicast: Remove duplicity
eafb4cbac : net/multicast: Move API variables from setup to tests
7d6bc77c5 : net/multicast: Create setup functions in mcast-lib.sh
260f87150 : keyctl05: TCONF on FIPS mode
e21e6f62f : lib: Add function to detect FIPS mode
83d09a4ca : mq_timedreceive_5-3: Initialize maxmsg properly
fd0914ec8 : mq_timedreceive_5-3: Fix test for timestamp after INT32_MAX
3d6eead88 : mq_timedreceive/5-3: Prevent override of errno
f87846b9b : syscalls/close_range: Add test
585425f82 : API: Add tst_clone
d00745f2c : API: Fix clone.h
7e6198e28 : API: Add SAFE_DUP2
6c68f3c27 : API: Add close_range syscall wrapper
5f889be3f : if-mtu-change.sh: Lower default CHANGE_INTERVAL for netns
6cc4388e1 : tst_net.sh: Add API function to check netns use
2a4246666 : lib/tst_net.sh: calc median instead of mean in tst_netload()
07a85f164 : lib: add tst_get_median helper binary for use in script tests
66266a951 : lib/tst_net.sh: print all netstress results in tst_netload()
c4f669f13 : Add test for CVE 2020-29373
41043fbc1 : Add CAP_SYS_CHROOT to lapi/capability.h
3f2ff5431 : Add safe functions for io_uring to LTP library
fe9e95130 : Prevent linker issues in lapi/io_uring.h
757cbdb72 : quota_remount_test01: update to new API
e87631293 : sctp/func_test: add check on the sctp driver
0592901cf : ttype: using TERRNO to macth errno
1cdf8ce8b : can: Fix docparser formatting
6060ba522 : can: Update contact details
4162fb040 : can: Remove obsolete test wrapper script
042f4fbb7 : can_recv_own_msgs: Convert to new library
7e7804118 : can_filter: Convert to new library
091de4671 : can: Add COPYING with dual license text
91f98c77a : can: Add can_common.h for vcan device setup
80284e065 : API: Add FILE_SCANF to new lib
44fb8c4fe : syscalls/sched_getparam03: Convert to new API and cleanup
26fdb780e : syscalls/sched_getparam{01, 02}: Convert to new API and cleanup
79629d741 : zram: Require root
507a9735d : testinfo.pl: Optimize imports
372de265f : lib: Add test for tst_check_driver()
107aad1fc : syscalls/time{01, 02}: Convert to new API and merge them
dcefd807f : syscalls/ipc: semctl07: Convert to new API and cleanup
45ed95f38 : syscalls/times01: Convert to new API
e01a47847 : syscalls/ipc: semctl05: Convert to new API and cleanup
d711dd519 : syscalls/ipc: semctl04: Convert to new API and cleanup
daf7f601a : syscalls/ipc: semctl03: Convert to new API and cleanup
411d29b8b : syscalls/ipc: semctl02: Convert to new API and cleanup
c3023c255 : fcntl_common.h: Add include guards
bc7cc341a : epoll: Fix typo failiure -> failure
b28700790 : runtest/fs_readonly: Fix regression on test_robind54
3ad5de5f4 : syscalls/msync: Assgin value for page_sz
3833d44a2 : semctl09: Fix EPERM warning in cleanup()
4df2c0a84 : mallopt01: Rewrite to new API
60f4b0119 : syscalls/msync01: Remove useless getpagesize() check
30932736c : device-drivers/rtc: add verify rtc set time case
3c7ec9462 : lib: implement rtc_clock_save and rtc_clock_restore function
8254fb3fa : lib: add tst_rtctime* for rtc test
d6eb54f0f : syscalls: Fix compiler warnings for comparison of different signedness
eb9908ab3 : syscalls/get_mempolicy01: Rewrite to new API
7d6c1363b : tst_net.sh: Require veth for netns (again)
a6bdd7c0a : zram: Fix module detection on BusyBox
8f7013ba6 : tst_check_driver(): Fix kernel module detection on BusyBox
03efe9124 : syscalls: Take use of TST_EXP_PASS_SILENT
4fe6a63d1 : syscalls/open01.c: Take use of TST_EXP_FD_SILENT
ddf777dd8 : include/tst_test_macros.h: Add TST_EXP_{PASS, FD}_SILENT macros
5cafd7703 : swapping01: make test more robust
a913439b3 : kernel/syscalls/memfd_create: fix case2's tst_res argument
a42dfd86e : travis: Test NUMA also on Fedora
baa98433d : network/stress/route-change: Convert to new API
ef227aca9 : network/stress/multicast/query-flood: Convert to new API
6d6b9d98b : network/stress/multicast/packet-flood: Convert to new API
f2bfd9961 : fs/lftest: Convert to new library
f52839ba2 : openposix/mlock_8-1,munlock_10-1: document known aarch64 issue
4d005621e : LTP 20210121
2faab87c5 : configure.ac: More descriptive NUMA error message
60cb759e4 : tst_pollute_memory(): Set minimal safety margin to 64MB
95720230e : swapping01: fix parameter truncation in abs
7fe2ad11d : Revert "tst_net.sh: Require veth for netns"
c698801a8 : cpio: Fix -o compatibility detection
b12b19a7e : cpuset_inherit: Remove redundant cpu_string assignment
06682fb53 : cpuset: skip test when cpu or nodes are not numbered continuously from 0
e22404281 : Reduce ksm06 memory footprint
5d64780e8 : fs/proc01: Whitelist attr and task files for apparmor and smack
99d2dbe6c : travis: Temporary workaround for pull rate limit
d25abe0a5 : include/tst_timer.h: Fix overflows
76985d2f8 : semctl09: Fix heap smash
251830d5a : syscalls/iopl02, ioperm02: Skip when kernel is locked down
68eb3e89b : Add tst_secureboot_enabled() helper function
ee50c28a6 : Add tst_kconfig_get() helper function
de1df94ab : syscalls: epoll_pwait01: Work around a race
d6914c252 : syscalls: Remove unused include <fcntl.h>
9e2998058 : fanotify: Fix build on undefined struct file_handle
86cf81170 : lapi: Move struct file_handle into lapi/fcntl.h
203ee275c : Fix struct __kernel_old_timeval redefinition on 64bit sparc
7acebec6a : syscalls/ioctl_loop05.c: skip test on overlay filesystem
e5964d69e : runltp: Generate HTML output file in read-only fs
426264220 : build.sh: support compiler with path prefix
1dee7406b : build.sh: Remove deprecated CROSS_COMPILE
cc4780193 : syscalls/finit_module: Check for module existence
bd5ebb4cd : syscalls: finit_module: Add tests
1aac51f07 : tst_test.sh: Exit when setup declared but not defined
88cbae038 : tst_test.sh: Warn on missing cleanup function
5c36ae3e3 : tst_test.sh: Call cleanup function only after test start
84d1927ec : getdents02: Unify punctuation in doc
55bfe1d96 : syscalls/open01.c: Don't continue when open() failed
e0dfe23ce : syscalls/move_pages12: Add one more kernel git hash
8d693e950 : syscalls/abort: Remove second space before description text
0758cde66 : docparse/docparse: Eat only first whitespace for comment block
a3804bc3d : doc_parse/data_storage: Bump the array max size
d89607709 : docparse/docparse: Warn on truncated docstring
ee8c93c07 : lsmod01.sh: Fix failure when CONFIG_MODULE_UNLOAD is not set
304cb3372 : df01.sh: Fix failure when block size < 1024
5910bdb65 : cpio_tests.sh: Skip test on unsupported -o flag
dd7004bed : cpio_tests.sh: Fix failure with BusyBox cpio
333e63291 : unzip01.sh: Fix failure with BusyBox unzip
4479098cd : netns_helper.sh: Minor style cleanup
cc82df62b : containers/netns: update netns shell test to new API
2d422edbf : if-mtu-change.sh: Add max packet size detection for IPv4
35cb4055d : syscalls/init_module: Print test's name in messages
05eae8486 : lsmod: add gitignore files
735bb2ef5 : insmod:add gitignore files
9b73f0bfd : init_module: add gitignore file
9a31195e3 : delete_module: add gitignore file
a73ce2bd6 : lib/tst_safe_sysv_ipc.c: add other cmds in ret_check
402185417 : mtest06/mmap1: Limit distant mmap size
2190bfb43 : lapi/sem.h: Adjust "sys/sem.h" position
2a3e43abe : syscalls/ipc: semctl09: add a test for SEM_STAT_ANY
70debea05 : Add SAFE_SEMCTL() and SAFE_SEMGET() macro
14eec45bf : lapi/sem.h: Add SEM_STAT_ANY
305a78e4c : tst_net.sh: Require veth for netns
8545a440f : af_alg07: Add linux-git reference to more general fix
5c1bd7125 : ltp-pan: Use long long int to print time_t
a8b89e6fc : net/multicast: Add .sh extension for grp-operation
b7ca00a6f : ipsec_lib: make tst_net_run "tst_check_driver" quiet
734d63146 : ima_tpm.sh: Fix tst_check_cmds error handling
c5745a306 : syscalls/inotify10: Test two inotify groups with parent and child watches
a68c9b374 : syscalls/inotify10: Add test cases with two groups
2a5e1d473 : syscalls/inotify10: Generalize for more test cases
7fd7c9feb : ima_tpm.sh: Fix calculating PCR aggregate for TPM 2.0
0f86f185a : ima_tpm.sh: Fix calculating boot aggregate
34adf5b6c : IMA: Rewrite ima_boot_aggregate.c to new API
ef1de0c8e : IMA: Move get_algorithm_digest(), set_digest_index() to ima_setup.sh
152f81a4a : fastopen: add require to sch_netem driver
4bc14b36a : perf_event_open: Replace \t with spaces
327cff770 : docparse/parse.sh: Fix running with relative path
a7e7a90e3 : docparse/parse.sh: Fix parsing on dash
a51c6bc76 : syscalls: init_module: Add tests
f96fa453a : tst_module: Add separate declarations of helpers for new tests framework
d97cf8ca8 : module.mk: Remove built-in.a files as well during make clean
97996384b : syscalls/migrate_pages02: Use anonymous .save_restore
7f9a15618 : syscalls/madvise08: Use anonymous .save_restore
5edc810f1 : syscalls/add_key05: Use anonymous .save_restore
397408840 : kernel/read_all: Use anonymous .options
3de2923f4 : kernel/pt_test: Use anonymous .options
21f1ff2b3 : mem/overcommit_memory: Use anonymous .options
62dc6f097 : sctp_big_chunk: Use anonymous .options
1509adedc : net/route-change-netlink: Use anonymous .options
d0204d4c6 : net/netstress: Use anonymous .options
27c02059a : mem/mtest*: Use anonymous .options
02486c9de : mem/ksm*: Use anonymous .options and .save_restore
20aaf2623 : ima/ima_mmap: Use anonymous .options
bc2c30931 : mem/hugeshmget*: Use anonymous .options
e32f1efa3 : mem/hugeshmdt01: Use anonymous .options
3fe40ca7d : mem/hugemmap*: Use anonymous .options
d9c85e335 : mem/hugeshmctl*: Use anonymous .options
ea5f4f1b1 : mem/hugeshmat*: Use anonymous .options
a6fe16cbf : syscalls/tgkill01: Use anonymous .options
1af02e2c5 : syscalls/splice*: Use anonymous .options
674710b9f : syscalls/mq_notify01: Use anonymous .options
8f8f17933 : syscalls/request_key03: Use anonymous .options
f572a11ea : syscalls/readahead02: Use anonymous .options
0962c9a37 : syscalls/perf_event_open02: Use anonymous .options
97f782f22 : syscalls/ioctl07: Use anonymous .options
315c73150 : syscalls/fallocate04: Use anonymous .options
8ff109d82 : syscalls/gettimeofday02: Use anonymous .options
00671991f : syscalls/execve05: Use anonymous .options
dca56c567 : testinfo.pl: Fix .options formatting
22d455048 : Docparse: Escape | in table content
0442976bf : module.mk: Remove .mod files as well during make clean
5214f8925 : shm_open/37-1: Remove non-portable output
4df6ff1be : syscalls: recvmmsg: Add gitignore
c6931abb6 : host01.sh: Fix getting address
a3691154b : if-mtu-change.sh: Remove unused $netmask variable
6200c7f34 : syscalls/{send|recv}mmsg: add errno tests
569d77263 : travis: Use Ubuntu 20.10 groovy
bb6cfb3b4 : IMA: Check KCONFIG_PATH if defined
c63ac5ae3 : utils: Fix few more unused/wrong type warnings
8244cb412 : utils: Fix compiler warnings for comparison of different signedness
d5814b04f : kernel/security/umip: update umip basic test for kernel v5.10 update
e40bcd5ab : pty04: Limit the number of packets sent to avoid timeout
7a544ad06 : overcommit_memory: Fix unstable subtest
f9165c6c9 : host01.sh: Allow to overwrite the default hostname
0e6ac4bd5 : network/ping02: use tst_ping() from the library
feba3034d : lib/tst_net.sh: add getopts to tst_ping()
9de770434 : syscalls/open: Make use of TST_EXP_MACROS
882351a4e : syscalls/capset: Make use of TST_EXP_MACROS
2dcb30001 : syscalls/capget: Make use of TEST_MACROS
f83cfcc58 : syscalls/cacheflush: Make use of TST_EXP_MACROS
4af54915c : syscalls/brk01: Make use of TST_EXP_MACROS
ba6a41dc5 : syscalls/bind: Make use of TST_EXP_MACROS
e57234310 : syscalls/access: Make use of TST_EXP_MACROS
00292c299 : syscalls/accept: Make use of TST_EXP_MACROS
9621dfd2d : syscalls/uname: Make use of TST_EXP_MACROS
2797db2ac : lib: Introduce TST_EXP_* macros
e0bf031d6 : openposix/fork/7-1.c: Clear errno correctly
cc82d6fcd : syscalls/fsconfig02.c: Remove unneeded .needs_tmpdir
5d4c05f29 : docparse/docparse.c: Split the process of implied flags
c5c30c908 : lib: tst_test.c: Add TBROK counter.
6d2d8a711 : af_alg07: add dynamic bias for ARM
32882e09c : doc: Document .min_cpus
57716ce0f : syscalls/ipc/shmctl: Reformat doc comments
ad8bc0a3c : syscalls/ipc: msgctl06: Add a test for MSG_STAT_ANY
925ffe828 : lapi/msg.h: Add MSG_STAT_ANY
b78b41370 : syscalls/ipc: shmctl04: Test SHM_STAT_ANY with nobody user
f2eb6e395 : net: netstat: clean and update to the new API
9e45a02aa : Update .gitignore for .mod files
0e8fbef12 : syscalls: Add tests for open_by_handle_at()
2723b0276 : Revert "syscalls: Add tests for open_by_handle_at()"
f32272e04 : build.sh: PKG_CONFIG_LIBDIR auto-detection for x86_64
470e9c06c : syscalls/fanotify09: Add test case for events with filename info
1409039b8 : syscalls/fanotify09: Add test case with two non-dir children
22f236e51 : syscalls/fanotify09: Read variable length events
5080ec843 : syscalls/fanotify: Use generic checks for fanotify_init flags
b5fdaa5ff : syscalls/fanotify: Generalize check for FAN_REPORT_FID support
85c37ee63 : syscalls/madvise06: Add check for /proc/sys/vm/stat_refresh file
8cc718fb2 : syscalls: make use of .min_cpus
fa32a727d : lib: add .min_cpus in tst_test struct
aa79b62c4 : Fix warnings for unused parameters, argc and argv
8e04efde8 : syscalls/ipc: Make use of get_ipc_timestamp()
d37bde3de : libnewipc: Add get_ipc_timestamp()
e6c0d48e9 : realtime: Remove robust_api check
31d6983e0 : build.sh: Fix build types docs
497b07498 : lib: Add test library design document
fe9640c7f : fanotify: Cleanup <sys/fanotify.h> usage
ed4201e11 : fanotify: Add a pedantic check for return value
23626bb26 : fanotify: Use tst_brk_ in safe_fanotify_init()
d2652e559 : fanotify: Introduce SAFE_FANOTIFY_MARK() macro
b226234ff : fanotify: Add helper for mark support check
b86a45980 : fanotify16: Test also on FUSE
1c1ac8a10 : fanotify: Add helper for FAN_REPORT_FID support on fs
e4b9dffcf : fanotify: Add helper for event support check
e26b76238 : fanotify: Add helper for access permission check
7d4353159 : fanotify12: Drop incorrect hint
b09fe0709 : net/ip_tests: Use whole ip subcommands
72be2c0a2 : net/ip_tests: Return TCONF if driver dummy not present
bd36bc207 : netstress: explicitly set a thread stack size
bc7464525 : lib: tst_resm() put back redirection to newlib
2b0834e1f : docparse/README.md: Fix root uid value typo
e6c072274 : travis: Remove obsolete CentOS 6
7637d0e50 : lapi/name_to_handle_at.h: Fix compiler error on CentOS6
61db712e3 : lib: Fix SAFE_MACROS() redirection to new library
aad6ebe84 : syscalls/truncate03: Convert to new API and cleanup
dbb25cb70 : syscalls/truncate{01, 02}: Convert to new API and cleanup
81e0821e1 : syscalls: Add tests for open_by_handle_at()
7a5ccf18d : syscalls: Add tests for name_to_handle_at()
de9dd02be : syscalls/select03: Fix segfaults on aarch64
82ea99372 : syscalls: quotactl04, statx05: Fix TWARN on missing mkfs
4daf31992 : syscalls/quotactl: Define kconfigs inline.
e2e3f7391 : Unify error handling in include/lapi/safe_rt_signal.h
a0a65e4a7 : Unify error handling in lib/tst_fs_setup.c
4131cb713 : Unify error handling in lib/safe_net.c
f63b8afc2 : Unify error handling in lib/safe_macros.c
1629d3961 : Unify error handling in lib/safe_file_ops.c
99b1569e6 : syscalls/acct02: Decleare kconfigs inline
8a85a2d61 : getdents: update to the new api, don't mix libc and kernel types
338b7094a : syscalls/ptrace11: Add test for tracing init process
f3f3ef6c8 : net/traceroute01: Check also -I flag
4903ba8e3 : Unify error handling in lib/tst_safe_timerfd.c
82b1e9e6b : Unify error handling in lib/tst_safe_sysv_ipc.c
765b3b5d0 : lib/tst_kconfig: Fix off-by-one in string check
afc793193 : lib/tst_kconfig: Allow variables without value again
e41165198 : lib/tst_kconfig: Fix variable name validation
4e1a576ff : pan/ltp-pan.c: fix file descriptors leaks
c5e8c14a8 : runltp: Add a new argument to specify zoo file location
6872ad15a : controllers/cpuset: improve the node number calculation for N_NODES
9230358d2 : containers: typo correction and config update
cef422396 : net/traceroute01: Remove unescaped redirection
72d9e96ac : net/host: update to new API
b84571b82 : syscalls: select: Add test to verify clearing of fd sets
eeed45849 : lib/tst_kconfig: Validate variables
4a904a8ad : lib: tst_bool_expr: Add support for strings
96ad7c216 : Fix SPDX License GPL-2.0-or-later identifier
0365bf17a : madvise06: Allow for kmem and memsw counters being disabled
a4a0383b3 : pipe13: Increase time to wait for child processes to terminate
d8c5e0beb : Define SYS_futex on 32bit arches using 64-bit time_t
6f36270b1 : docparse: Generate html and pdf using asciidoc{,tor}
31085e0a3 : docparse: Add configure options
ff9c528f2 : travis: Install docparse dependencies
5ddd60bff : make: Allow CLEAN_TARGETS to remove directories
ff976bfbb : make: Allow {INSTALL, MAKE}_TARGETS be a directory
da7b9ad72 : syscalls: Move needs_drivers inside of the tst_test struct
ecf9d6126 : syscalls: Add a few documentation comments
840456027 : docparse: Add README
a069cd36b : docparse: Add test documentation parser
7fe904202 : travis: Add git
b6eab5429 : make: Support compiling native build tools
be68927dc : travis: Use latest (Fedora 33)
74c05d02d : openposix: threads_scenarii: Fix a warnings.
9bca0098f : openposix: Add static for local functions in sem_init
15c6941e1 : openposix: Add static in function defined by macro
b9d7e5382 : openposix: Add static in test templates
735a69e48 : Revert "syscalls/msgstress: Add common file for msgstress"
55c2b2acd : Revert "syscalls/msgstress*: cleanup and convert into new api"
0253495c6 : Convert dup03 to new API and clean up
b8a5222de : network/traceroute01: make it compatible with Busybox
ebd22338e : syscalls/ptrace02: Add a pedantic check for return value
55dc57e7f : syscalls/ptrace02: Add another EPERM error test
a07a83b58 : syscalls/uname02: Convert to new API and cleanup
e5c1aff17 : syscalls/msgstress*: cleanup and convert into new api
4efc934b0 : syscalls/msgstress: Add common file for msgstress
c07be3c0d : syscalls/uname{01, 03}: Convert to new API and cleanup
3f66120b8 : tcp_cmds/ping/ping02: Make it compatible with Busybox
a41150de9 : m4: Remove workaround for old pkg-config
9cae4383c : Unify error handling in lib/safe_stdio.c
b93568d1b : Unify error handling in lib/tst_mkfs.c
0d16237b4 : Unify error handling in lib/tst_checkpoint.c
375e38017 : Unify error handling in lib/tst_net.c
cb05d6ca3 : Unify error handling in include/tst_safe_clocks.h
853602d91 : Unify error handling in moved functions
70e99a296 : Move executable code out of tst_safe_macros.h
edbbccc73 : Unify error handling in include/tst_safe_macros.h
b967dcf45 : syscalls/ptrace03: Clean up and converted into new api
80c26b8c9 : lib/tst_cgroup: fix short reads of mems/cpus
16595bfed : lib/tst_virt: fix is_ibmz(VIRT_IBMZ) on IBM System Z
b2cc450f3 : lib/tst_virt: support IBM/Z LPAR and z/VM virtualization environments
ffdd5edf8 : lib/tst_virt: fix detection when systemd-detect-virt returns 1
31708e815 : security/umip_basic_test: Fix config constraints
fdfa17f76 : lib/tst_kconfig: Make use of boolean expression eval
6739584cc : lib: Add generic boolean expression parser and eval
54d13589e : sycalls: select03: Make nfds use the correct value
0fd3cc41c : openposix: Fix (hopefully) last two failures
a16045357 : Unify error handling in include/tst_safe_posix_ipc.h
7e0c9adc7 : Unify error handling in include/tst_safe_prw.h
29323540f : Unify error handling in lib/tst_resource.c
9c1231928 : syscalls/sync: Rename sync03.c to sync01.c
5820dda1e : syscalls/sync03: Remove useless judgement
557d69ff0 : syscalls/sync02: Remove it
09d819beb : syscalls/sync01: Remove it
2af7302f3 : syscalls/mbind01: Use SAFE_MMAP()
6efe969fc : Convert dup02 to new API and clean up
123e6db10 : syscalls/quotactl04: add mkfs.ext4 package version check
4706bf2fa : madvise06: Add tag for "mm: memcg: link page counters to root ..."
eda4ddbcc : openposix: Fix another three failures
100e3fed3 : syscalls/statx05: add mkfs.ext4 package version check
22795f00b : Convert dup01 to new API and clean up
507f85fa5 : syscalls/ptrace08: Add another linux tag
1ad945ac7 : madvise06: Increase reliability and diagnostic info
f4a9a9884 : syscalls/ptrace08: Add exception for RHEL8 4.18 kernel
1a2bb70c1 : tst_kvercmp: Add rhel7,8 support
f7bd83ed1 : network/virt: add wireguard02: ipsec vs wireguard
4c2704b3b : network/virt: add wireguard01
6e83c2336 : network/virt: skip setting neighbour table if tunnel doesn't have hwaddr
da16b664e : lib/tst_net: calc mean in tst_netload()
f6200f645 : network: expand perf thresholds for sctp and bbr test-cases
0c9e7f3b4 : lib/tst_net: add generic tst_netload_compare()
4d82b49ab : openposix: Remove 'static' before struct definition
d9c68d83a : Unify error handling in lib/tst_safe_macros.c
38cc03009 : openposix: Fix two test failures
8c22a5910 : openposix: add "static" to all global variables and functions
cba1f26a8 : syscalls/timer_settime01: Avoid rounding from nsec to usec
a6383614d : net: Remove legacy tests from runtest
c089cb385 : Remove ftime and sys/timeb.h
7741d0595 : futex: Move variants struct definition to common header
fb5ddb964 : syscalls: select: Add failure tests
62e322fad : syscalls: select: Verify that data is available to read
597037d10 : syscalls: select: Rename select04.c to select02.c
336ae069e : syscalls/send02: Ensure recv() succeed when not using MSG_MORE flag
fb2cd7934 : fanotify: Move safe_fanotify_init() + safe macro into fanotify.h
ba455305f : syscalls: select: Merge few tests and migrate to new format
dded1487a : syscalls/ptrace10: Add new regression test
b8853d1d6 : syscalls/mq_notify: Don't fail if mq_notify is not supported
752553032 : ioctl_sg01: correct the fix SHA1
8754ebe5c : syscalls: semop: Increase timeout for semop03
ee1315cae : controllers/libcpuset.c: Add 'cpuset' prefix for cpuset files
a06fcc4b7 : cacheflush01: Rewrite into new API
c5004bf07 : crypto/af_alg07: Skip this case when not having sockfs_setattr
da2f34028 : LTP 20200930
502f4db8b : eventfd01: Handle no AIO support
797a0e701 : io_pgetevents{01,02}: Handle no AIO support
cc1ac884d : io_setup01: Handle no AIO support in kernel
8e66e5d78 : controllers/cpuset_base_ops_testset.sh: Only verify '0-' subtest on kernel v4.3 or newer
607535cb5 : diotest4: Fix false postives on FUSE
a063dc18a : utimensat01: Use FS (default ext2) with timestamps and attributes
d2b933b4c : virt_lib.sh: Remove checks for tst_ipaddr() output
5185f125c : vxlan0{3,4}.sh: Fix exit on error
1b09d710c : network/ipneigh01: use ROD when deleting the entries
652e02f5a : network/netstress: replace rand with rand_r() in the client thread
9b5caa93f : network/nsf_lib.sh: TCONF on mount (udp/udp6) failure for Linux v5.6+
590a2e3a6 : network/virt_lib: use test ip version in virt_compare_netperf()
b389b12b7 : network/ipsec: fix warning when using wrong option for ipv4
04254512d : doc/user-guide: Document block device variables
dc4cfb36e : doc/user-guide: Shorten the description
060fe8c49 : io_submit01: Handle missing AIO support
b838d1b8a : io_destroy01: Code style cleanup
955ffef8e : io_destroy01: TCONF when unsupported
78323febd : cpuset_inherit_test: compatibility fix for DASH
286401a1c : thp04: Add linux tag
4bbb332d0 : pty/pty03.c: Add another linux git tag
227210a06 : mmap18: Increase minimal stack mapping to PTHREAD_STACK_MIN
c277e7eef : Fix search for device ID in tst_find_backing_dev()
a047390dc : Fix formatting signal name in tst_strstatus()
b1497ad8d : Revert "syscalls/{send|recv}mmsg: add a test case for timeout and errno test"
296a2cb44 : lapi: Minor indentation cleanup
b17cf5851 : sendto: Add PACKET_VNET_HDR to lapi and use it
37cce08d5 : syscalls/recvmmsg: Add missing .gitignore
3d42ee130 : syscalls/recvmmsg01.c: Fix a compiler error
e905f061b : doc: Fix formatting
16c1fbfb4 : tst_test.sh: More readable syntax
b59c66210 : Add test for CVE 2020-14386
135af8ede : syscalls/{send|recv}mmsg: add a test case for timeout and errno test
7702170c8 : Add a test case for mmap MAP_GROWSDOWN flag
823527100 : Fix top_srcdir handling in numa/sound test Makefiles
941ab9607 : runtest/smoketest: Fix typo
6967dfd1d : tst_test: Change result strings to use T prefix
e218ab14d : runtest/quickhit: Remove
0d732deeb : runtest/smoketest: Add smoketest
09b3d71da : syscalls: utimensat: Reuse struct time64_variants
ecc45a6ea : syscalls: timerfd: Reuse struct time64_variants
bea165aa3 : syscalls: timer_gettime: Reuse struct time64_variants
201242eda : syscalls: timer_settime: Reuse struct time64_variants
8ff0357b3 : syscalls: sendmmsg: Reuse struct time64_variants
b4ae2cbc3 : syscalls: sched_rr_get_interval: Reuse struct time64_variants
09cd12482 : syscalls: rt_sigtimedwait: Reuse struct time64_variants
c5cf170ad : syscalls: ppoll: Reuse struct time64_variants
98271413a : syscalls: mq_timed: Reuse struct time64_variants
9373729ed : syscalls: semop: Reuse struct time64_variants
3cd28b7b8 : syscalls: io_pgetevents: Reuse struct time64_variants
0e1b63fde : syscalls: clock_settime: Reuse struct time64_variants
b54a776b3 : syscalls: clock_nanosleep: Reuse struct time64_variants
0a6a20f8e : syscalls: clock_gettime: Reuse struct time64_variants
fb95dce60 : syscalls: Add common time64 variants structure
50accfeaf : syscalls: utils: Remove local copy of poll.h definitions
6ee86009a : syscalls: fcntl: Update .gitignore
8a1393e24 : syscalls/ioctl_loop07: Using LOOP_CONFIGURE to test lo_sizelimit field
59e73f295 : clock_gettime04: multiply the timediff if test in VM
e420134e5 : fanotify10: Skip non zero ignored_onchild tests for < v5.9
a88bdb76e : syscalls/fanotify15: TCONF on more errno
ed1beb8ba : syscalls/ipc: Rewrite shmctl01
695907273 : syscalls/ipc: Add shmctl IPC_SET test
d54c87f57 : syscalls/ipc: Add shmctl07 test
3ff3dc7f6 : syscalls/ipc: Add shmctl() IPC_INFO test
7e5b42782 : lib/tst_assert: Add TST_ASSERT_ULONG()
ee4654f61 : syscalls/ipc: shmctl05 remove lib dependency
234b8f200 : syscalls/ipc: shmctl04: Rewrite from scratch.
9ad3e0b52 : lapi/shm.h: Add SHM_STAT_ANY
060f6e76d : syscalls/ipc: shmctl03: Remove.
3a90ea804 : syscalls/ipc: shmctl02: Convert to the new library
d5047f602 : syscall/ptrace08: Simplify the test.
e8189ff3c : syscalls/fanotify10: Fix commit hash
ad226e05f : syscalls/fanotify10: Add test cases for merge with ignored mask on directory
6ee1c5d6b : syscalls/fanotify10: Test with group flag FAN_REPORT_NAME
3688fb93c : syscalls/fanotify09: Add test case with parent and subdir marks
78cb65dfe : syscalls/inotify: New test for watches on both parent and child
3811ec885 : syscalls/fcntl: New test for F_NOTIFY (dnotify)
3247110e0 : syscalls/fanotify16: Verify child fid info
9aae0ce78 : syscalls/fanotify16: Add test cases more init flag combinations
cbb9c4457 : syscalls/fanotify16: Test more event types with name
9573be5c6 : syscalls/fanotify16: Adjust test to use FAN_REPORT_DFID_NAME
9df7f38c8 : syscalls/fanotify14: Test cases for FAN_REPORT_DFID_NAME
4cf2f2bfd : route{4, 6}-rmmod: Declare variables before using them
1482742f1 : ioctl: take use of TST_RETRY_FN* macro
a97aa4353 : msgrcv03: Cleanup include
c35fa353e : msgrcv07: Include lapi/msg.h to fix build
f1d6deae7 : syscalls/msgrcv07: small cleanup
df2206de1 : syscalls/msgrcv07: Add functional test for MSG_COPY flag
76acfabd3 : syscalls/msgrcv03: Add error test for MSG_COPY flag
9677c5573 : Fix removal of TMP by moving cleanup trap into main just after mktemp
cb11e718c : fanotify.h: fix build with uclibc
f04b306bf : Add test for send(MSG_MORE)
1040b1273 : ioctl_sg01: Loop data leak check 100 times
639277075 : ioctl_sg01: Pollute free memory in setup
5388b0500 : Add tst_pollute_memory() helper function
39aabfbd0 : Add SAFE_SYSINFO() macro
da692ab92 : automake: Remove AM_CONDITIONAL CROSS_COMPILATION
808f7e1b3 : syscalls/semtimedop: Add failure test for invalid timeout pointer
1f0e5b404 : syscalls/semtimedop: Add support for semtimedop and its time64 version
f317470db : Add test for CVE 2018-12896
6cad203ee : Add SAFE_TIMER_*() functions to tst_safe_clocks.h
c345c3ec7 : configure: Remove <mm.h> check
2ebe5dd03 : configure: Use AC_CHECK_{FUNCS,HEADERS}_ONCE
182d805be : ima_keys.sh: Fix umount on tmpfs
5ebec4077 : security/dirtyc0w: Add CVE tag
a1d74f49b : utimensat01: fix kvers arrary boundary
3edc5ee70 : memory_hotplug: Add a memtoy command to delete a file
480a3c79c : memory_hotplug: Add a memtoy command to create a file of specified size
2ab37fdb7 : memory_hotplug: Handle NULL returned by strtok_r when parsing inputs
4231003f3 : IMA: Fix broken build
21779b6ec : travis: Add CentOS 7 build
a277498c0 : IMA/ima_keys.sh: Enhance policy checks
0b1181b87 : IMA: Add a test to verify measurement of certificate imported into a keyring
b80a39381 : IMA: Refactor datafiles directory
b0418c93f : IMA/ima_keys.sh: Require template=ima-buf, fix grep pattern
a26fedd77 : configure: Cleanup
8841259ae : tst_af_alg: fix build when ALG_SET_AEAD_ASSOCLEN undefined
0a4cc6738 : syscalls/setsockopt05: associate receiver with destination address
a1ba4e196 : travis: Use Fedora Rawhide again
50068909e : Taint check: Use TFAIL instead of TBROK in fork_testrun()
cf33086a1 : cpuset_inherit_test: Add cgroup.clone_children swith for cpuset.cpus and mems
d1fac48ac : IMA/ima_keys.sh: Fix policy content check usage
f974e101a : Fix typo in tst_test.c
0838220f2 : prepare_lvm.sh: Allow to define tmp directory
ee41138f4 : syscalls/kill06: Cleanup && Convert to new library
26a647003 : syscalls/kill05: Cleanup && Convert to new library
14582115c : syscalls/kill03, 04: Cleanup && Convert to new library
660cdae36 : crypto/af_alg02: send message with control data before reading
3cbb963ab : lib/tst_af_alg: add tst_alg_sendmsg()
221688d25 : tst_kvcmp: Strip double quotes when parsing /etc/os-release
eafdc5dd8 : syscalls/kill01: Remove it
46a5a9f77 : tst_kvercmp.h: Fix typo in docs
986c48823 : connectors/pec/README: Fix spelling error
b5014adf7 : syscalls/clone302: drop CLONE_CHILD_SETTID and CLONE_PARENT_SETTID
21721a317 : clock_settime03: change to use CLOCK_REALTIME
fbcf244a1 : syscalls/utimensat01: add exception for Ubuntu 4.4 kernel
e2e60a39b : lib/tst_kvercmp: Add support /etc/os-release
4218a5405 : lib/tst_clocks.c: fix 'tst_clock_gettime()' and 'tst_clock_settime()'
de3694887 : syscalls/clock_nanosleep: add a test case for bad timespec address
df6934692 : Add taint check to syscalls/ptrace08
f3f60b210 : Simplify syscalls/bind06 using new taint check API
bcdadd721 : Update tests to new taint check API
85a7c654e : Integrate tst_taint_check() into main LTP library
c24c540b1 : travis: Use latest (Fedora 32)
58be847b5 : syscalls/sigsuspend01.c: Convert to the new API
76c1fe258 : safe_macros: Add SAFE_SIGFILLSET()
ae10f04cc : ioctl_sg01: correct code comment
fcd349778 : lib/tst_cgroup: Reset cgroup.clone_children value
4d8373fe2 : Drop the mem01 test
f490d380c : syscalls/msgrcv07: Add different msgtyp test
63e2a0901 : testscripts: Remove exportfs.sh
4a490e61e : msgget05: Fix build on centos 6
b2d61f754 : syscalls/msgrcv: Add check for msg_lrpid and msg_rtime
42d3631ff : syscalls/msgsnd01: Add check for msg_lspid and msg_stime
934c12cd9 : syscalls/msgget05: Add test when the id of msg_next_id has existed
e7f167bbb : syscalls/msgget04: Add test for /proc/sys/kernel/msg_next_id
3e29ecc86 : Add test for CVE 2018-18445
79660ff89 : Add some 32-bit instruction macros to BPF LAPI
f41766d21 : crypto/af_alg07: Include lapi/fcntl.h
fdff6139e : Add test for CVE-2019-8912
8c1248390 : Add test case for CVE-2018-11508
c2dcdc866 : ipc/msgrcv0*: cleanup && convert to new API
db9b5af7a : travis: Use correct variable in Debian cross-compile
a622a1ebb : build.sh: Update check for cross-compilation
a8d2d58a0 : travis: Drop ppc64le native build
49fd5408e : Revert "lapi/fs.h: Include <sys/types.h>"
30098bf6c : utimensat01: Fix build for musl
d4f44e2b1 : lapi/fs.h: Include <sys/types.h>
7bdb91cd0 : syscalls/utimensat01: Use lapi/utime.h for fallback definitions
50034d461 : syscalls/mq_timed{send|receive}: Add test cases for bad address
135c80115 : syscalls/utimensat: Add support for time64 tests
f8cbbad11 : syscalls/utimensat: Migrate to new test framework
f58b56e08 : travis: Use Ubuntu LTS Bionic
1fb6c0a0c : syscalls/semop: Migrate to new test framework
42477edf8 : make: Drop 3.80 support
554516e30 : libltpvdso: hash entry size on alpha,s390x is 8 bytes
4076d4767 : Add test for CVE 2017-2636
e1fde15f9 : Add N_HDLC constant to lapi/tty.h
0ab9e062a : syscalls/select6: Add support for time64 tests
008eba56e : syscalls: select: Use struct __kernel_old_timespec for pselect6()
03478e12d : libs: sigwait: Get rid of REPORT_SUCCESS() macro
9776da3f6 : syscalls: clock_settime: Add test around y2038 vulnerability
289b58491 : safe_macros: Add SAFE_SIGPROCMASK() and SAFE_SIGWAIT()
090520148 : net: Update network related docs
b9784f886 : net: Remove rsh, rcp, rlogin tests
53a439d10 : build system: Add V as alias for VERBOSE
a59ffb426 : build system: Silence the output a bit more
59a12f63f : testcases: Make use of LTPLDLIBS
c82d87f49 : build system: Add explicit make rules
b075a9566 : IMA: Update key test documentation
a6c8680b9 : Add mincore() test for pages cached by another process
fd66e6019 : syscalls/timer_settime01: Use correct linux git tag
0f18de5b4 : syscalls/ioctl_loop06: Using LOOP_CONFIGURE to test invalid block size
488590e7e : syscalls/timer_settime01: Add linux git tag
731aae812 : IMA: Add test for kexec cmdline measurement
f20f44d72 : IMA/ima_keys.sh: Fix policy readability check
3843e2d6f : IMA: Add policy related helpers
b808aa0b1 : IMA: Rename helper to require_ima_policy_cmdline
5dfd9c29f : tst_find_backing_dev: modify find bdev logic
0567c086d : libs: sigwait: Fix compilation warning around sigprocmask()
0862350f9 : tst_net.sh/tst_rhost_run: Add debugging
9db7ee74d : net/test: Add basic testing for tst_rhost_run
ce74c4c84 : tst_net.sh: Drop 'sh -c' use from ssh in tst_rhost_run
c8b47817a : tst_net.sh: Use ssh in LTP_RSH
40110018e : tst_net.sh: Remove rsh support
34c34620f : futex: take use of the .request_hugepages
40fdd9568 : iopl01: skip test if kernel is locked down
4c1739024 : operm01: skip test if kernel is locked down
78e76ca3c : lib: add function to check for kernel lockdown
dfe45f3cf : libs/libltpnewipc: Use safe macros
cbbff2ba0 : hotplug/memory_hotplug: Remove unused goto label
a5b38150d : thp04: avoid warnings in cleanup()
781702591 : Convert chdir01 to the new API
9b9a13b0c : IMA/ima_keys.sh: Fix required commands
d66ebe4df : IMA: Install also keycheck.policy
85512d313 : syscalls/ppoll: Add support for time64 tests
3dd48c4d8 : syscalls/sendmmsg: Fix build error on old systems
a8546e550 : syscalls/sendmmsg: Add support for time64 tests
f04ad6e9d : syscalls/mq_timed{send|receive}: Tune the timeouts
1692162e0 : syscalls/mq_timed{send|receive}: Add support for time64 tests
92773923c : Port setsockopt01 to the new API
113646a41 : safe_macros: Move sig*set() functions to C file
0c82cc507 : libs: sigwait: Use SAFE_FORK()
95c50e1cc : libs: sigwait: Remove alarm() from setup() and cleanup()
719b8a5df : libs: sigwait: Add SAFE_SIG*() macros
d4129bb08 : syscalls/futex_wait03: Fix synchronization
8d2c9c7d5 : syscalls/futex: Add support for time64 tests
daf903e7f : syscalls/ioctl: Use tst_detach_device_by_fd api
37beb8c7d : Allow detach file from loop device with opening dev_fd
ed5b99f88 : LVM: Drop legacy scripts and runtest files
3278f0e02 : syscalls: sigwait: Separate out code to relevant folders
706b54919 : syscalls: sigwaitinfo: Remove SUCCEED_OR_DIE() macro
14c8a4f4b : syscalls: sigwaitinfo: Suppress all warnings around unused parameter
27f818f0d : syscalls/rt_sigtimedwait: Add support for time64 tests
022cc35f7 : syscalls/ioctl09: Add test for BLKRRPART ioctl
f8a2e6ea3 : INSTALL: Fix up build instructions
4d4e3a09d : INSTALL: Unify and fix formatting
60683aac6 : syscalls/io_uring: add .gitignore file
1b6ad5c95 : syscalls/pidfd_open01.c: Add check for close-on-exec flag
470b4d7bf : lapi/io_uring.h: Add __kernel_rwf_t declaration
19911f196 : cpuset_hotplug_test.sh: Fix a race condition
4c97e173c : syscall: Add io_uring related tests
5080fe209 : ioperm: Convert to new API
79d2781f3 : iopl: convert to new API
d2768c84e : IMA: Add a test to verify measurement of keys
685575103 : tst_timer: pass kernel_timer_t type to syscalls
b60a171bf : lib/tst_cgroup.c: Fix sanity check in tst_cgroup_del_path()
b34e243e8 : syscalls/timer_settime01: Make sure the timer fires
fec810aa8 : runltp: let each test acquire/release device
f780d9cdd : Use fallocate() to create loop device backing file
759887af9 : Add mincore() test for anonymous mappings
74a6d5af0 : syscalls/ioctl_loop02: Using LOOP_CONFIGURE to set read_only
189875484 : lapi: Add fallback for LOOP_CONFIGURE ioctl and struct loop_config
1718029f5 : kernel/numa01.sh: : Remove test8
df5bf8a62 : numa01.sh: Fix parsing numastat for given node
ce2f54623 : numa01.sh: Handle computation error
8cb6f33ce : syscalls/sigwaitinfo: Migrate to new test framework
78d6a1568 : lib/tst_clocks: Fix syscall detection
e0570fd0a : syscalls/sched_rr_get_interval: Validate the timeslice
523da9b41 : tst_test: Fix spelling mistake
1d76ecece : syscalls/io_pgetevents: Add support for time64 tests
e83c14b51 : syscalls/futex: Merge futex_wait_bitset tests
c921377e7 : Add test for CVE 2017-1000405
a29f542c8 : lib: Add tst_get_hugepage_size() to LTP library
5b662cda0 : syscalls/ioctl_loop05: Use correct blockdev to get logical_block_size
9343d0486 : tst_device: Add new api tst_find_backing_dev(path, dev)
fc34b7afc : syscalls/sched_rr_get_interval: Add support for time64 tests
2f8f989d1 : syscalls/timerfd: Add support for time64 tests
2fcb5f134 : include/tst_timer.h: Add more its helpers
c474ec3de : libltpvdso: Fix copyright
c5311d26f : syscalls/timer_settime: Add support for time64 tests
9f2ca624c : lib/tst_cgroup.c: Fix general protection fault
2d33624f9 : libltpvdso: Guard the sysv/auxv.h too
6ab05d59e : libltpvdso: Add check for getauxval()
d02fab2c6 : syscalls/timer_gettime: Add support for time64 tests
4de7fcaa6 : tst_timer: Add new definitions
5cd59f84a : libltpvdso: Fix build on Centos 6
37a8a4bfa : syscalls/clock_gettime: Add test to check bug during successive readings
852c3cbbd : libs: Import vdso parsing lib from kernel tree
11028dff6 : testcases/kernel: fix "No newline at end of file" warning
0b8840474 : syscalls/setns: convert to new API
133872462 : syscalls/ioctl_loop01: Add test for clear loop flag
f08568573 : lib/newlib_tests: add test21 into .gitignore
68ba9ff6a : fzsync: Add 10% margin of error to delay calculation
a5e922d9c : tst_test.sh: Print tst_{res,brk} into stderr
b4a9cec1b : doc: Fix typo
47f9edc79 : tst_cgroup: fix tst_cgroup_version to cover more situations
22850e402 : travis: Add -Werror=return-type
8da7813be : cgroup: Fix build with -Werror=return-type
a937b62a8 : tst_net.sh: Cleanup
99687ab00 : syscalls/copy_file_range02: Expect EFBIG in subcase max length on 32-bit architectures
65b70fc49 : clocks/invaliddates.c: relax accetable delta
a5e595fbe : mm: add cpuset01 to runtest file
43d63969f : mem: remove the old cgroup API
cff40383f : mem: take use of new cgroup API
3b716981b : lib: add new cgroup test API
2ae0ad546 : pty03: Add CVE reference and add it to the CVE runfile
422c34b62 : clock_gettime03: Fix issues with negative offset
4ac3a9c92 : syscalls: Don't pass struct timespec to tst_syscall()
83bd27643 : lapi/syscalls: add setns to hppa
a6607b81b : syscalls: Don't pass struct timeval to tst_syscall()
c1a2d53f6 : network/nfs_lib.sh: Use double quotes for grep pattern
acb885526 : syscalls: settimeofday: Use gettimeofday()
c0d1cb4fc : syscalls: settimeofday02: Remove time restoration code
710f73c0b : syscalls: settimeofday01: Set .restore_wallclock flag
582f2ae35 : tst_safe_clocks: Remove safe_clock_adjtime()
02a899c66 : lapi: Add posix_types.h
4a422f8d7 : ima: Update docs
e4b60103b : syscalls: shmctl/Makefile Fix.
6bbb13be1 : syscalls: msgctl: Add new test to verify the _time_high fields
e46086408 : include: Add declaration of struct msqid64_ds
68f107432 : syscalls: shmctl: Add new test to verify the _time_high fields
3168c035e : include: Add declaration of struct shmid64_ds
51bfaa943 : syscalls: semctl: Add new test to verify the _time_high fields
732ea2554 : include: Add declaration of struct semid64_ds
fc11778c3 : lapi/ipcbuf.h: Include config.h
a438a4a3d : testcases.mk: Fix LTPLIBS build rule
3e1fc0644 : include: Add declaration of struct ipc64_perm
9901dded4 : Fix syscalls/ipc: Move libraries to libs/ directory
0461bc931 : syscalls/mmap17: Remove useless error.h
10c317d6e : syscalls/fork14: fix buffer overflow
5b7834f54 : syscalls/mmap: add test for MAP_FIXED_NOREPLACE
6e0d1c59a : lib: Disable installation of internal LTP libraries
3dd10ddb4 : read_all: scale down how many times we read by default
94e616308 : syscalls/sched_rr_get_interval: add missing TERRNO
997d87d54 : syscalls/fanotify10: Add a test case for ignore mask and events on child
b54247721 : INSTALL: Mention rpcbind and portmap
13fcfa2d6 : syscalls/mknod07: whiteout creation no longer requires privileges
5a1897f04 : syscalls/ioctl_loop05: set loop blksize to bdev blksize
dbc37d092 : tst_taint.h Add taint for randstruct
84da3a121 : acct02: fix the ac_version check on big endian platforms
ec1b91c46 : lib/tst_test.c: Take account of tst_brk(TCONF/TFAIL) in summary output
9dc97527d : ima: Always require TST_NEEDS_TMPDIR=1
776d8dcd3 : ima: Fix tst_check_cmds usage
245503729 : ima: style ${foo} => $foo
a1dac73f9 : ima_policy.sh: Add missing TST_NEEDS_TMPDIR=1
0342e2b43 : tst_test.sh: Fix TST_NEEDS_DEVICE=1 implies TST_NEEDS_TMPDIR=1
43680fc4a : lib: use TCONF if hpage reserve failed in retry
0512bf566 : hugemmap05: check if the reserving hpages as expected
184bec721 : Add test for CVE 2017-1000111
d8dbb4346 : Add test for CVE 2016-8655
6e4c0d9d3 : Move if_packet.h compat macros to LAPI headers
fcdc5ee01 : crash02: Blacklist the pause() syscall
afdd42971 : syscalls/ipc: Move libraries to libs/ director
2304e46bf : build.sh: Add -Wformat -Werror=format-security into CFLAGS
1e5c2444c : rpc_test.sh: Print used TI-RPC implementation
d1bac73a5 : tst_net.sh: Print output on unexpected PASS/FAIL
e0af1d279 : tirpc: Pass all extra client options to client program
584248359 : ptrace01: Fix missing format string
a427c9779 : doc: Fix variable name
8899303c2 : travis/alpine: Enable ebizzy-0.3 for musl
967612c45 : ebizzy: guard mallocopt() with __GLIBC__
f3b767057 : tpci: Remove deprecated CONFIG_HOTPLUG
4847b1454 : tpci: remove useless ENABLE_BRIDGES
0d79a93e6 : LTP 20200515
cb2fba04c : pty04: Avoid receiving packets from all interfaces
04d0e52a1 : doc: Remove links to README.mk-devel
fde0f06f9 : INSTALL: Remove uClinux and "What's in a Path?" sections
6890f379f : INSTALL: Document 32bit and cross-compilation setup
dfda9ec9d : INSTALL: Update requirements, modernise text
889d1cdfb : rpc: TCONF when tests aren't compiled + remove kill warning
e1b7d023c : rpc-tirpc: Fix deprecated glibc detection
1a8aa1974 : kill11: Fix build on systems without SIGSTKFLT
e2f658be2 : pty04: Fix read retries
50a2cb874 : syscalls: Fix issues around calling syscalls with old timespec
716b320b4 : fanotify16: Fix build for systems without fanotify_fid_t
d910701d1 : Add missing mode argument to open(..., O_CREAT)
035336ba4 : pty04: Retry reads when short and wait longer
9bc1bd4ef : rpc-tirpc: Fix building TI-RPC code
578091e55 : pty04: Remove unnecessary volatile and style fix
a957b1806 : lib: Fix two strncpy() destination equal bounds warnings
892aa9820 : lib: Fix two sprintf() warnings.
8a233e358 : lib/tst_mkfs.c: Fix fall through warning
b0e60ea1f : rpc_test.sh: Add missing TBROK
0fafcb398 : syscalls/ioctl_loop05: Ensure do zero offset when using -i parameter
baef9fa2c : nm01: fix regex matching internal symbols
dfbdb6d96 : syscalls/ioctl_loop01: Add linux git tag
48e8d3c8e : pty04: Add test also into runtest/cve
0d3dc7865 : pty04: Correct struct member sizes
51922f9d4 : syscall/prctl06: Fix proc NoNewPrivs detection
50f54735c : route: Increase default loop values
553ca8ea3 : net/route: Add netlink based route change tests
0e96c814e : net: Add SAFE_GETADDRINFO()
15bb68401 : syscalls/prctl: Use TST_ASSERT_FILE_INT/STR
f4919b145 : lib: Add TST_ASSERT_FILE_INT and TST_ASSERT_FILE_STR
11b5fda0e : lib/tst_assert: print correct file and lineno when parsing failed
ef12b90de : pty04: Fix build for kernel headers < v4.2-rc1
0f66eee02 : syscalls/ioctl_loop05: Do not fail on success
008ae344a : net/sendfile01.sh: Check with timeout
a91f9e166 : tst_test.sh: eval TST_RETRY_FN_EXP_BACKOFF function
15bb8857e : openposix/twoptimers: handle signal correctly
6b6b56cf3 : pty04: Add SLCAN ldisc and check for CVE-2020-11494
3c8f84e5d : pty04: Use guarded buffers for transmission
135538f22 : syscalls/lremovexattr01: use strncmp() to check attribute value
097e3eaf2 : syscalls/fanotify: Use fanotify_save_fid() helper
d20a3e8f9 : syscalls/fanotify: New test for FAN_MODIFY_DIR
896d513ac : syscalls/fanotify15: Add a test case for inode marks
2010d2084 : syscalls/fanotify15: Minor corrections
910f17f0b : syscalls/inotify09: Add git tag.
868025e10 : travis: Use always Fedora rawhide
5c33b2334 : travis: Fix build for Fedora 33 (rawhide)
fde6a983e : common_timers: staticize all definitions
2f88e87d9 : connect02: Handle setsockopt(IP_ADDRFORM) kernel bug
f119de425 : Skip Btrfs in LVM stress tests
45289e498 : Add LVM support scripts
fd313e520 : Allow acquiring multiple loop devices
8bc844015 : Skip oversleep checks in timer tests under VM
be880a9b9 : tst_is_virt(): Allow checking for any hypervisor
c7a02a4b7 : travis/tumbleweed: Fix temporary package dependency resolution
38570c8e2 : syscalls/ioctl_loop08: Add LOOP_SET/GET_STATUS64 sizelimit field test
bc5f700f3 : lib/safe_file_ops: print file info when file_lines_scanf parsed fail
a94be7d01 : syscalls/prctl: Use TST_ASSERT_STR/INT
229a492ce : syscalls/pipe2: Add pipe2_02_child in .gitignore
70ca1e880 : syscalls/fanotify09: Check merging of events on directories
9d103e141 : travis: Temporarily use 19.10 eoan
d7d023f35 : lapi/syscalls: Add ARC support
135affca9 : syscalls/clock_adjtime: Add support for time64 tests
7d6832324 : syscalls/epoll2: Remove PCL epoll test
a69422783 : Add test for CVE 2017-1000112
de9b5c263 : lib: tst_taint: Ignore WARN taint flag if already set
82da9228a : Add tags to setsockopt04 and add it to the CVE runfile
f27a80b7b : Add test for CVE 2018-8897
826504fb9 : futex/futex_wait_bitset.h: Fix misspelling
45774f948 : syscalls/pipe2_02: Add new test for pipe2 O_CLOEXEC flag
6b8e00cb4 : syscalls/pipe2_01: convert into new API
3b05a5611 : pipe2: add min_kver = "2.6.35" in pipe2_04
2b319bc44 : tst_cmd.c: Remove unused variable
2653b53b9 : syscalls/clock_nanosleep: Add support for time64 tests
f850b2b26 : syscalls/clock_getres: Add support for time64 tests
bcf373385 : syscalls/clock_settime: Add support for time64 tests
a143f48ff : syscalls/clock_gettime: Add support for time64 tests
87e11a8eb : tst_timer: Fix compilation on pre C11 compilers
ce1ed5f21 : syscalls/ioctl_loop06: Add LOOP_SET_BLOCK_SIZE error test
93da53e1c : syscalls/ioctl_loop05: Add LOOP_SET_DIRECT_IO ioctl test
308fc16b4 : syscalls/ioctl_loop04: Add LOOP_SET_CAPACITY ioctl test
ed90cb6d2 : hugetlb: check for requested huge pages first
99fd2a109 : net/sendfile01.sh: Rewrite into new API
88e2f2b85 : net: Add $TST_NET_DATAROOT variable
ee7dad5b7 : tst_timer: Add support for kernel's 64 bit timespec
ac334aeac : syscalls/ioctl_loop03: Add LOOP_CHANGE_FD test with WR mode
5dfa37cad : syscalls/ioctl_loop02: Add LO_FLAGS_READ_ONLY and LOOP_CHANGE_FD test
4f3ff1f32 : syscalls/ioctl_loop01: Add LO_FLAGS_AUTOCLEAR and LO_FLAGS_PARTSCAN test
b83013560 : lib: Add TST_ASSERT_INT() and TST_ASSERT_STR()
5c7c43db9 : lapi/loop.h: Add fallback for loop ioctl and flag
37e64c755 : syscalls/quotactl04.c: Specify inode size for prjquota feature
3aafd5155 : syscalls/{quotactl04, statx05}.c: Replace extra_opts[] with fs_opts[]
bde3fbf43 : syscalls/pipe2: Add new test for pipe2 with/without O_NONBLOCK mode
a2e1c2ab0 : Add SAFE_PIPE2() to LTP library
3e357beb2 : tst_cmd: Fix exit in search for program in $PATH
599160cea : Add write()/ioctl() race variant to snd_seq01
c3ec21f22 : Add test for CVE 2018-9568
c3f37b5e7 : tst_net.sh: Fix handling default parameters for legacy API
665bc4667 : travis: Build with -fno-common
b8497c49d : realtime: Fix linking error with -fno-common
95c2ac487 : hugetlb: Fix linking error with -fno-common
81926aea6 : hugepage: Fix linking error with -fno-common
612d79234 : kernel/mem: Fix linking error with -fno-common
4da540d6a : controllers: Fix linking with -fno-common
193774729 : controllers: Simplify fullpath definition
9ac2ee5ac : lib: Fix linking error multiple TCID definitions with -fno-common
f5caa8515 : Remove use of TCID in new API tests
4a5f944f2 : network/sendfile01: don't TBROK in cleanup
b5a48221e : add_key05: Avoid race with key garbage collection
733e64419 : ltp_tpci.c: fix a null pointer
e29c454c8 : syscalls/clone301: Make the test more verbose
ae5dbded3 : syscalls/clone301: Fix the test race this time for real
11752252c : snd_seq01: Fix missing struct timespec prototype
156f91396 : hugetlb: move nr_opt to tst_hugepage.h
f737e484b : Add test for CVE 2018-7566
0de3eadd3 : pty/Makefile: The -lrt has to go to LDLIBS
a2b6d0319 : Add test for CVE 2018-18559
aa056b846 : travis: Fix wrong whitespace
1c0e86d28 : mem/vma: fix vsyscall permission parsion for newer kernels
68dd6645a : travis: Update Docker for Tumbleweed
51ad97065 : tst_mkfs: Properly exit with TCONF on missing mkfs.*
669dc2831 : tst_cmd: Add missing cleanup function
c53cd8ef0 : Add test for CVE 2018-1000199
f59fa0de8 : Add SAFE_PTRACE() to LTP library
f17b3862d : syscalls/clone301: Fix race between parent and child
95399bc87 : lapi/io_uring: Preparation for io_uring tests
a95927fb2 : fsync02: Fix calculations and defined constants
10cccef08 : Update syscalls/fsync02 to new API
480970259 : Use SAFE_CMD()
2755157ba : lib: Implement SAFE_CMD() macro (new API only)
105d283bc : lib/tst_cmd_*(): Search for program in $PATH
ec51970b7 : lib/tst_cmd_*(): Turn int pass_exit_val into enum
922a4da59 : lib: Rename tst_run_cmd*() to tst_cmd*()
9cfb3a992 : tst_test: Print tags only when defined.
0c443ca40 : syscalls/timerfd04: Add time namespace test
42699e941 : containers/timens: Add basic error test
d38dbfde2 : syscalls/clock_gettime03: Add basic time namespace test
6e7f45690 : syscalls/clock_nanosleep03: Add test for time namespace
8ec4ddcaf : syscalls/sysinfo03: Add time namespace test
28570e31d : include/tst_timer: Fix normalization
ea9dbc6e9 : safe_macros: Add SAFE_SETNS()
7cd69c107 : lapi: Add a configure check and fallback for setns
fe5c259bb : lapi/namespace_constants.h: Add CLONE_NEWTIME
35a33478a : include: Fix comment
985229426 : Use .needs_cmds
5c5841ca7 : lib: Implement .needs_cmds
f140f1c12 : syscalls/statx01: Fix bug caused by default umask
dcb7fe48f : syscalls/fstat02: Fix bug caused by default umask
097ed1546 : security/dirtyc0w: Fix bug caused by default umask
a99948784 : doc: Use tst_{brk,res}
4bb442f58 : doc: Add formatting
078b17975 : doc: Fix typo for .needs_drivers
207f1ffbd : xinetd: Fix pattern for NetKit telnet
a10ee41f8 : xinetd: Rewrite into new API
630a86219 : Fix use after stack unwind in fzsync lib
f38f217e2 : runtest/syscalls: add sendmsg03 in runtest-file
3db0575bc : Replace deprecated <strings.h> with <string.h>
c467c5bd2 : travis: Update musl build
32164d08a : accept4: Remove fallback definitions
fb8eddd49 : accept4: Use tst_variant
bedfee22c : clocks/invaliddates.c: Remove outdated clock time setting
201faf859 : include: Replace GPL with SPDX-License-Identifier
59faf0f77 : syscalls: Replace GPL with SPDX-License-Identifier
e05568973 : syscalls/open_tree: Set .mount_device to get rid of mounting related code
5be70521c : syscalls/fspick: Set .mount_device to get rid of mounting related code
38392b831 : syscalls: Improve print messages by adding fsconfig command name
58dc1eb4d : clone301: Add missing <sys/wait.h>
1b0e8dd71 : syscalls/clone3: New tests
3077f083d : syscalls/pidfd_send_signal: Move pidfd_send_signal.h to include/lapi/
2eb90d8de : syscalls/add_key05: add maxbytes/maxkeys test under unprivileged user
680b87c21 : Add connection tests for bind()
5705dd223 : Add socket address initialization functions to tst_net library
c71581221 : Create separate .c file for include/tst_net.h
75b1c942d : syscalls/fspick: Call fsconfig with FSCONFIG_CMD_RECONFIGURE
ad1655045 : syscalls: Use TTERRNO after TEST()
38bcfbcf0 : syscalls/pidfd_send_signal: Use local pointer to verify signal data
d8f04a658 : README: Add more tips for users
b00982441 : doc: Add note about pkg-config requirement
e580cd1e1 : zram_lib.sh: iterate through all available compression algorithms
483b9f30a : zram_lib.sh: fix variable name and algorithm retrieval
a3d4ae1f4 : lapi/capability.h: Add CAP_SYS_RESOURCE
7887030ad : syscalls/fcntl37: add error test for fcntl with F_SETPIPE_SZ
c226b3722 : Add test for CVE-2017-17712
1b884d96a : syscalls/openat2: New tests
a4617f2ae : pthread_cond_init/s-c.c: Add the missing ifndef line
f1045b997 : openposix/functional/timers: Add missing Makefile
11e140f12 : Add new test cases to syscalls/readv01
0b29606e4 : Port readv01 to new LTP library
41e082e70 : nfs_lib: Add option to run traffic via lo on netns
0f1c36c51 : nfs: Detect disabled UDP
dce8b64a9 : nfs_lib: Unify remote directory creation
3dd286bdb : ltp_tpci.c: Update legacy code
168e2351c : proc01: exclude /proc/nfsd/clients/*/ctl
6586a03a2 : syscalls/open_tree: New tests
0b9182df9 : syscalls/fspick: New tests
135a35206 : syscalls/move_mount: New tests
c31bd8347 : syscalls/fsmount: Add failure tests
efc2c9877 : syscalls/fsmount: Improve fsmount01 test
c921d3cfa : syscalls/fsconfig: New tests
c7d9b6999 : syscalls/fsopen: New tests
42eda467f : lapi/fsmount.h: Include "lapi/fcntl.h"
c306e1d36 : lapi/fsmount.h: Add fsopen_supported_by_kernel()
be0bc044f : tst_device: Add tst_is_mounted() and tst_is_mounted_at_tmpdir() helpers
33c283567 : mem/hugemmap04: Fix printf format warning
4a5e70199 : hugetlb: remove useless function
9c6e3122d : hugetlb: use .request_hugepages api
8edd66300 : lib/tst_hugepage: Use uniform data type
0d1d37a4d : Add test for CVE 2018-1000204
34f225892 : travis: Temporarily use fedora:33
da6520c6d : lapi/capability.h: Fix build error because of undefined CAP_SYS_TIME
0c99e15cb : syscalls/settimeofday02: convert to new library
c9607c152 : syscalls/settimeofday01: convert to new library
f2b2c5c06 : pty: Test data transmission with SLIP line discipline
df23821eb : hugeshmctl01: Small refactor and remove stat_time
893399c4f : timerfd/timerfd_settime02: Add a .gitignore entry
5d0592089 : lsmod01: Add kernel module
44797fd71 : tst_test.sh: Make public tst_require_root command public
0b619ae10 : tst_test.sh: Add tst_require_module command
25a9bbc60 : timerfd: Use safe macros
2be99f8e7 : lib: Add safe timerfd macros
ece691418 : include/tst_safe_clocks.h: Make use of tst_clock_name()
97e34b262 : lib: Move tst_clock_name() to tst_clock.c
ae32c07c4 : doc: Remove ...
cfbc41d77 : doc: Add note about LAPI headers
9175ca89d : doc: Remove Style Guide
f54ed0e61 : bpf_common.h: Use errno instead of TST_ERR
8d5d7fbc2 : Add test for CVE 2017-10661
3d7ff5bb9 : nfs: Add fsid=PID to exportfs
5004658ae : Replace GPL with SPDX-License-Identifier by using spdx_convert.sh
f32691e7a : Replace GPL with SPDX-License-Identifier
042f15362 : tirpc: Require libtirpc >= 0.2.4
a65d858c7 : rpc: Add required commands to shell tests
8407ce72c : rpc_lib.sh: Print used portmap or rpcbind
3190368d2 : rpc/rpc_test.sh: Rewrite into new shell API
ec4c93a5d : rpc01.sh: Add TST_NEEDS_CMDS
e7b79838a : rpc-tirpc: Remove unused tests
60b20c428 : rpc: Enable and fix build basic RPC tests with glibc SunRPC
c7d2a7458 : rpc-tirpc: Detect libtirpc with pkg-config
e8377310f : newlib_tests/variant.c: Fix test description
93b5d3488 : doc: Improve and update flags related info
eabe9bc61 : lib: Check also flags for tst_res()
5ccca9c20 : Avoid using tst_res(TBROK)
59d278d61 : lapi/syscalls: Update syscall numbers
5b57ae291 : syscalls: Check for time64 unsafe syscalls before using them
4b7db094d : acl: Security fix on string printf
7d9b8c623 : Replace GPL with SPDX-License-Identifier
c7a2d296b : hugeshmctl: Use loop from the API
c0ebfa149 : Add test for misaligned fallocate()
343ec964e : syscalls/bpf: bump RLIMIT_MEMLOCK limit
ef97890a2 : syscalls/pidfd_open: Continue with rest of the tests on failure
e125967dd : request_key04: Use TFAIL instead of TBROK
cbc2b0064 : syscalls/pipe13: Add regression test for pipe to wake up all readers
53726ce0f : nfs_lib.sh: Always require exportfs and mount
882f74711 : travis/musl: Update fixed tests
69e287bc2 : syscalls/kill11: convert to new library
df479fb9a : syscalls/fgetxattr02: Use loop instead of RAM disk
f274eb47c : lib: fputs() in print_result() is not signal safe
81b38183f : syscalls/socketcall03, 04: Cleanup && Convert to new API
dfb17a218 : syscalls/socketcall02: Cleanup && rewrite to new API
62cf66294 : travis: Replace s390x native test with cross-compilation
efbe9cd23 : tst_hugepage: remove the surplus variable 'mem_avail'
5fe379ff8 : README: Add link to LTP Library API Writing Guidelines
02d99c635 : doc/library-api: Improve formatting
fdc296eef : doc: Add very simple library API writing guidelines docs
fd894cbb5 : pkey01: disable hugetlb test if failed to reserve hugepage
9c4c3e97e : lib: add .request_hugepages to reserve hugepage
01f8d4129 : syscalls/timerfd01: Port to new library & cleanup
2997d9238 : syscalls/ptrace: Merge ptrace01 and ptrace02
a454cbdb3 : syscalls/quotactl07: add regresstion test for Q_XQTUOTARM
46c619ea6 : Purge temp directory after each run of fallocate05
e68086774 : Add tst_purge_dir() helper function
66508eb0a : bpf: Fix compilation on old distros
537fb6535 : cleanup: avoid to generate many redundant obj files
5d3a2ec8c : Fix BPF test program loading issues
71388f3e4 : Split off executable code from bpf/bpf_common.h
39e193af4 : Redesign TST_RETRY_FUNC()
ea931154c : route-change-{if,gw}.sh: Doc cleanup
6001e433c : syscalls/fsmount01: Add test for fsmount series API
9832fd9c7 : lapi/fsmount: Add definitions for fsmount related syscalls
b6bf84ca3 : configure.ac: Fix items sort
e1e912bd3 : safe_macros: Use tst_umount() in safe_umount()
a6e1a2f9a : tst_umount: Fail immediately when errno != EBUSY
31ad2b591 : syscalls/kill11, abort01: lower MIN_RLIMIT_CORE size
53adfaa72 : syscalls/kill11, abort01: Also raise hard limit when possible
4da0e0a83 : rpc01.sh: Rewrite into new shell API
54f984268 : rpcinfo01.sh: Rewrite into new shell API
23bc7de9a : io/aio02: Drop O_DIRECT flag for tmpfs
164769798 : syscalls/setrlimit06: lower RLIMIT_CPU parameters
1ba4f9dda : travis: Merge debian.cross-compile.*.sh
1d5f1c8ec : build: Disable make install for most of builds
16358eab8 : syscalls/fork12: Taunt OOM killer
fd17464ce : travis/tumbleweed: Fix compilation
7b71c97f3 : travis/debian: Add df diagnostic also inside the container
2e5064f5c : travis: Add set -x to print commands
ea1cab5ce : syscalls/getrandom02: lower bufsize if low on entropy
861b796c2 : travis: Add df to debug not enough space on s390x
452c5132d : autotools: Move simple definitions out of m4/* to configure.ac
677606e91 : Fix releasing loop devices in shell API
1dfd30c73 : linktest.sh: Convert to use getopts + set default values
8878fc683 : ioctl,pty: Add fallback definition of struct termio
21d058d9e : Add Syscall numbers for io_uring_* syscalls
c2f27f6e9 : Add syscall numbers for new file-system related syscalls
b99f7ae45 : syscalls/io_pgetevents: Use tst_syscall() instead of syscall()
998a75c45 : pty: Remove duplicate _GNU_SOURCE definition
3f14ba654 : read_all: skip eeprom and nvmem
b45d82cfb : max_map_count: use default overcommit mode
8b9afc42d : pty02.c: Replace <termio.h> with <termios.h> and <sys/ioctl.h>
a49448f1b : pty03: Add -lrt into LDFLAGS
fed63ce97 : pty03: Add fallback definition for TIOCVHANGUP
51a6583aa : pty03: Remove termio.h
43f923b96 : Blacklist vhangup() syscall in crash02 test
29a2cbb22 : pty03: Regression test for slip/slcan data race
5a7661666 : Add Syscall numbers for io_pgetevents
57a961fc7 : syscalls/io_pgetevents: New tests
54151623a : syscalls/pidfd_open: New tests
7d9c92fe1 : Add Syscall numbers for pidfd_open
15cdb5787 : syscalls/prctl02: Fix.
bef64ba80 : syscalls/vmsplice: Add NONBLOCK testcase
0781bbbe7 : lib: Add timeout to TST_PROCESS_STATE_WAIT
dd0cd70a9 : syscalls/pipe12: add new test for pipe when write bytes > pipe size
c50f05195 : syscalls/add_key01: test the length of payload
35acdd089 : gitignore: Ignore swap files
4ae1009b3 : syscalls/socketcall: Use TCONF instead of TPASS
ef260a144 : config.mk.in: Remove java support
cfc23d570 : syscalls/add_key02: add the "big_key" key type
5cfb4feaa : syscalls/timer*: add linux git tags for timer testcases
333a47bea : socketcall01: Use tst_syscall()

+- Project: platform/external/lua

1c57725 : Move ScriptExecutor to framework apex module
b375a44 : Update CPE in external packages Bug: http://b/201572953

+- Project: platform/external/lz4

7149a57 : Make lz4 ramdisk available
48d9b74 : update cli entry
0760724 : update doc
f61b034 : fix minor win32 warning
99ba44a : fixed minor Visual warning
e0f85f2 : better visual conformance
581c459 : restrict BitScanForward() to VS2005+
be13653 : fix minor parse warning
36eadb2 : all usages of prefs within lz4io are const
7315c6e : LZ4IO_openDstFile() doesn't need pref mutability
849ebae : fixed force --sparse mode
5fa6417 : dictionary functions don't need prefs mutability
772a312 : LZ4IO_createDict() doesn't need prefs
8af3801 : LZ4IO_decompressSrcFile() doesn't need mutable prefs
2b3445a : selectDecoder() doesn't need mutable prefs
8d37662 : LZ4IO_passThrough() doesn't need prefs
c8c3f8e : LZ4IO_decompressLZ4F() doesn't need mutable prefs
a203cb2 : LZ4IO_decodeLegacyStream() doesn't need mutable prefs
f81f3a2 : LZ4IO_fwriteSparse doesn't need writable prefs
22729ec : minor refactor
b7c6fc9 : minor refactor of lz4io
1921a05 : appveyor artifact generation
d2a1f3b : fix cmake build of shared dll with visual
f9631e4 : updated NEWS for v1.9.3
86f5e9d : minor : lz4frame include stdlib only if needed
2c4af01 : proper fullbench's LZ4_calloc()
a296839 : changed LZ4_calloc() to a 2-arguments signature
adc46ea : fix fullbench's LZ4_free()
243ea56 : fix travis test
52646e8 : first proposal for LZ4_USER_MEMORY_FUNCTIONS
c76564b : attempt at silencing cppcheck
2a2b10f : fixed remaining ubsan warnings
2964b8a : fix #874
38b77ec : fullbench: added LZ4F_decompress_noHint()
af58d23 : added test for LZ4_decompress_safe_withPrefix64k()
be63455 : update obsolete section documentation
e251a84 : fix minor UBs
b16b9fc : added similar tests for LZ4_saveDict()
a2222a8 : fix #926
f61eeb7 : Revert "Replace "static" to "LZ4_FORCE_INLINE" for small functions"
d4bfcf8 : fix #935
27959b4 : LZ4F_decompress requires a valid dctx state
67e661a : static state size
211d653 : re-enable alignment test on all targets
0c56f83 : unified internal state declaration
7843307 : document LZ4_ALIGN_TEST
e968a24 : unified alignment test
073fe18 : [ossfuzz] Fix parallel builds
ad55210 : fix minor explicit cast
0e3933e : Replace "static" to "LZ4_FORCE_INLINE" for small functions
749bd91 : Replace define LZ4_FORCE_O2_INLINE_GCC_PPC64LE to LZ4_FORCE_INLINE
c4792cd : Fix: The "inline" specifier do not use for LZ4_wildCopy8 and LZ4_wildCopy32
c24e979 : [lz4hc] Made function LZ4HC_encodeSequence a human readable
4b97866 : reduce new test stack usage
389eacd : Appveyor: added compilation and runtime fuzzer tests
2631002 : preserver alignment test on Visual Studio x64
c661add : fixed x32 test on Travis
58c0a54 : fix cppcheck unused variable warning
de52a52 : added LZ4_streamHC_t init test
056cdd6 : define sentinelTest
a88c8fb : make it possible to select SCANBUILD binary on command line
1e5ff76 : add LZ4F_decompress() tests with (NULL,0) input and output
03f006a : make scan-build accept assert()
1e31f1d : fix bad init scenario
fe74eb2 : added memcpy() related SA warning fixes
7d21f76 : fix conversion warning
ad2d276 : fix minor static analyzer warnings
392809d : fix minor static analyzer warnings
293713a : bump version number
ab89dda : improved last literals run on LZ4_compress_destSize
89736e4 : ensure last match not too close to end
a13c79d : fix incorrect counting
e7fe105 : fix efficiency of LZ4_compress_HC_destSize()
9730d91 : Fix compilation with TinyCC
ee4f37d : fix compressing into NULL
63942cd : Add CMake option LZ4_BUILD_CLI.
dc27b7a : comment bug on older versions of ZSTD_compress_destSize()
4f57219 : fixed ubsan tests with dynamic library
b223f11 : ubsan: make pointer overflow recoverable
10d2e1c : fixed lz4frame with blocks of size 1
b4a64e0 : fix ubsan test
ee01df1 : added the actual code change
da12729 : fix #847
4f33a59 : added test triggering NULL arithmetic with usan
8b75d40 : fixed minor pre-existing printf formatting
875308f : fixed strict c90 support
c5d6f8a : fix #783
5243173 : added documentation about LZ4_FORCE_SW_BITCOUNT
5b3f945 : fix test under non-interactive environment
224735e : added more tests around --content-size
65f081c : use variables for program invocation
a58b7ac : fixup: Portable fileno()
86edeb6 : fixup: C90 compliance, clean up stat() types/calls
f803995 : [CI][ossfuzz] Fix string equal
9a76580 : Use fstat() to determine file size.
0002563 : removed LZ4_compress_fast_force()
184a487 : added target aarch64, ppc64lw and s390x to TravisCI
e97ff29 : [CI][Fuzz] Fix Travis-CI fuzzer tests
31d477d : [build] Move CMake and Visual build systems to build/
e45defa : silence warning
5ab7d22 : clarify endMark definition
e9cfa49 : Clarifies and fix EndMark
ab71392 : fix issue #783 (#862)
f9f3fdf : added test decompress-partial with extraneous input bytes
e728974 : rejigger bit counting intrinsics
3dd34df : added target lz4-wlib
28e5a4e : fixed test of gnu c version
a29ade1 : fix #832
7b1b078 : fix #876
b01c580 : add test that breaks --fast
a78235e : Fix Enum Casts
9af86f0 : Remove dirty Field From LZ4_stream_t
ae13726 : LZ4LIB_VISIBILITY -> LZ4FLIB_VISIBILITY in comment
d739923 : Remove Extraneous Reset in LZ4_attach_dictionary()
fe2a1b3 : Call LZ4_memcpy() instead of memcpy()
e416cc9 : Optimized by replacing `endl` with `'\n'`
4ebc792 : meson: remove build requirement for distutils
e68c7d3 : avoid computing 0 offsets from null pointers
49b3ad4 : Update issue templates
a05312d : bsd upsate to 12-1
7c57828 : Fix tests on OpenBSD
2a7203c : add tests
57c3551 : fix LZ4F_compressBound when automatic flushing is enabled
7a75b04 : Reducing stack usage in _t_alignment checks
12001d6 : Avoid old-style function definitions
8ec5ee3 : Add LZ4FLIB_VISIBILITY for controlling library symbol visibility
c5af699 : Adding issue templates
3f53227 : Add test scenario test-lz4-multiple-legacy
781417a : Implement -m option with legacy format on cli
ac4940c : Fix lz4cli --list option
4cc9d86 : fix malloc handling
2553cd5 : fix: allocate LZ4HC_optimal_t opt on heap each time (#837)
e55548b : updated NEWS for v1.9.3
7224f9b : Force inline small functions used by LZ4_compress_generic.
d28e49b : Add vcpkg installation instructions
d755f87 : fixed lz4hc assert error
0f6cbd9 : faster decoding speed with Visual
059682f : Fix typos in streaming_api_basics.md
935b432 : bring support for Haiku up to date.
cc91777 : Make benchmark compatible with dictionary compression
de44877 : project: VS2017: add lz4 project
2c392c5 : project: visual: fix VS2010/17 gitignore
dcdb9c7 : Adding unamestr var
77e6ff1 : Adding condition for FreeBSD and using gmake
c0acce9 : Using instead of gmake (to address the travis failure)
b2c1fa8 : Using gmake instead of make
60d6533 : Adding cirrus config file for freebsd-12-0
b6623e7 : meson: move one layer deeper to allow easy construction of a wrap file
192161e : Using size instead of LZ4_compressBound(size) <- causes heap overflow
c5a83c1 : Have read_variable_length use fixed size types
8edc587 : Retreiving 32 bits from the end for fuzzer
9cb73d6 : Addressing naming nits and moving size modification up in all fuzzers
2086942 : Seperating the seed generation and use
a55095d : util.h: Remove deprecated utime for non-Windows
7d153a7 : Making fuzzers use dataProducer api instead of random seed for decisions
28964f4 : fixed #778
dc17d39 : Adding comments, fixing nit, and hiding the struct in data producer api
f839e9f : Seperating fuzz data producer api impl and header, using data producer on the easy fuzzers
a9ac056 : Created a data producer API and used in decompress_fuzzer
fad8c97 : Adding fuzz data producer for uint32 and using in decompress_fuzzer

+- Project: platform/external/lzma

1af9195 : Add ramdisk_available to init_first_stage's deps

+- Project: platform/external/mdnsresponder

4400e30 : Fix listing of interfaces with ID > 255
da08962 : Keep interface ID stable when rebuilding list
59745b3 : mdnsresponder: switch OWNERS to core networking
9996943 : Increase keyword buffer size to 11 since we read up to 10 bytes.
68540b6 : Update cpe for vulnerability scanners
c7387df : Don't diverge from upstream on a debug print
f013286 : Make mdnsd a dynamic executable.
802b233 : Remove obsolete owner.
5bac434 : Stop building mdnsd for the host.
0b851e8 : Don't build mdnsd for Windows.
fc99efe : Use fnctl.h instead of sys/fcntl.h for O_RDWR

+- Project: platform/external/mesa3d

d007afcf240 : Fixes YV12 image creation crash
347027d2587 : Hack to handle latest minigbm changes
4e58d024039 : Remove Casey from OWNERS
12b754cc313 : Move comment to license_note
8df5664aa48 : Add updated cpe for vulnerability scanners
e6c0032c88c : Generate parser file in out/ instead of root of source tree
55403f73f95 : [LSC] Add LOCAL_LICENSE_KINDS to external/mesa3d

+- Project: platform/external/minigbm

dbc63f7 : Merge remote-tracking branch 'goog/mirror-aosp-master' into 'goog/tm-dev'
9b27657 : minigbm/virgl: Add NV12 to texture formats am: 335711e592 am: c82c24d75d am: ce55ee6b5b am: 7f7db19a83 am: f41e8e1254
8247527 : minigbm: Add HAS_DMABUF_SYSTEM_HEAP to the msm build target
db3c6fc : gralloc: Hide dmabuf heap allocator behind of a flag
9f0521c : gralloc: Enable dmabuf system heap for Cuttlefish
1a73337 : minigbm: i915/amdgpu: Update plane count in bo_import
c37de98 : minigbm: mediatek: use the HW_VIDEO_ENCODE padding for camera preview
860fbc8 : Revert "gralloc: Use libminigbm_gralloc4_utils in allocator4/mapper4"
4674c0e : gralloc: Avoid setting out handle before allocate finishes
5e26e6d : gralloc: Use libminigbm_gralloc4_utils in allocator4/mapper4
0f93723 : Reland: gralloc: Adds Minigbm AIDL allocator
3b5bd44 : gralloc: Add libminigbm_gralloc4_utils
fc5b72f : COIL: Migrate master to HEAD
95b765d : Revert "gralloc: Adds Minigbm AIDL allocator"
7d0aa67 : gralloc: Adds Minigbm AIDL allocator
407eb0e : Revert "minigbm/msm: Disable UBWC for video gtest"
eaafb20 : gralloc: use a struct for imported handle info
736a8d7 : gralloc: re-add tracking imported handles
cf5c7eb : gralloc: Update reserved region fd check
40d5c7d : gralloc: use dmabuf-heaps when available
35fd7d2 : mediatek.c: Don't use 64-stride alignment for video on 8173 (hana)
b6aeea6 : gralloc: Use std::unique_ptr for drv_
d63bacd : gralloc: Use std::unique_ptr/std::make_unique
0e9bd65 : gralloc: Move buffer name out of cros_gralloc_handle
b4eb84d : gralloc: Support gralloc->set(<metadata>)
d6d2fc5 : gralloc: Replace for-each-handle ​with for-each-buffer
13f1a5e : gralloc: Adds getters to cros_gralloc_buffer
06fe94c : gralloc: minor re-organize setting import data
6235f17 : gralloc: cros_gralloc_buffer always owns a cros_gralloc_handle
26a83b5 : dri: use unsigned char instead of GLboolean
1b38639 : gralloc: Fix reserved region fd check
c8c61d3 : i915: Disable Render Buffer compression for Gen11
044c6b8 : Revert "i915/gen12: Fix plane offset for Y-tiling"
17fa1a8 : Revert "i915/gen12: Fix row stride for Y-tiling"
daa7273 : i915/gen12: Fix plane offset for Y-tiling
0f9bd72 : i915/gen12: Fix row stride for Y-tiling
f76db98 : virtgpu_virgl: Extend the supported P010 usage cases
7e669ca : gralloc:fix incorrect plane layout of DRM_FORMAT_XBGR8888
06cf1f1 : msm: Support fp16 and rgba1010102 formats
8fe9f19 : minigbm/mediatek: allocate NV12 video buffers for MT8186
043d480 : minigbm: Extend OWNERS

+- Project: platform/external/minijail

ff062d5 : rust: remove redundant format in unreachable
6de291f : Add OWNERS_GENERAL so it can be inherited without 'no parent'
f486e26 : libminijail: Set the controlling tty if appropriate.
7e146a2 : tools/compile_seccomp_policy: align BPF buffer
7587aa0 : Add minijail to hwasan-postsubmit.
c97c0be : rust/minijail: add API to parse raw BPF bytes
96db6fc : style: fix const char array definitions
e51526c : README: update tast test targets
138761f : Makefile: revert the usage of $(ECHO) temporarily.
c628910 : cli: add a new long option '--ns-mount', equivalent to '-v'.
f65da3a : minijail0: implement --env-reset and --env-add
e16ab3e : cli: rewrite usage output
a74bc79 : cli: sort short options
4ffd7e5 : cli: switch long option names to enums
4ab1a2c : Add riscv64 support
fdc98d6 : run clang-format over minijial0_cli.c
a9e7226 : Add two compile-flag protected security checks on the conf file.
4170a27 : rust/minijail: add Minijail::run_command
50e99bf : rust/minijail: add minijail::Command::envs
42fca92 : rust/minijail: add minijail::Command
dac801f : drop redundant \n with err calls
68f7ccd : switch to err.h for showing fatal CLI errors
a83c4a7 : Tests: Add `source_path` to `test_util.h`
d4911dd : minijail0: use gid_t/uid_t for set_group/set_user/add_suppl_group
2b9f5be : Tests: Do not needlessly copy `std::string`
0b83334 : config_parser: Include missing standard headers
3cf37e1 : libminijail: fix possible stale pointer free() in minijail_unmarshal
66bcc8c : libminijailpreload: proper env cleaning
44461c7 : minijail0 cli starts to parse conf file.
9a3eaa3 : minijail: Support octal number values in python parser
5ba80bc : Fix cross compile prefix for gnueabihf environment
e1a48f5 : Handle the wait error
d90a268 : github: enable cron schedule
5a40d1d : add DIR_METADATA
7067498 : constify log syscalls
0bfcbff : mark getopt arguments static
59b0ebe : ANDROID: Extend host glibc workaround to faccessat2
eef6d56 : Regenerate linux-x86/libsyscalls.gen.c
5158f55 : Add a config parser to load config file in cli.
e933fce : util: add helpers for automatic cleanup of strings on scope exit
cc061ab : minijail-sys: stop trying to build specific minijail targets
d01c602 : build: fix up quiet output
572bab2 : util: use asprintf for path joining
43c54d7 : unittests: unify boiler plate settings
77383c7 : Re-add seccomp policy tracking.
fd2ce62 : gtest: update to 1.11.0
9f40732 : linter: Remove line format check.
2c79445 : util: Move getmultiline() from syscall_filter to util.
171ee1e : Add a test util library.
306e092 : github: update pull request closer
ed7a1d0 : Add ability to pass list of dangerous syscalls.
1bc7985 : Add a flag to control linter behaviour.
28c64b6 : check fopen call to /proc file
bc6c33f : seccomp: tighten up generated header output
2140156 : github: add a Coverity Scan job
25d0f2b : minijail: Check for MINIJAIL_DEFAULT_RET_LOG flag
6822c05 : minijail: Add c header file output option to compile_seccomp_policy.py
335b0bf : Revert seccomp tracking changes.
a6d9745 : rust: disable bindgen header with version number
484b31b : minijail: fix unused variables in libminijail-private.h
c1118f6 : minijail: Don't allow -L and compiled seccomp policy
7ae41c2 : Run clang format on libminijail-private.h and libminijail.c
66f61ff : Run child processes with the SECCOMP_POLICY environment variable.
60f60e2 : minijail: Add logging to python compiler
230e89a : Track seccomp policy file name and print it on policy violations.
93438ca : Fix EPERM in minijail_run_fd_env_pid_pipes.
5cc0b41 : minijail-sys: Enable cross-compilation in build.rs
cdc8af3 : minijail: Make denylist compiler return Errno
bb2efc5 : minijail: Add swapon and swapoff to seccomp linter
c838e36 : minijail: Add duplicate syscall checking to seccomp linter
8cc919a : Add Allen to OWNERS.
74296b3 : rust/minijail: Add support for fexecve.
2e46c51 : rust: Add bindgen logic to build.rs.
de0f0e7 : rust/minijail: Remove fork from tests.
05af776 : Add minijail_run_fd_env_pid_pipes with support for fexecve.
e901bdd : minijail: add to uprev docs
94cff17 : util: add helpers for automatic cleanup of fd's on scope exit
21764b8 : Add upgrade instructions for Chrome OS.
c150d6d : util: expose cleanup APIs for C code only
9c3abf5 : rust/OWNERS: Replace xooglers.
543e374 : seccomp: Add seccomp policy linter in minijail/tools
66417bd : Relocate pipe_fds if they would be clobbered by a redirected fd.
1e925f7 : Clear FD_CLOEXEC for preserved file descriptors.
debdf5d : util: add helpers for automatic cleanup on scope exit
99f8416 : Remove libc_headers from cc_object
8ef6125 : minijail: add default ret log build-time option
4820a38 : seccomp: Define and parse new denylist policy language
005c903 : Fix a few fd leaks.
ceb8000 : minijail: Modify compile_seccomp_policy to compile denylist policies
2453b1f : rust/minijail: Make path to sleep in test an absolute path.
21eaf62 : rust: Bump patch version numbers since new APIs were added.
b06ce9b : Increase MAX_PRESERVED_FDS to 128
14ad2ce : Make available to com.android.compos apex

+- Project: platform/external/mobly-bundled-snippets

09edf69 : Revert^2 "Set build rules for mobly bundled libs"
520c81c : Revert "Set build rules for mobly bundled libs"
4c0499e : Set build rules for mobly bundled libs
bcbece2 : Initial empty repository
1ff2867 : Add the Rpc for `AudioManager#isMusicActive` (#144)
9d70d22 : Remove trailing spaces. (#143)
978af86 : Gets data and voice network type from TelephonyManager. (#141)
721de46 : Respectful code cleanup. (#140)
a548244 : Refresh mbs project with latest gradle, build tools and dependencies. (#139)
9190cc3 : Additional condition to allow wifi to fully connect. (#138)
fe52142 : Revert c5093aad6df3096498cb396da299793d8b13db56 due to import incompatibility (#136)
05ceaf2 : Improve the reliability of bluetooth state change Rpcs. (#134)
faa3ca3 : Merge unnecessary lines in UiautomatorSnippet (#135)
c5093aa : Add snippet for UI hierarchy dump. (#132)
ecc2ee7 : update btBecomeDiscoverable to handle api level (#129)
8c035ba : Add a Rpc "btIsA2dpPlaying" to BluetoothA2dpSnippet (#128)
5882098 : Fix exception in "trimQuotationMarks()" method (#125)
13af002 : Fix "JavaCodeClarity" problem for BluetoothHearingAidSnippet (#122)
430271f : Create BluetoothHearingAidSnippet.java (#119)
fa182fd : fixed lint error
58d8b2c : Minor review comment fixes
e62de2e : Renamed and embedded sdk check in method
9da2670 : Refactored out shell permission adoption routine
a45ca74 : updated to use target sdk version to check if shell permission is needed
431ae9a : Cleanup UiAutomator connection so it won't block other from using since UiAutomator only support a single connection at a time.
5243a3c : Cleanup UiAutomator connection so it won't block other from using since UiAutomator only support a single connection at a time.
b058548 : Handle Wi-Fi permission requirements in Q. (#112)
c2841cf : Remove unnecessary `toString`. (#110)
2ce5ca9 : Fix a potentialy NPE in wifiConnect. (#109)
244d747 : Add api to remove account. (#108)
a727fbc : Add an API to check if 5G Wi-Fi is supported. (#107)
62f5ef2 : Remove an unused inner class. (#106)
35e1bfa : Migrate to androidx packages (#105)
2fa52ef : Adding APIs to get the External Storage Directory. (#104)
0413539 : Bring line 97 under 100 characters (#103)
2e3f116 : Add RPCs to get/set voice call stream volume (#102)
598a232 : Fix errors that prevent the apk from building and running (#101)
937a107 : Use multidex (#100)
aad9337 : Add bt cancel discovery. (#98)
ec285eb : Update gradle version and deps. (#97)
770ccb9 : Add functionality to specify timeout for waitForSms. (#95)
f4244d6 : Update gradle versions. (#96)
7fa78b2 : Fix typo in wifiConnect. (#94)
f42e4c4 : Use annotation instead of executor for `makeToast`. (#93)
31c3b90 : Fail `wifiConnect` if the network specified does not exist. (#92)
e741403 : Handle a possible race condition in wifi/bt toggle. (#91)
1bcd428 : Fix version warnings for gradle builds (#87)
9533653 : Fix a misuse of enum in Ble scan record. (#86)
fe0b2f4 : Typo (#88)
212c2df : Revert "Make linter happy. (#81)" (#85)
3740244 : Make linter happy. (#81)
2797e51 : Add Rpcs needed to download files via HTTP. (#80)
7f7798e : Add a networking snippet module. (#78)
ccedca0 : Add synchronous waitForSms (#76)
c941a46 : Upgrade MBS to using snippet lib 1.2. (#73)
084eb93 : SmsSnippet cleanup (#72)
4dbbe06 : Add SMS snippet (#69)
3b48f2d : Do not attempt to modify a network in wifiConnect. (#68)
5d45a95 : Check for current network activity before deciding it is already connected. (#70)
80d6246 : Run linter on MediaSnippet. (#67)
fd5d5cc : Remove bt snoop log APIs. (#66)
fff9f69 : Add an rpc to check if wifi is enabled. (#65)
4e41427 : Initial audio playback functionality (#62)
1627da0 : Added support for Unknown BT device type (#63)
947441a : Minor bug fix to btUnpairedDevice() (#61)
1888b5d : Add method to clear configured networks (#55)
5b6e67f : Make all warnings abort compilation (#58)
00016a0 : Update toolchain version per Android Studio prompt. (#56)
5c21f24 : Add MODIFY_AUDIO_SETTINGS for setMicrophoneMute (#57)
4e01d97 : Add basic Bluetooth pairing and A2DP connection features. (#54)
ec29dcc : Add Rpcs for basic Android logging. (#52)
2af13eb : Microphone mute RPCs (#53)
8a7fe9a : Add basic Bluetooth LE advertising and scan support. (#47)
e9c9480 : Adding BT RPC getAddress (#50)
a9afffd : Increasing bt discovery timeout from 1 to 2 minutes for btDiscoverAndGetResults() (#49)
ae09139 : Update toolchain version. (#48)
1198818 : Added Rpc to enable/disable wifi-verbose logging on API 21+ (#46)
796a975 : Simplify API required to call methods by reflection. (#45)
fec0d88 : Fix issues related to WifiManagerSnippet. (#44)
5858a6e : Add Bluetooth Rpcs needed to support making the device discoverable. (#41)
6f3d76c : Throw exceptions in case of failure to enable or disable HCI snoop log. (#42)
dcae801 : Fixes in `serializeBluetoothDevice`. (#34)
4c0c5d6 : Add Wi-Fi soft ap related Rpc methods. (#35)
3c4740c : Add Rpcs for enabling/disabling bt snoop log. (#39)
d6ae292 : Gradle updates suggested by Android studio. (#38)
5485b18 : Squash "serializable class has no definition of serialVersionUID" warnings. (#37)
5b20052 : adding methords for BluetoothAdapterSnippet with serializer (#26)
6607e94 : Remove unused var mIsScanning from WifiManagerSnippet (#32)
d10e236 : Allow calling wifiConnect with the connected network. (#28)
272e22a : Run googleJavaFormat. (#30)
59712de : Add macOS index file to gitignore. (#29)
ee617f3 : Adding content sync controls to AccountSnippet. (#25)
1b53366 : remove unused imports in AudioSnippet (#23)
dd918fe : Get the number of streams for muting through reflection. (#22)
64c7740 : Add macOS index file to gitignore. (#21)
75c9e61 : Add some simple telephony and audio controls to MBS. (#14)
9981615 : Minor fixes to Mobly Bundled Snippets. (#19)
c82a5a3 : Support adding and listing Google accounts. (#16)
9ee1c6e : Target sdk 22 so we don't have to deal with runtime permissions. (#15)
9896303 : Add makeToast.
f33dbc0 : Stop building with Jack. (#11)
2e3633d : Increase gradle jvm heap to avoid warnings being printed to console. (#10)
583ca8d : Add target for source jar. (#7)
0eb024b : Utilities, conventions, serialize/deserialize mechanism, and basic Wi-Fi APIs
ae805aa : Fix snippet lib dep.
876ea66 : Basic bundled snippet to control bluetooth.
21610ec : Create an empty repository.

+- Project: platform/external/mobly-snippet-lib

c1a1245 : Set sdk_version on mobule snippet lib
d633730 : Revert^2 "Set build files for the mobly snippet lib"
85489b1 : Revert "Set build files for the mobly snippet lib"
7a46635 : Set build files for the mobly snippet lib
a18b215 : Initial empty repository
ac80957 : Setting class loader before unmarshalling bundle to prevent java.lang.ClassNotFoundException.
bdb2245 : Add changelog message for PR #111
1a6913a : Snippet lib release v1.3.1
b172910 : Use Maven Central for snippet-lib releases; clean up Gradle configs
b6e05f1 : Added Notification for O (#111)
43942f8 : Update Gradle, project dependencies, and SDK versions. (#110)
f539452 : Add support for long arrays as snippet parameters (#105)
f92217a : Add a default close method. (#104)
6486fbb : Fix examples. (#102)
a337f51 : Migrate to `androidx`. (#101)
e95b40a : Update toolchain and make the lib build again. (#100)
69b6fb3 : Add missing period to ex2 test and snippet (#99)
1706b21 : Fix a few spelling mistakes in README.md (#98)
e2f6e34 : adds a missing manifest for the instrumentation test in example2 (#97)
97eedb0 : Add missing snippetImplementation dep in gradle for ex2, and sort deps. (#96)
56a86a0 : Update gradle and project deps. (#94)
035c2b1 : Snippet lib release v1.3.0. (#92)
1567f0b : Minor clean ups (#87) (#91)
3f4002e : Support JSONArray parsing. (#89)
df4a0e8 : Minor clean ups (#87)
9116d93 : Fix a crash caused by custom converter (#88)
c2d947e : Support custom converters of non-primitive types. (#86)
4d02684 : Revert "Revert "Update gradle, dependency versions and fix lint reported issues (#80)" (#82)" (#83)
c0d86eb : Revert "Update gradle, dependency versions and fix lint reported issues (#80)" (#82)
aeddc8b : Update gradle, dependency versions and fix lint reported issues (#80)
f48f37f : Upgrade gradle version per IDE suggestion. (#79)
94d1799 : Walk up the stack trace from the correct index (#76)
100d1ed : Fix Naming of `Log.APK_LOG_TAG` (#74)
d4733be : remove tabs (#72)
2c96b10 : Fix a typo in the Espresso example README.md (#71)
346bb72 : Better way to find the name of the calling class of logger (#70)
aca997a : Remove an error message check that may return null. This will expose … (#68)
a6f4252 : Add all examples to top level readme and massage descriptions. (#67)
5250e70 : update gradle and linting (#65)
1dfee3c : Fix format warnings (#66)
b53f51e : Support of RPC scheduling (#61)
8c963b0 : Prepare for next development iteration.
04d3421 : Snippet lib release v1.2.0.
6c2e991 : Group methods in help() by class. (#57)
110f5c7 : When launching snippet, print protocol version and port to output. (#59)
0f203a5 : Create an example for how to use UIAutomator. (#54)
35315da : Prepare for next development iteration. (#56)
f2fa372 : Snippet lib release v1.1.0. (#55)
3797ad6 : Fix lint for multiple files. (#53)
faac430 : Invoke RPCs on the main thread if they are tagged with @RunOnUiThread. (#47)
b4ae8d0 : Use double-checked locking instead of 'synchronized' in EventCache. (#52)
9666983 : Clean up Log.java. (#48)
0b65e00 : Remove an unused var. (#46)
03f5981 : Async rpc updates. (#43)
2d15a98 : Add linting to mobly-snippet-lib gradle.
b1f23a3 : Add support for asynchronous Rpc (#38)
0f9ab75 : Lint source code to AOSP. (#34)
c3eaca9 : Prepare for next development iteration. (#36)
9384f22 : Snippet lib release v1.0.1. (#35)
98a2346 : Fix exception handling in snippets. (#32)
03478b8 : Don't explode if the binary into which snippet-lib is linked has junit tests. (#28)
83f36f7 : Update readmes to point to the real published version of the lib. (#22)
6bf4dbf : Prepare for next development iteration.
382721a : Update .gitignore and description
29932a5 : Add bintray packaging info into build.gradle.
513dcd7 : Packaging improvements.
c3bbc94 : Bump version to 1.0.0 for release.
a37aeec : Update READMEs of examples to use snippet_shell. (#16)
787e6a7 : Rename example folders so they do not start with a number. (#15)
4440d47 : Propagate exceptions out of SimpleServer instead of returning null. (#9)
5b63815 : Handle the ability to properly stop the snippet apk. (#7)
b8c7be8 : Fix handling of closeSl4aSession by writing an empty RPC result.
e015bd3 : Remove unnecessary uses-library in the main manifest.
84a0df1 : Fix notification handling from inside a test apk.
ebf3df5 : Start the snippet server from the instrumentation process, not a separate service. (#5)
5243ca1 : Add an espresso test to the 2_espresso example.
0d91300 : Fix relative links in README.
acc0748 : Remove the 'facade' package and FacadeManager.
a113c04 : Update documentation to reflect the new instrumented snippets.
9bf5274 : Rework the example to show how to use the new instrumented snippets.
348ee11 : Minor cleanups to the snippet lib.
f417eaa : Launch snippets as an instrumentation rather than a service.
171092d : Create a builtin help() RPC.
b1b8b50 : Add a README.
b13bdd2 : Add an example app which shows how to use the library.
60c2591 : Rename RpcReceiver to Snippet.
146e4a6 : Refactor SL4A to act as an RPC library.
30e605f : Pristine checkin of sl4a from AOSP.
f9ce4ba : Add CONTRIBUTING and LICENSE files.
a786d54 : Create an empty repository.

+- Project: platform/external/mockftpserver

811be70 : Jeff moved to a different team so remove him from OWNERS
8e23964 : mockftpserver: drop .classpath files and update README.txt
1fcee32 : mockftpserver: Remove pom.xml files

+- Project: platform/external/mockito

2365a12 : Updating byte-buddy from 1.8.15 to 1.9.3

+- Project: platform/external/modp_b64

74543e1 : Clear apex.go entries for bluetooth libs
0dfb806 : Adding min_sdk to the libs the bt apex depends on
6353ccb : Add ramdisk_available to init_first_stage's deps

+- Project: platform/external/ms-tpm-20-ref

50ad7bf : Add license_note
5d68d01 : Remove external/ms-tpm-20-ref/.gitmodules and submodule directories
39b8cf3 : Don't use the debug RNG in the TPM sim

+- Project: platform/external/mtools

8c780b3 : Add license_note and GPL 3.0
39bbd96 : Upgrade mtools to 3.0.37
ffef67d : Fix building against musl
1bf9d00 : Reland "ANDROID: Disable HAVE_GETPASS for bionic"

+- Project: platform/external/mtpd

b369aee : mtpd: switch OWNERS to core networking
e4ca2c4 : Enable Async MTE in mtpd.

+- Project: platform/external/musl

76db0349 : Add more files to the musl sysroot for rustc builds
782759fa : Disable stack protector and stack variable initialization for crt objects
7a43f6fe : release 1.2.3
01b14242 : accept null pointer as message argument to gettext functions
6d8a5157 : fix invalid free of duplocale object when malloc has been replaced
760f5d7e : fix __WORDSIZE on x32 sys/user.h
bdb54540 : sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13
aa3bab6c : sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13
a8300f5d : elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13
dda21f10 : netinet/in.h: add INADDR_DUMMY from linux v5.13
ee05b11b : bits/syscall.h: add landlock syscalls from linux v5.13
1ee8109e : netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12
bc89c311 : netinet/tcp.h: add TCP_NLA_* values up to linux v5.12
9ffd1454 : s390x: add ptrace requests from linux v5.12
f7d3db5b : bits/syscall.h: add mount_setattr from linux v5.12
e99c4258 : signal.h: add new sa_flags from linux v5.11
993cccce : signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11
3dcbd896 : signal.h: add si_code values for SIGSYS
30c8a145 : netinet/tcp.h: add tcp zerocopy related changes from linux v5.11
b54f481f : netinet/if_ether.h: add ETH_P_CFM from linux v5.11
c5ecaca7 : sys/socket.h: add new SO_ socket options from linux v5.11
f35b99b3 : sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11
b21f3ded : bits/syscall.h: add epoll_pwait2 from linux v5.11
3aba2150 : nice: return EPERM instead of EACCES
74a28a8a : protect stack canary from leak via read-as-string by zeroing second byte
7c0c7a75 : math: avoid runtime conversions of floating-point constants
e2820e74 : Add libunwind to libc_musl.so
20d468b1 : Mark _start reference as hidden
588f5ad3 : Include libc++ and libc++abi in musl sysroot
f8bdc304 : fix spurious failures by fgetws when buffer ends with partial character
5690668a : add missing strerror text for key management
44afa750 : Add linker scripts for embedded linker to sysroot
3b7b4155 : fix out-of-bound read processing time zone data with distant-past dates
c798a68b : Add kernel uapi headers to sysroot
2a1464cc : Embed libexecinfo and libb64 from bionic
d38b92fc : Update sources.bp for mallinfo
a3deaf3e : ANDROID: Add mallinfo2 and mallinfo
7e8fb9d5 : Add pthread_sigqueue.c to sources.bp
0ee7f66d : FROMLIST: Add pthread_sigqueue
a0849602 : FROMLIST: add SEEK_DATA and SEEK_HOLE to <unistd.h>
53f0c2d2 : Add bits/ headers for linux/in.h
0c85068d : Build a musl sysroot zip
827123b0 : Silence unused argument warnings when building .s files
109b21bd : ANDROID: Make musl libc soname configurable
75b3412f : fix potentially wrong-sign zero in cproj functions at infinity
2118fe8b : Update sources.bp after upstream merge
52f0deb9 : make fseek detect and produce an error for invalid whence arguments
cbacd638 : add SEEK_DATA and SEEK_HOLE to unistd.h
c4d4028d : fix failure to use add-cfi scripts on asm when building out-of-tree
775bde6b : fix wcwidth of hangul combining (vowel/final) letters
8d404733 : fix mismatched signatures for strtod_l family
98e688a9 : define NULL as nullptr when used in C++11 or later
8274aaaa : fix hwcap access in powerpc-sf setjmp/longjmp
3733c831 : fix struct layout mismatch in sound ioctl time32 fallback conversion
47fbb297 : Disable musl for linux_bionic and darwin
b76f37fd : add qsort_r and make qsort a wrapper around it
7be59733 : add SPE FPU support to powerpc-sf
e3e7189c : fix undefined behavior in getdelim via null pointer arithmetic and memcpy
a9f0e6b8 : Revert "ANDROID: Set ANDROID_HOST_MUSL for musl builds"
69c3608c : ANDROID: Set ANDROID_HOST_MUSL for musl builds
b713b8b2 : fix excessively slow TLS performance on some mips models
e206d580 : ANDROID: fix unresolved weak tls symbols
9a1520e8 : ANDROID: Add compatibility headers to compile bionic-unit-tests-glibc against musl
b4848eec : ANDROID: fix type of sysinfo.uptime
d5653711 : Disable musl build on darwin
195a9b35 : Add android compat headers
22a72b04 : Add Android.bp file to compile libc_musl
35c0a112 : ANDROID: add embedded linker trampoline
3eed6a6f : fix error checking in pthread_getname_np
3f701faa : fix libc-internal signal blocking on mips archs
b0a973b5 : ANDROID: use libc_musl.so instead of libc.so
8dbf5d1b : ANDROID: Fix warning in musl sys/socket.h
0fbd7d66 : fix broken struct shmid_ds on powerpc (32-bit)
4f3d346b : math: fix fmaf not to depend on FE_TOWARDZERO
2a73a26b : Add LICENSE, METADATA, MODULE_LICENSE_MIT and OWNERS files
937822ab : fix TZ parsing logic for identifying POSIX-form strings
30bc338e : Initial empty repository
1f0c7cb1 : riscv: rename __NR_fstatat __NR_newfstatat
d8cb888d : remove return with expression in void function
b7a130e0 : remove unnecessary cast for map_library return
bd3b9c4c : add pthread_getname_np function
e1a51185 : fix popen not to leak pipes from one child to another
e74acd59 : remove spurious lock in popen
9a40e842 : define __STDC_UTF_{16,32}__ macros
aad50fcd : fix regression in dl_iterate_phdr reporting of modules with no TLS
0ea78a64 : nscd: fall back gracefully on kernels without AF_UNIX support
95a540e1 : mallocng/aligned_alloc: check for malloc failure
2c00f95c : make epoll_[p]wait a cancellation point
521b4d27 : fix dl_iterate_phdr dlpi_tls_data reporting to match spec
122002f0 : remove no-longer-needed special case handling in popen
8ef9d46f : use internal malloc for posix_spawn file actions objects
cfdfd5ea : don't fail to map library/executable with zero-length segment maps
e48e99c1 : suppress isascii() macro for C++
b129cd86 : guard against compilers failing to handle setjmp specially by default
3309e2d7 : aarch64/bits/mman.h: add PROT_MTE from linux v5.10
44331150 : aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10
42aa19a0 : add aarch64/bits/mman.h with PROT_BTI from linux v5.8
b7554b5e : aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8
87b8f148 : signal.h: add MTE specific SIGSEGV codes from linux v5.10
19239cde : sys/prctl.h: add MTE related constants from linux v5.10
8b29f023 : elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10
d7210f0c : sys/mman.h: add MAP_HUGE_16KB from linux v5.10
a7456524 : sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10
54ca1cc7 : sys/membarrier.h: add new constants from linux v5.10
fd285f9d : bits/syscall.h: add process_madvise from linux v5.10
49b6df3d : fix error return value for cuserid
cc577d0e : fix misuse of getpwuid_r in cuserid
a75283d7 : cuserid: don't return truncated results
ef137da6 : cuserid: support invocation with a null pointer argument
e5d28236 : riscv64: define ELF_NFPREG
964104f9 : math: fix expm1f overflow threshold
c4c38e63 : math: fix acoshf for negative inputs
074932c8 : fix possible fd leak via missing O_CLOEXEC in pthread_setname_np
9b77aaca : oldmalloc: preserve errno across free
98b9df99 : fix build regression in oldmalloc
2010df0d : preserve errno across free
9afed99c : fix inconsistent signature of __libc_start_main
dd5b6384 : fail posix_spawn file_actions operations with negative fds
85e0e351 : release 1.2.2
3953aecb : fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernels
30f55067 : fix v4l2 buffer ioctl fallbacks for pre-5.6 kernels
db981ffb : sh: fix incorrect mcontext_t member naming
1e4204d5 : use libc-internal malloc for newlocale/freelocale
36246b34 : drop use of pthread_once in newlocale
37fcc13c : lift locale lock out of internal __get_locale
c53e9b23 : fix misleading comment in strstr
b67d56c7 : drop use of pthread_once for aio thread stack size init
90ff0169 : fix omission of non-stub pthread_mutexattr_getprotocol
56f0631d : riscv64: fix inconsistent ucontext_t struct tag
50c7935c : fix failure to preserve r6 in s390x asm; per ABI it is call-saved
738c4e94 : s390x: derive float_t from compiler or default to float
821083ac : implement reallocarray
29ff7599 : implement realpath directly instead of using procfs readlink
5d464f52 : fix mallocng regression in malloc_usable_size with null argument
d046ec92 : configure: do not use obsolescent form of test -a|o
c5d118eb : fix segfault in lutimes when tv argument is NULL
67f77462 : netinet/in.h: add IP_RECVERR_4884 from linux v5.9
d078f836 : sys/fanotify.h: add new FAN_* macros from linux v5.9
3ba370fe : bits/syscall.h: add __NR_close_range from linux v5.9
badc5bb2 : add missing personality values
6e989248 : arm fabs and sqrt: support single-precision-only fpu variants
c8c3e341 : fix typo in INSTALL
e2fa720b : work around linux bug in readlink syscall with zero buffer size
c17cda6d : parse v3 or future-unknown zoneinfo file versions as v2+
585a0a78 : explicitly prefer 64-bit/v2 zoneinfo tables
debbddf7 : fix regression in pthread_exit
3ab2a4e0 : rewrite wcsnrtombs to fix buffer overflow and other bugs
233bb697 : protect destruction of process-shared mutexes against robust list races
d26e0774 : pthread_exit: don't __vm_wait under thread list lock
167390f0 : lift child restrictions after multi-threaded fork
34952fe5 : convert malloc use under libc-internal locks to use internal allocator
8d37958d : give libc access to its own malloc even if public malloc is interposed
c1e5d243 : drop use of getdelim/stdio in dynamic linker
cbecda0b : dlerror: don't gratuitously hold freebuf_queue lock while freeing
4ffa7068 : fix vector types in aarch64 register file structures
d91a6cf6 : fix erroneous pthread_cond_wait mutex waiter count logic due to typo
27b2fc9d : fix missing-wake regression in pthread_cond_wait
7c71792e : add support for SIGEV_THREAD_ID timers
f70375df : fix sem_close unmapping of still-referenced semaphore
613ccabe : refactor setxid return path to use __syscall_ret
ccba2345 : ldso: notify the debugger when we're doing a dlopen
4209a7b1 : fix setgroups behavior in multithreaded process
6ce91ef0 : avoid __synccall for setrlimit on kernels with prlimit syscall
3437e478 : fix reintroduction of errno clobbering by atfork handlers
2d0bbe6c : fix pthread_cond_wait paired with with priority-inheritance mutex
0b87551b : lift sigaction abort locking to fix posix_spawn child deadlock
99d5098a : update crypt_blowfish to support $2b$ prefix
957c2763 : remove unused weak definition of __tl_sync in membarrier.c
55767360 : move aio implementation details to a proper internal header
37337660 : remove long-unused struct __timer from pthread_impl.h
85e16aec : drop use of pthread_once in timer_create
6ae2568b : remove unused SIGTIMER handler in timer_create
47baa030 : remove incorrect fflush from assert failure handler
da845d52 : fix getgrouplist when nscd reports an empty list
b7bc9665 : fix posix_spawn interaction with fork and abort by taking lock
25ea9f71 : fix unintended observability of SIGABRT disposition reset via sigaction
bd153422 : implement _Fork and refactor fork using it
e1e98d86 : rename fork source file
50716702 : ldso: use pthread_t rather than kernel tid to track ctor visitor
1efc8eb2 : fix stale lock when allocation of ctor queue fails during dlopen
69a1b390 : drop use of pthread_once in mutexattr kernel support tests
b115bee4 : fix missing synchronization of fork with abort
3cd3de61 : move __abort_lock to its own file and drop pointless weak_alias trick
34904d83 : fix fork of processes with active async io contexts
a5aff197 : avoid set*id/setrlimit misbehavior and hang in vforked/cloned child
55fb9a17 : use new SYS_faccessat2 syscall to implement faccessat with flags
f035c7b1 : netinet/if_ether.h: add ETH_P_MRP from linux v5.8
6b1741aa : elf.h: add .note.gnu.property related definitions
9b7ed970 : bits/syscall.h: add __NR_faccessat2 from linux v5.8
616a8bf6 : netinet/tcp.h: update to linux v5.7
a6c302be : sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7
8adf42f7 : sys/fanotify.h: update to linux v5.7
94ab68c2 : aarch64: add new HWCAP2_ macros from linux v5.6
0296baff : aarch64: add HWCAP2_ macros from linux v5.3
43b640c2 : sched.h: add CLONE_NEWTIME from linux v5.6
3da18e69 : sys/random.h: add GRND_INSECURE from linux v5.6
8f4aa78a : sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6
1ab341e8 : netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6
c6321616 : netinet/tcp.h: update for linux v5.6
8fca0ea4 : netinet/in.h: add IPPROTO_ macros from linux v5.6
d9900903 : add pidfd_getfd and openat2 syscall numbers from linux v5.6
d4f29814 : netinet/tcp.h: update tcp_info for linux v5.5
ffac0c22 : use generic bits/fcntl.h for x86_64 and riscv64
76f42fdf : make generic bits/fcntl.h shareable with 64-bit archs
b8b729bd : fix missing O_LARGEFILE values on x86_64, x32, and mips64
262003ad : fix missing newline in herror output
0b064021 : fix i386 __set_thread_area fallback
cf27184d : restore h_errno ABI compatibility with ancient binaries
cab0a8fb : clean up overinclusion in files using TIOCGWINSZ
1ccc804e : fix regression with applications that expect struct winsize in ioctl.h
86ac0f79 : configure: enable warnings by default
0a312d34 : configure: use additive warnings instead of subtracting from -Wall
e7f808e3 : configure: add further -Werror=... options to detected CFLAGS
57f6e85c : remove redundant pthread struct members repeated for layout purposes
3a5b9ae7 : deduplicate __pthread_self thread pointer adjustment out of each arch
ea71a900 : deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET
19f86424 : report res_query failures, including nxdomain/nodata, via h_errno
9d0b8b92 : make h_errno thread-local
4d578654 : add tcgetwinsize and tcsetwinsize functions, move struct winsize
9d4b25b4 : fix MUSL_LOCPATH search
d49cf075 : add gettid function
22359b54 : aarch64: fix setjmp return value
4554f155 : setjmp: optimize longjmp prologues
59b64ff6 : setjmp: optimize x86 longjmp epilogues
c6a6fe4c : setjmp: avoid useless REX-prefix on xor %eax, %eax
21431a0e : setjmp: fix x86-64 longjmp argument adjustment
c2feda4e : prefer new socket syscalls, fallback to SYS_socketcall only if needed
933f8e72 : math: new software sqrtl
4f893997 : math: add __math_invalidl
b1756ec8 : math: new software sqrtf
97e9b73d : math: new software sqrt
f1198ea3 : in hosts file lookups, honor first canonical name regardless of family
20c6d83f : in hosts file lookups, use only first match for canonical name
73cc775b : release 1.2.1
845e4f66 : add m68k sqrtl using native instruction
ddf1750e : getentropy: fix UB if len==0
52ee0dd6 : fix async-cancel-safety of pthread_cancel
7cc9496a : make thread killlock async-signal-safe for pthread_kill
0a005f49 : fix C implementation of a_clz_32
a62df9c9 : vfscanf: fix possible invalid free due to uninitialized variable use
ea6d7847 : make mallocng the default malloc implementation
e71188fa : add malloc implementation selection to configure
503bd397 : import mallocng
785752a5 : add glue code for mallocng merge
fdf8b2ad : add optimized aarch64 memcpy and memset
9dce93ac : add big-endian support to ARM assembler memcpy
8ed2bd8b : clear need_locks in child after fork
fca7428c : only use memcpy realloc to shrink if an exact-sized free chunk exists
cb5babdc : fix memset overflow in oldmalloc race fix overhaul
4bd22b8f : fix invalid use of access function in nftw
ca36573e : add fallback a_clz_32 implementation
1fc67fc1 : only disable aligned_alloc if malloc was replaced but it wasn't
e9f4fd11 : have ldso track replacement of aligned_alloc
25cef5c5 : reintroduce calloc elison of memset for direct-mmapped allocations
501a9266 : move __malloc_replaced to a top-level malloc file
28f64fa6 : switch to a common calloc implementation
384c0131 : move oldmalloc to its own directory under src/malloc
eaa0f249 : move __expand_heap into malloc.c
e07138b8 : rename memalign source file back to its proper name
fc18facf : rename aligned_alloc source file back to its proper name
d1e6fdd3 : reverse dependency order of memalign and aligned_alloc
de798308 : rename aligned_alloc source file
96490a4a : remove stale document from malloc src directory
c4694f40 : rewrite bump allocator to fix corner cases, decouple from expand_heap
135c94f0 : move malloc_impl.h from src/internal to src/malloc
cee88b76 : move declaration of interfaces between malloc and ldso to dynlink.h
28be6122 : reformat clock_adjtime with always-true condition removed
e0b17ef8 : always use time64 syscall first for clock_adjtime
ef51b762 : fix broken time64 clock_adjtime
3e16313f : fix unbounded heap expansion race in malloc
c40157d8 : suppress unwanted warnings when configuring with clang
8d81ba8c : restore lock-skipping for processes that return to single-threaded state
f12888e9 : cut down size of some libc struct members
e01b5939 : don't use libc.threads_minus_1 as relaxed atomic for skipping locks
4d5aa20a : reorder thread list unlink in pthread_exit after all locks
cabc3696 : fix incorrect SIGSTKFLT on all mips archs
09c54607 : handle possibility that SIGEMT replaces SIGSTKFLT in strsignal
1b4e84c5 : fix return value of res_send, res_query on errors from nameserver
5cf1ac24 : fix handling of errors resolving one of paired A+AAAA query
fd7ec068 : set AD bit in dns queries, suppress for internal use
593caa45 : fix undefined behavior from signed overflow in strstr and memmem
4486c579 : remove arm (32-bit) support for vdso clock_gettime
f3ecdc10 : fix undefined behavior in wcsto[ld] family functions
043c6e31 : fix sh fesetround failure to clear old mode
2e0907ce : move __string_read into vsscanf source file
2acf3bce : remove spurious repeated semicolon in fmemopen
74fa4aac : combine two calls to memset in fmemopen
086542fb : fix possible access to uninitialized memory in shgetc (via scanf)
b287cd74 : fix undefined behavior in scanf core
19f870c3 : math: add x86_64 remquol
bc87299c : math: move x87-family fmod functions to C with inline asm
b173e426 : math: move x87-family remainder functions to C with inline asm
51f4f8c5 : math: move x87-family rint functions to C with inline asm
9443f1b5 : math: move x87-family lrint functions to C with inline asm
6bbdbfdc : math: move x86_64 (l)lrint(f) functions to C with inline asm
acfe6d03 : math: move i386 sqrt to C with inline asm
29adaeb2 : math: move i386 sqrtf to C with inline asm
41b290ba : math: move trivial x86-family sqrt functions to C with inline asm
c24a9923 : math: move x87-family fabs functions to C with inline asm
87026f68 : math: move x86_64 fabs, fabsf to C with inline asm
33338ebc : fix parsing offsets after long timezone names
8e452aba : avoid out-of-bounds read for invalid quoted timezone
526df238 : remove redundant condition in memccpy
72658c65 : ldso: remove redundant switch case for REL_NONE
3e9d3386 : define MAP_SYNC on powerpc/powerpc64
8343334d : improve strerror speed
2b2c8aaf : fix corrupt sysvipc timestamps on 32-bit archs with old kernels
5db475f0 : work around negated error code bug on some mips kernels
db86ec10 : remove useless mips syscall asm constraint, align style with mips64/n32
972b5fde : revert mips (32-bit, o32) syscall asm clean-up due to regressions
5053fd26 : revert mips64/n32 syscall asm clean-up due to regressions
2f2348c9 : remove duplicate definitions of INET[6]_ADDRSTRLEN
4e0796df : add PTHREAD_NULL
7063c459 : use __socketcall to simplify socket()
a01f1fe6 : remove wrap_write helper from vdprintf
d2055814 : math: fix sinh overflows in non-nearest rounding
b3797d3b : math: fix __rem_pio2 in non-nearest rounding modes
040c1d16 : release 1.2.0
c9ebff47 : fix remaining direct use of stat syscalls outside fstatat.c
a662220d : remove i386 asm for single and double precision exp-family functions
2f0c31c0 : rename i386 exp.s to exp_ld.s
ab9e2090 : fix excess precision in return value of i386 log-family functions
141c8d4c : fix excess precision in return value of i386 acos[f] and asin[f]
1c9afd69 : fix excess precision in return value of i386 atan[2][f]
b4712ba4 : remove legacy time32 timer[fd] syscalls from public syscall.h
2cae9f59 : remove further legacy time32 clock syscalls from public syscall.h
11020620 : fix incorrect results for catanf and catanl with some inputs
329e7929 : move riscv64 register index constants to signal.h
5a105f19 : remove legacy clock_gettime and gettimeofday from public syscall.h
e6093b5a : fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h
a0217a2f : fix unprotected macro argument in sys/ttydefaults.h
ff5b8ad3 : math/x32: correct lrintl.s for 32-bit long
614c9e7b : move struct dirent to bits header, allow NAME_MAX to vary
83350eb1 : fix riscv64 a_cas inline asm operand sign extension
a2e71304 : fix incorrect escaping in add-cfi.*.awk scripts
91e662d1 : add thumb2 support to arm assembler memcpy
0ff18be2 : fix incorrect __hwcap seen in dynamic-linked __set_thread_area
2507e7f5 : define RLIMIT_RTTIME, bump RLIMIT_NLIMITS
70d80609 : fix wcwidth wrongly returning 0 for most of planes 4 and up
a56ec7e8 : unconditonally define alloca as __builtin_alloca
d3f7df23 : update COPYRIGHT year
ac89e2cc : remove gratuitous aligned attribute from __ptrace_syscall_info
d6bbea2a : fix fdpic regression in dynamic linker with overly smart compilers
b82cd6c7 : fix crashing ldso on archs where __set_thread_area examines auxv
b529ec9b : move stage3_func typedef out of shared internal dynlink.h header
2fc29fcf : mips: add clone3 syscall numbers from linux v5.4
a7df9c75 : mips: add hwcap bits from linux v5.4
f296be74 : sys/wait.h: add P_PIDFD from linux v5.4
5e0c9f24 : netinet/tcp.h: add new tcp_info fields from linux v5.4
5675aaa5 : sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4
d95ead26 : sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4
fa765ca5 : add clone3 syscall number from linux v5.3
a4528911 : add pidfd_open syscall number from linux v5.3
f291c09e : sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3
06636c55 : sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3
167cbf13 : netinet/if_ether.h: add ETH_P_LLDP from linux v5.3
af2576e6 : netinet/tcp.h: add TCP_TX_DELAY from linux v5.3
e17814aa : fix types for mips sigcontext/mcontext_t regset members
d01fdc77 : spare archs without time32 legacy the cost of ioctl fallback conversions
f9895817 : add further ioctl time64 fallback conversion for device-specific command
0738e6c1 : add uapi guards for new netinet/ip.h conflict with struct iphdr
1e7f0fcd : adjust utmpx struct layout for time64, 32-/64-bit arch compat
3f959f6f : fix elf_prstatus regression on time64, existing wrong definition on x32
4d706410 : don't continue looping through ioctl compat_map after finding match
d6a62add : revert unwanted and inadvertent change that slipped into mmap.c
2412638b : add further ioctl time64 fallback conversions
64d0e865 : improve ioctl time64 conversion fallback framework
221b1a1d : convert ioctl time64 fallbacks to table-driven framework
b3290956 : fix regression in ioctl definitions provided by arch/generic bits
114178dc : hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernels
ae388bec : implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions
f12bd8e0 : signal to kernel headers that time_t is 64-bit
9432bbd4 : fix null pointer dereference in setitimer time32 compat shim
b1e2aae0 : arm: avoid conditional branch to PLT in sigsetjmp
c0b4a7b2 : riscv64: fix fesetenv(FE_DFL_ENV) crash
daa29e89 : update contributor name
66d1e312 : ppc: add configure check for older compilers erroring on 'd' constraint
90251cf7 : fix build regression on mips64 due to endian.h removal
129118db : fix failure to build time32 compat shims with out-of-tree builds
028092b6 : fix time64 link regression of dlsym stub for static-linked programs
d6dcfe4d : move time_t and suseconds_t definitions to common alltypes.h.in
b60fdf13 : move time64 ioctl numbers to generic bits/ioctl.h
c71dbb24 : move time64 socket options from arch bits to top-level sys/socket.h
38143339 : switch all existing 32-bit archs to 64-bit time_t
5127927f : add x32 bits/ioctl_fix.h defining time-related sockios macros
aad3e0c5 : add back x32 bits/socket.h defining time-related socket options
a0252bc7 : move msghdr and cmsghdr out of bits/socket.h
573a4d2d : fix x32 msghdr struct by removing x32 bits/socket.h
0bbc04c9 : make time-related socket options overridable by arch bits files
de90f38e : add framework for arch-provided makefile fragments, compat source dirs
5a25759a : add __dlsym_time64 asm entry point for all legacy-32bit-time_t archs
22daaea3 : add time64 redirect for, and redirecting implementation of, dlsym
c0450320 : add time32 ABI compat shims, compat source tree
0961bb94 : make fstatat fill in old time32 stat fields too
50018f92 : disable lfs64 aliases for remapped time64 functions
2d69fcf5 : prepare struct sched_param for change in time_t definition
1febd21d : add time64 symbol name redirects to public headers, under arch control
f7f12e4c : add missing m68k user.h/procfs.h regset types
06d4075a : update case mappings to unicode 12.1.0
e95538fa : update ctype data to unicode 12.1.0
a11a6246 : overhaul wide character case mapping implementation
e8aba58a : add missing case mapping between U+03F3 and U+037F
4fd0f205 : fix errno for posix_openpt with no free ptys available
9b2921be : adjust struct timespec definition to be time64-ready
928674dc : clock_adjtime: generalize time64 not to assume old struct layout match
5850546e : wait4, getrusage: add time64/x32 variant
7e817114 : internally, define time64 rusage syscalls on x32 as the existing ones
c2518a8e : use struct pt_regs * rather than void * for powerpc[64] sigcontext regs
c9f48cde : fix fpregset_t type on powerpc64
f6ecd0c2 : fix return value of ungetc when argument is outside unsigned char range
bff78954 : fix incorrect use of fabs on long double operand in floatscan.c
2d3083e7 : move pthread types out of per-arch alltypes.h
7cc79d10 : define LONG_MAX via arch alltypes.h, strip down bits/limits.h
316730cd : make endian.h expose unprefixed macros, functions in standard profile
4d3a162d : remove use of endian.h from arch reloc.h headers, clean up
71d23fbe : remove indirect use of endian.h from public headers
97d35a55 : move __BYTE_ORDER definition to alltypes.h
00ec11d1 : remove per-arch definitions for va_list
f7f10797 : remove i386 support for legacy struct __va_list
1c9d2cba : mips: add single-instruction math functions
aa2d23e5 : fix cacosh results for arguments with negative imaginary part
ea9525c8 : release 1.1.24
e8580630 : math: fix signed int left shift ub in sqrt
716745e0 : fix aliasing-based undefined behavior in mbsrtowcs
db3cc9a3 : add Arm to the copyright file
a0993f8f : reintroduce riscv64 struct sigcontext
2c2477da : fix riscv64 elf_fpregset_t type and member names mismatch
ab3eb89a : fix riscv64 signal.h namespace violations and ucontext API mismatches
33bc7f05 : remove remaining traces of __tls_get_new
ca577951 : math: optimize lrint on 32bit targets
604f8d3d : clean up mips (32-bit, o32) syscall asm constraints
12fecbb4 : document mips r6 in INSTALL file
370679ba : fix mips setjmp/longjmp fpu state on r6, related issues
9f6dd785 : fix mips r6 syscall clobber lists not to include hi/lo registers
b678f7b4 : arm: fix setjmp and longjmp asm for armv8-a
29bad49d : fix data race in timer_create with SIGEV_THREAD notification
7d5c5706 : correct the operand specifiers in the riscv64 CAS routines
f5eee489 : harden thread start with failed scheduling against broken __clone
f7e464bf : fix %lf in wprintf
1ef37aa0 : fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5
b0301f47 : fix arm __a_barrier_oldkuser when built as thumb
05870abe : fix code path where child function returns in arm __clone built as thumb
9920bf45 : aarch64: add HWCAP2 flags from linux v5.2
b6076309 : add new syscall numbers from linux v5.2
81e795e1 : fcntl.h: add AT_RECURSIVE from linux v5.2
cc1a5351 : fcntl.h: add AT_STATX_ statx sync flag definitions
1e22eb2e : sched.h: add CLONE_PIDFD from linux v5.2
b5134ccd : netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2
1f0e9f9c : honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_t
8a544ee3 : synchronously clean up pthread_create failure due to scheduling errors
022f27d5 : set explicit scheduling for new thread from calling thread, not self
dd0a23dd : fix unsynchronized decrement of thread count on pthread_create error
a882841b : add public declaration for optreset under appropriate feature profiles
74244e5b : add posix_spawn [f]chdir file actions
f76e1831 : add copy_file_range system call wrapper
6ad514e4 : fix clash between sys/user.h and kernel ptrace.h on powerpc[64], sh
d0209a2a : fix external dummy_lock symbol inadvertently introduced in sigaction
827aa8fb : remove sporadic server members from struct sched_param
29e8737f : re-add ELF gregs and fpregs types to riscv64 user.h
9d35fec9 : fix regression whereby main thread didn't get TLS relocations
b19fa247 : fix accidentlly-external cmp symbol introduced with catgets
f2435263 : make relocation time symbol lookup and dlsym consistent
1f060ed2 : ldso: correct condition for local symbol handling in do_relocs
08869deb : add support for powerpc/powerpc64 unaligned relocations
71af5309 : ldso: remove redundant runtime checks in static TLS logic
ffab4360 : ldso: fix calloc misuse allocating initial tls
7844ecb5 : add secure_getenv function
0847902a : in clock_getres, check for null pointer before storing result
a1081272 : remove spurious null check in clock_settime
37d6d09e : fix regression in recvmmsg with no timeout
7590203c : add non-stub implementation of catgets localization functions
d0b547df : fix regression in select with no timeout
e408deef : fix failure of glob to match broken symlinks under some conditions
d493206d : remove riscv64 bits/user.h contents
8acc6885 : fix risc64 conflict with kernel headers
e0e8ae75 : in arm cancellation point asm, don't unnecessarily preserve link register
49eacf29 : glob: implement GLOB_TILDE and GLOB_TILDE_CHECK
f522de81 : use setitimer function rather than syscall to implement alarm
6818c31c : fix build regression in i386 asm for atan2, atan2f
f3ed8bfe : fix x87 stack imbalance in corner cases of i386 math asm
244778f7 : fix regression in clock_gettime on 32-bit archs without vdso
6fcb440d : update riscv64 syscall numbers to linux v5.1
0705fe93 : clock_gettime: add support for 32-bit vdso with 64-bit time_t
006a75a9 : move IPC_STAT definition to a new bits/ipcstat.h file
3541925f : fix missing declarations for pthread_join extensions in source file
3c02bacf : allow archs to define IPC_STAT, propagate time64 bit to other macros
72f50245 : clock_gettime: add time64 syscall support, decouple 32-bit time_t
2b4fd6f7 : clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32
2e554617 : ioctl: add fallback for new time64 SIOCGSTAMP[NS]
51fd67fc : get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO
59324c8b : make __socketcall analogous to __syscall, error-returning
8b249704 : sysvipc: overhaul {sem,shm,msg}ctl for time64
fe5e72ae : fix semctl with SEM_STAT_ANY
319b2d02 : remove gratuitously-different arch-specific bits/ipc.h files
2a0bb9e0 : remove arch-specific bits/ipc.h that are identical to generic
f56d57f8 : move IPC_64 from public bits/ipc.h to syscall_arch.h
722a1ae3 : select: overhaul for time64
6a4a1691 : recvmmsg: add time64 syscall support, decouple 32-bit time_t
558c0133 : setitimer, getitimer: decouple time_t from long
b74b3eb4 : remove duplicates of new generic bits/msg.h
c375585c : use 64-bit msqid_ds layout in the generic version of bits/msg.h
95ed2635 : duplicate generic bits/msg.h for each arch using it, in prep to change
de5e56ce : remove duplicates of new generic bits/sem.h
5bb4d717 : use 64-bit semid_ds layout in the generic version of bits/sem.h
28637bc4 : collapse out byte order conditions in bits/sem.h for fixed-endian archs
6f2e5607 : duplicate generic bits/sem.h for each arch using it, in prep to change
1afe5f3e : extricate bits/sem.h from x32 time_t hack
7f797b5e : remove trailing newlines from various versions of bits/shm.h
484c34fe : remove duplicates of new generic bits/shm.h
0bf7c65a : use 64-bit shmid_ds layout in the generic version of bits/shm.h
6ed37ccd : duplicate generic bits/shm.h for each arch using it, in prep to change
89c5016c : timerfd: add time64 syscall support, decouple 32-bit time_t
1d4471b1 : sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs
24485855 : clock_getres: don't assume time_t is 32-bit on 32-bit archs
a02bd528 : timer_gettime: add time64 syscall support, decouple 32-bit time_t
4c307bed : remove x32 syscall timespec fixup hacks
01f3480d : utimensat: add time64 syscall support, decouple 32-bit time_t
7aeecf3e : clock_settime: add time64 syscall support, decouple 32-bit time_t
e1501091 : timer_settime: add support for time64 syscall, decouple 32-bit time_t
22276671 : pselect, ppoll: add time64 syscall support, decouple 32-bit time_t
1492bdf5 : futex wait operations: add time64 syscall support, decouple 32-bit time_t
eb2e298c : semtimedop: add time64 syscall support, decouple 32-bit time_t
68c98391 : sigtimedwait: add time64 syscall support, decouple 32-bit time_t
2ab90de7 : mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_t
1334e366 : clock_nanosleep: add time64 syscall support, decouple 32-bit time_t
2c2c3605 : implement settimeofday in terms of clock_settime, not old syscall
4bbd7bae : internally, define plain syscalls, if missing, as their time64 variants
40aa18d5 : internally, define time64 syscalls on x32 as the existing syscalls
b93183e3 : don't use futimesat syscall as utimensat fallback on x32
cb856a61 : fix and simplify futimesat fallback in utimensat
331993e3 : refactor thrd_sleep and nanosleep in terms of clock_nanosleep
0ce49d0a : use the correct stat structure in the fstat path
e53a91da : refactor adjtime function using adjtimex function instead of syscall
107d68ad : refactor adjtimex in terms of clock_adjtime
e468ed44 : fix inadvertent introduction of extern object stx
dfc81828 : implement fstatat with SYS_statx, conditional on undersized kstat time
67bf602f : cleanup includes now that stat, lstat no longer make direct syscalls
eeff6060 : restore property that fstat(AT_FDCWD) fails with EBADF
fa7d4218 : remove mips/n32/64 stat struct hacks from syscall machinery
01ae3fc6 : decouple struct stat from kernel type
94938920 : refactor all stat functions in terms of fstatat
62a73d96 : remove utterly wrong includes from mips64/n32 bits/stat.h
f0eb2e77 : use register constraint instead of memory operand for riscv64 atomics
2dcbeabd : fix riscv64 atomic asm constraints
8eb49e04 : fix riscv64 syscall asm constraint
1a28c6ea : fix broken lseek on x32 (x86_64/ILP32) with offsets larger than LONG_MAX
918c5fa0 : fix broken lseek on mipsn32 with offsets larger than LONG_MAX
ddc7c4f9 : clean up mips64/n32 syscall asm constraints
db2a148d : deduplicate mips64/n32 syscall clobbered register lists
03919b26 : use namespace-safe __lseek for __stdio_seek instead of direct syscall
b07d45eb : release 1.1.23
d6dcd418 : update year in COPYRIGHT file
7a6c8a0d : update authors/contributors list
980f80f7 : fix build failure on arm building C code in thumb1 mode
7829f42a : fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX
c225e6c1 : use the correct attributes for ___errno_location
05eb8ea0 : fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro
e0eee3ce : fix restrict violations in internal use of several functions
a7306392 : mention mips64 n32 ABI support in INSTALL doc
0f722282 : document riscv64 support in INSTALL document
75990040 : prevent dup2 action for posix_spawn internal pipe fd
9b831820 : fix inadvertent use of uninitialized variable in dladdr
524e76f1 : remove spurious MAP_32BIT definition from riscv64 arch
4b5ba076 : configure: make AR and RANLIB customizable
94751d8e : remove stray .end directives from powerpc[64] asm
f3f96f2d : add new syscall numbers from linux v5.1
4acfc287 : ipc: prefer SYS_ipc when it is defined
b574de5b : mips64: fix syscall numbers of io_pgetevents and rseq
47bc7f0a : elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1
eea841e6 : netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1
5b2b682d : sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
45235051 : s390x: drop SO_ definitions from bits/socket.h
93b5f6c8 : netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1
c7081edc : sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1
9e8dd1c7 : fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1
f67b3c17 : sys/fanotify.h: update for linux v5.1
84ebec6c : fix deadlock in synccall after threaded fork
3d178a7e : cap getdents length argument to INT_MAX
54b7564b : remove unnecessary and problematic _Noreturn from crt/ldso startup
95dfa3dd : allow fmemopen with zero size
a48ccc15 : do not use _Noreturn for a function pointer in dynamic linker
a31a30a0 : remove implicit include of sys/sysmacros.h from sys/types.h
0a48860c : add riscv64 architecture support
5fc43798 : optimize aarch64 dynamic tlsdesc function to spill fewer registers
ac304227 : make powerpc64 vrregset_t logical layout match expected API
3c59a868 : fix vrregset_t layout and member naming on powerpc64
a60b9e06 : fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets
6104dae9 : fix static tls offsets of shared libs on TLS_ABOVE_TP targets
9fd98a63 : fix format strings for uid/gid values in putpwent/putgrent
f450c150 : remove unused struct dso members from dynlink.c
bdb08175 : improve i386 inline syscall asm on non-broken compilers
c8798ef9 : fix regression in i386 inline syscall asm producing invalid code
511d7073 : make fgetwc set error indicator for stream on encoding errors
d02e72ad : fix broken posix_fadvise on mips due to missing 7-arg syscall support
d7b58342 : allow archs to provide a 7-argument syscall if needed
7b6ec3de : fix build regression on mips n32 due to typo in new inline syscall
28198ac3 : fix passing of 64-bit syscall arguments on microblaze
2df8b1d8 : fix regression in s390x SO_PEERSEC definition
78691fa7 : make new math code compatible with unused variable warning/error
e4dd6530 : math: new pow
e16f7b3c : math: new exp and exp2
2a3210cf : math: new log2
236cd056 : math: new log
d28cd0ad : math: new powf
3f94c648 : math: new exp2f and expf
098868b3 : math: new log2f
db505b79 : math: new logf
169fc008 : math: add configuration macros
3c3763fc : math: add macros for static branch prediction hints
4f8acf95 : math: add double precision error handling functions
9ef6ca42 : math: add single precision error handling functions
fe54544f : math: add eval_as_float and eval_as_double
b50d315f : math: add fp_arch.h with fp_barrier and fp_force_eval
f107d34e : math: remove sun copyright from libm.h
d59e5042 : math: add asuint, asuint64, asfloat and asdouble
2d72b580 : math: move complex math out of libm.h
e980ca7a : define FP_FAST_FMA* when fma* can be inlined
65c8be38 : fcntl.h: define O_TTY_INIT to 0
788d5e24 : remove external __syscall function and last remaining users
1bcdaeee : implement inline 5- and 6-argument syscalls for mipsn32 and mips64
d3b4869c : cleanup mips64 syscall_arch functions
dcb18bea : implement inline 5- and 6-argument syscalls for mips
6aeb9c67 : use inline syscalls for powerpc (32-bit)
f76d51a1 : remove cruft for supposedly-buggy clang from or1k & microblaze syscall_arch
22e5bbd0 : overhaul i386 syscall mechanism not to depend on external asm source
e97681d6 : release 1.1.22
a01ff71f : in membarrier fallback, allow for possibility that sigaction fails
77846800 : fix the use of syscall result in dl_mmap
e8e780af : fix signature of function accepted by makecontext
81868803 : fix unintended global symbols in atanl.c
7fe51ea8 : use __strchrnul instead of strchr and strlen in execvpe
086a12b9 : delete a redundant if in dynamic linker ctor execution loop
8ee0ca0c : fix harmless-by-chance typo in priority inheritance mutex code
54ca6779 : implement priority inheritance mutexes
2142cafd : clean up access to mutex type in pthread_mutex_trylock
54316a52 : support archs with no renameat syscall, only renameat2
46fb680c : support archs with no mlock syscall, only mlock2
59f88d76 : fix data race choosing next key slot in pthread_key_create
8f12c4e1 : fix crash/out-of-bound read in sscanf
c62dfe61 : fix namespace violation in dependencies of mtx_lock
2a03b0b5 : aarch64: add HWCAP_ definitions from linux v5.0
cff993cf : sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0
843e453c : elf.h: add NT_ definitions from linux v5.0
02f769b2 : elf.h: update with C-SKY definitions
1114df5d : aarch64, or1k: add kexec_file_load syscall number from linux v5.0
9e06514e : netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0
292bda7c : netinet/udp.h: add UDP_GRO from linux v5.0
a86c4724 : powerpc: add PTRACE_SYSEMU from linux v4.20
65735baa : aarch64: add HWCAP_SSBS from linux v4.20
59904de7 : bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20
13c73da7 : sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20
0b026bbd : netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20
c6a61df1 : add PACKET_IGNORE_OUTGOING sockopt from linux v4.20
db8b53f2 : sys/mman.h: add new hugetlb mmap flags from linux v4.19
d66ae1ae : arm: add io_pgetevents syscall number from v4.19
53bef5c5 : aarch64, or1k: define rseq syscall number following linux v4.19
5640bc5b : elf.h: add new mips core dump note values from linux v4.19
3e52f993 : netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19
b47723ab : netinet/tcp.h: add tcp_info fields from linux v4.19
df4b017b : sys/inotify.h: add IN_MASK_CREATE from linux v4.19
31b3efbf : sys/socket.h: add SO_TXTIME from linux v4.19
2a0ff45b : handle labels with 8-bit byte values in dn_skipname
4b125dd4 : fix POSIX_FADV_DONTNEED/_NOREUSE on s390x
81221e13 : expose TSVTX unconditionally in tar.h
00d3d577 : setvbuf: return failure if mode is invalid
f368d9fd : make FILE a complete type for pre-C11 standard profiles
50cd0238 : fix invalid-/double-/use-after-free in new dlopen ctor execution
4918b7fb : don't reject unknown/future flags in sigaltstack, allow SS_AUTODISARM
43e7efb4 : avoid malloc of ctor queue for programs with no external deps
f034f145 : avoid malloc of deps arrays for ldso and vdso
e612d094 : avoid malloc of deps array for programs with no external deps
2f1f51ae : fix malloc misuse for startup ctor queue, breakage on fdpic archs
8e43b561 : synchronize shared library dtor exec against concurrent loads/ctors
188759bb : overhaul shared library ctor execution for dependency order, concurrency
88207361 : record preloaded libraries as direct pseudo-dependencies of main app
0c5c8f5d : fix unsafety of new ldso dep tracking in presence of malloc replacement
40355569 : fix and overhaul dlsym depedency order, always record direct deps
71db5dfa : fix crash/misbehavior from oob read in new dynamic tls installation
6516282d : fix crash in new dynamic tls installation when last dep lacks tls
ba18c1ec : add membarrier syscall wrapper, refactor dynamic tls install to use it
7865d569 : make thread list lock a recursive lock
609dd57c : fix loop logic cruft in dynamic tls installation
ad795d56 : fix spurious undefined behavior in getaddrinfo
224d938c : fix invalid free of partial addrinfo list with multiple services
9d44b646 : install dynamic tls synchronously at dlopen, streamline access
80528892 : fix data race between new pthread_key_delete and dtor execution
639bcf25 : introduce namespace-safe rwlock aliases; use in pthread_key_create
ba74a42c : rewrite pthread_key_delete to use global thread list
e4235d70 : rewrite __synccall in terms of global thread list
8f11e612 : track all live threads in an AS-safe, fully-consistent linked list
04335d92 : always block signals for starting new threads, refactor start args
5b74eed3 : for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo
aa5a9d15 : defer free of thread-local dlerror buffers from inconsistent context
b2020571 : fix behavior of gets when input line contains a null byte
099b89d3 : redesign robust mutex states to eliminate data races on type field
042b3ee4 : fail fdopendir for O_PATH file descriptors
1dd915c3 : update line discipline constants
3517d74a : move arch-invariant definitions out of bits/ioctl.h
8d829717 : locale: ensure dcngettext() preserves errno
1691b239 : release 1.1.21
ce32db47 : fix call to __pthread_tsd_run_dtors with too many arguments
aba17aa3 : configure: accept ppc[64] as alias for powerpc[64] in gcc tuples
16a522ba : fix unintended linking dependency of pthread_key_create on __synccall
de7dc131 : halt getspnam[_r] search on error accessing TCB shadow
9db81b86 : don't set errno or return an error when getspnam[_r] finds no entry
21a172dd : make sem_wait and sem_timedwait interruptible by signals
1ec71c53 : don't fail pthread_sigmask/sigprocmask on invalid how when set is null
a63c0104 : add __timedwait backend workaround for old kernels where futex EINTRs
c00cdefa : on failed aio submission, set aiocb error and return value
a9a9882f : don't create aio queue/map structures for invalid file descriptors
8511511c : move aio queue allocation from io thread to submitting thread
1a6d6f13 : fix and future-proof against stack overflow in aio io threads
26c66c48 : add namespace-safe version of getauxval for internal use
1de47886 : add NT_VMCOREDD to elf.h from linux v4.18
836022b1 : add AT_MINSIGSTKSZ to elf.h from linux v4.18
d149e69c : add io_pgetevents and rseq syscall numbers from linux v4.18
ca73bea0 : add TRAP_UNK si_code to signal.h from linux v4.18
a71276e2 : add SIGSYS support to sys/signalfd.h from linux v4.18
0a9a5c20 : add AF_XDP to sys/socket.h from linux v4.18
4b9b8c8e : update netinet/udp.h for linux v4.18
ac1af87e : update netinet/tcp.h for linux v4.18
7c845479 : fix wordexp not to read past end of string ending with lone backslash
d9bdfd16 : fix memccpy to not access buffer past given size
39ef612a : fix regression in access to optopt object
122d67f8 : optimize two-way strstr and memmem bad character shift
04e18b61 : fix regression in setlocale for LC_ALL with per-category setting
79f653c6 : fix failure to flush stderr when fflush(0) is called
4a086030 : fix deadlock and buffered data loss race in fclose
00bd3b7d : __libc_start_main: slightly simplify stage2 pointer setup
0239cd06 : remove commented-out debug printf from strstr
8f5a820d : fix spuriously slow check in twoway strstr/memmem cores
1b52863e : don't omit setting errno in internal __map_file function
5af1f594 : make the default locale (& a variant) failure-free cases for newlocale
74e70400 : simplify newlocale and allow failure for explicit locale names
6753fb68 : remove volatile qualification from category pointers in __locale_struct
d88e5dfa : adapt setlocale to support possibility of failure
8084d6ab : adjust types in FILE struct to make line buffering check less expensive
d8870dcf : optimize internal putc_unlocked macro used in putc
a21a6092 : fix wrong result for putc variants due to operator precedence
9dd19122 : further optimize getc/putc when locking is needed
7eda27d0 : use prototype for function pointer in static link libc init barrier
ba0d83e8 : fix error in constraints for static link libc init barrier
ab5e1e34 : fix build regression due to missing file for putc changes
d8f2efa7 : bypass indirection through pointer objects to access stdin/out/err
d664061a : optimize hot paths of putc with manual shrink-wrapping
dd8f02b7 : optimize hot paths of getc with manual shrink-wrapping
7136836e : document and make explicit desired noinline property for __init_libc
4390383b : impose barrier between thread pointer setup and use for static linking
a4a3e4db : make thread-pointer-loading asm non-volatile
7f01a734 : remove ancient clang workaround from powerpc pthread_arch.h asm
bf453d68 : restore attribute((const)) to pthread_self and errno location decls
1c84c999 : add new stage 2b to dynamic linker bootstrap for thread pointer
2085378a : move stdio locking MAYBE_WAITERS definition to stdio_impl.h
b36c37f6 : fix misleading placement of statement on same line as for loop in ldso
e9016138 : x86_64: add single instruction fma
7396ef0a : arm: add single instruction fma
7c5f3bb9 : powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf
1da534ad : s390x: add single instruction fma and fmaf
481006fd : allow escaped path-separator slashes in glob
d44b07fc : rewrite core of the glob implementation for correctness & optimization
37cd1676 : fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0
b6d701a4 : combine arch ABI's DTP_OFFSET into DTV pointers
09a805a6 : fix redundant computations of strlen in glob append function
e2552581 : fix invalid substitute of [1] for flexible array member in glob
7b384c42 : fix fesetround error checking
b3389bbf : fix build regression on armhf in tlsdesc asm
d1395c43 : allow freeaddrinfo of arbitrary sublists of addrinfo list
7bf773a8 : inline cp15 thread pointer load in arm dynamic TLSDESC asm when possible
0beb9dfb : add TLSDESC support for 32-bit arm
4d0a8217 : fix aliasing-based undefined behavior in string functions
8cd738bb : optimize nop case of wmemmove
82c41e92 : fix undefined pointer comparison in wmemmove
debadaa2 : fix undefined pointer comparison in memmove
c50985d5 : new tsearch implementation
5ef60206 : add arm and sh bits/ptrace.h
f381c118 : fix getaddrinfo regression with AI_ADDRCONFIG on some configurations
dffc2059 : support clang internal assembler when building for arm as thumb2 code
7b3348a9 : support setting of default thread stack size via PT_GNU_STACK header
c0058ab4 : increase default thread stack/guard size
792f3277 : limit the configurable default stack/guard size for threads
c7ed3e90 : remove redundant declarations of __default_stacksize, __default_guardsize
11ce1b13 : fix benign data race in pthread_attr_init
84d061d5 : fix deletion of pthread tsd keys that still have non-null values stored
0db393d3 : fix race condition in file locking
1f6cbdb4 : getdelim: only grow buffer when necessary, improve OOM behavior
849e7603 : fix null pointer subtraction and comparison in stdio
5cd309f0 : fix failure of getdelim to set stream orientation on error
5994de4e : check for kernel support before allowing robust mutex creation
dbcfb16e : always reset DST rules during tzset
d6c855ca : fix undefined behavior in strto* via FILE buffer pointer abuse
c8497199 : improve error handling of ttyname_r and isatty
e13063aa : add hidden version of &errno accessor function
da55d488 : fix build regression in sysconf for archs with variable page size
017e67dd : drop lazy plural forms init in dcngettext
12817793 : fix broken atomic store on powerpc[64]
7d7f4425 : define MAX_HANDLE_SZ for use with name_to_handle_at
036df43d : fix regression with compilers not incorporating C99 DR#289 resolution
76341010 : configure: only try -Qunused-arguments for clang
3e14bbcd : wireup linux/name_to_handle_at and name_to_handle_at syscalls
5e46e8d4 : remove vis.h protected-visibility hack
5f12ffe1 : split internal lock API out of libc.h, creating lock.h
09e87db5 : move misplaced __fork_handler declaration
63a4c9ad : remove spurious inclusion of libc.h for LFS64 ABI aliases
5ce37379 : reduce spurious inclusion of libc.h
0676c3a3 : use wrapper headers to hide most namespaced/internally-public symbols
ced75472 : remove __vfork alias
6d47488e : hide purely dependency-triggering functions in stdio __toread & __towrite
c04c6993 : declare __env_rm_add in wrapper stdlib.h
239c1556 : hide dependency-triggering pointer object in malloc_usable_size.c
ef8d45d6 : rework malloc_usable_size to use malloc_impl.h
055dfbb7 : remove unused __futex function and source file
a60d579f : hide __pthread_once_full symbol
a2f0eb1a : declare and make hidden additional internal init/exit symbols
a3944d3f : declare and make hidden additional internal stdio symbols
c52ae698 : move declaration and apply hidden visibility to __utc string
81e19341 : declare and make hidden more internal locale functions
ebb6afde : remove unused __getdents, rename and move file
3fe595de : remove or make static various unused __-prefixed symbols
49722a8e : move additional pthread internal declarations to pthread_impl.h, hide
7e399fab : apply hidden visibility to various remaining internal interfaces
b6e59cd9 : apply hidden visibility to sigreturn code fragments
50fea6c7 : apply hidden visibility to pthread internals
d06fdd7f : apply hidden visibility to stdio internals
444a1b21 : apply hidden visibility to internal time[zone] implementation functions
46e3895b : apply hidden visibility to internal math functions
13d1afa4 : overhaul internally-public declarations using wrapper headers
8c1ac426 : declare __getopt_msg in stdio_impl.h
cf7db242 : use lighter internal stdio lock in getopt error printing
7ab1578d : add crypt_des header for declarations shared with encrypt function
4de46b5a : make mkostemps source file include the header for its declaration
b07a5d66 : move __memalign declaration to malloc_impl.h
762cf6cd : use hidden visibility for sh __unmapself backends
fe61a7aa : rework mechanism for posix_spawnp calling posix_spawn
039f1b3c : make arch __fesetround backends hidden
5e1019b0 : make arch __set_thread_area backends hidden
f5f7673d : make arch __clone backends hidden
1bbe166e : move tlsdesc and internal dl function declarations to dynlink.h
15230afc : add internal header for declaring __pleval function (used by gettext)
50a298ea : move __stdio_exit_needed to stdio_impl.h
7dc8df56 : move __loc_is_allocated declaration to locale_impl.h
91c6a187 : move declarations of tls setup/access functions to pthread_impl.h
f9db9eca : add and use internal header for *rand48 lcg
01294da7 : move __strftime_fmt_1 declaration to time_impl.h
72bc6cbf : move __tm_to_tzname declaration to time_impl.h with related functions
8dafb84e : remove unused code from strcpy.c
432f9f0e : move __res_msend_rc declaration to lookup.h
405102dc : fix type-mismatched declarations of __nl_langinfo_l in source files
60056a80 : for c11 mtx and cnd functions, use externally consistent type names
c98bf5b8 : move and deduplicate declarations of __dns_parse to make it checkable
59d88940 : move lgamma-related internal declarations to libm.h
aee11e5a : declare __syscall_ret as hidden in vfork asm
a8c53794 : add arm asm for vfork
55a1c9c8 : move declarations for malloc internals to malloc_impl.h
18bf0829 : improve machinery for ldso to report libc version
3b028c28 : make internal declarations for flockfile tracking functions checkable
736a950b : make inadvertently exposed __h{create,delete,search}_r functions static
10bbbbf5 : make inadvertently exposed __pthread_{timed,try}join_np functions static
b5dbf4d4 : use idiomatic weak alias approach for defining asctime_r
cb229f61 : move and deduplicate declarations of __vdsosym to make it checkable
6fcd60dd : move and deduplicate declarations of __procfdname to make it checkable
c221d3e5 : fix issues from public functions defined without declaration visible
eeb6f774 : remove leftover declarations for removed functions from pthread_impl.h
9b95fd09 : define and use internal macros for hidden visibility, weak refs
2de29bc9 : fix namespace violation for c11 mutex functions
d1fa2886 : in pthread_mutex_timedlock, avoid repeatedly reading mutex type field
4e4a162d : in pthread_mutex_trylock, EBUSY out more directly when possible
4fb273bd : fix mistake/cruft in 1.1.20 release notes
e36f80cb : implement fexecve in terms of execveat when it exists
0fa1e638 : release 1.1.20
64466094 : fix stack-based oob memory clobber in resolver's result sorting
d0d21252 : consistently use _NSIG/8 idiom for kernel sigset size in sigaction
9b14ad54 : always terminate by SIGABRT when abort is called
0b4c92b7 : optimize raise not to make a syscall for getting tid
cff4b910 : prevent perror from clobbering stderr's orientation
cd8d8309 : prevent psignal/psiginfo from clobbering stderr orientation, errno
a43a7b21 : make vfprintf set stream orientation even for zero-length output
f1791f42 : re-fix vfprintf temporary buffer logic
ddc947ed : fix missing flush of stderr at exit if it was put in buffered mode
35cd7c09 : fix async thread cancellation on sh-fdpic
0ec49dab : fix async thread cancellation on powerpc64
9cdaf1a8 : vfwprintf: honor field width with 'c' format type
d41cdef9 : fix several values reported by sysconf
1d297a28 : fix return value of system on failure to spawn child process
b152d575 : set stream orientations in open_[w]memstream
f66022dd : make fmemopen's w+ mode truncate the buffer
b39b47ba : set errno when fileno is called on a FILE with no underlying fd
baf95a5a : reject invalid arguments to pthread_barrierattr_setpshared
056f9d81 : rewrite __aeabi_read_tp in asm
cdbbcfb8 : fix dubious char signedness check in limits.h
060ed936 : fix deadlock in async thread self-cancellation
92c52644 : time: fix incorrect DST offset when using POSIX timezones without DST
c06c1eb6 : fix tls access on arm targets before armv6k
f4542fdf : fix missing strerror text for EMULTIHOP
cfa0a54c : fix printf precision specifier for hex floats on non-ld80 archs
6aeb131b : getopt: update optarg and optind correctly on missing argument
184ef36f : fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if
767f7a10 : remove erroneous SYMLINK_MAX definition from limits.h, pathconf
8b2b61e0 : mips archs: fix runaway execution if start fn passed to clone returns
91e1e29d : fix pthread_create return value with PTHREAD_EXPLICIT_SCHED
1ad81388 : fix sign of strftime %z output with offsets <1 hour west of UTC
7dad9c21 : fix musl-gcc wrapper to be compatible with default-pie gcc toolchains
14992d43 : make pthread_attr_init honor defaults set by pthread_setattr_default_np
3d8322c7 : bsearch: simplify and optimize
f2c6dbe2 : move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
2fab90a7 : remove inclusion guard hacks for sys/kd.h
18fbc7e4 : remove spurious declaration of __getdents from readdir.c
b3fa0f2b : fix regression in alignment of dirent structs produced by readdir
df6d9450 : add support for arch-specific ptrace command macros
7ea32a82 : sys/ptrace.h: add missing PTRACE_EVENT_STOP
cbf16c4a : uchar.h: define char16_t and char32_t for old c++
5c2f46a2 : block dlopen of libraries with initial-exec refs to dynamic TLS
5fdccbcd : fix inefficient choice of tlsdesc function due to off-by-one
187bcc3b : implement getaddrinfo's AI_ADDRCONFIG flag
9cad27a3 : fix writes outside buffer by ungetc after setvbuf
06201520 : add ST_RELATIME to statvfs.h
4f35eb75 : resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrs
b0d2b3a1 : optimize explicit_bzero for size
193338e6 : avoid spurious dso matches by dladdr outside bounds of load segments
f6870d6b : make dladdr consistently produce the first symbol in presence of aliases
c8b49b2f : fix symtab-order-dependent spurious matches in dladdr
8b8fb7f0 : correctly handle non-matching symbols in dladdr
e829695f : avoid using undefined pointer arithmetic in dladdr
a0d64dcc : fix missing timeout argument to futex syscall in __futexwait
05ac345f : add explicit_bzero implementation
5c8e6926 : inet_ntop: do not compress single zeros in IPv6
da5851e9 : strftime: fix underlying format string in %z format
63e2e40e : resolver: omit final dot (root/suppress-search) in canonical name
efda534b : fix regression in powerpc[64] SO_PEERSEC definition
587f5a53 : fix value of SO_PEERSEC on mips archs
471497ab : add m68k reg.h and user.h
68a5a23a : fix dynamic linker mapping/clearing bss in first/only LOAD segment
38f2fa3d : add memfd_create syscall wrapper
b64d66d0 : add mlock2 linux syscall wrapper
84b25160 : fix m68k float.h long double exponent range
0cd2be23 : work around broken kernel struct ipc_perm on some big endian archs
7ea235b1 : s390x: add kexec_file_load syscall number from linux v4.17
1177f61d : mips: add HWCAP_ flags from linux v4.17
f3b6690a : aarch64: add HWCAP_ flags from linux v4.17
da9f2b2a : add speculation control prctls from linux v4.17
5b85ed5c : add ETH_P_PREAUTH ethertype from linux v4.17
ebeb1de2 : add TCP_NLA_* from linux v4.17
af55070e : add {MSG,SEM,SHM}_STAT_ANY from linux v4.17
156a3bed : add MAP_FIXED_NOREPLACE from linux v4.17
90ac71d8 : powerpc: add pkey syscall numbers from linux v4.16
a697a1c9 : aarch64: add HWCAP_ASIMDFHM from linux v4.16
0f7aa600 : sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16
3a81cbe6 : netinet/if_ether.h: add ETH_TLEN from linux v4.16
833df867 : netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16
29f3202b : sys/epoll.h: add EPOLLNVAL from linux v4.16
f81e44a0 : add m68k port
18f02c42 : add support for m68k 80-bit long double variant
d5e55ba3 : add missing m68k relocation types in elf.h
610c5a85 : fix TLS layout of TLS variant I when there is a gap above TP
029c622a : fix output size handling for multi-unicode-char big5-hkscs characters
165a1e37 : fix iconv mapping of big5-hkscs characters that map to two unicode chars
99f4237a : fix iconv conversion to UTF-32 with implicit (big) endianness
55a661ff : fix iconv buffer overflow converting to legacy JIS-based encodings
40bae2d3 : make linking of thread-start with explicit scheduling conditional
b8742f32 : improve design of thread-start with explicit scheduling attributes
1db9a355 : clean up and reduce size of internal pthread structure
cdba6b25 : improve joinable/detached thread state handling
526e64f5 : improve pthread_exit synchronization with functions targeting tid
4df42163 : remove incorrect ESRCH error from pthread_kill
9e2d820a : use a dedicated futex object for pthread_join instead of tid field
941bd884 : optimize sigisemptyset
375840c7 : avoid excessive stack usage in getcwd
e3c682ab : work around arm gcc's rejection of r7 asm constraints in thumb mode
9be4ed5d : getopt_long_only: don't prefix-match long-options that match short ones
b4b1e103 : reintroduce hardening against partially-replaced allocator
72141795 : return chunks split off by memalign using __bin_chunk instead of free
3c2cbbe7 : using malloc implementation types/macros/idioms for memalign
23389b19 : move malloc implementation types and macros to an internal header
618b18c7 : revert detection of partially-replaced allocator
3f3cc3e9 : setvbuf: minor comment typo fix
8c2943f0 : arm: use a_ll/a_sc atomics when building for ARMv6T2
749a06b4 : arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros
ea489b8b : provide optimized a_ctz_32 for arm
0c6abb58 : remove a_ctz_l from arch specific atomic_arch.h
3f6dc304 : fix out of bounds write for zero length buffer in gethostname
0b80a7b0 : add support for caller-provided buffers to setvbuf
60194592 : clean up allocation/setup logic for open_[w]memstream
0b043c7b : clean up allocation/setup logic for fmemopen
4245a233 : minor cleanup in fopencookie
c9f415d7 : allow interposition/replacement of allocator (malloc)
c1014a81 : refactor flockfile not to duplicate lock mechanism logic
c21f7507 : fix stdio lock dependency on read-after-free not faulting
50202754 : remove unused __brk function/source file
d610c148 : enable reclaim_gaps for fdpic
14032c30 : comment __malloc_donate overflow logic
ce7ae11a : ldso, malloc: implement reclaim_gaps via __malloc_donate
d889cc34 : malloc: fix an over-allocation bug
b9410061 : use explicit dynamic-list rather than symbolic-functions for linking
4bf0717e : fix return value of nice function
424eab22 : optimize malloc0
10e4bd37 : fix incorrect results for catan with some inputs
ae2a01da : fix wrong result in casin and many related complex functions
ea81529f : implement wcsftime padding specifier extensions
119bc55b : prevent bypass of guarantee that suids start with fd 0/1/2 open
282b1cd2 : fix fmaf wrong result
729fef0a : fix default feature profile in tar.h
c7bb9c41 : adjust makefile target-specific CFLAGS rules to be more robust & complete
a7c53e0c : fix out-of-tree build of crt files with stack protector enabled
919ad8d5 : explicitly use signed keyword to define intNN_t and derivative types
eb5ae940 : fix minor namespace issues in termios.h
f9c2498f : remove spurious const keyword in sigqueue declaration
a3f7bcde : fix minor namespace issue in unistd.h
d93c0740 : fix minor namespace issue in tar.h
8e1381be : fix minor namespace issues in limits.h
6ecb9c14 : use PAGESIZE rather than PAGE_SIZE in user.h bits
c9c2cd3e : reverse definition dependency between PAGESIZE and PAGE_SIZE
0cf50581 : fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value
57b97b42 : add public interface headers to implementation files
2fae10f8 : fix aliasing violations in fgetpos/fsetpos
455bd824 : use idiomatic safe form for FUNLOCK macro
7c59d098 : in vswprintf, initialize the FILE rather than memset-and-assign
aaa29c26 : remove unused MIN macro from getdelim source file
0fbe53ed : remove useless null check before call to free in fclose
52d42b58 : remove useless and confusing parentheses in stdio __towrite function
e7eeeb9f : avoid use of readv syscall in __stdio_read backend when not needed
f9280418 : consistently return number of bytes read from stdio read backend
9bf9c732 : remove obfuscated flags bit-twiddling logic in __stdio_read
b123f239 : fix getopt wrongly treating colons in optstring as valid option chars
82f17680 : add getentropy function
e2065820 : add getrandom syscall wrapper
9bed82df : aarch64: add sve_context struct and related defines from linux v4.15
74ab4b82 : elf.h: add DT_SYMTAB_SHNDX
dfeeeaf5 : elf.h: syncronize DF_1_ flags with binutils
eef5e482 : elf.h: update NT_* coredump elf notes for linux v4.15
50248041 : elf.h: add PPC64_OPT_LOCALENTRY
e7bd039d : elf.h: add AT_* auxval macros for cache geometry
121d18d2 : sys/prctl.h: add new PR_SVE_* macros from linux v4.15
5a4a780c : aarch64: update hwcap.h for linux v4.15
8be960d1 : arm: add get_tls syscall from linux v4.15
0fc2f098 : powerpc: update hwcap.h for linux v4.15
4ccd0752 : s390x: add s390_sthyi system call from v4.15
4001c511 : netinet/in.h: add new IPV6_FREEBIND from linux v4.15
5f4ff22a : netinet/tcp.h: add TCP_* socket options from linux v4.15
9b57db3f : add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
9eda4dc6 : mips,powerpc: fix TIOCSER_TEMT in termios.h
e6960870 : netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14
abdaba86 : sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi
fba3059d : netinet/if_ether.h: add new ETH_P_ macros from linux v4.14
4d4a6657 : net/if_arp.h: add ARPHRD_RAWIP from linux v4.14
38e81ddc : signal.h: add missing SIGTRAP si_codes
ebd8ef50 : aarch64: add HWCAP_DCPOP from linux v4.14
5431c200 : sys/mman.h: add MADV_WIPEONFORK from linux v4.14
986bc217 : sys/socket.h: add MSG_ZEROCOPY from linux v4.14
404097a4 : sys/socket.h: add SOL_TLS from linux v4.13
709bbf51 : sys/socket.h: add PF_SMC from linux v4.11
55df09bf : release 1.1.19
1366b3c5 : update authors/contributors list
fcf24b9f : fix detection of LIBCC for compiler-rt with clang
6d610242 : convert execvp error handling to switch statement
8e0b3806 : fix execvp failing on not-dir entries in PATH.
75cba9c6 : fix incorrect overflow check for allocation in fmemopen
249b621f : better configure check for long double support
23ddab85 : make getcwd fail if it cannot obtain an absolute path
376b3c54 : disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processes
f0b235c1 : honor rpath $ORIGIN for ldd/ldso command with program in working dir
c7f0da41 : adjust strftime + modifier to match apparent intent of POSIX
596207aa : fix strftime field widths with %F format and zero year
cc7c300d : document pthread structure ABI constraints in comments
e53296f8 : re-fix child reaping in wordexp
cd0ae687 : revert regression in faccessat AT_EACCESS robustness
7c709f2d : store pthread stack guard sizes for pthread_getattr_np
b3ae7bea : adjust dladdr dli_fbase definition to match other implementations
6f03b61b : getopt_long: accept prefix match of long options containing equals signs
f1abc29b : fix getopt_long arguments to partial matches
14edadb5 : aarch64: fix mismatched type of ucontext_t uc_link member
1bc10ffe : add _DIRENT_HAVE_D_* macros to dirent.h
b64539ae : fix printf alt-form octal with value 0 and no explicit precision
32482f61 : revise the definition of multiple basic locks in the code
c4bc0b1a : consistently use the LOCK an UNLOCK macros
47d0bcd4 : new lock algorithm with state and congestion count in one atomic int
b583c5d3 : add additional uapi guards for Linux kernel header files
628cf979 : fix iconv output of surrogate pairs in ucs2
95c6044e : add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv
9d4d0ee4 : add cp866 (dos cyrillic) to iconv
54941edd : update case mappings to unicode 10.0
c72c1c52 : update ctype tables to unicode 10.0
d3f23337 : reformat ctype tables to be diff-friendly, match tool output
d5029bb8 : fix endian errors in netinet/icmp6.h due to failure to include endian.h
14cec867 : fix endian errors in arpa/nameser.h due to failure to include endian.h
2a831786 : remove unused explicit dependency rules for crti/crtn
eb7f93c4 : use the name UTC instead of GMT for UTC timezone
3ec82877 : fix sysconf for infinite rlimits
13127680 : fix x32 unistd macros to report as ILP32 not LP64
64303156 : fix data race in at_quick_exit
01957bed : add ibm1047 codepage (ebcdic representation of latin1) to iconv
8a6bd730 : implement strftime padding specifier extensions
2488d31f : adjust fopencookie structure tag for ABI-compat
06184334 : implement the fopencookie extension to stdio
4000b010 : make fgetwc handling of encoding errors consistent with/without buffer
a90d9da1 : fix treatment by fgetws of encoding errors as eof
72656157 : fix fgetwc when decoding a character that crosses buffer boundary
a223dbd2 : add reverse iconv mappings for JIS-based encodings
105eff9d : generalize iconv framework for 8-bit codepages
a71b46cf : fix malloc state corruption when ldso rejects loading a second libc
d060edf6 : reformat cjk iconv tables to be diff-friendly, match tool output
c21051e9 : prevent fork's errno from being clobbered by atfork handlers
a39f20bf : add iso-2022-jp support (decoding only) to iconv
5b546faa : add iconv framework for decoding stateful encodings
0df5b39a : simplify/optimize iconv utf-8 case
9eb6dd51 : handle ascii range individually in each iconv case
bff59d13 : move iconv_close to its own translation unit
79f49eff : refactor iconv conversion descriptor encoding/decoding
30fdda6c : fix getaddrinfo error code for non-numeric service with AI_NUMERICSERV
67b29947 : fix mismatched type of __pthread_tsd_run_dtors weak definition
13935337 : s390x: use generic ioctl.h
4dc44ce8 : microblaze: add statx syscall from linux v4.13
ffd048a0 : aarch64: add extra_context struct from linux v4.13
6651ef1f : add new tcp.h socket options from linux v4.13
14ced228 : add new fcntl.h macros from linux v4.13
754f66af : ioctl TIOCGPTPEER from linux v4.13
c35a8bf4 : add SO_ getsockopt options from linux v4.13
5daaed6a : s390x: add syscall number for s390_guarded_storage from linux v4.12
2dc6760f : i386: add arch_prctl syscall number from linux v4.12
840d45be : aarch64: add new HWCAP_* flags from linux v4.12
4c811227 : add ARPHDR_VSOCKMON from linux v4.12
54f04d99 : add new SO_ socket options from linux v4.12
9864f60e : add statx syscall numbers from linux v4.11
c519658c : add TCP_NLA_* enums from linux v4.11
ee3ae782 : add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11
3eb82f73 : add ETH_P_IBOE from linux v4.11
bd1560f6 : update aarch64 hwcap.h for linux v4.11
cee73f0c : add kexec_file_load syscall number on powerpc from linux v4.10
8f569557 : add microblaze syscall numbers from linux v4.10
d8004030 : add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing
f5638c22 : add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10
01369691 : add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10
5c596ed8 : add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10
6fc6ca1a : adjust posix_spawn dup2 action behavior to match future requirements
eb03bde2 : release 1.1.18
1b9406b0 : fix build regression on ARM for ISA levels less than v5
ec04d122 : fix regression in glob with literal . or .. path component
004dc954 : posix_spawn: use larger stack to cover worst-case in execvpe
2cd663fb : release 1.1.17
45ca5d3f : in dns parsing callback, enforce MAXADDRS to preclude overflow
5b5eb527 : fix incorrect base name offset from nftw when pathname ends in slash(es)
c1e27367 : fix read-after-free type error in pthread_detach
90747692 : math: rewrite fma with mostly int arithmetics
b3516058 : for executing init array functions, use function type with prototype
e364774d : fix access by setjmp and longjmp to __hwcap on arm built as thumb2
48be5b63 : fix use of memset without declaration in sched.h cpu set macros
c10bc615 : powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h
da438ee1 : work around incorrect EPERM from mmap syscall
8c4be3e2 : fix glob descent into . and .. with GLOB_PERIOD
565dbee2 : don't treat numeric port strings as servent records in getservby*()
9e01be6e : fix signal masking race in pthread_create with priority attributes
822dddfb : make syscall.h consistent with linux
9255dad9 : handle whitespace before %% in scanf
51bdcdc4 : fix OOB reads in Xbyte_memmem
cc0dbd5f : free allocations in clearenv
8e932792 : overhaul environment functions
39db00af : fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoder
11ddc314 : fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombs
8459c6f2 : arm: add HWCAP_ARM_ hwcap macros
06fbefd1 : add a_clz_64 helper function
33561779 : s390x: add bits/hwcap.h
5f7efb87 : move IPPORT_RESERVED from netdb.h to netinet/in.h
5f3b652a : add powerpc64 and s390x to list of supported archs in INSTALL file
9d4c902c : fix undefined behavior in memset due to missing sequence points
c7f56b4d : __init_libc: add fallbacks for __progname setup
cc086693 : add SIOCGSTAMPNS socket ioctl macro to ioctl.h
02b50c9d : fix mips ioctl macros to match linux asm/sockios.h
670d6d01 : fix unsynchronized access to FILE structure in fflush(0)
511b7042 : fix signed overflow in ftok
1698fe6c : fix build failure for sh4a due to missing colon in asm statement
80bf5952 : trap UB from attempts to join a detached thread
e31c8c2d : ppc64: fix setjmp/longjmp handling of TOC pointer
52cf5c18 : qsort: add a short comment about the algorithm
dc2f368e : disable global visibility override hack (vis.h) by default
947d330f : add _NL_LOCALE_NAME extension to nl_langinfo
a08910fc : fix missing volatile qualifier on lock in __get_locale
2e6e0842 : remove ineffective compiler assist from printf
bc42dcbf : fix undefined behavior in ptrace
d906fa31 : unify the use of FUTEX_PRIVATE
60ab365c : fix undefined behavior in free
f6888840 : reapply va_arg hacks removal to wprintf
bd00cc87 : remove useless declarations in string.h
f3055e01 : allow specifying argv[0] when invoking a program via ldso command
43c423af : fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBAL
66b53cfa : ldso: avoid spurious & possible erroneous work for libs with no deps
94f74419 : powerpc64: add single-instruction math functions
9d12a6a2 : fix clang CFLAGS checks and silence unused argument warnings
ce385fcf : s390x: add single-instruction math functions
e6def544 : fix arm run-time abi string functions
91d34c45 : fix regression in getspnam[_r] error code for insufficient buffer size
5948bc1a : fix omission of microblaze user.h definitions
b7bfb5c3 : fix iconv conversions for iso88592-iso885916
64f85587 : handle errors from localtime_r in ctime_r
2d7d05f0 : set errno when getpw*_r, getgr*_r, and getspnam_r fail
5c10c33d : handle localtime errors in ctime
1c86c7f5 : handle mremap failure in realloc of mmap-serviced allocations
10800088 : getdate: correctly specify error number
af051730 : catopen: set errno to EOPNOTSUPP
84eff797 : fix glob failure to match plain "/" to root directory
bc313e88 : use hard-coded sh4a atomic opcodes to avoid linker errors on sh
179766aa : towupper/towlower: fast path for ascii chars
1c497005 : remove long-obsolete clang workarounds from mips* syscall_arch.h files
4073f03a : fix fstatat syscall on mips64
81f4a120 : fix fchown fallback on arches without chown(2)
97bd6b09 : fix iconv conversions to legacy 8bit encodings
f9f686b7 : have posix_spawnattr_setflags check for supported flags
77e895dc : add no-op POSIX_SPAWN_USEVFORK to spawn.h
55550416 : s390x: provide sigcontext struct definition
bb439bb1 : implement new posix_spawn flag POSIX_SPAWN_SETSID
58e2396a : remove va_arg hacks in printf core with undefined behavior
e1232f5b : make ttyname[_r] return ENODEV rather than ENOENT
1a7fa5e5 : fix regression in support for resolv.conf attempts option
8c44a060 : fix scalbn when result is in the subnormal range
2577b1bc : allow full-range file offsets to mmap on archs with 64-bit syscall args
b3751c32 : fix dl_iterate_phdr in static PIE binaries
1ca59755 : fix read past end of buffer in getaddrinfo backend
54807d47 : aarch64: add single instruction math functions
b6e1fe0d : fix strptime output for %C without %y
834ef7af : fix processing of strptime %p format
85dfab7e : fix off-by-one in strptime %j
9571c531 : regex: fix newline matching with negated brackets
e6917ece : increase limit on locale name length from 15 to 23 bytes
e4fc9ad7 : search locale name variants for gettext translations
16319a5d : make setlocale return a single name for LC_ALL if all categories match
0c53178e : fix dlopen/dlsym regression opening libs already loaded at startup
dbff2bb8 : fix POSIX-format TZ dst transition times for southern hemisphere
74bca42e : s390x: fix fpreg_t and remove unused per_struct
a393d5cc : precalculate gnu hash rather than doing it lazily in find_sym inner loop
8cba1dc4 : fix threshold constants in j0f, y0f, j1f, y1f
cb525397 : remove unused refcnt field for shared libraries
c49d3c8a : avoid loading of multiple libc versions via explicit pathname
3ec8b3ae : fix one-byte overflow in legacy getpass function
733d1ea7 : fix wide scanf's use of a compound literal past its lifetime
6a209f14 : fix possible fd leak, unrestored cancellation state on dns socket fail
500f5bee : in static dl_iterate_phdr, fix use of possibly-uninitialized aux data
6582baa7 : fix free of uninitialized buffer pointer on error in regexec
6476b813 : emulate lazy relocation as deferrable relocation
4823b13a : reorder addend handling before symbol lookup in relocation code
4ff234f6 : rework ldso handling of global symbol table for consistency
c9783e4d : treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_sym
fc85fb38 : fix ld-behavior-dependent crash in ppc64 ldso startup
827c4e6f : fix lsearch and lfind to pass key as first arg to the compar callback
0a4a16d1 : allow page size to vary on arm
b261a242 : fix build regression in arm atomics asm with new binutils
9201c3af : s390x: implement dlsym
d6601f0a : avoid unbounded strlen in gettext functions
dbbb3734 : fix use of uninitialized pointer in gettext core
01e6bbec : fix bindtextdomain logic error deactivating other domains
6894f847 : fix spurious EINTR errors from multithreaded set*id, etc.
1f53e7d0 : fix crashes in x32 __tls_get_addr
27b3fd68 : fix crash from corrupted tls module list after failed dlopen
809ff8cf : treat base 1 as an error in strtol-family functions
786fda87 : fix getopt[_long] clobbering of optopt on success
150747b4 : reduce impact of REG_* namespace pollution in x86[_64] signal.h
769f5359 : make globfree safe after failed glob from over-length argument
61fb81e3 : fix strftime %y for negative years
8fe1f2d7 : release 1.1.16
60c46db8 : update tcp_info struct to linux v4.9
a8a8fdff : add MS_NOREMOTELOCK mount flag from linux v4.9
62eaf40b : add pkey_{mprotect,alloc,free} syscalls from linux v4.9
5bf7eba2 : fix support for initialized TLS in static PIE binaries
088c9674 : when building for arm as thumb2 code, also request assembly as thumb
29237f7f : rework arm atomic/tp backends to be thumb-compatible and fdpic-ready
9067a300 : disable use of arm memcpy asm if building as thumb code
fbbeda17 : make arm setjmp/longjmp asm thumb2-compatible
61ff1af7 : use lookup table for malloc bin index instead of float conversion
7a4c25d7 : handle ^ and $ in BRE subexpression start and end as anchors
adfe682e : fix mrand48/jrand48 return value on 64-bit archs
bfcf5735 : in public headers, don't assume pre-C99 compilers have __inline keyword
c1020cf2 : fix crashing sigsetjmp on s390x
3f79eaa8 : fix use of incomplete struct type in s390x user.h
afefce19 : fix typo in s390x user.h
ffaaa6d2 : remove legacy i386 fallback stdarg implementation and framework
6f186676 : remove largish unused field from pthread structure
54991729 : work around gdb issues recognizing sigreturn trampoline on x86_64
15094943 : add s390x port
54482898 : treat null vdso base same as missing
b418ea1b : generalize ELF hash table types not to assume 32-bit entries
4078a5c3 : fix build regression on archs with variable page size
31fb174d : add limited pthread_setattr_default_np API to set stack size defaults
ea7891a6 : fix pthread_create regression from stack/guard size simplification
04983f22 : make netinet/in.h suppress clashing definitions from kernel headers
33ce9208 : simplify pthread_attr_t stack/guard size representation
7442442c : fix swprintf internal buffer state and error handling
bc1e7731 : fix integer overflow of tm_year in __secs_to_tm
5ffe515c : fix ldso reserved library name handling
86e8cc0f : fix accidental global static pointer in ldso
c8fdcfe5 : don't claim support for resolv.h APIs that aren't supported
8ca27ac4 : fix parsing of quoted time zone names
7352b59d : remove redundant feature test macro checks in sys/time.h
ed869674 : redesign snprintf without undefined behavior
7597fc25 : fix various header namespace issues under feature-test-macro control
2ed4e9d9 : remove parameter names from public headers
4b8f94c2 : fix misspelling of a legacy macro name in sys/param.h
71e83927 : add missing if_ether.h constants
79c7ded0 : add missing if_arp.h constant
1fa2a32d : fix typo in utmpx.h
104e8a0e : add missing confstr constants
e314258e : fix minor problem in previous strtod non-nearest rounding bug fix
6ffdc457 : fix strtod int optimization in non-nearest rounding mode
d184a09e : fix strtod and strtof rounding with many trailing zeros
f33b1758 : fix gratuitous undefined behavior in strptime
b24f1d25 : fix getopt_long_only misinterpreting "--" as an option
51ab6db4 : fix float formatting of some exact halfway cases
8fb28b0b : add pthread_setname_np
3ca2d2d4 : fix clock_nanosleep error case
688d3da0 : math: fix pow signed shift ub
87643335 : update icmphdr struct following linux v4.8
cc7c95e9 : add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8
fe39aaae : add bits/hwcap.h and include it in sys/auxv.h
5a05f675 : elf.h: update EM_ elf machine defines and add R_BPF_ defines
9487cc5f : add ETH_P_NCSI to netinet/if_ether.h from linux v4.8
189acc70 : add sh syscall numbers from linux v4.8
2ed811a3 : fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8
05973dc3 : use dynamic buffer for getmntent
167dfe96 : fix integer overflows and uncaught EOVERFLOW in printf core
70d2687d : fix integer overflow in float printf needed-precision computation
aee6abb2 : fix regexec with haystack strings longer than INT_MAX
c3edc06d : fix missing integer overflow checks in regexec buffer size computations
583ea835 : fix strftime %y for negative tm_year
8d7a3f40 : fix getservby*_r result pointer value on error
d917ef0b : remove dead case in gethostbyname2_r
66570ec9 : fix undefined behavior in sched.h cpu_set_t usage
c002668e : simplify/refactor fflush and make fflush_unlocked an alias for fflush
5505f6af : add missing *_unlocked and wcsftime_l prototypes to wchar.h
32055d52 : fix if_indextoname error case
3848a99f : fix ifru_data and ifcu_buf types in net/if.h
78897b0d : fix printf regression with alt-form octal, zero flag, and field width
e738b8cb : restore _Noreturn to __assert_fail
39758662 : getdtablesize: fix returning hard instead of soft rlimit
c1f4ed15 : fix FFSYNC by changing it to O_SYNC
fff88018 : configure: handle mipsisa64* triplet as a mips64 target
5b5db97f : math: fix 128bit long double inverse trigonometric functions
0a950dcf : verify that ttyname refers to the same file as the fd
2b41959b : microblaze: add syscall numbers from linux v4.7
9680e1d0 : add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h
c6519d4a : add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h
0f8ad40b : add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h
7cc3a28e : fix pread/pwrite syscall calling convention on sh
39494a27 : revert unrelated change that slipped into last commit
cff5747c : fix regression in tcsetattr on all mips archs
6399fa9d : fix asctime day/month names not to vary by locale
7c82870d : remove obsolete and unused gethostbyaddr implementation
5ab0b20e : remove obsolete gitignore rules
e1679ef1 : remove or1k version of sem.h
faf69b9a : release 1.1.15
0f473677 : add stdc-predef.h for library-level predefined macros
0c8bc102 : improve abort fallback behavior when raising SIGABRT fails to terminate
ee3f0c55 : make brace placement in public header typedef'd structs consistent
3c3b0998 : add EF_SH_ sh specific macros to elf.h
84fd4e4f : add NT_ARM_SYSTEM_CALL to elf.h
c3be411d : add missing x86 relocs to elf.h
7c3b6723 : add DT_MIPS_RLD_MAP_REL to elf.h
af17dc40 : add SHF_COMPRESSED section flag to elf.h
29a96c19 : add powerpc tls optimization related definitions to elf.h
347d0617 : add nios2 definitions to elf.h
abbdf0f5 : update elf.h with mips abi flags support
49eb3224 : update elf.h with new aarch64 relocs
b921e0fd : update elf.h with powerpc64 elfv2 abi related macros
35b58194 : add new powerpc64 relocations to elf.h
308e4bc6 : add EM_OPENRISC again to elf.h
befa5866 : make brace placement in public header struct definitions consistent
093288dc : fix misplaced indention in sys/procfs.h
45ba07fd : format mips bits/termios.h consistently mips64 and n32 versions
cae8ac48 : fix CBAUDEX in powerpc termios.h
8c316e9e : fix TCS* definitions in mips termios.h
ee9b5900 : fix mips termios.h macro exposure/namespace issues
3bda42ac : fix powerpc termios.h macro exposure/namespace issues
2e128574 : fix generic termios.h macro exposure/namespace issues
126f58b2 : define appropriate feature test macros to get CBAUD from termios.h
cd208b00 : fix FIOQSIZE in arm ioctl.h
6fce6ca1 : remove termios2 related ioctls from sh ioctl.h
809495f7 : fix TIOCMSET in mips ioctl.h
b76d4e06 : fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h
058c0b2d : remove mips and powerpc ioctls that are missing from linux uapi
5ce90127 : add missing TIOC* macros to ioctl.h
8735a921 : add missing SIOCSIFNAME from linux/sockios.h to ioctl.h
2df9ae91 : remove ioctl macros that were removed from linux uapi
76d7cfb7 : use the generic ioctl.h for x86_64, x32 and aarch64
7158481d : add consistent reserved fields in mips64/n32 termios structures
3dd27f3a : fix posix_fadvise syscall args on powerpc, unify with arm fix
3d981461 : pthread: implement try/timed join variants
6d38c9cf : fix misordered syscall arguments for posix_fadvise on arm
804debee : in posix_fadvise, don't bypass __syscall macro infrastructure
4adc6c33 : refactor name_from_dns in hostname lookup backend
04bced40 : in performing dns lookups, check result from res_mkquery
5c43e1db : add RUSAGE_THREAD (Linux extension) definition to sys/resource.h
b3bbc7b1 : fix incorrect definition of RUSAGE_CHILDREN in sys/resource.h
4da0bc5e : fix misaligned address buffers in gethostbyname[2][_r] results
384d103d : fix failure to obtain EOWNERDEAD status for process-shared robust mutexes
6cec7bc5 : remove comments on copyright status from UTF-8 implementation files
1e6fc0b6 : avoid padding gaps in struct sockaddr_storage
a0bb50a1 : update sys/socket.h to linux v4.6
34987775 : add new tcp_info fields from linux v4.6
1d561c2f : add CLONE_NEWCGROUP clone flag, new in linux v4.6
19f87240 : update siginfo struct for linux v4.6
7ea37c7a : add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6
f6f4aa5d : add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6
78b1f3cb : add preadv2 and pwritev2 syscall numbers for linux v4.6
77baaa47 : fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs
81fb75a1 : fix undefined pointer arithmetic in CMSG_NXTHDR macro
51eeb6eb : fix the use of uninitialized value in regcomp
63e3a166 : deduplicate __NR_* and SYS_* syscall number definitions
8ef6170b : x32: eliminate __X32_SYSCALL_BIT constant
622fe8b5 : x32: remove arch-specific syscall remapping
49631b7b : fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.h
c0ede9e4 : add powerpc64 port
6bc7d9c4 : fix redundant processing of --build flag in configure script
4b619e5c : fix incorrect protocol name and number for egp
2d49c224 : follow standard configure behavior for cross compile prefix
f0a61399 : update COPYRIGHT file to clarify that permissions apply for all files
6ed791e7 : fix FILE buffer underflow in ungetwc
be999f7a : fix thread structure/dtv-pointer corruption on powerpc
e7d05c78 : remove dead store in res_msend
5972c4a4 : add mips n32 port (ILP32 ABI for mips64)
6d99ad91 : add support for mips and mips64 r6 isa
c718f9fc : fix read past end of haystack buffer for short needles in memmem
5c3412d2 : fix regression disabling use of pause instruction for x86 a_spin
6d1a3dfe : fix undefined pointer comparison in stdio-internal __toread
5978eb70 : fix gethostbyaddr_r to fill struct hostent.h_length as appropriate
d578c74e : add MADV_FREE madvise command from linux v4.5
b10ca0f5 : add EPOLLEXCLUSIVE epoll flag from linux v4.5
c1aabc6c : add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5
8ffa0375 : add IPV6_HDRINCL socket option from linux v4.5
84d4f5ee : add copy_file_range syscall numbers from linux v4.5
2de52704 : mips64: add recent linux syscall numbers
dc4520d9 : fix outdated pathnames in COPYRIGHT file
e9f1c798 : deduplicate bits/mman.h
4aac019a : fix padding string formats to width in wide printf variants
de400b66 : correct pointer types for a_ll_p and a_sc_p primitives on mips64
27bf42cd : make mips64 a_sc_p atomic primitive's asm constraints work with clang
636a4799 : make configure check for unsupported (SPE) powerpc hard-float models
5a92dd95 : add powerpc soft-float support
9543656c : env: avoid leaving dangling pointers in __env_map
589aefa5 : update documentation files for mips64 port
83933573 : add mips64 port
71392a91 : generalize mips-specific reloc code not to hard-code sym/type encoding
b023c03b : math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0
db66ef1f : add sched_getcpu vDSO support
98d33573 : add sched_getcpu
29b13575 : fix ^* at the start of a complete BRE
39ea71fb : fix * at the start of a BRE subexpression
6e694d69 : explicitly include stdio.h to get EOF definition needed by wctob
6d70c08a : handle non-matching address family entries in hosts file
fd224a80 : make aarch64 atomic_arch.h report that it defines pointer-sized ll/sc
225f6a6b : allow implementing a_cas_p with pointer-sized ll/sc
074e6b3f : release 1.1.14
8b084f06 : generate list of crt files to install instead of hard-coding in makefile
4c101e15 : add arch tuple matching for nt32 and nt64 in configure
71c334f9 : work around regression building for armhf with clang (compiler bug)
ed97dfd9 : improve macro logic for enabling arm math asm
790580b2 : update authors/contributors list
2d0290de : fix regression in SH/FDPIC dynamic linker
5030e4a0 : partly revert detection of broken float in configure
157e2849 : support clean/distclean make targets in unconfigured tree
63bcda4d : adjust makefile to make crt/ and ldso/ sources arch-replaceable
80fbaac4 : make configure attempt to catch broken floating point CFLAGS/defaults
cf115059 : in crypt-sha*, reject excessive rounds as error rather than clamping
ef2b5e9f : fix unlikely corner cases in getopt's message printing
10a17dfb : fix assumption in fputs that fwrite returning 0 implies an error
9c102700 : release 1.1.13
0ed932f3 : do not define static_assert macro for pre-C11 compilers
692b16d1 : add declarations for utmpname/utmpxname to appropriate headers
500c6886 : fix return value for fread/fwrite when size argument is 0
416d1c7a : fix line-buffered flush omission for odd usage of putc-family functions
5a6e8d09 : fix failed write reporting by fwrite in line-buffered mode
869a9df5 : remove workaround for broken mips assemblers
756c8af8 : in mips cancellable syscall asm, don't assume gp register is valid
aecda353 : avoid using signals when a thread attempts to cancel itself
47314f1e : make configure accept -h as an alias for --help
40891ae6 : update INSTALL file with new archs, compiler info
d1507646 : fix malloc_usable_size for NULL input
2810b30f : regex: increase the stack tre uses for tnfa creation
3b277253 : better a_sc inline asm constraint on aarch64 and arm
65498f28 : don't suppress shared libc when linker lacks -Bsymbolic-functions
c18d05f0 : ldso: fix GDB dynamic linker info on MIPS
831e9d9e : regex: simplify the {,} repetition parsing logic
25160f1c : regex: treat \+, \? as repetitions in BRE
03498ec2 : regex: rewrite the repetition parsing code
da4cc13b : regex: treat \| in BRE as alternation
7eaa76fc : regex: reject repetitions in some cases with REG_BADRPT
a8cc2253 : regex: clean up position accounting for literal nodes
9ee57db8 : fix misaligned pointer-like objects in arm atomics asm source file
140ad50c : fix regression in dynamic-linked tls when both main app & libs have tls
1563587b : reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing
dcad020c : fix uninitialized variable in new resolv.conf parser
3d6e2e47 : add support for search domains to dns resolver
0fef7ffa : fix handling of dns response codes
fe8453d2 : fix logic for matching search/domain keywords in resolv.conf
d6cb08bc : factor resolv.conf parsing out of res_msend to its own file
19df86cb : add errno setting to stub utmpxname function
378f8cb5 : legacy/utmpx: Add utmp{,x}name stubs
4dfac115 : deduplicate the bulk of the arch bits headers
efdf04cf : add arch/generic include fallback to build rules
e1d99894 : remove unneeded -I options from configure test for may_alias attribute
b0bf52f3 : mips: add vdso support
a5ba2d75 : improve clock_gettime and adapt it to support slightly-broken vdso
9a3b8f97 : fix siginfo_t for mips
22f84829 : move bits/signal.h include close to the top of signal.h
c243d6f0 : add new PTRACE_SECCOMP_GET_FILTER ptrace command
789ff6a9 : add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
51d5f139 : add mlock2 syscall number from linux v4.4
aaa60405 : add new PTRACE_O_SUSPEND_SECCOMP ptrace option
8afd2a1d : add new PR_CAP_AMBIENT and related defines to sys/prctl.h
3934f49c : update netpacket/packet.h to linux v4.3
09001a8f : add new membarrier, userfaultfd and switch_endian syscalls
37bfb68f : add new i386 socket syscall numbers
a5e133bf : change the internal socketcall selection logic
f9b8df46 : add ssp suppression to some arch-override files that may need it
1619127c : use same object files for libc.a and libc.so if compiler produces PIC
5552ce52 : move dynamic linker to its own top-level directory, ldso
16f70388 : adapt static dl_iterate_phdr not to depend on !defined(SHARED)
4058795d : move static-linked stub dlsym out of dynlink.c
14469371 : move static-linked stub dlopen out of dynlink.c
b9841473 : move dlinfo out of dynlink.c
da1fe7f5 : move dlclose out of dynlink.c to its own source file
891e6547 : move static-linked stub invalid dso handle checking out of dynlink.c
4f8f0380 : move static/stub version of dladdr out of dynlink.c
a4fbc82c : factor dlerror and error-setting code out of dynlink.c
e7a11189 : fix arm a_crash for big endian
89e149d2 : add native a_crash primitive for arm
2c9acc51 : add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h
4da2d965 : update netinet/tcp.h for linux v4.2
ecf02f4e : add MS_LAZYTIME mount option to sys/mount.h
9f52c17e : add AF_MPLS (PF_MPLS) address family to socket.h
ea4fc27d : add MSG_FASTOPEN sendmsg/sendto flag to socket.h
bc443c3f : clean powerpc syscall.h
f9c3a2e0 : add missing powerpc specific PROT_SAO memory protection flag
2f6f3dcc : fix powerpc MCL_* mlockall flags in bits/mman.h
2d14fa39 : fix aarch64 atomics to load/store 32bit only
b17fbd35 : improve aarch64 atomics
0f5eb3de : add arch/abi info to dynamic linker's id/version output
5a2e8825 : remove arch/$(ARCH)/src from the build system
4de1bc11 : remove sh port's __fpscr_values source file
007907a9 : move sh port's __shcall internal function from arch/sh/src to src tree
230bfe1a : move sh __unmapself code from arch/sh/src to main src tree
66215afc : move x32 sysinfo impl and syscall fixup code out of arch/x32/src
513c0436 : overhaul powerpc atomics for new atomics framework
16b55298 : clean up x86_64 (and x32) atomics for new atomics framework
e24984ef : clean up i386 atomics for new atomics framework
369b22f9 : overhaul mips atomics for new atomics framework
e617b9ee : move arm-specific translation units out of arch/arm/src, to src/*/arm
397f0a6a : overhaul arm atomics for new atomics framework
aa0db4b5 : overhaul aarch64 atomics for new atomics framework
61b1e75f : overhaul sh atomics for new atomics framework, add j-core cas.l backend
1315596b : refactor internal atomic.h
ce3e24ea : fix global visibility (vis.h) support for out-of-tree builds
d1b29c2a : exclude vis.h when compiling assembly files
4fcc7eb5 : simplify "make clean" and remove unneeded lib dir from tree
ada4798d : deduplicate compiler invocation command line in makefile
80de11bc : remove outdated/incorrect comment about AS_CMD from makefile
0f814a4e : remove support for subarch .sub files from the makefile
b6363bb7 : fix build regression for arm pre-v7 from out-of-tree build patch
af21a82c : switch arm, sh, and mips fenv asm from .sub system to .S files
4b9a08f2 : switch sh and mips setjmp asm from .sub system to .S files
56764601 : fix dynamic linker path file selection for arm vs armhf
e4355bd6 : replace armhf math asm source files with inline asm
cb1875eb : adapt build of arm memcpy asm not to use .sub files
9514e70c : eliminate separate static/shared CFLAGS vars in makefile
9f5eb779 : add support for arch-provided replacement files as .c or .S
53f41fb5 : netinet/tcp: Add TCPOPT, TCPOLEN constants
3cdbfb99 : fix if_nametoindex return value when socket open fails
2f853dd6 : support out-of-tree build
d5f8394f : add missing protocols to protoent lookup functions
5e396fb9 : adjust mips crt_arch entry point asm to avoid assembler bugs
71991a80 : adjust i386 max_align_t definition to work around some broken compilers
c673158d : fix overly pessimistic realloc strategy in getdelim
d87f0a9a : avoid updating caller's size when getdelim fails to realloc
42216742 : fix crash when signal number 0 is passed to sigaction
0d58bf2d : remove visibility suppression by SHARED macro in mips and x32 arch files
3abb094d : fix tsearch, tfind, tdelete to handle null pointer input
8994908b : tsearch code cleanup
bc974476 : fix tsearch to avoid crash on oom
e4f9d811 : fix tdelete to properly balance the tree
7b712844 : properly handle point-to-point interfaces in getifaddrs()
12978acb : ldso: fix the dtv update logic in __tls_get_new
8eead3ef : math: explicitly promote expressions to excess-precision types
19caa25d : remove undef weak refs to init/fini array symbols in libc.so
4f3a9288 : fix build regression from removal of #ifdef SHARED
5fe38516 : use private maps even for read-only segments of FDPIC libraries
9e0a317d : remove use of SHARED macro in dynamic linker version reporting
d56460c9 : unify static and dynamic linked implementations of thread-local storage
ad1cd43a : unify static and dynamic libc init/fini code paths
4aaf879e : eliminate use of SHARED macro in __tls_get_addr
8a8fdf63 : eliminate use of SHARED macro to suppress visibility attributes
dc5bd27a : use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpic
9439ebd7 : fix dynamic loader library mapping for nommu systems
a946e811 : fix return value of nl_langinfo for invalid item arguments
4e73d121 : explicitly assemble all arm asm sources as UAL
9f290a49 : remove non-working pre-armv4t support from arm asm
cf40375e : use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmp
ea1e2c5e : work around toolchains with broken visibility in libgcc/libpcc
31d73a56 : use vfp mnemonics instead of p10 coprocessor ones in armhf fenv asm
8984b583 : convert arm memcpy asm to UAL, remove .word hacks
918b1c1d : remove external linkage from __simple_malloc definition
6a851e3a : have configure check/add --gc-sections linker option
2efd38e8 : have configure check/add linker options to reduce size lost to padding
27c1eccf : have configure check/add -ffunction-sections and -fdata-sections
2f1d1f1e : fix mismatched parens in CMPLX def for annex-g-conforming compilers
4fcb4827 : generalize sh entry point asm not to assume call dests fit in 12 bits
4cd8b472 : keep user-provided CFLAGS/LDFLAGS separate from those added by configure
fda365a5 : fix mremap memory synchronization and use of variadic argument
f9ecb6bf : prevent allocs than PTRDIFF_MAX via mremap
36e8b6a2 : use explicit __cp_cancel label in cancellable syscall asm for all archs
cb1bf2f3 : properly access mcontext_t program counter in cancellation handler
fead7e3f : fix missing bss handling in FDPIC ELF loader
6eada2ed : getnameinfo: make size check not fail for bigger sizes
2683e267 : safely handle failure to open hosts, services, resolv.conf files
b114190b : fix single-byte overflow of malloc'd buffer in getdelim
bc0c4841 : prevent user CFLAGS overrides from exposing executable stack
be76cdcf : fix breakage when user overrides CFLAGS on the make command line
615629bd : release 1.1.12
7557a846 : declare fpu usage to the assembler in arm hard-float asm files
53cd8c5a : add missing memory barrier to pthread_join
bde0b4b9 : fix dladdr treatment of function descriptors for fdpic
bc9b6ea0 : fix visibility mismatch in dynamic linker stage 2 function definition
79789980 : suppress sh assembler rejection of instructions based on isa level
92637bb0 : prevent reordering of or1k and powerpc thread pointer loads
74483c59 : mark arm thread-pointer-loading inline asm as volatile
11da520c : add comment documenting hard-coded opcode for reading mips thread pointer
0ba35d69 : remove attribute((const)) from arm __pthread_self inline function
8d93cb57 : fix strftime handling of out-of-range struct tm fields
6fef8caf : remove hand-written crt1.s and Scrt1.s files for all archs
4e6b8eee : add CFI generation script for x86_64
1b0c9cd0 : recognize partial register operands in i386 CFI generation
8cfdfa9c : fix misinterpretation of indexed memory operand in i386 CFI generation
fef9c801 : fix misinterpretation of operand order in i386 CFI generation
c82d3bad : fix integer overflows in time_t/struct tm conversion code
7b9f57f2 : fix open_[w]memstream behavior when no writes take place
dc979514 : fix instruction matching errors in i386 CFI generation
0650a059 : factor common awk functions for CFI generation scripts into new file
2d51c4ad : make nl_langinfo(CODESET) always return "ASCII" in byte-based C locale
fd2add5b : fix mips fesetround failure to write back resulting mode
f3a53f09 : eliminate protected-visibility data in libc.so with vis.h preinclude
2a6e1f0f : avoid attempting to lookup IP literals as hostnames
06bcf9bc : make getaddrinfo return error if both host and service name are null
b4d94ba4 : fix localeconv field value for unavailable values
bd275378 : avoid reading uninitialized memory in __map_file
4260dfe1 : regcomp: propagate allocation failures
b61df229 : fix signal return for sh/fdpic
6c5cad2a : fix dlsym RTLD_NEXT behavior for fdpic
d47d9a50 : fix dlsym lookup of function symbols on fdpic
e9e770df : have sh/fdpic entry point set fdpic personality if needed
c87a5210 : move calls to application init functions after crt1 entry point
78f43029 : fix breakage in non-fdpic dynamic linker init/fini processing
30fdc06b : fix resolving interp string address on fdpic ldd command
eaf7ab6e : add real fdpic loading of shared libraries
2462370b : try to suppress linking libc.so if there are undefined symbols
c42650ab : remove configure's suppression of enable sh/fdpic shared library build
7f9086df : size-optimize sh/fdpic dynamic entry point
cab2b1f9 : work around breakage in sh/fdpic __unmapself function
7a9669e9 : add general fdpic support in dynamic linker and arch support for sh
3958144e : factor symbol counting out of dladdr as its own function
d8740645 : simplify dlstart code by using integer type for base address
2a547338 : refactor some more dynamic linker load address computations
e6076c99 : remove some useless casts in dynamic linker
eb567c12 : add fdpic structs and reloc types for dynamic linking
a735f53e : further refactoring of dynamic linker load address computations
301335a8 : begin refactoring load address computations in dynamic linker
6fc30c24 : remove old dlstart stage-2 symbolic lookup code; add new generic
12b0b7d8 : new dlstart stage-2 chaining for x86_64 and x32
c1618268 : new dlstart stage-2 chaining for powerpc
4761e63b : new dlstart stage-2 chaining for or1k
cd7159e7 : new dlstart stage-2 chaining for mips
57e2dce7 : new dlstart stage-2 chaining for microblaze
2907afb8 : introduce new symbol-lookup-free rcrt1/dlstart stage chaining
a603a75a : remove attribute((const)) from pthread_self and errno location decls
ccc71e0e : add format argument attributes to gettext function prototypes
64b6684d : reindent powerpc's bits/termios.h to be consistent with other archs
b291e7ca : fix namespace violations in aarch64/bits/termios.h
d4c82d05 : add sh fdpic subarch variants
4ccc1a01 : add fdpic version of entry point code for sh
6d03c4ee : provide arch-generic fdpic self-relocation code for crt1 to use
234c5846 : make sh clone asm fdpic-compatible
ad5d8a2b : make sh crti/crtn init/fini fragments setup proper stack frame
17cdbc4e : add sh relocation types needed for fdpic to elf.h
cb1c88d4 : fix uninitialized scopeid in lookups from hosts file and ip literals
878887c5 : fix missing earlyclobber flag in i386 a_ctz_64 asm
deb85ab4 : remove unused (and invalid) C version of sigsetjmp
58f6259d : fix breakage in nl_langinfo from previous commit
844212d9 : make nl_langinfo(CODESET) always return "UTF-8"
426a0e29 : fix fclose of permanent (stdin/out/err) streams
d8be1bc0 : implement arm eabi mem* functions
d18cf76d : remove use of buggy .SECONDARY special target in makefile
650b04f8 : release 1.1.11
a91ebdcf : fix makefile suppression of intermediate file removal
35b3312b : Build process uses script to add CFI directives to x86 asm
aa71ec3d : getsubopt: don't include leading = in value string
5a9c8c05 : mitigate performance regression in libc-internal locks on x86_64
c13f2af1 : match historical behavior for tm_gmtoff member of struct tm
e5b086e1 : aarch64: fix 64-bit syscall argument passing
062bb737 : fix failure of tempnam to null-terminate result
c3761622 : mitigate blow-up of heap size under malloc/free contention
3c43c076 : fix missing synchronization in atomic store on i386 and x86_64
fe7582f4 : fix undefined left-shift of negative values in utf-8 state table
57243b30 : fix atexit when it is called from an atexit handler
39755779 : socket.h: cleanup/reorder mips and powerpc bits/socket.h
29ec7677 : socket.h: fix SO_* for mips
3fffa7a6 : mips: fix mcontext_t register array field name
0f9c2666 : handle loss of syslog socket connection
11894f6d : fix incorrect void return type for syncfs function
e8cbe0ba : fix negated return value of ns_skiprr, breakage in related functions
fb58545f : add musl-clang, a wrapper for system clang installs
f8db6f74 : build: fix musl-targeting toolchain test
b3cd7d13 : build: overhaul wrapper script system for multiple wrapper support
2a780aa3 : treat empty TZ environment variable as GMT rather than default
8f08a58c : dynlink.c: pass gnu-hash table pointer to gnu_lookup
5b4286e1 : dynlink.c: slim down gnu_lookup
84389c64 : dynlink.c: use bloom filter in gnu hash lookup
66d45787 : dynlink.c: use a faster expression in gnu_hash
6ba5517a : fix local-dynamic model TLS on mips and powerpc
ce337daa : make dynamic linker work around MAP_FAILED mmap failure on nommu kernels
a5934142 : reimplement strverscmp to fix corner cases
153e952e : fix regression/typo that disabled __simple_malloc when calloc is used
ba819787 : fix calloc when __simple_malloc implementation is used
55d061f0 : provide __stack_chk_fail_local in libc.a
ce3688ec : work around mips detached thread exit breakage due to kernel regression
75eceb3a : ignore ENOSYS error from mprotect in pthread_create and dynamic linker
10d0268c : switch to using trap number 31 for syscalls on sh
3366a99b : switch sh port's __unmapself to generic version when running on sh2/nommu
f9d84554 : add support for sh2 interrupt-masking-based atomics to sh port
1b0cdc87 : refactor stdio open file list handling, move it out of global libc struct
f22a9eda : byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code
16f18d03 : byte-based C locale, phase 2: stdio and iconv (multibyte callers)
1507ebf8 : byte-based C locale, phase 1: multibyte character handling functions
38e2f727 : fix btowc corner case
ee59c296 : arm: add vdso support
e3bc22f1 : refactor malloc's expand_heap to share with __simple_malloc
4ef9b828 : remove cancellation points in stdio
536c6d5a : fix idiom for setting stdio stream orientation to wide
f8f565df : add printing of null %s arguments as "(null)" in wide printf
f9e25d81 : add %m support to wide printf
ec634aad : add sh asm for vfork
c30cbcb0 : implement arch-generic version of __unmapself
276904c2 : in malloc, refuse to use brk if it grows into stack
bd1eacea : fix spurious errors from pwd/grp functions when nscd backend is absent
75ce4503 : fix regression in pre-v7 arm on kernels with kuser helper removed
32f3c4f7 : add multiple inclusion guard to locale_impl.h
04b8360a : remove redefinition of MB_CUR_MAX in locale_impl.h
16bf4665 : make static C and C.UTF-8 locales available outside of newlocale
312eea2e : remove another invalid skip of locking in ungetwc
3d7e32d2 : add macro version of ctype.h isascii function
7e816a64 : remove invalid skip of locking in ungetwc
63f4b9f1 : fix uselocale((locale_t)0) not to modify locale
e6f09004 : release 1.1.10
b6a6cd70 : fix dynamic linker regression processing R_*_NONE type relocations
585ba14d : add additional Makefile dependency rules for rcrt1.o PIE start file
2b4fcfda : fix failure of ungetc and ungetwc to work on files in eof status
b6e7c664 : add missing legacy LFS64 macros in sys/resource.h
fc431d3f : configure: work around compilers that merely warn for unknown options
aeeac9ca : implement fail-safe static locales for newlocale
11858d31 : rename internal locale file handling locale maps
61a3364d : overhaul locale internals to treat categories roughly uniformly
63c188ec : replace atomics with locks in locale-setting code
dc031ee0 : add rcrt1 start file for fully static-linked PIE
ed0c8249 : fix incorrect application of visibility to Scrt1.o
9bbddf73 : reprocess all libc/ldso symbolic relocations in dynamic linking stage 3
768b82c6 : move call to dynamic linker stage-3 into stage-2 function
967bcbf6 : mark mips crt code as code
7b75c487 : mark mips cancellable syscall code as code
0e0e4942 : simplify/shrink relocation processing in dynamic linker stage 1
09db855b : remove processing of DT_JMPREL from dynamic linker stage 1 bootstrap
9f26ebde : fix stack alignment code in mips crt_arch.h
63caf1d2 : add .text section directive to all crt_arch.h files missing it
3b0e8326 : remove outdated and misleading comment in iconv.c
39b8ce66 : in iconv_open, accept "CHAR" and "" as aliases for "UTF-8"
c648cefb : fix inconsistency in a_and and a_or argument types on x86[_64]
390f93ef : inline llsc atomics when building for sh4a
c093e2e8 : reprocess libc/ldso RELA relocations in stage 3 of dynamic linking
43e9f652 : fix null pointer dereference in dcngettext under specific conditions
68630b55 : eliminate costly tricks to avoid TLS access for current locale state
707d7c30 : in i386 __set_thread_area, don't assume %gs register is initially zero
c0f10cf0 : make arm reloc.h CRTJMP macro compatible with thumb
83340c7a : make arm crt_arch.h compatible with thumb code generation
dbf74a98 : release 1.1.9
20de36cc : fix netinet/ether.h for c++
ece0c48a : fix futimes legacy function with null tv pointer
484194db : fix stack protector crashes on x32 & powerpc due to misplaced TLS canary
d0040e23 : improve iswdigit macro to diagnose errors
7fe273b2 : fix broken cancellation on x32 due to incorrect saved-PC offset
551c1d7a : fix crash in x32 sigsetjmp
2d5c74c2 : fix x32 __set_thread_area failure due to junk in upper bits
4f695946 : fix dangling pointers in x32 syscall timespec fixup code
7561ac45 : add IPTOS_CLASS_* macros to netinet/ip.h
b02eed9c : complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)
e98a5464 : fix integer overflow in elf.h macro SHF_EXCLUDE
58fa8569 : fix mishandling of ENOMEM return case in internal getgrent_a function
18f75b80 : fix __syscall declaration with wrong visibility in syscall_arch.h
4e50b2e4 : aarch64: fix CRTJMP in reloc.h
85d12e02 : fix sh jmp_buf size to match ABI
82acacce : fix name of sh crt asm directory
94f4c823 : fix build regression in aarch64 sigsetjmp
1fb0878e : fix ldso name for sh-nofpu subarch
a658afbf : fix build regression in sh-nofpu subarch due to missing symbol
7faee5fa : fix failure of sh reloc.h to properly detect endianness for ldso name
abead1be : fix misalignment of dtv in static-linked programs with odd-sized TLS
23129ab8 : remove dead store from static __init_tls
5f51d529 : make __init_tp function static when static linking
f109781c : add dependency of dlstart.lo on crt_arch.h to Makefile
18938c29 : fix regression in x86_64 math asm with old binutils
3aacb54e : fix syntax errors in configure script
afbcac68 : minor optimization to pthread_spin_trylock
7b1fb0c5 : optimize spin lock not to dirty cache line while spinning
b8dda24f : in visibility preinclude, remove overrides for stdin/stdout/stderr
f203b351 : fix inconsistent visibility for __hwcap and __sysinfo symbols
3e827b7e : remove additional libc struct accessor cruft
c267fb84 : remove useless visibility application from static-linking-only code
9d836f44 : remove libc.h dependency from otherwise-independent multibyte code
f9cccfc1 : remove cruft for libc struct accessor function and broken visibility
428462a4 : make configure check for visibility preinclude compatible with pcc
873e0ec7 : fix duplocale clobbering of new locale struct with memcpy of old
a6274a19 : configure: check for -march and -mtune passed via CC
ea1b6bb6 : remove dead case for F_SETLKW in fcntl
086793ad : fix mmap leak in sem_open failure path for link call
c5ab5bd3 : remove always-true conditional in dynamic linker TLSDESC processing
97b72d22 : remove redundant code in do_dlsym function
4bf10ebf : fix breakage in x32 dynamic linker due to mismatching register size
60ed988f : fix regression in configure script with new visibility option
de2b67f8 : add optional global visibility override
51fc77c7 : remove invalid PLT calls from or1k asm
cf1a9d9d : remove possible-textrels from powerpc asm
a880e6ce : remove invalid PLT calls from microblaze asm
646cb9a4 : remove invalid PLT calls from sh asm
b35c4c47 : remove potentially PIC-incompatible relocations from x86_64 and x32 asm
8ed66ecb : remove the last of possible-textrels from i386 asm
01d42747 : make dlerror state and message thread-local and dynamically-allocated
fa807876 : add missing 'void' in prototypes of internal pthread functions
cb5c057c : math: fix pow(+-0,-inf) not to raise divbyzero flag
1b1cafa5 : apply hidden visibility to tlsdesc accessor functions
ca7977b5 : comment fixes in aarch64 tlsdesc asm
326e126f : ensure debugger hook for dynamic linker does not point to a PLT slot
02e5d564 : add PR_*_FP_MODE prctl options
658aefdf : add PR_MPX_*_MANAGEMENT prctl options
1bfeb1dc : add IP_CHECKSUM socket option to netinet/in.h
87c62d06 : add execveat syscall number to microblaze
2ca55a93 : improve ctype.h macros to diagnose errors
19bcdeeb : fix missing quotation mark in mips crt_arch.h that broke build
8b0d66d2 : fix mips fesetenv(FE_DFL_ENV) again
aecdbb30 : fix PLT call offset in sh dlsym asm
33615cd5 : fix sh build regressions in asm
64fbd15f : fix sh __set_thread_area uninitialized return value
583e5512 : redesign sigsetjmp so that signal mask is restored after longjmp
81e18eb3 : use hidden __tls_get_new for tls/tlsdesc lookup fallback cases
9c738dc1 : cleanup use of visibility attributes in pthread_cancel.c
7405cd1e : fix inconsistent visibility for internal syscall symbols
72b25ddb : use hidden visibility for call from dlsym to internal __dlsym
cbc02ba2 : consistently use hidden visibility for cancellable syscall internals
bc081f62 : fix inconsistent visibility for internal __tls_get_new function
da7ccf82 : use hidden visibility for i386 asm-internal __vsyscall symbol
f1faa0e1 : make _dlstart_c function use hidden visibility
f4f9562c : remove initializers for decoded aux/dyn arrays in dynamic linker
1ef849c6 : allow libc itself to be built with stack protector enabled
19a1fe67 : remove remnants of support for running in no-thread-pointer mode
71f099cb : move thread pointer setup to beginning of dynamic linker stage 3
0f66fcec : stabilize dynamic linker's layout of static TLS
f630df09 : allow i386 __set_thread_area to be called more than once
f3ddd173 : dynamic linker bootstrap overhaul
385c0111 : remove mismatched arguments from vmlock function definitions
a2d30533 : apply vmlock wait to __unmapself in pthread_exit
f08ab9e6 : redesign and simplify vmlock system
4e98cce1 : optimize out setting up robust list with kernel when not needed
12e1e324 : process robust list in pthread_exit to fix detached thread use-after-unmap
25748db3 : fix possible clobbering of syscall return values on mips
05e0e301 : fix getdelim to set the error indicator on all failures
07709625 : fix rpath string memory leak on failed dlopen
2963a9f7 : halt dynamic linker library search on errors resolving $ORIGIN in rpath
5e25d87b : remove macro definition of longjmp from setjmp.h
5d1c8c99 : harden dynamic linker library path search
fd427c4e : move O_PATH definition back to arch bits
abfe1f65 : aarch64: remove duplicate macro definitions in bits/fcntl.h
dfc1a37c : aarch64: fix definition of sem_nsems in semid_ds structure
b24d813d : aarch64: fix namespace pollution in bits/shm.h
115af239 : release 1.1.8
c498efe1 : regex: fix character class repetitions
32dee9b9 : do not treat \0 as a backref in BRE
11d1e2e2 : fix FLT_ROUNDS regression in C++ applications
fc13acc3 : fix internal buffer overrun in inet_pton
7c8c86f6 : suppress backref processing in ERE regcomp
39dfd584 : fix memory-corruption in regcomp with backslash followed by high byte
e626deee : fix missing max_align_t definition on aarch64
8c1c57a6 : release 1.1.7
d5a50453 : fix MINSIGSTKSZ values for archs with large signal contexts
76fd0117 : block all signals (even internal ones) in cancellation signal handler
eceaf1d2 : update authors/contributors list
4b5ca13f : avoid sending huge names as nscd passwd/group queries
49d1e7f9 : simplify nscd lookup code for alt passwd/group backends
2894a44b : add alternate backend support for getgrouplist
962cbfbf : aarch64: fix typo in bits/ioctl.h
38bf2d7c : aarch64: add struct _aarch64_ctx to signal.h
673cab5c : align x32 pthread type sizes to be common with 32-bit archs
01ef3dd9 : add aarch64 port
f4e4632a : math: add dummy implementations of 128 bit long double functions
53cfe0c6 : math: add ld128 exp2l based on the freebsd implementation
204a69d2 : copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs
a46677af : fix regression in pthread_cond_wait with cancellation disabled
559de8f5 : fix FLT_ROUNDS to reflect the current rounding mode
bd67959f : fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs
2b42c8cb : add legacy functions from sysinfo.h duplicating sysconf functionality
380857bf : fix signed left-shift overflow in pthread_condattr_setpshared
ad85fcb5 : add new si_lower and si_upper siginfo_t members
9c3da896 : declare incomplete type struct itimerspec in timerfd.h
91a3bd74 : fix preprocessor error introduced in poll.h in last commit
f5011c62 : fix POLLWRNORM and POLLWRBAND on mips
e7b9887e : fix x32 pthread type definitions
064898cf : remove useless check of bin match in malloc
6de071a0 : eliminate atomics in syslog setlogmask function
7a81fe37 : fix init race that could lead to deadlock in malloc init code
56fbaa3b : make all objects used with atomic operations volatile
eb4bd8d8 : suppress masked cancellation in pthread_join
a3de8f7f : fix namespace issue in pthread_join affecting thrd_join
5451d957 : make aio_suspend a cancellation point and properly handle cancellation
0fc317d8 : factor cancellation cleanup push/pop out of futex __timedwait function
76ca7a54 : fix failure of internal futex __timedwait to report ECANCELED
e346ff86 : overhaul optimized x86_64 memset asm
69858fa9 : overhaul optimized i386 memset asm
20cbd607 : getloadavg: use sysinfo() instead of /proc/loadavg
2de85a98 : fix possible isatty false positives and unwanted device state changes
e487c203 : fix breakage in pthread_cond_wait due to typo
34b423d2 : support alternate backends for the passwd and group dbs
0afef1aa : fix spurious errors in refactored passwd/group code
fc5a96c9 : fix crashes in refactored passwd/group code
d9da1fb8 : simplify cond var code now that cleanup handler is not needed
8741ffe6 : fix pthread_cond_wait cancellation race
102f6a01 : add new masked cancellation mode
f409338a : prepare cancellation syscall asm for possibility of __cancel returning
6bea5dc6 : map interruption of close by signal to success rather than EINPROGRESS
36d8e972 : make pthread_exit responsible for disabling cancellation
fd850de7 : fix type error (arch-dependent) in new aio code
7c5f0a52 : refactor group file access code
4e8a3561 : overhaul aio implementation for correctness
594ffed8 : fix bad character checking in wordexp
700e0899 : refactor passwd file access code
74e334dc : x86_64/memset: avoid performing final store twice
bf2071ed : x86_64/memset: simple optimizations
6a5242e4 : make protocol table zero byte separated and add ipv6 protocols
f54c28cb : add syscall numbers for the new execveat syscall
70572dce : add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF
339cc250 : use the internal macro name FUTEX_PRIVATE in __wait
f3f29795 : add IEEE binary128 long double support to floatscan
018f9df4 : math: fix fmodl for IEEE binary128
04d522cb : simplify armhf fesetenv
5fc14878 : fix fesetenv(FE_DFL_ENV) on mips
3f92f92c : math: fix __fpclassifyl(-0.0) for IEEE binary128
6e76e154 : add parenthesis in fma.c to clarify intent and silence warnings
c63c98a6 : make getaddrinfo support SOCK_RAW and other socket types
e63833cd : remove cruft from x86_64 syscall.h
61b1d102 : fix failure of fchmodat to report EOPNOTSUPP in the race path
2736eb6c : fix fd leak race (missing O_CLOEXEC) in fchmodat
14a01171 : make execvp continue PATH search on EACCES rather than issuing an errror
3559f0b8 : fix missing memory barrier in cancellation signal handler
4758f056 : fix typo in x86_64/x32 user_fpregs_struct
0b21a07c : make fsync, fdatasync, and msync cancellation points
2d67ae92 : move MREMAP_MAYMOVE and MREMAP_FIXED out of bits
c7b05bc8 : fix missing comma in sh setjmp asm
02d8770d : remove mips-only EINIT and EREMDEV errnos
b553dc4f : fix failure of configure to detect gcc due to message translations
ecb60819 : fix erroneous return of partial username matches by getspnam[_r]
63cac4e2 : simplify part of getopt_long
e8e4e56a : always set optarg in getopt_long
78a8ef47 : overhaul __synccall and fix AS-safety and other issues in set*id
7152a61a : add FUTEX_PRIVATE macro to internal futex.h
c0ed5a20 : suppress EINTR in sem_wait and sem_timedwait
472e8b71 : for multithreaded set*id/setrlimit, handle case where callback does not run
996d148b : release 1.1.6
3f65494a : increase syslog message limit from 256 to 1024
84b5c547 : remove rlimit hacks from multi-threaded set*id() code
9772eadb : simplify ctermid
699d4532 : fix regression in getopt_long support for non-option arguments
c574321d : check for connect failure in syslog log opening
11ac2a6e : add new prctl command PR_SET_MM_MAP to sys/prctl.h
f90fafea : add new syscall numbers for bpf and kexec_file_load
91f15e2d : move wint_t definition to the shared part of alltypes.h.in
dac4fc49 : fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level
814aae20 : overhaul forkpty function using new login_tty
1227e418 : block pthread cancellation in openpty function
3b26a32d : don't write openpty results until success is determined
4b2cb377 : add login_tty function
0217ed72 : set optopt in getopt_long
91184c4f : add error message printing to getopt_long and make related improvements
d3357268 : support translation for getopt error messages
1d8d86ae : fix stderr locking and ferror semantics in getopt message printing
7d351212 : use tkill instead of tgkill in implementing raise
0f859fc9 : don't suppress sign output for NANs in printf
2e1ae3b6 : fix return value computation in one code path of wcsnrtombs
aee9b152 : fix signedness of WINT_MIN expression
a9c2294e : make the definition of _Complex_I explicitly complex
4075af43 : make the result of the cimag macro a non-lvalue
5ff2a118 : fix definition of CMPLX macros in complex.h to work in constant expressions
a414e837 : provide CMPLX macros in implementation-internal libm.h
efa9d396 : implement FNM_CASEFOLD extension to fnmatch function
aac59c11 : add basic dns record parsing functions
d42269d7 : correctly handle write errors encountered by printf-family functions
da16224f : simplify getopt_long argv permutation loop logic
567cc81c : fix handling of "--" with getopt_long argv permutation
b4ef1830 : accept null longopts pointer in getopt_long
d4f7d9c4 : fix getopt handling of initial '+' in optstring
cfd7b4ac : support abbreviated options in getopt_long
59f6232f : support options after non-option arguments in getopt_long (argv permutation)
f164875a : don't shadow functions with macros in C++
8f7bc690 : use direct syscall rather than write function in posix_spawn child
1c12c243 : don't fail posix_spawn on failed close
014275b5 : fix getopt handling of ':' modifier for multibyte option characters
be1f67ab : add arm private syscall numbers
66140b0c : fix return value of pthread_getaffinity_np and pthread_setaffinity_np
a56e3394 : fix uninitialized output from sched_getaffinity
b72cd07f : add support for non-option arguments extension to getopt
d8dc2b7c : adapt dynamic linker for new binutils versions that omit DT_RPATH
9911754b : fix tabs/spaces in memcpy.s
921c26e0 : fix build regression in arm asm for setjmp/longjmp with old assemblers
9367fe92 : fix build regression in arm asm for memcpy
27828f7e : arm assembly changes for clang compatibility
4134c68d : unify non-inline version of syscall code across archs
0e971b0e : inline 5- and 6-argument syscalls on arm
7d310ed1 : remove old clang workarounds from arm syscall implementation
8cd0b11e : fix __aeabi_read_tp oversight in arm atomics/tls overhaul
4a241f14 : overhaul ARM atomics/tls for performance and compatibility
d8bdc97d : save auxv pointer into libc struct early in dynamic linker startup
acccc93e : getopt: fix optional argument processing
941644e9 : implement a private state for the uchar.h functions
b91cdbe2 : fix behavior of printf with alt-form octal, zero precision, zero value
ec431894 : math: use fnstsw consistently instead of fstsw in x87 asm
a732e80d : math: fix x86_64 and x32 asm not to use sahf instruction
de2b9c21 : fix 64-bit syscall argument passing on or1k
e146e603 : fix uninitialized mode variable in openat function
0ce946cf : math: use the rounding idiom consistently
79ca8609 : fix rint.c and rintf.c when FLT_EVAL_METHOD!=0
2da3ab13 : fix invalid access by openat to possibly-missing variadic mode argument
9d836ea7 : fix failure of open to read variadic mode argument for O_TMPFILE
dc95322e : manually "shrink wrap" fast path in pthread_once
60a4783e : release 1.1.5
a60457c8 : suppress macro definitions of ctype functions under C++
ab9672ae : implement uchar.h (C11 UTF-16/32 conversion) interfaces
00548408 : eliminate global waiters count in pthread_once
df37d396 : fix missing barrier in pthread_once/call_once shortcut path
867b1822 : add explicit barrier operation to internal atomic.h API
08b996d1 : fix handling of negative offsets in timezone spec strings
a3763d64 : add new linux file sealing api to fcntl.h
a0c90b97 : add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h
4ffc39c6 : add new syscall numbers for seccomp, getrandom, memfd_create
0539e6da : always provide __fpclassifyl and __signbitl definitions
6f1c1fe9 : ignore access mode bits of flags in mkostemps and functions that use it
dccbf4c8 : fix handling of odd lengths in swab function
05cef96d : fix incorrect sequence generation in *rand48 prng functions
3e936ce8 : fix linked list corruption in flockfile lists
18daae31 : math: fix exp10 not to raise invalid exception on NaN
e2e1bb81 : fix overflow corner case in strtoul-family functions
ec1aed0a : rewrite the regex pattern parser in regcomp
bd082916 : fix C++ incompatibility in i386 definition of max_align_t
5edbc6fe : add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE
f929493c : fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCE
ab8f6a6e : fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE
e6403887 : fix exp10l.c to include float.h
0c32c263 : prune math code on archs with binary64 long double
976bb28f : add new F_OFD_* macros to fcntl.h (open file description locks)
23614b0f : add C11 thread creation and related thread functions
14397cec : add C11 condition variable functions
8b047293 : add C11 mutex functions
e16f70f4 : add C11 thread functions operating on tss_t and once_flag
b7cf71a1 : add threads.h and needed per-arch types for mtx_t and cnd_t
df7d0dfb : use weak symbols for the POSIX functions that will be used by C threads
6eb19505 : add C11 timespec_get function, with associated time.h changes for C11
86876dbe : fix non-static dummy function that slipped in with locale implementation
7ff80426 : fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h
36c30c4d : add missing legacy LFS *64 symbol aliases
546f6b32 : fix memory leak in regexec when input contains illegal sequence
3bed89aa : fix off-by-one in bounds check in fpathconf
633183b5 : fix potential read past end of buffer in getnameinfo service name lookup
4ec2d25a : remove incorrect and useless check in network service name lookup code
4674809b : fix case mapping for U+00DF (ß)
fff54693 : make non-waiting paths of sem_[timed]wait and pthread_join cancelable
80e64854 : remove an extra layer of buffer copying in getnameinfo reverse dns
6e2bb7ac : fix multiple stdio functions' behavior on zero-length operations
402611c3 : suppress null termination when fgets reads EOF with no data
49d2c8c6 : fix dn_expand empty name handling and offsets to 0
70729de0 : add static_assert and hide noreturn, alignas, alignof from C++
18dde007 : add C11 floating-point characteristic macros to float.h
8d998a7b : add malloc_usable_size function and non-stub malloc.h
f5fb20b0 : refrain from spinning on locks when there is already a waiter
97a7512b : spin before waiting on futex in mutex and rwlock lock operations
2ff714c6 : spin in sem_[timed]wait before performing futex wait
8b3d7d0d : fix build error on arm due to new a_spin code
b8a9c90e : sanitize number of spins in userspace before futex wait
ea818ea8 : add working a_spin() atomic for non-x86 targets
5345c9b8 : fix false ownership of stdio FILEs due to tid reuse
b8ca9eb5 : fix fallback checks for kernels without private futex support
a6293285 : fix use of uninitialized memory with application-provided thread stacks
321f4fa9 : add max_align_t definition for C11 and C++11
4992ace9 : further simplify and optimize new cond var
2c4b510b : simplify and improve new cond var implementation
37195db8 : redesign cond var implementation to fix multiple issues
4220d298 : fix possible failure-to-wake deadlock with robust mutexes
de7e99c5 : make pointers used in robust list volatile
d338b506 : fix robust mutex unrecoverable status, and related clean-up
fffc5cda : fix false ownership of mutexes due to tid reuse, using robust list
25d12fc0 : optimize locking against vm changes for mmap/munmap
b092f1c5 : enable private futex for process-local robust mutexes
bc09d58c : make futex operations use private-futex mode when possible
d86af2a0 : fix #ifdef inside a macro argument list in __init_tls.c
d146d4dc : fix CPU_EQUAL macro in sched.h
b04971d9 : add inline isspace in ctype.h as an optimization
4fe57cad : add dlerror message for static-linked dlsym failure
dc65fddd : fix dlerror when using dlopen with a static libc
b1ae7b78 : make clearenv available with _BSD_SOURCE
0a24be21 : make endmntent function handle null argument
00733dd1 : release 1.1.4
60276b99 : update notice on broken gcc versions in INSTALL file
4272602a : update COPYRIGHT file to reflect new contributors
5059deb1 : harden locale name handling and prevent slashes in LC_MESSAGES
ecc082c6 : implement ffsl and ffsll functions
38db0937 : limit visibility of ffs function declaration to _XOPEN_SOURCE
4f449374 : fix broken offset argument to the mmap2 syscall on or1k
b5bbe797 : add framework for mmap2 syscall unit to vary by arch
cc54f0ae : provide PAGE_SIZE as a constant value of 8192 on or1k
6527b03d : plural rule evaluator rewrite for dcngettext
08e4052c : reimplement if_nameindex and getifaddrs using netlink
cbb609b3 : fix terminal control ioctl constants for sh
a126188f : tweaks to plural rules evaluator
e4dd0ab8 : harden dcngettext plural processing
6e892106 : harden mo file processing for locale/translations
73d2a3bf : implement non-default plural rules for ngettext translations
c0284b37 : remove unused a_cas_l from or1k atomic.h
90e51e45 : clean up unused and inconsistent atomics in arch dirs
c394763d : fix insufficient synchronization in sh atomic asm
2068b4e8 : implement gettext message translation functions
c5b8f193 : add support for LC_TIME and LC_MESSAGES translations
0206f596 : add missing yes/no strings to nl_langinfo
a19cd2b6 : fix nl_langinfo table for LC_TIME era-related items
41421d6b : implement mo file string lookup for translations
6cb4f91d : implement locale file loading and state for remaining locale categories
674e28af : fix locale environment variable logic for empty strings
871a09c8 : add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags
6119fa32 : add pacing rate information to the tcp_info struct in tcp.h
4a142db7 : add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK
002e8d84 : add syscall numbers for the new renameat2 syscall
1312930f : fix regression that negated some mips syscall error returns
f61be1f8 : fix mips struct stat dev_t members for big endian
ddddec10 : add issetugid function to check for elevated privilege
cec33b2c : fix or1k atomic store
522a0de2 : fix missing barriers in powerpc atomic store
884cc0c7 : fix microblaze atomic store
1456b7ae : fix missing barrier instructions in powerpc atomic asm
bcad4843 : fix missing barrier instructions in mips atomic asm
a294f539 : use memory constraints for mips atomic asm
bb3a3bef : fix build breakage from ppc asm constraints change
94252dd3 : remove cruft from microblaze atomic.h
7fdae458 : fix broken constraints for powerpc atomic cas asm
dc9c40a6 : fix missing flags arg to fstatat syscall in fstat fallback path
d69ab5b3 : fix microblaze definition of struct stat
200d1547 : add or1k (OpenRISC 1000) architecture port
7bece9c2 : provide getauxval(AT_SECURE) even if it is missing from the aux vector
5cc18721 : remove useless infinite loop from end of exit function
72ed3d47 : fix crash in regexec for nonzero nmatch argument with REG_NOSUB
a6adb2bc : work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1
c463e11e : simplify __stdio_exit static linking logic
781f26bc : implement the LOG_CONS option in syslog
a64a045d : suppress early syslog return when log socket cannot be opened
b8c4cf61 : implement the LOG_PERROR option in syslog
da271181 : fix the %m specifier in syslog
59549313 : explicitly reject empty names in dynamic linker load_library function
349381aa : make dynamic linker accept colon as a separator for LD_PRELOAD
72967368 : fix typo in microblaze setjmp asm
4b48b00a : rename file containing pthread_cleanup_push and pop for consistency
d96b12b7 : rework cancellation weak alias logic not to depend on archive order
ea496d6c : fix multiple issues in legacy function getpass
83dc6eb0 : eliminate use of cached pid from thread structure
4c48501e : properly pass current locale to *_l functions when used internally
7424ac58 : consolidate str[n]casecmp_l into str[n]casecmp source files
d89fdec5 : consolidate *_l ctype/wctype functions into their non-_l source files
0bc03091 : add locale framework
984c25b7 : fix failure of wide printf/scanf functions to set wide orientation
285f969d : fix typo in a comment in __libc_start_main
ebd8142a : fix incorrect return value for fwide function
0b3d33d4 : fix ungrammatical comment in posix_spawn code
e89cfe51 : fix aliasing violations in mbtowc and mbrtowc
2d8cc92a : fix regression in mips dynamic linker
9a4ad022 : fix regression in dynamic linker error reporting
de337c93 : release 1.1.3
f8071071 : add tarball-producing targets to Makefile for ease of release
8facd563 : update version reference in the README file
1cc69faa : add note to INSTALL file about gcc 4.9.0 not being supported
5abfd55d : add routing protocols to getprotoent-family functions
607ce882 : rename dynamic linker _start to _dlstart in the stub version
6ce1fade : add __sysv_signal abi-compat alias for the signal function
1fd0f6e3 : add __xmknod and __xmknodat abi-compat functions
76f2bcc7 : consolidate __xstat abi-compat functions into a single source file
5474a346 : implement fmtmsg function
3c42605a : implement result address sorting in the resolver (getaddrinfo, etc.)
70d9c303 : remove hack in syslog.h that resulted in aliasing violations
4ad3588c : remove optimization-inhibiting behavior from configure's --enable-debug
fe82bb9b : fix gethostby*_r result pointer value on error
2e5d2569 : fix sendmmsg emulation return value for zero-length vector
3fa2eb2a : rename dynamic linker entry point from _start to _dlstart
acb7e049 : implement sendmmsg and recvmmsg
39201d07 : add tlsdesc support for x86_64
5ba238e1 : separate __tls_get_addr implementation from dynamic linker/init_tls
4e0b4a5d : add tlsdesc support for i386
880c479f : optimize i386 ___tls_get_addr asm
e75b16cf : change dynamic TLS installation strategy to optimize access
9d15d5e7 : add arch-generic support for tlsdesc relocations to dynamic linker
cef0f289 : fix incorrect comparison loop condition in memmem
7c73cacd : reduce code duplication in dynamic linker error paths
adf94c19 : refactor to remove arch-specific relocation code from dynamic linker
94cf991b : fix powerpc dynamic linker thread-pointer-relative relocations
f4cc2760 : multiple fixes to sh (superh) dynamic linker relocations
bfa09700 : dynamic linker: permit error returns from arch-specific reloc function
4e5c7a21 : fix missing argument to syscall in fanotify_mark
66fcde4a : support optional-argument extension to getopt via double-colon
d79b2778 : fail configure on --enable-shared if -Bsymbolic-functions doesn't work
ac31bf27 : simplify errno implementation
df15168c : replace all remaining internal uses of pthread_self with __pthread_self
64e32287 : add thread-pointer support for pre-2.6 kernels on i386
246e752d : avoid spurious lookup failures from badly-behaved nameservers
f6162949 : use default timezone from /etc/localtime if $TZ is unset/blank
3ff3a1d5 : release 1.1.2
348fc556 : implement %y and %C specifiers in strptime
9c2d437c : avoid invalid use of va_arg in open
7765706c : add O_CLOEXEC fallback for open and related functions
1cacc01d : optimize SOCK_CLOEXEC fallback for socket function
1d348566 : add SOCK_CLOEXEC fallback for socketpair on old kernels
abce3156 : implement dn_comp RFC 1035 domain name compression
07355f50 : accept trailing . and empty domain names
9ce2860f : add vdso clock_gettime acceleration support to i386
60158bff : fix fd leak in tmpfile when the fdopen operation fails
2abb70c3 : fix the domain name length limit checks
b3d9e0b9 : fix multiple validation issues in dns response label parsing
7e222f46 : fix missing function declarations in refactored ip literal parsing code
fde3c29d : add support for reverse port lookups from services file to getnameinfo
01dc3f4f : add support for reverse name lookups from hosts file to getnameinfo
934aa135 : remove some dummy "ent" function aliases that duplicated real ones
6a25313c : simplify vasprintf implementation
bdad2fef : add support for ipv6 scope_id to getaddrinfo and getnameinfo
8041af59 : fix if_nametoindex return value when interface does not exist
d85d261e : fix negative response and non-response handling for dns queries
ac2a7893 : fix some validation checks in dns response parsing code
8fba4458 : fix incorrect end pointer in some cases when wcsrtombs stops early
76f440cf : remove cruft from old resolver and numeric ip parsing
33301980 : switch standard resolver functions to use the new dns backend
a2a328bd : fix uninitialized variable in new __res_msend dns function
8312f7f6 : implement new dns backend, res_send and other legacy resolver functions
1871f583 : add ipsec and tunneling protocols to getprotoent-family functions
bb9af59b : fix off-by-one in checking hostname length in new resolver backend
af7c308e : improve getservbyname_r using new resolver backend
e8f39ca4 : improve gethostbyname2_r using new resolver backend
6f409bff : refactor getaddrinfo and add support for most remaining features
5f4c4966 : fix POSIX namespace pollution in sys/types.h
bff6095d : use cleaner code for handling float rounding in vfprintf
c3504686 : update netinet/in.h to match the current kernel uapi
c8ea2126 : add SO_BPF_EXTENSIONS socket option
fd9571e2 : add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro
24df8b09 : fix breakage from recent syscall commits due to missing errno macros
8258014f : fix for broken kernel side RLIM_INFINITY on mips
106e65d6 : break down coarse-grained 64-bit-off_t syscall remappings
5cf9e8f8 : additional fixes for linux kernel apis with old syscalls removed
55f45bc7 : fix sendfile syscall to use 64-bit off_t
dd5f50da : support linux kernel apis (new archs) with old syscalls removed
2e55da91 : remove useless synchronization in exit and quick_exit
d677d3fe : fix missing declaration of strcpy in implementation of tmpnam
2fe65791 : overhaul tmpfile, tmpnam, and tempnam functions
9b880a6b : fix sys_open macro for archs without the plain open syscall
92899314 : fix placement of multiple inclusion guard endif in internal syscall.h
4ef04a27 : fix type of extended argument array to pselect6 syscall
594c827a : support kernels with no SYS_open syscall, only SYS_openat
44d28e55 : overhaul siginfo_t definition in signal.h
0b4e0732 : release 1.1.1
7c6db373 : trivial formatting fix for the config.mak generated by configure
dec66750 : fix unhandled cases in strptime
93be56ba : remove unsupported nonstandard sysconf macros and their table entries
ff78355b : rework sysconf table to treat zero entries as invalid
9ca4dae5 : add configure check for broken gcc 4.9.0 and possibly other versions
8a2d8719 : add cp437 and cp850 to available iconv conversions
8945667f : add configure check for working compiler
ac0acd56 : fix strftime %s not to zero pad with default width=2
adbf0258 : remove useless __yield alias for sched_yield
e783efa6 : fix arm thread-pointer/atomic asm when compiling to thumb code
468bc11e : fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h
23d64182 : fix superh nofpu check on old gcc versions
c3d9d172 : perform minimal sanity checks on zoneinfo files loaded via TZ variable
0f2315b4 : do not try to interpret implementation specific strings as tz definition
3176b57e : make __init_libc static for non-shared libc
fbcfed7c : further micro-optimize startup code for size
9b52ab1c : micro-optimize some startup code for size
5c4f11d9 : allow zoneinfo-path-relative filenames with no slashes in TZ variable
164c5c7a : expose public execvpe interface
476cd1d9 : fix false negatives with periodic needles in strstr, wcsstr, and memmem
fbeadd15 : make socketcall types common as they are same for all architectures
de45164e : add options when explicitly invoking dynamic loader
b1ef8067 : release 1.1.0
58e75db4 : add working vdso clock_gettime support, including static linking
0d0c2f40 : fix deadlock race in pthread_once
fcea534e : fix RLIMIT_ constants for mips
96315d27 : add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconf
de20a8ff : add namespace-protected name for sysinfo function
6cf7d17f : in sysconf, use getrlimit function rather than raw syscall for rlimits
233767b4 : avoid linear-time if/else special cases in sysconf
80569840 : fix fallback code for old kernels in clock_gettime
3933fdd5 : use dmb barrier instruction for atomics on arm v7
83c98aac : use hidden visibility rather than protected for syscall internals
73c870ed : math: fix aliasing violation in long double wrappers
6fbdeff0 : fix search past the end of haystack in memmem
e94d0692 : fix printf rounding with %g for some corner case midpoints
efe07b0f : fix arm atomic asm register constraint
1974bffa : use inline atomics and thread pointer on arm models supporting them
21ada94c : add getauxval function
89740868 : fix failure of printf %g to strip trailing zeros in some cases
109048e0 : fix carry into uninitialized slots during printf floating point rounding
7e8b0761 : remove some cruft from libc/tls init code
561e0a09 : remove cruft left behind when lazy thread pointer init was removed
b9b2db2f : add __sigsetjmp ABI-compat alias for sigsetjmp
141d3b5c : remove struct elem entirely from hsearch.c
fe1ba7db : implement hcreate_r, hdestroy_r and hsearch_r
54463033 : avoid malloc failure for small requests when brk can't be extended
91d5aa06 : fix microblaze syscall register clobbers
2b74315d : remove lazy ssp initialization
436d3723 : if dynamic linker's relro mprotect call fails, include reason in message
fa7248c9 : cosmetic improvements in dynamic linker cleanup
8769196f : clean up internal dynamic linker functions enumerating phdrs
e13a2b89 : implement PT_GNU_RELRO support
689e0e6b : fix pointer type mismatch and misplacement of const
0a8d9828 : fix confstr return value
dab441ae : always initialize thread pointer at program start
98221c36 : reduce static linking overhead from TLS support by inlining mmap syscall
30c1205a : include header that declares __syscall_ret where it's defined
8afa7cf5 : release 1.0.0
b427d847 : remove claim of XSI coverage from README
4b0f39cb : update README in preparation for release
cec05e04 : update INSTALL file with new information and better advice
4ed1d0a9 : update COPYRIGHT file with additional contributor information
8c820231 : configure: check for __ILP32__ if arch is x86_64
9505bfbc : fix signal.h breakage from moving stack_t to arch-specific bits
12f37cde : fix mips stack_t
bd5f221e : move signal.h definition of stack_t to arch-specific bits
25faa203 : fix mips sigsetjmp asm to match fixed jmp_buf size
40d58b44 : fix typo in filename used in sh port
cee45f9c : fix size of mips jmp_buf
d444064d : remove useless and incorrect uc_regspace member from mips ucontext_t
5f95f965 : use syscall_arg_t for arguments in public syscall() function
f162c064 : make configure accept alternate gcc tuples for x32
797f9a32 : x32: fix struct statfs
66193171 : fix negated error codes from ptsname_r
611eabd4 : superh: fix dynamic linking of __fpscr_values
2b47a7af : semctl: fix UB causing crashes on powerpc
7673acd3 : fix statfs struct on mips
3ceb89ed : fix semid_ds structure on mips
514c2dd2 : fix socket.h struct msghdr member types on powerpc
ad66ae93 : fix sysvipc structures on powerpc
f6e2f7e1 : move struct semid_ds to from shared sys/sem.h to bits
6739b13a : math.h: make __FLOAT_BITS and __DOUBLE_BITS C89
9743a399 : fix incorrect rounding in printf floating point corner cases
ba231cf9 : fix buffer overflow in printf formatting of denormals with low bit set
73f5b096 : in sys/procfs.h, avoid using __WORDSIZE macro
e12fda3b : add bits/user.h for sh port
b576766d : in fcntl, use unsigned long instead of long for variadic argument type
1154e7c9 : update copyright dates to 2014
dae8ca73 : x32: fix sysinfo()
abdd2e48 : fix strerror on mips: one error code is out of the 8-bit table range
0b8f0c57 : improve configure's target arch matching
3d7f5c36 : fix missing CFLAGS in configure test for float on sh
946b9fad : fix copy-and-paste error in configure's IEEE double check for sh
b1683a1d : add nofpu subarchs to the sh arch, and properly detect compiler's fpu config
5c27c445 : fix endian subarchs for sh arch
aacd3486 : rename superh port to "sh" for consistency
b9f7f2e8 : fix readdir not to set ENOENT when directory is removed while reading
d82db855 : in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
fb5a2ef8 : if_ether.h: new ethernet protocol type
099ce363 : sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option
a8a4e5c5 : elf.h: add aarch64 relocations
d99c9993 : elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mips
e7837ec7 : add missing sub files for mipsel-sf to use softfloat code
e5bb165b : mips: add mips-sf subarch support (soft-float)
dbed3924 : fixup general __syscall breakage introduced in x32 port
744f1189 : make the x32 port use the correct ld-musl-x32.path filename
3a3c813e : superh port
d05aaeda : fix x32 syscall arch.h timespec fixup code
e002f660 : fix some issues in x32 syscall_cp_fixup
d8b58779 : mostly-cosmetic fixups to x32 port merge
adbeefbe : configure: suppress bogus pointer-int cast warnings
3e4b2cdc : configure: recognize x86_64-x32 and x32
664cd341 : x32 port (diff against vanilla x86_64)
323272db : import vanilla x86_64 code as x32
0f169cbb : sys/shm.h: move arch specific structs to bits/
1a2e55b9 : sys/sem.h: cheat and make all longs use time_t instead
3b168ce1 : use syscall_arg_t type for syscall prototypes in pthread code
5cc1d920 : internal/syscall.h: add syscall_arg_t macro
bf84967c : internal/syscall.h: use a macro for the syscall args casts
dc01e2cb : add fallback emulation for accept4 on old kernels
fdb3efa5 : add flock64 alias for (struct) flock in fcntl.h
3e02ce1b : add ipv6 and icmpv6 to getprotoent-family functions
eb375ef7 : fix typo in table for getprotoent that caused out-of-bound reads
8011614d : make posix_spawn accept null pid pointer arguments
e74f3b02 : add parens when bit and arith ops are mixed in macros in public headers
aa6ce3d4 : fix signed and unsigned comparision in macros in public headers
fdf5f1b1 : clone: make clone a wrapper around __clone
7ee48f7b : fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)
929729d4 : fix fesetenv(FE_DFL_ENV) on i386
758ab35a : in fdopen, avoid setting O_APPEND flag if it's already set
3af2edee : fix ftello result for append streams with unflushed output
89511cd9 : reduce namespace pollution in netinet/udp.h
685b1cd4 : fix use of legacy u_intN_t types in netinet/tcp.h
fdaaa68d : add support for BSD struct tcphdr in netinet/tcp.h
ad87c2ee : add nonstandard timespec/timeval conversion macros in sys/time.h
a0351ee6 : add NO_ADDRESS macro to netdb.h as an alias for NO_DATA
16a3580e : add legacy functions setkey() and encrypt()
73871ee3 : fix nftw FTW_MOUNT flag
f1471d32 : fix an overflow in wcsxfrm when n==0
59314304 : add version.h to .gitignore; it is a generated file
69003e05 : fix crash in dynamic linker when certain copy relocations are unsatisfied
1569f396 : fix initstate to make the state buffer usable in setstate
7cbb6f70 : fix system breakage window during make install due to permissions
50a50988 : remove more unnecessary operand-size suffixes from x86_64 atomic.h
31173651 : remove gratuitous temp vars, casts, and suffixes in x86_64 atomic.h
f29e834d : remove size suffix in x86_64 __pthread_self asm
7acbbdfd : make type of st_dev explicitly dev_t in x86_64 stat.h
513136ef : fix namespace violation in sys/shm.h
a1527a0c : fix namespace violations in utmpx.h
d18df33c : add IUTF8 to termios.h on archs that were missing it
a627eb35 : fix namespace violations in termios.h, at least mostly
acde0135 : fix remaining known namespace violations for netinet/in.h
8e776e3e : fix inadvertent use of struct in place of union for semun
5f942053 : add __isoc99_vfscanf weak alias to vfscanf
bcff807d : math: add drem and dremf weak aliases to i386 remainder asm
28929422 : fix type of semctl variadic argument
131871a3 : in fcntl, avoid passing pointer arguments to syscalls as longs
1d23b3c9 : fix const-correctness of argument to stime
74998fbe : fix signedness of pgoff argument to remap_file_pages
3500555d : fix const-correctness in sigandset/sigorset arguments
2c5e7560 : remove sys/sysctl.h
27503373 : fix incorrect type for wd argument of inotify_rm_watch
dbe221ec : fix argument types for legacy function inet_makeaddr
eca335fc : eliminate explicit (long) casts when making syscalls
839cc4e6 : const-qualify the address argument to dladdr
1e7a581a : add some missing LFS64 aliases for fadvise/fallocate functions
b589fb4e : release 0.9.15
9e91398b : fanotify.c: fix typo in header inclusion
863d628d : disable the brk function
7a995fe7 : disable sbrk for all values of increment except 0
5c81b8fe : add fanotify syscall wrapper and header
7e10f209 : fix struct signalfd_siginfo
18144af2 : implement legacy function herror
e36d8a1d : add sys/quota.h and quotactl syscall wrapper
c91ad4f7 : add netinet/igmp.h and multicast groups to netinet/in.h
e2b4525e : add TCP_INFO and TCP_MD5SIG socket option related structures
65ea604c : fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF
f89e2982 : fix hangs in localtime for near-overflowing time_t values on 64-bit archs
0311d1dd : fix dynamic linker entry point for microblaze
2b7cf6db : optimize get_current_dir_name to reduce stack bloat
a7dbcf5c : use 0 instead of NULL for null pointer constants
57174444 : include cleanups: remove unused headers and add feature test macros
ac45692a : remove an unnecessary check in inet_pton
ec411999 : math: define _GNU_SOURCE when implementing non-standard math functions
8708e137 : add posix_close, accepted for inclusion in the next issue of POSIX
ae71a43b : remove dependency of version.h on .git/* to avoid errors
b054137a : move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace
2c241808 : fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*
ccbc3655 : fix res_mkquery and res_send prototypes in resolv.h
83c8fe50 : remove duplicate definition of _PATH_LASTLOG in paths.h
ceacb6a4 : fix mv usage in install.sh to avoid bogus interactive prompting
a4b51633 : workaround clang deficiency affecting thread pointer access on powerpc
a4e10e30 : implement FNM_LEADING_DIR extension flag in fnmatch
a2231757 : remove now-unnecessary features.h inclusion from fnmatch.h
bb181ae3 : expose FNM_* extensions in fnmatch.h without _GNU_SOURCE
9f505375 : fix typos in INSTALL file
179ab5a5 : add infrastructure to record and report the version of libc.so
6ec82a3b : fix fnmatch corner cases related to escaping
da0fcdb8 : fix the end of string matching in fnmatch with FNM_PATHNAME
7603c5f1 : support mix of IPv4 and v6 nameservers in resolv.conf
8c8cf4bb : increase TTY_NAME_MAX limit to 32
cabe9aa9 : reject invalid address families in getaddrinfo
a663c930 : adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 case
f63b8c8c : fix off-by-one length failure in strftime/wcsftime and improve error behavior
2b1f2f14 : remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c
c8a9c221 : restore type of NULL to void * except when used in C++ programs
7e771e62 : shadow: Implement fgetspent
b3646b30 : shadow: Move spent parsing to internal function
642936d6 : Fix dn_comp prototype and add stub
22f29bfe : shadow: Implement putspent
3fdf94ec : math: clean up __rem_pio2
10c8b714 : use 0 instead of NULL in headers where NULL is not defined
f7d348ec : add O_TMPFILE flag, new in linux 3.11
b0e9d577 : add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12
4b2c8fee : add linux tcp state enums
7c0ca4d3 : add multicast structures from RFC 3678 to netinet/in.h
4f6658b9 : Fix dn_expand pointer following
3fd1acbf : putgrent: Add missing newline
a3b98a11 : putgrent: Stop writing output on first failure
b300d5b7 : strcmp: Remove unnecessary check for *r
8ff810d7 : timeradd/timersub: cast result to void to get rid of warnings
aeea71dc : fix and refactor child reaping logic in wordexp
caaf7d44 : fix fd leak and case where fd 1 is already closed in wordexp
8253f59e : fix resource exhaustion and zero-word cases in wordexp
d8f1908b : improve robustness of wordexp and fix handling of 0-word case
a516077f : add legacy getloadavg api
ceb0ed9c : fix fd leak (missing close-on-exec) in getifaddrs
5d01ab4a : math: add (obsolete) bsd drem and finite functions
ebbaf218 : math: lgamma cleanup (simpler sin(pi*x) for the negative case)
326e5c2e : fix the nominal type of LDBL_* limits on archs with ld64
46db3728 : write floating point limit constants to 21 significant decimal places
d8e8f146 : iswspace: fix handling of 0
35cf8b3e : fix harmless inconsistency in semtimedop
4571f9f8 : implement semtimedop
f5980e33 : adjust sys/wait.h not to produde errors in strict ISO C feature profile
41a9ba25 : remove O_NOFOLLOW from __map_file used for time zone file loading
1d0d2df6 : fix handling of overly-long TZ environment variable values
8db16525 : timezone parser: fix iteration over search dir paths
75be4489 : timezone parser: fix offset to transition table in 64bit code path
e2ed37bc : fix timezone parser code crashing on 64bit sys
7b5beabc : fix regression in inet_aton due to misinterpretation of __ipparse return
f9fb20b4 : simplify faccessat AT_EACCESS path and eliminate resource dependence
984af5c9 : fix faccessat AT_EACCESS path not to leave zombie processes
4ecf3361 : fix inttypes.h PRI and SCN macros for [u]intptr_t types
b7d32101 : POSIX conformance fix: define struct entry in search.h
7e01b8f0 : fenv: fix i386 fesetround for sse
71d23b31 : math: extensive log*.c cleanup
4b15d9f4 : add legacy ftime function and sys/timeb.h
78f88915 : fix inet_pton
51c4e451 : fix __ipparse to parse the generic numbers-and-dots IPv4 format correctly
59b8dc08 : fix inet_aton to accept the generic "numbers-and-dots" IPv4 address format
bb93ac33 : split inet_addr and inet_ntoa back into their own files
8f035960 : fix multiple minor namespace issues in headers
38b9c027 : fix return value for inet_pton in ipv6 failure cases
ebb4cc0f : use consistent include guard name in arpa/ftp.h
20a34af8 : fix typo in socket.h (wrong macro name)
d5bd7dd5 : in faccessat slow path, add close-on-exec to pipe fds
51635856 : fix uid/gid-setting error in faccessat with AT_EACCESS flag
4fb7df12 : fix errno value for getcwd when size argument is zero
8f438115 : math: fix rare underflow issue in fma
4b539a82 : math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshf
551da2c1 : fix clockid macro names in time.h, reported by Paul Schutte
4405702a : remove errno setting from setenv, malloc sets it correctly on oom
1e81fa45 : fix allocation sizes in regcomp
c3a43b35 : add missing va_end in execl* for correcness and static code analyzers
49b3a0d2 : minor vfprintf and vfwprintf changes to please static code analyzers
b9cd1d4d : math: remove an unused variable from modfl
8acbe4f8 : slightly optimize __brk for size
a947d317 : fix failure of malloc to set errno on heap (brk) exhaustion
54378703 : fix failure to check malloc result in setenv
e5100b32 : math: remove code duplication in erfl found by clang analyzer
e71981af : math: remove a useless assignment in lgammal found by clang analyzer
38a0a4db : fix invalid implicit pointer conversion in pthread_key_create
7886985e : fix uninitialized variable in dladdr
a938b5a1 : removed unused variable in vfwprintf
2b2aff37 : fix new environment always being null with execle
23b8e3bc : fix off-by-one error in getgrnam_r and getgrgid_r, clobbering gr_name
211264e4 : fix buffer overflow in mbsrtowcs
e1f1df9c : math: fix comparision macros (isless etc) when FLT_EVAL_METHOD!=0
78178542 : add missing i386 syscall numbers
97789d3e : remove duplicate lines from mips bits/syscall.h
c47e7062 : release notes for 0.9.14
35a6801c : fix arm atomic store and generate simpler/less-bloated/faster code
e803829e : fix potential deadlock bug in libc-internal locking logic
d8e283df : correct the sysconf value for RTSIG_MAX
0753b1fa : fix sigemptyset and sigfillset for mips
cffb9e1e : fix clobbering of caller's stack in mips __clone function
90710df5 : sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority
268375c1 : update include/elf.h following glibc changes
271c2119 : omit CLONE_PARENT flag to clone in pthread_create
f68a3468 : use symbolic names for clone flags in pthread_create
ae51aa75 : sys/socket.h: add new SO_BUSY_POLL socket option
0a7ecf76 : ptrace.h: add new ptrace requests to get/set sigmask
2607e39a : net/if_arp.h: add missing ARP hardware identifiers from linux uapi headers
0dc630ec : netinet/in.h: add missing IP protocol numbers from the linux uapi headers
b20760c0 : support configurable page size on mips, powerpc and microblaze
7a34dd34 : fix overflow in sysconf for _SC_MQ_PRIO_MAX
bfba15c9 : fix child stack alignment on mips clone
9b35ed3f : fix mips sysv ipc bits headers
2f1de805 : fix x86_64 lrintl asm, again
ff4be700 : do not use default when dynamic linker fails to open existing path file
067aea7c : math: remove STRICT_ASSIGN from exp2f (see previous commit)
9b0fcb44 : math: remove STRICT_ASSIGN macro
f657fe4b : math: support invalid ld80 representations in fpclassify
f4d9bfb3 : math: fix atanh (overflow and underflow issues)
afa2aacc : math: remove libc.h include from libm.h
101e6012 : math: fix acoshf on negative values
02343946 : math: fix expm1l on x86_64 (avoid underflow for large negative x)
e5937885 : math: fix lrintl.s on x86_64 (use movslq to signextend the result)
07039ed8 : math: fix exp2l asm on x86 (raise underflow correctly)
8dba5486 : math: cosmetic cleanup (use explicit union instead of fshape and dshape)
63b9cc77 : math: remove *_WORD64 macros from libm.h
94a3d13a : math: remove old longdbl.h
aa0c4a20 : math: long double fix (use ldshape union)
2eaed464 : math: use float_t and double_t in scalbnf and scalbn
34660d73 : math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)
535104ab : math: cbrt cleanup and long double fix
39c910fb : math: fix underflow in exp*.c and long double handling in exp2l
ea9bb95a : math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl)
bcd797a5 : math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l)
c2a0dfea : math: rewrite hypot
ee2ee92d : math: rewrite remainder functions (remainder, remquo, fmod, modf)
d1a2ead8 : math: rewrite rounding functions (ceil, floor, trunc, round, rint)
98be442e : math: fix logb(-0.0) in downward rounding mode
4cec31fc : math: ilogb cleanup
af5f6d95 : long double cleanup, initial commit
ff4d6020 : fix typo in comment in __randname
b4b9743c : fix mips-specific bug in synccall (too little space for signal mask)
3c0501d2 : in synccall, ignore the signal before any threads' signal handlers return
a731e410 : fix invalid pointer in synccall (multithread setuid, etc.)
fe80a8eb : fix special-case breakage in popen due to reversed argument order
c2d3fd3a : add workaround header for wait.h remapping to sys/wait.h
316d6741 : fix missing return value warning in faccessat, minor cleanup
f0328a56 : fix invalid %m format crash in wide scanf variants
cbb8a697 : avoid crash in scanf when invalid %m format is encountered
35e8621a : remove incorrect cancellation points from realpath
dfddd432 : debloat realpath's allocation strategy
27b4923b : make realpath use O_PATH when opening the file
9ff8ed46 : fix regression in creation of ldso symlink
7cc49f98 : fix breakage in synccall due to incorrect signal restoration in sigqueue
d0f0fa48 : fix typo in release notes
57565bee : release notes for 0.9.13
da19f886 : only expose struct tcphdr under _GNU_SOURCE
09b2995b : add struct tcphdr in netinet/tcp.h
f7bc29ed : remove -Wcast-align from --enable-warnings
90edf1cc : optimized C memcpy
38e6acbf : stdbool.h should define __bool_true_false_are_defined even for C++
ebc87349 : fix invalid instruction mnemonics in powerpc fenv asm
a543369e : optimized C memset
06ceee8c : add attribute((may_alias)) checking in configure
242a4bb4 : add the %s (seconds since the epoch) format to strftime
2828a130 : fix strftime regression in %e format
190bbb99 : properly fill in tzname[] for old (pre-64-bit-format) zoneinfo files
32985d4f : minor fix to tz name checking
d78be392 : fix strftime handling of time zone data
0f9b1f67 : make dlopen honor the rpath of the main program
bd5ed22c : fix mishandling of empty or blank TZ environment variable
7211551e : fix regression in dn_expand/reverse dns
d2c42ed2 : fix bugs in $ORIGIN handling
cc51505a : use AT_EXECFN, if available, for dynamic linker to identify main program
a897a20a : add rpath $ORIGIN processing to dynamic linker
709355e1 : add recursive rpath support to dynamic linker
8b491f14 : fix missing string.h in strftime.c (needed by new strftime code)
6fdaaf25 : fix some documentation typos
fc48ceee : add strftime and wcsftime field widths
33413cdd : simplify strftime and fix integer overflows
87e133b3 : strftime cleanup: avoid recomputing strlen when it's known
45849d3d : more strftime refactoring
f5e4efc4 : begin refactoring strftime to make adding field widths easier
ecf4e24d : add SUN_LEN macro to sys/un.h under appropriate feature tests
580b8d8c : unbreak vwarn: print ": " before errno message
e449974d : fix two bugs in sed code configure uses to save command line
4681aae2 : re-add logic for ignoring failure of ld.so symlink installation
a6b0170a : fix fenv exception functions to mask their argument
d8764bf8 : optimize x86 feclearexcept: only use save/restore x87 fenv if needed
baba2630 : remove the __mxcsr member from fenv_t on i386 to follow the glibc abi
ebc10fa1 : add sse fenv support on i386 through hwcap
d6841499 : fix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0
37c25065 : remove spurious tmp file present since initial git check-in
e678fc6f : replace system's install command with a shell script
109bd65a : add hkscs/big5-2003/eten extensions to iconv big5
453f4622 : make configure store its command line in config.mak for easy re-run
82fa6b43 : fix atomicity and other issues installing dynamic linker symlink
63893d3f : some initial math asm for armhf (fabs[f] and sqrt[f])
4918c2bb : fix detection of arm hardfloat
7318c62e : support floating point environment (fenv) on armhf (hard float) subarchs
0a4a4a7a : fix build of x86_64 expl assembly
badaa04a : add function types to arm crt assembly
c221af95 : math: fix pow(x,-1) to raise underflow properly
411efb3b : math: fix i386 atan2.s to raise underflow for subnormal results
6d85096f : math: clean up atan2.c
31c5fb80 : math: fix x86 asin, atan, exp, log1p to raise underflow
1b3973fb : math: fix x86 expl.s to raise underflow and clean up special case handling
c599f4f4 : math: fix asin, atan, log1p, tanh to raise underflow on subnormal
cd18dc85 : math: fix tgamma to raise underflow for large negative values
f29fea00 : math: fix pow(0,-inf) to raise divbyzero flag
1b77b907 : math: minor scalbn*.c simplification
56b57f37 : fix length computation in dn_expand
fcc522c9 : de-duplicate dn_expand, fix return value and signature, clean up
cccc1844 : add arm-optimized memcpy implementation from bionic libc
fb72a97d : rework makefile subarch logic to allow shared files
4ce6bd83 : add missing MSG_EXCEPT in sys/msg.h
35eb1a1a : provide declarations for strtod_l and family
804e9940 : add subarch asm support for PIC objects/shared libc
7568ee4c : add missing a_or_l to atomic.h for non-x86 archs
90d77722 : allow subarch-specific asm, including asm specific to the default
7c440977 : fix _NSIG and SIGRTMAX on mips
41c63282 : fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127
7406fdf5 : add pthread_setaffinity_np and pthread_getaffinity_np functions
eeb0328f : add cpu affinity interfaces
76fbf6ad : change sigset_t functions to restrict to _NSIG
3c5c5e6f : optimize posix_spawn to avoid spurious sigaction syscalls
65d7aa4d : fix missing errno from exec failure in posix_spawn
9848e648 : block all signals, even implementation-internal ones, in faccessat child
d4d6d6f3 : block signals during fork
72482f90 : work around libraries with versioned symbols in dynamic linker
e28c2eca : sys/personality.h: add missing C++ compat
6a0aa82f : sys/personality.h: add missing macros
19b4a0a2 : add Big5 charset support to iconv
983acebc : make fcvt decimal point location for zero make more sense
a0cc022c : fix ecvt/fcvt decimal point position output
734062b2 : iconv support for legacy Korean encodings
a7f18a55 : have new timer threads unblock their own SIGTIMER
7c6c2906 : add system for resetting TLS to initial values
7356c255 : fix multiple bugs in SIGEV_THREAD timers
14012b91 : add some new linux AT_* flags
0a05eace : fix faccessat to support AT_EACCESS flag
89384f78 : collapse euidaccess to a call to faccessat
f0ceb5ab : add prototypes for euidaccess/eaccess
a89aaee1 : add legacy euidaccess function and eaccess alias for it
d3a98ff6 : make tdestroy allow null function pointer if no destructor is needed
2d2da648 : fix aliasing violations in tsearch functions
86cc54b5 : protect against long double type mismatches (mainly powerpc for now)
2f820f3b : add legacy function valloc
2e5dfa51 : fix feature test macro logic for _BSD_SOURCE
0c7294ef : add wcsftime_t alias
feff6b43 : add missing c++ extern "C" wrapping to link.h
9ca1f62b : make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors
c8c0844f : debloat code that depends on /proc/self/fd/%d with shared function
0dc48244 : work around linux's lack of flags argument to fchmodat syscall
3e3753c1 : move RPATH search after LD_LIBRARY_PATH search
78c6d30f : provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCE
8d01dfc7 : if map_library has allocated a buffer for phdrs, free it on success too
d5884a57 : improve error handling in map_library and support long phdrs
7443dd27 : fix uninitialized dyn variable in map_library
38f44d69 : fix (deprecated) mktemp logic and update it to match other temp functions
9a97d103 : remove (no longer useful) namespace-protected __mktemp symbol
c4685ae4 : make mkdtemp and mkstemp family leave template unchanged on fail
926272dd : optimized memset asm for i386 and x86_64
4a1f55e9 : work around gcc 4.8's generation of self-referential mem* functions at -O3
5db951ef : in pthread_getattr_np, use mremap rather than madvise to measure stack
27593d3a : fix theoretical out-of-bound access in dynamic linker
f8c376da : prevent passing PT_INTERP name to dlopen from double-loading libc
339516ad : add some sanity checks in dynamic loader code
c4f49a6a : fix bug where read error was treated as success reading library headers
d0c6cb05 : don't call null pointer if DT_INIT/DT_FINI are null
9a8d7bee : add macros for new(ish) prctl commands
9932505b : fix some prctl macros that were incorrectly copied into this file
48748143 : use separate sigaction buffers for old and new data
372a948b : release notes for 0.9.12
7efa12a0 : add missing erfcl wrapper for archs where long double is plain double
1ae4bc42 : fix semantically incorrect use of LC_GLOBAL_LOCALE
f44e239f : fix indention-with-spaces
d53b1f82 : reorder strftime to eliminate the incorrect indention level
54446d73 : add wrapper headers, with warnings, for various incorrect names under sys
bf7b7282 : a few more fixes for unistd/sysconf feature reporting
a6d39fdf : report presence of ADV and MSG options in unistd.h and sysconf
77830507 : report that posix_spawn is supported in unistd.h and sysconf
ce053255 : add ABI symbols for strtol family functions
a97a050e : make ldd report the libc/dynamic linker itself
876748ea : fix computation of entry point and main app phdrs when invoking via ldso
16ac00ac : fix powerpc build breakage from dynamic linker path search changes
c5e34dab : new mostly-C crt1 implementation
f9dd79c8 : fix undefined strcpy call in inet_ntop
1cd417bd : make inet_ntop format v4-mapped ipv6 addresses properly
43d25313 : do not include math modules in the default -O3 optimization set
a926fe26 : fix incorrect type for new si_call_addr in siginfo_t
3d4583c3 : add protocol families PF_IB and PF_VSOCK to socket.h
b54f169b : update siginfo according to linux headers
87be54a1 : rework langinfo code for ABI compat and for use by time code
ad4a5367 : update strxfrm/wcsxfrm for future LC_COLLATE support and ABI compat
4350935c : add ABI compat aliases for a number of locale_t functions
a512c7d8 : add PTRACE_PEEKSIGINFO to ptrace.h added in linux-v3.10 commit 84c751bd4aebbaae995fe32279d3dba48327bad4 using stdint.h types for the new ptrace_peeksiginfo_args struct
b5c07e45 : add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN see linux commits 4f99ad51292078cc47343c17d3870764588cff73 and e5c5d22e8dcf7c2d430336cbf8e180bd38e8daf1
d74e462a : add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h added in linux-v3.10 commit 1ff3c9677bff7e468e0c487d0ffefe4e901d33f4
b5e409df : remove TCP_COOKIE_TRANSACTIONS from tcp.h removed in linux-v3.10 in commit 1a2c6181c4a1922021b4d7df373bba612c3e5f04
8f6ec721 : add SO_SELECT_ERR_QUEUE to socket.h introduced in linux-v3.10 commit 7d4c04fc170087119727119074e72445f2bb192b
4b0306c8 : prepare strcoll/wcscoll for LC_COLLATE support and add ABI symbols
17a60f9d : add _l versions of strtod family functions, purely as aliases
cccf64e2 : add __wcsftime_l symbol
0a37d995 : move strftime_l into strftime.c and add __-prefixed version
f5dfb45f : make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6
e152ee97 : support STB_GNU_UNIQUE symbol bindings in dynamic linker
17276be3 : move the dynamic linker's jmp_buf from static to automatic storage
9693501c : change jmp_buf to share an underlying type and struct tag with sigjmp_buf
4a30ba5c : remove redundant check in memalign
70a92bc9 : fix heap corruption bug in memalign
a80847d8 : enhance build process to allow selective -O3 optimization
9578f053 : undefine internal-use type macros at the end of alltypes.h
3f08154a : remove SIG_ATOMIC_MIN/MAX from stdint bits headers
009f1868 : move register_t and u_int64_t (back) to alltypes
1c6cace0 : fix regression in size of nlink_t (broken stat struct) on x86_64
8327ae0c : make regoff_t and regex_t match C++ ABI
1da53dad : disable legacy init/fini processing on ARM
4e3c6b43 : make pthread_key_t unsigned to match ABI
0109d950 : make pthread attribute types structs, even when they just have one field
c4dd0c98 : change wint_t to unsigned
9448b051 : refactor headers, especially alltypes.h, and improve C++ ABI compat
976c0fdc : remove init/fini array asm from arm crti/crtn files
3edfd070 : remove __libc_csu_* cruft
7586360b : add support for init/fini array in main program, and greatly simplify
1b413572 : fix order of fini_array execution for shared libs
e69ae844 : add support for init_array/fini_array ctors/dtors to dynamic linker
ce8a9957 : fix shm_open wrongly being cancellable
1d92cddb : fix uninitialized/stale use of alloc (%m modifier) flag in scanf
8389520e : harden realloc/free to detect simple overflows
41e2fd9d : add UIO_MAXIOV macro in sys/uio.h
6567db65 : improve [f]stat[v]fs functions, and possibly work around old kernels
648c3b4e : change uid_t, gid_t, and id_t to unsigned types
df065781 : fix invalid C in new trycppif tests in configure script
3e7f186e : add build system support for arch endian & float abi variants
f389c498 : make the dynamic linker find its path file relative to its own location
23815f88 : fix off-by-one error in checks for implementation-internal signal numbers
b823ef2d : fix FILENAME_MAX to match PATH_MAX
2f5fe458 : make spacing in x86_64 alltypes.h.sh more uniform with other archs
b06dc666 : make posix_spawn (and functions that use it) use CLONE_VFORK flag
3df0b66e : fix missing argument in variadic syscall macros
ea81c062 : fix error code on time conversion overflows
ac1bf93f : fix fd leak in file mapping code used in new zoneinfo support
1cc81f5c : the big time handling overhaul
f1292e3d : fix omission of dtv setup in static linked programs on TLS variant I archs
c07da2e9 : add PIE support for ARM
3e8806b4 : add some ARM EABI-specific exception handling infrastructure
30763fd0 : fix invalid library phdr pointers passed to callback from dl_iterate_phdr
c713d879 : fix a couple misleading/wrong signal descriptions in strsignal
c90fa2ac : add realtime signals to strsignal
8599822e : fix off-by-one array bound in strsignal
b6218764 : fix bogus lazy allocation in ctermid and missing malloc failure check
cdf0f53f : fix fd leak on races and cancellation in ctermid
0716b10a : fix missing SOCK_CLOEXEC in various functions that use sockets internally
ca9aff6a : add NFDBITS in sys/select.h with appropriate feature tests
6d861ac8 : move core memalign code from aligned_alloc to __memalign
65141618 : move alignment check from aligned_alloc to posix_memalign
ab724204 : add legacy sys/ttydefaults.h header
0636d597 : add legacy scsi/scsi_ioctl.h header
f206fec1 : paths.h: remove cruft
fbcd8204 : add stubs for additional legacy ether.h functions
d66ab4f1 : fix Makefile so "make install" works before include/bits symlink exists
6688a778 : release notes for 0.9.11
4ca44215 : fix failure of mbsrtowcs to record stop position when dest is full
9b732fe5 : fix shifts possibly larger than type in major() macro
780cbbe6 : implement minimal dlinfo function
2b0af609 : add some comments about the mips ksigaction structure weirdness
509b50ed : fix missing synchronization in calls from dynamic linker to global ctors
17aef0b4 : prevent shmget from allocating objects that overflow ptrdiff_t
062f40ef : work around wrong kernel type for sem_nsems member of struct semid_ds
553d566c : add missing type shmatt_t in sys/shm.h
aea79190 : implement week-based-year year numbers in strftime
062446a8 : fix breakage in last commit to strftime due to missing INT_MAX
c5faf1bf : implement week numbers and half of the week-based-year logic for strftime
1e2281b8 : minor compatibility fixes in utmp.h and fixing mismatch with paths.h
3cd6f522 : disallow creation of objects larger than PTRDIFF_MAX via mmap
b17c75a4 : fix syscall argument bug in pthread_getschedparam
7c20a118 : fix temp file leak in sem_open on successful creation of new semaphore
a033cd22 : fix bug whereby sem_open leaked its own internal slots on failure
52d4444f : in sem_open, don't leak vm mapping if fstat fails
21088aee : fix failure of pthread_setschedparam to pass correct param to kernel
f03db4bd : document in sysconf and unistd.h that per-thread cpu clocks exist
6a4cfbdb : fix iconv conversion to legacy 8bit codepages
59b481d9 : remove useless conditional before free from dynamic linker path code
11bc1737 : fix dynamic linker handling of empty path file or error reading path file
a3e2f3c2 : respect iso c namespace in stdio.h and wchar.h regarding va_list
8813c956 : make newline-delimited dynamic linker path file actually work
e40f48a4 : implement inet_lnaof, inet_netof, and inet_makeaddr
83966b36 : add ether_aton[_r] and ether_ntoa[_r] functions
ef550786 : fix scanf %c conversion wrongly storing a terminating null byte
c2080450 : fix major scanf breakage with unbuffered streams, fmemopen, etc.
a494171a : fix invalid access in aio notification
8600849d : fix uninitialized variable in lio (aio) code
20d01d83 : improve the quality of output from rand_r
4191d244 : add clock id macros for a number of new(ish) Linux-specific clocks
01739902 : fix the type of CLOCKS_PER_SEC to match new clock_t type
ea200e38 : support cputime clocks for processes/threads other than self
0996faa3 : prng: make rand_r have 2^32 period instead of 2^31
c79cd27e : prng: fix rand() to give good sequence with small state
fd1d7be3 : fix mixup in previous change to gcc wrapper
c1613560 : make gcc-specific headers (intrinsics, etc.) available with wrapper
f7244d20 : improve handling of nonstandard fields in struct tm
e039db27 : implement 'm' modifier for wide scanf variants
16a1e036 : implement the 'm' (malloc) modifier for scanf
de80ea9f : refactor wide-char scanf string handling
1ab59de8 : simplify some logic in scanf and remove redundant invalid-format check
f18846dd : refactor scanf core to use common code path for all string formats
a6d27212 : align stack properly for calling global ctors/dtors on x86[_64]
44b4d09f : ensure that thread dtv pointer is never null to optimize __tls_get_addr
31ff7977 : fix the prototype of settimeofday to follow the original BSD declaration
41c34d18 : fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30)
a6367a17 : on x86_64 use long instead of long long for 64bit posix types
5e642b5a : change underlying type of clock_t to be uniform and match ABI
05453b37 : fix overflow behavior of clock() function
1e5eb735 : math: add fma TODO comments about the underflow issue
ffd8ac2d : math: fix two fma issues (only affects non-nearest rounding mode, x86)
bfda3793 : math: sin cos cleanup
69ee9b2c : make err.h functions print __progname
1d5ba3bb : math: tan cleanups
22730d65 : add FLT_TRUE_MIN, etc. macros from C11
ec9f5353 : remove the __STDC_FORMAT_MACROS nonsense from inttypes.h
1a70198b : fix mknod and mknodat to accept large dev_t values
e216951f : math: use double_t for temporaries to avoid stores on i386
2c184264 : support full range of dev_t major/minor numbers in makedev, etc. macros
2897bfdd : remove compound literals from math.h to please c++
da49b872 : fix incorrect clock tick scaling in fallback case of clock()
9293b765 : do not interpret errors in return value of times() syscall
2c074b0d : transition to using functions for internal signal blocking/restoring
d53c92c9 : optimize/debloat raise
d674f858 : prevent code from running under a thread id which already gave ESRCH
47d2bf51 : synccall signal handler need not handle dead threads anymore
082fb4e9 : fix clobbering of signal mask when creating thread with sched attributes
d0ba0983 : make last thread's pthread_exit give exit(0) a consistent state
c3a6839c : use atomic decrement rather than cas in pthread_exit thread count
6e531f99 : add comments on some of the pthread_exit logic
23f21c30 : always block signals in pthread_exit before decrementing thread count
a0473a0c : remove explicit locking to prevent __synccall setuid during posix_spawn
43653c12 : remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h
ae0c1de5 : fix reversed argument order x86_64 sigsetjmp's call to sigprocmask
71ae0c72 : comment potentially-confusing use of struct crypt_data type
5d37b797 : mention bits headers in another part of copyright file
a896e893 : update copyright year
87646462 : clarify that bits headers are included as public headers
8c203eae : make dynamic linker accept : or \n as path separator
7bec92e7 : release notes for 0.9.10
4ba3ebdc : make ifaddrs.h expose sys/socket.h
9947ed5c : getifaddrs: implement proper ipv6 netmasks
23ab8c25 : mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQ
ea34b1b9 : implement mbtowc directly, not as a wrapper for mbrtowc
a49e038b : optimize mbrtowc
8f06ab0e : fix out-of-bounds access in UTF-8 decoding
bcd93025 : fix signalfd not to ignore flags
cc11b422 : silence nonsensical warnings in timer_create
b4ea6385 : add support for program_invocation[_short]_name
5c5ac810 : fix argument omission in ABI-compat weak_alias for fscanf
14f0272e : Add ABI compatability aliases.
ced64995 : fix type error in pthread_create, introduced with pthread_getattr_np
338cc31c : getifaddrs: remove unused label
4af3ea78 : getifaddrs: use if_nameindex to enumerate interfaces
69a19838 : getifaddrs: one less indent level
c82f53f6 : getifaddrs: less malloc
b3792c88 : include/ifaddrs.h: add prototypes for get/freeifaddrs
202db37a : add getifaddrs
5ffe4940 : net/if.h: add some missing IFF_ constants
f4ded939 : add prototype for dn_skipname
b6f99412 : implement dn_skipname (legacy resolver function)
baec93cb : add arpa/tftp.h
f77bab59 : fix type issues in stdint.h so underlying types of 64-bit types match ABI
c7af2710 : eliminate bits/wchar.h
201995f3 : eliminate gcc dependency for testing char signedness in limits.h
ddfb267b : add put*ent functions for passwd/group files and similar for shadow
771c6cea : cleanup wcstombs
b5a527f9 : cleanup mbstowcs wrapper
f62b12d0 : minor optimization to mbstowcs
40b2b5fa : fix incorrect range checks in wcsrtombs
50d9661d : overhaul mbsrtowcs
47cf4919 : re-add useconds_t
82aad3a3 : add arpa/nameser_compat.h
da144eec : make tm_zone etc visible under _GNU_SOURCE
a6752eb9 : __time_to_tm: initialize tm_zone and tm_gmtoff
8d3ee057 : add syscall numbers for the new kcmp and finit_module syscalls and remove syscall todos from microblaze
ca2300d9 : add the new SO_REUSEPORT socket option to mips and powerpc
e82bd04c : add new socket options to sys/socket.h following linux
46f45f73 : adding ethernet protocol ids to if_ether.h following linux
d4c04d13 : add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)
2e762105 : add new linux tcp socket option flags to netinet/tcp.h
201e6603 : fix typo in setpriority syscall wrapper
0b2764d0 : provide prototype for pthread_getattr_np
14a835b3 : implement pthread_getattr_np
ccc7b4c3 : remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
00f1521f : provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels
ae7399bf : in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
9cb6e6ea : rewrite popen to use posix_spawn instead of fragile vfork hacks
7914ce92 : remove cruft from pre-posix_spawn version of the system function
2d0f495e : add deprecated SIGIOT alias for SIGABRT
427c0ca7 : fix multiple bugs in syslog interfaces
dfdc337b : remove soname from libc.so/ld-musl
08514d06 : fix epoll structure alignment on non-x86_64 archs
f4407618 : fix missing type error in grp.h from adding fgetgrent
da1442c9 : fix types for wctype_t and wctrans_t
8c741783 : fix some obscure header type size/alignment issues
99727dad : fix wrong float_t on x86_64
e201d82a : fix cruft in utmp.h that was broken by changes in utmpx.h
5afc74fb : fix integer type issue in strverscmp
4853c1f7 : implement non-stub strverscmp
d1eae83a : namespace conformance to latest standards in strings.h
e864ddc3 : replace stub with working strcasestr
330fd962 : fix wrong return value from wmemmove on forward copies
8224bdbb : scsci/sg.h: fix usage of undefined macro HZ
caec6622 : add arpa/ftp.h
8872e4e4 : use memcmp instead of str[n]cmp for temp function XXXXXX checking
8d2f8064 : fix error cases in mkostemps core
3b00675b : remove leftover unused variable in mktemp after refactoring
2cc63358 : add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals
f78cdbe8 : remove unused #undef environ now that libc.h no longer #defines it
23ccb80f : consistently use the internal name __environ for environ
cac87295 : add fgetgrent function
b9e08308 : fix typo in newly-added error message for EOWNERDEAD
d75348dd : improve error strings
52690048 : arm: add __aeabi_atexit()
158f721a : Makefile: make it possible to build arch specific C files
a8799356 : base system() on posix_spawn
4862864f : fix unsigned comparison bug in posix_spawn
fb6b159d : overhaul posix_spawn to use CLONE_VM instead of vfork
89d3df6e : streamline old-kernel fallback path of pipe2 to use syscalls directly
d432b2c0 : fix regression that made shared libs crash on arm
a47ad3eb : dynamically allocate storage for gethostby* buffers
c0193550 : fix blank ai_canonname from getaddrinfo for non-CNAMEs
b0302863 : fix memory leak due to double call to getaddrinfo in gethostbyname*
70b584bc : fix error returns in gethostby*_r functions
74025c80 : fix uninitialized map_len being used in munmap failure paths in load_library
72768ea9 : fix stale locks left behind when pthread_create fails
077549e0 : if pthread_create fails, it must not attempt mmap if there is no mapping
d5142642 : pthread stack treatment overhaul for application-provided stacks, etc.
c5092507 : make some arrays const
facc6acb : replace __wake function with macro that performs direct syscall
96fbcf7d : fix up minor misplacement of restrict keyword in spawnattr sched stubs
a57ac9bf : release notes for 0.9.9
ae4b0b96 : revert regex "cleanup" that seems unjustified and may break backtracking
725c5552 : SOL_TCP is nonstandard and not in the reserved namespace
d5c164d5 : fix tm_to_time logic for number of days in november
55ddbc3e : add RTLD_NODELETE flag for dlopen
4d07e552 : add support for RTLD_NOLOAD to dlopen
637dd2d3 : fix regression in dlsym: rejection of special RTLD_* handles as invalid
41d7c77d : use a common definition of NULL as 0L for C and C++
4d982803 : fix warning building dynlink.c stub for static libc
cdc5c74c : fix bug in dladdr that prevented resolving addresses in the PLT
f05f59b8 : remove unused "params" related code from regex
dd959163 : regex: remove an unused local variable from regexec
9724defd : in crypt_des change unnecessary union keybuf into unsigned char[]
30779ee1 : crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum
a753f7fe : fix lio_listio return value in LIO_WAIT mode
200f96c6 : add MOD_TAI to sys/timex.h and update STA_RONLY
d650631d : add SWAP_FLAG_DISCARD to sys/swap.h
645c6d99 : add mount flags to sys/mount.h
48854dff : add IN_EXCL_UNLINK to sys/inotify.h
ada88f61 : add EPOLLWAKEUP flag to sys/epoll.h
c7351ffe : add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h
000806cd : add missing mmap options and madvices to bits/mman.h based on linux headers
bc1a8d2a : add missing EXTPROC flag to bits/termios.h
73bb0489 : add missing F_GETOWNER_UIDS flag to bits/fcntl.h
056c8b1a : add missing EHWPOISON to bits/errno.h
20103616 : add missing ptrace requests and options to sys/ptrace.h
119645b6 : add missing multicast socket options to netinet/in.h
f13a4788 : add missing protocol families to sys/socket.h
2dec2974 : fix another case of cloexec/nonblock flags not matching arch values
6468fc9e : check for invalid handles in dlsym/dlclose
121e3a38 : math: erf and erfc cleanup
d84923d8 : setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility)
2ba3f44d : add legacy header values.h
87781ac6 : time.h: add BSD aliases for otherwise internal struct tm members
e895ddc0 : wait.h: add linux specific, thread-related waitpid() flags
2c1f8fd5 : __assert_fail(): remove _Noreturn, to get proper stacktraces
5d893e50 : add some new-ish IPPROTO constants that were missing
5652d700 : math: bessel cleanup (jn.c and jnf.c)
5bb6b249 : math: bessel cleanup (j1.c and j1f.c)
697acde6 : math: bessel cleanup (j0.c and j0f.c)
d18a410b : expose [v]asprintf under _BSD_SOURCE
761ebe06 : align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch
820fccde : fix alignment logic in strlcpy
8442358d : add linux extension POLLRDHUP to poll.h
e172c7b4 : fix reference to libc struct in static tls init code
d12f2ed2 : clean up and fix logic for making mmap fail on invalid/unsupported offsets
3159e2fc : socket.h: add SO_(SND/RCV)BUFFORCE to generic block
3c4214db : math: more correct tgmath.h type cast logic
36d73038 : add inet_network (required for wine)
3bb167b3 : x86_64/bits/signal.h: fix typo in REG_CSGSFS
26cf9c3c : link.h: expose glibc/svr4 dynlinker debugging glue
e9e2b66e : math: new type cast logic in tgmath.h
c6383b7b : math: use 0x1p-120f and 0x1p120f for tiny and huge values
d8a7619e : math: tgammal.c fixes
e42a977f : math: tanh.c cleanup similar to sinh, cosh
f1434582 : math: sinh.c cleanup similar to the cosh one
1aec620f : math: finished cosh.c cleanup
58bba42d : math: x86_64 version of expl, fixed some comments in the i386 version
525ad96e : math: move x86_64 exp2l implementation to exp2l.s from expl.s
1d7c4f8f : fix breakage in ldd (failure to print library load address)
9cb58993 : add some missing macros to sys/shm.h
a8f73bb1 : math: fix i386/expl.s with more precise x*log2e
93460944 : fixed tgmath.h for functions with integral result
d5095562 : add missing flags in sys/timerfd.h
2384f27d : treat invalid C as an error even if warnings aren't enabled.
0f53c1a4 : math: add a non-dummy tgamma implementation
14cc9c7f : math: cosh cleanup
9c6b1de0 : math: fix comment in __rem_pio2f.c
1384ad5f : math: add empty __invtrigl.s to i386 and x86_64
b12a73d5 : math: clean up inverse trigonometric functions
482ccd2f : math: rewrite inverse hyperbolic functions to be simpler/smaller
64623cd5 : math: remove long double version of bessel functions from math.h
faea4c99 : make CMPLX macros available in complex.h in non-c11 mode as well
bcc20d2b : fix double errno-decoding in the old-kernel fallback path of pipe2
490d4a0e : fix regressions in app compatibility from previous sys/ipc.h changes
f1c1a5ea : document self-synchronized destruction issue for stdio locking
baf246e5 : syscall() declaration belongs in unistd.h, not sys/syscall.h
34aa169d : add support for ctors/dtors on arm with modern gcc
b8ccf8e4 : page-align initial brk value used by malloc in shared libc
3ee67505 : remove __arch_prctl alias for arch_prctl
55aef73f : move new linux syscall wrapper functions to proper source dir
03b0f13e : fix trailing whitespace issues that crept in here and there
2ad9cf52 : fix invalid read in aligned_alloc
5c5e45e5 : move signal.h REG_* macros under _GNU_SOURCE protection
d1b6fc6e : fix names of ipc_perm __key/__seq elements
6bffcc23 : fix sigorset/sigandset: _NSIG/8 is the size in bytes
e00e07f6 : fix F_DUPFD_CLOEXEC being defined twice
30d2c1f5 : sigandset/sigorset: do not check for NULL pointers.
4ab26cc3 : fixup sigandset
e34d967c : fixup for fcntl.h changes
b6f75ab0 : add arch_prctl syscall (amd64/x32 only)
6fb88a95 : add personality syscall
a1990e1e : add sigandset and sigorset (needed for qemu)
0182c287 : add struct msgbuf to sys/msg.h
6bf0fdbd : unistd.h: fix wrong type for gid_t argument
f1bb7834 : ipc.h: fix gnu aliases for key and seq in struct ipc_perm
7aec71c4 : add obsolete futimesat()
a631c5df : bits/signal.h: add register names for x86(_64)
120e402d : fcntl.h: add some linux-specific F_ macros
3d3903fa : tcp.h: add SOL_TCP, analoguous to udp.h
7e0d4fce : add more arch-specific MAP_ macros to bits/mman.h
db846a62 : remove MAP_32 from non-x86 archs
0e10f740 : add MAP_NORESERVE to bits/mman.h
4b43f05f : remove fenv saving/loading code from setjmp/longjmp on arm
96b3ea53 : fix inefficiency of math.h isless, etc. macros
b088f855 : remove mips setjmp/longjmp code to save/restore fenv
91b05889 : add scsi headers scsi.h and sg.h
a7c1f972 : use __builtin_offsetof to implement offsetof when possible
b427c822 : use alternate argument syntax for restrict with lio_listio
7aa73925 : fix regression in arm user.h that happened during big user.h changes
b3175f5c : add _ALL_SOURCE as an alias for _GNU_SOURCE/enable-everything
769fd4ce : feature test macros: make _GNU_SOURCE enable everything
216b7065 : fix a couple issues in the inttypes.h PRI/SCN macros
7dcb640d : provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCE
a7936f61 : fix ordering of shared library ctors with respect to libc init
1c322f2f : fix some restrict-qualifier mismatches in newly added interfaces
e6dcebd5 : update readme and release notes for 0.9.8
df31363d : remove stat member aliases from ppc-specific bits/stat.h
b4d8a16c : fix eventfd and inotify nonblock/cloexec flags to match arch values
56c6943e : fix missing limits when only _BSD_SOURCE is defined
a8da6c2f : fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate
4b75f4ed : make sys/procfs.h mostly work on most archs
132cc703 : remove microblaze user.h incorrectly copied from arm
75a31faa : eliminate gdb complaints about missing linux-gate.so.1
4acc95e4 : begin sys/user.h and sys/reg.h fixes for ports
98f56b12 : fix powerpc ucontext, again..
144dc4f4 : fix termios constants on mips
c72fc238 : sigcontext/mcontext cleanup for arch-specific bits
ac562aa1 : fix powerpc sigsetjmp asm to match the new jmp_buf size/offsets
a50136df : fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf
0375c68f : add missing startfiles for powerpc
7538708f : fix up leftover, incorrect NSIG definitions in arch-specific signal.h
b0756d88 : remove stuff that doesn't belong in powerpc 32-bit sigcontext
4860db9f : more ppc signal.h typedef order fixes
808f225b : fix misordered typedefs in ppc signal.h
b5e3832f : ppc signal/NSIG related fix (warning fix, redefinition)
65b98213 : add back NSIG, removed from powerpc in last commit, but for all archs
57a0b824 : make powerpc signal.h namespace-clean for posix/isoc
7bdf11c2 : fix powerpc types to match abi, and some feature test issues
2df4f6f1 : fix invalid usage of mcontext_t in powerpc signal.h
3fae236e : powerpc: handle syscall error in clone.
6c0cba81 : fix error in configure script using >/dev/null in noclobber mode
9565a349 : fix powerpc asm not to store data in volatile space below stack pointer
0004ea61 : fix breakage from introducing bits header for sys/io.h
61aa6324 : add port io functions to sys/io.h
f54ac244 : add missing const on powerpc FE_DFL_ENV
75c450cf : fenv support for ppc, untested
0b52bf5c : fix feholdexcept -- it needs to clear exceptions after saving environment
8d2887f8 : fcntl.h: O_SEARCH was missing for powerpc
a764db9a : math: use float constants in exp10f.c
e93a0fe4 : math: expl.c cleanup
ab1772c5 : math: expf.c cleanup
ae67fe1a : ppc socket.h: add forgotten cmsghdr
71955b2f : fix typo in dynamic linker path file loading code
d0197ff0 : add cleaned-up sys/mtio.h
5c6443ac : add stub versions of some missing optional pthread interfaces
159c7655 : math: cleanup exp2.c exp2f.c and exp2l.c
bb9abdef : arg-skipping code for powerpc dynamic linker
bbbf045c : math: exp.c clean up
a4db94ab : dynamic linking support for powerpc
7718e7cc : fix ppc stat structure definition
3bb6bd85 : fix powerpc termios.h and ioctl.h
91738d02 : disable SO_REUSEPORT in sys/socket.h
7491bac3 : ppc wchar_t is long, not int
22781b4d : update copyright file for recent contributions
d1bf452d : fix indention with spaces in powerpc asm
e7257d3e : fix powerpc atomic compare-and-swap function
574d01a6 : update ppc atomic code to match the endian-agnostic version on other archs
50cb6dbb : fix wchar limits mistakenly copied from arm
68847ecd : fenv: return FE_TONEAREST in dummy fegetround
45ff9d8e : math: ld80 invtrig cleanups keeping only commonly used data in invtrigl
529a8de4 : math: simplify hypot and hypotf using scalbn
6d3f1a39 : math: turn off the STRICT_ASSIGN workaround by default
1c8eb8ba : PPC port cleaned up, static linking works well now.
7669d1e3 : import preliminary ppc work by rdp.
033a9d6a : math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed
c4359e01 : math: excess precision fix modf, modff, scalbn, scalbnf
666271c1 : math: fix scalbn and scalbnf on overflow/underflow
662ed200 : math: fix nextafter and nexttoward on maxdbl and maxflt input
cfbaba79 : complex: add C11 CMPLX macros and replace cpack with them
e2fe959f : math: raise flags in logl.c on <= 0 arguments
52bcf3f5 : math: fix logb*.c exceptions now that ilogb raises invalid
37aa7f73 : math: raise flags in log2l.c on <= 0 arguments, and fix volatile
04ccbdca : math: raise exception flags in log1pl.c on <= -1 arguments
be81f510 : math: raise invalid flag in ilogb*.c on +-0, +-inf and nan
6f64505d : math: fix exception behaviour of expm1l.c on inf and nan
b03c19a4 : math: fix long double constants in exp10l.c
c4a35f8c : debloat src/thread tree but putting lots of junk in one file
7df42e87 : report support of TPS option in unistd.h and sysconf
1e21e78b : add support for thread scheduling (POSIX TPS option)
e9b885ee : fix clobber of edx in i386 vsyscall asm
dc059f03 : always add memory streams to stdio open file list
65465101 : support ldso path files without final newline
40d5f7eb : change ldso path file logic to replace rather than add to search path
3d9e3a30 : fix "configure --prefix=" and improve path/arg handling in configure
efd4d87a : clean up sloppy nested inclusion from pthread_impl.h
835f9f95 : clean up stdio_impl.h
1e717ea3 : fix dlsym asm for mips
e8a0b27a : improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code
32d6d77e : fix numerous mips abi constant definition mismatches
fc5f16d1 : mips cache flush/ctl syscall support and header
2f2f115b : remove one unnecessary static var from dynamic linker
a617a8e2 : fix more unused variable warnings
3a5aa8e4 : fix unused variable warnings
b367ab15 : avoid breakage if somebody wrongly defines empty feature test macros
18c0e02e : add dl_iterate_phdr interface
76f28cfc : system is a cancellation point
dd762cf6 : release notes for 0.9.7
86dd1e7b : fix shmdt syscall calling convention on old archs
8fc7b596 : separate getc/putc from fgetc/fputc
3ffb556c : update documentation
cd31a1fc : further pcc fixes in configure
3d99266b : add support for detecting pcc's compiler runtime
607b05ac : use explicit visibility to optimize a few hot-path function calls
80a45458 : configure: test not just compiling but linking with -march/-mtune
c8cb6bcd : correct locking in stdio functions that tried to be lock-free
892cafff : greatly improve freopen behavior
708c91f4 : remove useless failure-check from freopen (can't happen)
838951c9 : simplify logic in stpcpy; avoid copying first aligned byte twice
4eb4844b : fix issues with wait constants in stdlib.h
31a55f23 : as an extension, have putenv("VAR") behave as unsetenv("VAR")
8489897e : accept "nan(n-char-sequence)" in strtod/scanf functions
f1b23d41 : fix copy/paste error in popen changes that broke signals
2d321fa0 : complex: make _Complex_I work with gcc -std=c99 -pedantic-errors
0a1c2c1c : support looking up thread-local objects with dlsym
deb15b3c : fix breakage in dlsym for looking up RTLD_DEFAULT, etc.
dde325d7 : fix struct stat size/padding on microblaze
599f9736 : fix usage of locks with vfork
ebee8c2b : fix crashes in static-linked multithreaded programs without TLS
6a04d1b8 : fix order of syscall args for microblaze clone syscall
01e5a1b6 : use $CC rather than "$CC" in configure script
25011215 : inline syscalls for microblaze
1f485230 : ensure microblaze __set_thread_area returns success
64251d8b : better support for reverse-endian variants of arm/mips/microblaze
77625186 : avoid raising spurious division-by-zero exception in printf
f321de9e : floating point environment/exceptions support for mips
97c8bdd8 : fix parent-memory-clobber in posix_spawn (environ)
44eb4d8b : overhaul system() and popen() to use vfork; fix various related bugs
f1e7a5e5 : fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmp
ef2f595f : fix microblaze asm relocations for shared libc
858df113 : assert() is supposed to have type void
c86f2974 : add memmem function (gnu extension)
21284ec7 : microblaze TLS relocation support, completely untested
9ec4283b : add support for TLS variant I, presently needed for arm and mips
d5304147 : block uid/gid changes during posix_spawn
42c36f95 : fix overlap of thread stacks with thread tls segments
c62b9f39 : fix main program TLS alignment for dynamic-linked programs
36be5284 : workaround broken hidden-visibility handling in pcc
185a9770 : ensure pointer decay in inline-asm arg for i386 syscall6
e23d358f : fix namespace clash (libc) in dynlink.c
31f340a1 : remove dead code from dynamic linker
216dca82 : comment possibly-confusing i386 vsyscall asm
964e9f3c : avoid the thread-ptr-init behavior of sigaction when not installing handler
12e9b4fa : i386 vsyscall support (vdso-provided sysenter/syscall instruction based)
f2b1f1af : ensure that buffer for decoding auxv at startup is initially zero
0a96a37f : clean up and refactor program initialization
017bf140 : fix breakage due to initializing thread pointer when loading libs
00902c73 : make new TLS setup block even implementation-internals signals
92e1cd9b : don't crash if TLS library is loaded into process with no thread pointer
6a2eaa3c : fix buggy TLS size/alignment computations in static-linked TLS
bd17431a : fix symbol acceptance/rejection rules for TLS
cf3fd3d0 : TLS fixes, mainly alignment handling
f4f77c06 : fix/improve shared library ctor/dtor handling, allow recursive dlopen
5f88c0ed : small dynamic linker module search fix
dcd60371 : support for TLS in dynamic-loaded (dlopen) modules
642b7593 : fix race condition in dlopen
99a2af6f : fix incorrect TLS reloc macro names in x86_64 reloc.h
9c74856a : dynamic-linked TLS support for everything but dlopen'd libs
c91aa03d : remove freeing of dynamic linker data when dlopen/dlsym are not used
9b153c04 : beginnings of full TLS support in shared libraries
bc6a35fb : partial TLS support for dynamic-linked programs
8431d797 : TLS (GNU/C11 thread-local storage) support for static-linked programs
adefe830 : tell the assembler to mark all files as not requiring executable stack
030e5263 : add getopt reset support
e44849f5 : protect sem_open against cancellation
bf258341 : overhaul sem_open
6e2372a8 : clean up, bugfixes, and general improvement for shm_open/shm_unlink
2e3648b8 : define some _POSIX_* macros that were omitted; required for XSI conformance
d712dd39 : more close-on-exec fixes, mostly using new "e" flag to fopen
8582a6e9 : add 'e' modifier (close-on-exec) to fopen and fdopen
f2d08cf7 : fix some more O_CLOEXEC/SOCK_CLOEXEC issues
3609e019 : always expose accept4
9735d500 : always expose dup3 and pipe2
dc62790d : move accept4, dup3, and pipe2 to non-linux-specific locations
79a5e73e : emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels
3d8d90c5 : sem_open should make process-shared semaphores
39f296a9 : use O_CLOEXEC to open semaphore files in sem_open
c983e641 : fix some indention-with-spaces that crept in
8c0a3d9e : microblaze port
e0ea44cb : fix arm clone syscall bug (no effect unless app uses clone)
68dbd050 : optimize strchrnul/strcspn not to scan string twice on no-match
3f9ff151 : slightly cleaner strlen, also seems to compile to better code
507faa63 : fix dirname to handle input of form "foo/" correctly
82dc1e2e : fix handling of EINTR during close()
4b49060d : fix getaddrinfo to accept port 0 (zero)
15d11120 : fix remaining IPC_64 issue (shmctl)
cccc1322 : fix IPC_64 in msgctl too
fce46bf9 : fix broken semctl on systems that don't use IPC_64 flag
0b3e2257 : offer REALGCC variable to configure musl-gcc wrapper at runtime
f600105e : LFS64 alias for prlimit
662da62e : add clock_adjtime, remap_file_pages, and syncfs syscall wrappers
bd261bf2 : release notes for 0.9.6
6d05d862 : add O_EXEC open mode
93ea998c : add crypt_md5 password hash
5a1abeeb : fix stupid bug in updating of O_ACCMODE for O_SEARCH support
7ad42b94 : 0.9.5 release notes
075fdb90 : fix syscall asm constraints for arm too
aeaceb1f : revert low rounds-count limits in crypt hashes
88186838 : update mips cancellation-point syscall asm with 7-arg and r25 fixes
4221f154 : fix buggy constraints in mips inline syscall asm
afd209de : workaround gcc got-register-reload performance problems in malloc
9f74574f : remove forced -O3 from shared library CFLAGS
d62f4e98 : use vfork if possible in posix_spawn
e2f6a325 : strsep is BSD|GNU, not GNU-only; it's originally from BSD
b238b37a : add O_PATH/O_SEARCH support to fcntl.h
cfc09b1e : improve mips syscall asm constraints to use immediates, if possible
b94067ee : eliminate assumption that mips syscall restart preserves r25
2bf46931 : asm for memmove on i386 and x86_64
a9555a99 : fix another ppoll issue (missing sigset_t size argument)
1701e4f3 : reenable word-at-at-time copying in memmove
3b5e6905 : fix ppoll with null timeout argument
2c1cd239 : add LIBCC (compiler runtime) logic and override to configure
c87584a3 : add setdomainname syscall, fix getdomainname (previously a stub)
a660180c : mincore syscall wrapper
2416c63b : fix up lfs64 junk for preadv/pwritev
ea544bfe : add preadv/pwritev syscall wrappers
743546a9 : fix typo introduced in poll.h
141138c4 : add linux ppoll syscall wrapper
3d939be2 : reenable sync_file_range; should no longer break on mips
9a3bbce4 : add 7-arg syscall support for mips
5e3c243d : inline syscall support for arm
328810d3 : inline syscall support for mips
be48e22b : fix mips syscall_cp_asm code (saved register usage)
21419914 : fix broken mips syscall asm
41c5ee50 : disable sync_file_range for now
208eb584 : syscall organization overhaul
fe026040 : add acct syscall source file, omitted in last syscalls commit
6cf8bfdb : add acct, accept4, setns, and dup3 syscalls (linux extensions)
b10d0230 : add IPPROTO_HOPOPTS to in.h
f59cedb5 : add IPPROTO_MAX to in.h
695a04fc : fix redundant _Noreturn def in err.h
455f9685 : remove all remaining redundant __restrict/__inline/_Noreturn defs
b7afd7a7 : sysmacros major/minor: result should have type unsigned int, not dev_t
997ba92a : add linux tee syscall
00e6bbcc : add linux sync_file_range syscall
b72db3d1 : move fallocate syscall wrapper to linux-specific syscalls dir
90f77052 : add linux readahead syscall
adb88e77 : add fallocate (nonstandardized) function
5271ff46 : fix broken fallocate syscall in posix_fallocate
231b9d18 : add timerfd interfaces (untested)
f0f17b5b : add stdnoreturn.h (C11)
3cd084bb : TCP_* is in the reserved namespace for tcp.h; make use of that
69511103 : remove unneeded judgemental commentary from ftw.h
c1a9658b : default features: make musl usable without feature test macros
9f65796c : add clang-compatible thread-pointer code for mips
b9bb8f67 : cleanup src/linux and src/misc trees, etc.
780aede4 : fix constraint violation in ftw
c4ea0e3f : provide loff_t for splice syscall
0c05bd3a : further use of _Noreturn, for non-plain-C functions
45305957 : fix invalid implicit pointer conversion in gnulib-compat functions
c8ea9857 : add _Noreturn function attribute, with fallback for pre-C11 GNUC
ac5d0856 : dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE
400c5e5c : use restrict everywhere it's required by c99 and/or posix 2008
bac03cdd : remove dependency of wmemmove on wmemcpy direction
594318fd : remove dependency of memmove on memcpy direction
fcfba995 : fix broken ttyname[_r] (failure to null-terminate result)
fb247faf : avoid "inline" in public headers for strict c89 compatibility
3f62f76c : fix wrong type for poll.h nfds_t
0447b8dc : fix missing statics in crypt_sha256 code
13157b02 : anti-DoS rounds count limits for blowfish and des crypt
507b6091 : limit sha512 rounds to similar runtime to sha256 limit
88bf5a8a : add sha256/sha512 crypt
b439c051 : get rid of eh_frame bloat
8b28aa9c : fix bug caused by main app & libc having map set; cannot free them
f419bcb9 : dladdr support for dynamic linker (nonstandard extension)
9bff7c13 : implement "low hanging fruit" from C11
b5289fd7 : add c11 quick_exit and at_quick_exit functions
a5d6199d : fix bug in gnu hash lookup on dlsym(handle, name) lookups
dbcb3ad9 : clean up search_vec usage for vdso
08b3c714 : use new search_vec function to find vdso in dynamic linker
731e8ffd : ensure canary is setup if stack-prot libs are dlopen'd into non-ssp app
2bd05a4f : add gnu hash support in the dynamic linker
7dba0494 : type exposure fixes in sys/sem.h
d03b3e73 : stdio_ext.h needs to include stdio.h, at least to get FILE...
43a5a00e : fix missing uintXX_t in nameser.h
9a470b0a : fix dirent.h with _BSD_SOURCE
67ba40d1 : optimize legacy ffs function
a749ba3a : fix bug whereby most atexit-registered functions got skipped
04109502 : make dynamic linker report all failures before exiting
53de960d : release notes for 0.9.4
3ae8b980 : add mips to supported arch list in INSTALL file
259071c2 : crt1 must align stack pointer on mips
efe97514 : fix bug computing argc when invoking ld-musl-mips.so.1 progname ...
07809363 : split up installation target
da8d0fc4 : fix extremely rare but dangerous race condition in robust mutexes
11458e5b : fix float parsing logic for long decimal expansions
dc82ee4e : handle null arguments to legacy bsd err.h functions
3f80afc5 : improve headers to better deal with removed-in-posix-2008 features
7650390d : add missing xattr functions
0d4d1a96 : update copyright/credits for recent code additions
94e920d0 : support configuring cross compiling with CROSS_COMPILE prefix variable
23e6940a : math: fix _BSD_SOURCE namespace in math.h
ab76321c : remove significandl
2242bf61 : add significand[fl] math functions
0c42beb5 : publicly expose getdents api under _BSD_SOURCE
aaa9eb51 : memcpy asm for i386 and x86_64
036eaa24 : avoid need for -march=mips2 to compile mips atomic.h asm
f997e224 : remove unused but buggy code from strstr.c
35c16933 : remove buggy short-string wcsstr implementation; always use twoway
61718273 : add bsd fgetln function
2b964b01 : minor but worthwhile optimization in printf: avoid expensive strspn
4c346919 : trivial optimization to printf: avoid wasted call frame
e3ebe7db : use int instead of long for ptrdiff_t on all 32-bit archs
c5875ad3 : fix incorrect ptrdiff_t type on mips
a02bf5fc : add blowfish hash support to crypt
2f437040 : fix (hopefully) all hard-coded 8's for kernel sigset_t size
83b42d94 : add defines for number of sigset_t bytes syscalls expect
b3c4cc12 : make crypt return an unmatchable hash rather than NULL on failure
1fb01691 : math: fix exp.s on i386 and x86_64 so the exception flags are correct
ae0b9da4 : further fixes for mips ioctl.h header
ff02f94e : fix another mips gratuitous-incompatibility bug: ioctl numbers
6ecff18c : fix bug dlsym bug that slipped in during dynamic linker cleanup
721564a2 : make configure accept mipsel
3a1e7566 : dlsym RTLD_NEXT support for mips
7fee5f96 : fix socket.h on mips
32e7bd78 : align mips _init/_fini functions
7d9a5c6a : more changes that were lost when committing mips dynamic linker
fa91df41 : more stuff lost committing mips dynamic linker
59f4086c : fix change lost in the process of integrating mips dynamic linker
470569ca : remove configure check disabling shared libraries on mips
babf8201 : mips dynamic linker support
d0437801 : make dynlink.lo depend on reloc.h in makefile
87d13a4c : more cleanup of dynamic linker internals
7cb44cd3 : more dynamic linker internals cleanup
05eff01e : dynamic linker internals cleanup
5a3a3786 : floating point support for arm setjmp/longjmp
8a996b7e : release notes for 0.9.3
1b23145e : abstract out compiler runtime library for linking libc.so
b0fc7852 : fix argument type error on wcwidth function
129ca6c0 : fix missing static in getusershell (namespace pollution)
970ef6a1 : optimize mempcpy to minimize need for data saved across the call
5aac5e21 : optimize arm setjmp/longjmp register saving/loading
e1b9c1b0 : save AT_HWCAP from auxv for subsequent use in machine-specific code
07e62953 : retry on cas failures in sem_trywait
5d26d5d1 : gcc wrapper improvement: leave libgcc dir in the library path
d426b045 : add ioperm/iopl syscalls
53147f90 : add splice and vmsplice syscalls
207460d0 : add extended attributes syscalls
42f0e965 : add pipe2 syscall
845a5e69 : remove scanf dependency from getaddrinfo /etc/services support
efe72c56 : getaddrinfo /etc/services lookup support
b4f632bb : fix namespace issue in prototypes in math.h
d6462491 : fix wrong size for sigjmp_buf signal set array
dc046f55 : add floating point register saving/restoring to mips setjmp/longjmp
75fff40b : make getservby*_r return error code rather than -1 (and using errno)
68c58223 : fix logic error for skipping failed interfaces in if_nameindex
f0722273 : fix typo in aio.h
06650b96 : fix getservby*() with null pointer for protocol argument
7be3b5a0 : avoid blx instruction which does not exist on armv4t or armv4
649cec5f : make dynamic linker tell the debugger its own pathname
48d20136 : fix broken mips a_fetch_add
532cd3a7 : sigsetjmp asm for mips
e1e4d6b2 : mipsel (little endian) support
96107564 : workaround another sendmsg kernel bug on 64-bit machines
90e123f4 : fix redef of sigprocmask constants on mips
a1546e8d : disable dynamic linking on mips for now (broken)
ba8a96b0 : more mips bits-header fixes
db11e964 : fix mips syscalls with long long args
bbbe87e3 : fix several locks that weren't updated right for new futex-based __lock
c89f130f : fix pthread_kill unlocking
ea4175e7 : fix breakage of x86_64 sigaction from recent changes for mips
5fac93db : fix mips mcontext_t structure size
92f8396b : fix potential race condition in detached threads
a03f69d4 : mips clone: don't free stack space used to copy arg
b58f738b : fix mips clone() on real linux kernel
2b3cc04a : fix MAP_ANONYMOUS value for mips, remove cruft copied from i386
715b6403 : fix clone() on mips (args were in wrong order)
5c94367a : first attempt at making threads work on mips
d0bfbd9d : generic c version of __set_thread_area for archs where it works
6315004f : initial version of mips (o32) port, based on work by Richard Pennington (rdp)
cd8d7245 : remove unused var in new sigaction code
5091e080 : use unsigned bitmask for consistency in ksigaction
0b637798 : fix breakage from last commit: forgot to include ksigaction.h
fcaec912 : changes to kernel sigaction struct handling in preparation for mips port
e864a290 : make dynamic linker depend on -DSHARED not -fPIC
0420b874 : fix lots of breakage on dlopen, mostly with explicit pathnames
bd1cf09c : support -mfpmath=387 on x86_64
59c4ead1 : fix wrong value of FLT_EVAL_METHOD for x86_64
8bbc3be4 : make arm syscalls (still non-inline) more efficient
a3bdcd93 : remove little-endian assumption from arm atomic.h
d93e028c : fix dlsym RTLD_NEXT support
920baab8 : putw is supposed to return 0 (not the value written) on success
98eddc67 : make sure getw/putw agree with prototypes by defining _GNU_SOURCE
25b88f08 : add prototypes for getw/putw
2121b8a4 : configure: only use -ffloat-store on i386
d6c0efe1 : jmp_buf overhaul fixing several issues
e6129e6d : fix sigsetjmp on arm (needs asm)
8e26a591 : fix missing function declarations for __stdio_exit
007c03f8 : fix missing prototype and simplify sincosl on ld64 archs
fe2df4ad : fix invalid implicit pointer conversion in ld64 modfl
cdf51506 : replace old and ugly crypt implementation
9abab94b : fix arm crti/crtn code
ec820f12 : release notes for 0.9.2
9cf9c39e : add process_vm_readv and process_vm_writev syscall wrappers
213db3e3 : update syscall defs to latest kernel ones
4e8b0938 : proper error handling for fcntl F_GETOWN on modern kernels
e5fb6820 : math: fix fma bug on x86 (found by Bruno Haible with gnulib)
ac4fb51d : fix broken wcwidth tables
fad231b9 : support ld80 pseudo-denormal invalid bit patterns; treat them as nan
c21a19d5 : fix ptsname_r to conform to the upcoming posix requirements
cea106fb : fix fwrite return value when full write does not succeed
1af8c255 : avoid cancellation in pclose
9799560f : fix invalid memory access in pclose
9c21f434 : make popen cancellation-safe
f305467a : popen: handle issues with fd0/1 being closed
b3d7d062 : duplocale: don't crash when called with LC_GLOBAL_LOCALE
f313a162 : make strerror_r behave nicer on failure
839bff64 : fix another oob pointer arithmetic issue in printf floating point
82a4499e : minor perror behavior fix
85a3ba3a : fix localeconv values and implementation
ee96c50d : fix mistake in length test in getlogin_r
ee1f69a3 : fix dummied-out fsync
ca1773d8 : fix dummied-out fdatasync
914949d3 : fix pointer overflow bug in floating point printf
25c84449 : add vhangup syscall wrapper
5bc8e845 : include declarations for new stdio_ext functions (gnulib support)
e15171b8 : add new stdio extension functions to make gnulib happy
a71e0af2 : stdio: handle file position correctly at program exit
ca8a4e7f : minor cleanup in fflush
2499cd9d : remove flush hook cruft that was never used from stdio
26710be7 : fix multiple iconv bugs reading utf-16/32 and wchar_t
673633c6 : fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrong
a2f149b5 : fix erroneous utf-16 encoding with surrogates in iconv
deb90c79 : change stdio_ext __freading/__fwriting semantics slightly
3b43d10f : fdopen should set errno when it fails due to invalid mode string
57d5fff5 : header file fixes: multiple include guard consistency and correctness
1dd6eee6 : direct syscall to open in __init_security needs O_LARGEFILE
ad5a332c : reorder exit code to defer stdio flush until after dtors
de05a2ac : revert one change in time.h; no evidence BSD_SOURCE should expose these..
cf254c32 : fix feature test macros in time.h
23be72ae : add timegm function (inverse of gmtime), nonstandard
2169265e : add init_module/delete_module syscall wrappers
fbffcee6 : add (currently stubbed due to stubbed strverscmp) versionsort function
e361019c : add deprecated capabilities functions
6343ac8f : fix char signedness bug (arm-specific) in dynamic linker
819006a8 : add pthread_attr_setstack interface (and get)
f457b1cb : fix scanning of "-0x" pseudo-hex float (must give negative zero)
3d649468 : fix signedness errors in stdint.h constant macros
63d40196 : fix %ls breakage in last printf fix
6e9ff6a4 : fix printf %ls with precision limit over-read issue
1429ce9b : fix sysinfo, try 2. it seems to work this time.
e86b18a6 : sysinfo struct was utter nonsense; no idea where it came from.
31eaad47 : fix scanf bug reading literals after width-limited field
498a100d : check for ld support of -Bsymbolic-functions; disable shared if not avail
f1fd7577 : use -nostdlib in linker tests to avoid possible missing crt/lib issues
67a0383d : avoid linking main program in linker tests
0c5efde8 : make configure try to disable stack protector
08f70a30 : add configure check for gnu linker hash style setting
6e0ad227 : make gcc wrapper rewrite link options rather than just extending them
f7d15dcc : treat failure of mprotect in map_library as a fatal load failure
908bed20 : fix ctype abi junk (pointer should point to 0 slot, not -128 slot)
3b94daba : _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
bd45dc94 : release notes for 0.9.1
278883d0 : fix configure build/host/target terminology usage
2557d0ba : ensure that abort always works
6a4b9472 : add some ugly aliases for LSB ABI compatibility
13b3645c : increase default thread stack size to 80k
40bd1726 : remove implementation-reserved bits when saving signal mask
1e597a3e : remove no-longer-needed unblocking of signals in pthread_create
9372655e : add LSB abi junk for ctype functions
d200bd72 : declare environ in unistd.h when _GNU_SOURCE feature test macro is used
19e48c55 : use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too
9ea20dcb : add LSB ABI __xstat, etc. junk
a5412976 : enable LARGEFILE64 aliases
ed671727 : fix musl-gcc wrapper to work with -pie
a34b0465 : there is no such GNU function fpurge, only __fpurge.
b63cab76 : add prototype for BSD/GNU stdio *_unlocked extension functions
15c7af3e : remove duplicate lfs64 cruft in stdio.h
b1cf11c0 : math: fix nextafter definition in tgmath.h
5c1909a8 : add ldd and main program loading support to dynamic linker
b94608ca : cleanup dynamic linker start code cruft
054ba185 : fix overrun (n essentially ignored) in wcsncmp
6436b371 : fix failure of mbsinit(0) (not UB; required to return nonzero)
aefd0f69 : fix failure of strrchr(str, 0)
3f25354e : avoid using pthread cleanup push/pop in stdio when not needed
8cce15af : ensure pthread-internal signals are unblocked before threads are used
8b4c232e : fix regex on arm
7efd14ec : remove cruft from pthread structure (old cancellation stuff)
73db33b9 : remove leftover cp_sp cruft from cancellation code, fix small bug
54c56764 : fix arm syscall.h to reflect which syscalls actually exist (on EABI)
e241896c : avoid deprecated (by linux) alarm syscall; use setitimer instead
c37afdfd : linux deprecated SYS_utime on some archs, so use SYS_utimes instead
4d4f13e5 : fix bad opcode in arm syscall_cp_asm
4da268f7 : fix issue with longjmp out of signal handlers and cancellation
cfd892fd : simplify cancellation push/pop slightly
25d575ed : debloat jmp_buf in _GNU_SOURCE mode
0c29adfe : remove everything related to forkall
af3330d7 : some feature test fixes for unistd.h
030b452b : fix missing _BSD_SOURCE support in bits/*.h
96601e3c : _GNU_SOURCE implies all BSD features except ones GNU rejects
671ffab7 : various header cleanups, some related to _BSD_SOURCE addition
9f370fa9 : bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE
419ae6d5 : support _BSD_SOURCE feature test macro
7b5467cb : fix typo in utimes function that made it mess up file times
9ae1cf6d : fix out-of-bounds array access in pthread barriers on 64-bit
3db29f03 : move getpass decl to the right place
01e94c46 : fix misplaced semicolon in preprocessor directive (#undef h_errno)
c5f3add3 : yet another try to get the check for gcc right...
55e2f5e9 : fix error in last configure change (lack of escaping)
b5cbd549 : useless lastlog path just to make some stuff happy
f8ac5551 : missing limit LOGIN_NAME_MAX
bc63e4fa : correct the check for gcc (previous version failed for cross compilers)
13b2945a : remove some no-op end of string tests from regex parser
e9cddc8e : another BRE fix: in ^*, * is literal
9a7fac79 : let sysconf accurately report # of cpus available
e68c51ac : use __h_errno_location for h_errno
3777f5b9 : susv4 removed gethostbyname, etc. legacy cruft.
20052b98 : namespace cleanup - NI_* is NOT reserved by netdb.h
7db6a871 : some gnu junk in netdb.h
c3dbe9b2 : fix missing va_list for vsyslog
6255c4c6 : search: add comments to tsearch_avl.c
d197d642 : search: add tdestroy (gnu extension)
b47fdcde : add missing IN6_ARE_ADDR_EQUAL
e700e59a : add one more bogus legacy header
c8b01e73 : move vsyslog out of SYSLOG_NAMES conditional
47c2a22f : remove __lock dependency from exit
7e310e59 : fix missing static (namespace clash)
bfb29b66 : fix missing parens in bit op macros (param.h)
2e41887f : and another bug in setbit, etc. macros..
e0ff0d34 : fix typo in sys/param.h that broke setbit, etc. macros
37bb3cce : omit declaration of basename wrongly interpreted as prototype in C++
3738a96e : math: fix remquo.c when x==-y and a subnormal remainder bug as well backported fix from freebsd: http://svnweb.FreeBSD.org/base?view=revision&revision=233973
0e195dfa : some assemblers don't like fistpq; use the alt. mnemonic fistpll
952700e8 : fix error checking for \ at end of regex (this was broken previously)
17361482 : fix copy and paste error in regex code causing mishandling of \) in BRE
a5a47783 : fix regex breakage in last commit (failure to handle empty regex, etc.)
d7a90b35 : fix ugly bugs in TRE regex parser
2d3e2a7f : update release info for 0.9.0
4a994405 : some extra legacy header stuff
6ab8136b : add FORCE_EVAL macro to evaluate float expr for their side effect updated nextafter* to use FORCE_EVAL, it can be used in many other places in the math code to improve readability.
4e597fee : fix unused variable warnings in new nextafter/nexttoward code
a3b20f67 : take byte order from gcc if gcc has defined it
106e75f7 : add isastream (obsolete STREAMS junk)
6cf865db : math: nextafter and nexttoward cleanup
98c9af50 : fix definitions of FP_ILOGB constants
b4ccc3c1 : add -frounding-math to build
8a35deed : update readme and release notes for 0.9.0 release (not yet final)
3f063697 : relicense musl under MIT license
8cfbc8be : update license of njk contributed code (x86_64 asm)
a2356302 : update INSTALL file to reflect configure script usage
64d2f8e8 : initial commit of configure script
7e4d7946 : make pthread stacks non-executable
f8e054f9 : improve the build rules for installing /lib/ld-musl-$ARCH.so
4027f4e8 : fix error reporting for dlsym with global symbols
f697d66b : math: change the formula used for acos.s
db4096c5 : fix uninitialized var in vfwprintf printing 0-prec string
f0b85fd9 : add *64 junk for sys/*.h headers
2dd8d5e1 : add support for ugly *64 functions with _LARGEFILE64_SOURCE
b4560a6d : avoid setting nondefault scheduler too
61be1cfe : implement stub versions of sched_*
b959d046 : uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi
ca2d3c6e : add additional compatibility union member for ipv6 addresses
58aa5f45 : overhaul SSP support to use a real canary
e765239f : make all .o files depend on *_impl.h and libc.h
2be87702 : remove some junk from x86_64 start files
94167caf : PIE support for x86_64 (untested)
faab12be : consistency cleanup: removed redundant size suffixed from i386 asm
83023d1b : PIE support for i386
c9dea48f : remove attempts to be pie-compatible from i386 crt1.s
485fb14a : fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs
6f0cf306 : remove minimal linux kernel headers
d76eafcb : reorganize Makefile to support "least surprise" config/make semantics
d86d2829 : remove objcopy --weaken from the makefile
a917c037 : support alternate glibc name pow10 for exp10
da5d89d4 : add C stub for sqrtl (already implemented in asm on i386 and x86_64)
f6819755 : first try at writing an efficient and "correct" exp10
63374ee2 : make stack protector work with gcc configured for non-tls canary
28c5d46d : fix off-by-one error that caused uninitialized memory read in floatscan
e5a9b50e : fix typo in the x86_64 rounding asm
0e4a9952 : new math asm (abs/rounding) for x86_64
aa859403 : fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is used
50da5c26 : add linux-specific unshare syscall wrapper
8b711219 : fix longstanding missing static in mq_notify (namespace pollution)
45b38550 : new fnmatch implementation
a1b44233 : support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sse
2b87a5db : update fnmatch to POSIX 2008 semantics
0bd7ac05 : release notes for 0.8.10
3ec8d29c : gdb shared library debugging support
60872cf9 : first attempt at enabling stack protector support
848d30a1 : use signed char rather than plain char for int8_t
e4d35ea9 : add another example option to dist/config.mak
4750cf42 : ditch the priority inheritance locks; use malloc's version of lock
e7655ed3 : internal locks: new owner of contended lock must set waiters flag
f34d0ea5 : new internal locking primitive; drop spinlocks
1b0ce9af : new wcwidth implementation (fast table-based)
1a63a9fc : sync case mappings with unicode 6.1
38b5d7d0 : optimize iswprint
640fe75c : fix spurious punct class for some surrogate codepoints (invalid)
7e38b1ea : destubify iswalpha and update iswpunct to unicode 6.1
a5d10eb1 : make dlerror produce informative results
90da74ef : implement getusershell, etc. legacy functions
431a4cd4 : getdtablesize is not standard; move it to its correct spot in unistd.h
58f430c1 : new gcc wrapper, entirely specfile based
02eb568d : remove redundant (unmaintained) check in floatscan
3f4de355 : fix breakage in endian.h
8705a0f1 : add some ugly byte swapping cruft in endian.h
b1b3d352 : add getresuid and getresgid syscall wrappers
80d7859f : fix major breakage in iconv, bogus rejecting of dest charsets
77731d0e : make floatscan correctly set errno for overflow/underflow
2df2a97a : skip leading zeros even after decimal point in floatscan
33e7781b : fix overread (consuming an extra byte) scanning NAN
c6131259 : fix broken sysconf when correct value is -1
c5d1adc5 : release notes for 0.8.9 (bugfix release)
1bf725ed : further fixes to leading space issue (forgot the wide versions)
cb81b694 : fix really bad breakage in strtol, etc.: failure to accept leading spaces
769d3d34 : fix header typo
ba6a9e77 : legacy junk compatibility grab-bag
ed0e3a35 : fix incorrect macro name for MATH_ERREXCEPT in math.h
ef2c4fd9 : release notes for 0.8.8
1ff3e6fa : fix typo in exponent reading code or floats
bdeb184c : fix wide scanf's handling of input failure on %c, and simplify %[
a12aa291 : fix failure to distinguish input/match failure in wide %[ scanf
2dd5dc78 : fix over-read in %ls with non-wide scanf
9ab180fa : fix broken %s and %[ with no width specifier in wide scanf
dad40407 : fix failure to read infinity in scanf
bb477f9f : fix failure of int parser to unget an initial mismatching character
99fbf4cf : make wide scanf %[ respect width
00722515 : fix wide scanf to respect field width for strings
e0d9f780 : fix some bugs in scanf %[ handling detected while writing the wide version
73ec1d04 : introduce new wide scanf code and remove the last remnants of old scanf
8b57a815 : avoid depending on POSIX symbol in code used from plain C functions
03de77f5 : avoid null pointer dereference on %*p fields in scanf
b7a27617 : also ensure that write buffer is bounded when __stdio_write returns
b5a8b289 : fix buffer overflow in vfprintf on long writes to unbuffered files
cc3a4466 : fix %lf, etc. with printf
9d2a15a6 : better description for errno==0
f94cbdeb : implement wcstod and family
a4310aa2 : avoid hitting eof in wcstol
96e9773e : use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc.
18efeb32 : new scanf implementation and corresponding integer parser/converter
cc762434 : fix buggy limiter handling in shgetc
0d5df2df : wordexp must set the we_offs entries of we_wordv to null pointers
bef7a85e : fix crash in wordfree if we_offs is not initialized by the caller
f007bb85 : fix broken shgetc limiter logic (wasn't working)
2ac580fd : floatscan: fix incorrect count of leading nonzero digits
67b25fe0 : move F_DUPFD_CLOEXEC out of bits
a68af229 : add F_SETSIG and F_GETSIG (linux specific) to fcntl.h
b9dd43db : fix signedness error handling invalid multibyte sequences in regexec
0115a6ed : rename __sa_restorer to sa_restorer in struct sigaction
386b34a0 : remove invalid code from TRE
b6dbdc69 : fix broken regerror (typo) and missing message
11f3e33f : use fast version of the int reading code for the high-order digits too
26832d04 : use macros instead of inline functions in shgetc.h
54222d1e : fix spurious overflows in strtoull with small bases
3ddeedd8 : remove magic numbers from floatscan
fe514951 : optimize more integer cases in floatscan; comment the whole procedure
470fecdd : revert invalid optimization in floatscan
96acdae9 : fix stupid typo in floatscan that caused excess rounding of some values
5595de69 : add some more useful suggested options to config.mak template
4054da9b : optimize floatscan downscaler to skip results that won't be needed
5837a0bb : simplify/debloat radix point alignment code in floatscan
1bdd5c8b : optimize floatscan: avoid excessive upscaling
7ef1a9bb : fix incorrect initial count in shgetc when data is already buffered
48bb81ad : fix bug parsing lone zero followed by junk, and hex float over-reading
38b3f1fe : fix float scanning of certain values ending in zeros
633a26c1 : fix potential overflow in exponent reading
c5ff2969 : set errno properly when parsing floating point
2162541f : add "scan helper getc" and rework strtod, etc. to use it
4fb6aa02 : unify strtof/strtod/strtold wrappers and fix initial whitespace issue
415c4cd7 : new floating point parser/converter
3be616c1 : fix alloca issue in stdlib.h too
d71d0805 : alloca cannot be a function. #define it to the gcc builtin if possible
37eaec3a : math: fix x86 asin accuracy use (1-x)*(1+x) instead of (1-x*x) in asin.s the later can be inaccurate with upward rounding when x is close to 1
5bd0ab8a : work around nasty gcc bug in the i386 syscall asm
450f2c4a : remove useless (at best, harmful) feature test checks in aio.h
4f346b08 : improve name lookup performance in corner cases
4dbd9411 : optimize signbit macro
93a18a15 : make math.h more c++-friendly
7eabe8e6 : math: minor cleanups in ceil and floor
d79ac8c3 : math: remove x86 modf asm the int part was wrong when -1 < x <= -0 (+0.0 instead of -0.0) and the size and performace gain of the asm version was negligible
f6ceccd9 : math: rewrite modf.c and clean up modff.c cleaner implementation with unions and unsigned arithmetic
9f58d060 : math: fix modfl.c bug modfl(+-inf) was wrong on ld80 because the explicit msb was not taken into account during inf vs nan check
cf682072 : math: fix a regression in powl and do some cleanups previously a division was accidentally turned into integer div (w = -i/NXT;) instead of long double div (w = -i; w /= NXT;)
bbfbc7ed : math: add dummy tgamma and tgammaf implementations
1b229a20 : math: remove comment about aliasing lgamma as gamma It is probably not worth supporting gamma. (it was already deprecated in 4.3BSD)
ad23771c : math: fix typo in i386 remquof and remquol asm (fldl instruction was used instead of flds and fldt)
bff650df : add strfmon_l variant (still mostly incomplete)
df82f8f2 : update COPYRIGHT status of TRE regex code
db0da51b : update README to remove information no longer relevant as of 0.8.7
ad2d2b96 : asm for hypot and hypotf
a9e85c0a : make dlerror conform to posix
6d8df2b9 : minor rintl.c fix: remove unsupported ldbl format message
cb8fce4b : fix tgammal: don't set the signgam global (tgamma must be thread-safe, signgam is for lgamma* functions)
494ba80e : simplify creal and cimag macros
13e400b3 : add creal/cimag macros in complex.h (and use them in the functions defs)
132f0a00 : tgmath.h: suppress any existing macro definitions before defining macros
a4a0c912 : acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))
2e0c1fed : sysconf support for dynamic limits (open files and processes)
47db8903 : fix DECIMAL_DIG definitions
25501c10 : initial, very primitive strfmon
30df206c : x86_64 math asm, long double functions only
80949ccd : limits.h: support gcc's -funsigned-char
ad47d45e : upgrade to latest upstream TRE regex code (0.8.0)
91c28f61 : nearbyint optimization (only clear inexact when necessary)
8c6fc860 : remove a fixme comment
f1347a3a : clean up pow.c and powf.c fix comments about special cases
615bbd36 : clean up powl.c fix special cases, use multiplication instead of scalbnl
1e2fea63 : fix a cbrtl.c regression and remove x87 precision setting
baa43bca : optimize scalbn family
7513d3ec : remquo asm: return quotient mod 8, as intended by the spec
804fbf0b : use alternate formula for acos asm to avoid loss of precision
acb74492 : fix exp asm
0cbb6547 : code cleanup of named constants
b03255af : fix remainder*.c: remove useless long double cast
4caa17b2 : don't try to create non-standard denormalization signal
75483499 : new modff.c code, fix nan handling in modfl
2786c7d2 : use scalbn or *2.0 instead of ldexp, fix fmal
01fdfd49 : fix long double const workaround in cbrtl
2e8c8fbe : don't inline __rem_pio2l so the code size is smaller
c3587eff : minor fix in __tanl (get sign properly)
d9c1d72c : bug fix: wrong opcode for writing long long
eca1c35e : remove long double const workarounds
9a810cb6 : fix erfl wrapper for long double==double case
b04b5887 : asm for log1p
9d82a15e : asm for log2
27deb538 : asm for remquo
02db27d9 : optimize exponential asm for i386
be5b01f8 : fix broken modf family functions
1bf4dad3 : asm for modf functions
8051e08e : simplify scalbn*.c implementations
0b70a1e9 : asm for floor/ceil/trunc
58ff9e8e : asm for scalbn family
bc33e617 : asm for inverse trig functions
495a52ae : asm for log functions
aa1b4dff : fix broken exponential asm
37eb14dd : asm for lrint family on i386
6f26cf3d : asm exponential functions for i386
682e4714 : remove unnecessary TODO comments from fma.c
d09a83f6 : fmal bug fix: nan input should not raise exception
b1cbd707 : add fma implementation for x86
b9351477 : assembly optimizations for fmod/remainder functions
8d9e9486 : asm versions of some simple math functions for i386 and x86_64
afad2624 : simplify lround and llround functions
65db0098 : make lrint and llrint functions work without fenv support
9b6899f2 : faster lrint and llrint functions
9e2a895a : fix loads of missing const in new libm, and some global vars (?!) in powl
8e092217 : move nonstandard gamma() etc. to _GNU_SOURCE only
65db6bf5 : c++ seems to want some casts in the float representation-access macros
da0acc32 : release notes for 0.8.7
b60053e7 : try fixing/optimizing x86_64 fenv exception code
316e024f : optimize x86 feclearexcept
9cb6878e : fix x86_64 fe[gs]etround, analogous to nsz's x86 changes
d5e576c7 : minor 387 fenv optimizations
88cfaf8a : fix i386 fegetround and make fesetround faster
523a3ab1 : don't fail on inability to install dynamic linker (e.g. if not root)
d3fc7247 : one more fenv availability issue: lround
2e77dc13 : make fma and lrint functions build without full fenv support
8c071f87 : other side of the signgam namespace fix: use the internal name
1a3dce41 : make signgam a weak alias for an internal symbol
de7db6e9 : fix namespace issues for lgamma, etc.
2cbb24bb : remove junk sincos implementations in preparation to merge nsz's real ones
a43c3a33 : revert COPYRIGHT file changes in preparation to merge nsz's math branch
6f21da61 : update copyright status (math library and new year)
9d507419 : remove special nan handling from x86 sqrt asm
1295848e : simplify nan check in sqrt (x86 asm); result of sqrt is never negative
40305f74 : in math.h make lgamma_r and non-double bessel _GNU_SOURCE only long double and float bessel functions are no longer xsi extensions
0144b45b : efficient sincos based on sin and cos
5657cc58 : implement sincosf and sincosl functions; add prototypes
46702f68 : avoid changing NaNs in sqrt (x86 asm) to satisfy c99 f.9 recommendation
809556e6 : correctly rounded sqrt() asm for x86 (i387)
e0a54e67 : correct rounding for i387 sqrtf function
32ca5ef3 : math cleanup: use 1.0f instead of 1.0F
8d0a6f7a : math cleanup: use 1.0f instead of (float)1.0
9560b6b1 : remove libm.h includes when math.h and float.h are enough
291f839a : fix scanf handling of "0" (followed by immediate EOF) with "%x"
df8b3e5a : clean up __expo2.c, use a slightly better k constant
3a6c8286 : fix copyright notice for the math lib
bf9d9dca : implement nan, nanf, nanl
b69f695a : first commit of the new libm!
d46cf2e1 : add .gitignore file
405ce58d : fix nan/infinity macros in math.h, etc.
b4a07bb4 : fix obscure bug in strtoull reading the highest 16 possible values
9fcecd7b : typo in math.h c version check
db3e78ce : make math.h compatibe with c89
6cf51fe5 : remove debug cruft that was left in getdate
b93b7382 : first try at implementing getdate function
536db2b5 : fix bugs in strptime handling of string day/month names, literals
ca19774c : implement a64l and l64a (legacy xsi stuff)
e0614f7c : add all missing wchar functions except floating point parsers
899b13ca : support null buffer argument to getcwd, auto-allocating behavior
051175d4 : add memory.h, bogus legacy alias for string.h
15d143b5 : search internal headers first
d3675194 : use c++-friendly initializers for pthread initializer definitions
4ce6766a : add <syscall.h> as an alias for <sys/syscall.h>
95b930ad : implement wcsftime function
b1a8e0d4 : release notes for 0.8.6
e3234d01 : fix pthread_cleanup_pop(1) crash in non-thread-capable, static-linked programs
aab33ec0 : update release notes for 0.8.5
dac084a4 : work around "signal loses thread pointer" issue with "approach 2"
834255a3 : use __attribute__((const)) on arm __pthread_self function
06aec8d7 : replace prototype for basename in string.h with non-prototype declaration
78e79d9d : new attempt at working around the gcc 3 visibility bug
7fa29920 : remove useless attribute visibility from definitions
bae2e52b : cleanup and work around visibility bug in gcc 3 that affects x86_64
00b883a9 : fix (hopefully) PTRACE_TRACEME (command 0) argument handling
56ddcc72 : fix for previous incorrect fix of cancellation in dns lookups
f96eb335 : fix get_current_dir_name behavior
61c2cf87 : remove -std=gnu99 from musl-gcc wrapper
3c870263 : two fixes for "make install" handling of shared libs
1611ab0d : add get_current_dir_name function
414a4cde : add float_t and double_t to math.h
88d84b7c : fix default nameserver when resolv.conf doesn't exist
f42bad9c : fix illegal goto out of cleanup context in dns lookups
2230218c : small fix for new pthread cleanup stuff
afc35d5e : replace bad cancellation cleanup abi with a sane one
ed2911a1 : document iswspace and remove wrongly-included zwsp character
520f3ee2 : fix typo in iswspace space list table
570edb19 : fix typo in inotify.h
f2baf4d7 : protect against cancellation in dlopen
700a8156 : reduce some wasted space in dso structure
1ba28b90 : declare basename in string.h when _GNU_SOURCE is defined
a591e038 : revert hacks for types of stdint.h integer constant macros
36bf5694 : more locale_t interfaces (string stuff) and header updates
c09b6f8a : fix some omissions and mistakes in locale_t interface definitions
e5a7f14c : add more of the locale_t interfaces, all dummied out to ignore the locale
4cf667c9 : x86_64 vfork implementation
ce4d97e3 : run ctors/dtors for shared objects loaded with dlopen
4ce3cb5c : add support for init/finit (constructors and destructors)
f4ad36c4 : add deprecated (removed from posix) [efg]cvt() functions
5a09a530 : include dummied-out dlopen and dlsym functions for static binaries
4f4d6ae9 : improve gcc wrapper to support -nostdlib, -nostartfiles
58165923 : make stdio open, read, and write operations cancellation points
4948a24d : make passwd/group functions safe against cancellation in stdio
147f355c : apparently gnu caddr_t is supposed to be char *, not unsigned long
96e0aca4 : fix utmp.h mess, try 2
108fdd33 : fix previous utmp.h junk commit
fa3bbbd4 : add some missing junk in utmp.h
5e9314ff : add fgetpwent (nonstandard function)
4619901e : add linux setfs[ug]id syscall wrappers
c3db56c4 : remove useless "extern" keywords in headers
8eb9a3af : fix typo in FPE_FLTUND definition, signal.h
6a193804 : add MIN/MAX macros to sys/param.h
477e72ac : add legacy futimes and lutimes functions
b768c7bc : make gcc wrapper support -shared correctly
d0678b58 : make glob mark symlinks-to-directories with the GLOB_MARK flag
fd7015d0 : fix broken copy relocations from dynamic linker cleanup
e12fe65c : dynamic linker support for PIE binaries (position-independent main program)
c82f4a32 : cleanup dynamic linker, removing some code duplication
35620515 : update release notes for 0.8.4
ce7d7259 : fix cancellation failure in single-threaded programs
787c2648 : support GLOB_PERIOD flag (GNU extension) to glob function
4904b642 : update WHATSNEW in preparation for 0.8.4 (not finished)
5235a2a5 : use prlimit syscall for getrlimit/setrlimit
26f38328 : add prlimit syscall wrapper
0b6dc097 : fix dynamic linker not to depend on DYNAMIC ptr in 0th entry of GOT
07065210 : alias basename to glibc name for it, to meet abi goals
2adf2fb3 : fix char signedness bug in dynlinker hash function
c07daf0f : fix broken reboot wrapper (syscall needs extra silly magic arguments...)
e5d78fe8 : fix issue with excessive mremap syscalls on realloc
4e3df7be : fix __cplusplus extern "C" closing brace in pty.h (typo?)
0c4188f6 : fix signed overflows at most-negative values in ato(i|l|ll)
3ed8c9f2 : fix all missing instances of __cplusplus checks/extern "C" in headers
26120950 : report sem value overflows in sem_post
42976cee : add some missing GNU FNM_* extensions to the header
03860303 : fix some details in ugly stuff that doesn't belong in libc
1d3c2768 : don't define wchar_t on c++
2bb75db6 : support vfork on i386
768f39a5 : make available a namespace-safe vfork, if supported
14f2e115 : add dummy __cxa_finalize
b7c683be : support __cxa_atexit, and registering atexit functions from atexit handlers
f753049a : simplify atexit and fflush-on-exit handling
8e8ddeff : fix F_GETOWN return value handling
2b89e56c : fix typo in arm clone() asm
e6d765a8 : fix fcntl O_* flags for arm
73f5ff4e : make [U]INTn_C() macros have the right type...
5e977e8b : recovering ownerdead robust mutex must reset recursive lock count
b6f9974a : simplify robust mutex unlock code path
b8688ff8 : fix crash if pthread_mutex_unlock is called without ever locking
7fe58d35 : use count=0 instead of 1 for recursive mutex with only one lock reference
b3b00d11 : sysconf for PTHREAD_KEYS_MAX
5a2e1809 : synchronize cond var destruction with exiting waits
b85fec2d : fix failure-to-wake in rwlock unlock
8b98c09f : dlsym entry point for arm
fcaf7065 : dynamic linker entry point for arm
74cc7c69 : typo (copy 2) in arm reloc.h
cd319d73 : typo in arm reloc.h
12ace5bf : first attempt at arm dynamic linking
4b877369 : fix various bugs in path and error handling in execvp/fexecve
5f814682 : don't crash on null strings in printf
de543b05 : fix excessive/insufficient wakes in __vm_unlock
ede5ae7b : make getmntent_r discard long lines when it returns error, not seek back
9cee9307 : improve pshared barriers
95b14796 : next step making barrier self-sync'd destruction safe
8f4a115e : barrier destroy must also wait for threads in other processes exiting barrier
f0a8d60d : stupid typo (caused by rather ugly spelling in POSIX..) in aio
067bdc2c : correctly handle the degenerate barrier in the pshared case
3ac092bd : fix crash in pthread_cond_wait mutex-locked check
823813e3 : fix crash in pthread_testcancel if pthread_self has not been called
bc244533 : improve/debloat mutex unlock error checking in pthread_cond_wait
bfae1a8b : check mutex owner in pthread_cond_wait
d8dc1df1 : fix pshared barrier wrong return value.
5e9e78ec : convert the barrier pshared option back to 0/1 values when getting it
7e760951 : improve error handling in mntent stuff...
f135ef3f : fix missing va_end in prctl syscall wrapper
aef84ca7 : fix clobbering of errno in get(pw|gr)([ug]id|nam) by fclose
60164570 : process-shared barrier support, based on discussion with bdonlan
3f39c9b3 : fix incorrect allocation failure check in pthread_create
7e14ed13 : fix ctype macros to cast argument to (unsigned) first
3bec53e0 : another cond var fix: requeue count race condition
1fa05210 : fix lost signals in cond vars
fd142e5e : cleanup various minor issues reported by nsz
729d6368 : redo cond vars again, use sequence numbers
c11d1e69 : revert previous change in cond var waiter move
cf940165 : optimize cond waiter move using atomic swap instead of cas loop
09ec0f3a : fix logic for when wakeup is not desired on cond bcast
cba4e1c0 : new futex-requeue-based pthread_cond_broadcast implementation
97c5b5a8 : fix ABA race in cond vars, improve them overall
c41a76f5 : FD_ISSET must return an int. this is the easiest way.
1587224e : sys/user.h may need stdint.h
d5bde7ba : "optimize" arm __pthread_self
4b153ac4 : fix deadlock in condition wait whenever there are multiple waiters
2eff02e4 : fix x86_64 user.h (previously was just a copy of i386)
c651c473 : cleanup/debloat i386 user.h
ee6fc9a0 : wrong __WORDSIZE in x86_64 header
0d4d94ef : protect against/handle cancellation reading shadow passwords
12d547b2 : make dns lookups (and thus getaddrinfo) cancellable
bf027ca5 : use poll rather than select in dns lookups (also clock_gettime)
81a5577a : fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h
ca52e347 : avoid setting FILE lock count when not using flockfile
319df20b : gnu search.h has struct qelem...
4a08c851 : release notes for 0.8.3
0b6eb2df : update syscalls with off_t arguments to handle argument alignment, if needed
d30c331d : new gcc wrapper now supports pre-4.4 gcc versions and is more robust
7dd86ec1 : new installation guide with alternate and primary libc setups
fd9e01e9 : fix some header typos
d23a543d : make stdbool.h conform to c99
2318207a : fix incorrect include guard in mqueue.h
246e15c0 : fix statvfs.c to match new fsid_t definition
32b82cf5 : fix the fsid_t structure to match name of __val
03a83629 : fix broken siginfo_t with _GNU_SOURCE defined
114c80f1 : fix the definition of struct statvfs to match lsb abi
8c07f6ea : add some more siginfo aliases broken software expects...
f780ac5b : cleanup redundancy in bits/signal.h versions
224c7a37 : fix the type of wchar_t on arm; support wchar_t varying with arch
089aeb08 : fix incorrect long double parameters on arm (and other future ports)
53431b09 : fix broken multi-inclusion guard in sys/reg.h
d960d4f2 : initial commit of the arm port
4f4bf0ad : disable dynamic linking/loading code in static libc builds, for now
b0c088ee : cleanup more bits cruft (sysmacros and socket)
ca8373df : more bits junk (tcp.h)
c8175666 : move invariant netinet/in.h stuff out of bits/in.h
3f72cdac : overhaul clone syscall wrapping
455fc983 : release notes for 0.8.2
d5fd1fa4 : dummy implementation of set_thread_area
471c6067 : fix assumptions that char is signed
2b71a4d1 : fix more instances of old a_xchg (use new a_swap name)
813d3783 : use a_swap rather than old name a_xchg
5b91c223 : fix generic sigsetjmp (unused anyway) pointer signedness error
144c951b : fix idiotic const-correctness error in lio_listio
d431d454 : fix ptrace (maybe)
71f7a3c2 : implement ptrace syscall wrapper (untested)
d1d141c5 : 0.8.1 release notes
a9492574 : remove incorrectly-made-visible internal dst offset variable
7c131a31 : fix inconsistent signature for aio_error
4da289e1 : fix return types for aio_read and aio_write again
13cd9695 : fix various errors in function signatures/prototypes found by nsz
5e9deea0 : fix cruft left in release notes
fd408d27 : fix prototypes for aio_read and aio_write
0f1ef814 : add missing posix_spawnattr_init/destroy functions
801b311a : 0.8.0 release
28af39fe : remove some stray trailing space characters
fb80e047 : implement gnu sigisemptyset
ce17ea6f : add prototypes for GNU *_unlocked stdio functions
a6540174 : add dummied strverscmp (obnoxious GNU function)
d4045a16 : declare alloca in stdlib.h when _GNU_SOURCE is defined
8fe5fa56 : fix serious bug in pthread_join
eb351a9e : fix pthread_join wait call: thread termination tid futex is not private
b4de6f93 : implement POSIX asynchronous io
96cea94a : fix incorrect overflow errors on strtoul, etc.
5989dde3 : strptime: fix use of uninitialized dest field in converting integer
d2e061a2 : more fmemopen null termination fixes
e72ee578 : fix some fmemopen behaviors
a7778dae : handle pending cancellation when enabling async cancellation
22e45423 : fmemopen: fix eof handling, hopefully right this time
f81279ff : fmemopen fixes
7ee3dcb3 : memstreams: fix incorrect handling of file pos > current size
c88f36f5 : optimize seek function for memory streams
32d67e93 : fix twos complement overflow bug in mem streams boundary check
d4fa6f0e : implement fmemopen
1e693764 : fix some length calculations in memory streams
1461e027 : implement open_wmemstream
ad70ba77 : fix RTLD_NEXT on x86_64
b158b32a : implement open_memstream
adb7093c : fix missing prototypes/wrong signature for psiginfo, psignal
1f5ff26c : fix broken FD_* macros on 64-bit targets
291666a1 : bring back ___environ symbol (3 underscores)
1c8bead3 : use new a_crash() asm to optimize double-free handler.
df0b5a49 : security hardening: ensure suid programs have valid stdin/out/err
c0f34416 : in pathconf, -1, not 0, means unsupported.. syncio presumably works, too.
3e082df3 : fix bogus pathconf result for file size bits
47a8816d : partially working strptime
cf8506ad : ldso: move the suid/secure check code closer to env/auxv processing
a0458833 : honor AT_SECURE aux vector flag
623753ad : RTLD_NEXT support
2719cc86 : LD_PRELOAD support
ce7c6341 : simplify and improve double-free check
6cb277d7 : typo in macro definitions for x86_64
9205e486 : macro for pthread_equal
ef9dd035 : fix missing include in last commit
ad575982 : fix clock() function
4054a135 : implement forkall
407d9330 : pthread and synccall cleanup, new __synccall_wait op
b1a7102d : more efficient signal blocking for timer threads
8b625e45 : normal exit from timer thread should run dtors, restore cancel state
c5168071 : block signals in timer threads
14077858 : condition variable signal/bcast need not wake unless there are waiters
cdfb725c : use weak aliase rather than weak reference for vdso clock_gettime
b3c08a16 : simplify unified timed wait code, drop support for newer method
b2b95a58 : add fast path for normal mutexes back to pthread_mutex_lock
188ebf51 : close should not be cancellable after "failing" with EINTR
8426a990 : ensure the compiler does not move around thread-register-based reads
35787605 : simplify multi-threaded errno, eliminate useless function pointer
98acf04f : use weak aliases rather than function pointers to simplify some code
338b663d : fix off-by-one bug in siglongjmp that caused unpredictable behavior
5f37fc13 : further debloat cancellation handlers
56385dd5 : missed detail in cancellation bloat fix
730bee72 : fix static linking dependency bloat with cancellation
fc0ecd35 : implement if_nameindex and if_freenameindex
50304f2e : overhaul rwlocks to address several issues
8aeee8db : timedwait: play it safe for now
4f5ba921 : fix stubbed-out reboot call
4717bfec : correctly handle old kernels without FUTEX_WAIT_BITSET
bdd89337 : fix sem_timedwait bug introduced in timedwait unification
ec381af9 : unify and overhaul timed futex waits
c68de0be : avoid accessing mutex memory after atomic unlock
344ea148 : fix breakage in cancellation due to signal functions overhaul
88c4e720 : overhaul posix semaphores to fix destructability race
88798393 : fix wrong messages in gai_strerror
f4e8e64b : port numbers should always be interpreted as decimal
e95b0a9d : fix crash in dns code with new stdio locking code
acfd06df : consistency: use struct __ucontext instead of ucontext_t in prototypes
07827d1a : fix race condition in sigqueue
ad588184 : clean up pthread_sigmask/sigprocmask dependency order
544ee752 : fix some bugs in setxid and update setrlimit to use __synccall
dba68bf9 : add proper fuxed-based locking for stdio
7683fcee : eliminate dependence of perror on printf
7dd60b80 : fix bug in synccall with no threads: lock was taken but never released
afade235 : add setxid.c for new set*id() framework. missed in last commit.
acb04806 : new attempt at making set*id() safe and robust
aed707f6 : remove ugly prng from mk*temp and just re-poll time on retry
bbdcc403 : eliminate mk*temp dependency on snprintf
649af9f7 : fix for setenv bogus var argument handling
e01ac675 : when resolving symbols with only weak defs, use first def, not last def
dd92a09e : comment non-obvious de bruijn sequence code in int parser
427173b9 : fix resolution of weak symbols (hopefully right now) and vdso
e91c375f : workaround for gcc's optimizer breaking dynamic symbol resolution
6ab444d9 : load vdso, if present, into the dso list
f7adc39e : const correctness on function pointer
a53de812 : simplify dynamic linker startup
e3eb4932 : some preliminaries for vdso clock support
c0fe5b9d : check for fd exhaustion in forkpty
d40e344f : incorrect check for open failure in openpty function
63d447e2 : socket headers macro adjustment - workaround for buggy programs
fa845669 : fix errno value when fdopendir is given an invalid file descriptor
4ec07e1f : ensure in fork that child gets its own new robust mutex list
94a0171d : fix logic error in fread
47d027ee : fix various bugs in new integer parser framework
d3fd1925 : fix wcsto[iu]max with high characters
ecc9c5fc : new restartable integer parsing framework.
0e2331c9 : gb18030 support in iconv (only from, not to)
c3c5e88c : "implement" getnetbyaddr and getnetbyname
95a85e04 : legacy japanese charset support in iconv (only from, not to)
594b16e0 : simplify iconv and support more legacy codepages
6b1d3817 : add missing signalfd flags
a9e6d011 : printf: "if a precision is specified, the '0' flag shall be ignored."
cc44d9f2 : zero precision with zero value should not inhibit prefix/width printing
3d54adbe : printf("%#x",0) should print 0 not 0x0
2f0c415c : iconv was not returning -1 on most failure
58483f0a : 0.7.12 release notes
2fdea17c : fix dlopen UB due to longjmp/volatile rules violation
e936e461 : res_search symbol, aliased to res_query for now (better than nothing)
191ebcac : simple rpath support (no token expansion yet) for dynamic linker
17be8291 : fill in junk in stropts.h
daaef355 : fix error in previous ld80 fpclassify commit
f6fd351c : catch invalid ld80 bit patterns and treat them as nan
e5cb55fe : fix logic in __fwriting
a0b56b94 : add and consolidate nasty stdio_ext junk
7640497f : implement the nonstandard GNU function fpurge
fb62ae74 : fix buffer overrun in getgrent code when there are no group members
f9ed11f3 : posix_memalign should fail if size is not a multiple of sizeof(void *)
47e72e10 : avoid errors in ucontext.h when no feature test macros are defined
f7dff185 : locking support for random() prng
af3d5405 : work around linux bug in mprotect
9f17413c : textrel support, cheap and ugly
2cee4576 : release notes for 0.7.11
6717e62a : reclaim the memory wasted by dynamic linking for use by malloc
e4118279 : use type directives for fenv asm functions
bf30100a : use load address from elf header if possible
c7debe13 : make dynamic linker relocate the main program image last, after all libs
8d54681f : fix a few bugs from last dynamic linking build system commit
f9c9d8c3 : minor updates to INSTALL documentation
207c45d7 : cleanup shared library build system to be more $HOME-local-install friendly
230f1813 : further fixup dlfcn.h
87a30ce5 : match LSB/glibc constants for dynamic loader
9e17b71f : fix stale pointer issue in dynamic linker with dlopen
06933cc7 : don't leave the lock held on dlopen failure..
97507bde : add RTLD_DEFAULT support
0e4dae3d : in dlopen: don't use null pointer
92ab5d8d : fix resolving symbols in objects loaded in RTLD_LOCAL mode
59ab43f5 : experimental dlopen/dlsym and dynlink changes needed to support them
bc30aea4 : type directives for x86_64 math asm
6b3d5e50 : error handling in dynamic linking
6e53a6ec : fix useless use of potentially-uninitialized mode variable in sem_open
5d0965cb : eliminate OOB array hacks in malloc
e22c2d3e : use .type directives for math asm (needed for dynamic linking to work)
32de61e8 : fix some symbol resolution issues in dynamic linker
1a3ff4f9 : fix dynamic linker issue in musl-gcc wrapper
6250c0be : wordexp cannot use we_offs unless WRDE_DOOFFS flag is set
febbd12d : XSI search.h API implementation by Szabolcs Nagy
49388f3b : handle library paths better (ignore empty path components, etc.)
e8b8f3c9 : move all limits that don't vary out of bits/limits.h, into main limits.h
59633c73 : fix possible (questionable) strict aliasing violations and ptr arith
4d95a585 : const correctness in mq_notify
568b8075 : proper path searching for dynamic linker
f9370318 : optimize opendir using O_CLOEXEC
e8dbf00a : discard dso descriptors after performing relocations
368ba4a0 : keep track of which dsos have been relocated
e0b0ff15 : use soname in ld-musl.so to prevent filename appearing in DT_NEEDEDs
a654b024 : use symlink rather than bogus linker script for libc.so
ec05a0b0 : adapt build/install/gcc-wrapper systems for dynamic linking support
b7f6e0c6 : prepare support for LD_LIBRARY_PATH (checking suid/sgid safety)
c7ce1b20 : initial commit of prng implementation by Szabolcs Nagy
d19adeec : make ldso asm more uniform with rest of codebase (no unnecessary suffixes)
779165e6 : x86_64: ensure that dtor pointer passed to app is 0 so it won't be used
596d60c5 : dynamic linker 64bit fix: hash table entries are always 32bit
51e2d831 : experimental dynamic linker!
d43ff110 : fix memory leak on failure in realpath
5a2e74eb : copy-paste error in prctl.h
7f547152 : fix some struct padding to match LSB/glibc ABI where it may be helpful
32aea208 : duplicate re_nsub in LSB/glibc ABI compatible location
c7d19f99 : restore use of .type in asm, but use modern @function (vs %function)
836ba93d : __syscall5 inline is having trouble with PIC; just use the function for now
7779dbd2 : fix race condition in pthread_kill
f58c8a0f : run dtors before taking the exit-lock in pthread exit
6232b96f : minor locking optimizations
0e176253 : avoid 64bit warnings when using pointers as entropy for temp names
f09e78de : fix sigset macro for 64-bit systems (<< was overflowing due to wrong type)
1e4f1cf1 : remove all .size and .type directives for functions from the asm
76100a72 : remove old useless timezone.s file (unused)
73d2fde1 : fix wrong type for wcsrchr argument 2
773b0fe4 : x86_64 fenv support (untested; at least known to build successfully)
52cf24a0 : fix fesetround - it was writing to status word instead of control word
b09b7890 : floating point environment, untested
2afebbbc : malloc: cast size down to int in bin_index functions
38258472 : another return value fix for mktemp...
2697b4e7 : add netpacket/packet.h
c19a6be5 : it's called getgrgid_r, not getgruid_r...
ecc0f513 : implement psignal and psiginfo
e0037efc : isgreater etc. relation macros for math.h
e1d2a8e2 : mq names without leading / have impl-def behavior; allowing them is easier
2b0cedac : define MQ_PRIO_MAX
0b6b43ed : use __WCHAR_TYPE__ on i386 if it is defined
86f8c72b : mq send/recv functions are cancellation points
ede353d8 : implement mq_notify
ab11386a : add support for POSIX message queues, except mq_notify
cbf35978 : use __attribute__((const)) for errno and pthread_self if __GNUC__ is defined
71a80c57 : use volatile pointers for intentional-crash code.
da88b16a : fix handling of d_name in struct dirent
0dc99ac4 : safety fix for glob's vla usage: disallow patterns longer than PATH_MAX
a6c399cf : eliminate (harmless in this case) vla usage in fnmatch.c
c74d306f : missing prototypes for mbsnrtowcs and wcsnrtombs
ddd87b2f : implement pthread_[sg]etconcurrency.
11c531e2 : implement uselocale function (minimal)
9a59faab : add useless, obsolescent function ulimit
f48832ee : fix backwards posix_spawn file action order
dd45edb5 : add accidentally-omitted file needed for posix_spawn file actions
a0ae0b09 : add file actions support to posix_spawn
d6c0c978 : posix_spawn: honor POSIX_SPAWN_SETSIGDEF flag
c97f0d99 : initial implementation of posix_spawn
3a17f757 : modernize coding style in sjlj asm
86339bc4 : fix strncat and wcsncat (double null termination)
e9813620 : fix wcsncpy writing past end of buffer
19892bf0 : fix brk/sbrk behavior to match the real legacy functions
c5025bfa : release notes for 0.7.10
8628eff9 : fix the last known rounding bug in floating point printing
15b77d52 : eventfd syscall wrapper and read/write wrappers
11e4b925 : optimize out useless default-attribute object in pthread_create
4c4e22d7 : optimize compound-literal sigset_t's not to contain useless hurd bits
99b8a25e : overhaul implementation-internal signal protections
77f15d10 : reduce some ridiculously large spin counts
9dd6399c : remove debug code that was missed in barrier commit
f16a3089 : completely new barrier implementation, addressing major correctness issues
20291143 : add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE
78c808b1 : fix fclose return status logic, again
bd674673 : fix undefined call order in fclose, possible lost output depending on compiler
a9be201c : workaround for preprocessor bug in pcc
d02c50d6 : minor optimization in puts: use inline putc_unlocked macro for newline
1477a3be : avoid crashing when nel==0 is passed to qsort
def0af18 : use compiler builtins for variadic macros when available
e6bac87d : correct variadic prototypes for execl* family
22263709 : replace heap sort with smoothsort implementation by Valentin Ochs
4bb9b4f3 : add word-sized ctz function to atomic.h
b5b41212 : function signature fix: add const qualifier to mempcpy src arg
32e2c468 : typo in prototype for mempcpy
d179807f : prototype for mempcpy
3486365e : fix bug in ipv6 parsing that prevented parsing a lone "::"
34d81974 : ipv6 parsing code (formerly dummied-out)
5efc6af4 : fix 2 eof-related bugs in scanf
db9915ee : update release notes to new format, add more
e6cc1d6c : fix initial stack alignment in new threads on x86_64
cbb65af6 : update release notes in prep for 0.7.9 release
d878dcec : omit errno update path for syscalls that cannot fail
31f014e0 : fix bogus return values for inet_pton
4b5f0540 : move wait.h macros out of bits. they do not vary.
f492c954 : include signal.h to avoid thorny __sigcontext/sigcontext issues
870cc679 : fix minor bugs due to incorrect threaded-predicate semantics
f9a6372a : workaround bug in linux dup2
10d7561d : properly create new session/controlling terminal in forkpty
4921ce08 : implement (nonstandard) forkpty
f1ac8a28 : disallow blank strings as service or host name
d4b5d6e9 : fix bugs in ipv4 parsing
29a15ad0 : fix initgroups (uninitialized count passed to getgrouplist)
18bca575 : shadow password fixes: empty fields should read as -1 not 0
b052f13c : namespace fixes for sys/mman.h
53ab4e79 : fix missing include in posix_madvise.c (compile error)
23573509 : support posix_madvise (previous a stub)
1c76683c : add syscall wrappers for posix_fadvise, posix_fallocate
145c0534 : block cancellation in wordexp, handle more errors
f0fc95d4 : avoid malloc of potentially-large string in wordexp
a6054e3c : move some more code out of pthread_create.c
4f249949 : fix uninitialized waiters field in semaphores
43ee4df3 : dns lookups: protect against cancellation and fix incorrect error codes
75a0be1f : avoid fd leak if opendir is cancelled when calloc has failed
df9e11bb : protect ftw and nftw against cancellation
d2c604d5 : protect syslog against cancellation
be2e06d3 : recheck cancellation disabled flag after syscall returns EINTR
61b56a8d : remove bogus extra logic for close cancellability
1bc44a47 : fix typo in x86_64 cancellable syscall asm
e98bdca9 : minimal realpath implementation using /proc
2afed79f : pthread_exit is not supposed to affect cancellability
1ebde9c3 : fix pthread_exit from cancellation handler
9080cc15 : clean up handling of thread/nothread mode, locking
eb0e8fa0 : debloat: use __syscall instead of syscall where possible
09dae2b7 : fix bugs in cancellable syscall asm
ebf82447 : optimize cancellation enable/disable code
02eff258 : don't use pthread_once when there is no danger in race
e7466401 : fix some minor issues in cancellation handling patch
feee9890 : overhaul pthread cancellation
90f09a0d : remove stupid debug code in wordexp
d251c264 : implement wordexp. first try, may be buggy. intended to be safe.
69cf09c8 : avoid setting errno when checking for tty
088ae599 : document some changes in the upcoming release
a3aa89d8 : fix O_SYNC definition, cleanup fcntl.h
0a84e72c : fix FAPPEND typo on x86_64 (previously only fixed on i386)
c2b18f35 : fcntl.h: move macros that do not vary between archs out of bits
ace97363 : fix broken fcntl locks on x86_64
b172dc8b : make tmpfile slightly more efficient (use unlink syscall instead of remove)
9b96220e : fix typo in legacy FAPPEND definition
33a3f202 : add useless type fd_mask. it's in the reserved namespace.
e983aea0 : change sem_trywait algorithm so it never has to call __wake
ec2e50d0 : cheap trick to further optimize locking normal mutexes
016a5dc1 : use a separate signal from SIGCANCEL for SIGEV_THREAD timers
9beb6330 : simplify cancellation point handling
19c1830e : simplify syslog, add vsyslog interface (nonstandard)
a77411a5 : remove useless SIGPIPE protection from syslog
a444ee34 : fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream)
07e865cc : numerous fixes to sysv ipc
b5b43b6d : add syslog.h cruft for syslogd to use...
b778a2ba : add profile for getmntent_r
55b123b5 : add syscall wrapper for flock
6f0259a4 : fix bug whereby getopt_long allowed mismatch in last char of option name
45a32199 : fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for it
cac7d837 : fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)
91e836fd : implement getgrouplist (for initgroups), formerly dummied-out
3f44f298 : fix prototypes/signature for setgroups, etc.
0f5b4355 : fix incorrect GNU sighandler_t typedef
6597f9ac : implement memrchr (nonstandard) and optimize strrchr in terms of it
750b738e : add ptsname_r (nonstandard) and split ptsname (standard) to separate file
e2915eee : speed up threaded fork
0913560a : more changes for upcoming 0.7.8
c8986266 : optimize ntohl etc. in terms of bswap functions
c546be17 : move bswap functions to static inline in byteswap.h
4f4ba4c0 : fix broken bswap_32
0729fd9f : utmpx.h is no longer under standards, so expose ut_exit structure
7ecab79f : add some traditional aliases to stat.h
e5142280 : fix printf("%.9g", 1.1) and similar not dropping trailing zeros
209f2bbd : add missing rlimit macros
43b2e9bf : more types cleanup
28bde3b7 : cleanup types stuff in headers, fix missing u_int*_t in sys/types.h
dae17a1a : fix errno handling in scandir:
52458cfa : fix fputwc return value
01612447 : remove ugly warning-suppression hack from crypt - this invokes UB!
5eaa2213 : update README since we now DO have a mailing list
2555fe1b : add some ugly legacy type names in sys/types.h (u_char etc.)
691b20be : add legacy BSD-style timer*() macros in sys/time.h
4a19634f : add missing UTIME_* macros in sys/stat.h
196d6437 : add missing float.h macros
2063c4ca : run pthread tsd destructors when a timer thread pretends to exit
82171d6a : greatly improve SIGEV_THREAD timers
2d1d62ed : prepare notes for 0.7.8 release
2cff36a8 : work around a nasty bug in linux readv syscall
67e793e5 : better fix sysconf pthread stack min
5e72cb4a : consistency with pthread stack min in limits.h
60685eca : fix broken sigsetjmp on x86_64
71687907 : workaround broken msghdr struct on 64bit linux
5b8d81f7 : fix ipv6 address printing: 2001 appeared as 201, etc.
d104c1f7 : fix broken dns response parsing code that made most ipv6 lookups fail
e2cc0bee : return the requested string as the "canonical name" for numeric addresses
d4fbebe1 : fix uninitialized variables in dns lookup code
74f75541 : fix bug in TRE found by clang (typo && instead of &)
cb8dff21 : fix misplaced *'s in string functions (harmless)
4095f833 : fix broken unsigned comparison in wcstoumax
bb8d3d00 : fix breakage due to converting a return type to size_t in iconv...
6682ed1e : fixed crash in new rsyscall (failure to set sa_flags for signal handler)
c2cd25bf : consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
b2486a89 : move rsyscall out of pthread_create module
74950b33 : pthread exit stuff: don't bother setting errno when we won't check it.
622804ec : fix rsyscall handler: must not clobber errno from signal context
095ad156 : fix typo in sys/msg.h
92bd4c60 : add startup abi functions, dummy for now. eventually needed for c++ support.
97d0988f : add _res (__res_state()) dummy
2b55a619 : add IN_LOOPBACKNET constant (nonstandard but in reserved namespace)
00817f07 : document more changes for 0.7.7
1fee6186 : fix prototype for strsep
6b87e941 : fix completely bogus loop condition in getmntent_r
a113434c : major semaphore improvements (performance and correctness)
cd3bb384 : fix signal-based timers with null sigevent argument
104d0134 : fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functions
fc0cf285 : fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386...
59a37f8f : document more changes
729cb49f : new framework to inhibit thread cancellation when needed
918a40f2 : add ip6 pktinfo stuff for x86_64
8bb82b4e : add sysv ipc message queues (completely untested)
0438e9fd : getopt.h is a GNU-getopt-specific header. always expose GNU functions.
5788d972 : add sysexits.h legacy header
f209440b : implement the adjtime and adjtimex functions (nonstandard)
2c4e9e6e : add getmntent_r interface (all of mntent is nonstandard anyway)
e86cc888 : add some missing ipv6 stuff
92b2eb8d : implement if_indextoname and if_nametoindex functions
ef8b4b1a : add (nonstandard) cfmakeraw function
5546f7a7 : add pivot_root syscall wrapper
e7218008 : add more legacy functions: setlinebuf and setbuffer
8b61c816 : alternate name for syslog.h
f93de08c : uncomment IP_PKTINFO
39e48531 : support the nonstandard err.h interfaces
25ce7621 : release notes for next bugfix release
16675df7 : fix misaligned read on early string termination in strchr
2f3d02cd : fix overflow in printf %N$ argument handling
f9569662 : fix various floating point rounding and formatting errors in *printf
bd1f6eba : release notes for 0.7.6 bugfix release
b761bd19 : fix rare but nasty under-allocation bug in malloc with large requests
98c5583a : simplify vdprintf implementation greatly based on recent vfprintf changes
bd57e2b4 : use a local temp buffer for unbuffered streams in vfprintf
5600088d : fix nl_langinfo to actually use the existing, correct internal version
3910e933 : make ualarm actually work (obsolete function removed from SUS)
e898a790 : fix various bugs in strtold:
c68b2636 : fix serious bug in strchr - char signedness
2155afd7 : prototype getdtablesize (nonstandard function)
1db283bf : add setresuid/setresgid functions (nonstandard)
7fd39952 : pthread_create need not set errno
7e795ca7 : fix statvfs syscalls (missing size argument)
66def4e7 : block all signals during rsyscall
1ad049b7 : fix race condition in rsyscall handler
c9b2d801 : don't trust siginfo in rsyscall handler
6e9ed66d : timer threads should sleep and stay asleep... a long time
6f1414e1 : revert to deleting kernel-level timer from cancellation handler
f01d3518 : simplify calling of timer signal handler
06baa2b5 : d_fileno alias for d_ino in dirent
537d33d3 : simplify pthread tsd key handling
fd80cfa0 : omit pthread tsd dtor code if tsd is not used
8de03e1a : don't disable seeking after first seek failure
9a909fcd : apparently fseek should not set the error flag on failed seek
d1c24ac4 : update release notes
bf878582 : avoid over-allocation of brk on first malloc
952987a0 : reorganize the __libc structure for threaded performance issues
4ae5e811 : simplify setting result on thread cancellation
6c16d3e9 : use bss instead of mmap for main thread's pthread thread-specific data
5243e5f1 : remove obsolete and useless useconds_t type
3bb00f45 : somehow timespec tv_nsec had the wrong type on x86_64... fixed
3df3d4f5 : fix misspelled PTHREAD_CANCELED constant
c1f15004 : document more changes
78eb0879 : document changes for upcoming 0.7.5 release
ded6cb5f : use a_store to set cancel flag in pthread_cancel, to ensure a barrier
c1b39b20 : simplify pthread_key_delete
c9806fc2 : greatly simplify pthread_key_create (~20% size reduction)
a5323c57 : add some missing prototypes for nonstandard functions (strsep, clearenv)
3990c5c6 : avoid all malloc/free in timer creation/destruction
b8be64c4 : optimize timer creation and possibly protect against some minor races
a1eb8cb5 : avoid crash on stupid but allowable usage of pthread_mutex_unlock
620a1346 : rename __simple_malloc.c to lite_malloc.c - yes this affects behavior!
02084109 : streamline mutex unlock to remove a useless branch, use a_store to unlock
124b4ebc : cheap special-case optimization for normal mutexes
68063001 : reorder timer initialization so that timer_create does not depend on free
1c1aa32e : missing prototype for wcscoll (stub)
8524d653 : revert mutex "optimization" that turned out to be worse
80c4dcd2 : implement POSIX timers
bf619d82 : major improvements to cancellation handling
70c31c7b : some preliminaries for adding POSIX timers
8250742b : fix tempnam name generation, and a small bug in tmpnam on retry limit
a88edbec : make tmpfile fail after exceeding max tries.
507a9fa6 : fix tmpnam to generate better names, not depend on non-ISO-C symbols
9646e4d0 : fix messed-up errno if remove fails for a non-EISDIR reason
0b240ccf : learned something new - remove is supposed to support directories on POSIX
4106cdcd : revert some more spin optimizations that turned out to be pessimizations
4cc78719 : fix bug from syscall overhaul: extra __syscall_ret call for 0-arg syscalls
117581ca : fix broken spinlock due to miscompilation
ef839c73 : prototype for getpass
83b6c9e0 : remove useless field in pthread struct (wasted a good bit of space)
05b69402 : fix getc - the classic error of trying to store EOF+0-255 in a char type..
e3cd6c5c : major stdio overhaul, using readv/writev, plus other changes
ea343364 : match glibc/lsb cancellation abi on i386
92b52b70 : remove -Wno-pointer-sign example from dist/config.mak
9ae8d5fc : fix all implicit conversion between signed/unsigned pointers
a3745243 : simplify and optimize FILE lock handling
d8dc2faf : prepare pthread_spin_unlock for archs that need memory barriers
b8b85a42 : optimize contended case for pthread_spin_trylock
c322fe4e : optimize spinlock spin
8ae2fa65 : fix non-atomicity of puts
b470030f : overhaul cancellation to fix resource leaks and dangerous behavior with signals
09582001 : very cheap double-free checks in malloc
aa398f56 : global cleanup to use the new syscall interface
be82e122 : if returning errno value directly from a syscall, we need to negate it.
bae862ab : honor namespace for i386 syscall.h, even though it's not a standard header
7877db6b : fix typo in x86_64 part of syscall overhaul
685e40bb : syscall overhaul part two - unify public and internal syscall interface
462dbfc2 : remove comment cruft that got left behind in x86_64 syscall.s
b0e83133 : add some ioctl stuff to sys/mount.h
d00ff295 : overhaul syscall interface
56fd65e8 : some linux headers useful from user apps.
f5ba2bc9 : various legacy and linux-specific stuff
fc27b96c : document changes for 0.7.1
e18b5638 : implement [v]swprintf
c35bb664 : implement wprintf family of functions
a012aa87 : fix broken wmemchr (unbounded search)
047e434e : implement robust mutexes
18c7ea80 : avoid function call to pthread_self in mutex unlock
93cc986a : reorder mutex struct fields to make room for pointers (upcoming robust mutexes)
b1c43161 : unify lock and owner fields of mutex structure
e914f8b7 : optimize contended normal mutex case; add int compare-and-swap atomic
1d59f1ed : simplify logic, slightly optimize contended case for non-default mutex types
d4f9e0b3 : correct error returns for error-checking mutexes
29fae657 : cut out a syscall on thread creation in the case where guard size is 0
cc832d8a : don't expose EAGAIN, etc. from timed futex wait to caller
4d9cc0b3 : optimize file locking: avoid cache-polluting writes to global storage
9dd7d7e3 : partially-written draft of fmemopen, still in #if 0
b446c55b : remove some old cruft from sys/types.h
eff62b8a : misplaced & in times() made it fail to work, and clobber the stack
5eb0d33e : implement flockfile api, rework stdio locking
d8d19f4d : pthread.h needs clockid_t
9f50b77d : document some additional important changes
6f05b6bb : update whatsnew file for release of 0.7.0
8bb0e488 : match dimensions so we can use all slots without invoking OOB-array-access
243b5423 : implement dummy pthread_attr_[gs]etschedparam functions
1659aa0e : fix pthread_attr_* implementations to match corrected prototypes
cabf2ff3 : fix missing ENOTSUP error code
f1821fce : missing const in some pthread_attr_* prototypes
26761987 : formatting whatsnew file
8d07a035 : list major changes in preparation for release
682a0f27 : fix failure behavior of sem_open when sem does not exist
cfe581b6 : fix some semaphore wait semantics (race condition deadlock and error checking)
81af5036 : fix sem_open and sem_close to obey posix semantics
5fcebcde : optimize pthread termination in the non-detached case
dc54a7cb : fix errors in sigqueue (potential information leak, wrong behavior)
52213f73 : security fix: check that cancel/rsyscall signal was sent by the process itself
11dbbe9f : more cancellation points: tcdrain, clock_nanosleep
c8c4ef7d : remove useless return value checks for functions that cannot fail
0f8cc94d : make sigsuspend a cancellation point
5b9429ad : make sigtimedwait a cancellation point
0a949ebd : don't fail with EINTR in sigtimedwait
0558683d : fix sigsuspend syscall
6871fd77 : make sigaltstack work (missing macros in signal.h, error conditions)
1b538acb : fix errno behavior in clock_* functions
500c969f : fix error handling for pthread_sigmask
3f5420bc : make fork properly initialize the main thread in the child process
6dc05fbe : optimize pthread initialization
0bed7e0a : fix race condition in raise - just mask signals
370f78f2 : fix raise semantics with threads.
91f7db26 : fix typos in dirent.h
ac12eb91 : fcntl.h should make availabel the mode constants from sys/stat.h
31e06075 : simplify and optimize pthread_mutex_trylock
e5dd1831 : rwlock trylock functions were wrongly returning EAGAIN instead of EBUSY
7e6be42a : fix major breakage in pthread_once (it was always deadlocking)
4820f926 : fix and optimize non-default-type mutex behavior
1d6b1f15 : implement pthread_mutexattr_[gs]etpshared functions
9d5251f7 : disallow cpu time clocks as condattr clock values
5d0d6d98 : add macros for use with d_type extension field in dirent
9fe28f70 : fix off-by-one error in sem_(timed)wait (using old sem value instead of new)
5fd4a981 : use the selected clock from the condattr for pthread_cond_timedwait
7d57e05f : add prototypes for pthread_condattr_* and pthread_rwlockattr_*
cc2e0b45 : implement pthread_rwlockattr_* (essentially no-ops)
b4d40e44 : implement pthread_condattr_* interfaces
63b06c0e : reject invalid attribute settings
951e7640 : implement barrier attribute functions (essentially no-ops)
8c967b93 : enforce stack size min in pthread_attr_setstacksize
6fc5fdbd : implement POSIX semaphores
03dcc341 : preliminaries to adding POSIX semaphores
b480808a : optimize POSIX TSD for fast pthread_getspecific
a53d2f34 : namespace cleanup in sys/mman.h
ebd7af69 : implement POSIX shared memory
71df8b27 : use -L/...../ -lgcc instead of /...../libgcc.a in musl-gcc wrapper
07e9d63b : depends on settimeofday which needs _GNU_SOURCE feature test
eda8e9da : implement futimens and utimensat
b1b465c4 : cleanup namespace in sys/time.h
f2374ed8 : implement fexecve
015d33c5 : cleanup utf-8 multibyte code, use visibility if possible
2a195dd3 : fix missing prototype for strsignal
41d51836 : various changes in preparation for dynamic linking support
73d310e1 : apply feature test protection to memccpy
b8ff2aaa : add implementation of memccpy function
9f19b3ec : fix backwards conditional in stpncpy
a6238c30 : rewind must clear the error indicator in addition to seeking
71e6be64 : change errno to static linkage (improves PIC code generation)
8cd48f09 : cleanup comment cruft in startup code
e2ee1bdd : make startup code PIE-compatible
cfcbea1e : remove sample utf-8 code that's not part of the standard library
d89c9e8a : use an accessor function for __libc data pointer when compiled as PIC
4ee039f3 : avoid referencing address of extern function from vdprintf
ba68efc9 : shave off 2 bytes from crt1.o _start
3075f7e8 : cleanup asprintf stuff
46b99426 : prototypes for GNU asprintf/vasprintf
bdc9ed15 : fix %n specifier, again. this time it was storing the wrong value.
f552c792 : include sys/sysmacros.h from sys/types.h when _GNU_SOURCE is defined
b1b75237 : fix typo in inotify structure
26031da0 : make malloc(0) return unique pointers rather than NULL
598a0147 : fix simple_malloc malloc(0) behavior not to return non-unique pointers
a23baf58 : fix simple_malloc size restrictions
96f21974 : fix null pointer dereference introduced in last sigprocmask commit
eee150f3 : make real symbols for the legacy (nonstandardized) utmp functions
d6a1e0c7 : resolve some header namespace non-issues
855df698 : move the GNU siginfo renaming so it doesn't lead to mismatching names
8668f033 : fill in some missing siginfo stuff in signal.h
2b43ef8f : make sys/param.h not depend on PATH_MAX and NAME_MAX
13e84592 : workaround gcc bug 46926 by providing a dumb sincos implementation
98e02144 : use rt_sigprocmask, not legacy sigprocmask, syscall in pthread exit code
5316d083 : fix typo in wordexp.h (note that the function is still unimplemented)
4b1244a0 : implement the remaining clock_* interfaces
19eb13b9 : race condition fix: block all signals before decrementing thread count
a49c1192 : prevent sigprocmask/pthread_sigmask from blocking implementation signals
fb11b6b8 : make pthread_exit run dtors for last thread, wait to decrement thread count
69ecbd0f : make mktemp match the historic behavior, and update functions that use it
2e6239dd : fix major bug created from copying mkdtemp logic
095a5ae6 : add syscall wrappers for inotify
cc2a8228 : cleanup cruft left from when kernel and user time_t disagreed
52874c82 : prototype wait3 and wait4
f3ef7a61 : add missing WIFCONTINUED macro and improve WIFSIGNALED
b386d818 : prototypes for brk and sbrk
ad2fe250 : support the ugly and deprecated ucontext and sigcontext header stuff...
e9417fff : add pthread_atfork interface
446b4207 : major improvements to temp file name generator
3e9e3016 : reformat mkstemp like mkdtemp
d5ca067c : add portable lchown (trivial to support and a few ancient things want it..)
982a4784 : prepare WHATSNEW for release
6d333355 : document in config.mak sample that x86_64 is supported
d09d068f : update WHATSNEW in preparation for release
127ab575 : avoid deleting the lib/empty file
e8827563 : reorganize pthread data structures and move the definitions to alltypes.h
4fd15956 : new solution for empty lib dir (old one had some problems)
a36164c4 : improve Makefile handling of git checkouts with missing lib/ and config.mak
187fe29d : make daemon try the operations that might fail before fork rather than after
19e35c50 : daemon should check for failures and return -1
b24bc15f : don't compare elements with themselves during qsort.
798a12ec : ucontext is no longer in the standard, so use gnu-friendly struct name
417dbe92 : some gnu software wrongly uses "struct siginfo" instead of siginfo_t...
56b784d6 : add to pthread.h: pthread_mutex_timedlock and sched.h, time.h
5cbd76c6 : fix printf %n specifier - missing breaks had it clobbering memory
e3657ba5 : patch by njk, simplifies thread register initialization for x86_64
22cd9cae : patch from njk: make x86_64 __uniclone branchless.
bad48126 : fix compile failure: legacy cuserid needs to define feature test
571312de : move stdio stuff that's not arch-specific out of bits
8894947b : protect some limit constants with feature test macros on x86_64
f4514620 : fix the types of some integer constant limits in headers
6d36c209 : fix missing EXIT_* in stdlib.h after header cleanup
1d729537 : feature test support in unistd.h
cda892dd : fix directory reading on x86_64
26f35514 : prototype for gnu strcasestr (currently a stub)
c0248191 : fix x86_64 wrongly reporting itself as ILP32 instead of LP64
62275f78 : news for upcoming release
4e302496 : fix another error from header cleanup, missing size_t in time.h
3eb9feaa : fix broken signal.h from header cleanup
0b9a1ed0 : some docs fixes for x86_64
9b235e83 : remove standalone syscall cruft
44460c6d : fix some type leakage (timer_t) from x86_64 commit
062354f2 : Optimize x86_64 atomics to take advantage of 64-bitness.
ebc4a179 : Remove __syscall_lseek from x86_64 syscall.h.
bb89bdd0 : Update x86_64 bits to mirror (modulo platform differences) the latest changes to i386.
1e126325 : Port musl to x86-64. One giant commit!
c2afb747 : yet another ugly legacy syscall rename...
f7eb91e7 : fix getrlimit handling on 32-bit systems, and ease porting to 64-bit
13a026bd : split off arch-specific stdarg.h stuff
03a2f3e4 : cleanup socketcall syscall interface to ease porting to sane(r) archs
cfe37314 : finish moving 32-bit-specific junk out of source files.
a5bf06c0 : move arch-specific internal headers into place
7b2dd223 : finish unifying thread register handling in preparation for porting
0b2006c8 : begin unifying clone/thread management interface in preparation for porting
59666802 : make pthread_create return EAGAIN on resource failure, as required by POSIX
1355fdca : preparing build system to handle ports - step 1
8f4865c8 : add previously-missing ios646.h
df6e3ec7 : add WHATSNEW file for 0.5.9 release
976f42d1 : guard against hard links to non-ordinary-files when reading tcb shadow
ca1aa5ba : more header cleanup and conformance fixes - string.h
131b5be2 : more header cleanup and conformance fixes - locale.h, time.h
1322cb82 : header cleanup, conformance fixes - signals
c316b284 : update various bits headers for new linux additions
6fbf8bfd : another pointer signedness fix
a8c17e65 : fix some pointer signedness issues (this was invalid C)
c247ebdd : more header fixes, minor warning fix
5377715c : ensure standard functions mk[sd]temp don't depend on removed function mktemp
c255e554 : put confstr.c with the other conf functions
e8362c8b : major bugfix for sigset_t (it was mistakenly 1024 bytes instead of bits)
74eea628 : extensive header cleanup for standards conformance & correctness
80695b1d : begin namespace-cleanup of standard C headers
7fe308eb : use a more-correct integer type, and silence 64-bit warnings as a bonus
05ea0455 : explicitly release crt/* to the public domain
a130d33c : fixed missing cast in the non-i386 version of shmat (preparation for ports)
f9d880d2 : cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts
2cdfb7ca : cleaning up syscalls in preparation for x86_64 port
978ca016 : syscall cleanup for umount2
a5dec113 : use umount2 syscall for umount (new targets lack old 1-arg umount)
1a9a2ff7 : reorganize thread exit code, make pthread_exit call cancellation handlers (pt2)
50e26f09 : reorganize thread exit code, make pthread_exit call cancellation handlers
f38c154b : added missing O_NDELAY
dc3776d4 : fix previous commit that broke sigreturn. looks like the asm is needed.
6027201e : ensure that musl is compiled as C99 code & XSI option is available in headers
e1d8d25a : fix omission that kept sa_restorer from being used
0bcbb53d : ensure that the compiler doesn't try to reorder around atomic ops
0b44a031 : initial check-in, version 0.5.0

+- Project: platform/external/nanohttpd

b65223c : Remove nanohttpd/fileupload

+- Project: platform/external/nanopb-c

31638f1 : Jeff moved to a different team so remove him from OWNERS
1eef276 : libprotobuf-c-nano: Updating min_sdk_version to 30
2df8701 : Adding library to bluetooth apex

+- Project: platform/external/neven

4ca1266 : Jeff moved to a different team so remove him from OWNERS

+- Project: platform/external/newfs_msdos

dd90b87 : Treat musl like glibc

+- Project: platform/external/nos/host/generic

9f133b8 : identity: Increase protobuf buffer size by 1024 bytes
97ff5a5 : KM: Bump the issuer_subject_name size to 100byte maximum
23f7d0e : KM: Update fuse enum for new sku D3M2
4b088ae : Deleted clang property in Android.bp files
d36a738 : Merge remote-tracking branch 'goog/upstream-master' into D2-TM-007
0e999da : Deleted clang property in Android.bp files
4b06530 : proto: Update SetBootStateRequest parameter to refect GKI design
4ba7b69 : nugget: Add new command to verify GSA and GSC secure channel
3d3ccc5 : nugget: Add new GSA-GSC pre-shared secret key for factory pairing
49a8ebb : identity: Add to support KM RKP
29d25b1 : Making nugget protobuf visible to other projects.
e0893e6 : Merge remote-tracking branch 'goog/upstream-master' into D2-TM-005
2443a10 : keymint: Proto definition of IRemotelyProvisionedComponent
0d58a57 : identity: Add new session RPC APIs for Android 13
be611e2 : nugget: Add support GSA key provision command
4e27e47 : identity: Add session_cookie to block external decryption request
df60cda : debug_dump: Add support new API to get GSC debug message

+- Project: platform/external/noto-fonts

3338745 : Reorganize Noto font owners
574f83f : Add PUA entries to cmap to make emojicompat happy.
3260aa3 : 2nd attempt: Add legacy emoji font file for compatibility
d290d93 : Add license_note
0ebaaee : Update NotoSansTamilUI font
528c313 : Update NotoSansTamilUI font
6498864 : Revert "Add legacy emoji font file for compatibility"
61173b5 : Add legacy emoji font file for compatibility
652c78f : Remove a rule that is no longer needed.
dd1a4d8 : Partial Revert "Updated the following fonts NotoNaskhArabic NotoNaskhAra..."
a69104e : Convert non-flag emoji to COLRv1
3ca7b7f : Update Noto CJK fonts
661d37f : Updated the following fonts NotoNaskhArabic NotoNaskhArabicUI NotoSansCanadianAboriginal NotoSansCherokee NotoSansGeorgian NotoSansLao NotoSansLaoUI NotoSerifDogra NotoSerifGeorgian NotoSerifHebrew NotoSerifLao NotoSerifThai
04f233d : Update NotoSansMiao font
6c9f7d4 : Update NotoColorEmoji to 2.034
14a7f4a : Update emoji font to 2.031 (Unicode 14.0)
47d4e49 : Update EmojiComapt font in system image
193f5de : Add AllEmojiTest test cases to framework
15fa5a4 : Add basic test case to emoji-compat font files
d599007 : Sync emojicompat changes to aosp-master
22fb397 : [RESTRICT AUTOMERGE] Revert "Sync emojicompat changes to aosp-master"
b880cbf : Sync emojicompat changes to aosp-master
90f49c7 : Add license_text
2f721ea : Extract flag font from NotoColorEmoji
ae97db0 : Drop new EmojiFont ver 2.023
fe5c8fd : Integrate add_watermark.py into createfont.py
763ae20 : Add version glyph to the PUA U+10FF00

+- Project: platform/external/nullaway

37f980f : Build nullaway error prone plugin
1b80a8f : Add license files
2c5152e : Fix JarInfer integration test on Java 11 (#529)
149700b : Enable build cache (#562)
76657f5 : Reason about key set iteration for subtypes of Map (#559)
4ec519c : Reason about iterating over a map's key set using an enhanced for loop (#554)
26cfc02 : Disable parallel builds and daemon for uploading snapshots (#555)
b27c6e1 : Require braces for all conditionals and loops (#556)
55de3a8 : Separating NullAwayTests into smaller files (#550)
6a4e11b : Switch to temurin to fix CI (#553)
45e081e : Add dependence from coveralls task to codeCoverageReport (#552)
1feded6 : Enable parallel builds (#549)
3c4912d : Initial empty repository
876b0c0 : Small tweaks to handling of assignments in dataflow (#547)
63ec845 : Improve nullness tracking of map calls in the presence of type casts (#537)
829155b : Prepare next development version.
20e2914 : Prepare for release 0.9.5.
232f344 : Better fix for crash on member selects inside module-info.java (#544)
5e3e5e4 : Add comment in switch expression tests (#545)
ae3629d : Fix crash with switch expression as a lambda body (#543)
bde8d50 : Add test case for unsound map reassignment handling (#541)
6c66a93 : Add task to run NullAway on itself (#542)
9228f59 : Bump AutoValue and AutoService versions (#538)
65410d1 : Bump Guava dependency to 24.1.1 (#536)
51277f4 : Prepare next development version.
0831768 : Prepare for release 0.9.4.
c9ef3f4 : Fix crash with fully-qualified names in module-info.java import (#534)
cd23826 : Prepare next development version.
1f5ccc1 : Prepare for release 0.9.3.
419f98f : Add JarInfer models for Android SDK 31 (Android 12) (#532)
041bca9 : Update to Gradle 7.3.3 (#530)
5826c00 : Changes to avoid re-running Gradle tasks unnecessarily (#528)
04e029a : Support for Coveralls on multiple modules (#521)
a479cca : Add tests for JDK 16+ records (#527)
6af3cfb : Pull jmh Gradle plugin version to top level (#526)
3a52c31 : Test that DummyOptionsConfig's methods throw IllegalStateException (#525)
025ebf0 : Make jar-infer-lib tests pass on JDK 11 (#523)
da57750 : Adds custom Nullable Annotation via Error Prone CLI flags (#522)
2835649 : Add support for switch expressions (#520)
f6ad8c8 : Fix soundness bug with dereference of ternary expressions (#516)
c1aa469 : Some fixes to GitHub Actions config (#514)
df1369e : More JDK 11 / 17 updates (#512)
a20719e : Run some tests on JDK 17 (#511)
f98fb3f : Bump to Checker dataflow 3.20.0 (#510)
1601d1d : Update to Gradle 7.3.1 (#509)
98fb73b : Compile and test with Error Prone 2.10.0 (#507)
c970ea8 : Add basic library support for grpc Metadata through GrpcHandler (#505)
39a92c6 : Support methods taking compile-time constant fields in Access Paths. (#504)
eb8043f : Report all "Passing @Nullable where @Nonnull required" issues for a method call (#503)
6894ca9 : Bump jmh plugin to 0.6.6 (#500)
393adb0 : Add Autodispose benchmark (#498)
3ea7ab9 : Compile and test with Error Prone 2.9.0 (#497)
441e0c2 : Update to Gradle 7.2 (#496)
28d65b5 : Update README.md
8ccf291 : Docs: Fix a broken link in README.md (#495)
2f9e565 : Bump to Error Prone 2.8.1 (#494)
6b66c19 : Prevent JMH tests from running on pre-v11 JDKs (#492)
b69bd62 : Prepare next development version.
9b56c35 : Prepare for release 0.9.2.
f309887 : Test on CI with Error Prone 2.8.0 (#491)
88eac2f : Bump Checker dataflow to 3.16.0 (#490)
e9182b8 : Ensure jmh task always runs (#489)
b3f98fb : Add a jmh module for benchmarking (#487)
60d5ee0 : Update to Gradle 7.1 (#486)
bf11c20 : Update to Checker Framework 3.14.0, and use shaded dataflow artifact that is specific to NullAway (#485)
f8e9cbe : Add library model for version of `Objects.requireNonNull()` that takes a `Supplier` (#483)
658819f : Update to Gradle 7.0.2 (#481)
4f63460 : Check code with Error Prone 2.7.1 (#480)
067c31d : Default models support for Spring's Autowired (#477)
7a33853 : Check our code with Error Prone 2.6.0 (#472)
49b8f05 : Allow specifying custom names for Contract annotations (#476)
5d4b086 : Also test NullAway on Error Prone 2.6.0 (#471)
c9487c1 : Allow Error Prone API version to be configured via a property (#470)
dba4c2d : Small Gradle build cleanup (#469)
8b688bc : Add library model for java.nio.file.Path.getParent() (#464)
3c38680 : Prepare next development version.
c17c8a5 : Prepare for release 0.9.1.
8cf8f3b : Add JarInfer models for Android 11 (SDK 30) (#460)
0f12ab0 : Fix publication of fat jar for jar-infer-cli. (#461)
f292bed : Update README.md to link to GitHub Actions CI
98de867 : Fix snapshot releases in GitHub Actions and retire Travis CI (#458)
e552ba7 : Add baseline support for records (#377)
0c27e89 : Switch from mvn-push script to gradle-maven-publish-plugin (#457)
b5bd1bc : Gradle: switch to java-library plugin where possible, and fix some warnings (#455)
58b20e6 : Update Gradle to 6.8.3 (#451)
c26cdd5 : Switch developer metadata for releases to Uber (#454)
29f7141 : Prepare next development version.
786eae2 : Prepare for release 0.9.0.
998ba05 : Ignore library models return nullability on first-party code. (#446)
35fa696 : Remove shadow config from nullaway module (#449)
5bfb130 : Replace deprecated EP API buildDescriptionFromChecker with BugChecker#buildDescription (#447)
875cf56 : [ContractHandler] Handle @Contract with empty value. (#450)
af24db1 : Run CI only on PRs and pushes to master (reduce job queuing) (#443)
e1460f4 : GitHub Actions: Run CI on external PRs. (#442)
eed3fc0 : Set Up GitHub Actions CI and SNAPSHOT uploading (#440)
7164a48 : Add support for jakarta.inject-api (#439)
6aa6271 : Library models for common third-party utility classes (#436)
d7e96e4 : Add method pre- and postcondition using @RequiresNonnull/@EnsuresNonnull (#423)
660a513 : Contract handler followup (Refactored) (#428)
cd93d7f : Added contract check support (#312)
10551e5 : Update to Gradle 6.6.1 (#420)
72f792e : Add library model for Service.onStartCommand (#419)
d80c9b5 : Add library model for TextView.getLayout() (#418)
638200b : Update to Checker Dataflow 3.6.0 (#416)
9bebfff : Try to handle lombok.Builder without crashing. (#414)
abc1dcd : [Fix] Handle WideningConversionNode in Map key specifiers (#415)
ec6b218 : Prepare next development version.
01f7416 : Prepare for release 0.8.0.
02ca552 : Improved Map handling: Strings and integers. (#413)
676f647 : Make excluded class annotations work on nested classes (#412)
62f343a : Update credentials for uploading SNAPSHOT builds from Travis CI (#409)
4375cf0 : Allow library models of the form null param -> null return (#407)
3e2233b : Prevent memory copy of list of Jar/Aar file entries. (#404)
7f9aacb : Fix new Error Prone 2.4.0 detected issues. (#403)
bf3de0f : Upgrade Error Prone dependencies to 2.4.0. (#400)
c1d0737 : Fix: android-jar.py's exit code. (#399)
bbc790f : Make `@ChecksForNull` an alias for `@Nullable` (#397)
cc7869b : Update README.md
cde9d0c : Clarification on sample-app build.gradle
4645867 : Update dependencies for Android
56d1df2 : Support null implies false library models (#394)
4e88ba3 : Improve suppression of subcheckers, taking into account full AST path (#392)
4b07b51 : Prepare next development version.
68381b7 : Prepare for release 0.7.10.
47f8d7b : Improve matching of native Map methods (#390)
5805cf5 : Add default library model for CompilationUnitTree.getPackageName() (#384)
b4ee446 : Add @MonotonicNonNull as lazy initialization annotation. (#383)
e43fc1e : Update to Gradle 6.1.1 (#381)
e1d6960 : Include outer$inner class name when reporting field init errors (#375)
71b7ec8 : Give line numbers for uninitialized fields when reporting error on an initializer (#380)
f247a89 : Add Java 8 streams nullness-propagation support (#371)
958d3fc : Prepare next development version.
9965633 : Prepare for release 0.7.9.
973f976 : Update to Checker Dataflow 3.0.0 (#369)
b3646ef : Handle Nullchk operator (#368)
6fde476 : Added OPTIONAL_CONTENT synthetic field to optional for emptiness trac… (#364)
f1307b0 : Update to WALA 1.5.4 (#337)
8990141 : Update Gradle version to 5.6.2. (#362)
15c0907 : Prepare next development version.
d062ad2 : Prepare for release 0.7.8.
5334cc0 : [JarInfer] Ignore non-public classes when inferring annotations. (#360)
64878d3 : Added NullAway.Optional suppression (#359)
065e8bf : Prepare next development version.
af47a51 : Prepare for release 0.7.7.
80d338d : Use Android Nullable/NonNull annotations for AARs (not javax) (#357)
aa4c1dc : Fix #354 Preconditions checkNotNull support. (#355)
aee249b : Support Optional isPresent call in assertThat (#349)
0f30ec6 : Prepare next development version.
631c4f3 : Prepare for release 0.7.6.
d384f6e : Skip read-before-init analysis for assert statements (#348)
a92bd3b : Fix #344 onActivityCreated known initializer. (#346)
073f31a : Add option to JarInfer to deal with signed jars. (#345)
746f21f : Fix #333 Nullaway init suppression issue (#343)
d617d0c : Handle cases when there are no annotations on methods or parameters in JarInfer (#342)
eadcd3a : Avoid adding redundant annotations during bytecode rewriting in JarInfer (#341)
047107c : Adding support for Aar-to-aar transformation. (#334)
2797368 : [JarInfer] Use exact jar output path when possible (#339)
d0c921d : [JarInfer] Don't compute frames on bytecode writting. (#338)
354d4fc : Update to Gradle 5.5.1 (#336)
4acc17d : Add support for @RecentlyNullable and @RecentlyNonNull (#335)
f006348 : Annotate StringUtils.isBlank() of org.apache.commons (#330)
fff2e00 : Library models for guava's AsyncFunction (#328)
d2c1476 : Prepare next development version.
beb83a0 : Prepare for release 0.7.5.
e1a1166 : Allow models to override @Nullable on third-party functional interfaces (#326)
9a59393 : Prepare next development version.
0988cb3 : Prepare for release 0.7.4.
4f5cc7a : Treat methods of final classes as final for initialization. (#325)
85266e4 : Fix @NullableDecl support (#324)
f1b0e3c : Different approach for param analysis (#320)
9e4b320 : Fix Travis build for Android (requires `dist: trusty`) (#322)
9f9ba2b : Minor refactor and cleanup in JarInfer-lib (#319)
7d71b85 : Refactor the driver and annotation summary type in JarInfer (#317)
7a29a31 : Add support for Jar to Jar transformation to JarInfer (#316)
969329e : Prepare next development version.
448cb30 : Prepare for release 0.7.3.
cd6e24f : Make class-level caches for InferredJARModelsHandler instance fields. (#315)
8fce284 : Adding support for CoreMatchers and core.IsNull in hamcrest. (#311)
c3979b4 : Handle assertThat in JUnit and Hamcrest. (#310)
f8d255c : Added tests for optional emptiness support with Rx (#308)
29dd90c : To string fix for AccessPathElement (#306)
d4ae917 : Handle assertThat(...).isNotNull() statements (#304)
a549a59 : Updating Readme for Travis migration
713bc5e : Prepare next development version.
56a027e : Prepare for release 0.7.2.
d2d84b0 : Add support for UNSIGNED_RIGHT_SHIFT. (#303)
4d7b4d0 : Update Gradle, Error Prone plugin, and Android Gradle Plugin (#294)
244a587 : Fix merge conflict between the two latest commits (#302)
26b3f55 : Upgrade to Error Prone 2.3.3 (#295)
e529f53 : Nullable switch expression support
8f06f38 : Install GJF hook using a gradle task, rather than a gradlew hack. (#298)
774aee6 : Prepare next development version.
f37abe2 : Prepare for release 0.7.1.
b99e4cf : Remove warning about @Nullable var args (#296)
a724228 : Prepare next development version.
974e02e : Prepare for release 0.7.0.
401d048 : Improved varargs support. (#291)
18b386a : Refactor for ErrorMessage class use (#284)
31a1842 : Custom path to Optional class for Optional emptiness handler (#288)
0b9cdef : Add support for methods taking literal constant args in Access Paths. (#285)
4a4b591 : Added Optional emptiness handler (#278)
baf7fbb : Prepare next development version.
285f7e0 : Prepare for release 0.6.6.
3a1e2bf : Add model for Preconditions.checkNotNull(obj, message). (#283)
b3f887e : Prepare next development version.
3d1dc0a : Prepare for release 0.6.5.
4a6e4dd : Revert "Model parseXXX methods of boxed primitives as having @NonNull parameter (#270)" (#281)
bab710c : Add Fragment.onViewCreated as a known initializer. (#279)
6fe4b11 : fix models (#277)
ba56d5b : Adding support for Activity and Fragment coming from the support libraries: (#275)
404dc89 : Tell user to not report Error Prone issue when AnnotatedPackages option is missing (#273)
46073af : Various fixes for generating @SuppressWarnings (#271)
33152f1 : Model parseXXX methods of boxed primitives as having @NonNull parameter (#270)
0ac6057 : Prepare next development version
58ed94c : Prepare for release 0.6.4
72bdb43 : Revert "Stop shadowing Checker Framework libraries (#258)" (#268)
b9c22d6 : Update the compile benchmark harness script to be more usable (#267)
ee0f8f3 : Optimize library model lookups (#265)
fc406a1 : Add models for Apache StringUtils isEmpty methods (#264)
f1a8751 : Initial support for JDK 11 (#263)
cf8b704 : Disable JarInfer handler by default (#261)
c3ab5d2 : Downgrade Gradle to 4.10.2 (#262)
01194cd : Update to Gradle 5.0 (#260)
736dd4e : Stop shadowing Checker Framework libraries (#258)
abb96b5 : Remove sudo: false from travis config (#257)
6d58494 : Prepare next development version
d53bb06 : Prepare for release 0.6.3
0c1d8ac : Fix handling of enhanced for loops (#256)
19cbe82 : Prepare next development version
a412c8b : Prepare for release 0.6.2
fee6872 : Handle lambda override with AcknowledgeRestrictiveAnnotations (#255)
009719c : Handle interaction between AcknowledgeRestrictiveAnnotations and TreatGeneratedAsUnannotated (#254)
55b50fe : Prepare next development version.
37cd629 : Prepare for release 0.6.1.
5006267 : Add support for renamed android.support packages in models. (#253)
d0bddbc : Fix error on checking the initTree2PrevFieldInit cache. (#252)
d1684d9 : Restrictive annotated method overriding (#249)
2cf8011 : Update net.ltgt.errorprone to 0.6, and various small updates to the build (#248)
81aba29 : Update to Error Prone 2.3.2 (#242)
e94911e : Change how jarinfer finds astubx model jars. (#243)
52f2e2b : Update Gradle examples in README (#244)
81030b5 : Assertion of not equal to null updates the access path (#240)
237a6ef : Enable excluded class annotations to (mostly) work on inner classes (#239)
0b28b6a : Prepare next development version.
8dd1c30 : Prepare for release 0.6.0.
c0f3d41 : Pass nullability info on enclosing locals into dataflow analysis for lambdas and anonymous / local classes (#235)
15b8dca : Bump Checker Framework to 2.5.5 (#233)
7a0c1dc : De-genericize NullnessStore (#231)
bceb3b5 : Fix AutoFix for MethodRefs returning null. (#229)
2487e1c : Add support for marking library parameters as explicitly @Nullable (#228)
f3be0a7 : Prepare next development version.
4608861 : Prepare for release 0.5.6.
eb5c8cc : Make JarInfer generated jars fully deterministic by removing timestamps (#227)
f22c416 : Fix empty comment added when AutoFixSuppressionComment is not set. (#225)
b27b01f : Fix code coverage badge on README.txt
874bf5b : Add coverage measurement through coveralls. (#224)
bfadd66 : Prepare next development version
b662a88 : Prepare for release 0.5.5
9e8d712 : No need to check GJF when uploading snapshot builds (#223)
bfd56c3 : Handle invocation of native method from initializer (#222)
0e608dd : Add ErrorURL option (#220)
4e468e6 : Fix Changelog typo.
5a34cd5 : Prepare next development version.
f3be922 : Prepare for release 0.5.4.
6251c19 : [JarInfer] Handler for @Nullable return value annotations (#216)
4c18813 : Update to Error Prone 2.3.1 and centralize Java compiler flags (#218)
8275e83 : Update readme and tooling versions (#217)
772e8b6 : [JarInfer] Write to/load from separate astubx model jars (#214)
74b1858 : Add AutoFixSuppressionComment flag. (#213)
3c01e29 : Prepare next development version.
38ae934 : Prepare for release 0.5.3.
0a91e9b : JarInfer checks for null tested parameters (#211)
d005bd2 : Create android-jarinfer-models-sdk28 and fix release scripts. (#210)
4ffcc40 : Small test for restrictive annotations and generics. (#209)
411a3c0 : fix: zip entry size error (#207)
f7ce9f2 : Handler for separate Android models jar (#206)
15eef74 : Handle @NotNull in hasNonNullAnnotation. (#204)
e51677f : JarInfer: Third-party bytecode analysis (MVP version) (#199)
cabef1f : Prepare next development version.
59dea35 : Prepare for release 0.5.2.
18a4290 : Fix @NonNull argument detection in RestrictiveAnnotationHandler. (#198)
9b90a7d : Various crash fixes (#196)
e565a11 : Add ExcludedFieldAnnotations unit tests. (#192)
737c15e : Fix NPE in Thrift handler on complex receiver expressions (#195)
628f08d : Prepare next development version.
fd571af : Prepare for release 0.5.1.
75c6a55 : Various fixes for AcknowledgeRestrictiveAnnotations (#194)
00b6e13 : Prepare next development version.
53ddb5e : Prepare for release 0.5.0.
79d0f8c : Check that castToNonNull method is not passed @NonNull (#191)
34e6db4 : Add -XepOpt:NullAway:AcknowledgeRestrictiveAnnotations config flag. (#189)
3dce1cd : Add support for LEFT_SHIFT and RIGHT_SHIFT (#188)
cfb1e24 : Remove a suppression from a test that doesn't need it. (#183)
f92d6a1 : Support Objects.isNull (#179)
13bd4e6 : Prepare next development version.
03f8ff7 : Prepare for release 0.4.7.
0c1e603 : Fix NPE inside NullAway when initializer methods use try-with-resources. (#177)
bd00274 : Properly read type use annotations when code is present as a class file (#172)
9d0d969 : Cleanup some unnecessary state (#168)
7d4072d : Prepare next development version.
643e15a : Prepare for release 0.4.6.
b827864 : Don't report initialization warnings on fields for @ExternalInit classes with no initializer methods (#166)
fe11a8a : minor cleanup in Apache Thrift handling code (#165)
fb04e4e : Fix a couple of Thrift issues (#164)
f4c8244 : Prepare next development version
251390e : Prepare for release 0.4.5
d2f37b0 : fix bug in handling TBase.isSet() (#161)
acf8856 : Prepare next development version
244812b : Prepare for release 0.4.4
b3bfa8e : add UnannotatedClasses option (#160)
427a5d5 : Prepare next development version
1620c50 : Prepare for release 0.4.3
0ee75ef : handle unboxing of array index expression (#158)
d62df5a : Fix #156 (#157)
b51b44d : Make sure our unit tests break if we drop regexp support. (#155)
ddccef8 : Prepare next development version.
831ad8e : Prepare for release 0.4.2.
85a133d : Update Checker Framework to 2.5.0 (#150)
ec3e35b : Use `@SuppressWarnings` as autofix in a couple more places #149
aa08a90 : Add a Handler for supporting isSetXXXX() methods in Thrift-generated code (#148)
65afe4c : Properly find super constructor for anonymous classes (#147)
9f08d3a : Don't crash on field initialization inside an enum (#146)
70c1f5e : Prepare next development version
e249966 : Preparing for release 0.4.1
6af758e : Tweak test case for Rx method ref support
a2c7d93 : Initial RxNullabilityPropagator support for method references. (#141)
73d1544 : Prepare next development version
823e0f5 : Preparing for release 0.4.0
4ad0a4e : Correctly handle reference to method in jar file (#140)
5f65395 : Handle method references (#139)
7155f1e : Allow for use-and-passthrough methods in RxNullabilityPropagator. (#137)
c4591db : Prepare next development version
07a4dfc : Prepare for release 0.3.7
9aea45e : Fix crash when access path doesn't exist for an actual argument in ContractHandler (#136)
8ccab42 : Prepare next development version
7d22eff : Prepare for release 0.3.6
2185020 : Fix crash when using try-with-resource with an empty try block. (#135)
e20088d : Add support for (a subset of) org.jetbrains.annotations.Contract (#129)
a817b34 : Add support for JUnit 5 Assertions#assertNotNull() (#131)
726a823 : Update link to Uber CLA in pull request template (#132)
0a4578c : Add support for Objects#requireNonNull(T) (#130)
b91c226 : support for assertNotNull (#128)
872c3e4 : Prepare next development version
611583d : Prepare for release 0.3.5
4c0f56b : Add TreatGeneratedAsUnannotated option (#127)
9100fac : Prepare next development version
4fd450a : Prepare for release 0.3.4
3781e90 : Add support for classes that get initialized externally (#124)
fca8e2c : Prepare next development version
513ec48 : Prepare for release 0.3.3
c9d1c17 : Greatly improve Try/Finally handing, particularly initialization checks. (#123)
caeb60c : made Guava dependence explicit (#120)
82d4e0f : Add some try/catch/finally test cases. (#116)
75ca02a : Prepare next development version
183e5ac : Prepare for release 0.3.2
f40f0c4 : Fixup build.gradle again
4835c73 : Prepare next development version
479c513 : Prepare for release 0.3.1
3f60bd5 : Fix bug with anonymous classes and generics (#112)
80fcee3 : Update CF dataflow and javacutil versions (#110)
489429a : Fix shadow Gradle configuration (#109)
9c5760f : Properly handle invocation of anonymous class constructor with parameters (#108)
cd6320b : Handle assignment expressions in equality comparisons (#107)
4459570 : Create an initial harness script for benchmarking NullAway overhead (#105)
a072fba : Update README.md
059f830 : Update README.md
effcdaf : Prepare next development version
31c97ec : Prepare for release 0.3.0
e3ac08d : fix model for TextUtils.isEmpty (#92)
721d217 : add WebView.getUrl() model (#91)
e9fc11b : Use proper method signatures in library models (#90)
861d493 : Add models for java.util.Deque methods (#86)
77def5d : support @NullableDecl (#84)
f602ef4 : update README (#80)
da29c0f : support more annotations by default (#81)
a5cdecb : only run GJF pre-commit if Java files have changed (#78)
ca11699 : Bump Gradle, Gradle Apt plugin, and Gradle EP plugin versions (#77)
a08b2ed : Add sample Android app (#76)
aef855f : Clarify that we require a CLA signature to accept pull requests
cda4dca : Fix CHANGELOG
1ea1192 : Prepare next development version
a7f8faf : Prepare for release 0.2.2
81af95e : Handle getting class of primitive type properly (#71)
fa3c5ee : Enable snapshots (#70)
c368434 : Fix another bug with fields and unannotated packages (#69)
58db3cf : Prepare next development version
2706ff0 : Prepare for release 0.2.1
eafb7af : Models for ArrayDeque (#68)
18574f8 : fix bug with accesses of fields from unannotated packages (#67)
8ffa583 : Prepare next development version
9e4f9c7 : Prepare for release 0.2.0
8ea0bde : Check for read before init for a single @Initializer method (#63)
61f1d97 : model java.lang.Throwable.getMessage as returning @Nullable (#62)
d8dc8f0 : Add check that `@NonNull` fields are not read before they are initialized (#58)
8bab438 : Prepare next development version
95278e0 : Prepare for release 0.1.8
6ea1e9f : Handle @Nullable type use annotations (#56)
71efe52 : handle AND, OR, XOR expressions getting unboxed (#55)
b7ebabe : update README with support options
ac6e3e1 : add sample library model (#53)
4ded11c : Make Error Prone dependence compileOnly (#50)
6e1458f : Add note about old Dagger versions to README
e189ab5 : Link Error Prone in README
66816fb : Prepare next development version
7c89f33 : Prepare for release 0.1.7
0c5b5e1 : add check for unannotated packages when excluding a class (#46)
794f5da : fix prefix operators (#43)
7b7fbb4 : Handle unary minus and unary plus (#40)
52c76db : -XepOpt:NullAway:ExcludedClasses accepts package prefixes. (#38)
fd5474b : Prepare next development version
bff2885 : Prepare for release 0.1.6
9aa68af : Don't check lambda result expression if FI returns void. (#37)
98ca1e7 : Add support for initializer blocks (#34)
0681aed : Prepare next development version
fc5036b : Prepare for release 0.1.5
fc9e16a : fix up maven + shadow jar integration (#33)
c48edad : Add finer grained suppressions and auto-fixes (#31)
8a2b1a8 : Fix pre-commit hook to let us version the logic (#32)
c23317c : Add lambda support to the RxNullabilityPropagator handler. (#12)
7d6e253 : Depend on our own custom checker framework fork for now. (#29)
b4daf46 : Enable Google Java Format (#30)
e925961 : Various code cleanups (#24)
5b8dc3d : add code of conduct
6ff60aa : Prepare next development version
285c6c0 : Prepare for release 0.1.4
1f5ed44 : license headers
80f92fb : Re-use code from javac for finding functional interface type method
f31a2f7 : link to docs on other build systems in README
51bda0e : Use Junit annotations properly in CheckFieldInitNegativeCases.T6 (#21)
08c50d6 : Add the option to provide custom initializer annotations. (#20)
b753160 : Fix typo in CHANGELOG.md
a24d2a4 : Prepare next development version
c5774c2 : Prepare for release 0.1.3
6850cfc : Update CONTRIBUTING.md
05a9d35 : Update CONTRIBUTING.md
192ef49 : Handle super-interfaces when retrieving lambda FI methods. (#17)
5177099 : Better error message for field initialization (#15)
681c283 : make sample Gradle config consistent with README
7d40ade : A few README tweaks (#10)
2801105 : Check the return value of lambdas with a EXPRESSION body (#13)
514246c : Prepare next development version
521da1e : Prepare for release 0.1.2
d31e42c : Refactor RxNullabilityPropagator. (#8)
d1f86d4 : Update README.md
b07c37f : Downgrade back to Checker Framework 2.1.14 (#7)
f9b668d : Prepare next development version.
bff98ba : Prepare for release 0.1.1.
20b4785 : Upgrade checkerframework dependency to v2.2.0 (#4)
92b3aad : Cleanup some gradle configuration (#5)
af6bbb2 : Fix Javadoc warnings.
c42fd7e : update error message URL
d3174b8 : Proposal - remove the contributing section from the README to dedup from CONTRIBUTING
86f82c8 : Add syntax highlighting to README snippets
6540ad4 : Prepare next development version.
088d0cc : Prepare for release 0.1.0.
ada4654 : kick-start a Travis build
977c944 : tweaks to build scripts
88bdd4a : NullAway initial commit

+- Project: platform/external/obex

fb45b35 : Rename library to com.android.obex
9af11bf : Add obex library source code, build file, and OWNERS file
1419e08 : Add licensing and metadata files for platform/external/obex
7f849e6 : Initial empty repository

+- Project: platform/external/oboe

97a83ea : Adding Android.bp to AOSP.
2beef53 : Upgrade oboe to bab1c7de64aa1395c83be384056e2bad061ea272

+- Project: platform/external/obstack

5bef457 : Add obstack_printf to libobstack
d848717 : Compile libobstack for the platform
3f150c1 : Add go/android3p files for external/obstack
61a263b : Import obstack.c and obstack.h
83716e2 : Initial empty repository

+- Project: platform/external/oj-libjdwp

76492bc4b : Use standards compliant header locations
1a84db956 : Update OWNERS to point to art/OWNERS

+- Project: platform/external/okhttp

d101e9e : [DO NOT MERGE] Update external/okhttp/repackaged to match source.
8949c2c : UPSTREAM: Increase test timeout for slow devices
6bb2aba : Fixing stability of CallTest.cancelInFlightBeforeResponseReadThrowsIOE
9a853ef : Fixing stability of headersOnlyStreamIsClosedAfterReplyHeaders
fa94f2e : Allow okhttp-norepackage to compile in master-art
04fa376 : Remove unused @CorePlatformApi and mark APIs in okhttp as @SystemApi
4291869 : Making the OkHttp internal framed tests more stable
b0ad4f1 : Document and @hide okhttp APIs

+- Project: platform/external/one-true-awk

075624a : minor edit, maintainer email.
7816d47 : When closing, don't flush input streams
99f6a43 : Fix error handling in closefile and closeall
1d780ac : Delete leading spaces surrounding closefile
01749f0 : Revert "resolve parsing of a slash character within a cclass "/[/]/" without escape"
cfe6b6b : Revert "version and FIXES updated."
52fb5d0 : version and FIXES updated.
d91c473 : resolve parsing of a slash character within a cclass "/[/]/" without escape
c50ef66 : updated
a4ca5ea : updated version date
14c3fe4 : updated FIXES, added getline corruption tests
1debe19 : awkgetline: do not access unitialized data on EOF getrec() returns 0 on EOF and leaves the contents of buf unchanged. Fixes #133.
275a80f : Heap buffer overflow from PR #83 fixed in #121
40f0527 : Fix https://github.com/onetrueawk/awk/issues/121
f9affa9 : fix -F "str" vs -v FS="str" when str is null
aa8731e : PR #112, #116, #117
45dab2a : awk: Make -F '' and -v FS="" behave the same
92f9e8a : Fix readrec's definition of a record
feaf62d : Fix regular expression RS ^-anchoring
d54b703 : Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q. This resulted in the NUL terminator being written to the end of the buffer which was not the same as the end of the string. That in turn caused garbage bytes from malloc() to be processed. Also change the NUL termination to be less error prone by writing the NUL immediately after the last byte copied.

+- Project: platform/external/open-dice

9b901a3 : Fix the assignement of the bcc_size.
459f597 : Split BoringSSL ops into hash+kdf and ed25519
5691d65 : Update BccHandoverMainFlow to handle BccHandovers where Bcc is absent.
039b87c : Update DiceMainFlow to compute CDI certificate only if requested.
55a2cda : Roll boringssl
1bd3dfc : Roll pigweed
5669e7b : Rust bindgen: DiceInputValues alias and size_t-is_usize
33a201c : Add bcc.c source file to rules.mk for hwbcc in Trusty to use.
ecade46 : Add tests for generated rust bindings.
785b0b4 : Make open-dice dependencies for DICE HAL vendor available.
3d32ed5 : Add bindgen rules for libopen-dice-cbor/bcc.
ecd29a6 : [ANDROID] Add build rules for BCC library, tests and fuzzers
190b438 : Add BCC functions
fd7b29a : [ANDROID] Reinstate -Wvla in the Trusty build
87d91de : Add CBOR reading utilities
8ff2adf : Stop using VLAs
0ad296a : Make DICE_ID_SIZE a constant.
5fa29e0 : Refactor COSE encoding to their own functions
cc0496d : Add OWNERS file
36d014a : external/open-dice remove all submodule paths.
f0b0690 : [ANDROID] Fix build rules for static dependencies
fe35380 : Introduce config header
b508bb8 : [Android] Add open-dice to the build system.
5d6eeec : Move from dynamic to static dependencies
fccccf3 : Add uint CBOR writer
9573bec : [ANDROID] Add Android.bp and preupload configuration
9c7bbdd : [ANDROID] Add script to merge upstream
bb42e82 : [ANDROID] Add metadata files and remove .gitmodules
bf2b2b3 : Fix CBOR based DICE fuzzers
fa89d26 : Support testing with Googletest and on 32-bit
41f509c : Initial empty repository
2cbce15 : Add branches for submodules
126d857 : Add CBOR in-place bstr/tstr writing functions
33ddacd : Evolve the CBOR writer API
b963995 : Expose signing operations in DiceOps
1f8ec2d : Rename some private keys to private key seeds
ef277c9 : Correct CDI private key size
57940fb : Initialize DiceOpswith named initializers
5c482c0 : Use C++20 for C++ code
195cee5 : Add functions to write simple CBOR values
3a1a353 : Drop cn-cbor dependency from CBOR cert operations
c6463a5 : Use Pigweed boringssl mirror
0677a07 : Roll pigweed
3072d32 : Roll mbedtls
e132e13 : Roll boringssl
454787d : Switch submodules to Gerrit mirrors
163cfb3 : Fix image paths in spec markdown
0762a2e : Initial drop
a85f7a9 : Initial empty repository

+- Project: platform/external/opencensus-java

8fd12cb9 : Remove log4j and its references from opencensus
ac79827f : Remove external/opencensus-java/.gitmodules and submodule directories.

+- Project: platform/external/openscreen

95e21bc2 : [windows] Fix stale pointer dereference.
f54d9252 : Remove unusd absl include
36c3651b : [Open Screen] Generate unique id for loopback.
8f61e5d1 : [Open Screen] Update scripts to python3.
13b515f3 : Fix AV1 bug in standalone sender/receiver
282792c4 : Use individual fields to initialize msg_hdr struct
c1ba479f : Add missing initializer for ConfiguredSenders
158ca934 : [Remoting] Updates to RPCMessenger for downstream usage
65bcc6e2 : Enable AV1 codec in standalone sender and receiver
8b2ec3dd : Add VP9 and AV1 testing to standalone_e2e.py
a2694432 : Fix use of win32 gmtime_s
9b366608 : Internal change
b9be95ee : Add informational cast standalone bot
c6fdd48a : Update SampleFormat to match media::SampleFormat
0a7aefe8 : [Cast Streaming] Add standalone python test script
d816f4dc : Add AOM as a third_party dependency
d3d74859 : [Cast Standalone] Implement Play/Pause
7ad58ffa : [Open Screen] Adds a fuzzer_tests_all target.
edf4a248 : Fix some instances of -Wunreachable-code-aggressive.
f93c36b1 : [Open Screen] Fix mdns build issues.
03ca0440 : Add AuthContext::CreateForTest for fuzzer
f9715c53 : [Open Screen] Create a //discovery:public target
0d8bd6b2 : Another fix for -Wunreachable-code-aggressive.
1243e01d : Fix a few more accesses of private BoringSSL structures.
b2074333 : Enable VP9 codec in standalone sender and receiver
4f206718 : [Cast Streaming] Add codec parameter
d29ea545 : [Open Screen] Replace mDNSResponder.
3eca605e : [Open Screen] Add QUICHE as a third_party dependency.
616a118d : [Open Screen] Update README.md
473dd107 : Fix some -Wunreachable-code-aggressive errors.
57a4af26 : [Open Screen] Fix lint errors in tools/cddl.
8d0f58e0 : Fix Ordering Issue in Header
bffb5c22 : Define virtual destructors in Client interfaces.
7e167e2b : Remove abseil dependency from HexEncode method
01c7cc26 : Remove default implementation of GetLocalEndpoint
63757501 : infra/config: remove unnecessary properties
0e9da451 : Add a new constant for AV1 codec.
c493f723 : [Open Screen] Capture error messages in cast_auth_util_internal.cc.
6c8b744d : Improve codec filtering in streaming_schema.json
9d6aade8 : Rename Device to Receiver
223797e8 : Remove print statements in .gni files
cf428dff : Remove DVLOG debug logging throughout LibCast
2e2730fe : [Cast Streaming] Add codec negotiation over RPC
f2d9d267 : Remove unused GetLocalEndpoint method from TlsConnection interface
29efcb65 : Update message util to use EnumNameTable
fb98aaba : Rename ServiceInfo to ReceiverInfo
6c58a6c9 : Fix Wunreachable-code-aggressive.
082e0e3d : Add filtering for deprecated IPv6 addresses
8a7173ad : [Cast] Fix merge conflict
12857d42 : hotfix: Exclude Cast Core API from Mac
70ebaff5 : Update Cast Core API deps
8ac28e19 : [Cast Streaming] Allow playing file only once
43bb3ea9 : Add Cast Core API BUILD.gn
aa2fd38f : Fix compile error due to initialization issue
5ab621cc : Fix Autoroller
1fcefe1f : Add SupportsAllAllowedBy() function to ReceiverSession inner classes
5df61d73 : Internal change
f3b911c8 : Fix GN check issues
5139930c : Fix annoying PRESUBMIT errors
423f5afa : [Cast Streaming] Update receiver commenting
a6c92a80 : [Cast Streaming] RpcBroker -> RpcMessenger
0f37d8d3 : [Cast Streaming] Add DCHECK for codec types
f6e2b5ea : [Cast Streaming] Improve remoting in ReceiverSession API
1a4e533d : [Cast Streaming] Messager -> Messenger
94090603 : [Cast Streaming] Document Android RTP Hack
946f489b : [Hotfix v2] Fix deprecated Offer::Parse declaration
8566e3b6 : [Hotfix] readd deprecated declaration
accf7fd7 : [Cast Streaming] Cleanup OFFER/ANSWER
dec3ae51 : [openscreen] Fix some DEPS and PRESUBMIT issues.
cacde332 : [Open Screen] Allow deprecated ffmpeg initialization.
425c136f : Cleanup some documentation
6e279a0a : [Infra] Updates to enable Python3 PRESUBMIT
6e5b9007 : [openscreen] Update openscreen recipe to use bionic by default.
57144ca6 : [Streaming] Add some validity checking/cleanup
655e5480 : Create Base Class for Receiver
37e21e8e : Update Build Rules
6f8ee344 : [Cast] Add capabilities handling to ReceiverSession
f71d249a : Cleanup TODOs from @miu
9709e933 : Allow data_headers template to be used in Chrome
d924b4eb : [OSP] Update go implementation to use IP addresses
c49eea6c : Change Chrome primary branch refs to "main"
a912f7b0 : [Cast] Remove deprecated WiFi status code
e70f0646 : [HOTFIX] Fix Chrome issues
46b7d128 : [Cast] Cleanup Resolution + ReceiverSession
98caf900 : Refactor RpcBroker to provide std::unique_ptr
34fd6644 : Fix base64 unittests (again)
7e0a4ca6 : [Hotfix] fix base64 tests in Chrome
6f3efdbc : [Cast] Enable Remoting in the SenderSession
5acd0d59 : Internal change
7e8744af : Revert "[Cast] Rename Negotiate/OnNegotiated methods"
e84a151b : [Cast/Remoting] Update RPC proto

+- Project: platform/external/openwrt-prebuilts

86b522d : OpenWrt network interface for wifi
a08edff : Add firwall rule for http(s) to access LuCI
5da3de5 : OpenWrt wan setup
9972571 : Rename SSID from AndroidWifi to VirtWifi
7e08575 : Wait until uci for wireless is available
426c7f0 : Rename openwrt kernel module name
e08326e : [LSC] Add LOCAL_LICENSE_KINDS to external/openwrt-prebuilts
8e0bf13 : Build customized openwrt rootfs image
0528f92 : OpenWrt 21.02.0
8b80bd2 : openwrt-21.02.0-rc3
e10b018 : Initial empty repository

+- Project: platform/external/oss-fuzz

2473c05c : Statically link ldac into module
fd15c6d5 : Add XNU (SockFuzzer) (#6583)
2f038319 : nDPI: add some missing (optional) dependencies (#6581)
0c5679cd : Run multiple jobs/workers by setting env vars (#5924)
7bda69cb : profraw: move from golang to python (#6565)
da4ea339 : libreoffice: move dep installation to a script in libreoffice git (#6569)
465c0c72 : [php] Enable tracing-jit fuzzer (#6580)
8ba657c7 : Update requirements.txt (#6574)
a5beaac7 : opensips: add more CCs (#6578)
1d1accd2 : opensips: add another fuzzer (#6577)
01f58c4e : [cifuzz] Improve handling of coverage builds. (#6573)
039a6f55 : opensips: add maintainer (#6575)
7b1e0cbc : [php] Disable mbstring fuzzer (#6572)
7f0580c1 : [pulumi] Initial integration (#5895)
0b04d484 : opensips: initial integration. (#6420)
acc4ead1 : tint: add SPIRV-Tools fuzzers (#6515)
af7ef0f6 : postgresql: fix build (#6570)
985bbb09 : GDAL: add access to new developer (#6567)
c816f647 : varnish: fix build (#6568)
ad0829cc : poppler: Use a newer glib (#6566)
a05a9b32 : Use FreeRADIUS project's member's gmail addresses for autz (#6564)
b61b1575 : Suricata sancov (#6555)
8415cedf : [cifuzz][helper] Fix error message for nonexistent external project (#6558)
c63ca4b8 : Fix CIFuzz coverage generation. (#6523)
6d23f29f : [cifuzz] Use javascript actions library for uploading artifacts (#6552)
26a0eab4 : [cifuzz][prow] Support docker in docker to support prow. (#6556)
1d588e62 : clusterfuzzlite: Upload builds after bad build check. (#6531)
c625dcb3 : ClusterFuzzLite: Install nodejs in cifuzz-base. (#6534)
657d3ddf : rust coverage: fix binary ids padding (#6551)
c99b0107 : [infra] Add different messages depending on bisection type (#6547)
67b90b57 : Fix false positive result due to floating point divide by zero (which is not a bug). (#6549)
77bce6c3 : rocksdb: fix build (#6546)
05a03fcd : dnsmasq: fix fuzzer and build (#6545)
aca25528 : sudoers: set optimization flag in LDFLAGS for the object size sanitizer (#6544)
287e35cd : [clusterfuzzlite] Keep unaffected fuzzers when uploading a build. (#6530)
fcaf6136 : [clusterfuzzlite] Include shebang line when generating project. (#6532)
5f980185 : suricata: default rules in out directory (#6540)
69e97b70 : protobuf-java: update contact information (#6542)
cd74bf75 : update tendermint/tendermint project file (#6541)
5b4bd942 : [infra] Add block listed target name logic from ClusterFuzz (#6538)
ab547f18 : Done (#6536)
b3577655 : build(deps): bump nokogiri from 1.12.2 to 1.12.5 in /docs (#6535)
19fb544e : Add ddiproietto@google.com to CC (#6533)
5c386a48 : Fix for rust and swift coverages (#6517)
13135d51 : [bls-signatures] Enable additional operations (#6522)
211088a8 : binutils: fix build (#6520)
3fb97e34 : Undefined name: import sys for line 33 (#6519)
07160958 : Update project.yaml
e3478f76 : mupdf: fix build (#6518)
1f4d4cb0 : django: fix build (#6516)
61de001b : Add lpak to cc list for python oss-fuzz bugs (#6417)
525e9ecc : Use libClusterFuzz for reproduction. (#6495)
aa8740a9 : [systemd] turn MSAn on (#6514)
aecd6121 : cpython3: switch to base-builder (#6475)
b4904200 : libreoffice: add dbf seed collection (#6505)
06c8dcb6 : [lldb-eval] Fix build failure after upgrade to Ubuntu 20.04 (#6511)
de0f7eaf : grant raphael.gomes@octobus.net access to Mercurial (#6509)
5236ab21 : add missing main_repo field for Mercurial (#6510)
388f8489 : [zxing] Skip very large images (#6504)
f0441f99 : [php] Add function-jit fuzzer (#6507)
547f1b61 : spdk: simplify build (#6503)
2b3ce49d : libavif: install nasm as a Linux package (#6502)
57829dd1 : spirv-tools: enable msan (#6500)
316b6a4b : opensc: Add Veronika to the project (#6499)
164e40cf : ujson: fix build (#6498)
c2f87fae : libavif: run dav1d_oss_fuzz.sh to build dav1d (#6494)
77d6eb33 : Helper fixes for external projects. (#6458)
219af13b : Copy libc++ to /usr/local/lib instead of /usr/lib (#6493)
245cb5cc : monero: fix build (#6492)
35c06f40 : dnsmasq: fix patch and build (#6491)
c94e49ae : [cryptofuzz] Temporarily disable NSS (#6485)
0b35db2b : bitcoin-core: Temp workaround for UBSan build failure (#6465)
0ec1cb25 : [PostgreSQL] Fix in FuzzerInitialize (Postgres commit b406478b87e2234c0be4ca4105eee3bb466a646b). (#6470)
052c88de : install pkg-config and libssl-dev (#6490)
1c5c258a : gnutls: Use default focal image (#6473) (#6479)
c44b98fe : wget: upgrade to latest base builder (#6488)
1933636c : wget2: upgrade build to latest base builder (#6483)
2f12ebf2 : [etcd] Fix build (#6486)
132ca553 : nettle: Avoid calling realpath on non-existing path (#6484)
eab2c6c2 : libphonenumber: upgrade build to base builder (#6480)
f3693754 : nettle: Use default focal image (#6482)
8127c8df : libtheora, wolfmqtt: switch to new basebuilder (#6481)
17129f10 : thrift: upgrade build to latest base builder (#6478)
caa34b13 : [GDAL] Use Ubuntu 20.04 base-builder image (#6476)
0d6acec3 : pcl: switch basebuilder to latest. (#6477)
4f9e6563 : tesseract-ocr: fix build for latest base builder (#6474)
7adb3ac0 : [skia] Use fuzzer constraints (#6462)
02999858 : gstreamer: fix build to work with latest base builder (#6472)
e91f809c : infra: Only pull images corresponding to project language (#6459)
f6c699ac : Use uninstrumented spirv-as for corpus prep (#6466)
3d235e59 : openweave: fix build to work with latest base builder (#6463)
aa9cd066 : libass: release library memory on shutdown (#6469)
9a9a3cea : qemu: Simplify build script (#6468)
a392b977 : Use uninstrumented spirv-as for corpus prep (#6467)
708f78b2 : Update reproducing.md (#6464)
81f08b20 : libreoffice: update builds deps (#6461)
a94da0bc : Add a cloudbuild.yaml for building CIFuzz base images. (#6457)
3bb23a3c : [etcd] Initial integration (#5953)
5ee2812e : [gVisor] Initial integration (#5772)
cb68d57d : janus-gateway: disable memory sanitizer (#6460)
83f8f924 : proxygen: fix build for new base builder (#6456)
27388206 : Tag all base images with :v1. (#6436)
c66a9d2b : [helper] Use base-runner to check if fuzzer exists. (#6453)
dab5a994 : mdbtools: switch to new base builder (#6454)
6fc6a423 : [bls-signatures] Update CC list (#6451)
401b840c : kamailio: update maintainer (#6450)
c697c597 : assimp: switch to new base builder (#6448)
d863c442 : hermes: upgrade to new base builder (#6447)
b6df1a5f : osquery: switch to ubuntu 20.04 build (#6446)
215d3efa : Update libClusterFuzz. (#6445)
58d5b364 : openvpn: fix build (#6444)
d178de5e : CFLite: Fix corpus pruning for git store. (#6434)
1194a4d5 : libarchive: fix xenial build to latest base (#6441)
3341d86a : wasm3: switch to base builder (#6442)
02bd5017 : doc: add light guidance on bug fixing (#6431)
b25cb61c : [skia] Make swiftshader build less noisy (#6433)
75114162 : bitcoin-core: Re-enable schnorr_fun (#6430)
358d9ba8 : kamailio: add maintainer email (#6437)
4dc731cf : lighttpd: update build.sh objs (#6435)
88b64d69 : Updates patch for mysql 8.26 (#6309)
980fbdd3 : swift: no explicit linker (#6429)
3b1124b6 : bitcoin-core: Fix build hack to work with clang-14 (#6426)
d59c8adb : doc: explicitly mention dynamic and static linking of fuzzers (#6428)
fd34d343 : Use libClusterFuzz for CIFuzz fuzzing and pruning. (#6375)
ab6233de : [bls-signatures] Fix build (#6424)
88bd3d74 : libass: fix build, upgrade Ubuntu, update contacts (#6423)
a517dca1 : Netcdf: adds zlib dependency (#6421)
a2be91d3 : Roll Clang to clang 14 (945cde8b6a4579406886d08f803b632e00f0b1ec) (#6362)
7e5ede06 : Samba builds now expect Ubuntu 20.04 (#6419)
1e888cbc : fluent-bit: add project maintainer (#6418)
0e3ee07f : doc: use lang-specific base-builder images (#6415)
e39ef9c6 : Copy dictionaries over to help steer fuzzing. (#6414)
05b51ab5 : varnish: Patch the build system (#6412)
405818cd : qemu: add default fuzzing options (#6411)
b46902c8 : dav1d: add major contributors to auto_ccs (#6410)
2b39ccbc : kimageformats needs C++17 now (#6409)
8f778b7c : [base-builder-new] Remove some overlooked files. (#6389)
80bebf1d : [zxing] Fix build by using base-builder-jvm (#6408)
86a05a70 : dng_sdk: initial integration. (#6012)
a41c6f91 : Remove wwweiwang@google.com from the cc list (#6407)
f5def408 : Zydis: Enable assertions during fuzzing (#6404)
9f4b295c : grpc-swift needs zlib (#6402)
0b499256 : [RawSpeed] Reenable errneously disabled MSan build (#6401)
ecc96e3f : tint: re-enable honggfuzz (#6400)
b7c0827b : Doc: adds swift to the list of languages supporting coverage (#6398)
a0a94563 : [cryptofuzz] Fix build (#6397)
1ff1e123 : tint: pass LIB_FUZZING_ENGINE more elegantly (#6388)
774f38a6 : gdbm: switch to master branch (#6395)
29776331 : spirv-tools: re-enable honggfuzz (#6392)
b86b8eb3 : gdbm: change primary contact (#6394)
4df82024 : spirv-tools: re-enable honggfuzz (#6391)
8d811ca3 : spirv-tools: pass LIB_FUZZING_ENGINE more elegantly (#6390)
dd8e46c3 : Swift ideal integration (#6312)
3ae0d9fe : Fixes ecc-diff-fuzzer with new base-builder (#6383)
4431a34a : kamailio: updated build script for new fuzzer. (#6387)
fafaf03d : cairo: fix build (#6386)
3a564d9f : resiprocate: fix build. (#6384)
316f788f : Fix i386 build uploading. Don't upload to x86_64 bucket.
ebae509b : Add corpora to the spirv-tools project (#6381)
4a806c4e : Disable honggfuzz from the tint build (#6377)
d82751d4 : Remove accidentally committed file (#6380)
cc4833b6 : Add additional pidgin developers so they can help (#6373)
5ef1f7b5 : [language builders] Get rid of base-builder-new (#6361)
a6a5263c : Update CC list for spirv-tools (#6372)
696180cc : [libssh2][python3-libraries][django] Run apt-get update (#6371)
df8c8080 : Fix go coverage builds (#6369)
2df776b9 : gdbm: initial integration (#6258)
b57fcacf : done (#6368)
d8842148 : Fix go coverage build regression. (#6367)
0463a1b0 : sound-open-firmware: add more CCs (#6366)
ce743a6c : [skia] Fix build after Swiftshader update (#6358)
cf1109a3 : libreoffice: upgrade cairo (#6365)
2888a967 : [NFC][Ubuntu upgrade] Remove base-sanitizer-libs-builder (#6364)
2e3962d1 : [languages] Handle language builders in cifuzz and build_and_push_test_images. (#6359)
0d7a3348 : [base-builder-new] Fix issues (#6363)
c2947cd4 : update Shuduo's email address (#6360)
004b4fda : Update auto-cc for spirv-tools (#6357)
8250db08 : tor: Use default focal image (#6356)
2f433a1f : net-snmp: Simplify the build scripts (#6231)
b556efce : [base-builder-rust] Make install_rust.sh executable. (#6354)
b15c1677 : [infra][rust] Split out rust projects to their own builder image (#6352)
6ca77985 : qemu: add Mauro to the auto_ccs (#6353)
50f2fde1 : [infra][python] Split out python projects to their own builder. (#6341)
a4cd74a9 : [go][infra] Create base-builder-go and use it to build go projects. (#6335)
85206936 : [infra][jvm] Split out JVM projects to their own builder. (#6336)
5576d3bd : [cifuzz] Install docker for focal. (#6339)
a98ad284 : [bls-signatures] Enable Fp2 math (#6351)
6d247cdb : [zxing] Enable AWT headless mode (#6350)
4b569208 : [ClickHouse] Enable coverage for memory and address sanitizer (#6348)
40ea163e : apache-httpd: make patches inline. (#6349)
4a93f2f4 : Done (#6347)
0a6f667e : [bitcoin-core] Fix build (#6344)
0e7c2ba9 : Add new C library for subsequent fuzz testing (#6346)
68ec050a : [libvips] Upgrade to Ubuntu 20.04 (#6345)
7f51cf9f : tdengine: initial integration. (#5675)
90dc42fb : [zxing] Initial Integration (#6057)
f7b1dfb4 : Initial project file for SPIR-V Tools fuzzing (#6330)
48d5a3e2 : rustls: update maintainer (#6325)
5bbbc5a7 : Add fuzz targets for tint (#6331)
e8804132 : Change the primary contact for the ClickHouse project (#6343)
f1a39d8f : [bls-signatures] Add target for size-optimized blst (#6342)
20858d39 : [base-builder-new] Fix compile script. (#6340)
c8d4d35f : [infra] Do precompiles first before copying other scripts. (#6337)
7ad8b14a : Add one more maintainer to ClickHouse project (#6334)
291a152e : [base-images] Pin base-builder-swift instead of base-builder-new to fix breakage.
41a8efc9 : [libreoffice] reenable msan (experimentally) after Ubuntu upgrade (#6333)
8e36398e : Fix exception in request_coverage_build. (#6328)
20855849 : Remove no longer needed build workarounds (#6329)
40b62b11 : Pin base-builder-new to xenial. (#6327)
ac15f8e9 : rust coverage : only wrap cargo fuzz build (#6307)
8c28dd7e : Fix exception in build. (#6323)
71a9130e : [Ubuntu upgrade] Copy files from base-builder/ to base-builder-new/ (#6322)
00af9cfb : libreoffice: default Ubuntu 20.04 gperf is new enough to use (#6321)
5fa56976 : apache-httpd: fix patch for hitting assert. (#6320)
1fdbe5eb : libigl: fix build. (#6319)
4d63aa0e : Updated a list of maintainers and enable all the sanitizers (#6299)
d5bc81af : Fix gnupg patch (#6316)
8d90359b : [cifuzz] Fix bug caused by Ubuntu upgrade. (#6318)
9d19fe95 : libreoffice: update builds deps (#6315)
b30e4f47 : [cifuzz] Handle upgrade to Ubuntu 20.04 (#6249)
03d18372 : Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313)
7ca00373 : [Ubuntu upgrade] Upgrade images to Ubuntu 20.04 (#6305)
b3630abd : Solidity: Upgrade evmone from 0.4.0 to v0.8.2 (#6207)
6fc72b3a : [Ubuntu upgrade][infra] Remove deploy for msan-build (#6314)
9cf30622 : Do not use ld for coverage for thrift (#6310)
8bb97d4a : Do not let freeradius reset CFLAGS (#6311)
72aec486 : Specify cargo build target for ecc-diff-fuzzer (#6308)
878c3241 : Revert "[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)" (#6306)
5549d804 : [Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)
390c200c : [Ubuntu upgrade] Disable MSAN in projects that will have false positives. (#6303)
370fb734 : [build][infra] Improve build functions. (#6296)
0378a928 : [Ubuntu upgrade] Pin projects that fail on coverage (#6300)
3a4e6e44 : [Ubuntu upgrade] Remove support for prebuilt MSAN libraries. (#6280)
ffe20d38 : [Ubuntu upgrade][NFC] Improve message for swift projects. (#6292)
806d1a06 : [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)
bf1275f0 : [Ubuntu upgrade] Pin projects to Xenial where fuzzer build fails. (#6293)
ae42b1fd : mdbtools: Disable silent rules when configuring (#6295)
28bb6a3b : [Ubuntu upgrade][infra] Fix issue with write_labels.py (#6290)
b678e071 : [Ubuntu upgade][lldb-eval] Install python to partially fix build (#6289)
86acdb45 : Enable ClickHouse (#6255)
dbf359cf : apache-httpd: add preq parser fuzzer. (#6287)
e70a8c42 : docs: remove minijail doc. (#6285)
cc9e3fa6 : apache-httpd: add request fuzzer. (#6282)
59c3cc06 : [Ubuntu upgrade][rnp] Make build work on Ubuntu 20.04. (#6278)
e4dc604c : [Ubuntu upgrade][glib] Make build work after 20.04 upgrade. (#6275)
422ffb17 : [Ubuntu upgrade][myanmar-tools] Explicitly link against libunwind. (#6277)
e0b87b47 : [Ubuntu upgrade][libspectre] Disable dataflow builds. (#6274)
dfbb678c : [Ubuntu Upgrade] Raise threshold MSAN calls in for bad build check. (#6272)
1ae1df8e : [Ubuntu upgrade][cairo] Install libtool and autotools-dev (#6273)
9de43be2 : add swift (#6270)
bcfac67d : [Ubuntu Upgrade] Pin swift projects to specific image.
b2f8091f : [qt] Use own README as help_url (#6267)
8851460f : libreoffice: enable msan experimentally (#6266)
a3f8ac14 : Fix coverage command and misc fixes (#6262)
1c24bea3 : Update with actual repository (#6265)
ea4d271d : Enable SK_DEBUG when fuzzing SkSL. (#6263)
447a717d : [Ubuntu upgrade] Install python in projects that need it: oak, cel-cpp (#6261)
111e3791 : clib: fix build and avoid detecting leaks (#6260)
c1b71d93 : libusb: fix build and fuzzer. (#6259)
628264df : hyperium: fix build. (#6257)
7cb51f8a : linkerd2-proxy: fix build. (#6254)
fe09bda7 : Install python in projects that depend on it. (#6251)
4f0b1d0b : Dont use apt for installing things, it isn't meant for scripts. (#6252)
f1491c0e : [ubuntu upgrade] Dont install ninja (#6253)
e3144a03 : [ffmpeg] Prepare for upgrade to Ubuntu 20.04 (#6250)
6bcbae30 : [Ubuntu Upgrade][docs] Say need to build msan deps manually (#6238)
17e2f96e : [infra] Add a script for building all base-images with "-testing" (#6248)
2f0310ef : Disable clickhouse. (#6246)
f9d0813e : minor cflite build integration docs changes. (#6240)
30d927e3 : New base builder without lang specific installation + swift base (#5986)
7d950a10 : Resurrect ClickHouse fuzzing (#6244)
43873069 : Improve pygment's fuzzer (#6212)
900b72e9 : add upstream author Peter Dimov to cc (#6243)
3e4ba05e : nginx: fix fuzzer to avoid NULL-deref (#6242)
12453df2 : libvips: add imagequant and cgif dependencies (#6241)
2550a06f : net-snmp: Reenable MIB-II and IF-MIB (#6239)
20d69570 : [selinux] move the fuzz target and build script upstream (#6026)
c0b2a007 : Add Exiv2 (#6186)
a4bc2390 : Don't upload builds in run_fuzzers. (#6151)
44addc5c : libreoffice: disable afl fuzzer (#6234)
5e5d0842 : [libecc] Fix SHAKE digest (#6232)
1957409c : Fix harfbuzz fuzzer build. (#6230)
428e88df : net-snmp: fix build. (#6229)
3ca91927 : Clarify language in continuous_integration.md (#6227)
55a5812e : Update fuzzers to new Atheris version (#6060)
92691410 : Update bazel.md (#6228)
62cad8ac : nginx: add maintainer (#6225)
2a565251 : multiple projects: cleanup stale accounts. (#6224)
7cfeef41 : apache-httpd: update contact (#6223)
75091df1 : nginx: request access (#6104)
ac7bc923 : fix build error ("/out" used instead of "$OUT") (#6221)
486d261f : Update the `oss-fuzz` build instructions for ProFTPD, to match changes in the project's build. (#6220)
34de2bfc : clone libreoffice from git.libreoffice.org instead of anongit.freedesktop.org (#6216)
be3bc987 : [bls-signatures] Fix build and support more operations (#6218)
736084c4 : Switched upb to Bazel for fuzzing. (#6219)
4ff26d86 : [libecc] Upgrade to latest version (#6217)
40f37b1d : [boost.json] initial submission (#5998)
19ea5766 : Build HDF5 1.12.1 for matio (#6018)
c2c293d2 : Fix reproducing timeout to match clusterfuzz
5bf19bd6 : projects: add celestiaorg/smt (#6134)
e21bde5a : [wuffs] Build C++ fuzzers too, not just C ones (#6211)
31ae8ce3 : H3: Update for functions returning error codes (#6214)
d0c9f6f4 : [wolfssl] Update auto_ccs and disable AFL (#6204)
01247be7 : [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198)
5ca8c0e2 : [frr] Change CC email (#6209)
3dc33094 : harfbuzz moved the sample fonts from 'shaping' to 'shape' (#6208)
68eb27dd : update libreoffice build dependencies (#6206)
face127c : wasmtime: install a newer version of OCaml (#6205)
7942bb44 : [helper] Change logging from error to info (#6200)
ede1fb13 : [infra] Enable Jazzer support for UBSan C++ features (#6202)
75914341 : Update auto_ccs of opensk project (#6197)
70115d48 : Don't use nginx' internal memory allocator (#6199)
d63a5f14 : wasmtime: provide OCaml packages for build (#6193)
b666937c : tpm2-tss updates (#6195)
94cfc4fe : [cifuzz] Add pruning task (#6188)
e407f54e : [infra][build] Switch to f-strings. (#6182)
e7952dac : [presubmit][NFC] Use descriptive tone in docstrings (#6192)
b7951bfd : [freetype2] Remove CC address (#6190)
9801cf8f : Fuzz develop branch instead of stable (#6191)
59d03d26 : adding new contacts for reports (#6189)
a42a1bc9 : [clamav] Fix build (#6187)
d15949a7 : [jbig2dec] Limit allocator to common memory use, avoiding timeouts (#6184)
48fa0d4d : [infra] Upgrade cmake to latest release (3.21.1) (#6185)
001b7382 : shrink the build dependencies that fuzzing libreoffice needs (#6183)
7386a010 : [cifuzz][nfc] Switch log info to log error (#6178)
779d8562 : net-snmp: fix build following upstream changes (#6177)
165e3a36 : Bump jinja2 from 2.10 to 2.11.3 in /infra/ci (#6172)
b9369041 : apache-httpd: fix str size issue. (#6176)
866f387c : [cifuzz] Speculative fix for issue with seed corpus/backup corpus (#6175)
fcca81b3 : [cifuzz] Add feedback for bad build check (#6174)
d0180833 : [cifuzz] Fuzz in cifuzz-base (#6142)
af2617d7 : [ClusterFuzzLite][docs] Start writing docs (#6165)
be08bbd5 : infra: add coverage sanitizer option (#6171)
8a566fcc : Fix bleach's build (#6169)
80160735 : Reinstall jekyll deps to update kramdown version in Gemfile.lock (#6168)
7e35b01f : [presubmit][NFC] Fix copyright line
aac1cb8c : [infra][NFC] Use one source of truth for engines, languages etc. (#6163)
f0a42fbb : [CIFuzz] Force external to use .clusterfuzzlite for build integrations. (#6167)
88dba120 : [CIFuzz][NFC] Add function for setting env vars in docker command. (#6162)
3c43288e : apache-httpd: new fuzzers and more targets. (#6166)
ec3c914f : bitcoin: remove i386 HAVE_BUILTIN_MUL_OVERFLOW workaround (#6140)
a944a035 : [CIFuzz][helper] Fix external project support and add tests. (#6161)
2555c3cd : [docs][NFC] Don't rely on deprecated flag to silence warning. (#6164)
6ed36ae8 : Fix Tor build issue related to OpenSSL's use of lib64 (#6160)
d88b5e4a : [CIFuzz] Add support for external projects to helper.py (#6141)
4f346000 : [docs] Enable AWT headless mode in Java guide (#6155)
0bf87a10 : [cifuzz] Only grab github-specific env vars on github (#6150)
6f023876 : [infra][NFC] Use "testcase" instead of test_case for consistency. (#6159)
0ea44bb3 : [cifuzz][NFC] Move default configs to config_utils.py (#6157)
432105a3 : [cifuzz][NFC] Move Workspace to workspace_utils. (#6158)
264c160e : [cifuzz] Add basic end-to-end tests. (#6139)
88698dbf : [helper] Switch from print to log (#6149)
997b73c3 : libcacard: Update list of NSS libraries needed for build (#6154)
b177650d : cras: Update project metadata (#6153)
c75d1b36 : [cifuzz] Create validate method on BaseConfig (#6135)
75aebb4f : [frr] Add additional CC emails (#6148)
2847832a : [containerd] Fix build (#6145)
523c214b : Fix project OpenSK (#6146)
290344bc : adding commons-geometry to Apache Commons project files (#6144)
3b4dfa5a : apache-httpd: initial integration (#6044)
021eaf16 : [cifuzz] Don't delete base-runner (#6143)
2bc0114b : Handle CI fuzz builds from events other than push or pull_request. (#6055)
e3ad7730 : net-snmp: migrate fuzzers upstream. (#6113)
8eb04554 : [CIFuzz] Allow users to specify if unreproducible crashes are reported (#6138)
729a8fe6 : [NFC][cifuzz] Improve env var handling. (#6137)
7a33d092 : [CIFuzz] Change behavior of PROJECT_SRC_PATH to be clearer. (#6136)
32519c16 : [cifuzz] Implement get_files_covered_by_target for external users (#6132)
7e420c74 : [CIFuzz] Don't overwrite the repo in external builds. (#6131)
6355557d : [h2o] add nalramli@fastly.com to project (#6124)
71959211 : [CIFuzz][NFC] Add tests for config_utils and do some minor refactoring (#6128)
2dda5eed : [CIFuzz][NFC] Fix some comments. (#6130)
89da7cff : [cifuzz][NFC] Make changes suggested in #6118 (#6127)
0d6f8cdf : Granting krajshiva@google.com Envoy fuzz tests access. (#6123)
5c477c76 : update libreoffice build deps (#6121)
f714c15d : Adds an email to capnproto project (#6122)
6f0aa82c : [NFC][cifuzz] Move Workspace from docker into config_utils. (#6117)
192bf5f9 : [CIFuzz] Add script to run cifuzz (#6118)
84578fe2 : Remove JDK dependency not available on ClusterFuzz (#6105)
103e002a : [cifuzz] Get rid of MANUAL_SRC_PATH (#6120)
724eb989 : Adds frr project (#5749)
c91a9f64 : tidy-html5: add more extensive fuzzing suite. (#6116)
69400fb2 : Add a Git backed filestore. (#6088)
7c3f3ddc : rdkit: fix build (#6114)
53bb1ae3 : update h2o/project.yml to add github:gfx (#6112)
b2b06a94 : [net-snmp] Split and improve snmp_octet_fuzzer (#6111)
4a13e59f : [libxml2] [libxslt] Remove myself as contact (#6090)
bd5c80f6 : [go-redis] Fix coverage build (#6109)
58fdd19a : [nats] Fix coverage build (#6108)
08c3b789 : [apache-commons] Run fuzzers in headless mode (#6107)
3bd4c2d3 : [cifuzz] Fix last commit pushed to master
78174988 : [cifuzz][github_actions] Create methods/functions for uploading without tar
79b1e102 : projects/tendermint: add additional maintainer (#6103)
9e45e1d7 : [containerd] Move buildscipt upstream (#6102)
ded87664 : net-snmp: add two new fuzzers and simplify build script. (#6091)
234984c0 : [cryptofuzz] Fix build, disable SymCrypt (#6099)
1f679f0d : Add external actions. (#6086)
c67d5b86 : [CIFuzz] Fix build uploading. (#6096)
24eb7e66 : [NFC][cifuzz] Add tests for github actions. (#6094)
3d75fc9f : [cifuzz][NFC] Use f-strings instead of format function (#6095)
cdd78c46 : [cifuzz] Fix corpus usage in coverage reports (#6093)
fdb9c9a0 : Fix typo (#6087)
3c9ca9b3 : Fix open62541 build (#6085)
ebc2852f : opensk: initial integration. (#5355)
2a3a1e90 : [CIFuzz] Add cifuzz- prefix to all artifacts (#6084)
6baa5e3e : [CIFuzz] Fix bug in tar_directory (#6083)
67e3a77f : [NFC][infra][build] Move test data to test_data directory. (#6081)
fde0a304 : [CIFuzz] Support uploading coverage reports (#6078)
6004ddf3 : [NFC][cifuzz] Delete debug code and improve naming (#6082)
6c5fffc0 : [infra][build] Reset HOME using env instead of bash. (#6079)
399382a7 : sql-parser: add maintainer (#6080)
c7cab23c : Make oss-fuzz-project-name optional. (#6071)
857e9c27 : [CIFuzz][Coverage] Make coverage reports world readable (#6077)
86392ca2 : [CIFuzz][ClusterFuzzLite] Prepare to support coverage reports for external users (#6074)
cdeb7f22 : fluent-bit: deploy simple fuzz hook in build (#6075)
0a398c89 : Fix misspelling of Implementation (#6073)
d66e974c : [infra][build] Set HOME=/root on GCB when doing fuzzer builds. (#6069)
bf600206 : improve fluent-bit build. (#6072)
df44f18d : [infra][myanmar-tools] Fix myanmar-tools temporarily (#6068)
b0256d71 : [lldb-eval] Disable leak reports (#6067)
f295baa7 : [wolfssl] Build with support for streaming ed25519/448 (#6063)
ae1ce87c : Pin atheris version (#6062)
8260d70f : [wolfssl] Build SP math fuzzer with support for ECC point addition (#6061)
98601670 : net-snmp: two new fuzzers and request access to project (#6058)
b1e5ef81 : Fix upload_corpus call arguments for batch fuzzing. (#6050)
e138c76b : tidy-html5: fix breaking build. (#6059)
c3a36374 : varnish: Migration to pcre2 (#6027)
c70da653 : Update project.yaml (#6049)
991d91f8 : Update h3 contact email to gmail (#6047)
124d8cb7 : Update h3 contact email (#6043)
99292491 : [libecc] Enable elliptic curve point operations (#6042)
3516bed4 : tor: Fix libevent build by installing pkg-config (#6041)
0fc3c257 : update libreoffice build deps (#6036)
38a6c2a9 : Change Apache Commons primary from @bodewig to @jvz (#6040)
88c72fd4 : workaround for #6037 (#6039)
209a0ee3 : refine openvpn build script. (#6038)
4d96eed9 : Set the tidy-html5 OSS-Fuzz contact info to @balthisar (#6029)
cf391560 : Bump addressable from 2.7.0 to 2.8.0 in /docs (#6031)
ab607fbe : libevent: add missing pkg-config to fix the build (#6032)
d13080d3 : [poco] Fix broken build (#6033)
6930458f : Update project.yaml (#6028)
fca42e9b : [wolfssl] Several improvements (#6025)
6ae7009e : [stb] update Dockerfile for CIFuzz (#6023)
9099eaa4 : [relic] Enable elliptic curve point operations (#6021)
93739969 : openvpn: fix coverage. (#6020)
f4806806 : openvpn: add fuzz_crypto (#6016)
9ec9b3e3 : Updating the primary contact for jsoup to me (#6015)
8bc2a7fb : Correct my email address in the openssh cc list. (#6010)
3b5f88cb : Add lldb vs lldb-eval fuzz target (#6013)
a2562cfa : [skia] Remove users from auto_ccs (#6011)
871e9534 : [qt] Add CC (#6009)
30227769 : Revert "Bring back build status page fix until quota issues are resolved. (#5997)" (#6008)
0cf9ebe1 : update afl++, abuse better cmplog performance (#6006)
336002ac : openvpn: improve route fuzzer. (#6004)
b2cd6f49 : Fix H3 build (#6003)
360227e3 : [infra] Do not close file descriptors also for JVM (#6002)
1d76e458 : [wolfssl] Import corpora from other projects (#6001)
275c979d : projects/tendermint: change tendermint email to interchain.io (#6000)
581aa964 : do not close file descriptors in coverage runs. (#5999)
e10f1658 : Bring back build status page fix until quota issues are resolved. (#5997)
d6a3b1ca : dnsmasq: new fuzzing set up and fuzzers. (#5996)
64370814 : [bitcoin-core] Updates to libsecp256k1 Cryptofuzz build (#5991)
2b5114aa : [simdjson] enable msan (#5992)
9cd28099 : [h3] Initial integration (#5616)
3e7674ba : [wolfssl] Enable more Cryptofuzz operations (#5990)
201e928c : [libigl] Initial integration (#5708)
535597b0 : [build/infra] Build engines in alphabetical order. (#5987)
faea660c : Add CIFuzz external entrypoint for cifuzz base (#5906)
0672aa4e : [CIFuzz] Don't make everything a subdirectory of /out (#5970)
a9c49afb : openvpn: new fuzzers (#5985)
a47195f7 : istio: Move build script upstream (#5980)
1fc9289f : Add mtakayama to h2o project (#5984)
f8d0ee3c : [h2o] Add options for http3 fuzzer (#5983)
d6970e86 : infra: Remove unused import from update_build_status (#5981)
0370821e : Revert rate limits in update_build_status.
1c54b327 : openvpn: three new fuzzers and improved proxy fuzzer (#5979)
51a97a0c : [knot-dns] add missing corpora to $OUT (#5978)
c1d9b023 : [tendermint] Add project (#5907)
84ea9561 : [infra] Add support for rules_fuzzing's java_fuzz_test macro (#5960)
5d7cc94d : openvpn: new fuzzer and refactoring to make all fuzzers c instead of cpp (#5977)
369e2b50 : poppler: fix lcms build (#5976)
be1791c7 : libvips: ensure lcms dependency runs autogen (#5975)
53eff028 : Update update_build_status.py
a5822bb2 : Update update_build_status.py
00bbfdb5 : Update update_build_status.py
dd62b4cf : sound-open-firmware: add additional CCs (#5974)
7d93e152 : Update update_build_status.py
ea06882e : Update update_build_status.py
77211e83 : Update update_build_status.py
3096b90c : Update update_build_status.py
ba0a288c : Update update_build_status.py
7e61f550 : Update update_build_status.py
3680920a : Update update_build_status.py
5fcb499c : Decrease number of build logs to avoid rate limits. (#5973)
867646da : Update update_build_status.py
3b19d9fc : Update update_build_status.py
f3675312 : Reduce memory requirement in cloud functions to 2gb
24d5dab0 : dav1d: remove dead email from vendor_ccs (#5972)
db33cc2c : Update update_build_status.py
35cc81a4 : [cryptofuzz] Add Noble libraries (#5966)
01765e6f : Openvpn: improve proxy fuzzer and fuzzing infrastructure (#5971)
13a076b2 : Reduce build status workers to see if quota issue resolve.
ae5e4228 : [CIFuzz][ClusterFuzzLite] Implement batch fuzzing (#5963)
dbe6bd6f : Try fix for memory exceeded (#5969)
1aba7656 : openvpn: improve buffer fuzzer. (#5965)
8154eaf3 : [nginx] memory leak fix (#5964)
5426b732 : [infra][jvm] Fix UBSan C++ builds (#5961)
87c80b3a : [java-example] Disable project (#5962)
343e1b2d : [CIFuzz] Add coverage report generation. (#5937)
1a77d6c3 : [java-example] Build native library in subdirectory (#5959)
89d8215b : Fix kcodecs build (#5955)
d217819b : [bitcoin-core] libsecp256k1: Compare against schnorr_fun, implement ECDH (#5958)
3d878248 : Adds cc people to netcdf (#5957)
c240ebb0 : [CI] Switch to google-github-actions/setup-gcloud (#5956)
1c4613dc : [bitcoin-core] Enable libsecp256k1 Schnorr signature fuzzing (#5920)
c7795013 : [CIFuzz] Implement filestore based on github artifacts (#5943)
cd38c966 : Removed zlib1g-dev installation (#5950)
aed20a9b : ci: Fix get_changed_files_output (#5944)
f43633e0 : [lldb-eval] Upgrade to LLVM-12 and enable undefined sanitizer (#5952)
d1abba28 : Freeradius ssl1.1 (#5951)
8d0531dc : [cryptofuzz] Update mpdecimal to version 2.5.1 (#5679)
3311daea : [bignum-fuzzer] Update mpdecimal to version 2.5.1 (#5678)
c23b7b41 : Update radare2 build scripts and corpus repository (#5649)
1bf90318 : Fix code coverage regression. (#5949)
1eb1f237 : [infra][jvm] Provide jazzer_driver_with_sanitizer for coverage builds (#5948)
38cf4627 : [dragonfly] Fix build (#5947)
9b5b7daf : [hugo] Fix build (#5946)
de0cec25 : [CIFuzz] Improve fuzz_target.py (#5929)
9350aca4 : Adds netcdf project (#5389)
ec492dd9 : [CIFuzz][NFC] Put integration test decorator on class instead of test methods (#5936)
18768450 : [CIFuzz] Add python port of github's actions/toolkit nodejs library (#5932)
bbc3cad4 : Add my gmail address (#5942)
030782d4 : xmlsec: fix build. (#5941)
de2e9e1f : jsonnet: fix build (#5938)
549d4a8f : libtpms: fix build. (#5939)
26dea63c : [CIFuzz][NFC] Replace format strings with f-strings. (#5933)
624a294b : [CIFuzz] Allow run_fuzzers to use a preexisting corpus. (#5928)
79eba305 : gnutls: Fix dockerfile and libtasn clone to work with new versioning. (#5931)
5e5b73fc : [lldb-eval] Copy libs by "value" (#5930)
1ff11e61 : Change quickjs repository for ecc-diff-fuzzer (#5927)
c1e60b93 : Update project.yaml (#5925)
c843640e : disable fuzzers that wont work with coverage. (#5922)
a69e7d7b : cel-cpp: fix build (#5921)
7602748c : qemu: manually build glib (#5919)
931d8d1c : openvpn: initial integration (#5902)
28598e74 : dnsmasq: initial integration. (#5900)
0034bfde : [CIFuzz] Refactor HTTP code and use a newer python. (#5842)
6ca95a18 : enhance afl++ performance (#5916)
53f3757b : [wolfssl] Build sp-math-all, sp-math-all-8bit targets with support for negative numbers (#5917)
d712f492 : powerdns: Better handling of missing corpus directories (#5915)
7c4739ad : [infra][base-builder] Clarify error messages in `compile` (#5912)
a3c772de : Make hjd primary Perfetto contact (#5911)
68200721 : libjxl: make the fuzzer corpus generation step quiet (#5913)
226c89d5 : [java-example] Fix UBSan options (#5910)
73d78b88 : [infra][jvm] Add Jazzer UBSan support (#5898)
a44547d8 : poppler: Fix build (#5901)
ffefae6d : libvips: Remove invalid CC email address (#5894)
736aac72 : [FFmpeg] Improve HEVC seeds (#5896)
d86d9714 : Fixes leak in freeradius patch for target (#5893)
308e9a2e : [kimageformats] use newer libaom and libavif (#5892)
d45a45ab : Fixes freeradius build using OUT env variable (#5887)
062a64b0 : docs: CIFuzz requires a project to be cloned with git (#5886)
c277651f : Adds rust image-rs project (#5872)
514119b9 : Disable golang snappy project (#5882)
6b08a894 : Uses git clone instead of go get for gonids (#5881)
a3900c27 : Fuzz develop instead of breaking (#5883)
90f3d391 : Make wget invocations less verbose (#5884)
e45699af : Update README.md
8e260ddb : Update index.md
8f2aac1c : Update README.md
213455f3 : Update README.md
0e0362ae : Adds project freeradius (#5809)
26b9dd98 : go: compiles projects without go.mod from their directory (#5878)
c6017d9d : Updating ASA contacts for OSS Fuzz reports (#5875)
e365fe36 : [s2geometry] Initial integration (#5783)
f0fbabd2 : [simd] Initial integration (#5797)
0bc7ca6e : [poco] Add exception to fuzzer (#5835)
fdd1fe95 : [pidgin] Initial integration (#5871)
5766e32e : Update rust_lang.md
37d02c6e : Docs: update rust documentation (#5877)
7853af59 : libjxl: New JPEG XL library project. (#5876)
5aab270d : oak - Removed unused commands (#5874)
b33bdd00 : Adds openweave project (#5534)
bcbc5401 : Adds varnish project for real (#5810)
1f49a51c : infra: show RUSTFLAGS as well (#5867)
b2201a0f : Remove reference to Eigen internal header. (#5852)
28d9ea3a : bloaty: Try to fix build failure (#5868)
37d1d755 : Small change in script to build test corpus for Sleuthkit fuzz targets (#5866)
4f19ce2b : Pistache: initial integration (#5793)
7c47d9e1 : libaom: use upstream dict file (#5864)
2c8b1d47 : [FFmpeg] remove libXfixes (#5863)
4fb48508 : [lldb-eval] Initial integration (#5831)
69287c74 : [blackfriday] Initial integration (#5856)
770d590e : [infra][jvm] Don't override jvm_args in coverage builds (#5862)
01fc6b30 : [llhttp] initial integration. (#5850)
0da6949a : speex: Try to fix build (#5861)
02ff730a : opus: Try to fix build issue (#5860)
9488d28a : libyang: fuzzed branch was renamed (#5859)
4442574e : Revert "bitcoin-core: Run zip in parallel" (#5858)
21d3528d : Disable afl for gnupg (#5854)
e9c0158f : remove unused boost workaround (#5849)
d38fe117 : update envoy auto_ccs (#5851)
ecb52b05 : Install libssl-dev for Oak (#5853)
dc4297c3 : libvips: remove libjxl patch merged upstream (#5847)
d1aef8b7 : install missing python package. (#5848)
dc6c44e2 : [CIFuzz][fuzz_target] Prepare for ClusterFuzzLite (#5845)
8c4ad095 : [CIFuzz] Refactor in preparation for filestore (#5841)
8d313798 : [CIFuzz][NFC] Add skeleton for ClusterFuzzLite and Filestore (#5843)
f1825cf8 : [caddy] enable coverage builds (#5814)
c71fd496 : Grant pcrao and tyxia access to Envoy fuzzing. (#5846)
0e70219e : [bitcoin-core] Cryptofuzz build fixes (#5827)
9648a6eb : [presubmit] Add option to skip slow build tests. (#5844)
e25cebe8 : [libecc] Enable ECRDSA (#5840)
ff25180b : infra: stop patching llvm-symbolizer (#5839)
f8815194 : [wolfssl] Several updates (#5837)
e146f718 : [presubmit] Add check to ensure dataflow is specified properly. (#5833)
16f5f679 : [civetweb] Disable DFSAN builds. (#5834)
e02d9c5a : [infra] File-level coverage for JVM projects (#5822)
6defe8c7 : [infra] File-level coverage for JVM projects (#5822)
f43928cf : [infra] fix handling Go's SIV in coverage santizer (#5813)
4325d5b3 : Build Wasm modules (#5830)
693dd503 : [fribidi] Add fribidi-fuzzer (#5829)
4279eb78 : [docs] Mention JVM & Go coverage support (#5826)
d8b0c77e : [CIFuzz] Support non-github action CI for external projects (#5824)
5fe68329 : Use upstream targets for grpc-swift (#5825)
878a05a0 : afl++: increase forkserver timeout (#5784)
f053e761 : [infra] Allow shell script targets for all languages (#5802)
c0505f88 : [juju] Initial integration (#5395)
53d662a0 : [poco] Initial integration (#4736)
1adda8c6 : [spdk] Initial integration (#4904)
19c224d2 : Add altimin to CC (#5823)
ac9a480f : [tailscale] Initial integration (#5614)
c50f5036 : [containerd] Initial integration (#4839)
c2abaa0b : [clamav] Fix build after libxml2 cmake change (#5820)
72098484 : [libidn] Fix build (#5818)
67421249 : gnupg: Try to fix build issues (#5817)
3fa5fc65 : [libpsl] Fix build (#5816)
ff4726f2 : Fix wget build (#5379)
2c1c3c00 : bitcoin-core: Build with msan (#5815)
1f096f75 : [kryo] Initial integration (#5762)
e7207a20 : [sqlalchemy] Initial integration (#5740)
3f7c2580 : [protobuf-java] Initial integration (#5766)
c2e9a5fd : tcmalloc: initial integration. (#5787)
6f247559 : Bump nokogiri from 1.11.1 to 1.11.5 in /docs (#5806)
684c6c13 : Update new_project_guide.md (#5805)
61222ade : Add spice-usbredir integration (#5440)
449c2d78 : Install protobuf compile for project Oak (#5807)
13855534 : [bitcoin-core] Add differential cryptography fuzzer (#5717)
ca26c583 : cel-go: remove irrelevant panic/assert in target (#5799)
a676448e : [vlc] Initial integration (#5598)
653f307d : Add maintainers email address (#5795)
e57df811 : [systemd] use pip3 to install jinja2 (#5796)
b7788b56 : fast-dds: use upstream without patch (#5794)
cbc4293c : [infra] Make mount location configurable in build_fuzzers (#5744)
7004ced0 : Right copy for rust std lib for coverage (#5791)
0ffb6f9f : Update another e-mail address for espeak-ng (#5790)
9c6ce40a : [h2o] add Hajime Fujita (#5789)
903e0500 : Use Google accounts for espeak-ng email (#5786)
930c1cbb : protoreflect contact: change to gmail account (#5785)
f08e98d1 : [infra][jvm] Create per-target summary.json (#5778)
d6693651 : Geos: use github if main git server is failing (#5781)
e3d7eda1 : cel-go: relax assertion in fuzz target (#5782)
dfeefa2b : [systemd]: pull in jinja2 (#5779)
beee192e : Rust coverage: copy stdlib to the referenced directory (#5776)
b8a24cf9 : Update project.yaml
88f76bc6 : [infra] Make `targets_list` detect JVM/Python targets (#5775)
3895320c : [znc] Initial integration (#5748)
36410010 : samba: add David Mulder to auto_ccs (#5771)
1a19fbf2 : [muduo] Initial integration (#5714)
7d8e538e : unicode-rs: initial integration. (#5413)
f0354901 : sql-parser: initial integration (#5276)
fee51cc1 : [infra] Run JVM coverage builds (#5770)
31f0beb9 : poppler: Fix build (#5769)
3cc884e6 : [bls-signatures] Build mcl with ubsan (#5765)
8221561c : Fix coverage script issues (#5764)
a9fe789d : Adds people to the javaparser project (#5760)
af978311 : zeek: add extra configure option (#5671)
62c7acc0 : Duckdb: initial integration (#5686)
87eeb3aa : [jsoup] initial integration (#5720)
aac20081 : [cfengine] Initial integration (#5496)
44a3cdf6 : caddy: add new project (#5624)
7cf8d930 : Remove antlr deps (#5701)
a1b55871 : [infra] Verify JVM coverage builds in the CI (#5752)
ae86bc60 : [dgraph] Initial integration (#5394)
9e4aad5a : [javaparser] Initial Integration (#5525)
90de0026 : [protoreflect] Initial integration (#5652)
6d1ffd84 : [cel-go] Initial integration (#5667)
466787d4 : [infra] Fix base-runner build (#5756)
10e888b5 : [all] Make fuzz targets world executable (#5751)
c447cfed : NJS: contact email addresses changed. (#5753)
893515a5 : NJS: added main_repo value. (#5755)
626a66d1 : httplib2: fix build. (#5754)
8a85802e : Adds grpc-swift project (#5630)
40def4aa : Update accepting_new_projects.md (#5750)
124db941 : [infra] Fix java coverage (#5747)
774abe3b : [wavpack] fix issue #34149 (new configure script requires gettext) (#5746)
5cfb074a : Add Java coverage support (#5733)
a83b7c9d : Enable fuzz testing of Rust code for project Oak (#5719)
980217b9 : Granting kbaichoo@google.com Envoy fuzz tests access (#5734)
8d08348d : [FFmpeg] Add small seed corpus for HEVC (#5737)
ad25bc87 : Change contact emails for espeak-ng (#5742)
1777a336 : [FFmpeg] Only build first 2 targets of each kind for CI (#5741)
6801fbd1 : [libecc] Enable ECGDSA (#5743)
0da70e1c : bitcoin-core: Only compile one fuzz target when OSS_FUZZ_CI (#5738)
41dcf822 : [bls-signatures] Enable more operations (#5739)
3a32125a : oatpp: cleanup project. (#5735)
c8c12960 : libpg_query: clean up following upstream merge. (#5736)
f59d8d36 : image-png: use buf_independent.rs fuzzer from upstream (#5724)
ca53b90c : cleanup oss-fuzz. (#5732)
033a858b : [infra] Set OSS_FUZZ_CI=1 in CI so build scripts can know (#5731)
f1cb7564 : bitcoin-core: Unlock all fuzz targets (#5730)
6d65fecd : updated email for oatpp. (#5728)
988f13aa : bitcoin-core: Fix coverage build (#5718)
1a653549 : mtail: Fuzz target renamed (#5727)
1b3adf73 : Adds project espeak-ng (#5543)
0b2359de : [bls-signatures] Enable UBSAN,MSAN builds, more BLS operations (#5722)
8ec02b99 : projects/golang: add Cuong Manh Le as a Go maintainer (#5721)
993575b9 : libpg_query: initial integration. (#5687)
9a492d40 : [bitcoin-core] Support AFL builds (#5716)
608d4c09 : oatpp: initial integration. (#5689)
536d21b4 : Added libfwevt and libodraw to libyal project configuration (#5712)
624240cc : Update Googlers in auto_ccs (#5711)
62d43a54 : bitcoin-core: Add i386 (#5709)
d73251e6 : docs: Fix syntax error typo (#5710)
4256f45a : [libvips] build against lcms/libspng, fix AVIF/JXL fuzzer (#5707)
f82cc8dc : libheif: ensure libaom can be found (#5706)
aba8d0d8 : bitcoin-core: Add honggfuzz support (#5703)
e9d47ca0 : Update Boost download location in all projects (try 2) (#5705)
e3eef732 : doc: Explain fuzzing_engines (#5704)
7fe03fab : Add projects/bitcoin-core (#5699)
a9fc96e5 : Use bazel generic script for opencensus (#5700)
98f5a82b : Bump rexml from 3.2.4 to 3.2.5 in /docs (#5696)
f26f7948 : Added libvshadow to libyal project configuration (#5698)
0f76e127 : powerdns: Augment corpus with TXT records and Proxy Protocol payloads (#5694)
78a5eb59 : Revert "[lxc] turn off AFL for now (#5685)" (#5693)
e31055e4 : fix afl++ for pie targets (#5691)
84947c3a : [php] Fix i386 build (#5692)
181b3575 : [lxc] turn off AFL for now (#5685)
c84e425d : Adds bazel project opencensus-cpp (#5533)
32983c06 : gpac: remove fuzzer as it is not upstream. (#5690)
7982710e : [graphicsmagick] no https for this repo :-( (#5688)
b75505c0 : Add myself for the rustls project (#5684)
80d39ec4 : Changes to build test corpus for Sleuthkit fuzz targets (#5682)
4295227c : libvips: add libjxl (JPEG-XL) as a dependency (#5673)
d1f2191c : [bls-signatures] Use repository master branch (#5674)
0fcaffc6 : Added APFS fls fuzzer for SleuthKit project (#5672)
1c145dee : cras: Add rust source soft links for coverage build (#5670)
bccd1d1f : go-ethereum: add maintainer (#5669)
f99a62de : Fix linkerd2 build. (#5668)
8fc26a5e : [golang] Add fuzzer (#5659)
154d4045 : Use autotools for capnproto (#5664)
4835f10c : [skia] Add API Triangulation fuzzer (#5657)
242e2f5c : hyperium: update project.yaml (#5656)
4707a244 : [bls-signatures] Scope operations (#5663)
20b08a24 : [bls-signatures] Add more e-mails (#5662)
e6936c3b : add peter's google account to apache commons (#5661)
65a87b5c : [bls-signatures] Initial integration (#5641)
fbeee3fb : Use the 2.x branch of Mbed TLS (#5636)
431b5c2f : Disable java-example (#5653)
36451a0a : Fix tinyxml2 build for fast-dds (#5654)
d7fe9935 : Revert "[CIFuzz] End fuzzing docker processes properly (#5473)" (#5651)
e0b418a7 : Set rpath on js binary to properly resolve included libraries on runner (#5646)
23f40612 : hyperium: initial integration (#5330)
ffe4f892 : [helper] Fix build_image --pull and refactor (#5642)
86cf6694 : projects/cosmos-sdk: add cuong and emmanuel as maintainers (#5648)
355ef008 : cleaned up linkerd2 build. (#5647)
701054f8 : prost: initial integration. (#5404)
d38fd022 : Fix typos and one link (#5645)
56e5d9b2 : phashmap: initial integration (#5542)
f393c97b : Add missing Java AWT dependency (#5644)
3590c2d4 : Remove huisu from and add yunqingwang to auto_ccs (#5643)
fd2c41df : Adds geos project (#5387)
d4fdd7a8 : Use cosmos-sdk oss fuzz build script (#5638)
17db8249 : [apache-commons] Initial integration (#5633)
1336f9e4 : Add cosmos-sdk project (#5631)
b0766631 : wazuh: initial integration. (#5576)
b5f9c8d9 : Adds go json-patch project (#5627)
42cc5589 : Add new Perfetto team member (#5635)
94157dc9 : linkerd2-proxy: generalise build script (#5625)
3f10d115 : [CRAS] Fix build error (#5634)
ca0365bb : Disables werror for binutils (#5628)
c25ca964 : flate2rs initial integration. (#5599)
2a15c3c8 : Adds swift-nio project (#5566)
1e612a61 : [CIFuzz] Ensure we don't through exception if we can't stop container (#5622)
f9d23f52 : [libecc] Add project libecc (#5613)
5858f999 : Add new projects: grpc-httpjson-transcoding, http_pattern_matcher (#5427)
30f3a8f1 : postgresql: fix build (#5618)
53a97ef1 : build_image with pull should pull all images. (#5620)
4078832f : removing libchewing (#5619)
b64058e1 : use further optimisations on envoy fuzzers. (#5615)
66d7e5f1 : [golang] Added 2 fuzzers (#5437)
342f9f5c : [golang] Add maintainer (#5617)
3035d0a1 : Uses upstream repository fuzz targets for swift-protobuf (#5612)
1f38631d : [draco][AFL] Disable AFL builds to stop ClusterFuzz exceptions (#5611)
39760db4 : [postgresql] Remove AFL fuzzing engine. (#5607)
db899783 : Suricata with pcre2 (#5606)
1ce21b31 : [proftpd] Initial integration (#5173)
446d59e6 : Adds swift-protobuf project (#5493)
edb06893 : Install necessary packages for cosign (#5605)
1b9366c1 : [CIFuzz] fix bug (#5602)
c9b3d057 : [CIFuzz] End fuzzing docker processes properly (#5473)
09dd5ff9 : Revert "[systemd] roll back to meson-0.56.2 (#5199)" (#5601)
fe8f6ccb : cilium: Update contact emails (#5600)
4f13045e : [java-example] Trigger new native finding (#5597)
026fa7a3 : Suricata more targets (#5596)
7b2fcf0f : protobuf-c: fix build (#5595)
302c108d : linkerd2-proxy: initial integration (#5547)
627cc562 : update libreoffice build-dependency cache (#5588)
cb329d41 : [wasm3] Initial integration (#5573)
33ae18cc : Enable generated dict in AFL++ (#5591)
82558b71 : libvips: remove no-longer-used giflib dependency (#5590)
35cc962b : Adds ubsan for capnproto (#5589)
d3a1cdda : [relic] Activate AES encryption/decryption (#5587)
18a05fce : Store triage party image in oss-fuzz-base repo (#5584)
fc82b3f3 : [golang] Refactor build (#5581)
b57dd548 : Don't build parts of gdb when testing binutils (#5583)
2dc131e5 : Fix issue 32760: binutils: Fuzzing build failure (#5582)
0f02ca5a : retry sequentially if multiprocessing do_bad_build_check detects fail… (#5578)
94e65549 : Add a maintainer to the Hermes OSS Fuzz project (#5579)
f7e3bffc : Delete unneeded files from cargo-fuzz install (100MB) (#5571)
f7e17c25 : quick-xml: initial integration (#5416)
33a0d47a : Refactor tidb build (#5577)
ecbb6ddc : Move build.sh, dictionary creation in to Pillow (#5522)
787cf9a0 : [jackson-dataformat-xml] Initial integration (#5551)
c36d5e90 : Adds project tinyobjloader (#5488)
a79a3fdb : [mupdf] Copy fuzzer glue code to dir outside of git repo (#5504)
008c7ec1 : Switch the cel-cpp project to the new Bazel build script. This reduces the build.sh file to a single line. (#5549)
177eaca9 : [libjpeg-turbo] Remove unneeded pkg in Dockerfile (#5574)
da812b19 : [libjpeg-turbo] Use new fuzzers in project repo (#5537)
513bb48b : [janet] Fix janet (#5569)
4afd7f9c : afl++: add CTX-2 coverage option (#5567)
2ef6b816 : Add config and deploy script for triage party (#5557)
87d392dd : Fix (#5564)
2a3b5a42 : boost: fix build. (#5565)
0441dcbf : envoy: optimise fuzzers (#5556)
e61f594f : Disables afl for dart project (#5568)
bec0c2f2 : assimp: fix build. (#5560)

+- Project: platform/external/owasp/sanitizer

0542801 : Move comment to license_note

+- Project: platform/external/parameter-framework

0b8e3a3 : Jeff moved to a different team so remove him from OWNERS
8f04302 : Fix building parameter-framework against musl
ff18ccf : Migrate bitfield criterion type to 64bits

+- Project: platform/external/pcre

9d36739 : Undo the accidental config.h changes in the pcre 10.40 update.
4e19c8e : Upgrade pcre to pcre2-10.40
25ec46c : Add updated cpe for vulnerability scanners
16619d6 : Upgrade pcre to pcre2-10.39
5b80804 : Upgrade pcre to pcre2-10.38
038bdaf : Move system_shared_libs into target.bionic clause
378b175 : Upgrade to pcre2-10.37 (2021-05-26).

+- Project: platform/external/pdfium

4ccb04ef9 : Add hwasan postsubmit tests for pdfium.
7cc56f259 : Move comment to license_note
81f97f27c : Revert "Use -O2 temporarily because of compiler crash"
0c0aab381 : Use -O2 temporarily because of compiler crash

+- Project: platform/external/perfetto

51e7bc0d7 : Revert "perfetto: Allow to profile system server on user"
1ab43b2d4 : perfetto: Dynamically create and remove trace event triggers
eee1f322a : perfetto: Add rss_stat.cfg test config
ed805dc1d : Adding missing dependencies batch 9
9c92776ac : tp: parse begin and end async systrace events associated to tracks
4c54e4e3e : Update libunwindstack for standalone build
20431b0e1 : traced_perf: fixup erroneous [D]CHECKS
63d7ac5b9 : Simplify the code
a2266839f : Add support for new unwindstack error codes.
022601d4b : CI: don't fail on missing CL owner
5aff7f62f : fuchsia_trace_parser: Fixed counter scope
6820e0ede : trace_processor: visualize suspend_resume events
32917ee94 : Raise ipc_hash arg up for any mojom or toplevel category.
d6db48c61 : Fix slice name translation for slice begin events
f968ec255 : ui: Point stable to contents of aosp/2067128
2953813f2 : Fix UBSAN signed integer overflow
af71cf1e3 : doc: Ensure stat_period_ms can work with vmstat/meminfo_period_ms
6a890d91d : tools: fix opening traces in current directory
6e6a02a16 : profilers: CanProfileAndroid nit fixups
efcf1d597 : Add expected vsync to surfaceflinger jank tables
050d233ca : Fix "succesfully" typo in docs and comments
729fe40b6 : ui: Point canary to contents of aosp/2063172
b6d96c6bf : ui: Point stable to contents of aosp/2063170
8d1f327ca : luci: use Python3 on LUCI
5661978e9 : trace_processor: add drm-related events to event_list
86031cbac : ftrace: re-run tools/run_ftrace_proto_gen
23d1c8f96 : tp: implement CREATE_VIEW_FUNCTION SQL function
13f9a5cdc : ui: switch from join to left join when querying thread_tracks for flows
0ac627d5f : Filter debug annotations based on flag
366003a41 : Report all event types of long latency events in the same cohort
d73fbc777 : profilers: allow isolated processes to be profiled by trusted system under specific conditions
2c378105a : tp: change from taking pointer to descriptor to using index
16088c2d0 : tp: check for errors when adding descriptor to libprotobuf pool
4f062ada0 : Add slice name translation
23b51d410 : ftrace: cpu_reader: improve readability of the early exit logic
48eca3d38 : ftrace parsing: allow zero length __data_loc entries
ccb949ac1 : tp: release python library 0.5.0
f70b56890 : regenerate metrics descriptor
5c8cb0fb8 : Revert "Update trace args to file_path in documentation"
4a280ef88 : Update trace args to file_path in documentation
10f71d2cc : CanProfileAndroid: Inherit app profileability for SDK sandbox process
f7746ae7d : Fix mouse offset in summary tracks
537326b4d : Calculate max jump in memory counters
ea60a2a6e : Fix missing space in proto_filter output
1888cff9b : Add chrome slice names metric
a404f2e60 : metrics: Extract breakpad module ID from unsymbolized_frames metric
f3337aeb2 : MSVC: Fix narrowing conversion error
9b7fc24ee : changelog: wildcard support in traced_perf and perfetto_hprof
09eb901c7 : docs: Fix flame graph flag image on callstack samping docs
0767bff3d : trace_processor: Add new metric track to show other traces uuids
1fef8c716 : Fix value_at_max_ts() for zero timestamps
86459840b : perfetto_cmd: Add ATRACE_INSTANT_FOR_TRACK with trace uuid
330408468 : tools: update prebuilts for v25.0
7ff597fd6 : Generate separate alerts for simultaneous dropped frame events
f9bdbeff4 : ftrace/cpu_reader: Avoid logging in fuzzer
48c4dafb1 : Release canary to pick up a fix for b/227763167
a3f29b395 : perfetto_hprof: support wildcards in /proc/pid/cmdline matching
01f4ad74c : traced_perf: support wildcards in /proc/pid/cmdline matching
006d75d21 : profiler cmdline matching: add parallel implementation that supports globs
f7cf81810 : Add Chrome performance mark hashes metric
3175111df : bazel: sync up with install-build-deps
88dd42255 : btp: augment query exception with metadata about trace
c8daf2eca : py: make slice breakdown throw a TPE
b0c7c4245 : btp: add support for incrementing stats on query/execute as well
06f638cf6 : bazel: expose Python targets for protos
1c88943ea : Update CHANGELOG for v25.0
160a504ad : ftrace: Improve parsing for string fields
b6d4d7003 : Add Chrome Performance Mark translation to Trace Processor
71cbb3f99 : pprof_builder: use trace_processor for demangling, and put obfuscated java frame names in system_name
6312dff4a : pprof_builder: only attempt demangling itanium function names
5d6592d6f : bazel build: enable llvm-based demangling (mostly for rust support)
39fd25c97 : Support new startup tracepoint format
484eb02be : Reland "Make the mapping between panels information and VDOM elements explicit"
6c677c45f : Avoid setting current tab in DragHandle
5368781ab : ui: Add onDestory method to Track
38373d5a3 : Some panels had missing keys, add them
d75362abb : Revert "Make the mapping between panels information and VDOM elements explicit"
851f623f7 : Add out/in thread+process info to flow events
68e649cbd : Revert "tp: make LIKE case sensitive"
ae5a60ee4 : Add printk/console ftrace event
fc96cf9ff : trace_processor: refine counting algorithm of ufs commands
8e78d6e40 : ui: Point stable to the cherry-pick of aosp/2049749
03d5ae5e4 : ui: Point canary to contents of aosp/2049745
71002ff45 : ui: Switch on the perf sampling
6f0a320db : Project import generated by Copybara.
1237bc829 : tp: fix crash when importing JSON traces
833f3cb89 : Add cc proto library for Chrome metrics
46a934892 : Make the mapping between panels information and VDOM elements explicit
0bd3caa02 : [ui] Minor fixes to the details panel
3cd0931be : Delta encoding of counters
76a06d2d7 : protozero_to_text: Do not output : before {
5e5fc72dc : Make TrackEvent class exportable
fa5666cfe : Remove set but otherwise unused variables
77b05217b : Add copyright to all files
d7afbb153 : bp: include all proto files in Java trace Android.bp module
29f14f6b7 : btp: optionally allow failures when loading traces into BTP
e80f8ac57 : protozero_to_text: Use hash map in DescriptorPool
42326bfe1 : Hash scope into id for legacy trace events
7f17dc144 : deobfuscation: match dexfiles that have been extracted into memory
a96de11aa : BUILD: make demangle target a source_set, fix Wasm builds
64b136bea : Make ColumnSet generic
2ccc74def : Add WriteFile helper utility
fe40579cc : Translate Chrome user events
693612e6d : ui: Make thread and process name columns Optional
32214834f : Add Chrome user event hashes metric
8817c3337 : Enable long latency graphics smoothness alert tracks
e65c405aa : trace_processor: use llvm frame demangling in standalone builds
5f672b4d6 : trace_processor: parse ufshcd_clk_gating
35c86de28 : perfetto_cmd: Always enable symbolize_ksyms
90ef27d7b : deobfuscation: be more lenient with whitespace before comments
d1434cf31 : ui: Allow selection of logs
854b0ebe5 : Translate Chrome Histogram hashes
95d635f2a : Add Chrome histogram hashes metric to Trace Processor
0c2a0d0a1 : ui: Release to canary contents of aosp/2041887
0fbb7a2a5 : ui: Highlight flamegraph issue on heap_graph_non_finalized_graph, take 2
7970fa4a9 : ui: Fix thread and process names being null
90f43e1d1 : Project import generated by Copybara.
ac2fd42a5 : ui: Fix type of version_code
d75bec04d : protozero_to_text: Avoid std::string::reserve
690dcfa87 : protozero_to_text: Handle packed repeated fields.
661a438c5 : ui: Support search with arbitrary slice tracks
d9f993fb9 : protozero_to_text: Refactor and fix bugs
8c0c3c88f : Fix keyboard shortcuts using Shift
911bf616a : Support thread-scoped pointer IDs
f6cb28b3a : cleanup: cast std::chrono duration to a concrete type for logging
2a32f6bc0 : Add long latency metric for graphics smoothness alert
d220cba10 : protozero_to_text: Add unittests for most wire/field types
badba0bd9 : Add translation table importer
513e64c82 : ui: Display extra information in the slice details panel
23949fd55 : ui: Fix search on unknown tracks
9b08d7a9c : Allow embedders to set custom process IDs
85bc94f2e : Implement a command-line script for CPU profiling.
036cf9943 : Add documentation for `cpu_profile`.
3a0734aeb : cleanup: stale TODO and crash_keys that didn't show anything new
3167ea061 : ftrace: implement option to skip generic event encoding
d197a7abb : tools: add convenience script for repackaging demangling sources from llvm-project
49b42887c : Define translation table protos
aacce3171 : Add Duration to Flow Events table
db0593108 : proto_to_args_parser: fix signedness of fixed32 and fixed64 proto types
9830e01ee : Export perfetto trace proto java library
f1ed93efb : perfetto_cmd: add support for random delay before tracing starts
ca836e9cb : ui: fix thread state crash
e8c964d3b : Actually display argument tree as tree
c191f18b3 : Display whitespace characters in arguments
356d8363f : trace_processor: Add cpufreq_khz into trace processor
fc683bc51 : Docs: update docs about cpufreq
856f2be8a : install-build-deps: don't fail on new unchecked file in test/data
c15d935e7 : TracedProto: Rename Add to Set.
83db1018e : Improve error message when overflowing stack
93a4d8fa8 : TraceProcessor: add ingestion of atrace/ftrace failures
36fada337 : ftrace: record failed atrace & ftrace categories in TraceStats
c371532d1 : Add a visual indicator that sidebar groups are collapsible
4cbb278cd : Focus on aggregate information panel
6570222e0 : Scroll to the slice when navigating via flow arrows
9e715c684 : TP: Also parse abi_violations traced buffer stat
32f433c34 : tp: massively speed up startup metric
b21ad29e6 : Add a summary of java views to our breakdown metric.
6b6ccd848 : Use a list of checkboxes for Chrome categories
dbee386c8 : Add TracedProto::Set/AppendValue/AppendFrom.
558a2b2d0 : event_fd.Clear: retry read(2) on EINTR
89f79711f : Add T* / unique_ptr<T> support for TracedProto
b5913ec99 : metric: Add kfree skb rate to network performance metrics
fc56c30eb : tools/tmux: build the right trace_to_text, remove JSON.
0d46c453e : [ui] Sort Chrome processes and threads
879ad3922 : trace_processor: add WakeSource(de)Activate events
c11ab53ec : ui: Force tools/install-build-deps to run in arm64 mode if possible
ae13a0d93 : tp: fix wrong type for irq_handler_exit.ret
ed3e52e19 : ui: enable all apps by default when recording atrace
a7b038a3e : tp: surface import errors in the Python API
06dab69bb : tools/roll-prebuilts: add mac-arm64 config
63f3ff462 : Make keyboard shortcuts consider all modifiers for more specificity
110c3b16e : Project import generated by Copybara.
bc7a9c2bb : Make trace_to_text a non-host-only executable
ffac088aa : Fix UI crash in case trace is less than 50ns
bce4286ee : trace_processor: support ufshcd_command count
f9a061230 : Add args.display_value column
5a7403c2e : client lib: Add incremental timestamps to the client library.
bd992221f : docs: add warning about old Python versions on M1
931bdaaf6 : ui: fix interaction between postMessage/permalink and httpd
be81c449e : Revert "Allow Platform to define custom process IDs"
bd662e4e7 : Support TraceFormatTraits for TracedProto
57d506326 : Intern proto type names inside DebugAnnotations
d94bebf3e : Make TracedDictionary/Array implicitly constructible from TracedValue.
94204c6f2 : [Reland] Allow typed proto messages to be written into TracedValue.
4a7293539 : ResetIncrState before all other track_event packets
916a042c6 : Introduce a lock around g_was_initialized
43ff2c1f6 : Fix 'weak-vtables' warning in TrackEvent
efba6c65f : Fix typo in perfetto docs
55ec05098 : trace_processor: add wakeup_source_(de)activate
d0d65901c : Migrate libandroidicu usage to libicu - perfetto
c1f23ecfe : Allow Platform to define custom process IDs
2e7a479e9 : ui: Release to canary the contents of aosp/2018016.
952676c27 : trace_processor: Refine Kfree Skb Counter
33cff5fcc : Fix jank root-causing when actual timeline starts after doFrame
8ac32dda0 : Create AndroidCameraSessionStats message.
7d37c75df : bazel: remove public visibility for intermediate proto targets
69e7f7d06 : Stop using uniform_int_distribution<char>
2c78aae09 : Release contents of aosp/2010697 to stable
c893b1784 : tp: add script to performance of trace processor ingestion
43bc33da8 : ui: allow bypassing install build deps check
38be054cd : Add counters for cros_ec_sensorhub_data
94a969ca4 : profiling: add option to force standalone heapprofd to wait on socket
dc2a57b54 : Remove pb_full from dependency of trace_to_text
f954f8667 : traced_probes: add ingestion of kvm ftrace events
4402033b5 : traced_probes: Add format files for 5.10.43 raven-userdebug
91fdb4c5b : Revert "tp: filter for globs inside trace processor"
fc17aef89 : tp: add ingest raw option and default it off for Python API
fd0395a20 : tp: expose shell option for not ingesting raw ftrace events
821bb6bf9 : tp: improve query constraint debug strings
a61520992 : Increase app timeouts in CTS tests
eb744e4b5 : tp: filter for globs inside trace processor
897468890 : Fix typo in perfetto docs
9d1b2dd68 : Fix integer overflow in java heap dump flamegraph
4a6a4f113 : Add support for custom tls state
11de3dcf8 : tp: fix crash when building TP in Chrome
3a7d7533c : bazel: publish metrics and chromium protos
1f64315a7 : Remove TODO comment about horizontal scrolling
69668a459 : Properly adjust doFrame timing in case the frame was severely delayed
d041e6e3f : trace_processor: support kfree_skb event
56df5e607 : trace_processor: show cpu_frequency_limits ftrace event on Perfetto UI
134b9ef22 : dynamic tables: improve error handling by returning base::Status from ComputeTable
60978c6dd : heapprofd client api: cut unnecessary dependency on common/proc_utils
4f919b63b : profile_module: omit packets referencing invalid callstack internings
e69b1dcf1 : perfetto: make trace and config root protos depend on every target
706322e8a : Fix standalone build and re-enable some unit tests on Windows
7b1c76960 : perfetto_cmd: add atrace categories to --query
d920f60ab : Revert "Allow typed proto messages to be written into TracedValue."
d24cfc52c : tools/run-dev-server: Don't serve contents outside of the repo
8d6d7c1e8 : perfetto: remove merged protos from Bazel and reduce usage elsewhere
0d13f1d4b : perfetto: remove ttt unittests target from being linked
b9922c2e9 : Temporarily disable broken unit tests on Windows
610801156 : Remove TODO and update comment for workaround.
508eddb28 : Fix windows after Subprocess::OutputMode enum class change
a69fdfaec : List registered data sources only once
654c12876 : Rearrange code
97c338198 : Export atrace categories from ftrace data source descriptor
788302a1e : Support InputMode::kDevNull in Subprocess
9e6a08748 : Change Subprocess::OutputMode to enum class
f1caffa4e : Fix on demand process scraping with multiple ftrace data sources
02c31eac9 : Disable trace_to_text:unittest in windows
654da7344 : Allow horizontal scrolling for the Query Result panel in timeline view
710677c3e : Allow typed proto messages to be written into TracedValue.
bbe006987 : LUCI: Update to Xcode 13.2 (2nd attempt)
6fd15e15f : Revert "Infra: Revert LUCI changes for Mac-arm64"
869b209b6 : [tracing] Support flow_ids on the END events.
6423fdfef : Update how android_sysui_cuj decides if scheduling is to blame
85ad2cb6c : Remove unused base::TrimLeading()
e7507cd5c : Add missing dep on libprotobuf_full
2f89bb91b : Don't release allocator memory every time on ReadBuffersIntoFile
ed5834c3f : Fix chrome rollback due to missign return
fddf98a17 : tp: add ability to create dummy columns
389ab4023 : tp: remove LookupJoin function
5507feda1 : Fix DCHECK() crash in reading nspid for a process
ec8ee0c70 : Filter out CUJs that are <4ms long
eb6cf20da : Make metric tag's text color unchanged when the track group is expanded
8d2f3eb03 : Pivot table: drill down buttons to see the slices
98097091b : Fix the definition of enable_perfetto_zlib flag
9ebd35831 : perfetto: add a couple more missing targets
688772813 : tp: fix python API on Windows
16c28ca46 : perfetto: readd missing proto targets
b78b9b168 : Update android_sysui_cuj metric to handle frames with no GPU wait
54c1fc3fb : metrics: Add android surfaceflinger jank tables
2838cdf43 : Support gzip files in trace_to_text
09ca883ae : Cleanup heap graph deobfuscation
25fac0fe6 : Project import generated by Copybara.
58e8d8269 : tp: read cols used info from SQLite and propagate to dynamic tables
375e16006 : traced_probes: Remove old TODO
b5cab7ac9 : metric: Add gro aggregation ratio to network performance metrics
ba364ec33 : perfetto: add exports for targets with import public decls
e72796608 : Show All Processes track conditionally for Dropped Frames alerts
92a6e426c : tp: fix compile in G3
79d70fe9a : perfetto: improve bazel BUILD file generation with protos
bd4a88c91 : perfetto_cmd: Improve --query user-friendliness
c21a4a87e : perfetto: fix descriptor naming to prevent double proto gen
fddb76031 : tp: python: add btp and trace uri resolver to pip package
6b5156240 : tp: add flows between binder transaction pairs
5c295f6c1 : metric: Add packet retransmission rate to network performance metrics
8ddab3a6a : Metrics: Introduce Jank Budget
6b8c49e8c : trace_processor: support napi_gro_receive_entry and napi_gro_receive_exit events
d2d5619e7 : [fuchsia_importer] Import instants as 0 duration slices
bbecffd25 : traced: Keep track of flush timeouts
413e77a06 : Generate slices for each camera frame from AndroidCameraFrameEvents.
793bfb1ff : tp: speculatively fix running python API on Windows
5bc6f2cfa : Add FeedAndExtract method in GzipDecompressor
fef4fd6e4 : Fix a bug related to kNoProgress status
9e32d9cf1 : Improve Readability of gzip_utils.cc
b17baf7c6 : Pivot tables: constrain to selected time range
d518402c0 : Add CHANGELOG for v24.2
2dc2d8e99 : [Fuchsia] Set perfetto_unittests for CFv1
4d1426e24 : TraceProcessor: Add crash key with trace UUID
f61b1691b : Pivot table: fix a crash in case only one pivot is selected
fd39d1d4a : Pivot tables: add a row with total values
128269537 : Disable user-select on draggable handle to resize panels
9f746f3b6 : Revert "client lib: Add incremental timestamps to the client library."
cb9754b9e : Add ftrace cros_ec support
a4047077b : Update active lucicfg experiments.
0db6d44bd : Update prebuilts for v24.1
d59e9de32 : Add CHANGELOG for v24.1
523dde69b : Add a check in resetPivotTableRequest
c0b04c80a : Add cpu_frequency event parsing
22fea1f4e : Fix Windows build
fe6c2e384 : Add CHANGELOG for v24.0
4ec9099c8 : Infra: Revert LUCI changes for Mac-arm64
a31680084 : luci: cache windows and mac sdks
08df719cf : LUCI: Switch to Xcode 12.4 12D4e
34d4bbfbe : LUCI: Update to Xcode 13.2
fc25f7e6c : Fix LocalBinaryFinder when path includes base.apk
4a7cc3dfa : infra: Add mac-arm64 to LUCI
0e7915d17 : GN: use arm64 on arm64 Macs
9077b319e : Time query execution when run via .read
bf2b71842 : Pivot tables, take two
e83e8c2c0 : ui: Update ArgTree type check
3e1666ca2 : Add self and native size to histogram
d8afe87d6 : GN: update GN to 1968
89ce831de : client lib: Add incremental timestamps to the client library.
9fbef8b92 : ui: Update stable to the cherry pick of aosp/1972590
605bd3a3a : perf events: expand set of builtin counter enums for sw and hw events
79615faaf : ui: Update canary to available metrics cherry-pick
d7a3889b0 : ui: Check requested metrics compatibility with available metrics
78eee29ad : Revert "ui: Release canary"
428a7bbf0 : ui: sort tracks by name when adding annotation tracks
98395c9bc : ui: Release canary
603ae07fb : perfetto: add atoms for framework reports
e27949363 : Remove magical numbers from trace_to_text code
fa50f121e : Fix the incorrect use of delete/delete[]
3e0cc9973 : Providing CPU frequency info by polling sysfs
b69d0d480 : Opt Perfetto CTS tests into HWASan postsubmit
c388978ab : Fix flush race triggered from TracingServiceImpl::StartTracing
a06b7235e : UI: rename trace_id -> local_cache_key
7536b8724 : Limit memory used by filtering into file
b1e4afee3 : perfetto: Allow to profile system server on user
e25d3f5fa : perfetto: cleanup legacy atoms
f53a262d1 : cts: add user build tracing flag to reporter test
a1a6c2bbf : UI: warn if more than a statement yields results
4eb23ab57 : trace_processor: support tcp_retransmit_skb event
c30bc6cea : trace_processor: Fix IWYU
dd7eec5d3 : [ui] Support nanosecond-scale zoom levels
6d627a992 : ui: Change type of uiTrackIdByTraceTrackId
1d957f982 : ui: Only include symbolize_ksyms from Android S onwards
81ab34e48 : ui: Canary release
b7cc9c86c : Cosmetic refactoring to MaybeFilterPackets and WriteIntoFile
2b2236f8a : UI: use websocket-based endpoint
954659845 : tp: support multiple queries being passed to ExecuteQuery
727e2ce45 : tp: remove time queued
33928bc89 : perfetto: Add missing changelog entry for ftrace clock snapshotting
8eb45972f : tp: util::{Err, Ok}Status -> base::{Err, Ok}Status
383df8c30 : UI: Fix BSOD css
b9301ffbf : Fix gesture_trace_id misleading re-name
1b9040740 : trace_processor: support inet_sock_set_state event
b9157089f : tp: make row/index naming in RowMap consistent
82dc2de6c : perfetto: add support for parsing instants from systrace
fee6a0898 : metrics: make startup metric idemptotent
20d39c432 : Add trusty_workqueues metric
24df32371 : perfetto_cmd: overhaul --query
4cf8874f0 : Split ReadBuffers into multiple functions
bb49f319c : Improve clustering of restricted_location for mojo pipes.
900672403 : Suppress dialog in for postMessage requests from same exact origin.
8ad77e8ab : Make search to search by slice ID
d7b55ea62 : Remove user-select defaulted to none for the whole page
eb86b8922 : Add TracePacket field for camera frame events.
bda2a707d : heapprofd_test: Do not check frees for ART heap
f446daa87 : perfetto: add support for reporting traces through framework
201acf2d9 : ui: Updated maximum timeout, turn 20
c50cd6104 : refactored gesture_jank.sql for performance and readability improvements
13b233714 : docs: update ui/README.md
d17f47907 : service+cmd: improve logging uuid and triggers
264b14398 : tp: fix type in registry constructor
dda446b9f : tp_py: separate trace resolving into its own module
cb2be74db : Change perf profiler guardrail frequency
401a47310 : test: split integration tests in dedicated files
f26cb9cba : Test: remove TreeHuggerOnly run e2e tests also on CI emulator
56f2ccce0 : tp: add integration tests for resolver
99f238fb6 : Implement popup menu component and use in pivot table
19c9dd158 : ui: Handle thread_state.state not present
fc8796ac0 : Remove unused crash keys for fixed crashed.
714e790b3 : Add the "metric" tag to annotation track groups
d7dfde628 : Double crash timeout in GetNewChunk
800e2c185 : ART heap cts test
2305a1daf : Add irq runtime metrics
49527d762 : Resolve NSpid in the trace processor
cab0b04a1 : remove sufficient_chrome_processes dependency as its no longer needed
9fe07de67 : tp_py: add TraceResolver infrastructure
993aaa544 : Add traced_probes and traced_perf to readtracefd group
2cb13ead2 : Add traced_probes and traced_perf to readtracefd group
066f3a49e : Add a flag to live reload faster
02a0d161f : Record NSpid in the process tree
bc44c3c75 : base: normalize uid_t and pid_t across the codebase
06d1177ec : Update libunwindstack for standalone build
e94a3b516 : Update for frame data containing MapInfo object.
917b844fc : tp: refine handling of default vendor configs
c600967dd : ui: Release canary
d21ed9d31 : Fix chromium windows build
f61eb82ce : tools: update prebuilts for v23.0
822f0529d : Docs: update latest revision
5f7e5b9ea : Fix record_android_trace with config on android M and lower
02aa3eada : base: Fix Windows standalone build
c56f76951 : Add example.cc in BUILD.gn to compile with Ninja
a02ee48ac : Add a new "restricted" metric name to reduce noise.
6add0400f : Reland "Annotate trace packets with trusted PID in traced"
4f997ef08 : Add CHANGELOG for v23.0
1d518b42b : TraceProcessor: don't close the connection after /rpc requests
ad4ad2e63 : Add default visibility to Python build file
c901a99e8 : python: add license declaration to BUILD
4c76b4d6d : perfetto: consolidate all Python libraries into a single folder
cb8e0ff1e : tp: add config objects for trace processor and batch trace processor
f5ab77d73 : Revert "Annotate trace packets with trusted PID in traced"
ea29a8817 : tp_py: Don't hold onto trace file after constructor
43eb55f77 : tools: allow open_trace_in_ui to not open browser
90f2ef91c : MSVC: Fix build with disabled logging
e1b8bacc4 : tp: add width command to help
3293be7a4 : tp: add width option
2c3a01f1e : tp_py: fix missing chunk size for file reads
de4c796b6 : tp_py: support loading traces from file like objects and generators
64ff2fbfb : Annotate trace packets with trusted PID in traced
cc914159a : ui: Document extension publishing
50a2cc965 : Proto: reserve clock id 9
9cc8d5002 : Add RT runtime metrics
4cf5be166 : tp: add a bunch of functionality to batch trace processor
b9782eafb : Do not use reachability to skip Cleaners for native size calculations
b9b8cc6b6 : trace_processor: Remove out of date TODO
de7ce961d : python: workaround non-UTF8 characters in string cells
8b37031ad : Chrome Metrics: Switch to using threads called NOT LIKE "%ThreadPool%"
123bcd603 : ui: Update channels
5ab9b575d : metric: Add cpu loading statistic to network performance metrics
e780c370b : doc: fix wrong link of JankInfo.h
7ce8bf664 : perfetto: add track_event categories to --query output
6d2b0eecc : ui: Increment Chrome extension version
30e78dc57 : ui: Detach extension if the port to the ui disconnects
b4f85c151 : metric: Add tx statistic to network performance metric
c16c72113 : tp: add unaggregated camera memory metric
46d08dc17 : ui: End tracing session for Chrome when duration expires.
28a197a63 : Update libunwindstack to fix linux arm64 build
5db384898 : perfetto: add missing header file
07d02b088 : Improve CPU time accuracy by using thread_slice.
386b531a2 : Revert "Enable memory end-to-end tests in cts"
e690e6a42 : trace_processor: support net_dev_xmit event
a0ac59f3a : metric: fix incorrect function to remove suffix string
689880b32 : metric: Add net_rx action statistic to network performance metric
325339d08 : ui: Fix incorrect trackId usage
1302b4259 : Enable memory end-to-end tests in cts
9663af7df : Clarify that sampling_interval_bytes must be non 0
0d6b3465f : Moved sufficient_chrome_processes from gesture_jank to sufficient_chrome_processes.sql to avoid including the entire gesture_jank file in google3 dependencies
6cbbff151 : Allow libperfetto_client_experimental to be used with vendor and host-supported code
0011c6375 : Convert to health AIDL HAL
c39ca6482 : Fix usage to health HIDL HAL.
e0b339920 : Avoid busy empty loop
4d37a2c76 : Ignore native_size if Cleaner is not reachable
24167006f : ui: Update channels
13640983e : trace_processor: extract actual argv0 from Chrome cmdline
514135fb1 : Speculative fix of Windows build (take 2)
b61c082d1 : ui: Fix hover on summary tracks (e.g. mem.dma_heap)
0f3d96228 : Speculative fix of Windows build breakage
13d1fd05d : Update OWNERS to reflect active maintainers
e25d2c488 : metric: Add network performance metric
36dad7f90 : tools: update prebuilts for v22.1
287d6e6d4 : Docs: remove reference to freenode
26e2acb13 : Update CHANGELOG for v22.1
ae84d3d05 : TraceProcessor: increase HTTP max req size
d88945ec0 : py2to3: itertools.izip -> zip
ca6e61f1e : ui: update screenshots for integration tests
a6953b9bf : metric: overhaul process associations in startup metric
f54421439 : trace_processor: Expose deltas of ftrace stats
e57ed09f3 : Fix standalone windows build
496f94a12 : trace_processor: support netif_receive_skb event
b54e61f0f : ui: Fix tooltip rendering
c717c9313 : Accept non zero-terminated strings in ftrace fields
e9e81c015 : Update CHANGELOG for v22.0
dcaaa647a : ui: Fix dependency issue causing build failure
50e1ac089 : tp: call close when batch trace processor is deleted
186ed0fbb : tp: backport startup metric for cold/warm starts to API 23
a80ae5c3a : ui: Focus query results tab on query
0854d65cd : TraceProcessor: Improve atrace parser
c3ca02a93 : ui: Hide slice implementation details from subclasses
611804d1c : GCC: fix ambiguous call to make_optional
73a1be25e : perfetto: fix activate_triggers from statsd
e162eac4e : Flip default value of auto-load flag
cadd5ee9d : Use template strings in pivot table unit tests for readability
9b7c3bdc4 : Allow grouping of derived event tracks
19acf27cc : Improve readability of code for query generation
f1d156f85 : tp: refactor batch trace processor into library
ee80bcb2b : trace_processor: Fix behaviour of displayTimeUnit to match catapult
d6e08a1da : Make the undo/redo work for programmatic changes
391183611 : Tweak build files to support building on ARM Macs
2397d1a2d : Dump malformed ftrace pages to log
bad67fa77 : Move HexDump to include/perfetto/ext/base/utils.h
889d9a924 : Query selector: fix a bug with pressing Tab on empty line
d0bc15a66 : Query editor: Ctrl+Enter executes only selection
c4b9d71ef : Query editor: indent lines when pressing tab on multi-line selection
433f7b82e : Avoid keeping slices count of all packets
c91a3c8b6 : Begin moving away code from ReadBuffers()
ce7978455 : Add ReadBuffersIntoConsumer and ReadBuffersIntoFile
8761a311e : tools: Add Websocket <> ADB:5037 bridge
276eba98c : TraceProcessor: add /websocket endpoint
95dbb7037 : base: Add websocket support to http_server.cc
41ef6c2b4 : Revamp JSON validators for less boilerplate
df24367f6 : ui: Have tooltips follow the mouse within a track
1cc497a46 : ui: Remove old form of drawIncompleteSlice
fe6041280 : ui: Add infrastructure for frontend only slice tracks
e0b479c40 : Fix chromium build on base/http (take 2)
fccb993a0 : Suppress circular dependency warnings for 3p code
4d9665baa : java_hprof: Regenerate the list of pids on continuous dump.
7452c4d49 : Break circular dependency record_config.ts <-> state.ts
79d7eebbc : Remove indentation in aggregation columns of pivot table
d35aa624a : traced_perf: support explicit clockid for the sample timestamps
31c1534a9 : proto: traced_perf: allow explicitly setting a clockid for perf timestamps
36266046b : Fix GN issues on Chromium/Win build
3d08642af : UnixSocket: use poll() for send timeout.
44a15bef5 : base: add http_server.cc
84b9a9bc7 : Move check for write_period_ms == 0 below
c5c000f3b : ui: Update ui/README.md
f094a12f4 : tp: add support for hot reloading metrics
efb78ccbf : ui: Update fiddle with sample Perfetto caller
9d81eb8f2 : ui: Simplify some CSS rules
5d40eca0d : [base] FlatHashMap: don't invalidate pointer if key exists
715528ea1 : IWYU: add limits for std::numeric_limits
b82f35749 : UI: Remove dependencies on system fonts
9e87364ae : Add the gpu_mem ftrace events in the memory muxer category
1ddb4ac02 : UI: change icon on the "Saved Configs" menu
0f11fda09 : TraceProcessor: use FlatHashMap in ThreadStateGenerator
c986ca178 : TraceProcessor: use base::FlatHashMap<> where possible
58a20ff2c : base: Add FlatHashMap - open addressing hashtable
15411eae3 : Enable recording configs by default
147866196 : ui: Release cherry picks onto stable
e20c6fcfd : Release canary.
a4e29b9ae : Add an error counter for unknown extension fields
9a1cc761c : perfetto/rss_stat_tracker: Use rss_stat_throttled if enabled
84f62e46c : perfetto/ftrace: Add synthetic/rss_stat_throttled event
f8e9199c5 : perfetto: Throttle rss_stat event
aec91187a : Use startup metric for detecting end of user-switch
be894c741 : TracProcessor: use SmallVector for args tracking
1a71feba0 : Fix flamegraph button confusion between native and java
dc345c064 : Add crash keys to debug IPC socket hang
34abb8d47 : base: add SmallVector
30047f332 : Add a new enum value for LoaderLockSampler threads
854dede18 : Speculative fix for mem watchdog crash
1ef4d90cd : Add visibility and priority fields to chrome renderer info
0436a499b : ftrace: introduce boolean flag throttle_rss_stat
c713f0355 : ui: Update reason for removing event listener
819ef1ab6 : traced_probes: Implement BatteryCounters for CrOS and Linux
0957de47f : Get the waker from the instants table instead of the raw table
1e85971c8 : Populate waker_utid arg for sched_waking and sched_wakeup
6b10ae08b : Include native size in java_heap_stats metric
d94d624e9 : Change experimental_flamegraph API.
d54b3cdeb : ui: Include one or more perf tracks in area selection.
4c15f3c93 : Import sched_waking event from systrace
c2bd00109 : tools/test_data: Do not re-upload existing files
ee2fbdf7b : Display labels when a track is expanded
f161a9b02 : tp: switch LIKE to GLOB in all metrics
d40a5612f : ui: Remove event listener once we decide the trace will be opened
cbfe003d2 : ui: Release canary
97cab9703 : base: pair AlignedAlloc with AlignedFree
ff0f6e54f : Add options for ui/run-dev-server for address and port
37ac064b0 : heap_graph_tracker: Native size in flamegraph
697ca5b7f : tp: allow overriding built-in metrics using extensions
189a155e5 : Change text buttons in "Saved configs" page to icons
684a6a377 : Fix file path referenced from documentation
476e94441 : metrics: Add frequency residency metric
84b1d1f63 : protozero: avoid trivial heap expansions
0549de42d : Multiuser perfetto metric: omni-switch
1cf65eb5e : tp: make LIKE case sensitive
b09e5e021 : Fix Windows build in chromium (Take 2)
00ca67ca5 : tp: implement CREATE_FUNCTION SQL function
6421a6525 : Fix the order of lines
d99b5d2fa : Fix chromium roll
6eb457b77 : metatrace: make duration a uint64
c50345c27 : base: Fix Windows build, introduce AlignedAlloc
8b970aaca : TraceProcessor: introduce RefCounted<T>, remove std::shared_ptr
4c328e350 : tp: move SQL metric files into 'sql' folder
adeb79dea : TraceProcessor: optimize std::sort<TimestampedTracePiece>
436f13914 : tracebox: wait for traced_probes to register
199db4f1d : tp: reland perf improvements to process tracker
82b99102e : tp: fix compile
2466659dd : [Trace processor] Add 2 new power rail names
0d0cfddce : Minor style and typo fixes in pivot table code
3b1136ff9 : Revert "tp: simplify ProcessTracker"
ddfa6c5c2 : tp: optimize for lookup speed when computing thread_state
cb5ee7da3 : TraceProcessor: don't re-hash keys in unordered_map
2277f0695 : Enable -msse4.2, -mavx, -mpopcnt on x86_64 builds
0eeaf96c5 : TraceProcessor: add mmap support
22e62b407 : tp: expose Android API level as a metadata value
3264b59fa : TraceProcesor: unique_ptr<uint8_t> -> TraceBlob
ae74a24e4 : ui: rebaseline UI tests
16f4d7392 : [fuchsia] Fix GetoptCompatTest/1.LongOptions flakes.
63c4ffe85 : [fuchsia] Migrate away from /dev/zero.
7030e78a0 : traced: add Android SDK level to system_info packet
8cc49517d : Do not render flow arrow heads for sufficiently short arrows
1f2019616 : Parse process labels from proto
bb229e6b6 : Multiuser perfetto mteric: identifier
f4f2b4588 : base: add base64.cc
54418900a : install-build-deps: always overwrite test/data changes
726baf6e6 : tp: simplify ProcessTracker
856b76580 : Update libunwindstack for standalone build
97094f5dd : tp: improve documentation for thread and process tables
91bb5ca56 : tp: add batch trace processor
082503ee8 : base: Small fix UnixSocket::SendStr testing method
3d4217df0 : tools/test_data, one .sha256 for each binary blob
10c1b5863 : Add a button to toggle all tracks at the same time
309a1c063 : Add metric and derived events for dropped frames
b90c4e44e : Add the go_package config to the aosp/perfetto protos
2b896a6f0 : Revert "Add the go_package config to the aosp/perfetto protos"
825176788 : tp: overhaul how registering functions with SQLite works
01b8f20ea : Project import generated by Copybara.
9d3c0ab05 : tp: rewrite sqlite utils
a6c533a3a : tracing: Write process descriptor from all threads
09ceea9cd : Add the go_package config to the aosp/perfetto protos
d8f8023d3 : Add a flag to show indirect preceding flows
5d70080a9 : Report objects' native_size
5ca30d53c : Fix flaky integration test.
360f023ad : Tracing protocol: introduce UpdateDataSource
a2ab10155 : Pretty-print thread_dur
45646b604 : Update prebuilts and docs for v21.0
73d16cd1d : Release canary Use the contents of aosp/1879850 in the next canary release
f8b5a6f64 : Release stable. Use the contents of aosp/1879477 into the next stable release.
a1c4668a8 : Update for libunwindstack changes.
6dad5a0ed : docs: document RUN_METRIC
a09e682a4 : ui: Don't throw if metadata query does not return a value
fa57c8637 : ui: Disconnect device from Perfetto tab after recording ends.
56e6c6cc5 : [fuchsia] Use fdio_fd_create_null() rather than opening /dev/null.
72f647f5b : Update docs for switching to autopush channel
1e0e42eb8 : tp: fix typo in aosp/1877756
4ca9eaa98 : Add process_label to ChromeProcessDescriptor
7d948fdbb : bazel: Bump bazel protobuf version
adb22cfb3 : gen_amalgamated: Fix version code
ea72787a8 : Update CHANGELOG for v21.0
a4c1307c4 : tp: add support for parsing ftrace clock snapshots events
db22f37f8 : perfetto: snapshot boottime clock to trace_marker for non-boot clocks
240e9a163 : Implement --background-wait in perfetto cmd
1f9b5cca0 : Add field for NativeAllocationRegistry size
d9b33be38 : heap_graph: Add comment on reference_field_id_base field
480eed8a9 : Persist "Target platform" in the recording UI
a660466f9 : Project import generated by Copybara.
195eec2e1 : Request categories at most once
5ce0d14d9 : Stop using deprecated __system_property_get()
7eb58069e : Improve error reporting of waitForPerfettoIdle
2b9c879a6 : support updating track_event categories
f4949cdc5 : Expand "Support" by default
1253dd071 : Preserve information about invalid keys
f97353ec7 : tp: reorganize startup metric
589d491dc : Implement a way to overwrite record configs
8c983adde : Replace bitwise or with logical or
a21c1cbf4 : Update libunwindstack for standalone builds
96a72ec1c : Add + to the list of characters that aren't sanitized in the post_message_handler.
21475eeab : Add Chrome extension renderer process type.
9eab89ac2 : Update for libunwindstack shared_ptr MapInfos.
229efa6b4 : base: Add crash key to disambiguate watchdog types
1332f5e78 : Update documentation for "Lightweight mode"
749909b8e : build: Install libperfetto
42f44ada5 : ui: hide unsupported probes for CrOS and Linux
04681d356 : Extend timeout for tracing waiting duration
68e416b2d : Extend timeout for tracing waiting duration
4f5db1b5d : bazel: allow overriding perfetto_cc_ipc_library and perfetto_cc_protocpp_library
542f1ede9 : Increase core count for PerfettoDeviceFeatureTest
7372dc5cd : Make Chrome probe selectors in recording UI more compact
e937b1375 : Save started config automatically
321c4fc44 : bazel: allow overriding filegroup and genrule
44729e07b : Disable watchdog in bazel, disable crash-log on Android < 21
b4868da66 : Increase core count for PerfettoDeviceFeatureTest
454844e69 : tp: bump Python API version
840901086 : tp: divide product to avoid integer overflow
6f182cf44 : tracing: Don't reuse trace writers from previous muxer
f830c13a6 : traced: register built-in producers only in in-tree builds
343fb7a1a : Avoid too large stack frames when using pbzero decoders
ec95742c8 : traced_probes: add crash keys to debug hang on ReadProcPidFile
59f08d534 : record_android_trace: Fixes for supporting Android L
97fea9105 : [tracing] {Flow,TerminatingFlow}::{Global,ProcessScoped,FromPointer}
b3deb5eb1 : Reduce stack usage of some large functions
997ab09fc : base: Use timerfd in Watchdog and serialize crash logs
cb9bb18f9 : ui: Plumb engine to tracks to allow for frontend only tracks
a849c7d54 : ui: always try to draw non-sleeping slices where they exist
019a05da4 : tp: enforce that partitions are ints for span join
262252afe : tp: add holistic camera metric
f3a07f541 : tp: add support for mixed partition outer span joins
dc77d72e4 : build: don't depend on .git/HEAD in GN if .git doesn't exist
473f90e24 : tp: allow span outer join on unpartitioned tables
ab9002d68 : tp: fix metric queries using Windows line endings
ab699b7be : base: Add crash keys
45738254a : base: soften DCHECK for SprintfTrunc
f034b3d5f : tracing: Allow synchronous muxer reset for testing
05c800d23 : Do minor refactorings in adb code.
a41c42732 : Release canary
e0e4fa4da : base: add last PERFETTO_LOG(s) to CHECK/FATAL
1649de2ba : ui: Remove id appearing on first render for url-originating traces
3dcdff2b6 : base: Introduce StackString<N> for char x[N] + snprintf
0de8a6cd0 : probes: fix incremental state invalidation for power data source
78cd82ba3 : Fix snprintf / strncpy usages
331c46723 : ui: Remove extra space
d033e0ef5 : ui: Add query to error message on bad queries
1f437de0d : ui: Fix small log typo
39af2c27f : Add TODO for scrollability of query results within the details pane.
c0ecdd666 : base: ensure crash reporter works on monlithic binaries
9709a3d80 : ui: query page: make results x-scrollable again
4a216d715 : Update for libunwindstack shared_ptr MapInfos.
c7fb63fce : base: Add LogRingBuffer to keep around last logs
a24cded09 : ui: Frame aggregation controller
c96d4c71f : Fix ftrace imports for hosts w/ > 128 CPUs
1bad895a3 : tp: massively speed up building pandas dataframe
43c654a1f : Correct SQL typo that using wrong join condition.
a944ed6ea : metrics: add urgent ratio metric
51d6baaff : tp: Remove 'nr_reclaimed' from slice name and add it to 'args'
bfd8773c1 : ui: Do not expand process by default when we have perf sampling information
c607654c8 : ui: Release canary
20a460076 : Copybara import of "Adding arguments to trace event to display breakdowns under SendBeginMainFrameToCommit."
84af38bd4 : [tracing] perfetto::Flow
9c4b8a72b : ui: Show direct_reclaim begin/end information
dfc88d4a4 : [tracing] Add support for multiple lambdas
8ab4a9b3d : [tracing] EventContext::AddDebugAnnotation
97677a9e9 : Upload prebuilts for v20.1
5df0557c0 : Improve SDK release docs
a94219a7a : Update CHANGELOG for v20.1
434f1f8e2 : Fix standalone build on windows
965459006 : Project import generated by Copybara.
6a46cc751 : CHANGELOG in preparation for v20
bf487cf7d : Rename perfetto_boottrace to perfetto_trace_on_boot
3c965d2ac : Change std::map to std::unordered_map
bd7dc1f00 : Add load benchmark for kallsyms
76778259c : Emit NULL values in the TraceProcessor for empty messages.
6bc08f218 : ui: Include pids from perf sampling in track group logic.
588a25f21 : ui: Cherry-pick unsafe-eval for Wasm
e84bb9e7a : perfetto.rc: Support boot tracing in android
b2badda47 : tracing: Support tearing down Perfetto for testing
efda2ebe9 : UI: Update CSP, fix 'Wasm code generation disallowed by embedder'
9dc5e9dcf : tp: Allow queries with multiple upids.
98ba9f6a8 : Add max duration column to jank_query.sql
827c7cda1 : Project import generated by Copybara.
b98a0131e : Update channels.json
cfaa1f3f0 : Maintain a set of used recording config names and use them for UI tweaks
8a18e7291 : tp: make run_metric more resilient to whitespace
8b172a967 : Change how duration is displayed for unfinished events.
7eede8899 : ui: Refactor parts of flamegraph_controller
cb466d723 : Avoid windows.h in header files
501a9ac7a : ui: Center 'Loading...' text when checkerboarding
93a1a3e7c : Document `ts` and `dur` columns of Perfetto's `slices` table.
ed2d8bd06 : [tracing] Fix combining untyped and typed args in TRACE_EVENT.
c1e0f4cf3 : ui: Allow timestamps to be used as both lower bound and upper bound for callstack sampling data
3d9a8b03a : ui: Cherry pick contents of aosp/1833456
25498a007 : ui: Don't unwrap NewTrackArgs when calling super
31e4e0713 : Improve chrome_slice rendering perf
09e840c05 : tp: rework windowed sorting to be packet offset based
b3b9b4657 : Do not show 'no active probes' warning when Chrome categories are selected
84f0c23f4 : ui: Clear search bar when loading a new trace
52047582e : Renaming flamegraph variables and classes to support perf.
0cd1920df : ui: Fix tab shown as not selected
745b09f4d : tp: Incorrect row index was used.
0c2964fc2 : profiling: fix size_t being hidden
ee90928bb : Move GetFileSize() from symbolizer to base/file_utils.h
ad3da2777 : Revert "Link against libfts when compiling against musl"
2abbc726f : Avoid using fts_open and fts_read
f96e82f3a : Unit test for LocalBinaryIndexer
25f80694b : Move elf definitions to a header file
7e6d6b717 : Extract TmpDirTree into a separate file
e311098b4 : docs: Few small fixes for the pivot-table docs
07ba9e21c : ui: Add Pivot tables design doc to toc
f855798c1 : Add pivot tables to perfetto docs
66a71ad0e : Disable DCHECKs in bazel builds
a4c180ebe : Rename trace_filter field because it was broken
d4dac398d : metrics: Fix scroll_jank after gesture_jank.sql change
ff8b9e726 : Update channels.json
4f2a8ebaa : ui: Prevent crashes due to null names in flamegraphs
2014067ec : Plain TypeScript RecordConfig validation
32c2c34dd : ui: Adding perf samples track.
0bc8ff07f : [Pivot Table] Aggregate pivot table on area selection
7ecc36c09 : [Pivot Table] Add stack expansion to pivot tables
3fbfe5ccf : Add 'Select All/None' buttons for Chrome categories
43a2425b9 : ui: schedule redraw when changing channel
585be100f : ui: Release canary and update stable to previous cherry picks
49015fc5b : Add pivot table shortcut to help modal
9bccc2d64 : Split packets in IPC-friendly-sized slices after filtering
f92fd1795 : ui: Add name for 'Counter Details' panel
5255f0cd8 : Fix setting sigevent thread ID
b39ae485a : Link against libfts when compiling against musl
162b48ede : Remove support for the PDK
84172337b : Use 4 space indents when writing Android.bp file
7e208f3ae : Fix small typo in build-instructions
f4a5b1ebb : Project import generated by Copybara.
0e82826c4 : perfetto: use builtin bazel rules to detect platforms
3b31ed604 : ui: Add callstack sampling flamegraph behind flag
f343a5614 : ui: Bump state version
8d17d180c : ui: Throw QueryError on query failure
e29f800b5 : Include all com.android.* processes in android_sysui_cuj metric
d5aa76329 : Perfetto metrics for Multiuser
010d34e25 : ui: bump stable/canary to include fixes
ab5f8ae94 : ui: Prevent null upid causing a crash on trace loading
165389ace : Split additional Chrome categories into two lists
09002986b : tp: require queries to be separated by semi-colon
2b151b24a : sdk: Add PERFETTO_INTERNAL_ADD_EMPTY_EVENT
c57b2161b : Delete duplicate properties from CSS
256c77bd5 : ui: Enable recording of kernel symbolization
0565361e3 : Populate full table for callstack sampling.
d896ebd8e : Project import generated by Copybara.
dac094de0 : Fix some instances of -Wunused-but-set-variable.
aad4de5d0 : ui: Show duplicate Chrome CPU samples as joined
f500669e1 : ui: Group only by tsq.
f2c56e981 : Update list of Chrome tracing categories
111c17d7e : Fix acquiring Chrome categories from browser extension
5ed83f9db : [Pivot Table] Add descendant_slice_by_stack dynamic table
3af1fae3a : [Pivot Table] Add ancestor_slice_by_stack dynamic table
9b580800f : [Pivot Table] Add expandable tree view structure to table
3fbfe5f6b : Project import generated by Copybara.
2de45a6f6 : ui: Update ui-stable & ui-canary to pick up logs fix
0092dee7e : ui: Fix opening debug track on second trace
c1b8f37dd : Revert "perfetto: make suspend aware clock the default for snapshots"
15b1b81ca : ui: Improve rejection message
8652a85db : Update Clang toolchain to match chromium's
2e3620c23 : [Pivot Table] Fix pivot table spinner classname
213745e35 : ui: logs msg can be null
e752fbee4 : Fix comments (v19 –> v20) in DCHECK changes
86edd5f69 : ui: Fix message corresponding to localOnly
a425298c9 : metrics: Add touch_flow_event_queuing_delay.sql
1a69d01fe : base: don't enable DCHECKs in SDK builds
5eabf6fb8 : tracing: remove 0-dchecks on patches on the service
c9de248a4 : ui: Update ui-stable
857e267ac : UI: shorten version on the sidebar
33a4bc499 : ui: Run ./npm audit fix
e356c101b : Reland Update CHANGELOG for v19
de775baa9 : write_version_header: don't try to resolve the tag
77cfede17 : metrics: Update scroll_flow_event_queuing_delay test
671e0b5c4 : ui: don't use thread_slice table unless every slice is from thread_slice
79874ce1a : Revert "Update CHANGELOG for v19"
552bd340b : tp: fix missing files in test data
7f87ae9d1 : tp: fix failing metadata test
15780abd9 : metrics: Add touch_flow_event.sql
c676500fd : ui: Prevent leaked state in integration tests
ddf3aa973 : [Pivot Table] Improve UI design of pivot tables
0551b07a3 : tp: 1.Construct flamegraph for callstack sampling.
f7678de8b : ui: fix service worker registration
1b1a53adb : ui: release aosp/1818125 to stable and canary
10c492a64 : ui: remove dangling references to state.route
0639e9123 : tp: fix textproto and JSON escaping for metrics output
08baa1039 : metrics: Add touch_jank.sql
ef602d4d6 : ui: Stable release.
bdb1c9b4d : Release cherry-pick of aosp/1818118 in canary
8499ba6f9 : Add prebuilts to profiler_util
7ec25ee79 : Revert "Fix some unittests."
ada1adf7a : Update CHANGELOG for v19
a32198b31 : Fix tools/gen_android_bp
446816cf4 : ui: Canary release
3db07a33c : ui: Disable android_trace_30s > search due to flakes
9ae10300a : Add a regression test for descriptor merging
23d322691 : Fix formatting issues which appears on release
be2411d64 : Add libdexfile runtime dependency of libdexfile_support (reland).
3c9b8cfe8 : Change release version format to include SHA1
259b3f9c9 : Typo fix
b09f1bb2f : Fix some unittests.
2d6597941 : Revert "Add libdexfile runtime dependency of libdexfile_support."
1013ae8ec : Add libdexfile runtime dependency of libdexfile_support.
995c0f848 : Add a trace with descriptor for integration testing
b01cc020c : ui: Fix undesired caching for Chrome
492eb5255 : vpython -> python3 in tools/export_power_profiles.py
7d8d95352 : tracing: Fix data source static state instantiation for DLLs
b99c9e43c : ui: Add integration tests for router.
1ae0cba78 : ui: Backport fix for Track outliving its state
db933e540 : ui: Apply controller side actions immediately
195f8440a : tp: fix ui crash due to optional trigger args
38dded9b6 : Remove the device lookup table for suspend/resume action It was out of date and also not really needed.
62900eb9b : tracing: Add another workaround for a Clang/LLVM bug
8c795cd16 : trace processor: Factoring out the native heap profile algorithm
536ca0600 : Add power profile data for sunfish, redfin and bramble
4b076e168 : docs: fix trigger timeout in config
d46dbf6a3 : ui: Pick up fix for annotation flows
16c16395c : metrics: Match text format output with libprotobuf
def4ace2e : ui: Remove route from state (take 2)
b1701fb2d : Reland "Project import generated by Copybara."
7f3062940 : tools: add a bunch of useful metrics for slice breakdowns
34358da0b : Use raw type names on descriptors merging
fc1d98a8d : upkeep: Use !empty() rather than size()
d865c37d2 : upkeep: Reserve before push_back in loop
1fe10cebc : upkeep: Use char overload of find_last_of where possible
07ed69ae5 : ui: Generate plugin imports at build time
a91f4468f : Make add_test_data destination path explicit
9cf9e63e8 : ui: Add chip to distinguish metric generated tracks
63ad74ac5 : Do not use ScopedResource for FindFirstFile handle
d212bf542 : tracing: Work around an LLVM bug on Windows
7514f30ea : ui: Rename queryV2 -> query
a55fab31a : service: Fix reporting of producer uid in --query
5ac1b1133 : tp: parse ftrace clock id and use it to convert timestamps
6f8f1b996 : CI: don't hang when stdout/err emit invalid utf-8
a09af184d : Revert "Project import generated by Copybara."
201776f4d : Project import generated by Copybara.
210a708ec : ui: Don't overcount completed queries
923dc18cf : ui: Roll ui-canary to code in aosp/1799757
842e4b149 : Add an increment to floating-point comparison
9f3348abd : tracing: Add some missing legacy trace macros
8865a495c : Exclude events not getting to GPU from scroll_jank metric
622edc74f : metrics: Switch shell prototext output to ComputeMetricText
b6ab1c00e : Fix type error for ScopedFileHandle CloseFunction
f03bba563 : perfetto: make suspend aware clock the default for snapshots
8b47f5b88 : ftrace: report ftrace clock in the trace
2fbff7929 : tools: map thread states without io_wait
8bf30fea6 : Implement ListFilesRecursive on windows
b7ce36303 : Return full relative paths in ListFilesRecursive
471dec3ec : tp: improve dependency handling for python libs and add pandas
6571e2cc9 : Use more precise value for 60fps in scroll_jank.sql
000bbb042 : Changed TODO to use a bug number.
21042e097 : tp: map thread states chars to descriptions
303b88cfe : Update ui-canary to include cherry pick of aosp/1794593.
c96c5ca05 : tools: add startup focused slice breakdown option
03e239ddd : Update ui-stable to include cherry pick of aosp/1794593.
703e4f5ed : tp: ui: fix null slice names causing crashes
f6fb88039 : Add lalitm@ and octaviant@ to the ui release owners list.
b038156ec : Remove NACL from ListFilesRecursively.
6f6f1742a : tp: make JSON trace detection a bit more resilient
71bcb9aa9 : ui: Update ui-stable to include cherry pick of aosp/1775105.
4ed736cfa : metrics: Implement loading metric extension directory
e8791c0d6 : tp: fix parsing json escape sequences in tokenizer
c0f28953f : Project import generated by Copybara.
52ae441c8 : Add a touch_id field to ChromeLatencyInfo
a50f7d91b : Add -fno-finite-loop to fix test.
91a6d3a9b : ui: Push ui-canary (attempt 2)
f73e19a32 : ui: Push ui-canary
af3110bfe : ui: Update ui-stable
b34dc6280 : ui: Roll ui-canary
86b2df846 : ui: Remove RawQuery
b924fcecb : ui: Fix disappearing async slices
3f8fabd85 : tools: add experimental python library/binary for slice breakdowns
371f7a0ba : Handle new lmkd slice format in trace processor
787d029f3 : docs: fix span join example queries
4ff568843 : docs: add reasonable default tracepoints in record_android_trace examples
8981c9ea1 : Remove unused fields from chrome_compositor_scheduler_state proto
8f6dfcdbc : ui: Add feature flag for pivot tables
d34d25504 : ui: Support focus for area and note selections
7c13e6949 : Improve QueryResultIterator Performance
7d0822e5b : [Pivot Table] Add pivot and aggregation selection drop down.
117c64109 : tools: remove legacy update scripts
97fb7b0da : tp: ui: change android_log tag columnn to be optional
79c80199a : perfetto: roll prebuilts
07de440b0 : ui: Roll profile sorting fix to {stable,canary}
9c91898d1 : Revert "trace_processor: Remove old query API"
4e633ed86 : tp: support longs/doubles being passed to RUN_METRIC
a6966e344 : luci: use ref not id for checking against tag name
17cefff36 : tp: set main thread name when starting a new process
6c633ff46 : ui: Add channels to feature flags page
f94e497ac : tools/heap_profile: Fix for Windows
d3e40bdbd : roll_prebuilt: update scripts
e8f75d071 : Linux prebuilts: switch to arm-linux-gnueabihf on linux-arm
171e28177 : LUCI: don't build trace_to_text on cross-compiling targets
97eb1aab4 : Standalone build: use llvm-objcopy on linux target+host
876be6d47 : Update CHANGELOG for v18
a86527448 : LUCI: Add Linux-{arm,64} cross-compiler targets
b428d495a : Add sysroots for cross-compiling on arm & arm64
f4fd84895 : Revert "Chrome Metrics: Switch to using threads called NOT LIKE "%ThreadPool%""
5351f9fb9 : tp: remove sorted flag from heap profile allocation table
1fe41c8cc : roll-prebuilt: update also heap_profile and record_android_trace
7b89db633 : UI: Small change to Track creation args
2480b9700 : UI: allow duplicate column names in result sets
ea79d5a2d : tp: add proper systrace conversion for cgroup_attach_task
eddd6a4fb : perfetto: update cgroup_attach_task format file
a46f70c54 : bazel: fix broken protobuf path
e06529d3c : ui: don't draw flows for annotation slices
e47e19bef : Add pivot table to details panel
69b668e43 : ui: Combine all_frontend.ts and all_controller.ts
d3093f0c5 : ui: Add feature flags
df00af4d1 : Add a new Chrome Scheduler field, and update TODO with link.
c7d37bb3e : Chrome Metrics: Switch to using threads called NOT LIKE "%ThreadPool%"
a38aa4c7a : Modified buffer length in breakpad_parser.cc.
d6135d08a : tp: Skip "otherData" and parse string counters
f6eb90122 : ui: Fix crash on loading permalink
33a94e140 : Add tools/roll-prebuilts
519d8b6db : tp: move heap profiling packet parsing to ProfileModule
09636f5fc : profiling protos: further comment clarifications
61856c381 : ui: Fix a number of small eslint errors
a5221eeff : tools: Fix small bug in ProtoFileToDotProto
32cd1eb01 : ui: Remove indirection for creating a new engine worker
cb07e4463 : tools: add serialization and tie everything together in proto merger
f7ba15330 : tools: add functionality to read allowlist from file
74245868d : ui: Fix a number of small crashes with large timestamps
d55c23041 : ui: Update immer to v9.0.2
aab2d4af0 : luci: add CIPD upload for all artifacts
ded3e0833 : ui: fail tests if trace_processor_shell --httpd is running
9a13c11e6 : tracing: Add new legacy event macro
b80cb2f88 : UI: rebaseline test expectations
465b79482 : metrics: Add metrics for each used GPU frequency
c4ec4cb30 : ui: Fix bucket crash with null values
e2422beb1 : Tracing: add explicit dtor to TracingMuxerFake
0f633caae : ui: Directly call publish methods
99063db35 : ui: Push ui-stable
877dc7ed6 : luci: don't upload ttt on Android
56537d073 : luci: regen luci configs
eecd91313 : luci: add official Android builder
ddc125d26 : protos: Add comments to the various profiler protos
7d605084c : tracing: Add some missing legacy macros
3911f6194 : Visualize CPU time versus wall time for thread slices.
e2d7d4d67 : sdk: Improve DCHECK comment for Track::FromPointer()
49e1ae33d : tools/symbolize-ui-crash: switch to Gerrit URLs
301ce3928 : Reland: ui: Remove frontend local state indirection
dc2bf2557 : Reland: ui: Move much of frontend_local_state.ts to state.ts
49909016e : trace_processor: Add note to CHANGELOG about RawQuery removal
c7fe05441 : ui: Fix a number of small queryV2 errors
03c01e61d : trace_processor: Remove old query API
7b86465d0 : ui: Replace query with queryV2
055ff4057 : [trace processor] Replace views with tables in the WV power metric
dab6d8d2e : Revert "ui: Move much of frontend_local_state.ts to state.ts"
eedd41c6d : Revert "ui: Remove frontend local state indirection"
efbddd9b9 : metrics: fix substring() in android_surfaceflinger
bbc615953 : UI: deflake UI tests, use always woff2 fonts
51ccdcad8 : ui: Remove frontend local state indirection
5e0184587 : TP: Bump guess buffer for GuessTraceType() 20 -> 32 bytes
4f88a2fdf : Fix logging for Chrome seccomp bpf sandboxing
e3b766c2a : ui: Move much of frontend_local_state.ts to state.ts
bede560e1 : TraceProcessor: add docs/help for RPC mode (--httpd/-D)
a93ce9adc : presubmits: Use Python3 for running PRESUBMIT.py
2cc71f6d8 : presubmit: Log when a single presubmit step takes >0.5s
a02c59414 : tp: fix invalid thread creation after process free
4cb048682 : luci: don't upload tracebox on Windows
eb341c700 : luci: change gcs bucket to perfetto-luci-artifacts and add tracebox/ttt
c70ad6b2a : UI: Switch SelectionController to QueryV2
995d19111 : ui: Remove controller worker
51a1443c7 : UI: move result table to queryV2 + fix a bug in QueryResult.valid()
9d04c12db : ui: Remove video viewer
fb920ac86 : Modified symbolize_profile.cc to use BreakpadSymbolizer too.
2f924e6d7 : luci: fix path for uploading artifact on Windows
3e99f339b : Add BreakpadSymbolizer to handle BreakpadParser and symbolize frames.
6908f0ef6 : luci: also add platform name to uploaded artifacts
08a23c125 : metrics: change G2D duration unit from ns to ms
9045f7200 : metrics: add DPU Vote RT Bandwidth metric
abfb8f9a3 : [UI] Add memory data sources when selecting memory-infra
569fc1d52 : Added GetSymbol method to search for symbols.
dade39c13 : Reland: "tools: allow building merger tool on Bazel"
cc178a3f1 : luci: upload artifacts when building on official builder
a62191f23 : ui: Move track decider to queryV2
80c605016 : ui: Remove query one row
219ef6585 : ui: Avoid crash when missing metric rows
d0c5757a6 : ui: Convert {INSERT,CREATE,DROP} to queryV2
70331fd89 : ui: Export row kinds from query_result
74572bd01 : Add binary size script that runs bloaty
5a1581fcf : ui: Delete stale cache entries on both read and write
45bf5a648 : ftrace: turn binary ftrace parsing errors into crashes
e989e5e45 : Fix profiler_smaps
5bcd17662 : Revert "tools: allow building merger tool on Bazel"
9f469a995 : Support thread time when importing from JSON trace file.
e7a7f4c28 : Add metric for smaps output
49ea4eeaf : tp: traceconv: update prebuilts to f4ffdc1c0d10c444b6ca6
c18d7fc6f : traceconv: log error from zlib if decompression fails
b0345c864 : ui: Roll HEAD -> canary
6444aadc4 : changelog: include key fix to ftrace bugfix of absolute timestamps
60d5fb9e7 : ui: show perf_counter_track-s as global counters
63d36ff00 : tp: parse raw and explicitly named perf counters
50199cebb : Update CHANGELOG for v17.0
3778ccab8 : tools: allow building merger tool on Bazel
76c8d16bf : traced_perf: support raw and named sampling timebases
8a3b79883 : perf proto: allow for raw event timebases, and named counters
2a9194a7b : Doc: fix reference to AGI
dcdb97fe4 : ui: Store (trace_uuid, trace) in CacheStorage and fetch when loading the page by url
a3fdfde15 : traced_probes: tiny readability fixes in cpu_reader
b16a53376 : protozero: add descriptor header to filter_util
7c0ef80cd : tracebox: fix producer socket env variable (PERFETTO_PRODUCER_SOCK_NAME)
ecda9a249 : Add BreakpadParser for symbolization of traces.
ff9b326ea : tools: expose proto_filter target to bazel
b07532de2 : tools: add functionality to merge two ProtoFiles
c5bd74618 : tp: add function to unwrap metric protos
26df5377c : tp: overhaul thread_time_in_state to display mcycle counter
1d423b2f6 : ui: Fix ignored parameters in url
52a7d3ab7 : Adjust frame timings in android_sysui_cuj metric
03ad8aaac : tools/tmux: .protobuf -> .perfetto-trace extension
d8fa2bd05 : Support specifying device serial in record_android_trace
fdd8a6bed : quickstart docs: fix "gn gn" typo
0e513b8dd : tp: don't parse gpu_mem_total events after process end
eb64ad28d : tp: handle pid reuse after explict end event
6af5d6498 : ui: Add backwards compatibility for urls pointing to subsections of the /record page.
12d86fcd3 : Fix the depth layout for async slices starting and ending at the same time
3cd76078a : ui: Move state source of truth to frontend
ac035e738 : Disable SaveForBugreport_Triggers on android builds
58d2dc6a4 : inttypes.h -> cinttypes
1964e971f : tools: fix add_test_data script when adding a directory
66d83ef31 : ui: expose clock snapshots as a global track
34a066662 : Add missing inttypes.h include
8ca29439a : ui: Add back publishConversionJobStatusUpdate. The absence of this was causing an error message.
9aa75e505 : Fix -Wloop-analysis in perfetto.
a08f53bc5 : Replace writepid with task_profiles command for cgroup migration
59eca5f21 : ui: Add fragment identifying trace
4e04b300a : ui: Make record page subsection part of path
008f520b2 : ui: Update channels to current ui-stable and ui-canary
44baf5490 : ui: Move trace conversion to dedicated worker
d63f84807 : service: fix --save-for-bugreport
407f407e4 : record_android_trace: remove file from device after pull
d26e648b7 : perfetto_cmd: move go/trace-uuid print after incidentd checks
3d81d4d0f : Generate chrome track event proto cc lite
fa7d72297 : Fix a couple of comment errors found in cl/380166667
98002fbe9 : tp: add android trace quality metric
439cea3ba : tools: add tool to open trace in UI from command line
6ff23a535 : Add a metric to be used for ad-hoc jank trace querying
496856304 : perfetto: don't try to kill mspdbsrv
e4a018439 : metrics: add GPU frequency metrics
19a720abc : tools: add skeleton of proto merger tool
167d67c2e : tracing service: improve logging for --save-for-bugreport
56a27fb60 : Use Actual timeline to infer the end ts of the sysui CUJ
61a85c29c : ftrace: fix erroneous parsing of absolute timestamps (RINGBUF_TYPE_TIME_STAMP) on 4.17+ kernels
c1ba22d9d : ftrace: fix seq-clear flags when symbolizing kernel addresses
66d2b7166 : tp: Fix build on Windows
e796bbd62 : UI: roll stable to pick-up aosp/1734974
728230dd6 : TraceProcessor: restrict CORS headers to ui.perfetto.dev
c8400bc40 : ui: Make permalink copy link to clipboard
313650656 : cleanup: Remove unused import
173929c7f : Only look at Actual timeline in android_sysui_cuj
73cf27bf1 : Clarify reference to Debian Rodete in docs
8bcf60828 : UI: Add initial puppeteer-based integrationtests
bc6de7f41 : tp: fix parsing of counter events from dpu & g2d
b378ae148 : metrics: add avg used power to android_powrails
cbcb91f62 : SDK: set thread name for internal SDK thread (TracingMuxer)
8d191d639 : Add missing fields into the type
55fac0c2d : UI: roll canary to pick-up aosp/1734974
69cb39c19 : metrics: only create one row per group in time_in_state
74e8570e0 : CI: update sandbox VM to run puppeteer (chrome)
a60ef1816 : ui: Make all unitests to jsdom-based
278ee2bbe : luci: Don't add ui on LUCI
7e27a2bae : tp: don't allow serializtion to ftrace of track/chrome events
0830b60dc : tools: improve error message when --ui is passed on Windows
75b0accde : UI: change ftrace detection logic
adce539a5 : Fix incorrect comment.
b0ac78d09 : luci: add support for building for Windows on LUCI
5662c3d4c : tp: fix crash in flat slice when track is not initalized
8aac4c8c5 : luci: add support for building for Mac on LUCI
0faa0012b : luci: add new Mac and Windows builders for testing
a910a8228 : luci: fix user -> group for acls
8f0968467 : infra: Make perfetto team owner of scheduler
98900feac : perf: force cast perf event args to assert to correct type
40fbe8e17 : tp: add experimental flat slice table
571f3214a : Improve readability.
ef54262aa : Fix broken test
e824f0761 : ui: Promote canary to stable
770dcf864 : ui: add deterministic ordering for global tracks in UI
c4d2097ca : luci: add owner for scheduler
d3135f8e6 : Enable DOM tests in build.js
535e56b4b : metrics: add GPU metrics for SurfaceFlinger
9c6e2bdfb : Debian package: use /run for sockets.
3dc0ffe44 : perfetto: define infra side of LUCI for official builds
93c784385 : ui: show gpu tracks as global tracks
2a1e3dd3b : metrics: add dpu vote clock and bandwidth metrics
995310281 : tp: fix parsing JSON counter events
4158a0554 : Reference sampling doc from heapprofd docs.
2f154b015 : Revert "Calculate threshold to treat allocation as sample."
9b55e6440 : Docs: update perfetto UI release Process
5ca51f911 : Update CHANGELOG to reflect v16.1 cherry-pick
0856d6eec : Enrich binder transactions data with info on destination and parameters.
e04cd30b8 : ui: The typescript code will be inlined in the source map. This will allow the browser to show it.
5d5160385 : Fix client API unittest.
4a792951a : trace_processor: enable RPC in Android build
c55c6f39b : Use constant instead of ArraySize.
faaaa6d0d : Save a unique ID for each trace when it is processed. This UUID will be overridden by protos.
da5cd4318 : Do not consider frees for com.android.art.
73933a7c7 : UI: update packages and use npm ci in install-build-deps
ab86338b4 : UI: minor changes to make testing easier
ab482f7b5 : ui: Add logging for video feature
d016a14d1 : UI: roll canary + stable for ADB fix
ce51d52af : UI: Fix ADB/USB connection issues on Mac/Windows
e4130f9a3 : docs: Add doc for release process
f3b2b64e5 : TracedProto: Fix MSVC compilation
89752709a : docs: Add checkpoint-atoms to TOC
c687c2ea3 : tracing: Add support for track event timestamps using custom clocks
5d06d8b92 : UI: move tracks to queryV2
4fcd1b8f5 : Docs: add docs to explain window.open() / deep links
f8af3d777 : Fix nullptr access when the interned message isn't found
e0c4b5425 : Fix order of operations of initSession.
6658ff3a7 : UI: Add streaming query API
34eb6a147 : UI: spawn worker from the frontend
5f30314fb : Update CHANGELOG for v16
413274008 : TraceProcessor RPC: Add API version to handle version mismatch
036d9d3d1 : UI: switch to new /rpc endpoint, simplify wasm_bridge
8e3e1bbd6 : record_android_trace: allow temporary ADB failures
b7b626b3a : trace_processor: clean up SystraceParser
bd5ae26b7 : UI: Add ProtoRingBuffer decoder for TP RPC
b5072a9e9 : tp: fix displayTimeUnit parsing for JSON traces
fbc8bd4d3 : Fix potential spinlock timeout for heap disable callbacks.
1762ab14c : Avoid invalid reads parsing begin print events
bb3b66d48 : Do not spam error log for malformed traces
8d2c9aa28 : perfetto_cmd: don't connect to the service if unnecessary
7e87b4283 : docs: Fix small typo in table comments
849edcd27 : Generate perfetto manpage for Debian package.
14f3b3cb7 : Add NAME to heap profile manpage.
1412efa7c : ui: Roll HEAD -> canary
be1e42538 : Convert heap_profile CLI reference to standard manpage format.
2fed6e58d : Make perfetto cmd reference conform to manpage format.
4fd776c53 : upkeep: Use base::Contains
bae8193de : Add reference to sampling doc in heapprofd design.
c4f94c368 : TraceProcessor RPC: add binary-pipe interface
9c03438f3 : msvc: Also detect Visual Studio Professional
738d5a3df : tp: fix missing status checks
525262d6a : Fix shared ring buffer write fuzzer.
8083765f2 : tracing_service: reject entire session if a DS has an out of bounds target_buffer
8564f6f6d : Check Optional before using it.
edd5c13fe : Add more locations for GMS package.
ed5cb9d25 : Support TracedProto without EventContexts.
10911d280 : traced_probes: Don't set --only_userspace on older atrace
235610f24 : Docs: improve docs for Windows and tracebox
77cb61d60 : Proto filter: fix statsd atom value
4793b4e57 : Only look at the vsync when using Actual Timeline for sysui_cuj metric
e0e3b31fa : Fix coverage build.
222706f43 : Renable HeapprofdEndToEnd.
795f60b11 : ui: Add source file and line number to flamegraph tooltip when the info is available
8d321cfba : Initialize error state to no error.
3bf39d024 : Turn on crash reporter for debug standalone heapprofd.
0ddcb4eb4 : Allow first frame to overlap with the CUJ marker
497c3ed70 : Fix win32 build.
762c18f7e : typo: the the -> the
5b24b8f85 : ui: Fix derived events counter not shown in global track
45123b7d0 : Support writing untyped annotations into typed contexts.
ddf91655d : record_android_trace: fix -a* and uprev tracebox.
35e311e26 : record_android_trace: sideload tracebox on older devices
69216ec74 : tp: move gzip_utils from importers to util folder
890cfbeea : heapprofd: split main() in a seprate target
6aa736ae0 : Introduce tracebox binary bundling all services
003b20e66 : Refactorings in preparation for tracebox
066cc91b7 : Add traced & producer version into trace and --query
5f3008eef : Reland "Add IPC layer + Platform implementation for Windows"
7ee646807 : traceconv: switch from using hand-rolled proto parsing to ring buffer
7d4b92b93 : fixit: move proto_ring_buffer to protozero
088de9e05 : tp: propagate errors when adding enum descriptors
9c2318cf4 : traceconv: allow text mode from outside perfetto directory
aa0c7702d : Add test for java heap dump targeted by PID.
d6b23ab0b : fixit: docs: Document end_state
250501afe : fixit: metrics: add support for strongly typed enum fields in metrics
a27a5cefa : ui: Cherry-pick fix for b/185235837 to stable
d6fe0ee98 : ui: Convert cpu_profile to new query API
5f2c2bc2d : typo: constain -> constraint
0d83e03e9 : ui: Convert actual_frames to new query API
ef1bce5b0 : ui: Convert expected_frames track to new query interface
39ed6c3f1 : Project import generated by Copybara.
720b981cb : Add more logging why a DS was disconnected.
ad111e4be : Client library: avoid re-creation of TLS on thread exit
8deb15881 : tp: fix clang-format warnings with trace sorter
4018d1c76 : fixit: tp: add parsing of instant and counter events from JSON
f42c4a426 : Add defensive exit statement.
9fe1e1747 : ui: Add slice ID to details panel
9a1689eea : Default --stop-when-done on S.
0ac0e7406 : Allow concurrent tools/java_heap_dump.
fd9c6d28a : ui: Roll HEAD -> canary
3baa021c2 : ui: npm audit fix
c6a7086bc : Remove outdated note.
27a43fb88 : Fix typo.
cf31e9be8 : ui: Improve message when generating permalink
96fcac204 : Standalone build: strip exes and .so(s)
7b33b6c77 : tp: cleanup post-submit comments on aosp/1710438
f91b29613 : perfetto_cmd: print warning when not attached to a TTY
7e67a5403 : ui: Document shortcut to hide/show sidebar
eac5d7119 : fixit: Make most tools/ work on Windows
45a82135f : ui: Show progress indicator when creating permalink
e0e71bc96 : tp: workaround traces with massively out-of-order events
745ca0c07 : fixit: ui: Sort Chrome categories by disabled-by-default, then alphabet
77c3572df : Proto filtering: make --dedupe optional
8908a53a1 : ui: Add conversion to systrace & json
58dbcd885 : Show selected function in heap profile. #fixit
a9d450bd3 : Fix table layout for structured args
4690aa4a8 : Exclude tests that depend on protobuf-full / fix chromium.
75c482341 : UI: reintroduce "table-layout: fixed" for aggregation details panel
9bfdbf855 : pbtx parser: support \nnn octal escaping
14e727718 : proto filter: fix for Windows
97d87858f : Introduce DebugAnnotationParser
d1ae87889 : fixit: metrics: show better error message when metrics message is too big
17e8ae9d3 : fixit: Fix tools/run_android_test
6a7031cfb : fixit: tc: don't print out systemTraceEvents for Chrome-only trace
847ac58d1 : Remove unused function.
47efa2086 : Simplify code. #codehealth
c0ec36e5e : Standalone build: set _LIBCPP_DEBUG=0 to enable STL assertions
fa455ba53 : fixit: docs: add documentation for extract_arg function
3b1f27dfc : fixit: metric: compute startup metric correctly where package != process
349d51c9a : Add typedefs for heap profile API callbacks.
97b08e149 : tp: implement session ids in trace processor and add checks to UI
0ce14ff81 : Add known issue.
13d40fdef : tp: fixit: add better warning message for unsupported uint64 in metrics
c6bcafab7 : trace filtering: avoid dereferencing vector[end]
f18ab8185 : Proto filter: adds plumbing into tracing service
3f00374ce : Proto filtering: add core MessageFilter and FilterUtil
76621a608 : Do not retry messages that are bigger than shmem.
82527cb0b : Proto filter: use "bytes" field w/ checksum for bytecode
2836696fe : Reland: Increase trace duration of runtime HeapprofdCtsTest.
542ce20c7 : Skip native-bridged tests on x86
d026bb271 : Increase trace duration of runtime HeapprofdCtsTest.
df0d20cb9 : Increase timeout in HeapprofdCtsTest.
82d42fc0c : Fix Perfetto CTS.

+- Project: platform/external/pffft

2d0d66f : Remove external/pffft/.gitmodules and submodule directories.

+- Project: platform/external/piex

79ea86a : Update PIEX from tip of tree
ff6a5f9 : Fix build failures and accept clang suggestions
af84d1d : Update Android.bp
5c5b671 : Add support for CR3s with embedded heif thumbnails

+- Project: platform/external/pigweed

f25c3ec4 : Include Android logger as static lib
085e9057 : pw_log: Fix AndroidManifest.xml format
b6338171 : pw_log: Fix Logger impl and build targets
03d14dcf : pw_tokenizer: Message parser for undecoded messages
ff9933f2 : pw_system: Use AutoUpdatingDetokenizer
e520091e : pw_sys_io_emcraft_sf2: Add basic UART I/O support
6ff271a3 : pw_rpc: Expand debug logs for pw_rpc activity
29f95b9c : pw_system: Use PySerial non-blocking mode
4776aec5 : docs: Add advice on presubmit & branches
d4210762 : pw_rpc: Function for reading channel ID from a packet
d14e858c : pw_rpc: Restore Java client logging
507dcae2 : pw_system: Remove header visibility restrictions
3e8e339e : roll: host_tools
57c8c9b8 : roll: cmake
a468dca8 : pw_software_update: Log verification errors
3f30a2e1 : pw_crypto: Move PW_LOG_MODULE_NAME to .cc
5fac8d6b : pw_rpc: Add ChannelManipulator
92511aac : pw_watch: Fullscreen quit keybinding fix
dc88a4fa : pw_rpc: Add Java Nullable type annotation
e730306f : pw_rpc: don't use pw::Result inside PW_TRY_ASSIGN
ab236a46 : pw_log: Remove proto_utils.cc from Android.bp
21f2d64f : software_update: remove config.h from header file
a74c0498 : Add and fix pw_log/pw_log_android Android.bp targets
eba38dc0 : pw_package: Add note about preferring submodules
6c03473f : pw_build: Introduce a pip lock
d028b9b5 : pw_protobuf: Restructure docs
25a7e53e : pw_protobuf: Rename test proto 'int' field
b7ed8393 : pw_watch: Fix watch_app styling for highlighting text and showing result
ba414d66 : pw_rpc: Rename dev.pigweed.pw.rpc.internal package
28a8fbbf : docs: Expand automated analysis docs
80f0c244 : pw_software_update: Make personalization optional
a6af061a : pw_transfer: Always set chunk type field
5f493911 : pw_rpc: Remove unused using statement
02874757 : roll: host_tools
b78338f5 : pw_package: Add Pi Pico SDK
7dfa8b73 : third_party/pico-sdk: Pi Pico GN build
8b33bb97 : pw_toolchain: Move --gc-sections
194c5e10 : pw_transfer: Expand integration test
a8a1dbd6 : pw_protobuf: Support encoding from pw::Vector
5c95ca39 : pw_system: Log log drop reason when available
b9961bc2 : pw_transfer: Expand log for failure case
68e1a9f5 : pw_protobuf: Support encoding packed bool fields
75c7684d : pw_protobuf: Read repeated fields using pw::Vector
b894ed69 : pw_package: Add googletest
1425cfb3 : pw_protobuf: Refactor field parsing
0bae3eda : pw_env_setup: Update default gni path
2462a83c : pw_bloat: Honor output contract in pw_size_report
c3fdc020 : pw_log_rpc: Send drop reason message
a1cd0344 : pw_bloat: docs typo fix
980b58d5 : pw_env_setup: Use 3pp openocd
3667230b : pw_result: Reimplement based on Abseli's StatusOr
d2263426 : pw_multisink: Track & report ingress drops
78877940 : pw_software_update: OpenAndVerify() should fail clean
cf82a352 : pw_assert_tokenized: Remove unnecessary semicolon
b6ece77e : pw_software_update: Untangle manifest handling
a996a5ec : pw_preprocessor: PW_HAVE_CPP_ATTRIBUTE and new attribute
9f294512 : pw_transfer: Allow setting max chunk size
67506a1a : pw_protobuf: Return DataLoss() when reading unknown enum value
dabf9151 : pw_sync_freertos: Add preconditions to ThreadNotifications
7631bbcc : pw_console: Docs landing page screenshot
f46fe444 : pw_console: Allow the repl pane to be hidden at start
2d49a28e : pw_snapshot: Update proto encoding docs snippet
eec3b7b3 : pw_env_setup: Add GN vars example to docs
6049a087 : roll: go
6c761903 : roll: host_tools
3b4e1750 : roll: qemu
7acd5766 : roll: cmake
1c50b729 : pw_build: Adds Bazel rules for linker scripts
7a4c98af : pw_assert_tokenized: C compatibility fix
55790d46 : pw_protobuf: Codegen for packed types
7660d683 : pw_protobuf: Add codegen for typed StreamDecoder::Field()
748f9021 : pw_kvs: Fix iterator post-increment operator
f499bb01 : pw_transfer: Allow transmitter to reduce window size
ce59a87a : pw_system: Make RPC server a facade
9be91621 : pw_env_setup: PyPI version bump to 0.0.7
a0e07d68 : pw_transfer: Ignore no-op continuation packets
a2a79ce3 : pw_docgen: Remove blockdiag and dependencies
f1beac64 : pw_toolchain: Use gn cipd variables
e103ce4c : pw_arduino_build: Use gn cipd variables
f1511cdb : pw_env_setup: Support M1 Macs via Rosetta
001f953a : pw_protobuf: Codegen for non-packed types
354a698d : pw_protobuf: Generate a StreamDecoder class for messages
5acf8dd5 : pw_console: User custom keybind support
a0ddc266 : pw_protobuf: Endian-flip doubles and floats
6e6f440f : pw_console: Fuzzy command runner dialog
86698c0b : docs: Clarify Linux prerequisites
59d40c9d : pw_env_setup: Add section headers to docs
af80d98c : targets: Add Emcraft SmartFusion2 SoM
cc62942d : pw_log_rpc: Add open callback
8a9ceaa7 : pw_build: Refactor setuptools build logic
f391eaba : pw_env_setup: Put environment gni in build_overrides
45c5f2f8 : pw_rpc: Make tests compatible with nanopb < 0.4
a66909aa : pw_transfer: Reset retry count when receiving data in C++ context
15bc259c : pw_build: Support public_deps in pw_exec() template
8652918c : pw_presubmit: Expand note in presubmit directory readme
581abf21 : pw_unit_test: Indicate that death tests are not supported
2835cf64 : pw_blob_store: expose HasData() as a public method
c2ae074c : pw_protobuf: StreamDecoder support for packed fields
eb90ca57 : pw_string: use data() for pointer arithmetic
59aca2c7 : pw_hdlc: Don't reuse socket when reconnecting
0aa0befe : pw_transfer: Add hdlc escape integration test
a14529b5 : roll: host_tools
3f3c119b : roll: gn
72285b28 : pw_log: Add thread field to log.proto
1015d3a1 : pw_kvs: Set default GargbageCollectOnWrite to kAsManySectorsNeeded
5ddc01d3 : pw_log_string: Split out the handler facade
2c69d782 : cmake: Sort the root add_subdirectories and add pw_multisink
6b2bbce4 : pw_blob_store: Fix writer close with dirty write buffer
7278d991 : pw_transfer: Make extend window divisor configurable
aab4c6e3 : third_party/stm32cube: Fix CORE_INIT visibility
812b7bfa : pw_console: Ignore external configs in all unit tests
b58e3aa0 : pw_software_update: Mandate backend VerifyTargetFile()
28792b3c : pw_result: Fix deref operator return values
dbdd346f : pw_console: Resizeable window splits
15cefcff : pw_env_setup: Write gni file relative to root
5f2a9a5c : pw_tokenizer: Avoid undefined behavior in test generation code
abe736a5 : pw_console: Copy Python input text to clipboard
c4dac150 : pw_env_setup: Add gni file with environment paths
3c995d44 : pw_console: Set global maximum draw speed to 15 FPS
8f3917a5 : pw_transfer: Add transfer rate estimation
b6960ad5 : roll: go
51b6f575 : roll: gn
ee40eddb : Release Notes: January 2022
5e779b8f : docs: Add "About Pigweed"
ae92f3d4 : pw_system: Clarify status and demo instructions
b4beb760 : pw_cpu_exception_cortex_m: Add ActiveProcessorMode helper
f05e17b7 : pw_sync_freertos: Add CMake support
6937a098 : pw_multisink: Extend CMake support
9da1565e : pw_containers: Extend CMake support
4fd0f0f4 : pw_protobuf: rename codegen write method classes
40789a37 : pw_ring_buffer: Extend CMake support
f9a4ddaa : pw_log_rpc: Add cachinchilla to OWNERS
3370d556 : pw_protobuf: allow StreamDecoder subclasses to move
e995a8aa : pw_system: Let system targets add global configs
a4fed721 : pw_log: Add partial glog support
d9226f2f : pw_software_update: Fix stalling GetStatus()
2cf83d9b : pw_bloat: Adds the pw_bloaty_config CMake function
fc94fc75 : pw_log_android: Adds an Android backend for the pw_log facade
2b422689 : pw_assert_log: Add assert_lite_backend using PW_LOG
a6d01c4e : pw_console: Pass in LogStore handlers to PwConsoleEmbed
e1b7e0ce : pw_log_rpc: Make log entries checks more readable
251aaed3 : third_party/stm32cube: Support env_setup install
ad6620d4 : pw_bloat/bloaty_config: Add log level flag and skip empty segments
0a2a5226 : pw_console: Fix invalid access on line buffer
f747b661 : pw_console: Bugfix for disabling follow mode
b6bd4a58 : third_party/stm32cube: Fix CORE_INIT regression
79525f59 : pw_kvs: Disable pw_stream classes for C++14
026c16fe : pw_env_setup: Add "subdir" to docs
aaac691e : pw_rpc: Fix lock.h from gcc bug
a7a35fe1 : pw_build: Re-tool deps for Python zip targets
43108b88 : pw_rpc: Work around bug in GCC 8
1251e2e9 : targets/stm32f429i_disc1_stm32cube: No abspath
e7385e0c : pw_rpc: Only include mutex code if synchronization is enabled
b82b4408 : pw_build: Check in the modules lists .gni
c351f7df : pw_env_setup: Don't needlessly rerun cipd in hook
b0ae0110 : pw_unit_test: Skip the body when calling GTEST_SKIP() in SetUp()
b3684b89 : pw_transfer: Handle timeouts in a recovery state
1953b011 : roll: gn
3e825048 : pw_software_update: Handle missing payloads in incoming bundle
df5b5c92 : pw_env_setup: Invoke 'cipd' just once
fe9263d5 : pw_docgen: Properly quote Google Analytics ID
0c67e38e : pw_build: Don't capture the output of HIL tests
1fdfb192 : pw_env_setup: Fix bazel lint issue
9357f336 : pw_docgen: Add Google Analytics tracking
01ff6159 : pw_bloat: Mark counter with [[maybe_unused]]
240a1920 : pw_doctor: Check only in-use package files
fd2d9728 : pw_env_setup, pw_doctor: Use explicit version file
c79c5202 : pw_boot_cortex_m: Update to support pw_bloat.bloaty_config
9be741a1 : pw_i2c_mcuxpresso: support pw_i2c on MCUXpresso SDK
4d28e229 : pw_toolchain: allow regexes for --skip-include-path
6d27ec0f : pw_bloat: Add pw_bloat.bloaty_config helper
2f2b7ae7 : pw_protobuf_compiler: Fix bazel lint issue
9a2ed75b : pw_arduino_build: Remove assumption about CIPD dir
42c4e00e : pw_env_setup: Add more CIPD directories to PATH
dfc9926b : pw_build: Add zephyr_interface to the pw_build target
a21420e2 : roll: host_tools
f2438c89 : roll: go
6a5448d5 : roll: buildifier
0ef955f3 : pw_rpc: Remove support for raw synchronous unary methods
82f3132a : pw_env_setup: PyPI version bump to 0.0.6
b15c55b5 : pw_rpc: Replace raw synchronous unary methods with asynchronous
7c27c10f : pw_software_update: Add self verification
1530a327 : pw_env_setup: Prevent alias expansion for cp
28eadd1f : pw_env_setup: Add post-checkout CIPD update hook
a221f211 : pw_transfer: Allow modifying window size
458d4f66 : pw_stm32cube_build: Add DSP include dir
ea3d5f0f : third_party/stm32cube: stm32cube_headers vis
04f7e41b : pw_bytes: Add functions for specifying byte units
d889b2ae : third_party/freertos: Add CM7 config for FreeRTOS
6e31eaf2 : pw_console: Log message selection fixes
0ee2a554 : pw_system: Import used backends
9d60ea35 : pw_transfer: Prevent calling Finish() on a completed transfer
a3869aae : pw_presubmit: Prefix Bazel build dirs with . in presubmit
7566bc80 : pw_rpc: Hold the mutex when registering services
a4d52433 : pw_console: Log message arrival performance fix
bad6d275 : pw_status: Enforce [[nodiscard]] on pw::Status in upstream Pigweed
db965a32 : Define new toolchains for Pigweed upstream use
289c9c31 : Restrict Pigweed's top-level BUILD.gn to Pigweed
70a62109 : Generate the dir_* build args and lists of modules
a91c0853 : pw_build: pw_build_assert template
67e1d804 : pw_watch: Single log window fullscreen UI
8b2ccc97 : pw_system: Added Cortex M7f as a supported CPU
cf117ea1 : pw_presubmit: Add step for pw_system_demo
309e6ed8 : targets/host_device_simulator: Fix docs
b9acbb02 : pw_kvs/FlashPartition: Add stream read and write
c6389788 : pw_transfer: Don't use a thread notification for event ownership
12a58dd2 : docs: Remove the reference to ansiedit
7348790b : docs: Fix broken internal links
9e292673 : docs: Discuss how to enable clang sanitizers
9e4171a2 : zephyr: sys_io: Update implementation to support Matter
8b7680af : stm32f429i_disc1_stm32cube: Update variable names
e36b4cf8 : pw_thread: Fix missing CMake dependency
acbafa15 : pw_rpc: Optional response callback in client.py
0df11c1a : pw_presubmit: Show better submodule names
9c0cf1de : pw_assert_tokenized: Add OWNERS file
a8ba0b97 : pw_build: Put PW_DEFAULT_COPTS first
384c54d3 : pw_transfer: Handle errors consistently
1488565d : pw_log_rpc: Combine log drop count messages
8b4bb784 : pw_unit_test: Support GTEST_SKIP() macro
13ee8983 : pw_transfer: Remove unnecessary code
4cc8c87f : pw_transfer: Consolidate Initialize functions
a8fa24fa : pw_cpu_exception_cortex_m: Fix {Process,Main}StackActive
40e37b46 : pw_log_string: Add OWNERS file
87ca34ca : pw_function: Correct typo
dea3461e : zephyr: Add OWNERS file
a637560e : pw_rpc: Add remaining nanopb tests to bazel build
3a13017c : pw_rpc: Add nanopb unit tests to the bazel build
d243059d : pw_console: Yaml config loading refactor
f0d49553 : pw_console: Fix to applying log filters from config files
c8b15bfe : clang-tidy: Re-enable accidentally disabled checks
9639d1ce : pw_transfer: Fix disabled tests
22ee114b : pw_transfer: Rewrite to use event model
5715ba8c : pw_rpc: Fix WaitForPackets()
6c9f7e16 : pw_thread/snapshot: Deprecate active thread, use state enum
ec4727f7 : pw_cpu_exception_cortex_m/util: Add active stack helpers
c0dc8e0b : pw_protobuf_compiler: Fixes to new proto codegen
9c7e57dd : pw_rpc: Improvements for threaded testing
888d5a4f : pw_console: Search match position indicator
dec8d5e5 : pw_console: Bug fixes
931266b1 : third_party/freertos: Add CM3 config for FreeRTOS
75a0adba : pw_console: Source file column setting
390e81ba : pw_doctor: Check if Bazel version is current
7a7bd509 : pw_build/CMake: Clean up the CMake functions
64445288 : pw_system: Added Cortex M3 as a supported CPU
4a8a6e05 : pw_console: Change type annotations for Python 3.8
e4b69454 : Reland "pw_protobuf_compiler: Adds Nanopb to Bazel build"
df015c66 : pw_protobuf_compiler: Draft pw_proto_library.bzl
29e69e20 : pw_console: Allow 'file' to be a visible log table column
ebc05a35 : pw_console: Log render speed improvements
2952d376 : pw_presubmit: Change pw format tracking branch fallback behavior
bcad6c60 : bazel: Update the bazel CIPD package
7db89d1b : pw_containers: Make list iterators consistent with std::forward_list
3d57eaa0 : pw_rpc: Support dynamically adding channels
0e718cbd : Revert "pw_protobuf_compiler: Adds Nanopb to Bazel build"
4404eb53 : third_party/freertos: Always provide pw_third_party.freertos
d0cca897 : bazel: Add missing bazel deps and includes
84f6037a : pw_blob_store: Avoid unnecessary asserts
3fc343ed : pw_software_update: Allow targets metadata version to be passed as file
39266b06 : pw_build: Add C++ blob library generation
804ea814 : pw_log_rpc: Add rate limiting to log draining
059e10ae : pw_protobuf_compiler: Adds Nanopb to Bazel build
e4ce994b : pw_rpc: Move active() checks to SendPacket
25d3b8f5 : pw_presubmit: Change default directory; README
d06db562 : pw_console: Quit confirmation dialog
a84d9643 : pw_console: Log pane mouse selection and export
bad57479 : pw_unit_test: Add optional timeout to test runner
592b5a11 : pw_rpc: Defer channel lookup
54daf885 : pw_rpc: Remove unused using declaration
5ee2b160 : pw_rpc: Support pb_callback_t fields in PW_NANOPB_TEST_METHOD_CONTEXT
cfedcc45 : pw_rpc: Update ChannelOutput API docs
90cac64f : pw_system: Add log packing buffer
99022db0 : pw_build/CMake: Verify HEADERS exist
3e3349d7 : pw_assert: Flush stdout as well in print_and_abort.h
ec0284c8 : pw_rpc: Add plugin_nanopb target
e8d29cce : pw_env_setup: Update CIPD JSON formats
d9f51b68 : pw_protobuf: Remove the use of PW_CHECK()
f9f87847 : pw_build_info: Harden build_id.find_matching_elf
b91d43a0 : pw_console: LogView variable rename
48f38663 : pw_console: LogPane Render refactor
844c3cb3 : pw_tokenizer: Support tokenization in a macro argument
df1dfba3 : pw_assert: Lite backend impl that prints and aborts
00db7aae : pw_build: Use new CIPD file format
32a2b67c : pw_rpc: Update FakeChannelOutput template parameters
af16dbbd : pw_rpc: Remove the PayloadBuffer() API
f5216e40 : pw_file: Remove use of pw_rpc channel payload buffer
3ecb339a : pw_log_rpc: Remove use of pw_rpc channel payload buffer
c228f0d4 : pw_transfer: Remove use of pw_rpc channel payload buffer
62316b5b : pw_env_setup: Allow importing from cipd json files
7f6018cf : roll: host_tools
2968ed54 : roll: gn
e2dc38c7 : pw_watch: add watch app to show build output
51f2b920 : pw_protobuf: SizeOfDelimitedFieldWithoutValue function
ba5edd10 : pw_cli: Add quotes around user-provided values
1f7e3387 : pw_log_rpc: Describe root causes of log drops
ba1884b8 : pw_console: Upgrade prompt_toolkit requirement
723d6f0d : pw_unit_test: Remove use of Call::PayloadBuffer()
fac4a9aa : pw_protobuf: Expand functions for calculating encoded proto size
12fa59f9 : bazel: Update version to 5.0.0
3b7159aa : pw_rpc: Add channel close API
42f2b4dc : pw_system: Add socket-based I/O backend
6ab145b4 : pw_build: Run python tests with coverage
2bd4adbc : pw_varint: Fix BUILD.gn typo
f4f0c0e1 : pw_cpu_exception_cortex_m: Don't log CPU state during snapshot
c5c8b27c : cmake: Improve CMake support across multiple modules
ecb7734d : pw_snapshot/processor: Add optional --artifacts-dir flag
e9101263 : pw_toolchain: Use CIPD libc++ for mac+CMake
ffe6c3ea : pw_{log, log_rpc, system}: Log drop support
e2af9df9 : pw_system: Proto+string logging for host
a8bdcd32 : pw_protobuf_compiler: Improve pw_proto_library in CMake
1d5da9b5 : pw_log_string: Add backend
5733a0e4 : pw_containers: Make list iterators safe against deletion
2ebc8cb4 : pw_rpc: Refactor import statement
17e45c8e : pw_symbolizer: Default to full-length file names
408fc7c3 : pw_rpc: Support decoding request structs in NanopbFakeChannelOutput
41265909 : pw_rpc: Make FakeChannelOutput function overrides public
25e7a99a : pw_rpc: Temporarily remove logs from Java client
f2aba778 : targets/stm32f429i_disc1_stm32cube: Update docs
60d999d3 : pw_software_update: Minor stylistic fix
5be8099f : pw_rpc: Support calculating buffer sizes in Nanopb
5fdaeac8 : pw_rpc: ChannelOutput MTU function; docs
eb8251df : pw_thread_freertos/util: Adjust to avoid -fpermissive errors
4aa99d0a : pw_toolchain/cmake: Update GCC & Clang toolchain backends
2d7958dc : pw_log: Get bazel tests to build and pass
5fcc5356 : stm32cube: Use rebased path
0a2c9d78 : pw_tokenizer: Optional tokenization without args
1f9e3558 : pw_rpc: Update docs to reference call_id instead of client ID
bca005a5 : pw_log: Add log proto encode helper for strings
dad98c15 : pw_env_setup: Move arm-gcc to new cipd file
5be62b80 : pw_third_party/tinyusb: GN build files
fbd7b00c : pw_{build_info,persistent_ram,checksum,random}: Add CMake support
cefc6a7c : pw_sync: Fix CMake yield_core target
a2af8fc3 : pw_trace: Extend CMake support
4bda7fcb : pw_console: Focus on next window/tab key binding
af9d69ef : pw_stream: Extend CMake support
c031e1d5 : pw_thread_stl: Add CMake support
3367d2eb : pw_env_setup: Add placeholder arm.json file
5702eeb4 : pw_env_setup: Add README to environment directory
4adef6fa : pw_rpc: Remove PayloadBuffer() from the public API
6d1555dd : pw_build: Fix Python Tree Tests
f6522afd : pw_sync_stl: Extend CMake support
e35b4a17 : pw_chrono_stl: Extend CMake support
e6c298de : pw_cpu_exception_cortex_m: Extend CMake support
88060408 : pw_cpu_exception: Extend CMake support
7ce9d9d9 : pw_result: Extend CMake support
718e1ba3 : pw_interrupt_cortex_m: Add CMake support
f219b038 : pw_interrupt: Extend CMake support
984921ac : pw_bytes: Extend CMake support
ce9cfadd : pw_status: Extend CMake support
58d0aa38 : pw_function: Extend CMake support
fdf1cd4b : pw_string: Extend CMake support
c2f4080e : pw_chrono_freertos: Add CMake support
6689f68d : pw_assert_tokenized: Highly compressed asserts
f27605ea : pw_chrono: Extend CMake support
2a977891 : Docs: Remove nbsp characters
ddfd6e92 : pw_rpc: Guard the channels list with the RPC mutex
c4e9c62a : pw_build: Make build warnings configurable in CMake
6b582970 : pw_sync: Extend CMake support
e858b818 : pw_thread: Add CMake support
6dc23f7e : pw_thread_freertos: Add CMake support
826f9716 : third_party/freertos: Add CMake support
a72272bf : pw_build: Relative source file name extraction
0981b304 : pw_build/cmake: Extend pw_add_module_library
bc737763 : pw_presubmit: Handle Bazel syntax errors
1bf0fb37 : pw_tokenizer: Database from JSON
1af214de : pw_function: Fix for move-only types
1efc17b5 : pw_presubmit: Remove old cmake_tests step
4c269870 : pw_presubmit: Add GCC CMake "step"
6e92d78f : pw_protobuf: Correct MaxScratchBufferSize type
a0fc38ce : pw_polyfill: Split up the polyfill targets
20fbb55d : pw_build/cmake: Add PUBLIC_INCLUDES and PRIVATE_INCLUDES
bce17aa5 : pw_polyfill/cstddef: Add missing constexpr specifiers
9198bc6d : roll: buildifier
958b6a9d : roll: host_tools
53353386 : roll: gn
64110f5e : Fix the bazel build
0c87be52 : pw_rpc: ChannelOutput buffer handling fixes
36a1ef73 : pw_tokenizer: Variable length hash
49f21314 : pw_cpu_exception_cortex_m: Expose LogExceptionAnalysis()
6eafce38 : pw_env_setup: PyPI version bump to 0.0.5
dbb0e562 : pw_build: Add working_directory arg to pw_exec
3d3e5381 : pw_assert: Assert macro facade
515a5b2e : pw_tokenizer: Recursive tokenized proto message
3409f09d : pw_system: Avoid re-requesting logs when cancelled
4987fafe : pw_system: Add log timestamp and console support
803ea919 : pw_system: Include pw_malloc for non-host builds
16c0d672 : Add packet.proto as a static_lib for Java lib
02e20c87 : pw_system: Add pw_malloc facade when using Linux
09a2f4c7 : pw_cpu_exception_cortex_m: Remove packed attributes from structs
7bb790b9 : pw_cpu_exception_cortex_m: Correct typo for ARMv8-M Mainline
fe0fb9c5 : pw_cli: Add PW_CONSOLE_CONFIG_FILE env var
a1c6bfd6 : pw_rpc: Do not hold locks while calling user code
3f126ecf : Rework PW_RPC Android.bp file
d7f76fa1 : pw_{rpc, sync_stl}: Assert if STL mutex is misused
e4a0a67c : pw_rpc: Don't hold the RPC lock when calling AcquireBuffer
3ce31ccb : pw_blob_store: Don't assert on BlobReader seeks or reads
51ff972f : pw_env_setup: Update cipd version
e4be88b8 : pw_{log, log_rpc}: Separate Filter Service
cc9f186d : pw_cpu_exception_cortex_m: Add ARMv8-M Mainline support
3ba3afe0 : pw_blob_store: Move BlobReader functions to the .cc
027e4197 : pw_log: Add logging proto field for file name
ee592559 : pw_polyfill: Remove C++11 and C11 polyfills
5768d5d0 : pw_system: Add native system target
242a27cc : pw_preprocessor: Add internal Cortex-M arch defines
d56a6386 : pw_env_setup: Clarify cipd login status in error
09a7e13b : roll: go
d2553207 : roll: Update Python package versions
49cba7a8 : roll: host_tools
a25da94a : roll: gn
c67146e7 : pw_build: Add module configuration support for CMake
7d957727 : pw_env_setup: Upgrade cmake
e586e3cc : pw_presubmit: Fix git_repo.describe_files() output
2a0d4d58 : pw_unit_test: Install python module before running
26bc5a85 : docs: Build style guide updates
b0c5c998 : pw_transfer: Don't call Finish() on inactive transfers in the C++ client
0bf1eb95 : pw_multisink: Move call out of PW_DCHECK_OK
16edd407 : pw_rpc: Fix double mutex unlock
89147b39 : docs: Fix broken links
7e13e366 : pw_build: Add some missing `license` statements
328e409c : pw_transfer: Add retry and timeout setters to C++ service
b1c47994 : pw_rpc: Locking improvements
a06939d4 : pw_rpc: Handle replacing a call with an acquired ChannelOutput buffer
4b7b09e4 : docs: New contributors should sign in to Gerrit
79f3767c : docs: Clarify scope for newcomers
f30bce8b : Add missing tuple header to payloads_view.h
228b22d3 : pw_software_update: Add SetTransferred rpc
f1098798 : pw_console: Only strip trailing log line whitespace
b839d428 : pw_presubmit: Default --base to tracking branch
66c50997 : pw_system: Make I/O a facade
2c042f9c : pw_system: Add target_hooks porting layer
55333fa3 : pw_transfer: Rolling window
27e12c5b : pw_protobuf: Support providing known length to StreamDecoder
d8ac6bdc : pw_presubmit: Make --base and --full exclusive
e273d460 : roll: Update Python package versions
219823ac : pw_env_setup: Update spinner to honor --quiet arg
915521a5 : pw_software_update: Provide config option to compile out verification
e024644a : roll: Update Python package versions
fc79a26a : roll: host_tools
a5294635 : pw_protobuf: Support decoding from non-seekable Reader
8d728002 : pw_presubmit: Remove bazel_lint from presubmit.py
3d1b9240 : pw_presubmit: Add --full arg to run on all files
46f74e07 : pw_router: Local per-packet parsers
b402c558 : pw_cpu_exception_cortex_m: Correct namespaces
ea719194 : pw_cpu_exception: Remove unnecessary forward declaration
02c1251d : OWNERS: Add OWNERS files to modules lacking them
17078c4a : OWNERS: Add akirabaruah@google.com
3eaf1412 : pw_transfer: Do not Finish() inactive transfer
e0bbfa70 : roll: Update Python package versions
a7dd32e8 : workspace: Moves silvergasp deps to bazelembedded
5b1376b6 : pw_env_setup: Use project dir to install packages
9a3b69b9 : pw_env_setup: Move clear of PW_BRANDING_BANNER
a40ce767 : pw_package: Fix crlset package
be7f7f20 : formatting: Fix C++ formatting after clang roll
19f7a31c : pw_env_setup: Add option to install pw packages
af2fb1f0 : pw_chrono: Docs update regarding conversion of std::chrono::duration's
b7dc33f8 : roll: host_tools
4d913d3b : roll: gn
753008e5 : roll: clang
390fe045 : pw_chrono/system_timer: Update destructor contract
b8f3ad2d : Zephyr implementation of pw_rpc and dependencies
6f6b6a12 : pw_transfer: Initial C++ client integration test
94552244 : pw_software_update: Add ManifestAccessor
3d2abe14 : pw_rpc: Only include <mutex> if locking is enabled
c6126af9 : pw_console: Enable repl output line wrapping
c01abafd : pw_spi: Introduce SPI HAL
720b057c : pw_rpc: Support Nanopb 0.3
a3363ba3 : pw_protobuf_compiler: Fix include file parsing
070ebff7 : Replace ssize_t with ptrdiff_t in Pigweed code
a91e05a0 : pw_cpu_exception_cortex_m: Provide ARMv8-M specific build rules
5401d407 : pw_cpu_exception: Declare State as part of the entry facade
4021c357 : pw_system: Reword log stream error message
ba93a434 : pw_rpc: Make channel output to Server::ProcessPacket optional
a19e285f : pw_varint: Add function to read from stream
8fe2829b : pw_software_udpate: Write user_manifest
ecf3d807 : pw_system: Add init, RPC, & logging support
75088367 : docs: Add style guidance for directives
dbb0ba61 : pw_console: UI Bugfixes
afa5137a : pw_software_update: Remove landing switch
67af12f8 : pw_rpc: Add Android.bp files for the Java client
4b1c30d0 : pw_tokenizer: Add linker script section for FreeRTOS
30a164f1 : stm32f429i_disc1_stm32cube: Build all pigweed tests
fbec0acd : pw_rpc: Refactor pw_rpc Java client
79301810 : pw_cpu_exception: Prepare for entry link deps migration
648b210c : cmake: Set the PW_ROOT env variable in pigweed.cmake
5825e5c1 : pw_env_setup: Remove unnecessary unset calls
50262fef : pw_software_update: Fix issues
5d8e12df : pw_build_info: Better flag compatibility
a398cd10 : pw_sys_io_stm32cube: Cleanup
7588aed8 : pw_thread_sync_freertos: Add explicit casts
cf1c0205 : pw_system: Add pw_starter_target template
a463f7d5 : pw_cpu_exception_cortex_m: Do not report undefined reg values
d0997578 : pw_software_update: Verify target payloads
16f00aa0 : pw_software_update: Prevent root metadata rollback
ed735e17 : pw_software_update: Check targets metadata version
3f758de8 : pw_software_udpate: Reland manifest writing
b5fa5d33 : pw_log_rpc: Release payload buffer when active
38fee796 : pw_software_update: Verify targets metadata
b175a422 : pw_toolchain: Add Cortex-M0+ clang toolchain
9fb75ff2 : third_party/freertos: Don't use -Wno-error
1dca57a7 : roll: go
176347b5 : roll: Update Python package versions
fdbf89ff : roll: host_tools
6d5250e9 : roll: gn
f6565f1b : pw_protobuf: fix ReadDelimitedBytes read range
28072eb8 : pw_software_update: Verify root metadata signature
a1d6cd64 : pw_software_update: Add gn switch for verification
f228b418 : docs: Fix broken link
c62a2d2d : targets/stm32f429i_disc1_stm32cube: Add target
387ae513 : pw_cpu_exception_cortex_m: Symbolize PC and LR
3cbb8a06 : nanopb: Add option to set PB_NO_ERRMSG=1
70045e23 : pw_sys_io_stm32cube: Add module
6069d108 : pw_assert_log: Remove redundant file+line number
6a1484b2 : docs: Update style_guide with admonitions
11449fbe : pw_console: Serial bandwidth monitor toolbar
4b12469d : third_party/freertos: Allow global freertos dir
1579fd2a : pw_symbolizer: Add FakeSymbolizer for testing
81f8aa60 : Support toolchain-defined args for test_runner
72a9ca6e : pw_unit_test: Check test suite names
7e1b06ed : pw_system: Python package
4a5c13cd : third_party/freertos: CM4F port build targets
21eebff9 : pw_console: Example window pane plugins
caa2c73c : pw_software_update: Pass user_manifest size to backend
0a35c93e : pw_console: PluginMixin and plugin infrastructure
3b4f89a2 : pw_rpc: Java client
28e1162b : pw_package: Add FreeRTOS
e8275d32 : pw_system: initial commit
f67f0543 : pw_presubmit: Move Bazel symlinks from the root
1215a9df : pw_rpc: Make C++ integration test code shareable
44a911c7 : pw_build: Create pw_hil_test template
4ddaa9e1 : pw_unit_test: Add test runner pool
ed87d60b : pw_log_rpc: Test buffer is released before re-open
4a613e5a : pw_log_rpc: Release payload buffer when unused
6ea8f21c : pw_log_rpc: Add custom log level & module name
3748e2fb : pw_web_ui: Add color theme
eab2b578 : pw_web_ui: Improve logging
c870070b : pw_software_update/py: Verify bundles
134da64a : pw_protobuf: Extend message to support Bool
444f6d0d : pw_trace_tokenized: Add a missing dependency in CMakeLists.txt
693db4b7 : pw_protobuf: Extend message to support Float and Double
16303c3f : pw_console: Reusable WindowManager
68a91500 : pw_console: Mouse drag window resizing
ab3f72be : pw_env_setup: PyPI version bump to 0.0.4
284c78e4 : pw_presubmit: Use one list of C++ extensions
59c3ac70 : Fix a typo in pw_thread_freertos
3e32619b : pw_presubmit: Fix Check.with_filter()
4cdb51b5 : roll: go
d05f4942 : roll: buildifier
64566057 : roll: Update Python package versions
138f4355 : roll: host_tools
8d007024 : roll: gn
5a4324f6 : pw_console: Open any Python logger interactively
acc89733 : pw_presubmit: Fail gracefully if missing base rev
e23423ef : pw_env_setup: deactivate clears PW_BRANDING_BANNER
40bfc43d : pw_{assert, log}: Remove deprecated short config macros
273e2fff : pw_software_update: Replace macro with function
7aadfd5e : pw_thread_embos: Update annotations
c8806f5e : pw_assert: Optionally disable CHECK value capture
e6e34f48 : pw_stream: Detect EOF in StdFileReader
15e2b1ee : pw_transfer: Support filling a receive buffer
4cfc5a26 : pw_log: Avoid adding trailing commas
a82b90d7 : pw_thread_freertos: Add missing pw_assert dep
e7caae4f : docs: Add docs on size optimizations
64deb149 : pw_chrono: Fix PigweedClock docs formatting
46ae10a8 : docs: Fix fuction signature indentation+color css
a24f141a : pw_rpc: Remove unnecessary Client* in Channel
8a5b100f : pw_chrono: Expand documentation
39d8c5ca : pw_rpc: Remove deprecated methods and aliases
4a555a4d : pw_software_update/py: Relax root metadata signing checks
e2e23280 : pw_file: Minor logging tweak
30c5d380 : pw_string: Remove WriteBytes() return value
53f26008 : pw_rpc: Fix CMake build
09dd585c : roll: Update Python package versions
1935af9e : roll: host_tools
be4e4be6 : roll: gn
c686eb4b : roll: clang
f9bd8a17 : pw_software_update: Disable spurious Pylint error
2b454658 : pw_build: pw_python_wheels output directory
5e3cf38a : pw_transfer: Use RPC writers
4b5ad7d9 : pw_{sync,thread}: Split up facade unit test cases
d5a4220e : pw_thread/backends: Expand docs
2fed999c : pw_sync/interrupt_spin_lock: Optimize try_lock for uniprocesors
04965817 : pw_rpc: Fix CMake build
66f8d89d : pw_trace: Add pw_trace:null as default backend
f7c59385 : pw_transfer: Properly clean up after completion
1cbc49a3 : pw_string: Improve StringBuilder hex support
bcefd36f : pw_stream: MemoryWriter clear() function
961706bc : pw_build: Provide default constrainst.list file
74b85bec : pw_rpc: Only add pw_sync dep when backend is set
4fd8c804 : pw_transfer: C++ timeouts and retries
8e756e37 : pw_rpc: Remove deprecated ServerContext& argument
64a4b16b : docs: Remove implemented TODOs
9126569a : pw_software_update: Disable spurious Pylint error
b3e8e708 : roll: gn
bc1e7b27 : pw_{log, log_rpc}: Add log filters
acefe88a : pw_function: Size optimizations
b19d586c : pw_software_update: Cleanup temp code around ApplyReboot
1a6afd51 : pw_protobuf: Add common_protos to match BUILD.gn
c6d70ab7 : pw_software_update: Add ApplyReboot to BundledUpdateBackend
38c11d31 : pw_console: Window pane base class
3e57d82a : pw_assert: Simplify PW_CHECK implementation
4c7bdcfc : pw_sync: Update documentation to include Semaphores
27025534 : pw_analog: Avoid signed integer overflow
cf5d741a : pw_assert: Namespace internal ConvertToType function
9e5ba356 : pw_transfer: Add progress callback
77619cc4 : pw_web_ui: RPC call
e221d846 : pw_log: Add global config options
31c41052 : docs: Fix link formatting
0bfbdb43 : pw_software_update/py: Fix typo
10a6b388 : pw_presubmit: Add ccache even when no gn args are passed
f16f0d6e : pw_build_info: Helper for finding matching elf
081499cd : pw_stream: Don't memcpy if no bytes to read
d159d562 : docs: Recommend "Fixed" rather than "Fixes"
bcabcd78 : pw_containers: Avoid undefined behavior
1f486487 : pw_console: Fix Python Repl focus issue
39144b6f : pw_thread: Extend docs and update duration/deadline terminology
58ab6ca4 : pw_software_update/py: Add metadata role types
f1fdc5b5 : pw_trace_tokenized: Fix a data format bug in get_trace.py
4b4ebe18 : pw_transfer: Add typescript library
071befeb : pw_kvs: Avoid undefined behavior in checksum
389b1173 : pw_assert: Use static_cast in PW_CHECK comparisons
5839e4f1 : pw_transfer: Add log module name to client.cc
a0358ec9 : pw_unit_test: Fix ASan issue; refactor
4b12552e : pw_snapshot: Match snapshots to Symbolizers
6a6bf1bf : pw_console: Upgrade prompt_toolkit and ptpython
eba238f4 : pw_transfer: Fix undefined behavior in memcpy
13845149 : pw_build: Refactor pw_mirror_tree with copy
74b88815 : docs: Discuss fuzzing in Automated Analysis
a5b131c5 : pw_log: Include only what is used
9d99449b : docs: Describe commit message footer options
4d63a38e : pw_function: Expand docs for pw::Function in APIs
5fa58f66 : pw_bytes: Avoid memcpy to nullptr, even if zero-length
3be4c9e5 : pw_watch: Close with terminate() instead of kill()
9a5210dc : pw_rpc: Prefix Nanopb struct names with "::"
1b69a4ec : docs: Assorted documentation fixes
f4a44e74 : pw_web_ui: Decode HDLC frames
2aff88e5 : pw_assert: Use consistent module configuration
bee91088 : roll: Update Python package versions
4e85fddc : roll: host_tools
94f79109 : pw_trace_tokenized: Fixes ubsan caught bugs
c2a4cfca : pw_stream: Don't memmove with zero bytes
e9de45ef : pw_rpc: Don't memcopy null payloads
c4d419ce : pw_console: Load manually specified config
e742804a : pw_analog: Avoid signed integer overflow
e555900d : pw_string: Fix undefined behavior
353452c6 : pw_ring_buffer: Avoid zero length memcpy invocations
262ae73c : pw_sync: expand time based facade tests
e4413d15 : mbedtls: Fix GN file include error
40915503 : pw_assert: Update docs.rst to comply with Style Guide
14439760 : pw_rpc: Common Writer class for client & server
7f5b3051 : pw_rpc: Lower log level and make logs configurable
703abad7 : pw_build: Track target source files via GN metatdata
78db8c69 : docs: Add commit & docs style
020a371a : pw_blob_store: fix size reporting
9732a8ef : pw_rpc: Document client testing features
54636649 : pw_{log, pw_protobuf}: Add module name to log proto
65505f43 : mbedtls: Allow specifying config header directly
3d99d92b : pw_transfer: Make C++ client work end to end
33e629d3 : pw_toolchain: Add back support for adding sanitizers to host toolchains
fb4453f5 : pw_rpc: Remove pw_rpc_USE_GLOBAL_MUTEX build arg
f2b6227c : pw_rpc: change channel log level to INFO
7ce65a62 : pw_log_rpc: Ignore drop count when ignoring errors
b4750700 : pw_sync_threadx: Rolls back the ThreadNotification backend
31a3f6f0 : pw_software_update: Support multiple signing keys
3fcf4b59 : pw_build: Pass capture_output to pw_python_action properly
e480df97 : clang-tidy: Enforce google-global-names-in-headers
4663ef62 : pw_log & pw_log_rpc: use dropped field count
61505e08 : doc: Fix go/ link in style guide
37d12c3f : pw_software_update: Support "Save-As" for dev signing
f79b9d07 : pw_function: Pass by reference or rvalue reference
d71f4f66 : pw_transfer: Refactor protocol code
59910a47 : pw_env_setup: Add deactivate shell function
d36b9c0c : docs: Fixes to automated analysis doc
9657141e : pw_blob_store: Add support for zero-size write buffers
2d9cd0aa : pw_blob_store: do large aligned writes in single flash write
dcb81748 : pw_toolchain: Exit tests on ubsan failures
5b9c4bec : pw_software_update: Change user manifest reader type to SeekableReader
fc462aea : pw_symbolizer: Add Symbolizer abstract class
eb05b180 : docs: Add documentation for automatic analysis
4c8206bc : pw_toolchain: Split "ubsan" and "ubsan_heuristic"
d5f83f9f : pw_sync/mutex: Consistently debug assert against recursive locks
33340fce : pw_thread_embos/sleep: Fixes partial tick handling
b34a154a : pw_thread/sleep: Add tests for non-positive durations
4d33a9d4 : pw_{metric,string}: Remove implicit double promotions
b789d8f4 : pw_thread_backends: Expand comments in the implementations
a6642d71 : pw_sync_backends: Expand comments in the implementations
21d899aa : roll: host_tools
0c71ae26 : pw_preprocessor: Add PW_PLACE_IN_SECTION
72ebcdc6 : pw_sync_threadx: Add optimized ThreadNotification backend
7c245888 : roll: gn
26083758 : roll: go
272d244e : roll: Update Python package versions
8ce0328a : roll: clang
c7088aaf : MIMXRT595-EVK: Target for the NXP MIMXRT595-EVK
0e1b11f8 : pw_sync_freertos: Fix two TimedThreadNotification bugs
1584fe20 : pw_build: plumb through more pw_update_bundle args
d7977a48 : pw_software_update: Add a role type to CommonMetadata
0211fdf8 : pw_trace: Fix UB in fake_backend.h
dd25904f : pw_blob_store: Fix write buffer bug
793fb44f : pw_bytes/byte_builder: do not memcpy empty spans
ea987f73 : pw_presubmit: Add separate sanitizer steps
8aa1ea3b : pw_software_update: Update manifest proto
6670623e : pw_hdlc: rpc_console default 5s timeout
573d0996 : pw_sync_embos: Update docs
96db33ed : pw_rpc: Fix error messages in TS code
258171a2 : pw_sync_freertos: Add optimized ThreadNotification backend
8338e882 : pw_env_setup: Depend on pw_build_mcuxpresso
9cc7dd3f : pw_symbolizer: LLVM format support
866ba185 : pw_rpc: Enable external handling of watchdog reset
77d8571b : OWNERS: Add throughout tree
227596c1 : pw_protobuf_compiler: Add pw_build to cmake deps
7f1009ac : pw_presubmit: Fix bug in sanitizer presubmit
cd2ce40d : pw_software_update/py: Support signature verification
14a409e7 : pw_rpc: fix raw rpc codegen namespace error
33f15125 : [pw_tokenizer] Add missing include to tokenize_string.h
067ecdb2 : pw_presubmit: Add sanitizers presubmit check
c8d3ec20 : pw_crypto: Overload Hash() to stream from a reader
ef6917c4 : pw_software_update: Build fix
f3b9d0d5 : build: pw_toolchain: Add host_clang_{asan, msan, ubsan} target
a55c55c4 : roll: host_tools
ed7e5e06 : roll: gn
43365cdf : roll: buildifier
0e4dfcff : roll: Update Python package versions
7c295d2c : clang-tidy: Explicity list enforced checks
70d20df6 : pw_software_update: Add root verification flow
15b13329 : pw_software_update: Add bundle verification flow
54c99bc6 : OWNERS: Add two team members
27ff7448 : pw_sys_io_mcuxpresso: support pw_sys_io on MCUXpresso SDK
0790a814 : pw_sys_io: rename pw_sys_io_Init functions
bc31369c : pw_env_setup: Bump PyPI version
4180d4de : clang-tidy: readability-inconsistent-declaration-parameter-name
247595e4 : pw_rpc/pw_hdlc: Remove unused using statements
10ec2bd2 : clang-tidy: readability-container-size-empty
6d642e4a : clang-tidy: Fix and enforce additional checks
2b906060 : pw_presubmit: Run Python lint checks for .pylintrc
be49c96e : pw_cpu_exception_cortex_m: Fix encoder usage
585a0c59 : clang-tidy: Enable misc-unused-using-decls
4fb1b2e6 : pw_hdlc: Add missing type annotation
014258ba : pw_web_ui: Lint typescript files
7939a6dd : pw_web_ui: fix device_transport export
0ccbd55d : pw_doctor: Check that symlinks are supported
9e13cf10 : pw_presubmit: Ignore symlinks in inclusive check
3a8598be : OWNERS: Add roller
51a95772 : pw_toolchain: Bugfix for http://pwrev/66484
736fb171 : pw_web_ui: Autoformat fixes
c8bdc7d2 : pw_rpc: Add optional global, non-recursive mutex
5cbf6993 : pw_rpc: Timeout on blocking calls
3bc90bba : Update a couple TS package.json
df15221b : pw_protobuf_compiler: Web compatibility
61723669 : pw_log_rpc: Add method for unrequested log streams
73d948c1 : pw_toolchain: Use regexes for --source-exclude
77e2886a : OWNERS: Add tpudlik@google.com
17d5e71d : Enable additional clang-tidy checks
6c92e778 : pw_build: Fix distributable setup.bat regression
966ba92b : pw_presubmit: Add pylint/mypy to lintformat
93635bc1 : pw_software_update: fix pylint error
3c328151 : pw_hdlc: Fix typo in TS library
f78b220a : roll: host_tools
3683d9ec : roll: Update Python package versions
4a609d2a : roll: clang
a215415e : pw_rpc: Don't send response on client call moves
221ddd25 : pw_thread/thread_analyzer: Add last CPU usage report
f366cd8e : pw_presubmit: Add gn_gen_check
1716915b : pw_rpc: Deprecate CANCEL packet type
af0aa548 : pw_tokenizer: Cast std::span<T>::size_type to size_t
1d000cc1 : pw_rpc: Move server/client calls to separate files
36986c0d : Remove outdated comment
1d0aa6dd : pw_blob_store & pw_kvs: Use Borrowable<KeyValueStore>
9ffaca4f : pw_transfer: Initial timeout in Python client
afadef9b : pw_sync/borrow: Do not use std::unique_lock
b3ba70f9 : pw_build: Make tweaks to py dist install scripts
86e05def : pw_rpc: Add call IDs to protocol
c25a21c0 : pw_rpc: host_tools group; remove pw_build_HOST_TOOLS
4da9acbf : pw_software_update: add call to BeforeApply()
360cf2cd : pw_software_update: Sign update bundles
6cdedf35 : pw_software_update: Sign root metadata
9bbe9dac : pw_rpc: Test Nanopb in C++ client integration test
ad362b14 : pw_software_update: Generate root metadata
82db4b10 : pw_rpc: Rework C++ client; implement raw client
75ab80a2 : pw_software_update: Import keys from a pem file
e059107b : pw_software_update: Add root metadata to a bundle
8990f7fa : pw_software_update: Specify targets metadata version
cd40577e : pw_build: No pip build isolation
a07e6649 : pw_stream: Improve SocketStream logging
f4bac507 : pw_function: Error message for bad instantiations
f05c6b18 : pw_thread_freertos/util: Don't skip the priority=0 ready tasks
853cc790 : TS: Allow embedding into downstream packages
908ee7a6 : roll: kythe
ec77dc0b : roll: Update Python package versions
f0e9205b : pw_trace_tokenized: Modify CMakeLists.txt for build
ab4d77c9 : pw_ring_buffer: Add CMakeLists.txt for pw_ring_buffer
09cd59eb : docs: Display only titles in module guide
ab90ea89 : pw_env_setup: Stop using PW_CHECKOUT_ROOT
b5aeefc4 : pw_rpc: Rework the FakeChannelOutput classes
b4c6bb55 : pw_base64: Fix variable style; reduce tests
69285347 : pw_console: Keep main menu open on theme change
6fe3045f : pw_software_update: Add user_manifest bundle arg
12ea8d02 : pw_software_update: Use a user_manifest target file
4cafcda0 : build: Run clang-tidy in default build
eb05d88e : pw_kvs::flash: Update logs for flash operations
e4dd0d71 : pw_rpc: Add missing pw_log dependency for CMake
08956abf : pw_transfer: Support seeking in reads; standardize statuses
5e9f7a69 : pw_toolchain: Header filtering for clang-tidy
7d339164 : pw_polyfill: Remove -included language_features.h
0111407b : pw_software_update: pw_update_bundle GN template
0132da5c : pw_polyfill: Remove code related to C++11 support
fff3c7cb : pw_polyfill: Move std::to_array to pw::containers::to_array
bfb9887e : pw_containers: WrappedIterator class
f03bed13 : mcuxpresso: GN template to create pw_source_set for MCUXpresso targets
9588ad05 : roll: Update Python package versions
7a3ff51f : pw_build_mcuxpresso: Generate pw_source_set for MCUXpresso SDK targets
100a1603 : pw_containers: FilteredView class
c410445b : roll: Update Python package versions
b8882451 : pw_watch: Exit cleanly on max inotify instances
982b005a : pw_transfer: Reorganize Python client code
ce98c4d4 : roll: host_tools
7515150e : roll: gn
6858c997 : roll: buildifier
3b7e5d53 : pw_transfer: Expose ProgressCallback in pw_transfer
c9e3a66f : roll: go
aaaac547 : roll: Update Python package versions
a5ee6454 : roll: clang
be8e994d : pw_software_update: Relax NotifyTransferSucceeded precondition
8b21fff0 : pw_software_update: Require strict transferred transitions
dd716f9e : pw_rpc: Add open call to every RPC method type
711e4004 : pw_software_update: redo the TRANSFERRED hook
5d6d66c4 : python: Change pylint "whitelist" to "allowlist"
8dc22157 : pw_rpc: Unary call supports returning response promise
29f5e73b : pw_web_ui: Refactor to use ts_project
7f3590b5 : pw_rpc: refactor TS build
402cd8e7 : pw_transfer: Handle dropping the sender's final write chunk
3afbe83c : pw_protobuf_compiler: TS build refactor
58833409 : pw_sync: Fix method's classname
bf9e3be8 : pw_status: Refactor TS build to use ts_project
1ecbc417 : pw_protobuf: Add enum for pw::Status
fb7b4785 : pw_multisink: Unsafe iteration dump utilities
559dd971 : pw_log: Fix log proto Bazel deps
3aab7f6c : pw_rpc: Log channel/service/method for stream packets for inactive RPCs
e426b325 : pw_transfer: Integration tests with packet loss
4eb017ff : pw_blob_store: Add testing of deferred writes to unerased flash
47799394 : pw_hdlc: Refactor build to use ts_project
e0dfd081 : pw_software_update: Transfer complete notification
a8e214f6 : pw_cli: Accept either int or str name log levels
f735eba7 : pw_blob_store: Assume not erased if there's no valid KVS entry
427edb2e : pw_console: Serial bytes logging
81080c3c : pw_log: Add pwpb library to Bazel build files
b48bda72 : Add jaredweinstein and paulmathieu to owners
683493cb : roll: Update Python package versions
0243e41a : pw_transfer: Resend transfer params on client retries
070b5b07 : pw_env_setup: PyPI dist fixes
31cace35 : pw_transfer: Prevent receiver from requesting 0 bytes
983c0efe : pw_env_setup: Ignore python path if in venv
322c618b : pw_rpc: Bidirectional streaming
ff1d9d3f : README.md: Intro and frequently used links
25882ac7 : build: Remove fuzzers from the default build
021a0fe7 : pw_chrono_embos: Always defer callback to the timer ISR
6bbb9ba3 : pw_transfer: Restart pending transfers on initial packet
e41081a4 : pw_snapshot: Add field for trace data
b4517c32 : pw_env_setup: Allow for merged setup.cfg creation
0dd5a8b3 : Revert "roll: rbe-client"
bee7e33b : pw_console: New table view config options
0aa452b8 : pw_blob_store: FlatFileSystemService integration
36672e6d : pw_transfer: Test recent service improvements
500a8665 : pw_transfer: Reduce duplication in test
99773799 : roll: host_tools
94d72c83 : pw_i2c: Add support for data and register address endianness
92b422f1 : roll: rbe-client
537c6cb1 : pw_console: New UI Themes
742dd11d : pw_transfer: Ignore chunks for non-pending transfers
bb35efc3 : pw_console: Config file loading; window settings
c1d7920d : pw_file: Use std::span<char> for file names
e6209d9e : pw_transfer: Reorganize code; ignore bad chunks after drops
19a6cdcd : pw_console: Toolbar button backgrounds
5c653f69 : pw_console: Config file loading; table settings
6b9f75c1 : pw_console: Progress bar fix
18e815f8 : pw_console: Config file loading; themes & history
cb30c35e : pw_console: Progress bar updates
22f2d194 : pw_presubmit: Fix clang-tidy
7f1195b1 : pw_log: C to Python log level helper
59b0add8 : pw_transfer: Skip stale windows in Python client
0e8aff89 : pw_blob_store: Add BlobWriterWithBuffer
67f35f51 : pw_presubmit: Save GN/ninja trace data
91094e8f : pw_console: Persist progress bars until marked done
767b899a : pw_software_update: Add coarse Apply progress reporting
696d6868 : pw_multisink: Notify newly added listeners on attach
6a3c063f : pw_transfer: Refactor to share code; add logs
cf10afef : pw_thread/thread_analyzer: explicitly mark max stack as est
c54f9c90 : pw_thread_freertos/snapshot: Add peak stack usage reporting
6ce48026 : Update nodejs bazel rules to 4.1.0
f954c8b3 : pw_transfer: Retry on write transfer timeouts
b3e1b89a : pw_rpc: CallbackClient test invokes correct method
d7fc9f9b : pw_rpc: Readability improvements
4affafbd : pw_software_update: provide bundle_offset with ApplyTargetFile
f184163c : pw_software_update: Update service & proto rework
88ee3cc6 : pw_rpc: Add method to reconfigure channel's output
fb1492d1 : pw_thread_freertos: add explicit EventGroupHandle_t casts
8b0c1245 : pw_env_setup: Document all environment variables
5a2674c0 : pw_rpc: Client streaming RPC
478fc165 : Update unit_test_server docstrings
509537ae : pw_transfer: Report errors from FinalizeWrite()
7552732c : pw_software_update: Use a work_queue for update applying
963e4bea : pw_console: Scroll 5 lines by default
254ec766 : pw_blob_store: Fix init when using a file name
ff057e8f : pw_transfer: Start C++ client
772ec790 : pw_software_update: merge BundledUpdateManager into the service
8a5e24ad : roll: host_tools
5272e0e3 : roll: gn
6b2ceade : roll: clang
c7d6961d : pw_console: Progress bar
5fde6c9b : roll: rbe-client
4c467d30 : pw_transfer: Python client and C++ service fixes
0128d251 : pw_software_update: land initial service implementation
8d393616 : pw_transfer: Add progress callback to write transfers in Python client
c9cc55d5 : pw_rpc: Remove GeneratedService alias
61492b19 : pw_stream: fix ConserativeReadLimit for IntervalReader
960f5df3 : pw_rpc: Prepare Call for use by both server & client
b09a6396 : pw_env_setup: Skip submodule check for repo tool
688eb24c : pw_rpc: getResponses() logic
a0e6d196 : pw_toolchain: Use RSP file for linking
b6ed2a3e : pw_software_update: Require '-t' and '-o'
9cdbeed0 : pw_software_update/keygen: Call main()
4f676e44 : pw_protobuf: return a mutable BytesReader
a53cf13d : pw_package/software_update: Add presubmit step
66cfd8f5 : pw_console: Remove Ctrl-Alt-hjkl and Ctrl-w bindings
9de912e0 : pw_presubmit: Make with_filter() args keyword-only
4c227c2f : pw_snapshot: Add helper to read snapshot UUIDs
03eceb37 : OWNERS: Add tonymd@ and tools roller
6f253ac6 : pw_log_rpc: Add unit tests with open server writer
54891aee : pw_rpc: new FakeChannelOutput testing APIs
f087b00f : pw_software_update: Add mechanism to enable/disable bundle transfer
c2b9379c : pw_software_update: Fix build errors
a9245eac : pw_rpc: Optional invoke parameters
e8af3847 : pw_software_update: Generate development keys
94d51b54 : pw_rpc: Server streaming RPC
2d53a2cb : pw_software_update/bundled_update_backend: reorder and rename API
05d860d6 : pw_rpc: Service naming guidance
5dce3fc1 : pw_sync/borrow: re-order constructor arguments
8d6e75b2 : pw_sync/borrow: Do not use a reference type for Borrowable
59f3d43d : pw_log & pw_log_rpc: Rename proto service name
af501dad : pw_rpc: Do not alias deprecated raw client names
d95e1e90 : pw_rpc: Simplify ServerReader/Writer Open API
d744bcc8 : pw_rpc: Non-blocking unary RPC
a9133b05 : pw_software_update: fixup update backend API
e0b03f5a : pw_software_update: Improve help strings
e485396b : pw_presubmit: Use log to write subprocess output
054771a4 : pw_software_update: Add finalize and manifest get/update for backend
39d85f51 : pw_presubmit: Add check for Python versions
604695e1 : pw_software_update: Parse bundles
32a60864 : pw_rpc: Introduce pw::rpc::internal::MethodInfo
14267c4f : pw_software_update: Fix return type for PrepareForUpdate rpc
d2496328 : pw_rpc: Update generated code structure
dd46587b : build: GN static_analysis polish
9f056bc1 : pw_cli: Remove old env vars
7d59532b : pw_presubmit: Remove helpers from python_checks.py
28ad6f43 : pw_blob_store: Add filename support
204ad18e : pw_protobuf: Add TODO for Result<> migration
ca4f4bc1 : roll: host_tools
399e5de0 : roll: gn
321fb69c : pw_protobuf: Adds a Message class for parsing
545d4974 : pw_rpc: Process packet logic
1a53e514 : pw_rpc: Channel, Service, and Method Client
5be54582 : pw_file: FlatFileSystem service implementation
eaf1e547 : pw_software_update: Fix bugs in update_bundle.py
62de7c43 : pw_env_setup: Retrieve ARM Mac LUCI packages
920c5052 : pw_rpc: Update packets.ts
1419a49d : pw_rpc: Parse Service and Method classes
06f85690 : pw_thread: Add estimated max stack usage support
0029e1e6 : pw_presubmit: Add --check to Python gn calls
217b47a6 : pw_protobuf_compiler: TS library
b371831a : workspace: Updates bazel_embedded version
40b9db09 : pw_presubmit: Add with_filter() method to Check
f463acd5 : pw_software_update: add update_helper and update_service
ebf33b70 : pw_rpc: Remove the public interface to ServerContext
2a02c511 : pw_rpc: Replace existing client calls in RegisterCall
5ebdaeb1 : pw_rpc: Support asynchronous unary RPCs
73687fb4 : pw_rpc: Update C++ client API
f345faa7 : pw_software_update: Create unsigned update bundles
adacd1a9 : pw_hdlc: Create BUILD.bazel
931f4d54 : pw_protobuf: Add helper for map entry write
03e1b265 : pw_protobuf: Add StreamDecoder
71ee193e : python_runner: fix target finding at root
9c771de6 : roll: host_tools
d4a847ef : pw_watch: Don't search for build dirs; run gn gen if needed
bd6dc63d : roll: gn
c21847f0 : roll: buildifier
df593315 : roll: go
5a3a36bd : pw_rpc: Support opening a ServerReader/Writer
5ebf8add : pw_protobuf: FieldKey class
ddfc077e : pw_rpc: Common Endpoint base for Server/Client
8c70fccf : pw_console: Re-style buttons
3be460dd : pw_rpc: Don't respond to error messages
baf2fdc3 : pw_sync: adds VirtualBasicLockable interface
3787c625 : pw_presubmit: Test building Python tree
d0d3929c : build: Remove build_pigweed_python_source_tree from default
7b357427 : pw_software_update: Update TUF bundle proto
f6c3a787 : pw_sync: add Borrowable helper for transactional guarding
88b0f9b0 : pw_env_setup: Include Sphinx themes in bootstrap
0ab1d3c6 : pw_cli: Ignore environment when testing envparse
cd66a746 : pw_third_party: update protobuf to build google.protobuf
6d731726 : pw_rpc: Support listening to responses in Python client
478d3f2a : pw_ring_buffer: Crash on corrupt buffer access
c0cbc16e : pw_log_rpc: Add unit tests, docs, & error handling
ff2ca838 : pw_rpc: Rename responder files to call
5ce5de90 : pw_rpc: Rename call.h to call_context.h
bc9a23f9 : pw_rpc: Rename internal::Responder to internal::Call
4663d47a : gn: Fix missing dependencies
49d489d4 : pw_toolchain: Remove stale comment
24a4cc0f : pw_toolchain: Remove unused variable in template
483b777e : build: Enable static_analysis when OSS_FUZZ_ENABLED is set
1d221243 : docs: Restore blockdiag diagrams
16dcfa00 : pw_stream: Minor comment cleanup
64496a45 : pw_i2c: use timeout instead of for_at_least
5ff8cc5b : pw_sync: use timeout & deadline over {until,for}_at_least
43851cea : pw_env_setup: Pin Python package versions
38dd043b : pw_trace_tokenized: Add tick rate to decoder
2489aa67 : pw_trace_tokenized: Add DeringAndViewRawBuffer
2a70d8f6 : pw_rpc: Fix destructor ordering problem in test helpers
79ea2cf5 : docs: Remove blockdiag
5d15dbe0 : pw_protobuf: Support WriteBytes from Reader
217ef79f : pw_presubmit: Add clang_tidy to lintformat
5e645b2d : pw_log_rpc: Create Log RPC service & streams
505be03e : pw_multisink: Remove deprecated GetEntry
fad8e855 : pw_transfer: Use files in integration tests
416e0f4c : pw_cli: Work around queries that block submission
29332d96 : pw_rpc: Rename ServerCall to CallContext
8e022781 : pw_chrono: Doc example fix
4a6deb42 : pw_blob_store: Make BlobReader seekable
64021a8b : pw_multisink & pw_ring_buffer: Add Peek APIs
d63bd748 : bazel: Missing Python rules
637b773d : pw_software_update: Add UpdateBundle class
633d678a : pw_software_update: Clean up TUF and update bundle protos
19e41f0f : build: Implement static analysis toolchain
433c17fb : pw_toolchain: Fix potential variable redefinition error
f973e861 : build: Disable integration tests unless on Linux
211dce4c : pw_build: Mirror all Python sources under one dir
284b5147 : pw_presubmit: Skip filtered steps when listing
d4649115 : pw_rpc: packets.ts
77f2f358 : all: Pass clang-tidy modernize-use-bool-literals check
f5eba290 : pw_software_update: Add credit to TUF spec
0a58c024 : pw_thread_embos: Update thread iteration start
d7c0b960 : pw_cli: Make it easier to disable var name check
aed64397 : pw_env_setup: Better support for 32-bit ARM hosts
88cc39c7 : pw_env_setup: Update CIPD client version
fa9415d6 : pw_presubmit: Remove test_python_packages
e40d076c : pw_status: Remove outdated note
8552c61a : pw_env_setup: Fix pip upgrading on Mac
00ba31c5 : pw_env_setup: Upgrade setuptools in addition to pip
28698d0a : pw_file: Add module and introduce service
bd136c1e : pw_env_setup: Fix arm64 Mac Python
fa6edcc1 : pw_rpc: Responder & testing improvements
81504c44 : pw_env_setup: Get amd64 protoc on arm64 Macs
1c7c83f4 : pw_bluetooth_hci: Adds basic HCI UART Transport Layer parser
6818b09d : pw_env_setup: Change ninja cipd path and version
a8a6f474 : pw_software_update: Fixes for downstream use
c4cc3cbc : pw_env_setup: Add mac-arm64 versions
ca478ecc : pw_presubmit: Update Python checks
82d499bd : pw_rpc: Integration test port configurability
011a4d5d : pw_protobuf/encoder: Deprecate the Finalize() API
f1672fbf : pw_protobuf: Squash docs into a single file
e93ccb13 : pw_build: Propagate public_deps in py templates
a6325cd1 : pw_software_update: Introduce new module with TUF protos
0bf9625e : pw_sync: Add ThreadNotification note in docs
7f8941f1 : pw_presubmit: Add cfg+toml to sources build check
f15b206f : pw_tls_client: Align with new pw_stream
85e787b0 : pw_fuzzer: Get abspath of valid fuzzing toolchains
a913c852 : pw_crypto: Consolidate logging
43f24395 : pw_bytes/byte_builder: remove stale comment
0f6099ff : pw_protobuf: Fixes Python path on LUCI/presubmit
6ae057c4 : pw_crypto: Refactor Sha256
1829982b : pw_presubmit: Add gn_crypto_build_micro_ecc
d502ff16 : pw_crypto: Add Micro-ECC backed ECDSA
df38a7de : pw_package: Add "micro-ecc"
ad04bb09 : pw_blob_store: Fix write limit function
a514aaef : pw_crypto: Add ECDSA backed by BoringSSL
47e8bfeb : pw_env_setup: Use re_client_version for RBE client
43f3799b : roll: go
75e038f0 : pw_build: Upgrade mypy
f9cc0414 : pw_fuzzer: Fixes pw_fuzzer Bazel macros
85a98a63 : pw_presubmit: Make the "quick" presubmit quick
9e8ca38f : pw_rpc: Log Nanopb errors when encode/decode fails
b8ca618f : pw_console: Pin prompt_toolkit to 3.0.19
61154dd1 : pw_env_setup: Upgrade protoc to 3.17.3
a0d6ab09 : pw_stream: Remove deprecated NullWriter alias
afb861c1 : pw_build: Generate setup.cfg files
d14a0eef : python: setup.py -> setup.cfg
7b62e932 : pw_stream: Rework the stream classes
ef588a35 : pw_status: add typescript enumeration
ff4b7421 : docs: Remove file local TOCs
563946f9 : pw_transfer: C++ service write support
9634e72a : pw_console: Don't strip whitespace from columns
5e619a25 : pw_status: Remove non-canonical InvalidSignature()
4dda5471 : pw_rpc: Expose channel_id in Responders
27ab4e1e : Update rules_proto_grpc to latest release
5125e75d : pw_presubmit: Allow disabling subprocess capture
4e78acfd : pw_presubmit: Add Bazel linter
94d45789 : pw_rpc: Temporary RPC client workaround
bf0ff834 : pw_env_setup: Get buildifier from CIPD
d1a14064 : bazel: Fix buildifer lint warnings
78789cd4 : docs: Add Sphinx-design extension
420af4b4 : pw_rpc: Python client improvements
1a88725e : docs: More readable text selection colors
d1ca56c8 : overall: Adding `IgnoreError()` where Status was discarded
2031ac0f : pw_thread: Run buildifier
260b0cb5 : docs: Update sphinxcontrib-mermaid
9130758c : docs: Use Furo Sphinx theme
7f2f4f1f : roll: host_tools
6d6154da : roll: gn
5f10ff81 : pw_thread: Add log level configs
d60f74e0 : pw_cpu_exception_cortex_m: Add module config
a52b6b92 : third_party/googletest: Correct path to gtest_main.cc
82110188 : pw_rpc: Rename test methods for consistency
f1525dfe : pw_rpc: Remove deprecated headers
e5a5f380 : pw_thread: Make snapshot logs debug level
cf43bbf5 : pw_unit_test: Improve integration test reliability
ee0b1e07 : pw_chrono_freertos: Ensure timer periods are always > 0 ticks
9e95e4b7 : pw_work_queue: Run buildifier on BUILD.bazel
e2bcc03c : Fix: Include cstring in socket_stream.cc
7a1878d7 : build: Fix absolute toolchain path in fuzzer.gni
04f12924 : pw_work_queue: Adds a single threaded work queue
1a4478bc : pw_rpc: Make MethodType public
b8c67ac9 : misc: Update non-type template parameter style
6a10095b : pw_rpc: Set the test method context channel ID
005af3ed : Fix mbedtls GN dependency
9464931c : pw_cpu_exception: Snapshot processor integration
938f08b3 : pw_rpc: Fix segfault for BaseClientCall assignment
0d623e20 : pw_thread_freertos: use max prio in options
88b36ebe : pw_console: Default to 24bit color depth
60ff85ae : pw_snapshot: Interpret "reason" as log
dd646718 : pw_tokenizer: Support alternate prefix in protos
2fd417af : pw_console: Set a default color depth
3098a2b9 : pw_console: Force loading log protos
bf34d289 : pw_thread_freertos: Don't resume before scheduler is running
0b6b4436 : pw_thread_freertos: Add a constant for the maximum thread priority
8577f743 : pw_console: Small UI Fixes
fc1c7168 : pw_console: Incremental stdout repl output
85e91407 : pw_rpc: Cancel and reinvoke duplicate calls
38ef4791 : pw_protobuf: Fully quality encoder class names
f2effc95 : pw_protobuf: Allow MemoryEncoder&->StreamEncoder&
182274d6 : pw_rpc: Fix more missing integration test deps
ad532982 : pw_cpu_exception_cortex_m: Run buildifier
8390c095 : pw_build_info: Run buildifier
b182bf06 : pw_bytes: Run buildifier
f06e42b0 : pw_presubmit: Fix clang_tidy pass
3155cd11 : pw_rpc: Update test RPC server args
484a0b5d : roll: go
b9cc4add : STM32F429I: `mon reset init` > `mon reset run`
3f3bfbac : pw_rpc: Add missing integration test dependencies
2395810f : pw_hdlc: Add a TypeScript decoder implementation
6f6a50bb : targets/android: Generic Android target
864bbd30 : Bazel: Disable unsupported cc_binary targets
aa00a15b : pw_android_toolchain: Generate Android NDK toolchains
6954a8df : pw_build_info: Add GNU build ID support
81017fe1 : pw_unit_test: Fix and test RPC service
af7f5ef9 : pw_rpc: Easier callback_client RPC invocations
6ef8a1d5 : pw_cpu_exception_cortex_m: use target for private constants
2253040d : pw_transfer: Python & C++ integration test
e04d4687 : pw_rpc: Python client & C++ server integration test
2a5f4da1 : pw_bytes: add helper user defined literals
e758c5cf : pw_cpu_exception_cortex_m: Add Snapshot support
802f5995 : pw_console: Copy paste functions
54db765c : pw_console: WindowList class and pane movement
21fd9bbf : pw_console: Move window pane up and down
fcf278d9 : pw_console: WindowManager class
6499688f : pw_presubmit: Simplify adding only pylint and mypy
518f7c16 : pw_result: Add dereference operators
daed5a96 : docs: getting_started add note about package install location for macOS
278ba0ff : pw_thread: improve error if join() is called when not enabled
9f3708c3 : pw_protobuf: Update to final names
3c54e88d : pw_console: Allow for custom word completion
bf5682a9 : pw_console: Refactor embed free function
b472896b : pw_rpc: Expand pw_rpc callback_client unit tests
9b54e5ea : pw_stream: Log in SocketStream; configure port in host RPC server
32a875dd : pw_transfer: Fix start logic
5fbfd88c : pw_protobuf: Remove codegen.h
671d1353 : pw_transfer: Run buildifier
3d80922b : pw_assert: Prevent double evaluation in PW_CHECK_OK
6c65a17f : pw_snapshot: Add ElfMatcher
c3113a58 : pw_thread: Integrate symbolizer
a095fc20 : pw_protobuf: Remove old Encoder
10f3bebe : pw_symbolizer: Add module
d6c7c452 : roll: go
06478336 : pw_presubmit: Adds Bazel to presubmit check
2bfd43f1 : roll: host_tools
33fd1859 : roll: gn
18ac0c47 : roll: rbe-client
3acfd0fa : pw_presubmit: Add gn_crypto_boringssl_build
dd1cbe70 : pw_crypto: Add SHA256 backed by BoringSSL
2c44c22c : pw_crypto: Rename sha256::Digest() to sha256::Hash()
442e4878 : pw_crypto: Suggest Mbed TLS configurations
472287f5 : pw_crypto: Use mbedtls_sha256_* directly
4947e778 : pw_build: Remove build directory prefix from paths
36b1ff9a : pw_transfer: Python transfer client fixes
3e7180db : pw_env_setup: Allow setting gn args for venv setup
f93cb26b : pw_transfer: Initial C++ service
b2489f33 : docs: Update command to fix SSL errors
31b16ea4 : pw_rpc: Add the benchmark service
7c658f64 : pw_hdlc: Add a TypeScript encoder implementation
1810f9b6 : pw_sync_threadx: add bss comment for ISL's state enum
f91e7636 : workspace: Updates Bazel build files to work in CI
3c86dc95 : pw_snapshot: Integrate thread state processor
dac4f524 : stm32cube: Fix H7 build
063a9f7f : pw_presubmit: Don't repeat checks
89314301 : pw_thread: Add thread state proto processing
e4ed1011 : pw_sync_threadx: Adjust ISL enum to make it bss eligible
68ef2a59 : pw_env_setup: Adds CIPD deps to Bazel workspace
843d4274 : pw_rpc: Reorganize callback_client tests
dfcd0815 : pw_rpc: Restructure the Python callback_client
35240da6 : pw_rpc: Rework Python RPC client
c2931da3 : pw_thread_*: Improve documentation for stack sizes
c4a786a7 : pw_function: add unit tests for comparison operators
fee94559 : pw_function: Function definition to pw namespace
889d27b5 : pw_trace_tokenized: Add missing python deps
79174155 : pw_tls_client: Relocate test logic
32988e0b : pw_protobuf: Deprecate old encoder
b44d95e5 : workspace: Adds hermetic host toolchain for linux
d6f5475c : pw_sync_freertos: cast to correct handle types
4bcb07b6 : pw_snapshot: Add missing thread log entries
f50a10c2 : pw_log_multisink: Remove unfinished module
b40a6b6f : pw_thread_freertos: use scheduler state for util & snapshot
c593e05c : pw_tls_client_mbedtls: Remove unused bazel import
3a916d1d : pw_cli: Remove unused bazel import
5f521684 : pw_console: pass null token database if none given
06efdd48 : pw_rpc: Python client updates
876522d0 : pw_log_sink: Remove unfinished module
546619f9 : pw_console: Console user guide
d1a11983 : bazel: Remove license comments
6bdcc3fe : Add Bazel support for pw_rpc/py and deps
25ce8a26 : pw_stream: Set SO_REUSEADDR for sockets
be3219d0 : roll: host_tools
71eaa12a : pw_boot: cleanup includes and deps
601cebd5 : pw_preprocessor: Add macros for weak and alias attributes
3453afc3 : pw_snapshot: Fix formatting
4d604694 : pw_boot_cortex_m: Disable interrupts before StaticMemoryInit
29404f9f : pw_thread/snapshot: Unify snapshot logging
db698f34 : pw_thread_freertos: Add thread snapshot support
aa52c4b3 : pw_presubmit: Run buildifier on Bazel files
a19b7acc : pw_boot_cortex_m: Set MSP and MSPLIM on :armv8m
6cfcd7f0 : pw_snapshot: add UUID constants
1fee0f44 : pw_boot_cortex_m: Allow linker script to be overriden by toolchain
259a6fe2 : pw_boot_cortex_m: Add armv8m target
81713a33 : pw_boot_cortex_m: Rename pw_boot_armv7m to pw_boot_cortex_m:armv7m
fa7f123e : pw_boot: Create pw_boot facade
516255ca : pw_malloc_freelist: Remove dependency on pw_boot_armv7m
5bd954b0 : 3p/freertos: Run buildifier on BUILD.bazel
fb126582 : docs: Align with google style guide
5d4eed6d : pw_thread_embos: Keep walking tasks on error
5d08f06d : pw_thread_threadx: Keep walking tasks on error
13cc14a4 : pw_crypto: Run buildifier and rename Bazel file
d5353595 : docs: Fix typo in pw_docgen
f7376c9f : pw_console: Fix log clear function
e8f4474c : pw_console: Log filtering user interface impl
c7934381 : pw_console: Log filtering backend impl
86b10e18 : 3p/freertos: disable statics to link against kernel internals
3c52fd35 : pw_watch: Watch assembler source files
c11c5ac2 : docs: Mention Windows Developer Mode
46440993 : pw_console: Cleanup mouse_handler functions
8f2367a8 : pw_build: Package version updates
df019ba1 : pw_env_setup: Update Python to 3.9
ab1f8f7a : third_party/freertos: provide FreeRTOSConfig.h helper
4b4767e0 : pw_kvs: Remove unused fake flash partition
60465a78 : pw_tls_client_mbedtls: Add initialization logic
eba7dd6a : pw_log: Optional logger for pw_cli.log.install
19929faf : pw_console: Allow Ctrl-d if repl input is not empty
a352d57e : pw_build: Prepare for Pylint update
1a884f3a : roll: gn
17892195 : roll: rbe-client
0c94fc22 : pw_transfer: Initial Python implementation
68daa72b : pw_rpc: Fix responding with empty buffers
5f15bfd0 : pw_crypto: Add size reports
036a2994 : pw_presubmit: Add gn_crypto_mbedtls_build
cc6101ef : pw_crypto: Add ECDSA verification based on Mbed TLS
b7b38c23 : pw_crypto: Add ECDSA P256 verification API
ef68dc6a : pw_crypto: Add SHA256 backed by Mbed TLS
ef336f0a : gitignore: Ignore generated doc previews
ce5eaf40 : pw_crypto: Add SHA256 API
efb68ccf : targets: stm32f429i: Enlarge flash and heap size
9e29fbb3 : pw_thread_stl: don't use std::this_thread::sleep_for
9b3abb20 : pw_watch: Add option to serve docs from a local webserver
3a8e7293 : pw_snapshot: Add snapshot dump tooling
099f716e : pw_ring_buffer: Add late-reader/drain attach
3eb97d4c : pw_ring_buffer: Permit pushing empty spans
cf2ca74a : Update bazel_rules_nodejs to 3.7.0
8a9184a8 : pw_console: Exit or quit in the repl will quit
089d4611 : pw_ring_buffer: Format BUILD.bazel
b6b90d00 : pw_fuzzer: Adds Bazel support
620e081e : pw_console: Log pane searching
dff4cc10 : pw_console: Rework embed() logger pane creation
a507b362 : pw_console: Refactor log pane classes
c6874801 : pw_console: Window resizing and multiple loggers
a9387016 : pw_env_setup: Relax submodule presence checks
40a9c3f1 : bazel: Rename BUILD to BUILD.bazel
16541e76 : pw_ring_buffer: Add ring buffer iterator
2d4fa78d : pw_kvs: Expand flash tests of alignment and write size
630663b6 : pw_env_setup: Remove deactivate functions
6a23acfd : pw_crypto: Add initial documentation
8ec2cf86 : pw_rpc: Reorganize Nanopb implementation
c0ea3f99 : pw_rpc: Reorganize raw implementation
d704e8ec : pw_presubmit: Add git func to get commit at head
6a948dce : 3p/nanopb: Specify python3 instead of python
07e3ba00 : pw_rpc: Test raw client & bidirectional streaming
d0bda2ad : pw_rpc: Add client and bidirectional streaming to Python
0f00dd8e : pw_presubmit: Run Bazel checks on .bzl and .bazel
e93dc3b1 : bazel: Run buildifier
5a67fabb : roll: host_tools
7989702c : roll: gn
2e8f4cae : roll: clang
41cd250d : pw_transfer: Update protocol for multiple transfers
c5b59f1c : pw_rpc: Client & bidirectional streaming codegen
379b2fc7 : pw_rpc: Disable client stream end callback by default
41565fec : pw_chrono_stl: simplify SystemTimer with recursive_mutex
1f43db30 : pw_chrono_freertos: disable scheduler during timer callbacks
ab7c7fd2 : pw_presubmit: Add gn_boringssl_build
80a1f2fe : pw_docgen: Remove "MKDIR" prints
121de17f : third_party/boringssl: Add a test server
59b37f76 : pw_rpc: Classes for client & bidirectional streaming
952f2d58 : pw_thread_embos: Add thread snapshot support
1807962d : pw_presubmit: Tweak git command options
6f38a822 : pw_assert_log: fix pw_assert_HandleFailure to use FATAL
ea55939d : pw_build: Use -ffile-prefix-map by default
1e4d1374 : pw_tls_client: Generates test certificates
ba9e06db : pw_tls_client_boringssl: Add scaffolding
01fc15be : pw_rpc: Handle client streams in the server
f53188af : pw_console: Log pane table view
223a1fbe : pw_rpc: Remove legacy ResponseHandler classes
4bcfb45e : pw_docgen: Set Pillow version to 8.2.0
cc41189a : pw_env_setup: Skip unset on some vars in deactivate
1e6c90a1 : pw_console: Remove helpers.py
7f4fa112 : pw_console: Simplify line height and remaining width calc
0e514738 : pw_console: Multiple log panes per Python logger
ed2a6e7c : pw_console: Enable floating vertical completion menu
5279039a : pw_assert_basic: Flush and abort rather than exit
3e692523 : pw_tls_client: Add fake entropy backend
fec572b9 : pw_thread_threadx: Add basic thread snapshotting
bb8a9c35 : pw_env_setup: Don't set project root var
666935dd : pw_chrono_embos: adds SystemTimer backend
4f97fdd3 : pw_chrono_freertos: adds SystemTimer backend
3421a4ed : chromium_verifier: Add pthread type declarations
c1d78ca7 : pw_console: Custom app_title option in embed()
256fb505 : pw_build: Split target_types.gni
bd05ef99 : pw_env_setup: Roll cipd to 4511c670f
60723ea2 : pw_hdlc: Depend on pw_console for rpc_console.py
eec9c3a1 : pw_env_setup: Don't use 'out' dir for venv setup
3cdb68e2 : pw_tls_client: Add crlset component
55ef3f4b : third_party/freertos: Ignore cast-qual errors when building
81c4a0bd : third_party: Mute build warnings of SSL libraries
02364df0 : third_party/freertos: Fix non-absolute path in public_includes
5fc2541e : bazel: Remove unnecessary license comments
21404841 : pw_chrono: adds the SystemTimer to schedule callbacks
7e4cf804 : pw_presubmit: Skip submodules in copyright check
e1a9f4d6 : pw_env_setup: Disable venv check on Windows
70245c78 : pw_console: Bump ptpython version
f98e3507 : roll: host_tools
00f35f71 : roll: gn
bee170a0 : roll: clang
d51f089a : roll: rbe-client
4d349a0c : pw_tls_client: Remove build_time gn print
568e165e : pw_tls_client: Add a build time backend
11423983 : ARM GCC toolchain for Cortex M33
b8b2261f : pw_tls_client: Add time facade
9eaacd4c : pw_presubmit: Use ccache for faster repeat compiles
8a626539 : third_party: Fix mbedtls gn build issue
6a0a6496 : pw_watch: Add -j/--jobs to limit CPU core usage
8507cd82 : pw_env_setup: Set project root variable
5028f12d : pw_env_setup: Add "system_packages" option to the config file
fb666558 : pw_tls_client_mbedtls: Initial commit
c069f32a : pw_console: Fix log pane rendering bugs
7340184e : pw_package: Add support for downloading CRLSet
1e61ad3c : pw_env_setup: Unset PW_BANNER_FUNC in cleanup
4ee81d78 : third_party: Add chromium_verifier
eded103d : pw_sync_threadx: Disable thread switching in the ISL
5ba80646 : pw_rpc: Update protocol for server streams
25fd8931 : pw_sync_freertos: remove unnecessary atomic in InterruptSpinLock
878b7351 : Remove comments for disabling gn format
f5cdd936 : pw_function: Make constexpr constructible
fa764763 : bazel: Remove unused loads from BUILD files
ebe9b852 : pw_sync_embos: Disable task switching in the ISL
c66851d9 : pw_polyfill: Remove two language feature polyfills
5d694840 : pw_tls_client: Add comma to build file
cc471b98 : pw_tls_client: Run buildifier
610f0626 : pw_transfer: Transfer handler classes
ea9b8a1d : pw_rpc: Rename base_server_writer_test to responder_test
e5dbfc0d : pw_tls_client: Add entropy facade
10806d36 : pw_presubmit: Remove environment.py
916bcc1b : Revert "pw_env_setup: Unset PW_BANNER_FUNC on deactivate"
30533c9b : pw_env_setup: Grab clang on Windows
855b01db : pw_console: Change imports style
08dd6a5b : pw_tls_client: Add public APIs and documentation
99951ac2 : pw_env_setup: Unset PW_BANNER_FUNC on deactivate
eafe2194 : pw_rpc: Add default constructors to callback structs
4080b24d : roll: host_tools
c1d0f5f3 : roll: gn
487782b1 : roll: rbe-client
4277b8e6 : pw_tokenizer: Accept str or bytes in detokenize.py
1d3ccca1 : pw_console: use embed() in rpc_console.py
f48d0b6b : pw_console: Style and help text cleanup
99f0d335 : pw_console: Add test-mode fake logger task
4aa2e4f8 : pw_console: LogContainer, rendering and scrolling
8a49880b : pw_console: ptpython repl, execution and display
32b36299 : pw_env_setup: Check that submodules are present
6ae0dd54 : pw_multisink: Add module config argument
4850d84d : pw_console: Hookup repl and log panes
e8ace95e : pw_env_setup: Add durations to steps
53c2f3e2 : pw_i2c: Fix invalid copy
88bedd00 : pw_console: Add LogPane class
abedb888 : pw_console: Add ReplPane class
af64b1eb : pw_console: HelpWindow for displaying keybindings
bfc5f8d1 : pw_console: Add styles and key bindings
019197b2 : pw_hex_dump: Fix bug with unaligned trailing bytes
f5b98bff : pw_presubmit: Find more inclusive language issues
492ed5df : pw_env_setup: Increase CIPD logging
0eb86576 : pw_package: Simplify chromium verifier download
cb3a076e : pw_env_setup: Parse list of optional submodules
f78381dc : pw_env_setup: Remove newlines from python path
cbb5020e : pw_env_setup: Remove deprecated options
6610374f : pw_i2c: Fix build issues with initiator mock
74e7ab6e : pw_rpc: Rename base_server_writer files
5180fe2c : pw_rpc: Rename BaseServerWriter to Responder
c0db91ce : pw_console: Change ptpython dep
26ed98ab : pw_console: Create module and entry point
a9211165 : pw_rpc: Protocol updates for client streams
1e63673a : pw_transfer: Start docs and proto
b6884d7b : pw_containers: Allow derived Item<T> for IntrusiveList
3700f8ba : pw_analog, pw_i2c: Format BUILD files
9c266ab6 : Run buildifier on several BUILD files
b4f4e7a1 : pw_rpc: Adds Bazel support for RPC
0397f85f : pw_bloat: Fixes Bazel build
01d083fa : pw_router: Extract packet priority and forward metadata to egresses
6a5bf0ba : pw_i2c: Add gmock for initiator
fb88887d : pw_analog: Add gmocks for interfaces
0f1f464b : pw_env_setup: Detect incompatible virtualenvs
02b050e8 : roll: host_tools
21831f28 : roll: gn
2713eaa0 : roll: clang
31fb47d0 : roll: rbe-client
626a9b8e : Add feature tests for C++20 constexpr and consteval
5b5d9dd0 : pw_stream: Construct MemoryWriter w/prepopulated buffer
78d0730d : pw_stream: Add a ReaderWriter base class
d69309b5 : pw_protobuf_compiler: Disable include check for generated headers
79d7ecd0 : pw_build: Fix exception handling in mirror_tree
1e2142c9 : pw_bloat: Don't put rebased paths in inputs
01faaf74 : pw_build: Add support for --constraint options to pip
dfbdd1fd : docs: Inclusive language
bebba90c : pw_rpc: Use pw_function callbacks in RPC client
ecbdb697 : pw_base64/pw_i2c/pw_tokenizer: Inclusive language
249497a9 : pw_watch: Unpin watchdog as version 2.1.0 fixes the Mac behavior
64552933 : pw_env_setup: Add SSL error suggestion
da057f7f : pw_build: Remove instancing of pools across toolchains
df9a0c1a : pw_status: Adds Bazel support for python
8015cecd : pw_log: Add utility to encode tokenized message
c8b93900 : Remove absolute paths from build command lines
8e32da71 : pw_tokenizer: List the setup.py in a BUILD.gn
2f77d187 : pw_package: Add chromium verifier
b8539195 : pw_log_tokenized: Update Python Metadata fields
f4824106 : env_setup: Don't write the spinner to files
89ff5f98 : docs: Add instructions for obtaining a Gerrit cookie
99de52de : pw_function: Standard callback API
f5d7ae37 : docs: fix typo
0d4c9169 : pw_log: Update proto
de20d741 : pw_tokenizer: Tokenization options for proto
aa843845 : pw_log_null: Missing public dependency and target
ebbce4c8 : pw_log_tokenized: Log metadata updates
03260aca : roll: host_tools
129cbd05 : roll: qemu
61699363 : roll: go
126013e2 : roll: rbe-client
0c323116 : pw_log_tokenized: Python tooling for message metadata
1b2a1405 : pw_persistent_memory: reset() -> invalidate()
5f53d27f : pw_tokenizer: Move Base64 functions to class
b2062fd8 : pw_protobuf_compiler: Depend on Python package
be3390bb : pw_log: Update macros
8a06bc6f : pw_doctor: Don't require bazel
8bbc213e : pw_env_setup: Clean up duplicated packages
b71fed24 : pw_env_setup: Create more options
be27297e : pw_env_setup: Add --strict option
13694358 : pw_presubmit: Add step that tests on hardware
9045c3f2 : third_party/googletest: Update file list
c3ea4062 : pw_kvs: Restore implicitly deleted constructor
2a4533c7 : roll: host_tools
de26e483 : pw_protobuf_compiler: Add missing dep in CMake
4c05a061 : pw_analog: Use inclusive language
08d051eb : pw_presubmit: Make inclusive_language blocking
35d9e716 : pw_presubmit: Ignore yarn.lock in inclusive check
405b1468 : pw_assert_log: Make assert_log.h accessible
76c3a5cd : pw_log: Move pw_log proto
c24e3327 : pw_analog: Add MicrovoltInput class
55bb0ad5 : pw_env_setup, pw_fuzzer: Use inclusive language
04fc3eed : pw_web_ui: Use inclusive language
e8aa1897 : pw_toolchain: Remove "dummy" toolchain
bcaf8837 : pw_protobuf_compiler: Handle deps on nanopb.proto
e22ac20e : pw_env_setup: Adds CIPD Bazel rules
640c75c8 : docs, pw_log_tokenized: Use inclusive language
275aab61 : pw_presubmit: Check paths for inclusivity
6d6f80a5 : pw_sys_io_baremetal_stm32f429: Use inclusive language
d15bc0a1 : pw_analog, pw_arduino_build: Use inclusive language
328a0519 : pw_protobuf: Enforce kMaxVarintSize
6493303a : pw_snapshot, pw_status: Use inclusive language
203b3331 : pw_presubmit, pw_result: Use inclusive language
de9cc1b5 : pw_allocator: Use inclusive language
86ec8820 : pw_status: Optionally add [[nodiscard]] to status
463700da : pw_build: Use inclusive language
7e700002 : pw_cli, pw_docgen, pw_hdlc: Use inclusive language
8b2ebc42 : pw_i2c: Use inclusive language
708d38cc : stm32cube: Add generic build script
66991455 : roll: host_tools
b300d4d0 : roll: go
2f6662c5 : pw_unit_test: Use inclusive language
81244f09 : pw_tokenizer: Use inclusive language
3b1536d1 : pw_multisink: Send notifications to listeners
f0106064 : pw_sync: add ThreadNotification and TimedThreadNotification
58254ae5 : .pylintrc: Use inclusive language
6eba68b8 : pw_kvs: Use inclusive language
a87e0c0d : pw_presubmit: Fixes for inclusive language rename
2b00669d : pw_presubmit: Rename banned words check
ce56313b : pw_env_setup: Remove transitional handler
42f03409 : pw_env_setup: Update json formatting
653792be : pw_env_setup: fix docgen
09bdd652 : pw_presubmit: Ignore dirs for banned words check
13543886 : pw_presubmit: Handle banned words with underscores
99feb0be : pw_presubmit: Add docs for upstream checks
5fecb791 : pw_presubmit: Add banned words check
09dc0a3e : pw_env_setup: Explicitly list CIPD platforms
46cf0f16 : pw_thread: correct option setters to return a reference
cf184e87 : pw_build: Update pw_proto_library metadata files
82b89276 : pw_build: Remove deprecated Python lint option
377a68ca : pw_protobuf: Support codegen for StreamingEncoder
bc141438 : pw_cli: Requires script now pushes to 'main'
76cd4817 : pw_multisink: Lock multisink operations
de972b87 : pw_tokenizer: Fix doc reference to script
f605f2d2 : pw_sync_baremetal: Add simple mutex implementation
3d61b327 : *: Replace hyphens with underscores in directories
fe5d6ba6 : pw_env_setup: Add renode's requirements to pigweed
d540ab3a : Revert "roll: go"
2b54ee66 : pw_rpc: Generate aliases for nanopb client call types
2d737bc0 : pw_rpc: Add default and move/assign constructors to ClientCall
1d2ffdf4 : pw_env_setup: Always generate actions.json
e533e72f : roll: gn
c1bb53d9 : roll: go
759ac4e4 : roll: host_tools
e7be2d5f : roll: gcc-arm-none-eabi
7411682e : roll: rbe-client
b9b1d36c : pw_thread_freertos: update docs
3f00a3eb : pw_thread_freertos: apply pw_thread_embos style changes
cd765c02 : pw_thread_threadx: apply pw_thread_embos style changes
6ea2df40 : pw_build: Disable CGo on MacOS
10663e21 : *: Run buildifier on BUILD files
6e5d43e5 : pw_thread_embos: add thread creation for embOS
f4789286 : pw_unit_test: Make framework memory pool size configurable
dfa75eee : pw_build: Detect test.cc as a test file
1e36400f : pw_assert: Reorganize backends for new pattern
0f9dd20f : boringssl: Add build script for boringssl
8026d8dd : CMake: Check that backend targets are defined
b59d2c96 : CMake: Fix how missing backends are handled
94705a90 : pw_hdlc: fix python example for encode
3a3d4635 : docs: Tweaks to OS abstraction layer doc
0dbff30e : mbedtls: Add third_party/mbedtls build support
f89f1379 : pw_string: redo pw::string::Length
e5412480 : docs: Enable all missing module docs
e1b7fd7d : docs: Register i2c docs
523faf7e : pw_env_setup: Allow using existing cipd client
c2e9d88a : pw_string: add pw::string::Copy methods
38f20f79 : pw_log: enable require_link_deps
0ed221cb : pw_protobuf: Encoder rework
dc513155 : pw_stream: Make MemoryWriter::data() non-const
6230fa19 : pw_bloat: By default, don't print size reports
cc756c84 : docs: add OS abstraction layers doc
5dac14a7 : pw_thread_threadx: small fixups
eac94404 : pw_log: Migrate pw_log facade to use link deps like pw_assert
5009ef98 : pw_package: Add boringssl to "pw package"
4afe7a41 : pw_package: Add mbedtls to pw package
8316f2cd : pw_fuzzer: Fix adding the fuzzer dep
9e516561 : pw_docs: Fixup minor typos, add clarifications
f4aebf51 : pw_env_setup: Get cas from cipd
dec6af39 : pw_cpu_exception_cortex_m: Add deeper exception information
b93749b0 : pw_presubmit: gn check system and generated files
5a5bf856 : pw_presubmit: Disable broken, enable fixed
64d10969 : pw_unit_test: Fixup documentation
4925ba2d : pw_rpc.console_tools: Support aliasing renamed commands
56f4a2cd : pw_docgen: sphinxcontrib-mermaid workaround:
77852973 : pw_build: Remove legacy python_wheels
6166322c : pw_build: pw_facade require_link_deps arg
fbe66150 : pw_build: Add tools for creating py distributables
389664e5 : pw_docgen: Add sphinxcontrib-mermaid
3c78699e : pw_env_setup: Use arm-gcc 9 in compatibility.json
9d9a20d2 : pw_protobuf: Add Bazel plugin targets and deps
c9aed10c : pw_stream: constexpr memory stream constructors
79c57667 : pw_cpu_exception_cortex_m: Add py.typed file
2b0d177a : pw_rpc: Remove uses of PW_CHECK macros in headers
a3ca62ae : pw_protobuf_compiler: Ensure nanopb_pb2.py is generated
0aa8d969 : pw_presubmit: Don't run qemu_clang
473efe01 : pw_build: Integrated actions for pw_python_script
7c773ff9 : pw_i2c: Adds a mocked initiator implementation
62683b68 : pw_analog: Add analog::AnalogInput interface
f82d95b6 : pw_stream: Allow staging data to MemoryWriter end
9a53d6c9 : pw_toolchain: Allow user-provided clang toolchain
32829d3a : pw_libc: Add test for memset
6606466a : pw_assert: Mark PW_ASSERT function as non-returning
8bd4fb00 : pw_build: Support specifying final link dependencies
bf3a3aff : pw_env_setup: Update go version to 1.16.3
b1914027 : docs: Update Sphinx; remove Markdown; add CSS
861dbdbd : roll: host_tools
69bc4e01 : pw_env_setup: Stop pulling down Rust
cc9c0555 : pw_env_setup: Remove cargo support
c2d5781a : workspace: Switches Bazel builds to using facades
3d0e3152 : pw_assert: Rename light GN target and test
179aa8ea : pw_snapshot: Add snapshot proto
1b5d6cb7 : pw_protobuf: Allow self-referencing protos
cce560d1 : targets/host: reduce win_incompatible_config
fc95cca6 : workspace: Adds support for Bazel facades/backends
83634a91 : pw_stream: Fixes Bazel build
5dbe3c63 : pw_chrono: Adds SystemClock helper to compute deadlines
4298fd05 : pw_assert: Remove the deprecated light.h header
d73ac382 : roll: mingw64
f298de42 : pw_assert: Switch to the new header names
19e753a7 : pw_thread: add DetachedThread helper function
f6f74f4a : pw_build: Configurable Python and proto toolchains
0aeedcc1 : pw_package: Add stm32cube package
92c67da8 : pw_build: Make sure the stamp file's dir exists
123b5ff1 : pw_assert, pw_string, pw_trace_tokenized: Formatting
98ff5c23 : pw_assert: Formatting
22339e1c : roll: clang
72cae432 : docs: Migrate MD to RST
ef95c6fd : pw_env_setup: Don't clear out args.gn
99f33f5a : pw_status: Add Update()
567e670d : pw_rpc: Allow configuring a channel at runtime
8aeb6a2b : pw_presubmit: Don't check svg for copyright header
d61fc3a9 : targets: Fix typos in comments
b095218b : roll: host_tools
1220aa86 : roll: kythe
6971d66d : roll: gn
3c81320e : workspace: Adds code coverage support for Bazel
b2273552 : pw_build: Fall back to copying if linking fails
7554a2f4 : pw_env_setup: Use simpler log names
3d5a4116 : pw_env_setup: Clear __PYENV_LAUNCHER__ pre- GN run
08dc1205 : pw_env_setup: Use 'ninja -v'
4456b421 : pw_env_setup: Default to <root>/out for venv setup
a7fa651f : pw_env_setup: Fix alias check when 'set -e'
f241178a : pw_watch: Properly handle deleted directories
a270be71 : pw_presubmit: Unset some Git environment variables in hooks
46f197ed : pw_env_setup: Add repr methods to env Actions
70dcca05 : pw_env_setup: Suggest fixing issues from 'brew doctor'
248903ca : bootstrap: Prefer 'python3'
3a260a20 : pw_result: add PW_TRY_ASSIGN support
58b43d39 : pw_i2c: Add RegisterDevice class
67cf06d8 : pw_kvs: Restructure KVS fuzz tests
61ba79b7 : pw_env_setup: Abort if 'python' is an alias
3d39b8b8 : pw_build: Add dep for copy_from_cipd
6e15a13e : pw_i2c: Add Device class
a1113be6 : workspace: Adding bazel build formatter/linter
18f1e9b7 : pw_env_setup: Switch from 'which' to 'command -v'

+- Project: platform/external/ppp

b239211 : Moved contents of clang_cflags into cflags
53d33e1 : ppp: switch OWNERS to core networking
20e993e : Add license text.
ca1f837 : Fix build for compiler update.
175310d : vslprintf should never read more than the precision
6767ebb : Enable Async MTE in pppd.
659ead9 : pppd: Move PLUGIN flag to defaults

+- Project: platform/external/protobuf

18ee667f6 : Add Uwb to apex available list of libprotobuf-java-lite
8e0631ed4 : Move comment to license_note
7150c2505 : Remove com.android.nearby from apex_available
8ad91cc84 : Update cpe for vulnerability scanners
5401634f3 : Adding bt apex to lib required by it
0a6822952 : Renamed bluetooth apex name to com.android.bluetooth
a38e88b63 : add car module to libprotobuf-java-lite's apex_available list
26a2d2e0a : adding "com.android.nearby" to 'apex_available' property of "libprotobuf-java-lite"
502feeef6 : Remove external/protobuf/.gitmodules and submodule directories
c14eaf499 : Add ramdisk_available to init_first_stage's deps
70cf6a702 : Allowlist com.andoird.extservices for java proto-lite.
28f6a86ae : Allowlist com.andoird.extservices for java proto-lite.
2cc889982 : Backport null pointer check from upstream

+- Project: platform/external/pthreadpool

503241a : Add pthreadpool to hwasan-postsubmit

+- Project: platform/external/puffin

3353fd4 : Skip last incomplete gzip entry
80be415 : Add puffin to hwasan-postsubmit.
7b3e4b3 : Add zhangkelvin@ as owner
9fd13f3 : Expose FileStream/MemoryStream for consumption
98e74d4 : Allow user to specify quality when using brotli utils
44c83ce : Add comparison operator for bitextent
d960ef3 : Add a brotli compressor for zucchini patches
24d989f : Add zucchini support in puffin
dd52f5f : Include base/check.h for CHECK macro for Chromium OS.
a97b073 : Update OWNER file
2b268e4 : Add README.md
14fb7ff : Change gyplint to gnlint

+- Project: platform/external/python/cachetools

a0eafbe : [LSC] Add LOCAL_LICENSE_KINDS to external/python/cachetools
3807e93 : Add support for Python 3.10
d2297fe : use stacklevel=2 for deprecation warnings, so the source/line number of the user code is indicated
8b9bbc4 : Release v4.2.4.
c234536 : Fix #225: Add submodule shims for backward compatibility.
bc998ba : Release v4.2.3.
2a7afc2 : Fix #210: Link to typeshed typing stubs.
c0162c5 : Fix #216: Add documentation and tests for using TTLCache with datetime.
7ae6ef5 : Explicitly specify autoclass members.
be507a6 : Fix #178: Flatten package file hierarchy.
40d2710 : Fix CI target URL.
fc47761 : Move CI to GitHub Actions, coverage to Codecov.
e919f2f : Release v4.2.2.
fd9b671 : Remove Libraries.io SourceRank.
743576f : Pin check-manifest version for Python < 3.8 due to Travis issues.
b5a1e5a : Add Travis Python 3.10-dev build.
6b56d1f : Add src directory.
14858da : Single source package version.
63f2869 : Add pyproject.toml
f8fbd6d : Fix copyright year.
a34c227 : Remove Python 2 remnants.
187b13a : Format code with black.
1311be6 : Use https URIs only.
16c7704 : Release v4.2.1.
1d99e16 : Prepare v4.2.1.
2a2e715 : Fix #200: Clean up __missing__ example.
4862ce3 : Fix #200: Handle __missing__ not storing cache items.
e6acc1e : Release v4.2.0.
c4e71ec : Add Libraries.io SourceRank shield and link.
5085c57 : Add a test demonstrating the need for RLock in func.py.
6d2692f : Prepare v4.2.0.
986d815 : Add FIFO cache implementation.
ca648b6 : Fix #188: In case of a race, prefer the item already in the cache.
e07d8ec : Homogenize cache implementations.
c9958d9 : Officially support Python 3.9.
992c423 : Remove DefaultMapping abstract base class.
26afdc4 : Fix #184: Add documentation regarding mutability of cached values.
93163ec : Fix #173: Document use of key function for accessing cache items.
59ff52c : Add MRU documentation.
55d67e6 : Add MRU cache implementation
31a78b5 : Release v4.1.1.
4c1907e : Prepare v4.1.1.
185058d : Fix #170: Improve "envkey" documentation example.
e82cffc : Fix #174: Improve popitem() exception context handling.
f9704ab : Fix #167: Replace float('inf') with math.inf.
85bb810 : Add Travis Python 3.9-dev.
a6258fb : Release v4.1.0.
bb8df8f : Prepare v4.1.0.
1cab650 : Fix #164: Support cache_parameters() with cachetools.func decorators.
d33a8bb : Fix #163: Support user_function with cachetools.func decorators.
fa9d476 : Release v4.0.0.
aa936f0 : Prepare v4.0.0.
d2020cc : Drop Python 2 support.
5bb1f41 : Update Travis environment.
c530924 : Release v3.1.1.
695a47e : Prepare v3.1.1.
15a64a0 : Fix #135: Document how to use shared caches with @cachedmethod.
748d10d : Fix #130: Fix pickling/unpickling of cache keys.
3e60e94 : Add Travis 3.8-dev build.
1b67cdd : Release v3.1.0.
664b45b : Prepare v3.1.0.
9aac551 : Fix #124: Fix Python 3.8 compatibility issue.
4d1a685 : Fix #123: Use time.monotonic as default timer if available.
00f8599 : Fix #118: Improve documentation regarding thread safety.
df50958 : Bump copyright year.
0f42fa9 : Add default active developers into OWNERS
90d3507 : Prepare v3.0.0.
eac1c25 : Fix #54: Update README examples.
aa21f86 : Fix #113: Add support for maxsize=None in cachetools.func decorators.
a1a6d7c : Fix #54: Add note regarding thread safety.
2cde6ef : Fix #68: Use Sphinx doctest builder.
52f8dba : Increase coverage.
5b85b3f : Fix #109: Remove "missing" constructor argument.
48e00c5 : Fix #107: Remove 'self' from @cachedmethod key arguments.
9185e06 : Fix #110: Officially support Python 3.7.
4448776 : Fix #99: Correct "envkey" example.
211a498 : Gitignore .pytest_cache/
91ad85b : Test on PyPy Python 3 implementation
36d864e : Set release date.
45d9b0d : Prepare v2.1.0.
8297633 : Fix #58: Deprecate 'missing' Cache constructor parameter.
83335b6 : Fix #95: Fix Python 2.7 RRCache pickling issues.
d456411 : Fix #94: Handle overridden getsizeof() method.
3c055ca : Add unit tests for overridden getsizeof() method.
7bb48e4 : Fix #69: Better explain when expired TTLCache items are actually removed.
396edb9 : Fix #57: Add documentation on how to extend cache classes.
2d2a57e : Fix #83: Improve documentation of replacement strategy.
bb22d4f : Remove Python 3.3 build.
27c84aa : Keep flake8 happy.
ee4588a : Initial empty repository
fba5f8a : Prepare v2.0.1.
6bffc17 : Fix #86: Officially support Python 3.6.
13ba795 : Improve README wording.
d5b299c : Fix #76: Move documentation to RTD.
d57c8a3 : Update copyright statement, keep flake8 happy.
dd597fe : Fix #85: Update import paths for key functions (courtesy of slavkoja).
e27332b : Prepare v2.0.0.
1770a71 : Fix #74: Move key functions to separate package.
bb87402 : Fix #75: Remove deprecated features.
f9e6e46 : Fix #65: Drop Python 3.2 support.
7a7c836 : Fix #73: Accept non-integer maxsize in __repr__().
5ab2ab1 : Remove PyPI downloads badge.
7f850b8 : Fix #71: No unicode_literals in setup.py.
381467c : Fix #70: Update LICENSE copyright.
8bb68a2 : Prepare v1.1.6.
977e1c4 : Fix #63: Handle ValueError in Cache.__missing__().
d20f70b : Fix #67: Do not call TTLCache.expire() from TTLCache.__delitem__().
d4da663 : Fix #60: Call __missing__() of derived classes.
b1d836c : Fix #62: Improve TTLCache expiration handling.
b445d7a : Fix #64: Reimplement LRUCache and TTLCache using collections.OrderedDict.
668fdb3 : Fix #66: Use Counter.most_common() for LFUCache.popitem().
775c51d : Code/build cleanups.
2024b77 : Fix a couple typos in the documentation file.
fd88358 : Revert "Prototype 'missing' abcs."
a9c3f89 : Include docs in package.
ddf9db1 : Update travis build, Python 3.5 support.
a227419 : Prototype 'missing' abcs.
4285373 : Prepare v1.1.5.
e332a99 : Fix #56: Refactor Cache base class.
41d521b : Prepare v1.1.4.
62b8273 : Move to container-based infrastructure, install coverage<4 for use with Python 3.2.
7bdca3b : Fix #55: Document pending removal of deprecated features.
429c5f1 : Fix #53: Use fib() and fac() as examples in documentation.
9b35c76 : Fix #51: Refactor cache implementations.
4f4b452 : Prepare v1.1.3.
f4554de : Fix pickle tests.
c8c8db1 : Fix pickling of large LRUCache and TTLCache instances.
5cdedd5 : Prepare v1.1.1.
068ed52 : Fix #47: Document deprecated @cachedmethod default behavior.
5c7effc : Improve documentation.
f566225 : Improve unit test coverage.
82b8071 : Fix #46: Improve key functions.
b666900 : Fix #49: Add flake8 checks to .travis.yml
732d792 : Fix redefinition of test_nocache.
58bd8c6 : Remove unused decorators.py.
6a4c6f0 : Prepare v1.1.0.
b6bc350 : Code/interface cleanup and documentation.
00f1aef : Fix #37: Add key argument to @cachedmethod.
b00910d : Add nosetests for Travis 3.5-dev.
1a4d59a : Fix #43: Save hash value for decorator keys.
804be35 : Fix #34: Add generic @cache decorator.
37024a7 : Prepare v1.0.3.
a5712ec : Fix #44: Add Python "nightly".
da4ea1a : Fix #42: Clear cache statistics in clear_cache().
0ca640f : Prepare v1.0.2.
385ace8 : Fix #40: Allow simple cache instances to be pickled.
7bc51c6 : Fix #41: Refactor getsizeof and missing default implementation.
87753fe : Update copyright.
b26d1e5 : Prepare v1.0.1.
ec80673 : Fix #33: Code cleanup for improved PEP 8 conformance.
7827ec0 : Fix #32: Add docs/tests for using @cachedmethod with generic mutable mappings.
41efa89 : Fix #35: Emphasize the role of popitem() in cache implementations.
1daf0c7 : Update keywords.
03bf417 : Update CHANGES.rst
886f48e : Update README.rst
cedcfcc : Fix typo.
c6137f2 : Fix #3: Improve documentation.
5c2a69b : Fix #30: Provide RRCache.choice property.
f3437a1 : Prepare v1.0.0
b624bf8 : Use NestedTimer for TTLCache.
d7cb994 : Prepare v0.8.1
35855b5 : Update CHANGES.rst
bf8d13e : Fix #28: Function arguments must be hashable for cache decorators.
bf2de58 : Prepare v0.8.0
5f80519 : Fix #27: Ignore ValueError in decorators.
a4f3125 : Rename cache implementation source files.
98e32c4 : Fix #13: Add Cache.getsize()
08a83b3 : Update CHANGES.rst
ebd7920 : Add Cache.__missing__()
87d6089 : Bump version number for TestPyPI.
f240afd : Package cleanup.
8c1f8c7 : Add wheel support.
827e2f5 : Fix #25: Fix MANIFEST.in
5385445 : Prepare v0.7.0
b024209 : Fix #24: Skip expired items when iterating over TTLCache.
cef6653 : Fix #23: Refactor LFUCache.
8dd2764 : Fix #20: Deprecate TTLCache.ExpiredError
6c829a4 : Fix #21: Add choice argument to RRCache constructor.
a49f49f : Fix #20: Move TTLCache.ExpiredError to module.
07646b7 : Fix #14: LRU/TTLCache refactoring.
e626ad0 : Fix #22: Remove NullContext implementation based on ExitStack.
101513c : Prepare v.0.7.0
c22a043 : Update README.rst
f233d17 : Add v0.6.0 changes.
2633e3c : Fix Sphinx automethod
aba5de6 : Update .travis.yml
482d35f : Prepare v0.6.0
3488121 : Fix #17: Raise TTLCache.ExpiredError for expired TTLCache items.
aae7bf5 : Fix #16: Support unsynchronized function decorators.
430e338 : Fix #15: Allow @cachedmethod.cache() to return None
cb95c35 : Add .coveragerc
4649656 : Add coveralls
2f95610 : Add Travis CI
44b8432 : Prepare v0.5.1
a837142 : Fix #11: Update README.rst file.
d5ef9cc : Fix #12: No formatting of KeyError arguments.
ba0f849 : Fix default ttl for @ttl_cache
36c7924 : Release 0.5.0
e57eb9c : Fix #7: getsizeof() usage
5ae3b9d : Resolve #9: Add @ttl_cache function decorator.
e255ae7 : Fix #6: Non-mutating TTLCache.__getitem__()
a8d2b03 : Resolve #8: Rewrite @cachedmethod example to use per-object cache
78408a1 : Prepare v0.5.0
4176a4f : Fix typos/formatting in documentation
cbd852d : Update keywords, classifiers.
8e1d7ed : Remove Sphinx markup
6a6e50b : Remove Sphinx markup
e78228c : Remove Sphinx markup
e9a8c86 : Remove Sphinx markup
b210c14 : Prepare v0.4.0
059216b : Add TTLCache, refactor base class
a29e4f0 : Prepare v0.3.1
5aeba23 : Fix #1: Add proper locking for cache_clear(), cache_info()
fad89ed : Fix #2: Report cache.size in cache_info()
bf206e0 : Update documentation.
4953b0b : Add cachedmethod decorator.
5543675 : Add size, getsizeof cache members.
573b318 : Update README.rst
3b9d819 : Prepare v0.2.0
35f85f2 : Prepare v0.1.0
37c58d0 : Update documentation.
a34b1fa : Add initial implementation, unit tests
c2e0e6b : Add description.
fa0e606 : Initial commit.

+- Project: platform/external/python/cffi

6aa63b0 : Upgrade cffi from 1.12.2 to 1.15.0

+- Project: platform/external/python/cpython2

fc6603babf : Tweak linux_glibc properties for musl builds in external/python/cpython2
66addf4ff3 : Support compiling python2 against musl

+- Project: platform/external/python/cpython3

106922c9ca : Regen darwin_x86_64 for Python 3.10
3128e81257 : Regen linux_x86_64 for Python 3.10
2b32bc35db : Android updates for Python 3.10
8d1b53b6c7 : Tweak linux_glibc properties for musl builds in external/python/cpython3
a342a49189 : Python 3.10.3
04fdbb4f70 : [3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31926)
58d30b992d : bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920)
e90cb74e93 : Revert "Tweak linux_glibc properties for musl builds in external/python/cpython3"
a59ac1e7d2 : [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)
7020415b80 : Tweak linux_glibc properties for musl builds in external/python/cpython3
88c243fd8d : bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
3c4f24face : bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229)
0e4bebad0a : But Add missing newline to NEWS entry (GH-31893)
cebdc32558 : bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
9f1587e8d3 : bpo-31415: importtime was made by Inada Naoki (GH-31875)
0cfcc0cbee : Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880)
efa7250159 : [3.10] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) (GH-31877)
c682840834 : [3.10] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) (GH-31869)
d929aa70e2 : [3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)
25962e4e60 : bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
1ceda9787f : [3.10] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31849)
d8ba5c102c : [3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806)
28f20a6613 : [3.10] bpo-46677: Add examples of inheritance and attributes to `TypedDict` docs (GH-31349) (GH-31815)
393e2bf6bc : bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830)
b35b36e106 : bpo-31327: Update time documentation to reflect possible errors (GH-31460)
3bc8019606 : [3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) (GH-31821)
4199b7ffbb : [3.10] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31796)
3386f87dcb : Remove print race from task_done example. (GH-31795)
5dfe981791 : [3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777)
26fa25a9a7 : bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688)
e134976079 : Add static python3 launchers for non-glibc targets
8de434b332 : bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
95b001fe67 : bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
ef54c4df82 : Removed confusing reference to sys (GH-31638)
5d2b9c9fe4 : [3.10] docs: Don't use code formatting for emphasis (GH-30519) (GH-31764)
f3d3b2d5c5 : [3.10] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31753)
21c5b3f73f : bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
b099363fa7 : Removed ambiguity in __init_subclass__ docs (GH-31540)
e053f0e9f4 : bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
f6cdf5bdcc : importlib.metadata: Remove empty footnote section (GH-30451)
06108c08dd : bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479)
1e52e782f9 : bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
58d576a43c : bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732)
136842c91b : bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31727)
0ff033b859 : [3.10] Update grammar_grapher with the new forced (&&) directive (GH-31704) (GH-31719)
3594ebca2c : [3.10] bpo-46940: Don't override existing AttributeError suggestion information (GH-31710) (GH-31724)
8acbb93c07 : bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
ee18df4252 : bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165)
4716f70c85 : Lib/typing.py copy edits originating from GH-31061 (GH-31684)
fa69ec8939 : bpo-38738: Fix formatting of True and False in the threading documentation (GH-31678)
bdce188036 : bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
7b5b429ada : [3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675)
9d9dc59d07 : bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter (GH-31639)
fa8c5ed9c8 : bpo-46831: Update __build_class__ comment (GH-31522)
257f5be7f7 : bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
60b561c246 : bpo-21910: Clarify docs for codecs writelines method (GH-31245)
eb65e46b9b : [3.10] bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31456). (GH-31645)
93264452d9 : [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634)
7dbb2f8eaf : bpo-42982: update pbkdf2 example & add another link (GH-30966) (#30968)
98e2ee60bd : Add missing "to" to two tp_flags notes (GH-31624)
1f956d11db : bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
8b37a0c522 : Update dict/OrderedDict differences with code equivalents. (GH-31563)
0848da19ce : bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31578)
2b7e04d612 : bpo-46756: Fix authorization check in urllib.request (GH-31353)
632a8121d4 : bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547)
c7a0fd2d3f : bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494)
b0de6299a8 : bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
6717edcf84 : Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) (GH-31514)
28d9353305 : Minor fixes to C API docs (GH-31501)
4955a9ed14 : bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
d327517b54 : bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
a7af34d407 : [3.10] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31506)
d04fb9213a : [3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504)
f20ac2ed07 : bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479) (GH-31493)
c596ecbf82 : [3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473)
7da97f6181 : bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472)
633d0f90f9 : bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
95d6271f19 : bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
a2e13ec0ce : [docs] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421)
ba457fe6f8 : [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030)
f1916cde24 : bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31440)
fa621a7388 : [3.10] replace `self` param with more appropriate `cls` in classmethods (GH-31402) (GH-31446)
dde048819f : [3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442). (GH-31443)
ea3e0421b0 : Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31437)
75c5dbc27e : Counter doc mentions three methods, but lists four (GH-30706)
103f3ca806 : bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063)
e05e3d20d3 : [3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31420)
6eb34772fd : bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
feb4455088 : docs: Link `match` statement in tutorial (GH-31396)
095ffe715e : Fix mistake in barry_as_FLUFL test (GH-31392)
cb7551d566 : bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296)
68e80c4e74 : [3.10] Update html.parser.rst (GH-30678) (GH-31385)
a481be0c5f : [3.10] Become a CODEOWNER for typing (GH-31374) (GH-31382)
a17d59a6df : [3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379)
76fcd27dd7 : Remove venv from the module denylist
d4e4ef107a : [3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354)
3d407b9311 : bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365)
5b63ba3ff5 : Update the OMG link (GH-30383)
72c46462aa : bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (GH-31327) (GH-31362)
ac55cea3cb : [3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350)
b27195332e : bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701)
543242ad8c : Fix the signature of multiprocessing.set_executable (GH-31276)
a414cb35c2 : Update __main__.rst (GH-30896)
c5a987bf4d : doc: use colon for all color's rangs (GH-28998) (#31336)
828253227e : bpo-38619: Update the documentation for UUID.hex (GH-29830)
5574cacf57 : Fix minor grammar error (GH-31325)
a606c6a350 : Fix a typo in Doc/faq/programming.rst (GH-31243)
841c77d802 : [3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (GH-31329)
6a7dd3f9e9 : Corrections to format precision description. (GH-31291)
44666c3285 : bpo-45447: Add entry to What's new 3.10 (GH-31304)
5698e0be8e : bpo-45447: Add entry to What's new 3.9 (GH-31305)
9fabcfbe68 : bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
b7a65c939c : bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152)
f2fbfbe0ec : bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281)
1f5fe9962f : bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
8b8673fe94 : [3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) (GH-31262)
1124ab6d1d : bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
14284b0e71 : [3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252). (GH-31257)
9f5145403b : [3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253) (GH-31255)
9b23f8f78f : [3.10] bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241). (GH-31242)
7445949a43 : bpo-43532: add version added to KW_ONLY (GH-31235)
42f87d435e : bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
d29bbc22b0 : bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
c2735b75af : bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py (GH-31204) (GH-31207)
5b58db7529 : [3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010). (GH-31213)
cbdcae5ab9 : [3.10] bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203) (GH-31210)
9539400390 : [3.10] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186) (GH-31189)
9c45390208 : bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130)
e2eeffefed : [3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). (#31175)
c1ff4cb98b : [3.10] bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078) (GH-31182)
3ceff9968b : bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
cb789944b2 : Add more tests for variable substitution in generics (GH-31170)
c88407ccf5 : bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
5603db43ba : [3.10] bpo-46609: Update asyncio-task coroutine doc (GH-31132)
7b5b23c31d : bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111)
34895f694c : Optimize images by IMGbot (GH-21348)
9ce0b00fb1 : bpo-46588: fix typo in test_calltip.py (GH-31119)
91e8889044 : bpo-14916: use specified tokenizer fd for file input (GH-31006)
4f76b3667d : bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
63523e7b2a : bpo-45975: IDLE - Remove extraneous parens (GH-31107)
ff6948b128 : bpo-45773: Remove invalid peephole optimizations (GH-31066)
a77de58108 : Add recipe for subslices (GH-31095)
f5ebec4d3e : [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089)
2ddc278875 : bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
5765eaa136 : bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086)
ba4d79af32 : [3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-31084)
e480def027 : Fix minor details in the Counter docs (GH-31029) (GH-31072)
85b421fbff : bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
7dee93c2d2 : bpo-46591: Make About IDLE doc link label clickable (GH-30251)
e5e1441d41 : bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958)
519eb6ad74 : bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057)
8765b01bcf : [3.10] bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024) (GH-31054)
1dcd772804 : bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014)
6a188d88c5 : bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821)
34794517d1 : bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
a5451c96a1 : bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the coroutine (#30288) (#31003)
315a60acd1 : bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995)
4d191fcde4 : bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)
95b70e2ccf : bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (GH-30913)
20f5313667 : bpo-46542: test_json uses support.infinite_recursion() (GH-30972)
a8912a0f8d : bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141)
bfcb41420a : bpo-46539: Pass status of special typeforms to forward references (GH-30926)
486a4b3829 : bpo-44734: Fix floating point precision in test_turtle (GH-30910)
5c39e474db : [3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922)
89db090295 : bpo-44791: Fix substitution of ParamSpec in Concatenate with different parameter expressions (GH-27518)
2572c670d4 : [3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236) (GH-30953)
1ecc98dedb : bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-24276)
b3cf525bd1 : bpo-46496: news11-10 for bpo45296 (GH-30937)
5acaad0b30 : bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944)
c7af838805 : [3.10] bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925) (GH-30933)
171fdf2162 : bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)
a57ec7a4fe : bpo-43698: do not use `...` as argument name in docs (GH-30502)
4371fbd432 : [3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30914)
c730342005 : bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911)
c1254c44e2 : bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906)
8356f6aac2 : bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
3fc8b74ace : [3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines with continuation characters (GH-30130). (GH-30898)
4a57fa296b : [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891)
75d88b91e6 : bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receiving (GH-30845) (#30860)
9a7d010467 : [3.10] bpo-46445, bpo-46519: Re-import typing.NewType (GH-30886)
41e0aead3d : bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)
367a37a18c : [3.10] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30876)
ce79b504a7 : bpo-41841: update idlelib News up to 3.10.0. (GH-30868) (GH-30870)
894e8c1348 : bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) (GH-30866)
eaeb994680 : [3.10] bpo-46416: Allow direct invocation of `Lib/test/test_typing.py` (GH-30641) (GH-30697)
b2c7fe1f61 : Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) (GH-30840)
e3ade66ec5 : bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30834)
a7a4ca4f06 : [3.10] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4.10.1) (GH-30803) (GH-30827)
633db1c4eb : [3.10] bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378). (GH-30819)
f66ef3eab6 : bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424)
486b4d3d8e : bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801) (GH-30812)
83aef4d340 : bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285) (#30765)
923c994400 : bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) (#30787)
acda9f3b90 : bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30789)
6111d5dee2 : bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) (#30782)
90e2998db7 : [3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (#30784)
d4a9e34401 : bpo-46442: improve and rename testExceptionCleanupNames (GH-30758)
46e6aad129 : bpo-46445: Cover multiple inheritance of `TypedDict` in `test_typing` (GH-30719)
d548c87171 : bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768)
05063fa15c : bpo-46434: Handle missing docstrings in pdb help (GH-30705)
a1015c6478 : bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30739)
68a31dba97 : no-issue: Fix documentation typos. (GH-30576)
f6e5972fa9 : [3.10] bpo-41857: mention timeout argument units in select.poll() and select.depoll() doc-strings (GH-22406)
1d11fdd3ee : bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)
e5edc8d737 : bpo-46080: fix argparse help generation exception in edge case (GH-30111)
876ade1ae3 : [3.10] Mark all clinic headers as generated (GH-30679). (GH-30726)
1fb1f5d8bd : [3.10] bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529) (GH-30542)
a6a0885480 : [3.10] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (GH-30699)
07b12fdf55 : bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704)
ee07750088 : doc: Clarify os.urandom return type (GH-30282)
d2b7e08d86 : docs: correct outdated MappingProxyType docstrings (GH-30281)
c4fe0aa670 : Update documentation in datetime module strftime-and-strptime-behavior fix typo in '%W' format code description (GH-30232)
39374c44d9 : [3.10] bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAlias` (GH-30640) (GH-30694)
baf26d07a6 : bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663)
24d0b331e8 : [3.10] bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335) (GH-30688)
0861a50bd4 : bpo-22039: [doc] clarify that there are no plans to disable deleting an attribute via PyObject_SetAttr (GH-30639) (GH-30684)
01e6cbefd3 : [3.10] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (GH-30671)
4449a1694a : bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
9238a52cbc : bpo-20823: Clarify copyreg.pickle() documentation (GH-30230)
42038d00ea : bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)
7a822c9278 : bpo-46383: Fix signature of zoneinfo module_free function (GH-30607) (GH-30610)
1345b460f5 : bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)
93dc1654dc : bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354)
d5c4ccfe0d : Post 3.10.2
26039d1e0a : bpo-23183: Document the timeit output (GH-30359)
86d18019e9 : bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)
47422a852d : [3.10] bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584) (GH-30585)
a58ebcc701 : Python 3.10.2
e6bb17fe29 : bpo-46070: _PyGC_Fini() untracks objects (GH-30577)
3ce6945f5f : Define Py_BUILD_CORE_MODULE
a468866a67 : bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535)
6f9ca53a6a : bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30553)
b1a94f1fab : bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546)
6f035c07e0 : [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30540)
19a85501ce : bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
4cfb10979d : closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code (GH-30387)
da8c0759d2 : Remove unused `Any` from `Concatenate` example in typing docs (GH-30516)
e0ec08dc49 : bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
2e6798f352 : bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-30504) (GH-30509)
b962544594 : bpo-34602: Fix unportable test(1) operator in configure script (GH-30490) (GH-30491)
987fba102e : bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)
8bef658668 : bpo-46290: Fix parameter names in dataclasses docs (GH-30450)
d2245cf190 : bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471)
bea3f42bb7 : bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)
e35430bec5 : [3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)
ed2656a7d3 : bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)
75a1865d1c : [3.10] bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) (GH-30461)
6630952cf0 : bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326)
9d18045804 : bpo-46070: Fix asyncio initialisation guard (GH-30423)
db60ed1170 : [3.10] bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) (GH-30447)
3cb64ede57 : bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440)
b951dec441 : bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434)
72c260cf0c : [3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422) (GH-30425)
861a9aaf0f : bpo-46278: fix typo introduced in GH-30427 (GH-30430) (GH-30431)
8670fbe4d2 : Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (GH-30428)
da8be157f4 : bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)
7e951f356e : bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)
289a32baf7 : Fix missing "," in the documentation of Executor Objects (GH-30404)
ba124672d7 : bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
01b12942d0 : bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH-30395)
743394f281 : bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs (GH-30341)
cf48a14819 : bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353) (#30388)
685b6285b9 : Add doctest and improve readability for move_to_end() example. (GH-30370) (GH-30373)
0b3c3cbbaf : bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
8184a613b9 : bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multiple leading periods (GH-30347) (GH-30368)
b312794de0 : bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348) (GH-30349)
74af713538 : argparse docs: prog default is the basename of argv[0] (GH-30298) (GH-30339)
35955e4ade : [3.10] Update copyright year to 2022. (GH-30335) (GH-30336)
e9783d6434 : bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330)
2bd7354695 : bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH-30328)
1b37268ef1 : bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290)
9f0e40fae5 : closes bpo-38522 docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-30284) (GH-30295)
c31fdef1e7 : [3.10] bpo-46185: Fix wrong version ref. in macOS installer ReadMe (GH-30280)
ed1671ced7 : [3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250)
576e38f9db : bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (GH-30040)
bb0b5c1241 : bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185)
a55082085c : Fix typo in io.rst (GH-30218)
cfdb2302f4 : doc: fix a typo in unittest.mock.rst (GH-30227)
d968e422ef : docs: Fix typos and use anchor for internal link (GH-30236)
2cb9ed2a6a : Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)
11909c12c7 : [3.10] Remove a NEWS entry for bpo-45878 (GH-30258)
03c7449fbc : [3.10] bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) (GH-30254)
a9e0b2b493 : bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721) (GH-29748)
8005e22c9c : bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240)
1c77aa9fc3 : Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244)
cf96c279ac : bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224)
989d2371c8 : Update potentially confusing note for mean. (GH-30174) (GH-30220)
dc73199a21 : [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (GH-30214)
95948169d7 : bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213)
0c0bd78ccf : [3.10] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30209)
d7537ac8e3 : bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109) (GH-30206)
cdb4579607 : [3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30202)
9a28cf19b5 : bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)
bb286d45af : bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30186)
4f945ad7a5 : bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (GH-30183)
a66be9185c : [3.10] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) (GH-30179)
dbd1dc23f6 : [3.10] bpo-46044: Annotate deprecated sdists formats (GH-30043) (#30154)
251d2eadc7 : bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
87539cc716 : bpo-45755: [typing] Reveal class attributes of generic in generic aliases in `dir()` (GH-29962)
9fe8fb74a1 : bpo-46111: Fix unittest tests in optimized mode (GH-30163)
cbb4d4a642 : Fix a typo in the message from make_ssl_certs. (GH-30152) (GH-30161)
09d7319bfe : bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151)
0194bbbee6 : bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) (GH-30133)
fb5d314da8 : Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110)
c8044777cf : Add Positional only arguments forward slash (/) to sorted() function in Built-in Functions document (GH-30113)
8e4c96295b : bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099) (GH-30114)
908fd691f9 : [3.10] bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103) (GH-30104)
503803d8c1 : bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079)
f84e2f6c0a : [3.10] bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) (GH-30094)
bcb5d66b8f : Clarify new_event_loop return value. (GH-30078) (GH-30088)
310bae628a : [3.10] bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (GH-30075) (GH-30085)
e55deaabd8 : [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)
7da90251ae : bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30077)
94483f1e3c : bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH-30068) (GH-30069)
438817fdd5 : bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064)
991736697d : [3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061)
1f7000808e : bpo-19737: Improved the documentation for globals (GH-29823) (GH-30041)
0f21bac6ce : Fix markup buglet in Doc/howto/annotations.rst (GH-29802) (GH-29805)
e1e3f648ad : bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29758)
4b224e8729 : [doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (GH-29669)
83fa1291fd : [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29864) (GH-29929)
8f3728edcb : bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976) (GH-30037)
bb8d645f3a : [3.10] bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216) (GH-30034)
bb76410824 : bpo-46000: Improve NetBSD curses compatibility (GH-29947)
64c2788f42 : bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH-27384)
ca08655b80 : bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)
934a24c641 : bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH-30002) (GH-30005)
2c2ee83c4d : bpo-45391: mark UnionType as a class in documentation (GH-28757)
99c72326d2 : [3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-29986). (GH-29988)
cca3004f64 : doc: Add link issue 44010 (GH-29454)
fbdbbdb67b : Fix double-space in exception message (GH-29955)
14f03ce6e8 : [3.10] bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963) (GH-29965)
c521412003 : [3.10] bpo-46004: Fix error location for loops with invalid targets (GH-29959). (GH-29961)
f78c229b4e : [3.10] bpo-35821: Add an example to Logger.propagate documentation. (GH-29841) (GH-29957)
15da2a2723 : bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943)
bf1812ef61 : Post 3.10.1
2cd268a3a9 : Python 3.10.1
1528d249a5 : [3.10] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29937)
20801982fa : bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29932)
cb68c0a3a4 : bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298)
abceb66c7e : bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294)
f1dd5ed1f3 : bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291)
beb834292d : bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
f6648e229e : bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
eac07e5ab0 : docs: Improve example for urlparse() (GH-29816) (GH-29888)
e99c5e039b : bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29877)
39751420b3 : bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801) (GH-29862)
5a6d9ed700 : bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854)
32f1491a97 : bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
af39cfa6ca : [3.10] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-29849)
efe2a2306b : [3.10] [Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838) (GH-29839)
4b11d71185 : bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
4d2cc3ed46 : bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29826)
305236e03a : bpo-37658: Actually return result in race condition (GH-29202)
8d1a580064 : [3.10] bpo-42268: Fail the configure step if the selected compiler doesn't support memory sanitizer (GH-29806) (GH-29815)
2c398a5acf : [3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818)
545aebd2ec : [3.10] bpo-45881: Use CC from env first for cross building (GH-29752). (GH-29753)
57100c86ba : [3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587) (GH-29811)
3dcbe01dc5 : bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799)
fc16ea9c8b : bpo-45866: Fix typo in the NEWS entry (GH-29798)
b6defde2af : bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792)
3f024e27c2 : bpo-44353: Correct docstring for `NewType` (GH-29785)
7842aed7a7 : bpo-45619: documentation of execution model: clarify and update binding summary (GH-29232)
3f565f8edf : [3.10] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29782)
52d10f6485 : [3.10] bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151) (GH-29779)
ce5a6460ae : bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732)
632d589afc : [3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)
c72311d917 : [3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses. (GH-29767)
cd85d91bc6 : bpo-45893: Add missing extern C to initconfig.h (GH-29761)
8cabcde8d6 : bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-29762)
ae065f8362 : bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)
327c764fa2 : bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
99aad31b7a : [3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently required by CPython (GH-29170) (GH-29650)
56b5cd52ab : bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691) (GH-29708)
10343bd983 : bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692)
9e7a2e4920 : Fix out-of-tree build support for multissltest (GH-29694)
07cf66fd03 : [3.10] Ensure the str member of the tokenizer is always initialised (GH-29681). (GH-29683)
9841ac2da5 : bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667) (GH-29671)
cf8c8788c9 : Added kw_only parameter to make_dataclasses. (GH-29679)
3528df1258 : [3.10] bpo-45845: Change link for pyserial (GH-29675)
edabf39046 : bpo-45845: Remove unresponsive web link (GH-29651) (GH-29674)
a427eb862f : bpo-45494: Fix error location in EOF tokenizer errors (GH-29108)
511ee1c0fa : [3.10] bpo-45727: Make the syntax error for missing comma more consistent (GH-29427) (GH-29647)
82f1a6edfb : bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29656)
904af3de2b : [3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) (GH-29661)
bbe3c57c86 : bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634) (GH-29643)
9501e8d3a3 : bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29629)
2a630e716e : [3.10] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606)
fde9f61e70 : [3.10] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model (GH-29389) (GH-29620)
252d83cbf1 : bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621)
02531f1d7e : [doc] Expand on soft keywords in the docs for keyword.py (GH-29139) (GH-29195)
6d66de97f8 : bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857) (GH-29152)
0df5d31ac7 : bpo-45701: Improve documentation for *typed* parameter (GH-29498) (GH-29509)
5cf05c71d1 : bpo-45835: Fix race condition in test_queue (GH-29601) (GH-29612)
65c089751b : [3.10] [Enum] update member.member removal (GH-29608)
8eabe60108 : [3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590) (GH-29602)
563e45875a : [docs] Add missing word "any" in unittest -k cmdline option description (GH-29571) (GH-29603)
b455df59a8 : bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580)
e3aa9fd77b : [3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) (GH-29586)
4ffde90dcc : bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) (GH-29598)
1079b3e3cb : bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564)
5618c81e13 : [3.10] bpo-45716: Improve the error message when using True/False/None as keywords in a call (GH-29413). (GH-29428)
7bac598819 : Save a reference for ensure_future and create_task (GH-29163)
7c99e434a9 : ensure deprecation warning from assertDictContainsSubset points at actual test code (#26497)
94dad5e41e : bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566)
0320cf1a25 : bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29568)
55d24edaad : bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module docstring (GH-29555)
2081f9fe75 : [3.10] bpo-45752: Fix no-support examples in 'copy' docs (GH-29548) (GH-29556)
bf26a6da7a : bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
28326ac5f8 : bpo-45799: [Doc] improve confusing sentence in __main__.rst (GH-29546)
ed55426acd : [bpo-45765] Fix distribution discovery on empty path. (GH-29487) (GH-29510)
3f15792d60 : [3.10] bpo-45772: socket.socket should be a class instead of a function (GH-23960) (GH-29542)
e4c5a5eaba : bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29530)
628667ac9a : bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29535)
a89bbde83f : [3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526)
c5bfb88eb6 : [3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG before a no-arg opcode (GH-29480) (GH-29506)
d29f591dd6 : bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource files (GH-29501)
340ecafdf3 : bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
2c4792264f : Closes bpo-45712: Add missing word in control flow tutorial (GH-29460)
69b3de65ad : bpo-40170: Update What's New in Python 3.9 (GH-29470)
77afb76942 : bpo-45741: docs: fix plural (GH-29461) (GH-29463)
045f205ba4 : bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29452)
8fdf6c64d3 : bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29450)
e53cb9811f : bpo-39452: [doc] Change "must" to "can" on relative import style in `__main__` (GH-29379) (GH-29449)
494f8da741 : [doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29447)
6603f6b5bd : bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (GH-29445)
804ea41211 : bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
279a7a0c94 : bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29431)
bcb236c19e : bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412) (GH-29424)
099a94fba3 : bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) (GH-29421)
363ecb36da : bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) (GH-29422)
0e34a5918c : [3.10] bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unused imports (GH-29393) (GH-29395)
1f3ae5c1ca : bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258)
c0f3281d6c : bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396) (GH-29406)
d729c80979 : Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (GH-29409)
6340ba7f2c : bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)
75ed2ce9e8 : Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
c10896696f : bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387)
f1918385cc : bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328) (GH-29390)
fd6b70d6b7 : [3.10] bpo-45578: add tests for `dis.distb` (GH-29332) (GH-29385)
0624706179 : bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29364)
cfdd7d26a7 : bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824)
8af3090cb7 : [doc] Link to section File input (GH-28941) (GH-29375)
71f602b54c : bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) (GH-29373)
6681a77c52 : bpo-44828: Avoid leaving a zombie Save panel. (GH-29369)
8d609b29c0 : makefile: remove unused SGI_ABI variable (GH-29325) (GH-29368)
b71bc05245 : [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29362)
b2ae631619 : [3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361)
ed34965d66 : [3.10] Move field width to the right field (GH-29344) (GH-29351)
89b1237ffb : bpo-45516: add protocol description to the Traversable documentation (GH-29039)
ed91f959b0 : [3.10] bpo-45634: Don't combine error checks when adding `sqlite3` int constants (GH-29251). (GH-29343)
3997f3ce8a : bpo-45679: Fix caching of multi-value typing.Literal (GH-29334)
da222b7cc8 : Fix docs source link for importlib.metadata (GH-29025)
7e2c0a18b4 : [3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171) (GH-29323)
0538351fca : bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-29204) (GH-29322)
8ea665c730 : bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) (GH-29319)
d8ca47c943 : bpo-45562: Ensure all tokenizer debug messages are printed to stderr (GH-29270)
191a93905a : [3.10] bpo-45628: Check all parts of the suffix for an extension match. (GH-29310) (GH-29314)
6742b0dfb6 : bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309)
2c8a0027e5 : [3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302)
6b867022d9 : [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305)
7203ecd332 : bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29296)
eccb753ae6 : bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29293)
823b3e39ae : bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29288)
fef54abf5f : bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29285)
fb80aede6a : bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29283)
1d88b2b0a1 : bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) (GH-29281)
9e0012116a : [3.10] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29249)
54579087c6 : bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)
99495b8aff : Fix typo in Counter documentation (GH-29223)
1f45cc0dfa : bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
ce7a6afb79 : bpo-45438: format of inspect.Signature with generic builtins (GH-29212)
038f452308 : bpo-45562: Print tokenizer debug messages to stderr (GH-29250) (GH-29252)
2b7b7c7320 : bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29240)
36971fd1f4 : bpo-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150)
cadf06eab7 : bpo-45574: fix warning about `print_escape` being unused (GH-29172) (#29176)
f812fef2f8 : bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)
19903085c3 : bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)
ae78ffdc93 : bpo-45562: Only show debug output from the parser in debug builds (GH-29140) (#29149)
8f6aa48cb2 : bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
9b3cda5687 : bpo-44344: Document that pow can return a complex number for non-complex inputs. (GH-27853) (GH-29135)
8fd7e8965d : bpo-41983: add availability info to socket docs (GH-27519) (GH-29136)
6b75ad5fd4 : bpo-45557: Fix underscore_numbers in pprint.pprint(). (GH-29129)
98f157de12 : bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29131)
828722aca4 : [3.10] bpo-44174: [Enum] add reference to name mangling (GH-29117)
1cdac61065 : bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051) (GH-29122)
00ddc1fbd7 : bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29119)
2a9ab75af3 : bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114)
64e83c711e : bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29111)
b2a989995e : bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) (GH-29104)
696a89fef8 : bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
65de808811 : bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29095)
d6afe3be01 : Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
5537b9f105 : bpo-45536: Check OpenSSL APIs in configure (GH-29088)
0d0312e1ac : Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)
b8dbb3a7f9 : bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29080)
c15ba304f3 : bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-29034) (GH-29072)
5c9cab595e : [3.10] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (GH-29070)
325b2c2234 : [3.10] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29069)
092ec4b9d1 : bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047) (GH-29067)
8cef526a87 : bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29065)
97ce855ca8 : bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile. (GH-29016)
455f6f2f8f : Remove sqlite-devel from Linux Dockerfile
7b050ff766 : Generate an XML repo manifest to list git revisions
b1949e0b58 : [3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (GH-29031) (GH-29037)
7082abf53d : Improve multiserver queue recipe (GH-29012) (GH-29013)
65c1db794e : bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
a294703073 : [3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000) (GH-29001)
5df35faf36 : bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
855d6247ad : [3.10]bpo-45463: Clarify that global statements allows multiple names (GH-28851) (GH-28989)
8cddc994fe : Build Python Windows dependencies
2b6eb81496 : bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)
4641afef66 : [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952)
0bff4ccbfd : [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28943)
70b150a366 : [3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948) (GH-28951)
f40b230df9 : bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) (GH-28934)
fd2be6da2f : bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050) (GH-28931)
f8473f6f76 : [3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (GH-28930)
151234f5da : bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927)
5abb2dec2c : [docs] lexical_analysis: Expand the text on ``_`` (GH-28903) (GH-28933)
7e74d99c53 : bpo-45453: Fix test_embed.StdPrinterTests (GH-28916) (GH-28917)
47673c47db : bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
edae3e2ac7 : [3.10] bpo-45405: Prevent ``internal configure error`` when running ``configure`` with recent versions of non-Apple clang. (GH-28845) (GH-28911)
854db7e821 : Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
035ad8cf98 : Slight correct grammar (GH-28860)
32866dd471 : bpo-45441: Update some moved URLs in documentation (GH-28861)
47a50fe16f : bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28872)
3d7009e88e : bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28874)
bb4f885892 : bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
56825b697e : Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
5aca34f17c : bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822) (#28867)
3a58d60620 : Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() (GH-28862)
aff69c34b0 : Fix the "Finding all Adverbs" example (GH-21420) (#28839)
164dddf5f8 : bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
3c27013077 : Fix class pattern docs to refer to class patterns (GH-28849)
14a483aa40 : [3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844)
459a4db5ea : bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)
e086bfee03 : Fix dataclassses spelling (GH-28837) (GH-28841)
c80f0b7aa1 : [3.10] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832) (GH-28834)
8772935765 : bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
6846d6712a : bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816)
4ce55a2353 : [3.10] bpo-45408: Don't override previous tokenizer errors in the second parser pass (GH-28812). (GH-28813)
eabca6e593 : bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663)
86bf45e69e : [3.10] Remove draft notice on the 3.10 What's new document (GH-28806) (GH-28807)
cfca4a6774 : [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
03bf55d8cf : [3.10] Fix typos in the Tools directory (GH-28769) (GH-28801)
ccd82a0800 : [3.10] Fix typos in the Python directory (GH-28767) (GH-28799)
212140dceb : [3.10] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28794)
dcfbe4f72d : [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797)
f6798391b5 : [3.10] Fix typos in the Include directory (GH-28745) (GH-28789)
d55bf81c4e : bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
ee92205bb2 : [3.10] Fix typo in whatsnew 3.10.rst (GH-26854) (GH-28782)
5afc5bb45d : [3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)
35d4857375 : bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28779)
ce121fd875 : [doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28772)
4c35a2aa80 : bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28771)
dcdeb96495 : bpo-34804: [doc] Rephrase section on side effects in functional.rst for clarity (GH-27989) (GH-28762)
d15f47d179 : [3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)
325e4647af : bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (GH-28746)
258c5fbbfd : sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28694)
eb59e2fc11 : [doc] Fix gethostbyname_ex description (GH-28700) (GH-28742)
d0d29655ff : bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) (GH-28738)
d0d0909a3a : bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)
3733dddeca : [3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733)
872b1e537e : [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-28730)
1e328afb04 : Post 3.10.0
b494f5935c : Python 3.10.0
1670d590fa : [3.10] bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720). (GH-28721)
b5499784ec : [3.10] bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711). (GH-28718)
bc4c705869 : bpo-45310: Fix parrallel shared memory tests (GH-28661)
e4d36423d0 : hashlib: Fix old message about unicode objects. (GH-28653)
63c4d42e6e : bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-28616)
18bf0c10ec : bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687)
49fac92173 : bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (GH-28698)
edf190b97e : [3.10] Remove trailing spaces (GH-28709)
2c47b8080b : bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28707)
f146ca36f8 : bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28707)
93242d7a2a : [3.10] Remove trailing spaces (GH-28709)
5ba61f488d : Fix spelling error in comment (GH-28696) (GH-28699)
72089f33c0 : bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (GH-28698)
22cf6a2f23 : bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)
e040adc806 : bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687)
2221207f44 : bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457)
6df8c32753 : bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)
282992b36f : bpo-45332: Fix broken Decimal test and benchmark (GH-28680)
fc3511f18e : bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
b994feeca7 : hashlib: Fix old message about unicode objects. (GH-28653)
4e6681d0cf : bpo-45310: Fix parrallel shared memory tests (GH-28661)
ef7c7294e8 : bpo-45229: Make datetime tests discoverable (GH-28615)
7873884d47 : [3.10] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654) (GH-28657)
80285ecc8d : closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394) (GH-28636)
017a791ae4 : [typo] Fix threading.Barrier comment that used confusing punctuation (GH-28623) (GH-28625)
412ae8ab10 : [3.10] bpo-44394: Ensure libexpat is linked against libm (GH-28617) (GH-28621)
2be4c370c6 : Move predispatch logic from DISPATCH macro to juts before switch. Reduces size of each opocde in interpreter. (GH-28475)
02fdd73a19 : bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-28616)
1e2058214f : bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges (GH-28575)
dfccba4733 : bpo-45067 - Verify the version of ncurses for extended color support feature usage. (GH-28260)
01be51833d : bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251)
6ae97bbf4e : bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214)
b09a68ac87 : [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
b2a8a30b0d : [doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28433)
84d56ec4bc : bpo-42038: fix description of returned list of lines (GH-27529) (GH-28428)
0a94253b3b : [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (GH-28425)
c4e9ef1f1d : bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-28396) (GH-28418)
81c9aff19b : Fix typo and add a module prefix (GH-28401)
03f25cc9d8 : docs: correct references to __isub__ etc (GH-28297)
6fc66d6b9d : bpo-45089: Improve sqlite3 trace callback docs (GH-28238) (GH-28371)
b1873d1e24 : bpo-9811: [doc] strftime handling of unsupported format specifiers is platform dependent (GH-28264) (GH-28277)
490a7427dc : bpo-44964: Correct the note about the f_lasti field (GH-28208) (GH-28276)
9d8a64a7cc : bpo-45024 and bpo-23864: Document how interface testing works with the collections ABCs (GH-28218) (GH-28266)
7a2dbe8e41 : Fix small mistake in fileinput documentation (GH-28241)
43f9ca2a97 : [3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440)
aac54ef2b3 : bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor classes (GH-28439)
0a74d33e14 : Docs: Clarify the before_and_after() example (GH-28458) (#28464)
2e4d66d2e7 : [3.10] bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494) (GH-28502)
e1eb03d15f : bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505)
5df113e670 : Fix legacy logging module URL (GH-28528)
78184fa6b0 : bpo-43760: Document PyThreadState.use_tracing removal (GH-28527) (GH-28529)
db3ac48999 : bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)
53017caa5c : [docs] Update documentation for `multiprocessing.get_start_method` (GH-18170) (GH-28533)
7d652c1b7a : bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543)
cdfbe581ba : bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28536)
0b568530ec : bpo-45277: Fix typo in codecs doc (GH-28555)
03536d31c2 : [doc] fix minor typo for argparse (GH-28451)
a8c3e0bfbe : [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)
2ca4ab8031 : [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594)
d6b69f21d8 : [3.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766) (GH-28613)
1cb17be3e6 : bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) (GH-28609)
ec4e2ec241 : [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594)
8f9d398b46 : [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)
6d60449456 : [doc] fix minor typo for argparse (GH-28451)
fd52afd192 : bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595)
acd46feff3 : bpo-45296: Fix exit/quit message on Windows (GH-28577) (GH-28600)
38c67738c6 : bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)
c7fdd6879b : bpo-45249: Ensure the traceback module prints correctly syntax errors with ranges (GH-28575)
3397e3192c : bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576)
9e209d48ca : bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576)
fae2694bea : bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) (GH-28580)
d452b2963b : bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559) (GH-28571)
0eb57c3be4 : [3.10] bpo-43914: What's New 3.10: add new SyntaxError attributes (GH-28558) (GH-28562)
c523022ba8 : [3.10] bpo-43914: What's New 3.10: add new SyntaxError attributes (GH-28558) (GH-28562)
d312b8516e : bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28560)
371ca3b54d : bpo-45277: Fix typo in codecs doc (GH-28555)
402d5f3d77 : bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543)
87f97fe5e6 : bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28536)
809d298f60 : [docs] Update documentation for `multiprocessing.get_start_method` (GH-18170) (GH-28533)
55576893b3 : bpo-43760: Document PyThreadState.use_tracing removal (GH-28527) (GH-28529)
2df68270d9 : Fix legacy logging module URL (GH-28528)
1493e1a40d : bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)
e0b61b2864 : bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421) (GH-28508)
44396aaba9 : [3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH-28521)
8c1e1da565 : [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
c800e39094 : [tests] Add missing assert against expected tracebacks in test_exceptions.py (GH-28484) (GH-28510)
41d48bc038 : bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421) (GH-28508)
e6b6c1d23b : bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505)
0d41bf1570 : [3.10] bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494) (GH-28502)
09e5016f8b : bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28377)
d0d83a9431 : [3.10] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28480)
74c6acc76f : bpo-45229: Make pickle tests discoverable (GH-28467) (GH-28478)
ee41d01326 : bpo-45055: Add retry when downloading externals on Windows (GH-28399)
3d16fc90ce : bpo-40413: test_embed tests calling Py_RunMain() multiple times (GH-28466)
697b6650ed : Docs: Clarify the before_and_after() example (GH-28458) (#28464)
76611038bc : bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)
f025ea2321 : bpo-30637: Improve the docs of ast.parse regarding differences with compile() (GH-28459)
0e96086805 : bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)
f17c979d90 : bpo-30637: Improve the docs of ast.parse regarding differences with compile() (GH-28459)
bedce3538c : [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455)
db762a9b21 : bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28232)
39c4fe5e2b : bpo-44640: Improve punctuation consistency in isinstance/issubclass error messages (GH-27144) (GH-28436)
9c23a1ebad : bpo-44640: Improve punctuation consistency in isinstance/issubclass error messages (GH-27144) (GH-28436)
d08e4a8c55 : bpo-45193: News for IDLE PR_28343 (GH-28348)
7f2d049cce : bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)
753f7af22e : bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)
7ab114bf1f : bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor classes (GH-28439)
6e4101add5 : bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420) (GH-28442)
5683902e06 : [3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440)
e1bdecb6dc : [3.10] bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_spec() when the zip file is missing and the internal cache has been reset (GH-28435) (#28438)
397dad4001 : [doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28433)
8a5f14e5ba : Fix missing space with help for `-m compileall -o` (GH-27591) (GH-28430)
bba2332303 : bpo-42038: fix description of returned list of lines (GH-27529) (GH-28428)
c4be7ca087 : [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (GH-28425)
21711d5341 : bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422)
a10726d314 : bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-28396) (GH-28418)
5a5684a14b : bpo-45187: Collect test_socket tests using unittest (GH-28317)
ce59ac9362 : [3.10] bpo-45212: Fix dangling threads in skipped tests in test_socket (GH-28361) (GH-28409)
62c74f34e7 : bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)
ed28b92e92 : Fix typo and add a module prefix (GH-28401)
f798cef8aa : bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when building (GH-28393) (GH-28394)
e2856859f6 : docs: correct references to __isub__ etc (GH-28297)
de4c9c0bdc : bpo-45167: Fix deepcopying of GenericAlias (GH-28324) (GH-28367)
17000b5a80 : bpo-45205: Make test_compileall quiet (GH-28356) (GH-28370)
bbaf5c27e6 : bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355) (GH-28365)
87f0ac8c1d : bpo-45089: Improve sqlite3 trace callback docs (GH-28238) (GH-28371)
0e4f913da8 : bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354) (GH-28363)
a5bc0ffc52 : bpo-45193: News for IDLE PR_28343 (GH-28348)
2563dd2d0a : [3.10] bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309) (GH-28280)
89966f59c2 : bpo-44786: Fix a warning in RE in c-analyzer (GH-28351) (GH-28353)
ececa53b7f : bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28333)
0c64569ac7 : bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)
8a9396cf1d : bpo-45020: Don't test IDLE with frozen module. (GH-28344)
7128864885 : bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.10 What's new (GH-28339) (GH-28340)
dda5ff2d09 : bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.10 What's new (GH-28339) (GH-28340)
be200c3c6e : bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)
73af5ba831 : Fix minor typo in 3.10.rst (GH-28253) (GH-28259)
fd74d2680e : bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300) (GH-28326)
a390bb6d66 : bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312) (GH-28321)
06c26f4d29 : bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH-28286) (GH-28289)
2f1d9bca14 : bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305)
aa6dd54d43 : [3.10] bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231). (GH-28298)
03c7b35840 : IDLE: adjust Python version in doc url for 3.10+ (GH-28228)
897e5aae74 : bpo-9811: [doc] strftime handling of unsupported format specifiers is platform dependent (GH-28264) (GH-28277)
b045174a6d : bpo-44964: Correct the note about the f_lasti field (GH-28208) (GH-28276)
60ddf499e1 : bpo-44219: Mention GH-28250 is a deadlock bugfix (GH-28261) (GH-28274)
8fc5300583 : [3.10] Fix typos in pep384_macrocheck.py (GH-28220) (GH-28272)
89edd18779 : bpo-45024 and bpo-23864: Document how interface testing works with the collections ABCs (GH-28218) (GH-28266)
b86437bb15 : bpo-45067 - Verify the version of ncurses for extended color support feature usage. (GH-28260)
20f6d485ec : Fix minor typo in 3.10.rst (GH-28253) (GH-28259)
23c46778d6 : bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255)
11103eb1f2 : bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251)
c081866971 : Fix small mistake in fileinput documentation (GH-28241)
3c30805b58 : [3.10] bpo-20499: Rounding error in statistics.pvariance (GH-28230) (GH-28248)
6b996d61c9 : [3.10] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28134)
d41abe8970 : [3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) (GH-28125)
7538fe34d7 : bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214)
462c1f0403 : [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027)
c081649e6d : bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28232)
2fe15dbaad : bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)
a272ffef33 : Remove documentation for non-existing socket class attributes (GH-28029)
31be544721 : bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to start process (GH-28018)
be33e58699 : Add more itertool recipes (GH-28165)
ef70413777 : bpo-45104: Clarify when __init__ is called (GH-28210)
8afab2ebbc : Post 3.10.0rc2
839d789394 : Python 3.10.0rc2
53257cf19f : bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199)
fc840736e5 : bpo-44964: Add a note explaining the new semantics of f_last_i in frame objects (GH-28200)
608a629236 : bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-28197)
adc80a58f9 : bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955)
af8c781737 : Update idlelib/help.html to include idle.rst spelling fix (GH-28191)
e5f259e575 : Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27997)
6b5aea2dc1 : bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
d5feb2b1f1 : More useful OrderedDict LRU recipes (GH-28164)
8bb4912d94 : Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) (GH-28155)
8342c526e9 : bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166)
656b0bdfaa : bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)
e5976dd2e6 : bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060)
ed9f927527 : bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
2ad114ddff : [3.10] bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154) (GH-28159)
9438443a5f : Add What's New for dataclass keyword-only parameters. (GH-28158) (GH-28163)
b1617d788c : [3.10] Regenerate autoconf files with version 2.69 (GH-28151)
e2b2930413 : [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092)
2a8956c268 : bpo-42255: Update webbrowser doc for macOS (GH-28144)
79e9f5a584 : bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121)
7aa58f5425 : [doc] Reword sentinel object summary in dataclasses (GH-27792)
2184bc7fe1 : [3.10] [doc] Link to deprecation policy PEP from the DeprecationWarning documentation (GH-28123) (#28126)
559af74346 : bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122)
3d56272e4e : bpo-45057: Simplify RegressionTestResult (GH-28081) (GH-28101)
ee8a09a2d2 : Uninstall homebrew packages that affect the Python build
0f274cb2d7 : bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
ebbd0ac5d8 : bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_CONST,...) (GH-28015)
337c8adf31 : bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)
8711b3d0ac : bpo-44135: [docs] Fix inline markup (GH-28095)
c4c57e5c0e : bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090)
ab8fed88fc : bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193)
1d0c559614 : bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004)
c26ce1ef00 : Remove patch: now Kokoro has macOS 11.2.3 and Xcode 12.5.1
d65fad04fa : bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)
243b8de0b1 : bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030)
fe997e1a67 : bpo-44449: faulthandler don't modify frame refcnt (GH-27850)
52bdda50d7 : [3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28039)
dc46f4c984 : bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
41c87c4176 : bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251)
66b8202c07 : bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)
9e6c317ab1 : bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
270678564c : bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)
532ebba6c8 : bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200)
a49398b643 : bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021)
779b9aef4f : bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) (GH-28016)
2a80893e5c : [3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27943)
81fa08c5ea : bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710)
cd986e9031 : bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
8aa64cc45b : bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921)
db36fdb1f4 : bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982)
baa8d48230 : bpo-44997: macOS does not support loadable SQLite extensions (GH-27979)
719af92e10 : bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
9a79242567 : bpo-45001: Make email date parsing more robust against malformed input (GH-27946)
9f814beadb : bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
32c1caa87f : bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957)
6ea6cf22e9 : [3.10] bpo-45000: Update whatsnews about deleting __debug__ (GH-27956) (GH-27958)
ea39933b4b : bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951) (GH-27963)
9d78bd5be5 : Compress externals using 7-zip instead of ps Compress-Archive
b34ca7e051 : [3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). (GH-27953)
06e9a35169 : bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841)
f330327f63 : Support building on Big Sur
0334d89877 : Linux Kokoro: link libffi.a and use centos:7
ec5a03168f : bpo-39452: Rewrite and expand __main__.rst (GH-26883)
0af681b652 : [3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708)
4673dc26f8 : Update susp-ignored.csv line numbers
af92b8a7bd : Add placeholder _sysconfigdata_* files
e479510302 : bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839)
f709360520 : [doc] Fix typo c-api/exceptions.rst (GH-27847)
6ff7fefc91 : bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
c6c120ddfa : [doc] Added mailing list link for comp.lang.python (GH-27852)
8351df6e36 : bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation online (GH-27836)
10955353ce : bpo-44980: fix test_constructor to return None value (GH-27898)
3390dfa8f3 : [doc] Fix typo in idle.rst (GH-27903)
27f2f62ad4 : bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27872)
57b321c377 : Move susp-ignored locations
0627918f0b : bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866)
8e90f15ac8 : [3.10] bpo-42560: rework external references in Tkinter docs (GH-27838) (GH-27893)
4d1e74f352 : bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840)
61ecd3e593 : bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835)
9ffe582a01 : bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (GH-27859) (GH-27860)
d63114caf9 : bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831)
519bcc698c : bpo-44940: Clarify the documentation of re.findall() (GH-27849)
95a9ba173e : bpo-44966: Fix out-of-date traceback message (GH-27867)
88a1920c7b : bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
5bd27c3be5 : bpo-44524: Do not set _name of _SpecialForm without need (GH-27861) (GH-27871)
838b0e975f : bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
6d47dc82d3 : Switch to repo-style checkout paths
f0e2a46349 : Fix reST markup in dataclasses.rst (GH-27843) (GH-27845)
1204dfc89c : bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
fc6ad0585e : bpo-44949: Fix test_readline auto history tests (GH-27813)
ad16f93942 : bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818)
846a10fc45 : bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814)
b9068f6ed0 : Upgrade python version to 3.9
d1c0e4413d : bpo-44852: Support filtering over warnings without a set message (GH-27793)
bbb10761b6 : bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)
f20f061cfa : introduce omitted index default before using it (GH-27775) (GH-27802)
826e059bb9 : [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)
3f81e9628f : bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27796)
f6bd1ca166 : bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)
bc98f98132 : [3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784)
6f6648e436 : bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
8516ca500e : bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765)
1960409a6d : bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761)
b6a6d99a0b : [3.10] bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664) (GH-27666)
25122b2cf9 : bpo-44907: Update error messages in tutorial examples (GH-27755)
16f73c8b5d : bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)
d4128485d6 : bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
6d134864d6 : Added test case based on recommended test cases from RFC 4648 (GH-27747)
45a97d91a4 : bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)
ebc5926234 : bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)
ef36dfe4de : [3.10] bpo-33930: Fix typo in the test name. (GH-27736)
c28c2e1cb0 : [3.10] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27743)
5d444434ad : bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)
2666d702e4 : bpo-33479: Add architecture and threading model sections to Tkinter module docs (GH-27717)
e8a43efcee : Add .DS_Store on ignore (GH-27711) (GH-27723)
d6d2d54997 : bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27719)
a6808c6378 : bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638)
4e0147ec50 : bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)
d86bbe3cff : bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626)
52d481f15c : make lib2to3 parse async generators everywhere (GH-6588)
2e1fef541c : bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)
e9ec71ad2c : bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690)
d657da8155 : bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
a3185da26f : bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
8ece98a7e4 : bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
c79aa427c0 : bpo-44522: Fix inaccurate information in open() function (GH-27650)
0f02993b2c : Remove unused variable. (GH-27677) (#27680)
d5c8ad2471 : bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470)
762ef85f44 : bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656) (#27673)
7d6a0fe5b8 : Upgrade bundled pip and setuptools (GH-27625)
ac8f72cd3f : bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)
699ee016af : bpo-41576: document BaseException in favor of bare except (GH-21917)
2fd1f21db4 : bpo-27752: improve documentation of csv.Dialect (GH-26795)
66dd1a0e64 : bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27640)
1e9c9ca570 : bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635)
2b1e713f87 : bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588)
a5d9963276 : bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783)
36a2497093 : bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specialforms (GH-27614)
2ae2235c7a : bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
a11158ecef : bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
8dab195f38 : Use a $ORIGIN/../lib rpath in extension modules
0a642d5773 : bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)
b1bd16c252 : [3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615). (GH-27616)
536e35ae6a : bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
c2593b4d06 : bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
98f6a72ff6 : [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899)
cdcae41377 : Fix typo in 'xml.dom.minidom' documentation (GH-27602)
770be3a9e1 : Fix 404 link to the pyporting mailing list (GH-27320)
f4b3217874 : Note that tp_clear and m_clear are not always called (GH-27581)
40a863185e : Fix hyperlink conflict in turtle docs (GH-27592)
952aa31c89 : bpo-41886: Fix documented type of PyType_Type (GH-22454)
4b46db68d0 : Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) (GH-27582)
bc2841c7a9 : bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)
84494db419 : bpo-41737: expand doc for NotADirectoryError (GH-27471)
8ce7f2f4ef : bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572)
2b8d4eaec9 : Post 3.10.0rc1
cc115e5bf6 : Python 3.10.0rc1
567176249e : bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565)
c6e7c9860d : bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
14cb669357 : bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563)
aa7266854a : bpo-44785: Silence deprecation warnings in test_pickle (GH-27538)
2cc19a5463 : bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
9de590151d : Document PyMember_GetOne and PyMember_SetOne (GH-27555)
7c89bddd2f : doc: "Mac OS " -> "macOS" (GH-27534)
a1eaa74d9d : bpo-44808: Fix test_inspect in refleak mode (GH-27544)
5888107f33 : doc: "Mac OS X" -> "macOS" (GH-27535)
1bc83eb5c8 : bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540)
33a4010198 : bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500)
c8db292012 : bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515)
b192fb3f6a : Remove beta release note from macOS installer displays (GH-27531)
21d5897982 : bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510)
35035bc35a : bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521)
76903ff9ce : bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507)
12073fc6fd : Trivial typo in docstring (#27504)
f468ede4a2 : bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) (GH-27495)
440c9f772a : bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (GH-27494)
6f950023c6 : bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492)
843b3d2820 : bpo-41911: Update docs for various expressions (GH-27470) (GH-27490)
0db6c143ae : bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27488)
6e6dc25173 : bpo-44753: Don't use logfile extension when determining old files to be deleted (GH-27475) (GH-27487)
c2e0b131c7 : [3.10] Fail the CI if an optional module fails to compile (GH-27466). (GH-27481)
f7f1c26423 : Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
6ca35f2891 : Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459) (GH-27479)
56122b0bba : bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477)
0cb470e622 : [3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431). (GH-27472)
472997659b : bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461)
0b984d1ccc : bpo-44479: Do not regenerate files during a PGO build as it will invalidate the profile. (GH-27462)
9d7511c7e0 : Add missing gdbm dependencies to the UNIX CI (GH-27467)
1256279047 : Fix typo in ast.rst (GH-27449) (GH-27454)
a438b37d9f : To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240) (GH-27452)
86545bd94c : bpo-44765: [doc] fix typo (GH-27430) (GH-27450)
f8e13e35d1 : bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH-27447)
ebba286709 : bpo-32280: Store _PyRuntime in a named section (GH-4802) (#27448)
d20f1095a6 : bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (GH-27444)
761c641f19 : bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH-27442)
6b922dae6c : bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)
b5bdc0c407 : bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724) (GH-27439)
405f5c5491 : [3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432) (GH-27435)
bccb7b9509 : bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (GH-19501)
369d1480b7 : bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27426)
97af790495 : bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424)
8789add991 : bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (GH-27421)
a90a57ed53 : Fix typo in sqlite3.rst (GH-27415) (GH-27417)
c75b59418e : Add missing end of sentence in docs (GH-27280) (GH-27419)
5eabf246b6 : Change type check to isinstance in pipes (GH-27291) (GH-27416)
0993837766 : Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27412)
f113195ac8 : bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410)
c558e12695 : bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-27202)
684eb5cb80 : [3.10] bpo-44461: Check early that a pdb target is valid for execution. (GH-27227) (GH-27399)
5502ee052f : bpo-44600: Refactor new tracing tests (GH-27396) (GH-27404)
68e3dca068 : bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392)
b977f8510e : [3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-27389). (GH-27391)
be2415487a : bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (#27386)
1557cff025 : [doc] Fix typo in asyncio Event Loop (GH-27377)
b631d8d932 : Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
6fc1efa454 : bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380)
0ea5e0d792 : bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) (GH-27379)
3dc88ff845 : docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27374)
5151826ee4 : The current documentation says it returns None if the name is not found, but (GH-26785) (GH-27371)
563e05743c : bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH-27369)
4a5457d5d4 : bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-27368)
256d97c8a3 : bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (#27366)
8a37e8cf45 : bpo-44732: Rename types.Union to types.UnionType (GH-27342)
16a174f7ba : bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27361)
642d873d67 : bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH-27357)
01601aa736 : [3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346) (GH-27356)
628baf6fef : [3.10] bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27348) (GH-27352)
59058a65a2 : [3.10] bpo-43184: Add information about added attribute and method. (GH-27347) (GH-27355)
0aea99e444 : bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340)
ca5a4cf826 : bpo-44731: Simplify the union type implementation (GH-27318) (GH-27334)
9356d1e47d : [3.10] bpo-44676: Add ability to serialize types.Union (GH-27244) (GH-27333)
e8c01749c0 : bpo-44353: Improve tests covering typing.NewType pickling (GH-27302) (GH-27328)
05f5d8e48c : [3.10] bpo-44353: Expand NewType tests for complex __qualname__ (GH-27311) (GH-27326)
45caee2715 : bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297) (GH-27298)
659030c7d5 : bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) (GH-27324)
d15949a845 : bpo-44353: Document that typing.NewType is now a class (GH-27319) (GH-27321)
52f6a98bba : Support compiling python3 against musl
5ec275758d : bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write (GH-27271) (GH-27308)
632e8a6959 : bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) (GH-27306)
c589992e09 : bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27303)
21db59fc75 : bpo-44653: Support typing types in parameter substitution in the union type. (GH-27247) (#27296)
9608719e12 : bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) (GH-27290)
d0c6175303 : bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., shell=True) (GH-26755) (GH-27288)
0fb4b75f7a : Fix typo in collections.rst (GH-27270) (#27285)
4194f1465f : bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281) (GH-27282)
d17449f31d : bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (GH-27274)
68b4690b01 : bpo-44566: resolve differences between asynccontextmanager and contextmanager (GH-27024) (#27266)
574da4633b : [3.10] bpo-43219: skip Solaris in the test as well (GH-27257) (GH-27268)
416f418a11 : Update macOS build-installer script comments for 3.10 and remove unused pre-10.5 vestiges. (GH-27253)
9ae5ba7dbf : bpo-44353: Add test to cover __or__ of two NewType (GH-27259) (#27261)
c2f33dfc83 : bpo-44353: Refactor typing.NewType into callable class (GH-27250) (#27258)
c895f2bc4f : bpo-44524: Add missed __name__ and __qualname__ to typing module objects (GH-27237) (#27246)
8c43bf1a92 : bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (GH-27242)
2d0492091e : Clean up comma usage in Doc/library/functions.rst (GH-27083) (#27243)
a272164959 : bpo-44490: Improve typing module compatibility with types.Union (GH-27048) (#27222)
37bdd2221c : bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216) (GH-27235)
bce2847169 : [3.10] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) (GH-27234)
af9a352b60 : Correct the order of check-abidump (GH-27229)
a6670cdf77 : [3.10] bpo-44654: Do not export the union type related symbols (GH-27223). (GH-27225)
85b58292cf : bpo-44633: Fix parameter substitution of the union type with wrong types. (GH-27218) (GH-27224)
03aad3049d : [3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196) (GH-27219)
2d055ce132 : [3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980) (GH-27207)
e22e8641dd : Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (GH-27210) (#27212)
480f29f913 : bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (#27204)
efda9054b9 : bpo-44655: Include the name of the type in unset __slots__ attribute errors (GH-27199) (GH-27201)
a0b1d401db : bpo-44655: Don't include suggestions for attributes that are the same as the missing one (GH-27197) (GH-27198)
42a5514cca : Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)" (GH-27194) (#27195)
93d36a5bce : bpo-44647: Add a permanent Unicode-valued env var to regrtest (GH-27187) (#27191)
80844d1ebc : [3.10] bpo-44652: Preserve natural order of args in the union type. (GH-27185) (GH-27190)
948e39a866 : bpo-40897:Give priority to using the current class constructor in `inspect.signature` (GH-27177) (#27189)
c3007ab3c6 : [3.10] bpo-44636: Collapse union of equal types (GH-27178) (GH-27181)
37686f78cc : bpo-44626: Merge basic blocks earlier to enable better handling of exit blocks without line numbers (GH-27138) (GH-27182)
0e349ea554 : [3.10] bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167) (GH-27183)
705988056e : bpo-44646: Fix the hash of the union type. (GH-27179) (#27180)
6aa59c68dc : bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27165) (GH-27174)
356bdff1e9 : bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ on Windows (GH-27161) (#27169)
47695e3c88 : bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27160) (GH-27163)
2ce8af3cbc : bpo-42073: allow classmethod to wrap other classmethod-like descriptors (GH-27115) (GH-27162)
3026d1381e : Fix osx_framework_user include to match distutils (GH-27093) (GH-27159)
cc1a47c849 : bpo-44632: Fix support of TypeVar in the union type (GH-27139) (GH-27143)
6dec525582 : [3.10] bpo-44635: Convert None to NoneType in the union type constructor (GH-27136). (GH-27142)
016af14d93 : [3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131) (GH-27157)
ff7af2203c : bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
02e4c0cad3 : [3.10] Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript (GH-27147) (GH-27151)
3048b8bd2a : bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) (GH-27148)
03c85d49ed : [3.10] Add release highlights for the 3.10 what's new document (GH-27150) (GH-27152)
794ff7d505 : bpo-44616: Mark all clean up instructions at end of named exception block as artificial (GH-27109) (GH-27135)
7e1d6308a3 : bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
b42eee78e7 : bpo-44606: Fix __instancecheck__ and __subclasscheck__ for the union type. (GH-27120)
bb260c2a21 : [3.10] bpo-44630: Fix assertion errors in csv module (GH-27127) (GH-27129)
425756abdc : bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent erroneous STDIN consumption (GH-27092) (GH-27124)
9b369c952c : bpo-43126: Expand docs on io.IOBase.readlines() method (GH-27061) (GH-27113)
1cc6769e41 : bpo-38741: Definition of multiple ']' in header configparser (GH-17129) (#27110)
f514addfbc : bpo-44514: Add doctest testcleanup for configparser and bz2 (GH-26909) (GH-27112)
4a0f1df952 : bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (GH-26830)
7223ce3b3f : bpo-44613: Make importlib.metadata non-provisional (GH-27101) (#27106)
92abe4c44f : [Enum] add news entry for enum module reversion (GH-27099)
721d4796be : bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23026) (#27097)
443db64f49 : bpo-26329: update os.path.normpath documentation (GH-20138) (GH-27094)
42da46ed52 : bpo-29753: revert 0d7ad9f (GH-19850) (GH-27085)
1577259cc5 : bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADirectoryError (GH-27049)
bff66d0c3f : Post 3.10.0b4
2ba4b20854 : Python 3.10.0b4
2a722d4fab : bpo-44317: Improve tokenizer errors with more informative locations (GH-26555) (GH-27079)
2f7636887e : [3.10] bpo-43897: ast validation for pattern matching nodes (GH-27074)
662ace1093 : Doc: Fix wrong exception used in example. (GH-26572)
9f2c63b258 : bpo-44570: Fix line tracing for forward jumps to duplicated tails (GH-27067)
61eb9b5dfd : [3.10] bpo-44446: support lineno being None in traceback.FrameSummary (GH-26781) (GH-27072)
08697ac5d1 : bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH-27059)
a219d6bc8f : docs: add the word 'official' (GH-26849)
f2491c6479 : bpo-44479: Simplified LICENSE.txt regeneration in Windows build (GH-27056)
9f431dd0a5 : bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)
645e527298 : bpo-44563: Fix error handling in tee.fromiterable() (GH-27020) (GH-27041)
846cc4d280 : bpo-43453: Update and re-add example to typing runtime_checkable (GH-27013)
f3289a5050 : bpo-44479: Regenerate test_frozenmain.h and frozen_hello.h during build on Windows (GH-26984)
d17cc1ff9f : bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias (GH-27021)
1f8486fd50 : bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
22bcc0768e : bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-26143)
68330b681a : bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016)
9bf7c2d638 : [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010)
000b9e803a : bpo-44553: Correct failure in tp_new for the union object (GH-27008) (GH-27009)
bea618d780 : Fix a small typo in the docs (GH-26991) (GH-27003)
33022f9e86 : [3.10] bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27006)
0856134542 : bpo-44553 : Implement GC methods for types.Union (GH-26993)
7a2d2ed133 : [3.10] bpo-30256: [doc] Fix formatting error in news (GH-26994) (GH-26998)
42c26282a1 : bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-26967) (GH-26990)
3ec3e0f83c : bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (#26987)
956f1fc894 : bpo-43425: Update setup.py not to use distutils.log (GH-26969)
94a4136c8e : bpo-43425: Update _osx_support not to use distutils.log (GH-26968)
6843a3b930 : bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)
a5764d3d96 : bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26970)
2df13e1211 : bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950)
08aa26e435 : bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (GH-26935) (GH-26956)
d9fc4c3deb : bpo-42588: Update the docs for the TopologicalSorter.static_order() method (GH-26834)
a6acd1ab08 : [doc] Fix typo in what's new in 3.10 (GH-26911) (GH-26940)
dc10264eb8 : bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) (GH-26898)
f4b31cdbc0 : bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (GH-26807) (GH-26929)
aeb63392e7 : bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH-26927)
c95cdf2dae : Clarify the order of a stacked `abstractmethod` (GH-26892)
e1f3bd2bb5 : bpo-44404: tkinter `after` support callable classes (GH-26812)
3df23b5199 : [3.10] bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with invalid `.__module__`. (GH-26862) (GH-26920)
6cd369c48f : [3.10] Update vendored pip to 21.1.3 (GH-26912) (gh-26917)
88970125e7 : bpo-43977: Properly update the tp_flags of existing subclasses when their parents are registered (GH-26864)
8bec9fb92f : bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905) (GH-26907)
a80a38ee9a : [3.10] bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (GH-26882) (GH-26904)
11f1a30cdb : bpo-44456: Improve the syntax error when mixing keyword and positional patterns (GH-26793)
b3fac2926b : bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)
733587011d : bpo-43916: Use test.support.check_disallow_instantiation() in test_tcl (GH-26412) (GH-26888)
0b6b286518 : bpo-44297: Add a regression test for line numbers in with statements (GH-26891)
0a3452e7cf : [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885)
ece3841d3d : bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877)
88a3342314 : bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
38e021ab90 : bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations (GH-26843) (GH-26872)
280425d417 : bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
7e6cad7e30 : bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848) (GH-26852)
e6ea428b83 : [doc] Improve punctuation atexit doc (GH-25629) (GH-26856)
01858fbe31 : bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctly (GH-26764) (GH-26845)
cf739332bd : bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808) (GH-26844)
c032a12cbb : bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
1e16217204 : bpo-13814: Explain why generators are not context managers (GH-26835)
20a1495b8a : bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
6614eac843 : bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26824)
9b0bbb9143 : bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826)
7674c83d81 : bpo-44297: Fix missing line number in generator expressions (GH-26821)
553e10498a : bpo-44469: Fix tests for "async with" with bad object (GH-26817)
ccc95c7b47 : [3.10] bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567) (GH-26816)
28fe0159f5 : bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
5fbccb763c : bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800) (GH-26802)
8673b77e25 : bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568) (GH-26580)
f87d2038fa : bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26498)
26c89e7c7a : Fix typos and grammatical changes in the 3.10 what's new document (GH-26319) (GH-26814)
344487b956 : Add a note about NameError/AttributeError suggestions with custom error functions (GH-26794) (GH-26796)
139c5778c2 : bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (GH-26804)
c6cd2ecdb6 : [3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799)
3cb70ab2fb : Remove dubious suggestion (GH-26789) (#26797)
1b4addf3cb : [3.10] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
a8c418d5ed : [3.10] bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632) (GH-26792)
bf55a799e0 : bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_points_by_index (GH-26784)
bba726710b : [3.10] Reorganize the pattern matching suite (GH-26661) (GH-26787)
77eaf14d27 : bpo-44310: Add a FAQ entry for caching method calls (GH-26731) (GH-26777)
eb0a6801be : bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-24331) (GH-26773)
4f71b0199b : Post 3.10.0b3
865714a117 : Python 3.10.0b3
7297d74251 : bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) (GH-26766)
08f2b9dede : bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
c689e0a7e2 : bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744) (GH-26760)
84ce737f73 : bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
7fd40101b7 : bpo-43795: Don't list private names in the limited API (GH-26740)
41c2a4a727 : [3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)
0f99324f61 : bpo-44342: [Enum] fix data type search (GH-26667)
8d0b2ca493 : [3.10] bpo-43475: Add what's new entry for NaN hash changes (GH-26725) (GH-26743)
f6cf38c8e2 : Fix a typo in _make_class_unpicklable() docstring (GH-26729)
c3b776f83b : bpo-44422: Fix threading.enumerate() reentrant call (GH-26727)
e30fe27dab : bpo-42972: _thread.RLock implements the GH protocol (GH-26734)
2f2ea96c44 : bpo-44351: Restore back parse_makefile in distutils.sysconfig (GH-26637) (GH-26673)
133cddf76e : bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712)
fc310cb862 : bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
809c3faa03 : bpo-44310: Note that lru_cache keep references to both arguments and results (GH-26715) (GH-26716)
2b57ad3f53 : bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693)
128899d8b8 : bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
4becc569a6 : [3.10] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700) (GH-26705)
f30f484e96 : bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)
929dd817b3 : [3.10] Fix a potential reference-counting bug in long_pow (GH-26690) (GH-26703)
d03f342a83 : bpo-44396: Update multi-line-start location when reallocating tokenizer buffers (GH-26676) (GH-26695)
c43317d41e : [3.10] Add more const modifiers. (GH-26691). (GH-26692)
b441e99d89 : bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
42612db107 : bpo-44381: Windows build now allows enabling control flow guard (GH-26645)
9c0180ae77 : bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26674)
0a186b1ec1 : bpo-44242: [Enum] improve error messages (GH-26669)
e6d28a1a6a : bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)
d7930fb720 : bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
b613132861 : bpo-44342: [Enum] changed pickling from by-value to by-name (GH-26658) (GH-26660)
3e137426de : bpo-44385: Remove unused grammar rules (GH-26655)
01286017c3 : bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26653)
e3bc32fc1a : bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26650)
540ebc4a88 : bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
749648609d : [3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586) (GH-26635)
0895e62c9b : bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
f807a4fad4 : bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords (GH-26630)
664ae29e6f : bpo-40468: Split IDLE settings General tab (GH-26621)
33a7a24288 : bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
c0496093e5 : bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors (GH-26611) (GH-26616)
eeefa7f6c0 : bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
2cfe0e7061 : bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
2a8d7122e0 : bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH-26608)
bd6f0d3ead : [3.10] bpo-11105: reduce the recursion limit for tests. (GH-26607)
75185561a9 : bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603)
933b5b6359 : bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589)
d80f4265db : fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)
8524e32d77 : Use absolute imports in IDLE tests (GH-26581)
2af690fdb2 : bpo-44322: Document more SyntaxError details. (GH-26562)
b5cedd0980 : bpo-44227: Update bisect docstrings (GH-26548) (GH-26563)
3b87137176 : bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
317e9ed436 : bpo-44304: Ensure the sqlite3 destructor callback is always called with the GIL held (GH-26551) (GH_26552)
ad2f3b74b5 : bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects (GH-26545)
4642caf232 : Update nonstandard variable names (GH-26540) (GH-26546)
5442cfa67b : Improve speed and accuracy for correlation() (GH-26135) (GH-26151)
0d441d2e70 : bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542) (GH-26544)
1065ba66b5 : bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492) (GH-26538)
067d6d4657 : bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
3f4d801bf9 : bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470) (GH-26531)
e53f72a1b4 : [3.10] bpo-44305: Improve syntax error for try blocks without except or finally (GH-26523) (GH-26524)
3283bf4519 : [3.10] bpo-44273: Improve syntax error message for assigning to "..." (GH-26477) (GH-26478)
976598d36b : bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
d2ab15f537 : bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502) (GH-26518)
cea0585b79 : [3.10] bpo-44298: Backport #26513 to 3.10 (#26516)
84d80f5f30 : [3.10] bpo-42972: Track sqlite3 statement objects (GH-26475) (GH-26515)
41317801a9 : Add bpo-42914 to What's New (GH-25124)
98e5a7975d : bpo-44022: Improve the regression test. (GH-26503)
9c89d62073 : bpo-44282: Fix occasional test_incremental_editing failures on buildbots (GH-26491) (GH-26499)
0e9af8cae3 : bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-26486)
e5e93e6145 : bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)
6563ea5c60 : [3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (GH-26480)
d0991e2db3 : bpo-44246: Remove note about access by index now that a compatibility shim is offered. (GH-26472) (#26473)
7207203e1d : [3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471)
d1480ad2f5 : bpo-44246: Entry points performance improvements. (GH-26467)
3f592c3665 : Post 3.10.0b2
317314165a : Python 3.10.0b2
7fe9cad606 : bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) (GH-26465)
f097d2302b : bpo-42972: Fully implement GC protocol for xxlimited (GH-26451) (GH-26460)
ff359d735f : bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452) (GH-26461)
d338ce0796 : bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) (GH-26453)
d8ce746e7c : bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) (#26446)
addd32986f : bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26448)
11049bece1 : bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442) (GH-26443)
1757ddd227 : Fix dataclass comment typo _eq__ -> __eq__ (GH-26433) (GH-26436)
a7aa105702 : bpo-44252: Correctly implement gc support for SSLError objects (GH-26439) (GH-26441)
7261b29fa9 : bpo-44249: Fix 3 README.rst typos (GH-26385)
0d39951632 : [3.10] bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381) (#26430)
1c0106ca8c : bpo-42972: Fully implement GC protocol for functools LRU cache (GH-26423)
eb8ab04dd7 : bpo-42972: Fully implement GC protocol for functools keywrapper and partial types (GH-26363) (GH-26424)
35be1f3602 : bpo-44256: Do not expose _functools._list_elem_type (GH-26416)
448abe8d8b : bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event() (GH-26404)
da9e0cb4de : bpo-42972: Fully implement GC protocol for re types (GH-26368) (GH-26414)
59f9594f90 : [3.10] bpo-44246: Update What's New for importlib.metadata. (GH-26408) (GH-26415)
d1c732912e : bpo-42972: Fully support GC protocol for _operator heap types (GH-26371) (GH-26413)
0574b0686d : bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26409)
da8097aaf5 : bpo-42972: Fully support GC for mmap heap types (GH-26373)
e73b3b1cd4 : bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372) (GH-26406)
ea47a8a71a : bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370) (GH-26399)
0bf0500baa : bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376)
5e6219b8fa : bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
09696a3e21 : [3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracies in news (GH-26096) (GH-26337)
4431922f92 : [3.10] bpo-42972: Fully support GC for hashlib heap types (GH-26374) (GH-26398)
5d569ef9dd : [3.10] bpo-44241: Incorporate changes from importlib_metadata 4.1. (GH-26382) (GH-26395)
4115996342 : bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391) (GH-26393)
150a8e8a3e : [3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) (GH-26390)
97b4576f65 : bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387) (#26389)
78a8428548 : bpo-38693: importlib.metadata f-strings (GH-26383)
1261941e02 : bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as context var (GH-21199) (GH-26379)
7b3b6982a5 : bpo-44232: Fix type_new() error reporting (GH-26359) (GH-26365)
2442b342bc : Point to recent link to PyFLTK (GH-26315) (GH-26366)
534da740a2 : bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114)
e8d9df0089 : bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104)
05f8ad0c74 : bpo-20408: Fix memoryview() signature in docs (GH-24431)
68b9c20a98 : bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) (GH-26353)
ddc503c8d2 : bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
a6825197e9 : bpo-44151: Various grammar, word order, and markup fixes (GH-26344) (GH-26345)
25a9cf197e : bpo-43109: Fix --with-lto configure option on macOS (GH-26341)
86779878df : bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338)
1c454eb2e4 : bpo-41282: Fix broken `make install` (GH-26329)
d309bcc9e3 : bpo-44195: Use 'TraversableResources' in the docs to match the implementation. (GH-26317)
04a4934a84 : Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323)
069bc4f5b4 : bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
e394573c3c : bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299)
1fb6b9e91d : bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH-26313)
413df57968 : bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26311)
37da1f09a2 : Remove duplicate words in docs. (GH-26167) (GH-26296)
50b0d148a6 : bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290)
856958d0e7 : Specify Python Cookbook edition for reference (GH-26301) (#26302)
ae1732d461 : bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
150bc1f4aa : bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
fdb65e399e : [3.10] bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284) (GH-26286)
1886b8496b : [doc] Fix indentation in inspect documentation (GH-24846) (GH-26287)
07dba474c5 : bpo-44180: Report generic syntax errors in the furthest position reached in the first parser pass (GH-26253) (GH-26281)
f14015adf5 : [3.10] bpo-43882 - Mention urllib.parse changes in Whats new section. (GH-26275)
ee51c56c02 : [3.10] bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute path. (GH-26184) (GH-26270)
36843f716d : bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266)
4389711ce9 : bpo-36160: Fix test_site so that it can run independently of other tests (GH-12131) (GH-26262)
548d8828b0 : Update link in SECURITY.md (GH-21320) (GH-26259)
9d16b1ae58 : [doc] Fix typo in asyncio-eventloop documentation (GH-22311) (GH-26256)
65dede60fa : bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as coroutine methods (GH-20870) (GH-26254)
46f96f00f7 : Fix compiler warning for misleading guarding in the tkinter (GH-26244) (GH-26251)
ec0699c044 : bpo-44168: Fix error message in the parser for keyword arguments for invalid expressions (GH-26210) (GH-26247)
e87fd41d02 : Fix compiler warning in the xml module (GH-26245) (GH-26249)
3357604db9 : bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
5f2afff1dd : bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411) (GH-26218)
e57bef1b73 : bpo-44106: Purge unused sqlite3 doc includes (GH-26234)
3185bc9d3f : bpo-44106: Improve sqlite3 example database contents (GH-26027)
1f483c0c1b : bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
4d17c93dfe : [3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (GH-26214)
373741a97c : [3.10] bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-26212)
a44bb6ddb1 : bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)
7a588621c2 : bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large files (GH-25058) (GH-26190)
60fa8b32db : bpo-44145: Release the GIL around HMAC_Update. (GH-26157)
e6755ba94b : Apply edits from Allen Downey's review of the linear_regression docs. (GH-26176) (GH-26185)
d49877e6e7 : [doc] Fix typo in os module (GH-24464)
d22fa22cca : fix docstring typo in bdb.py (GH-22323) (#26179)
52461cb1be : Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284) (#26181)
b913f47e87 : bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-26155) (GH-26178)
68b79f75c5 : [3.10] Fix typo in comment (GH-26162) (GH-26164)
9b59b6fff8 : [3.10] Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438) (GH-26171)
1afaaf5a2d : bpo-44143: Fix crash in the parser when raising tokenizer errors with an exception set (GH-26144) (GH-26148)
a38db84122 : bpo-32133: Improve numbers docs (GH-26124) (GH-26149)
67729a91a5 : bpo-44139: Use a more descriptive syntax error comprehension case in the What's New for 3.10 (GH-26145) (GH-26146)
71dca6ea73 : [3.10] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (GH-26138)
2e99869f64 : bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
dd4f7d96cb : bpo-43729: Clarify comment in tutorial example (GH-25191) (#26136)
623481c77b : Subprocess Protocols Documentation (GH-20950) (GH-26133)
23643799ac : [3.10] [doc] Fix typos in cgi.rst (GH-24766) (GH-26132)
8940916a02 : Update doc as relative import can be used with star import (GH-25667) (GH-26121)
5abc681019 : Reword paragraph on specific value for Py_LIMITED_API (GH-26101) (GH-26123)
f28bac428d : bpo-44108: sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032) (GH-26125)
464269778b : Updated code example for asyncio.gather (GH-20604) (GH-26119)
e7d25d3f3b : bpo-43977: Update pattern matching language reference docs (GH-25917) (GH-26117)
373937182e : bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
ea14a0749a : bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090) (#26099)
3222b25b2f : [3.10] bpo-43908: Add What's New entry for Py_TPFLAGS_IMMUTABLETYPE flag (GH-25816) (GH-26115)
2d780237d9 : bpo-28146: Fix a confusing error message in str.format() (GH-24213)
c4c3beb5ad : bpo-44114: Remove redundant cast. (GH-26098)
336dc523a4 : bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)
c55ff1b352 : bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH-26013) (#26091)
0acdf255a5 : [3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061)
2d972b8e7c : bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat() and chmod() in 3.10 whatsnew. (GH-26089)
7cbe6ca634 : bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures (GH-26062)
6275ea0282 : bpo-44030: Fix formatting error in exceptions docs (GH-25929) (GH-26086)
ba260acb22 : bpo-44116: Add GC support to _csv heap types (GH-26074) (GH-26081)
1ee58f2524 : bpo-40645: Fix ref leaks in _hashopenssl (GH-26079)
a2d94a0a9b : bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-26067)
bd5dfd6c8c : [3.10] bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034) (GH-26065)
3e44e9af9e : bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066)
48cb11bf5b : bpo-40640: doc -- add missing ... in example of Continue (GH-26055) (GH-26057)
7e59ef10e8 : Correct the changelog entry for the syntax error message for multiple exception types (GH-26038)
c90ed8e2e7 : bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (GH-25438) (#26050)
6098214b98 : Fix import of HTTPError (GH-22304) (GH-26047)
1e4ca09d82 : bpo-10548: expectedFailure does not apply to fixtures (GH-23201) (#26044)
6fc6f4366d : bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016) (GH-26040)
7bef7a180d : bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (GH-23192) (#26035)
90904011bd : Doc: http.server: directory is not a class attribute, but an argument. (GH-26017)
4cc836983e : bpo-44074: let patchcheck infer the base branch name (GH-25991)
f47305aa1f : bpo-43558: Add note about base class initialization to dataclasses doc (GH-25967) (GH-26018)
9a0e65c8e0 : bpo-43149: Correct the syntax error message for multiple exception types (GH-25996) GH-25997)
c3eb3c18f1 : Revert test for Tix deprecation warning (GH-26005)
70ff820046 : Fix a word in dataclasses docs. (GH-26003) (GH-26004)
03acfc50ac : bpo-32924: Fix the Show Source url in the documentation (GH-25994)
90d584a2ab : bpo-42725: mention the changes on what's new (GH-25974)
6e7fe19016 : [3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965) (GH-25983)
a2c72d52dd : Fix make libainstall. (GH-25980)
f46ef57c25 : Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25978)
5a5237c6d0 : bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912)
13de28f17a : bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972)
ec6a1ea1ee : bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186)
a8fa6b248f : Simple Enhancement. Add missing return statements in ftplib documentation. (GH-25968) (#25969)
569ca81adf : bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
ba5076f34b : Fix minor grammar problems in dataclasses documentation (GH-25948) (GH-25958)
fbefdaf92e : bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947) (GH-25950)
058f9b27d3 : bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 301s (GH-25705)
34fc6dd8fd : docs: clearly document that ":GH-X" string formatting results in "0X..." (GH-25941)
8e3cb61da9 : Eliminate duplicated calculations and unnecessary work for linear regression (GH-25922) (GH-25945)
f8778f96e8 : bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942)
8d4b18429d : Correct location for syntax error in try-except (GH-25939)
60ba0b6847 : bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (GH-25931)
24f1d1a8a2 : bpo-43882 Remove the newline, and tab early. From query and fragments. (GH-25936)
3b2a45ff95 : bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927)
8f3ef457ad : bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH-25920)
10d6f6bfd7 : bpo-35753: Fix crash in doctest with unwrap-able functions (GH-22981) (#25926)
ce4fee210b : bpo-44040: Update broken link in pathlib source (GH-25905) (GH-25910)
b19ec7f9df : Eliminate duplicated assignment in _randommodule.c (GH-25904) (GH-25909)
7b4725a210 : bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548)
5dffd79ee9 : Clarify rx parameter of compileall functions (GH-25857)
af14e1df37 : Fix inconsistent fsum vs sum and fmean vs mean (GH-25898) (GH-25899)
62a983d866 : Fix typo in ast.py (GH-25740)
377f3d43aa : fix enum.property reference in docs (GH-25875) (#25876)
4bb0a815ef : bpo-42686: Enable SQLite math functions in Windows build (GH-24053) (#25892)
8655521de8 : bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) (#25893)
31debfa524 : Fix error in Enum documentation example code that was referring to the wrong enum. (GH-25837) (#25891)
912ef3f248 : Add C-API tests (GH-25886) (#25887)
ae4f857499 : bpo-44025: Clarify when '_' is a keyword. (GH-25873)
aa0ce1615f : Copyedits to 3.10 What's New (GH-25787) (#25883)
e1bcc88a50 : bpo-38352: Add to typing.__all__ (GH-25821) (#25884)
2046fb35e4 : bpo-44001: improve Literal documentation (GH-25877) (#25882)
20380df6d8 : update docstring for `win_getpass` to reflect code changes (GH-24967)
2995bff426 : bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25872)
d194e1eb93 : fix enum and backslash warnings (GH-25861) (GH-25871)
b86ac4c352 : Add CI step to check changes in the exported ABI (GH-25868)
d1ff838d10 : bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising parser exceptions (GH-25866)
756b7b9248 : bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising parser exceptions (GH-25866)
4d58730a3a : Update CI files to build the 3.10 branch
1d320fe189 : Post 3.10.0b1
ba4217537c : Python 3.10.0b1
d3b9134ebb : Remove Enum warnings from test_httpservers (GH-25844)
80a2a4ed7d : bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
c715b52421 : bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-25850)
7719953b30 : bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
39494285e1 : bpo-43754: Fix compiler warning in Python/compile.c (GH-25855)
c2931d31f8 : bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
440c025726 : Doc: Fix random.uniform example comment. (GH-25784)
4ffd6fd2f1 : Increase test timeout (GH-25842)
ad106c68eb : bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
37ebdf0a86 : bpo-44011: Fix asyncio tests without ssl module (GH-25840)
99ad742ea9 : bpo-44015: dataclasses should allow KW_ONLY to be specified only once per class (GH-25841)
72720a2639 : dataclasses docs: add a missing word. (GH-25839)
a21b3d2fa2 : More clarification of kw_only args. (GH-25838)
c59baa02b0 : Update macOS installer welcome and readme for 3.10b1 (GH-25835)
c3bfa76221 : bpo-42362: use clang name on 10.9 builds as well (GH-25834)
4ae828f3c0 : Fix invalid markup (#25833)
e08059edef : bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough compilers (GH-23079)
8c598dbb94 : bpo-25478: Add total() method to collections.Counter (GH-25829)
d52bbde942 : bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785)
b43cc31a27 : bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
90d523910a : bpo-42362: Switch to clang/clang++ as the default compiler in build-installer.py (GH-23298)
821f0c8c39 : More work on documenting dataclass keyword-only fields. (GH-25828)
555cbbe7c1 : bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on macOS (GH-25413)
8703178258 : bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)
33ec88ac81 : bpo-43977: Make sure that tp_flags for pattern matching are inherited correctly. (GH-25813)
9387fac100 : bpo-43977: Document the new pattern matching type flags (GH-25734)
cbb7b9ed4a : bpo-43434: Clean up sqlite3.connect() after GH-25818 (GH-25823)
5fb06edbbb : bpo-44011: New asyncio ssl implementation (#17975)
c96cc089f6 : bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (GH-25818)
37e0c7850d : bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)
0ad1e0384c : bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
7d2b83e9f0 : bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805)
a5eabc9a39 : bpo-43997: Add versionadded directives for to match_args, kw_only, and slots in dataclasses.dataclasses documentation (GH-25803)
d8389e3e50 : bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817)
60ce8f0be6 : bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
73766b0341 : bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (#8721)
518f8b5dd5 : bpo-41100: Update Misc/ACKS (GH-25808)
0cb33da1cc : bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)
91554e4c5c : bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
fd0bc7e7f4 : bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781)
49b26fa517 : bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
318ca1764c : Minor tweaks to dataclasses keyword-only fields documentation. (GH-25801)
2f59a767bc : Improve the dataclasses kw_only documentation. (GH-25799)
29282b2825 : Fix broken name in build.yml (GH-25759)
779232413a : Fix exceptions mentioned in os.setxattr() docs (GH-25742)
1ae05fdf2d : Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-25793)
ddbef71a2c : bpo-43916: Rewrite new hashlib tests, fix typo (GH-25791)
55e5c680dd : bpo-43989: Add signal format specifier for unix_events (GH-25769)
a5669b3c62 : bpo-43998: Fix testing without ssl module (GH-25790)
9a42d5069a : bpo-43957: Add a missins space to the new format enum warning (#25770)
e983252b51 : bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
50c21ad353 : Fixing doc for callback for lambda (GG-25779)
823fbf4e0e : If using a frozen class with slots, add __getstate__ and __setstate__ to set the instance values. (GH-25786)
f82fd77717 : bpo-43989: Temporarily disable warnings in ssltests (GH-25780)
bf99b71516 : bpo-43993: Update vendored pip to 21.1.1 (GH-25761)
99f71aea5c : Noted my recent contributions in "What's New In Python 3.10". (#25771)
c24199184b : bpo-42269: Add slots parameter to dataclass decorator (GH-24171)
558df90109 : bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768)
251ffa9d2b : bpo-41486: Fix initial buffer size can't > UINT32_MAX in zlib module (GH-25738)
e467ec476f : bpo-43995: Fix reference leak in test_grammar (GH-25764)
e726a902b7 : bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
e08c67372d : bpo-43928: Fix 'succesfully' typo in document (GH-25569)
0048c60f01 : bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
726c931b38 : bpo-43888: Remove coverage builds from CI (GH-25679)
6143fcdf8b : bpo-43979: Remove unnecessary operation from urllib.parse.parse_qsl (GH-25756)
6689e45dfe : bpo-43981: Fix reference leaks in test_squeezer (GH-25758)
665c7746fc : bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753)
e374a40afa : bpo-43901: Fix refleaks in test_module (GH-25754)
7dcf0f6db3 : bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25751)
9746cda705 : bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
387397f8a4 : bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25750)
5979e81a21 : bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719)
64141382ec : bpo-43908: check_set_special_type_attr() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25743)
9032cf5cb1 : bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
4908fae3d5 : bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749)
0cad068ec1 : bpo-43916: Remove _disabled_new() function (GH-25745)
3bb09947ec : bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
b73b5fb9ea : bpo-43973: object_set_class() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25714)
069e81ab3d : bpo-43977: Use tp_flags for collection matching (GH-25723)
2abbd8f2ad : bpo-43954: Fix a missing word in the unittest docs (GH-25672)
74613a46fc : bpo-43817: Add inspect.get_annotations(). (#25522)
a62e424de0 : bpo-43981: Fix error in idle-test leak test (GH-25739)
175a54b2d8 : Two minor fixes for accessing a module's name. (#25658)
2f2b69855d : bpo-43901: Lazy-create an empty annotations dict in all unannotated user classes and modules (#25623)
dbe60ee09d : bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
87655e2cf5 : bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
9a2c2a9ec3 : bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
088a15c49d : bpo-43933: Show frame.f_lineno as None, rather than -1, if there is no line number. (GH-25717)
2fd928c8c1 : bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)
76cd81d603 : bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)
14fc2bdfab : bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720)
c76da79b37 : bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
53dd6c99b3 : bpo-43651: Fix test_logging (GH-25715)
abfd6388cd : bpo-43774: Enhance debug build documentation (GH-25712)
8ec2f0dc0c : bpo-37892: Use space indents in IDLE Shell (GH-25678)
f6ee4dad58 : bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
645ed62fb4 : bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
b1f413e6cf : bpo-28254: Cleanup test_subprocess.test_preexec_gc_module_failure() (GH-25709)
5bd0619533 : bpo-43908: Document Static Types in the C API (GH-25710)
c6ad03fddf : bpo-43908: Make array.array type immutable (GH-25696)
5daf70b22e : bpo-43908: Make re types immutable (GH-25697)
1e7b858575 : bpo-43892: Make match patterns explicit in the AST (GH-25585)
e52ab42ced : bpo-41139: Deprecate `cgi.log()` (GH-25625)
a69256527f : bpo-43651: Fix EncodingWarning in `os.fdopen()` and test_os (GH-25654)
fa51c0c448 : bpo-43651: Fix EncodingWarning in tests. (GH-25655)
8557edbfa8 : bpo-24275: Don't downgrade unicode-only dicts to mixed on lookups (GH-25186)
69a733bda3 : [doc] Be more clear on super() regarding multiple base classes methods (GH-21789)
08a4803863 : [doc] Do some polishing in IDEs section (GH-22070)
b38b2fa021 : Document importlib.metadata.PackagePath.locate method (GH-25669)
4a85718212 : bpo-43970: Optimize Path.cwd() in pathlib by not instantiating a class unnecessarily (GH-25699)
15d3861856 : bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)
103d5e420d : bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable (GH-25693)
3b52c8d66b : bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)
3cc481b9de : bpo-28254: Add a C-API for controlling the GC state (GH-25687)
baecfbd849 : bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
859577c249 : bpo-41559: Change PEP 612 implementation to pure Python (#25449)
c1a9535989 : bpo-43955: Handle the case where the distutils warning has already been triggered (GH-25675)
4c49be7668 : bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671)
fe52eb6219 : bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684)
32c5a17444 : bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
21b02b5f40 : bpo-43960: test_pdb resets breakpoints (GH-25673)
db0c5b786d : bpo-43776: Remove list call from args in Popen repr (GH-25338)
f9bedb630e : bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
a5e64444e6 : bpo-43963: Add _signal module state (GH-25676)
5c84bb506a : bpo-37751: Update `codecs.register()` doc. (GH-25643)
a09766deab : bpo-43963: Fix import _signal in subinterpreters (GH-25674)
6bd9288b80 : bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670)
9aea31dedd : bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-24850)
8a37463989 : Fix generated file name for installer builds on macOS 11+. (GH-25661)
ce82781644 : bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)
bf0c7c0147 : bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
e3bf179642 : bpo-43864: Silence deprecation warning in test_importlib.test_module_found and test_importlib.test_module_not_found (GH-25656)
99fdd78200 : bpo-43766: Fix TypeGuard docs (#25660)
05ab4b60ab : bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282)
d92513390a : bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24644)
93f411838a : Fix thread locks in zlib module may go wrong in rare case. (#22126)
878bc8b6c2 : bpo-43651: Fix EncodingWarning in fileinput and its test (GH-25648)
caae717c29 : bpo-43651: Fix EncodingWarning in zipfile (GH-25650)
5987b8c463 : bpo-43945: [Enum] Deprecate non-standard mixin format() behavior (GH-25649)
cfe523b492 : bpo-43651: PEP 597: Fix `socket.makefile()` (GH-25645)
743e2bae10 : [doc] Remove duplicated operator.itemgetter example (GH-24178)
9dfefbe3e2 : bpo-43651: Fix EncodingWarning in `pydoc`. (GH-25644)
284c52da09 : bpo-38530: Require 50% similarity in NameError and AttributeError suggestions (GH-25584)
7244c0060d : bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
52cd6d5e1b : Use the zero argument form of super() in examples for Python3 docs. (GH-22314)
425434dadc : bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)
8a307e488d : bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)
1b1f9852bd : bpo-42904: Change search order of typing.get_type_hints eval (#25632)
94549ee728 : Add additional keyword-only tests. (GH-25633)
bd25bcd37a : Doc: Fix the array.fromfile method doc (GH-22037)
5f87915d4a : bpo-43466: Link with libz in PY_UNSUPPORTED_OPENSSL_BUILD path (GH-25587)
666991fc59 : bpo-18233: Add internal methods to access peer chain (GH-25467)
3c586ca500 : bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624)
3c4850e222 : Update asyncio-subprocess.rst (GH-21680)
b6daab2f67 : documentation: clarification about the function remove in os library (GH-19024)
7be870f945 : Fix documentation typos of argparse exit_on_error (GH-22706)
b3dec6f9ed : Quick pydoc update to smtplib.py (GH-22292)
cb5c802dcf : Fix id of 'Internet Message Format' RFC in email doc (GH-24137)
0d930f108c : Fix copy.Error casing in documentation GH-22004
d28b346953 : Fix broken links and improve stand-alone tools list in FAQ GH-22124
c0280532dc : Add keyword-only fields to dataclasses. (GH=25608)
7f8e072c6d : Remove mention of dst parameter from description of os.lstat() (GH-24704)
a1a5e3c4c8 : Fix a typo in datamodel reference document (GH-24930)
f84f1b5c63 : bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11" (GH-25602)
a31cf86bc2 : fix typo in warning (#20620)
a89d8a94a0 : BaseHTTPRequestHandler, that path includes query (#25597)
c9c27b8004 : Set the release for `__future__.annotations` to 3.11 (#25596)
8af929fc76 : bpo-43534: Fix the turtle module working with multiple root windows (GH-25591)
09aa6f914d : bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regression (#16813)
172c0f2752 : bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554)
face87c94e : bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
b5adc8a7e5 : bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923)
3bb3fb3be0 : bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (#25187)
8cc3cfa8af : bpo-42737: annotations with complex targets no longer causes any runtime effects (GH-23952)
196983563d : bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576)
c6ca368867 : bpo-43780: Sync with importlib_metadata 3.10 (GH-25297)
ce9a064349 : bpo-43921: also accept EOF in post-handshake auth test (GH-25574)
a460ab3134 : bpo-41282: Consistent message and filter warning in setup.py (GH-25571)
c8666cfa7c : bpo-37322: Fix ResourceWarning and exception handling in test (GH-25553)
f05c2aed7e : bpo-31870: Fix test_get_server_certificate_timeout on Windows (GH-25570)
b2fac1afaa : bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)
6c681e1a4a : bpo-38659: [Enum] do not check '_inverted_' during simple test (GH-25566)
481994078f : Restrict GITHUB_TOKEN permissions for the 'stale' workflow (GH-25564)
5e437fb872 : bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
6b59e662fa : bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)
22556d84bc : Silence find_module() DeprecationWarning on Windows tests (GH-25563)
1e9f093309 : bpo-43907: add missing memoize call in pure python pickling of bytearray (GH-25501)
f24e2e5464 : bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()` (GH-18909)
e047239eaf : bpo-43921: ignore failing test_wrong_cert_tls13 on Windows (GH-25561)
019e9e8168 : bpo-43538: Add extra arguments to os.startfile (GH-25538)
3513d55a61 : bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
7d37b86ad4 : bpo-35114: Make ssl.RAND_status() return a bool (GH-20063)
a77aac4fca : bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
91b69b77cf : bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
dcf658157d : bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)
9d6a2d0ee7 : bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
e7cc64e297 : bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483)
90d02e5e63 : bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142)
b9ad88be03 : bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554)
e9194ea6ea : bpo-43852: Improve tuple creation in sqlite3 (GH-25421)
927b841c21 : bpo-37363: Add audit events to the `http.client` module (GH-21321)
32980fb669 : bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23096)
fe24088293 : Add more tests. Fix code excerpt. (GH-25549)
702a0885ba : Reformat idlelib colorizer (GH-25479)
14092b5a4a : bpo-43917: Fix pure python equivalent for classmethod (GH-25544)
6afb0a8078 : bpo-39572: Address typo in CHANGELOG. (GH-24999)
e07d809889 : bpo-38222: Check specifically for a drive, not just a colon (GH-25540)
4696f1285d : bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529)
a911bd15a1 : bpo-43915: Add PCbuild/blurb.bat to simplify Windows contributors (GH-25528)
fe63a401a9 : bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
2a3f4899c6 : bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500)
a07da09ad5 : bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
accea7dc2b : Fix typo in the documentation (GH-24703)
660592f67c : bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608)
37b173c523 : bpo-38659: Properly re-intialize module variables in test_enum (GH-25516)
dc516ef839 : bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510)
cdad2724e6 : bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
a32f8fe713 : bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)
7b86e47617 : bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506)
139c232f38 : bpo-40137: Move state lookups out of the critical path (GH-25492)
760da626ff : bpo-40137: Optimize _PyType_GetModuleByDef() loop (GH-25505)
d4aaa34798 : bpo-40137: _PyType_GetModuleByDef() doesn't check tp_flags (GH-25504)
81fe01492c : doc: Sync some missing 3.10 changes with the What's New (GH-25503)
18e0d32804 : Fix typo in whatsnew/3.10.rst (GH-25498)
a02cb474f9 : bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
56c95dfe27 : bpo-43859: Improve the error message for IndentationError exceptions (GH-25431)
b0544ba77c : bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
d35eef3b90 : Update Sphinx directive for super from function to class (GH-25489)
077a2e7664 : bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471)
b2b6cd00c6 : docs: clarify what patterns Path.glob accepts (GH-25486)
3309113d61 : bpo-43799: Also define SSLv3_method() (GH-25481)
389212c5db : Document that random.gauss is normal distribution (GH-24935)
2a36b09ce7 : Improve the error message for choices(population, 10) (GH-25267)
503cdc7c12 : Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
dbac8f40e8 : bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
7a04116246 : bpo-25460: Surround suggestions by quotes (GH-25473)
4f9ffa8f9c : Add doctests (GH-25474)
68ba0c67ca : bpo-43837: Reverse order of precedence table to show tightly binding operators first (GH-25469)
64d975202f : bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)
d37b74f341 : bpo-43669: More test_ssl cleanups (GH-25470)
2875c603b2 : bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455)
89d1550d14 : bpo-42854: Use SSL_read/write_ex() (GH-25468)
49fdf118ae : bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820)
2798f247c0 : bpo-43641: Stop stating that TLS 1.2 is the most modern version in docs (GH-25041)
aa6da32edc : bpo-43362: Fix invalid free and return check in _sha3 module (GH-25463)
f5c5c0c362 : Fix type group capture in the PEG highlight tool (GH-25464)
0b1c169c4a : bpo-38530: Cover more error paths in error suggestion functions (GH-25462)
8bf274a500 : Small changes to the section about SyntaxErrors in the 3.10 What's New document (GH-25461)
685719871a : bpo-37630: Do not skip the sha3 tests in case of missing builtin sha3 module (GH-20986)
3ab4bea5a3 : bpo-38530: Include builtins in NameError suggestions (GH-25460)
7f1305ef9e : bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253)
76beadb8ff : Fix typo in a dataclasses comment. (GH-25454)
b8d0fa035d : bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)
ea39f82b97 : Fix a typo in subprocess documentation (GH-25426)
39258d3595 : bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
b467d9a240 : bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
cfaa2d338b : Fix typo in exceptions.rst (GH-25434)
adf24bd835 : bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445)
7c29ae1f05 : bpo-43867: multiprocessing Server catchs SystemExit (GH-25441)
62ec638648 : bpo-43862: Enhance -W cmdline option documentation (GH-25439)
0ad81d4db2 : bpo-38530: Match exactly AttributeError and NameError when offering suggestions (GH-25443)
3b82cae774 : bpo-38530: Properly extend UnboundLocalError from NameError (GH-25444)
b136b1aac4 : bpo-43843: libregrtest uses threading.excepthook (GH-25400)
75ec103b3a : bpo-43842: Fix race condition in test_logging SMTP test (GH-25436)
471870fc50 : bpo-43844: Fix PendingDeprecationWarning in test_lib2to3 (GH-25407)
69ca32e0d3 : bpo-41282: Fix distutils.utils.byte_compile() DeprecationWarning (GH-25406)
a6a5c91b1e : bpo-40443: Remove unused imports (GH-25429)
8a232c7b17 : bpo-41323: compiler: Reuse tuple in constant tuple folding (GH-25419)
ff3d9c0f1a : Improve the section with SyntaxError message improvements to the What's New of 3.10 (GH-25428)
b5b98bd8f8 : bpo-43823: Fix location of one of the errors for invalid dictionary literals (GH-25427)
b280248be8 : bpo-43822: Improve syntax errors for missing commas (GH-25377)
e692f55979 : Update ACKS (GH-25423)
ec09973f5b : bpo-43744: [Enum] fix ``_is_private`` (GH-25349)
0dca5eb54b : [Enum] fix doc string (GH-25376)
11e0b295de : bpo-43846: Use less stack for large literals and calls (GH-25403)
da74350174 : bpo-43823: Improve syntax errors for invalid dictionary literals (GH-25378)
23acadcc1c : bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415)
3fc65b97d0 : bpo-38530: Optimize the calculation of string sizes when offering suggestions (GH-25412)
5cb601f956 : bpo-43296: Handle sqlite3_value_blob() errors (GH-24674)
e07f4ab26a : bpo-38530: Make sure that failing to generate suggestions on failure will not propagate exceptions (GH-25408)
0c4c436325 : Fix typo in 3.10's What's New documentation (GH-25409)
341e8a939a : bpo-41282: (PEP 632) Load install schemes from sysconfig (GH-24549)
def919342f : bpo-43505: Explicitly initialize and shutdown sqlite3 (GH-25404)
d9ba9dee7f : bpo-41282: setup.py ignores distutils DeprecationWarning (GH-25405)
92eebf6dd2 : bpo-43795: Sort PC/python3dll.c (GH-25312)
5bf8bf2267 : bpo-38530: Offer suggestions on NameError (GH-25397)
c4073a24f9 : Fix typo in the What's New for 3.10 (GH-25396)
3386ca0b36 : bpo-20364: Improve sqlite3 placeholder docs (GH-25003)
c1ae741997 : bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586)
b8509ffa82 : bpo-43825: Fix deprecation warnings in test_cmd_line and test_collections (GH-25380)
6f1e8ccffa : bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25228)
333d10cbb5 : bpo-43712 : fileinput: Add encoding parameter (GH-25272)
133705b85c : bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
37494b441a : bpo-38530: Offer suggestions on AttributeError (#16856)
3bc694d5f3 : bpo-43680: Deprecate io.OpenWrapper (GH-25357)
11159d2c9d : bpo-43080: pprint for dataclass instances (GH-24389)
695d47b51e : bpo-43785: Update bz2 document (GH-25351)
8fa1489365 : bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360)
30ed93bfec : bpo-43797: Handle correctly invalid assignments inside function calls and generators (GH-25390)
fd79af7ae2 : Doc: Try to enhance wording on circular imports. (GH-24705)
eb77133564 : bpo41515: Fix assert in test which throws SyntaxWarning. (#25379)
a328d73843 : bpo-43770: Cleanup type_ready() (GH-25388)
65f058eb08 : bpo-43770: Reorder type_ready() (GH-25373)
54db51c911 : bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365)
9e7b2076fb : bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
c2b7a66b91 : bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273)
a4833883c9 : bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329)
d2a8e69c2c : bpo-43787: Add __iter__ to GzipFile, BZ2File, and LZMAFile (GH-25353)
d9151cb453 : Ensure that early = are not matched by the parser as invalid comparisons (GH-25375)
c1a66bdd6f : Remove an unnecessary copy of the 'namespace' parameter to make_dataclass(). (GH-25372)
85918e4ab6 : bpo-43774: Add more links to configure options (GH-25363)
20ac34772a : Fix Sphinx errors in the documentation and re-activate the suspicious check (GH-25368)
a9cf69df2e : bpo-41515: Fix KeyError raised in get_type_hints (GH-25352)
852150ddfe : bpo-42904: Fix get_type_hints for class local namespaces (GH-24201)
37a5e22023 : Use double quotes over single quotes for match statement grammar (GH-24943)
b86ed8e3bb : bpo-43797: Improve syntax error for invalid comparisons (#25317)
2459b92a4d : bpo-43774: Remove --without-cycle-gc doc (GH-25364)
8c14f5a787 : bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350)
67c0b3d89c : bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346)
e126547c07 : bpo-34311: Add locale.localize (GH-15275)
95bbb331ec : bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)
3447750073 : bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
06e971fc0e : try and get a peak at mock-related PRs before they land (#25356)
77d668b122 : bpo-43680: _pyio.open() becomes a static method (GH-25354)
9825bdfbd5 : bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
cc2ffcdfd7 : bpo-43785: Improve BZ2File performance by removing RLock (GH-25299)
553ee2781a : bpo-43682: Make staticmethod objects callable (GH-25117)
53114ffef1 : bpo-43770: Refactor PyType_Ready() function (GH-25336)
b38601d496 : bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (#24818)
63bf1abfdc : Fix typo in 3.10.0a7.rst (GH-25340)
79650d0118 : Fix description of behaviour of an exception class in 'from' clause (GH-24303)
dfb45323ce : bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238)
9045919bfa : bpo-43772: Fix TypeVar.__ror__ (GH-25339)
522433601a : bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)
750f484752 : bpo-43764: Add match_args=False parameter to dataclass decorator and to make_dataclasses function. (GH-25337)
c3a478b7e5 : Fix typo about line number in the 3.10 What's New document (GH-25328)
ac05f82ad4 : bpo-41974: Remove part of the note regarding complex.__float__ (GH-25197)
09bbebea16 : bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
6e468cb16b : bpo-43478: Fix formatting of NEWS entry (GH-25335)
ecf14e6557 : bpo-43770: Refactor type_new() function (GH-25325)
75a06f067b : bpo-43798: Add source location attributes to alias (GH-25324)
e05a703848 : bpo-40701: doc typo historcal -> historical (GH-25334)
ea9b2d6319 : bpo-43739: Add type declaration Doc/extending/extending.rst example
dccdc500f9 : bpo-43478: Restrict use of Mock objects as specs (GH-25326)
ba1db57198 : bpo-39899: Don't double-check directory name if we're requesting the current user's home directory in ntpath.expanduser() (GH-25277)
11c3bd3f6d : bpo-40107: Switch to using io.open() for pathlib.Path.open() (GH-25240)
2d7fdc9073 : bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
6f37ebc61e : bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
507a574de3 : bpo-43682: @staticmethod inherits attributes (GH-25268)
150af75432 : bpo-43788: Generate version specific _ssl_data.h (GH-25300)
5151d64200 : bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)
d3b73f32ef : bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-25303)
bd88ccb943 : bpo-43774: Document the Python Build System (GH-25302)
f7be26a8f2 : bpo-43774: Doc job of Azure Pipelines uses Doc/requirements.txt (GH-25296)
d00a449d6d : Simplify _PyPegen_fill_token in pegen.c (GH-25295)
58bafe42ab : Sanitize macros and debug functions in pegen.c (GH-25291)
5436695363 : bpo-43774: Enhance configure documentation (GH-25293)
4f642dae4e : Break down some complex functions in pegen.c for readability (GH-25292)
c0e11a3ceb : Fix possible refleak involving _PyArena_AddPyObject (GH-25289)
1e051a21b7 : bpo-39702: Remove dotted_name from decorator documentation (GH-25234)
f32d022147 : bpo-43778: Fix Sphinx glossary_search extension (GH-25286)
a41782cc84 : bpo-43774: Document configure options (GH-25283)
d92c59f486 : bpo-43764: Fix `__match_args__` generation logic for dataclasses (GH-25284)
28d28e053d : bpo-43760: Streamline dispatch sequence for machines without computed gotos. (GH-25244)
b98eba5bc2 : bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)
453074c8da : Fix broken test for MutableSet.pop() (GH-25209)
3f3d82b848 : bpo-39899: os.path.expanduser(): don't guess other Windows users' home directories if the basename of the current user's home directory doesn't match their username. (GH-18841)
df5dc1c7a5 : bpo-43770: _PyTypes_Init() inits more static types (GH-25265)
a518099078 : bpo-43770: Sort types in _PyTypes_Init() (GH-25263)
3d55aa9e73 : bpo-42923: Fix _Py_DumpExtensionModules() for NULL sysdict (GH-25262)
d27f8d2e07 : bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
58d72cab89 : bpo-36540: Improve doc of function definition regarding positional-only arguments (GH-25235)
b05440c52b : bpo-39659: Route calls from pathlib.Path to os.getcwd() via the path accessor (GH-18834)
8aac1bea2e : bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)
abf964942f : bpo-39906: Add follow_symlinks parameter to pathlib.Path.stat() and chmod() (GH-18864)
7a7ba3d343 : bpo-43495 : Push missing frame block in compile.c (GH-24865)
e35dd556e1 : Improve CDN purge script (GH-25251)
7215d1ae25 : bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391)
d36d6a9c18 : bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
67969f5eb8 : Correct micro release number and add a couple of asserts. (GH-25224)
1be456ae9d : bpo-38605: Update "Future statements" docs since PEP 563 is always enabled (GH-25236)
2219187cab : bpo-40038: pathlib: remove partial support for preserving accessor when modifying a path (GH-19342)
986da8effc : bpo-39895: Move `pathlib.Path.touch()` implementation into the path accessor. (GH-18838)
04732ca993 : bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121)
b57e045320 : bpo-39924: handle missing os functions more consistently in pathlib (GH-19220)
7482838190 : bpo-43567: Improved generated code refresh on Windows (GH-25120)
0fdf11e8e9 : bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` since 3.9 (GH-25231)
50616223d1 : bump the bytecode magic number (GH-25225)
5143fd15b4 : Update pattern matching docs for changes to the PEP (#25185)
57c6cb5100 : bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
efccff9ac8 : bpo-41870: Update What's News 3.10 about vectorcall (#25219)
1744c96ebc : Fix blurb for bpo-43176. (GH-25215)
5787ba4a45 : bpo-41111: Don't build xxlimited with Py_TRACE_REFS macro (GH-25180)
354b015c17 : bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)
b37181e692 : bpo-43683: Handle generator entry in bytecode (GH-25138)
489c36920e : bpo-43651: PEP 597: Fix pdeps used locale encoding (GH-25204)
1d023e374c : bpo-17305: Link to the third-party idna package. (GH-25208)
376ffc6ac4 : bpo-43176: Fix processing of empty dataclasses (GH-24484)
4663e5f39e : bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25190)
fb78692f2a : bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
f84d5a1136 : bpo-42128: __match_args__ can't be a list anymore (GH-25203)
3d4af4a876 : bpo-43651: Fix EncodingWarning in sysconfig (GH-25192)
7bc25ec727 : bpo-20503: Show how isinstance() works with ABC registered classes. (GH-25175)
75220674c0 : bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867)
14829b09eb : bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)
4e2ef70841 : Fix typo in turtledemo.two_canvases. (GH-25194)
04eecf7fac : Post 3.10.0a7
53e55290cf : Python 3.10.0a7
57f21db3f6 : Fix the "make suspicious" check on the pprint docs (GH-25193)
b1dc1aacf8 : bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
c8e5eb904e : bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)
ee952b5c73 : bpo-43651: PEP 597: Fix EncodingWarning in test_filecmp (GH-25159)
de522a89e4 : bpo-43651: PEP 597: Fix test_email (GH-25158)
2b5913b4ee : bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (#25183)
aadd4e10fd : bpo-24160: Fix test_pdb refleaks failure (GH-25182)
c368ce74d2 : bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172)
3caea9adda : bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)
f8775e4f72 : bpo-43325: Add FAQ entry for identity tests (GH-25168)
35715d1e72 : bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
dc6d3e1e4c : bpo-43720: Update import-related stdlib deprecation messages to say they will be removed in Python 3.12 (GH-25167)
c5354c045c : Replace broken example code with correct simpler code. (GH-25162)
e4c8895ee5 : Add more tests for the descriptor tutorial (GH-25164)
b2a91e0c9e : bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)
f97dc80068 : bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
ad442a674c : bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989)
afd1265058 : bpo-31956: Add start and stop parameters to array.index() (GH-25059)
240bcf82a1 : bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151)
9bb5658bd1 : bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133)
3359cab038 : bpo-43688: Support the limited C API in debug mode (GH-25131)
442ad74fc2 : bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
58384c6ab0 : Document PyCode_Addr2Line function. (GH-25111)
bec8c787ec : bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146)
8bbfeb3330 : bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
bef7b26f72 : bpo-43700: Replace Zulip badge with Discourse badge (GH-25141)
80017752ba : bpo-43651: Fix test_compileall with PEP 597 (GH-25128)
c0ec4486dc : bpo-43651: Fix EncodingWarning in lib2to3/pgen2/pgen.py (GH-25127)
036fc7de24 : bpo-43651: Fix EncodingWarning in test_warnings (GH-25126)
bd4ab8e739 : bpo-26053: Fix test_pdb.test_issue26053() (GH-25139)
e689cdca3c : bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (#25123)
652bfdee94 : bpo-26053: Fix args echoed by pdb run command (#22033)
fcb55c0037 : bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
2ac0515027 : bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135)
61092a99c4 : bpo-43690: stable_abi.py no longer parses macros (GH-25136)
baf10da750 : bpo-43688: Run make regen-limited-abi (GH-25134)
18701a0608 : Fix typos in 3.10 "What's new" (GH-25104)
078a3433eb : When printing stats, move radix tree info to its own section. (GH-25125)
58cffba187 : bpo-43651: Fix EncodingWarning in test_io (GH-25097)
55f31be44b : bpo-43651: Fix EncodingWarning in test_file and test_file_eintr (GH-25109)
ad493edf57 : bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)
49aec1a185 : Enum: add (re)import of Flag for doctests (GH-25118)
202b546442 : Disambiguate that -m also terminates the option list in the manpage. (GH-25100)
f3ab670fea : bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (#25110)
027d2cf1e5 : Document GH-24624
dec0757549 : bpo-43179: Generalise alignment for optimised string routines (GH-24624)
cfa176685a : Revert "bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-25103)" (#25108)
ff3c9739bd : bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-25103)
1b4a9c7956 : bpo-42225: IDLE - document two unix-related problems. (#25078)
b775106d94 : bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
51a85ddce8 : bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
73b20ae2fb : bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)
a7ff6df60c : bpo-42134: Raise ImportWarning when calling find_module() in the import system (GH-25044)
cf35e05f89 : bpo-43125: Fix: return expected type (str), not original value (bytes) in email/base64mime.py::body_encode (GH-24476)
dfeec347f2 : bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038)
068ebf9729 : bpo-33164: blake2: Fix Coverity scan (GH-25060)
85b6b70589 : bpo-37448: Use radix tree for pymalloc address_in_range(). (GH-14474)
a54fc683f2 : bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)
92a02c1f7e : Fix tokenizer error when raw decoding null bytes (GH-25080)
09b90a037d : bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075)
c8b5738810 : bpo-43659: Fix test_curses on AIX (GH-25074)
32430aadad : bpo-35930: Raising an exception raised in a "future" instance will create reference cycles (#24995)
7bfd65eba7 : bpo-43648: Remove redundant datefmt option in logging file config (GH-25051)
c1b073a630 : bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057)
70cdf1812c : bpo-40645: Fix reference leak in the _hashopenssl extension (GH-25063)
9b999479c0 : bpo-42988: Remove the pydoc getfile feature (GH-25015)
4827483f47 : bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
261a452a13 : bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050)
fb1d01b963 : bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (#25053)
af50c84643 : bpo-43644: Add docs for importlib.resources.as_file. (#25048)
29c451c698 : bpo-43562: fix test_ssl to skip on unreachable network (GH-24937)
a53e9a7cf5 : bpo-39231: correct tutorial annotations section (GH-25029)
bacefbf414 : bpo-43466: Unsupported static build hack (GH-25002)
9798cef92b : bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)
933dfd7504 : bpo-40645: use C implementation of HMAC (GH-24920)
5d6e8c1c1a : bpo-43617: Check autoconf-archive package in configure.ac (GH-25016)
11b85abbae : bpo-43636: Validate the version tag in _PyType_Lookup (GH-25032)
027b669927 : bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)
1899087b21 : bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
21a2cabb37 : bpo-43620: Remove reference to os.sep from os.path.join() doc (#25025)
3bb19873ab : Revert "bpo-40521: Remove freelist from collections.deque() (GH-21073)" (GH-24944)
929c9039fe : bpo-43416: Add Include/README.rst (GH-24884)
56816bb845 : "exists" -> "exist" in What's New 3.10 (GH-25019)
d41bdddbed : Move big block of macros out of function to improve readability. (GH-25020)
b045cdaf34 : Doc: io: Remove "In-memory streams" section (GH-24927)
df9ade9beb : AC: Update unsupported_special_methods (GH-24956)
72789592a3 : bpo-43198: Revert 3dd2157 that removed freeslot tracking. (#25010)
8efad61963 : bpo-41064: Improve syntax error for invalid usage of '**' in f-strings (GH-25006)
4958f5d69d : Only check evalbreaker after calls and on backwards egdes. Makes sure that __exit__ or __aexit__ is called in with statments in case of interrupt. (GH-18334)
232f4cb667 : Fix typo in fuzzer.c (GH-25013)
9cb31d6716 : bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953)
3ba3d513b1 : bpo-42914: add a pprint underscore_numbers option (GH-24864)
a02683ac38 : bpo-31861: Fix reference leak in builtin_anext_impl() (GH-25008)
8370e07e1e : bpo-43244: Remove the pyarena.h header (GH-25007)
919d42d477 : bpo-31861: Fix possible crash in PyAnextAwaitable_New (GH-25005)
57364ce34e : bpo-43244: Remove parser_interface.h header file (GH-25001)
a054f6b2b1 : bpo-43452: Document the PyType_Lookup optimizations in the What's New for 3.10 (GH-24949)
d9692027f4 : bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004)
a81fca6ec8 : bpo-43244: Add pycore_compile.h header file (GH-25000)
f0a6fde882 : bpo-31861: Add aiter and anext to builtins (#23847)
94faa0724f : bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
cd27af70d5 : bpo-41718: Update runpy startup time What's New (GH-24998)
bd9154a495 : bpo-41718: runpy now imports pkgutil in functions (GH-24996)
d72e8d4875 : bpo-41718: subprocess imports grp and pwd on demand (GH-24987)
76b5d714e4 : Clarify attribute docs on types.ModuleType (GH-24974)
9feae41c4f : bpo-41718: libregrtest avoids importing datetime (GH-24985)
30793e81bd : bpo-41718: Disable support.testresult XML output by default (GH-24982)
0473fb2229 : bpo-41718: libregrtest runtest avoids import_helper (GH-24983)
10417dd15f : bpo-41718: Reduce libregrtest runtest imports (GH-24980)
532e063fc2 : bpo-41718: regrtest saved_test_environment avoids imports (GH-24934)
96eeff5162 : bpo-43555: Report the column offset for invalid line continuation character (GH-24939)
123ff266cd : bpo-43591: Fix error location in interactive mode for errors at the end of the line (GH-24973)
39f643614d : Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" (GH-24964)
86883d40e9 : bpo-43575: Use PEP 590 vectorcall to speed up map() (GH-24955)
88d9983b56 : bpo-43551: Fix PyImport_Import() for subinterpreters (GH-24929)
56f031ec52 : bpo-35134: Add include/cpython/compile.h (GH-24922)
690aca7811 : bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779)
9a50ef43e4 : bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952)
cdddc2b742 : bpo-43422: Revert _decimal C API addition (GH-24960)
77cde5042a : bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24957)
20a5b7e986 : bpo-43542: Add heif/heic formats in mimetypes (GH-24917)
b05b48dd7a : bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
66c8adfa27 : bpo-43517 (followup): Install additional test directory (GH-24950)
ee48c7d541 : bpo-43452: Micro-optimizations to PyType_Lookup (GH-24804)
2fd16ef406 : bpo-43517: Fix false positive in detection of circular imports (#24895)
7cb033c423 : bpo-43494: Make some minor changes to lnotab notes (GH-24861)
148bc05844 : Mention that code.co_lnotab is deprecated in what's new for 3.10. (#24902)
28ad12f8fe : bpo-43244: Remove symtable.h header file (GH-24910)
32eba61ea4 : bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
ff8c77fe96 : Fix a typo in c-analyzer (GH-24468)
f6c6b5821b : bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
08ff4369af : bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897)
eec8e61992 : bpo-43244: Remove the PyAST_Validate() function (GH-24911)
fc980e0be1 : bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918)
6af528b4ab : bpo-43244: Fix test_peg_generators on Windows (GH-24913)
e0b4aa0f5c : bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)
e0bf70d08c : bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)
08fb8ac99a : bpo-42128: Add 'missing :' syntax error message to match statements (GH-24733)
526fdeb227 : bpo-43244: Add pycore_ast.h header file (GH-24908)
b4536e1c6a : bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)
e272528bbd : Remove unnecessary imports in the grammar parser (GH-24904)
9976834f80 : bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
6086ae7fd4 : Add PEP 626 to what's new in 3.10. (#24892)
a8ef4572a6 : bpo-43497: Emit SyntaxWarnings for assertions with tuple constants. (GH-24867)
1330338583 : bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
448801da96 : bpo-41361: Optimized argument parsing for deque_rotate (GH-24796)
d69ae758a0 : Minor updates to the vector demo (GH-24853)
0269ce87c9 : bpo-41933: Clarify wording for s * n in Common Sequence Operations (GH-22570)
0ab152c6b5 : bpo-43285 Make ftplib not trust the PASV response. (GH-24838)
93d33b47af : Fix typo in the word "spaghetti" (GH-24866)
c5440937ef : Mark POP_TOP at end of expression statement as artificial, to conform to PEP 626. (GH-24860)
35d5068928 : bpo-43428: Improve documentation for importlib.metadata changes. (GH-24858)
5e29021a5e : bpo-43199: Briefly explain why no goto (GH-24852)
bd2fa3c416 : bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory() (GH-24793)
d48848c83e : bpo-39316: Make sure that attribute accesses and stores, including method calls, conform to PEP 626. (GH-24859)
cd8dcbc851 : bpo-43410: Fix crash in the parser when producing syntax errors when reading from stdin (GH-24763)
9923df9641 : bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)
9c376bc1c4 : bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24836)
f2b45367f1 : Fix some minor errors in the docs (GH-24834)
f00e82f8b8 : bpo-43427: Separte the method overview from the static method specifics. (GH-24787)
f917efccf8 : bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)
2256a2876b : bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)
75048c8a38 : bpo-43441: Fix _PyType_ClearCache() for subinterpreters (GH-24822)
5bd1059184 : bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)
d0a445490e : Update link to Django's Context class. (#24805)
b6884ad268 : Update client.py (GH-24827)
7591d9455e : bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118)
ba251c2ae6 : bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
b4fc44bb2d : bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
87f649a409 : bpo-43311: Create GIL autoTSSkey ealier (GH-24819)
9a9c11ad41 : bpo-43287: Use PEP 590 vectorcall to speed up filter() (GH-24611)
0a30f0e934 : Fix error in documentation for ast.match_case (GH-24807)
1fa17e8cc6 : bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815)
a9c03d7fb7 : bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814)
57827f8754 : Fix typo in compile.c (GH-24812)
307745aa42 : bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)
b4f9089d4a : bpo-43439: Add audit hooks for gc functions (GH-24794)
62a03cd490 : bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
31818e98d3 : bpo-43440 : Enable SQLite R*Tree support for windows builds (GH-24797)
0d6bd1ca7c : bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)
0554044ddc : bpo-43415: Fix typo on dataclasses.rst (#24789)
9f672a52f5 : bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API (GH-24786)
3abf6f0102 : bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)
bbba28212c : bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693)
c25910a135 : bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)
8d00462850 : bpo-43319: Fixed the tutorial on venv about standard library (GH-24740)
8aabfa8550 : bpo-43405: Fix DeprecationWarnings in test_unicode (GH-24754)
87ec26b812 : bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)
5eb7796b7f : Put contextvars docs into the concurrency category (GH-24760)
ff5f05934d : bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
8e1b406275 : Make tracing info (bounds, and previous instruction offset) a bit more robust. (GH-24726)
68245b7a10 : bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756)
02ac6f41e5 : bpo-43390: Set SA_ONSTACK in PyOS_setsig (GH-24730)
2122e48630 : bpo-43400: Remove "easy to use" from mock docs (GH-24752)
6714825414 : bpo-42129: Add support for resources in namespaces (GH-24670)
fbf75b9997 : Revert "bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)" (#24753)
b225d91f0a : bpo-43391: Remove the broken Python 2.4 link from the comment (GH-24736)
cb7bc76409 : bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)
40d1b831ec : bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
e161ec5dd7 : bpo-43369: sqlite3_column_{text,blob} failures now raise MemoryError (GH-24723)
c61ec7e6b8 : bpo-43394: Fix -Wstrict-prototypes warnings (GH-24737)
131d551640 : bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739)
8747c1f233 : Improve the description of the improvements in bpo-42202 (GH-24738)
0632b1012d : bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)
9c7927400c : bpo-40701: tempfile mixes str and bytes in an inconsistent manner (GH-20442)
62e3b6370c : Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)
44e580f448 : bpo-43162: [Enum] update docs, renable doc tests (GH-24487)
04f6fbb696 : bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627)
3b4b2cf418 : bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706)
09605ad726 : missing multiply symbol in the documentation (GH-24686)
b04f1cb9df : Doc: typo fix. (GH-24721)
94894dd45e : Pin test runner to Ubuntu 18 to un-break CI (#24715)
727a68b6e5 : Reorder contents of 3.10's What's New (#24687)
3a87e562ea : bpo-42994: Add MIME types for opus, AAC, 3gpp and 3gpp2 (#24287)
132131b404 : bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)
b36349a647 : bpo-43049: Use io.IncrementalNewlineDecoder for doctest newline conversion (GH-24359)
503627fc2a : bpo-43358: Fix bad free in assemble function (GH-24697)
25e244c925 : bpo-39523: Use do-while loop pysqlite_cursor_executescript() (GH-18305)
5bfa945605 : bpo-41282: distutils: Fix stacklevel for DeprecationWarning (GH-24657)
a347bc0b35 : Doc: Improve library/json document. (GH-24390)
72fcd14a82 : bpo-42840: Document providing kwargs to type. (#24173)
dbfabcc0c3 : Fixed linenumber missing when audit hook has an error (GH-24692)
7c25508263 : Post 3.10.0a6
f193874056 : Fix grammar in enum documentation. (GH-24689)
cc12888f9b : Remove unused suspicious rule in the docs
06c245fb67 : Python 3.10.0a6
8c9453b575 : Fix typo in Mac/README.rst (#24682)
f4d7d46cb4 : closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
c994ffe695 : bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479)
0242494a15 : bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
0608425944 : bpo-43103: Fix build failure with macOS framework builds. (GH-24676)
a65b050516 : bpo-42603: Add whatsnew and ACKS entries. (GH-24675)
a22bca6b1e : bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
d20279494a : bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)
a8e2615aa8 : bpo-42128: Add documentation for the new match-based AST nodes (GH-24673)
41934b399b : GH-42128: Add Pattern Matching to What's New (#24667)
0d7ad9fb38 : bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850)
af5fa13ef6 : bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643)
e8f5ddd33e : Add whatsnew note for GH-22904 (#24672)
73a85c4e1d : bpo-41972: Use the two-way algorithm for string searching (GH-22904)
2183d06bc8 : bpo-43251: sqlite3_column_name() failures now raise MemoryError (GH-24609)
1e3c68246e : bpo-43345: Enhance TypedDict documentation. (#24668)
bf9de7ab24 : bpo-43335: Update macro to check gcc version (GH-24662)
c71d24f558 : bpo-43321: Fix SystemError in getargs.c (GH-24656)
145bf269df : bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
cc02b4f2e8 : bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (#16459)
5e48e83688 : bpo-43294: Remove unused variables in pysqlite_connection_*() (GH-24658)
7956ef8849 : bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645)
25935a2881 : Update logging.config.rst (GH-24630)
28a30bc2e2 : closes bpo-43278: remove unnecessary leading '\n' from COMPILER when build with GCC/Clang (GH-24606)
c6ccdfb479 : bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650)
9525a18b5b : bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
3150754f91 : bpo-43314: Remove SQLITE_OPEN_URI ifdef (GH-24637)
91ea37c84a : bpo-43290: Remove workaround from pysqlite_step() (GH-24638)
cc3df6368d : bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
70f8ebe503 : Remove comment about a private email.headerregistry (GH-24233)
32181be608 : bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)
1f433406bd : bpo-42151: don't set specified_attributes=1 in pure Python ElementTree (GH-22987)
b9fe16a027 : bpo-41841: Revise header (GH-24633)
2827e8a177 : bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
b798ab0693 : bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (GH-24629)
26f18b8540 : bpo-43146: fix regression in traceback.print_exception(None) (GH-24463)
7bb1cafa4e : bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551)
2d6f2eed14 : bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
91a639a094 : bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927)
5a4aa4c03e : bpo-23882: Doc: Clarify unittest discovery document (GH-21560)
b19855bb6f : bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (GH-24058)
01806d5beb : bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
84f7afe65c : Fix failed merge of bpo-43288. (GH-24614)
50288aa8c9 : bpo-43288: Fix bug in test_importlib test. (GH-24612)
d5fc998737 : bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582)
38b6c2acd4 : bpo-43269: Remove redundant extern keywords (GH-24605)
4cf7bb8e22 : bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
2f9ef514fb : bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
bf838a6e7e : bpo-43269: Clean up sqlite3 file scope (GH-24578)
d439fb304c : bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)
46496f9d12 : bpo-42990: Functions inherit current builtins (GH-24564)
4233ff3ee4 : Fix typo in launcher.c (GH-24497)
292f23186c : Fix typo in dis module doc (GH-24509)
b30fcba3a8 : bpo-43042: Augment tutorial sentence (GH-24514)
b4af629f4d : bpo-42825: Enable /OPT:REF (GH-24098)
2d3e463e4a : closes bpo-43266: Improve array formatting. (GH-24573)
4a6bf276ed : bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
839184f85c : bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583)
bcb094b41f : bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
a486054b24 : bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
acde3f1530 : bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581)
101bf69ff1 : bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
62078101ea : bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575)
5592f2b9da : bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24576)
2bb0bf4dd8 : bpo-43258: Make sqlite3 callback functions static (GH-24574)
979b23cbe4 : bpo-43258: Don't allocate sqlite3 aggregate context for empty queries (GH-24569)
e92d67dfbb : closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)
ffa55d21b4 : bpo-39448: Add regen-frozen makefile target. (GH-18174)
743932d508 : Remove all links to mingw.org (GH-24552)
44085a3fc9 : bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
cc96231f0a : bpo-43249: Improve scoping in _pysqlite_fetch_one_row() (GH-24565)
47feb1feb2 : bpo-43249: sqlite3_column_bytes() must follow sqlite_column_blob() (GH-24562)
7be00ee64a : bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251)
a3c3ffa68e : bpo-42990: Add __builtins__ attribute to functions (GH-24559)
366dc3a135 : bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
630264a152 : bpo-40170: Move 3 NEWS entries to the C API section (GH-24555)
cd80f430da : bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553)
801bb0b503 : bpo-43103: Add configure --without-static-libpython (GH-24418)
6a4177516b : Update urllib2.rst (GH-24236)
cc54001c2e : bpo-40170: Always define PyIter_Check() as a function (GH-24548)
17dbd4078b : bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
871eb4237b : bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)
8a8b5df93f : bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500)
755f3c1521 : bpo-42819, readline: Disable bracketed paste (GH-24108)
813db24f7c : Add a warning block around the get_referrers() documentation (GH-24511)
d0204963ec : bpo-43231: Correctly calculate the curses color pair limit when checking for it (GH-24541)
ab2d481639 : bpo-43231: Fix test.test_curses.TestCurses.test_init_pair when running under -R (GH-24539)
a2f0654b0a : bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
4bb2a1ebc5 : bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-24533)
fcbe0cb04d : bpo-42967: only use '&' as a query string separator (#24297)
1b57426e3a : bpo-43210: Fix byteswap comment in sha512.module.c (GH-24518)
3cf0833f42 : bpo-43152: Update assert statement to remove unused warning (GH-24473)
b676f5f809 : bpo-43202: More codeop._maybe_compile clean-ups (GH-24512)
762fe7deed : bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
fd053fdd39 : bpo-43172: readline now passes its tests when built against libedit (GH-24499)
5ec7d53558 : bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507)
2068b261e9 : bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508)
fedd86df24 : bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
ea46579067 : bpo-40956: Fix segfault when Connection.backup is called without target (GH-24503)
749d40a53f : Fix link to sqlite3 enable_shared_cache documentation (GH-24496)
bdb941be42 : bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056)
dbb228189b : bpo-43163: Handle unclosed parentheses in codeop (GH-24483)
b74396c316 : bpo-43166: Disable ceval.c optimisations for Windows debug builds (GH-24485)
da21f7b6e1 : bpo-41824: Add versionadded for typing.ForwardRef docs (#24224)
5f77dee056 : Improve docs of PEP 604 Union (#24301)
d65b9033d6 : bpo-43162: [Enum] deprecate enum member.member access (GH-24486)
e1f7769513 : bpo-13501: allow choosing between readline and libedit (GH-24189)
bf2e7e55d7 : bpo-40692: Run more test_concurrent_futures tests (GH-20239)
30a8b28396 : bpo-43147: Remove archaic terminology. (GH-24462)
206cbdab16 : bpo-43149: Improve error message for exception group without parentheses (GH-24467)
0ec57e25c9 : bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)
5f18c22339 : Simple typo fix (GH-24448)
4bb332cfd1 : Fix a typo in a deprecation warning (GH-24423)
effaec0bb5 : bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo (GH-24450)
755c6e637a : Minor readability improvements. Also note performance impact of __slots__. (GH-24456)
d9dda32040 : Reduce overhead on random timings (GH-24455)
d938816acf : bpo-35295: Remove outdated comment. (GH-24453)
b6d68aa08b : bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439)
196d4deaf4 : bpo-42882: Fix MSVC warnings in pystate.c (GH-24440)
28873a7050 : Fix signed/unsigned comparison to avoid compilation warning (GH-24441)
497b5649cf : build(deps): bump actions/cache from v2.1.3 to v2.1.4 (#24446)
d30951d4ff : Fix dependabot.yml file (GH-24443)
f917c243c5 : bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)
d4e6ed7e5f : bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436)
bfe544d2f2 : Fix typo (GH-23019)
aa4caf9887 : build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411)
12d0a7642f : Post 3.10.0a5
a98fe02d73 : bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394)
1ba08a121a : Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
2edaf6a4fb : bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23513)
b0478d738a : Fix Sphynx syntax in the memory.rst document
22dbd9e8c0 : Python 3.10.0a5
bb739ec922 : bpo-43108: Fix a reference leak in the curses module (GH-24420)
01c4fddc4b : bpo-41149: Fix a bug in threading that causes fals-y threads callables to fail to start. (GH-21201)
58fb156edd : bpo-42997: Improve error message for missing : before suites (GH-24292)
802b645e81 : Only eliminate jumps to successor block if jump is unconditional. (GH-24417)
9eb11a139f : bpo-41748: Handles unquoted attributes with commas (#24072)
000cde5984 : bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348)
b5931f1d9f : bpo-42834: Fix _json internal caches for subinterpreters (GH-24121)
574aed16bf : Fix typo in Lib/trace.py (GH-24309)
0332e569c1 : bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
49926cf2bc : bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341)
a776da90b8 : bpo-42927: Update the What's new entry for LOAD_ATTR optimizations (GH-24383)
835f14ff8e : bpo-43017: Improve error message for unparenthesised tuples in comprehensions (GH24314)
4090151816 : bpo-42986: Fix parser crash when reporting syntax errors in f-string with newlines (GH-24279)
a1e9a1e120 : bpo-43016: Fix test_curses on platform without cursesw (GH-24405)
3243e8a4b4 : bpo-41604: Don't decrement the reference count of the previous user_ptr when set_panel_usertpr fails (GH-21933)
9073180db5 : bpo-43083: Fix error handling in _sqlite3 (GH-24395)
d64fd4bb5b : bpo-43016: Rewrite tests for curses (GH-24312)
42b1806af9 : bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350)
89294e30ff : Doc: errors tutorial improvements (GH-16269)
e603443642 : bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
4d11ecbb5e : bpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (GH-24386)
86e322f141 : bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24384)
62437a2fa9 : bpo-43047: logging.config formatters documentation update (GH-24358)
5c5a938573 : bpo-42927: Inline cache for attributes defined with '__slots__' (#24216)
ba7a99ddb5 : bpo-38631: Replace compiler fatal errors with exceptions (GH-24369)
7fdab8331b : Fix a reference leak in the compiler for compiler_lambda() (GH-24382)
0837f99d33 : bpo-42323: Fix math.nextafter() on AIX (GH-24381)
62949f697f : bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355)
6baaae589d : Fixing typos in turtle.rst (GH-24376)
11d75ec807 : bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
6372a4ceba : Fixed typo in turtle.rst (GH-24371)
a6192635f1 : bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356)
d6c33fbd34 : bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_CodeEval and friends (GH-24298)
23a567c11c : bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
64fc105b2d : bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
c9b8e9c421 : bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352)
eeb701adc0 : bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-24333)
6790005a9a : bpo-43031: Set a timeout when running tests in PGO build (GH-24339)
5327f37034 : bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24345)
7a34380ad7 : bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
01faf4542a : bpo-38250: [Enum] only include .rst test if file available (GH-24342)
dea5bf9d15 : bpo-33387: update documentation for exception handling opcode changes (GH-24334)
c92cd0f3c8 : Fix minor typo in the rest format in the enum docs (GH-24335)
7c8e0b0336 : Document new parenthesized with statements (GH-24281)
c7c3b7db29 : Typo in comment (GH-24199)
7aaeb2a3d6 : bpo-38250: [Enum] single-bit flags are canonical (GH-24215)
9852cb3811 : bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
501d4a51e3 : bpo-42383: pdb: do not fail to restart the target if the current directory changed (#23412)
f066bd94b9 : bpo-37319: Improve documentation, code and tests of randrange. (GH-19112)
eb9983c59b : bpo-42869: Avoid an HTTP redirection. (GH-24174)
5c1f15b4b1 : bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
483359174e : bpo-42955: Fix sys.module_names doc (GH-24329)
db584bdad3 : bpo-42955: Add sys.modules_names (GH-24238)
879986d8a9 : bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
cf19cc3b92 : bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)
8dfe15625e : bpo-43013: Update idlelib code to 3.x (GH-24315)
15bd9efd01 : bpo-43014: Improve performance of tokenize.tokenize by 20-30%
bf9239bb61 : Remove full stop from a bytes-related SyntaxError message (GH-24300)
f7fa64f0e8 : closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
b745a6143a : bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2.1 (GH-24289)
2f12a1b7ec : bpo-41798: Allocate the _curses._C_API on the heap memory (GH-24186)
644d52818a : bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
8603dfb421 : bpo-42384: pdb: correctly populate sys.path[0] (GH-23338)
5e45f1c8e7 : bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191)
6713e869c4 : bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578)
805ede8ae8 : Add a What's New entry for the new parser error improvements (GH-24280)
6cd5b0117e : Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234)
dcea78ff53 : bpo-42392: Mention loop removal in whatsnew for 3.10 (GH-24256)
a698d52c39 : bpo-40176: Improve error messages for unclosed string literals (GH-19346)
c3f167d7b2 : bpo-42864: Simplify the tokenizer exceptions after generic SyntaxError (GH-24273)
75e59a97f5 : bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
c1c3493fb7 : bpo-42323: Fix math.nextafter() for NaN on AIX (GH-24265)
7dc71c425c : bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
e0e398ef18 : Fix typos in unittest documentation (GH-24194)
ae7d3cd980 : bpo-42864: Fix compiler warning in the tokenizer with the new paren stack for column numbers (GH-24266)
e982fe496b : bpo-42048: Clinic Howto: Document AC's defining_class converter (GH-23978)
61d26394f9 : bpo-41798: Allocate unicodedata CAPI on the heap (GH-24128)
1459fed92c : Doc: os.path.abspath and Path.resolve are also different (GH-23276)
3554fa4abe : bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
f1ff800db1 : bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635)
d6d6371447 : bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
66f77caca3 : bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
cad8020cb8 : bpo-42955: Add Python/module_names.h (GH-24258)
e8e66eab94 : bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257)
e485be5b6b : Add a clarification for the object-domain allocators regarding pointer validity (GH-24253)
65cf1ad672 : bpo-41818: Close file descriptors in test_openpty (#GH-24119)
bc450f9694 : Add a paragraph about allocation domains to the C-API docs (GH-24252)
916610ef90 : closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (24239)
6a809fa01f : bpo-36143: make regen-all now also runs regen-keyword (GH-24245)
250035d134 : bpo-42923: Dump extension modules on fatal error (GH-24207)
f7b5bacd7a : bpo-42944 Fix Random.sample when counts is not None (GH-24235)
314b8787e0 : bpo-42923: Py_FatalError() avoids fprintf() (GH-24242)
e232025025 : bpo-42923: Add Py_FatalError() test in test_capi (GH-24240)
998ae1fa3f : bpo-42931: randbytes missing from random.__all__ (GH-24219)
ba876c44a8 : bpo-42934: use TracebackException(compact=True) in unittest.TestResult (GH-24221)
e56d54e447 : Mark instructions at end of class scope as artificial. (GH-24222)
4c94d74152 : bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
e5fe509054 : bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)
9712358277 : Docs: Remove stray semicolon in init.rst (GH-23974)
14cfa325c2 : bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-17996)
a330365ca5 : bpo-40956: Fix sqlite3.Cursor.fetchmany() default value (GH-24214)
61d8c54f43 : bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208)
1659ad1c64 : Eliminate NOPs in extended blocks. (GH-24209)
3bd6035b6b : bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202)
2396614b89 : bpo-1635741: Fix PyModule_AddObjectRef to use EXPORT_FUNC (GH-24205)
c314e60388 : bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196)
c47c78b878 : bpo-37324: Remove ABC aliases from collections (GH-23754)
6dfd1734f5 : bpo-42848: remove recursion from TracebackException (GH-24158)
0f66498fd8 : bpo-42874: Remove grep -qE options for Solaris 10 compatibility (GH-24200)
4db8988420 : bpo-41994: Fix refcount issues in Python/import.c (GH-22632)
11d13e83ab : bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198)
44bf57aca6 : bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193)
fb35fa49d1 : bpo-42870: Document change in argparse help output. (GH-24190)
ace008c531 : Fix various ParamSpec errors in typing (GH-24176)
81f87bbf9f : bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
d16f6176ab : bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170)
0e2a0f72cc : bpo-42802: Remove distutils bdist_wininst command (GH-24043)
68e1f259be : Fix a typo in docs for typing.Concatenate (#24169)
11ef53aefb : bpo-42866: Add traverse func to _multibytecodec.MultibyteCodec (GH-24166)
e542d417b9 : bpo-42866: Fix refleak in CJK getcodec() (GH-24165)
07f2cee93f : bpo-42846: Convert CJK codec extensions to multiphase init (GH-24157)
07dcd86cee : bpo-42860: Remove type error from grammar (GH-24156)
a581a868d9 : bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154)
8643345bdb : Update frame.f_lineno before any call to the (C) tracing function. (GH-24150)
5c30145afb : bpo-42783: Documentation for asyncio.sleep(0) (#24002)
deab1e54ff : bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)
849e339a92 : bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-20538)
1ab045933b : bpo-41798: Allocate the _datetime.datetime_CAPI on the heap memory (GH-24096)
f22b7ca1af : bpo-41798: Allocate _socket module C API on the heap (GH-24126)
ff8458b918 : bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100)
fe9f446afe : bpo-41798: Allocate _decimal extension module C API on the heap (GH-24117)
315fc52db1 : bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
1a9f51ed12 : bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
203b2493ae : bpo-40959: Remove unused declarations from sqlite3 headers (GH-20828)
ddb5e11683 : bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
f9949f82e1 : bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
cf0b23908c : bpo-40810: Require SQLite 3.7.15 (GH-24106)
c7f8d3caf0 : bpo-40956: Convert _sqlite3.Cursor to Argument Clinic (GH-24007)
dd74c01d3b : bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
afb7144378 : bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
ee9f98d9f4 : bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
e40e2a2cc9 : bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
59f9b4e450 : bpo-42681: Fix test_curses failures related to color pairs (GH-24089)
27f9dafc2b : bpo-40636: Remove overly-strict zip pickling tests (GH-24109)
cde988e893 : Fix broken NEWS markup (GH-24110)
f7f0ed59bc : bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
0b858cdd5d : bpo-1635741: Convert _multibytecodec to multi-phase init (GH-24095)
958acd2da0 : Post 3.10.0a4
af4cd16479 : Do not remove x bit from published directories (GH-24101)
127dde5916 : bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091)
445f7f54b1 : Python 3.10.0a4
de833b6013 : Fix 'make suspicious' for the itertools module (GH-24097)
c8a87addb1 : bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222)
bf06b209da : Delete the now unused c_do_not_emit_bytecode field. (#24094)
df21f502fd : bpo-42692: fix __builtin_available check on older compilers (GH-23873)
b6fc0c406e : bpo-42789: Enable using /dev/tty in test_curses. (GH-24085)
0f3b96b368 : Update Sphinx version for macOS installer build. (GH-24082)
a38e04b566 : bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
14097a2785 : bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080)
c94ee13ad5 : bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674)
1470edd613 : bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
7c83eaa536 : bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)
b8eb376590 : bpo-40077: Add traverse/clear/free to arraymodule (GH-24066)
6613676861 : bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919)
5d3553b0a8 : bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073)
9e8fe1986c : bpo-42093: Tweak the what's new message about the new LOAD_ATTR opcode cache (GH-24070)
bd2728b1e8 : bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)
2ea320dddd : bpo-40631: Disallow single parenthesized star target (GH-24027)
8f8de7380c : No need to test "istep==1" twice. (GH-24064)
768fa145cf : bpo-42772: Step argument ignored when stop is None. (GH-24018)
607501abb4 : bpo-42789: Don't skip curses tests on non-tty. (GH-24009)
a25011be8c : bpo-42809: Improve pickle tests for recursive data. (GH-24060)
75bf107c62 : bpo-40077: Convert arraymodule to use heap types and establish module state (GH-23124)
49cd68fb1e : bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in Union (GH-24059)
d9142831ba : handle empty string in variable executable in platform.libc_ver() (#23140)
11276cd9c4 : bpo-41559: Documentation for PEP 612 (GH-24000)
3bf05327c2 : bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969)
de6f20a6de : Bring Python into the new year. (GH-24036)
ec3165320e : bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
c8a7b8fa1b : bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031)
b5711c940f : bpo-37193: Remove thread objects which finished process its request (GH-23127)
3631d6deab : Fixes a typo in importlib.metadata. (#23921)
a6fd0f414c : bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (#23010)
dfdca85dfa : bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758)
f4936ad1c4 : bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980)
9655434cca : bpo-39068: Fix race condition in base64 (GH-17627)
f421bfce80 : Minor improvements to the convolve() recipe (GH-24012)
4ac923f275 : bpo-42773: fix tests not being run on pushes (GH-24004)
277ce3060b : bpo-27640: Add --disable-test-modules configure option (GH-23886)
c56387f80c : bpo-27794: Add `name` attribute to `property` class (GH-23967)
ba0e49a464 : bpo-40137: Fix refleak in _functools_exec() (GH-24006)
056c08211b : bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
2edfc86f69 : bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)
84d79cfda9 : bpo-40956: Convert _sqlite3.Row to Argument Clinic (GH-23964)
0159e5efee : bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
dd39123970 : bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)
84402eb110 : bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
a4258e8cd7 : Fix minor typo in comments in readline.c (GH-23911)
030a713183 : Allow / character in username,password fields in _PROXY envvars. (#23973)
c1af128f5a : bpo-41781: Fix typo in internal function name in typing (GH-23957)
40c2c83899 : Fix typo in NEWS (GH23958)
1df56bc059 : bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
156b7f7052 : bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)
c56988b88f : bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
efb1f0918f : bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942)
a6d63a20df : Fix compiler warnings regarding loss of data (GH-23983)
290f5ae997 : Use Py_NewRef in Modules/_struct.c (GH-23981)
4140f10a16 : bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)
a9621bb301 : bpo-42222: Modernize integer test/conversion in randrange() (#23064)
1031f23fc3 : [workflow] Use MSVC problem matcher for Windows action build (GH-18532)
bf108bb21e : bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975)
897387d2c8 : bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972)
abba83b4b9 : bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
bf64d9064a : bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170)
3ccef1ca47 : bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838)
b02ad2458b : bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955)
f4507231e3 : bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953)
3bcc4ead3f : Add small validator utility for PEG grammars (GH-23519)
7865f516f3 : bpo-16396: fix BPO number in changelog (GH-23951)
0b281f94b9 : bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954)
ea251806b8 : bpo-40521: Per-interpreter interned strings (GH-20085)
993e88cf08 : bpo-42694: Prevent creating _curses_panel.panel (GH-23948)
4101018488 : bpo-42745: Make the type cache per-interpreter (GH-23947)
77fde8dc16 : Add convolve() to the itertools recipes (GH-23928)
ba3d67c2fb : bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
f0853bcedf : Sync what's new in 3.9 with 3.9 branch (GH-23943)
5ae9be68d9 : bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-23929)
c1ae21c965 : Rename Tkinter tests for widget options (GH-23944)
36a779e64c : bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)
675c97eb6c : bpo-42721: Improve using simple dialogs without root window (GH-23897)
586f3dbe15 : bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677)
bb70b2afe3 : bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)
954a7427ba : bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)
7f162e867c : bpo-29076: Add fish support to macOS installer (GH-23302)
64abf37344 : bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
8badadec53 : bpo-42727: Fix the NEWS entry .rst (GH-23932)
786d97a66c : bpo-42727: [Enum] use super() and include **kwds (GH-23927)
c6c43b2874 : bpo-42685: Improve placing of simple query windows. (GH-23856)
6ec0adefad : [Enum] EnumMeta.__prepare__ now accepts **kwds (#23917)
7ec59d8861 : bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. (gh-23918)
b57ada98da : closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)
a9ef95b811 : GH: Add isidentical to the CODEOWNERS (GH-23923)
73607be686 : bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)
cc3467a57b : bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)
6dd3da3cf4 : bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915)
eee1c7745a : bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583)
6b1ac809b9 : bpo-25246: Optimize deque.remove() (GH-23898)
a12491681f : bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)
41b223d29c : bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
bfda4f5776 : bpo-28468: Fix typo in _os_release_candidates (GH-23913)
28b75c80dc : bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896)
d90ff37681 : BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881)
6d9ec8bbfa : bpo-1635741: Port resource extension module to module state (GH-23462)
cf3565ca9a : bpo-42620: Improve socket.getsockname doc string (GH-23742)
52a327c1cb : bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
46b5c6be29 : Fix typos in sysmodule (GH-23883)
069560b117 : bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427)
6afb730e2a : bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884)
60eccd0956 : [doc] Fix missing commas in signatures (#23693)
b3c77ecbbe : bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868)
fbc7723778 : bpo-39159: Declare error that might be raised from literal_eval (GH-19899)
b8fde8b541 : bpo-42008: Fix internal _random.Random() seeding for the one argument case (GH-22668)
711381dfb0 : Fix typo in docstring (GH-23515)
f2dbfd7e20 : bpo-42634: Mark reraise after except blocks as artificial. (GH-23877)
d515c610c6 : bpo-35790: Correct the description of sys.exc_info() and add a code example (GH-11625)
37a6d5f802 : [WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967)
ab74c014ae : bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
c95f8bc270 : bpo-42669: Document that `except` rejects nested tuples (GH-23822)
b0398a4b7f : bpo-42572: Improve argparse docs for the type parameter. (GH-23849)
a44ce6c9f7 : bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708)
09a36cdfb7 : bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855)
c56f9df049 : [doc] Mention with and except clauses in globals() (GH-13232)
3d569fd6dc : bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
1e27b57dbc : bpo-42470: Do not warn on sequences which are also sets in random.sample() (GH-23665)
e009612476 : Fixed typo in itertools documentation (GH-23816)
5646414ae1 : bpo-42559: Not that getrandbits() is non-negative. (GH-23843)
51f4688254 : bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)
fb34096140 : bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
e8d2264210 : bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039)
8c5d0347ef : bpo-34398: Allow glossary results to show up on search page (GH-8773)
d75f6f78e6 : bpo-42675: Document collections.abc.Callable changes (GH-23839)
17ef4319a3 : bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
2179349d8c : bpo-40956: Fix sqlite3 AC code (GH-23837)
1ba82bbc50 : bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341)
84ebcf271a : bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
b9735420aa : bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
886b2e5c7a : bpo-39096: Format specification documentation fixes for numeric types (GH-23575)
6104013838 : bpo-1635741: Port _thread to multiphase init (GH-23811)
6e799be0a1 : bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)
074ad5123f : bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823)
75dabfe7a8 : bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530)
96a09df644 : [doc] Fix a few margins due to bad markup (GH-23619)
bf353f3c2d : bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803)
40125ab325 : bpo-26564: fix obsolete comment in traceback.c (GH-23819)
ba760f3710 : bpo-31904: Skip some asyncio tests on VxWorks (#23815)
dcc997cd28 : [doc] Fix erroneous backslashes in signatures and names (GH-23658)
c143cc379c : Correct referenced RFC number in cgi module (GH-22827)
a6ba2b9015 : Fix indentation for get_stats_profile() docs (GH-23618)
051b981867 : bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
66d3b589c4 : bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756)
c590c2338e : bpo-23915: update and elucidate documentation of with_traceback (GH-23680)
fc3dca3e16 : Clarify eval() doc from library/functions. (GH-22700)
aefb69b23f : bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614)
37caeb172b : Fix reStructuredText typo in NEWS.d. (GH-23800)
fcc6935384 : Add symbols of the stable ABI to python3dll.c (GH-23598)
5274b682bc : bpo-42645: Make sure that return/break/continue are only traced once when exiting via a finally block. (GH-23780)
c71581c7a4 : bpo-42615: Delete redundant jump instructions that only bypass empty blocks (GH-23733)
8203c73f3b : bpo-1635741: Refactor _threadmodule.c (GH-23793)
1c653f17cb : bpo-42613: Fix freeze.py config directory (GH-23792)
99d28c5670 : bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798)
5f0fe8ec70 : bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785)
79782fe4f8 : bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795)
b32d8b4f9b : bpo-42644: Validate values in logging.disable() (#23786)
3f9fe23c05 : bpo-42179: Clarify exception chaining (GH-23160)
801165e1a9 : Update Stale action message (GH-23791)
928dbfc16c : bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)
b230409f21 : bpo-31904: Skip os.path.expanduser() tests on VxWorks (GH-23776)
9a0dea6137 : bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on VxWorks (GH-23716)
e1e3c2dac3 : bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
9cc8fa6ac8 : Adding "stale" GitHub Action (GH-21247)
b9ced83cf4 : bpo-40219: Lowered ttk LabeledScale dummy (GH-21467)
0603f8087a : Let dependabot create PRs against the maintenance branches (GH-22992)
0911411e0c : Update stable ABI script for MacOS and update list of exported symbols (GH-23783)
7f14a3756b : bpo-42641: Enhance test_select.test_select() (GH-23782)
c8a10d2fab : bpo-36675: Doc: Reveal doctest directives (GH-23620)
3ca2b8fd75 : bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)
ceb420251c : bpo-32381: pymain_run_file() uses PySys_FormatStderr() (GH-23778)
f7049b5fb6 : bpo-42639: Add script_helper.run_test_script() (GH-23777)
6a02b38475 : bpo-14935: Remove static state from the _csv module (GH-23224)
b8fa135908 : bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
8473cf89bd : bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if statements conform to PEP 626. (GH-23743)
6f79e60b66 : bpo-33610: Edit idlelib.codecontext (GH-23773)
c117426bf8 : bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741)
357704c9f2 : bpo-42639: atexit now logs callbacks exceptions (GH-23771)
83d52044ae : bpo-42639: Cleanup atexitmodule.c (GH-23770)
fdb9efce6a : bpo-41877: Check for misspelled speccing arguments (GH-23737)
42c9f0fd0a : bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
f5e97b72fe : bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spurious line events. (GH-23761)
56aa20f9eb : Don't generate spurious line number in try-except-finally. (#23760)
674fa0a740 : bpo-42598: Fix implicit function declarations in configure (GH-23690)
463c7d3d14 : bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060)
43c4fb6c90 : bpo-30858: Improve error location for expressions with assignments (GH-23753)
da431f789b : Add two spaces around equal sign (#23719)
b5a6db9111 : bpo-39717: [tarfile] update nested exception raising (GH-23739)
4b8cdfcb22 : bpo-41879: Doc: Fix description of async for statement (GH-23548)
67b769f515 : bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)
a658287179 : bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725)
efb13be72c : bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735)
9fc571359a : bpo-41877: Improve docs for assert misspellings check in mock (GH-23729)
b5c7b38f5e : bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
7cf0aad96d : bpo-42517: [Enum] do not convert private names into members (GH-23722)
6bd94de168 : bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714)
2a35137328 : [doc] Link to issue regarding logging.disable level param default value (GH-23726)
35cacce525 : [doc] Document logging.basicConfig default format (GH-23710)
d5dcb65317 : bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718)
a82f63f5af : bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
ca06440207 : bpo-32381: Remove unused _Py_fopen() function (GH-23711)
550e4673be : bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
98a5417193 : bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-21684)
eb7594f857 : bpo-41443: Add more attribute checking in test_posix (GH-21688)
fe6e5e7cfd : bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
815506d852 : bpo-32381: Rewrite PyErr_ProgramText() (GH-23700)
6d3dfee271 : [Enum] reformat and add doc strings (GH-23705)
37440eef7f : bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497)
c168b5078f : bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226)
4aa67853cc : bpo-41910: move news entry (GH-23695)
0f91f586ae : bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691)
b6d98c10ff : bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642)
233fddfe39 : Post 3.10.0a3
06afac6c57 : bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713)
b63a620014 : bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662)
8bae2a958e : Python 3.10.0a3
c0afb7fa0e : bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils (GH-22088)
0ef96c2b2a : bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
c266736ec1 : bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487)
212337369a : Update macos installer ReadMe for 3.10.0a3 (GH-23671)
57e5113610 : bpo-42508: Keep IDLE running on macOS (GH-23577)
752cdf21eb : bpo-38843: Document behavior of default when the attribute is already set (GH-23653)
8a62887dfb : bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664)
6a7fb9d31b : bpo-42576: Clarify only debug builds are affected in news (GH-23663)
c598a04dd2 : bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH23613)
804d6893b8 : bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656)
da3d2abe6b : GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638)
556d97f473 : bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975)
29afab6c5f : bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649)
226a012d1c : bpo-42536: GC track recycled tuples (GH-23623)
2de5097ba4 : bpo-26131: Deprecate usage of load_module() (GH-23469)
79c1849b9e : bpo-42545: Improve the error message in the stable API script (GH-23648)
85f1dedb8d : bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
2e0760bb2e : bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633)
8d4f57dbd1 : bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419)
6e1eec71f5 : bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
066394018a : bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
eaccc12aa9 : bpo-42246: Don't forget the entry block when ensuring that all exits have a line number (GH-23636)
f24b8101a0 : bpo-42562: Fix issue when dis failed to parse function that has no line numbers (GH-23632)
db68544122 : bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
8b6c4a921a : bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626)
7e5e13d113 : bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
2ad93821a6 : bpo-42431: Fix outdated bytes comments (GH-23458)
f3c3ea91a7 : bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612)
3ec9d01901 : Remove the conditional for setting query. (#23604)
5291639e61 : bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
dedc2cd5f0 : bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608)
99b594404d : bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
5977a7989d : bpo-42246: Make sure that line number is correct after a return, as required by PEP 626 (GH-23495)
4e7a69bdb6 : bpo-42500: Fix recursion in or after except (GH-23568)
93a0ef7647 : Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609)
46bd5ed94c : bpo-40939: Restore some stable API functions incorrectly deleted (GH-23606)
e483d281bd : bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675)
1867b462de : bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
8acd0e0d49 : build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583)
a43fea8857 : build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
bc662c0bd7 : [doc] Fix abc.update_abstractmethods markup (GH-23576)
80a429eae9 : Fix bz2 examples markup (#23580)
32bd68c839 : bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
00d7abd7ef : bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
b2d0c66e88 : bpo-31904: Fix fifo test cases for VxWorks (GH-20254)
cc061d0e6f : bpo-38200: Add itertools.pairwise() (GH-23549)
427613f005 : bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
1244c816d7 : bpo-31904: Support signal module on VxWorks (GH-23391)
5c73afc36e : bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
9bdc40ee3e : Refactor the grammar to match the language specification docs (GH-23574)
bcc9579227 : bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532)
7f82f22eba : bpo-42501: Revise the usage note for Enums with the choices (GH-23563)
e41bfd15dd : bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570)
0be9ce305f : bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534)
9f004634a2 : bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (GH-23529)
9654592478 : bpo-42506: Fix unexpected output in test_format (GH-23564)
6cc2c419f6 : bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
fc40b3020c : bpo-42450: Minor updates to the itertools recipes (GH-23555)
86684319d3 : bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
86150d39c8 : bpo-42392: Remove deprecated loop parameter from docs (GH-23552)
c642374b3e : bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537)
00a6568ba3 : bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394)
6a273fdc2a : bpo-31904: skip some tests related to fifo on VxWorks (GH-23473)
a86a274b72 : bpo-31904: add shell requirement for test_pipes (GH-23489)
996a1ef8ae : skip test_test of test_mailcap on VxWorks (GH-23507)
64c8f81047 : skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid_symbolic on VxWorks (GH-23518)
7a240aef15 : Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516)
fa840cc81d : Fix dis markup (GH-23524)
4b44472966 : Fix multiprocessing markup (GH-23525)
74311aeb45 : bpo-41818: Fix test_master_read() so that it succeeds on all platforms that either raise OSError or return b"" upon reading from master (GH-23536)
aa1b8a168d : bpo-31904: Fix test_os.test_getcwd_long_path() failure for VxWorks (GH-20256)
d41ec65ab7 : bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
8085f742f4 : bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925)
5b0194ed31 : bpo-41241: Unnecessary Type casting in 'if condition' (GH-21396)
e4fe303b8c : bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521)
f9195318a8 : bpo-42452: Improve colorsys.rgb_to_hls code (GH-23306)
44ca05afc8 : bpo-42474: test TracebackException comparison to non-equal instances (GH-23522)
f5a19ead4b : bpo-41818: Make test_openpty() avoid unexpected success due to number of rows and/or number of columns being == 0. (GH-23526)
c8aaf71dde : bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)
a1652da2c8 : Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735)
e3ef4d7f65 : bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-21533)
f533cb80cb : bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
87f7ab5359 : bpo-41818: test_openpty succeed on Gentoo, don't expect to fail on this platform (GH-23514)
9d09e1719c : Typo: fix inverted sense of statement (GH-23288)
c13d89955d : bpo-41818: Updated tests for the standard pty library (GH-22962)
be319c0c10 : bpo-42299: Remove formatter module (GH-23476)
b9127dd6ee : bpo-42392: Improve removal of *loop* parameter in asyncio primitives (GH-23499)
7301979b23 : bpo-42202: Store func annotations as a tuple (GH-23316)
85c84920f5 : Add more tests to the descriptor howto guide (GH-23506)
4fedd7123e : bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
c9c6e9f89a : bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)
8d17d2bd0a : Doc: Minor fixes (GH-23422)
2d44a6bc4f : Add doctests to the descriptor HowTo (GH-23500)
ed1a5a5bac : bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235)
0ec34cab9d : bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
b0b428510c : bpo-42370: Check element before making mouse click in ttk tests (GH-23491)
ac7d0169d2 : bpo-42212: smelly.py also checks the dynamic library (GH-23423)
14d81dcaf8 : bpo-42260: Improve error handling in _PyConfig_FromDict (GH-23488)
c0c23ea72b : bpo-41100: in test_platform, ignore 10.16 (GH-23485)
936533ca04 : bpo-41100: minor build installer fixes (GH-23480)
989af25616 : Typo (#23482)
79d2e62c00 : Added support for negative indexes to PurePath.parents (GH-21799)
ffae93248a : Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475)
2f2f9d0b5c : bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
ff420f0e08 : bpo-28850: Fix PrettyPrinter.format overrides ignored for contents of small containers (GH-22120)
dd844a2916 : bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)
313467efdc : bpo-42435: Speed up comparison of bytes and bytearray object (GH--23461)
5ef53a88f3 : Doc: fix typo in typing.Type docs (GH-23460)
686c203cd4 : bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
c4d45ee670 : bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449)
bd8c22e1fa : bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)
404a719b51 : bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301)
453bc1da20 : bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
442746af64 : bpo-41100: Stripping '-arch arm64' didn't work after all (GH-23280)
690a5fa3dd : bpo-42361: Use Tcl/Tk 8.6.10 when building the installer on recent macOS (GH-23293)
0f20bd9042 : bpo-38443: Check that the specified universal architectures work (GH-22910)
68f68fa423 : Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272)
ea97ebab35 : bpo-1635741: Port select module to multiphase init (GH-23409)
035deee265 : bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406)
ed1007c0d7 : bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446)
0e62efc51e : bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)
1db76394ea : bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410)
01a202ab6b : bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_signal. (GH-20010)
31729366e2 : bpo-40791: Make compare_digest more constant-time. (GH-20444)
aa3a3521ce : bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421)
6edf06b24a : bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
9f02b479e6 : bpo-36876: [c-analyzer tool] Tighten up the results and output. (GH-23431)
a993e901eb : bpo-28002: Roundtrip f-strings with ast.unparse better (#19612)
9fc319dc03 : bpo-42360: Add advice to help avoid pickling issues. (GH-23305)
4c24b08cd3 : Fix wrong availability for signal.SIGCHLD (#23285)
4520584483 : bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)
d20b7ed9c1 : bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042)
3be8e220ed : bpo-42403: Use @staticmethod in importlib (GH-23395)
a6109ef68d : bpo-1635741: Convert _sre types to heap types and establish module state (PEP 384) (GH-23393)
2db8e35489 : bpo-1635741: Enhance _datetime error handling (GH-23139)
5c36da78d7 : bpo-42333: Port _ssl extension module to heap types (GH-23392)
03c8ddd9e9 : bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
7ddbaa7a1b : bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
e1dc0db8c7 : bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)
1b54077ff6 : bpo-42345: Fix hash implementation of typing.Literal (GH-23383)
b437aa83f9 : bpo-1635741: Port _posixshmem extension module to multiphase initialization (GH-23404)
588c7c9f08 : bpo-1635741: Fix _struct for build bot error (GH-23402)
646d7fdefb : bpo-1635741: Port gc module to multiphase initialization (GH-23377)
cfeb5437a8 : bpo-1635741: Port _struct to multiphase initialization (GH-23398)
3390347aa0 : bpo-42403: Simplify importlib external bootstrap (GH-23397)
7d9d25dbed : bpo-42403: Fix pyflakes warnings in importlib (GH-23396)
bf9d70a1a5 : bpo-1635741: Port spwd to multiphase initialization (GH-23390)
3094dd5fb5 : bpo-1635741: Port _queue to multiphase initialization (GH-23376)
fa2eee975d : bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360)
cc0cd43c0f : bpo-1635741: Port _random to multiphase initialization (GH-23359)
13b865f0e1 : bpo-42375: subprocess DragonFlyBSD build update. (GH-23320)
4687338d0e : bpo-42345: Add whatsnew for typing.Literal in 3.10 (GH-23385)
a85fefe71b : bpo-42381: Document walrus-related syntax changes in whatsnew (GH-23382)
6f4635fe20 : bpo-1635741: Port _warnings to the multi-phase init (GH-23379)
829b177436 : [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769)
6223071421 : bpo-1635741: Convert _imp to multi-phase init (GH-23378)
e0251787d8 : bpo-39573: Remove What's new entry for Py_SIZE() (GH-23375)
7c9487ded4 : bpo-42085: Add documentation for Py_TPFLAGS_HAVE_AM_SEND (GH-23374)
0e2ac21dd4 : bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
2156d964a1 : bpo-42336: Improve PCbuild batch files (GH-23275)
07f2adedf0 : bpo-40998: Address compiler warnings found by ubsan (GH-20929)
46f59ebd01 : bpo-1635741: Port _hashlib to multiphase initialization (GH-23358)
c7011012fa : bpo-1635741: Port symtable module to multiphase initialization (GH-23361)
d1e38d4023 : bpo-40998: Fix a refleak in create_filter() (GH-23365)
8fba9523cf : bpo-42398: Fix "make regen-all" race condition (GH-23362)
ce04e7105b : bpo-41561: skip test_min_max_version_mismatch (GH-22308)
ccdcb20cbe : bpo-40656: Clean up detect_socket() (GH-20148)
d0d4a45067 : bpo-42395: Add aclosing to __all__ (GH-23356)
9c98e8cc3e : bpo-42396: Add a whatsnew entry about async contextlib.nullcontext (GH-23357)
7f9b25a21a : bpo-41713: Port _signal module to multi-phase init (GH-23355)
1de61d3923 : bpo-41625: Skip os.splice() tests on AIX (GH-23354)
29aa624047 : bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353)
282282a1c9 : Fix: Docstrings hidden by slots. (GH-23352)
2a9eddf070 : bpo-41625: Add a guard for Linux for splice() constants in the os module (GH-23350)
e59958f8b6 : bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-23351)
266b462238 : bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267)
fa96608513 : bpo-41625: Add versionadded to os.splice() constants (GH-23340)
cda23be092 : bpo-41686: Refactor signal_exec() (GH-23346)
0ae323b87f : bpo-41686: Always create the SIGINT event on Windows (GH-23344)
a1f401a58b : bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163)
296a796951 : bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
975022b77b : bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980)
2ffba2a102 : bpo-41861, _sqlite3 : Add NEWS entry and rename variables (GH-23337)
f03d318ca4 : bpo-42345: Fix three issues with typing.Literal parameters (GH-23294)
b0aba1fcdc : bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332)
a57b3d30f6 : bpo-41625: Expose the splice() system call in the os module (GH-21947)
cce3f0b0c8 : Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327)
9cc9e27725 : bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)
cae60187cf : bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)
cb3e5ed071 : bpo-42374: Allow unparenthesized walrus in genexps (GH-23319)
f62dad16b8 : bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307)
c26d5916d6 : bpo-40939: Document removal of the old parser in 3.10 whatsnew (GH-23321)
c79667ff79 : bpo-42087: Remove support for AIX 5.3 and below (GH-22830)
ae6cd7cfda : bpo-37205: time.time() cannot fail with fatal error (GH-23314)
5909a494cd : bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
3df5c68487 : bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284)
aa01011003 : bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
384b7a4bd9 : bpo-42332: Add weakref slot to types.GenericAlias (GH-23250)
c272d40e5b : More updates to the descriptor howto guide (GH-23238)
c3b9592244 : bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254)
a26215db11 : bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281)
7a27c7ed4b : bpo-42351: Avoid error when opening header with non-UTF8 encoding (GH-23279)
2b39da4997 : bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243)
8836574a0f : fix typo in ThreadedChildWatcher docs (GH-23277)
d2e94bb084 : bpo-42131: Add PEP 451-related methods to zipimport (GH-23187)
9b6934230c : bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)
cd9fed6afb : bpo-41001: Add os.eventfd() (#20930)
bbeb2d266d : bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264)
f97406be4c : bpo-40968: Send http/1.1 ALPN extension (#20959)
09490a109f : bpo-42042: Use ids attribute instead of names attribute (GH-22739)
b3b98082c5 : bpo-41617: Add _Py__has_builtin() macro (GH-23260)
d96a7a8313 : bpo-42296: On Windows, fix CTRL+C regression (GH-23257)
0cec97eb6a : bpo-38823: Fix compiler warning in _ctypes on Windows (GH-23258)
fd009e606a : bpo-42246: Fix memory leak in compiler (GH-23256)
cc75ab791d : bpo-42246: Eliminate jumps to exit blocks by copying those blocks. (#23251)
750c5abf43 : bpo-42308: Add threading.__excepthook__ (GH-23218)
b5cc05bbe6 : bpo-38823: Always build _ctypes with wchar_t (GH-23248)
ef75a625cd : bpo-42260: Initialize time and warnings earlier at startup (GH-23249)
d19fa7a337 : bpo-38823: Fix refleaks in _ctypes extension init (GH-23247)
c6409156c4 : Bump magic number. (GH-23245)
fd4ed57674 : bpo-42237: Fix os.sendfile() on illumos (GH-23154)
877df851c3 : bpo-42246: Partial implementation of PEP 626. (GH-23113)
cda99b4022 : Fix memory leak introduced by GH-22780 (GH-23237)
ba2958ed40 : bpo-40170: Fix PyType_Ready() refleak on static type (GH-23236)
f9a8386e44 : bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502)
fa476fe132 : bpo-39411: pyclbr rewrite on AST (#18103)
95ce7cd0a6 : bpo-1635741: Fix typo in PyModule_AddObjectRef() doc (GH-23234)
78ba7c69ad : bpo-42294: Grammar fixes in doc glossary strong/weak refs (GH-23227)
7e5ef0a571 : bpo-42140: Improve asyncio.wait function (GH-22938)
a13b26cac1 : bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)
ace3f9a0ce : bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
1e996c3a3b : bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780)
e59b2deffd : bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)
3eb2846225 : Update whatsnew for 3.10 release about addition of contextlib.aclosing (GH-23217)
42d873c63a : bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020)
0b9c4c6fcf : bpo-42171: Add PEP573-related items to the limited API (GH-23009)
9303b9ecc3 : Fix typo in test_array.py (GH-23189)
9e1b828265 : bpo-42260: Compute the path config in the main init (GH-23211)
38811d68ca : Fix typo in unicodeobject.c (GH-23180)
bfc6b63102 : bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19875)
1f73c320e2 : bpo-41712: Avoid runaway regex match in upload scripts (GH-23166)
23c5f93b83 : bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
a117167d8d : bpo-41543: contextlib.nullcontext can fill in for an async context manager (GH-21870)
97e8b1eaea : bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
4eb41d055e : bpo-42233: Add union type expression support for GenericAlias and fix de-duplicating of GenericAlias (GH-23077)
23831a7a90 : bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)
41761933c1 : bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
fd6f6fa403 : Minor wording change in concurrent.futures. (GH-23194)
01c6aa43dc : bpo-40077: Convert _queuemodule to use heap types (GH-23136)
8805a4dad2 : bpo-42282: Fold constants inside named expressions (GH-23190)
ee2549c2ba : bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)
825ac38332 : bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when `__loader__` is missing (#22929)
7c01f1540f : Remove outdated reference to pywin32 from platform module (GH-22005)
88c2cfd9ff : bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
803187796f : Minor grammar edits for the descriptor howto guide (GH-#23175)
bde33e428d : bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)
91e93794d5 : bpo-26389: Allow passing an exception object in the traceback module (GH-22610)
dc42af8fd1 : bpo-42260: PyConfig_Read() only parses argv once (GH-23168)
f3cb814315 : bpo-42260: Add _PyConfig_FromDict() (GH-23167)
4662fa9bfe : bpo-41877 Check for asert, aseert, assrt in mocks (GH-23165)
133aa2d581 : [docs] fix wrongly named AsyncContextDecorator (GH-23164)
53a03aafd5 : bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
80449f243b : bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)
178695b7ae : bpo-40816 Add AsyncContextDecorator class (GH-20516)
048a35659a : bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
100964e031 : Disable peg generator tests when building with PGO (GH-23141)
789359f47c : bpo-1635741: _sqlite3 uses PyModule_AddObjectRef() (GH-23148)
7184218e18 : bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489)
af1d64d9f7 : bpo-42260: Main init modify sys.flags in-place (GH-23150)
58ca33b467 : bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151)
18ce7f1d0a : bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146)
988f1ec8d2 : bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147)
cfb41e80c1 : bpo-42260: Reorganize PyConfig (GH-23149)
8021875bbc : bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122)
3529718925 : bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)
0001a1b69e : bpo-42251: Add gettrace and getprofile to threading (GH-23125)
db6434c474 : Enable signing of nuget.org packages and update to supported timestamp server (GH-23132)
bffb137cb5 : Fix incorrect links in ast docs (GH-23017)
57aaaa8d2a : Add _PyType_GetModuleByDef (GH-22835)
a603c3d371 : Post 3.10.0a2
fd957c124c : bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
212d32f45c : bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)
74b4eda98b : bpo-40077: Convert mmap.mmap static type to a heap type (GH-23108)
114ee5dec0 : Python 3.10.0a2
9568622c99 : bpo-35455: Fix thread_time for Solaris OS (GH-11118)
45df61fd2d : bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053)
5cf4782a26 : bpo-41796: Make _ast module state per interpreter (GH-23024)
34637a0ce2 : bpo-42103: Improve validation of Plist files. (GH-22882)
6fdfcec5b1 : bpo-41943: Fix bug where assertLogs doesn't correctly filter messages… (GH-22565)
aca67da4fe : Revert "bpo-37193: remove thread objects which finished process its request (GH-13893)" (GH-23107)
4b9aad4999 : bpo-42236: Enhance init and encoding documentation (GH-23109)
301822859b : bpo-42224: Fix test_format when locale does not expect number grouping (GH-23067)
64366fa9b3 : bpo-41435: Add sys._current_exceptions() function (GH-21689)
3d86d090dc : bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073)
6e8dcdaaa4 : bpo-41229: Update docs for explicit aclose()-required cases and add contextlib.aclosing() method (GH-21545)
e9208f0e74 : Minor formatting edits to the descriptor howto guide (GH-23092)
da7bb7b4d7 : bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
74fa464b81 : Add member objects to the descriptor howto guide (GH-23084)
c415590212 : bpo-37193: remove thread objects which finished process its request (GH-13893)
e662c398d8 : bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
82458b6cdb : bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)
1f7dfb277e : bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081)
148c76b27c : Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078)
7feb54a634 : bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
d2810054c7 : tempfile: Use random.choises() instead of choise() (GH-23068)
2165cea548 : bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059)
d3b4e06807 : bpo-42146: Unify cleanup in subprocess_fork_exec() (GH-22970)
3bf0d02f28 : bpo-42198: New section in stdtypes for type annotation types (GH-23063)
02cdfc93f8 : bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)
d21cb2d5ee : bpo-42198: Improve consistency of Union docs (GH-23029)
7d21027157 : bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484)
bcbf758476 : bpo-42198: Document __new__ for types.GenericAlias (GH-23039)
43ca084c88 : Revert "bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)"
b62bdf71ea : bpo-42208: Add _locale._get_locale_encoding() (GH-23052)
710e826307 : bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
06f8c3328d : bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048)
6e03c0ad15 : GitHub Action: Add gdb to posix dependencies (GH-23043)
eba5bf2f56 : bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044)
4fe72090de : bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045)
b9ee4af4c6 : bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041)
dff1ad5090 : bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c (GH-23040)
8b3414818f : bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038)
99608c733c : DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036)
3af4b58552 : bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-23035)
d6238ba82d : bpo-42172: Correct typo for test_socket.py (GH-23013)
8e409cebad : bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)
9129af6050 : bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
3317466061 : bpo-42061: Document __format__ for IP addresses (GH-23018)
b76a840021 : bpo-42180: fix plural in arguments and control (GH-23015)
5776663675 : bpo-42029: Remove IRIX code (GH-23023)
350526105f : bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953)
df59273c7a : bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
4173320920 : bpo-41805: Documentation for PEP 585 (GH-22615)
35b95aaf21 : bpo-42161: Micro-optimize _collections._count_elements() (GH-23008)
c310185c08 : bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
0564aafb71 : bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829)
15acc4eaba : bpo-41659: Disallow curly brace directly after primary (GH-22996)
95f710c557 : bpo-6761: Enhance __call__ documentation (GH-7987)
37834136d0 : bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
a6879d9445 : bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
84f7382215 : bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
c9bc290dd6 : bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
303aac8c56 : bpo-30681: Support invalid date format or value in email Date header (GH-22090)
8e3b9f9283 : bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
bca7014032 : bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111)
c8c4200b65 : bpo-42157: Convert unicodedata.UCD to heap type (GH-22991)
920cb647ba : bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
8374d2ee15 : bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
47e1afd2a1 : bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
b510e101f8 : bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
fb5db7ec58 : bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
96a9eed245 : Added some makefile generated files to .gitignore (GH-22435)
0f25c231b3 : Add a link to buffer protocol in bytearray() doc (GH-22675)
c0590c0033 : bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow (GH-22966)
e68c67805e : bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
d1a0a960ee : bpo-42043: Add support for zipfile.Path subclasses (#22716)
14cdc215aa : bpo-41919: Avoid resource leak in test_io (GH-22973)
df8d4c83a6 : bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
c32f2976b8 : bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
3cde3788b6 : bpo-39108: Document threading issues for random.gauss() (GH-22928)
e6a7ea4f2e : Split-out a fourth section in the descriptor HowTo guide (GH-22965)
492d513ccb : Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960)
4a9c637938 : Second round of updates to the descriptor howto guide (GH-22946)
5df6c99cb4 : bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
48be6b1ef7 : bpo-42127: Document effect of cached_property on key-sharing dictionaries (GH-22930)
c579ad14d3 : bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
e53e54425d : bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
be3c3a0e46 : bpo-35823: Allow setsid() after vfork() on Linux. (GH-22945)
8cd1dbae32 : bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870)
473db47747 : bpo-35823: subprocess: Fix handling of pthread_sigmask() errors (GH-22944)
e01e442125 : [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
2455cb5dbe : Automatically add skip news and skip issue label to dependabot PRs (GH-22927)
805ef73ad0 : bpo-42139: Update What's New 3.9 for master (#22936)
8e5b0fdce3 : bpo-19072: Update descriptor howto for decorator chaining (GH-22934)
04523c5bd6 : Mention in "What's New" that the import system is starting to be cleaned up (GH-22931)
976da903a7 : bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671)
16ee68da6e : bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
a3c4ceffe6 : build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)
cd0edbc716 : build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)
697109bbf3 : Allow dependabot to check GitHub actions monthly (GH-22787)
8d3d7314d4 : Create a primer section for the descriptor howto guide (GH-22906)
7c4065d305 : Add GitHub sponsor info for Python (GH-22887)
780151479f : Add Mark Shannon to CODEOWNERS. (#22914)
da6f098188 : bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088)
345cd37abe : bpo-36876: Fix the C analyzer tool. (GH-22841)
ec388cfb4e : bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239)
facb522d44 : bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433)
e76b8fc815 : Add CODEOWNERS for the Grammar file (GH-22898)
c6d7e82d19 : bpo-38980: Only apply -fno-semantic-interposition if available (GH-22892)
b37c994e5a : bpo-42086: Document AST operator nodes acts as a singleton (GH-22896)
b52432cb8c : bpo-42057: Add regression test to master. (GH-22893)
b6f2fc9040 : bpo-25655: Improve Win DLL loading failures doc (GH-22372)
283f9a253b : Remove 3.5 from Doc version switcher in master. (#22886)
dde91b1953 : bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880)
8a9463f2d4 : _testmultiphase: Fix possible ref leak (GH-22881)
c8ba47b551 : Delete TaskWakeupMethWrapper_Type and use PyCFunction instead (#22875)
3c69f0c933 : bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874)
b451b0e9a7 : bpo-38980: Add -fno-semantic-interposition when building with optimizations (GH-22862)
27f1bd8787 : bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
f8b1ccd63c : Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867)
2e5ca9e3f6 : bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864)
caff2934f4 : bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580)
c60394c7fc : bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111)
c7437e2c02 : bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155)
9a1ad2cf02 : Update tzdata to 2020.3 (GH-22856)
cb115e36e1 : Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
fb2e94692e : Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
eba109a28f : Doc: Remove old Python version from future stmt (GH-21802)
4642ccd1c3 : Doc: Do not encourage using a base class name in a derived class (GH-22177)
c0f22fb8b3 : bpo-41902: Micro optimization for range.index if step is 1 (GH-22479)
5f22741340 : bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22420)
25492a5b59 : bpo-41902: Micro optimization for compute_item of range (GH-22492)
a460d45063 : Update idlelib/help.html to current Sphinx output (GH-22833)
786addd9d0 : bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839)
7cdf30fff3 : bpo-42010: [docs] Clarify subscription of types (GH-22822)
2d55aa9e37 : bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272)
5ab27cc518 : bpo-42041: Clarify how subprocess searches for the executable (GH-22715)
3393624b6d : Minor tweaks to typing union objects doc (GH-22741)
3f7e990fd4 : bpo-41192: Add documentation of undocumented audit events (GH-21308)
1d3469988e : bpo-38144: Re-add accidentally removed audition for glob. (GH-22805)
6d883fbe14 : bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817)
0c37269be7 : bpo-41192: Clarify the sys module's description of the auditing feature (GH-22768)
ec42789e6e : bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
faddc7449d : bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
ff1ae3dd33 : bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
f2312037e3 : bpo-38324: Fix test__locale.py Windows failures (GH-20529)
d5d0521270 : md5module: Fix doc strings variable names (GH-22722)
5b57fa6940 : Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
3185267400 : bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764)
109826c850 : bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
871934d4cf : bpo-4356: Add key function support to the bisect module (GH-20556)
de73d432bb : bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)
23c0fb8edd : bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921)
bf838227c3 : bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074)
1438c2ac77 : bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)
f85658a098 : bpo-40901: Describe what "interface name" means on Windows (GH-20694)
3a8fdb2879 : bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
4dfb190a33 : bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)
5456e78f45 : bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
33242a9328 : bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
5d9e657517 : Link to the msvcrt module from the Windows FAQ (#22268)
fa8748271a : bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740)
96ddc58281 : bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775)
95ad890a7b : bpo-42084: Language aware diff headers (GH-22776)
93a1ccabde : bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762)
05ee790f4d : bpo-42051: Reject XML entity declarations in plist files (#22760)
985f0ab3ad : bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405)
ebc8c38287 : bpo-41192: Fix some broken anchors for audit event entries (#21310)
b580ed1d9d : Correct name of bytecode in change note. (GH-22723)
5368c2b6e2 : bpo-19270: Fixed sched.scheduler.cancel to cancel correct event (GH-22729)
155938907c : bpo-40484: Document compiler flags under AST module (GH-19885)
3c0ac18504 : bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910)
b81c833ab5 : bpo-28660: Make TextWrapper break long words on hyphens (GH-22721)
67f04878de : 3.9 whatsnew: fix bpo issue for AST change (GH-22742)
1bcaa81e52 : bpo-20184: Convert termios to Argument Clinic. (GH-22693)
c304c9a7ef : bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)
a0c603cb9d : bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (GH-16334)
3635388f52 : bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940)
975d10a4f8 : [doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733)
a22a19f354 : bpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH-22726)
1dd6d956a3 : closes bpo-42030: Remove legacy AIX dynload support (GH-22717)
e9959c7118 : bpo-42011: Update documentation of logging.Filter.filter() (GH-22692)
c9f696cb96 : bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)
cf693e537d : Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618)
e6b8c5263a : bpo-1635741: Add a global module state to unicodedata (GH-22712)
644e94272a : bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673)
b67cbbda3a : Minor clarification (GH-22708)
2d2af320d9 : bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
c13b847a6f : bpo-41984: GC track all user classes (GH-22701)
302b6166fb : Update timings for the final release (GH-22697)
c5b049b91c : bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (GH-22219)
b4d895336a : bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)
0cafcd3c56 : closes bpo-42029: Remove dynload_dl (GH-22687)
6a48518e8d : bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
f2bd04f689 : Improve recipe readability (GH-22685)
7992579cd2 : bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
8b2ff4c03d : Add recipe for a version of random() with a larger population (GH-22664)
cfb0f57ff8 : bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
66c28f50c7 : bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)
64eb259cc1 : bpo-40422: Move _Py_*_SUPPRESS_IPH bits into _Py_closerange (GH-22672)
ba06a70c82 : Fix typo in "Context manager types" section in typing.rst (GH-22676)
04b8631d84 : bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670)
24a54c0bd4 : Delete PyGen_Send (#22663)
abe244c458 : [doc] Fix typo in the graphlib docs (GH-22661)
8adf8d1ec4 : [doc] Remove mention of async and await as soft keywords (GH-22144)
13ff396c01 : bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655)
47ecfd8030 : bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating global state (GH-22652)
1800c60080 : bpo-40423: Optimization: use close_range(2) if available (GH-22651)
c230fde847 : bpo-40422: create a common _Py_closerange API (GH-19754)
d5752aa5c9 : Fix .. code-block :: directives in decimal.rst (GH-22571)
10c98db7f5 : Fix typo in listobject.h (GH-22588)
8197a93208 : Fix typo (GH-22582)
8287aadb75 : bpo-41993: Fix possible issues in remove_module() (GH-22631)
fa1d83db62 : bpo-42002: Clean up initialization of the sys module. (GH-22642)
0ff8a3b374 : Fix typo in typing.rst (GH-22625)
22220ae216 : bpo-38605: bump the magic number for 'annotations' future (#22630)
98c4433a81 : bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
02a1603f91 : bpo-42000: Cleanup the AST related C-code (GH-22641)
637a09b0d6 : bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621)
a42759351b : Fix incorrect parameter name (GH-22613)
037245c5ac : bpo-41756: Add PyIter_Send function (#22443)
9975cc5008 : bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620)
b2c0a43699 : bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619)
eb38c6b7aa : bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)
f25323a307 : bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354)
e2ec0b27c0 : bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
48f305fd12 : bpo-41979: Accept star-unpacking on with-item targets (GH-22611)
666f583e9e : Updated README for python 3.10 (GH-22605)
77f0a23e7a : Fix the attribute names in the docstring of GenericAlias (GH-22594)
3f342376ab : bpo-39337: Add a test case for normalizing of codec names (GH-19069)
bfe6e03cd6 : bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
27ac19cca2 : bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598)
aecf036738 : bpo-41306: Allow scale value to not be rounded (GH-21715)
4a9f82f50d : bpo-41970: Avoid test failure in test_lib2to3 if the module is already imported (GH-22595)
35f041dd01 : bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)
4e0ce82058 : Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584)
4f3c25043d : bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)
f90dc36c15 : Fix comment about PyObject_IsTrue. (GH-22343)
044a1048ca : bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
bef7d299eb : bpo-41905: Add abc.update_abstractmethods() (GH-22485)
a8bf44d049 : bpo-41944: No longer call eval() on content received via HTTP in the UnicodeNames tests (GH-22575)
2ef5caa58f : bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566)
91e3339066 : Post 3.10.0a1
8e9afaf822 : Python 3.10.0a1
d02d824e05 : bpo-41584: clarify when the reflected method of a binary arithemtic operator is called (#22505)
1fce240d6c : bpo-41939: Fix test_site.test_license_exists_at_url() (#22559)
060937da98 : bpo-41774: Tweak new programming FAQ entry (GH-22562)
dcc54215ac : bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
9a7642667a : bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959)
8e1dd55e63 : bpo-41428: Documentation for PEP 604 (gh-22517)
40db798692 : bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it. (GH-22464)
9ece9cd65c : bpo-41909: Enable previously disabled recursion checks. (GH-22536)
619f98045d : Typo fix (GH-22496)
2cc6dc9896 : bpo-41490: Bump vendored pip to version 20.2.3 (#22527)
a619af43cc : Delete extra 'the' from `Formatter` class docstring (GH-22530)
1ed5443526 : bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (GH-22526)
e799aa8b92 : bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)
7f54e563dc : [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)
fb0a4651f1 : bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391)
d646e91f5c : bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523)
3fe6148937 : [doc] Fix link to abc.collections.Iterable (GH-22520)
ebbe8033b1 : bpo-40564: Avoid copying state from extant ZipFile. (GH-22371)
c111355480 : bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455)
52301312bb : bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418)
f97e42ef4d : bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
6a412c94b6 : bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474)
d4b9edd505 : [doc] Fix link to abc.collections.Iterable (GH-22502)
bd71a43340 : Fix is_typeddict markup (#22501)
9cd01ece78 : Typo fix - "mesasge" should be "message" (GH-22498)
20ce62f009 : bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
583ee5a5b1 : bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
497126f7ea : Update link to supporting references (GH-22488)
c8bb24166e : [doc] Update references to NumPy (GH-22458)
bd0a08ea90 : bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481)
58a7da9e12 : bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)
256e54acdb : bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-22478)
9031bd4fa4 : bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444)
fa7ce08017 : bpo-41870: Avoid the test when nargs=0 (GH-22462)
63298930fb : Fix grammar in secrets module documentation (GH-22467)
17b5be0c0a : bpo-41670: Remove outdated predict macro invocation. (GH-22026)
5b0181d1f6 : bpo-41774: Add programming FAQ entry (GH-22402)
b0dfc75816 : bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-22441)
e8acc355d4 : bpo-41873: Add vectorcall for float() (GH-22432)
cb6db8b6ae : bpo-41861: Convert _sqlite3 PrepareProtocolType to heap type (GH-22428)
d332e7b816 : bpo-41842: Add codecs.unregister() function (GH-22360)
24ba3b0df5 : bpo-41875: Use __builtin_unreachable when possible (GH-22433)
ff9147d93b : bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)
a195bceff7 : bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427)
d9ab95ff1f : [doc] Leverage the fact that the actual types can now be indexed for typing (GH-22340)
a937ab45d6 : bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417)
00eb063b66 : bpo-41858: Clarify line in optparse doc (GH-22407)
e8a2076e14 : Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
2afd1751dd : bpo-1635741: Port _bisect module to multi-phase init (GH-22415)
d73cf7ca85 : bpo-41428: Fix compiler warning in unionobject.c (GH-22416)
9fdb76c34c : Fix logging error message (GH-22410)
02d126aa09 : bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395)
05cc881cbc : bpo-41775: Make 'IDLE Shell' the shell title (#22399)
d67de0a30d : bpo-41428: Fix compiler warnings in unionobject.c (GH-22388)
bbeb223e9a : bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387)
98c16c991d : bpo-41833: threading.Thread now uses the target name (GH-22357)
2e4dd336e5 : bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
9c4eac7f02 : bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
22b7616f26 : bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
7af072c3b6 : bpo-41841: Prepare IDLE News for 3.10 (GH-22379)
48b0b1b121 : bpo-37779 : Add information about the overriding behavior of ConfigParser.read (GH-15177)
97d15ae1d8 : bpo-40170: Use inline _PyType_HasFeature() function (GH-22375)
b7d8d8dbfe : bpo-40941: Fix stackdepth compiler warnings (GH-22377)
71f2ff4ccf : bpo-40941: Fix fold_tuple_on_constants() compiler warnings (GH-22378)
7f413a5d95 : bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376)
19c3ac92bf : bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
ddc0dd001a : bpo-1635741, unicodedata: add ucd_type parameter to UCD_Check() macro (GH-22328)
83de110dce : bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220)
438e9fc66f : bpo-41513: Improve order of adding fractional values. Improve variable names. (GH-22368)
d986d1657e : bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362)
947adcaa13 : bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
0d0e9fe2ff : bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336)
a68a2ad19c : bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956)
ea0711a9f9 : bpo-41817: use new StrEnum to ensure all members are strings (GH-22348)
557b9a52ed : bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358)
c5cb077ab3 : Py_IS_TYPE() macro uses Py_TYPE() (GH-22341)
62e40d8450 : Enum: add extended AutoNumber example (GH-22349)
40a0625792 : bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
6c33385e3a : bpo-41756: Refactor gen_send_ex(). (GH-22330)
0063ff4e58 : bpo-41816: add `StrEnum` (GH-22337)
68526fe258 : bpo-40084: Enum - dir() includes member attributes (GH-19219)
1b328ea9a7 : bpo-1635741: Convert an _lsprof method to argument clinic (GH-22240)
c322948892 : bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
bc6b7fa6d7 : bpo-41513: Add accuracy tests for math.hypot() (GH-22327)
778ad926cb : [doc] Teach 0-args form of super in Programming FAQ (GH-22176)
5c0eed7375 : bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)
bfee9fad84 : bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
c8c70e7876 : Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
0c71a66b53 : bpo-33689: Blank lines in .pth file cause a duplicate sys.path entry (GH-20679)
ae0d2a33ec : bpo-41811: create SortKey members using first given value (GH-22316)
2b05361bf7 : bpo-41756: Introduce PyGen_Send C API (GH-22196)
ec8a15b034 : Make fractional value accumulation consistent inside and outside the loop. (GH-22315)
8394500cca : bpo-35293: Travis CI uses "make venv" for the doc (GH-22307)
6595cb0af4 : bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)
8af239eacf : bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
27201cddf3 : Remove duplicated words words (GH-22298)
5a8364780b : bpo-41808: Add What's New 3.9 entry missing from master (#22294)
a33f2c2bae : bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288)
0b419b7910 : bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
dcfaa520c4 : bpo-41715: Fix potential catastrofic backtracking in c_analyzer. (GH-22091)
7219e27087 : Enum: make `Flag` and `IntFlag` members iterable (GH-22221)
fc23a9483e : _auto_called cleanup (GH-22285)
a5634c4067 : bpo-41746: Add type information to asdl_seq objects (GH-22223)
5c1b46d897 : acknowledge Weipeng Hong's contributions (GH-22284)
c95ad7a91f : bpo-39728: Enum: fix duplicate `ValueError` (GH-22277)
83f6dcd207 : [doc] Minor improvements to is_typeddict (GH-22280)
3064dbf5df : bpo-41517: do not allow Enums to be extended (#22271)
0705ec8a14 : bpo-41792: Add is_typeddict function to typing.py (GH-22254)
22415ad625 : bpo-41789: honor object overrides in Enum classes (GH-22250)
47f6ec4c09 : Doc: Fix broken manpage link (GH-21937)
bff01f3a3a : bpo-39587: Enum - use correct mixed-in data type (GH-22263)
2e87774df1 : bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
ac0333e1e1 : Fix all Python Cookbook links (#22205)
5a565b3d7c : minor reformat of enum tests (GH-22259)
5531269f69 : Improve the description of difflib in the documentation (GH-22253)
e5fbe0cbd4 : bpo-41631: _ast module uses again a global state (#21961)
7bcc6456ad : bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234)
95a8a0e01d : bpo-41513: Remove broken tests that fail on Gentoo (GH-22249)
542e1df2b0 : bpo-40721: add note about enum member name case (GH-22231)
7c11a9acca : bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
8f2b991eef : bpo-41646: Mention path-like objects support in the docs for shutil.copy() (GH-22208)
efcbe786cf : Fix a typo in locale Docs (#22233)
457d4e97de : bpo-41513: Add docs and tests for hypot() (GH-22238)
7dbbea75ce : bpo-39883: Update macOS installer copy of LICENSE. (GH-22235)
94bfdee25d : bpo-41778: Change a punctuation on documentation. (GH-22229)
2ec67526a6 : bpo-38967: Improve the error msg for reserved _sunder_ names in enum (GH-18370)
b48389d950 : bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* functions (GH-21763)
c75330605d : bpo-41672: Fix type mismatches in imaplib docs (GH-22207)
1b0f0e3d7d : bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
7e711ead26 : bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
31c9828ec0 : bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146)
fb27187203 : [doc] struct: update note about network byte order form to be more helpful (GH-22201)
3304cbd990 : Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194)
06d0b8b67e : bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
f76d894dc5 : bpo-1635741: Port cmath to multi-phase init (PEP 489) (GH-22165)
1e874d5bec : Update logging documentation to tidy up formatting (GH-22173)
788b79fa7b : [doc] Remove superfluous comment about equal in f-strings (GH-22006)
471247150e : Update idlelib/help.html to current IDLE doc (GH-22181)
7a797a3967 : Add missing colon to IDLE doc markup (GH-22007)
1b4552c5e8 : bpo-41428: Implementation for PEP 604 (GH-21515)
fa8c9e7010 : bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)
76553e5d2e : Add minor clarification in logging documentation. (GH-22167)
640e8e1d5f : Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)
1e2f051a61 : bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112)
3ff6975e2c : bpo-1635741: port scproxy to multi-phase init (GH-22164)
58de1dd6a8 : bpo-41525: Make the Python program help ASCII-only (GH-21836)
594f0ce73b : [doc] Fix padding in timeit (GH-22152)
84ef33c511 : Fix typo in typing.py (GH-22121)
3fd69991f4 : bpo-38762: Extend logging.test_multiprocessing to cover missing cases. (GH-22142)
2de50f2600 : Fix incorrect bpo number in change notes. (GH-22151)
f315142ddc : bpo-1635741: Port mashal module to multi-phase init (#22149)
bb083d33f7 : bpo-1635741: Port _string module to multi-phase init (GH-22148)
52a2df135c : bpo-1635741: Convert _sha256 types to heap types (GH-22134)
15dcdb2113 : bpo-1635741: Port the termios to multi-phase init (PEP 489) (GH-22139)
b0ac5d75a5 : bpo-41732: add iterator to memoryview (GH-22119)
207c321f13 : bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
22748a83d9 : bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
fd4cafd470 : bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
1baf030a90 : bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986)
2aabc3200b : bpo-1635741: Port _overlapped module to multi-phase init (GH-22051)
426f2b4f13 : bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050)
1aaa21ff81 : bpo-1635741 port zlib module to multi-phase init (GH-21995)
5bfd60fc2b : [doc] Add link to Generic in typing (GH-22125)
67c998de24 : bpo-41513: Expand comments and add references for a better understanding (GH-22123)
63f102fe07 : bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818)
5371a464ce : closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)
2623868ede : [doc] Fix padding in some typing definitions (GH-22114)
1264d0465a : Fix documented Python version for venv --upgrade-deps (GH-22113)
7f331c898a : bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581)
8c0be6fd91 : bpo-41687: Fix sendfile implementation to work with Solaris (#22040)
dd18001c30 : bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098)
51b84f8e96 : bpo-38585: Remove references to defusedexpat (GH-22095)
84a7917b4c : bpo-41721: Add xlc options (GH-22096)
306cfb3a37 : bpo-40486: Specify what happens if directory content change diring iteration (GH-22025)
8171580871 : bpo-41638: Improve ProgrammingError message for absent parameter. (GH-21999)
4b8032e5a4 : bpo-41713: _signal doesn't use multi-phase init (GH-22087)
54a66ade20 : bpo-41700: Skip test if the locale is not supported (GH-22081)
cdbff3527c : [doc] Update documentation on logging optimization. (GH-22075)
e55a0e971b : Fix 'gather' rules in the python parser generator (GH-22021)
315a61f7a9 : bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077)
8516060076 : [doc] Fix a typo in the graphlib docs (#22030)
71d1bd9569 : bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22049)
e223d06a8b : bpo-39883: Use BSD0 license for code in docs (GH-17635)
be435ae2b0 : bpo-39010: Improve test shutdown (#22066)
0770ad948c : bpo-41696: Fix handling of debug mode in asyncio.run (#22069)
4a97b1517a : bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-22053)
3940333637 : closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058)
5a4a963a6c : Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)
f9c5e3f5f6 : bpo-41675: Modernize siginterrupt calls (GH-22028)
51fece1bb8 : bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062)
c0d5c131d9 : bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043)
93d50a6a8d : bpo-1635741: Port _sha3 module to multi-phase init (GH-21855)
a7f026870d : bpo-1635741: Port _blake2 module to multi-phase init (GH-21856)
749ed85e44 : Fixed mistake in test for f-string error description (GH-22036) (GH-22059)
5b24d1592a : Improve hypot() accuracy with three separate accumulators (GH-22032)
1d25f5bf7b : Remove reference to Boa Constructor. (GH-22012)
dea82b6731 : [doc] Remove references to PyChecker. (GH-22011)
700fa1b836 : Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH-22031)
17dc1b789e : bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023)
9b648a95cc : bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020)
6844b56176 : bpo-41528: Use math module in turtle (GH-21837)
e6905e4c82 : bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042)
0d6aa7f0ee : bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036)
f5a16b4dbf : [doc] Add link to FileHandler in logging (GH-21940)
a4c4e17f95 : bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038)
3584d4b64a : [doc] Document VIRTUAL_ENV environment variable (GH-21970)
ea5a6363c3 : bpo-39010: Fix errors logged on proactor loop restart (#22017)
c3a651ad25 : [doc] Fix markup in logging (GH-22008)
475a5fbb56 : bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)
582f13786b : bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-21892)
92c38164a4 : Further improve accuracy of math.hypot() (GH-22013)
75c80b0bda : closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)
c68c5af2dc : Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882)
27de28607a : bpo-41513: Save unnecessary steps in the hypot() calculation (#21994)
e6dcd371b2 : bpo-19521: Fix parallel build race condition on AIX (GH-21997)
8784d3300e : Fix error in argparse documentation example (GH-17399)
d9a966ae08 : bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake (GH-20215)
398575c210 : bpo-41634: Fix a typo in the curses documentation (GH-21958)
97eaf2b5e5 : bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845)
022bc7572f : bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)
b260635b3d : Add missing word (GH-21936)
8c58d2a216 : bpo-41624: fix documentation of typing.Coroutine (GH-21952)
94ad6c674f : bpo-33660: Fix PosixPath to resolve a relative path on root
82e79480d6 : Fix typos in comment (GH-21966)
31967fd8d0 : bpo-40077: Convert _operator to use PyType_FromSpec (GH-21954)
a2118a1462 : bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894)
c517fc7121 : bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895)
8e19c8be87 : bpo-41513: More accurate hypot() (GH-21916)
3112aab314 : README: Add link to LICENSE (GH-21565)
802726acf6 : Document vars behavior when __dict__ is missing (#21466)
7173fc84e6 : bpo-41573: Update release versions in General FAQ (GH-21915)
d2b0ce6c35 : Update references from travis-ci.org to travis-ci.com (GH-21919)
12695f4c6d : Doc: add a missing period (GH-21819)
1afb42cfa8 : bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)
2ce39631f6 : bpo-40994: Ungroup items in collections.abc documentation for improved clarity (GH-21880)
0be7c216e1 : Fix grammar in Doc/tutorial/controlflow.rst (GH-21885)
c3dd7e45cc : bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907)
8aa163eea6 : bpo-1635741: Explict GC collect after PyInterpreterState_Clear() (GH-21902)
29f84294d8 : bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852)
99c0ee3c89 : Fix typo in message from assert statement (GH-21283)
1abeda80f7 : bpo-40204: Fix duplicated productionlist names in the doc (GH-21900)
fbf43f051e : bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
97003466d4 : Update the comment of termios.c (#21886)
2353d77fad : bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765)
fff3c28052 : bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803)
39dab24621 : bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890)
495bd03566 : bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772)
40e700ad04 : bpo-40878: xlc cannot handle C99 extern inline. (GH-21887)
fa5d725198 : Fix typo in typing doc (GH-21879)
bb0b08540c : bpo-40204: Fix reference to terms in the doc (GH-21865)
87d8287865 : bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)
e55de68be3 : bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
6444ca9469 : bpo-41526: Fixed layout of final page of the installer (GH-21871)
a3eae43aee : Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
474652fe93 : bpo-40204, doc: Fix syntax of C variables (GH-21846)
0eb9deb4a6 : bpo-41066: Update the comparison section for os vs pathlib (GH-21261)
d3ded08048 : bpo-40204: Add :noindex: in the documentation (GH-21859)
20ae565bd2 : bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
c818b15fa5 : bpo-41520: Fix second codeop regression (GH-21848)
46d10b1237 : bpo-40204: Fix duplicates in the documentation (GH-21857)
43577c01a2 : bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858)
e087f7cd43 : bpo-1635741: Port _winapi ext to multi-stage init (GH-21371)
c51db0ea40 : bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850)
8ecc0c4d39 : bpo-1635741: Clean sysdict and builtins of interpreter at exit (GH-21605)
423e77d6de : bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)
6e0b788881 : Catch all skip_handler cases (GH-21842)
369a1cbdee : bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
0e95bbf085 : bpo-41521, typing: Rename _PROTO_WHITELIST to _PROTO_ALLOWLIST (#21825)
0dfee33dfe : Fix typo (GH-21820)
b5f87b93a5 : Call randseed() before other imports in deccheck.py (GH-21834)
76643c10ed : bpo-41475: Fix note in "What's new in 3.7" (#21733)
af3a6a8cae : Add PEP 573 additions to What's New (GH-21374)
e3c971ccfa : Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773)
0ee0b2938c : bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823)
fabd7bb8e0 : bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
1d541c25c8 : bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)
490c5426b1 : bpo-40275: Fix failed test cases by using test helpers (GH-21811)
a02efe4d27 : MSVC: The ARM command line should not define MASM. (#21817)
85fdafa6ea : Replace import_fresh_module in decimal test files (GH-21815)
eaa551702d : bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806)
4ce6faa6c9 : bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
39042e00ab : bpo-41324 Add a minimal decimal capsule API (#21519)
416f0b71ba : bpo-41514: Fix buggy IDLE test (GH-21808)
f2e161c279 : bpo-41468: Improve and test IDLE run error exit (GH-21798)
8b67bf907c : Improve renamed test_run.RecursionLimitTest (GH-21794)
e28b8c9387 : bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
67acf74c4e : Doc: Add output to example code in programming FAQ (GH-21346)
82ca8fada1 : bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703)
c6f282f3b1 : bpo-40275: Use new test.support helper submodules in tests (GH-21785)
d94af3f7ed : bpo-40275: Remove test helpers aliases in test.support (GH-21771)
a4084b9d1e : bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
705f145565 : Doc: Add a link to tutorial page from `open()` doc (GH-21737)
102b4988b1 : Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML files (GH-21776)
fcce8c649a : bpo-40275: Use new test.support helper submodules in tests (GH-21772)
e27a51c11e : bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)
f44693eaed : bpo-41477: Make ctypes optional in test_genericalias (GH-21766)
598a951844 : bpo-40275: Use new test.support helper submodules in tests (GH-21764)
46e19b61d3 : bpo-41098: Doc: Add missing deprecated directives (GH-21162)
5463635580 : bpo-39871: Fix an error in a news entry (GH-21749)
3405e05428 : bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
d9323a8c6e : bpo-41493: Refactoring dictresize (GH-21751)
5f0769a752 : bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734)
777b611c8c : bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
79bb2c93f2 : bpo-40275: Use new test.support helper submodules in tests (GH-21743)
52f98424a5 : bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
15edaecd97 : bpo-40989: Fix compiler warning in winreg.c (GH-21722)
8f4380d2f5 : bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)
270b4ad4df : bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
582aaf19e8 : bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating it in 'compile.c' (GH-21714)
c7decc27d5 : bpo-40275: Use new test.support helper submodules in tests (GH-21727)
604bba1f8f : bpo-40275: Use new test.support helper submodules in tests (GH-21452)
da4e09fff6 : bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
db6d9a50ce : bpo-41431: Optimize dict_merge for copy (GH-21674)
602a971a2a : bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
bde48fd811 : bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)
701b63894f : bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718)
4660597b51 : bpo-40275: Use new test.support helper submodules in tests (GH-21448)
bb0424b122 : bpo-40275: Use new test.support helper submodules in tests (GH-21451)
a7f5d93bb6 : bpo-40275: Use new test.support helper submodules in tests (GH-21449)
488512bf49 : A (very) slight speed improvement for iterating over bytes (#21705)
c36dbac588 : bpo-41425: Make tkinter doc example runnable (GH-21706)
ecaf949cc4 : bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
ab72fdeb82 : bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and ordering (#21574)
6a613f90bf : random module: Convert a "while 1" to "while True (GH-21700)
5c3270939c : bpo-41421: Algebraic simplification for random.paretovariate() (GH-21695)
cadda52d97 : bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694)
6e8128f02e : bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
ba18c0b13b : bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
a74eea238f : closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
f6a16e8a82 : Remove incorrect mention of method.__class__ in descriptor docs (GH-21665)
34cd3e9f6a : Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
37a06cbe5c : bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
5e3826785d : bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
c82dda1e08 : bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)
1332226b32 : Validate the AST produced by the parser in debug mode (GH-21643)
13efaec2e0 : bpo-41045: Document debug feature of f-strings ('=') (GH-21509)
b3fbff7289 : bpo-40939: Remove even more references to the old parser (GH-21642)
72cabb2aa6 : bpo-40939: Use the new grammar for the grammar specification documentation (GH-19969)
67987acd5d : bpo-41401: Fix test_fspath_support in test_io. (GH-21640)
855e68855e : bpo-31904: Fix test_ftplib failures for VxWorks RTOS (GH-19447)
5798f78777 : bpo-41340: Removed fallback implementation for strdup (GH-21634)
f1d40f941a : bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
52bf4706a3 : Fix atexitmodule doc (GH-21456)
508ed2d912 : Delete remaining references to Grammar/Grammar from docs (#21624)
b1a87300a0 : bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)
f117cef25b : bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (#18851)
0028c14073 : bpo-41314: fixed annotations __future__ version (GH-21616)
daff39070e : bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
af08db7bac : bpo-37309: NEWS for #41373 (GH-21612)
0dd463c8a4 : bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597)
0dd98c2d00 : bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595)
680254a8dc : bpo-41366: Fix clang warning for sign conversion (GH-21592)
592527f3ee : bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
bcd47837a9 : bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)
b9f6ac9d46 : Stick with the phrase "default parameter value" (GH-21590)
9b9f158275 : bpo-41369 Update to libmpdec-2.5.1: new features (GH-21593)
653f420b53 : bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (#21553)
bf2f76ec09 : bpo-41364: Reduce import overhead of uuid module (GH-21586)
5241e189e7 : bpo-41283: Fix mismatched argument name for imghdr.what (GH-21501)
84761c3cc4 : bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
5a2bac7fe0 : bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549)
12f433411b : bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535)
e123012d79 : bpo-41343: Convert methods of complex to Argument Clinic (GH-21550)
eca2549f5a : bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546)
f9bf015799 : Simple Documentation fix: Missing link to return type class. (GH-21291)
d42528a3a2 : bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)
7f03445d01 : Doc: fix import of asdl.py when called from outside Doc/. (GH-21529)
7cf1cb36ec : bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
902356a7b0 : bpo-41338: Fix DeprecationWarning in tests (GH-21542)
bfd0fbdc13 : bpo-38169: Increase code coverage for SharedMemory and ShareableList (GH-16139)
10e466448f : bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
6bf3237379 : bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534)
c53b310e59 : bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
8ca8a2e8fb : bpo-39603: Prevent header injection in http methods (GH-18485)
9b01c598ca : bpo-41325: Add version note for args and kwargs property in call object (GH-21525)
80a50368c0 : bpo-41262: Convert memoryview to Argument Clinic. (GH-21421)
b4c98ed41e : bpo-41288: Refactor of unpickling NEWOBJ and NEWOBJ_EX opcodes. (GH-21472)
d583738a87 : Fix a small grammatical mistake in a comment (GH-21526)
164b04c47e : bpo-43104: Update NEWS to include CVE-2020-15801 reference (GH-21521)
cb9879b948 : bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803)
8e836bb21c : bpo-41195: Add getter for Openssl security level (GH-21282)
38d3864efe : bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
0275e0452a : Fix trivial typo in the PEG string parser (GH-21508)
2ad7e9c011 : Fix possibly-unitialized warning in string_parser.c. (GH-21503)
5e5c0f9866 : Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
d4d127f1c6 : bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)
e34bbfd61f : bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)
936a660945 : bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
af4eda46d1 : bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686)
0108b2a240 : Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478)
ea62a4bd54 : Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
015efdbef7 : bpo-41302: Fix build with system libmpdec (GH-21481)
5a8d121a1f : bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
bbceef6851 : bpo-20183: Convert _locale to the Argument Clinic (GH-14201)
568fb0ff4a : bpo-41273: asyncio's proactor read transport's better performance by using recv_into instead of recv (#21442)
2a5181829a : bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-21474)
4f28f75dee : Fix repeated words in Classes tutorial (GH-21455)
8dd32fe645 : bpo-32192: A basic lazy importer example (GH-21330)
4f309abf55 : bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
b0689ae7f9 : bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197)
545b54d2ab : bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)
b7047e59a4 : bpo-20181: Convert the readline module to the Argument Clinic (#14326)
6a1e9c2673 : Fix error in docstrings in bisect module (GH-21422)
344dce312a : bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
4c8f09d7ce : bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
9650fe0197 : bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275)
6fc732a211 : Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
8182cc2e68 : bpo-39573: Use the Py_TYPE() macro (GH-21433)
d878349bac : bpo-36346: Do not use legacy Unicode C API in ctypes. (#21429)
0f9aa47bab : bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426)
3cbade7d30 : bpo-23802: patch: __deepcopy__ memo dict argument usage (GH-21326)
bce2eb4646 : bpo-37765: Add keywords to IDLE tab completions (GH-15138)
1ee5dc1586 : Remove trailing >>> in enum docs (GH-21358)
af56c4fc76 : bpo-41172: Fix check for compiler in test suite (GH-21400)
8b33961e4b : bpo-29590: fix stack trace for gen.throw() with yield from (#19896)
96a6a6d42b : bpo-40275: Use new test.support helper submodules in tests (GH-21412)
61bb24a270 : bpo-41199: Docstring convention not followed for dataclasses documentation page (GH-21413)
ee96f32ca2 : bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407)
a908bc4dd8 : Doc: Builtins functions: faster jump table (GH-21376)
4fa61a7732 : bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542)
61fc23ca10 : bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240)
529f42645d : bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401)
b26a0db8ea : Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)" (GH-21390)
aebc049557 : closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385)
6f13adf59e : Add a test for get_id() (GH-21370)
10772ec150 : bpo-41173: Copy test results file from ARM worker before uploading (GH-21305)
a95ac779e6 : bpo-41224: Document is_annotated() in symtable module and update doc strings (GH-21369)
8f42748ded : bpo-29778: test_embed tests the path configuration (GH-21306)
6ae2780be0 : bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359)
782f44b8fb : bpo-41215: Make assertion in the new parser more strict (GH-21364)
c2c1f1f906 : bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (GH-21363)
bd46174a5a : bpo-41218: Only mark async code with CO_COROUTINE. (#21357)
a103e73ce8 : bpo-40742: Doc: fix parallel build. (GH-21237)
1ac0cbca36 : bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355)
dcbaa1b49c : bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297)
deb016224c : bpo-40275: Use new test.support helper submodules in tests (GH-21317)
b4a9263708 : bpo-37207: Update whatsnews for 3.9 (GH-21337)
a089d21df1 : bpo-40275: Use new test.support helper submodules in tests (GH-21315)
883bc63833 : bpo-40275: Use new test.support helper submodules in tests (GH-21314)
9ce8132e1f : bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309)
d12af71047 : bpo-28681: Clarify multiple function names in the tutorial (GH-21340)
9ed3cd8ba0 : bpo-26205: Specify the number of nested scopes (GH-21324)
e51dd9dad6 : bpo-29727: Register array.array as a MutableSequence (GH-21338)
b3dd5cd4a3 : bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)
7fed75597f : bpo-39168: Remove the __new__ method of typing.Generic (GH-21327)
9c84417122 : bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
13c90e82b6 : Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
1f76453173 : bpo-41204: Fix compiler warning in ast_type_init() (GH-21307)
b40e434386 : bpo-33864: Clarify the docs for typing.ByteString (GH-21311)
daa0fe03a5 : bpo-41162: Clear audit hooks later during finalization (GH-21222)
d160e0f8e2 : bpo-41180: Audit code.__new__ when unmarshalling (GH-21271)
b1cc6ba73a : bpo-41194: Convert _ast extension to PEP 489 (GH-21293)
c0b214bc08 : bpo-1635741: Port faulthandler module to multiphase initialization (GH-21294)
3549ca313a : bpo-1635741: Fix unicode_dealloc() for mortal interned string (GH-21270)
91e1bc18bd : bpo-41194: The _ast module cannot be loaded more than once (GH-21290)
74419f0c64 : bpo-41194: Pass module state in Python-ast.c (GH-21284)
9d006977d7 : bpo-1635741: Port sha256 module to multiphase init (PEP 489) (GH-21189)
148f329135 : bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092)
67673b08ea : Remove extraneous file from the Docs folder (GH-21286)
0ab917e07e : bpo-41193: Ignore OSError in readline write_history() (GH-21279)
004e64e805 : bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874)
666ecfb095 : bpo-1635741: Release Unicode interned strings at exit (GH-21269)
90db4653ae : bpo-40521: Cleanup finalize_interp_types() (GH-21265)
6b34d7b51e : bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067)
5d5c84ef78 : bpo-41187: Convert the _msi module to Argument Clinic (GH-21264)
d0981e61a5 : Add lysnikolaou to CODEOWNERS for the new parser (GH-21252)
741008a57b : Doc: Minor fix to init config C API documentation (GH-21198)
1648c99932 : bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243)
bd4a3f2145 : bpo-39314: Closes parenthesis when autocompleting for functions that take no arguments (GH-20562)
0c4f0f3b29 : bpo-40275: Use new test.support helper submodules in tests (GH-21169)
3ddc634cd5 : bpo-40275: Use new test.support helper submodules in tests (GH-21219)
3fa4799c3f : Update FAQ release schedule and estimated users (GH-21180)
604d95e235 : bpo-41100: fix _decimal for arm64 Mac OS (GH-21228)
ba67d7386e : bpo-41142: Add support of non-ASCII paths for CAB files. (GH-21195)
694d31e714 : bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215)
038dd0f79d : bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933)
349f76c6aa : bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)
b3332660ad : bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
2515a28230 : bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
dd8a93e23b : bpo-23427: Add sys.orig_argv attribute (GH-20729)
2fb5f038f2 : bpo-40924: Ensure importlib.resources.path returns an extant path (GH-20857)
e67f7db3c3 : bpo-37999: Simplify the conversion code for %c, %d, %x, etc. (GH-20437)
5b96370030 : Fix typo in Object/listobject.c (GH-21079)
b30ee26e36 : bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033)
a3ad95dd21 : Update libmpdec license dates (GH-21216)
7f569c9bc0 : bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998)
e4f1fe6edb : bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
d9f2a13106 : bpo-41123: Remove PyUnicode_GetMax() (GH-21192)
8bea91b5e9 : bpo-40874 Update the required libmpdec version for the decimal module (GH-21202)
04cdeb7a56 : bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
cd3c2bdd5d : bpo-31082: Use "iterable" in the docstring for functools.reduce() (GH-20796)
8ab77c6f9f : bpo-41144: Fix IDLE open module error (#21182)
8df1016e2e : bpo-38870: Extend subject of ast.unparse warnings (GH-21053)
60eb9f1ab5 : bpo-39151: Simplify DFS in the assembler (GH-17733)
9d197c7d48 : bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021)
1f0f4abb11 : bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054)
89e82c4a62 : Add soft keywords to the documentation (GH-21185)
c8f29ad986 : bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387)
6dcbc2422d : bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173)
9cfcdb7d6e : Remove dead code from tracemalloc (GH-21029)
20a7902175 : bpo-41123: Remove Py_UNICODE_str* functions (GH-21164)
2f168c6356 : bpo-41100: clarify NEWS item about macOS 11 support (GH-21174)
2e0a920e9e : bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084)
ef19bad7d6 : Improve code organization for the random module (GH-21161)
4b85e60601 : bpo-41119: Output correct error message for list/tuple followed by colon (GH-21160)
6f8a6ee59c : bpo-41103: Remove old buffer protocol support (#21117)
77ed29b2c2 : Fix typo in functions.rst (GH-21131)
847f94f47b : bpo-40275: Use new test.support helper submodules in tests (GH-21151)
700cfa8c90 : bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035)
8ea6353f60 : BPO-41100: Support macOS 11 when building (GH-21113)
8d02f91dc6 : bpo-40939: run autoreconf to fix configure{,.ac} disparity (GH-21152)
06a40d7359 : bpo-40275: Use new test.support helper submodules in tests (GH-20824)
91698d8caa : bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142)
0f8ec1fff0 : bpo-41113: Fix test_warnings on non-Western locales. (GH-21143)
aad8f0eeca : bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138)
589e8fe079 : bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)
94eee69e9b : bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)
f7ba40b505 : bpo-40275: Use new test.support helper submodules in tests (GH-20849)
5f190d2cc6 : bpo-39580: add check for CLI installation on macOS (GH-20271)
1931e64de1 : Forward port macOS installer updates from 3.7/3.8/3.9 (GH-21132)
55939b1708 : bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
152f0b8bee : bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943)
cf18c9e9d4 : bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
a7dc714701 : bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)
33b79b11b8 : bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985)
0430dfac62 : bpo-40521: Always create the empty tuple singleton (GH-21116)
80526f6841 : Fix typo in dataclasses module (GH-21109)
6c6810d989 : bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
bf2e515fa4 : bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283)
cde283d16d : bpo-40521: Fix _PyContext_Fini() (GH-21103)
2f9ada96e0 : bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101)
bbf36e8903 : bpo-41070: Simplify pyshellext.dll build (GH-21037)
90ed8a6d71 : bpo-40521: Optimize PyUnicode_New(0, maxchar) (GH-21099)
f363d0a6e9 : bpo-40521: Make empty Unicode string per interpreter (GH-21096)
d051801052 : bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066)
281cce1106 : bpo-40521: Make MemoryError free list per interpreter (GH-21086)
2c6e4e91c5 : bpo-41039: Simplify python3.dll build (GH-20989)
4efc3360c9 : bpo-41054: Simplify resource compilation on Windows (GH-21004)
930f4518ae : On path with known exact float, extract the double with the fast macro. (GH-21072)
fe2a48c605 : bpo-41089: Filters and other issues in Visual Studio projects (GH-21070)
f9bd05e83e : bpo-40521: Empty frozenset is no longer a singleton (GH-21085)
522691c46e : bpo-40521: Cleanup code of free lists (GH-21082)
bc43f6e212 : bpo-41065: Use zip-strict in zoneinfo (GH-21031)
30a89338eb : Call _PyWarnings_InitState() in subinterpreters (GH-21078)
61b6492961 : bpo-36710: Pass tstate explicitly in abstract.c (GH-21075)
c41eed1a87 : bpo-40521: Make bytes singletons per interpreter (GH-21074)
32f2eda859 : bpo-40521: Remove freelist from collections.deque() (GH-21073)
1d3dad5f96 : bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
261cfedf76 : bpo-40521: Make the empty frozenset per interpreter (GH-21068)
b4e85cadfb : bpo-40521: Make dict free lists per-interpreter (GH-20645)
26a1ad1c24 : Small clean-ups for the random module (GH-21038)
a16d697049 : Improve asyncio.loop.call_soon() documentation (GH-20883)
c96d00e88e : bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058)
1937edd376 : bpo-1635741: Port _lzma module to multiphase initialization (GH-19382)
c45dbe93b7 : bpo-41078: Add pycore_list.h internal header file (GH-21057)
384621c42f : bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
9e27bc0c1e : bpo-41005: Fixed perrmission error (GH-20936)
36ff513f82 : bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
c88239f864 : bpo-26407: Do not mask errors in csv. (GH-20536)
cafe1b6e9d : bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537)
4901ea9526 : bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
d780fa7931 : bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)
81328f3070 : bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)
6f79838fc1 : Skip tests to fix bot (GH-20777)
564cd18767 : bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
6989af0bc7 : bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002)
f9bab74d5b : bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)
19fcffa927 : bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
6c4e0bd974 : bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020)
3ccb96c978 : bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011)
eb0d5c38de : bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009)
314858e276 : bpo-40939: Remove the old parser (Part 2) (GH-21005)
55460ee6dc : bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
af157fad28 : Add link to .pypirc specification (GH-20680)
861efc6e8f : bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970)
344c2a75c1 : bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container for '… (GH-20964)
9355868458 : bpo-41043: Escape literal part of the path for glob(). (GH-20994)
a041e116db : bpo-41040: Fix test_modulefinder. (GH-20991)
59cf853332 : bpo-40636: Documentation for zip-strict (#20961)
3358da4054 : bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)
ec68918795 : bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960)
8a0fe7b454 : Improve blake2 comment for Victor (GH-20981)
66a65ba43c : Improve readability of `formataddr` docstring (GH-20963)
310f6aa7db : bpo-40636: PEP 618: add strict parameter to zip() (GH-20921)
37bb289556 : bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
01ece63d42 : bpo-40334: Produce better error messages on invalid targets (GH-20106)
d906f0ec1a : Update CODEOWNERS to account for the new parser location (GH-20971)
8a64ceaf98 : bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)
8f192d12af : bpo-40884: Added defaults parameter for logging.Formatter (GH-20668)
ddbeb2f3e0 : bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
2c2a4f3d85 : bpo-41006: What's New: less => fewer modules (GH-20955)
1bf7959dce : bpo-41006: Remove init_sys_streams() hack (GH-20954)
4c18fc8f1d : bpo-41006: Document the runpy optimization (GH-20953)
9e09849d20 : bpo-41006: importlib.util no longer imports typing (GH-20938)
236a0f5cf0 : bpo-40637: Do not emit warnings for disabled builtin hashes (GH-20937)
98ce7b107e : bpo-41006: pkgutil imports lazily re (GH-20939)
7824cc05bf : bpo-41006: collections imports lazily heap (GH-20940)
bb6ec14479 : bpo-41009: fix requires_OS_version() class decorator (GH-20942)
8362893e3f : bpo-41003: Fix test_copyreg when numpy is installed (GH-20935)
8e34e92caa : bpo-36346: Make unicodeobject.h C89 compatible (GH-20934)
07923f32b1 : bpo-35059: Enhance _PyObject_GC_TRACK() macros (GH-20931)
2c4928d37e : bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
818f5b597a : bpo-32604: Clean up test.support.interpreters. (gh-20926)
c4862e333a : bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920)
51c5896b62 : bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875)
fcc60e40bb : bpo-40989: Make _PyTraceMalloc_NewReference() internal (GH-20915)
fc710ee266 : bpo-40993: Don't run Travis CI coverage on PRs (GH-20916)
e0bec69854 : Remove old comment in string_parser.c (GH-20906)
de4304dad8 : bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)
113e2b0a07 : bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888)
8666356280 : closes bpo-28557: error message for bad raw readinto (GH-7496)
04fc4f2a46 : bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
7ab92d54b5 : bpo-36020: Require vsnprintf() to build Python (GH-20899)
e822e37946 : bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
5f79f46612 : bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)
4a3a682b12 : bpo-40448: ensurepip: Do not use cache (GH-19812)
bf69a8f99f : bpo-1635741: Port _dbm module to multiphase initialization (GH-20848)
d8cf3514dd : bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)
e2d47a0568 : bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886)
fb61c42361 : Improve readability and style in parser files (GH-20884)
794e7d1ab2 : bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)
25f38d7044 : bpo-40836: Add docstring to logging.fatal() and logging.Logger.fatal() (GH-20563)
5fc4f8ae68 : Fix trailing whitespace in keyword.py (GH-20881)
78319e373d : Include soft keywords in keyword.py (GH-20877)
10c3b2120a : bpo-40890: Fix compiler warning in dictobject.c (GH-20876)
714217f956 : Fixes dead links to Django's logging config docs (GH-20823)
8f04a84755 : bpo-30064: Fix slow asyncio sock test (GH-20868)
5aad027db9 : Some reformatting (suggested by Black) and minor factoring. (GH-20865)
d71ab4f738 : bpo-40855: Fix ignored mu and xbar parameters (GH-20835)
dea3223740 : bpo-37674: Tweak imp module deprecation note in the docs (GH-20480)
9db5b8d448 : Minor code clean-ups (GH-20838)
9672912e8f : bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
29c117202e : bpo-40834: Fix truncate when sending str object with channel (GH-20555)
1c209e3b53 : Remove redundant var in PyErr_NewException() (GH-20850)
b3e6783423 : bpo-37556 Extend help to include latest overrides (GH-14701)
a6ac239162 : Minor change on threading.Thread.native_id documentation. (GH-18129)
80d827c3cb : bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
08b1bbab6b : bpo-40964: disable remote IMAP tests (GH-20836)
3ee0e48b03 : bpo-40890: Add `mapping` property to dict views (GH-20749)
0d3350daa8 : bpo-40955: Fix memory leak in subprocess module (GH-20825)
e2fb8a2c42 : Update lexical_analysis.rst (GH-17508)
2145c8c972 : bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
ddef3bdc7b : bpo-40950: Port nis module to multiphase initialization (GH-20811)
756180b4bf : bpo-40939: Clean and adapt the peg_generator directory after deleting the old parser (GH-20822)
b4282dd150 : Remove unnecessary grammar decorations and change header (GH-20819)
60c2a810e3 : bpo-40626: Support HDF5 in mimetypes (GH-20042)
46398fba4d : bpo-29620: iterate over a copy of sys.modules (GH-4800)
436b648910 : bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815)
1ed83adb0e : bpo-40939: Remove the old parser (GH-20768)
311110abcd : bpo-40275: Move TransientResource to test_urllib2net (GH-20812)
bcd7deed91 : bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802)
10e6506aa8 : bpo-40275: Add warnings_helper submodule in test.support (GH-20797)
bdfe9b633a : bpo-40275: test.supports imports lazily fnmatch, glob, struct (GH-20810)
d72b9644a3 : bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
b2dca49ca3 : bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
9727694f08 : bpo-40939: Generate keyword.py using the new parser (GH-20800)
33faf5c4f4 : bpo-40925: Remove unused stack macro SET_VALUE (GH-20783)
31d17798d6 : Collections module reformatting and minor code refactoring (GH-20772)
896f4cf63f : bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)
7f888c7ef9 : bpo-40275: Add import_helper submodule in test.support (GH-20794)
3b3b83c965 : Restrict co_code to be under INT_MAX in codeobject (GH-20628)
1642c0ef75 : bpo-40895: Update weakref documentation to remove old warnings (GH-20687)
1bcc32f062 : bpo-39465: Use _PyInterpreterState_GET() (GH-20788)
9c24e2e4c1 : bpo-40927: Fix test_binhex when run twice (GH-20764)
8eb4aea262 : _PyPreConfig_Read() decodes argv at each iteration (GH-20786)
f6e58aefde : bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)
d36cf5f1d2 : bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
24b8bad6d3 : bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set yet. (GH-20273)
ec88e1bca8 : bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117)
c6483c9896 : Raise specialised syntax error for invalid lambda parameters (GH-20776)
0d00b2a5d7 : bpo-40275: Add os_helper submodule in test.support (GH-20765)
07d8112812 : bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718)
bae872f1fe : bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH-20611)
7aed0524d4 : bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)
0383be4666 : Remove usesless function from csv module (GH-20762)
51ae31e5b9 : bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
323188360d : Remove reference to 3.7 and 3.8 backports. (GH-20754)
0a40849eb9 : Minor improvement to the namedtuple implementation (GH-20741)
3ab3475c42 : bpo-24914: mention Python supports multiple paradigms in the FAQ (#20658)
5edb83241f : bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)
951d680d56 : Add multicore support to deccheck.py. (GH-20731)
0c59f440f4 : Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20730)
3a3a30c5a4 : bpo-40861: Enable optimizations when building liblzma (GH-20724)
e81f6e687d : bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
8f023a2f66 : bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
c6b292cdee : bpo-29882: Add _Py_popcount32() function (GH-20518)
301f0d4ff9 : bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438)
63fc55b2ea : allow macOS installer builds to package pre-built html docs (GH-20715)
3ff51d425e : Deny eval() direct access to builtins (GH-20713)
7633371dac : bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)
37eed5a9ee : bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
9f495908c5 : bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697)
843c277656 : bpo-39791 native hooks for importlib.resources.files (GH-20576)
972ab03276 : bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701)
bcb198385d : bpo-40887: Don't use finalized free lists (GH-20700)
c96a61e816 : bpo-40881: Fix unicode_release_interned() (GH-20699)
7907f8cbc6 : bpo-40887: Fix finalize_interp_clear() for free lists (GH-20698)
2efe18bf27 : bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (#20681)
47a23fc63f : bpo-40898: Remove redundant if statements in tp_traverse (GH-20692)
b8867e5d5a : Fix return type of test helper function heapctypewithbuffer_releasebuffer() (GH-20685)
0e96c419d7 : Update comments to reflect the current API (GH-20682)
f7c4e23642 : bpo-40724: Support setting buffer slots from type specs (GH-20648)
68874a8502 : bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
5552850f8e : [workflow] Use gcc problem matcher for Ubuntu action build (GH-18567)
ba6fd87e41 : Refactor scripts in Tools/peg_generator/scripts (GH-20401)
2e6593db00 : bpo-40880: Fix invalid read in newline_in_string in pegen.c (#20666)
a54096e305 : bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
b084d1b97e : bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623)
45af786e11 : bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)
235f918f44 : bpo-40876: Clarify error message in the csv module (GH-20653)
161541ab45 : bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)
5fe1df1886 : Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655)
fef1fae9df : bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424)
087d612efe : bpo-40874: Update to libmpdec-2.5.0 (GH-20652)
3ad52e366f : bpo-1635741: Port mmap module to multiphase initialization (GH-19459)
e005ead49b : bpo-40521: Make context free list per-interpreter (GH-20644)
78a02c2568 : bpo-40521: Make async gen free lists per-interpreter (GH-20643)
88ec919010 : bpo-40521: Make list free list per-interpreter (GH-20642)
052d3fc090 : bpo-40807: Show warnings once from codeop._maybe_compile (#20486)
3744ed2c9c : bpo-40521: Make frame free list per-interpreter (GH-20638)
7daba6f221 : bpo-40521: Make slice cache per-interpreter (GH-20637)
2ba59370c3 : bpo-40521: Make float free list per-interpreter (GH-20636)
69ac6e58fd : bpo-40521: Make tuple free list per-interpreter (GH-20247)
dc24b8a2ac : bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610)
6ed578f6db : bpo-40865: Remove unused insint() macro from hash modules (GH-20627)
7a280197f4 : Fix spacing in docs for tarfile (GH-20629)
232dda6cbc : bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615)
b022e5cffb : bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
50a48dad55 : Don't raise an exception on normal return from generator. (GH-19473)
6e23a9c82b : Fix MSVC warning in frameobject.c (GH-20590)
586be6f3ff : Remove unused ReaderObject_Check macro (#20614)
5b9fbbabac : Update error message in _zoneinfo.py to use f-string (GH-20577)
df773f8c54 : bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847)
c822efeda9 : bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
fa7ab6aa0f : bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
18a90248fd : bpo-32604: Fix reference leak in select module (GH-20600)
317bab0bf6 : PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598)
45b34a04a5 : bpo-40232: _PyImport_ReInitLock() can now safely use its lock (GH-20597)
26881c8fae : PyOS_AfterFork_Child() uses PyStatus (GH-20596)
297257f7bc : bpo-39465: Cleanup _PyUnicode_FromId() code (GH-20595)
59d3dce69b : bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)
85339f5c22 : bpo-35078: Allow customization of CSS class name of a month in calendar module (gh-10137)
337d3103a2 : bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
033d10bd21 : bpo-40244: Remove XLC's support from the noreturn flag (GH-20588)
90d297012b : Fix MSVC warnings in pythonrun.c (#GH-0587)
8a3d2af997 : bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206)
fe5dd78182 : Ensure correct version of Sphinx is used for Windows builds (GH-20582)
c353764fd5 : bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20579)
b4d5a5cca2 : bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413)
cbe1296922 : bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578)
39de8e4b6f : bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)
06e3a27a3c : bpo-39943: Fix MSVC warnings in sre extension (GH-20508)
a97011b9b8 : bpo-39593: Add test on ctypes cfield.c s_set() (GH-18424)
e9684fac5a : bpo-1635741: Port fcntl module to multiphase initialization (GH-20540)
c8966667bb : bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
3026cad59b : bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571)
db64f12e4d : Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553)
a871f692b4 : bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
2f172d8f15 : bpo-17005: Move topological sort functionality to its own module (GH-20558)
491a3d3a75 : Fix typo in "What's new in Python 3.9" (GH-20559)
cf88871d6a : bpo-40759: Deprecate the symbol module (GH-20364)
b7d79b4f36 : bpo-40755: Add rich comparisons to Counter (GH-20548)
2b201369b4 : Fix asyncio.to_thread() documented return type (GH-20547)
007bb06a2d : bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541)
7b78e7f9fd : bpo-40061: Fix a possible refleak in _asynciomodule.c (GH-19748)
735d902b36 : bpo-40798: Generate a different message for already removed elements (GH-20483)
4649202ea7 : closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
97e4e0f53d : bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
8bd216dfed : bpo-29882: Add an efficient popcount method for integers (#771)
364b5ead15 : Further de-linting of zoneinfo module (#20499)
895c9c1d43 : bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435)
2831642212 : Indicate that abs() method accept argument that implement __abs__(), just like call() method in the docs (GH-20509)
21017ed904 : bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620)
c610d970f5 : bpo-40784: Fix sqlite3 deterministic test (GH-20448)
dc4eee9e26 : bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494)
5e0ed8abc9 : Note the output ordering of combinatoric functions (GH-19732)
d9c1f19919 : bpo-40474: Updated coverage.yml to better report coverage stats (#19851)
cfc6ce4d40 : bpo-40806: Clarify that itertools.product immediately consumes its inpt (GH-20492)
242d95659b : bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)
fda7f6d61b : bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)
459acc5516 : bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-20493)
60398512c8 : bpo-40755: Add missing multiset operations to Counter() (GH-20339)
0de437de62 : bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177)
753643205a : bpo-40275: Fix test.support.threading_helper (GH-20488)
24bddc1b3b : bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)
84ee7e1573 : bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485)
4fd4963ccc : Revert "Upgrade bundled versions of pip & setuptools (#16782)" (GH-20484)
5f4b229df7 : bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
eaca2aa117 : Improve IO tutorial's "Old string formatting" section (GH-16251)
56853d8ec6 : bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473)
aa890630bc : bpo-40275: test.support imports subprocess lazily (GH-20471)
b0461e19b5 : bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468)
10228bad04 : bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
e80697d687 : bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
7d80b35af1 : Revert "bpo-32604: PEP 554 for use in test suite (GH-19985)" (#20465)
76ef255bde : bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)
e4799b9594 : Fix compiler warnings in _zoneinfo.c (GH-20342)
c116c94ff1 : bpo-40614: Respect feature version for f-string debug expressions (GH-20196)
db5aed931f : bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
210a137396 : bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369)
526e23f153 : Refactor error handling code in Parser/pegen/pegen.c (GH-20440)
29a1384c04 : bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
fe2978b3b9 : bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
20941de0dd : bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449)
feb0846c3a : Upgrade bundled versions of pip & setuptools (#16782)
7da46b676a : Fix the link to ncurses patch download in macos installer build script (GH-20421)
1cf15af9a6 : bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264)
404b23b85b : Fix lookahead of soft keywords in the PEG parser (GH-20436)
21fda91f8d : bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061)
b45af1a569 : Add soft keywords (GH-20370)
578c3955e0 : bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
8ad052464a : bpo-40756: Default second argument of LoggerAdapter.__init__ to None (GH-20362)
db098bc1f0 : bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
5eb45d7d4e : bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323)
be63019ed7 : bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (#20422)
af7553ac95 : bpo-39301: State that floor division is used for right shift operations (GH-20347)
1c5d1d7304 : Remove duplicated words words (GH-20413)
2b0e654f91 : bpo-40745: Fix typos in NewType docs (GH-20379)
3cfe5b7b8f : Simplify creation of the __new__ method in namedtuple() (GH-20361)
a2bbedc8b1 : Fix peg_generator compiler warnings under MSVC (GH-20405)
4a0ac42c52 : closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403)
f7b1e46156 : bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399)
2602d97a0a : [workflow] Use Sphinx problem matcher on GitHub docs builds (GH-20325)
9645930b5b : bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
448325369f : bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611)
2377a9bae3 : Closes bpo-40558: update CONTRIBUTING.rst to reflect current branches (GH-19989)
deb4355a37 : bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined (GH-20393)
800a35c623 : bpo-40750: Support -d flag in the new parser (GH-20340)
7d847e29d7 : bpo-39573: Fix buildbot failure for tupleobject.c (GH-20391)
ad3252bad9 : bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290)
e50883ccc4 : bpo-39245: Fix docs links to the stable ABI (GH-20388)
e682b26a6b : bpo-34397: Remove redundant overflow checks in list and tuple implementation. (GH-8757)
ef16958d17 : bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
20c22db602 : bpo-40671: Prepare _hashlib for PEP 489 (GH-20180)
4cc2f9348c : bpo-40695: Limit hashlib builtin hash fallback (GH-20259)
3f59b55316 : bpo-35714: Reject null characters in struct format strings (GH-16928)
372ee27d49 : bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
cba5031510 : bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20367)
c73914a562 : bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
59f5022b5d : bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661)
3436f5f899 : bpo-40443: Remove unused imports in the zoneinfo (GH-20354)
16ef324193 : bpo-37309: Update IDLE NEWS.txt (GH-20356)
905b3cd05f : bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
fdc5a94279 : bpo-37973: Improve the docstrings of sys.float_info (GH-19218)
3f5f61409e : Remove spurious NULL in descrobject.c (GH-20344)
b23d7adfdf : Use Py_ssize_t for the column number in the PEG support code (GH-20341)
13206b52d1 : bpo-40405: Fix asyncio.as_completed docs (GH-19753)
1cba1c9aba : bpo-34556: Document addition of upgrade_deps to venv.create (GH-20135)
af23f0d3cf : bpo-40439: Update broken link in lexical analysis docs (GH-20184)
8022eb4e97 : [doc] Add missing space in urllib.request.rst (GH-19860)
da51ba442c : Cosmetic smtplib changes (GH-8718)
6fad3e6b49 : bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992)
b5cc2089cc : bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236)
7c30d12bd5 : bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
909b5714e1 : bpo-9216: hashlib usedforsecurity fixes (GH-20258)
06a1b8915d : bpo-40705: Fix use-after-free in _zoneinfo's module_free (GH-20280)
30d5a7364d : bpo-40730: Remove redundant 'to' (GH-20316)
0226f3eba0 : Let the argument clinic do the type checking for heapq (GH-20284)
8b62644831 : bpo-40630: Add tracemalloc.reset_peak (GH-20102)
bfaf5275ad : Restore missing column of digits (GH-20313)
b831129123 : Fix debug output in PEG parser generator (GH-20308)
ae14583302 : bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153)
7864f11cdf : [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023)
b8a65ec1d3 : bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)
72e0aa2fd2 : bpo-40176: Improve error messages for trailing comma on from import (GH-20294)
d10fef35c6 : Fix typing problems reported by mypy in pegen (GH-20297)
2e76820a50 : Reword aware/naive introduction sentence (GH-20175)
f50516e6a9 : bpo-40334: Correctly generate C parser when assigned var is None (GH-20296)
a487a39dca : bpo-40714: Remove compile warning from _zoneinfo.c (GH-20291)
e16d2f7c37 : Improve output summary in the examples and recipes section (GH-20285)
0f56263e62 : bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)
7efb826c3e : Use f-strings in argparse HOWTO (GH-20070)
df2e0ff0d6 : Update whatsnew benchmark results for 3.9 (GH-20276)
f2947e354c : s/wakup/wakeup (GH-20250)
7fbe65dbc4 : Use v2 of GitHub Actions where available (GH-20232)
e572c7f6db : bpo-40698: Improve distutils upload hash digests (GH-20260)
bac170cd93 : bpo-34956: edit and format better NEWS item in 3.9.0b1 changelog (GH-20255)
da7d1f0408 : Fix the URL to fishshell.com (GH-20251)
550f30c8f3 : bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248)
0509c4547f : bpo-40521: Fix update_slot() when INTERN_NAME_STRINGS is not defined (#20246)
aca4670ad6 : bpo-40645: restrict HMAC key len to INT_MAX (GH-20238)
dd74b6fde3 : bpo-38870: invalid escape sequence (GH-20240)
92327a9913 : bpo-39631: Adds NEWS entry (GH-20227)
9d17cbf33d : bpo-32604: PEP 554 for use in test suite (GH-19985)
c105f7d895 : Enable GitHub Actions for 3.9 branch (GH-20231)
2a561b5f68 : bpo-37616: Handle version information more gracefully in getpath.c (GH-20214)
2abededbc4 : bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229)
a355a06fcc : Fix typo in multiprocessing documentation (GH-20016)
19e3e00264 : Doc: Python 3.10 in sidebar and version switcher. (GH-20209)
711f9e180a : bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
8c862e5124 : bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)
29251b787b : 3.10 whatsnew needs to use blurb-produced changelog (GH-20213)
18cb3be41b : Consolidate 3.9.0b1 NEWS in the master branch
cc2bbc2227 : bpo-32309: Implement asyncio.to_thread() (GH-20143)
d4fe098d1e : Python 3.10.0a0 (GH-20198)
9095f76613 : Fix code-block in zoneinfo (GH-20201)
3764069f3b : bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194)
ff7a8b03c4 : Use _PyErr_ChainStackItem() inside gen_send_ex(). (GH-20173)

+- Project: platform/external/python/cryptography

c6ba99dd : Upgrade cryptography from 2.5 to 3.3

+- Project: platform/external/python/futures

f0f735c : Remove build rule for py2-futures

+- Project: platform/external/python/google-api-python-client

d038bf64c : chore: release 2.34.0 (#1630)
797d67740 : chore: Update discovery artifacts (#1645)
d01e4f8f5 : chore: update release_level in repo-metadata.json (#1642)
d94a4cc12 : chore: update CONTRIBUTING doc (#1639)
5a6231d31 : chore: Update discovery artifacts (#1643)
0866ecd39 : chore: update start.md (#1633)
278a4902d : chore: Update discovery artifacts (#1635)
1c4cfdb76 : fix(deps): require uritemplate 3.0.1 (#1629)
83db1d713 : feat: expose library version at googleapiclient.__version__ (#1623)
b8de30d82 : chore(deps): update dependency pandas to v1.3.5 (#1625)
0f2e2a13b : build: update auto approve (#1621)
36c458798 : chore(deps): update dependency google-api-python-client to v2.33.0 (#1620)
6df43616b : chore: release 2.33.0 (#1619)
859544179 : chore: Update discovery artifacts (#1618)
a413ce67a : chore(deps): update dependency google-api-python-client to v2.32.0 (#1617)
df66b3941 : chore: release 2.32.0 (#1610)
a7b97147a : chore: Update discovery artifacts (#1614)
466c9a938 : chore: Update discovery artifacts (#1609)
97f5d1c8d : chore(deps): update dependency google-api-python-client to v2.31.0 (#1605)
3b53d7997 : chore: release 2.31.0 (#1604)
815c1ac7e : chore: Update discovery artifacts (#1603)
5844ca202 : chore: exclude codeowners template (#1600)
4b73b2e9d : fix: MediaIoBaseDownload range header off-by-one (#1595)
2a718c38d : chore(deps): update dependency google-api-python-client to v2.30.0 (#1598)
f473c021c : chore: release 2.30.0 (#1597)
5dcb723c9 : chore: Update discovery artifacts (#1596)
5b9704240 : chore(deps): update dependency google-auth to v2.3.3 (#1586)
5935241c8 : chore(deps): update dependency google-api-python-client to v2.29.0 (#1589)
e50b5b307 : chore: release 2.29.0 (#1588)
a41c7b924 : chore: Update discovery artifacts (#1587)
e8946f80a : chore(deps): update dependency google-auth to v2.3.2 (#1585)
7c0eda7f8 : chore(deps): update dependency google-api-python-client to v2.28.0 (#1584)
0969fb158 : chore: release 2.28.0 (#1583)
12d387c95 : chore: Update discovery artifacts (#1582)
8ffa4bbf6 : chore(deps): update dependency google-auth to v2.3.1 (#1580)
7d6302707 : fix: manage JSONDecodeError exception (#1574)
0b400f97b : docs: update thread_safety.md (#1568)
a9f93ae8d : chore(deps): update dependency google-api-python-client to v2.27.0 (#1576)
6fb7d10d4 : chore: release 2.27.0 (#1573)
f4773f6f0 : chore: Update discovery artifacts (#1572)
1d035e03d : chore(deps): update dependency pandas to v1.3.4 (#1571)
b67a3f7be : chore(deps): update dependency google-api-python-client to v2.26.1 (#1565)
f9f34e2a9 : chore: release 2.26.1 (#1567)
623a71e73 : fix: disable self signed jwt (#1566)
9d1fa4282 : chore: release 2.26.0 (#1563)
6b3f640a1 : chore(deps): update dependency google-api-python-client to v2.25.0 (#1561)
cc4b77262 : chore(deps): update dependency uritemplate to v4 (#1558)
bcc507fd7 : feat: add support for python 3.10 (#1557)
f6c1b9423 : tests: drop use of 'unittest2' (#1564)
1c9dcfd34 : chore: Update discovery artifacts (#1562)
b0dcb8bcc : chore: release 2.25.0 (#1555)
b5845d8c2 : chore(deps): update dependency google-auth to v2.3.0 (#1554)
94b28a753 : chore(python): Add kokoro configs for python 3.10 samples testing (#1556)
1fb3c8ec6 : feat: enable self signed jwt for service account credentials (#1553)
fc365b8c3 : build: use trampoline_v2 for python samples and allow custom dockerfile (#1552)
01f479f3a : chore(deps): update dependency google-api-python-client to v2.24.0 (#1551)
b0bf48eb5 : chore: release 2.24.0 (#1550)
9d63883a0 : chore: Update discovery artifacts (#1549)
3f2fde2d4 : chore: add default_version and codeowner_team to .repo-metadata.json (#1547)
90bd3b52f : chore: fail samples nox session if python version is missing (#1546)
bf89bf7ed : chore(deps): update dependency google-auth to v2.2.1 (#1545)
48457cada : chore(deps): update dependency google-api-python-client to v2.23.0 (#1544)
632fe14b2 : chore: release 2.23.0 (#1542)
ad81f3da4 : chore: Update discovery artifacts (#1541)
95be169f0 : chore(deps): update dependency google-auth to v2.2.0 (#1540)
022d5e0ef : chore: relocate owl bot post processor (#1536)
3116d8d41 : chore(deps): update dependency google-api-python-client to v2.22.0 (#1533)
6d8d37b5f : chore: release 2.22.0 (#1532)
312da3170 : chore: Update discovery artifacts (#1531)
80558ac42 : chore(deps): update dependency google-api-python-client to v2.21.0 (#1525)
167f8609e : chore: blacken samples noxfile template (#1529)
e647d80ff : chore(deps): update dependency google-auth to v2.1.0 (#1528)
a85feab6f : chore: release 2.21.0 (#1524)
e5e87b1ca : chore: Update discovery artifacts (#1523)
6c2d3146a : chore(deps): update dependency pandas to v1.3.3 (#1521)
01a05ef8f : chore(deps): update dependency google-api-python-client to v2.20.0 (#1519)
86cd5afa6 : chore: release 2.20.0 (#1517)
2da5ed1b0 : chore: Update discovery artifacts (#1516)
6f80f780e : chore(deps): update dependency google-api-python-client to v2.19.1 (#1515)
8045c4550 : chore: release 2.19.1 (#1514)
d5cf4e0b1 : fix: remove repeated calls to self._get_reason (#1513)
bbc43858d : chore: removing owlbot directives for conversion to main (#1512)
9e007c4c3 : chore(deps): update dependency google-auth to v2.0.2 (#1509)
754b5920b : chore(deps): update dependency google-api-python-client to v2.19.0 (#1507)
1fb7502e6 : chore: release 2.19.0 (#1506)
8bb904cc1 : chore: Update discovery artifacts (#1505)
e9a5d08e8 : chore: migrate default branch from master to main (#1498)
cbb1f88b8 : chore(deps): update dependency google-api-python-client to v2.18.0 (#1495)
f32da9181 : chore: release 2.18.0 (#1494)
96afc04ea : chore: Update discovery artifacts (#1493)
861fe70f6 : chore(deps): update dependency google-auth to v2 (#1489)
3c3275de1 : chore(deps): update dependency google-api-python-client to v2.17.0 (#1488)
ded9ac007 : chore: release 2.17.0 (#1487)
18b75f808 : chore(deps): update dependency google-auth to v1.35.0 (#1485)
cdf480e81 : chore: Update discovery artifacts (#1486)
c3a1cbc9a : chore(deps): update dependency pandas to v1.3.2 (#1484)
34a3c9368 : chore: drop mention of Python 2.7 from templates (#1481)
fd2965cda : chore: release 2.16.0 (#1473)
3e4b5db2a : chore: Update discovery artifacts (#1477)
b539cc475 : chore: Update discovery artifacts (#1472)
4d4eebd62 : chore(deps): update dependency google-auth to v1.34.0 (#1465)
d9aed727a : chore(deps): update dependency google-api-python-client to v2.15.0 (#1464)
c567b4779 : chore: release 2.15.0 (#1463)
882844c7b : docs: update license to be Apache-2.0 compliant (#1461)
a36e3b130 : chore: Update discovery artifacts (#1462)
c4ce77d5a : chore(deps): update dependency google-api-python-client to v2.14.1 (#1460)
5875050ea : chore: release 2.14.1 (#1456)
a8f614026 : chore(deps): update dependency pandas to v1.3.1 (#1457)
9f7b4109b : fix: drop six dependency (#1452)
777eb767d : chore: fix kokoro config for samples (#1455)
2565803cd : chore(deps): update dependency google-auth to v1.33.1 (#1454)
a946b4f3f : chore(deps): update dependency google-api-python-client to v2.14.0 (#1453)
cf70c9860 : chore: release 2.14.0 (#1451)
65aab6ad7 : chore(deps): update dependency google-api-python-client to v2.13.0 (#1447)
c3c7ada9f : chore(deps): update dependency pandas to v1.3.0 (#1427)
96d2bb04f : fix(deps): pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#1449)
0770807d6 : chore: Update discovery artifacts (#1450)
fcfe9d04b : chore(deps): update dependency google-auth to v1.33.0 (#1448)
1961461aa : chore: Moving GCE API samples from python-docs-samples (b/191786905) (#1429)
d35c912aa : chore: code clean up (#1442)
5489f527d : build(python): exit with success status if no samples found (#1444)
11d78e0fe : chore: remove unused code (#1437)
addafd05c : chore: release 2.13.0 (#1439)
1a4514d28 : chore: Update discovery artifacts (#1438)
ca7328cb5 : docs: add recommendation to use v2.x and static discovery artifacts (#1434)
88096a551 : chore: release 2.12.0 (#1431)
a933dad7e : chore: Update discovery artifacts (#1430)
58ba61d89 : chore: release 2.11.0 (#1426)
04bafe14e : chore: Update discovery artifacts (#1425)
ff03f315c : chore(deps): update dependency pandas to v1.2.5 (#1420)
ed424cbcc : chore: release 2.10.0 (#1414)
c4897f417 : chore: add kokoro 3.9 config templates (#1419)
9e4e06048 : chore: Limit Github Action to run once per week (#1417)
365913780 : chore: Update discovery artifacts (#1416)
b1eafb327 : chore: Update discovery artifacts (#1413)
864155068 : chore: release 2.9.0 (#1408)
c3f86757b : chore: Update discovery artifacts (#1412)
0f0918f92 : chore: Update discovery artifacts (#1411)
26aa9e282 : chore: Update discovery artifacts (#1410)
33237a825 : chore: Update discovery artifacts (#1407)
8019f2f96 : fix: update content-length header for next page (#1404)
a0af9b1bd : chore: release 2.8.0 (#1395)
cb945f371 : chore: Update discovery artifacts (#1405)
4d1153db1 : chore: Update discovery artifacts (#1402)
7357b05a3 : chore: Update discovery artifacts (#1401)
8759538c0 : chore: Update discovery artifacts (#1400)
eb505dbed : chore: Update discovery artifacts (#1398)
50e1b7a1b : chore: Update discovery artifacts (#1396)
3c4052411 : fix: delete duplicate discovery artifacts (#1391)
31fbcc014 : chore: Update discovery artifacts (#1394)
60d459a3e : chore: migrate to owl bot (#1387)
fb397d432 : chore: release 2.7.0 (#1382)
bdce9419c : chore: Update discovery artifacts (#1392)
a9407624e : chore: Update discovery artifacts (#1390)
508c39fa6 : chore: Update discovery artifacts (#1389)
38664e8de : chore: Update discovery artifacts (#1388)
ab1d6dc36 : chore: Update discovery artifacts (#1386)
31bbe5173 : fix: resolve issue where certain artifacts would not be updated (#1385)
4c9ccb08a : chore: Update discovery artifacts (#1381)
9c712eb96 : chore: release 2.6.0 (#1369)
227f8c91e : chore: Update discovery artifacts (#1379)
73a0aa3b3 : chore: Update discovery artifacts (#1375)
108b819d9 : chore: Update discovery artifacts (#1374)
92d700ad8 : chore: fix CODEOWNERS typo for /docs/dyn/index.md (#1373)
e63d3a43f : chore: Update discovery artifacts (#1368)
b1346b1c2 : chore: release 2.5.0 (#1357)
7700bbffd : chore: Update discovery artifacts (#1366)
bdbbdb2a4 : chore: Add @yoshi-approver to CODEOWNERS (#1360)
c2cd326ef : chore: Update discovery artifacts (#1356)
befabc368 : chore: add library type to .repo-metadata.json (#1345)
9f6f77e5a : chore: release 2.4.0 (#1334)
6a884220a : chore: Add conventional commits to PR body of discovery document update (#1314)
bae2ce916 : chore: fix if statement in github workflow (#1347)
27f691d2f : chore: Update discovery artifacts (#1348)
e58efe85e : chore: Update discovery artifacts (#1346)
bfa2f1cae : chore: Update discovery artifacts (#1344)
76cf688aa : chore: Prevent Github action from running on forks (#1343)
c0b883a43 : chore: Update discovery artifacts (#1336)
cbf5364f3 : chore: Update discovery artifacts (#1335)
44a6719b9 : chore: Update discovery artifacts (#1333)
1c4d19980 : fix: preventing accessing predefined discovery URLs when override is provided (#1324)
9e2cde2df : chore: Update discovery artifacts (#1328)
07d6b86e7 : chore: add auto-approve bot (#1320)
1f32aa80f : chore: release 2.3.0 (#1309)
3fd11cbfa : chore: Update discovery artifacts (#1325)
d500e8320 : test: always use MOCK_CREDENTIALS in tests (#1321)
fc8cf4d97 : chore: add SECURITY.md (#1318)
64143a066 : chore: Update discovery artifacts (#1317)
ea67e6d4b : chore: Github action should only run once per day (#1312)
afea316d3 : chore: Update discovery artifacts (#1315)
d0446f0ac : chore: Update discovery artifacts (#1310)
cec4393b8 : chore: Update discovery artifacts (#1308)
88568ebab : chore(deps): update actions/github-script action to v4.0.2 (#1307)
f0c2fa653 : chore: Update discovery artifacts (#1306)
430449d03 : chore(revert): "chore: prevent normalization of semver versioning" (#1305)
dc22ce1e3 : chore(deps): update actions/github-script action to v4 (#1302)
21f50a173 : chore(deps): update actions/setup-python action to v2 (#1303)
807277b81 : chore: Update discovery artifacts (#1304)
c9a1a8caf : chore: Add github action to update discovery artifacts (#1187)
3dd152721 : chore: Update discovery artifacts (#1299)
c7e5baeb6 : chore(deps): update dependency pandas to v1.2.4 (#1297)
aff037a2a : chore: add scripts to update discovery artifacts (#1286)
ff1e9364e : test: update nox file to build and test wheels (#1295)
937ae8441 : chore: prevent normalization of semver versioning (#1292)
02ceb057a : build: use PyPI API token in secret manager (#1293)
c4ecb6ce5 : chore: release 2.2.0 (#1282)
10f4b6752 : chore: Update discovery artifacts (#1291)
333048370 : chore: add constraints file check for python samples (#1288)
bd2c5f9c5 : chore: start tracking obsolete files (#1287)
9a75e3e99 : chore: Update synth.metadata (#1277)
a1820c4eb : chore: fix typo in README.md (#1278)
a5d20813e : feat: Adds support for errors.py to also use 'errors' for error_details (#1281)
cc717a1c7 : chore: release 2.1.0 (#1256)
a8b35b948 : chore: Update discovery artifacts (#1269)
f6c78a8b2 : chore: Remove docs session (#1271)
17c8516ba : testing(sample): add presubmit builds against head (#1264)
3b4f2e243 : fix: Change default of `static_discovery` when `discoveryServiceUrl` set (#1261)
d1a255fcb : fix: correct api version in oauth-installed.md (#1258)
ea58ea777 : chore: Update docs/dyn index (#1254)
db2a766bb : feat: add status_code property on http error handling (#1185)
c518472e8 : fix: Resolve issue where num_retries would have no effect (#1244)
22807c92c : docs: Update README to promote cloud client libraries (#1252)
827853728 : chore: fix broken links in README.md (#1251)
a9583f712 : fix: fix .close() (#1231)
6137c8c5f : chore: Update docs/dyn index (#1247)
a6f17066c : docs: Distinguish between public/private docs in 2.0 guide (#1226)
1b1171d09 : chore: run synthtool (#1223)
b9f1d0b80 : chore: release 2.0.2 (#1222)
ad618d0b2 : fix: Include discovery artifacts in published package (#1221)
401c05e23 : chore: release 2.0.1 (#1215)
b5d33d6d5 : fix: add static discovery docs (#1216)
b85da5bb7 : docs: add a link to the migration guide in the changelog (#1213)
a9c7ddc50 : chore: release 2.0.0 (#1129)
82696879c : chore: remove discovery artifact copy from synth.py (#1206)
6970659a8 : chore: Update discovery artifacts (#1208)
b6dc1b9bc : chore: Update discovery artifacts (#1195)
c687f4207 : fix(deps): add upper-bound google-auth dependency (#1180)
7665706b4 : build: Fix unittest TestAuthWithGoogleAuth::test_with_scopes_scoped (#1199)
91b61d327 : docs: add networkconnectivity v1alpha1 (#1176)
5c2672683 : build: migrate to flakybot (#1175)
31e23e3aa : chore: Add header checker config (#1171)
4576f024c : chore(python): skip docfx in main presubmit (#1166)
cc94ec86e : chore: update docs/dyn (#1162)
32d1c597b : feat: Add support for using static discovery documents (#1109)
b7b9986fe : fix: replace deprecated socket.error with OSError (#1161)
ae9cd9913 : fix: Catch ECONNRESET and other errors more reliably (#1147)
70bc6c9db : docs: Delete redundant oauth-web.md (#1142)
4249a7b92 : docs: fix regression with incorrect args order in docs (#1141)
b1b0c83ae : docs: Reduce noisy changes in docs regen (#1135)
2c6d02978 : fix: MediaFileUpload error if file does not exist (#1127)
e6a1da354 : fix: Improve support for error_details (#1126)
8325d24ac : chore(deps)!: require 3.6+ (#961)
0bf565cdd : chore: update generated docs (#1115)
e4e4b403f : chore: add constraints file (#1122)
0b32e6990 : fix: Use logging level info when file_cache is not available (#1125)
b2ea122c4 : docs: update guidance on service accounts (#1120)
c6912836e : fix: handle error on service not enabled (#1117)
334b6e6d9 : docs: fix MediaIoBaseUpload broken link (#1112)
b6971b040 : chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
af918e8ef : feat: Update synth.py to copy discovery files from discovery-artifact-manager (#1104)
0d561ef2b : chore: update docs/dyn (#1106)
c2228be46 : docs: update docs/dyn (#1096)
5ae088dc0 : docs: fix typo in thread safety example code (#1100)
d0110cf4f : chore: release 1.12.8 (#1094)
205ae5988 : docs: add httplib2 authorization to thread_safety (#1005)
b94e360d6 : chore: release 1.12.7 (#1093)
12831f3e4 : docs: Update Webmasters API sample (#1092)
5c9bab1f3 : chore: release 1.12.6 (#1085)
673ec5cf1 : build: run docs regen in synth.py (#1059)
25fba648e : docs: Update oauth docs to include snippet to get email address of authenticated user (#1088)
260cea789 : Add OAuth scopes link start.md (#1090)
a341c5a5e : docs: Change error parsing to check for 'message' (#1083)
8430faca5 : chore: release 1.12.5 (#1075)
86d8788ee : fix: don't raise when downloading zero byte files (#1074)
857eaf3d2 : chore: release 1.12.4 (#1060)
af6035f67 : fix: don't set content-range on empty uploads (#1070)
30eff9d82 : docs: fix typo in oauth.md (#1058)
3e17f8990 : docs: update generated docs (#1053)
a527de24c : chore: release 1.12.3 (#1051)
c00f70d56 : fix(deps): update setup.py to install httplib2>=0.15.0 (#1050)
2d076b87c : chore: release 1.12.2 (#1044)
98888dadf : fix: add method to close httplib2 connections (#1038)
8289ae99b : chore: add default CODEOWNERS (#1040)
73d71a4d6 : chore: release 1.12.1 (#1031)
4acecc3c0 : fix(deps): require six>=1.13.0 (#1030)
269fdb850 : chore: release 1.12.0 (#1025)
790e70224 : feat: add quota_project, credentials_file, and scopes support (#1022)
5028fe76c : docs: remove http from batch execute docs (#1003)
16448bc66 : docs: convert `print` statement to function (#988)
f76e403b6 : chore: release 1.11.0 (#1009)
2fc5ca1b6 : feat: add support for mtls env variables (#1008)
10263751d : chore: release 1.10.1 (#997)
edb2516eb : docs: fix link to service accounts documentation (#986)
0f60eda81 : docs: fix deprecation warnings due to invalid escape sequences. (#996)
cd4e8f429 : fix: discovery uses V2 when version is None (#975)
d059ad881 : docs: update generated docs (#981)
c72efbc6b : chore: release 1.10.0 (#944)
f3348f98b : feat: discovery supports retries (#967)
63f97f37d : docs: consolidating and updating the Contribution Guide (#964)
3e28a1e0d : feat: Build universal wheels (#948)
21af37b11 : feat: allow to use 'six.moves.collections_abc.Mapping' in 'client_options.from_dict()' (#943)
cc83ec248 : chore: release 1.9.3 (#941)
19908edcd : fix: update GOOGLE_API_USE_MTLS values (#940)
47ca36141 : chore: release 1.9.2 (#937)
ee53b3b32 : fix: bump api-core version (#936)
936caa58a : chore: release 1.9.1 (#932)
42028ed2b : fix: fix python-api-core dependency issue (#931)
cafb9e040 : chore: release 1.9.0 (#925)
981eadf7c : feat: add mtls feature (#917)
c48271293 : feat: add templates for python samples projects (#506) (#924)
510d17a52 : chore(python): remove one remaining extra bash line (#565) (#921)
4ed7d3f9b : docs: update docs (#916)
b8458c0b7 : chore: release 1.8.4 (#904)
650209194 : docs: docs update (#911)
f80be1812 : docs: fix typo in positional method docstring (#906)
48f503fba : docs: changed http to https in setup, updated github links (#892)
6ddadd775 : fix: the turn down date for global batch uri (#901)
09e644719 : fix: don't try to import GAE API in other environments (#903)
8ed1dcdf8 : chore: use mocked credentials in tests (#900)
54aa94d1d : chore: release 1.8.3 (#887)
dd49464a6 : chore: regens API reference docs (#889)
3bf2781e2 : fix: downgrade repetitive logging calls to debug (#885)
bd581394b : chore: release 1.8.2 (#878)
45cace888 : docs: fix unescaped html tag (#802)
fb6fcc8fd : docs: Update "Google Apps" references and add DwD example (#823)
a1d699819 : docs: drop 3.4 from README (#869)
8cef04840 : docs: fix link typo in docs (#816)
1d8ec6874 : Remove apiclient.__version__ (#871)
6a9bfde72 : docs: added navigation to index.md (#815)
84d45619d : docs: support python3 to generate docs (#801)
43fc0cf47 : docs: Fix simple typo: occured -> occurred (#828)

+- Project: platform/external/python/google-auth-library-python

2366dfe : [LSC] Add LOCAL_LICENSE_KINDS to external/python/google-auth-library-python
d75f43f : Initial empty repository
e6278a8 : chore: release 2.3.3 (#903)
ef31284 : fix: fix error in sign_bytes (#905)
bd0ccc5 : fix: use 'int.to_bytes' and 'int.from_bytes' for py3 (#904)
194c64a : chore: update authorized_user.json (#906)
8f1e9cf : fix: add fetch_id_token_credentials (#866)
77d7f1b : chore: release 2.3.2 (#897)
642d736 : chore: update authorized_user.json and use latest sphinx (#900)
bb66f56 : chore(python): block pushing non-cloud library docs to Cloud RAD (#898)
e5a94ae : chore: update authorized_user.json (#896)
8e95c1e : fix: add clock_skew_in_seconds to verify_token functions (#894)
2fa8cc5 : chore: release 2.3.1 (#891)
5bd5ccf : fix: add back python 2.7 for gcloud usage only (#892)
e2b3c98 : docs: Fix formatting of `GCE_METADATA_HOST` (#890)
a4cf9b1 : test: list unit test dependencies in requirements.txt file (#888)
3a95b4e : chore(python): Add kokoro configs for python 3.10 samples testing (#886)
81b4217 : chore: release 2.3.0 (#884)
19d41f8 : feat: add support for Python 3.10 (#882)
5096f46 : chore: update authorized_user.json (#883)
35b198d : build: use trampoline_v2 for python samples and allow custom dockerfile (#881)
10bd9fb : fix: ADC with impersonated workforce pools (#877)
a37ff00 : chore: release 2.2.1 (#875)
1276839 : chore: update authorized_user.json (#876)
0cd15e2 : fix: disable self signed jwt for domain wide delegation (#873)
a53bd0c : chore: release 2.2.0 (#872)
435be09 : chore: remove 'six' (#871)
993bab2 : feat: add support for workforce pool credentials (#868)
afd05a6 : chore: update token (#870)
d994a5a : chore: relocate owl bot post processor (#869)
be8e6b7 : chore: release 2.1.0 (#861)
738611b : fix: rename CLOCK_SKEW and separate client/server user case (#863)
13aed5f : fix: add SAML challenge to reauth (#819)
45c4491 : feat: Improve handling of clock skew (#858)
11ebaeb : fix: disable warning if quota project id provided to auth.default() (#856)
8f59981 : chore: update authorized_user.json (#859)
20ab7d9 : chore: removing owlbot directives for conversion to main (#855)
08c987d : chore: release 2.0.2 (#847)
b86480e : chore: migrate default branch from master to main (#849)
b79b554 : fix: use 'int.to_bytes' rather than deprecated crypto wrapper (#848)
466aed9 : fix: use int.from_bytes (#846)
d6eea69 : chore: release 2.0.1 (#845)
4e0fb1c : fix: aws path normalization in windows (#842)
71cb011 : chore: set release version to 2.0.0 (#840)
3c8fab5 : chore: release 2.0.0 (#829)
93482c6 : test: address comments for downscoping tests (#838)
20b817a : feat: service account is able to use a private token endpoint (#835)
ed8e035 : test: Add integration tests for downscoping (#837)
5286d6f : chore: split systests into separate kokoro build (#833)
b76f151 : chore: omit 'docfx' from docs-presubmit build (#831)
af37335 : chore: update secrets (#834)
da8bb13 : fix: downscoping documentation bugs (#830)
d1840dc : docs: update user guide/references for downscoped creds (#827)
10603a5 : chore: update user secret file (#828)
7b03988 : fix: Fix missing space in error message. (#821)
e4eab27 : chore: release 2.0.0b1 (#823)
560cf1e : fix!: drop support for Python 2.7 (#778)
73cbc1f : chore: update authorized_user.json (#820)
c3f164f : chore: release 1.34.0 (#816)
7f7d92d : fix: do not use the GAE APIs on gen2+ runtimes (#807)
3a0325f : chore: fix kokoro config for samples (#817)
ec2fb18 : feat: support refresh callable on google.oauth2.credentials.Credentials (#812)
63ac08a : chore: add Sijun and Silvano as CODEOWNERS (#813)
343c264 : chore: release 1.33.1 (#809)
d94e65c : revert: revert "feat: service account is able to use a private token endpoint (#784)" (#808)
dfad661 : fix: fallback to source creds expiration in downscoped tokens (#805)
df9f2f9 : chore: update user credential secret (#806)
306115d : chore: release 1.33.0 (#800)
c34452e : fix: fix fetch_id_token credential lookup order to match adc (#748)
6bf460f : build(python): remove python 3.7 from kokoro Dockerfile (#803)
19c65fd : build(python): exit with success status if no samples found (#802)
0e26409 : feat: service account is able to use a private token endpoint (#784)
2f5c3a6 : feat: define `google.auth.downscoped.Credentials` class (#801)
d3944af : tests: pass '*session.posargs' for systests (#788)
d883921 : feat: define `CredentialAccessBoundary` classes (#793)
4fd84bd : docs: fix code block formatting in 'user-guide.rst' (#794)
c5e112f : chore: update authorized_user.json (#796)
22affe1 : chore: release 1.32.1 (#790)
2079ab5 : fix: avoid leaking sub-session created for '_auth_request' (#789)
6de903b : chore: add kokoro 3.9 config templates (#780)
46d6b88 : test: refresh authorized_user.json (#781)
43d7a33 : chore: release 1.32.0 (#779)
2cfe655 : feat: allow scopes for self signed jwt (#776)
e3c7a54 : test: switch authorized user account (#774)
ab12b8e : chore: release 1.31.0 (#771)
a5e6b65 : fix: avoid deleting items while iterating (#772)
f97499c : feat: define useful properties on `google.auth.external_account.Credentials` (#770)
458f40b : chore: release 1.30.2 (#756)
09e0389 : fix: session object was never used in aiohttp request (#700) (#701)
9f83764 : chore: migrate to owl bot (#763)
1a6496a : fix: enforce constraints during unit tests (#760)
a923442 : fix(dependencies): add urllib3 and requests to aiohttp extra (#755)
27714c4 : chore: release 1.30.1 (#752)
e697687 : fix: allow user to customize context aware metadata path in _mtls_helper (#754)
e9ca25f : fix: fix function name in signing error message (#751)
b2c179e : chore: add library type to .repo-metadata.json (#749)
ff0aae9 : chore: add SECURITY.md (#743)
04c870a : chore(revert): revert preventing normalization (#740)
99c6b01 : chore: release 1.30.0 (#741)
9e10823 : feat: add reauth support to async user credentials (#738)
36e6f0f : chore: prevent normalization of semver versioning (#736)
3e40b01 : chore: release 1.29.0 (#735)
56c3946 : fix: Allow multiple audiences for id_token.verify_token (#733)
82293fe : feat: add reauth feature to user credentials (#727)
e383636 : test: Create AWS-based external account integration tests (#731)
5832fc1 : chore: release 1.28.1 (#730)
0a83706 : fix: support custom alg in jwt header for signing (#729)
6033e30 : test: Create external account integration tests for URL-based credentials (#726)
48e8be3 : test: Create BYOID Integration tests (#719)
f1fee1f : chore: release 1.28.0 (#723)
a2cbc32 : feat: expose library version at `google.auth.__version` (#683)
e87b1ec : ci: create sponge_log.xml files (#722)
199da47 : feat: allow the AWS_DEFAULT_REGION environment variable (#721)
d80c85f : fix: fix unit tests so they can work in g3 (#714)
d7c6300 : test: skip aiohttp version that breaks aioresponses (#717)
91ee7a1 : chore: release 1.27.1 (#710)
b1a12d2 : build: fix warnings in docgen (#711)
333cb76 : fix: use gcloud creds flow (#705)
3f2f3ea : fix: ignore gcloud warning when getting project id (#708)
65074d3 : chore: release 1.27.0 (#704)
d4d7f38 : feat: workload identity federation support (#698)
882d0ff : test: install package before tests deps in unit_prev_versions (#703)
aeab5d0 : fix: add pyopenssl as extra dependency (#697)
c556f6f : chore: release 1.26.1 (#693)
684457a : docs: fix a typo in the user guide (avaiable -> available) (#680)
9dc2d86 : Revert "feat: workload identity federation support (#686)" (#691)
c731424 : chore: release 1.26.0 (#689)
5dcd2b1 : feat: workload identity federation support (#686)
5d6663a : chore: release 1.25.0 (#678)
7a94acb : feat: support self-signed jwt in requests and urllib3 transports (#679)
bf5ce0c : feat: use self-signed jwt for service account (#665)
3ca1039 : build: migrate to flakybot (#675)
621f54b : test: re-enable system tests (#670)
694e558 : chore: add missing quotation mark (#664)
f062da8 : chore(python): skip docfx in main presubmit (#661)
647290a : chore: release 1.24.0 (#656)
fd9b5b1 : fix: avoid losing the original '_include_email' parameter in impersonated credentials (#626)
ec1b688 : chore: fix typo (#647)
da922f0 : chore: add constraints file (#649)
6de753d : feat: add Python 3.9 support, drop Python 3.5 support (#655)
2d3b8d1 : chore: fix comment about clock_skew (#653)
3319ea8 : docs: fix typo in import (#651)
bc92abb : chore: release 1.23.0 (#641)
b790e65 : fix(deps): Revert "fix: pin 'aoihttp < 3.7.0dev' (#634)" (#632) (#640)
0323cf3 : feat: Add custom scopes for access tokens from the metadata service (#633)
d0a47c1 : build: use pypi secret from secret manager (#639)
9c4200d : Update example in oauth2.id_token docs (#624)
755e702 : chore: add infrastructure to support `docs-presubmit` build (via synth) (#578)
05f9524 : fix: pin 'aoihttp < 3.7.0dev' (#634)
5906c85 : Change metadata service helper to work with any query parameters (#588)
3b3172e : tests: fix unit tests on python 3.6 / 3.7 (#630)
6407258 : fix: remove checks for ancient versions of Cryptography (#596)
7f957ba : chore: release 1.22.1 (#620)
a924011 : fix: move aiohttp to extra as it is currently internal surface (#619)
ee5617c : chore: release 1.22.0 (#615)
7e15258 : feat: add asyncio based auth flow (#612)
cc91e75 : chore: release 1.21.3 (#607)
da3526f : chore: add default CODEOWNERS (#609)
d0e0aba : fix: fix expiry for `to_json()` (#589)
b921a0a : chore: release 1.21.2 (#601)
694d83f : fix: migrate signBlob to iamcredentials.googleapis.com (#600)
892dc37 : chore: release 1.21.1 (#599)
d32f7df : fix: dummy commit to trigger a auto release (#597)
41599ae : refactor: split 'with_quota_project' into separate base class (#561)
6269643 : chore: release 1.21.0 (#593)
c0c995f : feat: add GOOGLE_API_USE_CLIENT_CERTIFICATE support (#592)
ae27b49 : chore: release 1.20.1 (#582)
42321ba : fix: reduce refresh clock skew to 10 seconds (#581)
20f82e2 : fix: set Content-Type header in the request to signBlob API to avoid Invalid JSON payload error (#439)
8e45f0b : chore: release 1.20.0 (#567)
1aad54a : feat(packaging): add support for Python 3.8 (#569)
6dd2597 : chore(deps): update dependency rsa to <4.6 (#544)
d91c24c : chore: update kokoro config (via synth) (#556)
23919bb : feat: Show the transport exception that happened for GCE Metadata (#474)
18d5ae6 : test: add more tests for service account quota projects (#527)
ecd88d4 : feat: Add debug logging that can help with diagnosing auth lib. path (#473)
7ada6b0 : chore: release 1.19.2 (#565)
c4cc33b : docs: add 3.8 support to contributing (#564)
a48b5b9 : Revert "fix: migrate signBlob to iamcredentials.googleapis.com" (#563)
c497661 : chore: release 1.19.1 (#562)
ab2be5d : fix: don't add empty quota project (#560)
9058f1f : chore: release 1.19.0 (#552)
3dda7b2 : feat: add quota project to base credentials class (#546)
218a159 : chore: update file headers (#515)
038ae1b : fix: migrate signBlob to iamcredentials.googleapis.com (#553)
8c84d0f : docs: remove 3.4 from supported versions list (#549)
c05b8b5 : feat: check 'iss' in `verify_oauth2_token` (#500)
06d7f97 : chore: release 1.18.0 (#539)
15d5fa9 : feat: make ``load_credentials_from_file`` a public method (#530)
f30b45a : fix: no warning if quota_project_id is given (#537)
b74168b : chore: release 1.17.2 (#533)
46677a0 : fix(dependencies): Further restrict RSA versions (#532)
85c2bac : chore: release 1.17.1 (#529)
9434868 : fix: narrow acceptable RSA versions to maintain Python 2 compatability (#528)
67d38d8 : docs: update docstring of to_json() method (#511)
6350834 : chore: release 1.17.0 (#525)
a0d1927 : chore(deps): update dependency rsa to >=3.1.4,<4.2 (#524)
b12488c : feat: add quota_project_id to service accounts; add with_quota_project methods (#519)
16df8a3 : chore: release 1.16.1 (#522)
8ffb4d3 : fix: replace environment variable GCE_METADATA_ROOT with GCE_METADATA_HOST (#433)
9d5a9a9 : fix: fix impersonated cred exception doc (#521)
d0149bd : chore: release 1.16.0 (#518)
f282aa4 : feat: add helper func to for default encrypted cert (#514)
eb7be3f : fix: fix impersonated cred for gcloud (#516)
178e691 : chore: release 1.15.0 (#510)
ca8d98a : fix: signBytes for impersonated credentials (#506)
9dc9e9f : feat: encrypted mtls private key support (#496)
5d86b72 : chore: release 1.14.3 (#509)
3d672e9 : fix: catch exceptions.RefreshError (#508)
371b57c : test: fix usage of tick function so g3 tests can pass (#507)
7c9e8c2 : chore: release 1.14.2 (#505)
9b7228e : fix: support string type response.data (#504)
e115bae : chore: support string type response.data for gcloud (#503)
866d926 : test: fix the usage so the tests can pass in g3 (#498)
ac74905 : chore: release 1.14.1 (#491)
cf2c0a9 : fix: support es256 raw format signature (#490)
9dcc516 : chore: release 1.14.0 (#487)
ed41b49 : feat: add default client cert source util (#486)
cc614a6 : chore: release 1.13.1 (#482)
7ae9a28 : fix: invalid expiry type (#481)
46fa9c4 : chore: release 1.13.0 (#477)
e83d446 : feat: consolidate mTLS channel errors (#480)
506c565 : feat: add fetch_id_token to support id_token adc (#469)
e290a3d : feat: Implement ES256 for JWT verification (#340)
772dac6 : feat: add access token credentials (#476)
f79cf9a : chore: release 1.12.0 (#463)
ee373f8 : fix: don't use threads for gRPC AuthMetadataPlugin (#467)
97e7700 : feat: fetch id token from GCE metadata server (#462)
8374e21 : docs: fix typo for app engine setup, add detail to grpc and GCE test sections (#449)
bb9215a : feat: add mTLS ADC support for HTTP (#457)
b526473 : fix: make ThreadPoolExecutor a class var (#461)
dafb41f : feat: add SslCredentials class for mTLS ADC (#448)
a6d6329 : chore: release 1.11.3 (#452)
82e224b : fix: only add IAM scope to credentials that can change scopes (#451)
b2dd77f : fix: fix the scopes so test can pass for a local run (#450)
31299e2 : chore: release 1.11.2 (#446)
901c259 : Revert "fix: update `_GOOGLE_OAUTH2_CERTS_URL` (#365)" (#444)
c5b46da : chore: release 1.11.1 (#437)
bc0ec93 : fix: compute engine id token credentials "with_target_audience" method (#438)
37141e4 : docs(copyright): correct name of company for commits after 2015 (#440)
054db75 : fix: update `_GOOGLE_OAUTH2_CERTS_URL` (#365)
6c6c981 : chore: release 1.11.0 (#430)
d274a3a : feat: add non-None default timeout to AuthorizedSession.request() (#435)
1b9de8d : docs: link to docs on googleapis, edit old links (#432)
52a733d : feat: distinguish transport and execution time timeouts (#424)
af23e69 : chore: release 1.10.2 (#425)
0ca0ee5 : chore: add no cover for py2 collections import (#426)
c5a3395 : fix: make collections import compatible across Python versions (#419)
f07fbe9 : chore: release 1.10.1 (#420)
a57a770 : fix: always pass body of type bytes to `google.auth.transport.Request` (#421)
af29c1a : fix(google.auth.compute_engine.metadata): add retry to google.auth.compute_engine._metadata.get() (#398)
09001f9 : chore: release 1.10.0 (#415)
32d71a5 : feat: send quota project id in x-goog-user-project for OAuth2 credentials (#412)
011fabb : docs: update project URL (#413)
091ed16 : chore(deps): update dependency cachetools to v4 (#411)
04f1260 : chore: release 1.9.0 (#410)
d86d7b8 : feat: add timeout parameter to `AuthorizedSession.request()` (#406)
b7f7d7d : chore: release 1.8.2 (#409)
25ea942 : fix: revert "feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#400)" (#407)
31efad9 : chore: release 1.8.1 (#402)
451ecbd : fix: revert "feat: add timeout to AuthorizedSession.request() (#397)" (#401)
d97b271 : chore: release 1.8.0 (#399)
381dd40 : feat: add timeout to AuthorizedSession.request() (#397)
ab3dc1e : feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#400)
bfb1f8c : feat: add `to_json` method to google.oauth2.credentials.Credentials (#367)
7305072 : chore: release 1.7.2 (#391)
3b5d3e2 : fix: in token endpoint request, do not decode the response data if it is not encoded (#393)
0c33e9c : fix: make gRPC auth plugin non-blocking + add default timeout value for requests transport (#390)
3a46178 : chore: release 1.7.1 (#388)
7abcfd6 : build: enable release-please (#378)
46bb58e : fix: change 'internal_failure' condition to also use `error' field (#387)
e61a873 : chore: remove unused badges, update author_email (#381)
597d7ba : docs: fix note rendering for service_account_email (#385)
d3406b3 : chore: release v1.7.0 (#380)
f0b4504 : docs: change 'name' to distribution name (#379)
65e33c0 : build: fix system tests, move to Kokoro (#372)
9eec091 : chore: blacken (#375)
ae3bafd : docs: add busunkim96 as maintainer (#373)
21b4f1c : Rename nox.py -> noxfile.py (#369)
eae1dcb : Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#368)
7a8641a : Add support for imersonated_credentials.Sign, IDToken (#348)
1322d89 : Update dependency cachetools to v3 (#357)
379dd3e : Update dependency rsa to v4 (#358)
ccf2e50 : Initial renovate config. (#356)
530f5f9 : Use cls parameter instead of class (#341)
0958d7a : Update user-guide.rst (#337)
cd93111 : add compatibility check badges to README (#346)
938e5d9 : Use new pytest api to keep building with pytest 5 (#353)
38166b2 : setup.py: set an upper bound on dependencies version (#352)
49a18c4 : Add downscoping to ouath2 credentials (#309)
2c6ad78 : Fix typo in jwt docs. (#332)
4086543 : doc: clarify which SA has Token Creator role (#330)
908da75 : Require a minimum version of setuptools (#322)
08272d8 : Release 1.6.3 (#325)
7a62768 : Add retry to _metadata.ping() (#323)
ae7e4f3 : Follow rfc 7515 and strip padding from JWS segments (#324)
b4eee9c : Allow user to pass custom Session object to AuthorizedSession to make requests. (#306)
6e0781b : _default.default() now handles ImportErrors for optional dependencies. (#313)
d14cb1e : Update setup.py
001133e : Release 1.6.1 (#314)
3f73694 : Announce deprecation of Python 2.7 (#311)
9cdfaaa : Link all the PRs in CHANGELOG (#307)
2dfe070 : Release v1.6.1 (#305)
b29f262 : Automatically refresh impersonated credentials (#304)
fadb16c : Release google-auth-library-python 1.6.0 (#303)
1fbc679 : Add google.auth.impersonated_credentials (#299)
e04ee89 : Update github issue templates (#300)
8d4051b : Update trampoline.sh (#302)
a10b15e : Enable static type checking with pytype (#298)
f102825 : Update link to documentation for default credentials (#296)
5f65d27 : Update README
62cfc6d : Remove punctuation which becomes part of the url (#284)
4997be1 : Make classifiers in setup.py an array. (#280)
137b43b : Release v1.5.1 (#282)
8147785 : Fix check for error text on Python 3.7 (#278)
b7eb1a7 : Use new Auth URIs (#281)
edfe246 : Add code-of-conduct codument. (#270)
ca18fcf : Fix some typos in test_urllib3.py (#268)
193195e : Release v1.5.0 (#267)
a8d9348 : Warn when using user credentials from the Cloud SDK (#266)
67456b4 : Add compute engine-based IDTokenCredentials (#236)
b61cecd : Corrected some typos (#265)
f5967d9 : Release 1.4.2 (#263)
118c048 : Raise a helpful exception when trying to refresh credentials without a refresh token (#262)
ce54cc3 : Fix links to README and CONTRIBUTING in docs/index.rst (#260)
2f5cb2d : Fix a typo in credentials.py. (#256)
839d468 : Use pytest instead of py.test per upstream recommendation, #dropthedot (#255)
7e1270b : Fix typo on exemple of jwt usage (#245)
5d53a96 : Release v1.4.1 (#244)
d930fa8 : Add a check for the cryptography version before attempting to use it. (#243)
20ba485 : Release v1.4.0 (#240)
4255b10 : Improve documentation around ID Tokens (#224)
1cd8390 : Add `cryptography`-based RSA signer and verifier. (#185)
b649b43 : Add `google.oauth2.service_account.IDTokenCredentials`. (#234)
dcbf1e0 : Release v1.3.0 (#233)
6d33993 : Drop pylint for the time being. It served us well (#231)
945c357 : Drop direct pyasn1 dependency (#230)
15af07b : Check for the project ID env var before warning about missing project ID (#227)
369e2a7 : Docstring fix for has_scopes() and with_scopes(). (#228)
23c88f7 : Add google.oauth2.credentials.Credentials.from_authorized_user_file (#226)
f682cb2 : Fix ReadOnlyScoped doc with_scopes (#219)
2857265 : transport.requests: make credential refresh robust (#220)
7578449 : Release v1.2.1 (#216)
6999666 : Exclude compiled Python files in source distributions (#215)
5d37a64 : Updating docs for creating RSASigner from string (#213)
0a93e87 : Adding back "wrapped" exceptions in Refresh/Transport errors.
ae5d3a4 : Lint fix.
895e369 : Using `six.raise_from` wherever possible.
b7b48f1 : fix comment, seconds not sections (#210)
3ef03b3 : Release v1.2.0 (#207)
b096a3d : Add 'AnonymousCredentials' class. (#206)
ddf3cec : Updated the doc with python setup guide (#204)
df60b5c : Release v1.1.1 (#201)
cb7b3c4 : Fix OAuth2 credentials to inherit from ReadOnlyScoped instead of Scoped. (#200)
b1ff283 : Release v1.1.0 (#198)
1cba0f8 : Fix App Engine's expiration calculation (#197)
4460a96 : Fix typo of 'Only' as 'Onnly' (#196)
4246832 : Move read-only methods of 'Scoped' into new interface, 'ReadOnlyScoped'. (#195)
9281ca0 : Split crypt into a package to allow alternative implementations (#189)
6e86c93 : Add error message to handle case of empty string or missing file for GOOGLE_APPLICATION_CREDENTIALS (#188)
6a3f0ec : Expose Project ID from service account credentials (#187)
2f44c49 : low effort typo fix (#184)
1f93868 : Release v1.0.2 (#180)
4921d44 : Fix retrieval of default project ID on Windows (#179)
d020426 : Adding kokoro config (#176)
1c51e93 : Fix missing timeout argument for http.client transport (#175)
22d9094 : Documentation Update: Added instructions for using the library in App Engine (#172)
78fec2c : Make testing style more consistent (#168)
cf93481 : Add documentation around oauth2client deprecation (#165)
ec726bd : Fix lint issues caught by new pylint (#166)
9bea1b1 : Release v1.0.1 (#159)
7af9f66 : Fix clock skew calculations (#158)
709953d : Release v1.0.0 (#156)
5a44826 : Remove additional packages (#154)
8a8c4d2 : Fix lint for latest pylint (#155)
7b45217 : Move run_pylint to gcp-devrel-py-tools (#153)
ca1eabc : Release v0.10.0 (#151)
26a1637 : Expose id_token in OAuth 2.0 credentials (#150)
cfbfd25 : Add jwt.OnDemandCredentials (#142)
31c0863 : Fix system tests when running on GCE
b33b802 : Allow customizing the GCE metadata service address via an env var. (#148)
0c09c73 : Use "gcloud config config-helper" to read the project ID from the Google Cloud SDK (#147)
e60c124 : Add a consistent 5 minute clock skew accomodation (#145)
f0bc072 : Remove unneeded import guard (#144)
1049bb2 : Release v0.9.0 (#143)
75c78b2 : Add service_account.Credentials.with_claims (#140)
d47281b : Remove oauthlib modules from documentation, update user guide (#139)
41a2bba : Add InstalledAppFlow (#128)
06a27e8 : Separate oauthlib integration into its own package (#137)
0190660 : Use io.open instead of open in setup.py
c51d35a : Test httplib2 transport package on travis (#135)
05d4808 : Stylesheet updates
7828c1c : Fix inclusion of tests package in setup.py (#131)
b9101e3 : Add helpful error messages when importing optional dependencies (#125)
8170194 : Add details about oauthlib integration to the user guide (#126)
8716141 : Update gcloud in system tests (#123)
2d0549a : Add public properties to google.oauth2.credentials.Credentials (#124)
3459d31 : Test with Python 3.6 (#102)
b8f48d0 : Add jwt.Credentials.from_signing_credentials, remove serivce_account.Credentials.to_jwt_credentials (#120)
0c5503e : Release v0.8.0 (#119)
ab08689 : Remove one-time token behavior of JWT Credentials (#117)
254befe : Create abstract Verifier and Signer, remove key_id hack from App Engine and IAM signers (#115)
a209819 : Fix gRPC to call credentials.before_request (#116)
09568fd : Fix some style issues in the docs
8e1dc4f : Release v0.7.0 (#111)
d722167 : Add public property google.auth.credentials.Signing.signer (#110)
5b4e9c8 : Fix issue where GAE Signer erroneously returns a tuple from sign() (#109)
924191c : Add IAM signer (#108)
b0c6d19 : Use same dependencies for tox -e docs and readthedocs
04c263d : Fix missing documentation dependency
9857713 : Release v0.6.0 (#107)
3ff4d55 : Refactor common code from google.oauth2.flow to google.oauth2.oauthlib (#106)
474c8df : Add warning about oauth2.flow (#105)
d095801 : Fixing typo in google_auth_httplib2 README (#103)
24d87e8 : Remove experimental tag
4382bc1 : Add google.oauth2.flow - utility for doing OAuth 2.0 Authorization Flow (#100)
20e6e58 : Fix a few lint errors
159077f : Restore lint to Python 3.5
90c1c1b : Release v0.5.0 (#98)
54451fb : Fix cyclic import and add Signer.from_service_account_info (#99)
256d2bf : Add app_engine.Signer (#97)
fc16929 : Add crypt.Signer.from_service_account_file (#95)
b607507 : Fix TypeError if error description is None (#96)
dc884c0 : Fix app engine system test
3bece75 : Fix app engine system test
443df66 : Release v0.4.0
d840bec : Add proxy to httplib2.Http.connections (#91)
4c883f0 : Add Signing.singer_email (#89)
56fe71a : Make secure_authorized_channel pass kwargs to grpc.secure_channel (#90)
3f44cd6 : Release v0.3.2
6dca98c : Fix circular import when importing google.oauth2 before google.auth (#88)
746a0aa : Release v0.3.1
97eb870 : Fix ID token verification (#87)
7bd15ac : Release v0.3.0 (#83)
e2ab100 : Add ID token verification helpers. (#82)
bdbf2b1 : Fixing lint
8784b23 : Use autospec where appropriate
8c3a10b : Fix doc warnings
840b3ac : Swap target, request for request, target in secure_authorized_channel's argument order. (#81)
53c7b17 : Add basic user guide (#79)
48c85f7 : Fixing Tuple[...] type annotation in docstring. (#77)
61ffb05 : Make service_account_email public, read-only (#76)
8a7e506 : Add scope argument to default (#75)
ce37cba : Add support for the GCLOUD_PROJECT environment variable (#73)
cadec89 : Release v0.2.0
a896d2a : Add google.auth._oauth2client - helpers for oauth2client migration (#70)
b9897dc : Add grpc transport (#67)
9779181 : Use a python script to define Pylint config rather than an ini file (#69)
9a9ce2c : Add requests transport (#66)
70995a9 : Regenerate and fix docs
f89a3cf : Add with_scopes_if_required helper (#65)
ac3f975 : Release v0.1.0 (#64)
aebd030 : Add test for GCE default credentials (#62)
b551ef2 : Move GAE environment setup to nox (#61)
bbc3943 : Nox system test refactor (#60)
e163bc9 : Fix template string in App Engine system tests.
7a27f47 : Add App Engine system tests (#59)
421cc9b : Add ADC system tests (#58)
80f7ff2 : Read cloud sdk active_config file to determine the right config file to read (#57)
e40a9b3 : Fix typo
cf672c2 : Add oauth2.credentials system tests (#56)
f7b9279 : Add compute engine system tests (#54)
447c5be : Add system tests for service account credentials (#51)
5b03ba1 : Add _metadata.get_project_id.
2148fde : Add GAE to application default credentials.
0471475 : Add app engine credentials (#46)
7e29eda : Add service_account.Credentials.to_jwt_credentials (#45)
90db9f2 : Add httplib2 transport (#34)
246df81 : Add python setup.py check to lint
aadb3de : Implement application default credentials (#32)
714fee0 : Add urllib3 to docs dependencies
49ef717 : Regenerate docs
807032c : Consolidate service account file loading logic. (#31)
93d1aa4 : Handle case: additional claims empty but mutable
54a8517 : Fix import order
abcd3ed : Add JWT credentials (#21)
ab9eba3 : Add service account credentials (#25)
a042549 : Add compute engine credentials (#22)
10ec7e9 : Add oauth2 credentials (#24)
0a0be14 : Fix some issues with copy_docstrings
2c253a5 : Fix some issues with copy_docstrings
6b21d75 : Add copy_docstring helper (#23)
71ce2a0 : Add google.auth.credentials - the public interfaces for credentials (#8)
55e0a3b : Add sphinx-apidoc options
a50e236 : Fix distributions
a60ab7f : Add sphinx-docstring-typing
27f6e1e : Add urllib3 AuthorizedHttp (#19)
7eeab7d : Fixing various docstrings
d2aec29 : Color identifiers (descname) blue for readability
0153288 : Add stylesheet for slightly more legible docs
50ee3f4 : Update docs config
2b773f3 : Release v0.0.1 (#18)
9b5c222 : Add pypy to travis (#17)
99cc7b7 : Setup logging (#16)
92c7b94 : Add urllib3 transport (#14)
123a48b : Add google.oauth2._client (#13)
0178246 : Add http.client transport (#10)
64a9d6e : Add compute engine metadata client (#11)
5d028ec : Add google.auth.transport and google.auth.exceptions (#9)
5824ad8 : Add google.auth.jwt (#7)
8713a71 : Add google.auth.crypt (#6)
377f293 : Basic project setup (#4)
c0f09c6 : Initial commit

+- Project: platform/external/python/httplib2

4e74b3b : Move comment to license_note

+- Project: platform/external/python/jinja

2eeef308 : Remove py2-jinja

+- Project: platform/external/python/mobly

8b4837b : Add build files for Mobly lib
6d7b621 : Adding Snippet Client V2 for Android, Step 1 (#804)
38826e3 : Refactor snippet client v2's stop server method (#807)
8e0499c : Rename Snippet client v2's startup sequence steps (#806)
d1b0104 : run yapf to fix format (#801)
7d9bb55 : Add a new base class for snippet client (#795)
59464bd : Mobly Release 1.11.1. (#799)
4a3aa58 : Add a comment for fastboot. (#798)
fe13f5a : Add return type annotations to some AdbProxy methods. (#790)
bbfcca8 : Fix tests for fastboot device detection on Windows CI. (#792)
117f8ec : Include fastboot devices when validating controller creation. (#791)
79e1a41 : Initial empty repository
d2efcf9 : Improve test coverage in Mobly utils. (#789)
1d1b572 : Fix import order and disable broad-except pylint warning. (#788)
76b4a21 : Add basic `retry()` and `repeat()` support to generated tests. (#766)
bb94c86 : Replace psutil usages in utils.stop_standing_subprocess. (#787)
d3dcb3e : Add a test case to cover kill subprocess and descendants behavior. (#786)
82c5e95 : Replace mock with unittest.mock and cleanup import section. (#785)
797ac3a : Remove psutil usages in utils_test. (#783)
9454775 : Refactor utils_test to follow Google Python style guide. (#782)
e55c7ba : Fix bad import order according to Google Python style guide. (#781)
ec30535 : Create enum for build info constants (#778)
6bea929 : Remove unreachable class method in AdbTest. (#780)
ecf9042 : Add type hint to utils.run_command to fix pytype checker error. (#779)
d33a2f1 : Replace psutil usage with subprocess in utils.run_command. (#776)
156ce82 : Remove unused import in utils_test.py. (#775)
73178ec : Use convenience constant instead hard code everywhere for MBS. (#777)
e64472b : Add incremental build ID and build fingerprint as AndroidDevice build info properties (#774)
75eeb24 : Add assertion functions for parity with unittest (#769)
5097a6f : Change get_atten command for instances where path count is 1. (#771)
542a78a : Make code sample more idiomatic. (#765)
a7d1135 : Fix typo in android_device (#764)
0e6dff7 : Support overriding direct Rpc calls in `callback_handler`. (#763)
b4c8741 : Inspect class instead of class instance to get test methods list. (#762)
5de78a9 : Mobly Release 1.11. (#761)
a687b66 : Remove the monsoon controller (#759)
b859211 : Cache the current user id in SnippetClient. (#756)
66c78c0 : Test run exit status should be `0` if test retry eventually passed. (#755)
cd253a4 : Use `assertRaises` instead of catch and assert (#754)
113ac44 : Show test run metadata in test summary. (#751)
775baf7 : Use `self.assertIsInstance(..., ...)` instead of `self.assertTrue(isinstance(..., ...))`. (#750)
8fc52c2 : Supports `universal_newlines` as argument in utils#run_command (#749)
255edd7 : Do not raise Error for already connected devices. (#747)
c9c20f9 : Raise an error when `adb connect` fails. (#746)
ff2ff8d : Fix flake8 warning (#741) (#745)
1194a79 : Support custom filename in `AndroidDevice.take_screenshot` (#730)
cc5bd0b : Fix flake8 warning (#741) (#742)
42f9a05 : Fix a bug in `android_device.get_instances_with_configs`. (#744)
8624f72 : Check Android devices exist before calling commands on them. (#743)
509f717 : Add support for `max_consecutive_error` in `repeat`. (#740)
c1c1023 : Trigger the CI runs on pull request too. (#738)
0fbc913 : Remove "Travis CI" configurations. (#737)
fe40a45 : Use "GitHub actions" to run CI tests for google/mobly (#736)
532b04a : Support native repeat and retry in Mobly. (#734)
f3335ac : Fix typo. (#733)
f5f330a : Fix the behavior of `SnippetClient#is_alive`. (#732)
47446d2 : Include a debug hint in snippet client error message. (#731)
425ebc2 : Remove 'future' compatibility layer dependency. (#728)
74ecccc : Prefer monotonic time from perf_counter for time measurement. (#725)
4e093ad : Drop the py2 compatibility in class declaration statements. (#724)
a05df92 : Drop the py2 compatibility in unittest usages. (#726)
adf65a1 : Drop the py2 compatibility in raise_with_traceback. (#727)
34dde3e : Run tox instead setup.py test with Travis-CI. (#723)
2efded4 : Drop the py2 compatibility support modules. (#720)
e41b6fb : Make quote delimiter consistent in mobly/utils.py. (#719)
63f0863 : Drop the py2 compatibility in super() statements. (#722)
4ac4d3c : Remove importing class from modules. (#721)
638ac59 : Improve port picking logic. (#717)
69b07f9 : Minor fixes for jsonrpc client. (#718)
7248a82 : Remove more py2 workarounds. (#716)
44e6656 : Remove some py2 workarounds. (#715)
0645ac8 : Fix some usages of asserts in tests. (#714)
b7c2324 : Re-format all codes to Google style. (#713)
16ddca2 : Move to 2-space indent: tests/lib/*.py. (#707)
8eb87e0 : Move to 2-space indent: AndroidDevice related test files. (#709)
e09ecd4 : Move to 2-space indent: test files except AndroidDevice related (#710)
88fc06f : Drop python 3.4 and 3.5 from travis. (#712)
11d0f08 : Move to 2-space indent: tools. (#711)
2187421 : Fix some wordings in README.md. (#706)
ac42976 : Fix a non-pythonic usage of `not`. (#708)
946e594 : Make a logging statement more contextual. (#704)
6c11582 : Move to 2-space indent: AndroidDevice related files. (#705)
4d7ddec : Add tox config for running unit tests. (#702)
bf936ab : Drop py2 and py<3.6 support in README.md. (#703)
3ff6864 : Move to 2-space indent: top-level mobly files. (#701)
bb8adc3 : Drop py2 support in setup.py test. (#695)
fecc70f : Add a retry mechanism for the ADB command "root”. (#690)
0d063ee : Remove deprecated code. (#693)
e83547d : Drop Python 2 compatibility. (#679)
6ff8f9e : Mobly Release 1.10.1. (#692)
0452861 : Use an empty string as the default `TestRunConfig.log_path` (#689)
858e65a : Fix a potential resource leakage in `_print_test_names`. (#688)
7f09683 : Reduce unused variable in _client_receive. (#686)
d87c88e : Sets default not to do verbose logging (#683)
d8ac439 : Fix flaky test fails caused by `mock.MagicMock().call_count` is not thread-safe. (#682)
0a7dad7 : Add not None check in Logcat.create_output_excerpts. (#681)
47a15d7 : Add fallback for jrpc client connection when failing to connect. (#678)
94d075f : Fix typo, rename test function and align style (#677)
4004895 : Remove bug report file on device after adb pull. (#676)
6f86793 : Add extra log for debug when UnicodeDecodeError happened (#674)
7d38d6f : Fix unit test failure due to the lack of `fastboot` mock. (#672)
6d19e46 : Change an arg name to be consistent. (#671)
a68bae3 : Add an API for taking screenshot in AndroidDevice. (#670)
f3f9c63 : Fix adb service can NOT start in mobly when debugging with Intelij IDEA
bd96fcf : Use errno instead of os.errno in utils.create_dir (#667)
e36b3df : Mobly Release 1.10. (#664)
300fc55 : Do not check if a service is `alive` in `resume_services`. (#663)
5b6bf21 : Properly handle service re-start and resume in `AndroidDevice`. (#662)
1f4283f : Workaround Python 3.4 max_workers not supporting None
5ce4643 : Improve concurrent_exec util
4b98d75 : Change MISMATCHED_API_ID from 'Mismatched API id.' to 'RPC request-response ID mismatch.' for clarity. (#657)
d696fae : Rewrite logcat's create_output_excerpts to avoid dangling excerpts. (#658)
8980162 : Removes unnecessary list handling from -c flag. (#659)
d32a00d : Do not add `--user` in snippet commands for SDK < 24. (#653)
d919d51 : Defaults the controller and user_params to empty dictionaries in TestRunConfig. (#654)
378cc28 : Updated formatting of config_parser_test.py (#652)
828cf20 : Log path changes in `BaseTestClass`. (#650)
01b3226 : Revert "Defaults the controller and user_params to empty dictionaries in TestRunConfig."
e7c607b : Change test case filter to use callable() instead of inspect.ismethod() (#648)
207182e : Defaults the controller and user_params to empty dictionaries in TestRunConfig.
12ead33 : Always operate on the current user in `snippet_client`. (#647)
ac54530 : Correct docstring for `current_user_id` (#646)
da73f68 : [adb] Add a util to retrieve the current user ID. (#645)
95dda74 : Allow overriding props with setters via config in `AndroidDevice`. (#644)
313df48 : Guarantees the test stage end message is always logged. (#639)
f74393e : Re-include test_bed_name in load_test_config_file() for backward compatibility (#643)
7ecec7d : Rename test_bed_name to testbed_name. (#641)
301d726 : Remove long deprecated APIs. (#640)
b5aea4c : Fix take_bug_report int issue. (#638)
0f98218 : Standardize filenames for logcat and bugreport. (#635)
61cfdc5 : Fix line length on comment (#637)
b66813d : Preserve extensions when truncating filenames (#636)
7fa0bf4 : Utilize new output file APIs in `logcat_service`. (#634)
e6888c8 : Standardize output excerpt APIs in services. (#633)
f596d09 : Add find_subclass_in_module utility. (#632)
3662c6a : Add find_subclasses_in_module utility method. (#631)
a8897ef : Add a method for generating output filenames in `AndroidDevice` (#630)
5135ee3 : Add logic to sanitize windows filenames (#629)
2587dce : Fix adb instrument output. (#628)
d84f094 : Add is emulator property (#626)
4541f3a : Add context on the ordering of `root_adb` commands. (#624)
6329d02 : Mobly Release 1.9.1. (#622)
c780464 : Update sphinx config (#621)
cf1b860 : Add back rst files for sphinx. (#620)
dc189aa : Revert "Refactor docs to publish contents to readthedocs.io" (#618)
b3e9e80 : Mobly Release 1.9. (#617)
77daa5f : Remove context behavior of `base_test` (#616)
6166297 : Set default logging values for test runner. (#612)
7026d69 : Add ability to override the log alias directory. (#584)
2851e3c : Fix typo. (#611)
a18569f : Fix suite_runner with logger. (#610)
1ff98f1 : Make test_runner logging a context manager. (#606)
7530d9a : Make state explicit in logcat service update config. (#609)
95397a3 : Support updating config in an existing logcat service instance (#608)
9d450b2 : Guarantee service start/stop order in AndroidDevice. (#607)
5919da4 : Remove an extra param. (#604)
dc2ba96 : Make `take_bug_reports` consistent with its singular version. (#602)
aa48256 : New yapf formatting. (#603)
bcf1e81 : Cache build info (#600)
b265876 : Workaround socket library import issue. (#601)
da9f18b : Extend build info (#599)
b93775e : Add retries for adb getprops. (#597)
561d34e : Deduplicate the mock adb proxy. (#598)
048be41 : Workaround adb getprop timing out occasionally during the boot process. (#596)
01707a1 : Fix typos. (#595)
ee0e0d7 : Update and rename CONTRIBUTING to CONTRIBUTING.md (#594)
fbeb0a8 : Fix service manager error handling. (#591)
5b40bd4 : Add mixin for instrumentation test. (#588)
0f4b554 : Update setup.py
57f100e : Fix windows cbuild pytest pytype error
a8ae941 : Fix various deprecation warnings for raw strings. (#585)
f4e68b5 : Make take_bug_report more convenient. (#582)
fa9f36a : Avoid redundant stacktrace logging. (#583)
ac5549a : Handle \r\n newlines. (#581)
7ec3965 : Handle special adb getprop output. (#580)
aaa1ff4 : Add an API for getting adb prop in batch. (#577)
2ab5eee : Fix yaml load usage warnings. (#578)
fc84408 : Make take bug report more convenient to use. (#576)
38ba2cf : Expose `cwd` in subprocess util. (#575)
543e90e : Add logic for ANDROID_SERIAL to snippet shell. (#574)
86dad4d : Remove `ad.stop_services` for good. (#573)
3e7a211 : Remove deprecated service-related APIs (#572)
a6d1da1 : Moving the util and updating references in tests (#570)
9d7cadd : Add support for specifying UID for test cases (#571)
7ce7a10 : Fix assert message to have a single stacktrace (#565)
32a94fc : Remove unused code path. (#568)
75f17aa : Add a note on py2 support. (#567)
939779a : Remove `tests` module from installation. (#564)
8d987b7 : Fix flaky timeout test on Windows. (#563)
08e5f36 : Fix a typo in getprop. (#562)
39c60c7 : Add a default timeout for adb getprop calls. (#556)
2b8acb3 : Fix deadlock issue with adb commands with timeout. (#558)
d832650 : Correct docstring of ad.reboot. (#557)
906cbfb : Fix Python3 str handling error. (#555)
bf38b00 : Append search path to include parent directory.
64d1a55 : Refactor docs to publish contents to readthedocs.io.
6ff5d93 : Travis CI: Add Python 3.6 and 3.7 to the testing (#549)
731b58c : Undefined name: Error() --> Exception() (#548)
e3f2181 : Fix help() rpc to display new lines properly in snippet shell. (#546)
22e8d4e : Fix a very minor typo. (#545)
79e2cd0 : Mobly Release 1.8.1. (#543)
ccb6293 : Fix method docs in service_manager (#541)
4ac4570 : Fix unit test flake. (#540)
b838d96 : Fix a unit test. (#539)
be541bd : Introduce a proper execution stage for final clean up. (#538)
df643c7 : Docstring fixes for sphinx warnings. (#537)
589b30e : Fix sphinx docs. (#536)
05e69b9 : Mobly release 1.8 (#535)
e8ab13f : Fix `expects` for different test stages. (#531)
e3f18fe : Add serial to adb timeout error. (#534)
95286a0 : Add serial attr in `AdbError`. (#532)
90e5834 : Add ability to specify a custom env for start_standing_subprocess (#530)
e782556 : Add a quick tutorial for services. (#527)
08bb289 : Remove trailing spaces. (#526)
8251fd3 : Introduce a helper method for creating per-test logcat excerpts. (#525)
ef49d6e : Simplify service interface and post-service clean ups. (#515)
5950656 : Fix pytest warning when run via setup.py test (#524)
1b31064 : Fix load_sl4a. (#522)
b749faf : Fix pytest init warnings. (#521)
fd19fc6 : Fix wrong asserts in some python tests. (#520)
a4e6511 : Remove unused arg from stop_standing_subprocess. (#518)
f6c196a : Fix a typo in docstring. (#516)
6b6fc51 : Remove unused args in logger module. (#517)
9ffe882 : Package sl4a client management into a service. (#511)
96a5add : Fix pause/resume behavior for snippet management service. (#513)
5aa7401 : Apply service mechanism for snippet client management. (#507)
0d22e7e : Update test_runner.py (#510)
d438f37 : Put back the "adb logcat -c" workaround for Android O. (#506)
16111ed : Introduce proper service management for AndroidDevice. (#503)
fdfeac9 : Do not crash upon adb logcat clear error. (#501)
c359501 : Add controller configs attr back (#499)
316bff0 : Create a proper manager for controllers. (#497)
5fdd039 : Fix racing conditions in unit tests. (#496)
6f91e02 : Properly record controller info. (#495)
c86a37b : Move `register_controller` into `base_test`. (#493)
566e0b6 : Mobly Release 1.7.5 (#490)
a3d3b25 : Clean up dep requirements in `setup.py`. (#489)
e4134eb : Fix max timeout for `CallbackHandler.waitForEvent`. (#487)
6a541b8 : Add a unit test to verify controller objects do not persist across classes. (#483)
d92ceb0 : Mobly Release 1.7.4. (#481)
53191b5 : Normalize serial for log name on Windows (#475)
a4ce085 : Improve boundary clarity of execution stages in logs (#478)
b343fba : Log test config at the beginning of the test run. (#472)
887940b : Log each rpc msg in snippet client for better debugging. (#473)
9b7297a : Use `ro.debuggable` to decide if a device is rootable. (#471)
9c5b19e : Replace some android.support references with androidx (#468)
6f084fc : Support alias for test classes when using suite. (#467)
5e59f92 : Fix missing io.open in monsoon.py (#466)
811e52a : Use io.open to set file encoding (#465)
2b58c17 : Add unit test for `on_fail` and `setup_class` both raising errors. (#464)
0f56106 : Add an API to unload a single snippet. (#463)
63b8e3f : Fix behaviors of `abort_all` in procedural functions. (#461)
c76dc8d : Fix unicode encoding issues with records module. (#460)
57504a2 : Fix psutil unit test flake in Windows CI environment. (#458)
c7025d2 : Fix _execute_and_process_stdout. (#456)
57ffa72 : Log command for _execute_and_process_stdout. (#453)
7440d2a : Fix error argument formatting which was leading to not callable TypeE… (#455)
f1aff6a : Mobly release 1.7.3. (#450)
452be95 : Apply cleanups suggested by PyFlakes. (#451)
59d0f0f : Implemented streamed instrumentation tests (#392)
a9f2bda : Refactor format adb command (#447)
d187e2b : Add pytest_cache to .gitignore (#448)
1b2dde7 : Add windows build badge (#426)
9b96008 : Sphinx doc fixes. (#445)
d8b04d6 : Extend runtime test info for `setup_class` stage. (#444)
94524ee : Fix adb.forward (#443)
8caa5c3 : Add an option to get the stderr of an adb command. (#437)
ea6a4e1 : Changed UserData 'timestamp' to use the same util as 'Begin Time' and 'End Time'. (#439)
9764c5b : Fix instrumentation output on python3. (#432)
d8e4c34 : Fix unit tests on Windows. (#425)
d0f92b4 : Disable the blacklist on hidden apis for sl4a/snippets (#427)
61222cf : Fix cat_adb_log on Windows. (#433)
02b9d84 : Fix instrumentation decode issue with python3.
f257e01 : Mobly Release 1.7.2. (#428)
562cf89 : APIs to add additional blocks in test summary file (#376)
49122ec : Format README Travis button, better code snippets (#421)
e27b806 : Fix exception raising in `AndroidDevice.load_snippet`. (#419)
98c755d : Fixed missing stacktrace for py2 for setup_test failure (#413)
0d0f8a5 : Remove the usage of `testfixtures`. (#418)
3fb7ba6 : Make `SnippetEvent` loggable. (#417)
58a3d58 : Fix key value unpacking issue. (#416)
7db6622 : Fix comment over 80 characters. (#415)
2e2d76e : Add command check for logpersist (#414)
88642eb : Mobly Release 1.7.1. (#410)
83b8c09 : Handle calling `asserts.abort_all` in `on_fail` (#408)
a9b3543 : Fix issue with whitespace on Android M on Windows with instrumentation parser. (#400)
3d8bd97 : Fix 80 char line lengths on TestRunner._teardown_logger(). (#401)
9d35c31 : Allow logging to start before running tests (#389)
f5dae47 : Adding None checks to stop_standing_subprocess (#399)
aff4bc2 : Fix recording of teardown_class failures in new output format. (#397)
27f733a : Add quote for bug report name so Win is happy. (#398)
e468207 : Mobly Release 1.7 (#395)
3c1df42 : Set `end_time` when `teardown_test` fails. (#393)
7ce3a52 : Deprecate old test output. (#381)
39b8720 : Making function _parse_device_list public (#390)
3bf10e5 : Fix monsoon module import error. (#386)
ed79ac8 : Monsoon dictionary config support (#385)
433cca4 : Revert "Add parsing of monsoon configs from a dict"
986923b : Add parsing of monsoon configs from a dict
b151bbc : Improve the handling of serial number as a string. (#382)
72979f8 : Make sure AndroidDevice serial is a string. (#380)
7e5e62a : Provide a way to add custom controller info in AndroidDevice. (#377)
11bbc05 : Fix a formatting bug in adb error message. (#375)
023470c : Properly handle Exceptions containing unicode. (#374)
7a9a24d : Split arg parsing logic into a separate function. (#373)
1b9ae0c : Restructure adb error classes. (#368)
d487780 : Localize usage of `adb` module in `utils`. (#372)
c30f321 : Localize `psutil` usage. (#371)
2dc2659 : Wrap `socket.error` with `DeviceError` so it includes device id. (#370)
7a7ffb8 : Properly propagate stacktrace from `SnippetClient.start_app_and_connect` (#369)
5d179a6 : Fix a bug where exception is thrown by `create_dir`. (#367)
06665dd : Update serials for adb and fastboot in `update_serial`. (#366)
ae93531 : Remove usage of distutil for dir operations. (#365)
4fccb86 : Support remote devices whose serials can change during test. (#363)
dcb0488 : Fix an incorrect passing of `ad` in `SnippetClient`. (#361)
c2d80b9 : Implement Android instrumentation test runner class (#359)
5958f83 : Allow setting destination in `take_bug_report`. (#351)
8798f62 : Delayed termination support (Expect) (#344)
b4bd283 : Implement get_devices (#357)
7b6b3a9 : Add basic unit test for sl4a_client. (#354)
ec37cec : Fix typos in docstring. (#348)
808dc9b : Expose more test runtime info. (#330)
f7c1a2c : Fix exception construction in sl4a client. (#347)
496a121 : Minor fixes in base_test. (#331)
b6ab476 : Fix some documentation style issue to get rid of sphinx warning (#339)
d2a3b9f : Fix `Sl4aClient` and its usage. (#343)
5620851 : Better error message for modules related to AndroidDevice. (#336)
891bc20 : Fix formatting of "execute" and "expect" sections. (#341)
82c363f : Remove a unit test check. (#342)
4f14483 : Fix runtime warnings in Py3. (#332)
7b26469 : Add an exception log line. (#337)
27c57ba : Support `timeout` in `AndroidDevice.take_bug_report`. (#334)
94aee25 : Fix system command in test for Windows (#335)
cde39b9 : Escape spaces in logcat file names for cli inputs. (#328)
51c912d : Fix abort class in `setup_test` and procedure functions. (#323)
07ba42c : Clean up if errors occur during `load_snippet`. (#325)
1493710 : Mobly Release 1.6.1 (#319)
2077f28 : Minor fixes from sync comment. (#317)
55e0486 : Fix deepcopy of `ExceptionRecord` objects. (#316)
82064a0 : Minor changes in log lines. (#314)
9bb2ab4 : Fix timeout units in callback_handler. (#312)
ed33f0c : Remove redundant commas from sample configs in tutorial. (#313)
cf20a3c : Fix bad string template in adb proxy. (#305)
7f0c2de : Handle int timestamp in `android_device.take_bug_reports`. (#309)
d2c3f25 : Fix tallying for FAIL from `setup_test` (#311)
6e9f394 : Properly report errors in teardown_class. (#306)
25b676a : Fix adb test (#310)
3a72998 : Add support for listing tests in a test module. (#304)
b954033 : Add timeout to adb command (#302)
b9e1f67 : Serialize extra_errors as a dict like we used to. (#308)
80e9739 : Properly record extra errors. (#284)
e5df6ca : Refactor passing record to procedure functions like `on_fail` (#301)
f6b8141 : Cleanup docstring indentation style (#303)
4188e2b : Pass test record to procedure on_xxxx functions. (#293)
3df03a7 : Fix a bug where timestamps are set on tests that didn't even start. (#269)
30513a4 : Refactor standing subprocess utils. (#297)
d57cec4 : Fix `current_test_name` lifecycle. (#298)
317d9b7 : Revert "Refactor standing subprocess utils. (#290)" (#296)
929be6b : Refactor standing subprocess utils. (#290)
b3868ca : Modified parse_args and added unit test (#292)
87ac458 : Expose callback id. (#294)
5b9fd22 : Drop support for deprecated v0 snippets. (#253)
da91158 : Revert "Use parse_known_args (#287)" (#289)
1c50208 : Use parse_known_args (#287)
55cbd2b : Minor fix in AndroidDevice.load_snippet doc. (#280)
09280f1 : Remove sl4a log lines from base_test. (#283)
7e7081d : Revert "Fix typo" (#282)
f69f61b : Add a list of test names to summary. (#279)
49db936 : Minor fixes for new output format. (#273)
c06bc0b : Fix typo (#277)
c4d523a : Fix snippet_client for py3. (#276)
2172fac : New Output Format (#246)
6760e85 : Fix procedure functions' execution conditions (#263)
3763888 : Add timeout value to exception message in `CallbackHandler.waitForEvent`. (#258)
65e484e : Support persistent session to make sure UIAutomation works with USB disconnection (#251)
067621c : Fix a bug where teardown_class is called twice. (#257)
c9ba284 : Get rid of warnings in unit tests for Python3. (#255)
2597c9a : Mobly Release 1.5.
59ef0de : Add a CHANGELOG with accurate release information.
15e9f04 : Fixes in unit tests. (#249)
1b8e837 : Preserve stacktrace in `exec_one_testcase` (#248)
fb40740 : Fix a bug where summary json does not include the entries for skipped tests. (#244)
b12770f : Fix record result enum for when exception is thrown from setup. (#245)
31dcff2 : Remove deprecated code path for generated tests. (#242)
87e8bdb : Properly report test results when a class is skipped. (#238)
1cf9a56 : Fix stacktrace print order. (#241)
310791d : Ensure that setup_class failures are recorded before trying to execut… (#236)
deefd90 : Fix the issue where ad.ed is None after load_sl4a() (#235)
8d0874c : Fixed function name change (#233)
6637dc1 : yapf + manual massage of docstrings (#232)
a2f623a : Add missing protocol line patterns to start_app_and_connect() (#231)
21fac77 : Try to reuse previous snippet/sl4a session after device disconnection (#203)
60be8dc : Fix some style errors. (#230)
9eaac7a : Handle v1 snippets on phones that print junk to instrumentation. (#227)
caffb80 : Handle IllegalArgumentException for v0 fallback. (#223)
dd18ddc : Fix event client handling under new startup process. (#222)
bb85ca2 : Mobly Release 1.4.1. (#219)
efa488e : Rewrite snippet management to account for new launch protocol. (#216)
e07849f : Fix a bug where internal controller registry is exposed. (#218)
6344f81 : Allow generate_tests() to be called from children of setup_generated_tests(). (#214)
a35f7b8 : Release 1.4 (#213)
643529e : Adjust test_runner API to allow associating different configs with test classes. (#205)
ee3e448 : Change 'test case' to 'test' and 'test method' for clarity. (#210)
c329175 : Delete unused config_parser methods. (#211)
d9490d8 : update test_get_available_port_returns_free_port for ipv6 sockets (#209)
dec66ec : Add a tutorial example for new generated tests. (#207)
83dbbab : Change jsonrpc_client_base.py to connect to localhost (#208)
092d02c : Lint test files. (#206)
98c931f : Support the use of usb id as device identifier for AndroidDevice. (#204)
dfd5da4 : Generated tests 2.0. (#197)
e774f9e : Add an --mbs flag to snippet_shell to avoid having to remember the package. (#200)
48226be : Use a constant for the 'adb' command instead of hardcoding it. (#201)
5712119 : Fix a bug where the standing adb logcat process fails to start. (#194)
ed6eca2 : Add a log when a device's debug tag changes. (#196)
09711f6 : Rewrite tutorial with MBS instead of sl4a. (#195)
5960e21 : Add timing to logs and bump up the timeout further for start_app. (#192)
c0fbbe5 : Increase the app start timeout for json rpc clients (#191)
c1a0262 : Fix cleaning up log aliases which are broken symlinks. (#189)
1001c4b : Changing Mobly to use portpicker (#185)
393a2db : Clearn cached logcat before starting collection. (#187)
e5c85d7 : Fixes in readme. (#188)
65c752d : Fix start_app timeout mechanism which assumes _is_app_running() retur… (#186)
db46aff : Create release 1.3 (#182)
d8d8cf6 : Expose the env var name (#184)
a773781 : Replaced utils.timeout with timeout_decorator (#183)
6902695 : Remove unecessary shebang lines. (#181)
a457f73 : Fix snippet_client so that it can be used with default device. (#180)
38faf99 : Fix bug in sl4a_client relating to starting apps. (#179)
0209893 : Fixed a minor module name mismatched. (#178)
fbf87ef : Fix snippet client for NBU devices. (#175)
777e2f7 : Lock adb port management. (#173)
be99e8a : Implement a simple runner for test suites. (#171)
e5a553c : Support UIAutomator in snippets. (#170)
bda0ad3 : Fix handling of adb 'forward' command. (#169)
2a8ac4d : Don't use system shell for starting standing subprocesses by default. (#167)
3862e8b : Avoid using the shell for adb commands wherever possible. (#162)
5f6ba8a : Deflake unit tests by giving stop_standing_subprocess more time to run. (#165)
0a2a433 : Detach stdin of standing subprocesses. (#168)
b54ac63 : Stop using utils.exe_cmd(). (#164)
4e2f53c : Support older versions of psutil. (#161)
464a16a : Update tutorial.md (#160)
f22ff3d : Add stacktrace to test record. (#149)
0402503 : Change service shutdown order. (#158)
823ae09 : Always remove adb port forwarding for a Rpc client (#155)
a528b50 : Don't try to use setpgrp. (#153)
27a2b77 : Don't try symlinking log dir if the OS doesn't support it. (#152)
6b3be26 : Remove deprecated code path. (#150)
6cad9a7 : Create release 1.2.1 (#147)
2b54186 : Fix a bug where string is parsed as dict for AndroidDevice config (#146)
472402b : Fix a typo in var name. (#145)
3bf6358 : Create release 1.2. (#143)
26902f5 : Improve debugging info emitted by AndroidDevice. (#107)
4db83db : Add waitForEvent in CallbackHandler. (#142)
65d11ef : [Snippet] Fix a bug in Rpc event timeout. (#140)
b26b652 : Remove redundant adb calls for serials. (#137)
b4362ed : Improve log line in rpc client and minor cosmetic fixes. (#141)
f841a20 : Typo and quotation mark fixes in tutorial. (#139)
a5e81a7 : New configuration format. (#85)
e1c4cd8 : Add a data type for callback event. (#134)
061ed27 : Improve timeout error message from event callback. (#135)
eac493a : Reduce log spam of SnippetClient. (#136)
81f4c88 : Update docs. (#113)
1309c4a : Adding mobly to rtd_requirements.txt (#127)
d16b2cc : Adding a pip requirements file for use by readthedocs.org (#126)
a4002af : Minor fixes in jsonrpc_client_base. (#124)
9da41f7 : Adding sphinx documentation system. (#122)
22ce5b5 : Add client side support for asynchronous snippet calls and events. (#111)
a3930ff : Fix a racing condition in jsonrpc client. (#115)
5a7a9bd : fix imports in sample.py in README (#116)
ff7e27e : [Android Device] Better service life cycle management. (#104)
4cf04f6 : Fix a quotation mark typo. (#101)
4c97347 : Fix a device detection bug in shell base. (#100)
c77e8fd : Bumping version number to 1.1.2.
3b1cc29 : Bug fixes in SnippetClient.check_app_installed (#98)
2760320 : Snippet client improvements (#96)
e23523e : Make sl4a optional by default. (#87)
91b9bf1 : Revert "Refresh adb connection at the end of AndroidDevice controller cleanup. (#72)" (#94)
2028338 : Remove a redundant error logging. (#95)
c943a0a : Rework snippet and sl4a startup process. (#90)
312070e : Fixing code syntax formatting, needed extra whitespaces to get the MD looking right. (#82)
6c202d4 : Update version info.
90d6713 : Restore snippet clients after reboot in ad.reboot. (#79)
7b5f4eb : String formatting clean up. (#76)
7ce880f : Improve a warning message in TestRunner. (#75)
6650838 : Refresh adb connection at the end of AndroidDevice controller cleanup. (#72)
bc0819c : Make ad.is_rootable more robust. (#69)
143ba9b : Update version number to 1.1. (#67)
02bed85 : Fix a bug in AndroidDevice.reboot (#63)
70be9fb : Refactor logger.epoch_to_log_line_timestamp (#62)
30813a7 : Snippet shell improvements (#60)
42708fe : Improve snippet client management. (#61)
365fbf6 : Fix unit test JsonRpcClientBaseTest.test_open_timeout_io_error. (#59)
f9f390b : Remove redundant timeout logic from JsonRpcClientBase.connect. (#47)
af9dddc : Fix Py3 compatibility issues in rpc clients. (#58)
6062bfa : Remove the extra attempt to teardown sl4a during cleanup in AndroidDevice. (#49)
decae84 : Show build status on README. (#53)
4a1d0ec : Enable travis ci continuous integration. (#52)
67245e4 : Enable Travis CI build (#51)
4ed6875 : Remove a redundant dep package. (#46)
1db1ae7 : Add controller code for attenuator. (#26)
ed4afe4 : Allow custom log line prefix tag in AndroidDevice. (#43)
63411b4 : Initial webpage setup (#37)
f41a89f : Update setup files so we can push to PyPi. (#40)
c80eddc : Fix incorrect call in snippet_shell after rename of load_snippets.
d1fb14c : Implement a shell client for snippets.
401771b : Refactor the shell code into a reusable library.
fc902a5 : Implement a client for snippet support and integrate into android_device. (#35)
2bbce1e : Refactor sl4a_client into a base class for all jsonrpc clients. (#31)
c715408 : Allow passing argv to main directly. (#32)
6e7a636 : Rename sl4a_client to sl4a_shell.
ef9bc14 : Dropping code paths for importing test class files in test_runner. (#23)
ea2b5e0 : Do not attempt logpersist operation on non-rootable devices. (#24)
c4deea9 : Add installation instructions in README. (#25)
1650fa4 : Fix for flaky unittests involving port allocation. (#17)
213cd2f : Move test lib to its own folder. (#19)
7f07442 : Move all mocks into a common module for unit tests (#16)
fbaa0a1 : Remove support for signaling test result by return values (#12)
269b5fd : Update test error report/handling. (#15)
61fcc33 : Update README to utilize min_number check in examples. (#13)
26fd6b6 : Rename and refactor the tests tree. (#8)
52a0b69 : Skip adb root if a device is on a build that's not rootable. (#11)
fac6039 : Add an arg to check the number of controller objects (#10)
f015168 : Large refactor of sl4a and ed code in android_device.
c48276a : Add an interactive sl4a client.
89bb748 : Remove executable permissions from library classes.
41bf846 : Clean up some errors to make code operational.
6334176 : Remove last vestiges of builtin controller code.
e5c6d53 : Update .gitignore with additional files generated during setup.
3b4ccad : Provide a way to mark android devices optional (#1)
d7aa076 : Update README to include basic tutorial.
1499793 : Initial commit of Mobly.
2536e9d : Create an empty repository.

+- Project: platform/external/python/portpicker

fd08331 : Organize portpicker to build properly
22efb33 : Add build files for portpicker
8eebef1 : Initial empty repository
b05ca66 : Lower the threshold for success on the flaky test.
30d279a : bind(0) before probing for random available ports. (#28)
d5a8479 : 1.5.0 Release (#27)
c283eb1 : Add Windows support for the port server (#25)
0b178b8 : Update description to mention portserver.
9ac1059 : Correct badge hyperlink :)
c0fe06c : Correct badge hyperlink :)
e9faffb : Add GH action badge, describe py2, reformat.
c33bdd5 : Fixes to support Python 3.10, require 3.6+ (#24)
2f3d535 : Initial github actions config. (#23)
3e39fd0 : ignore tox and build stuff
b32576b : goodbye setup.py!
a7a7654 : Switch to setup.cfg and pyproject.toml, supported 3.x only, dub this 1.3.9 (#21)
391cbf2 : Travis config update. (#22)
11593a7 : old py2 testing on CI requires virtualenv not venv
8266a96 : Switch to travis testing on focal 20.04.
0ed70c7 : Make portserver_test pass on 3.9, Fixes issue #19.
1153eb1 : Don't test on py2 when unavailable.
2642025 : Added Support for Linux On Power (#20)
bf6250b : Make portpicker_test more robust, especially when run on a busy CI host. For (#15)
f737189 : We need those stinkin' badges!
9221d98 : use xenial for travis, prepare for 1.3.1
d1eb022 : Initial travis CI config.
dcd15ee : start a 1.3.1 changelog
233f6b0 : Handle a rare race condition with reserved ports. (#14)
58f5beb : Have exception name end in Error; Update the docs.
32099aa : Don't continually ask the OS for a port, raise an exception (#13)
88a6088 : Bump version number to 1.3.0 and describe changes.
f367069 : Add a portserver_address kwarg to pick_unused_port (#12)
58a905a : Check the presence of AF_UNIX & IPPROTO_IPV6.
c399d72 : Fix missing word in README (#10)
a096df0 : Switch from distutils to setuptools (#9)
b0990a6 : Update the version to 1.2.0 + describe changes. (#8)
6e8e445 : Add a way to reserve ports and return the ports so they get reused. (#7)
914f47e : Print error details in get_port_from_port_server (#6)
947aae3 : Update version to 1.1.1
898bee4 : Fix bug in get_port_for_process
4cc0f9f : Change default port range to avoid ephemeral ports
cb5fdca : add 3.5 to the trove categories
48e564e : Simplify is_port_free(), as discussed in the code review.
7a79cf6 : Use both IPv4+IPv6 sockets to check whether a port is free.
ff089ad : Include the ChangeLog.md file in the next release.
6a52d43 : Add maintainer_email.
964879c : Use pep8_style function names. Keep compatibility.
f9de88c : Increase version number to 1.0.1.
5f03134 : Reformat all code with YAPF.
9f3d53b : Re-indent to 4 space PEP-8 indentation.
12455c7 : Make GetPortFromPortServer() a public API.
7490ae7 : Ignore the MANIFEST file generated by distutils.
e857532 : Correct the classifiers for PyPI upload.
b5c4987 : ignore the setup.py upload dist directory.
d40b7b1 : ignore the setup.py & test.sh created build subdir
56fceff : Enjoy, World! (initial release)

+- Project: platform/external/python/pyfakefs

9a38796 : Add Python 3.9 and 3.10 to tox.ini (#670)
5db2f50 : PyTest -> pytest
9021b45 : Release 4.5.6
07adaba : Use windows-latest instead of windows-2016 for CI builds
9e8fbfd : Add tests with different pytest versions
d81cd56 : Only skip _pytest.pathlib if it is actually present
72940b9 : Release 4.5.5
2ee83a3 : Use RealPathlibModule for all skipped modules
a96bdbb : Update pandas to 1.4.1 (#667)
80daca8 : Open binary no encoding
4dc8615 : Correctly handle full disk after append
9f486bc : Correctly handle reading/writing pipes via file
c25e65e : Do not set size to 0 on setting initial content
7ff50a8 : Update pandas to 1.4.0 (#658)
197e388 : Release 4.5.4
3008d05 : Fix some bytes warnings
d828745 : Update pandas to 1.3.5 (#654)
f003702 : Update xlrd to 2.0.1 (#653)
b70140a : Add some missing methods to FakePipeWrapper
38a5589 : Use AnyPath instead of AnyString in create_file and add_real_file
184a9e7 : Mention libraries depending on subprocess in limitations
f17fc6f : Release 4.5.3
b9df036 : Make randomizing of listdir results optional
c0aebec : Release 4.5.2
90dbff3 : Add basic patching of fcntl module
81ac8d7 : Use released Python 3.10 in CI test
5f8f0e8 : Make sure nothing is changed if a rename failed
c81445c : Update pandas to 1.3.4 (#641)
589bae0 : setup.cfg: Replace dashes with underscores
83f5344 : Randomize list order for FakeFilesystem.listdir
dfda25a : Update openpyxl from 3.0.8 to 3.0.9
e633219 : Update pandas to 1.3.3 (#636)
386bc02 : Update openpyxl from 3.0.7 to 3.0.8
ae549f3 : Change 'is windows_fs' to 'is_windows_fs'
e06472b : Fixed handling of alternative path separator in some functions
7419c61 : Release 4.5.1
ff786ff : Add documentation for problems with pyfakefs and mock_open
c403e3d : Fix handling of use_known_patches=False
ca9a356 : Handle pathlib.Path.owner() and pathlib.Path.group()
f4aac8e : Do not import pandas and related modules if it is not patched
49d4201 : Skip failing tests on systems with ASCII locale
29b5682 : Make sure the tested file descriptors are out of valid range
492efac : Update pandas to version 1.3.1 for Python > 3.6
4ff6523 : Add type hints to fake_filesystem_unittest
dfa0262 : Add type hints for more classes
d75703c : Add type hints to more fake classes
403b035 : Fix a few resource warnings in test
a0af679 : Deprecate all warnings while inspecting loaded modules
9673a00 : Require Python >= 3.6
3362258 : Add type annotations to FakeFilesystem class (#607)
2f54cd0 : Add step to find test dependencies
c8b2b2e : Skip test_mknod_raises_if_unsupported_options for real fs
df35f93 : Add example for alias for fs fixture (#610)
7d233aa : Make sure mocked time and float time are reset
206e75d : Refactor time mocking to use standard mock
4bf5a4a : Account for possible low-resolution timer in file time tests
28d3089 : Release 4.5.0
87eaba8 : Fix UNC path handling
40e695e : Remove support for Python 3.5
8366384 : Add mypy checks to CI
86f34f3 : Add type checking (#601)
02cb1ee : Add support for some Python 3.10 changes
a8a70bb : Add support for Python 3.10 beta1 (#594)
8ed31b7 : Move docker tests to separate workflow
53ef207 : Fix handling of byte strings in some os.path functions
05925ab : Run GitHub actions on pull requests
f0d4018 : Do not import pathlib2 as pathlib if available
15c3522 : Update openpyxl from 3.0.6 to 3.0.7
9930832 : Prepare next release
efd90e7 : Fix os.file for unreadable files
40416a1 : Remove @DeprecationWarning as it isn't a decorator
518ab38 : Add support for pathlib.Path.readlink (new in Python 3.9)
b4e08dd : Add non-functional argument "effective_ids" to "os.access()"`
031b3c8 : Update openpyxl from 3.0.5 to 3.0.6
77cf077 : Add workflow for automatic documentation build / commit
3b54026 : Add running python setup.py test to CI tests
875c500 : Fix handling of pipe file descriptors in fake fs
7311044 : Skip test_open_existing_pipe test under pytest
20ed320 : Do not remove pathlib.Path.link_to if pathlib2 is installed
846ec97 : Add support for pathlib.link_to since Python 3.8
3bc6f0c : Release 4.3.3
8d11009 : Exclude performance tests from MacOS builds
0ba2e0e : Add test for checking the setup time
61ad750 : Simplify IO buffer class
5eac108 : Adapt some tests that may fail under Windows
c1e3af7 : Change IO to use TextIOWrapper for text
5b581b0 : Pin xlrd to latest version 1.2.0
ba0cfdc : Pin openpyxl to latest version 3.0.5
154b16f : Pin pandas to latest version 1.1.5
807b6ff : Revert Windows-specific optimization for mounting c drive
f1e5163 : Reset os.sep and related variables on setting os
0b47f54 : Use cache action for Python dependencies
63f42d5 : Release 4.3.2
436384e : Minor documentation updates
c256c01 : Fix patching "open" calls in modules with a name ending with "io"
1b57df8 : Release 4.3.1
c071145 : Add caching of patched modules to avoid lookup overhead
541cd09 : Add option to switch off cache
6646762 : Use GitHub actions for tests
12abe91 : Release 4.3.0
3190c7e : Add caching for modules without file system functions
9e6317b : More performance improvements
802aef8 : Add release dates to release notes
0940a2c : Remove automatic patching of default arguments
b306b4a : Use positional instead of keyword argument for patchfs
eff4ca7 : Remove dependency of pyfakefs on pytest
341c326 : Use specific Fedora 32 version for docker build
278dafd : Prepare next release
8a43f53 : Improved handling of drive-like paths under Posix
981865a : Fix incorrect check for symlink in fake os.walk
e90bbd5 : Add FakeFilesystem.os for more convenient OS setting
a1bcc48 : Add documentation for simulating other file systems
67b65ef : Allow fake pathlib to be used in other os
4fe9dc7 : Moved pytest specific SKIPMODULES to Patcher
4551f02 : Do not call fake pathlib.Path if called from skipped module
80d1e2d : Changed patch_open_code argument to accept an additional AUTO mode
4838419 : Fix missing import introduced by previous change
bfa1036 : Added some support for io.open_code in Python 3.8
e34eab6 : Fix a few resource warnings in tests
53a0c98 : Install pyfakefs in appveyor build
30b1ba2 : Always add linecache and tokenize to skipped modules
e338d5b : Do not call fake open if the caller is a skipped module
b452d04 : Fixed handling of additional_skip_names with several module components
6f8d80a : Allow to open existing pipe file descriptor - fixes #493
c8a0f0c : Add support for buffering in text mode - support line buffering - closes #549
5a2d8f0 : Make sure pytest will work without pyfakefs installed - import fs in conftest.py used in tests - remove tests for deprecated function - see #550
b390245 : Fix OSError subtype raised under MacOS on os.chdir with file decscriptor
9f20c89 : Split test scripts for error propagation - errors in earlier test scripts did not propagate
9500a8d : Add support for the buffering parameter in open() call - support for binary files - incomplete support for text files (behave like binary files) - see #549
bc1f308 : Do not truncate file on failed flush
651c62b : More robust exception handling for exceptions in inspect functions
7ffd478 : Add support for os.truncate and os.ftruncate
9cee495 : Suppress deprecation warnings while collecting modules
3a359a4 : Skip test_write_excel if openpyxl is not installed
eaa6080 : Prepare next release
e87ca96 : Clarify location of fs argument for patchfs
14eab82 : Minor documentation changes
073d019 : Documentation changes after review
4286167 : Added patching of django file locks
f459e90 : Fix os.expanduser to work with a bytes path
520914f : Added partial support for pandas to work with pyfakefs
d543219 : Add pandas to the list of libraries not comaptible with pyfakefs
8127a82 : Correctly handle alternative path separators in path resolving
7b377f3 : Mention Pillow as not working with pyfakefs
0721ad3 : Make sure that all temp files are removed in real fs tests
292c07f : Make sure fs modules in pathlib are patched
a47e256 : Added Framework :: Pytest classifier
312f0f4 : Refactored the patchfs decorator to not need a second decorator
a12f891 : Do not override global warnings setting in Deprecator
95f15b7 : Moved version to separate python file

+- Project: platform/external/python/pyserial

4745695 : Add build files for pyserial
1b7d0d0 : Initial empty repository
9e3b4f3 : spy: option to write to log instead of file/stdout
bce4193 : miniterm: make integration easier, add serial_instance argument
8813fb5 : miniterm: fix escapes, F'keys on win32
05e437e : docs: remove backslash in docs
16b5a8b : Add a note that the first argument to read_util was called `terminator` in previous versions
c75a0e0 : Fix invalid link in docs
14259d6 : docs: fix typos
0e76347 : chore: release 3.5
bc88b92 : spy: ensure bytes in write()
70a6b99 : implement patch from oskay added call to get IOUSBHostDevice before falling back to IOUSBDevice (which has been removed on Big Sur on Apple Silicon
096982d : fix issue 509 - kIOMasterPortDefault no longer exported on Big Sur, but can hardcode 0 instead
f28543b : serialposix: Fix inconstent state after exception in open()
b3c01bf : Fix exception for composite serial number search on Windows
d867871 : chore: beta release 3.5b0
6ae64c1 : setup: change entry points, update classifiers
4e66114 : docs: add note on raspi UARTs
8905abb : list_ports_linux: change debug code in main
6fa82e1 : docs: update copyright, notes, changelog
aebbb38 : miniterm: add CTRL+T Q as alternative to exit
19ec51c : list_ports: use hardcoded path to library on osx
690a8d0 : docs: update CHANGES
9da0f0f : examples: refactor wx example, use Bind to avoid deprecated warnings, IsChecked, unichr
c1cd16e : loop: add out_waiting
fd09519 : win32: extend RS485 error messages
0dbc2e5 : miniterm: fix double use of CTRL-T + s
e99bda3 : refactor: raise new instances for PortNotOpenError and SerialTimeoutException
0085e1e : linux: Fix custom baud rate to not temporarily set 38400 baud rates
5d2c109 : Fix tiny typo in docs
9b2ad1f : Added .idea to .gitignore and dropped python 3.2 and 3.3
ca42ff2 : Correct "interface" property on Linux hosts
b92365a : Don't catch the SerialException we just raised
53d2273 : Fixed flush_input_buffer() for situations where the remote end has closed the socket.
f649229 : tools/list_ports_windows: Scan both 'Ports' and 'Modem' device classes
688e9b3 : Add WaitCommEvent function to win32
1ab9710 : Removing dependency on winerror
f7f32d8 : Delinting changes
579e3bb : Updated parent traversal to check for root device
cd2248d : Added recursive search for device USB serial number to support composite devices
24b02e6 : Use self._port to determine port instance
8b24cbb : Add a backend for Silicon Labs CP2110/4 HID-to-UART bridge.
a4d8f27 : threaded: "write" returns byte count
ba3f6e7 : docs: mention "seconds" in "send_break" and "__init__" docs
029b111 : fix stopbits typo
226f19f : add bytesize and stopbits argument to parser
2e27646 : Fixed transposed RFC 2217 (was 2271)
c83599a : rfc2217/close(): fix race-condition: when stopping the read loop, do not set self._thread = None inside the thread itself as there may be a race-condition with the method close(). The method close() closes the socket, which stops the read loop. When the read loop stops, it set self._thread to None, but if it set to None while close() is right between between the execution of "if self._thread:" and "self._thread.join()", close() will raise an AttributeError.
2a77846 : Don't open port if self.port is not set while entering context manager
d82d0e1 : move _update_break_state to platform specific base
fca918d : change break syscall number for bsd as well
98c6a83 : redefine TIOCXBRK to the correct syscall numbers for mac
568362c : macOS: rework list_ports to support unicode product descriptors.
997ea88 : Properly escape backslash.
daaf33e : Documented read_until and updated parameter name to reflect functionality beyond just line terminators.
791fa85 : Make ListPortInfo hashable
035053d : Manually wrap comment. Add note of Windows 10 compatibility.
d46bab8 : Remove spurious newline
2d36b21 : Added extra codes from miniterm_mpy.py and finalised setconsolemode shenanigans.
d64fb60 : First proven version with minimal nav keys
98b8c1a : Fixed the docstring for the set_buffer_size function. It should be called after the port is opened otherwise it will be overwritten
22d3900 : docs: add notes for readline, readlines, writelines, IOBase
8e45873 : fix: compare only of the same type in list_ports_common.ListPortInfo
1b2658a : option for low latency mode on linux
2f57d7d : win32: do not check for links in serial.tools.list_ports
49f1993 : style: quotes
f0cde5f : fix: remove default parameter now that os.path.basename is called
24691e7 : Add support exar usb-serial ports
c9661f7 : Fixed 'uppon' typos
9c05535 : miniterm.py: use exclusive access for native serial ports by default
52bfe35 : Fix miniterm constructor exit_character and menu_character
e5bba52 : Update pyserial.rst
057387c : Use absolute import everywhere
ee70f44 : return b'' when connection closes on rfc2217 connection
a44935c : Typo fixed
fac1c13 : miniterm: use !r format instead of repr()
92b6a43 : examples: port_publisher python 3 fixes
a572638 : posix: fix PosixPollSerial with timeout=None and add cancel support
48504f7 : list_ports: set default `name` attribute
01e40db : Added reference to main page.
6bab3ca : Update pyserial.rst
4e6d6ec : Update README.rst
c54c81d : chore: release 3.4
82d568c : docs: update CHANGES.rst
fd70a55 : docs: changed __enter__ to open automatically
8b0eaf2 : miniterm: workaround for non ASCII port descriptions
d2bf42e : docs: miniterm suspend function extensions
45c6f22 : miniterm: refactor key handler and extend suspend function
591c451 : docs: miniterm suspend function
9c32628 : posix: allow calling cancel functions w/o error if port is closed
ae59fd0 : miniterm: reconnect in a loop handling errors, exit key
a73b96b : miniterm: add suspend function (quickly close/reopen ports)
48a5ce1 : serial: SerialBase with is idempotent
13c8f6d : feat(list_ports): add interface num to location on win32
6c353f0 : Added query also for &MI_xx parameter from HardwareID string Some USB Composite Devices will have a MI ('multiple interfaces') parameter which indicates what is the interface number of that USB device.
055f31c : fix: port_publisher typo
fc1bf5a : socket: sync error handling with posix version
1c8dbee : posix: fix syntax errror
fc70fd7 : posix: timeout only applies to blocking I/O
10d79d9 : posix: ignore more blocking errors and EINTR in write just as in read
17660ee : posix: ignore more blocking errors and EINTR also for python 2.7
c795c4d : fix(socket): alternate impl for #225, extend on read
23d36bf : protocol_socket: Retry if BlockingIOError occurs in reset_input_buffer.
bbe6d83 : docs: remove stray backtick
b5766f2 : Changed modem line status methods to setters and getters.
bc6031c : docs: improvements
4f988d4 : docs: typos, trove classifier
bdf21a1 : doc: updates
cc4f5b4 : docs: mention include_links parameter for serial.tools.list_ports.comports
1ef8648 : list_ports: support (at least ignore) include_links parameter
1c19c42 : list_ports: option to include symlinked devices
5c021d4 : Added Advantech multi-port serial controllers to list_ports_linux glob list.
7bd4270 : test: fix missing definition in test_pty
508d842 : test: extend test_pty
88e1064 : test: extend test_pty
1c4bc81 : chore: release 3.3
23fe2ec : chore: update Python versions in .travis.yml
b92c3f8 : test: improve and extend tests for "exclusive"
d579018 : win32: improve error for out_waiting, save exclusive changes
700a238 : win32: raise error if "exclusive" is set to False
d26ec4c : test: add simple test for exclusive flag
4535203 : Reverted the change of version number for the master branch.
fd59ad4 : Revised version identifier for PEP440 compliance.
b1e3e32 : Clarified meaning of exclusive access lock.
636cc64 : Added exclusive locking for POSIX serial ports.
f956057 : win32: include error message from system in ClearCommError exception
dc56ac9 : win32: spurious write fails with ERROR_SUCCESS, fixes #194
6f03c0b : serialutil: add overall timeout for read_until
129aca6 : rfc2217: improve read timeout implementation
772a6fa : fix typos in documentation
64d5992 : socket: implement a functional a reset_input_buffer
eb16326 : socket: use non-blocking socket and new Timeout class
e0063f1 : posix: fix return value of write, fixes #189
8903261 : rfc2217: fix auto-open use case when port is given as parameter, fixes #188
5f52b6a : docs: FAQ about Python 2.6
c739807 : fix: some socket constants not available on Windows
d8af918 : docs: add an other example for spy://
cab3dab : miniterm: change cancel impl. for console, fixes #174
d005842 : examples: Fix calls to `rfc2217.filter` in example server.
77ca290 : rfc2217: Fix broken calls to to_bytes on Python3.
0c7077a : posix: in read, count length of converted data, fixes #178
9e20574 : docs: fix example, fixes #173
7ec5369 : list_ports with 'manufacturer' info property on windows
ffb44d6 : chore: release 3.2.1
ade9ea9 : chore: release 3.2.0
9526088 : remove unused import
d1fb227 : docs: update CHANGES.rst
21a306b : posix: support for arbitrary baudrates on BSD family, see #169
73ff15c : test: remove traces of port numbers
8880264 : test_advanced: cleanup test
7fabc9c : test: fix sys.path patch to run local tests
d361d68 : test_util: compatibility with Python 3.x < 3.4
8c05ebf : test_cancel: make tests a little less timing sensitive
4f71211 : test: run more tests on travis-ci
cc52350 : threaded: use repr in example
d6112a0 : test: add cancel_read/cancel_write to loop://, #165
7549149 : test: skip RS485 tests that only work on real port, #165
e102962 : serialposix: use names instead of numbers (errno)
bfaf6c8 : miniterm: fix missing newline in filter error message
aefbf03 : docs: extend notes on open()
c759d29 : win32: fix syntax error, closes #166
5e953c3 : docs: mention RTS/DTR update on open, not all platforms supporting it
961234d : docs: extend how-to section, link to old releases
2a7ed53 : win32: handle additional errors in non-blocking mode, see #162
ab1ff48 : win32: fix return value of non-blocking write, fixes #162
c600e23 : docs: update requirements, typo
143ff76 : refactor: simplify to_bytes
43dd68b : test: cleanups
122a932 : test: add tests for to_bytes and iterbytes
bc96ec8 : fix: threaded FramedPacket, copy data
686abf5 : tests: extend tests for serial.threaded
790be84 : test: add minimal test for serial.theaded
d316889 : docs: minor update to requirements, packages
1153824 : docs: typo, serial.rs485 needs to be imported
012df5c : serialutil: add tests for Timeout class
0351332 : serialutil: Improve Timeout class to handle clock adjustments
06ed4a5 : docs: timout class
514f76c : serialutil: use monotonic clock for timeouts, if available
f019725 : rfc2217: use of Timeout class for modem state timeout
8f6d3d0 : rfc2217: use of Timeout class
935a262 : posix: abstraction of timeout via class
6dc58e8 : posix: clear CMSPAR on supported platforms, fixes #157
c9f8996 : docs: mention context manager of Serial class
20c1bca : Fix "TypeError: an integer is required" error on Python 3.5.2
1770e50 : docs: update old releases section and other details
3ec9c41 : posix: VTIMESerial fixes for blocking and cancel_read
1532e47 : list_ports_windows: support devices with only VID. fixes #145
2c84964 : list_ports_windows: update fix for #144 for Python 3
6d00df7 : list_ports_windows: use unicode APIs, fixes #144
1d15715 : loop: Class Serial in protocol_loop.py references variable before assigning to it, fixes #143
6d3a7cb : linux: list_ports use interface path for multi location
d389f8a : docs: minor update
fa58a97 : Added documentation for is_open and isOpen.
7ba25cd : docs: extend FAQ
ecf7d6e : docs: typo, update changes
a9f3f13 : examples: tcp_serial_redirect.py optimize socket options in server mode
7b0d774 : examples: add client mode to tcp_serial_redirect.py, closes #72
9a16666 : style: use .format() instead of % formatting
3debab2 : style: use .format() instead of % formatting
9e60ac7 : miniterm: Python 3 fix for cancel, fixes #137
2c5a31b : doc: asyncio is now in a separate package
d08b7de : Adds the missing import sys which got lost
8ad18c9 : serial cannot be a namespace package as it exports names such as serial_for_url.
494cb49 : Removes serial/aio.py. This submodule is relocated to the pyserial-asyncio package.
05f6e0e : Make serial into a namespace package.
6823937 : posix: handle different errno for OSX when setting control lines on open, fixes #133
a31f9ac : Avoids setup.py having to import the serial package.
f1dec6a : prepare release V3.1.1
8643e50 : fix: avoid Python 3 syntax in aio module
5d772fc : cli: rename to _reconfigure_port, fixes #127
279201b : posix: PATCH: Check delay_before_tx/rx for None in serialposix.py, fixes #126
c8f3f82 : style: use .format() in various places instead of "%" formatting
43b3b10 : style: flake8 findings
32af066 : Documentation typo fix
a9d9b3d : doc: update CHANGES.txt
5984842 : posix: deprecate "nonblocking" method
68cecce : posix: make cancel-pipes non-blocking and read more bytes to "clear" pipe
229604e : win32: improve error messages in read()
91f63fd : win32: handle errors of GetOverlappedResult in read(), fixes #121
f3cba4b : fix bug in FramedPacket
c55b5ac : prepare V3.1.0
5524bc0 : test: cleanup & tweak test
77d922b : style: flake8 findings
3401840 : win32: fix close and improve cancel (no error when write is canceled)
c57d2bc : test: skip asyncio on non-posix systems
4dcd025 : test: improve cancel test (race condition w/ threads)
50ec223 : posix: retry if interrupted in Serial.read
48e40e9 : doc: add note about reset_ouput_buffer and USB devices
edb0714 : cancel: improve test
242f8c4 : asyncio: add test
35f927d : asyncio: use serial_for_url, improve test end
a83408a : allow baudrate of value 0 (used as hang up signal by some drivers)
b658eac : posix: close pipes to avoid resource leak
f89cf8e : test: improve stability, reduce influence on next test
411fa9b : doc: update change list
da73e89 : spy: add support for cancel_read and cancel_write
03a65c2 : threaded: use cancel_read() in stop(), when available
9d89305 : doc: update/extend cancel_read/write, mention new Posix support
9cbd646 : cancel: add basic test
13949c6 : posix: implement cancel_write
42ab2b4 : posix: implement cancel_read
c20c373 : miniterm: doc update for win32 cancel
f542fca : miniterm: use cancel_read instead of timeout for alive flag polling, when available
c0d6a0f : win32: fix error code checking in _cancel_overlapped_io
f41b459 : fix type check for port (basestring)
a7db97c : test_pty: skip on Windows where pty module is not available
16a8b5e : miniterm: make getkey cancelable on posix too, see #107
8eb2fd8 : test: open serial on PTY
f2fdeb9 : serialposix: ignore error when setting control lines in open
f7534c8 : revert "fixes for RTS/DTR handling on open", bad solution
19688bf : doc update
06ae1dc : doc update
933a517 : miniterm: use cancel_read when available to speed up port closing/exit
5a39b88 : win32: add methods to cancel read/write operation, use in close, fixes #51
2c278a8 : doc update
2f669f5 : changed super() calls to python 2 style
b6fdbaa : raise exceptions in connection_lost
bf6d3aa : doc: update long description for pypi, links to readthedocs.io
1eb3f6b : miniterm: add a cancel() function to console wrapper object and a win32 implementation
f0223b8 : doc: update CHANGES.rst
e13d0f6 : refactor: remove "number_to_device" which is not called anymore
fa62bd9 : FramedPacket: add new Packetizer variant that is looking for START and STOP
b30d90a : style: update checker settings
bf9e318 : serialutil: creating a Serial object with an integer argument causes error, fixes #84
1182a3b : rfc2217: set timeout in create_connection
4c3ec66 : socket: set timeout in create_connection
e2b7ed2 : list_ports: Compatibility issue between Windows/Linux list_ports.comports(), fixes #80
b2e7925 : threaded: bug in serial.threaded.Packetizer, fixes #101
0eba2a6 : add missing, deprecated, setPort function, fixes #100
4f429c9 : Non-blocking asychronous SerialTransport with write-buffering.
acac236 : refactor: use is_open instead of platform specific attributes, closes #83
325a738 : Makes serialposix.Serial.write() respect write_timeout=0 to be non-blocking.
7a55446 : serialposix: apply patch: native RS485 is never enabled, fixes #96
ba9b17f : Replaces erroneous references to socket file descriptor with serial file descriptor.
2918726 : Call the superclass initializer in SerialTransport.
981a321 : Adds serial.aio.open_serial_connection() to support streams API.
fa3abd6 : PEP 396 compatible __version__ attribute.
4814168 : Adds an override of BaseTransport.is_closing() to SerialTransport as required by Python 3.5.1.
4daa9d5 : style: remove unneeded temporaries, use format() calls
0b12a20 : list_ports_osx: add missing import, fixes #77
9852c30 : doc: updates, license in setup.py
01df889 : serialposix: _set_rs485_mode() tries to read non-existing attribute, fixes 85
7bb26e4 : hexlify: update codec for Python 2, fixes #87
4e34c4c : doc: add doc comments
277220e : style: update method names, doc comments (pep-8)
920917b : style: some of the suggestions from pylint
1f6643d : style: replace % with format calls
984c5c5 : style: replace % with format calls
0269b2c : style: some of the suggestions from flake8
4d541e2 : fix: error formating message
a887c93 : style: some of the suggestions from flake8 and pylint
9eaa40c : style: some of the suggestions from flake8 and pylint
397cf41 : style: some of the suggestions from flake8 and pylint
409e10b : style: add flags for pylint
92df95a : style: some of the suggestions from flake8
894d0dd : doc: typos
70ca49c : style: some of the suggestions from flake8
ba45c52 : style: some of the suggestions from flake8
4383914 : style: some of the suggestions from flake8
6594df6 : style: some of the suggestions from flake8
8e37ba9 : style: some of the suggestions from flake8
cb6ce1b : style: some of the suggestions from flake8
d6bcaaf : style: some of the suggestions from flake8
8813f57 : style: some of the suggestions from flake8
9bea94d : remove inconsistent and unused main of platform modules
6ba7d6f : style: more on imports (flake8 warnings)
071727d : add settings for flake8 and bdist_wheel
b10daf4 : style: some of the suggestions from flake8
6c63da6 : style: some of the suggestions from flake8
25f1deb : optimized the codes of read method
3d3e71e : style: some of the suggestions from flake8
4233c65 : update changelog
e509cf2 : win32: fix bad super call and duplicate old-stlye __init__ call
fc3b499 : serialcli: move RTS/CTS fix to open instead of reconfigure
4cf6539 : fixes for RTS/DTR handling on open (#59)
78143f9 : update changelog
88e45ee : aio: catch errors and close connection, fixes #68
1c4c599 : doc update
6c693d7 : doc update
7f4b4ee : alt: improve error messages and sanity checks in alt:// handler
6032cf5 : socket: new read implementation with select (#62)
ccb9128 : use default theme for sphinx (alabaster for 1.3.x) align htmlhelp doc name with the rest.
91dc087 : prepare release 3.0.1
656d6f0 : list_ports: special case for FTDI on win32
c14bba8 : Serial keyword arguments, more on backward compatibility, fix #55
61aa26b : port_publisher: restore some sorting of ports
53d594c : list_ports: return name if product is None, fix for #54
b3679ec : doc update (version), update gitignore
2039ac4 : update version string
675b293 : doc update for release
b5f3182 : doc update
147b08d : hwgrep: doc update
dfa2d6c : miniterm: doc update
00f8428 : miniterm: new option --ask to repeat port question on errors
9df194c : hwgrep: option to skip busy ports
757d3ed : hwgrep: support for opening the n'th port, sortlist
d32faae : doc update
3c8fc3e : fix: --quiet not quiet enough when filter function is used
f8a0919 : doc update
32ccf2e : doc update
3e0dcc7 : doc update
9ad044a : doc update
3e02f70 : update file headers
44a65c4 : fixed issue with 0 timeout on windows 10
c6362db : check for write timeout, even if EAGAIN was rised, fix #45
a629c5d : win32: change exception type in case SetCommState fails, fix for #49
c30622f : Fix issue #42.
dedd3b7 : avoid deprecated unittest functions
7806fc0 : loop: avoid errors in close when port was not opened
a51b0bc : partially undo last commit as it caused errors, make comment instead (#39)
5e763ca : add open/close abstract methods, fixes #39
f662099 : missed renaming to ReaderThread, fix for #44
73034f6 : doc: minor fix (re #33)
fc01110 : used bad name for logging, fix #35
9428470 : force tcsetattr call on open, fix #26, #30
3ee3eff : list_ports: doc update, fixes #33
ce4896f : list_ports: grep function should also yield info objects, not tuples
cc12801 : win32: fix typo
e192724 : win32: fix minimal timeout issue
eef7923 : doc update
7731e98 : win32: fix race condition
6d86727 : doc update
bb5341b : rfc2217: improve tests and fix bugs
3fcb192 : add minimal test for RFC 2217 client
03cb8ed : doc update
240f8fc : added read_all using new API
0af3b82 : test_settings_dict: add a new test, refactor, doc
7c032f1 : doc: update header in tests
1d8ef00 : list_ports: alternate fix for #23
39d5217 : rfc2217: shutdown threads in case of errors in open()
b533175 : correctly store inter_byte_timeout passed to __init__, fix for #22
cf29a35 : missing import, style updates
72726d7 : updates to setup.py, missing files/subpackages, update classifiers
a891d35 : proofread Serial class doc
e015b40 : doc update: add description of alt:// URL handler
2a1befc : doc update: fix links
cc654c8 : prepare V3.0b1
b15dc05 : rfc2217: fix escape function (iterate over bytes properly for Python 3 compatibility, fixes #20)
ad11d17 : serial_for_url: add new protocol that allows the selection of the Serial class
4cf5470 : serialposix: add alternative implementation w/o select
8ce75fa : serial_for_url: add option to implement a factory function instead of Serial instance in modules
4afb6c9 : serial_for_url: fix import
809f8f2 : wxSerialConfigDialog: allow custom baudrates (ComboBox instead of Choice)
d7e9e9e : wxTerminal: center dialogs on parent, make "ESC" key work in TerminalSettingsDialog
5665d57 : threaded: rename SerialPortWorker -> ReaderThread
a1436b1 : doc update (add example)
94247bc : threaded: handle errors in conenction_made, doc update
811bf38 : threaded: add docs
cecfed7 : threaded: remove logging (pass exception to connection_lost), tweaks
561b97a : list_ports: fix for #19 (string properties may be None)
24becf3 : threaded: add write_line() to LineReader, doc update
b5ccc1c : new example using LineReader, SerialPortWorker
da3ccb5 : fixes to Packetizer/LineReader add context manager and connect method to SerialPortWorker
9967c04 : protocols: add base classes for packet and line oriented protocols
b88445d : minor tweaks to wxTerminal
f45635c : update list of files included for "setup.py sdist"
2fb3404 : doc update
418262d : doc: mention OSX (remove Jython) update online doc link
168704f : remove relative import, replace with absolute
6dcdeda : use "in" instead of has_key (Python 3 compatibility, fixes #15), reformat code (PEP-8)
9b41bb1 : OSX list_ports: fixed serial number parsing
49a4b90 : list_ports: store vid/pid as integers on all platforms
5cdb2ab : list_ports: calculate description for USB devices
1813fa8 : OSX: list_ports - add interface string if present
56a506d : list_ports: new common module providing info object: ListPortInfo
d763e6a : OSX: comport() support locationID, fixed CFProperty release
794b310 : list_ports: add ttyAMA* devices on Linux (e.g. Raspberry Pi)
889308f : remove non existing release 2.8 and merge list of changes with 3.0a0
1684385 : fix deprecated function, unicode in test
c2b2679 : doc updates
f565693 : fix EOL issues
087bee3 : list_ports: calculate USB location on win32 too
a706917 : wxTerminal: update code, handle encoding
7426fd8 : list_ports: add USB location string, shorter descriptions, CDC/ACM fix
2cda7e6 : java: update implementation
dc2beec : small fixes
6ed12e0 : cli: update implementation
ba89522 : docs(README.rst): fix link to readthedocs
41cb1aa : list_ports: fix sorting on win32
388faab : readme: add readthedocs.org badge
af1319b : readme: include build status icon
7e16504 : travis: add simple test using loop device
220c3a5 : loop: fix nonblocking read, update is_open in close()
eacc3e9 : doc update
07424e5 : travis: adjust list of Python versions to test, importlib is provided by these versions (remove in requirements.txt)
46612ed : feat(travis): add .travis.yml to build on travis-ci.org
9d6ac53 : feat(requirements): add requirements.txt
9f39881 : miniterm: use unichr instead of u'' literals (support for < python 3.4)
be00ee9 : cleanup,improve wxSerialConfigDialog and wxTerminal
b43ef05 : doc update
148751b : miniterm:fix error when using input on wrapped stdout
4a790ad : raise a TypeError when trying to write unicode instead of bytes
bc119fd : win32: fix flush()
a4cde70 : port_publisher: API update, cleanup, use argparse
6948bd8 : rfc2217_server: API update, cleanup
4059dc6 : tcp_serial_redirect: use serial.threading, cleanup
7f59302 : doc update: example usage texts
65f5ee6 : add a new reader loop implementation (with threads)
057908b : list_ports: support a natural sorting of numbers in port names
a738a3b : list_ports: add minimal set of methods to info objects to enable sorting again
0cd7d07 : aio: use new API in example
589c92a : doc update: reorganize chapters/files
1f0c9b4 : doc update: add note about asyncio
d8137cc : doc update
9624237 : fixes for inter_byte_timeout attribute handling
20ed5fd : test: update no new API
2ed3a57 : [Bug pyserial:187] improve support for FreeBSD (list_ports_posix)
7cf8276 : miniterm: add '-' as value for the port for "ask the user"
89313c9 : miniterm: improve port list, allow selection by index, fix port switching
1c3249f : fix apply_settings (wrong key)
bd2d88e : list_port: add .vid, .pid and .serial on linux
e5facd6 : list_ports: return an info object on windows
7d00b8d : list_ports: rewrite Linux implementation
9a99cb2 : list_ports: add -n N option, doc update
033f17c : pep-8 and small cleanups
518b0d3 : doc: update API docs, rename inter_byte_timeout
256ea21 : doc: upates for new API
3ad62fb : api change: rename more methods and attributes (mostly internal)
9cc696b : miniterm: fix encoding problems on win32
1df2827 : miniterm: save and restore console codepage on windows
ef1fe25 : api change: provide control lines as properties, rename flush* and other functions
c8c5183 : miniterm: doc update
3b45480 : miniterm: fix backspace conversion for Python 2.x
a7e7b69 : miniterm: fix console state problem with Python 2.x after user input
b3df13e : miniterm: restore EOL and repr toggles, rename transformation->filter
c0c660a : miniterm: add "hexlify" codec
9a72085 : miniterm: fix BS key on posix, change NoTerminal and NoControl transformations
d698af7 : miniterm: use incremental encoder/decoder, change transformations
269f77b : miniterm: switch console mode in context manager
4d989c2 : miniterm: save original console settings only once
142ae56 : rfc2217: cleanup
335242b : spy: tweak output
d07a9e7 : asyncio: experimental module serial.aio added
188cf59 : miniterm: tweak read loop (fewer I/O calls)
165388c : spy: bytes/Unicode handling (Python 3 compatibility)
686117d : spy: add "all" parameter (to also show inWaiting and empty read)
876801a : spy: rename parameter dev -> file
d14b1ab : URLs: changed paramter delimiter from / to ? and & as it is usual for URLs, update docs
e9e27ff : doc: add spy://protocol to documentation
4e8896b : spy: add offset (easier to see which data belongs to the same call)
12a439f : spy: fix hexdump layout and some bugs
9dcb423 : spy: doc, label for sendBreak fixed
730e9f2 : spy: default format is now a hexdump, also log control line access
6c8887c : spy: remove debug print, add docs
ece60cf : protocol_spy: a new URL hander that wraps a serial port to log traffic
f8d46c6 : tcp_serial_redirect: remove spy option, cleanup code
9cbd070 : tcp_serial_redirect: use serial_for_url to allow loop:// hwgrep:// etc
18516cb : tcp_serial_redirect: transition from optparse to argparse, remove newline settings
cd42db9 : rfc2217_server: use serial_for_url to allow loop:// hwgrep:// etc
2880f0e : socket: fix read timeout check (was not reached most of the time)
accd201 : miniterm: fix error message string
5eaaa4e : fix iterbytes to not yield an empty byte at the end
34290f4 : rfc2217_server: transition from optparse to argparse
601001a : list_ports: replace optparse with argparse
e138438 : miniterm: change order of applied transformations
55ba7d9 : miniterm: cleanup, defaults changed from globals to paramters of main
1f7ac6c : miniterm: change command line args
b7550bd : miniterm: switch to argparse instead of optparse
442bf51 : miniterm: cleanup code, update syntax
ab2ffc4 : remove empty args (optparse)
cbb00b2 : miniterm: try again with Unicode on Windows and add "direct" transform
f99cd5c : add an iterbytes helper function
c7e3db6 : Add ability to get a 32bit number from iokit.
0f82012 : Add class that will pretty print hex numbers.
7af7c75 : miniterm: separate menu code from writer loop
2b1b355 : miniterm: add option to specify encoding
7e9cfd4 : miniterm: tweak filters (allow BS, TAB)
c7a5d4c : miniterm: redo internals, bytes, text-to-text transformations, CR/LF conversion
a469cde : loop: change buffer to queue (remove lock)
76f8349 : win32: fixes
b32c970 : list_ports_linux: cleanup
fc7ed92 : miniterm: fix output
fbdd8a0 : update file headers with license information (SPDX)
e2c3119 : doc update, remove obsolete .cvsignore
977916f : port_publisher: adjust log levels: show connect/disconnect with default verbosity
b4cda3a : rfc2217: use bytes type more extensively
89eb247 : miniterm: use bytes for console and serial port
baec2a3 : serial_for_url: use importlib instead of __import__
a1d5c6d : miniterm: fix console cleanup at exit (python 3)
c4bca9e : improve python 3 support, use socket.create_connection
3a27937 : Remove unnecessary import
b028b25 : Migrate to setuptools if installed.
2a9486d : Rename version to 3.0a to comply with pep 440.
e47ffe5 : [Bug pyserial:170] list_ports_posix not working properly for Cygwin
a422211 : IPv6: use urlparse and socket.create_connection to enhance socket:// and rfc227:// clients with IPv4+IPV6 support
5fe3bdd : hwgrep: fix port property access and python 3 support
ef6b7b4 : inherit from io.RawIOBase in SerialBase instead of everywhere else
ce62188 : doc: update RS485 related docs
d6847af : posix: redo platform specific setup (now as base class)
d73344d : test: improve test reliability
33f0ec5 : rs485: redo RS485 support, removed RTS toggle function
e2a64da : [Feature pyserial:39] Support BlueTooth serial port discovery on Linux
8f9b444 : port_publisher: remove error handling that was probably never used
9d61c30 : port_publisher: add option groups, rename --tcp-port option
825637e : port_publisher: improve logging outputs -q/-v
069d32a : [Bug pyserial:185] SocketSerial.read() never returns data when timeout==0
d240cf5 : [Bug pyserial:169] missing "import time" in serialwin32.py
01587b1 : things with "bytes".. python 3 compatibility
9109091 : miniterm: add --develop to show tracebacks
0744773 : improve python 3 compatibility
7225dd7 : port_publisher: add option to specify TCP port, improve help text
6e683ed : [Patch pyserial:34] Improvements to port_publisher.py example
d214600 : python 3 compatibility (partial)
b74be01 : [Bug pyserial:172] applySettingsDict() throws an error if the settings dictionary is not complete
11465c8 : posix: remove old names for fcntl and termios (was for compatibilty for Python 2.2 and before)
8cf8f06 : posix: clear OCRNL/ONLCR flags (CR/LF translation settings)
5c4d2d8 : [Patch pyserial:36 / 38] Make USB information work in python 3.4 and 2.7
779b1a2 : remove set* functions, use @property decorator
c6af356 : doc update: rename CHANGES.txt -> .rst, improve README
90570b9 : doc update: links, remove pyparallel page, rename README.txt to end in .rst
70b8923 : remove FileLike class, add read_until, remove compatibility hacks
80e2ae2 : doc update: links, license
443e27d : set executable flags
4caf6a5 : work on python 3 compatibility
773991e : remove obsolete examples
905d507 : fix setXON
af6d046 : always base on io.RawIOBase
418a222 : make that tests are also found when ivoking from other directory
798aa73 : remove unsupported platform
a6f0b76 : improve tests
675f7e1 : fix: let SerialExceptions pass through
e28b6d4 : add .gitignore (pyc files)
68340d7 : work on python 3 compatibility
b9229f7 : remove pyparallel and move pyserial files to toplevel
f0a81d4 : doc update
4948588 : [Bug pyserial:156] PosixSerial.open raises OSError rather than SerialException when port open fails
77e088a : [Bug pyserial:157] Implement inWaiting in protocol_socket
00df970 : [Bug pyserial:159] write() in serialcli.py not working with IronPython 2.7.4 doc changes
7d44856 : doc update
c7cd721 : swap "except" for Python 3.x compatibility in read()
f2f8b53 : bugfix when dialog is used to change settings
24c3a88 : update wxSerialConfigDialog.py to use serial.tools.list_ports
c5aed01 : Java: fix 2 bugs (stop bits if/else and non-integer timeouts) (Torsten Roemer)
0e4a30e : [Bug pyserial:163] serial.tools.list_ports.grep() fails if it encounters None type
a45b341 : [Patch pyserial:32] Module list_ports for linux should include the product information as description.
aec27ab : [Patch pyserial:31] Mark/space parity on Linux
b869edb : [FTR pyserial:37] Support fileno() function in the socket protocol
7c213a9 : [Bug pyserial:166] RFC2217 connections always fail
6b7f7bd : include url handlers
182b868 : include url handlers
0b2642f : doc version updated
9fbfa4d : fix file listing
5425bb0 : prepare release
059d848 : code cleanup
3040c8b : make HW ID strings for USB devices similar to the one on other platforms
4cc699b : fix list ports (broken by last commit here)
26e947a : doc update, do not include bytes but str in list_ports_windows
fab099b : set version to 2.7
5c9b072 : flush after open, seems to make a difference for some USB-serial drivers
771278b : doc updates
4cb9466 : updates (links, typos, changes in 2.7, dates)
e30868d : do not allow negative baudrates, improve Python 3 compatibility of tests
3807712 : Ensure working with bytes in write() calls. to_bytes() extended to handle bytes and memoryview instaces
d129f70 : modified enumeration algo so that it picks up CDC devices too
6146025 : fix if friendly name is not available
67bbe91 : fix syntax
f467aa8 : fixes for python 3 compatibility
5370cee : improve --help message of miniterm. fix console setup on posix, so that the question for the port name is made before the echo is switched off.
88c6244 : [Bug pyserial:151] Serial.write() without a timeout uses 100% CPU on POSIX
02a8e73 : OSX: [Patch pyserial:27] Scan by VendorID/Product ID for USB Serial devices also refactor list_ports_posix and take out the linux implementation into a separate file
95772d3 : [Patch pyserial:30] [PATCH 1/1] serial.Serial() should not raise IOError. also catch errors when getting struct
8d744de : [Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTR
1877c52 : [Patch pyserial:28] Accept any speed on Linux
5d66a95 : [Bug pyserial:117] no error on lost conn w/socket:// => return empty string to signal EOF also fix reception of multiple bytes (extend vs append)
5746be3 : [Bug pyserial:125] Undefined 'base' on list_ports_posix.py, function usb_lsusb
4b83d66 : [Bug pyserial:130] setup.py should not append py3k to package name
9f7c235 : rename internal variable
1ae5ab0 : change error handling for errors while opening again (now similar to posix, clean close after error)
af84daa : [Bug pyserial:141] open: Pass errno from IOError to SerialException
387251a : [Bug pyserial:152] Cannot configure port, some setting was wrong. can leave port handle open but port not accessible
eada4fd : rfc2217: zero polls value (baudrate, data size, stop bits, parity) (Erik Lundh)
20e1fae : [Bug pyserial:135] reading from socket with timeout=None causes TypeError
a505de3 : [Bug pyserial:137] Patch to add non-standard baudrates to Cygwin
49ff1de : [Bug pyserial:144] com0com ports ignored due to missing "friendly name"
fee4e96 : [Bug pyserial:45] Error in socket_connection.py
2640978 : [Bug pyserial:146] flush() does nothing in windows (despite docs)
ec5c636 : improve python 3 compatibility [Bug 3518380]
4b20ec6 : fix [Bug 3540332], base class of port not open exception changed to SerialException
1cfa05e : fix [Bug 3550043]
1351dde : - miniterm now asks for the port if none is given (instead of opening '0') - update py2exe scripts (ensure own module is taken not the one in site-packages)
47c9d16 : ignore case in description and hwid too
21e2c84 : show port list on CTRL+T + P
096e196 : allow to override command line default parameters by putting them into globals
065080d : fix install instructions (doc)
4a60134 : update for BSD: list_ports and device function
c648da9 : doc update
22175a7 : allow setRTS, setDTR before opening on Win32 (to set initial state), doc update
2f0f8a3 : rename flowControl to setXON to be similar to the win32 implementation and add flowControlOut, doc updates
28b8fd0 : implement outWaiting on Posix, doc updates
5919964 : add setBufferSize function (platform specific)
1083be7 : fix for [Bug 3444941] ctypes.WinError() unicode error
fc47529 : fix SF 3462364, "base" not defined
cdc660c : doc update
19fdffa : preparations after release
12ad550 : Release 2.6
2252f23 : fix for bug 3414327
06281be : doc updates
c56e41d : doc update (serial.tools), links to standard library now go to docs.python.org
fa1524e : add more command line options to list_ports
d0c9e58 : fix syntax error
251e5ce : apply patch from cjgohlke, add is_64bit detection function
7c305c5 : fix HDEVINFO type
9c4644e : doc update
9911003 : improve 2to3 check, add 3.2 to compatibility list
35e1d7d : ensure that a string is returned, also on Py 3.x
393fa0e : compatibility hacks for Py 2.x/3.x support
52feff9 : compatibility hack for Python 2.x/3.x support
39cfb7b : use absolute imports so that 2to3 works
e428c0b : get version by regexp as import can not work w/ py 3k before 2to3 was run
fd390c9 : make search case insensitive
1648a6b : fix types that are not yet available in Python older 2.x
b6de09a : fix CHAR type (bug introduces in last change to this file)
9a3809e : fix exception type not found and only grep through list if it starts with hwgrep:// otherwise exhibit native port behavior
ab3d428 : doc and __main__ update
6fa1911 : new protocol "hwgrep://<regexp>"
fae5e50 : also redirect stderr when calling lsusb
80f9c49 : extract detailed hardware info on Linux
de43290 : fix usage of types to gain 64 bit Windows compatibility
08e39a3 : data was not binary if Python < V3.0
fb2306b : fix for patial reads with loop://, ensure bytes type is used
330185e : raise ImportError (instead of plain Exception) if platform is not supported
8b599c9 : fix race condition in test
7bb5883 : - add serial.tools.list_ports, implement platform detection code and a main routine - add code from 2912349 (scan for mac)
0f2bd58 : implement patch 3147043
1f89a0a : implement patch 3054352 (with changes to the original patch)
8a34513 : implmement patch according to SF 3036175
4d0af5e : accepted patch SF 3316943
31000fc : - fix for SF 3057499
fbe5ae7 : - notes about readline and eol paramater - increment doc version
bc6b8b6 : include ttyACM in list
899c9c4 : rewrite port open check so that it also works when port was never open()'d
cb20a4f : fix for SF 3245627 (read loop hangs on lost connection), fix some doc typos, add debug logs
02ef43a : fix recently added port open check (pasted to wrong function)
1508515 : add code to list available ports
258ab0a : changed to miniterm: improve error handling on port change, more compact info text
44eb98f : doc updates
4a63d6b : doc update
a517f4c : add FAQ entry about timing issue on open with certain devices
8f69e70 : related to SF 3093882, raise an exception when open() is called twice, also add unit test for this
f0c9f51 : automatically set version
9116553 : cleanup, improve saved state on port change
8c2ea84 : - add CTRL-T + P to change connected port in miniterm - cleanups
e542b36 : - add a "search path" for (URL) protocol handlers so that user can add its own - add unit test for custom handler - doc update - increment version to 2.6-pre1
16d7377 : fix location of miniterm
0e69a9c : update setup so that urlhandler and tools are included
1fa5407 : update examples, docs
5c9bbd2 : document the new possibilities for URL handlers, mention py2exe
2a6d533 : implement URL handler as modules and import them at runtime. this allows to create more handlers as plug-in for pySerial
8b2080b : - add tools as subpackage so that python -m serial.tools.XXX can be used. - move miniterm from exaples
a3d9de5 : also run 2to3 on installed scripts
a24d73a : replace VERSION string with a proper constant
5242c71 : remove unneeded L suffixes
c323f1f : fix bytearray class so that readline works again with Python 2.5 and older
de5ef37 : don't forget new test
32eafec : - minor updates - release date
25375b5 : - cleanup (remove some duplication) - minor improvements - add readline test to examples
e214ff8 : - [x]readline[s] docs moved to FileLike - mention to_bytes - minor updates
f7bc3bf : - new test module for readline - doc update
8e99b6f : - move [x]readline[s] to FileLike base class (io module provides implementation in the other case) - CR and LF constants added
5c72e4d : - python3, pip - use False instead of 0
74308e4 : use False instead of 0
4cd0d2e : fix poll timeout, thanks to Roger Larsson
8116753 : - improved xreadlines (now a generator) - version for release
04ca537 : fix for [Bug 3029812] 2.5rc2 readline(s) doesn't work
1f4abd7 : fix so that standard tests are also picked up
198b7e7 : fix SF:3006606 Nonblocking error - Unix platform
07709e4 : - documentation updates - preparations for next release
58a2aee : fix [Bug 2976262] dsrdtr should default to False
782d04d : fix SF:2925854 test.py produces exception with python 3.1
14213e1 : fix sf:2998169 Memory corruption at faster transmission speeds.
566a43e : update for release
f571644 : - update list of changes - prepare for 2.5-rc2
a9a093e : - update select based read to handle disconnected devices -> excpetion - move poll version away (PosixPollSerial class)
59dff67 : - allow that the port can be passed on command line - output pySerial version that is tested
41be039 : - date - add note about 1.5 stop bits on posix
6963b26 : output pySerial version inhelp text
f325c03 : applying rfc2217IACIAC-2.patch, fixing issues with IAC. Thanks to Grant Edwards for the patch.
666d279 : revert to select based read for all platforms except Linux
5735a07 : bugfix 2886763
9a1c695 : add note about old releases' return value of write()
3fc527d : workaround when using miniterm on older installations of the library
e67c1f4 : - improve cleanup on exit in case of errors - keep running in case of errors
8768624 : doc tweaks
568dd3c : fix change in logging
99220a0 : - move Linux specific constants to not break other platforms [Bug 2836297] - remove setting special baudrate for cygwin (was untested copy of Linux code)
641c4bb : fix case with no options (again)
6a30077 : - rename internal attribute for logging - add missing log message
c64ba69 : - update docs - also use logging module for loop and socket - extend logging for loop
86844e8 : - update docs - remove "critical" from log level choices in URL
5cc3eb1 : use logging module instead of writes to stderr
044d866 : little cleanup
a2d8f96 : minor doc updates
3453f12 : - more examples cleanup - extend docs on examples
88c4684 : move test scripts to separate test directory
dfe2d27 : - add timeout option for RFC 2217 client - update docs
d982f79 : fix format string
a35cad4 : remove gethostbyaddr calls again as they really slow down connecting
595ed5b : doc change only
60ae792 : update changes
7053b23 : fix indentation error
d9a06ce : - sotre/restore port settings on connect/disconnect - better cleanup on exit - print host name that connects
3bf84bd : simplify example again as a separate RFC 2217 server exists now
4065dce : add getSettingsDict and applySettingsDict
c63b3c0 : set TCP_NODELAY option to get more responsive connection (though it may waste bandwith depending on application)
1de32cd : fixes for Python <= 2.5
82282e0 : - ensure working copy is tested, not library from system - suppress error when port by number does not work (so that loop:// succeeds the tests)
024b4f4 : - real "No timeout" implementation - remove some messages so that default message from unit test is shown
ef39b8b : add a simplified single port RFC 2217 server
5eb4b89 : - script to run all the tests - don't print warning if test module is not main module
52f73e7 : improve output
65722c9 : - read: improve error handling -> raise exception when device fails (e.g. unplugged USB serial convertors) - write: raise SerialExceptions, not other exceptions from the system
3cf46d6 : improve write timeout (time applies to entire write, not to each internal loop)
e8f2b32 : increase data length as some of the data can be buffered by the system
66957bf : - fix error in write method (multipe bytes) - implement write timeout emulation
54c534e : speed up test by sending larger chunks
41973a9 : add loop:// connection type
af9c5f2 : bugfix
ab90e07 : - add simple socket connection implementationa - update docs
44168ea : special device names require \\.\ prefix
19aa46b : fix the fix
861d3c1 : - fix error introduced by last patch - fix problem with devices that have no "friendly name"
1011457 : ignore error for status lines in info display
8fb119c : - initial modem state notification was missing - fix one exception instantiation
b16e45b : fix IAC data escape in server
aaf778a : fix when numbers are passed
86b593e : - track if client agreed on RFC 2217 and only start sending events when it has agreed - don't send initial modem state notification. when check_modem_lines is periodically called all will be fine anyway
7cb78e8 : - new option for client: poll_modem -> poll modem state instead of relying on notifications - server now calculates all modem status bits - update documentation
374bacf : tweak info output
4ad7417 : include modem status lines in info display
7aed833 : documentation updates - examples - RFC 2217 PortManager
32c1033 : - move to_bytes from rfc2217 module to core - add data escape function in rfc2217.PortManager (also renamed class) - use escaping for outgoing data in example - multi port TCP/IP serial gateway extended with RFC 2217 support
8ccc2ff : - rename RFC2217 server helper class - better names in example code
e3ab353 : rename function -> serial_for_url
c1ca077 : fix wrong command line argument check
bc630be : notes on RFC-2217
dec243b : update example description with RFC-2217 feature
670ad81 : add --rfc2217 option to run a server with these extensions
130d1f0 : add a class managing the server side of RFC2217
f456634 : doc updates, describe URLs and the new options
81c5476 : - set control wait for confirmation - allow options in URLs - "debug" for simple diagnostic outputs - "ign_set_control" for some servers not following RFC2217 - change list of mandatory options for some servers not negotiating options for both sides but only the client - improvements to error handling - ensure internal writes and users write are not mixed - doc comments
7fc7da0 : leading zeros
eb4a14f : show error details (helpful for failing RFC2217 connections)
57e48a6 : add platform specific function to control flow control state
cfae04c : increase delay for RTS/DTR tests to handle slower RFC2217 servers
1ef7e3e : - internal renames - comments - fix one bug for unkown telnet options
672d029 : - Python <= 2.5 compatibility - start tracking RFC2217 flow control (no action yet)
d7e7ce2 : doc tweaks
8611bf4 : doc updates and typos fixed
27aeb5d : add support for connecting to RFC2217 ports (just use the URL)
a29275e : agree that other party is doing ECHO
2b929b7 : - improve subnegotiation (performance and correctness) - send all wait for all instead of waiting for each individual setting - handle when server rejects a parameter such as baud rate
9b1d3ad : fix issue with unwanted keyword parameter
c110bf2 : - fix an issue w/ test setup - disable one test that can't be tested that way (because of new test init code)
ac20532 : improve telnet option negotiation
26c5ab0 : update version info
7c640ed : add docs for new module function too
ec4ac1b : update docs with information about RFC2217 implementation
f16c770 : udpate tests so that they also work with RFC2217 backend
109486b : add helper function to automatically select native or RFC2217 implementation of Serial object
8099bed : add preliminary version of RFC2217 client implementation
10d58b2 : shorten README.txt to avoid duplication.
8e814dc : ensure important links are easily found on the 1st page
3509fba : minor reformat
8450857 : - move documentation so that distutils sees it - update CHANGES.txt - install miniterm.py as script - version 2.5-rc1
05e6f79 : add py3k suffix when processing with the 2to3 conversion (mainly for bdist_wininst)
23dc2a0 : remove type check and instead convert to bytes (Py 3.1 memoryview is not compatible w/ ctypes)
0bbebbf : update compatibility code for 2.6
42007d3 : interestingly, Windows managed to be 1.2ms early in the timeout. but that's OK. slightly increasing "good" time window of test.
cb5b0aa : add a notice when run with old Python
a3a811f : fix compatibility check
daf47ba : - doc updates - rename test_rawio -> test_iolib
ddd7813 : - improve compatibility with io library (also accept bytearray for write) - update test for Serial+io
2750b83 : fix some minor issues that were uncovered when run with 3.x
a75900c : update tests so that they run with python 2.3, 2.4, ... to 3.x
4a567a0 : - read/write now work with bytes when available on older Pythons that is equal to a str (implemented compatibility objects in serualutil) - improve conversion result of 2to3 - remove RawSerial object again - update docs
97fa6e8 : new exception style
6670f73 : fix a bug
f81362e : - add more methods for file-like compatibility - provide RawSerial when io library is present (not yet finished) -> changes internal class hierarchy -> renamed internal read/write -> _read/_write (FileLike resp. RawSerialBase provides read/write) -> add test_rawio.py - _write returns number of byte written - set minimal python version to 2.3 due to basestring - add "name" attribute - documentation updates (new io stuff and VERSION, device())
ff94563 : adjust some details
4428a5a : new minimal Python version
1eb947d : - use 2to3 on the fly when installing for Python 3.x (bdist/install) - update categories - drop support for older Python than 2.2.3
91d247d : changes required for 2to3 support respectively Python 3.x compatibility of the resulting code
8b478c1 : remove enries that are copied anyway because they are in the package
ede3a9d : remove file, it's automatically regenerated from MANIFEST.in
e37b6a8 : bugfix the new ctypes based implementation. example/test* run error free
5fe48d4 : fix test as 1.5 is allowed now
1e2a6df : minor cleanups
6066f84 : - implementation for win uses ctypes now - API docs: exceptions raised - remove copy&paste text
53c9fd4 : separate code to set non standard baudrates as is depends on the platform
13c05d4 : add MANIFEST.in so that exaples etc. get correctly included in source dist
183d4ae : - forward port and apply patch from Giovanni Bajo to use ctypes on win32 - some minor refactoring
88a552f : - change version number - add notes for pyparallel on linux, thanks K. Ari Krupnikov
7aaead3 : remove print and replace with stdio writes
6291bc2 : fix syntax error
f1c882c : one more example
bb5c3c5 : - doc updates - one more example
6d1e9d1 : add description of new example
6ffdb8f : add missing stop bit constant
edcdbe4 : add more about base classes
b58a321 : implement 2785532
a641aec : implement patch from DanielC
490a5c7 : implement SF 2505422
0400feb : add scan example for linux
3172d3d : fix a few typos
9147c44 : implement SF 2392892
512595f : add note about fixing 2810169.
5b7d16a : add documentation for FileLike, the base class and its methods such as readline
c8e83d8 : implement feature request [SF 2446218]
018632a : add missing newline
f0a4f0f : fix test failure (test_advanced.py)
7fa1a9c : disable test that does not make sense anymore in that way
58a3efe : add delay, in case of USB serial adapters in may be needed to for the successful test
54f69b6 : minor changes
5134aab : - more documentation updates - added logo
86e8787 : documentation updates
2297814 : more documentation updates
dfec0c8 : minor doc changes
c1c3760 : port documentation to Sphinx
6fa76fb : - change menu output prefix, reformat help text - add linefeed and escape toggles
e0af397 : - CTRL-T CTRL-E toggles local echo - mark/space parity missing in --help, add check of parity option
6c8eb2f : - remove "upload" character - introduce "menu" character - add "menu" for RTS, DTR, BREAK, port settings, upload etc. see CTRL+T,CTRL+H - menu and exit character must not be the same - clear alive flag on errors within loop
58b481c : 1.5 stop bit support
8f9e577 : doc update
edfba4e : doc update
14b274a : - doc update - fix [Bug 2469098]
fab0987 : doc update
949e15d : doc update
4ecea3d : - fix typos - improve code layout - rework newline conversion (95% complete) - reuse socket address and actually set parity (Elie De Brauwer)
53edb47 : - fix typos - improve code layout
c9622f5 : [MOD] add compression
3a8bf09 : [FIX] win32 input function
48240f7 : prepare release of 2.4
cc8d9d2 : prepare release of 2.4
44b3cce : doc
051d433 : no longer needed to do the backslash tricks on open
8b7cff0 : move the name patching code
c53a8ca : - small fixed to comply to the pyserial API - implementation passed all unit tests
764c88c : - make it easy to use an other port: cmd line arg is optional port name - fix where PORT was assumed to be numeric
761fd6e : fix write, so that it is "binary" and not applying any encodings
95e7d84 : fix read
cb65c68 : simplify, change one timing (stability)
809b82e : - The Jython backend tries javax.comm and gnu.io (Seo Sanghyeon) - activate mark/space parity support
ff0c379 : fix a bunch of bugs
4ff9724 : improve OS detection for IronPython
c54b2c8 : - [Patch 1561423] Add mark/space parity, Win32 - remove VERSION constants except for the one in __init__.py
0bfe525 : workaround for IronPythons lack of module os
0d6029a : prototype of .NET/Mono backend
997b63c : [patch 1924805] add a setBreak function (proposed files attached)
679bfa6 : [Patch 1616790] pyserial: Add inter-character timeout feature
e8c4542 : implement [Bug 1783159] Arbitrary baud rates (Linux/Posix)
8e778b1 : - updated setup script - improve behavior when opening nonexostend or ports with errors
7e06301 : remove old CVS stuff
f2d96b4 : prepare relase
b613208 : fix bug 1679013
71058bb : fix bug 1938118
dce5466 : fix samall typo generating an error
f19610b : com port name trasnlation for the special windows feature
8bce820 : doc update setuptools support
eaa9688 : - check for strings patch - FreeBSD device name patch - update history
9c592b3 : - update version - update miniterm.py (patch from Colin) - make exit and upload chars configurable
d5d5198 : Port to wx 2.8 by Peleg
5e912cc : improve CTRL+C support on posix platforms
3da4f53 : fix missing newline
8099c7a : bugfix (found by R. Mitchell)
8802802 : remove unneeded import
f1559d0 : fall back to internal baud rate constants if the termios module hasn't one. happens for large baudrates on some systems
4569bac : consistency with other platforms
f6cee7e : - use optparse - update command line interface
3d4bfb2 : *** empty log message ***
b2f5fc8 : [Bug 1451535], [Bug 1554183], [Bug 1513653], [Bug 1520357]
93db61b : - clean up parameter naming between posix and windows impl - improve error messages
3b1e85f : fix, thanks to David Carr
e2418e9 : counting on irix, still an issue: different device names, depending on flow control setting
9743e22 : - cleanup of repr_mode - allow port, baudrate as parameter instead of options
bf6bb7d : - code cleanup - make cr/lf conversion/echo more consitent - -- quiet option
b7d746d : can set initial RTS and/or DTR line state
9cf2622 : - small command line option changes - show opened port name in startup message - --cr translation for input too
aaa0460 : - duration can be specified for sendBreak - default duration increased to 0.25s
cf709e6 : converted to reStructuredText
980e4b0 : - add iterator interface - readme extended, partialy converted to reStructuredText
85ca4ee : - enhance example - some fixes
f777669 : bigfix form Nicola
6385f2c : updated miniterm: - use optparse - class based main, amin function (make it easier to import from other files) - new exit character - python 2.3+ required
3e57b3d : release 2.2
f46e0a8 : add dsrdtr setting, allows independent seeting of rts/cts and dsr/dtr flow control on platforms where this is possible
6c9db23 : desciptive exception when giveio is required but not installed
40e1b07 : add aix definitions
4bb278c : [Bug 1106313]: device (port) strings cannot be unicode
36336df : closes [Bug 1105687]
40f984b : *** empty log message ***
a7bafcb : - windows implementation changed to ctypes + simple dll - added simpleio.dll, sources
9cc9353 : ensure int datatype
b5bbf14 : fix missing import [Bug 1085599]
8753bbc : add .fileno() for easy use with select (platform dependent code)
5d4d0bd : - [Patch 1043436] Fix for [Bug 1043420] (OSError: EAGAIN)
0276f5e : - fix bug [1014227]: property <del> broken
bc318d4 : fix "bug" [1004775] -> changes for wxPython 2.5
9c6d6f1 : Put in a conditional to use signed ioctl() for python versions 2.2 and earlier
7ffcfef : apply [Patch 983106]
af3dfd5 : release 2.1
6a200bc : fix XON/XOFF consts [Bug 975250]
cc800f2 : [Bug 994856]
a128a70 : - add --newline option - some internal cleanups and comments - use stderr for some messages
7672d61 : make the win32 version behave correctly
c31f8cf : added connection debug mode
b7466da : - drop old python compatibility and use termios instead of TERMIOS - flush often -> better behaviour on linux - fixed error in CR->CR++LF translation
40d71f6 : make it threadsafe for wxGTK
290999b : added py2exe demo script and a note in the readme
835996a : netbsd fixes (Erik Lindgren)
79d4abe : bugfix for wxPython 2.5
895e830 : - dynamicaly lookup baudrates - better messages - cleanups
6261161 : - implement write timeouts + tests - added XON/XOFF constants
6ac115b : update with text from the homepage (forgot to commit some time ago)
5499022 : Convert all the _IOC_ size masks into longs for future compatibility with 2.4
b105580 : - bit access over properties to a prallel port instance - VirtualParallelPort for testing and simulation - unittests
c617826 : fd == 0 fix from Vsevolod Lobko
02f7c99 : typo
107db8d : accept any baudrate and let the system decide if that is a valid value, added test for that
5e52fc7 : get rid of nonascii charcaters
5600e7c : 2.0 release changed the setup.py version hack to the recomended code in the distutils docs
a30a8a0 : applied patches and feature requests
4b6cfd5 : code cleanup
fb947cb : - bugfixes - code cleanup
1354878 : 2.0b2 release
0eb8671 : - port settings in title - docstrings - remove statusbar - close on cancel in startup dialog - message box if port cannot be opened
80a0ed1 : - remove unsupported baudrates on windows from the list - added terminal application for wxPython with wxGlade design file - enumerate bugfix for python < 2.3
8f376e7 : new port configuration dialog fo wxPython design file for wxGlade is provided too
6229d72 : forgot to init attribute
d6bf52c : Transition to the 2.0 series: - New implementation only supports Python 2.2+, backwards compatibility should be maintained almost everywhere. The OS handles (like the hComPort or fd attribute) were prefixed with an underscore. The different names stay, as anyone that uses one of these has to write platform specific code anyway. - Common base class serialutil.SerialBase for all implementations. - PARITY_NONE, PARITY_EVEN, PARITY_ODD constants changed and all these constants moved to serialutil.py (still available as serial.PARITY_NONE etc. and they should be used that way) - Added serial.PARITY_NAMES (implemented in serialutil.PARITY_NAMES). This dictionary can be used to convert parity constants to meaningful strings. - Each Serial class and instance has a list of supported values: BAUDRATES, BYTESIZES, PARITIES, STOPBITS (i.e. serial.Serial.BAUDRATES or s = serial.Serial; s.BAUDRATES) these values can be used to fill in value sin GUI dialogs etc. - Creating a Serial() object
without : port spec returns an unconfigured, closed port. Useful if a GUI dialog should take a port and configure it. - New methods for serial.Serial instances: open(), isOpen() - A port can be opened and closed as many times as desired. - Instances of serial.Serial have baudrate, bytesize, timeout etc. attributes implemented as properties, all can be set while the port is opened. It will then be reconfigured. - Improved __doc__'s. - New test_advanced.py for the property setting/getting testing. - Small bugfix on posix with get* methods (return value should be true a boolean). - added a __repr__ that returns a meaningful string will all the serial setting, easy for debugging. - The serialposix module does not throw an exception on unsupported platforms, the message is still printed. The idea that it may still work even if the platform itself s not known, it simply tries to do the posix stuff anyway (It's likely that opening ports by number fails, but by name it should work).
3a77ac8 : updated for release 1.21
afc28a2 : name for COM10 was not built correctly, found by Norm Davis
8db88b6 : updated clasifiers for PyPi
356a736 : updates for 1.20 release
5ef3976 : fix typo
4e83870 : add device() function fix typo
d69c27c : updated USB comment (tnx Nathan Hurst) tips & tricks section link to Roger Binns page (comscan)
7664b78 : removed mac comment - no parallelports there...
f622faf : dont recreate opverlaped structures and events on each read/write dont set unneded event masks
e7d23fe : self.ctrlReg was not initilized in win32 version getInSelected typo fixed
b936fcf : dont use DOS device names for ports > 9
4d23acd : remove send timeout (its not used in the linux impl. anyway)
49a8ecf : release 0.1 updates
6c468b3 : updates for 1.19
466d166 : added int() conversion, bug report 702120
3a58b4b : remove code to set control lines in close methond of win32 version. [Bug 669625]
c77d94b : removed dgux entry which actualy had a wrong comment and is probably not in use anywhere
1b10b9c : usb comment update, tnanks to Pascal Oberndoerfer
a5c9427 : fixes for NT4
3af8da8 : note about usb adapters
95beabc : stripped down msdos version Dave Haynes not yet itegraded with automatic detection but direcly importable
33b040d : prepare for release 1.18
f5831e0 : cygwin port numbering fixed inWaiting uses local copy of constant
802165e : RTS/CTS handling as sugested in Bug #635072
8901aef : test each and every constamt for its existence in termios module, use default if not existent (fix for Bug item #640214)
6ce7ab1 : wrong exception on nonexitstent ports with /dev file. bug report by Louis Cordier
b46d253 : added loaddrv options for status and chage of start type batch file set laoded driver starttype to automatic
8dcdc47 : remove loading of giveio (NT/2k/XP) driver within extension. use loaddrv.exe to load the driver. it stays loaded accross system boots. the batchfiles *_giveio.bat are there to install or remove the driver
71e69de : check if dirver file exists when installing error code handling
62d2d56 : bugfix of timeouts brought up by Markus Hoffrogge
295d744 : EOL character for lines can be chosen idea by John Florian
1bb1bb2 : remove the mapping of flush to the destructive flushOutput as this is not the expected behaviour
ae9d496 : for install: if no path is given, then the file is searched in the current directory, the file extension .sys is appended
ff84885 : added load driver tool, in case someone has troubles with the automatic loading of the sys file for pyparallel
7d2b78a : changed device name, cosmetics
619e456 : added linux/ppdev implementation from Michael Ashton synchronized method and class names between win and ppdev impl.
e5fa3b6 : added giveio sources and a readme
8864126 : initial upload, directio/giveio.sys sources still missing
7bb452a : 1.17 changes
17d0f5d : overlaped structure was wrong
20eeeab : changes for release 1.16
0550b6f : removed unneeded len(read)
a135a67 : improved tests
30b2f28 : tested on win98
17f177f : removed loop in read fixed getCTS, getDSR and getRI (getCD not sure)
f281fde : removed TERMIOS.ECHOPRT for cygwin compatibility. added port names for cygwin. thanks to Gregor Thalhammer
1e95baa : added another implementation of readline (enhancedserial) added test ofport without timout other fixes, typos
c813b21 : added unittests (with loopback HW) added port scanner to find available serial ports
1e4b343 : for version 1.15
005e850 : fixes for win98
5c39e70 : fixes for win32 (tested on NT)
a66fa45 : removed stupid debug messages...
a9e4e95 : added non-blocking mode fixed win32 version: no data is lost when a timeout occours typos in the docs
e418ee1 : updated solaris device name, thanks to Pierre SCHNIZER.
8d5dbe2 : typo and optimization
a90558a : updated for 1.13 added long description and licese info
09cadc6 : one should copy'n'paste all lines ;-)
3c422cc : updated history
4616bf1 : added uniform errorhandling when port opening fails, across platform modules
d474369 : added alternative way to enable/disable rts/cts handshake
fc9eb38 : added new example
d441974 : bugfix
95c6221 : added setBaudrate() to change the baudrate after the port is open
8b3ad39 : added command line options
7fe54d5 : added SerialException if port can not be opened
576de25 : starting with examples... this is a simple terminal that read characters from the serial and displays it and it sends out keypresses over the serial.
e319968 : updated for 1.12
f9590ed : update for 1.1
a3ca541 : disbled unneded constants but might cause NameErrors
1dbe4b6 : fixed missing files for 1.1
a72a94d : adapt for release 1.1
e8f75f9 : FileLike base class is now used for readline etc.
d0b8b27 : bugfix when no timout is specified FileLike base class is now used for readline etc.
65ec639 : updated docs for 1.1
1b32702 : removed dead code, implemented sendBreak
89b4af1 : This commit was generated by cvs2svn to compensate for changes in r3, which included commits to RCS files with non-trunk default branches.
87a11f3 : initial checkin

+- Project: platform/external/python/python-api-core

f0eb63f : [LSC] Add LOCAL_LICENSE_KINDS to external/python/python-api-core
cb091f8 : chore: release 2.3.0 (#314)
d4dcb74 : Initial empty repository
ce1adf3 : feat: add operations rest client to support long-running operations. (#311)
bc0abe4 : ci: tweak mypy to check 'google.protobuf' (#310)
4b40789 : chore(python): add .github/CODEOWNERS as a templated file (#308)
060b339 : fix: handle bare 'grpc.Call' in 'from_grpc_error' (#298)
214d88b : chore: release 2.2.2 (#302)
ffc51f0 : fix: make 'gapic_v1.method.DEFAULT' a typed object (#292)
d2a729e : chore: release 2.2.1 (#296)
9e6091e : fix: revert "fix: do not error on LROs with no response or error" (#294)
240edb6 : chore: release 2.2.0 (#293)
5f4fb50 : chore(python): push cloud library docs to staging bucket for Cloud RAD (#295)
ef6f0fc : feat: add 'GoogleAPICallError.error_details' property (#286)
09cf285 : tests: add testing w/o 'grpc' installed (#289)
f4e776e : chore: release 2.1.1 (#291)
0023ee1 : fix: add mypy checking + 'py.typed' file (#290)
e6a3489 : chore(python): Add kokoro configs for python 3.10 samples testing (#285)
121debd : chore: release 2.1.0 (#274)
a422a5d : feat: add support for Python 3.10 (#284)
577da9d : build: use trampoline_v2 for python samples and allow custom dockerfile (#283)
f3fd059 : chore: add default_version and codeowner_team to .repo-metadata.json (#282)
3b0912a : tests: add explicit unit tests for '_StreamedResponseIterator' class (#281)
083e6e9 : chore: relocate owl bot post processor (#280)
1c5eb4d : feat: Add helper function to format query_params for rest transport. (#275)
afe0fa1 : feat: add grpc transcoding + tests (#259)
8b65c93 : chore: removing owlbot directives for conversion to main (#272)
4679219 : chore: remove obsolete dependency in setup.py (#269)
01e31ca : chore(python): group renovate prs (#270)
dcb6ebd : chore: release 2.0.1 (#267)
618f192 : fix: do not error on LROs with no response or error (#258)
82ca2fd : tests: close coverage gap for race condition (#261)
1db493c : chore: migrate default branch to main (#264)
e3d34d4 : chore(python): disable dependency dashboard (#266)
40f52bf : chore: release 2.0.0 (#254)
bb3b26d : tests: silence a warning from 'charset_normalizer' (#247)
bdbf889 : fix: bump grpcio version to use stable aio API (#234)
362ca6c : chore: update if_transient_error docs to match behaviour (#253)
a54cc10 : chore: drop mention of Python 2.7 from templates (#252)
ffa528e : chore: avoid duplicating pins of grpcio in noxfile (#246)
258ba4a : chore(python): avoid `.nox` directories when building docs (#249)
6789e67 : chore: remove non-custom rules from sync-repo-settings (#241)
d566f28 : chore: release 2.0.0b1 (#243)
a30f004 : fix!: drop support for Python 2.7 / 3.5 (#212)
ff6ef1b : fix: strip trailing _ from field mask paths (#228)
6af450b : chore: release 1.31.1 (#240)
47d04cd : chore: release as 1.31.1 (#239)
5e540f2 : fix: add 'requests.exceptions.ChunkedEncodingError' to retryable exceptions (#237)
3d4cab2 : chore: fix kokoro config for samples (#236)
a12c051 : feat: add Samples section to CONTRIBUTING.rst (#229)
fd3cbca : build(python): remove python 3.7 from kokoro Dockerfile (#226)
d25d2cb : build(python): exit with success status if no samples found (#225)
07a8ce3 : chore: release 1.31.0 (#203)
877fabc : chore: update Noxfile and fix codeblock typo (#224)
1fbee03 : fix: undprecate entity factory helpers (#101)
d368c4b : chore: new owl bot post processor docker image (#214)
fbf447c : chore: blacken (#206)
11032cf : feat: add ServiceUnavailable exception to polling retries (#184)
2768346 : chore: release 1.30.0 (#201)
3487d68 : feat: add iterator capability to paged iterators (#200)
641fbbf : chore: release 1.29.0 (#199)
a421913 : feat: HTTPIterator now accepts a page_size parameter to control page … (#197)
7337c6b : chore(python): add protobuf to intersphinx mapping (#198)
8d8bc51 : docs: fix broken links in multiprocessing.rst (#195)
f2600cc : chore: release 1.28.0 (#193)
11b5da4 : chore: release 1.28.0 (#192)
155da5e : fix: require google-auth>=1.25.0 (#190)
c4ff747 : chore: release 1.27.0 (#179)
15aca6b : feat: Add support for `rest/` token in `x-goog-api-client` header (#189)
03a79f1 : chore: new owl bot post processor docker image (#188)
9123439 : chore: add library type to .repo-metadata.json (#180)
91ca1c2 : chore: add SECURITY.md (#177)
6ae04a8 : feat: retry google.auth TransportError and requests ConnectionError (#178)
f87bccb : chore(revert): revert preventing normalization (#174)
acb04b4 : chore: migrate to owl bot (#173)
ed09227 : chore: prevent normalization of semver versioning (#172)
282725d : chore: add constraints file check for python samples (#170)
8c7ac29 : chore: Add license headers for python config files (#167)
49c6755 : chore: add kokoro templates (#160)
1647f07 : Fix retry.with_delay multiplier parameter handling (#164)
a5b175f : chore: release 1.26.3 (#158)
9eaa786 : fix: skip empty policy bindings in `len()` and `iter()` (#159)
1d76b57 : docs: update python contributing guide (#147)
611b6dc : chore: release 1.26.2 (#156)
536c2ca : fix: save empty IAM policy bindings (#155)
b4860fe : chore: release 1.26.1 (#148)
7271b23 : fix: add operation name to x-goog-request-params in async client (#137)
7273090 : chore: release 1.26.0 (#142)
911e82f : chore(python): include py.typed files in release (#145)
94c76e0 : feat: allow default_host and default_scopes to be passed to create_channel (#134)
db48ea3 : build: migrate to flakybot (#141)
471d594 : build: migrate to flakybot (#140)
786e9de : chore: Add header checker config to python library synth (#138)
5e8923f : chore: release 1.25.1 (#132)
97cef4a : fix: add operation name to x-goog-request-params (#133)
a47dfba : build(python): make `NOX_SESSION` optional (#135)
232dab0 : docs: fix spelling errors in retry (#131)
84cfb97 : chore: tweak kokoro config (via synth) (#129)
30211b4 : chore: release 1.25.0 (#128)
abc3d88 : chore: force next release to 1.25.0 (#126)
73854e8 : feat: allow gRPC metadata to be passed to operations client (#127)
c5fee89 : chore: add constraints file (#122)
c2f094b : chore: use 'http' in URL for Apache license (#125)
b51b7f5 : docs(python): document adding Python 3.9 support, dropping 3.5 support (#120)
4e12b76 : chore: release 1.24.1 (#116)
1dec301 : chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.4.0 (#119)
7a38243 : fix: support 'retry' for ops built from HTTP/gRPC responses (#115)
b394c08 : chore: release 1.24.0 (#113)
5dce6d6 : docs: explain how to create credentials from dict (#109)
9ac3708 : chore: tweak 'python_requires' to match supported Python versions (#114)
fdbed0f : feat: add support for Python 3.9 (#111)
cbf14b3 : chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.3.0 (#106)
aaffc89 : chore: add 'docfx' nox session (#105)
ec08e66 : chore: add config / docs for 'pre-commit' support (#103)
9397693 : chore: update code of conduct, intersphinx links (via synth) (#102)
fcf261f : tests: ensure samples pass if no samples exist (via synth) (#94)
85e14e3 : chore: add a sync-repo-settings file (#98)
3e98cf5 : chore: release 1.23.0 (#96)
6623b31 : feat(api-core): pass retry from result() to done() (#9)
ede6dc6 : chore: add actools-python to CODEOWNERS (#95)
70ebe42 : fix: update out-of-date comment in exceptions.py (#93)
5d657b9 : chore: start tracking obsolete files (#92)
a855339 : fix: map LRO errors to library exception types (#86)
000d0a0 : chore: preserve 'pytype' artifacts during synth (#90)
db8e636 : fix: harden install to use full paths, and windows separators on windows (#88)
339b07d : chore: release 1.22.4 (#84)
d480d97 : fix: use version.py instead of pkg_resources.get_distribution (#80)
ae658b6 : chore: release 1.22.3 (#79)
a7a8b98 : fix(deps): require six >= 1.13.0 (#78)
bd3a28c : chore: add default CODEOWNERS (#77)
11d2097 : chore: release 1.22.2 (#76)
8f8ee78 : fix: only add quota project id if supported (#75)
6229317 : chore: release 1.22.1 (#70)
7bb713d : docs: fix spelling errors for amount in retry (#69)
805c364 : chore: release 1.22.0 (#62)
2010373 : fix: _determine_timeout problem handling float type timeout (#64)
e2d9a7b : feat: allow quota project to be passed to create_channel (#58)
8595f62 : chore: update Py2 support msg to reflect passage of time (#59)
c890675 : docs: change the documentation for using 'six.moves.collections_abc.Mapping' instead of 'dict' in 'client_options.from_dict()' (#53)
cc56733 : chore: update docs/conf.py (#56)
98f03c8 : chore: release 1.21.0 (#54)
ded92d0 : feat: allow credentials files to be passed for channel creation (#50)
7531a5e : chore: release 1.20.1 (#51)
1ba6095 : fix(dependencies): increase protobuf version (#49)
02d2579 : chore: release 1.20.0 (#45)
74e0b0f : feat: allow disabling response stream pre-fetch (#30)
945bafc : chore: update templates (#44)
8212bb7 : chore: release 1.19.1 (#42)
4b11422 : fix: bump up grpcio minimum version to 1.29.0 (#41)
d1937ba : chore: release 1.19.0 (#39)
a582936 : feat(client_options): add new client options 'quota_project_id', 'scopes', and 'credentials_file'
33ab7fa : chore: release 1.18.0 (#33)
7d8d580 : feat: third batch of AsyncIO integration (#29)
dd9b2f3 : feat: AsyncIO Integration [Part 2] (#28)
7be1e59 : feat: [CBT-6 helper] Exposing Retry._deadline as a property (#20)
e4eaec0 : feat: add client_encryped_cert_source to ClientOptions (#31)
a82f289 : feat: First batch of AIO integration (#26)
335c109 : chore: release 1.17.0 (#7)
748c935 : feat(api-core): add client_cert_source to ClientOptions (#17)
0c2c556 : test: drop majyk per-lang-version coverage level (#12)
bd1e12a : chore: blacken docs/conf.py (via synth) (#8)
e72202e : chore: add split repo templates (#2)
2b103b6 : fix: consume part of StreamingResponseIterator to support failure while under a retry context (#10206)
14f1f34 : feat(api_core): add retry param into PollingFuture() and it's inheritors (#9923)
18375fb : chore(api_core): release 1.16.0 (#10109)
17bbd63 : feat(storage): support optionsRequestedPolicyVersion (#9989)
fd47fda : feat(api_core): support version 3 policy bindings (#9869)
5e55592 : chore(api_core): release 1.15.0 (#9984)
52f12af : feat(api_core): make the last retry happen at deadline (#9873)
b6cea3c : Add a repr method for ClientOptions (#9849)
74326f4 : feat(api core): simplify from_rfc3339 methods (#9641)
0f6ad2a : docs: add python 2 sunset banner to documentation (#9036)
9230dd4 : feat(api_core): provide a 'raw_page' field for page_iterator.Page (#9486)
6ac4dc2 : docs: remove references to the old authentication credentials (#9456)
a07e02a : chore(api_core): release 1.14.3 (#9417)
ac8716d : fix(api_core): finalize during close of 'ResumableBidiRpc' (#9337)
8c74e9c : docs: fix intersphinx reference to requests (#9294)
5300322 : Fix broken links in docs. (#9148)
c38f2e4 : Docs: Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
3d8cc46 : API Core: Retry.__init__ add on_error (#8892)
92840f1 : docs: about of time -> amount of time (#9052)
48b2c7d : Remove compatability badges from READMEs. (#9035)
30616fa : Fix race in 'BackgroundConsumer._thread_main'. (#8883)
4783648 : Release 1.14.2 (#8835)
f82bd52 : API Core: Add client_options documentation. (#8834)
d9f63bf : Release api_core 1.14.1 (#8832)
84ce0c4 : Remove error log entry on clean BiDi shutdown. (#8806)
45e526c : Update intersphinx mapping for requests. (#8805)
1b42d94 : Forward 'timeout' arg from 'exception' to '_blocking_poll'. (#8735)
f6cda97 : Link to googleapis.dev documentation in READMEs. (#8705)
e9081b2 : Release google-api_core 1.14.0. (#8700)
13eea09 : Update pins of 'googleapis-common-protos. (#8688)
461f2cc : Firestore: Add 'should_terminate' predicate for clean BiDi shutdown. (#8650)
495e5cb : Add compatibility check badges to READMEs. (#8288)
bee4b07 : All: Add docs job to publish to googleapis.dev. (#8464)
6089ed5 : Release api_core 1.13.0 (#8469)
a08f118 : Add client options. (#8265)
64bd7f0 : Release 1.12.0 (#8418)
7515c07 : Core: Mitigate busy reopen loop in ResumableBidiRpc consuming 100% CPU (#8193)
2675514 : Release google-api-core 1.11.1 (#8183)
8c415c7 : Core: Classify 503 Service Unavailable errors as transient. (#8182)
49f2ef5 : Unbreak pytype by silencing a false positive. (#8106)
37a4ac6 : Add parameterized test for from_rfc3339 with nanos (#7675)
f1693da : Release api_core 1.11.0 (#7985)
ba7bfd3 : Refactor 'client_info' support. (#7849)
1f2b658 : Release 1.10.0 (#7814)
0e2f6a3 : Add `user_agent` property to `ClientInfo` (#7799)
ca8822b : Append leading zeros for nanosecond precision DateTimes (#7663)
e6eb1c5 : Release api_core 1.9.0 (#7671)
a009d7f : API Core: specify a pytype output directory in setup.cfg. (#7639)
2576a1b : Allow passing metadata as part of creating a bidi (#7514)
10a694e : Update setup.py
224d893 : Release api_core 1.8.2 (#7549)
0090843 : When re-opening a ResumableBidiRPC set _request_queue_generator to None. (#7548)
a5c7ce2 : Remove classifier for Python 3.4 for end-of-life. (#7535)
d0eca1c : Release api_core 1.8.1 (#7506)
f9e5fca : Adds a ready event to BackgroundConsumer to wait on start. (#7499)
6554c4c : update version in setup.py (#7434)
c30d873 : Release 1.8.0 (#7431)
47a5723 : Add support to unwrap Anys into wrapped pb2 objects. (#7430)
d9c3be1 : Add `Operation.deserialize`. (#7427)
355a4db : Fix new lint failure. (#7382)
a6253d9 : Updated client library documentation URLs. (#7307)
eb20697 : Adjust tag for api_core 1.7.0 release.
2a84032 : Release 1.7.0 (#6936)
7ecf871 : Document Python 2 deprecation (#6910)
5e121ce : Api_core: Convert 'DatetimeWithNanos' to / from 'google.protobuf.timestamp_pb2.Timestamp' (#6919)
9b789b2 : Add usage example for 'google.api_core.iam.Polcy'. (#6855)
b6fb078 : API Core: fix pytype build (#6873)
045a92d : Release api_core 1.6.0 (#6769)
9017661 : Move google.cloud.iam (core) to google.api_core.iam (#6740)
6f4070d : blacken api_core and core (#6668)
df6ae5f : Fix typo (#6532)
27728cd : Import stdlib ABCs from 'collections.abc' rather than 'collections'. (#6451)
3ba7d59 : Firestore: Add Watch Support (#6191)
2873baa : Release api_core 1.5.2 (#6471)
29a7131 : remove hyphen from named extra in api_core (#6468)
4468662 : Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391)
88f9b9b : Avoid broken 'google-common-apis 1.5.4' release. (#6355)
d2557ef : Retry transient errors in 'PollingFuture.result'. (#6305)
9dfc335 : Release api_core-1.5.1 (#6332)
8ac5406 : Back out changes from #6267 / 'api_core-1.6.0a1' release. (#6328)
f121c44 : Don't URL-encode slashes in gRPC request headers. (#6310)
b5bf50a : Release 1.6.0a1 (#6273)
44b7ff2 : Add methods to api_core used by new autogenerator. (#6267)
108f9d4 : Fix branch coverage for un-called callbacks. (#6242)
151a0c1 : Fix import order, appeasing lint. (#6240)
15c0222 : Add / fix badges for PyPI / versions. (#6158)
352242e : Release 1.5.0 (#6220)
66fc180 : Move bidi to api-core (#6211)
9f45e3c : Use new Nox (#6175)
2ab3a09 : Release api_core 1.4.1 (#6133)
53958e0 : Pin minimum protobuf dependency to 3.4.0. (#6132)
0fce637 : Add type-checking via pytype to api_core. (#6116)
58ae90e : Release api-core 1.4.0 (#5922)
2c7f897 : Add grpcio-gcp dependency for API Core and Cloud Spanner (#5904)
0a5c85c : Add support for gRPC connection management (available when using optional grpc_gcp dependency) (#5553)
f1f5f78 : Update classifiers to drop Python 3.4 and add Python 3.7 (#5702)
21bc9ad : Release google-api-core 1.3.0 (#5700)
f09dd04 : Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320)
cf94432 : Release 1.2.1 (#5497)
acd603b : Rename `x-goog-header-params` to `x-goog-request-params` (#5495)
f05cd0c : Make client_info work without gRPC installed. (#5075)
84aab85 : Release 1.2.0 (#5337)
a3c8aa1 : Fix tests after grpcio update (#5333)
b7a522b : Add Test runs for Python 3.7 and remove 3.4 (#5295)
0ada3ac : Release 1.1.2 (#5269)
d65417d : Release 1.1.1 (#5207)
f2a0339 : Use `install_requires` for platform dependencies instead of `extras_require` (#4991)
a7309d7 : Fix bad trove classifier
2b42e29 : Release google-api-core 1.1.0 (#5029)
49ddc9d : Move DatetimeWithNanoSeconds to api_core (#4979)
e197685 : Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)
35e87e0 : Release google-api-core 1.0.0 (#4945)
f41d068 : Make `api_core.page_iterator.PageIterator.item_to_value` public
5606ee5 : Add ability to specify retry for `Operation` and `polling.Future`. (#4922)
c0f12e2 : Normalize all setup.py files (#4909)
5527d2a : Adding `.dev1` suffix for `api-core` and `spanner` after release. (#4750)
72af661 : Release api_core v0.1.4 (#4730)
555d8ce : Revert "api_core: Make PageIterator.item_to_value public. (#4702)" (#4731)
37658c1 : api_core: Add ChannelStub to grpc_helpers (#4705)
64d63ca : api_core: Make PageIterator.item_to_value public. (#4702)
95fb93e : api_core: Fix handling of gapic metadata when specified as 'None'. (#4701)
04c812e : Adding back `.dev1` suffix after #4644. (#4651)
d8af50c : Making `google-cloud-pubsub==0.30.1` release. (#4644)
ad7f591 : Requiring 'grpcio >= 1.8.2'. (#4642)
59b3ea8 : Apply scopes to explicitly provided credentials if needed (#4594)
f6b057d : Add `google.cloud.container` API. (#4577)
a0fd477 : Removing redundant constant. (#4588)
13d8fd2 : Post PR #4559: add back `.dev1` to version numbers. (#4561)
da0e17b : Making new Pub / Sub and API core releases. (#4559)
9623e82 : Requiring latest release of concurrent futures backport. (#4521)
06b7c45 : Move datetime helpers from google.cloud._helpers to google.api_core.datetime_helpers (#4399)
9fde8de : Add client_info to api_core.gapic_v1 __all__, tweak docstring (#4367)
a5ddf46 : api_core: Add routing header (#4336)
4500dc7 : Make gapic's wrapper accept generic metadata (#4339)
fd1d18f : Making a `nox -s default` session for all packages. (#4324)
e971bae : Closes #4319 - shorten test names (#4321)
978c513 : Making release for most packages. (#4296)
acb6e3e : Switch copyright holder to "Google LLC" (#4287)
09a970a : Explicitly marking `google-cloud-core` and `google-api-core` as "dev". (#4282)
6997970 : Cutting version 0.28.0 of `google-cloud-core`. (#4280)
e889ec9 : Release google-api-core v0.1.0 (#4266)
0318550 : Add final set of protobuf helpers to api_core (#4259)
e053eb8 : Remove gapic_v1.method.wrap_with_paging (#4257)
bba7f68 : Port gax proto helper methods (#4249)
e7dad83 : Fix parsing of API errors with Unicode err message (#4251)
6873d14 : Fix bare except (#4250)
d6f65fd : Merge remote-tracking branch 'upstream/master' into bigquery-b2
f2767dd : Fix how api_core.operation populates exception errors (#4231)
cdfa25b : Add google.api_core.gapic_v2.client_info (#4225)
c2d2071 : Replace usage of google.api.core with google.api_core (#4221)
77fb0f2 : Add api_core package (#4210)

+- Project: platform/external/python/pyyaml

5d1ef15 : Add build files for pyyaml
85ce202 : Initial empty repository
8cdff2c : 6.0 release
a4fb55e : Update Python 3.10 versions for Windows build
e45b964 : Add Python 3.10 to tox.ini
4808fba : 6.0b1 release
d5aba40 : Omnibus CI/artifact build update
a6d384c : Various setup fixes
8f3f979 : No longer using appveyor
c274365 : The yaml.load{,_all} functions require Loader= now
2f87ac4 : Add a basic test file for yaml.load and yaml.dump
7bd92df : Makefile tweaks
8f27932 : Fix float resolver for '.' and '._'
575d2f4 : Use with statements to eliminate ResourceWarnings
779bdb1 : Use python3 in the Makefile
a31a4fb : Remove Python 2 support and simplify
fecae10 : Define PyString_GetExact as Bytes
82db283 : Fix warning errors of the libyaml binding
b3d2d67 : Add a test for the YAML 1.1 types
961ce9d : Fix issue with representing Enum types
141afdd : Correct spelling of “hexadecimal”
23120f8 : Update tox.ini
28af8b2 : Remove 3.5 from Appveyor
00be495 : Simplify python_requires
f5bd560 : Remove 2.7 from CI
f20947a : Move code from lib3 to lib
dc0c4c1 : Remove 2.7 support
e5f6dad : Remove py35 from tox.ini
7f35bb5 : Explode multiarch matrix for ML2014/aarch64/s390x
702b176 : Updated the content of the README.md file
99d27e7 : Change README format to Markdown
ee37f46 : 5.4.1 release
2b37f15 : Fix stub compat with older pyyaml versions that may unwittingly load it
58d0cb7 : 5.4 release
a60f7a1 : Fix compatibility with Jython
ee98abd : Run CI on PR base branch changes
ddf2033 : constructor.timezone: __copy_ & __deepcopy__
fc914d5 : Avoid repeatedly appending to yaml_implicit_resolvers
a001f27 : Fix for CVE-2020-14343
fe15062 : Add 3.9 to appveyor file for completeness sake
1e1c7fb : Add a newline character to end of pyproject.toml
0b6b7d6 : Start sentences and phrases for capital letters
c976915 : Shell code improvements
d6572c3 : Remove unneeded quotes
c5fb909 : Use long forms for docker run options
492bcba : Better (non)use of literal form scalars
c851ff7 : Replace ${{ x }} with ${{x}}
13c7aec : Reduce long lines and adjust blank lines for clarity
219fe65 : Don't overindent sequences in maps
6a19fd7 : Rename ci.yml to YAML preferred ci.yaml
4927e75 : Add py29 to tox.ini envlist
89f6085 : Build modernization (GHA, wheels, setuptools) (#407)
3effcec : Update list of maintainers
d0d660d : Add ARM64 jobs in Travis-CI (#366)
538b5c9 : Update announcement.msg
8a01c99 : Move test files back into tests/data/
91bca4b : Update version to 5.3.1
5080ba5 : Prevents arbitrary code execution during python/object/new constructor (#386)
2f463cf : Update announcement.msg
377092f : Changes for 5.3
69b025a : Changes for 5.3b1
4fcdcdb : Add tests for timezone (#363)
96d65f3 : Create timezone-aware datetimes when parsed as such (#163)
49b3548 : tox.ini: passenv = PYYAML_TEST_GROUP
36fdf0c : remove some unused imports (#260)
e1ffe1a : increase size of index, line, and column fields (#310)
f1ab37d : Fix for Python 3.10 (#329)
252b4fe : Document that PyYAML is implemented with Cython (#244)
d137e82 : Use full_load in yaml-highlight example (#359)
a826f54 : Enable certain unicode tests when maxunicode not > 0xffff
0716ae2 : Fix reader for Unicode code points over 0xFFFF (#351)
6549385 : Add use of safe_load() function in README (#285)
03b378d : Allow add_multi_constructor with None (#358)
5a0cfab : Fix handling of __slots__ (#161)
eb459f8 : Fix up small typo
e21af4a : Use `is` instead of equality for comparing with None
de11e43 : fix typos and stylistic nit
a7a9787 : fixup! setup.py: python_requires='!=3.4.*',
039c9eb : setup.py: Remove support for EOL Python 3.4
6544c30 : tox.ini: Add py38 and remove py34
6d854b1 : Travis CI: Test on Python 3.8 production release
15e0e80 : Fix appveyor.yml to use libyaml tag not branch
a5c2a04 : Version 5.2
f4fd3fb : Windows build tweaks
f813bc0 : Changes for 5.2b1
3f3c373 : bump version to 5.2b1
8c5e47f : Move constructor for object/apply to Unsafe
4a31b16 : Change default loader for add_implicit_resolver, add_path_resolver
a5394c0 : Add custom constructors to multiple loaders
8d7a780 : Change default loader for yaml.add_constructor (#287)
8a7d0ed : Update CHANGES for 5.1 (#280)
31f2279 : Fix logic for quoting special characters (#276)
0f64cbf : changes for 5.1.2 release
5986257 : changes for 5.1.1 release
e471e86 : Updates for 5.1 release
9141e90 : Windows Appveyor build
d6cbff6 : Skip certain unicode tests when maxunicode not > 0xffff
69103ba : Update .travis.yml to use libyaml 0.2.2
91c9435 : Squash/merge pull request #105 from nnadeau/patch-1
507a464 : Make default_flow_style=False
07c88c6 : Allow to turn off sorting keys in Dumper
611ba39 : Include license file in the generated wheel package
857dff1 : Apply FullLoader/UnsafeLoader changes to lib3
0cedb2a : Deprecate/warn usage of yaml.load(input)
d13a3d0 : Fix for bug https://github.com/yaml/pyyaml/issues/118
9959328 : Import Hashable from collections.abc
ccc40f3 : Reverting https://github.com/yaml/pyyaml/pull/74
a9c28e0 : Build libyaml on travis
69244c1 : Install cython alongside tox
d76d037 : Force cython when building sdist
d3eb7da : Changes for 4.1 release
4c2e993 : Changes for 4.01 release
f6049c8 : Support escaped slash in double quotes "\/"
e7a2f88 : Drop unsupported Python 3.3
b6cbfee : Test on Python 3.7-dev
801288d : Remove commented out Psyco code
0f2afde : Revert PR #150 per @asomov
a02d17a : Remove redundant code in Scanner.peek_token()
298e079 : Fallback to Pure Python if Compilation fails
802c4a6 : add 3.12 changelog
bbcf95f : Now, for py3k!
517e83e : wtf, how did this typo happen
7b68405 : Make pyyaml safe by default.
d856c20 : Fix typos
ef744d8 : Improve RepresenterError creation
2c55eb6 : Resolves #57, update readme issues link
24979fb : Remove tox workaround for Travis CI
2ed9948 : Use Travis CI built in pip cache support
8bca3eb : Document and test Python 3.6 support
94c3f07 : Reverting README to old copy
c67d8df : Suspicious 'expected an exception' messages trimmed
c60232d : Added emoticon test data files (which will probably break testing)
cf1c86c : First attack at pyyaml does not support literals in unicode over codepoint 0xffff #25
a06c1f6 : A change to a message
c5b135f : Allow colon in a plain scalar in a flow context (#45)
86a29eb : Install tox in a virtualenv
2414cad : Add Travis Support
a27099b : Ignore common build/runtime artifacts
bdf0794 : Add a tox.ini to run tests
93694d3 : Added tag 3.12 for changeset 823acfc7b4ff
7e026bf : Updated README and announcement.
eb9932a : Fixed handling --verbose flag in the test appliance.
ca0ed1f : Corrected libyaml definitions in _yaml.pxd.
16bd7d0 : Improved check for CPython (fixes issue #58).
153a194 : Adding an implicit resolver to a derived loader should not affect the base loader (fixes issue #57).
c95586c : Uniform representation for OrderedDict (fixes issue #61).
f10d92f : Fixed comparison to () (closes #64).
d737907 : Fixed comparison to None warning (closes issue #64).
7eeba34 : removed a test which fails when wheel is imported.
7bd6e03 : Support for wheel packages.
491508b : Raise an error when test suite failed.
a57fe5c : Dropped pyrex build support; Cython now supports Python 3.
53b4c07 : Bumped the version number.
2c225b2 : scanner: use infinitive verb after auxiliary word could
a0c9902 : Removed invalid simple key assertion.
0f734fc : Added tag 3.11 for changeset b361458ecb13
96ee4cb : Bumped the version number.
b6c388a : update tags
9453e0a : Removed build options for 2.3 and 2.4.
af4ffe0 : Updated the announcement.
644385b : Dropped support for Python 2.3 and 2.4.
b1c7014 : Updated the changelog and bumped the version number.
7e1b5fa : Clear cyclic references in the parser and the emitter to avoid extra GC calls.
23c952f : Do not attempt to build extensions on platforms other than CPython.
20609ed : Removed python-porting from the announcement list.
1626bb3 : Fixed tests on the Windows platform.
3889e35 : Fixed another encoding issue.
03b28d0 : Minor formatting cleanup.
50bc638 : Fixed Python 3.1 incompatibility issues.
b3c9435 : Preparing the next release.
b8b826f : Fixed sorting of dict.keys() generator.
583ea8a : Added a note that Python 3.1 is supported.
ed9cd1b : Merged some bug fixes from lib to lib3.
335c344 : Fixed a problem with a scanner error not detected when no line break at the end of the stream.
51fd5cb : Fixed a typo in docstring.
fa14e18 : Fixed emitting of invalid BOM for UTF-16.
706e36a : Fixed a problem when CDumper incorrectly serializes a node anchor.
59bb2df : Removed obsolete 'package_dir' line.
7e04691 : Fixed the Pyrex implementation of Mark class.
6483cb7 : Fixed a bug where folded scalar emitter did not respect the preffered line width (Thanks ingy for the report and the patch).
08a55b9 : Added a workaround against #116 (Thanks Andrey Somov).
b8f1953 : Restored Mark implementation in C as using the Python class causes a significant performance hit.
6f51a53 : Fixed a typo in the attribute name (Thanks ingy).
466bc38 : Added a MS VC 6.0 compatibility hack against Cython-generated C sources.
f18dbe7 : Added directories lib/yaml and lib3/yaml to MANIFEST.in.
6a62e8e : Final touches before the release.
e2bf4f3 : Minor compatibility fixes.
bf272b0 : Fixed str/bytes issues with Python 3 in _yaml.pyx.
5f5e9a9 : Handle the encoding of input and output streams in a uniform way.
7d5f945 : Use Cython if available; added Python 3 support to _yaml.pyx.
ab8d940 : Share data files between Py2 and Py3 test suites.
ca836ef : Fixed the remaining Python 3 compatibility issues.
235ab98 : Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(dot)net).
1310c51 : Added CHANGES; updated the announcement; wording fixes in setup.py.
8e88d11 : Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' message in setup.py.
1e84230 : Fixed an issue with ReaderError generated by the LibYAML wrapper.
aff84ff : Refactored the test suite; updated include and library paths in setup.cfg.
a667b61 : Bumped the version number.
5413848 : Emit an explicit document end indicator when there is a possibility of ambiguous parsing.
93f64d3 : Fixed test errors for LibYAML bindings; added a test on emitting nodes in all possible styles.
7baeadf : Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests.
4cc504a : Fixed a bug in CDumper when ascend_resolver() is never called.
59f1f45 : Refactored whitespace combination detector in the scalar analyzer: support dumping '^ <break> <space> ...' in the block style.
3acc330 : Fixed typos in attribute names (Thanks to ingy).
9027393 : Added a comment on Python 3 support.
5d2ae6b : Added trove classifiers for supported Python versions.
6282bda : Fixed a problem with emitting block scalars (thanks to Andrey Somov): no longer emit indentation spaces when they are not needed; emit the correct number of leading breaks for folded scalars; emit the '+' chomping indicator for a single break scalar.
b78e494 : Removed unused variable.
d41df6a : Removed a stale comment; fixes #102.
3ea3d11 : Pretend that PyYAML is a pure Python library when the LibYAML extension is explicitly disabled.
0415f86 : determine_chomp -> determine_block_hints
ec77e13 : Permit emitting block scalars with leading spaces or breaks.
9768bab : Fixed the distutils script to run when installed using easy_install and Pyrex is available.
2b9937b : Final touches in README.
5d943d1 : Dropped tests from the source distribution since LibYAML bindings do not pass them; updated README and announcement.msg; renamed 'yaml.__libyaml__' to 'yaml.__with_libyaml__'.
f13e492 : Python 2.3 and win32 compatibility fixes in setup.py.
c0d6133 : Check if libyaml is installed before attempting to compile the libyaml bindings.
4692b60 : Added the script tests/test_all.py.
be82996 : Dropped setuptools-based setup.py in favor of custom distribution and build_ext command.
72189ab : Fixed include_dirs and library_dirs for the Windows build.
48da808 : Updated the manifest file.
9bc5618 : Updated announcement.msg.
f20210c : Added attributes ``yaml.__version__`` and ``yaml.__libyaml__`` (fixes #85).
61e06c4 : Added a setuptools installer 'ez_setup.py'.
ffb4666 : Updated Makefile to use 'setup.py --with-libyaml'.
c61d0ce : Updated README, announcement and MANIFEST files for the 3.06 release.
938ef71 : Updated setup.cfg to use the stable branch of libyaml; added Python 2.6 options.
3ded207 : Added a test for single dot being a float bug.
a69b98b : Use setuptools for setup.py. Dropped setup_with_libyaml.py; to build libyaml bindings, use --with-libyaml.
487ac91 : Fixed Python 2.3 compatibility (thanks to Julian Scheid for suggestion).
09e388a : Added a YAML lexer for Pygments.
073f08e : A single dot is not a float value (fixes #62).
046f114 : Make compose() and load() ensure that the input stream contains a single document. Fixes #54.
7b600d3 : Fixed _yaml.pyx to work with the latest Pyrex.
93ec8bc : Added the setup.cfg options for building PyYAML Windows installer.
e1d133a : Update the package version.
804f9d8 : Prepare the 3.05 release.
dafd164 : Allow for immutable subclasses of YAMLObject. Fixes #53.
69379ea : Make the encoding of the unicode->str conversion explicit; fix [52].
9eb838b : Fixed a problem when the DOCUMENT-END event is not emitted until the beginning of the next document is available. Fixed #51. Thanks edward(at)sweetbytes.net for the bug report.
96fcba3 : Improve output of float values. Fix #49.
e5059a1 : Add the tests for checking the libyaml bug.
04ff8e6 : Fix the bug when the `path` in `add_path_resolver` contains boolean values. Fix #43 (thanks to jstroud(at)mbi.ucla.edu for reporting and pointing to the cause).
21483f2 : Use the types module instead of constructing type objects by hand. Fix #41. Thanks to v.haisman@sh.cvut.cz for the patch.
ed79023 : Fix loss of microsecond precision in datetime.datetime constructor (fix #30). Thanks to edemaine@mit.edu for the bug report and the patch.
cc9c738 : Fix loading an empty YAML stream.
fb2fd2a : Amend the announce message.
be67e2d : Update README and the announcement message.
320c697 : Fix makefile and add setup.cfg.
b4643e7 : Fix a test to work under Python 2.3.
1710a8d : Preparing the next release.
8f9b8be : The 'N' plain scalar was still recognized as ``!!bool``. Fix it (close #26).
29413ea : Fix timestamp constructing and representing (close #25).
17fa129 : Completely rewrite the libyaml bindings.
8b083c6 : Subclass all base classes from `object`.
2e6c774 : Fix a bug when a block scalar is incorrectly emitted in the simple key context.
e4c1238 : Update libyaml bindings.
056fe5c : Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not correctly handled.
6743cf6 : Update PyRex based bindings to libyaml to include Parser functions.
95c8976 : Fix some minor issues with the new Parser.
63fa1bd : To make porting easier, rewrite Parser not using generators.
27de2ba : Fix invalid output of single-quoted scalars in cases when a single quote is not escaped when preceeded by whitespaces or line breaks. (Fix #17).
92243c6 : Trying to make libyaml bindings faster.
4b48dcf : Add pyrex-based bindings for the libyaml scanner.
47b72d2 : Preparing the release: PyYAML-3.03
72992fe : Fix a typo in a plain scalar scanner.
bcfc0b6 : Fix several problems caused by ill-formed documents.
d01a85f : Add ind and qnan values to a float test.
e51f97d : Optimize slightly the float constructor.
a109c6b : Add a test case belonging to the previous commit.
500659d : Revamp the inf/nan handling again.
ee2fb1c : Add a test case for #15.
149a437 : Fixed #15 (pyyaml discards '-' sign on negative floats). Thanks to alex_(a)_alexmole_(o)_co_(o)_uk for reporting the bug.
810977b : Dynamically determine the inf and nan values. Should fix #14. Thanks to Scott Daniels for the report and the patch.
eefe5f7 : Final touches before the release.
da8f3ca : Preparing the next release.
f87fec8 : Rename yaml-hl to yaml-highlight.
6fc24b4 : Load yaml_hl.cfg from the script path.
c3ab1fb : Add the announcement message.
d694099 : Remake the YAML highlighting example.
9bd0b4e : Fix a bug in add_path_resolver: map -> dict.
8f22ae6 : Final touches before the initial release.
43ffedd : Allow first=None for add_implicit_resolver.
dd2da8a : Fix a bug in a test.
74f8caa : Fix #11 (Thanks to edemaine(at)mit.edu).
80ba450 : Add a way to override default style chosen by Representer: fix #9
cd21dc6 : 1e30000 => 1e300000
410d822 : Prepare setup.py for release. Fix #7.
fc01755 : Raise an error for colons in the flow context.
e8eed63 : Sort object attributes.
c87ce16 : Add support for pickling/unpickling python objects.
cce1516 : Fix !!python/name for Python 2.3. Clear the yaml module namespace.
93bb470 : Fix yaml-hl to use the new API.
89cc4e3 : Add more unit tests.
80ed3f1 : Fix bugs in emitter and representer.
c9aec90 : Add support for recursive nodes to Composer. Constructor does not support recursive objects though.
95b3cef : Add more unit tests for error messages.
24f8ae0 : Rename error-message to loader-error and add new examples.
19e134b : Add constructors for some simple python types.
ea23091 : Fix #4 (Thanks to murphy(at)rubychan.de)
b12e7fe : Refactor resolver.
6a97abb : Major refactoring.
fcf5d61 : Fix allow_unicode (ticket:3).
cc316a4 : Implement yaml.dump().
2d457ba : Emitter is done!!!
01b5e19 : Working on emitter: implement the state machine.
268bb76 : Add style information to events generated by Parser.
be2d198 : Fix the project url.
3aa5584 : Fix a test.
d2e8000 : Add an example: yaml highlight script.
8973bb4 : * Add the token STREAM-START. * Add parsing events: STREAM-START, DOCUMENT-START, DOCUMENT-END.
6548cd6 : Loose indentation rules for the following cases:
14ed697 : Back to work :). Rename markers to marks.
7c384c7 : Rename pyyaml-ng to ppyyaml to make it simpler.
4c570fa : Move pyyaml3000 to a separate directory.

+- Project: platform/external/python/setuptools

7d04c28 : Update setuptools OWNERS
adad21e : Upgrade to setuptools 61.1.0

+- Project: platform/external/python/timeout-decorator

12b00c2 : Add build files for timeout_decorator
ffe302e : Initial empty repository
9fbc3ef : Roidelapluie functionkwargs (#65)
3c4bad7 : Fix a bug when using a custom exception with a custom exception message. Also remove tests for Python 3.2 and 3.3. (#55)
14d8ddb : Update README to be updated with Python 3
2bc336d : Bumped version to 0.4.0
0520e00 : Can set exception message in decorator.
2b9b476 : Can set exception message in decorator with Travis CI fixes.
fc25e49 : Travis CI fixes 2.0
2179ba6 : Travis CI fixes
01d10d2 : Updated .gitignore to ignore .vscode/
78a80a1 : Can set exception message in decorator
fb7b6e9 : fixed an issue where the _Timeout was called
5c94fb6 : Added unit test to cover class method case
f51f52d : Fixed an issue for decorating class methods
d790f5d : Update README.rst
8e3c852 : Add ability to specify what exception gets raised
701bddd : Add additional python versions to unit testing
9565d41 : Added object baseclass for _Timeout class.
f61bfff : Bump version!
560b2eb : Timeout can be fractional seconds.
463d044 : Add a test for sub-second timeouts.
5a372d1 : Use setitimer to get sub-second timeouts.
1a765a7 : Bumped version to 0.3.1.
0d40f75 : PEP8
b7e2b73 : Fixed issue with PicklingError causes the timeout to never be reached.
e2f68c4 : Update .travis.yml
b1edeea : Added optional threading support via python multiprocessing. Switched to pytest test runner
803297e : Unset alarm before removing SIGALRM handler
e880269 : increment version number
1176348 : Add README.md that's missing from the 0.2.0 release
3fb758c : renamed to requirements.txt
f92e5fc : attempting auto-deploy again
6663d62 : Rename requirements to requirements.txt
e4d4983 : Update setup.py
e5a7a44 : auto-deploy with travis
641ac2d : Make timeout error an assertion error, not just any old exception
44fece6 : Update README.md
d14594e : cleanup requirements. Failing on travis for python3
da6034b : added travis
9f302a4 : update long_description
d13b00a : Delete LICENSE
467ff18 : Update README.md
9368a6f : Update and rename README.rst to README.md
e7dfe05 : Use functools.wraps in decorator
187ee34 : Add support for timeout in function kwargs
3e1b452 : Update README.rst
0f6979e : incorrect webpage
e014d7c : rst error
5b28cdc : added README
6f816d3 : added py
7817e05 : added test
99ccbe5 : preparing for pypi
cae118e : init
577b4ec : Initial commit

+- Project: platform/external/python/typing

43ccf1c : Add an init file to make it a module and handle versioning
20e841c : Add build files for typing_extensions
9169152 : Update the statuses of the typing PEPs (#1128)
f75a81b : Initial empty repository
f9d3181 : Don't list specific bugs with union short-hand syntax (#1119)
5eed34c : TypeAlias can now be used, add guidance (#1116)
db20497 : Add assert_type (#1103)
07fb800 : LiteralString, NotRequired, Required will be in 3.11 (#1110)
3bcfc9e : test_typing_extensions: fix lint (#1111)
0ca0e45 : typing-extensions: Drop Python 3.6 (#1104)
95c9c2b : Improve distribution package (#1097)
02d79c2 : Document how to test type annotations (#1071)
1cb25b8 : Improve release instructions (#1078)
b5dadf1 : Prepare release 4.1.1 (#1077)
83ed5bf : Fix Python 3.7.1 and run more versions in CI (#1076)
16cf672 : prepare release 4.1.0 (#1072)
e982c96 : Built-in generic now work without limitations (#1068)
9403ccf : PEP 646 implementation (#963)
46094aa : Add guide to unreachable code (#1065)
77e7937 : Update stubs.rst (#1069)
773f759 : PEP 655 Add interaction with __required_keys__, __optional_keys__ and get_type_hints() (#1057)
f6e8272 : add LiteralString (PEP 675) (#1053)
a53957c : Add Never and assert_never (#1060)
c1db137 : PEP 681 is still draft (#1064)
a45c7e9 : Update list of PEPs (#1063)
31c318d : ParamSpec: backport bpo-46676 (#1059)
eeb29ad : Add typing_extensions.reveal_type (#1055)
59e5918 : add dataclass_transform (#1054)
c811923 : Add a note about modules that should not be included into stubs (#1019)
3b53f01 : Annotated: backport bpo-46491 (#1049)
523cf02 : PEP 655 Add `Required` and `NotRequired` to `__all__` (#1031)
d7d91a9 : Backport tests from `test_typing.py` (#1028)
86fab75 : @final: backport bpo-46342 (#1026)
465953f : Update tox config to add Python 3.10, support PEP517 build-backend (#1018)
c6ce6b1 : Add is_typeddict from Python 3.10 (#1016)
0c397ed : Remove obsolete note (#1025)
d06c813 : Don't increase the major version when dropping support for a Python version (#1024)
90b03ab : Update workflow file (#1017)
a7a8d48 : Fix PEP number for `TypeAlias` (#1008)
def3e45 : Fix link (#1007)
2370371 : Suggest to use `_` prefix for stubs-only types (#1005)
fbd81cd : Create .editorconfig (#998)
4589570 : Script to mail regular issue summaries to typing-sig (#929)
ae26334 : Improve TOC structure (#988)
9c7e30b : Modify docs to comment out unpopulated toctrees (#987)
80cfad0 : Initial full TOC structure for typing docs content (#919)
ad6d085 : Add `NoReturn` to `__all__` (#983)
a237146 : prepare release 4.0.1 (#974)
0c8e55f : Vendor typing._SpecialForm to fool typing._type_check (#966)
273fe26 : prepare changelog (#969)
345e892 : Link to English version of Pycharm's landing site (#967)
caa9cdf : Rename src_py3 to src (#965)
28b64f4 : Required/NotRequired: fix typo (#962)
fefa535 : Link fixes (#952)
93a51a6 : Update typing-extensions README (#951)
37aa31f : Documentation: Add links to typing PEPs (#949)
97d466f : Add `Self` type to the README of typing-extensions (#942)
b53cb9a : prepare release 4.0.0 (#941)
1d1270e : Create issue templates (#921)
5c98e79 : Add PEP 655 Required and NotRequired to typing_extensions (#937)
1118e9d : Make library guidelines checker agnostic (#934)
60aa1e2 : Add PEP 673 Self type (#933)
8fd49b5 : Use unittest for testing instead of pytest (#935)
6992984 : Clean-up `typing_extensions` -- `typing_extensions` (#932)
d298120 : typing_extensions: Drop Python 2.7, modernize build (#931)
7d797ba : Use Semantic Versioning for typing_extensions (#907)
6eebf9f : Fix link in README (#918)
1fe5d43 : Move individual pages from toplevel docs (#916)
e3bbd5e : Upgrade Sphinx (#917)
85ce96b : Convert libraries document to ReST (#904)
796a0b6 : Check with stable Python 3.10 (#902)
5cc1d2c : Drop Python 2 support for typing_extensions (#893)
17fe6c4 : Remove typing backport (#882)
0a9ee8f : typing_extensions: Drop support for Python 3.4 & 3.5 (#881)
1d8fb26 : Add "Typing Guidance for Python Libraries" document (#889)
409715f : Git ignore .venv* and venv* directories (#888)
9f0f1b6 : Fix and clean up CI script (#876)
829eb41 : Add caching to the GHA workflow (#880)
f530b8c : Remove two obsolete scripts (#879)
a4757c6 : Remove the drafts directory (#878)
68e7cb7 : Fix linting (#875)
6a6f807 : Switch pipeline to Github Actions (#866)
f3d3d05 : don't use custom _ConcatenenateGenericAlias for 3.10 (#870)
7552efe : prepare release 3.10.0.2 (#873)
58de2e9 : Fix tests for 3.10rc1 and up (#872)
af13555 : fix _GenericAlias import (#871)
c1cbcac : Fixes crash on Python3.10-beta.2 and typing_extensions@3.10.0.1 (#869)
ec052c3 : Fix linter warnings (#868)
3ed2adb : Update supported features (#855)
7d2fae8 : prepare release 3.10.0.1 (#863)
01b0368 : Linkfixes (#857)
7d47c9f : Rework README (#853)
651cb58 : Rename the documentation (#854)
c7c30c8 : Link to discussion forums (#852)
ce2ea20 : Various improvements to the Type Stubs document (#846)
f5bc93a : Link to the typing module docs (#849)
b4ea885 : Build the docs when a PR is created (#848)
9e1e447 : Move the typing tools section to the index (#847)
82b3940 : Ignore venv and README when building docs (#843)
d7f07b7 : Add type stubs document (#844)
421e0a4 : Add docs/venv to .gitignore (#841)
f36dc8d : Replace deprecated unittest aliases (#836)
0fc0eda : Add docs build options and theme requirements (#818)
a114379 : Support most use cases for PEP 612 with Generic (#817)
2de0a93 : Initial sphinx docs setup (#814)
c4191ac : Add a missing comma to `__all__` (#808)
fcc7df6 : add CONTRIBUTING.md (#806)
edd78b2 : prepare release 3.10.0.0 (#805)
c33fe16 : Implement TypeGuard (PEP 649) (#803)
4ba98e8 : backport ParamSpecArgs/Kwargs (#798)
40932e3 : Fixed required/optional keys with old-style TypedDict (#778)
6a2a490 : Bring in protocol’s __init__ behaviour same like in python > 3.8 (#780)
c23141f : Support PEP 612 in typing_extensions (Python 3) (#774)
dacb6b0 : also run python 3.9 in CI (#796)
ea7f88e : Add OrderedDict to typing_extensions (#791)
c487c47 : Only allow installing this package for Python 2.7 and 3.4 (#784)
b364d78 : Document availability of Annotated (#790)
c7a981a : Update test_typing_extensions.py (#773)
b5c0b6d : Apply get_args fix from bpo-40398 to typing_extensions (#770)
27147f8 : Fix tests failing with 3.10.0a2+ (#768)
95d6776 : Fix stray close paren
fd421e9 : Update README
5d2f3b1 : Disable 3.5.1 build -- can't install psutils needed by pytest-xdist
9980493 : Bump typing_extensions version to 3.7.4.3
ec6b0b6 : Remove extra 'use' in readme (#748)
ffebbec : Revert last two changes; bump version to 3.7.4.3
c850161 : Bump version to 3.7.4.2
0b0e248 : Disallow installation on 3.5+
520d31b : Add tox.ini for typing_extensions (#733)
6d287f0 : Add PEP 613 TypeAlias to typing_extensions (#732)
8c78fa7 : Make tests for Annotated work with Python 3.9 (#731)
d7d8b3d : Remove Python 3.3 from tox.ini (#730)
08a537d : Fix flake8 failure by using Python 3.8 (#725)
5848903 : Add SupportsIndex, added in Python 3.8 (#724)
6660133 : Update package metadata (#722)
d79edde : Bump typing_extensions version to 3.7.4.2
15e5396 : Fix ForwardRef hash and equality checks (#704)
e796957 : Fix required and optional keys inheritance for TypedDict (#700)
fdc9359 : Replace asyncio.coroutine with async-await (#702)
f3e77b4 : Reuse stdlib PEP 593 implementation in typing_extensions if present (#699)
6d84d28 : Add .vscode and .egg-info to gitignore (#701)
7e354ef : Backport get_origin() and get_args() (#698)
8280de2 : Add clarification to package description (#691)
2b4749c : Track optional TypdeDict keys (#687)
dd00995 : Accept arbitrary keyword names in NamedTuple() and TypedDict() (#686)
c943372 : Bump typing_extensions version (#683)
53e7d27 : Add missing objects in typing_extensions/README.rst (#678)
7c00cac : Bump version to 3.7.4.1 (#670)
a522554 : Fix isinstance() with generic protocol subclasses after subscripting (#669)
00522c4 : Try fixing Travis build (#666)
6f7daad : * fix tests for non-default interpreters (#662)
f254d69 : Use environment marker to specify typing dependency (#661)
f4e7b23 : Fix unions of protocols on Python 2 (#654)
27f2e42 : Bump typing_extensions version and typing dependency version (#652)
baf63c5 : Bump version to 3.7.4 (#651)
f63829c : Fix subclassing builtin protocols on older Python versions (#650)
537a104 : Move Protocol, runtime_checkable, Final, final, Literal, and TypedDict to typing (#649)
20d1f1b : Add support for Python 3.8 in typing_extensions (#647)
3e2de08 : Unify the implementation of annotated in src_py2 and src_py3 (#642)
389666f : Add Annotated in python2 (#640)
859f57f : Pep 593 py3 (#639)
e58d2bf : Drop support of Python 3.3 (#633)
cbca0d1 : [typing-extensions] Simple implementation for IntVar (#631)
3a50379 : Add a python 3.7+ version of Annotated to typing_extensions (#1014) (#632)
7a16042 : Add SupportsIndex (#630)
6e6e4dd : Add TypedDict to typing_extensions (#628)
ccf2026 : .travis.yml: The 'sudo' tag is now deprecated in Travis CI (#625)
d687819 : Add Final to the README (#619)
1f49677 : Run the tests using the current Python executable (#615)
4e42809 : Fix GeneralMeta.__instancecheck__() for old style classes (#613)
1be6269 : Bump typing_extensions version (#605)
e538a6a : Add Literal[...] types to typing_extensions (#591)
9443f26 : Fix instance/subclass checks of functions against runtime protocols. (#580)
33e4143 : Bump typing_extension version (#587)
09ed108 : Improve PyPI entry for typing_extensions (#586)
c6c7dfd : Add Final to typing_extensions (#583)
d6631e8 : Bump version to 3.6.6 (#581)
140a75a : include license file for typing-extensions and in wheels (#571)
af7a3c9 : Fix IO.closed to be property (#576)
ff2084e : Backport Generic.__new__ fix (#560)
67cf5fd : Bump typing_extensions version before release (#558)
8e32dc3 : Add missing 'NoReturn' to __all__ in typing.py (#545)
435b294 : Add annotations to NamedTuple children __new__ constructors (#454) (#537)
dbac8c2 : Fix typing_extensions to support PEP 560 (#549)
fcb6f4c : Fix for issue #524 (#527)
7d7ffcd : Pass *args and **kwargs to superclass in Generic.__new__ (#517)
ae9f5ed : Bump to version 3.6.4, and add some notes about versions
408e7bd : Fix interaction between generics and __init_subclass__ (#507)
90647e2 : Fix protocols in unions (runtime problem) (#504)
5911b7e : Fix interaction between typing_extensions and collections.abc (#503)
2613161 : Override subclass check for the singledispatch library (#486)
cca58ee : Fix copying generic instances in Python 3 (#502)
98db8a4 : Add MANIFEST.in to typing_extensions and bump version (#476)
a79c98c : Switch to setuptools in typing_extensions (#474)
e496dd3 : Update version in setup.py, fix typo, and update contact e-mail (#473)
44128f1 : Minor style change in typing_extensions tests (#472)
5841d9b : Add class Protocol and @runtime to typing extensions (#464)
468b3fe : get_type_hints(): find the right globalns for classes and modules (#470)
cc89ce8 : Document the workflow for publishing wheels (#461)
e30fd55 : Make sure copy and deepcopy are returning same class (#460)
4e7c4b6 : Update pytest and pytest-xdist versions (#462)
a84d7ad : Bump version to 3.6.2 and use setuptools instead of distutils (#453)
59c0987 : Add typing extensions (#443)
2b6932a : Speed improvements for typing (#439)
b11fbed : Remove Python 3.2 from .travis.yml (#444)
eb96eb7 : Add gitter chat icon (#440)
74bc3ee : Add AsyncContextManager generic class (#438)
47e0860 : add typing.ContextManager on all supported Python versions (#422)
d9e477e : Apply changes made by Serhiy in CPython repo (#419)
53679b1 : Add missing classes to __all__ (#409)
c86f9bf : Rename SlotWrapperType to WrapperDescriptorType (#408)
ffb0caf : Prohibit '_source' as a method name in NamedTuple (#407)
7dfedb2 : Add missing mod_generics_cache.py to MANIFEST.in (#406)
48082ad : Add NoReturn type (#397)
c5f842d : Fix ReST syntax in README.rst
f264669 : Release 3.6.1, drop 3.2 support
eaf73ab : Explain PyPI release workflow
ad956f4 : Remove duplicate test in AnyTests (#398)
b185b8d : Fix typo in NamedTuple docstring (#396)
78fab13 : Prevent ABC registry being wiped out by new __setattr__ (#394)
07fdb60 : Treat subscripted generics as "proxies" for original class. (#393)
c53963f : Fix name and imports for test module mod_generics_cache.py (#390)
370a137 : Add some tests based on coverage report: Part 2 (#375)
58c86ad : Optimize ABC caches (#383)
d6390f3 : Add typing.Counter and typing.ChainMap (#366)
33560c8 : Allow overriding some methods in NamedTuple (#370)
2d85d8c : Compactify get_type_hints code (#388)
440dcde : Make get_type_hints not throw an error on builtin methods (#368)
1229efb : Prepend bases on first subscription (#386)
d149ce7 : Add some tests based on coverage report: Part 1 (#373)
75380ac : fix running tests directly in py2 (#382)
d1e1860 : Allow istantiation of Deque and DefaultDict (#381)
239b3a3 : Clarify the role of mod.py files (#376)
abfdf49 : Fix hash of GenericMeta classes (#371)
27f6d63 : Fix deprecation warning in tests (#365)
961ebc6 : Raise AttributeError on name collision in NamedTuple (#364)
6e337a8 : Allow defining methods in NamedTuple class syntax (#362)
a15575f : Align continuations in tests
ff49655 : Adopt 90-character long line checks
1fbe5f0 : Removed unused assignments in tests
8a38e1b : Missing spaces after commas in tests
e9e8899 : Remove spurious space around argument defaults in tests
3af51fa : Remove unused names from tests
5a2ab63 : Fix type comment indentation in nested class
f5b2a0c : Fix missing whitespace on module-level in tests
b71afa7 : Enable flake8 for test_*.py on Travis CI (#361)
177d671 : Update README.rst to clarify provisional status
8d28131 : Fix if statements with ambiguously indented bodies (#360)
1830f2e : Fix visual indent (#359)
17e1b5b : Use canonical "is None" checks instead of "== None" (#358)
6590133 : Remove unused `enumerate()` call (#357)
e62cd7c : Only upgrade pytest on Python 3.3+
5ed8c89 : [flake8] whitespace changes
2f5d978 : Very minor changes to AsyncGenerator (#356)
56abd8f : add AsyncGenerator (#346)
8b71862 : Point at the latest 3.x docs in the URL on the PyPI
e081e9a : Add "3.6" proper and "3.7-dev" to .travis.yml
fed24d2 : namedtuple: add defaults to the Python 3.6 syntax (#338)
5937829 : Fix edge case in comparison of Union, patch by Spiro Sideris (#350)
093982a : Allow GenericMeta as a parameter for generics (#349)
1f24f8e : Enable weak references to typing types (#348)
5c55c81 : Alias _field_types as __annotations__ on NamedTuple subclasses (#344)
093ad88 : Make public and document GenericMeta (#340)
e3ec7cc : Add typing.Deque (#354)
60c8fc7 : Bump version to 3.5.3.0 and add 3.6 support.
c2db22c : Clear class variables created from __slots__ (#334)
67d3b42 : Improve docstrings and error messages (#331)
1881ffd : Fix isinstance() for Protocols (#330)
e3aafd8 : Improve some tests using assertIs (#329)
4327f9b : Allow keyword syntax for NamedTuple (#321)
2e42212 : Re-evaluate forward references if non-trivial localns is given (#328)
c8f9863 : Kill __forward_frame__ (#327)
98bd328 : Backport _cleanups to Python 2 (#326)
01900fb : Add cleanup handles for _tp_cache (#325)
aaeaa9c : Avoid crash in test_typing in refleak hunting mode (#324)
cf7ba5d : Prohibit Callable[[...], X] (#320)
3777afc : Abandon ChainMap (#319)
acb470a : Fix get_type_hints for builtins (#318)
b75073d : Fix exception for invalid objects in get_type_hints (#314)
a2a4c96 : In TextIO, 'errors' is Optional (#317)
3fffbbe : Add 3.6-dev to .travis.yml (#316)
74b096f : Add Coroutine generic ABC (#312)
930109d : Fix the problem with copy and deepcopy; also improve pickling a bit (#311)
50d2b4d : Refactor Union, Tuple, and Callable (#308)
3ca1682 : Also copy test_typing.py to mypy repo.
d2cb8b8 : Two naive scripts for updating the copies in CPython and mypy.
f9b0200 : Two minor fixes (#305)
f99682f : Skip some tests if asyncio is not awailable (#304)
6ce11ec : Fix broken indent (discovered by downstream)
a38bdac : A real fix for issue #250 (failure with mock) (#295)
8988cd9 : Alternative (simpler) repr for generics (#296)
4425da9 : Remove ByteString.register(memoryview). See http://bugs.python.org/issue28339
126d3be : Add more tests for ABC behaviour of typing classes (#294)
2dbf3fd : Add a (somewhat simple-minded) cache to the Python 2 version too. (#291)
a5d54a7 : A quick fix for http://bugs.python.org/issue28339 (#289)
185df0a : Follow up for #283 (response to comments) including change in Union[X, Any] (#288)
83d4b71 : Include __extra__ base in generics MRO (#287)
6f0ba61 : Bump version to 3.5.3.dev
7baf6fe : Kill __subclasscheck__ (#283)
56e6d65 : New backward-compatible NamedTuple (#282)
c9d303d : Make no_type_check apply on classes too (#281)
2dd068b : Copy ClassVar upstream (#280)
a1952c4 : Type should not inherit from type. (#267)
4a6885a : Add Collection to typing (#265)
3260042 : Add 'FrozenSet' to __all__ (#261)
5178ebe : Avoid crash in _get_type_vars() for Callable's '...'.
41a8509 : Conventions for variance terminology (#257)
bbbc35e : Update README.rst (#255)
5005de8 : Remove the dict constraint in ForwardRef._eval_type (#252)
26ebf93 : Change "the PEP 484" to "PEP 484". Widen scope of "to do" label.
e5960b9 : Update and clean readme (#244)
629da31 : Remove redundant copies of the PEPs here.
28c3d32 : Add explanation of singletons in unions to PEP484 (#240)
e55cbc4 : Add the Python 3.5 trove classifier (#235)
1e4c0ba : Bump version to 3.5.2.2.
600c07f : Add TYPE_CHECKING constant. Fixes #230. (#234)
8ab2166 : Allow functions as Union arguments. Fixes #229.
6493fd5 : The type of an empty tuple is spelled Tuple[()]. Fixes #231.
7c247da : Fix an indentation error in the rST for NewType (#232)
807d3a9 : Add NewType (#226)
ee81f39 : Typos, rst formatting and a minor addition to PEP 483 (#227)
dfa9eb8 : Add Type and ContextManager to list of everything in typing.py.
4f36abf : Pull in final fixes from typec2 branch.
6cda9b8 : Add annotation to async def example.
5f56889 : Add Type to __all__.
09f9cab : Add Type[C] "implementation" (#224)
c532807 : Short subsection on annotating coroutines (#225)
f30ced1 : Improve wording on covariance of Type[] (Ivan L, #107).
39c07e8 : Add text about Type[C]. (#218)
6ab3abc : Stop generic subclasses from inheriting __extra__ (#223)
111d8f4 : Add Ivan as co-author.
a9d82d4 : Generics and variance sections of PEP 483 (#219)
6f0917d : First half of a serious style/grammar editing pass on Ivan's text.
efad919 : PEP 483 text update by Ivan Levkivskyi (#217)
f0ed85c : Corrections according to comments
9aaf8da : Initial minor improvement to PEP 483 (#215)
ac1cc5f : Add copies of PEP 482 and 483 here so we can work on them.
1bffbf6 : Fix word duplication.
6e824a1 : Be more precise about types vs. classes (#214)
580b404 : Rip out the promotion from bytearray/memoryview to bytes. See http://bugs.python.org/issue26800.
5512d3e : Set version number to 3.5.2.dev (in master).
13f9730 : Python2 specific asserts (#206)
e599f84 : Replace assert statements with self.assertXxx() calls (#205)
a22b68e : Consider ellipsis in TupleMeta.__eq__ (#201)
88a0ac6 : Port ContextManager from cpython repository (#199)
fa78d52 : Make get_type_hints() always return None. Fixes #183.
6da9fc2 : Add Text alias.
4cbbad0 : Make ItemsView derive from AbstractSet, not Set (which is the concrete set).
2009065 : Add Text alias (str in PY3, unicode in PY2).
3749d1f : Add DefaultDict.
f427871 : Clean up whitespace (CPython is picky about this).
c85a962 : Update the section on type erasure to disallow Node[int]() -- you must use a type alias. Fixes #79.
7b43ada : Add DefaultDict to typing
91f7ac5 : Use collections.abc.Reversible if it exists
e0d1c5d : Improve speed of Generic.__new__. Both PY2 and PY3. Fixes #196.
baf2d91 : Backport fix for #192 to Python 2. Remove optimistic TODO about #196.
238502e : In Generic.__new__(), call __init__() if _gorg(cls) != cls. Fixes #192.
44a0488 : Backport test_nested().
373338d : Backport fixing the __module__ attribute of a NamedTuple.
75518b0 : Remove the last _has_type_var().
31b0e00 : Make flake8 happy.
39324fa : Backported revamp of generic classes to Python 2.
abefbe4 : Revamp of generic classes. Dict[str, Tuple[S, T]] is now valid.
7b26dac : Show example of 2.7 syntax for argument-less function, and mention skipping 'self'.
1ceb0d7 : Updated pep-0484.txt
80a8ed4 : Fix typo in MyMapping example.
eeb7393 : Clarify some rules around using or omitting Generic[...] as base class, by example.
3b86719 : Backport aab2c5976a985081b0589d067c906836296a6bfc. Fixes #187.
ad91087 : Improve the description of non-stub overload and add an example.
a6e763a : Merge improvements to 2.7 signatures that I pushed out to the peps repo already.
e554e34 : Add bullet point about module-level __getattr__.
34ea8f4 : Remove debug "env" call.
6e05c63 : Enable tests for Python 3.2 as well.
f08310f : Use @skipUnless(). Add nightly Python build. Ignore .cache.
128a08c : Finally make typing and test_typing work for Python 3.3 and 3.4 again.
7fa1121 : Travis hack that should work for PY2/3.
a8c8491 : Backport changes to @overload.
32ccd59 : Remove re/io from __all__ for PY2 backport.
3f00e51 : Get started with Travis CI.
809e40b : Remove re/io from __all__. Fixes #178.
d12e85c : Change @overload -- you can now use it outside stubs (you can still not call the decorated function though).
515d78d : Sync with peps repo. 2.7 syntax and repo move.
f50d8ac : ambv/typehinting -> python/typing.
c6cfe36 : Silence warning "foo() was never awaited".
0fa789f : Merge pickle fixes from downstream CPython repo.
4b33967 : Add blank lines.
abe3baf : Added an update from the downstream peps repo.
2edc23b : Add Async classes to typehinting.
3819cbc : Issue #25665: Make NamedTuple picklable.
aab2c59 : In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work. Fixes CPython issue #25472.
c448a76 : Add changelog
9d95872 : Bump version
59c33f4 : We don't provide SupportsRound for Python 2
9030626 : Fix unicode and bytes issues for #160
2aa1374 : Backport typing to Python 2. Fix #160
39d1ee8 : Remove unused imports
2d419e4 : Add a copy of typing's sources to python2/ for future backporting
4594c06 : Don't use u'' prefix for strings because of Python 3.2, fix #161
a623de9 : Add tox settings for running tests for Python 3.2-3.4
a4aefcf : Union[str, Pattern] should work. Fixes CPython issue #25390.
aea8542 : Move packaging files to the top-level directory
2c4a1d9 : Move the PEP development notes to drafts/
a74c5dc : Rename prototyping/ to src/
019395a : Update setup.py to reflect changes in typing 3.5.0
e1f61a4 : Added .gitignore
02c9d79 : Added setup.py and LICENSE from typing 3.5.0b1
12f6beb : Fix pep8 errors.
d7a7fb7 : Fix #155, by correctly overloading GenericMeta.__instancecheck__().
7897261 : Switch from T to T_co
764588c : Use `__slots__` in `typing` module.
f8a86f0 : Don't iterate over ellipsis in Callable when evaluating types. Fix #149
54c0641 : Update typeshed link.
4616188 : Add Python-Version header.
7d4bc9b : Fix formatting of code blocks. (Fixes #146, Andrey Vlasovskikh)
ec8167e : Remove stray quote. Fix #145.
177beb2 : Update test_typing.py
521a9d8 : Removed redundant TypeVar from Generic
96791e7 : Update test_typing.py
0ec2032 : Update typing.py
b5799ef : Mapping key type is invariant. Fix #140.
95a0b6a : Clarify isinstance(x, Callable). Drop reference to isinstance() implementation.
ac7494f : Stop supporting isinstance().
108609f : Typo fix (thanks Yuval G.).
f7cacf4 : PEP 484 (type hints) accepted by BDFL-Delegate (Mark Shannon).
ef0305c : Explain tracker labels.
a3b49ae : Updating post-history.
71bf400 : Clarify restrictions on type variables.
0eb4ebf : Update the description of the type of self/cls arguments
e271280 : Be more vague about details of type inference
f08f1da : Clarify the relationship between @overload and TypeVar
b54d52f : Fix covariance example and tweak explanation of covariance
585099e : Strawman support for recursive types (mostly List, Dict, Set). Fixes #132.
c6996d7 : Fix 2-space indents in a few examples. Fixes #124.
1db4fd5 : Fix examples for mutual forward references. Fixes #126.
cf2670a : Rip out PY2, PY3, POSIX, WINDOWS (but say simple version checking should be supported).
e7aa0d6 : Fix inheriting from container ABCs. Fixes #127.
33ace34 : Fix typo
c16caa0 : Add Generic to the fundamental things exported by typing.py.
dc64edd : Add Optional to the misc things exported by typing.py.
777cfe0 : Clarify that generic metaclasses are not supported. Fixes #120.)
25af77d : Ensure that Node(), Node[T]() and Node[int]() all have the same __class__. Fixes #79.
90de1f6 : Change the last use of 'interface file' to 'stub file'. (Florian Bruhin, fixes #118.)
6780862 : Clarify how constants are set at runtime. (Florian Bruhin; fixes #117.)
63dd759 : Fixes #116 (for realz).
c12efa0 : Fix typo. Fixes #116.
b5e4e3d : Clarify section on type erasure.
98bb46f : Clarify what happens if you inherit from Mapping[str, T].
c29a9b9 : Describe type erasure when instantiating a generic class.
4e248ff : Explain that subclassing e.g. Iterable without a parameter means Iterable[Any].
888299f : Document "variable = None # type: <some_type>". Fixes #61.
52b1ff9 : Rewrite "What is checked" as "The meaning of annotations" per recommendations of Mark Shannon.
b612c8e : Reorder the description of what's in typing.py from most to least fundamental. Fixes #111.
d02f33a : Allow subclassing List[...] etc. (But not Tuple[...].) Fixes #113.
5904e3d : Fix long lines.
6338be6 : Forward references should be types. Fixes #114.
5f110c7 : Describe type vars with co/contra variance. Fixes #2.
bc6276d : Add type variables with upper bound. (Fixes issue #59.)
d2d21f1 : Add SupportsBytes and SupportsComplex. Fixes #68.
4c27808 : Mention the typeshed repo. Fixes #80.
a3148dc : Clarify that TypeVar constraints must be 2 or more. Also make the next paragraph normative.
dba1e0d : In a stub, default values may be "...". Closes issue #57.
f6c17dd : Clarify complex / float / int compatibility, and memoryview / bytearray / bytes.
924f693 : Document "x = ... # type: <type>" for use in stubs. Closes #81.
4215e09 : Clarify that imports into stubs are not exported unless using "as".
37aa1fd : Be explicit about type variables in generic container classes. See issue #85.
c4c67d3 : Avoid toplevel import inspect (moved it into Callable.__instancecheck__).
0237eaa : Misc edits recommended by Mark Shannon.
2189868 : Add reference to "implicit goal to use them for type hinting"; weaken "performance optimization".
b5e0320 : Change a few uses of "class" to "type". (Also delete trailing whitespace.)
2a11920 : Recommend ... instead of pass in stub functions. Closes #109.
529c11b : Redo subclassing for TypeVar. Kill bind(). Fixes #62.
9187e72 : Typo fix (PR #108).
daf2a09 : Discuss issue #105 and a solution. (I accidentally did this in the peps repo first.)
0916b3c : Clarify default annotations.
51a4073 : Do not require that all args are annotated; merely recommend it.
e51ba24 : typos
6ed1fa6 : "what is OK as a hint" vs "how to write a hint"
c273891 : Clarify pep-0484 as opt-in conventions only like WSGI
97df7b7 : s/types.py/typing.py in the README, remove TODOs that are done
c1ecd57 : Update post-history header (it'll go out later today for sure).
7d656df : It's undecided whether SomeGenericClass[...](...) is allowed.
5d48c1d : Just remove named constants and constant expressions. Fixes issue #86.
44c6e08 : Named constants and constant expressions are in danger.
a6537d2 : Shorten the longest line.
9545030 : Make get_type_hints() conform to PEP specification.
c274533 : s/required/needed for stub file package versioning
8d0c71d : Fix markup. Remove top note. Add Wikipedia URL.
b8f3c50 : Remove .gitignore. Instead you should create your own global .gitignore; see http://stackoverflow.com/questions/7335420/global-git-ignore
7433bcb : Add third-party stubs discussion outlined in #84. Reformat paragraphs to conform to 72 characters per line.
a83508d : More layout tweaks, mostly reverting the previous change.
e14c511 : Fix README layout issues when viewed on GitHub.
0b5f10c : Explain subtype treatment in constrained TypeVars. Explain bare List is equivalent to List[Any].
0a4d95b : Disallow instantiating Generator.
9f8cdad : Describe the Generator type.
79e45af : Add type parameter for return values of Generator.
468692b : Clarify possible locations of # type: and # type: ignore comments.
12d52b4 : Discuss abstract generic types
78e7674 : Describe generic types as base classes
2d1d532 : Add Generator to the PEP.
49732b5 : Add Generator to __all__ in typing.py.
482d6b9 : An alternative intro to generics.
f198bd1 : Add Generator to typing.py.
5ae38be : Explain Generic[T, ...] as a base class
d9bb73b : Kill old-mypy-compatible typevar().
6c26eba : Fix repr(Callable) -- it had no tests.
e538cc3 : Minor cleanup (long lines, Test->Tests naming, separate import T/KT/VT).
5cbb342 : Disallow instantiating concrete types (List etc.).
22def04 : Add workflows, important dates and URLs, and more TO TO lists.
cb6fe02 : More acks.
7d96808 : Clarify #type: comments. Add #type:ignore on a line by itself.
76d9160 : Fix markup nit.
80e0b1e : Attempt to rigorously define constant expressions. Please review.
ff3ba17 : Fix type variable example
5e11319 : Update type alias exaples
f9fb678 : Update formatting only
9bcd626 : Switch to covariant=True and contravariant=True.
075bf72 : Fixes #64
b3af81c : Switch the code to covariant=True/contravariant=True (experimental).
766b938 : Kill Undefined in typing.py.
450c885 : Swap kind="in" and kind="out".
88aa558 : Mark Shannon is BDFL-Delegate.
c6c3fbd : We need a separate PEP for the __future__ import.
a7375d0 : Kill Undefined.
df6c1fd : A small treatise about variance.
9a434e6 : Add basic co/contravariance feature to generics.
097dcf0 : Remove done stuff, added more TODO stuff, some reorg.
96ff761 : Clarify types in re and io modules.
6757aa6 : Mention the __future__ proposal. Document get_type_hints(). Recommend capitalizing aliases.
de78fca : Describe type comments on multiple assignment, with/for-statements, and parts of expressions.
9d95333 : Support Tuple[t, ...] (literal ellipsis).
2d464af : Make @no_type_check work as a class decorator.
2eba4d8 : Some broad sweeping changes. - Added a section "What is checked". - Define acceptable of type hints more carefully. - Define type aliases. - Rename Callbacks section to Callable. - Rewrite forward references section. - Spec PY3 and POSIX. - Removed several sections that didn't specify anything: - The place of the typing module - Usage patterns - Is type hinting Pythonic?
0984c65 : Kill one FIXME. Also, typing is referred to as a module again.
a8cd08d : Add SupportsComplex, SupportsBytes.
5528e08 : Silence pep8.
07e7a9c : Add FrozenSet.
1bf368e : Fix isinstance(x, Union).
4dc78d5 : Editing nits for @no_type_check.
df02fc3 : Cross-checked the PEP with typing.__all__.
cdc161a : Tiny nits.
fb1a34e : Reorganize __all__ to be more useful as a ToC.
7f4bc70 : Give better error message when subclassing a type alias.
e539513 : Support Python 3.2.
1adac42 : Add a comprehensive __all__.
b36c9bd : Jukka's fix for Undefined(Pattern[str]).
0814247 : Make re, io (fake) submodules.
c514a54 : Any is a subclass of anything -- add explicit checks for this.
38d246d : Add SupportsInt etc. and Reversible.
e20621b : Silence pep8.
d47772d : Add minimal support mapping view types (just the type names, really).
faa8ba5 : Add ByteString.
aacccc9 : Add predefined constants PY2, PY3, WINDOWS, POSIX.
89c86b0 : Add section on PEP Development Process, with github links.
8355fd6 : Update Post-History header.
f020333 : Be more flexible in accepting generic types as base classes.
42f10f2 : Tweak _TypeAlias.__init__ docstring.
cb8b66d : Add Match and Pattern (second try).
64bdfd5 : Revert "Add Match and Pattern."
0196be3 : Add Match and Pattern.
99c87c0 : Add IO classes.
c836fda : Add NamedTuple.
edf5cac : "Support" @overload (it exists, but always raises when used).
5c12393 : cast() should not check its arguments.
d27438b : Optionally use unittest.main, it's easier to test with specific Python versions.
6af4c5b : Remove done TODO.
e7ad899 : Define stubs and @overload. (Also fix some titles and FIXMEs.)
f367039 : Describe cast().
585c7be : Fix the description of *Any*.
211d49d : Describe Callable[..., t]. Changed examples around it to avoid confusion.
17fd2a6 : Explain why List[int] instead of List<int>.
745fc51 : Add TODO about class decorator.
23c75c7 : Add section on rejected alternatives.
faa274d : Tackle the first two editing tasks from README.
e5c2ee9 : Update TODOs.
83cc595 : Add (most) collection ABCs and List, Set, Dict.
42efbf9 : Improve docstring for Undefined.
fc01f4c : Add @no_type_check_decorator.
635f1b6 : Implement @no_type_check decorator.
781cc3d : Add Callable[..., t] notation (literal ellipsis) for varargs callable type.
6e611e6 : Add note about Callable[..., t].
dd593f6 : Improvements and tests for get_type_hints().
9ae8670 : Switch to strings for forward refs. Add get_type_hints(). Default None implies Optional.
0a307c9 : Add a bunch of editing tasks so I can close needless tracker issues (I prefer the tracker tracks discussions, not editing tasks).
fa4c99e : Always add "-> None" to examples to be consistent.
cb6d36f : Update README.txt with some decisions and more tasks.
88e395e : Encourage abstract collection types, using some words from Philipp A. (flying-sheep).
fc5160a : Update Tuple description, using some words by Petr Viktorin (encukou).
5e10e2f : Add FIXME reminder about interaction with other annotation uses.
4d942dc : We need to explain what a type checker is early on. Drop reference to mypy -S.
c33819e : Fix typo (if -> it) and change tense.
8645fce : Remove FIXME regarding Optional inference from default None. It is a good idea.
3a2d9f5 : UNIXOID -> POSIX
c868852 : Posted it to python-ideas! Added PEP 483 cross-link.
0d332c8 : reformat other PEP mentions and acks
59aa9b7 : Use the number in the README
da0e563 : Missing the 0 to conform with the peps repo
092bdaa : import typing just in time so it's not confusing
ac29dfc : Update README somewhat
e2e6fc4 : Resolve multiple GitHub issues
f6a20d4 : Renamed pep file.
2e6e3f7 : PEP 484 it is. Removed content that belongs in PEP 482.
81fdd0b : Oops, Generic.__eq__ was too generous.
309369f : Add forward reference support through class redefinition.
9e4ce4e : Test that Undefined() is unhashable.
e003f44 : Some whitespace cleanup.
70eaaef : Add Undefined(). Improve cast().
782c7e3 : Add cast().
a54e54e : Rename Var -> TypeVar.
f06ed8c : Make a start with a prototype for the "typing.py" module.
b7d16de : Renamed Var to TypeVar
ada03b6 : Update proposed resolution formatting.
2ef3bdc : Add proposed resolution to most open issues.
8c4ac6c : Various updates and references to issues.
def7be0 : Fix footnotes (pep2html can't handle 10+ auto-numbered footnotes), add a mypy link.
c735076 : Did a major editing pass. Resolved some FIXMEs, added new ones.
72a16e4 : Add link to Quip doc about the theory.
d411958 : Don't prematurely claim the magic number.
b211857 : oh, I get AnyStr vs Union[bytes, str] now. more sleep needed.
5e0e848 : fresh thoughts after reading the notes
fbc43d4 : Raw notes from meeting at Dropbox today.
7e76623 : zero-based indexing in tuples
d45fbd9 : minor formatting fixes
ab9a378 : clarified parametrized types with base=
83eb753 : GitHub doesn't like blocks of code in lists
754b61b : more README updates; mention Undefined left out
bb7e664 : updated README
d552821 : addressed comments per Skype meeting
a51c850 : initial commit

+- Project: platform/external/renderscript-intrinsics-replacement-toolkit

0c8e76d : Add LOCAL_LICENSE_KINDS to external/renderscript-intrinsics-replacement-toolkit
5ec5939 : Add build rules for renderscript toolkit.
df348ef : Add NOTICE, MODULE_LICENSE, METADATA, and OWNERS files.
fe6d822 : Initial empty repository
598692a : Convert test-app into Android instrumented test.
9a70eae : Update project to use SDK build tools 31.0.0.
b636349 : First release of the Toolkit.
c92326a : Testing pushing files to github.
2c5f06d : Initialize Repo

+- Project: platform/external/replicaisland

6f0d1b5 : Jeff moved to a different team so remove him from OWNERS

+- Project: platform/external/rmi4utils

5287a6c : Update version for v1.3.5 release
18b8746 : Remove redundant parsing
34da1e8 : Update version for v1.3.4 release
7801df5 : Update version for v1.3.3 release
3bd4858 : Not triggering rebind driver after entering bootloader mode for TP case.
4b3b901 : Update version for v1.3.2 release
47a49a5 : Change path name for i2c_hid to i2c_hid_acpi according to patch on 2020/11, and also need backward compatible.
5cb1405 : Add a condition in HID descriptor for PTP, and let workaround of erasing before parsing necessary information be run for touch screen only.
81bddc4 : Update version for v1.3.1 release
931b61f : Initialize varibales as NULL to avoid segmentation fault even no allocation as below.
997ad22 : Fix the Android build.
ba3c9d2 : Update README with current Android build instructions.
8d12a56 : Fix Application.mk.
70a56dd : Add sanity check for partitions.
f13d3d0 : Update version for v1.3.0 release
8ace50e : Remove debug print statements
b6ef2f2 : Update indentation to make it consistent
8ade3e9 : Support reflashing on bootloader version 8.
1df8c82 : Update version to v1.2.14
f498a3a : Print firmware version in decimal instead of hex
658df49 : Update to version v1.2.13
876b06b : Workaround to check event maximum value
459d02f : update version to v1.2.12
e62aba1 : Increase timeout to wait for device to appear
c5daf57 : Revert "Add delay between bind and unbind to avoid race when binding the driver"
91f8d44 : update version to v1.2.11
580f8ec : Add delay between bind and unbind to avoid race when binding the driver
e1c2a56 : Fix RMI4UPDATE_GETOPTS
3057b70 : Fix spacing in help text
ae8c6a0 : Reset the device if firmware update fails
b834379 : Cache the transport device and use that when rebinding the driver and read all pending inotifyt events
c0d59b4 : Add option to filter based on touchscreen or touchpad
dc1391f : update version to v1.2.10
2141f71 : Use fixed width interger types to avoid sign extending bus, vendor, or product ids
68216c5 : update version to v1.2.9
282f3a0 : Workaround to prevent firmware from resetting into UI when rebinding driver
90045d6 : Update f54test test tool
82213a2 : update version to v1.2.8
16305e8 : Fix warning about uninitialized variable
1db0d35 : For HID devices restore the original operating mode on close
3781959 : Consolidate utility functions into the rmidevice library
f1abc11 : update version to v1.2.7
c2fb002 : Restore enter flash programming for devices using older versions of F34
1272cb3 : Add support for devices which use bootloader v7
d737a3b : update version to v1.2.6
9c30400 : Fix minor issues in the help text
b5d8d22 : Don't automatically switch back to mouse mode
496af6c : update version to v1.2.5
4aeaf4c : Make sure members get cleared if HIDDevice::Open() fails
f5c049f : Make sure the RMIDevice's members are cleared on close
8efee6b : Make sure device is closed if it doesn't match search criteria
e596c80 : Switch to rmidevice's device discovery in rmi4update
fdaf793 : Filter device discovery based on device type
21d9d30 : Consolidate device discovery into the rmidevice library
5aa97c9 : Remove redundant enum in hiddevice.h
a8ea0fc : rmi4update: add option to print the config id
59b6f4b : update version to v1.2.4
25113d6 : rmidevice: Make sure config id doesn't get sign extended on 64 bit builds
62fd9c1 : Update version number
93ff9d8 : rmihidtool: Print device info when in interactive mode
8438f38 : rmihidtool: Search for a device if non is provided
93de3d6 : rmidevice / rmihidtool: Add feature to print config id
8900caa : Update version number
fbb83a3 : Update the version number
b842a54 : Use inotify to avoid races when rebinding the driver
8336b9c : rmi4update: Make sure the device file exists when rebinding the driver
8fa2d83 : Add some additional architectures
cf80771 : rmi4update: remove redundant include of alloca.h
757b6f6 : rmi4update: fix uninitialized variable warning
76743e4 : rmi4update: Optimize writing firmware blocks
d8b02a8 : After review bump the version to v1.2.0

+- Project: platform/external/robolectric-shadows

90bc03413 : Update IDisplayManager proxy.
9357e3d64 : Non-module targets.
ca8878dd7 : Add new InsetsState parameter for dispatchResized API
6d4d81d94 : Add new parameter for dispatchResized API
2d2725c2b : Add new parameter for dispatchResized API
d48e4d441 : Update asm-7.0 to asm-9.2.
14484e29b : Do not instrument class under androidx.lifecycle
613bd9d64 : Do not instrument for androidx.lifecycle.viewmodel
ed525d92d : Remove the interceptor of PhantomReference
790da312b : Demote EqualsNull error to warning
fefe49075 : Add an interceptor for Reference.refersTo()
75f96b92b : Update ShadowActivityThread to support SDK < T
0a5e63baa : Add an interceptor for Reference.refersTo()
3a4b886b4 : Update ShadowLocaleData due to changes in LocaleData
dcc75f1c4 : Set PRIVATE_JAVA_PATH to JDK 11
646a566fb : Revert "Update to new windowFocusChanged() interface."
5d4ca9ca1 : Update to new windowFocusChanged() interface.
31b0e6360 : Add an override to `registerReceiver()`
7917077f7 : Handle shadow for UserManager#hasUserRestrictionForUser
95d48609f : Updating robolectric to use ASM 7
aa3f18d04 : Remove android.test.base classes from robolectric android all jar.
eb6491d6a : Add android.car to robolectric
33fba975a : [robolectric] fix ShadowActivityThread
6bf2371bb : Restore PackageParser.Callback interface methods for SDK < 30
800328414 : Make Robolectric_annotations public.
bb9033474 : Remove the static application context fetcher
285d8d5d0 : Refactor Bluetooth scan mode APIs
556341df5 : Remove the static application context fetcher
1afda3b5f : Use new WifiSsid creator methods in ShadowWifiInfo
cb55b4bc2 : Rename to FrameworkPackageUserState
64bcf0a0b : Update PackageUserState package name
80e471ace : Makes a special entry for tree-built Robolectric
0ecc2f19d : Makes a special entry for tree-built Robolectric
a1d74fc3e : Makes a special entry for tree-built Robolectric
9572ee80c : Makes a special entry for tree-built Robolectric
c2d008259 : Package prebuilt S robolectric runtime and T runtime from source
3f26ba39c : Support running Kotlin tests
c7fcad62f : Add a shadow for Compatibility
a629d6b24 : Add hoisie to OWNERS; remove xooglers

+- Project: platform/external/rust/crates/ahash

0b206a3 : Update ahash to 0.7.6
21cabf0 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
86fc90f : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
456d737 : Upgrade rust/crates/ahash to 0.7.4
bac14f2 : Enable folded_multiply on 64-bit arch only
ee4f105 : Upgrade to 0.7.2

+- Project: platform/external/rust/crates/aho-corasick

7438ade : Update TEST_MAPPING
d414aac : Give CompOS APEX access to libregex
eaccde1 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
b783e64 : Enable tests in Android CI
c7a7ba3 : Update TEST_MAPPING
cf67ced : Update TEST_MAPPING
a05fd3c : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
7e3217e : Make the library available to virt apex
8206845 : Upgrade rust/crates/aho-corasick to 0.7.18

+- Project: platform/external/rust/crates/android_log-sys

4a5cb04 : Update TEST_MAPPING
f385b9a : Tweak linux_glibc properties for musl builds in external/rust/crates/android_log-sys
e19343a : Add support for selecting log buffers
6919579 : Adding bluetooth apex
33b5993 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
4d36dd3 : Add apex_available.
e535f21 : Make vendor available.
6175f21 : Update TEST_MAPPING
458d116 : Remove patch.
cfd4627 : Make available to com.android.compos apex

+- Project: platform/external/rust/crates/android_logger

eb82d59 : Update TEST_MAPPING
84b4a69 : Use older API to avoid requiring API v30
c6a9990 : Support selecting target log buffer
a2ecb87 : Adding bluetooth apex
59ea7d9 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
b031bf4 : Add apex_available.
5b456ad : Make vendor available.
a3a0309 : Update TEST_MAPPING
a06ce9b : Make available to com.android.compos apex

+- Project: platform/external/rust/crates/anyhow

b4029c1 : Update TEST_MAPPING
d80d736 : Adding bluetooth apex
a2cef4f : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
f0fec75 : Support RUST_BACKTRACE in test_fmt
8b7ddaf : Add apex_available.
3fd8d4a : Make vendor available.
b66cd5e : Upgrade rust/crates/anyhow to 1.0.44
c97c5f5 : Update TEST_MAPPING
9f3decf : Upgrade rust/crates/anyhow to 1.0.42
a978222 : Rename defaults
d042c75 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
4ebb468 : Upgrade rust/crates/anyhow to 1.0.41
8f4a8ca : Use new c2a functionality instead of a patch.
b75672e : Use new c2a functionality instead of a patch.
4bfdef6 : Make available to com.android.compos apex

+- Project: platform/external/rust/crates/arbitrary

5ca7816 : Add apex_available and min_sdk_version to arbitrary crate.
9c52ab3 : Update arbitrary to 1.1.0
7a4df03 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
55a8a49 : Enable tests in Android CI
991d748 : Upgrade rust/crates/arbitrary to 1.0.2
e0b2b28 : Upgrade rust/crates/arbitrary to 1.0.1
0961189 : Remove patch by using a new cargo2android.py feature.

+- Project: platform/external/rust/crates/argh

e5e47e1 : Update TEST_MAPPING
66146ee : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/argh
0f3c1ab : Initial import.
35a97e0 : Initial empty repository

+- Project: platform/external/rust/crates/argh_derive

fcf1a42 : Update TEST_MAPPING
ec8cf63 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/argh_derive
dc8aa4b : Initial import.
647ba9b : Initial empty repository

+- Project: platform/external/rust/crates/argh_shared

352b95c : Update TEST_MAPPING
d8f2c9e : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/argh_shared
6c7113e : Initial import.
5dcbbb6 : Initial empty repository

+- Project: platform/external/rust/crates/ash

6e15b9c : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
c7ed127 : Add apex to ash rust crate
a995799 : Upgrade rust/crates/ash to 0.33.3+1.2.191
6ee0f61 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/ash
31e64dd : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/ash
be60343 : Import ash rust crate (attempt #2)
66abbc9 : Revert "Import ash rust crate"
167ac25 : Import ash rust crate
7036f00 : Initial empty repository

+- Project: platform/external/rust/crates/async-stream

c051876 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
b10496e : Upgrade rust/crates/async-stream to 0.3.2
b7cdcf8 : Upgrade rust/crates/async-stream to 0.3.1

+- Project: platform/external/rust/crates/async-stream-impl

6dd0893 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
7938112 : Upgrade rust/crates/async-stream-impl to 0.3.2
89cf438 : Upgrade rust/crates/async-stream-impl to 0.3.1

+- Project: platform/external/rust/crates/async-task

a1064b0 : Update async-task to 4.1.0
0c32039 : Add missed TEST_MAPPINGs
efb74b1 : Fix incorrect cargo2android.py invocation.
912821e : Update TEST_MAPPING

+- Project: platform/external/rust/crates/async-trait

6216ca1 : Update TEST_MAPPING
ffb07e7 : Update async-trait to 0.1.52
de4770f : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
24f6ac6 : Update TEST_MAPPING
aa9cbeb : Upgrade rust/crates/async-trait to 0.1.51

+- Project: platform/external/rust/crates/atty

a53132a : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
e1af36d : Update TEST_MAPPING

+- Project: platform/external/rust/crates/base64

b47b7c2 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
ed8555d : Update TEST_MAPPING
7339bd1 : Fix the error for rustdoc build
c1db155 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/base64
ba8eb95 : Use test-blocklist instead of add-toplevel-block
71c3dc8 : Add Android.bp and TEST_MAPPING
50f825c : Add OWNERS
ec38acb : Import base64 version 0.13.0
d816c70 : Add Android.bp and TEST_MAPPING
5c2eb45 : Revert "Add Android.bp"
331037a : Add Android.bp
88888ac : Add OWNERS
0029ba4 : Import base64 version 0.13.0
a0d5f56 : Initial empty repository

+- Project: platform/external/rust/crates/bencher

3322a1a : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
afaab62 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/bindgen

19fbac6 : Update bindgen to 0.59.2
f05f2b4 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
eb7c0b8 : Update TEST_MAPPING
7cdeb26 : Update TEST_MAPPING
4c81ebb : Upgrade rust/crates/bindgen to 0.59.1
2ed72df : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING

+- Project: platform/external/rust/crates/bitflags

ab2400d : Don't add std dependency when building rlib.
78584a6 : Update TEST_MAPPING
3be99c1 : Adding bluetooth apex
31e3ccc : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
a250037 : Make vendor available.
f9c300d : Upgrade rust/crates/bitflags to 1.3.2
5f44c8c : Update TEST_MAPPING
ac26ddb : Update TEST_MAPPING
074a1b2 : Make available to com.android.compos apex

+- Project: platform/external/rust/crates/bstr

2594e6e : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
6b1d001 : Upgrade rust/crates/bstr to 0.2.17
688dfe5 : Update TEST_MAPPING
906f145 : Upgrade rust/crates/bstr to 0.2.16

+- Project: platform/external/rust/crates/byteorder

7a4e407 : Make available to vendor components
bdd3a84 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
2b5f91c : Update TEST_MAPPING
3d1fbf1 : make the lib available to com.android.virt

+- Project: platform/external/rust/crates/bytes

7fe2702 : Update TEST_MAPPING
3347351 : Make vendor available
37730ba : Adding bluetooth apex
2901ba9 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
c831f85 : Make libbytes available to CompOS
0afc9ae : Add back missing tests.
bd87b64 : Add apex_available.
1b3445f : Enable tests in Android CI
12f62b9 : Upgrade rust/crates/bytes to 1.1.0
199730d : Update TEST_MAPPING

+- Project: platform/external/rust/crates/cast

ebe6985 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
558bba3 : Enable tests
449a2a3 : Upgrade rust/crates/cast to 0.3.0
6a740cd : Update TEST_MAPPING
2d2f5bc : Upgrade rust/crates/cast to 0.2.7
80bf6a8 : Upgrade rust/crates/cast to 0.2.6

+- Project: platform/external/rust/crates/cesu8

d40253c : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
206ec4c : Add apex_available.
b768526 : Update TEST_MAPPING
72c1387 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/cesu8
5ac438e : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/cesu8
5f00ca1 : Add cesu8 Android.bp file
a7e4bc0 : Initial commit for cesu8 crate.
d229394 : Initial empty repository

+- Project: platform/external/rust/crates/cexpr

ffbc930 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
139ce9b : Upgrade to nom-7.
dc2e95e : Update TEST_MAPPING
1e67d00 : Update TEST_MAPPING
eeb6be2 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
c66cc18 : Upgrade to 0.5.0

+- Project: platform/external/rust/crates/cfg-if

838aed4 : Update TEST_MAPPING
3a0379a : Adding bluetooth apex
e107b58 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
35d3f2c : Make vendor available.
030e665 : Add apex_available.
68d81bf : Update TEST_MAPPING
1fd9516 : Update TEST_MAPPING
77fd95d : Update TEST_MAPPING
3ab5059 : Make std dependency injection conditional
0de8349 : Make available to com.android.compos apex

+- Project: platform/external/rust/crates/chrono

d7c9a32 : libchrono: in virt apex
21b5dc1 : Update TEST_MAPPING
29e7ab2 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
5bfdcc3 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/ciborium

9e71d73 : Update TEST_MAPPING
2eedd65 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/ciborium
48dfe27 : Import ciborium crate.
c8a49e9 : Initial empty repository

+- Project: platform/external/rust/crates/ciborium-io

49fd128 : Update TEST_MAPPING
c81d500 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/ciborium-io
8e269e8 : Enable feature std in ciborium-io
e3e8fc8 : Enable feature alloc when building ciborium-io
6684340 : Import ciborium-io crate.
dc70373 : Initial empty repository

+- Project: platform/external/rust/crates/ciborium-ll

c0ee650 : Update TEST_MAPPING
a4337da : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/ciborium-ll
9f5d17f : Import ciborium-ll crate.
df12be6 : Initial empty repository

+- Project: platform/external/rust/crates/clang-sys

82e2b17 : Update clang-sys to 1.3.1
4d4c04c : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
eabe835 : Upgrade rust/crates/clang-sys to 1.2.2
50e4e38 : Update TEST_MAPPING
88276d6 : Update TEST_MAPPING
3707d84 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
83337ed : Upgrade rust/crates/clang-sys to 1.2.0

+- Project: platform/external/rust/crates/clap

4cff262 : Update TEST_MAPPING
ba87314 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
ec33761 : Update TEST_MAPPING
ec1b565 : Update TEST_MAPPING
1943d0a : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
aa92eae : Make available to com.android.compos apex

+- Project: platform/external/rust/crates/codespan-reporting

8a2d4e7 : Update TEST_MAPPING
6ec5756 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.

+- Project: platform/external/rust/crates/combine

57dccb5 : Update combine to 4.6.3
9052c23 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
30971e6 : Add apex_available.
057d758 : Upgrade rust/crates/combine to 4.6.1
eac22ba : Update TEST_MAPPING
324b87f : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/combine
6d6168c : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/combine
bfb87ea : Add combine Android.bp file
57e660e : Initial commit for combine crate.
6f8db9f : Initial empty repository

+- Project: platform/external/rust/crates/command-fds

bad4ff2 : Update TEST_MAPPING
f21305e : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
d3bf54c : Update TEST_MAPPING
937e66d : Upgrade rust/crates/command-fds to 0.2.1
bd13c06 : Upgrade rust/crates/command-fds to 0.2.0
eb6ff8a : Remove unneeded patch.
959539b : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/command-fds
9d6ae1a : Import command-fds crate.
419ee4b : Initial empty repository

+- Project: platform/external/rust/crates/coset

d8def85 : Update TEST_MAPPING
0ba713b : Update coset to 0.3.1
1e61a67 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/coset
ff911b4 : Import Rust coset library
df6b0d5 : Initial empty repository

+- Project: platform/external/rust/crates/crc32fast

80f44b1 : Update crc32fast to 1.3.2
07a96af : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
8eac462 : Enable tests
72df751 : Update TEST_MAPPING
ea76478 : Allow use in virt APEX.

+- Project: platform/external/rust/crates/criterion

e2ebec5 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
d274ae0 : Update TEST_MAPPING
4897304 : Upgrade rust/crates/criterion to 0.3.5

+- Project: platform/external/rust/crates/criterion-plot

a73fc52 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
b20fe99 : Update TEST_MAPPING
aed7ada : Upgrade rust/crates/criterion-plot to 0.4.4

+- Project: platform/external/rust/crates/crossbeam-channel

54fc848 : Update crossbeam-channel to 0.5.2
0861eab : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
919f0bb : Update TEST_MAPPING
f6b6a42 : Upgrade rust/crates/crossbeam-channel to 0.5.1

+- Project: platform/external/rust/crates/crossbeam-deque

c6dafc6 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
c0ca722 : Enable tests
2520ba9 : Update TEST_MAPPING
f0b1773 : Upgrade rust/crates/crossbeam-deque to 0.8.1

+- Project: platform/external/rust/crates/crossbeam-epoch

15f9702 : Update crossbeam-epoch to 0.9.7
84f9711 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
c464040 : Update TEST_MAPPING
6c485dc : Upgrade rust/crates/crossbeam-epoch to 0.9.5
08e1a73 : Upgrade rust/crates/crossbeam-epoch to 0.9.4

+- Project: platform/external/rust/crates/crossbeam-queue

e2987ca : Update crossbeam-queue to 0.3.4
b8b08bb : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
3e737dc : Add apex to crossbeam-queue rust crate
5a5cc2b : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/crossbeam-queue
cd247f1 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/crossbeam-queue
9228f81 : Import crossbeam-queue rust crate (attempt #2)
2dc1b6d : Revert "Import crossbeam-queue rust crate"
f2469bb : Import crossbeam-queue rust crate
e400b57 : Initial empty repository

+- Project: platform/external/rust/crates/crossbeam-utils

66bcc0c : Update crossbeam-utils to 0.8.7
fa8002d : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
981e62f : Add apex to crossbeam-utils rust crate
b7d7944 : Update TEST_MAPPING
2ce9167 : Upgrade rust/crates/crossbeam-utils to 0.8.5
f32965f : Upgrade rust/crates/crossbeam-utils to 0.8.4

+- Project: platform/external/rust/crates/csv

cb672b7 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
9ef32e0 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/csv-core

ea8eb59 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
1d21be4 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/der-oid-macro

0a628a9 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
bead070 : Upgrade rust/crates/der-oid-macro to 0.5.0
4078182 : Update TEST_MAPPING
22a65be : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/der-oid-macro
c315d72 : Add Android.bp
b538820 : Initial import of der-oid-macro-0.4.0
cbade27 : Initial empty repository

+- Project: platform/external/rust/crates/der-parser

ac05fd0 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
2f8979a : Upgrade rust/crates/der-parser to 6.0.0
6583051 : Update TEST_MAPPING
24be2d1 : Revert^2 "Upgrade rust/crates/der-parser to 5.1.2"
4b3485a : Revert^2 "Upgrade rust/crates/der-parser to 5.1.2"
1eb5e2b : Revert "Upgrade rust/crates/der-parser to 5.1.2"
a91af5a : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/der-parser
5af1ba0 : Upgrade rust/crates/der-parser to 5.1.2
282fa98 : Enable bigint support for der-parser
4ad6b86 : Add Android.bp and patches
588f783 : Initial import of der-parser-5.1.0
0329c50 : Initial empty repository

+- Project: platform/external/rust/crates/derive_arbitrary

e9c5660 : Update derive_arbitrary to 1.1.0
88bc242 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
5241802 : Upgrade rust/crates/derive_arbitrary to 1.0.2
c4bbfa8 : Upgrade rust/crates/derive_arbitrary to 1.0.1

+- Project: platform/external/rust/crates/downcast-rs

16a3c74 : Update TEST_MAPPING
77c192d : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
eb3ec4b : Make downcast_rs vendor available.
4b02a8b : Add min_sdk_version.
ab30c0c : Add apex_available.
e573e5d : Add downcast_rs to com.android.compos
0ecaefe : Update TEST_MAPPING

+- Project: platform/external/rust/crates/either

ecd1919 : Update TEST_MAPPING
568133c : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
93d04e1 : Update TEST_MAPPING
34d820e : Update TEST_MAPPING

+- Project: platform/external/rust/crates/enumn

537f444 : Update TEST_MAPPING
856ed9a : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/enumn
cbd0311 : Initial import
fb57960 : Initial empty repository

+- Project: platform/external/rust/crates/env_logger

51ad2e9 : Update TEST_MAPPING
524031d : Adding bluetooth apex
2516a2e : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
c84b562 : Add apex_available.
cd5eb04 : Make vendor available.
45a051f : Update TEST_MAPPING
9f9f63a : Update TEST_MAPPING
23dcbc7 : Upgrade rust/crates/env_logger to 0.9.0
74a22c3 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
e816d48 : Upgrade rust/crates/env_logger to 0.8.4
b3cc4f7 : Make available to com.android.compos apex

+- Project: platform/external/rust/crates/fallible-iterator

1179a29 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
5527a30 : Use correct command-line option.
959b993 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/fallible-streaming-iterator

48ae3de : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
53be7fd : Fix incorrect flag in Android.bp and migrate to config file
20f2277 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/flate2

d50e9d5 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
9742830 : Upgrade rust/crates/flate2 to 1.0.22
d80055c : Update TEST_MAPPING
d326414 : make the lib available to com.android.virt
589e648 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/flate2
761099c : Add Android.bp
3134895 : Import 1.0.20

+- Project: platform/external/rust/crates/fnv

dff2ae1 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
cc32414 : Add apex to fnv rust crate
16d59a6 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/form_urlencoded

6f72e18 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
6f1f439 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/futures

47ef9cb : Update futures to 0.3.21
3711c4f : Adding bluetooth apex
8252cec : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
c129d53 : Upgrade rust/crates/futures to 0.3.17
6c1347c : Update TEST_MAPPING
bb3a5dc : Upgrade rust/crates/futures to 0.3.16
aae8339 : Make libfutures available to DnsResolver
4ddbd19 : Make libfutures available to DnsResolver
2259736 : Upgrade rust/crates/futures to 0.3.15

+- Project: platform/external/rust/crates/futures-channel

f7dc9c1 : Update futures-channel to 0.3.21
b45a6c5 : Adding bluetooth apex
6010641 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
60e2aea : Upgrade rust/crates/futures-channel to 0.3.17
2eb5fee : Update TEST_MAPPING
e869538 : Upgrade rust/crates/futures-channel to 0.3.16
163c4fa : Make libfutures_channel available to DnsResolver
37376b2 : Make libfutures_channel available to DnsResolver
cc0890a : Upgrade rust/crates/futures-channel to 0.3.15

+- Project: platform/external/rust/crates/futures-core

cc5e534 : Update futures-core to 0.3.21
8885ac6 : Adding bluetooth apex
75a6a79 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
985f70f : Upgrade rust/crates/futures-core to 0.3.17
7d50612 : Update TEST_MAPPING
11bb227 : Upgrade rust/crates/futures-core to 0.3.16
777878a : Make libfutures_core available to DnsResolver
d3adb00 : Make libfutures_core available to DnsResolver
d36e567 : Upgrade rust/crates/futures-core to 0.3.15

+- Project: platform/external/rust/crates/futures-executor

2b7452c : Update futures-executor to 0.3.21
fac36c8 : Adding bluetooth apex
acb54aa : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
4d96f2d : Upgrade rust/crates/futures-executor to 0.3.17
825d9a3 : Update TEST_MAPPING
9b8ea34 : Upgrade rust/crates/futures-executor to 0.3.16
277934c : Make libfutures_executor available to DnsResolver
49a2fbc : Make libfutures_executor available to DnsResolver
6c2d5a3 : Upgrade rust/crates/futures-executor to 0.3.15

+- Project: platform/external/rust/crates/futures-io

d461c4b : Update futures-io to 0.3.21
2f23be7 : Adding bluetooth apex
d2ff39b : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
b8db2b8 : Upgrade rust/crates/futures-io to 0.3.17
352dd4c : Update TEST_MAPPING
f0ffbf1 : Upgrade rust/crates/futures-io to 0.3.16
8e3b624 : Make libfutures_io available to DnsResolver
cfe1f08 : Make libfutures_io available to DnsResolver
c45215d : Upgrade rust/crates/futures-io to 0.3.15

+- Project: platform/external/rust/crates/futures-macro

ae57e30 : Update futures-macro to 0.3.21
5da27e4 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
2d314bd : Upgrade rust/crates/futures-macro to 0.3.17
ee0b9d4 : Update TEST_MAPPING
21dc564 : Upgrade rust/crates/futures-macro to 0.3.16
b266ecd : Upgrade rust/crates/futures-macro to 0.3.15

+- Project: platform/external/rust/crates/futures-sink

9bc9a9c : Update futures-sink to 0.3.21
27d772b : Adding bluetooth apex
069b982 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
5d5b967 : Upgrade rust/crates/futures-sink to 0.3.17
ddcf916 : Update TEST_MAPPING
3116f9f : Upgrade rust/crates/futures-sink to 0.3.16
4c896b3 : Make libfutures_sink available to DnsResolver
7ed2518 : Make libfutures_sink available to DnsResolver
d09ec23 : Upgrade rust/crates/futures-sink to 0.3.15

+- Project: platform/external/rust/crates/futures-task

c8d44d9 : Update futures-task to 0.3.21
cbf3ea6 : Adding bluetooth apex
97778a1 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
ee828da : Upgrade rust/crates/futures-task to 0.3.17
1c093bc : Update TEST_MAPPING
5d230bc : Upgrade rust/crates/futures-task to 0.3.16
3619c28 : Make libfutures_task available to DnsResolver
d7e73dd : Make libfutures_task available to DnsResolver
9ceddf6 : Upgrade rust/crates/futures-task to 0.3.15

+- Project: platform/external/rust/crates/futures-util

737dc97 : Update futures-util to 0.3.21
af5e0a0 : Adding bluetooth apex
03a354c : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
dc20fc8 : Upgrade rust/crates/futures-util to 0.3.17
541ee66 : Update TEST_MAPPING
41d5e42 : Upgrade rust/crates/futures-util to 0.3.16
5a2ead4 : Make libfutures_util available to DnsResolver
18aa8ae : Make libfutures_util available to DnsResolver
7a98302 : Upgrade rust/crates/futures-util to 0.3.15

+- Project: platform/external/rust/crates/gdbstub

81bf93a : Refresh Android.bp, cargo2android.json, TEST_MAPPING.

+- Project: platform/external/rust/crates/gdbstub_arch

bdb436b : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
81bab70 : Upgrade rust/crates/gdbstub_arch to 0.1.1

+- Project: platform/external/rust/crates/getrandom

010ab1d : Update getrandom to 0.2.5
d8dd61a : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
f8f8855 : Update TEST_MAPPING
97c5560 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
df76097 : Upgrade rust/crates/getrandom to 0.2.3
f338cf3 : Allow use in virt APEX.

+- Project: platform/external/rust/crates/glob

ad5a081 : Update TEST_MAPPING
07a2653 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
b38ec12 : Update TEST_MAPPING
c9dd31e : Update TEST_MAPPING

+- Project: platform/external/rust/crates/grpcio

d895f09 : Adding bluetooth apex
c2d4901 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
229fdf0 : Revert "Enable tests"
9509cd7 : Remove deprecated file.
814e79a : Enable tests
2db15cd : Upgrade rust/crates/grpcio to 0.9.1
b04fe72 : Remove external/rust/crates/grpcio/.gitmodules.
8e8acbd : Upgrade rust/crates/grpcio to 0.9.0

+- Project: platform/external/rust/crates/grpcio-compiler

2acb5b0 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
b420493 : Enable tests
338911b : Upgrade rust/crates/grpcio-compiler to 0.9.0

+- Project: platform/external/rust/crates/grpcio-sys

ead5592 : Adding min_sdk_version to libgrpc_bindgen
4faf647 : Adding bluetooth apex
bf215d1 : Add missed TEST_MAPPINGs
3afa139 : Simplify patch by not passing cargo_pkg_version.
dacbb99 : Upgrade rust/crates/grpcio-sys to 0.9.1+1.38.0
e548211 : Update TEST_MAPPING
c86e075 : Add bindgen bindings test
92bc79f : Refresh Android.bp.
2c22405 : Upgrade rust/crates/grpcio-sys to 0.9.0+1.38.0

+- Project: platform/external/rust/crates/half

b17caa4 : Update TEST_MAPPING
91a7e75 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
22161ee : Make vendor available.
8c6b565 : Add apex to half rust crate
01f87a0 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/hashbrown

9f6431d : Revert "Update hashbrown to 0.12.0"
c77953d : Update hashbrown to 0.12.0
49ea629 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
433ff92 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING

+- Project: platform/external/rust/crates/hashlink

+- Project: platform/external/rust/crates/heck

bb278c9 : Update TEST_MAPPING
e2f0634 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
df3d36a : Update TEST_MAPPING
d2b01c7 : Upgrade rust/crates/heck to 0.3.3

+- Project: platform/external/rust/crates/idna

cd15b12 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
0582a09 : Upgrade rust/crates/idna to 0.2.3

+- Project: platform/external/rust/crates/instant

93b6adb : Update TEST_MAPPING
5c021f6 : Update instant to 0.1.12
efb686a : Adding bluetooth apex
03523ff : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
3dd0ccd : Add apex to instant rust crate
0104d8d : Update TEST_MAPPING
0228b9e : Upgrade rust/crates/instant to 0.1.10

+- Project: platform/external/rust/crates/intrusive-collections

11e2ac6 : Update intrusive-collections to 0.9.3
fcd61b9 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
8d0e645 : Update TEST_MAPPING
34c140b : Uprev intrusive-collections to 0.9.2
1762da5 : Remove patch.
99d7a51 : Upgrade rust/crates/intrusive-collections to 0.9.1

+- Project: platform/external/rust/crates/itertools

0c1f919 : Update TEST_MAPPING
b72e905 : Update itertools to 0.10.3
fefc780 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
f332359 : Update TEST_MAPPING
b593e25 : Upgrade rust/crates/itertools to 0.10.1

+- Project: platform/external/rust/crates/itoa

d47ec7e : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
e0a696b : Enable tests
2aa1911 : Upgrade rust/crates/itoa to 0.4.8
8d3b3ce : Update TEST_MAPPING

+- Project: platform/external/rust/crates/jni

7530a48 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
b436a7b : Add back empty tests.
0883cbb : Add apex_available.
24b99aa : Update TEST_MAPPING
20924b0 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/jni
ee45bfb : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/jni
00b7d89 : Add jni Android.bp file
8a909c0 : Initial commit for jni crate.
1820497 : Initial empty repository

+- Project: platform/external/rust/crates/jni-sys

abd2d5c : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
2540bb1 : Add back missing tests.
30a3cc1 : Add apex_available.
ff06165 : Update TEST_MAPPING
4d4088a : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/jni-sys
60fd503 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/jni-sys
7d3a49b : Add jni-sys Android.bp file
2099731 : Initial commit for jni-sys crate.
4ee44b6 : Initial empty repository

+- Project: platform/external/rust/crates/kernlog

c796dc0 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
8f4d4ee : Update TEST_MAPPING
18acd4f : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/kernlog
39bcfd9 : Open /dev/kmsg in Android
d7178e8 : Import kernlog 0.3.1
aad8ae1 : Initial empty repository

+- Project: platform/external/rust/crates/lazy_static

ad10c1e : Update TEST_MAPPING
fcce086 : Adding bluetooth apex
253e352 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
ac14302 : Make vendor available.
de90a80 : Add back missing tests.
59af4e0 : Add apex_available.
4fd9ca6 : Update TEST_MAPPING
e77a727 : Update TEST_MAPPING
90af77b : Use new c2a functionality instead of a patch.
9e18daa : Make available to com.android.compos apex

+- Project: platform/external/rust/crates/lazycell

1fef064 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
b51ade7 : Enable tests
a0e6179 : Update TEST_MAPPING
438010a : Update TEST_MAPPING

+- Project: platform/external/rust/crates/libc

fab7930d : Add more if_tun.h constants
fe72f082 : Update TEST_MAPPING
b38fde0a : Update libc to 0.2.119
3672b8ea : Android: Add F_SEAL_FUTURE_WRITE constant.
7e773ff1 : Adding bluetooth apex
2ed4ab95 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
836c4879 : Make vendor available.
3455df3f : Add back missing tests.
f3815da7 : Add apex_available.
c5de8fde : Add PR_SET|GET_PDEATHSIG constants
99a0042f : Upgrade rust/crates/libc to 0.2.102
562f9dbc : Update TEST_MAPPING
7964b6c2 : Update TEST_MAPPING
5f4ea96f : Upgrade rust/crates/libc to 0.2.98
4b473bca : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
97e76060 : Upgrade rust/crates/libc to 0.2.97
8af7958a : Upgrade rust/crates/libc to 0.2.96
933854c0 : Upgrade rust/crates/libc to 0.2.94
c13eda88 : Make available to com.android.compos apex

+- Project: platform/external/rust/crates/libfuzzer-sys

054bf81 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
577945a : Upgrade rust/crates/libfuzzer-sys to 0.4.2
34b59d1 : Remove patch by using new cargo2android.py features.
b6e853d : Upgrade rust/crates/libfuzzer-sys to 0.4.1

+- Project: platform/external/rust/crates/libloading

faeb5c9 : Update libloading to 0.7.3
98c5bce : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
638fcac : Add apex to libloading rust crate
49a352e : Update build with --device (attempt #2)
c6718e6 : Revert "Update build with --device and apex"
547e876 : Update build with --device and apex
ae4f856 : Update TEST_MAPPING
588b5e9 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/libm

35fb862 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
b9b9696 : Fix building with latest compiler.
8272e4a : Update TEST_MAPPING

+- Project: platform/external/rust/crates/libsqlite3-sys

1f38c4a : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
60a0e02 : Rename cargo2android.py control file.
8e5c8e8 : Add liblibsqlite3_sys_noicu
a594862 : Update TEST_MAPPING
d39f447 : Add bindgen bindings test
2398e02 : Improve Android.bp
53f88fd : Update TEST_MAPPING
19c12c3 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
faa4fa2 : Use the new more inclusive command-line options.
7837fda : Upgrade rust/crates/libsqlite3-sys to 0.22.2

+- Project: platform/external/rust/crates/libz-sys

68ed6c6 : Adding bluetooth apex
516f5da : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
c1ff730 : Remove external/rust/crates/libz-sys/.gitmodules.
fe97a5e : Update TEST_MAPPING
02ab070 : make the lib available to com.android.virt
78439eb : Upgrade rust/crates/libz-sys to 1.1.3

+- Project: platform/external/rust/crates/linked-hash-map

e50d7cc : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
b5c4d43 : Use correct command-line option.
222c4e1 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/lock_api

93e109d : Update lock_api to 0.4.6
14d1611 : Adding bluetooth apex
c3c783a : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
a8edef8 : Add apex to lock_api rust crate
3272971 : Upgrade rust/crates/lock_api to 0.4.5
94091c9 : Upgrade rust/crates/lock_api to 0.4.4

+- Project: platform/external/rust/crates/log

6e3ea8a : Update TEST_MAPPING
3237b19 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
508451f : Make vendor available.
d0d791f : Update TEST_MAPPING
dbad068 : Update TEST_MAPPING
fb819d1 : Update TEST_MAPPING
6ff3cc5 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING

+- Project: platform/external/rust/crates/lru-cache

8ddba9a : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
5267ad6 : Use correct command-line option.
5af3895 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/macaddr

eb7f6ec : Refresh Android.bp, cargo2android.json, TEST_MAPPING.

+- Project: platform/external/rust/crates/managed

df50270 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
43ce8c8 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/matches

3d0140c : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
332a66f : Upgrade rust/crates/matches to 0.1.9
8985bd8 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/memchr

86c9a8c : Make vendor available
b536754 : Give CompOS APEX access to libregex
5cabe9f : Adding bluetooth apex
d5e102f : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
a5ac911 : Add apex_available.
1e1ba1a : Upgrade rust/crates/memchr to 2.4.1
703e617 : Update TEST_MAPPING
a277d9a : Update TEST_MAPPING
0adf262 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
55b3fae : Upgrade rust/crates/memchr to 2.4.0

+- Project: platform/external/rust/crates/memoffset

22622b0 : Update TEST_MAPPING
7d73837 : Update memoffset to 0.6.5
db36f4b : Adding bluetooth apex
800687d : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
229f137 : Make vendor available.
06ca3ea : Update TEST_MAPPING
fa82283 : Make available to com.android.compos apex
692260c : Upgrade rust/crates/memoffset to 0.6.4
9476e94 : Use new c2a functionality instead of a patch.

+- Project: platform/external/rust/crates/minimal-lexical

d3868b8 : Update minimal-lexical to 0.2.1
4598ab4 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
09dcad1 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/minimal-lexical
4b9e120 : Add Android.bp
a057e45 : Add metadata files
7cfb417 : Import minimal-lexical-0.2.0
920c41f : Initial empty repository

+- Project: platform/external/rust/crates/mio

bfb2e24 : Make vendor available
a2856ce : Adding bluetooth apex
068adea : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
e9c7e28 : Add apex_available.
7e2429c : Enable tests
0a254c3 : Upgrade rust/crates/mio to 0.7.13

+- Project: platform/external/rust/crates/nix

d1a942b : Update nix to 0.23.1
5a6b9ae : Update TEST_MAPPING
08427ce : Adding bluetooth apex
a791373 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
fd88218 : Make vendor available.
a37ede6 : Upgrade rust/crates/nix to 0.22.1
921cdb0 : Update TEST_MAPPING
981b40a : Upgrade rust/crates/nix to 0.22.0
d86e147 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
e7950d9 : Upgrade rust/crates/nix to 0.21.0
f1db229 : Make available to com.android.compos apex

+- Project: platform/external/rust/crates/no-panic

711fa6a : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
46f4c89 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/nom

061b498 : Update nom to 7.1.0
5b546cc : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
9699dff : Upgrade rust/crates/nom to 7.0.0
57baa42 : Update TEST_MAPPING
977c948 : Update TEST_MAPPING
700d8a5 : Upgrade rust/crates/nom to 6.2.1
dfdffec : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
f3f7e4e : Update to 6.2.0

+- Project: platform/external/rust/crates/num-bigint

2b0dc14 : Update TEST_MAPPING
2ef8bcb : Update num-bigint to 0.4.3
5eb8294 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
45b2647 : Fix failing test
7bace41 : Upgrade rust/crates/num-bigint to 0.4.2
8585443 : Update TEST_MAPPING
d0f6e07 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/num-bigint
83fca39 : Add Android.bp and auto-generated Rust code
cf21fc4 : Initial import of num-bigint-0.4.0
8351684 : Initial empty repository

+- Project: platform/external/rust/crates/num-derive

a4dd44a : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
739fe9c : Update TEST_MAPPING

+- Project: platform/external/rust/crates/num-integer

2d2a78b : num-integer: in virt apex
6f99ba0 : Update TEST_MAPPING
1a12ef6 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
0fa9d86 : Enable tests
c4b3045 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/num-traits

a7ecc52 : Update TEST_MAPPING
28198ea : Make vendor available
7fc63fa : Adding bluetooth apex
6c7c9a1 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
68156d8 : Add apex_available
92b538c : Allow CompOS access to num-traits
552c907 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/num_cpus

1c54293 : Update num_cpus to 1.13.1
284dc2e : Make vendor available
44ba286 : Make libnum_cpu available to com.android.compos
ca3b941 : Use new cargo2android.py feature to remove part of a patch.
08519d7 : Adding bluetooth apex
aa35ab5 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
ee82cca : Add apex_available.
c9466f5 : TEST_MAPPING: remove test that doesn't exist
f538b4e : Enable tests
a41eac0 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/oid-registry

f977658 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
bc8770b : Upgrade rust/crates/oid-registry to 0.2.0
ee1dc17 : Update TEST_MAPPING
95b436e : Upgrade rust/crates/oid-registry to 0.1.5
f5141b4 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/oid-registry
ef28ecd : Add Android.bp and auto-generated Rust code
a9f0d29 : Initial import of oid-registry 0.1.4
d97449c : Initial empty repository

+- Project: platform/external/rust/crates/once_cell

533bf13 : Update once_cell to 1.9.0
aeca3d8 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
467ba80 : Enable tests
84f337f : Update TEST_MAPPING
5566498 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
9c624cb : Allow CompOS APEX to access Ring.
e32d6ee : Upgrade rust/crates/once_cell to 1.8.0

+- Project: platform/external/rust/crates/oorandom

e256826 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
acf71c2 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/parking_lot

468e33c : Update parking_lot to 0.12.0
08b67de : Adding bluetooth apex
f2b42fa : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
c48f77e : Add apex to parking_lot rust crate
875833a : Upgrade rust/crates/parking_lot to 0.11.2

+- Project: platform/external/rust/crates/parking_lot_core

2aced65 : Update parking_lot_core to 0.9.1
0d5a6f3 : Adding bluetooth apex
c2e4752 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
5cf7fa0 : Add apex to parking_lot_core rust crate
e339207 : Upgrade rust/crates/parking_lot_core to 0.8.5

+- Project: platform/external/rust/crates/paste

91d4cbe : Update paste to 1.0.6
ecb93d4 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
e7ae350 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/peeking_take_while

972ae58 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
37c69af : Import third-party tests in TEST_MAPPING
2ad6afb : Upgrade rust/crates/peeking_take_while to 1.0.0
067ef3e : Update TEST_MAPPING
2951993 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/percent-encoding

be1d740 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
38d376f : Update TEST_MAPPING

+- Project: platform/external/rust/crates/pest

a19bae2 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/pest
dcb7502 : Import pest crate.
d42c58e : Initial empty repository

+- Project: platform/external/rust/crates/pest_derive

3b0b0cc : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/pest_derive
5a53f3d : Import pest_derive crate.
e148ba3 : Initial empty repository

+- Project: platform/external/rust/crates/pest_generator

11922b3 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/pest_generator
c608b2f : Import pest_generator crate.
099cc31 : Initial empty repository

+- Project: platform/external/rust/crates/pest_meta

55491aa : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/pest_meta
d240aa6 : Import pest_meta crate.
f0dbfff : Initial empty repository

+- Project: platform/external/rust/crates/pin-project

8915193 : Update pin-project to 1.0.10
a8e7371 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
c1569cc : Upgrade rust/crates/pin-project to 1.0.8
c95dc51 : Upgrade rust/crates/pin-project to 1.0.7

+- Project: platform/external/rust/crates/pin-project-internal

fa4ad95 : Update pin-project-internal to 1.0.10
671a55c : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
390cfc2 : Upgrade rust/crates/pin-project-internal to 1.0.8
e20c266 : Upgrade rust/crates/pin-project-internal to 1.0.7

+- Project: platform/external/rust/crates/pin-project-lite

634c6e6 : Update pin-project-lite to 0.2.8
5a39805 : Make vendor available
7bca904 : Adding bluetooth apex
a7cf83a : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
6ddbf0d : Add apex_available.
0325caa : Update TEST_MAPPING
ac37248 : Upgrade rust/crates/pin-project-lite to 0.2.7
cf7ddbd : Upgrade rust/crates/pin-project-lite to 0.2.6

+- Project: platform/external/rust/crates/pin-utils

93a213f : Adding bluetooth apex
45c3df7 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
6dec7ac : Update TEST_MAPPING
3377465 : Make libpin_utils available to DnsResolver
522299a : Make libpin_utils available to DnsResolver

+- Project: platform/external/rust/crates/plotters

ea1df69 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
f2c0a21 : Remove external/rust/crates/plotters/.gitmodules.
57661f0 : Update TEST_MAPPING
f13194f : Upgrade rust/crates/plotters to 0.3.1

+- Project: platform/external/rust/crates/plotters-backend

6032dde : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
7c1ac52 : Update TEST_MAPPING
2f46b50 : Upgrade rust/crates/plotters-backend to 0.3.2

+- Project: platform/external/rust/crates/plotters-svg

a8eee8a : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
91f6349 : Update TEST_MAPPING
28bb7ac : Upgrade rust/crates/plotters-svg to 0.3.1

+- Project: platform/external/rust/crates/ppv-lite86

b990c17 : Update ppv-lite86 to 0.2.16
1bf40ce : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
13bf0a4 : Update Android.bp with cargo2android.json
b01667e : Update TEST_MAPPING

+- Project: platform/external/rust/crates/proc-macro-error

3651223 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
9c009c9 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/proc-macro-error-attr

d122a88 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
a6022ff : Update TEST_MAPPING

+- Project: platform/external/rust/crates/proc-macro-hack

d31c512 : Update TEST_MAPPING
6a4afdc : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
79c8cd6 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/proc-macro-nested

e602691 : Update TEST_MAPPING
2f23411 : Adding bluetooth apex
d30a975 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
527b56e : Update TEST_MAPPING
cb7d350 : Make libproc_macro_nested available to DnsResolver
561cf37 : Make libproc_macro_nested available to DnsResolver
794f201 : Upgrade rust/crates/proc-macro-nested to 0.1.7

+- Project: platform/external/rust/crates/proc-macro2

0dbe64a : Update TEST_MAPPING
f0a4f61 : Update proc-macro2 to 1.0.36
de5999b : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
a7d8f12 : Update TEST_MAPPING
1313a23 : Upgrade rust/crates/proc-macro2 to 1.0.29
a44e521 : Update TEST_MAPPING
ed9fcba : Update TEST_MAPPING
35062ef : Upgrade rust/crates/proc-macro2 to 1.0.28
3166edd : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
d363fd5 : Upgrade rust/crates/proc-macro2 to 1.0.27

+- Project: platform/external/rust/crates/protobuf

9d58b34 : Update TEST_MAPPING
793d84b : Update protobuf to 2.27.1
247b0cd : Adding bluetooth apex
7c584c6 : Add missed TEST_MAPPINGs
892b1fb : Make libprotobuf available to CompOS
14e56e0 : Upgrade rust/crates/protobuf to 2.25.1
d1ce38a : Update TEST_MAPPING
f9dc51b : Upgrade rust/crates/protobuf to 2.25.0
7c6935b : Upgrade rust/crates/protobuf to 2.24.1
e2ec686 : Upgrade rust/crates/protobuf to 2.23.0

+- Project: platform/external/rust/crates/protobuf-codegen

316092b : Update protobuf-codegen to 2.27.1
4747e6f : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
fdcf7c8 : Remove deprecated file.
5106504 : Upgrade rust/crates/protobuf-codegen to 2.25.1
7f6fb13 : Upgrade rust/crates/protobuf-codegen to 2.25.0
fa8a7b3 : Upgrade rust/crates/protobuf-codegen to 2.24.1
cb467ae : Upgrade rust/crates/protobuf-codegen to 2.23.0

+- Project: platform/external/rust/crates/quiche

59104a0 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
d84ad4d : Remove local patch
45c0f05 : Fix typos in quiche tests.
4e89923 : Use cargo2android.py to generate the data property.
f41107f : Upgrade rust/crates/quiche to 0.9.0
96d408b : Upgrade rust/crates/quiche to 0.9.0
7339ce1 : Add libquiche_static and use cargo2android.json to generate bp file

+- Project: platform/external/rust/crates/quickcheck

79cfc73 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
6c38073 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/quickcheck
2fb672c : Build crate and enable tests
aa840b6 : Import quickcheck 1.0.3
8bcbd09 : Initial empty repository

+- Project: platform/external/rust/crates/quote

a17b36b : Update TEST_MAPPING
a187dc1 : Update quote to 1.0.15
be818d4 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
00ac760 : Update TEST_MAPPING
02e89de : Update TEST_MAPPING
e9f8dfb : Update TEST_MAPPING

+- Project: platform/external/rust/crates/rand

e63a633 : Update rand to 0.8.5
4abe8e4 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
cd8f11c : Update Android.bp with cargo2android.json
9b3dc15 : Enable small_rng feature
2f5e26a : Update TEST_MAPPING
79ef70c : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
e03dd30 : Upgrade rust/crates/rand to 0.8.4
662a5f3 : Remove unneeded patch

+- Project: platform/external/rust/crates/rand_chacha

1287a05 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
5bd3cf7 : Update Android.bp with cargo2android.json
a3ca9c3 : Enable tests
94ae113 : Update TEST_MAPPING
8fb041e : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
2e480af : Upgrade rust/crates/rand_chacha to 0.3.1

+- Project: platform/external/rust/crates/rand_core

466b66e : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
997781d : Update Android.bp with cargo2android.json
e1458ff : Update TEST_MAPPING
83e0038 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
fe04fdc : Upgrade rust/crates/rand_core to 0.6.3

+- Project: platform/external/rust/crates/rand_xorshift

983653b : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
3f67c22 : Update TEST_MAPPING
b3fa607 : Use new c2a functionality instead of a patch.

+- Project: platform/external/rust/crates/rayon

909a9aa : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
d2cce19 : Update TEST_MAPPING
dd2305d : Upgrade rust/crates/rayon to 1.5.1

+- Project: platform/external/rust/crates/rayon-core

658abf5 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
d352fba : Update TEST_MAPPING
3e7fe75 : Upgrade rust/crates/rayon-core to 1.9.1

+- Project: platform/external/rust/crates/regex

e35f2a7 : Update TEST_MAPPING
dc2fe9f : Give CompOS APEX access to libregex
b45005e : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
5b27bad : Enable tests
f98737d : Update TEST_MAPPING
26c913e : Update TEST_MAPPING
8d9adfb : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
b6bc1c0 : Make the library available to virt apex
3874808 : Upgrade rust/crates/regex to 1.5.4

+- Project: platform/external/rust/crates/regex-automata

ddf11e0 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
878d087 : Update TEST_MAPPING
8249a3d : Upgrade rust/crates/regex-automata to 0.1.10

+- Project: platform/external/rust/crates/regex-syntax

1c6b7e6 : Update TEST_MAPPING
80a32d8 : Give CompOS APEX access to libregex
c627c13 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
15ede73 : Update TEST_MAPPING
2721ad6 : Update TEST_MAPPING
60f48fe : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
e0b9674 : Make the library available to virt apex
59bc14e : Upgrade rust/crates/regex-syntax to 0.6.25

+- Project: platform/external/rust/crates/remain

4827868 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
2bc4e67 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/remove_dir_all

c4d5182 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
aa7fbe7 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/remove_dir_all
5403d04 : Add OWNERS and fix METADATA file.
dabeaa4 : Update Android.bp with cargo2android.json
cb14646 : Initial import of remove_dir_all-0.7.0
0928134 : Initial empty repository

+- Project: platform/external/rust/crates/ring

46e2a87 : Update TEST_MAPPING
f773b1f : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
4bcdfe0 : Add missing apex.
daca139 : Update TEST_MAPPING
199b0c1 : Make ring available to the virt APEX
f3b16f2 : Link archive libraries needed by libring as whole_static_libs
8aee8a9 : Remove patch.
97a97e4 : Upgrade rust/crates/ring to 0.16.20
fad87d8 : Link archive libraries needed by libring as whole_static_libs
9c5ddb9 : Allow CompOS APEX to access Ring.
fce0987 : Make libring-test available to DnsResolver
8a94f51 : Remove patch.
3916abf : Cleanup

+- Project: platform/external/rust/crates/rusqlite

82c86ae : Update rusqlite to 0.27.0
3dfe0b2 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
43008c5 : Rename cargo2android.py control file.
4dd7486 : Add librusqlite_noicu
5671788 : Add trace feature to rusqlite crate
2cd3adb : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
570a929 : Upgrade rust/crates/rusqlite to 0.25.3

+- Project: platform/external/rust/crates/rustc-demangle

2c47db2 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
ef0a718 : Upgrade rust/crates/rustc-demangle to 0.1.21
95f1cda : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/rustc-demangle
047079d : Initial TEST_MAPPING generation
5aed57a : Initial cargo2android run
813ee27 : Initial Import: rustc-demangle-0.1.20
94cb65a : Initial empty repository

+- Project: platform/external/rust/crates/rustc-demangle-capi

5687e7e : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
8c12a5b : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/rustc-demangle-capi
3984194 : Adjust API to match __cxa_demangle
54cd2d5 : Initial TEST_MAPPING generation
698c5d3 : Initial cargo2android.py run
b5b10ef : Suppress cdylib build
c21735e : Initial Import: rustc-demangle-capi-0.1.16
1e18c46 : Initial empty repository

+- Project: platform/external/rust/crates/rustc-hash

b730a19 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
2126573 : Update TEST_MAPPING
fb5c1c6 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/rusticata-macros

e64d134 : Update rusticata-macros to 4.1.0
1a2e066 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
dcd5c52 : Upgrade rust/crates/rusticata-macros to 4.0.0
3ea2811 : Update TEST_MAPPING
ae59e8e : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/rusticata-macros
0840946 : Add Android.bp
ebb1872 : Initial import of rusticata-macros-3.1.0
61f3cdd : Initial empty repository

+- Project: platform/external/rust/crates/rustversion

adf5250 : Update TEST_MAPPING
745447d : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
b8acb80 : Update to 1.0.5

+- Project: platform/external/rust/crates/ryu

7461d20 : Update ryu to 1.0.9
c510159 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
042b8e1 : Enable tests
4e4f188 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/same-file

63c2479 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
3853d20 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/scopeguard

e649cfd : Adding bluetooth apex
57f04ba : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
1f4877c : Add apex to scopeguard rust crate
bd2c597 : Update TEST_MAPPING
a58e6cd : Make available to com.android.compos apex

+- Project: platform/external/rust/crates/semver

af34ed0 : Update TEST_MAPPING
3495066 : Update semver to 1.0.6
dd6c389 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/semver
8fa5a25 : Add Android.bp for semver
2ab0327 : Import semver 1.0.5
8bbaabd : Initial empty repository

+- Project: platform/external/rust/crates/serde

22e58e4 : Update TEST_MAPPING
d1bc101 : Update serde to 1.0.136
d266151 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
658ab97 : Make vendor available.
df37083 : Enable tests
532c00f : Update TEST_MAPPING
da48ce9 : Upgrade rust/crates/serde to 1.0.130
4b112f1 : Update TEST_MAPPING
71af9d4 : Upgrade rust/crates/serde to 1.0.127
3a0b3fc : Remove patch.
9676b3e : Upgrade rust/crates/serde to 1.0.126

+- Project: platform/external/rust/crates/serde-xml-rs

a96b762 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
633f134 : Update TEST_MAPPING
14f3d85 : Upgrade rust/crates/serde-xml-rs to 0.5.1
9ca936c : Update TEST_MAPPING
98adb00 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/serde-xml-rs
d34029d : Enable tests
8d11229 : rename libxml to libxml_rust
e736ffe : Revert^2 "Import serde-xml-rs 0.4.1"
1620dfa : Revert "Import serde-xml-rs 0.4.1"
1e046a8 : Import serde-xml-rs 0.4.1
2422449 : Initial empty repository

+- Project: platform/external/rust/crates/serde_cbor

e7e0325 : Update TEST_MAPPING
5157e64 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
8e38b5d : Make vendor available.
2570829 : Upgrade rust/crates/serde_cbor to 0.11.2
9f80532 : Enable the serde_cbor tags feature
3fc6ba2 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/serde_derive

95567b5 : Update TEST_MAPPING
87a4f95 : Update serde_derive to 1.0.136
13475b7 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
505db9a : Update TEST_MAPPING
0efbd40 : Upgrade rust/crates/serde_derive to 1.0.130
b3ad500 : Update TEST_MAPPING
1ffc9cd : Upgrade rust/crates/serde_derive to 1.0.127
0e154ed : Upgrade rust/crates/serde_derive to 1.0.126

+- Project: platform/external/rust/crates/serde_json

2f2c465 : Update serde_json to 1.0.79
90636d3 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
9c556b4 : Upgrade rust/crates/serde_json to 1.0.68
5e71195 : Update TEST_MAPPING
d1eaeaf : Upgrade rust/crates/serde_json to 1.0.66
308069c : Upgrade rust/crates/serde_json to 1.0.64

+- Project: platform/external/rust/crates/serde_test

4025017 : Update serde_test to 1.0.136
7314c4f : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
5d6b6f4 : Upgrade rust/crates/serde_test to 1.0.130
6e38e63 : Update TEST_MAPPING
6147301 : Upgrade rust/crates/serde_test to 1.0.127
8808fe1 : Upgrade rust/crates/serde_test to 1.0.126

+- Project: platform/external/rust/crates/shared_child

384a131 : Update shared_child to 1.0.0
a36bf38 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
8ac651f : Add missing comma.
f13921f : Make availabe to CompOS APEX
8da8a5a : Update TEST_MAPPING

+- Project: platform/external/rust/crates/shared_library

eef57db : Use new cargo2android.py feature to remove a patch.
7782ea7 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
4a18167 : Add apex to shared_library rust crate
e0cbdc2 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/shared_library
f39d483 : Import shared_library rust crate (attempt #2)
c081e9e : Revert "Import shared_library rust crate"
682d050 : Import shared_library rust crate
078d3cf : Initial empty repository

+- Project: platform/external/rust/crates/shlex

01acbbe : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
2ec859f : Upgrade rust/crates/shlex to 1.1.0
359ad57 : Update TEST_MAPPING
7b29146 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/slab

4b88bd1 : Update slab to 0.4.5
e36c5d1 : Adding bluetooth apex
afbe674 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
5b201ad : Update TEST_MAPPING
bf78b27 : Upgrade rust/crates/slab to 0.4.4
c7a0ca3 : Make libslab available to DnsResolver
2a82770 : Make libslab available to DnsResolver
c03c72f : Upgrade rust/crates/slab to 0.4.3

+- Project: platform/external/rust/crates/smallvec

88f8ef8 : Update TEST_MAPPING
8f21297 : Update smallvec to 1.8.0
c88ecc6 : Adding bluetooth apex
e13e503 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
703b0af : Update TEST_MAPPING
9aa8872 : Remove patch and use config file.

+- Project: platform/external/rust/crates/spin

60b6576 : Add no_std version of library, with different set of features enabled.
87dc541 : Update TEST_MAPPING
710e463 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
64f4bfa : Update TEST_MAPPING
9ea9c8c : Make spin available to the virt APEX
7328d96 : Upgrade rust/crates/spin to 0.9.2
8d7807f : Upgrade rust/crates/spin to 0.9.1
f42ccee : Allow CompOS APEX to access Ring.
05c81a6 : Remove patch

+- Project: platform/external/rust/crates/structopt

12ae7f8 : Update structopt to 0.3.26
2e6ea1b : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
3a84c42 : Upgrade rust/crates/structopt to 0.3.23
236d434 : Update TEST_MAPPING
108a00f : Upgrade rust/crates/structopt to 0.3.22

+- Project: platform/external/rust/crates/structopt-derive

b66219a : Update structopt-derive to 0.4.18
46bc26e : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
564f03e : Upgrade rust/crates/structopt-derive to 0.4.16
bd8802d : Update TEST_MAPPING
7081b4a : Upgrade rust/crates/structopt-derive to 0.4.15

+- Project: platform/external/rust/crates/syn

0f7d984f : Update TEST_MAPPING
ec387697 : Update syn to 1.0.86
706a40ab : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
47cdcce3 : Update TEST_MAPPING
0773d8db : Upgrade rust/crates/syn to 1.0.76
d978121e : Update TEST_MAPPING
1c4b9edc : Upgrade rust/crates/syn to 1.0.74
e4f3eca5 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
d3247288 : Upgrade rust/crates/syn to 1.0.73
fdd47744 : Upgrade rust/crates/syn to 1.0.72

+- Project: platform/external/rust/crates/syn-mid

55de903 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.

+- Project: platform/external/rust/crates/tempfile

2e15f67 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
79baa53 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tempfile
e2a6891 : Add common Rust OWNERS too.
72255bb : Update Android.bp with cargo2android.json
7ce5f52 : Initial import of tempfile-3.2.0
71ef2c4 : Initial empty repository

+- Project: platform/external/rust/crates/termcolor

b8238c4 : Update TEST_MAPPING
3b4de22 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
9c82f72 : Enable tests

+- Project: platform/external/rust/crates/textwrap

6b41f07 : Update TEST_MAPPING
30ca485 : Update textwrap to 0.15.0
1b3f2c7 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
0d0dd57 : Update TEST_MAPPING
9cd879e : Update TEST_MAPPING
a70ac09 : Upgrade rust/crates/textwrap to 0.14.2
2c52f3e : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
6234ec1 : Upgrade rust/crates/textwrap to 0.14.0
6be94e4 : Make available to com.android.compos apex

+- Project: platform/external/rust/crates/thiserror

e7af8e1 : Update TEST_MAPPING
63585e4 : Update thiserror to 1.0.30
bb92c96 : Adding bluetooth apex
6ca7635 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
eab3d3b : Make vendor available.
c476854 : Make thiserror available to DNS Resolver
4186144 : Add apex_available.
f54d531 : Make thiserror available to DNS Resolver
8b58b81 : Update TEST_MAPPING
48af3ad : Grant visibility to the CompOS APEX.
d3ed325 : Upgrade rust/crates/thiserror to 1.0.29
371b614 : Update TEST_MAPPING
fd35315 : Upgrade rust/crates/thiserror to 1.0.26
7bd0dff : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
933f15e : Upgrade rust/crates/thiserror to 1.0.25

+- Project: platform/external/rust/crates/thiserror-impl

16b5a44 : Update TEST_MAPPING
0ea9e76 : Update thiserror-impl to 1.0.30
3fcdd19 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
05098c8 : Update TEST_MAPPING
7c96cee : Upgrade rust/crates/thiserror-impl to 1.0.29
3173393 : Update TEST_MAPPING
87fb8e3 : Upgrade rust/crates/thiserror-impl to 1.0.26
a852085 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
3c765a1 : Upgrade rust/crates/thiserror-impl to 1.0.25

+- Project: platform/external/rust/crates/thread_local

e132f60 : Update thread_local to 1.1.4
53b1f93 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
428a58c : Update TEST_MAPPING
3c8cbe0 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING

+- Project: platform/external/rust/crates/tinytemplate

08d8eae : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
f48eb81 : Enable tests
fa84bfd : Update TEST_MAPPING

+- Project: platform/external/rust/crates/tinyvec

430ec0c : Update TEST_MAPPING
38f28c3 : Update tinyvec to 1.5.1
930746e : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
7080eb5 : Enable tests
153eaf0 : Upgrade rust/crates/tinyvec to 1.4.0
874ba7d : Upgrade rust/crates/tinyvec to 1.3.1
0f4ee30 : Upgrade rust/crates/tinyvec to 1.2.0

+- Project: platform/external/rust/crates/tinyvec_macros

09c369d : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
70b08b6 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/tokio

be29509 : Make vendor available
d92fb67 : Adding bluetooth apex
555e4dd : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
a9123a9 : Add apex_available.
b8563af : DO NOT MERGE Remove cargo compat and nix tests
1db412d : Update to 1.14.0
5fe8798 : Upgrade rust/crates/tokio to 1.12.0
d61267f : Upgrade tokio to 1.10.1
6429614 : Upgrade rust/crates/tokio to 1.10.0
1c33108 : Add README.android explaining the winapi feature.
b53dd06 : Upgrade rust/crates/tokio to 1.7.1
7e9b013 : Remove patch.
b81c80b : Upgrade rust/crates/tokio to 1.6.0 and use cargo2android.json to generate bp file
87b2985 : tcp_into_std: assign an unused port
718f529 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tokio

+- Project: platform/external/rust/crates/tokio-macros

2201091 : Update tokio-macros to 1.7.0
7e662fd : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
64b8d17 : DO NOT MERGE Remove newer cargo compat features
8fd151b : Update to 1.6.0
b2b3da5 : Upgrade rust/crates/tokio-macros to 1.4.1
aa5f147 : Update TEST_MAPPING
b92cb37 : Upgrade rust/crates/tokio-macros to 1.3.0
40177b3 : Upgrade rust/crates/tokio-macros to 1.2.0

+- Project: platform/external/rust/crates/tokio-stream

9efa049 : Update tokio-stream to 0.1.8
13846a6 : Adding bluetooth apex
7544e02 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
f8723f2 : Update TEST_MAPPING
bd64f25 : Upgrade rust/crates/tokio-stream to 0.1.7
6ba6072 : Upgrade rust/crates/tokio-stream to 0.1.6

+- Project: platform/external/rust/crates/tokio-test

82d53a8 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
f8f8a2d : Update TEST_MAPPING
061ddcc : Upgrade rust/crates/tokio-test to 0.4.2

+- Project: platform/external/rust/crates/ucd-trie

8ad7aca : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/ucd-trie
1e09924 : Import ucd-trie crate.
8c89d8a : Initial empty repository

+- Project: platform/external/rust/crates/unicode-bidi

410bb6c : Update unicode-bidi to 0.3.7
000e2dc : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
a69993b : Upgrade rust/crates/unicode-bidi to 0.3.6
c62c126 : Upgrade rust/crates/unicode-bidi to 0.3.5

+- Project: platform/external/rust/crates/unicode-normalization

1e06739 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
674441f : Upgrade rust/crates/unicode-normalization to 0.1.19

+- Project: platform/external/rust/crates/unicode-segmentation

a8324f0 : Update TEST_MAPPING
0135332 : Update unicode-segmentation to 1.9.0
0b0fd2f : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
1fba424 : Update TEST_MAPPING
cdef32c : Upgrade rust/crates/unicode-segmentation to 1.8.0

+- Project: platform/external/rust/crates/unicode-width

76d5338 : Update TEST_MAPPING
3fde633 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
1644b85 : Upgrade rust/crates/unicode-width to 0.1.9
08c7c56 : Update TEST_MAPPING

+- Project: platform/external/rust/crates/unicode-xid

ff2788a : Update TEST_MAPPING
60887db : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
8922f8d : Update TEST_MAPPING
fd59300 : Update TEST_MAPPING
109e231 : Update TEST_MAPPING
7bc3042 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING
11f9802 : Upgrade rust/crates/unicode-xid to 0.2.2

+- Project: platform/external/rust/crates/untrusted

4e8852f : Update TEST_MAPPING
3d990a6 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
a3890db : Update TEST_MAPPING
d0de1ba : Make the untrusted crate available to the virt APEX
d8d3309 : Allow CompOS APEX to access Ring.

+- Project: platform/external/rust/crates/url

eab182b : Refresh Android.bp, cargo2android.json, TEST_MAPPING.

+- Project: platform/external/rust/crates/uuid

3190aa7 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.

+- Project: platform/external/rust/crates/vsock

bc5a1c4 : Update vsock to 0.2.6
91d7d38 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
0904891 : Remove deprecated file.
86e6d34 : Update TEST_MAPPING
d8fb876 : Make libvsock available to the virt APEX
38fd0f8 : Upgrade rust/crates/vsock to 0.2.4

+- Project: platform/external/rust/crates/vulkano

9d31388 : Use new cargo2android.py feature to remove a patch.
8f396c6 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
eff22f7 : Add apex to vulkano rust crate
6b9ddfd : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/vulkano
08bdde5 : Import vulkano rust crate (attempt #2)
9f027bb : Revert "Import vulkano rust crate"
e6dc40d : Import vulkano rust crate
adb49d8 : Initial empty repository

+- Project: platform/external/rust/crates/walkdir

2416a11 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
f6b331b : Update TEST_MAPPING

+- Project: platform/external/rust/crates/weak-table

77e4bb9 : Update weak-table to 0.3.2
93d924b : Refresh Android.bp, cargo2android.json, TEST_MAPPING.

+- Project: platform/external/rust/crates/webpki

538f917 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
760fea0 : Update TEST_MAPPING
c6ee37c : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/webpki
035a56f : Enable alloc and std for verifying RSA signatures
6b5b147 : Add Android.bp
3690302 : Initial import of webpki-0.22.0
adead94 : Initial empty repository

+- Project: platform/external/rust/crates/which

4134692 : Update which to 4.2.4
b434f32 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
8b158cb : Update TEST_MAPPING
e85d2d1 : Update TEST_MAPPING
9e4f7ef : Upgrade rust/crates/which to 4.2.2
47e0a92 : Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING

+- Project: platform/external/rust/crates/x509-parser

dd7e83f : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
5e6c68c : Upgrade rust/crates/x509-parser to 0.12.0
1a0dec4 : Update TEST_MAPPING
a1302f7 : Use patch not feature to fix rustdoc build.
3795af9 : Fix rustdoc build.
c68e822 : Revert^2 "Upgrade rust/crates/x509-parser to 0.10.0"
1d90639 : Revert^2 "Upgrade rust/crates/x509-parser to 0.10.0"
c5051d1 : Revert "Upgrade rust/crates/x509-parser to 0.10.0"
d295594 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/x509-parser
856d48f : Upgrade rust/crates/x509-parser to 0.10.0
148b146 : Fix a test that depends on a relative path
c9bc0c9 : Add Android.bp and patches
6ea24ae : Initial import of x509-parser 0.9.2
2312499 : Initial empty repository

+- Project: platform/external/rust/crates/xml-rs

6a6e496 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
3c47ae4 : Update TEST_MAPPING
3cfa44c : Update TEST_MAPPING
adee7a4 : Upgrade rust/crates/xml-rs to 0.8.4
604d4e8 : [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/xml-rs
5d1abed : Use cargo2android.py feature to remove a patch.
b427e26 : Revert "Revert "Re-enable test""
d08be5c : Revert "Re-enable test"
0558054 : Re-enable test
7a7aadc : rename libxml to libxml_rust
a7cd238 : Revert^2 "Import xml-rs 0.8.3"
2fc1401 : Revert "Import xml-rs 0.8.3"
24ae990 : Remove failing test.
fba72ff : Import xml-rs 0.8.3
12415aa : Initial empty repository

+- Project: platform/external/rust/crates/zip

132eccb : Upgrade rust/crates/zip to 0.6.2
0799962 : Refresh Android.bp, cargo2android.json, TEST_MAPPING.
ed5c3c2 : Revert "Enable Tests"
a97fea0 : Enable Tests
b527126 : Update TEST_MAPPING
24acaa4 : make the lib available to com.android.virt
4558110 : Upgrade rust/crates/zip to 0.5.13
0994355 : Upgrade rust/crates/zip to 0.5.12
82a052e : Enable deflate-zlib feature

+- Project: platform/external/rust/cxx

d18279e : Make the libcxx library available to com.android.virt
9d02e13 : Adding Bluetooth apex to the libs
3ccec34 : Renamed bluetooth apex name to com.android.bluetooth
149626b : Grant visibility to the CompOS APEX.
36d9ac1 : Update ui test suite to nightly-2021-09-14
1fae979 : Remove ignore of deleted filter_map clippy lint
649da65 : Ignore derivable_impls lint in generated code
84333be : Ignore if_same_then_else clippy lint
c65fa3b : Re-enable clippy after upstream crash fix
d9a561c : Delete unused span field from ForeignName
fccef86 : Release 1.0.54
6f3f4bb : Expose reserve on CxxString
8f56cbb : Expose capacity and reserve on rust::String
0b4b73f : Adopt unsafe_op_in_unsafe_fn style
7285554 : Update Bazel build to rustc 1.54.0
c5285c7 : Rename slice nonnull ptr accessor to match std NonNull<[T]>::as_non_null_ptr
0d4a136 : Skip Vec::reserve call more often in reserve_total
a7bde2b : Consistently use new_cap in signatures of reserve_total
185c2cb : Fix over-reserve in rust::String::c_str
760b66b : Build and run syn build script in Buck and Bazel rules
a23d0ec : Release 1.0.53
d960a32 : Lockfile update
c3fc2a4 : Switch from 'index' to 'ptr'
921629c : Don't shadow `pos`
f1e2af8 : Update ui test suite to nightly-2021-08-20
4d45418 : Update ui test suite to nightly-2021-08-18
0d2ccea : Format Bazel bzl files with buildifier
4309c43 : Remove rules that override rules_rust's default edition
66bac52 : Buck: build and execute proc-macro2 build script
f497b0e : Format BUCK files with buildifier
1d92859 : Bazel: build and execute proc-macro2 build script
8dfba30 : Release 1.0.52
fc3eb25 : Lockfile update
f2a1466 : Add CxxString::clear method
a104fd6 : Tweak extern Rust Result spans to work with nightly-2021-08-12
5369efd : Update ui test suite to nightly-2021-08-12
971082d : Add rust::String utf-16 constructors to website
9230abf : Release 1.0.51
8ef9e31 : Lockfile update
31a4102 : Added UTF-16 rust::String initialization
c59a402 : Avoid inheriting formatter flags in some Display impls
7b76ea0 : Release 1.0.50
b4172cb : Lockfile update
20cb73a : Support slice of trivial extern type alias
17d3878 : Update ui test suite to nightly-2021-07-21
1798604 : Delete derive_nonclone ui test
b0df255 : Update ui test suite to nightly-2021-07-20
b625b3f : Disable clippy CI due to clippy crash
4fbb797 : bazel: don't use cargo in $PATH, make the build hermetic.
d5da53a : Revert "Suppress unknown clippy lints"
fb042fb : add additional cmake example
46cff54 : Avoid asserting to llvm that C++ ptr type bits are fully occupied
0d7d9e0 : Release 1.0.49
24c4fc2 : Lockfile update
db90502 : Update CxxVector autotrait diagnostic
bbbf0cc : Eliminate raw pointer to element type from CxxVector impl
11eed38 : Adjust CxxVector repr to be ffi independent of T
0fa63a1 : Add regression test of issue 857
9168da2 : Add ui test of CxxVector autotrait impls
248994a : Tweak opaque type repr for slightly more evocative errors
9f0e67d : Add a CxxVector size assertion
a134eca : Release 1.0.48
a0d52c2 : Lockfile update
28630da : Prune null fields from serialized clang tree
a626cc0 : Expose Serialize impls on cxxbridge_macro::clang::Node
d5f9e38 : Adopt Box<str> for some AST size shrinking
eed7ebc : Track size of AST node structure
3e85169 : Split clang AST data structures out to module
060f1b4 : Document empty() member function in book
99f79c0 : Add 'bool empty() const noexcept' to Str, String
1d0556e : Release 1.0.47
3d45225 : Lockfile update
bd7fb78 : Handle gz decoder errors
6a1f7b9 : Support gz compressed AST input
fd1eacd : Memory-map AST file instead of reading to memory
9b25214 : Ignore whether variants_from_header attr is outer or inner
da81086 : Parse enum underlying repr type from clang AST
4584958 : Support enum repr types from std::os::raw
7955476 : Factor out enum qualified name formatter
6313917 : Raise error on repeated definitions of same enum
3b58d1c : Move empty enum check to before filling in variants
e2250bc : Parse discriminant values from clang AST
ad7a3bd : Adopt default variant name on name parse error
77b76c9 : Check whether variants have been found for every enum
8a893c7 : Extract variant info from ast dump
cacfa02 : JSON deserialization based on CXX_CLANG_AST env var
2b62812 : Store original Attribute of the variants_from_header for spans
0ffb76f : Determine whether AST dump loading is necessary
95167d8 : Set up clang ast loading in macro expand codepath
a62b6e6 : Skip enum static assertions if loading from header
bbf9667 : Implicltly extern type for enums sourced from header
2cf2d0c : Preserve item inner attrs
dd83203 : Implement variants_from_header checking
15bf509 : Parse #![variants_from_header] inner attribute
e17bb02 : Pull in syn 1.0.70 for inner attribute support
5b05a97 : Update lockfile to reflect clang-ast dependency
34a44cb : Add experimental feature with optional dependency on clang-ast
2c76dd6 : Release 1.0.46
1dbe9a2 : Lockfile update
3fa747c : Work around redundant_closure lint in old clippys
0f9ce21 : Avoid warning on unknown upper_case_acronyms lint on old clippys
d0019c6 : Expose WeakPtrTarget trait bound under cxx::memory
cb07a84 : deny(missing_docs) at crate root
9b54630 : Fill in vector pop method comment
43fe4b5 : Release 1.0.45
42c1ee8 : Disable bazel/buck CI jobs on pull requests
9521519 : Add CxxVector::pop in Rust
fc26d6d : Add CxxVector::push in Rust
c5f472e : Factor out helper for identifying maybe trivial types
e84849e : Make FatFunction contents into proper ctype
48c01a6 : Clean up unneeded Debug derive macro import
e0e3935 : Add impls for dropping RustString/RustVec ffi wrappers
64918b1 : Release 1.0.44
757f7ff : Support inner attributes inside bridge
65b8338 : Add padding around member functions that have documentation
2d7c38d : Document member functions just once in impl file
848ffb7 : Fix placement of C++ comments on member function decls
064cf12 : Release 1.0.43
be89a9e : Lockfile update
10c108a : Update Bazel Rust rules version
0dd480a : Update Bazel build to rustc 1.51.0
6e8d058 : Fix undeclared lifetime when fn ptr arg contains outer lifetime
18c6016 : Add regression test for issue 739
1ccc4f7 : Preserve token spans everywhere possible in expand_extern_type
06b39d5 : Insert void ptr casts for invalid Box and UniquePtr ctypes
2150eb1 : Span all C++ function shim bodies with appropriate span
2b3fb19 : Span all Rust function shim bodies with appropriate span
8a0abfd : Touch up BareFn type parsing
1760b14 : Propagate span of method receiver colon tokens
281d49a : Store span of method receiver colon tokens
5a266d4 : Propagate span of function argument colon tokens
f6cad33 : Store span of function argument colon tokens
5d02dd9 : Span all argument manipulations using the arg's ident span
eb6aea5 : Consistently use 'var' for fn argument variable ident
fdc1015 : Resolve improper ctype lint affecting RustVec
56377fc : Resolve improper ctype lint affecting RustString
a9dc047 : Encapsulate RustVec repr to single module
c32b58b : Restore compatibility with rustc pre 1.53
7fdd4a8 : Resolve improper ctype lint affecting RustSlice
3eba201 : Resolve improper ctype lint affecting RustStr
5577e7c : Encapsulate RustSlice repr to single module
d916e09 : Deny improper_ctypes_definitions
ea4656c : Suppress ptr_arg clippy lint in test suite
51c3353 : Fix rust::Fn call with non-const reference argument
6e2223b : Add regression test for issue 738
c46b0fa : Make errors rustc already catches specific to C++ generator
ef1b70d : Diagnostic for invalid lifetime param 'static
d7705dd : Add ui test of invalid use of 'static as lifetime param name
035d798 : Update ui test suite to nightly-2021-04-09

+- Project: platform/external/ruy

380f851 : Merge remote-tracking branch 'aosp/upstream-master' to 'aosp/master' for external/ruy.
0cdefb8 : Merge remote-tracking branch 'aosp/upstream-master' to 'aosp/master' for external/ruy.
8931679 : Remove external/ruy/.gitmodules and submodule directories.
9c56af3 : Fix typo in Windows on ARM 32bit
e6c1b8d : Fix the bazel build by dropping a xtensa-specific select entry.
22f8922 : Fix integer overflow causing incorrect results.
23633b3 : remove pthread requirement for cc_target_os:xtensa
d371283 : Fork Neon Float kernel for X1
3c93cda : IWYU: include limits for std::numeric_limits (#253)
70e3b87 : Remove runtime assertion on size of shift in reference code
5a6516e : Remove non-ASCII character in comment
516761f : 1.02x speedup of Ruy AVX2 f32 and AVX-512 f32/i8
1c518e2 : Fork 8bit Neon Dotprod kernel for X1 and support resolving to X1 core
38a9266 : Create a utility library to suppress floating-point denormals, and apply it to every task execution of every thread.
9394492 : Simplify some code and add release assertions to help debug a crash in an application.
b0e97e6 : rollback hopefully fixing some application crash
54774a7 : Use std::ptrdiff_t instead of int when calculating memory size to avoid int overflow.

+- Project: platform/external/s2-geometry-library-java

f8f41f2 : Update OWNERS

+- Project: platform/external/scapy

ea4d1baa : Fix OWNERS include line

+- Project: platform/external/scudo

b35c52a7fd0 : Revert "[Scudo] enabling anonymous named pages on Linux 5.17 and onwards."
c99d25c11ad : [Scudo] enabling anonymous named pages on Linux 5.17 and onwards.
8f9488e1681 : [compiler-rt] [scudo] Use -mcrc32 on x86 when available
c8f0eaf1df4 : Revert "[compiler-rt] [scudo] Use -mcrc32 on x86 when available"
47318d28f43 : [compiler-rt] [scudo] Use -mcrc32 on x86 when available
e8b1897b575 : [scudo] Reland: Add noreturn/pragma to suppress compiler warnings
99755b0ed51 : Revert "[scudo] Wrap clang pragma to avoid GCC error" Revert "[scudo] Add noreturn/pragma to suppress compiler warnings"
be9f4b02c6d : [scudo] Provide allocator declaration
eed5c657368 : [scudo] Wrap clang pragma to avoid GCC error
75dc4bb6364 : [scudo] Add noreturn/pragma to suppress compiler warnings
014e4eac6cf : [scudo] Add missing include for extern variable declaration
ae489023e10 : [scudo] Fix definition of canCache() function
32dc149015f : [scudo] Initialize local variable to avoid compiler warning
c69ff27cfb3 : [scudo] Use template specialization on Quarantine to avoid zero-length array
77c8e585098 : Revert "[scudo] Use template specialization on Quarantine to avoid zero-length array"
82ea5b5cf61 : [scudo] Use cast on calls to __builtin_umul_overflow/__builtin_umull_overflow
6bb3118929f : [scudo] Use template specialization on Quarantine to avoid zero-length array
f3899215702 : [scudo] Fix static and unused function type annotations
898958f4fba : [scudo] Don't assume preprocessor macro is defined
25ae39b5c8c : [scudo] Use portable sysconf instead of deprecated getpagesize
8a1929436df : [scudo][tests] Pass read-only vector by reference
effba4be0b0 : [scudo] Fix test harness integration
d1f799403b3 : [scudo] Use nullptr instead of integer-to-pointer cast
964d4f2c920 : [scudo] Don't unmap other low memory pages if mapping doesn't exist
ace07cf6651 : [scudo] Explicitly mark enum as unsigned
82297ddd619 : [scudo] Remove unused vector value initializer
2671c94b96c : Tweak linux_glibc properties for musl builds in external/scudo
02a5780f811 : [scudo] Add missing <algorithm> include
c8c39af172f : [scudo] Make Scudo compile for C++20
d178a19c925 : Only use libc_headers for bionic
08872edfca6 : [scudo] Handle mallinfo2
b1f1afa9d15 : [scudo] Regression test for the MTE crash in storeEndMarker.
78039b7d091 : [scudo] Fix running tests under hwasan.
f8c50b7eeaa : [scudo] Skip AllocAfterFork test on machines with low max_map_count
57f742c7590 : [scudo] Reduce the scope of AllocAfterFork
8b8287926cd : [compiler-rt][scudo] Check for failing prctl call
90c9dbf6f68 : Add scudo_headers for debuggerd.
c2e59964f58 : [scudo] Fix format string specifiers
5b9868d9e68 : [scudo] Use stdint types for internal types (redo)
f67abf9ac7b : Revert "[scudo] Use stdint types for internal scudo types"
d5ce6136c40 : [scudo] Use stdint types for internal scudo types
b0e1b4d2dc6 : scudo/standalone: prepare for enabling format string checking
22935fdc3f7 : [scudo] Add GWP-ASan state/metadata pointer proxies.
543c7adb459 : [scudo] Make Vector() constexpr
aec1844db74 : [scudo] Don't enabled MTE for small alignment
068afb48723 : [scudo] Check if we use __clang_major__ >= 12
3a4cbda66ad : Name all DEATH tests using 'DeathTest' suffix.
7878d87edc0 : [scudo] Fix test on aarch64 without MTE
5df4673efd3 : [scudo] Untag BlockEnd in reallocate
ace22c7c3a8 : [scudo] Remove false DCHECK
97742dd0506 : [NFC][scudo] Exctract getOptionsForConfig in test
d3199321d76 : [NFC][scudo] Extract MapAllocatorTest for TEST_F
137ec5adf54 : [scudo] GWP_ASAN runs on untagged pointers
cba248f18d0 : [scudo] Clang-format tests
b581108c5d6 : [scudo] Fix test on arch without MTE
c971fbfce26 : [scudo] Avoid ifdef in test
c4311c7b229 : [scudo] Fix use of ScopedDisableMemoryTagChecks in test
b5ac5933e2d : [scudo] Enabled MTE before the first allocator
fdad5742fc1 : [scudo] Handle predefined M_MEMTAG_TUNING_* constants (NFC).
43839dc4211 : [scudo] Ensure proper allocator alignment in TSD test
63933f12612 : [scudo] Add Scudo support for Trusty OS
cfd92045907 : [NFC][scudo] Print errno of fork failure
c1d01dffbd4 : [NFC][scudo] Fix sign-compare warning in test
1a0edff9a72 : [NFC][scudo] Convert to TYPED more ScudoCombinedTest
6eb890afb62 : [scudo] Remove ScopedString::Length
04f3ad960c5 : [Scudo] Improve ScopedString constructor
5a56cb46824 : [NFC][scudo] Fix sign-compare warning in test
02efe40f264 : [scudo] Fix String DCHECK
a78a4a7f70c : [scudo] Untag pointer in iterateOverChunks
ecf52a746a9 : [scudo] Add memtag_test
70168a659f7 : [scudo] Remove disableMemoryTagChecksTestOnly
ef0e3548ab9 : [scudo] Always exclude Tag 0
53aea5c442d : [scudo] Rework Vector/String
24f3bdc31da : [NFC][scudo] Avoid integer overflow in test
58be7da29f9 : [scudo] Enabled MTE in tests
611951b6fc1 : [NFC][scudo] Re-enable check in the test
6c5c1bbfc92 : Revert "[scudo] Check if MADV_DONTNEED zeroes memory"
a05cb57f8a1 : [NFC][scudo] Check zeros on smaller allocations
63aa02c3f28 : [NFC][scudo] Rename internal function
96096b514f8 : Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests."
d78d2dbfe73 : [Scudo] Make -fsanitize=scudo use standalone. Migrate tests.
4a435d20706 : [scudo] Get rid of initLinkerInitialized
1eba9370485 : [NFC][SCUDO] Fix unittest for -gtest_repeat=10
64f7f019013 : Revert "[NFC][scudo] Let disableMemoryTagChecksTestOnly to fail"
75a7a22f45f : [scudo] Fix CHECK implementation
c79ab1b2c1b : [scudo] Rework dieOnMapUnmapError
98975bb1fe0 : [NFC][scudo] Add paramenters DCHECKs
865dae87032 : [NFC][scudo] Avoid cast in test
da86a54d0f9 : [scudo] Add unmapTestOnly() to secondary.
c08c2d41389 : [compiler-rt][scudo] Fix sign-compare warnings
2da068ae53e : [NFC][scudo] Small test cleanup
27c58d47a0a : [scudo] Separate Fuchsia & Default SizeClassMap
5f94ce34bb2 : [NFC][scudo] Enforce header size alignment
ac28f8f601d : [NFC][scudo] Replace size_t with uptr
459bccaa80a : [NFC][scudo] Add releasePagesToOS test
d5ef724fd42 : [NFC][scudo] Move SKIP_ON_FUCHSIA to common header
eca04fb0397 : [scudo] Try to re-enabled the test on arm
4990d3d4b84 : [scudo][NFC] Split BasicTest further
a6286164050 : [scudo] Fix compilation after D102886
f00eda635eb : [NFC][scudo] Fix typo in comment
4b58de1b69e : [NFC][scudo] Let disableMemoryTagChecksTestOnly to fail
5cb963698c8 : [scudo] Fix EXPECT_DEATH tests
a99b779f2db : [scudo] Disable secondary cache-unmap tests on arm32.
81a10ce9704 : scudo: Test realloc on increasing size buffers.
cf336e9c292 : [NFC][scudo] Reduce test region size on MIPS32
f03a232b19b : [Scudo] Delete unused flag 'rss_limit_mb'.
2dd59652c91 : Revert 7a0da8894348, "scudo: Support memory tagging in the secondary allocator."
a79fe7b7a3b : Revert 7a0da8894348, "scudo: Support memory tagging in the secondary allocator."

+- Project: platform/external/selinux

e718c7c6 : Remove android_host.c
1e9872d6 : Enable selinux detect sdk data on other volumes
0ff24d85 : Update Android.bp
29e610f9 : libsepol: Don't write out constraint if it has no permissions
1f15c628 : libsepol/cil: Don't add constraint if there are no permissions
0d84ebcb : libsepol: Shorten the policy capability enum names
672d8c2c : libsepol: validate boolean datum arrays
93ff4ce5 : libsepol: reject xperm av rules in conditional statements
5b6e6254 : libsepol: Do a more thorough validation of constraints
cc1bd5e8 : libsepol: fix reallocarray imports
8871fd60 : policycoreutils/fixfiles: Use parallel relabeling
19da9331 : Tweak linux_glibc properties for musl builds in external/selinux
a58a9091 : Enable selinux detect sdk data on other volumes
8a2236b0 : Rename SupplementalProcess to SdkSandbox
978ab820 : Teach pkgdir_selabel_lookup about supplemental process and data
bf5d3d2d : semanage-fcontext.8: Drop extra )s after FILE_SPEC
c71d14e8 : newrole: ensure password memory erasure
1af80898 : newrole: check for crypt(3) failure
29e167a4 : newrole: silence compiler warnings
09c994c2 : newrole: add Makefile target to test build options
2d35696d : libsepol: NULL pointer offset fix
71bcdcc9 : libsepol: Add 'ioctl_skip_cloexec' policy capability
c79d38ff : libsemanage: allow spaces in user/group names
4bab3ecc : libselinux: Strip spaces before values in config
b8159f32 : python/sepolgen: accept square brackets in FILENAME token
c900816e : libsepol: Populate and use policy name
bc26ddc5 : libsepol/cil: Limit the amount of reporting for context rule conflicts
c964fe14 : libsepol/cil: Limit the neverallow violations reported
3c45d91c : libsepol/cil: Provide more control over reporting bounds failures
3ffb84ec : libsepol/cil: Add cil_get_log_level() function
71291385 : libsepol: Fix two problems with neverallowxperm reporting
931380ca : libsepol: Set args avtab pointer when reporting assertion violations
fb3a383f : libsepol: The src and tgt must be the same if neverallow uses self
46106724 : libsepol: Make return value clearer when reporting neverallowx errors
88c79c68 : libsepol: Refactor match_any_class_permissions() to be clearer
3b71e516 : libsepol: Make use of previously created ebitmap when checking self
cfdf4ec2 : libsepol: Move assigning outer loop index out of inner loop
8f643827 : libsepol: Remove unnessesary check for matching class
68d32d2c : libsepol: Use (rc < 0) instead of (rc) when calling ebitmap functions
7312d3c6 : libsepol: Create function check_assertion_self_match() and use it
d4456cb4 : libsepol: Move check of target types to before check for self
a9d56880 : libsepol: Use consistent return checking style
18e1ae11 : libsepol: Check for error from check_assertion_extended_permissions()
a700e426 : libsepol: Remove uneeded error messages in assertion checking
c2af8933 : libsepol: Change label in check_assertion_avtab_match()
521e6ad7 : libsepol: Return an error if check_assertion() returns an error.
fb613c7c : Rename SupplementalProcess to SdkSandbox
4be0e2e1 : checkpolicy: allow wildcard permissions in constraints
ff25475c : libsepol: validate several flags
9bee80da : libsepol: more strict constraint validation
496002e7 : libsepol: use correct error type to please UBSAN
2d08c5dd : semodule: add command-line option to detect module changes
286a679f : libsemanage: optionally rebuild policy when modules are changed externally
df9f71ab : libsemanage: clean up semanage_direct_commit() a bit
d01ec02f : libsemanage: move compressed file handling into a separate object
67e6201b : semodule,libsemanage: move module hashing into libsemanage
6f9e7719 : libsemanage: add missing include to boolean_record.c
95288432 : Teach pkgdir_selabel_lookup about supplemental process and data
b6f173c5 : Skip closef for property backend
86cdb9f1 : libsepol/cil: Ensure that the class in a classcommon is a kernel class
f0823bbb : libsepol/cil: Do not resolve names to declarations in abstract blocks
6d783e5b : libsepol/cil: Mark as abstract all sub-blocks of an abstract block
e6429963 : libsepol/cil: Do not copy blockabstracts when inheriting a block
58443a00 : libsepol: do not add gaps to string list
9229f8b3 : policycoreutils: handle argument counter of zero
73850041 : libsepol: invert only valid range of role bitmap
42a8dc46 : libsepol: handle type gaps
b8cba274 : libsepol: drop trailing newlines in log messages
f52f5e27 : libsepol: return failure on saturated class name length
98fa1b86 : Skip closef for property backend
c3d52a6a : libsepol: check for saturated class name length
b8004f05 : policycoreutils: Improve error message when selabel_open fails
33950712 : Use apex *_contexts when available
b719dd3a : Add tweek@ to OWNERS
f3f21a93 : Remove self from OWNERS
ad2ff8a8 : ci: run the tests under ASan/UBsan on GHActions
b78560fd : libsepol: check for valid sensitivity before lookup
b2ba721e : libsepol/cil: bail out on snprintf failure
5e6e516e : libsepol: validate class default targets
24618ad3 : libsepol: validate fsuse types
8a7215c6 : libsepol: validate categories
80b94415 : libsepol: validate policy properties
2c4da50a : libsepol: validate permissive types
88e280a1 : libsepol: validate genfs contexts
86281337 : libsepol: validate ocontexts
5f816232 : libsepol: validate type of avtab type rules
8c59d614 : libsepol: validate constraint expression operators and attributes
312eac1c : libsepol: validate avtab and avrule types
ba6d8225 : libsepol: resolve log message mismatch
e39cf0a1 : libsepol: validate permission count of classes
fffb1609 : libsepol: validate expanded user range and level
8fdb3eb2 : libsepol: validate MLS levels
e2e60d9b : libsepol: split validation of datum array gaps and entries
691e6aff : libsepol: do not create a string list with initial size zero
35ef9b95 : libsepol: use correct size for initial string list
73154020 : libsepol: do not crash on user gaps
b76eda52 : libsepol: do not crash on class gaps
c12b7d90 : libsepol: do not underflow on short format arguments
47c3d96e : libsepol: use size_t for indexes in strs helpers
8565e2c5 : libsepol: zero member before potential dereference
1b4979c5 : libsepol: reject invalid filetrans source type
8750fb68 : libsepol: reject abnormal huge sid ids
f571438a : libsepol: clean memory on conditional insertion failure
2331dcaf : libsepol: enforce avtab item limit
97af65f6 : libsepol: add checks for read sizes
f0a5f6e3 : libsepol: use reallocarray wrapper to avoid overflows
18303c85 : libsepol: use mallocarray wrapper to avoid overflows
852f14d4 : libsepol: use logging framework in ebitmap.c
5c178f9f : libsepol: use logging framework in conditional.c
51394330 : libsepol/fuzz: limit element sizes for fuzzing
82438341 : libsepol: add libfuzz based fuzzer for reading binary policies
e0ba1168 : libsepol/fuzz: silence secilc-fuzzer
bf5ff1a8 : cifuzz: use the default runtime of 600 seconds
01ce7918 : cifuzz: enable report-unreproducible-crashes
01b88ac3 : checkpolicy: warn on bogus IP address or netmask in nodecon statement
413518a6 : libsepol/cil: support IPv4/IPv6 address embedding
4ffe2dfc : Replace PCRE with PCRE2 build dependencies
e0da140d : libselinux: use PCRE2 by default
647909cb : mcstrans: port to new PCRE2 from end-of-life PCRE
a46ade3f : libsepol: Write out genfscon file type when writing out CIL policy
03b1dcac : secilc/docs: Document the optional file type for genfscon rules
3677af8f : libsepol/cil: Allow optional file type in genfscon rules
c9ed5521 : libsepol/cil: Refactor filecon file type handling
55e67489 : libsepol: Add support for file types in writing out policy.conf
1cbce561 : Modified Russian and English man pages to fix typo; REQUIREUSERS -> REQUIRESEUSERS
4bafb8eb : libselinux: Fix selinux_restorecon_parallel symbol version
c28763c4 : semodule: Don't forget to munmap() data
c3375d1e : Make libselinux_bindgen available to the virt APEX
f37b3e94 : semodule: Fix lang_ext column index
ed4813be : semodule: add -m | --checksum option
93902fc8 : setfiles/restorecon: support parallel relabeling
02f302fc : selinux_restorecon: introduce selinux_restorecon_parallel(3)
a578d1ce : selinux_restorecon: add a global mutex to synchronize progress output
78bdce9c : libselinux: make is_context_customizable() thread-safe
a3516ec6 : libselinux: make selinux_log() thread-safe
46427054 : selinux_restorecon: protect file_spec list with a mutex
43dc50fc : selinux_restorecon: simplify fl_head allocation by using calloc()
abe410aa : label_file: fix a data race
f7ec4b4a : libsemanage: add extern prototype for legacy function
35273aa2 : libsemanage: include paired header for prototypes
1927c1df : libsemanage: mark local functions static
0fd5d05f : mcstrans: avoid missing prototypes
c09d6385 : python: mark local functions static
55c30add : sandbox: mark local functions static
081ac391 : policycoreutils: mark local functions static
8a8275a5 : checkpolicy: ignore possible string truncation
cee0fe36 : Enable extra global compiler warnings
fb68d036 : policycoreutils: use string literal as format strings
c42dcf58 : libsepol: use string literals as format strings
cc671d6a : checkpolicy: use correct unsigned format specifiers
7e30a10b : Use IANA-managed domain example.com in examples
f95dbf2c : libsepol: avoid passing NULL pointer to memcpy
85982d83 : libselinux: use valid address to silence glibc 2.34 warnings
fe01a91a : libsemanage/tests: free memory
ea539017 : libsemanage: do not sort empty records
b98d3c4c : libsepol: do not pass NULL to memcpy
d8355566 : Remove references to nonplat sepolicy
454466e2 : Revert "Revert "Merge remote-tracking branch 'aosp/upstream-mast..."
e1de766b : Revert^2 "Fix build and use new cil_write_build_ast"
7f600c40 : Update VERSIONs to 3.3 for release.
c3ad59cc : libselinux: Fix potential undefined shifts
ce815bd1 : checkpolicy: Fix potential undefined shifts
974da80e : libsepol/cil: Fix potential undefined shifts
14197e61 : libsepol: Fix potential undefined shifts
5319c49d : Update VERSIONs to 3.3-rc3 for release.
db3863d5 : libselinux/semodule: Improve extracting message
85d0a069 : libsepol/cil: Do not skip macros when resolving until later passes
4b2e2a24 : libsepol/cil: Limit the amount of reporting for bounds failures
b2891256 : GitHub Actions: do not use macOS latest runner for now
60bde947 : README: update continuous integration badges
eac7fb00 : checkpolicy: delay down-cast to avoid align warning
44ed3074 : checkpolicy: drop incorrect cast
7a1c7e7a : checkpolicy: update documentation
e3280915 : checkpolicy: print reason of fopen failure
3d27e5a4 : checkpolicy: policy_define: cleanup declarations
6c814784 : libsepol/cil: silence clang void-pointer-to-enum-cast warning
e0968a86 : libsepol: resolve GCC warning about null-dereference
a9f4a2cb : libsepol: use correct cast
1ba9d982 : libsepol: ebitmap: mark nodes of const ebitmaps const
78041af5 : [BugFix] avoid SEGV because info maybe nullptr on restorecon_sb
b1a3c203 : Correct some typos
0b833973 : Update VERSIONs to 3.3-rc2 for release.
ffa73128 : libselinux/utils: drop requirement to combine compiling and linking
c65aca49 : Revert "Merge remote-tracking branch 'aosp/upstream-master' into..."
f4408b8e : Revert "Fix build and use new cil_write_build_ast"
18f8747b : libsepol/cil: Handle operations in a class mapping when verifying
34f7a55d : libsepol/cil: Do not use original type and typeattribute datums
3342f74e : Fix build and use new cil_write_build_ast
a0a342c3 : checkpolicy: free extended permission memory
ba18cf0c : checkpolicy: print warning on source line overflow
15fcc6df : checkpolicy: error out on parsing too big integers
c7c582a0 : checkpolicy: avoid implicit conversion
16d7dde4 : checkpolicy: resolve dismod memory leaks
e6bab7bf : checkpolicy: add missing function declarations
5c376d6d : checkpolicy: mark file local functions in policy_define static
6388cfe7 : checkpolicy: mark read-only parameters in module compiler const
9eebc4b7 : checkpolicy: misc checkpolicy tweaks
9696bb54 : checkpolicy: misc checkmodule tweaks
5570c2e3 : checkpolicy: enclose macro argument in parentheses
474b271b : libsepol: free memory after policy validation
12e98462 : libsepol: avoid implicit conversions
7c516b84 : libselinux: rename gettid() to something which never conflicts with the libc
92cc1b0e : libsepol: fix typo
799ef8b6 : libsepol/cil: Free duplicate datums in original calling function
2771dc43 : libsepol/cil: Fix detected RESOURCE_LEAK (CWE-772)
38cb18e9 : Update VERSIONs and Python bindings version to 3.3-rc1 for release
ff143e52 : libsepol/cil: Limit the number of active line marks
d0b5ba03 : libsepol/cil: Add function to get number of items in a stack
c3041561 : libsepol: Fix detected RESOURCE_LEAKs
f3265d58 : libsepol/cil: Fix syntax checking in __cil_verify_syntax()
473ae1b8 : libsepol/cil: Use size_t for len in __cil_verify_syntax()
6390a28a : libsepol/cil: Remove redundant syntax checking
48789812 : libsepol/secilc/docs: Update the CIL documentation
68573634 : libsepol/cil: Improve in-statement to allow use after inheritance
2a6a883e : libsepol/cil: Simplify cil_tree_children_destroy()
05e8f155 : libsepol/cil: Refactor the function __cil_build_ast_node_helper()
3cbae1b6 : libsepol/cil: Don't destroy optionals whose parent will be destroyed
05d1c66a : libsepol/cil: Properly check for parameter when inserting name
b5753531 : libsepol/cil: Reset expandtypeattribute rules when resetting AST
4469c979 : libsepol/cil: Properly check parse tree when printing error messages
ba23ba06 : python: Import specific modules from setools for less deps
4f63ec63 : Remove setools prebuilts
408093ee : Improve error message for label file validation
8c21eeea : Improve error message for label file validation
8d197879 : libsepol/cil: Allow some duplicate macro and block declarations
6a250826 : libsepol/cil: When writing AST use line marks for src_info nodes
28ae4adc : libsepol/cil: Report correct high-level language line numbers
fb9ed092 : libsepol/cil: Add line mark kind and line number to src info
31aa43d2 : libsepol/cil: Create common string-to-unsigned-integer functions
0f12ee87 : libsepol/cil: Push line mark state first when processing a line mark
43888016 : libsepol/cil: Check for valid line mark type immediately
2b988acf : libsepol/cil: Check the token type after getting the next token
8823bea1 : libsepol/cil: Check syntax of src_info statement
33621cb7 : libsepol/cil: move the fuzz target and build script to the selinux repository
ec15ebd0 : Remove bindgen test boilerplate code
2b5ecc21 : Add libselinux bindgen bindings test
f068bdcf : libsepol: replace strerror by %m
2d490428 : libselinux: replace strerror by %m
cedcbaa8 : mcstrans: Improve mlstrans-test output
d0f9a589 : libsepol/cil: remove obsolete comment
e8b98f67 : python/sepolicy: Fix COPY_PASTE_ERROR (CWE-398)
8b38b045 : dbus: Use GLib.MainLoop()
3f9ff90f : Do not use Python slip
d003c4ba : libsemanage: Fix USE_AFTER_FREE (CWE-672) in semanage_direct_write_langext()
0d9fa043 : Move system_shared_libs into target.android clause
32611aea : policycoreutils: free memory of allocated context in newrole
f0c354af : policycoreutils: free memory of allocated context in run_init
d8b9bd5c : policycoreutils: free memory on lstat failure in sestatus
6d93701f : secilc: fix memory leaks in secilc2conf
edb948fb : secilc: fix memory leaks in secilc
54667cdb : scripts/run-scan-build: update
af29a235 : libsepol/cil: do not allow \0 in quoted strings
84700589 : libsepol/cil: Fix handling category sets in an expression
e4564244 : README: add OSS-Fuzz/CIFuzz badges
a2a40f03 : ci: turn on CIFuzz
17117573 : checkpolicy: mark read-only parameters in policy define const
b306cd5b : checkpolicy/test: mark file local functions static
47f4cbd3 : checkpolicy: parse_util drop unused declaration
4e3d0990 : checkpolicy: drop redundant cast to the same type
5218bf4b : checkpolicy: avoid potential use of uninitialized variable
5a10f05f : checkpolicy: check before potential NULL dereference
7723180f : checkpolicy: remove dead assignments
79e77249 : checkpolicy: follow declaration-after-statement
babc3d53 : checkpolicy: use correct format specifier for unsigned
db674bf2 : checkpolicy: drop dead condition
7cdb2a8f : checkpolicy: simplify assignment
02678b9d : checkpolicy: drop -pipe compile option
40e2f985 : checkpolicy: pass CFLAGS at link stage
07d6f1ce : libsepol: assure string NUL-termination of ibdev_name
e1491388 : libsepol: avoid implicit conversions
09405ba9 : libsepol: ignore UBSAN false-positives
44d56761 : libsepol: avoid unsigned integer overflow
9af91692 : libsepol/cil: Improve checking for bad inheritance patterns
e293718f : mcstrans: silence -Wextra-semi-stmt warning
e45bc870 : policycoreutils: silence -Wextra-semi-stmt warning
ed7e3348 : checkpolicy: silence -Wextra-semi-stmt warning
e1c6df32 : libsemanage: silence -Wextra-semi-stmt warning
40543dce : libselinux: silence -Wextra-semi-stmt warning
9d85aa60 : libsepol: silence -Wextra-semi-stmt warning
fd705df0 : libsepol/cil: do not override previous results of __cil_verify_classperms
25bfa08e : libselinux: android: remove avc_netlink_close
4859b738 : libselinux/utils/getseuser.c: fix build with gcc 4.8
532a4cc3 : libsepol/cil: Add support for using qualified names to secil2conf
74c06d76 : libsepol/cil: Add support for using qualified names to secil2tree
f7b8b505 : secilc: Add support for using qualified names to secilc
a0914acf : libsepol/cil: Provide option to allow qualified names in declarations
2204670e : seapp_contexts: Remove unused selectors
af75f641 : libsepol/cil: make array cil_sym_sizes const
4ff514a3 : libsepol/cil: Only reset AST if optional has a declaration
20271849 : libsepol/cil: Add function to determine if a subtree has a declaration
bc91e46a : libsepol: trigger new RTM_GETNEIGH{TBL} behavior
f96dedf1 : Revert "libsepol: trigger new RTM_GETNEIGH{TBL} behavior"
37863b0b : libsepol/cil: Improve degenerate inheritance check
36e49457 : libsepol/cil: Reduce the initial symtab sizes for blocks
f33745a2 : libsepol/cil: Check for empty list when marking neverallow attributes
ac8b35d9 : libsepol/cil: Fix syntax checking of defaultrange rule
c28525a2 : libsepol/cil: Properly check for loops in sets
67a8dc81 : libsepol/cil: Allow duplicate optional blocks in most cases
9fb8df7f : libsepol: declare read-only arrays const
4572bf25 : libsepol: declare file local variable static
4fbc018a : libsepol: drop unnecessary casts
81118564 : libsepol: drop repeated semicolons
5324a9ab : libsepol/cil: avoid using maybe uninitialized variables
2723b8ec : libsepol/cil: drop unnecessary casts
0bb89514 : libsepol/cil: drop dead store
261b655a : libsepol/cil: drop extra semicolon
de3b96a1 : libsepol/cil: silence cast warning
1076a072 : libsepol: remove dead stores
19a6ebfa : libsepol: do not allocate memory of size 0
8eec1bb5 : libsepol: mark read-only parameters of type_set_ interfaces const
390ec54d : libsepol: mark read-only parameters of ebitmap interfaces const
a53a845b : libsepol: remove dead stores
852c4398 : libsepol/cil: follow declaration-after-statement
8f50b453 : libsepol: follow declaration-after-statement
1537ea84 : libsepol: avoid unsigned integer overflow
42f3d7cc : libsepol: remove unused functions
9ec061b6 : libsepol: resolve missing prototypes
2cb6bacd : libsepol: fix typos
ce1025bf : libsepol: Quote paths when generating policy.conf from binary policy
4a60fd78 : secilc/test: Add test for anonymous args
982ec302 : libsepol/cil: Account for anonymous category sets in an expression
9ac9d2da : libsepol/cil: Fix anonymous IP address call arguments
7f5e5410 : Fix memory leak in libselinux_selabel_lookup_fuzzer
6bff61c5 : libsemanage: fix use-after-free in parse_module_store()
70b31e75 : selinux.8: document how mount flag nosuid affects SELinux
fa4de3c9 : libselinux: fix typo
644c5bbb : libsepol: quote paths in CIL conversion
ea02e0ac : libselinux: improve getcon(3) man page
ed2e4db2 : libselinux: selinux_status_open: return 1 in fallback mode
d8b90f8a : libsepol/cil: Resolve anonymous levels only once
73d991ab : libsepol/cil: Pointers to datums should be set to NULL when resetting
a8dcf4d5 : libsepol/cil: Resolve anonymous class permission sets only once
69fc31d1 : libsepol/cil: Limit the number of open parenthesis allowed
29d6a3ee : libsepol/cil: Destroy the permission nodes when exiting with an error
5661efd4 : libsepol/cil: Handle disabled optional blocks in earlier passes
fe9f10e0 : secilc/docs: Relocate and reword macro call name resolution order
aa8ac8ff : libsepol/cil: Do not resolve arguments to declarations in the call
bccec36a : libsepo/cil: Refactor macro call resolution
a1952af7 : libsepol/cil: Do not add NULL node when inserting key into symtab
788d40b0 : libsepol/cil: Make name resolution in macros work as documented
3cef4110 : libselinux: do not use status page fallback mode internally
c5a69904 : libselinux: make selinux_status_open(3) reentrant
a2304cef : libselinux: avc_destroy(3) closes status page
7fec5e93 : secilc/docs: Document the order that inherited rules are resolved in
0d6e95cf : libsepol/cil: Fix name resolution involving inherited blocks
2657e3cc : libselinux: label_file.c: fix indent
e057080f : libselinux: regex: unify parameter names
b1a4603c : libselinux: sidtab_sid_stats(): unify parameter name
8827610e : libselinux: drop redundant casts to the same type
e1999379 : libselinux: label_db::db_init(): open file with CLOEXEC mode
65f1ccbe : libselinux: matchpathcon: free memory on realloc failure
bc0a0327 : libselinux: label_file::init(): do not pass NULL to strdup
9ab27e21 : libselinux: init_selinux_config(): free resources on error
0280a2a7 : libselinux: matchmediacon(): close file on error
6e5d16a0 : libselinux: store_stem(): do not free possible non-heap object
db69a3d3 : libselinux: getdefaultcon: free memory on multiple same arguments
411c5a54 : libselinux: setexecfilecon(): drop dead assignment
04335ab1 : libselinux: label_media::init(): drop dead assignment
9c26043a : libselinux: label_x::init(): drop dead assignment
782fa6ea : libselinux: context_new(): drop dead assignment
319429ba : libselinux: exclude_non_seclabel_mounts(): drop unused variable
d0e16077 : libselinux: getconlist: free memory on multiple level arguments
d0c02882 : libselinux: selabel_get_digests_all_partial_matches: free memory after FTS_D block
7464272c : libselinux: selinux_restorecon: mark local variable static
533e9d6c : libselinux: avcstat: use standard length modifier for unsigned long long
11194b98 : libselinux: sefcontext_compile: mark local variable static
7ca82e0d : libselinux: Sha1Finalise(): do not discard const qualifier
3950b1af : libselinux: label_common(): do not discard const qualifier
d23421c6 : libselinux: selinux_file_context_cmp(): do not discard const qualifier
ae34b3ca : libselinux: sidtab_hash(): do not discard const qualifier
eb6e97ab : scripts/ci: use F34 image instead of F33
d3f2ab97 : libsepol: trigger new RTM_GETNEIGH{TBL} behavior
61fbdce6 : libsepol/cil: Check for self-referential loops in sets
26a4c19e : fixfiles: do not exclude /dev and /run in -C mode
f1bc162c : libselinux: silence -Wstringop-overflow warning from gcc 10.3.1
a88d2452 : libselinux: selinux_check_passwd_access_internal(): respect deny_unknown
d9433692 : libsepol/cil: Return an error if a call argument fails to resolve
d438b6cf : libsepol/cil: Check datum in ordered list for expected flavor
74d00a8d : libsepol/cil: Detect degenerate inheritance and exit with an error
5681c627 : libsepol/cil: Fix instances where an error returns SEPOL_OK
2d2c76fc : libsepol/cil: Properly reset an anonymous classperm set
0744fa4f : libsepol: use checked arithmetic builtin to perform safe addition
f63263c2 : libselinux: do not duplicate make target when going into subdirectory
d0a07a7f : secilc: Create the new program called secil2tree to write out CIL AST
86ec04cf : libsepol/cil: Add functions to make use of cil_write_ast()
0b31424a : libsepol/cil: Create functions to write the CIL AST
6cfebe78 : policycoreutils/setfiles: do not create useless setfiles.8.man file
bad0a746 : secilc/docs: Update the CIL documentation for various blocks
8314076c : libsepol/cil: Use CIL_ERR for error messages in cil_compile()
ca339eb4 : libsepol/cil: Make invalid statement error messages consistent
ea34dbf0 : libsepol/cil: Do not allow tunable declarations in in-statements
f38b7ea3 : libsepol/cil: Sync checks for invalid rules in macros
340f0eb7 : libsepol/cil: Check for statements not allowed in optional blocks
8a74c05b : libsepol/cil: Sync checks for invalid rules in booleanifs
ef533c8f : libsepol/cil: Reorder checks for invalid rules when resolving AST
525f0312 : libsepol/cil: Use AST to track blocks and optionals when resolving
ab90cb46 : libsepol/cil: Create new first child helper function for building AST
f043078f : libsepol/cil: Cleanup build AST helper functions
69bfe64c : libsepol/cil: Reorder checks for invalid rules when building AST
e65cf030 : libsepol/cil: Move check for the shadowing of macro parameters
0d4e568a : libsepol/cil: Create function cil_add_decl_to_symtab() and refactor
63ce05ba : libsepol/cil: Refactor helper function for cil_gen_node()
22fb6f47 : libsepol/cil: Allow permission expressions when using map classes
532469a2 : libsepol/cil: Exit with an error if declaration name is a reserved word
e978e769 : libsepol/cil: More strict verification of constraint leaf expressions
a7a80ef5 : libsepol/cil: Set class field to NULL when resetting struct cil_classperms
c49a8ea0 : libsepol/cil: cil_reset_classperms_set() should not reset classpermission
2d35fcc7 : libsepol/cil: Destroy classperm list when resetting map perms
f34d3d30 : libsepol/cil: Destroy classperms list when resetting classpermission
e13c8162 : libsepol/cil: Fix out-of-bound read of file context pattern ending with "\"
d1a34d3f : secilc.c: Don't fail if input file is empty
1e4e7f6a : cil_conditional_statements.md: fix expr definition
d155b410 : libsepol/cil: Check for duplicate blocks, optionals, and macros
b839e9a1 : libsepol: Write "NO_IDENTIFIER" for empty CIL constraint expression
6758addf : libsepol: Enclose identifier lists in CIL constraint expressions
45d7a0a5 : secilc/docs: Lists are now allowed in constraint expressions
48ca44c8 : libsepol/cil: Allow lists in constraint expressions
dbe890ab : libsepol: Enclose identifier lists in constraint expressions
d4d0955c : libsepol: Write "NO_IDENTIFIER" for empty constraint expression
13eaba21 : libsepol: make num_* unsigned int in module_to_cil
78d458d1 : libsepol/cil: do not leak avrulex_ioctl_table memory when an error occurs
c5e61537 : libsepol/cil: fix NULL pointer dereference in __cil_insert_name
68e8871c : libsepol/cil: replace printf with proper cil_tree_log
fba672ed : libsepol/cil: remove stray printf
ba5fb7a4 : libsepol/cil: make cil_post_fc_fill_data static
43c5ed46 : libsepol: Check kernel to CIL and Conf functions for supported versions
750cc113 : checkpolicy: Do not automatically upgrade when using "-b" flag
dcd07fdc : libsepol/checkpolicy: Set user roles using role value instead of dominance
859857de : libsepol: Remove unnecessary copying of declarations from link.c
6015b05d : libsepol: Properly handle types associated to role attributes
f7431d0e : libsepol: Expand role attributes in constraint expressions
cf853c1a : Update VERSIONs to 3.2 for release.
c6722543 : restorecond: invalidate local_lock_fd properly when closing it
a9e0004f : libsepol: invalidate the pointer to the policydb if policydb_init fails
6238e025 : libsepol/cil: fix NULL pointer dereference in cil_fill_ipaddr
be065c4b : sepolicy: Do not try to load policy on import
d4d1f4ba : Update VERSIONs to 3.2-rc3 for release.
9b4e9c4b : gui: fix "file type" selection in fcontextPage
b69d77bc : libsepol/cil: handle SID without assigned context when writing policy.conf
d464187c : policycoreutils: sestatus belongs to bin not sbin
d59932a7 : policycoreutils: Resolve path in restorecon_xattr
142826a3 : libselinux: fix segfault in add_xattr_entry()
0861c659 : libsepol: Validate policydb values when reading binary policy
8f5409cf : libsepol: Create function ebitmap_highest_set_bit()
49ff851c : secilc: fixes cil_role_statements.md example
398d2cee : libselinux: rename gettid() to something which never conflicts with the libc
8f0f0a28 : selinux(8,5): Describe fcontext regular expressions
5682c0d5 : policycoreutils/fixfiles.8: add missing file systems and merge check and verify
9cc6b5cf : libselinux/getconlist: report failures
0451adeb : libsepol/cil: Destroy disabled optional blocks after pass is complete
03881703 : secilc/docs: add custom color theme
4c8d6094 : secilc/docs: add syntax highlighting for secil
057d72af : secilc/docs: use fenced code blocks for cil examples
32f8ed3d : libsepol/cil: introduce intermediate cast to silence -Wvoid-pointer-to-enum-cast
4662bdc1 : libsepol/cil: be more robust when encountering <src_info>
6b561058 : libsepol/cil: fix NULL pointer dereference with empty macro argument
0d0e47c7 : libsepol/cil: Fix integer overflow in the handling of hll line marks
1b36ace2 : libsepol: include header files in source files when matching declarations
1f1fa9d4 : libsepol: uniformize prototypes of sepol_mls_contains and sepol_mls_check
72a88d75 : libsepol: remove unused files
2c7c4a84 : Update VERSIONs to 3.2-rc2 for release.
108c8edd : scripts/release: make the script more robust, and release a source repository snapshot
eba0ffee : libsepol/cil: Fix heap-use-after-free when using optional blockinherit
1048f8d3 : libsepol/cil: unlink blockinherit->block link when destroying a block
57dd1f65 : policycoreutils/setfiles: Drop unused nerr variable
b3202918 : libsepol/cil: fix memory leak when a constraint expression is too deep
c35919a7 : libsemanage: sync filesystem with sandbox
be7f54cb : setfiles: drop ABORT_ON_ERRORS and related code
9207823c : setfiles: Do not abort on labeling error
e12f71e8 : python/sepolgen: allow any policy statement in if(n)def
f0d98f83 : libsepol/cil: Fix heap-use-after-free in __class_reset_perm_values()
5d021d66 : libsepol/cil: Update symtab nprim field when adding or removing datums
156dd0de : libselinux: update getseuser
e2dca5df : libselinux: accept const fromcon in get_context API
316a4f89 : GitHub Actions: run SELinux testsuite in Fedora virtual machine
c534d4e2 : Update VERSIONs and Python bindings version to 3.2-rc1 for release
da4829d0 : libselinux: Always close status page fd
b15dff0f : python/semanage: Sort imports in alphabetical order
92e01969 : python/semanage: empty stdout before exiting on BrokenPipeError
34bd9a9d : libsepol: destroy filename_trans list properly
bdf4e332 : libsepol/cil: fix NULL pointer dereference when parsing an improper integer
b7ea65f5 : libsepol/cil: destroy perm_datums when __cil_resolve_perms fails
228c06d9 : libsepol/cil: fix out-of-bound read in cil_print_recursive_blockinherit
a25d9104 : libsepol/cil: constify some strings
e2d01842 : libsepol/cil: propagate failure of cil_fill_list()
6c8fca10 : libsepol/cil: do not add a stack variable to a list
38a09b74 : libsepol/cil: fix NULL pointer dereference when using an unused alias
3c357285 : libsepol/cil: remove useless print statement
5b05e829 : Revert "libsemanage/genhomedircon: check usepasswd"
edae9275 : libsemanage: Free contents of modkey in semanage_direct_remove
af3e6789 : GitHub Actions: drop Ruby 2.4 from matrix
e8d50389 : GitHub Actions: upgrade to Python 3.9
90809674 : libsepol/cil: always destroy the lexer state
ce64c473 : scripts/ci: add configuration for a Vagrant virtual machine
f5f63035 : Simplify the tarball generating scripts
f63ac245 : Use X.Y instead of date for release tag
0c51cdda : Introduce VERSION file for selinux
d16a1e46 : libsepol/cil: Use the macro FLAVOR() whenever possible
2aac859a : libsepol/cil: Use the macro NODE() whenever possible
d317b470 : libsepol/cil: Remove unnecessary assignment in cil_resolve_name_keep_aliases()
9b9761cf : libsepol/cil: Remove unused field from struct cil_args_resolve
e257d4c7 : libsepol/cil: Get rid of unnecessary check in cil_gen_node()
ebba2b00 : libsepol/cil: cil_tree_walk() helpers should use CIL_TREE_SKIP_*
fe985a8c : travis: run only selinux-testsuite
7844cd21 : Add configuration to build and run tests in GitHub Actions
fadcc839 : python/sepolicy: allow to override manpage date
89dab467 : libsepol: free memory when realloc() fails
e0816208 : ci: add new dependencies needed by selinux-testsuite
c064d214 : selinux_config(5): add a note that runtime disable is deprecated
45b15c22 : selinux(8): explain that runtime disable is deprecated
3c16aaef : selinux(8): mark up SELINUX values
3de445af : ci: bump Fedora image version to 33
ce46daab : libsemanage/genhomedircon: check usepasswd
c2a58cc5 : libselinux: LABEL_BACKEND_ANDROID add option to enable
4dd74ded : ci: use parallel build
2d353bd5 : libsepol/cil: Give error for more than one true or false block
db0f2f38 : libselinux: Add build option to disable X11 backend
6ebb35d2 : libsemanage: Bump libsemanage.so version
c08b73d7 : libsemanage: Drop deprecated functions
b46406de : libsemanage: Remove legacy and duplicate symbols
4a142ac4 : libsepol: Bump libsepol.so version
506c7b95 : libsepol: Drop deprecated functions
ae58e84b : libsepol: Get rid of the old and duplicated symbols
c97d63c6 : libsepol: silence potential NULL pointer dereference warning
64387cb3 : libsepol: drop confusing BUG_ON macro
521e6a2f : libsepol/cil: fix signed overflow caused by using (1 << 31) - 1
d23342a9 : libselinux: convert matchpathcon to selabel_lookup()
e8bcdb84 : cil_network_labeling_statements: fixes nodecon examples
eefa5511 : cil_access_vector_rules: allowx, auditallowx and dontauditx fixes
a152653b : libsepol/cil: Fix neverallow checking involving classmaps
7ef5b185 : libselinux: Change userspace AVC setenforce and policy load messages to audit format.
f5d644c7 : libselinux: Add additional log callback details in man page for auditing.
075f9cfe : libselinux: Fix selabel_lookup() for the root dir.
734e4beb : libsepol/cil: Validate conditional expressions before adding to binary policy
685f577a : libsepol/cil: Validate constraint expressions before adding to binary policy
8bc865e1 : newrole: support cross-compilation with PAM and audit
a4149e0e : libselinux: Add new log callback levels for enforcing and policy load notices.
a63f93d8 : libselinux: initialize last_policyload in selinux_status_open()
ef902db9 : libselinux: safely access shared memory in selinux_status_updated()
9e4480b9 : libselinux: Remove trailing slash on selabel_file lookups.
21fb5f20 : libselinux: use full argument specifiers for security_check_context in man page
2a60de8e : sepolgen: sort extended rules like normal ones
9e239e55 : sepolgen: print extended permissions in hexadecimal
e7abd802 : libselinux: fix build order
ba2d6c10 : fixfiles: correctly restore context of mountpoints
9e9b8103 : secilc/docs: document expandtypeattribute
071264c6 : ci: fix stall on git log -1
05bdc031 : libselinux: use kernel status page by default
91cc86d4 : scripts/ci: license as MIT
8206b8cb : libsepol: implement POLICYDB_VERSION_COMP_FTRANS
42ae834a : libsepol,checkpolicy: optimize storage of filename transitions
9e2b8c61 : restorecond: Set X-GNOME-HiddenUnderSystemd=true in restorecond.desktop file
ccd973f7 : python/audit2allow: add #include <limits.h> to sepolgen-ifgen-attr-helper.c
fbe1e526 : Update the cil docs to match the current behaviour.
7df27b78 : Update VERSIONs and Python bindings version to 3.1 for release
c94e542c : policycoreutils: setfiles: do not restrict checks against a binary policy
5f844b69 : setfiles: clarify documented path resolution behaviour
da3bbc31 : semanage: handle getprotobyname() failure case
b3d8b99f : Update VERSIONs to 3.1-rc2 for release.
08f5e301 : libselinux: Fix NULL pointer use in selinux_restorecon_set_sehandle
4613038d : sepolgen-ifgen: refactor default policy path retrieval
c40c4e44 : refparser: add missing newline after error message
5adc269f : sepolgen: parse gen_tunable as bool
ddcd6d1b : README: start a section for documenting CFLAGS
7ad84e7c : Add restorecon -x option to not cross FS boundaries
f5ac1209 : python/sepolicy: Use xml.etree.ElementTree.Element.iter()
ab2cf746 : libselinux: fix selinux_restorecon() statfs bug
1af345d2 : ci: dont use hardcoded project name
562d6d15 : ci: run SELinux kernel test suite
f3a16142 : semanage-node.8: describe netmask
dd744247 : semanage bash completion: handle semanage module
7df40af3 : checkpolicy: Minor tweaks to the names of the contributors to the manpages
2a631098 : libsepol: Sort portcon rules consistently
4ad0abd9 : secilc/docs: fix use of TMPDIR
f94b1699 : libsepol: Improve writing CIL category rules
78228387 : libsepol: Improve writing CIL sensitivity rules
d379ee7e : libsepol: Write CIL default MLS rules on separate lines
d531a851 : libsepol: Fix type alias handling in kernel_to_conf
b9029445 : libsepol: Fix type alias handling in kernel_to_cil
a9ff2cc9 : libsepol/cil: Return error when identifier declared as both type and attribute
7b1227b1 : libsepol/cil: Initialize the multiple_decls field of the cil db
c554c3d8 : Update VERSIONs to 3.1-rc1 for release.
d27aa22d : libsepol: drop broken warning on duplicate filename transitions
331a109f : libsemanage: fsync final files before rename
41598900 : secilc: Fix policy optimization test
63bf6afe : python/sepolicy: silence new flake8 warnings
cc00c7ea : mcstransd: fix memory leak in new_context_str
d7b0207c : run-flake8: Filter out ./.git/ directory
6c6f4f76 : semanage/test-semanage.py: Return non-zero value when some of unittest tests fail
8c1282b0 : mcstrans: start early and stop late
c2c2dc61 : Revert "libsepol/cil: raise default attrs_expand_size to 2"
6950ee07 : Travis-CI: upgrade to Ubuntu 18.04 and latest releases of Python and Ruby
7c73601d : tree-wide: introduce PYTHON_SETUP_ARGS to customize setup.py calls on Debian
7ce2d865 : libselinux: Add missing errno setup
1baa8ffa : scripts/env_use_destdir: propagate PREFIX, LIBDIR, BINDIR, etc.
e5056944 : scripts/env_use_destdir: fix Fedora support
e0d40255 : README: add much useful information
574a15b9 : libsepol/tests: drop ncurses dependency
f07c9aa2 : restorecond: Use pkg-config to get locations for systemd units
6a2138f2 : restorecond: Rename restorecond-user.service to restorecond_user.service
60366585 : sepolicy: fix some typos and port definitions
db196873 : sepolicy-gui: fix columns in transitions view
7eaea214 : libselinux: mount selinuxfs noexec and nosuid
7a124ca2 : libselinux: mark security_context_t typedef as deprecated
79f69a3c : python/semanage: Use ipaddress module instead of IPy
4465a807 : Makefile: swig build allow deprecated functions
c7020954 : utils: matchpathcon add deprecated warning
327ec8eb : matchpathcon: allow use of deprecated routines
afd45fe7 : selinux_check_passwd_access: annotate deprecated
efe21d7f : matchpathcon: create internal matchpathcon_fini interface
e14ead89 : avc: create internal avc_init interface
ce798241 : avc_init: annotate deprecated
124b1d8a : matchpathcon: annotate deprecated
bcb39e64 : matchpathcon_fini: annotate deprecated
708c2d9c : matchpathcon_init: annotate deprecated
c4a362b8 : checkPasswdAccess: annotate deprecated
8c6b4013 : sidput: annotate deprecated
ff51f0c5 : sidget: annotate deprecated
81822ece : rpm_execcon: annotate deprecated
d2d4353c : selinux_users_path: annotate deprecated
39fc7a99 : selinux_booleans_path: annotate deprecated
2e03962b : security_load_booleans: annotate deprecated
63bb1b30 : security_load_booleans: update return comment
50b1c972 : Convert README to README.md
959d52d0 : semodule: mention ignoredirs setting in genhomedircon man page
43e1a54b : libsemanage: clarify handle-unknown configuration setting in man page
98fd24d6 : setsebool: report errors from commit phase
3c80aa6a : restorecond/user: handle SIGTERM properly
d19f9901 : restorecond: add systemd user service
252925cc : restorecond: migrate to GDbus API provided by glib-gio
75182f81 : python/semanage: check rc after getting it
417aff72 : libselinux,libsemanage: remove double blank lines
65c82ccc : libselinux/utils: remove unneeded variable in Makefile
091549b2 : libselinux: make context_*_set() return -1 when an error occurs
164f437b : libselinux: copy the reason why selinux_status_open() returns 1
0bcaba30 : libselinux: add missing glue code to grab errno in Python bindings
21f50e94 : tree-wide: use python module importlib instead of the deprecated imp
5eee9122 : libsemanage: rm semanage_module_upgrade_info from map
6d170a76 : libsemanage: fix linker script symbol versions
5447c849 : setfiles: Add -E option to treat conflicting specifications as errors.
ec852600 : libselinux: Add selinux_restorecon option to treat conflicting specifications as an error.
aa40067b : Fix building against musl and uClibc libc libraries.
28768cee : cil: re-enable DISABLE_SYMVER define
c018147d : cil: rm dead dso.h file
92e7494f : tree-wide: replace last occurrences of security_context_t
fc1f62ce : checkpolicy: add missing forward declaration
43b90524 : libsemanage: cleanup linker map file
3fc08f89 : libsemanage: update linker script
1de9a257 : libsemanage/Makefile: add -fno-semantic-interposition
653ee4de : libsemanage: drop hidden
9d9a3307 : cil: drop remaining dso.h include
582b974b : libsepol: set correct second argument of (t1 == t2) constraint
9d291802 : libsepol: speed up policy optimization
df2a9f40 : libsepol: optimize inner loop in build_type_map()
cc0425f3 : libsepol: skip unnecessary check in build_type_map()
87be2fbb : secilc: add basic test for policy optimization
bacf02f6 : libsepol: remove wild cards in mapfile
d1284ab4 : libsepol/Makefile: add -fno-semantic-interposition
bbea1734 : libsepol/dso: drop hidden_proto and hidden_def
f8c110c8 : libsepol,checkpolicy: remove use of hardcoded security class values
62a91d7d : checkpolicy: Add --werror flag to checkmodule and checkpolicy to treat warnings as errors.
692716fc : libsepol/cil: raise default attrs_expand_size to 2
42b13ba1 : checkpolicy: Treat invalid characters as an error
879d222c : libsepol/cil: Do not check flavor when checking for duplicate parameters
04c42b9d : libsepol/cil: Check if name is a macro parameter first
9fe58752 : Revert "libsepol: cache ebitmap cardinality value"
fc093ad7 : libselinux: drop symbols from map
3eb91bec : Makefile: add linker script to minimize exports
7f9edee7 : Makefile: add -fno-semantic-interposition
4246bb55 : dso: drop hidden_proto and hidden_def
d1d81b6c : libsepol: Create the macro ebitmap_is_empty() and use it where needed
6968ea97 : libsepol: make ebitmap_cardinality() of linear complexity
a41dfeb5 : libselinux: deprecate security_compute_user(), update man pages
ee4b20ca : libsepol: grow hashtab dynamically
00bdfefc : libsepol, newrole: remove unused hashtab functions
8d3f5f74 : libselinux: Fix Ru translation of failsafe context
1f89c4e7 : libselinux: Eliminate use of security_compute_user()
4b33c9da : libselinux: drop error return from is_selinux_enabled documentation
542e8786 : libsepol: cache ebitmap cardinality value

+- Project: platform/external/setupcompat

3c778d5 : Import updated Android SetupCompat Library 447928644
0d3126a : Import updated Android SetupCompat Library 444719060
76ab3e3 : Import updated Android SetupCompat Library 437961224
5be9fc7 : Import updated Android SetupCompat Library 436455639
5f1c56d : Import updated Android SetupCompat Library 433350413
55addcd : Import updated Android SetupCompat Library 420060995

+- Project: platform/external/setupdesign

d198d8e : Keep the tertiary button align be the same as bc style(central_horizontal).
c80c2b4 : Import updated Android Setupdesign Library 448864925
042d1f1 : Import updated Android Setupdesign Library 444422216
53645a1 : Import updated Android Setupdesign Library 438331250
74bcb93 : Import updated Android Setupdesign Library 436370329
84983c3 : Import updated Android Setupdesign Library 432397943
33b704c : Update OWNERS file for external/setupdesign
02adcda : Import updated Android Setupdesign Library 422272789

+- Project: platform/external/sfntly

aab9650 : Use static_cast for NULL to pointer type

+- Project: platform/external/shflags

6acca67 : Jeff moved to a different team so remove him from OWNERS

+- Project: platform/external/skia

83b3283f01 : Remove string copies in Skia tracing macros
21e6e37ee3 : Android: Turn on select Skia tracepoints
a45d7d634b : Remove Test-Win10-.*-Golo-.*-Vulcan(_ProcDump)? bots from supported branches
47756c2666 : Remove unit test not present in this branch of the code.
fb1956bcfb : [infra] Manual cherrypick to remove Win7 fyi jobs
d71cfa5777 : Fix bug where SkQP test that are always to be excluded are not.
c69447d3cc : Remove failing Test-Ubuntu18-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ASAN
ae31184592 : Remove vk workaround to do partial clears as draws on adreno.
43d175748e : Enable required Android API levels for SkQP test cases.
fb6e4324cc : Use ATL golo machines
895915708d : Tweak linux_glibc properties for musl builds in external/skia
9659252ba2 : Tweak linux_glibc properties for musl builds in external/skia
a357a11f74 : Simplify FreeType glyph paths with overlap.
e28fcd1782 : Rename ES2 error tests 'T' through 'Z' to .rts.
3f690607d6 : Rename ES2 error tests starting with 'S' to .rts.
0162649cc1 : Rename ES2 error tests starting with 'R' to .rts.
a410a95abf : Rename ES2 error tests 'O' through 'P' to .rts.
a7bf23d17e : Rename ES2 error tests from 'H' through 'M' to .rts.
843619630a : Rename ES2 error tests from 'C' through 'G' to .rts.
099124d46d : Rename ES2 error tests starting with 'B' to .rts.
d1b4d90b47 : Rename Runtime Effect-compatible ES2 error tests to .rts.
f88e45cae8 : Include the errors/ folder when SkQP searches for SkSL error tests.
9f7ddf9a8f : Add missing import for RuntimeShader class.
fb4480f3a2 : Add support for conditional unit tests.
96923601f0 : Add SkSL error tests that use Android RuntimeShader.
70782b757f : Refactor SkQPTestRunner to support running SkSL error tests.
50517e07be : Simplify filtering in SkQPRunner.
e0aa8ab543 : Pass SkSL error tests to SkQP.java via arrays.
66c5dfe67a : Add SkQPAssetManager::iterateDir to find files in a directory.
83d303394b : Load the SkSL error tests when SkQP::init is executed.
ac7a40c7c7 : Factor out SkQP exclusion-list handling into a helper class.
e02fe794db : Remove GM support from Java portions of SkQP.
024a3a0382 : Fix atest SkQP crash at startup.
64e15ee412 : Add CurrestTestHarness helper method.
81a6da59a0 : Honor SkQP flag when running SkSL tests.
d432e5640f : Restructure SkSLTest to use test flags instead of multiple macros.
d792dc750c : [sksl] Special-case unary negation on matrix types in MSL/SPIR-V
27dccbe4ea : Fixed SkSL dFdy rehydrate test
339ca5dfc6 : [sksl][tests] Enable CLONE and REHYDRATE tests for GPU/ES3 cases
5d2a7da77d : [sksl][tests] Restore SKSL_TEST_CPU_ES3 CPU-only behavior
b86164e156 : Add support for ConstructorArrayCast to rehydrator.
72b6b51d71 : Add support for unsigned ints to SkSL Dehydrator.
0b0a487772 : Simplify symbol table setup.
3d14025efb : Remove unused argument from skqp command-line tool.
d4e0876a3f : Remove GM test support from SkQP.
d08b6da9e4 : [skqp] Call gpuSetup() from SkQP::evaluateGM()
769b50ea5d : SkUserConfigManual: Leave LOG_TAG unchanged
50f35966f5 : SkDebug_android: undef LOG_TAG if defined
2f10389a80 : Revert (fatal) logs for investigating b/206415266
ba7874bd64 : Print the message from SK_ABORT in stack traces
486f9d6aee : Remove three qualcomm related tests from skqp
3785f48975 : Add color-depth detection
dfe50cdd2d : Do not run ProcessorOptimizationValidationTest
968971b500 : add test_suites attribute to CtsSkQPTestCases build target
ff1fe6178b : Copy in list of test exclusions from go/skqp-cts-tests
c47771f592 : 2nd Reland "Add defines to skqp build"
d930d2d1e6 : gen_tasks_logic.go: Update Win10 tasks's "os" dimension to "Windows-10-19044".
fadc3a5264 : Roll Skia from 2a4a7b519d88 to 9f83d57ba97d (4 revisions)
7b9b8849df : Roll Skia from 76699a4495fe to 2a4a7b519d88 (15 revisions)
9f83d57ba9 : Revert "Fix dithering on drawImage[Rect] calls"
046e3f4b42 : Revert "Don't dither const shaders that don't have a GP override"
d79f3f5a7b : Revert "Add defines to skqp build"
52a3b67314 : Add defines to skqp build
2a4a7b519d : Correct FreeType palette setup.
5e4846fff7 : Filter unsupported CQ try jobs on chrome/m100
418fdebf1c : move top-level Slug creation from buffer to GrSlug
b5282fea23 : Fix viewer crash with corrupted MSKPs
3d97b14820 : Roll libjpeg-turbo to 2.1.2
0063b6bdb8 : don't produce empty slugs
a872718e51 : Reland "Preserve base device origin on saveLayer and image filters"
1f987af388 : Delay creating CGColorSpace in SkScalerContext_Mac
c4f1d16390 : [graphite] Switch PaintParamsKey over to a builder/result model
05a4b12dbd : Don't dither const shaders that don't have a GP override
832b9ac092 : Revert "Use VectorXform to determine parametric segments for stroke curves"
ee45d92013 : Use VectorXform to determine parametric segments for stroke curves
1729710b51 : [graphite] Add TextureProxyView class.
814652c373 : Revert "Preserve base device origin on saveLayer and image filters"
01be94d7f1 : Support font palette overrides through SkFontArguments
76699a4495 : Roll SwiftShader from 13f7365e81be to 4228bb95b5b5 (7 revisions)
5505a02ca1 : Roll Dawn from 703ed278c32d to 6cc74dce933e (8 revisions)
e6fba0a50b : [infra] Stop overspecifying the version of 10.14.
f436cf2343 : Preserve base device origin on saveLayer and image filters
d3243f660e : working serialize Slugs with DirectMask runs
e39f253c2a : add facilities for flattening different subrun types
d714e1ebe1 : [infra] Remove job mistakenly made for nonexistent OS-12 Skolo Minis.
66470f8b7d : Pre-construct device-to-layer matrix for skif::Mappings
2865ea30ff : serialization framework down to the Slug level, but not runs
7b5b00aaf1 : Fixing some inconsistencies in blitter selection.
e444402333 : add default ctor for SkGlyphRect
0b124c444e : Fix mask/image filter bounds calculation for inverse-filled paths
d6245fc4aa : Rename GrSwizzle to skgpu::Swizzle
c3f0a82b2b : Roll SwiftShader from 5f1c00bda1c1 to 13f7365e81be (5 revisions)
5b7649746c : Roll Dawn from 3a60f96079c8 to 703ed278c32d (9 revisions)
34e3b35eb4 : [codesize] Define more CodeSize tasks for testing purposes (both for CQ and waterfall).
149938e8e3 : [canvaskit] Rename some CK-specific defines
56438322bd : [fuzz] Fix unreachable code warning
eec8edb660 : Remove skottiekit experiment
59452acdc0 : support making slugs using the full strike cache
c9ca00910a : Support for COLR foreground color in CoreText.
85e7f31e6d : Rewrote SkSL binary documentation
0ec59b90ab : add SubRunType for each SubRun to facilitate deserialization
10241484aa : Fix dithering on drawImage[Rect] calls
7f568e968e : [bazel] Update to use emsdk 3.1.4
ee910053ec : [graphite] Add first version of Blend Shader support
c13cd6479d : Reland "Build CanvasKit using GN/Ninja"
d184c1b12d : [graphite] Add uniform name mangling and a uniform padding cheat
bd7f5d9ce0 : use GrTextReferenceFrame consistently in SubRuns
1bd59cf10b : Remove g8 config from DM/FM. Switch CPU bots to test r8 instead.
c0fcc50344 : [canvaskit] Add in fillText to spreadsheet demo for comparison
4d62cd4892 : [graphite] Add hook for dynamically generated glue code
e39cebef73 : [graphite] Merge Resource and ResourceRef together.
9fae1e741e : Bump follow-redirects from 1.13.0 to 1.14.8 in /modules/canvaskit
1e3d307ba7 : Roll ANGLE from 06edae72ba69 to e5045587752d (9 revisions)
899b5fcb2b : Roll Chromium from d4e809c3175f to 8fa4c9362816 (556 revisions)
fc0385c86c : Roll SwiftShader from f908b18550c9 to 5f1c00bda1c1 (2 revisions)
9e49b5096e : Roll Dawn from 3b88de520185 to 3a60f96079c8 (7 revisions)
843bc16686 : CoreText color glyphs are not rendered with paths.
b9b550e9bb : Avoid undefined pointer overflow in neon mask opts
c94eb30c6e : Check for count == 0 when computing center of mass.
b493da459e : [infra] Add Mac 12.x CPU NativeFonts_ASAN job.
046c0cf8a4 : [infra] Add a Debug-All-NativeFonts GPU job on 10.15
0ecfde718c : [infra] Add a Debug-All-NativeFonts GPU job on Mac 12.x
014ebf1bdd : add infrastructure for unflattening size for Slugs
67f72e232c : unify array creation for DirectMaskSubRun*
50dac1432b : remove jpeg from android builds flagged with no_codec
34241299d1 : Control growth of FuzzNicePath with chain of path transforms
43146e977f : Pass squared tolerances into GrPathUtils::generateXPoints()
0c58105085 : GrSlug proposed API for serialization
ff616b89e3 : Picture shaders support perspective better
51a553d8c5 : Allow Viewer to filter glyphRunList.
4e920eb1cc : DirectWrite to draw COLR glyphs with drawables.
7702c5ef32 : Support for COLR foreground color in DirectWrite.
baa0be10a2 : Move SkScalerContext_DW::fIsColorFont to typeface.
f55a0f7a48 : Remove SK_IGNORE_GLYPH_HAS_PATH_FIX from Skia
f9ae5b3fa1 : Use cleaned paint for image lattice fallback
d5a1173f94 : Revert "Add synonyms to GLSLGeneration for 100es and 300es."
76ad507dbf : Roll SK Tool from 9c1bd5650017 to 0056074ae4f8
63e7ba59ce : Add synonyms to GLSLGeneration for 100es and 300es.
3b0c30e93c : Assert in ~SkMutex that the mutex is unowned.
795024fa46 : Remove support for sksl_with_256_padding_seed_corpus.
14a623c869 : Roll ANGLE from 0a320d16fe80 to 06edae72ba69 (11 revisions)
2e7367fb26 : Roll Chromium from de0330e7e3fa to d4e809c3175f (656 revisions)
dc838595be : Roll SwiftShader from 0863290dc7f6 to f908b18550c9 (3 revisions)
4075637605 : Roll Dawn from a52abab38ce9 to 3b88de520185 (5 revisions)
0e48516aae : Revert "Reland "Adding a trace to nanobench for RP/VM comparison""
3f2effdbdc : Bump karma from 5.2.3 to 6.3.14 in /modules/pathkit
a63d89740c : Update SKP version
139ffa19d9 : Roll SK Tool from 696f0e56a26c to 9c1bd5650017
80f272b62c : Revert "Implement DashLinePathRenderer with a simple FP"
e4d3d3947c : Synthesize uniforms/children in the SkRuntimeEffect fuzzer.
1542db1a9b : Add a test runtime effect for child effects.
503f2b7f71 : Remove unnecessary semi-colons
b7eaeadf3f : [codesize] Add CodeSize-dm-Debian10-Clang-x86_64-Release task.
02b4f94536 : Fix include from private to src
94b8dd6710 : Reland "Adding a trace to nanobench for RP/VM comparison"
007fd156a0 : Fix SkQP errors when built in the Android framework.
8fd41401f1 : FreeType to draw COLR glyphs with drawables.
b4f87c81e0 : expose typefaceID Translation for descriptors
0d36473ebc : Add android build files for skqp cts testing
c8a35e5cfb : Use SkNx to transform ALL points in SkMatrix::Scale_ptr
e03b9d14a1 : [graphite] Store isFBOnly flag in samplesKey
bbc4ee5e07 : Implement DashLinePathRenderer with a simple FP
1c0f1abd53 : harden GrGlyphVector::MakeFromBuffer
9af3a919ce : [graphite] Hook up Surface::writePixels
40d7426345 : Remove isOpaque from SkRuntimeEffect::makeShader signature
7caeb1bdb1 : [graphite] Add calcuating of graphtie resource key for Textures in Caps
fac61d55f3 : Roll ANGLE from d5df233189ca to 0a320d16fe80 (2 revisions)
9c111af64b : Add more fuzzer-discovered programs to error tests.
683ae40560 : Fix for fuzzer-discovered error with deeply-nested expressions.
a9ac0ce55d : add flatten and MakeFromBuffer for GrGlyphVector
a59af6e4f2 : Revert "Build CanvasKit using GN/Ninja"
ecac712bec : Build CanvasKit using GN/Ninja
714ae3262d : Roll ANGLE from 670a6e476ea4 to d5df233189ca (10 revisions)
f3ec7d63a0 : Roll Chromium from 4c42b6a53bab to de0330e7e3fa (535 revisions)
02bab9d2c7 : Roll SwiftShader from cbd31d271e4c to 0863290dc7f6 (7 revisions)
f683ab643f : Roll Dawn from 47f051984b88 to a52abab38ce9 (12 revisions)
d6d853d765 : Integrate Wang's formula calculation into patch creation
82d65d0487 : Revert "Migrate compat v4 classes to androidx"
74ce095463 : [graphite] Rename skgpu::Surface_Graphite to skgpu::Surface
7dcf3d0599 : const uses of SkGlyph* -- const all the things!
e1e2a85820 : Removed SkSL binary SystemType command
dd6596250d : extract GlyphVector into GrGlyphVector
39728eb980 : Revert "Adding a trace to nanobench for RP/VM comparison"
b6dfd97c52 : const SkDescriptor::flatten
db4a543e45 : Implement SkRecordedDrawable::onApproximateBytesUsed
e855b1273f : Adding a trace to nanobench for RP/VM comparison
a7a2324f14 : Reland "Add kR8_unorm_SkColorType"
21cd6ff6a9 : [infra] Make jobs for new Intel MacBook Pros
7b5c0de7ce : [canvaskit] Improve error when non-matrix argument passed in
77326adc07 : Remove isOpaque parameter from CanvasKit SkRuntimeEffect APIs
2332138185 : Limit infinity support to GLSL 3.3 and above.
1df7393e44 : Enable warning -Wformat-nonliteral.
2122f40c4b : Update REPORTER_ASSERT/ERRORF to check format strings.
c5d3326d76 : check length for serialized descriptors
6dda78ac7b : Add SkSL error tests for runtime_errors directory.
fd36683fe6 : Improve parser behavior with invalid statements inside a Block.
cff69664ad : Update DM::Result to check format strings.
39b978241b : Update code to prepare for -Wformat-nonliteral.
dd579d3d6e : [graphite] Repurpose graphitestart GM for shader testing/debugging
4b583185ff : [graphite] Fix two bugs wrt uniform uploading
21a92dff8f : Roll ANGLE from 71d06198c62b to 670a6e476ea4 (10 revisions)
4364a6345c : Roll SwiftShader from 0915ab4bddf7 to cbd31d271e4c (3 revisions)
b22fa2cfdc : Roll Chromium from 5826a77e26c0 to 4c42b6a53bab (541 revisions)
5a2135af56 : Roll Dawn from 73b577e9c629 to 47f051984b88 (11 revisions)
1f813e4c7f : Fix parallel array length mismatch in test.
81d4b5d5b4 : use SkAutoDescriptor in remote glyph cache
cd189e8a1d : Remove default/deprecated arguments to makeShader calls
6d7d508667 : [graphite] Add buffer setup for texture uploads
0fac7baa61 : Remove experimental/xform
7170ab66a7 : [infra] Remove old error message
167c959633 : Fix bug that caused non-GPU unit tests to run in SkQP
9cb74e9079 : [bazel] Compile gms for wasm and WebGL
0c7f1d9919 : Revert "Add kR8_unorm_SkColorType"
72941b87f0 : Group arrays/structs together in the variable pane while debugging.
d6f7e294e8 : Better report lack of SkSVG in test.
ec0af16644 : Add codes for specifying Intel GPU generations
3225c8cc46 : Add kR8_unorm_SkColorType
6a312e79e9 : Update SkSL docs (isOpaque, folding)
43c5837e1b : Do not assert a nonzero number of GMs or unit tests in skqp
9bbff29d9c : Add flatten and MakeFromBuffer to SkDescriptor
f85d3e7fdb : Update Google3 thread annotations.
a424b619bc : Fix OverflowFloatLiteral test in OS X 10.12.
93f8c24dc2 : Removed fContext field from Rehydrator
e5d7a8ec89 : Revert "[skottie] Visual-only text valign"
3e6e29cf2e : Convert 0 and NULL to nullptr.
dee902ad57 : Roll ANGLE from d635feb11520 to 71d06198c62b (8 revisions)
58df5e43ec : Roll Chromium from 26b1b87c9091 to 5826a77e26c0 (574 revisions)
944e752cdc : Roll SwiftShader from e576ca6011cd to 0915ab4bddf7 (6 revisions)
2dbe7ff3c0 : Roll Dawn from f994c5637c2d to 73b577e9c629 (8 revisions)
a96505f627 : Supplementary codes for identifying more Intel GPUs
bae2cb0894 : Remove OverflowFloatLiteral error test temporarily.
37a7a19d50 : Revert "Change default of skia_use_wuffs to true"
281126dff3 : Change default of skia_use_wuffs to true
aa3b95ffaf : Enable warning -Wunused-template.
cc7682da28 : Remove fixed count stroking's recursive chopping
3bb1f9db82 : Remove static from template functions in headers.
f7db39f59d : Run difficult matrix-constructor test on non-ES2 GPUs.
12b6796407 : Fix floating-point overflow error check on OS X 10.12.
b86ab9d097 : Improved symbol handling in whole-program serialization
654f09a5ad : Check rejects exist before attempting drawables.
61e7b64962 : [graphite] Rearrange headers
77f1618a40 : Roll ANGLE from 236a3d0f0898 to d635feb11520 (4 revisions)
1048287b5d : [graphite] Add GraphiteResourceKey class.
d67c266b73 : [graphite] Add UploadList and UploadTask.
a456175a07 : Add expected errors to every test file.
28991c1a34 : Reland "Verify that tests in errors/ actually generate the expected errors."
35d25ac79f : Plumbing for glyph drawable
ada59c148e : Fix UB when reporting out-of-range values.
e7985f22fa : [debugger] Remove dependency cycle
8e7c2ae4f7 : Remove old test main (skia_test.cpp)
5cb6b4464b : Remove SkVptr
89ce347cca : Remove SkFixed15
3bdff6b354 : [graphite] Add a means of accumulating multiple code snippets
18a96a62f7 : Reland "add defines for new os condition flag(no_codec added in google3 build)"
220702dac0 : Track min required segments in PatchWriter
43539c22a2 : Revert "Verify that tests in errors/ actually generate the expected errors."
7fa16d9a08 : Remove MPL from Android's license_kinds
9116bd3bee : Convert font width values from variable axes to SkFontStyle widths
07b639da6f : [graphite] Consolidate functionality in the SkShaderCodeDictionary
8d646c127a : Verify that tests in errors/ actually generate the expected errors.
f1bb464ee4 : Add support for constant folding of matrix-times-matrix.
d0234ba3bf : Move backend-specific error tests out of errors/ test folder.
a941901639 : Add missing const to Operator methods.
55f6115f80 : Remove mentions of -Wweak-template-vtables
26e1285932 : Remove unused caps bit for do-while loops.
507b6dd516 : Roll ANGLE from f65e7c3ca739 to 236a3d0f0898 (11 revisions)
e297dba5b9 : Roll SwiftShader from ad6d7f84f2a1 to e576ca6011cd (19 revisions)
fc25fba823 : Roll Chromium from 670c075d7b1d to 26b1b87c9091 (498 revisions)
bcda6919d6 : Roll Dawn from 8e519d3bde60 to f994c5637c2d (10 revisions)
156e7d15a4 : Revert "Remove skstd::optional entirely."
4eb6e56b19 : Use correct line->cubic for fixed-count stroke tessellation
0596094b81 : Remove skstd::optional entirely.
89ddd74f80 : Enable warning -Wunneeded-internal-declaration.
716456c335 : Revert "add defines for new os condition flag(no_codec added in google3 build)"
88ddcb8f50 : Reland "Pin FcConfig for FCIDirect at creation."
f85d177016 : Update PatchWriter API to writeFoo instead of << Foo
2562144c11 : rename fontID to typefaceID
78eb43826f : Fill out matrix-folding ES3 tests.
d831da5b8a : add defines for new os condition flag(no_codec added in google3 build)
14f559fd23 : Add SkTypeface::openExistingStream.
dcafc5d2bc : [skottie] Visual-only text valign
45e4e0ed2b : Fix Surface::resolveMSAA for non msaa surfaces.
b73789dc4a : Reland "Reenable unreachable-code warnings."
87aa7a9095 : Add SK_PRINTF_LIKE to existing variadic print functions.
84632c9616 : Roll ANGLE from 1608a9567b66 to f65e7c3ca739 (12 revisions)
81248e23b5 : Roll Chromium from 9ece57e6815c to 670c075d7b1d (582 revisions)
2f61e948c7 : Roll SwiftShader from 2b76a13c38ae to ad6d7f84f2a1 (1 revision)
271070d50f : Roll Dawn from 327d020468b4 to 8e519d3bde60 (23 revisions)
d41771865b : Update SKP version
ffeda7863d : Roll SK Tool from dd3d60323096 to e42d2da16c45
d7f7cc8791 : Revert "Pin FcConfig for FCIDirect at creation."
7dda12a88a : Revert "Reenable unreachable-code warnings."
fc80c11138 : [graphite] Don't initialize Recorder BufferManager until after initializing ResourceProvider.
b292c30aa0 : Reenable unreachable-code warnings.
4250effcc5 : Prepare to reenable unreachable-code warnings.
a803794df7 : [canvaskit] Add more features to Bazel build
6c28bd97fe : [graphite] Reorganize code snippets a bit
324e00243f : [graphite] Add RecorderPriv class
94f0b94a3d : [graphite] Fix unused member warning in Release build.
c2cb2d9ae2 : [graphite] Split up Mtl uniform generation a bit
8b618c3e16 : Pin FcConfig for FCIDirect at creation.
92c2ace930 : [graphite] Add basic stubs for ResourceCache.
e94b52c442 : [canvaskit] Add skottie to Bazel build
b58173c96b : [graphite] Fix graphite Release builds
bee5ccd548 : Avoid "drawable" when not referring to SkDrawable.
40df2e3cf5 : [canvaskit] Expose SkPicture.makeShader
7c1dafe51e : Remove references to skstd::optional in Skia.
1388c34d25 : Remove libgifcodec
4d6f603241 : Eliminate unused function.
9c63e63771 : Add missing intrinsic tests for abs/max/min(genIType), clamp(genType)
ca0b32c1dc : Automatically defer patches and track joins in PatchWriter
78219a3551 : [graphite] Add stub for image shader SkSL
d66553ba8c : [pathkit] Publish 1.0.0
cedcaeed01 : Reland "[pathkit] Reorganize to be more like CanvasKit"
1d9237e3c2 : [canvaskit] Add demo excercising lots of text
9049e12a27 : Roll ANGLE from b756b2c2744a to 1608a9567b66 (13 revisions)
6d353eabec : Roll Chromium from 865fb8ff0da9 to 9ece57e6815c (510 revisions)
a929b6b8d2 : Roll SwiftShader from 6014f10de554 to 2b76a13c38ae (3 revisions)
9f5df27b03 : Roll Dawn from 012840b75229 to 327d020468b4 (6 revisions)
420fd7280e : Revert "Support round caps in SurfaceDrawContext::drawStrokedLine"
2ad035378c : Remove no-op versions of skstd::to_string.
9907a8637c : [graphite] Add buffer to texture copy support
744116876e : Improved whole-program dehydration and rehydration
47045c9e06 : [infra] Add a Debug-All-NativeFonts CPU job for all OS versions on the new Mac Mini 7.1s.
d42c59ddae : Make ThreadContext::Settings()/ProgramConfig() const.
abddff3e11 : Re-land "Added tests for sksl clone() on our test corpus".
f83bc66e08 : Remove skstd::size and skstd::data.
9cce961d3b : Revert "Add missing mix(genIType, genIType, genBType) to sksl_public."
7cb61889c5 : convertToBlob added to remote glyphs cache
d33334d44e : Add missing mix(genIType, genIType, genBType) to sksl_public.
2a4a0b7f1f : Reland "Add SkSurface resolve function."
005392cbc4 : Reland "For runtime shaders, deduce isOpaque automatically"
b59e38d379 : Reland "[pathkit] Increase default memory size and allow growth"
e33641e4cf : [graphite] Fix G3 roll
49df61f638 : Reland "[fuzzer] Remove GL from (now-Vulkan) build"
0fa0367c8a : [graphite] Use PaintParams::toKey in ExtractPaintData
bd712d3f97 : In SkSL tests, don't force opaque output
433504300a : [graphite] Distribute key creation to SkShaders
9a7acd43c4 : [graphite] Make Context no longer ref counted.
a9c10b5449 : [graphite] Move creation of UniformBlocks to AddToKey methods
8405dfceaa : Improve remote glyph caching.
66e2b0534b : Support round caps in SurfaceDrawContext::drawStrokedLine
4e95e1e12a : Revert "For runtime shaders, deduce isOpaque automatically"
ec4b8f1d05 : Revert "[pathkit] Increase default memory size and allow growth"
c6a311d2ca : Revert "[pathkit] Reorganize to be more like CanvasKit"
6de9a49c75 : Update SkCanvas::fSaveCount in AutoLayerForImageFilter
e138730000 : [pathkit] Reorganize to be more like CanvasKit
5268f9d562 : [pathkit] Increase default memory size and allow growth
b27d2a6c2e : [infra] Improve documentation of skip in dm_flags
d86814d8a8 : [canvaskit] Deploy 0.33.0
d4fff483dd : Implement Metal polyfill for sign(genIType).
a83a5cf287 : Add abs(genIType) and sign(genIType) to sksl_public.
995d16fc91 : For runtime shaders, deduce isOpaque automatically
ffeb6f2339 : Remove SkSL::String class.
1351a5954f : Revert "[fuzzer] Remove GL from (now-Vulkan) build"
1f2435f46b : Roll ANGLE from fe56532f503c to b756b2c2744a (8 revisions)
17a5cfc495 : Roll Chromium from a480a7d5f4b9 to 865fb8ff0da9 (533 revisions)
3ba8f622c4 : Roll SwiftShader from 4998c7b3a2b8 to 6014f10de554 (6 revisions)
16ac164ab3 : Roll Dawn from 38f2ff52dd9e to 012840b75229 (5 revisions)
3518875c21 : Avoid RAII wrappers around PatchWriter
a5223e1412 : Remove SkSL::String + string_view concatenation.
afb651172e : Remove string_view + string_view concatenation function.
27303250dd : Revert "Add SkSurface resolve function."
de29ec3ac6 : [canvaskit] Add 1d and 2d PathEffects to API
d921f21fbc : Add SkSurface resolve function.
a3b11365b4 : Update RecursiveComparison tests to run on GPU.
55a69d1de0 : [graphite] Store ResourceProvider on Recorder instead of Gpu.
aee42fccd0 : Reland "Move last join control point storage into PatchWriter"
92c624fe85 : Use FillRRectOp in drawStrokedLine for dmsaa
3a52187f62 : DrawPoints: Don't render NaN/infinite point data.
a2018c274c : Simplify string handling for invokeChild.
73262111f5 : Revert "Reland "Remove skstd::optional entirely.""
aebd6c0064 : Remove skstd::conjunction.
dba5d2c97c : [ck] Expose ParagraphBuilderImpl::Reset to CanvasKit
805acda3f3 : [fuzzer] Remove GL from (now-Vulkan) build
80428f7c2e : [graphite] Pass SkUniforms around as an SkSpan
e572d5b672 : Convert SkSL::to_string to skstd::to_string.
0dae2e870d : Add MVP implementation of JPEGXL decoder.
d161e2f6ec : Reland "Remove skstd::optional entirely."
3998cdea26 : [graphite] Expand GradientData to include everything needed for uniform generation
f34afe8725 : Convert appendf and vappendf to static methods.
127d22edc3 : Remove starts_with and ends_with from SkSL::String.
904d26fab4 : use SDFTSubRun for Slugs; remove SDFTSubRunSlug
eccf8a03ad : Roll ANGLE from f810e9989932 to fe56532f503c (15 revisions)
8ba9cb8409 : Roll SwiftShader from 4db20a80409b to 4998c7b3a2b8 (1 revision)
aa303e6609 : Roll Chromium from e8274b070400 to a480a7d5f4b9 (528 revisions)
809c30246c : Roll Dawn from e663ac2c27af to 38f2ff52dd9e (10 revisions)
bc1e97ee5f : [graphite] Add GlobalCache class to hold objects that can be accesed by all Recorders.
3d25a39b35 : Replace skstd::monostate with std::monostate.
78d380e56b : Remove String::consumeSuffix.
eb50c2e30c : prepare to combine SDFTSubRun with SDFTSubRunSlug
074a016b89 : Remove skstd::string_view entirely.
7255993970 : Fix saveLayer/restore not invalidating raster canvas gen ID.
cdeb0ec10f : Various minor optimizations to SkVMBlitter
1e0b3b7973 : codify SDFT matrix range
53acf74030 : [canvaskit] Fix GM tests
0769d45c68 : Implement SkTLazy using std::optional
1844e99f53 : HEIF decode: add support for 10-bit color format
7646dffe58 : Determine weight, width and slant from variable axes
ea161cde89 : Optimize single lines in Device::drawPoints
71a34c302d : Improve nanobench CSV output
6e1ff7154d : [graphite] Plumb SkUniformData/SkUniformBlock everywhere
98e51006b9 : Revert "Remove skstd::optional entirely."
2c764e1eac : Reland "Use native std::string_view."
17d0fc087c : Remove skstd::optional entirely.
4dc8a39a5f : Update FillRRectOp to support rotation in local coords
35e34d8db2 : Revert "Move last join control point storage into PatchWriter"
1f1270f8ac : Move last join control point storage into PatchWriter
ff94e373a3 : Re-land "Added SkSL dehydrate / rehydrate test"
d31c6a9db1 : [canvaskit] Change contexts when making surfaces from GrContext
06acd1d194 : [canvaskit] Fix MakeRenderTarget
aa2579cce0 : [canvaskit] Include WebP and JPEG encoding in npm version
24a8aa9d1f : Updating the API description for Flutter
94303e8dbd : [fuzz] Make mock gpu fuzzer compatible with Vulkan
07d229c795 : Revert "Added SkSL dehydrate / rehydrate test"
e035f6a071 : Add Pixel 6 phones to the tree.
ded2548179 : Added SkSL dehydrate / rehydrate test
98d664096d : [bazel] Regenerate files and build with c++17
102dbf9c43 : [canvaskit] Disable dynamic execution
1def701690 : Roll ANGLE from a4a4fec8b77f to f810e9989932 (8 revisions)
698d979a74 : Roll Chromium from 46a6e399e465 to e8274b070400 (449 revisions)
a69af3bec2 : Roll Dawn from abd099c0636c to e663ac2c27af (4 revisions)
a02452cd41 : Reland "Use native std::optional."
260d925cb3 : Optimize SkVM approx_powf for simple cases.
1d0d1e9f16 : Update iOS test apps to require C++17.
0f6baf469d : Update CommaSideEffects test to run on GPU.
afafd01155 : Increase iOS deployment target to 11.0.
c3d8062555 : Fix up SkSL test on Wembley.
7b54d1626c : use PathSubRun for Slugs
8c748076c1 : use TransformedMaskSubRun in Slug
9cc63f805a : introduce GrTextReferenceFrame
7ae31fad84 : move supportBilerpAtlas to DirectMaskSubRun
9ac97cf56d : Undo various C++14 compatibility fixes.
cf5842e613 : Revert "Use native std::optional."
343258fa0c : Fix fuzzer-discovered error with sk_SecondaryFragColor in SPIR-V.
e267a5bb7a : [graphite] Add sampler/texture binding to commandbuffer
a6489dbb30 : Update additional OutParams tests to run on the GPU.
15fd5e99f4 : Update out-param semantics in SPIR-V.
490bb34b29 : Use native std::optional.
e5a9059acf : [infra] Update chromebook toolchain to support c++17
3034776433 : Cleanup SkQP build scripts
1fad4c0080 : [infra] Remove dead recipe code re: Chromebooks+Docker
d8b1e4dae7 : Roll Dawn from ef80b0908a13 to abd099c0636c (184 revisions)
994c946bd3 : [canvaskit] Add API to re-use Image textures and reduce flickering
6e1afd3bfe : Roll ANGLE from 8a1f8af4d24c to a4a4fec8b77f (7 revisions)
c61fb090c2 : Roll SwiftShader from f45f8d0b4b52 to 4db20a80409b (1 revision)
f66d42c5fe : Roll Chromium from 88f84a0cde86 to 46a6e399e465 (644 revisions)
169dc2550d : Update SKP version
0e5a10b494 : Roll SK Tool from 49bd35a86587 to a48827a391c7
3a5462d323 : Roll ANGLE from 42c8b29d00be to 8a1f8af4d24c (3 revisions)
c4ba48a7d8 : Remove (unused) SkBitmapDeviceFilteredSurfaceProps
a458b86c31 : Enable Swiftshader for Vulkan testing on Mac.
32f7fa7bfe : Remove tuples from SPIRVCodeGenerator.
83c8bab5fb : Roll SwiftShader from 518c5780ac4f to f45f8d0b4b52 (2 revisions)
43abfa13a7 : Switch skia-build-tools to debian11.
952bcb0732 : Re-enable SkSL tests in CanvasKit/wasm.
2e74772224 : Roll ANGLE from c4a9d4169692 to 42c8b29d00be (3 revisions)
f6271654d7 : Reland "Fill umbra for transparent directional geometric shadows."
7d1b9ce749 : embed TransformMaskVertexFiller in TransformMaskSubRuns
637680c286 : Revert "HEIF decode: add support for 10-bit color format"
1bd26ffc99 : Roll ANGLE from 701d51b101c8 to c4a9d4169692 (1 revision)
6c1d1e0138 : Roll Chromium from 3a5a41bfa203 to 88f84a0cde86 (544 revisions)
fa1194a4a7 : Roll SwiftShader from 26205d2be565 to 518c5780ac4f (1 revision)
78d303fd21 : Disable VectorScalarMath test on more GPUs.
cb2cbbaba1 : Roll ANGLE from 602b957b8836 to 701d51b101c8 (6 revisions)
d50db53f37 : Disable SkSLTest on wasm.
6c1c252531 : Roll SwiftShader from bca23447ad46 to 26205d2be565 (6 revisions)
ddc34d96c4 : Improved SkSL private type errors
56d9da8788 : Disable SkSLVectorScalarMath_GPU on Intel Iris + ANGLE.
9ed782c1de : Revert "Use native std::string_view."
f07421bcbd : Remove unnecessary ctors now that we have C++17 copy-elision.
64c971350e : Use native std::string_view.
83859e27c3 : Add JioNext Debug bot.
bad97bc935 : Fixed symbol table handling in for loop dehydration / rehydration
2710bcfc68 : HEIF decode: add support for 10-bit color format
47e1ab13fa : Update VectorScalarMath test to run on GPU.
7d0c18e272 : Revert "Fill umbra for transparent directional geometric shadows."
3119b67c5d : Draw glyphs as paths directly.
885a50684c : Update MatrixFoldingES2 test to run on GPU.
fc48cb5b39 : Fill umbra for transparent directional geometric shadows.
5f37112457 : Roll ANGLE from 2ad5f350c555 to 602b957b8836 (4 revisions)
e3ecc34f01 : [skottie] Fix text error logging
2cf4863add : Upgrade from C++14 to C++17.
72e0072b2c : Stop assuming that all dehydrated symbols are builtin
e09d7500c5 : Add GM to demonstate skbug.com/12866
a267210270 : Added support for dehydrating / rehydrating Nop
2c2e4313ad : Roll ANGLE from 39f66a9c1821 to 2ad5f350c555 (5 revisions)
f1b281a881 : Fix Clang warning -Wbitwise-instead-of-logical.
9ffe563b62 : Fix Wbitwise-instead-of-logical warnings
0231ef2c59 : Roll Chromium from 278c7f1fdda2 to 3a5a41bfa203 (500 revisions)
ed9bbb8e1b : Roll SwiftShader from fca808412325 to bca23447ad46 (1 revision)
0cfc76a0dd : Added support for dehydrating / rehydrating FunctionPrototypes
b920095295 : [graphite] Use RAII helper structs to configure append modes in DrawWriter
f4103618ff : Report an error if an out param is never written to.
53c9aa6d05 : Roll ANGLE from b2d55742b3ed to 39f66a9c1821 (3 revisions)
ad804d48e9 : make Blob's PathSubRun use a PathSubRunSlug
1197b597d3 : clean up of cleanup SubRun subtypes
f50616aa1e : Increased the size of the dehydrator's offset and binding fields
e9e62dc7c9 : Roll SwiftShader from a4232c15e287 to fca808412325 (62 revisions)
dbab4c46d5 : make GrSubRun common for slugs and blobs
c4b2fb39b1 : [canvaskit] Use proper texture tracking method
10c372914d : Roll ANGLE from 1316d15349db to b2d55742b3ed (4 revisions)
21bfd750cb : Improved SkSL symbol table dehydration / rehydration
1042c00130 : [graphite] Replace GrSLType with SkSLType
fb6d8929b2 : Remove some unused vars from skqp
e988826196 : Query GL for supported program binary formats
a54564efd4 : Add VertexWriter&& operator<< for use with returned writers
626fb7759f : Roll ANGLE from 54f8a8f71621 to 1316d15349db (3 revisions)
cec7f5dec5 : Add willReadFrequently 2d context creation attribute where appropriate.
d6ee724fe3 : [graphite] Simplify internal state of DrawWriter
1d9471f553 : Bump follow-redirects from 1.13.0 to 1.14.7 in /modules/pathkit
2b80cb6636 : Roll ANGLE from c5498b957e83 to 54f8a8f71621 (2 revisions)
b25fcd8996 : Roll Chromium from c1ecb48fe59e to 278c7f1fdda2 (535 revisions)
b176129401 : Disable SkSLInoutParameters_GPU on Adreno 6xx + Vulkan.
4d1a935835 : Avoid error cascades when casting out-of-range scalar values.
de7193cd81 : combine transformed mask vertex generation
fad0a051c3 : Remove old test outputs.
e86e325fbf : Added version number to dehydrated SkSL files
03e7350111 : Migrate VerifyStaticTestsAndExpressions analysis pass out.
9eb1679b77 : Add regular expression capability to SKQP unittest filter
493a9c0cbc : Fix up test SkSLInlineWithInoutArgument.
541792c845 : Roll ANGLE from 8fc4d3b1e618 to c5498b957e83 (5 revisions)
f7daa1f50d : Fix style scan in makeFromStreamIndex() for SkFontMgr_FCI
dc17274403 : ParagraphBuilder::Reset
1a9e7531e0 : [skottie] Fix text opacity animator semantics
0f5bc280a0 : Implement constant folding for componentwise matrix-matrix ops.
a9f7a8b617 : Implement constant-folding for matrix-op-scalar and scalar-op-matrix.
e6b951247b : Add matrix-op-matrix tests to MatrixFoldingES2.
3b7fd14ea8 : Move matrix-scalar splat tests into MatrixFolding.
3ed2981da2 : Update test to demonstrate out-of-range value in error.
cc473cd92f : Fix fuzzer-discovered error with swizzles.
385a90aa9d : Quote things in roll-freetype.sh.
d3f8abc95c : Roll ANGLE from d6dd0cb52b17 to 8fc4d3b1e618 (2 revisions)
df9e43cdd4 : Remove unused member from AnyConstructor.
c5b381c479 : Use $ prefix on built-in private functions.
3f900d174b : Fix issues with SkIsConvexPolygon and SkIsSimplePolygon
83c85affad : Avoid calling hb_face_set_index with uninitialized value.
3968ad6301 : Roll ANGLE from 38deffe40db8 to d6dd0cb52b17 (5 revisions)
b8f05d6f63 : Revert "[skslc] Generate .hlsl test output files"
5fb9872145 : Roll Chromium from 35c05997232d to c1ecb48fe59e (476 revisions)
42eba20260 : Remove obsolete SkWuffsCodec WhichDecoder enum
6af43d6085 : update libwebp to 1.2.2 branch (69c7f16)
3049c5fb87 : Roll ANGLE from adb802383302 to 38deffe40db8 (4 revisions)
a97a6769b5 : [skslc] Generate .hlsl test output files
84fecee879 : [graphite] Add sampler creation
a8ed76ac96 : Roll FreeType from cff026d4 to 5e9caaee (77 commits)
f53675554b : Roll HarfBuzz from 31607897 to a8b7f188 (180 commits)
dd1547f582 : Fix a null pointer bug in SkData::copyRange
96071b714f : Roll ANGLE from 096c268bd3f4 to adb802383302 (4 revisions)
bb69f09a40 : add no-font rules to .bzl file for google3 flag
3167dd7ea2 : [graphite] Add skgpu::Sampler and skgpu::mtl::Sampler classes
d68069019b : Fix whitespace when commas are used in a binary-expression.
2a24e6554b : Revert "redo AtlasTextOp caching"
3530d4d3c3 : redo AtlasTextOp caching
a2ec871255 : Remove unused TK_ARROW token.
9c898c54c6 : Fix vertex size request in middle-out benchmark
ccb4b18161 : Add ExpressionArray::clone.
ac41603023 : Synthesize SPIR-V fake vars with private, user-inaccessible names.
9f681e6df8 : Reject $ in variable names for non-builtin code.
54c7b251b5 : Disallow the $ character in the middle of identifiers.
b894b0594e : Set fInternalFormatForTexImageOrStorage for RGBx8 format
67f92df4b0 : Roll ANGLE from 2caa9d4fe4f1 to 096c268bd3f4 (17 revisions)
ba95fb4d30 : Roll Chromium from 7bd73bbb1c0b to 35c05997232d (584 revisions)
c6237f0de0 : Update SKP version
5702389f07 : Roll SK Tool from f50377eb4663 to 528873c2db84
cc56016595 : Track end mark of BufferWriters to detect overrun
4350707fe0 : Roll skcms from 3fa993c258a9 to 30c8e303800c (2 revisions)
63a4d65e16 : Revert "Added tests for sksl clone() on our test corpus"
ca2980bf0d : Roll skcms from 1ea0b89e7a7e to 3fa993c258a9 (1 revision)
3ab1292dad : Fix null dereference in ~PromiseImageInfo.
b6ebaa3656 : Remove redundant calls to simplify_vector.
99b1b6f4ca : Update GrTriangulator to no longer access VertexWriter's pointer directly
59a4127fb9 : Deduplicate constant-equality checking logic.
aeee6c4413 : [graphite] Move GrSingleOwner to skgpu::SingleOwner.
2e890d726c : Update Skia milestone to 100
516aac121b : [graphite] Add ImageShader and BlendShader SkPaintParamKey support (take 2)
0c9b8bae42 : Added tests for sksl clone() on our test corpus
1793c189ea : [graphite] Move SLType, Uniform, and UniformData to src/core
61eb772e89 : Removed standalone implementation of SkSLStringStream
049f110ef6 : Revert "[graphite] Add ImageShader and BlendShader SkPaintParamKey support"
a9aa935808 : SkMipmapAccessor::fResolvedMode doesn't need to persist, make it local
7e8fdf4706 : [graphite] Add ImageShader and BlendShader SkPaintParamKey support
6edd5d9e19 : Add read-only marking to BufferWriters
f6bb619a16 : Fix underflow/overflow issues in skvm::approx_pow2.
39dc2a02fd : Roll ANGLE from 1bd1a3db1c60 to 2caa9d4fe4f1 (8 revisions)
e09a3dae23 : Roll Chromium from 1473390feb23 to 7bd73bbb1c0b (475 revisions)
96860d3bba : Add makeVertexWriter helper to GrMeshDrawTarget
418557a96a : Fix debugger traces containing multiple vardecls on one line.
62bb436301 : Limit offset range when fuzzing SkOffsetSimplePolygon
42bfd747a7 : refactor common path drawing
013397884c : [tools] Add git.bat to search list
78cec092bf : Enable MSAA for Intel 12th Gen gpus
5605a2928b : Add SkVMDebugTracePlayer::getCurrentLineInStackFrame.
b98159e414 : [graphite] Clean up SkKeyHelpers a bit
9be7372e1d : Roll ANGLE from 00a2a2f3e84e to 1bd1a3db1c60 (12 revisions)
e9632e0966 : Roll Chromium from 0cefe7415f67 to 1473390feb23 (528 revisions)
8bf4a85e30 : Push shaders.skia.org.
fb1dedb0b2 : Fixed an issue with SkSL For loop symbol tables
d0c5af6523 : Update the debug trace format to a new version.
b042508dd5 : Respect SKNX_NO_SIMD fully in SkVx.
508e5ceaea : Remove SKNX_NO_SIMD from public.bzl iOS build.
7bd7ea2c8e : Prevent no-op statements in GLSL code generator.
3dcaf4ac16 : Prevent no-op statements in Metal code generator.
cc68ab42c2 : Avoid skvm::splat for continuous shader-dependent values
98c09e51f3 : Add a version field to the debug-trace JSON.
24cda0aa91 : Add str() convenience accessor to skjson::StringValue.
c50b08ecb8 : [graphite] Prepare SkPaintParamsKey for recursive dumping
a1fd1c189c : Mark operator bool() explicit in src, tests, and modules
896d278a5c : [graphite] Push SkBackend into SkKeyHelpers
ef189dd340 : [graphite] Add SkBlender to PaintParams
04151728ac : Roll ANGLE from 9b231f090e1b to 00a2a2f3e84e (18 revisions)
ea46b3a135 : Roll Chromium from f28302b42238 to 0cefe7415f67 (539 revisions)
458653d9fc : Fixed cloning SkSL ReturnStatements without expressions
8276fa8ef1 : [graphite] Wrap log macros in do-while to avoid semicolon warnings
ecc319f52e : Rewrote command line flag parsing in SkSLMain
9f231c3309 : update to Skia's standards
abd6cf13f4 : [graphite] Add addToKey entry points
466df1e697 : Turn off LTO for skia_nanobench on Android
7022d74567 : [graphite] Hook up viewer
17d90a09a8 : Roll ANGLE from 0aae0d7ad535 to 9b231f090e1b (6 revisions)
05ede704bc : Roll Chromium from c6e774448d00 to f28302b42238 (327 revisions)
7502b75098 : Roll ANGLE from 6312da1abf21 to 0aae0d7ad535 (8 revisions)
6b8ae23f90 : Roll Chromium from 7384d7c60366 to c6e774448d00 (888 revisions)
00e04f2339 : Update SKP version
87e679db5d : Roll SK Tool from 582427f86ca9 to 4e697a7bed30
55c215cfb6 : Reland "Better Matrix/Scalar testing"
fb1b30b346 : Update existing SwiftShader jobs to use Vulkan instead of OpenGL
cabc3f5209 : Fix Typescript type hints for CanvasKit debug traces.
6658fd1584 : In vulkan tests, use vkGetInstanceProcAddr to get vkGetDeviceProcAddr.
f260a297c6 : [graphite] Add basic logging.
1f0e64acd6 : Don't do PolyUtil fuzz tests on invalid polygons.
dd9e165ef7 : [graphite] Bail on DM run when context creation fails.
7aec4b164e : Roll ANGLE from d4412d0a0124 to 6312da1abf21 (7 revisions)
76e62d32d9 : Roll Chromium from 16cce6b78dce to 7384d7c60366 (601 revisions)
a6f2ebf30f : Disable test on Tegra3 that triggers driver bug.
7c80b2f08e : Setup autodeployment for api's bazel build
119fb6bb25 : Add support for GL_ANGLE_rgbx_internal_format format
62b32180c1 : Fix Chromium Libfuzzer Upload Windows ASan bot.
c505bdca9d : [graphite] Make sure we are flushing work from the Device when needed.
455e580b9c : Revert "Better Matrix/Scalar testing"
6dece64b9d : [COLRv1] Take P2 into account again in gradient skewing
759bc62a06 : Remove SkGraphics::Term
8fd014bb67 : align prepareForMaskDrawing to agree for remote and gpu
61a03aa0b9 : Fix MSAN unitialized memory in vulkan memory allocator.
b21c4af0f6 : [graphite] Remove ref counting from Recorder.
672a540b00 : Roll SK Tool from git_revision:3382a92150ff13d646c7fdd52e8011b1fa91a204 to 260eb8796b89
25a7797820 : [bazel] Add mirrors to every external dependency.
abb611550e : Better Matrix/Scalar testing
106a57b5ac : [graphite] Store back pointers of Device and Recorder to each other.
866db186fa : Simplify control flow in switch test to unbreak iOS.
cc4d21f980 : [graphite] Move ShaderCodeDictionary, SkPaintParamsKey, and UniquePaintParamsID to include/private
575d0c5e1d : Add CanvasKit bindings for RuntimeShader.MakeTraced.
a379b7d4a3 : Roll ANGLE from d4c8209b3ec9 to d4412d0a0124 (5 revisions)
e92e5f982f : Roll Chromium from 4d9891721764 to 16cce6b78dce (506 revisions)
0aad22f568 : Make roll_harfbuzz.sh work properly on Mac.
db1d93f3b4 : Stop timeout in api_mock_gpu_canvas.
8522bf910a : Add test for switch-case folding.
8af1eebedb : Converted SkSLSwitchCase to use ints rather than expressions
00f71133a8 : [graphite] Reduce maintainance issues wrt SkPaintParamKey dumping
4ec5259b90 : [graphite] Run DM serially.
0e440d2ac8 : Remove .git directories from the skia checkout in skia-release
6864d4d6d8 : Setup autodeployment for fiddler's bazel build
04e74196b0 : [graphite] Replace Combination with SkPaintParamsKey
44c00ae64a : Add test for vector constant folding.
53cefbbe96 : [graphite] Use IntersectionTrees to compute disjoint stencil indices
704007f5ed : Fixed error handling with DSL runtime effects
479b02bf2d : [graphite] Blacklist gms that require readPixels support.
0e845dc8b0 : Roll ANGLE from 0b02a592fe91 to d4c8209b3ec9 (11 revisions)
b410a6b5ba : Roll Chromium from a31578cb24d1 to 4d9891721764 (513 revisions)
30fdea3d8f : track glyph scaling hints in min/max pairs
a2e55eeb5d : [graphite] Add readPixels call that takes an skgpu::Context.
345587df72 : [graphite] Use renderpassdesc to setup graphics pipelines
6e63f4925e : [bazel] Use font manager in HelloWorld.
bf489abbf6 : [graphite] Add SkTileModeToStr
41e994f735 : Replace uses of deprecated dawn_native::BackendType
e3b935b0bf : [bazel] Update files and fix circular dependency
7a14f783bd : [bazel] Sketching out HelloWorld sk_app using GL
a6364728f6 : Roll ANGLE from acd8fc76b212 to 0b02a592fe91 (8 revisions)
92d21e2243 : Roll Chromium from 96b1418d1441 to a31578cb24d1 (457 revisions)
8a85ab0d96 : Reland "drawVertices in GPU backend uses drawVustomMesh implementation."
55b4dc3f7a : use SkGlyphDigest for MaskSummary
3e1354a592 : [skottie] Fix assert for missing layer type
2e6181cac4 : Check sanitized data when fuzzing PolyUtils.
8b2513a986 : Build the NDK compliant shared library to be used by JNI in SkQP.
0056f3f006 : [graphite] Reset order tracking after flush
ff837f8358 : Fix origin in SkImage_Lazy for GrAhardwareBufferImageGenerator.
dd575bc0f1 : [skottie] Fix float->int overflow
0267cb2d65 : Remove PGO rules for skia
5941929042 : Add SkSL color management docs
5dee0a27e0 : Roll ANGLE from 2ebdd23b6040 to acd8fc76b212 (22 revisions)
20b049df6d : Roll Chromium from 8b42868cac51 to 96b1418d1441 (579 revisions)
fdbc37f4d8 : Update SKP version
0f4a2a68c6 : Roll SK Tool from c61e9298a53a to 3382a92150ff
93e0041c6c : more direct glyph drawing
3e35c8a584 : [graphite] Break PaintParams out into its own header
7fbcf8ddee : Remove PGO rules for skia
a856f40086 : Interface blocks no longer allow duplicate fields
fc5fc658c8 : Update missed fiddle-embed -> fiddle-embed-sk reference
90263a14b5 : Revert "Spruce up SkSL slide with a much nicer editor"
ae5f86ea1a : Test: Interface blocks allow duplicate fields
ecd1eb950f : [graphite] Basic opacity analysis on PaintParams
2b12f2dddb : fiddle-embed -> fiddle-embed-sk
54d9447b6a : Reland "Fill intermediate device image with clamped backdrop content"
5bb80e1ee0 : Revert "drawVertices in GPU backend uses drawVustomMesh implementation."
9fccec2b69 : [graphite] Add UniquePaintParamsID
3887123079 : Roll ANGLE from fd0142714ee5 to 2ebdd23b6040 (15 revisions)
63b34b82b5 : Roll Chromium from 1e7fbc0c4688 to 8b42868cac51 (344 revisions)
2f3891bf76 : Duplicate field names in struct
72412a8672 : remove drawingType simplifying code
656986540c : Make out/Static/obj accessible for fiddler autodeployment
63fa65ad07 : Fix links & titles on all text API articles
73657689b6 : drawVertices in GPU backend uses drawVustomMesh implementation.
2ac624f6e0 : [graphite] Add Resource class to be base class for cached objects.
048545d249 : Set up basic hello world sk_app
98fbe5eb8d : Convert RENDERENGINE_ABORTF to LOG_ALWAYS_FATAL
35ac48c715 : Revert "Fill intermediate device image with clamped backdrop content"
ce49ff6520 : Test: duplicate fields in the same struct allowed
25f5e1f838 : Fill intermediate device image with clamped backdrop content
3c233c7f73 : Update comments in FirstClassArrays test.
85a7045856 : Fixing some getRectsForRange issues
96e4053be7 : Update Bazel files
dc17673395 : Add SKSL guard to SkCustomMesh APIs
67dd028ae0 : Avoid scanning for bidi levels if the paragraph is unidirectional
a5d4541ae5 : Confirm that GLSL codegen always emits array-size after the identifier.
4cd3ae4009 : Revert "Fixed SkSL error reporting on array types"
6e686b8b8b : Fixed SkSL error reporting on array types
426f7b5ad6 : More site cleanup
c613e0d752 : Revert "Revert "Removed SkSL SymbolTable aliases""
db2b8eb98f : Site: Cleanup some out-of-date information
f5853ff652 : Revert "Removed SkSL SymbolTable aliases"
8e6b60f27d : Roll ANGLE from cfc4db34643f to fd0142714ee5 (16 revisions)
37b80849a8 : Roll Chromium from c6a8ac7c2c02 to 1e7fbc0c4688 (483 revisions)
e883115c58 : Roll Dawn from 1f3ad49cbcd5 to ef80b0908a13 (11 revisions)
88c5af7ecd : Spruce up SkSL slide with a much nicer editor
eb12454f57 : Re-added SkSL REHYDRATE flag
576de89810 : Add support for multiple child nodes to SkImageFilters::RuntimeShader
84d6cf9b5b : Removed SkSL SymbolTable aliases
44e712a6a9 : simplify drawingType calculation
5d7ef77a35 : Reduce duplication of sources for tests in Android.bp
53bf2fa77a : Remove obsolete SkBidiIterator_icu::getBidiRegions method
0cdd5d7828 : [graphite] Implement middle-out triangle stencil RenderStep
60bd1cf8fb : Re-enable blend micro benchs for non raster backends.
f393067c37 : Made SkSL type aliases into first-class objects
ec2e8f11b9 : [infra] Deploy debugger with Bazel
d7771857e9 : Roll ANGLE from 5bd4596187e3 to cfc4db34643f (2 revisions)
732ddb7191 : Roll Chromium from 45dd58c4bf06 to c6a8ac7c2c02 (503 revisions)
4981c921c6 : Roll Dawn from 67c11575d1d1 to 1f3ad49cbcd5 (14 revisions)
61d0fbbca7 : inline drawingType facilitating future refactoring
1afa5fb64b : Reduce scope of SkQP to pass/fail runs of GMs and UnitTests
c29454d1c9 : Allow custom mesh to use positions for local coordinates.
735ff421bb : Reject #extension in runtime-effect mode
c4b95b2dbe : Renamed SkSLType operator== to 'matches'
5726d457cf : Allow inlining of custom mesh code.
6bebf036a5 : Roll ANGLE from aad7ddb28c0e to 5bd4596187e3 (1 revision)
783a7dfbcc : Roll Dawn from ba709bfc6072 to 67c11575d1d1 (2 revisions)
45f64bd528 : Roll Chromium from 4221b2158843 to 45dd58c4bf06 (163 revisions)
0e597a5a4c : Roll ANGLE from 9aca4285f84c to aad7ddb28c0e (4 revisions)
3f7f60dcdc : Roll Chromium from b98a0ee41978 to 4221b2158843 (182 revisions)
06ed367451 : Roll Dawn from 1a7779ca321e to ba709bfc6072 (6 revisions)
8453d60189 : Update SKP version
f6c3217822 : Roll SK Tool from 153a72e4c063 to c64b58ba841a
d88df695a5 : Roll ANGLE from a400e76d02df to 9aca4285f84c (7 revisions)
dc0f314a9f : Roll Chromium from 3fb49d6ae3d0 to b98a0ee41978 (152 revisions)
45e536f825 : Roll Dawn from a0eca4a3e4ff to 1a7779ca321e (4 revisions)
13f244c95c : Add more debugging info for backend texture failure
dcf2710c89 : Roll ANGLE from 6f1c39b52b4f to a400e76d02df (3 revisions)
03803cd0e1 : Roll Dawn from 3c3929abb191 to a0eca4a3e4ff (2 revisions)
82fec5a506 : Roll Chromium from 43dfb5d2bb06 to 3fb49d6ae3d0 (149 revisions)
65aae8a51a : Disable SkSL optimization when SkRuntimeEffect::MakeTraced is called.
d67f1f8f50 : Provide bit-casted slot values from DebugTracePlayer.
0ada61c87e : Roll ANGLE from 0a28c6c61b2f to 6f1c39b52b4f (3 revisions)
8dc6d1eee6 : Roll Dawn from 5657f89f4489 to 3c3929abb191 (2 revisions)
b409f78083 : Roll Chromium from c657707aead4 to 43dfb5d2bb06 (153 revisions)
bab224e1c2 : Prevent interface block members from using invalid names.
aa09c782a8 : Add test for structs/interface-blocks with invalid member names.
f604efbeb4 : Add support for anonymous function parameters in SkSL.
2cc656a89c : ANDROIDFRAMEWORK_DEBUGF -> RENDERENGINE_ABORTF
1c7d442b52 : Add test containing anonymous function parameters.
106776364d : Prevent structs/interface-blocks from claiming builtin types.
48432e133e : Add test demonstrating struct/interface-block name conflict.
1a746070ac : Fix overzealous debug trace generation.
81134a7a62 : Add checkbox to disable Shadertoy uniform support.
2f2977e19d : SkSL: Add color transform intrinsics
fd3f23f90f : Roll ANGLE from fce481863806 to 0a28c6c61b2f (3 revisions)
a66e1b204e : Roll Dawn from b08e1e830776 to 5657f89f4489 (4 revisions)
137d540f93 : Roll Chromium from af759c2dd2c7 to c657707aead4 (100 revisions)
26e3815278 : Roll ANGLE from 4d893a93596e to fce481863806 (2 revisions)
f9e27a2725 : Roll Chromium from f6bf4a6d25b2 to af759c2dd2c7 (150 revisions)
a73b9b519d : Roll Dawn from 7eb11f75c925 to b08e1e830776 (2 revisions)
e34674502d : Update SKP version
8261ed4cb6 : Roll SK Tool from d2932d0690dc to 1fa06a8d9fd6
dc67736cd6 : Roll ANGLE from 2ebd583edbf7 to 4d893a93596e (4 revisions)
f4a2fc4c76 : Roll Chromium from e6b9e8edc4d0 to f6bf4a6d25b2 (247 revisions)
ad5f4f7e3b : Roll Dawn from a83c434cc785 to 7eb11f75c925 (7 revisions)
bd05d877db : Use clipped bounds for tessellation heuristic
c1bc0205d9 : [graphite] Move GrResourceKey to skgpu::ResourceKey.
c2b31fb04a : Use unsigned int to track POD skip
a7cb849eca : Be more lenient with RLE BMPs
c10950a60f : [docs] Fix skottie.md
887e3422de : Report metrics in RecreateSKPs bot
24b62f8575 : [skottie] Deploy Bazel-built version
7f99e8d824 : Remove SkM44.h include from SkImage.h.
1a6f1618a7 : Roll ANGLE from 0e9353f60cd3 to 2ebd583edbf7 (5 revisions)
fe04a1183e : Roll Chromium from b854f9c7fff3 to e6b9e8edc4d0 (320 revisions)
f55ababa0c : Roll Dawn from 2b1dcd92b1ae to a83c434cc785 (8 revisions)
ba7ad38faa : Use wuffs for gif
87ced29082 : Track line reachability on a step-by-step basis.
1ba283e6b4 : In GPU CanvasKit, default to sRGB surfaces
c46cbd96bf : Clear offscreen surface in custommesh_cs to white
bc35172ce9 : custom mesh produces color in user defined color space and alpha type
249afd964b : Add Perf and Test bots for JioNext phones.
112f9f1273 : Roll ANGLE from 171bc07e2f06 to 0e9353f60cd3 (11 revisions)
c9f9d0480f : Roll Chromium from 67b5b8435f0d to b854f9c7fff3 (326 revisions)
f6e58b6020 : Roll Dawn from bd5eb6fa269a to 2b1dcd92b1ae (10 revisions)
fe995770fe : Remove all unused uniqueKey support from SkPromiseImageTexture.
bdc0bad2e2 : [graphite] Implement inverse fills
bd7cb72770 : Add new g3_canary_infra_failure metric
4c4cf43db4 : Run SkVM Visualizer test on all platforms
12532a3a8f : Add indexed support to custom mesh drawing
2ac3102669 : [infra] Build shaders.skia.org with Bazel
2c3c3ca952 : Fix range loop temporary warning in DrawCustomMeshOp
6ce203bf4c : Copy dest color child index in GrSkSLFP copy constructor
20187a27b3 : Reland "SkVM visualizer, version 0.1"
380d1aedf9 : Reland "Start on custom mesh API"
a88a627316 : Revert "Start on custom mesh API"
e1e1c03229 : Start on custom mesh API
83a7369ca6 : Roll ANGLE from 001221f0efe2 to 171bc07e2f06 (13 revisions)
90a76100e2 : Roll Dawn from f3b65c71bc28 to bd5eb6fa269a (6 revisions)
ce3c0a6042 : Roll Chromium from e202a2f65a0c to 67b5b8435f0d (264 revisions)
372a36de75 : Revert "SkVM visualizer, version 0.1"
bf57843b01 : SkVM visualizer, version 0.1
cdeb092655 : [graphite] Move GrProcessorKeyBuilder to generic skgpu::KeyBuilder class.
dd9ef457d9 : Reland "Add support for explicit attribute offsets and strides."
f70746701c : [infra] Deploy particles using Bazel version
ec481097c2 : Make it always possible to seek in SkWuffsCodec
1a53e29173 : Roll ANGLE from b9f2d9cc1455 to 001221f0efe2 (2 revisions)
4356692f2d : Roll Chromium from 15fd07256f26 to e202a2f65a0c (184 revisions)
f7c9598f5d : Roll Dawn from 36e86ee778ee to f3b65c71bc28 (2 revisions)
898873c90b : Update SKP version
0954d27df9 : Roll SK Tool from d0af11ec1619 to a1b23e47ee92
ea64b1ea8d : Roll ANGLE from 670679918668 to b9f2d9cc1455 (16 revisions)
1f3d84a496 : Roll Chromium from 7eb19998e7ab to 15fd07256f26 (422 revisions)
f30a620d88 : Roll Dawn from 874c6cfd7e56 to 36e86ee778ee (7 revisions)
20981e308a : [fuchsia] Implement SkFontMgr::onMakeFromData()
0f244e5c73 : [infra] Retire iPhone 6 phones.
9a87395aed : add max dimension to the glyphs digest
44a8392620 : Add breakpoint support in SkSL debugger.
38d5328926 : Revert "Add support for explicit attribute offsets and strides."
be4ef31f9e : Honor breakpoints while stepping over/out.
abed06bb61 : Implement 'stepToBreakpoint' in Trace player.
09828fbd57 : [graphite] Add background checks for iOS
c47bdebda1 : Fix use-after-move in DSLVarBase
6927ab9311 : Add support for explicit attribute offsets and strides.
3f95fd2ed8 : Roll ANGLE from bfc7f09ae9e7 to 670679918668 (17 revisions)
842f29674d : Roll Chromium from c44d568ff2c8 to 7eb19998e7ab (424 revisions)
95ec7e3a9c : Roll Dawn from f7b0c28f171d to 874c6cfd7e56 (8 revisions)
fec9a3027c : [graphite] Add support for creating wrapped SkSurfaces.
eff367ac83 : Highlight reached/unreached lines differently in Debugger.
9ddc4e8ee9 : [graphite] Disable color writes for ShaderType::kNone
ffc6574804 : better handling of atlas size constraints
b713d81f51 : Hide variables which fall out-of-scope in SkSL debugger.
5ef3f98ead : Do some renaming of "intrinsic" throughout SkSL
47a5428590 : [graphite] Manage sort key bit packing explicitly
457f1b9f41 : Show the variables pane even when it is empty.
16a06174df : [canvaskit] Release 0.32.0
fccec5f0e9 : When loading resolve in vulkan make to we give color attachment read access.
dc60ca197e : cleanup TODOs, and warnings
a3e1e8acf9 : [bazel] Move cache location to bigger disk for CI tasks
68a364c9bc : [canvaskit] Reset GrContext after lazy-loading image from texture
0c90e30dc9 : Add oss-fuzz related documentation for the GPU Gardener
bbb4fe9ea7 : Add variable falling-out-of-scope case to SkVM trace tests.
5b9ecb9d8f : Remove SkRemoteGlyphCache.h
335a555b28 : Clean up intrinsics slightly
e17fd4fea5 : Roll ANGLE from 42bd4fc29aea to bfc7f09ae9e7 (23 revisions)
83f21331c9 : Roll Chromium from 2a828cdcb654 to c44d568ff2c8 (449 revisions)
727df60abd : Roll Dawn from d3cac111b662 to f7b0c28f171d (12 revisions)
71f7880bb6 : Emit trace_scope ops from SkVM code generation.
d337cf94a0 : Add documentation about GPU Gardener and OSS-Fuzz bugs
b2284b2b82 : Factor out mergeMasks into a helper method.
fde20db7ca : Rename SkSL's 2D cross product builtin function
09adf0bfc3 : Add new SkVM trace op 'trace_scope' to track SkSL scope depth.
749cbeb814 : Remove workaround for not executing no op discard OpsTask.
68e240d9cd : add sharpen effect support to skottie player
f74c7893fc : Introduce SkVM Op::duplicate to localize visualization code
04a9672c0a : Add Android Framework specific logging to SkSurface::MakeFromBackendTexture
16d3cc04cc : Fix use-after-move in GrVkRenderTarget
5120749c9d : Add missing comment.
708f28f4b1 : Show the stack trace in the Debugger slide.
80d2a50d4b : Move newly-updated variables to the top of the Variable list.
e3c0d7356c : Fix use-after-move in GrResourceAllocator
ecbad28361 : Fix use-after-move in GrPixmapBase
d26057a2c0 : Roll ANGLE from a1b9eb68e417 to 42bd4fc29aea (14 revisions)
2ca96704ee : Fix use-after-move in SkPDFDocument
c176f42d37 : Roll Chromium from 97fa68dda69c to 2a828cdcb654 (441 revisions)
33c28b9fa9 : Roll Dawn from ffb0024a8970 to d3cac111b662 (8 revisions)
ddbf93159f : Move Run per-glyph data into an object held in a shared_ptr
0745d19ae3 : Hide function return values after a step.
fdae1b765f : [graphite] Clear depth/stencil attachments to 0
3ad6e531c3 : [graphite] Fix instance vs. non-instanced detection
64ed6fdc87 : [graphite] Embed SkPathFillType into Renderer definitions
49cb6d7668 : Add a Variables pane to the SkSL debugger.
0385de0f88 : Add helper method to get the human-readable value of a slot.
c46b4d0a48 : Add divide-by-zero check to GrGenerateDistanceFieldFromPath
9247feb52c : Report slot updates using a dirty mask.
e4bccab4ac : Fix divide-by-zero in AAConvexTessellator.
5d6e51dbec : remove SK_EXPERIMENTAL_ADD_ATLAS_PADDING from Skia
8dc9a337ab : rename GrTextBlobCache to GrTextBlobRedrawCoordinator
fbb743377a : Add method to get the suffix for a trace's slot.
5d3060ed94 : Add support for stepping out from a function.
a26ba3e51b : Improve the debugger code view.
00b3fcccdf : Create Debugger slide for Viewer.
507884bf3d : Roll ANGLE from 3be551d7c2c5 to a1b9eb68e417 (18 revisions)
a99933139d : Roll Chromium from ef37f0f232c3 to 97fa68dda69c (498 revisions)
19f7b34f4b : Roll Dawn from 1f25ea94bbb7 to ffb0024a8970 (7 revisions)
87025fe5b3 : Update SKP version
d393ab3972 : Roll SK Tool from a3fbba5857f1 to 6380ad5ed012
454c04e8f3 : [graphite] Add shader error handling
db9f95c888 : Move ShaderUtils out of Ganesh.
5d5f24e814 : Move SkVMDebugTrace into src/sksl/tracing.
f3b4617828 : Create SkVMDebugTrace player class.
c279e7640b : add bilerp atlas support flag
0f2390f7fb : move SkRemoteGlyphCache.h to private
1786647583 : Improve debug trace generation speed by clipping the paint.
4d35c0d31d : relocate GrTextBlob creation to GrTextBlobCache
b1a97caf71 : Revert "Trace function return values after function-exit."
f693b20c37 : Add gdbserver instructions to site docs
15f186d277 : GrMemoryPool always standard_layout for offsetof
b05732e102 : Rewind farther on topology intersect mismatch
e3c1c4b589 : Update Skia milestone to 99
83b5237b53 : Fix assertion when debug-tracing a void-return function.
c962042ed2 : Add field to SkVMSlotInfo indicating function return values.
766a605380 : [infra] Fix pubsub notification for autobuild
351148ff38 : Create SkVMCallbacks, to bundle the child-sampling routines
53f3fda283 : Roll ANGLE from 0e291f60ccbf to 3be551d7c2c5 (6 revisions)
3b73499eaf : Roll Chromium from 4fa82a541d87 to ef37f0f232c3 (495 revisions)
d6509f572b : Roll Dawn from 264f239259c5 to 1f25ea94bbb7 (9 revisions)
3317b1b23e : consolidate processing for sub runs multiple formats
e4f148f09f : Remove unneeded include from SkFloatingPoint.h.
eb6851ab51 : Make simple coord/size getters on Sk[I]Rect constexpr
a964a72174 : [graphite] Reenable linear gradient shading
b58bab1fed : [skslc] Support HLSL output
57043197c1 : Merging the logic for binary and compare
30d5eea3dc : Treat AHARDWAREBUFFER_FORMAT_R8_UNORM as kAlpha_8_SkColorType
1a81d672a4 : [infra] Have jsfiddle be autodeployed from Bazel, not from Webpack
3695bdb587 : Refactor SkMatrixProvider slightly
27db7e6e2a : move duplicate code to common SkSLEffectBase class
d8e29e09c8 : Call SkFont::getBounds once per run in ShaperHarfBuzz::shape
08c63ec5a5 : Use Skia instead of FreeType color type in COLR rasterization
44c81d1492 : [canvaskit] Add frame duration and docs
3374bcb68a : [infra] Move other push task drivers from infra repo
c95c53ed0f : [infra] Move taskdriver for PushBazel task into skia repo
85d6190f60 : [graphite] Use depthstencilflags in RenderStep and up
ca916f705f : Remove canvas marker stack, marked matrices, etc...
45c9eab786 : Update ImGui to v1.85.
5d1d92c505 : [canvaskit] Add rough measureText to Canvas2D emulation layer
b4d01cbe41 : Roll ANGLE from b007e667a8f9 to 0e291f60ccbf (13 revisions)
1c500d8ae2 : Roll Chromium from 4718751f2501 to 4fa82a541d87 (556 revisions)
3bcc80e9c3 : Roll Dawn from 53137bd57d5f to 264f239259c5 (10 revisions)
d2eb1d90b3 : Remove wacky-yuv tests from iPhone6.
4898ac10f0 : Sort GM/sample slides in Viewer.
bc5b9f6b53 : Migrate SK_strcasecmp to SkStringUtils.h.
0ee3e0c959 : Fix source repetition in debug traces.
97f89808d1 : [graphite] Set up depth/stencil attachment
22960eb7b2 : don't produce empty slugs!
c307c5566d : Efficiency improvements to SkParagraph ParagraphCacheKey
5f4867d992 : [graphite] Switch from using raw MSL to using SkSL
3856a5854e : Revert "Add SkVM op `trace_done` to indicate completion of debug tracing."
b7f5278009 : Geometry Processor can output local coord in fragment stage.
97119e5b3c : Add "Write Debug Trace/Dump" buttons to SkSL slide in Viewer.
44f8636b30 : Disable SkVMBlitter cache for Programs with trace hooks.
639256aa41 : Update docs for drawVertices/Patch to reflect changes already made.
78fa6d23ef : Make SkRuntimeEffect's compiler instance shareable.
21b8ccb739 : Roll ANGLE from 920a0a7f699d to b007e667a8f9 (10 revisions)
0bc6a26ad7 : Roll SwiftShader from 3e61a772b248 to a4232c15e287 (3 revisions)
7f5ff93d5c : Roll Chromium from c0d7d1da9957 to 4718751f2501 (536 revisions)
00edeefab7 : Roll Dawn from 683401528f8d to 53137bd57d5f (6 revisions)
543b8681c7 : Add SkRuntimeEffect::MakeTraced API for SkShader debugging.
1c4cf27965 : better tracing
58a768b68f : [canvaskit] Fix test search path
06f3d68627 : Use 'adb push --sync' for copying over resources.
8c3d183cc2 : Rename SkSL 'srgb_unpremul' to just 'color'
85cc1bece7 : Trace function return values after function-exit.
5fb4753483 : Revert "Remove newly-added SkSL::DebugTrace base class."
4c5d2f550c : Show vectors and matrices properly in debug traces.
668995122f : Fix when a glyph has a path
68ccdd3b9a : [infra] Remove Nexus5 jobs
c49c604752 : Roll SK Tool from b2aed154418b to 47e2b5077062
c7747909f1 : Roll ANGLE from 10e5f34d1439 to 920a0a7f699d (8 revisions)
1a42518b97 : Roll Chromium from 788bdb8ba622 to c0d7d1da9957 (392 revisions)
6feb6bc74b : Roll Dawn from 3a464767a530 to 683401528f8d (9 revisions)
873a39ebd1 : Remove newly-added SkSL::DebugTrace base class.
4388f16262 : Fixing comparison for structs and arrays
d3276e503d : [graphite] Revise stencil setup and set in pipeline
5f9ec39daf : Wrap SkImage into HTMLImage
386ddd2ec7 : Add SkImage::makeRawShader to RELEASE_NOTES
062652067b : Add SkVM op `trace_done` to indicate completion of debug tracing.
dfc7f31bd1 : Create a public base class for debug traces.
dec95f24e1 : Migrate compat v4 classes to androidx
efc32815ba : Try both adb reconnect and adb reconnect device
8d95ffce92 : Clarify SkCodec::getFrameInfo comment re animation
11d9f1515b : Roll SK Tool from da535709a13e to b2aed154418b
359a2a8e12 : Add bazelisk CIPD package.
8893fe4772 : Fix jsfiddle link for 3D cube demo
f333f5614a : Roll ANGLE from fe42ac4df49f to 10e5f34d1439 (12 revisions)
f1e08aa63b : Roll SwiftShader from a465cca8ec8d to 3e61a772b248 (4 revisions)
06bfddf000 : Roll Chromium from 304d53cd0979 to 788bdb8ba622 (570 revisions)
05de3735b7 : Roll Dawn from b6c1a51775ae to 3a464767a530 (9 revisions)
493d7910a7 : Update SKP version
62553ae6fe : Roll SK Tool from 656c196e67f6 to 64b3b5cb7282
40ba900d2e : [graphite] Set up depth/stencil in GraphicsPipeline from RenderStep
94f726ae62 : Adding test files demonstrating type confusion for arrays/structs.
20c6a947af : Add SkImage::makeRawShader
29af7d5971 : Update SkVMDebugInfo::dump to emit a human-readable trace.
d4713ad528 : Move trace hooks into the skvm::Builder.
5f9f5b550c : add perspective for direct text
9399d95f95 : [graphite] Fix metal rtAdjust for NDC space flip.
672062da97 : generate fully transformed device bounds for clipping
0f253afb72 : Roll ANGLE from 7107f8aa1064 to fe42ac4df49f (5 revisions)
1559ab91b3 : Roll SwiftShader from f9c39655a610 to a465cca8ec8d (3 revisions)
c6dd81579c : Roll Chromium from ac5c1cd1a0f0 to 304d53cd0979 (516 revisions)
1157046f4c : Roll Dawn from c871df0b1984 to b6c1a51775ae (12 revisions)
800aa13913 : [viewer] Add color histogram
2014bf8c1b : Use 'adb reconnect device' instead of 'kill-server'
85bd4dff59 : In SkImage::MakeFromEncoded, support overriding alpha type
f278a8058e : [graphite] Use correct uniform buffer alignment.
d7c3b21b79 : Revert "Enable various switch tests in ES2 mode."
2756b0ee02 : Reduce the number of extra bit_and ops caused by SkVM traces.
6c32794d2b : Add JSON serialization for trace info.
d4c3495ba9 : [graphite] Fix recorder gn.
9e17096adb : Add SkRuntimeEffect accessor to SkColorFilterBase.
ffe365eb4d : Enable various switch tests in ES2 mode.
9d74c28e82 : [graphite] Move Recorder and Recording to public include.
3145cb8f4b : [graphite] Add rtAdjust to metal program generation
6dc45289ae : [infra] Remove go from PATH of Push* tasks.
ab0dc57149 : [infra] Add job for pushing bazel apps
c4712cc704 : Roll SwiftShader from ff91ac52f4b7 to f9c39655a610 (1 revision)
e4ce49668e : Roll ANGLE from fc860bc16be3 to 7107f8aa1064 (10 revisions)
64b53732c9 : Roll Chromium from 8a0b29eaa6a5 to ac5c1cd1a0f0 (495 revisions)
2a42471c92 : Roll Dawn from 1fe05467a6da to c871df0b1984 (27 revisions)
0c7505b1e6 : Roll SK Tool from e9c81a37f7c1 to 039210fafe39
9a44a6bf4f : [graphite] RenderStep handles local-to-device transforms
0601042b09 : Allow .sksl and .frag files to compile to SkVM.
d498d0759c : Fix texture-backed image shaders drawing to raster canvas
5a7d91c35b : bloaty_treemap.py: Fix path/symbol name collisions; make symbols unique with _1, _2, ... instead of _x, _x_x, ...
0f75cc70f5 : [graphite] Only track command buffer work in debug builds
d339917819 : Remove redundant trace_line elimination pass.
dfe33f49f5 : Add a setting to disable SkVM variable traces.
030f8260a7 : Add debug traces to an existing test.
caea94d197 : Correct documentation on setting glyph.fMaskFormat
87c76265c4 : [python3] Add band-aid for invalid characters in adb logs
fc2eef845a : [graphite] Add operator== to BindBufferInfo
7e34f11733 : [graphite] Set up resolve and stencil/depth renderpass info
6e523fdd6e : Remove background reset of command pools in Vulkan.
6a13ff1c8d : Remove references to ASTNode from SkSL.
adcf51cb52 : [graphite] Record commands in DrawPass
aef2b63743 : [canvaskit] Use closure in release Bazel builds
22525afffb : fix device bounds for clipping test
1c4f5183f1 : [debugger] Define SK_ENABLE_DUMP_GPU to fix audit trail
7bc4c9a8d1 : [python3] Reland recipes -> python3 changes
04a169e298 : Roll ANGLE from 949624bf5e3b to fc860bc16be3 (12 revisions)
c50bd46fdc : Roll SwiftShader from f12305c3a0d9 to ff91ac52f4b7 (6 revisions)
7cd5713164 : Roll Chromium from 8d94e56fbd24 to 8a0b29eaa6a5 (542 revisions)
0e80b6d008 : Drop support for indirect draws on ES
fa183572bf : use correct size call for GM
b755b0157e : add clipping to slug test
5e0950e4dc : [graphite] Add Context create/deleteBackendTexture calls.
4bd08c52c0 : [infra] Add SkParagraph (harfbuzz, ICU) to Canvaskit Bazel build.
5588bdd72d : Put function return values in a slot.
6ba9f702ba : [bazel] Try adding cc_binary rules that use generated rules
41e7df4fec : Disable matrix constructor tests
705dce533a : add SK_API to slug so chrome can use it
6e98e91020 : make PathGlyph common to all path implementations
2c6b3deb42 : only test slugs when padding is correct
660cc2a38f : [graphite] Assign indices to pipeline descriptions
813d84f69a : Handle non-finite sigmas in blur image filter
4fb7dec706 : [infra] Change the iOS arch to arm64 so we get the right CIPD packages for the rpi2 machines.
0ed19771c3 : Roll ANGLE from c789169b4210 to 949624bf5e3b (9 revisions)
00d4c8166b : Roll Chromium from b09e135cc28e to 8d94e56fbd24 (470 revisions)
15949beef2 : [skottie] Fix mask feather tiling
0612b52174 : Reland "Add public API support for SkImageFilters::RuntimeShader"
2dbe4dc35e : Fix SkVM draw vertices when color, shader, and tex coords
25c0e1a8dd : GrSlug prototype
f57140768e : Allow setting a trace coordinate without a skvm::Builder.
f740bdd7df : Remove unused text format constants.
ca7976f799 : Roll HarfBuzz from a52c6df3 to 31607897 (132 commits)
37a489c3a4 : [canvaskit] Fix examples and tests of drawPatch and drawVertices
0814e7fb6a : [graphite] Add Combination to GraphicsPipelineDesc
a0ad6db141 : Roll SK Tool from ae00330f9d9b to b52b795af3a5
288ddb98b7 : [COLRv1] Visited Set needs to be carried down PaintColrGlyph
eeb5b224c4 : Separate enter and exit into two opcodes.
00aa1a9259 : Prevent 'binding' and 'set' on struct/interface block fields
e2a038f956 : [graphite] Add caps queries for texturable and renderable
bf6149669f : Roll recipe dependencies (trivial).
f46611ebde : Roll recipe dependencies (trivial).
d542729c23 : Roll ANGLE from 7f1ab9bec90f to c789169b4210 (8 revisions)
e9c6dcb014 : Roll SwiftShader from edeff1f2e7db to f12305c3a0d9 (4 revisions)
42f070d6a7 : Roll Chromium from d5add4b487cd to b09e135cc28e (305 revisions)
072677d627 : Roll Dawn from 10bb40a03d63 to 1fe05467a6da (5 revisions)
93b47a527a : Update SKP version
adca722569 : Roll SK Tool from e15e735096ec to 2de9f8e7a980
db3c48b16b : Roll ANGLE from a092401558cd to 7f1ab9bec90f (7 revisions)
f7e78b4af7 : Roll SwiftShader from 1d924bd00379 to edeff1f2e7db (1 revision)
5afc1df88f : Roll Chromium from 4839dad544e3 to d5add4b487cd (290 revisions)
f3e84ab84f : Roll Dawn from a329997e27b4 to 10bb40a03d63 (5 revisions)
dfb80747e3 : Guarantee consistent evaluation order for skvm debug tracing
8803d93aeb : Roll ANGLE from 924c8d8ab4c0 to a092401558cd (9 revisions)
889e69114e : Roll SwiftShader from 17a11cfeb5f1 to 1d924bd00379 (3 revisions)
258c71016f : Roll Chromium from b40b82eecfd3 to 4839dad544e3 (423 revisions)
43356c7895 : Roll Dawn from 5e8ad19d5743 to a329997e27b4 (9 revisions)
55106dc0ee : Roll recipe dependencies (trivial).
2014d006f5 : Roll FreeType from e6e6cbf1 to cff026d4 (35 commits)
17667b00b9 : [pdf] Prepend subset tag to BaseFont and FontName
61c2b7f73d : Fix style parsing with better style.
2044a348d5 : [graphite] Add RenderStep to GraphicsPipelineDesc, provides vertex MSL
e051cd35e4 : Disallow 'binding' and 'set' on push constants
4fa40eb741 : Revert "Update some skvm test outputs"
ac2a40ecf7 : [graphite] Add geometry uniforms to RenderStep
fe2acfb281 : [graphite] Move id off of UniformData and into UniformCache
8c6df8cd99 : Fix convert-to-NIA stillImage check
b1f450bb2b : Update some skvm test outputs
be253591e4 : [infra] Fix globs in public.bzl
b077a98f18 : Roll SK Tool from 064c7e6b1f09 to 4b3906380051
0fcc562115 : Roll ANGLE from 5859bb106c10 to 924c8d8ab4c0 (12 revisions)
7c5d618fed : Roll SwiftShader from 9e727fadeb66 to 17a11cfeb5f1 (1 revision)
f7e01904e7 : Roll Chromium from 3da1a655ea70 to b40b82eecfd3 (450 revisions)
53b39d7c20 : Roll Dawn from aaaf70aee209 to 5e8ad19d5743 (11 revisions)
5e81eb122d : Roll recipe dependencies (trivial).
b65f0fa084 : Avoid using FreeType 2.11.0 COLRv1 headers
62a1a40b2e : extract GrDrawDrawableSubRun
23779e2edb : Roll recipe dependencies (trivial).
da2a8f69f9 : Fix stencil reference value used in Dawn backend and enable unit test.
1f739502e8 : Use Canary CQKeyword changes from Canary task driver
272e90f2a6 : keep origin offset as SkScalar
d5a7390c7b : rename errant drawMatrix to proper positionMatrix
5f4055d03d : Revert "Add public API support for SkImageFilters::RuntimeShader"
cc9d0cd5a9 : [bazel] Add go/gazelle to WORKSPACE and use c++ extension.
0260471f60 : [infra] Update templates to use angle brackets
9488e0237d : [infra] Experiment generating BUILD.bazel files
7f5b19bd69 : More angle brackets for system includes for third_party deps
1830fb1fac : add compiler flags to control slugs
10c77dbce3 : Reland "Restrict where 'binding' and 'set' can appear"
985403a274 : Update SkSL benchmarks to use currently generated shaders
1bbc6e5cef : add plumbing for color filter SkSL effect
ad9d774c1f : Add public API support for SkImageFilters::RuntimeShader
15ecccf0dd : expand SkCanvas with doDrawSlug, etc.
605343cc7d : Roll recipe dependencies (trivial).
eb5580e63a : Roll SK Tool from a18e552403e9 to 2a6261fa4406
128e7e1e8f : Remove circular dependency between SkStroke.h and SkStrokerPriv.h
b59d6fe7f0 : Roll ANGLE from 647026fa49c2 to 5859bb106c10 (10 revisions)
9d83e173e9 : Roll SwiftShader from 6e23c082b73a to 9e727fadeb66 (3 revisions)
b3a26cad2f : Roll Chromium from b779de51f5c9 to 3da1a655ea70 (431 revisions)
c3db55663e : Roll Dawn from 4e3ddbd95589 to aaaf70aee209 (8 revisions)
2f6c53ff72 : [graphite] Add SkSL compiler support
3595c15c12 : Rebind GrGLRenderTarget if there is a lazy stencil attachment change.
1f224edb2c : [graphite] Add vertex/instance attribute definition to RenderStep
54feafc834 : Change SkSL::ShaderCaps and GrShaderCaps to structs.
b8e36741e0 : [graphite] Add DrawWriter type for auto merging consecutive vertex data into draws
d7ebf8604e : Revert "Restrict where 'binding' and 'set' can appear"
e00afb0a1a : drawVertices and drawPath apply blend between paint and primitive color.
2f64952d20 : introduce the GrSlug API
9372ef0228 : Restrict where 'binding' and 'set' can appear
d4bcb486ef : Change relative includes to be absolute
f9c68800a2 : Use angle brackets for system includes
61c032ea1b : [graphite] Keep baseVertex,baseInstance relative to offset specified when vertex buffers were bound
616b4a6e63 : Drop support for indirect draws on ES
e6f2dce084 : replace GlyphRunList with its origin for draw()
1d513f06d7 : remove unused GrTextBlob* from calls
bfafc430e8 : Roll SK Tool from d9ac550a85b9 to 338c865c411a
647bd84de7 : Roll ANGLE from b9c0194c4e1e to 647026fa49c2 (39 revisions)
25724fc253 : Roll SwiftShader from f5cf2d08ff9c to 6e23c082b73a (4 revisions)
7af0e2dd36 : Roll Chromium from e7ac7694e638 to b779de51f5c9 (534 revisions)
c8821bbe2f : Roll Dawn from 53db01bf1e64 to 4e3ddbd95589 (10 revisions)
7ecacbc4c6 : Update SKP version
a6de6d2366 : Roll SK Tool from 055155207d7e to 0024349d8141
37940afc0c : Remove remaining "Gr" references outside of #ifdefs from tessellators
9f1719f7f7 : Move GrVertexColor to skgpu::VertexColor
fc0941003e : Move tessellation-specific functions out of GrPathUtils
5cf4ed47f4 : Move Ganesh-specific bits of StrokeTessellator into an #ifdef
1ce70dc2ce : Convert StrokeTessellators to use PatchWriter
fb0fa24e31 : Remove VarType from trace_var opcode.
9b35cd642f : [infra] Update iOS provisioning profile.
bdf4952a3d : Extract a PatchWriter::Patch base class
f72c919a9a : Roll SPIRV-Headers and SPIRV-Tools
0cdcf57f8c : Cache FreeType glyph masks may need current color.
940086c815 : [graphite] Include offset in Writers returned by DrawBufferManager
fde5b838e8 : refactor checking for direct glyph situations
3b0eacc6ea : Add SkSL::ShaderCaps and use as base class for GrShaderCaps
63dee7ef06 : Add minimal GL support for protected backend textures
15ae48da5f : Roll SwiftShader from 4c687cc2f8ea to f5cf2d08ff9c (2 revisions)
cf48622d66 : Roll Chromium from ca9862fcfe55 to e7ac7694e638 (463 revisions)
f91b6a83f1 : Roll Dawn from 67e1e9c199cc to 53db01bf1e64 (5 revisions)
62392f624f : Remove old (unused) values from LayoutToken enum
217347528b : Improve redundant trace_var elimination.
90ef83af20 : Remove drawPatch/Vertices helpers that don't take SkBlendMode
c9d8f293d0 : Improve handling of degenerate paths in AAHairLinePathRenderer::bloat_quad
2ed0baeb60 : Fall back to type 3 embedding for fonts with COLR table
c809e5ba9f : Optimize commutative operations in SkVM.
626dbe195a : Add test for commutative operations in SkVM.
dd7540fccb : make drawMatrix use more explicit
c9825ac717 : Allow the Triangulator to fail
e85fd50ebe : Roll SK Tool from 8e6bab5320de to 4f4d765e4e51
45bc991e5d : Reland "Remove layer-coverage-tracking experiment"
f3726c61d2 : [infra] Use Bazel transitions to allow cc_binary to set their own flags
a526199541 : Use canary task driver from buildbot repo
92573612d8 : Update go/skia.org/infra in go.mod/go.sum
1c3b75bf35 : Zero-initialize uniform data in SkRuntimeEffectBuilder
acec7450ec : Add unit test for TraceHooks on compiled SkSL.
a97bd9d4b2 : Add TraceHook support to skvm interpreter.
c7a849319f : Make path pre-chopping more robust
32071c3f14 : Don't draw massively wide strokes with the tessellator
d8a753a263 : Move GLSLGeneration definition to SkSL
8d55cab6bd : Revert "Remove layer-coverage-tracking experiment"
109f7ee60b : Assign unique per-pixel device coordinates in SkVM instead of all-zero.
0774db13d2 : Roll SwiftShader from e068963d1dcf to 4c687cc2f8ea (2 revisions)
e4692de674 : Force the SkVM interpreter if trace opcodes are encountered.
c5b90df0be : Move SkDebugfStream into SkStreamPriv.
d502618df3 : Roll Chromium from e6803bcb1fd5 to ca9862fcfe55 (500 revisions)
3e13936476 : Roll Dawn from 8ce15b3ce97e to 67e1e9c199cc (7 revisions)
688cb15faa : Remove layer-coverage-tracking experiment
54b7bd33a1 : Add SkVMDebugInfo::setSource.
2fb8dac598 : Add trace coordinates to SkVMDebugInfo.
875447b871 : Add SkVMFunctionInfo to debugger data.
ddbe115d27 : Treat all alpha-only images equally
f1660bf1ba : In the CPU backend, stop treating alpha images as coverage
6d1d2c0898 : [graphite] Support wrapped Textures in the backends.
30970525fd : At SkDevice level and below use SkBlender instead of SkBlendMode
bcd6d4901d : Add test for construction of void.
3868636fb8 : discard SkRuntimeEffect builder in SkSLEffect to use lower level API
3a295f293c : Remove invalid from the list of opaque types.
e136c31fe4 : [graphite] Add rasterization state methods to CommandBuffer
85f4226bd3 : Fix fuzzer-discovered error with child calls.
51f568a852 : Remove void from the list of opaque types.
504d57e9bd : Add test for void type in struct.
a726978ae7 : Revert "[python3] More Recipes -> Python 3 fixes"
04cd6fba97 : Revert "[recipes] Fix Android failures after Python3 update"
b2271e6016 : Disallow variables of type 'void'.
fe3cfc1d4f : Add test for variables of type void.
3b1a71caba : [recipes] Fix Android failures after Python3 update
12e786730f : [python3] More Recipes -> Python 3 fixes
cf1e959c65 : [canvaskit] Expand Bazel rules to include Canvas2D compat layer
888d4efa77 : [canvaskit] Add Freetype/Fonts to Bazel Build
fa2edac74a : Roll ANGLE from d27552f21f4e to b9c0194c4e1e (10 revisions)
d2fd4e2b05 : Roll SwiftShader from f0e8ec2da282 to e068963d1dcf (2 revisions)
463fac8f32 : Roll Dawn from 53e13fc7785f to 8ce15b3ce97e (7 revisions)
e30c65bc20 : Roll Chromium from 5105fe77e507 to e6803bcb1fd5 (438 revisions)
2211c2c4bd : Store whether or not a VkImage is from a swapchain and return it in drawable info.
8a4ba51fa7 : Flutter RTL/LTR positioning fix
78a0a2a93d : [graphite] Move VertexAttribTypeSize to DrawTypes.h
4f806e0e02 : Add UniformSlot to CommandBuffer API
350d46daac : [canvaskit] Deploy 0.31.0
a7de72f6f8 : Roll SK Tool from 5fcf63524c82 to b046db81f8bd
92ccf4518d : Update SKP version
80ee93d2f5 : Add ShaderType::kSolidColor and make Combinations work w/ PaintParams
24e7ec7713 : Implement serialization for SkVMDebugInfo traces.
b10ec0f55c : cleanup back links for support data
6a6a74112d : move onDrawGlyphRunList to the right scope
f28f9d64b5 : Fix paths of non-generated SKPs after running through DM
77da3e24dd : Report invalid octal numbers correctly.
33fb008669 : Add parser support for `u` suffix on literals.
e10839f998 : Add basic unit test for octal parsing support.
f4db9165eb : Roll ANGLE from ae3f67ab4a3a to d27552f21f4e (10 revisions)
a26f7f507b : Roll SwiftShader from 6885768e737f to f0e8ec2da282 (10 revisions)
409b9169fd : Roll Dawn from 12e51f6efaaa to 53e13fc7785f (13 revisions)
2ac3dec589 : Roll Chromium from 4b7455c44bc0 to 5105fe77e507 (445 revisions)
9f300e4cb1 : Roll skcms from 103005b3c336 to 1ea0b89e7a7e (1 revision)
1554910206 : Roll skcms from 9019104061d8 to 103005b3c336 (1 revision)
e262e68824 : Limit surfaces/images to 2GB in size
fe5b1333ae : don't rely on GlyphRunList for position
7b64e138b5 : [graphite] Remove use of GraphiteTypesPriv and move to *Types in src.
c3915f7c4f : Reland "Enable non-standalone builds with dawn"
686ccec13f : [graphite] Add BackendTexture abstraction for Graphite.
122f1b936f : Revert "Enable non-standalone builds with dawn"
9aca7f7dd0 : Yank GrStrokeTessellationShader out of StrokeTessellators
b339d59fdb : Fold GrStrokeTessellationShader::ShaderFlags into PatchAttribs
6fc735ecbd : Move ErrorOnDivideByZero out of ConstantFolder interface.
0566f5d93a : [infra] Make git-sync-deps truncate directory from beginning
c1bbd1f190 : generalize text geometry back pointer
25deba3516 : Enable non-standalone builds with dawn
a3d2f24692 : Simplify literal creation in SPIR-V.
7fab38d97a : Don't check for framebuffer completeness on TSAN builds.
14a487fd54 : Replace getConstantSubexpression with getConstantValue.
7ab86bd3e3 : Add variable slot information to SkVMDebugInfo.
6460541ee4 : Reland "Fix Metal codegen error with structs containing compound types."
cf7be0f3a7 : Roll ANGLE from eefb41112624 to ae3f67ab4a3a (12 revisions)
65189fede0 : Roll SwiftShader from e878186acaee to 6885768e737f (12 revisions)
199194c116 : Roll Chromium from 0339eeae1454 to 4b7455c44bc0 (507 revisions)
7134d4a572 : Roll Dawn from 792b94ffeeca to 12e51f6efaaa (9 revisions)
eecf0af951 : Update SKP version
48585f5c50 : Copy only SKPs over
db8a7e6d8d : Update SKP version
95c876164b : Roll SK Tool from 48428a99b46f to 5fcf63524c82
300f51ac51 : [graphite] Be explicit about pending draws on DrawContext destruction
87e9d52f2a : Saturate subtract translation in SkOffsetImageFilter
3aaed99930 : Revert "Fix Metal codegen error with structs containing compound types."
ef3d6af042 : [infra] Add POC Bazel rules for CanvasKit
23dafe81e0 : [graphite] Implement fullscreen clear as LoadOp
c02dceb227 : Add checks around tessellation buffer allocations
babbec12ff : On Mali-TXXX driver version <= 1.26 rebind color target after glCheckFramebufferStatus.
6388f0e8ef : Don't try to use FanBuffer in PathInnerTriangulateOp if allocation failed.
799abb7bb8 : [canvaskit] Set unsupported WebGL caps to false
e393e72484 : [canvaskit] Add ImageInfo to Texture APIs
e96b25c622 : Disallow direct readback of compressed textures in Metal
152299ee42 : Roll skcms from 0d5496480324 to 9019104061d8 (1 revision)
87686e3f8c : Disable broken tests on Tegra3.
2a6c41571b : Fix Metal codegen error with structs containing compound types.
09ece934af : Move breadcrumb and inner-fan triangles out of PathCurveTessellator
5182ed33a9 : [graphite] Revise RenderPassTask construction
1061a4cdba : Roll ANGLE from 9c486b67528f to eefb41112624 (4 revisions)
6df1871cc2 : Replace `fSkVMDebugTrace` program setting with `SkVMDebugInfo`.
1991780081 : Update LoopFloat/LoopInt tests to reduce hoisting.
7ee4dec0e5 : Roll ANGLE from b5adbe272e48 to 9c486b67528f (4 revisions)
4ab1218a92 : Roll SwiftShader from 73a6940a2d14 to e878186acaee (1 revision)
20a2328f9f : Roll Chromium from b720fbc74d97 to 0339eeae1454 (409 revisions)
c7074cb7ab : Roll Dawn from e9c84c071ff8 to 792b94ffeeca (5 revisions)
32451cf9bc : Fix PatchAttribs issues with explicit curve type
c0ff5a8560 : Add flag that can be used to disable `std::shared_mutex` use in VMA.
f0f447c2f0 : Yank GrPathTessellationShader out of PatchTessellators
6d823b35fa : Roll ANGLE from 92bdb59b3c26 to b5adbe272e48 (9 revisions)
8ed49ea6e3 : [infra] Add Bazel rules for codecs.
08a971126e : Reland "Implement batching for convex tessellated paths"
05c41162fb : Allow inlining of functions with unassigned out-params.
6ee5d9e3c9 : Improve index-folding of arrays and matrices.
74410023ac : Add tests for inlining functions with out/inout params.
107ea94139 : Add support for clamp($genUType, ...) in SkSL.
0e956d5bdd : Fix runtimecolorfilter_vertices_atlas_and_patch GM size
cb94b57ad2 : [canvaskit] Add ability to make texture image across surfaces.
7e1779311b : Check FBO status when creating or wrapping renderable texture.
384ba65b8d : Remove GPU V2
4dee13db4a : Remove unnecessary pdf include in SkJpegCodec
e96654056b : Roll SK Tool from daa7611b0ffe to 8e43ef9acc1b
d689aff96b : [deps] Update buildtools repo URL
33c8f05bbd : Add GM that draws vertices, atlas, and patch with runtime colorfilter
42a59fd147 : Roll ANGLE from 0b46ef407472 to 92bdb59b3c26 (13 revisions)
f848782e1f : Fix assert in LinearGradient4fContext::LinearIntervalProcessor.
954e81a170 : Revert "Implement batching for convex tessellated paths"
ae36ced3cf : Roll SwiftShader from 82d932bdfc41 to 73a6940a2d14 (1 revision)
37fae39fa1 : Roll Chromium from 2bf6013115a2 to b720fbc74d97 (473 revisions)
8081b5e865 : Roll Dawn from c2bd88fc3253 to e9c84c071ff8 (7 revisions)
9613060bdf : Implement batching for convex tessellated paths
6fae052362 : Implement constant folding for index expressions into matrices.
d7936dcda0 : add missing include for SkIsPow2
a583a0fdcc : In SkRuntimeEffect, replace ConstIterable with SkSpan
d92f9c2f8d : Add tests for matrix constant-expressions.
3af95eb87a : Fix test when optimizations are off.
1f218ee143 : [recipes] Port to Python 3
76c1ff1566 : Optimize indexing into an array with a constant-expression.
5e62cd0a00 : Remove unused declaration in SkPDFDevice.h.
0b84159e3b : Improve array-indexing tests.
a8888cff15 : [svgdevice] Add support for color shaders
bdfe3b6a2e : Remove OverrideInput from MulInputByChildAlpha
c0cfb1d5db : Use new Canary flag in canary task driver
a756c62097 : move the GlyphVector into the subruns
8d6068493b : Explicitly state that some draws ignore mask filter and path effect.
dd50f0d6f2 : Better handling of coverage-as-alpha during paint conversion
6e16bbaf79 : Update go/skia.org/infra in go.mod/go.sum
09642f8aad : Improve failure handling in directFilterMaskGPU
1c0d713153 : [graphite] Add offsets to vertex buffers
9481bba7a1 : Remove alpha modulation from more shader FPs
9ac4ee6457 : Move Mac NativeFonts bots onto Macminis.
6e6ae1b762 : Fix inlined out-of-range vector access.
0c23120abd : [canvaskit] Switch to appropriate WebGL Context for Surface methods
a55953c529 : Fix assert in SkGradientShader IntervalIterator
d4edc0e2e4 : make strikeToSourceScale consistent through the code
97f72da16d : Roll ANGLE from ee8e8a68c5a9 to 0b46ef407472 (24 revisions)
0adcf1c121 : Roll SwiftShader from 4c6da56da96c to 82d932bdfc41 (19 revisions)
47048d2458 : Roll Chromium from ffe9e7417205 to 2bf6013115a2 (490 revisions)
7fbd45f1c1 : Roll Dawn from d25277844cec to c2bd88fc3253 (7 revisions)
32385b7070 : Report incomplete expression-statements as errors.
ee525493ea : Add test for incomplete expressions.
3b6e07098b : Enable constant-expression folding at all times.
a45c93c505 : Add a color-spin control to Viewer
f893df91d6 : Clamp lighting dot product in paint_alpha_normals_rt
612c73329b : COLRv1 GM test for foreground color
add2c39dce : use sk_sp<SkStrike> instead of SkStrikeSpec
58d633b63f : Revert "[MiddleOutPolygonTriangulator] Convert pushVertex(p0) to close()"
6a5f772ea6 : Fix crash with the inliner when optimizing built-in modules.
d6af8bf966 : [infra] Make jobs use Gold's public hashes
183f37d16a : Add trace opcodes for function entry/exit.
540eb372fc : Remove unused variable 'heapIndex'
efd828091d : Emit trace_line ops to indicate for-statement next/test.
70ae43148d : Implement trace_var opcode.
9b353b90c6 : [graphite] Add commands to CommandBuffer from Tasks
b9f18641f8 : Add Bazel folks as owners to BUILD.bazel files
1b61d866a6 : Reland "Add ConvertPixels versions of PremulAlphaRoundTrip"
fa26a656cf : Roll Dawn from eb9339bdf38f to d25277844cec (4 revisions)
1f8c31b101 : [infra] Add initial Bazel rules and files
badc896b18 : Roll Chromium from f3e2d73a87ed to ffe9e7417205 (463 revisions)
a7623433da : Improve the fan point for wedges
70db6e4443 : Use writeToSlot to update fSlots.
890235f3eb : Add NumberKind to Slot struct.
edc7b47cbc : Update fSlots to store its data in a Slot struct.
2660bfd2d8 : Fix new/delete mismatch in SkBlockAllocatorTest
065c5d9408 : Remove deprecated fType field in StructureElementNode.
21f7a9a757 : remove strikeToSourceRatio from SkStrikeSpec
d0e23588e5 : Update versions of non-generated SKPs in RecreateSKPs bot
a1705e26a8 : Typo: "then then" -> "then"
e05285a8dd : Don't use the atlas for MSAA convex paths
864f71b3ac : Remove unused GrFPArgs::fInputColorIsOpaque
4a41c9401e : [cq] Replace Win10 HD7770 D3D tryjob with QuadroP400 on the CQ
529d3473bf : Move alpha modulation into paint conversion (Step 2)
54c496ba2c : use SkStrikeSpec in remote and main strike cache
54ab0dcfed : Fix #ifdef SK_SUPPORT_GPU to be #if
c94073b769 : change header to include spinlocks instead of mutex
30c9ead501 : Roll ANGLE from 52d6e3637373 to ee8e8a68c5a9 (4 revisions)
d8dc7a0765 : Roll SwiftShader from 70f3a0ff7233 to 4c6da56da96c (3 revisions)
243aad7222 : Roll Chromium from fcbba96a4082 to f3e2d73a87ed (572 revisions)
be0c3da6f7 : Roll Dawn from c30496485a4d to eb9339bdf38f (8 revisions)
cd7220e768 : Update SKP version
8213817483 : Roll SK Tool from bb6948d006ed to 97c7df54e4ce
2417872a99 : Roll ANGLE from fab56bdb6fc7 to 52d6e3637373 (6 revisions)
37bef2d300 : [canvaskit] Add tests/examples for using CanvasKit with Typescript.
4415b59679 : Disable SVGs and tests on iPhone6 to prevent OOM
15384b1195 : Add a trace_line opcode to SkVM.
497ac0fe23 : [graphite] Rename RenderPipeline[Desc] to GraphicsPipeline[Desc]
a4dc43cdec : Update Skia milestone to 98
f207db2dce : Rename PathXform to AffineMatrix
deb9386be1 : Fix SkSL doc examples that used reserved identifiers
7b426f5f14 : Add #ifdefs to GrBackendSemaphore to guard includes and methods
f8b3e0c50e : Add disassembly to skvm debug panel
725705f663 : remove SkStrikeSpec from Painter's processSourcePaths
1800d410df : Roll ANGLE from 30afc25e1fe1 to fab56bdb6fc7 (3 revisions)
4322c7fec7 : Revert "Add ConvertPixels versions of PremulAlphaRoundTrip"
afa75bc522 : Add a SkVMDebugTrace flag to ProgramSettings.
78bfb85be7 : extract SkStrike and allow SkStrikeForGPU to expose it
17616469dd : Reland "Remove GPU-related calls from SkSurface.h when !SK_SUPPORT_GPU"
ae67f07a58 : Roll SwiftShader from e733a26e2ba0 to 70f3a0ff7233 (3 revisions)
cf8daf79e7 : Roll Chromium from f69977b0a360 to fcbba96a4082 (512 revisions)
70884056c5 : Roll Dawn from 26db646d8ff8 to c30496485a4d (9 revisions)
7dff51e917 : Drop support for GL_EXT_multi_draw_indirect
2ed7729180 : [MiddleOutPolygonTriangulator] Convert pushVertex(p0) to close()
a5409c169d : Remove recursive chopping from PathCurveTessellator
a0e2818c12 : Roll ANGLE from 8c9b8f03e0f3 to 30afc25e1fe1 (1 revision)
43b0f03b83 : SkTHashTable to not require default constructable T
f2e90d3005 : add skottie support for Bulge ADBE effect
88117ab843 : Improve the skvm debug panel
37da672b14 : Remove SkRuntimeEffect from DrawVerticesOp
a05d3029ac : Fix skottie::PropertyHandle export
721d95c17f : Roll ANGLE from 270a2c0ef4ee to 8c9b8f03e0f3 (3 revisions)
e7a9535247 : Enforce basic limits on global size in SkSL.
7cde28909f : Enforce basic limits on function stack size in SkSL.
37afdbc22e : pathProcessing: switch to explicit strikeToSourceScale
f2b5dc8aaf : [graphite] Fix MSL FS generation
fa6e45f261 : Add an SkVM panel to viewer's debug UI
d533adde39 : cleanup SK_GPU_V1 guards
a5030e9090 : Remove V1/V2 compile bots
159ae198d3 : Test skstd::optional calls emplaced T's destructor
0bbce33b7c : Support for COLR 0xFFFF foreground color in FT backend
7368c6d00b : Minor comment fixes in COLRv1 GM and implementation
817dba10f3 : extract strike-to-source scale from SkStrikeSpec
f0b283ee80 : [graphite] Cleanup missed gpu_shared gn change.
2739def595 : Roll ANGLE from 30b01d8fd1cf to 270a2c0ef4ee (3 revisions)
569bf57e9a : [metal] Ensure that we clean up command buffer even on failure.
a8d38078a4 : Metal: in iOS check to see if we're in background before creating encoder
d9d9e21b31 : Roll ANGLE from 8aec7f358ee8 to 30b01d8fd1cf (5 revisions)
87067f59c0 : Roll SwiftShader from 7a571328541a to e733a26e2ba0 (1 revision)
911a5459a6 : Roll Chromium from 523915394ffc to f69977b0a360 (440 revisions)
5044ff38a0 : Roll Dawn from 2514566d8253 to 26db646d8ff8 (6 revisions)
b61804e94c : Add ConvertPixels versions of PremulAlphaRoundTrip
db3422668b : Add Perf and Test jobs for Kevin chromebooks.
380dd45865 : Fix an accidental float truncation
233f4d8a21 : Convert MiddleOutPolygonTriangulator to an iterator
292bbb13d8 : [graphite] Split gpu_shared into its own gn target.
37459e71a5 : Move WithWorkingFormat to SkColorFilterPriv
dfeced7059 : Disable tessellation path renderer on Wembley devices.
6990ee0dad : [graphite] Add RenderPassTask::execute
8be6332748 : Serialize foreground color caching requirement specialisation
6b9f7761f8 : Roll ANGLE from 0e9e321b578a to 8aec7f358ee8 (4 revisions)
4872cea28c : Skip motionmarkleaves SKP on WASM+CPU
3598648374 : Use larger clip for SW mask unique key
dc7ab732a9 : Add comment explaining unpremul paint color handling
90c9424cdf : Remove SPI from static inline functions
a9860f0ff6 : Adapt to fixed point values in FT COLRv1 structs
0b35a1c4ba : Update SKP version
3a9a7991c4 : Move sk_memset* from SkUtils to SkOpts
e0ee095fa2 : Move UTF16 helpers from SkUtils to SkUTF
02b8a09274 : Restore batching of (varying) paint alpha to shader FP trees
390edeb88d : Fix fuzzer-discovered error with no-op arithmetic.
9535da4e3a : Move more GPU-specific code behind SK_SUPPORT_GPU flag
3dd5a2e07f : [infra] Remove TecnoSpark jobs
293bb46b2d : Enable more ES3-specific SkSL tests.
4722cb0e0d : Enable some ES3-specific SkSL tests.
d00d287cf9 : Roll ANGLE from 38d5349a9000 to 0e9e321b578a (4 revisions)
b8312cdc92 : Roll SwiftShader from 542593f0e311 to 7a571328541a (2 revisions)
05f270c0d0 : Roll Chromium from 9207389d08cf to 523915394ffc (495 revisions)
5ef4a3982f : Roll Dawn from b78e8fb8f626 to 2514566d8253 (9 revisions)
5743812354 : Cleanup: replace helper with SkTAddOffset.
a5caedd0e2 : Roll ANGLE from 7952f84cd6b7 to 38d5349a9000 (4 revisions)
6a60e09cad : Pin SkColor4f alpha when making a color shader
7b3b916c7c : Add include guards to SkCodec.cpp depending on enabled codecs
5e52389d5f : Reland "[graphite] Fill in basic vertex and index buffers."
3b9113f110 : Only include SkJSONWriter when SK_ENABLE_DUMP_GPU defined
524d73d10c : Roll ANGLE from a514df081df0 to 7952f84cd6b7 (5 revisions)
afb065711c : [pdf] Modify drawPoints to handle perspective
40d5fbb3c7 : Add support for half-precision uniforms to Graphite.
6934766e60 : Rename Uint to UInt.
5c1672406a : [infra] Remove the libimobiledevice dimension.
aa369d2b8e : Fix error with inlined literals overflowing their types.
ba35f687c3 : [skottie] Clean up FractalNoise and SkSLEffect
05d3f48d0f : Roll ANGLE from ab4267359030 to a514df081df0 (4 revisions)
bc97c4585b : Roll SwiftShader from 9d8950e082d8 to 542593f0e311 (3 revisions)
35b87aea34 : Roll Chromium from 851a40fb4132 to 9207389d08cf (399 revisions)
6065acc528 : Roll Dawn from b19556e907c5 to b78e8fb8f626 (9 revisions)
15f17c0576 : Revert "[graphite] Fill in basic vertex and index buffers."
c7c49f5656 : Mark symbols starting with gl_ as reserved words.
fea9b27cc7 : Add sk_SecondaryFragColor built-in.
761afc93e7 : Roll ANGLE from 5a0e6c1e8589 to ab4267359030 (2 revisions)
b95c83353f : [graphite] Fill in basic vertex and index buffers.
b1fdcf3e68 : Revert "Move alpha modulation into paint conversion (Step 2)"
8516c0dce4 : update LLVM in SkVM
784b7b7ab5 : Remove recursion from PathWedgeTessellator chopping
ccb459d57b : Move alpha modulation into paint conversion (Step 2)
172c7998e1 : plumb experimental SkSL layer effect in native Skottie player
83e99569bd : add constrained_add
afa657d6ab : Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files
c807847427 : hoist Painter out of loop
81c86e8608 : Fix fuzzer-discovered assertion with nonsense array sizes.
ec98e205cd : cleanup GrStrikeCache
8e37086c50 : Remove SK_SURFACE_COPY_ON_WRITE_CRASHES
39eccabdc3 : [infra] Add Release Test+AppleM1+Metal job
259ad78445 : Remove unreferenced canCoerce method.
2d76d7760f : Roll ANGLE from bae19e0626f1 to 5a0e6c1e8589 (14 revisions)
6c1024bc25 : Roll Chromium from fb2681cfd505 to 851a40fb4132 (548 revisions)
abbcc2cf1c : Roll Dawn from 94d1678c6737 to b19556e907c5 (4 revisions)
88b36ad61e : Update SKP version
30f1f34732 : Roll SK Tool from 5820787cf885 to 8cba87bd1924
6ce94bbdef : Add Wembley devices to tree.
9b9805959d : Reland "Add support for half-precision types in Metal."
3828b4160b : Use full floats for premul/unpremul conversion.
9d24b02c2f : Revert "Add support for half-precision types in Metal."
60e456ecbb : [graphite] Partially connect Recorder, DrawBufferManager, DrawPass, and UniformCache.
6bb17ab48d : Reland "Lift recursive curve culling out of tessellators"
d90e09b1ae : Add support for half-precision types in Metal.
ba9d5362e4 : Detect and properly handle swizzles of out-of-range literal values.
9e682cf211 : Add flag for 16-bit uniform support.
50add5af1a : [graphite] Add support for synchronous surface readpixels
1ea54a127f : Disable tests on iPhone 6 that use too much memory.
379957e1f8 : Reland "Move alpha modulation into paint conversion (Step 1)"
527d127719 : [graphite] Partially connect DrawPass, UniformCache and ProgramCache
0dfb2d9679 : When setting paint color/alpha, pin alpha to [0,1]
378e4aecfe : Report int-literal overflow via cast-from-float.
153d388e1e : Remove SK_SURFACE_COPY_ON_WRITE_CRASHES
a143a37747 : Wrap 'u_rtFlip.y * dfdy()' in parentheses, in GLSL.
570f6dfe76 : Wrap 'u_rtFlip.y * dfdy()' in parentheses, in Metal.
b469c10c85 : Revert "Wrap 'u_rtFlip.y * dfdy()' in parentheses."
b3ecd560a2 : Revert "Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files"
5e4e56abe8 : Roll ANGLE from db83279a7f61 to bae19e0626f1 (12 revisions)
0b01f8f4dc : Roll Chromium from fdcbccbd5184 to fb2681cfd505 (553 revisions)
4de3238e82 : Roll Dawn from 1de83e56f7e0 to 94d1678c6737 (5 revisions)
9fc189f1cb : Wrap 'u_rtFlip.y * dfdy()' in parentheses.
f08e257b90 : Fix type of RTFlip uniform.
b5450fb901 : [graphite] Add index buffer support and instanced draws
5a1368327d : GrTextBlob: cleanup and update comments
721388ecdb : Keep uniform types even in release.
db7f2c67c2 : [graphite] Add lookup by unique ID to program and uniform caches
e56c5ba08c : Remove unreferenced struct.
ebbee17401 : Fix skslc build breakage.
762a01fd99 : [graphite] Stub out details of DrawList->DrawPass algorithm
8b49157aae : [graphite] Move MSL creation into the ProgramInfo
65a726bb49 : Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files
391f941949 : [graphite] Add a Graphite no Gpu (i.e. Ganesh) build bot
da53bb8d95 : Replace custom int conversion with SkTo in SkArenaAlloc
af5049b0d7 : Revert "Remove GPU-related calls from SkSurface.h when !SK_SUPPORT_GPU"
1fe391f0dc : [graphite] Add caches for uniformdata and programs
c82f9efc0c : Remove GrTypesPriv.h dep from SkSLUtil.h when SK_SUPPORT_GPU=0
4363cdb5ea : Fix for fuzzer-discovered error with bitwise-not.
8837686752 : [graphite] Actually record draws in DrawList
4b38d9c437 : Reland "Avoid crash when surface CoW allocation fails"
f2d016f12e : Fix for fuzzer-discovered error with negation.
533cfc8c9c : Roll SK Tool from 8b318b839676 to 815443b0b456
c5bcab8312 : Move SkPromiseImageTexture's includes inside GPU guard
66485f9268 : [graphite] Add vertex and instance buffer support.
46e1e9b277 : Run SurfaceFlinger_test as part of Skia presubmit
c41c3d52fe : Revert "Move alpha modulation into paint conversion (Step 1)"
74105c5d09 : Remove GPU-related calls from SkSurface.h when !SK_SUPPORT_GPU
aa68a6b3a5 : Reject scalar casts of literals to types that can't hold them.
ecac4fedaf : Prefer GL_EXT_texture_format_BGRA8888 over the APPLE variant
146cfcc042 : Remove GPU-related calls from SkImage.h when !SK_SUPPORT_GPU
1c51867540 : Roll ANGLE from 421dbf200d36 to db83279a7f61 (11 revisions)
323c5c8c08 : Roll SwiftShader from d143249a93bc to 9d8950e082d8 (3 revisions)
3f2a17db4b : Roll Chromium from 9a6759748ac2 to fdcbccbd5184 (416 revisions)
fc0be67d18 : Roll Dawn from 3c786cd418f6 to 1de83e56f7e0 (6 revisions)
a9caac4bce : Add SK_SURFACE_COPY_ON_WRITE_CRASHES
2cddedd5f9 : change method signature for FontChain
5b19ebe0c5 : Revert "Avoid crash when surface CoW allocation fails"
9fcc959b13 : Constify SkImage
1fa2c28ee1 : Fix dFdy test.
2e228bb72c : Avoid crash when surface CoW allocation fails
6a02277fa2 : [graphite] Add DrawBufferManager class.
13fd52e587 : Reland "Create a common Tessellation.h header"
b421a71f37 : [graphite] Expand shader precompilation placeholder
2bdb65dcf2 : Refuse to negate a literal if it would over/underflow its type.
5c905c94f0 : Refuse to coerce integer values that don't fit into their type.
29187b15fd : Revert "Create a common Tessellation.h header"
5f132753ec : Revert "Lift recursive curve culling out of tessellators"
94b1f0dfa1 : Add overflow protection to vector-arithmetic folding.
4be20573b7 : Fix out of bounds palette index access
75e1f4c028 : Lift recursive curve culling out of tessellators
c77620c308 : Move alpha modulation into paint conversion (Step 1)
8a2a020ef4 : Create a common Tessellation.h header
f44bc854bf : [graphite] Track target TextureProxy for DrawContext and DrawPass
1ddf724e37 : Roll ANGLE from 0dbe308d91a3 to 421dbf200d36 (8 revisions)
00f3eb453c : Roll Chromium from 1704efc5bbba to 9a6759748ac2 (468 revisions)
5bb2e218d3 : Roll SwiftShader from 21810915c4f1 to d143249a93bc (1 revision)
6c2b4055fe : Roll Dawn from f4c8a6ac9ba5 to 3c786cd418f6 (6 revisions)
c75e0ef2b3 : [graphite] Add IndexWriter and UniformWriter classes.
14c328247b : Update Metal type sizes and alignments.
9ec61da31b : Fix Clang warning -Wbitwise-instead-of-logical.
cb04e3981f : [mac] CPU dimensions are too precise and miss new Macminis in the pool.
97284f255b : [infra] Add initial platforms and constraint values
e82c1c11bc : Add support for vk drm format modifiers.
7898607697 : Fix CL collision (rm SLType Byte type usage)
215b48dc23 : [graphite] Fix link error in DrawOrder.h
4427d1eebf : Remove some uses of direct fPtr access in VertexWriter.
ef8907c69f : [graphite] Rename UniformDataManager to UniformManager and update
f6fb3db1dc : Remove GrSL byte types.
c545aa5aa6 : [graphite] Add uniform buffer support to command buffer
8ed23eb917 : Implement array casts in Metal.
2a372177e8 : [graphite] Max draw count in DrawList
04bff8ba6e : [graphite] Consolidate ordering constraints into DrawOrder type
649e3c2f98 : [graphite] Reorganize CommandBuffer a little
b37100de7d : Update Metal matrix intrinsic polyfills to allow half.
643bd0fc8f : Roll ANGLE from b638d29d4009 to 0dbe308d91a3 (8 revisions)
b0d326c866 : Roll SwiftShader from c5e237273696 to 21810915c4f1 (1 revision)
9fbe80777e : Roll Chromium from 93e24c468ba0 to 1704efc5bbba (420 revisions)
0d3f184582 : Roll Dawn from eb0d90050667 to f4c8a6ac9ba5 (7 revisions)
a21aacf7c7 : [graphite] Allow graphite to compile without ganesh and add shared gn files.
1f27d9ad54 : [graphite] Stub out Renderer and RenderStep
8744f3b84d : [graphite] Remove unused prior task depdency on RenderPassTask
e167dda424 : [graphite] Move TextureProxy ctor impl into to resolve forward decl
18d0015c82 : [graphite] Move some types to GraphiteTypesPriv
a98f6b57ec : [graphite] Add copy texture to buffer task.
2e20e7674c : Use virtual method for slotCount.
52aee23ded : GrVertexWriter -> skgpu::VertexWriter
c00c888db1 : Revert "Disable GL_NV_shader_noperspective_interpolation on PowerVR"
2b0935b71a : Roll ANGLE from 9e8c929e7df9 to b638d29d4009 (10 revisions)
1a55516104 : Roll Chromium from 22f770413deb to 93e24c468ba0 (255 revisions)
d8e8681c98 : Roll Dawn from 4ce84fcfe150 to eb0d90050667 (3 revisions)
8dd1f50a65 : Update SKP version
aa3eadb6ac : Roll SK Tool from fa093a925e85 to b3b84cea26aa
3941bcad32 : Fixing Android build
f997f82011 : RTL
84762902f1 : Roll Chromium from 54201acd43e4 to 22f770413deb (388 revisions)
18cc8de596 : Roll ANGLE from b06606b99291 to 9e8c929e7df9 (17 revisions)
2d1af18625 : Roll SwiftShader from 6683bca5f94e to c5e237273696 (1 revision)
e96ab209ae : Roll Dawn from 0383297416f9 to 4ce84fcfe150 (14 revisions)
99b3d8f8ea : [graphite] Move work and resource tracking to CommandBuffer base class.
f42503c83e : [g3-canary] Add PROD.md for infra failure alerts
e26e010000 : Move GrUniformDataManager setter logic into templates.
f93f6f2aaf : Roll SK Tool from 192352898ba5 to 4b11248acd92
6b90705437 : Simplify GrVertexWriter::writeQuad
95a8c4fdc0 : Make all shader caps uniquely-owned
97d9e47e8f : Reduce the size of the lexer's data tables.
dbd3b1b04c : [graphite] Add pipeline and draw support
ff32c42ca3 : Simplify matrix uniform data management.
09f4864734 : Convert GrVertexWriter to a "stream syntax" API
dee9c2ae0c : RTL done right (only WrappedText and VisualRun classes deal with it)
2d1207acb9 : Remove the "in blend modes randomly fail for all zero vec" workaround
7ce380e967 : [canvaskit] Remove deprecated MakeTypefaceFromData and RefDefault
2d13fab55c : [canvaskit] Define requestAnimationFrame and other definition fixes.
83d71bd12c : Remove redundant Test*-Android_ASAN and Test*-Android_ASAN_Vulkan tasks.
b34e97b5d9 : Add Android HWAddress Sanitizer tasks.
bb553eda93 : [graphite] Implement remainder of RenderCommandEncoder methods
f08ebb15f0 : Add a distinct error message for reserved words.
05ac1b86ad : Add LICENSE to third_party/musl_compat
4d41304def : [infra] Add hermetic toolchain for C/C++ using Clang+Musl
9cb2040059 : Roll ANGLE from 02b73c2fd738 to b06606b99291 (16 revisions)
c7038a7c41 : Roll SwiftShader from 6b700ffc6a8a to 6683bca5f94e (2 revisions)
403215a12f : Roll Chromium from 0a219531705e to 54201acd43e4 (434 revisions)
d252ff3f66 : Roll Dawn from ba0d653b8c00 to 0383297416f9 (8 revisions)
e3ff9b1783 : Remove GrContextOptions from GrShaderCaps constructor
b19be63810 : Fix ODR violation in Metal code.
6dcb6b44e9 : [graphite] Take two at fixing non-Metal build
251e7e6bfd : [graphite] Wire up BoundsManager for color/depth ordering
271dedc924 : [graphite] Add iOS compile bots
aaa70658c2 : expose directional blur to skottie
ebe2d82384 : [JetSki] get TypeFace from FontMgr
dd07eb01c8 : Move VectorXform into the wangs_formula namespace
49c766732d : Delete the skgpu::tess namespace
524f336088 : Make Greg Daniel a Skia API owner.
8f6a229a71 : [graphite] Add alignment directives to IntersectionTree arrays
ac29367c91 : [graphite] Fix graphite iOS build.
cb3c02005c : Add SkColorMatrix factories for SkYUVColorSpace
0edd2c33d3 : use faster cases in blitAntiH for SkVMBlitter
c7fa96c4e5 : [graphite] Fix non-Metal compile error
8582724780 : [graphite] Add copyTextureToBuffer call on CommandBuffer.
d62b7ef970 : Roll ANGLE from 7f87a326e878 to 02b73c2fd738 (16 revisions)
950ad78541 : Roll Chromium from 26d05efa8664 to 0a219531705e (479 revisions)
53f44b699b : Roll SwiftShader from 7997cbc34bb2 to 6b700ffc6a8a (5 revisions)
3208de5b3f : Roll Dawn from 40b73c646e2d to ba0d653b8c00 (15 revisions)
40b143c174 : [graphite] Add mapRect(skgpu::Rect) to Transform
3793335614 : [graphite] Update Shape to use skgpu::Rect and float2
c9b9174475 : [graphite] Use std::move when adding RenderPass attachment to CmdBuffer
2fceb21cb7 : [graphite] Add an IntersectionTree class
b3460f9979 : [skottie] Floatify Fractal Noise
e1bfa18fc5 : [graphite] Rect::isEmptyOrNegative() -> Rect::isEmptyNegativeOrNan()
aa0600136c : Extract ToolUtils::sniff_paths
a2645f2f5f : [graphite] Remove CapsTest
f3f2e75820 : [graphite] Add RenderPass setup and test
8095adeebb : Reland "Simplify draw_image and paint construction"
0118073cd4 : Cleaned up SkSL includes
7a6247afd6 : Revert "Simplify draw_image and paint construction"
ab0a13d9d9 : Removed the final remnants of IRGenerator
d34b49f891 : Add GM to demonstrate inconsistent scaling of shader by paint alpha
c091e48f8f : Simplify draw_image and paint construction
e32df8f1cf : Roll ANGLE from 485cb718c072 to 7f87a326e878 (14 revisions)
0552805770 : Roll SwiftShader from 33eaf1f76b60 to 7997cbc34bb2 (4 revisions)
0c0ccc985e : Roll Dawn from 180ec459ea79 to 40b73c646e2d (4 revisions)
6d74919392 : Roll Chromium from bea00132a7e9 to 26d05efa8664 (433 revisions)
99f23a0309 : Add labels to Skia OpenGL backend.
1f766792d5 : [graphite] Copy UniformDataManager into Graphite and trim down
8fafb0f633 : [graphite] Add setters to Rect
9dd63710f1 : Disable GL_NV_shader_noperspective_interpolation on PowerVR
c388629313 : Restore Android NativeFonts bot coverage.
0c56bbaffe : [graphite] Add command buffer test
2764d524e7 : [pdf] Treat dc:creator as rdf:Seq
decc9ae2fc : [skottie] Fractal Noise optimization
90c86ad06c : Report an error when negating or plussing an array of scalars.
b6a3aa7eb5 : [skottie] Fractal Noise: cycle evolution support
9f43ceefa3 : Allow vector operator~ in SkSL.
75310f0c3f : Experimental support for lower-resolution backdrop filter eval
319d75d6f6 : Add error test for unary-negating and unary-plussing arrays.
9e952b379b : Allow const int variables to be used for array sizes.
eda5ba1598 : [graphite] Add resource tracking to CommandBuffer
67579cbfcd : Roll ANGLE from b3d772088f15 to 485cb718c072 (18 revisions)
faab6b84ba : Roll SwiftShader from ce1449fd798a to 33eaf1f76b60 (2 revisions)
8ec9734a34 : Roll Chromium from 6443351df55f to bea00132a7e9 (556 revisions)
fd61fa92d6 : Roll Dawn from c2bc8d3a7df8 to 180ec459ea79 (9 revisions)
835345aaa3 : Update SKP version
a0c98f770f : Roll SK Tool from a9ab264daccb to 08d53cef67a6
4021b947f7 : [graphite] Add Transform that wraps matrix, inverse, type and scale factors
5bf1b51e61 : Restore aa triangulating path renderer limit to 10 verbs
1cb3f3666c : Don't free the locale pointer in a paragraph style.
c41ac91167 : Removed remaining fields from IRGenerator
409bb0195f : Fix up the last of the ES2 conformance tests.
6a24fe4825 : [graphite] Add call to ResourceProvider to get Buffer.
11c4d14d89 : [graphite] Add getter for default MSAA TextureInfo.
0e55a137dd : Moved SymbolTable from IRGenerator to Compiler
a750dfcce2 : [graphite] Rearrange internal Context/Recorder/Recording relationship
b24bad31dc : Roll Chromium from 85650c29ebb3 to 6443351df55f (489 revisions)
bb40241fbb : Roll ANGLE from d8471b290ccb to b3d772088f15 (11 revisions)
f1d9a2dcc8 : Roll SwiftShader from e0af842a439e to ce1449fd798a (3 revisions)
012f714606 : Roll Dawn from 91851e23a8d4 to c2bc8d3a7df8 (5 revisions)
72602b668e : Enable matrix tests on viable platforms.
aa9656d8ca : expose FontChain interface to Java with FontChainAdapter
4201f90421 : Removed fSharedElements field from IRGenerator
64b6af1b1d : Removed fProgramElements field from IRGenerator
d0c7f63645 : Move Wang's formula back into src/gpu/tessellate
ab19daec3b : Moved RTAdjust fixup into FunctionDefinition
c8a96076b1 : Added four more reserved words to SkSL.
f7d2673643 : Fix up samplerCube/textureCube for ES2 conformance.
39edd521a2 : Fix Wbitwise-instead-of-logical warnings
ee36412765 : Add ES2 conformance test harness to dm.
8f4e560871 : Use CommonFlags namespace for other flags/functions
6cfe358193 : Moved CheckModifiers out of IRGenerator
ad6f2d3e66 : [skottie] Log text layout errors
8b0ba16043 : Speed up DWriteFontTypeface::getGlyphToUnicodeMap
237dd2d94d : Move --nativeFonts to CommonFlags file
f541ddf785 : Move ToolUtils::make_big_path() to bench/
5ff51fb2e3 : Roll ANGLE from 43be4d9cd8e4 to d8471b290ccb (12 revisions)
ca7dd13cd2 : Roll SwiftShader from ca2ada82f494 to e0af842a439e (3 revisions)
1e44036b8d : Roll Chromium from 5657b741cc56 to 85650c29ebb3 (440 revisions)
7779a70f87 : Roll Dawn from 8fd1eb54434d to 91851e23a8d4 (3 revisions)
21fe518fbb : Revert "Disallow matrix ctors which overflow a column."
4f7e0ad6b2 : Moved scanInterfaceBlock into DSLCore
37a6ec9e3c : Add error message for link failure.
64c907c052 : Mark private types as invalid in the public symbol table.
9467361423 : [graphite] Fix commandqueue memory leak
9a5762052a : Followup fixes to gm bindings
1d910efd24 : Delete TessTypes.h
c9fe02ff90 : Moved RTAdjust into ThreadContext
b9924539bb : [graphite] Add Buffer and MtlBuffer classes.
3c2160470e : [Metal] Use Shared rather than Managed storageMode for M1 dynamic buffers
558aff92f9 : Move atlas -> shader conversion up to SkCanvas
083e038fe6 : Fix WasmGMTests bot
c005895e76 : Name Test struct's member variables consistently
2bc792147e : Moved Var/VarDecl conversion out of IRGenerator
170800c811 : [graphite] Disable non-Graphite tests on Graphite bots
0de8a96a72 : Create an skgpu::tess namespace
a9b48583bc : Ignore dashcircle pixel mismatches for mtltestprecompile
5bb0d52e44 : Use constexpr arrays to list the built-in types.
412bf9ee96 : Add .vscode to the default gitignore list.
297d096cfb : [graphite] More testing infrastructure
76f61debc6 : [graphite] Initial shader combination/precompile API
abb6814cc7 : Add support for 0XABCD style hex literals.
d27bb77aae : Roll ANGLE from 4349703b4c90 to 43be4d9cd8e4 (16 revisions)
6be89912a0 : Roll SwiftShader from b0f8eb113c65 to ca2ada82f494 (3 revisions)
1e267486a3 : Roll Chromium from dd8abdbead8f to 5657b741cc56 (517 revisions)
1da50bea27 : Roll Dawn from 6fd28ba4cb99 to 8fd1eb54434d (6 revisions)
734d7e2be4 : Export some classes callers may use for Skottie.
5420cbcf65 : Match GLSL scoping rules more closely in SkSL.
77e24f3b2b : Reland "In SkImageBlurFilter, use ScaledDividerU32"
76fbbc89e9 : [graphite] Device, DrawContext, and DrawList use Shape
980169a5b5 : Allow non-trivial constant expressions for array sizes.
fedb3957a9 : Add exception list for GLSL tests which fail under SkSL.
dc6a9e3e12 : [graphite] Add command buffer submission and tracking
73065f325f : Reland "add a scaled uint32x4_t divided by uint32_t to SkVx"
7e54e3083f : Allow Windows simulations for fonts with EBDT/EBLC bitmap strikes
a3a3ea97b4 : Revert "In SkImageBlurFilter, use ScaledDividerU32"
117596bc8a : [graphite] Add a fast SIMD Rect type
8021f21b13 : In SkImageBlurFilter, use ScaledDividerU32
262dfbafb4 : [experimental] Add WebGPU demo (built with Bazel)
e4ac6eabe8 : Revert "add a scaled uint32x4_t divided by uint32_t to SkVx"
676e082284 : [graphite] Remove the skpu::geom namespace
87a0078b89 : Support building on clang with -std=c++14 but no C++17 extension warning.
6c945e3180 : Restructure make_colorizer another way.
e337cca8f9 : Remove offset from make_colorizer.
35a74eab5d : add a scaled uint32x4_t divided by uint32_t to SkVx
0c1f6e5dab : Implementing baseline shift for JetBrains
c9f160b8dd : Reland "Create looping binary-search gradient colorizer."
9a2adfec2c : Simplify paint construction slightly
f32ad08ac4 : [infra] Deduplicate serve.py
bcda412af7 : Roll SwiftShader from eacf0cd26b0a to b0f8eb113c65 (1 revision)
fc73e320eb : Roll ANGLE from e2d9121725bf to 4349703b4c90 (6 revisions)
6d9133589b : Roll Chromium from 1ab99fc6c07f to dd8abdbead8f (378 revisions)
e5a06afeae : Roll Dawn from 9a8099eb8bee to 6fd28ba4cb99 (5 revisions)
732e4ebd20 : Add test slide that mirrors the Chrome `fillrect_gradient` test.
6aa64b6ecd : [graphite] Run the tests on the Graphite bots
6c8e2e832e : Fix winding when splitting edges at out-of-bounds vertices
116d2e0e48 : Fix ES2 conformance test 'in_vs_no_in'.
fe1bf9d253 : Update instructions for running debugger locally
b23372df9c : Fix G3 build
3286a6962f : Revert "Create looping binary-search gradient colorizer."
90a66821f0 : Add convenient "xyzw" accessors and swizzles to skvx (take 2)
e2fa96ba4a : Create looping binary-search gradient colorizer.
206c1f3f7e : use fp_contract for better code generation in approx_acos
108cb0cfa3 : Add nonconstant-array-index-support shader caps bit.
bfd6b09dc9 : Extract a "VecStorage" base class in skvx
9fa47cc1c6 : Make class members that are static constexpr also be inline.
3062759ffd : [graphite] Set up unit testing system
132d47c90d : [skottie] Path support for paragraph text
d616f0b949 : [skottie] More animatable text path properties
eafb39fc7e : Create hardstop_gradients_many test slide.
cbaf52b373 : Roll ANGLE from 57dd7095ffd4 to e2d9121725bf (28 revisions)
cb15b7cf77 : Roll SwiftShader from a1594b97ef0c to eacf0cd26b0a (3 revisions)
ef6bc4d7c5 : Roll Dawn from a1e0aff8b8e2 to 9a8099eb8bee (2 revisions)
172a704018 : Roll Chromium from 64ed0bfb2eb7 to 1ab99fc6c07f (472 revisions)
af2f73c1bb : Update SKP version
ac828b77f6 : Roll SK Tool from 5293a7d7df0d to 76de390babd5
4e6353d3fe : Fix precision-limit loop check.
c63e913f57 : Revert "Add convenient "xyzw" accessors and swizzles to skvx"
6030e0a2c5 : Restructure gradient creation code slightly.
89457e9237 : [graphite] Some clean up in CommandBuffer creation
cd2f207a2e : Allow tracking of Precompositions onEnter/onExit
8fa6dbffff : Move approx_acos and strided loads from GrVx to SkVx
89ba8e360e : Delete grvx::fast_madd
7357ae2af5 : add CCToner support to skottie
68365c7579 : [demos] Add WebGPU demo using origin trial
7fcda8e23e : [skottie] Initial text path support
7e5772f448 : [skottie] Fix Fractal Noise transform order
2f7c3f51e4 : Add release note for SkRuntimeEffect change in Milestone 96.
f2093bf1b0 : Update Skia milestone to 97
3156f4408b : Roll ANGLE from 161668b6656d to 57dd7095ffd4 (27 revisions)
7a606b1856 : Roll SwiftShader from 03fa329741b1 to a1594b97ef0c (3 revisions)
90dac804f3 : Roll Chromium from eb5bc573ffd5 to 64ed0bfb2eb7 (528 revisions)
ae39340d24 : Roll Dawn from 43d584940829 to a1e0aff8b8e2 (3 revisions)
01b02956c7 : Add convenient "xyzw" accessors and swizzles to skvx
1ab7ff6abf : [graphite] Clean up bitwise operators for enum masks
59b5f5258b : Use uniform arrays for dual-interval colorizer.
637275224b : Use uniform arrays when setting up binary-search colorizer.
c845272b4e : Broke DSLWriter into two separate classes
97bf72869a : Reland "change matrix_2x3 to row-major"
e47c5d16aa : [graphite] Add TextureProxy support.
8724136129 : Revert "Allow tracking of Precompositions onEnter/onExit"
042a197ce2 : Migrate compiler elimination passes to Transform.
2aff315093 : [graphite] Add Shape variant over path, rect, rrect, convex poly
bcaacecd9b : Make Program owned-elements public.
2dfbf99edf : Migrate IsConstantExpression out of SkSLAnalysis.
2153a87064 : Migrate GetLoopUnrollInfo out of SkSLAnalysis.
8db7cd008d : Migrate CanExitWithoutReturningValue out of SkSLAnalysis.
6358289210 : Fix particles demo page
96713facd7 : Roll ANGLE from 27a98cf485c9 to 161668b6656d (20 revisions)
f42a0037c0 : Roll SwiftShader from 8c181d7d1165 to 03fa329741b1 (1 revision)
ad1cc81458 : Roll Chromium from 521abf2ff706 to eb5bc573ffd5 (509 revisions)
29eed809a3 : Roll Dawn from ccbc1a39da70 to 43d584940829 (2 revisions)
1347e1334f : Roll skcms from b5aafce0db45 to 0d5496480324 (1 revision)
cb0d81bfe3 : Set Skia sksl generator to use registered magic number.
a7827d6ac1 : Migrate EliminateDeadLocalVariables into Transform.
7176637442 : Migrate EliminateUnreachableCode into Transform.
da4bcb6891 : Migrate ProgramUsage out of SkSLAnalysis.
a272914cbb : Add SkSL prefix to SwitchCaseContainsExit filename.
b691ce4151 : Migrate `CheckProgramUnrolledSize` out of SkSLAnalysis.
1190301c3d : [graphite] Add ResourceProvider to Gpu
daa3c703b0 : [graphite] Hook up Pipeline creation.
a1b44b72eb : Migrate `SwitchCaseContainsExit` out of SkSLAnalysis.
eec27f3c3b : Revert "change matrix_2x3 to row-major"
510e0c57da : Allow tracking of Precompositions onEnter/onExit
6d0234673a : Optimize away empty for loops.
f907da75a1 : Replace Analysis class-of-statics with a namespace.
b229558350 : Use SkSpan to represent arrays in GrSkSLFP::Make.
e023608611 : change matrix_2x3 to row-major
47da0ac577 : [graphite] Add stub classes for Recorder, Recording and TaskGraph
da25cffe41 : Require LoopUnrollInfo in ForStatement::Make.
3c27c9fe5e : [graphite] Add Debug Graphite build to CQ.
fbc64be806 : [graphite] Add Caps getters for default TextureInfos
36fef3b48b : Moved function call handling into FunctionCall
0c18d7f332 : Roll Chromium from b0f34ac53bb9 to 521abf2ff706 (530 revisions)
2b1552bbba : Roll ANGLE from 2f1d503bcdbb to 27a98cf485c9 (20 revisions)
8b80a11972 : Roll SwiftShader from 70178a763bb9 to 8c181d7d1165 (2 revisions)
7e03a9adf2 : Roll Dawn from 575a198764da to ccbc1a39da70 (10 revisions)
98eb297750 : Generate ICC profiles with version 4.3 (not 2.1)
ff5bb37b72 : Replace illegal DSLTypes with Poison types.
d4ca5e11a1 : Add Texture creation to ResourceProvider.
fd4dc2347d : Factor out TypeConstant-to-type logic into separate function.
7311f9ad14 : Remove subpixel positioning from the atlas path renderer key
04b0e0187e : Move function intrinsic handling into Finalizer
37c4976947 : Reland "Clean up #includes in SkCFObject."
237c22adb8 : [graphite] Add ASAN bot
52d1629048 : [graphite] Update minimum Metal SDK required
efdb1f0a3b : [graphite] Add pipeline cache to ResourceProvider
a6d7296948 : Revert "Clean up #includes in SkCFObject."
e5d4c43561 : Add SkSL test for uniform arrays.
211b336da0 : Roll ANGLE from d3764f080f6c to 2f1d503bcdbb (8 revisions)
8262288a08 : Roll SwiftShader from f43b9df4c8a9 to 70178a763bb9 (3 revisions)
c7a55cdcf2 : Roll Dawn from bb417ace110b to 575a198764da (9 revisions)
4012f7243c : Roll Chromium from 2d77db45aa57 to b0f34ac53bb9 (406 revisions)
95a6610142 : Simplify allowed-in-ES2 checks.
5d1822a8b1 : Roll skcms from a00edc64c486 to b5aafce0db45 (1 revision)
65e848d6b5 : Reland "[graphite] SurfaceDrawContext -> DrawContext"
df93db9d32 : Removed a number of utility methods from DSLWriter
9602a4fad0 : Revert "[graphite] SurfaceDrawContext -> DrawContext"
a525fd141b : [graphite] SurfaceDrawContext -> DrawContext
e20b3ec822 : [graphite] Add remaining factories to MtlTexture.
9efdc041bb : Remove `Type::containsPrivateFields`.
4008c5a3b0 : [graphite] Fix creation of command buffer for different SDK/OS versions
6bc9626530 : fix deadlock in remote cache logging
b37fe549b2 : Update FunctionDeclaration to take 'is-builtin' from the Context.
0dc6445a46 : [graphite] Define SortKey as part of DrawPass impl
76a22af02a : Avoid finding a font with simulations
a106472197 : Reland "Disallow constructors of ES3 types in ES2 code."
1a2cef7fbc : Avoid returning a DSLExpression with an invalid type.
532a51ac43 : Enable bind texture 0 workaround for MSAA-RTT on Mali-Gxx.
c876489232 : Move 'is builtin code' flag into the ProgramConfig.
0dd68c3b29 : Add tests for constructors of private types.
e03f1c101c : Revert "Disallow constructors of ES3 types in ES2 code."
36f53ec7e1 : Disallow constructors of ES3 types in ES2 code.
8d2bd04df8 : Add test for construction of non-ES2 types.
6389bfaa83 : Removed useless modifiersWithDefaults method from DSLParser
c2a7ae5ade : [graphite] Add support for Mtl Stencil/Depth Textures.
de42a9d2fc : Fixed unsupported type errors in pure DSL
a7d1e5c11c : Removed unused/nonexistent methods from IRGenerator
1f9be54238 : [graphite] Add CommandBuffer creation
bedb69ccfb : Clean up #includes in SkCFObject.
923d83bf18 : Fix incorrect assertion discovered by fuzzer.
816d9179b3 : Roll ANGLE from 3de06bcd0c81 to d3764f080f6c (19 revisions)
a06ce807eb : Roll SwiftShader from b7b7cb76042a to f43b9df4c8a9 (5 revisions)
51875de086 : Roll Chromium from 3bc0154ffa15 to 2d77db45aa57 (493 revisions)
03dd6a47a6 : Roll Dawn from 5ad5250a3b38 to bb417ace110b (10 revisions)
f843d5cf72 : Update SKP version
23a66f7fb9 : Roll SK Tool from 107c816a09e6 to a990c122ca21
ce22e059ff : pulling the plug
906e9eb538 : Emit qualifiers in the GLSL ES-required order.
66aa1ded16 : Allow precision qualifiers in function params.
178075524b : Broke ProgramVisitor and ProgramWriter out into separate files
e8566129ba : Remove obsolete test outputs.
7e947ab4b6 : Reland "Mark GLSL reserved names as reserved in SkSL grammar."
1972b46ca8 : Rewrite #includes to satisfy presubmit.
8e29caf4c1 : [graphite] Add support for UsageFlags on Texture.
9c57e16950 : [skottie] Fill effect opacity workaround
5f15c695f9 : Revert "Mark GLSL reserved names as reserved in SkSL grammar."
4ec483e952 : Roll ANGLE from 8d1e74abd5d6 to 3de06bcd0c81 (11 revisions)
7a22f48577 : Roll SwiftShader from cde65f7a8816 to b7b7cb76042a (1 revision)
90fa2f12ce : Roll Chromium from 3ccf9544137c to 3bc0154ffa15 (513 revisions)
b011afc82f : Roll Dawn from 4d2bc396ea3b to 5ad5250a3b38 (17 revisions)
7bb0ff05ce : [graphite] Add support to Mac Viewer.
6868f78d40 : Emit prototypes in Pipeline for every defined function.
2f5cfb6af0 : Redo the types in bilerp_clamp_8888 to make more sense
1e6e919a7e : Moved findAndDeclareBuiltinVariables out of IRGenerator
31e4c38236 : Add support for function prototypes in Pipeline stage.
57f3fc4cde : Mark GLSL reserved names as reserved in SkSL grammar.
4aef06d231 : Added TextExpressionAnimator
f69f21e601 : Add MtlTexture class.
091694fe16 : [graphite] Add ContextFactory
67f443beb4 : Rename shaders named `input` in test code.
d240c6bebf : Rename external function named `external` in test code.
9c0b844173 : Output Runtime Effect files from import_conformance_tests.
30d55d11fc : Roll SK Tool from 7e6380bef0f0 to 5e2ef4b59af0
469fb3c619 : Rename variables named `input` in test files.
b2d20e02e7 : [graphite] Add basic Texture files.
37035fc648 : work around Fuchsia's compiler eccentricities
4ae3fd33cf : Remove AUTHORS check from PRESUBMIT.py
bb71c1bea2 : [canvaskit] Update SKP and RTShader examples
c076abe32a : Use AUTHORS verification from SkCQ
4b6421f947 : Roll ANGLE from 394dc64df28b to 8d1e74abd5d6 (10 revisions)
a92b268f7d : Roll SwiftShader from d625b6424dba to cde65f7a8816 (2 revisions)
3a0651535a : Roll Chromium from cdbb91142b6a to 3ccf9544137c (470 revisions)
ddbb97d741 : Roll Dawn from 3c0925b4807b to 4d2bc396ea3b (8 revisions)
58014fa9a6 : Moved SkSL intrinsics from IRGenerator to Context
0f833ca8ae : [graphite] Add Metal trampoline.
86eb628f56 : Reland "lowp bilerp_clamp_8888"
a20c60d9e5 : Roll skcms from 9aafe826f922 to a00edc64c486 (1 revision)
55e012180a : Add trusted service accounts to AUTHORS file
d034db791d : [graphite] Add GraphiteTestContext
56c3968f66 : Reland "Don't keep a non-msaa FBO with EXT_multisampled_render_to_texture"
501e8e1a2c : fix rcp_precise for compiling with AVX
6abafd681e : [graphite] fix assert in Device ctor
b6b6ecf04e : [graphite] Address nits from https://review.skia.org/453796
9b428d1d3f : Convert ES2 conformance tests to usable SkSL.
27a6998e01 : Roll SK Tool from 0e04094ce2ea to 3eca46e2dd9e
31a94580b7 : Implement parser for ES2 conformance '.test' files.
6beb4e4de6 : Remove Flaky S7 job from CQ
d73cff0e2d : [graphite] Add TextureInfo class.
8c7467c440 : [graphite] Flesh out more of Metal Caps.
b96c20f259 : [infra] Update ChromeOS Spin514 to M96
639f71ace6 : Roll FreeType from 61903609 to 12ef831f (10 commits)
f748a6739f : [infra] Update ChromeOS Spin513 to M94
38c07f968c : Roll ANGLE from 998fd0d9e315 to 394dc64df28b (8 revisions)
1fde72432f : Roll SwiftShader from 562df4889b81 to d625b6424dba (2 revisions)
9633ad12ca : Roll Chromium from 87b96a650c54 to cdbb91142b6a (499 revisions)
95f654e076 : Roll Dawn from 2be4b8483c74 to 3c0925b4807b (31 revisions)
e19164d9f4 : [graphite] Move some basic include/gpu files over to Graphite
949aebff35 : [graphite] Fix build for DrawPass
2dc9c5d98f : Roll HarfBuzz from 6f190943 to a52c6df3 (2 commits)
4a19f2c52e : [graphite] Define DrawPass for SDC
47b6286e6e : [graphite] Stub in more Metal classes
aaa81ab61e : Specify DrawList as using a z test of "GREATER"
0f124cd7cd : Remove API owners check from presubmit script
f8af49ebd8 : [infra] Update Sparky360 ChromeOS machines
791c0d36a6 : Remove ASTNode and SkSLParser
cabbddfdd0 : [infra] Allow RubberStamper to revert public API changes
43264640f2 : Revert "Remove SkRuntimeShader::makeImage."
3e1e2aff18 : Add back the OWNERS file to match the Skia repo
2045b981fb : Graphite: Add stubs for Pipeline and PipelineDesc
f2fb26d162 : Roll ANGLE from 29c01d518664 to 998fd0d9e315 (14 revisions)
7d2cd0e36e : Roll SwiftShader from efbbb2f07b36 to 562df4889b81 (7 revisions)
e8b84cface : Roll Chromium from fbfa86085b39 to 87b96a650c54 (475 revisions)
96cbf2cddc : Roll Dawn from 4420ecc71e27 to 2be4b8483c74 (7 revisions)
0bfac0127c : Create VectorExpressionAnimator
907c593fad : Revert "lowp bilerp_clamp_8888"
d9c17b4051 : trunc bilerp 3.8% error rate
65967ab2c9 : Remove SkRuntimeShader::makeImage.
5814ba9b5a : Roll HarfBuzz from 368e9578 to 6f190943 (313 commits)
085ee36d91 : Delete `runtime_effect_image` test.
89cfde1dbe : Reland "Renamed SkSL "offset" to "line""
5fad2b8849 : Reland "Use SkSL "offset" to actually mean "line""
9624399ee3 : Remove ICU check from subset_harfbuzz
ef96fa9e83 : lowp bilerp_clamp_8888
837b89c505 : Reland "Add OWNERS to include (and include/private) to enforce API review"
18cb4a67d8 : [skottie] Fix MotionTile/opacity interaction
282d5a051a : Font resolution just started
b9982f4928 : Update SkSL premul vs. unpremul documentation
04fe267ab9 : Fix some master -> main references in docs
26c93442b5 : Re-re-reland "Rewrite switch statements in GLSL strict-ES2 mode."
959bd4a05a : Turn on Vulkan memoryless on ARM.
7165f38231 : Roll SK Tool from 3f64837fac23 to 713404fa2db4
6ba939d288 : [skottie] Improved Hue/Saturation effect
de1d7fb07f : Roll ANGLE from a427a7f40336 to 29c01d518664 (6 revisions)
3f74367e9a : Roll SwiftShader from c710de974936 to efbbb2f07b36 (5 revisions)
5328bd41b4 : Roll Chromium from 7f78322beba4 to fbfa86085b39 (960 revisions)
e96e066d53 : Roll Dawn from 0e3aa3c8d0b3 to 4420ecc71e27 (2 revisions)
496b89cb74 : Update SKP version
aeb5d4daed : [graphite] Flesh out Device/SDC a bit more
6f06bab632 : Revert "Re-reland "Rewrite switch statements in GLSL strict-ES2 mode."""
ff733b3f39 : Graphite: add MtlGpu.
31fe2c5145 : Also test SwiftShader DMSAA
051aeb7055 : Added module support to DSLParser
ed7c60d6fd : Reland "Use a single FBO for EXT_multisampled_render_to_texture targets"
6e6bceeeea : Graphite: enable Metal by default on build bots
64560c7cd5 : Re-reland "Rewrite switch statements in GLSL strict-ES2 mode.""
8b85d7b429 : Graphite: add ResourceProvider and CommandBuffer stubs
397fdfdf18 : Implement separate crop filter
b05bbd03f9 : Fix for fuzzer-discovered error with invalid var-initializers.
fcc0ef1ee4 : Remove all clamping to "valid" premultiplied colors
71cb972518 : Scale picture shader (GPU) by input alpha
a909dd6b8d : Revert "Use SkSL "offset" to actually mean "line""
cc91452f0a : Revert "Renamed SkSL "offset" to "line""
c4c355940c : Revert "Reland "Rewrite switch statements in GLSL strict-ES2 mode.""
4b4c7f84e5 : Reland "Defer the attachment of GL stencil buffers"
12732e4ad8 : Reland "remove drawing from ShaderMaskBench ctor"
c81edd0e8c : Reland "Rewrite switch statements in GLSL strict-ES2 mode."
6b88839eed : Add caps bit for rewriting switch statements.
1e90b88e45 : Graphite: Add stubs for Gpu and Caps
a25328177a : Revert "remove drawing from ShaderMaskBench ctor"
4c5f3ba155 : remove drawing from ShaderMaskBench ctor
77f56d2790 : Roll ANGLE from 17b50dbcf896 to a427a7f40336 (13 revisions)
58d47fa1ec : Renamed SkSL "offset" to "line"
47f76853c6 : Use SkSL "offset" to actually mean "line"
d26d0e6a47 : Revert "Rewrite switch statements in GLSL strict-ES2 mode."
b8310aefc4 : Run conditional-assignment loop forwards.
05f78f555f : Roll SK Tool from a5ebbb96a95d to 8aeb58c0de35
7ef6187508 : Roll SwiftShader from 4e3812937c5f to c710de974936 (1 revision)
e9bf155282 : Roll skcms from 3021821e8f79 to 9aafe826f922 (1 revision)
a382f8e15a : Roll Dawn from ebf183bde4e9 to 0e3aa3c8d0b3 (9 revisions)
d71fac66ed : Remove temporary slot in writeSwitchStatement.
45e3838006 : Rewrite switch statements in GLSL strict-ES2 mode.
4144211e06 : Tighten up SkVM code a bit.
11101181b9 : Restore DSLWriter to relying on a Compiler again.
ae5705e705 : Reland "Graphite: Add compilation bots"
cb40008b43 : Implement switch in SkVM.
106e7ff887 : remove drawing from ctor
3761e57a9d : Run fewer configs on SwiftShader perf bot
d2491fbc32 : Update configs for SwiftShader perf bot
92ae58f338 : Reland "bench: Add PhoneHub assets to skottie-vs-png decode bench"
448b2d5795 : Add GetConstantValue, fix const-variable ES2 loop bounds
e405d7c8e5 : [infra] Migrate ChromeOS devices to arm64 RPIs
10d3837ec5 : Add a SwiftShader perf bot
bd8bbcd016 : Revert "bench: Add PhoneHub assets to skottie-vs-png decode bench"
519ecaa024 : Roll ANGLE from 68c0da839bc6 to 17b50dbcf896 (6 revisions)
0f5b9fe79e : Roll SwiftShader from 755b78dc66b2 to 4e3812937c5f (1 revision)
2c9fe6ab34 : Roll Dawn from a10f5331f2b5 to ebf183bde4e9 (5 revisions)
af5c75d72c : Roll Chromium from 5b12d6f9f82b to 7f78322beba4 (454 revisions)
ee79cc3491 : Revert "Graphite: Add compilation bots"
605748b95b : Graphite: Add compilation bots
2d71c9e995 : Add Abseil dependency for Dawn
d6bf374c3c : Graphite: Improve DM/Graphite connection
fe9bfe6eeb : Separate IRGenerator and Compiler into separate DSLWriter fields.
1a117d7642 : Allow dsl::Start with a Context instead of a Compiler.
ec8eef24fb : Slightly updated DSL Switch API
4d06441fca : [JetSki] bind drawGlyphs to JetSki for Text rendering
01754ecf12 : Graphite: Rough out DrawCommandList and BoundsManager
f8a6faf94b : Roll skcms from cf7d3f925b87 to 3021821e8f79 (1 revision)
428af4cf2f : Remove fLocalCoord from SkVMGenerator.
a4f56836f5 : Refactor SkVMGenerator construction.
77435597fa : Add memoryless attachment support for vulkan dmsaa.
6ee0018bfe : Remove mssse3 flag of host builds for Android skia
0541a983ef : bench: Add PhoneHub assets to skottie-vs-png decode bench
6d351405d4 : Fix an issue reporting errors with check_deps.py
5a6f1606cc : Add more stub classes
9f6be8e7de : Reland "align the different implementations of 1/x"
6386199d27 : Remove IRGenerator::coerce.
c3fab1a511 : Don't switch kDecal to kClamp
5480677cfc : Fix CMAKE build
49b1a42279 : Migrate unreachable-code elimination to Analysis.
cb25d566c2 : Roll ANGLE from 9184973fc1be to 68c0da839bc6 (13 revisions)
6ed5a66c06 : Roll Chromium from c3ac14695197 to 5b12d6f9f82b (500 revisions)
33245291ae : Roll SwiftShader from 6cbc24686901 to 755b78dc66b2 (2 revisions)
5527735121 : Roll Dawn from 92d6e53e6def to a10f5331f2b5 (5 revisions)
bb30fc16e1 : Revert "align the different implementations of 1/x"
a48e7b0186 : Removed unused SkSLPosition
f15c3ff9d3 : Add SkSurface_Graphite stub
d668d4da68 : Fix SwitchWithFallthrough test on iOS.
828987893b : align the different implementations of 1/x
1c5eb4b371 : Disallow continue inside a switch.
6a2a637746 : [skottie] Fix Keyframe::Value equality operator
9f6e4632f8 : Fixing all clang errors...
35bd92638f : Add tests for switch + loop constructs.
755e00edec : Update sprint to graphite name
8abb52f212 : Roll FreeType
e32309d771 : Update switch-fallthrough test to run in dm.
408f38ea05 : Disable SwitchDefaultOnly test on Intel + Vulkan + Linux.
1a4080add1 : More beachhead
b8f1651f9b : Add workaround for switch() containing only a `default` case.
8d59fe04b8 : Add memoryless parameter for MSAA attachment creation
2816dcfc67 : Fixed fuzzer-discovered bug with interface blocks
ed2babaf94 : Reland "Add switch statement support to PipelineStage."
8e369b0a5a : Replace break with continue inside empty (post-optimization) loop.
edc6740a13 : Roll Chromium from 17b3e1a870ed to c3ac14695197 (387 revisions)
f81416d3e5 : Roll ANGLE from 458389f249b0 to 9184973fc1be (6 revisions)
bfe3700b3e : Roll SwiftShader from b7de6caa43b9 to 6cbc24686901 (7 revisions)
e185dc9ce2 : Roll Dawn from 8626b2142d82 to 92d6e53e6def (24 revisions)
fab00952d3 : Establish beachhead
d288d8bc84 : Revert "Add switch statement support to PipelineStage."
84261653c5 : Reland "Add new GrSurfaceInfo class and related backend structs."
8c9c185a92 : Simplify SkAAClip to use SkClipOp, not SkRegion::Op
6aaa6b0ede : Direct3D: add Intel Iris 655 bots
be056f4f62 : Add switch statement support to PipelineStage.
f62934b85a : Fixed DSLParser error uncovered by ossfuzz
3d9c73c100 : Use thread_local on iOS
498bfa4a85 : Add test case for 'loop over switch with continue inside.'
4f867cc201 : Reland "Direct3D: Be sure to set correct heaps for current descriptor tables."
14a9b089b6 : Reland "Revert "New approach to GrProcessor uniforms.""
b43596f10b : Make DSLStatement-from-SkSL ctors public.
daeb5223c1 : dawn texture view descriptor mipLevelCount must be larger than 0
809707671a : Reorder optimizations to eliminate more code.
b42b926513 : Add additional examples to UnusedVariables test.
c973d26854 : Fixed DSLParser assertion error uncovered by fuzzer
64be3c5867 : Re-enable tests for Adreno 6xx.
06f3ea1e0a : Roll ANGLE from e3e221f94459 to 458389f249b0 (10 revisions)
bec01c6add : Roll Chromium from 14caf1b3ea77 to 17b3e1a870ed (415 revisions)
68a09699e9 : Update SKP version
2f7ee02577 : Revert "Add new GrSurfaceInfo class and related backend structs."
ccef63db26 : Revert "Defer the attachment of GL stencil buffers"
ab6e86e47a : Revert "Use a single FBO for EXT_multisampled_render_to_texture targets"
6aac1193a7 : Add new GrSurfaceInfo class and related backend structs.
dcfa824c38 : Revert "Don't keep a non-msaa FBO with EXT_multisampled_render_to_texture"
3299eb7feb : Disable Matrices test on Adreno330 and Mali400.
68dbe467d9 : Removing SkText from BUILD.gn to unblock Android roll
6694a36a7f : Don't keep a non-msaa FBO with EXT_multisampled_render_to_texture
949dfb5ffd : Use a single FBO for EXT_multisampled_render_to_texture targets
40e5f545b2 : Yet one more warning as an error coming from Android build
0dc1e0f797 : Fixed DSLParser unary expression error handling
29399939c8 : [docsy] Lean on Hugo to generate the ToC for each page.
c50fefbba7 : Defer the attachment of GL stencil buffers
14cc21fd99 : [sk] Update asset download references to use SK
5b7750bd66 : Direct3D: support generation of BGRA mipmaps
de2b609fdd : Move symbol-table push/pop methods out of IRGenerator.
a59925fb1d : Revert "Revert "New approach to GrProcessor uniforms.""
cd0b01cf18 : [infra] Switch Win10 Golo tasks to upgraded Windows-10-19043 pool
d99e4f5b01 : Fixing Android build bug
4e4715b9b8 : Disallow SFCs w/ GrColorType::kUnknown in makeSFCFromBackendTexture
b42cea955f : Miscellaneous skgpu::v2 backend updates
d0665d9a04 : Fix fuzzer-discovered null deref with empty interface blocks.
56cab7f9cb : Update matrix-setup code in stroke tessellator.
7cece5e053 : [fuzz] Require explicit SK_BUILD_FOR_*FUZZER
149156550e : Roll ANGLE from c78ebccdb527 to e3e221f94459 (11 revisions)
d4af197629 : Roll SwiftShader from 0fa19bd6c285 to b7de6caa43b9 (4 revisions)
cd334839a7 : Roll Chromium from 4cc0d39e9fc4 to 14caf1b3ea77 (440 revisions)
941812fdcc : Migrate scratch-variable creation from Inliner to SkSLVariable.
eb68973c2f : Disallow matrix ctors which overflow a column.
2dda4b6563 : Allow Mangler to be used outside of Inliner.
ae9b446bb4 : Turn off name mangling in DSLParser
4f3ca106c9 : Roll SK Tool from git_revision:3ea0896ec4b4f75b83d5b41c698bc6428e7d40b8 to 94f986aaa8f2
db285de247 : Adjust fuzzing behavior for triangulator/dashing
2280058446 : Reenable DSLParser
5b1ae4b285 : Fix DSLParser clang-tidy warning
ef80d7b50a : Move more classes to skgpu::v1 namespace
2844d3d479 : Fix redefined-macro warning on non-UNIX platforms.
f1977ec56f : Roll ANGLE from 1ca1589fed63 to c78ebccdb527 (7 revisions)
5bb67430b6 : Roll Chromium from a1a22cfaa7ce to 4cc0d39e9fc4 (459 revisions)
02c7c2466f : Roll Dawn from 96ac969a33de to 8626b2142d82 (17 revisions)
769146f7d3 : Use string_view in Mangler.
25868511fd : Add fwidth intrinsic to public SkSL in ES3.
0dc09b190a : Update SkSLTest to check a 2x2 surface.
3e7cd00126 : Fixed a DSLParser bug with struct declarations
9d0d426028 : Reland "The very first version of a new SkText API."
c915da9b20 : Revert "Enable MatrixConstructors test, outside of Quadro P400."
efb7ae16dd : Revert "The very first version of a new SkText API."
80d2b3efa6 : Fixed DSL line numbers with private type errors
e1bb73ede4 : Roll SK Tool from git_revision:c92e3a3bedee6adb134f6f27d62b14a80a24484d to 3ea0896ec4b4
c6ce617a8a : Enable MatrixConstructors test, outside of Quadro P400.
646f693982 : Direct3D: recover better from command list submission failure
81b7060ef0 : Fixed function analysis line numbers with DSLParser
879224d6a5 : Metal: disable use of discardable MSAA on non-Apple silicon.
8a20cea604 : The very first version of a new SkText API.
4f1593eaee : Use swizzles in Metal matrix helper functions.
faf8d57fba : Reject discard statements in non-fragment DSLParser programs
a047e8bf4d : Improve overflow checks in CheckProgramUnrolledSize.
a81e7e2e71 : Report an error if sk_LastFragColor is referenced without fbFetchSupport
398ef4487b : Reland "Reland "Small changes for SkText that are not in experimental directory""
42bcfb9c89 : Revert "Direct3D: Be sure to set correct heaps for current descriptor tables."
de60d7a64d : Move more classes to skgpu::v1 namespace
fd1332f5a7 : Reland "Fixed DSL assertion error on source files containing nulls"
78b84cc76a : Fix size calculation of blockless for-loops.
857c7f9dc5 : Add program-too-large test using for loops without blocks.
8a05251321 : Test vkdmsaa on some perf bots.
0c5b05c3ab : [canvaskit] Roll 0.30.0
b7cb38f87b : Reduced usage of optional and wrapper in DSLParser
720674e119 : Removed unnecessary code from DSLExpression
9680fed583 : Roll ANGLE from 371542cd1696 to 1ca1589fed63 (7 revisions)
94cf6d29d2 : Roll Chromium from 1678eb6a6df9 to a1a22cfaa7ce (452 revisions)
b51994990b : Revert "Reland "Small changes for SkText that are not in experimental directory""
7e33d95f4f : Direct3D: Be sure to set correct heaps for current descriptor tables.
95ea283cd2 : Remove neglected fillOptions function from nanobench.
727adfea3f : Optimize zero-splats inside of loops in SkVMCodeGenerator.
9d23d9bc00 : Disallow GrColorType::kUnknown as colorType in v1::SurfaceDrawContext factory
b701fa0ac0 : Add non-square MatrixCompMult support to public SkSL in ES3 mode.
d2e486d6ed : Roll SK Tool from git_revision:a369a738f282c9a7931692220c7244151e4d7b03 to c92e3a3bedee
143e850237 : Fix Metal row/column confusion, again.
4ff44eff1c : Turn down Galaxy S6 devices.
e76530dbdd : Replace DSL's Sample() with DSLGlobalVar::eval()
ce32c8a074 : Reland "Small changes for SkText that are not in experimental directory"
8d9e313db8 : Set Metal minimum version for iOS to 9.0.
eae4ad9bc0 : Remove SkSL sample() intrinsic for Skia object types
778d6e002d : Start fleshing out skgpu::v2 Device and SurfaceDrawContext
6c302ba099 : Eliminated unnecessary arrays in DSLParser variable declarations
76172f9ed8 : [infra] Roll Swiftshader to fix fuzz bug
2bc96d6771 : Merge GrVkAttachment into GrVkImage.
481a58dfe0 : Revert "Small changes for SkText that are not in experimental directory"
7d19065eef : Add test of off-kilter matrix constructors.
a31021db2b : Roll Chromium from 74365f584962 to 1678eb6a6df9 (428 revisions)
15d5996a18 : Roll ANGLE from 8b2fd983e61a to 371542cd1696 (45 revisions)
24a1891314 : Roll SwiftShader from 7f2c7d18de0c to 40adeaba22a6 (1 revision)
c3e7cadc10 : Roll Dawn from 42448dafb484 to 96ac969a33de (8 revisions)
eab246d6f4 : Direct3D: Don't use ResolveSubresourceRegion if it's not supported.
ae59426ea6 : Revert "New approach to GrProcessor uniforms."
85dde4e315 : add benchmarks for bilerp study
31e4845422 : Add const to lexer lookup tables.
10c9f36bdd : New approach to GrProcessor uniforms.
b1559f2acd : drawPoints with maskfilter fix
92f1bc0083 : Small changes for SkText that are not in experimental directory
7591d4b5ef : Replace trio of XxxxLiteral types with a single Literal type.
e7830650cb : Update bloaty treemap to work on Python < 3.9.
3e7dd35dec : Metal: add label to loadMSAAFromResolve pipeline object
b9650debfa : Metal: more fixes for stencil and discardable MSAA
ec7b63a745 : add baseline integer lerp
2505b2ca46 : use higher res to check [-1, 1)
dc652564a7 : Fix for-statement assertion detected by the fuzzer.
fe678d9b1c : change of parameter from [0, 1) to [-1, 1) for better lerp
56efcf2d5b : Roll Chromium from bb2d18926c64 to 74365f584962 (538 revisions)
4d57238278 : Roll SwiftShader from 446e61c24b37 to 7f2c7d18de0c (3 revisions)
f543e63d82 : Roll Dawn from 6fa50b5e6c57 to 42448dafb484 (11 revisions)
6a78ce3f39 : Update SKP version
47d824415e : Revert "Fixed DSL assertion error on source files containing nulls"
2e4dc863da : Fix skottie2movie gpu async crash
b13f36944c : Added break statements to various default: cases
144926d968 : Allow subpixel nested rects to have nearly equal x/y half widths
0c2cca5698 : Make sure we use device bounds for DrawableOp.
96dbf7403e : Reduced the number of temporary arrays created by DSLParser
181bb97c38 : Reorganize and hide aa clip impl into .cpp file
9a1f92e4ff : Add ExpressionArray variants to DSL calls
d532a9e544 : Update supported iOS to 11
2b868d6b9a : math and error rates for lerp
db38ad7b14 : Fixed DSL assertion error on source files containing nulls
81f03a4f4c : [infra] Roll infra to update vpython
d4da5d1fd6 : Remove deprecated field from SkRuntimeEffectBuilder::BuilderChild
19d99b6577 : Roll SK Tool from fe20b5b7cd6c to a369a738f282
c9d65f0b8a : Fixed duplicate function definition error discovered by fuzzer
c7ffd5e680 : Clip vertical edges outside crop rect during convex edge walk
5da061a53b : Simplify code in compile-time optimization.
12545d475f : Implement compile-time optimization for outerProduct.
144ea42b1a : Enable outerProduct() in public SkSL and add unit tests.
bf4a7d5235 : Fixed DSLParser crash with invalid swizzle
588dcc093d : Update Skia milestone to 96
c96f979384 : Roll Chromium from a2b0fa8ea081 to bb2d18926c64 (15686 revisions)
c00ff3d6d6 : Roll SwiftShader from 35209220317c to 446e61c24b37 (1 revision)
9292c806e9 : Roll Dawn from 053b58cd29dc to 6fa50b5e6c57 (4 revisions)
f17e4008a8 : Ignore more pixel mismatches in mtltestprecompile.
2533953aa3 : Add Round() to DSL.
df84ccdb38 : Disable SkSLIntrinsicPackUnorm2x16 test.
997c3eda28 : Use generic types to specify square forms of outerProduct.
feb1e1274c : Add implementation of outerProduct() intrinsic to Metal.
fc309eafda : Metal: add programmatic command buffer capture
3270a78150 : Add Adreno5xx workaround for dual source blending followed by disabling blending bug.
8d0dd0d1c1 : Add support for pack/unpackUnorm2x16 to public SkSL.
74947225a5 : Update comment explaining ignoreable subset rects
171ff2fdd5 : Patch TextureBindingsResetTest to match CommandBuffer expectations
19a7b9749c : Convert constant variables to values earlier in intrinsic optimization.
2c704669fb : Update usage of deprecated Dawn typedefs
66ef11dceb : Roll SK Tool from 876761b46493 to f9e7723e5a27
10d153ee21 : improve quality of life
db2b44e01f : Move all Android machines to arm64.
9605042e8e : Metal: Fix discardable MSAA when used with stencil.
f4f2f7542d : Roll SwiftShader from 83556eae921f to 35209220317c (1 revision)
14282f89f0 : Roll Dawn from c6140d5c95b8 to 053b58cd29dc (4 revisions)
fc36020440 : Roll ANGLE from 5a7b8c612591 to 8b2fd983e61a (6 revisions)
b6981fb6a4 : Add float-packing intrinsics from sksl_gpu to Metal.
51f9512928 : Update GLSL intrinsic ordering to match latest docs.
14c3175d7a : Add ES3 intrinsic modf to sksl_public.
0736712710 : Support swizzled out-params in SPIR-V intrinsic calls.
8ff713b0b4 : Revert "Add RelaxedPrecision decoration to function-call temp vars."
201b72a7f4 : In runtime effects, treat all children as sampled
a0d61eb561 : Roll SK Tool from f846e64d8dfe to a2c45e4997e0
0f4304e6e7 : Add RelaxedPrecision decoration to function-call temp vars.
38ecac7895 : [skottie] Suppress layer parser errors for tt: 0
769b4884a9 : Move some more Ops to skgpu::v1 namespace
f6c564e3a3 : Move DeviceFlags and CheckAlphaTypeAndGetFlags to skgpu::BaseDevice
6a51b20024 : Avoid unnecessary load-store for out params in SPIR-V.
77b39ea624 : [infra] Update skia-infra to include building shaders.skia.org
b5e449b6d5 : Metal: fix inline upload for discardable resolve
30f8611655 : Add RelaxedPrecision decoration to out-param temp vars.
5ccad8aa4e : Roll ANGLE from 48da7e7e7c1a to 5a7b8c612591 (1 revision)
f92a185161 : Roll SwiftShader from aed9a7633481 to 83556eae921f (1 revision)
1855461c42 : Roll Dawn from ba1feb07bc5f to c6140d5c95b8 (4 revisions)
72fe2e5e5d : Roll ANGLE from fefdf81e09ae to 48da7e7e7c1a (5 revisions)
b98cddd5c7 : Roll ANGLE from 3271dea1673a to fefdf81e09ae (27 revisions)
0f2d2f0efd : implement ARM saturating multiply using ssse3
ecc555540b : Only terminate egl display once
151a6f34e1 : expose Font to JetSki
535f43d734 : add simulation for arm rounding saturating multiply
e5881895b0 : Remove overly verbose Usage enum from FilterResult
a2c76c77c4 : Fixed illegal interface block reporting
ff6c5bf5ed : Generate more diagnostics from IRGenerator, when given bad code.
887230a36a : basic experiments for understanding lowp
106e0cd412 : Increase GetLoopUnrollInfo loop-count limit to 100,000.
41a6ace12e : Have vulkan copy commands take attachments instead of images.
327241208a : Switched DSL error handling from const char* to string_view
983ae8625b : Only treat PNG_COLOR_TYPE_RGB as 565
2a3ee58daf : Metal: Set up discardable MSAA.
7d64a03c54 : Disable UBSAN overflow detection in SkVM.
ca5d31e459 : Revert "Add OWNERS to include (and include/private) to enforce API review"
5e11063d8c : Roll SK Tool from fa3927a79599 to 583b1ee16513
7efdc8fd5d : Reland "Metal: add loadMSAAFromResolve support."
be0e255c3e : Add OWNERS to include (and include/private) to enforce API review
6763e7c055 : Remove unused vk tiling param from memory allocating/freeing.
d5bd2df11d : Silence unused-variable warning for layerHeight.
09961b554d : [COLRv1] Fix blending and compositing
8e5fca1e36 : Disable SkSL LoopFloat test on Mac Intel GPUs.
0ad2d013b1 : SkSL: Turn DSL parser off again
733fd74c29 : Improve unit testing of for-loops.
3ff77f4862 : Fix inliner bug discovered by fuzzer.
826468ff56 : Optimize dead-code elimination in SkVM.
cf6ea775a4 : fix fontMgr.makeTypefaceFromData type name
e1b74b7358 : Fix EmbindObject's deleteLater to deleteAfter
10fa1c84b4 : Roll Dawn from 2e40f90e8cb9 to ba1feb07bc5f (1 revision)
48bb9a59e0 : Roll SwiftShader from bac3c5559b2b to aed9a7633481 (1 revision)
fc5efe32b4 : Roll Dawn from 90b41c78f94f to 2e40f90e8cb9 (4 revisions)
f65cd9be73 : Update SKP version
360db877be : Fix line numbers of several DSLParser errors
7ad42c0b16 : Fix nanobench perf bug with large --ms values
c3a0c8e5e7 : Perform rect+path clip intersection in-place
56273c9248 : Update SkSL docs slightly
0ed278b42d : Flip the switch to activate DSLParser
678ec7187a : Added DSL modifiers declarations
33e0f9aa49 : Remove SkSL shade/blend/filter intrinsics
3e4ccf17c3 : Roll ANGLE from de09f8db317d to 3271dea1673a (3 revisions)
642215e8cd : Added DSL extension support
1eb1f448d5 : Add typeface to shaper md
cbfa34a58c : Convert internal SkSL to use .eval()
9d82e61c90 : Only perform unrolled-size check on valid code.
36ddccc214 : Remove unnecessary [[maybe_unused]].
b6c29c7b22 : Initialize class variables at construction time.
e780d6bb45 : Revert "Metal: add loadMSAAFromResolve support."
3099f798e7 : SkSL: Add support for method calls on effect objects
b61a243294 : Refactored swizzle domain testing
7deee71593 : Remove recursion from SkVM dead-code elimination.
5572b2a3ed : Reland "[skottie] AllCaps support"
6142500513 : Revert "[skottie] AllCaps support"
9bb2422f4b : Roll SwiftShader from c82c59307208 to bac3c5559b2b (1 revision)
5438f1c1af : Roll Dawn from 305f4df2b5ad to 90b41c78f94f (8 revisions)
c3dce03362 : Remove deprecated WebGPU blend factors
2af4b13925 : Reject programs which exceed 50 stack frames during size analysis.
efc7ca4a71 : [skottie] AllCaps support
88018b6e41 : Roll skcms from c1e907c8f007 to cf7d3f925b87 (1 revision)
0dd6959cac : Roll ANGLE from 3e9fda985013 to de09f8db317d (35 revisions)
833cd204ff : Fixed DSL struct nesting check
98ddea09f4 : Report recursion from within CheckProgramUnrolledSize.
070ff2fd94 : [infra] Update Go deps of infra module
6475b10e81 : Restructure CheckProgramUnrolledSize to support cycle detection.
c7a1bc6cf3 : Roll ANGLE from a8f1a916a5e8 to 3e9fda985013 (1 revision)
9f82158f17 : Metal: add loadMSAAFromResolve support.
c32bd0d84e : Remove Docs-Preview links from PRESUBMIT.py
517f4ffb12 : Added type security checks to the DSL
79ff8f20bf : Metal: re-enable retained references.
6b4f68b2fe : Added line numbers to some DSLParser errors that were missing them
38ccf67b7b : Fixed line number of DSLParser struct errors
b9c6489133 : Fixed 'destroyed without being declared' error in DSLParser
30b328b1f8 : Roll ANGLE from 27517801121e to a8f1a916a5e8 (3 revisions)
61e5e202a5 : Enforce an upper bound on Runtime Effect program size.
a97ad0fe5c : Stop requiring RTAdjust var when it is an interface block field
fbf021492e : Move more Ops to skgpu::v1 namespace
a248a9a721 : Added line numbers to DSLParser type errors
19c7ebf440 : Roll SwiftShader from b75ca3758a80 to c82c59307208 (2 revisions)
f4ccf6f27c : Roll Dawn from 4a4a80447653 to 305f4df2b5ad (3 revisions)
25b392329f : Roll skcms from 4f7135f89d98 to c1e907c8f007 (1 revision)
709ecd53ca : Made another DSLParser error non-fatal
f80ef38d0f : Add skstd::string_view::substr
0459a93734 : Made out-of-bounds literals non-fatal errors in DSLParser
2ecc595e86 : Migrate program finalization logic out of IRGenerator.
98eae1ec2e : Moved DetectVarDeclarationWithoutScope out of IRGenerator
facffbe093 : [infra] Add go/skia-break-glass to gardener documentation
46d7bd56f6 : Move more Ops to skgpu::v1 namespace (take 2)
2af13c135b : Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)"
0fc6bedf5a : Move VerifyStaticTests from Compiler to Analysis.
d2f53f9e3e : Move more Ops to skgpu::v1 namespace
ad284fe277 : Made DSLParser 'expected expression' a fatal error
5fe828accb : Revert "Move more Ops to skgpu::v1 namespace"
600481f871 : Made position parameter of DSL ReportErrors required
f3158abda3 : Move more Ops to skgpu::v1 namespace
7db3ab5787 : Remove SK_HAS_SRGBA_COLOR_TYPE guard
fd1ff92efe : Made DSLType::Array return poison on error
e425088757 : Roll SwiftShader from 8ed4e39caa5b to b75ca3758a80 (2 revisions)
4d6344c81d : Roll Dawn from c7226a76245d to 4a4a80447653 (5 revisions)
44b7568c8a : Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)"
51b4b86da6 : Improve DSL error reporting with invalid array sizes
966723594d : Use Type::convertArraySize from DSL for error detection
5cec187b36 : Fix array timeout discovered by the fuzzer.
0c8a5988fe : Improved DSL Struct error reporting
3b20489872 : Add FunctionDefinition::Convert for creating function definitions.
be2c3ee05d : Fix compilation with "skia_enable_skparagraph = false"
0e32aa8a3a : Rename some GrD3DTypes* header files.
30a6b101f4 : Fix compilation w/ "skia_enable_svg = false" (take 2)
be8f73d714 : Improved error reporting in DSLParser::swizzle
c898d04fb7 : Made IsAssignableVisitor ignore Poison values
ebb451d730 : Reland "Simplify SkRasterClip now that it's only intersect/diff"
a8b897bfc1 : Remove blend and colorFilter sksl modules
0d45655e42 : Metal: Remove unused variable
f8f1fa013f : Stop DSLParser from continuing after an invalid token
27633232f4 : Fixed DSL handling of struct field modifiers
e110f6edaf : Improve DSLParser error recovery with interface blocks
c89ebe3cec : Fix EmptyStruct test in DSLParser
772061e836 : Added DSL error for opaque types in structs
79c8899eba : Fix error with allocating arrays from DSLParser
df803aaf5d : Added positions to DSLParser layout processing
36e4df71b5 : Fixed a function name in MismatchedNumbers.sksl
29104528cc : [infra] Port serve.py from Python2 to 3
9c975c52d6 : Store loop-unroll information inside ForStatement.
aa008bc157 : Avoid integer overflow in area calculation for SkRect::Subtract
ace470be9a : Make IRGenerator::call propagate poison
17c7c2f4b1 : [fuzz] Update docs with better OSS-Fuzz link
fd3a6d9235 : Always use python3 to run fetch-sk.
6f20b8d5f7 : Added line numbers to DSLParser errors
262713dc65 : Roll ANGLE from 3a9df22fcc51 to 27517801121e (1 revision)
667d05021b : Roll Dawn from ea487972d16e to c7226a76245d (3 revisions)
78a00998f8 : Roll SwiftShader from 6aad52e1aef6 to 8ed4e39caa5b (9 revisions)
f182b8d050 : Roll ANGLE from bc89eda7bb6e to 3a9df22fcc51 (9 revisions)
2303f7c4a9 : Redraw duing mouse drag
9a0302cd9d : Revert "Simplify SkRasterClip now that it's only intersect/diff"
5f89bf23dd : Stop using `group_static_libs` property
cadd5dbded : Move three Op-derived classes to the skgpu::v1 namespace
5d97a96aa0 : DSLParser now tracks parse errors separately from semantic errors
2055cb2790 : Metal: fix RenderCommandEncoder compatibility check.
f89a8122a4 : Fix flaws in minus-prefix optimization.
75bab9249d : Simplify SkRasterClip now that it's only intersect/diff
e5d07787f0 : [infra] Add wildcard OWNERS
5dbdb1e75d : Line metrics: return all indices in UTF16
078a8ddc77 : Yet another bug in line metrics
d5e9523176 : Roll SwiftShader from 9eb5acaba94c to 6aad52e1aef6 (5 revisions)
16749b4461 : Disable TSAN bot from running vkdmsaa.
a85560a9a3 : Work around divide-by-zero UBSAN errors in intrinsic optimization.
31f763190f : Move GrAtlasTextOp to skgpu::v1 namespace
90a697494c : Roll SK Tool from 6cc8590fd276 to e7e1e30274a5
2145390fbe : Move GrTextureOp to skgpu::v1 namespace
91b781e7f6 : Roll ANGLE from cf24931abf27 to bc89eda7bb6e (19 revisions)
09e533b744 : Roll Dawn from 086c44ee737d to ea487972d16e (4 revisions)
5c4463ee0e : Fixed DSLParser code rot
f8a96584b6 : Disable vulkan dmsaa on early adrenos.
3be00e96e5 : Enable support for vulkan dmsaa in caps.
494eb3e877 : Refactored IRGenerator::convertInterfaceBlock
b42c3834af : Remove support for unsized arrays
7bd3f1cc78 : Fix fuzzer-discovered assertion with global variables.
c7774a779f : Switched SymbolTable.fErrorReporter over to .fContext
8ff0394331 : Treat uninvoked external-function-references as errors.
99ddd2a98d : Remove (unused) geometry shader support
8d13084535 : Migrate function-body finalization out of IRGenerator.
c26cf6c2f5 : Guard against width/height overflow in SkIRect::subtract
842ee5bd8d : Fix assertion when calling a built-in function at global scope.
c82eab82f1 : [commandbuffer] Update infra dep to fix CommandBuffer
0454fcb8c8 : dedup tess shader flags
537c8a7ad5 : Fix assertion when returning intermediate types.
bb8cf5804c : Fix invalid variable ref-kind discovered by fuzzer.
43a157cf27 : Roll ANGLE from 47279c726e5a to cf24931abf27 (25 revisions)
2e3126dd22 : Roll Dawn from 2aee6eef7f07 to 086c44ee737d (2 revisions)
31012fa353 : Roll SK Tool from 8d483c4a005b to c46cc491471b
cb547586c7 : fix aligned delete missing symbol
3b0d3502e0 : Disallow function parameters in VarDeclaration statements.
810eccc5c1 : [infra] Update recipes.cfg to use main branch
aca3f22491 : Add skstd::optional::emplace.
6483d76f13 : Narrow down some Adreno opt-outs to GLSL only.
2a26c50a62 : Store the correct number of samples in GrProgramInfo
82d081465e : Use drawVertices instead of SkDraw for MSAA hairline points
6efab7166d : Move error checking into VarDeclaration::Convert.
f9e20555c2 : extract common code from blur
62bd633b1c : Move tessellation ops to skgpu::v1 namespace
3c0c185e0e : Don't assume DecomposeCTM and setDeviceCoordSystem always succeed
9ef6927a99 : Add script to update the SkSL fuzzer corpus automatically.
c1727fc217 : [JetSki] pass SkPaint into experimental SkText drawText calls
a3a8cba62e : Roll Dawn from 6fa34f80bd4a to 2aee6eef7f07 (1 revision)
7c94cf95fe : Roll SK Tool from 1599676d9dea to ac56067b7a25
fdafc0cbe4 : Move GrAtlasRenderTask to gpu/ops and skgpu::v1 namespace
fbb905e70f : Remove nearly-unused ASTNode description code.
0f629d7f48 : Positioning in chinese glyphs
6fc1f025f8 : Make sure to disable MSAA on ANGLE Intel
2cede624eb : Remove staging flag for raster clip aa disabling
8ecd9e0309 : Roll skcms from b3fa31431c6a to 4f7135f89d98 (1 revision)
dec5ff2286 : Reland "Add ES3 intrinsics isinf/isnan to public SkSL ES3."
ad326ae032 : Ignore motion mark svg slight pixel mismatches in mtltestprecompile
a228a48d5e : Silence clang-tidy warnings around SkBlockAllocator
3e87a8eda9 : Move GrOpsTask to gpu/ops and the the skgpu::v1 namespace
f611404816 : [canvaskit] Remove the need for users to keep track of contexts.
96cd8a0f71 : Disable use of StoreAndMultisampleResolve on Mac.
43ac7e6315 : Fix parsing error with SPIR-V negating a uint.
b61014d310 : Roll ANGLE from 3408ea3ea402 to 47279c726e5a (7 revisions)
31c87103c6 : Fix parsing error with structs containing arrays.
2d3f5e8f25 : Demonstrate parsing error with structs and arrays.
f95048cc4d : Report intermediate expressions as errors in For next-exprs.
24d622d6f9 : Move the GrTessellationPathRenderer into the skgpu::v1 namespace
d34406abf9 : Remove dead code related to BuiltinTypes.
1e16937f47 : Add more flexibility to GrVkRT to support DMSAA.
c1ed11d909 : Move GrBlockAllocator and GrTBlockList to src/core/
0305e86ee4 : Roll ANGLE from 8c05fd4fe56a to 3408ea3ea402 (20 revisions)
02c7dac0be : Roll Dawn from dd1a5b3ad3e0 to 6fa34f80bd4a (9 revisions)
9155b338bb : Revert "Add ES3 intrinsics isinf/isnan to public SkSL ES3."
80fc31bc61 : Set --internalSamples for nanobench
293497e77f : Convert internal sample() calls to shade/filter/blend
7b3edfa659 : Fix Flutter bot by using vpython3 from cipd and setting env vars for it
e43714f490 : Add ES3 intrinsics isinf/isnan to public SkSL ES3.
c332739531 : Remove 0/x arithmetic simplification.
9746f20a04 : Tweak Overflow.sksl to generate the same output on Windows & other OS
8c75b2d30e : Simplify conservative clip tracking for SkNoPixelsDevice
f8a550491e : SkSL: Use type-specific sampling intrinsics, rather than fn-call syntax
878d8fbf2f : Improve constant folding for boolean vectors.
877858a195 : Removed unnecessary GL extensions
0c4dd7ae3d : Add ES3 versions of min/max/mix/clamp to public SkSL.
6f90c702e6 : Improve runtime-intrinsic plotting.
53009db137 : Reland "Downgrade giant clip ops' AA in SkRasterClipStack"
e1fb47daac : [JetSki] plumb experimental SkText to JetSki
b5282f0112 : Migrate runtime effect sample tests to golden files
0f36d11c1d : Report pending errors from MetalCodeGenerator
d77dda5bd5 : Fix inliner bug discovered by fuzzer.
f248b35d75 : Revert "Downgrade giant clip ops' AA in SkRasterClipStack"
9f1e06aef9 : Reland "Add sRGB 8888 colortype"
3a15110898 : Downgrade giant clip ops' AA in SkRasterClipStack
553239bc12 : Added reportPendingErrors to SkSL code generation
bb447be35a : clean up code: explicits, finals, and namespace
2089b3cbdb : Remove redundant check from constant-value detection code.
3f37322d71 : Fix const function-parameter assertion discovered by fuzzer.
7cba20f80c : use a tent filter for sigma larger than 132
39f6da4793 : Switched Context::errors() over to a field access
405eb7b72f : Revert "Add sRGB 8888 colortype"
d361690358 : Fix diagonal-matrix assertion discovered by fuzzer.
e127304700 : Fix stringop-overflow in SkString
313c9482a1 : Remove ErrorReporter pointer from DSL
466b280461 : Reland "Metal: Use StoreAndResolve store action when possible."
c7e0f19c36 : Move FP function writing to GrGLSLProgramBuilder.
368166262a : Add trunc/round/roundEven SKSL ES3 public APIs.
0f7c10ef56 : Add sRGB 8888 colortype
1432816147 : Roll SPIRV-Cross
7253a201a3 : Improve error-checking during array-size conversion.
8f633ef2b5 : Fix assertion discovered by fuzzer.
e312532442 : [fuzzer] Add docs about oss-fuzz dashboard and coverage report
9ad7874d42 : [fuzzer] Add docs about testing oss-fuzz locally.
2f0debc807 : Roll ANGLE from 54e311162ff3 to 8c05fd4fe56a (14 revisions)
f3812a3eb5 : Roll Dawn from bd45466c6d4c to dd1a5b3ad3e0 (2 revisions)
6b335c53e8 : Update SKP version
ab6c8725fb : Roll SK Tool from 32db94dfd0b8 to 36d308a1e51f
51e33b5154 : Revert "Metal: Use StoreAndResolve store action when possible."
461c0eb9e7 : Update deprecated wgpu:: structures.
931d226827 : Require generation to be GLSL 3.30 in GrShaderCaps::supportsSkSLES3().
a7f9d8c2b1 : Metal: Use StoreAndResolve store action when possible.
95c9734bac : Reland "In SkCanvas destructor, discard (rather than blit) unbalanced layers"
edad81e7c5 : The Debian10 bots in the skolo are now 10.10 instead of 10.3.
890f3b37f6 : [fuzz] Update documentation
b39236bc0f : Add `floatBitsToInt` family of ES3 intrinsics to SkSL public ES3.
55dc5c8325 : Fix assertion in constant-folder when using float4(mat2) casts.
2fadbede91 : Roll ANGLE from 8ffb4602b3f4 to 54e311162ff3 (7 revisions)
bffa137659 : Roll SwiftShader from 15941846e006 to 9eb5acaba94c (2 revisions)
5b37de872c : Roll Dawn from 41e3931b04b6 to bd45466c6d4c (6 revisions)
fbb736b0dc : Pass the return type through to evaluate/coalesce functions.
9c682ecfc1 : abstract blur pass creation
e453fa063d : Move some v1-only gpu/tessellate files to gpu/ops
a4625e2260 : [pdf] Fully position after emitting Type3 glyph
cd2c1beb1e : Reland "Metal: update to using MTLGPUFamily for caps checks."
db0ec08127 : Move GrPathRenderer and GrPathRendererChain to skgpu::v1 namespace
eb0195e5b4 : Delete all code related to disabling multisample
f8e69ca744 : SkText: refactoring, also a bug fix
6ec4701155 : Use extract_matrix to shrink code size.
43e70f1913 : Move 2 path renderers to skgpu::v1 namespace
ffc0189530 : Use string_view for intrinsic-list map.
c61d1bf4e6 : Implement determinant() in SkSL ES3 public API.
9af527b337 : Move RandomColor and RandomCoverage into GrTest.
57bd6191e3 : Return the input-matrix determinant from SkInvertNxNMatrix.
832f3fbcae : Move GrTessellationPathFlags to their own header (GrTessTypes.h)
dfadba8bbf : switch to byte size
abae275ef7 : Fix shadowed-variable warning in PathIter bench code.
85108183bc : Roll ANGLE from 7e040640ef1c to 8ffb4602b3f4 (13 revisions)
f47f81b903 : Roll SwiftShader from 803ceb58c92c to 15941846e006 (2 revisions)
b7ec147a89 : Roll Dawn from 71d7c2e6707e to 41e3931b04b6 (1 revision)
cbbe23da20 : Revert "Metal: update to using MTLGPUFamily for caps checks."
63618acc5c : Revert "Remove maccatalyst available check."
0c12e32fad : Reland "Add GM slide for ES3 trig intrinsics."
69ae22db48 : Remove maccatalyst available check.
9078a89b26 : Avoid mix-up between MAIN_COORDS and FRAGCOORD.
384c9dd4d9 : encapsulate the gaussian blur as a class
282af12ae0 : Revert "Add GM slide for ES3 trig intrinsics."
a209ba17a1 : Metal: update to using MTLGPUFamily for caps checks.
0733d48428 : Check for SkSL ES3 capabilities in GrShaderCaps.
3cb09c0904 : Add GM slide for ES3 trig intrinsics.
b54ae1fcf8 : Explain integerSupport() in a comment.
9030a3b1f6 : Move GrStencilMaskHelper and GrStencilClip to skgpu::v1 namespace
13851a4ba9 : [infra] Remove Nexus5x jobs, move Wuffs to Pixel4
fcb5023819 : Remove old color space configs from tools
74b943237e : Move GrClipStack to skgpu::v1 namespace
1e45dcd12f : Add compile-time optimization for transpose().
2ed4a3671a : Reland "Correctly downgrade per-entry filter/mm local variables"
a7ea66372d : Revert "Use generation() to detect ES3 support."
f61ec43f84 : Roll ANGLE from 0be285c6ee72 to 7e040640ef1c (12 revisions)
df62189fe5 : Roll Dawn from e7e8d5c48611 to 71d7c2e6707e (3 revisions)
db857ce628 : Make GrSmallPathAtlasMgr and GrSmallPathShapeData v1-only files
b0697081b5 : Improve SPIR-V handling of RTFlip when running the fuzzer.
461c539a04 : Move several more PathRenderers to skgpu::v1 namespace
fdcf153f6c : Fix crash when inverse() is passed a constant variable.
bc9222b615 : Add caps bit for inverse-hyperbolic support.
39822cf1e6 : Add transpose() to public ES3 API.
7020699e38 : Simplify declaration of transpose() built-in.
5e3c1f4f89 : Improve testing of transpose() intrinsic.
de8602df95 : Enable nonsquare matrix support in Direct3D.
1068df7fba : Metal: Reduce load ops on clears.
41ebbd71b1 : Move triangulators and tessellators into gpu/geometry
7609f7f27d : Create Vec2ExpressionAnimator
03f17cd210 : Revert "Correctly downgrade per-entry filter/mm local variables"
957ed75731 : Revert "Update bots' NDK to r23"
823c504999 : Include non-ES2 numeric types in the root symbol table.
fd5068a1ed : Add tests for ES3 types embedded in structs and arrays.
fdde20d3ec : Use generation() to detect ES3 support.
17dc658f29 : Move Software and Small PathRenderers to skgpu::v1 namespace
059798f40e : Test that Runtime Effects cannot use non-ES2 types.
3dbd159d09 : Fix a couple Wshadow warnings
c87e9516c3 : SkText: refactoring in process
3bce5d1397 : Update bots' NDK to r23
c26565755d : Add additional abanoned checks in read pixels.
159005a196 : Remove legacy GPU dither code
628c91302d : Correctly downgrade per-entry filter/mm local variables
168296b5a2 : Reroute SurfaceContext factories through RecordingContextPriv
4498aa8ac7 : Fix rewrite_includes to work in both Python 2 and 3.
3ed2d0eab2 : Roll ANGLE from a835912f83aa to 0be285c6ee72 (2 revisions)
9c790c5cb7 : Roll SwiftShader from 526b987888fb to 803ceb58c92c (2 revisions)
f828f54afe : Roll Dawn from 0becd0585721 to e7e8d5c48611 (3 revisions)
9ded59bbad : Revert "Update rewrite_includes.py for python3"
7f7b6ab276 : [infra] Update PRESUBMIT.py to run under Python3
bd40fb55bb : Update rewrite_includes.py for python3
7d99ba2503 : Enable variable-shadow warnings.
13c9f6690e : Fix additional cases of variable shadowing.
7f4abe85a6 : Extract parse_space_separated_languages
9a6f3990af : Avoid type shadowing warnings in SkVM.
32475751b4 : Roll ANGLE from d20afde45f07 to a835912f83aa (3 revisions)
eb0f29dba2 : SkSL: Allow invoking children (shaders, etc) like functions
c18ee4e55a : Honor component type in Metal matrix helper functions.
e56d31fd56 : Update LazySurfaceDesc to take a GrTextureType.
7d095952c2 : update libwebp to v1.2.1
55ca4e692d : Check out third_party/wuffs' "release/c" mirror
7b2af606d3 : Roll ANGLE from 728baa5089f8 to d20afde45f07 (3 revisions)
fc3bee1232 : Roll Dawn from e5dd6746bdbf to 0becd0585721 (1 revision)
6b9c7bb814 : Update SKP version
b1f34bf3c2 : Fix cases of variable shadowing in /src/.
72171b75ed : Fix mipmap validity check.
abe39f5cb9 : Fixed DSL build when threadlocals are not available
da44b579f5 : Removed missing file from sksl.gni
0e9d34d33c : Reland "Remove GrBackendFormat's textureType use from isFormatTexturable call."
4a5e22a8c8 : Further unified error handling between SkSL and DSL
5feb684420 : Roll ANGLE from 6c32e8d9dec5 to 728baa5089f8 (3 revisions)
87b5ae6ba2 : Disable a few more mtltestprecompile images to avoid flaking.
1049d82061 : Add ES3 Angle and Trigonometry methods to sksl_public.
8a570d2db0 : blur: produce better code
b624b72c00 : Factor out symbol table setup to helper functions.
364ea352b0 : Make remaining GrOp derived classes be skgpu::v1 only
d90777ada3 : Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call."
832c817bc8 : Remove GrBackendFormat's textureType use from isFormatTexturable call.
73339ada9d : Fix cases of variable shadowing in /bench/.
9032cc61bb : Metal: remove unused variables
f0d21cfca0 : Prepare tessellators for Ops (and GrOpFlushState) becoming V1-only
4e2494870d : Allow derivatives in Runtime Effects when ES3 restrictions are off.
fa088a665c : Fix additional cases of variable shadowing in /tests/.
3abc6c68ad : Removed ErrorHandler pointers from CodeGenerators
abae48eb5b : Remove unused processor custom feature tracking
68e4e20fae : Add unit test to cover incorrect image filter layer bounds bug
5ced06f0b4 : Roll ANGLE from 201960e4aa83 to 6c32e8d9dec5 (3 revisions)
e0a2dfa46a : update image blur to use SkVx
efde90d973 : Add $es3 modifier to SkSL.
280ced6bd1 : Update Skia milestone to 95
44899a2e55 : Add $es3 token to SkSL.
35371bd92f : Roll ANGLE from 2ae998ac1e22 to 201960e4aa83 (1 revision)
8c42d21113 : Roll SwiftShader from b2af6a85583d to 526b987888fb (1 revision)
801e5f7eb9 : Roll Dawn from c0132622c1ff to e5dd6746bdbf (12 revisions)
acf7164587 : Fix cases of variable shadowing in /gm/.
ab005016f9 : Roll ANGLE from ff64d2c7e562 to 2ae998ac1e22 (7 revisions)
b05f03db32 : Increase baked-in offset of RTFlip in skslc.
c01225114a : Fix perf bots that were still running old 'narrow' configs
1fc7899434 : Roll SK Tool from 1491f07951ee to 68d9e704f0fc
30c2dfe53c : [skottie] Add support for displacement map output expansion
979b5ae39c : Switch nanobench (and perf bots) over to new via-style color spaces
a2fd01c56d : Made PositionInfo's capture explicit
9765973380 : Fix cases of variable shadowing in /tests/.
c7829eb316 : Guard against large content bounds for layer mapping calculations
06273bcb8a : Prepare headers for making all ops V1-only
f4e176b98e : Update Skia's internal vulkan headers to 1.2.
ec07af1279 : Switch bots to use new style color-space configs in DM
54ef97c273 : Better (orthogonal) color space support in DM
423990db1b : Decrease w epsilon to avoid incorrect bounds calculations
0909a47192 : Roll Dawn from a6ddb0e1164c to c0132622c1ff (8 revisions)
50fe857dd3 : Revert "In SkCanvas destructor, discard (rather than blit) unbalanced layers"
031d796b11 : Roll ANGLE from 29270a6369bb to ff64d2c7e562 (3 revisions)
8c8379bf5c : GrGeometryProcessor is not ref-counted
308ea8dd5f : Forward decl of GrCaps in GrTessellationPathRenderer.h
b7f2215bbb : Fix cases of variable shadowing in test code.
8a412325c4 : Split up Codec 'check' into multiple helper functions.
8343e003ca : SkText: implement select via styles
4895946078 : Move ProgramImpl definitions into Processor subclass headers.
319c70a3c0 : Update deprecated WebGPU TextureUsage flags
8d11654c13 : Hid SkSLContext error reporter behind an accessor
7ceed8c7fa : Roll SK Tool from 5056b00bb8d3 to e6aa08c77b09
b65b4da554 : Fix cases of variable shadowing in /modules/.
bab2d11891 : Improve consistency of GP::ProgramImpl subclasses
ed7b4f6a23 : Reduce code size of DSL Struct().
f0efa1d8e7 : Reland "Reland "uniform Ptr (UPtr) is a sub class of Ptr""
488654b839 : Fix cases of variable shadowing in /tools/.
d6c08c9be8 : Reduce code size by eliminating CollectArgs.
076be6662a : Add release note on Metal resource tracking change
160cd4b53c : Fix leaks in skdiff
643f481b15 : Cruft leftover from GrSurfaceContext hierarchy v1/v2 split
ae85ea6154 : Fix case of variable shadowing in distance field generation.
b25560a1e1 : Consistency among GrFP::ProgramImpl subclasses
c5fc970ff2 : Fix cases of variable shadowing in /samplecode/.
4da47e381a : Disable SkSL array-cast test on Adreno.
2491c76217 : Move GrXP::ProgramImpl subclasses to makeProgamImpl definitions.
ae43303ce5 : Roll ANGLE from 392ba63fc9b9 to 29270a6369bb (2 revisions)
adb3eac15c : Add tests for array assignment with narrowing conversions.
26487162fe : Add support for array-cast syntax in SkSL.
23c616fc05 : Roll ANGLE from 81bee2e7f6de to 392ba63fc9b9 (5 revisions)
e4b604317f : Roll Dawn from f99d5aa7d407 to a6ddb0e1164c (6 revisions)
55478664b2 : Removed setErrorCount from SkSL ErrorReporter
7c3fa4e059 : Fix cases of variable shadowing in /src/gpu.
14f8d795d3 : Fix various cases of variable shadowing in Skia.
b5de6be2a8 : Rewrite CheckModifiers to reduce code bloat
8477dd24c8 : Fix typeface GMs to draw or skip
6a42e7e479 : Roll ANGLE from 4eac0bf1a95b to 81bee2e7f6de (5 revisions)
bcc64a8328 : Reduce template usage in evaluate-n-way-intrinsic.
57709e14e2 : Added prototypes for DSLFunction
98ef6cc8b1 : Metal: track all resources
82d4c12dd9 : Reland "Fix array-of-matrix/struct comparisons in Metal."
90006034c3 : [COLRv1] Add blend mode 'plus'
879b2f2e6e : In SkCanvas destructor, discard (rather than blit) unbalanced layers
33221e17f9 : Disable SkSL array-comparison test on Adreno.
53eaa64873 : Rename GrSurfaceContext -> skgpu::SurfaceContext
88c747c26f : Roll SK Tool from b3b66acf72ce to ed87d9cbdb9b
3a16d00e70 : Reduce template usage in optimize-comparison.
e076c3803a : Reland "Fix array-of-vector comparisons in Metal."
7b2b858bef : Avoid short/ushort in MSL code generator.
3c991fd72c : Fix duplicated array types in SPIR-V.
b23630c509 : Reland "Remove SkTLList"
68556bc798 : Move canvas helper structs to header
7f01c22314 : Fix Build-Debian9-Clang-arm-Release-Flutter_Android_Docker job.
b0074aa7c2 : Reduce template usage in vector-coalesce functionality.
464809bc69 : Remove onSetDeviceClipRestriction from Device_v2
d89d445dea : Rename GrGLSLXferProcessor to GrXferProcessor::ProgramImpl
4979d2b18d : Simplify device clip restriction impl
407d71a359 : Roll ANGLE from 1d49cb6620a7 to 4eac0bf1a95b (2 revisions)
2fa273eecf : Reland: [COLRv1] Support retrieving ClipBox.
14b1d56a2b : Revert "Remove SkTLList"
f95940bc23 : Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl
e1d523d70f : Remove SkTLList
ef9a1b66d0 : Revert "Fix array-of-vector comparisons in Metal."
80c256e027 : Revert "Fix array-of-matrix/struct comparisons in Metal."
9506c3473f : Factor out array-naming to a helper function.
23d8f94535 : Fix array-of-matrix/struct comparisons in Metal.
130338c9e1 : Fix array-of-vector comparisons in Metal.
b493175504 : Fix copy-paste type confusion in BoolLiteral.
eb342e13d0 : Roll ANGLE from b1b760e74e00 to 1d49cb6620a7 (1 revision)
61dc30a8e5 : Roll Dawn from 167f67f3cb83 to f99d5aa7d407 (3 revisions)
f7367df647 : Roll ANGLE from 4686da27b37b to b1b760e74e00 (3 revisions)
307f8f525a : Simplify the boilerplate of cloning a fragment processor.
e1428b08df : Reland "Use a table for dither effect rather than math."
e1d0040c54 : Delete GrClipStackClip and GrReducedClip
f884b1254d : Separate SkUnicode bazel source sets
df1ba0395f : Revert "[COLRv1] Support retrieving ClipBox."
3176e868c4 : Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl
22cada0a38 : Clean up unflattening paints
49914e5813 : Avoid unnecessary setting of display params in Viewer
369cc4f5c8 : Remove unneeded skottie_android dep
53c06de547 : Enable new GrClipStack on Android
4f12b4a599 : [COLRv1] Support retrieving ClipBox.
ad5944cf8d : Refactoring Text Editor (in progress)
3c2461126b : Fix rMoveTo to be relative to the start of a closed path
e07c8fc583 : Fix Type::clone to properly clone typenames.
f87ef88728 : Roll ANGLE from 7f38e2892cc9 to 4686da27b37b (6 revisions)
0cac5ed232 : Use scopes to attach and detach SkSL memory pools.
f76768d73c : Revert "Clean up unflattening paints"
13b287386a : Remove GLSL from name of functions that builds GrProcessor keys.
717ef9472b : Clean up unflattening paints
fdf7b3c41f : Roll ANGLE from 9b646c132d63 to 7f38e2892cc9 (22 revisions)
d27a0d39ce : Roll Dawn from 9096fc290f86 to 167f67f3cb83 (7 revisions)
a28795fd64 : Update SKP version
02d77df60e : Roll SK Tool from 1a08f231f874 to 78fa1b60ce0c
6bc126d24d : Revert "Use a table for dither effect rather than math."
ca13a3acc4 : Remove GrFragmentProcessor::addAndPushFlagToChildren, dead code
07cce00ce8 : Remove GrFP iter declarations and comments
eb76f3d0dd : [canvaskit] Deploy 0.29.0
a0438e6604 : Remove SK_SUPPORT_DEPRECATED_CLIPOPS and expanding clip op defs
0de475e29e : Use a table for dither effect rather than math.
a40ddcd63d : Pass dsl::PositionInfo by value
51d83abcd2 : Ease HarfBuzz API change with feature detection
a3a67ae303 : Reland "Avoid expanding clip ops in tests that will remain after feature removal"
6fbcd8e603 : Metal: only set stencil format in ProgramDesc if needed.
faf0187b51 : Really fix CMake HarfBuzz build
94fcb37e5b : Add LICENSE file to third_party/harfbuzz
d59d3e179d : Reland "Add SkClipStack::replaceClip() separate from deprecated clip op"
363c6e298f : [canvaskit] Update object types
09746be8de : Set SkPath.fLastMoveToIndex field from SkPathBuilder
65e368bd81 : Fixed DSLParser bit rot
2195f94a0c : Add unit test for array narrowing conversions.
e3f85e07fa : Add improved regression test for oss-fuzz:36655.
699736b063 : Fix crash in PipelineStageCodeGenerator with recursive calls.
e3ae968f5f : Enable comparison of arrays of different precision types.
68403f131d : Fix CMake HarfBuzz build.
b8c6e2bc5f : Roll ANGLE from 9da4e52b5bb6 to 9b646c132d63 (12 revisions)
99a3ec5293 : Roll SwiftShader from e4b7794ddbee to b2af6a85583d (3 revisions)
5ca56dd074 : Roll Dawn from 1ee777fcd578 to 9096fc290f86 (11 revisions)
66684b17b3 : Roll HarfBuzz from 2.6.4 to 2.8.2-147
058e936671 : Remove declaration of surfaceFillContext
aef5dc78f3 : Update references to deprecated Dawn structure.
462e188216 : SkScalerContext handle stroke changing path effect
134c5f7f69 : Support expressions for scalar values
7386dc7941 : Ensure default SkPaints w/ dither don't get dithered
4cb0c37c96 : Fix undefined behavior in recursion detection.
9ae6ea0711 : Fix fuzzer-discovered error with swizzling matrices.
9dcbdbdb5e : Roll third_party/wuffs to version 0.3.0-beta.8
5ac7f33281 : Add V2 SFC and SDC stubs
54fd96b5fa : Fix Wunused-but-set-variable warnings
9139803741 : Remove FP iterators.
ded41aafb2 : Fix fuzzer-discovered error with SPIR-V interface arrays.
1c512239ff : Make compressedBackendFormat accessible from GrContextThreadSafeProxy
628777c9ed : Fix cases of variable shadowing in SkSL.
0e741e2dea : Disable dithering on the PowerVR GE8320
e53c721d78 : Pass DSLModifiers by reference.
4adb66f313 : Honor lowp/mediump/highp precision qualifiers in DSLParser.
a3f996c70d : Fix skia_use_gl = false build
c0bfdffe3d : [infra] Update buildbot repo used by go.mod
7893d2d086 : Reland "Reland "Enable the atlas path renderer for GrAAType::kCoverage""
8ba1e71a1f : Revert "Add SkClipStack::replaceClip() separate from deprecated clip op"
b942d4b436 : Revert "Avoid expanding clip ops in tests that will remain after feature removal"
daa9717416 : [infra] Cleanup better after BuildStats
8e2d89465a : Revert "Reland "Enable the atlas path renderer for GrAAType::kCoverage""
902d2bcad6 : [infra] Cleanup permissions in our docker build tasks
1000794223 : Roll ANGLE from 35bdaf8dc485 to 9da4e52b5bb6 (13 revisions)
d82bee922b : Roll SwiftShader from d4483095765e to e4b7794ddbee (2 revisions)
1f808360e5 : Roll Dawn from 26391657884b to 1ee777fcd578 (6 revisions)
337e484839 : Revert "Reland "uniform Ptr (UPtr) is a sub class of Ptr""
36aef96fec : Disable lift of device space coord transforms to VS when GS or TS is used.
b806da4501 : Honor lowp/mediump/highp precision qualifiers in IRGenerator.
020143148f : Add parser support for highp/mediump Tokens in vardecls.
35215fb68a : Don't assume extended (check perspective)
ea17e2499d : Reland "uniform Ptr (UPtr) is a sub class of Ptr"
cc04b6f0bf : Revert "Reland "Reland "Omit inner join geometry when possible"""
b449fff1d8 : Unify DSL and SkSL error handling paths
f3868628f9 : Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2)
ae1e7bcb38 : Test addPath()
d1c51b2572 : Avoid expanding clip ops in tests that will remain after feature removal
3b39b7f5c6 : Alias canComputeFastBounds to affectsTransparentBlack
9fdcc517b2 : Write test demonstrating bug with array narrowing conversions.
fdb13e954c : Roll recipe dependencies (trivial).
68587ae274 : Add SkClipStack::replaceClip() separate from deprecated clip op
b00cbc704d : Revert "uniform Ptr (UPtr) is a sub class of Ptr"
40b82c6b5c : Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions"
40dfc67917 : Reland "Reland "Omit inner join geometry when possible""
03b7935068 : Reland "Enable the atlas path renderer for GrAAType::kCoverage"
cef047a490 : uniform Ptr (UPtr) is a sub class of Ptr
af844c79d5 : Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions
f0ffd41897 : Roll recipe dependencies (trivial).
de58ca28e5 : Roll ANGLE from f016c4352f52 to 35bdaf8dc485 (14 revisions)
fbe4247ecd : Roll SwiftShader from dcfc0a6e2d84 to d4483095765e (2 revisions)
2cbb3f55ea : Roll Dawn from 858e585cce60 to 26391657884b (5 revisions)
38d9e0e812 : Roll recipe dependencies (trivial).
6ff2b7a4e5 : Roll recipe dependencies (trivial).
1b18454ba7 : Roll recipe dependencies (trivial).
9cd9d0f3de : Fix nearly flat edge detection in GrTriangulator
68f5606831 : Fix cases of variable shadowing in rasterization.
6ec3d270f3 : Roll recipe dependencies (trivial).
2f6e2f8410 : Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv
86b2c952ae : Update gn_to_bp_utils to support python3
aeb01f0a2f : Remove SK_SUPPORT_DEPRECATED_CLIPOPS build flag
46eb3ab80d : Make v1/SurfaceDrawContext V1-only
caa760e214 : Fix -Wdeprecated-copy warnings
e9dcbfdaa1 : Add test for Runtime Effects and narrowing conversions.
7b401e0f67 : Fix cases of variable shadowing in src/core/.
8ef386a123 : Revert "Enable the atlas path renderer for GrAAType::kCoverage"
ea3489aa1d : Make Gr*ContextPriv class hierarchy parallel Gr*Context class hierarchy
addccaf9cf : Enable narrowing conversions automatically for Runtime Effects.
1c38121964 : Roll SK Tool from 458d16ff1961 to d96e01e1e6c1
b6d6018385 : Roll recipe dependencies (trivial).
e7541d396f : Roll ANGLE from d4d6c23c7c21 to f016c4352f52 (8 revisions)
f4c6f5ed04 : Roll SwiftShader from 44660405ea6c to dcfc0a6e2d84 (6 revisions)
3cb9b9c72d : Roll Dawn from 7e874a1c096e to 858e585cce60 (3 revisions)
6bbd7df9fb : Generalize KeyframeAnimatorBuilder to AnimatorBuilder
6bf9189ae5 : Fix fetch-sk on Windows
0e15769355 : Fix cases of variable shadowing in src/pdf/.
eeff41a7b2 : Fix cases of variable shadowing in src/.
60dbf0746f : Allow ProgramUsage add/remove for any kind of element.
289750a231 : Don't assert if glCheckFramebufferStatus fails
9eca2ca0c6 : Use varyings to implement MatrixEffects applied to DeviceCoord FPs.
0dd5f62310 : Removed unnecessary check in DSLWriter::Var
960b0f344d : Fix cases of variable shadowing in samplecode/.
a3f206e0b8 : Non-substantive changes for making v1::SurfaceDrawContext V1-only
1be6cbbb96 : Fix cases of variable shadowing in module/.
a212b95413 : Fix cases of variable shadowing in gm/.
3533ff10c7 : Converted InterfaceBlock name to string_view
66b500a07c : Remove explicit sample flag from GrFP.
d7437eec2e : Fix for fuzzer-discovered error in SPIR-V with RTFlip.
4916c318fd : Retract some headers (mainly GrOpsTask.h)
880bb534a0 : GrGLSLGP performs pre-order traversal to determine FP varyings.
e0531f50e3 : Removed redundant setup code from DSLFunction
33bf2b56f9 : Pipe all SDC creation through the recording context
2957885548 : Reland "Fix check in GrGLGpu for whether PBO 0 is bound"
4f8d4be6bf : Convert device space effect back to subclass.
751de92cf1 : Revert "Fix check in GrGLGpu for whether PBO 0 is bound"
772ce8489b : Roll SK Tool from b8a47193acd9 to 9b136d2f58bd
82f5815629 : Roll ANGLE from 3036e0903c8d to d4d6c23c7c21 (14 revisions)
3bbecc3e9a : Roll Dawn from b7c7f62829b0 to 7e874a1c096e (2 revisions)
60f3e2a7d5 : Roll SK Tool from 35acbf78a3c5 to b8a47193acd9
2236b79a2a : Update SKP version
464703f514 : Add gm exercising strokeandfill
028e45b2f0 : Roll SK Tool from 30875cd19b97 to 35acbf78a3c5
62d42db282 : Fix check in GrGLGpu for whether PBO 0 is bound
31df6806c0 : Roll recipe dependencies (trivial).
98c2dd31ac : draw atlas: using skvm
82c99d19a2 : Reduce size of ChildPtr object.
ae2171eba6 : Fixup enum name in SkFlattenable.
68c9325263 : Create test case to repro skia:12212.
19cd36b20f : Removes a deprecated call to CTGetCoreTextVersion() when compiling for iOS 14+.
126788e087 : Simplify GetRuntimeBlendForBlendMode.
ce9a5c953d : Allow sampling from SkBlenders.
1a2e7de8ea : Update tests for a V1-only skgpu::v1::SurfaceDrawContext
2ee5cb516a : [switchboard] Move P30's over to switchboard based RPis.
02b6f6fdc3 : Fix cloning of Runtime Blend fragment processors.
ab7ff17156 : Guard TopDeviceSurfaceFillContext calls for null return values.
041a67a595 : Add flag to stage API change
14d87226b3 : Wean SkMorphologyImageFilter off of SurfaceDrawContext_v1.h
04c612244a : Convert GrBlendFragmentProcessor into a blend function.
2a6f73cb27 : Create FP GrFragmentProcessor::UseDestColorAsInput.
5f7c32a568 : Roll SK Tool from 63dbb5c871a7 to 8ad6b7700eea
5d22c0e8ca : [canvaskit] Remove RenderSKP test that times out
8adb625505 : Revert "SkCanvas: switch from SkDeque to std::deque"
d31b15da6e : Roll ANGLE from ae24c9d38782 to 3036e0903c8d (5 revisions)
66ec2a5986 : Roll Dawn from d59ba7c18b29 to b7c7f62829b0 (9 revisions)
e83daba07e : Roll recipe dependencies (trivial).
0b26b92518 : Roll recipe dependencies (trivial).
44600f6136 : Update SKP version
5b3aff4d39 : Rename DestColor FP to SurfaceColor.
8c9609ebe1 : Allow explicit coords to be plumbed through blender functions.
0545c2f4f6 : Correctly set GrAttachment mipmapped flag.
cc9d20f308 : SkCanvas: switch from SkDeque to std::deque
94df5d607c : Add skia_motionmarksuites_desktop.py
a62fc8b0ca : Roll recipe dependencies (trivial).
ac7a9a23ed : Always emit all FP child functions before emitCode
3d019ddabc : Support serialization of child effects for Runtime Blenders.
15e42b30e5 : draw vertices: implement blending the tri-color shader
21c2af2dca : Add separate src and dst arguments to runtime-blend SkSL functions.
131410a7d1 : Add regression test for oss-fuzz:36655.
d340042cd6 : Fix assertion when swizzling literals.
58920bbdca : [COLRv1] Spec update for degree specifications, fix PaintSkew
99d7d67fc4 : draw vertices: implement triangle vertex color
99b9cd836e : Roll SK Tool from a7b6f73b1117 to dfaa677fc445
14c4206d25 : [androidkit] add seekTime and seekFrame for SkottieView util view
d665999b0d : Place GrAtlasPathRenderer above GrSmallPathRenderer in the chain
0ce9592410 : Add 'isBlendFunction' as a FP flag and 'destColor' to EmitArgs.
109f54d200 : Correct a typo in build_workaround_header.py
ff9ee67872 : Roll dawn, tint, spirv-headers and spirv-tools
0d9a079079 : Roll ANGLE from 0d06c3cf936a to ae24c9d38782 (10 revisions)
ef721154a7 : Roll SwiftShader from b8bcc42a41e5 to 44660405ea6c (1 revision)
8cd8e27c2c : Enable the atlas path renderer for GrAAType::kCoverage
9459c1bb05 : Move stub methods for updating shader into base
cdabdce301 : Place the atlas path renderer above triangulation in the chain
72fd33ac58 : Limit the max atlas path width to 1024
8a1bbaa210 : Remove uber paths from the tessellation atlas
c23f34894d : Roll recipe dependencies (trivial).
3b6ee00686 : remove unused uniforms from update
7fd83ebd39 : Fix SkTLList::popTail
257ce471d5 : Roll SK Tool from 87274fcd2b55 to 7159a93d57df
4dca83162b : Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext
f1f542cde8 : [switchboard] Switch S20s over to arm64 RPis.
5992f9eb43 : draw vertices: fast triangles using a shader
17eaf62160 : Update GrPathTessellator::prepare() to take a list of paths
5bd97720a8 : Metal: use staging buffer for updating non-dynamic buffers
3a21d497bd : Revert "Reland "SkCanvas: switch from SkDeque to simpler SkSTArray""
85dbc1e527 : Reland "draw vertices: put SkVM implementation behind a flag"
4573ae19fe : Reland "SkCanvas: switch from SkDeque to simpler SkSTArray"
79b1478ffe : Revert "SkCanvas: switch from SkDeque to simpler SkSTArray"
222c1c1631 : SkCanvas: switch from SkDeque to simpler SkSTArray
c7218f57ad : Roll ANGLE from b8d6f8aa936d to 0d06c3cf936a (9 revisions)
5def25af3f : Roll SwiftShader from fdb16bd6c291 to b8bcc42a41e5 (1 revision)
77292ac4a1 : Roll recipe dependencies (trivial).
2527fd0b8d : Roll recipe dependencies (trivial).
dc409946e9 : Roll recipe dependencies (trivial).
32e07ae6bc : Revert "draw vertices: put SkVM implementation behind a flag"
310178c7b7 : Microbench for canvas save/restore calls
e909e1e985 : Remove the viewMatrix uniform from tessellation's BoundingBoxShader
66deeb2716 : Bump the max atlas path size to 256 for non-MSAA
fa4d522cb0 : Roll recipe dependencies (trivial).
6966981ae0 : Add a 'pathMatrix' to GrPathTessellator::prepare
2efda3ad16 : draw vertices: put SkVM implementation behind a flag
40f3db41af : Reland "Experimental ICU runtime linking"
abda17a7c4 : Roll recipe dependencies (trivial).
6ad47a0ad6 : Roll recipe dependencies (trivial).
097a9a4759 : Fix unused-but-set-variable totQuadsSeen
a4953515af : add array to the Uniforms
294d687b69 : Avoid OveridePaintFilterCanvas in Viewer when possible
a37001e2ca : Reland "Reland "add op array32 for indirect uniform access""
ae8e0634a8 : Reject degenerate quads in AA hairline path renderer
e33845317b : [infra] Remove CIFuzz task
2c5b922e7a : Revert "Reland "add op array32 for indirect uniform access""
6cce9615a0 : Revert "Experimental ICU runtime linking"
84cc1f6acf : Roll ANGLE from a5b7655cb25a to b8d6f8aa936d (11 revisions)
c687917096 : Roll SwiftShader from 915947134128 to fdb16bd6c291 (1 revision)
0ca08cc720 : Fix G3 roll
a8c4de96df : Revert "Delete GrPathTessellationShader::MakeSimpleTriangleShader"
fe2506f3ca : Reland "add op array32 for indirect uniform access"
27f06eb8ef : Revert "Revert "Removed name string field from SkSLType""
0cb587c033 : Revert "Fix build SKNX_NO_SIMD build and G3 roll"
40c906f58e : Don't store a GrVertexWriter pointer in GrMiddleOutPolygonTriangulator
8c1eae1a18 : Roll recipe dependencies (trivial).
f4aab0584d : Experimental ICU runtime linking
5fea567664 : Fix build SKNX_NO_SIMD build and G3 roll
a2a85e473c : Generalize composing imagefilters and shaders to blenders
72ce9be7fd : different bytes - same hash
d438815e85 : Protect against div-by-zero in GrSmallPathRenderer::onCanDrawPath
bd7278a2ba : Roll recipe dependencies (trivial).
917fef7ba7 : Revert "Removed name string field from SkSLType"
3465365fbd : GrRRectEffect checks all nine-patch elliptical radii against min radius.
a5fab95226 : Roll recipe dependencies (trivial).
400f52e691 : Retract GrSurfaceDrawContext.h a bit
0074706b80 : Fix SkOpts::hash_fn slightly
2df03e64bf : Removed name string field from SkSLType
940517cc1e : Only enlarge bounds for color filters that affect transparent black
53813ff67c : Remove unused ICU include from SkShaper_harfbuzz
a3eaeb4fd8 : Fix an instance of -Wunused-but-set-variable.
c4de11b6d7 : Don't build hb-icu
0b94acc132 : [androidkit] initial upload of SkottieView util
6926ba4d3c : Fix variable name shadowing issue.
6a54042bcd : Add GrMtlRenderPipeline.
04f22eacaa : Feed all top-level GPU accessors through skgpu::BaseDevice (take 2)
4765fd0eb7 : [infra] Remove failing InfraTests_Win job
613ca2b916 : Fix PaintScale and add testing
d3b232e99b : Implement SkBlendModeBlender::asFragmentProcessor.
bb2ef92d05 : Add private blender type to SkSL built-in types.
c665e1ed6b : Roll ANGLE from 9f7a86a80874 to a5b7655cb25a (25 revisions)
8933de7bd0 : Add test for our behavior in canvas destructor
d5a9701116 : Update SKP version
09d6474496 : Roll SK Tool from 2a177d9064b9 to 74c0e4d78b6b
a4bfa8d77f : Test SkCQ
c9f475784f : Document SkMatrix default constructs to identity
9304aa5325 : Revert "add op array32 for indirect uniform access"
feb459a1fb : Roll recipe dependencies (trivial).
c06c7f951e : Roll SK Tool from dd15582d666b to aa67e619f153
c53a73a09e : Add SkCQ config for main branch
7da0657fda : Explicitly detect static recursion in SkSL
d32ff90135 : Fix bug with order-of-matrices in updatable drawVertices path
40bc6576d4 : If we have no textures, suppress the shader
c3176002bc : Lift the tessellation atlas into its own path renderer
2955c26908 : Add new SampleBlender callback to SkVMCodeGenerator.
d9a56b9227 : Remove color argument from sampleShader.
8050a4b3ce : Separate PipelineStage's sampleChild into two callbacks.
bef411b6db : Metal: track GrSurfaces on command buffer.
137482fc22 : Separate SkVM's SampleChild into two callbacks.
cfd204a785 : Rename/simplify SkCanvas::resetClip() and make recordable
cc6e50f041 : Prevent CircleOp from being tested with MSAA
ac2d053ccf : add op array32 for indirect uniform access
4345e1ef42 : Roll ANGLE from 0e1c90cf4f17 to 9f7a86a80874 (14 revisions)
6417cfc71e : Add _bilerp variant to vertices bench
64565aed51 : Skip more flaky tests in the mtltestprecompile config
d068e4154c : Pass separate texs so we don't cheat in drawVerts
0e2fb66a50 : Add flag to force high-precision RP
8854829351 : Reland "Prefer the NV_framebuffer_blit extension over ANGLE"
747c321922 : [infra] Update cmake docker image to be Debian 10
6940cff9c3 : Revert "Roll recipe dependencies (nontrivial)."
795b5f133d : Revert "Roll recipe dependencies (trivial)."
8a166f3bc7 : Factor out shared code for SkVM uniform setup.
d91d2341b9 : Revert "Feed all top-level GPU accessors through skgpu::BaseDevice"
ad858e76e3 : [canvaskit] Fix gm compilation
5de8b19504 : Feed all top-level GPU accessors through skgpu::BaseDevice
391429f78b : [canvaskit] Expose AsWinding
8e51bad14f : Add support for child effects on SkRuntimeBlender.
ff7a4a576f : Roll SK Tool from 9a963c3542ab to 83d167c8dec8
475f0caf85 : Change format of jobs.json to include cq_config. Populate cq_config of all CQ jobs.
206380837f : Update go/skia.org/infra in go.mod/go.sum
7059704767 : Roll recipe dependencies (trivial).
759989c1ca : Remove obsolete "FP" unit test for runtime effects
fb212256ca : Improve tests/comments, to prepare for calling functions before definition
14037fff49 : Roll recipe dependencies (nontrivial).
aebe248575 : SkFilterQuality is gone.
ff322968e9 : Remove infra/bots/OWNERS
64e67c346c : Remove deprecated getBlendMode
bc6d93397f : Roll ANGLE from e9decf0c6d99 to 0e1c90cf4f17 (8 revisions)
e3f2a63db7 : Revert "Prefer the NV_framebuffer_blit extension over ANGLE"
5e332c8afc : Remove support for non-AA in the tessellation atlas
4d5708c464 : Remove template from SkRuntimeEffectBuilder.
7a0d3c3f12 : Revise GM infrastructure to not rely on GrSurfaceDrawContext
12745c8d88 : Update required FreeType to 2.8.1
ac747ca18f : Give enums in SkImageInfo an underlying type
ea61c472f3 : Metal: Use GrMtlFramebuffer than than GrRenderTarget where possible.
b6a7319f21 : Add tokens for highp/mediump/lowp.
a7a9443104 : rename the VM blitter to SkVMBlitter
7fc705bdd7 : [canvaskit] Fix red_line.skp test
c5c9dd86b0 : Text Editor based on SkText: delete and backspace
77046a7f0f : Disallow sk_FragCoord in SkRuntimeEffect
d090aa7fee : Roll ANGLE from 6a86d2079fd3 to e9decf0c6d99 (13 revisions)
4979fe5539 : Roll SwiftShader from 7a7993b54e62 to 915947134128 (1 revision)
b28d8b0464 : Roll Chromium from 0169808c5c70 to aa692f23db42 (439 revisions)
bc440b32e8 : Roll recipe dependencies (trivial).
d4edb595e5 : Roll recipe dependencies (trivial).
891ff9e8b9 : Roll recipe dependencies (trivial).
cac5e07277 : Hide the filterquality enum
95df484cb6 : Roll recipe dependencies (trivial).
3deb8458fb : Use shared code for verifying SkSL/child-ptr match.
259b46894d : Reduce GrOnFlushResourceProvider's functionality
dd2fdea9c2 : Initial land of DSLParser
f953071c11 : Roll skcms from ba17399285ce to b3fa31431c6a (1 revision)
f76f016dcd : Roll recipe dependencies (trivial).
960a4f89bb : Add GrMtlFrameBuffer.
202ce887ec : Prefer the NV_framebuffer_blit extension over ANGLE
251e634792 : Moved Array handling from convertIndexExpression into IndexExpression
88dd356bf1 : Fix DMSAA loads when framebuffer blits must be full
65ec198696 : Add dm via-option `rtblend-` to test using Runtime Blends.
dfd1a70f39 : Allow draw_to_canvas to pass through the GrDirectContext.
fb4d380747 : Wrong line metrics in case of a force text wrapping
a9c2e3bf83 : Remove vestigates of paint's filterquality
38e26f17b0 : Untangle GrSurfaceDrawContext.h, GrTextureOp.h and GrFillRectOp.h
e162aed73e : Roll recipe dependencies (trivial).
81859bd692 : FilterQuality is now removed from CanvasKit
6afd0e90cd : TextEditor: select a grapheme on a double click
e40495da3d : Untangle GrSurfaceDrawContext.h, GrTextureOp.h and GrFillRectOp.h
f4bb3d41d3 : Roll recipe dependencies (trivial).
5caab8eea6 : FilterQuality is now removed from CanvasKit
d37bb6ae72 : TextEditor: select a grapheme on a double click
b5cd95b58f : Roll recipe dependencies (trivial).
9097b8b566 : Roll Chromium from 699b730a7601 to 0169808c5c70 (468 revisions)
3f6e8d8864 : Roll SwiftShader from ba18c78e4696 to 7a7993b54e62 (17 revisions)
deb297a99d : Roll ANGLE from 4d9e1f230fa7 to 6a86d2079fd3 (18 revisions)
2373b9ed96 : Roll recipe dependencies (trivial).
38a6e5aa1a : Reland "Enable vertex ID support on Metal"
a6648599b5 : Take the dest color as an input to SkBlenderBase::asFragmentProcessor.
168daa5fad : Roll SK Tool from 47f5c4e7bd7d to 82a43529dda7
3ba7b28341 : Roll recipe dependencies (trivial).
f57f12d53a : Fix symbol escaping in bloaty_treemap
ee8b8e1984 : Supporess skp test for now
08d206be46 : Print out picture version even if its unsupported
8aec124cf0 : Make BoundingBoxShader inherit from GrGeometryProcessor directly
946a4cb8ac : First pass at a no-SkSL CPU build
59a00f062a : Turn off caps.multisampleDisableSupport()
09bc8af282 : Delete GrPathTessellationShader::MakeSimpleTriangleShader
4c6fe58ea5 : Remove unused RP stage pointer
4043111918 : Purge 2020 picture versions
da7297820f : Added multi-var variants for the DSL Declare function
ed6e54f1b4 : Improved DSL Array error checking
92c7cecad2 : [infra] Roll back infra dep
2ab47c97e2 : Added DSL LogicalXor function
fe49b2c6f4 : Run dmsaa on ANGLE es2 bots
50516f3db8 : Add a robust "isinf" workaround for tessellation
8f553a769b : [infra] Fix RecreateSKPs after assets update
3c1c4c0d25 : Standardize strings and other cleanup in bloaty_treemap.py
95cc53bafd : Hide filterquality enum entirely
230a2514d6 : Roll recipe dependencies (trivial).
1748bddbc0 : Roll Chromium from a9426b211cb3 to 699b730a7601 (553 revisions)
52d6bd4974 : Roll ANGLE from 397fc145b8b3 to 4d9e1f230fa7 (17 revisions)
1f261da41e : Stop using filterquality
f02aa80ba9 : Remove dead code (and dead subclass)
8837c919fb : Roll SK Tool from 48c8dccc29e0 to fba7eb859cc7
3d49efa8e1 : draw vertices: rename textures -> texCoords
01e6273c46 : rm flutter support for filterquality
11a20bbbf4 : rm getblendmode flag for flutter
7c79a871c0 : Run dmsaa on ANGLE es3 bots
c82ab0839f : Stop using filterquality
2bdf6ed96f : Stop using SkFilterQuality
fb0440e5bc : Roll SK Tool from 3bbeaa205257 to d2ac68f66d91
fe5d07a8e4 : Roll recipe dependencies (trivial).
528673a7ae : Work around a Mac compiler bug with "!isinf()"
9671d0aa31 : Add checkbox to Viewer to force-enable Runtime Blends.
8c3adb8b1a : Roll recipe dependencies (trivial).
3b7ec0fa0f : Remove unused variables
67b1b2a105 : Fix fuzzer-discovered undefined behavior with NaN.
3339e570a1 : Metal: use ResourceProvider for MSAA creation.
226a7cd7c1 : Roll recipe dependencies (trivial).
94fda947eb : Reland "Fix directional shadows."
126002c27d : Update minimum Linux versions
5514beaf3b : [androidkit] bind SkImageFilters to java shared library
459777a1a4 : Added AssertDSLObjectsReleased setting
b22b41d55a : Quit using atan(y,x) in stroke tessellation shaders
44cd93f4fa : update release notes
f2de1b8b4d : Fix crash when drawing a GPU-backed surface onto raster.
b18c1e2c27 : DSL ReleaseProgram retains source and reports errors better
d970d81ea6 : update Skia milestone to 94
657e375a16 : Roll recipe dependencies (trivial).
385e0d77be : Roll Chromium from 17781a5cd82e to a9426b211cb3 (504 revisions)
2cad46c88a : Roll ANGLE from db54b8dd65ed to 397fc145b8b3 (12 revisions)
e2a9bdfba4 : Roll recipe dependencies (trivial).
763be55a9e : Roll recipe dependencies (trivial).
24f6879422 : Run dmsaa on all supported Mac and SwiftShader bots
55f0d7acfa : Always enforce format specifiers on SkDebugf.
63fd35484e : Move GrGLAttachment to a factory model similar to other backends.
33d24414eb : Don't call GrSurfaceDrawContext::setNeedsStencil until after splits
060dd70d2c : Add bloaty_treemap.py, for visualizing bloaty data
78aa969b2f : Roll recipe dependencies (trivial).
3c8ae888b9 : Revert "Fix directional shadows."
6789b82401 : Fix directional shadows.
dfec4f98ef : Metal: Add attachment support for RenderTargets and TextureRenderTargets
a2d22b2e08 : Broke DSLVar into separate subclasses
0397ae4e15 : Reland "Add unit test confirming Runtime Blends match native blends."
7cf34848da : Update SkSL fiddles embedded in user documentation
0e99fbe5da : Add RuntimeBlendUtils to bazel.
dd561d0214 : Roll recipe dependencies (trivial).
7dc26fadc9 : Call hb_face_count before hb_face_create
2346aa0ee1 : Stabilize the path bounds logic in tryAddPathToAtlas()
7d336c9557 : Roll Chromium from 378115c18d5c to 17781a5cd82e (457 revisions)
dc2fa65671 : Roll ANGLE from 2534ee4c5b9d to db54b8dd65ed (16 revisions)
0196a72318 : Fix AAStrokeRectOp viewport clipping for nested rects
0547b914f6 : Revert "Add unit test confirming Runtime Blends match native blends."
04beaa0041 : Roll recipe dependencies (trivial).
9081276b29 : Fix an assert in attemptQuadOptimization
0b62a05d9a : Add unit test confirming Runtime Blends match native blends.
97f8590a80 : Make AAStrokeRectOp compatible with DMSAA
4f489100b4 : Clip AAStrokeRectOp to viewport boundaries
f08520e697 : Drop support for disabling multisample on Mac
f6c0d833c6 : GrGLSLGeometryProcessor produces a map FP -> varying coords.
947a2eb3c0 : Don't disable multisample for rendering text
3febc61414 : Revert "Add an isinf() polyfill for tessellation shaders"
52b6f0dc03 : Restore attemptQuadOptimization() before GrFillRRectOp
b5ac66c874 : Add utility function GetRuntimeBlendForBlendMode for testing.
e7b316f150 : Roll recipe dependencies (trivial).
9ce3cfb8ce : Roll recipe dependencies (trivial).
e293d2cdaa : Roll SK Tool from e2696256b252 to af23468c7173
36c1804e8f : Don't disable multisample for GrDashLinePathRenderer
773a0b8c7e : Use stencil clips when DMSAA is supported
bdc2cd0744 : Don't let interior AAStrokeRectOp edges cross
3ee0dc6366 : Bail on AAStrokeRectOp if there are unequal, subpixel stroke widths
292a09da2b : Added modifier support to DSLFunction
6b7ec00e6e : Add GrGLSLVarying helpers to use a varying as a FS or VS GrShaderVar.
2422ca10c2 : Limit PowerVRRougue shader derivative workaround by driver version
d421a286df : Roll recipe dependencies (trivial).
db9d72bf30 : Roll recipe dependencies (trivial).
a899d9a2ab : Roll recipe dependencies (trivial).
be219ba963 : Roll recipe dependencies (trivial).
b1df965996 : Roll Chromium from 3572711a2c6a to 378115c18d5c (529 revisions)
2648bc43e4 : Roll recipe dependencies (trivial).
5fd32ec71e : Roll SwiftShader from 4716eec90fcb to ba18c78e4696 (1 revision)
71d90cf280 : Roll ANGLE from a8e98a238521 to 2534ee4c5b9d (11 revisions)
8ac703de8c : Roll recipe dependencies (trivial).
662edc0343 : Roll recipe dependencies (trivial).
97dba83632 : Roll recipe dependencies (trivial).
9be70acd26 : Roll recipe dependencies (trivial).
9847fe79d9 : Roll recipe dependencies (trivial).
25da4062d5 : Make elliptical ops in GrOvalOpFactory compatible with DMSAA
8cb159b504 : Never disable multisample with DMSAA
03a2d276ea : Roll recipe dependencies (trivial).
3cf050bba6 : Fixing placeholder position
054126580d : Use attachment in GrMtlTexture rather than raw id<MTLTexture>.
8115997316 : Check hairline after resolving edge flags
a63205db7e : Roll recipe dependencies (trivial).
6aaf00fa7e : Add a "usesMSAASurface" arg to GrMeshDrawOp::onCreateProgramInfo
49966a0df0 : Remove legacy flags
f91013f44b : Roll recipe dependencies (trivial).
2eafe9c17d : Fixing canvaskit test after fixing line metrics
8e2c56e6b4 : Disallow DMSAA with DDL
475c9758eb : Move the DMSAA surface flag into the public API
89d5a90d9f : Roll SK Tool from 2a0de43aadc8 to 662df6e651a2
f8b7c1ac5f : Pass CTM to path effects (experimental)
5aade83fed : Roll recipe dependencies (trivial).
575c921357 : Account for hairline mode in rect op bounds for clipping
3a44eb92e9 : Apparently, line metrics should not include newlines
51eb0ca549 : Roll skcms from bae5e281e80f to ba17399285ce (1 revision)
1edb41f4b3 : Replace benjaminwagner@ and mtklein@ with rmistry@ and jcgregorio@.
f3ee264564 : Count trailing spaces when calculating glyph position
7729e0a97e : Add hints to slicing-constructor error messages.
82bbe606ec : Add static to global nullopt symbol.
a92913e169 : Make GrAuditTrail V1-only
2d25d28e51 : Fix typo in doc-comments.
46f39a0aa0 : [skottie] Avoid null ptr deref in motion tile effect
224e3e257d : Roll Chromium from 697e53f421f9 to 3572711a2c6a (478 revisions)
56a582a02a : Roll ANGLE from 04cb5e1d7d89 to a8e98a238521 (6 revisions)
3a00e3e32e : Roll recipe dependencies (trivial).
8de415a5ab : Roll recipe dependencies (trivial).
63ec43cf55 : Hide deprecated filterquality
9cc34b450f : Roll recipe dependencies (trivial).
2ef07d8f1a : Roll recipe dependencies (trivial).
cc29a39d42 : Never disable MSAA for FillRRectOp or GrDrawAtlasPathOp
4fd997fee7 : Roll recipe dependencies (trivial).
ea46ef3a9c : Move clip optimizations into GrFillRRectOp
e5ab6f242c : Roll recipe dependencies (trivial).
dd984dc75c : Roll recipe dependencies (trivial).
ce7cdcd7b4 : Add test for SkSL vector-slice constructors.
010c0ec061 : Allow swizzles on Boolean scalar expressions.
5643e55f09 : Add flag for filterquality in flutter
bccbec3147 : Remove drawImageAtCurrentFrame
7f56b41fc0 : Add scalar-swizzling tests for int and bool types.
0742e6ba2d : Roll recipe dependencies (trivial).
59ff4e2b78 : Moved swizzle error checking into Swizzle::Convert
df3edc570f : Roll recipe dependencies (trivial).
526b0b92c9 : Use value_or in getBlendMode_or.
586d61dd7a : Add V1 & V2 build bots
c6b08485aa : Roll recipe dependencies (trivial).
18e2de2c38 : Fix the AppleM1 skpbench bot name
25a29e815d : Make GrMtlAttachment a little more generic.
ba1b2e1798 : Disable SkSLMatrixToVectorCast test on Adreno 4/5/6xx.
49c417621b : Shore up matrix/vector conversion tests.
cc2d9ccf07 : Support the Boolean form of mix() in the Metal/SPIR-V backends.
ebc9fadf35 : Fixed some fixups not being applied to DSL code
f9ad6ec852 : Add support for mat2-to-ivec4 conversions in SkSL.
ac69e12664 : Disable SkSLMatrixToVectorCast test on Adreno 330.
6c2764b93c : Roll Chromium from a30ee6a7dc21 to 697e53f421f9 (500 revisions)
f8c98a51e6 : Roll SwiftShader from 65498c15ca60 to 4716eec90fcb (3 revisions)
6a0ee71a4e : Roll ANGLE from 17a4b6e7f6bd to 04cb5e1d7d89 (13 revisions)
c98dbc6410 : Hide deprecated SkPaint::getBlendMode
c1478d6d32 : Roll SK Tool from 80b49c278b92 to 431aedb0c26d
098c879ed8 : Add flags to stage Skia API changes
6fd6c47ab0 : Roll recipe dependencies (trivial).
8e97449b3e : Roll recipe dependencies (trivial).
bc81b8a8bb : Roll recipe dependencies (trivial).
0ae73612b0 : Roll recipe dependencies (trivial).
513b368c6f : Roll recipe dependencies (trivial).
bc35495729 : Fix python3 issue in compile_sksl_tests.py
4b6e2f0d88 : Remove GrBlendFragmentProcessor::BlendBehavior.
9191e813a0 : Enforce consistency in swizzle domains.
c2e18e0209 : Roll recipe dependencies (trivial).
fa5a8b8a36 : Add a gradient to the rrect_clip tests
b161a77d03 : Remove unused tracking methods in GrManagedResource
6de2e1db03 : Add support for matrix-to-vector conversions in SkSL.
13d34497db : Remove detection of GL_ARB_fragment_coord_conventions
768843b52f : Remove .fp logic from CheckGeneratedFiles bot
552a81a6c7 : Remove SkSLCPP.h, utilities that were only used by .fp generated code
50f0dadb7f : Remove GrSharedEnums.h
b7df41828a : Fix Housekeeper warning.
5e1aa8b665 : Misc skgpu cleanup
8573dab150 : Fix special returns in GrBlendFragmentProcessor::Make for kSrc and kDst.
c9145f3402 : Remove enum support from SkSL
a0e44d7cf5 : [skottie] Avoid null ptr deref in motion tile effect
14a77418e8 : Roll recipe dependencies (trivial).
beb2fbf0e6 : Simplify SPIR-V matrix construction logic.
f5bd4e4b9f : Roll ANGLE from 4964513a254d to 17a4b6e7f6bd (18 revisions)
33299d78f6 : Roll SwiftShader from 9534228df856 to 65498c15ca60 (11 revisions)
39122d4459 : Roll Chromium from 347565ba49f8 to a30ee6a7dc21 (426 revisions)
c2f5b311ce : Roll recipe dependencies (trivial).
b5565cdff7 : Roll recipe dependencies (trivial).
5a825da698 : Reland "Add tests for matrix-vector conversions."
b1fd64e82e : Extract a GrAtlasInstancedHelper subclass
bdc412f149 : Revert "Reland "Omit inner join geometry when possible""
3c636f0987 : Convert FillRRectOp to store its draw data in a linked list
f009db5b85 : Revert "Add tests for matrix-vector conversions."
1f7300bdcb : Fix Metal row/column confusion.
cce0b60b18 : More (no more) getBlendMode cleanup
54fd2c59bf : Re-enable large png decode bench
01e35b7d6b : Roll recipe dependencies (trivial).
a89781215a : Add tests for matrix-vector conversions.
31580b38fd : Remove GrBlendFragmentProcessor::Behavior::kSkBlendMode.
28b5b63d5d : Roll recipe dependencies (trivial).
ee40d5a226 : Make GrDrawAtlasPathOp cleaner
72354b0593 : Move more gms and tests into the V1-only pile
2ec023e7e1 : Run nanobench on the AppleM1
87499cdc5a : Start running dmsaa on nanobench and skpbench
7a0541e03d : Run cmdbuffer_es2_dmsaa on the bots
e6ed3c280d : Added DSL support for interface blocks
26ea975e6c : Arithmetic blender
8c26479048 : Remove large swaths of code related to .fp files
ed5181e7bf : Remove .fp tests and build steps
624018a49b : RasterPipeline can't handle custom blenders
25af480ad8 : Remove GrBlendFragmentProcessor::Behavior::kComposeTwo.
ba70138477 : Retract GrFillRectOp from GMs and tests
d0329b91bc : Sprites can't handle custom blenders
26ecd0696d : Further reduced size of SkSLType
e822837a13 : draw vertices: use SkVM for simple triangles
b62a2934f2 : GrBlendFragmentProcessor::Behavior::kComposeOne uses original input.
07bf3881e7 : Convert binary unrolled gradient colorizer to GrSkSLFP
44edd1952a : Reland "Omit inner join geometry when possible"
a2d6890c5b : Remove GrBlendFragmentProcessor::BlendBehavior::kDefault
ae7f7edd49 : Roll recipe dependencies (trivial).
d471e7c36d : Roll recipe dependencies (trivial).
96f41f3c65 : Roll Chromium from 692b194693a6 to 347565ba49f8 (421 revisions)
14c746a6d4 : Roll ANGLE from 51937ab38622 to 4964513a254d (12 revisions)
e75209cd73 : Roll Dawn from 4a811043ccd2 to 170ea75f2ad2 (3 revisions)
744c6a1b19 : Roll SwiftShader from 3c89f07b349b to 9534228df856 (3 revisions)
bc26cfc9a5 : Roll recipe dependencies (trivial).
d390c642ac : add value_or to optional
6ca0536bd5 : Roll recipe dependencies (trivial).
90f4e9f5f7 : Hide getBlendMode()
4e5f763491 : Enable the tessellation path renderer on (extended) es2
4c886ee15a : Revert "Revert "Convert GrConfigConversionEffect to a runtime FP""
f60052072c : When force-high-precision is enabled, change default precision
26489dc674 : value_or variant for getBlendMode.
2dc2859c70 : flutter: add build flag to stage stroking change
758d81f715 : Reland "Metal: Add labels to help with GPU Debugging"
55d339c348 : draw vertices: make shader invariants a little clearer
cd947ac177 : Extend blendmodes bench to time sprites
66657d17c6 : Switch to using intrinsicKind to detect "sample" calls
78b7397995 : Fix compile warning in GrD3DGpu::onCreateCompressedTexture
001461ebdd : Added SkSL Literal type
be9aa64ff9 : Roll recipe dependencies (trivial).
d8d85b9b89 : Reland "Don't key progams/pipelines on origin.""
550de7f872 : Depower GrPipeline.h
24096ec243 : Roll ANGLE from 3b0fcf6a913f to 51937ab38622 (5 revisions)
34d94c9234 : Roll Chromium from 5f1024ce4fc1 to 692b194693a6 (259 revisions)
4a5a6a8a45 : Roll SwiftShader from 6f1260556b10 to 3c89f07b349b (5 revisions)
18a42b8954 : Roll Dawn from 435ebfcc40a2 to 4a811043ccd2 (6 revisions)
3cc03c59bf : Rm "GR_DISABLE_GL_ANGLE_instanced_arrays" guard
40586cf1f8 : SkShaders::Blend requires valid src/dst shaders
55b81a8690 : add mskps/ to .gitignore
40242241c3 : Revert "Don't key progams/pipelines on origin."
cc44feb654 : Start using skgpu::v1 and skgpu::v2 namespaces
943108b0b2 : Don't key progams/pipelines on origin.
3037d9f322 : Make setBlender the real name
ad77b4db8d : Disable draw instanced support on virgl.
a8ac441411 : Move Mode() factory into SkBlender
fcd068ad72 : Roll Chromium from 74a98997e468 to 5f1024ce4fc1 (226 revisions)
8b22e1a4af : Roll SwiftShader from 69deca60e70d to 6f1260556b10 (2 revisions)
cc228a5df1 : Roll ANGLE from 1bffabe8800e to 3b0fcf6a913f (9 revisions)
e355e73eed : Roll Dawn from aeff235dc373 to 435ebfcc40a2 (4 revisions)
8cbd2b476c : Roll SwiftShader from 314508f788b2 to 69deca60e70d (1 revision)
1332d491d9 : Roll ANGLE from 4a3fc4b56681 to 1bffabe8800e (5 revisions)
525c78801d : Roll Dawn from a5f24e590ae0 to aeff235dc373 (7 revisions)
47540bb361 : Roll Chromium from ed08a40dbb11 to 74a98997e468 (482 revisions)
e5d312975f : Roll SK Tool from 7ef0f9ef2c10 to 9cdcbb807fe4
04d79fc594 : GrSkSLFP: Avoid making a global copy of inColor most of the time
e9ab391765 : Reland "Convert GrDitherEffect to a runtime FP"
1c467774e5 : Revert "Convert GrConfigConversionEffect to a runtime FP"
a149e8ff05 : Add support for FT_COLR_PAINTFORMAT_SCALE
9c060b55e1 : Roll Dawn from 2b1b14527d03 to a5f24e590ae0 (2 revisions)
6915b5b49f : Roll SwiftShader from 1231b445b902 to 314508f788b2 (2 revisions)
137edf77f6 : Roll ANGLE from dba2e1361d2d to 4a3fc4b56681 (2 revisions)
b14bdcfee9 : Roll Chromium from 6083e24534e3 to ed08a40dbb11 (385 revisions)
3dd52c758b : Revert "Convert GrDitherEffect to a runtime FP"
202441f518 : ES2ify fixed count tessellation shaders
3c227305ac : Add Spin513 bots to the tree.
2fa843abc2 : Convert GrDitherEffect to a runtime FP
a8d2bf7b29 : Disable large png bench
d584ddd151 : Add skottie-vs-png decode bench
4d45e09202 : Rename experimental app to 'sorttoy'
7cef6789fd : Change architecture #defines to be SK_GPU_V1 and SK_GPU_V2
db1748475c : BackendAllocationTest doesn't need blend for alpha-only color types
6904303a66 : Add an isinf() polyfill for tessellation shaders
ebf89a0eed : Simplify uses of asBlendMode
bb995e60a3 : Add an sk_VertexID workaround for tessellated stroking
024668cf7f : Rename gn options to skgpu_v1 and skgpu_v2
6102afc11e : Fix G3 roll
266bf8268d : Fix mutex re-entry when FT_OpenFace fails
7548ac0f72 : Roll SK Tool from 01bc5f924777 to 1e4c97212117
1a82a4ea49 : Remove GrResourceProvider.h from all other header files
2cd8067113 : [fiddle] Add PRESUBMIT rule to run tools/fiddle/make_all_examples_cpp.py
2d1b7165a4 : [fiddle] Update named fiddles
e55c5872a7 : Correct failure return for GrMtlGpu::clearTexture
4a77813008 : Convert GrConfigConversionEffect to a runtime FP
569f29da86 : Only trigger serializing blender if it isn't a mode
043f010bd1 : Make a dedicated (non-runtime) FP for turning on high-precision mode
34b52bf634 : Revert "Metal: Add labels and debug groups to help with GPU Debugging."
11dd57aeb7 : Roll ANGLE from a8959a9b56b4 to dba2e1361d2d (6 revisions)
255eeb7ff6 : Roll Chromium from 20cc6c3bb504 to 6083e24534e3 (390 revisions)
6736762913 : Roll Dawn from 3d5402c0a4a0 to 2b1b14527d03 (27 revisions)
92bb5f53f1 : Roll SwiftShader from 9c5d0d73e2f3 to 1231b445b902 (1 revision)
69a378c8a9 : fix tint roll - enable tint_build_wgsl_writer
63656c2748 : Only treat PNG_COLOR_TYPE_RGB as 565
eaa76b9de0 : Replace mask blur FPs with GrSkSLFP
9e583bfa3f : Metal: Add labels and debug groups to help with GPU Debugging.
1700f865c5 : Revert "Omit inner join geometry when possible"
36a5dffa6f : Revert "Clear the tile backend textures when drawing DDLs"
d650c1f5e5 : Roll SwiftShader from 964b9e39e44a to 9c5d0d73e2f3 (3 revisions)
1b0a95e0ee : Omit inner join geometry when possible
9b5e3c9971 : Pulled vectors out of SkSLType and made them pointers
cc6ddcd142 : Metal: replace last temp transfer buffer with staging slice
0734c6223c : Clear the tile backend textures when drawing DDLs
a05ccc399d : Finish sk_VertexID workarounds for tessellated fills
e5926135cc : Hoist matrix transform out of GrRectBlurEffect
e1f72377e5 : Convert fill tessellation shaders back to indexed draws
b4252b21a1 : Roll ANGLE from e70c21f4cb16 to a8959a9b56b4 (18 revisions)
bca21b3a8e : Roll SK Tool from c6bdfb0f5cd1 to 01bc5f924777
c9897a5565 : Always use high precision in GrRectBlurEffect
b393c4bccd : Lots of prose fixes
76e45134b8 : Roll Chromium from 5803a306de81 to 20cc6c3bb504 (481 revisions)
55b401ed9e : Make blender the source-of-truth
c6804edbae : Convert Clamped and Tiled gradient effects to GrSkSLFP
c3ded43e92 : Run CreateDockerImage bots only on main branch
581c336b73 : Remove all unused GrProcessor class IDs
56b6107cad : Fix a subtle bug with pass-through children of GrSkSLFP
62ce2488f7 : Roll SK Tool from ab601dcaea01 to e3e7f63ba062
4716a7681e : SkRuntimeEffect: Don't keep two copies of SkSL source around
c04503d1b2 : Run gldmsaa on the AppleM1 bot
9080a2fdb5 : [infra] Update M1 Mac jobs to use 11.4
bee1b55f30 : Make sure we aren't allocating more ycbcr desc sets in Vk than available.
2f5466e2b3 : Initialize fBackend in Window_unix
b25ce71cb1 : Fix bug in GrResourceCache::purgeAsNeeded
d1285c68d0 : Guard default path renderer against buffer allocation failure
1df8756419 : [androidkit] Color filter support
78af79e98d : Roll Chromium from a685aa37c9fa to 5803a306de81 (1325 revisions)
a7d4294642 : Roll SwiftShader from e4fea30bb438 to 964b9e39e44a (6 revisions)
ff11290840 : Roll ANGLE from 8767ec1549a7 to e70c21f4cb16 (24 revisions)
baae2dd7fb : Implement inverse fill support in GrTessellationPathRenderer
1bddd42b98 : Add base outlines to colrv1 test font
141cfdfe98 : Remove the "DMSAA" bots
b7af4875cb : Don't use SkSL node pools for runtime effects
661abd0f8d : Reland "Use GL_ANGLE_instanced_arrays"
4588910612 : [androidkit] expose paint stroke settings
40fefb239e : Make SkTOptional C++14 safe
5a0e6c0ac5 : Roll SK Tool from 164b720af267 to f22c7abcd92e
549c6b8739 : Added Poison values to SkSL to improve DSL error handling
1c39ecab1e : Various workarounds for es3 command buffer
e0f4de6f23 : Add a cmdbuffer_es3 config
e5766b8080 : [infra] Remove Pixel (sailfish) jobs
f8316fd3d6 : Check for invertible device matrix
040728364d : Revert "Use GL_ANGLE_instanced_arrays"
ee3902d6ec : Reland "Remove all instances of incorrect coverage with DMSAA"
0ce582790a : [androidkit] introduce clipping to java Canvas
d0eb770756 : Reland "Metal: First pass at async pipelineState creation."
9f39daff8f : [canvaskit] Deploy 0.28.1
b8c4add799 : Revert "Avoid non-indexed quad draws on PowerVR Rogue and 54x"
8fd0ccfc9f : [skottie] Update lotties_with_assets to include all lotties from lottie-samples
bd71936196 : [canvaskit] Document perf-canvaskit-puppeteer
76b80eca64 : Use GL_ANGLE_instanced_arrays
e3a1b69cd4 : [infra] Update infra dep to roll cpython3 back to 3.8.10
eef5b0e933 : Roll ANGLE from c24494415a1a to 8767ec1549a7 (12 revisions)
e8e67e29a7 : Roll Dawn from a9faf7f74aef to 3d5402c0a4a0 (10 revisions)
b1590f15a3 : Roll SwiftShader from 8f075627d16b to e4fea30bb438 (3 revisions)
0f1ac21185 : Roll SK Tool from 14f373690fe1 to 0b5d4a7786e6
96a7f06201 : Roll SK Tool from 107a95a6bc03 to 14f373690fe1
1d9fe0090a : Revert "Fix warning"
702fb679f3 : Fix warning
9f745d90d0 : Remove SkMatrix44
688d3180ab : Revert "Metal: First pass at async pipelineState creation."
9204ca678b : Replace GrAlphaThresholdFP with GrSkSLFP
061aa81252 : Handle the empty case in GrDrawingManager::insertTaskBeforeLast
9d92d0ff29 : Roll FreeType
adf36be2f9 : Metal: First pass at async pipelineState creation.
9e7131ddbd : Roll SK Tool from 06da93ca7685 to 107a95a6bc03
83fd9695c5 : [canvaskit] Add getGlyphIDs to Typeface API
7027be602b : [canvaskit] Add Typeface.MakeFreeTypeFaceFromData
7bf799956d : Reland "Add format-specifier warnings to SkDebugf."
9a1c5be4d4 : Fix class name in debug message.
36ddc4de79 : Roll ICU
b384eb204c : Convert shape-clipping FPs to GrSkSLFP
65b4597d07 : Reland "Replace some gradient .fps with runtime FPs"
d253088fc2 : Fix float to bool implicit cast
f74eea7488 : Refactor textToGlyphs closer to the source
eac233ac2a : Make transferability a per-format flag in GrGLCaps
65f65465eb : Add methods to SkBlenderBase to identify SkBlendMode-based blends.
28bea445a5 : Revert "Reland "Round up DMSAA attachments to pow2 if supported.""
16c0791a5a : Revert "Replace some gradient .fps with runtime FPs"
bef379ba62 : Add SkBlendModeBlender class.
283dba5785 : Revert "Add format-specifier warnings to SkDebugf."
68d6983acd : Replace some gradient .fps with runtime FPs
e58831cd95 : Add format-specifier warnings to SkDebugf.
3a35f0b263 : Roll ANGLE from 4375d6c732ef to c24494415a1a (17 revisions)
cb31620357 : Roll Dawn from 75c5067ed12e to a9faf7f74aef (5 revisions)
0b04b6b16f : Reland "Fix texture barriers on DMSAA"
9c81a4b704 : Reland "Round up DMSAA attachments to pow2 if supported."
2c7c36a4b0 : SkTypeface_FreeType to own FT_Face
b9108feefe : Remove declaration of unused, unimplemented FP
559185ad34 : [canvaskit] Ensure clean build on CI
bd7ed7434a : [canvaskit] Fix font.getGlyphID test
cd9890a0da : Remove disabled_examples.txt
b445cbeee2 : [androidkit] Add remaining gradients
a1e7f44c63 : Revert "Remove all instances of incorrect coverage with DMSAA"
3722d3195b : Remove all instances of incorrect coverage with DMSAA
c5a65cb22d : Don't enable --hwtess on DMSAA bots
ecee7cc6fe : Roll SK Tool from 3407a9e6d9ae to 7949048ae367
2bf88911b9 : Roll Dawn from a7173fcab4af to 75c5067ed12e (5 revisions)
35b76a47cb : Roll SwiftShader from f0a9f88dd5cb to 8f075627d16b (1 revision)
f13ac8487e : Roll ANGLE from 09bd55786427 to 4375d6c732ef (13 revisions)
95bc974cad : Roll Chromium from 493d9cce5082 to a685aa37c9fa (449 revisions)
8c3036c145 : Small improvement to tessellation atlas packing
83420eb817 : Rewrite tessellation atlases as normal render tasks
aa938cea33 : Upgrade GrRenderTask::makeClosed to take a GrRecordingContext
9a2d3d1e19 : Revert "Fix texture barriers on DMSAA"
b1e8f85fb8 : Add an 'opBeingClipped' param to GrClip::apply
d1d0a9f1f3 : Small cleanups to drawVertices
1a3f4ab490 : Fix texture barriers on DMSAA
d0f4d0d5d4 : Switched more DSL APIs over to skstd::string_view
b149700e01 : Avoid non-indexed quad draws on PowerVR Rogue and 54x
b18a947a35 : Don't use strokerect op with reduced shader mode.
095185d175 : Ignore another vk extension implemented by nvidia but not in validation layers yet.
48f83fd5d1 : Reland "Replace GrColorMatrixFragmentProcessor with a runtime FP"
d02d4eb6de : In GrSkSLFP, advance the iterator pointer while building the key
b75ee08162 : [androidkit] add bounds and paint to canvas.saveLayer()
b4f8b7a9f2 : Cleaned up DSL error handling
c5fb326453 : Roll SK Tool from 7aa627c29dba to 1e6dc2e432bd
c29810e882 : [ngatoy] add ovals
3366efd581 : Revert "Replace GrColorMatrixFragmentProcessor with a runtime FP"
7b9b738517 : Gate breaking FreeType change in COLRv1 struct names
f9edf3528d : Use skstd::optional in SkBitSet.
f87f5b02ec : Add state checks in GrMtlRenderCommandEncoder.
90401eb437 : Roll Chromium from 9aeecd90eabf to 493d9cce5082 (9105 revisions)
e981e90993 : Roll Dawn from 987fbed32c85 to a7173fcab4af (12 revisions)
4bd938617f : Roll ANGLE from 9412ac9c7c84 to 09bd55786427 (14 revisions)
80c83a1225 : Take 'gCoeffs' array out of global scope.
e2c4e7e62d : Add comparison operators to skstd::optional.
343588ddf0 : [ngatoy] Remove duplicate rects array from ClipCmd
050a14ec4a : [ngatoy] Record painter's order when clips are popped off the stack
e76e96adf8 : Reland "[infra] Roll Infra dep to update CIPD packages" with fix
e53cf99728 : Add nullopt to skstd::optional.
fbd9faef88 : Migrate matrix-inversion code to a dedicated SkMatrixInvert file.
2874f080aa : [infra] Update recipe dependencies
7280b36687 : [androidkit] add gaussian blur filter to java ImageFilters
60cc3e171c : Roll SK Tool from 434610020352 to 33ee1b0906af
11bc305898 : Make current GPU blurring implementation be OGA-only
5946589e58 : Replace GrOverrideInputFragmentProcessor with a runtime FP
0ba3bbf778 : [canvaskit] Add perf tests for different font formats
79e706ad23 : Roll ANGLE from f0d8cd4094ef to 9412ac9c7c84 (5 revisions)
dc46fd97f3 : Roll SwiftShader from 4a304244dd86 to f0a9f88dd5cb (1 revision)
ccf208d4c7 : Roll Dawn from cea106a1c2ad to 987fbed32c85 (7 revisions)
9f73b04b43 : Fix use of fLastMoveToIndex in computeConvexity
6b95a366f5 : In SkFilterColorProgram, support filtering a uniform color
be545c9554 : Verify that most runtime color filters support filtering a single color
6290555808 : Replace GrDeviceSpaceEffect with a runtime FP
4ff6072351 : Enable reduceOpsTaskSplitting by default
7b8d2147d7 : Swap uniform pointers in SkFilterColorProgram, improve comment
c026ade321 : Skip save layers where CTM isn't finite
a377a92f8f : Add SkBlender support to SkPaint flatten/unflatten.
d1877165e5 : Roll SwiftShader from cf2ffd05cbc9 to 4a304244dd86 (2 revisions)
16f4aa1d91 : Roll ANGLE from 24155b13671f to f0d8cd4094ef (9 revisions)
64751750f4 : Roll Dawn from b86e45f8ca87 to cea106a1c2ad (8 revisions)
9a4824b47c : Roll SK Tool from 039570ae3d6b to 1a1089ae1a92
efe9df37e0 : Revert "Don't keep "outResultsFile" open in nanobench"
685e09b31a : Reland "Purge ccpr"
2421b9901b : Remove spurious semicolons (should fix Chrome roll)
fe83ab6706 : Revert "Purge ccpr"
bf2851805a : Reland "Switch back to non-SkSL matrix color filter for all clients"
5a479e187d : Check hb_font_create return value
7bf6bc0d06 : Purge ccpr
6f66302fe4 : Fix iOS build for skpinfo.
12923c4696 : Move more virtuals into ...Base to hide them from public api
71bf78604b : Replace RGB <-> HSL FPs with runtime FPs
311010405e : Replace GrColorMatrixFragmentProcessor with a runtime FP
3f0e25ca47 : Remove mtklein from housekeeper message
c766dd5f7b : Fix p3_ovals GM on high-DPI displays.
4ce5bc2302 : Revert "Switch back to non-SkSL matrix color filter for all clients"
f62632c7c3 : Remove SkShaders::Lerp
0eb35a9e35 : Fix gn for skpinfo so it can find vulkan headers.
9a2aa9708f : Implement SkBlender support in SkVM.
3177f853ea : [infra] Fix fetch-sk and fetch-skps
9b170c6d3f : Implement SkBlender support in Ganesh.
33d4ac4533 : Reorder dithering setup in GrPaint creation.
39e9887dc3 : Fix iPhone6 Programs test.
c3889e8f94 : [ngatoy] Fix memory leaks
c77684a25e : Roll ANGLE from f89f244d5259 to 24155b13671f (6 revisions)
d4f36e6c8c : Roll SwiftShader from 84bc198202e5 to cf2ffd05cbc9 (2 revisions)
4e70111224 : Roll Dawn from 5b6c1ebce7c6 to b86e45f8ca87 (6 revisions)
abed267359 : Reland "Use a custom FP for tessellation atlas clips"
ca8191b0ad : [androidkit] Add linear gradient
12f3e56ed6 : Fix typo in link
fd3ec901e0 : Revert "Use a custom FP for tessellation atlas clips"
7c4aa813d3 : [ngatoy] Remove old clipping system
d812cead57 : Revise GrRingBuffer to be more stable with Metal GPU capture.
71143950f4 : Switch GrMeshDrawOp::Target to be the stand alone GrMeshDrawTarget class
8e814b3be0 : Replace GrClampFragmentProcessor with runtime FPs
2e303cb532 : Expose Deserialize, so we can wean clients off of flattenable api
90a0d9f618 : Use a custom FP for tessellation atlas clips
294723d690 : Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc
171fba72bf : Add OptFlags support to GrSkSLFP
e4c64f2282 : Don't disable correctness workarounds for SwiftShader
e8502cc73c : Add another new nvidia vk extension not covered by layers.
9c2fccbbee : Add SkBlender setters and getters to SkPaint.
e07555f6aa : Build HarfBuzz without ICU support
597da9e5e2 : Only take DWrite mutex on older versions
cc2d073020 : Remove SkPaint::getHash
b2cb817d23 : Add the concept of an "input" FP to GrSkSLFP
fba8a742cb : [canvaskit] Deploy 0.28.0 to npm
c5f8433d47 : [canvaskit] Add known swiftshader bug to Changelog
b2b5f2beaa : Switch back to non-SkSL matrix color filter for all clients
491282486e : Reland "Add SkRuntimeBlender class."
33da72d168 : Roll SwiftShader from 72e6254a135d to 84bc198202e5 (1 revision)
c84c4d114e : Roll ANGLE from ebf756983dd8 to f89f244d5259 (35 revisions)
99490c012e : Roll Dawn from b03adf374711 to 5b6c1ebce7c6 (7 revisions)
be03ef1565 : Remove ableist language
5837aad590 : Expose bounds for maskfilters
3e4ef49890 : Remove SkBlendMode from SkSL
c804b740b8 : Revert "Add SkRuntimeBlender class."
6034941cc2 : Add SkRuntimeBlender class.
cfa4774f9a : [androidkit] expose SkPath to androidkit
4ce6f1393c : [infra] Update wasm_gold_aggregator
2e2488c813 : Call test.modifyGrContextOptions() in wasm tests
e8f6663287 : Disable tessellation instead of CCPR in GrClipStack_SWMask
8f9f763ec5 : Remove unreferenced TODO function.
9300391a77 : Add Make functions for runtime blends.
759802fdd1 : Reland "Fix more new Clang warnings"
2d8b835cad : Add SkBlender class; thread into SkVMBlitter.
3674f589ee : Make GrPathRenderer and all derived class be OGA-only
9a1d38c455 : Convert spaces to tabs in wasm gm Makefile
cc5a46f4d9 : Roll ANGLE from 1fcbf77c7397 to ebf756983dd8 (6 revisions)
6448ec390d : Revert "Fix more new Clang warnings"
b9c9829fd6 : PDF backend: don't apply paint alpha twice when we have a shader
c4de8e4aad : [canvaskit] Add documentation about node/npm
e5d23f0b1f : [canvaskit] Fix incorrect malloc for text style shadows
e5894fce58 : Roll SwiftShader from 9559e5836cc1 to 72e6254a135d (1 revision)
fab6ede2ec : Roll Dawn from 2ee28d304f29 to b03adf374711 (9 revisions)
af8047dbb8 : Rename existing 'Blend' enums/names to 'BlendFilter'.
6ae690f8b2 : Rename UseRasterPipelineBlitter to UseLegacyBlitter.
237bf5284d : Wrap GrMtlRenderCommandEncoder methods in AVAILABLE checks
dca72634f1 : [android] Bump gradle heap size to 4GB
c3aa2f05cf : Address some compile warnings from Clang 13
70ae91f5b2 : Support specializing uniforms in runtime FPs
43a8b0ca39 : Implement a simple clip atlas with GrTessellationPathRenderer
3d5483a547 : Fix more new Clang warnings
c03dc7e638 : Roll SPIRV-Tools
95b00157a4 : Fix -Wc++11-narrowing for Skia.
eb01ac1b27 : Fix issue uncovered by -Wrange-loop-analysis.
6823b50830 : Revert "Revert "Switched SkSL parser APIs from char* + length to string_view""
683fd62a4c : Remove unneeded includes from pathops
62214f779f : Clean up prior to making GrPathRenderers OGA-only
ca1f0c1bc4 : Remove out-of-date TODO comment.
a981b455a0 : Remove redundant check for null SkData in runtime effect serialization
2ec921e02a : Roll SK Tool from a5086dc4a31a to 059b36d98a16
4f3e6a261b : Moved DSLWriter::ReleaseProgram into DSLCore.
4f382641ec : [androidkit] Add pinch-zoom support to cube demo
5076f9c489 : Fix a DSL issue with special variable handling
8eec8a2cb3 : Remove manual uniform tracking logic from three FPs
a5dde76252 : [ngatoy] Add Save, Restore, and Clip Cmds
fa0e5bc2d2 : Actually make GrContextOptions::fUseNGA GR_TEST_UTILS-only
1ca0da4b91 : Make GrClipStack, GrClipStackClip, and GrReducedClip OGA-only
5856683b9c : Wrap MTLRenderCommandEncoder in GrMtlCommandEncoderClass.
85ed605159 : Revert "Switched SkSL parser APIs from char* + length to string_view"
b5b7c98295 : Roll Dawn from 74f0c02044ca to 2ee28d304f29 (4 revisions)
c238572723 : Fully enable tessellation on all platforms
50c3c24758 : Add a simple path cache to the tessellation atlas
ef1f4991a6 : Update the "os" dimension of Windows tasks to "Windows-19041".
2705cbf9bd : Switched SkSL parser APIs from char* + length to string_view
d6c51edd52 : PixelRef is not a flattenable
cd33e4accd : purge unused flattenable enums
bc4bc5f1e2 : Add setter API for willReadDstColor FP flag.
9b0841d822 : Remove "magic bus-error" pointer reassignment.
1907f9051e : Expanded PropertyObserver interface to include Node Type
bc215ba3bb : Web api to expose icu-like functionality
5c75e8322d : Moved Settings handling into SkSLFieldAccess
dd84dd09f3 : Roll ANGLE from d769742c30c2 to 1fcbf77c7397 (12 revisions)
34e5b48cea : Roll SwiftShader from 81ba5f47b66c to 9559e5836cc1 (1 revision)
2a07fd68eb : Roll Dawn from f8a0f82fad38 to 74f0c02044ca (1 revision)
08ac524b43 : Added operator= on DSLCase
c94457c4bc : Added missing declaration to DSLBlock.h
1888466d6b : Breaking lines by words, not by graphemes
1f5ee0d00c : Remove extra GrSkSLFP constructor
ecc8e3bc04 : CPP Text Editor
7ae272f043 : Add a single-pass tessellation Op for convex fills
9d1cc05100 : Add scratch-only version of performDeferredCleanup
962dec40cb : Removed StringFragment alias in favor of skstd::string_view
628638b1f9 : Reland "Wean tessellation off SkPathOps"
2919bbdab8 : Added DSLSymbols
d2e0960696 : Removed SkSL::StringFragment in favor of string_view
a1feabd383 : Ignore divide by zero in SkColorSpaceXformSteps::apply
6285d64027 : Support mixing shaders and color filters in runtime effects
9c19b9f1ff : Fix for fuzzer-discovered out-of-bounds array access.
668496b11c : Add comment explaining why .stage output looks strange
7b931f8f78 : Add possibility of not compiling OGA files
fdad22960e : [ngatoy] Strictly differentiate between painter's order and the sort/draw Zs
1f6ca3a950 : [ngatoy] Make an explicit ID class and simplify Cmd class
2a3fb1baa1 : Roll ANGLE from 69f2fb0066e8 to d769742c30c2 (5 revisions)
843b9ae6c6 : Roll SwiftShader from 5ecc95a00e2b to 81ba5f47b66c (1 revision)
11dbd875bc : Roll Dawn from 9c375faf4cba to f8a0f82fad38 (10 revisions)
198ac15a90 : Reland "Fix tessellation checks for "usesVaryingCoords""
7391511f7b : Fix compiler error in TessellateBench.cpp
50d0d097c3 : Add dest-color support to the Pipeline stage.
5d1599f69d : Revert "Fix tessellation checks for "usesVaryingCoords""
d51d62eb09 : Fix available check for MTLLanguageVersion
a784914e74 : Rudimentary SkRuntimeImageFilter
9e67891b72 : Revert "Wean tessellation off SkPathOps"
bd727d0620 : Fix tessellation checks for "usesVaryingCoords"
03f1d12b64 : Allow image filters to require a translation-only layer transform
4f4b5212d5 : Don't discard user bounds for transparent-affecting color filters
2815b0389c : Reland "Plumb the full dst color info through color filters in SkVM"
18a100bf4e : Removed erroneous check from DSLFunction
5b18ba1cc0 : Reland "Validate argument types to GrSkSLFP::Make (in debug builds)"
8b86811763 : Fix skottie_tool build
b60356169b : Switched SkSLSetting over to using StringFragment
d2b8ba3369 : Add a fixed-count impl for tessellated wedges
ec10dedc3a : Re-enable support for Metal on iOS 10
9a9ca5ae4a : Revert "Plumb the full dst color info through color filters in SkVM"
3d808f47a3 : nanobench should only serialize finite values to JSON.
5cde40de53 : Revert "Validate argument types to GrSkSLFP::Make (in debug builds)"
2cd060b283 : Fix gardening doc heading point size
89845cb139 : Update Skia gardener doc to mention Flutter Engine Sherriff chat room
d5f9962740 : Switched SkSLSection over to use StringFragment
61c7888dfa : Plumb the full dst color info through color filters in SkVM
9173b3ff9a : Fixed constructor signature in skstd::string_view
43c713d5cd : Validate argument types to GrSkSLFP::Make (in debug builds)
1d113ed1d9 : Remove unreferenced hello world example
87b57fa132 : Move GetFallbackColorTypeAndFormat to GrCaps
cb3f56f68f : Fix strings in header files.
d1b530a785 : Convert GrMagnifierEffect to a runtime FP
6b2121d0ec : Wean tessellation off SkPathOps
e7e5063205 : Disable DMSAA on WebGL
fc5ce773a6 : Roll ANGLE from 1ab6d214182b to 69f2fb0066e8 (12 revisions)
de0b518b81 : Roll SwiftShader from 3da42a3a2cd6 to 5ecc95a00e2b (1 revision)
163cc91242 : Roll Dawn from 0f9ea803cc6f to 9c375faf4cba (12 revisions)
031d76b674 : Rename GrPathStencilFillOp -> GrPathStencilCoverOp
26666bda75 : Replace the indirect patch tessellator with fixed count
917f9193d2 : Delete GrPathTessellationShader::OpFlags::kPreferWedges
acdbb1e397 : Move reduced shader mode logic outside test macro
70c21e34ca : Refactor middle-out tessellation shader for fixed count
f7f36ae077 : Add ProgramKind::kRuntimeBlend for Runtime Blend functions.
29d9f1dd23 : Enable reordering on newer Adreno drivers
3650f6d9e5 : Revert "Reland "Reland "Use SkImage_Raster's unique ID to cache textures."""
7ad3aa20c9 : Fix DMSAA loads on ES/ANGLE
89d460f27b : Skip the SkRemoteGlyphCache_DrawTextAsDFT test if not supported
eaa9e07e1c : Marked String(string_view) explicit
0d1e2ca1e6 : Roll ANGLE from 0a6c6c00ad2f to 1ab6d214182b (7 revisions)
f07b4ce437 : Converted DSL APIs to use skstd::string_view.
87fab9f72a : Changing dst sample type to flags.
5b5a4c6bf5 : Roll ANGLE from b4b27e45f805 to 0a6c6c00ad2f (7 revisions)
85f05834fb : Roll SwiftShader from efe254de5d88 to 3da42a3a2cd6 (1 revision)
2c7fd11109 : Roll Dawn from 84481bbb35d2 to 0f9ea803cc6f (8 revisions)
155c33c859 : Add a workaround for "ldexp(..., -x)" on Mac/Radeon/GLSL
3a82b7dee6 : Disable standard derivatives on PowerVR Rogue
2c9a6ec3a0 : Added skstd::string_view
8aef107f6d : Fix tessellation GLSL issues on Mac
d4e19ac8c7 : Don't emit tessellated curves that only need one segment
9aa5c2c860 : Roll SK Tool from a04050e5c1d1 to 4554767b24aa
443b5da2d2 : Remove GrRuntimeFPBuilder, SkRuntimeEffect::makeFP
dc03537758 : Reland "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH"
f4741026ea : Add a matrix and "_log2" variants to SkSL wangs_fromula_*
516405c5b0 : Add option to switch between OGA and NGA SkGpuDevices
e384c06108 : Add templated GrSkSLFP factory to eliminate nearly all overhead
ed3c0ed9e4 : [androidkit] fix parameter names for drawRect
681e409625 : In GrSkSLFP, store uniform data immediately after the FP
fc8cf91cee : Revert "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH"
a733cb07c6 : Roll ANGLE from fafd64a62e5b to b4b27e45f805 (11 revisions)
14eee314b1 : Roll Dawn from 2adb3c83e4b4 to 84481bbb35d2 (10 revisions)
aad4b80fa6 : Roll SK Tool from f02d2c5ee201 to e147c15a938d
bcfdc1d438 : Use GrDstProxyView to store the dest-texture in GrPipeline.
f961bc256d : [androidkit] expose image filters to androidkit library
4b18510931 : Simplify GrPipeline::genKey.
a306dbf5db : Allow reduced shader mode to be enabled outside tests.
3e77d6eff2 : Remove unused 'offset' parameter from peekDstTexture.
8cb7c3be75 : Revert "[infra] Roll Infra dep to update CIPD packages"
0fbc6a3bcb : Fix up names from RenderTargetContext to SurfaceDrawContext.
bbaf630c76 : [svg] Document container size semantics
c227bbea02 : [infra] Roll Infra dep to update CIPD packages
73c5c8322e : Roll SK Tool from c1f2151146c7 to e9a7516eb634
bb04e3d47e : Add new FP, GrFragmentProcessor::DestColor.
35288634aa : Make _dstColor a global variable.
7788b3a62f : Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH
9500c8b1f9 : [androidkit] See-through face for CubeActivity
416477a8af : [androidkit] expose saveLayer
1acbc1ec8c : Combine two half2 dest-texture uniforms into a single half4.
f440fea931 : Move dest-texture readback code out of XferProcessor.
a4041a7d83 : [ngatoy] Delegate creation of the sort key to the individual Cmds
816833dfde : SkWuffsCodec: ignore too much pixel data
87960de2ae : Migrate GrDstProxyView to its own header.
6dd19477c5 : Make the SkGpuDevice factories return SkBaseGpuDevices
d7b8dc086b : Draft explainer for Text API
010d088e3b : Migrate dest-texture uniforms to GrGLSLBuiltinUniformHandles.
08d0d86b81 : Roll ANGLE from 152450f82146 to fafd64a62e5b (20 revisions)
727fbe089d : Roll Dawn from 661928894ec9 to 2adb3c83e4b4 (13 revisions)
2692b0dd11 : Roll SwiftShader from c1e4abc1bcfe to efe254de5d88 (3 revisions)
568ef84d3f : Re-enable sk_VertexID support on SwiftShader Vulkan
a1a3afe951 : Always trigger DMSAA when there is stencil
7aa7939a60 : Roll SK Tool from cd1617622f0e to 15a35d1c64b9
4df7943d16 : [ngatoy] Make RectCmd store a fake paint
dca342a773 : Move discard and asyncRescaleAndReadPixels* to SkBaseGpuDevice
785ecad487 : Disable VK_NV_acquire_winrt_display in our apps
7856eb88ed : Breaking functionality into separate steps
fa8af0a545 : Add methods to access the top device's render target proxy
e69f25f4f4 : Add GrFragmentProcessor flag indicating dest-color readback.
78297af33a : [canvaskit] Remove *Builders in favor of Malloc.
82186e944e : [canvaskit] Remove 2d arrays from path commands
053eb1ba91 : Remove early-out from color analysis pass.
edcd431f42 : Retract the SDC from GMs where possible (take 2)
4377bc917f : Bump ws from 7.3.0 to 7.4.6 in /tools/perf-canvaskit-puppeteer
357e67e7af : Fix potential overflow when output dimensions are very large
1bc9f373d5 : Turn on Perf tests for Pixel4.
690a215606 : [infra] Remove most asset scripts, update create_and_upload
0b0ae67e27 : Reland "Reland "Draw image filters directly under non-axis-aligned transforms""
df398c5552 : [canvaskit] Fix demo image link
7b6a92818d : [canvaskit] Add Surface.makeFromTexture
6f4bacb9df : Roll ANGLE from c12f594a19b1 to 152450f82146 (17 revisions)
f49d27553b : Roll Dawn from 01407851360e to 661928894ec9 (4 revisions)
cb66e25d23 : Roll SwiftShader from 90c0551ca547 to c1e4abc1bcfe (2 revisions)
6e82db35a6 : Update Bazel CIPD package to v4.1.0.
03e7830200 : Set up the dest-proxy-view texture binding before emitting FP code.
bd6c7b1778 : Use the correct "Wang's formula" for conics on the GPU
7d05cdafe4 : Revert "Retract the SDC from GMs where possible"
b8416d27be : Retract the SDC from GMs where possible
0d41b1f52d : Roll SK Tool from 5251331b2253 to 1c245dbb1f17
3e2fe2b007 : One function for computing rt-adjust uniform once flip is determined.
e6f45318ef : Make GrWangsFormula::conic take "precision" instead of "tolerance"
2da6c9cefc : Decouple conic and cubic implementations of Wang's formula in SkSL
d9bdc32347 : Split GrPathTessellator subclasses into their own files
10461f3a6a : Reland "Reland "Use SkImage_Raster's unique ID to cache textures.""
ee0d18add1 : Hoist strlen out of loop in SkRuntimeEffect::find*
661b5d0e87 : Query AHB usage for renderable when importing into Skia.
c27e0dc64f : [androidkit] Add an extra Skottie sample to CubeActivity
0844cfa839 : [androidkit] Add touch scroll/drag support to CubeActivity
52cb1d059d : Rename GrXferProcessor::DstProxyView to GrDstProxyView.
2e76c84b8b : Use WebGL2, not EGL, and don't use replace clip op.
7db0e2f942 : Remove wrapping of GL sync objects around EGL syncs in EGL test contexts
5e6a1fec93 : A set of scripts that analyzes `jobs.json` to look for possible holes in our testing.
fa1cb40c2d : Compute max inclusive vertex for drawIndexed in FillRectOps
feb099c403 : Delete GrStrokeIndirectTessellator
72fb3fcdf0 : [canvaskit] Use copy1darray to send arrays to JSSpan
8e89f60c49 : [canvaskit] Update docs to account for API changes
1e3121af47 : Replace replaceSurfaceDrawContext with replaceBackingProxy
42754922fb : Move GrRecordingContext pointer to SkBaseGpuDevice
d51fbe1a78 : Roll ANGLE from fe93fcdd1b48 to c12f594a19b1 (9 revisions)
5163bf70bd : Roll Dawn from f3db4dbca090 to 01407851360e (10 revisions)
f4f9c3b6cc : [nanobench] Report the ratio of median/min.
b63711a6c4 : Hide path tessellation shaders in private files
e79a6da3b5 : Fix empty stroked rects with butt caps
c9b70c6543 : Fix type in GPU name for one Adreno640 job.
98c1a81d47 : Limit fixed count stroking to 32 parametric segments
3b412788fd : Move tessellation shader files into a subdirectory
1ebf23c95d : Make sure we wait to call finishedCallback in vk setBackendSurfaceState.
df3ed435a7 : Fix bug number on TODO.
d774558eb1 : Implement compile-time optimization for mix().
598c5e5b07 : Implement compile-time optimization for matrixCompMult().
12eb0ee65c : Add a new Program input indicating that dFdy() is used.
2f733ec2dd : Restructure path tessellation shaders
8f73edeaf6 : Added more SkTOptional APIs
d7f5bc80fb : generalize allocation alignment for emscripten
4943421095 : Roll SK Tool from 2d945d0755a2 to e6bce5f8148d
9df48c6ba6 : Add test for literals that overflow int64.
f9d1c159b3 : Reorder intrinsics to match sksl_public.
b0d93ccc90 : Detect out-of-range integer assignment.
c43dc5e038 : Implement compile-time optimization for cross().
a0317b8c41 : [androidkit] Add runtime shader sample
b069582d16 : Add regression test for oss-fuzz:32156.
e4ac484ac0 : Implement compile-time optimization for atan().
e60d268bd6 : When faking GLsync with EGL insert eglSwapBuffers
ce6fe3fe80 : [androidkit] Add Skottie sample
8c8abd8f9f : [androidkit] Start implementing reusable samples
4abf558c9f : [androidkit] Relative-sized cube sample
491f412c94 : Remove lua from DEPS
9af0bca3de : Minor GrSurfaceDrawContext retraction
fe9b4316d8 : Roll ANGLE from a9f26cc1ec75 to fe93fcdd1b48 (5 revisions)
2d3730fea6 : Roll SwiftShader from f504d9ef5615 to 90c0551ca547 (1 revision)
105286433d : Roll Dawn from 2e660b38ec56 to f3db4dbca090 (5 revisions)
c7abc8bfa0 : Disable the indirect stroke tessellator
a9109c50fb : Update SKP version
77724af76c : Add 'w'avy style to textedit
8942247ae4 : Roll ANGLE from ce7d80bd43eb to a9f26cc1ec75 (4 revisions)
62f56462b5 : Roll Dawn from 5b71d9dbd174 to 2e660b38ec56 (1 revision)
7e114d7b3c : Roll SwiftShader from 21c3054afcd0 to f504d9ef5615 (2 revisions)
481b3240fb : Roll SK Tool from 100e5884f484 to b8ac2c73e586
890498e3d7 : Roll ANGLE from 163f6ac055f4 to ce7d80bd43eb (12 revisions)
b1eb7dd759 : Roll Dawn from 5d39860fef79 to 5b71d9dbd174 (4 revisions)
626a7ac44d : Roll SwiftShader from 5d449d4fcb77 to 21c3054afcd0 (4 revisions)
2a63f82422 : Don't request a stencil buffer for strokes that don't need it
b4403a9529 : Deprecate GrDrawOp::fixedFunctionFlags()
bdda1a3ccd : Remove SDL from DEPS (and SDL example that used it)
99e362f2be : Simplification & separation
7d341a37f7 : Add unit test for Type::minimumValue and Type::maximumValue.
35981296a8 : Prevent overflow of integral types during constant-folding.
ce9d8e143d : Remove all traces of OpenCL
b0355a7643 : Fix trickycubicstrokes and widebuttcaps bg colors on GpuTess
ace17c2f46 : Add LICENSE file to third_party/expat/include/expat_config/
658d96662b : Fixing the worst case when text cannot be resolved at all
7377afb851 : Add a bit-width field to SkSL types.
6edc8d9617 : Remove 'hasUserStencilSettings' from GrClip::apply
55cbc75930 : Add comments to clarify use of fInputColorIsOpaque
13adb4a398 : Speed up the fixed count parametric/radial sort
f893d47a21 : Add copyright header to expat_config.h
e6484b5b2a : [canvaskit] Rollback gm tests compile version
64c848b384 : [infra] Delete bin/try* and tools/chrome_release_branch*
b01c18625e : Implement compile-time optimization for inverse().
afaddc959c : Prevent overflow to infinity in constant-folding.
0bdf8a3435 : Simplify GrGLSLFragmentShaderBuilder::getPrimaryColorOutputName.
2e24270ece : [debugger] Fix build after update to emsdk 2.0.20
123e55968d : [canvaskit] Build with emsdk 2.0.20
61b0a88357 : [canvaskit] Update testing dependencies
dc5530e5b3 : [canvaskit] Retry loading assets for tests
95d599c0a0 : [canvaskit] Introduce self-documenting pointer types
e9f1989c38 : Roll Dawn from 44fc6e3ab55d to 5d39860fef79 (3 revisions)
a69b3db7e1 : Roll ANGLE from 91e693afce9b to 163f6ac055f4 (22 revisions)
db4b0fb940 : Roll SwiftShader from b46b97c10c10 to 5d449d4fcb77 (1 revision)
b35fbdbb06 : Add test demonstrating overflow error in SkSL.
f81ac4270c : Roll libexpat to 2-4-1
614e398ed3 : expose Matrix transpositions and setUniform to RuntimeEffectBuilder
b20521277d : Use std:: versions of math functions.
f47cfa8be5 : Implement compile-time optimization for refract().
c3ff098020 : Implement compile-time optimization for pow().
4ceccaf053 : Implement compile-time optimization for reflect().
59adca5082 : Revert "Temporarily disable reordering on bots again"
789ec0533e : Temporarily disable reordering on bots again
aaccd85ac0 : Revert "When faking GLsync with EGL insert eglSwapBuffers"
c5b1d50ea3 : Remove unused intrinsic enum from VM generator
7cfa1ce9db : Implement compile-time optimization for faceforward().
3af709f71a : When faking GLsync with EGL insert eglSwapBuffers
3ef2c61c50 : Implement compile-time optimization for normalize().
419d2ced2d : Implement compile-time optimization for dot().
ca911aee63 : Remove non-conic stroke shader specializations
64d06ba897 : Delete identity matrix shaders from tessellation
e1c2beb3be : Implement compile-time optimization for distance().
f9c2323f37 : Turn evaluate_intrinsic_(float1|bool1) into a template.
0fb5e6290f : [infra] Use different dimensions for different XCode versions
1a7fb9b396 : Roll Dawn from e1598e4891ec to 44fc6e3ab55d (4 revisions)
9b2baac1d6 : Implement compile-time optimization for length().
e5240a2498 : Implement compile-time optimization for mod().
ad5b44720f : Improve hw tessellation coverage on "GpuTess" dm bots
4987c4af49 : Implement compile-time optimization for smoothstep().
27724cd169 : Disable SkSL test for clamp().
fb98441e87 : Roll SK Tool from e0bb16c650f5 to ecd65ead0e34
ee7e22acd2 : [androidkit] Add fling support to cube demo
9a4c965b2b : Remove GrBlurredEdgeFragmentProcessor, use GrRuntimeFPBuilder
0873ac9b1d : [infra] Remove skqp build and test
569c01bfa2 : Simplify heuristics for selecting path tessellators
017ffd7e05 : Implement compile-time optimization for step().
0727a80885 : Implement compile-time optimization for clamp().
8cdf28fe2d : Elide sample coords for GrSkSLFP if only used for pass-through sampling
0095fcb5eb : Make SkBaseGpuDevice sufficient for GrVkSecondaryCBDrawContext
70ae4c8ef0 : Add test for runtime effects that don't need sample coords
4453c9add2 : [androidkit] add navigation spinner to demo
7f17d36c2c : Implement compile-time optimization for min() and max().
5ccb4c1b1d : Make SkSurface_Gpu::getDevice return a SkBaseGpuDevice
37cf46f0e5 : Reduce code size by using std::function.
966fb69e5d : Add gm for inner join geometry
c91dd69279 : Update GrFillBoundingBoxShader to use attribs
4ed2baa981 : Added skstd::optional
6576de67a4 : Test master branch deletion
30fd35da01 : Roll Dawn from df7ddab82562 to e1598e4891ec (2 revisions)
d9fe013c6f : Roll ANGLE from c229ccfeea64 to 91e693afce9b (3 revisions)
443fa19832 : Implement compile-time optimization for sqrt(constant).
8606cec341 : Reland "Re-enable tessellation for cacheable strokes"
215a7e6fbb : Fix ATRACE macro usage after param change
6be4e45d8b : skip, don't fail, yuva420_odd_dim_repeat on abandoned context.
77ecfc92e4 : Add clip id to ngatoy's SortKey
779125d7bc : Cleanup SkGpuDevice factory functions a bit
e2078f1106 : Make GrGpu pixel ops functions take SkIRect instead of LTRB params.
f76602e3bf : Roll SK Tool from c302f28e836a to 831c9fe9d89a
4b73228b07 : NGA sorting playground
015069cb04 : [infra] Add bin/fetch-sk
cd5713af6e : Remove sampler support from .fp files
639e812d9f : Remove usage of sqrt() as an optimization barrier in tests.
b639792f71 : Re-enable all matrix-related tests on Adreno.
69240482cf : Optimize GrStrokeFixedCountTessellator
7b0c8df669 : Fix tile period of subsampled planes in YUVA images
754e00e959 : [androidkit] change main activity to be like practical app
994a37be7e : clean up SkPathEffectPriv removal
1042334c6e : Add SkFilterColorProgram
db418ec6cd : Update the documentation for GrResourceAllocator
90a40bb298 : Don't add mips to pinned raster images
5cc24c07bb : YUVUtils function for splitting image into yuva planes.
cd7fc79579 : [infra] Remove Moto G4 tasks
f061c59792 : Rewrite matrix comparisons to work around Adreno bug.
b1bc34243e : Revert "Whitespace change for master->main migration test"
0e4477e713 : Switch to malloc/free to be compatible with CanvasKit.Malloc
09eb337d30 : Roll Chromium from e4951e43cf8f to 9aeecd90eabf (1007 revisions)
29670b0853 : Roll SwiftShader from 3b9a1a795f1e to b46b97c10c10 (4 revisions)
c66d708545 : Roll Dawn from 4589de61a07e to df7ddab82562 (8 revisions)
a3c2a4a809 : Roll ANGLE from 44fabb7b8864 to c229ccfeea64 (11 revisions)
f88eb656c1 : Update SKP version
ec9d0e865d : Move patheffect details to (private) base subclass
8447f13c6d : Chop tessellated curves that don't fit in a patch
5ee369f623 : Rename caps bit for matrix comparison rewrites.
cbe4634d94 : Revert "Temporarily disable reduceOpsTaskSplitting on bots"
147cfda6d8 : Allow function declarations to take (void).
0ea0e75a3d : Update release notes for m92 cut, m93 begin
8f4e924181 : Move class into impl
b1e9cb08c1 : Remove fExpression (matrix expression) from SampleUsage
50cc5d4147 : [androidkit] Image shader support
8017581ec0 : Don't under-allocate curve tessellation triangles
54593e7424 : Revert "Reland "Use SkImage_Raster's unique ID to cache textures.""
465819d7c2 : Update Skia milestone to 93
e5be65e998 : Update references to master branch
1c933f83c1 : Fix an egregious overallocation error in GrVertexChunkArray
7dd999696d : Remove last two uses of SkGpuDevice's GrSurfaceDrawContext-based factory
9604eab2bd : Temporarily disable reduceOpsTaskSplitting on bots
7c67ebcd3b : Roll ANGLE from 019eda5c9478 to 44fabb7b8864 (10 revisions)
a39b80bfd3 : Roll Dawn from b58efd079cab to 4589de61a07e (6 revisions)
36c5796f0b : Add caps bit for 2x2 matrix comparison rewrites.
77a5bc3212 : Remove GrArithmeticProcessor, use GrRuntimeFPBuilder instead
ec87dc1b76 : Just expose factories for patheffects
298de8a345 : Add catch-all Adreno6xx renderer type.
6e5d64b160 : [androidkit] Add SamplingOptions
934c02142e : [androidkit] Introduce Image support
25be58e24b : Reland "Eliminate unreachable code during optimization."
b82e93103e : Reland "Add support for do-while loops in PipelineStage."
1391170bee : More ctype cleanup in SkSL
60e52284d5 : Label `willReadDstColor` argument to GrXferProcessor ctor.
82c4a69b27 : [canvaskit] Roll 0.27.0
21282e7dc8 : Roll SK Tool from 473c0ef7fb65 to 4ef22d867c8f
d2c5a80281 : Enable additional do-while SkSL tests.
6017b4833f : [canvaskit] Remove two previously deprecated APIs
54c878ef1c : Retract GrSurfaceDrawContext when creating SkGpuDevices
6011bbcf48 : Fix comma operator support with matrices in Metal.
2758a3189a : Add triangle support to GrPathOuterCurveTessellator
ea46fb7d20 : Disable CCPR everywhere except testing
0801ffdf20 : Update path tessellation shaders to use GrWangsFormula
1c4a0b89b0 : Roll ANGLE from eaa6961d64d1 to 019eda5c9478 (14 revisions)
e72fd09ce1 : Revert "Eliminate unreachable code during optimization."
edb7aa70fc : Revert "Add support for do-while loops in PipelineStage."
1f193df9b3 : Roll Chromium from 6f2ae8d58410 to e4951e43cf8f (598 revisions)
4f0d9a0971 : Roll Dawn from fd783ce6270a to b58efd079cab (7 revisions)
d24422a9fe : Roll SwiftShader from 0ca03fb2907c to 3b9a1a795f1e (4 revisions)
9c7e04cd6f : Add support for do-while loops in PipelineStage.
ee8f277198 : Support complex matrices in Image image filter
c6260f9742 : Eliminate unreachable code during optimization.
794e74eda5 : Update SKP version
8988cb4643 : Whitespace change for master->main migration test
b32708a507 : Use SkM44 for SkDevice's device-to-global transform
9176a65eff : [infra] Use TRIGGER_MAIN_ONLY instead of TRIGGER_MASTER_ONLY
10e7e77909 : Reland "Switching SkText to UTF16"
850e4b5de1 : Fix linkedin pageset for RecreateSKPs bot
42bee2d3d2 : Enable all Direct3D tests
d6584bd999 : Add GrColorFormatDesc GrBackendFormat::desc()
f83a232fed : [akdroidkit] Release the surface when exiting SurfaceRenderer's loop
814c6db4c0 : Reland "Use SkImage_Raster's unique ID to cache textures."
a65c295c1c : Exclude a few more tests from mtltestprecompile
d7d7a8215e : Roll ANGLE from ac42dbf98772 to eaa6961d64d1 (15 revisions)
d9ea2989d6 : Roll Chromium from 0a2ed03e195c to 6f2ae8d58410 (503 revisions)
996305dba2 : Roll Dawn from 880a3d631197 to fd783ce6270a (2 revisions)
f519ab8f09 : Remove SkSurface_Gpu::MakeWrappedRenderTarget
3c74a5357a : Add GLSL workaround for 4x2 diagonal matrix bug.
a5569ac9c4 : Fix abs intrinsic detection in GLSL backend.
d45ebbc664 : Simplify getNormalizeSkPositionCode using DSL.
fa6a127310 : Large simplification of the CType mapper logic in SkSL
bfeba24b06 : Add GM for failing Image image filter
a655f0d8d4 : Direct3D: implement transfer methods
be65cd5543 : Use DSL to simplify applyInvocationIDWorkaround
4af11a109a : Detect chrome command buffer separately from GL driver.
0dfb1c93c1 : Use template specialization to remove redundant parameter
c23386ca39 : Remove layout(override_coverage)
a1304f513e : [androidkit] Add SurfaceRenderer utility
a9f759d022 : Rewrite the path tessellation sample
3c429d05f9 : make jline a JS object
04192529f1 : Roll SK Tool from 67f2438a6a3a to 8650dbaf6050
3adc091af8 : Remove layout(tracked) from SkSL
d682b9f650 : Roll SK Tool from a795b4c90da7 to 67f2438a6a3a
9e42ec3058 : Remove usage of GrImageInfo from SkBaseGpuDevice
fb8d20befa : Stop using layout(tracked) in .fp files
bdfd776161 : Optimize reading from a JS array
55a63afc5f : Make it possible to use the DSL from within the compiler itself
5e8d88ef29 : [androidkit] Add support for Skottie animations
24a358e20f : Remove wgpu::Fence object from Dawn backend.
a5654567f6 : [androidkit] use cube face normals to prioritize cube face draws
5696bcd0f7 : GrColorTypeDesc -> GrColorFormatDesc
66125eac15 : [canvaskit] Specify gold url and bucket for uploading
3d854bade6 : Roll Chromium from ecbf59478cb7 to 0a2ed03e195c (406 revisions)
419241b323 : Roll Dawn from c2a281862153 to 880a3d631197 (13 revisions)
b35c4aa604 : Roll ANGLE from 8328743a2ec3 to ac42dbf98772 (13 revisions)
454bf27e2c : Roll SwiftShader from af907708adb3 to 0ca03fb2907c (1 revision)
e8cd0a5404 : Don't need/want to pay attention to non-shaping attributes
e73c070911 : Refactor stroke tessellation shaders
2fed9f62d2 : Disable SkSLStaticSwitchInline_GPU on Adreno.
325c808ebb : Enable additional SkSL tests which require non-ES2 features.
f2b08cc9c8 : Fix SPIR-V code generation of dead return statements.
c2132ea18d : Start retracting GrSurfaceDrawContext
85edec6c9f : Update stroke tessellation shader to match instanced
858fc99f0d : Make GrRenderTask::numTargets non-virtual
304f653e1d : Optimize GrOpsTask::onIsUsed
5b38536d76 : [canvaskit] Add tests for getGlyphIntercepts
489fa0b121 : Reland "Delete the index buffer from middle-out tessellation"
7069804621 : Revert "Enable vertex ID support on Metal"
ec978bbc4d : expose canvas.localToDevice to androidKit
5bd3a5c351 : Disable vertex ID support on SwiftShader
5108c6848f : [infra] Fix go.sum
191b4e2a00 : Enable proper testing of matrix-scalar ops.
4695312349 : Reland "When running on ANGLE GL backend use the underlying GL driver info to setup caps."
6b5b7e71ba : GrConvexPolyEffect skips all move-tos without assert.
6bddf46375 : Revert "Use SkImage_Raster's unique ID to cache textures."
bdf3bb7b5f : Add support for componentwise matrix divide in SPIR-V.
c1f6411045 : Enable a handful of tests which require ES3.
8005007e98 : Use SkImage_Raster's unique ID to cache textures.
9b984bb149 : Roll ANGLE from 3d082a102d72 to 8328743a2ec3 (5 revisions)
19f8f27282 : Fix usage of deprecated wgpu::TextureUsage::OutputAttachment
f0cb8da134 : Update go.skia.org/infra in go.mod/go.sum
a91bf055ea : Add support for matrix-scalar operations in SPIR-V.
ed0c0ed028 : [canvaskit] Add initial implementation of generating TS
ab3e6394a0 : Re-enable the nonsquare matrix test.
2da029b28f : [COLRv1] Map linear gradient extrema to [0, 1] range
d2567de8bb : Fix Metal MSAA in Viewer.
9c2769ec11 : Roll Chromium from 5bc0d1561110 to ecbf59478cb7 (935 revisions)
d22a70be4f : Roll ANGLE from bf4aa6c468db to 3d082a102d72 (4 revisions)
f91ce02013 : Roll SK Tool from bdc889bc194c to 1a8ff8585fce
bc7c754ce3 : Expose glyphIntercepts to CK
bc8e0d8ba0 : Roll ANGLE from 83689e32eef4 to bf4aa6c468db (11 revisions)
df2dbad1a8 : Reland "Reland "Reland "Use conics with w=Inf to describe triangles for the tessellator"""
0638df13a3 : Cull tessellated strokes that don't intersect the viewport
5a87b80360 : Roll SwiftShader from c4d054c6ad41 to af907708adb3 (2 revisions)
8731a71660 : Convert GrPathIndirectTessellator to use GrVertexWriter
024f41828b : Disable nonsquare matrix test temporarily.
fe788f9cd2 : Revert "Round up DMSAA attachments to pow2 if supported."
259553c942 : Perform basic pass-fail checks in MatricesNonsquare.
536b749882 : Revert "Reland "Reland "Use conics with w=Inf to describe triangles for the tessellator"""
c3e8a7eeb6 : Round up DMSAA attachments to pow2 if supported.
aecf8d5171 : Expose non-square matrix types when fEnforceES2Restrictions is off.
bd816d3c52 : Roll ANGLE from 39ee36406c7b to 83689e32eef4 (3 revisions)
81e2f9355b : Expose intercepts on SkFont
c650cc05f8 : Revert "Vectorize scalars in SPIR-V using ConstructorSplat."
16eead830a : [skottie] Clamp OpacityEffect values
6f520cd120 : Enable vertex ID support on Metal
82491c5d65 : Enable proper testing of const arrays.
6831635373 : Cleanup TODO for constant-expression handling.
18d4964a4b : Fix inflation radii of tessellated hairlines
43b593cbdc : Cleanup writeComponentwiseMatrixBinary implementation.
5d61cc2f87 : Vectorize scalars in SPIR-V using ConstructorSplat.
29b44fc226 : Add SPIR-V test for matrix-op-scalar math.
6b49c59085 : Roll ANGLE from c5e344b1e676 to 39ee36406c7b (3 revisions)
99e6f0fcfb : Reland "Reland "Use conics with w=Inf to describe triangles for the tessellator""
cad48c6868 : Revert "Reland "Use conics with w=Inf to describe triangles for the tessellator""
6e35474c93 : Revert "Reland "Delete the index buffer from middle-out tessellation""
3193a04b09 : Handle null vertex buffers in Metal
1a183bc90d : Roll ANGLE from 9809122dbd0d to c5e344b1e676 (9 revisions)
58134e1408 : Fix const globals in Metal
0c2ee32f4c : Reland "Delete the index buffer from middle-out tessellation"
1264001c8c : Use shared lock for charsToGlyphs
4c0da73206 : [skottie] Text fill/stroke opacity animators
6610bedc2e : Share DMSAA attachments in GL between render targets.
82fdab48ab : reject sizes that will overflow in SkSpan
6529990763 : Fix overdraw from unstable perspective math
025b914468 : [androidkit] add getter for matrices
c985e149ea : Add support for matrix division to Metal codegen.
7cbe66b334 : Cleanup operator conversion from assignment to non-assignment form.
0cfe5e1628 : Add a GrCullTest class
154bd1f522 : Avoid repeated failure messages in the dm logs.
465da15b16 : Reland "The Matrices test now verifies its results."
6b13129c30 : Add support for matrix + scalar to Metal codegen.
e3f8030494 : [androidkit] implement ThreadedSurface backed by WindowSurface
ff515df5b4 : Reland "Use conics with w=Inf to describe triangles for the tessellator"
3cbba1a848 : Roll ANGLE from 25b53ceb65b7 to 9809122dbd0d (1 revision)
43ee3f5930 : Fix implicit signedness change warnings in private includes
64df1c56f6 : Revert "[LSC] Add LOCAL_LICENSE_KINDS to external/skia"
80468d2832 : [LSC] Add LOCAL_LICENSE_KINDS to external/skia
88e5b0aa53 : [LSC] Add LOCAL_LICENSE_KINDS to external/skia
837f093fc1 : [LSC] Add LOCAL_LICENSE_KINDS to external/skia

+- Project: platform/external/sl4a

833a0b75 : [sl4a] Add facade to use instant communication mode API
1e8db25d : Add BLE scan filter method for IRK in hex string format
bb9ba910 : OobSl4aPairingTest: Add unbonded event
a047afea : Create Bond OOB
4cfaae46 : [API Review] Added error method to interface Bluetooth stats
2e54794d : [API Review] Replace ResultReceiver by Executor
edfb78d8 : Updatting DATA_ROAMING access from Settings to TelephonyManager API
ef372e93 : Update AVRCP_UUIDS in sl4a to reflect the new AVRCP UUID.
ede739d6 : Out of Band Pairing features
96cc7563 : SL4A: Expose SdkLevel.isAtLeastT
ef3d8b7e : API Review: factoryReset->clearBluetooth
a8c49561 : [API Review] Replace ResultReceiver by Executor
6e3ecdb1 : [API Review] Replaced GetUuids with new SystemApi method
3f943342 : Rename framework-connectivity-tiramisu to framework-connectivity-t
a10e803d : Update facade to account for updated return values for some Bluetooth HFP audio state APIs
cca68fd1 : Rename framework-connectivity-tiramisu to framework-connectivity-t
37c0f4a0 : Add framework-connectivity-t to sl4a
6cde8c45 : Add framework-bluetooth.impl to sl4a
b2cd5279 : Add framework-connectivity-t to sl4a
0178dc9b : [DU06-1]Remove sl4a INetworkStatsSession dependency
34c210a9 : BLE Scanning: Add pending intent plumbing for SL4A + GD Cert testing
ab1d885a : LE Advanced Scanning Test: Cannot convert bytes to JSON when sending over gRPC.
af2ff3ea : [DU06]Remove sl4a INetworkStatsSession dependency
903e51c0 : BLE Scanning: Add pending intent plumbing for SL4A + GD Cert testing
21838765 : LE Advanced Scanning Test: Cannot convert bytes to JSON when sending over gRPC.
81acc033 : Update facade to account for updated return values for some Bluetooth HFP audio state APIs
9c3139a5 : [UwbManagerFacade] Update reconfigure ranging params API
0d396a38 : [UwbManagerFacade] Add AdapterStateCallback to check the state.
0627c878 : Enable HOGP devices for scripting
e7f85f25 : BT: Add facades for IRK based BLE scanning APIs
9acb72c2 : Update facade to account for removal of BluetoothHeadset#setPriority
6b564527 : [UwbManagerFacade] Fixes for sl4a bugs
2deacefa : BT_MAINLINE Delete getControllerActivityEnergyInfo
384209c2 : [UwbManagerFacade] Add rangingRound and preamble for FiraParams.
b551f056 : Add Le Bond
b9f4973b : Set correct path to sl4a.apk build output in README.md
ced8225c : Refactor Bluetooth scan mode APIs
46d46408 : le advertisement address type settings api facade for ACTS/SL4A
2b671830 : [UwbManagerFacade] APIs for UWB ranging
93c48be0 : Add missing call to MediaMetadataRetriever.release
1206a5e1 : [UwbManagerFacade] Add API to get UWB state.
36e7070a : Update generate_api_reference_md.py to work with Python 3
12b05620 : Update usages of ModemActivityInfo
d4b25d07 : Add isWifiStandardSupported
a098a1e5 : Update OWNERS file
7231b9e5 : Add additional debug logs to launchScript and launchInterpreter
6ca0e912 : Sl4a APK: add RCS facade
0d893796 : Update API name to match source code change.
67ae0bdf : Add sl4a API to enable cross sim calling.
89d9c176 : [UwbManagerFacade] API to get Uwb state.
c2560db3 : Cherry-pick "Update mutability flags for PendingIntent creation calls"
130c7927 : [UwbManagerFacade] SL4A APIs for UwbManager.
ace7d1de : Add NR SA OVERRIDE_NETWORK_TYPE_NR_ADVANCED for TelephonyDisplayInfo
5fb27d86 : create a new facade for cellbroadcast testapp apis
7b10248d : create a new facade for cellbroadcast testapp apis
9c6b80d6 : update NetworkType NR in Utils file
e879a1ca : Add NR SA OVERRIDE_NETWORK_TYPE_NR_ADVANCED for TelephonyDisplayInfo
f2ce4977 : Change PendingIntent flag in SmsFacade#createBroadcastPendingIntent to FLAG_MUTABLE

+- Project: platform/external/slf4j

4a0afbed : Move comment to license_note
373b1cec : Limit external/slf4j visibility.
aad5a1c1 : Mark libcore team as owner of external/slf4j.

+- Project: platform/external/sonivox

97f70ed : DLS: fix loop calculation for 16-bit
0d9f4e1 : sonivox: Fix global buffer overflow in WT_Interpolate
d0dbf5b : sonivox: Fix global buffer overflow in WT_Interpolate
dc57983 : sonivox: Fix global buffer overflow in WT_InterpolateNoLoop
ac26b92 : sonivox: Fix global buffer overflow in WT_InterpolateNoLoop

+- Project: platform/external/sqlite

e1c6866 : Add sqlite test to hwasan-postsubmit.
8433837 : Revert "Update sqlite cflags"
9b2b17c : Update sqlite cflags
98cb7e2 : Remove SQLITE_PRINTF_PRECISION_LIMIT
414e027 : Add TEST_MAPPING
c7814da : Add updated cpe for vulnerability scanners
d93507f : Add libsqlite_static_noicu
df8b8a8 : Add libsqlite_static_noicu
24a7a92 : Remove no-op blueprint file.
c072485 : DO NOT MERGE Fix floating point to text conversion overflow

+- Project: platform/external/squashfs-tools

5a5d22b : Fix building squashfs-tools against musl
768740f : squashfs-tools: Enable zstd support
0911345 : squashfs-tools: Add zstd support
f72fa61 : Add niwa@ to squashfs-tools/OWNERS

+- Project: platform/external/stardoc

8655bd9 : Add OWNERS.
6aa2ca0 : Initial empty repository
4378e9b : Add advanced topics documentation (#18)
59458dc : Rename all golden.txt testdata files to golden.md (#15)
73fd8d0 : Update io_bazel dependency, jars, and tests (#13)
c485f3d : Fix a broken link (#12)
90f4a7a : remove trailing whitespace (#9)
094d80d : remove license comment, as it is redundant with the license file (#8)
b3a4a83 : Add stardoc rule documentation to docs/ (#7)
c7d5b70 : Add preliminary Stardoc repository documentation (#5)
f842bc9 : Fix buildifier presubmit for unused `git_repository` symbol (#4)
62c3f65 : Remove a number of files related to legacy skydoc (#3)
91f4561 : remove skylark.bzl link on setup.bzl (#243)
fb7261a : run newest version of buildifier on BUILD files (#242)
ee20e88 : explicitly make stardoc_lib bzl_library public, as it's a public API (#241)
166ff5e : Change default output templates to pure_markdown (#240)
cca24a6 : update dependency on @io_bazel and update binaries (#239)
cca509a : Use ctx.label.workspace_name to retrieve current target workspace (#234)
2c81ab8 : Update release jars and introduce e2e tests (#230)
c7bbde2 : pure_markdown_stardoc: Use absolute labels instead of relative
33e8129 : Create Pure Markdown Stardoc (#224)
2f1a5ab : Update rule.vm to document the providers that a rule attribute requires (#219)
ac4645d : Update dependency on @io_bazel and create new jars (#223)
4c87497 : Add rules_java dep to setup.bzl (#222)
542f1a4 : Update dependency on @io_bazel and create new jars (#220)
2610545 : Remove output format argument passed in stardoc (#217)
4abc918 : Update dependency on @io_bazel and create new jars (#218)
41c28e4 : Add angle bracket escape to vm templates (#212)
2969f2f : Add Aspect Templates to Stardoc Rule (#214)
12739a5 : Update dependency on @io_bazel and create new jars (#215)
d306845 : Update dependency on @io_bazel and create new jars. (#213)
d5a7203 : Accept input templates into Stardoc rule
8568bb4 : Update dependency on @io_bazel and create new jars
58a10c2 : Add jin to codeowners (#204)
953dc4a : Update stardoc binary jars to HEAD io_bazel
9283f6a : Add @rules_java repository to skydoc. (#202)
dc7260a : Append out_file.path to args instead of out_file (#201)
c00655f : Generate markdown output by piping the stardoc proto output through the renderer binary
dba208c : Update dependency on @io_bazel, regen Stardoc and Renderer jars (#200)
b40b286 : Misc no-op fixes (#193)
1ca560d : Create proto format flag on Stardoc to output raw form of protos. (#191)
025f8b0 : update Stardoc binary to match io_bazel at HEAD (#192)
8fb8842 : Update tag in docs (#188)
cf4ccb0 : Don't test on Ubuntu 14.04 (#184)
e235d7d : Add test_deps target to depend on Stardoc rule from tests (#179)
b8a32e0 : Update bazel-skylib dependency to 0.8.0 (#177)
4b067c7 : Pass --workspace_name to Stardoc (#176)
45ae581 : Use a prebuilt Stardoc release binary (#172)
f57c988 : fix site deprecation-notice rule comparison (#171)
d880295 : Update README and site with skydoc deprecation (#169)
1306313 : Update io_bazel and bazel_skylib dependencies (#163)
2d9566b : add missing docstring to setup.bzl (#156)
e407011 : Use dep_roots flag of Stardoc (#155)
0a00887 : Remove @com_google_protobuf as required stardoc dependency (#153)
7dccadb : Update dependency on Bazel (#152)
50f9642 : Create CODEOWNERS (#150)
4922e87 : Fix and enable tests on Windows (#149)
82fdbfe : add stylesheet metadata to site markdown (#130)
6220f1b : Update dependencies to fix incompatible changes (#133)
8c8bff2 : Document Stardoc on the Skydoc landing page (#107)
4ea7b82 : Overhaul workspace file to use only a single setup function (#129)
7a08959 : update bazel_skylib dependency to 0.6.0 and rules_sass to 1.15.1 (#127)
1cdb612 : Update skylib dependency
a0e5d3c : update stardoc.bzl to use flag semantics instead of positional arguments (#126)
30f05c6 : move stardoc.bzl to stardoc/ (#124)
9bbdf62 : make skylark.bzl compatible with --incompatible_depset_is_not_iterable (#125)
300e540 : Migrations and dep updates for incompatible flags (#123)
77e5399 : remove all uses of new_http_archive. (#116)
6ce3c68 : fix: strip_prefix option cannot be empty (#114)
b91215b : Stop using native http_archive (#113)
8632e30 : Fix template loader: return content, not path (#111)
7c9051f : Make skydoc compatible with Python 3. (#110)
8889c43 : Fix off-by-one error in substring creation. (#109)
d9b3e3b : Fix runfile lookup in skydoc/main.py (#108)
d34c44c : style fixes for BUILD files (#106)
6905871 : Initial checkin of stardoc.bzl: a rewrite of skydoc (#105)
9d01af0 : Run starlark formatter on skylark.bzl (#104)
f531844 : Migrate to supported versions of Bazel repository rules (#99)
a9c95ae : Unskip a test (#95)
1ae6b47 : Add support for extracting keyword args documentation (#94)
0ef7695 : Use http_archive, not git_repository (#92)
bc93337 : add new bazel ci config:
5f41dcd : buildifier (#80)
8498f6e : [Skydoc] Capture error before accessing it. (#81)
2b03cf6 : Use /usr/bin/env to find bash. (#83)
71d2f2f : Use a single evaluation enviroment for rules. (#84)
4cc5148 : Support attribute documentation via doc argument. (#85)
3917426 : Fix spacing around hr (#88)
f3d6172 : Fix anchor bug on overview page (#87)
403f332 : Add support for toolchain arguments to rules. (#86)
1a4c284 : Fixing provider parsing issue (#68)
f8cf49a : Use `with` to scope fd lifetime. (#75)
6755882 : Unexport skylark_library. (#77)
ac1d898 : skylark_library srcs for skylark_doc (#79)
8bf75a9 : Add licenses() to BUILD files. (#73)
3293fba : Skylib skylark library (#64)
b36d22c : Bump version number to prepare for 0.1.4 release. (#67)
b96870a : Update bazel.io references to bazel.build (#65)
0111b98 : add environ to repository_rule stub (#61)
e230af0 : add boolean type to macro (#60)
27e05f0 : add attr.label_keyed_string_dict (fixes #54) (#55)
7f8b15e : Update build status badge to use https
e9be81c : Make skydoc compatible with the future versions of Bazel (#53)
a6a680f : Rename set to depset (#52)
73b3cef : Only generate one "Overview" link in nav (#51)
703f3be : Remove STRING_DICT_UNARY references (#47)
47e8382 : Add relative_to_caller_repository param to Label stub. (#46)
10262d5 : Update docs to prepare for 0.1.3 release. (#43)
7dd0264 : Add site_root attribute for specifying site root url to prepend links. (#42)
3c6a103 : Update rules_sass dependency. Update docs to prepare for 0.1.2 release. (#41)
0374e2a : Update protobuf version (#40)
180e1ef : Implementing extracting symbols from load()s and adding them to stubs. (#38)
fcae7db : Update protobuf and rules_sass repositories (#39)
8d4d9be : Re-allow macro-only bzl, fix runtime failure. (#37)
a35e4e7 : Replace HOST_CFG with "host". (#34)
b14ff10 : Implement generating overview page. (#30)
71d74c1 : Update and fix URLS for new domain name and HTTPS. (#29)
bedfa0a : Implement documenting default values for rule attributes. (#31)
761737a : Simplify README.md (#32)
b31f79d : Update parameters to attr... methods. (#26)
8861b7c : Add strip_prefix attribute and flag. (#25)
57c762b : Generate output files in subdirectories based on package paths. (#20)
e0513bf : Do not generate page for .bzl file with no public rules. (#19)
c57ff68 : Add stub for native to Skylark globals. (#18)
528545d : Fix CNAME file and serve-docs script. (#16)
8642ed8 : Skydoc website. (#14)
ee3cc41 : Update .gitignore file. Add placeholder for internal options in build.proto. (#11)
f174311 : Add placeholders for internal imports. (#9)
8b851db : Markdown format updates (#8)
0713d0e : Add stub for load() to support Skylark sources that load other .bzl files.
b5f9b6a : s/#endif/% endif/r
2cb63fd : Bump Skylark's protobuf dependency to ed87c1f.
cef789c : Remove py_api_version proto option to fix build failure.
0b9313f : Make it possible to overwrite `skydoc` attribute of skylark_doc rule.
cdb1113 : Add workspace name and fix runfiles lookup
d42081e : Add support for documenting implicit output targets.
709bba1 : Support extracting inline example documentation.
833e33f : Remove dependency on Bazel's build.proto.
9407f39 : Add missing skydoc-screenshot.md needed by README.
996a950 : Add screenshot of Skydoc generated HTML to README.
9815a6b : Use Jinja line statements to reduce number of blank lines in generated documentation.
55dafa9 : Initial import.

+- Project: platform/external/strace

32b57fab : Update for C11.
241cfafb : Remove ipx support.

+- Project: platform/external/swiftshader

71f3089b7 : Revert "Temporarily ignore unsupported feature struct"
697c5be0d : Regres: Update test lists @ 88fe9ce0
3acaa53a1 : Automate downloading .git/hooks/commit-msg
88fe9ce05 : Run all LLVM passes in LLVMJIT.cpp
3aecad945 : Regres: Update test lists @ ea5f37f3
ea5f37f39 : Support the new LLVM pass manager
b5af7cabd : Backport fix for C++23 incompatibility in llvm
c0a055bfb : Delete the legacy OpenGL ES implementation's source code
103a69bd6 : Delete GLESUnitTests
598c7cddf : Detect <xcb/shm.h> for building XCB surface support
bbe3f7b47 : Remove the extensions directory
1d450ae99 : Stop building legacy SwiftShader GL in Chromium
6190d1fc7 : Alert about Legacy SwiftShader debug build usage
de965415a : Regres: Update test lists @ d621b4de
d621b4de4 : Temporarily ignore unsupported feature struct
011bba68c : Optimize sRGB conversion using FMA
ff5dab19f : Fix storage image write of VK_FORMAT_B8G8R8A8_SRGB
0d553c175 : Refactor sRGB color space conversions
3f37fd8e4 : Regres: Update test lists @ 62098215
620982155 : Work around MSan false positives for Reactor routine parameters
6b6d4c873 : Pass RoutineT::operator() parameters by value
d15c42482 : VkImage::copy remove the isEntireRow/Slice optimizations
384903ee8 : Regres: Update test lists @ d09282e5
d09282e5c : Temporarily fix failing dEQP tests
d013fbffb : Update Vulkan headers to version 1.3.211
626c44cc5 : Fix reading 0 sized scissor array
9c16e1418 : Only build WSI support for XCB surfaces when xcb.h is found
23ccff795 : Use 'discard' to denote terminated or demoted invocations
9f1ab6e00 : Regres: Update test lists @ d3cc7d7a
d3cc7d7ac : Remove unsupported extension feature enums
e8c589653 : Squashed 'third_party/SPIRV-Tools/' changes from bd325d298..eed5c76a5
b4acc83f5 : Regres: Update test lists @ 7d100c55
7d100c556 : Added missing feature structure for VK_KHR_maintenance4
0b2a76847 : Validate SPIR-V instruction word array accesses
da0c7acda : Add documentation for the configuration file mechanism
a7e5b3eb5 : Support VK_IMAGE_CREATE_EXTENDED_USAGE_BIT
1884ffdf7 : Reactor: riscv64 is not supported in subzero
084036546 : llvm-10.0: add configs/common and configs/linux for riscv64
0e110e6bd : llvm-10.0: update script to include riscv64 target
716a7d9c7 : marl: add new source file for riscv64
eeb535119 : Add missing imageView compatible formats for YCbCr
a190ceed7 : Correct border clamp and depth comparison order
649d6e46a : Regres: Update test lists @ afcbbd0a
afcbbd0ad : Fix inline uniform block update
5d57dd884 : Regres: Update test lists @ bc5bec05
4d6c93d2c : Squashed 'third_party/SPIRV-Tools/' changes from 9668d2e4e..bd325d298
0a1985c2b : Regres: Update test lists @ 40b410f4
40b410f42 : Update simple limits for Vulkan's 2022 profile
3ed03de5e : Add new core Vulkan 1.3 structures
3865b08be : Use template functions for core Vulkan 1.3 properties
5c0531f04 : Fix SPV_EXT_shader_stencil_export
bbe92e968 : VK_KHR_shader_terminate_invocation implementation
2e6c4dc5c : VK_KHR_shader_terminate_invocation promoted structures
4d2f9f1e8 : VK_EXT_shader_demote_to_helper_invocation support
205ddee16 : VK_EXT_shader_demote_to_helper_invocation promoted structures
e1c0739cd : Regres: Update test lists @ 040e2534
040e2534e : Force-inline all SPIR-V function calls
dde314543 : Use SwiftShader's copy of SPIRV-Tools for GN builds
4111ae975 : Squashed 'third_party/SPIRV-Tools/' changes from 0741f4273..9668d2e4e
dc3b5e209 : Regres: Update test lists @ ea980600
ea9806003 : VK_EXT_private_data support
2f38036b9 : VK_EXT_private_data promoted structures
17d57d1d4 : Stop skipping VK_STRUCTURE_TYPE_IMAGE_VIEW_MIN_LOD_CREATE_INFO_EXT
4f239b7ca : Restore support for non-uniform indexing of InterpolateAt* input
57eca9df5 : Regres: Update test lists @ 2f3af245
2f3af2452 : Use slower and less precise non-fused multiply-add for Chromium
04c37c32d : Regres: Update test lists @ 341ad7e5
341ad7e57 : Handle VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16 sampling
c239c8beb : Optimize fragment input interpolation using FMA
d01dca1d1 : Regres: Update test lists @ b3b1a3fe
a6c0e4120 : Use slow legacy log2() implementation for Chromium
4abf10d35 : Add exp/log optimization documentation
4652bb086 : Improve the precision of highp log2()
09abb9971 : Improve the precision and performance of highp exp2()
d83544638 : Fix handling infinity for relaxed precision log2()
40305f9cd : Add variable to control regres daily branch
3038e357b : Fix integer overflow in vkAllocateMemory.
f8864349f : Implement a relaxed precision log2()
6a118358e : Implement a relaxed precision exp2()
b3b1a3fe8 : Regres: Update test lists @ c27e9924
c27e99245 : Regres: Update test lists @ e3d910c9
d43f39b38 : Regres: Include UNSUPPORTED() failures in CI test runs
e3d910c94 : VK_KHR_shader_integer_dot_product implementation
4c6969643 : Use enums of promoted 1.3 extensions
eba569856 : Use VK_EXT_texture_compression_astc_hdr's promoted features
89bd767fe : Convert failing assert condition
3c9e2a377 : Pass the RelaxedPrecision decoration value to all affected instructions
16e26df6b : Support specifying math precision through a template argument
ae51739f2 : Improve exp2 accuracy through weight adjustment
fdf933854 : Regres: Update test lists @ fc40ddd2
9cbc5e26b : Squashed 'third_party/SPIRV-Tools/' changes from d18d0d92e..0741f4273
fc40ddd2a : Regres: Update test lists @ 60bf3b4c
60bf3b4cf : Regres: Update test lists @ 561264b7
e1930f0fa : Update debug info code to compile with latest LLVM
561264b73 : Remove explicit broadcasts of constants in fragment operations
9fdbd96da : Fix obtaining the RelaxedPrecision decoration from the result ID
0587e07cb : Support VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16
80df3d84b : Update googletest submodule to release-1.11.0
39fdd0d50 : Benchmark mediump GLSL.std.450 instructions
d6806b336 : Simplify obtaining SPIR-V decorations
c83f2dcf1 : Remove duplicate transcendental functions
7089ef188 : Optimize log2() polynomial evaluation using FMA
47884686a : Remove exp/log constant propagation TODOs
aaf02f2f5 : Optimize exp2() polynomial evaluation using FMA
82d425db0 : Disambiguate operations on single-component swizzles
48d203a13 : Roll git-hooks forward
8a5a6f4bf : Optimize sin() range reduction using FMA
868a4b255 : Optimize sin/cos polynomial evaluation using FMA
3edbc04f3 : Implement implicit broadcast of scalar constants
ae82a91bf : Treat YCbCr images bound to Android hardware buffers as disjoint
b96d4a13e : Squashed 'third_party/marl/' changes from f936d9438..166fc6007
383901609 : Fix image subresource offset query
6e9eafd34 : Support implicit conversion of Int4 component to Int
2e653e5c7 : Move Swizzle type definitions into a separate header
f066b8ef9 : Regres: Update test lists @ 949ffcf5
949ffcf55 : Refactor image offset methods
b128337ff : Regres: Update test lists @ 310874c9
310874c92 : Fix dynamic rendering implicit clears with multiview
c13f4b1db : Set the stack limit through a function attribute
59adcc345 : Regres: remove OpenGL ES testlists
3fbdc2640 : Assert llvm::Expected<> don't contain an error
0d19363b0 : VK_KHR_maintenance4 support
09ed45863 : LocalSizeId for VK_KHR_maintenance4
5ff2f732f : Add LLVM-Submodule backend option
f423bda7e : Regres: Update test lists @ 9f170f07
3e25886c7 : Image memory requirements for VK_KHR_maintenance4
9f170f071 : vkGetImageMemoryRequirements2 refactor
2cf793302 : Buffer memory requirements for VK_KHR_maintenance4
7021c4846 : VK_KHR_zero_initialize_workgroup_memory support
1a839c19c : Regres: Update test lists @ cd8e0282
87b742c96 : Implement DAZ/FTZ control for non-Windows x86
2cae75ec5 : Implement separate DAZ/FTZ control for Windows
bf0b7d5e6 : Fix comparing lodOrBias as integer values
23c9ba588 : Add utility functions for detecting divergent/uniform values
732515a03 : Set advancedBlendMaxColorAttachments to max
94de879bf : Remove unicode characters from comments
cd8e02821 : VK_KHR_shader_non_semantic_info support
57d90a68b : Regres: Update test lists @ 7529468c
7529468c7 : Exhaustively test the log2 implementation's conformance
16798a971 : Assert exp2 is exact at integer values
e9fdc2ed2 : Make inc() flush subnormals to zero when DAZ is enabled
cb6f82798 : Fix dynamic rendering with multiview
9e9d7d210 : Regres: Update test lists @ b8d7deae
b8d7deae8 : Eliminate initialization of fragment shader inputs
3645f3bd4 : Use legacy math precision for the Pipeline source set as well
d25df2a67 : Implement buffer memory requirement for VK_KHR_maintenance4
3d75b1dc9 : VK_KHR_dynamic_rendering support
f1225bb2d : Use non-conformant transcendentals for Chromium
622b4bae1 : Regres: Update test lists @ b4a56a89
b398bf367 : Squashed 'third_party/SPIRV-Tools/' changes from c75a1a46f..d18d0d92e
0346a16a5 : Squashed 'third_party/SPIRV-Headers/' changes from 20b02de99..6a55fade6
b4a56a893 : [Fuchsia] Stop ignoring warnings in llvm-10.0
2581347b5 : Make shader inputs/outputs only statically indexable
8941bdeea : VK_EXT_inline_uniform_block implementation
4f504b042 : Fix rr::RoundIntClamped() for architectures other than x86 and ARM
4228bb95b : Fix and improve exp2 accuracy
d045ec65e : Fix handling overflow in Exp2()
9fe0ed5ca : Exhaustively test the exp2 implementation's conformance
043a8084c : Support render area instead of extent in Renderer::draw()
cf221b74c : Regres: Update test lists @ 13f7365e
69bfa84c6 : Small resolveDepthStencil refactor
8f144a380 : Format fix in VkPromotedExtensions.cpp
13f7365e8 : Skip testing subnormals when flushed to zero
85ba0becb : Benchmark the effect of flush-to-zero / denormals-are-zero
0e4cf8f37 : Don't treat all warnings as errors in tests and benchmarks
66d43aaed : Regres: Update test lists @ 5f1c00bd
869d84f7d : Don't silently ignore unsupported extension structures
5f1c00bda : Fix `WARNING: UNSUPPORTED:` warnings for having external format in sampler
3608c8f16 : Win32SurfaceKHR: use StretchDIBits to replace StrectchBlt.
f908b1855 : Add a SPIR-V profiling and reporting framework.
f53de1aef : Don't build PowerVR samples by default
2f8a2c0fd : Regres: Update test lists @ 0863290d
0863290dc : Add partial support of VK_EXT_extended_dynamic_state2
b8985e36f : Support VK_EXT_texel_buffer_alignment promoted features
bc0f663af : Fix shuffling of vectors with a different size mask
2aa875378 : VK_EXT_extended_dynamic_state support
294733f80 : Remove unused sin/cos approximations
ee9d89240 : Optimize SPIR-V sin and cos operations
a7f412ebb : Regres: Update test lists @ cbd31d27
cbd31d271 : Dynamic state refactor
9f14d0b16 : VK_EXT_subgroup_size_control support
ab1bff412 : Add compute benchmarks
0915ab4bd : Fix validation layer error for ClearImage benchmarks
2176cdf0a : Fix non-x86 build of LLVM Reactor
8ccc63f04 : Avoid deprecated llvm::IRBuilder::CreateShuffleVector overload
ece389afb : Unroll transcendentals benchmarks by 10x
027d77c29 : Regres: Update test lists @ e576ca60
415051cb4 : Remove Vulkan structure enum to integer casts
e576ca601 : Fix `WARNING: UNSUPPORTED:` warnings related to Android swapchain
82738fcc6 : Fix `WARNING: UNSUPPORTED: ... EXTERNAL_FORMAT_ANDROID` warnings
93af45d33 : Benchmark optimized SPIR-V transcendental instructions
f7e7cc527 : Copy Reactor transcendentals benchmarks to new PipelineBenchmarks
e92f4903d : Test building benchmarks with Kokoro
2424032b4 : Regres: Update test lists @ 45f7fdc3
acd99071f : Ignore VK_STRUCTURE_TYPE_IMAGE_VIEW_MIN_LOD_CREATE_INFO_EXT usage
4ee53096d : Eliminate EmulatedIntrinsics
e99ac17a8 : Remove OptimalIntrinsics source and header
d04f3f597 : Eliminate rr::Precision
f7c42b049 : Use full-precision transcendental function implementations in Reactor
75665e588 : Update dEQP-VK and Cherry usage documentation
3a4b9514d : Use ShaderCore functions to implement GLSL.std.450 transcendentals
ca8b218f6 : Copy optimized transcendental intrinsics to ShaderCore
45f7fdc37 : Add an option to control where ASM listings are dumped.
0adcf0443 : Make the Reactor build target an alias
d57e6c7a8 : Regres: Update test lists @ ad6d7f84
c9e8f23b0 : Regres: Adjust mustpass folder for Vulkan 1.3
988d76d31 : Revert "Regres: Apply lazy initialization patch"
ad6d7f84f : VK_KHR_synchronization2 support
2b76a13c3 : Turn all uses of ChangeID into CL Number
8b32b5bd4 : Fix broken SwANGLE documentation link
3e6c031b9 : Document our LLVM dependency and steps to upgrade
6014f10de : Fix building Reactor with the latest LLVM revision
75d79f219 : Implement FMA() which always returns a fused multiply-add result
70505b411 : Add a query for fast FMA support
ad9eba4d2 : Add AVX2 and FMA support detection
ba5c656fb : Support issuing extended CPUID instructions
fd6acf5b6 : Remove legacy vector extension detection
4998c7b3a : Add explicit copy assignment operators
0abc20bec : Suggest only active owners as code reviewers
4db20a804 : Regres queries gerrit with a CL's numeric ID
f45f8d0b4 : Check shm extension is supported before using it
669d12d7f : Suggest only active owners as code reviewers
518c5780a : Vulkan 1.3 API
26205d2be : Add benchmarks for trigonometry and transcendental functions
b4c40f3fa : Add affinity options to the configuration.
51f203686 : Clarify the need to log into Gerrit
78491358c : Fix compilation error in new Vulkan headers
e562c2866 : Use rr::MulAdd() to implement GLSL.std.450's Fma instruction
bc74bc22b : Implement MulAdd() which may perform FMA
bca23447a : Update Vulkan headers to version 1.3.204
fca808412 : Make MemoryMapper a JITRoutine member
c48047356 : Regres: Update test lists @ 71196866
88f94d6a1 : Revert "Regres: Build dEQP with asserts enabled"
711968667 : Make image descriptor fields unsigned
51b992ff8 : Regres: Apply lazy initialization patch
2739f0cfd : Remove a few unused includes and declarations
bfa76dd42 : Squashed 'third_party/marl/' changes from 7b43abfc4..f936d9438
c4db0549f : VK_EXT_tooling_info support
629bf9563 : Optimize Abs() using LLVM intrinsics
8d4612767 : Refactor and modernize the Configurator class, add tests.
1a74e1c7a : Add logging to SPIR-V validation
ebbd7fe5d : Remove nested submodule.
366db5aed : Add SwiftConfig.cpp to Android build.
0a7fd30de : Add a simple configuration file implementation.
e823eef17 : BUILD.gn: Remove XCB sources for chromeos.
be3a0de27 : BUILD.gn: Remove VK_USE_PLATFORM_XCB_KHR define
08cb69c1f : Remove heap size padding
c36237dde : Disable Kokoro builds with REACTOR_EMIT_DEBUG_INFO/PRINT_LOCATION
2e74d5dc0 : Limit LLVM's getTargetShuffleInputs() recursion depth
030b541b8 : Fix robust OOB store accesses
bd73512f3 : Use Ninja as CMake generator for Kokoro tests on Windows
d0fed5ae6 : Remove unused dot operations and clarify FMA
9b1a72a8d : Implement VK_GOOGLE_user_type
534f10fc3 : Expose VK_GOOGLE_hlsl_functionality1
4fd9ef93a : Expose VK_GOOGLE_decorate_string
f6bdbed95 : Download Boost 1.78.0 from jfrog.io
d7117384b : kokoro: Switch over to using the radial docker image
61f6c3807 : [Fuchsia] Update path to .so in the generated ICD manifest
cd848cd69 : Optimize mirror addressing mode
b57a3aaee : Regres: Update test lists @ 0b901607
0b901607c : Remove the 'finite' parameter from reciprocal()
c380199d1 : Implement samplerMirrorClampToEdge
f6386eabe : Remove VK_KHR_xlib_surface support
16f4b38bd : Emit function attribute "coroutine.presplit" for coroutines
9c27385cb : Avoid passing around the SamplerFunction as a parameter
83373b978 : Refactor mipmap selection
ce3d85d0a : Squashed 'third_party/marl/' changes from 49602432d..7b43abfc4
d111ae28d : Regres: Build dEQP with asserts enabled
6d34a6c42 : Don't install gtest
d0de9dcaa : third_party: Fix update-marl commit message
433b1bf9b : Use correct window depth to create pixmap
421ddb40e : Fix swiftshader build error
87c78ac5e : Use X11 shm extension for presenting
f1afdde60 : Fix eglSwapBuffers() not presenting problem
f354daff5 : Regres: Update test lists @ 1eee6cbc
30fbc4e6e : Regres updates deqp.json before updating testlists
1eee6cbcf : Regres: Update test lists @ 592d413e
f87b0b603 : Regres: Update test lists @ 592d413e
592d413ed : Refactor image sample normalization
df4558700 : Report depth and multi-plane UNORM formats as unsigned normalized
b3c15ef46 : Regres: Update test lists @ 4c62980d
e03a5db7f : Suppress -Wdeprecated-declarations in Subzero's LLVM
4c62980da : Implement VK_KHR_vulkan_memory_model
1706ad296 : Update vk::Stringify() structure handling
945383078 : Fix using XCB with odd width
13db24ba1 : Implement VK_EXT_format_feature_flags2
dbaf11fbc : [pac] Add a specific flag for enabling PAC only
ec4bdcf9a : Simplify scaling of 16-bit sampled texel components
4625f84e8 : Remove OpenGL ES targets from the CMake build
606261c75 : Remove the ANGLE submodule
d4130e9ac : Refactor active blend factor determination
b06ec446e : Refactor active blend operation determination
07eb16778 : Fix passthrough blend operations
a4232c15e : Report input attachment usage capability for surface images
a9e93a869 : Report storage usage capability for surface images
556563cae : Bump maxUniformBufferRange 2^14 to 2^16
3e61a772b : Skip building SPIRV-Tools executables
ed8559878 : Move swiftshader off deprecated llvm::IRBuilder APIs
08233bc89 : Regres: Update test lists @ a465cca8
03bb9e10c : Unpack 1010102 formats into upper 16-bit components
a465cca8e : Add bclayton to OWNERS
5d7527db9 : Regres: Update test lists @ f9c39655
48e7a4205 : Squashed 'third_party/SPIRV-Tools/' changes from d0a827a9f..c75a1a46f
f9c39655a : Expose support for VK_KHR_swapchain_mutable_format
ff91ac52f : Prevent exit-time destructors in src/WSI, Pipeline, and System
6cacf18c3 : Squashed 'third_party/SPIRV-Tools/' changes from 339d4475c..d0a827a9f
0cf81f7fa : Squashed 'third_party/SPIRV-Headers/' changes from 29817199b..20b02de99
ddd09dff1 : Don't handle vendor-specific SPIR-V instructions
e303f615d : Don't consider OpType* instructions to be statements
ec4a98fe0 : Eliminate SpirvShaderInstructions.inl
f12305c3a : Statically allocate function pointer tables for libXCB
8153d9008 : Statically allocate function pointer tables for libX11
fc8dd5bcf : Refactor libXCB and libX11 wrappers
cbec1d410 : Fix component normalization for texture gather
edeff1f2e : Make Win32SurfaceKHR::present() more robust
1d924bd00 : Assert that casting memory sizes to 32-bit doesn't overflow
f3692067e : Use size_t for methods returning memory sizes
77ebb7fdd : Add a GN build option for the startup dialog
17a11cfeb : Regres: Update test lists @ 9e727fad
9e727fade : Assert that the descriptor set is not null
08c6200e9 : Implement Assert() for Reactor
d9c4d9ae7 : Fix green bits for R5G6B5_UNORM_PACK16
6e23c082b : Make line stipple related tests pass
04c1eb3ab : Run clang-format-all.sh as a Bash script
d7c230f78 : Regres: Update test lists @ 210fe010
210fe0104 : Update testslists to match the dEQP revision
f5cf2d08f : Regres: Update test lists @ 4c687cc2
a6ec85faa : Fix border color when sampling normalized texture formats
4c687cc2f : Regres fetches HEAD and truncates deqp.json
7737c2bcf : Regres: Update test lists @ e068963d
e068963d1 : Add support for VK_FORMAT_B8G8R8A8_UNORM|SRGB as storage image formats
0f6b833bc : Regres: Update test lists @ f0e8ec2d
f0e8ec2da : Implement shaderStorageImageWriteWithoutFormat support
9b1f23f0b : Perform image write from a static function
bdea396ab : Support writing to storage images with packed formats
3f3d523e2 : Provide StorageImageDescriptor with an image view identifier
8762ec51b : Make GetTexelAddress() independent from SPIR-V parsing
d15564160 : Detemplatize hasExtendedFeatures
b6fc49b35 : Rename use_x11 to ozone_platform_x11
ef72cb464 : Allow dereferencing of constant Reactor pointers
f17c3f7c2 : Parse the OpTypeImage information into ImageInstructionSignature
0b241e7d8 : Parse OpImageTexelPointer into an ImageInstruction
6885768e7 : cmake: Add VK_USE_PLATFORM_METAL_EXT for macOS builds
62c5ce3a9 : Structure conversion cleanup
6e0b4fa3c : Fix Xcb depth
43f1d9755 : Produce a Visual Studio error for unreferenced local variables
ca40fea1d : Rename ImageInstructionState to ImageInstructionSignature
f42ab4727 : Separate the SPIR-V image and sampler as part of ImageInstruction
8dccb3713 : Determine SPIR-V zero constants from SPIR-V binary only
6745fcea0 : Parse OpImageRead and OpImageWrite into an ImageInstruction
b83b36d65 : Regres: Update test lists @ 678d3931
678d39313 : Make sw::Constants a member of vk::Device
06aaffa9e : Pass the vk::Device to every routine as an extra parameter
d03c96f8f : Split image sampling into routine lookup and function call
e878186ac : VK_KHR_copy_commands2 support
73a6940a2 : Tightly pack PlaneEquations array
82d932bdf : Fix Android.bp build after SPIRV-Headers update
1ef9076a4 : Follow-up 2: Fix Android.bp build after SPIRV-Tools update
7cf6e518f : Follow-up: Fix Android.bp build after SPIRV-Tools update
96b34f7d5 : Associate inline sampler caches with instruction position
208f7fb8e : Use the Vulkan format for OpImageWrite
e7355b9ca : Simplify obtaining the type from a SPIR-V object <id>
4de878a40 : Treat sRGB formats as unsigned normalized
920f829e0 : Improve inverse blendConstant() readability
e9c047f47 : Optimize clamping of constant blend factors
05963ef69 : Parse SPIR-V image instructions before code generation
ff9bb522e : Check for valid SPIR-V <id>s by comparing against 0
ec08a3b04 : Fix Android.bp build after SPIRV-Tools update
6bd050963 : Add warning treated as error for missing case statement
7e9b8b317 : Regres updates SHA and testlists after daily run
054981b05 : Update SPIR-V shader instructions after SPIRV-Tools update
525d34e61 : Regres: Update test lists @ 4c6da56d
00e0af1f8 : Squashed 'third_party/SPIRV-Tools/' changes from f37547c73..339d4475c
b8e7bb8b6 : Squashed 'third_party/SPIRV-Headers/' changes from 8bb2420b4..29817199b
0d651b75a : No format verification in SPIR-V headers and tools update scripts
4c6da56da : VK_EXT_pipeline_creation_feedback support
241349107 : Regres: Update test lists @ 70f3a0ff
3f063e17e : Fix min/max blend operations
70f3a0ff7 : VK_EXT_blend_operation_advanced minimal implementation
bf075ca09 : Support VK_EXT_pipeline_creation_cache_control
1a57ff019 : Poison device memory allocations for GN MSan builds
e733a26e2 : Add assert on illegal signed/unsigned blit
7a5713285 : Perform all blend operations in floating-point
91a9a020c : Regres: Update test lists @ 542593f0
542593f0e : Implement support for VK_FORMAT_R16*_UNORM attachment formats
771860401 : Clamp blend factors and color output
8c5df9c9d : Refactor blending
9d8950e08 : Update git-hooks to HEAD revision
942f5fcf5 : Revert "Make git-hooks track with origin/main"
ace415c3c : Refactor Queue::Submit to use internal structure
d143249a9 : Make git-hooks track with origin/main
21810915c : Delay extension support check until instance/device creation
c5e237273 : Update git-hooks to latest version
6683bca5f : [Fuchsia] Fix Vulkan compilation
2a86d6264 : Regres: Update test lists @ 6b700ffc
6b700ffc6 : Add VK_KHR_shader_integer_dot_product structs
d09862dea : Regres: Update test lists @ 85101b9e
85101b9ec : Avoid SPIR-V binary identifier clashes
ce9f17f5c : Avoid recompiling identical SPIR-V binaries
14fca80f6 : Store the SPIR-V binary of a vk::ShaderModule in an sw::SpirvBinary
7997cbc34 : Fix uninitialized memoryOwner on unused DescriptorSet
5db06cf1f : Fix BC6h decoder
642986522 : Fix blitting of various packed formats
95b769124 : Update Vulkan headers to version 1.2.196
33eaf1f76 : Use smart pointer for the LibX11Exports singleton
cab415baf : Regres: Update test lists @ ce1449fd
ce1449fd7 : Fix Depth+Stencil image copy
cd2682fda : Fix blitting of compressed images
1ed6897d2 : Make decompression functions const
e0af842a4 : Remove LOG_TRAP
ab5d8ea9e : Disable -Wbitwise-instead-of-logical for llvm-10.0 in swiftshader
5863305d9 : Regres: Update test lists @ ca2ada82
ca2ada82f : Fix border update when rendering to cube face
56db9c62c : Revert "Kokoro: Disable gcp_ubuntu builds failing to update CMake"
04f61b973 : Regres: Roll dEQP to master revision e2aeccd
b0f8eb113 : Restore zero-initialization of device memory allocations for GN builds
eacf0cd26 : Don't initialize device memory allocations in MSan builds
7b550be8d : Don't initialize host memory allocations in MSan builds
24530cae5 : Disable C4244 when building LLVM for swiftshader
a1594b97e : Move ExternalMemoryHost to its own file
118ac38c6 : Refactor DeviceMemory buffer allocation/freeing
c32988134 : Rename allocation functions
03fa32974 : Separate device memory allocations from host allocations
8c181d7d1 : Deep copy specialization info
80dfdef8f : Regres: Update test lists @ 70178a76
70178a763 : Refactor swapchain image creation
0625115a7 : Increase the maximum 1D, 2D, and Cube image dimension to 16384
337c513cb : Kokoro: Disable gcp_ubuntu builds failing to update CMake
f43b9df4c : Add realms.cfg to LUCI configs.
f1aca9364 : Add padding to VkBuffer size to avoid access violation
caffd15fa : Remove the legacy GLSL ES vertex shader fuzzer
1cdfcb680 : Fix macOS build requiring Objective-C++17 compilation
b2b1388c7 : Restore zero-initialization of memory allocations
b7b7cb760 : Refactor config constants
cde65f7a8 : Don't initialize memory allocations in MSan builds
83002b04a : Fix unused-command-line-argument warning
d625b6424 : Regres: Skip the Vulkan Loader
a4b405bee : Regres: Update test lists @ 562df488
562df4889 : Implement support for regular scaled buffer formats
22f5c92d4 : Eliminate Subzero's dependency on llvm::FoldingSet
af6471bdf : Fix dEQP setup documentation for Linux
5806db91b : Fix obtaining the execution model from the intended entry point
159f5121f : Implement VK_EXT_4444_formats
36e6c2a89 : Revert "Work around dEQP-VK output_location test flakiness"
c79a36ebf : Increase maxStorageBufferRange to MAX_MEMORY_ALLOCATION_SIZE (1 GiB)
efbbb2f07 : Rename rasterOperation() to blendColor()
23a0daa22 : Support self-resolving vkGetInstanceProcAddr
7a31bbc31 : Regres: disable logging of decompiled SPIR-V and empty loginfo
71724e74b : Fix exported extension functions
054ff0cd5 : Refactor SPIR-V binary optimization
c710de974 : Only use -Wno-shadow on clang builds.
4e3812937 : Compute the image size in 64-bit arithmetic
755b78dc6 : Force -Wno-shadow to avoid variable shadowing warnings.
c4e232712 : Regres: Update test lists @ 6cbc2468
6cbc24686 : Set all provoking vertex feature bools
584c2cf21 : Fully support all 16-bit packed texture formats
e6cfc0868 : Optimize SPIR-V binary cache reuse
e7b8fc4d3 : Add optimization state to the optimized SPIR-V binary cache key
06a0f32c4 : Cache optimized SPIR-V binaries instead of compiled shaders
7d3a860bd : Fix use of deleted shader during compute execution
0c22767ec : Refactor SPIR-V binary storage
b29ea5bff : Remove external/swiftshader/third_party/marl/.gitmodules.
b7de6caa4 : Return error for requested unsupported features
7e69c975f : Clamp depth before the depth test
9e3dca1e5 : Skip depth bounds test when there is no depth attachment
91ec77562 : Rename render target to color buffer
0fa19bd6c : Delete explicit copy assignment operator
40adeaba2 : Add derived class for every type of external memory
7f2c7d18d : Fix decompression of cube-compatible layered 2D images
ab1122ad3 : Refactor image decompression and cube border update
d56fe7d46 : Refactor cube compatibility
446e61c24 : Refactor VkMemoryAllocateInfo parsing
352092203 : Remove vulkan_fuchsia_extras.h
83556eae9 : Use the shorter promoted Vulkan structure and enum names
aed9a7633 : Revert "Add external memory parameter to size computations"
bac3c5559 : Update git-hooks to latest revision
c82c59307 : Remove erroneous ASSERT for format lists
46a649dac : Minimize usage of global constructors in Reactor
b75ca3758 : Increase maxComputeSharedMemorySize.
773ef52a8 : update angle revision
8ed4e39ca : Turn BC6 constructors into constexpr
a6ca3d4c0 : Implement VK_EXT_load_store_op_none
0adc2145e : Refactor determining the aspects to clear
518056981 : Refactor command execution
5167e1008 : Update Vulkan headers to version 1.2.189
6dfb3ae3f : Eliminate custom Vulkan constants
4088363f1 : Don't use global variables for CPUID
6d217b5cc : Remove global constructor from BC6
e32890c54 : Fix Subzero Optimizer run time variability
6aad52e1a : Fix Chromium's swiftshader_unittests
02a91c9cc : Deprecate libEGL and libGLESv2 CMake build targets
705231f59 : Remove Config::Edit::None default object
6b06de217 : Mac: use default visibility
34d436e2a : Add PA and BTI to SwiftShader
9eb5acaba : Add external memory parameter to size computations
16b445757 : Remove useless 'target' parameter
15941846e : Separate analysis info from SPIR-V execution modes
d5d18aad4 : Squashed 'third_party/marl/' changes from 3285a2dfb..49602432d
803ceb58c : Xcb: Check if geom is valid before using it
f9dd2e7f8 : Fix integer overflow in vertex buffer access robustness check
526b98788 : Disable hwasan in llvm-10.0.
b2af6a855 : Regres: Update test lists @ 8532b0f2
8532b0f27 : Implement VK_EXT_custom_border_color
c3dd927e5 : Regres: Update test lists @ e4b7794d
e4b7794dd : Remove unimplemented MaskedStore/MaskedLoad usage
15f39445d : Optimize OpImageFetch for single-level mipmaps
d44830957 : Fix computing anisotropy factor for single-level mipmap
1bc8669c8 : Regres: Update test lists @ dcfc0a6e
dcfc0a6e2 : Fix ignoring fragment shader depth for EarlyFragmentTests mode
8660e1cdb : Include multisample handling into fragment pipeline stages
28556362e : Only process active fragment samples
84601442e : Refactor sample shading state determination
856d3c15b : Add Bias and Fetch to divergent Lod sampling
151c99b1d : Optimize Lod and Grad texture sampling
44660405e : Initialize llvm::orc::ExecutionSession with default SelfExecutorProcessControl
b8bcc42a4 : Remove -Wno-unused-but-set-variable flag usage
fdb16bd6c : Fix some instances of -Wunused-but-set-variable.
915947134 : Add missing dependency for LLVM 10 CMake builds
7a7993b54 : Remove -Xclang -fuse-init-array from the Android build flags
557d01580 : Move remaining Subzero x86 traits to their corresponding class
907c55a9a : Move Subzero Inst traits to the Inst header/source
1ff9f88b0 : Move Subzero Assembler traits to the Assembler header/source
f8c7e511d : Refactor AsmAddress creation
f79b017db : Make AsmAddress producing methods static
6646932aa : Increase Subzero x86-64 stack alignment to 16
3a84c8e25 : Fix RequiredStackAlignment initialization
505971966 : Rename Subzero Address to AsmAddress
aaa8ab7dd : Rename Subzero traits Operand to AsmOperand
f0819bd15 : Specialize Subzero X86 backends for 32- or 64-bit
53abe2fe6 : Don't templatize based on X86 traits
e7da8d8e4 : Deduplicate X86 condition codes
667b63289 : De-templatize the IceAssemblerX86Base class
062a79f10 : Duplicate X86 headers into X8632 and X8664 ones
78964c0e8 : Define specialized PoolTypeConverter constants in the header
c6747d983 : Backport LLVM fix for mallinfo deprecation
ba18c78e4 : Define NO_SANITIZE_FUNCTION on win/clang too
4716eec90 : Stop building with -fno-operator-names
4ffa755b0 : Stop defining _WINDLL
02834d41a : Remove workaround for 32-bit gold ICF bug
65498c15c : Remove -Wno-error flags
b77a8af7a : Remove now-unused gni imports
0ef83ddc6 : Remove x86/x64-specific arch flags
d44b0b086 : Try to unbreak build after https://swiftshader-review.googlesource.com/c/SwiftShader/+/55608
4855a3248 : Remove mips-specific arch flags
766eb919c : Share ANGLE_DISABLE_TRACE-setting code between win and non-win
6f0ce1280 : Stop passing -fomit-frame-pointers in swiftshader build file
3a5f44ab5 : Remove sysroot and mmacosx-version-min flag for mac/arm builds
c8b6ec002 : Remove explicit -msse2 flags (and some other minor things)
b45ad7a3a : Remove unnecessary flags from BUILD.gn
43d3e0cc9 : Delete the legacy OpenGL ES build for Android
9534228df : Eliminate Subzero sandboxing support
52cb3d1b8 : Assume Microsoft ABI on Windows
97e0693ec : Eliminate support for the PNaCl ABI
3c89f07b3 : Replace curl command with git-hooks submodule
4ca96303b : Clarify contributing documentation for Windows users
846da566c : Fix -Wundefined-var-template warnings for ARM32 and MIPS32
3fc930f13 : Define constant static template members as constexpr
fddd4f206 : Make Subzero opcode pointer constant
6f1260556 : Fix -Wundefined-var-template warnings
07fd995bf : Regres: Increase MaxProcMemory to 6 GiB
69deca60e : Fix gcc < 9 builds
314508f78 : Work around MemorySanitizer false-positive
47c3ca02b : Increase max workgroup size for WebGPU
1231b445b : Disable the legacy OpenGL ES targets for Android
9c5d0d73e : Fix Android Vulkan build
c9991d466 : Implement Pragma() for Reactor MemorySanitizer instrumentation
a3726e06b : Increase limits to support base WebGPU.
964b9e39e : SpirvShader: Consider OpEntryPoint interface IDs
dc8cbfa42 : Determine MSan instrumentation for Reactor at run-time
951192f3c : GCC: readd visibility attributes for EGL/GLESv2
f679fc179 : Fix -warn-stack-size command line option for LLVM 12
f239c9f16 : Only perform LOD computation when it is necessary
4eb079f72 : Regres: Update test lists @ e4fea30b
e4fea30bb : Fix -Wloop-analysis warnings in llvm-subzero.
d2bdde2c8 : Enable the -Wdeprecated-copy compiler warning
990e4b240 : Prevent changing Reference<> address
8f075627d : Make UpdateAfterBind descriptor limits equal to base limits
f0a9f88dd : Regres: Update test lists @ 4a304244
4a304244d : Skip wait on already signalled timeline semaphore
863f46e7d : Remove assert to enable indexless access chains
cf2ffd05c : Increase maximum framebuffer size
663b67f86 : Fix -Wdeprecated-copy.
84bc19820 : Disable -warn-stack-size for LLVM older than version 12
72e6254a1 : Regres: Fix testing external contributions if reviewed by Googler
9559e5836 : Revert "Remove git submodules before rolling into Android"
81ba5f47b : Prevent BC6h decoder from using global constructor
5ecc95a00 : Regres: Update test lists @ 3da42a3a
3da42a3a2 : Regres: Update test lists @ efe254de
efe254de5 : Remove git submodules before rolling into Android
940f2acc7 : Value-initialize all vk::GraphicsState members
491ade49e : Explicitly initialize VkSpecializationInfo fields
c1e4abc1b : Make clang-format-all.sh only look at source files
0cfdf0c27 : Pass unclamped fragcoord.z to shader
90c0551ca : Regres: Roll dEQP to 1.2.6-master revision 8010f59
f504d9ef5 : Regres: Update test lists @ 21f81124
21f811242 : Regres: Use 'default' dEQP target and skip GLES daily tests
21c3054af : Update git-hooks to latest revision
15478fd3a : Marl: Suppress MemorySanitizer false-positive
9dd7a5171 : Bring git-hooks in as a submodule
d9bf68cc3 : Regres: Recursively load chunked mustpass lists
5d449d4fc : Update references for ANGLE submodule
b46b97c10 : Regres: Update test lists @ cbfa971a
cbfa971a1 : Revert "Fix error in mat4x2(scalar) construction."
85ea733c2 : Update llvm::ConstantVector::getSplat() usage to take ElementCount
024bf3258 : Make fragDepth clamping conditional
3b9a1a795 : Regres: Update test lists @ bbe1b996
bbe1b9965 : Fix error in mat4x2(scalar) construction.
e0152f11c : Remove assert on unrestricted depth range
2deb0df8f : Fix EmitImageWrite using wrong active lane mask
0ca03fb29 : Update Android build files with license info
af907708a : Unpoison Reactor Call() arguments when MSan instrumentation is disabled
b461e20fe : Update Vulkan headers to version 1.2.178
c4d054c6a : Work around MemorySanitizer scalar SSE false positives
b162fcf97 : Work around MemorySanitizer movmsk false positives
be169ef35 : Regres: Update test lists @ dcb33711
dcb33711b : Allow unrestricted depth bounds
08762e3c6 : Make clang-format-all.sh git aware
37cb6a5d2 : Reduce size of SampledImageDescriptor
e260190ed : Obtain all sampler parameters through SamplingRoutineCache::Key
8b09c1078 : Regres: Update test lists @ 04c037ac
e839645bb : Revert "Obtain all sampler parameters through SamplingRoutineCache::Key"
04c037ace : Implement depthClamp
72b1f0172 : Implement VK_EXT_depth_clip_enable
f6afa7637 : Obtain all sampler parameters through SamplingRoutineCache::Key
41a476ed0 : Obtain ImageView state uniquely from its identifier
484a3e158 : Silence warning for MacOS
112faf441 : Format switch statements consistently
c597a8af0 : Fix pedantic Clang warning/error
8f8c9b55b : Add IndentCaseBlocks to .clang-format
dac99e822 : Update Kokoro's clang-format to version 11.0.1
f32791f5d : Regres: Update test lists @ b71a5569
b71a5569b : Implement depthBoundsTest
45be1bc3c : Eliminate the OpenGL ES 1.1 implementation
77edad299 : Remove the OpenGL ES 1.1 build target
4c0f888d7 : Automate installing the API library for testing
fb53aa2bb : Regres: Update test lists @ d4550ab8
d4550ab8d : Increase render target limit to 8.
8969f861f : Regres: Update test lists @ 2eed61ff
2eed61ff5 : Ensure compressed image copy is height compliant
a98fb3f83 : Regres: Update test lists @ a0aeb64e
a0aeb64e0 : Fix multiview renderpass queries

+- Project: platform/external/tagsoup

fa9c7cd : Jeff moved to a different team so remove him from OWNERS
3256a9c : Demote UnicodeInCode error to warning

+- Project: platform/external/tcpdump

c8e8b7b : Update cpe for vulnerability scanners
820eced : Upgrade tcpdump to tcpdump-4.99.1

+- Project: platform/external/tensorflow

90701c65689 : Add tensorflow to hwasan-postsubmit
be5b14e6111 : Add min_sdk_version
019974fe824 : Remove rtti:true for TFLite targets.
4c39b08f103 : Add ianhua@google.com to OWNERS of external/tensorflow.
4d8124bf1e5 : Setup TEST_MAPPING for tflite.
7de8cf6f4fe : Setup TEST_MAPPING for tflite.
7df4659271e : Add ianhua@google.com to OWNERS of external/tensorflow.
f2a058296dd : Merge remote-tracking branch 'aosp/upstream-master' to 'aosp/master' for external/tensorflow.
922be6369cd : Add a cc_library_static type module in Soong
2604d25d183 : Adding NNAPI SL libraries to TfLite
6b511124eb0 : Merge remote-tracking branch 'aosp/upstream-master' to 'aosp/master' for external/tensorflow.
97ef52c311a : Add a cc_library_static type module in Soong
34a8a2b9fed : Add a cc_library_static type module in Soong

+- Project: platform/external/testng

9835b952 : Move comment to license_note

+- Project: platform/external/tinyalsa

10c9ed0 : add ioctl to read IEC958 data
f84a88a : update OWNERS file
acd5599 : Typo fix in error message: 'Bitrate' to 'Bitwidth'
1a11a73 : Add bitwidth option as input argument for tinyhostless
cea892d : Move system_shared_libs into target.bionic clause

+- Project: platform/external/tinyalsa_new

0096a0a : update OWNERS file
25096d3 : add ioctl to read IEC958 data
e720c93 : match the varaibles' type for 64-bit compatibility
afec7cf : insert null at end of strncpy target array.
b3e379e : fix strncpy warnings
b49414e : mixer: fix index underflow when index=0
feb39c4 : [LSC] Add LOCAL_LICENSE_KINDS to external/tinyalsa_new
4a2f033 : meson: add attributes.h and plugin.h public headers
4d1888a : update NOTICE file and format license header
22a64a3 : Move system_shared_libs into target.bionic clause
1d89048 : fix the zero fd closing problem
71355a5 : fix remaining_data_size is 0 when not playing a wave file
a36069e : tinyalsa: Add sample pcm/mixer plugin and sample sndcardparser
a55af2a : refactoring and fix typo
a840dee : refactoring: add a wave-file parsing function

+- Project: platform/external/tinyxml2

16d85ef : Try hwasan-presubmit on tinyxml2.
a0aa690 : Add tinyxml2 to hwasan-postsubmit
ae08b20 : Clear apex.go entries for bluetooth libs
1dee28e : setting the version to 9.0.0
6c0d2ff : Make libtinyxml2 available for Android
41151ce : Add defined(__ANDROID__) for fseeko defined and android-x86_64
0838dd1 : meson.build: fix typo
3291390 : update the docs
9c6752a : setting the version to 8.1.0
95b80f4 : update readme
7d05469 : update gitignore
212a53b : refresh visual studio project
be4eaaa : remove bit rotted premake5, update readme
9773935 : test new build links
5e76573 : Fix Query function results being assigned to int instead of XMLError
7df6b3f : Overhaul CMake build
9d899a7 : Update meson.build
d3a82c5 : Fix format string errors in sscanf
d59fd15 : skip comment node before get text
c509d56 : Add meson build system
b5d3b93 : Add missing `defined`, detected by -Werror=undef
4001a46 : cmake: Use a namespace for the tinyxml2 target in local export
c87bf81 : reverted the strong typed enum change
6df0cae : - Allowing TIXMLASERT to be defined before including the main header. - Fix for enum bitmask usage
2c6a41a : removed overhead of clear error
2c5a6bf : reorder
51d9f51 : update readme link
4637965 : add test case
1e384d5 : Fix debug postfix in pkgconfig file
5ee20fe : Add QueryAttribute for const char**
fc89670 : update the docs
8812f19 : make printer functions virtual
18468b8 : minor changes to hex parsing
b341e66 : cmake: Don't export symbols if building static library
a953b95 : Suppress UndefinedBehaviorSanitizer warnings
eefc07a : Rename action
064d90d : Try to install
dcc28da : Add macos-latest
e3abe1b : Remove distcheck
e120ee3 : Add github action
6a51439 : XMLPrinter: Fix first line indentation
63fb154 : Update tinyxml2.cpp
1fdee25 : Sharpened check for 64-bit Unix when defining fseek/ftell macros.
a9f29b7 : Fixed warning caused by sloppy conversion between signed/unsigned types.
dfb45cb : support IntText(),UnsignedText(),Int64Text() for hex value
22e5db1 : Remove `clean` before `test` or `check`
60e9616 : cmake: Move TARGETS_EXPORT_NAME to top
588c657 : cmake: Clarify comment around exported cmake script
57cd52b : cmake: Use TARGETS_EXPORT_NAME var throughout file
e86e947 : cmake: Use CMAKE_PROJECT_NAME instead of PROJECT_NAME
d58436c : Fixed bug caused by type checking code in `LoadFile`.
bf59a2d : Added support for files larger than ~2GB.

+- Project: platform/external/toolchain-utils

d2dffc54 : nightly_revert_checker: add logging
79644ecd : llvm_tools: Allow version_range for start/end
cf276c12 : afdo_metadata: Publish the new kernel profiles
56465d5c : command_executer: extend timeout for first-time SDK entry
f07561c3 : command_executer: reformat
b968618a : afdo_metadata: Publish the new kernel profiles
76d71763 : patch_sync: Toggle CQ for CrOS, Android
3527566c : patch_sync: Sort android patches
82ea0615 : afdo_metadata: Publish the new kernel profiles
872c9730 : nightly_revert_checker: fix breakage
3dc6ca12 : compiler_wrapper: disable ccache during src_configure
6c2fb76f : afdo_metadata: Publish the new kernel profiles
8b206a48 : patch_sync: Conduct unconditional cleanup
86d317a4 : patch_sync: Fix for Rust 1.55 compat, cli patch
f96fffcd : afdo_metadata: Publish the new kernel profiles
72d98e4c : rust_watch: use better titles for bugs
96968ca5 : afdo_metadata: Publish the new kernel profiles
8337ced7 : patch_sync: Rework show cmd to display merged
86739250 : patch_sync: Filter patches better
d3fe9cbd : patch_sync: Bugfix for ebuild finding
b0d6ea52 : patch_sync: Refactor shared main code
384bee7f : patch_sync: Fix PatchDictSchema fields
500f7645 : patch_sync: Commit features
c5b1bd6c : patch_sync: Add better command debugging
6683e0e6 : patch_sync: Filter patches by platform
dbc8cb67 : compiler_wrapper: Use ld.bfd to detect binutils path
0274702f : patch_sync: Add show subcommand
7fd98520 : patch_sync: Add patch_parsing module
72bb9a35 : patch_sync: Base code, version control managing
457d96b5 : pgo_tools: make monitor_pgo_profiles fail rather than emailing
ed486b7b : afdo_metadata: Publish the new kernel profiles
a170d3e2 : crosperf: remove dead bob DUT
d60f468c : afdo_metadata: Publish the new kernel profiles
26b91865 : llvm_tools: Update get_upstream_patch schema
811429e3 : llvm_tools: Catch dup SHAs in get_upstream_patch
ed2aa295 : compiler_wrapper: Drop "-fno-experimental-pass-manager"
e8d03f7e : rust_watch: report bugs for new minor or major versions of rustc
443e0b36 : cros_utils: Add a bug reporting module
86fe58c1 : compiler_wrapper: adds ${sysroot}/usr/lib to linker path
d02a62da : compiler_wrapper: add missing unused-but-set-var
50d42705 : afdo_metadata: Publish the new kernel profiles
7afc3522 : llvm_tools: Make skip_dependencies optional
9de6ecbf : crosperf: Increase timeout for a crosfleet call
58a779e7 : llvm_tools: adds a way to skip dependencies when pulling from Phab
28d6cbe1 : crosperf: Replace non-inclusive language
c965dab6 : afdo_metadata: Publish the new kernel profiles
58bc0488 : crosperf: Update default_remotes to new DUTs
70c83ac3 : Replace non-inclusive language
d080198a : llvm_tools: fix yapf warnings
5200728b : llvm_tools: Add lldb_server to updated_packages
afd2d4b0 : compiler_wrapper: ignore unused_but_set_variable
217c68a1 : Add crosperf_autolock.py wrapper
dcb168bf : afdo_metadata: Publish the new kernel profiles
a7a19342 : Auto-format the crosperf files
c5e12fba : Add 'no_lock' crosperf setting
ec4d2aec : afdo_metadata: Publish the new kernel profiles
2c5d6278 : compiler_wrapper: move llvmnext flag to post flags
fb4c08bd : compiler_wrapper: android clang-tidy warnings on used seconds
18220b91 : rust_uprev: fetch distfiles from local mirror
6910c87f : update_kernel_afdo: Skip 95 branch
511e10da : afdo_metadata: Publish the new kernel profiles
58c28b56 : afdo_metadata: Publish the new kernel profiles
e9810076 : rust_uprev_test: mock equery w commands
391b1b03 : afdo_metadata: Publish the new kernel profiles
4140da55 : update_kernel_afdo: Remove 3.18
5e2dce90 : Clean up cros-logging-import pylint attributes
59bd789c : Add mass_seccomp_editor.py for seccomp editing
018c7a78 : run_tests_for: recognize `test_`/`unittest_` prefixes as tests
cfc2bb91 : rust_uprev: changes for rust-1.55
8c582e59 : compiler_wrapper: Handle TIDY_TIMEOUT for Android clang-tidy
297b3d6f : compiler_wrapper: fix use-llvm-next test
76cc8119 : compiler_wrapper: update golden files
3ce773e2 : Excise cros_logging module
db010571 : compiler_wrapper: disable unused-but-set warnings
3bc3b1d7 : OWNERS.toolchain: clean up
e87f528a : users of mail-sheriff: s/sheriff/detective
338c8897 : email_sender: s/sheriff/detective
7d81944c : compiler_wrapper: support -W[no-]unused-set-variable
75107275 : Add upstream-workon.bash script
bf26752f : llvm_tools: update llvm major in non-llvm ebuilds
af7b646e : style.yapf: force indentation to 2
2adf813f : llvm_tools: more informative message when checking out llvm-project-copy
046d57a5 : compiler_wrapper: Update install script
50dc9b85 : afdo_metadata: Publish the new kernel profiles
a57cfe59 : llvm_tools: use upstream revert_checker
35c7e000 : crosperf: reuse perf reports
a5ff0587 : compiler_wrapper: Fix static libgcc handling
a0a63609 : llvm_tools: add newline at the end of PATCHES.json
5cd9c8d2 : Edit style guide to match pep8
14fda118 : git_llvm_rev: prefer upstream/* branches over non-upstream/ branches
05c8210c : crosperf: remove idle samples from crosperf report
8fe5e65c : crosperf: update location debug info
3796acfe : compiler_wrapper: Update for gcc -> llvm ebuild migration
e5d02c07 : Revert "[llvm_tools] automatically uprevs sys-devel/gcc whenever LLVM_NEXT is changed"
ba388e12 : Temporarily disable -Wdeprecated-copy and -Wdeprecated-declarations.
2a5ee3dc : afdo_metadata: Publish the new kernel profiles
a5725194 : [llvm_tools] automatically uprevs sys-devel/gcc whenever LLVM_NEXT is changed
bd4f0cee : compiler_wrapper: bundle.py default output dir
52f7bb64 : afdo_metadata: Publish the new kernel profiles
7ea3335b : compiler_wrapper: add --rewrapper-path support
ed206c84 : compiler_wrapper: refactor goma => "remote compile"
2ecec0ce : compiler_wrapper: refactor goma flag parsing
469f5d2e : compiler_wrapper: make goma testing use its own function
be8490a6 : compiler_wrapper: fix flaky tests
24accd96 : afdo_metadata: Publish the new kernel profiles
b2757d09 : [compiler_wrapper] explicitly enables `libgcc` as the unwindlib
502fb1d9 : llvm-next: add nostart-stop-gc to the list of flags.
566da220 : afdo_metadata: Publish the new kernel profiles
09e2dac8 : llvm_tools: detect cros checkout for default chroot_path
a8142b16 : llvm_tools: Fix lint warnings in llvm update tools
485c25a7 : llvm_tools: llvm version detection for roll tools
011361fa : update_kernel_afdo: Check last week profiles
ffd95a10 : toolchain-utils: Remove uses of "readelf --debug-dump=info"
51a2a9a0 : Bisection: add better support for Chrome.
b1981582 : android_merge_from_upstream: update to point to new branch
04dda202 : Empty commit (but fixes build due to missing ChangeId).
3ae44219 : afdo_tools: Improve update_kernel_afdo script
bc16e2fb : llvm_tool: make either --sha or --differential required.
a6e96349 : point OWNERS at a more correct file
d8f87369 : afdo_metadata: Publish the new kernel profiles
9884dbc7 : Cherrypick "compiler_wrapper: add go.mod"
fd0b18e0 : llvm_tool: support differential reviews in the cherry-pick tool.
6fed0d05 : crosperf: update default remotes
203e7393 : afdo_metadata: Publish the new kernel profiles
d6e464f0 : compiler_wrapper: remove LD_ARGV0 flag
d773afde : afdo_metadata: Publish the new kernel profiles
2a0c294f : default_remotes: update the list of machines
4a12a128 : llvm_tools: refactor automatic LLVM bisection
b5bce200 : llvm_tools: fix LLVM bisection tool.
cc6e72a5 : compiler_wrapper: disable rusage when goma enabled
1f5fbfa3 : compiler_wrapper: remove useless gomaEnabled var
307e66c1 : android_bench_suite: remove
c4c44a57 : afdo_metadata: Publish the new kernel profiles
53e9fbeb : replaces skylab with crosfleet
529f4563 : PRESUBMIT.cfg: drop --py3 to cros lint
054e7e51 : toolchain-utils: New script to make / on chromebook writable.
a2c555df : bisection: support hostname:port form device in kernel bisection
73834707 : afdo_metadata: Publish the new kernel profiles
ed23535b : compiler_wrapper: reenable goma w/ rusage
e62cc7d4 : afdo_metadata: Publish the new kernel profiles
859aa637 : afdo: Add 5.4 into kernel afdo metadata
52a1c9d7 : nightly_revert_checker: update branch name
0833f0c2 : afdo_metadata: Update kernel profiles
efdffcc3 : toolchain-utils: compiler_wrapper: Update instructions
e3a5ad94 : afdo_metadata: Publish the new kernel profiles
412cb5e0 : compiler_wrapper: pass --prefix argument to clang
720f9519 : toolchain-utils: Update our kefka machines.
72e00927 : compiler_wrapper: gofmt gcc_flags.go
7c59ee05 : compiler_wrapper: disable goma, ccache w/ rusage
2e0f7c65 : fixes failure when a commit has already been cherry-picked
3645b985 : afdo_metadata: Publish the new kernel profiles
f5dbbbe4 : adds cherry-picking to the nightly revert checker
21929ca0 : gcc: Remove deprecated conversions
1f5d6951 : gcc: Map Alderlake to Skylake
3dd52af0 : toolchain-utils: Make DWARF v5 the default.
82cde0ce : kernel_afdo.json: Update to R90-13754.0-1612175977
7ed03fe8 : compiler_wrapper: make a loop c89-compatible
235f72a0 : compiler_wrapper: add go.mod
1ac4f769 : compiler_wrapper: add a script to restore us to a working wrapper
d4d6eb93 : compiler_wrapper: Remove "-m32/movbe" from i686 handling
cbc852e1 : compiler_wrapper: work around gcc failing due to a kernel bug
81267150 : compiler_wrapper: disable force-disable-werror with GCC
77a0c207 : compiler_wrapper: loop in exec on ERESTARTSYS
de5be161 : compiler_wrapper: fix a bug where we won't log rusage on compilation
efefb1af : compiler_wrapper: Fix gcc host wrapper config
2844e62d : llvm_tools: make the lexan 4c uploader ignore old clang(s)
92fff664 : compiler_wrapper: Add "-fcommon" to GCC
7ee49e4d : compiler_wrapper: refactor rusage_flag
22577141 : llvm_tools: Fix bisection with main branch
a58bd46c : compiler_wrapper: add working dir to rusage logs
6f559ce2 : kernel_afdo.json: Update to R89-13710.0
d4821af8 : crosperf: Fix index incrementing
9f99f6cc : rust_uprev: also uprev rust-bootstrap
d8284202 : afdo_metadata: Publish the new kernel profiles
98b1224f : compiler_wrapper: remove "-pass-exit-codes" in wrapper
63b249a4 : afdo_metadata: Publish the new kernel profiles
58a786a0 : compiler_wrapper: Fix rusage_flag permission error
a27756bd : rust_uprev: accept -r* in virtual/rust version numbers
bcda4751 : rust_uprev: mark test_success_with_template mock_find_ebuild unused
2d837f0b : compiler_wrapper: rename GETRUSAGE flag
914431e4 : compiler_wrapper: make rusage logs json

+- Project: platform/external/toybox

ee301d5d : Switch to C11 noreturn to work around a compiler bug in llvm.
8b97a1fb : Thinko spotted by Elliott: actually compare with variable, not if (constant).
9798b606 : Grab definition of UNSTRIPPED and friends.
ee089094 : Unset ASAN after consuming it so scripts/portability.sh can be sourced twice.
cda84ae9 : Move arch-specific dead code elimination setup into scripts/portability.sh
cecd169c : Collate ASAN setup, move generated/instlist into generated/unstripped, use $UNSTRIPPED variable in more places and move definition to ./configure.
c3719677 : Comment template tweak.
b08d3573 : Add kconfig-language.txt from Linux 2.6.12.
a6e0c86f : All PEDANTIC_ARGS does is set a macro that's never used.
50361a1b : lib/portability.c: don't assume we have __NR_copy_file_range.
cd4c2da2 : Update man page URL in hello/skeleton examples, and fix hello to wait for PID 1. (rdinit=/bin/hello would kernel panic if pid 1 exits, and wait() returns "No child processes" error, so pause() instead.)
164b1c72 : Fix mkroot m68k target's network connection.
60182898 : More wget cleanup.
418405e2 : Cleanup pass on wget.
965fabbe : mkroot: add wget to pending build list, always rebuild .config when $PENDING set, reset wordwrap after qemu exits (as well as in init script).
f22bec1f : Add "ifconfig eth0 rename NEWNAME".
fb3c28fe : realpath should parse -e
42ce6272 : When args.c is just enforcing max/min argument count with no options, imply ? so "command -123" isn't an unknown option error.
a682f18b : Earlier test ensures dev isn't null when !FLAG(a), so don't test same again.
b6eb5a16 : Minor cleanups, and switch lll to "long long" for 32 bit platforms.
5d0fcd04 : Give "make install" a default location it can actually install to, where you can tar it up from to extract somewhere else if you like.
5e7aef4d : Replace another hardwared "generated/" with $GENDIR
4774d00a : Fix a segfault due to a wrong order global variables of wget
1189bf98 : Replaced sizeof by strlen in wget POST
72e7e382 : Add tar --strip-components.
cfea8f01 : Cleanup openvt/deallocvt and merge with chvt, promote out of pending.
d040b01c : Fix "toybox command --help" for NEEDROOT commands.
83d5d7a0 : Fix "toybox command --help".
690526a8 : Make tar tests more portable, and add --owner :UID and --group :GID
0f77c998 : Add git and bash to airlock install's $PENDING.
132b7cfc : Update make.sh to avoid library probe when toolchain hasn't changed.
bd723cf8 : Added basic post-data support
a59792c7 : Update docs.
5f365523 : Cleanup pass and make -O - write to stdout.
0c31ee1f : Video was made private, but the same guy gave the same talk at another conference.
0fd6b768 : Don't say "see toybox --help" in "toybox --help".
1ba8a12c : Avoid redundant strlen() inside libc.
3f7ea911 : Fix a memory leak and update reference after discarding blank pipeline segment.
bbe709fb : use $GENDIR variable for (some) generated/ references, and move build binaries (config2help/mkflags/mktags) to $GENDIR/unstripped.
4fca350f : The ".." removal logic was looping on file/dir names starting with "..", reported by hg42 on github.
7baa9906 : Fix copy_file_range() fallback.
2f4e6e18 : Fix macOS build after copy_file_range() changes.
9b368059 : Update comments and add "sanity check" from kernel commit f16acc9d9b376. (The kernel's been doing this since 2019, but older kernels may not, so...)
613db355 : Enable copy_file_range when it is available.
74594743 : file(1): call out apparently invalid ELF files.
1bc04b14 : Add toybox-test to hwasan-postsubmit.
8a23ac20 : file: don't be confused by BSS sections.
1533ccf5 : Add "cd -", teach cd to handle deleted directories, fix ${X: -1:1}
5c9a0868 : Tweak linux_glibc properties for musl builds in external/toybox
34e4bfb5 : Minor tweaks.
20376512 : Silence more false positive warnings in llvm.
7a5cb958 : Move UNSTRIPPED to configure, merge LDASNEEDED into LDFLAGS (which comes early enough in the command line now), use shoter : ${NAME:=val} syntax for the if-not-set-then-set variables, have CFLAGS append to inherited instead of if-not-set (it was already doing that for -funsigned-char so we're 8 bit clean, everything else is warnings management and one -Werror for function with no prototype).
6f249671 : Add spaces to lsusb output, trigger on the correct entries, tweak help text.
4d9c2a56 : Move config variables to configure.
3b0edee6 : Build install(1) for the host too.
d9301d2b : Add top -h to show bar graphs (start of htop plumbing).
946f7d63 : Traverse doubly linked list non-infinitely.
e851ed93 : Minor cleanups.
da051445 : gpiod: new commands.
e15d562c : Merge lspci.c with lsusb.c to share infrastructure.
22d59612 : Fix some typos pointed out by Peter Ennis.
3b06f960 : Move a struct from lib.h into the one toys/pending command that uses it.
eee419c1 : flags.h can #define its own CLEANUP_ macros for the next #include so gearshifts between flag contexts require less setup.
e6ad3338 : Factor out parse_dev_ids() into its own function.
068c82ef : More documentation tweaks.
0b47b7e6 : Freshen up design.html a bit.
73f5ecd7 : Create the timer after installing the SIGALRM handler.
0e4cd0ff : Search a path for usb.ids and handle usb.ids.gz via zcat.
ebde3b8a : Move -Wno-string-plus-int to configure instead of probing for it.
679146ec : Fix generated/build.sh
515a1f2e : Move some of the uglier make.sh plumbing into portability.sh.
fc0fbe67 : Move lib/lib.c into main.c so make.sh doesn't have to split it out seperately. (Nothing else in lib/ has to rebuild when command list changes.)
1ea6e127 : Minor cleanups.
de539b70 : lspci: use a different default location for pci.ids on Android.
e0a68893 : Enable lspci's pci.ids reading functionality.
eaf3949c : Fix @time.nanosecond parsing, and add test.
cfa8d336 : Fix -newerXY and add test.
7b6cc658 : Sort PENDING items into started and not started, and note kernel patch that would remove an entry from toolchain list.
3a950a35 : mkroot: Use $'' syntax to avoid needing ugly (unindented) newline mid-string.
ffe3425d : mkroot: if devtmpfs already mounted on /dev, still need to create dev/pts dir.
7fe3cb1f : Move ANSI escape cheat sheet to tty.c
da73d0c5 : Top: move sort change to SHIFT LEFT/RIGHT, and make LEFT/RIGHT move list.
66ecd116 : Rename remains of linestack.c to utf8.c
0f5f00c1 : Remove the linestack plumbing, an old unfinished todo item that got interrupted long enough ago it would be easier to restart from scratch. It was never used and hasn't been touched in years.
b607b579 : Fix sed bug with multiple w to same file.
e7e4229c : vi: fix recent changes.
5c0bb0e4 : vi: fix build.
66471ddc : Let lsusb to use /etc/usb.ids for english descriptions.
64f12b4f : Shut up an unused variable warning triggered by an #ifdef.
6cc6d5b0 : Fix distro version skew in TEST_HOST.
aed8b63c : Work around QEMU bug still unfixed after 3 years: https://bugs.launchpad.net/qemu/+bug/1790975
4991ae72 : Fix Darwin build.
5ded47ef : A little bit more mkroot polishing.
3e8b0196 : Reword some command directory READMEs (this tweaks menuconfig display).
37f94908 : Cleanup nl (it had a stale TODO entry).
46a369dc : File time's realtime output and switch to clock_gettime().
ef363a8a : Add LL to 0 to prevent gcc from warning that 0<<32 might produce 0.
f1289c44 : Work around linux kernel bug to make "ping" work.
c3f3f842 : Replace \033 with \e in strings.
9a1b068c : Remove tty_esc() and tty_jump() wrappers, just output ANSI directly.
25fd949e : Have -B remove more characters Ted Tso's implementation doesn't emit.
c2410a38 : Wean hexedit off tty_esc() and tty_jump(), just output sequences directly.
b0a4a96e : Remove non-posix "sort -h".
59e16e10 : Yank some unnecessarily exported global variables that should be static.
7aaf3f36 : Teach sort -h to handle decimals.
218e3aa7 : Move ext2.html into www/doc and convert mount.txt to mount.html
e28e5bb4 : Add sort -h (human readable), have -u imply -s, and general cleanup.
9e0547cb : Promote host to net
3a33734a : Teach host to look up nameserver in /etc/resolv.conf and use same codepath for specified nameservers and system nameservers.
61cb6ab6 : Move #include <sys/syscall.h> into toys.h.
7dc743d2 : Have llist_pop(0) return NULL the same way dlist_pop() does.
34a025cc : Don't remove the atexit() and then call it manually right before exiting.
de0e3fc0 : Make xsignal_all_killers() slightly less magic. (Use SIG_DFL instead of NULL.)
42ff6bd1 : Move QEMU bug workaround from host wrapper to target init script.
f4f5fd5d : Add cmp -n and wire up skip1 and skip2, plus new test, FLAG() conversions...
95578350 : Clean up host.
9827d4aa : When building with -funsigned-char, warning about passing a "char *" to an "unsigned char *" is 100% useless.
34d660ec : Fix a typo in my name
e1917654 : Attempt to make --preserve=xattr,context work together and individually.
887ba4eb : Fix logic to avoid copying selinux context xattr.
794a0247 : Fix inappropriate use of sigatexit()
f1b91e30 : Minor cleanups: comments, whitespace, use \e instead of \033
ea4748a7 : iggyvolz pointed out that mkroot targets with builtin initramfs were quietly exiting with failure near the end. (Ooops, my bad.)
8b7e02f4 : Promote uclampset to other.
ee69001b : Cleanup uclampset.
f1b22c5d : Add uclampset(1).
4824756b : Add -samefile, collate help text, cleanup, update tests.
0f51bfc5 : Clean up password plumbing.
15cbb92d : Move get_line() out of lib/ into last user.
d42cb27e : Tiny cleanup.
ca6fcbbc : strace: fix m68k build.
8cf1722f : Running mkroot package builds in a subshell means they can't set QEMU_MORE.
864370ca : The /etc/rc source didn't have the directory so was searching the $PATH, and package builds like dropbear were what was using $QEMU_MORE so put it back.
a558435e : Update version to 0.8.6 and add release notes.
a3830574 : More work on mkroot.
1f413768 : Update package versions
0e497571 : Update status.html generator.
67ce5b6e : mkroot isn't setting CROSS_BASE anymore, so have the consumer do it.
146ec6c1 : Re-add post_update.sh.
48c182fd : Remove post_update.sh.
706c637e : Fix CROSS_COMPILE setting CROSS.
24e1386f : A little more mkroot polishing before release.
15d00e0d : Teach test suite to combine VERBOSE options, ala VERBOSE=allquiet
0aeca082 : Fix unused variable warnings found by clang/llvm 13.
16b9f7cd : Make time -p output exact posix format, remove TOYBOX_FLOAT dependency, make -pv switch each other off.
3ca47ae2 : Files linked from checked in html (and on the web page) that aren't checked in.
3471149f : Always test -r and have plumbing set -r for -R
ddf01ab1 : Add VERBOSE=spam to show successful tests.
fac49481 : Fix $((math)) recursion order, handle "" as 0, and add more tests.
b422cc51 : Make CROSS=all and record-commands play nice together.
a0d83774 : More mkroot changes. Add record-commands logging, more error checking, ensure package scripts run in order, reorder for intelligibility.
eff1703c : Don't search for "configure" out of $PATH.
9fb4ebd6 : Update script/record-commands and rename logwrapper->logpath.
b9cae218 : Remove scripts/single.sh depedency on existing defconfig for global symbols.
1c5e9467 : Add support for more targets.
8ead6936 : Implement declare, fix nommu subshell marshalling, fix blank int var assigns.
039d59d2 : Replace various x = x declarations with QUIET macro to shut up gcc.
284a2767 : Fix env properly: env -i uses old $PATH, but use new PATH= when redefined.
f8883bd2 : Yank -lrt linking entirely: when statically linked it pulls in pthreads for non-threaded programs, and neither bionic nor musl have it. (This means glibc always does the HASTIMERS syscall wrap.)
52e27717 : Don't forbid grep -Fw combination, it works find and the linux powerpc64le build uses it.
1b8fa91f : Multiple mkroot changes.
f60b420e : Take status.html version info from toybox binary, not repo.
21263839 : Generate status.html directly instead of ssi-ing a status.gen.
b0e204b3 : Add HASTIMERS probe to work around bug in gcc 9.3
d2ee698f : More roadmap/mkstatus tweaks.
f574706b : wget: Add OpenSSL and BoringSSL support
dedb7419 : wget: Make ifdefs sane for other people
df6da52c : wget: Add TLS Support v2
5499b245 : wget: Fix bug if read fails
2d03640c : wget: Cleanup and add support for HTTP 1.1 and chunked encoding
2c0a82e3 : tftpd: fix the parsing of options
3b41ba18 : Update roadmap and mkstatus.
0f52e6cb : wget: cleanup, add support for file disposition and fix HTTP protocol version
018db3fe : If you disable buitins, "env -i env" has no $PATH, so $(which env).
d319b974 : Help text tweak.
852e4ca9 : Glibc is so fragile stripping .gnu.version breaks regexec(REG_STARTEND) and thus grep's match-after-null test.
b8418383 : mkdir: return error for existing directories without -p flag
4c450efa : tail: add the long option synonyms for -n and -c.
d6b8a3cb : Teach more variable plumbing about +=, rename VAR_GLOBAL -> VAR_EXPORT, add calculate() wrapper around recalculate(), add the two EPOCH time magics, handle VAR_TOUPPER, VAR_TOLOWER, VAR_INT, and start of VAR_NAMEREF.
e0ccc47a : Reland "Upgrade toybox to 1986075975db4cdab08133f8299ad72dd5af4b23".
c135e010 : Revert "Upgrade toybox to 1986075975db4cdab08133f8299ad72dd5af4b23"
9d7d87ea : Strip slightly harder.
19860759 : pidof: fix -s.
9358f178 : Cleanups.
6e6b6eb6 : new toy: Simple hexdump implementation
5a82dad2 : Use -dead_strip for --gc-sections on macOS.
340b1cf8 : The mac compiler can't optimize out unused functions.
a39df134 : Attempt to fix yesterday's mac commit.
261d72a5 : about.html: when was Android M again?
7af571d4 : Move the sys/personality.h import Mac can't do into portability.h.
3065c604 : lsof: explicit size for device major:minor buffer.
07beb381 : The VERBOSE= behavior changed a while ago.
2243f6f2 : comm: stop using get_line().
7e753765 : pmap: cleanup.
3dd73e9d : Test tweaks.
de233eb9 : Add linux32, remove uname 32 bit hack, just say "Toybox" for -o, add to -a, add to help.
cbf3ee3a : www: Fix typo in about page
cb1af188 : blkid: more scanf fun.
a07921d8 : chvt: remove old workarounds.
b30b1857 : getline() returns -1 on EOF, not 0.
7c608c50 : arp: fix the scanf %s numbers.
47258fc9 : Add += prefix and direct assignment (not in export x+=y and friends yet), add tests, and update TEST_HOST tests that bash 5.x broke.
f3559dc0 : Fix warnings.
92d1ceff : macOS: add a timer_create() and timer_settimer() to fix the build.
dcfac5c9 : The FS_IOC_{GET,SET}{VERSION,FLAGS} ioctls are historically broken (see https://www.spinics.net/lists/linux-api/msg49101.html) and use an unsigned int argument while advertising a signed long argument.
81859b8a : timeout: use the monotonic clock.
3062fc9e : Fix grep --color to highlight all matches, based on Peter Collingbourne's patch but with several other cleanups rolled in.
2a5dc105 : makedevs: stop using get_line().
b1e25f15 : userdel: stop using get_line().
05e4f52c : init: stop using get_line().
76240072 : crond: stop using get_line().
84b76f4b : bootchartd: stop using get_line().
bb0dda49 : arp: just use fscanf().
ae533cb8 : arp: some cleanup.
fb3c380d : grep: Implement -L.
ab833461 : Add load average to uptime -p.
d33a827d : uptime: trivial modernization.
0de0a707 : strace: fix macOS build.
3f8c3059 : Tweak help text and todo list.
317f1fa3 : Fix error detection for $((1+3-)) and such.
e5ebc2a0 : Start of $((math))
42c0c0df : Fix error path that was trying to free constant strings. (Fixes "while do" segfaulting.)
d62ee378 : strace: initial commit.
ddfc5ac6 : log(1): add no-arguments=>stdin behavior to match logger(1).
a3b423c5 : The Linux errno from unlink(dir) defies posix and this bothers some people, so don't depend on it.
744b9532 : The default behavior for make " " is just crazy.
57fbeebb : Have uname -o print "Android" on android.
fb47b012 : Add a local git mirror (todo item since github was acquired)...
5d9432ba : Tabs + newline added to time.c
f4c9e355 : modprobe: handle module lists correctly.
811ff525 : insmod: tiny cleanup.
59006c40 : Fiddle with help text.
80f82b2b : Check for --help before "Not root".
5b18047a : reboot/halt/poweroff: add -d.
635ab629 : rmmod: various fixes.
a169c46f : i2cdump: fix behavior on read failure.
5ef32b95 : Allow standalone builds to override .config filename too.
35810944 : Add find -lname -ilname and -d as a synonym for -depth.
7ef3a945 : Minor cleanup (mostly whitespace and curly brackets).
e8f3f6c4 : Explain a corner case where the source filename matching the first command name is relevant.
62b43622 : i2cdetect: add -q.
2f2c53f1 : Go ahead and leak the filehandle, the command exits immediately.
ba1fad65 : You can't use logwrapper through the multiplexer because the point is to symlink other command names to it, and toybox will see argv0 as the other command name and do that instead.
d9cf7a04 : Fix leap years, add 3 argument (day month year) mode, cleanup.
01f1a547 : Use FLAG macros and optstr ranges, minor cleanups, tweak help text.
3b71ff9d : Silence "fortify" warning, add "had errors" message at end, minor cleanups.
842b0d24 : Cleanup pass on file.c, add more tests.
840560c5 : file: basic Mach-O universal binary support.
23f16ee3 : Fix "xsignal 0: Invalid argument" after commit 0737ba9e8dd1.
f438b673 : Add kill -0 test.
8b64d4ac : Comment out tests realpath doesn't implement yet.
0737ba9e : kill: allow `kill -0` for testing process existence.
366d5a96 : ps: exit with exit status 1 if no processes shown.
a2bf4916 : Minor cleanups.
b44af2db : Another getuid->geteuid switch.
593ccd3c : Tell dd not to write to status stderr instead of discarding stderr. (In case of other errors.)
de72ce4a : Avoid race condition where child process complains about nothing.
9e7dbb65 : First guess at implementing tar --selinux, passes regression tests but haven't got a test environment for the new stuff yet.
3e30fb88 : Cleanup: use FLAG() macros.
bc1dde18 : Switch a getuid() check to geteuid()
8d127abe : Copy data being checksummed to "save.dat" for post-failure analysis.
6b52142d : mkroot hexagon taget.
6968b7a6 : Log the right name of user switched from.
3cf5ec1e : fix compilation failure on 3.10 kernel
f37e5bf2 : People still using Centos 7 asked for some bug workarounds.
e22443c6 : Don't show "toybox" header line for "help" output unless called with no args. (It still shows it for "ls --help" and bare "help", but not "help ls".)
f8e28ad0 : Use wait -n to keep cpus busier during parallel build.
368ee96f : Samanta Navarro pointed out leftover 32 bit flag limitation in argument groups.
0b00ea7f : Change xabspath() to more granular (flag based) control interface.
ffe98246 : Minor cleanups to lsattr and nsenter.
bd001e49 : Clean up eject.c to use linux/eject.h and FLAG() macros.
9aa39ab5 : First guess at realpath tests.
20f26073 : syslogd: Ensure that socket sends are '\n'-terminated
a125ba10 : Fix TEST_HOST path using symlinked command.
65488aff : Minor cleanup and rephrase a comment.
281f30dd : Guo Chuang pointed out that lsattr won't build with headers still within our 7 year time horizon. Clean up the existing portability attempts while we're there, and add timeout dates.
b1c071ee : Add options for reproducibility tests.
127cff38 : Work around a posix violation in the croups filesystem that LTP requires.
3fbacb1f : Add split -n test, handle more than one leftover byte, clarify help text.
98613d45 : Fix tail -F with no arguments.
ba242e08 : Teach tail -F to work on file that doesn't initially exist (needed new lib/ flag), allow -s to be fraction of a second, inline (anonymous) struct so globals.h isn't using an incomplete type, blank line in GLOBALS() between option args and other variables, collate tail_continue() to one function, add test.
933f238b : tail: implement -F (and its companion -s).
df7bfd2e : Add support for -n in split
f4c6375f : Add support for -d $'\n' (cut by line!) and posix -nb (wraps to start of -c)
b1b7fec8 : Denys Vlasenko pointed out that other implementations use "t" as "total", and not many systems need to know "free terabytes".
2185571e : Update usage: line to include remaining options.
985ee785 : Switch to FLAG() macros and forbid -f -F at the same time.
29e7ed94 : Second attempt at making --help work with alias ls="ls --color"
39f64538 : Avoid division by 0 error and mmap(0) failure for missing or zero length files.
f509ccd3 : Check in the .htaccess file that triggers the server side includes for the nav menu.
08bfbd96 : Revert the --help change, it breaks stuff like "echo -- --help".
0c6000ad : Ryan Prichard pointed out --help and --version can't be first in aliases.
412054cf : md5sum.c: simplify the table setup slightly.
827cabf7 : netstat.c: fix bounds checks.
7ee66e9a : dmesg.c: fix off-by-one.
df63d49f : "make install_airlock" no longer needs host versions of sha256/512sum.
0842ada4 : modprobe: fix parsing of short lines.
d02da4ec : More sha*sum cleanup.
70754564 : Remove unbalanced parentheses and repeated transition.
19e0cbab : Fix big endian in new sha2 commands.
a0cb955d : Cleanup.
de474ba0 : Fix "make tests" exiting on failure when test run in subshell.
b93f5908 : date: add -s.
c7e26172 : Add tests for other sha2 variants.
5166c7f4 : Merge sha1sum and sha256sum tests.
e00b4c26 : Clear environment variables between tests.
3eb92247 : Add sha256sum tests.
3e7561cc : fix USE declarations
1a1e02aa : clean up unsuccessful attempt to calculate constants
57be6ee6 : attempt to calculate round constants instead of using lookup table; doesn't work for SHA-512's 64-bit values
2513951e : first rough version of built-in hash sums
db3e9003 : add entry points for sha224,256,384,512
71b8c2d9 : add sha256sum command which runs built-in sha1sum routine
73b1e013 : toysh: wchar_t->unsigned and turn "not" into a flag.
e2975ef4 : Dear gcc: no, it really can't be used uninitalized.
657cc631 : xparsedate should ignore trailing + or - (does not change timezone)
54788b56 : Teach xparsedate() to handle more whitespace.
e3062c3b : Add find -quit
293185e7 : Better link to LP64 documentation.
6ce11972 : Freenode->libera.chat ala ethereal->wireshark.
b024b851 : readelf: fix 32-bit build on Android.
22172726 : Commands in pending do not default y.
7a48df38 : 0.8.5 release
462b7237 : The linux console code is inconsistent: most console= lines accept /dev/name but for some reason powerpc's hvc driver does not.
495bedd3 : Add black and white mode (x to toggle)
a4430f2f : Promote readelf to other.
36dd3b2d : Cleanup readelf.
267a1a57 : modprobe: don't stop on empty lines.
2a8e1981 : Missed a couple in the wchar_t -> unsigned conversion.
d3025b14 : Convert utf8towc from wchar_t to unsigned (to match wctoutf8).
08481ee3 : Clear errno in loop.
3670ac74 : Promote unicode (merge into ascii.c)
16e2520b : Style cleanup.
3748313f : The (insane) unicode consortium arbitrarily limited the codepoint space (utf8 can go to 7 bytes but unicode can't) so only test unicode range.
4f927e39 : Update README
2833b8b9 : Add $BASHPID to show current process in () and such. ($$ is top level shell)
1de4b259 : Tighten up echo help text.

+- Project: platform/external/trace-cmd

57b8940 : Initial empty repository

+- Project: platform/external/tremolo

39c96c3 : Drop oob_oggpack_look from presubmit
c15d14f : Drop oob_oggpack_look from presubmit
04f4caa : Add explicit apex_available clauses
a3db049 : Tremolo: Add check for bad return value in decode_map
3b8b8e6 : Tremolo: Add check for bad return value in decode_map
c6590bb : document reason for permitting overflow
2dbdc5a : Tremolo: Ignore integer-overflow in floor1_inverse2
00f1b65 : Tremolo: Ignore integer-overflow in floor1_inverse2
8ddee34 : Use memset instead of a loop
c636f31 : Tremolo: Extend barklook table to add one more entry
a3cb331 : Tremolo: Extend barklook table to add one more entry
1213719 : handle cases where order isn't a multiple of dimension
1188ab7 : Tremolo: Ignore integer overflow in mdct function
1fd8a3f : Tremolo: Ignore integer overflow in mdct function
5ec88c0 : Tremolo: Fix integer overflows in codebook.c
9e9b780 : Tremolo: Fix integer overflows in codebook.c

+- Project: platform/external/turbine

88b1fee : Update annotation stubs after upstream merge
d4c113c : Fix a typo
3630562 : Add test case for https://github.com/bazelbuild/bazel/issues/15053
d353841 : Fix parsing of qualified names in array literals
88fc985 : Fix handling of type variable bounds in `isSameSignature`
fcc8a28 : Don't crash on missing annotation arguments
2e51367 : Update versions
cd16fc1 : Update dependabot.yml
3fb381b : Remove reflective workaround for accessing `ClassLoader.getPlatformClassLoader`
8efebf1 : Automatic code cleanup.
63846c1 : Automatic code cleanup.
658b7b3 : Bump maven-gpg-plugin from 1.6 to 3.0.1
e72ca42 : Update protobuf version
b51780c : Bump more deps.
fe9cf7f : Update dependency versions
ceff7dc : Bump error_prone_annotations from 2.9.0 to 2.10.0
2e51692 : Bump maven-compiler-plugin from 3.8.0 to 3.9.0
d5d12a2 : Bump protobuf-java from 3.10.0 to 3.19.3
4ede66c : Bump protobuf-maven-plugin from 0.5.0 to 0.6.1
4b57d80 : Bump protobuf-java from 3.10.0 to 3.16.1
9065e74 : Bump truth from 1.1 to 1.1.3
df4d474 : Bump junit from 4.13.1 to 4.13.2
a465fee : Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.1
2b7c84c : Enable dependabot
db7b4bf : Don't crash on `module-info.java`s is we can't load `java.base`
a0a74df : Specify JVM flags required by turbine using `.mvn/jvm.config`
cbc3f40 : Remove references to `com.google.errorprone:javac`
f9e5365 : Remove uses of reflection now that we're testing on JDK 11+
1a1f08e : Remove uses of reflection now that we're testing on JDK 11+
cf1478b : Stop testing turbine on JDK 8
08ff1a1 : Don't crash on constant dynamic constant pool entries
972d62a : Handle compact record constructors
157c076 : Add support for `Elements#hides` to turbine
f59a1f3 : Fix `TypeElement.getSuperclass` for records
0b547dc : Initial support for sealed classes
3452789 : Extra a method for parsing a class member starting at the identifier
e5a1173 : Handle record pseudo-keywords earlier
cb60060 : Initial support for records in annotation processing
407dd72 : Update to non-EA JDK 17 builds
dd6d554 : Update asm version
ec67a6e : Initial support for records
3bac9d7 : Use Java 8 bytecode at minimum
cef7d15 : Update Error Prone version
006a74b : Improve major version handling
6b0f9e9 : Normalize records and nests
ba9d8de : Clean up accidentally duplicated code
d86501a : Don't assume synthetic contructors don't need signature attributes
05192cf : Extract a helper method
798df57 : Add parser support for records
c0e81c3 : Add class writing support for record and nest attributes
22e3c67 : Fix position of type annotations
9c70fad : Fix an infinite loop in pretty-printing
0f596d8 : Extract a local variable
7903a85 : Finish migrating to JSpecify annotations
86c0940 : Enable maven caching in setup-java
32a71bd : Explicitly represent parenthesized expressions in the AST
d02ef82 : Migrate from adopt
fd0a45d : Flatten `BinaryTree`s to avoid recursing into them
4a55edd : Fix an NPE
6a3281d : Optimize a loop
b02c9b7 : Automatic code cleanup.
7ee2bdb : Create the output directory for jdeps if it doesn't already exist
1426ef4 : Suppress errors that will be generated once our checker respects the `@Nullable` annotation from the CF artifact.
6b8f444 : Consolidate `@Nullable` annotations
0d6a1d8 : Apply some `EqualsMissingNullable` fixes
dc09acb : Apply some `ReturnMissingNullable` fixes
dd5dfec : Fix pom to meet sonatype requirements
873a1be : Annotate tree package for nullness
3fe0e71 : Annotate bytecode packages for nullness
ecea033 : Add @CheckReturnValue to turbine packages
91a99b6 : Improve error handling for string conversions
c9c593a : Fix handling of `package-info.java`s for empty packages
daafa52 : Report diagnostics for type conversions
be693b0 : Report an error for annotation element values without a name
08d22a6 : Pass position into `ConstExpressionParser`
5b53d38 : Annotate binder and related packages for nullness
a47da7b : Handle unicode characters that require two UTF-16 code units
131ac44 : Sort test inputs
44dae62 : Update to setup-java v2, and use adopt builds
83e27a5 : Address compile errors that would appear when `ImmutableMap` is annotated for nullness in CL 382342656.
3d2be5e : Remove obsolete parent per https://github.com/sonatype/oss-parents
f9f2dec : Fix handling of repackaged transitive classes in jdeps
70fe553 : Inline a single-use abstract test class
f4d084a : Fix javadoc
5973e51 : Inherit from the sonatype oss parent artifact
b62514c : Test invalid annotation element values are weeded out
7c4a5d4 : Satisfy the nullness checker.
91c289f : Use `assertThrows` for expected exception tests
080f599 : Don't require an argument for `--compress_jar`
e0d9619 : Satisfy the nullness checker
db341bf : Fix NPEs in options parsing
2459f66 : Remove deprecated builders
09beae4 : Rename `master` branch to `main`
d4da2b5 : Never class-load `TurbineProcessingEnvironment` from the `-processor`
a1dcaa6 : Update Error Prone and maven versions
20f90c8 : Update turbine CI JDK versions
3bbf967 : Improve `--builtin_processors` handling
3a33b7f : Fix handling of `isDefault()` for symbols loaded from the classpath
b4c4891 : Eliminate `core.transform` wrapper.
f858cd8 : Fix copybara config
e80c478 : Try out more null-checking
0adcd8e : Comply with nullness analysis
5db787b : Improve GitHub Actions hygiene
130009a : Throw a more specific exception
0d82219 : Fix some potential NPEs
617a8f6 : Don't read `<clinit>`s from class files
aabe1f4 : Allow turbine to parse JavaBuilder command lines
27418aa : Weed out non-annotation types appearing as nested annotation values
beb695b : Don't include type annotations in a turbine diagnostic
1bbb136 : Include all simple names present in source for error types
622b591 : Get tests running on latest JDK 16 EA
ba757a3 : Update to latest ASM API level
a033c2f : Log and continue past more errors
ffe8d01 : Add private constructors for classes that aren't intended to be instantiated
b470d53 : turbine OSS build cleanups
01e6e1d : Refactor turbine external CI
9560ef4 : Refactor `ClassLoader` setup in `Processing`
a66dc01 : Remove travis and appveyor CI configuration
7a5c416 : Set sourceEncoding in turbine's `pom.xml`
a867fae : Fix syntax of `.gitattributes`
870707b : Update ASM version
3c31e67 : Configure turbine's bootclasspath in integration tests to match javac
6c13b35 : Handle `ct.sym` format for JDK >= 12
8f56727 : Fix `ct.sym` handling for Java versions >= 10
114b17e : Refactor an `if`/`else` into an enum switch
ced6942 : Enable end-of-line normalization in `.gitattributes`
c69a455 : Report a better error if the order of `extends` and `implements` is swapped
dc43e5c : Clean up `-source` parsing
7db5cb2 : Allow `--gensrc_output` and `--resource_output` to be directories
88b8edf : Add initial GitHub Actions config for turbine
fec6516 : Report more diagnostics for invalid annotations at once
b2a0c70 : Fix an invalid cast
f311ffe : Weed out `final` interface methods
7e581be : Upgrade junit dependency to 4.13.1
3bdff13 : Fix handling of @SupportedAnnotationTypes("*")
cfe96ad : Add a ClassPath binder that adapts a StandardJavaFileManager
ff1e907 : Remove some no-op round trip conversions
c060299 : Micro-optimize TurbineExecutableElement#getKind
8bbf4cb : Report errors for required annotation arguments
a6d86c3 : Imitate javac's handling of type annotations on derived types
62f4f20 : Preserve erroneous supertypes during type canonicalization
0f2a502 : Fix a crash parsing types
cc920f2 : Disable Appveyor CI branch builds to reduce load.
078b0d5 : Add missing license headers.
193317e : Fix a crash in annotation binding
c8d4fd7 : Weed out uses of primitives in generics
890013d : Fix parsing of -source
c2f5ca8 : Add an explicit nullcheck with a failure message
1c98ea6 : Fix an infinite loop
cdc871f : Fix some redundancies
fccc930 : Don't trim diagnostic text from annotation processors
dcae5ed : Fix broken JLS links.
e1c19fa : Bump various dependency versions to latest
f3420a6 : Update ASM to 8.0
a62e85e : Always run the final processing round
972b65f : Automatic code cleanup.
108eefa : Update Guava to 29.0
3cdbf33 : Javadoc typo fix.
93dfbb6 : Fix NonCanonicalType warnings.
eace53d : Stop passing SKIP_DEBUG in javac-turbine
b4bc474 : Fix typo in Javadoc.
de365d3 : Project import generated by Copybara.

+- Project: platform/external/ukey2

239ca39 : Avoid "man-in-the-middle" term.
e711039 : Remove external/ukey2/.gitmodules and submodule directories.

+- Project: platform/external/unicode

4ef7304 : Update Unicode Emoji data

+- Project: platform/external/uwb

efe3409 : Fuzz remaining UciNotifications and send them from HAL to Uci layer.
5ebc00c : Fuzz some UciNotifications sending back from HAL to UCI layer.
01e5b50 : uci(pdl): Fix session_init_cmd unit test gid value
c884df8 : uwb(native): Adding host tests for libuwb_uci_rust, libuwb_uci_packet
558e3da : uwb_core: group UciNotification to core, session, and vendor
cb41a81 : uwb_core: send SessionRangeData to SessionManager's caller
3f06b8a : uwb_core: polish the struct of the ranging data notification
796d138 : uwb_core: add update_controller_multicast_list() method
9752e41 : Add some unit tests for uci packet logger.
799b124 : uwb_core: add reconfigure() method at SessionManager
8e9a958 : uwb_core: Remove unnesaccery clone at session_manager's tests
29431d5 : uwb_core: add start/stop ranging method at SessionManager
3cabad4 : uwb_core: add timeout for waiting notification
20ed154 : uwb_core: pass AppConfigParams when initiating session
5f9ff7f : uwb_core: verify the equality of TLV list by HashMap
a714569 : uwb_core: make FiraAppConfigParams generate tlvs for every field
055099f : uwb_core: FiraAppConfigParams generate updated TLV list
7a18aa1 : uwb_core: FiraAppConfigParams generate TLV list via HashMap
0b345e4 : uwb_core: Fix the range of uwb_initiation_time_ms field
d7d54fb : uwb(uci-rust): Reorganize unit test codebase
c957526 : uwb(uci-rust): Wait for CLOSE_CPLT HAL event for deinitializing
2276af0 : uwb(uci-rust): Fix error checking in build_set_app_config_cmd
a74eb33 : Set the max buffer size to 10 kb.
563580b : Handle file permissions to avoid symlink attack.
b7f8cd5 : uwb_core: add builder_field macro to generate the setter method
185c52a : uwb_core: add unit test for FiraAppConfigParams
3b8382a : uwb_core: validate the Android-specific fields at FiraAppConfigParams
b0859de : uwb_core: add FiraAppConfigParamsBuilder
986ae15 : uwb_core: generates TLV from FiraAppConfigParams
e10b112 : uwb(uci-rust): Add more unit tests in adaptation
9bb8e7f : uwb_core: add FiraAppConfigParams
9e2c303 : Add more test cases for fuzzing & handle errors that should not crash.
6c6adec : uwb_core: UciManager close UciHal when dropped
4607997 : uwb_core: verify the mock instance at the current thread
4e3090f : uwb(uci-rust): Add more unit tests
36369f5 : uwb(uci-rust): Cleanup MockUwbAdaption
5e1598e : uwb(uci-rust): Add more unit tests
51cb1f6 : uwb_core: remove module prefix from Error and Result type
5799d31 : uwb_core: Add UwbService
aa05de3 : uwb_core: add session module
273d1f2 : Create basic fuzz tests.
b515182 : Add power status query capbility enum value
f6eaef1 : uwb_core: add mock_uci_manager
70b4e1e : uwb_core: support the UCI packet fragment
cfd19bd : uwb_core: add unit tests for UciManager
ac226d7 : uwb_core: add UciManager
5683d2f : uwb(uci): Make UCI PDL library available to vendors
d1ef031 : uwb(uci_rust): Handle vendor HAL crashes gracefully
971353e : uwb(uci-rust): Add StatusCode from PDL to UwbErr
d9bb483 : uwb_core: add UciMessage, UciCommand, UciResponse, UciNotification
640a516 : uwb_core: add uci::params module
f1d7abd : uwb_core: add StatusCode
a964b9b : uwb_core: add TimeoutUciHal struct
7aa94db : uwb_core: Add uci module
9f37445 : uci(rust): Handle fragmentation/defragmentation of packets
d412886 : uci(rust): Fix bug in build_uci_vendor_cmd_packet
cf157b3 : Revert "uwb(uci-rust): Switch Android GID temporarily"
7f9c7c3 : uwb_uci_packets: align missing UCI status error codes with FiRa
10fd6cd : Handle error for invalid input.
9dd4ebb : Buffer not being free when required.
a6d0b45 : UCI changes to support vendor extension funtionality
49d3b8c : uwb_core: add dependencies at Cargo.toml and Android.bp
6f5d9d1 : event_manager: avoid expect() when failed to convert data
b8bbedd : uwb_core: use Cargo workspace
171c888 : uwb_uci_packets: Rename DeviceConfigTLV to DeviceConfigTlv
74c9d9f : uwb_uci_packets: fix typo from SESSSION to SESSION
f040474 : uwb_uci_packets: change ControleeStatus's status type to MulticastUpdateStatusCode
504996e : uci_hmsgs: fix build_uci_vendor_cmd_packet() method
9e3e7c9 : uwb_core: add rustfmt.toml
8a806ae : uwb_core: create the UWB core library
e374838 : Split uwb_uci_packets to separated crate
ce273bb : Add vendor UCI statuses for CCC
e4e7d86 : Remove the log file after 24 hours.
ad58284 : Move open_next_file into BufferedFile to avoid deadlock.
932da8d : Add Dispatcher trait
c1e6af3 : uwb(uci-rust): Disable UCI logger
011c2f2 : Change the wrapper of UwbAdaptation to Arc.
290fcf2 : uwb(uci-rust): Uci Logging
bf494c7 : Increase retry timeout to 800 ms
36e68e4 : uwb(uci-rust): Add rust unit tests to UWB MTS
b5fb93a : uwb(uci): Remove c++ stack from uwb module
231fcfe : Change Disable command to be a blocking one.
09bf3a7 : uwb(uci-rust): Switch Android GID temporarily
0d51f4d : Update power stats structure and add JNI command
482dbf2 : uwb(uci-rust): Fix Vendor Rsp/Ntf UCI packet heirarchy
2ee79f5 : uwb(uci-pdl): Fix UCI packet heirarchy (use scalars for opcode)
322bb5c : uwb(uci-rust): Switch ANDROID GID to 0xC
c5b45bf : uwb(uci-rust): Implement device reset
dd12c95 : uwb(uci-rust): Align PDL with recent HAL changes
b901cc7 : uci-rust: add test case for handling notification
f1a5991 : uci-rust: add MockEventManager implementation
7ef80b4 : uci-rust: add a test case for verifying failed to send UCI command
cdd2375 : uci-rust: add a test case for verifying retry logic
14a799b : uci-rust: verify sending a UCI message
e06fd9b : uci-rust: handle the panic in the working thread
6cb659c : uwb(uci-rust): Add an android specifci aoa_result_req value
8167bdb : uci-rust: add a test case for deinitialization
eaa0b6d : uci-rust: Verify the calling sequence of UwbAdaptation
b67ca72 : uwb(uci-rust): Log all UCI commands being sent
f731012 : uwb(uci-rust): Don't crash on failure to convert to i32 session_id
6c52972 : Add libuwb_uci_packet_tests to presubmit config
cc38050 : uwb(uci-rust): Fix multicast address size
fa85862 : [lints] Make clippy compliant + enforced
a35432f : [lints] Enable automatic lint enforcement
aad5c32 : [lints] Misc test lint fixes
489dcad : [lints] Handle all errors
541aaec : [lints] Remove dead code
eb74a41 : [lints] Remove unused mut
8d391ba : [lints] Remove or tag unused variables
0b4b3a1 : [lints] Remove unreachable branch
ad43032 : [lints] Match against GroupId constructors
3dec994 : [lints] Remove unused imports
c48bf7d : Fix lockup in async HAL code
eaa5377 : uwb(uci-rust) : Add support for GetCapsInfoCmd
f3c3d5e : Do not block on the HAL
e88fa90 : Remove re-initialization of HAL on Enable
03f4539 : uwb(uci-rust): Increase retry timeout
cc5b2c1 : uwb(uci-rust): Conform to FIRA specification for FIRa capabilities
b3c4b57 : Added state machine stubs.
93f71f4 : uci-rust: inject UwbAdaptation to Dispatcher
4db82a9 : uwb(uci-rust): Add device caps TLV types
183070c : uwb(uci-rust): Merge UCI stack with Android S AOSP stack
575f265 : uci-rust: Rename the traits/implementation/mock of EventManger
5640324 : uci-rust: Add mock implementation for UwbAdaptation
00cf420 : uwb(uci-rust): Implement vendor uci cmd/rsp/ntf
8846dee : uwb(uci-pdl): Add vendor cmd/rsp/not base definitions
6a1c305 : uwb(uci-rust): Use {Packet} instead of {Packet}Builder
42ce161 : uwb(uci-rust): Remove unnecessary srcs target
c262392 : Consolidate UciResponse and UciNotification enum
3ddb0d1 : Implement Get/SetAppConfig JNI command.
16ee1a3 : Added a new trait which is implemented by EventManager and EventManagerTest.
15d6643 : Modify the implementation of UciPacket in PDL file.
3bba23a : uwb(uci-rust): Use a single queue for all jni cmds
8e9f7b2 : Fixing minor typos
ec06320 : uwb(native): Set sdk to Tiramisu
849237c : Enable all tokio runtime features
d75ba34 : Retry UCI without a timely response or on request
9aed188 : Implement more JNI commands in dispatcher.
ca38639 : Handle multicast list update status notification
d3dedf6 : uwb(jni-rust): Invoke HAL session init API
18e9210 : uwb(jni-rust): Handle HAL events
1093ea8 : uwb(jni-rust): Cache classloader for creating uwb class objects
4d10388 : uwb(pdl): Some minor fixes/renames in PDL
cd49f7f : Handle Uci notification packets sent from Uwb chip
2e76a5b : Complete the workflow for SessionInit command.
9bf545e : Send a command between jni and HAL.
a8fff3d : Added rest of uci_hrcv.rs
1efd40c : uwb(native):Trigger HAL session init API after session init rsp
96d862e : Follow up commit to address review comments on ag/16511001
f1028cb : Add power stats command
82dd491 : Add an API for blocking HAL commands
47ef84b : Parse HAL responses and send them to the dispatcher.
af4d9f9 : Clean up the adaptation.
65e10e3 : Allow the adaptation's callback to have state.
50c4f70 : Migrate to thiserror.
e5c90d3 : Add jni command.
ae5f5d7 : Add code to call back to the JNI.
e48cee5 : Fix uci packets.
8f17b32 : Added UWB state machine skeleton
300842f : Add new JNICommand in the enum.
7eda59e : uwb(pdl): Add interleaving HAL params
57d7521 : Added enum for UCiRepsonse and UciNotification
3d78814 : uwb(rust): Add missing HAL API helpers
3453f18 : Use crate for generated code rather than include!
3e804eb : uwb(native): Add support for new HAL API to indicate session init
755844d : uwb(pdl): Add android specific params for UCI
cc2ccf1 : Add member methods for UwbAdaptation.
fed8b41 : Add the rest of packet builder and parser.
47246fb : Adding handlers for commands/responses used by UCI
28108ee : uwb: Send country code updates to the chip
72a74a8 : Add a skeleton UCI native thread.
01769de : Remove redundant dependencies and add apex-available.
81ec334 : UCI stack alignment with AIDL intefaces
4452133 : Added UCI core control message parsers and builders.
1219485 : Convert get_hal_service function and UwbAdaptation class
a01ab7d : Add UwbClientCallback class in rust with unit tests.
e599021 : Remove ndk_platform backend. Use the ndk backend.
a2c86bf : Add a symlink of rust formatting file.
3d084d4 : uwb(client): Refactor HAL to support multiple UWB chips
fe8fcaa : Integrate native stack
6d4cf27 : Move partner native stack codebase to external/uwb
5a8a46a : Initial empty repository

+- Project: platform/external/v4l2_codec2

39f241a : V4L2EncodeComponent: clamp framerate to at least 1 on dynamic framerate change
42116ed : C2VdaBqBlockPool: reflects C2BufferQueueBlockPoolData change.
49556b5 : replace include_dirs with header_libs
f83441a : Put v4l2_codec2 underneath a soong namespace
d49af91 : c2_e2e_test: ignore configuration changes
95568fd : V4L2Device: Increase max /dev/video device index from 9 to 15
981081c : plugin_store: split getDmabufId() function to dedicated file
9e9a913 : plugin_store: split getDmabufId() function to dedicated file
0006bb5 : Use dma-buf inode number as buffer unique id
32fc347 : V4L2Decoder: respect the number of output buffers from V4L2 driver
7988ab8 : tests: add "keepScreenOn" flag at E2E test activity
df79d14 : Convert jni/Android.mk to Android.bp
7831866 : Merge latest version to Android master.
61ecea0 : Replace libavservices_minijail_vendor with libavservices_minijail
ce77380 : Replace libavservices_minijail_vendor with libavservices_minijail
fd24abe : Replace writepid with task_profiles command for cgroup migration

+- Project: platform/external/vboot_reference

eceed44c : Move comment to license_note
edce5517 : Fix building futility against musl

+- Project: platform/external/virglrenderer

cf1de0f : Tweak linux_glibc properties for musl builds in external/virglrenderer
e2f22fa : Update Android.bp for upstream merge
0d84775 : vrend: make sure color read from a buffer is always unclamped
e1e6d3c : Include sys/types.h in p_compiler.h
fb64b11 : Add missing writemask on TGSI_SEMANTIC_CLIPDIST writes.
eae4e44 : gallium: Remove s3tc enablement leftovers
b904137 : Make sure that gl_Layer and gl_Viewport get necessary vec4 expansion.
addbd9c : Don't expect Memory tokens with TGSI_OPCODE_BARRIER
a307041 : vrend: Fix shaders with gerneric indices >= 32
a758b61 : vrend_shader: Make the emission of uniform atomic_uint more concise
cada1db : vrend_shader: Use the binding location and offset for atomic_uint variable names when emiting GLSL
86eb26e : virgl: Generalize resource mapping
6f0af53 : vrend: Make the compile failure path return value consistent.
318fb53 : Fix double-free on shader compile failure.
aa30527 : vrend: rename id -> shader_type in remaining bind_*_locs() functions
a287261 : vrend: rename id -> shader_type in bind_sampler_locs()
c2fc38f : Allow static library build of virglrenderer
bdcfbd0 : vkr: advertise large ring support
9b8e4a6 : vkr: add support for larger rings
6691ebe : vkr: add iov support to vkr_ring_buffer
94a9cbe : vkr: limit the ring buffer size
75a64ef : vkr: introduce vkr_ring_extra
b06ee74 : vkr: introduce vkr_ring_buffer
2a610d2 : vkr: introduce vkr_ring_control
89898ff : vkr: add virgl_resource to vkr_ring_layout
7b70203 : vkr: use absolute offsets in vkr_ring_layout
601d1af : vkr: replace memory_region by vkr_region
81e081c : vkr: add vkr_region
beffc97 : vkr: add vkr_ring_layout_init
161de60 : shader: Emit the right GLSL function when dealing with TGSI_MEMBAR_ATOMIC_BUFFER
60648d4 : Add simple README.rst
82a3850 : vkr: log set allocation failure for pools without free set bit
56aedd7 : vkr: work around a Use-of-uninitialized-value
8bed497 : shader: Emit the correct swizzling when reading from clip_dist_temp
68136da : shader: rename dump_ctx::num_clip_dist to dump_ctx::num_out_clip_dist
ac89a8a : shader: rework handling of num_clip and num_cull
b6b8e49 : shader: write error message with vrend_printf
0a1f0df : vrend: Skip empty lines in count when printing shader
f115659 : vrend: keep shader text when debugging and print it before conversion
d986bc1 : shader: move shader debug output after shader creation is complete
821b038 : vrend: fix shadow_samp_*_locs index incrementing
dc17145 : vkr: do not validate string sizes when they are 0
dbc1145 : vrend: remove message for intentionally unbound sampler state
603699f : vrend: fix sampler state updates misreporting next_sampler_id
a63526b : vrend: cleanup vrend_draw_bind_samplers_shader()
405a50d : vrend: cleanup vrend_bind_sampler_states
9243cf5 : vrend: cleanup bind_image_locs()
9a8ebf2 : vrend: cleanup bind_ubo_locs()
26a4492 : vrend: cleanup bind_sampler_locs()
0ffac9d : vkr: fix two more cases of NULL dereferences
e5fa2db : vkr: validate dynamic arrays of size 0
058fa04 : vkr: validate object ids
a77af35 : vkr: let vkr_device_add_object track objects
21cac2b : vkr: use helper functions for VkDeviceMemory
3cef4f1 : vkr: remove {CREATE,DESTROY}_OBJECT
6099cfc : vkr: remove ALLOCATE_POOL_OBJECTS
a8a130d : vkr: remove FREE_POOL_OBJECTS
c4060e3 : vkr: use the cast functions
ab431fe : vkr: add VKR_DEFINE_OBJECT_CAST
cc151f3 : vkr: overhaul CREATE_PIPELINES
9add0a5 : vkr: overhaul {ALLOCATE,FREE}_POOL_OBJECTS
e869c40 : vkr: overhaul {CREATE,DESTROY}_OBJECT
161ec5e : vkr: generate device object helpers
4c93df3 : vkr: pass ctx to object_array_init
e56b1f0 : vkr: add and use vkr_context_alloc_object
fe22c46 : vkr: add and use vkr_object_alloc
acea536 : shader: Use vrend_strbuf to accumulate texop bias and offset
e51680f : shader: LOD for TXQ is in the x component
55de875 : vkr: prefer instance name over debug name
f3da589 : vkr: remember application name
3bebc4d : vkr: add vkr_context_add_instance
0097858 : vkr: enforce ring control vars are 32-bit aligned
8417c24 : vkr: validate ring variable memory regions as unique
fe251d9 : vkr: wrap vkr_ring_layout offset+size as memory_region struct
b70ac3b : vkr: move ring layout validation to function
b5fdf8a : vkr: defer sync retire and free until next retire_fences
c0b76a5 : vkr: retire syncs at vkr_queue_destroy when ASYNC_FENCE_CB is set
e9b685e : vkr: store queue id in vkr_queue_sync
e8b4029 : vkr: remove manual object type validation
df558bb : vkr: remove manual command buffer validation
71ccab4 : vkr: remove manual device validation
03fe868 : vkr: remove manual physical device validation
47bc13d : vkr: validate VkObjectType in vkr_cs_decoder_lookup_object
2c49ada : vkr: pass VkObjectType to vkr_cs_decoder_lookup_object
0690ad0 : vkr: remove some manual NULL checks
99b2867 : vkr: use vkr_context_{add,remove}_object
77f796e : vkr: use vkr_device_{add,remove}_object
98399f3 : vkr: add vkr_device_{add,remove}_object
74ee534 : vkr: add vkr_context_{add,remove}_object
47b8232 : vkr: improve clean up logging
e473430 : vkr: replace vrend_printf by vkr_log
ec5275a : vkr: add vkr_log
c61eb90 : virgl: move logging to virgl_util.[ch]
8b9ae3b : vkr: properly check the last pending sync
92b083b : vkr: validate array sizes and string lengths
4c646dc : vkr: move queue creation into device creation and handle errors
6ae45fe : vkr: refactor device entry points init to a separate function
78c1f66 : vkr: refactor vkr_queue to use track_head
59a5ac4 : vkr: let vkr_queue_create respect VkDeviceQueueCreateFlags
fd1c39b : vkr: fix a potential deadlock in vkr_context_submit_cmd
f2ab66c : shader: track variable sinfo with the shader variant
1d1783f : vkr: fix invalid use of RELEASE_TRACKED_OBJECTS
f279e91 : vkr: mark temp variable internal in CREATE_OBJECT
8d59962 : vkr: remove unneeded param from *_POOL_OBJECTS macros
bc6f87c : vrend: try to emit texture levels only when really needed
ee9db8b : vkr: validate non-optional pointers
304f5e1 : vkr: rename some macros to be more intuitive
3e7dac5 : vkr: rename vkr_device_memory::head to exported_head
9da6721 : vkr: add RELEASE_TRACKED_OBJECTS for tracked vkr_object
de46f37 : vkr: refactor pool child objects to use track_head
583961a : vrend: cleanup emit_string_marker command buffer decoding
6428bee : vrend: use compatible view internalformat for 24bpp imported EGL resources
5a1387c : vkr: further break up vkr_device.c
9489ba1 : vkr: further break up vkr_device.h
dce3ea0 : vkr: fix some misplaced dispatches
9d946bf : vkr: clean up includes
f30ea6a : vkr: split out vkr_context.c
cf743a0 : vkr: split out vkr_transport.[ch]
6c32ccb : vkr: split out vkr_device.c
813607e : vkr: split out vkr_queue.c
f29550d : vkr: split out vkr_device_memory.c
c15d09a : vkr: split out vkr_image.c
c471485 : vkr: split out vkr_buffer.c
f74caa3 : vkr: split out vkr_descriptor_set.c
0dd30e9 : vkr: split out vkr_render_pass.c
ccf9552 : vkr: split out vkr_query_pool.c
243cacf : vkr: split out vkr_pipeline.c
9399912 : vkr: split out vkr_command_buffer.c
dcc4d58 : vkr: update venus-protocol
126ea70 : vkr: move helper code to vkr_common.h
4f619e6 : vkr: split out struct definitions to their own headers
965a920 : vkr: add vkr_common.h
170ddba : vkr: move to a subdirectory
afb982d : vkr: destroy device level objects at vkr_device_destroy
e37c9b2 : vkr: vkr_device to track device level objects
c8255cd : vkr: destroy vkr_device at vkr_physical_device_destroy
bd28750 : vkr: vkr_physical_device to track vkr_device with vkr_object::track_head
aed086d : vkr: refactor to add vkr_physical_device_destroy
e2686dc : f
122625e : vkr: destroy vkr_instance at vkr_context_destroy
f46f128 : vkr: wait for device idle before device destruction
b0938ac : ci: build venus at least
ee1311f : vkr: set VkResult for vkFreeDescriptorSets
5b08e33 : vkr: add CREATE_PIPELINE_ARRAY
d6c6fd7 : vkr: add FREE_OBJECT_ARRAY
f142694 : vkr: add ALLOCATE_OBJECT_ARRAY
900bc6f : virgl: add support for anisotropic texture filtering
086510d : vrend: Fix atomicCompSwap types
a108be8 : vrend: fix buffer overflow in _mesa_DebugMessageInsert
875ce17 : virglrenderer: silence some compile warnings
0432a54 : vkr: check decoder status before decoding
9f6329a : vkr: log VkResult errors on debug builds only
ebb2cf3 : vrend: convert linear color to srgb for 24bpp imported EGL resources
673f4d0 : vrend: fix boundary check for SSBO state update
029303e : vrend: check for NULL in vrend_renderer_get_meminfo
d85bcfb : virgl/gbm: Add support for GBM_FORMAT_ABGR2101010
02f8a0d : virgl: Fix missing fog output in certain cases
7d5f285 : shader: use array indices when reading from gl_TessLevel*
9e714ff : tests/fuzzer: fix eglInitialize() leak suppression
148e6c3 : vrend: Don't synchronize compute shader IO interfaces
9eadf02 : vrend: factor out synchronization of shader IO interfaces
806bd0a : vrend: Don't try to set SSBOs when no location is given
bf31c00 : vkr: do not force chaining external image info when tiling is optimal
8d413c4 : vkr: NULL-check loop variables
248a49f : vkr: do not assert pAllocator
0fdb1e5 : vkr: do not assert VkStructureType
0f12c46 : vkr: make sure the first dispatchable handle is non-NULL
6b4c2b1 : vkr: update venus-protocol to 1.2.182
d6ebb60 : vkr: fix temp pool alloc
eb98abc : vkr: set a limit on decoder temp pool size
44448cf : vkr: fix some null dereferences
0ee70e9 : virgl: Add VIRGL_RENDERER_ASYNC_FENCE_CB flag
23c4ef5 : vrend: Add VREND_USE_ASYNC_FENCE_CB flag
1e3a8fd : vrend: Prepare for async fence callback support
3805497 : vkr: add VKR_RENDERER_ASYNC_FENCE_CB
fe9d928 : vkr: add vkr_device_alloc_queue_sync
457fe55 : vkr: remove vkr_queue:has_thread
9074c20 : vkr: add vkr_queue::context
d2aa078 : vshader: Emit code to query texture levels from uniform on GLES
e5fabec : vrend: pass texture levels per shader on GLES as uniform
7020b5e : vrend: store number of levels in sampler view
6f72e54 : shader: Do not emit textureQueryLevels with GLES
30eff50 : tests/fuzzer: add virgl_venus_fuzzer
49edf4e : shader: Fix string truncatation warning
a9e9aff : shader: compress the size of the shader io info
e853d88 : shader: factor out evaluating the swizzle offset and num components
a2a20e1 : vrend: use a bitfieled array for the feature list
31178f2 : vrend: reorder and compress vrend_state structure
cf039b3 : shader: reorder more shader key components
4233c35 : vrend: refactor vrender_get_glsl_version to return the value
8f70103 : vrend/shader: make cbuf masks 8 bit and move them into fs specific section
60f9321 : vrend: make UPDATE_INT_SIGN_MASK a macro to be able to pass different masks
0f6af02 : shader: move FS specific key values into sub-structure
1cc53f7 : shader: move output interface info into struct
729a819 : vrend/shader: combine shader info to be passed to next into a structure
47c8997 : shader: reorder shader info structure to improve alignment of elements
ff3a936 : vrend: copy only as many layout info fields as needed
15edd6c : shader: compress the shader key members
eb3114e : shader: factor out the fs_info that is needed in the shader key
e91d27e : shader: Fix copying the generic and patch output layouts
4663b0b : vrend: make shader interpinfo a fixed size array
c35df49 : vrend: refactor shader key evaluation
28cfd57 : vrend: move fbfetch coherency support from key to shader config
08e11a4 : vrend: fix null pointer dereference
ee07d0c : vrend: bind correct layer for texture arrays in gl blitter
57a4e94 : vrend: get rid of glShaderStorageBlockBinding
6b2f087 : vrend: Add extensions that enable barriers on OpenGL < 4.2
d67cfcb : vkr: add a meson option to enable the validation layer
49ca188 : vkr: add VKR_CONTEXT_VALIDATE_FULL
9565db8 : vkr: add vkr_context::validate_fatal
9b1144b : vrend: Use gl to blit in some corner case.
9f6e5b9 : Suppress compiler warnings
3b29b07 : vrend: force temp buffers for BGR* swizzles on small iovec transfers
26fe73a : tests/fuzzer: fix fuzzer for release builds
146509e : vrend: Check glTextureView feature before using it
7b5dd3e : vrend: fix failing GBM format lookup in vrend_renderer_pipe_resource_set_type()
d989e5b : vrend: fix internal format mismatch for BGRX EGL-backed resources
695e7d4 : vrend: support custom blitting on emulated BGRA resources
981038e : vrend: add basic BGRA emulation for external resources
0d78428 : vrend: align GBM format for BGR* resources to host API internal format
ea1904b : vrend: only log when a texture view is actually created
a4ba1c3 : vrend: don't make texture view when blit base/view internalformats are equal
58e5615 : vrend: don't make texture view when blit base/view formats are equal
738db75 : vrend: chain conditions for using gl-based blitter
0f1a55f : vrend: mark emu-bgra and bgra-dest-swz tweaks as "non-functional"
8bb939b : vrend: remove old BGRA emulation on GLES hosts
dd6e7c8 : vrend: add dbg_bgra debug topic
4df8880 : formats: Disable ASTC on GL hosts
7ccaf0a : ci: Add flaky gles 31 test to ignore list
b249c11 : vkr: update venus-protocol for globalFencing
e37c9b0 : vkr: make internal fences exportable
caf4dc0 : vrend: forward the host renderer hardware info
d54bd30 : ci:bump mesa version
96dbcb8 : vkr: forward the host renderer hardware info
a4e9890 : ci: Fix test scripts to be able to run with a local virglrenderer
b8f0c66 : ci: Update docker image for local runs
cb79acc : ci: switch to llvmpipe as sw host driver
15b11d5 : ci: Update good piglit
ff29886 : ci: Update good CTS version
57d6277 : ci: Update good mesa
eadbeac : ci: Update base image to use bullseye
8aec28b : ci: Update battery version
32a3f0c : vkr: return dma_buf allocation size in vkGetMemoryResourcePropertiesMESA
606f2ad : vkr: update to the latest venus protocol
6a706a6 : vkr: update venus-protocol for dispatch tracing
f64e081 : vkr: add some trace points for the ring
5ec0177 : vkr: set the names for the queue threads and ring threads
200ef69 : vrend: set the name for the sync thread
5c40b8d : gallium: add pipe_thread_setname
49ea056 : virgl: Don't define a local ret variable.
411153c : vrend: don't assert texture target when attaching texture to fbo
4405172 : virgl: implement EXT_multisampled_render_to_texture
62cc6ed : vrend: glTextureView will check whether the base texture is immutable
71f169c : vkr: use vrend_printf to warn when venus is disabled
7e40c41 : vrend: According to the OpenGL ES 3.1 specification section 9.2.1, the GL_FRAMEBUFFER_DEFAULT_LAYERS parameter name is not supported.
6d77374 : vkr: bad resource should be fatal
eb3705e : vkr: fix external memory validation errors
45eb512 : vrend: glTextureView will check whether the base texture is immutable
c1e65b4 : vkr: update venus-protocol headers
b596ca1 : vkr: advertise external memory extensions
827b32e : vkr: allow vkGetPhysicalDeviceExternal*Properties
fa083a2 : vkr: add support for VKR_DEBUG
5b4a5ea : vkr: add vkr_context::validate_level
e42d9ea : vkr: enabledLayerCount must be 0
f0facfb : vkr: minor cleanup to vkCreateInstance dispatch
8501f0c : vkr: update venus-protocol headers
60f4d7b : vrend: Disable primitive restart when draw_vbo finishes
f4861ea : vkr: format with clang-format
5e2d104 : vrend: move new added field to the end.
3e4c3b8 : vkr: use virgl_resource_export_fd to get fd and type
508ff68 : vkr: implement dma_buf fd import and properties query
9aa5968 : vkr: update venus-protocol headers
523fdbd : vrend: Also check GL_EXT_texture_view for feat_texture_view
a7a18b6 : vrend: Replace glTexParameterf() with glTexParameteri() for GL_TEXTURE_MIN/MAG_FILTER.
5377476 : vrend: Move dereferencing of VBOs from destroy_context to destroy_sub_context.
8c09065 : vrend: Fix changing shader without marking the compute shader as dirty
e8045c1 : vrend: fix a warning with GLES
67b1962 : vtest: enable protocol v3 support
3783077 : vtest: add venus renderer support
360b73d : vtest: add VCMD_SUBMIT_CMD2
14e8778 : vtest: rename fence functions and variables
42aae37 : vtest: fence is not needed for resource creation
0e60297 : vtest: tidy up vtest_resource_busy_wait a bit
76b8750 : vtest: make vtest_renderer_create_fence internal
a3e1ce9 : vtest: add vtest_resource_busy_wait_nop for fuzzer
6543354 : vtest: add VCMD_RESOURCE_CREATE_BLOB
4e2c25f : vtest: --multi-clients requires version 3
c0c079f : vtest: pass multi_clients to vtest_renderer
05da5ed : vtest: use server-generated res ids since version 3
50e05e9 : vtest: assign vtest_resource unique server-generated id
76be631 : virgl: add VIRGL_RENDERER_NO_VIRGL
6c31f85 : virgl: add support for venus renderer
9b2d22b : vkr: add experimental venus renderer
2eefe15 : vkr: add vkr_ring
a514998 : vkr: add a command stream parser
48be4bd : vkr: add generated venus protocol headers
6e12fa6 : vkr: prepare meson for venus renderer
f1e9388 : gallium: optimize util_hash_table_u64 for 64-bit builds
2bda626 : gallium: add util_hash_table_u64
02c4477 : gallium: copy xxhash.h from Mesa
2cd0803 : meson: bump version number
e1693a6 : p_config: remove code to detect architecture now done by meson
275a6ee : meson: use meson to create PIPE_ARCH_<ARCH>
5b87079 : pipe: use meson's config.h to get PIPE_ARCH_<ENDIANESS>_ENDIAN
c6f20d8 : meson: set PIPE_ARCH_<ENDIANESS>_ENDIAN via meson
91474dc : formats: Fix typos in astc format handling.
869454e : vrend: silence warnings when compiling with egl disabled
1c9a7a5 : virgl: add support for EGL device selection
4acd9f0 : vrend: BGRX between texture and EGL image is not copy compatible
45d1e4f : vrend: fix fence polling without sync thread
122ae31 : virgl: check buffer size to ensure no unsigned wraparound happens
722f47e : perf: update mesa configuration flags to silence warnings
956b719 : shader: lazy host shader variant compilation
2d99aa6 : shader: resolve shader dependencies before program linking
22cbf5f : vrend: check external blob use before using glBufferStorage
4421c4a : vrend: Emit string markers that begin with BEGIN: and END: as tracing scope
f8a9ebc : tracing: Add macros to emit begin and end markers seperately
fd0769a : vrend: implement support for KHR_debug
b5d7016 : debug: silence unused ctx warning in build with NDEBUG defined
a296b90 : vrend: Add debug string GET_MEMORY_INFO command and fix array
9ff4301 : virgl: Use OpenGL types instead of C types
61cb7dc : virgl: Add a fallback to query total video memory

+- Project: platform/external/vixl

46089112 : Tweak linux_glibc properties for musl builds in external/vixl
00556953 : Fix Wbitwise-instead-of-logical

+- Project: platform/external/vogar

cc72237 : Fix Vogar to use API stubs for dependencies from other APEX modules.
ad6c830 : Do not set up a compilation classpath for AndroidSdk when nothing will be compiled.
6b28fa3 : Fix NPE for parallel mode in @DataProvider
c0a8490 : Update vogar OWNERS file
37e7bb5 : Add tests for TestNG support in vogar
fe094d4 : Add TestNG support for Vogar
00dd4fa : Fix braino from desugar removing CL.
f2a0039 : Restore removeDexFilesForD8.
f717d53 : Stop running desugar from vogar.
cf6f890 : Update comment to match refactoring.
31e4989 : Multiple fixes for ACTIVITY mode.
8626b07 : vogar: Increase kill timeouts

+- Project: platform/external/volley

212e700 : Import of Volley from GitHub to AOSP.

+- Project: platform/external/vulkan-headers

a4b82eb : DO NOT MERGE Add VK_GOOGLE_surfaceless_query
28dc168 : Add VK_GOOGLE_surfaceless_query
c223d5f : Revert "DO NOT MERGE Add VK_GOOGLE_surfaceless_query"
2197990 : Add VK_GOOGLE_surfaceless_query
652b1ef : Add more of Frank's team to OWNERS
4342fa9 : Add Frank and some of his team as vulkan-headers OWNERS
1df8aa7 : DO NOT MERGE Add VK_GOOGLE_surfaceless_query
c7b4237 : Merge Vulkan-Headers v1.3.203
5833c6b : Merge Vulkan-Headers v1.3.197
a896461 : Update for Vulkan-Docs 1.2.183
37164a5 : Add reference to multiple Hpp headers added to this repository
ab968ab : Update for Vulkan-Docs 1.2.182
9d10a96 : Update for Vulkan-Docs 1.2.181
07c4a37 : Update for Vulkan-Docs 1.2.180
7fe877c : Update for Vulkan-Docs 1.2.179
9af411e : Update for Vulkan-Docs 1.2.178
3f437c4 : Update for Vulkan-Docs 1.2.177
074fa30 : Update for Vulkan-Docs 1.2.176
f5ac258 : Add vk_video headers to CMake install target
cd913e8 : Omitted static vk_video/ headers in the 1.2.175 update. This should fix it.
e01b006 : Update for Vulkan-Docs 1.2.175
e1d8c49 : Update for Vulkan-Docs 1.2.174
a8d6ab1 : Update for Vulkan-Docs 1.2.173
89d3663 : Update for Vulkan-Docs 1.2.172
4fe5828 : Add support for QNX Screen platform to ICD header.
c428484 : Fix build after adding new header
ac17020 : Forgot to add new header.
a6a971a : Update for Vulkan-Docs 1.2.171
1d99b83 : Update for Vulkan-Docs 1.2.170
ec2db85 : Update for Vulkan-Docs 1.2.169
9166a06 : Update for Vulkan-Docs 1.2.168
684390c : Update for Vulkan-Docs 1.2.167
9efc4a6 : Update for Vulkan-Docs 1.2.166
85470b3 : Update for Vulkan-Docs 1.2.165
fe98507 : Update for Vulkan-Docs 1.2.164
6a163aa : Update for Vulkan-Docs 1.2.163
87aaa16 : Move GGP in WSI platform enum
d230818 : Update for Vulkan-Docs 1.2.162
30e70cb : Add GGP (Stadia) WSI platform support to vk_icd.h
11c6670 : Update for Vulkan-Docs 1.2.161
670ffea : Update for Vulkan-Docs 1.2.160
87451c5 : Update for Vulkan-Docs 1.2.159

+- Project: platform/external/walt

3a08682 : Add one Android.bp

+- Project: platform/external/wayland

c797d5e : Fix build error when using wayland-egl

+- Project: platform/external/wayland-protocols

94531cf : Bump zcr_gaming_input protocol version to follow highest children version
76c4543 : Update gaming_input_unstable_client to support key bits
81bf08b : Add set_resize_lock_type wayland protocol
b1d7afb : Add touchpad-haptics protocol.
d74f571 : Import chromium.org protocol changes
a14f9d3 : Support caption center button in wayland protocol
220263a : Stop using deprecated functionality for managing path deps
db7e7f0 : Cleanup licensing metadata
c482782 : zcr_remote_shell: Deprecate use of display_id

+- Project: platform/external/webp

7ead587 : update to 1.2.2 branch (20ef03e)
3e196bb : update to 1.2.2 branch (69c7f16)
4da61d8 : update to v1.2.1

+- Project: platform/external/webrtc

36ccdba805 : Update webrtc's abseil-cpp
ebc7d1eda6 : Remove alsa and pulseaudio sources
66c295b06c : Bring back libyuv's I010 buffer API usage

+- Project: platform/external/wmediumd

ab76216 : Add API for listing stations at wmediumd
58882fa : Fix format error
c920afb : Temporary workaround for relaying probe_req frame at wmediumd
ed8515f : Rename clear_ctx to clear_config at wmediumd
ec03db3 : Add handler for packet capture commands
c63d9a6 : Add handler for set_snr and reload_config api command
62f1c82 : Ignore SIGPIPE when using api server
1acf4f5 : Modify wmediumd crash when using api server
8122ca0 : Change max memory region of vhost-user protocol
f9bf3cd : Fix unused-command-line-argument warning
c6ad56b : wmediumd_gen_config doesn't skip mac prefix
025f857 : wmediumd and its companion are visible to cuttlefish
b27c0e6 : remove unused format arguments
4d98b0f : Set stl none for wmediumd
9c3286f : Add cmd line utility that generates wmediumd configuration file
6d0f5f2 : Change wmediumd to static executable
f344e21 : Fix assertion failure while processing VHOST_USER_SET_MEM_TABLE
83be239 : Change the MAC address
7dca8ac : Fix translation of vring address to guest-physical
476eb90 : Fix assertion failure at usfstl_vhost_user_read_msg
4451c99 : Add VIRTIO_F_VERSION_1 to virtio feature flag of wmediumd
63dd8ea : Add Android.bp for wmediumd
48e2ad8 : Copy VIRTIO_F_VERSION_1 from uapi
7c677eb : Import wmediumd
8aca11e : Initial empty repository

+- Project: platform/external/wpa_supplicant_8

37a3652d : eap: look for the realm of anonymous identity as well
aca7d6ab : eap: do not reset the connection on updating decorated anonymous identity
65a724be : Modified frequency changed event to framework
1470908c : Multi AKM(SAE+WPA2PSK) plumb from connect command
e62409fa : Adding support for Transition Disable policy setting
84940f84 : wpa_supplicant: Add changes to support QoS policy AIDL APIs
f928e8f6 : P2P: Prefer driver preferred channels if no user preferred channels
a0c90cbe : wifi: Support interface disable event in hostapd
4fc918fa : set the hostapd channel bandwidth
083fd593 : AIDL: DPP-AKM configuration support in configurator/enrollee roles.
3a2ec2ce : Notify the framework when an auxiliary event occurs in wpa_supplicant.
90c710b7 : Hostapd[AIDL]: Configure HwModeParams.maximumChannelBandwidth.
c1a2144e : [wpa_supplicant] Cumulative patch from commit ac1e3a7f0
781d0d45 : Allow to set IF_OPER_UP in kernel
02df4481 : Fixed the number of elements passed to resolvePath()
22752bea : Fix license text filename.
0b255145 : Update supplicant service to call onEapFailure with the new bssid argument.
cd63c30d : Revert "Update supplicant service to call onEapFailure with the ..."
3c3af921 : Update supplicant service to call onEapFailure with the new bssid argument.
718bcc94 : Add param qosPolicyRequestId with dialog token info of qos policies
618e16cd : Declare license metadata for copied files.
f2f4a31c : Check the service pointer on aidl deinit to avoid a possible segfault.
219c5ae7 : DPP [AIDL]: Add support for DPP-AKM based profile configuration.
21456053 : Add skeleton implementation to supplicant service for MLO links query.
b4115798 : Wifi: Replace Bandwidth with ChannelBandwidth for clarity
1aaf1803 : Hostapd-AIDL: add OWE configuration support.
cded4e2b : [wpa_supplicant] Enable RCOI selection for Passpoint
7ca6935b : Add skeleton implementation to supplicant service for QoS policy feature.
b3580db6 : set ieee80211w to optional in hostapd config
d148c627 : p2p: implement new HAL API to pass vendor extras
48b484ba : p2p: set p2p probe response vendor information elements for p2p dev interface
08aa2c7d : p2p: implement new p2p find API
4cb9cefe : wifi: add an api route for removing a P2P client
0316c88f : Hostapd-AIDL: add OWE-Transition configuration support.
9c039c4d : Revert "Rename local RC file config variable in Supplicant servi..."
a577569b : wifi: implement the API for setting roaming consortium selection
8af7a721 : [IHostapd] Support vendor-specific AP config elem
429daf91 : wifi: implement certificate HAL callback for Trust On First Use support
81a6ee78 : Rename local RC file config variable in Supplicant service makefile.
916e0a7f : wifi: set TLS signature algorithm list param to the connection context
41328512 : wifi: support multi-BSS PMK cache
89b7e39e : p2p: fix buffer overflow on calling wpa_printf
23087aad : Send frequency changed event to framework
4f6ca3ab : Prepares hostapd for use by a wifi HAL vendor APEX
8542d288 : Prepares hostapd for use by a wifi HAL vendor APEX
57ededa1 : Convert supplicant service to use new AIDL interface.
e08c2867 : wifi: Extend onFailure callback for dual AP case
0d2d1bf8 : p2p_supplicant: ensure go_dev_addr is init'ed
d3bdd9ed : Update the scan results immediately after adding the interface
801bf462 : p2p: refine random 2.4GHz GO channel selection
378d3c4e : wifi: Inform framework HAPD_IFACE_DISABLED when AP iface unavailable
5329cad6 : [LSC] Add LOCAL_LICENSE_KINDS to external/wpa_supplicant_8
910f9f76 : [LSC] Add LOCAL_LICENSE_KINDS to external/wpa_supplicant_8
b0806282 : Optimize p2p client scan
106c5fa5 : Prepares wpa_supplicant for use by a wifi HAL vendor APEX.
1f2ba85e : Prepares wpa_supplicant for use by a wifi HAL vendor APEX.
a8128e82 : Remove ndk_platform backend. Use the ndk backend.
f38e9aa4 : P2P(hidl): Flush bss as part of P2pIface::flushInternal()
72cf9a54 : Add support of of AIDL interface to hostapd server.
8db34573 : Prefer channel from P2P Preferred channel list for P2P Group formation
e1f212bd : Fix wpa_supplicant build with newer BoringSSL
0e73c009 : p2p: remove all p2p groups when p2p dev interface is removed.

+- Project: platform/external/wuffs-mirror-release-c

3f44264 : Build an NDK variant of the WUFFS build target
9fc6aed : [LSC] Add LOCAL_LICENSE_KINDS to external/wuffs-mirror-release-c
06afb3f : Add a build file
bd2ca1e : Add Android-specific files
bf9dab3 : Run script/sync.sh
7804ffe : Run script/sync.sh
3c5a6a5 : Initial empty repository
c9d2ed7 : Run script/sync.sh
600cd96 : Run script/sync.sh
d5b8cfa : Run script/sync.sh
5aae6d1 : Run script/sync.sh
fdae7c3 : Run script/sync.sh
f3caaea : Run script/sync.sh
bb77871 : Run script/sync.sh
5571bfe : Run script/sync.sh
e360a53 : Run script/sync.sh
6c4c9e6 : Remove wuffs-v0.3.c from the deny-list
0ed1843 : Run script/sync.sh
70891a9 : Tone down README.md's Disclaimer
362c57b : Use the shorter sha256sum instead of sha512sum
7262d5c : Note that we exclude the "unsupported snapshot"
212a0e9 : Run script/sync.sh
86273de : Add script/sync.sh
cea4a67 : Initial check-in

+- Project: platform/external/wycheproof

0978999 : KeyStore: Wycheproof github files
4bbcbb5 : Keystore: Json based test added in keystore-wycheproof CTS
39b32be : Add OWNERS for subdirectory with Keystore tests
62af420 : Keystore: Wycheproof test cases added to Keystore CTS module

+- Project: platform/external/xmp_toolkit

662b5e2 : Update sdk_version to current

+- Project: platform/external/xz-embedded

f387aad : Add METADATA.
3f438e1 : Fix spelling in comments.
c61e095 : Fix typos in comments.
8f3ed8b : Add MicroLZMA decoder.
03d0415 : Validate the value before, not after, assigning it to an enum variable.
8122033 : Move s->lzma.len = 0 initialization to lzma_reset().
41e657b : Fix a typo in a comment.
6f0e0c4 : Add xz_dec_catrun() to support concatenated .xz files.
d8a12bc : userspace/Makefile: Add a comment about -std=gnu89 and add -Wno-long-long.
ef038b9 : Make xz_crc64.c compatible with -std=gnu89 on 32-bit platforms.
82078b6 : xzminidec: Detect read errors from stdin.
090e6a0 : Convert HTTP links to HTTPS links.
4944387 : Drop a duplicated word in a comment in xz.h.
cfc1499 : Avoid overlapping memcpy() with invalid input with in-place decompression.
40d291b : Fix XZ_DYN_ALLOC to avoid useless memory reallocations.
525549d : Add bytetest to .gitignore.
e72590b : userspace/Makefile: Add bytetest.o to "make clean".

+- Project: platform/external/xz-java

c4ebcb0 : Support host-side use of xz-java.

+- Project: platform/external/zlib

cb89dc6 : Fix out-of-bounds in infcover tests.
16b8c02 : Avoid including base/files/file_util.h in some headers.
8b4114d : [zip] Add UnzipOptions::continue_on_error
923f5eb : [zip] Unzip() does not overwrite files anymore
fbff51a : [zip] Add log messages and unit tests
b0676a1 : [zip] Add WriterDelegate::OnError()
e466446 : [zip] Improve log messages
c0f6059 : [zip] Remove duplicated code
f92a188 : [zip] Move class Redact to its own header file
5afbbe3 : [zip] FileWriterDelegate doesn't truncate the file anymore
85bdd64 : [zip] Change one of FileWriterDelegate's constructor
aa6909a : Migrate base::size() to std::size() in //third_party.
aa5ea60 : [zip] Re-enable ZipTest.BigFile on ChromeOS
5de4327 : sheriff: Disable ZipTest.BigFile on CrOS due to flakiness
c23f5e8 : [zip] Disable test ZipTest.BigFile on Lacros
27dbe48 : [zip] Disable test ZipTest.BigFile on Linux
4823a85 : [zlib] Enable file descriptor operations on Fuchsia
6f44c22 : [Sheriff] Disable ZipTest.BigFile on Mac and debug builds.
fb9ea7f : [zip] Move progress callback in ZipReader
f8d70d1 : [zip] Simplify ZipReader::ExtractCurrentEntryToString()
ad40226 : [zip] Add default args to ZipReader's methods
79737a2 : [zip] Disable test ZipTest.BigFile on Android
cd494c4 : [zip] Add UnzipOptions::encoding
06d838f : [zip] Enable test ZipTest.BigFile
4aca88e : [zip] Remove ZipReader's HasMore() and related methods
31e5ad1 : [zip] ZipReader correctly reports file size on 32-bit devices
901a5d9 : [zip] Add log message
6a00519 : [zip] Simplify ZipReader::ExtractCurrentEntryToString()
9538f41 : [zip] Add struct UnzipOptions
4e87a80 : [Unzipper] Remove DudWriterDelegate
03f3212 : [zip] Add ZipReader::SetPassword()
d8f49e6 : [zip] Check CRC
e798a8d : [zip] Add log messages
dd9a133 : [zip] Use ZipReader::Next() in tests
96f8062 : [zip] Use ZipReader::Next() in UnzipWithFilterAndWriters()
1a9943c : [zip] Add ZipReader::Next()
14f4303 : [zip] Simplify ZipReader::OpenInternal
87b4a54 : [zip] Simplify ZipReader::AdvanceToNextEntry
6e2ac2a : [zip] Add ERROR logs
9973d8b : [zip] Add test ZipReaderTest.Open_EmptyFile
9dcc674 : [zip] Simplify ZipReader::ExtractCurrentEntry
172367d : [zip] Add ZipReader::Entry
3fc7923 : [zip] ZipReader can handle paths in different encodings
fc5cfd7 : zlib: Preserve executable bit from extracted archives on POSIX systems.
58ec782 : Revert "Adding min_sdk_version and sdk_version to libz required for bt apex"
e05faa4 : Adding min_sdk_version and sdk_version to libz required for bt apex
efd9399 : [zip] Update callsites to use WIN_-prefixed base::File flags
e8c257c : [zlib] Improve variable name
2231b7c : [zip] Add ZipParams::continue_on_error
f8964a5 : Remove most remaining unused "base/macros.h"
ce89a59 : Support Darwin+Arm64
263af7d : Add CMakeLists.txt file for Windows x86_64 MSVC build
6da1d53 : Disable -Wunused-but-set-variable in various third_party directories.
edc0e06 : Remove DISALLOW_* macros from third_party/
bffc82b : [zlib] Fix warnings on msvc
53c0edc : Migrate "base::TimeDelta::FromX" to "base:X".
dfa96e8 : Replace DISALLOW_COPY_AND_ASSIGN in third_party/
77c1323 : [zlib] Opt-in to Posix code paths on Fuchsia
563140d : [zip] Improve unit tests
6075f1f : [zip] Unit test for big files
3190a5d : [zip] Simply store already compressed files
f7a5fc9 : [zip] Use 64-bit file functions
3f05389 : [zip] Handle big (4+GB) files with ZIP64
dfbc590 : Retire mtklein@ from OWNERS.
f376b41 : [zip] Redact filenames from error logs in ZipWriter
1d84e01 : [zip] Store absolute timestamps in ZIP
199485d : Swap base/stl_util.h to base/cxx17_backports.h in many files.
00ade15 : [ZipFileCreator] Close directory Mojo pipe on cancellation
d0e636e : [zlib] Do not build zip/unzip tools on WinUWP.
5ef44f0 : [zlib] Build minizip zip and unzip tools
35aa87e : [zlib_bench] Add file size --field width option
e4c7c48 : [ZipFileCreator] Recursively zip folders
2865d44 : [zip] Use DFS instead of BFS
4d0fedc : [zip] Refactor zip::FileAccessor
5b8d433 : [zip] Optimize DirectoryContentEntry
298d9e6 : [zip] Add unit tests for progress reporting and cancellation
5ce08a7 : [zip] Optimize BFS file search is zip::Zip()
2b99b37 : [zip] Add progress reporting to ZipWriter
16cd46c : [zip] Made ZipParams a plain struct
3e6d345 : Revert "[zlib] Build minizip zip and unzip tools"
82aff2d : [zlib] Build minizip zip and unzip tools
d7ba837 : [zlib] Add myself to OWNERS
4edd88d : zlib: Enable -O3 flag on whole Zlib.
e3c17da : [zip] Fix potential resource leak
c830e4e : [zip] Optimize ZipWrite::WriteEntries
4f6af9a : [zip] Fix error handling in ZipWriter::AddFileContent
c3edbee : [zip] Minor code refactoring
618ddec : [zip] Add fdegros@ and noel@ to OWNERS

+- Project: platform/external/zopfli

eda3427 : Explain why there are two licenses in here.
60503d1 : Fix the i686-linux-android build.
005877c : update lodepng to the latest version
7e2ce6e : Update lodepng to 20201017
7113f4e : add optional flag to keep original colortype
00e21c3 : Change to O3 since it's faster than O2 now
bd64b2f : mark version as 1.0.3
ebc6ffe : update lodepng to latest version
95edb2e : Use lodepng builtin filter strategy for 1,2,3,4.
e8c3931 : update lodepng to the latest version
a04d1e8 : Use getPNGHeaderInfo() instead of decoding entire image
129fdf7 : Fix issue 162
2f940d2 : Update lodepng to latest version
5d9b71b : update lodepng to the latest version
4a35d30 : Makefile improvements
e56f4dc : Add a CGO wrapper
e99ba0f : Add config file package to install
f01b29e : Set CMAKE_BUILD_TYPE to Release if empty
f4261f2 : Fix paths to include files in install
b61f099 : Remove PRIVATE from target_link_libraries
8856e5d : Link libzopflipng with libzopfli
b97dd0e : Make comments more informative
b0b3b7a : Do not link with libm on BeOS and Haiku
f651da8 : Avoid (unlikely) double expansion
c75b874 : Add workaround for MSVC building DLL
ff021b2 : Add ZOPFLI_BUILD_SHARED option
c77fff5 : Move MSVC specific define to targets
3f18357 : Do not force Release build
3496468 : Add include directory to library targets
d4181ab : Add variables for library version
763fd0e : Add install target
211d3aa : Set minimum CMake version to 2.8.11
56c07b9 : fix warning due to signed integer in malloc size
f0010d0 : Set cmake library versions to the current 1.0.2
ae43a8b : Update Makefile to 1.0.2
e0e937e : try both with and without OptimizeHuffmanForRle, for better compression on small files
66ac641 : standardize code style
9c9bc47 : Update katajainen.c
5f48aa9 : Update README.zopflipng
975ac80 : Update README
0037bab : Update README.zopflipng
56d968c : Avoid min name conflict
37f6da6 : make the sort stable, and move some function definitions to header for speedup
efae472 : Update squeeze.c
ce83370 : Convert a tab to spaces
4fb0933 : Update CONTRIBUTORS
51e4779 : Implemented a number of small optimizations. Details on http://roartindon.blogspot.sg/2016/04/boosting-zopfli-performance.html
b46f26f : verify pixels after encoding, and fix colorkey issue
365bda1 : Fix excessive usage of malloc/free
16e0741 : Update lodepng_util.cpp to the latest version
decff78 : Fix unfinished sentence.
f7ab2e0 : don't iterate chunks for keeping colortype if no --keepchunks
9152da4 : fix bug when keeping bKGD chunks from different color type
1dd5eba : Improved zopflipng file handling and user messages
fdb3745 : Decrease master block size to use less memory
05e3efc : Set zlib level bits to 3 to indicate slowest compression.
9d864cf : Update build instructions
9bc747b : Update build instructions
a8a723d : Update build instructions
0aa5474 : update zopflipng to use latest lodepng and fix png related bugs
0e58e4e : make the CRC code threading compatible with a lookup table
033a562 : Faster stdout writing
2270ffe : Refine __builtin_clz compatibility check
9429e20 : Fix invalid read outsize allocated memory
c1b62ed : fix compiler warning
70721a3 : block splitting no more distinction between splitting first and last
7190e08 : zopfli bug and typo fixes
6bae6bc : Fix _setmode usage for stdout new-line conversion
f3d039a : Adjust usage message to note multiple input file arguments are ok
bb420e6 : Spelling fixes
2c34d0d : >2GB file size crash fix
7554e4d : Add CMake script
14217b9 : Fix SIGSEGV when out of memory for cache
810f717 : New line separator in iterations error
db3b6fa : Fix stdout new lines on Windows
0f393c8 : Fix SIGSEGV when can't writer output
bea9526 : Fix deflate stream size reporting
aabe8c3 : fix RGB value of first encountered transparent pixel
9f4b110 : Fix misc cppcheck warnings.
8d61540 : Dead store
c875a52 : verbose flag
b466013 : Fix ColorIndex
bce73e2 : ZopfliPNG: Add a C API
422e586 : build: Allow building ZopfliPNG as a shared library
79f2b8d : Don't set the executable flag on C++ source files
2936ed6 : Rename CONTRIBUTING to CONTRIBUTING.md
5a977c1 : Create CONTRIBUTING

+- Project: platform/external/zstd

abc694f5 : update man pages
1219b7f3 : updated changelog for v1.5.1
a9e43b37 : Revert "Limit `ZSTD_maxCLevel` to 21 for 32-bit binaries."
80a28f20 : update regression results
9fc7f38e : added target update_regressionResults
01adddc3 : update regression results
7c7b9244 : update regression results
9a324927 : updated regression results.csv
925649b2 : fixed version number for fast modes
f829c322 : forgot the chainlog is effectively a "fake" value with rowHash
5c630962 : updated benchmark for v1.5.1
8a724f91 : minor changelog update
7a347769 : minor changelog update
db1b408a : rebalance lazy compression levels
c8d60676 : fixed incorrect rowlog initialization
622fee61 : minor changelog update, for clarity
2fbb1d10 : Reduce bit tables to 8bit
99923dfc : Add typedefs for 8bit (un)signed
64205b78 : Fix performance degradation with -m32 (#2926)
71c0c07c : Allow user to specify memory limit for dictionary training
05430b25 : roll SSE implementation of row_lazy match finder
450fca97 : Update Regression Tests w/ New Sizes
82a49c88 : Increment Step by 1 not 2
6ca5f424 : Rewrite `step` to Track Increment Between Pairs of Positions
b8434cb7 : Allow Templating `ZSTD_fast` Matchfinders on Acceleration (Lvl < -1)
c69d13eb : Update playTests.sh
e0f9dc0d : typo: Small spelling mistake in example
e1ab2200 : fixed x32 compatibility
c94cda28 : added x32 compatibility test
ace6a7e7 : Decompose `step` into Two Variables
22501cd2 : Stagger Application of `stepSize` in ZSTD_fast
4cc5e281 : complete changelog with #2885
3d738307 : Update changelog for v1.5.1
3ce265fe : remove offending static assert lines
16241b7d : altered copyright title
9985e10f : Reject Irregular Dictionary Files
a9cd6164 : removed declarations of XXH3 symbols when XXH_NO_XXH3 is defined
27e706de : replaces malloc / free / memcpy by Zstandard's version
b94407b6 : Remove possible NULL pointer addition
aa7729c9 : Fix oss-fuzz build
fb3522a3 : fixed very minor cast warning under cygwin
9f1dee8f : Fix Up #2659; Build libzstd.pc Whenever Building the Lib on Unix
1c7d2c4d : updated xxHash to latest v0.8.1
38dfc469 : Imply -q when stderr is not a tty (#2884)
3d773d70 : Apply FORCE_MEMORY_ACCESS=1 to legacy
ba7e8f10 : add test case
c2845694 : [asm] Share portability macros and restrict ASM further
a74a3698 : [CI] Add cmake windows build
4a82bc9d : Disable Multithreading in CMake Builds for Android
e5bfaeed : Improve zstd_opt build speed and size
e6883176 : Fix Include Path
d82d67d0 : Migrate to `FORWARD_IF_ERROR`
30b9db8a : changed macro name to ZSTD_ALIGNOF
1d025d87 : bound alignment backup to sizeof(void*)
a3ee9815 : Avoid Using Deprecated Functions in Deprecated Code
80a13fd6 : move the alignment macro to compiler.h
ffbdc8ac : m68k CI tests on GA are now compulsory
1e514fee : Makefile: sort all wildcard file list expansions
39dced09 : fix align conditions for huf_compress
91f5891d : [CircleCI] Fix short-tests-0
e89e8478 : added alignment test
a71eed36 : removed lib/Makefile preamble
49d57876 : reduce storage requirement
d4713de5 : Fix typos.
a8adfa7f : fixbug CLI's -D fails when the argument is not a regular file
e14df3db : zstd: Allow squashfs-tools to use libzstd
a7a469e0 : [contrib][pzstd] Fix build issue with gcc-5
360c2630 : [test] Test that the exec-stack bit isn't set on libzstd.so
0356e05f : [zdict] Remove ZDICT_CONTENTSIZE_MIN restriction for ZDICT_finalizeDictionary
5414dd79 : [bmi2] Add lzcnt and bmi target attributes
ef2cba60 : `ZSTD_maxCLevel` now limited to 21 for 32-bit binaries. CI tests for constrained memory runs with max level on 32-bit binaries.
0907ab5f : Add GH Actions windows runtime test
d7e17363 : Fix build for cygwin/bsd (#2882)
7abebc84 : Clarify documentation for -c (#2883)
20660a02 : msvc tests to dev
0a36c104 : Update CMakeLists.txt
944c71c0 : Remove zstd-umbrella.h
e315a047 : 更新 fileio.c
ebf664b7 : Fix SPM warning: umbrella header for module 'libzstd' does not include header 'xxx.h'
7ce6f71c : 更新 playTests.sh
66079085 : Determinism: Avoid Mapping Window into Reserved Indices during Reduction
e2d01863 : [linux-kernel] Don't add -O3 to CFLAGS
19eb459d : [linux-kernel] Don't inline function in zstd_opt.c
802ea885 : Reduce function size in fast & dfast
81b96205 : Using `module.modulemap` replace symbol link for public header
27455638 : Support Swift Package Manager
c67e07f3 : Remove executable flag from GNU_STACK section
ebbd6759 : Fix typos
9b28c26c : Integrate verbose mode tests into playTests.sh
7fbd126e : Suppress spurious unused parameter warning
375e3aad : Ensure formatting directives for displaying size_t are portable
365c9119 : Ensure print*CParams functions are only defined when used
f6ffd392 : Add test case for detailed compression parameter verbose output
df9b7755 : Fix const-ness of FIO_displayCompressionParameters
63fe6198 : Display --zstd= subparameters in command-line ready form in verbose mode
931778ed : Fix fullbench CI failure (#2851)
48572f52 : Rewrite Fix to Still Auto-Vectorize
61765cac : Avoid Reducing Indices to Reserved Values
d46995ef : Backport zstd patch from LKML
0665d4c1 : Display command line parameters with concrete values in verbose mode
b3888193 : Report memory required to decompress while compressing in verbose mode
38474488 : Void out unused functions
b10357ce : ZSTD_copy16() uses SSE2 instructions
b399b474 : Move mingw tests from appveyor to github actions (#2838)
04734ee8 : Fix oss fuzz test error (#2837)
23dd28df : minor improvements to benchmark display
2b2a5c44 : fix minor cast warning
518f06b2 : added minimum for decoder buffer
082d6c67 : separate compression level tables into their own files
02be2a83 : build macro ZSTD_DECODER_INTERNAL_BUFFER
6a7ede3d : Reduce size of dctx by reutilizing dst buffer (#2751)
13cad3ab : [lazy] Speed up compilation times
abd717a5 : [asm] Switch to C style comments
1c2b02ee : Support thread pool section in HTML documentation.
0bfc935a : Convert Outer Control Structure to Loop
926d4700 : Enhance streaming_compression examples.
c6c482fe : [binary-tree] Fix underflow of nbCompares
31316cf1 : [multiple-ddicts] Fix NULL checks
1bbb372e : [ldm] Fix ZSTD_c_ldmHashRateLog bounds check
399644b1 : [nit] Fix buggy indentation
79ca8307 : Style: Add Comments to Variables and Move a Couple into the Loop
168d0a3c : Fix Flaky Test
c2c32839 : Update results.csv
62536ef7 : Simplify DMS Implementation by Removing noDict Support
051b473e : Fall Back in _extDict to New _noDict Rather than Old Merged Impl
fcab4841 : Nit: Rename Function
47fd762e : Nit: Unnest Blocks that Don't Declare Anything
2cdfad53 : Search One Last Position
6ae44c0d : Advance Long Index Lookup (+0.5% Speed)
2ddef7c8 : Write Back Advanced Hash in Long Matches as Well (+Ratio)
39f2491b : Use Look-Ahead Hash for Next Long Check after Short Match (+0.5% Speed)
db4e1b54 : Hash Long One Position Ahead (+2.5% Speed)
a1ac7205 : Pull Match Found Stuff Out of the Loop
072ffaad : Extract Working Variables
1bdf0410 : Track Step Rather than Recalculating (+0.5% Speed)
258c0623 : Extract Single-Segment Variant of ZSTD_dfast
52598d54 : Limit train samples (#2809)
abc1a91f : add missing BUNDLE DESTINATION
894f05e8 : Fix ZSTD_countTrailingZeros() bug
93603673 : Update regression test
4b7f45cb : Pull hot loop into its own function
ccdcbf46 : Try beginning and end of match
b8fd6bf3 : Skip most long matches in lazy hash table update
a07ddb47 : [huf] Fix OSS-Fuzz assert
ae986fcd : Use __assume(0) for unreachable code path in msvc
2ed14c24 : minor : fix comment
ecb2daea : added link to RFC
70a80b6b : minor : makes the "stable" property of Zstandard format more prominent
6763f403 : zstd_decompress: use a helper function for context create
0d455406 : decompress: conditionally remove bmi2 from context
02296cac : decompress: conditionally remove legacy members from context
71526e6f : [contrib][linux] Fix -Wundef inside Linux kernel tree
e5ba8582 : Don't initialize the first parameter of _BitScanForward* functions
95f492ea : Don't initialize the first parameter of _BitScanReverse* functions
cc22042d : Fix a C89 error in msvc
b10085d9 : [contrib][linux-kernel] Add standard warnings and -Werror to CI
d7ef97a0 : [build] Fix oss-fuzz build with the dataflow sanitizer
54a888b5 : Fix typo
189e87bc : [lib] Make lib compatible with `-Wfall-through` excepting legacy
fa2a4d77 : constify MatchState* parameter when possible
d8b7fc51 : [contrib][linux] Add contrib/linux-kernel/linux to .gitignore
c45b27ab : [contrib][linux] Add huf_decompress_amd64.o target to Makefile
e6d62bbf : [contrib][linux] Fix build with CONFIG_WERROR
1d8143c8 : Move block splitter from stack to CCtx
162491f6 : [contrib][linux] Reduce stack usage by 80 bytes
4d347a90 : [contrib][linux] Fix up SPDX license identifiers
81508919 : regenerated zstdless.1
3addf2f2 : updated zstdgrep man page
70b36c23 : update zstdgrep doc
999f8778 : updated man pages
2832bbbb : emphasize usage of -r in documentation
99b5e7b8 : Add test case for FSE over-write
9450876a : [huf] Fix compilation when DYNAMIC_BMI2=0 && BMI2 is supported
06f42c3b : Use new paramSwitch enum for LDM
b5c35d7e : Use new paramSwitch enum for LCM, row matchfinder, and block splitter
a5f2c455 : Huffman ASM
4eef2088 : add msvc2019 to build.generic.cmd
d7542aac : [fuzzer] Add huf_decompress fuzzer
8bf699aa : [build] Add support for ASM files in Make + CMake
a7aa2c5d : Fix NCountWriteBound
bd84e4a9 : Revert opt outlining change
9d9e2ed0 : [rsyncable] Fix test failures
a418b4e4 : [rsyncable] Ensure ZSTD_compressBound() is respected
d45d0ad9 : Update regression test
4a498fb9 : Add a dictionary training large corpus test
1daf3c8d : Use 32 buckets for log2 bucketing in huffman sort
b6b2855b : updated regression tests
640c5b1f : fix automated_benchmarking
193aa496 : meson: fix type error for integer option
5449ede2 : make automated-benchmarking faster
b7f46ebc : use ZSTD_memcpy() for better portability
4f0b1b9e : update regression tests
7fce9a41 : change update rate to 12/11/11/11
ef78611c : change update rate to 11/10/10/10
42a3ed75 : removed frequency booster for stat initialization of btultra2
b096a5c6 : updated regression tests
30fe49af : Fix patch-from help msg typo
08ceda3d : new statistics update policy
23a9368c : new starting offcode table for zstd_opt
27a8bbe2 : new initializer for ll price
f0fc8cb3 : Disable console notification by default within the library
eab69221 : removed pretty-print of sizes in benchmark
d88c1d95 : Remove inlining for opt
40e44bd5 : updated regression tests
70d89e5a : minor rebalancing of level 13
414e24be : Add 8 bytes to FSE workspace
b0977e4e : Update results.csv
d6fd7761 : Fix VS Build: Explicitly Cast to Narrow Ints
98d3df32 : Change Target Size in Fuzzer
15e67bfa : Deduplicate Implementations
64054dec : Tweak Step
24fcccd0 : Unroll Loop Core; Reduce Frequency of Repcode Check & Step Calc (+>1% Speed)
57a100f6 : Add `ip1 + 128` Prefetch; Tiny Cleanup
991d660e : Nit: Only Store 2 Hash Variables
8706bc11 : Nit: Dedup idx0 and idx1
7c24c3e6 : Give Up on Searching End of Block
35932ab2 : Prefetch Input in Incompressible Sections (+0.25% Speed)
b092dd75 : Shrink Pipeline from 4 Positions to 3
387840af : Re-Order Operations for Slightly Better Performance
bc768bcc : Track Step Size Statefully, Rather than Recalculating Every Time
80bc12b3 : Initial Pipelined Implementation for ZSTD_fast
ab8aa49b : Fix Benchmark Corruption Display
333ecf68 : add powerpc qemu emulation
2b27d07d : attempt at adding m68k qemu tests
1e5c90cb : remove qemu tests
74b4171f : fix alignment condition in FSE_buildCTable
f21977c5 : fix playTests.sh when EXE_PREFIX not null
18191c85 : adding optional QEMU_SYS
1c97ec73 : added qemu tests
b341aa2f : remove versions-compatibility test from GA
72bd2a83 : reduce length of scanbuild static analyzer test
7f37b8a5 : accelerate versionsCompatibilityTest
ef695398 : transferred inter-versions compatibility tests to GA
dce48f53 : Fix benchzstd error message
2de42174 : make ZSTD_HASHLOG3_MAX private
da095ed8 : Improve branch misses on FSE symbol spreading
6ef6cd79 : test: avoid /dev/full on AIX
399849e2 : Makefile: add AIX support
9748608a : meson: set the symbol visibility of the shared library to hidden
d95a3f50 : meson: fix warnings in build files
ee3355df : meson: link tests with a convenience library of sources used by multiple binaries
539b3aab : Optimize 32-bit VecMask_next()
e411040e : Add 64 row entry support for lazy
31820e03 : Rebalance clevels for lazy
a8f4612e : Remove sleep()s in Test; Replace with Artificial mtime
9cd6c1ff : Update mtime and atime for Written Files
a719edbb : Pull `utime()` Call into Helper
aa195747 : Improve Huffman sorting algorithm
ead41bcb : Add Test to Verify mtime is Copied to Destination
d8a07972 : [fuzz] Add Huffman round trip fuzzer
5ec7897a : Fix static analyzer warnings
43aad811 : Add VS2019 test, migrate minimal decompressor macros to GHActions
46f27105 : [HUF] Improve Huffman encoding speed
da58821f : Fix DDSS Load
ba044bd6 : [bug-fix] Fix a determinism bug with the DUBT
3cd085ce : Clarify no-tree-vectorize usage for ICC and LCC
a5f518ae : Change zstdcli's main() declaration due to -Wmain on some compilers
d4ad02c7 : Add support for MCST LCC compiler
e1f85dbc : pzstd: fix linking for static builds
f5f6cc2e : Remove folder when done with test
dc5b693f : Proactively skip huffman compression based on sampling where non-compressibility is suspected
e855b78b : Include what you use in zstd_ldm_geartab
2c2c9e7d : Add possible improvements for gcc-11
139a2f1e : remove invalid test
76466dfa : Add simple API for converting ZSTD_Sequence into seqStore
4d099527 : [lib] Fix libzstd.pc for lib-mt builds
8bdce1ff : lib/Makefile: Fix small typo in ZSTD_FORCE_DECOMPRESS_* build macros
6a46e38d : Add option to use logical cores for default threads
9d9f7680 : Add API for fetching skippable frame content
05b6773f : [fix] Add missing bounds checks during compression
6fad35c6 : Add support for negative levels in --adapt=min and --adapt=max"
e00412f6 : Z_PREFIX zError function
8c00807b : Whitespace Fixes to Improve Cross-Line Alignment
94cf57bb : Update Tests to Reflect New Formatting
87e94e3e : Convert Other Size Displays to Use Human-Readable Formatting
2af3687c : Switch to Binary Size Prefixes (e.g., "MB" -> "MiB")
9c340ce0 : Require `-vv` to Enable Full Precision
bc46b6ef : Apply to Other Print Statement as Well
7e005884 : Fix Whitespace
93bb368d : Change Suffix (e.g., "G" -> " GB")
464bfb02 : In Verbose Mode, Preserve Full Precision Where Possible
9b67219b : Fix Integer Constants; Fix Comparison
bbb81c88 : Avoid `snprintf()` in Preparing Human-Readable Sizes; Improve Formatting
8e0a9695 : Attempt to fix a failing test with help from @aqrit
1eb85285 : Some fixes to address things @felixhandte found
376a2730 : Try enabling the BIG strings now the unsigned long long is in effect
20b9b00b : Try unsigned long long
64385ef7 : Update humanSize() to skip the big numbers (it requires 64 bit)
1ef6f3d0 : Use unsigned long instead to help with some tests
e5fc8307 : human_size() should use size_t
35576e63 : Convert tabs to spaces
77001f00 : Use human_size() on the "multiple files compressed" output also
894698d3 : Use human_size() in the benchmark output also
4e0d9f1c : Move the variable declarations to the top
eefdbcd9 : Make the variable types match
b6b23dfe : Convert names to CamelCase
b70175e5 : Put the human_size() function in util.c
26fab1d9 : Make the CLI output the file sizes in human readable format
325952f8 : Revert "Add support for --long-param flag, fix #2104"
6583fa3f : Add support for --long-param flag
912bb9fb : Update README for Travis CI Badge
dd4f6aa9 : Flatten ZSTD_row_getMatchMask (#2681)
d2f31b66 : Fix --progress flag to properly control progress display and default progress display on when using -v
08a3ddbd : Add comment for gcc-11
6534c000 : Be C89 compliant and fix alignment for gcc11
2ff5c7b5 : Add no intrinsics fuzztest, rowhash compression size test, and S390X to travis
88acf0ac : Make regression test run on every PR
923e5ad3 : Fix entropy repeat mode bug
1e17184a : Add documentation for --patch-from
444f4db9 : Move declaration of 1 to an inlined cast
a80d2687 : Optimize ZSTD_decodeSequence by another x%
fa2a6d47 : Makefile: fix build for mingw
56b7dd12 : Add arm64 fuzz test to travis
d278bede : Update apt-get prior to tests that install packages
939276cd : Add ldm and block splitter auto-enable to old api
bb0cd722 : Migrate travis CI tests
746f7976 : [trace] Refine the ZSTD_HAVE_WEAK_SYMBOLS detection
c468e1b9 : [test][regression] Update results.csv
5a75417d : [ci] Add ARM tests back into CI
38ffe965 : [ci] Use *-latest for platforms to test on
61afa154 : improve tar compatibility
0b0b62d1 : minor mention of RFC8878
54f78e3d : ZSTD_VecMask_next: fix incorrect variable name in fallback code path
7e429f62 : [trace] remove zstd_trace.c reference from freestanding
bee0ef56 : Update zstd_lazy.c
d688ab1e : Add files via upload
bb1cdd8c : Update zstd_lazy.c
a62856bf : Update zstd_lazy.c
8f7ea1af : Update zstd_lazy.c
0e071214 : Update zstd_lazy.c
69ac124b : Update zstd_lazy.c
0b9f4bb0 : Update zstd_lazy.c
7012c6e7 : Initialize "potentially uninitialized" pointers.
77d54eb3 : Add files via upload
52f44bb3 : Add files via upload
25bda905 : Add files via upload
e81d5675 : Distinguish static symbols, allow hiding them
51708b2c : Fix CircleCI Config to Fully Remove `publish-github-release` Job
725c5e4e : [fuzz] Add determinism fuzzing to simple & dictionary round trip
03c41112 : [lib] Fix dictionary invalidation logic
10b35b31 : [lib] Fix off-by-one error in repcode checks
91c9a247 : [lib] Fix determinism bug in the optimal parser
06718087 : Remove deprecate flag for vcx (#2647)
40def703 : Add source level deprecation warning disabling to certain tests/utils (#2645)
988beb30 : updated meson test
a51e342e : Update CHANGELOG to include patch from fix (#2642)
d4548c96 : fileio: clamp value of windowLog in patch-mode (#2637)
cb0cad9b : reduce Max nb Workers to 64 in 32-bit mode
c730b8c5 : Remove const data members in threadpooltest payload (#2639) (#2640)
b35c250b : Remove const data members in threadpooltest payload (#2639)
01fe4796 : Add mt lib build to CL, shuffle around bugs section (#2638)
8a53a882 : updated generated man pages for v1.5.0 (#2635)
9c23ea9e : Bump version to 1.5.0, rebuild documentation (#2634)
28d0120b : Avoid SIGBUS on armv6
439e58d0 : improved gcc-9 and gcc-10 decoding speed
6755baf9 : update decoder hot loop alignment
1db59475 : improve decompression speed of long variant by ~+5%
13449d7c : Add PHONY targets to makefiles (#2629)
9e94b7ca : Assert no divison by 0, correct superblocks 0 sequences case (#2592)
d8d6e48a : Add threadPool unit tests to fuzzer.c (#2604)
91465e23 : [1.5.0] Enable multithreading in lib build by default (#2584)
b2582de3 : Apply flags to libzstd-nomt in libzstd style
c2555f8c : [lib] Fix fuzzer timeouts by backing off overflow correction
17b9e43c : do not install g++
f44c720f : added a paragraph on coding style
bd547232 : switch to clang
b052b583 : [lib] Fix UBSAN warning in ZSTD_decompressSequences()
698f261b : [1.5.0] Deprecate some functions (#2582)
1874f084 : [zdict] Add a FAQ to the top of zdict.h
6030cdfe : Add --progress flag (#2595)
2d340628 : CMake: fix excessive build warnings when building with clang-cl
2e76bd7d : attempt to make Appveyor's Cygwin test faster
d6be7659 : Add seekable roundtrip fuzzer (#2617)
ce615d7f : [test][regression] Update results.csv
172b4b6a : [lib] Add ZSTD_c_deterministicRefPrefix
df05b2ba : fix --filelist compatibility with Windows cr+lf line ending
9750f3c8 : improved benchmark experience on Windows
4ba49af6 : Rewrite References to Location
eb7e74cc : [tests] Set `DEBUGLEVEL=2` by default
c2183d7c : [lib] Move some ZSTD_CCtx_params off the stack
1d659173 : Move Single-File Build Script from `contrib/` to `build/`
4f9c6fdb : Attempt to Fix Windows Build Error
da61918c : Also Pass Mode Bits in on Windows
bea1b2ba : `rm -f` in playTests.sh
45c4918c : Fix Build for Windows
018ed655 : Attempt to Fix `stat` Format for BSDs
1fb10ba8 : Don't Block Removing File on Being Able to Read It
b87f97b3 : Create Files with Desired Permissions; Avoid chmod(); Remove UTIL_chmod()
4e10ff15 : Add Tests Checking File Permissions of Created Files
7ef6d7b3 : deeper prefetching pipeline for decompressSequencesLong
455fd1a0 : updated documentation regarding minimum job size
53a60e98 : seekable decompression fixes (#2594)
0b88c258 : [test] Add large dict/data --patch-from test
e6c8a5dd : Fix incorrect usages of repIndex across all strategies
94db4398 : [lib] Always load the dictionary in one go
1026b9fa : fix rsyncable mode
e58e9c79 : Add Test Case (Behind Flag); Run in GitHub Action
33f3e293 : Allow Reading from Block Devices with `--force`
1ffa80a0 : [easy] Rewrite rowHashLog computation
8f86c29c : allow jobSize to be as low as 512 KB
32823bc1 : [LDM] Speed optimization on repetitive data
ee122baa : Detect Presence of `md5` on Darwin
8aafbd36 : Documented minimum version numbers
2e4fca38 : [tests] Reduce memory usage of MT CLI tests
34aff7ea : Bug fix & run overflow correction much more frequently in tests
0dabbd4e : Add clang-cl build jobs to appveyor.yml
61fe571a : Fix chaintable check to include rowhash in ZSTD_reduceIndex()
09149bea : [1.5.0] Move `zstd_errors.h` and `zdict.h` to `lib/` root
fbb9006e : [linux-kernel] Replace kernel-style comments
6cee3c2c : [trace] Remove default definitions of weak symbols
33abda44 : Update results.csv
3c595a4a : Add literalCompressionMode to stable cParams
efa6dfa7 : Apply DDS adjustments to avoid assert failures
f80dec66 : Add DDS to oss fuzzer
a423305e : Remove ZBUFF tests
3b989874 : Remove building of ZBUFF/deprecated folder by default
c5869677 : Moved ZSTD_defaultCLevel() into stable API
9c1ca3c0 : Moved ZSTD_getDictID_fromCDict() into stable API
8844f939 : Adjust nb elements to prefetch in ZSTD_row_fillHashCache()
550f76f1 : Correct the detection of mismatched repcodes
4d63d6e8 : Update results.csv, add Row hash to regression test
4694423c : Add and integrate lazy row hash strategy
f71aabb5 : Move clevel override to after initLocalDict() (#2571)
f1e8b565 : Maintain two repcode histories for block splitting, replace invalid repcodes (#2569)
e3812455 : Fix dictionary force reloading clevel selection (#2570)
e7647180 : Stop complaining about hash tool not found
980f3bbf : [cwksp] Align all allocated "tables" and "aligneds" to 64 bytes (#2546)
255925c2 : Fix repcode-related OSS-fuzz issues in block splitter (#2560)
d334ad2f : [contrib][linux-kernel] Add zstd_min_clevel() and zstd_max_clevel()
a494308a : [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files
b1a43455 : Add enum for representing long length ID
bbbd578f : Update results.csv
f27e3264 : Restrict dictmode regression tests only to advanced API, fix some compiler warnings
1cadf86b : Add tests to regression tests for dict
ef4e26bd : Add clang msan fuzz test to github actions
2a907bf4 : Move lastCountSize into a returned struct, fix MSAN error
e398744a : Add ZSTD_defaultCLevel() function to public API
5b566ebe : Rename *compressSequences*() functions for clarity
0ef1f935 : Add a fallback in case the total blocksize of split blocks exceeds raw block size
c90e81a6 : Enable block splitter by default when applicable
e3433283 : Clean up various functions, add debuglogging for estimate vs. actual sizes
41c3eae6 : Fix various fuzzer failures: repcode history, superblocks
0633bf17 : Change 1.3.4 bugfix to be cross-compatible with superblocks and normal compression
eb1ee868 : Refactor buildSequencesStatistics() to avoid pointer increment for superblocks
e2bb2151 : Add unit tests and fuzzer param
de52de13 : Add recursive block split algorithm
f06f6626 : Update function names for consistency
c56d6e49 : Add block splitter to experimental params
2949a952 : Refactor block compression logic into single function
c05c090c : Centralize entropy statistics calculations to zstd_compress.c
0f99a0d9 : fix man page typo
634bfd33 : [FSE] Clean up workspace using dynamically sized struct
dff4a0e8 : Make ZSTD_estimateCCtxSize_internal() loop through all srcSize parameter sets as well
9fb4a42c : fix #2549
f5434663 : Refactor prefetching for the decoding loop
edf2b117 : meson: fix build by adding missing files
756bd593 : [huf][fse] Clean up workspaces
a5bf09d7 : simple fix for using bit operator.
77ae664b : Fix ZSTD_dedicatedDictSearch_isSupported() requirements
386111ad : Add a nbSeq argument to compressSequences() Refactor ZSTD_compressBlock_internal() to do the block header write within and add nbSeq argument to compressSequences()
98764493 : Move block header write into compressBlock_internal()
ea288e0d : [lib] Bump zstd version number
cd1551d2 : [lib][tracing] Add ZSTD_NO_TRACE macro
7222614a : [contrib][freestanding] Remove tracing support
e4b914e6 : [contrib][linux] Expose zstd headers to avoid duplication
49a9e070 : [contrib][linux-kernel] Update test include stubs
d2dd35ae : [contrib][linux-kernel] Fix unaligned.h
b9dd8214 : Add mem monotonicity test over srcSize
d2b7f2e2 : Allow a Passphrase on the Key
eed64d75 : Maintain Artifact Name Backwards Compatibility
316f3d22 : Run generic-dev:gcc-8-asan-ubsan-testzstd on latest Ubuntu
a51511e7 : Remove CircleCI Artifact Generation
3c6f5d5e : Fix seekable test to provide valid descriptor
21697b9c : Fix seek table descriptor check when loading
5d1fec8c : Add GitHub Action to Automatically Publish Release Tarballs
3b1aba42 : [fse] Reduce stack usage of FSE_decompress_wksp() by 512 bytes
0f18059a : [huf] Reduce stack usage of HUF_readDTableX2 by ~460 bytes
5df2a21f : Add HUF_writeCTable_wksp() function
27498ff0 : Reduce stack usage of ZSTD_buildCTable()
2fa4c8c4 : added code comments for new API ZSTD_seekTable
0933775d : doc: ZSTD_free*() functions accept NULL pointer
16ec1cf3 : added test case for seekTable API
713d4953 : fixed gcc-7 conversion warning
6c0bfc46 : fixed wrong assert condition
a1d7b9d6 : fixed gcc conversion warnings
ac95a304 : various minor style fixes
4d6c78fb : Only set numPhysicalCores if ratio is valid
eb1a09df : If cpuinfo parsing fails fallback to sysconf
029f974d : strengthen compilation flags
c7e42e14 : fixed const guarantees
a80b10f5 : fix potential leak on exit
527a20c3 : Fix seekable decompress hanging
3cbdbb88 : ZSTD_seekable_decompress() example that hangs.
3835957b : Update CHANGELOG
0f1a52b3 : Documentation Rebuild
d7db928f : Bump Library Version 1.4.8 -> 1.4.9
221e4659 : Avoid Using `stat -c` on NetBSD
9b7f9d26 : Cover These Edge Cases in Tests
61db590a : Detect `..` in Paths Correctly
04139c3f : [regression] Update results.csv
59b2c596 : [regression] Update results.csv
3d91ab74 : disabled icc tests on Github Actions
adb54293 : Stop using deprecated reset?Stream functions
08fef036 : update FreeBSD image to latest 12.2
f2c03128 : removing signed integer overflow exception from ubsan tests
91e64804 : [fuzz] Fix compiler detection & update ubsan flags
9b077217 : fix ubsan test errors
a774c579 : Use umask() to Constrain Created File Permissions
444c4650 : Add newline to end of cli help message
7736549b : [bug-fix] Make simple single-pass functions ignore advanced parameters
c62eb059 : [lib] Set appliedParams.compressionLevel correctly
f520f6df : [trace] Minor fixes found during integration
74f85818 : Use standard md5 tool on NetBSD.
552efcac : relocate large arrays from the stack to ldmState_t
e59c9459 : [trace] Keep track of a uint64_t tracing context
e2ad174d : fix some compiler warnings
2636f536 : CMake: Enable only C for lib and programs projects
54a4998a : Add basic tracing functionality
f9b1e711 : [zstd] Fix NULL pointer addition in ZSTD_checkContinuity()
b9748757 : fixed minor cast warning
134be273 : removed flackey gcc6 tests
874a590e : deal safely with short inputs in ZSTD_ldm_generateSequences
9f327c02 : new core ldm algorithm
aee3dc87 : fix a variable name to reflect its nature
d6e3de77 : fix warning and remove one more occurrence of makeEntryAndInsertByTag
e0d5eca8 : fix forgotten numTagBits in getTagMask
1e65711c : a couple performance improvement changes for ldm
0bad3e5c : parallel make build on linux
b45d22c8 : [contrib][recovery] Add recovery_directory program
927859f5 : Also Update Man Page Documentation
8b6a4b5b : Allow Input From Console When `--force` is Passed
1d6d64af : Change year to 2021 for compression format file
0766540b : cmake: use configure_file() for creating the .pc file
821d9acd : Fix visibility of symbols in .so (#2441)
9ae0dd93 : Fix Visual and staticanalyze warnings
92a2b5cc : fixup: lits means literals
3324e87c : Added library version check
f9802d80 : fix typos (work done by Andrea Gelmini)
4f7584e7 : Allow freestanding lib script regex to detect XXH64(
17222654 : Add streaming decompression to unit test
c2c9b8a7 : Address comments, clean up interface/internals
22b7bff2 : Add unit test, improve documentation
ea52fc36 : Use XXHash for hash function, create a sensible public interface
7c1a79f2 : Add debuglog statements
d1a6a9d2 : Reference requested dict ID at decompression time
5a6d3eef : Allocate memory for DDict hash set when parameter is set
fd5b608f : Add parameter to control multiple DDicts
f933668d : Implement hashset for dictIDs
cefdc023 : The CLI can be linked to libzstd dynamic library
890d85bd : removed CLI dependency to legacy unsafe function
9866148e : removed redundant tests
0d793a67 : removed internal dependency from CLI
58476bcf : Don't shrink window log in ZSTD_getCParams()
9d31c704 : Don't shrink window log when streaming with a dictionary
a98a6e20 : [test][regression] Add no source size with dictionary test
66e811d7 : [license] Update year to 2021
ff2f888d : fixed one more minor cast issue
7f8be046 : fixed minor warnings introduced in #2439
f1585fef : remove flackey msan ossfuzz test
dd1a7e41 : Add ifndef guards for _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE
f1225b18 : try to fix 32-bit test on github actions
f2ac2b7b : try to fix cross-compiler tests
5c41490b : Use pre-defined constants
339d8ba1 : Add unit test
7e11bd01 : Implement skippable frame function
58519635 : fix ppc64 build on circleci
8233f55d : verbose cross-compile tests on circleci
52aa7f47 : updated clang+msan test
9a9d3f76 : fixed zstd+sanitizer build
f9884036 : fixed zstd recipe
9648bf02 : try to keep libzstd.a "as is" once created
eacf1b3b : streamlined github action test
f78917cd : streamline zlibwrapper makefile
7c495e8e : updated version number to v1.4.8
a7cb4af5 : added emphasis on the alignment condition of workspace
7f09cdc8 : removed duplicated release-only tests
54cc01c5 : removed tests duplicated between TravisCI and Github Actions
3536e9d5 : removing tests using too much resources for 32-bit address space
d5eb7d15 : added pre-requisites for 32-bit tests in CI
c11db9c8 : additional master->release switches (CI tests)
4680d817 : added a simple runtime test in CI for 32-bit binaries
ae85676d : Fix alignment of scratchBuffer in HUF_compressWeights()
ce34dc39 : removed incorrect test
0b39531d : moving all references to `release` branch
9b8f3373 : [contrib] Support seek table-only API

+- Project: platform/external/zucchini

9a6bb56 : [Zucchini] Move version info to a separate file.
261f4df : Update callsites to use WIN_-prefixed base::File flags.
8bb965d : [Zucchini]: Convert OffsetMapper to deque
b90a947 : [Zucchini]: Add patch version.
aff4086 : [zucchini]: Convert TargetPool to deque.
9ff43f5 : Fix some instances of -Wshadow.
1269b5c : [Zucchini] DEX Version 39 Support
737d35c : [zucchini]: Simplify DisassemblerElfArm read/write functions.
26518ff : [Zucchini] DEX Version 38 Support
d22306f : Make zucchini compile with puffin
2af699e : Create a symlink for each header file
26a133b : [LSC] Add LOCAL_LICENSE_KINDS to external/zucchini
8d806d1 : Link liblog/libbase statically
539c01b : Compile zucchini binary
ddcf1d9 : Get zucchini to compile w/o code transformation hack
4c6f1f8 : [LSC] Add LOCAL_LICENSE_KINDS to external/zucchini
011d854 : Get zucchini to compile on AOSP
ae55a30 : Add necessary metadata files
f137bf4 : [Zucchini] Replace DISALLOW_* macros with =delete versions.
dbee7e9 : Initial empty repository
fa10b05 : [Zucchini] Add ARM support for ELF files.
3e1f64d : [Zucchini] Disassemblers: Fix abs32 width for ELF; cleanup Traits template param.
cc55358 : Fix some instances of -Wdeprecated-copy: components/
a91bdd5 : [automated] Drop needless <vector> includes in /components/zucchini
769128e : [Zucchini] Cleanup before adding ARM support for ELF files.
f48f9be : Remove unneeded includes of optional.h from headers.
ead42e9 : More IWYU fixes in advance of removing #includes
7f96363 : Revert "Remove some unnecessary #includes."
281c9d8 : Remove some unnecessary #includes.
7f0a390 : Swap from base/stl_util.h to cxx20_erase.h in components/.
06393f2 : Fix -Wc++11-narrowing: /components/zucchini
3865f0b : Add explicit type conversions where necessary: components/
1cec5a7 : [Zucchini] Simplify Abs32GapFinder and Rel32Finder.
77468dc : Swap from base/stl_util.h to cxx17_backports.h in components/ .cc files.
2cc583c : build: Convert components/zucchini/fuzzers/BUILD.gn to py3
1a96551 : components: Replace base::Optional and friends with absl counterparts
147f86b : Remove unneeded base/files/file_path.h includes in headers.
06aaab6 : Delete unused STL includes from components/ headers.
96bdbca : Remove unneeded base/strings/stringprintf.h includes.
e1c6a71 : [zucchini] Use deque to store rel32_locations.
fc058e3 : Added DIR_METADATA files to a batch of subfolders in //components/v…, //components/w…, and//components/z.., also removed duplicated metadata from OWNERS files
65d00ad : Rename includes from bind_helpers.h to callback_helpers.h
a55f503 : Change actions to python2_actions as needed.
efd8836 : Refactor OS_LINUX preprocessor directive for LaCrOS effort.
f16a0ed : Use FLAG_SHARE_DELETE when opening files in the installer.
928ca35 : Switch to 1-parameter version of base::DeleteFile() in components/.
d5ccca8 : Remove/replace unnecessary includes of logging.h (components/)
87a1494 : Include-what-you-use related to logging.h (components)
5a340be : Remove/replace unnecessary logging.h includes in .cc files (components)
14fcdf0 : logging.h related include-what-you-use (components/)
80851dc : fix: add missing data dependency to zucchini_integration_test
21bbdef : [Zucchini] Fix 64-bit ELF reloc code failing to reject references that straddle EOF.
3545aaf : [Zucchini] Fix checked_cast failure
1940ec9 : Reformat all gn files in /components/zucchini.
065411d : [Zucchini] Fix fuzzer checked_cast issues
a565cf1 : [Zucchini] Fix 4 DisassemblerElf bugs discovered by new fuzzer.
5de6c9c : [Zucchini] Fix offset outside image case
45b6422 : [Zucchini] Reduce forgiveness of bounds checks
c4e3c4a : [Zucchini] Add ELF fuzzer
481928d : Support initializing logging with a file descriptor rather than a path.
32cfcd8 : [logging] Add LOG_TO_STDERR logging destination
036cb9d : [Zucchini] Restrict PE rel32 scan size to min(virtual_size, size_of_raw_data).
0047fda : [Zucchini] Rel32Finder: Make rel32 accept / reject semantics explicit.
156a6f2 : [Zucchini] Add helpers for 2 byte and 4 byte alignment.
8afcc01 : [Zucchini] ARM code: Add templated helpers to process ARM references.
b4168a2 : //components: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
4d20d00 : [Zucchini] ARM code: Add alignment checks for Read*() / Write*(); add tests.
3321a9e : [Zucchini] ARM code: Fix counting mistake; rename T21 to T20.
65b242d : [Zucchini] ARM Support: Add arm_utils.* with tests.
2dedd30 : [Zucchini] Update code formatting.
431d119 : [Zucchini] DisassemblerWin32: Fix rogue |reloc_region_| usage.
fb34557 : [Zucchini] Cleanup before adding ARM support.
d60fe38 : Fix for unused-lambda-capture warning
5a46b2e : [Zucchini] Add etiennep@ to OWNERS.
98dd017 : [Zucchini] Fix patch apply failure from untranslatable abs32 references.
e53806a : [Zucchini]: Fix discrepancy in reference width for Elf reloc and abs32.
6b37e0d : Fix -Wdefaulted-function-deleted warning
186ef14 : [Zucchini]: Fix implicit conversions.
725a873 : [Zucchini]: Fix OffsetMapper implicit conversion.
74d44ed : Use base::Erase(), base::EraseIf() in components/
8f9a9e7 : [Zucchini]: Remove IndirectReference.
e57c4e6 : [Zucchini] Create elf disassembler.
a88cad0 : [Zucchini] Create elf types and utils.
ae27d8e : [zucchini]: Rename reloc_utils for reloc_win32.
d758cb7 : [Zucchini] Fix BufferRegion::FitsIn() so empty region fits at end of buffer.
06a9be1 : [Zucchini] DEX parsing: Implement stricter size checks for MapItem.
a09f4e2 : [Zucchini] Fix BufferViewBase::covers_array() to allow 0-sized array at end of buffer.
620015b : [Zucchini] Fix under/overfow bug in DEX
d92fb0f : [Zucchini] Update definition of Label from README.
3a5639a : [Zucchini] Fix DEX target index CHECK
9ae7c82 : [Zucchini] Change DCHECK in reloc_utils.cc to LOG(ERROR)
4cf82fb : [Zucchini] Remove imposed_ensemble_matcher_fuzzer size check
abf0e19 : [Zucchini] Increase disassembler_win32_fuzzer coverage
084932e : [Zucchini] Fix zucchini_integration_test paths.
a446c1f : [Zucchini] Fix image not being resized in fuzzer
7bf8174 : Avoid modifying non-out directory files on zucchini fuzzer
40a74cc : [Zucchini] Enforce valid casts on Rel codes
cd8becf : [Zucchini] Fix patch size check in fuzzer
30d0a9e : [Zucchini] Fix undefined shift in GetSleb128.
9ee7e43 : [Zucchini] Add dissassembler_dex Fuzzer
6178480 : [Zucchini] imposed_ensemble_matcher Fuzzer
82e8472 : [Zucchini] Require DEX to have parsable code items
2ed3877 : [Zucchini] Fix O(n^2) in pathological case
8fdb8ba : [Zucchini] Fix underflow / overflow for extended forward-projection.
f35146e : [Zucchini] Refactor Zucchini-gen in zucchini_io layer.
87dabe1 : zucchini: Swap the order of two declarations.
607ce60 : [Zucchini] Introduce bit operations into algorithm.h.
1b25709 : [Zucchini]: Support DEX AnnotationsDirectoryItem
6b80ac7 : [Zucchini]: Support reference lists in DEX
1837991 : [Zucchini]: Finish Simple DEX Type Support
d294319 : [Zucchini]: Disable CHECK for ZTF Gen Fuzzer patch size
16f8ef6 : [Zucchini]: Write fuzz generated patches
e0dd84f : Remove references to exe_and_shlib_deps in src
4701352 : [Zucchini]: Fix CHECK failure in Apply
806fa63 : [Zucchini] ZTF Apply Fuzzer
75569ad : [Zucchini] ZTF Gen Fuzzer
984b181 : [Zucchini]: Fix bugs found by Apply fuzzer
c4290b5 : [Zucchini] Disable FilePair related fuzzers on Windows
bab7823 : [Zucchini] Fix ToTWinCFI
0d7a251 : [Zucchini] ZTF (text) disassembler
1bed19c : [Zucchini] (raw) Gen Fuzzer
11c1b2a : Reland "[Zucchini] (raw) Apply fuzzer"
1f3829c : Revert "[Zucchini] (raw) Apply fuzzer"
d00cef1 : [Zucchini] (raw) Apply fuzzer
f1724dd : [Zucchini] Buildflag control of architectures
fd9b41c : [Zucchini] Format change: PatchElementHeader: Group fields by "old" and "new".
c9f72e0 : Add narrowing casts for VC++ compatibility
f0791f7 : Move some uses of PathService into the base namespace.
02a8319 : [Zucchini]: Stricter patch read
6951a28 : [Zucchini] Introduce Imposed Ensemble Matcher.
93ffc91 : [Zucchini] Fix range error for equivalence validation.
673bf59 : [Zucchini] Validate equivalences on load
e4ba641 : [Zucchini] Fix bugs found by fuzzer in Apply
4d8d15c : [Zucchini] Remove CHECK for unknown exe.
637057c : Remove -Wno-return-std-move flag
a401b7e : [Zucchini] Restructure fuzzer directory
05b1b6a : [Zucchini] Update ExecutableType values.
451ff5d : [Zucchini] Introduce ReferenceBytesMixer.
07c31a3 : [Zucchini] Remove Marking Logic
a8a2a94 : [Zucchini] Add DEX Reference read / write for basic types.
60ba829 : [Zucchini]: Fix fuzzer CHECK error
97b68bf : [Zucchini] Add Win32 PE Disassembler Fuzzer
9e74a61 : [Zucchini] Fix bugs found by Windows PE dissasembler fuzzing
fff1ca3 : [Zucchini] Create dex disassembler.
1a73d78 : [Zucchini] Format change: Remove PatchType.
4feab7d : [Zucchini]: Change |kInvalidOffset| in image_utils.h
1bb3b65 : [Zucchini] Add "-keep" flag; remove redundnat CRC32 check.
6d05729 : Fix gn_all build with libstdc++ 3.4.25
2b83f7f : [Zucchini] Delete Label Manager.
307d6f5 : [Zucchini]: Fix local shadow error.
b17e610 : [Zucchini]: Add Linux RAM metrics to Zucchini
63974a2 : [Zucchini]: Cleanup some issues found when merging to trunk.
56a6ff4 : [Zucchini] Zucchini-gen: Make number of CreateEquivalenceMap() generations depend on Disassembler.
06f1ae9 : [Zucchini] Move Zucchini from /chrome/installer/ to /components/.

+- Project: platform/frameworks/av

ff914c3415 : Camera: Generate tombstone when watchdog bites
a2d68d9fa6 : codec2: declare 10-bit support for all AV1 codecs
b7e394e1d5 : NuPlayer: use acquireWakeLockAsync in AWakeLock
436c4c88b8 : ToneGenerator: add tones for New Zealand
ed08fbe138 : Camera: reset presentation timestamp more aggressively
34a5e28cbc : Camera: Handle deviation between frame duration and vsync intervals
b63d4e785b : Fix Out of Bounds read in TextDescriptions.cpp
8ceef4d17f : CCodecBufferChannel: Report an error after reallocation failures
cddfdbf3ad : Camera: Reset mExpectedMinDuration during configureStreams
3ab32cd132 : Check bit-depth before creating converters
36b1c8c261 : Camera: Fix link for nested classes
d9f9844aeb : RELAND C2Soft Enc: Use correct matrix and range in RGB to YUV conversion
cad7f4a6b1 : media: Remove EncodeDecodeTest and DecodeEditEncodeTest from postsubmit
5000473cba : media: Remove EncodeDecodeTest and DecodeEditEncodeTest from presubmit
2a4a35967e : CCodecConfig: skip subscribing to optional params until requested
8e861b60e1 : c2 vp9, av1: Produce 8 bit output when color format isn't set
20d2e03ecb : Use PermissionChecker (av) in captureAudioOutputAllowed method
c50ddb0dd1 : Fix no tunning param case
1e16eb371c : codec2: skip adding new color formats for older vendor images
5381ebe9d7 : don't skip omx video codecs for ATV S and below
ffca5c1d39 : codec2: pass color aspects to RGBA conversion for av1/vp9 decoder
144eb8f46f : codec2: convert to RGBA_1010102 based on color aspects
51af070e2a : cameraservice: memcpy AIDL header instead of directly writing buffer
c804bd960c : c2 vp9, av1: enable P010 only for devices launching with T
89d5b5a97f : c2 vp9, av1: List P010 in color formats only if it is supported
d842c0d271 : codec2: adjust RGB to YUV matrices
9dab9ece62 : stagefright:ColorConverter: add support for BT.601/709/2020 limited and full range
f18887cfe5 : Camera: Fix condition check for Performance Class
6be8aa7ee2 : Fix deadlock in MediaCodec::configure when peek default mode is used
2c0fc8fb0a : Codec2InfoBuilder: List HDR profiles only if device supports HDR display
22441854c0 : Allow the default mode for video peek to be undefined
e6f4663828 : Allow the default mode for video peek to be undefined
14811c34c0 : libstagefright: Fix HDR profile mapping
f3e8429632 : Allow the default mode for video peek to be undefined
19203eb68f : Allow the default mode for video peek to be undefined
65b9be6991 : CCodecConfig: map KEY_HDR10_PLUS_INFO to C2StreamHdrDynamicMetadataInfo
a74058e5e0 : audio flinger: allow output stage effects with privileged permission
7034013569 : Bump version codes in tm-dev to match tm-mainline-prod
a272dd772a : codec2: remove assertions when marshalling fences
1f1b7aa49e : Delete support for HIDL V3.8
b857cde40e : CCodec: require static HDR info support for AV1 HDR10 profile
7aa1790e08 : C2 vp9, av1: Add support for conversion to RGBA1010102 for 10-bit decode
9ff44bbcb9 : CameraService: Consider pids before priority when evicting a client.
2d222b8fca : codec2: add missing C2StreamHdrDynamicMetadataInfo
59e6536df9 : CCodec: handle attaching 0-sized encrypted buffer
58aa9c1fa7 : Camera: Avoid possible deadlock during R&C updates
b070e1db03 : Camera: Correct torch support query
3f3d1ace57 : codec2: fix to encode smpte2094-40 for gralloc4 metadata
360ba0a443 : CCodecBuffers: fix null buffer PCM conversion
46d999ecb0 : VT: Add interarrival jitter time to RR
34b28b47be : CCodec: split preparation and request of initial input buffers
3d476d1ff5 : AAC C2 decoder: add channel mask in output format change
195d614538 : VT: adding RR(Reception Report) logic
ba2a61a1f2 : Spatializer: Fix spurious sensor setting
a461a00ed5 : Spatializer: Deliver metrics to MediaMetrics
e2ac8fa26b : test_flowgraph: add tests for SinkI32.cpp
92427a5959 : codec2: Add android fence implementation for C2Fence
4b17639227 : AAudio: Remove use of -0x80000000
b8696c0489 : Camera: Fix CPU hogging when flush() is called after device goes idle
49655c5c8e : CCodecConfig: apply KEY_ROTATION for image domain
3e237706c3 : MediaCodec: Add HDR format metrics. Modify HDR metadata metrics.
9d33304ec7 : Avoid read out of bounds
ef715e2d25 : Camera: Replace SDR profile constraint value
5869ba91d8 : MediaCodec: force synchronous release if setting release surface fails
e9707b375c : CCodec: configure hdr-format for HDR encoder profiles
0232e3ae5b : codec2: add HDR format info
661b34f66f : Camera: Fix rounding issue with minInterval
a42e6cc92e : media: release mediaplayerservice lock while dumping services
3ebe121598 : Handle multi-user when disabling MediaMetrics service.
eaf9d9c7ef : MediaUtils: Dump HAL pids in Timecheck abort message
9372b0bad6 : Camera: Add video stabilization mode to camera session stats
337b9155d8 : Reset Init Check to NO_INIT after destroy in CryptoHal implementation
dc9aa82c33 : Camera: Exit PreviewStreamSpacer when disconnecting stream
065fb0f576 : Camera: Initialize input stream dynamic range profile
05ce6b5294 : Camera: Narrow down cases preview spacer is used
fb57902b97 : Codec2Client: Do not overlap setOutputSurface
c7da7a0f00 : CCodec: Stop using output surface on stop()
32a73f2155 : Camera: Correct request buffer error status
93666b2986 : audio policy: fix LE audio input device selection.
6f11f9d409 : Add format value for NULL offload info
92ec0c41ee : audio policy: fix default offload info when opening an output stream
fad78c494d : codec2: enc stat: add mapper for picture_type_t
e392cff3d7 : C2BqBuffer: Do not cancel buffer after IGBP is no longer used
119dbdbcc9 : Spatializer: Validate effect initialization
2f68652a31 : Filter out metadata out of version tags from hidl cameraservice interface.
9dd1a5b2fe : AudioPolicyManager: Adjust spatialization track match
c5585dc318 : Revert "Remove redundant calls to onCameraAccessPrioritiesChanged."
0cae043f78 : Allow frame count regress in AudioStreamOut
9870da9d7a : Bump Mainline Module Version Codes in tm-dev to 330090000
2772e1cfe8 : codec2: fix to use color format for FetchGraphicBlock().
a027bf7877 : CCodec: request initial input buffers after start complete callback
386bfa246b : Handle next segment wraparound gracefully
c67af1bd46 : cameraserver: Fix HIDL vs AIDL CameraBlobId discrepancy; Move HIDL into seperate source files.
1b9a3cf9d6 : Change total sample count type to 64 bit
85186b58fd : SensorPoseProvider: Remove custom sensor handling
dd8ac23e1f : Bluetooth le_audio_output: use dynamic format
046f4a82df : Camera: Add debug logs for disconnectLocked.
ec3d5799fd : Recover from DEAD_OBJECT in AudioSystem::initStreamVolume
3815d85e46 : Spatializer: update getSupportedHeadTrackingModes()
b28a72ca39 : C2: channel mask mapper
65fab753c8 : C2: add support for channel mask
10b985d31e : MediaUtils: Add ScopedStatistics for effect tuning
2b8579f99f : CCodec: pre-S bytebuffer mode encoders to use YV12 format
e260f5a3bc : Properly unlock on return in process thread
bf2f39c7f1 : Camera: Fix typos and bad format in docs
ca6d7af4cd : codec2: enc stat: add local params
2034b78487 : NdkMediaCodec: update documentation for callback APIs
3151219a6e : CCodecBufferChannel: remove assumption that pipeline clears quickly on input EOS
13f35addf4 : Camera: Enable the rotate&crop heuristics in the legacy shim layer
9aeb7a84e1 : Verify input in MetaDataBase::updateFromParcel()
976bb4d569 : camera: make waiting for state more accurate
31fbf3a67e : Camera: Fix up torch strength keys.
28c7525eea : CameraSource: Remove CHECK if set preview target fails with CameraSource
b77131a481 : Camera: Allow vendor stream use case unconditionally.
4f41cc344d : skip omx codecs check when no needed
d36399273a : AudioFlinger: Unify spatializer behavior with normal mixer thread
4b7f54f74b : AudioFlinger: Enable spatializer timestamps
b9a9456721 : MediaMetrics: Add new AudioTypes
03befa0c12 : Remove redundant calls to onCameraAccessPrioritiesChanged.
508118814a : CCodec: enable vendor-flex format for vendor SDK level >= S
940b7ba705 : C2BqBuffer: Remove detach during migration
e467567fba : C2BqBuffer: Remove detach during migration
6958b0216f : Fix race condition resulting in unbalanced wakelock calls
ba92d773d3 : Camera: re-space camera output for hardware texture target
9f626cf9cb : Remove dead codecs from ResourceManagerService
5f7abe2f93 : Check the device policy for the camera disabled flag before trying to open a connection to the camera.
a79a64d4f9 : Camera: Pass metadataGetter from CameraDeviceClient
a47fe3e7f8 : Free native_handle created using makeFromAidl
4eea3f4e54 : CCodec: enable query & config subscribed indices
28139d9a90 : codec2 components: fix subscribed indices setter
57821758c4 : [BUG] AudioPolicy: Clients: fix dumpsys
688cec6e7a : Avoid null pointer dereference
bb2dfc8759 : Clearkey PRODUCT_PACKAGES makefiles
78f2b3087a : AudioPolicyManager volume init on invalid min/max
e191d1b6db : audio policy: create spatializer mixer only when needed
7ba9c9906d : DrmManager: choose plugin load path based on arch
e51f80e1ba : spatialier: more head pose controller optimizations
593a4bc5e5 : Fix use-after-free in AMediaExtractor_getSampleCryptoInfo
261b883927 : Build with upstream lld: Fix incorrect static dependencies
67c22fa848 : Build with upstream lld: Fix incorrect static dependencies
ec21f2b584 : aaudio: prevent very short sleeps in callback thread
98ffa75d81 : Add CameraService Watchdog
2d4c9db7ae : Implement PUSH_BLANK_BUFFERS_ON_STOP in Codec2
6ffbad11a4 : Fix debug macro
5cbca291a6 : C2Allocator: protetct memory mappings from race condition
05efefb2fa : V1 is the latest version of android.media.audio.common.types
7e24ee1d40 : Deleted clang property in Android.bp files
24754945ba : Use monotonic system time instead of gettimeofday
dc1e59e858 : Improve error reporting in MediaCodec
47dcb48b5a : CCodec: Do not crash when there is no OMX service
530a22aaa0 : C2Allocator: protetct memory mappings from race condition
44d648b4bf : Spatializer: Add rate based stats
c494437bf6 : aaudio: fix power measurement script
e2356844f8 : Increase freshness timeout
d4bbb765c5 : c2 av1, vp9: Add support for P010 format
afc51dba29 : Spatializer: track scheduler statistics
edc850a957 : AAudio: Completely sync flowgraph with Oboe
e2aa240bc2 : sfplugin: import buffers before metadata handling
d4d2224dbe : codec2 sfplugin: remove MediaCodec.h dependency
1a8b45f4bd : audio policy: workaround for call signalling tones with hearing aids
0807790216 : Fix typo in return value
5997bb0d5b : Fixes for out-of-memory error in MediaCodec
60fa4b9876 : Camera: Update crop info in onHeicFormatChanged
c2f0dbe972 : mpeg4dec: Add support for Simple Profile Level 6
d1f5973d88 : ResourceManager stability improvements
14c62b8c1c : Camera: Address time drift in presentation time
bb9b93d3bb : Camera: Remove redundant RequestThread wait during flush
5d7273558b : Build with upstream lld: Fix incorrect static dependencies
71a0e05740 : Camera: Add timestamp associated with the dump.
6b85f1eef3 : codec2: check a validation of HDR static info
d26b1860ed : Camera: Add user tag to camera action event
e5d245f4c7 : Fix cut/paste error in MEDIA_CODEC_REPORTED
11094176c9 : audio spatializer: more resource usage optimizations
d426582c34 : MediaUtils: Use delayed / lazy library loading
2924a29afb : EffectHalHidl: Enable binder transation time statistics
257cbe7dc0 : aaudio: Fix parsing of power commands
b0a7bc9dec : audio policy: set track spatialization state from audio policy manager.
ae437a9e36 : mpeg4dec: Add support for Simple Profile Level 6
62138b3ed6 : Only include webm headers in libmediaplayerservice
45df074c4b : Sync with ISurfaceComposer changes
7ea0d1b326 : audio: optimize spatializer activation
8db4ae2c5d : codec2: add get consumeusage for C2BufferQueueBlockPool
88ae4a184e : aaudio: clarify setDeviceId() behavior
49eeafc9b8 : camera2 vndk: Fix onCaptureBufferLost extra / incorrect callbacks.
f876348c67 : audio policy: fix error log for permission checks
10ac7112c7 : TimeCheck: Dump stack of blocked tids
f45f34cddf : TimerThread: Add timeout analysis logic
298764fdab : Codec2InfoBuilder: list FormatSurface for c2.android.* decoders
234067a22a : change default version number to 330100000 for T build media modules.
30e5893fde : test_flowgraph: check for compiler bug
288a343644 : libaudiohal: Optimize loading for minor version upgrades
ac29e599f6 : codec2 sfplugin: remove MediaCodec.h dependency
d0adfd805f : Camera: Improve documentation for 3A regions
37c7b14c6b : libwriterfuzzerbase : Bug Fix
d4806aad04 : DO NOT MERGE disabled engineCallback logging in spatializer
d6a2ffffca : camera: Fix double ownership of AidlCameraDeviceCallbacks
0d6979c25d : Make C2DmaBufAllocator exportable
6bd9a7d863 : codec2 sfplugin: add traces for frame processing latency
f12bebcabc : codec2: fix gralloc4 mapping
224f82fc58 : TimeCheck: Track audio Hidl hwbinder calls
8cd6d143fb : media modules get more descriptive *.rc filenames
a2a1ac385e : TimeCheck: Dump TimerThread tasks on timeout
bf8f69ff9b : audio policy: fix offload when spatial audio is enabled.
00abbeb745 : Camera: Switch to query function for display sync
213a65c6fd : cameraserver: Fix convertToHidl for requestStreamBuffers return.
34b09d016b : audio policy: fix default call audio route with LE audio
48c3086c9b : CodecConfig: Hide vendor params that are marked hidden
f4eaa46093 : MediaMetrics: Track audioserver restart times
222b429d7d : cameraserver: Remove leftover error log message for openAidlSession.
98ae29bc69 : Mpeg4writer updates for Dolby Vision
6557768d6f : Add new onUidProcAdjChanged callback to be consumed by the camera service.
4cf9f6bfd2 : Update to Dolby Vision media components
360c4ba908 : Move basic tests from postsubmit to presubmit
820590bdb8 : Remove implementation details from media hidden api flags
c747c532e9 : AudioFlinger, AudioPolicy: Add binder time check statistics
74ff7dde75 : C2SoftHEVCEnc: Change default dimensions and frame rate
2567a5ed77 : Add getSupportedSchemes Api for IDrm
92ecabf68d : libaudiohal: statically link HAL 7.x interface libraries
9249d341be : audio spatializer: monitor screen sensor only when needed
5c6d68ad6a : TimeCheck: Update code to support a callback
50d621f487 : audio:fix audio stream issue.
318e42a800 : Fix AAudio waiting for stop SIGABRT
fae3c6405e : Add MSD support for getDirectPlaybackSupport
96d1dda4d0 : audio policy: LE audio broadcast routing policy
c87315d883 : Camera: Call corresponding unlock for every lockAsync
b3639012e2 : resource_manager: fix cross-type reclaim
59e26dc449 : Add basic CTS aaudio tests to postsubmit
65cef33dfd : DO NOT MERGE - Spatializer: disable head tracking
ecc9f42b03 : Add MSD support for isDirectPlaybackSupported
9b814f7487 : change ALOGW() to ALOGV() in mapFormat()
f893e804c9 : Support float data on aaudio legacy record fast path.
d47aca24c4 : AudioPolicy: Log the construction duration to mediametrics
4925685842 : No need to consider invalid tracks when checking if all active tracks are rerouted.
00b4fccf4f : Fix TunerFilterSetting union usage
a49482ae9d : Limit an NdkMediaCodec diagnostic
40c674e889 : MediaCodec: fix crash when stop-error-death
cc3e12c372 : cameraserver: Plumb correct error code when openAidlSession fails.
505772ef5e : mediaresourcemanager_fuzzer: Bug Fix
46efd2ae9a : Fix the issue that rtsp video with MP4V-ES/ can't be played.
5b3a862ee9 : Mark LAST_RESORT_SUGGESTION for media_leads owners
749a73ff91 : Codec2: Detect and release component if the client process terminates
2d407c1e14 : Codec2: Check errno during syscall (FUTEX_WAIT) failure in fence.wait
ec8ee9934d : Avoid logging when no HDR static info is provided
7358526279 : Migrate libandroidicu usage to libicu - mediaserver
fe7db08203 : Update MediaDrm HALs' version property value to aidl
4d21ce0db8 : Add a "media leads" owners file
be9587cd06 : libmediadrm: use AServiceManager_waitForService for lazy HALs
8f98cc67a1 : clearkey aidl: Fix lazy hal init rc
ca0ee60306 : mediadrm_fuzzer set up AString poorly
8ed1e87717 : Camera: Use 64 bit for stream use case
8166b9c25b : Expose bitDepth to MediaMetadataRetriever
3ca4227de2 : Fix constant name for KEY_PICTURE_TYPE
3192904113 : Adding mnaganov@google.com as fuzzer owner to receive alerts
d23aa16355 : AudioPolicy: several spatializer output management fixes
02bea53073 : Adding wonsik@google.com as fuzzer owner to receive performance alerts.
2616a63535 : libmediadrm logging: avoid unaligned memory
a887b52d77 : Update TEST_MAPPING in drm/mediadrm/plugins
4dfd2f3f23 : Export header libraries to eliminate include_dirs elsewhere
2f4a6222ee : Update package name change.
b8d1345645 : Add NativeMediaDrmClearkeyTest to TreeHugger presubmit
02dd938c8d : C2SoftOpusEnc: Fix integer overflows leading to crash by changing data type
0263a6d23c : Using common apex_defaults for listed modules.
d3d086ef1b : Add aidl version property to clearkey plugin
ba809b86b2 : Avoid callback promotion in set
2c64503df5 : Move comment to license_note
f80fc08e00 : av1: Allow odd width/height for YUV420
12ae9fb56a : av1: Allow odd width/height for YUV420
b20df892b7 : av1: Allow odd width/height for YUV420
c4d385ff4e : av1: Allow odd width/height for YUV420
922fa9c08d : Camera:Add a check for -EINVAL error code.
05764879c5 : use 64-bit counters in handlers for long-running ops
726d9ec176 : remove unused libhardware dependency from codec2
601801dbc8 : [BUG] AudioPolicyManager: prevent unecessary force routing on SwOutput
b2e5cb5a22 : [BUG] AudioPolicyManager: prevent patch leak on SwOutput used for bridges
af12f3c9f7 : Defer AudioTrack initialization to first ref
4a870a3fef : Calculate the max possible preview frame rate for a session and attach it to CameraSessionStats for consumption by CameraServiceProxy.
c2f0db7b61 : Protect AudioRecord against double set
744efbea0a : Remove getDevicesForStream
1590359d5e : spatializer: disable head tracker sensor when not neeeded
797411c85b : Fix && used in place of &
6d23c0f54c : AudioPolicyManager: update getDevicesForAttributes
efc56a7283 : MediaMetrics: Fix clang-tidy narrowing warning
45476ab479 : C2SoftAmrWbEnc: Fix integer overflows leading to crash by changing data type
25949e927c : C2SoftAmrNbEnc: Fix integer overflows leading to crash by changing data type
1b22e54f0e : Minor APM dump improvements, Part 2
2c580d96a7 : Codec2: fix leaked graphic buffer handles
ac6cb0d993 : codec2: Update DmaBufAllocator when new ComponentStore is set
53b7e663fc : audio policy: add remote submix tests to presubmit
e2e4a0c95e : BufferpoolTest: add validity test
b3bcb4f4ce : Minor APM dump improvements
17031564f3 : Fix AudioSystem::getAudioPort implementation
ce7594d6c9 : libcameraservice Use the libdynamic_depth header libraries instead of manually adding their include directories.
c81a759e50 : Camera: Switch dynamic range profiles to 64bit values
e7f14c1070 : Resubmit Update TEST_MAPPING to include CtsMediaMiscTestCases
6479437405 : Invalidate compressed tracks when secondary outputs are changed.
237012c352 : Increase auto-recenter rotation threshold to 10.5 deg
17bbb90e07 : cameraserver: ICameraDevice.dumpState -> dump.
06a2bab1a8 : libmediadrm: supported schemes w per mime min/max level
a7799d2ffa : drm aidl client: dup hidl handle 2
4f578a2968 : aaudio: reduce aaudio.min_sleep_usec default
1cfdc6b7a9 : CCodec: fix to check a type of input allocator at GetCommonAllocatorIds()
ec77bf2d16 : Revert "Update TEST_MAPPING to include CtsMediaMiscTestCases"
900b49c0ac : CCodec: fix to check a type of input allocator at GetCommonAllocatorIds()
d743db53d6 : Add Phil Burk to media includes OWNERS
8fc402ab0d : Cleaning out media references in include_dirs
20c1221f17 : Increase max dimensions for mpeg4 decoder in media_codecs_sw.xml
23ba2ff257 : Add visibility rule for packages/modules/Media
4404ddb0e0 : [BUG] Do not fallback on music group for orphan streams
593634d66c : [BUG] AudioPolicy: combo UC: mute may not work
3523ab3e75 : [BUG] AudioPolicyManager: fix volume on output using Hw Gain
fc5d61df23 : drm aidl client: dup hidl handle
1e870791a7 : Rename to VsyncCallback & Presentation time.
0805de1607 : APM: Provide mix port flags via 'listAudioPorts'
c25e2bf6ab : libmpeg2extractor: add dependency on libmedia_helper
5a27989d45 : Update TEST_MAPPING to include CtsMediaMiscTestCases
94d9441f93 : Add MSD support in getDirectProfilesForAttributes
2eedae30c8 : Fix AudioSource fromExisting assert fail
f99f8bdf48 : Declare license metadata for copied files.
3942f55f1c : Safe parsing of HEIF framecount information
4b93da988f : C2AllocatorIon:protect mMappings using mutex
a226aa481a : Make libaudiohal@7.1 to use @7.1-util libraries
3dfc7cb544 : audio: add flag for the Ultrasound input source and content_type
a4ff38fd9b : No need to query the HAL for mmap information if it is older than 7.1.
d0b6992493 : Update cameraservice to use new sensor privacy api
84a55186e3 : Add visibility rule for packages/modules/Media
fa7b2ae0fd : Replace include_dirs with header_libs
4fde21961d : Use header_libs instead of include_dirs
8171e2fb0f : Camera: Check for repeating request end binder errors
994023af41 : Drm framework change based on new aidl interface cleanup
cb1018901b : Remove use of IStreamIn@7.1
d7ba61d054 : Implement use of Device.setConnectedState/_7_1 HAL method
542ae9bfe8 : AudioFlinger: Add memory leak checking for HAL
39934ead66 : audio policy: add audio policy ready flag.
d343978237 : codec2: Update DmaBufAllocator when new ComponentStore is set
d8dc683443 : Update audiopolicy service to use new sensor privacy api
ae692fb147 : Avoid extra string creation
612b37f471 : Change parameter name to match the type
cf3bafbfe6 : Allow MediaCodecs to be created on behalf of other client processes.
b24cf2a97d : audioflinger: do not spatialize mono or stereo tracks
610d7b80a3 : Camera: Plumb through stream mirroring mode
27368139ce : clearkey drm aidl: address API review
b69f96aaba : Spatialization modes: fix constant typos
c2cdda3506 : Added audio service API to set active assistants.
019b4ab967 : audio: add Bluetooth LE Audio broadcast device
eb0169f4d1 : cameraserver: Modified rules for different kinds of system cameras.
35642f2f63 : Implement AidlCamera3Device implementation.
a04055f586 : Add AidlProviderInfo to handle aidl hal providers.
e08673de60 : Make libaudiohal@7.1 to use @7.1-util libraries
2665ce8fb9 : NdkMediaCodec: Add setOnFrameRenderedCallback
7ee731f403 : Camera: Avoid using invalid frame processor
ed782c88e6 : aaudio: show format as text
14aabae62a : Fix mCallback race. Protect repeat set.
db6f898008 : unique_malloced_ptr: RAII guard for C-style allocations
14920b26e1 : Increment apex version
18d1e6c03c : aaudio: return result of createMmapBuffer
71940cfdb9 : VT: fixed an infinite loop of RR sending.
88d37aff10 : Detach callbacks when closing filter.
443265855e : MediaMetrics: Send AudioRecordStatus to statsd
b626d67c94 : audio: add spatializer output flag
47156076d1 : Refactor AudioEffect callback to interface
e42089278f : Camera: Add timestamp base in OutputConfiguration
4d48813970 : audio: add spatializer output flag
09a04404dc : audio HAL V7.1: add latency mode control APIs
030792766b : Consolidate libaudioclient buffers p1
96af957b79 : Fix several bugs from cts test through aidl clearkey
829d90dbe2 : Added mechanism for setting multiple UIDs as assistants.
ea1f19db47 : libaudiohal: Add support for audio@7.1
7e0183fc0d : Remove explicit use of the "exiting" parameter from AudioFlinger
f4e645a28c : Camera: Add automotive metadata section
f997ffea54 : Avoid explicit use of keyRouting, keyInputSource
48287b5ee9 : Make getHwAvSync strongly typed above libaudiohal
50e934682b : Remove local and hybrid HALs
fa72c480dc : Fix toDrmMetricGroupHidl conversion
3b6149c69f : clearkey aidl: misc fixes
accbe8a010 : Remove use of IStreamIn@7.1
616bd340ec : Safe parsing of HEIF framecount information
e8c4b23abe : Add documentation for valid use of removeProvider.
005321cf92 : Updated fuzzer for libaaudio
9501532bc7 : Fix memory leak in playback time accumulation
a55209dcdf : Fix drm aidl listeners
cc4a2ceb09 : CryptoHalAidl: handle null arguments
dbe54ca639 : HEIF decoding: if tiled, check decoder supports tile dimensions instead of the image dimensions.
0b3def1076 : stagefright: add -P pixelformat flag for -t (thumbnail) option in stagefright
516d398b44 : Implement use of Device.setConnectedState/_7_1 HAL method
d6ec069ca3 : C2SoftOpusEnc: Fix integer overflows leading to crash by changing data type
997d37351d : audiopolicy_fuzzer : Bug Fix
b0775a785b : Adapt AudioPolicy unit tests
88fa275b87 : Transport AudioPort to HAL
8db2106932 : Fix -Wbitwise-instead-of-logical
7008027705 : Adding more owners for DRM
e89e632f9a : Safe parsing of HEIF framecount information
ef519d746c : move include_dirs to header_libs, declare apex accessibility
749a74cc3e : C2 Decoders: Add a function to choose hal pixel format for 10 bit decode
6946d41e15 : Avoid a couple string copies
599a8b8247 : Use liberror in AidlConversionUtil
4e0dcac262 : A simple error handling library
a88d90cc1f : Add image codec support to MediaCodec
64ee945ab0 : Add a new image codec domain and subdivide codec resource management by domain
afa586b221 : audio HAL V7.1: add latency mode control APIs
cb40b98b32 : MediaMetrics: Sync to google3 MediaMetricsAudioTrackStatusReported
4f1d4e92fc : AudioFlinger: fix createEffect() for second client attached
2685aa098a : audio policy: fix default stream and source effects
2f87219ff4 : Remove volume_group conversions from PolicyAidlConversion
c8ab4520b7 : Camera: Add stream use case API
3be67f2425 : MediaCodec: Add HDR metrics.
24a3fe9ca0 : Unrestrict multilib for extractors.
1dc2091f1c : Update test code to use refactored ctor/set
3c234b1bf7 : Fix head-pose prediction bug and increase time
0041d0b7fa : acquireWakeLock has an additional parameter IWakeLockCallback.
6e565a801c : Replace include_dirs with header_libs
f0aa935451 : Mark media components for apex availability
9d3b8ce437 : replacing include_dirs with header_libs
ad440cefb9 : audio policy: acquire mutex in getDeviceConnecitonState
180f49a852 : AudioFlinger: update moveEffectChain_l() effect restart
27bbea3795 : Small fix of parsing head tracker sensors
09ad8c9a7b : Remove drift compensator
5556a6c6bd : Add explicit apex_available clauses
5c4dd0d1a8 : AudioFlinger: update error handling moveEffectChain_l
6718c39663 : libaudiohal: Add support for audio@7.1
99d4d118f7 : codec2: move static libcodec2_vndk dependencies into a default
34493f125e : Codec2: Support locking vendor formats with gralloc4
2f5d601bc1 : Camera: Synchronize callback access to composite map
63e1ece4bd : MediaCodec: unify KEY_MAX_OUTPUT_CHANNEL_COUNT and AAC variant
487adf977a : ColorConverter: convert P010 to RGBA_1010102
c77e12ffb4 : FrameDecoder:Add format details for RGBA1010102
6605add70e : Add aidl interface support for Drm Framework
f87cbc4988 : codec2: query supported pixel formats from Codec2InfoBuilder
08a8a2b640 : codec2: Add flexible 10-bit YUV support
071147274b : stagefright: MPEG4Writer: add support for Dolby Vision
03410c0b88 : AudioFlinger: improve logging for moveEffectChain_l
69c16bd7b7 : stagefright: add new Dolby Vision Levels
a547a3dd4c : stagefright/extrators: Dolby Vision mp4 extractor update
91cee9874e : Add philburk to OWNERS file for AudioFlinger
bc2b7134e0 : Codec2: optimize plane copy for formats with depth > 8
c414a886d3 : Prevent offload underrun during active playback.
88e2e17a9d : media: add support for advanced CamcorderProfiles
36b4b7dcd6 : stagefright: remove OMX dependency from Utils.cpp
454a2cc1c8 : Revert "Revert "audio policy: implement routing policy for USB docking s...""
1af2cc5a82 : AV1 and HEVC SW codecs min input buffer size
04ba13ffd2 : Add v2 onCaptureStartedCallback: adds frame number to callback.
241a9b711d : Revert "audio policy: implement routing policy for USB docking s..."
afca156a67 : Place nuplayer headers in a subdirectory
a0d27b0718 : place mediametricsservice headers in a subdirectory
73b6c9635f : Revert "audio policy: implement routing policy for USB docking s..."
384cfcf2e0 : Update documentation
a79c552b19 : codec2: support gralloc4 metadata
2d30cff421 : codec2: add HDR dynamic metadata info
6847003d82 : Fix clearkey aidl dead code
118c2715dd : AudioTrack: Refine the wait for volume ramp on pause
b86812e631 : aaudio: test MonotonicCounter
58c1e6d0ff : aaudio: protect MonotonicCounter from overflow
e62670dd4f : Fix old clearkey builds after aidl refactor
36ac04113d : Mediametrics: Add max/min volume and duration in AudioPowerUsageData
6604ce9e17 : Use a separate thread to disconnect registered streams.
d053cee9d8 : Use aidl interface for clearkey service
2d12771681 : audio policy: implement routing policy for USB docking stations
e28c66d3a0 : audio: add spatializer output flag
85c4b1408a : Support frontend status readiness query.
497fff1287 : Support Compressed Capture in AudioRecord
61591b139e : Fix typo in Engine::getDevicesForProductStrategy.
b4f42a9b0d : AudioPolicy: several spatializer output management fixes
70da852ee4 : Camera: Filter out video sizes lower than encoder supported min size
325a8eb3a0 : audio: add API for querying the Ultrasound support
f2196d8f89 : Add getDirectProfilesForAttributes
1a3364ab8f : audio: fix the Ultrasound is denied or muted
87b0621a30 : Add support for ASENSOR_TYPE_HEAD_TRACKER
22441f3012 : Make Camera3Device transport agnostic.
0bd3852f91 : Make CameraProviderManager inner classes binder transport agnostic.
d87a53a327 : AudioTrack: Refine the wait for volume ramp on pause
5639fc9f7d : Camera: Change parameter names
65f6677d2b : audio: add Bluetooth LE Audio broadcast device
91873b54ee : enc stat: map encoding stat level to enc stats
317de2c08a : enc stat: Add corresponding MediaFormat keys to Ndk
e19a20d96f : enc stat: Add Encoding Statistics keys to CCodecConfig
b21977ab6e : enc stat: Add Encoding Statistics keys to Codec2 layer
c7acc13703 : aaudio example: add dynamic workload test
10721e58a7 : Improve suppression behavior after reset
5e6c0f3195 : Feed stillness detectors with pre-compensated poses
26b5c2af5a : libaudiopolicy: Add static variant of library
a3abb40c82 : audio: add flag for the Ultrasound input source and content_type
2295df707a : Camera: Add 10-bit dynamic range support
64050729bd : replace include_dirs with header_libs
60d83919df : audio:fix audio stream issue.
10f1351dc3 : track mpeg2ts header layout changes
ae357e0a23 : Exporting headers for include_dirs->header_libs changes
fd3054fe69 : Update TEST_MAPPING to include CtsMediaCodecTestCases
f7f0615146 : Add standby mode for aaudio service stream.
f00c908e06 : Increase max dimensions for mpeg4 decoder in media_codecs_sw.xml
88b3540136 : Add support for HDR static info in MediaMuxer
57f9948986 : Validate pointers in getDuration()
1994c677a7 : Update TEST_MAPPING to include CtsMediaCodecTestCases
c2d2840af9 : Correctly configure rate limiter
667374a4eb : audio:fix audio stream issue.
b58f2c52ab : AudioRecord: Refine metric status information
9901eb0ec1 : Fix isDirectPlybackSupported to account only for currently used audio output devices
8957c6936c : Support building libwatchdog against musl
ffa034d7fb : ServiceUtilities: add comment on isAudioServerOrSystemServerUid()
cde00828dc : Use renamed AChoreographer method.
fd4d0b9cd2 : Codec2: Detect and release component if the client process terminates
828ade3029 : Camera: Fix ZSL_STILL_CAPTURE condition
416da6e8da : C2AllocatorIon:protect mMappings using mutex
ac5f5cade2 : [RESTRICT AUTOMERGE] C2AllocatorIon:protect mMappings using mutex
9d2295f3a0 : C2AllocatorIon:protect mMappings using mutex
51d16097ce : Pruning departed users from OWNERS
c56f3e6276 : fix mediaserver fatal error
14b00c9314 : Update TEST_MAPPING to include CtsMediaDecoderTestCases
f6964ffa27 : Add API to filter out unnecessary PIDs from frontend output.
c8f7dfcbff : Use device for given attributes to query direct playback support.
cdc03062e3 : Tune head pose processing parameters
f7663989cf : Force "not still" for the duration of the window after motion
4cb1e48792 : Consider the screen still until proven otherwise
324291937b : codec2: Update DmaBufAllocator when new ComponentStore is set
0b3ed362c3 : Cleaning departed users from OWNERS
247d30ccb9 : Update TEST_MAPPING to include CtsMediaEncoderTestCases
9481590fbd : aaudio: add +x to scripts for monitoring CPU rails
a4a858008e : Replacing include_dirs with header_libs
b8918b53a4 : MediaMetrics: Send AudioTrackStatus to statsd
f5c62128d9 : remove libbinder_ndk_host_user
c6d7b83143 : Fix a math error in StillnessDetector::areNear()
886c62ed55 : libcameraservice: Rename libcameraservice_host to libcameraservice_device_independent.
94422aa5d0 : cameraservice_test: Add DepthProcessorTest to the host build.
ab7b1f3eae : cameraservice_test: Add ZoomRatioTest to the host build.
0c9eee2e5a : cameraservice_test: Add RotateAndCropMapperTest to host-side build.
ea9312484d : cameraservice_test: Add DistortionMapperTest to the host build.
7175cb6c51 : codec2 hidl plugin: fix FilterWrapper param issues
b6c0682ef0 : cameraservice_test: Add ClientManagerTest to host-side build.
c6132d684e : Fix direct mode query failure.
1b1aef259e : C2 Decoders: Move copy/convert functions to SimpleC2Component
09204bd915 : Prevent offload underrun during active playback.
9fc18a9c68 : Support enable/disable Frontends.
29e2e151c2 : Add support for external lazy camera HALs
c7e8a483c9 : Switch to static mode and recenter whenever screen moves
44e7c3dbd4 : Auto-recenter head
86c22dc317 : CCodec: query color transfer request only when configured
0e5a4a0e41 : BufferpoolTest: add flush test
e89f5111b2 : Bufferpool: add BufferpoolUnitTest
a5df87bf7b : Use the timestamp reported by the HAL for aaudio.
403af6dd3c : Camera: Pre-populate physical camera Ids when creating CameraState
6db81856a8 : cameraservice_test: Create host-side build.
a0fd4c7213 : AudioFlinger: PatchPanel: prioritize quality vs latency for FM Bridge
7fd95182fe : Track elapsed time for 'waitStreamEnd' timeout
2b9d5a1cde : Support query direct playback support.
df40c96250 : libaudiofoundation: get rid of convertion of device type from mask
a12de21829 : AudioPolicy: EngineConfigurable: PFW 64 bits inclusive criterion
06c65bddf0 : Revert "AudioPolicy: engineconfigurable: WA to 32bits limit criterion"
f8b5fe2e69 : Support building libstagefright against musl
d8ccaaea46 : Add new features to tuner service.
07c654a15a : Select correct device for ENFORCE_AUDIBLE
48dc871dd4 : Add back legacy deviceTypesToString function.
b5a9b97932 : Implementation of AMediaDrm_getKeyRequestWithDefaultUrlandType
3c6714db19 : Camera: Initialize torch strength variables.
f0fa7a231e : C2 decoders: Workaround for cases where RGBA1010102 isn't supported
c370247858 : Add AMediaDrm_getKeyRequestWithDefaultUrlandType API
1b3441af7a : HEIF decoder: support 10-bit color format
73dc2f9f85 : MediaMetrics: Implement AudioTrack status logging
f1a23838bf : MediaMetrics: Add HeatMap to track items with status.
15cdbcf244 : Renamed bluetooth apex name to com.android.bluetooth
199f18947f : AudioPolicyManager: improve selectOutput functional flag matching
b7e30fa094 : Don't apply extra AAudio volume ramps
d0e524f588 : Prevent out-of-bounds read
fc12015125 : Safetynet logging for b/204445255
1b3b20e3ff : Better buffer-overrun prevention
7b03691687 : Support direct PCM track latency reporting
8393bed8a7 : Add MMAP Audio Balance
b18e25e484 : m4v_enc: Fix level setparam issue
6f52ff9eb1 : [BUG] audiopolicy: engineconfigurable: prevent illegal map access
a6244a0494 : media : ServiceUtilities: suppress useless error log
eb5c5a7632 : Fix strategy not used compiler warning
38284526f3 : Camera: Add support for torch strength control.
92f2ce46ab : Update language to comply with Android's inclusive language guidance Test: m checkbuild
4e5af24f3f : Validate ndkmediacodec callback pointers before use
92df7e4f95 : CCodecBufferChannel: stash flushed input buffers from PipelineWatcher
882c08becf : Add timestamps of when tag monitoring dumps are cached
b293bf3472 : aaudio: measure device power using python script
abebfc7ef8 : Added clearkeyV1.4_fuzzer
2a77e83cc6 : Update property array to include AGC2
bf999d718d : codec2: fix HEVC HDR profile conversion
de60230b8e : AudioTrack: Refine metrics error collection.
d5eea18fc9 : C2SoftVpxEnc: Move IntfImpl definition to C2SoftVpxEnc.cpp
ba75f21f88 : Do not send command when aaudio command thread is not running.
116df6ab90 : Fix mediaserver crash issue
d740083045 : Blend MMAP streams for accessibility
8f194f194d : Prevent offload underrun during active playback.
e2f8b60e3a : AudioTrack: Fix Java offload blocking in AudioTrack::write
1b489af8bc : Safetynet logging for b/204445255
646bd61684 : Injection camera: Block camera access on devices that don't support injection camera
d4eef9c385 : Update TEST_MAPPING to include CtsMediaPlayerTestCases
6313e57ecb : Update AudioPort <-> configs mapping
c01ff069b4 : cameraserver: Clarify the relation between frames and buffers in request/returnStreamBuffers.
057f083d7c : Sync AAudio flowgraph with Oboe
76c89f3d3e : audioflinger: several device effects fixes
0f413b26da : Improve AudioPolicyManager dump, Part 3
fcfb516b4f : Improve AudioPolicyManager dump, Part 2
34f26b1f9f : Add timestamps to TimeCheck logs
21f819c769 : AudioRecord: interrupt after requesting exit
c7d4c22a8c : Revert "AudioPolicyManager: fix closure of output supporting more than on device"
ff3942cbbc : Fix build with memory-mapped coverage (patch 2)
e498155be9 : Parse audio config codec capability for LE devices
fdf8e0fa34 : audio: Fix AudioTrack stuck while interrupting waitStreamEndDone
a17760af2f : libmediaplayerservice: Trace point addition
485c2471f2 : cameraservice_test: Migrate test makefiles from Android.mk to Android.bp
62e6ce0d2e : cameraservice_test: Add how_to_run.txt with run instructions.
7b442dcac1 : Oggwriter leaked underlying ogg structures
b249d271af : Refactor AudioRecord callback to interface
fdf9950b79 : audioflinger: fix missing track metadata
0dbe87b499 : Improve AudioPolicyManager dump
fbc6f3f8c9 : Tuner HIDL HAL Backward Compatible.
5652bc080a : Fix build with memory-mapped coverage
c1bf42b13b : Call new AudioTrack set/ctor
82d84d2f17 : Change IAudioTrackCallback buffer return values
1319f1dbb2 : Camera: Fix PreviewSchedulerTest flake
c559873890 : audioflinger: fix missing track metadata
b0eff0f1f2 : audio policy: call redirection permission
b68052423c : add tuner delay hint to TunerFilter
5753afcd4c : SimpleDecodingSource:Prevent OOB write in heap mem
5013cdeb4a : Camera: Add unit test for PreviewFrameScheduler
958eee2874 : Add test mapping to run transcoding tests on extractor change
c9d2a9104f : Avoid incompatible audio_port_config
b421f0217d : Inherit RefBase virtually across libaudioclient
a5281065e4 : Invalidate compressed tracks when secondary outputs are changed.
3acde2ca9d : AudioTrack: Add error event logging
20262d2de7 : codec2 hidl plugin: back-propagate params only from enabled filters
d911cb4caf : Camera: Update torch strength control API name.
38e89953d4 : Add HwModule::getRoutes method
7daa4f995d : Modify AAudio for new AudioTrack callback format
15c38783d4 : Add separate DemuxScAvcIndex for the AVC.
707676a4c0 : codec2: Fix comment about B_FRAME.
161f47e0a4 : Inherit RefBase virtually in AudioDeviceCallback
ad02185fd8 : Update SharedFilter token acquire/free API name
7b3d5c36f4 : Fix EINTR handling
90708ea0a8 : Add support for 3.8 version of ICameraDeviceCallback
e176d1f35f : Update transcoding ownership
db3200d0da : cameraserver: Remove framework only keys before sending capture requests to hal.
d55f55d2f8 : Prevent out-of-bounds read
c9396d4298 : audiopolicy: engine: anticipate usage deprecation
dd807580d1 : Parse audio config codec capability for LE devices
1960a1ee7e : Do not change callback when original callback is null.
a4b02cd8e2 : media: check decoder support for thumbnail dimensions
ed71a1215d : Add for Dolby thumbnail
9e5a1e454f : Fix behavior of `watch dump`
e4adddbdef : Camera: Add PreviewFrameScheduler to address preview jitter
088bc6bec4 : media reliability folks doing mainline machinery
a33efa7716 : Restart tuner HAL when media.tuner is restarted.
841471374c : Close `watch print` gracefully with user interrupt
6f60121509 : Update TEST_MAPPING to include CtsMediaAudioTestCases
1ea62c98a9 : Modernize TimeCheck
a14d983c99 : Print monitored tag information from new connected clients
66394b8cec : Lock buffer before printing package name
3a85d2dd9d : Add clear command to `watch` command
4b7bb0ac60 : codec2: recognize AV1Main10 profile support
1cda16b0e9 : Standardize print format for outputs from `watch` command
bdf75a99ad : Fix TunerResourceType in TunerHelper to match TunerResourceManager
b51ed962d5 : Better buffer-overrun prevention
38f3d498b3 : Fix help message for watch command
407571f7c7 : cameraserver: fix deadlock scenario in torchModeStatusChanged callback.
c8c4f1f6d9 : audio policy: add call redirection audio modes
62d9821a79 : Revert "fix end-of-buffer check"
12a8713776 : Remove "except direct outputs" comment
4dc66dc217 : Implement AudioTrackCallback in MediaPlayerService
99809024b3 : Move handling of flags of audio ports to libaudiofoundation
c8fbfd498d : Binder count in audioserver will increase more and more when recording.
7dfd00ccde : fix end-of-buffer check
990ffc20fd : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/av
f8bbc4bc66 : drmserver: Replace writepid with task_profiles command for cgroup migration
86f599c2af : clearkey: Replace writepid with task_profiles command for cgroup migration
7a6adc8fd7 : Add case for MEDIA_STARTED
b62d0361c2 : audioflinger: Add session effects on spatializer mixer
1171f68580 : mediaswcodec: fix handling API level
603896f466 : Utils: add lower bound checks for MediaFormat keys
15758a8b72 : ISDB-T Multi-Layer Backward Compatible.
fdce7c7974 : Update transcoding ownership
b83ccf29e6 : update makefile for test effect libraries
0545492c34 : Add CONTROL_VIDEO_STABILIZATION_MODE_PREVIEW_STABILIZATION to allow for better preview stabilization.
8eebebaa9c : aaudio: add support for FLOAT pcm
5375f28efc : Add more robust SharedFilter permission checks.
345bff4559 : codec2: Replace writepid with task_profiles command for cgroup migration
0dae51fb66 : apex: Replace writepid with task_profiles command for cgroup migration
0a70475aa7 : mediaextractor: Replace writepid with task_profiles command for cgroup migration
8ee8a6d211 : mediacodec: Replace writepid with task_profiles command for cgroup migration
9d34930f08 : Camera: Update torch strength control keys details.
42418a3b89 : Revert "Revert "Implement AudioTrack callback in AudioPlayer""
7cb80e51c9 : Implement AudioTrack Callback in ToneGenerator
f9a4080018 : audio policy config: remove LE audio from default bluetooth config
6b2c8bee85 : CCodec: ignore input buffer done callbacks before flush
00bf425173 : Duration field is 64 bits
c2b6c724e9 : Update transcoding ownership
2ea5ce8380 : Fix: Flac Encoder timestamp for EOS
2a59462f34 : Add AAudioCommandQueue in aaudio service.
ce40de29e8 : Enhance channel masks conversion between AIDL and legacy
f153348b78 : C2SoftDec: Align stride to 128 for avc, hevc and mpeg2 decoders
a625b40e1c : SimpleDecodingSource:Prevent OOB write in heap mem
b3518395ec : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/av
11d1d5035e : C2SoftHEVCEnc: Change default dimensions and frame rate
c2dd127266 : Update written size correctly in callback thread
de1d317195 : Migrate stagefright to Soong
7fbc398b4b : Cache monitored tag dump for watched clients when disconnected.
7e53cadf7d : Add 'watch' command to CameraService
6a8238eb5e : Revert "Revert "Refactor AudioTrack callback to Interface""
86c929fa5b : Update OWNERS for VtsHalMediaC2* tests.
990ac03fb6 : Adding a corpus that should get the fuzzer deeper into the code.
bbedaae359 : C2BufferQueueBlockPool: Fix swcodec crash in dtor of GraphicBuffer
f83eae2bcb : Revert "Refactor AudioTrack callback to Interface"
1205d2d3db : Revert "Implement AudioTrack callback in AudioPlayer"
34a479eb1b : Add SharedFilter to tuner service.
1e078a2e0c : Revert "Implement AudioTrack callback in AudioPlayer"
b807582a7c : Revert "Implement AudioTrack callback in AudioPlayer"
d07a11435c : Revert "Refactor AudioTrack callback to Interface"
f13b98aac7 : Revert "Refactor AudioTrack callback to Interface"
14609ca319 : Revert "Utils: add lower bound checks for MediaFormat keys"
10f165c2d0 : Utils: add lower bound checks for MediaFormat keys
678a2b8e51 : C2SoftGav1Dec: add support for parsing color aspects
1050612170 : audio: Add fields belonged to APM XSD schema to HAL structs
22a95c82ab : Added fuzzer for libaaudio
075746dd0e : Implement AudioTrack callback in AudioPlayer
e451f23553 : C2BufferQueueBlockPool: Fix swcodec crash in dtor of GraphicBuffer
e403bf7ff5 : C2SoftDec: Align stride to 128 for avc, hevc and mpeg2 decoders
d7a5f2de9d : AudioPolicyManager: fix closure of output supporting more than on device
7edebddbd9 : Clean departed users from OWNERS files
90d657d4c9 : Map AUDIO_SOURCE_ECHO_REFERENCE to an Operation.
f86d269d7c : Refactor AudioTrack callback to Interface
ddaea08940 : Camera: Add torch brightness control keys.
c13a76af39 : C2SoftGav1Dec: add support for parsing color aspects
9e6ccf8807 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/av
fc30666974 : Update OWNERS file to match master
bb0cd95537 : Added mediaplayer_fuzzer
c743a11743 : C2SoftVpxEnc: Move IntfImpl definition to C2SoftVpxEnc.cpp
46ef0f509f : cameraserver: fix deadlock scenario in torchModeStatusChanged callback.
077f819114 : Added metadataretriever_fuzzer
52f13fb1f2 : Update OWNERS file to match master
31fdc24ff0 : CodecListTest gets proper min_sdk_version tags
8ca89d242b : force g711 test to match 1-channel sample data
6e673abea0 : remove use of include_dirs
1ae3ce5ea9 : Remove packagemanager_aidl from export_shared_lib_headers
52cee309b1 : Reduce use of include_dirs within mainline modules
92dc454679 : CCodec: Fix null check
41da5034cc : Added mediarecorder_fuzzer
a00dbcaa59 : Change docs to include aaudio/Aaudio.h
b17f157ba6 : Remove automatic addition of AC3, IEC61937 to HDMI outputs
19249bd3cd : Replace raw include paths with header_libs
83caee075f : Remove automatic addition of AC3, IEC61937 to HDMI outputs
d4c21aa434 : Fix some issues with audiopolicy_tests
0eb2f4aaf3 : AudioPolicyInterface: add note on nullptr checks
676764f235 : Fix AAudio waiting for stop SIGABRT
1204f6322f : media reliability folks doing mainline machinery
6f23cfc95a : CCodec: convert audio decoder output PCM format
43a17a6138 : media reliability folks doing mainline machinery
18885d3567 : Enhance the APM unit tests for surround format support
0078ee5754 : Split AudioPort/Config between fwk and android.media.audio.common
ceb8bf98b9 : Refactor AudioPort and AudioPortConfig
a4a926ff92 : Remove AudioMixLatencyClass enum from AIDL interfaces
9255d4da82 : Remove AudioPortConfigType from AIDL interfaces
dd259fb0ac : let outputFormat update and discard buffer
ec585c3e0c : RELAND CCodec: don't drop metadata for output with flag FLAG_DROP_FRAME.
7ab7ee6999 : Set null sideband handle for non-tunneled playback.
30851995ca : libbinder: split out PackageManagerNative aidl
f33fd94d49 : Dedupe RETURN_STATUS_IF_ERROR macro
c8a6f25c4c : camera: Return error code ERROR_CAMERA_IN_USE if setTorchMode return busy
85c95cb5d6 : media: Implement CodecBase interfaces in ACodec
ebf50064f0 : Add sysinfo system call for swcodec.
7d0b36bf54 : Split AudioGain* between fwk and android.media.audio.common
89818ba474 : Split AudioProfile between fwk and android.media.audio.common
0766ead676 : Fix logic error in SkipCutBuffer.cpp
443d5f10e3 : Add arakesh@ to camera framework OWNERS.
c4d2cfee72 : Remove unnecessary property query.
a16785fda4 : FrameDecoder:Handle grid vars multiply overflow
79244e570c : C2 VTS: only InputBufferTest can be skipped for secure codecs
637bd20158 : audio policy: update permission check for REMOTE_SUBMIX audio source.
a27ba918da : Updated fuzzer in order to avoid any invalid free of mOutputBuffer
220c45f135 : libeffects: Fix unused-but-set-variable warnings
e504e7b785 : Add HAL interface to replace aaudio system property.
dca60f3639 : aaudio tests: fix test_attributes
d3bb86e692 : Update AidlConversion for AudioDevices
c8dd629269 : aaudio test: add close option to test_steal_exclusive
e1a9cc39dc : VT: Fix overflow condition in JitterCalc
2eb1482a7c : C2SoftMp3Dec: fix floating point exception
ae1b824c7d : C2SoftMpeg4Dec: fix null pointer dereference issue
9b02b90bcc : C2 VTS: Enable AdaptiveBitrateTest only for CDD mandated encoders
7e1c4d37ff : C2 VTS: Cleanup code around query() calls
27b252fa7a : C2SoftMpeg4Dec: Fix memory leak in onRelease
e99d088449 : Move AudioMMapPolicy* from android.media to a.m.audio.common SAIDL
932cb9627e : Use android.media.audio.common.AudioDeviceAddress
f4a75367c8 : Move AudioDevice* from android.media -> a.m.audio.common SAIDL
acb722dc8b : libbinder: split out PackageManagerNative aidl
925a27febc : cameraserver hidl: Skip vendor ids with tag count <=0 for getCameraVendorTagSections.
bf8cead83c : Spatializer: process callbacks in separate thread
6e2a81327a : libbinder: split out PackageManagerNative aidl
693ffd3f3f : Remove unused libvibrator dependency from libaudioclient
55a4ae70bd : mpeg4enc: Ignore integer overflow in encoder idct functions
ebe64105be : Add interface to query the mmap support.
f07d52b9c2 : Add android:exported tag
b5cf9ea739 : Add for Dolby thubmnail
daf7b24604 : Fix race condition for stream open
e1a64b9f9a : mpeg4enc: update resolution check
894fca7cca : framework media seccomp: allow syscalls made by dynamic profilers within the process context
028163982a : Add SafetyNet logging for security fix
218ede7ec3 : audiopolicy: engine: anticipate usage deprecation
2df01d81a1 : lvm equalizer: Avoid unconditional clearing of biquads
f45fb0e59f : Revert "Add interface to query the mmap support."
ddceeccb8a : Move more types from android.media -> a.m.audio.common SAIDL
07fc504dda : Camera: Avoid duplicate zoom ratio entries
57c44c0026 : Add interface to query the mmap support.
7df01786de : Fix buffer leak in MPEG4Extractor
1d94733b9d : MediaCodec: manage resources for hardware audio codecs
7091c403c7 : MediaMetricsService: Remove IMediaMetricsService.cpp
068dd2ff42 : C2SoftMpeg4Dec: fix null pointer dereference issue
621f0e1201 : Fix heap-buffer-overflow in MPEG4Extractor
dd2314b301 : framework media seccomp: allow syscalls made by dynamic profilers within the process context
1e873ba88e : Bug fix for leak in httplive_fuzzer
dbf036454e : Move common data types to android.media.audio.common AIDL
fc18e63270 : AudioFlinger: Add client shared heap size to dump.
8cb642f9f1 : Suppress ordered-compare-function-pointers warning
6dada6be7f : [TimedTextUnitTest] use shared libstagefright_foundation instead of static
99c2b704d7 : [ExtractorUnitTest] Fix linker failures with upstream lld
0d9fa6df5f : VT: do not remove a rx session even if ECONNREFUSED occurred.
ab8e5af87d : C2SoftVp8: List profile0 as supported profile
0e1d1a092a : codec2 vndk: clean up block pool cache when it's released
70982a68b0 : aacdec: fix memory leak at onStop()
ca05d4bf26 : Camera: Update OWNERS file.
d0b9615730 : [ExtractorUnitTest] Fix linker failures with upstream lld
cd3327dd79 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/av
d0ba1bb0ea : Simplify some code in NuPlayerRenderer
1a9a365a56 : aaudio: cleanup test build
22cb9d0d28 : C2SoftVp8: List profile0 as supported profile
da927eadf4 : mpeg4enc: Ignore integer overflow in encoder idct functions
3032bfbdb5 : libbinder: split out PackageManagerNative aidl
b2d43f6d5f : Camera: minor log message fix
137797e18e : C2 VTS: Interpret C2StreamAudioFrameSizeInfo as samples per frame
79b5d57c42 : C2Fuzzer: fix memory leak in Codec2Fuzzer::decodeFrames
f6074fe387 : audio: Exported recommendedMuteDurationMs for output profiles
57bd06fe7e : Move common audio AIDL types to audio.media.audio.common
9ec08d02ac : Update MIME types in AidlConversion and MediaDefs
47675b07cd : Remove useless _aidl_return = nullptr from tuner code.
c98a29c3e1 : C2SoftMpeg4Enc: Do not return 0 byte CSD for H263
51d911552f : Added httplive_fuzzer
a61b676c62 : spatializer: fix aidl interface dependency
b821e1d405 : NdkMediaCodec: fix AMediaCodec_configure to keep input format constant.
6525c224af : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/av
9f285c93d6 : tuner: call to hal again to close transport FD by binder
093c5f34fa : Add tuner legacy HIDL HAL support.
cf41ffc3d1 : Transcoder: Fix profile and level entry copier data type
48c83fed43 : Clean up ownership in frameworks/av/
0d6ced917b : Increase cameraserver fuzz test timeout to 770 seconds.
81dd0f584e : audio policy: add Spatializer effect control
1d9c0ec299 : Document why we ignore overflows in pvmp3_st_intensity
c30b4c3078 : TagMonitor: don't allocate a set of stream ids if monitoring is not enabled.
ee1871384a : mp3dec: Ignore integer overflow in pvmp3_st_intensity
b00edc3878 : Add format conversion in AudioRecord.
95ab3e644d : Add android:exported tag
cd277cd3be : cameraserver: Add stream id to capture request tag monitoring.
e315a070dd : camera2: Document minimum pixel array size restriction for ultra high resolution sensors.
d5b7324062 : Add .clang-format to frameworks/av
cc59ad8b9d : CCodec: FrameReassembler to accept 0-size frames
272a39f839 : DrmManagerClient: query drm service without blocking
c121cd192e : Reduce an log to verbose
4c7bb7dd30 : Change a verbose message to debug
c6e64010f8 : Camera: Fix for HWAddressSanitizer tag mismatch.
8d7d5613ef : C2SoftMpeg4Dec: Fix memory leak in onRelease
e7b6c263d6 : C2 VTS: Add support for C2StreamAudioFrameSizeInfo
420017e386 : Add OWNERS for VTS module vts_mediaProfiles_validate_test
f3d98cdfc2 : Add android:exported tag
fb5ca49081 : CCodec: fix handling buffers in extra slots
06db0a3f68 : Add some info about monopipe depth
9c3fe83d7b : AAC: Don't fail configuration on older HALs
e801c20fa4 : Add missing include for AString in StagefrightRecorder.h
f9e5c0a48f : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/av
3ee91de178 : Remove ndk_platform backend. Use the ndk backend.
2c82b5bebe : Remove ndk_platform backend. Use the ndk backend.
7be8c90ad7 : Remove confusing A2DP check for fast mixer
eae68393bd : New TunerService implemented by AIDL HAL.
d063b6d7d4 : Remove unused MyTransmitter class
419e33a2c6 : Update Bluetooth audio policy for BLE Headset In in v7.0
d94fa7406b : Use Tuner AIDL HAL data structures in the TunerService.
c9d7206a38 : Add ytai@ to media/OWNERS
a8378b0c62 : codecserviceregistrant_fuzzer:Improve code coverage
a03603523a : Remove libavservices_minijail_vendor
988e11a41c : Replace libavservices_minijail_vendor with libavservices_minijail
9ae27e11a9 : Close sidebandHandle to avoid fd leakage
e7aa034ba9 : Camera: Fix onCameraOpened/onCameraClosed callback
dd1dbe6913 : Remove ndk_platform backend. Use the ndk backend.
810200089f : Update AIDL<->legacy conversion for AudioChannelLayout
83f407bbac : Fix Tuner#shareFrontendFromTuner()
bbd9db7ce0 : Update package name change.
58c938eed9 : mediatranscoding: avoid double-ownership in test
6eff0ffbc1 : AudioFlinger: Send down HW_AV_SYNC only if track has the flag
866c77d231 : Revert "Revert "Rename AudioGain.useInChannelMask -> isInput""
de3fa1818a : Revert "Revert "Switch the framework AIDL to use AudioChannelLayout""
cbf8e7e078 : Revert "Switch the framework AIDL to use AudioChannelLayout"
e242f9bd14 : Revert "Rename AudioGain.useInChannelMask -> isInput"
b75b624f0a : Revert "Switch the framework AIDL to use AudioChannelLayout"
05399f489a : Revert "Rename AudioGain.useInChannelMask -> isInput"
d047631c3c : Fix the crash of deallocate caused by delete array error on storeInjectionConfig()
94b608f2d9 : CCodec: add missing use of input stream usage
5537eb1965 : C2 VTS: Use string::compare instead of string::find to match mime
c3198c3451 : cameraserver: Reduce logspam from checkPermission call failures.
e028aed529 : Rename AudioGain.useInChannelMask -> isInput
9dec7011d2 : Switch the framework AIDL to use AudioChannelLayout
2712355640 : screenrecord: Use ui::LayerStack
a6f610f400 : C2SoftMp3Dec: fix floating point exception
88536dfa67 : Refactor AudioIoDescriptor
93b1079a1e : Camera: Print usage flag as hex, not decimal
f5648a1b5c : le_audio: Upgrade Bluetooth audio policy for BLE Headset In
86dcd0781c : le_audio: Correct typo for BLE headset output communication device
3b26818b0c : Solve the issue that the injection camera cannot be injected when the stream configuration is completed and the camera device is active
3ec5a0b8a2 : Fix enum comparison to reenable -Wenum-compare
d17fd7afc9 : VT: fixes possible nullptr case in ARTPConnection.
bffaa87732 : MediaCodecSource: Support zero length CSD from encoders
19b43aa040 : C2SoftMpeg4Enc: Do not return 0 byte CSD for H263
a03269ea82 : VT: Change kStaticBuffer to 100ms except for ViLTE
87364cf0a3 : VT: Adjust an anchor time if packet comes too early.
42d02772ec : VT: provide last cvo value if it's not present.
fd28aa4e5e : VT: Push incomplete packets unconditionally into decoder
5095374c04 : VT: process packets right after jbtime expired
4d5fc223e4 : VT: Send more RTP SR information to upper layer
8f6d8f2a50 : VT: Corrects RTP/NTP timestamps of RTCP:SR(Sender Report).
3fb6102d19 : C2SoftMp3Dec: Treat timestamps as signed values
2bbee98d81 : Retry: Add hidden API flags to com.android.media-bootclasspath-fragment
b60bd1b586 : Switch the framework AIDL to use AudioFormatDescription
6963988045 : mp3dec: Ignore integer overflow in pvmp3_st_intensity
d2d7433af5 : MediaMetrics: fix error for compiler update.
bc5a948580 : Add hidden API flags to com.android.media-bootclasspath-fragment
214167eadf : RTSP: Notify a seek event to ARTPSource.
eacb23ce9e : RTSP: RTSP streaming aborted by packet loss.
ef3fee48cf : RTSP: Do not close a rtsp socket before rtsp:teardown sent.
72a6a7ca38 : mpeg4enc: update framerate check
853ca392a1 : mpeg4enc: update resolution check
7f3a15e4f9 : Update AAudioStreamBuilder_setPackageName notes
2d4b14dd85 : Update AudioChannelLayout to address some issues
21b9f84dc1 : C2SoftHevcEnc: process QP bounding parameters
f99617578d : Print attaching module name
77f2e1abed : codec2: unlock GraphicBuffer if lockYCbCr succeeded but could not process it
b4e7f38eaf : Update OWNERS for media apex
e278ee054d : Update OWNERS for media apex
3e0ff016ba : codec2: advertise default VP8 profiles if none are advertised
8784f4cb8e : VT: Supports cvo mode for H265 stream.
6e47c8dda6 : VT: Wrong size buffer allocation of vps/sps/pps.
5a77e63f4a : Fix Stack-use-after-scope error in mediametrics_service_fuzzer.cpp
d6a59962a9 : Fix Stack-use-after-scope error in C2Fuzzer
21a32ec9ac : Switch the framework AIDL to use AudioDeviceDescription
5478fc18cc : Convert getDevicesForStream to return a DeviceTypeSet
5362a14bb3 : Allow non pcm formats for setBufferSizeInFrames
cf2fa81819 : Define an extensible audio channel layout description
7e53dc3dcd : Camera: remove the camera device version check during statusCallback
fc449cb386 : Added codecserviceregistrant_fuzzer
5322090db0 : libmedia_codecserviceregistrant: Updated Android.bp
867d4dddfb : Add support for video peek in Codec2
5213633071 : C2 Vts: Update memory usage flags in video encoder tests
62989b151b : libaudiohal: fix wrong pointer check in createPreferredImpl loop
a721b381b5 : codec2: fix CBR_FD framerate mode hook-up
38b5b20c34 : Enable media to perform its own hidden API processing
f9aefc4878 : codec2: add CORRECTED and CORRUPT flags to work item
2503201d5f : Revert "C2SoftVpxEnc: add support for more colorAspects in RGB to YUV conversion"
2d83c00241 : codec2 codecs: always specify range of buffers
c3278fe1c1 : Start linear ramps at the initial volume set.
09a7381025 : Define an extensible audio device description
190a2d5615 : MTP: add a new parameter for cancelEvents function
e128b8e315 : Define an extensible audio format description
4d25d65234 : C2SoftGav1Dec: convert format CHECK to error return
ca7d1abcfa : gav1: Support monochrome videos/images
2d8d470020 : gav1: Increase max supported resolution to 4096x4096
e4dcdca4aa : C2SoftVpxEnc: add support for more colorAspects in RGB to YUV conversion
478423c1c0 : Codec2BufferUtils: add support for more color aspects
d003428fc9 : Benchmark: Use threadpool for multiple iterations
8fe38e5078 : AudioTrack: presentationComplete by time for Direct Tracks.
5faeabda99 : codec2: do not count padding into allocation's capacity.
2d8df4e83e : Add AudioChannelMask to Framework SAIDL definition
305e62ec19 : MTP: add a new parameter for cancelEvents function
927013cc90 : C2SoftOpusEnc: Add support for a constant bitrate
1ad8c3b373 : C2SoftGav1Dec: Update supported levels
5bbb89df1f : media_codecs_sw: Update supported resolution for av1
2f2c1980ec : audio policy: add more log for preferred device selection
3e5f14f71b : Switch media fw permissions checks to AttributionSource (av)
64a8da8b1f : VT: Add control of base jitter dynamics
e1ab86d069 : Include sdk versioning proto in media apex
0e90623454 : C2SoftAacDec: Fix reset while codec's stop()
030067f879 : Fixes for MediaCodec metrics
092b019cac : C2 VTS: Update SetUp() to reduce code duplications
6bc11fb56b : Move proto messages from enums/ to message/
c10572eff2 : Remove dependency on android.media.audio.common.AudioFormat
07f30316ef : AudioPolicy: engineconfigurable: WA to 32bits limit criterion
a13a08a61c : audio policy: fix VoIP audio switching from BT SCO to earpiece
9ff735f98a : audio policy: fix VoIP audio switching from BT SCO to earpiece
5f7af6dd40 : Include MODULES_OWNERS as per policy.
d3a05316fc : DynamicCamera: Inject the camera from CameraService to Camera3Device
e2cd1dfa97 : Fix AudioTrack cannot resume after underrun
10a03f1713 : Do not invalidate stream when the secondary outputs are changed.
722c4d202d : audio: refactor update metadata process
d657991935 : Add bootclasspath_fragment.
5290d6dda0 : C2SoftAmrWbDec: Fix reset while codec's stop().
9aedd3abe0 : Codec2Buffer: Update 64bit check in asC2Buffer
89b52c7b76 : Rename extractor symbols to log session id
d5bd06a5cd : Enable clang-tidy in libaaudio.
922a8000f3 : Enum migration for MediaRecorder
829d0ac96d : Convert visualizer/Android.mk to Android.bp
4780e88a69 : Add log session id to MediaParser
31cce4f48b : screenrecord: Use DisplayId::fromValue
3f2116b3d9 : enum migration
7d323f1d1f : Add state testing to RecordThread "Microphone" methods
4c602f36b9 : Release buffer upon parsing error
373ddd7455 : Prevent overflow and out-of-bounds access
6c791fffda : bpfmt on Android.bp
d8529a4cd5 : mediacodec: hoist NULL assignments to variable initialization
2dff98d1fe : WriterFuzzer: Fix multiple library linkage
5db9b8a570 : Fix CryptoPlugin use after free vulnerability.
13957711d4 : AppendData:MPEG4Writer&Extractor,MediaAppender
7115135df8 : Adapt to changes in AIDL interfaces
65f8d6159d : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/av
7a4b78c4fa : Revert "codec2: C2AllocatorIon/DmaBuf: add support for padding"
770b0f5fff : Revert "codec2: C2AllocatorIon/DmaBuf: add support for padding"
9ead039740 : Revert "AppendData:MPEG4Writer&Extractor,MediaAppender"
e483398b90 : MPEG4Extractor:mSampleTable dereference
67f3ee2549 : AppendData:MPEG4Writer&Extractor,MediaAppender
e7718810d0 : gav1: Support monochrome videos/images
685e4c409d : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/av
6750b8951d : Transcoding: Log transcoder level metrics.
037008bcb4 : Finish revert of LOCAL_LICENSE_KINDS.
67a1e61dc2 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/av
ca96e2b028 : Fix potential decrypt destPtr overflow.
f8905e67d4 : Add unit test for uninitialized read fix
031ab1aab3 : Add playback session id to MediaExtractor
f811d44809 : Fix JsonWebKey potential null pointer dereference
2aebc81ccc : Add Recorder Session ID
aa76e3e6f1 : Add session ID
42a97f5648 : Prevent read of uninitialized memory
96ae963ea8 : Modify MediaRecorder stopping process to avoid blocking
1564b4699c : Add CodecListTest to mts
0976a12397 : Fix possible uaf of play policy state
7cb0a716c8 : VT: print debug logs between nalunits -> decoder -> renderer
499faed90b : audio policy: check permissions for AUDIO_INPUT_FLAG_HW_HOTWORD
af152a4a16 : Implement MediaFilter/MediaEvents core path in Tuner Service
9b884e681b : AMRNB Encoder: Restrict pitch to a valid value
4ad3465293 : gav1: Increase max supported resolution to 4096x4096
ccdb64a269 : Include "service-media-s" in media apex
d9cb9b7de5 : C2SoftAvcEnc: Use dimensions from mSize instead of input buffer
c0d17b19d3 : Add NativeMediaDrmClearkeyTest to TreeHugger presubmit
8e401517b9 : Remove unused variable
107147490c : Revert "Call getAudioPort to get supported attributes for audio devices."
dee20049ac : Revert "CCodecBufferChannel: Process output format when registering buffer"
385f0e977c : Fix: Flac Encoder timestamp for EOS

+- Project: platform/frameworks/base

a07cc7613785 : Size restrict right icon size in notification
d02830802a24 : Fix exception when opening App info on work profile
ddcd7479aab5 : Don't setOccluded in onLaunchAnimationStart.
7d7ee57b4dbb : Don't freeze apps in the power exemption allow list.
fd00dbf126b6 : Do nothing in duplicate onDialogAnimatedIn calls
5652facc3b42 : Don't crash on illegal biometric states
6a76e2cb6c0c : Revert "Get rid of double measure"
56059b266eab : Set occluded state on remote animation cancel.
a49c0207fa90 : Pass keyguard occluded status in onAnimationCancelled.
6c95f48d4b13 : Re-introduce ActivityTaskManager in CdmService
27cae49f7eec : Correctly parse minSdk even when targetSdk is a codename
b927d9db6bff : DPMS workaround to check the device owner type in PermissionController
b50382982ce5 : Fix exception in expandSplitContainerIfNeeded
c113a129072f : Fix ADB key file reading
ee84425d7d58 : Move bottom padding from ScrollView to child
8c64340c063e : Release outstanding suspend blockers when shutting down DPC
50ba380f4d8d : Use the default top clock margin on h800 devices
ff4d130c0ee2 : [Output Switcher] add check on animation
657becf15ecb : Fix enterprise resources ID typos
f228f63d2137 : Only show running apps for the current user+profiles
8f360d8a18bc : Update InCallService API documentation to clarify role and binding req.
9b0f38381993 : Revert "Revert "[Media TTT] Turn the TTT flag off for Android T.""
7b012e937e57 : Change Bluetooth apex mountpoint
6c1d067e9a31 : Prevent re-entrant calls to onPause
547f613a80f8 : [Output Switcher] Sets TemporaryAllowList when transfer from local to remote (or oppsite way)
80ee5fc12d1f : Fix a logic error in `getDexoptNeeded`.
84d022497316 : [Output Switcher] Use Thread-safe list to store mediaDevices in MediaManager
f0f1fb99fe6b : Immediately notify VM of TOP process state
e4e4056d5a32 : Revert "[Media TTT] Turn the TTT flag off for Android T."
6920cf55469f : Ignore overriding pending animaiton for unlock transition.
832730d33a38 : Use top activity for fixed rotation from snapshot starting window
b6297b6a46a4 : Do nothing when a finishing Activity configuration changed
d2685032b260 : Import translations. DO NOT MERGE ANYWHERE
948e3c4e242b : Import translations. DO NOT MERGE ANYWHERE
d38bf5adac36 : Update the docs for the provisioning extra AllowOffline.
512a4fe71569 : Add SDK level check to adding sandbox UIDs.
a2e45f1ed1a3 : Prevent callback registration when back flag is disabled
77b51ad3fe35 : Use com.android.bluetooth as the bluetooth stack APK
70c925965352 : Import translations. DO NOT MERGE ANYWHERE
bab2361130e2 : Import translations. DO NOT MERGE ANYWHERE
89bcac62e3f7 : Import translations. DO NOT MERGE ANYWHERE
91b202fdeb17 : Import translations. DO NOT MERGE ANYWHERE
a0cf385810ad : Import translations. DO NOT MERGE ANYWHERE
ad1f8aa4321e : Import translations. DO NOT MERGE ANYWHERE
f5caa35c26eb : Import translations. DO NOT MERGE ANYWHERE
37fa2f3acc9e : Import translations. DO NOT MERGE ANYWHERE
520386c4b2b2 : Import translations. DO NOT MERGE ANYWHERE
8109121cef3d : Import translations. DO NOT MERGE ANYWHERE
52acd0f0617f : Import translations. DO NOT MERGE ANYWHERE
fcca8742b018 : Import translations. DO NOT MERGE ANYWHERE
495581406a60 : Import translations. DO NOT MERGE ANYWHERE
efbedbc54598 : Import translations. DO NOT MERGE ANYWHERE
cc2bcd2a9eeb : Import translations. DO NOT MERGE ANYWHERE
b64a3ff094d9 : Import translations. DO NOT MERGE ANYWHERE
e2474393bc7c : Creates new FLAG_APP_INACCESSIBLE flag for DeviceState
db78c194d8dd : Pass the values of the MotionEvent instead of the event instance itself to BackAnimation.
66acf93106a7 : Handle the visibility of sdk sandbox uids
d83e9b5325bc : Limit preview stabilization mandatory stream sizes to 1440p (instead of RECORD).
fad7f25eeb1c : Check Task windowing mode when reporting display features
83692b8a8c5e : Determine if NPVC is intercepting touches from footer
c9f870cc40ba : Revert "Freeze all package processes before killing"
81f9b1994150 : Fix no announcment when the PIP menu shows on the screen
52573f645445 : Add a toggle on whether or not to prompt the user on long-running FGS
14c64e26d342 : Revert "Freeze all package processes before killing"
4da2f8be76f8 : [Media TTT] Turn the TTT flag off for Android T.
55a21602aa19 : Add Ad Services pregrant to DPGP
a110072a44c5 : Proactively unparcel bitmaps in MediaMetadata
b509f92e499b : Do not set insets changed for invisible window
b6db15ac2ffc : Make WorkLockActivity theme translucent
e574a37db187 : Fix high traffic PMS lockless methods
ae5e234ceccb : Fix the missing history event problem.
836308968a24 : webview: add trace event for relro timeout.
f35cfddd0375 : Forward device updates when info changes
6764156fa1d5 : Update brightness nits to keep brightnessFloat same when RBC toggled
1d426536b70a : Close panel immediately on launch animation end
94fe3798f590 : Merge "Fix ZipFilePerfTest issues by closing the file in each loop iteration." am: 90c3935195 am: 9c051367f8 am: 4c2143df58 am: 10eceff1b1 am: b90b509fc7
74a6adb8e03a : Don't remove SYSTEM_FIXED for intentional fixed grants to critical apps.
61339d80a287 : Keep OEM defined DisplayAreaPolicy.Provider
a195fd05a717 : Experiment with using "presubmit-sysui" TEST_MAPPING suite
bc7d1172e0a1 : Revert "MediaCodec: don't cache buffers until requested"
d7d4af051c5a : Media transition must crossfade when transitioning to transparent
ef8d78874f34 : Fix notifications disappearing when shade fully expands.
fb4a46067cdd : Add method to check to see if the component is the supervison component.
fa3f9ca94cbb : Respect minimum dimensions for embedded Activities
d97b31f4e1c6 : Add logging to KeyguardNotifVisProvider
79fd9aea2093 : Fix the startingWindow may clipped during AR#transferStartingWindow
4b91fbf94262 : Make sure the relayoutWindow is called when Activity restarted
2685de986265 : BaseBundle.java: Recycle underlying parcel when bundle is cleared.
f112d19ff3d1 : Dismiss BiometricPrompt if window focus is lost
47c4fec0318b : Import translations. DO NOT MERGE ANYWHERE
0353bb6e227c : Import translations. DO NOT MERGE ANYWHERE
2aa37fc60035 : Import translations. DO NOT MERGE ANYWHERE
91800b7efb59 : Clear snapshot buffer preemptively if unused
03a738a61f46 : Import translations. DO NOT MERGE ANYWHERE
0a9fca7dffd7 : Import translations. DO NOT MERGE ANYWHERE
b967adf753d8 : Fix an issue where tasks moving to front would collapse the stack.
de196126d75a : Update log level for warning
e07c69bfded9 : Camera: Update streamConfigurationMap doc for JPEG sizes
63c3a28a3067 : Remove linkToDeath from KeyguardUnlockAnimationController.
5df018de4571 : Log cold/warm process starts per action type in statsd
b76d8c872d20 : Add ANR info to traces for all builds
498fb25fcd0a : Set adminExtras as an empty persistable bundle if left null in builder.
81d0e61a04b9 : Reduce jittering while dragging divider bar
ce5906b4a1f2 : Revert "Revert "Do not send updates for disabled displays.""
e99e2b2afc3c : Import translations. DO NOT MERGE ANYWHERE
1437b2ef21f5 : Import translations. DO NOT MERGE ANYWHERE
6901dfb02754 : Import translations. DO NOT MERGE ANYWHERE
3dbbfaba82f2 : Import translations. DO NOT MERGE ANYWHERE
8ccb1923c87d : Import translations. DO NOT MERGE ANYWHERE
f44824f5c860 : Import translations. DO NOT MERGE ANYWHERE
e34480cfb273 : Import translations. DO NOT MERGE ANYWHERE
bfaeb93d75ed : Import translations. DO NOT MERGE ANYWHERE
84ffe9f5080b : Fix clipping coordinates on RTL
5b015f84af1d : Finish mini-resolver after user action.
783ae3c7d913 : Make sure VRI waits for SV to draw before report
219508488a93 : Add config flag for OEM to control PbA
88ea049cf338 : Create its own Handler instance for persisting display brightness
d04fae1ba798 : Revert "Do not send updates for disabled displays."
675bc7bf5b3b : [Output Switcher] Disable volume control if route is volume_fixed
1b0aa65a303f : Fix NSSL bottom margin with 3-button nav and no split shade
6c70ed130661 : Enhance media temp-allowlist logging
cd483cba11a1 : Add PREVIEW_STABILIZATION to StaticMetadata.java
98b4f5d38086 : Remove the old broadcast receiver for setting the notification debug mode filter
1149017c4562 : Convert notification debug filter to CommandRegistry
5be0671e52ba : Import translations. DO NOT MERGE ANYWHERE
5ecdfa155594 : Fixes a crash ColorScheme#toString
83cbcff4112f : Import translations. DO NOT MERGE ANYWHERE
2c57c9c164da : Android 1<3.
5552a875f661 : Import translations. DO NOT MERGE ANYWHERE
b8d32f4bd2f3 : Revert "Dismiss Auth Biometric Prompt when expanding shade"
3c0d3205816b : Show system notifications when DnD is enabled
317530010638 : Do not send updates for disabled displays.
355586523305 : Adding a reserve of temporary quota for alarms
402c296f8c91 : Revert "Revert "Dismiss Auth Biometric Prompt when expanding shade""
72cdc50a41de : Preventing NPE crash if view is detached from window.
aa5192a77023 : Hide multi user switcher on keyguard screen when disabled
eab67c3ab979 : AudioService: update display rotation monitoring
afd162fac783 : Revert "To read the Group UUID, the Caller must also have the US..."
cbd37391670a : Camera: Allow synthetic extension metadata
36bf25472806 : Import translations. DO NOT MERGE ANYWHERE
0a4a1575981c : Add settings observing for vibrate icon to Keyguard
8c8b79c39664 : Import translations. DO NOT MERGE ANYWHERE
505227dc391b : Import translations. DO NOT MERGE ANYWHERE
974769ca52f9 : Notify of new top task changes when a top task is moved to the back
97f3a42dc5ce : Update view when locale changes
8a2faaff8cc7 : Revert "Dismiss Auth Biometric Prompt when expanding shade"
9c0996d3c1ba : Fix NPE from BackAnimationController#setBackToLauncherCallback.
ccd4657ff24f : Limit preview width to the max chooser width value.
f481bb57ba1d : Add tracing to the handler for setting notification filter
5697a4c37eb7 : Fix app links verification resetting user state
ca2edb647a85 : Listen to correct intents in UserTracker
3220b917b057 : Camera: Update the advanced extension version checks
626c21bf6bba : Import translations. DO NOT MERGE ANYWHERE
4cb2801c4ebb : Import translations. DO NOT MERGE ANYWHERE
c6752c28b61e : Import translations. DO NOT MERGE ANYWHERE
ec8486238bae : Set occluded = false if occlude remote animation is cancelled.
95ad5b5372e1 : Change Rounded corner overlay to be in Overlay layer
9123775652c8 : Import translations. DO NOT MERGE ANYWHERE
71e6329765a9 : Report sync complete when VRI won't draw
227d00dc17a3 : Dump all of AmbientState & NSSL height/padding
5513817c765d : Avoid ANRs in dumpCacheInfo
8b4354e6d263 : [pm] fix missing PACKAGE_CHANGED broadcasts
d95f73d9a366 : Avoid recursive destruction from exit animation done
4ed862d25b2f : Import translations. DO NOT MERGE ANYWHERE
487bd3e54bd8 : Grant CAPTURE_AUDIO_OUTPUT permission for trusted process
0b289fe7810e : [Output Switcher] Handle muting expected device
de810cb3fe2e : [Output Switcher] Update advanced icon
289d57654811 : Explain the difference between setBreakStragegy() and setLineBreakStyle() in API doc
a1728774aee2 : aidl: Fix missing conversion logic for broadcast device
60e5470d35e0 : Add field to note if a process has a foreground service
bb146e1b71e9 : Catch parsing errors for pre-release platforms
6f5250836d1a : Revert "HACK: allow apps with pre-release SDK RESTRICT AUTOMERGE"
e86cdf4ba16c : Remove package title from notification access confirmation intent
04e400b3e88e : Update Vibrant Neutral palette from 8 chroma to 10
063ae10a70aa : Use System Property to Control Animator Pausing
a60358c00c16 : Adjust the bottom sheet and save UI
d2b102f07270 : Grant client app visibility with UID from activity record
6eacf1b76c68 : Wait for ACTION_MEDIA_MOUNTED before removing started users.
4d8243c0ecd5 : Post updateClockViews when called within onLayout
22928e1a8508 : Update boot image and system server profiles [M10C10P80S0]
32dd1b916a26 : Don't set extreme values of Integer to safe bounds
2d6b7b0af1b2 : Fix CrossAppDragAndDropTests failed
d201c411499f : Increase vertical overlap between notification shelf and lock icon
6d6f4106948b : Stop using invalid URL to prevent unexpected crash
aa72d09a5407 : Fix yet another clipTopAmount usage
5d66a8664993 : Import translations. DO NOT MERGE ANYWHERE
7334d82b2863 : Import translations. DO NOT MERGE ANYWHERE
d0bb27f44331 : Import translations. DO NOT MERGE ANYWHERE
b65b86b582b2 : Import translations. DO NOT MERGE ANYWHERE
c810e5dea0b4 : Import translations. DO NOT MERGE ANYWHERE
136e08f6197c : Revised the API documentation for screenWidthDp and screenHeightDp to include information about window insets and embedded activities.
186b9e447b5b : USB MIDI: Reset counter after unique codes full
1877b47b1bcd : Ensure correct read of jpeg header blob
408ac032b8d2 : Accessibility fixes for clipboard overlay
f3fdfa882706 : Trigger re-inflate when sensitive setting changes
9d5f710317aa : Fix crash in DisplayResolveInfo writeToParcel impl
2885a1c490c5 : Add MotionEvent information to exception
30f2c7820c30 : HealthServiceWrapperAidl fix NPE
c5e8f7f59d77 : RESTRICT AUTOMERGE Disable the Trusted Hotword requirement
b0ca1f75a12e : Limit GtsMediaTestCases presubmit to drm/crypto updates
39d59c73538b : Remove share button from clipboard edit activity
4b776c643104 : Add VPN app into power saver whitelist for a while to start its service
e51f6556a91c : Use MediaPlayer in a background thread.
9043a28e0cc5 : USB MIDI: Only use first USB Configuration
4220de4d5b19 : Ignore tests in RecoverableKeyStoreManagerTest
fee968da454b : media: return null when there are no CamcorderProfiles for getAll
e1fa8bdcd2c2 : Ensure notifs are filtered when device is locked
be9f50bacb4e : Notify unlock controller when remote animation ends due to null finishedCallback.
7e107c20d49f : Deprecate Expandablenotificationrow#setNeedsRedaction
25e90a4f8cc1 : Import translations. DO NOT MERGE ANYWHERE
6683426dbfc5 : Remove conflict window crop
c155d6bce6ae : Center nav bar vertically
0e74c8e4c522 : Start AOD transition a frame earlier
d1b6bdc7e881 : Revert "Fix text crossfade"
579717c4c7d3 : Import translations. DO NOT MERGE ANYWHERE
9065c2af58a7 : Fix a systemui crash.
b967fb187b06 : Consolidate checking of superivsion configs.
1c07d1231b1c : Prevent updating of seekbar text when not scrubbing.
e6d129797e92 : Import translations. DO NOT MERGE ANYWHERE
d40fcdddac65 : Allow enabling and disable car mode from the shell.
63b2a309ec23 : Address leftover comments of ag/18108411
fe57c5bf892c : Stop using invalid URL to prevent unexpected crash
02239be06eda : Improve long press menu readability
1934e139d942 : Fix IME callback not unregistered when IME is up during an IMM client switch.
280ea9072df7 : Update fgs manager message and remove dot
740634f4f5ee : Allow system process register AttributionSource for app from other user
51d47ec7c875 : Remove package title from notification access confirmation intent
2c303b3f518b : Fix modulo div by 0 in Choreographer.
d869d274556a : Fix the issue pinned shortcuts went missing after reboot
fdfedaba4f94 : Revert "[LE] Test cases for Media Output Broadcast Dialog"
3afb3972f458 : Make GPU duration metrics more accurate for Vulkan
7d1397a54475 : Only allow the system server to connect to sync adapters
0c1a6708df67 : Fix some jank issues with the clipboard
cec78b478c8f : Revert "SELinux labels bug logging and workaround"
38a76cc8e646 : Fix the lockscreen height recalculation on face auth.
b30b1683e119 : Use try-with-resource statement for dream metadata to ensure proper cleanup.
f9de5e977002 : Keep overlay info for the android app info up to date
fb7fd8ed9034 : Separate fillsParent from deciding orientation
0bab9e3e16c6 : Import translations. DO NOT MERGE ANYWHERE
dbb772543656 : Fix toggle QS tiles don't respond when One-handed mode triggered
f564bb5b380f : Revert^2: Log broadcast action in statsd's PROCESS_START_TIME atom.
73fef0d6f2dc : Fix drag and drop and resize freeform window broken on secondary display
8335fd51fb8b : Adding maxTargetSdk AndroidS_V2 to DATA_ROAMING. This will make sure that beyond S people can not access the DATA_ROAMING API from Settingss.Ideal way to use this is from TelephonyManager.
ee696af9cc3a : Import translations. DO NOT MERGE ANYWHERE
c80818f9ede4 : Extend the max count for retrying to request DirectActions to 7.
c0055b9b7b35 : Wire display context for text toasts
67815e4fd8d2 : Fix unbind crash in AbstractRemoteService.
6675e03317b1 : Fix crash when incrementing data usage request
f3650a6dee1e : fpService#authWithPrompt uses correct user handle.
f8287f503e3e : Consolidate point where ADB is enabled for Test Harness Mode
48a5cbb2d65e : Log why presentation was not shown
47a97c1e2852 : Import translations. DO NOT MERGE ANYWHERE
286b34b15c73 : Import translations. DO NOT MERGE ANYWHERE
b4037e148999 : Exempt connected apps from intent filter enforcement to itself
08a48506b023 : Release SC when RootTaskDA is no longer organized
ea5a86dcd48b : Run unlock animation when device is already unlocked
7d3c8cc1de67 : Import translations. DO NOT MERGE ANYWHERE
676c0c450d06 : Revert "Update light/dark detection."
e09c246286e7 : Import translations. DO NOT MERGE ANYWHERE
8ac8592c8372 : Save brightness into persistent data store using a handler
a04b741182b7 : Import translations. DO NOT MERGE ANYWHERE
f329b8759b93 : Import translations. DO NOT MERGE ANYWHERE
a7a182ad3261 : Import translations. DO NOT MERGE ANYWHERE
ff47ad72ea30 : Import translations. DO NOT MERGE ANYWHERE
cc88de1507bf : Import translations. DO NOT MERGE ANYWHERE
436e4dee7c50 : Import translations. DO NOT MERGE ANYWHERE
8da64cacf338 : Allow exemption of roles/permissions from broadcast response events.
89ad33d3d1a5 : Import translations. DO NOT MERGE ANYWHERE
9e3cd0533fa4 : Remove lock when calling Surface.destroy
bef187f9180f : Remove divider height before first view in shade
51370d2f3f14 : Remove package title from notification access confirmation intent
fae2ace6df85 : Update ActivityStarter to dismiss dreams when starting activities.
d5c42a306131 : Let virtualdevice.launchPendingIntent() to start BAL using its BAL permission
4c4b7ef959ae : Validate content overlay before removal
73774c269d01 : Restrict the smallest screen width dp of an embedded TF
c4e6a6f30c9e : Adding the new activity on the same TF of the cleared activity
f8342c8db563 : Postpone the request direct actions before onStart
70764c141ad1 : Drop the cloned windows from visible window list
ed20af41ad08 : Triskaidekaphilia intensifies.
83097c6db4a5 : Invoke BrightnessSetting callbacks even with identical brightness.
26f06fc61aa3 : [LE] Test cases for Media Output Broadcast Dialog
7ee09c4b5512 : Fix snapshot starting window isn't apply fixed-rotation with IME visible
79c5fed289ed : Invalidate autofill session on IME disconnect
8bb5e98ecbb9 : Revert "[conflict] Move service initialization am: 38fe45b539"
725dad7d717f : Prevent deadlocks during VirtualDisplay creation
1fe8fe5b7b3f : Logging for DisplayPowerController SuspendBlockers
29b1b5beacdf : Address leftover comments of ag/18112116
09eab9ca4367 : Rename vars of Ikev2VpnRunner
41eb56744d51 : Send VPN manager event when there is a network error
19f71afa7fe5 : Send VPN manager event when there is an IkeProtocolException
9c28afbf90f2 : Revised the API documentation for the getMediaProjection() method.
93c2c2a292ea : Always restart apps for full installs.
d430377b2fb2 : Check if the ANR dump is still ongoing before reporting it
15d8ea3a9bb3 : Fix the animation position when launch into PiP
fc384f5a1801 : Add check for null token when updating state
90873be37e97 : Disables notification drag & drop.
8569a6681263 : MediaCodec: realloc & copy for non-secure buffers at secure session & vice versa
c06ace7acc0f : Add visibility special casing for sdk sandbox
cfa2df4a7f6c : Make source color textColorSecondary
be3eb546632b : Fix INTERACT_ACROSS_USERS change version
e6983c1f66ed : Allow LNB to be opened before Frontend
8a880aca0ee1 : Ignore flaky test
b9e1d45b35e9 : AudioService: fix VolumeShaper operation for muteAwaitConnection
6123cddc75e9 : Fix Chooser enter transition animation
88f481e8689d : [Device Config] Ensure every config has a default setting.
ee04476acf2c : Update light/dark detection.
57c032bf43eb : Only add boolean extra to bundle when the value is false
bb1f7b38f4bf : Fixed animation type for animation on the navigation bar.
96565697e3b0 : Revert "Log broadcast action in statsd's PROCESS_START_TIME atom."
3f140106e95d : Updating the error message for clear understanding of Deprecated methods. Test: manual Bug: 234089071
c5aaf99df565 : [RESTRICT AUTOMERGE]Prevent set intent on non-leaf tasks
30356d273a01 : Use DeviceProfile to determine whether to exclude tasks from Recent
d8b188434c3b : Import translations. DO NOT MERGE ANYWHERE
16cd656224e5 : Import translations. DO NOT MERGE ANYWHERE
406609afd22c : Import translations. DO NOT MERGE ANYWHERE
08eeec366efa : Remove onClickableListener on MainSwitchBar's switch since it has been set to not focusable and not clickable.
4813b27d0018 : Fix ConcurrentModificationException on finishing TaskFragment
fcea095afeb8 : Import translations. DO NOT MERGE ANYWHERE
4a99f315ae2e : Import translations. DO NOT MERGE ANYWHERE
964c1f6b773a : Import translations. DO NOT MERGE ANYWHERE
287ab771b2c5 : Improved telephony registry logging
fed87296db4b : Fix the pointer position when displayed in RTL
a695631475b3 : Don't clear translation state on temporary detachment.
c91318ace991 : Fix ResolverDrawerLayout child measurement
adfd04c375a5 : Add component types which a process is hosting into the proc memstats
0a1ebcd8aeb4 : Add a null check when getting TransportConnection in PFTBT
69ff5cd43317 : Defuse notification race around app stops
c4e3d76a03eb : Update ColorScheme.toString() formatting
49fa723e9ca1 : Match latest variant spec; update hue rotation logic
8d06d27b9283 : Implement dumpsys for CompanionDeviceManagerService.CompanionDeviceManagerImpl
c3cffc8bb6e6 : Match Android's colors to design intent
bbc64501db49 : Fix "NetworkCallback was not registered" crash
aaf3915bfd4f : Ensure content-overlay is removed on app re-launch
07df5c4d161f : Update security_log_writer group name
2078d3125fd8 : Minimize distance between text and pin in direct share row
0331c779f5b5 : BinaryTransparencyServiceTest: Fix TEST_MAPPING
e5a896d56a10 : Add hidden flag for allowing system app to use BAL permission to launch pending intent in background
b815bcb68e41 : Set default captiveportallogin app in AOSP
f7f106b4372b : Add pendingAppearedIntent to TaskFragmentContainer
6390b37a3b32 : Stop using invalid URL to prevent unexpected crash
776d4ec45162 : Revert "Run unlock animation on MODE_ONLY_WAKE"
fa414929e1a6 : Revert "Rebind ContentCaptureService when the binderDied."
062784a9f26e : media: clarify that flush() is not supported for encoders.
27e49907f95f : Allow overridding the exitPip destination bounds
2e9d9128debd : media: clarify MediaFormat.KEY_FRAME_RATE for video encoders
269a560b372e : media: clarify that MediaFormat.KEY_LEVEL is required when specifying a profile
8a35943e5f15 : Remove lingering content overlays in onTaskVanished
bd3f5caf5da7 : Move binder death handling logic to ServiceConnector#binderDied().
fe5078f0263d : Use snapshot in enter content-pip animation
016abd768302 : Disable dismissing the dream on activity start
bcb0741c91ae : Map WRITE_SECURITY_LOG permission to gid
94b0fce5b07d : Remove spans from edited text when copying back to clipboard
6758b3f7e768 : Translate selectable TextViews by temporarily disabling selectable.
13048f123bfe : Transfer the actual dispatcher when the window is preserved
7a980119f638 : [Bouncer] Move reset logic to end event.
2d7ff9c5aed8 : Log broadcast action in statsd's PROCESS_START_TIME atom.
5eb57dc7141c : Disable debug logging
5481291dca0f : Run unlock animation on MODE_ONLY_WAKE
03512570f7f9 : Fix death recipient leakage of WindowTokenClient
05cd2b61044a : Exclude launcher from app transition animation while recents is running.
167336e3c36d : Fix ASHA Hearing aids connection status incorrect
c003cb878519 : Revert suppression of recalculation to fix jump after aod->ls animation
0cbe47f3c982 : Make sure instance launch trace for an id only appears once
2ab01736a62a : Restrict getInputMethodWindowVisibleHeight
6586cf6dd4ff : Update low battery notification logging timing
40a67faae46d : Synchronize SplitController
5f8fa45e8037 : Fix using incorrect view in app language selection
6db81c15dfda : Allow shell uid without checking the package name.
ba9d4a3b30c0 : Use max height attr as backup for device config
92926fb5db24 : Import translations. DO NOT MERGE ANYWHERE
8eacc71a031c : Import translations. DO NOT MERGE ANYWHERE
937cc90b0d0b : Move service initialization
d262fa6af707 : Move service initialization
1dac2324b9bd : Import translations. DO NOT MERGE ANYWHERE
14d7f081c8d4 : Move service initialization
caa5a22ea0c4 : Move service initialization
24b4bb88a2b1 : Import translations. DO NOT MERGE ANYWHERE
b1fcc3c8fa58 : Import translations. DO NOT MERGE ANYWHERE
dc92a031e2af : [pm] update shared libraries if the old package used it
2ef28af7b4db : Apply a maximum time to Screen brightness RampAnimator.
d1ce457da1f7 : s/get_interesting_hal_pids/get_interesting_pids.
f2911842d199 : NotificationPanelViewController: separate DEBUG flag for drawable
4e953590d059 : Grant visibility of voice interaction to the client app
239251c1cd9e : Move service initialization
2e48ec156f94 : Import translations. DO NOT MERGE ANYWHERE
2a6ed87df935 : Fix a11y navigation in Chooser
52fe8ddf2efa : Check for null mLeash before setting alpha.
8352301fa778 : Revert "Make media squishy for portrait shade open and close"
e64f9ef7658f : Disable review permissions notification with config flag
a08bf16ba4c0 : Ensure service info is updated so that checking for remote service uid returns the correct value.
a833f61ff1dc : [CDM] Update binding flag for self-managed apps
2e12d5528339 : MessagingImageMessage: Don't crash if measured after recycle
77a200b8b18c : Catch when telecom isn't ready yet
521ba43e12fe : Only update the compat system UI visibility if the source is valid
8eb48eeec5f5 : Fix chooser handle color.
1de979862bcd : Run cancelAction if bouncer is canceled
80aeafc595fd : Fix bouncer flicker on lockscreen shade transition
7688b78b0d8d : Fix Talkback focus to the background
3392d187ebd3 : Fix inline tooltip position is wrong
c3ba431972a3 : Enable hyphenation on most of preference.
49c4f9e05144 : Fix app language show "Und" when all languages in the suggestion list
a22c1396e2b6 : [Output Switcher] [A11y] Add description for seekbar
46a3a0d91b0d : Update boot image and system server profiles [M5C5P80S0]
2641f715ce48 : Fix NPE if draging again while animating
dd7dd3ba2040 : Do not get portInfo if physical address is 0x0000
df6e9d0d7082 : Use autofill specific dialog background
9d4244ee6f80 : Do not resolve activity creation if it is in unknown TaskFragment
8ee51fbd6912 : Hide the stop button for the device admin app in the task manager
80ef161e48d7 : Align outer edge of profile tabs and icons
be0edce59a33 : Add support for onReject and onError for external hotword.
d11b29cfe0a0 : Traffic descriptor only data profile should be enabled
036054e88c35 : [LockScreen] Update bar state in NPVC.
38fe45b539e8 : Move service initialization
be0adabd7a77 : Add a unique ID to MediaDeviceData
506ca2410e9b : Disable debug logging in AnimationHandler
161732cf18d5 : Allow system to disable behavior of pausing animators for bg apps
b99cc5b4c85e : Pause animators when app is not visible
29ce997ade33 : Inflate media notification icons in MediaCoordinator
c76ca4f2f612 : Construct the UidState in case of not found during unparceling
3b272227805c : Fix a padding issue for bubble user education in RTL
d3f19bcb778a : Fix position of bubble education views on large screen in RTL
99114e35ead0 : Avert potential crashes in NotificationChildrenContainer.getMinHeight
6fdb0de941f8 : Don't remove the common processes from the procstats.resetSafely
931bdc345182 : Enforce USE_ATTESTATION_VERIFICATION_SERVICE permission to call APIs.
43743035b3af : Change remote copy intent behavior.
66e34105e3ac : Break infinite recursion in RemoteInputView
08ca7cce81fc : Fix broken cuj instrumentation of CUJ_LOCKSCREEN_PIN_DISAPPEAR
7c47347a17a1 : Add rate limiting to addTombstoneToDropbox.
3eaec4122d74 : [pm] skip sending PACKAGE_CHANGED broadcast if package has been deleted
ab58191c7f69 : DO NOT MERGE Only rely on developer option for back animation
c31e994b349d : Return the activity type of any child activity in the Task
5aec766419a8 : USB MIDI: Null check for mUsbMidiPacketConverter
02d59e770327 : Media output selector chip color updated per designers
0f7cc0128b9c : Replace DisplayManager.getStableDisplaySize with max Display.Mode
a98b58fe1ccb : Allow debug logging of NotificationStackSizeCalculator
07381950ec02 : Fix clipTopAmount when read in 2 more critical places
9f3fde7d70e4 : Unlink to death before removing the callback wrapper in SmartspaceService/AppPredictionServic3e
ab3b60831300 : Fix an issue where the start position of the stack is wrong in RTL
6772e73e5159 : Add EventLogTags for FGS start/stop/denied events.
f56ea2b586b3 : Update Safety Tile config value
6a63aa3bfbcf : Improve docs for SCHEDULE_EXACT_ALARM
b71ee9b9c959 : SpatializerHelper: Deliver metrics to MediaMetrics
a90e47808937 : AudioService: fix cancelMuteAwaitConnection
3103fbdd74d8 : Add ANR annotation to AppExitInfo reason
b88801a2bd13 : Fix StationaryListener updating.
91044e2bba57 : Fix white line before shelf on lockscreen
b880a9e0e12d : Make sensitive clipboard text preview show asterisks
094ea03f14fe : Restrict getInputMethodWindowVisibleHeight
fd7847b53344 : Restrict getInputMethodWindowVisibleHeight
753331b390dc : Restrict getInputMethodWindowVisibleHeight
984e7524eaf9 : Calculate correct checksum.
377b939814f7 : Changing the system theme no longer causes a UMO flicker
a42d7cfc6a8b : Add logs for clipboard and screenshots
8c5ad556c658 : Do not propagate always-on-top config to child containers
7703b68a8129 : Import translations. DO NOT MERGE ANYWHERE
b71b672914a1 : Import translations. DO NOT MERGE ANYWHERE
6378574316b2 : Add strings for TV PiP accessibility.
3be5498e6190 : Add ALL_INCLUDING_DISPLAYS category for getDisplays()
9f2e36f2f4b5 : Define CUJ_BIOMETRIC_PROMPT in InteractionJankMonitor
bf8abec2fd82 : Revert "Revert "Re-add PackageVerifierTest to presubmit""
118441454b4c : Fixing tiles on lockscreen and scrims transitions with QS expanded
8df23b2b27b9 : Pregrant the nearby device permisison for SetupWizard.
17d674584bc4 : DO NOT MERGE: Downbranch merge conflict [Output Switcher] Fix situation when icon is not available for getBitmap
2f11067a6203 : Make low battery warning notification dismissable
54824c3e64b2 : Show mobile data icon with carrier Wi-Fi level in Quick-Settings
19bbdcdc1c1d : Import translations. DO NOT MERGE ANYWHERE
eae3add7254b : Import translations. DO NOT MERGE ANYWHERE
0af863da32c0 : Import translations. DO NOT MERGE ANYWHERE
9b23944dcbd3 : Import translations. DO NOT MERGE ANYWHERE
2bc7c1b7bb2a : Remove EnhancedEstimates isHybird flag from trigger condition
249c65196a0c : Import translations. DO NOT MERGE ANYWHERE
24135ddd1c7f : Import translations. DO NOT MERGE ANYWHERE
cebec6c3e83d : Revert "Persist permission state for updated apps synchronously."
96909e2f3ec8 : Ignore flaky test
e1bbafc77bff : Import translations. DO NOT MERGE ANYWHERE
7dddaee04daf : Fill dialog/save ui style refinement
0052d1a7618b : Import translations. DO NOT MERGE ANYWHERE
d1e6b5935621 : DO NOT MERGE. Add a permissions check to LocationManagerService.
2c4c4bd68d62 : Import translations. DO NOT MERGE ANYWHERE
5b376bc9fd51 : DO NOT MERGE. Add a permissions check to LocationManagerService.
d59a075f79b9 : MediaCodec: don't cache buffers until requested
3a8a004d2a00 : [DO NOT MERGE] Revert "Remove VCN Carrier Privilege grace period"
eab2a2312c5a : Check for null buffer when calling Transaction#setBuffer
25f1b6a1ac5c : Make CheckOp return allowed if any attr tag for a package is excluded
1dddfe1f703c : Allow system server uid to bypass location restriction
807f4cfc8072 : Disallow privileged apps to bypass location restriction
04fb2d8174e5 : Add lastActive to the media carousel sort comparator
2eacc393f89a : Force a battery tracker update on dumping proto request
55d482aa0a2a : Don't change bucketing reason if app is already in better bucket.
0f51e30d13d9 : Update proto enum.
2a6ce367fe5d : Remove preferKeepClearAreaForFocusDelay, turn it into a flag
e02c09db3f98 : Partially undo "Try to avoid overlapping job execution."
aede04193fec : Fix punch hole wrong position during rotation
81b09357e25d : Allow SUPL to use restricted network in emergency
6cd937c48870 : USB MIDI: Use Thread.interrupt() to close threads
c833d2e11da2 : Do not update enabled state when app ops is not changed
8b7a44710435 : DO NOT MERGE. Add a permissions check to LocationManagerService.
fdcb3b0fd51b : Launch app intent after unlock
8d1317ca37da : Update network logging delegation docs
95d486801885 : IMS: Refactor additional display input properties to avoid deadlock
a7b00c574e1f : Add MediaProjection privacy item type
d0e9dc0d33f3 : Add SettingsJankMonitor
4921f2f22cc6 : Add SETTINGS_TOGGLE CUJ to InteractionJankMonitor
ba33c6f271ea : Revert "Don't show "Clear All" w/ redacted notifs"
4d56d13e01d2 : Add a metrics reason code for USE_EXACT_ALARM
fc06fc5cb18d : Defines flag to disable touch feedback on display
03f5e4c4a76b : Revert "Don't show "Clear All" w/ redacted notifs"
8de8268420fe : Start to count the init time from calling updateState function
a9eceb80ccde : Add null check when list directory
38933d33fa84 : Change ripple color for Spinner
8fd3ef1d63c3 : Revert "Shift RoundedCornerOverlay to Display window hierarchy"
8891a579a9aa : Don't bring the Task to front when launching placeholder in background
7f4fe4c4d699 : Update BrightnessSynchronizer Logic
197fa0acf226 : Fix SearchUiService memory leak by removing DeathRecipient from CallbackWrapper
d8d5fed2b68a : Add a flag to limit notif-seen signal changes to T targeting apps.
3a89e6269450 : Extract privacy item monitoring interface, add AppOpsPrivacyItemMonitor
ac9cef964f16 : Avoid NPE on ScrollCaptureConnection callbacks
5a52d180102d : Add explicit sizing logic for single words
7caa2c1c6bc2 : Migrate AutoCompleteTextView to use OnBackInvokedDispatcher.
be33a715bf78 : Fix notifications accepting touches outside their bounds
2012a969eaca : Clipboard accessibility fixes
6e7ab2ee4351 : Fix a crash on the lock screen wallet icon.
9475a86e72e5 : Fix brightness not being updated when RBC is toggled
4cccc20ec80c : Improve SearchView & secondary text accessibility
c2378e619ff7 : Note BATTERY_LEVEL_CHANGED semantics.
df16ddc2044a : Fix media side clipping on large screen portrait
a55436d37b45 : Distinguish process-switch for launch trace
5e0fa4b19e32 : Add test method UserLifecycleStressTest.switchToExistingGuestAndStartOverStressTest
6bd5c32a3e2a : Puts dispatchUserAdded inside Binder.withCleanCallingIdentity
ec3a20c2b289 : DO NOT MERGE. Add a permissions check to LocationManagerService.
cb612e4f8b84 : Avoid printing call stack for the app that doesn't add the LocaleConfig
950b6cbcc60d : Enable debug message in WallapeprManagerService to check wallpaper size
514a576b9e7b : Fix switching a background task into split screen unexpectedly
3bdd3cf037d4 : AudioServer: dump BluetoothClass.Device
0c24bb2d2d4a : Replace locking JNI array methods
0782f3ea80aa : Drop caches of apks-in-apex if APEX was updated
4419ca097433 : Import translations. DO NOT MERGE ANYWHERE
04efcbae292f : Don't inflate mSplitDecorManager in sync transaction callback
484f7b4d64b2 : Fix for out-of-bound error regarding NoCopySpan objects
23767f998df9 : Camera: Add videoStabilizationMode to Camera session stats
821203f5fe11 : Persist permission state for updated apps synchronously.
e3f6b7e16af0 : [Media Projection] Require valid token to set session
b21cc11dd74c : Make sure callingPackage belongs to callingUid when checking BG-FGS restrictions.
023509e4871c : Make sure callingPackage belongs to callingUid when checking BG-FGS restrictions.
eef20391ce4d : Make sure callingPackage belongs to callingUid when checking BG-FGS restrictions.
f8895076e207 : Import translations. DO NOT MERGE ANYWHERE
db27e7b14ed2 : Updated the document regarding T data stack
8a1d54f27e22 : Add null-check before reparenting content overlay
eb7af16f4a82 : Don't bootloop if GNSS is unavailable.
a846e4e35846 : Update boot image and system server profiles [M15C15P85S0]
c3047020558b : Allow hardware feedback on low battery mode.
3d714f7872d8 : Avoid NullPointerException in MediaRouterService
b67f2c6836dd : Update sync exemptions log to include restriction level.
7dc863784642 : Add share button to clipboard overlay
122b4a434a06 : Style fixes for mini resolver
07eaaab3cf9d : Fix ClipboardService's auto-clearing where wrong uid was being used.
b321b8565bed : Make sensitive text/image both look the same
3ede8bc62af4 : Hide edit buttons on clipboard and clipboard smart actions
b39d8489a343 : Revert ProtoLog to Slog in framework.jar
b0e42264ef49 : Import translations. DO NOT MERGE ANYWHERE
618077df84ef : Import translations. DO NOT MERGE ANYWHERE
bf086778928e : Import translations. DO NOT MERGE ANYWHERE
5badf4f77111 : Import translations. DO NOT MERGE ANYWHERE
6c2f1a861178 : Import translations. DO NOT MERGE ANYWHERE
2562a79f406e : Import translations. DO NOT MERGE ANYWHERE
0b9cfd548078 : Import translations. DO NOT MERGE ANYWHERE
bd09f730bac4 : Fix screen off after panel expansion
388680caf3df : SpatializerHelper: report head tracking disabled
14d8539273d9 : Ignore orientation request in ActivityEmbedding split
9c538ceac154 : Import translations. DO NOT MERGE ANYWHERE
851980d1aa23 : Import translations. DO NOT MERGE ANYWHERE
e4e93991f3ea : Fix Wi-Fi level out of range crash
922a6b1ea8ac : Import translations. DO NOT MERGE ANYWHERE
25a7fe4be45f : Import translations. DO NOT MERGE ANYWHERE
8cbc4206f5c4 : Delete config_killableInputMethods setting
7bba64785a35 : Avoid warning log from InteractionJankMonitor in VolumeDialogImpl
6ab8172b6938 : [MS82.2] Add a rewriteSingle method that takes two timestamps
a2e8e229719a : [DO NOT MERGE] Force extra nav bar provide side gesture insets
eb94b580ae3b : Update TEST_MAPPING to include broadcast response related tests.
cad7af2dde70 : Returning the evicted element from CircularQueue. Calling destroy() on the returned element in CloudSearchPerUserService
c63ea765b5ca : Check task switch by comparing leaf task.
de67b6984ad9 : Import translations. DO NOT MERGE ANYWHERE
07f947dcb26e : Import translations. DO NOT MERGE ANYWHERE
bbffa8fd1ebc : Introduce JobScheduler quota bumps in lieu of bucket changes.
185782ddbcd3 : Fix potential NPE & clean up some logic
299340601b37 : Schedule UDFPS IPCs on the dedicated biometric thread
ccc3a662318d : Fix text crossfade
25c699491814 : AudioService: persist/restore audio device spatial audio settings
6a770ceb1404 : Transfer IME callbacks when app's focused root view changes.
1553b1791ac8 : Coerce component metadata Bundle to null if empty
9476fc299ae9 : Add config for save dialog height percent
4b016bd6eba1 : Add missing @Test annotation to ignoresGesture_transitionInProgress
8e278543bd29 : Move service initialization
c0ac1d37d5bf : [SparseSetArray] optimize copy constructor
08a4570f3295 : When a user is removed make sure we remove their persisted bubbles
40f6700c52a2 : Move optimization to later part of pipeline
649b50418582 : Change the status bar clock's measuring scheme
8a7aa67dac6c : [Media] Add some tracing to media classes.
0964a6759b98 : Track basic TARE statistics.
f2d9721d946f : Add latency instrument for loading share sheet
cedca59a19c0 : Do not use mStaleListener if tile is listening
1bf4993a079e : Log when sync exemptions occur.
79241ae7d997 : Set correct volume storage path for SDK sandbox
1638b20f44fd : Improve javadoc for Wi-Fi related policies
f87160eec0f6 : Puts mPm.onNewUserCreated inside Binder.withCleanCallingIdentity
8142bfce9029 : Don't throw in socket_read if socket_read_all returns < 0
b3aa96f89f61 : Add background protection when work biometrics is shown
f738e2463d0d : Move Volume control Binder calls to worker thread
4976f2c11014 : Apply material 3 to fill dialog/save ui
b9d9d7adeb5b : Allow some cross activity touches
09ca8a218c98 : Fix not callback onTaskMovedToFront when dismissing split
745ad16612dd : Only check System UI dexopt status after a mainline update or an OTA.
906623fb47c4 : Fix face unlock does not work for top app in split screen
ba3d92d8e6cb : Extend splash screen exception list to T
e4a75aa8e860 : PBAP: Do not set phonebook access to ACCESS_REJECTED automatically
31bd425bb66b : Fix duplicate permission privilege escalation
e8f9151270ec : Fix broken animation on two consecutive swipes.
3778a5ede241 : Import translations. DO NOT MERGE ANYWHERE
3e4b5d515d49 : Import translations. DO NOT MERGE ANYWHERE
c8fec951600e : SELinux labels bug logging and workaround
42337b7a036c : Import translations. DO NOT MERGE ANYWHERE
8ce170abf75a : Import translations. DO NOT MERGE ANYWHERE
ef8f04be0ce2 : Add targets for tablet/tv product variants
b9b16f3a01c9 : [AppsFilter] fix cache lock and rebuild cache if needed
f9a9dc720c15 : Fix duplicate permission privilege escalation
03df66775f83 : Add workaround for new back flow with legacy recents animation
34a280bc45a7 : Ensure recents input consumer can be focused in Overview
46037fa4d81b : Revert "Synchronize cache-is-ready boolean with cache readiness."
f9dded943427 : Remove role checker for non-selfManaged association
3640aee24416 : Prevent user stop of protected apps
d89f634cdc04 : Revert "Revert "Revert "Have AssetFileDescriptor.AutoCloseInputStream us...""
3743e5586f98 : Sanitize Uri.toSafeString() some more.
ccf94a1bbf99 : Fix the SysUI dialogs size after rotating
61c2d0291bd5 : Make CheckOp return allowed if any attr tag for a package is excluded
548edbb85022 : Fix duplicate permission privilege escalation
efd82554191c : Apply PiP Params if there was a deferred info.
9e47e84774aa : Use key rotation aware check when sharedUID signatures change on OTA
7f4d90343c6b : Avoid full compaction when apps move within Cached bucket
414923e81aed : Add some compaction statistics around throttling
6b22279c9c31 : Downgrade compactions after throttle checks
73d4b0f98ff9 : Add note about Sensor.TYPE_HEAD_TRACKER visibility
9f5f1a26c184 : Add DeviceConfig flag for enforcing receiver restrictions
1c6468d69bf7 : [SystemUI] Implement a way to put satin_dev.apk into test assets
c558857fc7fd : Check sleep reason and time before cancelling vibrations
c4e1489b82dd : Move call to hide IME until next frame
909379e3ad11 : Fix IME callback not being re-registered on screen off / on.
bca2a32c739e : Camera: Update doc to describe tradeoff of DEFAULT timestamp base
caf0790d49b2 : Update OWNERS for broadcast response related classes.
e15884c96ffc : Group broadcasts occurred within a certain duration into sessions.
4e0bd1e973f5 : Generalize canPackageQuery error message
bda0b769d67d : Pass shared text content from ChooserActivity to AppPredictionService
d4838ac4d916 : Populate activeApexChanged in ActiveApexInfo
d42c56fece36 : Break pipeline re-entrant call due to dismiss anim
62818c7ebffc : Fix a close button colors
82628cdfaff7 : Announce feedback for udfps misses during enroll
c60ff20ecb0c : Don't blend front scrim on AOD
b9d34ecb2fba : [MEP]Uncomment the EuiccManager switchToSubscription changes.
d7be851ebad6 : DO NOT MERGE: Downbranch merge conflict [Output Switcher] Log new events
84289d398575 : Add getAdjacentTaskFragment check for the split screen case
3ef0800f3a78 : DO NOT MERGE: Downbranch merge conflict [Output Switcher] [A11y] Set title for dialog for a11y
c93c5b8fedd3 : [Panlingual] Add a new layout for top intro on app preferences
7d1b14eb1f44 : Allow getting/setting app exclusion list for specific vpn profile
1e3c0ae64dca : Add to/from disk stable format
1ac99118ac84 : Ensure the learn more string meet Accessibility requirement.
c5df8d22e8da : Simplify color mode mapping
69a1dd6a74dc : Log no save ui reason if no dataset set.
2623b922787a : Send client relaunch event to WMCore.
5b9fe2f235d0 : Add package, activity count in allow list for ContentCapture logging
09b78c405cf0 : Cleanup in EmulatorClipboardMonitor (4)
a5f8393d76d7 : Cleanup in EmulatorClipboardMonitor (3)
14fa62c07dcc : Cleanup in EmulatorClipboardMonitor (2)
e0b8d2008d21 : Cleanup in EmulatorClipboardMonitor (1)
6edf57328b50 : Add wrappers around IO functions to check the return values
e1340d674b0f : Set host's clipboard in a separate thread
9eb8a72ac7a7 : Log emulator's clipboard access to logcat
3462a1af3adf : Revert "Fix default mode for system alert window on low-RAM device."
7bcd8afcce33 : Add API in SettingsLib/BluetoothUtils to get the control Uri from Bluetooth metadata
283075f219cf : Remove application package name from ContentCapture logging
adbe836862c8 : Update system locale title
8cf2a52033f5 : Ensure key generation retries after remote key provisioning
db9ae43ac517 : Synchronize cache-is-ready boolean with cache readiness.
bff3aa26a148 : Ensure reparent activity TaskFragment is always within the same Task
1a53c56e40d3 : Only show packages for the current user in FgsManager
34b4ebd89a58 : Remove the ActivityLaunchAnimCoordinator.
7be75d2af836 : Add config for the auto restricted bucket on abusive bg battery drain
72540716eae2 : Cleanup in EmulatorClipboardMonitor (4)
fcb384825105 : Cleanup in EmulatorClipboardMonitor (3)
52e2733e652a : Cleanup in EmulatorClipboardMonitor (2)
225651dcfbe1 : Cleanup in EmulatorClipboardMonitor (1)
139be6818545 : USB MIDI: Don't call openLocked on device unplug
1942a321fbe6 : Add grace period to estimated launch times.
f37429291eb8 : Remove REVIEW_REQUIRED temporary grant for notifications
7ab7a81845a3 : Use System.nanoTime(), avoid desyncing frame times
c679f3d809a7 : Add shell background executor to bubbles and put unregister call on it
4a206a416582 : Fix NotificationEntry mismatch crashes when tapping notification.
73cc189a3d52 : Cleanup in EmulatorClipboardMonitor (4)
a76c0f92f457 : Do not offset PiP when auto-enter-pip is ongoing
853dd7d2b6cf : Cleanup in EmulatorClipboardMonitor (3)
17005bdfb036 : Support comparison of byte array values in areBundlesEqual
801e6278bd6b : Display IME locally on virtual displays
185fd89665b6 : Cleanup in EmulatorClipboardMonitor (2)
4c8cab3acd9b : Move smart chips (if any) before capture more
4491e8a281fc : [QS] Do not set QS visible when animating away.
3c23790a7db7 : Cleanup in EmulatorClipboardMonitor (1)
63b433025938 : Add wrappers around IO functions to check the return values
a4208e619dad : Update lock icon location onConfigurationChange
0a11904976a9 : Set host's clipboard in a separate thread
935e7d4ca23f : Log emulator's clipboard access to logcat
d06f5abe4ca1 : Add SafetyNet logging for security fix.
543d6a5c5211 : Fix crash while click Add a languages
2f7aa6cd9c9d : Revert "RESTRICT AUTOMERGE Add feature flag to disable resource updatability APIs"
2a5f1edc4165 : Fix PMS recordInitialState on retry
c5ae4b9e4d00 : Avoid taking PMS snapshot lock when snapshot is still valid
166eaacd0e4c : Instrument CUJ_VOLUME_CONTROL with Trace tag
7bed0db518f6 : Update the StatsPullAtomsService to accommodate RkpErrorStats.
03e3789af9bb : Let managed profile owner retrieve enterprise apn
209f3c92b8e3 : Offset bounds by card top padding to align lockscreen/launcher smartspaces.
90d0ba5a114c : Add 2 chroma to vibrant theme's specification
0c38e03bb0be : Fix color scheme rotation
7732fd240117 : Add content color scheme for media
34931b9fa872 : Don't trigger active unlock on udfps-down
7494eedf2bd9 : Addressing CL feedback.
0872d5d0cc60 : Ignore repeated dismissals for clipboard
f99aa7042830 : Fix warnings in LogcatEchoTrackerDebug
598ec025bc06 : Convert NPVCDownEventState to use RingBuffer
e0b11afd70f0 : Convert LogBuffer to use RingBuffer
526b914e19da : Implement RingBuffer
c78b316c02ff : [MEP] set removable eSIM as default eUICC to pass GCF/PTCRB
90229c861035 : Write stats when background dexopt job is ended.
48b98602b282 : Don't send <Report ARC Initiated> until ARC is enabled
46887f8e68b5 : Return early if audio system doesn't support SAD feature
3dd436a5383b : Do not wake the device if an activity starts while dozing.
09f2eb634410 : Set config_cellBroadcastAppLinks as true for mcc262
b3727558832e : Fix IME insets animation stucked by wrong InsetsHint
704a86f3168c : Revert "Revert "RESTRICT AUTOMERGE Add feature flag to disable resource updatability APIs""
c16b5740556d : Fix IME callback not being re-registered on screen off / on.
b03a00840fb3 : Add device policy manager namespace to public namespaces
41af1e31d34b : Prevent duplicate calls to updateSurface() and recursive call to updateSurfaceDimming().
27e9fdd5599b : Add in sandbox UIDs when configuring VPN.
7e0ade67f703 : Add equals() & hashCode() for VpnProfileState
b70833376546 : Send VPN manager event when VPN is deactivated
8b63613104f9 : Fix events so that VisualStabilityCoordinator blocks shade recalculation during activity launch animation
52f9de422d62 : Send VPN manager event when VPN always-on status is changed
221212c6f1d2 : Add logging required to diagnose the multi-entry issues
0be926ffd982 : Ensure IkeV2VpnRunnerCallback is always called by the mExecutor thread
9e5fc9441264 : Cleanup handleActivityCreated
bf3953a627de : Modify javadoc for some extra values of VpnManager event
0eb8f090f66c : Add toString() for VpnProfileState
3a70f7b6e640 : Add always full location check to LocationAccessPolicy
5b5463bc4825 : Allow input during remote animation if the app is fully trusted
3f69af1e8f44 : Clear cache shell commmand
7e1bb7ec570e : Upate face sensor loc as resolution
e8f7e70ebdfa : Do not override insets frame if not set
4c20e224f60a : Keystore: Wire X25519 key agreement
e6bbe4660e9d : Inform Assistant when security exception occurs during onDetected
c87751b0c2d2 : [Panlingual] Fix NPE when add language.
4decf980893f : Show left/right side of the hearing aid device for ASHA profile
7e923104fffb : Using reflection to get private BluetoothHearingAid APIs for short term
70df71adbfa8 : Wireless emergency message has to be run in pin app mode
5f6bf4aeded6 : [Le Audio] Move BT QR code scanner from Settingslibs to Settings
ac5f03c07faf : Update ServiceState broadcast for location permissions
ae884c9dd9b9 : Remove manual pregrants for SystemCaptionsService (handled via roles)
d68034d60f1f : Handle TooManyRequestsException
f384d9785920 : Change storage group name to "Files"
238e0b32bb6c : Handle onActivityReparentToTask for activity in other process
99448eb2ae15 : Update ServiceState broadcast for location permissions
82b7fd414d23 : Add shortcut title into pin label. Without shortcut title, the pin label does not make sense in non-English string.
c0939a466f94 : Drop prebuilt files to android source tree.
2f39ae7a6c83 : SELinux labels bug logging and workaround
700a52894c39 : Move mSessionKey into Ikev2VpnRunner and make it to be a final var
224522119b31 : Always construct the UidProcessState instance in ProcessStats
60cdc0c4390c : DO NOT MERGE: Downbranch merge conflict [Output Switcher] Change checked state to a filled one
c93b650036eb : Fix renaming in device filter
1b6759795650 : Clear liveData when startForRequest
b6562db67a60 : AudioService: logs for volume behavior and absolute volume on A2DP
0c4b89a6fe11 : Remove usage of raw event coordinates for touch slop calculation
f8e793e6ed24 : Update ServiceState broadcast for location permissions
1d1e7077843a : Don't do in-window animations if launching an activity.
8c1026fcebb3 : Fix AppSearchShortcutInfoTest
f769c48ccaff : Disabling exact alarm permission enforcement
55ab97b862b3 : Update ActivityEmbedding default TaskFragment animations to crossfade.
de73c05b89f0 : Skip collecting radio data on procstate change when radio is off.
756a475be511 : Fix blockable system notifications
d513f076f5e1 : Update verifications depending on a missing #equals()
66149737791e : Use ambient light sensor to adjust camera privacy light brightness
882677a1d5da : Update API doc for accidentally exposed NETWORK_TYPE_BITMASK_LTE_CA
8982038d2649 : Don't require awakeKeyguard for activeUnlock
7c3a2374be97 : Load app icon in miniresolver.
00c0a9287753 : Revert "RESTRICT AUTOMERGE Add feature flag to disable resource updatability APIs"
0699f2a0f7ba : SELinux labels bug logging and workaround
b04b36062717 : ResetLockoutClients cancel preceding clients.
d9925dff1e67 : Don't force nav bar shown if configured
c0ce69bc8d52 : Add excludedPackages parameter to broadcast
1968e5df711b : Add excludedPackages parameter to broadcast
0d9ea1b08df6 : Include watchdog timeout configuration in dumpsys output
a3ee9b813682 : [Home Controls] Fix sizing and color of chevron.
46faab535f74 : Keystore: Wire up Ed25519 signing
d2956e7ffb1a : Update scaled padding for all devices
a024a41bbbf5 : Restrict Hotspot tile in Quick Settings
9d0b7d3f1540 : Remove @callbackExecutor from QAWController, because we don't have a dedicated CallbackExecutor in SysUI, it defaults to main or background.
d33006904cd9 : [Output Switcher] Not using advanced icon for bt device
e267f46e021e : Use visible activity for remote animation target if available.
ae3f78a394a6 : Revert^2 "Check and `speed` compile System UI on boot."
86b2a3e7236e : [Media] Add logs for potential memory leaks in MediaCarouselController.
ac562929aca7 : Clean up ADB commands for letterbox and display API sandboxing.
00e6c03c4361 : Add padding to clipboard editor "Done" button
aee312e123bb : Announce clipboard entrance in accessibility mode
07ce971bb322 : Fix starting window isn't removed
5004cc17d4c4 : Updating QS state to default when going from or to split shade
2eeb2e73c522 : SIM - Resume view controller
7fb2ee23d3b9 : [LE] Error handling for updating the Broadcast Code and Name
4b3385c4178e : Fix not showing system bars in split screen
3f82689d2b59 : Make BackupTransport more resilient
1882b18a6690 : Cancel animating the divider bar after it being released
6b44acaadb3f : Add apex_available platform to CtsShimPrivUpgrade
79616ccb9609 : Fix cutout flicker while switch screen resolution
410b36e547a5 : Use getSyncTransaction in SurfaceAnimator and SurfaceFreezer
759a42f72319 : Add missing enterprise updatable strings in SysUI
50f529a1e141 : RESTRICT AUTOMERGE Add feature flag to disable resource updatability APIs
42bb47de41ed : Filter the locale not in resources
d6fa728705aa : Fix visibility change during entering PIP app transition
ae81043a322d : Fix security bug for startActivityInTaskFragment
a19e17e32cfa : Fix duplicate permission privilege escalation
b0ade8d3c834 : Label emulator clipboards with `SUPPRESS_CLIPBOARD_OVERLAY`
c7a13af455b6 : Fix alarm manager FGS reason codes
fb9f47fd4fbb : Add a config to control split-screen task dimming
8c9a96ad008f : Check for installed bluetooth package name
2a84629af984 : Fix divider bar not shown when entering split with rotation transition
f18bc46b54a0 : SpatializerHelper: Remove custom sensor handling
c27ab6702349 : Handle timeouts while dozing
7fd1f110593a : Ensure create/destroy is called properly for Capability Exchange API
ddd89a86e291 : Skip preflight RECORD_AUDIO in RecognitionService if FD provided
7b2c863f6ae5 : Do not kill backup apps during restore for POST_NOTIFICATIONS
8b1f96741ccb : Fix package visibility broadcast regression
528b0d282438 : Fix memory leak with RenderNodeAnimator
6b5a9fd911e8 : Fix one-icon shelf flicker after lockscreen swipe-down-and-let-go
c34e4aeb2377 : Also parse integer, long and boolean extras for NFC
0e06216332d7 : Restart location requests after HAL restarts
65a0e59da477 : Remove "force user set on upgrade" setting
32702abc03bc : Use config instead of local string for qr scanner
2bc2551b9107 : Expose IME inset source control for testing
87af4d45eacc : Fix divider bar not shown when entering split with rotation transition
4a55c8a41648 : Make caller wait for installd to become available.
0f9ea02be099 : Reland: Change input injection security model
63122cbde2b2 : Don't show "Clear All" w/ redacted notifs
e78c034bbbaa : Continue dexopt for other packages when a package reports an error
aab5fae3f58e : Resend remaining VMAs on partial compaction due to failure
755cc5b04d2a : Resolve NPE when mini resolver is rotated
390b6153f0d5 : media jni: fix CryptoException error code to string
cd21376df02b : Improving comment inside expandWithQs for special split shade case
3ac4fac92807 : Actually use the passed-in executor for unused count
1555d1d2108d : Add wrappers around IO functions to check the return values
40e361cb7877 : Lock in Surface#destroy
5f6e7f871738 : Add default value for TCP buffers
929575cf803a : Add mention of start threashold in AudioTrack.play()
033d9eb9542d : TIAS:The oneway flag add in ITvInteractiveAppManagerCallback.aidl
0e2a67bb701d : Completely remove pinned task when starting a new PiP
7965f957e752 : Prevent to revoke input focus from recentsAnimationInputConsumer
6897ab2ff962 : Revert "Check and `speed` compile System UI on boot."
e4444e087e67 : Reset mock NM before each of the tests that checks it
6a894a43b088 : Correct test
e18af6e99585 : Fix reporting of unchanged keep clear areas
6f4f477cab48 : Remove IntentResolverInterceptor
dc5bd51028f1 : Audio : Spatializer : fix head tracking modes
27c411877ca1 : Add string for set separate work lock link
243c4edf5140 : Make SEND_SAFETY_CENTER_UPDATE internal|privileged
7675c99f49ab : Fix divider bar not shown when entering split with rotation transition
65d44b93bb99 : Clear mInterface before calling resetIkeState()
91edfc163b98 : Allow profile owners to protect packages.
94280acc9aff : DO NOT MERGE: Downbranch merge conflict [Output Switcher] Don't show checkmark when only a device connected
b06b2c52b80a : Letterbox resizable fixed orientation activities in multi-window.
3dc7364ebba5 : Update density dpi before load drawable.
bcbd0955bc5c : wifi: Fix unnecessary notification after restoring config from cloud.
75ed59fac92e : [Panlingual][frameworks] Fix when tap search bar, will leave a big blank.
ceb55ed11b00 : Revert "Avoid calling updateSurface twice when dimming is applied."
0e8339adc57b : Fix return value in View#getUnrestrictedPreferKeepClearRects
a005a342e100 : Add more info to dump
93a98d862fbf : Change a nullable get to getOrDefault(,false)
12914242774a : Use configuration for display rotation instead of display
446df44b6e0c : Refill all the dispatcher views when updating rotation
2b9e4b655008 : Add multi-user support for kids mode
00d3d3086a2c : Create an #isAppInstalled() util method
f6eebf40f8a1 : Fix the UI template data parcel reading.
99c31fdd1203 : Introduce run-cleanup adb command for CTS test
8d25921a2216 : Use bitmap width for bubble icon and app badge to calculate translation
bd934eba0f04 : Note RECEIVE_AMBIENT_TRIGGER_AUDIO in the SoundTrigger
7fa1b4d0657c : Make sure callingPackage belongs to callingUid when checking BG-FGS restrictions.
827c5557cd8d : Revert "Enable gesture debug log for a test failure"
7d33221816d8 : Fix the blank PiP window when unlock
3eac0ae59aea : Add Default grant for Captive Portal Login app
b211358b1d3e : Add the missing lock on the process start timeout handling
501259c36944 : Make clipboard listen to keyboard visibility changes
6c0c934313c1 : Remove last call to Dep.get from NavigationBarView
e20638c38619 : Use quick settings theme for the privacy chip
f604899693c6 : Revert "Scrim now only scales horizontally"
31966ee4b5fd : Handle device presence registry when device is already active.
287a66e52df6 : Only update the current connected set for selfManaged only
64c1f5c95b29 : Don't animate unlocked screen off if QS is expanded
c14ce31278b5 : Revert "Use callback executor when querying wallet cards from QAW client."
c7f3fa192076 : Camera: Pass shared outputs during advanced extension configuration
d4797ad4a531 : Allow dev tools to suppress clipboard overlay.
fbe6d82fa6f0 : Disable media actions override flag
0b8564963656 : Fix last tile bottom calculation
9228e50119a1 : USB MIDI: Replace bulkTransfer with requestWait
ed413f729782 : [Media TTT] Add more information about code architecture to the tap-to-transfer README.
9b8362201e79 : Fixing "adb shell cmd statusbar expand-settings" command in split shade
7e0ab651452d : Forcefully convert to basic Intent before calling PM API.
51045b000de7 : Remove non-system carrier privileged notification grant
ca761783a67c : Move DO protected packages to ActiveAdmin
fe14c7a3d239 : Make media device chip change languages on settings change
6c3d857fab68 : Fixing notifications not visible in split shade after rotations
0ef54ab21903 : Fix avatar picker issues relating to screen rotation.
6ac128a25b09 : Separate color into app color and dot color
d49b5d442dd8 : Suppress app transition while recents is running
13bb7f3c1a3f : Minor refactoring in WorkPolicyUtils
a8bff8e07dae : Enable volume UI for TVs using Absolute Volume Control.
dcfe66fda17b : Clear listeners when adding a new one in AudioDeviceVolumeManager
dc6a2b912978 : DO NOT MERGE: Downbranch merge conflict [Output Switcher] set icon to volume icon when device is active
0c893536cf84 : Destroy the last embedded activity immediately
5bd7689ddddf : Allow profiles of an admin user to remove system app updates.
6a0d05c00a98 : Filter unsuported native audio formats in getDirectProfilesForAttributes
2d5158fd8362 : Create a set icon visibility interface for footer
403230333942 : Remove drop shadow below on the fill dialog
bc4e03d19d33 : Remove pendingAppearedActivity when activity is destroyed
010ce715e43f : Consolidate animation to show divider bar
576bba9bb0bf : Fix memory usage issue on WindowTokenClient
d40627d6513c : Import translations. DO NOT MERGE ANYWHERE
e4d57745b778 : Import translations. DO NOT MERGE ANYWHERE
9643ff3b9a6d : Import translations. DO NOT MERGE ANYWHERE
11837edad566 : Import translations. DO NOT MERGE ANYWHERE
3ee90dd8922b : Import translations. DO NOT MERGE ANYWHERE
8cf3d3c88986 : Import translations. DO NOT MERGE ANYWHERE
c73b4d5b76ae : Import translations. DO NOT MERGE ANYWHERE
727a3f1ec31c : Import translations. DO NOT MERGE ANYWHERE
e5bb04ec135e : Import translations. DO NOT MERGE ANYWHERE
e4342e079e3c : Import translations. DO NOT MERGE ANYWHERE
5533301ef29b : Import translations. DO NOT MERGE ANYWHERE
3c3364616f4a : Import translations. DO NOT MERGE ANYWHERE
c911af5a2fde : Import translations. DO NOT MERGE ANYWHERE
f90b1ac98d0f : RESTRICT AUTOMERGE Add namespace for DevicePolicyManager P/H experiments
9b9f600e43fa : Import translations. DO NOT MERGE ANYWHERE
a839aa6463b8 : Import translations. DO NOT MERGE ANYWHERE
efe0a3ec520b : Import translations. DO NOT MERGE ANYWHERE
3b266517f7ef : Import translations. DO NOT MERGE ANYWHERE
5cb2b724b032 : Import translations. DO NOT MERGE ANYWHERE
43ea27508dd2 : Import translations. DO NOT MERGE ANYWHERE
fbdcff39cdac : ChooserActivity populates intentFilter mimeType with intent.getType() prior to intent.getDataString(). This fixes the issue in screenshot sharing that no or much less than usual direct share recommendations surface.
72caa8e573a1 : Tune nav bar height
b6aced1722c6 : Parse extras bundles from NFC tags
1eba36badc24 : Finalized Watch profile summary string
d576379b7da5 : Don't auto move into restricted bucket if there's a recent interaction
3eef2a0542e8 : Fix CDM dialog for accessibility
44cb0c4e3144 : Fix recording of battery history tags
47a70c825370 : HACK: allow apps with pre-release SDK RESTRICT AUTOMERGE
4e6bd94ed185 : [snapshot] skip onChanged() in Watched* snapshot()
d5c4c550e414 : [snapshot] optimizing WatchedArrayList snapshot
4e2e4c93379f : Revert "Remove workarounds by data_device_bins"
8721d110fdf3 : Ignore tests in RecoverableKeyStoreManagerTest
66129991d781 : Revert "Suppress app transition while recents is running"
09b2aa20210f : DO NOT MERGE: Fix Budget bakers wallet app's fingerprint icon doesn't line up with sensor
f587ce8d0553 : Add multiuser support to StatsPullAtomService
e32d485a5f5d : Hide UDFPS background on transition Home => AOD
8c381ecacfdf : Running SysUI e2e tests as a presubmit for libs/WindowManager/
ad55d77168da : [Media] Update recommendation a11y content description based on whether guts is open or not.
a2e0455cd971 : Revert "Suppress app transition while recents is running"
a2e5077e2237 : Scrim now only scales horizontally
1c88a2be528f : Fix one-icon shelf flicker on lockscreen swipe-up
6cfc16157cae : Rename navigationBarHeight to navigationBarFrameHeight
f5e830a71323 : Revert "Don't trigger lift-to-wake on wireless charger"
66a2f628526b : Uses static top padding for lockscreen notification space
8a9793314913 : Un-obscure the Telephony phone account ID.
49e76804b887 : [DO NOT MERGE] T Subcard logging - Media Card code path
b0584661aa01 : Add set/getMaxNumberOfFrontends() support in TunerResourceManager
691844fe81c0 : Enforce contigious but unordered buckets
6c4862031508 : Clarify KEY_USE_TEL_URI_FOR_PIDF_XML_BOOL documentation
ba0f3d6da2e6 : Add additional toggleable active unlock settings
8c9302c9f2ce : Keep ArtStasLog write() functions
d91518e46302 : add use_tel_uri_for_pidf_xml field for ATT-UCE 430
0197bcfdc3ea : Add simulate-device-(dis)appeared CDM shell commands
95b04b1154c7 : Use callback executor when querying wallet cards from QAW client.
d5db26338436 : Move CtsQuickAccessWalletTestCases to presubmit-large.
390de88fef2a : [Bouncer] Hide status icons in bouncer.
b5c0f6c60ca6 : [Media] Update player's a11y content description based on whether guts is open or not.
6eff4d8f1b09 : Freeze all package processes before killing
5b341d8532dd : Fix bug in getStorageVolumesIncludingSharedProfiles
c8fcbb5ba423 : Add debug logging to StackScrollAlgorithm
2d47a57d3485 : Reset display input properties when removed
37c405d79fb7 : Update the rate limiting parameters to be a bit more strict in limiting, but keep the buffer longer before reset.
64afcdaf53e4 : Don't clip background drawable if navigation color view is not opaque
3a5d2ebeb9ce : [Media] Add a MediaController.Callback that will disconnect us when onSessionDestroyed is triggered.
86c660c7e8ed : Apply temporary PiP decor separately from overall placement
5996d908e1d4 : Debounce TV PiP movements
61a660519e6f : Protect UnlaunchableAppActivity against overlay attack
851046894fdc : Fixed cutout flicker in C10, P10
8e9be558b87c : Update switch status of PrimarySwitchPrefence when disallow by Admin
81f7e655e513 : Gets node bound when the FLAG_RETRIEVE_INTERACTIVE_WINDOWS is unset
d2815c0b422b : Dismiss Auth Biometric Prompt when expanding shade
9aa0cc3ee889 : [Output Switcher] Adjust device list height
1fd983bde132 : Fix AutofillManager and Session status not sync with fill dialog
a5acb6900f03 : Temp skip /product folder during root-hash calculation.
686ed4f3fd0d : Set collapsing toolbar background color
c3f288773fd0 : SpatializerHelper: Fix addCompatibleAudioDevice, removeCompatibleAudioDevice
7d870f9ec27c : Fix back gesture send to wrong focus window
36a660756e20 : Add OWNER to Virtual Device Manager
7a6da3153dd4 : added call notif exemption to PostNotificationRunnable and enhanced relevant tests Test: NotificationManagerServiceTest Fixes: 227456870
4ef05d502613 : Add dataFailCause existence check
ec0d7f51e57b : DO NOT MERGE: Downbranch merge conflict [Output Switcher] Make checkbox disable if a device is not deselectable
9e41ab3c4bf2 : Populate carrier id in anomaly reports.
c5c41e1be71f : Squishy ViewState no longer mutates global album art widgetState
9e9c9a8c5e93 : Properly protect ShortcutPackage#mShortcuts with synchronization lock.
9c54e12337e3 : Consolidate testing for input changes
3c815c92a7c8 : Revert "HWUI: Turn on Skia tracing by default"
b59e3de23569 : Stop the actual job in question.
ab0ee99c7b2f : Remove Dependency#get calls from NavigationBarView
cad40dc9b135 : Allow system server uid to bypass location restriction
b804fc3b4950 : Allow device owner to configure preferential network service
ee4629c089e9 : Adjust interpolator for shade unlock to match mocks.
470f8434b110 : ChooserActivity reports whether the selected target is pinned in Westworld logging
18992e982f42 : Don't use a scrollable dialog for CastDialog
bd0282a0d797 : [User Switcher] Remove callback in onDestroy
c6ac8f31a77d : Making it possible to call setFirstBoot when mInstallD is available
bf53704dab84 : BLASTSyncEngine: Logging and trace around commit timeout
c0e76e7cd899 : Update cache key calculation for statusbar insets
557fc354c138 : Set TvBottomSheetActivity as unrestricted keep-clear area
02f564f331c9 : Set focus to WMS computed focus when embedded window drops focus
25145ea25f8e : [Panlingual] Add the link for the LocaleConfig
9a43192cef11 : Fix logging crash in ResolverRankerService model
d4fd3a112b4c : Synchronize pointer display change requests
eb2d1e65b522 : Make virtual input device creation synchronous
143fa39384d6 : Keystore: Support Ed25519 keys
6347dec97bf8 : Revert "Revert "Clocks were switching too frequently""
7cfcd45056ff : Add onUdfpsLocationChanged callback
abaa42bd44af : Don't create unexpected display cutout or rounded corners
94a327e6e4ce : IMS: Intialize static association map before initializing native service
b212cbaca305 : Shift RoundedCornerOverlay to Display window hierarchy
f4c655bb3d30 : Consider adjacent launch target when recycling an existing task
ade911b9c76e : [DO NOT MERGE] Remove selection toolbar code from build time
62ff35d2abe4 : Fix pip window can't move in recents
5996319de63f : Close the TV PiP menu when losing window focus.
29f4d11428ee : DO NOT MERGE: Fix Budget bakers wallet app's fingerprint icon doesn't line up with sensor
1ab0ed29e45e : Revert "Clocks were switching too frequently"
2b62de12ceb9 : [LE broadcast sink] Add the broadcast sink apis
c35960c314af : Reset translation state when views disappear.
adc4224c85ec : Turn off the verbose logging in the AppBatteryTracker
96fa3d7f8355 : Fix dumping empty queriesPackages
2e41f9515209 : Attempt to fix LaunchAppShowImeOnStartTest
7fe0b77c8bbd : MidiService: Fix USB removeDeviceConnection
0d917af02ba7 : [snapshot] use caches for arraylists in mAppIds
af769b1e0bf0 : Prevent deadlock when releasing VirtualDisplays
ac8c52db3102 : Updating TrustManagerService to react to keyguard visible changes.
ccff27878090 : Start edge extension animations in sync
619e3540986e : Revert "Resend remaining VMAs on partial compaction due to failure"
0be19ec3c5fb : Remove notification permission feature flag
c829cd0c7132 : Don't prepare in-window animations if leaveKeyguardOpenOnHide.
74c760394aac : SurfaceView: Fix overlocking of mSurfaceLock
59d49a42381d : Respect halControlsIllumination provided by the HAL
3befbcf25275 : Revert "Move PiP when it occludes a keep clear area with naive a..."
7ba7690bfd21 : Move product string definition
b0838b3ac315 : [Bouncer] Force bouncer into portrait mode.
3537241e852b : Allow apps receiving MediaSession callbacks to start FGS from BG.
86c27c03eece : Fully migrate tv to notification permission
735bcf8cf7a7 : Remove package title from notification access confirmation intent
afebe14ef77b : Unocclude immediately so that the surface animation is visible.
de9005c38f29 : Fix Autofill dialog does not work
2e3e00ee63d5 : Camera: Fix typos and bad format in docs
a1c15b70f882 : UserDataPreparer: fix volume preparation order
88fb7256a45d : [Bouncer] Match spec for pattern view.
2a254b4d4790 : Update clock top margin
ea154b06db7d : Clocks were switching too frequently
9d7b9b17fefb : Hide sensitive clipboard content
47cba6dd846a : [Bouncer] Update colors for pin pad
84f00cf8afa4 : Add a new binding flag BIND_TREAT_LIKE_VISIBLE_FOREGROUND_SERVICE
a80cec38deaf : Rollback dropdown or inline suggestions when cancel fill dialog
ca67582c422d : Fix error in javadoc
2379385a09f5 : Add new methods to activate/deactivate session
287064c6589b : Update wallet tile secondary label.
7b7d575884cb : Do not purge process groups on system_server startup
39334d9df571 : Add missing settings strings
eace41f652f7 : Move EnhancedEstimates to PowerModule
95e0b6abbec7 : Update OWNERs file for telephony xml files
d20446ce09f4 : Use current user Context to generate NavBar layout
fabf6dcd4482 : Add validation TOO_SHORT_WHEN_ALL_NUMERIC
f8857a745d19 : Add name to LogBuffer threads
bd9cf8f9d2df : Improve LogAccessDialogActivity's rotation handling
969479b9e7b3 : Use withEndAction for unlocked screen off animation end action.
3c8ff4712fb3 : Adjust LogAccessDialog themeing for TV
1fc22b667357 : Exclude silent notifications from lockscreen
b055f6ad1d4c : [LE] Convert the BluetoothLeBroadcastSubgroup to QR code format string
c096f52c551f : Add more information to the TV PiP notification
74a5f8d1a94a : Re-enable the removed-from-presubmit hotword tests (framework part)
0812f844a16d : Fix physical display ratio incorrect
004e2f12e2ba : Rename CachedBluetoothDevice.setMemberDevice to addMemberDevice
0285f8f64149 : Remove inSplitScreen function
cfbae0d33a80 : Add paddinng below "Learn more" link of FooterPrefence
38cf61f70465 : Fix missing position updates to blur regions
9a083dde2c4e : Instrument jank of CUJ take screen shot
0f19cc3e903c : Ensure that two threads cannot simultaneously close SurfaceImage
5b65df1bc1e7 : AudioService: fix muteAwaitConnection device check
0cec6199f156 : [Output Switcher] Delete fallback check under api
94af43295c4a : [Panlingual] Add a flag to control opt-in/out
a6666f2221af : Migrate IME to handle back with OnBackInvokedDispatcher.
1d40671ef4e4 : Show the stop button in the task manager for user allowlisted apps
29beab87f44d : Move bitmap saving into corresponding ShortcutPackage
04266254083d : The stop string is media_output_dialog_button_stop_casting
45b0372fc571 : Add accessibility action menu items for divider
9c8bd2d5b4a5 : Window LayoutParams optimizations
1941e268aac5 : Sending RESULT_CANCELED to caller if the activity cannot be started
6f53188ebe94 : Execute pause timeout only when attached to a process
09abcc26a8b3 : Add tablet-specific version of string
abaa00ce7b00 : Cache SHOW_MEDIA_ON_QUICK_SETTINGS
33c832e34bfd : Don't consider PACKAGE_USAGE_STATS permission.
1edf7832ece7 : Update Api docs for ProvisioningManager#get[Rcs]ProvisioningStatusForCapability and is[Rcs]ProvisioningRequiredForCapability.
3c5617a07305 : [Fgs Manager] Increase contrast between text and background
2988f1cf2f80 : Revert "Remove REVIEW_REQUIRED from droidfooder phones"
564e618d0631 : Don't send split info callback before activity is created
8cedb6671769 : Add traces of the size of HWUI shader cache in RAM
747c85d54ef3 : Add USER_MISSED_NEVER_RANG to cover the case for call reported as miss even before it get the chance to ring.
75821bfd72b3 : Make the authentication requirement configurable for toggles
ea3e5046a7ae : Halve listview update delay
4c0c32d03c28 : [Media] Add some tests in ResumeMediaBrowserTest to ensure we're disconnecting old browsers.
0dea0b2a7c37 : Fix corner clipping on UMO
ceb6591e53c6 : Camera: Propagate extension results in case of dropped frames
0671bf432c31 : Ensure light reveal scrim is fully revealed once we're unlocked.
693e97732f83 : More robust restorecon and additional debug info.
77644a2c3166 : Add tracepoints for monitoring HWUI's (persistent) ShaderCache
bd8f4dac1bd8 : Add bouncer state to KeyguardStateController; disable smartspace transition if bouncer is showing.
1ac9dd57a0c2 : Revert^2 "Fix stale View tracking in ShadeViewDiffer"
63238fe68480 : Don't request sync again for reparented WC
705e2d644ea7 : Groups which had a priority conversation promoted out of them do not show that conversation's avatar.
ae7b2277b939 : Address proportional counting for out-of-order timestamps
2e58b462094d : Added MediaData.active to the media carousel comparator
d5d77fa8f360 : Replace StatusBarKeyguardViewManager with KeyguardViewController
c2bf0a6caaca : Fix Squashing Issue on UMO Background
e73f295f8e78 : Use drop shadow for screenshots instead of scrim
2333f56c2988 : Don't include PiP activity in app transit
45656ae607d2 : Fixing notifications side margins in large screen portrait
c34693dcac1f : Suppress app transition while recents is running
f4d20b9f1b2b : Adjust QS side spacing in split shade according to specs
65c6cf6e08fb : Adds explanation of MessagingStyle fields
a6fb6aeea528 : Style tweaks for resolver empty state.
8edc50d8bf69 : Fix Assistant breaks after stopping the app.
195baa1c93f6 : [DO NOT MERGE] Bouncer - Update selected item text color
29347308d746 : Update deprecation documentation for onBackPressed
28fea115ad9d : Add hidden constants to allow the role holder updater to specify the failure strategy
5f87a0e4c23f : Check and `speed` compile System UI on boot.
2452a35a122b : To read the Group UUID, the Caller must also have the USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER permission.
cd0abb860318 : Update DevicePolicyManager network logging docs
0644a5f98446 : android_media_Utils: update camera_jpeg_blob definition to match aidl.
c45e1c1ed5cb : Don't launch placeholder for bottom TaskFragment when waiting for top
49956a73c1b5 : Revert "Escape single quotes in aapt2"
9ebaba818d4f : Make sure empty TaskFragment notify organizer
0403c0a31c5b : TaskFragmentParentInfo should be updated for LTR/RTL changes
73706ceebfc2 : DO NOT MERGE: Downbranch merge conflict [Output Switcher] Behavior improvement
de900861e971 : DO NOT MERGE: Downbranch merge conflict [Output Switcher] Add animation when init connected
e27e307baaf0 : Fix keyboard is attached to wrong task in split
f90a00f4103b : Update connected devices sets when app is killed
4d31508c32c1 : Revert "added call notif exemption to PostNotificationRunnable"
a6a87acf2abe : Avoid compacting when app has foreground activities
5f370708845c : Add onUiReady to AlternativeTouchProvider
4a092d43c40d : Avoid Spell Checker initialization during anim
8f0afb889c0e : Revert "Un-obscure the Telephony phone account ID."
981f6b914235 : Revert "Do not ignore forceReload requests"
61ffd79f39d1 : Try to avoid overlapping job execution.
5dfa2dbca6e8 : Show "review notification permissions" notification
7209b5baf1ca : Ensure log buffers are dumped to file on uncaught exceptions
a492c2f2d9b9 : Revert "[conflict] DO NOT MERGE Suppress notifications when device enter lockdown am: 85c00b98a6"
cd2466ee309b : Ensure getUserName cannot return null
90ebb9e9b4bb : logcat test: add OWNERS file
3fbc6c9d0e74 : Fix PipTaskOrganizerTest
c18c9b9c9bfa : Deprecate and remove ProcessStateRecord.mAllowStartFgsState field.
6fb258098c88 : Follow up Androidx dynamic animation api change
9fffa7f846d7 : Add some extra exception catching/logging to readxml
fa9008bf1e30 : Fix wakeAndUnlock immediately after sleep.
94f506aa2af9 : Add developer option for back animation DO NOT MERGE
b65b4798f30a : Update SysUI to be compatible with latest Jetpack libraries
d1122015868a : Batch log access requests from same client
2b6a23400cca : LogAccessDialogActivity improvements
c48601b0af1f : Trace Window relayout reasons
48e24a8450e7 : Dismiss TV PiP when app op OP_PICTURE_IN_PICTURE is revoked
e6a1b4e8bc0e : Add background executor fow WmShell
9ad38c4e8a3f : Info the am instrumentation if test process attach failed.
a1ca66fe7583 : fix log spewing coming from Telecom#LogUtils
1b3f6a91e344 : Import translations. DO NOT MERGE ANYWHERE
f3b14e926a4e : Import translations. DO NOT MERGE ANYWHERE
f0efee772152 : Import translations. DO NOT MERGE ANYWHERE
82c1ca24bf26 : Import translations. DO NOT MERGE ANYWHERE
af4ba70aaaa0 : Import translations. DO NOT MERGE ANYWHERE
68ed78c06aa9 : Add SETTINGS_SLIDER CUJ to InteractionJankMonitor
bd868b63f5f4 : Import translations. DO NOT MERGE ANYWHERE
18edef1d0ad0 : Import translations. DO NOT MERGE ANYWHERE
c998277e44f8 : Import translations. DO NOT MERGE ANYWHERE
e639ceb20433 : Import translations. DO NOT MERGE ANYWHERE
2ec2ec5a6bc2 : SpatializerHelper: fix init of compatibility for attached devices
e10bb52776ec : Import translations. DO NOT MERGE ANYWHERE
6c6a6ef0341a : Import translations. DO NOT MERGE ANYWHERE
6b941dcc3b5b : [AppsFilter] separate classes for read and write
8a51e53dfdab : ColorSchemeTransition now updates the ripple color
f2e36f49f5b2 : YouTube and YTMusic trigger a race which causes the AnimatorSet to hang
c7b1f30c48e2 : Import translations. DO NOT MERGE ANYWHERE
96faf872fe66 : Import translations. DO NOT MERGE ANYWHERE
5fab6ce2b12a : Import translations. DO NOT MERGE ANYWHERE
b48e51d3c485 : Import translations. DO NOT MERGE ANYWHERE
a6e46b57fe36 : Import translations. DO NOT MERGE ANYWHERE
82c7f6e95c18 : Import translations. DO NOT MERGE ANYWHERE
530407c903c3 : Disallow privileged apps to bypass location restriction
3b7e688d78c9 : Revert "Revert "[SettingsProvider] enforce permission on openFile""
6c89591c3a69 : Import translations. DO NOT MERGE ANYWHERE
228ecd8c0d91 : Import translations. DO NOT MERGE ANYWHERE
f9c3c51727e4 : Import translations. DO NOT MERGE ANYWHERE
6cd1f074740f : Scale px udfps HW related sizes to curr resolution
d5c85599a0ec : Fix ManualBenchmarkState iteration unit
4801f789c507 : Listen for VIS window visibility changes in SysUI
baf80f6afaac : Don't show the bouncer onPanelExpansionChanged when dozing + not pulsing
53abe6077dc3 : Reuse a same buffer per session instead of reallocating each time.
195ff67523a3 : Fix colorSpace lose during screen rotation.
c8f6de4dccae : Move clipboard overlay above IME
2088e5096757 : Adds perfetto tracing to ScrollCaptureConnection
5b2b012f5567 : canStartForegroundServiceLocked() checks both UID and binding client UID.
8dfb5f8405e1 : Import translations. DO NOT MERGE ANYWHERE
5a2b0844826f : Import translations. DO NOT MERGE ANYWHERE
33b1957c88dc : Resend remaining VMAs on partial compaction due to failure
a44a5f917705 : AudioService: reset volume ranges when requested by APM
8b883c1f488c : Disable smartspace transition on tablet.
00fe9973d728 : Import translations. DO NOT MERGE ANYWHERE
a69c4ff3ff89 : Remove Dependency.get usage, warnings, and dead code
4bf8427cbc12 : Disable BLE-MIDI connection logic while researching UUIDs connection message.
d31226793513 : Fix bucket change issues.
b877f7d9469a : Import translations. DO NOT MERGE ANYWHERE
2589a7e8f756 : apk-in-apex-cache 1/n: Fix isCacheUpToDate for apk-in-apex
b82f35f21b54 : Convert Personal/Work tabs to rounded bubbles
bd2af08bba7c : Add CtsShimPrivUpgrade to shim.v2_apk_in_apex_upgrades
9b50252a7035 : Add clipboard source to edit image intent
fe7e9e9a6dfa : DO NOT MERGE Update active unlock triggers take #2
8a450acbc3d5 : Import translations. DO NOT MERGE ANYWHERE
d0ac45a71f29 : If something is suppressed from the notification list don't bubble it
e4d183457863 : Tell NoMan to update the auto-expand flag
40422db4639f : Allow SysUI to update BubbleMetadata#FLAG_AUTO_EXPAND_BUBBLE
80b47e83f631 : Fix race condition when TelephonyRegistry handles multi-SIM config change
87c7caa4556d : Finish DreamActivity on creation if it is obsolete
397a1fa78b70 : Add SysUI shell commands to show and hide the UDFPS overlay
32af64ccdc97 : Manually set mLastTileBottom when not laying out
e8c887c83552 : Rename CentralSurfacesInt back to CentralSurfaces.
ee4838630cb5 : Make CentralSurfaces an Interface.
697b7b033ea1 : [Media Recs] Remove smartspace cardinality method now that we only show 3 albums at most.
c024662af26f : [Media Recs] Don't show the recommendations if we have < 3 recommendations with albums.
0fe6a8babd24 : Use Owners in PolicyVersionUpgrader
6b0d330da013 : Extract OwnersData from Owners.
8df5acd8a313 : Add logging to NPVC
e2fb4b816600 : Fix warnings
059ac402afb0 : Remove duplicate help entry in MediaShellCommand
2dc941678f7c : Pass APK_IN_APEX flag when parsing apk in apexes
7a8010b205e4 : Remove duplicate allowlist entries for Bluetooth
7c0afb482a19 : Start running PM tests in platinum production
3726d5247ac1 : Revert "[SettingsProvider] enforce permission on openFile"
c40c497fba49 : Loading boost: use the existing GAME_LOADING power mode, and deactivate it on a timer.
f8a165d8b0aa : Notify organizer about TaskFragment parent windowing mode change
3e93b2623c8c : Update SplitContainer for non-finishing containers
1bc58a37f50b : Add documentation for LayoutParams.preferredRefreshRate
442ba6ca2c88 : TV:Fade out PiP content during aspect ratio change
2a3d045604db : Reorder PiP menu buttons.
2f757eec2f7c : Improve TV PiP menu buttons
bb2980a0e0b2 : Handle PiP params changes in onTaskInfoChanged
3c7622674973 : Don't show profile switching animation by default
86e40f73a064 : Only return ROTATION_0 for WM#getPossibleMaximumWindowMetrics
615d5d653e03 : USB: Increase debounce time for DISCONNECT processing (revised)
87bbf2326e26 : USB: Increase debounce time for DISCONNECT processing (revised)
022e5378849a : USB: Increase debounce time for DISCONNECT processing (revised)
4339880c1e74 : Fix invalid active window if accessibility framework doesn't track windows
57a1da433ac3 : Postpone window_state_changed events until the window is added
b360eb25d20b : Prevent deadlock for clearWaitingDialog
ddfe8bda7570 : Use Launcher smartspace instead of SysUI's for the shared element transition.
bc7b86dc2c87 : Ensure GameSession is not destroyed when restarting game.
ecf1d11f7234 : Update when PlaybackState state or actions change
10e4a19ef4be : Reland "Allow activity in ActivityEmbedding to get Task windowing mode"
0dc147eeeef9 : Revert "Allow activity in ActivityEmbedding split to get Task windowing mode"
be6b577f2799 : DO NOT MERGE: Downbranch merge conflict [Output Switcher] [A11y] Set property for endTouchArea
e8bd13a5930c : Revert "Fix stale View tracking in ShadeViewDiffer"
63e6a4a18b77 : Allow overlap between notifications and lock icon
07550e290b88 : Don't show KeyguardPresentation on the display which is always unlocked
7a2eb5704b1f : added call notif exemption to PostNotificationRunnable Test: NotificationManagerServiceTest Fixes: 227456870
365021f86652 : Remove unnecessary work around for updatable-media
4092bba7f1dd : Remove NavigationBarOverlayController.
3e5919a64b8a : Fix final UDFPS enrollment haptic
d23ba7d4f8b5 : Persistent process is ProcessRecord.isPersistent().
e1beb1b33a40 : Fix indicator not removing in certain cases
ef3d71dfb4c5 : Synchronize access to mCurrentState when updating
dd1b5b147ea4 : Set mask shader after matrix is set
f7ec124b5d88 : Allow users to block notification channels
ec2e1fae18db : Revert "Update show system experiment behavior."
6a2676fefb1a : Improve performance of edge extension animation
a11e1711e0ac : [Media] Add logging to ResumeMediaBrowser for connections and disconnections.
849d1ec7faa1 : [Media] In MediaResumeListener, always disconnect the mediaBrowser when it changes.
1dbc30a4372d : Add ActiveUnlock Settings
b7a245335722 : Validating service components after reading them from resources
8f24178ce94e : Add "changes" dot to expanded fgs manager footer
75ce82747d7d : Shorten IME surface caching duration
c27a9b025a69 : Don't cancel vibrations in LockIconViewController
1da50a201b9b : Unbind from dream overlay in onUnbind.
4932b90c4fee : [pm] remove some tests from staged platinum tests
2bd253a08341 : Fix location of side-fps indicator
68c6c8fc5e0d : [Fix Test] Modify test cases for InfoMediaManagerTest
86926638036c : Fix the issue widget retore doesn't play well with work profile
1f3d369e34d9 : Smartspace - Listen for SHOW_NOTIFICATIONS setting
d132711bc86a : Remove vendor apex privapp allowlist pruning
50f61bfdb74c : Fix notification shelf issues
c96f8c009a60 : Add function of text hyphenate to buttons.
1dc168ad2cf2 : Add isClone to InputWindowHandle
5eddba5eaea2 : Dismiss dream when activities are started while dreaming.
ad4b41ada66a : [Bouncer] Fix overlap from notif shade
fc6d5e91b7cc : Fix InputConnection creation callback
23e59a07d9d9 : Allow selective detailed dumps of caches
db9e238ec75d : Disallow external storage access without restricting other api calls
f5adb86e645f : New pipeline: Separate stability rules for group pruning from group changing
c6c69209914f : Edit workPolicyUtil constructor
649ca6d383e1 : Fix an NPE on cancellation when connection is closed
f7e1f4912ed5 : Skip updating DisplayFrames when everything is the same
1fd6b3b6b978 : Fix a bug where error count was reset before returning it.
a975afa97854 : Revert^2 "[Media] Update background gradient scrim to use album theme colors."
39deed8a5262 : [LE] Broadcast API integration for MediaOutputBroadcastDialog
f25bcf8babe0 : fix failing tests of DisplayManagerService
2a51ba9bf1ac : Toggle orientation sensor outside of WM lock
6db481e0795c : Fixed cts failure of WindowInsetsControllerTests
352c4e44dbcf : [Motion] Split-shade expansion: implement over scroll effect [v1]
961bc806e0e1 : Correct stream type for BLE input device
a95afa554cab : Revert "[Media] Update background gradient scrim to use album theme colors."
8d8d93bf6d92 : Fix empty resource showing "Und"
19904c7f3eec : Fix incorrect PackageSetting in the SharedUserSetting
b30721472470 : Fix animation target rule due to split screen arch change
d049581fd05c : Access mCurrentOperation in main handler
ae884781b7fb : Remove ConnOnActivityStartTest.
5b50cebd1866 : [SettingsProvider] enforce permission on openFile
103ef7dadf70 : Add color scheme constructor that takes WallpaperColors & Style objects
40d36f75bbd3 : Avoid alarm lock when calling outside
a5fa37dd1be9 : Log TelephonyAnomalyDetected event from AnomalyReporter
376e805767dc : Do not ignore forceReload requests
63110b01e2f5 : Fix failure in testUpdateOomAdj_UidIdle_StopService.
8f1295a7905d : Use correct groupKey API for notif groups
3d03ed3626f7 : Propagate HDR information to screenshot animation.
ce1bdbe56d26 : Add volatile to some cancel compaction signals to avoid compiler optimizations
463a08b2acc4 : Fix for compaction partially bailing out compaction upon cancellation
8a054c32c2dc : Fix for new compactions skipped after cancelling pending compactions
b0ef1944fb85 : Improve compaction debugging with extra adb command to force compaction
720a6a5a2130 : Add some trace points to compaction batches and cancellation
c8a02c5afb34 : Add threshold to downgrade compaction when swap is low
ac3a78dd5d7c : Sort list of flags, change comment about REVIEW_REQUIRED
6a82afbb8214 : Adjust variants specs to match latest UX spec.
e8f1a8c55939 : Restores a capture rate limit for long screenshots
ed8831ed8444 : Remove manual pregrants for AttentionService (handled via roles)
7b2c3db83afc : Make GameSessionTrampolineActivity invisible
19ba19d3beb1 : fadeInSurfaceBehind() when the remote animation starts.
927a236a80e0 : Clear task snapshot when we showSurfaceBehindKeyguard.
68b4defe8bd6 : Multi-user optimizations.
4e729acd167d : PackageManager Handler Thread Priorities adjustment.
37f8c719fe0f : Skip running app pair flicker tests since it's deprecated
9ae8e81d6a0c : Make TARE DeviceConfig-urable.
850171a99438 : Update canSilentlyInstallPackage DPMS API for financed device owner
05f45a09164d : Enable WM remote occlude flag; fix occlude state issues.
02771b7fc3a5 : DO NOT MERGE Suppress notifications when device enter lockdown
ae77af78badb : Support multi-window handwriting without focus requirement on down
a805c6f52284 : Grant Notifications to Carrier Provisioning App
50e341f29cd2 : Remove running jobs from pending list.
b5fe10111465 : Update JS docs.
ca02f078246f : Remove wtf.
dab0ebe4d687 : [Bouncer] Add condition to keep keyboard hidden
b17596b05127 : Show Notification Permission dialog on (some) task trampolines
5b3038ea7ecb : frameworks/base - Tiramisu is now 33 #4
99157ead8837 : Fix RTL changes in PagedTileLayout
c3fcf5dbc25b : Make DialogThemedActivity main window is not focusable
28b9201e1877 : Make IME visiblity stable without unexpected hidden when setControl
96b645d043df : Only run Animation#setBackdropColor on overriden app transition
c7839b9dc142 : Prevent screenshot when admin disable screenshots for all users
480e230e478c : Rate limit calls from apps to reportKeepClearAreaChanged
56774980c41d : Move REVIEW_PERMISSIONS_NOTIFICATION_STATE to Global from Secure
957742cf046c : Update Split Shade's status bar font size
624b03d6cd72 : Respect allowAllRotations for rotation suggestion button
094a6119014b : Rounded corner not align to right on land
901f3ca26334 : Disable battery saver notification based on predicted time left
a95bd4a83cab : Attempt to use snapshot starting window for task trampoline
c43e240f6a25 : Fix scrims not fading in
0fce6f21504b : Remove the usage of device_config flag: DisplayManagerService.KEY_ALLOW_ALWAYS_UNLOCKED_VIRTUAL_DISPLAYS.
868861ab352e : Adjust padding in expanded portrait shade
9c4b4e14a0c2 : Avoid calling updateSurface twice when dimming is applied.
df6c116b9a68 : Complete Reference RCU keylayout with all buttions
03fbfcbd9545 : Fixe the problem of invalid switch preference.
628c28a3d819 : [LE] Add intent action for MediaOutputBroadcastDialog
6a7fdce62645 : Make cuj be synchrous among atoms.proto and InteractionJankMonitor
fd2311407622 : Apply display ratio to cutout protection
c65819d83970 : Fix touchable region calculation in NavigationBarController (2nd)
1620411503a5 : Set the correct size to the container of icon view
0522842a349d : Allow activity in ActivityEmbedding split to get Task windowing mode
6fcbfc3962d8 : Fix crash for cross-process embedding
60607fd810f4 : DO NOT MERGE: Downbranch merge conflict [Output Switcher] update layout properties to support RTL mode
fa49a958c8ac : Do not run NotificationTest on TV.
f8a97ab1d876 : Fix "always" option in ResolverActivity
7a2ac50735f8 : Adding state description for current locale item
dafbfeadedc7 : Don't update brightness settings when throttling brightness
85a9add6bdac : Verify INTERACT_ACROSS_USERS_FULL perm for cross-user calls.
142c3f5c22fa : Add a protected broadcast for FDR
9cb1e9a7c3c8 : Use more fine-grained lock when persisting shortcuts to disk
ab7a63680a46 : Remove getLatestVsyncEventData in Choreographer.
8e63c3852770 : CameraServiceProxy: Create utility method for detecting if the camera is disabled by device policy.
f60100425515 : Un-obscure the Telephony phone account ID.
1d470caabb4d : Fixed the incorrect APN dedupling
74b0c462edc5 : [Bouncer] fix user switch race condition
e082ece64fc7 : Uri: check authority and scheme as part of determining URI path
b5f774ccfbca : Set title for privacy dialog
5e9e3e488b0c : Fix stack height jump during lockscreen=>shade and aod<=>ls
59dd2993241a : Transition a second time if background doesn't arrive on time
6f8285942198 : Check physical upside down for seamless rotation
7b7b8420e282 : Fixing setting mQsExpandImmediate state in correct context in split shade
4f9990471183 : Fix re-registering PositionUpdateListener
acd8594fde0e : Set burn-in offsets to 0 if darkAmount=0
2aaafaa1a892 : Fix notifications trimmed when unfolded on keyguard
f1602f61e2b8 : Add test for setLowPowerStandbyActiveDuringMaintenance
695a264811f3 : Fix AudioDeviceInventory#disconnectLeAudio
71d39b9c2654 : Create WifiPermissionChecker in SettingsLib
8fdf543c0373 : Enhance APP_BACKGROUND_RESTRICTIONS_INFO log.
91feddacb058 : Update launch root rule to consider candidate task if needed
3bc8068ccc94 : Add DeviceConfig namespace for Vendor System Native
62845d9af7d9 : DO NOT MERGE Suppress notifications when device enter lockdown
f8d37749b4e2 : Add an option, --reset-all, to dumpsys batterystats.
65282bdf637b : Revert "Allow device owner to configure preferential network service"
1f789841fe3d : DO NOT MERGE Suppress notifications when device enter lockdown
b1099290b8eb : DO NOT MERGE Suppress notifications when device enter lockdown
37f8a92e4d05 : Revised API docs of overloaded getGlobalVisibleRect methods and getLocalVisibleRect method. Fixed punctuation of "x and y coordinates" in getLocationOnScreen, getLocationInWindow, and getLocationInSurface.
b85e1abfe186 : Hide empty shade view on transition to KG
afae0bfe127e : No need to show user consent for SingleDevice && isSkipPrompt
bfd1812fcbca : Try to load colors more frequently
e2ca741779fd : Hold the reference of TelephonyCallback
85c00b98a6ca : DO NOT MERGE Suppress notifications when device enter lockdown
52bd9bb59733 : DO NOT MERGE Suppress notifications when device enter lockdown
2e1c70b6b224 : DO NOT MERGE Suppress notifications when device enter lockdown
628fc5322f06 : [MultiUser] Ensure sysyuig activities use user 0
b9aa00a55713 : Add TEST_MAPPING for com.android.server.display
46956980554c : [Media] Update background gradient scrim to use album theme colors.
d71db3b7ac4c : Removed extraneous comment delimiter from the getDefaultFocusHighlightEnabled method.
1d45696be2a4 : Revert "Revert "Remove check for preventing re-parenting non-spl..."
c3a7a1c555c6 : Revert "Allow device owner to configure preferential network service"
b579517aca64 : Revert "Allow device owner to configure preferential network service"
e8c5addab3c8 : Revert "Revert "Icon: make Icon's Bitmaps immutable""
4c41efd8d919 : Make ISmartspaceManager non-blocking
72c2e8309b3e : Added enhanced IWLAN handover check support
c54911bbe34f : Add animateRemoval() to the ViewBoundAnimator API.
6f1c9c329587 : Update javadocs for EXTRA_ROLE_HOLDER_UPDATE_RESULT_CODE
dd40b59c8da6 : Split-shade: prevent new shade expansion when shade already expanded
09ddba78cafb : PanelExpansionStateManager: add new parameter for raw drag amount
f3787b207a3f : Revert^2 Fix testRegisterComponentCallbacksOnWindowContext flaky
402727731f9b : Move kids mode relative logic to wm shell
b470573f1215 : Add UI type on selected event
4a2630054993 : Reduce overhead of activity launch observer
37259089a220 : Only a test admin can be unmarked as a COPE admin
fc780a07cff4 : Temporarily remove CtsDomainVerificationDeviceMultiUserTestCases from presubmit.
a930e1ee5406 : Do not affect WindowContainer#getOrientation by animation
e79a02435d53 : Fixes un-setting activity type when embed activity in split-screen
f71eddec34c9 : Revised API documentation of getLocationOnScreen, getLocationInWindow, and getLocationInSurface to include multiple-screen behavior and remove mentions of "global" coordinate space.
4631d24e79bf : [Media Device] Add null check to avoid npe for compareTo method
d8ed268aca4c : Have NetworkPolicyManagerService listen onLinkPropertiesChanged callback
94981629c6dd : Change bypassRoleQualification persistence logic
29cca6c789c2 : Count the number of dropped events due to rate limiting and attach that number to the header of the dropbox entry.
5dd81d405ed8 : Installer package can call performDexOptMode
eb8d8852f374 : audio: fix accessibility routing in call
e99a269f2e3b : Fix circle is cut off in BiometricPrompt
7fe81a61c554 : Adding null check to prevent NPE
90cf76a24087 : Ensure the splash screen launched from system ui must be solid color.
047ed4a30db5 : Import translations. DO NOT MERGE ANYWHERE
0518e121f0a8 : Import translations. DO NOT MERGE ANYWHERE
6e7099f77c14 : Import translations. DO NOT MERGE ANYWHERE
271118aa0319 : Import translations. DO NOT MERGE ANYWHERE
0ad153ba4df2 : Import translations. DO NOT MERGE ANYWHERE
482d77f506d9 : Import translations. DO NOT MERGE ANYWHERE
603c640f64a3 : Import translations. DO NOT MERGE ANYWHERE
9182b74df10f : Exception for Kids Mode from ignoreOrientationRequest.
556dc213d843 : Import translations. DO NOT MERGE ANYWHERE
c21254f45bee : Keep the focus on the primary when launch ActivityEmbedding placeholder
5d06231c539f : Import translations. DO NOT MERGE ANYWHERE
6d5c127e949b : Import translations. DO NOT MERGE ANYWHERE
82b35b547ab4 : Import translations. DO NOT MERGE ANYWHERE
2d18a7cb7db0 : Import translations. DO NOT MERGE ANYWHERE
961e83b2b746 : Import translations. DO NOT MERGE ANYWHERE
675856075396 : Import translations. DO NOT MERGE ANYWHERE
0fcabc2b1070 : Import translations. DO NOT MERGE ANYWHERE
b2c69fb78ed2 : Updates documentation on Action Button Icons
d9d8a96821f0 : Add util methods for WorkPolicy in SettingsLib
fa74dd624509 : Adjust QS top padding
6982072b633d : Add other tracker info in the bg restriction metrics
57999bac7893 : Stabalize AmbientContext detection by restoring client requests.
06fb230d6dd2 : Allow IVoiceInteractionSessionListener to listen for window vis changes
813714c2e38b : Fix missing Release for GetStringUTFChars calls.
8fd35436faee : Revert "Icon: make Icon's Bitmaps immutable"
b567ff7c40ae : Fix spinner not shows up
dae8f844e6a6 : Test empty programInfo update for BroadcastRadio
8e8b50c64762 : Use Wi-Fi state cache in Internet Panel
ef3b9f365f53 : Add vibrator and power HALs to Watchdog dumps
4b44ad30a010 : [AppsFilter] skip recompute mQueriesViaComponent for snapshot
3ac2e435a669 : Add check for empty vsync data in Choreographer.
d7816f0bba29 : Revert "Remove check for preventing re-parenting non-split apps"
9aedadbedc95 : Optimize ActiveServices targetSdkVersion fetch
f173defe6eb0 : Fixes UMS.getPreCreatedUserLU() to ignore partial pre-created users.
f3d0bfaa4c0e : Use a com.android prefix for hidden intent actions
8fbc23c5c983 : Add timestamp to ActivityOptions.OnAnimation*Listener
5d7b964181f2 : Don't re-prompt VISUAL/AURAL after app upgrade #2
1e5c6d9c4e79 : [MultiUser] fix async bouncer user
40e563d373c4 : Use buffer to log media timeout events
ab2fc4970b19 : Remove the occasionally crashy MotionEvent logging.
dc029cbba741 : Clean up ResolverListAdapter::rebuildList().
08df009e8d7a : Ignore some Chooser tests that flake on races.
6cdd926f43c7 : Create ResolverComparatorModel interface.
ca014a873b64 : Fix(?) for some disabled ChooserActivityTest cases
31c17f46f28e : Reduce lock contention on setting write.
d2a49af61817 : Revert "Don't re-prompt for VISUAL/AURAL after app upgrade"
4e6b3353e556 : Fix touch on QQS tiles
9af3089725ce : Fix appVisible assertion on OpenAppFromNotificationWarm
7355fc7a8004 : BinaryTransparencyServiceTest: Avoid schedule()
5990b7f6f216 : [AppsFilter] use snapshots instead of live data
ee3a15d41932 : Store preferential network service config in xml
dcf72f230c73 : Fix the multi-user keyguard dialog animation
c6b845dee35a : Do not apply taskbar insets for overlay case.
9e08260cce7e : Add TaskFragmentOrganizer#onActivityReparentToTask
1e3e539c942e : Add missing Settings constants.
eebc3162a2d7 : Do not change created-by-organizer task to different organizer
a8860f707bc5 : Fix transition wait when ActivityEmbedding enters PiP
ce506dcf0059 : Revert "Fix testRegisterComponentCallbacksOnWindowContext flaky"
79a505319710 : Reinforce comments for newly added provisioning keys
7f1e7a1e65c7 : Do not run NotificationTest on Auto.
317457ff0a80 : Merge intervalMillis of GnssMeasurementRequest
13cb74291f33 : Add logging for Smart Space on Dream surface.
7f9867752430 : Checks that state requested from top app is a state we allow
c75fdad21981 : Add a device config about moving abusive apps to restricted level
34fbbdeb9a56 : Allow injecting cached NTP time without network
7b2b1a60203c : Add keyguardGoingAway to the state controller.
eae7ca816504 : Do not cleanup IME window if show is requested.
48441703770d : Notify IMMS synchronously on IME insets hidden.
6e947afdab93 : [Media] Allow a11y interactions to change seekbar position.
24c2c8536642 : Tell NavigationBarView when mode changes.
dbc7e4a31e70 : Fix a typo in AbstractMasterSystemService.
7d42430dc294 : [Bouncer] Reset y translation and alpha
47032a209517 : Icon: make Icon's Bitmaps immutable
5444cdda338e : Remove check for preventing re-parenting non-split apps
445ee3c0f1ee : Fix testGetSurroundingTextFailWithNegative{Before,After}LengthForA11y
fe3f81eb61f1 : In getMatchingShareTargets, add callerLauncher to fetch sharesheet marked pin info.
daf03e85c381 : Remove recycling references in A11yNodeInfo
bf22232e3c64 : Add Vulkan 1.2 and 1.3 to getVulkanVersion()
4fe28a4d242f : Rename translationActivityUid to translatedAppUid.
94ed570f3527 : Reduce duplicate UiTranslationStateCallback calls.
020c607e751d : Remove STOPSHIP
9da14f77af10 : Revert "Revert "Remove Dep.get(CommandQueue.class) from NavBarView""
cdb2c0674853 : [Media] Allow output switcher chip to handle larger font sizes without cutting off the test.
0ae9b438228a : [Media Recs] Hide the title / subtitle views if none of the albums have titles / subtitles so that the album art is centered better.
944c5af2d685 : DeviceConfig for Chooser update-delay duration.
df808486df93 : Always update lockscreen UDFPS icon's progress
320a27d5bf90 : [Media Rec] Use the same long press menu for media player and media recommendations.
ab3d4e414362 : [Media Recs] Update colors to be themed based on the app icon and always dark mode.
ce4dccad78a9 : Add the compile reason for the forceDexOpt method
86054beef06e : Initialize StatusBar unfold animation with 1f progress
4b945427b9cd : speech: Mask client identity when running the package manager call
af6b08b09abb : Make screen capture per-device DO and COPE
8d056ab409fa : Don't trigger full relayout if DateTimeView doesn't change
37ffba8d745d : usb: Add the boot completed check before broadcasting intent
fd9e7d529fd7 : Disable failing PIP expand assertion
97a456125c1b : Disable flaky flicker tests
6010845a4a72 : Promote isFloating to TestApi
5070363c8761 : Disable failing app launch assertion on shell transitions
4ca7bb87d7f3 : Additional libcore benchmarks.
675cc35c054f : Collect the max number of successive missed frames metric.
aef103de2f54 : Fix bug in DPM#setDrawable
dd397eac4901 : Prevent LocalImageResolver from upscaling images
8b55dd05ce69 : Block subdirs of Android for SAF and normalize the path
b2c568f36876 : Fix IME layering issue by non-focusable IME target overlay
787dedce3901 : Allow device owner to configure preferential network service
189d80760515 : Update BlobStorePerfTests to use releaseAllLeases().
585473d9dcca : Fix memory leak in MultiStateCounter
1b57e4cc4cba : [Autofill Crash]: Fix NPE in AutofillManager.
52629838cb5d : Add CarrierConfig to TelephonySubscriptionSnapshot
c91b6268f7b6 : Import translations. DO NOT MERGE ANYWHERE
fc2e65f0501a : Import translations. DO NOT MERGE ANYWHERE
98765329953e : Import translations. DO NOT MERGE ANYWHERE
e80ceb507709 : Import translations. DO NOT MERGE ANYWHERE
35a88760b7e7 : Do not show the notification prompt on noDisplay activities
532f4d2f811b : Revert "Revert "Enable media session flag by default""
7291bdbf8a9b : Import translations. DO NOT MERGE ANYWHERE
3bd5417bfedb : Add Peter to OWNERS
9510ef1aa224 : Make generateKey() return a status
3fd4c55d6da4 : Don't re-prompt for VISUAL/AURAL after app upgrade
7eb67638dfed : Import translations. DO NOT MERGE ANYWHERE
84438ca22be6 : Enable RRS (FHD<->QHD) support for UDFPS
7c64525d1caa : PiP: Re-attach PiP menu when display changes.
be242d1d4715 : Updated an incorrect link.
59b5e8bf29a0 : Open dialog panel after long pressing a direct share target to allow pin/unpin the target. Communicate with ShortcutManager/Launcherapps to store pin info in ShortcutService.
9ed23e7c7e66 : Fix pin icon un-allignment on direct share row
9ce5df5cdf79 : Cleanup GlobalModule.
7d0473dfad0c : Rename narc to cake.
66a423e79c27 : Remove unused ChooserUtil.java
e5b168ac2749 : Update Chooser shadows to match Launcher.
6121f00e1bb7 : Remove two timeouts in ResolverActivityTest.
72a8595e8f0e : Update test names to kotlin style
878e618b167b : Add BlobStoreManager.releaseAllLeases().
37db6025c699 : Ensure GameSessionTrampolineActivity launches intent once.
b6b2906ea647 : DO NOT MERGE Crash invalid FGS notifications
714d59fafe5f : [PackageUsage] fix NPE
1570e7d96e20 : [User Switcher] Use Log.e instead of Log.wtf
84625f4ebfde : Setting the idle bind timeout to 10 minutes. Bug: 229865962 Test: Config change
7000ff86969e : Use correct timeout when gating sync transaction
2542074fd793 : Changes UserSystemPackageInstaller log TAG to use its own class name.
cb3c5c30092f : Crash invalid FGS notifications
26e9d222c10f : Crash invalid FGS notifications
6197f495a9ba : [LE_Broadcast]Start broadcast and stop broadcast
2fa6e18c513e : If necessary, re-create game session when game task is focused.
e20cef59082b : Don't create external storage dirs for apps with PROPERTY_NO_APP_DATA_STORAGE
7c1bf84c373f : le_audio: Extend handling of Broadcaster as active device
59afd5ccf781 : AudioDeviceBroker: Extend createBtDeviceInfo with LE_AUDIO_BROADCAST
24797ecd7b5e : Add OEM config for enhanced confirmation mode and add restricted read ops
d89a58046c60 : Consider requested orientation for snapshot compatible
edf1b37a0821 : Fix testRegisterComponentCallbacksOnWindowContext flaky
8fc91fa0f612 : Fix flicker while resizing split screen
1921f8c1dc66 : [DO NOT MERGE] Force extra nav bar provide side gesture insets
341593ef1214 : [Panlingual] Change Checkbox color and remove divider of listview
1a14fc4a5e0c : Add jank instrument support for split screen enter and exit transition
e382326e3d47 : Fix crash in getParentContainerBounds
f71bbcf9a4c5 : Don't set animation pending when gaining fake control
85b339fb2467 : bootanimation: correct logo position and size after resolution changed
dd51f86fd43f : Implement PiP custom close action on phone
e2be3244e8fa : Convert apct/managed_provisioning/presubmit_test to Test Mapping Suite.
90aca266a304 : Import translations. DO NOT MERGE ANYWHERE
f1ea23510ad8 : Add debug logging for media view events
e026d4c179b6 : Correct Typo on Provision Refactor per API review
bcea9fd89e90 : Support scaled cutout & roundedcorners when resolution is overridden
258483bff314 : Cache Wi-Fi state in worker thread
dd7469775039 : Link BatteryTrackerInfo to the metrics logging.
e6cec1a2e4c8 : Updated API documentation of screenWidthDp and screenHeightDp to include multiple-screen behavior.
71032c8d6788 : fix API description on how to round average qp
2b98ef8a0c81 : Import translations. DO NOT MERGE ANYWHERE
7f3e096b70bc : Don't MAP_POPULATE native ZygoteCommandBuffer
419aedc23d38 : Import translations. DO NOT MERGE ANYWHERE
efcb53d0e795 : Import translations. DO NOT MERGE ANYWHERE
8c46e4974966 : Import translations. DO NOT MERGE ANYWHERE
1989bf4e1dfd : Remove pipeline construct thread asserts + effects
58270527d11a : Only allow the system server to connect to sync adapters
ed1fbd9dbe4c : Disable failing visible consecutive layers assertion
eef327f536d5 : Revert "Only allow the system server to connect to sync adapters"
4c0ea738e70b : Add defaultSearchSelector config and default grant
b6fee1c306b4 : Import translations. DO NOT MERGE ANYWHERE
c8e95b9329d4 : Don't preload into nonexistent zygote
30c131f520b0 : Import translations. DO NOT MERGE ANYWHERE
1f5c147eb595 : Auto append password hint for TextView
321e47a89393 : Import translations. DO NOT MERGE ANYWHERE
1f1f7c604f8f : Use Window Context for SurfaceControlViewHost.
6c7569871f84 : Synchronize access to mCallbacksList
b358224e5bd6 : Wait IME visible after launch
f18c6b3cf669 : Revert "Remove Dep.get(CommandQueue.class) from NavBarView"
a6cf936798cd : Validate target view surface in PipDismissTargetHandler
53eee19b60e8 : [Media] Ensure that we update the seekbar visibility whenever its enabled status changes.
d007def336fa : [Media] Update paging indicator to be light gray.
bbf0074056a2 : Use device config to control hints allow list for fill dialog
9e5b4ec8166c : Revert "Remove getSfInstance usage from ViewRootImpl"
96619bc7c579 : Camera: Update timestamp base doc for SurfaceTexture
9f174f4bbbf9 : Send the hint immediately when actual > target
99476cf78c69 : Exclude flaky tests from CtsGraphicsTestCases
6e2960cba6fd : Disable flaky app launch flicker tests
3df2e39b4833 : Don't assert bars location when display is off
2d62f58c6b16 : Add SurfaceSyncer markdown file
e81ef8b88855 : Bind IME and retry creating inline suggestions
ba136aed98ef : Exempt the device/profile owner protected pkgs from FGS task manager
b5ef87ae82c2 : Add an argument to `cmd pm dump-profiles` to send --dump-classes-and-methods to profman.
0bdd9352a024 : Add brightness event logging.
878c61356d5a : Phase out config_roundedCornerMultipleRadius related config from SystemUI
f11f96997375 : Extend the timeout of update state
9bfd60ab82c8 : Disable depth effect during split-shade expansion
cc79f24c49cc : Redraw ScreenDecorations only if rotation changed
8fdef464377b : Re-adding the task to recents once task affinity updated
f53ec27a0b95 : Fix BiometricPrompt can scroll / overflow on long text
dfff81e48981 : Fixes flaky tests
e9440ab1a07f : Passing info to RoundedCornerResDelegate directly
e714cb1ab249 : Set the candidate task windowing mode
f8b022ef0ff8 : Support exit to full screen to non-split app
b98941f2ce90 : Fix Photos crash when open 10-bit HDR videos
9f226ba4c4c8 : Fix InlineFilteringTest#testFiltering_filtersByPrefix
0a57e88a7515 : Revert "Migrate InputMethodService to use OnBackInvokedDispatcher"
a031a2940a6e : V1 is the latest version of android.media.audio.common.types
81c030ffc6c7 : Update condition to elevate a sync adapter to ACTIVE.
1afd09356713 : Revert "Deprecate getSfInstance usage in PiP component"
528db439de42 : Collapse bubbles when drag and drop is initiated
2fd500488a02 : SurfaceControlViewHost: Allow updating of WindowContext used for SCVH
04a6e834c6b7 : [LE_Broadcast] Add more APIs for the broadcast profile
5dda0e1dc00b : Update string to say "Starting in Android 13" rather than just "In Android 13"
99b958d581be : [Scrim] Remove notif scrim flicker on unlock
45697cf9c9e1 : Respect disable flag in LargeScreenHeader
c79553f58043 : Make the KEYGUARD_DELAYED broadcast priority
afc39ef1aed2 : Don't send null data call list response
fbbecbd49bf3 : Revert "Use getPhoneNumber API to get phone number on T"
21a8baaeb1d8 : RemoteViews: make bitmaps immutable
d8ff97bf8d33 : Remove NOT_RESTRICTED from basic network requests.
dd018a90c4ac : Freeze AIDL APIs for TM
c1b5ff048192 : Invalidate home task snapshot onWakeAndUnlock.
3c4a8625b9e8 : [Trust] Add test target for tablets.
1f94d22ad894 : [Media] Add logging for NearbyMediaDevicesManager.
d92f3fca7402 : Auto finish composing text when A11yIME commits text
c60176c1f315 : Let A11yIME use its own IPC definitions
142026bbdb5d : [LE] Add api to check the media device is BT LE device
61aa866570b0 : [Media] Add logging to MediaMuteAwaitConnectionManager.
3bf7ee6b8d8a : Fade out LS UDFPS affordance on QS expansion
72bdcf6eee74 : Don't reset brightness when going into AOD_PAUSED
689ec01c89f5 : Remove co-ex logic for blocking face help msgs
db07b07b2b19 : Construct Region object with nativeObject
93adaef7c98e : [Media recs] Update app icon to have full color and clean up layout params.
26780b4d6da2 : Fix imeLayerAndImeSnapshotVisibleOnScreen flaky
6d9b0f714ec5 : Convert apct/managed_provisioning/presubmit_test to Test Mapping Suite.
ae18e0f8dd47 : Import translations. DO NOT MERGE ANYWHERE
720ae87d6b8c : Allow delete empty TaskFragment in PiP
394646cfeb90 : Import translations. DO NOT MERGE ANYWHERE
8c09ef0f2f92 : Check target is empty before showing it in AccessibilityFloatingMenu
14ac19c70909 : Fix NetworkTemplate generates non-metered carrier template
664ded5de3ba : Migrate NETWORK_ACCESS_TIMEOUT flag to DeviceConfig.
96330eec1822 : Remove unnecessary pending temp allow list in ATM
3a89f88112a7 : Only move Task to PiP if there is only one non-finishing activity
7318911f69d8 : Reset crop after finished transition
54dd6faf2b5b : Fix javadoc on Context#BIND_FOREGROUND_SERVICE.
ac43093bb042 : Don't hardcode the blocked reasons in AMS.
6b9407780e5c : Restrict Wi-Fi toggle in Internet Panel
c4fa98de5dd1 : Import translations. DO NOT MERGE ANYWHERE
1394bf4c8e4c : Import translations. DO NOT MERGE ANYWHERE
e033135758d9 : Import translations. DO NOT MERGE ANYWHERE
fa2e0ba5ff0f : Import translations. DO NOT MERGE ANYWHERE
76d025a3c9ea : Import translations. DO NOT MERGE ANYWHERE
919a0820f10a : Import translations. DO NOT MERGE ANYWHERE
2c4594f053f5 : Import translations. DO NOT MERGE ANYWHERE
3db0877e2a51 : Import translations. DO NOT MERGE ANYWHERE
bafd391f4cab : Import translations. DO NOT MERGE ANYWHERE
10719216baf5 : Import translations. DO NOT MERGE ANYWHERE
2e980c13565e : Import translations. DO NOT MERGE ANYWHERE
f0337712cc85 : Import translations. DO NOT MERGE ANYWHERE
8edca0937b5d : Import translations. DO NOT MERGE ANYWHERE
5eb926d2d7c4 : Import translations. DO NOT MERGE ANYWHERE
6c0befb30448 : Import translations. DO NOT MERGE ANYWHERE
4cc5f9a6629a : Import translations. DO NOT MERGE ANYWHERE
bd7eaef677d5 : Import translations. DO NOT MERGE ANYWHERE
697718c98d1f : Import translations. DO NOT MERGE ANYWHERE
3d9b961a0663 : Import translations. DO NOT MERGE ANYWHERE
c73c67de5e59 : Import translations. DO NOT MERGE ANYWHERE
e43ee18599cb : Import translations. DO NOT MERGE ANYWHERE
943568b54ae5 : Import translations. DO NOT MERGE ANYWHERE
637731f83658 : Revert "Enable new data stack by default"
7800278203ea : Deferred BOOT_COMPLETED broadcast does not mean queue is not idle.
350b1e129017 : Update strings (for media permissions)
e590c3982f27 : Reduce notification section gap on lockscreen; increase gap when going to shade
148fa19a60c7 : Allow revoked capabilities to be restored in sharedUserId lineage
bcbe73414faa : Remove manual pregrants for ContentCaptureService (now handled via roles)
54e9796cde7c : Hide dream status bar when system status bar showing.
826767b9f1f1 : Add command to allow setting of some permission flags from shell
7e53d0e9f58a : ViewRootImpl/SurfaceView: Listen for queue stalls
2846fabef31e : Fix clipped notifications in sensitive mode
a5f909ffc0d8 : Properly apply launch animation params
663ed4645ec3 : Update bouncer visibility on altAuthBouncer changes
e4f4f107f301 : Reset PiP shadow radius in onTaskVanished
bfc79c8f6028 : Implement getInterfaceHash/Version (omapi)
85c88fea3c0c : Empty state UI tweaks
eb00e3c77a65 : Maximize VCN MTU when using IPv6
848a7b8d357b : [User Switcher] Finish activity when switch user
564264ddeaf8 : Squiggle progress smoothly transitions when seek is disabled
a32705f39c2c : [Bouncer] Add min margin bottom for window inset.
8c3bde8da515 : Restore notification stack updates during lockscreen-to-shade
f3dfaa3590e7 : Remove resource config_showOperatorNameInStatusBar
ba66d500b1bd : [Media Rec] Update the background to be colorSurface.
f9c2af711f3c : [Media] Simplify how we get the background color for the media player.
f6453bc32fe9 : [Media Recs] Add titles and subtitles to the expanded layout.
d6090a038ae8 : Make notification getParcelable usages safer
5e8f4a3eb9d2 : Fix broken test in WifiEnterpriseRestrictionUtils
4613ce0a2bbb : Inform the app to wait only if procstate has affect on ntwk access.
3bad67bf0157 : Inform Application thread to block for network rules to be updated.
46ddc965b999 : Update getUidProcessState to consider mPendingStartActivityUids.
eb5e04aeca10 : Inform AMS about the uid blocked reasons.
efa4f742360e : Ignore older UID state change callbacks in NPMS.
3d9f5e63c1d2 : Inform NPMS about the app coming to the TOP state early.
28d4a8f2aff8 : Optimize the handling of disabling doze state.
63a7d711c726 : Fix the arguments order to postBlockedReasonsChangedMsg.
99b5c0cbf640 : Avoid checking for idle state when the app is in top state.
c3580425a76c : Update network rules for only uids that are installed.
fa63f4448ef5 : Fix logs in NetworkPolicyManagerService.
6e0d64b95ad9 : Guard mUidBlockedState with a separate lock.
d25240eb2573 : Add SDK sandbox UIDs to network policy.
529a00790219 : DO NOT MERGE: Downbranch merge conflict [Output Switcher] Update property for A11y bugs
a54743a270c5 : Add some debugs to diagnose test failure.
a5ffd87b0dcb : Reset mAcquiredReceived on udfps-fingerdown
3ad8bdbd5a73 : MediaCodecInfo: when explicitly specified reset default bitrate mode
9220937682f6 : Fix recents thumbnail wrong while swipe up
0443aa3b791a : Add a description to the params of keep clear rects APIs.
5a52d3119703 : Support Ikev2VpnProfile provisioned with IkeTunnelConnectionParams
9a671ee3aa3f : DO NOT MERGE: Downbranch merge conflict [Output Switcher] fix checkbox not show
f744dbac2889 : BatteryStatsService: Fix wrong arguments passed to noteBluetoothScanStoppedFromSourceLocked.
09d24aba05f2 : Lock ComponentResolver when taking snapshot
0d9720390167 : Add a config to control if show the prompt on abusive apps
a7bd3b9aedec : Update hwui deps due to libtonemap
6827e13a2d71 : Skip onTaskMovedToFront if the bubble selection is animating
009bdec30a9b : Do not run hint animation during aod=>ls transition
1e780ab02d7c : SurfaceView: Ensure position update listener sets at least once
0a2fa353c584 : transparency: update OWNERS file
cab8148a753a : Implement getInterfaceHash/Version (health)
9936216ef1e9 : Remove contents of DependencyProvider.
6a694788d31f : Generate per-use prompt only when the process is foreground
3e8480ad914c : Update OWNERS file.
6f25f3e0fee9 : Revert "Change version checks to use SdkLevel.isAtLeast*"
0f6e4f5bdf74 : Add onClickListener to "show all" button on the QAW empty state view.
4164dfa9db83 : Update logging of AppBackgroundRestrictionsInfo atom.
81bd659c4413 : Fix bubble expanded view jumping to the left when switching bubbles
9eb214161a62 : Update the constants to use Environment
5d186e782b2a : Convert extensionTime to millis
ace3a78792b9 : Nest SystemUI alert dialogs in NestedScrollLayout
a649454ebebb : Update strings and UX for fgs manager
861744dde9ee : Refactor FingerprintStateListener to BiometricStateListener
72c1ca86aa66 : Invalidate empty pages at the start of wallpaper
007be18942dc : Fix double counting of margins in keygaurd status bar view
599801303fff : Add charging requirement for scheduled job.
316179540ee2 : Make BackEvent#getTouchX and BackEvent#getTouchY floats.
4bde5d340330 : Let A11yIME use its own method name for systrace
f12388e10729 : Update Android Enterprise-related VPN strings
0b5efe15f7c3 : Make CentralSurfaces optional
d8a124b758b9 : Fix Filter callback race condition
9f23e051e46b : Accessibility: Set the title of the dream activity to the label of the current dream.
e8258fdf7bae : Advise use of InputDeviceListener when using pointer capture
dd0e2f32f010 : Only do the ble scan if association isNotifyOnDeviceNearby
937b03e8aba9 : Add strings to Settings.Secure for notification permission
956ee7ed9a18 : Add the flag "clear top" when launching battery settings view
b508ee450f60 : Add media perms to DefaultPermissionGrantPolicy
8f85ec94c4ba : Add null check for label when persisting provider info
b30cec480054 : Migrate USB audio device permission warning dialog for both Direct USB Access and AoC Offload feature
0247dddee523 : [LeAudio] New Broadcast dialog UI
fd355c0945a0 : Finish unfold transition when screen turns on after half-folded
d24c070acbdf : Make READ_NEARBY_STREAMING_POLICY adoptable by shell for CTS tests
09b9a643e7c7 : [Media Recs] Some updates to smartspace recommendations layout: - Only show 3 albums instead of 6 - Remove padding from app icon - Update various sizes
caa0302ef4cd : Change version checks to use SdkLevel.isAtLeast*
2384beb3fa22 : Use the icon size of starting surface for split decor
c63675f59538 : Assert correct nav bar visibility in overview
12b2d2c76828 : Fix media_session shell commands
8e00e4868b27 : Use androidx.window prebuilt.
6ba8b1efaeb3 : Add metrics for low battery warning
cb612eeb7743 : Quick fix for notification scrim showing when swiping up the bouncer
79b516d38e49 : Phase out config_roundedCornerMultipleRadius
939b27cb5069 : Fix WCT.setBounds not being picked up by Task
4ae839860ff1 : Add error handling for start task and intent
16e0f280a8d9 : Toggle schedule_exact_alarm to be denied by default
7439e386466f : Update to use NAV_BAR_KIDS_MODE settings key for kids mode organizer
6aabd50f5c89 : Fix rescheduling of jobs with large periods.
b83ae06adf6c : Add MIDI info to USB dumpsys
c043fa586dd4 : Migrate task intent/info to new task only if source task is empty
ca9a784d8933 : DO NOT MERGE: Downbranch merge conflict [Output Switcher] Update volume control behavior
f1e2a2e9758b : Don't bring up keyguard when activity can show over lockscreen
dc635efb687a : Do not expose fallback InputConnection to A11y IME
38be9e32f161 : Migrate InputMethodService to use OnBackInvokedDispatcher
1a8f3e0a14ec : Allow provisioning package to retrieve subGrp, clear it's own config
7d517bcf610b : [AppsFilter] use a copy of settings for recomputeComponentVisibility
975a315079e3 : Fix SystemUI crash
8a001c1a4f5f : Add DeviceTypeRule to filter tests only for large screens or foldable
2e09cb3188a2 : Set mSyncBuffer to true when VRI did not initiate the sync request
b7a13624a591 : Do not allow PiP stash over DisplayCutout
bd672716b7c2 : Block emergency gestures if the button speed is too fast
e0660e24c2be : Update active unlock triggers
5304fa789659 : Allow null prev/next buttons to be INVISIBLE instead of GONE
1702ffa6f21f : Change Logcat to only log in background thread in debug mode
8adda5a07074 : Stop using temp-allowlist reason to identify push msgs.
241f728308a8 : Play charging feedback on a background thread
03a88d78f050 : Use KeyguardViewController for SystemUIDialogManager
a74ed727dfaf : Fix bubble overflow position after rotating on larger screen
6c61f360ec14 : Move logging to background thread in LogBuffer
cb2a8df2fbac : Move the bg battery alert threshold to 10% to reduce clutter
10671a0f9f10 : Execute flicker tests with device without wallpaper
ca605d21ef30 : Remove TODO(b/217788708)
ba1f3f11a95f : Don't tell anyone how I debug :(
cd9e7b46e6f6 : Report no DisplayDecorationSupport in GL
17c0dcb4d284 : Changing TaskStackChangeListener to an interface
41bd5b9f934c : Resize dream clock to match UX specs.
14807f5c24f2 : [GWP-ASan] Use new GWP-ASan android_mallopt()
2f273f38c494 : [Bouncer] Fix translation speed for notifications.
1d98979ec23b : Explicitly allow access to share targets by package
ed242da52f97 : Update AudioRecord JNI callback and cleanup
4c93a2691138 : Revert "Revert "Only allow root/system UIDs to send broadcast to unexported receiver""
ccff4fa545dc : Block trampolines for browsers w/ targetSdk >= T
ba0bcbc3c7a0 : Add adb shell command to set flags.
75035b5960f1 : Import translations. DO NOT MERGE ANYWHERE
e3f86c053415 : Update VerityUtils OWNERS to a more common file
70e724d10db4 : Update prev/next media player animation
9f7dc85d1dc6 : Import translations. DO NOT MERGE ANYWHERE
f2d3acd15611 : [Bouncer] Update userswitcher upon reset
23530b9084c0 : Import translations. DO NOT MERGE ANYWHERE
0b0ff3ddd928 : Cleanup dream preview complication.
58ba5bd62b3a : Handle non-image URIs and quick copies
5dcfc0c12734 : Clamp the scaling factor of battery usage in app battery tracker
003768dedef8 : Remove fossilized upgrade code.
63ece2d2e5ef : Notify organizer when the last activity in TaskFragment enter PiP
f8bcf01a09fd : devicepolicy: fix javadoc typo
06a85bdb2633 : Respect style when source is also set
dfca56d77ee6 : Fix unexpected IME switcher dialog hidden
aef1de8f85b8 : QSFragment: fix NPE in setOverScrollAmount
e467b6e72231 : Fix InsetsState#calculateVisibleInsets
ccc952306e1c : Remove subtitle of system default
694338cbf10b : Skip splash screen exit animation if screen isn't on.
876407397679 : Do not show task snapshot window if task bounds has changed.
521dfd5acfc7 : Remove references to old FaaS test rule
29f1e898dc32 : Remove some functions @hide in WindowContainerTransaction
bfc2e3a20498 : Simplify keyguard notification count logic
1a90fd5998e6 : Update FLAG_ONLY_ALERT_ONCE docs
7cf4c0dee07a : Import translations. DO NOT MERGE ANYWHERE
e8fb33bbb5e1 : Import translations. DO NOT MERGE ANYWHERE
ad2b8f2efda7 : Inverted the new data stack flag
99537cd37850 : Import translations. DO NOT MERGE ANYWHERE
8055f832caea : Import translations. DO NOT MERGE ANYWHERE
8cff2ab6493d : Import translations. DO NOT MERGE ANYWHERE
a488dd99acbc : Import translations. DO NOT MERGE ANYWHERE
3fd7e02e7f7b : Import translations. DO NOT MERGE ANYWHERE
f58839f63618 : Import translations. DO NOT MERGE ANYWHERE
deb0fd8dd97c : Import translations. DO NOT MERGE ANYWHERE
95b6f5ff0f38 : Import translations. DO NOT MERGE ANYWHERE
103a6dc7f702 : Reset embedded TaskFragment override when entering PIP
4c41490cb39d : Only add system language on locale page
758f1d490ea1 : Import translations. DO NOT MERGE ANYWHERE
13308659a9f3 : Import translations. DO NOT MERGE ANYWHERE
87a366b76347 : Import translations. DO NOT MERGE ANYWHERE
c78d8a9c093d : Ensure activity visibility gets updated before executing transition
52d63e7e4c3e : DO NOT MERGE: Don't do heavy operation while in the synchronized block
bbafdfce8d2e : Import translations. DO NOT MERGE ANYWHERE
0d697eebebd4 : Import translations. DO NOT MERGE ANYWHERE
ff24f433632a : Import translations. DO NOT MERGE ANYWHERE
d6a9e089ef97 : Init the role holder package names in the app restriction controller
c8a1c820ee25 : Atom ProcessStartTime latency should be diff on uptimes.
44cd8dd482b8 : [SettingsProvider] Add maxTargetSdk=S to ALWAYS_ON_VPN_LOCKDOWN_WHITELIST
2c8aeb6ae8a1 : [pm] delete unfinished sessions when installer is uninstalled
71af19fe3363 : Make PCC indication logic consistent between HIDL and AIDL
e4c314cd797c : Null check before accessing mRemovedInfo in PMS
e679e7360608 : Start SystemUI SensorUse activity as user 0
76bbf7a7311c : Fix drag to split in RTL
5c0227d7333c : route dial out strings to the same number based on service state
6e41c538d34f : Remove logging and nullable return type from getCustomAction
65084a482247 : Make AutoTileManager lisen for component enable/disable
4ae1ea9fba8e : Handling exception when per-use prompt cannot be generated
1d6b7ec2bc06 : Camera: Add user tag field to CameraActionEvent
637acc5b4253 : frameworks/base - Tiramisu is now 33 #3 - resources
f453228161bc : frameworks/base - Tiramisu is now 33 #2
a0fe07f44f09 : WindowManager: Gate pending-transaction behind sync
9aae5e019c11 : Lock for AppsFilter
469ae062043f : [pm] Fix missing locks in PackageManagerService
fc9561e240b7 : Fix swapped backup/heavy oom adj labels
3d0f6d2a5ce6 : Improve handling of TV PiPs bigger than movement bounds
043bb30f9856 : Add telecom log marking shell command.
32d2c1bf211a : Implement getInterfaceHash/Version (omapi)
04268342c9f7 : Implement getInterfaceHash/Version (health)
1ae2bcd605d7 : [pm] fix platinum test mapping
da5db6f9db99 : Fine tune Spinner style
8313dd017cf0 : AudioService: increase log size of device connection history
86ef571dab6a : Fix the @RequiresPermission annotation.
bb014567f506 : frameworks/base - Tiramisu is now 33
11074780f545 : Fix metrics test flakiness
e0c8caf15b16 : remove embeddedMatrix usage for PIP menu
7bdc82af7c20 : Change node bounds procedure based on SufaceFlinger Callback
082b4a8bdb14 : Fix OTT devices not reacting to messages in Standby
c92b40797944 : Clarify doc comment for setUnlockedDeviceRequired
c63c5b21e8a7 : GLFunctorDrawable: skip alpha filtering
ace85513ed3d : [DO NOT MERGE] Fix intent launch from notification
fe1f5828f982 : Apply transaction when starting back nav
975608fa0928 : usb: Fixed the null pointer issue
4eefc3152cb9 : Fix DPMS unit tests.
3405f17fe416 : Downscale oversized MessagingStyle avatars
37d61f3b05ae : Execute transition by starting window only if visible requested
ee5e2a7a3ff3 : Add and update some hotword detection metrics
3895dba94765 : Fixed that the camera will not be blocked on the virtual display in special cases
786202476b89 : Add NET_CAPABILITY_NOT_VPN when requesting test network
b39d4c77e7bf : Move codes to gerrit for CollapsingToolbar
729a22a2ccc7 : Add current system language into suggestion list
c48483db9e33 : Fix untrusted embedding visibility in multi windowing mode
aa07cc3db336 : Added TouchProvider
745698b4dad2 : Inform the app to wait only if procstate has affect on ntwk access.
2c480f88e2a2 : Do stack collapse after stack reorder
dd2636a4f82e : Fix NPE in AppsFilter
d6b3ab77a0ea : Camera: Add support for client requests&results for advanced extensions
20a47d5ed062 : Allow registered call notifications to always appear
b9a312de905f : Fix typo in dumpsys for GnssAntennaInfoProvider
7571d317b78c : Update the text of background app battery usage notification.
be9da6d252db : Use sourceRectHint to calculate scale when enter PiP
4e87d6ff0a60 : Fix doc issue linking internal class
0ab7642f30ae : Fix autogroupsummary bug
2210ff10e368 : Modify handling of notifs with invalid sounds
3a7a73f58da3 : Exempt TV devices from Notification Permission
845d5ad06e69 : Default to true for updateDestinationFrame in BBQ
0d717c519911 : Revert "Enable media session flag by default"
e593837a5893 : Re-root and use device remount APIs for SystemPreparer
f3e7be00588e : Wait for an abort event when stopping a model
874572959227 : Make unregister receiver "sync".
caa6359dbe61 : [Bouncer] Apply interpolation to udfps
64c62ca506e1 : Revert "Wait for an abort event when stopping a model"
51ae378da337 : ActivityRecordInputSink: Ensure timely release of SurfaceControl
0549cf125186 : Don't crash TileService app when systemui crashes
dfd1568e2131 : By default, only eng builds allow latency-test broadcasts
6f9dae7fe05b : User switcher - Update when multiple users enabled/disabled
715e3df6581f : Only set FLAG_SHOW_WALLPAPER if we're currently animating unlocked.
d7502f2855ba : Adjusting bottom QQS padding in large screen shade
5781577d82df : Remove keyguard unlock listener to fix leak.
edd059b30219 : Catch if an invalid constant is sent
c3b209094c28 : No embed activity when Task is in PIP
529a49ee3d64 : Helper classes for IpcDataCache clients
ae2482212dc5 : Move device management resource retrieval calls to bg thread
546fbc8bf7b3 : Bad lock object.
11a776a9083a : DO NOT MERGE: Downbranch merge conflict [Output Switcher] Refine seekbar control
ad06c56f0e95 : Do not show animation background with wallpaper transition
ed3f2e3803eb : Fix WindowInsets#getStableInsets
cd142a488e81 : Fix notifications count change during animation on keyguard
c7db718ddaae : Update test owners for SSL*,Uri*,Url*
d560a73ca9e3 : Notifies magnification change for the transitioning target mode
47fb15fe8c60 : [DO NOT MERGE] Update to use new res status bar height dimen
71eaca7ede7d : Fixed status bar glitch for apps that access internal res
cbf43a741723 : Add config to disable Bubbles
42351563a2e4 : Fix Accessibility Shortcut does not show up while SystemUI restart
bf81060ff512 : Start a visible requested activity if still in initializing state
96f7464dbd54 : Support enter PIP on Task switch for TaskFragment
6058c01cce6c : Import translations. DO NOT MERGE ANYWHERE
8f497e2450c4 : Import translations. DO NOT MERGE ANYWHERE
39c58eb945d4 : Import translations. DO NOT MERGE ANYWHERE
7152493cb0af : Import translations. DO NOT MERGE ANYWHERE
7ca664e008ef : Import translations. DO NOT MERGE ANYWHERE
04c24f0855dd : Import translations. DO NOT MERGE ANYWHERE
55efed825a23 : Import translations. DO NOT MERGE ANYWHERE
1784c73451ee : Import translations. DO NOT MERGE ANYWHERE
79664db756ce : Import translations. DO NOT MERGE ANYWHERE
389196bf539a : Import translations. DO NOT MERGE ANYWHERE
e5b1539e4777 : Import translations. DO NOT MERGE ANYWHERE
61ac557e2f7c : Import translations. DO NOT MERGE ANYWHERE
f05cc351518a : Import translations. DO NOT MERGE ANYWHERE
ffa1d57daea0 : Inform Application thread to block for network rules to be updated.
c29f0720f0e2 : Fixed lingering network bitmask not set issue
bf0b5b659cdd : Import translations. DO NOT MERGE ANYWHERE
de597790e4dd : Import translations. DO NOT MERGE ANYWHERE
430103495294 : Re-land "Move rounded corner to provider"
4643d929c039 : Import translations. DO NOT MERGE ANYWHERE
fb6f9d6cc8be : Import translations. DO NOT MERGE ANYWHERE
963ddcddd3a5 : Import translations. DO NOT MERGE ANYWHERE
51a9cdda1e78 : Import translations. DO NOT MERGE ANYWHERE
8e6513e68c86 : Import translations. DO NOT MERGE ANYWHERE
d613faacdf96 : Import translations. DO NOT MERGE ANYWHERE
54f0f4835b09 : Import translations. DO NOT MERGE ANYWHERE
50d7143faaca : Dark mode support for user consent dialog when device log access is requested
d99ba182fa5c : Import translations. DO NOT MERGE ANYWHERE
9af4098658c9 : Fix crash when unfolding a device.
09ddda9fdac1 : Implement extra persistence layer for widget provider info
fcfbaa6b61b3 : Use case-insensitive match for action label.
f75e0a0512cf : Take screenshot on failure.
ac89f8682f05 : [DO NOT MERGE] Do not clear calling identify when using BiometricPrompt from FingerprintService.
f000c437a8a4 : Add logging for media recommendation events
6a3088cbd011 : Add HLG transfer function to proper dataspace
d303a0262785 : Fix bubble position with IME when the bubble has a custom height
28b706484587 : Add config to fine tune emergency gesture min time
6336ca4738bf : Update task manager ui information on dialog opening
bbec3af1a064 : Log DREAM_OVERLAY surface for media recommendation card.
f947ac20c1c0 : Fix RTL mode for FGS manager
e80c5a134a52 : Log PsdsServerConfigured in dumpsys
5bf13fa999a6 : Remove user icon avatar from memory when unlocked
8175c6a00567 : [DO NOT MERGE] Do not clear calling identify when using BiometricPrompt from FingerprintService.
be7816af8f02 : Remove cancelled job from evaluation list.
73380fec528a : Inform AMS about the uid blocked reasons.
b57c86585532 : Ignore older UID state change callbacks in NPMS.
7cb26674cc6b : TouchExplorer: allow service to initiate touch exploration and there are no pointers on the screen
9ec24237e60a : Fix starting job logging.
c554e927925a : Stop tracking ghost jobs.
4d9f545a40fd : Fix deadlock in ComponentAliasResolver
431ad58faf2b : Enforce guards against crash command via shell
2a212020cccf : Update font/color of user consent dialog for device log access
9a6ada0d3d9e : Auto show-hide overlay window if only privacy dot
a866e54d14cd : Post the starting of the Notification dialog
8763cf035b9c : Fix an issue where the selected bubble might move offscreen for IME
421e051e8a6f : Add extra logging
5fa3a1667986 : Fix pending queue job presence check.
6b3c6cae3ff5 : Revert "Change input injection security model to require INJECT_..."
81ab8c73c15e : Improved data fail cause debug message
638f61a57ad8 : Use larger frame of settings button for clicks
fb9f2de784c8 : Log event for bouncer fully visible after dream swiped up.
1861abe8f249 : Limit number of notification actions created
872a9d759123 : Add play/pause button when state has ACTION_PLAY_PAUSE
c2266ad6cb6a : Add Flicker tests for launching app from Notification CUJ
d9e3762e33e8 : Disable these four test cases of HotwordDetectionServiceBasicTest
4778c487d1a1 : Add missing divider height before notification shelf
40434c6b608a : "Revert "Temporarily exclude Launcher from sandboxing; to be reverted once""
9ff4d709b931 : Increased the bugreport title maximum length to 100
24ec182f8dbb : Correct AdditionPerfTest to return void.
384be43f9fad : Revert "Add setting for device docked screen timeout."
56317f3ccf85 : Add Low Power Standby support to NetworkPolicyManagerService
89d5931436e3 : [eSIM] Get sim state for active port index instead of DEFAULT_PORT_INDEX 0.
8e03ce9a9d9d : Instrumentation: Wait for finish when injecting pointer events
4473652146ef : [Media TTT] Don't show scrubbing times if we don't have the prev or next button.
b9fe1923d962 : Fix finishTranslation doesn't work if start Activity in the same task
8228658b6918 : Guard against incorrect ID assignment in CdmService
0d0e24053396 : Move LocaleManagerTests to presubmit suite.
a8637a0ca052 : Add automatic brightness events to dumpsys
09a9c4e3c5c4 : Fix mistake in disting of api txt
65163dd0e1aa : Update deprecated_at_birth script
ce30ad874981 : Clear ZBoost when removing animation leash
1e14c67b0f78 : Eanble sending non-A11yTool notification dyanmically
77071e81407d : Promote WMJetpackUnitTests to presubmit
3486c1d3462c : [Telephony] added VOWIFI_TTY_SUPPORTED key on CarrierConfig
fee94b5f5a83 : handle java.lang.NullPointerException
4a838399893e : [LeAudio] Add new string and an icon for the broadcast swtich dialog
38a5f2252d80 : Revert "Revert "Fix shouldControlUnlockedScreenOff.""
c158371dfbe0 : Make PiP round corners when entering from split screen.
db37825c6fac : [Panlingual] Screen title is displayed incorrectly
584cde2e6da3 : media: fix ImageReader to handle P010 images
341cb9bf9bd7 : Grant POST_NOTIFICATIONS to non-system carrier privileged apps
38dc7aa55cc2 : DO NOT MERGE Remove PWLE APIs from T
505838ed0b20 : BroadcastRecord's receivers could be null.
2d60fb3647a8 : [DO NOT MERGE] Do not clear calling identify when using BiometricPrompt from FingerprintService.
d73fe9b58624 : Rename notification padding to divider height
46ef67847641 : Implement CDM metric
49dfa2825939 : Make sure mms proxy is hostname
2fbc3f2980f8 : Increasing space between scrim and notifications bottom in split shade
7fd62f1eaf7e : Fixing some lint errors.
671e62aa47c7 : When calling removeTask pass mRemoveWithTaskOrganizer
7e3f139b7267 : [Multiple Users] Start activity as system user.
bd13f8415244 : Remove more FDE methods from StorageManager
234ee35c9366 : Drop FDE status checks from DevicePolicyManagerService
2cf1a16cb5ad : Moving brightness slider lower in split shade
66f44bd54d00 : Exclude TYPE_SECURE_SYSTEM_OVERLAY from onehand mode
d0978dbb675f : Fix potential StrictMode crash with miniresolver
5abe07c37f00 : Add strings & channel to be used for notification to review permissions.
3fb34bfe7729 : Fix splashscreen listener not being called
226a5e3b6607 : Changing the name densityMap->densityMapping due to framework changes
1935f73e5b21 : Add first set of libcore benchmarks to the System Health CB framework.
b68328ba98ae : Fix button ripple colors for screenshot/clipboard overlay
32ebf109be0e : Log pending odsign metrics on start
bf1a8a7f4ab8 : DO NOT MERGE: Downbranch merge conflict [Output Switcher] Fix test cases in MediaDeviceTest
ec4b72b70094 : Enable feature flag to show "Turns on at bedtime" as a Schedule in Dark theme Settings page.
2d0b926c4d4e : [Output switcher] Check current device
240d126ed003 : Update the java doc
a825a5c0d9c1 : Remove getSfInstance usage from ViewRootImpl
11d0f55753c4 : [ViewHierarchyAnimator] Remove all listeners at the end of an animation.
b26c4316cbf2 : Supports multiple-display on activated mode recording.
d4e60a1b36e8 : Remove meaningless ActivityStarter#mReuseTask
8e9e270de729 : Decide on navigation to task by policy in Virtual Device
b353af038727 : Create OnBackInvokedCallbackInfo to wrap callback and its priority.
fdb896a97289 : Adding empty locale-config case
ffe902c1dfa6 : Add DISALLOW_CHANGE_WIFI_STATE user restriction
ed2846b793e2 : Update getUidProcessState to consider mPendingStartActivityUids.
4f319df8ff5a : Disallow PAP authentication when MPPE is requested
f9942f0ad8ba : [Media UMO] Show times when scrubbing.
78ac57b034f8 : Tighten the scope of ACTION_UDFPS_ILLUMINATE
87ec28b2edf7 : Allowing SurfaceViewHost to show up in layout inspector
a1adc26c843b : Deny SCHEDULE_EXACT_ALARM by default to newer apps
8439e6a2c656 : Increase default maxWait to 30 seconds.
ef7b6b681ee5 : Remove Dep.get(CommandQueue.class) from NavBarView
6bc39ee20e08 : Make LightBarTransitionsController injectable.
c9abbcf8cca9 : Remove OverviewProxyService from NavBarView.
f41f0dea680b : Handling exception when per-use prompt cannot be generated
9b3c3a949bec : Do not clear calling identify when using BiometricPrompt from FingerprintService.
4fe7a5a9dd50 : Import translations. DO NOT MERGE ANYWHERE
18f15059ffe8 : Import translations. DO NOT MERGE ANYWHERE
33a2dc0759e1 : Import translations. DO NOT MERGE ANYWHERE
5a60e95f95de : Import translations. DO NOT MERGE ANYWHERE
778b3f9176b6 : Import translations. DO NOT MERGE ANYWHERE
30445e708bb8 : Import translations. DO NOT MERGE ANYWHERE
6b561ac84453 : Import translations. DO NOT MERGE ANYWHERE
234f01e7191f : Add expiration time to the response when token is returned from the cached. We only need to add expiration time for the custom tokens
1c2b8088db28 : Use background call for BatteryController#init()
789f05202755 : Add the ability to restrict dreams to the system user.
9f962ad30c0d : Collapse groups when shade is on keyguard
3def2802db72 : Revert "Revert "[AppsFilter] read-only interface for snapshots""
be918ae7eef8 : Prune summaries if only group children filtered
a17476a64740 : Add EXEMPTED logging name.
487b4db166ce : Fix touchable region calculation in NavigationBarController
7bf91fbc257c : Avoid Rect instantiation in NavigationBarController.Impl
0b0f6987624c : Align footer actions with notif background
fc32f968d6a1 : Null check on BroadcastRecord's receivers list.
853d666fc8d4 : Ignore ACTION_OUTSIDE in FalsingManager
e28baefa31d3 : [Fix settings] Multi user for settings wrapper
7985b4ab021d : Duplicate call of logTapAction from merge
5bceb30291a3 : Add command to require strong auth
f8ee4049b6f5 : Revised the API documentation for overloaded methods getRawX, getRawY, getX, and getY of MotionEvent.
501b640ae0f7 : Revert "VoWifi notification for emergency calls"
ad62bda3cf67 : Do not set report-orientation-changed for window without surface
df8300727f00 : [DO NOT MERGE] Fixed status bar glitch for apps that access internal res
a32ef736c79d : Add a flicker test to verify IME snapshot when dismissing dialog
d0fe039ac2d7 : AuthRipple should always animate lightReveal on auth
09c0ede3bf70 : Consolidate launch time change notifications.
413044b7de8d : Fix strange pip size in horizontal expanded mode
5dd86bcb8aa3 : Skip restore of read-only directories
90d0e50b6f0d : Update IME SECURE flag if Window updates SECURE flag
380bc2b2cd15 : Use single line header in landscape handheld
e230a7d8fdff : Update the strings on app unavailable alert dialog
286d948ebfc9 : Show check icon on current locale preference
4eaf39219ba9 : When adding overlay to a task, emit an immediate inset update
e1aa212d2bb1 : Ask user to try fingerprint after face auth fail
92dbfc363223 : Update default user icon colors.
a40064f2a730 : Use strings in shared library updatability attributes
f0cc30bd7ef2 : Add OWNERS for libcore perf tests
578be8eb8018 : Demote flaky flicker tests
c9be2225b0a5 : Fixing not responsive tiles in split shade
df309af84e3c : Update touch mode regardless of mStopped
41fa8b5a59b2 : Import translations. DO NOT MERGE ANYWHERE
f854de2df77e : Import translations. DO NOT MERGE ANYWHERE
c4fe1e592bcc : Import translations. DO NOT MERGE ANYWHERE
3cb07d737d6c : Ignore other IKE options if IkeTunnelConnectionParams is set
b122e6d9812b : Import translations. DO NOT MERGE ANYWHERE
34582e7836a3 : Fixed an issue where notification launches were visually broken
c5037ec63cdc : [qt] RESTRICT AUTOMERGE Add finalizeWorkProfileProvisioning.
2d38106f6e4c : Don't trigger TextView relayouts if content doesn't change
895a129d21e1 : Import translations. DO NOT MERGE ANYWHERE
43d594831454 : Fix wrong touch region of split sreen
9d3bd9a74066 : Import translations. DO NOT MERGE ANYWHERE
8a87a596a2bd : Ensure task will be attached when starting activity from AppTask
7d23b1c62491 : Fix gravity after re-enabling expanded PiP
abf041b5933e : Import translations. DO NOT MERGE ANYWHERE
42b83bca56d7 : Import translations. DO NOT MERGE ANYWHERE
7912cb275c85 : Import translations. DO NOT MERGE ANYWHERE
9fe21f4c91c7 : Import translations. DO NOT MERGE ANYWHERE
a841080eefe8 : Import translations. DO NOT MERGE ANYWHERE
b4167ccab4db : Rate limit dropbox entries in ActivityManagerService per process and add a test for the rate limiting.
fe81e9a6d079 : Import translations. DO NOT MERGE ANYWHERE
72e2997f31cf : Extend providedInternalInsets to be type specific
28fa49456c8e : Import translations. DO NOT MERGE ANYWHERE
c5d79bd4fb6c : Import translations. DO NOT MERGE ANYWHERE
d35b6ae549cf : Import translations. DO NOT MERGE ANYWHERE
969f29ef6643 : Import translations. DO NOT MERGE ANYWHERE
53ff38ad397f : Import translations. DO NOT MERGE ANYWHERE
f8f5388e34e4 : Import translations. DO NOT MERGE ANYWHERE
2767d97be92c : Import translations. DO NOT MERGE ANYWHERE
3607f76a3bbc : Import translations. DO NOT MERGE ANYWHERE
b6e44763bd88 : Allow to update restart period dynamically.
135ac0999036 : Optimize EROFS detection code.
fafd819b671b : Make permissions Bluetooth needs role-available
4db56098fc9d : SIM slot not available error code added to UpdateAvailableNetworksResult
d0aabe4264b8 : Logged Euicc eid in UiccController
57142133670c : Add displayId to transferTouch
26845c3dfd00 : Move common JNI code out of AudioTrack
231f7b67fffb : Camera: Validate physical setting map in OutputConfiguration.writeParcel
cff800adf926 : Revert "Add data fail cause for empty TD list"
d64f6e7a67bd : Add data fail cause for empty TD list
e36793df470f : DeactivateDataCall remove network on all errors
4e8a933e816f : Add ERROR_RADIO_NOT_AVAILABLE for DataServiceCallback
8abd49be00db : Update the PendingIntent to launch Settings on bg restriction alert
5aedd5edecf9 : Adds the staggered ring unlock animation!
f1ecdee533b2 : RemoteInputView: Add null check in WindowInsetsAnimation.Callback
d18fe9e3ceda : Add new privileged permission for unique id attestation
96985e5212cf : Remove FileDescriptor from systemui.Dumpable.
11269c36e005 : Remove NOT_EXPORTED flag for receivers in VibrationSettings
d5e46da66a64 : Fix NPE
73d533592a75 : Fix NPE
18179a8762ba : Fix NPE
a3e2e68fd004 : Fix NPE
e58049a3ea2c : Fix NPE
f562aadd7729 : Fix NPE
0cfda55b95e8 : DO NOT MERGE: SurfaceControlViewHost: Restrict disclosure of input token
f3e52e33dab2 : Update TARE README.
076248ec53bc : Log mSupportsPsds in location dumpsys
2cd498df6880 : Update net/TEST_MAPPING to run more tests in presubmit.
bde28d286e28 : [rvc] RESTRICT AUTOMERGE Add finalizeWorkProfileProvisioning.
be382c32b35a : Remove exception for injecting pointer event from sendTrackballEventSync
4293d98e632d : Add animation for power saver dialog
642c74e5eee7 : [Media TTT] Catch if the sender chip receives an invalid constant.
e0876efb839d : PeopleSpaceWidgetManager: log exceptions
5a608433a30d : Update LockSettingsCmd's showUsage method to defer to calling "locksettings help".
25bdf74a0b3b : ViewRootImpl: Ensure seqId only increases
31cf7a019345 : PMS write settings on shutdown regardless of pending type
b26d99c2cee9 : spatial audio: fix spatialization level control
9385a91063a1 : Create a new Transaction to apply the edge extensions
728943fd3d94 : Don't give RESTRICTED jobs temp allowlist exemption.
5aadd492547f : Fix BroadcastReceiver leaked during user switching
e6382dc790c5 : Fix missing space between umo and shelf
239e898e2e18 : Update device-entry docs + add glossary
65474b0f43cc : Revert "Temporary flag for Launcher to debug their usage of sandboxed display APIs"
00ca79b1f83d : Give ongoing ringtone vibrations priority over new incoming vibrations.
9d77aef6420e : Handle CancellationException in BackupTransportClient
b157e658a78d : [scv2] RESTRICT AUTOMERGE Add finalizeWorkProfileProvisioning.
b519b549fdb0 : [sc] RESTRICT AUTOMERGE Add finalizeWorkProfileProvisioning.
7e7cf134f045 : Add logging of user stop and user removal events.
1fe97a6355fb : Add testParentProfileApiDisabled to presubmit
eb6da9d0faea : InputManagerService: Refactor native methods to be testable
4242392a2ece : Add owner for locale service.
b03900a68d05 : [Output Switcher] Enable volume for non-group device
eab42d9fe0b0 : Document a section of code
65beb35171bd : Pass correct argument to handleIncomingUser.
91dd558f4238 : Don't use framework and SDK at the same time
51b190e9de7f : InputMonitor: Update name
3d57c22c0e7a : Add a parameter to the internal FGS notification listener
ab04f9e14ddc : Check for nullable AutoHideController
618578e8cb91 : Remove REVIEW_REQUIRED from droidfooder phones
b1b99c28cf2d : Temporary NPE mitigation.
092833227235 : Adding bt permissions to the priv app allowlist
0c46c610b820 : Remove IPC from critical path
72d33499446a : Added fade animation to udfps#enroll#error
391263ceb44b : Revert "Only allow root/system UIDs to send broadcast to unexported receiver"
85c38bd4277b : Update component ids from Winscope to Flicker
1b46333208bd : Implement getInterfaceHash/Version (USB)
ff46eb6627e8 : Implement getInterfaceHash/Version (CHRE)
410b5a6f987e : Unbind from overlay before checking attached.
7cdb49eb2528 : Update back arrow panel dimensions.
063ce6701896 : Add more debug info for missing required package.
ac56c3acc23d : Promote and demote flicker tests
fdfdfc78fb6a : Remove usage of mInstallLock.
4a31aa128840 : Remove mInstallLock from dexopt.
7ba2f94b7eb4 : Spinner drawable for casting intermediate state
bf7ac2254b6c : Log AppBatteryTracker to statsd atom APP_BACKGROUND_RESTRICTIONS_INFO.
173376df59b1 : [pm] fix broadcast permission check for instant apps
df1fa99b0198 : Implement getInterfaceHash/Version (omapi)
ec55bbd8e223 : Implement getInterfaceHash/Version (health)
79c148627c0a : Do not show mouse cursor on displays that are off
60ab53a06d14 : Add logging for media click intent and location
c6ce56069086 : Cast copied text to string before sending share intent
edff38513254 : Change input injection security model to require INJECT_EVENTS permission
52cf82d495f0 : Expand Javadoc for DISALLOW_WIFI_TETHERING
61d5eb85a7a4 : Don't overtrigger face auth (ie: goingToSleep, lockdown)
fcd4e5e8e790 : Finish removing NEW_FOOTER flag
8970010a5e9f : Check that InputDevice isn't null and add annotations
7ae7d8305e98 : User switcher - Fix adding user as non-system user
577076bea53d : Mark screenshot preview as clickable
ea9ccba5c6f9 : Check for null Parcels array in hasNonMidiUuids.
950d96b289a7 : [AppsFilter] make mShouldFilterCache non null
dea52482994f : Switches ADAS allowlist away from string resources
cf85186f9ebc : Propagate write_uri perms from screenshot to sharesheet
a2173652a04e : Migrate PopupWindow to use OnBackInvokedDispatcher
b2bb2eda0fd1 : Use composition size limit on repeating effects
c24734e830a6 : Add edu text to TV PiP
d2d5e6831267 : Add Tv Pip rounded corners tray
7b72c39349d5 : Allow for internal types in @hide API
e901942281a6 : [DO NOT MERGE] Fixed status bar glitch for apps that access internal res
24307a6b591c : Remember original orientation in size compat mode.
7c67110adf21 : Fix issue where cold-start launching an activity from the shade while an occluding activity is visible would result in an inescapable black screen.
73806044074b : Moved telephony related resource to a separate file
0303f0b1bcb0 : Handle non-exist permission group correctly for pm list permissions
c5a53c412593 : Improved the network type to string
58f3480372c6 : Update Spinner font and color
d469d2c83eec : Don't load app restriction from saved files in test
7880a86f50c8 : Prevent multiple calls to handleOnDialogAnimatedIn.
393cc95c2d59 : Add the logging logic to distinguish the SS-reactivated resume media and user-activated one when there is no recommendation card.
e51ee7ee009b : Process only app initiated removals in onEntryRemoved callback
e133340a03de : [DeviceConfig] true/false should be wrapped in @code tags
3356cc7be819 : Cache earliest event results.
b8091fea631c : Update media event descriptions
f2081f6a3e03 : Unlock screen before test runs.
96b980676a82 : Improve the dumpsys output of the app battery tracker
f44e240e95c0 : Remove remaining references to 'delegate chooser'
ed6aebc4fc6e : [SettingsProvider] update API javadoc
97836424fc55 : Provide a valid ComponentName for testing Parental Controls
b20414b8bd2c : Adds more roles to the protectionlevel
4b9118275ba2 : Fixup OWNERS file merge conflicts.
f96f01f76e4b : Move PiP when it occludes a keep clear area with naive algorithm.
f82dfce81679 : AudioService: add Spatial Audio logs
d9aa57e156c3 : Migrate AppDataHelper reconcileAppsData to snapshot
cb70f071130f : Fix emulator not emitting folding feature.
69a3984aae13 : Remove OnBackInvokedDispatcherOwner interface.
b76c8250da0d : Hide manage & clear affordances on transition to KG
c627777ddac2 : Split animation methods out of OnBackInvokedCallback
eab24acdb4eb : Run biometric cleanup on user switch.
ce7867d37700 : Fix include location data to check for coarse location first.
f024fc1a8ebc : Trigger face auth on udfps-fingerdown, even on AOD
432e03530022 : Fix issue where cold-start launching an activity from the shade while an occluding activity is visible would result in an inescapable black screen.
5f690e39191f : Fix Conversation widget on new notif pipeline
3377c4eeba9c : Fix unregisterReceiver in ClipboardOverlayController
8fd6efd76d1a : Update UDFPS "press to unlock" strings
9bc3b0986f96 : AudioService: SA feature enabled doesn't rely on global setting
bb35a0df61af : Move the logic of deciding what all insets are controllable to InsetsPolicy.
cb361f1eab8c : Enable new data stack by default
a9143bf7bdf0 : Bouncer: Add style in sim pin view.
0645e07016ce : Restrict PHONE_CALL ops based on TelecomService
9d86af255571 : Modified the resetUsbPort command to Asynchronous
c97c67c76b5f : Added a new config to enable telephony new data
34ba6c091411 : Add logging for AutomaticBrightness
dc74aff111d4 : Asynchronous the resetUsbPort
66c77dfdf9c4 : Add resetUsbPort in svc usb command
a6209a69b72c : Don't set expansion for downward (upward) scroll when the bouncer is hidden (shown).
7507f95d6534 : Update javadoc for role holder updater action
42768e94d4f0 : Make unfold timeout configurable in resources
69bdecb371cb : Coalesce the shared GID battery usage into its real UID
b6512b4ead8b : Added command line tool to enable/disable new data stack
d1f18027e715 : Bubble flicker test: Ensure the notification shade is opened
d8659858914b : Send Split Info Callback before Activity#onCreate
01962c62c4a4 : send broadcast to explicit role holder component names
5e70aa5597c8 : Add ScopedLocalFrame in functions that hold Java objects
2a7fae68969b : Optimize isAppIdle.
a5dd120dfaf5 : Fix NPE on VibratorManagerService
7750d9fa9f0d : Updated the owners
d985d0a3fec5 : Add PROTOCOL_UNKOWN
b4b352e37f5b : Updating receiver flag requirements and enforcement.
423222802eac : Enable media session flag by default
73dee5845550 : Add Absolute Volume Control support for a TV as the System Audio device
8f18957e4c01 : Implement support for Absolute Volume Control
24da93d99b18 : Add call to onBootPhase to tests that use HdmiControlService
6613fd3fbba8 : Add wrapper for AudioDeviceVolumeManager in the HDMI framework
71297c8aab8a : Some cleanup logging and test for back navigation
b7620ab4f272 : Use async callback for unfold overlay synchronization
d78b1738534d : Revert "Add ScopedLocalRef for javaObjectForIBinder"
a483d3d641bd : Fix race condition when removing auto-summaries
c328f06cdc7a : Fix bottom hun content position
93aa95f71af7 : Add context to error message.
6888543d3a6c : Update window with FLAG_SECURE when bouncer is showing
0dc4634c7e54 : Remove the temporary bounds workaround from ViewBoundAnimator.
1930d20f8dfe : Fix screenshot actions scrolling
75bf015ba562 : Revert "Make sure display config is updated when cutout is changed"
9755968481dc : Add a table data logger for ABT
43cd27258fc7 : Add tracing to wallpaper local colors
b8a05514f70c : Add hidden flag in ActivityOptions to ignore PendingIntent creator foreground state
a5f908555333 : WAKE_AND_UNLOCK when FP is auth'd while animating screen off
8657504d0ae6 : Move call to captureDisplay outside of the synchronized block.
832342d7ed17 : Update the global light position based on the rotation of the surface.
c0bd6f5a4893 : Update clipboard enter/exit animations
d53661bc0f4a : Rename DensityMap to DensityMapping per API review
ed7a616938fc : Replace PackageManagerInternal with PackageManager.
5ef7d7b7778e : Allow unknown codenames in target sdk version for APK-in-apexes
1352b0748886 : Revert logic to calculate StackEndHeight
084bdd9ecf23 : Implement center aligned parallax resizng effect
a456b2dddcae : Add basic integration tests for shelf
c1442691bfd9 : Revert "Add ScopedLocalRef for javaObjectForIBinder"
f46a363faea7 : LockscreenShadeTransitionController: extract logic of keyguard and scrims
b23c8c8e8797 : Add View.findOnBackInvokedDispatcher
db7058fabecb : [LeAudio] Create QR code scanner activity and fragment
84f2c89e9fb8 : Prevents the binder call fail from freeze when send app visibility.
add68184dd67 : Register remote animation per Task
a15af39f7f0c : Fix fetching incorrect items after filtering
bf8d20acb743 : dynsystem: Fix memory leak
b9438a8dce89 : Include all not occluded leaf tasks while wrapping animation target
63a95a2795ed : Fix insets animations being skipped when the host view was invisible
a598b9362220 : Only invoke listener once physical address becomes known
c188a5688898 : Don't remove devices on onHotplug()
c8adf1f70e4a : Assign local device portId 0
888ee5bea04a : Set device type on first message received
01aefc546228 : Rename DensityMap to DensityMapping per API review
325c57bb61ec : Skip window exit animation if display has transition
d92645873e72 : Clear the system bars color when removing the splash screen window.
d12b43dd0ec4 : Add initial logging for App Background Restrictions metrics.
16e58e7322fd : Provide gesture and tappable element insets for caption
30be1fbd4d7e : Add unit tests for DWPC
ac94df2babac : SetDataEnabled indicate calling package
e69f7fdbb650 : Inform NPMS about the app coming to the TOP state early.
a61f3e446f32 : Non-module targets.
c901b0b863d5 : Truncate operator name to fit into SystemProp size
fc8beb0ae169 : Prevent the bouncer from showing over dreams when swiping down the shade.
58d9786a640b : Add truncateStringForUtf8Storage()
cca44f97b67b : Revert "DisplayContent: Don't force-update parent if layering didn't change"
6ea76aa7e52e : Only allow root/system UIDs to send broadcast to unexported receiver
5301628fea0b : Revert "DisplayContent: Don't force-update parent if layering didn't change"
2b770a7e86f7 : Re-deprecate animation backgroundColor API
2e06c6008e59 : Revert "[AppsFilter] read-only interface for snapshots"
c532376c6057 : Remove all GHBM logic
b26cd864eefb : Include cached battery usage in app-restriction proto dump
0d1965421d03 : Truncate battery history tags and remove Log.wtf
548388f7ee75 : LE_Broadcast New LeBroadcast and Assistant at ProfileManager
fef49f5b9b1c : Clip media player to its bounds
794d292a4dd8 : Revised the API documentation of the getLocationOnScreen, getLocationInWindow, and getLocationInSurface methods of View.
e617480e0a52 : Make it configurable whether to start dream immediately on docking (when keyguard is unlocked).
fe746b1c3935 : Add logging for package stopped event
8948273f59ba : Update brightness sensor registration on AOD_PAUSED changes
ac10e4a396d6 : Add loading boost intervention for games.
d91b8125f36e : rename renounce fine location data
d0e567788469 : Revert "Fix shouldControlUnlockedScreenOff."
b1ffb7953ccb : Do not set shadow when leaving PiP mode
d9682177777f : Update user consent dialog for device log access
b20c5a1d49d6 : Undeprecate LayoutParams.preferredRefreshRate
0681a81f4eb9 : Implement dream complication motion/fade when transitionting to bouncer.
62785504f6c1 : Update LogcatManagerService to call getUidProcessState to retrieve process state
d41002946908 : Update TabLayout background to align the latest spec
e8ef2d8dea78 : Make sure to stop EJs when quota is finished.
8ca7b557bbe3 : Log result of notification pending intent launch
d56acd1a5752 : Reorganize exoplayer target names
daa7263f1fb0 : Add ClipData to clipboard REMOTE_COPY intent
c89796fd60f2 : Separate out bouncer updates
46770fa49c9a : Parcel: recycle recycles
6a1ca2ff49bf : Fix loaded size of BigPicture bitmap
590fb801d3f4 : Move ClipboardOverlayController broadcast handling to background thread
d8aa7f78821c : Let TaskSnapshotWindow compute its window frame
62fd92cb41e6 : Apply only RING_VIBRATION_INTENSITY to ringtone vibrations
ba5392ca1481 : Add code OWNERS to test OWNERS for internal widgets
fc72cdfdb37d : Move broadcast receiver for showing security dialog
84b3442e28f8 : Update OWNERS for the content and sync subsystem
603fea1fabec : Remove injectInputAfterTransactionsApplied from WMS
b4b1692357f6 : Add better a11y support in QS
e27372d101c6 : Allow rapid request/release of pointer capture
168a0e7fecc6 : Fix race condition when removing auto-summaries
fe61c9af9003 : VirtualDisplayTest: Rethrow runOnUiThread exceptions on test thread
ff898c640764 : Ensure no animation is run except for HOME
9f3785aeb3d8 : ScrimControllerTest: add more test cases for the alpha interpolation of the scrims
73656f2ad165 : Fix weird animation when switching back to split pair from recents
f531535036bf : Update ActivityEmbeddingUtils
bc491a649c56 : Fix VibratorManager cmd for on-off waveforms
3f12009a16b1 : Migrate unfold animation to Shell transitions [Part 1]
c88a3d9be416 : DSU service: Log insufficient storage space error
dfe33810c0ec : KeyStore: Surface RKP failures
28ab303d91bf : Only invoke listener once physical address becomes known
900536cf9a8f : Don't remove devices on onHotplug()
69229e31fe1f : Assign local device portId 0
6304e44df409 : Set device type on first message received
cfeb154a1b08 : Reduce flicker when resize animation
6f4f7061509a : Don't allow an external service to be an A11y service
cdf778f5ab44 : Import translations. DO NOT MERGE ANYWHERE
8b3427315225 : Import translations. DO NOT MERGE ANYWHERE
0bee6375a437 : Import translations. DO NOT MERGE ANYWHERE
88a2a7e5c9c1 : EntropyMixer: ensure new seed file is as good as old one
d35c1ef1a0d5 : Import translations. DO NOT MERGE ANYWHERE
7fa8f3f7a697 : Import translations. DO NOT MERGE ANYWHERE
588c0df0ef6b : Add DistractingPackageHelperTest
467cd469bd11 : Add support to persist app background restriction settings.
0f3307a775b0 : Introduce DistractingPackageHelper
892ba98a7290 : Remove unused empty filegroups from frameworks/base.
07e31dfb1efa : Fix NPE
39c6eaa64ddf : Revert "Removing TaskFragment token from LaunchActivityItem"
174f60059519 : Implement getInterfaceHash/Version for SoundTrigger
c1942ad9e719 : Explicitly depend on V1 of soundtrigger.types
1fd7a8dc56e6 : Freeze AIDL APIs for TM
af3828d53b39 : [Output Swticher] Fix landscape truncate
6fb3b9e4751c : Update owners for app-widget test
f8f6deb165d1 : User Switcher: Prevent flickering for user switch.
6de944c27a64 : Skip reporting ANR on zero pid process
2b26fe28155e : Fix pm create-user when creating user with profile of cur
6908307ec4a0 : Skip permission check for system ui.
b5df9c503a65 : Optimize the handling of disabling doze state.
e30d9986f184 : Delete attribute useTargetActivityForQuickAccess.
fe9cbcaa7984 : Delete useTargetActivityForQuickAccess.
21169ec3f309 : Add logging for media controls
3c1082a3506d : Fix timing issue on the second or later Service.startForeground().
e7ab12b469b1 : Scribe: fix handwriting is not initiated in WebView
b1e859d9c05f : Fix static lib collision between system_server + framework
5fbb2143385d : Update the bg app notification language per UX spec
8021a8fb0979 : Revert "Fixes for a11y selection". Reverts hiding some selection UI
4ddac7d6080a : Default to all users in pm list packages shell command
011dda6e011a : Parcel: recycle recycles
3e111cff6031 : Change default shared UID migration strategy to NEW_INSTALL_ONLY
83c0e195442b : Link to death recipient for AIDL HAL
7ef293001a77 : Suppress the prompt for the apps with high bg battery usage
0d89a1b592e1 : Update docs to match CDD language
f0dfb84bcd64 : Add alternative to deprecated API
282457293b1f : Move onDrawn callback earlier
74092d1e4998 : Deprecate getSfInstance usage in PiP component
fdd45a5c809c : Put a binder cache on DevicePolicyManager APIs
f8d398ab113b : Add attribution tags to FingerprintService
7d8a0337d38b : Refactor common dream complication attributes in style.
e0e4cb413c87 : Allow dozing default display when other displays are awake
c61525ebd8c4 : Use long-running executor for bg guest creation
6d96f919c47d : Fix swipe thresholds not being propagated.
1c968c099f93 : Update OWNERS for tracing, including the Java APIs.
5cd9035b6601 : Log GNSS PSDS downloads
da11a0da6944 : Update handover rule java doc
7479cbc37212 : Allow Shell to have permission for CTS.
3b42bacd2926 : Add the insets visibilities requested by the focussed window in topFocussedWindowChanged() api.
4df2de83804c : Only allow the system server to connect to sync adapters
6bf411560603 : Fix One-handed mode tutorial broken on large screen device
2b4d25be789a : Add ScopedLocalRef for javaObjectForIBinder
9c315eb11fbd : Update data type and comments on tagSocket/untagSocket APIs
cf8913451f55 : Disable HDR dimming when screen rotates.
b4f03e15ebe0 : Update owners of framework-jarjar-rules.txt
0af97c579e52 : Add fields for PhoneAccountHandle without IccIds in T
b85f36f1a63e : [pm] remove mPm reference from DumpHelper
a13cffbcdbbb : Make overlay dismiss button color_tertiary
3f1ee56bd057 : [LeAudio] New QR code scanner UIs and modify local API
93fa7d6115be : Scrim: Normalize behind scrim when unoccluding.
7efe0b9bd151 : Disable volume-key-accessibility shortcut upon exiting setup wizard
26e492cc4b1a : Fix handling of negative size request for Bitmaps in LocalImageResolver
3ccbe8c15ac7 : Add animateAddition() to the ViewBoundAnimator API.
2ebbf7937435 : Fix seeing a weird window animation above TaskFragment transition
c66f0ae2e992 : Don't short-circuit setting StatusBarState if the upcoming state differs.
fda47fb1caa6 : KeyStore: Surface RKP failures
520cc2fde363 : Clear mInterface before calling resetIkeState()
a7621e0ce00f : RESTRICT AUTOMERGE Prevent non-admin users from deleting system apps.
779cbc170930 : Check appOp in testWakefulnessAwake_AcquireCausesWakeup
fddc4e274110 : Add Shell permission to support manual testing
c55590c81015 : Add Shell permission to support manual testing
c9c163399c8a : Remove focus if no window and current focus is valid
0c414c0740b7 : Revert "Revert "Use new T activity transitions in legacy""
5d49a4be93f6 : Remove edge extension surface onAnimationLeashLost
3c7fa15aaada : Don't poke user activity when dream ends
4aee00f85eca : Enhance Javadoc for LocaleManager#setApplicationLocales.
2598fe013605 : ApiDocs.bp: fix typo (proofrerad -> proofread)
78c6b6b5fa5b : Pass background color from transition info to remote animation
08a304912637 : Make sure display config is updated when cutout is changed
a7af749c4c2b : Split shade: fix QS/Media briefly showing on AOD when locking the screen
2dba1bd72d5d : Promote stable test
885f06130bf2 : Use parent bounds for fixed rotation activity end bounds
2c6eec2944a2 : QSFragmentTest: add test for shade expansion and alpha interpolation
6ee8ef0ce1c4 : Bouncer: Refine qs and notification alpha anim.
a2333d1b7ab6 : Fix the arguments order to postBlockedReasonsChangedMsg.
d08d997838e7 : [Output Switcher] Modify checking for device isConnected
eebfefc084a5 : Fix "Remove Guest" option shows "Reset Guest" dialog
a4c0fc9a678c : Cache OverContext to prevent deadlock
3ae64963b7f7 : Add logging to QSFragment by implementing Dumpable
741327997e8b : Keep wallpaper on top when finish a non-fullscreen unoccluding window
37289dfa671d : Add "Broadcast" button at output switcher
e39ba374c4ab : Refine PSDS periodic download
b3d0379faa1d : Make sure to release split layout when returning to home
745801fe8084 : Make WM Jetpack unit tests mockable
a29a4ed64c20 : Remove a binder call from BiometricSensor#toString
6e35c4b20840 : Re-land "Support tuning sysui_rounded_size"
815e75595269 : Move keys removal to background handler.
6c3d2f7b7d29 : Trigger newly-registered callbacks with events from currently active translations.
4ea4f632da86 : Add documentation clarifying the differences between Surface/TextureView
ad1bf1796514 : Don't register playback/recording change if caller doesn't care it
f2a14ca2dd72 : Skip reset wallpaper operation if users have changed wallpaper
3cb037b67e25 : Remove the unnecessary warning log
5b9f6a592c58 : Add perm split W_E_S to A_M_L and sort
bd04e7d58f2d : Use KeyguardStateController to listen for unlocked shade state
d62f9fbcc5e9 : Fetch active notifications on a background thread.
a9aeb9c448d1 : Specify whether or not the disconnected string should be used
cb6810c3d8b3 : Split predictive back bitmask flags into a few boolean flags.
cb9d8762c3ec : Replace USE_DELEGATE_CHOOSER with USE_UNBUNDLED_SHARESHEET
cd25684a0cdd : Reload color sysprops after failing
41ea86f6c837 : Fix issue where line alpha would be overridden
616d6100aed1 : Fix bugs found during cts test.
b7b880315a81 : Add method PrintManager#isPrintServiceEnabled(ComponentName)
69d4668ea7fd : Let EJs for TOP app run immediately and without limit.
2f2e7d84f8f8 : [RESTRICT AUTOMERGE] Log to EventLog on prepareUserStorage failure
493aa93b84b4 : [RESTRICT AUTOMERGE] Ignore errors preparing user storage for existing users
a296a2b724f3 : [RESTRICT AUTOMERGE] UserDataPreparer: reboot to recovery for system user only
ea010f3dd213 : [RESTRICT AUTOMERGE] UserDataPreparer: reboot to recovery if preparing user storage fails
f80dd3ecd46d : [RESTRICT AUTOMERGE] StorageManagerService: don't ignore failures to prepare user storage
0762961674f1 : [RESTRICT AUTOMERGE] Log to EventLog on prepareUserStorage failure
03efadfcfb83 : Add Extra to mark ClipData items as "sensitive".
e03e987337ac : [RESTRICT AUTOMERGE] Ignore errors preparing user storage for existing users
ecf569bd1623 : [RESTRICT AUTOMERGE] UserDataPreparer: reboot to recovery for system user only
69c3ce70c6dc : [RESTRICT AUTOMERGE] UserDataPreparer: reboot to recovery if preparing user storage fails
ecffe3ecbf4c : [RESTRICT AUTOMERGE] StorageManagerService: don't ignore failures to prepare user storage
778d3d83f877 : Remove DISPATCH_BACK_INVOCATION_AHEAD_OF_TIME.
2efc9e546690 : Remove oneway from IAmbientContextManager.
b76f87acdd16 : update OWNERS for trace APIs
47acf93da238 : Hide CaptionDecorView behind CAPTION_ON_SHELL flag
0c436f5e826e : Add dream component name to dream start/stop events logging.
420bd3c28aa1 : Added Java bindings to async trace functions with track argument
2bda393cbfa1 : Scrim: Remove scrim flicker
7ef2acbf2c80 : Add carrier config support to operator name in statusbar
0dab2ebb0fd1 : Add support for RAT-based TCP buffer sizes
4d9ded036930 : Lock default display when it sleeps independent of global wakefulness
8bf356b5e6fa : Update docs for WindowInsets#getPrivacyIndicatorBounds
556bc1a36346 : Add ACCESS_PDB_STATE to shell permissions
50f623ce1bdd : Update coex string.
8c04657bd03e : Add destroy method to metric probes.
04d04de7d66d : Add tests to ensure swiping down (up) over dream (bouncer) doesn't change the expansion.
14fd844c53c5 : Fix concurrent capture handler
252e17132a18 : Update lost mode location logic
cc2fcd436135 : Add config_enable_iwlan_handover_policy flag to allow ignoring handover policies defined by carriers
321b621ee0e4 : Update show system experiment behavior.
83e901d8d7c5 : Fix back taking multiple swipes.
918d95ca8998 : Bring fullscreen backdrop frame back
786e62ef54d1 : Enable passing shell transition tests
240d32c20140 : SoundPool: Clean up attribute pointer
3dcd76cfcea8 : Don't pass non slider adj. as user interactions
d7e8c0492b8f : Diagnostic logging for profile encryption notification
6c870e157994 : Prevent non-admin users from deleting system apps.
c9a5e428b3d0 : Avoid unnecessary work.
a3e43700b58d : Update xdpi/ydio according to config_maxUIWidth
dad53327b851 : Add security net logging for guest uninstall of updates.
4879dca57a47 : Remove unused lost mode permission
48c0ae962c73 : Fix notification group scroll in split shade
da5758096335 : Preserve user's reference profile for apps used by other apps.
561b6333bd7c : Add clipboard logging
9b6e35749eb6 : Wait for correct surface to disappear on transition
08cf94322e67 : On UDFPS auth success, fade out the dwell ripple
5705da8f7dcd : Transfer remote animation option from an intercepted activity.
38c73670a48c : Add an API to disable/restore doze settings
8d629110c4e9 : DSU service: Pipeline the installation task to improve performance
5cecf5331af4 : Add launch complete status to launchPendingIntent
bef8fde211d9 : Add support for RAT-based TCP buffer sizes
370d68fa207a : Cover screen pinning logic around task bar
c60333dc8c58 : Fix SharedLibrariesImplTest
caf57e528df4 : Import translations. DO NOT MERGE ANYWHERE
db9165baf2c2 : Add new onUidProcAdjChanged callback to be consumed by the camera service.
f155a9cf457f : Dispatch KEYCODE_BACK to the full input pipeline in compat callback.
42049b745793 : Import translations. DO NOT MERGE ANYWHERE
907db1fdc627 : Import translations. DO NOT MERGE ANYWHERE
fb699bb4f66f : Import translations. DO NOT MERGE ANYWHERE
8cb3e6aac931 : [AppsFilter] read-only interface for snapshots
54bdf65cb594 : Remove FDE warning from AccessibilityShortcutChooserActivity
2708c3a74d04 : Handle PiP shadow radius in WMShell
68cca7a7c6cf : Inform the remote provisioner when a key may have been consumed
a71c63b85db3 : Gating USE_EXACT_ALARM by target sdk T
c4187c286452 : Updating UDFPS strings.
ba0a32c30303 : Change aapt2 to specify full protos
7b08f0d89933 : Add siyamed@ to android/view OWNERS
5ba3a0720287 : Sort ContextAssignments to stop longer running jobs first.
7d4ab9b698a8 : Log to EventLog on prepareUserStorage failure
fbb632ea95ac : Log to EventLog on prepareUserStorage failure
b061a76e9544 : Adding comments to the to-be deprecated SubscriptionManager#switchToSubscription
1d745b38c8e5 : Add HAL version 5.0 for getHalVersion API.
5c907cb5ca63 : Updated API documentation of screenWidthDp and screenHeightDp.
9393a69a5fe3 : Camera: Improve documentation for 3A regions
0784f240b8aa : Update the global light position based on the rotation of the surface.
8a0497caf983 : Fix shouldControlUnlockedScreenOff.
9b78af42928f : Add split perms from W_E_S to media
588d9b524fce : Update Toast UI component according to UX reference spec
3ab9dc113ea2 : Check user unlocked before write to /data/system_ce/0/snapshots
9ac67d0f9c14 : Stop checking StorageManager.inCryptKeeperBounce() in BootReceiver
fd3874735612 : Stop checking StorageManager.inCryptKeeperBounce() in DPM
db0a9431dc41 : Add support for HW privacy toggles in sensor unblock dialog
f1234b41eebb : Re-enable remote occlude/unocclude animations.
76ee08efb5a8 : Updates the doc for FEATURE_WINDOW_MAGNIFICATION
af14d7c24250 : Fix signal threshold boundaries for NR
f66c4d611b64 : Deprecate Activity#onBackPressed and Dialog#onBackPressed.
2c59155cf628 : [MEP] EuiccManager API modifications to support carrier apps
286db29cf7e9 : [MEP] Add port index in SubscriptionInfo database
f17edfd49de9 : Add a check that installD is available before using it
b84bb82fbc6b : Update location OWNERS files
c20021e1c8b5 : Align the RecoveryActions between DataStallRecoveryManager and Westworld
f4853ae01228 : Write ZenPolicy conversation settings out to XML
cf36d22dad1b : Fix and re-enable QSFragmentTest
4a69f3a27fc0 : Move passing postsubmit tests to presubmit
7b7dabc21852 : Force draw during a blast sync and disable rt animations
cfe99b77740f : Persist bypassDevicePolicyMmanagementRoleQualification in global setting
a6b7d9770565 : Don't allow sdk sandbox processes to register/unregister CPs
708c957fa32d : Add private API InputMethodManager#reportVirtualDisplayGeometry
62af809a6535 : Reland CursorAnchorInfo#createForAdditionalParentMatrix()
d919b973cb90 : Update all usb ports in enableUsbDataSignal
7f8435496ceb : Disable debug log in WindowContextController
65a00767b605 : Enforce that sdk sandbox may only bind/start allowed services
832d0eb78274 : TIAF API review: add onError
552e7363915e : Send up-to-date InsetsState to the client after rotation
3d33a89375db : Decouple the thresholds of the background restrictions
04bff1268da5 : Fix broken test
1ecdf9225c7d : [LeAudio] Move the QrCamera and decorateView from Settings to SettingsLib for Wifi and BT
c8da7519c5a8 : Use WeakReference for the TaskSnapshotWindow in inner Window.
3402a4930eaf : Waiting for snapshot layer gone for quick switch tests.
544f9bb7a634 : Prevent the front-most activity entering pip
2a1ef7a72fa9 : DisplayContent: Don't force-update parent if layering didn't change
bb4ff3f64560 : Add an Android Lint check to prevent sendBroadcast calls on Main thread
4cfae2ce8f00 : Disable flaky app launch test
47f3818bd252 : Update quick switch test to support animations without SnapshotStartingWindow
4835e8736e90 : [LE Audio] Broadcast UI for Media output broadcast dialog
b6744aa3606c : Import translations. DO NOT MERGE ANYWHERE
0fec83910133 : Import translations. DO NOT MERGE ANYWHERE
0baa114d58c0 : Import translations. DO NOT MERGE ANYWHERE
456cf0e062f6 : Import translations. DO NOT MERGE ANYWHERE
646bc219ca40 : Import translations. DO NOT MERGE ANYWHERE
f11544686757 : Import translations. DO NOT MERGE ANYWHERE
bc78aa24ba97 : Import translations. DO NOT MERGE ANYWHERE
4fa8a9056447 : Import translations. DO NOT MERGE ANYWHERE
ccfe329691bd : Import translations. DO NOT MERGE ANYWHERE
67cb8de544c3 : Import translations. DO NOT MERGE ANYWHERE
af7d78fcb9ba : Import translations. DO NOT MERGE ANYWHERE
8a1ca6f9a0bd : Import translations. DO NOT MERGE ANYWHERE
8d818c09effe : Import translations. DO NOT MERGE ANYWHERE
91a797a34166 : Import translations. DO NOT MERGE ANYWHERE
c10182f8cdca : Import translations. DO NOT MERGE ANYWHERE
07cf0039ef9c : Import translations. DO NOT MERGE ANYWHERE
6e62565e29ae : Import translations. DO NOT MERGE ANYWHERE
8026cf65f28b : Import translations. DO NOT MERGE ANYWHERE
3dea59ad9420 : Import translations. DO NOT MERGE ANYWHERE
b0c698dd1778 : Import translations. DO NOT MERGE ANYWHERE
2816aee9dc6e : Import translations. DO NOT MERGE ANYWHERE
33ee0c082d06 : Import translations. DO NOT MERGE ANYWHERE
cf26612579ab : Import translations. DO NOT MERGE ANYWHERE
541d27c59980 : Import translations. DO NOT MERGE ANYWHERE
f8e155fb70e9 : Import translations. DO NOT MERGE ANYWHERE
b1c864cfdf2c : Import translations. DO NOT MERGE ANYWHERE
1c76ea894380 : Import translations. DO NOT MERGE ANYWHERE
f8af99cdff2d : Import translations. DO NOT MERGE ANYWHERE
c2b5acf5bf37 : Import translations. DO NOT MERGE ANYWHERE
02f0e25661b4 : Add read/write perf tests for BlobStore.
78b8ac7b8f6f : Import translations. DO NOT MERGE ANYWHERE
6ff82f21bc1b : Import translations. DO NOT MERGE ANYWHERE
0c1d70f57738 : Import translations. DO NOT MERGE ANYWHERE
53a147317fb2 : Import translations. DO NOT MERGE ANYWHERE
353491d69a74 : Update fontchain_lint to detect lack of PUA in emoji font
47a050f3c003 : Import translations. DO NOT MERGE ANYWHERE
19c387aea96f : Import translations. DO NOT MERGE ANYWHERE
721696d8ec5d : Import translations. DO NOT MERGE ANYWHERE
3f64ab05a379 : Import translations. DO NOT MERGE ANYWHERE
d5b6d26cfa64 : Import translations. DO NOT MERGE ANYWHERE
e760498ba6ea : Import translations. DO NOT MERGE ANYWHERE
3fc1e909e611 : Import translations. DO NOT MERGE ANYWHERE
84d4850fd25b : Import translations. DO NOT MERGE ANYWHERE
35f0ba3b2643 : Import translations. DO NOT MERGE ANYWHERE
17b31061c483 : Import translations. DO NOT MERGE ANYWHERE
a48e760d3d4c : Import translations. DO NOT MERGE ANYWHERE
11b45bd7bfae : Import translations. DO NOT MERGE ANYWHERE
e1c3ef85e586 : Import translations. DO NOT MERGE ANYWHERE
c8b49995959c : Import translations. DO NOT MERGE ANYWHERE
da071779fafd : Import translations. DO NOT MERGE ANYWHERE
bb38bfc861f0 : Import translations. DO NOT MERGE ANYWHERE
fb46e1c0ea8d : Import translations. DO NOT MERGE ANYWHERE
4c6767e39865 : Import translations. DO NOT MERGE ANYWHERE
c00b37bc6b28 : Import translations. DO NOT MERGE ANYWHERE
b2276ccd46fd : Import translations. DO NOT MERGE ANYWHERE
0e333a45b292 : Import translations. DO NOT MERGE ANYWHERE
cd3d58911ac7 : Import translations. DO NOT MERGE ANYWHERE
fa36041ce7aa : Import translations. DO NOT MERGE ANYWHERE
a5d058090d8d : Import translations. DO NOT MERGE ANYWHERE
17763021c245 : Import translations. DO NOT MERGE ANYWHERE
45f637724959 : Extend the min interval of the alert on abusive bg apps
efdf00bff9bd : Fix printing duplicate logs to save on battery
906819c815be : Fix Parcel.writeFixedArray javadoc
9c074f0f781c : DSU service: Show which partition is being installed in notification
3a9690c3577d : DSU service: Weighted progress bar
26aff6fbcbb3 : Add more status code to cinematic effect response.
ead6d20c1a3e : Let setFrames can take frames passed from the client
7380833cf331 : Import translations. DO NOT MERGE ANYWHERE
14bb95758664 : Import translations. DO NOT MERGE ANYWHERE
93244c939b6a : Import translations. DO NOT MERGE ANYWHERE
d3afcd858bf2 : Document the QNS behavior
5f601c4acbfc : Partially revert ag/17294635
c08640473970 : Fix AccountManagerServiceTest
7cb3a32293ef : Restore V2+ signature requirement for system apps
ec295771f767 : Fix DeviceFoldStateProviderTest
972c66dfbc71 : Import translations. DO NOT MERGE ANYWHERE
8471122b8576 : Import translations. DO NOT MERGE ANYWHERE
4b67e7e5116c : Import translations. DO NOT MERGE ANYWHERE
c5d3f167f7d2 : Change android.permission.MANAGE_WALLPAPER_EFFECTS_GENERATION to signature| privileged Test: cts test Bug: 213238425 Change-Id: Iacaec0904a1d1c14ba8b0ec8f3871376ff33f01c
e667b604021e : Ignore errors preparing user storage for existing users
fd31f740ce5e : UserDataPreparer: reboot to recovery for system user only
e1f17026ca80 : UserDataPreparer: reboot to recovery if preparing user storage fails
567e7a0476a3 : StorageManagerService: don't ignore failures to prepare user storage
acbd2ebe84c1 : Fix an issue with default background
7e9b844f52b5 : Fix overcounting after end in case of incomplete callbacks
d91981bfef2a : Support PersistableBundle type config values in getConfigByComponentForSubId
3cc59ab8deec : Do not relayout window whenn pulling shade
c1c53abc455c : Add logging for Dream swipe up to show Bouncer.
e8c7918f2835 : Replace VRI and SV sync logic with SurfaceSyncer
27bf43460a32 : Add new TelecomManager method to check if a self-mgd app is in a call.
32bef9c5caef : Use the reason code from standby bucketing in bg restriction if needed
b36dcb00e464 : Add Applicability Language to Usage Settings
2ea41864f1ea : profcollect: Increase background processing frequency to every 4 hours
807dab2cb3f6 : Only clear preferred UID at appropriate times.
ce8bb22227ca : Make smart idle maint's period changable
ac8355b60e3e : Remove unnecessary (and potentially problematic) call of notifyDefaultDisplayCallbacks.
d5198394110b : Update clock position
ccf3121eb12a : Add unocclude animation.
d05ed8c52cd6 : Fix concurrency limits.
91f6bfe7dbb9 : LockSettingsService: clear gatekeeper state when removing user
fc41b7231dea : Small fixes for reset password token
2a7ab6e85714 : Service Gesture Detection: copy motion events when sending to the service.
8c959cde9478 : setProperty check for byte limit
ff11a6e2914f : Add broadcast receiver to listen for safety center flag changes
291a8a22db6d : Async BLAST Sync[4/N]: Replace draw handlers with seqId
1060493404f5 : RESTRICT AUTOMERGE: Polish IME transition from fullscreen task to split-screen task
4d8825e4dae9 : DO NOT MERGE Add new privileged permission for unique id attestation
06bab93a1ab6 : Change PiP stash scoring to distance moved
7e5c2bd6082d : Consider all TV PiP stashing directions
abc1d4c25f53 : Removed haptic from udfps enrollment
d53a2acf5e7c : Re-enable biometric prompt tests.
33a01ec1b4a6 : Prevent crash when unregsiter the broadcast
06626cef7a9b : USB: Increase debounce time for DISCONNECT processing (revised)
12f6eb565a7d : Add lock icon click handler when a11y is enabled
9aee04a2fc0f : Only show at most one action chip in clipboard UI
ed22b6e1051d : Set placeholder summary for SettingsInjector
9dd718547b3c : Avoid crash when resetting defaults.
bc0501e2a129 : Added error method to interface Bluetooth stats
7e7946873a66 : [Motion] Split-shade transition on LS: move keyguard even when media is not showing
94e0c73044f2 : Consolidate occlusion events into KeyguardStateController
98dac2f1d9ff : Rename updateFirewallRule to setUidFirewallRule
d1a57ed49165 : Remove callback before WindowState removal
04fcd21d6c06 : Fix NPE when PiP actions, but no close action set
b258b21892b5 : Fix gravity issue when enabling expanded PiP (TV)
8d2caa2b019b : Simplyfy DPM binder by using WifiSsidPolicy.
b5594c6538a0 : Fix NPE when rotation after split dismissed
d386543a3449 : Remove stale aidl-export references
e964543988a8 : Move ConnectivityT to packages/modules
84dedaffac06 : Fix orientation change between PiPs when collapsed
a451d5bae2e2 : Cap alpha to max if SAW + FLAG_NOT_TOUCHABLE
68ce540e60cf : [DO NOT MERGE] Do not allow Bluetooth enabling during device shutting down
b20910f98972 : [DO NOT MERGE] Handle SHUTDOWN Intent in BluetoothManagerService
0685bc263de9 : Package battery saver schedule mode in severe battery intent
25704b6ac311 : Fix VirtualDisplayTest failures
e1d2b2b70d47 : Fixed cutout not being updated for non hwc layer
475800990afd : Use flag to control the restart period value.
31838fb8dd94 : Consolidate split screen rotation in shell transition
fc651fe0d2fc : Trusted Hotword: Allow disabling periodic restarts.
bc1d8093db1e : Send InsetsState to the client via IWindow#resized
491c07a9e037 : Check mAttachInfo.mSystemUiVisibility to see if a SysUI flag exists
6f99e1a33d03 : Adds RequiresFeature annotation to ADAS APIs
0b9892e12b46 : Fix issue with wrong mode when adding appeared task
d6b42472ea0f : Add a single-top root task for split screen
f0e1b42a6639 : Add Hawk to OWNERS 🦅
f56f1278115d : Keep QS black during auth
79a68e101f94 : Update user consent dialog for device log access
c7dd3cabf3b5 : Changes to reduce flakiness of TrustTests
bb146eff4982 : Update WallpaperEffectsGeneration api, including annotations on data classes and allow the same uid process to call returnCinematicResponse API.
4573eb05b055 : Temporary move LocationManagerFineTest to postsubmit.
d7cd8499e99a : Make sure to update the manage button click listener after rotation
ffba3e7ac981 : WrappedApplicationKey: Remove superfluous branch in deserialization.
f2f9272e3ebb : Add NotificationTest.
d0c700fc61ee : Fix bouncer swipe touch handler
ddfa2c12bc4d : Reverted some UserManagerService.Shell refactorings...
75fc09ab67f5 : Revert "Move rounded corner to provider"
64355c06ce5e : Bouncer: Remove overlap with shade and bouncer
65009983be00 : Add additional debug logs to clock view
72210c494055 : Disallow too large display padding for wallpaper
a75f770ecac9 : Remove copied string from symbols.xml
a2e1f4482a95 : Remove consumeNextDraw and replace with SurfaceSyncer
481ccbaedf36 : Clean up buffer sync logic in SurfaceView.
d1d68bec2482 : Requery silent notifs lockscreen setting on change
c4fe7059a08d : Update dream blur and fade to match the bouncer scrim
21ba3a2cdabd : Improvements on UserManagerService ShellCommand implementation (4/4).
da6af4048d82 : Hook up shell-transitions screenshotting for recents
17576b30cbfe : Keep oom_adj score low for top started EJs.
611c9e39d5e5 : Make switchToSubscription use PendingIntent
b4fb3609291b : Do not use portIndex API until implemented
97a0b1d50e4a : Implement bouncer fade-in animation over dreams.
a2dbd1054511 : Align clipboard text editor with mocks
1bced7f98a92 : Home Controls: Add settings dialog
05c96d4b32e7 : Re-enable biometric prompt tests.
905b0b21767b : Revert "Revert "Remove all appId migration related public APIs""
187b1ecbfb97 : Fix clipboard dismiss button text color in dark mode
45ae5b15677a : Merge "Update conditions for updates without user action for Android T" into tm-dev
89f6161d7a9f : Limit broadcast by user
bbc750f0102d : [DeviceConfig] cherry-pick deleteProperty SystemApi
fd388805d69b : Calculate min height for header in code
40086b756b42 : Close clipboard text editor when text is copied
c26e2e11a509 : Update the GrantTrustResult to remove static factory method.
e40fb484981f : Continue folding animation after it cancelled if necessary
4a26fe811980 : Add kotlin-annotations to WindowManager-Shell
57dbe94cbda6 : [Motion] Split-shade transition on LS: cross-fade status bars
e76404114219 : Fall back when failing to load size restricted icon
337cfcbe0a19 : SoundPool: Clean up JNI weak reference handling
a574076442a8 : Changing apk name in the manifest and the corresponding packages.
eb31ff008cc5 : DiskStatsService: stop checking for full-disk encryption
abe6b486b606 : BluetoothMidiService: Remove target version
564a1203ea3a : Add a spinner for singleDevice
f9d091ff773d : Allow unexported receiver registration for sandbox
b22e51a37228 : Add support for more keycodes to reference remote control.
a779f9c95775 : Fix an ANR caused by the dream overlay status bar.
0850300d6337 : SoundPool: Clean up JNI AudioAttribute handling
0a6c126796f9 : SoundPool: Fix WeakRef lifetime
9428265ea35d : Do not wake up all displays
55a8837390cc : Update debug printing.
d338c3c8f806 : USB MIDI: Create encoder per output port
ab63d0671cef : Don't send callback with null topActivity
1137b137ddbd : Fix IME snapshot missing to remove by 2 consecutive creation calls
48c0795054b6 : SoundPool: Fix lifetime of SoundPool native object
f2e02b8ab0ad : Adjust queue for test jobs.
d71c0ce305f5 : device policy: ignore unknown permission in setPermissionGrantState
36522fa46d02 : speech: Remove @Deprecated fields after rename
b5f6bfef9e94 : Update surface related api in ShortcutIno for readability.
5660d2e7ee26 : Use volatile keyword instead of lock
629824b4aa48 : More initialisation for external displays Change the FLAG_DEFAULT_DISPLAY to FLAG_SUPPORTS_DEFAULT_DISPLAY When the default display of the default layout is removed, find another display and make it default
0b28a7b48d26 : Add Play/Pause Icon & Background Animations
e2608c01b74e : [DO NOT MERGE] Move onDrawn callback earlier
c21d842c1a18 : Service Gesture Detection: don't lock when executing double tap in the framework.
f62904fd707b : Secure REMOTE_BUGREPORT_DISPATCH
ef3dfe2a8f04 : Tune fold animation on top of apps
780e67b65792 : Remove stale aidl-export references
0ca203c23cfc : Fix refresh tile when tile is already listening
736d7b55c884 : Move ConnectivityT to packages/modules
08e542d05ffa : Initial infra for WM Jetpack unit tests
7c2b259435c8 : Remove stale aidl-export references
73e7bae5b2f3 : Move ConnectivityT to packages/modules
bbbbc3660f41 : Fallback magnification mode settings if window magnification feature is not supported
d5584538f1ae : Add Keyguard DPM state change callback
f2606d0f1d17 : Update BroadcastDispatcher docs to say not to call goAsync()
6a074eca5cca : Improve startBackNavigation stability
f7a1a20815ec : Require TRIGGER_LOST_MODE permission for sendLostModeLocationUpdate
43047efed7fe : Fix setSystemBarsAppearances
71312ff60c53 : Update PackageInstaller.setPackageSource() API docs.
e10a3513f483 : Prevent ArrayList allocation for prefer keep clear areas
e742fd3be3d8 : Extract LockPatternView animation parameters.
752f82ea9ddf : [Motion] Split-shade transition on LS: add an overshoot/overscroll effect
e397be65d6b7 : Revert "Support tuning sysui_rounded_size"
9070283638d3 : Prevent non-admin users from deleting system apps.
05ebe2894fda : Cap alpha to max if SAW + FLAG_NOT_TOUCHABLE
5df3f27df376 : Drop task snapshot with invalid hw buffer
2d3633485bbe : Revert "Remove all appId migration related public APIs"
28dc4cbba47f : Fix NPE when adding window with policy to hide
880a59217d47 : Fix the translation not work if the animation is off
fe6fddb4f086 : Fix the translation not work if the animation is off
64de7e0d7270 : Tweak dialog layout of EditTextPreference
30a835aa6411 : Check for null callback
3ae337606484 : Added logic to reset assistant UIDs on audio crash
afb41741b908 : Update setInTouchMode javadoc
9d254516a9ed : Fixed the issue that the MainSwitchPreference is invalid after the page is resumed.
5e0a25ea58f4 : Fix Emulator not emitting folding features.
2da542d3685d : [Bugfix] Don't delete mPendingUids if PendingTopPid is added later than updateOomAdj started
e32a0c26c0c9 : Initialize the app last used timestamps to 0 in test setup.
3675a20f0c93 : Initializing charging state in AlarmManager
adfc51a554ce : Utilize specific info provided by the Modem HAL
8b9c15bd73d5 : Pass the keep clear areas through proper implementation. The PipController is not registered as DisplayWindowListener, but this inner implementation is.
594643524837 : Update running remote animation state after activity change
957323906403 : API feedback: Modify javadoc for showAutofillDialog
816553f62b8a : [DO NOT MERGE] Add the logging logic to distinguish the SS-reactivated resume media and user-activated one when there is no recommendation card.
be6abcd1fdc8 : core: Use ftl::Flags
11df410f7dcb : Detect "expand to fullscreen" over recents and switch to it
76561c0ce8a4 : Migrate TextView to use OnBackInvokedDispatcher.
1250be73c8dd : Revert "Use new T activity transitions in legacy"
18eec9cf4046 : Migrate MediaController to use OnBackInvokedDispatcher
2372176762b5 : Ensure standby bucket of an unused app gets treated correctly.
7b5408d87a20 : Async BLAST Sync[3/N]: Push sync-id around
48cda45ffa7d : Replace VRI and SV sync logic with SurfaceSyncer
4d63b2bdf19b : Remove the tasks created by the organizer when it dies.
be9b629301fd : Re-enable biometric prompt tests.
a6477eec2b56 : Follow up syntax improvement after mege
0aff5099d52d : Clear up CarrierPrivilegesListener APIs
993845dda54c : Remove AdServices permissions from platform and introduce only in tm-mainline-prod.
baf1183d77f8 : Remove temp handling of POST_NOTIFICATIONS
d6daec7f5902 : Adding maxTargetSdk AndroidS to DATA_ROAMING. This will make sure that beyond S people can not access the DATA_ROAMING API from Settingss.Ideal way to use this is from TelephonyManager.
0dfdad7bc975 : Add a log when initializing OverviewProxy
df83af614fa1 : Cancel touches on the unlocked animation
8782caa6d8dd : Scrim: Do not interact with scrim with hint
a674e1a68eb3 : [DO NOT MERGE] Subcard logging - Media Card code path Test: TBA Bug: 205864845
684fcdf7e9a4 : [Media SASS] Use the device's address to fetch the full MediaDevice information so that we display the correct icon.
a0b2ee74b2fa : audioservice: improve SCO audio control logic
f6a7dcf04f80 : Fix media clipping bounds
65d469643c14 : Fix ongoing autogenerated summaries
57c34cb2cbd8 : Make sure only the system uses BIND_ALMOST_PERCEPTIBLE.
020aa38488cc : Fix bubbles IME alignment on tablet
177d5bb18756 : Modify UidRecord.CHANGE_PROCSTATE such that it behaves like a bit mask.
9ef2c906e80f : Add "clear-last-used-timestamps" command to usagestats service.
0d4b8acf0c89 : Bouncer - Ensure one-handed mode bouncer side
12e997720b7d : Avoid checking for idle state when the app is in top state.
1a313bf717ef : Resolving duplicate “Fingerprint Sensor” talkback in Side-FPS SUW
70294bee5982 : Don't suppress group change after summary removed
26067073f6cc : Check for null callback
17ff861671e3 : Import translations. DO NOT MERGE ANYWHERE
d2a6dd4b35b2 : Import translations. DO NOT MERGE ANYWHERE
68effaa6f6dd : Import translations. DO NOT MERGE ANYWHERE
5a4bcc0a9c1f : Clear up CarrierPrivilegesListener APIs
451e2ee39d41 : Add OWNERS file for WM Jetpack library tests
476574dfc82d : Optimize TM#getCarrierServicePackageName[ForLogicalSlot]
f9179a935429 : Removes unused inheritence avoidance hacks
871b78954ae2 : Removes unused mAwaitingDelegateResponse
3782660d736b : Removes 'mIsHeadlessSpringboardActivity'
7da1e7d30c85 : Remove 'startAsCallerImpl' refactoring relic
05a2ef26471f : Remove permission token from startActivityAsCaller
9a85809c255b : When a Virtual Display is plugged in, we create a corresponding surface whose mutation should be owned by mSyncRoot(Owned by DisplayManagerService). However, there is an operation of getting the defaultSize of this Display which is performed without honouring the mSyncRoot.
4b2931194ed5 : RESTRICT AUTOMERGE Rename PermissionController resource constants
5ea4d354d8b3 : LockscreenShadeTransitionController: add more tests for DepthController interactions
8ea87a687756 : Limit broadcast by user
f585c4329c85 : Show dialog while creating or resetting Guest from QuickSettings.
cae38bac77c7 : Remove unneeded notif vis checks
8714141f7e83 : Add comment to explain SdkSandboxVerifierReceiver.
e66b3dc8a2a6 : Annotate setUidFirewallRule with @GuardedBy
954e0d86cfcd : Change Ethernet API to use OutcomeReceiver
8d4a9f8d7245 : [API Review] Replace ResultReceiver by Executor
db1e3583cf4e : Move the QrCodeGenerator from Settings to SettingsLib for Wifi and BT
23cb189008ca : Import translations. DO NOT MERGE ANYWHERE
63e0a9a1cbca : Import translations. DO NOT MERGE ANYWHERE
0b189ccc07ab : Import translations. DO NOT MERGE ANYWHERE
c13224b22e45 : Import translations. DO NOT MERGE ANYWHERE
b4c0c4e81b91 : Disable all input on ActivityRecord during trusted animation
b84fa83ad2b3 : Import translations. DO NOT MERGE ANYWHERE
f7c7f996193a : Restrict device wakeup via PowerManager.ACQUIRE_CAUSES_WAKEUP.
efc50877d2da : Fix ServiceConnector failing unbind if not connected.
152654ba7e20 : Import translations. DO NOT MERGE ANYWHERE
14185cd0eed7 : Consolidate finally block of startActivityInner
d47ad7b27911 : Limit HotwordDetection process number to 10
5f463e9e7f36 : Set audio route name when LE audio device is connected
1c4c8139a13a : Revert resize of the right notification icon
3297bdc4144e : Import translations. DO NOT MERGE ANYWHERE
8f502801e16d : Make TextView do not show IME when fill dialog popup
2cafe393b7cf : [Output Switcher] Modify ranking rule
658c53c47c0d : Fix security hole in GateKeeperResponse
5d2176df6923 : Fix security hole in GateKeeperResponse
3fbffa205295 : Import translations. DO NOT MERGE ANYWHERE
feffd553fd58 : Import translations. DO NOT MERGE ANYWHERE
43791f7218f8 : Update toast strings for blocking camera to match UX guideline
33077cca7644 : Import translations. DO NOT MERGE ANYWHERE
8ba9611cecf0 : Fix the functionality of log-visibility
d1e7cc8585f5 : Import translations. DO NOT MERGE ANYWHERE
2bb65a2c92a1 : Introduce TaskView.setObscuredTouchRegion.
73e1555feaad : Update TelephonySubscriptionTracker to use new CPCallback interface
98ca72c5f890 : DO NOT MERGE Fix Emulator not emitting folding features.
2ee37d3d6a50 : Integrate feedback from MediaMetrics API reviews
aa1e3b0a67e9 : Introduce CarrierPrivilegesCallback to replace CarrierPrivilegesListener
9eb625a5f288 : Update launch root rule to consider created-by-organizer parent first.
f9935cec48f8 : [MEP] adding portindex to sim access APIs
efeee0fdaa35 : Fix IME screenshot position in 3-button landscape mode
abedec1601cd : Add portIndex for switch subscription API
62c6955c2f16 : Revert "Explicitly mark receivers as RECEIVER_NOT_EXPORTED"
a53b05ca8c0f : Disable all input on ActivityRecord during untrusted animation
bddc58e3bc6c : Add IPipAnimationListener#onExpandPip
1af0b37a863d : SpatializerHelper: fix setting desired head tracking mode
8880128e4320 : Refrain from choking sysram due to excessive onShortcutChanged callbacks
145bbfdfbd94 : Media layout changes for tablets
c1716e057a16 : Skip theme application if it's already current
adba0b186171 : Add forceDrawNextFrame function for HardwareRenderer
35c049de96d3 : Move the pendingTransaction stuff into BLASTSyncEngine
25bfb7ef70ac : Revised the API documentation of the getMetrics and getSize methods to account for differences in API levels.
9bab88b20ac7 : Fix PIN lock pattern not respecting user settings
4b1a9dbcff42 : add IntRange to KeyphraseRecognitionExtra APIs
abfe26db447f : Add DISPLAY_HASH_SERVICE to ServiceName list
9ada4f220262 : Pause squiggle animation when seeking
16c0ede0b116 : Use new sorting mechanism.
7d1549170812 : Optimize pending job queue iteration.
69a8b77741d0 : Pass through Recent's finish-but-not-really intent
b78d42ab882b : Wait for IME animation to end before calling IMM.
01053d43506a : Add call to disable RT Animations
944a5c605ad1 : Give LongScreenshotActivity a "Capture more" label
0a5cb2787739 : Remove RESULT_ERROR_INVALID_RESPONSE
2c334e34ce7f : User Switcher: Polish tap on user switcher.
b56ceea6f44d : Clarifying docs for USE_EXACT_ALARM
09e1810c64af : Make sure all jobs are sorted by override state.
6d9c9dcb5b81 : BluetoothMidi: Remove unsafe code
749cd1b187a0 : Introduce mutable parcelable request to open/close logical channel
50ee3ce87976 : Fix an issue where stack education and the stack weren't aligned
9052b5c2fea8 : Adjust the sizes of user education for large screens / landscape
45aef6008791 : Inject LockScreenUserManager iface instead of impl
d4f676bde255 : Fixing shade transition calculation logic.
11def0622774 : Refactor BiometricUnlockController mode/state control
46d4a1a836a9 : JavaBBinder::onTransact - log if env null
0f74e4e2eeae : Re-Introduce synchronization locking
58f3e933b0e1 : Change context assignment mechanism.
a6ac70eddfe2 : Pass the keep clear areas to PipBoundsState.
c60b36d705bd : Rename updateFirewallRule to setUidFirewallRule
3d14e32aa6b0 : Get device owner app admin
613a8733c6ca : Client feedback: Fix javadoc mistake
98c4874deeda : Add attribution tag to MMS Service
d9eaf48fa0c8 : Implement dream to bouncer animation.
39ce1a56dd7f : Store initial bouncer showing state.
1a85be89c74e : Restore long press power behaviour setting
2536befb0c09 : Make telephony actions unconditionally protected
db407ef12de9 : Introduce updateVisibility and updateLayout
193baa3ab35d : Renaming SplitShadeHeader to LargeScreenShadeHeader
5ad1ec1c7126 : Showing wider header/status bar in shade on large screen
069f22cf0c23 : Read-only properties can have values of arbitrary length
e1165d55ed98 : [MEP] Add port index to icc logical channel open, close and trasmit APIs.
4f4eece2c428 : Ensure handwriting session can only be started from inside app bounds
3214ca39114d : Guard against ContentResolver exceptions
1d0e7393886f : Add cancelation reason to vibration status
5f0502d313c3 : Update the javadoc of TM#addCarrierPrivilegesListener
be1dea39e85f : Rework actions for detecting support for <Set Audio Volume Level>.
3072d98c2dc2 : DO NOT MERGE Add an OEM configurable limit for zen rules
1db5d4020592 : DO NOT MERGE Add an OEM configurable limit for zen rules
5bac37416716 : Fix icon color animator
02f723b7d2f6 : Fix TaskView over lockscreen
7d4198268d28 : AudioService: Add general support for Absolute Volume behavior
a8067a4bcf22 : Add getInterfaceList module-lib API in EthernetManager.
f5dd82625c4b : Add setEthernetEnabled and its listener API
01f255bbf34f : Correct the operationID in resetUsbPort
54213c57dbc4 : Fix indication area padding
d821b27254aa : Fix that cut-over OTA to Android T disabled magnification via nav-bar accessibility shortcut.
d9249c2b5e22 : Log the reason and tag for dropbox dropped entries.
a4131c50d07c : Secure REMOTE_BUGREPORT_DISPATCH
dc93cdb4f567 : Fix ethernet enable / disable API
f39868b89d4a : Only set valid participant to parent in shell transitions
e4f87d302ef9 : Remove TRACE_TAG_APEX_MANAGER
b0efc329f8f6 : Add OWNERS block for code move
19a4593771e9 : AudioDeviceVolumeManager: Add APIs for listeners for device volume behavior changes
13d7c3eaae7e : Rename ViewBoundAnimator -> ViewHierarchyAnimator.
0300924d5120 : Move FEATURE_IME to TestApi
cfab8e00310a : Fix WMS instance leakage of WmTests
d76637e8fd9e : Implement fade animation on SplitDecorManager
d9ad120d9504 : (Re-Introduce locking)[TEMP] Re-Introduce synchronization locking
688c65c883c7 : Fix dropdown text is not clear in dark mode
a8233b6210ed : [LeAudio] Add LocalBluetoothLeBroadcast and LocalBluetoothLeBroadcastAssistant
8764c4115bec : [LeAudio] Add LocalBluetoothLeAudioContentMetadata and LocalBluetoothLeBroadcastMetadata
a6e49349d81d : Update network rules for only uids that are installed.
52a0e799f25d : Block activity launching if DWPC does not allow
b030e80284ac : Add more FlickerTests for verifying IME transition
75cab555c5ee : Silent touch mode permission check
9d4e858d5c96 : Use the app's short name as the media recommendation's title when possible.
e3719bdc6b5c : Remove unnecessary check and prevent unnecessary log
b432ba94bb41 : Support tuning sysui_rounded_size
cb4664745cfb : Move rounded corner to provider
70338a884956 : Revert^2 "Verify hierarchy change for cross-UID ActivityEmbedding"
9c2cb7e25743 : Further defer loading widgets until it is absolutely needed.
a92a92fc6265 : [SERAPHIC][TIAF] StreamEventResponse with null data parameter will cause a null-pointer crash.
5d894c802901 : Check for null callback
992097b04ef0 : Replace VRI and SV sync logic with SurfaceSyncer
f13b12b78bfe : Fix typos in broadcast strings for RestrictionsManager
1ad640ba13a8 : Asynchronously bind/unbind service
f699fb08ff7d : Tag Trace for onBiometricsAutoenticationAcquire()
6add0aa96ede : Lock BatteryUsageStats snapshot directory
7589e541d15b : Ref count isolated uid use for long partial wakelocks
3a4584745752 : [Output Switcher] Check before use MediaController
27187d876772 : [Output Swithcer] Add groupable routes when build list
0871d028229c : [DO NOT MERGE] Remove the Client Suggestions APIs
bbf7f2884a55 : TIAF: handling null objects in DsmccResponse class
7f8c5e637109 : DO NOT MERGE
05dcf052460a : Fix mobile radio battery consumption double counting
5cc42bcb593f : Fix wrong Nullability of BoringLayout new API introduced in API33
86b0155d53a4 : Check for null callback
a9fdaba05747 : Replace VRI and SV sync logic with SurfaceSyncer
ed0db6d61397 : Revert "Replace VRI and SV sync logic with SurfaceSyncer"
bf586051740d : Add UserCompletedEventType#newUserCompletedEventType static method for testing.
c40071734b87 : Supported network capability MMTEL
93f518fff61e : Support data profile merging
00ea00b0088a : Refactor TrustTests waiting into common function.
f548942f3fea : Ref count isolated uid use for long partial wakelocks
a5e0a4f770ca : Check instrumentation source UID in setInstrumenting
d2185bf42cfc : Check for null callback
fd0314d65a73 : Drop "adb shell" from RunCommandTargetPreparer.
d0a56a1c3d61 : Support PersistableBundle type config values in getConfigByComponentForSubId
d927819de229 : Update Computer dialog UI
b21e9e17f6a6 : DO NOT MERGE Add an OEM configurable limit for zen rules
725f8298b236 : Fixed service state changed event
e0ae12756ca8 : Add conditional permission check annotation to checkPermission methods
ab9e6ed17f2f : [SettingsProvider] fix timestamp format in dump
2f038309e06b : Benchmark fix.
5423b5f2a46a : rename config_settingsIntelligencePackageName
7fcda60a9986 : Set Manage button click listener using postDelayed
7c227ebd91b2 : AcessibilityController: Use InputConfig to determine window behavior
a107680e220a : Check the managed profile for PO
f564a5d70842 : Log UiEvents useful for calculating dream overlay start latency.
3d9a4ea5a7ee : speech: Add online languages to RecognitionSupport
98b2c2192774 : When change user, update configuration
4668cc8505a5 : Add flag to refresh of user vibration settings before vibrating
0f2adda03a72 : Filter out non-MIDI devices before attempting connection.
f94b460fda0e : [19/n] Letterbox Education: fix multi-user preference key
5e7bff52e4ec : Fix reversed remote input reveal anims
6dcb756b23e6 : Replace WC#inAppOrRecentsTransition with WS#inTransitionSelfOrParent
8fedd4796ec2 : Add a new association request failure code
b8d933ce8e4c : [Media TTT] Update the test adb commands to be able to see the default icon on the sender chip (used for a11y testing).
2c44ed9350f8 : Supported URLLC, EMBB, and CBS slicing
316939d210cd : Moved MVNO matching logic out of old data stack
7f8feabf4832 : Update side of hearing aid device string
29e48d1fc227 : Convert NavigationBar to subclass ViewController.
b00136149517 : Fix null pointer expection when get CollapsingToolbrDelegate
a3a7732e895d : Mark all installations using PMSC as "ADB".
a0a59e4c33e4 : Supported traffic descriptor based network capability
340032b412ea : Update media long press menu
6c707a47dade : Changes to support reducing noise in active unlock notifications.
66c34077c9bd : Fixed several data issues
969826576acd : Add subtitle in System language
746cd79b371f : Update lock icon a11y click handler on a11y change
b7d947e7920b : Revert "Fix a redundant assignRelativeLayerForIme case"
2d0f66a6ac35 : Register KeyguardNotifVisProvider CoreStartable
14913d1d083b : RESTRICT AUTOMERGE Fixed and reenabled failing DevicePolicyManagerTest
625a463b8f82 : Singularization of duplicated multi user strings.
fb818c519df1 : Catch exception when stopping OTP session twice
fcea75f5200c : Add new sorting mechanism.
8315408b3523 : Fix TaskFragment pending event not dispatch
5943bac5cfc1 : Size restrict right notification icon size
6f2b34baf854 : Downscale large bitmaps in CachingIconView
698325914ed7 : Support downscaling of Drawable icons in LocalImageResolver
4cd393a317ed : Fix "Welcome back Guest" dialog dismisses when screen turns off.
f3732b499188 : Migrate DEBUG_ANIM logcat message to ProtoLog.
747597a08815 : Fix letterbox flickering rounded corners.
f46f7d429c1f : Fix split shade issues when going from portrait expanded quick settings
2c50313c3d52 : Allow exempting IMEs from being unbound by IMMS
6da04ce007ef : DO NOT MERGE: Downbranch merge conflict [Output Switcher] Make either transfer or expansion on a single route
78d189f07b85 : Do not unregister CONSTRAIN_DISPLAY_APIS for WmTests
4fb297e3c8b1 : Fix deadlock in DPMS
aaa3a1026630 : Fix LooperStatsTest
0e33ad63cbd5 : Disable low battery notification if battery saver scheduled
5ade0d529df4 : Revert "Replace VRI and SV sync logic with SurfaceSyncer"
b3410923cebb : Group ActivityEmbedding split by Task id
e389f15ca649 : Use public types to update system UI visibility
9629248c81f6 : Move UiEventLogger interface to modules-utils.
6cac5b89c096 : Add i18n Settings OWNER for system language settings
8bda50023d44 : Reparent ImeContainer under parent when organized.
a16fe36115fa : Adjust branding image layout if needed.
db1e72190f85 : Move DEBUG_INPUT_METHOD logs into proto logs for debugging IME snapshot
780ff7127a5d : Reuse LocalePickerWithRegion in app language selection
b838a7528769 : Added carrier_id support to the carrier_key table in CarrierInformation DB
418393399c8e : Set useFallbackLineSPacing into member value
8f359f022a95 : Stop using FDE-related constants from IVold
e9beecfa7e2f : Add CrossTaskNavigations API to restrict navigation from current task
e708048beda4 : Fix can't focus on learn more link.
827dacd40807 : [SC][RESTRICT AUTOMERGE]Update telemetry service permission name in allowlists
f137575a3b19 : Add the disabled color file
b347e47aa698 : [Telephony] remove the RuntimeException thrown
3f33aa226fb8 : Adding getSimApplicationState & getSimSlotMapping
42e59bf31afc : Supported the legacy allowed initial attach APN types config
9b4f3eaf17e3 : dynsystem.SparseInputStream: Implement read(buf, off, len)
f130a204f624 : Check the config before moving to restricted bucket on bg restriction
351d589dadff : Let the client compute the backdrop frame on its own
3e194cc9fad1 : Push drag-resize mode to the client
455f42e27877 : Set proper appops state in BackgroundRestrictionTest
b533c85a58b5 : Add additional info to VisualStabilityCoord dump
413f74422c2b : Add an OEM configurable limit for zen rules
75bd0edd7b73 : Add an OEM configurable limit for zen rules
053102791550 : Add an OEM configurable limit for zen rules
c69747578155 : Add an OEM configurable limit for zen rules
41f051989f87 : Fix confusion related to EXPANSION_HIDDEN/VISIBLE and improve related test coverage.
1b2d40ce771d : Add strings for showing which side of hearing aid device is connected.
6287488399d7 : dynsystem: Enlarge default shared memory size and allow size override
b77f36b021b3 : Add missing parameters in BackgroundRestrictionTest
f9fafbe61774 : Provide AutofillService to know how the dataset was shown to user
49525ccb1455 : Add package name to all UiTranslationStateCallback methods.
acc2d12971d8 : [SettingsProvider] remove excessive logs in test
82850c2c7521 : Fix logs in NetworkPolicyManagerService.
b7aedc6f3d83 : RESTRICT AUTOMERGE Refactor device policy resource APIs to a separate class
7cb1133b1605 : RESTRICT AUTOMERGE move device policy resource APIs to a separate class
7ce3e6a5a458 : Fix issue where KidsModeTaskOrganizer registers itself as CompatUICallback
11754660702e : Do not launch legacy notification dialog if permission is granted
ec10a7400304 : Update consumption limit constants.
23668c560e06 : Allow AutofillService can identify if fill dialog presentation is needed.
05fb389198c3 : Moved 5G+ PCO related code to data modules
baddac44aa22 : Do not resolve port index for apps not targeting SDK T and beyond
433c5eae0734 : Sync PiP WM bounds to rotation immediately for fade-in
1ef011e51084 : Ensure SubscriptionPlans can be removed
bb89d23c33c5 : Increase startForeground() timeout to 30 seconds.
71ad90ca9fde : Add an event type constant for Undismiss events when the user clicks Undo after dragging a predicted app icon onto the "Do Not Suggest" drop target.
f65563f813a8 : Remove old layout and flag
a1953c28f4a6 : Formally define allowable IpcDataCache modules
894210fea919 : Update transparent region when cutouts update
800b66f2a1c4 : Bouncer: Remove flicker of KeyguardMessageArea
c15901428e8b : Add battery usage tracking on cached apps for the bg restriction
6ed9faf5bd54 : RESTRICT AUTOMERGE hide device policy resources constants
5898e642412e : Add PbA branding API
4fcecfd6f5c5 : Update handover rule java doc
631c1ed72695 : Check for null text location when applying scaling changes
a49deeee4af3 : ScreenDecorHwcLayer: better debugging for the transparent region
ed693056e0b3 : Handle null ApnSetting in PDCS
ab66ca2985a3 : Fix NameNotFoundException documentation
4f0fbcea4bae : PhysicalChannelConfig.Builder change IAE to error logs
0b0791615edb : Fix stale View tracking in ShadeViewDiffer
621af3e560c7 : Change getSupportedCryptoSchemesNative to use getSupportedSchemes
2d3193158c53 : Mark all installations using PMSC as "ADB".
1a4e911f53b4 : ActivityManagerConstants: enable skipping MCP kills until BOOT_COMPLETE
43321f13b938 : Handle price vs ctp inversion.
05ec3573fce7 : Gracefully handle system error from AppSearch
8de24239417a : Revert "Revert "Move touch handling out of NavigationBarView.""
235aab5be04e : Fix race condition of lazy service binding
07d9444ed8d1 : Push the frame to InsetsSourceProvider
f6fb6f628845 : Add setBuffer w/ release callback
b6a1953f21e2 : USB MIDI: Add null check on device removal
69bb632cb8b0 : Add DevicePolicyManager#getPolicyManagedProfiles system api
5fe695fbddd7 : Update getSubscriptionPlans documentation
53706a289988 : Offload IMMS#mImeDrawsImeNavBarRes initialization
e4d52246623b : CDM UI cleanUp
76383097111e : Introduce a progessBar for multiple devices
d2fbecdfdaa8 : Make the Allow button at the top
6d9648b1025d : Add property invalidated cache for getSubscriptionId.
9a08a753f815 : TIAF: add JavaDoc for TvInteractiveAppServiceInfo constructor
bf250af77133 : Makes GesturesObserver#clear as a private method.
a8c4af04b109 : Use RoundedCornerResDelegate to read rounded res
43d826f755ab : Debounce the inset application
bb50a67f8842 : TIAF API review: remove prepare()
1de756032c59 : TIAF API review: rename onCreateBiInteractiveApp
9d914c47baa4 : DOZE instead of DOZE_AOD when batterySaver=active
f9711ede7680 : Change font family for items in Cast dialog
99ba880e5559 : Add a way to instrument sdk sandbox processes
44318af94ff8 : Sdk Sandbox should be able to see it's client app
6a1d698ace1a : Don't increment colorLayerCounter on surface migration
ba0c5571561c : Use sync transaction for dim layer and scale
214c0014ef4f : Add support for TEAMFOOD flag.
5bf81c054ceb : Don't increment colorLayerCounter on surface migration
6253682e6657 : Fix NPE in CompanionDeviceServiceConnector
3b9ddf5d70cd : SystemUI: res array for statusbar blocked icons
d62853c9790a : SystemUI: res array for statusbar blocked icons
c9deac5afb8b : Revert "Verify hierarchy change for cross-UID ActivityEmbedding"
1355042efd3f : Add finalizeWorkProfileProvisioning.
0ae29f0cd5d9 : Define and implement getProvisionedVpnProfileState()
f306a53e48af : Introduce VpnProfileState
6a9ed66cdd81 : Add setProfileOwnerOnOrganizationOwnedDevice COPE API.
84705ae31fa6 : Move touch blocking into InputDispatcher
89494d42857e : Move LocaleManagerTests to postsubmit suite.
0a8a686f1c38 : Add null check for notification preference helper
4891a37b3194 : Add Executors to NSD callbacks
f9eb48968fe5 : Add getInterfaceList module-lib API in EthernetManager.
ac2b193faf1a : Add setEthernetEnabled and its listener API
836a3e3d833e : Define new constants of ACTION_VPN_MANAGER_EVENT
3f4908252363 : TIAF API review: multiple components
18f327372346 : Ignore flaky tests
fedd79c9d7cc : Shell: Grant BLUETOOTH_PRIVILEGED permission to Shell
8809a21668b1 : Add keylayout mapping for Xbox360 compatible controllers.
7c02f4ccc4fc : Fix ethernet enable / disable API
c162b5080423 : Transfrom connectionState to string
8287585b8171 : Guard mUidBlockedState with a separate lock.
475648ae0250 : Fix faint ripple
7f1f56b04b6c : Add support to exempt the battery usage with visible FGS notifications
dc362ffcc76d : Add PackageManager feature strings for EROFS.
b96b2c755fda : Change Ethernet API to use OutcomeReceiver
553d6fb7c501 : TIAF: add signing request and result
8551c204220f : Revert^2 "Change Ethernet API to use OutcomeReceiver"
84edd3f63be9 : TIAF: Change on API Review: DTV to VOD 2
37ffc3a20fe4 : Fix crash when MultipathPolicyTracker cannot get IMSI
684722c3999c : Fix that holding volume buttons to activate Extra dim feature doesn't do anything.
5f215b9d395c : Revert "Re-add PackageVerifierTest to presubmit"
41e5cc7039a6 : Store IkeTunnelConnectionParams in Ikev2VpnProfile
a64238a6144c : Fixing activity visibility when occluded by translucent TaskFragment
5c469962df23 : Add proto dumpsys support for AppBatteryTracker
2c2516afc79d : Check whether a display supported pip when an activity try to enter pip
4748ce9e0204 : Deprecating windowSplashScreenAnimationDuration attr.
0f26a198cea5 : Define MediaFormat crop-related constants
0ee4fb6f8477 : Remove unused constants for encrypted OBBs
a2755c7fc3fa : Remove all appId migration related public APIs
0ee35ca5ca77 : Mention REQUESTED_PERMISSION_NEVER_FOR_LOCATION in requestedPermissionsFlags javadoc.
bae89ceadb2c : Revert^2 "Enable new data stack by default"
b4355a326ff5 : Send SDK sandbox UID instead of app UID in battery stats push metrics
77f9710f684e : Always invoke start next operation from start & stop user clients.
59002e79a5d6 : Add click listeners to the lock icon for a11y
ce2cf0bd31d7 : Fix a CalledFromWrongThreadException
368689161145 : Change parameter order to make it SAM compatible
6e2eb81ac468 : Wait for an abort event when stopping a model
3b660525f37b : Generate an abort event when stopping
7f13dcaadf1b : Location provider check for subattribution
4fe4b2e65d68 : Add extra to inform the role holder of the update attempt result
bcfeecc59ad1 : Update javadoc for EXTRA_PROVISIONING_ROLE_HOLDER_CUSTOM_USER_CONSENT_INTENT
88515fa748f1 : Add a new result code for the DPMRH updater to signal that the feature is disabled
0c40f6d80a61 : Make EXTRA_PROVISIONING_USE_MOBILE_DATA public API
3a66fbc60d58 : Add KeyguardLiftController as a CoreStartable
da7f7fe8e776 : Update documentation for EXTRA_SUPERVISOR_RESTRICTED_SETTING_KEY.
6c14a5a43cbb : Adding mapping for hubui presubmit tests
92ad768ad87a : Add media permissions to STORAGE_PERMISSIONS
e5f99e636051 : Fix a problem that Dialog does not close in new dispatch.
79a1af62def3 : Clip UMO in overlay and animate FooterActions
0cab3b4252cf : Invoke lifecycle callbacks while waiting for cookies.
5109c0dadfe9 : Async BLAST Sync [2/N]: Introduce seqId
c7dab0feab66 : Check separate phone numbers in RepeatCallers.isRepeat
4759768c1889 : Remove DisplayHashingService constructor
42f6b8d71d45 : Update OWNERS file to reflect ownership in capability related files
1234bf12fe9f : Update SHORTCUT_OWNERS to ensure future bugs will be routed in correct order.
d9874f9851cb : Remove "Copied" toast from sharesheet.
d75f4034d7b6 : Guest icon color
d704d149bdfb : Update AuthRippleController to also show ripple when dreaming.
39da7d1c23cd : Check if app's ntwk state will be changed before updating procstate.
2be1842da27f : Fix the Settings crash when resetting network
8b36bdbd609f : Fix the ordering of taskevents.
4fa6711c0074 : Update READ_CLIPBOARD_IN_BACKGROUND to be grantable via roles
8c06d5e2575a : Add recommendation to use MediaActionSound class in a background thread since it relies on binder.
02513012780f : Revert "Change Ethernet API to use OutcomeReceiver"
12ea38311a12 : Use 60Hz frame calculations instead of magic numbers
f37c024b0049 : Replace VRI and SV sync logic with SurfaceSyncer
e7ed20c00a68 : Prevent potential deadlock when sending pending intent in WCT
d782127f6f59 : RESTRICT AUTOMERGE add requiresAPI annotation for DPM#getString
1d0d9c9cfbe4 : RESTRICT AUTOMERGE Expose getString APIs as public
4b5ceb7d2aaf : Make testMultipleMessagesDispatched slightly less overspecified.
7023214eb2f8 : Make config_devicePolicyManagementUpdater readable by tests
d13b030dc468 : MidiService: clear status when device unbound
497007a173f2 : [Media TTT] Fix the generic icon on the receiver chip by making it smaller so it fits in the circle.
50e98a6a7f0b : Consolidate split layout adjust animation for showing IME panel
17384a09fd51 : [Media TTT] Add a ripple to the undo button.
9813318dfd7a : [Media TTT] Update the error message string.
511336f1b960 : audio: SpatializerHelper: fix exceptions when head tracking is not supported
63300ce0492f : audio: SpatializerHelper: fix exceptions when head tracking is not supported
c01499bd2445 : Use new DevicePolicyManager#logoutUser() methods
640869f3bb12 : Add broadcast receiver to toggle expanded PiP (TV)
96088059bdd0 : Add broadcast receiver to open PiP move menu on TV
874fd364b090 : Fix logcat view layout warnings
d34d387c4fd2 : Make testMultipleMessagesDispatched slightly less overspecified.
3be5773ec937 : Implement puller for new SurfaceFlinger dmabuf stats.
906689084a28 : [DO NOT MERGE] ActivityEmbedding: hide embedded TaskFragment between adjacent TFs
9eba2b409537 : Don't log on each call when hibernation not enabled
187c975af9b7 : Add the ability to configure NTP port for tests
28faf49c0b89 : Add hotword detection metrics.
4f195150b856 : Fix BatteryStatsHistoryTest for low ram devices
b9f2161ca1bc : Add safety center flag changed protected broadcast.
b9db23114a4b : Fix #testChangeFontScaleNoRelaunch flaky
d43cfe48e95c : DSU installation service: Add event log tags
01eddeace4a7 : Fix Preference title not grey out when disabled
95e2fcd83800 : Update hotword detection metrics.
4c03bb0cbbdf : Fix WMS instance leakage of WmTests
eea9edf76deb : Change Ethernet API to use OutcomeReceiver
31b9785e9810 : Consolidate the bg exemption state changes from the pkgs with same UID
8a100c132ebd : Turn off the screen if no security lock
50a858875ed0 : [DO NOT MERGE] Fix unexpectedly NPE on CF when calling mDevice.getProductName()
337ec14b4a2f : Update javadoc and log message to avoid confusion.
f5942d8bd29a : Bouncer: Adjust tracking animations.
92663599954b : Add exemptions for the apps with the camera/mic permissions granted
4b2cdfece12a : Introduce CarrierPrivilegesCallback to replace CarrierPrivilegesListener
0f2ead8d4954 : Verify hierarchy change for cross-UID ActivityEmbedding
d57f26b644b1 : Update fields for SecurityLog WiFi events.
beac78f2521c : Spatializer: output listener fires upon registration
7cc9d2d11e9c : Initialize lastUsedElapsedTime to Integer.MIN_VALUE.
84acaf506bf6 : Improvements on UserManagerService ShellCommand implementation (3/4).
6e882191cdda : Improvements on UserManagerService ShellCommand implementation (1/4).
f7a2d7916a1d : Improvements on UserManagerService ShellCommand implementation (2/4).
ef0765341019 : Remove MANAGE_WIFI_AUTO_JOIN
be82be6e88f6 : Add ACCESS_BROADCAST_RESPONSE_STATS permission.
a030e80bdf4e : MediaFormat: deprecate KEY_AAC_MAX_OUTPUT_CHANNEL_COUNT
93bce74ff0d5 : Fix broken test
7dd9c3b6b803 : Permission to access shortcuts in AppSearch to Launcher and Assistant
569d88737b68 : Fix bug where GameService#onDisconnected isn't called
c418be3814ad : Rename revokeOwnPermissionsOnKill to revokeSelfPermissionsOnKill
a24e24456041 : Self-revocation: Call PermissionControllerManager directly from Context
c7d1f62fef59 : Synchronously revoke permissions on OTP session end when kill delay is 0
a427d6263f72 : Do not leak whether package exists in revokeOwnPermissionsOnKill
bf9e19c56c6a : Remove support for converting from FDE to FBE
a7bf3a7b5b79 : Removes WRITE_SECURE_SETTINGS from location bypass APIs
b989691d719d : Scribe in View: disable cursor drag when handwriting is enabled
da731460df73 : Listening to package broadcast on all users
1ce742ae458c : Adding tests for temporary and renewable trust
55022a588061 : Fixes for a11y selection
13b27571c970 : Merge TODO(b/217397817) to TODO(b/215443343)
bda185a37cd4 : Use long click timeout for handwriting
9ed7588cc436 : Refactor some ViewHolder complications.
a362e570536b : Update BroadcastResponseStats javadoc.
3536b70f119b : Remove complication id from entry mapping on removal.
1573cdb1d491 : Disable user switching when the device is factory resetting.
2db234db5f5c : resolve possible Imf lock and a11y mLock deadlock
5a093a0132fd : Unhide API isPersistent and getProfileId
edae1f6478ce : Add Nullable IpConfiguration to ethernet update request
3d1093eefba3 : expand test API for DSP kephrase trigger
2856542813ca : Move JobServiceContext handling to the concurrency manager.
97f3b91c53f5 : Add GnssExcessPathInfo (frameworks/base)
fd1c87c0a642 : Treat allowlists differently for flattened apex
713343bc21a3 : Use colorAccentTertiary for FGS dot
cbc4d681e799 : Move UiEventLogger interface to modules-utils.
a725209c5aea : Extend notif lifetime if not anim activity launch
9fbefebbc937 : Launch user switcher as SYSTEM
46653a91c302 : Fix security hole in GateKeeperResponse
a14e2883b505 : Revert^2 "Use compat framework to gate session actions"
1ae9c8d8dda5 : SystemUI: res array for statusbar blocked icons
fcf2be2f16d5 : Add role protection level to MODIFY_QUIET_MODE
e0ce996ecc45 : Use new T activity transitions in legacy
2a8bcd96f526 : Backport window extension animation support
61213e84fd40 : Import translations. DO NOT MERGE ANYWHERE
b267bc10e271 : Import translations. DO NOT MERGE ANYWHERE
fa1ec597caba : Refine PRIVATE_FLAG_LAYOUT_SIZE_EXTENDED_BY_CUTOUT
9c464cc063c7 : Fix pip finish-callback when enter animation runs in shell
d9f9137c9124 : Make nav bar affected by IME insets
00b64fd07870 : Import translations. DO NOT MERGE ANYWHERE
64513eaeb72f : Import translations. DO NOT MERGE ANYWHERE
b2d9907dbe2b : Import translations. DO NOT MERGE ANYWHERE
14298d8b72af : Import translations. DO NOT MERGE ANYWHERE
466c18a33b7b : TouchExplorer: do not crash when the user lifts a finger while dragging.
58ab072d3c90 : Fix NotificationStack size calculation
0ed4025c16d0 : Import translations. DO NOT MERGE ANYWHERE
2595b4cf1645 : Start TelecomLoaderService based on FEATURE_TELECOM
11f6ddf8b7a5 : Import translations. DO NOT MERGE ANYWHERE
dd489e6d0ede : Import translations. DO NOT MERGE ANYWHERE
d988d842e8e1 : Import translations. DO NOT MERGE ANYWHERE
1218a8e4ad60 : Import translations. DO NOT MERGE ANYWHERE
3989d0403c7f : Import translations. DO NOT MERGE ANYWHERE
62a8ebb5a86e : Small improvements to matchesCallFilter functionality
aa3a7e627355 : Implement custom PiP close action on TV.
6e5186bd8dd7 : Add entry to OWNERS
d78b924c649f : Revert^4 "[pm] remove circular dependency in init helper"
7a563cf478a3 : Wait to handle a pending lock until after keyguardGoingAway = false.
0f48a2172d0b : Import translations. DO NOT MERGE ANYWHERE
82d33f26f940 : Fix KNOWN_CODENAMES javadoc to mention that all codenames are there.
f72bf997b6e7 : Import translations. DO NOT MERGE ANYWHERE
dd0d4e2f6f87 : Import translations. DO NOT MERGE ANYWHERE
8d195c3d85c0 : Import translations. DO NOT MERGE ANYWHERE
d6dbd50abc66 : Update styles to match latest specs
9b49774ef220 : Remove Dependency.get usage from some notif views
bb750d8ad3d5 : Integrate recent animation of single-root split with shell transition
cdb7e2198eda : Hide new route discovery preferences in T
ac4ca45fec04 : Optimize primary and secondary dex’es together.
d23fb21ab388 : Return START_TASK_TO_FRONT for bring fullscreen task
043872eb4c5d : Use an ordered list for optimizable packages.
7f5778472076 : Mark instrument events of FrameTracker in the trace
da972b8c7116 : Revert "Use compat framework to gate session actions"
b35ca2b5707d : Add the API to get the AudioLocation
9546f607f688 : Add ActivityOption to remove insecure keyguard when activity is launched.
8c2b13fa6ef8 : Mark LOST_MODE_LOCATION_UPDATE as a protected broadcast
393f3b529f26 : Add bg exemption tracks for foreground only permissions
d898f2c9096d : Revert "Add data fail cause for empty TD list"
7d5f890a3b82 : [MS83.1] Make some APIs module-lib instead of system current
2e667f876029 : cec: fix Traditional Chinese issue for Playback [1/1] BUG:183071276
39558844fae1 : Use int array for included and excluded uids
41de18f8640f : Add MAKE_UID_VISIBLE permission to the system api
31d7ee18f392 : Reduce ambiguity of trace from intent to launch activity
7c43d8fcacf1 : [DU04-2]Appropriate changes to the NetworkPolicyManager API
96b977e16eb1 : Update the strings to match the Figma mock
0e7e9487d73f : Fix drag to split gesture puts an existing task into pip mode
2b7842fc753b : Offsets an additional distance for requestRectangleOnScreen.
aaaece7a6463 : Do not reparent task or set windowing mode when layout task
06617390e355 : Offset animation layer for TaskFragment open/close
d530d65cfa8f : ActivityEmbedding: launch into the same side container
c4af8385b417 : Change wording of permission API docs
271e0b6d0af4 : Revert "Add data fail cause for empty TD list"
1a86361e5550 : Add latency instrumentation for face and fingerprint unlock
963951144cbb : Remove the failed-to-launch activity if attached to a parent
85b243795f00 : Revert "[automerged blank] Disable pointer authentication in app..."
e1e57730263c : Revert "Disable pointer authentication in app processes."
c987d9b8468d : Track latency for showing the back arrow.
295f1d93f4fa : Define AppBatteryStatsProto for AppBatteryTracker dumpsys
e6f1afe1dd4a : Update getSigningCertHistory docs to reflect signers returned in order
9fd5a78f983e : Spatializer: add getter/listener for head tracker availability
7065b5aed5a8 : Use getLatestVsyncEventData for late frame.
81db932f12ac : API review: Additional comment for QosApi.
a07474c45212 : Have Typeface pass a cookie of -1 to search through all assets
28b2ee8ec031 : Optimize TM#getCarrierServicePackageName[ForLogicalSlot]
91e3a080aad6 : Update Location APIs per feedback
ee1363dab5f8 : Attempt auto-enter-pip only on user-leaving
390bf6e21417 : handle java.lang.NullPointerException
0f18453cc0d1 : TIAF: Change on API Review: First round API council questions
d7f2a7524049 : [pm] restrict max number of components at parsing
349f014c9dfe : Clear application / system callback when the other one is set
10f49a107298 : API review: Additional documentation & annotation
b68458f6cc6d : Revert "Support downscaling of Drawable icons in LocalImageResolver"
71cf617ef3c5 : Revert "Downscale large bitmaps in CachingIconView"
0543804e5e8b : Revert "Size restrict right notification icon size"
bac8a178b20a : Fix lock contention between DMS and ATMS
67744d158275 : [API Review] Replace ResultReceiver by Executor
25ec8c6dc4f7 : Extract some event utilities
8610a273723f : Allow Accessibility features don't need summary, intro, and description
00e633cbea32 : Do not cache the resource if the active sub info is null
1f8d70589b15 : Revert "Update READ_CLIPBOARD_IN_BACKGROUND to be grantable via ..."
9d9696adc0bd : [Media TTT] Use the cast icon as a fallback if we can't get the app icon for some reason.
10577e0bceb5 : Import translations. DO NOT MERGE ANYWHERE
f7a6173d6a57 : Import translations. DO NOT MERGE ANYWHERE
2a618bb62d4a : Import translations. DO NOT MERGE ANYWHERE
a008aa9c85bc : Support ALPHA_8 + HARDWARE
d4ae75e66c47 : Unhide API isPersistent and getProfileId
25428584e9ee : Import translations. DO NOT MERGE ANYWHERE
d3db44f3e315 : Change default value of KEY_PREFER_2G_BOOL.
ccb87defc9a8 : Import translations. DO NOT MERGE ANYWHERE
d3feab3da045 : Import translations. DO NOT MERGE ANYWHERE
7976100417c0 : Import translations. DO NOT MERGE ANYWHERE
dab9de2d3590 : Import translations. DO NOT MERGE ANYWHERE
4717dcefae33 : Import translations. DO NOT MERGE ANYWHERE
4c1d687b1cee : Fix incorrect RemoteInput result source
ca234fdd8cb0 : dump factory reset protection policy
d98f037ab265 : Finish handwriting session for recents gesture
e63ad8e62435 : Add a check for account access on all sync-related APIs.
97cc3969aeea : Add javadoc for a11y InputMethod constructor
97834b3c303f : Don't expand shade when pulsing w/o tracking notif
97cc1818c4bf : Move out PermissionController allowlist entries
1e9d30430735 : Encapsulate background width updates to ActivatableNotificationView
c6f766d74df9 : Add getSystemLocale public API in response to developer feedback.
95b05dcf59fb : Remove SERVICE_FOREGROUND_TIMEOUT_MSG when scheduling service restart.
5c111ff67fda : Add checks to allow SDK sandbox uids to broadcast certain intents
28a4816d593b : Use speed-profile with the cloud profile for apks loaded by other apps.
c7a552d74fc6 : Address API review feedback for AmbientContext. Add shell method for more test coverage. Do not unregister request from the same client and delegate to AiAi to handle it.
df436d8e2c64 : [Animations] Add a utility method to get the number of milliseconds for a given number of frames.
dc3dac34bdf3 : [18/n] Letterbox Education: start dialog enter animation after all shell transitions have finished
8f7ad99072a7 : BiometricPrompt calls correct cam privacy API.
60847812e4d1 : display: move hbm stats report to handler thread
5ade2fa86858 : Finetune LOCKSCREEN_TRANSITION_FROM_AOD CUJ
4e3be6801933 : Look up phone numbers associated with a NotificationRecord's contact URI.
e5aec04daa93 : Update capability related api in Shortcut
847eaaeb08e5 : Fix typo for Computer profile
39387cbdf92a : Update CDM binding flags
c6a66f0443e0 : Disable empty KeyguardCoordinatorTest test
d711595081ca : Bouncer: Use Y coord delta instead of velocity.
5676546cb746 : Add a delay between the photo picker and the crop UI.
47020d16c324 : Add API to check if device policy role qualification is bypassable
a3d67048fb23 : Don't allow sandbox uids to call registerReceiver
c1b85a8b3d36 : Rework system event animations to a federated model
c6fb75882a24 : Restrict WiFi network connection (Internet Panel)
0d6c71cc3c2e : Revert "Don't collapse the panel post launch if we went back to sleep."
56429830dda5 : Remove unused isShadeOpening state
f38bbca78e8d : Add SDK sandbox UIDs to network policy.
13194c3ca43f : Capture the contents of a single task
2460ef430660 : DO NOT MERGE: Downbranch merge conflict[Output Swithcer] Update color
bd7778c7717c : AudioService: Add settings adapter for tests
ba75b774fa45 : Add NPE check in ColorFade.
b8c2da258756 : Add HotwordMetricsLogger for statistics logging.
46e69448046f : Use flag to control the restart period value.
080ba2d2f5d5 : Create system API for reconciling sub directories of sdk data
06d9139e8c05 : Add postAndWait() trace for calculating frame drawing time
dce27c482268 : Add symmetric Getters to PictureInPictureParams
470e4b9a7418 : [Output Switcher] Update current device string based on product
3072d027ec6d : Remove RELAYOUT_RES_IN_TOUCH_MODE
60265a2981d1 : Re-add PackageVerifierTest to presubmit
e6b00b8ff61e : API Review: add `UNBOND` in `EXTRA_REASON` name
c060228cc272 : Fix last notification trimmed on lockscreen
ef77925ac0d9 : [Motion] Split-shade expansion on LS: adjust timing for notifications scrim
a18ae7497e69 : Add usb audio device warning dialog message strings for support both Direct USB Access and AoC Offload feature
99c61c6bd1b4 : Audio: SpatializerHelper: fix native audio server death handling
52e0dafcb3cd : Fix ServiceConnector failing unbind if not connected.
b8cd0a428681 : Trusted Hotword: Disable periodic restarts.
56ce0fa5c177 : Preserve task when clearing top activities
f7a3e79fa380 : Fix placeholder not shown after launch again
d7219b7d60b6 : Fix the flaky AccessibilityMagnificationTest#testListener
7a489fc6fc9d : Revert "[Panlingual] Turn off switch flag for BETA1"
d9ba94bf79d1 : Revert "Move touch handling out of NavigationBarView."
95792478f197 : Remove HardwareAuthToken parameter from unlockUserKey
d04de5ce97e5 : Remove HardwareAuthToken parameter from clearUserKeyAuth
5eb0659999ab : Remove HardwareAuthToken parameter from addUserKeyAuth
665b5f9228c4 : Don't pass HardwareAuthToken to unlockUser() in non-SP verifyCredential
0566abd58cc1 : Remove non-SP based setLockCredentialInternal()
401e447e10f0 : Remove HardwareAuthToken support from FakeStorageManager
11950e8238e9 : Improved APN setting logging
ecfb347bca29 : Remove incorrect annotation.
b63928a256f5 : Fixs the window bounds not correct after rotation
d9685e240622 : Fix pip dismiss not visible on phone landscape
85dddfc3c6d7 : Use compat framework to gate session actions
e201a22faafe : Add tests to unbind ime when a11y services unbind or binderDied
9930c2624f35 : Updated Fingerprint enrollment
370fae65d810 : Update READ_CLIPBOARD_IN_BACKGROUND to be grantable via roles
bc9870c5ea85 : Add y position to nssl debug lines
0e9d709e2f7b : Implement back to launcher animation from shell and WM animation controllers.
0bc49e6fc312 : Remove unused FDE methods from StorageManager
f33dbe0540a2 : Stop checking FDE password cache
bd03d7606d1f : Remove checks for FDE in 'adb backup'
9e595303be09 : Remove unneeded isShadeOpening check when clipping bottom HUN
a3d930691e7c : Fix units is getActiveRadioDuration documentation
b7a5a0382a29 : Correctly initialize recognition events
6c9df302ae6c : Listening to package broadcast on all users
23571e176af4 : Revert "Update AndroidKeyStoreMaintenance framework API"
be79640cb01a : Smear ModemActivityInfo across multiple stats
8b0c5516b134 : Fix Faceauth when camera privacy is enabled.
b6d298a4d57a : Don't transition to ongoing privacy dot if still animating
83ff9db6680a : Size restrict right notification icon size
104e6492b294 : Downscale large bitmaps in CachingIconView
f450d3c0549d : Support downscaling of Drawable icons in LocalImageResolver
adae6c8cc03c : [pm] revert changes to mAppIds
ebe4e782e261 : Undeprecate animation background color
98034d22c6aa : Read custom background when creating ActivityOptions from bundle
db84899c5b6f : Add API to allow apps to update their background color programatically
5347c17eca02 : Reverse Mockito APIs.
27ecbde09973 : [RemoteInputView] move data fields to Controller
f95803f19da5 : Log NPE in QSAnimator
d6113b0e65e1 : Revert "Fix sleep during launch animation resulting in a unlocked device."
1a458ba0ca70 : Fix: Handwriting only initiate for the first time
e85fe22d45d0 : Add @FloatRange to DurationScaleChangeListener.onChanged
3e1ffdb29417 : Update GeofenceHardwareRequestParcelable to match parcel/unparcel format.
ba3acb3e53c2 : Update GeofenceHardwareRequestParcelable to match parcel/unparcel format.
094b1b927eb5 : Update GeofenceHardwareRequestParcelable to match parcel/unparcel format.
65b062a9a59f : Update GeofenceHardwareRequestParcelable to match parcel/unparcel format.
e20d8ae7104f : Update GeofenceHardwareRequestParcelable to match parcel/unparcel format.
3c52f4881d01 : Defer MessagingMessage#recycle until bind ends
9ad2b6111fb8 : Refrain from persisting shortcuts into AppSearch in low end device
de74beeb896d : Allow submodule owners to approve resources in shell
b21fd9cb48c7 : Take into account cutout when hiding bubble stack in immersive mode
160ca03c1b4a : [Re-land] Remove scripts related to iorap
a46adf380d5b : [Re-land] Remove iorap framework codes
46ee87f4e491 : Rename API: DisconnectReasonToString
a4b6913715a6 : Express default copy/paste dismiss velocity in dp
7e031ced015a : Defer destroying surface while exit animation is running for shell.
d7d9fb32d7fb : Revert "Turn off predictive back"
f9c9ddfb482e : Cap alpha to max if SAW + FLAG_NOT_TOUCHABLE
dd66917774b5 : Cleanup KeyguardIndicationController on tearDown
8e748cf44736 : [Split-shade] Set keyguard status bar height to match spec and height of split-shade header
9c6e8f9cede1 : Minor Copy/Paste overlay UI edits
0872bcc7030a : Use/update cached battery manager
4a04b83e12f1 : Move touch handling out of NavigationBarView.
027b59d90af0 : WMS/ViewRoot: Prepare for Async BLAST Sync [1/N]
ff2793c08674 : Fix ScribeTest.
45790587c729 : Use ClientWindowFrames to collect frames computed by WindowLayout
548c5b972949 : Removing a failing test which isn't required.
0089aa80f0ae : correct sequence about granting permission of SoundTriggerTestApp
f4d72b212cfb : Split out the ethernet API surface and use framework-connectivity-t
da3eabb2060f : DO NOT MERGE Only clamp off brightness from DOZE_INITIALIZED
06aea261fcb2 : [Motion] Split-shade LS transition: fade media when it is not visible on LS
a89fede08c7c : Add safer Intent extra APIs and deprecate old ones
33e15cc55799 : Move strings used for turn screen on special app access into SettingsLib.
2dcd75e60a4c : Handle intermediate task overlay for metrics logger
cce76716f748 : [DO NOT MERGE] Change USB audio device permission warning dialog for both Direct USB Access and AoC Offload feature
3c44f3c12d44 : Update test assertion after R8-D8 update
8626ad35b186 : Revert "Make extra navigation bar count towards non decor frame"
dd637175b1e0 : Fix divider disappear when rotation on shell transition
24385543489f : Create @StringDef for the PREFIX_* values
6183376da0e9 : Clean up captions service checks
1c764996ea9b : Used single TCP configuration for devices
c2382270b940 : Completely detach old data stack
fe03bdf7d7fe : LogcatManagerService: Diff timeout for debuggable
4d2f0f9178f0 : Isolate count of visible window from mirror of uid state
b742d45a6d79 : Fixed cutout not drawn when it's inside rounded corner rect
e9c9dda003d9 : Allow a list of configs to be sent for enterprise slice
9cc236b8ffac : Consolidate the starting window leash relative position.
829792d752ab : Add a system API to make a package become visible to other package
c311349874cd : Track CACHED procstate in BatteryStats
f060d9de0c59 : TIAF API review: rename TvInteractiveAppInfo
f7b9a4dd283f : DO NOT MERGE add android.car.permission.CONTROL_CAR_APP_LAUNCH permission
3f2eea4703f6 : Make media squishy for portrait shade open and close
f1010eb8adb3 : ParcelableHolder: assert stability on read
3a99ee96b1f5 : Update user consent dialog for device log access
ee7af1329c9f : Don't auto-create AppUsageHistory in getBucetExpiryTimeMs().
374f0045baa3 : Update TelephonySubscriptionTracker to use new CPCallback interface
ad08fcc78138 : Remove unused FDE methods from StorageManager
6ab6ad829ea7 : Stop checking FDE password cache
99a7078cdf78 : Remove checks for FDE in 'adb backup'
1893b078bd45 : Support preferred data profile correctly
146bb71f2f84 : Always flush batch before stopping
ba395508c583 : Fix an issue where bubbles didn't collapse onTaskMovedToFront
43301fec5516 : Consider the recents component activities/windows when dumping visible
81cdede07d15 : Add OnDevicePersonalization system service.
9bc2027fc96c : Add null check in transientlaunchrestoretarget
bee32e37f6ce : Add MANAGE_WIFI_INTERFACES to the shell permission
5ac7cdfdd363 : Fix a bug where the AiAi service was auto-destroyed due to binder timeout.
60442cb1b8b7 : Add API to read and listen to duration scale changes for animations
88f4dbce8948 : Defer MessagingMessage#recycle until bind ends
7024d83459ec : HWUI: Turn on Skia tracing by default
85ba4b57e619 : Revert "Revert "Remove ComputerTracker and fix consistency in PackageManagerService""
d53a197596a6 : Ignore SharedLibrariesImplTest
250f9f909939 : Only note restrictions attempts for RESTRICTED bucket.
ca1205969908 : Allow profiling, dumpheap, attach-agent for sdk sandbox
dd51f0246866 : Enforce statusbarservice for hideCurrentInputMethodForBubbles
97090096de97 : Introduce watch and multiple device icon
519192a01eba : System status event animation polish (1/n)
654c615cf9fa : Defer MessagingGroup#recycle until bind completes
b66e3e3aa873 : Introduce CarrierPrivilegesCallback to replace CarrierPrivilegesListener
5da1b2619857 : Adding null check for mNotificationShadeView
5c85eadaa825 : [DO NOT MERGE] Ignore flaky tests
3d6ff2fd188f : Remove onStart UDFPS haptic
edb03dc840ec : Fix issue with wrong style being used in landscape
579e07b4dcec : Ripple mask shader not drawing properly
cc922dacc5d6 : Camera: Make stream use case to be 64 bit
64d4b308500b : Exclude SDK Sandbox virtual UID from BatteryUsageStats
35ef88f4cc5b : Revert "Remove ComputerTracker and fix consistency in PackageManagerService"
33bab45683af : Revert "Enable new data stack by default"
4bfb7074a943 : Added the Carrier Config for DataStallRecoveryManager
90d4d6040c23 : Revert "Disable pointer authentication in app processes."
08a2cc7c8275 : Let docs tool to list the newly-visible IntDef values
f74a0c0fd50f : Store requested priority.
fd22e97a19a8 : Update scanner strings as per UXR reviews
af6c54c1095f : CompatChange to use hidden API in TileService
68afc54a39d7 : Fix StatusBar test
facf209f74f1 : [API Review] Replace usage of getUuids by new SystemApi
351d60a91f1c : Configure notif permission migration behavior
91898a294c34 : Add a static method to make charging animation for unknown battery level.
455c49bfa5b7 : Add more files as dexopt related files.
3dc1a3dbdeb3 : Update ADB icon for Android T.
256b5f08a89e : Keyguard - Treat messsages to lock with priority
8c1b6eb020cd : Update mDisplayInstallOrientation when moving to a new display
0c3452c53262 : Update the OWNERS of dexopt related files.
54ce99600710 : Rename ACTION_UPDATE_DEVICE_MANAGEMENT_ROLE_HOLDER
e2c9cafe056d : Fix UDFPS unlock while waking with occlusion
d2c8fc05366f : Remove unnecessary performLayout
49ffa7e3ac8d : Fix loopers in TileServices
66bc36a0e7a7 : Don't perform another layout after finishPostLayoutPolicyLw
d3eabb071463 : Set correct storage path for SDK sandbox
37389f61c18b : Use apex name when querying privapp allowlists
218c4d316226 : Split out the ethernet API surface and use framework-connectivity-t
19caa1d7d856 : Promote stable flicker tests
b713e27e542c : Use string resources for avatar picker button labels.
5a10845f4aa5 : Rename setUidForeground to noteUidForeground
0f547d6748df : [Output Switcher] Update ui
396c78942613 : Update the text wrapping API.
5a8d1b20b49b : Add a new UID range for SDK sandbox processes.
fa2510f0c7b4 : Refine CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE
e4b76fc20081 : Add hotword detection metrics.
9e289cab07c3 : Add OnDevicePersonalization to DeviceConfig.java.
a345e5bd493f : Clean up the logic about FLAG_FORCE_NOT_FULLSCREEN
c68d151f219a : Make extra navigation bar count towards non decor frame
0d095c2a9758 : Don't transfer splash screen if activity is finishing.
90f8bc6f9d8b : Rename READ_MEDIA_IMAGE to READ_MEDIA_IMAGES
40c0b8bdb97d : Introduce a flag to enable shell caption
f3126140a4cb : Sticky huns dont get cleaned up properly
1dbedd57ba74 : [Panlingual] Turn off switch flag for BETA1
5d1b99435c4a : Remove filtering old pipeline filtering inNotificationInterruptStateProviderImpl
8186f296d0b6 : Disable "-readability-duplicate-include" tidy warning in generated file
899562852d77 : Consider screen insets when setting smallestWidthDp
7657fa90b5ef : Revert "Bouncer: Add title for each auth screen."
bd3271d162b9 : Changes TimingsTraceLog and TimingsTraceAndSlog to be less spammy.
7186d0bbfd35 : Only enable scanner entry points if the scanner activity is callable
154a763558f2 : Consider the recents component activities/windows when dumping visible
93fbb620341b : Add data fail cause for empty TD list
8153efb7f3d8 : Update Picture-In-Picture TV to use ProtoLog instead of Log.
349940d9c731 : Rename getMaxNumScanSsids to getMaxSsidsPerScan in WifiNl80211Manager.
e8f6f0beccec : Tweak linux_glibc properties for musl builds in frameworks/base
e3b56a60a5f8 : CloudSearch API: changes two key names and adds two keys for app pkg name and install count in ExtraInfo
169aeafb2d97 : Fix compat issue with apps directly calling LoadedApk.makeApplication().
2a1f77d19cf6 : Clarifying flag documentation for system alarms
b869dbaee6f8 : Rename MANAGE_WIFI_AUTO_JOIN to MANAGE_WIFI_NETWORK_SELECTION
d7fe18428fe3 : Revert "[DO NOT MERGE] Keyguard was hiding occluding activities"
70a3d9e8a4c4 : Fold SDK Sandbox UID battery stats into parent UID stats
19dd8fa4295a : NotifGroupManager: Add 'Legacy' to log tag
75018ebb8fa1 : Fix crash when showing the media projection dialog on work profile
4bf375b8dc84 : Add a hidden API to query appstandby constants.
4007a5613b98 : Properly handle wrap system property in zygote
682206480215 : Enable Looper tracing
e64da9e61f5f : Fixed Dream complication display cut short.
4ce8da6789b8 : Make IStatusBarService.clearInlineReplyUriPermissions oneway
4b0e5661e852 : Start system service for AdServices.
66b902f8a73e : Log the duration of executing all receivers of LOCKED_BOOT_COMPLETED or BOOT_COMPLETED broadcast.
2fd993fd6cab : Remove ComputerTracker and fix consistency in PackageManagerService
09230a4c0364 : Add SafetyNet logging.
5b2e8af805e5 : Always restart apps if base.apk gets updated.
4bf10e42b91a : Expand notif activity starter lifetime extension
b22a60235934 : Null check signature array before comparison
edd99c3a7f22 : Correct off-by-one error in SetThreadName
efa9937bbc02 : Prevent NPE if View has not been initialized
c83a7fd623c0 : Enable lockUserTest
6ddb22023ada : Home Controls: Update colors after setting icon
fd4fd81677aa : Extend "headless system" app-standby exemption
0b216bf63626 : Fix share button color in dark mode for clipboard edit
467fd168d548 : Introduce new IMS method for Stylus events and dispatch
5c53f0ca67a5 : Remove ImsConfigTracker#onBindInput precondition
75af9013a980 : Bouncer: Change color of emergency button text
7c5206d4efc9 : Consider SLICE_REJECTED as permanent failure
013218549abb : Fix bug report user consent dialog on top of settings screen
ad360977146c : CloudSearch API: adds two keys for app intents in ExtraInfo
b96f2905f0a0 : Apply app ops restriction and filter to restricted switch preference
aabb9692323f : [Motion] Split-shade expansion on LS: move keyguard views
ada36900fbad : Add shouldDockBigOverlays API
8d9b93cb7df7 : Remove service before adding test mock.
277f1608bea9 : Store last data received from WindowInfosListener
cb5b5a93eec2 : Create a ViewBoundAnimator to animate view layout updates.
631a7ef1a60a : Fix dialog exit animation
f59a1d1dd475 : Tie game session lifetime to game process lifetime.
0b1e01267913 : Fix dialog exit animation
f430745a51a1 : Document when types are checked in Bundle
96faf81d62fd : Fix left margin too big on split shade
f9e74f5fcec9 : Add fallback media layout for notification actions
79faca2203c6 : Fix crash when showing the media projection dialog on work profile
38bf41b7a70a : [Provider Model] Fix WiFi reconfiguration issue
a9fa4b57376b : Small follow up lint fixes for ag/17071393
0ffa46bdc632 : Remove isAnimating check in assignRelativeLayerForIme
c4e22fe6e0d4 : Protect CAN_INTERACT_ACROSS_PROFILES_CHANGED broadcast.
3875cf7e0c35 : Curve 25519: Support use via Android Keystore provider (part 1)
6d709f6f95fc : Add API to indicate supported windowing modes on the virtual displays
046d339d78a2 : Fix AvatarPhotoControllerTest.
0adb17700ced : Don't show intent picker when using camera attachment in a Managed Profile.
15aafa78c9e8 : Make LockPatternView dot hit area circular.
259ca1ec6188 : Do not register Curve25519 as a key factory directly
6e3a74f757d9 : Move strings used for physical keyboard layout into SettingsLib
8d11f8e0f358 : profcollect: Register observers in a background thread
249ccd13a83f : Switch to task manager on tapping on long-running FGS alerts.
c562f322b210 : Offset animation layer for TaskFragment open/close
14d4fca2e5db : TIAF API review: Setup Interactive App session
036d3ce1a9ce : [BugFix] acquireProvider maybe wait for timeout
597aed929ba0 : Split updateMeteredNetwork{Allow, Deny}List into add and remove
bae25dc8b831 : Support drag to switch split position for not multi-instance app
07d250488493 : Cleanup TaskFragment reference on remove
4a15f201e768 : Add the API to get the AudioLocation
e159881f960a : [DO NOT MERGE] Add usb audio device warning dialog message strings for support both Direct USB Access and AoC Offload feature
758393a38831 : Prevent NPE for onKeyDown and onKeyUp
48f7d7f05605 : Relax permissions for isUserOfType, isUserNameSet
d63d0e12cc6d : Stop trying to update FDE password from LockSettingsService
25bf2f8ae04d : Stub out some FDE methods in StorageManager
0a9389d29663 : Remove clearEncryptionPassword() from LockPatternUtils
77d147be49bb : Stop trying to get/set fields in FDE footer
0063c2488e0e : Revert "Fixes cannot leave dozing when dismiss keyguard"
63fc97c8d0d4 : Fix remaining lint erros under a.i.navigationbar
0b1522bce447 : Fix camel-case-related lint erros under a.i.navigationbar
76adda5ef3c0 : Fix whitespace-related lint erros under a.i.navigationbar
dc4679a818d7 : Fix modifier-related lint erros under a.i.navigationbar
f1b6f5c09df4 : Fix Javadoc-related lint erros under a.i.navigationbar
9d7925e60c14 : Create new DataEnabledReasons for for DataSettingsManager
4e4f5a1386e4 : Make a11y InputMethod constructor public
89da511a1f53 : handle dynamically set AccessibilityServiceInfo.FLAG_INPUT_METHOD_EDITOR
710e683523aa : Fix NPE when quick switch on shell transition
f4f345dbeee8 : Stub out some FDE methods in StorageManager
031a23fa8794 : Stop trying to update FDE password from LockSettingsService
50cfdac9baf5 : Remove clearEncryptionPassword() from LockPatternUtils
ad9fe6df52ba : Improved error code for Remove Result
ffd09aeffb5e : Fix tab in Settings and landscape mode.
3c7296e65be6 : Annotate shell_transit flag as Keep
96ffe56c8946 : Rename MANAGE_WIFI_AUTO_JOIN to MANAGE_WIFI_NETWORK_SELECTION
00f9beb29d30 : Allow sysui and launcher to use FLAG_SLIPPERY
29e4ed456b55 : Update strings for body sensors permissions
69971366dd65 : Added IWLAN handover support
a9d72c8ac338 : Add argument checks in setScale and setCrop
bd4b726f3db3 : System Router: Don't filter by individual prefs
2144f16876fb : Change LockPatternUtils to return empty list
52a4337a4790 : Always restart apps if base.apk gets updated.
a5dd59db6d18 : Always restart apps if base.apk gets updated.
36b0e9e94c3a : Always restart apps if base.apk gets updated.
5741ba8051f6 : Enforce @NonNull within VirtualDeviceParams.
837917a6a3dd : Replace BitmapRegionDecoder with ImageDecoder
db016f2d7366 : CloudSearch API: change the method from getSource to getCallerPackageName
7fd2f7f29f80 : Add permission for takeScreenshot API.
22fb09c3c1cf : Remove system broadcasts related to appId transitioning
3fe1ef18dd7b : Update getHighSpeedVideoFpsRanges API doc.
f519eb59cd93 : Update asm-7.0 to asm-9.2.
e0f2c62ff4b2 : Add tool for injecting tracing code into a method.
c404ec620d1d : Only fire extra pause for pip-ing apps
661fdb3d9f08 : Stop trying to get/set fields in FDE footer
008d1da7f58c : Change default showClockAndComplications to false.
6e22326c39d3 : Revert "Revert "Call SurfaceControl.getBootDisplayModeSupport only one time""
df57b31a2851 : Change lockscreen text from "Emergency call" to "Emergency"
2caa6d281e1b : Check class type before creating animator
87af38b1c385 : Handle null ApnSetting in PDCS
69df70ee0750 : Allow ROLE_HOME to use FLAG_SLIPPERY
8bc0c721c0bd : Verify that section buckets and header controllers are contiguous
d936b5bc7a15 : [LE] Connect and disconnect both LE headsets
272c9bb236ef : Bouncer: add alpha animation on success.
dddf4fca6d73 : Implement seekbar animation
154a9415e99a : Changing the order where getBootDisplayModeSupport is called
713c22ed8c87 : Revert "Call SurfaceControl.getBootDisplayModeSupport only one time"
4ed4ebae60a4 : Fix the string typo for app_streaming role
00e3dabd7666 : Allow a list of configs to be sent for enterprise slice
2ad14d184e62 : Ensure blur radius goes to 0
d8d38f14dc06 : Use smallIcon as new layout's app icon
f37ea4ef25c7 : Refresh the buttons CDM dialogs
8a07d3e6e8d7 : Revert^2 "Scrim was flickering on FPS unlock"
d75c65ad5f45 : Added App_streaming permission icon
a0d304132dc0 : Revert "Revert "Update PackageInfo APIs to reflect shared UID st..."
4654609a7eac : Catch IllegalArgumentException from PackageManager in InputMethodUtils
29617453bae6 : Make screenshot/clipboard dismiss faster
0088997d3018 : Small VibrationThread fixes.
cb848faa673d : Update dream smartspace surface.
ab8a78f9a5c4 : Adjusting margins and paddings for portrait shade on large screens
abfdc8fc382f : Clear reference to DreamActivity window.
459d5bd503c1 : Make OnBackInvoked callback a WeakReference.
778aa79fc79e : Bouncer: Add error animation for buttons
c4f571a27edf : Move TV PiP away from keep clear areas
8d4fc822505a : Document resources staging groups and finalization
06ce6c0299d7 : Update @RequiresApi declarations for T to be 33.
7c8cadb9683c : pm install: clarify when --multi-package can be used
c0e93388ffcb : Enable IMS#canImeRenderGesturalNavButtons() by default (3rd try)
f8af7df3fed3 : API feedback: Modify javadoc for showAutofillDialog
8bdccb9cfaba : Remove restriction that limits updateConfiguration API to Auto
8be52bc1990c : Allowing for null net caps in updateConfiguration
92580909431c : Add string for tv pip edu text
3a14d0599a67 : Parse maxSdkVersion for APK in apexes
2e85bab00d50 : Rename sdkSandboxToAppUid to getAppUidForSdkSandboxUid
34bdcccc7801 : Adjusting horizontal margin of notifications in split shade
ba637cc2ec6d : Fix app_block_state broadcast
b99333df7d15 : [API Review] onCreateUnknownConnection
0384dbb5bbde : Telephony data refactoring API changes
93b9a65b0b7e : Polish IME transition from fullscreen task to split-screen task
2c5180a627ac : Replacing BluetoothCodecStatus creator by Builder
521adad72d8e : Send broadcast to SDK verifier.
96f11eedc007 : Call SurfaceControl.getBootDisplayModeSupport only one time
51e873f5b171 : Do not run unfold taskbar animation when in portrait
e3bc8dbd591b : Add tag to sandbox crashes
ba451f6c632f : TIAF API review: add JavaDoc
c0925b5a4359 : Start/end the navbar proto tokens in the secure settings dump logic.
e1d8c1946e05 : Fix unit test dependency of WmTests
fcf6da2f44ed : Split shade status bar: change height to match spec of 42dp
c3bd487bb01d : Media: tweak the height for split shade to match spec
010315a04287 : Remove failing AvatarPhotoController test.
d4f426b04757 : Remove main thread sendBroadcast calls
08e54120dd09 : Revert "Moving CtsCompilationTestCases to postsubmit."
e13c17d233e7 : Add HotwordMetricsLogger for statistics logging.
0543b2123db8 : Stop supporting System UID to embed a separate task
17750cb41164 : Fix log message when failing to open bpf maps
10d7cb3c0f58 : Exclude nav bar area from apps bounds when in kids mode
27099ba63f49 : Fix the default battery drain monitor window size in AppBatteryTracker
522c74f53289 : profcollet: Fix possible NPE
eb403e7d372f : Isolate IPackageManager implementation
5c9d8a6f1146 : Attach IME screenshot to non-app main window
93fbf49a147e : [Telephony] checking if the delegate is null before calling.
ff3321d15422 : Make activities in untrusted embedding mode invisible behind overlay
faa6fb15d662 : Hide power menu Emergency button if device lacks telephony
8e094fb3c712 : Generate user consent dialog for device log access
8472fdb563d4 : Revert "Update PackageInfo APIs to reflect shared UID status"
6c39d4fb3c85 : DO NOT MERGE Listen for config changes when updating features.
396a7965c375 : DO NOT MERGE Add LifecycleCallback adapter.
e5c6ad5d79b1 : DO NOT MERGE Merge state producer and feature producer.
882901805b14 : DO NOT MERGE Remove DisplayFeature from common package.
b4dd1df0f1d6 : Modify tests for SystemAppUpdateTracker.
0687355663bd : Avoid duplicate unfreezeProcess
c930c5753476 : Update carrier configs for DataConfigManager
a300987d3988 : [Shell Transition] Fix exit PIP crash when there are multiple activity
ed1f9a054d22 : Added IWLAN handover rules support
9b8d1d4b347c : ComponentAlias: Change device config namespace
01c3d11b83bf : Revert "[DO NOT MERGE]Revert "Relax minimum signature scheme ver..."
83cfcaf9371e : DeactivateDataCall remove network on all errors
f0f67b5a319e : limit TelecomManager#registerPhoneAccount to 10; api doc update
46da8c3f9645 : Bouncer: Change color of emergency button
0f73d2fde01e : Add getMaxNumScanSsids() API to WifiNl80211Manager.
1d229b08905f : Add class level JavaDocs for RuntimeShader.
a242a899566c : Define SDK_SANDBOX_VIRTUAL_UID
9802368d29ca : Remove vestiges of old notification swipe logic from dream overlay.
37cec8318cd6 : [pm] refactor mAppIds to be more readable
26e383f66447 : Revert "[automerge] [DO NOT MERGE]Revert "Relax minimum signatur..."
f55ef591eedc : Dedicated Smartspace handling for Dreams.
c1903b0b1e75 : Home Controls: Add max columns for edit activity.
95419ca1c56c : Fix a BadTokenException in DreamOverlayService.
2bb81c157578 : Make error message readable.
8c4eb2ed6109 : Fix re-entrant invalidation w/ HUNs + VisStability
980ab95c4373 : Check if an app requests POST_NOTIFICATIONS before setting state
9996e3acab8a : Immediately stop HBM & authRipple anim onAcquire
de6a41b71b66 : Add broadcast receiver for FGS manager dialog
ecba16d6fd79 : [17/n] Letterbox Education: change the ripple color of the dismiss button.
6bbbf704a0df : Fix lock held error when setting DO for AAOS
f93769b1ae39 : Use parentUserId when reading config_imeDrawsImeNavBar
c785063dab29 : Ignore errors preparing user storage for existing users
7172fa43c327 : UserDataPreparer: reboot to recovery for system user only
e7c847e798df : Introduce Permission list for app_streaming and computer
b3a502bf6325 : Add TEST_MAPPING for trust directories
a107c9da2784 : [Ongoing Call] Don't call #getIntent to avoid a security vulnerability.
5f9f1ca560d8 : Introduce InputMethodNavButtonFlags
a17263ae782e : TEMP: Delay start of Legacy Permission Dialog by 200ms
b54998f29dbe : Bouncer: Add interpolators on push animations.
544ab08aeb99 : Add user button UX update
7dece49438d2 : Do not register Curve25519 as a key factory directly
49633a3cef3c : Check separate phone numbers in RepeatCallers.isRepeat
ecf22fef3a50 : Use the correct index while dumping denied permissions
a31bfe25928e : Rename getNotificationChannelsBypassingDnd argument to uid
6c56b7dea863 : Make StatusBarService.clearNotificationEffects oneway
af2fa382717f : Update DreamService owners.
13f1f45e1e51 : Move GraphicsStatsService native method registration to zygote.
b029b005d8d4 : [Ongoing Call] Don't call #getIntent to avoid a security vulnerability.
4f1473c6ac05 : Create os/IpcDataCache
f9483f002178 : Fix test: LockscreenShadeTransitionControllerTest
95993a7c38ac : Apply ringer mode user settings to notification vibrations
61321ebc974a : Renaming isCredentialSharedWithParent to isCredentialSharableWithParent
019d7292254b : Fixing expansion state in NotificationPanelViewController
26231bf70272 : Use ActivityService from lock screen
913268bf2c0d : Update javadoc for ACTION_ADMIN_POLICY_COMPLIANCE to include new extras
f2fe6665cf58 : Launch battery saver settings when clicking low battery notification
5ed6e969cc22 : Moving adjusting constraints to NotificationsQSContainerController
db6d13cea7b1 : Fix incomplete removal of nested task
23653cfd2006 : Find a background to animate when launching a dialog or activity
a4b0e6ae205e : Revert^2 "Remove temp user creation activity"
b4c49df85036 : Re-land "Use SOURCE_CLASS_POINTER as the default source for MotionEvent"
8354946ce561 : Fix onPackageChanged handling of disabled packages
fd127c62e779 : Reduce NTP polling interval
3ad8e00f86e7 : Transfer launch cookie when finishing activity
6db1879a192c : Limit HotwordDetection process number to 10
7221a25a035b : [RESTRICT AUTOMERGE]Only allow system and same app to apply relinquishTaskIdentity
8b7e0c52e883 : [RESTRICT AUTOMERGE] Do not resume activity if behind a translucent task
cf700d9e1fbf : Rename back button to navigate up button
623fe199f7e1 : Fix proto invalid write type
34acf485fd70 : Add am command to list sysconfig to the bg restriction exemptions
558180f85059 : [DU09-2]Modify the NetworkStatsCollection Builder API
f459bec18803 : Mediarouter: clean up callbacks
a581b4b13cf1 : Fix missing operation when hiding window for rotation
b66b09081416 : Revert "Revert "Promote startActivityAsUser to SystemApi""
4c5d89e69dff : Update build target names & code location for roleservice.proto usages in framework.
6b6d4a1d099f : Remove ConnectivityManager swapActiveStatsMap API
68e528d468d5 : Set local routes exclusion in the networkAgent
ec821bed7d37 : Skip transfer splash screen if activity is destroying or destroyed
975003d07cfd : Split updateMeteredNetwork{Allow, Deny}List into add and remove
d52c4c3e83d7 : Add null checking to fix NullPointerException while creating mock tag
113f3a4a1d91 : Add tag availability checking mechanism
7e8449ca8a5b : Intercept chooser intents to use unbundled chooser (when enabled)
20620bc01b14 : Replace MainWindowSizeChange transaction with applyWithNextDraw
11c8327c5bf2 : CarrierConfigManager changes for DataConfigManager
f4f4f3ad252a : Add ERROR_RADIO_NOT_AVAILABLE for DataServiceCallback
448db3a8944f : Hide lockscreen Emergency button if device lacks telephony
3c92d74d7d74 : Verify caller before auto granting slice permission
9edb86c98576 : Add sub-reasons for the killings from task manager and force-stop
5c62dd44b955 : Revert "Scrim was flickering on FPS unlock"
1bdc8afc0ce3 : Revert "Remove temp user creation activity"
ab322f85213d : Provide game task bitmap to TakeScreenshotService as screenshot
3674b1c21532 : Move the new added attr LineBreakStyle to the version T section.
66d0e4234eb0 : Fix issue where the update dot wasn't showing
a3a06ac2314b : Rename ACTION_SHOW_SUGGESTSIONS TO ACTION_SHOW_TEXT_SUGGESTIONS
5524cdd990d1 : Cleanup LegacySplitScreen usage in PiP
b6e9b03b8336 : VoWifi notification for emergency calls
0d352887e282 : Fix service touch exploration.
5a8bea1a5de9 : Revert 'Adding definitions for AccessibilityAction directional swipes.'
06b7912b1002 : Increase Zygote command buffer size to 32k.
950919b221e6 : Fix race between WM launching app and AMS freezer
52cd7f6bde06 : Fixing multi provider support in AbstractMasterSystemService
91ed91311a0c : Fix frozen notifications after bouncer dismissal
0362d22597ee : Reset the subreason field while reusing the AppExitInfoTracker record
22941ed02d47 : Bouncer: Add title for each auth screen.
83a28e6a9d36 : Prevent optimization of common code between framework/sysui
a6d273f8b64a : [Media TTT] Turn the screen on when the chip first displays.
c84829d2d49f : AAPT2: support removed_ entries in groups
9074e9c3ee51 : When doing activity->activity transfer, use abort instead of finish
01a2ae47002e : [Media TTT] Add analytics logs for the receiver chip.
20e777a725e8 : [Media TTT] Add analytics logs for the sender chip.
a3a5fc8bb2c2 : [Media TTT] Refactor media states to use an enum instead of sealed classes.
4d7c2941c14c : Update StaleDataclassProcessor for JDK 17
b9cc7bc0217d : Always restart apps if base.apk gets updated.
b4f55ed7b55e : Ignore all input outside of clipboard UI
ed3126ec126a : TIAF: Change on API Review: DTV to VOD
1c472e50c971 : RemoteViews: don't crash on null display in getLaunchOptions
5739f2027d5c : Fix parameter order of Lnb.addCallback()
5a2db6da7a5e : Add error log for adding parented complications.
0c99b791a0a4 : Check all tasks for good intent launch when creating channels
234544e8b47f : Fix DreamBackend to reflect purely the WhenToDream setting.
6cdd13234166 : Listen for config changes when updating features.
3b9f2b53b92c : Add LifecycleCallback adapter.
2756dd3d300c : Merge state producer and feature producer.
3084663801a4 : Remove DisplayFeature from common package.
3beba95ad31e : [16/n] Letterbox Education: focus on the dialog title for accessibility.
1b81d4d28479 : Remove AndroidKeystore key migration code in framework
07ad5ff07a71 : Update PackageInfo APIs to reflect shared UID status
2f11dc5ef3d3 : Introduce "Best Effort" shared UID migration strategy
667347b37abe : Update UI to show feedback while creating Guest from Settings.
1ce3acc30f59 : Revert^2 "Move out allowlists for com.android.cellbroadcast"
3d4661b350bb : Add stable tests back to presubmit
ac1a15b69a9d : Fix [AndroidFrameworkRequiresPermission] build warnings for add(remove)KeyguardLockedStateListener.
6dc5f093c998 : Add a few TODOs for removing getSfInstance
eb5fbdc904bb : Remove communal support from SystemUI.
0deb7beef22f : Revert "Move out allowlists for com.android.cellbroadcast"
97807b1ef5bb : Add settings intelligence config
21647dd91ce5 : Extend lifetime of notifs during activity launch
7b224301397a : Check if keyguard is showing instead of occluded for compat UI.
57c0df88b7e5 : Do not proactively kill cached/empty processes post boot
6830bbd35bff : Expose getPreferKeepClearForFocusDelay as TestApi
06ccd1aec7b6 : [Output Switcher] Apply distance information for devices ranking
32a96b8ad482 : Add Intrsumentation#resetInTouchMode for instrumenting
cbbd19de510b : Fix NPE introduced by ag/16740473.
18e418d90403 : Allow holders of PROVISION_DEMO_DEVICE to provision a device
2f9ef1681378 : Add rtl activity animations
fdaedff4d085 : Enable only clickable section header elements a11y
ee66a6d0d26a : [Output Switcher] Upadte text string
bdf0cb726262 : Use InputConfig flags in InputWindowHandle API
89e5aa59001c : Register hinge angle sensor listener in a background thread
1153c8f352fc : Add window_frames_valid to proto
249490f7dda3 : Adjust low battery notification
cf00b9ce8fc9 : Clean up mayAssociateWithoutPrompt()
9a5275e07366 : Fixing top notifications cut off on the lockscreen
f8f417e5cda5 : Move android.jar defaults back to f/b
fd6dfd22291b : Adds WindowBounds in WindowMagnificationController dump info.
fd49c02226ee : Rename RWC#getLaunchRootTask
d323c922ffa8 : Revert "Adds install source checks for accessibility service"
8b08f61e58fd : TIAF API review: xml attributes and package handling
d87c9cb26bbb : Fix proto invalid write type
7f357d45d12f : Disable system toolbar feature
ff70f5d9f409 : Set host's clipboard in a separate thread
c117a22d6287 : Adding logs and re-organized the logic of get root task
8bc9340b4c18 : Remove broken code for mounting encrypted OBB files
1f226908d06f : Revert "Adding multiple provider support in AbstractMasterSystem..."
63b99c9c855d : Allow to show icon style splash screen when launched from Shell.
f540cb8d559d : Pass 'extras' to dispatchSessionFinished()
920de9aa8696 : Remove blocking GC on package installation.
d39037f684cd : SystemUI: Fix signal bar icon overlay issue
1ce47bf12947 : DO NOT MERGE Restrict PHONE_CALL ops based on TelecomService
beaf4d8692f8 : Create sdk directory for an app only if app consumes sdk
db4eee691960 : Fix some resources OWNERS files
2e5436868ff2 : Enable ThemeOverlayController on TV
71b275689fc4 : Skip to set the background color of TDA during Animation with a transparent color.
1c3bfb34f8a7 : Remove FAST_PAIR_SCAN_ENABLED
9e6c9fb8f8f3 : Add libtonemap headers
07f7f3ff5b1e : Revert "Promote startActivityAsUser to SystemApi"
985b7b017426 : Cherry pick for contentAllowed bug fix
a8696bc9a31d : Trigger revalidation of VCN, underlying networks
a4ef031f89ae : Fix the same active time tasks disappeared on RunngintTasks
58e2702d7d79 : Fix typo.
c04cb487a423 : Revert "Revert "Adding multiple provider support in AbstractMast..."
613ed789de91 : Added data retry support
f452138f7bc4 : CameraServiceProxy: Extend the recent app resizeable query
6eb9d8ab6565 : Added setup/tear down data support
724f32804555 : Update FLAG_BUBBLE in BubblesManager#onUserChangedBubble
52ae3bd2dce9 : Log emulator's clipboard access to logcat
703e3b0662a9 : Add ShellProtoLogGroup for Picture-In-Picture. Update the code for PIP and phone PIP to use ProtoLog instead of Log.
0693727cfb7a : identity: Add clarifications to newly added API.
971e7cc322d0 : Fix bottom margin of footer actions
c9a82cd3b804 : Fix NPE introduced by ag/16740473.
31a1892fdaaa : Remove temp user creation activity
8f95a348fa6f : Scrim was flickering on FPS unlock
cb4b1b02309e : Camera: Standard dynamic range profile must not have any extra latency
e26eb8ce33dc : Add legacy emoji font file for compatibility
8fa010d6a749 : Fix FilterClient::getFilterMq result
d319a179a7b6 : Ensure unlinkToDeath when cancelling external vibrations.
616898d1677d : Enable new data stack by default
d03224f32646 : Fix Guest string was not translated in UMS.userWithName()
7477b2c11249 : Update WebSettings useragent docs.
0b5d0c7f87a2 : Document isManagedProfile usage should probably be isProfile
1a5cea7609f4 : Set touchable region for recents input consumer with shell transitions
26e4f85a3a7f : (1/2) Add AdServices related permissions to manifest.
25854407be29 : Use local coordinates in CAI#EditorBoundsInfo
7de07517bd1b : Pass 'extras' to dispatchSessionFinished()
086b16bc8ca8 : Exit dream mode when receiving <Text View On>
ea50684c124b : [Motion] Split-shade expansion on LS: disable depth effect
53a01ab1ed50 : Add new permission PROVISION_DEMO_DEVICE
fdfb05e384eb : Don't show mini resolver if no same-profile targets
ed142dcacbf0 : WindowInfo: Merge InputConfig and Feature flags
86a15bd85db2 : Exclude known failing test from presubmit.
bfb1cd5fd27c : Prevent exfiltration of system files via user image settings.
bd85671adbe3 : Fix screenshot not showing up on subsequent screenshots
bf75a6252083 : [Motion] LS split shade: fix bad AOD <-> LS media transition
797aa0066ce8 : SurfaceView: Synchronize all surface view changes with VRI draw
08d94cbabb44 : [Ongoing Call] Don't call #getIntent to avoid a security vulnerability.
030a692189bc : Make NTP config configurable from cmd
c43a66b4be13 : Move android.jar defaults back to f/b
b9c52eb96ccf : Add some Process APIs to test_current
2c71bdc26c6e : Make "Standby now" default behavior on losing active source
a905fe439b79 : Apply right animation type on translucent window containers.
ab8ed02c20ba : Consume sync draw handlers if the surface is destroyed
ffab2343fe7f : Let rule could decide dispatching excess when detecting combination key
00d2bb723891 : Explain what a DPC is in new API docs.
a197b9759fbc : Report changed keep clear areas to TvPipController
11a5c82490e1 : More CDM presubmits
1a2749a1e25f : Log event logs about wallpaper surface request visibility
2d3bc30cdb3e : Enable fixed LicenseHtmlGeneratorFromXmlTest
f1f93f2c17b8 : Move logic from PMS#wakePowerGroupLocked() into PowerGroup#wakeUpLocked().
6ac2d6a34ab7 : Fix a few tests
a389bb3db094 : Import translations. DO NOT MERGE ANYWHERE
36d3a86065e8 : Import translations. DO NOT MERGE ANYWHERE
00209796dcc7 : Import translations. DO NOT MERGE ANYWHERE
fd498fe9a1c0 : Import translations. DO NOT MERGE ANYWHERE
83b263e77eaa : MediaHiearchyManager: prevent NPE in `updateTargetState()`
57550c92b298 : Import translations. DO NOT MERGE ANYWHERE
2ae5fa027946 : Register broadcast receivers for PACKAGE_ADDED/UID_REMOVED on all users.
0b7566676bc8 : Add empty addTransactionCommittedListener for StubTransaction
9ef19b85cbc8 : Add additional logs for bootanimation
3bda078b5413 : Add CUJ constants for SUW jank insturmentation
0ce30dd193e4 : Remove Auxiliary stubs and bootclasspath fragment
428d93afb4ff : [MEP] UnsupportedOperationException is thrown when carrier app tries to download subscription.
a647fc0103f0 : Import translations. DO NOT MERGE ANYWHERE
a80600e0637b : Import translations. DO NOT MERGE ANYWHERE
5169d5c2223b : Added data retry support
8cf8788c033b : Added setup/tear down data support
4f5b1beca8d7 : Update active time to visible leaf tasks
86fdb807af59 : Import translations. DO NOT MERGE ANYWHERE
eee138e50906 : Import translations. DO NOT MERGE ANYWHERE
0100caf6e625 : Import translations. DO NOT MERGE ANYWHERE
1b3f0912776a : Pass 'extras' to dispatchSessionFinished()
b6a5bf31ce90 : Transfer PipContentOverlay when swipe to home with Shell transition
67f65f2e01ba : Import translations. DO NOT MERGE ANYWHERE
fc4e7201e8e7 : Add 40fps as a FPS option
58a4c3ba131e : Fix for race condition when clearing compaction list
ce4c02258b75 : Fixs the ANR issue
6f10d49724b9 : Revert "Expose ActivityOptions.fromBundle() as ModuleApi."
135d77669820 : Import translations. DO NOT MERGE ANYWHERE
f7f91ac1175a : Revert "Adding multiple provider support in AbstractMasterSystem..."
b373fd8f7789 : DO NOT MERGE Fix issue with bubble stack & bubble data expanded bit being out of sync
15bcf9d7bd5e : [DO NOT MERGE] Fix regression for enter PIP when onUserLeaveHint
12464ec4c128 : Dispose of input event reciever along with monitor
2592ea1fc8ef : Fix missing group alertOverride recalculation
bdd4019a1687 : Allow alertOverride if the summary GROUP_ALERT_ALL
5d54f3c76131 : Fix the animation glitch when NSSL adds and removes a HUN in the same frame.
e0d326d3fd2a : Check that PowerManager#isInteractive is false before showing the AOD UI for screen off.
90819feb5a86 : *ServiceStartNotAllowedException shouldn't have a "cause"
2dcb5a8188ea : Allow extra keyguard logs to be enabled via adb
74bbae307487 : Revert "Notify display brightness changed due to brightness transforms"
5c107b0b5981 : PiP: Disable enterSplit for now.
6e1571579e9c : RESTRICT AUTOMERGE Read flag resource overrides.
417fd4d17eb3 : Letterbox apps in multi-window if resizeable only due to supportsPictureInPicture.
83c396e9e7fd : Fix IME flicker by dispatching unrelated insets after unset IME frozen
ade248a9bc77 : Revert "Decode the input of both setStream and setResource calls first"
589f88b9a9a5 : Enable nested scrolling for locale picker
e86dacf6ea25 : Change window type of Media Projection dialog
6c04f9b6da88 : Fix leakage of DisplayContent referenced from TransitionController
941c4a4af0da : [Provider Model] Fix the overlap when changing the font/display size
11f544ca7f9e : Placeholder change for cherry pick
cf3d0a65a469 : move shell_transit sysprop to persist.wm
710ad12e8143 : Revert "Adding multiple provider support in AbstractMasterSystem..."
f3b0652873ec : Increase user-unlock timeout for ___UserContentResolverTest
71f2a510ff51 : Revert "Remove flaky tests from presubmit."
05a066042b38 : Revert "Adding multiple provider support in AbstractMasterSystem..."
d3237afb49b3 : TouchHandler for hiding dream overlay complications.
cb42e9c53c14 : New Pipeline: log sections in NodeSpecBuilder
0fb41da7a0d3 : Add OWNERS file for TV PiP
fe6b7f19fdd6 : Add a test API to query audio HAL version.
9615b0c6ad92 : Add ScopedLocalRef for new Strings in JNI
24afd430ac3c : Checks if there is a device state override active to determine if the device should be put to sleep or not
820ef2beb1ae : Correct the PropertyInvalidatedCache module definition
d3f2dc954f10 : Revert "Change default showClockAndComplications to false."
c85939845239 : Avoid unnecessary Clock GC churn
6c41ca43d3ed : Add DozeSuppressor to DozeModule
d6630f5fa7f9 : enable aapt for unbundled builds
7ab0f87b4db8 : Minor fixes in mock HandwritingIme
00951987c1fa : Introduce vendor header for selfManaged dialog
df2ad47c1283 : Bouncer: Improve push animations.
f7581b744f51 : Don't cache simple BooleanFlags.
3a0688ed8b33 : Update the bubble overflow to match new visuals
a2aa3eadec75 : Null check inside filterIfNotSystemUser
c4481c549415 : Add PackageManagerLocal for mainline modules
c5dcbc29ad96 : Fix LicenseHtmlGeneratorFromXml miss files header
5adb027679f4 : Add more methods for capture and injection
113f54375531 : WebView: Revise setAlgorithmicDarkeningAllowed Javadoc
e267cc6f42d4 : Remove supplementalprocess APEX
472e00b0dcf7 : Refactor content recording out of DisplayContent
27655e1fc312 : MediaProjection sets content recording details in WM directly.
b719c6bcf451 : When dismissing lockscreen, wait up to 1.5 seconds for it to work.
17b0b17d3582 : Move out mediaprovider allowlist entries
f44374600de8 : Fix captureTaskBitmap for tasks not positioned at top-left of screen.
804ca5abb22b : Remove unused "assistant guest mode" status bar icon.
6e130b154c74 : startProcessLocked: Inherit debuggable flag for SDK sandbox
2edfc48cb68f : Remove *nonpublic_deps which was added pre-Rb announcement.
c3a2eeaed337 : Don't re-hide the keyguard if it isn't showing.
75a6e70a181b : Fix the broken test on com.android.settingslib.utils.PowerUtilTest
72655bf49286 : Add traces to aid onScreenTuringOn latency debugging
cc558983a1ce : Fix flag in QSSecurityFooter
b5b32d479d44 : Fix NPE in WakeLock#finalize for unit test
3170a2716853 : Add SharedPreferences keys for the nudge to setup dream.
ea0440497539 : Moving CtsCompilationTestCases to postsubmit.
5ecd6d37de3b : Changed setSyncTransaction to syncNextTransaction with callback logic.
20cb75a45b0f : Remove input AIDL classes from system_server classpath
b6d3083b06ad : Expose isRemovingAdmin in DevicePolicyManager as a TestApi.
72077726f51e : Move OnBackInvokedCallback to window package.
cce81a9f9cb9 : Import translations. DO NOT MERGE ANYWHERE
8f5e78c0a773 : Move out allowlists for com.android.cellbroadcast
5d47340f1758 : broadcast profile-relevant intents to DMRH
8f097e11050e : Null check when force navigation bar true and on lockscreen.
a7ab4fce87b3 : Add icon for user switching
dcd5fb15bce8 : Bouncer - Portrait user switcher tweaks
5351be9ec58d : Refactoring IME snapshot with adopting shell-transition
183b053b9f71 : [Motion] Split-shade expansion on LS: decrease duration of scrim fade
596c25b83501 : Set explicit package name on Intent for showing TV PiP
f8023c982989 : Keyguard - Treat messsages to lock with priority
3d419be76f1c : Limit launching placeholder to top TaskFragment
b1a0f5fe1ad6 : Javadoc improvements related to the device policy management role holder updater
db6ba3ba588e : Rename 'EMPTY' to 'SOLID_COLOR' for splash screen style.
df03b06e262b : Lockscreen shade transition: rename and split resources
f1a82ef0ef90 : Configure handwriting window with the IME's pid and uid for ANRs
9b73080d0c21 : Optimize checking if package defines companion services in CDM
271edc361c46 : Unset last orientation for fixed orientation transient launch
5982b805846b : Fix no touch events on half of the split screen
44e00a594e25 : Add kanyinsola to OWNERS file
e9ff9a0279cc : Allowing activity occludes keyguard if activity has showWhenLocked flag
01221cb71625 : Fix potential deadlock in restorePermissionState().
dde7ea23aa62 : Properly fix revokePermissionsNoLongerImplicitLocked() for shared UIDs.
52ba29fd8e19 : Mark focused Views as keep clear areas
9a7444cec53a : Keep custom keep-clear Rects if preferKeepClear is set
85018d539326 : Fix NPE in RunningTasks#getTasks
e859f4655eb8 : Don't cache created Translators in TranslationManager.
59af144bc440 : Revert "Fix shouldControlUnlockedScreenOff."
f76f5842a410 : Add /metadata info on dumpsys diskstats and StatsPullAtomService
ef89da1e1bee : Use auto specific system property to fix car service package
081a7c61e6b2 : Descreses the counts of windows_change_bounds events
924c4c438b73 : Enable Settings Search surfacing full screen for large screen
f23631e4db41 : Support to get the exact task which IME is attached to
c8d48831b9d9 : [SUBID01-0]Grow NetworkIdentity to include a new mSubId field
c2817ca17fbd : Promote startActivityAsUser to SystemApi
2c443b17a2ad : Properly fix revokePermissionsNoLongerImplicitLocked() for shared UIDs.
cab5bb217d1d : [Output Swithcer] Apply device volume in group instead of session volume
da8ef6e5a3c1 : Fix speech state event javadocs per API review.
ad89a821450e : Turn off predictive back
b1dc9fc8d851 : Rename getRequiresInternetValidation to isInternetValidationRequired
061a7e1d9377 : Add getImplicitPermissions() to AndroidPackageApi.
bf4b035bf05c : Replace reflection with Suppliers.
607e7c2f936e : Refactor getNewGameMode()
c83524eeb7a7 : Set mAllowNonNativeRefreshRateOverride to true
79b6c1cb9294 : Update VirtualDeviceManager.ActivityCallback API
c9e4e76b2ed6 : Improve handling of GameService when bound processes die.
ba84372d081a : Reverted the ApnSetting behavior
e5753a77adb8 : Register AdServices to SystemServiceRegistry
ad950aa3a2e9 : [Tethering] Add action of carrier unsupported dialog.
b84f7b20dd98 : Add appops policy tags to dumpsys appops output
9abe3b4a741f : Defer the app data fixup until we are done with app data clearing above.
9d681f1d97b3 : Reduce lock contention.
44a8cb1322e0 : Better error message for unexpected exceptions.
5ac67f9a1834 : Don't collapse the panel post launch if we went back to sleep.
6e31f665ae7b : Simplify app prediction service check
0a682bf137d4 : Close Transactions explicitly
89f721ba6955 : Remove empty modules
f65253c3b4dd : Extend the min interval of alerting long-running FGS per package
b21e7cee3099 : Fix a ConcurrentModificationException when dumping resources
9baf0dc3b115 : Change unsafe readSparseArray call in ApplicationInfo.
a1706b4ef8fe : [MS68.3] Address comments at aosp/1958144
472e5c3825d7 : Incorporate API feedback: CAI requestCursorUpdates()
22e4422cd2fb : Fix an IllegalStateException in dream overlays.
8dfd38ad7621 : Revert "SurfaceView: Synchronize all surface view changes with V..."
2effe9b44a5c : Temporarily disable some biometric prompt tests.
767c2e79074d : [DU03-4]Add NETWORK_STACK Permission check for NetworkStatsService API
70447223918a : Add isSameApp to PackageManagerInternal
81fb57f59b19 : Update Soundpool callback interface
fe85ed2ef53a : Fix memory flags in external services and secondary zygotes.
82d8e2eaba5b : RemovalClient handles null authenticator
e6da154c51ac : [Nearby Devices] Minor updates to API based on API review.
70dda6fe48d7 : Update remote input device doc and add IntDef
49471c7d3fb2 : Add an initial set of tests for Trust.
508fb03d6479 : Log bindService call and its service name in trace slices
7fc4894dc4c4 : Fix a race condition that causes BackAnimation to be null.
9acc558c29cd : adpf: Use one client token per process for all hint sessions
8c6a02a4e0cc : Remove double-locking from PowerManagerService.onBootPhase
be53aa2b8574 : Bug fix compiling secondary dexes from cmd line
7974e19b7d20 : Add getAttributionSource function to mocked context
cdd02a8856db : Thread fixes for WifiStatusTracker tests
8e3d1870bdba : Handle binder death with the conductor rather than VibrationThread.
7409354d3a05 : Add an OEM configurable limit for zen rules
fc580395ea34 : Schedule binary measurement job at boot completed.
10b6509d00de : Start an activity cross profile in same task.
22ae995c2014 : Don't re-hide the keyguard if it isn't showing.
fad808ecd887 : Make VibrationThread long-lived.
a9cb2102da99 : Adjust Class<T> parameter bounds in new Bundle APIs
5deebdd570bc : Keystore: Support Curve 25519 in the SPI layer
267ecd151e8e : [DO NOT MERGE] Keyguard was hiding occluding activities
170fa31f9314 : DO NOT MERGE Don't re-animate duplicate biometric msgs
fcf85a36c0b6 : [Output Switcher] Fix recyclerview flickering
19660ca3e040 : Only wakeup device for dismiss keyguard when dream activity is on top.
4159af8f0829 : [Output Switcher] Set animation when update seekbar progress
45fc96a5f266 : [Output Switcher] Enable Volume control for single cast device
8654089f3fcf : Waiting for snapshot layer gone for quick switch tests.
dd4bdc29dc39 : Add a condition of ime should be visible on tracking typing focus.
014549b0a0a0 : Add explicit OWNERS for SystemClock and related classes
da84218f3305 : Adjust OWNERS to reflect new ownership
9721eda98463 : Fix vibration effect segment validation regression on allocation count
b368bac149d0 : Command-line interface: NetworkTimeUpdateService
8d2117d1078b : Enable system vibrations on screen off for other feedbacks
6089be61d5e3 : Revert "Revert "Use SetProcessProfilesCached in android_os_Process_setProcessGroup""
07229fd51962 : Disables tracking focus on move a11y actions.
d99ba757bd99 : Clean up the legacy split screen (8/n)
74db862dd298 : Enables following typing functionality when the window magnifier is on again.
0dae9e4f4742 : Adds moveWindowMagnifierToPosition method
335db53f9eaa : Fix lock held error when setting DO for AAOS
9ce682aa30a5 : Clean up the legacy split screen (6/n)
712b18d46187 : Create TAB layout Material You style
87598eb11862 : Register only one binder listener and keep a map of listener to executor.
7c6f6b809b2a : Defer rotation update during recent transition
9bcedb2e361e : Revert "Descreses the counts of windows_change_bounds events"
f04786ea0e03 : Waits for windowMagnification connection set when requesting enableWindowMagnification
798fd18b1e18 : Include ActivityRecord in the transition when windowingMode changed
a053fa8d4626 : Add an optional extra field description for ACTION_CHANGE_DEFAULT
4f75555ac1c9 : Add Face and Fingerprint (Co-Ex) support to biometric prompt.
1c9a06276adb : Remove face to fingerprint multi-sensor behavior.
b7e2433127c3 : Remove duplicated UDFPS view into single fingerprint view.
ef48689e323b : Add Build.Version.RELEASE_OR_PREVIEW_DISPLAY
0e971bdee29e : Add client API to add/remove insets-provider.
2a8c2c360136 : Rename framework-connectivity-tiramisu to framework-connectivity-t
9b53f411f203 : Add getter for filter in Field
70b8244062bd : DO NOT MERGE Revert "Skip restore of read-only directories"
9e7c309cf2ac : Revert "Revert "Skip restore of read-only directories""
3a4cb2dd1782 : Adding multiple provider support in AbstractMasterSystemService
d34ca40da083 : Use FragmentActivity instead of AppCompatActivity
35d623833bb0 : Update documentation to specify units and accepted ranges.
71ba110d9147 : Cleanup Extended frame -> Vsync callback.
af8baab51547 : Remove obex library code from frameworks/base.
461ffb80e6cc : Revert "Skip restore of read-only directories"
17c69c72d6c8 : Adds an OWNERS file for TrustTests
ada2e7f6fb38 : Logs state on DPMS.setUserProvisioningState() when it fails.
80f0c78569f8 : Fix edit button in screenshot share activity
c666c5e761db : Make GlobalActionsDialogLite directly injectable
906bfd89da63 : Move the blocking API to a backgound thread
d4439a06ac7b : AudioService: Unify multiple device volume selection with APM
280b13eacf13 : Support ANRs from windows that are not tracked by WM
447e815bd76f : Provide refresh rate range to the window manager based on the maximum frame rate of each camera stream.
edfaf5ac63d5 : Allow camera to specify a refresh rate range
519fa369217d : Don't obscure system_server crashes
4476db188490 : Use ACTION_UP instead of ACTION_DOWN in handler
2403c96c43e2 : [Media TTT] Don't hide the chip if we're in a transfer triggered state. Also give those states a longer timeout.
94239409ea78 : Move BluetoothProfileConnectionInfoTest to cts
9d999938df75 : Let settings query an app's minimum bucket.
e6da737679a7 : Update doze docs
b091e1e3a7ce : (2/3) Remove SupplementalApi from BCP.
b11e4c746389 : Use device set for getDevicesForStream
88c05c03f2fc : Revert "Add API for external call audio route."
f9484453dd43 : [pm] Bug fix compiling secondary dexes from cmd line
4258d55db297 : Fix emulator tests by setting system and non system app packages.
44c9d303e2f2 : Move the lock to the individual app restriction setting's dump
59029ad151d2 : Rename supplementalprocess->sdksandbox jars
ae8b96964c45 : Change default showClockAndComplications to false.
ad6a3e029024 : [DO NOT MERGE] Lockscreen/Shade upscaling
7755d00cc51c : Fix shouldControlUnlockedScreenOff.
2a91c369e08e : Remove usages of HFP Client audio state APIs
ab9bd401a9f9 : Allow onTaskInfoChanged dispatch immediately
ea89c0e71da6 : Allow apps with MANAGE_USB_STATE permission access to all USB accessories.
df5971335ba7 : Rename SupplementalProcess to SdkSandbox
ede3a97e6f0c : Introduce Stylus handwriting developer option
88ef6ed2b293 : [pm] stop sending broadcast from commitPackagesLocked()
f73275b1102f : Allow UiMode adb shell command to override night mode custom type. Add night mode custom type information in UiMode dumpsys.
4e1184dc2698 : decouple TelecomManager#getSelfManagedPhoneAccounts (2/3)
be62ae7d3578 : Add null check if shared user not found.
dc2921b167ed : Revert "Rename Do Not Disturb -> Priority Mode"
eb4e3d20da26 : Restrict what activity launches show permission prompts
0ab99c38f445 : Update low battery notification mechanism
6d983f105d0c : Move cancel signal processing into VibrationStepConductor.
13c21a5ccf2a : Use isInTransition() to detect animations
b1daf7f5de51 : [Media TTT] Add debug logging to the sender and receiver.
4c910f625aaf : [Ongoing Call] Make the uidObserver a val so that we're guaranteed to not accidentally register it multiple times in a row.
7ec3b13006b3 : Fade in/out UDFPS when dialogs show/hide
5b5a16e90073 : Sysui changes to support vibrate icon setting
ab3f9b86e459 : Make inprocesstests run with root.
fe7af3e5d24a : Fix bug in NetworkTimeUpdateService
a5dffa77622c : Introduce a private flag to extend frame with cutout
d99e713e59ba : Fix inaccuracy in biometric timeout
b055ebf321b5 : Send broadcast when a system app updates for the first time after device setup in LocaleManagerService
acaf3857157a : Add SystemApi to set unrestricted keep-clear rects
a3bcac58cf1c : [Status Bar] Re-name StatusBar.java -> CentralSurfaces.java.
00b540e1443a : Unregister receiver when destroying TrustAgentWrapper.
193a27d287ae : Implementing verification of PROFILE_PEER_DEVICE.
a5ffa4390588 : Added data retry manager and retry rules
70729ee34734 : Temporary remove dump which is causing deadlocks in AM.
ba0e302d69ce : Added basic network request handling
ea7cb6fd68c7 : Add logic to show all status bar icons.
29d2181bd2f0 : [MEP] Handle downloadSubscription with switchAfterDownload is set to true
153ba910d4f1 : [Shell-transition]: More checking animating state methods
e42507dda69d : [ShellTransition]: add WMS#setRecentsAppBehindSystemBars for recents
309cc9dee7f8 : Eliminate StatusBarNotifActivityStarter.Builder
1ce3e3fa313d : Add some recent broadcast and notification events to the dumpsys.
d5842c2aaa89 : Update stack position after a bubble is removed
8763e6ba11a6 : [pm] do not call prepareAppDataAfterInstallLIF from inside mLock
b6c93aa78970 : Use start time in SurfaceControl setFrameTimeline.
8e34e6352cce : Fix secondary user test for VirtualDevice
496c1b76a8d0 : AudioService: update getDevicesForAttributes
083d0a347a30 : Pipe SatellitePvt fields in JNI
6aece5419c21 : Rename SafetyHub to SafetyCenter in config
dc50c85d523c : Further refine system_server Proguard rules
48af92dc4be1 : Clarify setRemotePlaybackInfo usage
7172089cfd22 : Fix sleep during launch animation resulting in a unlocked device.
091f9b53f576 : Append 'Seconds' to timeOfClock and timeOfEphemeris
88467feeba5b : Fixed API review comments on primitive types on assistant APIs
c009995c4531 : Add DeviceConfig namespace for AdServices module
586d964667e9 : Avoid infinite pending MSG_CHECK_IDLE_STATES messages.
d32068af7de8 : Add SurfaceSyncer class
97f44be5c52a : Revert "Adding renounce permissions logic to ipc calls."
0b6456d3ecd2 : Rename device management role holder role name
28f1003c7485 : Partial revert "Deferring low and min priority jobs when quota is low."
c36d3598bf97 : Default grant carrier apps POST_NOTIFICATIONS
b370a02e11f4 : Adding OWNERS in `android.server.infra` package
f690bc649936 : ViewRootImpl: Don't pause HWUI so much
e956bc7024d0 : Load album art from URIs first
bb774a90016c : DO NOT MERGE Remove unused code
a970d6fe2bd1 : Remove ComplicationHostViewComponent.
927480798a25 : Add Touch Initiation Regions.
e950fec881fd : Do not allow stopping allowlisted packages
3f7d81ec4a91 : UserManagerService.hasManagedProfile fix
ab085c63519d : UserController.shouldConfirmCredentials uses isCredentialSharedWithParent
e5f5f12cdfcf : Fix inattentive sleep failing to go to sleep while dreaming
6510aa238e4b : Implement API feedback for Safety Center QS
225052be27d7 : Sysui changes to support vibrate icon setting
f950399cb149 : Refactor doze suppressors into its own class
1dd3129e1496 : Set DreamsActivateOnSleepSetting and handle Sandman in tests
277fcc691385 : Add unbind if bind call returns false
1ea726550f82 : Add namespace for SdkSandbox related features.
1325574d3a72 : Prevent exfiltration of system files via avatar picker.
cd18f030a8d9 : Incorporate API feedback: extract text accessories
77b2b34f4ef8 : Tweak animation for non-app windows with shell fixed rotation
ca4c0c2d325b : Add docs for CoreStartable.
3e966e2996bd : Fix Activity leaking form OnBackInvokedCallbackWrapper
0e7f33a22bc2 : AudioService: add SpatializerTest to TEST_MAPPING
faedb36fb794 : Add local logs to NetworkTimeUpdateService
98f812270270 : Skip restore of read-only directories
e09d31819dbf : Adding unit tests for preferred display mode
622b3a38dc1f : Propagate user preferred mode to SurfaceControl, only if it has changed.
c01e552e6fde : Use the specific export aidl folder of Bluetooth
f774f3c9c4a2 : Revert of revert: Motion - tweak split shade expansion on lockscreen with media.
8f2b1f41841f : Move DisplayPowerRequest logic into PowerGroup.
1a0b343bce93 : MediaHierarchyManager: prevent crash when previousLocation is -1
297f149e9e81 : Fixes dumpsys activity --list-dumpables
d254813dde56 : Rename EXTRA_TIMESTAMP into EXTRA_TIMESTAMP_MILLIS
7e21cbfb02e1 : Fix finishTransaction position when Shelf height is changed
ac5a78e19cc8 : Adding renounce permissions logic to ipc calls.
51aa2fee1d3c : Use a new lock for the app restriction level settings
5e0c72a2c593 : Estimate animation duration for AVD and AnimationDrawable
6ffab5c9d47a : Revert "Always parse sharedUserId and sharedUserLabel"
584e2a4c346c : Cache start callback for watchdog in case the HAL operation does not complete its expected lifecycle.
c3565962b31e : Never instatiate App class multiple times
02254cca9c69 : Revert "Always parse sharedUserId and sharedUserLabel"
a7c0b4b95638 : [Ongoing Call] Catch a security exception instead of crashing SysUI.
b0547cfbc0c0 : Move the AppRestrictionController dump out of the global AMS lock
d4d930a4ac07 : Block APK rejoining shared UID by dropping sharedUserMaxSdkVersion
0641e854a6a6 : Changing readParcelableList's API.
ec712b7a9920 : Properly handle pending intent for multi-user
a7e2e1643b62 : Account for animating children when updating task visibility
115a3ed705fd : Ensure that android is restarted when setting sysprop flag.
99d2e63d4efc : Fade in the UDFPS icon from HOME => AOD
c8f7613bbd04 : [Re-land] Remove scripts related to iorap
540cc1fa17e2 : [Re-land] Remove iorap framework codes
c9bf2bf95865 : Updating Eth Update Request to use Builder
49ac75866625 : Remove debug log from SensorPrivacyService
293ed88b2f50 : Enabling Apex in BT
7a2abccf35a2 : Keyguard was hiding occluding activities
708c94fb2a9a : [Media TTT] Don't hide the chip if the user taps the chip.
90e758afedd6 : Make BluetoothHeadset APIs used by Telecom into System APIs
ec4b69a99189 : Ensure that GADLite is destroyed.
e83f0519ba3b : Fix flaky test case
5abea4f48456 : Brighten theme-icons when in Dark mode and add dark color for taskbar
9f292b566348 : Fix autogroupsummary bug
8692fcd08cf4 : Fix a bug with jittering dream overlay.
0105156dfecb : Migrate Screenshot methods to AIDL
e214eee46f23 : Update duplicate-app WTF
535740f798be : 1/ Remove some unused code from the shared lib
c6824a4f5de4 : [Fold to AOD] Fix large clock blinking when folding a device
99dd308f7037 : Add new back arrow icon for dream previews.
5f70a996d219 : Ensure controller is attached before applying state
fa46dd2aae47 : (1/6) AdServices setup.
ecbb809686a7 : Added return value to overloaded bindService method.
8db9757f0870 : Add a runtime check to ensure that system server jars are prefetched.
a8210d8ec3b7 : Refactor force visible nav bar into new secure setting.
e8e79f890050 : Add tests for AvatarPhotoController.
f9a8e24f2755 : Remove unused variable
84cbea532325 : Revert "Motion: tweak split shade expansion on lockscreen with media."
615ad7a78809 : [Ongoing Call] Provide our package name when requesting UID process state of dialer.
53c620e1be85 : [Media TTT] Add ids to the root chip layouts so they can be used in CTS tests.
c96b611d1409 : KeyChain: always unbind service
78019cb9db90 : Allow LaunchBubble app to be launcher from launcher
edf45dd5f1a4 : Add traces to aid onScreenTurnedOn latency debugging
4740dd05f87d : Move all non shell quickswitch tests to presubmit
cb4c2a66cdb0 : Fix callbacks not being unregistered from ProxyDispatcher
66cd477d7725 : Update JavaDoc to replace deprecated Parcel read APIs.
e18ed7dde77c : Make use of TAPL in quickswitch tests
09212fcd90f9 : Fix wait condition on quickswitch
036f301831f2 : Add intdef to subscription info record methods
e74d47839ab4 : Fix wait condition for SetRequestedOrientationWhilePinnedTest
236e833e04b3 : Replace LinkedList by a more performant collection
0c6bc130f64d : Release the surface control view host when addWindow fail.
9287b577711e : Split DPM API to check current Wi-Fi network
5173a59c1790 : Remove an unused AppSearch-related target.
bf003d474151 : Clean up the AppRestrictionController instance after each test.
99554e3cd7f1 : Add flipper switch for shell transitions
9382674db2e9 : ScreenDecorHwcLayer: request and report transparent regions
d7ca4765650f : Fix bug in checking getLastLocation identities
e8caa07e9f79 : Allows DPM.generateKeyPair() to be called from PO of affiliated user.
bbf0c852691b : Remove getSfInstance from InputConsumerController
dabdcc6738d9 : Descreses the counts of windows_change_bounds events
914cef5f32e8 : Apply display transform to window bounds and node bounds
35433f34399e : Use shellRoot to identify PIP menu window
148938787075 : Uses SF callback windows for the A11yWindowInfo [2/n]
a2fae6b5d6ef : Uses SF callback windows for the A11yWindowInfo [1/n]
92a755792fa2 : Refine A11y Tile Service javadoc
34b594d20a52 : Remove flaky tests from presubmit.
4467a524cd44 : Adding renounce permissions logic to ipc calls.
869dc9cb1ca6 : Synchronize onMultiSimConfigChanged with callback registrations.
7a59be8702a0 : Add vendor_required_attestation_revocation_list_url property to be used by Attestation Verification Framework and partner overlay.
2538e20d627f : incidentd: fix race in waitpid_with_timeout
a30d97132411 : MIDI: don't create two of the same device
983caeddb409 : Show a warning about mismatching test / APK certs
4234e6cea8c9 : Get rid of double measure
3cc5bf6c4fdb : Home Controls: Add Device Controls settings
4ac283889960 : Update javadoc for recordResponseEventWhileInBackground().
1a4e79d6f11f : Fix fgs_footer gravity
ee41663e2c43 : Add shell permission for CTS test
9f06a92fa998 : [pm] fix acquireAndRegisterNewAppId after app removal
ea260acdd6c5 : User Switcher: Fix corner case for large names
5f63f08ee8c3 : Hide smartspace dream complication in preview mode.
86689039be59 : Create dream preview complication
36376d66a3a8 : [DO NOT MERGE] Address the Smartspace UI templates APIs review comments.
78262f7082cc : Set package name explicitly when sending copy intent
a092e4501a53 : Add extra logs for UDFPS rotation
3c8a920a9156 : Support restoring the original task ordering of transient-launches
baf73d1d1845 : DM: use the right terminology for divisor
cb5d61b44c5b : Only allow ROOT'ed ADB to run unit tests ignoring certificates.
f0cd5dd1c383 : Separate callbacks for dismiss start and end
0c82ed90fa45 : Remove system call to "headless" unbundled chooser
c749c370d49d : Remove SysUI Chooser
27f81d551ba2 : Always show virtual keyboard in test.
bd9f18f7ae9a : Take package snapshot before locking DomainVerificationService
c10360869df3 : Change tile height to 80dp
f0733a2530d4 : Split shade: make sure media expanded is expanded on QS when the new layout is available.
56e477eb95ec : Listen to battery saver changes.
e8e0b2d8a02b : Change supervisor settings constants to int.
8d6007bf7317 : Get the focused window from WMS
c1c451fc3b2c : [CDM bug] Fix CDM crash when there's no CDM service
ad558f99b830 : Revert "Disable per-process app class to investigate"
734c1178140c : Map SurfaceFlinger display mode ids to Display.Mode ids
904975fd6997 : Integrate captions volume button with new CaptioningManager API
62f69423c54b : Don't set background color if TDA doesn't have a valid surface
dc4296e335ca : Use TDA for background color instead of new color layer
259e73df85a1 : Automatically show Safety Tile
4b2c1af9d21d : Cache quickPickupEnabled state
605570909577 : Fix the bug on APP_CERTIFICATE_LINEAGE rule as we forgot to modify the binary rule parser to support the new rule.
6d641cae32be : Don't lock VibrationStepConductor state only executed by VibrationThread.
cb53fa88c370 : Bouncer is never showing in AOD
fb3103edadf5 : Change Callable to Supplier in the dpm resource apis
65c29bf1b910 : Add restriction to BluetoothTile
c256798220cf : Clear BCB if space allocation failed
261ac24929bc : Make fill dialog feature controlled by device config
0770b040f0f4 : Add vendor_required_attestation_certificates to be used by Attestation Verification Framework and Partner overlay.
42dd8adf17c6 : Enable touch feedback vibrations on silent mode.
fe33f5c627b0 : Add missing userId arg
918eb4f03131 : [Bugfix][Media] Fix ISessionControllerCallback leaks in the system_server when the far side died
0709a084c961 : Don't expose vibrator controllers via VibrationThread.
3aa5b9ed5a16 : [Media TTT] Hide the chip if the user taps the screen.
706633bcf8b4 : [Ongoing Call] Catch a security exception instead of crashing SysUI.
a95696655433 : Forward `svc bluetooth` to "cmd bluetooth"
7277eab6884c : Update orientation before executing transition by starting window
3d43c2345c77 : Forward `svc bluetooth` to "cmd bluetooth"
efa5b5a48022 : User switcher - Create user dialog fixes
52b7fecd70c0 : Add owner for wm policy test
36e1d8ebde42 : Motion: tweak split shade expansion on lockscreen with media.
ad443f808390 : rename callingPackageResourceId to resourceIdInCallingPackage
1b6b9dfeb894 : Change DEVICE_POLICY_RESOURCE_UPDATED broadcast extras
7cacbce58da6 : Use getExactRotation for UPSIDE_DOWN rotation
9f017c7fdf50 : Apply new keyguard orientation when it becomes non-rotatable
ad20c09c8040 : Move VibrationStepConductor locking out of VibrationThread.
13b7573de993 : Add UI_NIGHT_MODE_CUSTOM_TYPE to SecureSettings backup.
9d34e3187793 : Expand comment about using a merge api base
5342b3d4166c : Removing 'override' from nav bar mode APIs.
f0a9429cc250 : Keep showing wallpaper when starting an app immediatly after unlock.
df5fc6f727b6 : Clear SHOW_FORCED flag when the app's targetSdk >= T
25585549c3dc : Do not finish activity if with taskOverlay
d275b6b5209f : Cancel recents animation when touch home key
a97ad615016d : Introduce ImePlatformCompatUtils
24d1c2e002b5 : Clean up the legacy split screen (7/n)
06353761e6f7 : Import translations. DO NOT MERGE ANYWHERE
96cc0364fe08 : Import translations. DO NOT MERGE ANYWHERE
0a164b26487e : Import translations. DO NOT MERGE ANYWHERE
90759a397cf7 : Import translations. DO NOT MERGE ANYWHERE
788a801020f5 : Fixes NPE from resolveRotation()
7404ff118255 : Fix SetRequestedOrientationWhilePinnedTest with Shell transition
362b52cf13ee : Add some debugs to diagnose test failure.
bbcd34357bea : Removing RWC#getValidLaunchRootTaskInTaskDisplayArea
7da4d8868c7b : Fix the issue in ImageWriter Builder class.
9edf5e8d1b42 : Use AppSearchModule$Lifecycle class for starting system services in appsearch
404ce3f141b1 : Camera: Allow clients to query for extra profile latency
57e694427769 : Adding a timeout for active-unlock
205da89cafb8 : IME Support for SurfaceControlViewHost
9bdbf2929626 : TouchInsetManager Introduction.
c9d948238ebe : Fix SnapshotTaskTests
1b4193314705 : Add knownSigner to permissions needed by trusted OEM apps
8dc40270b75e : Explicitly close sound model file descriptors
c5effa817091 : User Switcher: Add a border around add button.
7277cee4c5c2 : Add support for SystemProperty flags to SysUI.
a62aa184f722 : Update PIP dismiss to use DismissView
953a9e14c742 : Update dismiss to new spec
9294a41db2ab : Adjustments to expanded view size and position
d53c27404d91 : bit: avoid calling strdup(NULL)
9334e99e2aff : Add mStrongModeEnabled to dump
804b69925ea0 : Specify default activity policy
ea90abb5cbfb : Add documentation about permission in Nearby streaming policies
4de7d3f9d24a : Make executor @Nullable in createVirtualDisplay
71fc7a5ce170 : Stop showing RESTRICTED toast for new restriction.
fdae3e8060ff : Open up getCloudMediaProvider to mainline modules.
6192421511a5 : Improves DumpableContainer javadoc.
95a1ea0a492d : Import translations. DO NOT MERGE ANYWHERE
b6369db7e090 : Import translations. DO NOT MERGE ANYWHERE
35958b264bea : Import translations. DO NOT MERGE ANYWHERE
7acb899031eb : Move SettingObserver#setListening out of frequent path
43244abf79eb : Import translations. DO NOT MERGE ANYWHERE
f9b5a13cd1f7 : SurfaceControlViewHost: Clone control for SurfacePackage
3c36fd5feec8 : [DO NOT MERGE]Revert "Relax minimum signature scheme version for apps on system partition"
06781bc732da : Add support for device state based auto-rotation preferences in Settings.
04b037e07d89 : Fix NPE when calling dispatchTouchEvent in FloatingToolbarRoot
536c0881659d : TvPiP: Move focus changes to pip controller
594f37776e93 : Change format of dump resources log headers and footers
e8ccb4a6bb0f : Added --user option to 'dumpsys activity $ActivityName'.
c16c782b7cfa : User Switcher: Dynamically set max col
f8cbc0b6f437 : Increase API coverage for android.app.GameState
f44ddcc068d1 : Add statsd logging and address API review feedback
9df1f523f119 : Restrict getInputMethodWindowVisibleHeight
84af04b39ef3 : AudioService: fix regression on hearing aid profile
221c72ded1ef : Remove process association if it is known to be dead
69c6a42de010 : Switch "UTC time" to "Unix epoch time"
30362a07af03 : Allowing launch cookies to be passed via pending activity starts
ad594686642d : Allowing launch cookies to be passed via pending activity starts
798fe83b4bae : Crash test when wait condition not met
9eadc4611f5c : Revert "Disable ChangedThrows"
7e0fe910d6d3 : Apply Glif theme before using dynamic color.
f61f174520c0 : AudioService: fix regression on hearing aid profile
810e58044d8b : Add more detailed documentation to InputDevice#getKeyCodeForKeyLocation().
0e29f73116d0 : Make the Media Projection dialog consistent (1/3)
f1dfa43869a2 : Support set window size API
e33dd38c11af : Add pasteAsPlainText in some documentation where it is missing.
d0992e8abae2 : Move PackageMonitorImpl to separate class for re-usability in locales dir.
c4f19733257e : Refactors FullScreenMagnificationController#onMagnificationChangedLocked
87d1af1d8051 : Simplify getImmDelegate in ImeFocusController
1755df787d07 : Fix showSoftInput crashing when no IME is enabled
2e6da28957dd : Fix pushing null queue update
caa4ecedcb0c : Enable back gesture when a SysUI dialog is showing (1/2)
8ca8c7b43d0b : Fix the new QS footer buttons animation
2fbe15401a2e : improve euiccManager API doc
78cf7c826d93 : Update the sdk doc of Default & ShortEdge cutout mode
d12bd01a53ee : Fix bug in getLastLocation()
a57326c97fb8 : Fix extra offset of the split layout
7256d266662a : Exit PIP with fixed rotation with Shell transition
b2a7422f6280 : Fix system_notification_accent_color in Vpn.java as well.
ec2c6adf0830 : Adds adas setting in dumpsys.
964305e1b2d7 : Remove the current input focused window when ANR
418ab8212c4e : Add a runtime check to ensure that system server jars are prefetched.
f609ed9f60e0 : Don't take the conductor lock for syncing vibrations.
7ca22de115d7 : Extract Steps and StepQueue out of VibrationThread.
199ec5d10148 : Final icons in dream overlay status bar.
8c6ce78b96da : Check RescueParty before using SysUI reboot message
591cfa680ca7 : Disable updatable system manifest for T
ae68a7c59d04 : Cancel active Futures/Callbacks if transport dies.
648d3c77410e : DeviceStateRotationLockSettingsManager: only persist setting when value changed
24e8867ae28f : Settingslib: create OWNERS file for tests/integ/devicestate
ed4faa60ea4d : DO NOT MERGE: Downbranch don't need this adjustment [Output Switcher] Disable volume when device is selectable in group dialog
94b220868a1f : Add a service for AppSearch Contacts Indexer for full update
eb861305ef01 : make DevicePolicyResources constructor private
428f4999302b : Fix unwanted sign-extention when converting byte -> int
b587411e0d7e : Improve Cast dialog styles
241a78982b0c : [Fold to AOD] Play fold to AOD even if we already in AOD on the inner screen
0707849bf304 : Remove mDeviceOwnerName - it's never read
7cc7b89ff363 : Minor renamings in DevicePolicyManager
1c82568b6c14 : Deprecate ACQUIRE_CAUSES_WAKEUP flag.
65067cb36da6 : Mitigate the races during installation
968c868b9da9 : Adjust fill dialog UI
ea9b16facf42 : Get system_notification_accent_color from public resources.
1c92783e96ea : Refactor compact battery status method (2/2)
bb94ac8b4448 : Update smallestScreenWidthDp when split bounds resized
5df37ffef133 : Use PackageManager.INSTALL_XXX error codes (15/n)
f5b13525100e : Fix a redundant assignRelativeLayerForIme case
02c59f009b70 : Fix ExitPipWithDismissButtonTest#focusDoesNotChange
954c43458b75 : Make CompanionDeviceManager.apk to platform signed
b76fdc56305a : Update the sdk doc of Default & ShortEdge cutout mode
e074dd2e3493 : Rename framework-connectivity-tiramisu to framework-connectivity-t
56f2cf6fa541 : idmap2: Remove more redundant "using" statements
cccb1b78d9ab : Add safer Bundle APIs and deprecated old ones
a650c2c4b7ec : Add role guarded APIs for subscribing to keyguard locked state in KeyguardManager.
2a1792ea49cb : Skip updating nav bar if it was destroyed
6011059ed07a : SurfaceView: Synchronize all surface view changes with VRI draw
cb7a16280a25 : SurfaceView: Avoid destination frame updates on multiple threads 1/2
7319c5f3fd19 : Add PROTOCOL_UNKOWN
a31246dcd0e3 : Always parse sharedUserId and sharedUserLabel
93f75de6dddb : Couple fixes for drag and drop
26b97b7bc22f : Enable clipboard auto clear by default
f44f88354009 : Add conversion between @NamedDataSpace and ColorSpace.Named enums
2cf5c84530e3 : Add P010 constant for HardwareBuffer
885fc0e45a74 : Add more javadocs to SyncFence
5a28c5b6cdfd : Disable PiP entry when switching tasks via recents
4e8545b0b5ba : Make pane logic consistent with documentation
33e714af1cd0 : Use isAggregatedVisible for pane events
5e763e85baed : Remove MODIFY_TOUCH_MODE_STATE from SystemApi
cb84b63a8a85 : Refactor IGnss JNI
22fc59ad6f34 : Annotate setUidFirewallRule with @GuardedBy
a4a6960b62ec : Fix NPE when IMM#invalidateInput() is called too early
9b69bbaa30ff : Pipe the dream label to the dream overlay service.
0f5e540c2d55 : Reevaluate game service when provider changes
52f6324514e6 : Pipe the preview boolean to the dream overlay service.
295e99aa7cac : Update ExtendAnimation attributes docs
664792c2316f : Remove PMS snapshot lambdas
46e1ca40b6af : IBinder.transact: clarify return
f67ce74fe641 : Sort metalava_framework_docs_args
a054db0b9775 : MidiService: Add GuardedBy Annotation to USB MIDI
6990ff032cee : Moving the resources related to PiP to the WindowManager/Shell.
9e4b6e19c249 : PhysicalChannelConfig.Builder change IAE to error logs
8092344f1345 : Implementing TIP1.
ba74e4b0d239 : Deprecate SurfaceControl.Transaction#setGeometry
f274b012d3a1 : Only collapse bubbles when its from gesture nav
724aa8c64e08 : Ensure nav bar is not touchable when the IME is handling back
d596024bef1e : add a method for non session
968eed97bb52 : Fix getAvSyncTime() data type.
1ada6e814a97 : Fix DvrClient data type
0643c022edb3 : WebView: Load Android T specific WebView
88cfc3112d0f : Add resume action button for new layout
63fa0d51ae81 : [Fold to AOD] Respect screen off animation status in navbar when keyguard is showing
73f1063c39ed : base: remove onBind and onMessage from TraceReport API surface
ce8499e167c9 : Use enforceCallingOrSelfPermission for ContextHub APIs
d2c468d40c5b : Fix VibratorManagerService test handling scaling effects
a2d34f4f058c : Return a copy of the "real" set in AssociationStore
a5d6851c16b9 : Add addtional LS shade dragDown logs
52a698ce4c26 : Correct permission name in javadoc
b864abe37b3c : Remove keep clear areas when a view detaches
ea6cf56eccbc : Set TvPipController's state only when PiP finished appearing
9f055464a166 : Update full charged string (1/2)
77bb1cef4ad0 : Fix system_server crash while iterating CookieTagMap
0d304b027f86 : Replace BitmapRegionDecoder with ImageDecoder
08d14944212a : Replace BitmapRegionDecoder with ImageDecoder
069919311503 : Replace BitmapRegionDecoder with ImageDecoder
9f4d51d0406c : Expose MATCH_PROXY as a module-lib API.
08f1c71aa5ae : Add setPollForce to module API
f7c0b1fd9eb9 : Move networkstats JNI to connectivity module
6b708138c1a1 : [MS54.1] Move NetworkStats to updatable sources
c3c278779f99 : [MS62.1] Start NetworkStatsService from the module
01892320ece4 : Fix a case where adding new local insets source provider was not triggering insets change.
4d897c6ad0f0 : Update RecognitionListener JavaDoc to link to the right extra.
15d78c0b95a6 : Correct volume control symbol for BLE
b9a04962585e : Update API documentation for onRttInitiationFailure.
a990c6dab960 : 5G opportunistic data config per-band.
b5ccbc33ed51 : Add attribution to PermGroupUsage and indicators
99882bc49db6 : Cancel previous cutoffs.
da737e714968 : Don't set background color if TDA doesn't have a valid surface
975e9ab45ba9 : Use TDA for background color instead of new color layer
b0981d928702 : idmap2: Remove redundant "using" statements
eeb1b258f4fd : Add APIs to add/remove local InsetsSourceProviders in WindowContainer.
6a6b9313062a : Change ApplicationInfo create timestamp to uptimeMillis
5245b1b207fd : Actually cancel the light alarm.
00c1a6040ece : Convert tonal palettes to MDC nomenclature
c295edad0bb6 : [14/n] Letterbox Education: Add tests for WM shell code.
90c85a8a0ff0 : Add new owner for BinaryTransparency related files.
4a633a30d12f : Import translations. DO NOT MERGE ANYWHERE
554eb1c7dc24 : Import translations. DO NOT MERGE ANYWHERE
54b05ac5ce7b : PerUser CoreStartables for Primary User.
4c05a3cbbe26 : Import translations. DO NOT MERGE ANYWHERE
048af23fb130 : Import translations. DO NOT MERGE ANYWHERE
235f9b1078de : Remove apex/media - migrated to packages/modules/Media
4d6f55f9c1bd : Disable ChangedThrows
4d851fc35956 : Dump DefaultSelectionToolbarRenderService toolbar information
a73f2a65e779 : Ignoring failing tests
bea2fd3ae0bd : Add system APIs to allow checking of hardware mic/cam toggles
fb36358cf1f6 : Import translations. DO NOT MERGE ANYWHERE
1b090f709af0 : Import translations. DO NOT MERGE ANYWHERE
89ff6edcf55d : Import translations. DO NOT MERGE ANYWHERE
36bc27cb4733 : Generate an api-versions.xml from stubs jar
a4afeb872496 : Import translations. DO NOT MERGE ANYWHERE
dbd6428150a5 : Mark compat UI hints as shown only if they are actually shown
0b9512f6e88b : Animate power menu dialog from power button
38e19e8e2ecb : [15/n] Letterbox Education: Add tests for ActivityRecord#isEligibleForLetterboxEducation
20c1ba94f683 : Catch Exceptions thrown by BleScanner in CDM
9132c83aa4ac : Remove outdated display bounds calculation
ca1511e8effa : Add stats puller for PinnerService data
668fd622677a : Fix ComponentResolver Computer consistency
4a184e4b582f : Add more logs for WindowContextController
5c22e835fc3c : Fix NPE in updateActivityRecognizerTags().
abe9311d00ec : New @TestApi: DevicePolicyManager.isNewUserDisclaimerAcknowledged()
6977f723b7e5 : Safeguard against threading issues on dependency
cae66a132c16 : Move wm component initialization to shell main thread
e6a676af11ac : Update the Smartspace UI templates APIs.
eb8ca0d725e0 : Fixed rotation for entering PIP with Shell transition
b1bd44227c05 : Set the offset of the dim layer of DisplayArea.
5536865e01b6 : Clean up audio resources when VirtualDevice is closed
3db131420277 : UserInfo atom
ddeb9c368010 : Indicate sensor discontinuity via SensorEvent
f60944f1426d : Move insets related logic from WindowState to WindowContainer.
ce21201ac9f0 : Enable new media layout flag by default
781f435c1798 : Relocate the getInsetsForWindow logic inside WindowState.
7fc98ba91b3b : Remove the back_predictability sysprop flag.
280a4cfbc454 : [idmap] Add logging for the service start/stop
5045660bba69 : Use fake NotoSerif fonts in test.
84b8cd116881 : 5G opportunistic data config per-band.
750a3496d57e : Rewrite MIDI 1.0 USB Host mode in Java
23238f15cc1d : Revert "Fix inattentive sleep failing to go to sleep while dreaming"
faad4a7d3731 : Fix app hibernation spammy logging
74b4af53ca57 : Fix potential OOM issues when APEXs are too large.
87ac02f5fec6 : Fix NPE with overflow expanded view
8bfc53154863 : Update permissions for ServiceState broadcast
6366a704349b : Add type string to VCN NetworkAgentConfig
c877c29a7b44 : Tests for ClipboardListener
28dd62af0afc : Fix overlapping HUNs
cff10cec6cb6 : Switch ResourceName to use ResourceNamedType instead of ResourceType.
76f0f19a329d : Show only dialog presentations in the fill dialog
32b2842e07d8 : Add @hide Bundle.getParcelable() with explicit type
31603e398fe9 : LogcatManagerService: Update AIDL file
6448d2470e96 : LogcatManagerService: Allow instrumentation tests
dfbac39d3854 : Introduce ResourceNamedType that represents pair of name + ResourceType.
12572a7404c4 : Home Controls: Add chevron icon
86c6e8c8590e : Fix PackageUserState sharedLibraryOverlayPaths nullability
37a6ef1cd6af : Add type string to VCN NetworkAgentConfig
b87c56fb3b97 : Remove hidden Bluetooth dependencies
55c1473bf2fe : Drop input for toast and child surfaces
979a2b76a359 : Change TimeOfClock and TimeOfEphemeris to long
fad4624dd82c : SurfaceControl: Add setDropInputMode api
24fbcea5ad92 : Update Spinner and Progressbar style to adopt Material Next style.
fd12ca338fce : Gate footer actions visibility by QS visibility
0ee64eda8d05 : Rename ProximityCallback to ProximityUpdateCallback
ed2050b9171a : Rename VibrationThread fields/methods for clarity.
c067124ee4d4 : Fix for crash in system_server due to IndexOutOfBoundsException
eb773ab87ad4 : Extract out rotationLayerAppearsAndVanishes assertions
0b977ecd0538 : Add a flag to always do the cert signature check
634d0eee2fa3 : [Media TTT] Timeout the chip after 3 seconds.
e0394fb27b11 : [Media TTT] Stop chip from crashing on older devices (e.g. Pixel 4a), un-ignore the tests now that it doesn't crash, and rehab the tests a bit.
3f71c13640be : Add logging for rbc changes
4d7ca1dbce74 : Filter notification APIs by user
a1d372c4ce41 : DO NOT MERGE Doze-Pulsing should always go to display on
8152335ad4bd : Fix default mode for system alert window on low-RAM device.
9e9c069e2d77 : Demote flaky transitions
904c875e2359 : Update FlakyTest annotation to correct package
a877bd488feb : Remove intdef usage that block bluetooth apex
398d3e6d03b0 : Remove redundant tests
b8b46fde2a7f : Remove apex/media - migrated to packages/modules/Media
6b4db8c08221 : [MEP] Update switchToSubscription API in KeyGuardEsimArea and MultiSimSettingController to switchToSubscription with port index API.
52bbdabbbba0 : Doze-Pulsing should always go to display on
a48aa965abb6 : [Output Switcher] Clear listener of checkbox when about to set it.
6e77c58de86c : Animate dialog to app launches (1/2)
9fa38ec42fcd : Revert "Add support for device state based auto-rotation prefere..."
39b44844ac7d : Use AUTH_SCRIMMED_SHADE if transitioning to shade
d97c5a6b729c : [Output Switcher] Update Text Color
c60451d0940e : Defer the instrument of AOD transition per doze amount
341c3fb8cf5e : Hide navigation bar view immediately when folding to AOD
c015c5be7227 : speech: Prefix trigger event with "on"
6c41bcee6f4f : Upgrade KeyMint version
5641d01a98a5 : Add two APIs in SettingsLibActivityEmbedding
d98c3d0c76b7 : Tweak screenshot animation for display resolution changed
544007604f1f : Add Content PiP support with launch-into-pip API
669a1a74c94b : Disable async trace
d1cc4ed8acfd : [MEP] Resolve port index in case apps are calling switchToSubscription(without portIndex) API for disable operation.
887d340ec173 : Group window relayout requests
2cde8d7196e1 : Move the init of trackers in the app restriction controller to bg.
6d7c9fa96741 : p2p: add MANAGE_WIFI_AUTO_JOIN permission for CTS external approver tests
9538d0705afa : Return compat callback for apps requesting legacy back.
47e64970dae6 : Fix ble stop scan crash when BT is not turned on
1a44c62b74c4 : Rename to VsyncCallback & presentation time.
8a55a7b439e7 : Prepare to extract apex/media to packages/modules/Media
f80d567a7e36 : Set the offset of the dim layer of DisplayArea.
9485e5ab4644 : Update theme spec
ba78cb4529f1 : Don't use rotation to determine orientation
557a8bd2b5c0 : Add BT and WIFI icon for mutiple devices UI
366b07b93acf : [CDM Bug] Fix a crash issue when serviceConnector is empty
465f4c8b4bb4 : Fix ble stop scan crash when BT is not turned on
d807ffe41f90 : Add an API to bulk query broadcast response stats for all pkgs.
8e2b31d6f637 : Add API to add custom close action for PiP.
c6afd96fb0a7 : Revert "Enable remote occlude animations by default."
e4a9000b031b : Correct JankData.PREDICTION_ERROR meaning
a805a2dfbbc3 : Put wired charging ripple back.
7363749128db : Hide all complications as necessary.
bd69503e6e34 : Instant apps can have the notification permission
ea03d1067bad : Restrict optional system_server optimizations to shrinking
e6095023e7a4 : Change when to create inline fill request
06a8880edf4c : Add new IME attr
cd6bf71ced54 : Add a note to preferKeepClear APIs documentation
5f692e35e7f6 : Allow SYSTEM_UID to embed activities in trusted mode
5283cc714d07 : Demote test class with flaky transitions
9b1b1df02fd2 : Update default values to ims config items in CarrierConfigManager.
7c3a3a8f32bd : Cleanup app data folder for the user as part of reconcile.
d852b695e7a9 : Update permissions for ServiceState broadcast
8c3cd43e0b4f : Added public extras for audio injection, biasing, formatting, masking offensive words. Reworded existing extras for segmented session feature.
3c56125692a4 : Replace verbose @Provider with a private @Binds
33f8fdc50bb4 : Forcefully set system window tokens to fullscreen
7bbe9684cf9a : Don't allow screenshot swipe-dismiss on gesture-back regions
64a4c4ec66e9 : The uid with the newest timestamp in mPendingStartActivityUids gets the best score.
7522e427380d : Revert "Enable IMS#canImeRenderGesturalNavButtons() by default (2nd try)"
0f95d4e69cf4 : CloudSearch API: Adds the prefix of "android.app.cloudsearch." to avoid clashes.
11e8f789e143 : Demote and promote flicker tests
3b09ac0c9ed3 : Add systrace tag for thermal
6c5c8abcd815 : Change PerfettoTrigger throttling to be per trigger name
511837fdcd46 : Do not display the indicator on high power location requests with the new behavior.
a553340beb16 : Dispatch transition cancelled callback at the end of abort
5763f3a1f458 : Assert add/removeCallbacks are from main thread in DevicePostureControllerImpl
d6ee3e2d2445 : Add API to prefer docking big overlays
fe5a3e509b87 : Add a lock to protect mRunningUids in GenericWindowPolicyController
eea881c5ce03 : Move permissions allowlist for ExtServices
cea1f0c9ee19 : Fix inattentive sleep failing to go to sleep while dreaming
447f56e5e965 : Update vibrator javadoc formatting.
8fa312bb6762 : Avoid binder transaction to WM for lock orientation
f998202963cd : Add API to add title and subtitle to the PIP.
4be13922939f : Upgrade KeyMint version
abfad13cdb1a : Don't set background color if TDA doesn't have a valid surface
f9cb787e8adc : Use TDA for background color instead of new color layer
85a7a4c3cf90 : Add more annotations
a24c4e8072c7 : Fix registerListener documentation bug in which the notice does not contain the notice contents.
142a98594bdf : Only consider active apexes for apex-system-service list.
aaf134e0404e : Puller for PendingIntentController
318b38d898b7 : Enable system selection toolbar
022e6bcda734 : Refactor startIntentAndTaskWithLegacyTransition
3ea30de47bb4 : add permission check for isUltrasoundSupported
49f70ea34f05 : Fix link for running support check in executor for speech
28d21fa9c182 : ActivityEmbedding: hide embedded TaskFragment between adjacent TFs
449fceaa1c05 : ActivityEmbedding: launch into the same side container
a6166b128f56 : [Output Switcher] Add message when cast devices are not avaliable
c5942cc29368 : Remove EXTRA_USERID from NFC CardEmulation
2a68270c76de : Defer MessagingGroup#recycle until bind completes
3456555b7cfa : Filter notification APIs by user
24076b857154 : Filter notification APIs by user
40ca868ca5e3 : Filter notification APIs by user
cdb89505765d : Filter notification APIs by user
73745b16e89b : Filter notification APIs by user
9c80283f831e : Convert @UsbDataStatus into bit field flags.
51f8b20afef4 : Revert "Support multiple dark tint areas in status bar"
97897a91945b : Updates am documentation with dumpable options.
7d46e82bcde7 : AudioService: new interface for absolute volume control
0c285639a7c8 : Clarify optionality of velocity in head tracker sensor
000b8e8255da : Safe guard the service type in the app fgs tracker.
e67a55d88c6d : Rename to VsyncCallback and Presentation time.
d0fb8ac83a5f : Build splitPermissions manually for PackageParser
fae74169ca37 : Further default grants for notifications
a8535e9ae6d8 : Fix bug where shade is infinitely squishy after wallpaper change
c3ea2d315681 : Security fixes for PendingIntent related apis in LauncherApps
e74a2a320bf8 : [RESTRICT AUTOMERGE] Add hide-non-system-overlay flag for HarmfulAppWarningActivity
f2387994151f : Restrict AdbManager broadcasts to apps with MANAGE_DEBUGGING permission.
b716ef049781 : Validate pid can be trusted
6d64b203f16a : Add leash check in PipTaskOrganizer#fadeExistingPip
18b5537c74e2 : Fix a mismatch in Bitmap_createFromParcel
59d162bebfb8 : Reset override config when clearSizeCompat
25c61e4a562b : Revert "Prune proguard.flags down to more essential pieces."
0c1891e714eb : Address API review feedback.
497fad03ee71 : Fix NPE in StatusBarIconView#getIcon
17033a61e251 : Filter notification APIs by user
625f5e286f36 : Add enableOnBackInvokedCallaback manifest attribute
4e14a67bb258 : Dump state listeners to bug reports
9dea78e2190b : Revert "Support multiple dark tint areas in status bar"
c92e5a22db5e : Declare license metadata for copied files.
3e56fc6c5e62 : Change ownership of resumeonreboot module.
7d2f3d98adfe : Remove unused InputMethod#setCurrentShowInputToken()
10c406e461d5 : Remove unused InputMethod#setCurrentHideInputToken()
29ed5a466c5e : Remove dream placeholder image from settingslib.
f915cc794a74 : [pm] add SharedUserMigrationTest to presubmit
71936eeec34f : Revert "Compute SHA256 digest of binaries asynchronously post boot."
6d8acfba32c2 : Fix brokn theming test
d4294156e925 : Supported network capability MMTEL
8de3e3b0f68c : [SharedUserSetting] fix shared user migration
964a880d593b : Safety Enhancements and Polish for ICC Logical Channel API
c6a12c144e0f : Enable singleDevice for CDM UI
a2078ca3d095 : Fix regression in handling of empty dark regions
3fa7e2c74ff7 : Add tests to make sure that we don't allow setting/clearing of car mode for other packages.
f9da7872aed0 : Throw IllegalArgumentException when calling setNightModeCustomType with an unsupported type
052cba1febd8 : Fix the infinite loop bug for AndroidFuture.ThenCombine.
ebd556314a38 : Changing server location to com.android.server.bluetooth
b7f71b81800e : Remove config_enableIdleMode.
7202a6639c87 : Update docs for KEY_HIDE_ENABLE_2G
cfd8bb1da6f0 : Deprecated "legacy" options for Activity.dump()
604cfdf8738a : speech: Run support check in Executor
7ae51035e2c5 : Unregister for posture callback on destroy
bca61d7f6643 : Final (?!?!?!) improvements on Activity.dump()
f2f306e68cc4 : Replace StatusBarKeyguardViewManager with KeyguardViewController
88a6b893d90d : Check permission state before revoking for notifications backup
13bfbb77425d : Add setBuffer w/ SyncFence
ab0a84d7a8d7 : Fixing not responsive tiles in split shade
1f65ee794628 : Clarification to incorporate API review feedback
b9290319b63f : Small improvements to matchesCallFilter functionality
f53f2ad864d0 : Remove toast window token after being rate-limited
e85c348731e0 : Add implementation for new NDK functions added to input.h
95a72703647d : Make clipboard overlay always nonfocusable
c989a1b38c24 : [13/n] Letterbox Education: change dialog width and handle oveflow cases.
d985da5fb712 : ModemActivityInfo with rat information
270799ad192e : Prevent potential NPE when forcing stop package during boot
800c1b5c069d : Use onBootPhase for PowerManagerService bring-up
0137cbdef216 : Add support for device state based auto-rotation preferences in Settings.
332b9993672a : Create OWNERS file for settingslib/devicestate
a19699eaa113 : Fix dragging the same app over a split app dismisses the split
e41149620dfa : Add OWNERS entries for Android time team
851813ad16e7 : Skip duplicated ANR before enqueuing
115e7e8664dd : Remove getRotation binder call on each fold/unfold
ff6ec88858f9 : OWNERS for widget coretests
546e8e9b3f58 : idmap2: fix clang-format warnings
c6876ff4c800 : Implement expanded PiP on TV.
d1f381a7dba1 : DO NOT MERGE: provide different change in downstream since merge conflict [Output Switcher] Enable volume control for single cast device
db026034a907 : Fix inconsistent scale when setting magnificaotion config
d07f5d926ac1 : Call the right JNI helper.
d9b65326b453 : Merge abandon() methods (14/n)
88ada4680a9c : Code cleanup (13/n)
2424262814fc : Fix handling usb notification after pr_swap complete
b00f0d6c951f : Update team OWNERS file.
ccb8c015b7fe : Add a benchmark test for Resources.getIdentifier
e3027052d1c2 : [Pnalingual] Default open for panlingual
c7c3731ae68a : Ignore broken tests
6661874a09f3 : Polish humanize strings for color correction page
c0bb7ecc72c2 : Add null check after getApplicationInfo in InstantAppNotifier
0a7550ba5542 : [pm] use snapshot instead of deep-copy of PackageUserState
28dac743f0f1 : Set HW toggle states
92e6edf5c2af : Add hidden apis to allow checking of hardware mic/cam toggles
e97ff9ebfe62 : Add ondevicepersonalization stubs and bootclasspath fragment
ded325afe8ea : Convert a TODO to STOPSHIP in the docs.
2704e9f6de53 : Implement ComplicationTypesUpdater.
ff8308d067c6 : Add TestAPI access to settings through DreamManager.
ff7e671a8917 : Add ability to show a low-light clock when dozing.
23542b63b5af : Import translations. DO NOT MERGE ANYWHERE
d3e5a46bf213 : Import translations. DO NOT MERGE ANYWHERE
b6be55ad2a42 : Import translations. DO NOT MERGE ANYWHERE
abb700caa78e : Import translations. DO NOT MERGE ANYWHERE
95ada06bca96 : Import translations. DO NOT MERGE ANYWHERE
5458f07e9465 : Update broken javadoc code ref. Use class fully-qualified class name
7ffa2e835f3c : Import translations. DO NOT MERGE ANYWHERE
f87fc8a749c8 : Import translations. DO NOT MERGE ANYWHERE
e8b949d8b944 : Import translations. DO NOT MERGE ANYWHERE
67ed07c29b9f : Import translations. DO NOT MERGE ANYWHERE
afd57b4fca97 : Import translations. DO NOT MERGE ANYWHERE
5afa9e752e8b : Import translations. DO NOT MERGE ANYWHERE
3adc794c2ccd : Import translations. DO NOT MERGE ANYWHERE
4189e08daeb9 : Add unit tests to WMS#setInTouchMode
00910f058f29 : Import translations. DO NOT MERGE ANYWHERE
4d89cd21acd6 : Import translations. DO NOT MERGE ANYWHERE
35380b93b4e3 : Import translations. DO NOT MERGE ANYWHERE
a5cfa6663b1b : Addressing ANR in BT-MIDI disconnect logic.
c73792c94902 : Import translations. DO NOT MERGE ANYWHERE
7cbad8a06348 : Cache IAlarmManager binder handle.
b73e26f97187 : Address API review comments
bd36a8115cd0 : Add ability for sysui/featureflags to restart android
a68b60babc24 : Import translations. DO NOT MERGE ANYWHERE
b50076d8cd8e : Remove trusted networks in SystemUI.
642b0d8cdd74 : Invoke callbacks based on back navigation type.
12efc59838e1 : Account for session phase out.
cd4c26b1e2e4 : Check that the calling package is legitimate for both enabling and disabling car mode.
b0bc20e5fc4c : Prune proguard.flags down to more essential pieces.
1f01e8107a0c : Verify PACKAGE_USAGE_STATS permission of broadcast source uid.
362212f8ad5a : Added RemoveResult annotation to RemoveUserWhenPossible call
6d94e1c20023 : Fixed service state changed event
476ffa59585d : Associate service process with DreamActivity.
d8c00a273dc7 : camera2: Add Mandatory stream combinations for PREVIEW_STABILIZATION.
81f834d4e05f : Replace StatusBarKeyguardViewManager with KeyguardViewController
84de7d53b592 : Remove idle directory in SystemUI.
a4c545a301be : Define BundleSession for MediaMetrics
ba6b756d0eeb : [Nearby Media Devices] Add a SystemApi to get information about nearby media devices from external clients.
9db8e0d20edc : Add TranscodingSession and EditingSession to MediaMetricsManager
6a8ccfa6c156 : Remove SecurityLog.writeEvent(String)
8dc937df1476 : Don't start running FP until FPS is registered
eb54e5061780 : Add API for expanded picture-in-picture
0d4aa6312abd : DO NOT MERGE DozeScreenState unregisters for AuthControllerCB
0b74c195d62d : Add role protection level to android.permission.MANAGE_WALLPAPER_EFFECTS_GENERATION
21e48cf26bbc : [DO NOT MERGE] Keyguard - Treat messsages to lock with priority
32b7c35f24d2 : Remove QQS brightness controller
f64485029f22 : User switcher - Fix broken user addition
3a0018092d58 : Fix a T -> T restore issue
7342a2c688f7 : Revert "Query only necessary columns in ChooserActivity.extractF..."
82eb8a29bb2e : Add dump to FgsManagerController
40133ebc95b8 : Add a device config to support config for bg restriction exemption
11f0b4261b08 : Clock Time Complication adjustment
573715b3a072 : Exclude the dream cutomization activity from recents.
119975a76595 : Remove QQS brightness controller
454c526e5e30 : Revert "Query only necessary columns in ChooserActivity.extractF..."
b3655d8ada2d : Security log: additional events for WiFi and BLE connections
6d3b93ae15c2 : SurfaceView: Clean up synchronized changes with applyTransactionOnVriDraw
874b11a97786 : [SharedUserSetting] fix copying for snapshot
c7c5ed7080db : [pm] remove SharedUserSetting from PackageSetting
63e99633fd3a : Exempt backup jobs for media cloud provider.
46bec838df05 : Show mic dialog when phone call is started
c3bd27ed9e38 : Define separate OWNERS file for Input
563fdf4259d0 : [DO NOT MERGE] Keyguard - Treat messsages to lock with priority
c179ec3e8649 : Carrier config for opportunistic eSIM download only over WiFi
10120266d6ef : remove libbpf_android from libandroid_runtime
6ec8855b0a32 : Delay display DOZE on LS => AOD
99589ebc0ff6 : Add getPackageName to VoiceInteractor
0b02a41c3c0e : Add a Settings.Global feature flag to toggle role holder provisioning
eb52aa2d403e : Remove tuner icon from settings button
f474524ab4d6 : Spatializer: more SysApi for availability, head tracker
3d349876fba5 : speech: Fix builder plurality
7deb60b3f393 : Use a real pkg name and uid
d80184457b33 : Fixing not responsive tiles in split shade
0af8a584b48d : API Review: CallQuality.Builder
b50567218e5b : Increase default user icon size.
5990bc702ca0 : Switch "UTC time" to "Unix epoch time" (core)
24512f91a66c : Disable failing PIP tests while checking the issue
f185c9bcd95c : API Changes needed for Blueooth apex to build
b31fe1da6f25 : Clean up unnecessary internal abstraction used by WMS
f9184d6ab8d5 : Add new intro attributes for accessibility
f7a3f3540e66 : Create a feature flag for large screen design
490d480a9508 : Switch "UTC time" to "Unix epoch time" (Location)
8d606ab2e503 : Revert "Revert "Change invalid input exception to IllegalArgumentException.""
a34f0e012209 : [Output Switcher] Extract color from album
9a8890e56bfd : Add WIFI enum value to allow collecting binder latency data from the Wifi process.
d0df97d939c6 : [10/n] Letterbox Education: don't show if taskbar education is showing.
011e10f27552 : Fix StageCoordinator unexpected onDisplayAreaVanished
b94381c5a828 : Fix grammar nit in comment.
147f2871691e : Expose EthernetManager state and control APIs.
eb33c9cb5167 : Support hwc screen decoration layer
1fa501674c70 : CloudSearch API: add the field of source to SearchRequest
f957ea741374 : DO NOT MERGE: Downbranch don't need this adjustment [Output Switcher] Keep the check for single device of add button
3200f4216bb0 : remove libbpf_android from libandroid_runtime
1b75bfcb3fb7 : Add NEW_TASK flag to intent if metadata matches
10e966feb1d9 : Clean up the legacy split screen (4/n)
fb55ddd34fd5 : Replace qtaguid_deleteTagData with java implementation
741f63b4ecc9 : Fix drag shadow does not render on screen when perform drag (1/2)
8bf391e40511 : Remove KeyValuePair logging
8301da241b0d : OWNERS for ViewStructure
207cd287a17f : Defer LOCKED_BOOT_COMPLETED and BOOT_COMPLETED broadcasts.
6364f5dadb5d : Revert^2 "Add parameter annotations to createVirtualDisplay"
a343cdb58e1f : Revert "Add parameter annotations to createVirtualDisplay"
c83d94015ac5 : Rename resetNewUserDisclaimer() to acknowledgeNewUserDisclaimer()
ed82a4f875a3 : Expand comments for READ_NEARBY_STREAMING_POLICY
80159d3ed22f : Fix content insets calculation error when taking task snapshot.
f04d752fec02 : KeyguardManager#isDeviceSecure()
b5fcb5a11cf9 : Fix duplicate package name output.
59594bee0eaf : Monitor add callback uniqueness.
c38e51f6f260 : Update path to Bluetooth OWNERS file after repo migration
56167f56143a : [MTE] Fix app_default property.
1ce46f750abb : Add ability to make SyncFence from EGL
1f15fd36b977 : Fix pip fixed-rotation with shell-transitions
17a4a4e2ff44 : Fix a bug where after the client calls startConsentActivity(), the framework is not loading the test activity as expected. Add permission to shell for cts test.
7043659eb4a8 : Correct package installation behaviour in GameManagerService
247a05966231 : Makes acknowledgeNewUserDisclaimer() a @TestApi
3bb6ce2bc761 : [12/n] Letterbox Education: relayout but don't update surface position when bounds change.
d5861c1b2ee2 : Fix crash when overflow is selected and last bubble is removed
c7be2a51bb5b : Use a real pkg name and uid
2e0cba87dd0c : Explicitly mark receivers as RECEIVER_NOT_EXPORTED
c25f2bc9f7e5 : Update VsyncEventData use in JNI event receiver.
5bc56484a352 : Use a real pkg name and uid
2d535bf2afc1 : Check for fixed permissions when restoring notification permissions
bbf8725c7d94 : Revert "Revert "Flip flag for clipboard UI""
935e33f41671 : API to destroy active detectors
2f7b2d5f9424 : expose HAL keyphrase trigger extras to EventPayload
6b6d178bd6ad : expose HAL keyphrase trigger data to EventPayload
a96a6df15625 : Add more docs per API council feedback
1feb56be880a : Add parameter annotations to createVirtualDisplay
c9bc9adfd7da : UserManager.getProfileType hidden API and caching
c292eff31f6b : Remove QSDetail
e35ff257bea5 : Include error logging for investigation on pushDynamicShortcut
25c92d9205a0 : Fix defer-display-removal logic
5dd40ba67d89 : Revert "Revert "Revert "Turning on flag to enforce dynamically registered receiver requirement of specifying one of RECEIVER_EXPORTED and RECEIVER_NOT_EXPORTED for non system broadcasts."""
705622a8be51 : Allow dream previews to be called with only the component name.
8d68f1d00f20 : DozeScreenState unregisters for AuthControllerCB
725a9a5f1e49 : Show msg in bouncer on weak biometric timeout
70190ee1386e : PIP: pass grant focus token to focus requests
663abefa00a7 : Modify the documentations for the UI template APIs
cfa26a0ae730 : Fix the empty selection issue when onCreateActionMode returns false
5e57f64c1b6e : Annotate dump methods with @NeverCompile [5/5]
5593099fc00e : Fix the empty selection issue when onCreateActionMode returns false
9639cf8dc9ba : Fix keyguard icons aligned to start
5aad4e47a041 : Add OWNERS for SyncFence JNI
4e9686f9d8c8 : Making EthernetNetworkSpecifier public
3c22236cdad6 : A overloaded API for downloadSubscription with portIndex for LPA
b9fae5bd258f : Add flag for simulated docking.
58836c9106eb : Allow overriding conditions for Conditions Monitor.
115132dbaa12 : Switch "UTC time" to "Unix epoch time"
86bfcbd5cd80 : Use colorSurface for toast backgrounds
6d9d8172145b : Clean up after test
51b62b9cb5b4 : Remove enum type Interpolation from displayconfig
5b894f54d74e : Avoid autoboxing.
d119788b19d9 : Revert "Change invalid input exception to IllegalArgumentException."
9acf12b37c63 : Improve compaction to abort when system changes to awake state
cbb6b2be373d : Improve compaction by skipping bad VMAs instead of fully bailing out
eb69f2ead7a3 : Fix for compaction bailing out when MAX_RW_COUNT bytes are sent to compaction
6200973f15e6 : Use fullscreen user switcher if available
f0404bd4c3cc : Scribe for View: handwriting initiation for unfocused
6550a928108f : (Resubmit) Read "showClockAndComplications" metadata.
91f91d7ae38c : (Resubmit) Move dream metadata parsing to framework.
0e02392d094b : base: add perfetto owners to tracing directory in base
eabd21201eaf : Remove unnecessary permissions from Traceur
717630686169 : BootReceiver: drop code processing dmesg, employ dmesgd
788b5b8c0833 : tracing: add instrumentation for tracing service reports
f76f12f34de7 : Always show the DPM locked by admin message
6c5ebb36d8f6 : Support multiple dark tint areas in status bar
6125331ef2b4 : Make distinction between null and empty IM list.
c5dafe7ea436 : Expand javadoc for Build.VERSION.KNOWN_CODENAMES.
697b20fde79a : Let top app can override insets behind notification shade
aad70e98831c : Camera: Add mirror mode in OutputConfiguration
130228bfe00e : Promote Slog to @SystemApi(client = Client.MODULE_LIBS)
d1528caffc65 : Block camera access for apps running on VirtualDevices
70a8f68db5df : Add a new install-time integrity formula type to check the lineages of the app certificate.
b56e31385e57 : [Media SASS] Unregister the muteAwaitConnectionCallback when the Entry stops.
8f24d1b61707 : Configure power menu grid
ded4a734d163 : Add SystemAPI to override default media output switcher
b168150bb4fb : Move up activity type method to general container
a4f2700eba2e : Don't suggest top-level owners for changes in apex/.
a42f760f264b : Add null check when checking clipboard actions package
36062332066f : In repeat callers, record tel: URIs separately from other people strings.
fd500e7bb13f : Revert "Move Scheduling system service into apex manifest."
7aa5cfb43303 : Update definition and loading of host libandroid_runtime
2a016160326d : Remove unused keyguard code
a0de7ad66367 : Decrease threshold for a consecutive UDFPS attempt
599f535b1bde : Fix typos
c496554d12c1 : [SUBID01-0]Grow NetworkIdentity to include a new mSubId field
2377082f9b4f : Close dangling cursor
1e4f539091e8 : Pull the media capabilities metrics only for TV devices
5bf28506d35c : Do not obtain unused Parcel
00209d94fcda : API to show autofill dialog.
dc88b241d3df : Recycle obtained Parcel
95eae919acbe : Recycle obtained TypedArrays
be93dccccde6 : Recycle obtained TypedArrays
1859e347b480 : Recycle obtained TypedArrays
4407d1f38399 : Recycle obtained TypedArrays
32947847dd12 : Recycle obtained TypedArrays
bfbc97b16b15 : Recycle obtained Parcel
3ba2d18ceb0e : Recycle obtained Parcel
e854c600b59f : Recycle obtained TypedArrays
fcd877162f22 : Deny supplemental processes access to blob store.
55b2bc4bd26d : Recycle obtained TypedArrays
0a19db4500ad : Recycle obtained TypedArrays
0ebfffb8976d : Recycle obtained TypedArrays
842a2cbeb0e2 : Recycle obtained TypedArrays
19011cee7e09 : Update AOD/Doze documentation
452ab99df938 : Block network access in Low Power Standby
38067cc1c40e : Add traces to latency sensitive points
3bbed27849c0 : Fix PIP keyboard test
a968c3b109ee : Expose EthernetManager state and control APIs.
250a970001a9 : Reduce unnecessary invocation of pokeDrawLock
df5e4b2e40bc : Fixing color hints adjustment on live wallpapers and lock screen when wallpaper is dimmed
89becc4c2bf5 : [8/n] Letterbox Education: display education only after starting window is removed.
41466ea48986 : Supplemental processes don't get external storage.
794d2108543c : Split out the ipsec API surface and use framework-connectivity-tiramisu
77ccd9ec414c : Apply READY/FAILED to non-staged sessions (12/n)
97b59a72fad2 : Verify cross-uid activity embedding
d21447ccd299 : Add Cross-UID ActivityEmbedding trust model APIs
6f55afd4e71f : Correct Typo in CarrierConfigManager introduced in b/197992603
49c0582b4773 : wifi: refine API: notifyCountryCodeChanged
a39fa7492358 : Create BackEvent interface for back navigation parameters.
ba29cdb63e1d : Enable to add ComponentCallbacks to Activity
7d2761e46511 : Fix divider animation and wrong split bounds
6cdf3748abe8 : Fix javadoc rendering
dbff797132db : Temporarily disable user consent check
07e705052aca : Revert "Revert "Revert "Revert "User consent for Logcat data access""""
b76721bb52d6 : Expose VpnManager events API
8f2ae0b7b1b2 : Minimal test IME with Stylus HW support
070f7b67e890 : Fix IMS#onPrepareStylusHandwriting call
b5336601259d : Avoid leaking Activity from OnBackInvokedCallback.
6ed8558bdb25 : Added a VTS test to validate the schema of uuid config xml
804d637c36a3 : Remove the long-running FGS exemption with bg location access
f45b47964d09 : Audio Injection respect Enterprise Policy
69cf28591c2e : Implement VirtualAudioDevice API
c6e6c51902f5 : Changes PM so apps are not installed for pre-created users.
70fd00bf2f69 : Changes PM so apps are not installed for pre-created users.
b4ffbd0d3b79 : Compute SHA256 digest of binaries asynchronously post boot.
c05df41a4114 : Rename AoD to Aod
550bf1b8d6e8 : Adjust TestHal.java to the updated PointerContext
2f37fabe8c6a : Remove @hide usage and fix NetworkPolicy backup
a683ab79ee0d : Wrap short shelf width to icon count when less than lockscreen max
3b79889dfdfa : Address API feedback and CTS on cloud devices
91a630b912b0 : Hook up fixed-rotation logic to shell transitions
947b28250bf9 : Backport showBackground animation API support
fff9ec21bcee : Use isProfileable rather than privateFlagsExt.
861c7e5da8b8 : Protect SID and NID in ServiceState with coarse location permission
47ceccd912a1 : Handle setAllowedCarriers() with empty list of carriers
623cf543a8ec : Fix cert-dcl16-c warnings
41568351731c : Move binder calls off of the main thread
9c3342f98dcf : Security Logging: log password change events
546f24294bab : Allow holders of android.app.role.SYSTEM_SUPERVISION role to be set as a PO after the device is setup.
6ceeed4fdd22 : Allow MediaCodecs to be created on behalf of other client processes.
73e0689d8a78 : getDisplayDecorationSupport: return more detailed info
406e0f655387 : Migrate frameworks/base javadocs references to androidx
8f3f42fba07f : Revised API documentation of Context and ServiceConnection. See b/213625234.
1400c7a35f78 : [Media SASS] Choose the correct device icon based on the device attributes.
bc8c6790931b : [Media SASS] Display about-to-connect device names in the media player device chip.
0a1100e6bcc0 : Use ro.build.version.known_codenames sysprop for KNOWN_CODENAMES.
929c8cdc71e0 : Don't cache mIsUdfpsEnrolled
89db7469f65a : BG-FGS-start while-in-use permission restriction improvement.
37791651fbf8 : [MTE] Allow to specify default MTE mode on system property.
601d3e82abaf : Fixes some DPM APIs to use the context user.
f89b116ff4c9 : User switcher - Manage users
2f1324ff70c2 : ViewRootImpl: Resilience for applyOnNextDraw
b0164b346b7f : Enable new footers flag
2738294d2ca7 : Add permission MANAGE_WIFI_INTERFACES
472ba5c869a1 : Add Low Power Standby firewall chain
c7d16d6fc88f : Defer low priority jobs in poor network conditions.
205af35b52da : Update KeyguardIndicationControllerTest
be22a43c9e9e : Adding a normal permission for exact alarms
bb287ae2d7f5 : Use property instead of meta-data for primary CDM service
31165b1aeafd : Revert "Revert "Revert "User consent for Logcat data access"""
be76cce84832 : Revert "Short term fix: Allow native processes for Logcat data access"
130738f15ca6 : Handle supplemental UIDs in package/UID verification.
2f5d6ec11e12 : Add supervised user support
3ef3f58c9862 : Added API to set active assistant UIDs
44d67194c27b : return null for requestEnabledProfileForPort if no profile enabled
9fbebce28205 : Fix small bug in DreamOverlayService destroy.
661523395762 : (TouchMode Permission 2.6/n) Revert Instrumentation#setInTouchMode
d26814a018ef : SurfaceView: Don't reparent SurfacePackage on release
77cbb96034c7 : SurfaceView: Synchronize add/remove SurfacePackage with VRI draw
449e06dffc47 : SurfaceControlViewHost: Basic child window support
3021dae9b2e8 : Revert "Merge "BG-FGS-start while-in-use permission restriction ..."
cd5953fad014 : Add support for library names.
5ed5e86ce8ef : API to get the device manager role holder package name
aa77a5d07751 : Add remaining DPM constants
77dff60b1b00 : Disable flaky tests
86d226366ab9 : Add information to grant permissions intent for continue messages
026c7ac01f8a : Expose prefetching strategies to services
02416de354ed : Ensure that TextViewActivityTest still pass for the new system toolbar.
b91b008eae1e : Fix fgs_footer layout params
27378ee36853 : [Media TTT] Add app icon and name to the receiver SystemApi.
cf293657bf65 : Fix bug where shade is infinitely squishy after wallpaper change
d2adae5b5d8a : Fix bug where shade is infinitely squishy after wallpaper change
ccfec2282243 : Start supplemental processes in new UID range.
10aa9fd06f49 : Make isCallerSameApp() correct for supplemental processes.
6dfaa935c41b : Update matchesCallFilter guidance to recommend tel: codes
442bc2b28d0c : Use config_imeDrawsImeNavBar
1256b08bb3dc : Make Light Doze timings deterministic.
7e556aff1356 : Allow android.media.audio.common.types to car apex
0206268a1224 : Safer @hide Bundle.getParcelable() with explicit type
ab37645623c5 : Remove unnecessary OS condition check
f91696e2c3c4 : Adjust base/native/android OWNERs
0815ba23ffb0 : Fix full draw power usage increase issue
d9101cda9762 : [MS55.1] Move NetworkStateSnapshot into module folder
65c67aa0896d : Remove config_additionalSystemUIServiceComponents
f727dbbd9e43 : Remove config_systemUIServiceComponents from SystemUI.
515bbcf6aa33 : speech: Connect on model check/download trigger
747d11f37f5e : Add rotation history in dumpsys
278773d0ce9d : Fix potential exception while pressing volume up and volume down
ba76d15b9d0d : [DU03-4]Add NETWORK_STACK Permission check for NetworkStatsService API
571e216af524 : [MS70] Have BatteryStatsImpl use the public NetworkStats API
e20a754bdf84 : Fix setLongField -> setIntField
b03e35798091 : Change invalid input exception to IllegalArgumentException.
1aaf191972dd : Update javadoc for set/isForceConfirmation() in CDM
577319e162fa : Remove BT hidden APIs calls from power tests
9e7a15f0ac7d : Remove low-hanging Dep#get from sb.phone.
b76564ede73b : Hold lock when start pending transaction
c5c04b20a3dd : Add entity uri field to Eab provider
e4d4cbd55f69 : Expose UserManager#isProfile as a public API
91b3abcbcc86 : protect ACTION_PROVISIONING_COMPLETED
d0f68250f769 : Correct typo in the year of copyright
3c7d5f77db0b : Clean InputMethodPreference icon logic
c95bc4d69a72 : Run flicker tests 3x
aa15e1cc90e5 : [8/8] Use PresenceController and AppController in CdmService
404141fefd93 : audio: add Bluetooth LE Audio broadcast device
ad3ea991f695 : Do not compact animating persistent process
2741811ed708 : Make wifi permissions public
3f7b02d82643 : Update activity visibility for all users
f4ed441e180d : Allow dragging to launch multiple instances of the same activity
53503813b75e : Allow core tests to use hidden connectivity API
4838c7cac964 : Exclude the bg battery usage for apps with access to fine location
8ddcda8bec75 : Don't prompt on bg abuse if the app has a FGS with notification
54a4a1d5e011 : Add missing tests for filtering routes
e1db351bfb9e : Rename LOCK_STATE_ALWAYS_LOCKED to LOCK_STATE_DEFAULT
ed6be4418919 : Move the default configs in AppBatteryTracker into resources
e1217fdd9dfb : Track the battery usage in different dimensions in AppBatteryTracker
7e34f92ab2c9 : Address API review feedback
58fff8488b20 : Remove BatteryStatsHelper and BatterySipper
992d488c8122 : Move mobile stats calculations from BatteryStatsHelper to BatteryStats
19758a38a4f8 : Fix BatteryStats counts foreground activity time.
107b9413a6a2 : Add accessibilitySessions to InputBindResult
8cb76d59ae3d : Add FLAG_INPUT_METHOD_EDITOR to a11y
fb17e5ae7a9e : Allow a11y services to enter text via the path IMEs use
4a61a8808f9b : Add MeasurementCorrections AIDL HAL (framework/base)
2dab4ea35bf9 : Guard TvInputManager#getClientPriority()
10c3153b2624 : Revert "Use SetProcessProfilesCached in android_os_Process_setProcessGroup"
5c5b682b6d3b : Add system_server to net_admin group
6d4120d4dc51 : Un-finalize IpSecManager
011e4f8f887f : Revert "Flip flag for clipboard UI"
e58dd9dd51ad : Avoid cutting off AVD on splash screen.
e41e04bb8cb9 : Security fixes for PendingIntent related apis in LauncherApps
c54faf3e691b : DO NOT MERGE: WM: Call Transaction#sanitize
d1de60acda2f : DO NOT MERGE: WM: Call Transaction#sanitize
6310f4d578ba : Add new API windowSplashScreenBehavior for declare splash screen style
0329922cec74 : Un-finalize IpSecManager
f0e136a5db88 : Changes the name of the live caption APIs
07308085efb6 : Add Process.toSupplementalUid to @TestApi
c9be4eb99423 : [MTE] Respect persist.arm64.memtag.default for system server.
291dc44ee940 : Improve broadcast tracing
f698bf366eb6 : Let KEYCODE_SYSRQ could be consumed in app
b9e21f719e57 : Handle supplemental process uid range for uid-based PM apis
ab085b279260 : Adds OWNERS to com.androd.util.Dump*
f8f605c44e40 : Add query API for apps to check the event status. The detection service sends back the response with a status. Add client API for apps to start the consent activity.
706703d665e8 : Convert dumpsys batterystats --checkin and --proto to BatteryUsageStats API
4a463aaab826 : [7/n] Letterbox Education: add enter/exit animation to the dialog.
b32f2e76a55e : Add entity uri field to Eab provider
4c958ed59618 : Making EthernetNetworkSpecifier public
a286e2fa7fc6 : Revert "Flip flag for clipboard UI"
97c392aa7b98 : Revert "Flip flag for clipboard UI"
5b3d0eef2812 : Do not repeat doze amount callbacks
aeca7c379320 : Update ActivityId to implement Parcelable
13ca5df169b2 : Add ASensorManager_getDynamicSensorList.
3eac8a8c20a3 : Make HFP Client NetworkServiceState broadcast protected
bb7c43d18475 : Remove the (deprecated) isOpaque parameter when making SkSL shaders
3048dbaac51a : Add setting for device docked screen timeout.
8daa920d2dab : Fixes OWNERS on com.androd.internal.util
e02b35a50ed6 : Update messages with IPCs on a bg thread
2e21b11a25b5 : [Media TTT] Use the app's package name to fetch the icon content description.
bfa7f8af0a0c : [Media TTT] Use the app's package name to fetch its icon.
2d6097698da5 : [6/n] Letterbox Education: add window manager and connect to controller.
ef3f660d722d : Log assistant notification cancels accordingly.
cf7f1c890e72 : Revert "Revert "Turning on flag to enforce dynamically registered receiver requirement of specifying one of RECEIVER_EXPORTED and RECEIVER_NOT_EXPORTED for non system broadcasts.""
817d2df3a73d : Update BrightnessTracker to use same sensor as ABC.
d04be1df3ce4 : Fullscreen user switcher
9b72ac84171d : Update QSDndEvents
b74dae92a8b2 : Transition NotificationInterruptStateProviderImpl to use NotifHeadsUpLog LogBuffer
629526daa745 : Preserve line number information in Proguard config
3e084b0c43c1 : Instant app uninstallation fix.
0504e561d615 : Refine system-server Proguard config for shrinking
3d0db6a08b15 : Fix NPE in NetworkPolicyLogger.networkBlocked().
89f7b91150c5 : Add IGnssAntennaInfo AIDL HAL (frameworks/base)
810cb921722b : [Media TTT] Update window title name.
b89cbc6f05af : Introduce config_imeDrawsImeNavBar
4f24757202c7 : Fixed documentation typo on TextAlign getter and setter methods - Reported on http://b/216852542
8bd5e74cda40 : Adjusting top margin on split shade lockscreen according to specs
e12e51892aee : Add gatherPendingTransactions in BBQ
7ed4be8e9190 : Set the auto restricted standby bucket on bg restriction OFF by default
3fc98d5ebdeb : Allow VPN apps to ask for running the validation checks
3c5dea3fe486 : Adds OWNERS to com.androd.internal.util.Dump*
aa2a4852e4b2 : Revert "Short term fix: Allow native processes for Logcat data access"
872b868f2de5 : [Media TTT] Flip flag to true.
8fa71de8eca2 : Fix conversation group spacing; keep stack to 120dp
1574f7928739 : Split inheritance structure between OpenAppFromLauncher and OpenAppFromLock tests
5230f95d5f9e : Revert^2 "speech: Allow long speech sessions"
b85d6f1ad4bd : Remove fass assertions from tests
fabb749d64c5 : Add a binder cache to ILockSettings#getCredentialType
0f5539b84ade : Ignore flaky ApexSystemServicesTestCases.
5a68f5cd91bd : Add default theme for flicker test app
4612f3c1c145 : Revert "[RESTRICT AUTOMERGE]Only allow system and same app to apply relinquishTaskIdentity"
b05beb460ed8 : Migrate NetworkStack modules to use modules-utils
cd8994f492cf : Fix full draw power usage increase issue
23e4f46c1a4e : Have FrameworksVcnTests access hidden API
4b7a914b022d : Add logic to support custom error messages from DPM APIs
50258bff0a80 : Avoid animating keyguard views if they are centered during unfold
0308a9659bdc : Add EXTRA_USER when sending broadcasts used by managed provisioning.
d95d2e7369a6 : Display grant trust messages on the lock screen
22bbc3599688 : Ignore duplicate keyguardGoingAway request.
f7e1ea043f7f : [Output Switcher] Add new check for BT device and apply the ranking
5eedf5a37343 : Keystore: Surface service error message
112a5c9fa4a8 : Removed unused getCodecName in tests
585ce26c077f : Modify bindSupplementalProcess parameters
5696b4de3724 : Expose Activity#startActivityForResultAsUser as a System API.
9422f2076d73 : Add myself to Keystore owners
0580abcc9acf : Create framework-connectivity shared filegroup
05bba3894238 : Attach the nav bar for stage split
5968400839ab : Remove @hide usage in DataUsageUtilsTest
19ee06dbeb5b : Fix multiuser CTS tests
95b018288b45 : Delete NetworkStatsFactoryBenchmark
bf5b7b2dd392 : [5/n] Letterbox Education: update the dialog layout.
821378695467 : [RESTRICT AUTOMERGE] Make thresholds tuneable in the ddc
6b2d0885cb1c : Revert "[RESTRICT AUTOMERGE]Only allow system and same app to apply relinquishTaskIdentity"
66760b299b81 : [MS53] Add connectivity aidl exports to stubs
f2d4787451c8 : [RESTRICT AUTOMERGE] Do not resume activity if behind a translucent task
2ac0a6c4f5c7 : [MS55.1] Move NetworkStateSnapshot into module folder
23ffbdb7a879 : Replace mPendingRemove with hierarchy deferred removal
e383db25fc4e : Add new tileService attributes for accessibility
78c2f30bff29 : Update status bar height in rotation params
2a017cdc0898 : Guard VirtualDevice#close by permission
72f590464fee : [Output Switcher] Refresh list when data set changed
d8152bdd1007 : Support independent seamless rotation with shell transition
48ea66f50ff1 : [MS68.3] Address comments at aosp/1958144
c8ae608fec07 : Add source owners to test owners
64d96eba959a : Make getSplashScreenStyle public.
43b8bcc01474 : [RESTRICT AUTOMERGE] Do not resume activity if behind a translucent task
790b9de7fb74 : Stop allowing nonempty tokens/secrets in "am unlock-user"
2eebb7dd3fe0 : Release locks when closing.
20303e05bf73 : DO NOT MERGE: WM: Call Transaction#sanitize
8a40a85202a0 : Fix typo
e3ce6a703c3b : Remove restricted icon
ffa81f86ba8b : Add setDataSpace SurfaceControl API
40c505226f51 : Revert "Revert "Revert "User consent for Logcat data access"""
b090c961ee55 : Change HeadsUpManagerPhone to use VisualStabilityProvider
87d4c529e064 : Update VPN event strings for the IKE lib update
372e89d293b9 : wifi: Fix unit test error
433468ed0bbb : Fix CTS failure caused by ag/16284012
0860f1b1b994 : Add Provisioning bundle for indicating if MMTEL/RCS provisioning is required
893cc9403678 : Add public API to ProvisioningManager for IMS/RCS provisioning by updatable provisioning app
5e08b377866c : ImsService Subscription Notifications
e5c38399ec25 : (ImsService API changes for Better IMS Threading) ImsService to execute binder calls in Executor.
4c3248c4b0c5 : Enable short shelf for split shade
37cffa5cc72e : Revert "Revert "Revert "User consent for Logcat data access"""
761d4a0ccf95 : Revert "Revert "Revert "User consent for Logcat data access"""
fc859eed709d : SurfaceView: Remove blast debug flag
9021bde419cb : Camera: Add support for timestamp base
e5ae1783f8ce : New API: DumpableContainer.removeDumpable.
4d28f3f89de2 : Make IRemoteAnimationFinishedCallback oneway
fcf8e12239e6 : Improve MediaRouter Javadoc
7e84bdea745e : Add TYPE_HEADING sensor type to PackageManager features.
f99f3253a118 : Clean up HeadsUpViewBinder logs
a976dab41441 : Adding feature flag for MEP APIs
def88888a73d : Add TelephonyManager#rebootModem API to substitute TelephonyManager#rebootRadio.
01c175fca2e1 : Add SafetyCenter permissions
c83a132727bb : Check exceptions and null values when creating InputWindowHandle in JNI
cca4059356f8 : profcollectd: register callback to wait until ETM is ready.
21d16aecd779 : Add new config and API for QuickAccessWallet features.
4123449e16a4 : Remove DeviceCalculatedPowerBlameUid and DeviceCalculatedPowerBlameOther atoms
b19cc07516a9 : Short term fix: Allow native processes for Logcat data access
17fc60d0f219 : Refactor AudioTrack JNI stub
ff6edfb8cb0d : Add Flag for new QS headers
5e4c395cdb31 : Guard TIF vendor extension APIs by new permission
79e6ecfbf1f5 : HwRemoteBinder: fix race for concurrent binderDied
e04723f178fe : Revert "Add API for cross device calling."
de16f7176ffd : Roll forward "Show error dialog if activity is blocked from streaming"
f6bac19c7f7c : Add content descriptions for accessibility
d343f9f76a29 : Introduce LiveData for CDM Activity and Discovery
d5abccff3c61 : BG-FGS-start while-in-use permission restriction improvement.
8d7127506073 : Adapt shell transitions into legacy remote animations in systemui
dda3283ccc0a : Partial Revert "Update the following fonts NotoNaskhArabic NotoNaskhArab..."
8f368c53585d : DO NOT MERGE Fix issue with bubble stack & bubble data expanded bit being out of sync
638c1cbbf6dd : Add new intent action to show all work apps
855548719d48 : Disable per-process app class to investigate
8b077f0866ec : Revert "Enable notification permission feature"
cd49383e17b0 : Revert "speech: Allow long speech sessions"
d68c626be06b : Put security footers in new footer
7394063883e7 : Implement correct dimens for new footer
36cfdfa9bdad : Fix ACTIVE/EXEMPT quota calculation.
8541605857fc : Home Controls: Update controls ui for sysui.
16c1aedbf383 : Adds OWNERS to com.androd.internal.util.dump
9884f20f9336 : CEC: Modify Standby Mode Handler
5bf89553f804 : Null check AndroidPackage in checkPostNotifications
19de4ae15e9a : Remove unnecessary call to flush trust manager
28d5cae7c72a : Add "Frozen" process state to the dropbox headers.
38c191d6c695 : Avoid connecting the device again when the device is already connected
3747c15a6514 : New Pipeline: Fix some feature flagging
a75676fdfb1b : New Pipeline: various migrations
5d14cf98465f : Update fingerprint error strings
93fdf4dd29ed : Adding metalava team to OWNERS to be able to disable metalava checks that will break platform build.
cfd53d2cb16b : Always update userId when updating bypassDnd
556dfd8e5bd7 : Revert^2 "Enable notification permission feature"
2ecbf1eff2e2 : Fix display javadoc params.
9cd2358c94f3 : Stop shadowing DisplayDeviceConfig.
022c04c95852 : CEC: Modify Standby Mode Handler
037a571d7f08 : Slightly tweak the lockscreen split-shade expansion timing.
220a254e024b : Replace comments with @GuardedBy annotations.
5b6150c9066f : Add hashCode method to BrightnessReason
a246b947d469 : Add null check for mNavigationBarFrame
1d2653febdb2 : Remove the concept of TOUCH_MODAL from input
2b5059fda74e : Invert some InputConfig flags to simplify default behavior
fb1e57ddce45 : Introduce WindowInfo::InputConfig flag to control input behavior
13d998f6dd52 : Marking test as @Flaky
7934a69c3af5 : Update APP_TRANSITION_STATE for Shell transition
2073a5e858e5 : Give CompanionDeviceServiceConnector its own worker thread
210e9719844f : Show volume bar when BLE device's volume is changed
cd8cdf3c007b : Make timestamps of notification related events a bit more accurate.
b5e914a343b8 : Delete DhcpResults from frameworks/base.
014dcb623bde : Support data profile merging
7940ad02a778 : Revert "Enable notification permission feature"
9d38863430d2 : Removing redundant brackets
fb420a60a43a : Expose MATCH_PROXY as a module-lib API.
aecf72e4d46e : Add setPollForce to module API
92b2792a7cda : Move networkstats JNI to connectivity module
a8f1f762ebe8 : [MS54.1] Move NetworkStats to updatable sources
937076ef1214 : [MS62.1] Start NetworkStatsService from the module
e839e63d214e : Remove @hide usage and fix NetworkPolicy backup
8c67bb002a03 : Delete NetworkStatsFactoryBenchmark
3a11e3e22c3e : Remove @hide usage in DataUsageUtilsTest
603c4fa739b8 : Allow core tests to use hidden connectivity API
7388cdfeb683 : Remove legacy check for reversed ZWJ emoji sequences.
5255532157be : Query only necessary columns in ChooserActivity.extractFileInfo().
5f459046caf8 : Add TYPE_HEADING sensor type to sensor framework.
c5e09d4b01eb : Fix the accounting for background battery usage of abusive apps.
c6481c5fda0c : Add limited axes sensor types to PackageManager features.
69ddbe8d230c : Added API to set assistants UID.
a2027d5bba68 : Import translations. DO NOT MERGE ANYWHERE
d77e32da004a : Import translations. DO NOT MERGE ANYWHERE
7c3f17862e3a : Import translations. DO NOT MERGE ANYWHERE
ecbec2f4aa13 : Import translations. DO NOT MERGE ANYWHERE
1f4adf67ed4a : Import translations. DO NOT MERGE ANYWHERE
55195354d93e : Import translations. DO NOT MERGE ANYWHERE
e4994c652f8e : Import translations. DO NOT MERGE ANYWHERE
41fec2ca5a26 : Import translations. DO NOT MERGE ANYWHERE
f01eadee9fd6 : Import translations. DO NOT MERGE ANYWHERE
798541ed6c7a : Import translations. DO NOT MERGE ANYWHERE
c0bb5003a52e : Import translations. DO NOT MERGE ANYWHERE
722d7a9d402c : Import translations. DO NOT MERGE ANYWHERE
51db0dd6bbec : Import translations. DO NOT MERGE ANYWHERE
cb74a6178403 : Import translations. DO NOT MERGE ANYWHERE
f73792bef3ed : Import translations. DO NOT MERGE ANYWHERE
964d06032e99 : Import translations. DO NOT MERGE ANYWHERE
d194a4cfbf7f : Import translations. DO NOT MERGE ANYWHERE
5415c5f7cf7c : Import translations. DO NOT MERGE ANYWHERE
1024bc315888 : Import translations. DO NOT MERGE ANYWHERE
05e8640ad229 : Import translations. DO NOT MERGE ANYWHERE
4b0c36c3296c : Allow updating enterprise drawables in settingsLib
3ffc33b6c07c : Import translations. DO NOT MERGE ANYWHERE
22c3adf8b2ca : Import translations. DO NOT MERGE ANYWHERE
52a6ad7ca060 : Import translations. DO NOT MERGE ANYWHERE
594c2fb72bbb : Import translations. DO NOT MERGE ANYWHERE
bdc3f0fef088 : Import translations. DO NOT MERGE ANYWHERE
62bcafb36c8b : Adds a method to track camera usages
0483cd67e143 : Import translations. DO NOT MERGE ANYWHERE
d2087e77813d : Add fence support in ImageWriter class.
5f886ed433a6 : Correct Typo in CarrierConfigManager introduced in b/197992603
22e0d342be8f : Add hidden flag for SysUI to control the return drag animation
a06ea9df7244 : Asynchronous notif pipeline evaluation
b1bcec9c7d3a : Remove HardwareAuthToken parameter from unlockUserKey
025b9e5cebaf : Add compatibility back callbacks.
5b3d7a7c3c04 : Camera: Add support for client requests&results when using extension sessions
a19a26fafb7f : Changes the interpretations to icon vlues
51f72b15d1cb : Marking eth network management APIs @SystemApi
d78a9719dd3d : Marking eth network management APIs @SystemApi
392c84af2c14 : Add pkg visibility checks to all hibernation APIs
fb28bafdef35 : Remove Dependency#get from qs.external.
10c73d6b4870 : Fix build warning about permissions for startActivityFromGameSessionForResult.
d9b18355771a : Reduce cost of FooterView#showHistory
be91b4287e81 : Adds test for DumpableContainerImpl.
65ce82ee56e8 : Adjust where TransactionCommittedListener lives
4edacf6de151 : Clean up warnings and fix improper locking in InputManagerService.
e6f17feb776f : Ensure SubscriptionPlans can be removed
2eea07021e1a : Changes Activity to use Dumpable for "legacy" cases.
1d5f34a955c4 : Camera: Add automotive metadata section
5ec2b572eb8e : Add some top-level OWNERs
6534424c2fad : Fix notification drag and drop flag
143db55921dd : Add a new API to let app installer to flag package source.
dcdc3e32724a : Enable notification permission feature
6207fc138f59 : Add identifier for EmbeddedWindows
62df8ad0938b : Make setRecentsScreenshotEnabled public
b1fcb76cc7ab : Send the new UID along with ACTION_PACKAGE_REMOVED broadcast
64aa6b84b692 : Use InputProcessor instead of InputClassifier
6ce44c47fe81 : Revert "Prevent onImageAvailable from being called on stale listeners"
ea4dbac40a5e : Revert "Prevent onImageAvailable from being called on stale listeners"
684f5a51b41b : Remove instances of identical operands in binary expression
f29f7a9ff7db : Enable config_notificationToContents by default
3cc84d0caa1d : Use Arrays.equals when comparing arrays.
573d22a90c68 : Remove self-assignment from AutofillManagerService
c92adae8a3a6 : Fix formatting string in PolicyVersionUpgrade
16451b0b8dfd : Use Arrays.hashCode in EventIndex hashCode()
400ea8828105 : Use correct contains method in PermissionManagerService.
5c97595aafa5 : Avoid catching AssertionError for actual failures.
2e7197c2ae0a : Fix possible NPE in DPMS.
010aa30bc459 : Fix erroneous self comparison in KeyValueBackupTaskTest
2f0319eddbb0 : [MEP] Add subscriptionId as intent extra to a resolution intent.
fe8807950475 : Fix IGameSessionController permission passthrough annotation.
f21d2115594e : Enable IMS#canImeRenderGesturalNavButtons() by default (2nd try)
a2fc23da7f92 : Also require IME visibility in isImeRenderingNavButtons
bf122b9f946d : Have both NAVIGATION_HINT_IME{,_SWITCHER}_SHOWN
0b37e0b7520a : Remove code for centering an icon in the SB
2a8ab4778297 : Remove HardwareAuthToken parameter from clearUserKeyAuth
6b220a95e9bc : Remove HardwareAuthToken parameter from addUserKeyAuth
3654b097b179 : Don't pass HardwareAuthToken to unlockUser() in non-SP verifyCredential
2dd97def291b : Remove non-SP based setLockCredentialInternal()
2e10d6394a32 : Remove HardwareAuthToken support from FakeStorageManager
27a354bf40f2 : Add API to hide cursor for virtual mice
e4368e19b85a : Modify Smartspace UI templates APIs.
5a175d8a4aac : Unhide API setAllowedNetworkTypesForReason and getSupportedRadioAccessFamily
fe59c4de423c : Add background blur activity to silkfx
0d9bcf1ea0d2 : RouteDiscoveryPreference cleanup
dfcc9a7ffe12 : DO NOT MERGE Allow keyguard_message_area_container to be null
445c5f24a2ec : Expose IBackAnimation from Shell to Launcher.
ee64ba58c7a2 : Added Cooldown Mode global
3a29070961f0 : Add constant for SC V2.
e38fd07f0a4d : Updating iccCloseLogicalChannel API
ecfb379e5ed9 : Do not relayout when changing to Marquee
51dfd53f3621 : Only relayout when mIgnoredSlots changes
6c7e88634842 : [4/n] Letterbox Education: Create a superclass for compat UI window managers.
5a45327a85f0 : Add total shmem to SystemMemory atom
fdea154fd971 : Dump resources without holding the ActivityManagerService's lock
aea112fe32b0 : Remove asapperstein from OWNERS.
027353eb39ce : Set foreground service manager enabled by default
70aab6ce38f5 : Remove doubled-code
88695202adfb : Add getDrawable API overrides with Icon
0156be866368 : convert StreamingProtoTest to stream proto type
95e89a8cb9a6 : Auto-generate list of module impl jars
45dde6f1a436 : Add camera light privacy component
8d01b763eb83 : WifiSsidPolicy replace static method with constructor
3cf1b970d40d : Fix tile request dialog dismiss
8e595414b5dd : Inflate UDFPS lottie views on a bg thread
baf0d945e18d : Narrower notification background in large screen portrait shade
3e7c1bd85521 : Add ADB shell command to set dim amount using an arbitrary UID
0b74d6bce3ab : Fix per-app locale updates for apps with shared processes.
a874fa40d7b9 : Don't trigger lift-to-wake on wireless charger
22789476124b : Fix name in user info dialog is cut off when keyboard shown.
7eee970bd698 : [DO NOT MERGE] Ensure SensorManager is destroyed on Launcher activity destruction
7843e51a80d3 : Remove isOpaque from RuntimeShader
352566214e85 : Add feature flag to gate dark theme bedtime settings
fc78e88ec00b : Improving scrim debugging
2eb67594164a : Catch SecurityException when sending clip change broadcast.
f8885a5f8f59 : Add key / value data structures for IBpfMaps
23274eeff584 : Auto-generate list of module impl jars
73b2197a5165 : Fix tuner filter delay API
950a0f3e7845 : speech: Allow long speech sessions
a92e02141626 : Camera: Add stream use case support
817d4a78ebd0 : Allow Shell to access MANAGE_GAME_ACTIVITY.
7f2433549325 : Fix getStorageVolumes to return only storage volumes available to the calling user
92d145c886fb : Replaces com.android.server.Dumpable by android.util.Dumpable.
6e6505f7fb59 : Camera: Support 60fps during constrained HFR.
b5fe1d02cbfe : Remove scroll-up effect from lockscreen swipe-up and unlock hint
22f9b487bb49 : Revert "Enable IMS#canImeRenderGesturalNavButtons() by default"
2769c6a083da : WM: Mark task overlays as trusted overlays
6ac8376cd79f : Drop input for toast and child surfaces
bb4306e62a38 : Hide suppressed bubble
5e1fc9904005 : Don't log on each call when hibernation not enabled
8563bb2bd32b : Revert "Allow Shell to access MANAGE_GAME_ACTIVITY."
804e73f6aaaa : Permit access to certain get APIs for financed device owner
47461bb5aef2 : [RESTRICT AUTOMERGE]DisplayManager: Make sure RampAnimator sets property in linear space.
692f088bba1a : [RESTRICT AUTOMERGE]DisplayManager: Switch RampAnimator to ramp in HLG space.
07113ffcfa5b : Add some protologs for recents
af0d78dcc422 : Update Test API.
a55cc008280c : Add cache savings to hibernation savings stats
abc9e9740bd5 : Shorten mTag in VRI
2c527b44537f : TIAF: add missed type TableRequest in base class parcel creator
7f02745d225d : Add tests for BinaryTransparencyService.
8b2f6ecf8a53 : Update self-revocation doc: revoke by permission, not group
9346e5338a4a : Add killed delay param to startOneTimePermissionSession
01e958792b6f : Dismiss shade and keyguard for media buttons that launch an activity
e981a22d4164 : Revert "Enable IMS#canImeRenderGesturalNavButtons() by default"
94695ee51b69 : Allow enabling component-alias via device config, on userdebug or eng devices
dfbc7f2b38ed : [lint] exempt Bluetooth from using non-*forUser Settings methods
ed33816c43e3 : Add GameSession APIs for starting activities.
ad5658bb1615 : Nullability annotations for animation and graphics
219d4e242be8 : Add limited axes sensor types to sensor framework.
44ff57e76c8d : Adding bt apex availablity to media dependencies
889a5ab0f7d1 : fix TextView a11yNodeInfo isTextSelectable
fa462e8c44f5 : Binder: small failed transactions can be due to size
135a7610bb30 : Add AccessibilityEvent TYPE_SPEECH_STATE to receive assistant speaking / listening state
68c65e58b4f4 : Nullability annotations for view and widget
e5c75bfaa6b3 : [PackageSetting] deep copy PackageUserState
4d3ddb067ce8 : Add a missing "=" in dumpsys input_method
e01f8960d92f : Copy the device manager role holder to the other profile during provisioning
d276dd5efca5 : Home Controls: Fix column computation.
05c163335549 : Fix a bug where the AmbientContextManager is not registered if the AmbientContextDetectionService is not available. The manager should always be available, and return STATUS_SERVICE_NOT_AVAILABLE in this case.
e1f8fec3f99f : Add warning to GameSession#setTaskOverlayView's Javadoc.
a81f2eea03b8 : Update ACTION_MANAGE_PERMISSION_USAGE intent doc
574f030b3eaa : Refrain from calling AppSearchUserInstance after user is stopped
6821cae12aeb : Fix VirtualDeviceManagerService startUser crash
dabf239048e4 : Revert "New Pipeline: resume spinning after RemoteInputView is moved"
ae8675669ac5 : Adding flag to dynamically registered receiver.
f54a6883428d : Restrict and validatee small icon sizes of notifications
66e861949aca : Revert "Show error dialog if activity is blocked from streaming"
50b665e985b3 : Add compact version of new layout for phone landscape
1da833ef337c : Revert "Expose Secure.get{Int,String}ForUser as systemApi"
ff0044235374 : [Media TTT] Update the receiver view controller and the command line helper to handle the receiver @SystemApi states.
c35df2f1ec68 : Revert "Enable IMS#canImeRenderGesturalNavButtons() by default"
f404f1dbfc71 : Remove repackaged.android.test... libraries
a2ea37e61e56 : Delete DhcpResults from frameworks/base.
9fd93192c5d0 : Create framework-connectivity shared filegroup
fc77c016f4c9 : Change the default dialog animations
fad1a8814fa6 : Allow DiP values in the translate XML animation (1/2)
e4314893008d : Add the user switcher chip to the status bar
c2b1fe36b706 : Reland "Add GnssVisibilityControl AIDL HAL (frameworks/base)"
dd9373015a2b : Run pip transition 5x
92fbace14b87 : Fix IMS window visibility
8b8331e53085 : Revert "Revert "Revert "Revert "Introduce initOrder for apex-system-services.""""
e401e1013315 : Revert "Turning on flag to enforce dynamically registered receiver requirement of specifying one of RECEIVER_EXPORTED and RECEIVER_NOT_EXPORTED for non system broadcasts."
6fe47695294b : Add half watchdogs to dropbox and make the watchdog timeout configurable.
d603ad791686 : Expose MANAGED_PROVISIONING_DPC_DOWNLOADED via DevicePolicyManager
4f165c948e81 : Removed calls to connect/disconnect LeAudio
eec893574755 : Removed getActiveDevice call to BluetoothProfile
1eaedb4bafc8 : Add comment for locking down custom task animation.
df4be0287b7b : removed hidden Bluetooth permissions in BatteryStatsManager
d4584a0d384c : Rescue Tv SystemUI from broadcast receiver changes
8bb2139def09 : Record tombstone proto file's timestamp into the dropbox
b303bbf3fdee : Update documentation for onDataProfileUnthrottled
3b098ee87982 : Adjust Smartspace and Media complication positions.
df664f71b9fd : Define margins for complication overlay.
09992b0553cb : Revert "Move dream metadata parsing to framework."
6b9b5167e1b7 : Improve BoringLayout#isBoring for PrecomputedText
d5b3cb2adb43 : Revert "Read "showClockAndComplications" metadata."
451c39922990 : Pull underlying network MTU using Java APIs
22caa6fb93fe : Replace SSID String with WifiSsid
4975dd39e835 : Fix potential for dead binders when calling callbacks
99111bf436fd : Update Freezer app kill reasons
fc700a37cc0f : Supported URLLC, EMBB, and CBS slicing
b17fd69f8aae : Supported traffic descriptor based network capability
c18ea8ec6dfd : Support discovering services with a NetworkRequest
f449c263dfbd : Support discover/resolve on specific networks
44bdd8fbbce4 : Adding permission for Ethernet Network Management
5a7e3797c999 : Fix potential for dead binders when calling callbacks
b36f10362c58 : Add RCS UP 2.4 profile string
46ee9cb29b7a : Fix security vulnerability that allowed attackers to start arbitary activities.
c8fde7c59f69 : Add new ColorScheme styles
1825a0f5b109 : Remove some uses of deprecated BatteryStatsHelper
dd82eca332b1 : Convert CanvasCompare/Android.mk to Android.bp
1dad7aa00649 : Split out the ipsec API surface and use framework-connectivity-tiramisu
2c4610601201 : Disable dialog animation sync on low-RAM devices
e8308b2d7aae : Adding permission for Ethernet Network Management
ffc058ccea6d : Update getInterfaceVersion checks to include -1
5bf2712005de : [MS53] Add connectivity aidl exports to stubs
275a1a4b80b3 : Support launching intent and task in split screen
8136d4903801 : Convert SimpleCamera/Android.mk to Android.bp
ec8c5511afb4 : Revert "Revert "User consent for Logcat data access""
beab1f68e802 : Return a collection in getAllAtsc3PlpInfo()
9d9268e63531 : Allow Shell to access MANAGE_GAME_ACTIVITY.
fc2febd5548b : Add RCS UP 2.4 profile string
00029af7e01f : Revert "Revert "Revert "Introduce initOrder for apex-system-services."""
4d4e94ca9450 : New Pipeline: plumb isChangingPosition
cd6e1d4a8b3f : Give BatteryStatsViewer the INTERACT_ACROSS_USERS permission
d299b8832365 : (TouchMode Permission 2/n) Introduce permission for touch mode
8982d22ee36b : display: support display config items for sdr and hdr blending
d1b1bb3cbc4d : (really) Deprecate BIND_ALLOW_FOREGROUND_SERVICE_STARTS_FROM_BACKGROUND
f7ff96dd3fe3 : displayconfig: support sdr and hdr blending
6d0af956af38 : Use system clock font for dream clock.
606dede84442 : DO NOT MERGE: Add car telemetry service permission to car shell allowlist
b80870eff7ad : Prevent inheritKeyStoreKeys from taking effect on system UID apps
5a7d9a845b77 : Show only enabled complications on dream overlay.
c52cb42e5114 : Add API for services to turn off window animations.
a31689bc37fe : KeyStore: Verbose error reporting
768522945d23 : Add a missing return statement.
4ca82409330b : Use temp-allowlist reason to identify push messages.
5b6f553cb979 : Carrier config KEY_CARRIER_SUPPORTS_TETHERING_BOOL
8edb15ffad51 : Enable remote occlude animations by default.
5ea8a1fbe232 : Expose device owner type constants for CTS tests
717e53a6a7db : Save the OnBackInvokedCallback in WindowState
08a567fd359f : Don't query settings for the notification history state every time we update the footer.
0a63040d265b : Add trace sections for comparison of the notification pipelines
92c826152d44 : New Pipeline: Implement per-section comparators; sort HUNs
44b0caa2e5c3 : Fix issue with bubble stack & bubble data expanded bit being out of sync
a1322dee86a6 : Uses ActivityLaunchAnimator for occlusion animations.
7511614773cf : Make the handwriting surface NOT_TOUCHABLE
cc77d6e94bb2 : Place handwriting surface below gesture monitors
9deea4a4357e : Clean up foreground service manager controllers
ee3d46403587 : Security fixes for PendingIntent related apis in LauncherApps
62f476835cf5 : Cache accessibility info in NavBarHelper to reduce binder calls
be78c088ae0a : Exclude game session overlay from game screenshots
099c2baa5d99 : Add example xml structure to ddc
2e81839835b9 : Remove Context.SUPPLEMENTAL_PROCESS_SERVICE
57007c76018b : Introduce Build.VERSION.KNOWN_CODENAMES.
ffa8a189ff55 : Add support to pre-config bg restriction exemptions in system config
a47c4a9853ac : Exempt carrier priviledged apps in background app restrictions.
76c2d028c9b2 : Don't format the LogMessage twice for systrace and logcat.
cff45b1f6a4e : Replacing getActiveDevice by btAdapter.getActiveDevices()
8f948ea5d401 : Flip flag for clipboard UI
f3a2227b2433 : Limit min runtime for downgraded EJs.
acd97414784e : Make SSM failure logging more consistent
f9d9a276afc7 : Remove Task Outset
7ac52f42d2e4 : Remove allowedToRemoveOne boolean parameter from UM.getRemainingCreatableProfileCount()
14aa8b7d7dd7 : Add back theme for overlay chips
fd7f71ca5e3b : SettingsLib: Add API to get identity address
d047ac12965e : Compensate for display white balance in all modes
c3b4ea9dc69b : Fix LowPowerStandbyControllerDumpProto types
abc9c87519b9 : Fixed DPM.logoutUser() methods.
12bdcd1a528c : Revert "Revert "Boot time resolution changes in framework""
434ef186e603 : Introduce Build.VERSION.KNOWN_CODENAMES.
a84612483f2f : SurfaceControl: Add setDropInputMode api
317cffa8ad32 : Add background protection to clipboard UI
551b26eb05dc : Add attribution to clipboard text editing
cc09729633aa : Unhide API setAllowedNetworkTypesForReason and getSupportedRadioAccessFamily
623a9ccf55c5 : [Media TTT] Update the sender view controller and the command line helper to handle the sender @SystemApi states.
44386a5a2e76 : [Media TTT] Add @SystemApis for all the media transfer callbacks.
954bd4640719 : Expose SharedLibrary APIs for use by SupplementalProcess module
023328e204d2 : Have FrameworksVcnTests access hidden API
b5a45b2072ba : [7/X] Clean up logging in CDM
f225f4f12819 : [6/X] Introduce CompanionDevicePresenceMonitor
2b9e8860ec6a : Really expose the new NDK socket tagging functions added in T.
fb2176c49343 : Deprecate `android.app.extra.PROVISIONING_LOGO_URI` in framework.
6f31ad815bcf : Letterbox Education: Cleanup the toast layout.
fead57e4deb2 : [3/n] Letterbox Education: Add portrait-only condition to letterbox education eligibility
2df4a73476fb : Add tracking bug to TODO
363fcabbdb65 : Add constants for enterprise strings in dialer
7ae2d163726f : Make RRO defaults forward compatible
d7138b445c54 : Revert "User consent for Logcat data access"
051e488b1d5b : Adding variable config_progressTimeoutFallbackHome
985da1992e8c : NSD: Specify on what interface to getAddrInfo
2cd6d7f11dab : Fix wrong IntDef flag
7a799535e1fa : Use isCredentialSharedWithParent in LockSettingsService
50fe5ce6805a : Renaming Ethernet Network Management Classes
ed8a93fe8144 : [MS55.1] Move NetworkStateSnapshot into module folder
7fd9adf992ef : Define splits for AUDIO/VIDEO/IMAGE permissions
e6c96ebb51ef : Define new AUDIO/VIDEO/IMAGE permissions
00ce71390387 : Null check package for DexOptHelper
3f520b19e170 : Null check package for DexOptHelper
ff7c7a4f6760 : Updating active-unlock APIs
246d553f5149 : DisplayManager: Make sure RampAnimator sets property in linear space.
40436e55726d : Implementing lockUser
30711f85612b : Read "showClockAndComplications" metadata.
e61faf3bf5a4 : Adding logic for active unlock to grant trust
e767e401260a : Fix PMS notifyFirstLaunch logic
b0a0bfdf101a : Move dream metadata parsing to framework.
7f24579b6e7b : Final changes for dynamic receivers.
2777b5ea20b4 : Add logging for binary transparency atoms.
2bbaf5d09945 : DO NOT MERGE Allow pinEntry field to be outside pin_container
734613a500fb : IME: Fix broken IME when detaching served (but not next served) view
fe5d29fa094c : Add album art and colorize players in new layout
e97a8700b0ad : Delete legacy fs-verity support
a988435f43a3 : Support "Parcel.propagateAllowBlocking" for AIDL
8f43fdf19ba7 : Add allowGameFpsOverride intervention flag
7998c248ccb3 : Introduce new game mode config xml resource file
8c1af8cfffff : Move sysui e2e tests to presubmit-large
5f075c5bc3f4 : Revert "Revert "Revert "[pm] remove circular dependency in init helper"""
42e19912c8a3 : Fix DreamBackendTest
a5afd3736ab7 : Server implementation of WallpaperEffectsService API.
d35d4543ca81 : InputManagerService: Remove gesture monitor implementation
16308e0a67cf : Enable Spy Window Gesture Monitors
c80965828589 : Use binder tokens to remove its gesture monitors if a process dies
88f9f15233ef : Implement gesture monitors using spy windows
0b1dea81451a : Data class and interface for wallpaper effects generation api.
128460ed360e : Home Controls: Adjust width of menu for tablets.
e9a0a82161f4 : Replacing getActiveDevice by btAdapter.getActiveDevices()
81e474d7a735 : Add 'miniresolver' UI for cross-profile single app resolution.
0fee8d103538 : Clarify which InputMethodManagerInternal method takes lock internally
9b0862f268e4 : Move dream complication config to framework.
7e0b7309ef18 : Home Controls: Move padding dimens to new package.
11bd64482249 : Fix the empty selection issue when onCreateActionMode returns false
36764e48959b : Introduce GameSession.onTransientSystemBarsVisibilityFromRevealGestureChanged(...)
98c76c40e39e : Adding SystemApi for remaining Telecomm errors
27f5dbe8b42d : Add DPAD keys into Accessibility GlobalAction and SystemAction.
07a3663d966f : Add clipboard toast suppression permission.
1b5c45c7fc76 : Adding SystemApi for remaining Telephony errors
c9207a2ded83 : wakeAndUnlock latency fixes
beff3729c1f7 : Implementing verification of PROFILE_SELF_TRUSTED.
c51683b7e731 : Expose Secure.get{Int,String}ForUser as systemApi
793e15271306 : Enable IMS#canImeRenderGesturalNavButtons() by default
be39abaa4911 : Enforce permission checks for recordBroadcastResponseStats API.
654abc5005a5 : Adding proximity endpoints to Attention Service Test: atest AttentionManagerServiceTest Bug: 214395649
ccc875cc970d : Fetch traces async
469918d28325 : Launch main activity only 1x
7a883af438f3 : DO NOT MERGE: Call DeleteLocalRef on callObjectMethod's returned value
5a38385882f4 : Revert "Revert "Introduce initOrder for apex-system-services.""
7c83aef75524 : Missing line that generate merge conflict
c61633ee7e3a : Call the startQuickAccessUiIntent of QuickAccessWalletController for QAWTile and Lockscreen wallet icon.
2fb9aa4f116e : Change footer action buttons
d2b9b7473db3 : Pin footer actions to bottom of QSContainerImpl
078fb82e834c : Added Complication implementations for Dream Weather, Clock Time, and Clock Time.
5e4dfaf4eace : DO NOT MERGE Don't show notification private view too early
76a1ccb356c6 : Update the value of the flag of TELEPHONY_RADIO_ACCESS
2ba829dbebb7 : Fix clipboard overlay in dark mode and RTL
163aacdc2d79 : Rename attrs/files shared between clipboard and screenshots
e3fdb3f8697e : InternalNetworkManagementException Changes
ecb3103a2da3 : Handle non-service specific exceptions at AIDL context hub
fa8fd0d91789 : Look up phone numbers associated with a NotificationRecord's contact URI.
baf2a6df43b9 : Export PropertyInvalidatedCache SystemApis
b4f8ed9bb8a9 : User consent for Logcat data access
e06f3d2e3faf : (TouchMode Permission) Update shell permission
fd440b2d08f0 : Fix Incorrect Documentation for View#isHapticFeedbackEnabled
05b17e193fe6 : Teach PackageManagerService about supplemental process
3594077b1867 : [Output Switcher] Implement nearby device callbacks.
4e70e8ecfc78 : Make display density min/max scale an overridable resource.
1cbf60014b8d : Remove QQS Footer Actions
8188445d3240 : Apply alpha to status bar during unfold
73161658fead : Expose grouping and opportunistic carrier config keys.
7792574ad072 : Added carrier_id support to the carrier_key table in CarrierInformation DB
ece9543c559b : Remove StatusBarState.FULLSCREEN_USER_SWITCHER
a877b6b878d9 : Add constants for enterprise strings in PermissionController
88e3cd602e2f : Replace usage of hidden API getLeState by isLeEnabled
5f415e619089 : Revert "Boot time resolution changes in framework"
5b14477dc969 : Directly implement areAllEffectsSupported and areAllPrimitivesSupported rather than creating and throwing away an extra array to pass into the non-All version.
6b600cf1a9b7 : Use legacy transitions in legacy transition system
9ebb08d22e85 : Update default activity animations
108a2ad18656 : Support edge extension of windows during animations in shell
18728b32f8bb : Add API for extending windows during animations
b39f3b509ea8 : [CEC Configuration] Add 'set_menu_language' setting
6f1aecf1bfb9 : Add system prompt for system language change after <Set Menu Language> CEC message
4ddb1d869c70 : Revert "Replace mPendingRemove with hierarchy deferred removal"
c57a9b005b8c : Delete NetworkManagementSocketTagger.
829b211bce85 : Test Game State API in GameManagerServiceTests.
51c3623ac84e : Change the default clock to Clock.systemUTC().
e5cc81ce075a : Add support for spawning multiple service processes
6a56584b0dcd : Update DockObserver to consume extcon uevents
2b1010003e84 : Revert "Add GnssVisibilityControl AIDL HAL (frameworks/base)"
ad7eecfac26e : Place overlay content below status bar.
cbbd6badecce : Pulling in BluetoothProtoEnums into the apex
4d62e371b1da : Add permission requirement to createGameSession API
ecf2faa99888 : Reflect BrightnessThrottler effects in Settings, UI and ABC
c98b9c8f407f : Support floating IMEs even when IMEs render the nav buttons
af1695a78aaf : Introduce Window.DecorCallback
46200d722adc : Use explicit `when` for legacy group alert tests
9440f2d5ca92 : Include per process state data in the BatteryUsageStats atom
4b73a58920ba : Move power button cooldown period flag to Settings.Global
a7d34d956fdf : New Pipeline: Don't skip detaching children; it causes crashes if they are attached later to a different parent.
e1a640e2f26a : Change SystemUID check to QUERY_ADMIN_POLICY check
05369c2fa3d8 : Appear notifications starting at half height
dc24107b4d08 : Introduce PersistentConnectionManager.
f10dcdbb3b56 : Revert "Changes to support adding CTS Test TrustTestCases."
1059856164f0 : Handle SSM thread failures better
e0416215873c : limit TelecomManager#registerPhoneAccount to 10; api doc update
7aad1791b564 : Add QUERY_ADMIN_POLICY to SystemUI manifest
b7c706d9c780 : Call DeleteLocalRef in MeasurementCorrections
17a46a028094 : Cache UserManager#isUserSwitcherEnabled
314ba598eedc : Add documentation on DisplayContext API that returned Resources could be stale.
5d1a027d9fd6 : Add a flag for status bar user switcher
86f4c940c806 : Split allowed time by standby bucket.
0ff6541b7453 : Use SetProcessProfilesCached in android_os_Process_setProcessGroup
7429d9b386ef : TouchInteractionController: allow state transitions from STATE_DRAG.
93debeaead56 : Fix Activity leak from ContentCapture Context-Updated event.
9a4716d20e4c : New Pipeline: resume spinning after RemoteInputView is moved
670240dc87f9 : Don't show notification private view too early
b945ea53673e : WMS screen-unfreezing trace tags
b779b11f9757 : Make screenshot sound respect system mute
dd7c79d26b5a : Allow overriding managed profile switching animation
afa544dd74bd : API changes requires for Bluetooth apk inside the apex to build.
2f393cdbce98 : Revert "Remove iorap framework codes"
59a56500c0c8 : Revert "Remove scripts related to iorap"
997c6f7514f8 : [pm] small refactor for InstallLocationUtils
918d72438648 : Make broadcast response fg threshold state configurable.
aef5aa78b503 : Boot time resolution changes in framework
fe776fa635df : Make deduplication order non-null
4b40d32ae455 : Animate notification shade during unfold
eb01666b8d09 : cherry-pick of aosp/1959811
7132ff527ff9 : Add settings key for storing timeout to user 0 preference.
8e5d992fa41e : Update getSubscriptionPlans documentation
ac11d7726431 : BtProfileConnectionInfo update api review
b73f1acdab31 : Use the orientation from the config object not resources
af2a378922a9 : Add logs for disallowed packages during work profile provisioning
ee5282e637e7 : New Pipeline: check initial keyguard state
cc3710bec507 : Call DeleteLocalRef on callObjectMethod's returned value
4b58bce40852 : Allow device owner type to be set more than once
db7d916a51de : Remove unnecessary permissions from Traceur
6410e6eaa6ca : Log non-hun animations on hun views
451be3d422e4 : Do not list REVIEW_REQUIRED pre-M apps as granted notifications
9742051b8ae8 : Add code examples to VibrationEffect javadocs
251196aed83e : Revert "Revert "[pm] remove circular dependency in init helper""
ba90a039c2fd : Trace measurement and layout of ExpandableNotificationRow
9a6b808da3f6 : New @TestApi: DevicePolicyManager.isNewUserDisclaimerAcknowledged()
19dba59fa0e2 : change getString/Drawable return value annotations to @Nullable
fd2fd2caa40e : Improve documentation for EXTRA_ROLE_HOLDER_STATE
1f503eea1372 : Change getString/Drawable APIs to accept null default values
6e294efacf5b : Don't show clipboard actions for the source app
1ec8d204401f : Enable gesture debug log for a test failure
ecadf06e97b9 : Include adminExtras bundle in DPM provisioning APIs
09a9dc07e90d : Fixing navbar and notification shade overlap
fbb1cca01a11 : identity: Specify that challenges can be up to 32 bytes in length.
2277bc539998 : Add SystemApi USE_UNRESTRICTED_KEEP_CLEAR_AREAS
72b8801b69e4 : [2/n] Letterbox Education: Add information about fixed orientation letterbox to TaskInfo
aeacb569956a : Add stronger DWB when docked and idle
895defc3961d : Fix checking if association's MAC address changed in AssociationStoreImpl
48f1bb60fbda : Expose Conext.NEARBY_SERVICE as SystemApi
17c5caf93e54 : Add NearbyService
3a3874de970a : Remove SystemApi on resetUsbPort
c9eb55593f1f : Fix crash in ManageKeyboard screen in TvSettings.
80ab8b926d10 : enable strict_updatability_linting
b7339b1a8498 : Document ANDROID_LINT_CHECK
ebf305bda0ec : Revert "Define new AUDIO/VIDEO/IMAGE permissions"
fb93324e59b0 : Adding SystemApi for remaining AudioManager errors
f57d17639a63 : Remove CommunalSource related AIDL interfaces.
294de89b2a60 : Media Complication Introduction.
d0a17ee9d556 : Move socket tagging implementation to mainline.
0207f039d25e : [DO NOT MERGE] Fix regression for enter PIP when onUserLeaveHint
4251c72eb214 : Remap TonedIcon backgroundColor attribute to iconBackgroundColor.
97757ea0c487 : Fix Activity leak from ContentCapture Context-Updated event.
7f033cc5d3e0 : Add required flag to registerReceiver call in ScreenshotController
52d326c2f7ac : cleanup for strict_updatability_linting
59c5b98168e6 : Add register/unregister methods for SvStatus and NMEA (frameworks/base)
6c9333974ddc : Changed the managed profile switching icon
3df423f2a8e5 : Allow overriding managed profile notification badge
dc0bab518fc6 : Allow overriding enterprise badge drawables
09d2a4b1758c : Move kernelToTag to NetworkStatsFactory.
5d8e2373744c : Reuse convertAudioProfileFromNative
ff9f7176ace3 : Revert "Define new AUDIO/VIDEO/IMAGE permissions"
e7b9879b4bb6 : Add MANAGE_GAME_ACTIVITY permission
83921b2e3c1e : (TouchMode Permission 1/n) Introduce permission for touch mode
1e8b9618ef8d : Prune unavailable complications.
f18a8b8534e2 : Rename cancelRequest API to cancelStateRequest and remove the request parameter
0b8634d243c5 : Send AoD context changed notification to HAL.
bae29e0bc1da : Minor JavaDoc grammar fix
1127f891faa0 : Check for REVIEW_REQUIRED when determining Notification Access
96941fa4b18d : Set wakeup light reveal duration to 667ms to match spec
a8460ad91812 : Add NEARBY_WIFI_DEVICES to shell permissions for CTS
2dd6cbb554c2 : Supported the legacy allowed initial attach APN types config
a44e45fca150 : Revert "Define new AUDIO/VIDEO/IMAGE permissions"
cda48cdca514 : Updates OverrideRequestController to allow for one override request at max
bd0e5becea20 : Add AccessibilityNodeInfo.isTextSelectable
d1e5fabaa925 : Track broadcast dispatched event only when the app is in the bg.
f2675c7315fd : API changes requires for Bluetooth apk inside the apex to build.
52df26be0bea : Add isSystemUser() in UserSwitcherController.
32e1ad23c062 : Autofill: Fix GuardedBy false-positives in Session.
4c1c4ee37ed5 : Making CursorWindowAllocationException public
835fa7114417 : Add gnss suspend commands to LocationShellCommand.
4a79d7cb97ec : Use the orientation from the config object not resources
45de470c9ec9 : API changes requires for Bluetooth apk inside the apex to build.
87f7b33534ef : Update callback delay when constant changes.
16f0d3494ed0 : Connect SysUI sessions with biometric operations logs.
fe2f78dfc0d3 : EdgeBackGestureHandler finds launcher properly
353e64eef51d : Add dumping of Resource paths and resource history
16769947bdca : Add dump for UnwantedInteractionBlocker
393ba5ce3094 : Add Fast Pair saved devices settings page component name to config
b8b9bf6f791f : Do not unparcel TimeInFreqMultiStateCounter with CPU freq count mismatch
c5ab6578828c : Update OverlayPackagesProvider to never remove the role holder
19a7ce9bb57d : Add more OWNERS
a714924707a5 : Add WakeLock.setStateListener() API.
33e06ed28bc4 : Make KeyguardManager.setLock API available to SUW on non auto variants.
d2c3a184cdad : Reintroduce complication types.
6207c4862446 : Remove scripts related to iorap
89f60bd30eaf : Add dream complication title strings.
48309cc75575 : Add more tracing
7bd04e97a202 : Fix misspelling in SurfaceTexture#attachToGLContext javadoc
ad99d7570be7 : Use device owner type to restrict a financed device owner
be7c8dca0d1a : Fix for crash while merging 2 audio calls for initiating conference call
b7a10b7c7877 : Wrong arguments for JNI call
75b935a12b37 : Support IME switcher icon visibility update
408108c380c2 : SDK -> SDK_PACKAGE to address API feedback.
e2ff1044a64c : Set AOD icon max to 3 to match lockscreen short shelf
9a52b474d67c : Short shelf on lockscreen that animates width with transition to shade
41f68c7d13c6 : Changes the name from cloudsearch_service to cloudsearch
5166da866403 : Moving bt stats logging to BatteryStats.
acfca7c1927d : SmartSpace Complication Introduction.
dec2c21955fd : Support nav button color transitions
a73c19efda25 : Remove framework-appsearch.impl from framework
436101dc8d9d : Show bouncer over dream.
7c0a7b94d570 : Add a feature flag for timeout to user 0 when docked.
d7bd0f13347c : Add dream overlay state callback.
ee1f9361eeed : Add snapToGuide for complications.
9d653056a65f : Fix nullptr check
ac9836b49e68 : Add pendingIntent to FillRequest to enable retriggering
735747fc9ab4 : Add content descriptions to the avatar picker.
4f3a0b8fdbf7 : Offer colored default avatars if no preselected images are provided.
b47511203676 : Support taking or choosing a photo in avatar picker.
f98ae93fdf75 : Add avatar picker that shows a predefined set of images.
a87880f1ebfc : Fix SysUI dialog width
454aff818016 : Add GnssVisibilityControl AIDL HAL (frameworks/base)
34d237f07487 : Prioritize high importance system notifications
f59e275e9205 : API Review: API review 213573673
4100ca0174d7 : Fix null pointer exception crashes caused by a mutable variable.
a0b23e7b97d3 : Fix regression for enter PIP when onUserLeaveHint
13e06b44dbbd : Add more options on RouteDiscoveryPreference
07c4c8657db9 : [MS59.3] Expose NetworkStatsDataMigrationUtils
621d06488bdf : [DO NOT MERGE] Add Storage OWNERS
c8936d367e5d : Null check overlayPaths/resourceDirs when applying widget changes
add3b8d76e5e : (IMS Threading refactoring) Telephony IMS classes to schedule IMS callback on the main thread
57533b4d8341 : Merge system and module-lib APIs from conscrypt and i18n
a114f9899cc4 : Merge annotations zip from conscrypt and i18n
992f8b5b0fb5 : Include all apps when getting Recents
4381e4f0fabb : Improves dump() to handle special cases.
9e93fa7aff37 : Fix NPE when calculateTransitionInfo
cc59c25bd118 : Make broadcast response window duration configurable.
059431abba3b : Revert "Remove InputMethodManagerService#mCaller"
2b99c36c360f : Revert "Replace mHandler.sendMessage() with sendToTarget()"
f36b7b9f80fd : [RESTRICT AUTOMERGE] Add hide-non-system-overlay flag for HarmfulAppWarningActivity
53ee9c2472dd : [RESTRICT AUTOMERGE] Add hide-non-system-overlay flag for HarmfulAppWarningActivity
94fb93765c5b : Clear counters and delete tag data from NetworkStatsService.
2c87a8a7cec2 : [RESTRICT AUTOMERGE] Add hide-non-system-overlay flag for HarmfulAppWarningActivity
44fab16c39d7 : Update the following fonts NotoNaskhArabic NotoNaskhArabicUI NotoSansCanadianAboriginal NotoSansCherokee NotoSansGeorgian NotoSansLao NotoSansLaoUI NotoSerifDogra NotoSerifGeorgian NotoSerifHebrew NotoSerifLao NotoSerifThai
9c5c42ad035a : [RESTRICT AUTOMERGE] Add hide-non-system-overlay flag for HarmfulAppWarningActivity
0b692d5b5043 : Remove nearby API surface
d0cd7a5f739f : Revert "Start NearbyService when system server starts."
f893a72acba6 : Consider SLICE_REJECTED as permanent failure
160a04c9594a : Add android.hardware.drm-V1-ndk reference
74bfabdade68 : Adds LOCATION_BYPASS permission.
2adbfc9149a4 : Make all Vibrator calls async
88df10f2770e : Add platinum package manager suite to staging
0a7c5ec9a92d : API Changes needed for Blueooth apex to build
60c210dfe26c : Add SystemApi getter to bluetooth constant
e8d957b13b6e : display: Report HBM off due to low requested brightness
33571fb894c3 : Add bottom sheet fill UI for Autofill
2e6dda883b67 : Implement actions on client and service for bottom sheet
6f808321de84 : Remove block_device_writer from pts suite
279bf2128170 : Remove workarounds by data_device_bins
81a7bdb52bbc : Unhide TvInputManager#getClientPid()
02814776e1f7 : Update client monitors to use HAL context methods.
1a2536afdbbd : Add communication channel for AoD state for all biometric operations.
3af9d9ad7af7 : Add toString to SyncNotedAppOp, AsyncNotedAppOp
97b44d246376 : Move HandwritingInitiatorTest to the stylus folder
1efd0a5df616 : Expose 1010102 config for bitmap
35641ae2c08a : Propagate apply flags to nested RemoteViews
3a83f0e9a9f6 : Make setRemoteAdapter() work for nested RemoteViews
b482a2493516 : Notify Autofill while activity started
523f1f5f9edc : Adds APIs for Autofill bottom sheet UI
3951dd0107c1 : Adding Wi-Fi security level order in doc
abb95aecf377 : Add API to configure LPS maintenance mode behavior
e57eb6d07e40 : Add TestApi to force Low Power Standby to be active
4845efb60d53 : Add TestApi wakelock flag to have system acquire wakelock
287a3a7b9485 : Allowlist active voice interaction session from Low Power Standby
570645567faa : Introduce Low Power Standby API and wakelock restrictions
8182659352e7 : Add required flag to registerReceiver call in AppRestrictionController
caa924a1c656 : Introduce API to get hibernation stats
419064b6f2e5 : Update OWNERS for HardwareBuffer
30fd76bef1fd : Added a new config to enable telephony new data
6927948dff81 : Add all the Smartspace UI templates' corresponding data classes.
679b24c698de : Update FrontendStatusReadiness APIs.
4b7d9b148be5 : base: add support for routing traces to reporters
8595998c1a2c : Fix unfold on split screen bounds
5f5f15af3b5b : Unfurl media player on AOD=>lockscreen wakeup
912b87abee76 : Avoid reflection with ObjectAnimator
ea2378808e05 : Add some debug logging to UsageStatsService.
6758fd6b0d81 : Add uninstallReason to Settings dump
62f05520bf24 : Show error dialog if activity is blocked from streaming
8b6dc9b3ed39 : Added BinderCallsStats Bluetooth initialization
678ddce11c13 : Support light navigation bar
a072e9fd46a1 : Unhide VDM API to allow / block specific activities
83476cd38bae : New pipeline: defer visual updates when collapse
b9530fbafc92 : DisplayManager: Switch RampAnimator to ramp in HLG space.
424dfc5c1996 : Include the new USAGE_CLASS_MEDIA in the UsageClass IntDef.
91181a00464c : New Pipeline: Group Alert
bbd3048f5980 : HomeControls: Add start and end padding to home controls layout.
dfc5fc9e7857 : Update the lib name in the CachedAppOptimizerTest
03a52de3846b : Improve javadoc for some vibration functions.
eab25b89671b : Unfurl notifications on AOD=>lockscreen wakeup
2443194dd334 : Home Controls: Adjust resource configs for UI to be responsive.
9bc0b4540a4a : Keyguard: Fix typos in documentation.
3bcc395074c1 : Fix Launcher being occluded during rotate transition
0ccc920d07d2 : MidiService: limit number of devices
bd9c80a413ba : Add session id to keyguard metrics
acc5a3e2d68b : Update uniqueId association methods
3695a34ec928 : [DO NOT MERGE] Keyguard PIN View - Landscape fixes
8e3a0e498c65 : Add option to override background color for animation through overridePendingTransition
c507cdc91ab6 : [DU12]Remove NetworkType Annotation
beb70e1883a1 : Ensure VpnStatusObserver is injectable for TV
9131397dc3fd : Split shade motion: improve expansion timing
b0040b03c22c : Handle touch focus when clicking toolbar window transparent area
6e56f6bac9d9 : The client implementation for remote selection bar
db78cc2cd806 : The service implementatoin of selection toolbar
5313df2f7455 : Move DeviceStateRotationLockSettingsManager to settingslib so it can be used in both SystemUI and Settings
e385ac2a0680 : [MS76] Remove NetworkTemplate hidden api dependencies in NPMS
c6e9d2ffe20f : Generate merged public and system stubs
0273969a6940 : Protect getPersistentDataPackageName with ACCESS_PDB_STATE
38785f0d6d7d : Exclude WindowState from transition targets
5acd22145735 : Add @UserIdInt for InputMethodManagerInternal impls
110b5a96d58a : Add a new API startProvisionedVpnProfileSession()
ae7cf39152e7 : Force PMS snapshots
a836e7d65f15 : [Folding to AOD] Do not delay keyguard show when folding
d42926bdb083 : Demote OpenAppFromOverviewTest#appWindowReplacesLauncherAsTopWindow to flaky test
eefcdeefb357 : Create a new icon cache mechanism for memory improvement
61c0c686005d : Clean up the legacy recent root task
7537f6e3f9cb : Add proper locks in the AppBatteryTracker
383bbff97e29 : Code cleanup (9/n)
a49b7c6867fe : Apply APPLIED/FAILED to non-staged sessions (8/n)
07861f70d304 : Revert "Revert "Add SupplementalProcess stubs and bootclasspath ..."
9060da6c38e2 : Set focused app when top activity is resumed
629fe737bb00 : Sync on notifyWakingUp
436e42c60c8a : Dream overlay touch management.
724172b7597d : Move Privacy dots to new DecorProvider
c6d9b7a33d94 : Remove accidentally added line from GameServiceProviderInstanceImpl.
c9be32e9f103 : Move the implement of getAllCollapsedRatTypes to StatsPullAtomService
de58e7cea544 : Move NETWORK_TYPE_5G_NSA from NetworkTemplate to NetworkStatsManager
60586e649344 : Remove NetworkStats hidden API dependencies from StatsPullAtomService
0cefec2d4f76 : Refactor SensorPrivacyService to separate state from service
84cc4accd184 : Indicate which detector triggered the HotwordDetectionService
7e15818350d9 : Expose local route exclusion APIs
6f631db81b5b : SurfaceControlViewHost: Expose IPC helpers
a393bf9d25a5 : SettingsLib: Add API to get identity address
e4c6ca77c99a : Support the ability to force-show navigation for GKS
79f9dd01e00d : Fix StatusBar test
abeee53eeea1 : TIAF: unhide broadcastInfo related classes and functions 2
488aabf9ae3b : TIAF: unhide broadcastInfo related classes and functions
cd7a2e2c05ea : Updates to Dolby Vision Levels
e0b7e861cd5c : Add TRUST_LISTENER to the shell for use in CTS tests
0c9aed677530 : Wait for attachment in Activity syncEngine
df174313c834 : Optimize retrieval of attributed power by process state
40eca12b93ba : Update OWNERS file
a7da0e26a500 : Changes to support adding CTS Test TrustTestCases.
56eb27e049ce : Adjust initCheck to compare against OK instead
d61ee31779c3 : Add dumpsys to GameManagerService
07b45b857558 : Add dialog for COMPUTER profile
79122d967e9f : Introduce COMPANION_COMPUTER profile for Phone Hub
2136d8d77e40 : amidi: Don't create extra write buffer
f898abc490de : Adding System Server implementation of Cloud Search API
62c1923abf15 : WebView: Rename to set/isAlgorithmicDarkeningAllowed
4c6239b1564f : Don't call setInterface when querying protocol
8bd9a6bc9168 : Refine removeOutputPid() doc
263b03cbbb64 : Add power button cooldown after emergency gesture is triggered.
cad881267602 : [CDM perm sync] Hide data transfer APIs
8d392760ab4f : Smooth out the alpha / colour animation for drag to split
7a772305c3e2 : Fix hit targets, hopefully once and for all
86058b62d869 : Moving over core/api/*txt files
e3fb412f4e25 : New Pipeline: Prevent group summaries of groups with promoted children from appearing in shade.
6de8065a828a : Rename 'Files and media' to 'Files & documents'
adcee2ced898 : Fix ANAPIC review comments (frameworks/base)
b0017b593f94 : CloudSearch API: data class declarations and interface definitions.
523f30500650 : Enable Shortcut integration with AppSearch.
caba0ba763a4 : Revert "Verify the incoming package first."
a4d057d79102 : Collect fine grain time-in-state Modem durations
3b60531ee74b : New UiEvent for lockscreen user switch icon tapped
c5a17006c83d : Move fixed-rotation-related display information into config
9af8ad18e397 : Link to getPlatformPermissionsForGroup() in PermissionInfo.group doc.
a9b318962d83 : Add Settings.HAPTIC_FEEDBACK_ENABLED to settings validator and backup.
17e784a8b8de : Enable notification permission enforcement
abb6023691b1 : Notify deprecation of MediaDrm SecureStop APIs
104932e4bffe : Make IME extract text fields public
684dd4ef6805 : Remove Dependency#get from KeyguardSliceProvider
771f6d64912f : In repeat callers, record tel: URIs separately from other people strings.
b41528c5b3c2 : WM/SurfacePackage: Forward insets to WindowContainer overlays
501ee91b957e : Reland "SurfaceControlViewHost: Restrict disclosure of input token""
87546f50343c : Add display brightness throttler
221ed8b5bd14 : Add BrightnessThrottler data to display device config
e4918c2bc83f : Apply correct squishiness when dragging down on LS
18c3cd01c24d : Report HBM_ON_SUNLIGHT when display is in hbm mode
9130147d8f31 : allow updating enterprise strings in sysUI
34335379c47f : Propagate exception information through BinderRunner
7744af9e9226 : Give shell BIND_TELECOM_CONNECTION_SERVICE for CTS
3996432d712c : Fixes ManagedUserContentResolverTest for automotive.
ccb7f594ad77 : Don't allow switching after boot
da093f366006 : Add HUN logs to the NSSL
7e49455be40e : add HUN logging to view binding
cde6691a4daa : Dialing phone state should update active sub
d6e625de2e95 : SystemService post-completed user event: jobs
bc3fc104fc1f : Don't invalidate short term model when idle
a4a0aeb323d1 : Update the documentation for intent ACTION_VIEW_APP_FEATURES to include the <meta-data> tag for the preference summary.
28fc9e2fd891 : Add an intent action system API for bedtime settings
44f61309c9da : [MS59.1] Add NetworkStatsDataMigrationUtils
5b4247d0ccf8 : Fixing duplicate status bars in split shade
035fba8e31a2 : Allow requesting BatteryUsageStats for specific power components
ed4b94728b8d : media: added advanced HDR-ready CamcorderProfiles
d5846ad2380a : Add a test API allowing overriding the GameService provider.
7fbcbf27c79d : Scribe in IMF: Introduce filters in CursoAnchorInfo API 7/N
342509f09402 : Scribe in IMF: Early InkWindow preparation 6/N
52f330491b86 : Scribe in IMF: Stylus Spy windows Impl 5/N
8ef01816c2d2 : Update UidCounterSetMap directly from NetworkStatsService
36e951f1a909 : Add restricted settings app ops and apply it into Restricted Preference
dbaa056d9017 : [MS77] Remove hidden api dependencies from MultipathPolicyTracker
c784d02594e2 : [DU11]Remove NetworkStats hiddden API dependencies
f2d038adbecc : Update PowerManager class docs.
d70a6e23a5c6 : Fixing issue in parsing arguments for setUserDisabledHdrTypes
70737fcd233e : Revert "Verify the incoming package first."
20bf0159c694 : Revert "Changing readParcelable and readSerializable's method signatures."
6dc7d13cfc2b : Use dpm getString to allow overrides in framework/base based on settings strings.
b9d6f0bdd8ec : Add Override Strings for Settings.
c807bd2b19a3 : Revert "Revert "Add support for USB audio docks.""
a6e72cf3e219 : Add OVERRIDE_WIFI_CONFIG permission to Shell for CTS
00eca6c97d9d : TIAF: unhide DTV to VOD apis
a2c206deb13c : Compensate for DWB changes in brightness
63be3c89bb64 : Move disabled shelltransit flicker tests to flaky
04ab8c6634a4 : Generate merged public and system stubs
286845eb3eec : Report Activity config changes only if it handles the change
1cc4937b08d5 : Make WIFI_AWARE_RESOURCE_CHANGED protected broadcast
f4fa114cb88f : Move logic from dreamDisplayGroupNoUpdateLocked into PowerGroup.
b211919484aa : Fix testGetSettingsContextOnDualDisplayContent flakiness (2)
009cfc1774fc : Pass ActivityOptions when endDeferAddStartingWindow
b061b38945de : Revert "SurfaceControlViewHost: Restrict disclosure of input token"
3474ec168c56 : Add option to show TV PiP menu on Home double tap.
1b6e6c29fb0d : Adding tracking for widget updates during unlock
1db6b9776ce2 : Add a new CollapsingCoordinatorLayout in CollapsingToolbar
56f4967e47b7 : Remove more mLock usages
33ee9ac332de : Remove some mutation mLock usages
7ce974c2b288 : Add APIs for querying broadcast response stats.
8935abc14ad8 : [MS78.1] Fix NetworkIdentity#Builder crashing on 5G NSA networks
f012f58232ae : Fix the dervied fileds in ApplicationInfo are missing for APEXes
3981eb637679 : Support building Ikev2VpnProfile from an IkeTunnelConnectionParams
0813c469bc28 : [DU10]Fix the NetworkCycleDataForUidLoaderTest error
85174deb62fe : Enable Bubble flicker test with Shell transition
a204d76b4428 : WindowContainer Overlays: Emit initial configuration change
e66b1c78870b : Add dumpsys implementation for dumping package configuration
f3b2a5d5ffe1 : Refine SharedFilter close() to avoid random crash
4dd61edf092a : Factor out to NavigationBarController#scheduleRelayout()
40c2f1a3178e : Use new context HAL methods for all biometric operations.
81af6fe33df3 : Import translations. DO NOT MERGE ANYWHERE
d6e4af674ae4 : Import translations. DO NOT MERGE ANYWHERE
1d5e02f5308a : Import translations. DO NOT MERGE ANYWHERE
e4692b7caecf : Clean <plurals> in DateTimeView
d593f653452a : Clean <plurals> in CertificateMonitor
9ebedd8f3e2f : Clean <plurals> in FillUi
4ffb7e888439 : Clean <plurals> in BugreportProgressService
bf4e15d0176c : Clean <plurals> in keyguard
67e780def4e3 : Clean <plurals> in ChooserActivity
436659396c9a : Clear <plurals> in TextUtils
593266739fbe : Group window relayout requests
25857cb2f539 : Import translations. DO NOT MERGE ANYWHERE
48d0a4892fd5 : Full teardown when the user stops background apps
fc2111755c31 : Import translations. DO NOT MERGE ANYWHERE
50c9554ebcb5 : Import translations. DO NOT MERGE ANYWHERE
e53af3245455 : Import translations. DO NOT MERGE ANYWHERE
ab7d375df0ad : Import translations. DO NOT MERGE ANYWHERE
87076fb2bb69 : [Settings] Add more code reviewers
52660ae71b35 : Replaces DPM.clearLogoutUser() by logoutUser()
2ebbd62bbb47 : Import translations. DO NOT MERGE ANYWHERE
c01fa7a66b65 : Import translations. DO NOT MERGE ANYWHERE
9829ca31f533 : Import translations. DO NOT MERGE ANYWHERE
c94621d08653 : Import translations. DO NOT MERGE ANYWHERE
81f9c190d80b : Import translations. DO NOT MERGE ANYWHERE
c0401b62b80d : BatteryManager support dock charging 2/2
4a13c90039fd : Add computer permission to Shell's allowlist
43c0c0131ee3 : Import translations. DO NOT MERGE ANYWHERE
0ca6f9534db7 : Fix OOM cache app optimizer flaky test.
af1516e0a0ed : Import translations. DO NOT MERGE ANYWHERE
a2c8e1354eee : Import translations. DO NOT MERGE ANYWHERE
438f56d10ce1 : Import translations. DO NOT MERGE ANYWHERE
dce05666abea : Import translations. DO NOT MERGE ANYWHERE
e199f3d90365 : Import translations. DO NOT MERGE ANYWHERE
2a0f9535369d : Import translations. DO NOT MERGE ANYWHERE
e82ce9fd514f : Import translations. DO NOT MERGE ANYWHERE
82a7c8e59bdf : Remove useless type.
7f4ad1ee9429 : Import translations. DO NOT MERGE ANYWHERE
acc815e3edb2 : Check current user when the operations runs for fingerprint hidl.
abc127673bf8 : Fix enrollment cancelation race conditions.
2065d1ed12f5 : audio: add API for querying the Ultrasound support
7ccdd1a0ea39 : Add imsvoice, imsrtt, imsemergency related configs to CarrierConfigManager.
79ad8fe8a7dc : media: MediaCodec: add RGBA_1010102 and RGBA_F16 format support
721eaa785c01 : media: MediaCodecInfo: Unhide COLOR_FormatYUVP010
ff465382ce97 : Use user setting to determine whether or not to show system location accesses.
a0ca91d19e1c : Import translations. DO NOT MERGE ANYWHERE
5fbe908a1177 : Import translations. DO NOT MERGE ANYWHERE
1110de33d563 : Compute DWB compensation for luminance drop
939c3bf6afc6 : Import translations. DO NOT MERGE ANYWHERE
f62adb344e0e : Adjust Checkbox component to align with UX specs
f25d343f50e3 : Import translations. DO NOT MERGE ANYWHERE
0f830d9944fd : Allow VDM virtual displays to get FLAG_OWN_DISPLAY_GROUP
53ab42a93808 : Import translations. DO NOT MERGE ANYWHERE
a272643fa0f1 : Fix bug that the dream is set to "" when null is passed.
16417fedf19b : WiFi: Basic support for 11be
ea468e0a9504 : Remove the previous animation split tasks container when recreating
8bca883bf2f8 : Expose the bg restriction exemption list as an internal API.
c1b2ef71268f : Add an action button to the notification for bg battery abusive apps
7271a9845b74 : Exempt certain app behaviors for their background battery usage
ec6e4e817228 : Fix misplaced UDFPS UI after rotation
c08069b8055a : Annotate dump methods with @NeverCompile [4/5]
24d6b891f572 : "rounded_corner_content_padding" as a FW resource
0363ca22fc96 : Annotate dump methods with @NeverCompile [3/5]
ed71bd91a0e3 : Makes Activity.addDumpable() a @TestApi
e51b5489c842 : Annotate dump methods with @NeverCompile [2/5]
3bad2075ae7c : Update strings for foreground service manager
f4f174422add : Annotate dump methods with @NeverCompile [1/5]
d26f4f0d498f : Fix ImageWriter builder pattern APIs
8e30577d0481 : Moving over core/api/*txt files
34e8f90af204 : Fix constant
ccaf79d27b15 : Add tracking on abusive broadcast and service binding requests
8a3b17f0563c : Add exemption cases for app background restrictions
64ac1a923065 : Monitor long-running foreground services
0c6603973ad1 : Post notification on abusive background current drain
b5f28a5ee6d1 : Allow limited alarms/jobs when background restricted
834b56e8e093 : Cap the LRU position of broadcast receivers in bg restricted apps
627bbedd40b9 : Add a tracker on background current drains for each uid
4e1b5c7bb625 : Rem Dependency#get from WMShell and GarbageMonitor
f9e52140f2ad : Unhide VDM activity APIs
ccacf9019c8d : Revert "Add support for USB audio docks."
d084d11bad4a : More low-hanging Dependency#get calls.
4353053c87a8 : Add leash check in PipTaskOrganizer#fadeExistingPip
eb7d677acbd0 : New Pipeline: improve "old pipeline running" handling
a10ba7bb2c6c : Update GNSS S2R APIs based on API Council feedback.
72e8f9de9b83 : Don't set initial value for SCREENSAVER_COMPONENTS.
10fc628397b5 : Expose Constructor for ModemActivityInfoException
c2e7bfb7929d : Inform UsageStatsManager about broadcast-dispatched events.
5810aed006af : Support sending BT toggle state to the Context Hub
0a6b8a9941fd : Add action chips to clipboard overlay
5e147cc42428 : Create QS footer entry point for fgs manager
182787ab1ec5 : Notification pipeline: allow header visibility customization.
5d590af632a2 : Knock out a few calls to Dependency#get
a214ee474c10 : Add Nearby Slice URI for the SliceProvider to Settings.Secure
3422dffeeed3 : [Output Switcher] Add a manager class that handles requests for nearby devices.
5256365e6588 : UserDataPreparer: reboot to recovery if preparing user storage fails
7c4e6e937b64 : Add annotation for ImageReader.Builder.setUsage function parameter
11f2ef92f2a4 : Controls Task View - Limit screen width
42ae6edd87c5 : TIAF: unhide playback command and remaining public APIs
94e177c73e16 : Add Parcel APIs for fixed-size array
3c3dcac46d2e : Make VibrationEffect.WaveformBuilder public
a4f204b38512 : Adds the SEND_SAFETY_CENTER_UPDATE privileged permission to the Settings app.
bd346bad9e92 : Scribe in View: Introduce View#autoHandwritingEnabled
990e34296363 : Make ADD_TRUSTED_DISPLAY and ADD_ALWAYS_UNLOCKED_DISPLAY "role"
5aa593373258 : Dedupe default definitions slightly
4cf3f9b82748 : Add oneway to IVirtualDeviceActivityListener
614ba1384712 : Add a GameSession API for restarting the associated game.
2e57bf87bc6f : [MS74] Expose NetworkTemplate#matches
67c2aafe12c0 : [MS75] Replace TrafficStats data units with DataUnit class
0950ca8abc35 : Reset NotificationPanelView when pressing power button before fold to AOD animation
1fb2d90296e3 : Delete legacy fs-verity support
03b39647cc86 : Add interface for services to share SessionIds
9c5a4e770c72 : Fix focus after moving
1f3815022d1d : Make StorageVolume#getOwner public
d516c60a86d6 : TIAF: cleanup playback command and remaining public APIs
85aaa4aa04a9 : TIAF: unhide use cases VOD to DTV & AD insertion
eed4b392c6f0 : TIAF: cleanup use cases VOD to DTV & AD insertion
78fc678571ef : [MS70] Have BatteryStatsImpl use the public NetworkStats API
72336c74c07e : Remplace NetworkIdentity.OEM_* with NetworkTemplate.OEM_MANAGED_*
5c8e246f55ec : Limit the maximum size of small notification icons
60230cde18a7 : [MS71] Remove remaining dependencies in SettingsLib
01f03c3d9f8c : Revert "Add support for USB audio docks."
0b29d4d868e8 : [Media TTT] Ignore taptotransfer tests to make tests green while I determine root cause.
46753e9a33f6 : [MS48.5]Remove INetworkStatsSession from SummaryForAllUidLoader
5bb867d9d4a6 : [Output Switcher] Bring back "Pair new device" item
eb9bf64d069b : Add getDirectProfilesForAttributes
04f1941be612 : [MS48.1] Remove INetworkStatsSession from ChartDataLoader
16c2939783fb : Add olilan to ClipboardService owners.
946a4063f73e : Allow app to receive onSplashscreenExit even for empty splash screen.
7aeeb3415212 : Add API getStorageVolumesIncludingSharedProfiles()
cd5a45a9793b : Add option to show the splashscreen from 'adb shell am'
42ab2796280c : Make thresholds tuneable in the ddc
c7cebd80cc9b : [DU09-0]Adding the NetworkStatsCollection Builder
ee7ebdbe4e30 : Clean up the legacy split screen (5/n)
cf04bc3d29c0 : Add lost mode platform changes
04d0971b07d2 : [SafetyCenter] Add REASON_REFRESH_SAFETY_SOURCES to System API
c6d1dec22ca1 : Allow framework-res APK splits from Apexes
154cdf1b7735 : [MS69.1] Fix TrafficStats.init crashs for supplemental process
0047d16dd297 : Reset "allowAllRotations" when the physical display changed.
fcda461bcecb : Add Nearby Share Slice Uri to config.xml
0c1272041363 : TIAF API: tune and BI app
4b86a040b4b0 : Ensure that participated activities are not omitted by ancestor
51127d083d62 : [1/n] Letterbox Education: Add UI layouts
ef8060fcad63 : Revert "CTS of CtsMediaTestCases#android.media.cts.DecodeAccuracyTest may fail when video is cropped."
f560cfa220d1 : Fix ConnectivityPreferenceControllerTest failures
4173335baffc : Inform AudioManager about ARC SADs
517a1327ca71 : Add AudioDeviceAttributes as argument to AudioManager API
4e27963e6055 : Add fields to AudioDeviceAttributes class
8c39ada098d2 : Complication Entity & Presentation Refactor.
9a110a9c117e : No longer checking realCallingUid in #getLaunchRootTask
df8015fc12c6 : SpatialAudio: Add API to switch buffer size
71aa1a31d1bc : Scribe in IMF: Automatically sub to CAI w/ Stylus 4/N
d07b757a6a89 : Revert "Add SupplementalProcess stubs and bootclasspath fragment"
fe43f4d52d05 : Remplace NetworkIdentity.OEM_* with NetworkTemplate.OEM_MANAGED_*
bda5db8cb83e : Have BatteryStatsImpl use the public NetworkStats API
777d2c26b671 : Recycle TemporaryBuffer for reducing object count
611b80cfeb34 : Dump magnification tracking typing focus info for dumpsys accessibility
1ca6beb11c7f : Import translations. DO NOT MERGE ANYWHERE
3087d95343bf : Import translations. DO NOT MERGE ANYWHERE
7fa945fcc9d0 : Remove the previous animation split tasks container when recreating
8722e45ede8b : Update the current file for the new added function and parameters in BluetoothLeAudioCodecConfig
82e935478dbe : Make InputMethodManagerService a final class
515308cea0ae : Introduce InputMethodDialogWindowContext for testability
628b7851dcf3 : [RESTRICT AUTOMERGE] Do not resume activity if behind a translucent task
a4059c2f198b : Override (un)registerComponentCallbacks for ContextWrapper
476cd2e3ca02 : Support USB Port Reset
51d287d83136 : [RESTRICT AUTOMERGE] Do not resume activity if behind a translucent task
0a4f661ec6a1 : [RESTRICT AUTOMERGE] Do not resume activity if behind a translucent task
69444e10e89c : SystemService post-completed user event
905e027925f1 : Block animation transfer after surface animation finishes.
18359310dba8 : TIAF: unhide APIs of setup session use case
14074e8a2cdc : Add device poliy manager support for profile network preference
177e4aafdb33 : Update the IME nav UI when gesture navigation mode changes
2742a030a673 : Replace mHandler.sendMessage() with sendToTarget()
7c46dc83efe8 : Remove InputMethodManagerService#mCaller
955804d24408 : Remove BypassHeadsUpNotifier and NotificationEntry.isAutoHeadsUp
1507931e89f5 : Add background restriction levels definition and its controller
b4ca0dcbd6b5 : Transform UDFPS touch coordinates to portrait mode
a9e20f2f23f1 : DO NOT MERGE Transform UDFPS touch coordinates to portrait mode
a709db73e941 : Add new methods to test HAL.
9a9500f59041 : Clear old flags more aggressively for POST_NOTIFICATIONS
cecea8fe8226 : Deprecates the legcay magnifcation APIs of AccessibilityService
d2de7517f3f9 : Disable pointer authentication in app processes.
bca10c51aebe : MediaCodecInfo: add FEATURE_HdrEditing
58fe1e020f19 : Log HUN view changes and actual removal
d1c55809403a : Delete LocalSocket#createConnectedLocalSocket.
58fd05733254 : Add Jernej as a SysUI owner
a8eac481f7d7 : Update current.txt to reflect new extra EXTRA_TRANSPORT for the acl state change broadcast events
0857f72a75b7 : android_util_Process: fix length checking logic
c63f77ca2583 : Keep VirtualDevice-created VirtualDisplays awake
f36089e8fc02 : Allow DisplayContent to report per-Display minimal task size.
67dc9a4cd352 : Add new publish trigger type
d1fb08be0a3e : Add BinaryTransparencyService as new SystemService.
9f7e717d6c84 : Refactor Handler with Executor
de8d07de57ae : TIAF: add permission BIND_TV_INTERACTIVE_APP
7ecf6bb70a40 : Check that PowerManager#isInteractive is false before showing the AOD UI for screen off.
8ab445607869 : Tweak the restricted standby bucket timeout again.
e088750093c2 : Add ephSource, toc, toe, IODC, IODE to SatellitePvt (frameworks/base)
e7a1b7b9f0f7 : Add APIs to UserManager for getting remaining user/profile counts.
b46bf19b90d4 : usb: remove duplication in descriptor reading code.
43df223524f7 : Pass current brightness parameter to libtonemap
10ac876d66f9 : Adding system API to set the BindeCallsStats Consumer.
9c8f64125481 : Review Changes for Media CP Redirection CL
252656863022 : APIs for SIM call manager voice status
234c2592c432 : AttachedSurfaceControl: Add setTouchableRegion API
514337c716ed : Fix Doze FGS job handling.
26fbbf3ca623 : Log when the location indicator is displayed as well as the type of location access which prompted the display.
4a02f33ed432 : Support device-specific DeviceStatePolicy
abb7ac8e6093 : Change default LocationRequest quality
489e97dff0c0 : Clean up AndroidPackageApi
13ae20f3102c : AudioService: Pick head tracking sensor based on UUID
8632b92029db : Add new config to hide certain dreams.
9d2bb776ed13 : StorageManagerService: don't ignore failures to prepare user storage
1c1ae064180f : Revert "Enable PICK_IMAGES intent from personal to work profile"
131444d50077 : SurfaceControlViewHost: Restrict disclosure of input token
a7fe83fdc6fe : Set pointer acceleration for virtual devices
f1ade4643d00 : Add OWNERS for UsageStats related classes.
5f9c679caf00 : Add BatteryUsageStats.getDischargeDurationMs
c3d0e6a8d265 : [MTE] show notification if using MTE bootloader switch.
b90f5c9dc60c : TelecomManager#getSelfManagedPA comments update (3/3)
4d1f3862ca78 : Inform UsageStatsManager about notification related events.
0a45cccbc11d : Track immersive mode via a new SysUI state.
b03abbe07ad6 : Support refactored Region class
2b20013acc82 : Fix CTS failure caused by ag/16284012
56919b988475 : AudioService: Add null checks on Bluetooth device in BtHelper
4e50889197fa : Allow reporting certain events to UsageStatsManager.
a20d7f2708ac : Check that PowerManager#isInteractive is false before showing the AOD UI for screen off.
75f26cb8fb72 : Migrating Bluetooth resources to Bluetooth module
87f04b8d5762 : Make framework-doc-stubs use jarstub defaults
67b9a09cb69b : Introduce IInputMethodInvoker
9600d66d6d89 : Fix testGetSettingsContextOnDualDisplayContent flakiness
e11d66cfdaa0 : Rename Do Not Disturb -> Priority Mode
8093d78d1ca8 : Add a module-lib API for constructing a LocalSocket from an fd.
f2bb5e0c5f0a : Add SupplementalProcess stubs and bootclasspath fragment
9dce832eea80 : Split android-non-updatable-stubs-defaults in two
7172238addc6 : Move CtsContentTestCases to group presubmit-large
a428956913ce : Visual changes made to "profile info" dialog as in go/avatarpicker/
ad16d6825536 : Rename FadeAnimationController to AsyncRotationController
96c3e87e9e56 : Remove the frame number from WindowManagerService
0456e9d5cbee : Let the client compute the surface size on its own
7212c8fda494 : Add systemApis to allow data transfer over USB-C while being docked
cb9f3af8ec13 : [MS68.1] Register usage callback from NetworkPolicyManagerService
81c9485a9fea : Change updatable drawable IDs to strings
dd839b26e44f : [SafetyCenter] Delete refresh API constants from `android.content.Intent`
136ca7e3fd25 : Use linear interpolator in VibratorInfo bandwidth curve
cb3718bfd483 : Create VibratorFrequencyProfile in Vibrator API.
d671ff59b964 : Use public resouce in android.R package
1d0076b33957 : Make ipsec resource as SystemApi
9c10c4463e85 : Add <staging-public-group> tags to T
3d5840d72d03 : [MS67.1] Expose registerUsageCallback with template
8ba7b08eb719 : Fix LaunchAppShowImeAndDialogThemeAppTest flakiness
ba972c712dbc : Add <staging-public-group> tags to T
4ce951e44653 : Fix resetting FPS when switching to standard mode
25ca3f0e73dc : Remove hidden API dependencies from StatsPullAtomService
5a7cfb25f936 : TIAF: make AppLinkInfo a class
9b2b85c2bf8d : Add support for USB audio docks.
988b2900cdc2 : Fix Broken test: Package: com.android.settingslib.bluetooth
f597a64e4d96 : Dumps magnification information when calling dumpsys accessibility
c797e0c63ae1 : Refine logic about compat scale
a7d85f0028b2 : [MS38] Remove android.os.HandlerExecutor dependencies
662943583653 : [MS58] Expose Apis which will be used by data migration utility
47ef1e92debe : Send the intent after verification completed (6/n)
9560590d8939 : Adding compareIgnoreTrailingFs helper method to compare IccId's
a9ace2c62033 : Clean <plurals> in FindActionModeCallback
9e38ebf366f5 : Clean <plurals> in ZenModeConfig
936a4e3687b4 : Add util class for plurals
e45f1e5facd2 : Remove forwarded insets
b216e02ab9b9 : Add a feature flag for settings_search_full_large_screen
ef3ca7d8e529 : TIAF: All the BIOP message types should be defined in DSM-CC response class.
824840d16de7 : Move Ethernet related files to f/b/packages/ConnectivityT.
0feb3c43a8a6 : Cleanup the legacy split screen (2/n)
5887b45dc9eb : TIAF: Redefine the API of Stream Event Response according to ISO-IEC 13818-6 specification
a070d18c3ce2 : Initialize FrameworkInitializer for Bluetooth
1a8877f52f2d : wifi: Add new API to notify wificond of CC have changed
ea8a9cb9fe55 : Fix PackageInfoUserFieldsTest ClassNotFoundException
54b9c9d66eb6 : Implement OnBackInvokedDispatcher
70ded85d7b97 : Run CloseImeToHome 5x as other flicker tests
867f7736a485 : Enable 3-button navigation mode on ReOpenImeWindowTest
678760023ef0 : [MS48.5]Remove INetworkStatsSession from SummaryForAllUidLoader
87be5d5f37f9 : [MS48.1] Remove INetworkStatsSession from ChartDataLoader
127b3d35411f : Always execute the dismiss end runnable on silent header clear.
6b1e78332ac3 : Use libnetworkstats instead of libnetdbpf
f6ec5cb588a8 : Delete libnetdbpf from linked libs used by libandroid_runtime
504c37630d5b : [MS56.1] Add NetworkStatsHistory#Builder
8de23851a057 : [MS65.3] Address comments at aosp/1954383
7fe38c486453 : Include process state data in battery usage stats snapshots.
70acdbf5faa8 : Tweak the restricted standby bucket timeout
cdf139841567 : WM: Call Transaction#sanitize
5d568eda6211 : AmbientContext (aka Ambient PCC) Framework API, with a client API for apps to subscribe for AmbientContextEvents, and a provider API for AiAi to implement and provide the detected events.
f9233fbb1c4a : Fixed several data issues
969f2370e18d : Make sure to udpate enterprise id
ba142e0089d7 : Demote flaky flicker tests from presubmit
79a583ae3d7c : wifi data usage: Update calling API name
99cc65c47001 : Remove unused IInputMethod#revokeSession
ef31feab628e : TIAF: build IApp service list for 1st getTvInteractiveAppServiceList
d930e0684559 : TIAS: add command param "tune channel quietly"
5242af609eee : Let the client set transform hint on its own
b2a6f7afa140 : Clean up the legacy split screen (3/n)
c5594827a2e2 : Have BatteryStatsImpl use the public NetworkStats API
4e2adbd3c42f : Add keep clear rects API
92edc518ff4b : Add WMS support for keep-clear areas
5262c0eb8247 : [MS61] Remove NetworkManagementSocketTagger#install dependency
d17d3c6b25ca : Finalized schema in AppSearchShortcutInfo
2c174780d80b : Refine WindowManagerInternal#getDisplayImePolicy
501107a4451f : Reduce potential lock contention during start input
664a75b40770 : Add line break word style parameter in the LineBreakConfig
3f64c1df9888 : Fix a transient view crash.
994e28169cb4 : New Pipeline: Call SectionHeaderView.isContentVisible=true when added.
9a4024f41e11 : Revert "Revert "Notify display brightness changed due to brightness transforms""
8f0fb92919de : Cancel brightness slider animation before checking its value
18005c149684 : Add a check to detect "duplicate app instances" bug
62e15f0a2050 : surface_control: handle acquire fence on BLAST callbacks
a0fc4c0cb976 : DPM API to set the SSID restriction list
85da5fd5f463 : DPM API to set Wi-Fi minimum security level required
5438955940a9 : MidiService: check UID in getDeviceStatus()
17629e2e4e57 : CameraManager: Update display size query
7f512ebc8a03 : Add ActivityListener to VirtualDeviceManager
95a0c2b05a7e : WebView: Add set/getAlgorithmicDarkening APIs
c70238c22ace : Open dream customization activity full-screen.
c4b9de7d95fd : Include saved battery history chunks into BatteryUsageStats parcel
5f6a031da0be : Add FAST_PAIR_SCAN_AVAILABLE to Settings.Secure
6765e85033ab : Deferring low and min priority jobs when quota is low.
bf3cc242fca0 : Fix Wbitwise-instead-of-logical introduced by clang-r445002
8519a9cb82d8 : Add a BindEventManager to fix ConversationNotifications.kt
2cf4b31bbbbd : getBitWidthOfLengthField -> getLengthFieldBitWidth
bf590fe7c9e3 : Add GameSession game task focus lifecycle methods.
666ad3a9ac14 : Prevent onImageAvailable from being called on stale listeners
19166cb1fc56 : Add API to get hibernation eligibility
1c5a7a3dda76 : BluetoothMidiService: target SDK 33
9efb9dca216d : Support frontend status readiness query.
50f887b05805 : Add BatteryStatsManager.getBluetoothBatteryStats() API
ad09fa8babe0 : check surface valid before screenshotting wallapper
ba46bf1c98cd : Use Executor instead of Transport for callbacks
67851334055d : CaptioningManager: handle a case where caption calls enabled resource is not defined
6487bc38c174 : Ensure that "smart" actions are shown in Talkback.
8cd256686477 : TIAF: The background of TvIAppView should be transparent
95e9e26c559e : audio: add spatializer output flag
8192e6ab08cb : Add carrier config for EAP-AKA fast reauth feature
86eabbb350b0 : TIAF: cleanup APIs of setup session use case
3c12e168a3f6 : Move rotate utility to DisplayCutout
c5b856d070ce : Add ComplicationType in ComplicationProvider.
b344d76fc7ca : Clean up DreamService.
59a64400b61d : Enable new pipeline on teamfood and master
9e9dd9c9f4f4 : Freezer: skip killed app
9b24fdfb32ba : Allow updating enterprise strings in the framework
de9cf3392d78 : [MS66] Initialize TrafficStats with context
a3b6f301779e : Add DeviceConfig namespace for Supplemental API
704afe20778e : Add TestAPIs to test InputDevice#getKeyCodeForKeyLocation().
71355cd52a9a : Add API to get KeyCode produced by physical key location.
197ecb2557ba : Add GameSession#takeScreenshot API
7bfc101b05cd : Remove additional logspam from SmartspaceService
a78e6fbbf581 : Add constants for enterprise strings in docsUI and MediaProvider
80d665bbbc73 : Pipe display install orientation 2/2
3f02c373046c : Add constants for enterprise strings in the framework
0f3f40aaac2b : Remove IMMS#MSG_SHOW_IM_CONFIG
71c14c451702 : Remove IMMS#executeOrSendMessage(IInputMethod, Message)
e218e7324663 : Remove IMMS#MSG_INLINE_SUGGESTIONS_REQUEST
2661ddcdcccb : Remove IMMS#MSG_START_INPUT
11c5c9cd8e1b : Remove IMMS#MSG_START_HANDWRITING
4ae443d2ecc8 : Remove IMMS#MSG_CREATE_SESSION
dd333ffc23c8 : Remove IMMS#MSG_INITIALIZE_IME
6002bbf034df : Move edit button next to page dots
eaca9e9ac47c : Monitor interface added and update bpf interface map
809b6fd75d12 : Fixing leaks in WindowMagnificationControllerTest
6f43804185b8 : Adding alexflo@'s team
02f65dd642dc : Service: transmits empty station list
a25e30e935ba : Adding debug mode for scrims
e2f7e4cd65cb : Improved visual debugging in NotificationPanelViewController
52aefa26214a : wifi data usage: Update calling API name
30bf7a9ad996 : Mock WifiManager.class for com.android.settingslib.wifi
7f3cec7db04e : Call TrustManager#reportUserRequestedUnlock
a295ebd5fc13 : Small fixes to PowerProfile and ModemPowerProfile
3c897648e492 : Add privileged permission to the Settings app.
b1cdcb26a989 : Introduce a permission to trigger lost mode
42e84a4cc449 : Move binder latency data logging to a background thread to improve performance of the main thread.
8b99e0bdf9e0 : Replace INetd#trafficSwapActiveStatsMap with ConnectivityManager API
d9edbe7a5034 : Add API for writing WM trace to file
287657ca9325 : Do not resume activity if behind a translucent task
a890d7b328dc : Add OWNERS file for ContextWrapperTest
7214fd7e2e62 : DO NOT MERGE Fix divider animation from overview screen
86b957648bf1 : Replace some netd calls in NetworkManagementService
4df0a65468c4 : Fix setSplashScreenTheme documentation
c1215eb058b0 : [5/X] Introduce BleCompanionDeviceScanner
13c70d6d293a : Add hyphenation pattern for Russian
399e06d648a1 : Raise SurfaceControlFpsListener to System API.
a972ee2eed22 : Add Provisioning bundle for indicating if MMTEL/RCS provisionig is required
bf5555738b3d : Grant CDM roles when association is created
bdbb2d15beed : Add limitPowerTransfer SystemAPI to UsbPort
bbfa92e69402 : Support IUsb AIDL interface
48ec0315a28e : Let the dimming window can provide multiple appearance regions
9193fa1c9353 : [AMS] Fix race condition in ProcessList.
c048d53e6038 : [MS29] Remove Trace hidden API dependencies
cfd146f5fb5d : Add API to filter out unnecessary PIDs from frontend output.
20689682e5ea : [DU03-1]Remove INetworkStatsService from BatteryStatsImpl
f331c8f5852f : Immediately revoke permission on process kill after a self-revocation
395f8deeff38 : Rename selfRevokePermissions to revokeOwnPermissionsOnKill
488d915febd4 : Add mouse handling APIs
8b0657c4892d : Remove the foreground service manager tile
ff7b453ca8e2 : Minimum impl of nav buttons rendered by IME
a9c24f5e8e2f : Reset override config when clearSizeCompat
1b97f8262c1a : Queue applySyncTransaction calls when there is active BLAST sync
72a8241ff73e : Queue startTransition calls made while already collecting
5a2018e61bcd : Remove IMMS#MSG_HIDE_SOFT_INPUT
ff0ec88857f0 : Remove IMMS#MSG_SHOW_SOFT_INPUT
b93d23495270 : Remove IMMS#MSG_BIND_INPUT
79cad7881cc7 : Remove IMMS#MSG_UNBIND_INPUT
040e6899941e : Remove IMMS#MSG_SHOW_IM_SUBTYPE_ENABLER
6495e3c93be9 : Clarify how IMMS#executeOrSendMessage() works
55cf7b093232 : Unhide VDM APIs
90ae8577384a : enc stat: Add feauture and its keys to MediaCodec
6f9e242b3858 : Revert "Implement Java Choreographer multi frame timeline."
cc6a06075722 : Remove READ_COMMUNAL_STATE from Shell
15f3679b3be8 : Check for Shelf icon Nullness.
defb2c2f7ecf : Remove AppWidget complication support.
065c327593e4 : Extract nested types from BaseClientMonitor.
5a183a47871d : Allow systemui to set wallpaper dim amount.
add9e6f184a6 : Renamed removeUserOrSetEphemeral completely
3492061b6de0 : Prefer WeakReference.refersTo() to get()
14ce8bc12010 : Framework support for AndroidKeyStore migration
3cfc426a23dc : Fix RX/TX calculations for WiFi and BT
c7f625ffc79f : Implement getGameModeInfo API.
a42d1cf2ac65 : Make ProcessRecord.isolated more robust.
174211109ccf : Rename ServiceRecord.isolatedProc to isolationHostProc.
9c9045241a4d : Add a new UID range for supplemental processes.
ad4c6c949280 : SpatialAudio: Provide API to allow/disallow low latency audio
dabdab0121b8 : Adjust notification scrim tint interpolator
0e96bcf1d532 : TouchInteractionController: cache motion events when transitioning between states.
57620822d372 : Scribe in View: enable Handwriting
d33a1e3f70ae : Fix broken test.
180e9686d6ee : [Media TTT] Add NoLongerCloseToReceiver callback.
62b193ca9569 : Don't remove temporary missing package's user data.
48ae5a779061 : Add permissions to the shell to allow creation of CTS tests for trust.
12509d07d560 : Update proto OWNERS for biometrics
ca400ac4a9d4 : [Media TTT] Add TransferToThisDeviceSucceeded callback.
a4cc251eb8d2 : Include MIDI service OWNERS for internal/midi
fff1797319f0 : Add BLE MIDI peripheral connection to standard BT connect UI
2f762f10ec89 : Add BatteryStats owners to PowerProfile ownership
0856f76846e6 : Fix concurrency issue with BatteryUsageStats
d4396b9a9d69 : *ServiceStartNotAllowedException shouldn't have a "cause"
c109b7301dce : Ensure call notifications appear in the "ForegroundService" section.
137fadc8a04c : Ensure important people conversations appear above their unimportant siblings.
6c1a0d0013b0 : [CDM perm sync] Add user confirmation UI
ee70abee90fe : Add head tracker sensor feature to PackageManager
c52feead5329 : ENABLE_TOUCH_OPAQUE_ACTIVITIES to default enabled
5efebf4c704f : Use own surface bounds as touchable region
f227a2c9a10c : Add traces to BackGestureTFClassifier#loadVocab
19519e58a3ce : Add support for rendering a View ontop of the GameSession's task.
e6cb8689ee71 : Don't show requested UDFPS when kg isn't showing
d9b9cf9c5018 : [New Pipeline] Hide section headers when keyguard showing
fe195c9b7eb5 : Making Process.NFC_UID SystemApi for modules
395434d4e608 : Trust agents can show a message to the user on grant
8ef85375cd7b : Add log dumps for taskbar
a0ac8f6713c8 : TIAF: rename IApp -> InteractiveApp.
639fc8a684c9 : Add dismiss button to clipboard overlay
598fe44435e1 : Fix a format mismatch in IMMS#MSG_HARD_KEYBOARD_SWITCH_CHANGED
7a7f20bcf6d5 : Remove READ_COMMUNAL_STATE from Shell
f3ab1c4a6d6a : Convert HeadsUpCoordinator/Test to Kotlin
16ee1da74ecf : Add required flags to registerReceiver calls in sysui
134550b54494 : Increase the GroupCoalescer's minimum linger duration.
d41d1a691a3c : Device state based auto-rotation setting: add fallback setting mechanism
a014e4441b7b : Deny clip data when the app is in a virtual session
60103fcfb607 : MediaSession2Service: Doc notification permission
86dfdd49d5d3 : Fix UnfoldLatencyTrackerTest
d71bd8533b99 : Replace 33 with a ref to Build symbol in javadoc
0157866be7ef : [MS65.1] Add NetworkIdentity#Builder
c62a7442a9e6 : Correct error message for cross-package signature checks.
fc3ec92a971c : *ServiceStartNotAllowedException shouldn't have a "cause"
1c620df4b832 : Ensure cdm clear cache command persists state
b993531c0da0 : DO NOT MERGE Prevent apps from creating blocked channel groups
923cd9e73ea4 : RESTRICT AUTOMERGE Read flag resource overrides.
56234479f9a1 : Add get command.
d63ed921ea9f : [Fold to AOD animation] part 3: do not collapse notification shade and delay doze display mode
5af1c38cd10f : Avoid accumulation of user state persist requests
ddf2c6dad2ac : Add getString override that accepts format args
968b1b2095e7 : Add APIs to allow updating enterprise related strings
9f17bbdb1bb1 : Avoid double lookup in cdm association store
4611f177e056 : Remove READ_COMMUNAL_STATE from Shell
b0c3147a9cc7 : Add persistent uri permissions westworld reporting
1bcc8203bb6d : Use mAddressMap in cdm getAssociationsByAddress
20ee4a0b92c3 : Expose LAUNCH_DEVICE_MANAGER_SETUP as systemAPI
8dedb5843a1f : Avoid calling the same on change listeners twice
cca803cba881 : Add error handling for onConfigurationChanged
72d39bb603b6 : Add dream complications enum and Settings API.
382c4e80a796 : Allow extra keyguard logs to be enabled via adb
765f583a9b93 : [MS46] Remove INetworkStatsSession usage from NetworkCycleDataLoader
fb8841d1ff7c : Add more owners for LayoutlibLoader.cpp
6bbf09402354 : Check AppOp mode first in hasExternalStorageAccess
277373ea256f : audio: add Bluetooth LE Audio broadcast device
caaa2364e923 : [MS57.1] Prepare APIs for data migration utility
685a738d191e : [MS45] Expose SystemApis to query summary and history with template
304be56bdf0c : [MS41.1] Prepare for APIs for querying usage with template
e55e9c67f8ce : Allow customization on the learn more text in FooterPreference
b7542a3b9d17 : Add system API to PersistentDataBlockManager to return config_persistentDataPackageName
ecd34d4f3243 : Correct permission check for M_E_S and order of getApplicationInfo in the API
50f0c47adbc0 : Add intent action to establish network connectivity prior to provisioning.
51b20acd469e : Remove process restrictions on dmabuf_dump for statsd
869f53b3d7cf : Do not initiate clip classification again when copying to profile.
d3a5461b7ff0 : Add EXTRA_PROVISIONING_ALLOW_OFFLINE
77fb00ddde6c : [DU07]Remove BatteryStatsImpl NetworkStats.subtract dependences
a47d72c3c262 : Restricting creation of Clone Profile when the device owner is set
ac4276a9efaa : Enable 3-button navigation when kids mode is enabled.
737bd6d0be1c : Integration of back gesture animation on Sysui (BackNav 2/n)
b7a4a91bbf25 : Fix broken tests of ApplicationsStateRoboTest
5f4f00dce4e2 : Update pkg mgr flags to match uninstalled component for GMS
01b442cf4e0d : Update tests for only enabling QR scanner in QS tile
26e93a13eebf : Add support for only enabling QR scanner in QS tile
f29cf7bbb506 : Makes constants related to cache configurable via DeviceConfig API
a0f1107f199c : Media CP queries redirection from clone profile to its parent
4ad04d526800 : Ensure shortcodes beginning 40xx are free of charge as per ITU spec
1cb5b92d26fc : Add bedtime subtexts for night mode quick setting tile
4e4babec1aa3 : Create owner test files for subpackages
d041a82719e7 : hap: Add constants for the Hearing Access Profile
e864576c710d : CEC: Respond to GIVE_FEATURE message even in standby mode
6d934e0b4872 : [DU05]Remove the android.provider.Settings.Global in NetworkStatsService
042863832fa1 : Revert "ENABLE_TOUCH_OPAQUE_ACTIVITIES to default enabled"
afad4c7fc525 : Fixes opening task from Recents can be hidden.
f37bfeaa2f13 : Support to merge transition to remote handler while in split screen mode
028954b0b1a6 : Let TransitionHandler to clear the transition-leash
798075a5663a : Shift Recents task to top when opening Recents.
e216d2dff090 : Fix incorrect magnification window size when the dvice is folded
49f7afe68b96 : Add tag availability checking mechanism
a9008580f48f : Add public API to ProvisioningManager for IMS/RCS provisioning by updatable provisioning app
0fc06be8cad5 : Start NearbyService when system server starts.
4d2312527159 : Notif pipeline: call on UpdateFinished() callback after adding a child.
97ff3f34567b : Mark NetworkStatsServiceDumpProto userdebug_and_eng_only
355b254c4180 : Clarify number format expectations for get/setPhoneNumber
74b4c1e1e9bd : Revert "Implement Java Choreographer multi frame timeline."
ed0481d2f6e4 : Fix IndexOutOfBoundsException on VirtualDisplay removal
a36606b5ee65 : Revert "Notify display brightness changed due to brightness transforms"
fed3221c9044 : Revert "Notify display brightness changed due to brightness transforms"
bb925fb03422 : Add SparseLongArray.incrementValue()
eab029ce8d58 : PiP: Disable enterSplit for now.
be9ebef02cda : Defer sleeping / waking the device on device state changes.
c0999600ee78 : Provide OnBackInvokedDispatcher from Activity, View and Dialog
fd184683cbf0 : Create directories for wallpaper effects generation api and and owners files. Bug: 213238425 Test: meta file change
14b38d5a0023 : Introduce IOnBackInvokedCallback and OnBackInvokedDispatcher
5406c438f7f4 : Update current.txt for Broadcast feature supported API
a936a2519848 : Add MIDI 2.0 host mode support
256519a529fc : Add logcat service to track logd access
5f97f2237cf4 : Add new MANAGE_WALLPAPER_EFFECTS_GENERATION permission for the cts test
b20012abb12c : Do not revoke POST_NOTIFICATIONS for pre-M apps
4dbd1fd45057 : Remove RCS columns for a feature that was never implemented
4cd04a25499f : Attribution of Bluetooth power per process state
9ed5fe201c7e : Add setAllowedActivities/setBlockActivities implementation
c039bb094b0b : Update current.txt for Broadcast feature supported API
cc9c6441069c : Fix negative frame time nanos.
cbc67df47127 : Makes DPM.getLogoutUser() and clearLogoutUser() system APIs.
9d6b131a0b76 : Declare size outside the loop.
b90933a1cc50 : Add OWNERS file for TrustManager et al.
a2812e51df9b : Add USAGE_FRONT_BUFFER constant
7a7ec0e61af8 : Add a setting which stores whether or not to show system location accesses. This is needed for aligning the location indicator to the recent location accesses page in location settings.
b016336ebe41 : Add a separate device_config key for slice-pinned events.
b42f5ac8bcf2 : Unhide ApnType.ENTERPRISE
2c70244d2169 : Add @EnforcePermission linter
7d051f9af50f : Fixes for unbundled tests.
07ffb336d9c0 : WM: Fix input dispatch timeout for instrumented processes
634b425e634e : Adds PackageManager#FEATURE_WINDOW_MAGNIFICATION
69538cf7f379 : Disable pointer authentication in app processes.
47322cf3af4e : Add config for DMRH updater
51dcd501ee6b : Export matchesLanguageAndScript() API in LocaleList
c2c7f90b63ee : Add Setting for Wet Mode/Touch Lock Mode
4263ab66370e : [Night] Add a new night theme trigger: bedtime
9fdff9bb07db : Revert "Implement Java Choreographer multi frame timeline."
db57de3f8567 : Introduce builder pattern in ImageWriter class
86c3170af722 : [CDM perm sync] Add data store for SystemDataTransferRequest.
6e3b9b21010c : New @SystemApi's in BluetoothMapClient
24af7f1d52b6 : Make BluetoothPbapClient and select methods @SystemApi
abd3ae5d80ed : Add OWNERS files for AttestationVerification in frameworks/base/core/java/android/service/.
9c4045f7c9c2 : Changing readParcelable and readSerializable's method signatures.
974712839437 : Fix prefetch test.
cb366ac33d31 : Make BluetoothHeadsetClient and associated functions @SystemApi
7829fad8435b : Lower autogroup count from 4 to 2
18c46bc0f243 : SysUi: Distinguish between location indicator for system app ops vs others.
37b3549807d1 : Add a limit on channel group creation
a0f62f219390 : Change the way in which user preferred display mode gets applied
95d764cfa848 : [MS64] Remove subscriberId and NetworkId in proto
d5d6db78d243 : Fix Keyboard not hiding when dismissing remote input from shade
7951f08f7d6f : Added callback from Tethering to PanService
d997d0ca2aba : Dump ApplicationInfo for APEXes.
f727d0dc3ca5 : Move logics of suspending packages out of package manager service
a774ef6bcb03 : [4/X] Introduce BluetoothCompanionDeviceConnectionListener
7832b1ac20e8 : Ignore broken tests
791eb6934d6d : Ignore prebuilt shared library if it doesn't exist on device
64a27bd856ad : Ignore vendor apex priv-app permission allowlists
5765fa9fb81e : Add test for parsing apex allowlists
1df9a1e8f5b1 : Rename updatable-library to apex-library
d07c18877456 : Letterbox apps in multi-window if resizeable only due to supportsPictureInPicture.
25af083ef97d : Clone LocalFloatingToolbarPopup to RemoteSelectionToolbar
5c228ca3e97f : Parse new xml attributes used for updatable shared libraries
66fc1f194126 : Create XML parser only once.
1a5cb387d654 : Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""
b1a5c3885db2 : Update current.txt file for getConnectedGroupLeadDevice
4f563a4ed5e0 : Split out the nsd API surface and use framework-connectivity-tiramisu
7cddc6a22782 : audio: Fix possible NullPointerException when DEBUG is true
a04b3666b861 : Add hide-non-system-overlay flag for HarmfulAppWarningActivity
c100db56a295 : Split out the nsd API surface and use framework-connectivity-tiramisu
726cc14c0101 : Fix broken tests on LocalBluetoothProfileManagerTest
dde365777a33 : Add wallpaper dimming SystemAPI and implementation for handling dimming set by multiple applications.
3883b1a56ce5 : [3/X] Introduce CompanionApplicationController
0267771f63e3 : audio: add Ultrasound input source and content_type
aa8c5e8f733f : Return PO or DO for POLICY_SUSPEND_PACKAGES
79eca48b7b9c : Call waiting add the error reponse for FDN_CHECK_FAILURE
1f7ddfeda274 : Have NetworkStats implements iterable
d9c9831f7162 : Add AUDIO_FORMAT_LC3 in BtCodec
57c59fba4c21 : [MS24] Remove FileUtils.sync dependencies
53d603a751ec : [MS37.1] Expose APIs which is used by NPMS
90cd83a0d25c : [MS55] Remove INetworkStats dependency from DataIdleTest
d122286a5751 : Removed edge and tip hint for udfps
dc38701d3848 : Fixed silent mode alarm play at full volume
3963ec484d0e : Update the system-current file for getAudioLocation API
f22bb743b4d0 : Fixes an NPE in ShortcutService
8c9f13f1e172 : Adds capability related setters in ShortcutInfo.Builder
509eb388cc18 : Use animation end bounds in previous rotation for closing
e11afa83f8f3 : Remove unused field ProtectedPackages in the ComputerEngine
dc80c2a78bda : Call DeleteLocalRef on gnssAgcArray
938eb8fd2ded : Fix IME flicker by dispatching unrelated insets after unset IME frozen
08a10463523e : Use the latest static shared lib version for signature checks.
2d6fce65c23d : Create new DesktopNavbarButtonsViewController class.
c8460d8e2136 : cleanupOrphanPA's feature framework (2/2)*
d584c276bd5e : Handle channel changes for bubbles
5f0851dfe8c0 : Add new publish trigger type
0c8efa76f459 : Update OWNERS file for related game modules.
ef9b368d1bca : Make sure parallel broadcasts enforce excluded permissions
32354d952bc8 : Adds Launcher in-window animations, and reworks how the unlock flow works.
d611c5a36cfc : Fix default value type : should be long instead of int ..
fbfd4e475391 : Migrating frameworks/base BT files
146945464bc9 : Camera: Enable 10-bit output camera API
1d0bb04d78ee : Move ComplicationProviderTest under appwidgets.
ccd8884f35fe : Fix memory leak in JNI
3118ac44a3ca : Output FGS notification permission state to log.
39cdae1f82e3 : Installation fail for mismatched certificates.
be8f83a5e5cd : Sets the first boot in installd to create data directories with project id
52895c12cb3c : Unhide ApnType.ENTERPRISE
efbb31963003 : Move package parsing to services.jar
e48d20105323 : Add service-supplementalprocess to combined_apis
d53ea831984a : Document context of MediaMetadataRetriever new throws clauses
d5a21c1f94cf : Apply VIBRATE_ON settings in vibrator service
a01a1f699355 : Deprecate boolean settings for haptic feedback and vibrate when ringing
238513aa70bc : HBM_ON_HDR stats requires HBM enabled for HDR playback
a52463fd6e71 : Fix a mismatch in Bitmap_createFromParcel
ab96d4bb3b77 : ENABLE_TOUCH_OPAQUE_ACTIVITIES to default enabled
811fb71ae2db : Define new AUDIO/VIDEO/IMAGE permissions
aca134f87761 : Fix a mismatch in Bitmap_createFromParcel
7b422dc1a1a4 : Fixing ControlsRequestDialogTest
639a139e5f38 : Remane shouldExtendLifetime to meaningful maybeExtendLifetime
796fa1f02dc5 : Expose new head tracker sensor type
8624015554c3 : Periodically jitter dream overlay to prevent burn-in.
d23d6bb38ae5 : Fixing duplicate status bars in unfolded mode
cab0fbeaa96d : Revert "Workaround SysUI crash with incorrect Context for Theme."
08bb56af6101 : Revert "[pm] remove circular dependency in init helper"
a7dc64adc18b : Resetting shade state when unfolding on keyguard
b292ef191088 : Clean up CommunalManagerService
28d940e33ab7 : Fix NPE in Binder#getTransactionName
ff4060f5a59b : Reformat unfold lib with ktfmt
c5bd57337074 : Change window type of Media Projection dialog
d593dcd5c36a : Fix a11y add in TileAdapter
4b4bd18f53f7 : Add placeholder preview image for dreams.
4e90170d22f9 : Remove CONFIG_SCREEN_LAYOUT from InterestingConfigChanges params
3d7dc6d0a001 : Allow Game Service to trigger the Game Session creation
aa6a7754ea82 : Fix missing group alertOverride recalculation
99b1011efdeb : Allow alertOverride if the summary GROUP_ALERT_ALL
f87c4e7bdcb5 : Fix the animation glitch when NSSL adds and removes a HUN in the same frame.
d15616a547a0 : speech: Add api to check request is supported
21f78c2df08b : Update all persistent kg messages when kg is shown
f9921942c4f0 : Allow the installer of an app to get the app's locales.
1352272eb620 : Revert "Introduce initOrder for apex-system-services."
919aa5d68829 : Modify LocaleManager#setApplicationLocales Javadoc to explicitly mention persistence, and B&R.
691f8bbfd7b4 : Avoid some reinflations when unfolding
f5a32ba38b43 : Prefix CDM's "primary" tag with "android.companion"
cad2f559e377 : Explain synchronization in CDM's PersistentDataStore
80ecc67235dc : [SafetyCenter] Add reason code for ACTION_REFRESH_SAFETY_SOURCES to place an app on temp allowlist to start a fg service.
85316ade7dd5 : Send broadcast when a device policy resource is updated
3b378b1f47cc : Add APIs to allow updating enterprise related drawables
14d8e9450e97 : Scribe in IMF: CursorAnchorInfo#getEditorBoundsInfo 3/N
491914c17c86 : Fix leakage of DisplayContent referenced from TransitionController
a4ca5286d25a : Server infrastructure for back nav animation (BackNav 1/n)
c96cfffa8447 : Refactor TestSplitOrganizer and remove useless code
e95eaf7f5a94 : Setting ASM to version 7 in sdkparcelables
8423dd15ff7b : Verify the incoming package first.
83d4efbbe320 : Enable flicker test group1 with Shell transition
44e8debe6be5 : Prevent Idmapdaemon from failing set system property
113c28722b0f : Add an public api to create a DisplayCutout with path for test only
cbc8fed0bfb9 : Register NearbyManager in SystemServiceRegistry
7332dedcd1c5 : Fix default value type : should be long instead of int ..
1c6c66c9578a : Fix the Preconditions dependency in EthernetNetworkSpecifier.
33a02acc177c : Migrating frameworks/base BT files
45f0d14bc794 : [MS63.1] Remove TrafficStats.TAG_SYSTEM_DOWNLOAD dependency
53cea51d24a8 : Revert "[Output Switcher] Enable volume control for single cast device"
47857a0a8b1b : WindowManager: Support focus for SurfacePackage overlays
1f3edaab039b : Inline InputMethodManagerService.MethodCallback
321550e784d2 : Move trace points to IMMS#onSessionCreated()
c3681aa19306 : SpatializerHelper: head tracking init / dump
7d450e99fc7e : Add navigation role for Automotive.
1745d751578f : Migrating frameworks/base BT files
9592c8bb61d3 : Remove defaults that add nothing
c1d2e899ace9 : [DU04-1]Remove NetworkPolicyManagerInternal from NetworkStatsService
4468d7c6bf2d : Create a filegroup for public stub sources
fd31645f856f : Minor refactorings in api.go
cb00f945962f : Convert merged module lib stub to api.go
05e944d8df7d : Some minor tweaks for api.go
07a1295cfa31 : Temporarily add support for conditional modules
cc18e03e4401 : Construct sdk-annotations.zip programmatically
ec450c058e4a : Replace manual genrule modules with combined_apis
7854980515a3 : Fix test source reference
2070234cce88 : Make InputMethodManagerService#MSG_INITIALIZE_IME private
06c399853273 : Inline InputMethodMenuController.HardKeyboardListener
b857172c733d : Replace buildTemplate* with NetworkTemplate.Builder
c4c1949aa2c5 : [MS60] Remove TrafficStats.TAG_SYSTEM_APP dependency
f38f5b0d963e : Introduce SimpleBatchedInputEventReceiver
77a4620a02b3 : Update enter pip focus change test
dc84c1907d44 : DO NOT MERGE: Downbranch don't need this adjustment [Output Switcher] Keep showing the add button
8ad5a57b963b : Add constants to support role holder updates
4fbe06380e5f : AudioDeviceBroker: Add missing break
6f4cedb5fd4f : [MS30] Remove ServiceManager#getService dependency
d7f3452d9d1f : Add clear-association-memory-cache shell command
f17329ae1da9 : add test coveragee for BtProfileConnectionInfo
32189e824f2e : libinputservice: Enable thread safety annotations
5693cee2f91e : Allow its WindowInfosListener to outlive PointerController
157738c8a05b : Support backgrounds during animations in shell
4a7c92736057 : Add API to show background behind animating windows
6fbb4bc8649e : Add CDM CTS test modules to Test-Mapping Presubmit
044774b829c6 : Grant SysUI SET_WALLPAPER_DIM_AMOUNT permission to set the lock screen dimming.
77fb68e61f1a : Add ambientLightHorizon to DDC
ecf9fc3cabec : Create a filegroup for public stub sources
3b6477f81b82 : Rename framework-media-sources
1f5f0d0039a9 : ShellTranstion: Apply recents input consumer when the window in transion
063dec5e4d2f : Fix multipathPolicyTracker query-update loop
4b28a9a63cc8 : [Provider Model] Fix the overlap when changing the font/display size
726d387e82ed : Adds APIs to let live caption can access the data in the DB (2/n)
c53d34b4bae0 : Fix handleStreamValidateAndCommit() (5/n)
914d60cec10b : Add getter for the fields of NetworkStats.Entry
46888e3df245 : Grant SET_WALLPAPER_DIM_AMOUNT permission to shell
544180b0bb43 : Impl Dumpable for ScreenDecorations
880e2e4f3c43 : Add accessibility tile serivce compoment
3c1ea525ed66 : Consolidate recent animation in split screen with shell-transition
71704ae7a5fb : Modify KEY_IMS_REASONINFO_MAPPING_STRING_ARRAY's description
f0d1e6724dbb : Refine the plural strings design in SettingsLib
b5d1ea7a0821 : Moved 5G+ PCO related code to data modules
4c0b536a94ad : TIAF:add toggle teletext api
6f8235fc8004 : WindowlessWindowManager: Support touchable region
bf93602e1f38 : TIAF cleanup: add missing APIs part 2
a5729ee2dcb4 : [MS37] Replace NetworkStatsManagerInternal usages in NPMS
f2eb3a58dd67 : [MS36] Remove unused getNetwork[Total|Uid]Bytes
fa02276ba3f2 : [MS35] Remove getNetwork[Total|Uid]Bytes dependencies from NPMS
0ca70fff4008 : Revert "Pivot network statistics to use DataInput/Output."
9fe40410a960 : [MS43] Remove EventLogTags depdendency
0467d70d13dc : Make InputMethodManagerService#MSG_* private if possible
23418fe57775 : make UiccSlotMapping constructor a system API
94904647a411 : Add setLineBreakConfig API
0bd4952f49e4 : [DU04]Remove NetworkPolicyManagerInternal from NetworkStatsService
fc284c9001c9 : Add ability to send double extras from adb.
5af0462a57e7 : Implement Java Choreographer multi frame timeline.
fd8687974a3f : Refactor legacy pipeline group alert transfer & group manager
de14599c4231 : Add unaudited exported flag to exposed runtime receivers
d6cfe1ed8344 : Attribution of WiFi power per process state
6f66de2cc98e : Fix DataSpaceTest cts issue.
284ecc71fda8 : Clean up framework stats logging.
5ad064f0173c : Use AVsyncId typedef in hwui.
7e47b3dd7d7f : Use AVsyncId typedef.
500ecf3236ce : Import translations. DO NOT MERGE ANYWHERE
bb5c49e51082 : Update AndroidKeyStoreMaintenance framework API
8dfdfa531056 : Import translations. DO NOT MERGE ANYWHERE
2711c92eb6f7 : Import translations. DO NOT MERGE ANYWHERE
c53ce4c9f880 : Import translations. DO NOT MERGE ANYWHERE
c5870353837e : DisplayContent: Remove unnecessary setRelativeLayer
d9d1a51c32d1 : Import translations. DO NOT MERGE ANYWHERE
997c684ac29e : Add call to TrustManager for SystemUI to propagate unlock requests to a trust agent.
0ef2dd51b40b : TIAF: rename IApp -> InteractiveApp part 1/2
5d4ef457c51b : WindowManager: Add basics of generic overlay support.
84a606287e52 : WindowManager Task: Update surface visibility
235d7a46ca44 : ImsService Subscription Notifications
22f9d241ccc7 : Import translations. DO NOT MERGE ANYWHERE
34ac32953cf9 : Makes it so changes to device state that have the FLAG_CANCEL_OVERRIDE_REQUESTS flag cancels all override requests
9544bf7db698 : pm: add delete-dexopt command
c5f7cfe52db7 : Dont clear Notifs with FLAG_NO_CLEAR
5852540a88e4 : [Media TTT] Add an undo callback to the interface for when a transfer has succeeded. The callback will be invoked when the user presses the undo button.
5631f245d40c : Import translations. DO NOT MERGE ANYWHERE
f03d832c434c : Add VirtualDevice.launchPendingIntent
fdc43c053164 : Import translations. DO NOT MERGE ANYWHERE
3f3c6adaabb7 : Import translations. DO NOT MERGE ANYWHERE
c0c89e419e52 : Import translations. DO NOT MERGE ANYWHERE
7b0ab311f357 : Dialing phone state should update active sub
996d6292cce5 : Fix CLEAR_USER_JOURNEY_SESSION_MSG
a6d18d89f953 : [Media TTT] Add the #transferToReceiverSucceeded callback.
06d9d6539416 : Add ATrace in critical points for unfolding
c01608b59c7c : Add ApexSystemServicesTestCases to mts-core.
c7022e19a8b1 : Service: transmits empty station list
4228dd1bf3e6 : Delay sending notif block state broadcast
4831a179cb22 : Extract device state rotation lock settings management to a separate class. This will be followed-up by a CL moving it to SettingsLib so it can be shared with Settings
62086fdaa342 : Add action to query <Set Audio Volume Level> support
dcccddfbb10a : Add feature action for sending <Give Features>
af90af79315d : Add GnssAutomaticGainControl to GnssMeasurementsEvent (frameworks/base)
2af8848d6921 : Update CEC network with feature support on receiving <Report Features>
5f812220f770 : Create class for building and parsing <Report Features>
f430140f9910 : Validate all messages on construction
abbbf2ae456b : Keep DeviceFeatures updated in local devices.
23181eb8a6d6 : Add CEC feature tracking to HdmiDeviceInfo
8bd2ec2f2290 : Refactor HdmiDeviceInfo construction to use a builder
7f9b6a6ca702 : Update UIEventLogger
ccfb9d9b3609 : Report HBM events to StatsLog
0a9e952f1d29 : Add OWNERS block to manage slippage during migration.
adc3de915534 : Revert "replace UserManagerInternal with UserManager"
173116efb4a0 : Make AssociationInfo immutable
9bbddb730210 : Satisfy charging constraint earlier for top apps.
4d3df820d825 : Add filtering and directSampling features for BitmapShader
899766a79e58 : Minor refactorings in api.go
1e0219774fc5 : Move Scheduling system service into apex manifest.
457bab63923c : Fix missing group alertOverride recalculation
6ee64f6f263f : Allow alertOverride if the summary GROUP_ALERT_ALL
0950c0197a2c : Refactor Ringtone.playFallbackRingtone
b3555db9f0da : [6/n] Camera Compat UI: Dispatch pending events in task organiser to ensure state update in UI.
a43c84666b4b : Fix some remaining QS animation issues.
357207971089 : Fix the animation glitch when NSSL adds and removes a HUN in the same frame.
8986586ab3dd : Catch ArrayIndexOutOfBoundsException in ExifInterface
074a7f4ccd1d : Prevent apps from creating blocked channel groups
531604d4a7d9 : Fix IME snapshot applied on non-IME input target window
9c327699b8a6 : Remove redundant API
f09c6b11e10e : Add atom to record controller state changes
9d569d3222ed : Add field to record state of background geotz
4dd34c1fc36c : Add fields for "enhanced metrics collection"
70873fd60179 : Enable flicker test group3 with Shell transition
46f0571d47fd : Make Splash-screens touch opaque cross uid
ed3d76eb204d : Clean-up some warnings and docs bugs in PowerManager
e351c35be8b8 : Clean-up some warnings in PowerManagerService.
1a19e33dbd04 : Remove all overrides of an app that isn't installed when flag changes
fa861a6b5d87 : Enable nested scrolling for locale picker
11ec828ecd8a : Make IOnAssociationsChangedListener.onAssociationsChanged() blocking
eb9bced787a0 : Import translations. DO NOT MERGE ANYWHERE
9e9b8b31bf48 : Import translations. DO NOT MERGE ANYWHERE
30abc90f6efb : Revert "Uses SF callback windows for the A11yWindowInfo [1/n]"
fb3af5bbaa94 : Revert "Uses SF callback windows for the A11yWindowInfo [2/n]"
50f53e888466 : Revert "Use shellRoot to identify PIP menu window"
df407d1dd43f : Revert "Apply display transform to window bounds and node bounds"
9adebdf38dcb : [MEP] EuiccManager API modifications to support carrier apps
0477dc60a8f3 : Add unique notification id for setting up dream.
6fce6e66ed95 : Add a knob to change the impact of the notification-seen event.
255f348a49b9 : Tidy up CtsAppSecurityHostTestCases for PM test plan
d24047fdbc91 : Disable eject button for StubVolumes
03e4a8485fb1 : Cleanup the legacy split screen (1/n)
1cb61528952a : Ask the policy controller for launching activities
1f51af76b5bb : [pm] fix constructor of InstallPacakgeHelper
e0606dfb496f : Revert "Revert "Listen for individual subscription mobile data toggles""
2f458df6f774 : Do not lock when biometric lock status is cleared.
a6d9a31a237d : canAddMoreProfilesToUser considers MaxSupportedUsers
98d764bcf3d7 : Add PICTURE_IN_PICTURE_SHOW_SETTING UI event log
47d7776959ec : Enable flicker test group2 with Shell transition
c24c9f735cf2 : Update tuner module owners
6391ebe71540 : Improve the API doc for setVcnUnderlyingNetworkPriorities
95094c6485cb : Support not tuned PLP info query.
de364ea6476c : Fixed silent mode alarm play at full volume
d8c3b65041fd : Add new permission START_CROSS_PROFILE_ACTIVITIES
1679ed09011e : Fix newly discovered crashes in FusedLocationProvider
3712a2a7c0a8 : Update hwui with renamed AChoreographer method.
545adcd1f77b : Update libandroid renamed AChoreographer methods.
b3defd20a441 : [Media TTT] Add transferToThisDeviceTriggered callback.
c751b74f4868 : Add API for checking if call captioning is enabled on the device
babe2cd5f388 : [Media TTT] Update chip states to not require otherDeviceName if they don't need it. Define a #getChipTextString method instead.
4e251482e13e : Define two new permissions to guard role-based access to AppSearch.
60bb228f70da : [Media TTT] Add the #transferToReceiverTriggered callback.
8cfa5678d221 : Modifies the Trust Agent API to support Active Unlock.
bd4cd38772f2 : Check current user when the operations runs for fingerprint hidl.
a0cf54232c49 : [Media TTT] Add error state.
4d4b6c47caee : [Media TTT] Don't use futures for determining whether a transfer has succeeded or not.
b8bcb11dd712 : [Media TTT] Add the #closeToReceiverToEndCast callback.
e19a1c6836d5 : APP languages detection
bcafba3a1f92 : Creates a generic mechanism to dump app-side information.
36063b228b3f : Add missing javadoc param
159ca40bc5a8 : Indicate that UID_REMOVED has EXTRA_REPLACING.
7363fc0a388d : Added SystemApi annotation to REASON_BLUETOOTH_BROADCAST
8646e2c02c1f : Add hasSentValidBubble to NotificationManagerService
9d08478274d9 : Do not throw exception if storage app data isolation is not enabled
446644041bc2 : Revert "Revert "Fix enrollment cancelation race conditions.""
2f51277ebfda : Improve how "likely an AOSP change" is detected
6fb25a666517 : Enhance dagger usage in UnfoldSharedModule
836eb795f095 : Make snapshot window optional in appWindowIsVisibleOnceLauncherWindowIsInvisible assertion
2dd968d7ef2e : Add ril constant for slicing config change
0af56b4b7b51 : (1/2) Placeholder for permissions that need to be declared for SupplementalApis.
0a93932437ae : [Media TTT] Add DeviceInfo to the service callback.
38aa601aa20c : [Media TTT] Add the aidl interface for the sender and a service that implements it.
80471c88181a : Revert "Set the default drawable color on a button to the same color as the text."
c4399988e859 : Sensor: expose sensor UUID to sytem and audio users
876e779427ee : Load rotation settings when creating a display
47ff71a9020c : Convert merged module lib stub to api.go
b108f75b9d7d : Some minor tweaks for api.go
cc4fe8984ad5 : Revert "DO NOT MERGE: Decode the input of both setStream and setResource calls first"
b6509bdc18b3 : Revert "DO NOT MERGE: Decode the input of both setStream and setResource calls first"
4c5f09cab3c5 : Revert "DO NOT MERGE: Decode the input of both setStream and setResource calls first"
97cfbb90bcb0 : Return PO or DO for POLICY_SUSPEND_PACKAGES
aba1d77ff786 : Revert "Decode the input of both setStream and setResource calls first"
8308d9e9811e : Introduce initOrder for apex-system-services.
adfc1e0674f7 : [2/X] Introduce CDM PackageUtils
09d60d511101 : Sets OWNERS file for wm tests.
f4dc39454572 : Prevent apps from creating blocked channel groups
450617d4fbaa : Prevent apps from creating blocked channel groups
119d8e1b2849 : Prevent apps from creating blocked channel groups
37d4053d47ee : Prevent apps from creating blocked channel groups
c5b545329fad : Prevent apps from creating blocked channel groups
efecc41baae2 : Synchronize access to mNotificationsByKey
ecf14412d311 : Runtime resolution changes
f598641d7fef : Revert "Listen for individual subscription mobile data toggles"
daeb6a944a54 : Expose getAudioDevicesForAttributes
a8e3488cc384 : Temporarily add support for conditional modules
16ff357dfd01 : Refactor api.go to simplify Android.bp further
c5f263b7a34c : Revert "Add carrier config for EAP-AKA fast reauth feature"
494d04df7336 : Add configuration for stronger variant of DWB
7cb77f73470b : Add constants of VpnManager events
819ab25c2fd6 : Fix NPE on calling Resources.getConfiguration()
b8f7654bd343 : Use builder to pass profile network preference
8b79e2674a3b : Report data to ApplicationLocalesChanged atom.
3d04700c231e : Revert "Prevent apps from creating blocked channel groups"
073e1ac89bac : Expose entry/exit bandwidth criteria APIs for VCN templates
ee22e0d57dd5 : Add minimum required bandwidth to network templates
721c2957f2ea : Set correct bubble traversal order for a11y
ab09c99f9a6c : Add minDistance parameter to GnssBatching (framework/base)
a3fc4405a172 : SurfaceControlViewHost: Add side-channel to SurfacePackage
3a56afcb7490 : Revert "Fix enrollment cancelation race conditions."
b78314482d31 : Add checks to detect wrong conditions when creating Applications
f3005426a365 : Revert "Migrate unsafe parcel APIs in framework-minus-apex"
541f591ae99b : Fixed a crash when dragging down on the NotificationShelf
42842fda3e19 : Refactoring GameManagerServiceShellCommand
314e2b37f286 : Add PolicyDirection InfDef annotation to IpSecManager
f4dc031e6c25 : Revert "Fix enrollment cancelation race conditions."
1e966a3796c9 : Add hyphenation pattern for sv
3d83380b6f0c : Remove QTagUid_ prefix from function names
66896667a6fa : Listen for individual subscription mobile data toggles
1cc7b14c4577 : Revert "Mitigate the races during installation."
012a4bad2161 : [MS44.1] Add API to query tagged UID summary
088a30812746 : Temporarily comment out usages of PropertyInvalidatedCache in Bluetooth code while it is pending migration to module-utils
f29223746d90 : Validate pid can be trusted
7de78b43326d : Add new methods to TestHal.
a482921588bc : Allow bindServiceAsUser without _FULL if same app
22a931eaab49 : AAPT2: Emit @keep for sub-process app classes
cee7363be7de : [pm] remove circular dependency in init helper
9b9ee9dc4b84 : Add checks to detect wrong conditions when creating Applications
9b27ef20e53b : Add permissions to shell to enable testing
5730e5c56cd5 : Expose public API to control mIsChildViewEnabled
459f61152e6b : Add weak escrow token APIs
e086d088a9fe : Add API for cross device calling.
507dcd4ffe62 : Add new methods to TestHAL.
1d65ccb49a56 : Prevent apps from creating blocked channel groups
24e02301b0e8 : [CDM perm sync] Add SystemDataTransferRequest
543d84f6b241 : Make ACTION_SETTING_RESTORED SystemApi
94324080afd9 : Revert "Revert "Scribe in IMF: startStylusHandwriting & lifecycl..."
5650fa8ee470 : Fix an issue where the divider bar wasn't part of the hitRect for split
8fb49c78633a : Add smart idle maintenance service
71c765985b5f : Make ContextHubClient.getId() return a 16-bit value
ce0a16788e6a : Removing 2-button support from tests
42f0ac637ee4 : Replaced removeUserOrSetEphemeral by removeUserWhenPossible
4851724447e7 : Add START_CROSS_PROFILE_ACTIVITIES to startActivity
8895d9fed7df : Add new permission START_CROSS_PROFILE_ACTIVITIES
331be9a6431d : Revert "Migrate unsafe parcel APIs in framework-minus-apex"
2dbb177f311f : Fix module-lib incompatibilities file is not referenced
d9fdc2cdd2ca : Return 0 instead of NULL for jlong
1334f1a76c70 : Increase size limits
0eeb1d32b46b : Make BluetoothHeadset APIs used by Telecom into System APIs
ee410d34a631 : Used single TCP configuration for devices
a299549472d5 : Clear conversation count after expanding
f5863c14b151 : Move PiP via DPAD to the four corners (TV)
c7be05d8edfc : Add Compile.IS_DEBUG to systemui
f2df8963ed72 : Add clipboard overlay prototype
27748e0cec2d : Create ButtonPreference
b32b6aed4ee1 : Combine battery trackers.
caf468dce475 : Add Jank test for unfold transition
1f4ba50cdbe5 : Check iface by TextUtils.equals
846fd78c0625 : Calling NDK version of tagSocket/untagSocket
a4a35a92eada : Add tagSocket/untagSocket NDK APIs
d968dc94533c : Fix typo in build file
7a173a626fb3 : Construct sdk-annotations.zip programmatically
19c7260b3954 : Make sure that animation leash is removed with window container
7facfb2cd3c0 : Added SystemApi annotation to permission used in Bluetooth
c00c3d93d892 : Remove CounterRotator surface in finishTransaction
a9211aa1e4a5 : [1/X] Introduce CompanionDeviceServiceConnector
8f59281c974c : Log FOLD_STATE_DURATION_REPORTED atom
648e609e3078 : Replace manual genrule modules with combined_apis
28eda09cf56a : Refactor api.go to simplify Android.bp further
9352d2e58ce9 : Update media owners
17f6cd5fe45c : Move PWLE notification vibration pattern to config.xml
91effa2ad221 : Revert "Make MediaParser depend on the latest Exo version"
aa04662b067f : [MEP] Modify deprecated iccLogicalChannel APIs to pass first active port index instead of DEFAULT_PORT_INDEX 0.
50b6f34e2f38 : Simplify app-locales B&R stage data retention.
47a37486f7ab : Use screen rotation animation only if the display has content
98cc29d15d7a : Support given content insets for non-IME windows
895098daeba2 : Change path for DefaultSelectionToolbarRenderService
78c774defb23 : Implement fallback line spacing for BoringLayout
8e49d1bb6f4a : USB: add help link config flag from Settings
ca904a8ea8c9 : [DU03]Remove INetworkStatsService from BatteryStatsImpl
95f8662bd5f7 : Call dispatchSessionFinished() on a staged session when finished (3/n)
af8ff1c9a343 : Rename STAGED_SESSION* error codes (2/n)
c4895c4aa60d : Transition SerialManager to @EnforcePermission
0e931d1097aa : Migrate DynamicSystemService to @EnforcePermission
58df1af6d7ca : [MEP] Updating toString() method
380f9be2ee11 : Fix for crash while merging 2 audio calls for initiating conference call
aba398d87d91 : Introduce Builder in ImageReader class for setup and construct an ImageReader instance.
1feb6240caa1 : Pruning departed users from OWNERS
401c2f3e8c70 : Remove broadcast cuj events logic
6d4fc4ca09ed : (2/n) Implement BackgroundWindowManager to manage tutorial background
c1309ecfbab7 : Fix incorrect licenses in frameworks/base
c91f86ea3439 : Fix typo for userFilter when registering for ACTION_USER_REMOVED
07a7f23e36c3 : [RESTRICT AUTOMERGE] Attempt to fix exception in IMS
3f964a8d6721 : Address BroadcastOption API feedback
a25070917a62 : Add a sysprop to disable SysUI's nav buttons when IME is shown
a29b7618694f : Init HealthService
af615e7baf00 : Add self revocation public API
dafd01de26cb : Always destroy RegionSamplingHelper on same thread
5738ea3d2130 : TIAF: add Content Availability related functions
b4c244ceb2be : Introduce modem element to power_profile.xml
ca21e7624d32 : Allow keyguard_message_area_container to be null
e3cbee3cb082 : Add Mutex in FilterClient for thread-safe
bc65d6e4fe16 : Bump supported source version.
844938e7446b : Add a field to ServiceRecord for FGS notification permissions.
313543187035 : Log biometric lockout events
21c84e94bab6 : Remove temporary exceptions from notification dialog code
8c3679b1db52 : Use X location for side fingerprint sensor devices.
b91b1c5139eb : gtbs: Add Generic Telephone Bearer Service support
3bdab009c2eb : Add active unlock trigger
2094f4d89eb5 : Fix NPE in onTrustError method
7ede7cbe9392 : Add get client priority from TRM Service
dacf07124432 : Turning on flag to enforce dynamically registered receiver requirement of specifying one of RECEIVER_EXPORTED and RECEIVER_NOT_EXPORTED for non system broadcasts.
e655a4e4f531 : Update tile text
7cd4e1cb0fd1 : Catch service exceptions in AidlContextHubWrapper
dc7d96c9e50f : Restrict AdbManager broadcasts to apps with MANAGE_DEBUGGING permission.
f504f0912fc7 : [DU03]Remove INetworkStatsService from BatteryStatsImpl
398b752a440f : Restrict AdbManager broadcasts to apps with MANAGE_DEBUGGING permission.
f25e1e90c274 : (1/n) Phase out FEATURE_ONE_HANDED_BACKGROUND_PANEL
54d129f9eb46 : Utilities for managing event listeners from AudioService 2/2
6fc37331a61a : identity: Add multi-document presentation support.
cabbfbab9eb2 : Rethrow RemoteException in TelephonyRegistryManager
c5e8f49ea9cb : [MEP] Reverting temporarily bypassed exception
39f9f413b335 : replace UserManagerInternal with UserManager
657656b4603a : Only set excludeLocalRoutes in the bypassable VpnProfile
a725709b7e11 : Add @RequiresPermission for LAUNCH_DEVICE_MANAGER_SETUP
e4c8022508a8 : Add intent extra for a custom consent screen intent
381901381b12 : Redirect ACTION_MEDIA_SCANNER_SCAN file to owner user.
28d28bc08547 : Add field to record state of telephony fallback
abdd568bcf50 : Move PowerStatsLogger off of the main thread.
9d0c8ce4f355 : Revert "Scribe in IMF: startStylusHandwriting & lifecycle 2/N"
de3a85047ff3 : Add styles and attributes in SettingsLib
896c3f44614e : Reland "Add AGnssRil AIDL HAL (frameworks/base)"
8f6bd923f906 : Add documentation about VpnProfile#setExcludeLocalRoutes
a19d7d050c13 : Clean up no-op methods of display configuration
607b88cb7f08 : Revert "Add AGnssRil AIDL HAL (frameworks/base)"
8e18adc73ae7 : Removed edge and tip hint for udfps
b670ad2cf9c0 : Collect dismissPip change before start transition
ad724437bd97 : [Output Switcher] Enable volume control for single cast device
e5f2e19e8242 : [MS51] Remove NetworkTemplate#buildTemplate* usages from SettingsLib
31b15473c0cc : bgdexopt: fix deadlock between dump and dexopt thread
9002ffb3cbde : Code cleanup. Removing unwanted old code with references to home
5cfcf44e13d5 : Only execute relayout after animation is over
80f4322b368e : Clean up PropertyInvalidatedCache for SystemApi
7d095bbc0b52 : create systemApi checkPermissionForStartDataDelivery in PermissionManager
fb2ac71bd695 : Fixed NPE when local or remote port range does not exist
a25ac6d49b49 : Ensure location provider exceptions are visible
2c54f50da63e : Allow shell to revoke notification permission without kill
474b704e5d9c : PointerLocationView: Make header avoid rounded corners
7c4e947a49d5 : Add showClockAndComplications to dream metadata.
44dc2805b5e1 : Scribe in IMF: startStylusHandwriting & lifecycle 2/N
185c80abf72f : Add CRC32 checking hint
865d6c503cb4 : Make ScreenUndimDetector only trigger on default display group
352474073572 : Fix documentation of Outline#setRect(int, int, int, int)
c89ed260a2b8 : Add PACKAGE_MANAGER_OWNERS as owners of SystemConfig.java
2474c831d75f : Reland "Enforce that RuntimeShader is only hardware accelerated"
9d058cc08416 : Start using @AssistedFactory in Notifications
dea74d249555 : Import translations. DO NOT MERGE ANYWHERE
6cdd3731359c : Import translations. DO NOT MERGE ANYWHERE
4ef8de99b09a : Convert BubblesManager to use CommonNotifCollection.
8d59aae6e93d : Import translations. DO NOT MERGE ANYWHERE
0860aaf95882 : Generate genrule modules for merged api txts
f3cba5504465 : Import translations. DO NOT MERGE ANYWHERE
722533f283ef : Ignore requests to start an already started system service.
2fad116e74ba : Add carrier config for Visited Country FQDN
dad45469d72c : Import translations. DO NOT MERGE ANYWHERE
1cebed777abb : Import translations. DO NOT MERGE ANYWHERE
095b3d31dbe1 : Introduce media and alarm vibration intensity settings
c7ee0e376e83 : Import translations. DO NOT MERGE ANYWHERE
b9dcfaef0efc : Import translations. DO NOT MERGE ANYWHERE
b0294b9a0a36 : Import translations. DO NOT MERGE ANYWHERE
01343e5ed120 : Import translations. DO NOT MERGE ANYWHERE
97621040836d : Import translations. DO NOT MERGE ANYWHERE
5a1c6477abd4 : Import translations. DO NOT MERGE ANYWHERE
5dc01c072bce : Import translations. DO NOT MERGE ANYWHERE
e5aea73516ac : Import translations. DO NOT MERGE ANYWHERE
2cdd009f3caa : Import translations. DO NOT MERGE ANYWHERE
e7aa4200ecea : Import translations. DO NOT MERGE ANYWHERE
ee5973a92a17 : Import translations. DO NOT MERGE ANYWHERE
55ed77a79b7f : Add CtsInstallHostTestCases/ApkVerityTest into PM test plan
ace31b9d6baf : Import translations. DO NOT MERGE ANYWHERE
9bd3b87dd0a2 : Crash fix: Log instead of crashing when moving child notif within group.
ca3402366551 : Import translations. DO NOT MERGE ANYWHERE
c5ab9fe1c642 : Import translations. DO NOT MERGE ANYWHERE
43a6c489e394 : Import translations. DO NOT MERGE ANYWHERE
97fd58f609e6 : Revert "Implement fallback line spacing for BoringLayout"
e25e552a1739 : Import translations. DO NOT MERGE ANYWHERE
4c1a6f5c0c71 : Import translations. DO NOT MERGE ANYWHERE
a3da5ba222c7 : Import translations. DO NOT MERGE ANYWHERE
d2aa424a542e : Import translations. DO NOT MERGE ANYWHERE
39561ba35313 : Add MANAGE_SAFETY_CENTER permission.
5e513c2109c6 : Removing SurfaceControlCompat
0eebf348e4c4 : Use absolute frequency in WaveformBuilder
0815ac137234 : Fix queries tag for browsers matches intent filters incorrectly
2008fc5c9af9 : [MS47] Remove INetworkStatsSession from DataUsageController
70d41b4bd8da : [MS42.1] Replace PhoneStateListener with DisplayInfoListener
e56e021ed426 : Perform text classification when emulator sets clipboard.
fe5a57e8c478 : Revert "Revert "Revert "Revert "Add APIs that allow to exclude r..."
8d02071c98ec : Address Tuner Filter Delay API review feedback
83dbe11921fa : Fade out UFPS icon when launching an app over it (1/2)
9dfbcad84991 : Support runtime log toggling (1/n)
da511945c380 : Revert "Implement fallback line spacing for BoringLayout"
a4d4186ffbb0 : postAtFrontOfQueue() in ICompanionDeviceService.Stub
7142b1f10769 : Import translations. DO NOT MERGE ANYWHERE
f0358645ad96 : Import translations. DO NOT MERGE ANYWHERE
50d57a68392a : Import translations. DO NOT MERGE ANYWHERE
ff811edec3ee : Import translations. DO NOT MERGE ANYWHERE
7e85bb7e13d9 : Import translations. DO NOT MERGE ANYWHERE
a750634e1606 : Import translations. DO NOT MERGE ANYWHERE
e628d4737299 : Import translations. DO NOT MERGE ANYWHERE
a9534fd06739 : Import translations. DO NOT MERGE ANYWHERE
530eadecb3f6 : Import translations. DO NOT MERGE ANYWHERE
3ab32f0f8e40 : Import translations. DO NOT MERGE ANYWHERE
3c4631d6b611 : Import translations. DO NOT MERGE ANYWHERE
9be5cc107fc1 : Import translations. DO NOT MERGE ANYWHERE
1fb835a55cae : Import translations. DO NOT MERGE ANYWHERE
8fafe114eb5f : Import translations. DO NOT MERGE ANYWHERE
fb36417f3d6c : Import translations. DO NOT MERGE ANYWHERE
6175be11da28 : Import translations. DO NOT MERGE ANYWHERE
121e59a31b03 : Import translations. DO NOT MERGE ANYWHERE
a91c7cf342cb : Import translations. DO NOT MERGE ANYWHERE
cabcd747fdbf : Import translations. DO NOT MERGE ANYWHERE
00050c8ebf1a : Import translations. DO NOT MERGE ANYWHERE
ed9e400ae583 : Import translations. DO NOT MERGE ANYWHERE
3b328cce652b : Apply display transform to window bounds and node bounds
910c700b3405 : Added removeUserWhenPossible API as SystemAPI
c53b830806b4 : Add IMS Common, Voice, Video, Supplementary services, emergency call, WFC call, RTT call related configs to CarrierConfigManager.
588237ad8f27 : Import translations. DO NOT MERGE ANYWHERE
8eeb8a0274a3 : Import translations. DO NOT MERGE ANYWHERE
8cac0cb05d4a : Import translations. DO NOT MERGE ANYWHERE
953ba5f05106 : Import translations. DO NOT MERGE ANYWHERE
96ceaf62e492 : Use shellRoot to identify PIP menu window
c6245d138781 : Uses SF callback windows for the A11yWindowInfo [2/n]
d79253e1b27b : Uses SF callback windows for the A11yWindowInfo [1/n]
bc1ae5c28a21 : Fixed NPE when local or remote port range does not exist
1af47a659c74 : Customization settings documentation
2490b439d0e5 : Fix ExitPipWithDismissButtonTest with Shell transition
c8a3d88def08 : Fix WallpaperWindowToken visible update with Shell transition
085d59ba4763 : Making NetworkCapabilities @NonNull
ea5a3064a27c : Import translations. DO NOT MERGE ANYWHERE
0c9f471b1489 : Import translations. DO NOT MERGE ANYWHERE
fd79e152cfc9 : Import translations. DO NOT MERGE ANYWHERE
026df8a491c2 : Import translations. DO NOT MERGE ANYWHERE
e2381d305d63 : Import translations. DO NOT MERGE ANYWHERE
e08f09e7254a : Import translations. DO NOT MERGE ANYWHERE
32891f73d798 : Import translations. DO NOT MERGE ANYWHERE
fbe8128ea109 : Import translations. DO NOT MERGE ANYWHERE
664ed31d101e : Import translations. DO NOT MERGE ANYWHERE
8606219586d8 : Import translations. DO NOT MERGE ANYWHERE
be07d3d284ee : Import translations. DO NOT MERGE ANYWHERE
6777489538e0 : Check group channels for FGSes
8ba5157ab9a9 : MIDI: add philburk@google.com to an OWNERS file
a8069694af06 : Turn session actions on by default and add layout flag
8446a5beea67 : Remove documentation restriction that SipMessage body is UTF-8 encoded, as it can have many mixed encodings depending on the content.
5032604f36d1 : [TIAF] Fixed TIAS can not receive onTuned event
9b00bec6af61 : Offload boot-complete broadcast by default
fb4a590dbcb7 : Remove VCN Carrier Privilege grace period
31d56f82984a : Update TelephonySubscriptionTracker to use CarrierPrivilegesListener
79328ef41548 : Cleanup before promoting SysUI tests to presubmit.
79623ef98d12 : Make only top bubble clickable when stack is collapsed
ad00c437cf99 : [pm] fix dumpsys format for firstInstallTime
c9e617d1f3dc : Add the PrintSpoolerLib module in Soong
71d2ccffc71e : Use a separate icon factory for app badge icons
4107e3da28b8 : Create a job scheduler for CDM association cleanup
f824b080412b : Fix filter close Executor leakage issue
7bea563b8760 : Do not trigger a disk write violation during dumpsys gfxinfo
3520557a7c68 : arc: Do not construct RestrictionSet with empty restrictions bundle
ffb69af6d1a3 : Bouncer User Switcher - Use flags
7153b105e781 : Revert "Revert "Revert "Add APIs that allow to exclude routes fr..."
d7f0c15d46e4 : Make sure life extended HUNs get removed
bdff40e8f3cc : bgDexOpt: record last execution time and duration to dump
e26e8c7ba99a : Update RuntimeShader users to new setUniform APIs
cf023845cdf6 : [DU01]Remove INetworkManagementService from NetworkStatsService
1a3c6451867c : Ensure SensorManager is destroyed on Launcher activity destruction
40330dfe5e86 : Add FEATURE_DREAM_OVERLAY feature flag.
3350e9f76fd3 : Disallow starting new system services after apex services are started.
7c0a3ad3eb6a : Move hwui from PGO pipeline to AFDO
22e49fac094c : Follow up change to clean up the code (no-op).
cf3dc8931728 : Add carousel size info to dumpsys
3dd1d1d9e2b4 : Revert "Adding client side logging for receivers."
4d60efe5aebe : Revert "gtbs: Add Generic Telephone Bearer Service support"
726767959009 : Increase number of QS columns from 2 to 3 on landscape tablets
ff3f860c3cda : Update FGS notification behavior
dd1d5b61b1e8 : Set cutout mode to shortEdges on flicker
2e51f5a70cab : To add restriction check for WiFi Configuration Addition
d389df571e25 : Add clean up to SysuiBaseFragmentTest
239b68461f40 : Revert "Add IMS configs to CarrierConfigManager"
1994bbcdae7e : Revert "Add IMS Voice, Video, Supplementary services, emergency ..."
c66a2ac73205 : DisplayManager: Add an API to query for DISPLAY_DECORATON
31dafe77922f : Make LAUNCH_DEVICE_MANAGER_SETUP adoptable by shell for CTS tests
6c1c224661c2 : Update OWNERS for input relevant files
5d5af9b1bc8a : Correct a transient view cleanup error
8fac557def78 : New Pipeline: Show media on lockscreen
9303fb5c6cd3 : Add missing vibrator owners files
0a7934c3f960 : Annotate com.android.systemui.qs with @Nullable
8013720af9d7 : Catch exception when add immersive confirmation
2e4d663ee05b : Create FoldStateLoggingProvider
f39d76370ce8 : [MS39.1] Remove the looper from NetworkStatsSubscriptionMonitor
a7617fc89d40 : Fixed an issue where the user could be stuck with pulse expanding
5f59127cb3e3 : Enter PIP when exiting prev PIP with Shell transition
f5d70f014dd1 : [MS17.1] Remove getNetworkTotalBytes dependencies from MultipathPolicyTracker
b7d019976324 : [MS22] Move NetworkManagementSocketTagger into the module
7a645a5f039d : Retain the ANR report on choosing wait/feedback in the ANR dialog
06ab2c30d692 : Import translations. DO NOT MERGE ANYWHERE
093609dd4dd3 : Import translations. DO NOT MERGE ANYWHERE
8877e7f2272b : Change QR code tile details
a1b7ced11c77 : Implement fallback line spacing for BoringLayout
da381ed3ea34 : Move shared library info out of PackageManagerService (4/n)
35276de54399 : Move shared library info out of PackageManagerService (3/n)
ae838fdc873f : Move shared library info out of PackageManagerService (2/n)
f9868455f9d4 : Allow excludeLocalRoutes set only in bypassable profile
320dfd646e2f : Fix layer order of wallpaper with counter-rotator in default handler
23d05c31b6a0 : Update AidlContextHubWrapper methods
7719202d382f : Hook up new styles to customization setting
c5b2de9decbe : Do not run unnecessary code in the common case
939b3b33e44f : Add Default grants for notification permission
53e449951bf6 : Replace drag & drop constants with finalize ids
78f425ff0752 : Revert "gtbs: Add Generic Telephone Bearer Service support"
8b438be8e412 : Clean up Communal Manager READ_COMMUNAL_STATE APIs.
89d3f2f36794 : Add SDK to the IntDef
20532d7c21f4 : ColorScheme provides options for styling
451df7d904bb : Expose APIs to configure underlying network priority
65069e90c52b : Treat mock locations the same for wakelocks
19cc658279b1 : Follow up CL to move back auto revoke code
8e08eff7ab68 : Support game dashboard on tablets
032225a05a7e : Change CDM device presence scan mode
939bacc951a9 : Add IMS Voice, Video, Supplementary services, emergency call, WFC call, RTT call related configs to CarrierConfigManager.
dcf32d11f060 : Implement the native Dream Clock
45b002a809da : Update HostEndpointInfo struct
29a3a5b1f45d : Cancel compaction if the process improves its OOM ranking while compaction is running
c5fabb864d60 : Add dump permission check in TunerResourceManagerService#dump()
6435f9bbec9b : Revert "Adding client side logging for receivers."
e9482d775fb4 : Revert "Adding client side logging for receivers."
1f08c7b9c98c : Make nav bar affected by IME insets
1161a591e768 : Update setter/getters to configure underlying network priority
a9eec89e4bb8 : Rename VcnUnderlyingNetworkPrioirty to VcnUnderlyingNetworkTemplate
0809c7789f2e : Add BluetoothLeBroadcastAssistantCallback.
74ee11c3f4c1 : Migrate unsafer parcel APIs [2]
9ccb23428e96 : Add some more fakes to the test dependencies
7a7287b9c391 : Make tile in dialog not clickable
986216053d8d : Remove self from OWNERS
eae5e2b45621 : Fix race between app crash and broadcast
5f1bef2f8b4d : Pipeline "showComplications" to DreamOverlayService.
dbf18a285ba0 : Add RECEIVER_EXPORTED flags to screenshots
314c7956002d : Add metric log for code download
86dcd1fdf75e : Add PACKAGE_MANAGER_OWNERS as owners of SystemConfig.java
09e9a3b39c69 : Make TextAppearance.DeviceDefault.Headline public.
aebd901c8f11 : Adjust dismiss view position when one handed mode is switched on/off
b680365e1f64 : Replace aborted with half_open in FoldStateProvider
e707147fa5cf : Increase size of user icon images.
6a3b51690e0f : Add PACKAGE_MANAGER_OWNERS as owners of SystemConfig.java
68da50019a14 : Avoid caching the ViewConfiguration
2a1baa94d88e : Add PACKAGE_MANAGER_OWNERS as owners of SystemConfig.java
5b1d7c2eadf4 : Revert "Revert "Add APIs that allow to exclude routes from VPN""
6c65342c8d57 : CEC: Change vendor command handling
131bd82f105b : Remove BLOCK_FLAG_SLIPPERY constant
ab7ad3e890ab : Preserve shade state on fold/unfold.
85e4cc2e6e13 : Fix SetRequestedOrientationWhilePinnedTest with Shell transition
f413c13078c9 : Handle enter PIP during a display rotation transition
4a6276d0dcb0 : Remove ParcelFileDescriptor hidden API usage from IpSecService
3ccd2488c531 : Revert "Use SOURCE_CLASS_POINTER as the default source for MotionEvent"
e6d46e5b3e4f : wifi: add notification id for wifi CA certificate
d8684a2fa963 : [MS32.1] Remove TetheringManager#ACTION_TETHER_STATE_CHANGED usage
64c6943777eb : [MS09] Expose NetworkTemplate APIs which are needed by NetworkPolicy
27c9adb058e1 : [MS34.1] Replace TelephonyManager#getSubscriberId(subId) with public API
cfd57bccf626 : Add AGnssRil AIDL HAL (frameworks/base)
2aa7b9ec4d6a : [MS40.1] Remove Clock dependencies from NetworkStatsService
0cf9e87c796b : [MS27] Expose noteUntaggedSocket SystemApi
4bf22b5e9a3f : Fix numerical overflow in result in computeStorageCacheBytes
9b3028699a76 : Fix unknown items issue when using Switch Access
426518dadd44 : Rename StorageVolume.isStub as StorageVolume.isExternallyManaged
04a84760b2fa : Add necessary parcelables of metadata
d5e7c4d04e9b : le advertisement address type settings
f75c9660bb6c : Re-enable several open app flicker tests for shell transition.
f8cfb309e378 : Refine last static lib version lookup.
47cf5f22bb24 : Allow requesting start-activity-permission-token for an activity
4311ec42bfaa : Include app badge without markings in bubble data
5348e68306f6 : Lock before checking if user state is null
e01d33666788 : Selectively log some buffers
c7a7ee892a9d : Fix enrollment cancelation race conditions.
230677e7b3b8 : SurfaceView: Synchronize visibility changes with VRI frame
72afc76a69da : Update javadocs based on API council feedback.
3e436616c650 : Deprecate get/setLine1Number in favor of get/setPhoneNumber
3b83af05b896 : Add benchmark for HandwritingInitiator
90d3fb6354d2 : Write files in a temporary directory
358a2cde28b5 : Add nearby to java_library_with_nonpublic_deps
c201914d5763 : Bluetooth: add LE Audio COD constant definition
1a07c5323156 : Expose Conext.NEARBY_SERVICE as SystemApi
63d5150d7d03 : Add BluetoothLeBroadcastSourceInfo.
934fa212732b : Scribe in View: Introduce HandwritingInitiator
e07408d447d1 : Include saved battery history buffers into BatteryUsageStats parcel
703cf10c59cf : Synchronize on the SparseArray object in PendingTempAllowlists.
b4ecc57678f2 : Properly end lifetimeExtention for ongoing notifications
9dfa77bfeba3 : Update SystemUI build flag for optimization
d0a7f18b3647 : [Status Bar Refactor] Have SBHideIconsForBouncerManager listen to window state directly instead of getting it from StatusBar.java
9bed7dc0cae8 : [Status Bar Refactor] Have NotificationShadeWindowViewController query the window state directly instead of going through StatusBar.java.
06a2da0b9898 : [Status Bar Refactor] Move status bar window state tracking into a centralized class and add some listeners for it.
bb7dc5afcb50 : [Status Bar Refactor] Pass status bar view's controller to NotificationShadeWindowViewController instead of the view itself.
9b90aac84c49 : KeyguardViewMediator refactor
bf60dcab4379 : Implement PIP to fullscreen in different orientation animation
276301508b3c : Fix ExpandableView's transient container tracking; prevent crash when mismatched.
d38076950308 : Set windowing mode when exit PIP to fullscreen
73300b8abf7e : Add logic to parse previewImage from dreams.
bb147fe4d3b2 : Don't animate embedded task in app transition.
70303b058fcb : Cleanup communal mode shared app logic.
f4e9ca2c7974 : Support following typing focus in window mode [3/n].
1142053fb7c6 : Treat changes in device-state as user-activity.
c1c43d67b5a3 : Add the `testOnly` flag to test_com.android.server
dac61a84be32 : Update MULTIUSER_OWNERS.
8ffa58cdea93 : Create API to set taskbar to kids mode.
8b67e7db79d1 : Don't abandon child sessions (1/n)
8cdb9fedb964 : Support following typing foucs in window mode [2/n].
fc9388448dfb : Apply correct realActivity for TaskBuilder
05edac2162ad : Add 6 CTS packages into PM test plan
5cc57b60c8a9 : Add carrier config for cross sim calling on opportunistic data.
40fa9bf6fb2c : 2/ Instrument jank of One-handed mode trigger and exit transition
92524a042cc2 : [MS33.1] Remove NetdService dependency
46f11afd4e18 : 4/ Provide InteractionJankMonitor through Dagger
67ae4f5a385d : Add intervalMillis to GnssMeasurement JNI
3ce77a50da85 : Fix parcel creation bug in GnssSingleSatCorrection
b5764cd804aa : Adds APIs to let live caption can access the data in the DB (1/n)
72f47a3f9a55 : Don't bind mount app storage for app with NO_APP_DATA_STORAGE
a8bc22f0391d : Don't create app data dirs if app requests not to
5e85751023cd : Add BATTERY_STATS_OWNERS to all *Stats files
7e1bed5a2884 : Clear mocks in tests
122a8ec26056 : BaseParceledListSlice: remove List reference once transfer completes
3b5acfe29726 : media: don't reuse ParceledListSlices
517e91e0d82c : Make onBind methods final for GameService and GameSessionService.
ebc2f29dd6dd : Intercept activity start to check for notification permissions
83088b722915 : Fix tuner API review comments.
b42ba0836ba2 : AudioDeviceInventory: Fix for switching leaudio active/inactive
9c4246fb9199 : Remove Location from permission grants for default fitness app on wearables
2d05ac352c72 : Increase time b/w UDFPS fails on AOD for bouncer
ea3174a6871a : [Media TTT] Add content description to app icon.
e178f8f63581 : Add `SystemApi` tag on getLastAudibleStreamVolume
169eafcb30d4 : Remove separate_platform_variant entries.
e7460863c771 : Call existing method on the binding controller
799b03522c8f : Add intervalMs to GnssMeasurementRequest
f84a9529c5a5 : Use inclusive language in javadoc for BODY_SENSORS_BACKGROUND permission.
f2b97883aae5 : Trace fold/unfold animation with atrace
ca1bbb625402 : Organize incremental test plan for PackageManager
3b5a09c14c63 : Refactor locking in input method framework
2771c9eac571 : Give ActivityRecordInputSink its own surface
87e7cfbc19af : Add previewImage stylable to Dreams.
0cece3898b0f : Prepare PropertyInvalidatedCache for SystemApi
a74a7c079e90 : Fix QS expansion animations
c2fbda95f1f1 : Screen on/off event cleanup
e5f8ce09dde7 : Bouncer cleanup
a95214a4d848 : Dispose of TransportClient in BMS#beginRestoreSession
58e65f3058ca : Fix flaky AccessibilityMagnificationTest
d2280b81070a : Fix deadlock issue.
2079686919ac : Fix updateRecentTasksSplitPair unexpectly
cc0a80895fdd : Don't remove SYSTEM_FIXED for intentional fixed grants to critical apps.
cd0705ed49a7 : Simplify ApexInfo classpath info
4feeca119c61 : Catch exceptions when writing to persistent storage in CDM
dd8ef67a61a0 : Remove references to win_sdk
c46661ee0dc3 : Replace buildTemplate* with NetworkTemplate.Builder
292152573ad9 : Consuming common key combinations in app priority
2159d03c2e4f : Move apex-update-allowed check
fb137147e203 : Update the java doc of DisplayCutout.getBoundingRect API.
d08db6ddf95c : Remove an unused import from imeinsetssourceconsumer.proto
ef936ff07dcf : Deprecate SoftInputWindowProto.{name,window_type,gravity,takes_focus}
d0ad45540940 : Add QUERY_AUDIO_STATE permission
9a1aee4d2b0c : WindowManager: Fix javadoc for soft input states
1e3e87b14a9e : [MS31] Fix several hidden API usages
796d6d3ce9ee : Deferring add splash screen window when launch with startActivities
bf666289d7f6 : Public API set and get splashscreen style
6afa68e4723d : [MEP] eSIM API refactor to support MEP
6b436464d2f4 : Javadoc on Method from api review
a60deee835bb : Wait "launch_second_activity" button to be gone
b2fdbaff4b88 : Improve IME flicker when switching to work-profile task
91443b10f769 : Adds new magnificationController API: getCurrentMagnificationRegion, resetCurrentMagnification
41424b026bda : Use public resouce in android.R package
9b564ac594ad : Don't validate a finished session
6ca5c25bf46e : wifi data usage: replaced Wi-Fi SSID with a Wi-Fi network key
9834bc060a2d : Add FrameworksCoreTests test for PM test plan
e9c63ad6b6fe : Apply transfer starting window transition if no other task change.
be41ea676c6b : Notifies window magnifcation changes for AccessibilityService (1/n)
aad4eac7a362 : Implement color correction quick settings tile service
fcd9517c2fba : Adds WindowMagnification for Accessibility in TV System UI
9d30675af823 : Support preferred data profile correctly
b139e9966102 : Restrict AdbManager broadcasts to apps with MANAGE_DEBUGGING permission.
b22dcdb6a11c : Add BtProfileConnectionInfo.a2dpSinkInfo
8352d6a69514 : [pm] move firstInstallTime to PackageUserState
805e7d12b7f7 : Make switchToSubscription use PendingIntent
5bdc87a51114 : Fix broken test
730e843fe765 : [TIAF] Fixed TIAS can not receive key event
3a6efea23b5b : Convert NSSL debug props to FeatureFlags
35ecc5886c93 : Fix typo in Javadoc.
f092791921cc : Refactor LocalEventLog for safety and split locations log
c82b3c669ed2 : Introduce package state mutation APIs
f6c8eb3e4153 : Reset app freezer timeout for broadcast messages
985df6e27eec : Add unaudited exported flag to exposed runtime receivers
87f7822179aa : Add unaudited exported flag to exposed runtime receivers
6d63e6b2b2f6 : Add unaudited exported flag to exposed runtime receivers
0a46c2f78ca8 : Add unaudited exported flag to exposed runtime receivers
c912bccc60a6 : Fix flakiness of testTaskChangeCallBacks
6a47a2ca39bc : Fix documentation on unbinding for bindServiceAsUser()
ae3c6231e5dc : Fix test flakiness of SplashScreenExceptionListTest
35385b8c7281 : Synchronize rotating non-app windows with fade animation
94a24370f732 : [MS28.1] Fix several hidden API dependencies
fe054b770c99 : [MS25.1] Remove AppOpsManager.OP_GET_USAGE_STATS dependency
5c7508e2acd1 : [MS23] Remove UserHandle.getUserId dependencies
8b6165bb4e8e : Draw PipContentOverlay when enter PIP with Shell transition
630f3af9898e : Refresh display bounds when display layout updated
1023d7245458 : Revert "Revert "Increase retention period of staged sessions""
a7846ec90f9e : Added the Carrier Config for DataStallRecoveryManager
a052fa6c8ec0 : Mark SystemSensorManager receiver as not exported
26bb180195a1 : Group CSIP device based on CAP
a7a88c488dae : Prevent crash on death.
de5d7fb28152 : Add unaudited exported flag to exposed runtime receivers
b8b8ef7adc37 : Fix @GuardedBy annotations in InstallPackageHelper
8a6098646faf : Send host endpoint connected event on hub restart
4c4ba205cf59 : Visible activity can be an ime target
f523f1502870 : [SafetyCenter] Add broadcast action and extra constants for data refreshes
4715bc3646a7 : [Disable Flags] Update logging to make it clear when there's been no change.
e788a3e16ad8 : Avoid reflection in ObjectPrinter
33c3c1a629f3 : Ensure only microphone attribution chains are recorded
2b67e534428c : Use Common Audio Service UUID from latest assigned numbers
b5ff8bcd3e75 : Use Common Audio Service UUID from latest assigned numbers
c20406e72010 : Deprecate obtain and recycle for AccessibilityNodeInfo Test: Feature removal, should not interfere with existing unit tests Fixes: 208469173
cb861c0f76e2 : Add Constants for UsageSetting
7f8742dbf6df : Deprecate unused methods in QSTileImpl
359ba05c2667 : Re-compute IME target after the transition finished
0f003307a45e : Revert "Increase retention period of staged sessions"
10c9fa777132 : Introduce CDM AssociationStore
66dd163f8b79 : Drop duplicate getInstance call
f0c3ce1a710e : Add "Locked" suffix to IMMS methods
9fc998a2a217 : Add carrier config for EAP-AKA fast reauth feature
2d5fd29b83c9 : Show 4G LTE and 4G LTE+ data connection type
fb669d9ca7db : Fixes starting window being occluded when enable shell transition
3ad89e674a99 : Fix launcher crash and correct split behavior
e5d8c8069db3 : Integrate pip to split flow with shell-transition
4ecb5e7c8783 : TIAF: add IApp types and the getter
c635cfddc776 : Fix concurrency issue with BatteryUsageStats
63e957a574c5 : TIAF: Ad flow
7c4090fdb577 : [MS26.1] Remove Process.NETWORK_STACK_UID dependency
790c02d70bc1 : [MS21] Remove DataUnit dependency
daa281da189a : BBQ: Recreate BBQ when SurfaceControl changes 2/2
4036f732311c : Update unthrottleApn calls to take in DataProfile
219b7ee59ef4 : Fix direct mode conversion error.
90cfbd2571dc : Cleanup some code
85034c770ffe : [SettingsProvider] fix server-side Readable maxTargetSdk check
1f21db15853f : Fix crash when no media present.
43c49e7754f1 : New Pipeline: Ensure finalize filter stage is not used unnecessarily.
9d3b67a3bc5a : Remove Flags.NOTIFICATION_UPDATES which is cruft from SC
b680371f7703 : Send syncStatus and return FrameCommitCallback in FrameCallback
8c6af16be0ee : Implement OnAssociationsChangedListener
2e62e0467c2e : [Status Bar Refactor] Remove some cruft from NotificationShadeWindowViewController.
58ec92d10b70 : Resets the window magnifier after the a11y service is unbinded
f02c47d86f48 : Only updateDisplayDecoration if not the default
906fe67bb414 : Reland "Add/plumb SurfaceControl.DISPLAY_DECORATION"
aa9fd18b269f : Add FilterDelayHint to Tuner JNI
f56d54527a9e : Remove unnecessary parameter of DC#updateOrientation
eb2712bb2f88 : [MEP] Do not pass portIndex to disableProfile, derive portIndex from the passing iccid. Partially revert T API change ag/15808958, disableProfile remains unchanged for Android T
3c53e4c8a49d : [MS19.1] Fix several hidden API dependencies
f0f831e54670 : Refine FloatingToolbarPopup to allow multiple implementations
6b104eec9a28 : Store pending override config instead of creating ActivityClientRecord
04a226334d4f : Add getInputMethodList API for locked user state
74889310a320 : Add some traces for shell transition
e7982811e417 : Move shared library info out of PackageManagerService (1/n)
880a1b80b4b2 : Merge SoftInputWindow#initDockWindow() into IMS#onCreate()
ea7801bd267f : Simplify SoftInputWindow
4e09ae646283 : Fork SoftInputWindow into VoiceInteractionWindow
60e56525b700 : Fix lint errors and style nits in SoftInputWindow
4d9772d8031e : Support enable/disable Frontends.
de8c62183276 : Add configuration whether to exclude local traffic in the VPN
bd5539ef9117 : Remove ServiceManager usage from IpSecTransform
70fb36f03de0 : Prevent client got NPE crash if setIntent was set to null.
74f972e215fc : Add documents for the required permission
138c2dc68b7c : Fix system crash by debug parameters of activity launch
60d476015ebb : TIAF: fix TvIAppView and TIAMS bugs
81d457f7820f : Fix ConcurrentModificationException when addTunable
b9c1bc336cce : Fix NPE when entering PIP from different orientation
9e57f07b4eb2 : Allow negative value for CorrelationVector#samplingStartM
6f78e127c65f : Add IGnssDebug AIDL HAL (frameworks/base)
bb2efa027104 : Replace mPendingRemove with hierarchy deferred removal
4517f1776e7b : Increase retention period of staged sessions
68dcaf6eba5d : Remove unused InputFeature flag DISABLE_POINTER_GESTURES
6288496385b4 : Move InputFeature flag definitions to AIDL (2/2)
d4e6b2aad76a : Add an input feature for a stylus interceptor
5e6fa85a9669 : Update JIT Zygote image option.
16f61306075e : Changes to support unbundled ChooserActivityTest
6d53853cfa5c : [MS18] Augment data usage by default
d8496e798166 : Add new class for WiFi restractions caching
0033c65aa995 : Add enforcement for duplicate permissions
e861efdc57e6 : TIAF cleanup: add missing APIs for main use cases
1fb998b864c8 : [MS16.2] Change exception handling for Data Usage APIs
81b2bcc7aa81 : [MS16.1] Prepare APIs for replacing getNetwork[Total|Uid]Bytes
eadfad43070f : Attemp to fix an NPE while transferStartingWindow.
6e398eb8abb8 : Add selection_toolbar experiment namespace
19a1dd02e54f : TIAF: create & destroy BI IApp
76e0ddc04806 : Set PIP corner radius after rotation
940e92ab37ee : Remove the unused variables and @deprecated function in Color Inversion quick settings
902de4cc3a21 : Adjust MotionEvent.FLAG_CANCELED flag to public
64d95faa18d0 : Add daily metric snapshot logging framework
894fa8809a71 : SurfaceView: Fix unsafe transaction accesses
caad2bc4560b : MainSwitchPreference minor fix
2dc1536010a1 : Allow to use the collapsing toolbar without forcing specific inheritance structure on the host.
4361f23443ed : Remove account name from logs in ChooseAccount activities.
f95b2007a3fb : Change the bootanim time file location.
e22f6aa61302 : Add API for querying direct playback support.
0d2fa6ff93fd : Remove iorap framework codes
600a4301e533 : Add TvInputManager.Hardware overrideAudioSink with AudioDeviceInfo
ff0f688ca4d5 : Reduce blocking time when waiting for CharacteristicWrite queue to clear up.
067ab51e9e69 : Removed reference to developer guide from class description. Added some missing parameter and return descriptions.
e1da618d5a46 : [IME]: Make mFullscreenArea invisble when candidate/extract frame not used
7d140145de37 : Revert "Add/plumb SurfaceControl.DISPLAY_DECORATION"
c44f9be43b68 : Fix typo.
8dc2c25c3081 : Add shubang@ to OWNERS of media/tv
793153795a0a : Update tests to reflect region based assertion changes
959bb219dab3 : camera: allow GPU usage for isSurfaceForHwVideoEncoder
224210b783cd : Treat singleDevice as the multipleDevices
8ea234f52e70 : Use put/removeAllPackageOverrides in AppCompatOverridesService
0688d1143626 : Make MediaParser depend on the latest Exo version
d19e26ae4452 : To add restriction check for Wi-Fi Direct
956f3790ff52 : Wake-up device before showing bouncer from AoD
f735a9aaca1d : Override fade animation on brightness exit
96fc474abc89 : Revert "Add/plumb SurfaceControl.DISPLAY_DECORATION"
3b601a074589 : Add 5 Jitter-related and 2 RTP-related parameters to call quality
51839ed22805 : [Panlingual] Expose action to SDK constant for app's locale picker.
51cc7a32bd7c : Add a CategoryKey for Advanced Security Settings screen
75bd844765b4 : Fix rotation bounds on devices have cut-out
f3fbc88d3956 : TIAF cleanup: add nullability
e4049855c6c6 : Prevent an app to check if the specified VPN app is set VPN always-on
d8ec51ac8b53 : Prevent an app to check if the specified VPN app is set VPN always-on
0d92782b46b2 : Make sure launcher side can animate divider
24479da7b1e1 : Add hyphenation pattern for af, cs, el, ka, mk, nl, sk, sq
38904f8b2493 : Add new features to tuner.
a4ed6819c8f7 : Implement VirtualDevice's device policy enforcement
35e226b0e76d : Fix null pointer exception during initialization
57cd80185e84 : Add params object to createVirtualDevice
895e456228e0 : Offer to filter broadcasts based on CompatChanges.
b6580b4ac0a9 : Enhance resource sharing and enable ownership transfer
7f1a4101458f : Update QS rotation tile text to display when smart-auto-rotate is enabled
f10bd818da38 : Remove _DIRECT_LOAD_COMPLETE events in tests.
2c34dcd95606 : Adding client side logging for receivers.
6339aed7a2c9 : Update CarConnectionSummary
419e4ff03a08 : Create new DataEnabledReasons for for DataSettingsManager
b10856228cfc : Fix crash when adding a notification to a group while it is animating away.
70b59c872d11 : Intent action to review permission decisions
2149f816d49d : Update toString on NotificationManager.Policy
17d8705a0ee3 : Add text folks for text related JNI files
c2d3032e884e : Rename updatable-library to apex-library
ec9a21c86b1b : Toast app icons should show for secondary users
c23a5068cbbf : activity_manager_procstate_aidl: Create library for filegroup.
3dd562abab66 : eth manager updates for network management APIs
e350f54f9448 : aidl and Parcelable defintions for eth management
908124262ce3 : Make ipsec resource as SystemApi
9710d3a2bb48 : Fix dragging down the notification shade in dreams.
f6f7faacb677 : Run BundleTest on @Presubmit
5d3c14a10f97 : Set the default drawable color on a button to the same color as the text.
2cf8ba50bb9d : Add new layout for session based media players
24e8452878ab : Added IWLAN handover support
347c70f6604d : Re-add setMediaCas javadoc
05898447fc5e : [Media TTT] Add a chip view and controller for the receiving device.
5fae789837f7 : [Media TTT] Define a common controller that will be used for both the sender device chip and the receiver device chip.
944f881dbc42 : Import translations. DO NOT MERGE ANYWHERE
b7b768100fa0 : Import translations. DO NOT MERGE ANYWHERE
f88be00c003d : Import translations. DO NOT MERGE ANYWHERE
c0459d0ae710 : Import translations. DO NOT MERGE ANYWHERE
53184b75236d : To add restriction check for Wi-Fi Tethering
cfe6b04588a4 : Revert "Make Splash-screens touch opaque"
787a8c7d4aad : Revert "Make sure launcher side can animate divider"
6c81629fcb7d : Remove duplicated setCompanionAppUids() line in CdmService
3fa1e6533aad : Remove TODO for b/183630314 since it was marked as obsolete
418a63cd4619 : Add instructions for creating/updating a lint baseline
9d3cef607c96 : Close HardwareBuffer after wrapping it with a bitmap
b876fb200d10 : Add support to newer devices on flicker tests
6162b703490f : Add API methods for adding/clearing compat overrides for multiple apps on release builds
d8cb763431fa : Remove permission related hidden call
4a9fc9022110 : Fix Arabic floating point number display problem
ed26feb95c8b : [MS15.1] Remove get/setSubscriberIdMatchRule dependencies
9e8ecaf2f0ef : [Output Switcher] Update media transfer name for current device
4ffd8b9d4950 : Fix EXTRA_DEVICE data returned from CompanionDeviceActivity
3edf5b9517e0 : am:fix format in OomAdjuster.md.
9c2d3ec6b98c : Replace Preconditions.checkNotNull with Objects.requireNonNull
8d1e01bbfcb3 : Support DVB-T Cell Ids.
9b5881335df9 : Dimming on an embedded TaskFragment vs. parent Task
5d0e1e8bdf38 : Prevent an app to check if the specified VPN app is set VPN always-on
4379a4cb56e3 : Add tristate permission support for body sensor permission
8959d0b1398e : Fix back to split pair from overview with shell-transition hang.
1d46cd601349 : Import translations. DO NOT MERGE ANYWHERE
fcb13a9542c0 : Import translations. DO NOT MERGE ANYWHERE
9d2230578192 : Import translations. DO NOT MERGE ANYWHERE
62e95f099115 : Import translations. DO NOT MERGE ANYWHERE
53ee1c655793 : Import translations. DO NOT MERGE ANYWHERE
b4e238b966b2 : Import translations. DO NOT MERGE ANYWHERE
e4bc0c227349 : Import translations. DO NOT MERGE ANYWHERE
931ba75d4c76 : Import translations. DO NOT MERGE ANYWHERE
5a4b532d47d5 : Import translations. DO NOT MERGE ANYWHERE
d7d39a881b10 : Improve ContextHubClient.java documentations
b7d3cbd0ac78 : Import translations. DO NOT MERGE ANYWHERE
e292c27f1fe1 : Import translations. DO NOT MERGE ANYWHERE
7970fff4cdd5 : Add a receiver exported flag to mark unaudited runtime receivers
c74b4d671112 : Import translations. DO NOT MERGE ANYWHERE
7c82a7dda5c4 : Import translations. DO NOT MERGE ANYWHERE
04dd910a493c : Add getPhoneNumber/setPhoneNumber API
9e52a92e2b2c : SysUi: Display location icon on all deliveries.
aeacd49f2909 : Prevent NPE when checking toast icon label
2a35959ecdc7 : Remove toast window token after being rate-limited
edb1339a3293 : Refine (optional) system_server Proguard config
6dce47346161 : Add logic in DreamBackend to parse dream description.
a68e97916ad4 : Preserve permissions when system apps leaving shared UID are uninstalled
a4843175bf53 : Add support for WindowAnimationStyle theme attribute in shell
5e12fbeae1cd : Update Toast documentation
6084b7a987d4 : Use runtime-resolved resource IDs in tests.
59a27ff1ed82 : Converted NewUserResponse constructor to testAPI
bf95497892f4 : Add host side test for apex-system-service.
53f33b8bfa9f : AudioPolicy: fix AudioMixingRule parceling
3c3c522cfbf4 : Telephony data refactoring API changes
c7619baee11b : Add test_com.android.server apex for e2e tests.
440f06834cce : Re-compute IME target after the transition finished
ffdeb25cfa9f : Remove meta-data and property tags from ApexSystemService.
6714bad85df9 : Make DozeParameters responsible for setting PowerManager#setDozeAfterScreenOff.
face3dd479bd : Add initial support for GameSessions and corresponding unit tests.
0dc092cc02d2 : Clean some unnecessary abstraction of ATMI about keyguard
db74c47f5c07 : Multi-user bouncer tweaks
a8530fe5b5c2 : SQLiteWrapper cleanup, removed unused checks.
9f8d8c01712b : Migrate compat mode allowed list to DeviceConfig
caeb1fd1b094 : Apply hardware feedback usage to biometric sensor vibrations
fb114cc885cd : Add am, gl, it, lt, uk into fontchain_linter
554e19a375bb : Enforce QUERY_ADMIN_POLICY for getGlobalProxyAdmin
0bde67ab00d3 : Change close guard logged messages
f1782de84a4a : Add an input feature for a spy window
bcfe8037e203 : Revert "Added a new network capability MMTEL"
4a4b55fca397 : Revert "Added setup/tear down data support"
96a19bcabad5 : [MS14] Move isPersistable to NetworkPolicy
ba518b8bd264 : [MS12.1] Support NetworkTemplate builder
67f269a89ec9 : Move tests from DisplayPolicyLayoutTests to WindowLayoutTests
72a6d56d84be : [Stability][Bugfix] Catch DeadObjectException in TCMS.
5eeb4070c1a4 : Fix wallpaper zoom effect with shell transition
918228905a54 : Fix cts test failure of EnsureBarContrastTest
667db9ef20f2 : Fix CTS failure for waterfall device
5555c00e616e : Remove NSD_ON setting
2fa2671b02a1 : Make sure launcher side can animate divider
2bd413125ea8 : Remove getProcessGroup usage in OomAdjuster
8c19110beeae : Move and rename some members (1/n)
1378981fc761 : Remove reference to nonplat sepolicy
084df308bdd7 : [DU02]Remove DevicePolicyManagerInternal from NetworkStatsAccess
b32fc5594797 : Add/plumb SurfaceControl.DISPLAY_DECORATION
d5451fb37082 : Specify two item limit for EXTRA_CHOOSER_TARGETS and EXTRA_INITIAL_INTENTS
256c3147978c : Cleaning up pm SuspendPackagesTest
a05cb45b0e8c : Add SystemApi to AudioManager method
b1c14109a913 : Instrument UDFPS touch affordance CUJ.
8d9d12e898f8 : [am] use SYSTEM_UID when dumping incremental info during anr/crash
0805cb8110ce : Split UdfpsController and backfill tests.
05c83b715a46 : Migrate small UDFPS classes to kotlin and backfill missing tests.
5a0f8772b632 : Marshal access to DreamOverlayStateController.
e087e12997ae : [Media TTT] Add the app icon to the view.
d92bda854424 : Refactor Dream Overlay.
3abc8c8c15e0 : Define const values used in BroadcastInfo classes
cbb5760fdd2b : Get fresh InProgress array in AttributedAppOp when adding/removing
51702d8b9e55 : Revert "Enforce that RuntimeShader is only hardware accelerated"
5b2380d31cb8 : Add calendar sync manager role.
586ac4b6549e : Annotate mainline code runs on only some versions
8066d1ef7b72 : Add config value and a new permission for SafetyCenter.
784322150502 : Integrate keyguard behavior in split screen with shell-transition
6c481b8365a0 : Add IMS configs to CarrierConfigManager
cb4fe77bd09b : Make CDM UI more test(CTS)-friendly
94506d40f217 : Enable preventing IME startup for non-edit views
36b5dd8b5f4a : Handle split rotation in rotation callback
b241707f03c3 : [MS10.1] Move multiplySafeByRational to NetworkStatsUtils
2c25a86b1077 : Add hyphenation pattern for am, gl, it, lt, uk
4703cffb5d1e : [MS05] Fix NetworkTemplate lint errors
862c4118d404 : Set PIP corner radius when enter
dcb1e3b91361 : Explicit cast from android::Base::Errno to status_t
698b425133c7 : Annotate MediaCommunicationService for only >= S
6aba9656ec67 : Update BackupTransportCallback to use async AIDL
16a8f596d53a : Make IBackupTransport AIDL async
59a36aeb0dc4 : MidiService: clear status when device unbound
935cafbabe62 : Make IpSecManager.DIRECTION_FWD @SystemApi
a633941cec87 : Add BatteryStatsManager.getWakeLockStats() API
2b4a008f3fb3 : Use IMM#invalidateInput() in EditText#setText() (2nd try)
29c2e807e010 : [ProviderModel] Internal cleanup, remove the Provider Model flag
baad95c84986 : Revert "Tune nav bar height"
b6071938fef5 : Add ALLOW_SLIPPERY_TOUCHES permission
953766952387 : gtbs: Add Generic Telephone Bearer Service support
69f721eb5b80 : Update carrier configs for DataConfigManager
f95fdd94723f : Revert "Enforce that RuntimeShader is only hardware accelerated"
8ef3c23f135b : Fix build break
56c079839121 : Add RuntimeShader API to RenderEffect
f23347642ce3 : Add unused count API
ae39a0a51165 : Remove getProcessGroup usage in OomAdjuster
83d814190555 : API description changed.
7287489568b6 : Section filter isRepeat clarification.
f705cb8db6e9 : Added a new network capability MMTEL
4776cdee498f : Update system package broadcasts for app ID changes
09c6189ae40e : Added setup/tear down data support
22bc12b19285 : Fix typo in debug message.
0ea2e5dc5c0c : Don't allow verifiers to extend the timeout.
a52cb7151d43 : Only round the corners if the devices supports it
ba816ea40447 : Revert "Revert "Add XML configuration for density""
33501f382315 : Decompose ChooserActivityTest for reuse.
24219576af24 : Add VDM.createVirtualDisplay
dff34b3a6a04 : Expose Usage Setting API
95aeb151f6b3 : Add DeviceConfigs for Usage Setting
60c7c55c36cf : Detect broken IC#endBatchEdit() impl at runtime
c93d29cfab64 : Enforce that RuntimeShader is only hardware accelerated
71328b281139 : [pm] add IBackupManager to the pm injector
6321aedb64ab : [pm] move mPm related code from ScanPackageHelper to InstallPackageHelper
e93321c149e6 : Add set/getUsageSetting APIs
10de8e541edf : Update SubscriptionInfo
bd5f0d92828b : Add Usage Setting to SIMINFO
7e2d58ab386e : Add Use Setting Constants
8ab07284a92e : Add a carrier config for cellular usage setting
5ab8466005fe : Move power button cooldown period flag to Settings.Global
6b5464ca6908 : Remove allowBlocking from all BluetoothProfiles
f33f1daf62ef : Use ConstraintLayout for BadgedImageView
33a146346bd4 : Remove allowBlocking from all BluetoothProfiles
6307641de309 : Scribe in IMF: Handwriting support API 1/N
b6c88d765ee0 : Remove unused import in IpSecAlgorithm
84f9f48221a4 : Remove extra scheduleTraversalLocked
4079b71cbf63 : Start apex-system-services in SystemServer.
f72a53e8df6d : Rename TextAttributeBuilder
3809e3ee74fa : Add new permission UPDATE_DEVICE_MANAGEMENT_RESOURCES
25c054d3a008 : Initial layout of selection toolbar for render service part.
487b2e645a4d : Revert "Add APIs that allow to exclude routes from VPN"
65b37fb9b3cc : Deduplicate package names in result URI permissions grants binary xml
e4adca6672b0 : Expose parsed apex-system-server information via ApexManager.
e09fbeed9a42 : Expose android.graphics.RuntimeShader API
42d97911487c : Get rid of unnecessary grant file locking that may potentially affect AM performance. Even though this file is accessed from separate threads, there is no space for race condition here because it is read in the very early stages of system boot but writes may only happen in 10 seconds after communication.
e59d85ae82ea : Update display size before updating 'ignore orientation request'
d0c5dbabd5a8 : Pass JNIEnv explicitly into AInputQueue_fromJava
66bdaeedb1bb : Always initialize PendingDrawnTasksCount
2ad85f032327 : Use hand written hasCode for ChangeIdStateQuery
6fb25dc35a66 : Add mock modem service operations in Telephony
f885746db796 : Prevent false touch when folding device (2/2)
2c90f3b13f36 : Handle non-app windows in app rotation transition asynchronously
8dbde9bfb006 : Remove CDM Auto permission from Shell's allowlist
dfed81ffde03 : Move Ethernet related files to f/b/packages/ConnectivityT.
0a229569cbbb : Adding mustPlayShutterSound to break Cam2 dependency on Cam1
06b8917bb6e9 : Remove check preventing keyguardGoingAwayRunnable from being called if it's already going away.
71791c0e0c08 : SoundPool: Clean up Stream::play_l logic for garbage collection
41c4a0ac71ab : Initial layout of selection toolbar.
abc1ce5ba27a : Enforce package visibility filters to grantUriPermission()
9189e321ffe5 : Implement VDMInternal.isAppRunningOnAnyVirtualDevice
c0cc76e56ccf : No need for stencil buffer for A8.
290fc6aff81b : API description changed.
713c258edc79 : Binder: recycle Parcel in finally block
ed33fccfd97e : [MEP] adding portindex to sim access APIs
bba4af8447b3 : Use new AIDL IR interface for ConsumerIr service
b5b2dfc63dcf : Exit dream on MotionEvent.ACTION_UP.
fa11d35357d6 : Adding owners in cloudsearch packages
d098791d6e83 : Add jdduke@ to services/proguard.flags OWNERS
bbec7b6a5f3b : Support subscription for CarrierService#onLoadConfig
406fafdd7a1b : Update ENFORCE_INTENTS_TO_MATCH_INTENT_FILTERS to target T
a830cb86f18f : Maintain separate callbacks for each Context Hub
b04c63a1bcb3 : Fix typo on NanoAppState documentation
1b85e7489978 : Make get/setSystemThresholdReportingRequestedWhileIdle @SystemApi
26d10d4c48eb : Update some comments for tuner.
770d50ed431d : Moved AttributionSource related APIs in AttributionSource
fc48efe9041f : Import translations. DO NOT MERGE ANYWHERE
403eb57ae3cf : (2/4) Empty APIs for SupplementalApi module.
45c45620416d : Revert "Add XML configuration for density"
b9e01837ffc6 : Fix PhoneStateMonitor crash
de0c86109f85 : [Media TTT] When a transfer has been initiated, listen to a future so that we can update the chip to succeeded/failed state once the future completes.
e66a2d5f888e : Notify CameraService on USB host events
fb5747701252 : Import translations. DO NOT MERGE ANYWHERE
9340ade3937a : TIAF: Interactive App to DTV Channel flow
1b0bb7a37973 : Import translations. DO NOT MERGE ANYWHERE
e040b29e861b : Defer initialization for mEglConfigA8
523a7fb6b333 : Make sure jobs started from TOP app don't consume credits.
7fe54164cdf6 : Allow modifying ActivityOptions in ActivityInterceptorCallback
f63c1fddb3c6 : Add carrier configuration for list of opportunistic carrier-ids associated with CBRS pSIM
dc2f8e8337a4 : Improve content URI documentation.
72e6f5843445 : Set user_set_importance field in pullPackagePreferences.
90bb3709dc75 : Migrate unsafe parcel APIs in framework-minus-apex
1e0abfe5208e : Update javadoc for default account API.
7e9eccb6e292 : Remove usage of IntegerRes in type usage target
acd7debc658a : Go idle on docking and dreaming intent
2114c48c9120 : Remove usage of IntegerRes in type usage target
241b1fa96487 : Support CarrierService#notifyCarrierNetworkChange with subscription
381494020194 : Upstream Wear Keyguard changes
77b0bbb4135e : Fixes NullPointerException.
3cd40e0641ed : Fix some entrance animations for new QSHeaders
3555ebc8b513 : Add privacy indicators to combined QS header
1eac60aefc07 : Remove splash screen special case
add734d0da43 : Catch null handler in PlayerViewHolder.marquee.
c5b750217415 : Make Splash-screens touch opaque
3f51caf412c9 : Enable APP_STREAMING and AUTO_PROJECTION CDM profiles
8f808c5d7954 : Fix potential deadlock with SensorObserver.
807dc12c1a61 : Replaced Bluetooth SystemProperties.set by sysprop
eb4de5ff4968 : Remove isUnsafeBuild() from IpSecAlgorithm
7d17a103c8f0 : Remove NetdService usage from IpSecService
6118857c9747 : Trigger unbindBackupAgent if app dies during backup
30691cd24d4d : Set launch display id to an action performed on RemoteViews.
841beb639227 : Implement crossfade and jumpcut rotation
090a67a834a8 : [MEP] Add port index in SubscriptionInfo database
84e9cdd4de26 : TIAF: app link command
26899cdfee6c : Add frozen counts support in PackageFreezer
7eccf61dcdf3 : Integrate RecetsTaskController with shell-transition
d84a8d6dd777 : Suppress the output of app exit-info in dumpsys activity by default
2cb00ccc8f1c : Fix MeasuredEnergyStats.reset() for per-process-state counters
f1df3cdfbfc9 : Address tuner API review comments
3fcc716bdcbf : Expose NanoAppRpcService from nanoapps
f45fe96a547c : Split out the nsd API surface and use framework-connectivity-tiramisu
e19be3ce1509 : Add CachedBluetoothDeviceManager test case for csip set member device logic
1b560d8747be : Integrate launch-to-side split transition to shell transition
2daef5f3cc7c : Add streaming verification path.
f75bb1348075 : Add EuiccCardManager requestEnabledProfileForPort
24912ef392e9 : Integrate LauncherApps API with AppSearch
f84fdf2e6a98 : Controls - Do not recreate intent
a7b35f634797 : DO NOT MERGE: Decode the input of both setStream and setResource calls first
68b929d34e30 : Finish SensorUse activity when dialog is dismissed
18c66d8fee0e : Add missing size check when parsing staged aliases
b52de33e3b3e : Consolidate clearing mImeInsetsFrozenUntilStartInput
37f4c472f1d8 : Cleanup omissions when adding app ID migration to PMS
1fdc14b8a9b3 : Fix an off-by-one bug in EditableInputConnection#endBatchEdit() return value
cc628bf59f6e : Add 'flags' to device port extended info
bfc885705aa0 : Fix issue where surface was animated while wake and unlocking.
33c1ea73e869 : Enable path clipping for View outlines
2f72aa0bd1b5 : Log UI events to traces
5d02dbb7bfba : Allow renounce location permission
4312cc92064b : Fix the set member size check error
e466493f72c0 : Verify querent for printing app links state
ea41bd1c529d : Add ACTION_SWITCH_DISPLAY_UNFOLD to LatencyTracker
c47df7fd76b8 : Add new Telephony feature flags and update API annotations
70243103c82b : Add and implement cache API
c1b9afe693fb : Fix smart reply lifetime extension
43622051ca01 : Ensure no stale data is cached after policy upgrade
4729a3fbd590 : Handles user ids of shell commands.
b9f657675317 : (ImsService API changes for Better IMS Threading) ImsService to execute binder calls in Executor.
74390f89b2e4 : Revised the OnDragListener and onDragEvent API documentation.
02b892b12d34 : Allow enabling ANGLE for GAME_MODE_STANDARD
2fee7409a22c : Allow flag-guarded Java optimizations for SystemUI
2e249bdcbab4 : Instrument screen off cuj
9bf5b2f10479 : Attribution of modem power per process state
2f43ce5ab502 : Add "millis" to API names.
c468b590f0b8 : Hook-up shell-transitions to DisplayChangeController rotation
50f0f94b7536 : Check caller owns admin for per-admin getters.
0a332deb7d4c : Rename broadcast ACTION_MANAGED_USER_CREATED to ACTION_PROVISIONING_COMPLETED
4d001dfc9085 : Expose DevicePolicyManager provisioning APIs as SystemAPIs
51db10d93104 : Add displayInfo to Java WindowInfosListener.
9bb1c2b1bf3b : Pbap use profileConnector, resolveSystemService api fix
0c86889d83c8 : Pbap use profileConnector, resolveSystemService api fix
a12859ac8d21 : [Status Bar Refactor] Move PhoneStatusBarTransitions to the dagger component and out of an unrelated notification class.
5704c4dfe800 : Add sample XML to GameService javadoc to show how to request BIND_GAME_SERVICE permission.
09469c9a9f24 : Change battery saver tile to launch battery saver page
5da05ee3ed1e : KeyStore: Verbose error reporting
634326680c84 : Copy attributable to Bluetooth
a8fdfa389b6e : Add settings entrypoint to add a supervised user
9a2b8a160737 : Update CMD association flow.
306ef506b396 : Disable failing shell transition tests
885726b64d78 : [Output Switcher] Apply Dynamic group edit logic
e6f07a4fb2b5 : Don't remove SYSTEM_FIXED for intentional fixed grants to critical apps.
c1e318361832 : Refactor UBMS to use LifecycleOperationStorage.
47d30986631f : Revert "Verify PackageManagerShellCommand caller is shell"
f636a3147f14 : Replaced Bluetooth SystemProperties.set by sysprop
87d6ddef8155 : Provides OneHandedController for wm shell features
e39801390563 : Mitigate the races during installation.
09dcdad5ebc1 : Add settings to toggle the phantom process monitoring in dev options
69faf5526d56 : Refactor IpSecServiceConfiguration to Dependencies
90dd6749511c : Add some new features to tuner.
8f30dd7aea14 : Add haptic feedback to rotation button
2e19b7c297c3 : Fix style errors for IpSec associated files
a6c3e088c64c : Delete skipCallbacks when Exception dispatchInputEvent beacuse calling finishInputEvent twice will cause 'Native Crash'
a09ac8b57ba3 : Move IpSec associated files to f/b/packages/ConnectivityT
00964e9aea00 : Dump theme inheritance information in UnsupportedOperationException
9622192b3734 : Create cpp aidl_interface for libstatsbootstrap
a0219086c7ca : Gets AGnss AIDL interface correctly
fd056f8c1747 : Fix tapping on dreams to dismiss.
b4dc01e32aa2 : Allow shell/CTS to be package verifier.
19f22d590d6f : Support per-process Application class (AM and client side)
236abad7976e : Support per-process Application class (package parser)
186d244044f8 : Revert "Revert "Complete hard removal of BluetoothHeadset#setPri..."
3e7b0969ab06 : RefreshRatePolicy: set both min and max refresh rate when camera is used
fd33d54f460b : Added IWLAN handover rules support
ea1adfc0e510 : ImsServiceEntitlement default values missing
a6324ff99e4e : Add new MANAGE_CLOUDSEARCH permission for the cts test
ac6e0c91b35d : Remove unused references to android.app.ActivityThread in BluetoothAdapter
23bff980925d : Update unthrottleApn calls to take in DataProfile
5eaf444de7a4 : Add IGnss AIDL HAL (frameworks/base)
2385fc4e209d : Refactor BadgedImageView to extend FrameLayout
23005a10bcbd : New SIMINFO DB columns for phone number
bf09696f91da : Fixing displaying two carriers in split shade header
42987562b918 : Remove CommunalConditionsMonitor.
9a2d8d8f5642 : Avoid spurious UsbAlsaJackDetector JNI log
6771c6c923d1 : Create start and running bills for all priorities.
6123954747f8 : Added SystemApi tag to BLUETOOTH_MAP permission.
36e9f975fa2c : [Media TTT] Add the click listener for the undo button.
4d95b49c880c : Decrease the scope of mDialog
56c25c6a5105 : Fix QSFactoryImpl createTileInternal
97aa9b0ec1f8 : Do not show overflow after the last bubble dismissed (revised)
21a62f3c8791 : Support following typing foucs in window mode [1/n].
823994abd67d : AudioPolicy: focus stack query, send focus loss APIs
be7d8b285958 : Enables the rotation suggestion button during setup wizard
418683f50011 : Fold to AOD animation: part 2, add fold to aod controller
09e25c5cdc71 : Add option to trace animation fraction
03d398b27121 : Add settings to toggle the phantom process monitoring in dev options
59073f0652d6 : Add APIs that allow to exclude routes from VPN
58a3327f22da : Only allow system and same app to apply relinquishTaskIdentity
b166fcedace1 : Fix for run cts-on-gsi -m CtsOsTestCases -t android.os.cts.VibratorTest
2e95b4aaa8c3 : Remove Preconditions, Protocol @hide usage
5a2b8d3ffe41 : Store displayIdToShowIme in an IMMS field
fb11e0a86a9a : Remove unused suggestion span cache
1077ca51b4ec : Remove unused method isImeVisible
25038e1da104 : Extract and move unbinding visibly to controller
9fdc456914ce : Extract and move binding visibly to controller
19f60889d0fb : Move TIME_TO_RECONNECT to binding controller
d6d155f1c9ae : Move clear current method caller into controller
474a8aaffca0 : Register NSD service from ConnectivityFrameworkInitializerTiramisu
9d08a3ff2a07 : [MS03] Remove ServiceNotFoundException hidden API usage
e000fb4f3920 : Add mock modem service operations in Telephony
2da9375710d1 : Global settings for Bluetooth (Settings.Global.BLUETOOTH_ON) must be set to BLUETOOTH_ON_BLUETOOTH whenever non-BLE MESSAGE_ENABLE is handled irrespective of the state.
b77d15fc9272 : Remove REVOKE runtime perms from systemui
eb3dd7939fab : Register NSD service from ConnectivityFrameworkInitializerTiramisu
71a61f895b25 : Tune nav bar height
ebc8bf6daa1b : IMS RCS UCE API Improvement
748da4343cdd : Camera: Torch strength control API.
338430cebb32 : Include new api to exlude a shortcut from launcher
8aa17355a370 : Support RCS master switch
24245a5a29bd : Revert "Empty APIs for SupplementalApi module."
d2980207d2e2 : Fix top/bottom to adjust fallback ascent/descent.
a549d1d2aee7 : Implement toggle notification panel for new buttons in taskbar
cebb50f61ed8 : Add a status bar to dream overlay.
beda2b7f76e9 : Fix an off-by-one bug in EditableInputConnection#endBatchEdit() return value
808fd192fafd : Support per-process Application class in <process> tag
b5f3d34def7b : Add new setInputMethodEnabled API
917f617a6ff4 : Support RCS master switch
993471cc7ee2 : Fix reward for app usage.
c08a08e32791 : Enable Frontend callback for sharee.
793736cced1d : Add Constants for UsageSetting
4698bcf0841c : Companion App Manages Connectivity State Interfaces
c6c500e13d66 : Add the P/H experiment support for UWB module
fec9688762d6 : Add xilei to OWNERS for communal service.
da2765239ba1 : Bouncer User Switcher UX tweaks
d2958fd83c1b : Add provisioning extra to keep screen on
266cb0a0e489 : Add new signature permission to allow launch of DMRH and DMRH updater
511e68bd6411 : Ensure Insets surface visiblity and alpha value are aligned
c4cf03b162a3 : Remote input interfaces, events, and injection
8fdf47d10af5 : Fix index error when app has extra custom actions
dec5b1985f69 : Verify PackageManagerShellCommand caller is shell
a2efebf8e30c : Empty APIs for SupplementalApi module.
959e7cd70431 : Don't crash quick settings if Wi-Fi is not supported.
650ee7a1d196 : [MS01] Move NetworkTemplate cloud backup functions to NetworkPolicy
fa86f6ab342c : [MS07.1] Move NetworkStatsCollection/IdentitySet into frameworks
d82296cf33f8 : [MS08] Move NetworkStats files to f/b/package/ConnectivityT
794720fbd24f : Add cheap aidl tracing suitable for always-on-tracing (1/3)
5a5f5556a7b2 : Add new fields to ApnSetting/DataProfileInfo
8a8d6c51b991 : Update work challenge to align with material next
d8db601962b9 : Adding display commands for hostSide CTS tests
22578a76b221 : Add test mapping to avoid running @FoldableOnly scenarios
34320067d5e0 : Fix NullPointerException in DreamManagerService
86b6020cc999 : TIAF: app link info
c5e145c3bfc2 : Update sharesheet for large devices
4de1f6f5a67c : Add javadoc to NetworkStats related classes.
7712805752c1 : The legacy magnification controller APIs controls only full-screen magnification
d3872acc5724 : Indicate whether to apply layout change when setting divide position
0306b54c0e99 : Privacy dot doesn't been reset after rtl changed
2dd638152775 : Reset inherit-parent bounds in finishTransaction
ef7aedfce688 : ANGLE: Global.Settings should override GameManagerService
927f9f5c11e9 : Hook-up TaskView/bubbles to shell transition
4fa748451083 : Pass start time from HWUI canvas context.
99a2847acb9f : Don't update cached ApplicationInfo with old information
e1e77cca8a44 : Implement timeline in libandroid ASurfaceControl.
7f55b131828e : Reduce SurfaceControl feature gap to NDK API
1e7a4169ce14 : Allow renounce location permission
95cd24e26ee0 : Add support for launching a shortcut in WindowContainerTransaction
91bc16868afe : Bouncer - Update to use FalsingManager
fe460dd6363d : Add tests for RunningFgsController
05266b2ec983 : Replace effect_callback_t to refactor
18ea2952c99f : Tidy PhoneStatusBarView
4a7e6f84d30c : Remove StatusBar#getStatusBarView
3822f89d6433 : Change SBKVM to use notification shade window instead of status bar
31bcaf44ae6d : Revert "Complete hard removal of BluetoothHeadset#setPriority system API that"
ef4c1ef5b7e2 : Explicitly express nullness expectations
07ae2ce53218 : Hide UDFPS affordance when some dialogs show
1913e674e339 : Link 32bit native libraries only if libs exist
2b97ecdc5a14 : Migrate legacy obb only if first api level < 29
269f49d9b852 : Added systemui controller to control system bars.
3f4b629cd16b : Add specific uninstall dialog string for work profile
edfcc141e026 : Explicitly express nullness expectations
b6f02300a834 : Expose ContextHubClient ID
193815a0cf30 : Create EVENT_TRAFFIC_DESCRIPTORS_UPDATED
151117ec0bb6 : SoundPool: Update queue only if streamID matches
db0ab31b3c58 : Convert BypassHeadsUpNotifier to use CommonNotifCollection.
bec223b3375c : Audio focus: fix delayed focus request during locked focus behavior
7b05f8abbe93 : Fix some issues reading xml
7ccb8a4d98b2 : Plumb support for rendering A8 in Vulkan
e157ee878f54 : Plumb through A8 for GL/EGL
cbdbb66d8f3f : Add COLOR_MODE_A8/ColorMode::A8
765cd84bb81f : Add app-locales backup helper to SystemBackupAgent.
b0c9cf5cfc62 : Treat AHARDWAREBUFFER_FORMAT_R8_UNORM as kAlpha_8_SkAlphaType
10c60e45e8d1 : Fix some blast sync issues in VRI
140166fd7334 : Update sharesheet for large devices
31fa51440013 : Don't require T to extend Parcelable or Serializable in Parcel
62adc9e4f8ef : Revert back to old udfps haptics experience
99ded224b18d : Bouncer - User switcher for large screens
0879d125095b : Add unit tests for app-locales restore logic.
007755f38fec : Make 90 degree app launch less flaky
a791f236f857 : Add unit tests for the app-locales backup logic.
972120fcd665 : Add the restore logic for app-locales.
a49a84650b01 : Renamed some permission check methods in UserManagerService
2d7bded79d53 : Add QUERY_USERS permission to some UserManager APIs
8ec095245a55 : Revert "Do not show overflow after the last bubble dismissed (in master)."
f0bb51b1856c : Change reserved cache space as sum of cache quotas of all uids
ee0775edba98 : Init DisplayInfo with constructor
8346963e30da : CarrierConfigManager changes for DataConfigManager
473d709157ab : Implement DisplayWindowPolicyController
abbaf5519879 : Added command line tool to enable/disable new data stack
185b02f1bc68 : Move f/b/packages/Nsd files to f/b/packages/ConnectivityT
e69d46c6aa67 : Create ConnectivityT directory
468648bf9354 : Add @TestApi onBindCompanionDeviceService()
bb905fd00949 : CommunalSource.Connection Introduction
8825d9aa27e3 : Corrected comment on when BT is not disabled on entering airplane mode.
dcd3a9cbe94d : Add theme information during throwing exception
7ebd5f7c3b7d : Fix NPE if no AutofillId when traversing the view tree.
64123f9899ad : Add createVirtualDisplay in DisplayManager for VirtualDeviceManager
0ae6637d5f6c : Adds Builder for CollectionItemInfo class
1f3781ffa024 : Prevent set bounds to child task
f2eeda7d8795 : Lower bound throttling interval
98e9d59b70c4 : Remove LocationAttributionHelper and minor cleanups
685d508c85a9 : Update wallpaper requestedVisibility with all other visibility
115db91851ac : Add a debug mode that allows disabling notifications for all packages that aren't allowed.
955525fe5254 : Remove access to pipeline outputs from NotifPipeline.
a34abedbe645 : Expose recents animation targets pre-rotation bounds
2e50afbd53c6 : Pass MTE RuntimeFlags to AppZygote.
643bc5ce5eb4 : Revert "Pass MTE RuntimeFlags to AppZygote."
866d3a4d0386 : Create CarrierPrivilegesListener callback.
a676d9b3df0f : Add callback registration mechanism for listening to communal state changes.
ef06f6dbaa13 : Add isCommunalMode() to CommunalManager SystemApi.
1273fbbc5eeb : Make filterUnreachableAPs null-safe
7c56f2466ac4 : Update goldens for ChooserActivity logging tests.
8fb048aede03 : Lock mAttributionChains in PermissionUsageHelper
c22b2a9520ac : Add power button cooldown after emergency gesture is triggered.
eae9b5d0c46f : Support parsing VcnGatewayConnectionConfig without UnderlyingNetworkPriorities
ae6ad95ee036 : Use a valid mime type in ChooserActivityTest cases
2e00dd930f57 : Fixed User Switch slowed down observer message
3b6023c04a84 : Use TintedIconManager in split shade
933fd0ce3017 : Set default video parameters in Tx VideoFormatResolver
bf4301f59b4b : Do not show overflow after the last bubble dismissed (in master).
010edd3a6af3 : Init QSDetailItems Item with constructor
b51de66af26f : Init TileInfo and TilePair with constructor
13e996b4ef9b : Fix the initial background color of MainSwitchBar
dad1cd6fdfbd : Query "post" targets only when rebuild complete.
a0c91aac2744 : Call into permission system with cleared binder identity
589987ce209b : Omit notification small icons from history parcel
d0fe35e8b43a : Create new QUERY_USERS permission
ad5d4baecbae : Add apex-system-service tag to AndroidManifest.
04c683b50e6a : Switch brightnessmapper within ABC
3b6176a6bd90 : Generalize some flag manager methods by flag type.
93ae9cd31638 : Update DateIntervalFormatTest due to ICU 70 data change
595956489d32 : FeatureFlags Listeners:
e5fffb8ecff3 : Add the backup logic for app-locales.
c1121a027962 : Ignore virtual displays and screen off on flicker
1eeea7c0c533 : Tv pip menu design update (1)
3379259e80f6 : Add SEND_SAFETY_CENTER_UPDATE to shell permissions.
37c9982cb2d5 : Fix the initial background color of MainSwitchBar
b852170e0862 : Add setup protection level to MANAGE_PROFILE_AND_DEVICE_OWNERS
622b968123f9 : Wrap IBackupTransport usages with BackupTransportClient
405fb6dee982 : Prefetch standalone system server jars before switching domain.
183ebfbcc829 : Rename the AudioDescriptionRequestListener to match the isAudioDescriptionRequest().
95e3bd1d1e6a : Make SysUI dialogs more consistent
53844535aaa1 : Expose window type MAGNIFCATION_OVERLAY to AccessibilityService
d5af2ead56f6 : In low storage, recalculate cache quotas if 2% change in total space
a2a4482c8dc2 : Configure allowed/excluded permission list with BroadcastOptions
d3a7de133361 : Update #hashCode & #equals with mUnderlyingNetworkPriorities
3818a53e7e0f : Run per procstate CPU time-in-state tracking on the main thread
eef344e15c92 : Extend other BroadcastInfo related classes
87d71d6d3f6e : SurfaceView: Synchronize initial destframe change from BBQ
0860374c4a9c : Revert "Add Neary feature to PackageManager"
6b0fbb2cfb83 : Add debug logging to CommunalManagerService
ab82647bacde : Update font weight adjustment docs for StyleSpan
f5a4f33d2983 : Add stub for VirtualDeviceManagerInternal
57bbd0099e9a : Add system_server to readtracefs group
f650f054b075 : Add a new setting that saves if auto-resume timeout is set by user.
558fb9cc1479 : Drop ranking update events when another one is already queued.
c22b15d0269d : Add additional IPsec owners
3a54ee5ff322 : Fix geofence crashing bug
7084974c2cec : Revert "Merge "Dispose of TransportClient in BMS#beginRestoreSession" into sc-v2-dev am: fb7c9dfb81 am: 87921ea2d1"
bbe36a869743 : Do Not Report Activities that are Finishing
3a738b180eb9 : Auto-deny requests after some user denials
f4c585f9195e : Add tests for StatusBarManagerService
a89a52d6a3c4 : Reclaim sharee's resource upon owner's close()
2ebfca0f618e : Introduce mutable parcelable request to open/close logical channel
4da775ddb8d4 : AudioManager: test API for device connection
ef804614e20e : Add ALLOW_SLIPPERY_TOUCHES permission
5241ce01706d : Remove mDisplayGroupIds by iterating through PowerGroups directly
a946d5333f74 : Pass PowerGroup instead of groupId where possible.
c024a8fbb2ef : Add Sergey as CDM owner
4c5da4bebe83 : SystemUI: post notifications permission
933bf14319d6 : AudioManager: add API for muting playback until device connects
d3c1ea1e2836 : Hide notification footer when QS is expanded.
2a55386e82f8 : Added missing equals override in new Transport Data classes
12e300d40238 : Promote/demote flicker tests
b562e7e7ace8 : Tidy ups from prior code reviews
a948d9fc754f : Do not animate some split screen sides on fold animation
246c4c1a8661 : Add LifecycleOperationStorage and tests
d7eb72b9ff49 : Permissions checks for CDM.associate()
2f653107cc5f : Ignore prebuilt shared library if it doesn't exist on device
0b5a0200c4ae : Initialize TileRecord members in constructor
a4c577da4bd6 : Add AGnss AIDL HAL (frameworks/base)
a318699c8331 : Update test case for RECEIVER_EXPORTED
a645deab9229 : Add conditional=true for @RequiresPermission
41a3197e7436 : Allow customize icon of BannerMessagePreference before Android S
053a3e313a37 : Reset the settings key of the migration tooltips as enabled.
e712ea6872a0 : Enable root before listing files
1700991d90d3 : Expire child sessions (3/n)
78b7570291d3 : Support wireless ADB for ethernet only devices.
9a45178ff43c : Add the new Text input type TYPE_TEXT_FLAG_ENABLE_TEXT_CONVERSION_SUGGESTIONS
0c0d3505d090 : Periodically clear cache under high storage threshold
35f44aab7cc8 : Add equals() for Resources.Theme
2d9cc70c986d : Revert "Add LifecycleOperationStorage and tests"
e591c24c92a0 : Remove @hide symbols from NativeDaemonConnector
738ed7b7b250 : Calculate priority based on caller configurations
465382bb7148 : Global settings for Bluetooth (Settings.Global.BLUETOOTH_ON) must be set to BLUETOOTH_ON_BLUETOOTH whenever non-BLE MESSAGE_ENABLE is handled irrespective of the state.
c546b3f7a632 : Add instructions on how to annotate an AIDL interface
bbb01fcb4376 : Update javadocs based on API council feedback.
17c4a944eb59 : Fix race condition betweeen Tuner APIs and with onReclaimResources
b9de4c475cb5 : If specified INSTALL_ALL_USERS then install for all users.
0a674a8a4433 : Bold StyleSpan further for auto-bold
eedd70fc21df : Remove unneeded statusbar view references from StatusBar.java
3f093ba16942 : Report all conditions met when no conditions given.
e801d3e48c66 : [pm] better annotation for storage flags
8b100eb307a6 : Expose some hidden APIs in DevicePolicyManager as SystemAPIs
b9d7d27edeb4 : Change the wakeup alarms for "light-doze-maintenance step" to non-wakeup alarms
81be08228332 : Provide last known cell id for emergency call
c45957f15e90 : Add FeatureFlag to override notificatin drag
dd5ca6bf569d : Make SuggestionRangeSpan public
dcb567646ca2 : [pm] fix getInstalledApplications
631dae9f4aa6 : [SettingsProvider] enforce @Readable for getAll*Settings methods
27dd7080fc6d : Change some light idle alarms to non-wakeup.
f6b503a8c18a : Disallow too large display padding for wallpaper
6b7fc0a0c0ef : Fix size of last page of QSPanel
7f7fb628d555 : Enable default NAS for users who haven't done NAS migration
927893a70070 : Add association ID parameter to createVirtualDevice
733f7fb1bb05 : [Media TTT] Refactor the command line interface into its own class and use sealed classes for the chip states.
534e7fe611ea : Move status bar initialization into its own class
9a63dde753f7 : Update AudioPort <-> configs mapping
2bfb764a29a3 : Unlock icon plays success haptic on device entry
4482010d2b10 : stopForeground(boolean) deprecation & docs
d3ea6da02568 : android: post notifications permission
027bcd91b7b9 : Settings Provider: post notifications permission
fb1e94eb4e60 : Shell: post notifications permission
745b5edc471f : Remove unnecessary test case
13bfe7968319 : Add the GameService skeleton and corresponding unit tests.
e214082cb0da : Set default ClassLoader for Parcel readSerializable API.
dc5a1a8db23e : Open PiP menu via KEYEVENT_WINDOW on TV
e3d8a1a29931 : Deprecate unsafe Parcel.readParcelableArray(ClassLoader)
a67d744adbf6 : Add LifecycleOperationStorage and tests
7c91f43c3ad7 : Adds public APIs for AccessibilityService to control magnifier by setting MagnificationConfig
e8d74abe9391 : Add config for call captioning
f208311006e4 : Always have QS expanded on split shade
d8505029e890 : Add executor for the callback.
0b1a783da652 : DelegateRegistrationState Improvement adding new states for DelegateRegistrationState: - DEREGISTERING_REASON_LOSING_PDN - DEREGISTERING_REASON_UNSPECIFIED
6a7bc39edf79 : Add BluetoothLeBroadcast profile API.
b6518929e616 : IMS RCS API Improvements-DelegateRegistrationState
334b4280861e : Revert "Revert "Finish child sessions when verification/setPermi..."
216378b69087 : correct the public doc of setSimSlotMapping
67d3dd83ff09 : Fix NetworkPolicy logs in dumpsys.
400933598c05 : Generalize Communal Conditions.
29745b36f125 : Create a convenience method to get the CarrierService package.
91ebd74d39e8 : Support single-user ImageWallpaper service
0df805e7f69f : Clear clipboard after a defined period of inactivity
8895ef125641 : Pass MTE RuntimeFlags to AppZygote.
8a365a45ee80 : Support GNSS configuration overlay from resource
1da1eead26de : Remove split shade drag handle
7d6a7c5f0e3f : use test app's data folder as filter directory
7121cd7fa522 : Make BluetoothCodecConfig and BluetoothCodecStatus public.
da65c3044973 : Add APIs to add and to remove listeners for AudioDescriptionStateChange.
4cfa84d52b7a : Add statusbar tests package and OWNERS
8a1c617b067b : TIAF: add state change methods
bfa65ba69a18 : Migrate PermissionManagerService to Impl
4514bdf1b7a1 : Allow flag-guarded Java optimizations for services
69f66f2d22b5 : Revert "Un-@Ignore 7 passing ChooserActivity tests."
1f27520541b5 : CarrierDefaultApp: Adding post notification permission
ce8f496e21ab : Dynamic System Installation Service: post notifications permission
328d34ad13e6 : Egg: post notifications permission
a64b6bea32ff : Print Spooler: post notifications permission
1b5856d6bf29 : Package Installer: post notifications permission
35b45a774df3 : Use getPhoneNumber API to get phone number on T
0106a9f1b48a : Load CommunalSource.Connector from config.
e3d2b952aadb : Fix Context Hub restart timestamp unit
7ffc220960f2 : [Status Bar Refactor] Make StatusBarDemoMode part of the fragment component so it's re-created each time we get a new status bar view.
eb590d364f48 : Move permissions allowlist for Tethering
6563b486f31b : Get the latest application info for the new content provider
b1f9ef728ffb : Fix SysUI Demo Mode activity so it doesn't crash.
95ecac506dba : Allow privapp permission allowlist in apex
6d44d95aa2c9 : Make replaceLayers less flaky
e991a77d1cdc : Only trigger (un)lock icon on longpress
cbc8de2ebb86 : Revert "Use IMM#invalidateInput() in EditText#setText()"
00e93e8a7de8 : add FrameworkCoreTest for AndroidResources test plan
b8ba884a7fde : [Status Bar Refactor] Move LightsOutNotifController to the FragmentComponent since it effectively gets re-created each time we create a new status bar view.
8858e6ff3ff7 : AudioDeviceInfo: fix back microphone type conversion
bbe92d4466e6 : Add flag to use PlaybackState actions in media controls
2d386942e46e : Remove dagger warning about double bindings.
068913a8ddd0 : Fold to AOD animation: add screen off animation controller
1f9ee6267043 : Revert "Use IMM#invalidateInput() in EditText#setText()"
dc8bde9ffa46 : Stop using NSD_ON setting
cd355907712d : Fix flaky assertion
3a6ec260b17d : Fix drag-to-dismiss split screen crash with shell transition
2562902d33d6 : Fix usages of getCallingUserId()/Uid() in CdmService
f6e47893de84 : Add StaticSharedLibsHostTests as PackageManager presubmit
ad587fc67ee3 : CommunalSourcePackageObserver Introduction.
43509f3202bb : Fix the typos on the java doc
5511befd3059 : Fix CommunalManagerUpdaterTest.
1963708d366e : Use Math.floor to convert RSSNR from ten db to DB
beb8f3f4b3ce : ANDROID: Fix EventLog string class problem in ViewRootImpl#enqueueInputEvent()
e69463a9a575 : Remove unused SDKs on application uninstall.
62ac77294a73 : Better support for Resource based flags.
ad7d5d34b8ed : Use the correct TransitionINfo when creating recent leashes
63a3938f85fc : Revoke internal permissions upon definition change.
a6ff530c3507 : Fixes rotation stuck in core without trigger transition.
7c9b6bd2cf6c : [Output Switcher] Adjusts color, size and margin
e4e2194e081b : Correctly implement multi-user theming support
c0e108a497cf : Immediately tear down VCN network when entering Airplane Mode
fc38db5a0205 : Revert "Use display awake signal to replace screen-off signal for sleep token."
4219d77a4d84 : Add non dangerous read phone state permission
69aa938dc15e : Add @SystemApi annotation to parcel.writeBlob and readBlob.
6000de4da088 : Revert "Return null for contacts local account"
10ca5bcd23b6 : DelegateRegistrationState Improvement adding new states for DelegateRegistrationState: - DEREGISTERING_REASON_LOSING_PDN - DEREGISTERING_REASON_UNSPECIFIED
1a0f54af271a : Temporarily disable trusted network condition.
b4cce59e3719 : Add DEVICE_LOCK permission to Shell to support ATS test
cf3f673b48fe : [pm] new APIs for ApplictaionInfo/PackageInfo/ComponentInfo/ResolveInfo flags
c43c6f53e101 : Update SlicePermissionActivity component in manifest
d598257a1ff2 : [pm] fix NPE in deletePackageX
fd25a031ae6f : Add owners to wear specific resources.
d96a2d3e6d3f : Release stretch overscroll when new items are added.
2031ed6e7729 : Allow modify phone state permission
81f7a3976f41 : Introduce QsFrameTranslateController.
5d4bad448fe1 : [MEP] Add port index to icc logical channel open, close and trasmit APIs.
7d6793a8b97b : Refactor GnssGeofence JNI
53fa17ef7d38 : Revert "SDK libraries."
fbfd734049a5 : Add AccessibilityAction ACTION_SHOW_SUGGESTIONS
3850e10f2f19 : New Pipeline: Fix groups not grouping when shade is open.
a16137055fca : Revert "Revert "SDK libraries.""
4474c3f82ca6 : SoundPool: Implement generic garbage collection
dca9cf22a6fc : Fix updating max circulation value.
7407887e0005 : Complete hard removal of BluetoothHeadset#setPriority system API that was deprecated in 11 and soft removed in 12
0c9fd044df9d : Add actions for starting the device management role holder
09869621d53c : Allow modify phone state permission
6525f0d6b970 : Bluetooth: Pretty print LE Audio profile name in logs
5dff75b3d6ad : Create a new key to backup Sim-specific data.
03bc29cd9b78 : Fix NavBar visibility assertion
d6e679f471ce : Add user-set boolean to notification permission values.
9ce48282d8f3 : Update registering of native classes in HWUI for layoutlib
8c7ad03ea8c5 : Convert ScopedUnfoldTransitionProgressProvider.java to kotlin
d117f6f6d508 : Added End-of-Parcel check API.
9ad78eae2ec7 : Move policy upgrade to DPMS ctor
aa4e9dfda817 : Deprecate unsafe readParcelableList API.
461d4bad9d73 : Wait for ANRd process to be killed before starting next test
38b5af54c4d6 : Set launch power mode for display change transition
ec29931867f4 : Un-@Ignore 7 passing ChooserActivity tests.
184c7592ccb3 : Revert "Finish child sessions when verification/setPermission fa..."
bb313b22af40 : Add package to intent
ae425ca61499 : Parse audio config codec capability for LE devices
4669421b4c79 : Parse audio config codec capability for LE devices
27ca44272fa7 : Enable hardware feedback in background and disable touch feedback in silent mode
663df8161931 : Add public getters to AssociationRequest
3ebc5789af08 : Fixes the API format of MagnificationConfig
a6262d8b9a9f : Fix flaky tests (3/n)
fc7aabcf2e39 : Updating locked_region_code_injection to use ASM7
9b47623790d9 : Adds trace messages when goAsync and finish are called.
b46dece57792 : (2/n) To config One-handed mode QS tile to auto-added for AOSP
938ec458a0d5 : TIAF: Add IApp setup & start flow
a22b7e05d4ee : Revert "SDK libraries."
33d97893e6e1 : Add safety checks for MessagingPool and other view reuse conditions
bcd278cac568 : Copy PermissionManagerService to its Impl
f7213e709375 : Disable pooling of MessagingGroup and MessagingMessage instances.
028e2b02f7ef : Fix wrong error code in the PackageManagerException
450724ef5c0d : Fix CommunalManagerUpdaterTest build error.
e8c584a8d2ed : Create a API #onActivityLaunched in ActivityInterceptorCallback
11f8f5267b65 : Fix IndexOutOfBounds exception in dumpsys batterystats
ae4bf7dda6c8 : Add @JavaOnlyStableParcelable to AttributionSource
2cd5bd7cc324 : Finish child sessions when verification/setPermission fails (2/n)
69e7905abf34 : TIAF: handle overlay media view
d68978988b8c : Don't restart processes that host visible activities
efb099367349 : Ignore ui mode change caused by Morris overlay in PiP
c78e369c4c27 : Fix incorrect SID matching for bio prompts
4af9bcaad5ca : Fix activity interception bug
214d9cf2691b : Allow dumping all transactions.
cc16b0403ca7 : Add new API for new feature of display name.
d19332103402 : Check whether a Wi-Fi network is trusted.
3d3b22a1f7b1 : Add an App Protection Service role
e566f33a82f5 : Add SystemApi to change app launch time estimates.
5913ddb21391 : [Media TTT] Show an undo button when a transfer has succeeded.
ecb939f57e59 : [Media TTT] Show a loading icon when a media transfer is in progress.
b116f89f883a : Fixed warning related to NewUserRequest
1bc541e89508 : Block touches from passing through activities
6e2a6588aac6 : Correctly call setGpuStats() for ANGLE/system driver
48dae69dbf8a : Properly remove local color areas of callback
8af2abfcc7a9 : Check for initialization of mUpdateEngine
fee736f47c2e : Support configuring VcnUnderlyingNetworkPriority in VcnGatwayConnectionConfig
0376684dea28 : Create VcnCellUnderlyingNetworkPriority
115f93de3a4d : Fix heading level
184d33e1abcc : Promote/demote flicker tests
2f39e3f00537 : Manual merge of sc-v2 resource finalization
ebca37ec2812 : Deprecate MediaExtractor.setMediaCas
1602deb6741a : Synchronize SV buffers with main window when config changes
d3752605593b : Proper bounds checking in LocaleValue
5167f71ce8c4 : Update long screenshot layout to align with Markup
9b2f6980de9d : Add proper annotation to CommunalManager since it requires the Communal Mode feature.
6610524e4c46 : Change registerContentObserverForAllUsers to registerContentObserverAsUser
6f68248158d5 : Move win.skipLayout into policy.layoutWindowLw
b38287430bf6 : [Media TTT] Add three different states for the media TTT chip and allow each of them to be displayed with the correct text via adb.
dac9456ac235 : Fix OWNERS for time protos
f11209c65647 : Replace @hide APIs
3b705b78c021 : Update MetricsTimeZoneDetectorStateTest
5a02024677bc : Add location-based tz detection in the background
bae4665077c5 : Add "enhanced metrics collection" support
3914e57d8bc9 : Add getSurfaceRotation API to MotionEvent
281a2dfaa15f : Prefetch standalone system server jars before switching domain.
041914377d40 : Adding new user restrictions - DISALLOW_WIFI_DIRECT, DISALLOW_ADD_WIFI_CONFIG
be69a9d6a614 : Add ActivityId in TranslationContext.
93f9b8b82e28 : Fix process capabilities on re-computation for cycles in oomAdjuster
aaf6c1c724fd : IMS RCS UCE API Improvement
2ef9ee0af2f8 : NetworkScoreManager deprecation: documentation fixes per API council request
d548a423c496 : Always show collapsed media on split shade
ffe393fb5e38 : Split shade should always have 6 tiles
a191eb7e3c09 : Allow split position constants to be used in launcher.
0bb257f78575 : BluetoothGatt: Deprecate unsupported methods
b91c7255906d : Import wear emergency gesture handling logic into master.
872b07c9bc8f : Update the docstring of requestDirectActions
53ca29c94f93 : Eliminate Null checks for local color pages
9ec6c84f208a : Update wallpaper window pages only at processing
ed271ebbce83 : Import wear power button gestures to master.
e5058b0cc394 : Add a flag for allowing always unlocked virtual displays
68c51fe56605 : Convert from Pair<Integer,Integer> to FeedbackIcon
23699315c2be : [SettingsLib] fix test after IPackageManager flag change
8ddd8e85dd6d : Updating registerReceiver doc.
629cb6935eb9 : Create VcnUnderlyingNetworkPriority and the subclass for Wifi
5b1d16658923 : Add new fields to ApnSetting/DataProfileInfo
e4f57c4994d4 : Introduce communal trusted network condition.
bcdaf0ce3aed : Introduce communal setting condition.
b7b469bb281b : Add owners for HardwareBuffer & friends
732fb425c5ea : Updating icon badging logic
c960b0b22bb2 : Introduction to communal conditions monitor.
8d0ec8faa8eb : SDK libraries.
f437806637ef : Do not repeatedly connect to flaky communal sources.
e68c30e15fce : Delete try-finally beacuse calling finishInputEvent twice will cause 'Native Crash'
08af0322f09b : Rename NumberOfSegment to NumberOfSegments.
dc1646fb8893 : Add Kotlin intrinsics proguard rules to SystemUI
8b67be845517 : [Status Bar Refactor] In CollapsedStatusBarFragment, use NotificationPanelViewController instead of StatusBar.java.
fdeaf4e70c14 : [MEP] Change mIccId to getIccId API in the UiccCardInfo toString
7b12c38524a6 : Fix checkUsesFeature() in CdmService
c3339789f6c9 : Migrate hybrid rotation animation with shell transition
620c5cccd129 : Game Loading Time improvement by boosting CPU via ADPF
a0f94cfef8bf : Adding privacy indicators to split shade header
cc793ab60844 : Read per-process GPU memory when pulling ProcessMemorySnapshot
2f2bf87a6e0a : Add QUERY_ADMIN_POLICY to some DevicePolicyManaged APIs
8620e8a4f962 : Add new QUERY_ADMIN_POLICY permission
b1444e4dc126 : Use Theme.SystemUI.Dialog for the TileRequest dialog
b08fc1d6e438 : Metrics for Tile Request Dialog
68a0411d4b84 : Add i18n to "module_current"
78a5c42baf9b : Introduce BackupTransportClient
b9d11bfce548 : Add a setting to support for NITZ retention
5cfb8832f16b : Add dialogs docs
beec73abb19d : Improve debug logging for bug reports
7d4c7e9a7e56 : Enable telephony fallback behavior in config.xml
d23ab35c01b0 : replace CURRENT_OR_SELF with non hidden API
d1ba3fcef6e8 : Implement "no-UI" flow in CDM
b897f7728f9f : Change isCISCentralSupported() to isLeAudioSupported() API
ffe9e9154a3b : Add OWNERS file to android.os.vibrator
24e966152dfe : Update VibrationEffect haptic feedback heuristic
e35f186a30d8 : Add FrameworksCoreTests into PackageManager's test plan
5ad7f984b6d5 : Add back AccessibilityFloatingMenuController into StatusBar
7274246272b0 : Cleanup the resources parsing a bit
f0bf40dcb8e4 : Make MAC address String in AssociationInfo upper-case
8002034e6b11 : Add missing size check when parsing staged aliases
b5345b5c30be : Fix NPE caused by orphaned child sessions
fa744dbe8562 : Revise install reason in the tests
8af4657207a5 : Drop TAG_FIRST_OCCURRENCE_FLAG when populating history tag array
1f6bb02a6391 : Implement Task Manager UI
2a548a596a5d : Create the system service for AVF & hook the manager to it.
8b7b56f01671 : Remove unnecessary null check code for RemoteView
ff111010f9c0 : Adding receiver flag.
13c5549834a0 : Guard against NPE in ThreadedRenderer
847211bc5205 : FlickerTests: Fix focus change test during rotation
49af4dc70c51 : Update the GameManager#setGameMode API.
22c8b961528e : Add API for external call audio route.
87e9c5da46db : Make slow queries logs show only when log tag enabled
2de9ed313032 : Remove old and unnecessary log
9b724d67dd2f : Add some tests for database operations
5eee0b59b7a9 : Add support for normal sync mode and propagate journalMode and syncMode on database open
c385c3f75be0 : Fix NotificationStackScrollLayoutController#getVisibleNotificationCount() == 0
f3aac252f79f : Add missing </pre> to Javadoc
c2a05882f83d : Import translations. DO NOT MERGE ANYWHERE
4b7663bff77b : Fix erroneous comment end tag for xml in ripple code sample.
6795414423ff : Import translations. DO NOT MERGE ANYWHERE
3e6ac26135a0 : Import translations. DO NOT MERGE ANYWHERE
4eb3de4793f2 : Import translations. DO NOT MERGE ANYWHERE
5bf21b69af95 : Fix RemoteInputViewController using a different token than RemoteInputView
141d87452121 : Improve RemoteInputManager dump.
c832de6b9925 : Replace DumpUtils.withIndenting() with DumpUtils.asIndenting()
a3b76547cfd7 : Import translations. DO NOT MERGE ANYWHERE
5bbdb447f70f : Fix a crash because the BubbleCoordinator is not expecting the NotificationEntry from BubbleManager to be from the old pipeline.
b9b25ef742df : Adds the basic API of the attestation verification framework.
6fcd3680998d : Import translations. DO NOT MERGE ANYWHERE
592fc9636db6 : Import translations. DO NOT MERGE ANYWHERE
f3a50fccf832 : Import translations. DO NOT MERGE ANYWHERE
ab5bb38da4ac : Import translations. DO NOT MERGE ANYWHERE
b6d0af354be1 : Fix NPE caused by a null battery history tag
bbc2b9833386 : Bouncer update #2
def47e0e2773 : [NETREC] Deprecate NetRec
8d1c930ad1b6 : Import translations. DO NOT MERGE ANYWHERE
1317fa293068 : Add NavBarHelper#isImeShown for NavBar / TaskBar IME icon hits
4e690dd40d5b : Centralize nsd associated files
8c9735bdd64f : Refactor DialogLaunchAnimator and remove host dialog (2/2)
b67fc383553b : Adding typed Parcel readParcelableList API.
abc97f637afa : Import translations. DO NOT MERGE ANYWHERE
14dd35d2a718 : Introduce media and accessibility vibration usages.
9b57d57323fa : AudioAttributes: add missing stream type to conversions
36bb919297f1 : Import translations. DO NOT MERGE ANYWHERE
5f2121d729c4 : Bouncer updates
2b7e591f32c0 : Run AndroidFrameworkLintChecker in frameworks-minus-apex
2447152914b6 : Update vibrator file owners
42626e0f3fd7 : {Output Switcher} Update ui change
ce0f0a13dc9b : Add FrameworksServicesTests into PackageManager's test plan
b8f3f9d239bc : Enable FASS assertions for Pip Exit
997c321dcd63 : Adding system window flag in DWPC
6d1c2e92f5f1 : Adding API for creating virtual display with DWPC in system_server
b75ad62dc7d0 : Adding a new user restriction DISALLOW_SHARING_ADMIN_CONFIGURED_WIFI
a19270f2782c : Provide default splash screen style for Launcher and SystemUI.
2645fa289dea : Print anonymized address when new profile update
97e88eea6927 : Add NearbyService
b2fca14b6fe9 : Support periodic PSDS download
0b4cafdae8c2 : Fix the case where restricted mode allowed reasons are ignored
9d80fb048d39 : New Pipeline: Add a debug flag to always log the ShadeListBuilder result.
368fcb27b719 : Add a reason the smart suggestion isn't shown to the layout params.
a6d063e55ada : Add a state to LocationTimeZoneProviderController
d3dadfbd017b : Remove base class / rename Controller classes
b94e498226d7 : Fix crash due to incorrectly implemented assert
f0fbd6439e3d : Limit transcoding size workaround to windows
1cfc0c749a5c : Workaround to fixup MTP transcode file size
58c458df2576 : Clear CDM associations onPackageDataCleared
d27455b75819 : Increase default Wm buffer size
1704b9efa150 : Adding audio commands for hostSide CTS tests
4c73b41388af : add filter delay hint to jni FilterClient
6618b7f58af4 : Support triple-tap and hold for window magnification.
79ce0ed8645a : Update language to comply with Android's inclusive language guidance
4eb3a8a9661a : Update the transport types of metrics
70ff12551b33 : Make InputMethodPreference support work profile
4af17682d423 : [MS06] Add carrier template fields into cloud backup/restore
254ecbdb3916 : Makes only one activated magnifier on the display when the controlling magnifion magnifier transitions mode
f39ab7029dfb : Rename TransportClient to TransportConnection
b300c5a5e23e : Implementation API in AccessibilityManager to expose isAudioDescriptionByDefaultEnabled
62a011d2e7c7 : Refactoring: Move code to StatsPullAtomService
78eef3ab9d63 : audio: add call audio redirection APIs
269725c91e73 : Transist the controlling magnification mode if needed for AccessibilityService
91333788a0df : net: fix NPE when reading IP configurations
5169896db874 : Partially delete unused EITF code
8e4efdb653ed : Exclude TYPE_PRIVATE_PRESENTATION app visiblity
ea142b10f160 : Simplify javadocs of KeyCharacterMap#hasKeys() and InputManager#hasKeys()
c86875fb0062 : Add permission for call audio redirection
ffc8d6fe64aa : Send WindowContext config only when Display is active
4c1bcbcabf33 : Clear calling identity when notifying alert/limit reached
0f8da178c893 : Add user aware getPermittedInputMethods in DPM
a7d83ed80273 : Enforce owner rights check to setSplashScreenTheme
564e1f86da94 : Make StubVolumes visible for read
9b033785aeaf : Split MOUNT_FLAG_VISIBLE into MOUNT_FLAG_VISIBLE_FOR_{READ, WRITE}
2d17572ecad8 : Remove uid rules computation in NPMS.
655ca9f34318 : MediaCodec:Add code for YCbCrP010 format support
7e61d0d0b5a0 : TouchExplorer: clear unsent hover events on action down.
6a0976aa75dc : Include blocked reasons in the netpolicy dump.
5837e4571707 : Share Wear bugreport right after it is taken
f5fbc4aade22 : Fix issue with alphas not being applied to the same view on unlock
b0fd66ff136e : Fix SysUI volume controls not appearing
06ad525359ba : Plumb config to output switcher indication chip
74372060f9ba : Re-enable volume control for non-grouped devices
86e6db3ec594 : Tweak volume adjustment rules
05e7906edb10 : Only register listeners if setView was success.
8347f70f27f5 : Fix normalize doesn't work on carrier template
a70c46b8a5ac : Update deletion conditions for a package's UsageStats.
bc506448b9ca : setTurnScreenOn can only used as wakeup
b2dc041a4e84 : Block SHELL_UID from overlay fabricate and clear shell overlays on boot
c3c9ada6e5d9 : Revert "Revert "[pm] remove old stage dirs on low storage""
402baf46cea7 : [RESTRICT AUTOMERGE] Hide Wi-Fi Scanning message when Location is disabled (QS Internet Dialog)
8496b8bc08af : Fix black frame flicker in UNOCCLUDE transition.
e664c5e7fc1f : Import translations. DO NOT MERGE ANYWHERE
8aa61bff85d3 : [SystemUI] 1.Remove the unnecessary log 2. update signal icon in bg thread
6fcb6f1bfa5d : Import translations. DO NOT MERGE ANYWHERE
802c97ba222b : [Media TTT] Define a chip controller and a way to issue commands via adb to control the chip.
2234aaedb691 : New Pipeline: Numerous bug and crash fixes:
0d835fd11253 : New Pipeline: Bring in a couple missing features
d0001fee74b5 : Support HDR tonemapping in TextureView
b488c1baf479 : TIAF-TIF broadcastinfo flow
43a1f4b48dbc : Updating AdaptiveIconDrawable to support themed icons
e644ff610220 : Don't set background color if TDA doesn't have a valid surface
7a4b9d91f9f0 : Make android.test.mock use api_srcs instead of jarjar
f0c4a778b098 : Add idle screen brightness mapping to DPC
3968a53df532 : Promote/demote stable/flaky flicker tests
724d0cd130a1 : Move APPLY_RAMPING_RINGER setting from Global to System
5fab45ef6728 : [pm] change internal flags to long
4cc7739c0b7c : CEC: Do not wake device on quiescent boot
3cdd81848926 : Add onBootPhase call to tests that use AudioDevice
0313abd3d38c : Add support for tz detection telephony fallback
9d95ba09be2a : Grant Shell CDM permissions
400d707d92b2 : Check REQUEST_COMPANION_SELF_MANAGED permission in CDM
a0f4611d5498 : Fix usages of CDM APIs in NotificationManagerService(Test)
74a54c9fceb2 : Refresh CompanionDeviceManager's API surface
83b9f520290c : Fix test flakiness
1104725732d4 : Add default display config for television
8ae95aef56ae : Deprecate RemoteViews showNext/showPrevious
4c9551ed8b66 : Reconcile differences between boot image profiles.
009bc0ac21c6 : Move canBeHiddenByKeyguardLw and correct its condition for activity
dadce2bb1942 : Add delayed Standby for Playback devices on hotplug out
f268946f13d7 : Fix parsing equivalence for new permission and flag
44142891097e : TIAF: handle Input Channel
4aa280fe1fe0 : Set CATEGORY_UNDEFINED as default category
c3bc1e2984af : Add OWNERS for Verity related JNI files
53ff2501d9cb : Allow service auto-restarts when its dependency is force-stopped
3632fde8513b : Expose StorageVolume.isStub() as @SystemApi API
3628ecb45fa7 : Split out NetworkPriorityClassifier and UnderlyingNetworkRecord
3d20aa2cf8e3 : Rename UnderlyingNetworkTracker to UnderlyingNetworkController
185325a60775 : Remove UPDOWN_GESTURES_ENABLED settings.
5756c34ba8f0 : Remove ALTERNATE_LAUNCHER_ENABLED from system setting.
1bc2b9c61200 : Fix an issue when empty the usap pool.
5e28d4b59dc6 : Add total execution time and statements executed to dumpsys dbinfo
d9d7523b29cb : Align ColorSpaces in HWUI and renderengine part.
2e42433bdad8 : Update biometrics OWNERS.
a822ccd755d3 : Add XML configuration for density
548884463833 : UserManager.isUserTypeEnabled
54c79100d3de : Add some new features to tuner.
33f94a437587 : Dispose of input event reciever along with monitor
3928a46220a7 : Crash if the shade list is accessed during the build process.
56c1563b3a1c : Adding SafetyCenter system service and permission.
aec3a3fde5a0 : Remove link to the deprecated API
43018ba23285 : New Pipeline: Extend the NotifPipeline to include a render stage with callbacks
0b7c1774ba42 : Fix GL memory not being removed from lost RAM
6632c765341e : Fix unit test
ac0a1235ee12 : UM.canAddMoreUsers(userType)
8639dd9756cd : Reduce hardware render sizes for ExpandableNotificationRow.
6e2005081577 : Use logical notif groups when dismissign summary by user
3c8b0b82debc : Add explicit MAC address and display name fields
26e6dd5a4af6 : Clarify deprecation docs for DPM.setPasswordQuality()
877ec8829845 : Copy pointer to sOnOpNotedCallback before queuing dispatch
46ffd51d0723 : Associate SystemUiContext with DisplayContent
4021e9e54f32 : As airplane mode turn on, keep BT on if LE audio profile connected
40fc88e625f9 : Print anonymized address when new device found
3a52228799ce : Remove unnecessary comment character "/**"
7695b7490311 : Clear all starting window while unregister organizer.
1fb2b00c3a74 : Adding getSimApplicationState & getSimSlotMapping
3a7e280143c5 : (1) Define a new intent action ACTION_ONE_HANDED_SETTINGS in Settings to support long-pressed action for One-handed mode tile
cbb439b0f09b : Add OWNERS file to omapi
a7eb5e649c2e : Fix work profile applications do not receive event transaction data
4b3d0ddd744d : [MEP] Temporarily bypassing exception
578ac9025003 : Add public API to obtain digests of a file.
2e701ddb9031 : Correct exported state for VoiceInteractionManagerServiceImpl receiver
e0917a05f82d : Correct exported state for AutofillManagerService receiver
ca9a81be6d88 : Fix permission error of binding to TvInputService
e66bcb43a1b0 : Fix "alarms in flight?" reporting
3c8415330f4b : Migrate IRegionSamplingListener interface to AIDL
85cfe63e2339 : Refactor A11yInteractionClient so every service has its own cache
08de4439ac20 : Enable clock only when supported by product
52b4581fe37b : Add GnssNavigationMessage AIDL HAL (frameworks/base)
7d5bb6e1b95a : Notify CHRE of host endpoint [dis]connections
a07ccbe6566d : Add DEVICE_LOCK permission to Shell to support ATS test
9be42d8df3b9 : Add new fields to ScheduledJobStateChanged.
04319f01f3c5 : [pm] revert lock changes for AppsFilter
f441d412a0b8 : Fix settingLib couldn't receive the broadcast issue.
3fec4d4fd71a : Do not use portIndex API until implemented
56448aa7e0ed : Revert "Revert "Allow protected or sticky broadcasts without flags.""
4c13e124ec1c : Temporarily omit the skip
fba2d8094cef : [Status Bar Refactor] Inject NotificationPanelViewController into CollapsedStatusBarFragment.
f97fac36a498 : Reland "Change PointerController to display space"
8bbccac4f947 : Wakeup the screen for full screen intents
9b990ff554fb : Made BluetoothClass#doesClassMatch public.
3997fb99d78a : Refactorings to clarify settings code
657b009bcae4 : Introduce separate setting key for hardware haptic feedback
f649375c4394 : Reduce unnecessary collecting for wallpaper with shell transition
f53ae1402ab7 : Apply dialog style to User switcher dialog.
e76537414293 : Add AppFuseMountException
7be5af7d8069 : Create style for AlertDialog in SystemUI
b25a21769a6a : Add animation for Dnd dialog
99d97b2682ef : Add ANR/Watchdog subject to trace.
d12faff084d5 : BT MAINLINE ParcelFileDescriptor to dup method
1a07e0dbe732 : MagnificationProcessor uses MagnificationConfig to control the specified magnifier
afe8e4eb0b70 : Revert "Allow protected or sticky broadcsts without flags."
b5191d5c9b23 : Add host_support for soundtrigger.types define
f634234fca00 : Fix settingLib couldn't receive the broadcast issue.
46466b9600b3 : [Output Switcher] Cancel setting color filter for device icon
7abf9aac39b8 : Fix logic error in WMShellBaseModule.java break OHM function
d68e60ddfaf6 : 3/ Inject InteractionJankMonitor for StatusBarStateControllerImpl
ce66fa5757e7 : Avoid removing USB state changes during CONFIGURED uevent
f068982d86cb : Introduce DisplayWindowPolicyController for display across devices
6e8fc0f93c9c : Rectify updateFromImpl to handle edge cases better.
1b34775332de : Do not kill apps dependending on static shared lib
7528f96173c0 : TIAF: Handle multi-user cases in TvIAppManagerService
e12377c5ebd1 : 1/ Inject InteractionJankMonitor for unit test
39b49433321a : Add packageName argument in preparation for per-package lock.
2034ab84b2ec : Add visibility for packages/modules/Bluetooth/android/app
af7fc7b67556 : Add MANAGE_PROFILE_AND_DEVICE_OWNERS permission to some APIs
2c155d5ff85a : Pre-grant the location permission to the system Maps app on AAOS for Android T and after
cc516a8fc1e4 : Added data retry support
533fa15164f7 : Remove some instances of using NEM
832dff713a87 : [NETD-BPF#6] Move bpf_shared.h from netd to module
69af77931e34 : Added setup/tear down data support
8eccfdce16e6 : Revert "Require QUERY_ALL_PACKAGES getDeviceOwnerComponent"
b1c3b17ea4bb : Address communal callbacks in NotificationPanelViewController.
8386f4365fa4 : Make FullscreenTaskListener overridable
560f41e5c9ec : WM: ANR window pid if activity has no active process
2e8b4013072f : Add hibernation NPE check and unhibernate only if hibernating
0f2e66866c18 : Fix nanosleep in BootAnimation
7a1d17b921e1 : Update QS footer when multi-user setting changed
554dcb5a72bb : System->Unbundled, AppPrediction availability bit.
d4a6b38ccd2b : Change createUser API in UserManager to create a user with seed account data.
9403c8e74db6 : Remove extra checks for media session token
8665b5105ecc : Deprecate get/setLine1Number in favor of get/setPhoneNumber
074f226a0667 : Regenerate LocaleDataTables.cpp due to ICU 70 upgrade
073eacec4307 : Make NEM spammy with new pipeline enabled.
42fb76f068aa : Privapp IntentResolver += PACKAGE_USAGE_STATS
3b8711b33196 : Move interaction with vibrator HAL outside VibratorController lock
79d6164a836e : Fix wrong matcher for PackageSetting.keySetData
11b08fc14bd9 : Require QUERY_ALL_PACKAGES getDeviceOwnerComponent
2fded9ac62dd : Unset DEBUG = true in TvPipController
da9d0e669b90 : profcollect: check hardware capability on a background thread
4993753ff595 : Allow ResolverActivity to relinquish task identity
d150569b030a : Fix PackageManager did not recognize OTA when only upgrade product
305d4656147a : VerityUtils: Check FS_VERITY_FL if STATX_ATTR_VERITY is not supported for the file path
c726a6f02599 : Update SharedFilter token acquire/free API name
d515f6724f48 : Fix ACTION_ONE_HANDED_SETTINGS breaks CTS IntentTest
c5e063b9423d : Camera: Update torch strength control API name.
eaac1801890d : [pm] revert mLock changes for compat seinfo
7e968246ccad : Fix bad loop logic
ebc1a84f12d9 : Reintroduce internal variant of getComponentEnabledSetting
da79f2a110a5 : Create StatsBootstrapAtomService
554fca6ce64f : Skip tracking adjustments when there's no change.
dafeebda8049 : Shift execution of Intent.ACTION_LOCALE_CHANGED broadcast to a new broadcast queue dedicated to offload foreground broadcast queue
3652989a71c7 : [Status Bar Refactor] Inject NotificationPanelViewController into CollapsedStatusBarFragment.
ab0ae6b57163 : Add owners for GameManager and GameManagerService
fa0237c1808c : 2/2 Remove GlobalSetting class
3f8b28918dac : SpriteController: Reparent SurfaceControls to null before disposing
baea62af384d : Fix bug in insets animation when hw acceleration unavailable
5fe47535521c : Reintroduce internal variant of getComponentEnabledSetting
ec34667c5428 : 1/2 Rename SecureSetting to SettingObserver
83c3ba28092a : "Springboard" from system to new chooser.
07a174919da4 : Improve NotifCollection logs to include the cancellation reason name
017575ee3ea5 : Remove unused method isKeyguardLocked
c5486d8bf843 : [pm] use AtomicFile for stub package decompression
2122bbf1e98b : Add live annotation for Computer.getProcessesForUid
be380be6dd16 : Remove focus change callbacks from IWindow
a1a9ae5392be : Move clearing current method to controller
0dc20ab2a081 : Rename method clearing sessions appropriately
8b08a9f7779c : Extract hiding status bar icon
13673883d7cf : Allow privapp permission allowlist in apex
c9d83ba0d940 : BT_MAINLINE Delete getControllerActivityEnergyInfo
24c57c33ea72 : Framework and system_server classes can access public vendor libraries
bf82be54a84f : Reduce binding controller coupling to IMMS
38995552420d : Factor out redundant getter calls
b46604d32be1 : Avoid unwarranted local variable
c170229182b0 : Move setting curId and bindTime for symmetry
5ae6910b7d96 : Move and split removing window token
614cd7282466 : Move adding fresh window token to controller
79294b49c7eb : Remove unwarranted local variable
7318f9636df2 : Move binding current method into the controller
ee2c9824f9c4 : Extract binding current method logic
a04859b9f066 : Extract unbinding main IME connection
fa91d1c86c3e : Extract unbinding visible IME connection
713036b6e2a1 : Move connectedness booleans into controller
4deaaf588d3a : Split binding main and visible connection
5c232e497012 : Move binding current method to controller
285c6dea7b39 : Remove parameter from current input binding
ba37769c2d9c : Move unbinding current method logic to controller
81fa0e6b61d6 : Extract removing current window token
c6fcc924442f : Extract setting current method uid
db9b88168042 : Inline getters and setters in binding controller
7a987973f2c6 : Move IMMS service connection to the binding controller
55f546a95da3 : Add accessors for client-related members of IMMS
040f7fb393bc : Change IMMS not to implement ServiceConnection
e82e9f729727 : Move more encapsulated IMMS members
d739b3cdb378 : Encapsulate more IMMS members
a275ce8a0c56 : Move visible connection state to ImeBindingController
ff66a00ebba7 : Encapsulate mVisibleBound in IMMS
66763f371f50 : Encapsulate mVisibleConnection in IMMS
2be64fc4424f : Move encapsulated members to binding controller
29e2529ca4b5 : Introduce InputMethodBindingController
91944cecdcde : Avoid calculating the same time span twice
9bc49a5abbd4 : Extract isSelectedMethodBound method
95b509ea982a : Extract reusing current connection logic
017011469631 : Extract part of the client switch logic
8bdeee1ad440 : Extract adding new window token in own method
430e1722e3cd : Extract updating binding intent
67723bf299d7 : Encapsulate IMMS members
69bf6483a3f7 : Make members final in IMMS where appropriate
0f69d73b9ccc : Use method references where available
05293b424ba5 : Remove unused member mIsLowRam
4696ae07b750 : Import translations. DO NOT MERGE ANYWHERE
4cc6fe02e14a : Add session cleanup tests for multi-package sessions (2/n)
18843b272fc0 : Import translations. DO NOT MERGE ANYWHERE
3c518a3bd671 : [BUG] AudioService: PlaybackActivityMonitor: fix exploding list
fdd15ef63760 : [BUG] AudioService: fix stategy/groups attributes introspection
3327af5d7b1b : Bluetooth: make it possible to advertise Transport Discovery Data
f71f4089d8ad : MediaCodecInfo: Add constant for YUVP010 color format
14c77f219c98 : Revert "Add session cleanup tests for multi-package sessions (2/n)"
a4a15f12c161 : Keep install reason unchanged when package is uninstalled
f9d2c0688b35 : Clear a11y cache on display addition
092c15cfd9b3 : profcollect: trace on background thread
1af65153da0d : bpf is required so /sys/fs/bpf/map_netd_app_uid_stats_map always exists
c9b46078fce6 : bpf is required - remove mUseBpfTrafficStats field
068d57a579f3 : bpf is required - remove checkBpfStatsEnable()
536a03632e9a : remove qtaguid parsing
999f26ca03f1 : health: BatteryService etc. use health AIDL HAL
63ab661d5a8c : Send TYPE_VIEW_TEXT_CHANGED a11y event when SuggestionSpan is added
f68fbed31124 : Enable vendors to organize ImeContainer
828f6e68d150 : Remove setting AMBIENT_GESTURE_SENSOR_ID which is never used.
720c7cd23f93 : Import translations. DO NOT MERGE ANYWHERE
d5d6da58289d : Import translations. DO NOT MERGE ANYWHERE
01732bb37a09 : Use IMM#invalidateInput() in EditText#setText()
daa6695c2ee8 : Add IMM#invalidateInput()
95f11b1a3181 : Import translations. DO NOT MERGE ANYWHERE
a96444361941 : Import translations. DO NOT MERGE ANYWHERE
a98388dac71c : Add GnssGeofence AIDL HAL (frameworks/base)
b3b43bd4c546 : Refine SharedFilter javadoc.
a7b6dce755af : Import translations. DO NOT MERGE ANYWHERE
716c7a8d16bc : Import translations. DO NOT MERGE ANYWHERE
b3a17c77bef7 : BSD grep doesn't support -P
8493b822d6e2 : Inline most FeatureFlags methods.
4ad88791222c : Acquire the current timestamp within the procstats lock.
58ddf1dee318 : Remove FlagWriter class.
02e42be6ec69 : Convert FeatureFlags to interface.
b887009f0a65 : Updating documentation for broadcast receivers.
02b0545d0200 : Revert "Change PointerController to display space"
fe5cb70918e4 : Revert "PiP: Recalculate size if too big/small on display change."
58d2a22e3994 : Import translations. DO NOT MERGE ANYWHERE
c881a147b632 : Rewire config for time zone detection services
639e93ee9cb4 : Improper EINTR handling logic
5c53f4a047e1 : Improve the javadoc for the new Process APIs.
372a21b3aac2 : Enable WebView overlays for Vulkan
6f341cd95c71 : Allow a settings override for double-line clock
c9d71ec0f409 : Add OWNERS file for AttestationVerificationTest
a9549d29f644 : Dispose of input event reciever along with monitor
6cb2b0cbe886 : Import translations. DO NOT MERGE ANYWHERE
3005152843f9 : In a head dump review, LogMessageImpl was seen as serveral top objects when sorted by size.
792a9f84b457 : Import translations. DO NOT MERGE ANYWHERE
2d5fb8850a02 : Let prefetch jobs run for apps with active widgets.
aee9b022c383 : Add SmartReplyView internals to StatusBar dump
b625c1a73f75 : Allow protected or sticky broadcsts without flags.
465f88722e8f : Add required flag to VibratorManagerService context receiver
582737d36367 : Rename TouchInteractionController#Listener to Callback per API review.
de6e672d6a07 : SystemPreparer: remove support for FDE devices
91f0baa89866 : Utilities for managing event listeners from AudioService
f1c8ef25f9e0 : Fix the problem that volume 100 was showed as 10 on TV.
b244c5efccab : Clean up automaticbrightnesscontroller
212ca4e19c5b : Add Isolated Compilation service
04f9d971cca8 : Implementation for new createUser call
699f3f7fea64 : Enable FASS assertions for Pip Enter
961cd3a82c05 : AudioManager: fix typo in java doc.
e57620446bfc : Have getVolumeList() take a userId instead of a UID.
4e9af660508d : Add public vibrate method with VibrationAttributes
1c4bb8dc27ef : Refactoring that make WindowMagnificationController has WindowMagnificationAnimationController
20ebc021d644 : Reset component enabled settings when clearing app data
7fdad8f97a9e : Disable tests not compatible with current shell transitions
357fe2f190b3 : Use display awake signal to replace screen-off signal for sleep token.
3b61847cf254 : Execute transition by starting window only if it is forward type
706944331950 : switch to using OWNERS from master branch of Connectivity module
b69eacf5ccc8 : Add session cleanup tests for multi-package sessions (2/n)
73c107142875 : A destroyed session shouldn't fail other sessions
0d7cc7a8a6c4 : Add LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK permission to Shell
7cf5afa7bf9c : Add LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK permission to Shell
28367ba78a02 : [PeopleService] Catch exception when failed to query call log.
511e11af6053 : Do not allow null signal thresholds in SignalStrengthUpdateRequest
d53beec9c335 : Open SensorPrivacy and WRITE_SECURE_SETTINGS to PC
97c4d983025c : Update javadoc for EXTRA_SHOWING_ATTRIBUTION
c7400f7cca9f : Dismiss keyguard when target user has no password
db5e7dccdb13 : Add dedicated biometrics sysui thread.
cce0326ec318 : Create memory safe overload of BluetoothGattServer#notifyCharacteristicChanged
f55cffb820ad : update bug report notification title
7df20a121445 : updating the red color brightness for emergency items
e50fcaac1326 : Use percentage insets in default Wear app icon
bc0064491a7f : Revert "Revert "Add SupplementalProcess stubs and bootclasspath ..."
c4e31b8d9ebd : Support adding System Traces to Wear Bugreports
8336a97bf7bd : Modify the default highlight text color on Wear.
bc6500ba1a06 : enable MediaProjection Service
95c464320410 : Add portIndex for switch subscription API
5019ffa25355 : Remove wear-specific touch slop overlay
97b8c55851d0 : Add 211dp and w198dp buckets for Wear Devices
a71b0484b6b1 : Add 208dp bucket for Wear Device Support
c6c932e81f15 : Add 227dp bucket for Wear Device Support
6c681056bbce : Allow ContactsProvider to use compat change framework
a96e950e44c2 : Changing frameworks dialogs on Wear to have 2 lines.
a613f69c16d0 : Theming shutdown dialog for wear
2689743f5b5d : Fixing alert dialog content text to use textAppearance on Wear
cdaa918edc9a : PackageManagerService: Check for duplicate inactive factory packages
5136ee6aaccf : Support rounded corners animations in shell
a3f68072db27 : Migrate task transition with background color to shell
016c46dcc292 : Declare ACTION_MANAGE_SUPERVISOR_RESTRICTED_SETTING intent as an API.
2660514eeabd : Add priv-app allow-listing for unbundled chooser.
d42251772519 : Add user param when handling app initiated bind/unbind
0594b4f4906d : Add getPhoneNumber/setPhoneNumber API
6bdb2f1f27e0 : Animate dialog stack and use in UserSwitcher
9aafa92630ac : Stop rebooting device after Flicker tests
d36408606e12 : Fix documentation.
730970d8a071 : Don't show corp badge for supervised users
b1b241906699 : Assign layers after adding a window
c14f57a78c24 : Add feature android.hardware.felica to PM
afe481fcd181 : Rename setNumOfSegment and getNumOfSegment
3f6626e25704 : Change PointerController to display space
f2dec93a99c3 : Remove non-flag specific code from FeatureFlags.
fb1b6a3056bf : [MEP] Platform initial support for eSim Multiple Enabled Profiles.
11dddec1bfd8 : Allow udfps when strong auth is required
e2763d87d149 : Refactor Bluetooth scan mode APIs
0b43aa9cd936 : Fix install permission revocation upon source package uninstallation.
3d2f62fda875 : AndroidRuntime: when CheckJNI is enabled log a message
2c0663891241 : (1/n) Implement One-handed mode Quick Settings tile
0120825e34b7 : Fix race conditions in removing dying process record
7bae0860019d : Fix NPE for UDFPS devices without HBM
04e3ea9b85e7 : Adjust the click point when magnification is activated
a6dcbf8fc00a : Impl CUJ_NOTIFICATION_SHADE_QS_SCROLL_SWIPE
4b3593c0f71e : Support row and column title for the accessibility node
a76c434278c4 : Merge cleanStageDir() and destroyInternal() (1/n)
05a7bdd7f619 : Remove redundant settings.
c06b02ddba46 : Add @SystemApi registerContentObserverForAllUsers in ContentResolver
9725d6683783 : Add ImsStateCallback
89dd08f83505 : Update the String for Wear OS
a0bec5980e2f : Setting edge glow effect to white on Wear devices
c8baee4b2f25 : SystemServer: add isWatch guard for Twilight & WiredAccessory
63830aa3dfa8 : add an extended class of BroadcastInfoRequest: TsRequest
de9fe44bf29d : Setting the right theme for clear storage dialog
104149e906b0 : add function setTvView to link the input Session and IApp Session
8cd9256c5001 : Fix typo in BaseIWindow.java owners file
13f2f6a51118 : Add new APIs to android.os.Process
4eb5d6ae19c2 : Changing the settings fragment preference screen to use a TextAppearance for the title
18da5a449d18 : Update default value for UNGAZE_SLEEP_ENABLED.
3bb6b5e71766 : Move ALLOW_COMMUNAL_MODE_* constants into CommunalManager.java.
550bd98c594a : Fix filter reset typo.
068903a93fa6 : DO NOT MERGE
be13dbf9ff87 : Same controller added twice as node spec
da73d5538c60 : Add unit test for BackgroundDexOptService
bddffaa43289 : Revert "Add SupplementalProcess stubs and bootclasspath fragment"
c524b1f35ffd : Add TvIAppManagerCallback
9736c2eb4f2e : TIAF: handle TIAS XML and build TIAS info
a54cbccd3b23 : TIAF: Add attr for TV interactive app service
8187ea990f9a : Added OWNERs file for fw/base/companion/virtual
f3aee2c17062 : Switch core network tests from postsubmit to presubmit
c4b75122e70d : Use ISO 8601 format for LocalLog local timestamps
1a5a87440167 : Reverse ReferenceWithHistory.dump() order
120ca9ee4e35 : Add LocaleManager host-side CTS suite to TEST_MAPPING.
d1a1f36dc60c : Fetch display metrics
a1c7df76d3b0 : profcollectd: Move threading from native side
76df467cca53 : Remove geo suggestion clearing
bded1d2f5d0b : A mixed bag of tidy ups / refactoring
f7709fdb591e : Fetch surround sound metrics
1c3408fc6d63 : audio: add call redirection audio modes
4a7bb14cd52d : Revert "Fix race conditions in removing dying process record"
1e5c277f7bb6 : Remote mCurClientInKeyguard dependency in IMMS
e169358d3d18 : Fix the race condition that cause windows cache stale
5a9aaf693bad : Fix 0x10000 resource not found exception
9c0b284bedaf : Split MOUNT_FLAG_VISIBLE into MOUNT_FLAG_VISIBLE_FOR_{READ, WRITE}
1148cee99109 : [Status Bar Refactor] Define a new dagger component that gets re-created each time CollapsedStatusBarFragment is re-created.
cb5948d47f79 : Refactor GNSS Batching JNI
6a2929d6ceaf : Add ServiceManager.registerForNotifications
7ae2e08b0e81 : Fix a crash when dismissing the last notification from the locked shade.
890b4d755fe5 : replaced android.se.omapi-V1-ndk_platform library with android.se.omapi-V1-ndk
190819a32aad : Remove some read only usages of PackageManagerService mLock
f295d7aeabcd : [RemoteInputView] Fix the RemoteInputViewTest
5c655d1b5586 : Create a test mapping item for hubui tests.
72e63c66a466 : Reduce object allocation in procstate CPU attribution
04f35340bfa9 : Revert "Add config to use lower of IPv4/IPv6 MTU values"
bf80c9f52fb7 : audio: Update TEST_MAPPING to include CtsMediaAudioTestCases
6c2516781de2 : Set default video parameters in Tx VideoFormatResolver
57e0882c77f5 : Fix EINTR handling
922617d83476 : Fix CPU active time counter for isolated UIDs
80e46b27569d : Track lock state per-display in KeyguardController
231cd85dda10 : Make SAME_MANAGED_ACCOUNT the default policy
e6d2f3514877 : [RemoteInputView] Move "send" logic to Controller
d8a4b23f672e : [RemoteInputView] RemoteInputQuickSettingsDisabler to Controller
56bb75b1ac9e : CommunalSourcePrimer Introduction.
ac97f99b41f9 : Add DataSpace API to convert between ADataSpace and ColorSpace
42dd380ac540 : Move #overrideNotificationAppName from CoreStartable.
71b45a051fa9 : Move handheld-specific controllers out of base module
8e0bd98693df : Add more state to dump to debug missing work profile notifs.
36cf3994ed64 : Deprecate unsafe parcel APIs
cd813a30edac : Compile android-non-updatable with framework-tethering module-lib stub
678fdc8acda5 : Add null check for mRootTaskInfo in AppPair dump
428a73b15339 : BluetoothAdapter: Extend getActiveDevice with LeAudio
4ac749334364 : Replace DisplayGroupInfo with PowerGroup to track power state per DisplayGroup.
c9853d9a63b1 : Release surface control of remote transition leash without removal
02958c9aff06 : Start SupplementalProcessManagerService
2b048e6251d1 : Tweak Javadoc for mute keycode constants
177c4a4d025b : [MEP] eSIM API refactor to support MEP
7cb34cc9f0e5 : Avoid showing the disambiguation dialog
35995c068041 : Fix NullPointerException during sip delegate creation.
d30cab4e6d4d : TouchMode (6.1/n) Fully detaching touch mode from focus event
ec026955fabc : Add OWNERS file for app/communal.
1a479f696062 : Marshal CommunalCoordinator callbacks to main thread.
ac1369d371f0 : Add links and usage context for telephony strings.
8b88795ff539 : Encapsulate remaining PackageSetting fields
7ac1d74d8789 : Add permission MANAGE_WIFI_AUTOJOIN
c4e35023466f : Remove BIND_DREAM_SERVICE permission from SystemUI.
5ae17d44785a : Add more linebreaks in logcat package dump
ac67508fcfca : Revert "Revert "Detect system_ext provenance for APKs-in-APEX""
c87a89846bfd : Fix the scanning on non-APEX devices.
b7777ce92a87 : Use max window metrics for UDFPS.
3c57c4bcabb1 : Add brycelee to OWNERS.
b22de4e63278 : Fix race conditions in removing dying process record
fef0c61c9ccc : SpriteController: Reparent pointer surfaces under DisplayContent
ebbe75171321 : Making the AM team owner of some tests
d5b9fec6ddb3 : Include permission-based notification allow/bans in dumps.
4ddacb909dde : Fix hardware TvInputService binding issue
11e61ab1fd1f : Add direct keys to launch applications.
4f3506aaec0f : Migrate telephony to use modules-utils
a05912b12974 : Reconciled description of WindowManager with description of Context#createDisplayContext().
2bf7f520867d : Check for the vibrate notification key on delayed vibrations
0f467cc8ff17 : Revert "Detect system_ext provenance for APKs-in-APEX"
8ec0563e487e : Move ENABLED_ACCESSIBILITY_AUDIO_DESCRITPION_BY_DEFAULT from Settings.Global to Settings.Secure.
dd32f99db570 : Add sections manager checks
f52956124e76 : New pipeline is always initialized; remove the confusing feature flag.
8d6c2f80aa8e : Add tests for QRCodeScannerController
0f68d24bc617 : Add tests for QRCodeScannerTile
b4ba69324086 : Add a lock screen entry point for QR Code scanner
4212416c5d18 : Add settings keys for QR code scanner settings
0a68f17b4f14 : Ensure LogBuffers are debuggable in gradle build
23eae89eb9f5 : New Pipeline: Better disable some suspect old codepaths
3fe5af489010 : A2DP switch device refactor
dfec95bc84ab : Log java crashes & native crashes in critical event log
567906cf43e8 : Import translations. DO NOT MERGE ANYWHERE
f243bc160b56 : Import translations. DO NOT MERGE ANYWHERE
09c2131bcedf : Import translations. DO NOT MERGE ANYWHERE
75e2c74bcac6 : Add a quick settings entry point for QR Code Scanner
c94f29e424d6 : Create a controller for QR Code Scanner in android
61f95a787145 : Import translations. DO NOT MERGE ANYWHERE
73b351d41466 : Import translations. DO NOT MERGE ANYWHERE
11ae0987c2c9 : Add @Nullable annotations to Task fields
728d49d69914 : Import translations. DO NOT MERGE ANYWHERE
58b529d0e00e : Import translations. DO NOT MERGE ANYWHERE
ec030d9d87c0 : Import translations. DO NOT MERGE ANYWHERE
d22dc839f900 : Revert "Add the min aspect ratio to ActivityRecordProto and popu..."
5d6b13a1fc76 : Make mainline API defs visible to CTS.
26ef5ab71597 : Fix typo.
99c2727ebe23 : Add CUJ_NOTIFICATION_SHADE_ROW_SWIPE CUJ
fd0151f8928a : Import translations. DO NOT MERGE ANYWHERE
99a11879a9de : Import translations. DO NOT MERGE ANYWHERE
30254e083842 : Add CUJ_NOTIFICATION_SHADE_ROW_EXPAND CUJ
499e66b2d17c : Remove isMultiClientImeEnabled from SystemUI
e73b35d62e97 : Use AOSP package name
10a620f21551 : include OWNERS from packages/modules/Connectivity
66394af08508 : Import translations. DO NOT MERGE ANYWHERE
bc91b1125360 : Improve dump of staged sessions in dumpsys
0f761404af0e : Implement fast hyphenation algorithm
fa1d7d75f198 : Import translations. DO NOT MERGE ANYWHERE
41bb305eebd1 : Port log to protologs for shell starting window.
4cc928b86a07 : Update Assistant entry points on navigation mode change
855260af7d14 : Support enable window magnification without animation
cbb12e2e7664 : WM: Handle primary display orientation when calculating the transform hint
a27b8d1a4a38 : Add carrier configurations for Opportunistic SIM Activation
d94c9635517f : replace R + 1 with S
7d970c6f3b4d : Re-order preferred starting window type.
2b739bbb6385 : Performance hint ndk APIs
989aa9b72698 : Rename nextTransaction to syncTransaction
04d4c0401965 : Don't allow background apps to change theme
cb6164c14102 : remove PROP_QTAGUID_ENABLED
a6a60b77504a : Cache more users in UserHandle.of()
0b039a029fe4 : Updating documentation for registerReceiver.
dc3ef62960ca : Check if recents exists before trying to relz to it
c3e3ecf31d90 : Remove the SCREEN_BRIGHTNESS_LEVEL setting.
62d405415b73 : MediaUtils: Tag HAL_PIXEL_FORMAT_RAW12 as non-YUV
81526702f5c4 : Revert "Revert "Adding enforcement for receiver exported flags.""
391ae10c4ea0 : New Pipeline: Fix a crash when the silent header was removed then qickly re-added.
d7917c523576 : Move more install-related code into InstallPackageHelper
1b0011c92eea : Styling updates
bae0ecb73443 : Add new field to DisplayRotationProto
6358d4420274 : Allow enabling TARE via DeviceConfig.
da76b831974e : Adds new configs to support 5g+4g opportunistic switching.
80e28b1d8623 : Add userId param to AccountManagerService.getApplicationLabel.
c79ea6623c81 : Correct exported state for InputMethodManagerService receiver
7089de73881b : Skip TransformCanvas calls for FunctorDrawables
ef1600614968 : Revert "Adding enforcement for receiver exported flags."
f9edc5c6ff1f : Refactor idle/low-light state management.
a319712542dc : Redirect to the bouncer if an SLS activity does not have showWhenLocked enabled.
8c68b8b733af : Fix race condition that can caluse NPE in removeClientProfile()
35d1990c45f0 : New Pipeline: Fix stability cases where stability did not invalidate
e4a15a4d72f8 : New Pipeline: Fix minimized notifications not appearing minimized.
0e5706709bb4 : New Pipeline: Restore the ShadeListBuilder order to sort before the finalize filter.
f674c23d0316 : Create DEVICE_PROFILE_AUTOMOTIVE_PROJECTION
b9df9d9653c4 : New Pipeline: Separate sectioning and sorting steps.
b0d7ee840d38 : Prompt for confirmation when sfps is active and the power button is pressed.
77fd602ffdc3 : Release odex/vdex compressed blocks to save user space.
7c17ba0c0dbb : A2DP switch device refactor
2ed1e3715ae4 : Import translations. DO NOT MERGE ANYWHERE
8877a72e5a10 : Import translations. DO NOT MERGE ANYWHERE
4a93fae0d60f : Add WINDOW_GAINED_FOCUS to IntDef annotation
736d5f0d8132 : Turn on TV when pressing power or wake key during boot
a23cb3206c1f : Add config for the new device management role
446144c9a8cb : Adding typed Parcel readMap and readHashMap APIs.
3c7454167ba6 : Allow media notifications to always be posted
73c5df816c4e : Update compat owners.
444cabf2b361 : Dont throw exception if admin is null
4f7ca41f6f2d : Go to sleep on fold for foldable devices.
044731c451f6 : recalculate cache quotas when an app is uninstalled
a949936fbdff : Add virtualization_framework_native flag namespace
9109a415b28a : AAPT Files - Permit invariant filepaths for getting file names
417a3ac5895e : Remove obsolete files on preloaded classes.
83eb7d17590a : Add a README to frameworks/base/config.
15595b76f61c : Update test to adopt new API for check network support
b68bbe05d72a : Support individual magnification mode for each display
34d2cde1223a : Added nr advanced calling settings support
a1c5ce250aa9 : Assume convenience for biometrics not configured in R
802e13165429 : Count press counter by event time
21b2340e1c56 : Remove the settings DISPLAY_SHAPE and BOTTOM_OFFSET
908945668b4c : AppSearch as persistent layer for shortcut
f6241f53f777 : Workaround to support low-area UDFPS on BP
ad969ad7bcaa : Fix a CDM crash during association
9fda707679bd : Un-deprecate TelephonyManager SIM access APIs
5478cc5d8b02 : Fix API doc of TextSnapshot#getCursorCapsMode()
cb8f1feeffaa : Adding enforcement for receiver exported flags.
8838bc3d6255 : health package: switch to aidl HealthInfo
ccafc266d640 : Remove COMPANION_ADDRESS and COMPANION_ADDRESS_DUAL
ef317c510154 : Update doc for getDefaultAccount API
c3c5fa5a3edf : Don't start prefetch jobs for TOP apps.
7a4883c348dc : Remove HFP_CLIENT_PROFILE_ENABLED which is no longer needed
3a619c86ee84 : Always select the next higher density bucket when picking resources
067dd37f5f03 : Don't register broadcast receivers
e2c336e7d98c : ViewRootImpl: Add P2P sync primitive
0ba15f156807 : Move TestableDeviceConfig to modules-utils.
4b48b6efe2b8 : Add pkg to alarmmanager pendingintents
f2da1d5b5dc1 : Rename SystemUI class to CoreStartable
86dfd6673d9e : Unhide Builder, getter, and constructor which includes radioAccessSpecifiers
b81392c9cdec : Add pablogamito to flicker test owners
8f68089dac77 : Fix preserving app links user selection on package update
2e02b9d131a5 : Automatically run LocaleManager CTS cases for relevant changes.
e9d6e0b221e5 : Downgrade FASS tests from presubmit to postsubmit
237b8372b701 : DeviceConfig flag to guard delegate chooser flow.
2a25c41813a6 : Account for the power allowlist.
b1674f92cc6b : Make new set of standard interpolators available to xml animations
1819cc60e3f1 : Update Shell Permission comment to refer to LocaleManager CTS name.
6bb5bedc5bfa : Skip traversal of invisible visibility change
fe3f6bbf048d : Correct the request number
e6abedb3adb4 : VoNR toggle
5385b5c78945 : New Pipeline: Update NotificationLogger to use NotifPipeline
1c8ed43c5d69 : New Pipeline: LockscreenUserManager now uses the CommonNotifCollection for queries
b8da5df67a8a : New Pipeline: Add a NotificationVisibilityProvider to support both pipelines
c428182e6a0b : Automatically run LocaleManager CTS cases for relevant changes.
befa383ac364 : Add link to the api in the javadoc for Intent.ACTION_LOCALE_CHANGED.
c33444b736f5 : Support IME to take extra information to editor
8d0f5bca8b9c : Check PI sender instead of PI creator for BAL permission transfer
1ed8ac994d26 : Add SupplementalProcess stubs and bootclasspath fragment
ac9984d89134 : [Output Switcher] Cancel device icon outline
6cdf0bbec79e : Fix flakiness of testTransferLaunchCookie
79c8a3cff43f : Update owners file
686d60db2ba7 : Fixed data icon disappeared issue
79dcbeea1ed6 : Add manifest attribute for display across devices
7bc36943ab84 : Remove FeatureFlagReader. Allow resource overlays.
6c4062561b3f : Add signature checking to AppCompatOverridesService.
12d2a30a3e94 : Multiuser perfetto metric: adb tracepoints
9af940970d33 : Update deletion conditions for a package's UsageStats.
4a8b29b5ce06 : Enable the on start user lifecycle thread pool.
bbacfde150f7 : Parcel: add new methods for interface list/array
383efff71600 : Use EXTENSION_FACE_RETOUCH instead of EXTENSION_BEAUTY
c2509e565660 : Add feature flag for Android automotive OS templates host
bf7fe6596c64 : Add role-only GET_HISTORICAL_APP_OPS_STATS permission
61a0a35dd5ef : Compress .so files for PackageManager to reclaim the space
f2f731822827 : Renamed setStopBackgroundUsersOnSwitch to setStopUserOnSwitch()
287afa19015a : Run the service start user lifecycle phase in parallel.
4c87aec35fe5 : Update the resources owner files
57ae0bcafe8b : Add a namespace for TARE.
74f75dcf57cb : Add a specific result code for RIL generic failures
12fd08948496 : Pull underlying network MTU using Java APIs
8eca1d561568 : Mark screen decorations as trusted overlays
0f63388513a9 : Fix Filter/DVR MQ leak
85a400893eee : Log ANRs in critical event log
c4ff8e2a2883 : [RemoteInputView] Introduce RemoteInputViewController
b23d113a0698 : Revert "Always check if the view can be recycled."
0f88f8c9a23d : Fix NPE for CompanionDeviceActivity.setResultAndFinish()
9d57df9e823e : health: Drop HealthServiceWrapperHidl.init.
8902c87ea99f : BatteryService: remove HIDL-ness
e68179028d1a : Move BatteryServiceTest to HealthServiceWrapperTest.
d43b242660a6 : Update wording about high GNSS accuracy applications
45ab1bafb690 : Fixes for SysUi-Studio gradle build
d46b321e5f21 : Add letterboxInsets to TaskSnapshot
8ff06515953e : Unfold refactor
3defedfef209 : Add android.permission.STATUS_BAR for cellbroadcast
902e6842df12 : Allow installing DPCs with INSTALL_DPC_PACKAGES
ab6940d4d4b9 : Add new INSTALL_DPC_PACKAGES permission
abf29541e5d1 : Detect system_ext provenance for APKs-in-APEX
17b2b93bda00 : Detect system_ext provenance for APKs-in-APEX
93850bd00d65 : Use TDA for background color instead of new color layer
b0ab22929d11 : Use static utils from f/l/n instead of the networkstack
dfa379a54408 : Fix Bubble test error problem
b324a7418a4d : Rename upload action to com.android.shell.action.PROFCOLLECT_UPLOAD
3fc90a725888 : Add mechanism for customization of rounded corner insets
5ffa690f0c92 : setTurnScreenOn can only used as wakeup
171a27ee569f : New Pipeline: Add HeadsUpManagerLogger
945ec1e64792 : Recalculating cache quotas every 10 hours
37f40a9d206c : Add ActivityManagerServiceTest,UidObserverControllerTest to presubmit.
7e4ed2b3872e : Fix flaky ActivityManagerServiceTest.
06d8d3de9037 : Add OWNERS for the health package (servicestests).
11c15fa95131 : Do not call TunerResourceManager#releaseFrontend for sharees
21f2c4d59af6 : Changed user check for play sound effect API
d2639b906bbd : Update javadoc of CarrierConfigManager
fc2b851d9d1b : Refactored DataProfile and ApnSetting
34cb7663e799 : Add CREATE_VIRTUAL_DEVICE permission to Shell
f1df584560f1 : Add required flag to registerReceiver call in RemoteBugreportManager
d083aeeaf139 : Removed headless system user check from activityIdleInternal()
1a6d740c4c0d : Fixed booting logic on ActivityTaskSupervisor.activityIdleInternal()
a896b12cd58f : Add back geofencing JNI code
5c1287883479 : Add jbolinger to OWNERS.
454bbcd8e622 : Fix JNI related crashing issues
59ee488c495f : Infra for SysUI to monitor FGSes
30715f3afc06 : Revert "Revert "Revert "Always select the next higher density bu..."
5c30cc752b78 : Update javadoc of TelephonyManager#isModemEnabledForSlot
4f9b0e7c24bf : Update documentation.
56923f6a4042 : Allow the dream activity in SLS.
0acf65b20f9d : Remove uninstalled apps from the SLS list of enabled apps.
27bed0c6c1df : Refactor the CommunalManager system service to simplify logic.
9c95385572ef : Implement SLS allowlist using App Compat framework.
da172775115f : more Newapi compliance
eb813d7b6f7b : Add OWNERS file to the communal system service.
a558ed680853 : Add TouchInteractionController API to allow gesture detection from the service.
344807f5e44b : Update documentation
a615ce518d3e : Add nearby mainline module public/system Api to the collection.
cb11735c85f4 : Prevent resize animation from changing the requested visibilities
4d9cb42e217f : Mark mAutomaticBrightnessController @Nullable.
39e58e2f9d93 : Add package to DND alarm broadcast
40dde01a5720 : Use pre-computed top process for updating previous process
61836d5b5a11 : Add the min aspect ratio to ActivityRecordProto and populate it
10e2db6c0173 : Update ITelephony#registerImsStateCallback
3032d7333838 : Align the system gesture swipe threshold when reporting insets
dc9b90f46a4a : Fix magnification border includes taskbar
f0d376d45d0f : Allow App Widget Overlays by Product Configuration.
54b8f33ec726 : Add Support for App Widgets as Overlays.
814a2d60ef71 : Centralized Dream Overlay State.
92fdf1d25bad : SystemUI IDreamOverlay Implementation.
4219dcc2c5bb : Add Stub implementation for DreamOverlayService.
8e78d9fbf3ad : Deprecate GATT callbacks and methods that were not memory safe and replace with memory safe versions.
16b5913cb425 : Consolidate dream overlay binding logic.
b17569795335 : Add GERAN to Docstring for PhysicalChannelConfig
bfc555ea4a7c : Pass Window to DreamOverlayService when attached.
74e50739dd59 : Correct launch task behind when dream is present.
7cd8c2535045 : Exempt hibernating apps from dex optimization
3901dc6bf36c : Deprecate GATT callbacks and methods that were not memory safe and replace with memory safe versions.
dc1039ac0fbe : TIAF: handle surface and surface view
9c2e3a162ccc : Revert "Revert "Consolidate installation logics from params/args classes""
c6a673d409ae : Implement GNSS APIs for Automotive Power Management.
4d0d1dd6e8d9 : Revert "Revert "Add basic launch time prediction.""
5d9adbcb7bbd : Roll forward of "Revert "TouchMode (5/n) Implementing onTouchModeChanged""
e048e69651ab : Update size compat restart button surface position after display insests changed
b36819b1f168 : Add ImsStateCallback
02de5054c569 : Ensure screenshot input monitor is always removed
8377f912d609 : Need to check isManagedByCompanionApp before calling getMacAddress()
2e5be050f0d9 : Unify QS Headers in a ConstraintLayout
68cbaa477504 : Clarify screenshot content descriptions
3785977ca6f5 : Revert "Add basic launch time prediction."
f50afcbabb3f : Don't show nested badge for work profile direct share targets
b8b1e1da73c5 : Add ISDB-T Multi-Layer Support.
c2968df46bde : Migrate rs/jni to Soong
e5700ffc16f0 : Do not use wm lock in TaskChangeNotificationController
32bd9d6d0563 : Enable tethering namespace accessible in Android native level.
761a6b4cf290 : Adding intent action for SafetyCenterActivity.
e89ec226300c : Remove dead code
fd53b477cd69 : NFC-F support in work profile
9a9d8a58409f : Fix DevicePolicyManager#getDefaultCrossProfilePackages referring to user consent.
2c9d35b5b3e7 : Enable tethering namespace accessible in Android native level.
a9d48f666af8 : Remove AsyncChannel usage in NsdManager
475b78376bd7 : Enable large screen flag in the Settings app
f132eb3f125e : Clear persisted conf when app data is cleared.
b049d95ef8fe : Migrate PackageSetting usages to PackageStateInternal
8e8e721f6162 : Revert "TouchMode (5/n) Implementing onTouchModeChanged"
f9520f6d7d44 : Fix normalize doesn't work on carrier template
b0505162ca93 : Revert "Revert "Merge "Add a shared library for setting flags in SysUI." into sc-v2-dev am: fdb01b6353 am: abef1d3d2b""
4977c9aaec46 : Revert "Merge "Add a shared library for setting flags in SysUI." into sc-v2-dev am: fdb01b6353 am: abef1d3d2b"
87b67784ebb5 : Move PackageUserState into system server
20e3e4e22025 : Add shell recents interface
5814ae95fe8d : Fix a data race
80a1a6238f21 : Clean-up DisplayPolicy
ff42a9938bb7 : Document that Log can quietly swallow UnknownHostExceptions.
cd4d899f82d7 : Add Neary feature to PackageManager
055cbb208949 : Add documentation for BlobStore service.
8a8c268fc186 : Fix notification_policy user_set upgrade error
5c8df3131c62 : Thermally throttle jobs based on priorities.
67c0f31c0a3f : Add initial README file for TARE.
652c2909111f : Add TEST_MAPPING for LocaleManagerService unit tests.
fee50f194678 : Clarify GNSS location is at the primary antenna
1096bce6b82f : Use TelephonyCallback to replace the deprecated broadcast
00c7470ba776 : Initial version of BootUserInitializer.
ce09f9970b5c : Clean up after enabling per-window-input-rotation
f0e91fc4954a : Populate OemManagedBytesTransfer without metered
14cc15dc3718 : Clear up ALWAYS_REPORTED_SIGNAL_STRENGTH_CHANGED logic
20855639517c : Revert "Consolidate installation logics from params/args classes"
1230839d3259 : Fix IME flicker when switching recents tasks
d6ff7d2a283c : Expose job priority API.
7f789bc5038e : Add CONTROL_VIDEO_STABILIZATION_MODE_PREVIEW_STABILIZATION to allow for better preview stabilization.
f8b946632b57 : Add minWidth, minHeight and minTaskSize to TaskInfo
0faae9de5e61 : (IMS Threading refactoring) Telephony IMS classes to schedule IMS callback on the main thread
7a537e04d35e : Fix broken LocaleManagerServiceTest cases.
e0dac90a9aeb : Add APIs for supporting app-specific locale configurations.
05f95dcaa7d2 : Replace new with sp<>::make
9959d337c13f : Remove RingtoneManager.*SyncFromParent APIs
1e3f5473c67d : Simplify flicker provider logic
989d69b2b814 : Support modifier key and duration for keycombination command
0d9bb37a9ac7 : Binder: correction of javadoc formatting
ce8bd1e37c80 : Remove dead code (8/n)
cc7c4597c2a6 : add libandroidfw_tests back to TEST_MAPPING
e537e6f88f53 : Prune unused static shared libraries
e3f76496465c : IMS RCS API Improvements-DelegateRegistrationState
487559898c52 : TouchMode (5/n) Implementing onTouchModeChanged
7ea504894788 : Unify owners for default permission grant policy.
cc590ac913b5 : Add basic launch time prediction.
3adbf233261d : Disable unfold animation stuff with shell transitions
e53a7b20200d : Add Incremental extras to ACTION_PACKAGE_NEEDS_VERIFICATION.
70a1745ebb00 : Remove legacy calls to StatusBarWindowView for layouts
c71ba54c09cd : Migrate data when apps leave sharedUserId
763bb16dc8ed : Handle upgrade and B&R compatibilty
338cafab6c6c : Only initialize PermissionUsageHelper lazily or when requested
e1f9659e5de2 : Enhance channel masks conversion between AIDL and SDK
11aff8d1b681 : Update package data API docs
22e66597aa50 : Revert^2 for adding permission enforcement for matchesCallFilter.
ba3731db1f1a : Fix test of voice interaction z-order
3a01f25f01d8 : Camera: Update torch strength control keys details.
43d9106a2c91 : Add config to detect e-call call based on dialed sim emerg # list.
54670769119b : Refine simulateLayoutDisplay
79978c195f22 : Add process state to BatteryUsageStats atoms
8e20aba8c1a6 : Migrate to fixed permission checking
053974975671 : Switch from Bundle to SomeArgs.
365bf65b8b9f : Add communal mode trusted networks key to settings.
370f481dbd11 : Match apply stability requriments to new pipeline
18de170fe9b7 : Manage ToneGenerator lifetime with RefBase
ef429b62b143 : remove AudioManager.setParameters from bluetooth
c6fe3efe6c9c : GIFMovie: Stop using internal Skia APIs
fbb75b3eee7f : Remove lock for internal isGetTasksAllowed
bd5bf210016f : Update @RequiresApi declarations for T to be 33.
534f29822a26 : Update AAPT for S V2.
7c296d7514fe : Refactor Bundle for thread-safety of Bundle.hasFileDescriptors()
31d70842e003 : Improve @hide Parcel.hasFileDescriptors(Object)
e98518ad17a3 : Add framework-annotations-lib to Wifi service deps
7015f42956cf : Annotate mainline code runs on only some versions
50b1bab0d73e : New SIMINFO DB columns for phone number
dc0938c09098 : Revert "Revert "Remove the implementation of libaapt2_jni in bui..."
209ddf98714e : Explicitly exit from the am instrument after test completes
49a757d4882b : Revert "Remove the implementation of libaapt2_jni in build file"
f644bcc395a0 : Multiple instances of the IdleHostViewController class exist at the same time
0d3626bd30bc : Add logging code for Context Hub restart
3403edec239a : Remove Vendor_248a_Product_8266.idc
7f592a8a35fa : Dont include day/time or ldap for eng aapt2 builds
adde444c3f2e : Revert "Exempt hibernating apps from dex optimization"
ba5b3020722a : Avoid intermediate exceptions in Settings queries
91dbe6206fd6 : Remove resources moved to shared SysUI library
d689c6ad2d0d : Controls API - Support action while device is locked
eea7397d8895 : Supported minimum aggregated bandwidth and roaming for 5G+
dae47962355e : Add InputConnection#takeSnapshot()
47e5825623d2 : Use per process state CPU Active time in CpuPowerCalculator
e3c8c2f385e3 : Avoid autoboxing.
e729a7fbc958 : Avoid autoboxing.
07ca5cb00efe : Set underlying network of VCN
c6a29960d78e : Allow voice interaction window to show above lock screen
39d8062aec7c : Ensure we clear mPackagesWithShareRequests when a remote exception happens at write() or start().
86df7e4214a2 : Give access to the native InputQueue to all native applications.
d5281fb12b8f : Remove frame rate flexibility token
7b9c7427b0eb : Add the min aspect ratio to ActivityRecordProto and populate it
f9335d956229 : Add a separate namespace for Tethering module.
008e8e346c38 : audio : fix NPE in frameworks/base/services/core/java/com/android/server/media/BluetoothRouteProvider.java
48156c7f939c : Cleanup non-flexible insets logic
8b8e06d78b6d : (4/n) Remove whole One-handed mode overlay mechanism and fix quick setting tiles flashes problem when toggle on/off on one-handed mode tile
03dc2a0db74b : Add framework-annotations-lib to Wifi service deps
e60ab9a59671 : Import translations. DO NOT MERGE ANYWHERE
0cbbc981d227 : Import translations. DO NOT MERGE ANYWHERE
90079c1457c3 : Import translations. DO NOT MERGE ANYWHERE
0d1c5e87c578 : Import translations. DO NOT MERGE ANYWHERE
9d4e3eeda84c : Import translations. DO NOT MERGE ANYWHERE
8810470e5e71 : Import translations. DO NOT MERGE ANYWHERE
1c237878f571 : Import translations. DO NOT MERGE ANYWHERE
fbd214ac7e9d : Import translations. DO NOT MERGE ANYWHERE
f20d265c74a5 : New Pipeline: Remote Input 4/4: Add RemoteInputCoordinator
fdacedac390f : Import translations. DO NOT MERGE ANYWHERE
987b3ddead00 : Import translations. DO NOT MERGE ANYWHERE
d4361a9f5dc0 : Import translations. DO NOT MERGE ANYWHERE
13eeeec36c13 : Import translations. DO NOT MERGE ANYWHERE
393591cab00f : New Pipeline: Remote Input 3/4: Extract notification rebuilder methods to a utility
600ff27578c8 : New Pipeline: Remote Input 2/4: Add ability to internally update notifications
15a52f2ffc1f : New Pipeline: Remote Input 1/4: Extract legacy pipeline logic within NotificationRemoteInputManager
ed45c4ac7be8 : Import translations. DO NOT MERGE ANYWHERE
6efd08ed29f0 : Import translations. DO NOT MERGE ANYWHERE
009194634904 : Revert "libandroid_runtime_vm_headers is recovery_available."
9b4bfc42a581 : Add OWNERS for the health package.
0dbd778319fc : Fix DtmbFrontendSettings annotations.
66fdcd8a59c0 : add permission to capture perfetto traces
bc70d7ba1fda : Make SmartReplyController a Dumpable
32d0ee5618b8 : Adding a new user restriction DISALLOW_WIFI_TETHERING
876d03fc2f56 : Revert "Enforce that callers to matchesCallFilter have either li..."
2ed8b57bea00 : Remove unused resources
ce8c4de8e723 : Enforce Coordinator encapsulation w/ Dagger
6a9124a0a54a : Add sensitive content redaction to notif pipeline
bcca4dc8b9ac : Add SharedFilter to tuner frameworks.
4500e391b9f1 : Add Context constant for TV IApp Service
b8752a73a3be : Remove code guarded by SK_SURFACE_COPY_ON_WRITE_CRASHES
fe0e25901a12 : Adjust the OWNERS file for attestation verification
f2b43bc5cd1e : Add @RequiresPermission to tuner resource inquery APIs
ec4b60c1ad5f : Adding typed Parcel read APIs for Serializable.
1edfed0785c9 : Remove obsolute property persist.wm.disable_custom_task_animation
f5e5150bdb55 : Move floating rotation button handling to Launcher
66fb9ef96092 : Revise the checking logic of checkPackage
c39a7ac61806 : NFC support in work profile
2341866fec37 : NFC support in work profile
46ff2f9c3159 : Intern the strings in ApplicationExitInfo
a84c6014ae33 : Use static utils from f/l/n instead of the networkstack
3afaa9e51ad0 : Support encoding/decoding IkeSessionParams with IKE_OPTION_INITIAL_CONTACT
0621084c2de9 : Merge mRelinquished and mInPreRebootVerification (7/n)
f4f952835258 : Update CpuPowerCalculator to do per process state attribution
1e565843dc42 : Fixed getCurrentUserName() method always returning "Owner" instead of current.
dc8bccf4a296 : Add implicit broadcast exception for USB_ACCESSORY_HANDSHAKE
5b848f27e47b : Implement InputConnection task cancellation
633d8e12c151 : Exempt hibernating apps from dex optimization
a6e6b5ff3792 : ObservableServiceConnection introduction.
9b87556cbb7f : Prepare for removal of SK_SURFACE_COPY_ON_WRITE_CRASHES
d3c1afd93951 : Update list of feedback types on AccessibilityService API reference page Test: Only changes documentation, does not need testing Fixes: 204357908
cfebf84c8da6 : Remove GRANT_RUNTIME_PERMISSION
4b09aa9c0aa6 : Add config for the system supervision package.
e6e47bce17b6 : Update docs for PermissionController actions
5aacac2a713b : Create dedicated long variables.
85e1b02ec46a : Fixes changing the font scale of a background user should not affect UI
5cf069b2eac7 : Fix bugprone-use-after-move in ResourceParser
5ac5c9bc0967 : Revert "Revert "Always select the next higher density bucket when picking resources""
9b986eba14a9 : Fix NPE in NetworkPolicyLogger.networkBlocked().
e5f19d123ca9 : Camera2: Deprecate EXTENSION_BEAUTY and add EXTENSION_FACE_RETOUCH
10054666cb5e : Only allow one relayout with sync per sync request
4e5370409d8f : Make sure sendresult after association was created
7b1a3b259cc1 : Add logging code for ContextHubBooted atom
788947b76d82 : Consolidate installation logics from params/args classes
38c092b8ef91 : Add a separate namespace for CaptivePortalLogin module.
204a9dfbfb74 : Add constant for SC V2.
606aae42427a : Eliminating the concept of reserved cache
be5b2cc061e0 : Remove unnecessary surface updates
0177e204bc20 : Fix a flaky test (5/n)
dbf1e066dabc : Cleanup old SplashScreen code
7e4edf5be102 : Add range-based Parcel.compareData()
47044ac76d7c : Fix incorrect IME visibility when the IME window is hidden
fc649f74bf3e : Replace @hide APIs in IpSecService
547d2636ae3e : AudioManager: isFixedVolume() fix for dynamic volume behavior
a891919a665f : Fix focus transition when the direction is backward.
0def6d1b51e2 : Add RingtoneManager.hasHapticChannels(Context, Uri).
22669f5b760d : Adding broadcasts receiver flags.
ab73aec1e484 : Lazy load Properties::isDrawingEnabled.
44dfd78b29cf : Backport 'add config to disable snapshots'.
18754ae4cdb4 : Flag and skeleton for the back predictability
4bd98255edbe : Require onCheckIsTextEditor() for IME_FLAG_NAVIGATE_{NEXT,PREVIOUS}
84acfc102229 : Expose some fields from UserIconDrawable for testing.
50af435b775b : Send registerPredictionUpdates request immediately instead of pushing it to the main thread Looper queue.
51c1e9d671ef : Start reclaiming assets when circulation is too high.
d7004f349a99 : Remove IncrementalStates in favor of float for progress
d5d275c90cf1 : Apply new settings widget lib for cbr roaming feature support
8c128dae902b : Enforce that callers to matchesCallFilter have either listener access or read_contacts permission.
069c6b50fcd7 : Backport 'add config to disable snapshots'.
f26bb9d68370 : Revert "Revert "Have AssetFileDescriptor.AutoCloseInputStream us..."
89dfd0902eb6 : Allow a shared library to be positioned after the application on the classpath
5e28cb5f1fd5 : Fix divider bar shown on top of tasks above split pair
ca2f54921801 : Add constant for SC V2.
989cd1c168d1 : Add support for CHRE metrics in core framework
87a5024ef5ed : IDreamOverlay Introduction.
ea7688779600 : Update split resizing transition to match design
76af223235be : Remove some unused fields and methods in WM
e20cff8f5e7c : Add mockito helpers
e67c8434ac4b : Update input method OWNER list
1bddcc617091 : Propagate classpath info for staged apex to PackageManager
082dec989c13 : Choose TDA by DisplayAreaPolicy for WindowContext
c0ab6713d1b0 : Rename CDM's Association class AssociationInfo
0b5f026f125d : Expose isCISCentralSupported() and isLePeriodicAdvertisingSyncTransferSenderSupported() API
5210f9646fa7 : Move all the window layout logic to WindowLayout
771c72a607ca : Create VirtualDeviceManager
436bffbdf0f0 : Group CSIP device based on CAP
fc40850f0ea3 : New pipeline: Fix notification re-inflation on dark mode change.
e47c7237fb65 : Return error if the a new tune() is called with different frontend type.
8a0ac23cab4d : Use new WifiSsid creator methods in unit tests
2cd55e910cfa : Match phoneId in the record if the subId is invalid
3f8b9fe50b73 : Backport 'Add ability to disable GL draws'.
33284ae04901 : use phone permission to access active subscription info
5c0a5378bae1 : Added lockout calls to FpAuthClient
3d9c5d3ee139 : Streamline SystemUI proguard flags
018bb2af0c93 : Add final modifier to private static DEBUG constants
3631fb8b9d03 : Add FREE ShortCodes for EG and NG for Constellation Project
7cc7453179d7 : Renamed getTimeStamp to getTimestampMillis and added docs.
68e23ec2e6b0 : Clear pending actions on local device on wakeup.
111e15841a11 : Re-submit "Change the default docs build to use module stubs"
7333a054d93f : Revert "Change the default docs build to use module stubs"
e41806e61114 : Fix that AccessibilityServiceConnection#serviceInterface may be invalid in the async
35f573811d7d : Support individual magnification scale for each display
97f9372e97dd : Add display sleep token information to winscope dump.
c240979f19b6 : Add unit tests (6/n)
c0836c88c040 : Check package overlaps for rebootless APEX (5/n)
041a4ee8f0a6 : Move the code about APK verification (4/n)
06ad0f5a850b : Fix shell command 'list staged-sessions'
341d669e4a85 : Introduce CDM AssociationRequestsProcessor
ffeab27dbd1b : Remove the static application context fetcher
94d684fb9cd4 : Adapt NET_CAPABILITY_TEMPORARILY_NOT_METERED in NetworkIdentity
906dd3a4dd72 : Add direct keys to launch applications.
138856dcaf81 : Organize services/tests/PackageManager* for PackageManager
a7d298d17ac4 : Fixed SystemService.dumpSupportedUsers()
3cd0eb7e09ec : Add required flag to registerReceiver call in WindowMagnificationPC
2844d75a367d : Set flag to disallow non system window overlays to prevent tapjacking
08cf0ab5043b : Set flag to disallow non system window overlays to prevent tapjacking
7e865bcbdc74 : Set flag to disallow non system window overlays to prevent tapjacking
255c70fbbcf9 : Revert "Removed BluetoothDevice#prepareToEnterProcess"
b64ee4c95922 : Fix PackageSetting data change notifications
1988b3825bc9 : Update fingerprint AIDL with additional display id field.
c0cc49a4a236 : Prevent NPE in getSliceDescendants
653a1c1a287b : Fix RRO loading from inside APEXes.
33e0d8cb5097 : Add startOp and finishOp to track the behavior of VPN app
7efefc636b04 : Implement demotion of an app's FGses
e89ec676a4b3 : Add new appOps to track the behavior of VPN app
0b7ec941efa3 : Avoid unnecessary dup
b46a54d2e8d9 : Replaced BitUtils#maskedEquals hidden API call
d8d54a025d60 : Adding permission to create dir in sdcard
4f3a42534681 : Have buildTemplateMobileWithRatType take metered parameter
d951da220388 : Respect metered filter in matchesMobile*
a5f3ca1a0677 : Update display mode when setting mAlwaysRespectAppRequest
fe493243d3d1 : Remove DisplayContent#mExitingTokens and WindowToken#hasVisible
a6d6623fc018 : Update settingslib input method OWNER list
204ec2ae6fa9 : Added nr advanced calling settings support
150a887780d6 : [Bugfix] Fix the issue of transition animation splash screen in split screen mode.
25d2aa2e67d1 : Remove the implementation of libaapt2_jni in build file
55750ca1dfd7 : Rectify comment in getCurrentAgEvents
048c09f3d1a6 : Fix incorrect usage of the isInstantApp
6e441b98a27a : Fix package usage of instant app can be updated by unprivileged app
189a4e9a06c6 : Remove dead code (3/n)
6016496e4fa4 : Extract verication code to a new class (2/n)
7fb926b5e292 : Move code processing inherited files and libraries to its own method (1/n)
0c103dcde9f7 : Remove ndk_platform backend. Use the ndk backend.
d5b52e01d11f : New Pipeline: Implement lifetime extension for guts
2cce8c440c5d : Make FeatureFlagManager Dumpable
4875dd14eb2d : Adding typed Parcel read APIs 2
4fa666998edf : Implemented AtomicFile.toString()
58715f8c9e27 : Handle light sensor NullPointerException.
ba48a3ef3df5 : Protect new LE Audio Broadcasts
e713584cf53a : Add @GuardedBy annotations
c6bd8a8da816 : Import translations. DO NOT MERGE ANYWHERE
60dd3814941f : Import translations. DO NOT MERGE ANYWHERE
de6315832cdf : Import translations. DO NOT MERGE ANYWHERE
02b64e8d904b : Import translations. DO NOT MERGE ANYWHERE
d80ff5a74967 : audio: Add missing fields from APM XSD schema to structs
eaf6c02b7bd8 : Add debouncing logic to AmbientLightModeMonitor.
ef4c88179b0d : [aapt2] Support ConfigVarying in CTS resources
a6d0be3d2411 : Specify per-file owner for dimens_car.xml
01bdc63a6ac7 : Import translations. DO NOT MERGE ANYWHERE
6ba77c65f310 : Import translations. DO NOT MERGE ANYWHERE
72754e5847a6 : Address small inefficiencies.
ccfcee5bd153 : Support time-in-state proc stats for UIDs
ecee8e913422 : Add support for per process state data to MeasuredEnergyStats
e9cb29ccb4d8 : Remove incorrect flag attribute from SensorDirectChannel Ratelevel.
d372361fe35c : Adding @SystemApi annotation to Bluetooth energy stats.
66ebced16e41 : Fix RRO loading from inside APEXes.
84187bc0bc21 : Increase nearby wifi string char limit
5d9f23f40661 : Add flags to permission protected SysUI broadcasts
40a525deafe7 : Add InputConnectionCommandHeader
daa879ac687b : media: allow excluding arbitrary codecs from REGULAR_CODECS list.
808d3a582d4d : Migrate pre-Oreo app handling to permissions
0d889ae93247 : Adding wifi nearby permission to DefaultPermissionGrantPolicy
2da96da47d2d : Revert "[SettingsProvider] additional logging for debug telephony bug"
4e968666fde3 : Check permission when posting notification
35887bc2a68e : Document MediaPlayer.release to be mandatory
f512ba386e3c : Move CdmService.ShellCdm into a separate class
1723617188cc : Give CDM Associations real IDs
0d8663daa04d : Initialize intent to avoid nullpointer exception
3f75d2fde77a : Fix rotation bounds calculation in WindowMagnificationControllerTest
687adfd8fbaa : Send broadcasts on app-locale change.
e37e45a8356a : Introduce PersistentDataStore for CdmService
c540bea644f3 : Implement extensible device ID in CDM
d6b6decf692c : Import translations. DO NOT MERGE ANYWHERE
fd2d72d262a5 : Import translations. DO NOT MERGE ANYWHERE
299f21d43433 : Modify PackageConfigurationUpdater Commit function to return a boolean
e43a10f257a1 : Add RemoteInputConnectionImpl#finishComposingTextFromImm()
08e2895ade6a : libandroid_runtime_vm_headers is recovery_available.
932970c6963d : Revert "Always select the next higher density bucket when picking resources"
7e5913e73e7c : Remove usage of healthd.
b52816e94d9d : Noogler Project: TIF broadcast request & response (initial)
e418e79bceeb : Add verbose logs in case of LOGGING_LEVEL_BLOCKED.
faa026cdece1 : Allow multiple CDM services
8c168ff2440b : Adds OWNERS files for files related to Attestation Verification Framework.
0de533f5ce11 : Optimization to avoid parsing v2/v3/v31 blocks.
e942c479e168 : Temporarily allow all activies to run on SLS.
1fe18a79d5c8 : Ensure that ScanInfo is cached before callbacks fire
f1196eeaedcb : Add permission sync message protos.
84c4440052fe : Migrate DND related apis to permissionhelper
7aceb374939b : Null check if renderer is null
7ee3a1fec345 : Fix potential race condition due to missing lock
940a1d267a04 : Remove View Injection entirely.
99bc2d42a295 : Add OWNERS for BatteryService
9fe67af49abd : Remove injected parametser from NSSL
bdd861e2e394 : Adds two UiEvent IDs for actions on long screenshots
486393193408 : Change the default docs build to use module stubs
c048b812c992 : Move FloatingToolbarPopup out from FloatingToolbar
7a3aab4ef134 : Replace object tag with img tag in javadoc
94e18aafa678 : Revert "Enable FASS assertions for IME Appear"
39b2dab19d6d : Change VibratorInfo reload logic in VibratorManagerService
85a82f45323b : Add permission permissions to SystemUI
71c59893f65b : Allow system services to get/set app-locales.
40c599f4016d : Consolidate DisplayContent#assignRelativeLayerForIme
68a6b0d1a33b : Change out value type for Parcel::hasFileDescriptorsInRange()
0b0452408514 : Move critical event log initialization to end of AMS.start
38c6f6065a6d : Revert "Revert "Early detection of mis-configuration (1/n)""
cd65bc479802 : TIAF: handle createSession and internal states
f42633bed302 : Revert "Early detection of mis-configuration (1/n)"
733c434789e4 : Annotate DEVICE_PROFILE_APP_STREAMING with @RequiresPermission
ba03936518d5 : Add executor null check
85a3d2366e6e : Removed a extra "the" in comments in file ViewRootImpl.java
647f6d93f098 : MR2ProviderServiceProxy: Change onBindingDied() behavior
ed36545f40af : Check the data directory before mount tmpfs
b4933d744e16 : Add new wifi nearby devices app-ops
264c28ad5d00 : Split ParsedIntentInfoImpl
96b96b303a9f : Split ParsedUsesPermissionImpl
b401b82d8988 : Split ParsedProcessImpl
1293ee75a802 : Split ParsedPermissionGroupImpl
ce4afafcb055 : Split ParsedPermissionImpl
948f7bf323e9 : Split ParsedInstrumentationImpl
516492896837 : Split ParsedAttributionImpl
084e388367da : Split ParsedServiceImpl
e189547dc227 : Split ParsedProviderImpl
90b53e1ae58d : Split ParsedActivityImpl
4f0c14dcd49f : Split ParsedMainComponentImpl
7c5169e3f5f6 : Split ParsedComponentImpl
636a7e9b2047 : Adding android.permission.MANAGE_VOICE_KEYPHRASES to the shell app to allow GTS tests to pass.
c56e0b3188c4 : Update AutofillPerf tests with perfetto permission
49243877490f : Always select the next higher density bucket when picking resources
8255f5f4c043 : Consolidating PM owner definition and adding new owners.
fdb68fbfce40 : Fix an issue LauncherApps couldn’t get onPackageRemoved Callback
a8395ffa3af5 : New runtime permission NEARBY_WIFI_DEVICES
d7f4972ad5ff : Catch IllegalArgumentException from startActivityFromRecents.
5b4de494a057 : Fix queryRawContactEntity api
a2f910a73488 : Make READ_NEARBY_STREAMING_POLICY normal permission
8a6f461649e9 : [pm] consolidate part of InitAndSystemPackageHelper
bc3291d1ce89 : [pm] add dexopt helper
bd6a43f1ebee : Move logic about computing window frames to the client side
a0db5578fc2d : Fix error prone warnings
c9bbe6b59e9d : Fix SntpClient 2036 issue (2/2)
f663ab4276ca : Fix SntpClient 2036 issue (1/2)
c4f12fe23524 : Move CriticalEventLog to its own package
9a0573f2af6d : Add an API for launching intent to view an apps list of services.
9c404e8f17c7 : Import wear stem primary button gesture to master.
8a1ddd7e75ff : Add damage rect trace point
484766b873a7 : Promote stable flicker presubmit tests
4a7fafcb1a6f : Fix StaleObjectException on bubble tests
ab45cf3da3ec : Fix SurfaceTexture listener performance
77c5b8ad9e29 : Add SNTP tests to continuous tests
e9bca369c04b : Fix error prone warnings
292f4149314c : Smartspace - Don't create session ahead of init
563ecfccb18b : Add android.net tests to postsubmit
87655fd97078 : Add a time field to GeolocationTimeZoneSuggestion
0b710af834f5 : Batch shortcut results to a single Handler message.
bcf44fa98b24 : Merge BroadcastOptions and ActivityOptions PendingIntent BAL flags and remove @hide
87eba5bd4c73 : Use permission MODIFY_USER_PREFERRED_DISPLAY_MODE to set user preferred mode
e312b160f4b3 : AbsoluteVolume change custom call to official API
b37222025132 : More OWNERS refactoring
d78fd7bf507d : Only update cache for new user on user create #2
dc4d343c3c15 : Add setCapacity and removeRange to WatchedSparseBooleanMatrix
72e972d5c2eb : Revert "Revert "Fixes incorrect array type comparison""
fb3ceeb0b151 : Revert "Revert "Only update cache for new user on user create""
78b250599b6f : DO NOT MERGE: HA still appears in Media device list even though it has been unpaired.
7845ea4a8592 : Rename isHandlingTransaction to isDirectlyHandlingTransaction
4385785b74dc : Fix broken tests in libandroidfw_tests
4753bdeb1649 : Keep nav bar position updated
552b45de1d91 : Improve the debug info from overlay lookup
e5fea201caff : Add a separate namespace for Tethering module.
85e89f2eaaf6 : Camera: Add torch brightness control keys.
19b27099bff8 : [aapt2] Add resource table chunk dumping
41cce320805d : Remove AndroidFuture from ShortcutService's internal api
ca7bf64c9459 : AudioMixingRule: more javadoc on mix role
f88074f371f9 : Consider sharee's priority in resource granting/reclaiming
c8024fc78338 : Fix daveys when latch_unsignaled is used
a88b7fe6a8d4 : Fixes an NPE caused by null sequence.
a829c20cd424 : [pm] helper class to handle preferred activity
7dd5f1e0a5b5 : [pm] another installation helper
187d8c7ac7e0 : Add accessibility framework team to the owners for UiAutomation. Bug:159651900 Test: n/a
3f3e96e4d3bf : Notification text change should not be interruptive during post time
f4f5d056a4e0 : Remove prefetch bit.
269cb1d72445 : Introduce DEVICE_PROFILE_APP_STREAMING
e1dd6a01deff : Do not strip trailing F's of test ICCID
9b07c89fd154 : settingslib/media: Add LeAudio support
7443751dd9c9 : Centralise owners for Enterprise Platform team.
443f9acda206 : Compute surface position of scaled child window
2393f6e2ce15 : Add tuner resource inquery APIs
78bb22a1c7db : Support back-to-back soundtrigger recognitions
9b66398997f8 : [Telephony] Add more javadoc for carrier privileges
d2faad6f4fe7 : Perf regression fix on low-level devices.
38d2ec419d73 : Convert ScrollCaptureViewHelper#requestScroll to async
0b55f1892808 : Keep FLAG_SHOW_WALLPAPER flag on NotificationShade.
ad46dc5b5e97 : server/audio: Add LeAudio support
2cea1518db25 : Revert "Merge BroadcastOptions and ActivityOptions PendingIntent..."
839b9094eab4 : Make list of SADs to query configurable
b40f3ab7a144 : [aapt2] Move type usage before std::move()
375f3c08f4cd : Add a new settings' flag to control enable of app's language function.
386e618c5c0f : Fix parsing of WM trace in critical mode
92a5ee9bcaae : Remove uid rules computation in NPMS.
1af5b78ee942 : Include blocked reasons in the netpolicy dump.
8baf6fafa92c : Integrated Pen and Stylus test application into the HwAccelerationTest suite Bug: b/202782306 Test: PenStylusActivity.kt
6b94ea578b0c : Add TEST_MAPPING for InputMethodStressTest.
ea93d3970fef : Init timers in BatteryExternalStatsWorkerTest
616584b035cb : v4.1: support v3.1 key rotation in v4 signature
6f8b71e87ab1 : Revert "Have AssetFileDescriptor.AutoCloseInputStream use pread"
7a42ab512f12 : [RESTRICT AUTOMERGE] Add Wi-Fi Scanning notify to QS Internet Dialog
148d7fe341bc : Update the BroadcastQueue logic for runtime permissions
8b770aef8d4c : [RESTRICT AUTOMERGE] Add WiFi scan notify message (QS Internet Dialog)
fef64ccaec6e : Add LongMultiStateCounter
0ca63ddebda6 : Fix an issue in NPMS blockedReasons computation logic.
3e866985db00 : Protect new LE Audio Broadcasts
aab251fe6f86 : Add com.android.car.framework to platform-bootclasspath
2bc99eb33451 : Add new system service which enforces SLS allowlist.
39f48d22c067 : Update light idle API naming.
d3cf4b924626 : Clean up unused code
602b34cb327d : Use app ops to trigger app block change notifications
aa9dc6c4a618 : Import translations. DO NOT MERGE ANYWHERE
3fd1cdc0b037 : Import translations. DO NOT MERGE ANYWHERE
cb239e078f2f : Remove IApplicationToken
935e0f2cce73 : resolve merge conflicts of 0f8dfa5326ccc13f94b8dec8abd3dd822dfd42dd to sc-v2-dev
fbb87a634788 : Import translations. DO NOT MERGE ANYWHERE
8100369cd51f : Import translations. DO NOT MERGE ANYWHERE
0026b204a914 : Convert existing flags to new system.
e8f2077feec8 : Removed BluetoothDevice#prepareToEnterProcess
3960bf6534a4 : Enable FASS assertions for IME Appear
39f631c363dc : Enable FASS assertions for app close
3be9944e1f92 : server/audio: Add Le audio messages to MESSAGE_MUTE_MUSIC
209885b6cbdd : [Telephony] Add more javadoc for carrier privileges
2bdc44f85d44 : Import translations. DO NOT MERGE ANYWHERE
7c29701451ea : Revert "WallpaperManagerService - avoid leaking whether a package is installed"
21b0457f0964 : Import translations. DO NOT MERGE ANYWHERE
e44b46486633 : Add a method to get rawContact
09a60d8a3a43 : Fix build breakage by mismatched type
ad5f9aad80d0 : Revert "Keep FLAG_SHOW_WALLPAPER flag on NotificationShade."
f6faf99ec53e : Fix inattentive sleep reason
5ea5d77a768e : ThermalManagerService: fix different system clock comparison
519af58439c7 : settingslib/bluetooth: Add LeAudio support
c0aa3b32763e : settingslib/bluetooth: Add LeAudio support
015ab24c0ab5 : Add scan result logs.
423e648a822c : Move set member pair handle from settingLib to setting
6d9f58c85bd7 : Remove exiting activity list
0ed2c33aba36 : Import translations. DO NOT MERGE ANYWHERE
1b55417acba0 : Import translations. DO NOT MERGE ANYWHERE
cfe825ebef67 : Revert "Keep FLAG_SHOW_WALLPAPER flag on NotificationShade."
88d4dea9a076 : Update the BroadcastQueue logic for runtime permissions
9d0352210d3b : Have AssetFileDescriptor.AutoCloseInputStream use pread
c7dfeac8e876 : Revert "Keep FLAG_SHOW_WALLPAPER flag on NotificationShade."
e34abb6e4890 : Add OWNERS for services/companion
d9a9509ab3d6 : Migrate LockTaskTests to Soong
d4021ca6788c : Mark startRenderingCommandsCapture @UnsupportedAppUsage
6cf7c168922d : Restrict packages to a single concurrent request
fe52156ea322 : Fix Tv source audio device adjust volume, and audio is breaks up intermittently.
7180cca70dbd : Bug fix: LCE list initialization
f992cb310195 : add cancellation to background dexopt
5bb19537c24d : Drop persisted ledgers for uninstalled packages.
1184a696157b : Migrate are/setNotificationsEnabled to PM
6f2b3f5dcc9f : Remove setTransactionCompleteCallback
93a5458bb0c6 : Migrate DynamicCodeLoggerIntegrationTests to Soong
76fca86c3d8b : Use BBQ syncing instead of blocking in VRI
1d97ca6ca204 : Fix logging value.
89049d43f5b7 : TIAF: Create TIAF components and session classes
f98489f1c025 : Add “@throws BadParcelableException” to the JavaDoc of new API methods that throw the exception.
56ed7581fea5 : Add logging in ZenLog for calls to matchesCallFilter.
de6f1cab65aa : Add uwb to ApiDocs.bp
66749427da1b : Update OWNERS
3725e9c63814 : Attempt 2 for adding OWNERS for SNTP code
396cea1aeb2e : Reduce auto-boxing of Boolean when iterating task and activity
8e45e3a1179d : Adjust docs around obscured flags and filter touches API
135703feac59 : Adding selective filtering to LTZP events
e5ad12971658 : Add additional OWNERS for SNTP client code
a978e6f5fabd : Apply visibility to #getSuspendedPackageLauncherExtras
4e73aea7189a : Remove the PackageManager.INSTALL_UNKNOWN check (3/n)
40e746c787b9 : Remove redundant parameter (2/n)
04bdf998e42e : Early detection of mis-configuration (1/n)
76786b9034de : [aapt2] Update the new project tracking for duplicate types
d5abf6075072 : Provide IconProvider in sysui dagger
07167fa05fe6 : Requests window magnifoication connection if any AccessibilityServiceConnection is able to control magnification
2198961ab1f7 : Add per-proc-state power components
119342af838d : Fix flaky test, BatteryStatsHistoryIteratorTest
96cd2deb84a3 : Updated OWNERS file
66f93c5c6b5d : [DO NOT MERGE] Fix DozeScreenBrightnessTest.
75e876b5480b : Continue the pausing process after automatically entering pip
b591b3ebec48 : [DO NOT MERGE] Improve brightness handling during screen off timeout.
b92392dff9bf : leaudio: Add missing context types
d8597aa9a5bc : Support system app update leaving shared UID then getting uninstalled
1e6a96812669 : Update the BroadcastQueue logic for runtime permissions
f9b28756b868 : Add code for interfacing with PM
2d31be6b6361 : Introduce AmbientLightModeMonitor.
45a54d87fe8a : Add methods to get vendor extension interfaces
db9a988a1b86 : Change OverlayHostTest to be devide_tests only.
1bf568ed3ef8 : Add build rule to merge annotation zips
4760ca91def2 : getBlobAshmemSize -> getOpenAshmemSize
e7c128f492bf : Fix drawing translationZ to software canvas
ef061e6a0083 : bluetoothUuid: Add placeholder for CAP uuid
3f0400e2218b : Delay instantiation of PacProcessor until unlocked
e26bbeb94aef : Adjust OWNERS to reflect new ownership
29f399a197af : Add a separate namespace for CaptivePortalLogin module.
6829841745b4 : Fix Configuration.diff documentation.
6c3fc79d878f : leaudio: Add API to add/remove group node
49ef8f2e0e60 : [CEC Configuration] Switch HDMI_CONTROL_AUTO_DEVICE_OFF_ENABLED to Shared Preferences
bae425efffc4 : [CEC Configuration] Switch HDMI_CEC_ENABLED to Shared Preferences
481cdf67fd05 : Remove the owner for settings_enums.proto
27064f0bcf3c : bluetooth: Fix common typo
ca33a22bc61b : profcollect/betterbug integration with content uri
8bd8b278536c : Fix IME crash on SoftInputWindow.show by TOKEN_PENDING
b12dbce52c5f : Update the method to check custom parcelable
259414efbc20 : Fix an issue in NPMS blockedReasons computation logic.
bb42aea103a1 : Support toggling 7d/24h priv dash usages
51f97c311040 : Add default account permission to Shell.
e25a6dc14591 : Animate QS alpha on split shade pull down
cdfcf6e46985 : Apply the last recents animation transform on single-activity PIP tasks
85033f330645 : Prevent prefetch jobs from having deadlines.
14841f18ff8f : Partial revert "Wait for unlock to start jobs."
86d27b262be1 : Update call log provider docs to clarify how to use LIMIT.
d95860a707c3 : Add API to allow SysUI/launcher to customize legacy task transition animations
a47e242005fb : Move HAL constructors to RILUtils
371c742bb986 : Rename "priority" to "bias".
ff3a3bea867d : Move BroadcastMessenger to cts/
64c43a3369ae : Update API docs for "is_ims_conference_size_enforced_bool" key.
272fd2149341 : API docs clarification for placing calls.
8a747d7e9145 : Add TARE state persistence.
cd3e04b8e148 : Add ThresholdAlarmQueue.
313839a2d940 : Update haptics OWNERS
50ecfcba00f7 : AudioDeviceBroker: fix short music mute when connecting a wired headset
602624bb0fc6 : Fix SntpClient 2036 issue (2/2)
e811aa358d03 : Fix SntpClient 2036 issue (1/2)
a395ffdd2ca2 : Prepare for rate limiting TimeZoneProviderService
057eb8c4d584 : Remove userActivitySummary condition for inattentive sleep
96d24e35f135 : [Flicker tests for bubbles]
5f05b4ffcf5e : Update BatteryStatsImpl to handle multidisplay
fe4797b63e7b : Adding wifi nearby permission to DefaultPermissionGrantPolicy
66dbc991363a : Add new wifi nearby devices app-ops
8ee4d937a6d8 : New runtime permission NEARBY_WIFI_DEVICES
85cfd56e8126 : Move HAL constructors to RILUtils
f38e4ae60bae : Animate QS alpha on split shade pull down
f08b1a5ce657 : bluetooth: Set special delay for LeAudio auto connect
026456eccee8 : Add matchesCallFilter function to NotificationManager.
7cdc437fcaa6 : VTS tests added for OMAPI Vendor stable interface
4fe64fb4712a : Support for OMAPI Vendor stable interface
5e48aeeaddb9 : Keep FLAG_SHOW_WALLPAPER flag on NotificationShade.
a47b950bd117 : Change getEnabledComponentOverrides return type
1b0793a7dfc7 : Stabilize OpenAppFromOverviewTest test
7e44ac5f8b03 : Remove bytes matcher from base
2af8741f14d8 : Add the systemserver_fragment to media SDK.
1c37ce4cfa36 : Add a flag for notification permission.
28ff670d86b5 : Fix some obvious typos and copy-paste bugs.
3c0b194a2d6a : Import translations. DO NOT MERGE ANYWHERE
4201a5ddbcbc : Fix: crash when running am.jar without parameters
0138d6e017bf : Import translations. DO NOT MERGE ANYWHERE
78c2f631d839 : Avoid unnecessary dup
2c0171fedffe : Deprecate Linkify.ALL
60466ee62336 : leaudio: Remove not needed group status
bc3859a4821e : leaudio: Add set volume API
117bc2de049e : WM: Clean up InputTarget interface
9a745d0f013d : leaudio: Fix link to intent
42ee6a1e298c : leaudio: update UUID
a4530ceabcd2 : Parcel: remove use of getOpenAshmemSize
454d76153f64 : Add autoshow testcase.
f2142d0f219f : Draw splash window during app switch if the top activity is not drawn.
8c2c82d399fb : Discourage methods that use resource reflection
1e7e2ecee020 : Expose ACTION_SHOW_NEW_USER_DISCLAIMER and acknowledgeNewUserDisclaimer()
4964d990296d : Fix NPE in BootReceiver.addTombstoneToDropBox.
abce6f078454 : Rename merged services.txt module
a2e7ea5f6261 : Add empty package + OWNERS file for critical event protos
c951fc6076bb : Add nnapi_native flag namespace.
172c97db77f7 : Add range-based Parcel.hasFileDescriptors(offset, length)
fdb718f300e9 : Enable lowering IME binding priority
b98d265e86f3 : Add permission to modify user preferred display mode.
f038b5027296 : Merge BroadcastOptions and ActivityOptions PendingIntent BAL flags and remove @hide.
664ec39fd311 : Continue the pausing process after automatically entering pip
2662a357c7fd : Hide accessibility floating menu after the test
1f77f459f5b7 : Move HAL constructors to RILUtils
dfeddf37bbd6 : Remove references to AppSearch from removed test suites.
30dd32baad2f : Add ListenerSet and use in places which currently copy-on-iterate.
5fe5f2def000 : Test for contract between AndroidKeyStoreKey hash and equals.
e36fe6bf46b8 : Keystore 2.0 SPI: Fix contract between equals and hashCode 2
53ba8ca01cd4 : Update mUserUnlockedStates locking and docs.
0de71ca54325 : Adding definitions for AccessibilityAction directional swipes. Test: CL adds definitions - existing unit tests should still work.
57bc71643232 : Add checkPermissionForDataDeliveryFromDataSource
f459f57c2230 : Make Configuration.generateDelta() public
44806cdbb59a : Remove deprecated WindowContainer#isAnimatingExcluding method
77b236e7153f : Add empty package for critical event log with OWNERS
4ff6274fa770 : Keystore 2.0 SPI: Fix NullPointerException in setKeyEntry.
b40a702171de : [Status Bar Refactor] Move PanelBar#updateScrimFraction into ScrimController.
9aeb44682680 : Removed Bluetooh ScanFilter hidden API usage.
c2060cb4af19 : Always send Game Content Type down to the HAL
3d60f471e7a5 : Ensure cleanup when interrupting scroll capture
07844fbd038f : Added data retry manager and retry rules
c90f42c80fc9 : Escape single quotes in aapt2
983a1dda2230 : Adding a new user restriction DISALLOW_CHANGE_WIFI_STATE
ff1d1fb4b4c8 : Import translations. DO NOT MERGE ANYWHERE
2e92b588694c : Import translations. DO NOT MERGE ANYWHERE
0e1a40ccb4c9 : Updating to use correct compatibility check.
90d53f23a97c : Accumulate Bluetooth MIDI packets until ready
cb7b88fc8b50 : [pm] app data helper
a75c9e5a41b9 : Add missing lock in reschedulign service restart
a5b080881440 : Create SystemUI Test Concurrency Library.
91ab25204b7c : Add the intent for app service info page
1fc632214579 : Add unit tests for LocaleManagerService.
b9a07e322d40 : HDMICEC: Edit device selection API
40e22dc991d2 : Improve Bundle/PersistableBundle docs
5ddd929b0b86 : Verify package name and UID for trusted app check
28c53ab8bca2 : Keyguard - Treat messsages to lock with priority
0e120a5d4f89 : Controls - Do not recreate intent
ff8e5c0c3f32 : Mark Soong maintainers as a last resort suggestion
22ae9fc6e6d6 : Add CEC unit tests to presubmit
cd7b793fcc20 : Import translations. DO NOT MERGE ANYWHERE
e3070d75e933 : Update constructors for IRadioData classes
80b8c7f12802 : Update constructors for IRadioData classes
31f1349d6837 : Import translations. DO NOT MERGE ANYWHERE
5bf93f9378f1 : HDMICEC: Make HdmiCecControllerTest to run with any DUT LA
f85634605d97 : HDMICEC: Update OneTouchPlayActionTest
54016404e10a : Import translations. DO NOT MERGE ANYWHERE
4410cced56fe : Import translations. DO NOT MERGE ANYWHERE
c9b068e83bc5 : Import translations. DO NOT MERGE ANYWHERE
958483e499fa : Import translations. DO NOT MERGE ANYWHERE
4c14c6cf2c6b : Import translations. DO NOT MERGE ANYWHERE
f2d3022e5d88 : Add new LocaleManagerService and its shell commands
8813394b762f : Avoid double-calling super.getText() in EditText.getText()
4e23083b4ab0 : Remove unused receiver and corresponding code from NPMS
6d4c9fdbd95f : Add a flag to export LOCKDOWN_RESET receiver in VpnManagerService
e89c25f96d32 : WM: Track focus changes in AccessibilityController
a64e36441471 : Extract AlarmQueue into its own class.
5f802b00c59b : Update doc of ServiceState.getChannelNumber about NR
4123ccf12e6c : Update CtsShim to use sharedUserId
953a49b58133 : Introduce UM.getProcessUserId
3101c0be77be : Update constructors for IRadioData classes
010d64fa5baa : UM.getUserHandle -> UM.getProcessUserId
880c463caa8d : Expand EconomicPolicy dumps.
da5eebde6865 : Fix NPE in onDestroy() when launched without args
6ad394ac04da : Updated Outline.offset() docs to clarify behavior
5451c68cf02d : WallpaperManagerService - avoid leaking whether a package is installed
ce87a68694c1 : Remove parent window from display content
183e274d5720 : Fixing a build breakage caused by an incorrect link. Version code for Android T doesn't exist yet, removing the link.
4e8851d0d8b3 : Revert "Revert "Cherrypicking flags and override methods for all..."
61792c4741bf : Add extra security checks for TileService API
c511e019f0ed : Make API one-way
9e26212dac8b : Avoid full unparcelling where possible in Bundle
5461d5f4e8e4 : Wait until the animation is complete before finishing the transition
dcac864c9793 : [CEC Configuration] Switch POWER_CONTROL_MODE to Shared Preferences
8a5adf2c64ef : [CEC Configuration] Switch TV_WAKE_ON_ONE_TOUCH_PLAY to SharedPrefs
28b217b77aa5 : [CEC Configuration] Switch HDMI_SYSTEM_AUDIO_CONTROL_ENABLED to SharefPrefs
06e13bdbd5c0 : [CEC Configuration] Switch VOLUME_CONTROL_MODE to Shared Preferences
c833d21bb213 : [CEC Configuration] Switch ROUTING_CONTROL setting to SharedPrefs
0c5074ede7bb : Change defusing for lazy bundles
74f1d7ba8f7e : Fixes the flicker when transfer splash screen view to client
fd0d0536f4ab : Validate device profiles in CdmService
33b4ab78f2c4 : Enforce package visibility to the api getCreatorPackage
56172ee86340 : PackageManagerService: Check for duplicate inactive factory packages
0827cf0cca30 : Revert "Cherrypicking flags and override methods for allowing dy..."
cda15ffbe1f9 : Encapsulate PackageUserState fields
24a7ba9da356 : Fix the directory of IME stress test.
715a6c427c5b : Allow readability-identifier-length warnings
45f541231e0c : [pm] package removal/deletion helper
55f00e7b5b5b : Remove flag plugin with flag manager with DI
55fbfbc88750 : Update media's mainline OWNERS
00665ae1b0c8 : Make JankTracker non-fatal
c189b2972005 : Remove sdk28 tests from presubmit
d9bf639edc17 : Writing battery history tags into the history buffer
46abffb3defb : Fix UsbResolverActivity SuperNotCalledException (pt2)
688b16c4f382 : Fix TAG to match UsbDialogHelper class
d773727bdfcb : Add new broadcast intent action APPLICATION_LOCALE_CHANGED and extra LOCALE_LIST.
ccc378122567 : Remove workaround for unrotated gesture monitor (1/3)
cd5a8483be77 : Fix the device summary shown twice issue
580909db4904 : Round 3: Fix flakiness of testNativeCrash
aea8b250d69e : Improve "Lost network stack" error message
b070225f75f4 : Implement two-phase rollback (4/n)
99134a918548 : [MEP] Platform initial support for eSim Multiple Enabled Profiles.
b4038a5b889f : Update underlying networks if it is changed
4b93b8d3c99f : TvProvider API standardization for ARIB and DVB TvProvider
9881965cd0f2 : Added basic network request handling
d0da80fdcd2a : Import translations. DO NOT MERGE ANYWHERE
517218406611 : Import translations. DO NOT MERGE ANYWHERE
c861533254d9 : Parcel: obtain(IBinder) as API
a2b4bce778ab : Import translations. DO NOT MERGE ANYWHERE
4664b90670d7 : Import translations. DO NOT MERGE ANYWHERE
b48d4d10abfd : CTS of CtsMediaTestCases#android.media.cts.DecodeAccuracyTest may fail when video is cropped. When we use GPU to copy the data, rendering would choose filter. But we need add shrink in border to ensure the sampler not reach border like what GUI does.
dbe2ae3d5824 : Fix UsbResolverActivity: SuperNotCalledException
712eae053ccc : Support dump gfxinfo reset for process' without a Window
b7c82a021c7e : Fix FD ownership issue in test
350a58aa9299 : Import translations. DO NOT MERGE ANYWHERE
8dafa60a2fcf : Make BluetoothAdapter#disable(boolean persist) a @SystemApi
56b28d4ad757 : Return null for contacts local account
fff75b88a798 : Import translations. DO NOT MERGE ANYWHERE
65bc78ab41e8 : Import translations. DO NOT MERGE ANYWHERE
043bdfb3c09e : Import translations. DO NOT MERGE ANYWHERE
f1c362c99c03 : Import translations. DO NOT MERGE ANYWHERE
68061836392d : Added a DevicePolicyManager.setDeviceOwnerOnly() method.
f65b1a72695c : [DO NOT MERGE] Make sure smartspace connects when added
27fc6918860b : UserManager more consistently @UserHandleAware
fde3d9aee5db : Migrate Connectivity modules to use modules-utils
c3d0b147f5a3 : Add getActiveDevices api
2063c223079a : Throw DeadSystemRuntimeException when system_server dies.
205229f5e982 : Revert "Add build rule to merge annotation zips"
5539926c4ab3 : Correct Parcel value types
8af4d268260a : media: use MediaProperties.resolution_limit_32bit()
00b3cd73791f : Freezer: don't skip processes with file locks
fce313359644 : Add start_time and end_time for PreviewPrograms
70ef9675cbe2 : Allowing apps under instrumentation who haven't specified a flag to (temporarily) avoid specifying a receiver exported/not exported flag.
2ad4469ccde1 : Smartspace - Don't connect until setup
af0e3bf52bda : Add AudioPort* to android.media.audio.common
1ab4cb2da6e3 : Fix InputMethodServiceInternal lifetime
7b720288b5c1 : Fix the overrides file corruption due to shutdown
8d33abc64795 : HDMICEC: Make DeviceSelectActionFromPlaybackTest to run with any DUT LA
bab3cc34de78 : Add build rule to merge annotation zips
8a86e7d51e7e : Adding typed Parcel read/write APIs.
7c3f6d91023f : Make TV query devices with unknown physical address
01077bbc231a : Check BAL flags on AlarmManagerTest for BAL broadcast test
b288916a4ce1 : Removing unused big_clock_container
c07743a00d48 : Pass Binder token to ISuspendControlServiceInternal#enableAutosuspend
08aeef749ddf : Changing the order of width and height in constructing Display.Mode
d2819821479d : HDMICEC: Implement active tracking of CEC Network for Playback devices
b94bc99ab1f4 : Migrate Connectivity modules to use modules-utils
0b2363923ad0 : Fix OOM cache app optimizer flaky test.
9dabf6bac519 : Populate PointerCoords values using values from MotionEvent
cc8ebd521d5b : Enable FASS assertions for regular rotation
a1798ca96079 : Avoid skipping creation of emulated volume for cloned profile user
ce704152a1c9 : Remove all the files from frameworks/base/data/etc/car
759a6d44db00 : SystemServer: add Telephony guards
d4f12c6ea6ac : Remove frameworks/base/apex/appsearch and associated tests
0b488bfdb2d3 : Remove frameworks/base/apex/appsearch and associated tests
d84447799eb8 : [pm] add broadcast helper
8c15362858db : Parcel: markForBinder -> obtain(IBinder)
d0afc1895a8c : Add BluetoothDevice#connect and BluetoothDevice#disconnect as System APIs
72ec0f2ba81c : [Provider Model] Increase the maximum height of Internet Dialog
812f0f27d148 : Run sound trigger HAL watchdog on uptime clock
9fbf6f6cf7a3 : Encapsulate PackageSetting fields
e160c0ca0868 : Bug fix: LCE list initialization
97d4fc7d158b : Added a debug and release version of flag reader
e3e9e3f6d49e : Fix writeToParcel parameter nullability
4571ada2035c : Make robust the open failure reason detection logic
371574733cc7 : Apply package query policy to live wallpaper introspection
7100928cd20a : Cache PlatformCompatService in compat framework
1ecc039415de : Refactor USB permission and confirm dialogs.
b67178d6c706 : Add TV specific TvUsbConfirmActivity and TvUsbPermissionActivity.
6d4a948b3d58 : Revert "Revert "Revert "Revert "SharedMemory: break Cleaner reference cycle.""""
fdbfa3b5d9a1 : Add critical event log
b8d44e8325cb : HDMICEC: Edit device select API
4c70432d8254 : API renaming asked by API Council
95ace87925e6 : Log.wtf in mismatch + tests
c356ad4c9ce3 : Revert "Fix shared transition offsets in landscape"
6902bb321616 : Centering clock on AOD in split shade mode
70da334f7b87 : Parse new xml attributes used for updatable shared libraries
c7b5ac035e31 : Set underlying networks into NetworkCapabilities directly
a73a44674415 : Unconditionally initialize ExternalStorageService component.
46b4ba420186 : Redact key value from log when DEBUG is false
a0b44f11509e : Remove usage of private resources in SettingsLib.
d0636e18d82d : Add pre-grant bluetooth permissions for AUTOMOTIVE SetupWizard
381fb640c6e2 : Add the systemserver_fragment to media SDK.
438068802de1 : Unregister configuration listener after the WindowProcessController was disallowed to be overridden.
c5093cfb71ec : Fix SystemAudioAutoInitiationAction not started
9f03aebb5062 : Updates magnification button when the magnification activation state is changed
d27119ce0a12 : Revert "Revert "Revert "SharedMemory: break Cleaner reference cycle."""
4acbea15cff8 : Add GnssBatching AIDL HAL (frameworks/base)
45f6fb727230 : Import translations. DO NOT MERGE ANYWHERE
46078f53116f : Import translations. DO NOT MERGE ANYWHERE
210fe9a0d19e : Import translations. DO NOT MERGE ANYWHERE
dc46a28cb49b : Import translations. DO NOT MERGE ANYWHERE
74d1de594bcc : Removed unused DevicePolicyManager.setDeviceOwner() methods.
84b38799cd4f : Use PlatformProperties to read VelocityTracker strategy
81a468411964 : Reverted the ApnSetting behavior
432b691184f2 : HWUI: use public choreographer api
9de3073dd0fc : Add basic prefetch job handling.
79e57edb0608 : Add default account call methods APIs.
fc9570e3d3eb : Import translations. DO NOT MERGE ANYWHERE
54ad86c4192b : Import translations. DO NOT MERGE ANYWHERE
788d91b1352a : Add AudioGain* to android.media.audio.common
651ff0aa8873 : Add AudioProfile to android.media.audio.common
dcf47aee38c7 : Add missing TARE changes.
a1b9334086b6 : Move Ledger tracking to the Scribe.
ce8791c18e27 : Use USB API to get # of i/o ports for MIDI with USB.
ce093d673821 : Expose Phone.ENTERPRISE_CONTENT_URI as systemApi
3cdbefc6f385 : Remove weak reference to prevent loss of callback
6ad767a09c6f : Support multiple smartspace views
85b7711700ae : Fix stuck HDMI-CEC actions after boot
62eafa258a2e : Fix stuck HDMI-CEC actions after boot
e96eb2209616 : [Flicker tests for bubbles]
858845f72d4b : Support rollback for rebootless apex (2/n)
a444fe6e0d85 : Remove frameworks/base/apex/appsearch and associated tests
73ebf86c3237 : Update permissions OWNERS
199f93ac3b31 : Zero out WiFi duration and power if ControllerActivityCounter is null
2464cfb9d0d4 : Use LongArrayMultiStateCounter for proc-in-state time counting
35161f3d8c86 : Deprecate BIND_ALLOW_FOREGROUND_SERVICE_STARTS_FROM_BACKGROUND
2c32e79586bc : Rename CDM receiveMessage to dispatchMessage
c55e178ee619 : Fix flaky tests.
33f29f15919d : Backport multi user trace changes.
6350ff0b3bf7 : Choreographer: new libandroid for CTS.
171bf0411315 : Partial revert "Wait for unlock to start jobs."
88533afb722e : Add new MMS result codes
5bbd4664087f : Add throws to MediaMetadataRetriever.release
e67378443921 : Add a tool for merging annotation.zip files
1301096f901c : Populate buckets to ensure correct corner rounds on notifications
295ea3e70927 : Make FeatureFlags a Dumpable
0beddd25c6cd : Move NetworkController & friends to a connectivity package
91f8bdf9fe4c : Only show lock icon background with UDFPS
f4cedb277354 : Add PendingIntent BroadcastOptions BAL API implementation
7c01c22c396a : Clear calling identity when determining instant app status.
8ebeef3b206c : Set verbosity for api_versions_trimmer_unittests
2f6a6fdd48f5 : Fix broken test on GSI branch
ecafad4383da : Fix broken test on GSI branch
e96fe8f40d97 : HDMICEC: Add a new validation to CEC messages
41b8d147fd82 : Reduce PendingIntent memory allocation
30bd1bb72d3d : Expose PendingIntent.addCancelListener
d27824e146b3 : Handle downgrade install for rebootless apexes correctly (1/n)
c1c64ee42915 : Use ExecutorService to replace AsyncTask
9674823bf336 : Apply visibility to get session info APIs
e48180fb88f6 : Update javadoc for EditorInfo.actionId usage
17137d5a8a2c : Import translations. DO NOT MERGE ANYWHERE
c18ca7fcea73 : Import translations. DO NOT MERGE ANYWHERE
9795b30939ca : Import translations. DO NOT MERGE ANYWHERE
93711e802424 : Import translations. DO NOT MERGE ANYWHERE
be717d569d2d : Import translations. DO NOT MERGE ANYWHERE
bc3dd0b7fa39 : Send TYPE_VIEW_TEXT_CHANGED a11y event when SuggestionSpan is added
47dc31380abf : Added option to dump specific users.
32c95d4c29f1 : [pm] move Computer related classes to separate files
980f66ea59a5 : Guard against negative sizes from codec
8d3928b75d20 : Add logcat for bad appop call
9df2acb30b09 : Expose TransactionCommittedCallback to Java
74e5d2af16ae : Cache storage info into file.
4d16dcbca56f : Remove redundant method.
4197e17a5796 : Fix test failure on WindowMagnificationControllerTest
955dd900908f : HDMICEC: Add a new validation to CEC messages
bbdceb959385 : HDMICEC: Add a new validation to CEC messages
79d2fc8b6f0b : Remove uses of background color attribute
730f398b1710 : Promote stable postsubmit tests to presubmit
8077327624a3 : Show nearby share as normal app target and in first item always
45baaa0f405b : Fix link number increasing in the TalkBack menu.
34aa961e7ba8 : Update InputListener usages in InputManagerService
df20c6308d2b : Make MediaRouter2Manager provide correct system routes info
e022357bb7c6 : Import translations. DO NOT MERGE ANYWHERE
e91fc252f8c6 : Import translations. DO NOT MERGE ANYWHERE
2da426238216 : Import translations. DO NOT MERGE ANYWHERE
dbe72c080ec5 : Import translations. DO NOT MERGE ANYWHERE
d0498c3ca7bc : Import translations. DO NOT MERGE ANYWHERE
903eb90156ab : Import translations. DO NOT MERGE ANYWHERE
fbf1231f2bef : Import translations. DO NOT MERGE ANYWHERE
8c79b6a55ab0 : Prevent some keylayouts from being added to Android
03b3e23d31bc : Import translations. DO NOT MERGE ANYWHERE
4bea97611bc9 : Import translations. DO NOT MERGE ANYWHERE
0862d05944e8 : Import translations. DO NOT MERGE ANYWHERE
283ed486b313 : Import translations. DO NOT MERGE ANYWHERE
772014d2f9b2 : Revert "docs: Revised descriptions of binding and connecting to services."
0c39dd02f6da : Create XML parser only once.
5175461c663f : Integrate AlarmManager with TARE.
ce2c9032b905 : Revert "Revert "[pm] remove old stage dirs on low storage""
de452e49af57 : VintfObject.getHalNamesAndVersions report AIDL version number.
4510a236524a : Add owners for VINTF.
40fb1ffae5e2 : Standardize screenshot naming scheme
3688b228ce54 : Increase Bluetooth MIDI maximum size
cb2a4767529b : Documented how to use system service dumper.
40d77b9e85cd : Migrate permissions when leaving sharedUserId
449bcc36bdac : Revert "Create Public API in AccessibilityManager to expose Audi..."
592c35a8bb04 : AudioService: fix permission check on volume control
b6b04c338f2e : Import translations. DO NOT MERGE ANYWHERE
f5c9dfbfdb37 : Import translations. DO NOT MERGE ANYWHERE
9720a6415575 : Import translations. DO NOT MERGE ANYWHERE
815606a827ec : Import translations. DO NOT MERGE ANYWHERE
e781b5d585ff : Import translations. DO NOT MERGE ANYWHERE
accbfb1bb5fd : Import translations. DO NOT MERGE ANYWHERE
5c1d0fe88e6a : create library for mainline module
b45ebca772a7 : Revert "[pm] remove old stage dirs on low storage"
f76e50ba481c : Cherrypicking flags and override methods for allowing dynamically registered receivers to mark themselves explicitly as exported or not exported.
56b8d5570fbc : Migrate NetworkStack modules to use modules-utils
f2f86488169e : Migrate Cellbroadcast modules to use modules-utils
1aff432fdadf : Migrate Cellbroadcast modules to use modules-utils
5487d16c8184 : Dump overlay configurations to the bugreport
782ba89e4a30 : Make DreamActivity translucent when waking up dream
3f9c6ba8ad54 : Migrate IPsec modules to use state machine lib
7a74b62e08b0 : Add tests for new task animation
c4209c3f04b1 : put OverlayHostTests files into device-tests and general-tests
e7cb6bd26f77 : csip: seamless pair with the coordinated set
324ba75ab6fc : Migrate to SdkExtensions.getAllExtensionVersion()
03f31e5b222c : Increase global binder proxy limit to 25k.
c32061b88e10 : Update CSIP base uuid devie set into a single device detail preference
9daed6cb00d3 : Saving correct value of previousBytes to /data/system/cachequota.xml
e2be64d5a518 : Rename api mayPackageQuery to canPackageQuery
dc54583ba1b4 : TouchMode (4.1/n) JNI onTouchModeChanged registering
d0194c4d770b : Apply PrimarySwitchPreference to InputMethodPreference
f1163c51d2b2 : Add a device overlay for radio off delay due to IMS deregistration
01e70be58364 : Run aidl-format on media/aidl/android/media/audio/common
a8af8afe55c2 : Add communal feature to PackageManager
9a7ef51cb8f6 : Create and default grant Notification permission
d149ab8bafb0 : Add initial Scribe code.
b4db192275e7 : Camera: Fix doc typos
5e3f9b57cdb6 : Move the PlatformCompatCache in AMS to its own file
a92ad322d1a9 : Log a notification update when fields such as importance or ranking score are updated.
65da1c0a5b4a : StreamConfigurationMap fix docs: Implementation-defined -> PRIVATE.
6aea80689dd4 : Add CDM data transfer interfaces
aedadb880934 : Revert "Make DreamActivity translucent when waking up dream"
2a12f6b0e4dc : Don't animate TextView marquee if not visible
c05e55ffbfdc : Use AttributionSource Builder
aecd865d065b : Revert "Make DreamActivity translucent when waking up dream"
dbc82ad48335 : HDMICEC: Edit device selection API
af3899376911 : Simplify Context Hub global setting update
1ad5211818f1 : Clean up and expand long screenshots test coverage
e598ab96e27a : Cleanup unused code in AppTransition
9293dca91c5a : Synchronize in LazyValue.get()
7c08c26188ab : Update motion for one-handed bouncer.
b62f02cb147d : Fix an IllegalStateException in the OverlayConfigParser
a4a241b3f73b : Use try-with-resources instead of try-finally.
14e2c026898b : [Flicker tests for bubbles]
6f786115cbf3 : Add required flag to registerReceiver calls for platform services
dedaa90193f5 : Fix serialization bug in GpsNavigationMessage
979796d080a5 : Avoid NPE
d41db18129f4 : Don't hold hibernation lock when calling other services
68ea47213440 : Allowing sticky broadcasts for null receivers to be received/registered for without requiring a RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED flag.
380ec665efb4 : Work around the timing resolution of Handler#postDelayed()
8cebf06906cf : Updates to AudioDevice
2b82359a4e88 : Revert "Add logic to use system server UID for noteOp call"
243328faf38f : Process Context Hub messages on service thread
c3d3e32e50fe : HDMICEC: Add a new validation to CEC messages
09c6becf3a53 : Flip flag for new user switcher
24b42e8e967b : Change TOGGLE_AUTOMOTIVE_PROJECTION from signature|privileged to internal|role.
ee627525134f : Restructure the top level of VibrationThread to more clearly guarantee execution of link/unlink pairs, and vibration completion callbacks.
1975b658ba05 : Disable flaky app launch tests from presubmit
7edbab6495f2 : Assume convenience for biometrics not configured in R
29f39a9fd2f4 : Add system server pm to trigger CTS PackageManager tests
e40cfde135b6 : Better TEST_MAPPING for TileService tests
b8ce081c1a4d : Make merged api compat checks output baseline
9747441648f9 : Promote stable postsubmit tests to presubmit
2b3ff7e854c0 : Set lastRss in CacheOomRanker.
6f6c9d66bdc5 : Improve documentation for app launch tests
4f38ff64f7d6 : Ambient music - Update for favoriting intent
5b07d9569bff : New CUJ: Launch app and start IME on start
2f3b0fb71fa8 : Fix typo in VibrationAttributes
6811a9976be9 : Release acquired MediaMetadataRetriever
6ff9779fe61a : Use display information from layers trace on assertions
d404a1180197 : Improve documentation for rotation tests
f3aa82520a04 : Improve documentation for close app tests
bbb11109983b : Refactored DataProfile and ApnSetting
a1868538bd2c : Update CSIP base uuid devie set into a single device detail preference
cbc4b97e31b9 : SurfaceControl: Add setDropInputMode api
cfb47001df54 : No need to post FGS notifications after process death
8230b085ad04 : Only check high sampling permission when requested
9b017477371e : Add mroe tests for broadcast receiver aliases
b52b48c9d148 : Wifi use state machine from modules-utils
0153d5ff195e : Wifi use state machine from modules-utils
daadf0795e57 : Add support for APK Signature Scheme V3.1
6f4e26df2b1c : Convert DownloadManagerTestApp to Android.bp
5f4f5562e056 : Convert MultiDexLegacy* tests to Android.bp and d8 --main-dex-rules
d7cf74510307 : Update window visibility checks on flicker
32f85f8beb9f : Enabled x button for clearable silent Notif[s]
c0b87f1b1027 : Fix race condition wen setting boot color sysprops (round 2)
2d7554cfea10 : Revert "Revert "SharedMemory: break Cleaner reference cycle.""
874f00fd290e : Revert "InputManagerService: Do not remove input channel when disposing monitor"
5fde5bf7d91b : Add input tests in FrameworksCoreTests to presubmit
034c4b842838 : Use pointer source in MotionEventTest#testEventRotation
924964767c85 : Limit the uniqueness of SignalMeasurementType instead of RAN in SignalStrengthUpdateRequest
e5ebe68f8ddb : Add helper method for Thread.sleep() call to reduce code duplication.
f1f7451edb08 : Add missing intdef links to proto
7b024ebd9d19 : Make DreamActivity translucent when waking up dream
072b46f26750 : Move AudioMMapPolicy* from android.media to a.m.audio.common SAIDL
91284d37df71 : Import translations. DO NOT MERGE ANYWHERE
dbdc4e1ef947 : Import translations. DO NOT MERGE ANYWHERE
cf20349ea2bb : Add PACKAGES_SUSPENSION_CHANGED as a protected broadcast.
399c36babb26 : csip: Expose an extra data with intent and store in CachedBluetoothDevice
ba248e20b228 : Enable anti-aliasing for clip-path in vector drawables.
62243d681160 : Freezer: check freeze binder ioctl
3a9b8aefcd22 : Freezer: check freeze binder ioctl
54d0193e05cb : Add stuctured audio device address type: AudioDeviceAddress
49ba38fc1940 : Move AudioDevice* from android.media -> a.m.audio.common SAIDL
b50ff5aea09a : [SettingsProvider] additional logging for debugging failed writes
c5bf49474f9b : Expose ActivityOptions.fromBundle() as ModuleApi.
d33593f9a34c : Align the Kotlin sample code for Parcelable with Java
4f2420f84bf9 : Migrate dependency from base to modules-utils
e30af88c936b : Fix NPE for UDFPS devices without HBM
9cb960304e6a : Drop per-app measured energy when an OTA changes the set of energy components
a47460b9e596 : Revert "Use display information from layers trace on assertions"
c7cc5b866b56 : Fixed NPE in FingerprintAuthClient
d100067fd62a : SurfaceControl: Add setDropInputMode api
3cb1870dcc7b : Reduce PendingIntent memory allocation
f5e42230082b : Tidy up debug output
b5cab2573023 : Fix an instance of -Wunused-but-set-variable.
9034a006fef9 : Revert "Assume convenience for biometrics not configured in R"
18ebda54114f : update dexopt to support cancellation
2a0277cb5592 : Revert "Use the display 0 transform for assertions"
e12ff23a6d1c : csip: Expose an extra data with intent and store in CachedBluetoothDevice
3b6af31a7b80 : [pm] remove old stage dirs on low storage
fa5d0bc67674 : Add doc stubs target that uses module stub source
6492126ca303 : Add doc stubs target that uses module stub source
6476e035da7c : Add patb@ as a owner of SystemConfig tests
760a19581af2 : Fix spacing between clock and date
bcb30c3c2b30 : Add new Secure setting for communal mode.
8596dd12caa9 : Add null checks for ConcurrentHashmap queries
de55f50032dc : Move per-window-input-rotation compatibility logic to native code
a50984c3582e : Add display transform to MotionEvent for raw coords
e0f3d2348fd7 : Move annotations in public api to frameworks/base
02724c041ff5 : Use the display 0 transform for assertions
d41ac0605c4c : Hide SoftInput when INVALID_DISPLAY
5597cbd76bef : HA still appears in Media device list even though it has been unpaired.
b3ba6cdbed13 : Adding sattiraju@ as OWNER and also changing the order of ldaps to be alphabetical
7a8bb0d2836d : Fix race condition around CE storage becoming available.
dec2b233b86b : Support leaving sharedUserId in PackageManagerService
76279d4147ef : Create Public API in AccessibilityManager to expose Audio description enabled status.
06e9568dbf22 : Tightening app component alias
8821afef81ad : Preserve invocation order in RemoteInputConnection
78e388067853 : Assume convenience for biometrics not configured in R
d93483f74b4e : Make createBond(int) a system API
3c272a68e285 : Move keyguard multi-user icon into container view
5cebaaa56288 : Make createBond(int) a system API
8af0caf41dcc : Fix idmap2 compiling against musl
19f8adfbdf5c : Cache least recently used output buffer.
565cd270ca23 : settingslib: Add Coordinated Set Profile
806a71c6fff5 : Freezer: fix binder race
2ad830cc068e : [Provider Model] Add Ethernet network to Internet Panel
3b7cb790870d : Fix crash on AssertionError from KeyChain.bind
718ae7602163 : Expose PendingIntent.addCancelListener
5ef2bae3a426 : Add logic to use system server UID for noteOp call
1fadf4d3b534 : Fix the link of addNmeaListener
11d2fb77a19c : Refactor permission checks removeActiveAdmin
7d1355f1f3b7 : Revert "Reconcile app data twice to pick up packages installed during unlock"
7e8b1188c973 : Move annotations in public api to frameworks/base
7ff19663e9b9 : Use display information from layers trace on assertions
72c5e35c1c54 : Catch exception when using noteOp in Context Hub Service
5897e987c8d0 : Pass Binder token to ISuspendControlServiceInternal#enableAutosuspend
f1f080fd362d : Add hidden API to allow PendingIntent sender to allow/block BAL
49b51e677224 : CEC: Make dumpsys message history size editable
30e223d13217 : Enforce missing permission getCameraDisabled
6dfc5151c02e : libbinder: split out PackageManagerNative aidl
908f09e7381d : [pm] move storage and private app related code into a separate helper
9192abcf131c : Fix idmap2 compiling against musl
7cdbd68610d4 : Fix framworks/base compiling against musl
402cd201625d : Fix potential race condition due to missing lock
d8a331bdcb86 : add CONTROL_APP_BLOCKING permission to car ks app.
9690a02f8081 : AudioEffect: fix racy access to callback data
5513c615e756 : Update setBuffer to use the new setBuffer API
2ed0753a2e66 : Fix (still-disabled) sharesheet "token flow."
1fa50e17f4f3 : Replace security_context_t type
e8424ef6004a : Deprecate MissingMethodFlags to preserve invocation order
374d6d62e03e : Fix the race condition in SingleKeyGestureDetector
8a86719c7f10 : Report gui::DisplayInfo to clients with window info changes
42090b95e14e : Switch to ConcurrentHashMap for CompatConfig
bdbf40efd609 : libbinder: split out PackageManagerNative aidl
8216831b36b6 : Remove forceAllNetworkTypes from test
dc11f7e67a56 : libbinder: split out PackageManagerNative aidl
9079767fca15 : [RESTRICT AUTOMERGE] Revert split bucket app upgrade default to true
b9346715435d : Add LongArrayMultiStateCounter.reset() and setEnabled()
7d6d9bd6c369 : Analyze native crash in AudioEffect via event listener
39627225836a : [DO NOT MERGE] Make sure WiFi and Cell tiles are not created in Provider Model
5aaf7d855901 : FooterView color logic cleanup
cb890336d6a8 : Fix Security issue for Html.fromHtml without escape
3f7e5e446494 : Mark RECOGNIZE_SPEECH Filter as ONLY_IF_NO_MATCH_FOUND
20552b60ee15 : TIF: fix issue of using caller-aware methods after clearCallingIdentity()
63777c0ca8e1 : Revoke internal permissions upon owner change.
57f6ccc10b0a : Prevent apps from spamming addAccountExplicitly. See comment here for the discussion on solution https://b.corp.google.com/issues/169762606#comment14
afa5f3c37aea : Bluetooth: Fix formatting in getAlias()
9a4e52fa5661 : Use ArrayMap instead of SparseArray to manage the ProviderKey
d4fcdd283984 : Fix IME flickering when swiping out to home
58334b0b04e7 : Notification playback: pause on release
ec361daff705 : Improve InsetsPolicy#adjustVisibilityForIme when switching apps
984ea4250d8d : Fix NPE in app hibernation dump command.
8b07d5f20ea4 : Add missing @GuardedBy to IMMS methods
8324e78fe472 : Fix ReOpenImeWindowTest flicker test for shell transitions
e37369f7cced : Add monet to AOSP
6eddd842799d : Deprecate AnimationFrameStats
e5292b4a242e : Make LongArrayMultiStateCounter parcelable
4c8ff26e9f31 : Expose PermissionChecker as system API.
ddd332f72bed : webview: make relro load failure a warning.
057defb0901a : Making multiuser button work in collapsed QS in split shade
13c24022d993 : Remove WebView AppCache APIs.
fab34c1adcba : Fix typos in IdentityCredential.java javadoc
0157327ba2ae : Access process fields only when valid
947de2a8b533 : [SettingProvider] log settings version in dumpsys
29dbede14401 : New API for getting enabledcomponent
9b62bc81f7ae : Keep only the classes in the android.test.mock package
240d111c836d : Create QsInfo and SbInfo boxes for MobileSignalController
ad2ac7ee56d3 : Move some logic to MobileState
94634523b6f9 : Correct documentation of AppWidgetProviderInfo
3a473f0e9ccc : delete unnecessary comment
a16565fbac59 : Add accessibility uniqueId API to platform
be24c45c2963 : Make sure WiFi and Cell tiles are not created in Provider Model
7cbc9bdf314a : Optimize InputConnection tracing logic a bit
89c197018e83 : Simplify IInputMethod#startInput() handler a bit
77ea683cb5ea : Fix inverse lock order in AppsFilter
72becb309565 : No longer block the main thread on rendering
bbf570eb8bf0 : Add a isCheckbox() function to SelectorWithWidgetPreference.
876a36604395 : Add resolved label to identifier when grouping targets for the alphabetical list
1dad29233d60 : Remove dismiss-rtl setters because dismiss is bidirectional
d9942c02e530 : Fix Sysui-Studio by changing how a nested parcelable is referenced in an AIDL file.
336b5d25fc5d : New pipeline: Section manager is old pipeline, so don't call it for the new.
b13b07d941d5 : New pipeline: remove non-silent section headers
58ad9295c774 : csip: Add Coordinated Set Identification Profile
d0b0de06740a : Don't reset BG restriction cache on toggling battery saver on/off
826f893513cc : Add missing check in getKeyguardDisabledFeature
42c02d324eef : Revert "Log a WTF message if sendBroadcast() or bindService() is called from a"
c7abd726dd50 : Add missing check in hasGrantedPolicy
aa188ce810dd : Make FASS accessible from winscope
9b8062eee396 : Deprecate android:isSplitRequired
dd52fd821c5f : Adding test-mapping group for large screen specific tests
acc6dd8582d1 : Don't account space for non-touchable windows
2f7f7c8dbd02 : Create all Insets logs for Winscope
12b5dedfe6d5 : Detect extcon device type from cable name.
160130dbc954 : Import translations. DO NOT MERGE ANYWHERE
b81c36bdc37f : Import translations. DO NOT MERGE ANYWHERE
d35f8bcddc2b : csip: Add Coordinated Set Identification Profile
24ae84e90066 : Fix typo contail->contain
28a9b858050f : Import translations. DO NOT MERGE ANYWHERE
8a9a7af6b32e : Add system server pm to trigger CTS PackageInstaller tests
0f526db93545 : Import translations. DO NOT MERGE ANYWHERE
50d05ac553a7 : Import translations. DO NOT MERGE ANYWHERE
18b749d568e9 : Import translations. DO NOT MERGE ANYWHERE
91d0fa144144 : Support unnecessary parentheses
c5257744305d : Import translations. DO NOT MERGE ANYWHERE
9cd9c2eb9e23 : Import translations. DO NOT MERGE ANYWHERE
e46a888bc487 : Import translations. DO NOT MERGE ANYWHERE
b0b1b529d7f8 : Import translations. DO NOT MERGE ANYWHERE
8ecf83f30766 : Log a WTF message if sendBroadcast() or bindService() is called from a cached state.
e7864e38d179 : ServiceManagerNative: add getConnectionInfo
fd1aaa488a4b : Import translations. DO NOT MERGE ANYWHERE
6a97c5d9f5de : Improve replaceAll.
e4df74f16d20 : Import translations. DO NOT MERGE ANYWHERE
249b9be42742 : Import translations. DO NOT MERGE ANYWHERE
cc314ec96104 : Correctly clip QS during heads-up pull down
b1be18a806f0 : Do not fail Recognition on MODE_IGNORED for preflight
b8815ef9ef02 : Implements settings logic for Context Hub AIDL
46a8fc712a1a : Catch exceptions when creating AIDL nanoapp binary
24879ab2310a : Import translations. DO NOT MERGE ANYWHERE
225506a6a082 : Remove qsDataType since it was the same as dataType
4e9a675ca64f : Remove isWide from MobileIconGroup
705b0d850384 : Revert "[DO NOT MERGE] Make sure WiFi and Cell tiles are not created in Provider Model am: bc6f74dbc3 am: 0e2e59714d"
f28893550999 : Correctly clip QS during heads-up pull down
6d2e9786b476 : Stop lying about MissingMethodFlags.REQUEST_CURSOR_UPDATES
95d4f0dc175f : Log errors if RemoteInputConnection is used after IMS#onDestroy()
2cce3fd8abac : TEMP add more logging for SecurityExceptions in PermissionChecker
a522d4ec01be : Component alias prototype support for broadcasts
eb109bbd43d6 : Update label loading logic to use intent-filter as sublabel for apps holding the right permission
d7adbb01ba04 : Revert "Revert "Open up AndroidPackage as @SystemApi""
652b54afc24c : WM: Make AccessibilityController persistent
05dd5ff123fa : Scroll to beginning when showing QSCustomizer
75c654c012dd : Update FrameMetricsReporterTests to test that we don't report any frames when fromFrame is not explicitly set
346312c1f588 : Make sure fields are initialized before access
786fe1e12866 : Dump windowing mode in Winscope traces
2f882be37c42 : Fix to obtain current updated value of available bytes
d183299d7531 : Do not create Associtions in CompanionDeviceDiscoveryService
2e130f680ed9 : List protected broadcasts in package manager dumpsys output.
c36fe9b7243f : Don't ret admin info from createAdminSupportIntent
c5375f2f23f0 : Fix that the file is not correctly flushed to the disk
5bfdc9f65866 : Add check package belong to caller
7d0ce7f7df94 : Allow application to inspect query-ability of other package
2cafd8b44d0b : SurfaceView: Fix SurfaceControl synchronization issues
9fca835a9737 : Add OWNERS for BatteryStats related files
aa150426def1 : Deep copy service state object
943ac64f973d : Changing BluetoothHeadset APIs from @hide to @SystemApi
ce877b8474ae : Add OWNERS for BatteryStats related JNI files
ab4ee2825dde : Update manifest to account for new startup library
97864696240a : Clarify GnssAntennaInfo should be provided by OEM
1a646cd27e4c : Refrain from re-writing xml after package removal
085701dcf98b : Update 'GPS message' to 'GNSS message'
ce1d2e1fb428 : Changing BluetoothHeadset APIs from @hide to @SystemApi
750ce30b8467 : Revert "Open up AndroidPackage as @SystemApi"
6c006dd72ded : Add flags to package Broadcast Receivers
bc6593cfd733 : Solve error prone issues GuardBy, Permission etc.
9150afa3309b : Migrate dependency from base to modules-utils
2cd901b0941b : Migrate dependency from base to modules-utils
bc8416152b77 : Replace untyped Parcel read/write
ce163ffca121 : Only delete available rollbacks if packages are replaced
def01e7485d3 : Add flags to BroadcastDispatcher
ccc7d4bd376c : Default resolution settings [Backend]
65fe74c166d2 : [1/n] Introduce API for all available max WindowMetrics
6d72bede84bc : Restrict Rescue Party factory reset packages
692a15c28926 : Refactoring magnification controller for accessibility service connection
ac7330d1994b : Set MAC address only when the preference exists.
858b2926ff1e : Run a GC after killing a UID due to binder proxy limit.
cc89e936cf5a : Avoid Bluetooth gets turned on by enableBle
167d4a3c3321 : Fix onStateChanged issue.
be3c348cc556 : Remove tests (13/n)
abe852ba45dc : Integrate LongArrayMultiStateCounter with eBPF based time-in-state
bf0bc2a7ba3b : wrapping actions container in a scroll view
f3b127895761 : [pm] remove some lock errorprones
93593d593b06 : Pre-grant nearby devices premissions to wear setup wizard.
d5ccb038f691 : Set $TMPDIR as well as java.io.tmpdir.
2a1308f1cfc7 : Update use of deprecated SkRuntimeEffect BuilderChild API
dc7cae65cfe0 : ServiceManager: doc comment
b8133adf8d66 : Move callback anonymous classes out of constructor
cadeaf8b249a : Use CursorWindow to hold BatteryConsumer data
5e126f4b7ee7 : [CarTelemetryService] Add permission to kitchen sink for CarServiceTest
ca27da249eb4 : Fix to support multi-user case
3aca431b69dc : Manually register Dumpables to DumpManager
096fe0b13edb : HDMICEC: Implement client side of deviceSelect API for Playback devices
0dff9ff3bde6 : Support Free Shortcode for TracFone Customer Service
5e5d77690644 : Use appendFrom in LazyValue.writeToParcel()
6370606bee68 : Avoid Bluetooth gets turned on by enableBle
30c1589293d1 : Introduce SessionPriorityList into MCS
6d4a00b17a89 : Revert "Reset app routes when global a2dp state changed"
89d28318a038 : Revert "Call route selected/unselected callbacks"
8303c17229e8 : Refactor: Remove unused branch.
ab029b211b64 : Preserve caller of MCM#dispatchMediaKeyEvent
7fe2ba57027c : Framework changes for Context Hub AIDL
58186562e635 : Fix locking in DeviceIdleController.
a9997a38fedb : Remove flushShadowQueue
9ee89f17e6c1 : Support getSlicingConfig() API for 5G Slicing Configuration
9f19b5d19864 : Call applyPendingTransactions when frame didn't draw
1c8976b84336 : Expose requestModemActivityInfo
67c75e464084 : Move more types from android.media -> a.m.audio.common SAIDL
c93b97c26b29 : Add documentation for BlobStore service.
ae6c4b4ec808 : Fix locking in AnyMotionDetector.
ed4f96f05524 : Make some ChooserActivity inner classes static.
bb10b9c616e3 : In SkSL, replace 'sample' with '.eval'
5ddf30ab3c40 : Fix typo in the word "notification"
f4fe3ac665f3 : Update and expose ModemActivityInfo
7ad31eb3f40b : Fix guide link to bg execution limits
3dd8f1603f07 : Fix implementation of LongArrayMultiStateCounter.toString()
5383387933e6 : Camera: Propogate onCameraOpened flag at listener registration
eed026d039b0 : Delete some unused ChooserActivity code/symbols.
a1a88e92cb3c : Update state when the config changes.
595277d3b682 : Update fallback vibration patterns
14b28ce9cec2 : Get rid of unused ASurfaceControl in frame metrics listener callback
7e6a5f29f59e : Set uninitialized frame number to 0
35b80cde9225 : Make frame number type consistent
dfb85a2b828b : Add unit tests for FrameMetricsReporter
ae18a6a06ed0 : Fix RampDownAdapter handling repeating waveforms
da34e56cb0b8 : Use resources for string
9ed5b23d5999 : AudioAttributes notification deprecation: fix javadoc order
4d65834880dc : Add suppressLintAnnotation on state.java
063e1164ddfa : Add TestApi to clear organization Id
bf993cfb072e : Delete some ide autogen files
a1dd0c3198f5 : Add Permissions for supporting app-specific locale configurations.
5f3129e4d08d : Improve doc for saveAttributes
0aa775e0858a : Update JankTrackerTests to reflect API changes
bc9e5290313a : Pass surface control id to callback to accurately identify surface metrics belongs to
365e4fc6bf31 : Enable PICK_IMAGES intent from personal to work profile
a6fb9459cc0e : create library for mainline module
399377c70aaf : Fix typo by removing extra "the"
c087f6248276 : Don't throw for LazyValue in Parcel.hasFileDescriptors()
de7e9a875cbf : Handle the race condition in handling delayed app kills.
8b7d0353dd40 : [RESTRICT AUTOMERGE] Proto changes to update app upgade CTS
70db8c3bbcb2 : Don't allocate ARCs to nonfunctional apps.
642ab825e390 : Prioritize which apps get credits first.
84421d74dbb6 : Update API docs for InCallService.
bc396263659e : UserLifecycleTests: use test-timeout
bcadfe0cd580 : Clarify that dialed numbers are unformatted.
9c137535261c : Rework blast sync callback model
55f3179ce639 : Rename SliceInfo to NetworkSliceInfo.
33cb83f6d6ae : Stop tracking ongoing system events.
94a137904bc2 : Don't starting new app instance if failed to kill its old instance
580ab9141167 : Parcel: markForBinder
e74017542958 : New user switcher dialog
451b5da2f763 : Consolidate systrace logic in RemoteInputConnectionImpl
9c78ac0877d3 : [Provider Model] Show gear icon for Printer/GoPro Wi-Fi network
68e4888a85a7 : Enhance component alias test.
2ccfa988c0be : Fix package loading.
afabf95f73a5 : Move communal service classes out of SystemUI.
56ab7daa242d : Remove unused import in DisplayContent
8bd226e360e0 : Use Process.getRss instead of mProfile.getLastRss in CacheOomRanker.
f5225ee756b8 : InputManagerService: Use NPE instead of IllegalArgumentException
38e3e2b6f6ca : Add null check in InputManagerService#verifyInputEvent
46aba35609ad : le_audio: Introduce connection state handling for LE Audio group
f5ca99130af0 : LockPatternView: Combine all cell activation animations.
c3cabe0af903 : LockPatternView dot activation animation.
08e34241c7bf : Add new line disappearing animation to LockPatternView.
693c14fbe028 : Move PrimarySwitchPreference into Settingslib
6102d99ecb2f : Remove APN from log
fa90a220d3d0 : Import translations. DO NOT MERGE ANYWHERE
29ef322b4d1f : Import translations. DO NOT MERGE ANYWHERE
4452605474d9 : Import translations. DO NOT MERGE ANYWHERE
0868f29818aa : Import translations. DO NOT MERGE ANYWHERE
7e058bca08a8 : Import translations. DO NOT MERGE ANYWHERE
439f5149481a : Import translations. DO NOT MERGE ANYWHERE
889523a26267 : Re-enable Wear OS system services.
a77a18fdf043 : Merge "Udfps enrollment now focuses on fingerprint region" into sc-dev am: f375efdd7b am: 4e95cc223e
88dcaf3a5202 : Emit TRIM_MEMORY_UI_HIDDEN event on switching to background
8dad472e7504 : AudioFormatDescription: remove docs about encapsulation
bf0408942724 : Import translations. DO NOT MERGE ANYWHERE
ccf4e9694d1c : Import translations. DO NOT MERGE ANYWHERE
0afb82638ed2 : Wrap IRemoteTransition in a parcelable to enable extra properties
de9b5826a786 : Import translations. DO NOT MERGE ANYWHERE
514c5f40ea5a : Remove Readable annotation from UWB Settings key.
9688bab01148 : Update APK sig scheme verification OWNERS
ad474dbaf002 : Actually destroy the tile if unavailable
50e2404fe504 : aidl-format android.media.audio.common.types AIDLs
07a064c832c1 : Only animate user list if there's multiple users
b013a475eb49 : Open up AndroidPackage as @SystemApi
a05b0d85f232 : Change isChangeEnabled checks to use variable instead of id
bd012f4109bd : Adding support for FLAG_EXPORTED and FLAG_NOT_EXPORTED to registerReceiverAsUser and registerReceiverForAllUsers
59b2baa872da : le_audio: Introduce connection state handling for LE Audio group
e385a89cfabb : Fix tv volume control icon color
ade985d680c4 : Revise the javadoc of requiredSplitTypes and splitTypes
4657dccc789d : HDMICEC: Create deviceselect shell command
e1290dae7b55 : Disable flaky rotation test from presubmit
9fdaad5598a3 : Set external control to false on VibratorManagerService init
2f991480645d : Improve language inclusiveness
492f8faf5189 : Import translations. DO NOT MERGE ANYWHERE
d3543e3df9ad : Import translations. DO NOT MERGE ANYWHERE
dcf47e903a0a : HDMICEC: Add deviceSelect API for Playback devices
451502fa0a3f : Move off the deprecated Settings in CDM
201a60a8cfa7 : Fix dump badging parity issue
9ee3eebb99a6 : [SettingsProvider] additional logging for debug telephony bug
afaa2fedf06b : Dump WindowContainer SurfaceControls to proto
120ee45bd057 : Dump SurfaceControl's layerId to proto
971ef77ddd94 : Always trigger safe mode callbacks
49af78d4b93e : Request new communal surface on layout changes.
8379b15dc569 : Always reparent SurfacePackage in setChildSurfacePackage.
04bed1173402 : Allow for transparent communal views.
1a99bc681816 : Address communal UI glitches.
510970be3a0d : Adjust the top of the communal view with keyguard.
9502131e4daf : Suppress identical communal show requests.
760255d89420 : Add Settings key for UWB State
9e98140a17e2 : Expose SurfaceControl's native mLayerId property to Java
8a767d4bd4a7 : Use sequence numbers to synchronize enabling Pointer Capture (2/2)
9a94852937cb : Cache device provisioning package in AppStandbyController.
551ada201226 : Removes HIDL references from ContextHubService
0024f732bd2d : Align autoclick click with standard clicks
d3d8abeb1499 : Remove unnecessary ASLR workaround
1b6920d2eaaa : Add API for requesting add TileService
81b893734f05 : Allow blocking transaction to IExternalVibrationController
857bb07d7e89 : Fix incorrect escape in framework string
cebf0493bfe0 : [services.incremental] Use shared libutils for remount
239d06c53d91 : Log accessibility privacy warning status (1/2)
b6148eed1a78 : Move in common audio types into audio.media.audio.common
f1ae08732936 : Add RESERVE_NEW_UI_EVENT_ID field to EventEnum interface.
0c1f2a1189fc : Propagate exceptions in RemoteInputConnectionImpl
3b58777ac830 : transcoding: Allow acquire service on low ram device.
5ecbf52e3128 : Remove DeviceConfigInterface from Services & refactor FakeDeviceConfigInterface to use android.provider.DeviceConfigInterface
738b7e6ce55d : Add DeviceConfigInterface.java
aaaf0fad4cb2 : Re-enable DeviceConfig onPropertiesChangedListener tests.
c0c0a0c60e31 : Add new Intent category for hub mode.
b520fc289dac : [pm] refactor to extract more installation logic
dc17643e2c76 : Reduce @SuppressWarnings("unchecked") a bit
e09648109071 : Fix unused-but-set-variable warning
0a7733f156f7 : Make CommunalSurface fullscreen and at the correct z-order level.
f1ca127e8af4 : Mention the tag to use to bypass the AOSP-first check.
9ce1be0f0387 : PowerManagerService: Use AIDL Suspend HAL
e45612731034 : libbinder: split out PackageManagerNative aidl
88660d77dace : Stop reporting frame stats from frames completed before observer was attached
dfba637b727f : Fix launchMode of TvUnblockSensorActivity.
c2086958a529 : Add pending list of external source.
1949f82e9292 : Only dump necessary info when specifying a package
8a04e9691db4 : UserLifecycleTests: long max test run time
f306e4636538 : Revert "AIDL: use typed Map"
d010fb142deb : Stop using `group_static_libs` property
c296119f52dc : Remove HIDL references in ContextHubTransactionManager
56fd56875a0c : Set communal view alpha.
ed470dafb801 : Remove HIDL references in ContextHubClientBroker/Manager
25e73a8b9e81 : Dismiss the suspend dialog if conditions have been modified.
03e0b8936267 : Add asynchronous geocoding API
ffb339a5a55d : Delete unused classes from com.android.internal.inputmethod
39c75290cb2f : Add flicker test for quick switching forward between two apps
5fe5f8b8e1c1 : Query the cache for AccessibilityInteractionClient's findFocus
de33485aca3e : AudioAttributes: deprecate unused notification usages
aa92126aa8bd : Ensure dismiss button within closePipWindow
a4ffa0ac9abe : Exclude CommunalSurfaceView tap region from keyguard.
44fc92a7be6f : Update app launch tests
152f485e08e7 : [Provider Model] Don't dismiss quick settings when config Wi-Fi network
7db72218e092 : Add flicker test for quick switching back between two apps
a9599365a4a2 : Remove warning-level trace
3f3cd430a6c1 : remove getSystemConfigEnabledProfilesForPackage
dfd7a656b5c8 : Fail install if required split type is missing
b2d09de1f913 : Use AndroidFuture instead
ba8cdf5dcf0f : Use CompletableFuture instead
b039ff61ea96 : Move sysui QS user detail config to feature flag
d452e39f9411 : Refactors IContextHubWrapper to use ContextHubInfo
e7e43738df1f : Tweak buffer size for APK checksumming.
236ed73e2663 : Camera:Fix the memory leak caused during HFR mode.
60512b33edd5 : Import translations. DO NOT MERGE ANYWHERE
8f127dad6d8c : Import translations. DO NOT MERGE ANYWHERE
58319e594a5d : Reconcile app data twice to pick up packages installed during unlock
f8ffbd327cb1 : Postpone available check for CustomTile
984e89730351 : Fix segfault with sparse encoding
d6b10eafa678 : New trace slice for start of user switch
b6c2e496a90a : Refactor Location.java
af0171cd31a6 : Update mobile data off string to "Mobile data won't autoconnect"
997a43c27922 : [View Controllers] (2/3) Move KSBVC's visibility and shouldUpdate calculation out of NPVController and into KSBVC.
7ecb82e2a86e : Simplify EventLog
0b1321c335ce : UserLifecycleTests: wait for idle before resume timing
23c4d4fd9e79 : Import translations. DO NOT MERGE ANYWHERE
9ca6a5e21a19 : Lazy bundle
990621db7750 : Import translations. DO NOT MERGE ANYWHERE
8ef7e285ca00 : Import translations. DO NOT MERGE ANYWHERE
759af5336fb9 : Import translations. DO NOT MERGE ANYWHERE
89dd896565de : Import translations. DO NOT MERGE ANYWHERE
af4e926a2af4 : Import translations. DO NOT MERGE ANYWHERE
a3cb97e742ca : Import translations. DO NOT MERGE ANYWHERE
eb8f1fba4851 : Import translations. DO NOT MERGE ANYWHERE
2ab6666ae7d0 : Promote stable postsubmit tests to presubmit
b6850d3f2b4d : Create new test group to split the tests
bebf4be00fb6 : settinglib: add VolumeControl profile for auto-connect
5f36f4b83e27 : Use display information from layers trace on assertions
c59ce8005787 : Import translations. DO NOT MERGE ANYWHERE
9b360639cdad : Set privacy chip bounds in WindowInsets for tv.
7c5160e4184c : Import translations. DO NOT MERGE ANYWHERE
579f130ee349 : Deep copy service state object
5b1de3ef092f : Revise the dumping information
cc7c8d64341f : Make Tuner resource reclaiming synchronous
67126425aba1 : Update manifest to account for new startup library
032e444c065a : [lint] add owners to frameworks/base/tools/lint
98ccd61fa56b : Use the height as width when there is a rotation needs to be applied for the dst rect.
5f0797723ccc : Allow APEXes permission XMLs to declare features.
71dec41cc083 : transcoding: Allow acquire service on low ram device.
aeaa9cf5893b : NetworkStats: Avoid Division By 0
9ad75b7174ac : [DO NOT MERGE] [RESTRICT AUTOMERGE] Fix bb in duplicate value for resource
57f7d57c91f7 : Fix paragraph in MediaMuxer's javadoc
c9047248d6c4 : Update statusbar insets when switching displays
ee5b44c889b7 : Convert Integer/Float/Boolean to primitive types
026512d21d47 : Using float instead of Float in ParsedActivity
b3fbd2d78900 : Fix test failure in FrameworksServicesTests
6f1c5a78a172 : Remove STHAL 2.4
ef2521a06af7 : Cache compat change values per ProcessRecord for OomAdjuster
580189569f3f : Change tuner frequency data type to long.
70424ac23e7d : Fix input monitor issue.
83c0928c34c2 : Ref count isolated uid usage in BatteryStats
07ab7af0d858 : Fully remove ChooserTargetServiceConnection class.
ae77d25902eb : PowerManagerService: Use AIDL Suspend HAL
e9c01cf1ae89 : Update manifest to account for new startup library
3e5d384cd067 : Revert "Revert "[lint] treat non-user getter calls as lint errors with baselines to exempt existing failures""
8c4ab3bbbf5d : Refactor InternetIconInjector to SettingsLib
ebef992fdf11 : [Provider Model] Cherry-pick from ag/15243691, ag/15287619, ag/15287620 and ag/15270751
20a43284c131 : [ProviderModel] Cherry-pick from master ag/15207286, ag/15216391 and ag/15205988
304bb210a204 : RESTRICT AUTOMERGE: [MTE] Update manifest IDs to align with NDK.
be0ee33657f4 : Small formatting change in CCM matrix doc.
1e781efd02c0 : Remove ChooserTargetService flow entrypoints.
ba9da6345340 : Fix transaction capping bug.
0642086d28e8 : Fix array out of bounds error on bad message params
1c6e09820b95 : Rename test.
25db6e501608 : Add TARE directory.
3937432c7626 : Update test comments
3aa0b6f5ffa0 : Remove physical DPI overrides in LogicalDisplay
ccc91c4fa9a9 : Move CtsContentTestCases to group presubmit-large
8299a4c9ed07 : Make window metrics contains all insets information
6ec70a4497bc : Support rounded corner for multi-display devices
593fb6b8f95b : Fix test failure in FrameworksServicesTests
e53a76adecdc : telephony: suppress warnings in AIDL
8f61cdadcdbf : Update locusID documentation to capture privacy around LocusId usage.
0fdc5eaffc23 : Temporary @ignores for failing tests. Move tests to presubmit.
19da953ee141 : Update Intent#resolveTypeIfNeeded() for intent filter matching
2d5dfb02033f : Remove unused libbacktrace library.
33ef94742ec8 : AudioService: validate uid / package name match
6ded7a414650 : Remove ChooserTargetServiceConnection from adapter
1571010b209a : Move common audio AIDL types to audio.media.audio.common
7a4118bc5bbf : MediaFormat: Add more audio MIME types
0312c36cc73a : Prevent zero-division in the absence of measured system server drain
2f08c1208279 : Complete the transitions among hub mode, idle mode, and low light mode.
ec46a0c994b5 : ims: Version support for uce feature tags
2ef8f190ee6e : Send initial status bar expansion state to listeners
88dd20e6d4b1 : Revert "[lint] treat non-user getter calls as lint errors with baselines to exempt existing failures"
bb2a5095a151 : [Provider Model] Cherry-pick from master ag/15008434, ag/15023697 and ag/15023698
d30422130685 : Test mapping changes can be made by anyone.
56f296b81181 : Register NetworkController to DumpManager
36a8144c71fa : Use KeyguardVisibilityHelper for CommunalHostView.
b0eb8cf0a268 : Revert "Moving smartspace to the right on the lockscreen for split shade"
480cc3123c5e : Change CacheOomRanker's "uses" feature.
cd0e3f37cf29 : Use secondary accent color for default colorized notification background.
f460deca543c : remove getSystemConfigEnabledProfilesForPackage
bf9d37b4b2f3 : Refine Activity.isVisibleForAutofill() to let it more readable
c1b80e05e8df : csip: Add constants for the Coordinated Set Identification Profile
50324497d097 : Making runtime receivers safer by default
ed12cd22aebb : Deprecate tuner filter 32 bit ID getter API.
07db6330cbcd : devicepolicy: use typed List<String> in AIDL
cb7df6cd279e : Fix side channel disclosure via add or remove permission api
c8f59cec7da6 : Acquire wake lock when dispatching media key event
0f8e8110b10b : BootAnimation: remove superfluous null check for `mAnimation`
4d9fc0aea9fe : devicepolicy: use typed List<String> in AIDL
36173350d705 : Add android.media.audio.common.AidlConversion class
3810641440b7 : Fix udfps flicker on camera launch + exit
9fbb0d35e8ff : Remove watchdog timer logic in ChooserActivity.
c914ace6f53b : [Dagger] Remove Dependency.get from VolumeDialogImpl.
ddea459a65fa : [lint] treat non-user getter calls as lint errors with baselines to exempt existing failures
04b56be783ab : Add explicit completion condition for Direct Share
6310c8b1adf2 : Fix indexing issue.
6410338e5747 : Copy AutofillOptions into derived Contexts
a0326c86ad31 : Fix race condition when using mPreserveTopNApps.
3667b31ae918 : UserInfo.isDemo() to also check UserInfo.FLAG_DEMO
df9a560868cc : audio:should stop btsco when client died
c3e8e916ebdc : Drop system_server dexopt in ZygoteInit
95c129e50575 : Declare mCommitted as AtomicBoolean in PackageInstallerSession
7feda7c8f1c3 : Update the padding of TowTargetPreference divider
6d180dcb9c88 : Import translations. DO NOT MERGE ANYWHERE
cef80ba94b31 : Import translations. DO NOT MERGE ANYWHERE
2f618d1babbe : Add LongArrayMultiStateCounter
f4ad622cc866 : Fix BuildInfo.isDebuggable to support FeatureFlags with sysui-studio.
85f30de218f1 : Update view#sendAccessibilityEvent(int eventType) doc
001ae198b663 : More memory-efficient packages state hash calculation.
ce81994f5f1a : ServiceManager APIs for Wi-Fi mainline module
233c3520f625 : Import translations. DO NOT MERGE ANYWHERE
afd9b951fce3 : [Provider Model] Support 2+ lines instead of marque for Mobile data and Wi-Fi
79424b0df0a3 : Import translations. DO NOT MERGE ANYWHERE
b7e9674df7c0 : Bug fix + clean up on component alias
efa5fe5c3e1e : Import translations. DO NOT MERGE ANYWHERE
c167762756c2 : Import translations. DO NOT MERGE ANYWHERE
b7753c50ab84 : Import translations. DO NOT MERGE ANYWHERE
076a17911aff : Import translations. DO NOT MERGE ANYWHERE
1a487d358295 : Publish when communal view is occluded.
aad7248b3388 : Do not show keyguard clock when communal mode is active.
248e43158749 : Do not show notifications on keyguard with communal.
21ff734712d7 : Add a system api to fetch uuids by the specific transport
db0fa489e61a : Read communal setting from system user space.
79c5c1179c02 : Import translations. DO NOT MERGE ANYWHERE
aa3ef3cc7d1e : Prevent overlaying IME picker
818cbce3adc0 : Hook the new APIs in StagingManager to PackageManagerNative service
fe58e6f7d116 : Notify StagedApexObservers when there is a change in set of staged APEX
9d8d3737cc93 : Import translations. DO NOT MERGE ANYWHERE
432e98eb5052 : Clean up ownership in frameworks/base/
e7887c221c80 : Adds LPP sensitivity for Assistant invocation
9f80efac3932 : Open up new API in StagingManager to get information about staged APEX
3d8b82ca08ac : Connect the new API from ApexService to ApexManager
4e05164ec107 : Add MCM#dispatchMediaKeyEvent
0a35f11ba7a4 : Fix visibility was gone after updating
39c4f40746ac : Add SharedMemory.fromFileDescriptor
cebd31116928 : Add SharedMemory.fromFileDescriptor
fe65288f74ee : MediaEvent should be sent when shared memory info is passed.
5699b6072426 : New blue baseline colors
62458f4b73f6 : WaitForNegativeProximity stopped with power button.
64d221874300 : RESTRICT AUTOMERGE Disable the Trusted Hotword requirement
1226ec462d46 : UserLifecycleTests: wait on storage before restart
5c65211ec0dd : Introduce the sharedUserMaxSdkVersion attribute
85a22d00e904 : Replace class with empty string for AppUsageEventOccurred Atom
23e6f6cc0ea6 : Clean up some translation todos.
57fe5105df3c : devicepolicy: use typed List<String> in AIDL
56e0d6c3137a : Update clear all animation
174b5e0fbc35 : Remove unused member.
11cce949b6e3 : Fix key alias string comparison
44e1baba39bb : Fix ZenPolicy -> NotificationManager.Policy for conversations setting.
82ac868c8c6c : Remove unused but set variables
9d7ea64900db : Remove unused SmsManager API.
1731df2cef31 : CommunalStateController Introduction.
1a6970930bed : Add flicker test for quick switching back to app from launcher
ee291365417b : Add a system api to fetch uuids by the specific transport
1c176a9b643f : Allow PRAGMA statements that change and return a result in executeNonQuery()
480f33c18740 : Regenerate LocaleDataTables.cpp due to ICU 69 upgrade
26d8e9e85a7a : RESTRICT AUTOMERGE Avoid the scenario Where taskdisplayarea is null
00eec90e8916 : Introduce PowerManager mock
bcf65aa1d070 : [PhysicalChannelConfig] UL's frequency should not be same with DL's
8ed699e61050 : OverlayManager: use typed collection type in AIDL
54a1fd2e0f01 : tuner: use typed Map<String, String>
ca051dd9d968 : PackageManagerService: Fix a null pointer exception in addForInitLI
a0ef47223c83 : Fix flaky test WindowInputTestsi#testTrustedOverlapWindow
e22dae6f4614 : Check for forceVisible when updating from a new status event
4d404ff17ef0 : Camera: Return sequence id for advanced extension requests
d254b6ca7f8b : Update tuner OWNERS.
0daaeb1d8a19 : Update tuner OWNERS.
8af0479866f1 : Don't reset static sp<TunerClient> JTuner::mTunerClient in ~JTuner()
9d07c41b4d35 : Slightly more efficient job storage.
eed98a608389 : Change perf tests to have less deviation.
95f353538107 : Disable errorprone for platformtestprotos
304793a811cd : Rename ProcResult stdout and stderr fields
17717429c78f : DMS: Reduce the THRESHOLD_FOR_REFRESH_RATES_DIVIDERS
7aee8686b9c7 : Fix PiP rotation when Shell Transition is on.
c7085ceeef6a : Revert "Fix onPackageChanged handling of disabled packages"
ed40b2776d72 : Remove old weak references to callbacks when iterating over callbacks in Communal logic.
e202474575ab : Guard communal mode behind Settings toggle.
3c40fff6e68b : Add dialog and controller for TileServiceRequest
e6b4e24b30e3 : IME: make WindowInsetsController.show(ime()) more robust
244433c6f50a : Fix typo in log message
33dce2cffd06 : Hook the new APIs in StagingManager to PackageManagerNative service
7675b5c15405 : Notify StagedApexObservers when there is a change in set of staged APEX
9a68bedca7ab : Open up new API in StagingManager to get information about staged APEX
43d5b8b3f7c8 : Connect the new API from ApexService to ApexManager
b4b410f4a610 : Rename hidden isStopped() method.
8c5c96fd9d5b : Move CanvasFrontend off of SkConservativeClip
7fee35220794 : Move boot color sysprop parsing to after loading zips.
7943e9c7a29f : Adding Intent Extra for subattribution.
e6faed7ab78c : Adjust tuner JNI types size.
421a14f3bce7 : Accessibility for privacy status animations
fb0db2652a8e : Fix lint error for those module used in mainline module
2cf61babf8de : Revert "Use StorageManager#isUserKeyUnlocked to determine CE storage in PMS"
85b1919f458a : Guard against null info when applying widget RROs
436f041ed91a : Add a generic error message for missing vendor error strings.
faa5e27652dd : Rename ProcResult stdout and stderr fields
ea8407635c46 : Update OWNERS for Intent* and Content*
c4e86f0e08cc : Disable smart lock when in power menu on lock screen
963bd0c8e436 : Import translations. DO NOT MERGE ANYWHERE
51ff7f220271 : Import translations. DO NOT MERGE ANYWHERE
116b9bfcfd05 : Import translations. DO NOT MERGE ANYWHERE
c89c742c7026 : Import translations. DO NOT MERGE ANYWHERE
64726e91bd2e : Enable tests.
fa6c52b80ed0 : Import translations. DO NOT MERGE ANYWHERE
b9569fa0e8dd : Import translations. DO NOT MERGE ANYWHERE
fc007928848e : Component Alias initial (rudimentary) prototype
2b31a36bea34 : Revert "Revert "Revert "Revert "Implement dynamic colors for boot animation.""""
0017dde79b97 : Adds LPP sensitivity for Assistant invocation
3952ed68a520 : Added crop rect and removed inverse of the texture matrix.
74a9155f2d93 : 1/N Add an OperatorNameViewController.
35cc37299c4f : HDMICEC: Deprecate HdmiTvClient#getDeviceList
d15cbe060118 : HDMICEC: Rename DeviceSelectAction
4b0d638050b2 : Import translations. DO NOT MERGE ANYWHERE
2dd1da9b5663 : Import translations. DO NOT MERGE ANYWHERE
2023741022c7 : Import translations. DO NOT MERGE ANYWHERE
65aa2ec508ca : [Provider Model] Fix WiFi SSID disappear issue
1d9c1a306afd : Remove internal link and fix explanation for building lint reports for more than 1 module
28466b62ab10 : Split PipShelfHeightTest to check both movement up and down
c9be198afefa : Fixing a condition that can cause deadlock
afcd22acaa86 : Change Shallow Copy to Deep Copy in UsageStats
133879b6836c : telephony: suppress warnings in AIDL
45452e865bea : Rename exported API and improve the documentation
80bab3144b4f : Import translations. DO NOT MERGE ANYWHERE
2b958e539ad3 : Import translations. DO NOT MERGE ANYWHERE
e82171dfa0c1 : Import translations. DO NOT MERGE ANYWHERE
db2ad9b58bed : Import translations. DO NOT MERGE ANYWHERE
3f46e5ff56fc : Fix isAtLeastS failed on SCV2 and master
d4a2b02a6a1c : Add a system api to fetch uuids by the specific transport
991fe9a31089 : DO NOT MERGE: Register NetworkController to DumpManager
773d4f36fcec : Preserve certain "Nearby devices" implicit grants.
6b3139525249 : Don't create one-handed-background-panel after rotation
580ce0ec16ac : Remove managed profile icon from QSBH
cbe8bc36eb6f : Fix OOB crash in ContentCapture for translated views
842915025f18 : Camera: Initialize the forward processor along with the repeating pipeline
455f98831b18 : camera2: Documentation updates for ultra high resolution sensors.
76926b0c629e : Remove new task flag when launching unicorn enrollment.
4cfe431f14bf : Rename android.media.MediaTranscodeManager -> MediaTranscodingManager
2fc9e3fa0a55 : Update OWNERS.
a1ea9ecd56fc : Check custom component names before aggregating BatteryUsageStats snapshots
5972dfb7154f : Only allow trusted overlays to specify FLAG_SLIPPERY
c2b8ad9b2454 : Retain Future for Surface Request.
9f446be58dac : Move communal surface handling to controller.
c0f5aea4e5cd : Move KeyguardBypassController from RoundnessManager to NSSLCtrlr
56663ddbe74f : Remove call to set wakeLock WorkSource from VibrationThread constructor
f9bac7383bc0 : Promote stable flicker tests to presubmit
da615a35a5c5 : Improve dump.
1cbc573b93e7 : Add notifications team as OWNERS of notification-related utilities and their tests
54cb31e34134 : Expand Pip rotate tests
db587c6e5d3d : Add multiple components support for component enabled setting updates
f72aa0baf22e : Improve wait for PIP window condition on app helper
10e3b06fe158 : Remove tests
33025c451496 : Fix fail verification without cleaning child session data
ec60764ddddc : Store time in nanoseconds in KeyEvent
fd5b4bcb54f7 : Add check to verify package belongs to caller
b9bd95ff02bf : Make foreground color selection in SmartReplyView and RemoteInputView match Notification.
50946dd15fd1 : StorageManagerService: don't ignore failures to prepare user storage
be08e0409210 : Restrict cross-user wallpaper inspection
ad9cf52df959 : Revert "Revert "Revert "Implement dynamic colors for boot animation."""
c4b27dfce37f : Allow SHELL_UID to disable Bluetooth for testing
9e91be3541fe : Fix Nullability annotation
c152198ed4df : Construct ESIDCalculator class object just once
3e0751ba671a : Add settings for wear sysui package name and main activity name.
2c3fcd7fd8ae : Limit keyguard views on alt displays
268425437440 : Disallow usb access to camera and mic devices if global privacy toggle is active
65cedbaa32e5 : Register IBluetoothManagerCallback per-process.
af54bb321c06 : Reduce background FGS start WTF log messages.
487cd5b1df67 : Revert "Introduce a new thread in system_server for the PermisisonController"
001e28c9fde4 : Add vendor tests to TEST_MAPPING
1c61fc59119c : Add dynamic coloring documentation to FORMAT.md
018c97979c55 : [Provider Model] Enforce DISALLOW_CONFIG_WIFI in Internet Panel
0ba298a7e491 : Move WebView overlay support off of NewWeakGlobalRef
014f9bc96851 : Highlight the channel in settings when tapping "See More" in the "turn off channels" half-sheet.
edc09109a714 : PowerManagerService: Use AIDL Suspend HAL
9dd830b2993a : Add a property for Numpad Button text color
de210f4f6459 : Add haptic feedback constants for rotary-input haptic events.
aed1e2ecd0a6 : Kill bg restricted app when it's been cached & idle for a while
45de39e0b085 : [Provider Model] Correct Wi-Fi toggle title color in Dark Theme
32a78fb606b0 : Import translations. DO NOT MERGE ANYWHERE
850c172d463e : Import translations. DO NOT MERGE ANYWHERE
9f1123cb0d7f : Revert "Revert "Implement dynamic colors for boot animation.""
c55d812c8773 : Listener on system side & Return correct values
92aa9daa10ba : Revert "Implement dynamic colors for boot animation."
54b1606727b7 : Fix boot loop when upgrading sensor privacy file
cdbfb0f453c2 : Allow negative value for CorrelationVector#samplingStartM
7bdc12d5f36e : Keystore 2.0 SPI: Fix contract between equals and hashCode
79d079ea4986 : Implement dynamic colors for boot animation.
eea1d5bd5887 : [DO NOT MERGE]Update stats_log.proto for cts backfill
ac21d098fed8 : Add wrist orientation prop to Settings provider
515b71673080 : Import translations. DO NOT MERGE ANYWHERE
7e1200c84baa : Import translations. DO NOT MERGE ANYWHERE
63da4303afe8 : Import translations. DO NOT MERGE ANYWHERE
82185b677f62 : Import translations. DO NOT MERGE ANYWHERE
5feb94f1cfd6 : Import translations. DO NOT MERGE ANYWHERE
b157a434b03a : Import translations. DO NOT MERGE ANYWHERE
57882dab5fb1 : Notify changes after loading icon in sharesheet
11e667d5951b : Import translations. DO NOT MERGE ANYWHERE
6a4c21e27c5c : Import translations. DO NOT MERGE ANYWHERE
64e61d78118f : Fix incorrect user id when applying default preferred activity
7e3963622e3c : Changes the vibrator_manager shell commands to block until the end of the vibration by default, and adds a -B option to give the old behaviour of just initiating the vibration.
553c027bbf17 : AIDL: use typed Map
fb8ebe9f4444 : Suppress AIDL warnings: untyped-collection
77aa98c87162 : Implement ROLLBACK_DATA_POLICY_RETAIN
957b67c84e17 : Correct tuner native_handle handling.
895d98185221 : Avoid the scenario where Contexts list filled with null value in ShowAnrDialogs()
dc26bd0e6681 : Allow overlays to be notified about theme changes
93b3c57a135d : Make PointerLocationView more resilient.
534a1d5a27b6 : Made USER_TYPE_FULL_GUEST a @SystemApi
f56bbfb555fe : Add ENABLE_ACCESSIBILITY_AUDIO_DESCRIPTION_BY_DEFAULT to Setting.Global to store the settings preference of audio description.
d3be312a6085 : Add new setting to Settings.Secure which controls hub mode enablement.
31bde0484654 : Move HardwareObserver off of NewWeakGlobalRef
9a740a18dfca : Adding native flag namespace for lmkd.
d247e417a24c : ServiceManager: waitForService uses allowBlocking
70908ddf269e : Remove duplicate alarm tones
4049d0fd9ce2 : Improve forEach.
dc710ba0170b : Fix flaky VibratorManagerTest
8ade2c7b88ea : Raise Handler ThreadPrority for IMMS
cd4741a96035 : Remove translatable="false" for Wi-Fi security types
5ac0ee8278ea : Hook the new APIs in StagingManager to PackageManagerNative service
f9f60bd36516 : Add new line to lint's README
53753ebae10f : Fix close pip via UI tests
2508f7b9264a : Update DynamicSystemInstallationService manifest
98dc35c200b9 : Revert "Not handling portSelect and deviceSelect when device is standby"
452bfe1ae9bc : Remove modules-utils-build_system from filegroup
0906d57bd068 : [Provider Model] Fix the condition about admin user
079495ac6326 : Fix thread safety issues;
1030f5807e6b : Remove the usage of PackageParser
d6de59872aac : Deprecate stopForeground(boolean)
7e5f3dbde70f : Skip launching Assistant application when cancel the Meta up event
da4cdc03dfd0 : Update framework-base-testutils to use new mockito
e63fd7e224dd : Remove old power menu code
ff0f4b43bf2b : systemserver: start displayoffload service
465f4894301d : Require calls to BluetoothA2dp#setBufferLengthMillis to pass a non-negative value
82c2db8ccde7 : Fix enter pip to other orientation tests
645dfa7f7c8b : Fix pip expand tests (via button, intent and double click)
c463a36ace7c : UwbService: Move to packages/modules/Uwb
f6e38704614e : UwbManager: Change initialization mechanism for uwb service
6c580dd473c0 : Move existing UWB API classes to UWB apex
c5c72dc43e76 : [Provider Model] 1.Only admin can config mobile data 2.Do not connect to mobile data when device is locked
485081039eb8 : Update the perfetto config file.
5a380122ec2d : Do not display "Network Available" when WiFi disabled.
3f4bddc36dd5 : [Provider Model] Fix the toggle's size and dialog's width
5400101ec645 : Add new API to notify CallRedirectionService timed out.
55901e7fcd88 : Import translations. DO NOT MERGE ANYWHERE
62daf107b67b : Remove <Report Audio Status> tests for TV
7c2a419ddb95 : Import translations. DO NOT MERGE ANYWHERE
180ee7d567bb : Ignore broken Robolectric tests
a340f49ca546 : Import translations. DO NOT MERGE ANYWHERE
a8eeae8bcf91 : Import translations. DO NOT MERGE ANYWHERE
2fe04b2fcf6a : Import translations. DO NOT MERGE ANYWHERE
249100d9e731 : Import translations. DO NOT MERGE ANYWHERE
9f3b563e4650 : Import translations. DO NOT MERGE ANYWHERE
39b3006efd5c : Import translations. DO NOT MERGE ANYWHERE
4c73177cd0e8 : Import translations. DO NOT MERGE ANYWHERE
6d18b2363a98 : Import translations. DO NOT MERGE ANYWHERE
0c01abb1b019 : Fix the manifest when requiredSplitTypes presents
9e6719761370 : Import translations. DO NOT MERGE ANYWHERE
6682e3a6dc4b : Import translations. DO NOT MERGE ANYWHERE
1e14495ae16a : Import translations. DO NOT MERGE ANYWHERE
5b78a9fd3c91 : Add brightness curve config for doze mode.
fb5287c0185d : TouchEvent (2/n): Receiving touch mode events in InputEventReceiver
7258ae54107f : Add extra delays to service restarts in case of low memory pressure
93c48c704a48 : Adding native flag namespace for lmkd.
f1dd13ba6cf3 : Add CPU stats into trace.
b9c0eaa866cf : Add logic to re-raise ANR dialogs if the user taps wait.
37ad35f8d766 : Add AlarmManager and JobScheduler constants
31ff6f77e56e : Move assertions for two activities transition
723fe23ce87d : Bluetooth: Add Media Control Profile
c74aebb4db34 : Bluetooth: Add GATT_INSUFFICIENT_AUTHORIZATION error code
2dd95b3f41f5 : Make sure adb shell input keyevent --longpress KEYCODE_DPAD_CENTER triggers View#performLongClick(...)
ece8ebbba345 : Resolve API review on getting media key session
d6bd9dc06b41 : Remove binderClearCallingIdentity()
eefd827ba852 : Disable JIT in BootImageProfileTest.
5cd69c005ff8 : Remove ndk_platform backend. Use the ndk backend.
194264a941d8 : [Provider Model] Correct the connected Wi-Fi UI
9dc6a21ba7b3 : Post tasks back to PackageInstaller thread
512e792d5a30 : Fix enter pip via UI tests
30c25c9ec6ac : Import translations. DO NOT MERGE ANYWHERE
11c8bf96c4bf : Import translations. DO NOT MERGE ANYWHERE
56142efa04ea : Import translations. DO NOT MERGE ANYWHERE
043e82062738 : Import translations. DO NOT MERGE ANYWHERE
23f1ebfdd997 : Import translations. DO NOT MERGE ANYWHERE
aa211d2ef2e9 : Import translations. DO NOT MERGE ANYWHERE
0ec8527f0c45 : Import translations. DO NOT MERGE ANYWHERE
4d7e0f6ef9bd : Import translations. DO NOT MERGE ANYWHERE
e280cb2989bd : Import translations. DO NOT MERGE ANYWHERE
a43fa25bdb10 : Import translations. DO NOT MERGE ANYWHERE
4f1ab3980ecf : Import translations. DO NOT MERGE ANYWHERE
d24bf1f3548b : Add units of measurement to ManualBenchmarkState
0af5227c7061 : Import translations. DO NOT MERGE ANYWHERE
56637e926b9f : Migrate native tuner to new AIDL HAL.
5176322a2ca2 : Fix a TODO in BlobStorePerfTests.
bd4971b773ce : API change to get the current transform in int and current crop rectangle.
99b8fd4779c7 : Put TunerFrontendInfo inside of TRM.
f67ef87363f3 : Omit links for custom ErrorProne checkers.
b93ec154d4fc : [SystemUI] Add notification to window feature.
fb5194e63f4f : Adding native flag namespace for lmkd.
3f98817ec4ce : Implement remaining ServiceConnection APIs.
0fd13e849955 : Allow ActivityOptions remote animation override per-display remote animation.
4d48f9ebe327 : Revert "Added crop rect to LayerDrawable to not crop TextureView..."
9df09ccff953 : Revert "Added crop rect to LayerDrawable to not crop TextureView..."
ce3007407f8e : Fix getUserIdFromUri() call for checkUriPermissions
422e9b4e25f8 : Revert "Construct EnterpriseSpecificIdCalculator only once after the boot phase"
dabef7a8de5b : Expose ROLLBACK_DATA_POLICY_* as system api
92219b241c3e : Exempt the system from TARE restrictions.
d55ddf27c6cc : Ensure View#onInputConnectionClosedInternal() timing
5f35f0d37a2a : Add listener for UsageEvents.
08603e695f95 : Initial commit of InputMethodStressTest.
582389952779 : Easy app-installing for Guest users
763bc34a6cae : TARE Factors: Keys and Default Values
7637292d4b76 : Fix bug in Ledger.
593df2ce1ed1 : Add parsing class parcelling tests
fc9bdda81618 : Integrate JobScheduler with TARE.
fb211e75a2f8 : [SettingsProvider] lint checks for non-user getter calls from system server
2c8904615a36 : Add API to get max action duration.
4ca8aeba1c7a : Clarify documentation of canScrollHorizontally/Vertically
08c3dbec3206 : [Provider Model] Should not show Wi-Fi entries under lockscreen
0c2b77e5acc3 : [Misc] Only create KeyguardStatusBarViewController once inside NotificationPanelViewController.
13b9f947e0cc : Fix sharesheet timeout by sending CreatePredictionSession request immediately instead of pushing it to the main thread Looper queue. CreatePredictionSession request is latency-sensitive.Its sendImmediately flag was flipped to be false accidentally in I937cdaa6081d2b85d27ee0192f6af7f197b8e102.
a4b752a38831 : Create RequestSadAction
f6785aa31cf4 : Remove tests (6/n)
c05be1313764 : Add TYPE_STATUS_BAR_ADDITIONAL to trusted overlay
60f4fda8f407 : Import translations. DO NOT MERGE ANYWHERE
721c6039c004 : Revert "Apply overlay updates to widget provider info"
13b65c85922e : Import translations. DO NOT MERGE ANYWHERE
4b473fa3526f : Fix abort when DeleteWeakGlobalRef in ~FrontendClientCallbackImpl()
2fb12c777d8a : Add Sv2 to aapt2 codenames
dff36f08367b : Make AccessibilityServicesStateChangeListener public
8eedc0293d53 : Revert "Revert "Migrate boot animation from GLES 1.0 to GLES2.0.""
bd9dce3c194b : MediaCodecInfo: do not alter performance points for 32-bit processes (2)
6cbd440e5306 : Update telephony OWNERS file
fd076570786f : Update telephony OWNERS file
c79dfc83fd92 : Allow certain background restricted apps to run FGS
ddd02efbe853 : Make InternetTile default in SysUI.
8d940a0f36d4 : Support leaving a sharedUser
3f64242af40e : Update telephony OWNERS file
cad14a75a088 : Add new owners for ApexManagerTest file
d1ff9740c14f : Lock down RemoteInputConnectionImpl#getInputConnection()
b37f32cfeceb : Let IC#reportFullscreenMode() honor IC#getHandler()
f2473cc12ec6 : DropBoxManager: use BufferedInputStream when using GZIPInputStream
3f4052d67657 : Fix the tests in DisplayManagerServiceTest that were failing on auto devices.
dda44e941c03 : Add base EconomyManager class.
9e7de2a0d01b : Notify StagedApexObservers when there is a change in set of staged APEX
c8132a943723 : Open up new API in StagingManager to get information about staged APEX
e0ddb23d3f1c : Import translations. DO NOT MERGE ANYWHERE
042c85c68d21 : Import translations. DO NOT MERGE ANYWHERE
7799a73b2247 : Import translations. DO NOT MERGE ANYWHERE
fe7e8c5dbeef : Import translations. DO NOT MERGE ANYWHERE
f9420bef5e1a : Import translations. DO NOT MERGE ANYWHERE
0cf1fc5587ee : Import translations. DO NOT MERGE ANYWHERE
528298596fbb : [Provider Model] 1.Fix the color of the dark mode 2.Fix RTL layout
82ccc17dbf63 : Import translations. DO NOT MERGE ANYWHERE
b7d18c309c03 : Rename T to Tiramisu
2f273c575b22 : DO NOT MERGE - Merge RQ3A.210805.001.A1.
672b1349c86f : Remove ndk_platform backend. Use the ndk backend.
33f8af14c4f4 : Add public getMediaKeyEventSession(PackageName)
bebf16c4948f : Clarify how Handler is used in IC#getHandler()
7a45c0a31514 : Fix Tuner#shareFrontendFromTuner()
9df984da937e : Fix reference issue from the Theme and XML color in Gradient Drawable by
607dc521fab9 : Add user type to 'user list -v' output
f41ff188a0b8 : Enforce intents to match intent filters.
5693db4d66d0 : Rename IInputConnectionWrapper to RemoteInputConnectionImpl
d6a60371969a : Remove inaccurate words "main thread" from IInputConnectionWrapper
e1191ecf7191 : Consider Intent.setPackage() for "leaving".
08fdaa25cb96 : AdbService sends callback on adb debugging enabled / disabled.
a623e9923070 : IAdbManager.getPairDevices returns FingerprintAndPairDevice[].
882a6e20b65f : PairDevice to structured Parcelable.
ef54c038e1d6 : Added crop rect to LayerDrawable to not crop TextureView. Verified manually with ExoPlayer that TextureView isn't cropping.
4748afe362eb : Collapse the CallStyle buttons to just an icon instead of truncating text.
deb33311db68 : Remove isSeparateProfileChallengeAllowed API
4f3010495018 : Flesh PackageInstaller benchmarks out
70cf50c24ac8 : Emulate replace clip ops using SkAndroidFrameworkUtils::ResetClip
7f0baaf6393f : Revert "MediaProjection captures DisplayArea"
2bcdaf91d59c : Connect the new API from ApexService to ApexManager
67c8e4e6353a : Add default cross profile intent filter for photo picker
d04b85a03769 : Moving smartspace to the right on the lockscreen for split shade
9420adfd7b45 : Remove simulated LTZP and enable replacement
68d79b074c46 : Correct comments
f28066d4a4aa : [Android Auto] Add USB UEVENT and broadcast intent history in dump_sys
a9c5888be67f : Import translations. DO NOT MERGE ANYWHERE
aa062c8fdb2e : Import translations. DO NOT MERGE ANYWHERE
ca41a89bc90c : Fix lint warnings in IInputConnectionWrapper
162f72182a54 : Do not show communal view when occluded.
8600c8e98717 : Reconnect to communal source.
de38c1883488 : Import translations. DO NOT MERGE ANYWHERE
8fd17c67ce47 : Add defaultAccount related API to ContactsContract.
25e79bfae360 : Import translations. DO NOT MERGE ANYWHERE
117980afd1c3 : [pm] remove false logging
a9c35b3e0147 : Revert "Do not cache wildcard users (PackageManager)"
956e6354302e : Use tuner AIDL HAL in Java codes.
15e24b4af02b : Add test for FLAGS_ALL_CONTROL for assist structure viewnodes.
e2405233d9ee : Do not cache wildcard users (PermissionManager)
c65e30368137 : APK signature verification: use FileChannel#size
cb55dcf67db8 : [Dagger] Remove ConfigurationController from BatteryMeterView.
22dc89a89f86 : Fix stuck HDMI-CEC actions after boot
fa35b718fe6b : Construct EnterpriseSpecificIdCalculator only once after the boot phase is completed.
1a0b969d6a53 : Enable matching of non-system app services
2f582b9d4abe : Remove tests (2/n)
6a646db625d5 : Adding module permission for SubscriptionManager
ec78f1a8343d : APK signature verification: use FileChannel#size
cbbee9cb1a58 : Use light sensor signal to enter and exit dozing.
86a7fe21b195 : Broadcast Bluetooth state to OFF properly
891e399b4387 : Add basic TARE StateController.
15619be84505 : Ensure init is called on CommunalHostViewController
042dd9c2e2a5 : Import translations. DO NOT MERGE ANYWHERE
d72d5a169c31 : Move InputBindResult to com.android.internal.inputmethod
300f2ee2836e : Fix lint errors in InputBindResult
f4be30e788c4 : Import translations. DO NOT MERGE ANYWHERE
70d1d86d8319 : Simply ignore invalid keys
cfac4b6587de : Move FeatureFlags to flags package.
25650826d069 : Open up PM.isLightDeviceIdleMode().
db240e268718 : Annotate TextServicesManager with @UserHandleAware
a51e9f50c633 : [Provider Model] Show Wi-Fi icon with exclamation mark
b6c4d7c76d69 : Move timeout to idle value to config.
df38b9c68c98 : Simplify IInputConnectionWrapper
7eec13b458d0 : Revert "A unified data class to represent all the InputConnection call"
da04fd9eb887 : Revert "Fix error swallowing in InputConnectionCommand unparcelling"
15d5d2c823b5 : Import translations. DO NOT MERGE ANYWHERE
0670c6a71037 : Import translations. DO NOT MERGE ANYWHERE
fbab19d7943e : Add assertions for two activities transition
0dbe6f7ad53e : fix google widget timing issue
b02bae5d5ace : Apply a maximum char count to the load label api
310edbe3c720 : APK signature verification: use FileChannel#size
d8fed88f2d87 : Use bindServiceAsUser to bind PacService and ProxyService
4396c1b24437 : Fix Ikev2 vpn cannot establish through startLegacyVpn()
3eb2a54e31b0 : Throw UnsupportedOperationException if startLegacyVpn is called
27c9c79f8122 : Add public add/removeOnMediaKeyEventSessionChangedListener
35f887c1214a : Dovetail refresh for PowerMenu
e1fa0d0fb442 : AudioMix: Always produce output channel masks from Builder
8bd322d3dc52 : Fix broken unit test.
85f38b70f5fb : Include all BatteryStatsTests in presubmit
e5ae75b0fbfb : Log and skip noteEvent calls with null name
b780cae77294 : Add a new API to control task snapshot behavior.
7df24e5936ff : Keep screen on when user undims it manually
eccf1db4f797 : Fix fd leak while bypassing transcoding in media APIs
4f56f99d467d : Remove NewWeakGlobalRef from RenderNode
f0bdaf648bab : Fix broken launcher build to use the right import for ContextThemeWrapper.
58f1264e8d3a : Fix NullPointerException in PhantomProcessList due to race condition
14f9771c7279 : Tuner APIs: add locks to runnables to avoid crashes caused by NPE
60b797bd5cca : Add implementation for IRK to parcelable functions.
3998a01e8fcc : Move AnimatedImageDrawable off of NewWeakGlobalRef
d336704eae2f : Add generic import support for Codegen
49fbd7bc0579 : Add Doze modifier to JobSchedulerEconomicPolicy.
ad628f27e2ef : Disable flaky biometric view tests.
a55ac3816ec5 : Marks disabled list item to be non-longClickable for accessibility
a9ded2001292 : IWYU : SkDeque will no longer be transitively included
a2c1839bcd78 : Move assertions for non-resizeable application
8c8b67fe59f2 : Fix SettingsLib test cases
c9d30aeb46cd : [Provider Model] Apply the latest figma of Provider Model
8aeff92e67e8 : Make sure nav bar has height in test display
075dd3432e0b : Fix double-tap with non-accessibility focus behavior
0a2167a063d4 : Support display cutout for multi-display devices
249be21013e3 : Fix: ConnectivityManager methods crashing with SecurityException
d569b583cdfd : Show dream as idle mode.
69377262a45d : Reduce height of expanded media controls
1481996b33f5 : Fix FLAGS_ALL_CONTROL to match more recently added flags.
07d599e4e809 : Increase communal view size.
739dd166c181 : Add TARE enable constant.
fb33c4307a32 : Swap Codegen OWNER
bd903c30c5ed : Import translations. DO NOT MERGE ANYWHERE
37890cc14841 : Import translations. DO NOT MERGE ANYWHERE
88930216f214 : Import translations. DO NOT MERGE ANYWHERE
286bee140c1d : Import translations. DO NOT MERGE ANYWHERE
2263f2cab71a : Import translations. DO NOT MERGE ANYWHERE
a47fea55fcc5 : Idle Mode Support.
82ab2911a3ea : Import translations. DO NOT MERGE ANYWHERE
3049cf025584 : Import translations. DO NOT MERGE ANYWHERE
9750a9d61c02 : Add battery-saver and combined-location Setting keys to backup test
aa5d3331948c : Rename PLAY_STORE_AVAILABILITY with PHONE_PLAY_STORE_AVAILABILITY.
95b8d682d365 : Add new key to System Content Provider for combined location
d7935a531f4c : Move KEY_BURN_IN_PROTECTION to Settings.Global
936413580de0 : [Ambient Lite] Add a WEAR_ACTIVITY_AUTO_RESUME_TIMEOUT_MS setting.
b95a0f20dcf1 : Add new keys to Settings Content Provider for Battery Saver
84abea03d6df : Prevent create bond for null MAC address
0f2513cbb7dc : [Dagger] Add BatteryMeterViewController. Future CLs will move Dependency.get calls from BatteryMeterView to this controller.
014d3f96dc63 : Add assertions for non-resizeable application
9251bc512723 : Add TRIGGER_SHELL_PROFCOLLECT_UPLOAD permission
33139c16611f : Fix onPackageChanged handling of disabled packages
357e13919a00 : CEC: Add warning when CEC is disabled and HAL forwards a message.
989de3d470dc : Use ui::LayerStack
061238ca5f45 : Fix incomplete magnification mode transition
80965a848cd3 : update broadcast radio owner
296502a3c347 : [pm] extract InstallParams from PackageManagerService class
2cdb566acb73 : unite all locks under BroadcastRadio
77d40ba3d27a : Add logs to ensure that QS / NPVC clip bounds match
c362e57266f6 : Remove @UnsupportedAppUsage from InputBindResult#CREATOR
45dc08a19d84 : Remove @UnsupportedAppUsage from InputBindResult#method
70fb3ee0f10f : Disable inline suggestions for afservice when talkback is enabled.
6f382731b77b : Remove IMM#getClient(), which is unused
727894d57561 : DngCreator: Add thumbnail TIFF tags in subIFD1
69df09d4d0ef : Remove system-headers, minimize unwanted warnings.
83234e83596e : Import translations. DO NOT MERGE ANYWHERE
8c03e0c1dc76 : Import translations. DO NOT MERGE ANYWHERE
62d12e71df05 : Import translations. DO NOT MERGE ANYWHERE
44ea65bf3614 : Import translations. DO NOT MERGE ANYWHERE
09e7aee3efb9 : Import translations. DO NOT MERGE ANYWHERE
71ae4f397f84 : Import translations. DO NOT MERGE ANYWHERE
bd868b666e95 : Fix ANR when switching the app task but IME selection dialog focused
b19264bb1acd : Provide ability to set 4G only mode
5153c3392948 : Import translations. DO NOT MERGE ANYWHERE
1f5d0a1ab2d0 : Import translations. DO NOT MERGE ANYWHERE
6c63f985eeea : Added filegroup mms with packages/apps/Bluetooth visibility
ff513f98568c : Fix CQI range in CellSignalStrengthNr
ba8227eb4533 : Lazily load bitmap of SubscriptionInfo
a03b962b3a7e : Add WEAR_TALKBACK_ENABLED as a secure system setting
26ea21c65c2c : Refactor PackageParser (13/n)
e19861295dd5 : Import translations. DO NOT MERGE ANYWHERE
0e0a12ccf38c : Lazily load bitmap of SubscriptionInfo
34def796c985 : Fixes crash when constructing NinePatch with null chunk data
1516c28737ef : Rename RadioButtonPreference to SelectorWithWidgetPreference, and add a checkbox styling option.
273227d1acdd : Update boot animation owners
f1bc1631ccaa : Prevents scroll capture from targetting secure windows
45df6e72b126 : Remove NetworkScoreManager from WifiPickerTracker
11694b0633b4 : Fix error swallowing in InputConnectionCommand unparcelling
1bb97985f0d1 : Rename T to Tiramisu
0dee2ba23a07 : [CallingIdentityTokenDetector] Support methods with implicit receiver
f6c16a864485 : Use override annotation for ContentObserver
866e966e1f13 : Introduce a .winscope extension for all winscope files
03042483504e : USB: Adjust exception message in dealing with permission check
c315a75daacd : Backup AUTOMATIC_POWER_SAVE_MODE and ADVANCED_BATTERY_USAGE_AMOUNT
d92d1e4ca207 : Enable Android Lint tests for AndroidFrameworkLintChecker
8afcc7d5ba3e : Moved issues/IssueRegistry to mimic AS convention + README for AndroidFrameworkLintChecker
f0de8d34a3ac : Rename AndroidFrameworkLintChecker's package to com.google.android.lint
d01d83654b74 : Add debug log for tracking NPE of mMobileIfaces
14946edca3a2 : Fix mMobileIfaces is not protected by lock
200968ad8047 : Enhances test cases for isA11yCategoryService
5c59e049e40a : Expose drag recipient change to IDragDropCallback
c93dfc51d57c : Remove "Do not translate" for Wi-Fi security types
53688b192611 : [PhysicalChannelConfig] UL's frequency should not be same with DL's
dcbd9ea138a3 : Add owner file for UpdateEngine
fc3f79d4273e : Import translations. DO NOT MERGE ANYWHERE
9e2679214032 : Import translations. DO NOT MERGE ANYWHERE
6a9de4a6056b : Import translations. DO NOT MERGE ANYWHERE
40d5623758cf : Import translations. DO NOT MERGE ANYWHERE
341adfd2ad6e : Controls Lockscreen affordance
17e666c235bf : Early exit if the target region is empty
5985f02af919 : Shorten safe mode timer in VCN test mode
ff02f9a70ed9 : Rename T to Tiramisu
9c5158f7a2f3 : Remove Webview Overlays on destroy
ee9cea7f921d : ActivityManagerService: report current and max thrashing levels
8039843c122d : Add additional SystemUI services config.
dc7dea86733b : [Provider Model] Show searching sub-title for 2 seconds
e14a11c1dfc2 : Clarify on DEFAULT_INPUT_METHOD and InputMethodInfo#getId()
73774fc8f3af : Reset to LiftReveal when going to sleep due to timing out, after a biometric auth.
a4ddfbe33b76 : Mark classes as final that have final destructors
1546c383c029 : Remove unused param for ResetSessionDialog
d3bed7a6f619 : Import translations. DO NOT MERGE ANYWHERE
3ede75f7eeed : Import translations. DO NOT MERGE ANYWHERE
56eac0091d44 : Import translations. DO NOT MERGE ANYWHERE
83960704603c : Import translations. DO NOT MERGE ANYWHERE
f9ca70be577b : Clarify on return value of IC#setImeConsumesInput()
f05e37d83512 : Import translations. DO NOT MERGE ANYWHERE
b334c5232417 : Import translations. DO NOT MERGE ANYWHERE
2d90d6144ed5 : Import translations. DO NOT MERGE ANYWHERE
2bfba1cc226f : Import translations. DO NOT MERGE ANYWHERE
a256d31e7234 : Introduce a new thread in system_server for the PermisisonController
b72545e7b1a1 : Remove unnecessary "I" from IIInputContentUriTokenResultCallback
3db2895d8f8c : Rename enhanced mac randomization strings to non-persistent
f063780d433c : Disallow usb access to camera and mic devices if global privacy toggle is active
97273608d6bc : Import translations. DO NOT MERGE ANYWHERE
a3a1359d3bf2 : Import translations. DO NOT MERGE ANYWHERE
c4b4e853505a : Import translations. DO NOT MERGE ANYWHERE
a639d705f11e : Import translations. DO NOT MERGE ANYWHERE
0eef60330926 : remove getSystemConfigEnabledProfilesForPackage
bb34329a6b78 : Introduce CommunalSourcePrimer.
80573612b2e3 : Migrates to the new resolveContentProvider api
4ffc67d79132 : CommunalService Implementation.
edd761c38903 : CommunalSource Introduction.
1253d56f26ff : Add gesture settings to system settings provider
2d3dd2ea07cd : Fix inline autofill not working if both afservice and keyboard support it, but keyboard disabled inline support manually.
46a438271ed6 : Intent.java EXTRA_USER clarifications
985612bb4066 : Rework expedited status.
2b8f817e4b38 : Add CommunalHostView to NotificationsQuickSettingsContainer.
d83874cc1673 : Rename IMM#mServedInputConnectionWrapper to IMM#mServedInputConnection
d378715deec7 : Fix KernelCpuUidUserSysTimeReaderTest#testThrottler by injecting a mock clock
68d63ef153a6 : Rename IMM#mIInputContext to IMM#mFallbackInputConnection
ec0a7594f3d3 : Remove IMM#getInputContext(), which is unused
75b88b927312 : Make RtlEnabledContext static
626c33cfeaa5 : Remove unused methods and classes from Completable class
8e1a9dd59066 : Fix TextureView docs to use more modern sample code
5b1bac7a16d0 : Rename NotoColorEmojiTtf module.
77719392d7ad : [pm] small refactor to hide PackageManagerService.getPackageSetting
2757c2488070 : A unified data class to represent all the InputConnection call
f73c7a2c509c : OWNERS file entry for config_user_types.xml
c766aeb6d2c2 : Add a setting to enable the triple press gesture to toggle accessibility in wear.
c848cb71727a : [SettingsProvider] update API javadoc
bc5b45a4bfbb : Updated comments using https://source.android.com/setup/contribute/respectful-code
ce2eb94514ce : Updated comments using https://source.android.com/setup/contribute/respectful-code
1d6388a535c2 : Updated comments using https://source.android.com/setup/contribute/respectful-code
00a58822578d : Updated comments using https://source.android.com/setup/contribute/respectful-code
6f2a341b6ad6 : Apply package visibility to getUidForSharedUser
c3485a654c67 : Add OWNERS
9f5ec0c7d02b : CEC: Remove HdmiControlManager#mLocalPhysicalAddress variable
e73d20617efc : CEC: Update port info on hotplug events.
b32f11ca5c11 : CEC: Remove duplicate storage of logical address.
7c9757f2126f : Move autofill implementation from Activity to a delegate class.
936af5b5fc95 : Add CommunalHostView.
85faff5aea1b : Ignore null listeners in MediaSessionService
835bc5509869 : Remove @UnsupportedAppUsage from InputMethodManager#getClient()
fb2a99891063 : Add dumping functionality.
51c9350477ad : Remove @UnsupportedAppUsage from InputMethodManager#getInputContext()
9fd988ff0aff : Initialize the IRS as a SystemService.
d89ca23cd507 : fix merge conflicts - SysUI co-ex updates
3e200953c027 : Enforce a minimum padding to ensure space for the privacy dot
f0fe0000f334 : Remove @UnsupportedAppUsage from InputMethodManager#mServedInputConnectionWrapper
d52a271e64e2 : Remove @UnsupportedAppUsage from IInputConnectionWrapper#mLock
88d597b9883b : Remove @UnsupportedAppUsage from IInputConnectionWrapper#mInputConnection
f0d249acf07b : Update CZ premium SMS codes
da23c5ecc72d : Introduce CommunalModule.
7632298bae52 : Remove top level interface implementation from PrivacyDotViewController
e53f69bb0df2 : Restrict getPasswordMinimumMetrics to system callers
ae91d4a51786 : Refactor HandlerInjector to SettingsLib
a9c846a5fae3 : Refactor InternetIconInjector to SettingsLib
d316cc49aeb4 : profcollect: Add verbose logging for ota status updates
06fa43aff8dc : More descriptive error message
2f0edbf85608 : Keep the native mdns daemon alive for pre-S application
1241c9b6f20d : Revert "Add systrace tag for system property"
80dc45dd7ef4 : UserTypeDetails - new enabled option
8d6f7c728023 : Set TRANSPORT_PRIMARY for VCN NetworkOffers and NetworkAgents
63c90bb8dfa2 : Fix BatteryStatsSamplingTimerTest#testEndSampleAndContinueWhenTimeOrCountDecreases
bb07463bfb82 : Move KEY_OEM_SETUP_VERSION to system provider
276262538692 : not allow users to modify emergency alert notification channels
ece4ef73939d : Fix concurrency of BatteryStats cleanup after user removal
e7f82da5955b : Add callstack back into trace for AccessibilityInteractionClient.
fdf7b58a43d7 : Add a system API UpdateEngine to switch the slot back and forth
3ebf58fd8fe7 : Import translations. DO NOT MERGE ANYWHERE
59254c74f695 : Remove apex_available on libandroid_runtime_vm_headers
240d85f7466c : Import translations. DO NOT MERGE ANYWHERE
767684f3e081 : Rename T to Tiramisu
2a96eecfd607 : Import translations. DO NOT MERGE ANYWHERE
a20112183868 : Import translations. DO NOT MERGE ANYWHERE
6bde9d819a7f : Import translations. DO NOT MERGE ANYWHERE
fa05c714537e : Import translations. DO NOT MERGE ANYWHERE
27971da7fdb8 : Stop processing jobs whose state hasn't changed.
ee8699e51e62 : Introduce action affordability checking.
bc237ba1634e : Remove @FastNative annotation from TextRunShaper
64172cbc5d4d : Hide RSSI next to single carrier name
682df9edbc96 : Simplify ResultCallbacks by not using WeakReference
f7067b2477d9 : Do not cache wildcard users (UserManager)
8d6900e01173 : Do not cache wildcard users (PackageManager)
b8b08a588484 : Disable failing pip assertion
4a66d8e54282 : Changing DEVICE_NR_CAPABILITY type and renaming getMaxActiveInternetData
d505e3709f47 : Import translations. DO NOT MERGE ANYWHERE
8e0bf818e5bc : Temporarily disable wearable system services.
d69660fc6ad4 : Add bug link for androidx screenshot API TODO.
2a6b5f42f548 : Import translations. DO NOT MERGE ANYWHERE
0c13fd19ecbb : Add getPhoneCapability function in TelephonyManager
32a4e9d29516 : Tidy up annotations in timedetector, etc.
161e9b74a1fa : HDMICEC: Add equals test for HdmiCecMessage
e7c539f8d7a2 : Update maybe-batching logic.
24b99ef4e71a : Hook up the sysui backend for status bar content rects
867992c865b8 : Improve logic for RESTRICTED stop reason.
8d3c8782c133 : Fix charging reporting logic.
33a9dbc286b4 : Skip applying expanding clip ops in native canvas
5313cb5567c6 : [Provider Model] Sync solution from sc
7d6516684eca : Use a different context when constructing an EdgeBackGestureHandler.
d3bee4f42dcb : Restart recognition when failing to deliver event
4d990467b23f : Unify the mismatch in the byte order of the address.
89475fb3e5fd : Deprecating ACTION_STATE_USER_SETUP_COMPLETE
a5570e10aad1 : [Provider Model] Launch Wi-Fi detailed when tap the connected Wi-Fi
39747538c64e : Apply package visibility to PACKAGE_DATA_CLEARED
36fa4d530d58 : Add requested permissions to the package state hash.
a91988bc812a : Use alpha instead of invisible for views below shelf to skip redraw
f4eb0544601c : Fix flickering when switched to the task without IME shown
c3dcb0d088e3 : More consistently retry system calls on EINTR
0806568d4133 : Unexport all PackageInstaller receivers
bef1b62ac034 : Remove LOCATION_HARDWARE from ContextHubManager/Client APIs
8e7006c48b4f : Move SetupLocaleProperties to Settings.Global.
f67e4d7145bd : Use correct intent key in AbstractAccountAuthenticator JavaDoc.
14bbb8a744f6 : Improve forEach.
8d2c15972fb0 : Enable specification of 5G network info and carrier configs for ONS changes
c18002c46591 : Clear binder identity in callback of IMS IPC interfaces
f99a1edbfd54 : Disable SetRequestedOrientationWhilePinned test
a84469fb4925 : Rename the reference to VERSION_CODES#T to VERSION_CODES#TIRAMISU
17875887a9e4 : Revert "Clean up previous DA organizer when registering"
71378bde101b : Clean up renamed packages during app removal
2ded80094ee5 : Revert "Migrate boot animation from GLES 1.0 to GLES2.0."
8c8ed0670ebf : Put debug log behind DEBUG flag
71cbe3c41ce4 : LocalDisplayAdapter: Fix log line
fdcc2b5498b5 : Add function to launch the Network details settings
4dbaec627c9b : Add support for saving attributes for DNG files
14add1cb7435 : Use IBooleanResultCallback when appropriate in IInputContext
ca490fc87912 : Finish renaming requestUpdateCursorAnchorInfo() to requestCursorUpdates()
75338fd3ca5b : Declare IMM#mIInputContext with its concrete type
b1fb07a83bc1 : Remove unused methods and classes
8cc7529a2f18 : Add lock or sleep power button behavior.
89a0fa27a4f3 : Import translations. DO NOT MERGE ANYWHERE
ef5a530170d9 : Import translations. DO NOT MERGE ANYWHERE
2c2d7d7d0619 : Import translations. DO NOT MERGE ANYWHERE
33a37dcfc494 : Import translations. DO NOT MERGE ANYWHERE
fe14767ded1d : Import translations. DO NOT MERGE ANYWHERE
b84b5e57cf5d : Import translations. DO NOT MERGE ANYWHERE
dbdbcff546ab : Import translations. DO NOT MERGE ANYWHERE
16ff84957f03 : Import translations. DO NOT MERGE ANYWHERE
8e54d2acb992 : Import translations. DO NOT MERGE ANYWHERE
639446d6167d : Import translations. DO NOT MERGE ANYWHERE
fb54f7514592 : Import translations. DO NOT MERGE ANYWHERE
074ba590e640 : Lazy load Properties::isDrawingEnabled.
0cd989717593 : Enable specification of 5G network info and carrier configs for ONS changes
80feb40fe6d9 : Stop removing all APP_STANDBY_BUCKET_CHANGED messages.
63ae4a405881 : Return the ProcessErrorStateInfo records for the caller's UID only
bad0fe3d5a46 : Import translations. DO NOT MERGE ANYWHERE
e8c548fd0221 : Ensure VcnGatewayConnection#isQuitting never gets unset after being set
3f7c4a3c0d50 : Check MissingMethodFlags.COMMIT_CORRECTION at the right place
7e3f93bc673d : Migrate HWUI logs from SkDebugf to ALOGD
0b577cfbd342 : Throw exception for immutable PendingIntents
91b6a3952b59 : Import translations. DO NOT MERGE ANYWHERE
911d4646f3ba : Check callingpackage for calling UID consistency with phoneAccountHandle.
06506eaf4fd5 : adb shell pm remove-user --wait
8a82103b2e76 : SysUI co-ex updates
4eb44d19a4e1 : Replace DateView with VariableDateView (1/2)
656b0133a3f6 : Move media provider related hidden API flag file entries to packages/providers/MediaProvider
1ed45f954aa3 : Move media related hidden API flag file entries to frameworks/av
dcc1f9b862b3 : Move wifi related hidden API flag file entries to packages/modules/Wifi
555aa8a7fddb : HDMICEC: Add equals test for DeviceConfig
981814f10ce6 : HDMICEC: Add equals test for CodecSad
272f009c9cec : Import translations. DO NOT MERGE ANYWHERE
11e0c9b83b86 : Import translations. DO NOT MERGE ANYWHERE
2821e5d46f78 : Refactor PackageParser (12/n)
83b2f7d875f0 : Scale stack dump timeout with HW_TIMEOUT_MULTIPLIER.
b9b097acb0b0 : Remove unused utility API.
1b55247fbd1b : ActivityManagerService: add new lmkd kill reason
dce086c2283c : Add missing breaks.
58de065b64c9 : Use Provider for EdgeBackGestureHandler
5fa57f6afc17 : idmap2: fix for compiler update.
4382e44c42d2 : Replace Maybe with std::optional
c8a33f168832 : AndroidRuntime: Expose GetJavaVM
a5e7d3cdf9bb : Add a lock for call add/remove operations to avoid ConcurrentModificationException.
3433a8e5d933 : Limit VCNs to one running at a given time
936833de0e57 : Rename VERSION_CODES.T to VERSION_CODES.TIRAMISU
f13447030dbe : Avoid sampling outside BQ crop rect
482fbc349044 : Mark parameter as nullable
a6861d86bae9 : Refactor to ensure thread safety
f13fe0cceaa2 : Fix failing GameManagerServiceTests
29cb9a7c9012 : Added Ble scan APIs to BatteryStatsManager
281cff65d2e1 : Tuner APIs: add locks to avoid crashes caused by NPE
137d78bb672e : Revert "Add systrace tag for system property"
718ea2ba9787 : Remove extra article from the comment
bc02830a5931 : Clear binder calling identity before calling callback
22fb2aff4dfc : Revert "AndroidRuntime: Expose javaAttachThread / javaDetachThread."
3eac2ebe4dca : Add doc explaining PAC proxies are not supported over VPNs
b3884d53eb7c : Encapsulate parsing class fields
cf0f6809096d : Enable latency metrics
1da6f0eb4965 : Makes injectLocation a system api to suport car stack mainline updatability.
84fb4ed5e798 : Remove unused portal code
ecec60e0e119 : Add API to get GPU private memory
6b48911f530c : Rework thermal throttling.
acf3851b8fa2 : Enable ANGLE as a Game Dashboard Intervention
1c3c21ec6e03 : Add android.os.Build.VERSION_CODES.T
4c6f10bdd132 : UserController/Manager loglines
c5a4f2305caa : Fix SkDebugf format specifier in Android
a93387f91d09 : Restrict all jobs when the device is too hot.
72e45ffe4d02 : Update DND/Priority Mode defaults for new users.
9f1e4fe3f578 : Delete the unused netlink-client lib from service.net.
6ea20906f34b : Bluetooth: deprecate TruncatedFilter and ResultStorageDescriptor
9f245a89008a : IWYU
1380c0e845e1 : Make AudioManager.getReportedSurroundFormats a TestApi
5aa40b903ab5 : Get rid of ResultStorageDescriptor in startScan
27d576aeb741 : Defensively copy callback collections before invoking
716b952a5e79 : Use flexible insets by default
866cf34016a3 : Bluetooth: deprecate TruncatedFilter and ResultStorageDescriptor
374836844edb : Get rid of ResultStorageDescriptor in startScan
490ca21fddf1 : Delete the unused netlink-client lib from service.net.
aeb5b6392d4b : Add startImeTrace and stopImeTrace APIs in ImeTracing
60089b284bee : Avoid redundant InputConnection#reportFullscreenMode() callback
1257f1505cb2 : ZipUtils: use FileChannel#size
d44ddbdfad60 : Cleanup the public API getActiveNetworkForUid on AOSP
a9403c6fc237 : Update the PlatformCompat cache in OomAdjuster when gets notified
598a193f7f49 : [DeviceConfig] add an API to delete a property
fb257c2245a4 : Add config param to disable app snapshots.
bb323058dd6c : Throw SecurityException as if no CLEAR_APP_USER_DATA permission
b7c6be2c76ab : Bluetooth: deprecate TruncatedFilter and ResultStorageDescriptor
858d35f50927 : Get rid of ResultStorageDescriptor in startScan
856db9e3169a : Add ability to disable GL draws.
691cfe881851 : Filter Alias which points non-existing font family name
bb419eee4a40 : Transform NFC Intent to provisioning Intent
1a7c72916454 : Key rotation support when updating an app on IncFS.
a975bfc447b0 : Introduce InputMethodServiceInternal for better abstraction
b9b87e4f220b : Revert the window context creation in NavigationBarController
8bad1fb0132a : Fix broken links in javadoc
d711ac485833 : Migrate boot animation from GLES 1.0 to GLES2.0.
874e2f96659b : Add CTS tests to presubmit for time changes
f407e9e8806a : Add OWNERS file in mockingservicetests for AppSearch
a8cc7f17bf25 : Implement permission check for virtualizationservice
4afbece1b18b : Revert the window context creation in NavigationBarController
7e0ae7528d1a : [Telephony] Clean up: remove getApnTypeStringInternal
931970b2b658 : getBlendMode is deprecated
3a72957b4b77 : Disallow data when QNS switched the preference
53196bbe6377 : Withdraw suggestion when current user changes
8ff9d439a04a : Fix a potential NPE when allocating space for compressed apex
09636cafad8b : Import translations. DO NOT MERGE ANYWHERE
33c44bb36dac : Import translations. DO NOT MERGE ANYWHERE
cd7128c7a58a : Import translations. DO NOT MERGE ANYWHERE
d83171d954df : getGpuDmaBufUsageKb: Report usage in Kilobytes
a6cb58a924c2 : Store filterbitmap on Paint
a3312942cd82 : speech: Fix RemoteSpeechReco race condition
3c7c2b3b85e5 : Move temporary failure logic up the hierarchy
91abc6bb0830 : [Provider Model] Remove the flag of ProviderModel in InternetTile
f191be628477 : Import translations. DO NOT MERGE ANYWHERE
a4122400e1a5 : Import translations. DO NOT MERGE ANYWHERE
c67a4632cf90 : Import translations. DO NOT MERGE ANYWHERE
650cb7a9dad7 : Enforce package visibility to the callbacks of the sync status
7456f165552a : Import translations. DO NOT MERGE ANYWHERE
05899e58a620 : Import translations. DO NOT MERGE ANYWHERE
3688f9590c7e : Use tmpArgBuffer correctly when argBuffer is null
5743fa1fb6cd : SkPaint::getBlendMode() is deprecated
477500adf344 : Promote or demote stable and flaky flicker tests
4a7b57c9a9ed : Revert "Camera: Restore FastNative annotation."
c0154a63ba1e : Account for recents animation when reporting client visibility
8669c0d5b03a : Wrap translation capabilities in ParceledListSlice before sending due to potentially large amount of data sent.
71fb1f2d52cd : Ensure to release wakelock
f31227558189 : Add System.runFinalization() call
3c2f1d60be1c : Pull Keystore2CrashStats Atom.
26b594af1043 : Optimize InputConnectionProtoDumper a bit
3beeb3e3c713 : Merge android.util.imetracing into com.android.internal.inputmethod
20f32bd8e956 : Move EditableInputConnection into com.android.internal.inputmethod
94346f2b2f38 : Skip storage sessions for users without ExternalStorageService
680a109269a3 : Update SELinuxMMAC OWNERS
8354edfd2bfa : [ProviderModel] Move Wi-Fi progress bar position
0dc6a671809a : HDMICEC: Add equals test for ActiveSource
7ac9a05dbe9f : Map SELINUX_LATEST_CHANGES to Build.CUR_DEVELOPMENT
b886ab48470c : HDMICEC: Add equals test for ActiveSource
62f054f5dd8f : Import translations. DO NOT MERGE ANYWHERE
3f72fd3b10dc : Import translations. DO NOT MERGE ANYWHERE
f4277ec0aacd : Import translations. DO NOT MERGE ANYWHERE
46ac93c2d100 : Import translations. DO NOT MERGE ANYWHERE
053df0e78c71 : Remove hidden preconditions, binder usage in Vpn
7bfd2facc19f : Remove @UnsupportedAppUsage from EditableInputConnection
204601504132 : Revert the window context creation in NavigationBarController
acf7ba397122 : audio: Convert getDevicesForStream to return a DeviceTypeSet
20a998f36db2 : Add a gray debug line to NSSL to show the keyguard padding.
fccdd67eac63 : Use FalsingManager for QS user switcher
9b84579c2056 : Revert the window context creation in NavigationBarController
9dd955bd0cd0 : Add chevron to Screen cast tile
c14d4337d519 : Allow apps to specify minimum chunk size.
f5985b08385e : Keystore 2.0 SPI: Add EC_CURVE tag on key generation.
f71d1c56ea17 : [ProviderModel] Fix dialog's UI layout
d9fb422f78b0 : Fix lint error for those module used in mainline module
e65972e2431c : Allow usage of SdkLevel in the framework/wifi services
6222c48ad51b : Added Ble scan APIs to BatteryStatsManager
f771dac97be8 : Added Ble scan APIs to BatteryStatsManager
0d5bbc4a31d0 : Document change of allow setBufferSize for non pcm AudioTrack
677186278836 : Also check for home activity in BAL
239a12282917 : Deleting the codes related the embedded displays
5e4289baca4f : Remove the dependency of dnsresolver_aidl_interface-java
044c1bc50d1a : Update deprecated Preconditions.checkNotNull with Objects.requireNonNull.
13350067594e : Set attribution tag.
afba0bd6b3f2 : Remove CPU file updating code.
eed9e92b6569 : Acquire Booting SuspendBlocker during boot
7cfaffc5bd52 : [Provider Model] The dialog should be scrollable in landscape mode
e6cd60da19f4 : Clarify EditableInputConnection has a public alternative
8426bd7d02cf : Rename InputConnectionWrapper to RemoteInputConnection
d28f1e4dece0 : PropertyInvalidatedCache unit test
c9e6ad64dc32 : Deprecate no-op flag KEYGUARD_DISABLE_REMOTE_INPUT
1641bb0c6c4a : Typo Fix and Import Optimisations
6d90858f6d27 : Enforce package visibility to the api checkUriPermission
013065b9b19c : Revert "Update a11y focused virtual node properly"
4252db915fa3 : Revert "Add ota_dexopt_aidl_interface"
d4f9da079557 : Throw BinderProxyMapSizeException when hitting limits.
93a42f688404 : Report prebuilt and vdex compilation reasons to TRON.
2d32eb61db0b : Clear popups on KEYCODE_ESCAPE as well as KEYCODE_BACK
5e1b80b1db99 : Wait starting window finished in syncInputTransactions
de724db93b2b : Fail a staged session when a rollback is already staged (1/n)
0cb84fb17f4a : Fix Javadoc link in Session2Command
13405aef6159 : Import translations. DO NOT MERGE ANYWHERE
bc00d99c7f8c : Import translations. DO NOT MERGE ANYWHERE
bddba1f0c277 : Import translations. DO NOT MERGE ANYWHERE
b8c89ff3764a : Import translations. DO NOT MERGE ANYWHERE
d2cc5ae1b65f : Import translations. DO NOT MERGE ANYWHERE
9bb556a280a8 : Import translations. DO NOT MERGE ANYWHERE
77ab3dd6046b : add OWNERS file to new compat.overrides sub- package
fd18163b1619 : Simplify flicker assertions
d56c9785b4a5 : Add tv strings for sensor blocked notification.
d49ce6c3817e : [Provider Model] Should not show pwd dialog if it is a saved Wi-Fi entry
822cb729704d : Add missing resources
670abcd53d40 : Rename FIRST_SDK_INT to DEVICE_INITIAL_SDK_INT
b59bd5eb3cfd : Import translations. DO NOT MERGE ANYWHERE
81a4a10de93f : Import translations. DO NOT MERGE ANYWHERE
5d773f1004fc : Import translations. DO NOT MERGE ANYWHERE
b54cd2a999b6 : Import translations. DO NOT MERGE ANYWHERE
d4d02395e5a9 : Import translations. DO NOT MERGE ANYWHERE
d2744102af86 : Import translations. DO NOT MERGE ANYWHERE
1940043b309f : Import translations. DO NOT MERGE ANYWHERE
4449bc04187b : Import translations. DO NOT MERGE ANYWHERE
da8c63b8bfea : Rename BLUETOOTH_MODE to PAIRED_DEVICE_OS_TYPE.
82efb8e0160b : Migrate BluetoothProperties to Settings.Global
22316bc50810 : Move AmbientProperties to Settings.Global
917a63beda35 : Import translations. DO NOT MERGE ANYWHERE
3fe653ddcad1 : Import translations. DO NOT MERGE ANYWHERE
c84eddc579b6 : Import translations. DO NOT MERGE ANYWHERE
f8f0a08c5d8a : Import translations. DO NOT MERGE ANYWHERE
5649e0d2d814 : Import translations. DO NOT MERGE ANYWHERE
80045a59a2a3 : Import translations. DO NOT MERGE ANYWHERE
a831fe5c6655 : Import translations. DO NOT MERGE ANYWHERE
0b8f2d1135ca : Import translations. DO NOT MERGE ANYWHERE
d96a03b3f0a0 : Import translations. DO NOT MERGE ANYWHERE
904b805a3bf6 : Import translations. DO NOT MERGE ANYWHERE
9f52574143cd : Import translations. DO NOT MERGE ANYWHERE
96879dfab4ee : Import translations. DO NOT MERGE ANYWHERE
1f05818a3e14 : Import translations. DO NOT MERGE ANYWHERE
c47a6a46792b : Import translations. DO NOT MERGE ANYWHERE
136bfcd28de3 : Import translations. DO NOT MERGE ANYWHERE
f587ee72f14f : Import translations. DO NOT MERGE ANYWHERE
c714814903fc : Import translations. DO NOT MERGE ANYWHERE
96997be52ae8 : Import translations. DO NOT MERGE ANYWHERE
23919c66a7a9 : Import translations. DO NOT MERGE ANYWHERE
a8ebc4cb8dc4 : Import translations. DO NOT MERGE ANYWHERE
da72a0581553 : Import translations. DO NOT MERGE ANYWHERE
94dcbc33537c : Import translations. DO NOT MERGE ANYWHERE
f252476050cc : Import translations. DO NOT MERGE ANYWHERE
db91cb063dc6 : Import translations. DO NOT MERGE ANYWHERE
f89020f59465 : Import translations. DO NOT MERGE ANYWHERE
bc55b3526b0a : Import translations. DO NOT MERGE ANYWHERE
492621394961 : Import translations. DO NOT MERGE ANYWHERE
1262ed71bd57 : Import translations. DO NOT MERGE ANYWHERE
de22418cf071 : Import translations. DO NOT MERGE ANYWHERE
a5b59facd711 : Import translations. DO NOT MERGE ANYWHERE
8db9423f1741 : Import translations. DO NOT MERGE ANYWHERE
1f8f24bed606 : Import translations. DO NOT MERGE ANYWHERE
70eba94e3a78 : Import translations. DO NOT MERGE ANYWHERE
9e5122d80ab0 : Import translations. DO NOT MERGE ANYWHERE
61fb5b1ca9f2 : Import translations. DO NOT MERGE ANYWHERE
c059931fece6 : Import translations. DO NOT MERGE ANYWHERE
313e391289a6 : Import translations. DO NOT MERGE ANYWHERE
c5d10b0b2b1c : Import translations. DO NOT MERGE ANYWHERE
b374ba1a90d4 : Import translations. DO NOT MERGE ANYWHERE
fd719062f6bf : Import translations. DO NOT MERGE ANYWHERE
9df6feb55369 : Import translations. DO NOT MERGE ANYWHERE
7924d37ea4fe : Import translations. DO NOT MERGE ANYWHERE
26028327478d : Import translations. DO NOT MERGE ANYWHERE
0366c80bae13 : Import translations. DO NOT MERGE ANYWHERE
6836a27e6ee6 : Import translations. DO NOT MERGE ANYWHERE
3d492989c026 : Import translations. DO NOT MERGE ANYWHERE
be503699e2b9 : recreate a11y focused virtual node when findFocus
425e7cdc3828 : Use pidof to get pid of :BaselineIME process.
31a19cb05821 : Fix typo in ContentResolver#addPeriodicSync doc.
95aedba39d25 : Import translations. DO NOT MERGE ANYWHERE
b442e7853b55 : Import translations. DO NOT MERGE ANYWHERE
754b4ce242b4 : Enable qs open while shade expansion is still running
c9bdcb49bd10 : Update PhoneAccountHandle API docs.
e9fa4db9e2f5 : Add hidden APIs to allow to get and set task ID in AccessibilityWindowInfo
c5d0555fedac : Fix an issue where a custom permission is revoked
64d5b839adea : Promote or demote stable and flaky flicker tests
fa55a9bd15ef : Import translations. DO NOT MERGE ANYWHERE
2e037f5b67b6 : Import translations. DO NOT MERGE ANYWHERE
794339d4d472 : Import translations. DO NOT MERGE ANYWHERE
0aa5f780c55e : Import translations. DO NOT MERGE ANYWHERE
ab3003317de3 : Import translations. DO NOT MERGE ANYWHERE
37343d1d6eab : Fix long characteristic write concurrency bug.
0b475adf8599 : Import translations. DO NOT MERGE ANYWHERE
9a2483f99372 : Import translations. DO NOT MERGE ANYWHERE
6350e01ce395 : Import translations. DO NOT MERGE ANYWHERE
53fa22850c18 : Import translations. DO NOT MERGE ANYWHERE
ac74a27ed13e : Import translations. DO NOT MERGE ANYWHERE
e8350470776a : Fix Quiescent Reboot Reason
aaa5249e5852 : Move BitUtils, RingBuffer test to coretests
662b48b72d84 : Switch back to sync IInputMethodManager
39b2d69e08f0 : Import translations. DO NOT MERGE ANYWHERE
63cfbfcc09d0 : Enforce package visibility to the api shouldHideFromSuggestions
c49119793d53 : Import translations. DO NOT MERGE ANYWHERE
89e8793b3a6d : Request location info in UnderlyingNetworkListener
1bfdfa2754c7 : Add VCN underlying networks
bbee1d39b180 : Add support for app data accounting for in-kernel dataplanes
05e55c9e3e28 : Support platform-compat-framework for TeleService
83e7deb46b93 : Allow the kernel to upgrade ASYNC mode processes to SYNC mode.
d748e6ec7a77 : Update BluetoothAdapter and BluetoothDevice documentation
7b71068aa1ba : [SettingsProvider] clear some log spams
ca09f5b941e3 : Bring Predicate<Intent> to IntentFilter.
e28797797046 : Remove the obsolete APIs
caefed18a228 : Acquire the wake lock to ensure RoR isn't delayed
b522ef7b9a12 : Revert "Enforce package visibility to the api checkUriPermission"
23036d706d89 : Revert "Enforce package visibility to the api checkUriPermission"
f7d9770af937 : Revert systemui status bar provider model behavior
de6516652356 : Always log.d when restoring settings.
3f1f4ad20968 : Android Lint check for clearCallingIdentity() not followed by try-finally
a8b24392a1da : AndroidRuntime: pass odsign verification status to ART
9eeafe9d52bd : Fix long characteristic write concurrency bug.
2b85072cfc8d : Migrate the usage of sCompatibilityModeEnabled
a79403f11225 : [Provider Model] Launch InternetDialog from tile and onReceive
1d8649a778ff : [ProviderModel] Add InternetDialog for showing current networks
c83da50a439c : [ProviderModel] Add InternetAdapter for Wi-Fi network in internet dialog
e0cee245bac3 : [ProviderModel] Add InternetDialogController for internet dialog
1cafa44cec0d : Add SF namespace to property mapper.
fc66783499f1 : AndroidRuntime: Expose javaAttachThread / javaDetachThread.
e6014fc060e5 : Reset the features in A11yInputFilter per display
1c06cb829cbb : Hopefully fix validatekeymaps mac build.
f1c159e1f5b3 : Use IntentFilter CREATOR directly for serializing ParsedIntentInfo
e9a6ebf59258 : Don't export HeapDumpProvider.
5f2616cce921 : Don't attach private Notification to A11yEvent when user locked
d5b1cf4978be : Merge "BG-FGS-start while-in-use permission restriction improvement." into rvc-dev am: e51f884f6a
ba984d1c0c02 : Avoid locking profile task when it is already lock
ed0c637a311d : Improve ellipsize performance
4241ab5ee435 : Fix side effects of trace-ipc and dumpheap commands
7f39ba09b8cc : DO NOT MERGE Add cross-user check for getDefaultSmsPackage().
49cb41f9d7d2 : Remove ParsedIntentInfo CREATOR
372088d7721f : Fix race condition between lockNow() and updateLockscreenTimeout
a3894f99a570 : Revert "Enforce package visibility to the api checkUriPermission"
26f6450381cd : Refactor GnssAntennaInfo JNI
07c0fe0cb0d5 : Revert "Enforce package visibility to the api checkUriPermission"
e8fb9cb84453 : AudioAttributes FLAG_AUDIBILITY_ENFORCED javadoc update
f2a815dcbf13 : Add dalvik.vm.force-java-zygote-fork-loop
b6dc52e38743 : Import translations. DO NOT MERGE ANYWHERE
0dc9d7f1a46d : Import translations. DO NOT MERGE ANYWHERE
65321ffa71ca : Import translations. DO NOT MERGE ANYWHERE
7fc4075b796f : Import translations. DO NOT MERGE ANYWHERE
84e082d3da67 : Keystore 2.0: Renaming the vpnstore interface.
cad7829bc699 : Import translations. DO NOT MERGE ANYWHERE
054f2935e515 : Import translations. DO NOT MERGE ANYWHERE
8782df03d9a3 : Import translations. DO NOT MERGE ANYWHERE
6ee78887caa0 : Import translations. DO NOT MERGE ANYWHERE
4c01971d11a7 : Import translations. DO NOT MERGE ANYWHERE
4fe8f4b2dce9 : Import translations. DO NOT MERGE ANYWHERE
206375f497a2 : Import translations. DO NOT MERGE ANYWHERE
76c1e31eb9d7 : Import translations. DO NOT MERGE ANYWHERE
045506b851c8 : Import translations. DO NOT MERGE ANYWHERE
7c876078ca83 : Import translations. DO NOT MERGE ANYWHERE
673a551cd6f4 : Import translations. DO NOT MERGE ANYWHERE
cdd13118affc : Introduce IInputContextInvoker for better readability
3c095f290d71 : Import translations. DO NOT MERGE ANYWHERE
a0d052587aea : Import translations. DO NOT MERGE ANYWHERE
0a46275f6f48 : Import translations. DO NOT MERGE ANYWHERE
28088784635a : Import translations. DO NOT MERGE ANYWHERE
0411ba616888 : Add configurable RSRP boost for 5G NR SA.
e54b84a7710b : Import translations. DO NOT MERGE ANYWHERE
140f6c20c486 : Import translations. DO NOT MERGE ANYWHERE
1f19a2721dc9 : Import translations. DO NOT MERGE ANYWHERE
60206fc12cdf : Import translations. DO NOT MERGE ANYWHERE
06cd278e16ae : Import translations. DO NOT MERGE ANYWHERE
9d141d63d19d : Return initialization defaults to original values
29b9f85224b3 : Add ota_dexopt_aidl_interface
131d01999838 : Revert "Revert "Add MATCH_ANY_USER flag when get valid package uid""
059c9d6d5bee : Revert "Revert "Add the checking of the package installed state""
26224ee14a92 : Add flag MATCH_ANY_USER to query the package uid.
934fe8b2a5db : Log IME tracing even when RemoteException is thrown from IC
a94f9a8e1b64 : Add shell command to query if lskf is captured
82bebbe6ea32 : Fix side channel information disclosure
33b3ff433213 : [pm] restrict PackageInstaller getMySessions() results based on calling UIDs
bc7c83eff987 : Build framework-doc-system-stubs with system stubs.
d4832cf5d41c : Reclaim unused credits from unused apps.
2d4fcc1630da : Fix issue when adding existing connections via remote connection services.
ef5b4276e1f2 : Disable the BatteryUsageStatsStore feature
58f17be49e91 : Add extra perfetto atrace categories for UserLifecycleTests
474e6e878ae5 : Prevent QS expansion while remote input active
88d0054ea530 : Track ongoing events and record them to the Ledger.
9a75e0da6a08 : Update the owner file for recovery
5c887619f286 : speech: Check componentName maps to RecognitionService
9be99ed681f8 : Add DeviceConfig namespace for SurfaceFlinger.
1d785308165c : Update SystemUI baselines for lint 7.1.0-dev
21bed66099e1 : Remove nchalko from OWNERS
cff9a894ca4a : Remove flaky annotation to run presubmit test
fede8f7c526c : CEC: Handle error coming during getPhysicalAddress from HAL.
bf16fd09c143 : CEC: Handle error coming during getVendorId from HAL.
e36f798dea54 : Add synchronization to all mDeviceBusy state changes.
3fd335f4de91 : Fix long characteristic write concurrency bug.
08280849dc00 : Fix "already registered" error
e84710b81cbf : Import translations. DO NOT MERGE ANYWHERE
9849a9bd1e8e : Import translations. DO NOT MERGE ANYWHERE
97e807061337 : Track changes in packages/services/Telephony
40423ab3c510 : Import translations. DO NOT MERGE ANYWHERE
4943e8861e6f : Import translations. DO NOT MERGE ANYWHERE
97afe12f130f : Removes flakytest for MagnificationModeSwitchTest
5a1cceee83c5 : Import translations. DO NOT MERGE ANYWHERE
f4b39d800f26 : Import translations. DO NOT MERGE ANYWHERE
1172b34f6d46 : Import translations. DO NOT MERGE ANYWHERE
ed1e6197c011 : Update baseline for lint 7.1.0-dev
0c38ce8df6db : Import translations. DO NOT MERGE ANYWHERE
9fcdc9a2cd76 : Import translations. DO NOT MERGE ANYWHERE
07e04b69a536 : Fix JNI error
6eecee9b7f4f : Revert "Only update cache for new user on user create"
bf3e37f712e5 : Revert "Fixes incorrect array type comparison"
d25feb053c46 : [SettingsProvider] restrict readability of media_button_receiver to apps targeting R and below
9a5523a4e8ac : More UserController tracing
bbd25d581b17 : Fix uninstall system updates disabling stub for single user
d5252a861284 : Fix boot time race condition in BatteryStatsImpl
9ed6166cb19e : cherry-pick: Update fontchain_linter.py to be compatible with Compat font
b92e4c32bea0 : Persist remote input image attachment across layouts
4049c71bca0a : Refine SwitchImeWindowsFromGestureNavTest
b8e316c4904b : Tidy up naming around "sync disabled" behavior
be3696759d6f : fix: Invalid subscription plan cause NPE
12a8a0866a9a : Enforce package visibility to the api getAppOpPermissionPackages
b65c58eede8f : Import translations. DO NOT MERGE ANYWHERE
1cbfdc562adc : Import translations. DO NOT MERGE ANYWHERE
2fb68c684133 : Import translations. DO NOT MERGE ANYWHERE
aa2caaf128de : Import translations. DO NOT MERGE ANYWHERE
16ba4255f9af : Import translations. DO NOT MERGE ANYWHERE
7b79ebaf251d : Import translations. DO NOT MERGE ANYWHERE
317a1a8bfd94 : Import translations. DO NOT MERGE ANYWHERE
e6041cb3640e : Import translations. DO NOT MERGE ANYWHERE
dc32a2133c36 : Import translations. DO NOT MERGE ANYWHERE
e67219fbf734 : Import translations. DO NOT MERGE ANYWHERE
183ebe6e2916 : Include WakeupMessage in framework-ike-shared-srcs
c13e3155f0fc : Revert "Reject invalid input."
9d438f974ab5 : Renamed and moved InputWindow and related files
7207a83ca879 : Fix dangling NetworkAgent
fb0ef56eef79 : Nullness check of StatusBarManager in display service.
ce40a4d0e87f : Rename keylayout for SnakeByte iDroid:con to match by name
3658233fe043 : Update a11y focused virtual node properly
75d6665597c1 : Fix process source propagation for binder calls stats settings so that it is correctly reported in the pushed atom BinderLatencyReported.
f913ae217a16 : Allow CacheOomRanker to rerank when there's <8 processes in the cache.
7c5a5c137cdf : Update art-team@ related OWNERS
52922defe66a : Update art-team OWNERS relating to profiles
54e961f5a4d2 : Add Binder.clearCallingIdentity to TracingServiceProxy
48736cdd374d : Move statsd related hidden API flag file entries to packages/modules/Statsd
774a84fb9cb2 : Add multi user specific trace config.
72df58efc638 : Add perf test for BatteryUsageStats transfer over Binder
13d8b64eda11 : Refactor sendMessage() to using Handler#post()
d0d23f5a2be1 : Revert^2 "Zygote: Load system server code early"
37fba99340f6 : Remove portalToDisplayId from InputWindowHandle
3320b658ab86 : Add Binder.clearCallingIdentity to TracingServiceProxy
f8f20df1319d : profcollectd: Avoid hard-coding Betterbug name
5226be4995be : Import translations. DO NOT MERGE ANYWHERE
f0292cf50f3d : Import translations. DO NOT MERGE ANYWHERE
269523c87a03 : Add the related tests for ShortcutServices in TEST_MAPPING
d1b425bbe790 : Import translations. DO NOT MERGE ANYWHERE
b8100e3fdaa0 : Import translations. DO NOT MERGE ANYWHERE
47201097fcc8 : Exports API to allow RULE_MATCH_UID support both RECORDERS and PLAYERS mix type
7c49aec5add2 : Import translations. DO NOT MERGE ANYWHERE
77ebd60bf071 : Import translations. DO NOT MERGE ANYWHERE
5931844fa0f9 : Import translations. DO NOT MERGE ANYWHERE
4e5da22ded96 : Import translations. DO NOT MERGE ANYWHERE
7c80cb267a2c : Import translations. DO NOT MERGE ANYWHERE
d150afe38ddd : Import translations. DO NOT MERGE ANYWHERE
67c8fbaea3a2 : Import translations. DO NOT MERGE ANYWHERE
6df75c83c2d3 : Import translations. DO NOT MERGE ANYWHERE
a2f2565353b9 : Expose ADAS APIs
d6ecff7bed9d : Set the timestamp of dex2oat metrics to SystemClock.uptimeMillis()
5a623c1a6d62 : Add BluetoothLeAudio to BluetoothAdapter#getProfileProxy and BluetoothAdapter#closeProfileProxy
a4688df3f403 : Add setting COMPANION_ADDRESS_DUAL to Settings.Global
5ff095dee716 : Remove CARD_PREVIEW_MODE settings as it's no longer needed
70f8e99c40a6 : Reject invalid input.
c94778cea66a : Change command-line interface for device_config
56c8848776ee : Change required permission declaration for BatteryStatsManager.get*BatteryStats
9a285e79f3b8 : Revert "Refactor StructCapUser{Header,Data} and StructLinger for API review"
187688f3716c : Remove support: libfeature_support_angle.so
dea35e103bac : Add lint database filtering tool
205a1714f1a0 : Honor per-user setting for assist gesture and long-press home
bb76df4f9087 : Update nav and status bar visibility checks on flicker
01874604bb03 : Migrate more keys to Settings.Global.
c2c27cf228d8 : Move system info settings to the system provider.
625e22e2a9a0 : Add constants for AUTO_WIFI
25201c3d6fa6 : Remove wifi debugging settings.
da1a9d3f7a97 : Add periodic ledger cleanup.
85435c04bb76 : Add com.android.nearby to platform boot classpath.
7f00ac7f25eb : Nullcheck for StatusBarManagerInternal in InsetsPolicy
24d720070496 : Import translations. DO NOT MERGE ANYWHERE
4c8b405f1787 : Import translations. DO NOT MERGE ANYWHERE
16006a61b938 : Include IkeTunnelConnectionParams in #hashCode and #equals
4f7e5106e0c7 : Add attribution tag to AudioService
0c5758bc4149 : Fix SysUI NPE crash during the boot/init progress
a9fc1129b709 : canScheduleExactAlarms returns true for older apps
d516e416ead2 : Fix SysUI NPE crash during the boot/init progress
b741681bcf9e : canScheduleExactAlarms returns true for older apps
b98faf167320 : Fix IndexOutOfBoundsException in SecurityLogMonitor
74bf4e682dad : Undeprecate storage directory APIs
c44b2b214248 : Import translations. DO NOT MERGE ANYWHERE
19734544a031 : Import translations. DO NOT MERGE ANYWHERE
4e10800bf5a3 : Wait for split screen apps to be visible
1fcae9636bd8 : Import translations. DO NOT MERGE ANYWHERE
a163d1bfd510 : Fix the same active time tasks disappeared on RunngintTasks
5abc2b4690d6 : Import translations. DO NOT MERGE ANYWHERE
4e58e23c1c35 : Import translations. DO NOT MERGE ANYWHERE
378282e36d38 : Import translations. DO NOT MERGE ANYWHERE
47840a8d73bc : Unhide BluetoothProfile.LE_AUDIO and getGroupId for the App usage.
29e6d93d84e9 : Process rcsVolteSingleRegistration if it is not provided or roaming
ac7f2980a09f : Improve threading docs for TimeZoneProviderService
a131ad97c148 : Introduce Android lint checks around Binder.clearCallingIdentity()
36fa15b7dbee : Add more owners of API directory
bb9bf67591bf : Remove most of the NetworkStack dependencies on frameworks/base.
f5ea4604b802 : Catch SQLiteFullException in AccountManagerService
e0d88b8373c3 : Import translations. DO NOT MERGE ANYWHERE
8951e98b2051 : Import translations. DO NOT MERGE ANYWHERE
f2ac81a27679 : Import translations. DO NOT MERGE ANYWHERE
c95128e2e295 : Import translations. DO NOT MERGE ANYWHERE
d3a93d08106f : Import translations. DO NOT MERGE ANYWHERE
f82e618cd6d9 : Import translations. DO NOT MERGE ANYWHERE
5d65f12caa51 : Import translations. DO NOT MERGE ANYWHERE
e6d6a59630a2 : Import translations. DO NOT MERGE ANYWHERE
77513d0f05f2 : Move keys in CapabilitiesProperties to System provider
ddbe0c11c6f9 : Import translations. DO NOT MERGE ANYWHERE
e8681109c62a : Import translations. DO NOT MERGE ANYWHERE
dcc534f2ef26 : Import translations. DO NOT MERGE ANYWHERE
fc09ce2a9171 : Import translations. DO NOT MERGE ANYWHERE
559c4096f56c : Import translations. DO NOT MERGE ANYWHERE
e0403d2936bc : Import translations. DO NOT MERGE ANYWHERE
e26201eaed8a : Import translations. DO NOT MERGE ANYWHERE
932d5cdf8cb8 : Import translations. DO NOT MERGE ANYWHERE
de3219b944cd : Import translations. DO NOT MERGE ANYWHERE
fcd2e1535ee4 : Import translations. DO NOT MERGE ANYWHERE
34697911052b : Bluetooth: fix comments on Volume Control Profile review
952ca3a5a6ec : Import translations. DO NOT MERGE ANYWHERE
2992a1dac025 : Revert "Detects all activities for whether showing work challenge"
2a83184d0be6 : Move CARD_PREVIEW_MODE and CORNER_ROUNDNESS to Setting.Global.
6fd185eedbd9 : Let TradeFed and CrystalBall teams co-own TestProtoLibraries.bp.
2fd661b28361 : Use enabled: false to disable errorprone
dc5057e9d4d8 : Running various lifecycle-related tests on main thread
4619694a85ff : Bluetooth: fix comments on Volume Control Profile review
165faf446027 : Adds rahulsabnis@ as an owner for all Bluetooth files in frameworks/base
37c700dbbebf : Bluetooth: fix comments on Volume Control Profile review
aafaaec0d529 : Add sys config to handle apexes that are allowed to be updated
2024afe45404 : Add related 3 CTS tests for PackageInstallerSession in TEST_MAPPING
44993614def1 : Fix CacheOomRankerTest.
cc44c874cf99 : Only update cache for new user on user create
207638e6b2b6 : Do not redact string extras which exclusively contain helpful system information.
ed10978de1dd : Allow app zygote preload to retain files across fork
c1f33694bc42 : Use the accent color for colorized notifications with COLOR_DEFAULT
0c7aa3d672c2 : Do not use ellipsize=marquee in notification layouts.
a5a3d328396c : DO NOT MERGE Bluetooth: add Volume Control Profile boilerpalate
d8ad48746dc6 : DO NOT MERGE Revert "Bluetooth: add Volume Control Profile boilerpalate"
c131c0feead9 : Wait for app launch animation to complete after launching apps
5c03084e32d5 : Change the HDMI_ARC audio output device to full volume.
7579fa3425a7 : Unhide BluetoothProfile.LE_AUDIO and getGroupId for the App usage.
c6d6653d96b8 : DO NOT MERGE Bluetooth: add Volume Control Profile boilerpalate
55ece29ae26c : DO NOT MERGE Revert "Bluetooth: add Volume Control Profile boilerpalate"
5ae34b579223 : Initialize and migrate 26 keys that are backed by PrepreferencesProperties.
de91407e93e2 : Fix ripples not going away
d07752e1d162 : Check opportunistic quota on metered networks.
0fb0d664efef : Import translations. DO NOT MERGE ANYWHERE
8b9266d05d9f : Import translations. DO NOT MERGE ANYWHERE
fbaaf88aaace : Import translations. DO NOT MERGE ANYWHERE
5100fd98ee32 : Import translations. DO NOT MERGE ANYWHERE
808a4f29990d : Unzip apk in $(genDir) instead of inside source tree
9c7d98bcfb22 : Import translations. DO NOT MERGE ANYWHERE
6b107a93e1d5 : Add ART's module-lib to "module_current"
0da0fb106e5d : Update Mobile Data State on subscription changes.
f210921b25af : Import translations. DO NOT MERGE ANYWHERE
90ca93b362b0 : Use SparseBooleanArray to track backing up UIDs.
22f1dcf528fb : Fix NPE in logging
90be6f3d79b6 : Accessibility fix for ShellRoot
cb33d536a4f2 : Add attribution tag to checkAccessibilityAccess
a149b39c7744 : Fix ripples not going away
8b59ddb19c9b : De-optimize flicker tests
c58ad39d1c82 : Remove most of the NetworkStack dependencies on frameworks/base.
246c5d92c612 : Apply ag/12775659 to IpClientManager.
d3da0bc7c13e : Fix targetSDK javadoc.
d74a3afec957 : Add OWNERS for WM proto files
7f7ffe21bb3b : Introduce config for auto-created guest users
da024990633f : Fix crash when running UserSwitcherControllerTest
36fd35b4ee14 : Handle several daylight savings related edge cases in ScheduleCalendar.
730e06c5ac00 : Remove listeners when destroying GlobalActionsDialog.
ebdae2e9b7d5 : Extract flag font from NotoColorEmoji
c6fc5b29e43a : Remove WifiTrackerLib from SettingsLib
8b5a441c4863 : Avoid applying closing animation for invisible activity.
98253dfa985b : Allow app's targetSDK to overwrite SELINUX_LATEST_CHANGES SDK
507a653a6e35 : Update the java doc of AndroidKeyStoreProvider#getKeyStoreOperationHandle to support Signature object
34091a5066f3 : Remove multi-client IME
010a8e066726 : Add OBSERVE_NETWORK_POLICY for shell to test CTS
c8d4ad2a9d8b : Remove netlink-client dependency from net-module-wifi.
705021aa6b57 : Convert VcnNetworkProvider to use NetworkOffers
f968bde0252b : Validate the ServiceRecord state while handling misbehaving FGS
7b82cbbe3411 : Block SAF directory access to /sdcard/Android
fbe5177bd5d7 : [RESTRICT AUTOMERGE] Fix OOB write in noteAtomLogged
bb2279de3ca0 : [security] SubscriptionGroup is exposed to unprivileged callers
f49416b2abe2 : Added nullptr check to pullFaceSettingsLocked
fed928bb1fb6 : Eliminate potential deadlock in AccessibilityCache
037ebb891104 : Record instantaneous events to the Ledger.
fcb8f0732f2c : Convert event IDs from String to int.
a71a3a7aa2ce : Import translations. DO NOT MERGE ANYWHERE
8359cb5521df : Import translations. DO NOT MERGE ANYWHERE
00a6852175f3 : Import translations. DO NOT MERGE ANYWHERE
fd18e13f0bed : Import translations. DO NOT MERGE ANYWHERE
b17d42f3232e : Avoid locking mChanges when not necessary
c8546f489775 : Import translations. DO NOT MERGE ANYWHERE
098560a4bb85 : Import translations. DO NOT MERGE ANYWHERE
2d12628ecc78 : Check nullity of ResultReceiver
575886adffe4 : Import translations. DO NOT MERGE ANYWHERE
489a1391e36d : Import translations. DO NOT MERGE ANYWHERE
01c355058d33 : Import translations. DO NOT MERGE ANYWHERE
dfedc9060c1c : Update current user after registering receiver
d6e3cd32d953 : Import translations. DO NOT MERGE ANYWHERE
c603b462152f : Clarify the video API "setZoom" ratio.
739f69bc0c42 : Update nullability checks to use Objects#requireNonNull instead of deprecated method in Preconditions class
fac857dd313e : Bump x86 WebView zygote reservation size to 190MiB
4e17d25774fc : Limit the number of UidBatteryConsumers included in the BatteryUsageStats atom
c55c7389d4c5 : Hold wakelock earlier.
9c3bb8780960 : Fix close IME auto open tests
690b89ec89e8 : Bluetooth: add Volume Control Profile boilerpalate
875888eff38e : Register the DexLoadReporter before creating the main class loader
3e9ecc8d12b6 : Allow cross profile interaction by default to_parent
a180aef6d348 : Bluetooth: add Volume Control Profile boilerpalate
190350138097 : Fix inconsistency in ringtone list
5e43390b9bb3 : Fixing the race condition in GenerateRkpKey
6b86dfb159bd : Stop exporting symbols from app_process
584b3e37ef45 : Note applicable modifiers in EconomicPolicies.
b4befa453779 : Create platformtestprotos.
d107e4efa612 : Mark fallback owners as #{LAST_RESORT_SUGGESTION}.
927ce1eca2b9 : Return the freed bytes from deleteOdex API
45c8f8c9a256 : Add base Agent code.
1b46bc9a0937 : Import translations. DO NOT MERGE ANYWHERE
b7295864824f : Import translations. DO NOT MERGE ANYWHERE
ac05c021ddc8 : Import translations. DO NOT MERGE ANYWHERE
ece1320fa1be : Import translations. DO NOT MERGE ANYWHERE
d288df38cc5d : Import translations. DO NOT MERGE ANYWHERE
55b908c8fe26 : Update owners of Accounts subsystem.
0d899e36da9c : Import translations. DO NOT MERGE ANYWHERE
110a38af134a : Import translations. DO NOT MERGE ANYWHERE
c073c6107eec : Import translations. DO NOT MERGE ANYWHERE
91e5fd3af1ac : Import translations. DO NOT MERGE ANYWHERE
61256bd71b30 : Import translations. DO NOT MERGE ANYWHERE
147fab2aec6c : Import translations. DO NOT MERGE ANYWHERE
ca76df1d44ec : Import translations. DO NOT MERGE ANYWHERE
abcfc1791348 : Import translations. DO NOT MERGE ANYWHERE
d1de5bd3d9be : Set legacy type for VPN
6a358bf02409 : Fix: query TYPE_WIFI usage with empty string
20ac43d4e894 : Import translations. DO NOT MERGE ANYWHERE
d9b1338a6303 : Import translations. DO NOT MERGE ANYWHERE
de1d40fba664 : Import translations. DO NOT MERGE ANYWHERE
3a7f9869a825 : Import translations. DO NOT MERGE ANYWHERE
b13eb2c476fb : Protect TelecomManager#getPhoneAccount with necessary permissions.
4e6fb0bcba2e : Apply getImeControlTarget() only for IME insets
6390d97088e5 : smartspace: remove errorneous import in AIDL
9c13db3c8f02 : Removes redundent locks in Rotation Resolver.
f199b66d36c0 : Remove SCHEDULE_EXACT_ALARM from Shell
e7a360f7ff98 : Include WakeupMessage in framework-ike-shared-srcs
5be2537a4669 : Update write permission in MultiUser test apk.
6c37b16c71ac : Dear robots, please send bugs to our triage queue not a random team member.
2f003333d1df : Update documentation for Intent#CATEGORY_DESK_DOCK.
310719c2f292 : Follow up from http://ag/12048560
a135e23fe97c : Re-order early return when targetPkg is null
cb6d365405b0 : Add carrier config nr_advanced_capable_pco_id_int
b2a11d35e5f8 : Revert "Fixing the race condition in GenerateRkpKey"
1fd3dadc2211 : Allow MANAGE_TEST_NETWORKS to register and get VCN policies.
4464e4635772 : Fix PixelCopy & BQ crop
a6d73351fd78 : Add a comment for the LegacyGlobalActions broadcast receiver fix
1226ac6f3d9b : Add CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED
7e7619c3b495 : Don't recompile apks with speed-profile is the profile is empty
4f09b85b3898 : Run bpfmt on api/Android.bp
23bf8aa5915a : Add change id for opting in to R selinux changes
baea42278861 : Give shell android.permission.GET_TOP_ACTIVITY_INFO
0d25efa41903 : Implement battery_usage_stats_before_reset pull atom
6ea400b27c85 : Add BatteryUsageStatsQuery parameters: time range
3536bf7b5531 : Avoid unnecessary smaps logic during app compaction
a251df62b7d9 : cleanups and fixes for process_madvise compaction
9a240462593c : CachedAppOptimizer: fix fd leak.
d57dabcc9487 : Check for invalid device attestation parameters
2a0460f70111 : Implement BatteryUsageStatsStore
266ef5230316 : Add URSP matching failures as permanent failures
c9788002a528 : Create config KEY_ADDITIONAL_NR_ADVANCED_BAND_INT_ARRAY
a1066d1a5daa : Add NR SA OVERRIDE_NETWORK_TYPE_NR_ADVANCED for TelephonyDisplayInfo
bedbb8902f23 : Allow app's targetSDK to overwrite SELINUX_LATEST_CHANGES SDK
6dbb226dad9c : Fix status bar assertions on seamless rotation
9d1fb6883837 : Include a name in the waitFor invocations for logging
82adde8b245e : Wait for PIP window to exist
98a0f4dfe839 : Log two new fields for initializeStats
406942498495 : Fix the comments from aosp/1717479.
b4cbf81dd70d : Make NsdService only start the native daemon when needed and automatically clean it up.
8262d14e71d1 : Add benchmark units
a4ecb890dfdf : Fix function return type
c51efbe68fab : Migrate to use process_madvise syscall instead of procfs interface for memory compaction
a3fce76dab0b : Add function to get APN types as ints from bitmask
5c4aa4f2f751 : Add ART members to AndroidRuntime ownership
0f6219553513 : Fixing the race condition in GenerateRkpKey
5bc17839f734 : Adds checks if level is set on ImageView to override the level on the Drawable in the updateDrawable
e866a7f8995c : Import translations. DO NOT MERGE ANYWHERE
8ecc0a2a9f46 : Import translations. DO NOT MERGE ANYWHERE
d3418c767472 : Add OWNERS file for app-side TARE directory.
d3ae75120994 : Import translations. DO NOT MERGE ANYWHERE
3e5a1dfa1d64 : Import translations. DO NOT MERGE ANYWHERE
01efac6b492d : Import translations. DO NOT MERGE ANYWHERE
5c1dc6ae8ce7 : Import translations. DO NOT MERGE ANYWHERE
a8f3ec1dd5a2 : Import translations. DO NOT MERGE ANYWHERE
cddd0fd7a98d : Import translations. DO NOT MERGE ANYWHERE
44fd593ce8a6 : Import translations. DO NOT MERGE ANYWHERE
c65e8890e8fe : Import translations. DO NOT MERGE ANYWHERE
0bb2d32e8427 : Import translations. DO NOT MERGE ANYWHERE
a91524818bb0 : [CEC Configuration] Set CEC 2.0 as the default
111db27e00c0 : Import translations. DO NOT MERGE ANYWHERE
4b4659451f77 : Import translations. DO NOT MERGE ANYWHERE
abe7d0317562 : Import translations. DO NOT MERGE ANYWHERE
43b07650ace4 : Import translations. DO NOT MERGE ANYWHERE
9233873ea1e6 : Import translations. DO NOT MERGE ANYWHERE
c9545505139b : Make ApiLint's new_since arg the merged txt file
0aa18eb8b334 : Import translations. DO NOT MERGE ANYWHERE
8bc258c2195c : Import translations. DO NOT MERGE ANYWHERE
40a7d1b286f8 : Import translations. DO NOT MERGE ANYWHERE
b2cfa6daa107 : Import translations. DO NOT MERGE ANYWHERE
85f878058bfe : Import translations. DO NOT MERGE ANYWHERE
3acb77bb3d23 : Import translations. DO NOT MERGE ANYWHERE
858469d6ab0c : Import translations. DO NOT MERGE ANYWHERE
795e591bd244 : Import translations. DO NOT MERGE ANYWHERE
8abccc3ae5d3 : Import translations. DO NOT MERGE ANYWHERE
e5eae60be33d : Import translations. DO NOT MERGE ANYWHERE
b2dcbb4625b5 : Import translations. DO NOT MERGE ANYWHERE
282812679a03 : Import translations. DO NOT MERGE ANYWHERE
d641efeb1803 : Revert "Hide MediaFormat#KEY_SLOW_MOTION_MARKERS"
8d16e1b7de9c : Fix failed tests for ApplicationPackageManagerTest
2c6121f3e3c5 : Improve ellipsize performance
d397f0e17dbb : Allow SharedMemory creation from ParcelFileDescriptor
cd187b7176c2 : Fix false-positive matching of notification to FGS
fc6032f1062d : Set max transmit packet size for OBEX packets to the max if they exceed the max allowed packet size
63da7e1c157e : Add logs to UserLifecycleTests
00c02ac6170e : Add basic multipliers.
d76dcf1a03db : Use sendBroadcastAsUser() instead of sendOrderedBroadcastAsUser()
a2ba369d2017 : Parse dalvik.vm.ps-min-save-period-ms property
4a3db57ba57e : Remove checks for system_process in TelephonyManager
2aaa2c320534 : Update documentation for setSubscriptionOverride
bec595231163 : Add new data fail causes for ENTERPRISE failures
92b8e55acf9a : DCT set up default before enterprise APN
5fa39ffd174f : setCdmaSubscription/RoamingMode returns when not CDMA
0a32d1c3e3bd : Don't destroy the FalsingManager in Wallet.
51903825c20a : Check for downgrade and signature of outer .apex certificate
a349ddace259 : Fix false-positive matching of notification to FGS
865a9cb8f0c3 : Add test for font family update.
6e75745a91a5 : Fix typo in documentation
8df4695d417c : Don't destroy the FalsingManager in Wallet.
5653aff5760a : Remove color font and icons overlays
5959ec0a5f5a : Set dist_group: "android" for frameworks/base java_sdk_libraries
86db99b1829f : Add KEY_CARRIER_SUPPORTS_CALLER_ID_VERTICAL_SERVICE_CODES_BOOL for treating *67 and *82 as a temporary mode CLIR when dialing E911
52853a2d4741 : unregister FileCleanupReceiver when disableHistory
67ba05ab3a1e : Import translations. DO NOT MERGE ANYWHERE
9c0243182759 : Import translations. DO NOT MERGE ANYWHERE
91f9c590b555 : Import translations. DO NOT MERGE ANYWHERE
1be7a4231ba4 : Import translations. DO NOT MERGE ANYWHERE
90c63acfa0dd : Fix Javadoc typo
2df128c19dfc : Import translations. DO NOT MERGE ANYWHERE
c1b8026b80af : Fix using caller-aware methods after clearCallingIdentity()
62e604ea4d10 : Import translations. DO NOT MERGE ANYWHERE
287c66242b3e : Import translations. DO NOT MERGE ANYWHERE
013cb91a69b0 : Use finally block for Binder.restoreCallingIdentity
432884126fc8 : Flesh out the IRS some more.
2c9685573f9e : Do not canonicalize overlay config test paths
c6e649226bc4 : Add initial EconomicPolicies.
acb13e1f769a : Don't destroy the FalsingManager in Wallet.
35ad1127efed : Fix disappearing notifications when closing fullscreen QS
49e778e7928a : Make AudioManager.getSurroundFormats a TestApi
549c8f2851eb : Log whether notifications are ongoing or foreground services as well as timeout.
b42d86370d7c : Drop prebuilt files to android source tree.
5ffaea94944c : Use finally block for Binder.restoreCallingIdentity
293fd61abe93 : Don't destroy the FalsingManager in Wallet.
42999ba41553 : Don't destroy the FalsingManager in Wallet.
77b6bb966561 : Don't destroy the FalsingManager in Wallet.
008502bf7477 : Clear WIFI namspace on primary user keystore reset.
a92470c72fb5 : DO NOT MERGE ANYWHERE: Do nullptr check on source filter
7832ce8f6215 : Fixing breaking API change: TelephonyManager#getManualNetworkSelectionPlmn
b033da4e3a7e : Switch media fw permissions checks to AttributionSource
11053c17b397 : Prevent apps from spamming addAccountExplicitly. See comment here for the discussion on solution https://b.corp.google.com/issues/169762606#comment14
fc729f02e9a4 : Merge framework-connectivity impl and stub targets
9ee2cc8e446f : Build service-connectivity with system_server API
1027c349a1f3 : [RCS]Add OMA cpm filetransfer feature tag
ba43fb8406b9 : Add NDK API for getprocdns,setprocdns
1406961d5ab7 : Support Taiwan Covid-19 free short code
c2f03da27c37 : Add NDK API for getprocnetwork
9da011fc0340 : Remove the lock sections from verifyNonStaged
fa83ec5d5015 : Import translations. DO NOT MERGE ANYWHERE
4853d11c8ae5 : Import translations. DO NOT MERGE ANYWHERE
0419072d824f : Import translations. DO NOT MERGE ANYWHERE
29053e368df8 : Import translations. DO NOT MERGE ANYWHERE
bac93ff156ea : Import translations. DO NOT MERGE ANYWHERE
d51ef442d938 : Import translations. DO NOT MERGE ANYWHERE
360c4dc45a60 : Import translations. DO NOT MERGE ANYWHERE
2627389a63f5 : Import translations. DO NOT MERGE ANYWHERE
c34d4ad01468 : Import translations. DO NOT MERGE ANYWHERE
644ecfa4a083 : Import translations. DO NOT MERGE ANYWHERE
334b969f83be : Import translations. DO NOT MERGE ANYWHERE
59fba6ea6e00 : [CEC Configuration] Migrate Settings.Global to HdmiControlManager API
bc57a6aaa59c : [CEC Configuration] Add 'routing_control' setting
f7f4be99aace : [CEC Configuration] Use change listener from HdmiCecConfig
3d007e9ce4ad : [CEC Configuration] Add 'system_audio_control' setting
637ec21af712 : Revert "Add the checking of the package installed state"
981d9955fde6 : Revert "Add MATCH_ANY_USER flag when get valid package uid"
dcea3c5d4d0e : Revert "Use userId to query the package uid instead of 0."
9e4e84d2b98a : Import translations. DO NOT MERGE ANYWHERE
bb8fb09eb94c : Refactor PackageParser (11/n)
f19d30a4f4dc : Fix process group of webview zygote
e5ab1b8d8770 : Fix process group of webview zygote
1cd23470b004 : /widget/OWNERS: Change TextView to TextView*
6d49787fb510 : Force to notify ContentCapture event even view is not laid out
24640510f38b : Import translations. DO NOT MERGE ANYWHERE
56b4e9257ea5 : Import translations. DO NOT MERGE ANYWHERE
f75905e9d308 : Import translations. DO NOT MERGE ANYWHERE
932bf1a357a3 : Add API for SHELL command to set the capabilities request timeout.
70b9be522040 : Import translations. DO NOT MERGE ANYWHERE
5a20d4ff08f0 : Import translations. DO NOT MERGE ANYWHERE
ea79227e98a3 : Import translations. DO NOT MERGE ANYWHERE
b50d662f99df : Initialize unit tests with empty local devices
8cf0a2a2922a : setCurrentState(DESTROYED) called from main thread
6af74807f258 : Enforce setCurrentState calls are on main thread
e839d9dd73f1 : Refactor QSTileImpl and remove Dependency.get
c529168031a4 : QSTileImpl is set to DESTROYED when handleDestroy
a19a2ce91182 : Visual changes to tap-again toast.
f1285f7cbffc : Copy configuration when getting resources for a rotation
bbbb81d1c3ec : Recreate QuickAccessWallet for Wallet Tile and Lockscreen Icon when the default payment app has changed.
66bd1bd7cdd3 : Show a small toast when a double tap is needed.
33ca7b1ff622 : Import translations. DO NOT MERGE ANYWHERE
769ea2316681 : Add OWNERS
616e234464e2 : Revert "Use BinderDeathDispatcher for alarm listeners"
dd29fd05f973 : Add system setting for CW Home Ready
de318d7e678a : Revert "Reset stack guard after fork from Zygote"
f3d78421ba45 : Check for Ignore-AOSP-First commit tag
df4b33036db5 : Add some warnings and notes about framework's jarjar rules
f53e23b917aa : Use updated NetworkEventDispatcher API
7d0aa2e651e8 : Split out NetworkStack and Tethering permission
91fb2e6534f0 : Log when user attaches an image to remote input.
eb9d9b261ee5 : Make sure the PAC script content is sent again
6d47f7fb1070 : Change settings observer for other processes to not pass a userhandle.
4366d817304e : Fix getSelectionModeForCategory
9c48c78de3eb : Gracefully handle integer overflows.
db28ed585fb0 : Increase initial StringBuffer capacity in View.toString.
fc3b6231a62d : Add local log
61d7ab9455a6 : Add additional dump information for UnderlyingNetworkTracker
e237e35dff5b : Copy up/downstream bandwidth and TCP buffer sizes from underlying
5c5b485013e8 : Prevent concurrent modification exceptions in VcnManagementService
b1b99dacfb44 : Import translations. DO NOT MERGE ANYWHERE
9eaedf671efd : Import translations. DO NOT MERGE ANYWHERE
637b1d65e2da : Revert "Inline usage of jarjar_rules.txt"
97613a1161c6 : Add IRS stub.
b5dc7a6787f9 : Import translations. DO NOT MERGE ANYWHERE
8495331ce472 : Import translations. DO NOT MERGE ANYWHERE
8cecd22d2942 : Add a version of SettingsObserver to BinderCallsStats and make it public so it could be used to collect binder latency data from bluetooth and telephony.
77f6bbff3c52 : Refactor ddm ChunkHandler utility methods from libcore to framework
c0b0a3bcb31b : Add PLATFORM_COMPAT_SERVICE to SystemServiceRegistry
d818bc31f5ed : Import translations. DO NOT MERGE ANYWHERE
f62ae15bad06 : Add permission into Shell for CTS test
3555932cac6d : packages/Connectivity moved to packages/modules/Connectivity
2910735d59b5 : Add OWNERS for StorageStats related code.
0bacf4f46bc2 : Update javadoc of TM#getDataNetworkType to align with implementation
65e0ade1514f : Add initial Ledger implementation.
7c473650599e : Add an error code for RoR failure due to no network
3a6b89c828b1 : Fix deadlock on CompatConfig.mChanges
5a9716fa45cf : Make Pip usage of FrameCallbackScheduler an actual class
a926598e896f : Revert "binder: race condition by parcel finalize"
04c3fbd6fc56 : Add lihongyu@ and mariiasand@ to WM OWNERS file
113436f49faf : Up limit from 1fps to 3fps for takeScreenshot
4b8a26bcaad9 : Convert BatteryUsageStats to and from XML
000f35cdf399 : Add TareHandlerThread.
9ea2d7cc8967 : Use userId to query the package uid instead of 0.
5ee8e905120b : Add MATCH_ANY_USER flag when get valid package uid
5d5d5fdf2890 : Add the checking of the package installed state
fb3d4ae4c7ad : Adds the display Id into the A11y event
940801c16579 : Remove packages/Connectivity
f33ffa14ae91 : packages/Connectivity moved to packages/modules/Connectivity
6db4fc9e3b15 : Move conscrypt related hidden API flag file contents
f69a7d09e12f : Remove packages/Connectivity.
63d9aecdbbd2 : Add BatteryUsageStats.add(BatteryUsageStats)
1b529e3dbfc4 : Import translations. DO NOT MERGE ANYWHERE
f0bccbe5f382 : Import translations. DO NOT MERGE ANYWHERE
2fb1e1924b12 : Import translations. DO NOT MERGE ANYWHERE
813334e947d8 : Import translations. DO NOT MERGE ANYWHERE
3b294863e663 : Recreate QuickAccessWallet for Wallet Tile and Lockscreen Icon when the default payment app has changed.
3f672c54a21d : Recreate QuickAccessWallet for Wallet Tile and Lockscreen Icon when the default payment app has changed.
96136e9cd89e : Add TEST_MAPPING for TARE directory.
cc258065e171 : Improve IKEv2/IPsec VPN by proposing more IPsec algorithms
a1250b59ab3f : Support codename T in aapt2
29f05dde3e9e : Add OWNERS block for migration
340f6d4d526b : Final token from Binder.clearCallingIdentity()
039b201f7b56 : Add buckets params to the binder latency atom
bea8b3bb427c : Add Support of disabling or enabling component for the backup agent
1d4320ac1052 : Fix typo in PermissionChecker.java
3a2c53106ad1 : Add another OptionsBuilder constructor with the source type as one of its parameter.
715ecc2bac07 : Use BinderDeathDispatcher for alarm listeners
d9168914051d : Add test for NetworkCapabilities.Builder.withoutDefaultCapabilities
552dfe5c2958 : Add keylayout mapping for Luna controller (Bluetooth)
088545329b9a : Marked apks loaded by isolated processes as usedByOthers
dbc84f8071f0 : Remove Tron (MetricsLogger) logging from RemoteInputView.
97d17d415f07 : Tweak preference layout padding
18e698af74b6 : Revert "Revert "Add new TARE directory.""
d1cf91383ca2 : Revert "Add new TARE directory."
6e620ef5e316 : Revert "Create non-bypassable op restrictions"
2cf503035e44 : Introduce intial EconomyManagerInternal interface.
559c995af653 : Improve IKEv2/IPsec VPN by proposing more IKE algorithms
06892871c279 : Fix OWNERS file.
cf89b5d085db : Close the FileStream to avoid resource leak
381b1b843318 : Update OWNERS for AppSearch
46c3c694d410 : Improve the net-capabilities scheme for backward compatibility
086d0dab4fc1 : Push the latency histograms to statsd
95904d435df1 : carrier data usage: Use carrier template as default policy
bff4e949a8ea : Import translations. DO NOT MERGE ANYWHERE
1417a35c3838 : Import translations. DO NOT MERGE ANYWHERE
9e441acd279d : Add bootclasspath_fragments to platform-bootclasspath.
79fe2b53f845 : Rename addPackageOverrides to putPackageOverrides.
6a3bf20eeee4 : Import translations. DO NOT MERGE ANYWHERE
05541185b3ad : Import translations. DO NOT MERGE ANYWHERE
1e720a25c482 : Import translations. DO NOT MERGE ANYWHERE
0620d6eccd8b : Import translations. DO NOT MERGE ANYWHERE
dc9aa2ed557c : Import translations. DO NOT MERGE ANYWHERE
c1fe1ef47d90 : Update lint baseline for SettingsLibMainSwitchPreference
f1b5a1a2ea8c : Use CS identity to update setting while performing factory reset
ee8cc6fdf02e : Backport of ag/14170751 and ag/14170752.
2e4efe7be2b0 : Detects all activities for whether showing work challenge
1dcac12a9eff : Ensure storage permission revoke happens for all users
63c67f0304d9 : Remove sendNetworkConditionsBroadcast
5cd8b9e6f431 : PackageManager plumbing to support non-staged APEX installs
6764e97f1437 : Move IoUtils#deleteContents from CorePlatformApi set to framework
0023356faa09 : maybePruneOldTraces: bail if modification times change.
303a702a9c09 : Add cmdline as a compilation reason
ac14604706ec : add notification team as OWNERS of notification utils
87bc4f347138 : Fix ApkLite attribute parsing
e836493e285b : Add getter to retrieve interval between requests.
68112dcdb8c0 : Refactor StructCapUser{Header,Data} and StructLinger for API review
c42259bb0dc7 : Revert^2 "Fix incompatibilities with Kotlin 1.5.0"
dd92ada66629 : Clean up JS code.
22472c6361fe : Add permission to shell for CTS test
6be69d8f3bff : Corrupt the PersistentDataBlock payload explicitly in factory reset
c91400627b47 : CEC: Add <User Control Pressed> information in dumpsys.
85a702b78c78 : Update API txt following a metalava fix
0b558062ac34 : Throw an exception if touch device is not fake touchable
7fc88ee1c5ff : Clarify some UCE API docs
c6dd9a0d1a9e : Add new TARE directory.
84a49a27c375 : Remove GET_ACCOUNTS_PRIVILEGED from PermissionController.
25eb4717907e : Optimize SIM phonebook feature with new APIs
9fbe8a82795a : Add a cherry-pick exception.
5531d5d39fa2 : Add <staging-public-group> tags to T
65dceb4252aa : Drop prebuilt files to android source tree.
7a66403fbe41 : Import translations. DO NOT MERGE ANYWHERE
d21107a1e8be : Add ART module-lib and system API to the collection
7f04ef89202c : Import translations. DO NOT MERGE ANYWHERE
b0ba989dc709 : Import translations. DO NOT MERGE ANYWHERE
aa972a037632 : Import translations. DO NOT MERGE ANYWHERE
3a8efe158f14 : Import translations. DO NOT MERGE ANYWHERE
1956f4c70034 : Include binder stats in battery stats
4139512a13d2 : Throttle the repeated silent installation requests
2cd9d261168a : Reset target sdk version of ParseTypeImpl
69279850e1a9 : Import translations. DO NOT MERGE ANYWHERE
727856cc35ae : Check location permission for ConnDiags last.
8b7cc810075c : Guard against null BluetoothDevice extras.
f9a969624229 : Should not try IMS or EMERGENCY APN for initial-attach.
ecdd0b3b4266 : Reset stack guard after fork from Zygote
b715c4d7301d : Revert^2 "Fix incompatibilities with Kotlin 1.5.0"
405b15de70bd : consistent permission check for getSubIdForPhoneAccount
474354593de4 : Add plumbing to collect Binder stats for battery attribution
8932c3b27d71 : Dump only NORMAL priority information if no priority assigned
1b70bd185d22 : [VCN21] Do not add NOT_VCN_MANAGED capability if specifier is present
6a43e4ada7f8 : StorageManagerService: remove automotive special casing.
24b9f3f542d1 : Import translations. DO NOT MERGE ANYWHERE
fff5b9b8c081 : Import translations. DO NOT MERGE ANYWHERE
fac3fc8ff5f1 : Register APPS_ALLOWED_ON_RESTRICTED_NETWORKS setting observer
08295d2feb4b : Read APPS_ALLOWED_ON_RESTRICTED_NETWORKS setting from PermissionMonitor
8add2635a637 : wifi: Use new API for data usage function
ab4abcf073bf : Support to query TYPE_WIFI usage with subscriberId
d63d206f9751 : Make BackgroundDexOpt aware of thermal state
b2632543c09e : Remove underlying network caps
e0f865d55495 : Update VCN Owners Post-Initial-Development
e6c0a4f8ce50 : Updates OWNERS files
afbce365aea4 : Update OWNERS file.
68bdf0495f0c : Output current times in ISO-8601 format
a081acd61091 : [FUI29] Migrate ConnectivityService to use getAllNetworkStateSnapshots
9c964b11e6ee : [FUI27] Fix internal naming of notifyNetworkStatus
8e1b94193fe1 : Replace clearAll with withoutDefaultCapabilities
d9b6ed80b9e1 : Add metered filter for API: buildTemplateCarrier
fcdb250b4d7f : Fix one child MultiPackage session user action fails
c6c95e8d9326 : Update boot image and system server profiles [M5C5P89S0PP]
c390171534fb : Remove old telephony Intent from protected-broadcasts
0f17621c2ba9 : Emergency workaround to patch over ID shuffling.
2cfc073172d9 : Revert "Fix incompatibilities with Kotlin 1.5.0"
2d36581364eb : Import translations. DO NOT MERGE ANYWHERE
c978c66785d1 : Import translations. DO NOT MERGE ANYWHERE
7127e60f7afb : Import translations. DO NOT MERGE ANYWHERE
3e308c627084 : Update the use of registerAppInfo
5ebef3eb145c : Move config_apf* resources to NetworkStack
8ce8eca31ef5 : Import translations. DO NOT MERGE ANYWHERE
30d5e213ca29 : Import translations. DO NOT MERGE ANYWHERE
53c562b5f6a0 : Move to renamed NDK symbol AFileDescriptor_getFd
862b76040f3a : Import translations. DO NOT MERGE ANYWHERE
87e9624648b9 : Move IoUtils#deleteContents from CorePlatformApi set to framework
9879f7fc177f : Change BinderLatencyBuckets to use int[] instead of ArrayList to improve performance.
e7ff40348bc1 : Import translations. DO NOT MERGE ANYWHERE
1a6922fd8935 : Initial setup of statsd logging in ShortcutService.
82672f737119 : Revert "Fix incompatibilities with Kotlin 1.5.0"
ef16546dccfb : Revert "Fix incompatibilities with Kotlin 1.5.0"
1b6e63215c62 : Remove extra article from comment to make it more readable.
faa439c17c94 : Add two new non-mandatory app intent categories
48521dc0a2aa : Revert "Only update default home when the preferred home activity is modified."
63b477561652 : Import translations. DO NOT MERGE ANYWHERE
cde94194cff8 : Allow skipping CDM dialog for same-oem
91fe620e24c9 : Import translations. DO NOT MERGE ANYWHERE
f43e471124a5 : Remove the deprecated SipDelegate methods pertaining to Dialogs
015760e50bea : Import translations. DO NOT MERGE ANYWHERE
41d20af6520e : Add global settings keys for sysui package and main activity
b88ccf80aa88 : Fix segmentation fault in aapt2
f696d704a884 : Import translations. DO NOT MERGE ANYWHERE
8404793c19df : Import translations. DO NOT MERGE ANYWHERE
fd1d84e49cac : Import translations. DO NOT MERGE ANYWHERE
6200fad57be5 : Import translations. DO NOT MERGE ANYWHERE
83deb23a6737 : Add tests for guest user metrics
a933ab3bfbf4 : [WebView] Add document for ViewDelegate#onApplyWindowInsets
9943124ba602 : Print human-readable OEM managed states
c9a61fc8e951 : Fix crash in BrightnessTracker write events
ce86fa9f78c2 : Add KEY_CARRIER_SUPPORTS_CALLER_ID_VERTICAL_SERVICE_CODES_BOOL for treating *67 and *82 as a temporary mode CLIR when dialing E911
27902cc55802 : Import translations. DO NOT MERGE ANYWHERE
82e22774f714 : Revert "Add the checking of the package installed state"
11cc7a64b499 : Avoid using stale sessions for cleanup alarm.
850f8aa4d965 : Extend errorprone checks for unattributed calls
5ff6dc00ae0f : Revert "Don't defer FGS notification if it's already shown"
605a2a263fe0 : Revert "Don't defer FGS notification if it's already shown"
0c85b1600319 : Revert "Migrate the usage of sCompatibilityModeEnabled"
fb7bf756f1f5 : Support global key can be dispatched from non-interactive
bc45cab1f2bf : Use state description of "in progress" for indeterminte ProgressBar
01b3df15e972 : Revert "Migrate the usage of sCompatibilityModeEnabled"
9b3ee672ecf7 : Implement the CarrierConfig for call indicators
7a153718b481 : Revert "Migrate the usage of sCompatibilityModeEnabled"
e9601fc435b3 : Revert "Migrate the usage of sCompatibilityModeEnabled"
699f52e08491 : [SettingProvider] add checks for null applicationInfo
77061033fc1f : [SettingProvider] add checks for null applicationInfo
a7765759c438 : Sensors: Set the wakeup LOW_LATENCY_OFFBODY_DETECT as default
80dff2f29abd : Dispatch pre-reboot verification tasks to the installer thread
2046d54ed660 : Kill logcat with SEGV so we get a tombstone on timeout.
0de06baa18f0 : Revert "Revert "Dump location noteOp with location off""
d7ccc04b7f6f : Log the battery saver changed atom on initialization.
0233f8a03e20 : Import translations. DO NOT MERGE ANYWHERE
c90d868b6eb5 : Revert "Fix VIP conversations alerting incorrectly."
c42c5a334779 : Revert "Fix VIP conversations alerting incorrectly."
4c5c16462604 : Revert "Fix VIP conversations alerting incorrectly."
47fd3f634354 : Call StatusBar#finishKeyguardFadingAway after the fling animation.
e837ade57504 : Revert "Enable remote animation for keygaurd going away."
cb9c2b77d3a7 : Make sure to reorder side stage above main stage to prevent flicker
8244759d5f02 : Revert "Fix VIP conversations alerting incorrectly."
9e6b51cbca97 : Call StatusBar#finishKeyguardFadingAway after the fling animation.
60e9595134ed : Revert "Enable remote animation for keygaurd going away."
12fcb01ea8e9 : Make sure to reorder side stage above main stage to prevent flicker
34c2996adff9 : Import translations. DO NOT MERGE ANYWHERE
e25182ee82a8 : Import translations. DO NOT MERGE ANYWHERE
f41a26a61515 : Import translations. DO NOT MERGE ANYWHERE
6026940234d0 : TEMP: note "RECORD_AUDIO_HOTWORD" in SoundTriggerMiddleware
9062a4e7499a : Update owners
36a551bc2981 : Rename MediaExtractor symbols to log session id
b44bd5bdf148 : Ensure storage permission revoke happens for all users
b68f4510fa92 : Remove annotations that have been relocated
3b9c828afd0f : Revert "Fix notification top clipping"
3d8a9d18a7b1 : Add a UWB subsystem uid
c920ee7280cc : Fix incorrect index usage in SensorPrivacyService init
5f0cc08a3fee : Allow intercept touch event while animating edge glow.
388b7e85be3e : Import translations. DO NOT MERGE ANYWHERE
b841f4ca190f : Import translations. DO NOT MERGE ANYWHERE
b21f4fe686b6 : Import translations. DO NOT MERGE ANYWHERE
e435403fbdfd : Add additional doc for SatellitePvt
d2dfeb6d27f2 : Add the checking of the package installed state
5d32c60217be : Revert "Support FLAG_ACTIVITY_LAUNCH_ADJACENT for launch root with adjacent"
a38ef5ea1a73 : Revert "Support FLAG_ACTIVITY_LAUNCH_ADJACENT for launch root with adjacent"
e8d4391b5d52 : Revert "Support FLAG_ACTIVITY_LAUNCH_ADJACENT for launch root with adjacent"
87d5d59690c2 : Revert "Support FLAG_ACTIVITY_LAUNCH_ADJACENT for launch root with adjacent"
2ce8b0c80816 : TouchExplorerTest: fix run error.
fa36bdff9f1e : Refactor StructCapUser{Header,Data} and StructLinger for API review
8d98e824d6ef : Remove usage of Math.randomLongInternal
d845b1397d05 : Remove dead code (3/n)
888e92031840 : Unify the flow of enabling rollbacks (2/n)
adb86329d810 : Fix incorrect index usage in SensorPrivacyService init
59f7c47d7b0c : Update TopIntroPreference fontFamily
032a4c0d4102 : Import translations. DO NOT MERGE ANYWHERE
089c2082ff7b : Import translations. DO NOT MERGE ANYWHERE
68f38b2feb67 : Remove annotations that have been relocated
4a5a7f16559c : Add log session id to MediaParser
b7f3cde58794 : Remove dividers of TopIntroPreference
3527866d8d3c : Exempt apps with INSTALL_PACKAGES from freezer
c6694403cf30 : Import translations. DO NOT MERGE ANYWHERE
5b8b737755b6 : Improve the windows register and unregister mechanism
ac6e0f8ed8d9 : Import translations. DO NOT MERGE ANYWHERE
dd5fc3b13e28 : Revert "Add global settings keys for sysui package and main activity"
1aa2297f68e7 : Add cert digest separator to pm app link output
826a02f16287 : Import translations. DO NOT MERGE ANYWHERE
2fb080a715a8 : Import translations. DO NOT MERGE ANYWHERE
553131f2b369 : Remove usage of TV-specific setting in playback devices
f0565093484c : Make 'TV + Audio System' the default power control mode
04d696549f59 : Revert "Add additional logging to listeners API"
d396b1dfd199 : Revert "[CEC Configuration] Add more logging to listeners (temporary)"
b3dec23d9d80 : Resolve conflict between master & sc-dev
70154c60f62b : Fix typo in sensor privacy init
dd71c30eb5dd : Fix typo in sensor privacy init
7556777511b4 : Update frameworks/base to use newer SkRuntimeEffect::MakeForShader
1d0ddf800281 : Import translations. DO NOT MERGE ANYWHERE
4f3684957639 : Import translations. DO NOT MERGE ANYWHERE
3412561439c7 : Fix build error due to null annotations in core platform API
9c5f71f36480 : PersistableBundle.restoreFromXml should return a mutable bundle.
1260b5cabb34 : Revert "Add icon for "Extra dim" used in accessibility shortcut"
6e9514f8e51e : Revert "Add icon for "Extra dim" used in accessibility shortcut"
f915f7562832 : Import translations. DO NOT MERGE ANYWHERE
5f5ec0f06432 : Add more javadoc for requestRawExternalStorageAccess
daa11006bf6e : Give original session id to non-staged rollbacks (1/n)
85eda008b8d3 : Add global settings keys for sysui package and main activity
6bcc15188412 : Import translations. DO NOT MERGE ANYWHERE
14544677b758 : Import translations. DO NOT MERGE ANYWHERE
5f5c057da590 : Import translations. DO NOT MERGE ANYWHERE
994fdbda3cbb : Import translations. DO NOT MERGE ANYWHERE
ece677a5bc7f : Import translations. DO NOT MERGE ANYWHERE
6e063e25fd23 : Import translations. DO NOT MERGE ANYWHERE
b9b815e17c7f : Import translations. DO NOT MERGE ANYWHERE
d5506e1294c8 : Import translations. DO NOT MERGE ANYWHERE
321fd78006a9 : Import translations. DO NOT MERGE ANYWHERE
d0d71ee0b310 : Import translations. DO NOT MERGE ANYWHERE
411d4fa9675e : Import translations. DO NOT MERGE ANYWHERE
a9e71b4d974b : Import translations. DO NOT MERGE ANYWHERE
301aaf691f18 : Prevent apk-in-apex from being registered under wrong apex
cee57881d3ef : Revert "Make sure activity is started in requested windowing mode"
d575da116757 : Add CarEvsService permissions
6d87fdf788ab : Rename SettingsPreferenceTheme to PreferenceTheme.SettingsBase
9e64a3c670bd : Rename SettingsPreferenceTheme to PreferenceTheme.SettingsBase
60e0b4af9a5a : Temporary stop-gap for Chrome target SDK issue.
bc2ce2a66455 : Avoid null pointer exception when calling NotificationShadeWindowControllerImpl#dump
5dfec1a0611d : Temporary stop-gap for Chrome target SDK issue.
87e57424cdca : Add non-flaky telephony cts as presubmit using test mapping
40941e036365 : Rename SettingsPreferenceTheme to PreferenceTheme.SettingsBase
6f06021e0142 : Temporary stop-gap for Chrome target SDK issue.
98b3c58991df : Fix NullPointerException in BatteryUsageStats
ce8d4c17c5f5 : Rename SettingsPreferenceTheme to PreferenceTheme.SettingsBase
bf483b06e424 : Temporary stop-gap for Chrome target SDK issue.
40b5d3023389 : Fix an issue where the return value is null when retrieving shortcut
0a6ed0902532 : API changes as requested by API council.
c2ae00b80d09 : enum migration
d8e479ea738e : Import translations. DO NOT MERGE ANYWHERE
c00be28204d4 : Import translations. DO NOT MERGE ANYWHERE
a7b0e2e275db : Import translations. DO NOT MERGE ANYWHERE
ba164a370e7f : Import translations. DO NOT MERGE ANYWHERE
4c67c808504d : Import translations. DO NOT MERGE ANYWHERE
f819fa9c6dcf : Import translations. DO NOT MERGE ANYWHERE
071fa7773402 : Import translations. DO NOT MERGE ANYWHERE
d7b6010ea55c : Import translations. DO NOT MERGE ANYWHERE
88d4d9adab0a : Implement mode for CEC power control of connected TV and Audio System
128e1e3b9cb1 : Import translations. DO NOT MERGE ANYWHERE
17f6811f593c : Revert "[SettingsProvider] remove in-lock calls to PackageManager.getPackageUid()"
2e8485ea482b : Revert "[SettingsProvider] remove in-lock calls to PackageManager.getPackageUid()"
c253152cf611 : Import translations. DO NOT MERGE ANYWHERE
d6f87c853001 : Moving additional AudioManager tests to gts/GMSCore
0b63ce0f181c : Revert^3 "Enable smartspace"
027b8daa3b9c : Revert^3 "Enable smartspace"
4907ec740891 : Update ContactsContract.Settings javadoc
0a30bcd4d14c : Import translations. DO NOT MERGE ANYWHERE
bdf136e47ac3 : Import translations. DO NOT MERGE ANYWHERE
894bcce4b6c4 : Import translations. DO NOT MERGE ANYWHERE
6f08bba76d0d : Import translations. DO NOT MERGE ANYWHERE
743083b7cf83 : Fix magnifier appearing unexpectedly on scroll
3b575002c11b : Import translations. DO NOT MERGE ANYWHERE
c26410b08c1a : Import translations. DO NOT MERGE ANYWHERE
7dcfdd3b8f1c : Import translations. DO NOT MERGE ANYWHERE
b5c84c1b19f4 : Import translations. DO NOT MERGE ANYWHERE
93bdfca03d52 : Revert "Remove setFrame from surface_control setGeometry"
971fc046ba63 : Import translations. DO NOT MERGE ANYWHERE
6c75e6df7738 : Import translations. DO NOT MERGE ANYWHERE
88d2eff1039e : Revert "Remove setFrame from surface_control setGeometry"
38b15a884514 : Manual cp of ag/9958222
11c21eb23b32 : Migrate |documenter to |role
dd1b399d6a50 : Import translations. DO NOT MERGE ANYWHERE
b90a9cb4d597 : Stats: updated the order of service registration
fc21b7262e47 : Revert "Remove setFrame from surface_control setGeometry"
288468b547db : Revert "Remove setFrame from surface_control setGeometry"
a512213e6ff8 : Temporary stop-gap for Chrome target SDK issue.
62af0c3f7975 : Temporary stop-gap for Chrome target SDK issue.
1c3f62116f62 : Add fallback for datasource without UPDATE_APP_OP_STATS
b576ee7ec1e8 : Add fallback for datasource without UPDATE_APP_OP_STATS
7e4801bfcd46 : Send <Inactive Source> if put to standby by connected device
788b041fad7c : Fix MediaParser's TEST_MAPPING
ee5a06f4ee4f : Update javadoc as instructed in b/184654824.
c3bc0711a272 : Temporary stop-gap for Chrome target SDK issue.
d43a9fcbda6c : Temporary stop-gap for Chrome target SDK issue.
53731ea9ab0c : fdtrack: add stats logging.
261eafb22326 : Temporary stop-gap for Chrome target SDK issue.
861df8092984 : Use position in window for volume touchable insets.
ed03655eb3db : Run @FlakyTest tests in staging.
6dc1bd358d6c : Support launching apps by package name without visibility
0d925fbbcd64 : Fix index corner bug to search the target node
671b8dece704 : Temporary stop-gap for Chrome target SDK issue.
f3de6f5dd329 : Temporary stop-gap for Chrome target SDK issue.
fe5ed92b4790 : Temporary stop-gap for Chrome target SDK issue.
234b12fef75c : Use position in window for volume touchable insets.
58f421b19f09 : NAS Feedback API document change
9ec6ea09707f : Import translations. DO NOT MERGE ANYWHERE
2c2f8989f9e3 : Import translations. DO NOT MERGE ANYWHERE
c4845158dcab : Import translations. DO NOT MERGE ANYWHERE
321abdd0b6ad : Import translations. DO NOT MERGE ANYWHERE
5d76e860daa0 : Import translations. DO NOT MERGE ANYWHERE
c12ea5c1b3b3 : Import translations. DO NOT MERGE ANYWHERE
802ab16a0f9c : Import translations. DO NOT MERGE ANYWHERE
28f925a02943 : Import translations. DO NOT MERGE ANYWHERE
038e70771fe1 : Import translations. DO NOT MERGE ANYWHERE
c9e4cf30f094 : Remove deadlock/lock contention on Incremental progress update.
f8df6bbc61f9 : Do not report timeline temporarily
6aaa1101ef02 : Improve permission enforcement in SoundTriggerService
12c8a27a0be7 : Import translations. DO NOT MERGE ANYWHERE
1ef085ab31f4 : GreenLog fixit - changing non-error logs to Log.i()
a43659d5c9b2 : Import translations. DO NOT MERGE ANYWHERE
14efd0187f91 : Import translations. DO NOT MERGE ANYWHERE
751b37747d38 : Documentation improvements in Sound Trigger Middleware
378a2dbf5a73 : Add support for STHAL 3 (AIDL)
128df2aa1149 : Model ISoundTriggerHal after the AIDL HAL
d651d50f6555 : Import translations. DO NOT MERGE ANYWHERE
774b989dffcd : Temporary stop-gap for Chrome target SDK issue.
b0b969e07873 : Temporary stop-gap for Chrome target SDK issue.
1f0953bff79a : Adds property indicating presence of power button fingerprint sensor
d2f8a65c9bce : Fixes an issue in shortcut persistence.
84abc66ffe73 : Ensure UidStats is not null when needed.
c17e5fe30750 : Fix NPE in PermsissionChecker
ee907e0a8d5a : Addressing comments from commit:8d2ed5
7d2903048fad : Don't skip cleaning up PIP state in onTaskVanished even if EXITING_PIP
1e781e01982a : Revert "UserController: avoid misleading log messages about failed to find key"
b86ce060ba5b : Allowlist privileged permissions for LivePicker
03d95d180ff0 : Temporary stop-gap for Chrome target SDK issue.
d850c1fb04d1 : Don't skip cleaning up PIP state in onTaskVanished even if EXITING_PIP
33a711a0a152 : Revert "UserController: avoid misleading log messages about failed to find key"
b300ae77c209 : Fix async behavior and address possible race conditions.
c85b679c11eb : Allow the system to register 250 NetworkCallbacks.
ab6da0254c71 : Add equals() / toString() to media parcelables
989b21d947ec : Rename SoundTriggerHw2 to SoundTriggerHal
a8e8439ad995 : Extract capture session out of RecognitionEvent
92da3a16696b : Extract stable AIDL modules
7371d05d1842 : Temporary stop-gap for Chrome target SDK issue.
a3af6c8f7b31 : Only request resetLockout if enrollments exist
90144a6c4941 : Temporary stop-gap for Chrome target SDK issue.
498d0ca36a7b : Updated com.android.car.shell.xml to support collecting steering and tire pressure information in ATS CarDeviceInfo.
a28ccaf3736c : Push the latency histograms to statsd
3f3223fb1b56 : Playback device to not send <Inactive Source> before <Standby>
293a03e931f8 : Refactor PackageParser (9/n)
95e8986bb673 : Refactor PackageParser (8/n)
3864b590f2c3 : Refactor PackageParser (7/n)
a989d2ec7650 : Refactor PackageParser (6/n)
71983cdf1b10 : Refactor PackageParser (5/n)
d4d858ea2666 : Import translations. DO NOT MERGE ANYWHERE
59b7561d173e : Import translations. DO NOT MERGE ANYWHERE
0e2d6a7b299b : Import translations. DO NOT MERGE ANYWHERE
a6d7ecd98df4 : Import translations. DO NOT MERGE ANYWHERE
6b12d7461cf3 : Import translations. DO NOT MERGE ANYWHERE
4c979885fde8 : Import translations. DO NOT MERGE ANYWHERE
0007acf67105 : Import translations. DO NOT MERGE ANYWHERE
cc4fac0ca9ff : Import translations. DO NOT MERGE ANYWHERE
a9eebcfa253e : Import translations. DO NOT MERGE ANYWHERE
dd1b2f83e887 : Import translations. DO NOT MERGE ANYWHERE
27710c224a5e : Handling Number Format Exception in DiscreteValueIntegerListValidator
f6602fe2a960 : Remove redundant variable
b5cd69659d70 : Add # on comment
0822f0a2a387 : Revert "Dump location noteOp with location off"
7708dd74fa7a : Handle user stopping in AppSearch.
25f1822005b8 : Hdr format settings [UX]
697c419d6556 : Exposes way to bypass user action on update
436008e00b0c : Clear caller id when reading device config
abdccfec5620 : Clear caller id when reading device config
0bda2e3cfb22 : screencap: Require display ID in -d switch
8f8057ee83a5 : Change session ID string to ID object
e622c1f00326 : Revert^2 "Update boot image and system server profiles [M5C5P90S0PP]"
3ca0612480b3 : Revert "Update boot image and system server profiles [M5C5P90S0PP]"
9d02e6101e56 : Change BinderLatencyBuckets to use int[] instead of ArrayList to improve performance.
4f7df5b8aa9f : Hdr format settings [Backend]
f094406d36f1 : Add isAppIoBlocked TestApi
839aa8529894 : Make getExternalStorageMountMode as SystemApi
1a27741b350f : Support windowType in RemoteAnimationTargetCompat
1aa113d8dde4 : Logs magnification feature behavior. (2/2).
c1a60b336e83 : Add support for selected contacts device to device sharing.
3a543bb49de9 : [Notification] Fix NotificationManagerServiceTest
ab74309e8942 : [Notification] Fix Notification channel Dnd bypass for multiusers
c749b6c16830 : Import translations. DO NOT MERGE ANYWHERE
5973d3cf85ab : Modify the EXTRA_ACCESSORY_HANDSHAKE_END description
dede9994c8d2 : Import translations. DO NOT MERGE ANYWHERE
fc2c87d78c42 : Import translations. DO NOT MERGE ANYWHERE
b65e29dfe4ab : Import translations. DO NOT MERGE ANYWHERE
c3bced86540f : Import translations. DO NOT MERGE ANYWHERE
eed20d17b94e : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
ab0b8a3f6dba : Import translations. DO NOT MERGE ANYWHERE
113423619e5c : Register ART Service with the System Server
81b4a6c77c09 : Provide more specific notification cancelation reasons
3f6025e8530f : Fix CDM logcat spam when device is nearby
0eeefc92f702 : Import translations. DO NOT MERGE ANYWHERE
b26b25df3247 : Move version code checking out of StagingManager (3/n)
fad1e20e2731 : Don't show an app icon for uninitalized user
8f05b520e635 : Ensure the view being recycled has been inflated before.
740d4947b96a : Update boot image and system server profiles [M5C5P90S0PP]
a5792f740253 : Make backport_s_notif_rules readable
7bc166db22df : Import translations. DO NOT MERGE ANYWHERE
49c47fd68a1f : Fix getView() using out of bounds index.
beb637f8083e : Implement latest design of brightness slider
49275707a61e : Revert "Enable remote animation for keygaurd."
aa592c4f148b : Revert "Enable remote animation for keygaurd."
4605d43e7fc7 : Import translations. DO NOT MERGE ANYWHERE
56862ddf80d0 : [CEC Configuration] Add more logging to listeners (temporary)
232aa334733b : Add the string for the accessibility floating menu tooltip
bc4516eb226f : Set to accessibility floating menu mode when navigation mode is gestural
0a2e8f9a5648 : Add new floating action menu for Accessibility targets. (5/n)
87405e723e7d : Avoid falsing when the phone is unlocked.
7c1ab4bff891 : Revert "Make window stable while resizing"
4b6826a038f6 : Avoid falsing when the phone is unlocked.
6ea4c436e910 : Revert "Make window stable while resizing"
30073c91955d : Revert "Make window stable while resizing"
0ceb46cbf903 : Avoid falsing when the phone is unlocked.
e54d885d6a9d : Check if the sc is valid when finishing seamless rotation
b70d21e5a990 : Revert "Make window stable while resizing"
6ae48e31eca7 : Add push mechanism in DPM for ConnecitivityService Remove DPM.isNetworkSlicingEnabledForUser
517b27d1c9a2 : Avoid falsing when the phone is unlocked.
0e8eb56207b0 : Check if the sc is valid when finishing seamless rotation
028974b3049f : Log DeviceStateChanged atom.
6c3be24c68f4 : Update HTML description for Color correction
adad00ef6fd8 : Add new floating action menu for Accessibility targets. (4/n)
50aa4597545a : Import translations. DO NOT MERGE ANYWHERE
edffa6efd04f : Remove system_ext_specific from rotaray priv perms
c87f38c62cf0 : Correct ranges for pitch and roll
a87f05d55242 : Set default value of accessibility button mode
a67f6122aeac : uriWithAddedParameters made public.
151a571c1ffe : AR Attributions for Location history. Parent cl (ag/13779796) It grants the AR permission to the extra location provider package. They follow the same model as location attribution to the headless apk. More details about design here: go/bluedoc-headless-lh
9e64d0934a5e : Allow configuring home button longpress duration with a flag
4b72eb799cdc : Remove OTP calls on wake-up from PhoneWindowManager
e19cdef47561 : Logs magnification feature behavior. (1/2)
1b00d8f916db : Adds tests for Install Scenarios to DexManagerTests
688595e2e593 : Import translations. DO NOT MERGE ANYWHERE
f345749b74c0 : Enabling testing of VolumeGroup APIs
d001e08b92a1 : Surface DS targets as per their own score and ranking, remove customized ranking logic (max shortcuts count limit per app, app share adjustment). This is guarded by the flag "apply_sharing_app_limits_in_sysui".
086293c5c29c : [BugFix][HWASAN] stack-buffer-overflow
331f4f35c3a1 : Import translations. DO NOT MERGE ANYWHERE
e2f2f264acc9 : Restart verification for committed sessions that are not READY (2/n)
5d959629c755 : Do APK verification before committing sessions to StagingManager (1/n)
3574da8896a5 : Enforce the PendingIntent mutability flag requirement for chrome
99f380447fa4 : Change storage check timeout from 300ms to 5mins
dcd3dc69a1d7 : Store the collected binder latency samples in buckets to form a histogram. Add the ability to generate histograms with varying bucket counts and sizes.
5f7598646684 : Don't send AccessibilityEent if text is unchanged
d3b4e4089d54 : Support mock STHAL
b881001b5b63 : Errorprone check for unattributed noteOp calls
e006983daf21 : Add support to report ART metrics to statsd.
b5a385a18644 : Remove append/quota mechanism from direct share target surfacing, due to ChooserTargetSevice sunset.
7f26caecc586 : Add additional logging to listeners API
689458dff40e : Relax null checks to fix tests.
5fdfe238fe26 : CEC: Move finishWithCallback method to FeatureAction
ff269b9e8f03 : Check and create data and obb dirs after starting zygote process.
4d33928ac674 : Import translations. DO NOT MERGE ANYWHERE
4d4dfbd13cfd : Import translations. DO NOT MERGE ANYWHERE
7c6bfc917725 : Import translations. DO NOT MERGE ANYWHERE
bf0ab7163df5 : Handle the phone get booted case to show accessibility floating menu
523514fd24d7 : Handle the basic logic to show or hide accessibility floating menu
2c60295be9ce : Observer for the accessibility button mode and notify its listeners for the changes
d6edba4cca0a : Add resource to disable cb
7139d464cf41 : Adopt "resourcesAvailable" naming instead of "tryAgain"
238d39f5f6c5 : Send a tryAgain() when no longer at model capacity
a5b31d81b98b : Send a tryAgain() event when external capture ends
3b5ddd8323ff : Unregister capture state listener
341b0199c17d : Thread-safety improvements
1a130fe85b20 : Move concurrent capture enforcement to compat layer
11ac7831e3ad : Test refactoring
7ca3a25223b4 : Refactor ExternalCaptureStateTracker
eec4f942c18a : Move max number of models enforcement to compat layer
483689f9b329 : Extract HAL reboot out of middleware implementation
645df61d5c58 : Make sure no excessive methods are called
41e61c6c1f3d : Small syntactic cleanups
72695ffa6e86 : Support preemptive model unloading
2cdd7037b5d3 : Support load preemption in SoundTriggerMiddleware
f950e4f6d1a7 : Add support for start/load "busy" error code
f7353078e616 : Dependency injection of STHAL compatibility
33b097d50279 : Run existing SoundTriggerMiddlewareImplTest tests on v2.4
e5f22ebb8e7c : Some small fixes and cleanup in SoundTriggerMiddlewareImplTest
fe38986f3519 : Add support for STHAL 2.4 at lower layers of middleware
06568513e27f : Configure privapp perms for rotary service
ba84008f0597 : Make the new proto build
a5886b18cf1c : Add attribution context for MusicRecognitionManager attribution.
ff5466d31ad1 : Add new floating action menu for Accessibility targets. (3/n)
da2ab115516a : Fix group summary suppression logic when without bubbles
c002e35d5d12 : Configure privapp perms for car activity resolver
14d1a545c9b5 : Fix LegacyGlobalActions broadcast receiver
c26ac8c638f5 : Add new floating action menu for Accessibility targets. (2/n)
a5c2f22fa248 : Remove strong references in ServiceStub
0284738209b3 : Restrict the overridden min size for PiP
39c303a839e3 : Have the DataConnectionStat started from BSS
7afe5e9cce60 : Add new provisioning flag for VOIMS opt-in
89b911cbd3a1 : Import translations. DO NOT MERGE ANYWHERE
28207b8a68a3 : Import translations. DO NOT MERGE ANYWHERE
f849d659a282 : Import translations. DO NOT MERGE ANYWHERE
d442966e0d9c : Import translations. DO NOT MERGE ANYWHERE
51e196ae9a63 : Import translations. DO NOT MERGE ANYWHERE
8dca378e1c28 : Import translations. DO NOT MERGE ANYWHERE
43c818ceb64d : Default resource for cell_on
cc2dd4d22236 : Update #ACTION_UNINSTALL_PACKAGE doc.
20eb9d1284c5 : Revert "Use InputEventAssigner to assign input to frame"
f6bdb755f06c : Revert "Configure privapp perms for car activity resolver"
2038af3044ca : Use InputEventAssigner to assign input to frame
b8c9a05a89e0 : Attempt to run error_prone_android_framework_test as unit tests
5239aa140ae4 : Adding API to get PendingIntent to launch manageSpaceActivity
cb49d47bc6c3 : Fix touchexploration multi-finger gesture conflict
2be49c9be939 : Add new floating action menu for Accessibility targets. (1/n)
45ad354f50fb : Rename Build.IS_CONTAINER to IS_ARC
4baf0dab1af7 : Add D2D sharing level setting APIs.
c0cdc4a567ea : Revert "Update the bouncer to be able to move to either side of a wide screen."
30af9dd4cc1e : Revert "Update the bouncer to be able to move to either side of a wide screen."
f16ba6019400 : Remove flushAndSubit from SkiaPipeline renderFrame.
07e426a66649 : Add mdooley to OWNERS for SoundTriggerTestApp.
1fd6f62dee15 : Fix issue with Telecom CTS tests.
edfa7afddd71 : Dont register to Telephony in NotificationManager if not supported
51daca2ea380 : Implement dark launch logic for sharesheet aiai model. Route the sharesheet user interaction from PeopleService to Remote Prediction Service, while PeopleService is making inference for sharesheet. It is guarded by the flag "adb shell device_config put systemui dark_launch_remote_prediction_service_enabled true"
97725e03760d : Add session ID
c67e55621306 : Revert "Dump most recently completed jobs."
f75e7dd29f8e : Revert "Enable @TestApi access for instrumentation."
9d1d01da314a : Revert "Do not propogate test api access flags to Zygote."
e36b7b104929 : Revert "Update the bouncer to be able to move to either side of a wide screen."
3c8036f8099a : Revert "Update the bouncer to be able to move to either side of a wide screen."
87f0d3b62b8d : Treat time zone suggestions with unrecognized zones as unopinionated.
3db955eb58d3 : Import translations. DO NOT MERGE ANYWHERE
b04a4567a141 : Configure privapp perms for car activity resolver
271892adb8b1 : Import translations. DO NOT MERGE ANYWHERE
9d3d47db3468 : Import translations. DO NOT MERGE ANYWHERE
2be8baec1f0d : Add sensor for flip to screen off. See go/flip-to-screen-off-design-doc for design details.
bc56632da95b : Revert "Update RemovalClient to support new biometric AIDL"
be5d151dbd3b : Revert "Try to ensure tests run sequentially"
2c65eb8f024d : NativeTombstoneManager: catch ProtoParseException.
612339458bce : Import translations. DO NOT MERGE ANYWHERE
bfb70d817d62 : Revert "Update RemovalClient to support new biometric AIDL"
f43d30d48afe : Revert "Try to ensure tests run sequentially"
f86925ced7d6 : NativeTombstoneManager: catch ProtoParseException.
7731ebd1d818 : Fix the progress getting for mapped files
65cea447bcea : Import translations. DO NOT MERGE ANYWHERE
428e41f35da7 : Import translations. DO NOT MERGE ANYWHERE
78af23db6a19 : Import translations. DO NOT MERGE ANYWHERE
a7b32c66b7c9 : Import translations. DO NOT MERGE ANYWHERE
09539c9d6051 : Adding GetModelState button to SoundTriggerTestApp
250e65c2594b : Add playback session id to MediaExtractor
44c941671cb2 : Import translations. DO NOT MERGE ANYWHERE
b3f1b301845f : [incremental] Use file range mapping for .so if available
047b7b104992 : Fix USB HAL interface binder
ca5fa812b324 : Handle isUsbDataSignalingEnabledForUser PO case
dec7592979ff : Fix USB HAL interface binder
86a2199ac2fd : Handle isUsbDataSignalingEnabledForUser PO case
bb56e8b9004b : Import translations. DO NOT MERGE ANYWHERE
336d21b4ab91 : Gate Wallpaper logic around Monet flag
d95c8a6a544b : Import translations. DO NOT MERGE ANYWHERE
0cf2ba1ddc17 : Fix USB HAL interface binder
f01a31756f28 : Handle isUsbDataSignalingEnabledForUser PO case
91a92e9d00bf : Fix USB HAL interface binder
ffc6121aa2c0 : Handle isUsbDataSignalingEnabledForUser PO case
96521ff1ec37 : Import translations. DO NOT MERGE ANYWHERE
577391226fa0 : Import translations. DO NOT MERGE ANYWHERE
e539dba8181a : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
358a184356db : Import translations. DO NOT MERGE ANYWHERE
1caea4a95a85 : Revert "Throw IllegalArgumentException when calling"
48ea2a510ab7 : Add WRITE_SECURE_SETTINGS permission to emergencyinfo
9d4bcd6c3ea7 : Make the new RoR atoms compile
90fc79f3a11b : [NetworkPreferencesApp] Step 8: BOOT_COMPLETE svc
3ec9c30adb77 : Import translations. DO NOT MERGE ANYWHERE
c99ec4a1684e : Set updateable:false explicitly in apex rules.
8d0ecde2b8fd : Create BinderLatencyObserver to collect binder call latency stats. Pushing these as a metric will come in a future change.
d4af5afd4625 : Improve documentation of IpSecTunnelInterface#setUnderlyingNetwork
8124efd57b50 : Adds caller check to getAllPackages()
96df54840c5c : Create VibrationThread only after binder calling ID cleared
daac489d9959 : Allow PO to set network logging delegate
e64fa9e7f7f5 : Allow PO to enable network logging on work profile
79c97b80ae8b : DPM API to enable or disable USB data signaling
ec44f455e2cb : Import translations. DO NOT MERGE ANYWHERE
8c9d28b4b92f : Import translations. DO NOT MERGE ANYWHERE
bd9dfea4804f : Support USB V1.3 HAL
22e77fae18a1 : Add attribution to the audio access of MusicRecognitionManagerService.
a2c6eb2f1a1f : Fix bug in Blend that did not use options.
5951998d0f4f : Add Recorder Session ID
f2bdedde9051 : Revert "Use new GX overlay for new AOD/lockscreen transitions."
fe78fd5a8515 : Import translations. DO NOT MERGE ANYWHERE
c4f1db643bd8 : Revert "Use new GX overlay for new AOD/lockscreen transitions."
1c836ececa33 : D2D communication improvements.
2dd2e2171045 : Import translations. DO NOT MERGE ANYWHERE
c9cb2ef580a3 : Add swcodec_native flag namespace
d30bd60beb6e : Companion InCallService API review
8255bbdf5286 : Replace Handler with Executor
1f4ea44b5fc2 : Add APIs for updating, query 5G slicing status
5f2f3e407022 : Update SkRuntimeEffect usage to non-deprecated API.
f371ef674e56 : [CEC Configuration] Add adb shell command to get/set setting value
a59547da5ce9 : Enable PackageManagerService snapshots
1f8e5f0f818d : Add NR SA OVERRIDE_NETWORK_TYPE_NR_ADVANCED for TelephonyDisplayInfo
a77c3124ca76 : edgeEffectType is an S feature and must be moved.
50737c90ae00 : Update Toast visuals + motion
ff0919f8780e : Implement privacy chip design
9582aceaba0b : [CEC] Always send <Set Stream Path> after Routing Changes
888481fd977e : Add the android:clipToOutline attribute for views.
fc0dd526c9d7 : Hide MediaFormat#KEY_SLOW_MOTION_MARKERS
8606d28d2765 : Revert "Revert "Revert "Turn on the feature flag for Android S S..."
7d108366a3aa : Revert "Enfore cross user permission to getPackagesForUid"
c8ff37bd88d2 : Revert "Revert "Revert "Turn on the feature flag for Android S S..."
21c2aa6cb659 : Revert "Enfore cross user permission to getPackagesForUid"
2fd2f8c643d8 : Make screenshot error notification PendingIntent immutable
d9a28ec4a04d : API: fixup resource divergence between S and T
0d640e04767e : Import translations. DO NOT MERGE ANYWHERE
de66953c0ae8 : Common keys for video QP manipulation
5391d383626a : docs: Can leave StrictMode enabled in prod
7f7de4e443ed : Revert "Dispatch TaskOrg events before finishing surface placement"
cc83979e0454 : Revert "Dispatch TaskOrg events before finishing surface placement"
b8fff937ece1 : Add device orientation sensor logging
f1a22a35e85d : Dump binder proxies interface descriptors on a separate thread.
2a5c90f458b8 : Get the HotwordDetectionService from the xml metadata
abf1e3f51d6e : Fix issue when checking supported sizes
7be50ead1549 : Revert "Sandbox letterbox and size compat apps"
97bc849ce294 : Fix ColorDisplayServiceTest as device-agnostic
0dbc01969842 : Revert "Sandbox letterbox and size compat apps"
231e24f98b81 : Revert "Sandbox letterbox and size compat apps"
57a349f9033e : Implement memtagMode and nativeHeapZeroInit manifest attrs (build fix).
785713151d93 : Disallow deletion of channels with FGS notifications
36226d634f38 : Revert "Gets suggested screen rotations from RotationResolverService."
01f8e8df138f : use consistent method to generate constant value
484a20fc9b49 : Revert "Enable PackageManagerService snapshots"
3f6240bc6735 : Fixes various failing cts
63be51447826 : [Mainline] android.system package APIs migration
e30d7fc00401 : Add concurrency restriction at the USER level
d00fd92dc885 : Keyguard SIM PIN: Fix height
479d91ea52c0 : Keyguard SIM PIN: Fix height
6fa6344e009c : Add MANAGE_MUSIC_RECOGNITION to privapp permissions.
98b78583300c : Make window blur behind public API
224ecb0d70b8 : Import translations. DO NOT MERGE ANYWHERE
30594e82d5c6 : Measured screen energy into BatteryStatsHelper
f561980638a2 : Fix a bug in the USAP Pool refill logic.
67b4cee0a96b : Dump all relevant CDM state
bcb4d3cf6385 : Revert "Make keyguard exit animation to remote animation."
7321b45093e1 : Revert "Make keyguard exit animation to remote animation."
2f37d778d6d5 : IMS: Propagate RTT capability of the called party to UI
ade22d0176f9 : API: Suppress existing NullableCollections lints (T edition)
eb3e2b3b109d : Throw IllegalArgumentException when calling LockPatternUtils#getCredentialTypeForUser with invalid ID.
4313ee9428b9 : Revert "Add permission for blur SystemApi"
371dd07c2665 : Revert "Make window background blurs SystemApi"
77bf6e07704c : Revert "Make BackgroundBlurDrawable a SystemApi"
3e2c8f17a4f9 : Add support for seconds hand to AnalogClock
0e4b75a21539 : Fix sharing shortcuts not showing for Work Profile. Check package by using selected profile PackageManager.
d93060190f62 : Start role service earlier.
846644a46e6c : Change CacheManager to not flush and submit at end of trimMemory.
3e0ef9c988e2 : Gets suggested screen rotations from RotationResolverService.
bb7a9a7dd474 : Use userId instead of USER_CURRENT in shouldLockKeyguard.
b15909f4c4db : Add documentation to Vibrator on foreground/background app behavior
feb46be8a0f2 : Adds a new adb command to get shortcuts from shortcut service
c0038bd89147 : Import translations. DO NOT MERGE ANYWHERE
1434227ae220 : Import translations. DO NOT MERGE ANYWHERE
2ab005230605 : Import translations. DO NOT MERGE ANYWHERE
63d811f4449a : Dump install permission states for non-system users.
10a197397239 : Improvements and fixes for BLE scanning within CDM
7d9988109b74 : Add messageId to both of the MMS methods
96a188ac792f : Connect MediaEvents core path between TunerService and TunerClient
82f95dfd1096 : Revert "SyncRtSurfaceTransactionApplier: Use BLASTSync"
918a223e34cf : Revert "Bouncer - New PIN animations"
5bd46ed2b32c : Don't crash on unknown CDM profile name
e6497bd21901 : Adding APIs to get manifest entries for Launcher activities and widgets and getting resources for a particular config
8a255b679f8e : Add edgeEffectType attribute and type property
ef5a0dbc35cf : Inherited installation support for Incremental.
4a232705c179 : Make keyguard exit animation to remote animation.
89d413cb5d15 : VoiceInteraction: Handle session delivery failure.
25c32fbd9e6b : AudioAttributes: add ability to set Hotword mode for capture
055d8d3077f4 : Import translations. DO NOT MERGE ANYWHERE
e1a38bc1e825 : Don't show KeyguardPresentation on non-default group displays
d546f6206372 : Expose new PeopleService API for People Tiles
ec53cacc93b6 : Revert "Move allow-while-idle throttling to quotas"
ff7c1ea5728f : Provide CDM util to check if ok to pair BT without prompt
4394595debfd : Limit maximum allowed size for a status bar icon
d0cec52acbe9 : Revert "[pm/incremental] start monitoring progress on storage creation"
dcbaef948120 : Add documentation about role permission protection in Permissions.md.
bf430e1b1138 : Migrate apex/permission to packages/modules/Permission
8f9193aed0ab : Clean up split system user code for device policy management
3754504f4b14 : ScreenPowerCalculator is responsible for smearing
7b8974d375c7 : Pass in split permissions to ParsingPackageUtils.
6fe1741d371a : Conversation Blocklist
4a7792b30cf2 : Revert "Revert "Use eBPF-based time-in-state monitoring for groups of threads""
34237f783e0d : Add DisplayGroup ID to DisplayInfo
44b91077f551 : New API methods to access external battery info
b5624dc696ce : Simplify UI and animation choreography a bit
4f8359766176 : Add DisplayGroupListener interface
26f80b55e28c : System font check for downloadable font
b15095da34bf : Add more shell command for font
38c1e55f4b66 : Pass filtering to drawLattice
a4eb9c0797bf : Add cldr translation for values-es-rMX
c74d7163b053 : Fix function return type
84566e1274bc : Create People Space FeatureFlag
a27cd30535f9 : Revert "Revert "Do not propogate test api access flags to Zygote.""
33c3b5a58490 : Per-uid timeouts.
181a9bd46632 : Implement the behavior after receiving auto translation request.
734ab4902b13 : Use public android.system.Int64Ref instead of Int32Ref which is hidden (CorePlatformApi) type of libcore
97f0a783385d : Open IM.getMaximumObscuringOpacityForTouch() and update docs.
9efec8111bdd : Better fix for race condition in SoundTriggerHw2Enforcer
16e72ebab443 : Add RenderEffect support for Shaders as inputs
b378b7150074 : Move allow-while-idle throttling to quotas
f34735c625ba : Build local AttributeSet to reuse
22131f55940c : Add a new system service: MediaCommunicationService
45fb6c6878db : Handle corrupt packages.xml
d0c4f20517f3 : Deprecate SMS_FINANCIAL_TRANSACTION permission.
04d446e98b6f : Add config config_voice_data_sms_auto_fallback
60137079a1ea : Send input event id to SurfaceFlinger
91598ab55d0c : Show standalone icon R for roaming indication
b7307c619637 : Update privacy chip colors
45ab0efe744b : 6/ Update pip to use shell main thread
4a18d1f1dc8a : Flags for brightness slider
9076316fb301 : Add SOURCE_SENSOR to InputDevice API.
5efd8d851d1c : Add System speech recognition service.
0af0cdb98130 : Rename TelecomManager.EXTRA_INCOMING_PICTURE
2d1bc540e43b : Add support for integrating call composer
bd27c365915f : Don't crash if default supervision profile owner is not set
75d40617daad : Default value for DEVELOPMENT_ENABLE_NON_RESIZABLE_MULTI_WINDOW
fb001c98ee3f : Pre-grant START_ACTIVITIES_FROM_BACKGROUND to emergency app
f60975b66479 : Make FingerprintManager show BiometricPrompt for UDFPS
f5c29ceccdf4 : Add toString method to AudioProfile class
8982df5d9a3f : Disable visibleLayersShowInConsecutiveEntries assertion on IME
2d17d202bc70 : Revert "Revert "Note network interfaces based on transport""
fb28aa28b22f : Remove remote input after ime insets animation end
5897ecc699c9 : Clean up BLOCK_ACTIVITY_STARTS_AFTER_HOME_FLAG.
5408d9af70db : Move activity related operations to ActivityClientController
688e89c65dfb : Fix metrics didn't log ONE_HANDED_TRIGGER_GESTURE_OUT logs when NavigationBar type is Gesture Navi
c77275d321da : Add Settings flag for Transform.
d7af5e3888a7 : Add traces for activity create/resume/pause/stop/destroy
d484256edc47 : Update holder priority when new request coming into the TRM service
439452da9dd2 : Revert "[SettingsProvider] @Readable annotation to restrict acce..."
a29e4ba879fd : Set the values for QQS/QS columns
49901e3a45ba : Ensure opacity is update on the VRI SC when format changes
3a4750beb7c9 : Use correct window token for scrolling screenshots
e7ddd1650d81 : Fix for TestDirectBootEmulated testcase
d32e35268efd : Move last crash to trigger rollback to host side
f9d7150a5cff : Adjusts the default magnification settings for config_magnification_area
0b488920eab8 : Adds a new config flag, config_magnification_area
bd7dfe6893fb : Fix typo: tyoe -> type Test: None
7236b388478a : NAS API Change
3f0856b41af0 : Use setFrameRate for high refresh rate deny list
d34d6cec97c8 : Add MultiDisplayList + memory leak fixes
0522346161c7 : Revert "Fade in notifications one by one"
4058648b2381 : Revert "Clip view before shelf and leave the rest unclipped"
173e49ebda1a : Don't restore nfc qs tile if it is not in the stock
8c61e22af5f0 : Revert "Remove preserve surfaces when surface format changes."
9ca350f4b656 : Temporarily relax the PI mutability flag requirement for chrome
0ccb27dc1edb : Revert "Remove preserve surfaces when surface format changes."
f10f1f4f6a58 : Temporarily relax the PI mutability flag requirement for chrome
90e8eea8df16 : Fix ANR caused by VibrationThread
8a41690efc57 : Migrate to use process_madvise syscall instead of procfs interface for memory compaction
9273e41bd549 : Fix ANR caused by VibrationThread
45107f477175 : Respect previously resolved size if layout has no size value
017c2c41456e : Scan and notify apps when their companion devices are nearby
2ab37d913d72 : Revert "Fade in quick settings when shade opens"
1c33e59eadd3 : Re-add preinstalled for SYSTEM_ALERT_WINDOW
1e5b12890a82 : Revert LS/AOD clock color change
8e85414cc1ff : Added profile-owner and device-owner on cmd user list.
ce0715ba54d6 : Refactor PackageParser (4/n)
eef7e88a9614 : Refactor PackageParser (3/n)
5444ece93828 : Refactor PackageParser (2/n)
06abe850f020 : Revert "Create surfacecontrol before layout in relayoutWindow"
2cda7dde3690 : Revert "Clear BPF data in KernelCpuUidTimeReader.removeUid()"
87dc86e3b915 : Revert "Add shared transitions for screenshot->markup"
56a9bde134bd : Enable modules to generate partial MTS suites as well as the full MTS.
a777944a5eb8 : mkdir .incomplete in backing storage to fix CTS/GTS failures
884b0f6354b8 : Nullcheck device profile when re-granting on package change
f1f8c6defc61 : Removed platform signing from icon pack victor
79369f354f42 : Revert "Added profile-owner and device-owner on cmd user and dump user."
a3fecdaf67cc : Revert "Do not add display area features for untrusted display"
e5f737e1ea6d : Revert "Do not add display area features for untrusted display"
9aa55f016886 : Change setPrimaryStorageUuid to handle it for the current user
a6c032bbed14 : Fix default for remove_labels setting
b4a81bb7fc3f : Handle NEVER-but-elevated-bucket case.
5636bda52d7e : Fix NPE in user builds
9f183204b2dd : use new theme colors on custom notifications
7636aec18611 : Update Settings version
cb7910ec3fe6 : Rename configureMonitorEvent to setMonitorEventMask
7c0ddc9a9bff : Fix background color resolution
cfcb64195978 : Preserve text colors when applying font style
f50e4d6d44a3 : Revert "Keystore SPI: Initialize KeymasterDefs contants with AIDL generated enums"
56852f7a964c : Update apex_manifest to 309999900 for statsd
30e70b6b3a7b : DPMS: Fix access control check for password sufficiency
f65442ab99c6 : fix SoundTrigger overwriting session identity
fa11f1515ecb : Disable ENABLE_DYNAMIC_PERMISSIONS flag for now to avoid crashes.
c07cfcd3a18e : Use proper size for indexing
684a7c553e84 : Fix NPE in NotificationRow
b2def0f1b8c3 : Fix bind service failure on Android Auto
8cd213af645d : Disable initializing wm component for non-primary sysui process
b00f5794dc85 : Revert "Migrate Presentation to WindowContext"
193e5643279a : Revert "Migrate Presentation to WindowContext"
d945a65ee1c9 : SurfaceView: Fix null check on RemoteAccessibilityController
d28019d4607a : Revert "SurfaceView Cleanup (3/n): Extract RemoteAccessibilityController"
04ad6171ca9a : Revert "Move all BluetoothCodecConfig and BluetoothCodecStatus APIs moved from"
aefc910e4caf : Revert "Replace remaining enforceXXX methods"
a0ad166be6c2 : Move all BluetoothCodecConfig and BluetoothCodecStatus APIs moved from the non-SDK API list to the blocklist in Android 11 back to the non-SDK API list.
e48fdcc25035 : Revert "Clean up IMS based interfaces to use a push model instea..."
f3175d9b9a23 : Fix off-by-one bounds checking bug.
ab50cb425ada : Remove unused testutils lib from tethering tests
9a1cbb57fff6 : Revert "Give all non-package services the power to interact accr..."
8015cf894f84 : Revert "Check cross-user interactions for permissions and app-op..."
d3b8775c7ce1 : Revert "Invalidate package/permission cache if cross-profile app..."
1ca6f401a469 : Revert "Give all non-package services the power to interact accr..."
5e24f1cc14eb : Revert "Check cross-user interactions for permissions and app-op..."
13c0c6a0ebd9 : Revert "Invalidate package/permission cache if cross-profile app..."
dbb6e03313dd : Revert "Replace enforceXXX methods (managed profile)"
d8ad9a6425cb : Revert "Make all permissions per-user."
b660be34d80a : Set ENABLE_DYNAMIC_PERMISSIONS = false until ag/12511042 is ready.
2b25ff1cabe9 : Revert "[RFPM03] Check permission by uid."
302a6a3db666 : Revert "[RFPM04] Adjust hasRestrictedNetworkPermission method"
10ff6dd8a7ff : Revert "[RFPM05] Add UidNetdPermissionInfo class"
24a872c7547a : Prevent dagger from hanging onto DozeService
4d69b073db18 : Prevent dagger from hanging onto DozeService
3ef05a3be49f : Revert^2 "Revert "Fix mute issue when changing audio routes"" Reason for revert: SC blocking bug: 163642647
800061ff6597 : Revert "AudioService: fix internal use of getDevicesForAttributes()"
6db2d3c8a3b2 : Revert^2 "Revert "Fix mute issue when changing audio routes"" Reason for revert: SC blocking bug: 163642647
c5142d72eb3d : Revert "AudioService: fix internal use of getDevicesForAttributes()"
64a94be6b8b9 : Revert "Fix mute issue when changing audio routes"
f41fbf544b87 : setCurrentState(DESTROYED) called from main thread
bc519120b81d : Revert "Check cross-user interactions for permissions and app-op..."
9531a4e1096d : Fix logic for clients with no location permissions
dd2185437d49 : Revert "Exception if receive move withouth down"
ab3fc4c7277c : Revert "Consolidating MODIFY_AUDIO_SETTINGS permission checks"
b4dd903a461b : Revert "Flip ENABLE_DYNAMIC_PERMISSIONS, attempt #5."
1a6087f17a84 : Revert "Flip ENABLE_DYNAMIC_PERMISSIONS."
9dae7fe94e69 : Add READ_PHONE_STATE back to pregranted phone permissions
e9418b6e095b : Add READ_PHONE_STATE back to pregranted phone permissions
f103f34d2ebb : Ensure power menu overflow dismissed when dialog dismissed.
b12bddb5c83c : Autofill: Fix unsafe usages of mCurrentViewId related to Inline UI.
7c7dfc658098 : Fix comparison of UserHandle objects
45b907167031 : Fix CtsShortcutHostTestCases#testSecondaryUser
61fbb72c8f2c : Apply proper displayCutout rotation in density 480 dpi and 270 degrees rotation.
3ceb72e4ba32 : Add minOccurs="0"
c9c805334552 : Revert "Use language tags to store Configuration's locale list."
36b4ca01e5bf : Use language tags to store Configuration's locale list.
d9cdb0d92592 : AM: make isHighEndGfx TestApi

+- Project: platform/frameworks/compile/libbcc

3291096 : Tweak linux_glibc properties for musl builds in frameworks/compile

+- Project: platform/frameworks/compile/mclinker

662e477 : Use nullptr instead of NULL for make_pair
ce6c4e9 : Stop using `group_static_libs` property

+- Project: platform/frameworks/compile/slang

a5a7506 : Make slang accept API level up to 33 (T).
173ee78 : Increase the upper limit of slang target API to 31.

+- Project: platform/frameworks/ex

3f9efa8 : Camera: Add support for latency query interface
241289d : Camera: Update the extension stub documentation
f4d73c5 : Add support for advanced extension settings and results
2de3072 : add Android SDK dependency to support logtags
3b8f7b0 : Add support for camera extension settings and results
e2d6322 : Add a Bazel BUILD file for "android-common".
b6a32d7 : Camera: Return sequence id as part of advanced extension requests

+- Project: platform/frameworks/hardware/interfaces

b470192 : Make VtsHalCameraService2_0TargetTest a vendor test.
1266dd5 : Migrate VtsAidlPowerPolicyTargetTest to NDK-backend
ebe49b0 : Update V1 of android.frameworks.automotive.powerpolicy.internal
b37948c : Revert "Remove vendor interface stability from internal power policy interface"
da26eb5 : Freeze AIDL APIs for TM
d8d2e21 : Remove reverseDomainName from vts tests
a751bbc : Add timed out test files to tidy_timeout_srcs
c9418da : Adds ICarDisplayProxy interface
37c83d8 : Remove vendor interface stability from internal power policy interface
7d3f54d : Make powerpolicy internal AIDL stable
306c7d9 : Refresh OWNERS list
97aa46d : Update ONWERS for test VtsHalStatsV1_0TargetTest.
6145fd7 : Remove android.frameworks.bufferhub@1.0 from HIDL
9a0abfc : Remove ndk_platform backend. Use the ndk backend.
c367ec6 : Update ONWERS for test VtsHalCameraServiceV2_0TargetTest.
5c4b717 : update automotive aidl to support mainline
fd23530 : Update all auto backend java code gen to be module_current
3135ab0 : Remove ndk_platform backend. Use the ndk backend.
45710e3 : Use proper javadoc for @throws
9424cda : Add VTS tests for ICarTelemetry aidl
6bed67e : Add ICarTelemetry and CarData AIDLs
529bb71 : Fix VtsHalCameraServiceV2_0TargetTest to account for secure only cameras which may not support color output.
07e6522 : Use appropriate format for Depth16 streams
ee13b66 : VtsHalCameraServiceV2_0TargetTest: Choose AIMAGE_FORMAT_DEPTH16 for non BC devices

+- Project: platform/frameworks/layoutlib

deeabb75d3 : Update asm-7.0 to asm-9.2.
da64965393 : Move comment to license_note
328ab682a9 : Update ViewRootImpl call to match new interface
3f30e535c7 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/layoutlib
2cb5c82c7a : Delete always true flags
66ef062b52 : Remove unused RenderParamsFlag
0d0cd11b3f : Use new LayoutlibCallback.getResourcePackage method
a776fbce53 : Fix view cookie for Material TabView
58bd418e16 : Remove obsolete shadow code
e12d486b2c : Revert "Update test golden image"
806f89e79b : Better errors when failing to find custom preference
88297cc07f : Use correct package name for layoutManager
a3bb0ac8e8 : Update test golden image
4b4bc62298 : acquireWakeLock has an additional parameter IWakeLockCallback.
c4696b7ac1 : Cleanup the IntelliJ configuration files for layoutlib
4f5ba30687 : Implement Reference.refersTo for layoutlib
2825627802 : Update layoutlib now that Android builds with Java 11
444657d926 : Update BridgePowerManager with LPS active in maintenance API
339eb0eb70 : Update BridgePowerManager with force Low Power Standby API
76d16e0289 : Update BridgePowerManager with Low Power Standby API
118fcef06a : Do not crash in ATF images
cce57b4b74 : Update golden images following Skia update
23e2058b2b : Revert "Use FrameData for Choreographer upgrade."
11bd6d5435 : Use default Java language version for the Create module
8eb52e9730 : Revert "Use FrameData for Choreographer upgrade."
182a185fdc : Fix licenses and license text.
50ea556965 : Revert "Use FrameData for Choreographer upgrade."
c37738849b : Use FrameData for Choreographer upgrade.
633efe359c : Setting ASM to version 7 in layoutlib
f91ddffd78 : Keep and register native methods from PixelFormatUtils
ecf0e2452a : Update golden image following change in text layout
5fc5c5399b : Create script to split universal binaries for layoutlib
c6ec0f3bf4 : Update layoutlib tests following new version of ICU
1f3bcdfb00 : Fix layoutlib test running script
3739e8ca9b : Add BitmapTest to layoutlib tests run on build server
391f1303c7 : Fix BridgecontextTest.noExceptionForCustomService
881eb5a063 : Fix BridgeContext.getSystemService for custom services
9de02db690 : [layoutlib] remove PackageInfoFlags annotation
7ba840071f : Check for null state before adding drawable to cache
6ec3b513c5 : Add android.service.wallpaper package to layoutlib jar
840611c050 : Fix infinite loop in Canvas.getClipBounds
d9d071b380 : Allow for a null alarm service
2d5d4df064 : Add delegates to fix native buffer access
3498367bea : Delete NinePatch_Delegate as it is not needed anymore
11b6eef33e : Fix layout measuring for dialogs
266f2bd1eb : Use ComposeViewAdapter for root in Window Manager
fbb31da7e6 : Add dependencies for running Create from IntelliJ
600f712781 : Clean up layoutlib project
a155319f01 : Remove unused path to simplify the logic
be78d83fa1 : Do not run layoutlib tests on macOS
406ea15947 : Use theme when getting window background drawable
f86a9059e4 : Add WindowManager support needed for dialogs
517b86f08f : Update test scripts for layoutlib
70ba14525d : Revert "Push resource lifecycle to the session scope"
6085a8bca5 : Push resource lifecycle to the session scope
1462050f12 : Allow floats that start with the '.'
13f0288127 : Set MotionEvent toolType to TOOL_TYPE_FINGER
c955756dbd : Update AssetManager_Delegate
4f9e38cb5c : Override RemoteViews#getApplicationInfo
f351c3d77c : Update ComposeViewAdapter reference in Layoutlib
1749b87b69 : Do not remove sCurrentContext on release
fb367f7e74 : Remove unused metric + ensure to record correct metric
0228de5595 : Avoid NPE in Resources_Delegate.getDrawable
123530fd9b : Revert "Revert "Required change for adding overload method for r..."
2eb07605bf : Revert "Required change for adding overload method for registerR..."
45c7f5071b : Required change for adding overload method for registerReceiverAsUser
a4937007fd : Override calls to ActivityThread in Animation
560e3f1669 : Workaround crash when calling 'new Path(null)'
c74d6eca73 : Implement isWhitespace for LayoutParserWrapper
dc55464915 : Update layoutlib tests following ICU update
8ef00b2898 : Avoid native crash triggered by Canvas.getClipBounds(Rect)
b335d1b125 : Required change for adding overload method for registerReceiverAsUser
ee414c85f5 : Ignore whitespace only text events in BridgeXmlBlockParser
8b6b5d323f : Correctly handle strings styled with HTML markup
ae3a68d036 : Reduce lock scope in ChoreographerCallbacks
0cc004889c : Run native framework animations
7dae5863e4 : Support AnimationHandler in interactive preview
505a1cf76e : Fix custom Cleaner implementation
4451c95358 : Avoid native crash in NinePatch with null chunk
826a8f2f29 : Correctly use NativeAllocationRegistry for native objects
c9f2130ee7 : Support new RenderEffect
f8cb24de47 : Override DisplayManagerGlobal for layoutlib
6ab91b2be2 : Only use one Cleaner thread for layoutlib
75795aee7f : Specify start of week for Calendar and DatePicker
689347586e : Fix bad merge conflict
c7432b0ad2 : Disable ValidatorResultTests that are failing on mac
ba4f493047 : Do not crash on empty string values
80975e44d0 : Fix build issue with previous merge conflict
a7e1140ccc : Update clock time for Android 12
a10587d743 : [atf] Update ATF lib @371374941
dffa39accf : [atf] Allow ATF to provide fixes for missing content description issues
33e13b6e13 : [atf][layoutlib] Fix cropping
6dc8521082 : [atf] making saved images unique
917d12dce7 : [atf] Update ATF @369258897 1.Add a flag to indicate whether text character locations should be requested 2.Add a test for Swtich to make sure retreiving character locations work as expected
e0f645e939 : [atf] Save cropped image (for debugging)
a48ca1a1be : [atf] Update layoutlib at 367166430 Bug: 183117970 Test: Existing tests pass
0171a0e716 : [atf] Disable fix suggestion for RedundantDescriptionCheck Bug:183724858 Test: All existing tests still pass
897a214e45 : [atf] Update layoutlib and change tests accordingly
4353785d88 : [atf] Fix a test failure that there should be no fix for missing lable issue
5642d276f9 : [atf] integrate a new atf lib which provides namespace URI for a fix
6c3281f77b : [atf] temporarily ignore the test
e6e95da2d8 : [atf] add test for class load override
d3840435d6 : Integrate fix suggestions API in ATF Test: manual test
fa92fc6373 : Use composition for customer build in ATF
5a691a7514 : [atf] refactoring filter to util
5db65f332a : [atf] add pause functionality
0a43945d80 : [atf] Custom builder
43ffb578c8 : [atf] Support atf optimizer flag
ccf9392393 : [atf] refactoring API
3260a253fc : [atf] Add metric for hierarchy creation
40cec48200 : [atf] add more tests for stability
8936dee1ba : [atf] Better handle internal errors
0c798a229a : [atf] add all level for metrics
57d4f52428 : Clean up code related to fonts for legacy layoutlib
2950b1272a : Override Bridge.createMockView
d5a3fa06e0 : Do not include sdk-common or ninepatch inside layoutlib.jar
c2d519585a : Set Asset repository in the initResources
4b2e759d8d : Use more native graphics code
3f20bbcc9b : Split native classes to register to use HWUI loader
aca223b688 : Do not use any theme in Resources_Delegate.obtainAttributes
c5b6e5cf28 : Introduce exceptional async layoutlib call
7743f45797 : Implement custom code execution in RenderSession
f2437741c5 : Separate Choreographer callbacks between sessions
2046f801a2 : Allow each RenderSession have its own time
322c5741e0 : Move Handler callbacks to BridgeContext
de38d2c165 : Pass uiMode down to the Layoutlib config
a288f7f01f : Pass location of ICU data file to layoutlib native
24fe6dca41 : Do not use Java 8 for compiling any more
1c0a54022b : MotionEvent.obtain expects milliseconds
721a7b8a5d : Create stub for AudioManager
02eeb5187c : Correctly make tools-common a test only dependency
a1cc7dc3a9 : Do not log undefined theme attributes
760fdb8630 : Remove dependency on tools-common
950450f97e : Update Typeface_Delegate following commit 1dbb194
b608817a6c : Implement FontFamily_Delegate and update Typeface_Delegate
5341b01596 : Delegate native method in Font class
f8ad641291 : Update handling of font classes following commit 1dd39f3
78e6e44572 : Update Font_Builder_Delegate following commit 99c0756
443d9f0ee4 : Keep native methods in FontFamily
9474730905 : Update SystemFonts_Delegate following commit 9387e7f
3e58f1bd44 : Update getSystemFontConfig_Internal arguments
f5110e993b : Add FontFileUtil to list of classes with native methods
0ec4620706 : Update ninepatch golden image
fc89bc5395 : Keep native methods in FontFileUtil
574a3a7b5d : Handle renamed properties after commit baf5c81
535c3ed731 : Delegate AssetManager.createSystemAssetsInZygoteLocked
5ba00814e6 : Delegate AssetManager.createSystemAssetsInZygoteLocked
1d44a3026d : Update BitmapShader_Delegate following commit 3ed3089
e70865f681 : Load system fonts into Typeface during Bridge.init
fdd396eb24 : Load system fonts on resource initialization
ab020fcf41 : Update layoutlib for private API change
135aa716a9 : Update Typeface_Delegate following commit 4131277
f284a422b1 : Update Canvas_Delegate following commit a00eef2
ffec4ea43f : Update Typeface_Delegate following commit d56d2e9
42cb74eca8 : Update Typeface_Delegate following commit 1ca390e
4dd5b0501b : Update mac golden images
7a078f8838 : Update RadialGradient_Delegate after commit e7ab841
fa3f809fb7 : Adapt to the renaming of TextShaper to TextRunShaper
e3fe010618 : Adapt BridgeRenderSession to change in Choreographer API
ae0e8e1623 : Update BaseCanvas_Delegate following commit 39c482f
887771aec2 : Add new classes to layoutlib native classes
97e1c01edc : Support FontVariationAxis in layoutlib
b910b7f56d : Add new delegate to Font_Builder_Delegate
d39c662a3b : Add Font class to list of classes with native methods
d03f7aa2ee : Adjust to Choreographer.doFrame API change.
6cc613623d : Keep native methods of BlurShader class
b15fcd1e65 : Update language to comply with Android's inclusive language guidance
0c4061f4ff : Update AssetManager_Delegate following commit 3abb504
fc18b18761 : Replace missed LayoutLog usage with ILayoutLog
f4ae4580ff : Replace missed LayoutLog usage with ILayoutLog
b9dbc9f56e : Add test for tranparent drawables
42f3948064 : Revert "Temporary disable native MotionEvent"
d701411a28 : Add missing import in TextureView_Delegate
41be9c85df : Separate Choreographer between sessions
8a3e14fcc0 : Simplify frame callback management
b41cfbcffc : Remove compose disposal code
f9a786cfbd : Add memory leak checker to RenderTests
5ea71cf77b : Clear ArrayUtils cache
a47e65ed87 : Improve handler callbacks disposal
46d770e20e : Dispose callbacks before disposing the viewinfo
d3ec8711ba : Allow resizing preview within a single session
83cbb8985f : Do not scale images in RenderTests comparison
4cdd37bdc2 : Refactor measureLayout
921c81de5d : Revert "Dispose compose view"
265a0297f6 : Ignore callbacks if no session
046cc453e3 : Correctly dispose runnables and callbacks
c99030d469 : Fix LayoutValidatorTests
2d93cd9d5a : Remove executed frame callbacks
c194d9c0cf : Dispose handler per-session callbacks
fb805fae04 : Wrap dispose into session protection layer
571a3d1775 : Treat no stream as ClassNotFound
c140d9e837 : Dispose runnable callbacks as well
8941b6853f : Dispose left-over frame callbacks
793759925b : Dispose compose view
535a9f75a4 : Update Bitmap_Delegate following commit 3eb9843
732a9ef114 : Make Bitmap.setNinePatchChunk public
9a17977476 : Add textclock.png golden image for macOs
7b21928f5f : Use different golden images for linux and macOs tests
1a2e94606c : Protect executeCallbacks call when no session
afbfbc4423 : Execute callbacks based on the uptime
2bc3612404 : Use JDK 11 to run tests on macOS
32c53d2eaa : Acquire session when executing callbacks
8b5de543bc : Support Compose Handler calls
f92ccd053e : Interactive functionality for compose
e19523c536 : Revert "Pin various layoutlib targets to Java language level 8 on layoutlib branches."
4c8a34f7ec : Use deferred initialization instead of native delegates
4c0820c16d : Revert "Temporarily disable layoutlib tests"
98d8a758db : Temporary disable native MotionEvent
72e957a8a8 : Temporarily disable layoutlib tests
12c61347cd : Add more natives
f2af3b2705 : Clear image buffer background every time
cca40cd697 : Enable logging and setting properties through Bridge
b6d1161dd2 : Start logging from Bridge initialization in layoutlib
7c612d0bcc : Update Bitmap_Delegate followin commit 5a190b1
38456390e6 : More npe checks
8d5e3d70b9 : Fix npe in detachFromWindow
a101ffc212 : Render layoutlib with hardware renderer
04c9cd0a80 : Revert "Revert "Enable hardware renderer""
e6038c46f3 : Use native code for AndroidCharacter and RenderNodeAnimator
4c2c3b638d : Update layoutlib-create-tests to use jdk11.
a2d8e571bc : Update native configuration following commit 8c2f6b6
f7add39e15 : Revert "Enable hardware renderer"
8492aa4456 : Add support for using native StrictJarFile.
ed7f30c931 : Add support for NIOAccess from native.
963312675b : Fix test running script for macOs
5e5f4b530e : Use native methods for Interpolator
621a916e79 : Make ImageReaderNativeInitReplacer and ImageReader_Delegate public so they can be reused.
2e6b954550 : Enable hardware renderer
d7b77be210 : Instrument framework bytecode in order to enable ImageReader
88692a0208 : Enable more native code
35b11c207c : Fix layoutlib-no-framework build
5320e1eb13 : Revert "Add support for NIOAccess from native."
4908f12af2 : No static final fields in classes with deferred static init
ecb5011964 : Do not do memory mapping of font files for Windows
6fd0ea04fe : Add support for NIOAccess from native.
0399b04126 : Bring back deferred static initializer.
c66848c0b6 : Add unit test for delegating an inner class static initializer.
7d9a5c57aa : Delete unused shadow png files
dc24f3e1d1 : Layoutlib create: Introduce support for delegating static initializers.
88e2b016cf : Fix build broken by cherry-picks
d4e556c96f : Load font.xml from "native" directory
5681a4cb4f : Fix layoutlib-create-tests.
7c12c384bc : Remove guards against fidelity warnings in tests
1d3aa563d0 : Delete Math3DHelper.java that is unused
d821c3e392 : Load shared library libicuuc-host.dll on Windows
1538f1e054 : Update list of layoutlib native libs for Windows
138efd83e5 : Remove libpiex from Windows native libraries
8e7cb58c9f : Refactored VMRuntime_Delegate
d25a18354e : Added synchronization to sNonMovableArrays in VMRuntime_delegate
6c8f1473ea : Make LinkedHashMapEldestReplacer public and add more VMRuntime delegates.
cd781609af : Deferred static initialization support.
df78f3ccf6 : Avoid copying array of pixels between Bitmap and Image
bfeba2b1e0 : Add proper support for VMRuntime#newNonMovableArray.
a650e5285a : Support simulated_device app bringup.
3fe447c640 : Support simulated_device using native AssetManager.
0e0b480e4a : Fix layoutlib create dependencies and test script
ae489aa9b4 : Change NopCanvas API following commit 2410b90
613c928517 : Update Bitmap_Delegate following commit efac052
5815d2e858 : Include Log_Delegate in CreateInfo
34cc644809 : Update golden image for ninepatch test
4169dcaebb : Support non-framework <ninepatch> drawables.
a626cbb56a : Use native code for new RuntimeShader class
564b4bf587 : Set the System properties during the loading of native libs
5da288b2c1 : Log crashes from Bridge.init
3ed07cca0c : Use native log for layoutlib
d62164c77a : Use native methods for SystemProperties
b223612a01 : Update SystemProperties_Delegate following commit 6e2cff7
cdf88d4717 : Remove MeasuredParagraph from CreateInfo.KEEP_CLASS_NATIVES
0363ca780a : Fix rendering of non-compiled nine patches
e44c1af933 : Move comment that was left behind
acb7e57878 : Allow font dir customization
73ddfd9858 : Pin various layoutlib targets to Java language level 8 on layoutlib branches.
b3b31f585e : Pin various layoutlib targets to Java language level 8 on layoutlib branches.
bcf35d7911 : Update list of native libraries to load on Windows
6ad81207d2 : Fix mktemp command for macOs test run script
177b558d75 : Delete ColorSpace_Rgb_Delegate
41bb5823a9 : Update list of native libraries for Windows
8dbd95e93d : Fix layoutlib build after cherry-pick from qt
874aa75c82 : Ensure Typeface is initialized before rendering
ea327cd822 : Update ICU data folder location in test script
ea42b762a1 : Keep RenderNode and RecordingCanvas native methods
f8ff662b7e : Do not reject any views with noop canvas
60c32b580a : Create test script for mac and update linux one
0db13c9d5d : Allow OS-dependent loading of native libraries
adb5043b10 : Update Bridge due to an update of the init method signature
bf03abb6f4 : layoutlib-create: Add capability to keep all native classes.
5f1ac0aa05 : Create a new module library for common delegates.
2e1365d284 : Layoutlib native: make list of classes to register configurable
ee277963b5 : Refactor layoutlib create to allow reuse for simulated_device.
67e194607a : Unit test tweaks
a58b532fd2 : Make SDK location flexible in bridge run_tests script.
4e819c1906 : Revert "Clear PropertyValuesHolder cache on RenderAction dispose"
24f4b0b043 : Update layoutlib following changes in the native version
f217091075 : Update run_test script and golden images for native version
772034c844 : Add image pool tests to Main so that they run on ab/
f8026dc578 : Get rid of the Fragment_Delegate.sLayoutlibCallback field
647cbaad35 : Update Canvas_Delegate following commit ac33a48
f59e58c40a : Use the correct context for creating views
b634d8d858 : Remove reference to delegate class that was deleted
5e38833111 : Add NativeDelegate classes to layoutlib-no-framework
f1536418a1 : Add Picture.java to classes that keep their native methods
af7f0c08d0 : Enable liblayoutlib_helper for Windows
3beb8b5e2f : Native layoutlib for Linux and MacOS

+- Project: platform/frameworks/libs/modules-utils

cfc3dc6 : Add static list to reuse existing SynchronousResultReceiver
ca834f0 : Fix ModulesUtilsTestingTests for 32 bit targets
9fa47fb : Updating DeviceSdkLevel.isDeviceAtLeastT to use API Level 33
7b3c69f : CallbackExecutor's javadoc shouldn't mention AsyncTask.
2f95557 : Update isAtLeastT() for API 33
11b90ee : Expose framework annotations to host build targets
27a2fe8 : Add support for codenames with fingerprints to UnboundedSdkLevel
034e0eb : Add previously known codenames to UnboundedSdkLevel
b649fd2 : Remove sdk_level dependency on libbase, libc++
bc90336 : Fix indentation in TestableDeviceConfig.
bad784b : Move UiEventLogger interface to modules-utils.
d2c9478 : Move UiEventLogger interface to modules-utils.
c14925d : Add previously known codenames to UnboundedSdkLevel
ba966c3 : Add previously known codenames to UnboundedSdkLevel
fed5ba0 : Run check_java_paths.py with python3
2148219 : 144111352: Create @DeprecatedForSdk annotation
c13b589 : Add Initializer annotation
899d8c3 : Add SdkLevel for Sv2
bc2d6c7 : Inline Build.VERSION.KNOWN_CODENAMES in sc-mainline-prod.
e84d384 : Use Build.VERSION.KNOWN_CODENAMES in UnboundedSdkLevel.
f52eb30 : Add annotation for @PropagateAllowBlocking
cd3b72e : Add an internal @Keep annotation
baac19b : remove unused import
5a368d2 : Add @EnforcePermission annotation
045b605 : Add SynchronousResultReceiver to modules
abd6739 : Copy DeviceConfig mock from FrameworksMockingServicesTests to moduleutils
02db0f5 : Add README.md file.
798f22f : Move DeviceConfig mock from FrameworksMockingServicesTests to moduleutils
a0ea6bc : Expect Android codenames to start with a capital letter.
da48fee : Add IsAtMost() similar to IsAtLeast() method.
60872b9 : Add isAtLeast method that takes a version argument.
36249f6 : Add isAtLeast method to UnboundSdkLevel utils that takes an argument.
5341190 : Remove recursive glob in javatests/.
7e56c16 : Migrate NetworkStack modules to use modules-utils
b21b05e : Make @Discouraged visible to libcore/ and art/
18c9728 : @UserHandleAware parameters for permissions & sdk
a32188b : @UserHandleAware parameters for permissions & sdk
95f0a70 : Add a new filegroup for metalava annotations
f0498a1 : Move annotations in public api to frameworks/base
1f2ded5 : Move annotations in public api to frameworks/base
7e914cd : Remove precondition dependency
c6bc160 : Require 'message' field in @Discouraged
62c4efe : Create separate libraries for modules-utils-os
0edcebe : Reduce duplication for modules-utils libs
b3ae26e : Add BytesMatcher to modules-utils
13f1160 : Add HandlerExecutor & BT to modules-utils
b4d3954 : Introduce @Discouraged for discouraged APIs
212a7f0 : Remove api=10000 from SdkLevel.isAtLeastS's annotation
24eabeb : Add modularization team as OWNERS.
2c7e4b6 : Fix S SDK check annotation for AOSP
7d8d124 : Fix S SDK check annotation for AOSP
0f3495c : Fix S SDK check annotation for AOSP
0992500 : Add DeviceSdkLevel - an SdkLevel equivalent for host-side tests.
7d10cbd : Update SdkLevel and sdk_level.h
7ae0cf1 : Move Preconditions into modules-utils.
b665912 : Make framework-annotations visible to libcore/ and art/
40edb4f : Add build targets for the newly migrated annotations
ab38f31 : Add build targets for the newly migrated annotations

+- Project: platform/frameworks/libs/native_bridge_support

9ee4877 : Update native-bridge stubs
06a8854 : Update native-bridge stubs
a4e4926 : Use single module for libclang_rt.builtins-exported
7fd4ae4 : Use single module for libclang_rt.builtins-exported
544f960 : Update native bridge stub to add ucol_clone
9dcde50 : Update native bridge stub to add ucol_clone
57618c3 : Re-generate stubs
16e35a2 : Proxy clock_gettime and co to host libc
4527775 : Update native bridge stub for ICU 70
b6c0769 : Make sc-dev-plus-aosp equal to master
5c2e31c : Regenerate android_api stubs
d8e4f74 : Update native bridge stub for ICU
328a2fd : Update stubs for libnativehelper
72b9ba2 : Remove libnativehelper methods AFileDescriptor_{get,set}FD

+- Project: platform/frameworks/libs/net

5076d37 : support per-map/prog selinux context and cross .o map sharing
5d99d14 : BpfMap - add BpfMapRO.init() support
1999d0e : bpf_helpers.h - add #define's for S/T bpfloader versions
02869ff : BpfMap key/value access size verification
76286d5 : cache kernelVersion(), make isAtLeastKernelVersion() cheaper
1cd5643 : BpfMap: simplify .init() mMapFd assignment
7841742 : Add an int constant for CLAT_MARK and freeze INetd v10.
2ddee2b : Freeze netd_aidl_interface V9
9e1d090 : Fix DevSdkIgnoreRule target SDK annotation processing.
becbc67 : Add handlePacketReadError method in FdEventsReader.
7f63f0f : BpfMap: introduce resetMap(type, entries, flags)
13053d7 : Add IPPrefix.contains()
0504a70 : Run tests using DevSdkIgnoreRule
18945ad : Make net-utils-device-common-bpf only available for module and tests
52bf8f5 : Make FdEventsReader#isRunning method as protected.
29c9c33 : Add an annotation to skip tests if the APK has target SDK > 31.
4e277a4 : DeviceInfoUtils: add class and helper for three-part version number
1eb41d9 : Move DeviceInfoUtilsTest from NetworkStack to frameworks/lib/net
23a3717 : When parsing a netlink message, always advance to the end.
7cdfea0 : Add test to verify parsing multiple netlink messages in one buffer.
5c69729 : BpfMap: cache bpf map file descriptors
27e7c38 : Address comments at ag/18372083
33e27fa : Add PerUidCounter
27d6372 : BpfMap: wrap native fd with ParcelFileDescriptor to avoid fd leak
1f10c3c : Migrate compareMajorMinorVersion from ConnectivityManagerTest
8e30914 : Add null check for mProvider
a5e109f : Add wrappers for the latest stable version of netd_aidl_interface-V*-cpp
6df5cec : Create RouterAdvertisementResponder
822973c : Move TetherStatsKey and TetherStatsValue to common libs
869aeb7 : Freeze Mdns AIDL interface to V1
4416b0c : Add MDNS aidl
2d5fb70 : Make libtcutils visible to netd tests
93e56b3 : Check RouteInfo type in NetUtils#selectBestRoute
eda1077 : Clear apex.go entries for bluetooth libs
2a7df8d : TcUtils: add tcQdiscAddDevClsact
7081cc5 : [DU04-3]Appropriate changes to the NetworkPolicyManager API
b5fce4a : Allow use of shared bpf headers by recovery
cb9e79d : Add DisableConfigSyncTargetPreparer
bf74bb7 : Add struct ClatIngress6Value
acadae7 : Add struct ClatIngress6Key
6e6bb15 : Add struct ClatEgress4Value
b4740cd : Add struct ClatEgress4Key
9ddc6b5 : Make net-utils-services-common visible to service-connectivity-tiramisu.
b66e99c : Move InterfaceParamsTest to frameworks/libs/net
7bb515e : BpfUtils.h - switch to GTEST_SKIP in all 4 SKIP macros
7332251 : Bpf Util Lib in Common Location
1eca0e8 : Rename framework-connectivity-tiramisu to framework-connectivity-t
9349291 : Rename framework-connectivity-tiramisu to framework-connectivity-t
a5625cc : Rename framework-connectivity-tiramisu to framework-connectivity-t
2ff080f : remove unused import from BpfMap
cb84cb1 : Change TestBpfMap to use ConcurrentHashMap
79550eb : Allow of expectAvailableCallbacks when validation state is unknown.
702dbcb : Add BpfBitmap Class
007d203 : Remove dependency on compatibility-device-util-axt
a0001ea : Add ThrowingBiConsumer to IBpfMap
f0f6909 : Fix wrong nla_type for matchall
f722245 : expose bpf_syscall_wrappers to art apex
8309f9e : Utils : Collections.containsAll, containsAny, Permissions.getGrantedPermissions
095114a : switch from libbpf_android to bpf_headers
68a6f40 : bpf_headers/bpf_syscall_wrappers - remove visibility restrictions
6870376 : Add attach bpf with flags and detach single bpf
118659e : Move Tether4Key and Tether4Value to common libs
e850e12 : bpf_headers for vendor.
f2d75d0 : Add support for unknown Network to expectCallback
80b9c21 : Add framework-connectivity-t to net-utils
eb85fa6 : Adding bt apex
18649dd : Add framework-connectivity-t to net-utils
27ce783 : Turn TestBpfMap into a common utility class.
5061c40 : Make the struct "not a subclass of Struct" error message clearer.
99a7135 : Include libtcutils inside libnet_utils_device_common_bpfjni
40725a7 : Mark VisibleForTesting members as public
e60b3e1 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net
977cc10 : Fix add missing loadLibrary to TcUtils
07162b6 : Add U8 subclasses to Struct
c610583 : [MS48.3] Allow Settings package to build with network static libs
ae3d11c : libclat: Use space indentation instead of tab
8f56038 : Use module API in common libraries
819d831 : Add a DumpTestUtils class to do service dumps in tests.
c8bd80d : Decouple "net-utils-framework-common" from "net-utils-device-common-bpf"
7bc7bf8 : [MS48.3] Allow Settings package to build with network static libs
b0a6c10 : Clean up bpf_headers visibility
5de8d7e : Add Override for onDscpPolicyStatusUpdated
f6950a8 : Add visibility for use bpfmap by BpfInterfaceMapUpdater
d70e9e4 : Add IBpfMap for injection in testing
14c5c61 : Add BPF_ANNOTATE_KV_PAIR to BPF map definition macros
94ce751 : Add DSCP Status Callback to TestableNetworkAgent
9bd10fa : Add U32 S64 subclasses to Struct
2d491fa : Move NetlinkListener relevant files to frameworks/libs/net
876b237 : Update case to correctly support usage for T
688bcbd : Update net-tests-utils-host-common tag to "mts-networking"
7f4299f : Add libnettestutils as a networking test utility
9f994fd : Move logging helper to own file
3184541 : Add tc police support in TcUtils.java
ea97680 : Add tc police support to jni lib
61d029c : Add functionality to attach tc-police action to ingress qdisc
694bff5 : Add tests for adding / deleting bpf filter
f875521 : Add support to attach / replace / detach clsact qdisc to libtcutils
4843f65 : Add tests for libtcutils
8a7a98e : Fix kernelversion.h
4dd93d3 : Add a method to convert public NetworkStats to internal NetworkStats
4a1e602 : make bpf_headers visible to libclat
87a7bda : make bpf_syscall_wrappers visible to libclat
2dd6a27 : Add bpf_headers visibility for CtsNativeNetPlatformTestCases
66d9195 : [NETD-TC#12] Fix dependency on libtraffic_controller
90cabcc : Move BpfUtils -- move kernelVersion code to its own header
6645743 : Move BpfUtils -- add java class
6b810c9 : Move BpfUtils -- add JNI wrapper for libtcutils
90cebc4 : Move BpfUtils -- make libtcutils visible to package/modules/Connectivity
8a9f0f7 : Move BpfUtils -- add libtcutils
bcf9110 : Move BpfUtils -- make BpfSyscallWrappers visible to libtcutils
21e4b35 : Add excludeLocalRoutes in NativeNetworkConfig
2d1fff0 : Fix int overflow in shift
2ec8271 : [DU01]Remove INetworkManagementService from NetworkStatsService
2f5bd16 : Fix blocked status error message
67f8958 : [MS40.2] Remove Clock dependencies from NetworkStatsService
9180fd1 : Moving reusable code for common net permissions.
7c8f491 : PermissionUtils update to validate system feature
51b11cc : [MS28.2] Add checkDumpPermission
a1b1a24 : bpf_connectivity_headers -> bpf_headers -> bpf_syscall_wrappers
648390c : Add apex_available and min_sdk_version to libip_checksum
082bc99 : [MS19.2] Add constrain and total into utils
70b891e : Add hasFlag method in NetdUtils.
776b3cc : [NETD-BPF#23] Move a few headers to frameworks/libs/net
2b94c96 : Revert "Added a new network capability MMTEL"
0290d5f : [MS15.3] Move SUBSCRIBER_ID_MATCH_RULE_* constants to static lib
f227c46 : Rename bpf_map_utils to bpf_headers
76e6f6d : Revert "Add net-utils-annotations lib"
39eafaa : Import constants from NetCaps instead of defining them
8a6bec0 : [MS10.3] Move multiplySafeByRational to NetworkStatsUtils
faf1620 : Remove ambiguity when using error().code().
a100e6a : Revert "Revert "Suppress NewApi warnings for @SystemApi -> public APIs""
a8e11d7 : Added a new network capability MMTEL
d654277 : Revert "Suppress NewApi warnings for @SystemApi -> public APIs"
680411a : Clarify that JNI libraries used for jarjar'd classes must be statically linked.
b4585b1 : Remove apex_available for bluetooth.updatable
13c44d9 : PacketBuilder: add support for UDP
ab9a0d9 : Add a class to build IPv4 TCP packet
e5f1800 : Move libipchecksum to frameworks/libs/net.
73a5533 : Suppress NewApi warnings for @SystemApi -> public APIs
061d627 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net
8aa05b2 : [NETD-TC#7] Move getIfaceNames() and getIfaceList() to libnetdutils.
f0736e3 : Add StructUdpHeader class to parse UDP header from a packet
20a66b9 : [NETD-BPF#23] Make libnetdutils apex_available for tethering module
b2878bf : [NETD-BPF#25] Add bpf_syscall_wrappers visibility for libnetd_mainline
9d610e2 : Support multiple cleanup blocks in tryTest{}
6109846 : [NETD-BPF#30] bpf_map_utils add visibility for libnetd_mainline
f89b32e : Add unit test to parse UTF-8 IFLA_IFNAME attribute.
35ffa1a : [NETD-BPF#15] Move BPF map definition and utils to frameworks/libs/net/
9e0c8e0 : Move TestableNetworkAgent to Common Util Location
4bc1b5b : Allow MediaProvider to use BPF utilities
bb7219f : Return null RtNetlinkAddressMessage if IFA_FLAGS attr is malformed.
7d75eab : [DnsPacketUtils] Knob for name compression support
ddc5582 : Add IFF_UP device flag constant in NetlinkConstants.
db5a758 : Add StructTcpHeader class to parse TCP header from a packet
58bd300 : Add StructIpv4Header class to parse IPv4 header from a packet
d4e23d4 : Correct a comment
d2aea2a : Add more logs in TestableNetworkStatsProvider
c4e7006 : Have tryTest{} work with throwables
45b50b7 : Rename ExceptionCleanupBlock into TryExpr
1aca1d4 : Add catch{} to tryTest{}
52b18cd : tryTest to return its last evaluated expression
70610b9 : Disallow non-local returns in tryTest{}
3828a98 : Make sure no suppressed expression is present when they shouldn't
1aea8c6 : Replace assert with assertTrue in CleanupTest
1900609 : Spin off DnsPacket into separate library
b491368 : [NETD-BPF#1] Move libnetdutils to frameworks/libs/net/...
45ebc6d : Add ContextUtils
f81a31d : [NETD-BPF#1] Move libnetdutils to framework/libs/net/...
fce9042 : Fix libs/net tests package
01f4ec6 : Enable strict_updatability_linting in frameworks/libs/net
a260448 : switch to using OWNERS from master branch of Connectivity module
8f8cd48 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net
670d810 : Separate bpf and struct util from netlink util library
3c41bca : Use JniUtil.getJniLibraryName to find library name
87a524a : Add JniUtil to identify jni library by package name
93067af : Move TETHERING_MODULE_NAME to libs/net
84e6274 : Add data structures to parse netlink route messages.
254f9b8 : Add ConnectivityCheckTargetPreparer
9caba50 : Add net-utils-annotations lib
4ab5d9f : bpfmap: Move to Common Util Location
85c22c3 : Remove some usage of the framework-annotations filegroup
242915d : Move static utils to the static library
00ada45 : Add data structures to parse netlink IP address messages.
8fd0c55 : export bpf headers to Connectivity Service
35c6faf : Add a withCleanCallingIdentity equivalent to module utils
b074b57 : Add data structures to parse netlink link messages.
4cac5a5 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net
1b42f3d : Move netd AIDL to frameworks/lib/net
b7ffb27 : Add getter for quotaBytes
73da367 : Add OnSetWarningAndLimit into TestableNetworkStatsProvider
bd0937d : Add @NonNull and @Nullable annotations in NetlinkMessage.
e9e798d : Move netd AIDL to frameworks/lib/net
311d9a1 : Zero out the non-prefix bits in NetUtilsTest
81e655b : Implement DevSdkIgnoreRule with SdkLevel
6b56526 : Add a new utility to improve stack traces from automatic testing
4d59f6c : Fix type confusion in createRandomUnicastAddress
0003f51 : Add initTestNetwork with a list of LinkAddress
12a558c : Parse ND options in netlink message as an ByteBuffer slice.
adf05d0 : Add StructNdOptRdnss class to parse RDNSS option from netlink message.
536d685 : Test CollectionUtils.contains
0a51a23 : Refactor CollectionUtils.contains for short
4c3da10 : Add CollectionUtils.contains for short
74edf5a : Add the ConnectivityModuleTest annotation
ce33367 : Remove NetUtils from filegroup to avoid dulicate
e26cd34 : Append link-layer address parameter in makeNewNeighborMessage.
a5abbe6 : Migrate netlink-client to net-utils-device-common-netlink.
07f2386 : Add assertNoCallbackThat
7df1407 : Remove TRANSPORT_USB in NetworkCapabilitiesUtils
4c087c1 : Define TRANSPORT_USB in NetworkCapabilitiesUtils temporarily
b567e15 : Add filterable, sortable to DevSdkIgnoreRunner
f829dd3 : Support both R and S+ in NetworkFactory
152b455 : Support legacy limit reached callback
9586200 : Use module util HexDump in StructTest
aaae81b : Revert "Add OnSetWarningAndLimit into TestableNetworkStatsProvider"
d44e8af : Add OnSetWarningAndLimit into TestableNetworkStatsProvider
c8d3281 : Revert "Revert "Allow expect onRequestStatsUpdated with any token""
886c3f1 : Revert "Allow expect onRequestStatsUpdated with any token"
5e0658f : Add fall back to createTunInterface when running on R
6b547a5 : Allow expect onRequestStatsUpdated with any token
b23b48f : Create a new utils for connectivity related settings
10ff3eb : Add ICMPv6 ND header length constants.
800c7d0 : Allow lmkd to use bpf_syscall_wrappers
5987edf : Supports to add a response for the given headers
1a37835 : Add TestableNetworkOfferCallback
8b72255 : Add visibility for Connectivity tests
013188b : Add NET_CAPABILITY_ENTERPRISE into FORCE_RESTRICTED_CAPABILITIES
41f57e5 : Add visibility for packages/modules/Connectivity
b2f6244 : Add visibility to net-utils-framework-srcs
79df174 : [NS05] Implement NetworkScore in NetworkFactory
45352c3 : [NS02] Remove unused methods
4e8e877 : Fix NsHeader class unavailable constructor.
72e4d0f : Update TestNetworkTracker tearDown()
7e6c83f : Add visibility for packages/modules/Connectivity
4ed4f49 : Add visibility for packages/modules/Connectivity
ab42581 : Add visibility for packages/modules/Connectivity
deacf76 : Add visibility for packages/modules/Connectivity

+- Project: platform/frameworks/libs/service_entitlement

379684e : Log ServiceEntitlementException in EapAkaHelper.getEapAkaResponse
91c9485 : Log ServiceEntitlementException in EapAkaHelper.getEapAkaResponse
78ef2a1 : Add tests to improve the code coverage
65de290 : Add script to calculate the test coverage
e55c978 : Remove unused instance
b48a7e9 : Implement for EsimOsdaOprations
13a767f : Implement the ServiceEntitlementException
fb4a25e : EAP AKA Challenge response not accepted by server

+- Project: platform/frameworks/libs/systemui

e628400 : Apply the clockIconDrawable's time in its constructor.
ba20fd3 : Fixing disabled UI for theme app icons
390d55b : Separate color into app color and dot color
8a3cada : [Toast] Add a new layout type for section header.
c37ae1c : Stop clock icon from jankily changing on user tap.
81f8cb3 : Implement Focus Mode UX for the Clock icon.
598b692 : Increasing visibility of function getUserFlagOpLocked
135ad32 : Add WEB_SUGGEST for web suggestion results.
433de15 : Brighten theme-icons when in Dark mode and add dark color for taskbar
b4c1fcb : Update monochrome theme icon notification dot color
f935dae : Use HARDWARE ALPHA_8 Bitmaps
efec579 : [OneSearch] Add a new layout type for answer cards.
bd0c04a : Fixing themed icons not getting cropped to icon mask
7bc26cd : Fixing calendar dynamic icon not getting loaded
82bd8a3 : Expose fallback app title and icon bitmap loading flows.
6ada16a : Make createScaledBitmapWithShadow public.
3da17f7 : Updating logic for user badge check
1471bed : Fixing badge not disabled when disabling app
ba8e6d3 : Fix launcher crash loop.
b0a4aa8 : Adding Icon theming API support in Launcher
b8f261a : Revert "Fix launcher crash loop."
d74377f : Fixing drawable cloning does not preserve badge
393bc59 : Updating icon badging logic to apply at runtime instead of embedding in the bitmap
3b7051d : Fix for Quicktep FC
a64d8c0 : Refresh the icon cache for users with droid icons Bug: 176960538 Test: Manual
4038977 : Add SUGGEST ResultType and Thumbnail LayoutType

+- Project: platform/frameworks/minikin

84649dc : Deleted clang property in Android.bp files
a3a692a : Add the line break word style(lw) in the style run.
dd9595d : Separate line break style from locale and set as style run
e524483 : Add font extent calculation
d139bc7 : Revert "Add font extent calculation"
e205c79 : Revert "Add font extent calculation"
9b4f19a : Add exception for Greek
7b5c02b : Add font extent calculation
c2c041e : Implement faster hyphenation line breaker
043315b : Fix emoji override
20f85fa : Stop using hb_script_t in the minikin methods
5768b17 : Enable `chws` feature by default

+- Project: platform/frameworks/multidex

da80e19 : Don't throw away the cause of multidex installation failures

+- Project: platform/frameworks/native

db06ecf8ff : SurfaceFlinger: Disable early release optimization
c621d8d2be : SF: Add missing ATRACE_TAG to VsyncSchedule.cpp
d5b5f5acb6 : atrace: Remove persisitent rss_stat_throttled trigger
33da946835 : Layer: Guard against Region offset overflows
8f4e41d679 : add explicit 32-bits of padding to UidTrackingInfo struct
a820057ae0 : RESTRICT AUTOMERGE SurfaceFlinger: fix a potential race condition in stealReceiveChannel
067def0585 : RESTRICT AUTOMERGE SurfaceFlinger: fix a potential race condition in stealReceiveChannel
0840cdd08f : RESTRICT AUTOMERGE SurfaceFlinger: fix a potential race condition in stealReceiveChannel
97a317064a : RESTRICT AUTOMERGE SurfaceFlinger: fix a potential race condition in stealReceiveChannel
29e34cfcf9 : RESTRICT AUTOMERGE SurfaceFlinger: fix a potential race condition in stealReceiveChannel
899e8cd074 : SurfaceFlinger: fix a potential race condition in stealReceiveChannel
6ba7f2b487 : Use the correct dataspace in shaders.cpp
4ded0b0603 : Validate indices when requesting PointerCoords
05da008e9d : SurfaceFlinger: Correct logic error in early release
9533de4ab5 : updates to libarect_headers to include in media apex modules
b4ad36004f : Tweak wakeup time for OneShotTimer to reduce jank
3915c1fe6a : Fix drag surface may stuck in multi displays
e258f09e25 : Fix brightness change during rotation when playing HDR videos.
d29698422c : Mark display parameter to be nullable
d4edf7d6b5 : Allow the default mode for video peek to be undefined
006509ad7d : Update dumpstate code that dumps BPF maps.
7a8dc174f9 : Skip SOLID_COLOR layers from SF Caching
45913f2d16 : RESTRICT AUTOMERGE Ignore weak symbol difference in libui ABI check
ddd3da0d8f : Add AIDL HAL stack traces to bug-reports
50abed0b1e : Revert "Change override displayFrame to mBounds"
a91d8576d9 : Add lock to protect UnwantedInteractionBlocker
d1bda4b880 : Handle null buffer when calling Transaction::setBuffer
ab499a22ed : Change CLOCK_MONOTONIC to CLOCK_MONOTONIC_RAW for GpuWorkPeriodEvent comments.
73bbfd939c : RESTRICT AUTOMERGE Ignore weak symbol difference in libbinder ABI check
aadcf949e3 : Reduce gratuitous resets for OneShotTimer
f91f140a47 : surfaceflinger: buffer was released early for clear client target requests [1/1]
1a1007b0dd : Make sure all debug logs could be present after enabled
8d7d0f42c6 : Use semaphore instead of condition variable
29382adaa2 : Reduce more power advisor churn
b17c62120b : FTL: Yield futures without overhead
bb448ce9aa : SF: Do not duplicate fences per layer per frame
0a2c43c7de : Composition strategy prediction: Make broader predictions.
04d24da36e : Remove FenceTimelines
8977ce9565 : Remove consumer frame event history
4a4d046dec : Limit access to head tracker sensor
196096983d : Reduce kernel instructions for PowerAdvisor
db7df5ddaf : Revert "Updates encoding/decoding of optional metadata"
73fe815101 : Return frame period from vsynctracker.
0096933b86 : Revert "Omit DISPLAY_DECORATION layers from CachedSets"
8a2b1a4366 : Reland: Change input injection security model
a2198098e7 : Include cache files from sdk data when cleaning using freeCache
575fb07317 : Fix shader calculation equations that causes SDR grayscale mess-up.
7be8557f40 : Fix batterystats update on sensor connection cleanup
24f2b4c066 : Restore sensor flush behavior for disabled clients
3fa94792ad : Add PointerCaptureTest to input presubmit
c934d0f8a5 : Add InputManagerServiceTests to input presubmit
ce5566028c : Add CtsHardwareTestCases to input presubmit
c3f39b1a6b : Add isClone to WindowInfo
54745651cc : Fix drag and drop may stuck in multi touch
f6280bb9b0 : Update OutputTest due to DisplaySettings changes
db65301a6e : Fix SDR layer luminance increase
741e84c1fb : Import surfaceflinger tests into renderengine's TEST_MAPPING
2337796cdf : Add a return value to BlobCache::set
7092e26864 : Address Pointer Capture crash during rapid toggles
8ca08abac3 : Fix proportional counting for out-of-order timestamps
191b877ec8 : Improve printing of Display- and Layer- Settings
14d5b8632c : Propagate HDR information to screenshot animation.
6c903caaac : Fix rotation flicker issue when screenshot rotates with HDR content.
1ad281cea3 : [API Review] Make changes to documentation for getActionButton and getClassification APIs
dda07d9be6 : Allow SurfaceFlinger to treat 170M as sRGB.
d4206714c9 : Address ghost spots that show up after touchscreen is re-enabled
9bcd1d1481 : Don't double-apply display color transform
45be9185e0 : RE: Add a test verifying we've compiled a min no of shaders
ae07fe5348 : Fix subtle copying bug in primeShaderCache
95f6861779 : Set initial meta state to AMETA_NONE
46297629b1 : libbinder freeze RPC protocol version '0'
1a227f092a : Add transaction callback in SurfaceComposerClient::setBuffer
14ec0809e7 : Close native handle properly.
7f19347476 : Check target duration sent instead of exact value
30fd9b9919 : Send transaction callbacks even when no BSL
adf18d87f6 : SF: include number of Skia shaders in perfetto traces
a2b5dcdc21 : Disable diag in libinput
2c043bedc9 : Use the primaryDisplayRotationFlags for the source crop calculation
f99d6e7b3e : Reland "Disable mouse acceleration and scaling when Pointer Capture is enabled"
ef0d08a242 : Revert "Avoid vsync enabled when in DOZE mode (AOD)."
65a2e6f9f0 : Add debug log on Power HAL support and connection status
0acc384bb9 : SF: Add dumpsys flags to dump displays
3c36324708 : SF: Clean up display lookup
6852bff708 : Remove root layer when clearing mLayersPendingRemoval
fd00040230 : Add a flag to dumpProfiles to send --dump-classes-and-methods to profman.
f467f03245 : Revert "Disable mouse acceleration and scaling when Pointer Capture is enabled"
c1fbd7b29d : libbinder: setupInetServer assignedPort optional
cb067f0c20 : Deleted clang property in Android.bp files
4c1b646994 : SurfaceFlinger: Report stuck fences to client
2c0ea355bc : Treat dimming-disabled layers as HDR
fcedb9ca3f : Support RenderIntents in libtonemap.
168f6ccfce : Set better defaults for layer stack and oriented display space
eb627318ec : SF: Flatten display containers
d838693827 : Disable mouse acceleration and scaling when Pointer Capture is enabled
e401e88200 : Allow AIDL allocator service to be used by itself
586caa1e6d : Remove unused declaration.
1777287904 : Filter out large tests from presubmit
fb3cc1164e : Fix led meta state can't be cleared by another keyboard
28b050811f : Fix registerDirectChannel in HAL wrappers
bf980f9126 : Revert "Revert "Don't allow std::make_shared/unique for ndk::SharedRefBase objects""
26b98f4271 : SurfaceFlinger: Dump on layer leaks
aaef6c09b7 : Build with upstream lld: Fix incorrect static dependencies
c4f7c04167 : Add dEQP level 2022 prebuilts
ac1f09816e : Vulkan: avoid calling cancelBuffer on a shared buffer
4d8a05d372 : Plumb display brightness nits to composer hal.
7d04ca4c25 : GpuWork: Clarify documentation comment
0aba49eebf : Adjust actual work duration when target time is changed within allowed deviation limit
839fe5b498 : Add unit test on sending power hints in SurfaceFlinger
4cf2d8c799 : Trace input only if the layer needs an input info
8f96ec4b30 : Avoid vsync enabled when in DOZE mode (AOD).
7ae7afde99 : Handle multiple windows in transferTouch
fa3c56a7d0 : Skia HLG should scale to [0, 1] instead of [0, 12]
841a802475 : Remove complicated previousAppId usage
a7c45f4f5a : DO NOT MERGE: SurfaceControl: Ensure unused fields are zeroed
61a52db9d3 : DO NOT MERGE: SurfaceControl: Ensure unused fields are zeroed
4df80f58c4 : Revert "Change input injection security model to require INJECT_..."
a3c4d37253 : Don't create CE Layer when EffectLayer has nothing to draw.
545b544b0a : Reverting the test as it might be failing other tests
f3ce831356 : Remove redundant libgui dependency for GraphicBufferOverBinder_test
3539d81eef : SF: Enable HWC composition strategy prediction
9cf89269c1 : SF: Add composition strategy prediction stats
a314038bf9 : SF: Predict HWC composition strategy
51d76c818d : rust: Mark DeathRecipient Send and Sync
2df7c451a5 : TransactionCompletedListener: Mutex for getInstance
985a1b2d79 : Change input injection security model to require INJECT_EVENTS permission
09364678c5 : libbinder_ndk: binder_stability.h markVintf weak
8f55b3d48d : Reverting the test as it might be failing other tests
34fe38b0c7 : DO NOT MERGE: SurfaceControl: Ensure unused fields are zeroed
1f6fc70ab0 : SF: Fix feedback loop with refresh rate overlay
8621e556f4 : Set correct project id for sdk data directories
af5e968482 : Check for IOCTL feature changed to not set inheritence
ade0d07ba1 : DO NOT MERGE: SurfaceFlinger: Add Transaction#sanitize
842a412840 : DO NOT MERGE: SurfaceFlinger: Add Transaction#sanitize
1ff38ab351 : DO NOT MERGE: SurfaceFlinger: Add Transaction#sanitize
c18afa8af7 : Check for IOCTL feature changed to not set inheritence
0fd1af9e0c : Migrate display related methods to AIDL part 3
694aeffba3 : Migrate display related methods to AIDL part 2
b5cb7c155f : Migrate display related methods to AIDL
b1f7795338 : Add note on when to call ASensorManager_getDynamicSensorList
48710e42b7 : Add last interacted window check in setInTouchMode
8c791e08a4 : Update permissions for gpu_work_period tracepoint
55a1254430 : libbinder: add log for dropped extension
2f01d772a5 : FTL: Pull Flags into namespace
8c4356c0ac : SF: Clean up RefreshRateOverlay
4d5052d708 : SF: Fix a mislabeled slice in traces
0bb0ce003b : Revert "Don't allow std::make_shared/unique for ndk::SharedRefBase objects"
f7eeb100a9 : Respect dpi from Emulator
21e09430eb : Don't allow std::make_shared/unique for ndk::SharedRefBase objects
814ace3f25 : Add PreferStylusOverTouchBlocker and handle multiple devices
e844e01f78 : Remove PreferStylusOverTouchBlocker
1fb1891738 : Log event information when event is dropped
0a692353c5 : libbinder: Print the iov number in RPC log messages
e33238ec4d : libbinder: Support unaligned reads/writes in Parcel.cpp
e12b4fa9f6 : Add unit test for AidlPowerHalWrapper
806c30f555 : Update data type and comments on tagSocket/untagSocket APIs
88acab9743 : Dither HDR content when compositing to an 8-bit target
7128e90d5b : Add dynamic debug logs to VelocityTracker
81d95e6534 : [SurfaceFlinger] Disable HDR dimming when screen rotates.
8c84b80755 : Add benchmark for onWindowInfosChanged
5ad71b5582 : libbinder: Return status_t from RpcTransport::peek()
9c604e3c31 : Polish up metadata propagation for native window
85065699cc : Plumb through dimming stage into RenderEngine.
c6933673e8 : Retry the dir deletion if can't rename.
621533f895 : dumpstate: Close API FDs on exec
ee00e3bfc2 : Add a method to installd to delete a reference profile.
65fb441ef0 : Add SENSOR_TYPE_ACCELEROMETER_UNCALIBRATED to eventSizeBySensorType.
298b08e55a : SF: Generalize thread safety guards
b5223cf1a7 : ResyncCallback in getLatestVsyncEventData.
bd006786a7 : FTL: Add thread safety helpers
d7a694c65f : Use CacheId when buffer is null.
e658d330c5 : binder: Don't use reinterpret_cast to down cast
657944638a : Do not log permission check failures.
4b2f18d41c : libbinder: service driver fuzzes nested ifaces
a7fe7eb759 : FTL: Remove libutils dependency of Flags
9b623c3342 : SurfaceFlinger: Avoid race in flag manager
94000c4a0f : SF: Simplify setTransactionFlags
dd5827a6df : SF: Remove ISchedulerCallback::scheduleComposite
9eff249794 : [SF] Add a new method for latch unsignaled transactions
0430279b74 : Make ReconcileSdkData more flexible
70f72fa3d5 : Include SDK sandbox while calculating app and user size
dcf469b004 : Check for ProjectID enablement made more performant
79157a35cc : Ensure subdirectories of sdk data inherit group id of parent
331bea0b4d : Destroy SdkSandbox User Data
88b85e1f9b : SurfaceFlinger: Detect Rel Z loops
c2cf02c17a : SurfaceControl: Ensure unused fields are zeroed
76236e1ece : Disable normalization for power hint by default
55bf474662 : Skip a step when blurring
f98655a385 : Do not enforce that layers with invalid bounds are not focusable
ac0a74d000 : Make getBootDisplayModeSupport feature optional in aidl composer
4cf8bab5f3 : Add JNI getLatestVsyncEventData.
81061238c1 : Check incoming array sizes before accessing.
dcba9e0797 : Use CacheId when buffer is null.
6dfbf2694b : InputDispatcher: Do not drop ongoing gesture if a window is no longer a spy
86d3d987f9 : [SF] Use nodiscard instead of clang::warn_unused_result
81aff79ba4 : Fix transparent region tests
7a577450e5 : Push HLG OOTF down to libtonemap.
976ae000b0 : Added support to calculate storage using project ids on devices whose user data is wiped and their add directories are created using project id
ac2d2857a1 : servicemanager: explicit addService errors
dee22320fc : SF: fix frame timeline timestamp
57f748c78d : Support setBuffer w/ release callback
6b02623208 : Move sdk data to target volume when moving app data
a18588206c : Allow windowhandles with NO_INPUT_CHANNEL
70d9281cac : libbinder_rs: allow attributes for enumerators
2ee6d0ba7d : Reset intercept key wake time when receving up event
7f7ad2c3f3 : Transform transparentRegion into output space
1a3c5456dd : Add AHardwareBuffer as a tone-mapping input.
3b4bdcf601 : Invoke sync transaction callback if overwritten
7fa4f884f6 : Added support to calculate storage using project ids on devices whose user data is wiped and their add directories are created using project id Bug: b/215154615 Test: atest StorageHostTest Test: atest tests/installd_service_test.cpp Change-Id: Ib29af7c4c0e80d5b8902899b38de41a807e1cd72 Merged-In: Idfe262d5606a4f577587e75e4a29fdb55c021a37
929325dd01 : atrace: don't write the clock sync marker if --only_userspace
3a26ff6de3 : atrace: don't hard-fail if one of the categories doesn't exist
f6df08ebe6 : swapchain: Eliminate silly difference with AOSP
b3fd4bf1f3 : Add hwasan postsubmit tests for surfaceflinger.
196b0f209f : Tweak libtonemap's CPU interface to support batching.
5e13d0c11b : Add conditional BT709 support to the vulkan swapchain
d2a5728b0d : swapchain: Implement VK_KHR_surface_protected_capabilities
06e518e498 : [SF] Use HWC api getPhysicalDisplayOrientation
8c7e6db0c0 : swapchain: Implement VK_GOOGLE_surfaceless_query
a2948adabd : Store last data received from WindowInfosListener
bb67b24454 : swapchain: Implement VK_KHR_surface_protected_capabilities
1ce053f1c7 : swapchain: Implement VK_GOOGLE_surfaceless_query
3e3dcfe109 : Change group id of sdk data directories
0a14f8a96f : Destroy/Clear SdkSandbox Data Directories
b9e96bf461 : Create separate api for reconciling per-sdk storage
a0340b3cdd : Create sdk directory for an app only if app consumes sdk
4c8553ba96 : Fix NPE during dumpsys
9711ad3d0e : libbinder_random_parcel: driver writes iface token
8a2607c4aa : libbinder_random_parcel: hide fill parcel data
e7f036c24c : Revert "swapchain: Implement VK_GOOGLE_surfaceless_query"
320ef3aea1 : Revert "Advertise support for BT709 in the WSI"
b0054a2646 : SF: Unify data types for display modes
7f0fdc14f5 : Clarify meaning of key parameter to AStorageManager_mountObb()
12a3b9bba8 : CaptureLayers: Avoid promoting parent on binder thread
b60b1dcf19 : Add tests for WATCH_OUTSIDE_TOUCH and touches outside windows
f515a1b926 : Use speed-profile with the cloud profile for apks loaded by other apps.
6c7b36e812 : SF: Clean up plumbing for boot display mode
5144233d4e : Add new onUidProcAdjChanged callback to be consumed by the camera service.
e91bd149d3 : Revert "Make BT709 support conditional on swapchain ext enable"
5288b055c1 : Make ReconcileSdkData more flexible
47698b25fe : libbinder_random_parcel: driver
91b346a484 : Merge ColorSpaceAgnosticChanged property in a transactioin
4d1ad47aca : Revert "swapchain: Implement VK_KHR_surface_protected_capabilities"
8028ff4e3b : Revert "Revert "libbinder: Replace deprecated utils/threads.h header""
2a1e241d80 : libbinder*: ParcelableHolder assert stability read
7ade4f4ca6 : Add explicit memfd support to MemoryHeapBase
08c0ff3636 : Include SDK sandbox while calculating app and user size
6fcbd07160 : swapchain: Implement VK_KHR_surface_protected_capabilities
2f7f0ff0c0 : swapchain: Implement VK_GOOGLE_surfaceless_query
8523ea02f2 : Bump the timeout on IDumpstateDevice
dce98241e8 : libbinder: warn on null binder read
57f8e18f06 : SF: use CLOCK_BOOTTIME for frame timeline
25d9cc5a41 : libbinder: RPC clarify thread exhaustion log
32cf06051f : [SF] Kernel idle timer configuration
deacc1257a : Reduce log level to verbose for skipped benchmarks in power manager
431d921818 : Ensure subdirectories of sdk data inherit group id of parent
4c8e8e3c87 : Revert "SF: Predict HWC composition strategy"
578a060d32 : Revert "SF: Add composition strategy prediction stats"
3afe17bb25 : Revert "SF: Enable HWC composition strategy prediction"
c2f84139f4 : SurfaceFlinger: Disable early-release on multi displays
6fe2befa82 : Revert "SF: Predict HWC composition strategy"
a00eb14c5e : Revert "SF: Add composition strategy prediction stats"
cab268d95d : Revert "SF: Predict HWC composition strategy"
cf6eb0370e : Revert "SF: Add composition strategy prediction stats"
aab9f95b05 : Revert "SF: Enable HWC composition strategy prediction"
279209ba77 : Revert "SF: Enable HWC composition strategy prediction"
7bdcceb598 : Update IfExepensiveOutputDataspaceIsUsed test
105fadff66 : Add missing ThreadDefs.h header
710a00fc4b : sf-caching: Skip hole punch for layer that blends
8d78437e9c : Destroy SdkSandbox User Data
4f88670777 : libbinder: detect features supported by the driver
e7634ba3e1 : Move sdk data to target volume when moving app data
5970d0a5dc : Fix or suppress tidy warnings-as-errors.
a73327aa1d : Change group id of sdk data directories
a643e2dabd : Revert "libbinder: Replace deprecated utils/threads.h header"
4a4a85f5bb : Tweak linux_glibc properties for musl builds in frameworks/native
658fc4fbbf : libbinder(_ndk): document getService
d67821ea4f : libtimeinstate: test handling of sdk sandbox uids
289e924965 : Ensure stale event does not cause ANR
5a036f3748 : libbinder: Fix initializer order error in RpcState.cpp
bc8d5b4830 : libbinder: Replace deprecated utils/threads.h header
a63d52adb0 : SurfaceFlinger: Use a lockless stack for binder->tracing thread
22ceeaaff9 : SurfaceFlinger/LayerRenderArea: Hold lock while modifying hierarchy
f7f2c17e4b : libbinder: Fix PAD_SIZE_UNSAFE
c030118cf9 : CachedSet: name the hole punch layer
d96387b211 : Adding svv@google.com as fuzzer owner to receive performance alerts.
e84b0b1c90 : Destroy/Clear SdkSandbox Data Directories
fcf7524db0 : Avoid using raw pointers in QueuedInputListener
d77e1df696 : Avoid caching front-buffered layers
92f5cf0d0b : Create separate api for reconciling per-sdk storage
0cdcfe8980 : libbinder_ndk: conditional __builtin_available
302ebed524 : SF: add vsyncId to SurfaceFlinger::composite trace
4ade7bf451 : TransactionTracing: Set acquire fence on rebuild
79dc06a39f : BLASTBufferQueue/SF: apply transactions with one-way binder
032141ea69 : WindowInfo: Cleanup reading from parcel
6acd8e8aea : Revert "swapchain: Implement VK_GOOGLE_surfaceless_query"
129d428e35 : Revert "swapchain: Implement VK_KHR_surface_protected_capabilities"
a942af8a8f : SF: fix deadlock while switching resolution
bb40968256 : Avoid caching EGL_SINGLE_BUFFER layers
3eaedefb3f : Add rest of Frank's team to OWNERS
a9e06fd447 : swapchain: Implement VK_KHR_surface_protected_capabilities
63138b62d2 : Make InputDispatcher logs available dynamically
a16e3a2485 : Add tests for some split touch cases
7d5b1dada0 : Create sdk directory for an app only if app consumes sdk
8e0f12163f : swapchain: Implement VK_GOOGLE_surfaceless_query
317c3f076d : export libtonemap headers
4120991d92 : Support AHardwareBuffer_lockPlanes() with P010
cf17ebca2f : More thorough check for expensive rendering
75d1aaa542 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native
ebfdc8581c : binder: Fix setRpcClientDebug in binderLibTest.
f0b2b014eb : SF: Enable HWC composition strategy prediction
51e7db0790 : WindowInfo: Merge InputConfig and Feature flags
9c3e8f5622 : Rename SupplementalProcess to SdkSandbox
f4aae9ee08 : Stop creating sdk data directories due to boot time regression
b911bc6afc : Create supplemental data directories when app data is created
2320289f31 : Add unit tests for invalid transfomations in Layer
f6db4c395d : Block touches when stylus is down
bd27655fce : binder: Fix setRpcClientDebug in binderLibTest.
2c1782c6f9 : Hide layers that have irreversible transforms
037257fcdf : Update GpuWorkTracepointTest
b829a311f3 : GpuWork: fix gpu_work_period tracepoint
f6f56952aa : SF Tracing: Provide a valid starting bounds
21499ce9ee : Revert "[cc_fuzz] Revert 'disable LTO' patches."
47183ae01a : SF: Add composition strategy prediction stats
c7c4aa3297 : swapchain: Implement VK_KHR_surface_protected_capabilities
6ba85d9391 : swapchain: Implement VK_GOOGLE_surfaceless_query
49c2753533 : libbinder: avoid ACCEPT_FDS on proxies
7234fa5924 : SF: Predict HWC composition strategy
a6823efeb6 : Check incoming array sizes before accessing.
8e6ce22439 : Fix input injection with zero coords
edd9640053 : Support ANRs from windows that are not tracked by WM
1ccdc90508 : Changes for the Rust 1.59.0 update
8a735984b1 : SurfaceFlinger: Remove blocking behavior of animation transaction.
4861b10c04 : Changed setSyncTransaction to syncNextTransaction with callback logic.
ea728d044f : Cast to int for union tag
30e378de09 : Map the hwc-id -> SF-id in getPreferredBootDisplayMode and SF-Id -> HWC id in setUserPreferredDisplayMode
103a58a711 : Add Choreo method for vsync callback start time.
0a7603c097 : Add a timeout for all installd operations.
8f371ed416 : SF: Introduce TransactionTrace testsuite
495142ac75 : Add a timeout for all installd operations.
e9befd7c00 : SF: handle onComposerHalVsyncIdle
d9e8d1b098 : Revert "Revert "SF: enable latch unsignaled for single layer by default""
281abad3fa : libbinder: binder thread names ++
abce165ea1 : SF: add trace for ExpensiveRendering
49630f6a59 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native
9e84f339bf : Migrate screenshot methods to AIDL
49d9ad3da8 : Allow skipping camera layers for HDR callback
e8dd3562a8 : Fix dimming flicker when entering layer caching.
c6f3101a18 : Add dump state information for layer brightness
e1bfaacc3c : SF: don't latch unsignaled if there are multiple apply tokens
4ee18ae8d0 : Rename SupplementalProcess to SdkSandbox
f8d093dce8 : Accomodate brightness space change for client target
3b9e60a65f : SF: fix floating-point-exception in SurfaceFlinger::setCompositorTimingSnapped try 2
cc315491cf : SF: use the right terminology for divisor
370e31d98d : define mep feature flags
eb1c3df294 : Revert "SF: enable latch unsignaled for single layer by default"
62105c7113 : FocusRequest token can be nullable
c5c891ac69 : Reduce minimum time threshold on dumpstate_smoke_test
c4acf5130b : SF: remove IComposer.dumpDebugInfo
7032e91dee : Remove unnecessary log statement
4df8eb6269 : SF: Introduce LayerTraceGenerator
098bbc9295 : [binder_rs] Add get_declared_instances and is_declared APIs
7f732f19ed : Stop creating sdk data directories due to boot time regression
d2aaab14d2 : SurfaceView: Avoid destination frame updates on multiple threads 2/2
a462878fa3 : SF: fix metadata blob copy
4ab5d534b1 : Revert Android.bp changes.
a7c4bd1afd : dumpstate: improve performance
00ff352c34 : dumpstate: fix race in waitpid_with_timeout()
41ca276636 : libbinder: Remove redundant "using android::.*"
cbe9c105fc : SurfaceFlinger: Implement drop input modes
0f13fe552d : InputFlinger: Add DROP_INPUT feature flags
122c4d2da0 : SurfaceControl: Add setDropInputMode api
6d5b4b2d10 : Let touch screen and joystick could be associated with the display
5cb2526843 : Remove rename/delete for external storage.
e1bbdf4d7e : Revert "Remove non-NDK headers from the NDK."
f4dc39f6b3 : Rename to VsyncCallback & presentation time.
36bb3e8516 : Remove non-NDK headers from the NDK.
206996f064 : FTL: Refine container semantics
953b7fd033 : SF: Pull FpsRange to scheduler/Fps.h
17f6b97257 : FTL: Prevent InitializerList overflow
bc6c8601fa : SF: Make thread safety macros zero-cost
9f410f0adf : SF: Avoid allocation on hot path to IF
e43ff72e40 : SF: treat prediction expired as app missed deadline
745dcaac22 : Pass display's colorTransform to RE even if HW handles it
67362e316e : SF: enable latch unsignaled for single layer by default
041415afbb : Added surfaceflinger_layer_fuzzer
16f48f110c : SF: add debug traces for latch unsignaled
2739e839f8 : SF: do not latch unsignaled in early offsets
66402271d3 : Add systrace tag for thermal
06349040a4 : Remove the concept of TOUCH_MODAL from input
76bdecb09d : Invert some InputConfig flags to simplify default behavior
977e7c363b : SF: Configure input windows with the first input-enabled display
8576dd703e : Add new NDK function definitions in input.h
c40dff533d : Create supplemental data directories when app data is created
58a7309e9d : Per user, per storage type cleanup to match PM behavior.
b9c5a77a31 : Use VsyncEventData in DisplayEventReceiver::Event.
4c1978562d : Upadate sensor service to use new sensor privacy api
4257ea6038 : Remove obsolete KERNEL_WAKE_SOURCES from bugreport
377ca21a0a : Add systrace tag for thermal
0c41ffa1bd : SF: Dedupe functions to apply Scheduler::Policy
bc22314390 : Have DumpPool return futures
038a19ba97 : More robust app data and user data removal.
240bb02edf : Add AHARDWAREBUFFER_FORMAT_YCBCR_P010
263d41cc2d : Add AHARDWAREBUFFER_FORMAT_YCBCR_P010
6c77a613df : Add additional graphics team members as libgralloctypes owners
d6a3620687 : Add FrameRateOverrideMappings unit test
d8f5e9fedc : SF: Save proto traces to a specific path
685cfefb62 : TransactionTracing: Introduce FlingerDataMapper
f0a3d814ee : ftl::Flags: Offer set and clear APIs for convenience and readability
4d5c52ff16 : Introduce WindowInfo::InputConfig flag to control input behavior
5bd0cc8844 : Delete unused API for legacy fs-verity
2abb638d9e : Adds XML for FEATURE_WINDOW_MAGNIFICATION
47106307cb : remove needlessly used library libbpf_android
6da0e27570 : Send dimming ratio to composer instead of white point nits
c26d6d57d1 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native
b4714282c3 : Delete unused API for legacy fs-verity
f4d65b13e5 : Add a debug flag to convert all touch pointers to stylus
59ff1e77c5 : Add unit test for boot display mode
461296a522 : SF: pass acquire fence on BLAST callbacks
9dada82036 : SF: check the correct layer state flags for latch unsignaled
26defcf502 : (TouchMode Permission 2.4/n) Update touch mode tests
8e9a856f72 : Enable Android clang-tidy checks for inputflinger
eed53a0246 : Explicit apex_available clauses
e7c51c66b9 : Update native getDisplayDecorationSupport API
34d6fef6b1 : Use InputProcessor instead of InputClassifier
3b38337be1 : Fix data migration after appId change
745f7b59ae : DisplayEventReceiver: improve error handling
de549d4fe4 : SF: use aidl Capability
cc565dc44e : ProcessState: thread name includes driver
6f3e1c008c : Sync native sensor privacy aidl with frameworks/base
d35a574125 : Add ASensorManager_getDynamicSensorList.
b0506c4f7d : remove needlessly used library libbpf_android
019eb66280 : Update TODO bug in setInTouchMode
ff7663bfdb : SurfaceFlinger: Remove unnecessary state copy
fb0f43019f : remove needlessly used libraries libbpf_android & libnetdutils
a37ca99ff4 : Read prop for Skia tracing after boot
7475fdc87f : [cc_fuzz] Revert 'disable LTO' patches.
d84085a2ba : Add gatherPendingTransactions in BBQ
7b8fb24f36 : Optimize cgroupfs dumping
1345c54139 : gpu_mem: enable BTF
0ff31409fe : binder_parcel_fuzzer: rem libprocessgroup
ef2e21fa7c : Add method to get current vsync from sf directly.
f16da3cb8f : Create data class VSyncSource::VSyncData.
30b3440517 : Remove the (deprecated) isOpaque parameter when making SkSL shaders
7ba60e73ce : Add scroggo to SF owners
5a50d482ae : Remove obsolete VERSION_SPLIT_ANR
18c3437b13 : Split VsyncEventData from DisplayEventDispatcher.
0d94320c36 : Remove vsync ID generation before multi timelines.
a339d0ad21 : Consolidate SpHash to a separate header file
19cd146ac0 : BlastBufferQueue: Fix async worker deadlock
c2cba7a041 : Remove deadcode that supported non-zipped bugreports
0b082faf7c : Add AIDL conversion for Heading sensor
1b700199c9 : SF: Remove layer mRefreshPending tracking
1c58c0d96d : WindowInfo: Remove unused field portalToDisplayId
e680f9bf16 : InputDispatcher: Allow spy window to receive entire gesture after pilfer
9b0d13dc44 : SurfaceFlinger: Implement drop input modes
212dcf44f6 : InputFlinger: Add DROP_INPUT feature flags
57ae4b2054 : Add more info in BBQ Tracing
0156af4853 : Add XML files used to declare TYPE_HEADING sensor support.
72c7104cab : Add TYPE_HEADING sensor type to sensor NDK.
1d0560e475 : Add XML files used to declare limited axes sensor support.
c0420b79bd : Add limited axes imu sensor types to sensor NDK.
e9ebce0035 : SF: reduce timeout for unit tests
853c6dfab8 : SF: fix memory leak in unit tests
70750f272d : Added surfaceflinger_scheduler_fuzzer
c945c1b8c2 : Add feature XML for head tracker sensor
1cad19cfed : Log outgoing transactions/replies over 300kB.
dfabf8a8f2 : InputDispatcher: Remove gesture monitor implementation
38b59415d3 : Gralloc4: accept invalid 0x2400 usage bits
e0eafa8e47 : CompositionEngine: fix memory leak in unit tests
8d7e78416f : SF: fix floating-point-exception in SurfaceFlinger::setCompositorTimingSnapped
cf373696fe : libbinder: Status writeOverParcel
ea7659e07b : libbinder: format tests bp
4af15ae1f6 : SF: Remove "-fvisibility=hidden" flag from sf build
30700944f8 : IServiceManager: add registerForNotifications.
16ca297c1c : Correct error handling in getPreferredBootDisplayMode
77daf700ce : SurfaceControl: Add setDropInputMode api
a3ab87ae76 : InputDispatcher_test: Fix death tests
ea47acbc4c : (TouchMode Permission 2.1/n) Add permission check when switching touch mode
1376fcd484 : InputDispatcher: Update tests to verify spy window gesture monitors
56098ddb47 : Update the value of the flag of TELEPHONY_RADIO_ACCESS
5a49372252 : Use BT2100 OOTF for HLG...
8c59b2724c : Revert^2 "Added surfaceflinger_displayhardware_fuzzer"
60a1588747 : Use C++20 in libinput
031498c9cb : Revert "Link libinput statically for inputflinger_tests"
ba0a875824 : Add ChromeOS palm rejection model
aeb3a986e2 : libtimeinstate: add tests to presubmit
6f179e6616 : libtimeinstate: skip tests on non-supporting devices
9a0afda768 : Set blockingRegion for DISPLAY_DECORATION layers
6c09ee7f4e : gralloc: Move validation of non-blob/gpu_data_buffer down to libui
646f8ecfa9 : Removing getSystemPreferredDisplayMode and adding it as part of DynamicDisplayInfo
a4df5019c4 : Enable querying for IAllcoatorAidl
c9589c17c0 : SF: Clean up input info calculations
8c2859824d : SF: Enforce that layers with invalid input bounds are not focusable
6fa425a82c : SF: Calculate WindowInfo frame correctly for all layers
785482543d : Multiply stale event detection threshold by HwTimeoutMultiplier
bb19287fee : Link libinput statically for inputflinger_tests
e123883bbd : Add libpalmrejection_test to inputflinger presubmit
8c38b252d4 : Add test for setOverrideFrameRate
9adfeaf07d : Fix building libbinder against musl
5c4dd9ffb3 : Obviate libbinder_ndk_host_user.
01b867f2d5 : Omit DISPLAY_DECORATION layers from CachedSets
0174738c28 : Add static_asserts for the size of InputMessage
e071138365 : Fix mismatch between isSupported & allocate
2c1d9ef173 : RenderEngine: draw A8 buffers with a color filter
b6e99987e5 : Add explicit apex_available clauses
1756166758 : Add AIDL conversion for Limited Axes IMU sensors
2a2293c804 : Update uniqueId association native methods
b2089a38b6 : Revert^2 "Added surfaceflinger_fuzzer"
a8626ecd4e : SF: Simplify getBestRefreshRate caching
d4f6ab5e6a : rpc_binder_fuzzer: case with transaction
0c2527089f : SF: Clean up RefreshRateConfigs tests
88e713a5d2 : rust: Make binder-tokio vendor+uwb available
f843796034 : Set keyboard type to maximum of all sub devices.
f6ce3989e8 : Expose 1010102 config for bitmap
de6d7b467e : SurfaceFlinger: Add Transaction#sanitize
d931ef6c46 : Migrate ip-up-vpn to Soong
1a417af291 : sf: change the mock method for callback APIs
ac2522db74 : Reduce minimum time threshold on dumpstate_smoke_test
6e76a617a8 : Add Vulkan 1.3 symbols to null_driver
46d8a1e86d : Add pointer acceleration native APIs
3401b56939 : sf: Add basic implementation of onVsyncIdle
53604ad15a : Vulkan: update the loader for vulkan-headers v1.3.203
4f3ba65d7a : Add Vulkan version 1.3 to frameworks/native/data/etc
10253e1a8b : Added a comment deprecating vkjson
bce3b4ed5f : Updated the llndk symbol map for Vulkan 1.3
7988379e1a : Added Vulkan 1.3 support to vkjson
628c41ac1d : Change Vulkan API to 1.3
b700ae8cee : Vulkan: update the loader for vulkan-headers v1.3.197
d35f0f66b7 : Added Vulkan 1.2 support to vkjson
b68a225102 : Deprecate old VK_* defines
fa7af49235 : Change Vulkan API to 1.2
b35b872d68 : Remove ableist language
533c2f808d : Add API for writing SF traces to file
ec3f74b228 : Remove references to nonexisting classes
6d5ef677c9 : Fix building service command with musl
81e0ab579f : Add prebuilt_etc for go_handheld_core_hardware.xml
ff6fef3923 : remove libbinder_ndk_host_user
bf42e37500 : libbinder: Set uwb apex sdk to Tiramisu
4af3b3dcdf : Add API to get KeyCode produced by physical key location.
80f7903418 : [surfacetexture] Add patch to release current EglImage
76ec9fad38 : SF: adjust kNonExactMatchingPenalty
3ef084b180 : SF: adjust kNonExactMatchingPenalty
5e5a01d946 : Add servicemanager.microdroid
a6231dd7f1 : libbinder_rs: Remove Default from ParcelableHolder
61366d4bd1 : [binder] Move Rust ping_binder() to external API
d4ad53a287 : libbinder: Set uwb apex sdk to Tiramisu
b768bb488e : Add pointer capture eligibility native APIs
4cdc8ba515 : Add AIDL conversion for head tracker sensor
d0a896595f : Pipe display install orientation 1/2
b64a3b46c2 : SF: Pass timestamps into layer tracing
0fc7af50fc : SF: Commit created layers without using transactions
b8f2a2d5ad : SF: Only create a starting entry if there are starting states
858a3b4c8d : SF: Allow privileged clients to create layers offscreen
e5f3bde86b : Add prebuilt_etc for android.hardware.wifi.direct
c9f1949235 : Add prebuilt_etc for android.hardware.wifi.direct
c7b9263a7a : Created new virtual LimitedAxesImuSensor.
1c595501f6 : SF: adjust kNonExactMatchingPenalty
ff793876a9 : Move DisplayIdentification parsing to libui
f2735b4998 : Revert^2 "[binder] Expose public Rust API at crate top level"
f19b092800 : Change IInterface default_impl to use sp<>
b98ff347f1 : libaudiomanager: Add static variant of library
d9e54691c3 : Ensure deferred cleanup when display is off
b351245a4d : SF: give a higher score to frame rates which exact matches
e3e68adf68 : Tune RefreshRateConfigs for fractional refresh rates
03c020873e : SF: give a higher score to frame rates which exact matches
e09237fbc1 : Tune RefreshRateConfigs for fractional refresh rates
2ae6b6bc57 : Implement game mode framerate override
214307b069 : Revert "[binder] Expose public Rust API at crate top level"
26c4976f60 : SF: Fix buffer use after move
3def9c43f3 : servicemanager: isDeclared error is 'INFO'
614326b0e5 : Add front buffer gralloc usage
a84a2200c8 : SF: Update static sequence counter when injecting a sequence number
7b0f18b04e : SF: Fix transaction trace merging
d37343ba07 : SF: Add new fields to transactions proto
17298bc254 : Upload GPU frequency info via statsd
f44c6b8cce : Add GPU work metrics processing
573b51eb25 : Add GpuServiceVendorTests
9b416b0840 : Remove unused ADisplay_getDensity
fb86499e59 : Add gpuservice vts directory
6046f91a1b : libtimeinstate: add dependency on libbpf_minimal
6d9e0778a1 : libbinder_rs: sized writes is size >= 4
04667b7f2d : FTL: Tidy up API
4e0d20d43a : SF: Set up libscheduler and libscheduler_test
46471e6147 : SF: Use RAII for TransactionTracing
e5eb7deb12 : Revert^2 "Group surfaceflinger mock files for use in fuzzers"
4e5bc2eb04 : Revert^2 "Added FuzzableDataspaces.h"
1fb2ddcb4c : Improve ASurfaceTransaction_setFrameTimeline docs.
b21d94e6b4 : Supply extra brightness parameters to RenderEngine
8a1c46cc37 : [binder] Expose public Rust API at crate top level
dec4208e71 : Add a few team members to OWNERS
5503088c0c : Update transactions.proto to sync with layer_state_t
7c8892c213 : libbinder_ndk: Add ScopedAResource release
dbbe3854ef : SF: Make ExternalTexture mockable
e3f27df0ec : Sensor: expose sensor UUID to privileged clients
7defaf37e6 : Add boot time display mode to native framework
6dbd0ce22d : Use std::vector in Input.h
43bf3ee1ef : BatteryService: support Dock charging
2825fa2979 : Rename AChoreographer frame timeline methods.
a9b7f039c2 : Add tagSocket/untagSocket NDK APIs
e3caaf2dca : binderRpcTest: BinderRpc.Java skip on user builds.
573da3b0f1 : Add NDK support for new head tracker sensor type
ae16b80b77 : RegionSamplingListener: Treat empty Rect as BAD_VALUE
9875ec817f : libbinder: remove handle 0 TODO
9f0835e729 : SF: Make BufferData mockable
5793e16315 : Change power hint rate limiter to use max interval instead of max queue
6e60b14066 : SF: pass Color as float to HWC
a7290d273c : atrace: Add sched_process_free trace event
57fc3d60dc : Do not handle VSync event during resolution switch
2b846d5f5b : Revert "Added FuzzableDataspaces.h"
c1d3d890c3 : Revert "Group surfaceflinger mock files for use in fuzzers"
b1e4314856 : Revert "Added surfaceflinger_fuzzer"
fdfec15722 : Revert "Added surfaceflinger_displayhardware_fuzzer"
b314b6f496 : Revert "Revert "Revert "atrace.rc: keep tracepoint directories w..."
023f9da926 : Revert "Revert "Revert "atrace: Make sched_process_free event di..."
62eff3597b : SF: Delete SchedulerUtils.{h,cpp}
c74e9e21d5 : FTL: Add variadic concatenation
83bd771ca2 : SF: Fix UAF due to outliving idle timer
91f635ea66 : SF: Fix leak in unit tests
9951334698 : Setting sensorType in AIDL SensorEvent.
087d37481e : Do not handle VSync event during resolution switch
f949d85662 : Add types for async Rust binder servers
3a3815a6a6 : SF: call the timer's callback in case of an error
bd25272fd2 : Remove compat logging of FLAG_SLIPPERY
fd97e9d9ce : Add integration test that clarifies behaviour of ACTION_POINTER_UP
3fccde06e9 : Added surfaceflinger_displayhardware_fuzzer
f2b8ec47aa : Fix log statement on failure to setVisibleRegion
d77d316c1b : Add HWC2::setBlockingRegion
04511efdf0 : Report gralloc4 buffer size in fixed fp notation
5061611b6e : When user presses the power key while playing a local video, the surfaceflinger will crash.
5cb3bb679f : surfaceflinger: Move pgo rules to afdo
8dd181f3e8 : Replace releaseCallbackId with generateReleaseCallbackId in BufferData
90a1927fba : Remove toggle for display brightness apis.
cdf1679ca6 : Synchronize brightness change with frame update for hdr layers.
dc76ca00df : keep a wp<BLASTBufferQueue> in BufferItemConsumer
8449f38bbd : Implement AIDL sensors conversion for additional info
2ca555c8b9 : Added surfaceflinger_fuzzer
21e8534bdb : Group surfaceflinger mock files for use in fuzzers
b49f52f060 : Added FuzzableDataspaces.h
ef51fbaf55 : Send power hints from surfaceflinger using the PowerAdvisor
4459bf40e9 : HWC2: refactor code to convert a Region to hwcRects
dbca1353f2 : keep a wp<BLASTBufferQueue> in BufferItemConsumer
e5cff63e83 : Query the new DisplayCapability for DISPLAY_DECORATION
b89b44ff4d : Revert "Revert "atrace: Make sched_process_free event dir world searchable""
5a9248aeb3 : Revert "Revert "atrace.rc: keep tracepoint directories world readable/executable.""
7a327f5384 : Automotive: Disable software.managed_users feature for all
ab066515cb : BBQ: Fix log spam when creating a new BBQ
5fd3e016d1 : Use ACTION_POINTER_1_DOWN const to simplify InputReader_test
830179fbff : Optimize cgroupfs dumping
7419dc7c31 : libbinder: remove unused IPCThreadState::process
12c0fcb32b : Set touch and tool resolution in TouchInputMapper
c5ed49482f : Remove comment to remove untrusted touches log
d0bf573d47 : Simplify StagedApexInfo classpath info
4e837cc839 : Refactor axis initialization logic
f47c339e03 : Use std::erase_if to simplify removal of items
90bc949048 : Fix KeyCharacterMap overlays by reloading base overlay before applying another overlay.
d0aba78398 : SF: Manage many-to-one DisplayDevice to layerStack mapping for input
515f038344 : Add to_string(DisplayCapability)
5967aec46d : Switch from HIDL DisplayCapability to AIDL
7359a586b7 : Add null-pointer check for mHalWrapper
1e8bf10f0d : BBQ: Recreate BBQ when SurfaceControl changes 1/2
a43ba09e1c : Remove unused InputFeature flag DISABLE_POINTER_GESTURES
5c85e059fb : InputDispatcher: Assert that all spy windows are trusted overlays
de7885073f : Move InputFeature flag definitions to AIDL (1/2)
d65552bbf0 : InputDispatcher: Implement stylus interceptor
b06550c86c : Adds AIDL sensors HAL crash handling
adbb40af18 : Add AidlSensorHalWrapper code
cf7a7b25c7 : Treat AID_GRAPHICS and AID_SYSTEM as having InternalSystemWindowAccess
7fd536f37d : Reland "Allow changing composition from DISPLAY_DECORATION to DEVICE"
9a20f72a4a : Reland "Add eLayerIsDisplayDecoration flag"
8a6ec53496 : Inline GetPhysicalDeviceProperties2 into QueryPresentationProperties
65b5981900 : Refactor dynamic sensors logic
39e04c65de : Reorganize sensors resolution logic
ffef668d28 : Fix sp ownership in HidlSensorHalWrapper
202524b354 : Update JIT Zygote image option for installd and otapreopt.
5beda76959 : Reland^2 "Remove x/y offset from MotionEntry"
daa2f14871 : Reland^2 "Input injection: Assume transformed values are i..."
0b51922a91 : libbinder: remove min_sdk_version
d23f9500ef : libbinder: added enforceNoDataAvail()
619a02a6c3 : Obviate libbinder_ndk_host_user.
d4fd864960 : Revert "Add eLayerIsDisplayDecoration flag"
ef5a6a8e3d : Revert "Allow changing composition from DISPLAY_DECORATION to DEVICE"
27609c37d8 : Revert "Add eLayerIsDisplayDecoration flag"
c3e9a90b93 : Revert "Allow changing composition from DISPLAY_DECORATION to DEVICE"
7cd72c55e6 : Move pgo rules to afdo
a39e4edeaa : binder: Eliminate a data copy in RPC transport operations
de79278d18 : SF: cleanup CommandWriterBase and CommandReaderBase part 2
dc011a99a5 : SF: DisplayCommand.colorTransform is just a matrix
43065bde11 : SF: pass expectedPresentTime to composer
70f96b3b82 : Add AIBinder_setInheritRt param
48b5f3cbea : REThreaded: convert gen- and delete-Textures to no-ops
07e05b60e8 : InputDispatcher: Implement spy windows
12b7e2fcd5 : swapchain: Fix auto-merger defect: Fix SHARED presentation modes
918beeb892 : Preserve attributes on rollback.
3f97675a6e : Remove GenericMetadata from composer3
8ece902d9b : Allow changing composition from DISPLAY_DECORATION to DEVICE
cb93d80da8 : Add eLayerIsDisplayDecoration flag
82850a4f1b : Add XML files for dEQP feature flags
713bb3e589 : InputDispatcher: Don't split mouse events
3f90d31609 : InputDispatcher: Refactoring to prepare for spy windows
1102066f2a : Add new telephony feature flags
ec89462382 : Support compiling libgui against musl
0c1adb760b : Don't check synthetic package name on dir removal.
9d43974f4d : Add lifecycle information to docs for AInputQueue_fromJava
b1e1e3914c : Pass JNIEnv explicitly into AInputQueue_fromJava
dfd528e335 : Prevent false touch when folding device (1/2)
bea99ba15a : SF: rename CommandWriterBase and CommandReaderBase
f5a5bb84b8 : libbinder: log when wrong number of threads start
bbfe6b1232 : libbinder_rs: PartialEq for ParcelFileDescriptor
56168f2448 : libbinder_rs: Support fixed-size arrays
cda575a34e : HidlSensorHalWrapper: Initialize field
8cf4b61bc0 : Trims dead code
24804dcd4e : Implements HidlSensorHalWrapper
4d211cf51f : SF: add composer optional features
5cf4ddaa02 : Revert "atrace.rc: keep tracepoint directories world readable/executable."
7d510fc1a7 : Revert "atrace: Make sched_process_free event dir world searchable"
e26e5ca587 : libbinder: Parcel APIs for fixed-size arrays
5396b70119 : swapchain: Fix SHARED presentation modes
c4158950ab : Assert that PIXEL_FORMAT_R_8 == AIDL version
b734226ffd : dexopt: Restore old files when cancelled
b5917448bf : use --only-enabled
454a26acf0 : libbinder_ndk: AIBinder_setInheritRt
09c2541772 : Handle DISPLAY_DECORATION
4e243f3abb : Add copy ctor for ParcelableHolder
40dcce273f : Add incrementValue method
856b468fd0 : binder_ndk: support fixed-size arrays
8a3ab3aadc : binder_ndk: fix read/write interface
889451ed46 : libbinder_ndk: do not rely on copyability of parcelables
b0a302ff11 : binder_ndk: readData/writeData
62863551d1 : SF: Store transaction traces as a serialized blob
33b92b965e : SF: aidl-composer removed getDisplayBrightnessSupport and getDozeSupport.
4297736f2e : SF: LayerCommand moved to Display Command
2e1aa18498 : Switch from HIDL Composition type to AIDL
29a5026f09 : binder: add is_handling_transaction tests
c173684997 : rust: add conversion between sync and async interfaces
cdf6cbc659 : End-to-end plumbing for dimming SDR layers
659edf0d5e : libbinder_ndk: use __assert on host
ed511efbdf : Add frame timeline method to ASurfaceControl NDK.
f42c8a72c2 : Remove some restorcon operations
2b019110b5 : SF: Enable continuous transaction tracing on userdebug builds
047fb33d60 : SF: Fix tracing layerhandle to layerid map
e0af43d7af : Revert "Revert "Allow for solid color layers to start some candidate cached sets.""
2b1212b9b1 : Ensure that LayerFECompositionState's fence is always non-null
465e1c062d : Convert #define in Macros.h to bools
f355bf9824 : Reorder VerifiedKey/MotionEvent structs for hwasan
b7abade610 : Revert "Allow for solid color layers to start some candidate cached sets."
d486bdf92f : Revert "Allow for solid color layers to start some candidate cached sets."
ab6dc5c5ef : libgui: Generate transaction ids for all transactions
f396dbcf5d : Remove "No input-enabled display found for layer..." log
84125ac04b : SF: Add mirror layers to transaction trace
2c909851c2 : SF: Pass map by const reference instead of copy
d00847d726 : Remove warning when associated display is ADISPLAY_ID_NONE.
473838d641 : SF: Track transaction tracing states in order
cb45fe73b9 : Expose VK_FORMAT_R8_UNORM swapchain format if supported by underlying system
559361b67e : Game Loading Time improvement by boosting CPU via ADPF
946f2dead3 : DO NOT MERGE Rename libbpf to libbpf_bcc
a9ad69b663 : Add angleInUse field to 'dumpsys gpu'
f83160f3f0 : Add DEPTH variables into ADataSpace
dd52dce4d2 : atrace: Make sched_process_free event dir world searchable
028676ae86 : Allow for solid color layers to start some candidate cached sets.
cf6b4b407b : Revert "BBQ: Clean up acquire states on BQ disconnect"
0141a3ed4d : Allow gpuservice to read tracefs entries
1cb8e89776 : BBQ: Capture initial destframe change from BBQ
50e9beaae9 : BBQ: Log if producer disconnect was expected but not called
8b769bbea2 : atrace.rc: keep tracepoint directories world readable/executable.
98366caa17 : Interpret the new R8 EGLConfig properly
4d2588545f : Add AHB and Pixel- Formats for R8
fab15e5544 : BBQ: Clean up acquire states on BQ disconnect
61219af78f : Fix typo.
1303d91354 : Pass fps data to flattener
0ace938f9b : [NETD-BPF#16] Modify WaitForProgsLoaded.h include path
8468c2ccf3 : surfaceflinger: Only restart zygote if already running.
3653270b34 : Reconnect to all hidl sensors HALs
3278032fd2 : Turn on PGO for libui
aed830c7a7 : CachedSet::dump: show the PixelFormat
03ccbd6be2 : SF: Update InputFlinger outside main thread
d1cc7c7c13 : Turn on PGO for libsensorservice
663fc83b59 : Revert "Reland "Input injection: Assume transformed values are i...""
f7c99f3f24 : Revert "Reland "Remove x/y offset from MotionEntry""
791d48a5da : SF: Identify virtual displays from proto
fe1cc950b7 : Add apex_available and min_sdk_version.
a6388c059e : SF: Use Aidl Parcelable commands
b4600eb2df : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native
aae9644ceb : Manually calculate stats for app owning external storage
42a88242c8 : Updates encoding/decoding of optional metadata
f5737986ae : swapchain: Fix MAILBOX and SHARED presentation modes
2019fd2341 : Enable more ColorSpaces in RenderEngine
092f3a9b75 : Add getSurfaceRotation API to MotionEvent
d6a7f22182 : Reland "Remove x/y offset from MotionEntry"
923373d520 : Reland "Input injection: Assume transformed values are i..."
9fd8c05d6d : dumpstate: Call dumpstate HAL HIDL and AIDL APIs
0a9b56e966 : servicemanager: use recovery VINTF data.
78c4a24223 : SF: make RefreshRateOverlay a trusted overlay
16c443c697 : swapchain: Fix MAILBOX and SHARED presentation modes
cf2f21fd82 : BLASTBufferQueue: Cap shadow queue size during sync
97a61b526d : Remove unused bitsPerPixel
3bea425556 : Trace VsyncId in transactionIsReadyToBeApplied
0cc69e1014 : SF: Track starting layer state with transaction tracing
92822a2442 : Rename libbpf to libbpf_bcc
ac331c52c5 : Revert "SF: Update InputFlinger outside main thread"
bfb7199b59 : Vulkan: Work-around Android start-up race condition
f2e0a95700 : avoid extra release of unowned objects in Parcel error path
51891d84fd : Move ui/GraphicsTypes into include_types
78fc89a1f5 : Plumb HDR metadata through ASurfaceTexture
492c85c613 : Introduce libshaders static library
0589be587f : Fix memory leak in AHardwareBuffer_isSupported
fcd5bf3b8f : Add read-write lock for per-user operations.
42a27b5657 : SF: Update InputFlinger outside main thread
6fac523253 : Migrate IDisplayEventConnection interface to AIDL
ea5745afb6 : Make BT709 support conditional on swapchain ext enable
779447d964 : Enable granular locks for InstallD.
2ea44b9a14 : Should only add gesture monitors when first down
fbfa572245 : Allow touch split enabled when no window touched
ecc1f90e00 : Migrate IRegionSamplingListener interface to AIDL
1002647301 : Only run surface stats callbacks on transaction complete
4fef886563 : More granular locks.
de69f8ae32 : Reland "Change PointerController to display space"
8f2a40ef0c : installd: Skip profile preparation if primary.prof does not exist
44036e24a7 : Add packageName argument in preparation for per-package lock.
87e31dc18a : [NETD-BPF#11] libgpumem includes WaitForProgsLoaded.h
e1e23f40f3 : Revert "Input injection: Assume transformed values are in logica..."
2b80b386c4 : Revert "Remove x/y offset from MotionEntry"
cf4c9000f7 : Fix compilation in SurfaceFlinger_DisplayModeSwitching.cpp
f5d0ea545a : SF: Remove manual enum stringification
79dcab511b : Minor cleanups.
34eb9ca577 : SF: Introduce background task executor
068173d907 : SF: Add VsyncSchedule skeleton
5e6b390919 : Remove x/y offset from MotionEntry
f155b3ed59 : Input injection: Assume transformed values are in logical display space
c7e9f82d3c : SF: Add unit test for mode switching
dd59431d7d : SF: Complete mode change immediately if refresh is not required
40c45ba787 : Migrate mount/umount operations to a dedicated mMountsLock.
f7dc94f6fd : libbinder_ndk: nice dup operator
c4bc363dbd : Remove unnecessary locks.
4049b53017 : Add CPU implementation for tone-mapping curves.
3eda87a4d9 : Update binder minsdk version to 30
85b2bdfe60 : SF: Rename functions related to mode switching
2b03097e1d : Ensure wallpaper connection is valid before canceling its events
7aa3e94980 : Notify policy about broken input channels
f12f2f7aad : Convert connection status to enum class
7891e96d2b : SF: Add continuous transaction tracing
f2dace7ba5 : Only add commit callback when using sync transaction
c77162c2df : Move sysprop check for RenderEngineType into SF
f6b4ba6692 : SF: Set up libscheduler headers
b3d817bded : Remove word san-ity to follow respectful code
61fc874510 : Add missing fts_close.
259a2122ae : Revert "Change PointerController to display space"
278d81feb6 : servicemanager: make recovery_available.
6b430413d0 : Change PointerController to display space
08c4fd4ecd : Obsoleted VsyncEventData.expectedPresentTime.
5e3eaa86d6 : Create wrapper interface for SensorDevice
31c3f57fdc : Add BT2020 PQ variant to ADataSpace
34947a5895 : libbinder_ndk: cpp asBinder/isRemote final
806ee9ef52 : atrace: move to rss_stat_throttled
931f440196 : Remove duplicate entry in PREUPLOAD.cfg
d8a36dea9f : Use std::shared_mutex in debug_report
ad9c77bbc3 : binder_tokio: only use threadpool for new transactions
71e78ac570 : Refactor dynamic sensor callback in SensorDevice
5184f41390 : Add experimental tonemapper for Android 13
8b4ab814ae : Only scale SDR luminance by content max luminance for tonemapping
d948957b39 : Look up source using & instead of equality
9577060301 : Add BT2020 HLG and variant into ADataSpace
ad741ccb93 : Treat fence with error as invalid in terms of signal time
d6b9e21ecf : Run clang-format on SensorDevice code
71dabbb3d6 : Don't crash skiagl backend.
3f29d489fc : PREUPLOAD bpfmt
0ee9c2d786 : Don't crash skiagl backend.
2fd90a7e0a : Remove unused variable in SensorService code
4f1dd8a0a6 : Use std::vector in SensorDevice code
3cfec7b162 : TouchMode (6.2/n) Fully detaching touch mode from focus event (native)
68dee2bc1c : SF: Add LayerCreationArgs to transaction proto
46f3e3b68f : SF: Merge commit/composite in MessageQueue
1323d51d49 : Make libbinder_rs vendor available.
4b238fb0a9 : Reset time-since-update if the tracked value is nonmonotonic
0acd33a338 : Add ability to process buffers into the same syncTransaction
756b7891d0 : SF: Move MessageQueue to Scheduler
d65a475f37 : SF: Clean up input info loop
7b0eaef63d : SF: Temporarily expose primary display id
406c8abeff : Performance hint ndk APIs
a1c4c829a1 : Rename nextTransaction to syncTransaction
7bca105539 : libbinder_rs: Add support for attributes to declare_binder_enum
3a3f0d9a5d : CpuConsumer: Identify HAL_PIXEL_FORMAT_RAW12 as non-YUV
8f53d3a524 : ATRACE when we auto latch unsignaled.
ffb977f389 : Revert "SurfaceFlinger: Emit callbacks for non-buffer layer transactions"
7057b56d66 : Add prebuilt_etc for android.hardware.fingerprint
1518adfd24 : add lazy service functions to #apex
9c93d60fb7 : SF: Split Scheduler initialization
6b9ffea5e6 : Invoke commit callback after latch buffers
ac2fb3deaa : Specify type when calling ConsumeIntegralInRange
8618c4852f : rust: split Parcel enum into two types
a5505cb8fa : Revert "SurfaceFlinger: Emit callbacks for non-buffer layer transactions"
c33c63aba9 : Revert "BBQ: Clean up acquire states on BQ disconnect"
d5099847a9 : RPC binder: Add comment to RunRpcServerWithFactory
465b2967f3 : Add libtonemap library
fe4b83f147 : binder: skip BinderRpc.Java test on non-debuggable builds.
f9cb2a7f8b : Fully delete duplicate entries inside LatencyTracker
00b9013d32 : SF: Simplify layer tracing
7fb9e5a047 : SF: Create layers with layerid
9051fb1885 : BBQ: Clean up acquire states on BQ disconnect
1d667a23ef : Periodically free cache below high storage threshold
dd00c003ae : SF: Don't update scheduler if desired active mode is not allowed
fd37d2a415 : sf-latency: Explicitly time SKIA_GL_THREADED
b76f17d5f7 : sf-latency: Wait on fence after each drawLayers call
1728b21151 : TouchInputMapper: Remove the concept of "surface"
8b89c2f2e6 : Clean up after enabling per-window-input-rotation
7e1ee565b3 : Move Joystick and Touchpad event transformation logic to MotionEvent
86653e9e2c : SF: Add autorefresh to drawingstate
835c4b5a11 : SF: Increase default tracing buffer size to 20MB
da1fd1508c : SurfaceFlinger: Emit callbacks for non-buffer layer transactions
61eff6b74b : atrace: Setup throttled rss_stat event
8d0c61014f : Send multiple scheduler frame timelines (fix).
3f0286607e : Revert "Revert "Send multiple scheduler frame timelines.""
a63f9ae700 : SF: remove changeRefreshRateLocked
5f74bbfefe : Mark IDisplayService as deprecated.
952f995574 : Fixes broken build on crosshatch-userdebug when enable LOG_NDEBUG
1f9dcd331f : binder_ndk: sanitize binder descriptor for logging
3b31ccac97 : Support APIs for arrays of interfaces
b975999b66 : Remove Enum.h error-only header
4d48f9092b : Latch Unsignaled when only a single layer is being updated.
04390376b0 : avoid extra release of unowned objects in Parcel error path
fa39ee7c60 : Remove frame rate flexibility token
929804f8e3 : binder_rust: add async variants of get_interface and wait_for_interface
05f5a2c4aa : binder: add async Rust support
fc690e2a2d : Dispatch vsync when receiving vsync timeout to handle vsync loss.
d258e68c77 : binder: recovery variant does not use libandroid_runtime_vm_headers
79468ab6ac : Allow offscreen mirrored layers to be captured.
768bfa07e5 : Change log to match with function it's coming from
a64c272fa2 : Give access to the native InputQueue to all native applications.
9e2cf7f2a5 : Support IMPLEMENT_META_INTERFACE for nested type
caaa47d60b : Revert "Send multiple scheduler frame timelines."
619b935854 : service: remove re-implemented functions
025a131423 : binder: OWNERS -= arve@
82de19bc55 : Remove dead code around use_frame_rate_api
8fcfa66dbb : sf-latency: Write a benchmark for RenderEngine
0e54231ffc : Eliminating the concept of reserved cache
897b165620 : Add native range-based Parcel::compareDataInRange()
d712ad3e22 : Avoid adding to root when parent is destroyed
dbc93d7ae8 : Save Layer instead of Handle to LayerCreatedState
a83191de9b : binderRpcTest: fix CallingId test failure
ba9defcb85 : Add new fields for carrying classpath information
b3307ee495 : Add logs to trace no window touched and cancel event
18f8e9fb49 : Add @defgroup for ADataSpace file
7078653173 : binder: make recovery_available.
7adc456db4 : binder_rs: Make ParcelableHolder thread-safe
26dacabe02 : Add a GaussianBlurFilter to SkiaRE using Skia blur
9eb02c0ae2 : MotionEvent: Report transformed orientation values
2e98ade425 : Clean up KawaseBlurFilter
026680a77d : Split BlurFilter into interface + implementation
b47287e492 : Fix typo
d2b0267be0 : MotionEvent: Avoid clipping tranformed orientation angle values
091050a387 : Add rpc server using service factory
fd7c0f92fc : Remove android.frameworks.bufferhub@1.0 from the Framework
6a0dc96728 : binderRpcTest: respect network byte order
fc027e0537 : libbinder: RPC more nodiscard w/ fix
c6d2d2b116 : Revert "Layer: Use raw pointers for Current/Drawing parent"
51cbe7e31b : Program name adaptation for vndservice
7e05d3b98e : Replace writepid with task_profiles command for cgroup migration
2895eeb632 : Increase core count in atrace.rc
2a2d8f1479 : libbinder: RPC - remove 'agreed experimental'
84e8f24147 : Support migrating app data to a new appId
23e07500a9 : Compute unique layer name in with sequence
51c44a9689 : libbinder: support server-specific session
bbbd88da9d : Fix offset check in Parcel::hasFileDescriptorsInRange()
4928bfd928 : Small rename on vibrator HAL wrapper method
6e592063c3 : Use strong reference to parent Handle when creating layer
287a0b809c : Add new wifi nearby devices app-ops
bb752684bf : Remove libvrflinger
9fc2805c06 : SF: split ComposerHal to Hidl/Aidl files
e7385f747c : SF: use AIDL composer
737b5b495f : Advertise support for BT709 in the WSI
855e6821f6 : Deleted unused MAX_ARGS_ARRAY_SIZE
59aeae8eb1 : binder: add an isHandlingTransaction method
6b1807002e : Send multiple scheduler frame timelines.
0866773d64 : binder_rpc_fuzzer: add corpus entry
bdab8b6b72 : binder_rpc_fuzzer: introduce sleep
06f299a2b9 : Expanded poweradvisor to handle adpf hint sessions
96174ac484 : Add AIBinder_setMinSchedulerPolicy
eedde63b69 : libbinder: make getBlobAshmemSize private
cd52e2db6c : SurfaceFlinger: Fix duplicate callbacks
b398ee21f8 : Consolidate WpHash declaration to a common file
7dcc56f291 : libbinder_rs: (De)SerializeArray for Option<T>
9e0b56a2cd : libbinder_ndk: read/writeVector for nullables
800b22543b : Revert "Revert "Testing AIDL delegator class with RPC""
bd98e0f0ff : libbinder: use after fork aborts
6eab42d7b6 : SF: Polish Fps class
59a9f506c7 : Revert^2 "Second Patch for async RenderEngine"
2a2dd3bce2 : Add new helper APIs to binder_parcel_fuzzer
48e09ef979 : SF: Remove setClientStateLocked hook
2fcd479e87 : Revert "Testing AIDL delegator class with RPC"
733795fb6d : Do not allocate f16 buffer if device does not support it
ee9df90157 : libbinder: ProcessState warn on forked
9c2d28cfb0 : Reland^2 "Enable input window rotation flag"
3927b6dac9 : Filter DisplayDevices that don't receive input when finding transform
268458c09e : binder_rs: add OwnedParcel
2d7f1137f3 : Remove primary SHIFT variables from ADataSpace
144a989355 : Fix installd dump
52f68c0267 : Backfill VTS owner information for binder tests.
f10b9044af : Remove setTransactionCompleteCallback
6ebdf5f0f7 : Use bufferItem's fence when calling release
6af99bc8d0 : libbinder_rs: add SerializeArray for Option<SpIBinder>
d7deef7278 : Move blast sync handling to BBQ
58488fe01f : libbinder_ndk: utils for vector<SpAIBinder>
2034effbb3 : libbinder: Parcel::appendFrom better format check
9e8d77124d : Update OWNERS for vibrator libs
332765e8e3 : Update gralloc wrappers to support querying SMPTE 2094-10 metadata
ce26310c45 : Testing AIDL delegator class with RPC
2109270e74 : Revert "Second Patch for async RenderEngine"
e2c27ecceb : Remove use_apex_name_macro
fb2ebce32d : Check BufferLayer's alpha value when canReceiveInput
403a05bc88 : Second Patch for async RenderEngine
86cf053ec0 : Compile the utility `service` on host as `aservice`
5a05ef704e : binder: host service manager limits max outgoing threads
1f44f98dcd : binder: RpcSession limit outgoing threads
3ec2b85e6b : TransactionCallbackInvoker: Send callbacks on thread
22092af9a0 : Add range-based Parcel::hasFileDescriptorsInRange(offset, len)
1042306ba3 : binder: RpcSession::*MaxThreads -> *MaxIncomingThreads
54283d6597 : Updates InputDevice.cpp to read input configs from an APEX.
6b591156e1 : SurfaceFlinger: Add transaction proto and parser
cbdb79a195 : Layer: Use raw pointers for Current/Drawing parent
a406e70f82 : Creates an Android.bp prebuilt for the wifi passpoint feature XML.
d24a5e7b36 : Remove workaround for HWASAN bug.
69058fb42b : Call release buffer if the buffer is overwritten in the client
e0e0cde7fa : SF: Decouple MessageQueue
c673f1f06e : libbinder: do not always compute open ashmem size
f80809bda0 : binderUnitTests: getOpenAshmemSize
ea4062112d : binder_rs: Implement ParcelableHolder
083e353657 : binder_rs: Add null parcelable flags
72b799d4fe : binder_rs: Add new methods to Parcel
5c133845d5 : binder_rs: Add Parcelable trait
ee132fac85 : binder_rs: Implement traits for Stability
e30a58507f : Change override displayFrame to mBounds
e37bcece75 : Use constexpr in VelocityTracker
1dc4bfa7ab : Remove buffer occupancy stats
c4e8a2e40d : ADataSpace should be aligned with the AIDL Dataspace.
c44ce4d09c : Add tests to ensure InputDispatcher uses the coorect coordinate space
fc62269a3f : Make packagemanager_aidl available to Virt APEX
d9d809be02 : getStagedApexInfo() returns @nullable
a59937e177 : libbinder: RPC mThreadState -> mConnections
b5402b2734 : Remove workaround for unrotated gesture monitor (2/3)
aa561d166f : InputDispatcher: Inject to default display if display unspecified
b5cb957254 : VerifiedMotionEvent: Sign transformed raw values
27a8bc7cb7 : libbinder: RPC allow RpcSession to be reusable
94f0df2de8 : Make MemoryDealer::deallocate private
5bd02e3e1f : libgui: remove dead code in layer state
b4ba8f5c26 : SF: Fix -Wunused-but-set-variable
ccab42456b : Release buffers early after GL comp
f288d3a82e : Rename 'input' shader to 'child'.
0babcd3650 : GLConsumer: add HW_TEXTURE usage when create texture
aeca54e8ba : Add new wifi nearby devices app-ops
c503204736 : libbinder: RPC error on unexpected session ID size
6709cf43d1 : libbinder: RPC simplify flush commands
d968eec29d : Remove unused private Choreographer apis.
3bffab4dd6 : Remove packagemanager_aidl from export_shared_lib_headers
1668312a3f : Add Parcel types to ParcelValTypes.h
ba4320c070 : Combine Buffer Properties when calling setBuffer
f177e966ca : Update language to comply with Android's inclusive language guidance
eb4a30c49f : TouchMode (4.2/n) Enhancing recycle to support touch mode event
3d1047b26c : Simplify TransactionCallbackInvoker
18050095be : Remove RefBase from InputListener interface
80b1b1cd05 : SurfaceFlinger: Remove some stale unit tests.
5f62a6002a : No-op color management sysprop.
dc76765d4b : binder: fuzz TLS transport.
41f5663f32 : Return zero delta when delta is not computed
4879d8144a : Choreographer: add new NDK APIs for callback data.
61b41739f2 : Recalculate Transform type after obtaining an inverse Transform
f16f283f43 : TouchEvent (4/n) Firing event when setting mInTouchMode
ab3f442e84 : libbinder: RPC avoid FdTrigger shutdown race
caf14b26de : libbinder: RPC - better error for malformed parcel
92423198ae : libbinder fuzzers: static on host
e96ed0ed36 : libbinder: RPC delay bp refcounts
43921d5d92 : libbinder: RPC handle builtup refcounts
301c3f0c79 : libbinder: RPC avoid poll
3903bf0567 : libbinder: RPC simpl transactAddressInternal
d808331053 : libbinder: oneway calls delay refcounting
fd1e8a0328 : libbinder: dec refs include count
967bf71311 : Revert "TouchEvent (4/n) Firing event when setting mInTouchMode"
187489657e : FTL: Parametrize SmallMap key equality
44828cecf8 : FTL: Add clear() to containers
4eecba7dae : TouchEvent (4/n) Firing event when setting mInTouchMode
dc0f1583a2 : SF: rev android.hardware.graphics.common to V3
70aa7579cc : Use Transactions for RefreshRateOverlay
9809add5c7 : binder: Move no-verify test objects to libbinder_tls_test_utils
e0e53288b9 : binder: make libbinder_tls_test_utils
16a938f8da : SurfaceFlinger: Drop input for blacked out layers
e0b37bd186 : binder: FdTrigger ensure POLLERR / POLLNVAL is checked
a119aaa671 : SurfaceFlinger: Propagate display flags correctly on creation
8940e5d695 : Add MultiStateCounter.addValue and make updateValue return delta
57674f3ad1 : Plumb expected present time to Choreographer.
3c3ab8d43a : libbinder: RPC OnewayStressTest += stress
8a62852aa0 : Only check high sampling permission when requested (native)
1a49e4fd6c : Document functions that may panic.
6711b6d8aa : Repeat proxy limit callback only when exceeding high threshold again.
052a957a90 : libbinder: don't ignore sendDecStrong error
44b6387e6a : lshal: add test for large debug string.
aecdd17cd6 : binder: Add TLS to benchmark
6d9a29280a : libbinder_ndk: more descriptive prune error
a923111e4b : libbinder: clarify RPC binder over kernel message
d23c79601f : Added use_adpf_cpu_hint method to flagmanager
b0ae543d43 : lshal: exhaust pipe before closing.
5e4c2f1f09 : Add getConnectionInfo API to service manager
27fbcc77f3 : SF: protect mDisplayCapabilities with a lock
a066d908f6 : SurfaceFlinger: Implement drop input modes
81420cc49e : InputDispatcherPolicy: Transform incoming/outgoing events
5632d62f5b : TouchInputMapper: Block touches outside logical display
b1ce80cabf : binder: Add tests for using pre-signed certificates.
ff73aa94c5 : binder: Add utils for (de)serializing key pairs.
8c8db54b9d : SF: Temporarily expose primary display id
4f2ea10357 : SurfaceControl: Add setDropInputMode api
bbfdb59708 : binder_rpc_fuzzer: use ConsumeRandomLengthString
ffdaf95225 : binder: abstract out key/cert config
b160f8c4df : binder: RpcCertificateVerifier takes SSL pointer.
bb24eea09c : binder: RpcCertificateUtils -> RpcTlsUtils.
9a5e24e99e : binder_rpc_fuzzer: add connection init to dict
988081f021 : binder_rpc_session: wait longer to shutdown
925ba0ab22 : binderRpcTest: fix OnewayStressTest flake
0a99c925f4 : InputDispatcher: Remove offsets for gesture monitors
1c67880bbd : binderRpcTest: fix OnewayCallQueueing flake
d430202b0a : libs/ui: Add MockFence
e3ce49da3f : Remove some clang warnings
9cf4a4d4e5 : SurfaceControl: Add setDropInputMode api
ae58f43927 : libbinder: RPC fix 'Die' race
b9b18509a6 : Add display transform to MotionEvent for raw coords
05243be5e9 : SF: give a higher score to frame rates which exact matches
c591b47532 : libbinder: RPC use DEAD_OBJECT over -ECANCELED
248bce89ca : SF: trace vsyncPeriod from onComposerHalVsync
b1b900479f : binder: Move RpcCertificateVerifier to include_tls.
4e678b9830 : Remove the redundant getProcessFreezeInfo()
4480b6f645 : libbinder: split out PackageManagerNative aidl
26209e4e43 : Implement IntoRawFd for ParcelFileDescriptor.
e1589d54fc : libbinder: split out PackageManagerNative aidl
99d7c712dd : Add reset() and setEnabled() to MultiStateCounter
062a867e94 : InputFlinger: Add DROP_INPUT and DROP_INPUT_IF_OBSCURED feature flags
146ed6e84f : Replace security_context_t type
8cd8a9977f : RefreshRateConfigs: fix getMaxRefreshRateByPolicyLocked
48f8cb998c : Report gui::DisplayInfo to clients with window info changes
ea9d9d2caa : ndk: Add way to manage ownership of linkToDeath cookie
8cd9523950 : libbinder: split out PackageManagerNative aidl
ca20550407 : Cancel wallpaper touch stream when foreground window is gone
ab033dfa03 : Add API level to comment to marshal/unmarshal.
d6bca1032b : libbinder: RPC remove isTriggeredPolled
5252e756da : libbinder: remove layer in RpcTransportRaw
cccbb97d57 : Initialize DrawingState::trustedOverlay to false in constructor
dd7f17abdf : libbinder: FdTrigger - [[nodiscard]]
62d6e19091 : libbinder: RpcTransport - [[nodiscard]]
c9a77aaf72 : Fix frameworks/native compiling against musl
22211f80a0 : binder: RpcTranportTest delete extra raw transport test
8a1a47dff9 : libbinder: RPC tests - avoid goto
dbfde6490a : input.h: add missing __INTRODUCED_IN and doc comments.
12aaf8e359 : Simplify initialization and add setValue to support parceling
6751932504 : binder: TLS checks trigger properly.
e07d273c70 : binder: RPC test rename function.
4f622fec33 : libbinder: RpcSession - hide RPC address format
9915762431 : libbinder: hide BpBinder::create(*) functions
728587b285 : binder_bpBinderFuzz: use valid BpBinder object
9734cfc736 : binder: CertificateFormat -> RpcCertificateFormat.
2c23db1413 : binder: Support DER format certificates.
1deca4b9eb : binder: implement simple TLS verification for testing
2ec5688a56 : binder: X509 are serialized to vector<uint8_t>
180c2daee4 : binder: delegate cert verification to RpcCertificateVerifier
791e466ea0 : libbinder: shutdownAndWait based on # of in conns
29936fa194 : BufferQueueProducer: Log verbose log to warning instead of error.
23fdfcdc40 : Expose lazy services to Rust
6f05929352 : getProcessFreezeInfo reads more info from kernel
fdd9f691af : binder: Delete addTrustedPeerCertificate.
13c9006286 : binder: Add RpcCertificateVerifier.
3e2c136a38 : binder: Move CertificateFormat to its own header
18ac9479e5 : binder: move TEST_AND_RETURN to Utils.
5623d1a7fa : libbinder: RpcAddress is uint64_t
2a0066dad5 : SF: return the active display from getInternalDisplayId
826367f224 : libbinder: Session ID implemented directly.
edb375df82 : Initialize DrawingState::trustedOverlay to false in constructor
95ad3242a4 : Reland: Creates an Android.bp with prebuilt_etc for permission XMLs.
d1ba191967 : Creates a default com.android.hardware.core_permissions vendor APEX.
82063f1f04 : Creates an Android.bp with prebuilt_etc for permission XMLs.
46a349bb95 : Reland: Creates an Android.bp with prebuilt_etc for permission XMLs.
7578845a34 : FTL: Extend enum utilities imported from IF
fb39f9c068 : Add marshal() and unmarshal() APIs.
a7f076e8d2 : libbinder_ndk: sanitize integer
012af9a907 : libbinder_ndk: use API level 33 for new APIs
e5e72cafdf : Reland: Creates an Android.bp with prebuilt_etc for permission XMLs.
172473fcdf : Support callback for rpc server
e12fccc47f : Add support for preconnected RPC client
b196c37be2 : Remove flushShadowQueue
6a19527372 : Add applyPendingTransactions
a0ea3b7b65 : In SkSL, replace 'sample' with '.eval'
56c8d57622 : Revert "Creates an Android.bp with prebuilt_etc for permission XMLs."
25f7a555c3 : Revert "Creates an Android.bp with prebuilt_etc for permission XMLs."
01befc8f41 : Export rpc_unstable header
a07b8ebcda : Extend rpc_unstable visibility to virtualization
ac8e561207 : Get rid of unused ASurfaceControl in frame metrics callback
1a467c28f7 : Update ANativeWindow_getNextFrameId docs to specify API contract
004c4124a5 : Make frame number type consistent
577b72b975 : Update type of surface stats listener function to include id used to identify the surface
a8d509dee2 : Repeat proxy limit callbacks if we keep going above the limit.
74b1fcbcdb : Creates an Android.bp with prebuilt_etc for permission XMLs.
6a8986b904 : AChoreographer: update the global state when unregistering
7b5281e1c1 : Creates an Android.bp with prebuilt_etc for permission XMLs.
14cd3fe659 : libbinder: static assert wire protocol sizes
8ea9b5d7b3 : binderRpcWireProtocolTest: include Status
0b020f8579 : Added getLastAcquiredFrameNum
7242d8bdcf : TouchEvent (3/n) Enhancing InputDispatcher to support TouchModeEvent
b084e0c83d : Changed ProjectionSpace struct to a class with getters Bug:186475872 Test: atest ProjectionSpaceTest
5cc1a69bd2 : Use sequence numbers to synchronize enabling Pointer Capture (1/2)
2bcece9ec1 : SF: initialize the debug variable for 1035 backdoor
69d31f9bd3 : [binder_rpc_fuzzer] Depend on shared libutils for the device
d082b4db81 : [cmd_fuzzer] Depend on libutils.so instead of libutils.a
b108a6d8dd : Changed DisplayDevice.cpp to adhere to new getters in ProjectionSpace
13a43c927d : libbinder: include full error if cannot init
af1fa6c7c7 : libbinder: include full error if cannot init
f3ed806737 : libbinder_ndk: allow disabling interface token
65578d6afa : add IInstalld.controlDexOptBlocking call
ac421259aa : Create new AIDL objects for retrieving information about staged apex
59640db4cf : binderRpcWireProtocolTest
0a39899495 : Add display proto info
43d554f3e4 : libbinder: split out PackageManagerNative aidl
feba6cad39 : rust: split transact into prepare and submit
95d15e56fc : binder: retry connect() on ECONNRESET for non-blocking sockets.
ec41121ef7 : Fix renderengine_test to work with new async drawLayers API
f18d183fda : Extend dumpstate.dry_run restrictions
4ee7b493f7 : Add support for latching unsignaled buffers in Skia RenderEngine.
1e34a7086c : Correct a trace in cleanupPostRender
2853b7aee9 : Use a FakePointerController for InputReaderIntegrationTests
c05af3b8d1 : [Bugfix] Fix compling error when enable LOG_REFS in Parcel.cpp
ecf937dd80 : binder: RpcServer / RpcSession add API for certs.
588d59c6ae : binder: Add getCertificate / addTrustedPeerCerticate.
9240975a21 : binder: Enable TLS for binderRpcTest
1af485881b : binder: combine TLS context objects.
87a379cea3 : binder: Prettify ErrorQueue::toString.
52c44da373 : Add bindgen bindings test
70dc879484 : change DEBUG_ACCELERATION define to constexpr
5effd856f5 : Add MultiStateCounter
ac1c74fec2 : Add orientation configuration for touchscreen devices
73537a3e69 : Do not allocate f16 buffer if device does not support it
643744fc1f : Create new AIDL objects for retrieving information about staged apex
595c911bc2 : fix long overflow when enable DEBUG_ACCELERATION
cb40a00da9 : Fix toggleCapsLock failed for multiple EventHub devices
0f8f60333f : Add adyabr@ to OWNERS
4cabdd0dd2 : First patch for async renderengine.
15a0fc65ee : Tune RefreshRateConfigs for fractional refresh rates
b09c655797 : Remove displayBounds when computing layer bounds
31e76ed995 : Undo rotation by physical orientation in WindowInfo transforms
9e168db5ff : SF: Clean up around transaction commit
8da6b0e167 : SF: Clean up forced refresh and repaint
7b60b1bd4e : Extend rpc visibility to more virt packages
f0daebe269 : Move reading sysprops out of the Flattener.
a2ecd831ca : Add FlagManager instance to SF.
81d326088f : Add FlagManager SF class.
139913a0e5 : libbinder: use flexible array member instead of 0 sized array
8dde9bc80c : rust: Use NonNull for non null pointers in proxy.rs
1e69253c5f : Allow single inactive layers to be cached if they would be used for a hole punch.
83401fe327 : Parcel: support unique_ptr for recursive types
4d1969799b : libbinder_ndk: dump class ptrs in assoc. failure
121a53e070 : libbinder: even further downgrade oneway spam log
1c494c5df6 : Use multiplied timeout for tests
15fff8c17d : binder: libbinder_tls ensure to check trigger at least once.
d17353cb5b : binder: TLS: ignore SIGPIPE.
e8212f2bd7 : binder: Add libbinder_tls
abdf4dab40 : Add requested_corner_radius to layer proto
9cac4c0aaf : libbinder: RpcSession - avoid recursive include
ed20fa4aa0 : Enable -Wconversion in BufferStateLayer.
b9c4962d6e : binderRpcBenchmark: repeatBinder kernel binder
9691b9c07f : sf: send sideband frame to hwc when recieve a buffer
8cbe66b6f3 : binder: don't specify POLLHUP in .events for poll()
8b19659903 : HWComposer: Unset mPrimaryHwcDisplayId after disconnectDisplay
29fa146d8d : SF: Consolidate layer-to-output filtering
9e87d90633 : libbinder: run_rpc_tests.sh
8c88b34280 : Remove ndk_platform backend. Use the ndk backend.
9a9427cd92 : Remove ndk_platform backend. Use the ndk backend.
184a2d34bb : API change to include int for transformation and current crop rectangle. Not used these values for now.
c6746a7cb8 : SharedRefBase: detect double-ownership
24c3f02336 : Implement AsRawFd trait for ParcelFileDescriptor
f6d4229b65 : binder: RpcTranpsortCtx::newTransport Add FdTrigger arg.
d9f8cef5d1 : binder: RpcSession handle post-connect
b675ffe41b : binder: RPC uses non-blocking sockets.
3ab0a1b7ea : Update language to comply with Android's inclusive language guidance
1eab345bec : binderRpcTest: work when vsock not supported
8c950421db : binder: Refactor: move FdTrigger to its own file / class.
832521ebc4 : binder: RpcSession initialize mShutdownTrigger earlier
2372f9d850 : libbinder: RPC use 'status_t' over 'bool'
def9faea5e : dumpsys: display the client PIDs of all of the services
1fb518c8fd : Revert "Adds out parameters for crop rectangle and transform"
619eea3087 : Revert "Adds out parameters for crop rectangle and transform"
1990136106 : SF: Relax assertions for primary display removal
0a5f921cff : SF: Ignore setActiveColorMode errors
0803305bb7 : libbinder: remove stale blocking TODO
ecb965cd7c : Fix enum_value_name() for compiler update.
44a1606ffe : Revert "binder: SharedRefBase uses enable_shared_from_this"
ce240ce27c : binderRpcBenchmark: test more data sizes
042261d283 : Create new AIDL objects for retrieving information about staged apex
f6f2e64c29 : Add API to BpBinder to get handle for debugging
218c4070b9 : binder: RpcTransport: change to size_t.
c7761eee93 : Enable -Wconversion for RenderArea.
4198a12cc9 : libbinder: allow externally created connections
e47d243cb1 : Enable -Wconversion for Client.
f4e1663018 : Remove ndk_platform backend. Use the ndk backend.
702115c319 : binder: Use RpcTransport
f6b4d5c450 : binder: Add RpcTransport class.
6212901557 : libbinder: use libbase HexString
132d5bfb58 : libbinder: RPC reject excess threads
a5b0269d3c : servicedispatcher: exit when adb debugging is turned off.
f3b9c4f818 : binder RPC add IP address argument when setting up Inet socket
f39d2ae4b2 : libbinder: use libbase HexString
f8db0f07fc : SF: Remove obsolete HWComposer members
68251d7df2 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native
ed0d79223b : binder: SharedRefBase uses enable_shared_from_this
40b736e02e : libbinder: disallow upgrade of explicit version
75788cdd92 : Predefine U_IN_DOXYGEN in NDK Doxyfile
656e9d1158 : bindeRpcBenchmark: rpc uses separate process
b4d6c57cce : lshal: use libbase HexString
547d0a6ae8 : Use clipping when layer bounds are too small to mirror the crop's corner
49bc34b62c : libbinder: Add an option to not log permission check failures.
1ebdc70d17 : binderRpcBenchmark: device tests kernel as ctrl
49a595864f : Cull unnecessary shadow drawLayer calls.
4e4f44d529 : libbinder: Add an option to not log permission check failures.
ea785e5cde : mm_events: Add knob to remove mm_event tracing instance
a5a35deb6c : Fix warnings in preparation for Rust 1.54.0
bf57bcef60 : libbinder: RPC binder - incl. protocol version
61a5d24504 : InputDispatcher: Use constexpr values for debug flags
2d2f43243c : Pass a drawFence to drawLayers calls in cache warming
cef936d03e : InputDispatcher: Refactor CommandQueue to use lambdas
45fd2948fb : Fix warnings in preparation for Rust 1.53.0
dd67b94ac8 : libbinder: fix RPC setup races
16a4106cb7 : libbinder: remove per-binder wire protocol version
e056c12782 : Inline GetPhysicalDeviceProperties2 into QueryPresentationProperties
d308b0127b : Make display unique id stable across x86 and x86_64 builds
441bb0ef3f : libbinder: RPC sockets - remove unnecessary SIGHUP
cbd69fcb60 : dumpsys: dump multiple types of info in one run
4afe85760a : Make display unique id stable across x86 and x86_64 builds
072d2a07eb : Make display unique id stable across x86 and x86_64 builds
63cabbe3a1 : Introduce a .winscope extension for all winscope files
f9096655b6 : SurfaceFlinger: Safely cast from IBinder to Layer::Handle
6ea3532646 : Revert "Add systrace tag for system property"
d699e6218c : Adds out parameters for crop rectangle and transform
60b48c66b6 : Fix error for compiler update.
823144f333 : Fix error for compiler update.
a4198301d7 : binder: don't dereference NULL
d426d2e4fc : Attempt to fix mac build
564d059a62 : Grant visibility to compos subpackages.
4313d7efe7 : binderRpcTest: ServerProcess opts in struct
1b304299ea : libbinder: respect 'reverse' cncts are 'incoming'
fba6f77ac6 : libbinder: 'RpcSession::addIncomingConnection'
798e0d1a49 : libbinder: send is non-blocking and interruptible
194acf2849 : RpcSession attaches/detaches thread on JVM (second attempt)
c7a9d3a0b5 : AHB: add camera usage bits to vndk
dc5577c75e : Revert "Add systrace tag for system property"
9e2ce08549 : Revert "RpcSession attaches/detaches JVM for Java thread"
e96a1f125b : binder: Increase RPC backlog to 50.
7cdf8ef176 : TouchEvent (1/n): Adding TouchModeEvent to InputChannel
1c943ec87b : libbinder: better RpcSession shutdown detail logs
0e8168799b : Add missing flag to transaction merge
9b19cd9bde : Exclude LargeTests from presubmit.
96aed5f82d : Specify type when calling ConsumeIntegralInRange
c417edf752 : Don't use LOG() in code that runs post-fork.
42454986b6 : libbinder: Status - allow null errors
78eb975e7b : Check if /dev/input exists before accessing the path
082564349e : libbinder: RPC flake mode fix
df3da51f21 : Remove clearRegion from SurfaceView interface.
363e7297d8 : Fully delete duplicate entries inside LatencyTracker
d9a25ed9d2 : Check if /dev/input exists before accessing the path
b27c8e63e5 : Check if /dev/input exists before accessing the path
fac7e2b57b : Increase meminfo dumpsys timeout
a0efa84c0c : Handle R16G16B16A16_FLOAT in AHardwareBuffer_bytesPerPixel
db924707a0 : Use std::filesystem for input event devices scan.
42f2cc692a : Disable libgui_window_info_static on mac
32e49e2be0 : Revert "Move otadexopt-related logic to otapreopt_chroot binary"
c47757ca9c : Drop runtime argument from profman invocation
375904bd37 : Fix typo
0adfbb9ee0 : gpu mem bpf program - switch to LICENSE macro
690f461b01 : SF: Move desired active mode management to DisplayDevice
5e7ee86d60 : SF: add PhysicalDisplayId to DisplayMode
0f9c5c7d0b : RpcSession attaches/detaches JVM for Java thread
ed3290f819 : SF: default display is active display
2b12e7c84a : installd: pass verification state from odsign to ART tools
7f38cf9791 : libbinder_rs: Add enum_values function to AIDL enums
35e0553375 : Tilt scale correction for certain resolutions
83ed6289db : libbinder_ndk: stress test for retrieving binders
91a96b6474 : libbinder_ndk: fix race related to bpbinder
97f013c058 : Move otadexopt-related logic to otapreopt_chroot binary
f9571049d6 : libbinder: make ParcelableHolder moveable
1b6f12f5ac : Add binderHostDeviceTest
9234c431a8 : libbinder: attachObject* APIs [[nodiscard]]
4c622a09ce : Vulkan: update the loader for vulkan-headers v1.2.183
f3441822fb : Re-introduce debug.sf.latch_unsignaled
98318de954 : Renamed and moved InputWindow and related files
5ce7ca557f : libbinder: BBinder::attachObject abort on OOM
1f1bed66b9 : libbinder_ndk: eradicate global lock
9e759e81a5 : libbinder: add IBinder::withLock
f03fe3d27e : [binder_rs] Make Binder interfaces and Strong<> Sync
2505ec424c : libbinder_ndk: remove global lock on proxy delete
63a2d51e05 : libbinder: attachObject APIs work with threads
f7760016d3 : Implement host service manager
054c936570 : Added cmd_fuzzer
28318606d8 : rename binderParcelTest binderUnitTest
239a2cad31 : RpcState: fix check.
6fe1963236 : RpcServer: Don't shadow local var
b81767912e : libbinder: RPC flake mode
7a5889cc32 : LazyServiceRegistrar: race w/ register & onClients
7c5247e358 : Fix typo in module name
9b5fe58a3b : Remove support: libfeature_support_angle.so
6445293336 : Remove portalToDisplay functionality
44dec545bf : Disable binderUtilsHostTest on mac.
f0f13e8565 : Add a better getLastQueuedBuffer
891989f8e9 : lshal: PipeRelay: use modern classes.
380fff71fd : Enable compiling dex files in isolation on low ram devices.
af766e6162 : binder: Add execute() to host utils.
9ffa66eb62 : servicedispatcher: allow to use getService.
bd8ca5712f : servicedispatcher: Wrap proxy to native manager
e435882c92 : servicedispatcher: add option to wrap service manager
6ea7fa35a7 : Update installd OWNERS
0f58fb9f76 : binderRpcTest: remove Pipe class.
1a48fab10b : Fix for FWR SF crash
d35d31dfa4 : Add RPC binder as unstable API with Rust bindgen
d37e6dd15e : libbinder: already sent checks abort
326086cf60 : AParcel_markSensitive in APEX
d3cb24afaa : servicedispatcher: pause until killed.
2a3297f0b5 : [binder] Add support for dump transaction to Rust
b048744375 : binder_rs: Add sized_read to Parcel
8b89085357 : Implement keepAliveBinder for setRpcClientDebug
02530ec094 : Add keepAliveBinder argument to setRpcClientDebug.
0f3bebad25 : Return the freed bytes from deleteOdex API
c050d8f2f9 : binder: rust: Fix dropped service memleak
da57304c8a : libbinder: RPC test detect vsock support
02d1659606 : Remove BinderLibRpcClientTest
93e266bc4c : binderLibTest: fix SYN flooding again.
b86e26b735 : libbinder: RPC skip init on /dev/null
01a6bad2e1 : libbinder: RPC session ID uses the long binder ID
915382439c : libbinder: RPC prevent binder address collision
7b8bc4c699 : libbinder: RpcSession exposes sp<RpcServer>
19fc9f7991 : libbinder: RPC disambiguate server/client
c7d40135ed : libbinder: RPC disallow nested oneway transactions
5ae6256092 : libbinder: RpcState pass connection, not fd
6db9e07aa2 : binder_parcel_fuzzer: remove embedded handle
195edb85d1 : libbinder: handle ExclusiveSocket failure
c88b7fccbb : libbinder: RPC know when connections setup
ada72bd267 : libbinder: RPC process oneway w/ 'tail call'
7a20a3f5ee : binder: setRpcClientDebug copy # threads from kernel binder.
34823233f8 : binder: setRpcClientDebug drops numThreads argument.
e90de86f92 : Extend profile analysis with proper return codes
31c68e7966 : Change permissions on ref profile so that ART can read it
a5036f0b15 : libbinder: update 'TODO' comments for RPC
d45be62a2b : libbinder: RPC limit on oneway transactions
c9d7b53c6b : libbinder: RPC state termination shutdown session
a8b4429c39 : libbinder: server sessions shut down independently
4e10feb3a1 : libbinder: remove unused FdTrigger::readFd
dbf58d4740 : Add servicedispatcher
0bae30711a : Add linker script to maintain binary ABI stability
28d6c35d04 : Use result-gmock.h.
aa79d0ad30 : Make sure ANATIVEWINDOW_QUERY_BUFFER_AGE is identified as VNDK API.
9f5e5dbcb3 : FTL: Add cast safety checker
c3ce5c3525 : Add wait_for_interface and wait_for_service.
583a14a840 : libbinder: RPC explicit check when out of async IDs
a6e11cf579 : libbinder: RPC BinderNode erase checks asyncTodo
31bde7a0dd : libbinder: RPC factor out BinderNode erase
4188ffdbcf : FTL: Add to_chars
d67c8e89d2 : libbinder: Add binder already sent checks
14e4cfae36 : libbinder: +2 bytes in BBinder from stability rep
1b2640784d : libbinder: save another static heap allocation
756005bf35 : Use skia to draw pre-rotated RefreshRateOverlay.
52eee940ed : libbinder: RPC prevent oneway cmd buildup
dda9bbadaf : FTL: Add SmallMap mutators
343ab843bd : TouchVideoDevice: Silence log spam
105db55a00 : binderVendorDoubleLoadTest: rm from VTS
77c3011d4a : libbinder: RPC combine transact/reply send
410325a094 : libbinder: RpcServer: remove acceptOne
103424e021 : libbinder: RPC more symmetrical max threads
bc1e7b178a : Exclude libpermission on Darwin
7227c8a7b5 : libbinder: onBinder* respect termination
bbc607a555 : libbinder: 'deprecate' note on BinderService
69e70cf7b2 : Add NDK API for getprocdns, setprocdns
c0d9f8a28f : Add NDK API for getprocnetwork
225ab764ee : Switch media fw permissions checks to AttributionSource (native)
fea99012bc : [BugFix] Reset key repeating in case a keyboard device was disabled or enabled.
60762093b7 : binder_rpc_fuzzer: avoid SIGPIPE
659416dd31 : libbinder: reverse connections
a86e8fe5cb : libbinder: better session termination naming
cc5b498dd3 : binder_rpc_fuzzer: fuzz multiple connections
c12c9d9b54 : libbinder: quiet RPC read/write failures
85e067bf73 : libbinder: update RpcSession 'session' references
422329184b : [BugFix] Reset key repeating in case a keyboard device was disabled or enabled.
97b0d3b5fc : [BugFix] Reset key repeating in case a keyboard device was disabled or enabled.
e38bcb01ea : binderRpcTest: mitigate hang
8e49c2b04f : libbinder: further downgrade oneway spam log
adc5dca8f8 : libbinder: RPC save notify on transferring thread
13765f7aec : libbinder: doc RpcServer::join/shutdown behavior
b0dd1184f0 : libbinder: RpcSession check no shutdown trigger
1e4c2b81cc : libbinder: RpcState stop narrowing errors
af4ca715bd : binderRpcTest: use waitpid
f51742734f : libbinder: transaction includes refcount to binder
a1d7017ff7 : libbinder: servicemanagement errors
865150b6ce : Revert "binder: race condition by parcel finalize"
c0c9f77b82 : Revert "libbinder: test parcel allocted on another thread"
68316cfdce : opengl: make gl_headers available to host modules
ee3f46696a : libbinder: shutdown session threads
2b4f380c65 : libbinder: FdTrigger methods use status_t
65381d8264 : libbinder: harder failure on poll failure
9e8b642768 : libbinder:interruptableRecv>interruptableReadFully
dfe3be98c6 : libbinder: FdTrigger detect read POLLHUP/EOF
d4db32b97c : ATRACE: Add fastrpc_stat to the memory category
9d11b9238d : libbinder: RpcServer - shutdown connection threads
cdd722bb39 : Fix caching runtime toggle
1d448aff7b : binderRpcTest: in VTS
84bedebfdb : Add IBinder::setRpcClient
326afd184d : Add RpcServer::start()
e5a6a87834 : Expose binder stability for debugging in dumpsys
a08546707c : libbinder: RpcServer privatize acceptOne
4ec3c43c8a : libbinder: FdTrigger encapsulate poll
e47511f808 : libbinder: move FdTrigger to RpcSession
436f0e6d58 : ~RpcServer() calls shutdown explicitly.
b300550ef6 : RpcServer::establishConnection: make static
5fc9a735b1 : binder_parcel_fuzzer: fuzz basic IBinder transact
7c29248d51 : libbinder_parcel_random: internalize RPC parcels
75e0373d69 : Make available to com.android.compos apex
f4c81378d0 : ANDROID: binder: prevent double flushing when free buffer
9a2981cf7e : clang-format ProcessState.
543edcd0a5 : clang-format BinderLibTestService
05fc88302d : Clear mForceTraversal
6a026a21fd : libbinder_ndk: document headers
1a235859ec : Add RpcServer::shutdown.
d73020787e : Revert^2 "libbinder: binder RPC - using getCalling* aborts"
3562665883 : Revert^2 "libbinder: introduce guards for getCalling*"
a516c0009e : SF: Clean up HWC2::Layer ownership
4134920785 : libbinder: [[nodiscard]] getCalling*
7bafd70ad6 : Run distinct command to dump HIGH connectivity
b3adc03435 : libbinder_ndk: read size checks
d4f73fbf0f : libbinder: resizeOutVector size check
df2e017a4f : Revert "libbinder: introduce guards for getCalling*"
15e2835588 : Revert "libbinder: binder RPC - using getCalling* aborts"
5000615e89 : binder_rs: Add in-place deserialization methods
d8310091e2 : libbinder: prepare extradition of pm AIDLs
5de922ff76 : binder_rpc_fuzzer: remove rlimit stuff
06e367beaa : binder_parcel_fuzzer: remove rlimit
0deb06ecc8 : SF: Remove composer sequence IDs
3dce4f4e3b : SF: Extract virtual display allocation from CE
d2e8a8eaac : binder_parcel_fuzzer: enable c++ vector tests
c276f8db50 : RpcServer::setupSocketServer prevent race
7d7de5b488 : Make available to com.android.compos apex
dd8bf2d695 : Support toggling layer caching at runtime
4a63393eae : SF unit test: Disable flaky tests
50121d58d0 : SF: Use RenderSurfaceCreationArgsBuilder
f1833853cc : SF: Remove layer stack lookup for screencap
7b9bf4cbd8 : SF: Parametrize display lookup
fe13a4a886 : Update RenderEngine to use newer SkRuntimeEffect::MakeForShader
a65f61093e : Revert "Add ExternalTexture class into RenderEngine interface"
7e509dee76 : Revert "Add ExternalTexture class into RenderEngine interface"
6bbb686108 : Revert "Remove setFrame from BufferStateLayer"
cebb1da3c0 : Revert "Remove setFrame from BufferStateLayer"
e9a9a9e2ea : Revert "Remove setFrame from BufferStateLayer"
4ac3066fba : Revert "Remove setFrame from BufferStateLayer"
c6f2d01128 : Call apexd --unmount-all at the end of otapreopt_chroot run
60c56acad7 : Call apexd --unmount-all at the end of otapreopt_chroot run
5b2e121300 : Call apexd --unmount-all at the end of otapreopt_chroot run
a6e04faaca : Call apexd --unmount-all at the end of otapreopt_chroot run
7fed43d17a : Fix ndk native reference documentation link errors/warnings
92bf33059c : vkjson: fix VkPhysicalDeviceGroupProperties init
6d043c5c5c : ui: Revamp Size
4bc7cdf68b : Hdr format settings [Backend]
422326f3a3 : Read ro.hardware.egl for ANGLE's filename
d0729e1ec2 : Remove unused function
5b6c96fb85 : Add key event label to Entry dump
a0f961f92b : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native
798c190b71 : atrace.rc: allow select tracepoints on release builds
83a29ce9fe : Add missing include for SkRRect
97cb066a00 : Fix Transaction tracking for FrameTimeline
51e6483b5c : Revert "Add permission check for blurs in SurfaceFlinger"
4d08ae78c2 : Remove __ANDROID_API__ #if checks.
58ca29d421 : Add inputEventId to SurfaceFrame
b483d52743 : Adding SkiaGL RE information to dumpsys
956c5df188 : Update SOURCE_SENSOR source for input device.
652190e21d : Increase tolerance for ChildLayerTest, ChildLayerAlpha
35018763c0 : SurfaceFlinger: handle high refresh rate deny list
20dcde8e35 : SF: use parent layer frame rate
74be44ddff : Added the ability to read external batteries

+- Project: platform/frameworks/opt/car/services

cabdc95 : Fix jiffy hz to milliseconds calculation in CarServiceHelperService.
9c5b5c7 : Stop listening for shutdown enter in CarServiceHelperService
fee88bb : Implement getInterfaceHash/Version
80a4dce : Verify process start time when dumping and killing on ANR.
2b45386 : Remove POST_STARTING and POST_SWITCHING lifecycle event types.
6c1a8ea : sync CarDisplayAreaPolicyProvider to tm-dev
5385a09 : Send USER_COMPLETED_EVENT to CarUserService.
423b8cc : Remove minor version in CarServieHelper
74e8598 : Refactor CarWatchdog AIDL methods to identify PIDs with their start time.
993b7d1 : Fix race condition between SystemService and CarService.
de183d4 : Fix race condition between SystemService and CarService.
9dc0450 : Replace use of AbstractExtendedMockitoTestCase's deprecated constructor
6f0c88a : Add the tests for Wrappers and CalculateParams.
d488e04 : Move CarLaunchParamsModifierUpdatable to updatableService.
1b5123c : Spilt CarLaunchParamsModifier to CarLaunchParamsModifier/Updatable.
603d3f7 : Added dump statement for CTS tests
d7fe8b3 : Fixes CarServiceHelperServer to use new Dumpable interface
6a407bd : Added message to CarServiceHelperService dump
d7a354d : Convert Android.mk to Android.bp.
8b7e329 : add minor version for car service helper builtin
55a27dd : DO NOT MERGE Update TDA's to not include HOME
9350a52 : Use stable CarWatchdog internal AIDL java library.
125c3b5 : Moved all event logs
7b26f51 : Delete forceSuspend method
d11a10d : Added unit test for CarServiceHelperServiceUpdatableImpl
dbcb801 : Saved initial user info in SystemServer
fa16509 : Add Display Area for hosting voice plate
89b5a1a : Notify system boot complete on daemon reconnection.
c1b5a63 : Add apex related flags for car mainline
38806ba : Plumb setPersistentActivity to CarServiceHelperService.
0a1b244 : Fix CarLaunchParamsModifierTest.
be12c37 : Splitting CarServiceHelperService
96c88c3 : Replaced android.car.builtin.util.Slog by Slogf.
678b09e : Following changes -
32ccd4c : Made UserMetrics free from hidden APIs
0d69fd7 : Update Context#registerReceiver* calls with flags param.
013e1ef : Rename CarServicesTest and add it to test_mapping.
d70134b : Add CarServiceCrashDump test.
829c4f6 : Removed UserInfo from ICarSystemServerClient
b7d63e8 : Removed userInfo from ICarServiceHelper
880c1ff : Replaced IResultReceiver with ICarResultReceiver
1cd8754 : Merged com.android.car.internal.system into android.car
97d48d8 : Removed unnecessary libraries
feb0041 : Add TitleBar DA
c1c7e8b : Update the policy to add controlbar display area.
b14b11e : Update policy builder when there are multi displays
056ad23 : Add custom policy provider for automotive reference design

+- Project: platform/frameworks/opt/car/setupwizard

ebb2871 : Changes for Car Setup Wizard Support Library:
15612eb : Changes for Car Setup Wizard Support Library:
0e46b89 : Add a better fragment support in BaseSetupWizardActivity
619e49d : Added the support for gModal in setLayoutContent in BaseSetupActivity
2793cd0 : Change the close/back button's gravity to center_vertical.
d1ee862 : Add nullability check for toolbar instance
be587ae : Add the version support on FeatureResolver.java without modifying its existing contract to
8afe425 : Add the support for fragment use in carsetupwizard library
748f786 : Add the version support on FeatureResolver.java to - support splitNavLayoutFeature based on the version number
07986ce : Converted android.car dependency into android.car-system-stubs
0c12de2 : Fix mirrored vertical bar in split-nav in RTL
5ec41c2 : Add SummaryActionState for WAITING_TO_RESOLVE complete state
61436bb : Allow customization of content width of ultra-wide screen
0695ada : Add new API to return the content ViewStub for inflating
73820f6 : Unbundle car-setup-wizard-lib
5c1c8ab : Add top level gradle files for car-setup-wizard-lib
721f62d : Add flat button focus highlight, remove action bar divider
70df634 : Add rotary focus highlight to back button in layout
6f65520 : Add focus highlight to primary button
832273e : Unbundle car-setup-wizard-lib
de62320 : Add rotary support to CarSetupWizardBaselayout
c32c440 : Add api to return split-nav content view stub
ed42fe0 : Implement split nav layout
b7a2e0f : Implement CarSetupWizardLayoutInterface on CarSetupWizardBaseLayout
1fc8415 : Create CarSetupWizardLayoutInterface
6cb8fa2 : Pressing the physical button will have the same behavior as pressing the back button on the toolbar
a9ad14e : Fix black background on CarSetupWizardBaseLayout

+- Project: platform/frameworks/opt/chips

90e8ced : Import translations. DO NOT MERGE ANYWHERE
248e5f9 : Import translations. DO NOT MERGE ANYWHERE
3f68995 : Import translations. DO NOT MERGE ANYWHERE
29e7b34 : Import translations. DO NOT MERGE ANYWHERE
d6095e8 : Import translations. DO NOT MERGE ANYWHERE
7599101 : Import translations. DO NOT MERGE ANYWHERE
bafc888 : Import translations. DO NOT MERGE ANYWHERE
825e908 : Import translations. DO NOT MERGE ANYWHERE
57245a3 : Import translations. DO NOT MERGE ANYWHERE
1ed6d0f : Import translations. DO NOT MERGE ANYWHERE
d39087e : Import translations. DO NOT MERGE ANYWHERE
2bcc236 : Import translations. DO NOT MERGE ANYWHERE
93760c7 : Import translations. DO NOT MERGE ANYWHERE
eb6ad09 : Import translations. DO NOT MERGE ANYWHERE
35901cb : Import translations. DO NOT MERGE ANYWHERE
0f15ef3 : Import translations. DO NOT MERGE ANYWHERE
d22ebdd : Import translations. DO NOT MERGE ANYWHERE
ca7adac : Import translations. DO NOT MERGE ANYWHERE
2f1a27e : Import translations. DO NOT MERGE ANYWHERE
2beacac : Import translations. DO NOT MERGE ANYWHERE
644bf4c : Import translations. DO NOT MERGE ANYWHERE
1df8dd2 : Import translations. DO NOT MERGE ANYWHERE
af3ca9d : Import translations. DO NOT MERGE ANYWHERE
0a363fe : Import translations. DO NOT MERGE ANYWHERE
3a5424c : Import translations. DO NOT MERGE ANYWHERE
e04f985 : Import translations. DO NOT MERGE ANYWHERE
6fb25bd : Import translations. DO NOT MERGE ANYWHERE
e780bdb : Import translations. DO NOT MERGE ANYWHERE
917ad72 : Import translations. DO NOT MERGE ANYWHERE
06ec4cf : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/frameworks/opt/colorpicker

3f5b698 : Import translations. DO NOT MERGE ANYWHERE
27c1d85 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/frameworks/opt/localepicker

fa53f6e : Fix getLevelLocales crash due to modify collection during iteration
e2e3962 : Migrate LocalePickerTest to Soong

+- Project: platform/frameworks/opt/net/ethernet

01788f8 : Move f/o/n/ethernet to p/m/Connectivity
9fe3c97 : Move f/o/n/ethernet to p/m/Connectivity
e352d78 : Move f/o/n/ethernet to p/m/Connectivity
260521d : Add getInterfaceList API implementation in Ethernet service.
61566c7 : Add global change ethernet state API
ee9bfdd : Change network management listener to outcome receiver
5a60834 : Fixing multithreading issues in Ethernet Factory
613c01d : Add getInterfaceList API implementation in Ethernet service.
8a4c9c3 : Add global change ethernet state API
eee66d8 : Change network management listener to outcome receiver
e8fdf6a : Revert "Revert "Change network management listener to outcome re..."
3ea0765 : Revert "Change network management listener to outcome receiver"
dedbb58 : Change network management listener to outcome receiver
7e81787 : Add support for Nullable IpConfiguration
d67ab96 : Cleaning EthernetNetworkFactoryTest Unprovisioned
c976c67 : Build ethernet service into service-connectivity-tiramisu-pre-jarjar.
be24c99 : Build ethernet service into service-connectivity-tiramisu-pre-jarjar.
145b155 : Clean up permission validation in EthernetServiceImpl
efe300c : Rename logIfEthernetNotStarted to throwIfEthernetNotStarted
f95a298 : Allow all device types to call updateConfiguration
4856dd0 : Allowing for null net caps in updateConfiguration
9a47ae7 : Eth Management APIs to Support TEST Interfaces
b7c9537 : Ethernet validate if iface is tracked on handler
fcc56fc : Using a builder for eth requests
47b8ff5 : Enable EthernetServiceTests in presubmit
679e476 : Fix testIpClientIsNotStartedWhenLinkIsDown
624c590 : Implement the new added EthernetManager APIs.
6648c44 : Implement the new added EthernetManager APIs.
add2f54 : Fix testIpClientIsNotStartedWhenLinkIsDown.
06fdc94 : Set EthernetNetworkSpecifier on ethernet networks
832e134 : Updating Eth Service to use Eth Network Permission
717aa41 : Renaming Ethernet Network Management Classes
0806138 : Implementation of Eth Connect & Disconnect Network
2143e4f : Updates so Network Mgmt Callbacks Are Sent
8c69de3 : Replace the NetdService usage in the EthernetService.
12033d9 : Replace runWithScissors with a custom implementation.
1918e2f : Synchronize the IpClient events
c5e1337 : Implementation of Eth Service updateConfiguration
fb08120 : Replacing IIpClient with Manager in ethNetFactory
7bf4e0a : Code cleanup on EthernetNetworkFactoryTest
17a0bc6 : Using PermissionUtils for common net permissions
ac4d473 : Changes to make eth service methods more testable
51faeaf : Eth Service updates to validate net mgmt calls
f21fda9 : Remove INetworkManagementService usage from EthernetTracker.
b46a7f3 : Stubbed net mgmt API methods in eth service
f7d61d1 : Import InterfaceParams class from f/libs/net/common.
5395c4d : Replace Preconditions.checkNotNull with Objects.requireNonNull.
15e1533 : Remove NetdService usage from EthernetTracker.
5504431 : Handle neighbor lost event
6f66d13 : Adding test coverage for eth transport overrides
d4f2d3f : Removing unused int network score from eth factory
2a8258b : Stop using NetworkStack#checkNetworkStackPermission*
456339b : prevent nullptr dereference when calling unwanted
19b7709 : Add null check for the taken callback
d060c52 : Add TEST_MAPPING for frameworks/opt/net/ethernet
0249224 : Revert "Set EthernetNetworkSpecifier on each ethernet network for multi-ethernet"
9a8d0f8 : Set EthernetNetworkSpecifier on each ethernet network for multi-ethernet
e1a9e20 : Remove Unused Code From EthernetNetworkFactory
5cd9288 : Add Tests for EthernetNetworkFactory
e7bec10 : Stop using LinkPropertiesParcelableUtil.
f4f7ab0 : Stop using LinkPropertiesParcelableUtil.
69508c5 : Replace clearAll with withoutDefaultCapabilities in NC#Builder

+- Project: platform/frameworks/opt/net/ims

fff67ce : Fix RTT NPE due to ImsCall#close being called
2838d39 : Fix shouldProcessCall in ImsManager
d342f0b : update to handle IllegalArgumentException
6f7c9bb : Fix a minor logic issue in ag/18176102
cac5e22 : add use_tel_uri_for_pidf_xml field for ATT-UCE 430
4833edd : ImsProvisioningController returns provisioned when provisoning has not completed
ee96f01 : Replace the KEY_CARRIER_VOLTE_PROVISIONED_BOOL with bundle/tech to check if the EAB provisioned.
eb40db7 : (Increasing logging) Adding a new case for IllegalStateException
7139e6e : Add state for 480,486,500,503,603 responses of PUBLISH
07709d2 : Add the break statement between vt_provisioning_status and rcs_publish_source_throttle_ms
f6dd7d7 : Even though the state of the ImsFeature is set to STATE_UNAVAILABLE, fixed CapabilityCallbackManager#unregisterCallback to complete successfully.
6d19fa7 : Even though the state of the ImsFeature is set to STATE_UNAVAILABLE, fixed CapabilityCallbackManager#unregisterCallback to complete successfully.
4f606ff : Convert apct/telephonyservices/unit_test-cloud-tf to Test Mapping Suite.
83e84b8 : After saving the capability information in the EAB DB, the invalid data is immediately deleted from the EAB DB.
7e286ec : [Telephony] support TTY Call on VoWifi
b031bbb : Do not delete the DB if the received document is malformed/corrupt
41d39dd : Refactoring ImsManager to access aosp storage instead accessing ImsConfig directly
b990572 : Convert apct/telephonyservices/unit_test-cloud-tf to Test Mapping Suite.
411c9b6 : New provisioning keys for VoLTE/VoNR, VT, VoWiFi
3195dc7 : Add the processing code that the device received the 504 response to the PUBLISH request
bdd8937 : Fixing empty tuple capability always expired
7e8e691 : Revert "Add a new api that does not send PUBLISH request with duplicated presence capabilities"
5d5e557 : Revert "Set mPendingPublicCapabilities to the currently registered service description"
eda33bf : Partial Revert of subId changes in ImsManager
58bfa43 : Revert "Expose getSubId to ensure we have correct subId state in IMS"
82c255f : Revert "Add a new api that does not send PUBLISH request with duplicated presence capabilities"
f88c437 : Revert "Set mPendingPublicCapabilities to the currently registered service description"
10fa560 : Partial Revert of subId changes in ImsManager
ed6b944 : Revert "Expose getSubId to ensure we have correct subId state in IMS"
1c53406 : Partial Revert of subId changes in ImsManager
5540492 : Revert "Expose getSubId to ensure we have correct subId state in IMS"
35a6054 : Set mPendingPublicCapabilities to the currently registered service description
1035aff : Add a new api that does not send PUBLISH request with duplicated presence capabilities
460cb45 : Throw IllegalStateException when IMS is not ready for callback registration
f94ea66 : Expose getSubId to ensure we have correct subId state in IMS
0815187 : Add a new api that does not send PUBLISH request with duplicated presence capabilities
4c329e1 : Add entity uri field to Eab provider
b2a5ee7 : Shortcut and return caps of contacts who have non-expired cap info
bd68bbf : Silent failures of MMTEL callbacks causing SMS to fail
0cd54ff : Silent failures of MMTEL callbacks causing SMS to fail
aa8cb25 : Add entity uri field to Eab provider
11e0959 : (IMS Threading refactoring) Telephony IMS classes to schedule IMS callback on the main thread
9db3686 : (IMS Threading refactoring) Telephony IMS classes to schedule IMS callback on the main thread
f7a91ba : Processing of the received SIP code 999
40693d7 : Processing of the received SIP code 999
1c3eec6 : Changing interface used for Provisioning refactor
d92dddb : When the IMS unregistered, reset the PUBLISH throttle timer
77b70c9 : When the IMS unregistered, reset the PUBLISH throttle timer
9da546b : ImsService Subscription Notifications
7e23c2b : (ImsService API changes for Better IMS Threading) Add new parameter for ImsConfigStub()
e547592 : Add state for 413 response of PUBLISH
c1f4775 : Add state for 413 response of PUBLISH
cd61d36 : Fix license text and licenses.
41c12ae : Changing interface used for Provisioning refactor
be7a1fe : Changed the way carrier config changes
4f4f224 : Added chatbot and chatbot standalone descriptions for bot versions #1,#2
ea7eb5a : Added chatbot and chatbot standalone descriptions for bot versions #1,#2
a93a7c4 : ImsService Subscription Notifications
85ec469 : Changed the way carrier config changes
1fc0145 : API description changed.
f60e37f : API description changed.
154018a : (ImsService API changes for Better IMS Threading) Add new parameter for ImsConfigStub()
122f9fa : Lessen the default caching times in the case where the vendor provisioning doesnt specify a value.
394eb90 : ims rcs api improvement - add onPublishUpdated api
19eb4ad : ims rcs api improvement - add onPublishUpdated api
e64b913 : Add metrics for UCE event about Publish, Subscribe, Options and metrics for RCS registration features
629a9ba : Create UceStatsWriter for RCS metrics
82d096e : Shortcut and return caps of contacts who have non-expired cap info
414f3fa : Use expired cache infomation instead if the result of the subscription request inconclusive
58f441f : Add metrics for UCE event about Publish, Subscribe, Options and metrics for RCS registration features
1096ddc : (IMS Threading refactoring) Telephony IMS classes to schedule IMS callback on the main thread
b37be33 : [UCE] Reset the retry count and times related publish when the publish status changed to not_published
545d699 : Fixing empty tuple capability always expired
8d1a78e : Create UceStatsWriter for RCS metrics
60277c4 : [UCE] Reset the retry count and times related publish when the publish status changed to not_published
635a771 : (IMS Threading refactoring) Telephony IMS classes to schedule IMS callback on the main thread
4fc9dd5 : Use Option.ofNullable instead of Optional.of
981f9b5 : Remove leading space included in the ServiceDescription for ChatBot
a73b542 : Fix the status of tuple cannot be parsed because there are some whitespace characters before the Basic tag
8892764 : [UCE] Do not block indefinitely if the framework never receive a final result for capabilities request
e8eaf16 : Check whether all the request capabilities have been received or not when the UCE subscribe request has received the onTerminated with the reason "timeout"
01f5cd1 : Fix the OPTIONS request does not handle that the capabilities are retrieved from cache.
470c9b3 : Check the the reason of the subscribe request to deter whether client should retry or not.
80594d0 : Add log to check whetner the IMPU is null or not
5bcd777 : Support get/set voims_opt_in_status in ImsManager

+- Project: platform/frameworks/opt/net/voip

4aba9d3 : Update AudioTrack/Record buffer interface
ccce02b : Update AudioGroup to call new AudioTrack/Rec set
2ee37a8 : Switch media fw permissions checks to AttributionSource (voip)
565c5b8 : Change offset checks to avoid reading unitialized data.

+- Project: platform/frameworks/opt/net/wifi

d283554cf : Import translations. DO NOT MERGE ANYWHERE
fff38eb56 : WifiTracker: Return MergedCarrierEntry before initialization
833e89b05 : Import translations. DO NOT MERGE ANYWHERE
7ef59c125 : Import translations. DO NOT MERGE ANYWHERE
2f1c03a94 : Import translations. DO NOT MERGE ANYWHERE
a7e9c1b84 : Import translations. DO NOT MERGE ANYWHERE
3da0cb395 : Do not show IMSI encryption warning for PEAP network
4f8e83345 : Import translations. DO NOT MERGE ANYWHERE
da472a308 : Import translations. DO NOT MERGE ANYWHERE
84ab6df3b : WifiTrackerLib: Always return true for isPrimary for SUW
d6c1f8c3e : Register for system default network instead of regular default network
49078fbc8 : Import translations. DO NOT MERGE ANYWHERE
29b1679c5 : Import translations. DO NOT MERGE ANYWHERE
664987406 : Import translations. DO NOT MERGE ANYWHERE
502c004f6 : Import translations. DO NOT MERGE ANYWHERE
bcbbad632 : Import translations. DO NOT MERGE ANYWHERE
899ab5b7e : Import translations. DO NOT MERGE ANYWHERE
95666ce5d : [WifiTracker] Cache wifi state in worker thread
b732d876f : Import translations. DO NOT MERGE ANYWHERE
358ad3768 : Update admin restriction in internet panel
372dc6bd1 : Add MLO info to Wifi picker verbose summary
60b2e3e4a : Revert "Add MLO info to Wifi picker verbose summary"
40bba9a4d : Import translations. DO NOT MERGE ANYWHERE
f76d695ce : Add MLO info to Wifi picker verbose summary
4e29471f1 : Import translations. DO NOT MERGE ANYWHERE
4ff8a6f96 : Import translations. DO NOT MERGE ANYWHERE
5ef1cb86d : Wifi: Include libcrypto (vendor-specific)
a6008ae07 : [WTL] Register callbacks on worker thread
eea3f710a : Filter out Passpoint security type from StandardWifiEntry
dfbd514b8 : [WifiTracker] Filter out SSIDs of provisioned Passpoint networks
4269e8c27 : Import translations. DO NOT MERGE ANYWHERE
409043319 : Import translations. DO NOT MERGE ANYWHERE
9fe30b068 : Use specific comparators for WifiEntry sorting
1a69c6f13 : Set WifiEntry connection info to null on WIFI_STATE_DISABLED
d871374a0 : Import translations. DO NOT MERGE ANYWHERE
628f15543 : Import translations. DO NOT MERGE ANYWHERE
396ff13a0 : Import translations. DO NOT MERGE ANYWHERE
a4d08a5e2 : Import translations. DO NOT MERGE ANYWHERE
2e50bb772 : WifiSsidPolicy replace static method with constructor
310a615a2 : Replace SSID String with WifiSsid
e00c98fd9 : Add admin restriction check in canConnect
470102606 : Adding SysUI e2e tests as a presubmit for WifiTrackerLib
58d04de6b : Revert "Add admin restriction check in canConnect"
c0e652120 : Revert "Add admin restriction check in canConnect"
345a47cf7 : Add admin restriction check in canConnect
17d538ded : Import translations. DO NOT MERGE ANYWHERE
15e38c352 : Import translations. DO NOT MERGE ANYWHERE
7b41da45e : Import translations. DO NOT MERGE ANYWHERE
ff4e856a9 : Import translations. DO NOT MERGE ANYWHERE
1752e349e : Prepares libwifi-hal for use by a vendor APEX
b22527787 : Import translations. DO NOT MERGE ANYWHERE
116496ab2 : Import translations. DO NOT MERGE ANYWHERE
e00bc77fc : Prepares libwifi-hal for use by a vendor APEX
1cba0c296 : [WifiTrackerLib] Remove Provider Model flag usage
f7f2d29cd : [WifiTrackerLib] Do not show SUW or GMS app label in Saved Networks
e849e8abd : Remove NetworkScoreManager strings
d0cd23c11 : Add new user restriction for wifi sharing
43f145a66 : Remove NetworkScoreManager usage
213f4286d : Recent failure not displayed when config disabled
6c4ec661c : [WifiTrackerLib] Fix connecting to SIM-based EAP with unknown carrierId
592201053 : [WifiTrackerLib] Indicate connected network in SavedNetworkTracker
fc925238f : WifiTracker: Do not allow share/easy connect for demo mode
03a5b7e9c : WifiTracker: Check demo mode for device instead of user
370c0f631 : WifiTracker: Update isDefaultNetwork for MBB roaming
5dd1cc43c : WifiTracker: Do not allow share/easy connect for demo mode
64cff64f1 : Import translations. DO NOT MERGE ANYWHERE
d985f4fb3 : Import translations. DO NOT MERGE ANYWHERE
567443dea : Import translations. DO NOT MERGE ANYWHERE
f53dbd44f : Import translations. DO NOT MERGE ANYWHERE
2c29b261e : WifiTracker: Detect VCN over WIFI as WIFI default route
f23dc921f : WifiTracker: Update suggestion user shareablilty after scan
83a2d8d70 : WifiTracker: Add showToast parameter to MergedCarrierEntry#connect()
ea7cddcf6 : WifiTracker: Add NetworkCapabilities to WifiEntry.ConnectedInfo
40243549a : WifiTracker: Use new ScanResult#getSecurityTypes()
f34270dc4 : WifiTrackerLib: Populate network request scans after initiation
65a506218 : Bring WifiTrackerLib min_sdk_version up to S
6ea352a8e : Import translations. DO NOT MERGE ANYWHERE
49ad0641f : WifiTrackerLib: Add hashCode() for WifiEntry
2c758f5ad : Import translations. DO NOT MERGE ANYWHERE
b0ca27205 : Remove translatable="false" for Wi-Fi security types in WifiTrackerLib
937813fa0 : Import translations. DO NOT MERGE ANYWHERE
c8c5dba66 : Import translations. DO NOT MERGE ANYWHERE
688e498ea : Import translations. DO NOT MERGE ANYWHERE
428f364d7 : Import translations. DO NOT MERGE ANYWHERE
29d8e3cbf : Remove "Do not translate" for Wi-Fi security types in WifiTrackerLib
10c93d0ab : Add test module for SdkWifiTrackerLib
8682ef82e : [WifiTrackerLib] Remove network scorer label from network summary
25307054f : [WifiTrackerLib] Remove speed labels
b13519a11 : Import translations. DO NOT MERGE ANYWHERE
33c7d30a9 : Create SdkWifiTrackerLib variant of WifiTrackerLib
ef96b4a15 : Import translations. DO NOT MERGE ANYWHERE
7e716b1d0 : Import translations. DO NOT MERGE ANYWHERE
158e59a1c : Import translations. DO NOT MERGE ANYWHERE
fdcfc6434 : [WifiTrackerLib] Update mockito version to mock static/final methods
a7b393fc0 : Import translations. DO NOT MERGE ANYWHERE
116a32e6d : Import translations. DO NOT MERGE ANYWHERE
2f5ad885b : Import translations. DO NOT MERGE ANYWHERE
80c2480d4 : Import translations. DO NOT MERGE ANYWHERE
ab78e8f72 : Import translations. DO NOT MERGE ANYWHERE
9855f7333 : Import translations. DO NOT MERGE ANYWHERE
5f5ffaaa0 : Import translations. DO NOT MERGE ANYWHERE
f275428a4 : Import translations. DO NOT MERGE ANYWHERE
0a6818e10 : Provide WifiTrackerLib resources in separate library WifiTrackerLibRes
8aea2834a : Import translations. DO NOT MERGE ANYWHERE
d3935b137 : Import translations. DO NOT MERGE ANYWHERE
305bba4ea : Import translations. DO NOT MERGE ANYWHERE
e6956674d : Import translations. DO NOT MERGE ANYWHERE
f0e775dfe : Import translations. DO NOT MERGE ANYWHERE
e7ea51c12 : Import translations. DO NOT MERGE ANYWHERE
0d33f4ca9 : Import translations. DO NOT MERGE ANYWHERE
212d0e4e3 : Import translations. DO NOT MERGE ANYWHERE
da35b631d : Import translations. DO NOT MERGE ANYWHERE
ff7cfb1e9 : Import translations. DO NOT MERGE ANYWHERE
fd60df782 : Import translations. DO NOT MERGE ANYWHERE
80236e45a : Import translations. DO NOT MERGE ANYWHERE
0ca37dc8f : Import translations. DO NOT MERGE ANYWHERE
1c2e5e94e : Import translations. DO NOT MERGE ANYWHERE
eb8577562 : Import translations. DO NOT MERGE ANYWHERE
c38004cfc : Import translations. DO NOT MERGE ANYWHERE
4eb657e92 : Import translations. DO NOT MERGE ANYWHERE
d2e3ed9ab : Import translations. DO NOT MERGE ANYWHERE
8d563feba : Import translations. DO NOT MERGE ANYWHERE
f1053d231 : Remove androidx.preference_preference from WifiTrackerLib
7ca24f6dd : Import translations. DO NOT MERGE ANYWHERE
b22d8aa3d : Import translations. DO NOT MERGE ANYWHERE
7cd52c606 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/frameworks/opt/photoviewer

ea1064e : Import translations. DO NOT MERGE ANYWHERE
58d03a4 : Import translations. DO NOT MERGE ANYWHERE
3499302 : Import translations. DO NOT MERGE ANYWHERE
ed8f154 : Import translations. DO NOT MERGE ANYWHERE
426c1eb : Import translations. DO NOT MERGE ANYWHERE
285b09d : Import translations. DO NOT MERGE ANYWHERE
71d1163 : Import translations. DO NOT MERGE ANYWHERE
ebefeec : Import translations. DO NOT MERGE ANYWHERE
5211c6c : Import translations. DO NOT MERGE ANYWHERE
0522573 : Import translations. DO NOT MERGE ANYWHERE
01aa377 : Import translations. DO NOT MERGE ANYWHERE
82aa685 : Import translations. DO NOT MERGE ANYWHERE
9e96634 : Import translations. DO NOT MERGE ANYWHERE
03e2d15 : Import translations. DO NOT MERGE ANYWHERE
e94f6ea : Import translations. DO NOT MERGE ANYWHERE
10861d1 : Import translations. DO NOT MERGE ANYWHERE
833aac0 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/frameworks/opt/telephony

f33476a254 : Fix APM race conditions in ServiceStateTracker
61982956c7 : Allow data setup when oos if voice is registered
ab4b6d4222 : Add imsCall#getCallSession() null check in ImsPhoneCallTracker#maybeSetVideoCallProvider.
bb4acf1c7f : Update ImsCallTest to ensure NPE isnt hit after ImsCall#close is called.
328d1b7bfb : Fix issue where remotely disconnected calls show up as missed.
1a7ea7ec3c : Correctly apply subId changes in ImsServiceController when SIMs change
0fd91c20e2 : Update default MTU value to 1500
43f1ed290e : Revert "To read the Group UUID, the Caller must also have the US..."
882a4906c7 : Resend the EVENT_RESUME_NOW_FOREGROUND_CALL message after onCallHeld.
9e73af69a2 : Make carrier service persistent binding more robust
3027f55d6c : Persist user data roaming settings
651713fd5e : Fix Sync preferred apn and preferred apn set id
30e1b9634e : Revert "Sync preferred apn and preferred apn set id"
c1de8afe51 : Handle NullPointerException during getIccId
c9d3898557 : Fix Sync preferred apn and preferred apn set id
81009d6647 : Revert "Sync preferred apn and preferred apn set id"
4931f833a0 : Revert "Sync preferred apn and preferred apn set id"
d1f0d3d8e6 : Sync preferred apn and preferred apn set id
54286d2ecd : Improved PhoneSwitcher logging
c7cdc03f59 : add logging to Telephony for dsds no call pref bug
eaa767c118 : Fixed two IMS data profiles sent to modem
c2be94a848 : Add extra logging to NetworkTypeController
c7bbf0fedd : Do not dynamically change MMTEL capability
3c6c05227a : Update default timeout value for network in transit state
7c1e370487 : Fixed data leak after emergency call
ded1544735 : Traffic descriptor only data profile should be enabled
6d86b6a8bf : CPT: Fix a missing break statement
360cb93413 : CPT: build carrier privileges cache when AccessRules are loaded
8d249387f8 : Fixed delay data switching issue
2260c01c09 : Fixed network request not detached from data network
4adac65310 : Fixed NPE
4c210bf2a3 : Add more logging for IMS calls
ad8a33249d : [DO NOT MERGE] Turn off carrier privileges grace period feature
ad6cfcb4ac : [Security Report] Add permission check to avoid API misuse
9094c1820f : Initialize RadioProxy only once
ddf661ee40 : Disable tethering profile when roaming
65e5f676ba : change logic for determining emergency number
33b5115616 : Logging bug with the help of Anomaly Reporter in case we get the unhandledMessage. This will help us to collect the bug report for this event.
067983702d : Refine invalid DataCallResponse anomaly detection
c18ae6c24d : Don't tear down PDN on PS_RESTRICT_ENABLED
28714c3cee : Optimized data retry
c45d464fe7 : Updated the document regarding T data stack
5d5bd6bd85 : Disabled sim is not enabled after sim hotswap
600876abb4 : [DSRM] Do recovery actions only after validation passed once.
e169a9b24b : Adding Anomaly Reporting on UiccSlotInfo null object.
55825bcdbd : Initialize default data roaming setting
ea09d081c5 : Fixed unit tests
550c08bef9 : Removed duplicate error messages in RadioConfig.java
b98f0b6318 : [MEP] set removable eSIM as default eUICC to pass GCF/PTCRB
b4d74ce15f : Gracefully handled IP changes
4f4b2fd714 : Update tests with location bypass packages
5751096c92 : Add carrer id in NetworkIndication anomaly reports.
91ad25f8de : Add anomaly report for invalid receivedTimeMs value of NITZ
9a5ce8ad89 : CPT: always use same PackageManager flags to query installed packages
8021d67e52 : (eSim) Return proper portindex for ONS profile.
329528bad4 : Cleanup DataStallRecoveryManager
cca1e256c5 : Add enterprise apn to data profile
ee48774673 : Ensure create/destroy is called properly for Capability Exchange API
8498e0121b : Retry setup after failed and preference changed
1cb6a7bb18 : Fix override of DataNetworkControllerCallback.onDataServiceBound
273df2e800 : Remove the temporary changes.
4daf56f3a0 : [MEP] Handle java.lang.NullPointerException
12db8db9b1 : Enforce privileged phone state for getSubscriptionProperty(GROUP_UUID)
7f3dd2afda : Enforce privileged phone state for getSubscriptionProperty(GROUP_UUID)
04725ed7d0 : Enforce privileged phone state for getSubscriptionProperty(GROUP_UUID)
e873e764b9 : Enforce privileged phone state for getSubscriptionProperty(GROUP_UUID)
f2175327b0 : Enforce privileged phone state for getSubscriptionProperty(GROUP_UUID)
b7399246a9 : Enforce privileged phone state for getSubscriptionProperty(GROUP_UUID)
11a5363680 : Add SMS latency to metrics
ff82070c19 : Safetynet for attempt to read GROUP_UUID without READ_PRIVILEGED_PHONE_STATE
87f8fa2cc2 : Handle CODE_UT_OPERATION_NOT_ALLOWED.
db6061a69b : Fix NPE for CdmaSmsMessage initialization
c5a4992d45 : Skip setupDataCall anomaly detection when poor signal
d35a9ac729 : DO NOT MERGE
bb6a63c567 : DO NOT MERGE
9811e9a16e : To read the Group UUID, the Caller must also have the USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER permission.
ea1e26b5a2 : Report Anomaly for invalid dataCallResponse
50627e81b7 : [Telephony] phone state check for network request
a8a2bd0d6d : Switch data in ringing phase
c7718e1409 : Populate carrier id in anomaly reports.
d55f8731dc : Switch LocalLog to using UTC / elapsed realtime
a0ca76e404 : Loosed data profile check
b0e3c5d17e : Enforce privileged phone state for getSubscriptionProperty(GROUP_UUID)
31ddd73de7 : Refresh carrier service state when carrier app is en/disabled
6b3c9630c8 : Revert "Refresh carrier service state when carrier app is en/disabled"
b759906dda : Make subscriptionController.getPhoneNumber to private and improve variable names in PerSimStatus.
6be58e0802 : TelephonyDisplayInfo use PS WWAN NRI for data network type
e878ec4f33 : Fix NPE in AccessNetworksManager
500d3aa421 : NR SA only allow NR Advanced override
48ac33a9f9 : Use DataSettingsManagerCallback for new data stack
4a812788d2 : Dedupe enable/disable IMS commands to ImsService
f1eea59b99 : DataServiceManager update binder died behavior
c56a0d1235 : Avoid crash when the caller passes null message obj
3423e7c5f9 : Fixed the incorrect MTU value
181e72caa6 : Adjusted APN type capability and priority
5696af1014 : Fixed network request was removed before retry
7a108ed478 : Remove statslog-telephony-java-gen from telephony-common
35b276b8c2 : Don't send null data call list response
02e201316a : Update the SignalStrengthControllerTest UT to use valid threshold
f5faabda8d : Allowing the wrong PDN deactivation behavior on old HAL
3109d148c4 : Switch data profile when handover
b624275a79 : Added anomaly report to catch invalid display info
a71c90d80b : Fixed the incorrect APN dedupling
5adf561a44 : Only reset throttling when carrier config is on
72e818aaf7 : (ImsResolverTest Fix) Inject Looper to ImsResolver.
b6c35de18c : Added enhanced IWLAN handover check support
9cce38dbca : Add enterprise id while registering network factory
97a1baa112 : Prioritize metrics for emergency calls
278ff47e39 : Dynamically changing MMTEL capability
c5b3a1e23d : Don't report data stall for disconnected DataNetwork
75c3dc9ba2 : Block Binder thread until incoming call process completes
99f42c2a8b : DataRetryManager don't remove unthrottled entries on cleanup
bce49f1e55 : SST set state out of service when radio is off or unavailable
edbd1c406b : Fixed the broken tests
9750e6ed9c : Added NOT_METERED to mutable capabilities
b12101ebea : Change how reject versus missed calls are reported from ImsPhoneCallTracker.
4a33e21b14 : Make NR state/frequency checks consistent
4495b995e5 : Fix null gsm/cdma message in sendImsSms
08a3766fea : Fixed IMS handover behavior on roaming network
4f1e33b530 : Add new DeviceTelephonyProperties atom for isUsingNewDataStack
7a8df2c51c : Duplicate Data Selection Dialog during SUW
d784b734c2 : Refresh carrier service state when carrier app is en/disabled
8d5855ccef : Create NetworkRequestV2 atom with more capabilities
5d175a8ddd : Don't send null data call list response
bcee1bc16d : Added data activity support
470bdccc7b : Exempt IMS from single PDN arbitration
14b0eecb1a : Reenable the failed unit tests
a2b50a9322 : Added unit test for data retry request removed case
606270117c : Fix race condition in data network
e75c25886e : Fixed another out of boundary exception in data retry manager
7fb389c5a6 : Sent deactivation reason shutdown properly
f5b04de72a : Fixed crash in data retry manager
a675e78d5a : Added traffic descriptor for default data profiles
996d46242d : [DSRM] Fix the index ArrayIndexOutOfBoundsException
de0f2134a2 : Broadcast data call list changed for data stall
84eb3fc189 : Implement getInterfaceHash/Version
be03984dfa : Added umetered method for data network controller
369606c787 : Collect user modified apn metrics
c6abd322e9 : Create PhoneAccountHandle using subscription ID.
1fba3c1b46 : Apply slicing capabilities before connected
5cfb1dfcf8 : Fixed delay IMS tear down
66b81b7627 : Allow simultaneous timestamp not considered as inWindow
0826da5366 : Cross check CellIdentity w NetworkType in RegState
02de5290ca : route dial out strings to the same number based on service state
8055173c0e : Add locallog in SignalStrengthController to record critical behaviors
66cf77fa8a : Reevaluate unsatisfied network requests when TAC changes
32ed309b92 : Fixed a race condition when preferred transport updated
bc20a958f4 : Make PCC indication logic consistent between HIDL and AIDL
67a701c60d : Gracefully handle duplicate network interface
a910cb4006 : Implement getInterfaceHash/Version
77a7db9ee2 : Implement getInterfaceHash/Version
088f3ed984 : Add handover failure cause to data call session
7dd6d1b3fc : Inverted the new data stack flag
ae6a7b3fb8 : Reduce signal strength alignment hysteresis to half of system default
f0833dc1d8 : Make IMS anomaly report trigger only on release-request
ca0c0f69d3 : NetworkTypeController listen for device idle state changed
b5acf68d10 : Fix PhonebookRecordInfo AIDL conversion to not allow null
6e6cccae81 : Remove SipPhone.
079580b080 : Fixed unnecessary network request removal
9005687d92 : Remove SipPhone.
b485987eb3 : Remove SipPhone.
c5b493d376 : Fixed lingering network bitmask not set issue
aa349627a2 : DN#onDeactivateResponse check illegal state for error
709827c237 : DeactivateDataCall send response only if no error
4d6a5d1f72 : Default unit tests to use new data stack
ab9b572b29 : Fixed out of boundary exception
172d418600 : Add anomaly report for frequent setup data call failure
af00ca287e : Update constant thresholds for trigger anomaly report
8cd2c4996f : send slicing config change even to correct registrant
e201beda2a : Improved data fail cause debug message
827a7c1b47 : [DSRM] Fix issues
c4fc0d07e8 : Delayed IMS tear down when voice call is ongoing
e2c7eea745 : Support multiple RANs per signal strength request in telephony
e4c596bd08 : Added internet capability for enterprise slice
ab474b2d59 : Only disallow data when device in CDMA ECBM
7523b82945 : Use component info to bind Mock Modem Service
41c7c3b7fe : DataSettingsManager notify when data override rules change
55f4eff70e : Notify connectivity service when admin UID changes
f96668c410 : Delay data setup after call end
a523172ed8 : Enhance logs and cleanup removed connections.
2299af5932 : Fixed service bound before clients register for bounding update
4c3a75bc7a : Revert "VoWifi notification for emergency calls"
b96463a99b : Move onSetupDataFailed and onDisconnected logic to DisconnectedState
d25f76a1da : Revert "Deactivate data network if TDs are empty"
4ac58a974e : Trigger anomaly when data stuck in transient states
719ae601f5 : Deactivate data network if TDs are empty
72ec990b7a : DeactivateDataCall remove network on all errors
c03d830c17 : Handle RADIO_NOT_AVAILABLE in deactivateDataCall
d5d42a1881 : Honor NOT_RESTRICTED set by VCN policy
8e8486624f : Logged Euicc eid in IccCardState
0b92ff82d7 : Logged Euicc eid in UiccController
79b1855e66 : change condition isPhoneInVoiceCall for added call
38c723718d : Implement getInterfaceHash/Version
2f48bf0475 : Implement getInterfaceHash/Version
894a4d09e2 : Fixed telephony unit tests failure
a94fc650c2 : HIDL only call setResponseFunction once
35b1701c9a : Fixed race condition when network request removed
19c21d7096 : Added a new config to enable telephony new data
f9c8c94fc8 : Allowing enabling new data by device config
a6127ea3fd : Added command line tool to enable/disable new data stack
6d7b06f13d : Add preferredDataProfile teardown check
7bca93c849 : Migrate DataCallSessionStats from old data stack to new data stack
e70bb567fb : Made some data components injectable
642c415077 : Fixed WFC activation issue
bd48dc7c6c : Reset data throttling when TAC changes
ceafcb488b : Fixed that admin and owner uids are not set
40a66f1b75 : SetDataEnabled indicate calling package
d870462d9e : Fixed telephony unit tests failure
e28cc75a19 : Updated the owners
d81f90d157 : Check if APN setting is null
ae23fe16e7 : Normalization of IMS registration durations
9f3ac92edb : Allow silent eCall redial over WiFi when IMS REG not on IWLAN
8dc6cbccf2 : Update network type when bandwidths change
3e973212a3 : Implement getInterfaceHash/Version
36eb4a172b : Update network type when bandwidths change
cf68eddb7e : Retry setup data when reset data throttling
fd0b1d2c5f : fix No Call Preference bug afer switch to DSDS mode
6a147c6320 : Extend HandoverRule with ApnType
ffcbf73ba3 : Check if APN setting is null
ca02352b4b : UiccSlot: Validate hotswap restart prompt component properly
470e4838df : Allowed emergency SUPL when data is disabled
6652d120ef : Add config_enable_iwlan_handover_policy flag to allow ignoring handover policies defined by carriers
148116cf37 : The framework sends a hang up request to the modem before terminating the connection
2d36a0e881 : Add anomaly reports for IMS throttle retry attempt
1878c068ef : Allow 0 ms window for serverside manipulation
040156dd60 : Added network agent auto clean up logic
5b8bab911c : Partially revert ag/17450859
c257d9c758 : RILUtils convertToString use AIDL toString if available
3c73a2e817 : NR advanced check bandwidth only if set
891438b99f : Only allow NR override network types on SA
4d718b4387 : DataSettingsManager broadcast initial state and add init check
d371f4f15b : Align the RecoveryActions between DataStallRecoveryManager and Westworld
c2bffa6ef7 : Add support for RAT-based TCP buffer sizes
6e7b956b0b : Fixed a race condition when attaching network request
8092933a7e : Add support for RAT-based TCP buffer sizes
7514e21142 : Support isDataAllow correctly
67b0f728ed : Clean up Telephony tests
8d06d42ad8 : DataSettingsManager broadcast initial state and add init check
b8e3e2c40e : Stop checking StorageManager.inCryptKeeperBounce()
01c5e5be3a : Clean up Telephony tests
172c835c90 : Access networks manager changes
94c80e4400 : Add test for NR signal threshold boundaries
e7cc96656b : [MEP] Add support for port index validation and resolving port index
9482079876 : Fixed telephony unit tests failure
1869218736 : [MEP] EuiccManager API modifications to support carrier apps
1b38e22d92 : [MEP] Add port index in SubscriptionInfo database
bb373f128b : Refresh embedded subscriptions on user unlock.
29ec0f4d09 : Reset radio service proxy after Mock modem detach
e4d4fe8f04 : Do not resolve port index for apps which are not target on T
460bd18a29 : Throttle check for transport change
9fb716b534 : Throttle check for transport change
8be0f60541 : Fixed out of boundary exception in data retry
94eab10697 : Fixed network agent config not set properly
3f5aad880c : Log phoneId in CarrierPrivilegesTracker dump.
e1d969373e : Fixed a race condition when preferred transport updated
a344f5ee37 : Only allow NR override network types on SA
add6975dfb : NR advanced check bandwidth only if set
c68a0ae568 : [MEP] Add temporary change to switching between PORT TAG(9F20 and 9F24) based on ATR strings as not all C10P10 proto and EVTs are having the latest M5.
17b3881b26 : RILUtils convertToString use AIDL toString if available
b8909c6e76 : Make switchToSubscription use PendingIntent
c860f9f525 : Bind DataService in constructor
781b33ed64 : Increased the PDN deactivation time to 60 seconds
0a720433b6 : Bind DataService in constructor
40811b3520 : Fixed setup data call failure triggers anomaly report
8a5e38bb85 : Resist SIM logical channel leaking when clients crash
da25f34f67 : Fix resource leak: testOtaEmergencyNumberDatabase
c31f3b9b15 : Clean up UiccPort/Profile on carrier privileges rule load registration
0329749e3c : Update CarrierServiceBindHelper to use TM#getCarrierServicePackageName
6777a92c63 : Optimize getCarrierServicePackageName in CarrierPrivilegesTracker
0d777b4f87 : Fixed TelephonyManager.isDataConnectivityPossible
aa54ba589b : Allow silent eCall redial over WiFi when IMS REG not on IWLAN
f5095c6217 : Support CarrierService change callback in CarrierPrivilegesTracker
ef96497ca4 : Supported single PDN arbitration
4adacafb86 : DataProfileManager check for MATCH_ALL_APN_SET_ID
e0cf8a7744 : Use portIndex when switching subscription
f54f359621 : Fixed that data network not entering disconnecting
04cf19b172 : Support carrier privileges linger period in CarrierPrivilegesTracker
d4bb6c38f2 : Improve nullability of CarrierPrivilegesTracker
18eadbba4c : Move carrier privilege intent resolution to CarrierPrivilegesTracker.
422c743070 : DN#onDeactivateResponse check illegal state for error
3d29ad44c6 : Move carrier privilege status checks to CarrierPrivilegesTracker.
2ab58bbdab : Add durations to voice call metrics
97ee318407 : Support test override carrier privilege in CarrierPrivilegeTracker
e6b27e5260 : Add unit test for IccLogicalChannelRequest
bddb006ffe : [MEP] Add port index to icc logical channel open, close and trasmit APIs.
d05e441e7a : Add prioritize_bandwidth and prioritize_latency
42923f5fa4 : Add anomaly report for excessive unwanted network in the new data stack
1e32a0306f : Reset data retry with more scenarios
d39f427641 : [DataStallRecovery] Fix the ArrayIndexOutOfBoundsException Problem
8d5b5ddad7 : Remove extra messages in DataSettingsManager
ce8c105b7f : Add missing logs for new data stack
12ef653778 : Fix toString in RILUtils
4a60c149a3 : DNC set retry state FAILED if evaluation fails
572ba60bed : Fixed unmetered network request caused data leak
5af6dd22ef : Remove CBS slice
84536c7233 : Supported network capability MMTEL
1d2d57d027 : Fixed IMS network disconnected when data disabled
0cf98f3e9f : Support data profile merging
30f0fa0ff1 : Do not allow data setup while tearing down all
cf24711ecb : Update KeepalivePacketData.toString()
d6db6c7586 : Fixed NPE in handover retry
e3c4082f5c : Fixed service state changed event
39ea2fa5a9 : Fixed incorrect handling of re-creating network agent
caaf4e7b0d : Avoid tear down when re-creating the network agent
1e9e3fb132 : Fixed data disconnected during handover
7957bd38fc : Create general toString method for AIDL-generated Java classes
1a60e8a215 : Let new data stack support updateNRFrequency
ffb5d48b12 : Fixed incorrect data icon when call received on ESIM
66db99ffee : Migrated unit tests and added debug messages
ea2feef2d8 : Handle slice config change
a2751655c3 : Moved MVNO matching logic out of old data stack
e13ed51030 : Supported URLLC, EMBB, and CBS slicing
3408e97422 : Supported traffic descriptor based network capability
0f9a841050 : [DataStallRecoveryManager] Fix the doRecovery logic when dial call
4b1e562363 : Fix name in string constants
b95dacf225 : Fixed several data issues
9a5c331dce : Fixed IWLAN handover issue
51f9e9a498 : Added carrier_id support to the carrier_key table in CarrierInformation DB Also Updated the related test cases
12f4f58dd3 : [MEP] Integrate IccSlotStatus and SimSlotMapping AIDL changes.
5e407e2e2e : Reset data throttling when TAC changes
8664b50201 : Add the recovered reason into metrics
cd92e0cc46 : Modify the functions to meet the Android T new design
a4c178c3fd : Supported the legacy allowed initial attach APN types config
cff374fa6b : Fixed IA APN was not set when SIM is re-inserted
83011d53e8 : Fixed that WiFi calling icon not shown
df191ad129 : Ensure IMS configs are sent properly after IMS service crash
e6bf76f984 : Extend HandoverRule with ApnType
e8db41ba92 : Fixed NPE when local or remote port range does not exist
fef52dae24 : Added a new network capability MMTEL
cb5d80f43d : Fixed NPE when OsAppId is null in traffic descriptor
9faa68f685 : Fixed incorrect state machine transition in data network
bead889a41 : DeactivateDataCall send response only if no error
dc9590039c : Fixed unknown RAT in IWLAN registration info
7083180591 : Moved 5G+ PCO related code to data modules
f72d4913b4 : Fixed crash when retry data setup
d187f6fdeb : Fixed NPE when subscription plan is null
b4d5eaf6e7 : Fixed IWLAN handover issues
37fcf5cedf : Remove 5G only workaround for TNM
3a5817a4a9 : Add missing calls to DataSettingsManager
b52bdbcca2 : Remove remaining messages after Telephony tests end
c82e09ce15 : Update PhysicalChannelConfig tests
7af5fbbc92 : Added network agent auto clean up logic
f287df1e15 : SubscriptionPlans initialized only when config changes
27a3b25064 : DataSettingsManager check also for IMS voice call changed
fde8f80fbb : SettingsObserver take in DataSettingsManager instead of Phone as handler
2e278b754f : Clean up orphan method related to carrier privileges in UiccPort/Profile
f695f8b2fc : Fix wrong type return issue in isVoNrEnabledResponse
ed4e49d4eb : Fix null service proxy after Mock Modem CTS test
9b306732b3 : Move onSetupDataFailed and onDisconnected logic to DisconnectedState
dc3f5f2f99 : Clean up UiccPort/Profile on carrier privileges rule load registration
a4bee6ddf7 : Update CarrierServiceBindHelper to use TM#getCarrierServicePackageName
d89bc9d443 : Update SubscriptionInfoUpdater to use TM#getCarrierServicePackageName
bcf5d849d6 : Optimize getCarrierServicePackageName in CarrierPrivilegesTracker
a5134d8cbf : Fix conversion errors in RILUtils
a23867fd61 : Add durations to voice call metrics
51e9eacc31 : Rename setAccessUids to setAllowedUids
7d0db95da0 : IWLAN handover optimization
fe92d05536 : Revert "Deactivate data network if TDs are empty"
3f7cdf4a47 : Rename setAccessUids to setAllowedUids
7302fd3134 : Revert "Deactivate data network if TDs are empty"
8d28481e3a : fix the logic of isAllIccIdQueryDone
5d97f563ba : make sure mep flag is set properly
9cc1ecdd9d : Add preferredDataProfile teardown check
20a7b688d9 : Fix toString in RILUtils
0bf34f80fa : Update protected void stopNetStatPoll()
20bdbed7dd : Add prioritize_bandwidth and prioritize_latency
4fd23563f7 : Trigger anomaly when data stuck in transient states
eb8f55d72c : Check the build type and property when calling setModemService
6fb82d9cf6 : DNC set retry state FAILED if evaluation fails
03848c53ba : Add anomaly report for excessive unwanted network in the new data stack
44d6e663ed : Supported single PDN arbitration
437e5829de : Deactivate data network if TDs are empty
443df8aacf : Used single TCP configuration for devices
bc796f8ae0 : Added IWLAN handover policy support
c55b156776 : Exposed link status for network type controller
50b369dfa1 : Replaced link state with link status
121325845e : Completely detach old data stack
a4397b6bd0 : Default unit tests to use new data stack
6e827dfa1e : Reset data retry with more scenarios
6e2066a8ee : Reverted ag/16684151
0ba86a5750 : Placeholder change for revert
393705484e : Add TEMP_NOT_METERED and CONGESTED support
6a33589075 : Fixed link bandwidth not updated
9ada4a3ece : Reverse the order of setting data profiles
a6b309b270 : Support preferred data profile correctly
62b3190cc7 : Added data setup/handover throttling support
cffda0b410 : Implement the Functions for DataConfigManager
f8205634f2 : Revert "Add preferredDataProfile teardown check"
c38c34cc5d : Revert "Default unit tests to use new data stack"
38ff232a5e : Add the Skip Recovery Action Mechanism
5975b8bff6 : Replaced NetworkRequest with TelephonyNetworkRequest
8c4960249c : [DataStallRecoveryManagerTest] Fix the test fail
653552e77e : Replaced DcRequest with TelephonyNetworkRequest
9ea5fabc69 : Support CarrierService change callback in CarrierPrivilegesTracker
1166a0411d : Support carrier privileges linger period in CarrierPrivilegesTracker
b24f4db1ff : Add missing calls to DataSettingsManager
6af5b4ac9d : Add removeDataDisallowedReason
9487331a3b : Remove extra messages in DataSettingsManager
695870b648 : BugFix - IMS features registration state null check
6cf67c9be7 : Moved modules into new data package
bf0dd4d1ad : Simplified data network controller callback
e73c97430b : [MEP] isSimPortAvailable is using obsolete carrier privileges check
e911257f21 : Migrated codes to the new package
98c9a39c14 : Hook DataSettingsManager to the new telephony data stack
ac639c33c4 : [DataStallRecovery] Fix the ArrayIndexOutOfBoundsException Problem
38b0ac9158 : Added IWLAN handover support
36e8cddf9a : Add ApnType.ENTERPRISE
f53750fc7c : Collect sim voltage class and pin1 metrics
3d94876cae : Telephony data refactoring API changes
94b20b73df : Add missing logs for new data stack
67a0201de8 : Fix conversion errors in RILUtils
e6db297087 : DataProfileManager check for MATCH_ALL_APN_SET_ID
59793813f9 : Update DataConfigManager methods
11e0b97c0b : Implement RCS Dedicated Bearer metrics - fix not reporting case
d30454c12b : Added IWLAN handover rules support
84a87bc6d2 : Default unit tests to use new data stack
028a11b180 : DeactivateDataCall remove network on all errors
6c21f8b5c3 : Create general toString method for AIDL-generated Java classes
9b254f26f5 : Add preferredDataProfile teardown check
b905211c22 : Implement DataSettingsManager
d32cd92076 : Moved AccessNetworksManager to the new package
22b59e24cd : Moved AccessNetworksManager to the new data package
8661e3bb3b : Renamed NetworkKeepalive back to its original name
3402871585 : Add Data Stall Recovery Mechanism
e114d1c8d1 : [MEP] switchToSubscription with portIndex is failed.
28abd30572 : Made some data components injectable
d7ca7931be : Migrated keepalive tracker to the new data stack
f164a0fd78 : Fixed a minor issue during airplane mode
837dc7a918 : Implement DataConfigManager methods
f97d85adad : Handle RADIO_NOT_AVAILABLE in deactivateDataCall
6b7c4941a9 : Migrated QosCallbackTracker to the new data stack.
eb9a45af22 : Move QosCallbackTracker to the new location
0e55df93e1 : Migrated QosCallbackTracker to the new data stack.
306972ced0 : Move QosCallbackTracker to the new location
6653cdb49e : Migrated QosCallbackTracker to the new data stack.
fce74ac93e : Move QosCallbackTracker to the new location
d046442fc2 : VoWifi notification for emergency calls
de9a03b4ac : DO NOT MERGE Collect metrics for WFC settings.
7c0f7358f6 : Set Opportunistic as data-centric
a3bd6f5716 : Migrated link bandwidth estimator to the new data stack
74d5711bdd : Unified the information passing mechenism between data modules
6d529d5fc6 : Added more conditions for setup and tear down.
6966e1f65c : Improved data network controller callback
fa1677a97f : Added IMS graceful tear down support
98f6753e03 : Added several changes in data stack
7533d4b0f2 : Fixed out of memory when running telephony unit tests
5b8e273444 : Fixed that admin and owner uids are not set
22603e8df6 : Added data retry support
932a4d8850 : Added setup/tear down data support
7e9c92ee64 : SEND_TO_INCALL null pointer exception fix
f772c2ec31 : Forward events to data stall recovery manager
15f8a16f48 : Fix TelephonyTest for IPackageManager isolation
85264cba14 : Added data retry support
ed0a2c0fa1 : Fixed WFC activation issue
1c4a71361b : Added setup/tear down data support
d377f98287 : move the responsibility of calling updateImsServiceConfig back to the ImsPhoneCallTracker
d7783c152e : Pii info logging cleanup in SubscriptionManager
2120357afb : Fix NITZ retention logic
3a6b4b7efd : Fixed no data issue
05bba19d95 : Add the DataStallRecoveryManager needed Functions
a88393db2e : Separate AccessNetworkManager from TransportManager
a68a491431 : Renamed DataStallMonitor to DataStallRecoveryManager
79e33a420f : Add New Event for Data Stall Recovery Action Reestablish
bd85512234 : update DSDS call preference logs (2/2)
148c105695 : Collect metrics for WFC settings.
d2bf4cc8f6 : Added prototype for internet validation registration
3418212e4d : Added network request evaluation result
ba0b463963 : Fixed crash in dump
eed03c14f1 : Migrate DataCallSessionStats from old data stack to new data stack
eb5db37382 : Fix requestIccSimAuthenticationResponse failure
94aae86433 : Remove CBS slice
33ef336053 : Clean up Telephony tests
0c8d1a23d4 : Fixed unmetered network request caused data leak
4e232b9913 : Fixed out of memory when running telephony unit tests
8c42903196 : [MEP] Handle downloadSubscription with switchAfterDownload is set to true
b8c2f98e76 : Added data retry manager and retry rules
4715671c5e : Added basic network request handling
ff2b241445 : Added a temp flag for feature canarying
6311e6ae81 : Let new data stack support updateNRFrequency
aa2edbe78a : Migrated DataServiceManager to the new package
c4f9004bd1 : Fixed NPE in handover retry
48df86e4c8 : Handle that an operator numeric can be null
380d227174 : Remove remaining messages after Telephony tests end
fc0df6ec1b : [DataStallRecoveryManager] Fix the doRecovery logic when dial call
4dd590c660 : Update Conditions for SignalStrength Unsols
41fbcd74fa : Add radio state condition for high power indications
cf43c5fa0f : Improve nullability of CarrierPrivilegesTracker
a6ae7e791a : Replacing the null check with TextUtils isEmpty function check. This will also take care of empty string.
d66637421f : Fix converting method for TrafficDescriptor
06617db09f : Update PhysicalChannelConfig tests
e4d6e7b703 : Added the skeleton of telephony data frameworks
8b6de4808a : Added the prototype of TelephonyNetworkRequest
deeff5effb : Added the prototype of DataConfigManager
5a7d9f7d29 : Dummy change for cherry pick
c18d384758 : fix ATR null pointer exception
6dbafc8f59 : Bugfix - getRadioServiceProxy cast exception
3fef20091c : Change RadioServiceProxy from null to empty when service not available
5e8a936c4d : [MEP] Update switchToSubscription API in KeyGuardEsimArea and MultiSimSettingController to switchToSubscription with port index API.
7c33d7f5d6 : [MEP] Resolve port index in case apps are calling switchToSubscription(without portIndex) API for disable operation.
02b3a8a6ea : Change RadioServiceProxy from null to empty when service not available
a6d3e89123 : Modifying existing checks in isSimPortAvailable method.
3f03039530 : Defend against invalid subId in setPhoneNumberForSourceIms
fa23280c38 : Fix NullPointerException in SignalStrengthController
5963f3750f : Fixed service state changed event
20de2aa3e4 : Switch "UTC time" to "Unix epoch time"
88ff233c68 : Supported network capability MMTEL
adb37f2284 : Fixed IMS network disconnected when data disabled
e2d7cb2649 : Bring back "Fix CtsSimPhonebookProviderTestCases"
ab818f9424 : Bring back "Fix loading SIM phonebook redundantly"
1275e23613 : Fixed java.lang.NoClassDefFoundError
8456377432 : A overloaded API for downloadSubscription with portIndex for LPA
d3714ffd84 : Revert "Fix loading SIM phonebook redundantly"
8890a5798b : Revert "Fix CtsSimPhonebookProviderTestCases"
99a7e4971b : Switch "UTC time" to "Unix epoch time"
0ae8187f5a : Add UT for ServiceState#createLocationInfoSanitizedCopy
22f7514b98 : Fix CtsSimPhonebookProviderTestCases
ccfb9b4330 : Fix loading SIM phonebook redundantly
eddc37220c : return null for requestEnabledProfileForPort if no profile enabled
703f963153 : Fixed incorrect data icon when call received on ESIM
eee90d6636 : Fixed that WiFi calling icon not shown
54a28ddc7e : Reintroduce CARRIER_CONFIG_CHANGED to handle config changes properly
4a4d1ff9ad : Do not push carrier configs when they are not for an identified carrier
e41bbb6993 : ImsService Subscription Notifications
6e45b62358 : Migrated unit tests and added debug messages
7146156ba3 : Release wakelock if setRadioCapability is not supported
eb887ef110 : Revert "Revert "Move carrier privilege intent resolution to Carr..."
8a2d9011ec : Rename CallQuality.Builder to call quality metrics in telephony .proto
18f49bcf18 : Revert "Revert "Move carrier privilege status checks to CarrierP..."
8eb57fc589 : Fix ICCID logging on user builds
a10063841f : Split addCall() in VoiceCallSessionStats into addCall() and acceptCall() for readability
c97257ec8f : Support data profile merging
b8d3c559d0 : Do not allow data setup while tearing down all
abed49c0e8 : log info to help tracing in notifyNewRingingConnectionP
c260996d59 : [MEP] Add support for port index validation and resolving port index
cd26539142 : Remove SipPhone.
45de570d7f : (IMS Threading refactoring) Telephony IMS classes to schedule IMS callback on the main thread
fa9b4bf977 : [MEP] Add subscriptionId as intent extra to a resolution intent.
6bd310f6da : Release wakelock if setRadioCapability is not supported
c97af0d6ba : DO NOT MERGE Pull metrics for phone number
a5131eaee1 : Fixed data disconnected during handover
f2dd7ecb13 : Supported URLLC, EMBB, and CBS slicing
f2488047a7 : Supported traffic descriptor based network capability
17af8ba03d : Modified ICCID strings in SQLite Query
5a4f25d19f : Fixed incorrect handling of re-creating network agent
3c5b36afe8 : Revert "Move carrier privilege status checks to CarrierPrivilege..."
1a525e1ae7 : Revert "Move carrier privilege intent resolution to CarrierPrivi..."
4c2ba07ae1 : Remove 5G only workaround for TNM
8ae340d178 : Added carrier_id support to the carrier_key table in CarrierInformation DB Also Updated the related test cases
f59447c7a9 : Reintroduce CARRIER_CONFIG_CHANGED to handle config changes properly
a99c48b0ae : Move carrier privilege intent resolution to CarrierPrivilegesTracker.
fc189fcc45 : (IMS Threading refactoring) Telephony IMS classes to schedule IMS callback on the main thread
269780fb42 : Add removeDataDisallowedReason
21cb198b08 : Add Access UIDs
f00ce1b184 : Avoid tear down when re-creating the network agent
db998a52cd : RIL changes for IRadio APIs
90380985c7 : Do not push carrier configs when they are not for an identified carrier
82cac45ca0 : SubscriptionPlans initialized only when config changes
722fa3260f : Supported the legacy allowed initial attach APN types config
0c3f318bc2 : RIL changes for IRadio APIs
45202e64b4 : Check for null when converting nullables
0d035dd85d : BugFix - IMS features registration state null check
9c6e2ac204 : Move carrier privilege status checks to CarrierPrivilegesTracker.
d2a7153251 : Encrypted sensitive information in CDMA logs
63648fd16e : [MEP] Issue with phoneId and portIndex mapping during pSim absent
65a6c8b226 : Added a new config to enable telephony new data
7f22a2f29e : Retain protected members in proguard rule.
7d3206bfdb : DataSettingsManager check also for IMS voice call changed
4c6d13efef : Add dumpsys command to save atoms to disks immediately
fcb7847b01 : BugFix - null check
06dbc43924 : SEND_TO_INCALL null pointer exception fix
d4f85b0e50 : BugFix - null check
6521495275 : [MS72] Remove NetworkStats hidden Api from ImsPhoneCallTracker
96932fec7e : DO NOT MERGE Provided temp solution for 5G+ icon not shown
633b4411e0 : Handle slice config change
1486908ccf : Telephony plumbing for SIM call manager voice status
beb98f409c : (ImsService API changes for Better IMS Threading) Fix Unit Test cases for opt/telephony
cb3cff31d9 : ModemActivityInfo with rat information
d94028b9da : Adding StrippingF check to compare IccId's
0c6f287d3e : Removed to avoid calling the updateImsServiceConfig twice
1e55b3b776 : Fixed several data issues
82b60d3519 : Support test override carrier privilege in CarrierPrivilegeTracker
020402e67d : Fixed IWLAN handover issue
dbb0b00a78 : Add required flag to registerReceiver call in GsmCdmaPhone
c227941047 : [MEP] eSim profile is not enabled
bdf6ea0290 : Fix license texts.
739f5f6307 : Moved 5G+ PCO related code to data modules
c2133e8db1 : Fixed IWLAN handover issues
3839ad66e7 : Rectifying comments in isSimPortAvailable
75f3dfa33a : Add ApnType.ENTERPRISE
121ea5fe3d : Add the recovered reason into metrics
7275d3ad77 : Modify the functions to meet the Android T new design
83aac2977c : Fixed IA APN was not set when SIM is re-inserted
99de82591d : Add required flag to registerReceiver calls
dc5184fdc9 : ImsService Subscription Notifications
19ef64e44f : [MEP] EuiccManager API modifications to support carrier apps
96c43397b1 : Allowing enabling new data by device config
4c8c13c2c5 : Manually call removeImsFeature in IMS compat fw
41acd71d5e : add slicing config changed indication
c65fe644ac : Manually call removeImsFeature in IMS compat fw
79486c77a8 : Fixed crash when retry data setup
f562f7701c : Add required flag to registerReceiver calls for test/debug receivers
5ce951b6d7 : Add support for message wildcard in KEY_IMS_REASONINFO_MAPPING_STRING_ARRAY
005acab428 : Removed to avoid calling the updateImsServiceConfig twice
46166bd59a : Fixed NPE when subscription plan is null
210ec3af47 : Fixed NPE when local or remote port range does not exist
d59ecda528 : Added a new network capability MMTEL
6b6189a981 : Use @SystemAPI version of BluetoothMapClient#sendMessage
ebdd05f205 : Used single TCP configuration for devices
014506e1c0 : Migrated unit test cases
ebe97bde74 : Added IWLAN handover policy support
390da89302 : Consider both ATR and num of ports reported to decide MEP support.
fee15e83fd : Correct conversion for TrafficDescriptor
7b51e7dcfa : Exposed link status for network type controller
1e0210e9aa : Make switchToSubscription use PendingIntent
e19cca2960 : Add TEMP_NOT_METERED and CONGESTED support
803ddefe31 : Don't try to use IRadio 1.x when 2.0 is available.
74261814a8 : Don't crash on tear down of incompletely set up test
553abb5411 : Fixed link bandwidth not updated
deeca16ab4 : Replaced link state with link status
5632c158a9 : Reverse the order of setting data profiles
f22b2f8620 : Support preferred data profile correctly
65debb9fef : When UUS info is null, set array size 0.
fbcb1a859e : SIM deprecated API Refactoring
8406ba203e : Synchronize Phone.metrics.containsCsCalls iteration
17e2fc16c7 : Added data setup/handover throttling support
b0e73da3c5 : Implement the Functions for DataConfigManager
42873e609e : SettingsObserver take in DataSettingsManager instead of Phone as handler
d49aca2db4 : Log cleanup and fix conversions for AIDL RIL
c51af7c9cf : Add RIL Interface for UsageSetting
42d62ba57f : [MEP] Add enabledOnEsimPort 9F20 tag only if the euicc supports Multiple Enabled Profiles
d79f19c507 : Check for null when converting nullables
c11c6a0243 : Correct conversion for TrafficDescriptor
daddf291d7 : [MEP] Integrate MEP CardStatus and SlotPortMapping AIDL changes
ceff5f5b23 : Add the Skip Recovery Action Mechanism
1aaed4538b : IRadio AIDL conversions don't allow null for arrays
97e07773f1 : Update DataProfileInfo references
60e50d050e : IRadio AIDL conversions don't allow null for arrays
a410b7d7d9 : [MEP] Do not pass portIndex to disableProfile, derive portIndex from the passing iccid. Partially revert T API change ag/15927388, disableProfile remains unchanged for Android T
f754edf2e7 : Replaced NetworkRequest with TelephonyNetworkRequest
7a6153927a : Replaced DcRequest with TelephonyNetworkRequest
a5fa7cfe3d : Reset radio hal version after mock modem disconnect
e64909cec7 : Moved modules into new data package
061ecf8b12 : Don't try to use IRadio 1.x when 2.0 is available.
1024f9c988 : Simplified data network controller callback
04b20de232 : Don't crash on tear down of incompletely set up test
b4bc03f962 : WFC SPN only when connected to WiFi
d2b53985dd : GetFullCapabilitySet use Radio HAL version instead of RadioConfig
a7941ec68d : Migrated codes to the new package
913313fd91 : Add 5 Jitter-related and 2 RTP-related parameters to call quality metrics in telephony .proto
0a2f7b2bb1 : RCS single registration metrics inconsistencies
45d5f58d94 : Hook DataSettingsManager to the new telephony data stack
09f02ba02a : Added IWLAN handover support
8d4570a58c : RCS single registration metrics inconsistencies
140cd42e0b : Inform TelephonyRegistry when carrier privileged apps change.
485fec00c1 : Telephony data refactoring API changes
10513cd347 : [DataStallRecoveryManagerTest] Fix the test fail
61952ab251 : Update DataConfigManager methods
37d26eb33c : TransportFeatureTagStats metrics inconsistencies
29e1839d06 : Implement RCS Dedicated Bearer metrics
c9c5df9d51 : TransportFeatureTagStats metrics inconsistencies
2602eaa28a : Update CarrierPrivilegesTracker to cache package names
458a1b297b : Update Usage Setting From SubInfo to Modem
5a2e8293e8 : Update the usage setting in SubInfoUpdater
3dc7d1084d : Resist SIM logical channel leaking when clients crash
4ff0aa6a85 : Add setter and getter for UsageSetting
6a69476282 : Add Usage Setting to SIMINFO
ddf5d00e1b : Log cleanup and fix conversions for AIDL RIL
740c7679d3 : Fix phone crash for AIDL service die cases
2b82c30481 : Fix phone crash by NullPointerException
237e9e966e : Fix phone crash by multiple result messages
b0ae94342d : Add MockModem to bind/unbind the mock service with different interfaces
3b1b77ecb8 : Add API for MockModemService overriding mechanism
9e3245011e : Add UT case for CellSignalStrengthLte#convertRssnrUnitFromTenDbToDB
667c787854 : Add Carrier Config Package as OwnerUid
319890b0be : Implement RCS Dedicated Bearer metrics - fix not reporting case
a21198124f : Add EuiccCardManager requestEnabledProfileForPort
031878a75b : [MEP] Add port index in SubscriptionInfo database
930ed9afec : (ImsService API changes for Better IMS Threading) Fix Unit Test cases for opt/telephony
6d42fa3a45 : allow renounce location permission
75d181e231 : Remove Unused Uicc Imports
abf87d334a : Added IWLAN handover rules support
4fc6031355 : Populate IMS phone number
1d5e967e90 : Add getPhoneNumber/setPhoneNumber API
7fc4d11ea4 : Fix phone crash for AIDL service die cases
85814e667a : Fix phone crash by NullPointerException
4f1bce5ad5 : Fix phone crash by multiple result messages
1eaf94d980 : Add MockModem to bind/unbind the mock service with different interfaces
73b7b287df : Add API for MockModemService overriding mechanism
4dff78da66 : GetFullCapabilitySet use Radio HAL version instead of RadioConfig
a74e9a42a5 : Implement DataSettingsManager
4c4c89c1b2 : Moved AccessNetworksManager to the new package
6d62af38bc : Update DataProfileInfo references
84bac822af : Add RIL Interface for UsageSetting
ad92545568 : Moved AccessNetworksManager to the new data package
8ca4ca9637 : Renamed NetworkKeepalive back to its original name
8028681faa : Add new fields to ApnSetting/DataProfileInfo
02488eb0d3 : Fix inconsistencies in setPreferred/AllowedNetworkTypes
3bad1fd21a : Add Data Stall Recovery Mechanism
cced483f39 : Migrated keepalive tracker to the new data stack
5e69fb10d6 : Fixed a minor issue during airplane mode
5a0d4c289c : Update and retry ENTERPRISE if TDs changed
0c12dfd506 : [MEP] Logical slot index value is not proper when slot/port is inactive
f3e46591c8 : [MEP] Parse APDU response to handle enabledOnEsimPort value
cd928cf9d9 : Implement DataConfigManager methods
4c1fd2c150 : Migrated QosCallbackTracker to the new data stack.
0ce9c72945 : Move QosCallbackTracker to the new location
a338a1a58a : allow renounce location permission
1c4ddf5f3c : Add unit test for IccLogicalChannelRequest
449238e212 : Pull metrics for phone number
d91c9df9a0 : Migrated link bandwidth estimator to the new data stack
7de1eecc40 : [MEP] Refactor port index related changes in SubscriptionInfoUpdater and UiccController
5ba020cec8 : [MEP] Add port index to icc logical channel open, close and trasmit APIs.
dea3ef80c8 : Unified the information passing mechenism between data modules
c1c14bb1cb : Added command line tool to enable/disable new data stack
402c0d49bc : isSimPortAvailable should clear calling identity before call TM APIs
e75f690d3e : Added more conditions for setup and tear down.
aa5839da20 : [MEP] Integrate IccSlotStatus and SimSlotMapping AIDL changes.
d202e5b7da : Support to update operator numeric through the test intent
ad0b9f68db : Add dump reset for rcs metrics
378d63b785 : Add dump of Rcs single registration Metrics
2fdc0bbe46 : Add new fields to ApnSetting/DataProfileInfo
ceac468ce6 : Improved data network controller callback
f11a8a2fb5 : Avoid build break while handling getModemActivityInfoResponse
43ee7a975e : Fixed incorrect count logic
c70d87eaeb : Implement RCS single registration metrics
3d5db252f0 : Implement RCS Dedicated Bearer metrics
158bd39b2d : Added IMS graceful tear down support
ccf1464339 : Add RCS metrics for GBA event
e8b19f8b42 : Revert "Fxi phone crash by ClassCastException"
74f24c17d8 : Change to use supplyNetworkDepersonalization to unlock network in lower RIL versions
38c6e2006c : Fxi phone crash by ClassCastException
86a11faca4 : Fixed incorrect count logic
1ca50849cb : Add dump reset for rcs metrics
335de639be : Added several changes in data stack
657fecc123 : Revert "Implement RCS Dedicated Bearer metrics"
0842351885 : filter deviceIdentifiers for subscriptionInfo if callers without perm
f4f5cdeca9 : Fix inconsistencies in setPreferred/AllowedNetworkTypes
bc3f4b0c62 : Forward events to data stall recovery manager
8b4787a8eb : Added data retry support
00e2a5cf04 : Added setup/tear down data support
2959df7b9d : Implement RCS Dedicated Bearer metrics
dfcd32f1ec : [IRadioConfig] ClassCastException fix
71b41aa7c7 : Populate IMS phone number
31c241d54e : [IRadioConfig] ClassCastException fix
f3285525e7 : [IRadioConfig] Fix memory linkToDeath memory leak
887bc9a6af : Set RAN info in RILUtil#convertToHalSignalThresholdInfoAidl
255344eb59 : [IRadioConfig] Fix memory linkToDeath memory leak
f2ed1c6b01 : Add support for retaining / restoring NITZ signals
34335890da : Carrier Test Override Multisim Support
4317d8a72f : Add UT cases to disallow null thresholds even for privileged apps
397a041655 : Provide last known cell id for emergency call
7fb3091c1a : [MEP] Framework initial support for eSim Multiple Enabled Profiles.
5e98170b8b : Add VoNR api into IRadioVoice module
47ce2802e0 : Add ImsStateCallbackTest
086197e69b : Use portIndex when switching subscription
ca9ce2b0e5 : Simplified dump of ArrayList<Pair<Integer, Integer>> in SSC
cd7a578f23 : Add getPhoneNumber/setPhoneNumber API
f7fe423e5f : Revert "Use lower of IPv4/IPv6 MTU values based on config"
b4b09a67b3 : Implement RCS Dedicated Bearer metrics
b4b0e40a61 : (IMS Threading refactoring) Telephony IMS classes to schedule IMS callback on the main thread
9beac3c0ec : WFC SPN only when connected to WiFi
da3bbae839 : Dependency update for StateMachine
7e4fdf22cd : Listen to carrier config change in SignalStrengthController
41d3078ebe : Add dump of Rcs single registration Metrics
4fc1d4f328 : Final integration work for IRadio AIDL
a8bb8e9304 : Add RCS metrics for GBA event
cb7dc853a7 : Integrate IRadioVoice into telephony
e21c4c37c5 : Integrate IRadioSim into telephony
17e6624c40 : Integrate IRadioNetwork into telephony
df9ba40bf2 : Integrate IRadioModem into telephony
8c84585a10 : Integrate IRadioMessaging into telephony
638c0d28c0 : Integrate IRadioData into telephony
4316731e58 : Final integration work for IRadio AIDL
ab719d8ae4 : Integrate IRadioVoice into telephony
c84d533a8c : Replacing SimPortInfo.portState enum with portActive flag
fa4a26d871 : Integrate IRadioSim into telephony
4a813c59f5 : Integrate IRadioNetwork into telephony
9a34236bfe : Added nr advanced calling settings support
66bbb26121 : Implement RCS single registration metrics
bc1818a363 : VoNR toggle
b0e284b31f : Fixed data icon disappeared issue
9b09440be2 : Integrate IRadioModem into telephony
2905039d7d : Integrate IRadioMessaging into telephony
69626dc95e : Return RIL generic error rather than sms generic error result
d1c59e82af : Integrate IRadioData into telephony
19e2998a7e : Refactored DataProfile and ApnSetting
34e63d374b : Update tests for ImsStateCallback
086b39e362 : Fix proguard rule for CtsCurrentApiSignatureTestCases
2c06fad5f9 : Introduce EVENT_POLL_SIGNAL_STRENGTH_DONE in SignalStrengthController
e117c08036 : SIM deprecated API Refactoring
84ed56fc1f : Add ImsStateCallbackTest
682dd4df95 : Clear up the obsoleted cascading signal strength polling logic
1b13fa38b6 : [IRadioConfig] Applying new IRadioConfig AIDL
41bced03f2 : Support dialing e-call based on dialing sim's emergency number list.
196c498aa2 : (IMS Threading refactoring) Telephony IMS classes to schedule IMS callback on the main thread
d92ef32903 : Supported minimum aggregated bandwidth and roaming for 5G+
b648473b6f : Start using NitzSignal.ageMillis
f1ca4729fc : Report the bandwidth from adjacent signal level
5853e074f7 : Move SignalStrength related UT cases from SST to SSC
7deacc783a : Move signal strength logic from ServiceStateTracker to SignalStrengthController
e4f090f251 : support new NITZ HAL API
890f54ae76 : Separate AccessNetworkManager from TransportManager
21ecc36ebf : Match phoneId in the record if the subId is invalid
f02c2dc59e : enforce permission check for getActiveSubIdList
c4f88e3f4e : Add the DataStallRecoveryManager needed Functions
70a3726d02 : [IRadioConfig] Applying new IRadioConfig AIDL
7836df0299 : Fix the forwarded number can't be displayed on in-call UI
22135e978c : Fixed no data issue
ea06f5ea72 : Added nr advanced calling settings support
7c9ef8d02c : [MEP] Integrate MEP CardStatus and SlotPortMapping AIDL changes
950281a63b : Fixed no data issue
f7144b72e5 : Add age to the NITZ info sent to NitzStateMachine
a2adc346b8 : Always call unbindService no matter what bindService returns
f2f6819c3e : Renamed DataStallMonitor to DataStallRecoveryManager
67608ef900 : Move signal strength logic from DeviceStateMonitor to SignalStrengthController
3d4bbb66a9 : Bug fix of UL bandwidth
4a5f17b24e : Cap BW estimation sample by per-RAT static BW
83cdcb47f7 : add sasindran to owners
053ae5d5f0 : Add New Event for Data Stall Recovery Action Reestablish
bcfb706820 : Implement IRadio modules
797df63f7b : Added prototype for internet validation registration
bc0e2a5968 : Implement IRadio modules
bb7036c279 : Added network request evaluation result
9818aeb63e : Fixed crash in dump
6744a52e07 : Skip setters operation if SIMRecords is disposed.
6d61157c0b : Add phone type to the sms send result intent
54175c5314 : Detect sim absent in EmergencyNumberTracker in multi-sim case
43831f3446 : Implement IRadio modules
86017b9c3b : Introduces class SignalStrengthController
2339f7795f : Added data retry manager and retry rules
d9e9f675e1 : Revert "Refactor PinStorage#storePin to avoid dead lock when unl..."
02ab141906 : Revert "Refactor PinStorage#storePin to avoid dead lock when unl..."
c8d8225451 : Create IRadioDataResponse and IRadioDataIndication
9018dae9b3 : Create IRadioDataResponse and IRadioDataIndication
4d7e49b5bb : Create IRadioDataResponse and IRadioDataIndication
cf5979223d : Suspended checks mDataRegState instead of getCurrentDataConnectionState
7981aea7b2 : Do not suspend emergency pdn
dff32d0c7e : Added basic network request handling
c29cd630e9 : Fixing failures in CtsSimPhonebookProviderTestCases
a9a7b264ad : [MEP] Framework initial support for eSim Multiple Enabled Profiles.
24222f9558 : Stop duplicate RADIO_POWER indcation when power off delay disabled
24fbd19683 : Remove sdk28 tests from presubmit
1d177d717b : Enable proguard for telephony library.
da73d3f1db : Snapshot data call metrics on every pull.
76ca7390ab : DO NOT MERGE: Add radio state condition for high power indications
69e548b0a2 : Use IMS registration for voice RAT stats.
060dfa5370 : Updating telephony to use flags to mark dynamically registered receivers as exported or not exported to comply with ag/15099757. All flags are hidden behind testing/debug flags, so marking as exported. Effectively a no-op.
3701cae0af : CarrierServiceBindHelper: context mismatch in bindService vs unbindservice
dd0f6ad7ec : Added a temp flag for feature canarying
2e940097fc : Configure the radio power off delay timer using a device config
b04385df38 : Add radio state condition for high power indications
928142437f : DO NOT MERGE Adding package name to PinStorageEvent client log.
51e49b83f0 : Migrated DataServiceManager to the new package
a28c8e0839 : Added the skeleton of telephony data frameworks
153d8da2cf : Fix ordering of calls when initiating ECT from MMI code '4'.
9331c4ea1b : Adding package name to PinStorageEvent client log.
ecc64af2c6 : Add locallog to reveal the binding flakiness in CarrierServiceBindHelper
c41b5726e6 : Refactor PinStorage#storePin to avoid dead lock when unlock PIN.
dd13be33c7 : Added the prototype of TelephonyNetworkRequest
e7c764a20c : Refactored DataProfile and ApnSetting
1c6e353e44 : Update the UT for SignalStrengthUpdateRequest
f325d7d544 : Fixed the race condition for data unthrottling
6b313083b5 : Fixed the concurrent modified exception
2ea311d0be : Get configs for a particular subscription
888e68f0cf : Fix IllegalStateException
2421f9dd52 : Added the prototype of DataConfigManager
d2af8841c1 : Bug fix of UL bandwidth
dfc3d4f4ea : Fixed internal service state exposed to clients
9cf555ad2b : Support getSlicingConfig() API for 5G Slicing Configuration
91af5cac8f : Fixed internal service state exposed to clients
fb3919b00b : Use getter method for number of TX power levels
ffb51edaca : Rename SliceInfo to NetworkSliceInfo.
7722de63f2 : Update comparison of new slot status with last status.
30230f3ff0 : Remove the "set network type" when radio on
7f96ea267e : Report the bandwidth from adjacent signal level
5298c1295d : Fix codec metrics for CS MT calls
90e4dfd0df : Fixed that out of service in latest service state
0b19982582 : Cap BW estimation sample by per-RAT static BW
86644f1edc : Fixed that out of service in latest service state
e47089fe23 : [PhysicalChannelConfig] Test frequency of UL in NR network
35981cba97 : Fix band and RAT handling in various atoms.
e54214d098 : Reduce number of cached atoms on low RAM devices.
f1e55d92dd : Update comparison of new slot status with last status.
6c1386c449 : Fix potential deadlock accessing the value of ICCID
5a1efffdea : Add null check for received intent.
0c1f54b7bd : Update telephony OWNERS file
8d18ea5557 : Lazily load icon bitmap of SubscriptionInfo
8ff4826dd4 : Lazily load icon bitmap of SubscriptionInfo
295979c696 : [PhysicalChannelConfig] Test frequency of UL in NR network
fb21e6b23f : Fix regression in UiccPkcs15#readBinary.
4f49d5974c : Notify subscriptions loaded after radio unavailable
3264ca9081 : Add simple comment for maintenance
0580cd27bb : Removed network requests from all transports
02612c8ff0 : Use EVENT_NEW_SMS_STATUS_REPORT in common
8e6972d897 : Changing DEVICE_NR_CAPABILITY type and renaming getMaxActiveInternetData
00dd7d2da4 : Add device's NR information into PhoneCapability
e9a99029b6 : Delete some unused code.
67684a0bfc : Handle setup data result of RESULT_ERROR_INVALID_ARG
3cb2f68b42 : Transit to inactive state when starting handover failed
25935f2de5 : Clean up outstanding handover request when tearing down
2a24c2cf67 : Retry SMS over IMS up to MAX_SEND_RETRIES
46cff6bb49 : Fixed that data throttling was not properly enforced
79d67fe76c : Fixed IWLAN handover issues
e607c72f9b : [Telephony] Clean up: use getApnTypeString instead of getApnTypeStringInternal
dbeef14164 : Disallow data when QNS switched the preference
5d652d22a6 : Ignore updateCarrierService request with invalid phoneId
8b844842b2 : Decrease memory usage of ApnContext
d399796d7c : Check if cell identity type is valid
4d04ca88b7 : Allow usage of SdkLevel in telephony
54c558c7db : Ensure radio off reasons are not shared amongst phones.
3a26cef1de : Reduce the set_allowed_network_type to one time
3601a51657 : Add the subId chceking before the DB write allowed network type
faf59425b9 : Fixed that only one operator shown after switching from single SIM to dual SIM
7d66a0a426 : Fix deadlock between UiccController and UiccProfile
101fc75b72 : Avoid creating EriManager if CDMA is unsupported.
42c8dceb03 : Add configurable RSRP boost for 5G NR SA.
ebc15155f6 : Add non-flaky telephony cts as presubmit using test mapping
69c60c058c : Fix name in string constants
dbb2dd96ea : Change size of LocalLog to powers of 2.
b32d2afca5 : Allow test emergency call to remove all radio off reasons.
c1b4a1ec84 : Move bootclasspath dependency out of static_libs.
18e7897cb9 : Add more data stall recovery info
18d9c18b89 : Create a single instance of CarrierPrivilegesTracker
f93e7ad5fe : Change logic of Data Call atoms to align with one datacall per DataConnection instance
935082a561 : Cleanup the IF statement in onReceive()
65eff7d945 : Move onDataCallDisconnected to DcInactiveState so we can indicate failureCause
3137944673 : Add null check to RadioInterfaceCapabilityController
3ec6304e64 : Optimize usage of CarrierConfigEfData
2f7f416a98 : Check for specific radio off reason for phone.
75e9d970cc : Process rcsVolteSingleRegistration if it is not provided or roaming
008d069f93 : Enable SignalThreshold with consideration of both system and apps
3987dc05c4 : Check READ_PRIVILEGED_PHONE_STATE instead of READ_PHONE_STATE for getAvailableSubscriptionInfoList
fa24917525 : [security] SubscriptionGroup is exposed to unprivileged callers
ac114bf880 : filter deviceIdentifiers for subscriptionInfo if callers without perm
fe01b710a7 : Use 3GPP2 as app type if 3GPP is not available.
6b6deff67e : Reset SIM loaded flag on radio unavailable
ce3926ec22 : Handover retry checks for DATA_IS_DISCONNECTING
2015c09f44 : Add additional metrics for PIN verification failures
9624c34468 : Use registerIgnoringScore
4bc7aca76a : Fix TelephonyNetworkFactoryTest#testRequests
3871bc78db : Update override network type on PCC changed event
b06cb6ab34 : NetworkTypeController update on PCC changed for LTE/LTE+ switch
335d65cf6c : Add NR advanced capable by PCO
31a8a19036 : Using PHYSICAL_CHANNEL_CONFIG to detect RRC state
d0141ba25d : Integrate MARINE_GUARD service in EmergencyNumberTracker from the database
42f3b0451f : Don't remove messages in NetworkTypeController
6132531bf0 : Add new rule to display 5G+ icon.
b29d4e24fa : Add NR SA OVERRIDE_NETWORK_TYPE_NR_ADVANCED for TelephonyDisplayInfo
60cc084d6b : Fix ENTERPRISE failures for duplicate CID and no default data
a6af0ea362 : Update call sites for getCombinedRegState
c23ac158a4 : Ensure only MMS is allowed when data disabled but MMS allowed
f45039974e : Transition to current state on preferred network type changed
60304abc20 : Bypass WiFi Only WFC check if this is an emergency call
c56f6800ec : Catch IAE from Invalid PCC Report by Modem
3c8f0a45ee : Update data disconnected notification logic
60345fc331 : Add missing RIL request/responses
df96c88f2d : Notify all data disconnected on DCT initialized
b48034b6f3 : Fix NPE in DCT when ApnSetting is null
7bccd508a4 : Add additional logging for data disconnected
2d06aed44a : Update PhyChanConfig bandwidth update logic for LTE and NR
6ec9acac93 : Add prefix to create correct enterprise OsAppId
1aa1e65040 : Update responses for some IRadio 1.6 APIs
16671e7f00 : Update ApnConfigTypeRepositoryTest with new priorities
6c97c0f3e5 : Fix flaky override unmetered/congested test
c834eb0217 : Apply *67 and *82 for carriers in Ims/GsmMmiCode as temporary CLIR codes Supress CLIR for emergency call in GsmCdmaCallTracker
1092c70eca : Add metrics for 5G enterprise slicing.
e28eeb958e : Remove onCallInitiating/Progressing order exceptions.
68d06f0435 : Cleanup vendor class files
5b7e8abec6 : DcController: Compare LinkAddress Subset
173d6afa69 : Fixed that data unthrottling not working
332883c13a : After data unthrottled try to setup data again
c10519bf59 : Register for unthrottle changes
1f496e78f9 : Apply *67 and *82 for carriers in Ims/GsmMmiCode as temporary CLIR codes Supress CLIR for emergency call in GsmCdmaCallTracker
cbbb4baebc : Add radio_state to telephony.proto
ec8d42c93a : [ALPS04424802] Fix isEmergencyNumber issue
136bcf308f : SharedPreferences may not be committed.
78d11cda7b : Add ability to force-enable D2D communications.
57501f632f : Optimize SIM phonebook feature with new batch APIs
46f6be2d19 : Allow device ImsService implementing RCS to use CarrierMessagingService
ba92f4049e : SimPhoneBook: Add ANR/EMAIL support for USIM phonebook
b711a4d769 : Add SIM PIN caching availability in dump
1dad5967fd : Change size of LocalLog to powers of 2.
e8a45a84f3 : Fixed phone switcher crash
b59cda42df : Remove dependency on Intent for IMS deregistration timeout event
e3f34dbed9 : Fix enforce calling package behavior when called by GmsCore.
5e2e16f9dd : Add non-flaky telephony cts as presubmit using test mapping
c9b6fd9f29 : Refresh embedded subscriptions on user unlock.
03bce2d5c6 : Revert "Mark TelephonyNetworkFactoryTest flaky"
7e4b24c6cb : Mark TelephonyNetworkFactoryTest flaky
e9e650ef6a : Add support for selected contacts device to device sharing.
69610ab469 : Use subid in deleteCarrierInfoForImsiEncryption
f19001fb04 : Add @FlakyTest to GsmInboundSmsHandlerTest temporarily
c48d259628 : Fix SubscriptionControllerTest
29cc302ca7 : Disable cb if configured by OEM
e3d3e76cf8 : Add voims_opt_in_status column in sim info table
f1eab0b44e : Prevent GsmCdmaPhoneTest breaking by permission issue
e264d05c65 : Implement set D2D sharing status API in SubscriptionController.
f875625e7b : Support protocol override.
c55f88dc38 : Add PendingIntent.FLAG_IMMUTABLE into InstallCarrierAppUtil
bb4cd88796 : If signal is lost, do not update the empty country iso for other slots
558a738bf8 : getNetworkCountryIso API should return empty when signal is lost.
55cfcae652 : Add NR SA OVERRIDE_NETWORK_TYPE_NR_ADVANCED for TelephonyDisplayInfo
5e0b535964 : Integrate emergencyDial 1.6 in telephony
3a48807368 : IMS: Propagate RTT capability of the called party to UI
9decfe2aee : Check for timers when checking isCampedOn5G
af0e07f72c : Explicitly define PendingIntent as FLAG_MUTABLE
52fa4629d8 : Revert "Update framework for 5G Slicing"
d030f7cbb5 : Update framework for 5G Slicing
4d3e3407a9 : Filter IMS extra message to remove IDs.
f6488ebc2c : Convert MEID 0's into null
299d90d400 : Revert "Exclude IWLAN from the checks"
99c7aa3869 : Exclude IWLAN from the checks
6cf35464ae : Integrate call composer into the call flow

+- Project: platform/frameworks/opt/timezonepicker

831fcb1 : Import translations. DO NOT MERGE ANYWHERE
296474c : Import translations. DO NOT MERGE ANYWHERE
66ea508 : Import translations. DO NOT MERGE ANYWHERE
f035785 : Import translations. DO NOT MERGE ANYWHERE
b1287c0 : Import translations. DO NOT MERGE ANYWHERE
baacfba : Import translations. DO NOT MERGE ANYWHERE
b992633 : Import translations. DO NOT MERGE ANYWHERE
e28dbf1 : Import translations. DO NOT MERGE ANYWHERE
9772381 : Import translations. DO NOT MERGE ANYWHERE
f2f1cfb : Import translations. DO NOT MERGE ANYWHERE
d19da47 : Import translations. DO NOT MERGE ANYWHERE
235681f : Import translations. DO NOT MERGE ANYWHERE
99225b5 : Import translations. DO NOT MERGE ANYWHERE
5787981 : Import translations. DO NOT MERGE ANYWHERE
c3a5df7 : Import translations. DO NOT MERGE ANYWHERE
768f7df : Import translations. DO NOT MERGE ANYWHERE
6c37261 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/frameworks/opt/tv/tvsystem

95b8c7c : wifi: Set MAC randomization Setting to NONE when configuring BSSID

+- Project: platform/frameworks/opt/vcard

c9ca9d6 : Clear apex.go entries for bluetooth libs
b20bb3b : Bluetooth sync adr-type "other" between two devices
121d336 : Adding refrain flags for VCard properties.

+- Project: platform/frameworks/proto_logging

3b3844a3 : BluetoothMetrics: Add BluetoothDeviceNameReported for extract manufacturer and model info from dogfooders.
b662313d : [Toast] Add query length for latency logging.
b81d206a : BluetoothMetrics: Add the first 3 byte of MAC address to device information.
a17a19f0 : Add field to note if a process has a foreground service
9338ee4b : Add atoms to track cold/warm process start per action type
1e4b1beb : Revert^2: Add field broadcast_action_name to ProcessStartTime.
12c3dcdb : Add component types which a process is hosting into the proc memstats
815cc2ab : Revert "Add field broadcast_action_name to ProcessStartTime."
bd9fa3e2 : Add field broadcast_action_name to ProcessStartTime.
06154cba : BluetoothMetrics: Add remote_if for GATT connection state change events
665059c9 : Add the bg restriction exemption type REASON_ACTIVE_DEVICE_ADMIN
b772be52 : MediaCodec: Add HDR metrics.Add HDR format metric.
bda39a5e : Adding an enum for the new alarm permission
a9025dfc : Add new jank CUJ enum for Settings Toggle
76a52afb : Camera: Add stabilization mode in CameraActionEvent
21e43346 : Update sync exemptions atom to include restriction level.
7849396b : Add an atom to log info when sync exemptions occur.
26b3b5b5 : Add CUJs for BioMetrics prompt transition
705f62ad : [Autofill metrics]: Define atoms for reporting autofill events
681d0d7f : Add remote key provisioning atoms
92411915 : Add an atom for background dexopt job.
f50df417 : Add constants for Dynamo metrics
8b4f7fb4 : Add Security Level to RkpErrorStats atom.
cc811806 : [Settings] Add the new enum for the le audio bt qrcode scanner
f9e3fe34 : Add two fields in ContentCaptureServiceEvents
d86349ca : [Output Switcher] Add new message for metrics logging
1a80df5f : Add model_arch_hash_64 to NeuralNetworks* atoms
c4b5f930 : Update atoms.proto comments with new NNAPI telemetry filepath
6540be9d : Create atom CUJ_VOLUME_CONTROL for Volume control behavior
c8b66b15 : Revert "Revert "Add SoundTrigger app op""
8c3b273f : Update number of tracked atoms
9df68183 : Add SMS latency field to atoms.
44fb9898 : Revert "Add SoundTrigger app op"
8a99ffa2 : Add SoundTrigger app op
2cb665b5 : Add limited service to CellularServiceState.
692a253f : Update comments for CellularServiceState.
9e8589ef : Add share sheet atoms to UIActionLatencyReported
8b703900 : [DO NOT MERGE] T Subcards logging - proto change Test: See T matrix https://docs.google.com/spreadsheets/d/1K-ADyaGJaGQBon-S5hvt2P-3E9IA05q0ZPIO9m74zv4/edit#gid=1622688057 Bug: 226974246
779a39c8 : Add take screenshot atoms to UIInteractionFrameInfoReported
8ee90281 : Add field in logging for whether the selected target is pinned.
13dc3a1e : Update description of SimSlotState to handle multiple profiles in the same eUICC
dc320ddb : Add developer option for back animation DO NOT MERGE
2a1dc77d : ONS metrics for collecting opportunistic profile download and activation debug information.
9b86002a : Add new jank CUJ enum for Settings Slider
cc95f720 : Update ExclusionRectStateChanged
5dd70fb6 : Add atom definition for TelephonyAnomalyDetected
fc7945f5 : Clarify in field name that compilation_time is in millis
230f248c : Log previous restriction level.
cbde9491 : [Compos Telemetry] Add relevant atom definitions
ebd44c68 : Add atoms for successive_missed_frames metric.
a7e578b9 : Add atoms for split screen resize CUJ.
fec63459 : Rename atom field to isUsingTDataStack
2514abca : Add new DeviceTelephonyProperties atom for isUsingNewDataStack
f5b512b4 : Add wifi crash and setup failure events
52553749 : Create NetworkRequestV2 atom with more capabilities
96ddb603 : Add UWB device error event
d876c399 : BluetoothMetrics: Add transport to BluetoothAcl
cd6e1cfa : Add user modified apn type bitmask field to PerSimStatus atom.
afbfa0d7 : Add metrics for color variants
c8ae250a : Add exception_code to logged atoms
5f527f38 : Add some failure cases at HotwordDetectorKeyphraseTriggered atom
d8eec5df : BluetoothMetrics: Add transport to BluetoothAcl
192c0685 : Add cdm atom
704fbef9 : BluetoothMetrics: Add LeAudio metrics
2bacb67c : Add TvSettings enum for Eco settings
a9ca769c : Add Interaction instrumentation for launching camera from lockscreen
eea39ca6 : Add a atom for "Accessibility Text and Reading Options".
53415c4c : Add handover failure cause to data call session
74746bc9 : Adds atoms for magnification features
262aa2d4 : Add metrics for wallpaper snapshot
f9b4a531 : Adding atom definition for compOS telemetry.
db6cc8c6 : Update CONTACTS_INDEXER_UPDATE_STATS_REPORTED atom
6c58d32b : Add missing module
ef80ca80 : Add DREAM_OVERLAY to DisplaySurface enum for SmartSpaceCardReported proto.
6a3d6603 : Add device/profile owner protected packages as an exemption reason
5c7f923f : Update user lifecycle atoms to include stop and remove events.
2afdf902 : Improve the documentation of NeuralNetworks device_id fields
505f9368 : Improve the documentation of NeuralNetworks device_id fields
051e2810 : Improve the documentation of NeuralNetworks device_id fields
778c2780 : Add atoms for split screen CUJs.
9634957a : Add task manager stopped event atom
0592b8b5 : Fix documentation comment for the DreamUiEventReported message.
1ad91c01 : BluetoothMetrics: Upload A2DP connection failures using counter metrics
2daafd7b : Add new DreamUiEventReported message and pushed atom for dream logging.
bad35aff : Add the new enum for the reset settings dialog.
e3af0cb2 : Allow is_uid annotation for repeated int32 fields
ad329dbb : [DO NOT MERGE] Subcards logging - proto change Test: See bug for manual testing matrix Bug: 205864845
5777afaf : Revert "Temporarily restrict owners on atoms.proto"
6e764164 : Add atoms for recent permission decisions metrics
77d59b00 : Add duration field to VoiceCallSession
75617b0c : Add GnssPsdsDownloadReported atom
ecfc8a89 : Revert "Add GnssPsdsDownloadReported atom"
fa6ca0ec : Temporarily restrict owners on atoms.proto
c1030a38 : Update CONTACTS_INDEXER_UPDATE_STATS_REPORTED atom
db33eb37 : Add two enum fields to DropboxDropped reason and add the age of the dropped entry.
940f601f : BluetoothMetrics: Log rfcomm failure using counter metrics
e3efb082 : Fixed the atom id for AppBackgroundRestrictionsInfo
c9dbeba4 : Revert "Fixed the atom id for AppBackgroundRestrictionsInfo"
8c32824c : Revert "Add atoms for recent permission decisions metrics"
58360e21 : Add GnssPsdsDownloadReported atom
f00f1343 : GpuWorkPerUid: Format and comment fix
9ab4baf6 : DO NOT MERGE Add new enums for Spatial audio settings
3f961127 : Add new PageId for triple-tap warning dialog
a3fda3e4 : Add data stall recovered reason into DataStallRecoveryReported
94cd646e : Add atoms for recent permission decisions metrics
d14cdf91 : Mark uid as primary state field in AppCompatStateChanged.
b4f12a48 : Fixed the atom id for AppBackgroundRestrictionsInfo
d8d8090c : Add new fields to ProcessDmabufMemory
853d05ff : Add a new atom to track app background restriction metrics.
08dccf89 : Add duration field to VoiceCallSession
91b557db : Add SETTINGS_MANAGE_TURN_SCREEN_ON.
c51962e8 : Add new atoms for trusted hotword
75d07cff : Add an pushed atom for delta/full update for Contacts Indexer
5f7c6988 : Update the AppSearchCallStatsReported atom
10154c1f : Make BootCompletedBroadcastCompletionLatencyReported have the same index with master branch.
1b4dcf9f : Update the value of HotwordDetectorEvents atom
df771661 : Camera: Add user tag in camera action event
661fbf8c : Add westworld atom BootCompletedBroadcastCompletionLatencyReported.
a44a3004 : Camera: Convert dynamic_range_profile and stream_use_case to 64 bit
79aaac2a : Add metrics for cinematic effect
2d6eb352 : Sync enum values for PlaybackStateEvent
c74a6dd6 : Add sub-reasons for the killings from task manager and force-stop
e6918cb8 : Add group_role in wifi p2p connection event
bb54adf7 : DO NOT MERGE Revise PerSimStatus proto definition to include WFC settings.
117b7f83 : Add new atoms for trusted hotword
29ccf7a5 : Add 'item_attributes' to LauncherUiChanged push atom.
0bfb5450 : Add APPS_SPECIAL_APP_ACCESS_TURN_SCREEN_ON.
82a1d3e6 : Add CUJ atoms for SUW jank instrumentation
0874e24c : New feature “Screen resolution options” for Settings.
b506aa29 : Add ACTION_SHOW_BACK_ARROW to UIActionLatencyReported atom.
162b8ead : Device state auto-rotation settings: log device state specific state changes
b646ce2a : GpuFreqTimeInStatePerUid -> GpuWorkPerUid
51f75fa5 : Add new docked timeout enums
804cf591 : Add metadata partition information to DirectoryUsage
a8bdbb1b : statsd logging for GameManager.setGameState
fa1a61c6 : Revise PerSimStatus proto definition to include WFC settings.
6d35c0c4 : Update UWB atoms
72600cd0 : UserInfo atom (definition)
7f64d6ee : Add P2P connection metric
3310e998 : Make UiEvent and RankingSelected available to MediaProvider
4ab7a3f1 : Add the atom for counting dropbox dropped entries.
8f9abbc3 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (19/n).
5181c394 : Add statsd_test module to TestAtomReported
054ef17e : Deprecate KeyValuePairsAtom
418121e2 : Add search_attributes field to LauncherUiChanged atom.
506bfad6 : [OneSearch] Add LauncherLatency atom.
7ad5139f : tracing: add atom for logging trace reports
29652317 : Add new atoms for PinnerService and PendingIntent stats.
87e09f22 : tracing: add atom for logging trace reports
8cd852c9 : statsd: Add AudioRecordStatus atom
2c8558bc : Remove DeviceCalculatedPowerBlameUid and DeviceCalculatedPowerBlameOther atoms
d49cdccb : Add enum value for collecting binder latency data from Wifi process
3b0963fd : Remove canUseCompos field & Use `snake_case instead of camelCase
3856890d : Add total shmem to SystemMemory atom
457adb93 : tracing: add atom for logging trace reports
bd173af1 : tracing: add atom for logging trace reports
45b34199 : Adding min_sdk_version for bt_apex
5cf9ff66 : DO NOT MERGE Add atom PerSimStatus
3885c69a : Add test atom fields for repeated logging
648c5483 : Update stats-log-api-gen to support repeated fields
694c607d : Add new atoms for Wear Settings
272bf20a : Add a SettingsEnum constant for safety center.
bb935e42 : statsd: Sync to google3 MediaMetricsAudioTrackStatusReported
75ad5cb6 : Define new atoms for binary transparency.
18ec70c7 : Pulling in BluetoothProtoEnums into the apex
c681219e : Move start_time_millis to the outermost atom.
54c98142 : Move start_time_millis to the outermost atom.
1b85d5af : Update freezer app kill reason to atoms
962369fd : Update biometric atoms with session fields.
5c44a6d9 : Add a settings metrics for timeout to user 0.
9701b2c2 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (10/n).
312e51bc : Adding atom definition for compOS telemetry.
06438eff : Add a new HbmStateTransitionReason constant
00cbbb66 : BatteryManager support dock charging 1/2
98968554 : Changing the values of enum Hdr Format to be in sync with values with Display.java
c87639cd : Add max/min volume and duration in AudioPowerUsageData
f030cebb : Add Annotation for uid in ApplicationLocalesChanged atom.
cf38604d : Add tv settings metrics proto for all files access
afb4cd2d : Add BatteryUsageStatsAtomsProto.discharge_duration_millis
e2cfb47d : Add enum for reboot request dialog
0d47a859 : Camera: Add stream use case and dynamic profile proto
80447c6b : Add SettingsEnums constant for MTE setting.
0f315fa0 : Add persistent uri permissions westworld reporting atoms
075b153b : Add notification permission info to ForegroundServiceStateChanged.
244e1483 : Add GpuFreqTimeInStatePerUid atom
deaaf0f6 : Change proto field names protected & success were reserved keywords in many languages & could cause conflicts in devices. Hence avoid.
ec248645 : Adding atom definition for AVF telemetry.
eac485f0 : Fix rust_writer.cpp to write the correct header crate when we use custom generated code
50c0da15 : Add atoms for display HBM metrics
ff653b6c : Add atom to record controller state changes
23169cdf : Add field to record state of background geotz
22c7c009 : Add fields for "enhanced metrics collection"
4db7ff3e : Add data stall recovered reason into DataStallRecoveryReported
adae01b8 : Add unfold animation CUJ to atoms
83892b8b : Add FoldStateDurationReported atom.
b7abd3a7 : Add new enum for dream type selection.
8aab25ee : Add field to record state of telephony fallback
e510aaf3 : BluetoothMetrics: Add enums to counter metrics for SDP and L2CAP
82b4d49e : Adds metric for selecting the Quick Tap toggle flashlight action
f2170fd7 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (1/n).
1deb8c04 : statsd: Add AudioTrackStatus atom
bb4e87d9 : Add ACTION_USER_SUPERVISED_ADD to settings_enums.proto
41d07bb8 : api-gen: cpp autogen for bootstrap logging
10799f95 : Fix doc of CameraCompatControlEventReported
3045541a : Add new atom ApplicationLocalesChanged
459a88cc : Add atom for Camera App Compat control metrics.
22340265 : Fix doc of CameraCompatControlEventReported
89958992 : Instrument UDFPS touch affordance CUJ.
1a587383 : Adding atom definition for AVF telemetry.
566317c3 : Add atom for Camera App Compat control metrics.
819c92f0 : Add user_set_importance field to PackageNotificationPreferences.
6b3441a3 : 1/ Instrument jank of One-handed mode trigger and exit transition
c298a468 : Add ACTION_SWITCH_DEVICE_UNFOLD to atoms.proto
781fb383 : Add new curve25519 type to metrics
dd80681f : Define atoms for Nearby Scan API
0bd380f6 : [Panlingual] Add a new Metrics Category to proto file.
39dbb269 : Update atom for logging when Clipboard is auto cleared
aa81b395 : Adding atom definition for AVF telemetry.
6b5c6dee : Add angle_in_use to GpuStatsAppInfo
403a8922 : Add atom PerSimStatus
8f637aa4 : Define atoms and ID for RCS
83f82aa5 : NNAPI Usage telemetry.
074af061 : Add atom for logging when Clipboard is auto wiped
8ffa16ed : Add more NudEventType enum value for NUD_MAC_ADDRESS_CHANGED.
df0dd074 : Add per-process gpu to ProcessMemorySnapshot atom
dbdc03f1 : Add more NudEventType enum value for NUD_MAC_ADDRESS_CHANGED.
3a3400eb : Add UIInteractionFrameInfoReported atoms for CUJ_SCREEN_OFF_SHOW_AOD
9c31871f : Add new fields to ScheduledJobStateChanged.
939d4fda : Add UIInteractionFrameInfoReported atoms for CUJ_SCREEN_OFF
ce789c51 : Update atoms for Android TextClassifier Model Downloader.
7df5f793 : Update atoms for Android TextClassifier Model Downloader.
11ee15cf : Add APP_OP_ACCESS_RESTRICTED_SETTINGS app ops
5299a92f : Add UWB framework atoms
373fdfc8 : Add CONNECTION_DEVICE_ADVANCED_FAST_PAIR to SettingsEnum
683d8edc : Update BinaryPushStateChanged atom.
0820308f : Define atoms and ID for RCS
625b0ebf : Add process state to BatteryUsageStats atoms
063b5ed7 : Update Context Hub framework metric
48675e91 : Update Context Hub framework metric proto
f738cf12 : Adds Context Hub framework metric atoms
57c1a55d : NNAPI Usage telemetry.
f4464490 : Support Eq and PartialEq for Rust enums.
4d40c44a : Add unknown period enum value in CarWatchdog atoms.
39f405e9 : Add new appOps to track the behavior of VPN app
69b2efab : Rename module name for CarWatchdog atoms.
5fccbaa5 : Add new wifi nearby devices app-ops
d0782114 : NNAPI Usage telemetry.
8e50bdf7 : Add CarWatchdog I/O usage summary atoms.
bd2a98f6 : Set sdk_version for tethering.proto.
187f4cac : Update the owner for # Settings UI
7721affb : Record app/service uptime for the collection period.
0ceb4034 : Adding atom for Media capabilities metrics collection
3df81dbd : Perfix CarWatchdog specific atoms with CarWatchdog.
3bed3a6c : Set sdk_version for tethering.proto.
3ef08adf : BluetoothMetrics: Add BluetoothCodePathCounter and BluetoothLeBatchScanReportDelay
72c5afd5 : Add TvSettings enums for hibernation components
2cd453e3 : Flatten schema migration fields into SetSchemaStats
fac8dc50 : Add new wifi nearby devices app-ops
ed316637 : Add COMMUNAL_MODE_TRUSTED_NETWORKS_SETTINGS to settings_enum.
0d0ce26c : BluetoothMetrics: Add BluetoothCodePathCounter and BluetoothLeBatchScanReportDelay
bc09b0c7 : BluetoothMetrics: Add BluetoothCodePathCounter and BluetoothLeBatchScanReportDelay
4bc14ed8 : Add bluetooth module annotation
db89fd36 : Add logging enum value for long press home setting page
fa94c2f3 : Add new atom DataUsageBytesTransferV2
d5df1235 : BluetoothMetrics: Add BluetoothCodePathCounter and BluetoothLeBatchScanReportDelay
59df715b : Add logging enum value for long press home setting page
b0cef204 : Revert "BluetoothMetrics:Add BluetoothSimpleCounter, BluetoothMainlineVersionId, BluetoothLeBatchScanReportDelay to proto"
35c11fbc : Add logging metrics for "Clean up storage"
bfb31676 : Add enum for communal shared app selection fragment.
2b3e41dc : BluetoothMetrics: Add BOND_SUB_STATE_LOCAL_BOND_STATE_INTENT_SENT to BondSubStateEnum
1161ea1b : Add accessibility service page id settings enums.
7c738761 : Add some details to the MediaCodecReported proto
f230eb6a : Adds atoms for the accessibility floating menu and accessibility shortcut
4581ecef : Add launcher_layout_snapshot pulled atom.
b6a51a3b : Add LauncherLayoutSnapshot pulled atom.
fee9f99c : BluetoothMetrics:Add BluetoothSimpleCounter, BluetoothMainlineVersionId, BluetoothLeBatchScanReportDelay to proto
36e8ea73 : Add atom for NetworkDnsHandshakeReported
fd7efd6c : Adding package name to PinStorageEvent atom.
3aca7cc0 : Add support for slice_by_state to LocationTimeZoneProviderStateChanged
55718ac6 : Update stats_log_api_gen OWNERS
0d448da7 : Update enum naming for atom NonA11yToolServiceWarningReported
20ffabf1 : Allow multiple is_uid annotations inside an atom.
b635a8c4 : USERS_APP_COPYING
8734e252 : Add atoms for App Compat westworld logging.
1c9efd8a : Reserve settings metrics enum for hub mode settings
4e05904d : Adding the MDNS PROTO_MDNS enum type in resolver stats enum Protocol
622e581b : Add atom for SetSchemaStats
c5e4b6c3 : Add INPUT_SELECT to UI Command enum
7de76b81 : Adding enum constants for font scaling logging
eb1c3edb : Adds atom for the accessibility privacy warning policy feature
7d44ad67 : Remove ndk_platform backend. Use the ndk backend.
acef483a : Add current and max thrashing levels in LmkKillOccurred reports
d26ce93d : Add atom for collecting vendor APEX information
ad90e5dd : Add audio description preference item for metrics.
1986d0e3 : Add new lmkd kill reason
320556db : Add missing tag module=framework in two keystore atoms.
71b3d859 : Add atom for OptimizeStats
560f5e10 : Add Security Level and the four key states to RkpPoolStats
5cf5efe8 : Remove obsolete keystore2 atoms.
6756d76d : Convert Keystore2 atoms into pulled atoms.
7ba591d2 : Swap numeric values for mic/cam toggles
d0673e67 : Add a vdex compilation reason to atoms.
2ce0b918 : Add atoms for sensor privacy logging.
6892ec42 : Deprecate ART_DATUM_GC_TOTAL_METADATA_SIZE
be477c58 : Replace JIT time histograms with total time
a0addcf2 : Add source and target build fingerprints to SnapshotMergeReported.
91e101d7 : Convert Keystore2 atoms into pulled atoms.
28a58335 : Fix some invalid comments in the code.
ea3963b4 : Add atoms to measure privacy hub success metrics. MDR: https://eldar.corp.google.com/assessments/362719197/drafts/781829897?jsmode=du&mods=eldarui_search#sections/999005
1934608f : Add ART datum id for gc-total-collection-time and others
2098616a : Sync new enum values from snapshot.proto.
8fafec02 : Add data stall recovery info to DataStallRecoveryReported
981e7abe : Remove credential management app dialog - Settings enum
19485371 : Update comment description of time_since_playback_created_millis fields
8a1a711c : Add ART datum id for GC-work throughput metrics
dabe145e : Create a new atom for MediaCodec that captures playback duration.
6f892f84 : Add VmStat atom
1ddbbca0 : Add pulled atom AppSearchStorageInfo
82b13035 : Add new events to PinStorage metrics
d9f5312b : Add two more fields for AppSearchInitializeStatsReported
f3d055c7 : Add ongoing/foreground notifications and timeout fields to NotificationReported.
4f00c918 : Add metrics for 5G slicing
a7363ca0 : Rename ART datum IDs
4b9dda71 : Rename ART datum IDs
5f5d951d : Move proto messages from enums/ to message/
c12c38f3 : Add bucket params and BLUETOOTH process source to binder latency atom
7aec8e38 : Revert "Add GAME_SETTINGS enum for Game settings. am: c9df4097a4 am: c7da80e29e"
9dfe37cd : [metrics] add incremental indicators for app start metrics
446554fb : Add ART_COMPILATION_REASON_PREBUILT, ART_COMPILATION_REASON_CMDLINE
902fb102 : Add enum for new battery relative functions in android S
ecc946e8 : Add enum for security hub warnings fragment
41135513 : Enums for alternative settings security Fragments.
39144995 : Add ART_COMPILATION_REASON_PREBUILT, ART_COMPILATION_REASON_CMDLINE
210e9086 : Add IpReachabilityMonitor metrics proto.
ebf48f08 : Update DeviceStateChanged for StateTracker compatibility.
c632d9b2 : Create GlobalHibernatedApps atom
b5c29cf0 : Add launcher_layout_snapshot pulled atom.
732a2822 : Rename proto field to log_session_id
0880731c : Add atoms for InitializeStats and SearchStats for AppSearch
3ddf07ae : Enum migration for MediaRecorder
6dbeb95e : Create Atoms for app hibernation metrics logging
9d361754 : Adding atoms to emit alarm manager stats
7a42f0af : Rename media parser playback id to log session id
3a4f9e77 : enum migration
e3796a95 : Media metrics: Rename playback_id -> log_session_id
1adabe02 : Add reboot readiness related logging to BinaryPushStateChanged atom
68fd3334 : Add metrics for on-device signing
13e4a80a : Update SmartSpace Card Atom. Atoms are not currently used in client.
be339fc5 : Add fdtrack atom.
90972c34 : Geolocation-based tz detection metrics (platform)
96c3632e : Added is_uid annotation to uid field in RebootEscrowRebootReported atom.
05bfc63c : Add Dangling Contacts Cleanup Task Westworld Logging in CP2.
65637b8c : Rename playback_id to log_session_id and remove redundant playback_id
802ea753 : Add unattended reboot related logging to BinaryPushStateChanged atom and synchronize proto comments.
62e0b23a : Add MediaDrmActivityInfo
92afe9ca : Add DeviceStateChanged atom.
a7ace6eb : Add Atoms for AppSearch
3fd740d9 : Add Metrics enum item for Network Slicing change
a08f6384 : Add metrics for detecting CB disable
9f1747eb : Update magnification mode naming
2d85e6a9 : Add atoms for magnification feature
af9806fb : Reserve a field for duration between boot complete and CE unlock
64738f71 : Define MediaTranscodingSessionEnded atom.
140b9696 : Add metrics id for dex2oat.
fb96f506 : Add an atom to log TextClassifier download event.
94d56446 : MediaMetrics: Define report for aaudio stream.
52348f3b : Add a binderlatency atom
780c5e79 : Add session ID
3b719da9 : Add atom definition for REBOOT ESCROW
0cfd23ec : Add playback_session_id to MediaMetrics' atoms
58a50613 : Bluetooth Metrics: Add BluetoothHALCrashReasonReported to atoms.proto
0a487889 : Add flip to screen off metrics in statsd.
41ac3eb3 : atoms: add logging for hitting trigger limits in Perfetto
06e953cc : Add default values for ART enums
b33a7a9e : Add Recorder Session ID
9354749a : Add RoR related logging to BinaryPushStateChanged atom.
38e18ed9 : Add metrics for PIN for verification after unattended reboot
c6fe07a2 : Add set USB data signaling enum
8817c813 : Log USB data signaling status
b7ce96cf : Add an atom to log TextClassifier download event.
e45ca7cf : Add constant for new Settings subscreen
ff9e1b39 : Add ACCESSIBILITY_ACCESSIBILITY_SHORTCUTS
3d9876dd : transcoding: Update proto to be consistant with westworld.
1d4a8846 : Hdr format settings [UX]

+- Project: platform/frameworks/rs

609ef9c9 : Add LOCAL_LICENSE_KINDS to frameworks/rs
6b8f1fdf : Convert Balls/Android.mk to Android.bp
a36176e1 : Convert ImageProcessing2/Android.mk to Android.bp
224bfe5c : Convert Refocus/Android.mk to Android.bp
d885125b : Convert HealingBrush/Android.mk to Android.bp
00687a1e : Convert RSTest*/Android.mk to Android.bp
7e097c01 : Migrate HelloComputeNDK and libhellocomputendk
fb0e5e52 : Disable device builds on Mac
8a301baa : Convert cpp_api/../Android.mk to Android.bp
fc31078e : Convert Android.mk to Android.bp
15787136 : Add android:exported tag
87ec2044 : Remove Python test suite for debugging a RenderScript app using lldb.
efce8fe1 : Add android:exported tag
761c37a1 : Add android:exported tag
f42746af : add the rs_script_api module
975d8a25 : Convert the Toolkit to a singleton
96116b36 : Add Toolkit class definition and test files.
54c25315 : Fix 2nd x86 build breakage
e3f7708a : Fix build break for x86
5d9c8b60 : Create the C++ version of the RenderScript Toolkit
9b7aff55 : Task processor to parcel out 2D work to threads.
7140c08b : Copy the intrinsic files we'll reuse for the Toolkit.
2f7c3e25 : Fix multiple bugs in Blend.
8d232284 : Prevent IntrinsicResize from adding xstart twice when using LaunchOptions.

+- Project: platform/frameworks/wilhelm

045e21d : Refactor for AudioTrack/Record callback interface
abed605 : Fix licenses and license text.
4dd1862 : Update how to use mpeg2ts headers.
7a486e0 : Limit the presubmit test to AudioNativeTest
6c7b591 : Fix name in TEST_MAPPING
2535206 : Add presubmit tests
18ce7ae : Android AudioRecord: AttributionSource fixup
7c18e87 : Android AudioRecord: AttributionSource fixup
09edcd1 : Android AudioRecord: AttributionSource fixup
a4a3c0a : Switch media fw permissions checks to AttributionSource (wilhelm)

+- Project: platform/hardware/broadcom/libbt

47abe79 : Fix include path for system/bt
afc54f7 : Fix include path for system/bt
06db251 : Fix include path for system/bt

+- Project: platform/hardware/broadcom/wlan

2f505b4 : wlan: support multiple nvram/clm
d3af3e9 : Fix for deadlock between hal cmd and event based cmd.
065ed4c : HAL: Added attributes for PKTID to the event handler for GOOGLE_FILE_DUMP_EVENT
46e29fe : Implementation of chre nan apis, nan status callbacks to chre and pre-emption
9a9493c : Fix to prevent the hal crash during the event_loop path.
ad12978 : HAL: Add RING_DUMP feature to avoid overrun socket buffer
876b5f7 : Fix for second enable failure to handle the instant mode channel.
5a78830 : Support for HAL API to get the simultaneous Radio Capability of the Chip
00fea54 : Fix for aware enable failure caused due to invalid instant mode channel
20ccb0a : Extending Radio stats for supported radios.
6a04f81 : HAL: Support NAN3.1
2aeb351 : Add OWNERS file
9d4683f : HAL: Fixed vendor HAL crash due to missing unregisterVendorHandler() in some failure case
a2c6b5d : Fix missing comma
10aa342 : compiler warning for unused variables
473e957 : Map error to correct error code
6389e22 : Additional logs and checks to prevent OOB in ring status path.

+- Project: platform/hardware/google/apf

61b5d9d : make apf_run_test run in host-unit-tests

+- Project: platform/hardware/google/av

9c22d69 : Fix license texts.
3329208 : Clean departed users from OWNERS files
6e40be2 : Audit OWNERS for departed users
bb4a854 : libmedia_ecoservice: export libbinder headers.

+- Project: platform/hardware/google/camera

02c7c69 : Reduce result lock scope
3b83dc6 : Return Status::ILLEGAL_ARGUMENT if callback is nullptr
5f06043 : EmulatedCamera: Enable concurrent SDR+HLG10 requests
7fc1ce6 : EmulatedCamera: Advertise AE lock in the front sensor results
4593bfb : Make CameraBlob consistent with AIDL definition.
63d7271 : GCH: Don't return OK when CreateCameraProviderHwl() return null.
ade8aad : GCH: Check stream use cases supported in IsStreamCombinationSupported and ConfigureStreams.
2c2404d : Fix race condition when there are multiple errors per frame.
ba0c29d : Fix video denoise for DevCamera.
33a519f : Add log for ZslSnapshotCaptureSession destructor.
2c6998f : ZSL partial result frame drop fix
7c8324b : EmulatedCamera: Split sensor and scene in a separate library
c790cc2 : Process pending result for frames with error.
9614758 : Add delayed tracking mode to smoothy mode.
0dd7eae : EmulatedCamera: Convert stream use case flag to 64 bit
7a59fa1 : Bypass video denoise for frames with notified errors.
38c920b : Fix return status for openInjectionSession.
f879718 : camera: handle aidl transaction error
0c5c170 : Chain denoise processor to the capture session
3e72bda : Copies the emulated camera HAL APEX for demoing multi-install.
bb4dd49 : Separate RealtimeZslResultProcessor and RealtimeZslResultRequestProcessor.
6fad66a : Add vendor tag for video software denoise.
9569d6e : GCH: dumpState->dump and remove METHOD_NOT_SUPPORTED in AIDL interface.
a8638f9 : EmulatedCamera: Update the dynamic range profile map
7e5a035 : Interpose __loader_dlopen instead of dlopen.
e1e580d : Modify RealtimeZslResultProcessor to be a request processor.
8c8219d : EmulatedCamera: Enable 10-bit capability on all devices
379051d : camera: handle hidl transaction error [DO NOT MERGE]
caf4250 : Add denoise process block.
e1bb5f7 : Move from HIDL to AIDL interface in gch.
e8c53d5 : Revert "Revert "Creates a vendor APEX for the emulated camera pr..."
84730e0 : Updates int64_t printing to be arch agnostic.
15bd8ca : Revert "Creates a vendor APEX for the emulated camera provider HAL."
fe5f273 : Creates a vendor APEX for the emulated camera provider HAL.
c740277 : Fix license texts.
f7f23fa : EmulatedCamera: Add stream use case support
83ad1ed : Camera: Fix failing camera VTS test.
d8ac0fb : EmulatedCamera: Enable initial HLG10 support
64a825d : GCH: Add support for HIDL 3.8 stream configuration
9eaab09 : Camera:Torch strength control emulator HAL impl.
cde4460 : Add RemoveCachedBuffers to HWL interface
12178a6 : Advertise PREVIEW_STABILIZATION in EmulatedCamera
a5f6288 : Expose a method for getting sets of incompatible camera IDs
b8f341c : Add GetMaxSupportedConcurrentCameras() interface to hwl.
ea26044 : Camera: Up-rev camera device to version 3.8
383f590 : Use absolute references in google_camera_hal_defaults.
29c82e0 : Add thread name to camera provider threads
8565ed2 : Support profiler in camera performance analyzer module
2a21e1d : Add camera framework team members in OWNERS file for EmulatedCamera.
dc485fa : Camera: Correct back camera extended zoom ratios
9a164b6 : EmulatedCamera: Fix scaler crop region default for maximum resolution sensor pixel mode results.
de7cb89 : Update the Sideline branch-specific version code modifier
cefa61e : [LSC] Add LOCAL_LICENSE_KINDS to hardware/google/camera
c3b3e7c : Pass std::set by const reference
a4bc836 : Directly link Lyric into GCH.
45984a7 : Add log to indicate all pending buffers are returned

+- Project: platform/hardware/google/easel

0f1e4c0 : Fix license texts.

+- Project: platform/hardware/google/gchips

0000c58 : Disable CPU alignment for Camera's RAW10 when not explicitly specified
e906482 : Disable support for front buffer allocation
84a9217 : Deprecate allocator 4.0 in favor of AIDL V1
e0b9db9 : Validate metadata dmabuf separately
1c6b601 : Revert "Revert "Validate alloc_size while mapping a buffer""
ff01c8e : Gralloc: add tracing
f7650a2 : Revert "Validate alloc_size while mapping a buffer"
647eca1 : Allow empty SMPTE2094-40 metadata
e7e91d9 : Validate alloc_size while mapping a buffer
618dced : Align the format structs.
091aedc : Allow Camera to write to P010.
d4a075e : Validate all fds as fd_count cannot be relied upon
b3d728e : Remove buffer reference counting from handle
82d42c2 : Remove allocating_pid from reference count mechanism
6dd183e : Remove redundant canFree argument to reference release
757551b : Remove unused debug files
a014f82 : Validate all fds as fd_count cannot be relied upon
b170558 : Remove buffer reference counting from handle
d1726ab : Remove allocating_pid from reference count mechanism
5f11cc7 : Remove redundant canFree argument to reference release
45b021c : Remove unused debug files
e2de2c1 : libvendorgraphicbuffer: fix address offset of ROI metadata
121343e : include: update VendorVideoAPI for ROI info support
027e0dd : Add a default constructor to private_handle_t
2edbf23 : Add a default constructor to private_handle_t
2362652 : Add a default constructor to private_handle_t
880404f : Add support for BufferUsage::FRONT_BUFFER
aab47b0 : Add AIDL allocator service
f5ba984 : Add support for BufferUsage::FRONT_BUFFER
b543ada : Add AIDL allocator service
867b174 : Supprot RGBA1010102 for video ip
48ec29f : Fix license texts.
493aaef : Update condition to include all google devices.
83cb750 : Remove unused cflag -ldl.
fd4c561 : Revert^4 "Clone gralloc4 to GrallocHAL"
65310a4 : Revert^4 "Namespace gralloc4"
f59ed1c : Revert^3 "Namespace gralloc4"
eac4555 : Revert^3 "Clone gralloc4 to GrallocHAL"
46fcb9f : Revert^2 "Clone gralloc4 to GrallocHAL"
167321f : Revert^2 "Namespace gralloc4"
153fde5 : Revert "Namespace gralloc4"
7757bf9 : Revert "Clone gralloc4 to GrallocHAL"
246fe7a : Clone gralloc4 to GrallocHAL
f0ed30f : Namespace gralloc4
d3ab06c : gralloc: include proper header file for uint32_t
a722d99 : Map PixelFormat::R_8 to HAL_PIXEL_FORMAT_GOOGLE_R_8
7f4c052 : libvendorgraphicbuffer: Remove gralloc3 code
b16cc19 : Delete legacy gralloc code
52ccf58 : Remove ndk_platform backend. Use the ndk backend.
1cce635 : gralloc4: Update component details for P010 format
5e1a4e3 : Fix unused-command-line-argument warning
2e3e154 : Fix unused-command-line-argument warning
8cb5597 : Revert "Revert "Remove ndk_platform backend. Use the ndk backend.""
417cd41 : Revert "Remove ndk_platform backend. Use the ndk backend."
567dfa8 : Remove ndk_platform backend. Use the ndk backend.
9d05d89 : add gs201 support
027db95 : Allow DPU to read RGBA_1010102

+- Project: platform/hardware/google/graphics/common

feb967d : hwc2.1: check sysfs node after request lhbm on or off
da8779a : Revert "Revert "libhwc2.1: wait for peak refresh rate before enabling LHBM""
5ed4a46 : libhwc2.1: correct config state and vsync period
558f1a3 : Revert "libhwc2.1: wait for peak refresh rate before enabling LHBM"
aec69a4 : libhwc2.1: expose panel calibration status
b9f0ab6 : libhwc2.1: wait for peak refresh rate before enabling LHBM
6daf6dd : libhwc2.1: add lock for callback functions
3b70a49 : libhwc2.1: Add support for calibrated serial number
1e18adf : hwc: change composer logger
5ade608 : Revert "libhwc2.1: don't allow DPU to handle 4k with specific height crop size"
335cf95 : libhwc2.1: don't pass expected present time during transition
8746682 : libhwc2.1: re-assign resources when switching fps to low if needed
193c27a : libhwc2.1: add frames wait to reach LHBM peak brightness
9fc1189 : libhwc2.1: refine fence tracer log
ef71aec : libhwc2.1: fix some fence leakage possibilities
3fe80d8 : hwc: clean up the RCD handling in FBManager
a8d058d : libhwc2.1: adjust actual work duration when target time is changed within allowed deviation limit
10603f7 : Use service writer in ComposerCommandEngine.
9f26839 : HWC supports boot config API
ac0a470 : hwc3: Add new debug mechanism to trigger the Idle Enter
d767263 : hwc3: implement VsyncIdle callback for HWC3
bb0c4dc : libhwc2.1: exclude retire fence wait time from actual work duration hint
f961983 : libhwc2.1: implement boot time resolution API
7b19209 : libhwc2.1: get PlaneId by display for RCD
50d0dc3 : libhwc2.1: use last retire fence signal time to predict expected present time
5e88836 : libhwc2.1: disable panel dimming for mixed composition
75d18a2 : libhwc2.1: optimize & refine fence tracer
18ebf28 : libhwc2.1: disable normalization for power hint by default
57dcdb4 : libhwc2.1: ensure displaycolor get correct lhbm state
3f5b9eb : hwc: add a new dump of block rect
074dce1 : libhwc2.1: check layers display size during resolution switch
49fde00 : libhwc2.1: check config at the begin of setActiveConfigWithConstraint()
d5f8712 : libhwc2.1: perform resolution switch synchronously
21191aa : libhwc2.1: handle panel idle enter event
62fd468 : libhwc2.1: Add Histogram handling codes
74a8766 : libhwc2.1: libdrmresource: Add properties for Histogram
ad8ee87 : libhwc2.1: libdrmresource: Add vendor defined IOCTL
7d044c3 : libhwc2.1: libdrmresource: Add Histogram DRM event
96424ef : libhwc2.1: libdrmresource: Modify DRM event handler
e99e2f4 : hwc3: fix null dereference of outDimmingStage in validateDisplay()
bd50b21 : hwc3: return OK for getDisplayPhysicalOrientation
dd10265 : hwc3: support SDR dimming in linear or gamma space
35f4247 : hwc: set blocking region for RCD layers
58b3a73 : hwc3: add support of blocking region for RCD layers
f44db21 : hwc: create validate function for RCD layers
86d9463 : Composer reports dimming ratio for client composition instead of nits
059cf83 : libhwc2.1: set default SDR dimming threshold to 0
def47ca : hwc3: remove IComposer.dumpDebugInfo
ab41f42 : hwc3: update count of PerFrameMetadataKeys
3529f7d : libhwc2.1: update layer brightness validation
1fbbded : Revert "Revert "libhwc2.1: support setIdleTimerEnabled""
6d26734 : hwc3: simplify dumpDebugInfo to avoid duplicated dump calls
13c602e : Revert "libhwc2.1: support setIdleTimerEnabled"
91700d7 : libhwc2.1: support setIdleTimerEnabled
30a32bd : Add OWNERS
e594c24 : libhwc2.1: don't allow DPU to handle 4k with specific height crop size
292dc0b : hwc3: do not check weak reference for client alive
903aa17 : Change meaning of white point nits to mean a dimming ratio
7c42d81 : libhwc2.1: set correct client target property
0b21789 : libhwc2.1: set front buffer layer high priority
e879697 : libhwc2.1: update doze mode when mode group changes
51f511d : hwc: Implement getDisplayDecorationSupport
8af222e : hwc: Copy rcdConfig on assignment
e7f859b : hwc: correct the functionality of getDisplayCapabilities
eb711fd : hwc: correct the compose info for screen decoration layer
cd6f3e7 : hwc: declare the support of DISPLAY_DECORATION in DisplayCapability
846e2d5 : hwc: support RCD layer in hwc2.4 and hwc3
2b8a92e : libhwc2.1: add support for resolution switch via setActiveConfig
f2b6581 : libhwc2.1: trigger validate display for brightness change ...
4ca19f4 : libhwc2.1: update layer dim ratio before layer buffer check
34d6fd4 : libhwc2.1: set geometry flag after layer whitepoint change
dc3b164 : Fix licenses and license texts.
fb7ee1e : libhwc2.1: disable refresh rate hint first before enabling another
d8af1e9 : hwc3: get display mount orientation
3327c27 : libhwc2.1: hbm dimming usage revision
a1e4c25 : libhwc2.1: add scenario check for camera preview
31a4969 : hwc3: add setIdleTimerEnabled and vsyncIdle callback
c32a79d : hwc3: add getDisplayPhysicalOrientation
e636c22 : libhwc2.1: Send timing power hints from HWC to PowerHAL for ADPF
f445262 : Revert "libhwc2.1: Send timing power hints from HWC to PowerHAL for ADPF"
a7c303a : libhwc2.1: free drm blob behind brightness configuration
298f810 : libacryl: add support for MALI_GRALLOC_FORMAT_INTERNAL_YUV420
eb7da2d : Add boot time display mode APIs implementation in hwc3
f77fb5d : libhwc2.1: Send timing power hints from HWC to PowerHAL for ADPF
e738bcf : hwc3: support SDR and HDR blending
88431dc : hwc3: color is passed as floats
984059f : libhwc2.1: remove unnecessary property_get
2800363 : hwc3: remove floatColor from LayerCommand
b1d95bc : HWC3 adjustments for display brightness
6bf7e11 : hwc3: create the interface for expectedPresentTime
076837c : libhwc2.1: add expected_present_time property
4db863d : hwc3: set setInheritRt on Composer and ComposerClient
55d6e2e : Remove GenericMetadata from composer3
169defd : hwc3: DisplayCommand.colorTransform is just a matrix
f72a3bb : hwc3: do acceptDisplayChanges if display is validated
a11f1e4 : cleanup CommandWriterBase
5070e16 : libhwc2.1: do not return invalid release fence
3054abf : libhwc2.1: pass panel name and serial to displaycolor
10d3466 : hwc3: remove getDisplayBrightnessSupport and getDozeSupport
8c35606 : hwc3: ignore setPowerMode with ON_SUSPEND
0292dd7 : libhwc2.1: correct early wakup node path for PRO
ee29e79 : hwc3: LayerCommand moved to DisplayCommand
ef08f2d : hwc3: return correct dataspace for getReadbackBufferAttributes
9c2f09b : libhwc3: Update pixel-display V4 interface
efad98f : libhwc2.1: postpone the burst 120hz->60hz change
7191386 : libhwc2.1: HWCService: add setMinIdleRefreshRate() and setRefreshRateThrottle()
d2b1305 : libhwc2.1: Update pixel-display V4 interface
cffe6b3 : libhwc2.1: postpone the burst 120hz->60hz change
8c0f8da : libhwc2.1: HWCService: add setMinIdleRefreshRate() and setRefreshRateThrottle()
81db417 : libhwc2.1: Update pixel-display V4 interface
fb174c4 : libhwc2.1: reset brightness float to -1
9fa65be : hwc3: remove message queue
acb781e : hwc3: return unit matrix for getDataspaceSaturationMatrix
971b8cc : libhwc2.1: update displaycolor for calibration info
d432151 : libhwc2.1 refactor brightness related code
ce5adfb : hwc3: update return code
53444fa : libhwc2.1: remove warn for brightness update if device not support
7b05ff5 : hwc: migrate to composer3
4c44310 : Remove ndk_platform backend. Use the ndk backend.
1ec344b : Remove ndk_platform backend. Use the ndk backend.
eb8d178 : libhwc2.1: Separate plane type to support new purpose plane
db496a5 : libhwc2.1: libdrmresource: Add format check functions
40c2fb8 : libhwc2.1:libdrmresource: Add cgc_lut_fd property support
ace3aa5 : libhwc2.1: fix group id assignment
28218dd : [LSC] Add LOCAL_LICENSE_KINDS to hardware/google/graphics/common
9c31cfb : [LSC] Add LOCAL_LICENSE_KINDS to hardware/google/graphics/common
3d71020 : Remove ndk_platform backend. Use the ndk backend.
f9e9ae4 : Remove ndk_platform backend. Use the ndk backend.
212029d : libhwc2.1: Make TUI init failure non-fatal
330b80c : libacryl: add support for SBWC lossy format
de3515b : libacryl: Update acrylic instance to gs201 for G2D bringup
afcf84d : set libhwc2.1 makefile path soc_ver folder
6efb9a0 : libhwc2.1: Workaround for building gs201
0a00997 : libhwc2.1: Support SoC specific namespace
3e81171 : Remove TARGET_BOARD_PLATFORM make restriction
88e9bb6 : libhwc2.1: fix double-ownership of DstBufMgrThread

+- Project: platform/hardware/google/graphics/gs101

e8ad905 : libhwc2.1: determine panel calibration status
fab42f8 : libhwc2.1: rename invalidate() to onRefresh()
87e7507 : libhwc2.1: add lhbm state change to UpdatePresent ...
a880b5e : libhwc2.1: pass hdr layer with null metadata to displaycolor
84066d2 : libhwc2.1: Moved log message in setColorModeWithRenderIntent to conditional
7e29fd7 : libhwc2.1: check null displaycolor interface
7d821c3 : libhwc2.1: Add Histogram handling codes
53aca61 : libhwc2.1: move SDR dimming to displaycolor
ff07a3b : Add OWNERS
1acdd7d : libhwc2.1: set correct client target property
00b40ed : libhwc2.1: set client composition default layer matrix
d0a2dc1 : libhwc2.1 fix dim ratio calculation
c721eef : Fix license texts.
35be7fd : libhwc2.1: atc sys node update
6445807 : libhwc2.1: pass panel name and serial to displaycolor
e2890b0 : libhwc2.1: add mixed composition support
eb4e94d : libhwc2.1: update early wakeup node name
4557c3b : libhwc2.1: update for newly added BrightnessController
f814360 : libhwc2.1: Add cgc_lut property checker
0224ddd : libhwc2.1: re-enable displaycolor
7844e18 : [HACK] libhwc2.1: Remove code for libdisplaycolor
c6efea1 : libhwc2.1: Apply namespace gs101

+- Project: platform/hardware/google/interfaces

98bed34 : Update pixel-display V6 interface
ad5bb58 : Update BluetoothExt HAL in tm-dev
e31d951 : Update pixel-display V5 interface
3be71c8 : Introduce BluetoothExt HAL 1.0
8de65c3 : Update Bluetooth extension in tm-dev
d54a404 : Introduce BluetoothCcc 1.1 hal
60d600a : Include EWP HAL 1.0
4013f2a : Fix license texts.
3ef6a3c : Fix license texts.
2a2cc53 : Update pixel-display V4 interface
88f9ab2 : Update pixel-display V4 interface
bc7130b : Setting the version explicitly on the face HAL.
66b93e2 : Introducing Bluetooth Sar 1.2 HIDL

+- Project: platform/hardware/google/pixel

c12636c : pixelstats: set extended data to atom values
51c29ab : ADPF: Fix updateHintBoost blocks the binder thread
2aa18ff : pixelstats: align BATT_HIST_NUM_MAX_V2 to latest layout size
1ac7825 : Fix uclamp_min stuck at high freq
98e364e : Adding mk file for CTPM's new sepolicy
18aac5e : Fix race between closing a session and receiving a boost
c09e57e : thermal: support excluded powr rail check
d2920b9 : thermal: support smooth power_budget when PID target is changed
92003c3 : ADPF: dump ADPF session info
90e8d6d : ADPF: uclamp.min integration
275b21b : Revert "thermal: Move charger thermal HAL setup into common code"
c629659 : ADPF: Add UclampMinInit in ADPF profile
5f0530f : cs40l26: setup delay_before_stop_playback_us
83267b1 : thermal: Move charger thermal HAL setup into common code
7f2ee84 : vibrator: cs40l25: implement bandwidth amplitude map
5faeaac : Fix cancelling hints when refreshing expiring hints.
dee07ba : vibrator: cs40l25: add chirp switch support
351b8dc : BatteryDefender: fix error log when file path does not exist
a52adc9 : ADPF: remove UclampMin_Granularity from HintManagerTest
a51e8c0 : PowerHAL: remove UclampMinGranularity
38ba761 : thermal: enhance lshal debug
cbf14e7 : pixelstats: Small cleanup to the header files and apply rename
59075aa : BatteryDefender: support dock charging
ce12772 : pixelstats: Add battery usage stats
747d01f : Add Battery Health stats to pixelstats
dbf02a8 : Ignore system hint sessions for universal boost
3fd7f18 : BatteryDefender: Ensure that the directory is closed
3162cf8 : Add thermal stats to ChargeStatsReporter from google_charger
eb8f687 : Fix libperfmgr_test
2482c88 : Prevent hint timeouts when same hint is repeatedly sent.
61dd9ad : ADPF: log clean up
0e1d52a : thermal: Add b9 dvt thermal control
5ad0a75 : Add minimal binder thread prio as -20 to match process prio
9a32a14 : Add the tests in power-libperfmgr to device-tests
d7d8531 : Add LOCAL_LICENSE_KINDS to hardware/google/pixel
862d30d : Update Adaptive CPU model to 0704_D35_IT3_ALT_s141k.
708a1df : thermal: Introduce PID 2.0
9c374a8 : ADPF: add Early Hint feature
8f299a0 : ADPF: Use Adpf Profile for PID tunnables
4b80c57 : ADPF: HintManager supports ADPF Profiles
90981c3 : ADPF: make uclamp.min stable
9b04c89 : Make HintManager a singleton class
10e11f6 : BatteryDefender: Use typec to verify for wired connectivity
f9b8bf5 : cs40l25: Enable Hal Cs40l25 Test Suite back
996a9e1 : thermal: handle thermal sensor when is_watch is enabled
47bee37 : PowerHintSession: do not update PID controller when target changes
2d3c666 : thermal: Correct the temperature vector size in fillTemperatures
a520348 : thermal: add hidden flag to improve the sensor report efficiency
eaafd3c : cs40l26: allocate correct size for custom_data
2ec4c03 : thermal: enhance thermal config parsing
3f58a43 : Fix race condition between Looper and destructor
41b86b4 : pixelstats: implement P21 eeprom history data
8c932b0 : cs40l25: Modify the PWLE related constraint
ff9be22 : vibrator: cs40l26: adjust frequency parameters
54f0d2a : vibrator: cs40l26: effect erase error handling after firmware switching
8357b58 : Don't fail when acpu_stats is non-monotonic.
3120809 : thermal: support max polling/passive delay setting
178be59 : Revert "pixelstats: implement P21 eeprom history data"
541dc81 : Remove reverseDomainName from pixel atoms
114ab3b : thermal: remove thermalHal units of value
c65481a : Read `ro.product.device` in Adaptive CPU.
b986304 : vibrator: cs40l26: remove CLAB support
cea061e : vibrator: cs40l26: implement chirp feature
b300325 : pixelstats: implement P21 eeprom history data
7b40fe9 : Add OWNERS file for adaptivecpu/models.
1fc1282 : Update model with tag `acpu-2202_EX01_IT02_TR01_plain`.
3c1d9a0 : vibrator: cs40l26: enable f0 and redc compensation
ba6627f : vibrator: cs40l26: remove specific revision config
cf14e4c : vibrator: cs40l25: remove specific revision config
60d8ace : Reland: Enable R8 code shrinking for system_server on Pixel
3c847ed : Change Adaptive CPU log tag to "powerhal-adaptivecpu".
cb25998 : Fix out-of-bounds issue with sampling random decisions.
d7e678b : Fix AdaptiveCpuConfigTest.
3c9440b : Clear randomThrottleOptions when re-reading config.
3f03be7 : Add random_throttle_options config to Adaptive CPU.
983aa2c : Revert "Enable R8 code shrinking for system_server on Pixel"
34fa8de : Set lmk stall_limit_critical threshold
48d0703 : vibrator: cs40l26: retry to search the whole input folder
00a1ab4 : Set lmk stall_limit_critical threshold
fb3f8ba : Enable R8 code shrinking for system_server on Pixel
23afc53 : libperfmgr: Fix test failures
696d08b : add check kernel mm metric support
d50947e : Revert "Revert "vibrator: cs40l25: add pwle_ramp_down feature""
a06592b : Add global debug property for override config path properly
db43c02 : Add atrace to read energy value
aef5af8 : vibrator: update OWNERS file
2cfee99 : vibrator: update OWNERS file
d0979f8 : thermal: add trace for debugging
78798cc : Add a debug property for switching powerhint.json path
c5e11bd : pixelstats: Rename capacity for precise definition
2e4812f : pixelstats: add capacity for AACR feature
a309e9f : Only open acpu_stats file once.
9ffd87d : Use UpperCamelCase methods consistently in adaptivecpu/.
d0666b2 : Add KernelCpuFeatureReader.
bdb8d4a : Fix random action probability.
a3cf269 : Allow modelInputs to be unused in model.inc.
1d9b07a : Add enabled_hint_timeout to Adaptive CPU.
e2195e5 : Add AdaptiveCpu random_throttling_decision_probability system property.
b3ec6b0 : Add AdaptiveCpu hint_timeout system property.
018a62d : Add AdaptiveCpuConfig.
7f6b5b9 : Suppress clang-tidy for files with printf format errors
892c2a6 : [tidy] Disable google-readability-casting in generated header
b4bc07b : Revert "Revert "Enable SystemUI R8 optimizations for Pixel""
1a3d017 : thermal: sensor reading cache bringup
be5b57c : libperfmgr: Refine the header for DumpToFd
361af06 : Fix license texts.
5d934c0 : vibrator: cs40l26: change vibe_state to integers
f659350 : libperfmgr: support mask as vote
248331a : Revert "Enable SystemUI R8 optimizations for Pixel"
3582713 : Revert "Enable SystemUI R8 optimizations for Pixel"
0e10670 : Enable SystemUI R8 optimizations for Pixel
2af2b7a : libperfmgr: Add an option to drop O_TRUNC
2ff5bec : Include common directory for system_ext policies
897ad72 : Add Pixel Atrace hal to readtracefs group
b4dd53c : Adjust lmkd kill timeout
6fbb929 : Add Pixel Atrace hal to readtracefs group
7ff66b3 : WiFi - add for wifi_perf_diag
6329994 : libhealthpixel: Support AIDL HealthInfo
cd08c52 : Fix zram metrics from daily to hourly collect
5dc5cf1 : thermal: move tj thermal switch to device folder
0a731b0 : Adds CHRE vendor atoms
cd6b0e8 : Add THROTTLE_50 option.
77d2aa9 : Add constants to enable random throttling decisions.
bb8ca77 : Propagate errors from IFilesystem.
06af007 : Add AdaptiveCpuStats for more dumpsys info.
0e043a7 : Add CpuIdleLoadReader.
347ed73 : Refactor CpuLoadReader interface & introduce ICpuLoadReader.
0e9613d : Reject new durations when durations aren't being processed.
be67d8b : Read iteration sleep duration from system properties.
99b7e3b : Game Loading Time improvement by boosting CPU via ADPF
cedfd90 : Add maxDuration & numMissedDeadlines features to Adaptive CPU.
2e95256 : Extract work duration processing to a separate class.
2d808c8 : Set mIsEnabled=false on error in AdaptiveCpu.
ad90dae : Reset Adaptive CPU thread priority to defaults.
2f589e0 : Set AdaptiveCpu's thread name.
d14e9eb : Add timeout to Adaptive CPU's hints.
aa8b063 : Swap EndHint & DoHint order in AdaptiveCpu.
18f1bf8 : Add ATRACE calls to Adaptive CPU.
d31d447 : Pass throttling decision from Adaptive CPU to HintManager.
bb54bcd : Add Adaptive CPU model.
99e57b9 : Add CpuLoadReader to AdaptiveCpu.
13796e9 : Add CpuFrequencyReader to Adaptive CPU.
b2a08b6 : Add missing protobuf dependencies.
8cc1eac : Revert "move turbo settings from vendor to device folder"
30961bb : move turbo settings from vendor to device folder
5518d85 : Add Adaptive CPU hint to PowerExt.
5e7cfd0 : zram: finetune zram config mechanism
e3c4f66 : centralize wifi_ext config
2a27de8 : misc_writer: Remove option to clear pKVM flag
43870b4 : Refactor charge stats/voltage tier stats out its own class
16f632b : power: move trace point to libperfmgr.
56e429a : Pixelstats: read other count instead of reset count
05d68ce : organize wifi_sniffer
e62df51 : misc_writer: Write pKVM flag
8057818 : Add a processing thread to AdaptiveCpu
5e50e8e : sscoredump: add common device.mk
78901b9 : Remove ndk_platform backend. Use the ndk backend.
b354a05 : pixelstats: add the new field cma_heap_name
a8d6145 : Remove bogus error log
395e0db : Remove ndk_platform backend. Use the ndk backend.
19bbcef : Update owners for hardware/google/pixel
2693757 : Remove ndk_platform backend. Use the ndk backend.
1122f54 : Remove ndk_platform backend. Use the ndk backend.
83230bf : Add adaptive_cpu skeleton to power-libperfmgr
1c2665e : use aosp vibrator
a394abc : sync pixel sepolicy
907ba60 : Clean up pixelatoms.proto
6f99ee0 : MM: move disabling watermark boost setting to init
0253b1b : MM: fine tune vm parameters for GKI version
9c56f46 : drv2624: Wait until device path attrs ready to start vibrator hal
496c044 : MM: create Pixel GKI version mk and rc file
282a88c : Revert "Usb Gadget HAL: modify monitorfs behavior"
7b76e6f : Revert "Usb Gadget HAL: modify monitorfs behavior"
d7c770f : Revert "Usb Gadget HAL: Partial revert due to power regression"
7ae29c6 : powerstats: Add init_rc and vintf_fragments to pixel impl
bad6ae0 : Revert "powerstats: Add init_rc and vintf_fragments to pixel impl"
004df5c : powerstats: Add init_rc and vintf_fragments to pixel impl
16747b5 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/google/pixel
c6d2f2b : Set updatable:false explicity.

+- Project: platform/hardware/google/pixel-sepolicy

a065902 : wifi_perf_diag - Add new properties and sepolicy to support raw_data_mode
8dc8754 : Adding new CTPM sepolicy and domain.
63cfe41 : WiFi Perf Logger: Add netperf properity
976ca97 : Revert "Move ODPM file rule to pixel sepolicy"
33cf949 : Move ODPM file rule to pixel sepolicy
2dd5825 : Temporarily suppress twoshay avc denial
3f7cc05 : Move libperfmgr thermal rules to pixel-sepolicy
2bd2edf : identity: Add sepolicy permission for hal_identity_citadel to find hal_remotelyprovisionedcomponent_service
680fc38 : ignore dumpstate operation on su
eb1b28b : Allow cs40l26 HAL and dumpsys to access sysfs_vibrator
d95565f : Allow cs40l26 HAL and dumpsys to access sysfs_vibrator
79a5054 : Allow the cs40l26 audio coupled haptics
c6796f7 : Allow the cs40l26 audio coupled haptics
1d70c59 : Convert reflector HAL to the InputProcessor AIDL interface.
e51bc2e : Allow Power HAL to read /data/vendor files
5a3422b : thermal: allow vendor_init to setprop thermal properties
aafd24d : Allow Power HAL to read /proc/vendor_sched files.
ddafbfb : Move netlink socket sepolicy rules to pixel sepolicy
46bce4b : Correct sepolicies for supporting GoogleBattery HAL 1.2
e81ce5b : sepolicy: Add policy for fingerprint extension script
ac00f38 : Ignore cpuinfo properties
1321b5c : wifi - Add sepolicy for wifi_perf_diag
69adc24 : wifi - Add sepolicy for wifi_perf_diag
95955a3 : thermal: bringup thermal_controld sepolicy rules
e647b82 : RKP: Add IRemotelyProvisionedComponent service
11d9a4d : Include core policy OWNERS
8149958 : Allow powerhal to adjust hardware composer scheduling
2bf18d6 : Allow TurboAdapter to set `debug.` system properties.
7399413 : Allow powerhal to adjust surfaceflinger scheduling
a4f909f : Remove wifi_logger related sepolicy settings
3a86d99 : Allow twoshay dumps in bugreports.
b73889a : Allow power-libperfmgr to read /proc/stat.
e840568 : Revert "Add the 'bdev_type' attribute to all block device types"
3db6976 : reorganize pixelstats_vendor
4fc81b9 : Consolidate sepolicy for twoshay and touchflow targets.
7f45b58 : Revert "Move sepolicy for _touchflow targets."
76012b3 : Move sepolicy for _touchflow targets.
4ecdde7 : Ignore default_prop access for input classifier
24df9f7 : ADPF: Allow PowerHAL to set sched
e00b919 : make sure all codes are uploaded to upstream
1fe91f4 : sync codebase to master
46ca81b : sync codebase
65b7599 : Clean up flipendo sepolicy
0f0d903 : pixel-sepolicy/ramdump: attach fusefs_type to ramdump_vendor_fs
74e4496 : pixel-sepolicy/ramdump: create ramdump_vendor_fs
aeaf88c : MM: move sepolicy to init
e3ba1b4 : MM: create GKI version of sepolicy
1d697cb : storage: fix sepolicy format

+- Project: platform/hardware/interfaces

03fba7a80 : Allowing OMX.google* codecs for Devices launching with S
8c75b834f : composer: vts: configure layer for DisplayDecoration
fbbb209b6 : Fix VTS PlaybackDataFlowWithTsVideoFilterTest sometimes failed.
e5364d761 : Read VSR level from correct property.
6b48d121d : Adds missing AIDL HAL SensorStatus conversion logic
cdfb96158 : KeyMint VTS: cope with ATTEST_KEY +/- SIGN
3ba0e635e : uwb(vts): Close HAL at end of each test
c08e808a7 : Add a README for Remote Key Provisioning.
c32533735 : Support AIDL IAllocator for direct channel tests
dcf3c519f : Minor fixes on VTS tests
b2b747ffd : [VTS] Update allocator name for AIDL allocator.
8292bc929 : Implement KeyMint2 test for VSR13
0ae6bb065 : Implement alternate SE RoT provisioning
694e50be3 : Skip front buffer test if not supported
72415bcfa : Do not generate failed status on allocation failure
f782f6431 : Add multiple provision attempts in vts openSession test
9ab187f11 : Delete HIDL 3.8
9f352766a : Camera VTS: remove duplicate function in anonymous namespace
4bf91c7e3 : Camera VTS: Fix incorrect return value check
38ccfd7a2 : Tweak IMapper 4.0 VTS to run with AIDL IAllocator
07ef191b5 : wifi: Clear ring bufffers on detecting buffer corruption
aff537b77 : Do not enforce GAME_LOADING in VTS
124c3cde0 : Update flag value
ceae2a604 : Update VtsHalAudioPolicyV1_0TargetTest to match XML changes
479ec9e17 : VTS setSystemSelectionChannels maintain current state
ec60f0582 : identity: Remove test to check if Identity Credential is implemented.
2f5764315 : Gralloc: AIDL HAL may replace HIDL HAL.
9b7f79cbf : Clean up description of IRemotelyProvisionedComponent uniqueId
e8b22c1da : Add changes to Radio V1 AIDL interfaces
a2587da5b : Add Opus to BT Audio HAL and update version to V2
4d14c1edb : Add 32kHz as supported setting
895d41140 : Update Mapper4 SetBadMetadata VTS test for optional metadata
19a32b627 : Add VTS tests for measurementInterval, stopSvStatus, and stopNmea
dbcf52c2b : Add a test to verify a status callback registration
780d8c5ab : Bluetooth LE Audio: pass the 24 bit stream as unpacked through HAL
b440b234c : Corrects CameraStreamBuffering test case
13a8c20d6 : Add hashes for android.hardware.wifi@1.6::IWifi to current.txt
e779c76cc : Freeze another test HAL.
857158ba1 : KeyMint VTS: x25519 pubkey as SubjectPublicKeyInfo
b47e11e84 : Fix a bug that would access uninitialized data.
abc4ffe56 : audio VTS: Fix handling of ULTRASOUND sources
32a7bece1 : KeyMint VTS: skip device ID checks on GSI
b8f9efc5e : Clean up keymint ProtectedData documentation
502f9d017 : Effect: benchmark the effect process
bebd9520d : Merge "Run SecureElementProvision tests for KeyMint version >= 2." am: d347852bcc
bdf65ba94 : Support 24k and 32k config for LE Audio Offload
5c036af31 : Camera: Fix broken link in doc
0d814ce52 : Update CameraStreamBuffering test case
7c0353f8e : Handle case where NN AIDL callback is null in IDevice::prepareModel*
e644bb509 : fix first_api_level property fail in VF projects
7ecc29074 : Move NN_TRY macro out of struct initialization
d64dd7b6a : Clarify measurement interval documentation
e7938a23b : DO NOT MERGE: Disable current matrix.
ac70f417c : Finalize V2 of android.hardware.light
36e00b074 : Finalize V2 of android.hardware.biometrics.common
9267a4b49 : Finalize V3 of android.hardware.power
9264d3f78 : Finalize android.hardware.graphics.common-V3
739ae4951 : Fix sub-HAL handle in dynamic sensor meta events
d468abed9 : Do not call releaseMemoryResource on ignored slot in NN VTS
e8981922a : Freeze kernel configs for Android T.
467701291 : Added supportedAreas for CRITICALLY_LOW_TIRE_PRESSURE
d575109c1 : Check Exception Code for Service specific error
95939ed30 : Check and catch the callback transaction error
953448bb3 : Freeze compat matrix 7 for Android T
4b6d5a48a : Freeze HIDL HALs for Android T.
83cf51eb3 : VTSHalAudio: Increase test timeout for V6, V7.x to 10 minutes
b8069b37a : Fix VtsHalCanBusV1_0TargetTest
c7585d9dc : Set isOpaque For BlendMode::None
160e4a1de : Revert "Fix use-after-free in GnssMesaurementInterface"
e438bd358 : Added min/max rates for EV_CHARGE_TIME_REMAINING
e05cbc632 : Exclude timed power entities due to timeout mechanism
52afeb68e : Add HAL APIs for TX power limits
0d8b0d734 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
3d919f9f6 : Camera: Correct request settings R&C override
89c748837 : Increase challenge size in tests.
7f923b326 : identity: Add require_root to allow tradefed system auto run
712f48c21 : Fix WorkerThreadTest
a811822a7 : Unregistering HIDL interfaces breaks VTS
0c7505f89 : V1 is the latest version of android.media.audio.common.types
70f5837e1 : Freeze AIDL APIs for TM
c99d0553c : health: Add stayfan and smoreland as owners.
b6686e725 : Fix use-after-free in GnssMesaurementInterface
95a32bcde : Make graphics.allocator HIDL service optional
fdf818ffc : Updated EV_CHARGE_CURRENT_DRAW_LIMIT config array
9f6f592cb : Fix EVS VTS test cases
118816d29 : check all active ports
e9cb2933a : Fix AIDL sensors VTS test
3c4b22cef : check all active ports
5f29a4d84 : wifi: Fix single AP iface isn't deleted
7c92256c1 : audio: Require exact implementation version match
eae8adf20 : Fix return values in AIDL multi-HAL shim
cef135a3d : Build with upstream lld: Fix incorrect static dependencies
3be0ec611 : Build with upstream lld: Fix incorrect static dependencies
5fc076011 : Implements AIDL multi-HAL debug dump
b809329dc : Fix AES corrupt padding test
148303775 : wait for response before running next TC
1a55fff64 : set SIM slots mapping based on current mapping
9597360e2 : fix infinite loop in enableModem TC
e3421c3ce : Support '--user-hal' in FakeVehicleHardware.
4569ef554 : Add VTS test for timestamp for AIDL backend.
6923449c4 : Make FakeVehicleHardware async.
d69c54a4e : Move ComposerServiceWriter to composer3.
926d66ed0 : Add VTS test case to cover multiple RANs per request
4370ecf4e : wait for response before running next TC
c19a0bb01 : set SIM slots mapping based on current mapping
b5e9cdaf7 : Replace writepid with task_profiles command for cgroup migration
08255b45d : BtAudio: Prevent unlink dead binder
62cf45463 : fix infinite loop in enableModem TC
5a06465d3 : Update subscription logic for VHAL ref impl.
da5fa76f9 : Build with upstream lld: Fix incorrect static dependencies
0877d4aa1 : VTS: Remove enforce codec2 on ATV for S devices
18339992d : Allow old gralloc implementations to skip P010 support.
25c8c5372 : wifi: Fix for returning wrong radio combinations matrix
354140fd8 : DeactivateDataCall remove network on all errors
992f730a9 : Update documentation for data call list APIs
57556fbde : Enable host support for IRadio AIDL
19f4098f9 : Added automotiveSvV1.0_fuzzer
9a8084505 : Fix support for platforms without Frontends
fd854fe69 : fix SIM related VTS failures
3bb500068 : VTS testcases for HAL API setSimSlotMapping
8a6a1d38d : fix SIM related VTS failures
ddd4329e6 : Add a few tests that FRONT_BUFFER is flushing properly
a266b2c8f : Correct the PWLE valid duration
46c121476 : Implement getInterfaceHash/Version for SoundTrigger
bb73ba4e6 : Add -Wno-missing-permission-annotation for soundtrigger3
3c4b1725f : V3 is the latest version of keymaster HAL interface
703e97920 : Freeze AIDL APIs for TM
55f76ca7a : Update renderengine dependency to VTS
03b6daac4 : Send brightness nits to composer
11d4ab8f6 : Replace instances of strncpy and sprintf in the wifi vendor HAL with strlcpy and snprintf.
10651a6e6 : Add default config for new VHAL properties in Android T.
42b57166a : Add JavaDerive toString to AIDL classes
7056b24f8 : evs: Fix double ownership of FrameHandler and FrameHandlerUltrasonics
70da3cc0a : Fix the maximum frequency value calculation
d1a57eaac : Fix the default BandwidthAmplitudeMap contant
adcceec9a : Add A2dp decode software and offload session type
c04af1c23 : Fixed HostApd VTS test failure.
88ad18903 : KeyMint: Device IDs attestation based on verion.
abd3431f9 : Add ECHO_REVERSE_BYTES in VHAL ref impl.
dd1221d2d : Replace writepid with task_profiles command for cgroup migration
852a53027 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
da10904e9 : Add JavaDerive toString to AIDL classes
cefd18a94 : VTS: Check for "ro.board.first_api_level" in GetBarringInfo()
d48a5a982 : Clarify documentation for the dimming stage.
7d9bc46f6 : Updated the vts attestation tests for strongbox implementations which do not support factory attestation.
8af5e8479 : Fix the default BandwidthAmplitudeMap contant
e1685a735 : Camera: Fix test to use 64 bit pointer in stream use cases
ba9f55ee6 : Fix CDDL for signatures.
13c537585 : wifi: Remove RxFilter Tests from VTS test suite
bcb2f7347 : KeyMint HAL: clarify ATTEST_KEY is like SIGN
6e7fcb1de : Add vintf fragment for default broadcastradio
50a66b8f7 : KeyMint VTS: strict test only for v2+
e74f0bc95 : More canonicalization checks and canonicalize before signing
eaf266062 : Fix AIDL VTS setup
b22e1d6f3 : Update VTS tests for AudioControl AIDL HAL version 2
8a6930870 : Update Default AudioControl AIDL HAL for version 2
9101327a2 : Update compatibility matrices for IRadio AIDL
c31af39ec : Update AIDL files accidentally diverged from HIDL / libcamera_metadata.
e555400a9 : Enable IRadio AIDL VTS tests
1b7ebd292 : [AIDL] Add L to TagBoundaryId::VENDOR to indicate that it is a long integer literal.
2e2c6e7b3 : uwb(hal): Adding support for host tests.
6bb92e00b : Cast to int for union tag
b611de7c3 : Fix type conversion from aidl::AccessNetworks to hidl::RadioAccessNetworks
2897aff9d : Handle sample rate out of bound correctly.
5da33a22a : Fix AIDL VTS setup
476314cc5 : [HWC3.0] Add capability BOOT_DISPLAY_CONFIG
6288f4bbb : Revert "KeyMint VTS: add TEST_MAPPING"
f6c4ef850 : Declare android.hardware.radio@1.6 as system_ext module
76dd9336a : [VTS] test new API with success result
21244fc19 : Dice HAL: Add VTS Test.
2456a147a : Fix the maximum frequency value calculation
2e96b9dce : Fuzzer for default vibrator service.
3b46c05d9 : SpatialAudio: fix crashes in BluetoothAudioSession
b62f1ebb1 : audio: Add OWNERS to aidl folder
9d268857c : Add vintf fragment for default broadcastradio
f5bd7c054 : Add ExcessPathInfo (hardware/interfaces)
dba89696b : Updated Face AIDL createSession docs
f06d5d397 : Add OWNER for keymaster VTS
1a637199e : Key{Mint,Master} VTS: fix incremental AES tags
7b346190c : Add vintf fragment for default broadcastradio
75a6af231 : Hide all GNSS AIDL interfaces/parcelables/enums
86124738c : Dice HAL: Added default implementation.
bf89c797d : Update the default KeyMint version
88561d938 : uwb(hal): Add 2 CCC specific error codes in vendor portion
08696a754 : Prevent test crashes if device sets invalid curve
cb7d3d075 : remote_prov_utils: Add instance name in the JSON output
36efa7161 : Camera: Increase bit depth of stream use case to 64
fbcf7ea51 : Camera: Misc VTS test fixes
261db780b : composer: minor documentation fix
54d7fb502 : Add automotive related keys to AIDL.
c5131093b : Fix VtsHalNetlinkInterceptorV1_0Test
af2914162 : KeyMint VTS: Expect empty key if boot state unverfied
1585fdceb : KeyMint VTS: check for relevant devices
6ecbc7660 : SpatialAudio: Export LatencyMode functions to BluetoothAudioSession
7044a51c4 : DeactivateDataCall remove network on all errors
2bb879d8b : Update documentation for data call list APIs
24fee7bba : Define VhalResult alias.
726d51a69 : Migrate VHAL VTS to be AIDL compatible.
f46e1df10 : Clean up resource correctly when client died.
24f6d1d79 : Added platform to Bluetooth audio hardware interfaces
a6e579a45 : Remove GnssHidlHal from default implementation
8fbe33dfb : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
19a4ca17e : Split AESincremental VTS test into 4 Tests(For blockmodes-ECB,CBC,GCM,CTR)
a58110ea5 : Define custom error type for StatusCode.
d9d513fd4 : Clear apex.go entries for bluetooth libs
a4e7636e6 : Vts BlendMode tests skip for UNSUPPORTED ColorMode
d65dc06dd : Make NN canonical->HIDL adapter execute* methods synchronous
b6784321b : health: batterymonitor uses AIDL HealthInfo.
5cfd323e1 : wifi: VTS test for getSupportedRadioCombinationsMatrix
bc84a7903 : health: batterymonitor uses AIDL HealthInfo.
7e71fcf85 : KeyMint VTS: add TEST_MAPPING
795f75878 : KeyMint VTS: fix fixture setup name
44c952f69 : Vts readback status check fixes
d7bad8cf8 : [VTS] Add test for new HAL API
eac80de7c : [VTS] fix getCapabilitiesRequest_1_5 issue
ef8bdc4f1 : Update KeyMint VINTF fragment to version 2
0bdded6d5 : Cast to the underlying type for union tags
68b9acc4f : DisplayDecoration VTS: remove expected changed composition types
d3503a349 : camera: Fix AIDL VTS test
d0e9111ca : Fix a flaky test in FakeVehicleHalValueGeneratorsTest.
83fe80527 : Improve test coverage for FakeValueGenerator.
b48b6e28c : Improve getPropConfigs and error logging.
88e871b66 : Actually add DimmingStage to client target properties
0a68a920c : SpatialAudio: Init codec and buffer size from startStream()
6455e797c : getDisplayDecorationSupport: expect IComposerClient::EX_UNSUPPORTED
ba362a8c1 : Added annotations to prevent misapply of this interface by OEM partners
51aa86c09 : camera: Fix build errors due to CLs interleaving.
8ff184b51 : Add composer API changes in accordance to partner feedback
89b3de718 : Change the expected AP iface index when dual STAs supported.
362242f73 : Camera: Migrate VTS tests to AIDL
bf0bbc2db : Remove concept of nits from the client target properties
458e53e88 : Update the test directory structure
6ee0f7505 : Minor spelling fix
69ab393b8 : Always trigger prop change event for WAIT_FOR_VHAL.
e77f6be87 : Add tests that might be affected by HAL to presubmit.
323bddccc : Remove NN host specific build defines
6bdc75249 : Add VTS test for V1_6::IWifiChip::getAvailableModes_1_6
9447139c9 : Support vendor GNSS file properties for AAOS virtualization
758e5b37f : Add bssid to onEapFailure callback method.
8974cbcdd : uwb(hal): Fix typo in pulse shape combo caps
915908797 : getDisplayDecorationSupport test: allow errors
5341ebba5 : Export extractDerSubjectFromCertificate() utility API for oem Hal usage
0cc617cab : Provide alternate SE RoT provisioning path.
5561b4bab : VTS testcases for HAL API setSimSlotMapping
fb213d603 : Support for P256 curve in RKP for Strongbox Test: Run Rkp Vts tests.
c5e5f2059 : Revert "Add bssid to onEapFailure callback method."
4ce76d242 : Camera: Use 64bit integers for dynamic range profile values
cb4853941 : camera: Address ANAPIC review comments and additional cleanup
ce8b56cd0 : Add bssid to onEapFailure callback method.
89791a789 : uwb(hal): Modify TLV value size for interleaving params
65f6167f5 : wifi: Add qosPolicyRequestId in definition of supplicant AIDL APIs
89d7270dc : composer: remove IComposer.dumpDebugInfo
da125c608 : Set bluetooth.audio AIDL HAL to mandatory for Android T
921760d9a : Remove bluetooth.audio@2.2 default implementation and utils handles
13c370153 : Remove bluetooth.audio@2.2 interface
120302799 : aidl drm: independent min/max SecurityLevel for each supported mime
f46bb4ac8 : Supported synchronized fixed location and measurement from device files
76ff33b72 : Add parser to support CSV location data
4eb8cf8f6 : Read GNSS measurement from device file when available
6ceb09d60 : Add raw measurement parser
e7d2bbadc : fix potential use-after-frees of stack memory
95276a229 : Refactor and reuse some read device file logic Add skeleton on HAL for Gnss raw measurement injection
ad1bf31b7 : Add timed out test files to tidy_timeout_srcs
c2fb31847 : Change TOC and TOE to long
1cfe08149 : wifi: fix NULL pointer in unit tests
832cfea94 : Create callback to call on auxiliary supplicant events, namely EAP_METHOD_SELECTED, SSID_TEMP_DISABLED, and OPEN_SSL_FAILURE.
b2c8852cb : Wifi: Add VTS tests for Vendor HAL 1.6
fea031e81 : Reorder the hostapd Generation enum to list the WiFi generations chronologically.
7f40eee61 : Wifi: Fix VTS tests broken due to uprev to Vendor HAL 1.6
6d6616703 : Reinstate functionality of IWifiChip.getAvailableModes()
3921199e0 : Added automotiveCanV1.0_fuzzer
3202eab88 : BtAudio: Enable LE Audio software encoding VTS
9f86aafaa : Add drm aidl owners
cd5e46983 : Add isSupportedNoFailure and call in IsSupportedR8
de0575882 : Add a VTS test for DISPLAY_DECORATION
f4e067b60 : Update compatibility matrices for IRadio AIDL
55c22f897 : Supported synchronized fixed location and measurement from device files
be47920e9 : Add parser to support CSV location data
60d52e48f : SpatialAudio: Fix VTS for the new parameter in AIDL. 2 more VTS functions was added while the AIDL was changed so they are not included in the CL of changing AIDL
3f8f5997a : Audio: Load Bluetooth AIDL HAL
0623bdd5f : Enable IRadio AIDL VTS tests
58ced4f54 : [VTS] Removes wait on buffer fence
07e6f8499 : [VTS] BlendMode::Coverage test
b62be4dba : Update CustomInputType AIDL documentation
9ab4ffb43 : Add AndroidCarApiTest to presubmit.
d90c47420 : audio: use binder threadpool
04a399a9e : Minor fix for the session type in the comments
336d90c84 : Add LE audio broadcast offload vts test cases
18aa2d952 : Camera: Update constrained HFR VTS test.
d20063ad9 : Merge fix to AOSP: Report default location when location is not available in /dev/gnss0
65569272a : Read GNSS measurement from device file when available
31493d1dc : Add raw measurement parser
3f467bd10 : fix potential use-after-frees of stack memory
cb8474d7b : Refactor and reuse some read device file logic Add skeleton on HAL for Gnss raw measurement injection
c92270e1d : SpatialAudio: Set low latency allowed signal at startSession The logic is that to send FREE and LOW_LATENCY to audio at startSession, if bt receives setLowLatencyModeAllowed(true) before start session. If the parameter false, or bt doesn't receive the signal at all, then bt sends FREE to audio.
03e15d8e8 : Clarify optionality of head tracker velocity
8a1be763b : BtAudio: Handle dataInterval in LeAudioSW VTS
4d2938f3b : BtAudio: Iterate reference in VTS helper
5d50dc098 : BtAudio: Handle bcast hw offloading codecs
7ce70fea3 : Use Vector instead of unordered_map for hotplug displays
b636af282 : BlendMode VTS tests
049e2cd32 : Add Bluetooth Audio AIDL HAL VTS
66db5dd07 : Add VTS test for VoNR apis on IRadio aidl
73e470235 : Remove isUpdatable query from NNAPI -- hal
6f497d183 : Clamp NNAPI HAL Version to runtime version -- hal
b1144219b : ClientComposition test fix
0a2bee4eb : Clean up the GraphicBuffer.
6c1adf0aa : KeyMint: Test generation of asymmetric keys fails with missing parameters
42bbd27a4 : Generate constants from the audio HAL V7.1 enums
f31ae8d49 : broadcastradio 2.0: uses correct interface tag.
a90257463 : vibrator: aidl: update OWNERS file
af798d4d2 : vibrator: aidl: update OWNERS file
c00f8ad8f : Declare license metadata for copied files.
05e2e84c6 : Update supplicant callbacks with reccomendations from the ANAPIC review.
675345386 : Remove default value for AP_POWER_STATE_REQ.
e6214078b : audio VTS: Fix HAL device management
a85cebb63 : Make AUDIO_USAGE_NOTIFICATION_EVENT available to HALs
ec8ef38ad : audio: Add android.hardware.audio[.common]@7.1-util modules
ff62b259f : audio: add Ultrasound materials to 7.1
c78a2efe3 : Fill signalType in GnssClock.referenceSignalTypeForIsb
359bf3209 : SpatialAudio: Remove codec interface from audio HAL. Codec switch logic will be inside Bluetooth
f730788ee : Fix EVS Stream definition
42d931a27 : Use parens to fix output
f335be12c : Supplicant: Add support for DPP AKM configuration and connection.
e8f2f7ccf : Clarify getHardwareInfo() beavhior
b1f16725c : Provide dimming ratio instead of white point nits in composer
81f38e55c : Spatial Audio: Implement setLowLatencyAllowed functions in BluetoothAudioSession
13cb922a0 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
8db34352b : uwb(hal): Switch ANDROID GID to 0xC
014246544 : Remove hostapd and supplicant HIDL HALs from the current compatibility matrix.
4a016add9 : audio: Remove IStreamIn@7.1
930799246 : audio: Add IDevice.setConnectedState_7_1 method
22dc9b9aa : audio: Add recommended mute duration attribute to APM XSD
87edc66e1 : Audio: Add memory leak checking for HAL
4aab4f770 : Allow CompOS to use DICE from C++
a7e6cd0b7 : Adding AIDL version 2 of AudioControl HAL
2389ce2f9 : drm aidl vts: address ANAPIC review
f75da44f1 : Bump VTS of android.hardware.light to V2
285c0a041 : audio VTS: Fix HAL device management
fe6d6b122 : drm hal aidl API cleanup
03cbe7182 : Correct the offload capability and update comment(AIDL)
4165ed160 : Add GNSS AIDL VTS tests
91b4835ad : Fix cert-dcl16-c warnings
4f4d365aa : Fix cert-dcl16-c warnings
af1169fbf : Wifi: Add Supplicant HAL APIs to get MLO Links Info
e80a57685 : BT: Broadcast AIDL more handle on the default implementation
16a154767 : BT: Broadcast AIDL simplification
75d311d54 : Make VehicleHalUtils vendor available.
d1374e051 : Add explicit apex_available clauses
5d7af1e97 : Adding AIDL version 2 of AudioControl HAL
c20d70e09 : Assure width and height are always initialized
0cd341b24 : Add the BluetoothAudioStatus for the reconfiguration
fac554445 : Revert "composer: adds BufferAhead for the LayerCommand.aidl"
fa4a4f8da : audio: Add android.hardware.audio[.common]@7.1-util modules
9a30ec87a : audio VTS: A follow-up to latency mode APIs tests
62b89b167 : uwb(hal): Some changes to the CCC capabilities to align with latest proposals in standards body
7f620e3a8 : Wifi: add maximum channel bandwidth limit to softAp
7cdf8325e : Spatial Audio: Move setLowLatencyModeAllowed from hidl to aidl
8bb4ce13a : Remove test `GetDisplayAttributeConfigsInAGroupDifferOnlyByVsyncPeriod`
dcecfd46a : Use Wrapper in the readback tests.
431aad4a6 : Use VtsComposerClient in Base test
edf3ef9f9 : IComposerClient wrapper for VTS tests
5d8805e25 : Add IfaceConcurrencyType and related methods for AP_BRIDGED concurrency
20014dab3 : Add vehicle curb weight property
a4c4c61ee : Spatial Audio: Add setLatencyMode and setCodecType API with empty implementation
7e4ca8a8f : Restrict the bluetooth.audio@2.2 OWNERS for the small group
0dc66a2c6 : VtsHalBluetoothV1_0: Turn off/on BT for all users
f6e0f39cd : Add new fields to fingerprint PointerContext
8805b2d67 : Address ANAPIC review comments -- hal.
16894f0e0 : audio: add new enums for 7.1 HAL
ed7dfd5f3 : Audio HAL V7.1: Add latency mode APIs
896b7ab73 : Expose response methods for services using compat library
e5c038e9e : Add a more detailed HAL for DISPLAY_DECORATION
b44de0093 : uwb(hal): Remove getAndroidCapabilities HAL API
9ca871ae2 : Add stream use cases to camera aidl interfaces.
0564249f9 : Fixed vts tests cases which do not support factory attestation. Test: Run keymint Vts tests.
7853416a0 : Camera: Add automotive metadata section
9f3b352cd : OMX VTS: Added a test to mandate transition to C2 codecs
563238913 : Audio HAL V7.1: Update VTS
8140f5660 : Audio HAL V7.1: Update the default implementation
51a7e1384 : Audio HAL V7.1: Interfaces & types
e01400a7e : Adding bluetooth apex
f815455af : IHostapd: Add support for OWE security encryption type.
374bec341 : Update UsageSetting Cache before comparison in VTS
cb39dd051 : Remove InputClassifier from current compatibility
5ea2d1799 : uwb(hal): Add an android specifci aoa_result_req value
bab1ba54e : Add a Java backend for android.hardware.graphics.common AIDL
0b0d7332f : Add AIDL interface files for android.hardware.camera.common .
fd3b3c6c7 : Add AIDL interfaces for camera device hal functionality.
75aec9028 : Add AIDL interfaces for camera HAL provider.
2ed773b36 : Move owner file on the top of bluetooth.audio HAL folder
33e7fef88 : Add AIDL interfaces for camera metadata.
bcfa0f45b : audio VTS: add tests for latency mode APIs
bb2fe3f4d : audio: add Ultrasound materials to 7.1
9c28a1ed3 : Make os_version optional for StrongBox
cd883bc17 : Address ANAPIC feedback
ef2da6da7 : Add CAMERA in light type for android.hardware.light
d0c0bbb6c : Remove full namespace in header file.
7267abff2 : Camera: Add stream use case API
d1431859b : Add minimal IAllocator AIDL VTS test
b09556a1e : Add a top-level OWNERs
893ea2168 : audio: Remove IStreamIn@7.1
6c4bb0aae : Add trailer present property
7455efc39 : Adding bluetooth apex and min_sdk_version
b30f4556f : Update documentation of SensorInfo.aidl
fbc0db2cd : Fixing spec discrepancy in MacedPublicKey
8f1f1503c : Add properties for EV charging
8c255e69b : Enforcing canonicalization of DeviceInfo.
09fd01293 : Update getInterfaceVersion checks to include -1
6c256dbca : Run SAP tests on slots based on configs
cc0cd5ead : Spatial Audio: Add audio HAL interface for allowing or disallowing low latency audio
b32b54410 : Make contexthub aidl available host side
8b09c50e4 : Changing DeviceInfo fields to be mandatory.
4e6c9a2b8 : Improve initialization sequence for supplicant AIDL VTS tests.
41f6858f7 : Add @PropagateAllowBlocking tag to supplicant methods that return an interface.
3ba59bc5c : identity: Fix API level used for Android 13.
c47bc672a : Add GnssAntennaInfo AIDL capability
2b5db8eae : Remove 'ops' field from BCC public keys.
81880284a : Include the CWT validation in VTS testing.
ad6d09493 : wifi: Add support for AP initiated QoS policy feature
9699aa5aa : identity: Add VTS test to check that Identity Credential is implemented.
5dba92132 : Remove use of ILLEGAL_ARGUMENT in hostEndpointDisconnected
b819484c4 : Rename VehicleHalUtils to VehicleHalUtilsVendor.
533f78f41 : audio: Add IDevice.setConnectedState_7_1 method
f746a91d9 : Final API changes for IRadio
22c5b6489 : -= src_available (internal)
50a73bca7 : composer: AIDL HAL may replace HIDL HAL.
6b0905cb6 : Move NNAPI HAL CommonUtils to nnapi/SharedMemory -- hal
363bb087b : Make TrafficDescriptor nonnull in DataProfileInfo
1b538f536 : uwb(hal): Remove FIRA params from the HAL interface
834f32215 : identity: Add tests to check that implementations support 32 bytes for challenges.
795025ebd : Require Power HAL v2
339f0aca2 : Explicitly type cast a variable
33ba66bba : Update a default HIDL EVS HAL implementation
d13bbb325 : BT: Aptx-Adaptive AIDL changes
52de0adbd : Add all prior VTS tests
c8438c070 : Send a unlocked message for test coverage
69f0f8bae : Add register/unregister methods for SvStatus and NMEA (hardware/interfaces)
22884acd6 : Revert "IComposerClient wrapper for VTS tests"
ccc496b7b : VTS for UsageSetting
b6800fc71 : audio: Add recommended mute duration attribute to APM XSD
ca421a6c7 : Final API changes for IRadio
9cf44590f : Add HAL APIs for WiFi CHRE NAN RTT
4ae4e1723 : Allow null DataProfileInfo for IA APN to clear
634340d6a : IComposerClient wrapper for VTS tests
58cdf3daf : Revert^2 "Create thermal apex"
b0a6c0bd2 : uwb(hal): Add device capability TLV values
12cf91d7f : Updated VTS to support heading sensors.
70ac10680 : Add HDMI to Source
88d18bf4b : Convert InputClassifier HAL to AIDL
1755f21ff : Add owners for IRadio VTS
fbc5d731c : Allow null DataProfileInfo for IA APN to clear
912bdf343 : Add all prior VTS tests
262c7739c : p2p: add new HAL API to pass vendor-specific data
13d1d1066 : Fix a data type of the display ID
d43080da7 : uwb(hal): Add device capability TLV types
9184178f5 : Make interface linkable for libmediadrm
19c2d9b2c : Add ephSource, toc, toe, IODC, IODE to SatellitePvt (hardware/interfaces)
ac1125cb9 : composer3: update cursorPosition documentation
040984fd4 : Audio HAL V7.1: Add latency mode APIs
5b8529a1d : audio: add new enums for 7.1 HAL
d40304b57 : composer: adds BufferAhead for the LayerCommand.aidl
589e5f76f : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
8d34c5179 : wifi: add an api route for removing a P2P client
ef97d23f8 : wifi: Get the supported radio combinations matrix
05e636413 : p2p: support find a specific channel
64345cd62 : health: vendor.charger-* -> vendor.charger.
75934f7a0 : Fix ANAPIC review comments (hardware/interfaces)
105da222f : Remove early break for sub-HAL initialization failure
1c0febea7 : uwb(hal): Add 2 new CCC param ids under vendor interface
be6963a27 : Add explicit apex_available clauses
e13c7b20e : IHostapd: Add support for OWE_TRANSITION security encryption type.
51c7bd47a : Wifi: Remove premature 'return'
425df5040 : VTS tests for Game Loading Time improvement by boosting CPU via ADPF
a9040400c : Implement VTS for resetUsbPort and notifyResetUsbPort
fe0546fe1 : -= src_available
38e65b13d : Updated VTS to support limited axes IMU sensors.
1bf823ce7 : Revert^2 "Add remote key provisioning to the IC HAL"
ff3df54c3 : Revert^2 "Refactor IC support for RKP"
3fc3c4cc6 : Revert^2 "Log to logd in the default identity service"
801695e62 : Revert^2 "Fix formatting of identity credential aidl"
ce255a317 : Add head tracking to multi-HAL conversion code
5502a1fa3 : Revert "Log to logd in the default identity service"
201e6abbd : Revert "Refactor IC support for RKP"
be3211330 : Revert "Add remote key provisioning to the IC HAL"
78063761f : Revert "Fix formatting of identity credential aidl"
6e13599d9 : Wifi: Add HAL API and implementation for instant mode filter
50c001dd2 : Wifi: Add support for Wifi Aware 3.1
5ee4de588 : Clarify FRONT_BUFFER requirements
5b320fb72 : Move PendingRequestPool and ParcelableUtils.
549e7f542 : Add OWNERS for IUsb aidl interface
595598574 : Wifi: API to set the indoor state of device
02c7bb3df : Get bridged AP interface name from Wifi HAL.
a27840767 : BtAudio: Remove "V1" in default AIDL impl name
5904a72fc : Add vts tests to verify DRM AIDL interface
8cdc37efa : BtAudio: Add AIDL loader entry
2e1f26cb4 : Add NFC AIDL HAL VTS to presubmit checks
4993240b9 : audio VTS: Update SetConnectedStateInvalidDeviceAddress
8a76d40f9 : VTSHalAudio: Increase test timeout for V6 and V7
40fde0bc0 : Audio HAL V7.1: Update VTS
7d01538ee : Audio HAL V7.1: Update the default implementation
a0cd94491 : Audio HAL V7.1: Interfaces & types
25e9823f6 : Add update context method to face and fingerprint HAL.
b5b69f0e0 : Add remote key provisioning to the IC HAL
3200496e7 : Refactor IC support for RKP
51efd9e0e : Log to logd in the default identity service
3b9abd3b9 : Fix formatting of identity credential aidl
fc86bf4d5 : Add uniqueId to IRemotelyProvisionedComponent
325e8235c : Skip expectedPresentTime_* tests when unreliable fences cap present
932474974 : Make retrieving SMPTE2094-10 metadata optional.
44def7c86 : Add properties for front and rear fog lights
38c446f3b : Add OWNERS file for android/hardware/graphics/common
3e037cf68 : Remove stride from VTS classes
358a2bbed : Remove never-reached 'return' statements
a84a1266b : VTSHalAudio: Increase test timeout for V6 and V7
45131a730 : Add resetUsbPort in USB HAL interface
f88323591 : Add Vts test for enableUsbDataWhileDocked interface
e745058f7 : Add fields to infer UsbPortStatus and allow enabling usb while docked
75462aafb : BtAudio: Improve LE offload compatability
653108cc5 : BtAudio: Remove sample_rate_to_hidl_2_0_map
92ee56024 : Add some helper functions for Emulator.
9880f6bb3 : BtAudio: Add InReadPcmData to middleware
6cd2fd7e5 : Move VehicleHalProto out from vhal_v2_0.
73446f495 : Support set property in dump.
93d36287e : Support debug dump
2e6d900f3 : Prevent log spam.
26a3150b7 : Optimize some code path to move instead of copy data.
05571e471 : Wifi: Add implementation for vendor HAL for 11be support
d73b64ccc : Wifi: Update wifi vendor hal API with changes for 11be support
57633e5a7 : VTSHalAudio: Increase test timeout for V6 and V7
d0d9a7aba : Make VtsHalNeuralnetworksTargetTest run on the host
62ae37be3 : Fix asserts for GetReadbackBufferFenceInactive
881190f81 : Support frontend status readiness query.
8b8b2d574 : BtAudio: Add OWNERS to aidl implmentation and VTS, hidl 2.2 handling
d97a3c3cd : Relax assertion criteria in HIDL sensors convert code
754fcb8c3 : Avoid multiple map lookups
98d7e083b : BtAudio: Fix default implementation typos
6f67c56a6 : Add Vts test for limitPowerTransfer interface
623f13385 : Add limitPowerTransfer API to IUsb
aef9dec7d : VTS tests for USB AIDL interface
b9f69ea77 : Migrate IUsb to AIDL
bf928e775 : composer: 2.4: vts: Add missing COMPOSER_OVERLAY allocation flag
ce6ca9eda : BtAudio: Fix SessionType mapping
f68d9c42b : soundtrigger: add host_supported
a0b56bde1 : composer: add API to control display idle timer
feab5d932 : KeyMint VTS: police Ed25519 msg size limit
ce87f9187 : Add a2dp vendor codec extension
090f16c0b : Supported synchronized fixed location and measurement from device files
062bc9a3a : Use IComposerClient::EX_UNSUPPORTED
a81deb0fb : Add TYPE_HEADING sensor type definitions.
14829be26 : Implement linkToDeath, use binder as client ID.
d110eda70 : Add permission check and heartbeat event to VHAL.
4299bb325 : Support subscribe/unsubscribe in VHAL.
0996ac8a4 : Organize imports and fix formatting
a6b650060 : Add VTS test for new settings enums
88c6269a5 : Add enum value for BT main / scanning toggle states
9257d6d06 : Cleanup NN utility libraries' dependencies
7b4d5ee45 : Cleanup for readback buffer management:
981bb666a : uwb(hal): Set sdk to Tiramisu
e531a092f : Check createComposer().isOk() in test setup
b5c8a82f2 : HAL interface for compilation and execution hints
d6e34f7aa : Camera: VTS: Remove GRF MultiCamera for Android 12
79c936deb : Add vendor codec type to support the vendor config and capability
dbc36e52e : Add new aidl interface for android.hardware.nfc
dea3e80b3 : Add updateTrackMetadata support with audioSerssion_2_2 control
1320f88af : Camera: VTS: Remove GRF MultiCamera for Android 12
0e671f3ed : HAL interface for compilation and execution hints
a42956fbe : Add minDistance parameter to GnssBatching (hardware/interface)
c5a9283c0 : Refactor MockVehicleHardware into separate files.
e032b1584 : Use subscription manager in VHAL.
686ec516b : Add subscription manager.
5ad921ae2 : Add RecurrentTimer for VHAL.
c23086038 : Manage pending requests in default VHAL.
5aebcf5f2 : Add ApnType.ENTERPRISE
810aaa0a8 : FL7: Refine MIRROR_PAD specification
146b38685 : FL7: Refine REVERSE specification
da4682aa6 : FL7: Add some AIDL_V3 test infrastructure
061d3411c : Freeze neuralnetworks AIDL version as v3 for FL7
88ec0799d : Add NNAPI specification and infrastructure for FL7.
5f78f65e8 : Test that R_8 can be allocated if it's supported
ea3ab4f3f : Camera: VTS: Remove GRF MultiCamera for Android 12
2b2846855 : Camera: VTS: Remove GRF MultiCamera for Android 12
f3e239fc3 : Turn off CFI for other Keymaster VTS versions
ee22b6ce2 : Add owners file for VHAL.
0d91cbe39 : Reland "Add IAGnssRil AIDL HAL (hardware/interfaces)"
0cf627aed : Wifi: Add vendor hal 1.6 to rc and make files
72e06c284 : Add VTS tests for reusable execution.
ad5d0702b : Remove GnssAntennaInfo AIDL capability
bbf7fb932 : Add MeasurementCorrections AIDL HAL (hardware/interfaces)
4a05294ae : Add limited axes imu sensor type definitions.
a2b862a52 : wifi: add API for setting roaming consortium selection
115180e95 : WiFi: Basic support for 11be to Supplicant HAL
c552b141e : WiFi: Basic support for 11be to Hostapd HAL
ae12e389f : composer: add getDisplayPhysicalOrientation
30a198ded : Camera: VTS: Remove GRF MultiCamera for Android 12
5cb52553d : Fix copy() using iterators from different containers
11f30c81e : Reusable execution at HAL level -- HAL.
018fc3cac : Define AIDL reusable execution interface.
859200800 : Add VTS tests for reusable execution.
80189011c : Add Stable AIDL version of EVS HAL
4c7b8f8fd : Combining GnssVisibilityControl to gnss aidl_interface
cd938514b : Allow CompOS to use DICE
6ab53e76a : Add Bluetooth Audio default AIDL implementation
20bac52a5 : Add Bluetooth Audio AIDL utils
37d77dded : Add IGnssAntennaInfo AIDL HAL
5b13512b8 : health: support Dock charging
600e91322 : Add aidl version of android.hardware.input.common
28e06feed : Use the new LargeParcelable API.
cf9779659 : Remove SurroundView HAL from compatibility_matrix.current
75c5fdcb8 : FL7: Refine MIRROR_PAD specification
ec291441a : FL7: Refine REVERSE specification
3210fd824 : FL7: Add some AIDL_V3 test infrastructure
8cfb70f93 : Freeze neuralnetworks AIDL version as v3 for FL7
38dd47890 : Add NNAPI specification and infrastructure for FL7.
7f5c7d293 : Reusable execution at HAL level -- HAL.
0d9b1a9d2 : Define AIDL reusable execution interface.
54cfc5a10 : Add PendingRequestPool to handle pending requests.
760c1081f : Allow atrace hal tracefs access
510670192 : Readback test support for per-layer dimming
95e490bf2 : Add VTS for setting layer white point
bd838b8b5 : Moved implementation of ConvertUtils to cpp file.
734c841da : Block cipher fixups
7b957abe4 : Add alecmouri to composer OWNERS
aae30614d : VtsAidlHalSensorsTargetTest: Fix assignment
9918ede8c : Add ApnType.ENTERPRISE
59329712a : Update VTS to use ExternalTexture impl
154fbf151 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
ae3863405 : Power: add a generic game mode
d99c82dc5 : Support not tuned PLP info query.
abf00a930 : VTS: Check for "ro.board.first_api_level" in GetBarringInfo()
19a6a6a76 : Add parser to support CSV location data
ef1d9b6f8 : Add front buffer usage
8df6fa133 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
d561cc339 : add slicingConfigChanged api
0331815ad : Add VTS for setLayerBlockingRegion
c338f29b6 : VTS: Check for "ro.board.first_api_level" in GetBarringInfo()
4c6e9ebf1 : Composer hal changes for boot time display mode
4dd1b26ca : BtAudio: Replace bitmask capabilities with vector
ab1851e9f : Alter spec text for RSA-PSS to match reality
c6b8907a3 : Alter spec text for RSA-PSS to match reality
42b2d0a65 : Support the location injection in AIDL HAL
7bd42e1b1 : Update common and face AIDL for session logging.
962d5dfa9 : Allow VTS tests to pass on devices without Hostapd AIDL.
687ce1305 : Wifi: Uprev wifi HAL to 1.6
68e4300c7 : Freeze neuralnetworks AIDL version as v3 for FL7
5214086d2 : Update supplicant bitmap comments to clarify that defs.h is a useful reference, but not the main definition for the bitmap values in the interface.
13cb0fb23 : Update common and fingerprint AIDL for session logging.
ec876871e : health: vts: Remove hridya@ from OWNERS
b3bdf0535 : ASSERT error check in brightness test
42fe18963 : KeyMint VTS: test curve 25519 functionality
629b3a4cf : Implements AIDL VTS direct channel tests
62f2cf5b4 : Correct the offload capability and update comment
594cc78a7 : Remove uid from NN HIDL adapter
becb08fac : Update EVS OWNERS
534556391 : Create NN AIDL adapter
d72ba14c9 : Add HEAD_TRACKER sensor type definition
cc7409e8f : Allow VTS tests to pass on devices without Supplicant AIDL.
17857cc46 : Updated multihal to use new sensors AIDL interface.
189cf702d : Inform p2p framework about the channel change event
e106f475b : Add API to filter out unnecessary PIDs from frontend output.
37f1609ed : DICE: Use fixed sized arrays for fixed sized fields.
4d37f6967 : [IHostapd] Support vendor-specific AP config elem
1bc606faf : BT: Support LC3 over A2DP
60b00151b : Add le audio capabilities and audio config update supported in aidl
0f5c11d96 : bluetooth.audio pass both source and sink metadata
dd7f7b9a9 : Revert "Add IAGnssRil AIDL HAL (hardware/interfaces)"
1bee7abe6 : composer: Color.aidl should use floats
4596369b2 : composer: remove FloatColor
faeb13303 : wifi: add certificate HAL callback for Trust On First Use support
df084f35f : composer: deflake Test_expectedPresentTime
1eb12b297 : identity: Add multi-document presentation support.
494ba666a : Add CRC32 checking hint.
bc1c74383 : Cleanup to composer apis for HDR:
4811381f3 : Update IConsumerIr method comments and add units to parameter
d1f6dea04 : Fix dumpstate AIDL interface API comments
4718025a6 : FL7: Refine MIRROR_PAD specification
738d3d595 : remove libbinder_ndk_host_user
536f04e35 : Add LayerCommand.blockingRegion
070f47dd7 : Make return values of IContextHub.aidl more consistent
8ee98880e : Add Stable AIDL interface for DRM service
eabd9d6d2 : Verify op_ is not a nullptr
406cb76ef : Add GnssAgc to GnssMeasurementsEvent (hardware/interfaces)
60564e18c : Adjustments to composer apis for HDR:
7ae425543 : Adjust Context Hub AIDL based on feedback
2e64b4d9f : Update HAL structure to include offload capability for broadcast
5f33dbe46 : Add IAGnssRil AIDL HAL (hardware/interfaces)
a4dbaffae : Add new aidl interface for android.hardware.bluetooth.audio
73cddd17b : audio: Add AIDL definitions for Playback/RecordTrackMetadata
e807d3722 : Port ID is always 0 for HIDL HAL.
9c922979d : Fix minor TODOs in HIDL-AIDL translation shim
7dc51f44c : Empty change to fix automerger errors
48f28fe30 : Revert "Merge "Revert "VTS for IRadio AIDL"" am: 3a16f8fe50"
b5f634fc3 : Camera: Add device 3.8 and HDR10 native APIs
fab263cea : health: Add libhealth_aidl_impl_user.
91997ac08 : Finish IRadio 1.6/IRadioConfig 1.3 AIDL VTS
c9d3b7b9d : Convert hidl_bitfield and bitfield to int
6155d5f96 : Move Radio HAL compat shim logs to radio buffer
963a56f74 : Set HAL response functions after framework sets all of theirs.
571542b4b : Use most recent available HAL methods.
60638572b : Use AIDL callbacks directly.
6acef468c : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
1afbd5f23 : Add navigation methods to IGnss AIDL HAL (hardware/interfaces)
9035e7c6f : Revert "Revert "Move libprotocan to hardware/interfaces/automotive domain""
4b55679d3 : HAL doc: iccOpenLogicalChannel for MEP-A
c5ec03427 : Prepares android.hardware.wifi@1.0-service
7f6d54c37 : Revert "Move libprotocan to hardware/interfaces/automotive domain"
2247b0ba2 : IRemotelyProvisionedComponent: Add strongbox definition
12788a428 : Add android.hardware.ir to vndk
7aca942e8 : HAL docuement: clarify iccSlotStatus when sim state absent or error.
77414ebf5 : Fix NNAPI HIDL 1.3 VTS MemoryDomainExecutionTest
c83bce4cc : Finish IRadio 1.6/IRadioConfig 1.3 AIDL VTS
b09c752e5 : Move libprotocan to hardware/interfaces/automotive domain
6d8e49a05 : Convert hidl_bitfield and bitfield to int
a049eb0fa : Remove separate_platform_variant entries.
fb43bf28c : Update NNAPI owners file
4831b6ac7 : Cleanup: remove LE audio hardware offload supported by openProvider_2_1
3f9f41f3c : Add audio configuration API and the callback function for bluetooth.audo@2.2
bc2a1b732 : Adds sensors aidl default (cuttlefish) implementation
fcf0785d7 : Add dummy interface combination for debugging
830a0b445 : Add DisplayCapability::DISPLAY_DECORATION
d1d52fac2 : Move Radio HAL compat shim logs to radio buffer
5dad8ffb5 : UsageSetting Compat Stubs
ead01a029 : Add UsageSetting to IRadioNetwork
65b7f4453 : Implement setValues in DefaultVHAL.
ca779c76b : Support latency in MockVehicleHardware.
377dc7558 : Add checkPropValue in VehicleUtils.
c2cf86b15 : Implment getValues in Default VHAL.
11c0c2423 : Add intervalMillis to IGnssMeasurement (hardware/interfaces)
2efab6cd3 : Reland "Update documentation for DISPLAY_DECORATION"
5766ddfac : Support enable/disable Frontends.
23d32a1fc : Add external lazy camera provider 2.7
2b0e9ee4a : Fix time measurement in FilterDelayHintTest
7ed10b083 : Allow negative value for CorrelationVector#samplingStartM
d2a4119e2 : VTS for IRadio AIDL
e98dd0e94 : Add TrafficDescriptor to DataProfileInfo
c7b6c928a : Add new fields to DataProfile
128849dcf : Revert "VTS for IRadio AIDL"
435fd2fda : composer: fix null pointer dereference
c7ac0b2a1 : Adds sensors HAL AIDL interface
2d91b225e : Enable MS OS descriptors for adb.
90c6bf561 : VTS for IRadio AIDL
6c09bff37 : Put tuner scan handling to a thread.
6d29f096e : Revert "Update documentation for DISPLAY_DECORATION"
e9640e00a : Add OWNERS for VTS module VtsHalIrV1_0TargetTest.
74948b8ac : Add OWNERS for VTS module VtsHalMemtrack test.
fa7e058b5 : Revert "Update documentation for DISPLAY_DECORATION"
784e44335 : Get default provider codec from HAL
c4fd63353 : composer: remove translate-ndk
46219f573 : composer: cleanup CommandWriterBase and CommandReaderBase part 2
b9b5df3ce : composer: make PresentOrValidate.Result consistent with hidl
8d65de587 : composer: rename ClockMonotonicTimestamp.timestamp
dc6dd6994 : composer: release fence can be null
244423c76 : VTS for UsageSetting
fc5603b7e : VTS for IRadio AIDL
d7b62ecbd : Remove HIDL Context Hub from compatibility matrix
bf7a5d286 : VtsHalInputClassifier test: Include libbinder headers
654a3287a : Remove GenericMetadata from composer3
8de988580 : composer: DisplayCommand.colorTransform is just a matrix
74fc8e819 : BT: Fix typo and improper data type
64803940e : Update documentation for DISPLAY_DECORATION
72c5b503e : composer: pass expetcedPresentTime
7eda78274 : Support DVB-T Cell Ids.
f33cea94c : Add onSessionEnded handle for HIDL 2.2
9a3de3ccc : health: AIDL HAL may replace HIDL HAL.
8579f1d1c : Set HAL response functions after framework sets all of theirs.
31f6fab3c : Use most recent available HAL methods.
6902a7577 : Use AIDL callbacks directly.
0675bafd4 : Add OWNERS file for AIDL-HIDL compat shim layer
4cdc4f20b : Merge "VTS: fix some logic errors for tuner HAL vts [1/1]" into android11-tests-dev am: 0638fc1ede
b23ec019c : AudioPolicy Engine: update schema for optional attributes of criterion types
6645e9ea7 : wifi: Extend onFailure callback for dual AP case
a2c195d5e : Section filter isRepeat clarification.
afe17c509 : Enable LnbCallback in hidl/aidl default tuner implementation
4ddf8b566 : Merge "Add android.hardware.security.dice HAL interface." am: b05a7c1376 am: 1d5af3f5ec
ada2850cf : fix VtsHalGraphicsComposerV2_2TargetTest timeout failed
79c02160e : Add support LE audio offload for HIDL 2.2
d7a5de2b1 : Add GnssVisibilityControl AIDL HAL (hardware/interfaces)
91c9d1a82 : composer: cleanup CommandWriterBase and CommandReaderBase
0de7ad674 : Convert IR interface to AIDL
fcedda02c : Add new features to tuner AIDL HAL.
bf39d4db3 : VTS test for previewStabilization
5e86eed7d : Update some comments for tuner AIDL HAL.
c3cc5a0b2 : Add android.hardware.security.dice HAL interface.
f58147b71 : Renamed bluetooth apex name to com.android.bluetooth
7dff4fc9b : KeyMint: new version number in attestation
202b02de5 : Add IGnssDebug AIDL HAL
98ae3eea8 : fix VtsHalGraphicsComposerV2_2TargetTest timeout failed
28a481275 : Add Wifi HAL supplicant AIDL interface definitions.
846927646 : health: Add AIDL VTS to general-tests.
dc58ca4d2 : Config the number of live modems based on current multisim number.
3d18f9238 : Store the GraphicBuffer allocated so that SP pointer is not deallocated when this function exists to verify values in other related fuctions.
ffb03995e : CHECK -> CHECK_EQ copy pasta
5779890fd : Skip slot 2 for other radio modules in single sim mode
a80531fdc : composer3: fix documentation to match aidl style
6679baf60 : composer: add DisplayCapability::SUSPEND
c26756d5e : composer: move LayerCommand to be part of DisplayCommand
055c02fcf : UsageSetting Compat Stubs
3e777942d : Add UsageSetting to IRadioNetwork
d79a0ec9e : Revert^2 "KeyMint HAL: add curve 25519, bump version"
5ad93755c : Camera: Add 3.8 version of ICameraDevice.
663ca1abb : VTS: fix some logic errors for tuner HAL vts [1/1]
82a892c11 : Gate gsm/cdma radio feature only for emergency dial
08103076e : Add NanoappRpcService to Context Hub HAL
e76045d7b : Revert "KeyMint HAL: add curve 25519, bump version"
beea10e8e : Set the thread pool count to 4 for vts3 tests. Thread priority is from https://source.corp.google.com/android/frameworks/native/services/surfaceflinger/main_surfaceflinger.cpp;rcl=e9cdd276a89d512137f22650da0c45ee4b28bd66;l=97
e36f3492e : Revert^2 "health: require AIDL HAL and deprecate HIDL HAL."
c223843fa : Revert "health: require AIDL HAL and deprecate HIDL HAL."
2a889d50b : Freeze neuralnetworks AIDL version as v2 for FL6
23d4e5e29 : Add FL6 spec tests to AIDL VTS.
0af4ac2ec : Add PACK operation to NNAPI feature level 6.
aaeda0e84 : AIDL interface changes for NNAPI feature level 6.
6f765ce3e : Clean up: remove LE audio hardware offload in Bluetooth audio HAL 2.1
2ea9241a0 : Improve getModemActivityInfo API
dc205e077 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
f2c2939b9 : uwb(hal): Add HAL API for session initialization
80af4e446 : Prepares android.hardware.wifi@1.0-service
498b6b785 : Change the VHAL service name.
d9ce3c88d : Change IVehicleHardware callbacks to shared_ptr.
c069a7530 : KeyMint HAL: add curve 25519, bump version
ba427352e : Add TrafficDescriptor to DataProfileInfo
29d2a0f73 : Add white point plumbing into command buffer
dec9fdc81 : Keymint: Test that corrupting the signature for HMAC verification fails
37703ea26 : bluetooth.audio pass both source and sink metadata
0e0ad3e85 : Fix GnssHalTest#TestAGnssExtension fail
91a30c1ce : FL7: Refine REVERSE specification
aa8a75840 : Avoid SIGSEGV if attest key generation fails.
2ecfc3989 : Add new features to tuner HAL.
af6115828 : Weaver: modify default HAL for passing VTS
1586d21f6 : Add VTS for FilterDelayHint
78079d4f1 : Update VtsHalEvsV1_1TargetTest
13fb8a7a8 : Update VtsHalEvsV1_*TargetTest
45f18ec64 : health: require AIDL HAL and deprecate HIDL HAL.
3192f3dfd : Add Parcelable AidlComposer commands
7f31c14c0 : Add AGnss AIDL HAL (hardware/interfaces)
a0b33745b : Gate gsm/cdma radio feature only for emergency dial
ab4daa65c : Skip tests for single SIM devices
66df7fca4 : Skip Slot 2 in Radio VTS 1.0 in single sim mode
c0ae66a05 : Add AIDL PixelFormat::R_8
8d87eb7e5 : Pass sink metadata to Bluetooth
b27f33b4b : Readback tests from VtsHalGraphicsComposerV2_2TargetTest VTS 2.2
32a001b98 : Update VtsHalEvsV1_1TargetTest
437dee048 : Add DISPLAY_DECORATION to HWC3 HAL
4aa4ead85 : composer: vts: fix display type
e1cab7b88 : Create Apex com.android.hardware.usb for usb 1.0
33251ba57 : Revert "Create thermal apex"
7e54e604c : Game Loading Time improvement by boosting CPU via ADPF
bab8ba921 : Readback tests from VTS 2.2
19a9078b4 : Create thermal apex
8e9fbfc59 : FL7: Add some AIDL_V3 test infrastructure
4669bd35a : Add VTS for Netlink Interceptor
7b1428f3f : Add default implementation for Nlinterceptor
dcbae487d : Implement RadioModem for AIDL-HIDL Telephony HAL translator
6e084181d : Implement RadioVoice for AIDL-HIDL Telephony HAL translator
70ac7bfb8 : Implement RadioNetwork for AIDL-HIDL Telephony HAL translator
071616906 : Implement RadioData for AIDL-HIDL Telephony HAL translator
7f51a9ad1 : Implement RadioSim for AIDL-HIDL Telephony HAL translator
9ddc87f6a : Implement RadioMessaging for AIDL-HIDL Telephony HAL translator
bff3b5b4c : Initial implementation of HIDL-AIDL Telephony HAL translator
dcfe3a8b9 : AIDL vts 2.1 command tests
f996b7c87 : uwb(hal): Add SET_APP_CONFIG params for interleaving ratio
dbbbe2ea6 : KeyMint VTS: option to skip BOOT_PATCHLEVEL check
8136c00c7 : Camera: Update readoutTimeout requirement
5f9639673 : Match Wi-Fi HAL native code style with rest of HALs.
0f4c3218a : Move interceptor AIDL definition
2740baca7 : AIDL vts non reader writer 2.1 tests
770d70876 : AIDL vts 2.1 test differences in the existing tests.
2bd0d43b2 : Turn off CFI for the Keymaster VTS
0fbd060e5 : Add new aidl interface for android.hardware.bluetooth.audio
7a6956ee0 : health: add libhealthshim
9f1639f6b : health storage AIDL HAL logs more.
892366fe6 : fix tuner filter callback scheduler
0b85b9721 : fix filter event creation
6e6a0b04f : fix mFilterEvents locking
4c1f6ac49 : Fix flaky corrupted padding tests
bc09321ae : dumpstate: Add dumpstate device AIDL HAL
ece0bc399 : Link in libshaders into composer VTS
10cf736ce : Add GnssNavigationMessage AIDL HAL (hardware/interfaces)
d2315fad1 : audio VTS: Consider only attached devices for stream tests
535f30c8a : Implement RadioModem for AIDL-HIDL Telephony HAL translator
9375f3a7e : Implement RadioVoice for AIDL-HIDL Telephony HAL translator
61213fead : Implement RadioNetwork for AIDL-HIDL Telephony HAL translator
d2e7459b2 : Implement RadioData for AIDL-HIDL Telephony HAL translator
fb10e00a4 : Implement RadioSim for AIDL-HIDL Telephony HAL translator
1f16d3a31 : Implement RadioMessaging for AIDL-HIDL Telephony HAL translator
6301e8fba : Initial implementation of HIDL-AIDL Telephony HAL translator
f9dcdea9f : Add Java equal and toString annotations.
7bc98ce6e : Update VtsHalEvsV1_*TargetTest
2edfc467f : Add NNAPI specification and infrastructure for FL7.
ed9e12378 : Fix typo in HostEndpointInfo definition
04ed8595b : Add NNAPI specification and infrastructure for FL7.
149b08716 : Add VTS for Filter TimeDelayHint
a50a59e82 : VTS 2.4 setActiveConfigWithConstraints_Delayed and setActiveConfigWithConstraints_MissRefresh
065a9a5aa : Adds additional host info exchanges in Context Hub HAL
49255346b : Use defaults to reference current keymint version
7fec2c931 : Tests SET_LAYER_PER_FRAME_METADATA and SetLayerColorTransform from VTS 2.3
deb059e4c : VtsHalGraphicsComposer3_TargetTest test fixes.
23692c7e2 : [IRadioConfig] Removing SimSlotStatus.cardActive
3483b0ad7 : audio VTS: Consider only attached devices for stream tests
16dacc10b : Add some new features to tuner AIDL HAL.
87ece1695 : health: fix running HAL in recovery mode.
ba757a0f4 : Camera: Update torch strength control API name.
60a7b86cf : Rename Version::ANDROID_* to kVersionFeatureLevel* -- hal
34f0a8f41 : Make NNAPI Version more structured -- hal
b1829af24 : send <request active source> command to test cec message
b676061cd : Wifi: P2P VTS tests fail with no P2P support
26eef12a0 : uwb(hal): Add a OID for country code set
c3e4e2c05 : [IRadioConfig] Removing SimSlotStatus.cardActive
1657db820 : Add new fields to DataProfile
cd9af6c1c : Camera: Add version 3.8 of ICameraDeviceCallback
3089df3bd : Add GnssGeofence AIDL HAL (hardware/interfaces)
04c4754b9 : health: properly support charger mode.
d4ebad8ae : health: Update README.md for SELinux rule example
7a1c24fd5 : Create ConnectedClient to manage VHAL clients.
8c24b293e : Add MockVehicleCallback for testing.
a8bc472e4 : Add ParcelableUtils.
9e2b9e3f0 : Beef up the documentation of VehicleApPowerStateReq
b4fcc5795 : Use sp<>::make in external camera HAL
3d4948754 : Add blindScan condition to blindScan test
d4c22d8e5 : Add blindScan condition to blindScan test
d72b35175 : KeyMint: Test invalid AES key sizes
3335f7a4f : Migrate reader writer based tests for HAL 2.4
150dded78 : audio: Support 64bit configuration on 32+64bit compatible OS
b0b47e318 : Add conversion code for sensor_t to v2.1 SensorInfo
20f76f365 : Configure Version value for each version of NN AIDL utils
7156c0652 : Wifi: P2P VTS tests fail with no P2P support
acd7955b2 : Consolidate NNAPI OWNERS files
0955e0154 : Add new VoNR api into IRadioVoice module
2d418a2b5 : health: do not use default destructor.
ad63be13c : Restart media.tuner when tuner HAL is restarted.
ce854e560 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
3d17d7d5b : Flush events before stopping filter.
59de6eb63 : Support multiple RANs in one request for setSignalStrengthReportingCriteria
e5b79b8e3 : Remove deprecated/unused APIs from IRadio AIDL
58e292b55 : Add OID for the power related stats
1f6aff847 : Remove deprecated/unused APIs from IRadio AIDL
0466235d8 : Add 5.15 to the current compatibility matrix
2e5a3bac0 : Freeze neuralnetworks AIDL version as v2 for FL6
910209854 : Add FL6 spec tests to AIDL VTS.
0cedad697 : Add PACK operation to NNAPI feature level 6.
ef67442f4 : AIDL interface changes for NNAPI feature level 6.
a55560f5d : Move uwb owners file to top-level
f59f4c6dc : Add some delay for SIM power up and down delay for setSimCardPower_1_6 API
d3c693e6b : Refactor collectEvent method in SensorsHidlTestBase
95e059e08 : uwb(hal): Add CCC session type SESSION_INIT_CMD
400f97e0e : Add blindScan condition to blindScan test:
db52a7bea : Link OWNERS to new location packages/modules/Bluetooth
13f2a40e4 : KeyMint VTS: extra unique ID test
c2b8d0879 : Adds non reader/writer based HAL 2.2 tests for AIDL composer3
7040ab262 : Rename SensorsHidlEnvironmentBase to SensorsVtsEnvironmentBase
e53cfcaa9 : Add min_sdk for uwb HAL rust stubs
1c8a5a1b6 : Check primitive duration is positive for supported primitives
95ba6a218 : Fix the integration issue for HAL 2.2
34a675a1f : Replacing SimPortInfo.portState enum with portActive flag
2e07613c7 : health: make libhealth_aidl_impl visibility public
02f04175c : health AIDL: Add readme
4335f1cf9 : health: Also add h2aTranslate(V1_0.HealthInfo)
7ddf1046c : clean up notification of FilterCallbackScheduler when stopping
5c1aa7972 : Add some delay for SIM power up and down delay for setSimCardPower_1_6 API
e7b8ac382 : Return an empty batch when there is no location to return
ac9f9cb34 : libhealthloop: Remove the POWER_SUPPLY_SUBSYSTEM macro
1e1c84286 : uwb(hal): Add a capabilities mechanism for vendor commands
2ffa7ad39 : Remove unnecessary NNAPI header files
0d3ff4340 : add note to FilterDelayHint
74bc43bdc : Notify FilterCallbackScheduler to wake up it while stopping.
592b65149 : Adds non reader/writer based HAL 2.3 tests for AIDL composer3
7a31e5dbd : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
7e2e6b33a : Freeze neuralnetworks AIDL version as v2 for FL6
0291f1111 : Adds non reader/writer based HAL 2.4 tests for AIDL composer3
482a1366e : audio: Fix handling of dynamic profiles in VtsHalAudioV7_0TargetTest
1030b6dcd : remove dead code from FilterTests
1ac8d4a6d : add filter delay hint default implementation
b33ac200c : Implement getPropConfigs in Default VHAL.
adf84c03b : audio: Fix handling of dynamic profiles in VtsHalAudioV7_0TargetTest
b3eb50484 : Switch hostapd VTS tests to NDK backend.
a8f55caca : health: handle charger in health HAL
b2e850284 : Update OWNERS for VtsHalCas* tests.
e60248c8e : KeyMint VTS: ATTEST_KEY has no other purpose
788284fb5 : Add ISDB-T Multi-Layer Support.
23fcad97b : Use FakeUserHal in FakeVehicleHardware.
c331067aa : Move Aidl utility code to aidl/utils -- hal 2/2
8fa538340 : Move Aidl utility code to aidl/utils -- hal 1/2
1cb794eb3 : Populates the displays required for the tests.
137ee99a1 : Re-organize NNAPI Burst utility classes
cfc16f94b : Change NN adapter to use ExecutionBurstServer utility
b3b121493 : KeyMint VTS: don't combine ATTEST_KEY with SIGN
fa36259cb : Consolidate OWNERS files
2200cffda : health AIDL: add vts tests
256264dc1 : Link in libtonemap into composer VTS
abc86918a : Revert^2 "Provide explicitly versioned NNAPI AIDL utils libs -- HAL."
6839f6742 : health impl: compare interfaces with their binders
7ed3aeb6f : Migrate fake user hal.
bfc7030ee : Migrate FakeObd2Frame to AIDL.
18198d7c5 : Add special logic handle setting some props.
27bfe01fc : Migrate Obd2SensorStore.
55190e272 : Camera: Adjust VTS test to relax multi-camera requirement
e6b540d3b : Define empty callback in Context Hub AIDL VTS
565ccc70e : KeyMint VTS: check INCLUDE_UNIQUE_ID works
a31163199 : Add logic to handle special set values.
b63d94be3 : Change user flags to be bit map of flags.
a88d5b1cb : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
6471f6132 : Fix Context Hub AIDL VTS CHRE version validation
87517276f : Add .gitignore
94e1aa21e : Update AIDL Context Hub default impl
84e876764 : Add bluetooth.audio@2.2 implementation
6a4e929c1 : add filter delay hint
478a78ea7 : Revert^2 "Provide explicitly versioned NNAPI AIDL utils libs -- HAL."
3c3b6410e : Do not assert CardState::PRESENT on sim power down
13d864a42 : Do not assert CardState::PRESENT on sim power down
32a8ef3d8 : audio: Add AIDL definitions for Playback/RecordTrackMetadata
1e2b23439 : Bluetooth HAL: Add missing retry logic to the H4Protocol::Send()
763d122fd : Add CONTROL_VIDEO_STABILIZATION_MODE_PREVIEW_STABILIZATION to allow for better preview stabilization.
f3761854a : Camera: Adjust VTS test to relax multi-camera requirement
965138aac : Add hidl 2.2 for LE audio support
ca46f9768 : Add FL6 spec tests to AIDL VTS.
e32a8ea13 : health: make AIDL HAL recovery available.
830cdb119 : health: Add default impl of health AIDL HAL
f2dfad22c : Update OWNERS for VtsHalMediaOmx* tests.
49d95e045 : Move NN HandleError from utils/common to 1.0/utils
e8645c3b8 : Relocate NN ProtectCallback to 1.0/utils
15965821e : Move NN memory utils from utils/common to 1.0/utils
301ef060e : Remove hal::utils::countNumberOfConsumers
68cb8c04e : Parse user flags as flags instead of enum.
21a22cece : health: Add to compatibility matrix.
b47f67600 : health: separate_platform_variant = false
52ecb3f42 : health: Convert of health HAL to AIDL
abcf89dd5 : libkeymint_support: Make it vendor accessiable
5b5514b12 : NITZ API improvement
c42a934ea : Revert "Provide explicitly versioned NNAPI AIDL utils libs -- HAL."
932e82b0c : Revert "Provide explicitly versioned NNAPI AIDL utils libs -- HAL."
d7575f767 : Add vendor override property to fake VHAL hardware.
f242d50b1 : Update epoch time property name.
ce02213c6 : Update fingerprint AIDL with additional display id field.
cb2c37f78 : Provide explicitly versioned NNAPI AIDL utils libs -- HAL.
bb1128515 : Add EXTERNAL_CAR_TIME property in the Vehicle HAL.
9763a9537 : Provide explicitly versioned NNAPI AIDL utils libs -- HAL.
1d9f2eb6f : Update Documentation and name for EPOCH_TIME to ANDROID_EPOCH_TIME.
2d43bb71b : composer: dup handle before storing it
0f956a6c1 : Creates a vendor APEX for the power and power.stats AIDL HALs.
b317b100e : composer: add CoGS team as OWNERS
f2b8b8f9a : Migrate fake value generator.
7987654ed : Migrate fake value generator hub.
b219ef0b5 : Support set/get value in fake vehicle hardware.
5ec4f372e : Migrate ConcurrentQueue.
efff0ebc5 : uwb(hal): Add doc for the vendor command versioning scheme
5bd6aefe9 : Add error code to VeiclePropertyStore.
8e7f78048 : Add fake vehicle hardware implementation.
74bf81da0 : Create GetValueRequest to include prop value and ID.
f527463ec : Add on-value-change callback to propstore.
9ca39cef7 : health: AIDL add owners.
a76a2bf65 : health: drop backup instance for non-recovery.
53ae3838d : Fix TunerHAL deadlock issue
282fb370a : TunerHAL fixes
79d63db0c : Add PACK operation to NNAPI feature level 6.
7f2822aff : Update the p2p device interface name
0f7f2cc6b : Update OWNERS for VtsHalSensors tests.
b96dc0e48 : Revert "Clarify the ComposerClient comment for CONFIG_GROUP"
2a1472fbf : Revert "VTS: Test that configs in a group differ only by vsync period"
65165d5b9 : CEC: Add support for multiple ports to default HdmiCec
cd9afdf0a : Update OWNERS for VtsHalGraphicsComposer tests.
86493c563 : VTS fix for getAllowedNetworkTypesBitmap and setAllowedNetworkTypesBitmap
97f2192a9 : Update OWNERS for VtsHalContexthub tests.
4e001df75 : composer: add SKIP_VALIDATE to AIDL
832258e93 : composer: remove getClientTargetSupport
d06f050dc : Add command buffer support for AidlComposer
a47f2a3eb : uwb: Change readme.txt to README.md
3910aa4b5 : Fix minor bugs about value type.
0e9328e21 : Revert "Clarify the ComposerClient comment for CONFIG_GROUP"
bf484a6ad : Revert "VTS: Test that configs in a group differ only by vsync period"
24ce17286 : Fix TunerHAL deadlock issue
9fb5e8232 : CEC: Add implementation of SYSTEM_CEC_CONTROL option to default HdmiCec
dedd40e3e : CEC: Refactor HdmiCecDefault class
068df81ab : AIDL interface changes for NNAPI feature level 6.
ff9a5a527 : Allow implicit conversions for NN errors -- hal
f3f344a13 : Backfill owner information for VtsHalVibrator*.
a7adbcc63 : AIDL interface changes for NNAPI feature level 6.
5cd6212fe : Revert "Clarify the ComposerClient comment for CONFIG_GROUP"
274eadd58 : wifi(vts): Precondition AP tests on existence of hostapd HAL
af359f3ac : Backfill OWNERS for VtsHalGraphicsMapper tests.
fce46f464 : wifi: Avoid doing iface reset when dynamic MAC update supported
5f696940c : Fix the conditions for the tests based on comments on ag/15968818. Check EXPECT_TRUE with status ok and Error none for valid display. and EXPECT_FALSE with status ok. If service exists then we can proceed with test otherwise tests will be skipped.
abe080d6e : Camera: Add torch brightness control keys.
90a97607a : Backfill owner information for VtsHalWifi tests.
683a4841b : Update OWNERS for VtsHalWifiSupplicant tests.
b80b5a28c : Backfill owner information for VtsHalAutomotiveVehicleV2_0TargetTest.
ddaa1ec97 : Update OWNERS file
915ce253a : Specify KeyMint EC keys by curve not size
c53b7d9da : KeyMint VTS: improve ATTESTATION_ID_ tests
b629a5d0a : TunerHAL fixes
f527f8f77 : uwb(interface): Add a package for Android specific params in UCI
b64be0860 : Backfill VTS owner information.
488e204c9 : Backfill VTS owner information.
2997151fa : Fix comile error for pixel aidl hwc
507b4604b : Add a bug component for VtsHalWifiHostapd tests.
1b09ea922 : Handle error returned by IBurstContext::freeMemory
3d8595e3f : Use ObjectPool objects in property store.
d515dbade : Revert "Revert "Fix vts cases due to function change for async r..."
05698ff90 : Keymint: Update ClearOperationsTest.TooManyOperations parameter
10bccc3c1 : Add sdr white point information to composer3
33c0b8d83 : Revert "Fix vts cases due to function change for async render en..."
157418535 : Update haptic owners to include frameworks file
dc36dd38b : wifi: extending framework restart waiting time
c76afc950 : wifi: remove disable_framework option to pass the stopWifiFramework procedure
bc6c0e9bb : Remove ndk_platform backend. Use the ndk backend.
513bf1293 : KeyMint VTS: use GTEST_SKIP for optional fn
a662140c6 : Merge fix to AOSP: Report default location when location is not available in /dev/gnss0
4427c39c8 : wifi: add wifi TL to vts owners
a08ea2d23 : Revert "Delete KM1"
d2eb4019c : Accept NONE as a response for setDataThrottling during VTS.
6e289c86d : Fix CLUSTER_SWITCH_UI init value.
2ec2e7914 : omx: validate only standard OMX roles
07f1c21f4 : Skip slot 2 for other radio modules in single sim mode
b96b0ec88 : Config the number of live modems based on current multisim number.
2fa7d5217 : WIFI: Add log to debug onSubsystemRestart
47589e09e : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
ab35e0a3d : Expose HIDL HALs to car framework apex
701505485 : Add gralloc VTS for SMPTE 2094-10 metadata
76ca9a880 : Stop current tuning before starting a new tuning.
a9780260a : Add two tests for Stable AIDL composer3 as a start of tests.
b00e11ff6 : Update the Composer HAL docs for setContentType
50f70d73d : Delete KM1
6a81814f5 : Add OWNERS for VTS module VtsHalAuthSecretV1_0TargetTest
54c64ad00 : Backfill owner information for VTS module VtsHalOemLockV1_0TargetTest.
8ed654b66 : Backfill owner information for VTS module VtsHalWeaverV1_0TargetTest.
6087dc050 : Backfill owner information for VtsHalPower.
d32ae8e75 : Setup Stable AIDL composer VTS tests.
8791c7ee7 : update automotive hals for car mainline - add min_sdk_version and apex_available
d0717e1fd : Backfill OWNERS for VtsHalRadio*.
168228a93 : KeyMint VTS: don't crash on invalid patchlevel
03f344fe3 : Fix vts cases due to function change for async render engine.
e4bee9de1 : [Android T][MEP]: HAL changes for MEP feature
20aa01c23 : VTS fix for getAllowedNetworkTypesBitmap and setAllowedNetworkTypesBitmap
a2bbcd26b : Migrate proto_message_converter to AIDL vhal.
e613d20f9 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
3a5858a71 : wifi: remove disable_framework option to pass the stopWifiFramework procedure
cc4713ccd : Add constants for hibernation to VHAL
ef3f77f83 : wifi: extending framework restart waiting time
84cadeb7e : Backfill owner information for VTS module VtsHalBroadcastradioV1_1TargetTest.
70040729e : Add HDR-related revisions to graphics types
f86dae891 : Define an abstract interface to access hardware.
5fabea0a5 : Backfill owner information for VTS module VtsHalBroadcastradioV1_0TargetTest.
4ce06fcaf : Update owner information for VTS module VtsHalBluetoothA2dpV1_0TargetTest.
ba7e3994b : Backfill owner information for VTS module VtsHalCanBusV1_0TargetTest.
e6f9ff6c1 : Add EncryptionOperationsTest.AesCbcZeroInputSuccess
e45001f54 : Backfill VTS owner information.
3a75dc0cf : Add GnssBatching AIDL HAL (hardware/interfaces)
a784a1c96 : Accept NONE as a response for setDataThrottling during VTS.
c0653a445 : Updated WHEEL_TICK configArray documentation in VHAL.
6c1a0a6b9 : Skip test on VtsHalTvTunerV1_0TargetTest if tuner type unsupported
9073f5572 : Support multiple RANs in one request for setSignalStrengthReportingCriteria
eb766523f : Change unit test suites to device tests.
2f244076f : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
f5bfa0099 : KeyMint VTS: enable patchlevel checks
23a84dd8d : Add VHAL AIDL v1 service.
f841db160 : Backfill owner information for VTS module VtsHalSoundtriggerV2_3TargetTest.
6a283a309 : Backfill owner information for VTS module VtsHalSoundtriggerV2_1TargetTest.
aefe44eae : Backfill owner information for VTS module VtsHalSoundtriggerV2_0TargetTest.
938b86299 : Creates a vendor APEX for the default vibrator HAL service.
c484e5b62 : p2p: skip p2p test if p2p is not supported
719715821 : Move IRadioConfig into IRadio
fd549c90d : Add composer3 AIDL
379c33ca6 : Migrate VHAL default config to AIDL.
bca4e6c10 : Create IRadio modules
90f5171cb : uwb: Add vts tests for UWB HAL
2f5b64024 : Add OWNERS for VTS module VtsHalSensorsV2_0TargetTest
e4923de33 : Add HidlAidlCompatibilityTest.
bd8e47614 : Create IRadio modules
81fbbea6b : Migrate VehiclePropertyStore.
00c39ebf0 : Add VehicleHal utilities.
22754c5fa : Update ActivePwle description for amplitude values
92152ac1a : [IRadioConfig] Generating AIDL definitions
c2117d0c6 : [IRadioConfig] Generating AIDL definitions
ce2e1e20e : [IRadioConfig] Generating AIDL definitions
5ecd476e5 : Skip Slot 2 in Radio VTS 1.0 in single sim mode
c1839c6e3 : vts(wifi): Stop wifi fully instead of stopping framework
249760a47 : Fix VtsHalWifiSupplicantV1_3TargetTest fail
bcebe4ead : Revert "Expand Gatekeeper test"
60b2f9730 : Fix aidl_format errors for NNAPI AIDL.
c2386f567 : Update the documentation to clarify about the timer in ISecureClock.
b8995451a : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
9de3fb07c : Migrate VehicleObjectPool
e0a9bb21d : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
e267570c6 : API changes for IRadio AIDL conversion
59393a9ce : Define IVehicle AIDL interface.
3fd11c9db : API changes for IRadio AIDL conversion
bf387481b : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
fad801b8a : Allow not supported for setNrDualConenctivity
b66cebd3a : Sending SMS via 1.6 APIs in VTS 1.6
b57b5e0b7 : Creates a default com.android.hardware.sensors vendor APEX.
4e916c3da : Adds VTS test for Context Hub AIDL
2f40211da : Add OWNERS for VTS module VtsHalNeuralnetworksV1_2TargetTest
2520ea1aa : Add OWNERS for VTS module VtsHalNeuralnetworksV1_3TargetTest
31a675d43 : Backfill owner information for VTS module VtsHalNeuralnetworksV1_0TargetTest.
55f41b299 : Backfill owner information for VTS module VtsHalNeuralnetworksV1_1TargetTest.
7c0bcf381 : Added bluetoothV1.0_fuzzer
a37d3df9f : Added cc_defaults for android.hardware.bluetooth@1.0-impl
3cbf5f329 : Read GNSS measurement from device file when available
1c9032dae : Add raw measurement parser
8ad43c4e7 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
8451a3f33 : Create IRadio AIDL
0fce69d05 : Disable KeyMint -> IRemotelyProvisionedComponent test
9cdc2a6c1 : Create IRadio AIDL
d910bd6aa : Fix HAL and AIDL files to be consistent with API generation tool.
b62084501 : Add OWNERS for VTS module VtsHalDrmV1_0TargetTest
9eb5673cd : Add OWNERS for VTS module VtsHalDrmV1_2TargetTest
cec6bb230 : Add OWNERS for VTS module VtsHalDrmV1_1Target
c39d782a9 : move the fields in RouteSelectionDescriptorParams to RouteSelectionDescriptor
dabb3c515 : identity: Make NoS libeic and AOSP libeic align
39cb598ce : Backfill owner information for VTS module VtsHalRenderscriptV1_0TargetTest.
2a9a00e38 : Add logging to KeyCharacteristicsBasicallyValid
4e5a84668 : Create IRadio AIDL
adac97fa0 : Use CLOCK_BOOTTIME for default sensor implementation
b04c67a93 : Change the language for SB AES key sizes
d13f7b549 : Add Wifi HAL hostapd AIDL interface definitions.
4fc487097 : Adding OWNERS for CEC HAL
6dcf4f5c5 : Update use of a.m.a.c.AudioConfig in sthal_cli_3
7ccd3de64 : fmq: use versions for imports
15a92dad5 : neuralnetworks: use versions for imports
b196a659d : .graphics.common: use versions for imports
f4562215b : keymint: use versions for imports
f0bb56850 : Stop using `group_static_libs` property
277b069c8 : Backfill owner information for VTS module VtsHalSecureElementV1_2TargetTest.
f9f713f88 : Backfill owner information for VTS module VtsHalSecureElementV1_1TargetTest.
4300e62ef : Backfill owner information for VTS module VtsHalKeymasterV4_1TargetTest.
09da34485 : Backfill owner information for VTS module VtsHalInputClassifierV1_0TargetTest.
a2ab6a9a5 : Backfill owner information for VTS module VtsHalHealthV2_1TargetTest.
2fcf0772b : Backfill owner information for VTS module VtsHalEvsV1_1TargetTest.
10be7be34 : Backfill owner information for VTS module VtsHalEvsV1_0TargetTest.
53fba299a : Backfill owner information for VTS module VtsHalBootV1_1TargetTest.
e06fdd73c : Backfill owner information for VTS module VtsHalBiometricsFingerprintV2_2TargetTest.
56ba9d39f : Backfill owner information for VTS module VtsHalAudioV6_0TargetTest.
701d7e734 : Backfill owner information for VTS module VtsHalGnssV2_1TargetTest.
72ff6a327 : Backfill owner information for VTS module VtsHalAudioPolicyV1_0TargetTest.
e1bd199f6 : Backfill owner information for VTS module VtsHalAudioEffectV6_0TargetTest.
8610001e9 : Backfill owner information for VTS module VtsHalThermalV1_0TargetTest.
e2d605f51 : Backfill owner information for VTS module VtsHalSecureElementV1_0TargetTest.
004cbc257 : Backfill owner information for VTS module VtsHalSapV1_0TargetTest.
90b479bb4 : Backfill owner information for VTS module VtsHalPowerV1_0TargetTest.
89c4d6fdb : Backfill owner information for VTS module VtsHalNfcV1_1TargetTest.
085583caa : Backfill owner information for VTS module VtsHalNfcV1_0TargetTest.
7f3a1bf51 : Backfill owner information for VTS module VtsHalKeymasterV4_0TargetTest.
066eaa58d : Backfill owner information for VTS module VtsHalKeymasterV3_0TargetTest.
d73352eab : Fix closure of record thread
80c3cc61c : uwb: Default HAL implementation
3ec02dc9a : Vts: thermal: Test notification with an unregistered local callback
2dd55590f : Undefine NAN after including it in Looper.h
50dd1b9e9 : Quickly exit VtsHalNeuralnetworks*TargetTest on failure
21d67fc67 : Quick-fail NNAPI VTS test case if driver is dead
ef24c7a10 : Implement deleteAidingData and simulate TTFF
901aa7b75 : Refine tuner aidl hal threads.
1c2eaeae7 : Report default location when location is not available in /dev/gnss0
15d4e0b86 : Report default location when location is not available in /dev/gnss0
c9160995e : Report default location when location is not available in /dev/gnss0
6bf77fdf1 : Fix closure of record thread
bf33bcb35 : Enable mute test pattern for external cameras
43a6ce023 : Follow-up after ag/15645323
3f1c392d7 : Remove STHAL 2.4
b5db1dd14 : Create a soundtrigger v2.3 CLI mock
ac45a5d77 : Quickly exit VtsHalNeuralnetworks*TargetTest on failure
b82cecec2 : Added rust stubs for HAL. Test: mmm hardware/interfaces/uwb Bug: 197341298
84a19f64f : Undefine NAN after including it in Looper.h
a040b1f5a : uwb(hal): Refactor HAL to support multiple UWB chips
1aac7fa45 : Report default location when location is not available in /dev/gnss0
9c3c8642f : Quick-fail NNAPI VTS test case if driver is dead
e9f41f1ff : Move common audio AIDL types to audio.media.audio.common
d2ecde5c5 : Fix use-after-free crash in VtsHalNeuralnetworksTargetTest.
b2cbc2e73 : Add OWNERS for VTS module VtsHalRadioConfigV1_0TargetTest
d067e790a : Revert "AesInvalidKeySize skip 192 on SB devices"
4c5752d90 : Provide defaults for android.hardware.audio@7.0-impl
d723e712a : Add OWNERS for VTS module VtsHalNfcV1_2TargetTest
a257b78f6 : Creates Context Hub AIDL
ff8192853 : KeyMint VTS: add missing purpose/algo
de0d3df46 : Remove libaudioclient from vendor
b99a3ccdd : Undefine NAN after including it in Looper.h
dda604440 : Undefine NAN after including it in Looper.h
20bf5e70b : Added fuzzers for libkeymaster4support
a56868b85 : Fix Vts drawLayers function for async renderengine change
e0f2d29b7 : Remove ndk_platform backend. Use the ndk backend.
11da2cb5f : Adjust tuner default implementation and VTS types size.
22122b301 : Adjust some tuner aidl types size to align with frameworks.
fe0f98eb0 : Refactors VtsHalContexthubUtils.h
494d01a43 : Backfill owner information for VTS module VtsHalAudioV2_0TargetTest
f79355756 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
9a7410e50 : Fix KeyDeletionTest.DeleteAllKeys
2eb2d2cb0 : Allow negative value for CorrelationVector#samplingStartM
325311cba : Add OWNERS for VTS module VtsHalBroadcastradioV2_0TargetTest
521c56b62 : Add OWNERS for VTS module VtsHalGraphicsMapperV2_1Target
6022ba83d : Add OWNERS for VTS module VtsHalGraphicsMapperV2_0TargetTest
bbb7b0aa6 : Add OWNERS for VTS module VtsHalGraphicsComposerV2_1TargetTest
42987179f : Add OWNERS for VTS module VtsHalGnssV1_1TargetTest
ed10676a4 : Add OWNERS for VTS module VtsHalGnssV1_0TargetTest
a9ce785cd : Add OWNERS for VTS module VtsHalConfigstoreV1_0TargetTest
38aafe384 : Add OWNERS for VTS module VtsHalCasV1_0TargetTest
63964b684 : Add OWNERS for VTS module VtsHalBootV1_0TargetTest
a75adbe8c : Add OWNERS for VTS module VtsHalBluetoothV1_0TargetTest
538c89c06 : Add OWNERS for VTS module VtsHalBiometricsFingerprintV2_1TargetTest
935445f62 : Add OWNERS for VTS module VtsHalThermalV2_0TargetTest
6bbff1e16 : Add OWNERS for VTS module VtsHalSoundtriggerV2_2TargetTest
4d1fe81be : Add placeholder properties for emulator
58f71e79c : Rename EmulatedUserHal to FakeUserHal.
b3fd97010 : uwb: Allow uwb apex to include HAL
338d6f8b8 : Revert^2 "Making NN hardware interface libs "host supported""
ef861b765 : HAL implementation for UWB HAL
3b68169c6 : Update initial mock data to fix CTS/GTS
86edc262a : AesInvalidKeySize skip 192 on SB devices
ff2c6b0d8 : Add init() to avoid crash when creating ref in constructor.
d55d28a1d : Remove ndk_platform backend. Use the ndk backend.
f126c22f2 : keymint/aidl/OWNERS: add drysdale@
50899fb26 : Fix tuner example crash.
5e9d9cde8 : Remove debug properties.
a038695b2 : KeyMint VTS: catch empty cert chains
ea89e3043 : Revert "Making NN hardware interface libs "host supported""
278bb563b : Cast packetSize to uint8_t before using.
c426c6dbd : Remove ndk_platform backend. Use the ndk backend.
c7ef39d13 : evs: Use ui::LayerStack
e69a3b29e : Update tuner AIDL default implementation.
5fc72a637 : Fix a typo in ISDBT Frontend.
3a338c682 : Add DEBUG_CMD in emulator message.
fdf37fc74 : Make a few function parameters to be reference
ce1e30d57 : Update tuner default implementation and VTS.
e24a0dce5 : Update tuner AIDL HAL.
92545ca01 : Generate face HAL java-source
13cddcb29 : KeyMaster 4.0 VTS: fix GSI detection
d242b2be4 : Require thermal HAL for all new devices
0fc5b6ce5 : Generate fmq java-source.
742ceab6f : Generate fmq java-source.
2fa18d3ff : Add OWNERS for VTS module VtsHalPowerStatsV1_0TargetTest
4b77373e3 : Generate fmq java-source.
a0cc24730 : BluetoothAudio: Refine the FMQ size for A2DP software encoding
e423acd4b : Update tuner default AIDL HAL.
84d45ee99 : Add Tuner AIDL error codes to align with HIDL.
d68f282dd : Update the OWNERS file of VTS module VtsHalHealthV2_0TargetTest
36588116b : Add FAN_DIRECTION for assistant's test case
920960002 : Support debug setValue.
612dbf6fb : Create default VehicleService.
a6d600243 : Making NN hardware interface libs "host supported"
6305e23cd : Allow uninstantiated remote provisioning tests
27f77fefd : Remove ndk_platform backend. Use the ndk backend.
b6609b479 : Remove 5.4 for T
38e7a7700 : Remove 4.19 for T
600a6ae73 : Add Tuner AIDL HAL VTS test cases
4092f2f39 : Add Tuner AIDL default implementation
6ee5dc332 : Convert Tuner 1.1 HIDL HAL to AIDL
7b2bb9cc3 : Implement add/remove membership for Netlink sockets
eae26b760 : Remove Unused Function Declarations from DVR Default Implementation
45eff329e : Clean Up Playback Thread in DVR Test Implementation
93b245456 : Remove Unused Member from Default Impl
41b8fd1f9 : Ensure non-empty SvInfo is received
4d375a10b : Add test service for HIDL active services callback.
87331887d : Setting the version explicitly on the face HAL.
de829572f : audio: Allow SetAudioProperties to not be supported
56020bc1c : Move emulatedUserHal to default VHAL.
122eea67d : Add fake OBD2 frame logic to default VHAL.
4a23901e5 : Support vendor override in default VHAL.
656882ac7 : Add areaId check.
b438a5ad4 : Add OWNERS for VTS module VtsHalHealthStorageV1_0TargetTest
6239be46f : Add OWNERS for VTS module VtsHalGnssV2_0TargetTest
9f7d8075f : Add OWNERS for VTS module VtsHalCameraProviderV2_4TargetTest
3f3084890 : Add OWNERS for VTS module VtsHalBiometricsFaceV1_0TargetTest
25cbf2607 : Add test service for HIDL active services callback.
b9b87ab1c : Add VtsRemotelyProvisionedComponentTests config
772801bf8 : Waiting 10s at the beginning of getBarringInfo test if not yet in-service.
36dced040 : Add OWNERS for VTS module VtsHalAtraceV1_0TargetTest
65a23ad2d : Audio VTS: Make the active microphone query test more robust in V7
d6d0e67e7 : Update OWNERS for VTS module VtsHalAudioEffectV5_0TargetTest
fdf28cf28 : Add heart beat event to Default VHAL.
ee1c028c6 : Fix CameraHidlTest
91f3d4126 : Update audio VTS Android.bp to add new dependency
d66dff62e : Enable fmq java backend.
46819a167 : Update vibrator VTS to only validate support from required primitives
f4f632f90 : Memtrack HAL: Report global total GPU-private memory
8a572821b : Remove vehicle binding seed property in emulator
795f4de0b : Extend onDump to support debug options.
e48c26f48 : Add input checks for Default VHAL.
975a60002 : health: stop spamming.
b393b089c : Don't fail if TAG_ALLOW_WHILE_ON_BODY is missing
19acbe9f6 : Update KeyMint VTS tests with prod GEEK
ab4bc8d0d : Fix vts gfx readback test issue because clearRegion was removed in I11f369d26e080ba49c7108957f8cf44c85146021.
a12b18a4e : Revert "android.hardware.bluetooth@1.0-impl: Updated to vendor_available:true"
6a1223f22 : Add Attestation IDs State to DeviceInfo
420a5407c : audio: Fix handling of relative XML include paths in VTS
ac8f96b92 : Use reference or pointer in tuner vts.
f2493a3c3 : fix potential use-after-frees of stack memory
03d7a1a4f : KeyMint: Fix device-unique attestation chain specification
7c046786b : Annotate some TODOs
42c1133fe : Add ensuring that test BCC keys not unique ids
39844576b : Add default VHAL test.
f4c8ff9be : Add a utility to JSON-format a CSR with build info
eadcf71d4 : change all automotive AIDL HAL to generate Java for module
872cc0af1 : Add VTS test for YCbCr_P010 to denote that YCbCr_P010 is supported in Gralloc
e45604161 : Adding OWNERS for CEC HAL
6029a3703 : Separate VHAL emulator logic out.
30fa141c8 : memtrack: Update AIDL memtrack hal documentation
a31aff1ac : Fix ordering of cache files requirements from device
d46d61efe : KeyMint VTS: allow for stricter SharedSecret impls
5cf4a11c0 : KeyMint HAL: clarify spec text
6d4c0482f : Fix default vibrator HAL to check support on getPrimitiveDuration
50d62b0b1 : Add real GEEK for RKP factory enrollment
42a2f6b6e : Add a unit test for remote_prov_utils
7a55ae3dd : Fix flaky corrupted padding tests
eddbb27ae : android.hardware.bluetooth@1.0-impl: Updated to vendor_available:true
0be5891ed : android.hardware.bluetooth@1.0-impl: Updated Android.bp
05c454f35 : CEC: Add implementation of WAKEUP option to default HdmiCec
d591d9753 : CEC: Add implementation of ENABLE_CEC option to default HdmiCec
3db2f8481 : Allow VTS of 1.0 tetheroffload to be optional
411860782 : Add owner field to android.hardware.tests.extension.vibrator
882c00f47 : Add test in VTS MapperV4 for YCbCr_P010
dd50b2f45 : Replace writepid with task_profiles command for cgroup migration
798188aba : Remove ignoreSignature for cose signature checks
5d3fcb2c5 : Correct grammatical error in README.md
9624ae08a : Fingerprint service example - import all deps.
af7e9cfb2 : identity: fix access control checks in libeic.
0c8a05440 : CEC: Add event handler to default HdmiCec
df09e54ef : KeyMint VTS: require curve for ECDSA keys
2950654d4 : Remove KeyMint TODOs
58c8e3911 : KeyMint: Document KeyCharacteristics
92fa8e926 : CEC: Add implementation of setCallback method to default HdmiCec
d50fd04f4 : CEC: Add implementation of addLogicalAddress method to default HdmiCec
105b1c300 : CEC: Add implementation of getCecVersion method to default HdmiCec
2120790ee : CEC: Add implementation of isConnected method to default HdmiCec
697e280bd : CEC: Add implementation of getVendorId method to default HdmiCec
332541054 : CEC: Add implementation of getPortInfo method to default HdmiCec
0dacc5cd5 : CEC: Add implementation of clearLogicalAddress method to default HdmiCec
9b1e529ce : CEC: Add implementation of getPhysicalAddress method to default HdmiCec
971853be1 : CEC: Add implementation of SendMessage method to default HdmiCec
f3a43c8d5 : CEC: Initialise the HAL based on default implementation
e75851712 : Allow CompOS APEX to access Keystore AIDL.
37af4b365 : KeyMint VTS: more attestation info tests
9a88b5b11 : audio: Ignore SIGPIPE in the default audio HAL wrapper
5645ff64b : Adds VTS test for getAllowedNetworkTypesBitmap
15410861b : Bluetooth Audio: Remove WARN log spam in IsSessionReady
e3cdcb241 : KeyMaster VTS: improve attestation tests
a676c3b4e : KeyMint VTS: improve attestation tests
75683b35d : add sim_err to vts test for setSimCardPower
14a301837 : Refactor and reuse some read device file logic Add skeleton on HAL for Gnss raw measurement injection
f8dcd3f1e : Update AIDL vibrator version for benchmarks
a5047720f : Use TagType constants
9c7fae7e8 : KeyMint VTS: extract full vendor patchlevel
111feb10c : Increase test coverage
fd1b38dc6 : VTS tests: check size of byte strings
b9e244dfc : audio: Fix parsing of arguments in the APM config update script
e52a77efa : Simplify NNAPI SharedHandle -- hal
733937540 : Add AIDL version of vehicle hal
cb238ffda : Test validity of device-unique attestation chain
6f3b35126 : bluetooth.audio@2.1: add handle IsSessionReady for LE offload encoder
079b9233b : Adds VTS test for setAllowedNetworkTypesBitmap
c8861ece9 : bluetooth.audio@2.1: add internal HW offloading data path routing
378a93819 : Test readonly request input in AIDL VTS.
5e0459576 : Fix a bug in reusable burst execution.
517aab51c : Fix a null pointer access in Tuner VTS
93c72cef9 : KeyMint: sync all attestation tags
ddef7912b : broadcastradio@2.0 VTS uses DAB frequency invalid in some regions
7aa628d4d : broadcastradio@2.0 VTS uses DAB frequency invalid in some regions
045138ded : Add vhal unit tests to presubmit.
8ae3ea981 : Support more types for set property cmd.
adfe6116d : KeyMint VTS: better early boot key tests
9b261e0f7 : Update test to TEST_P
ef8351b21 : Allow REQUEST_NOT_SUPPORTED for HAL interface updateSimPhonebookRecords
9046c8dc8 : Fix typo in IFastboot.hal.
fb023d01f : Fix two unit test failures.
1b8be7166 : identity: Don't pass invalid profileIds in VTS test.
fa3d38d20 : Correct the description for getKeyCharacteristics
a0752ce6d : identity: Fix VTS test failure caused by unrelated change to system/keymaster.
2980a7c9f : Modify VTS to allow testing shim caching
90747ad70 : Improve unique attestation docs & tests
314b21f39 : Updating CDDL schemas to match the finalized spec.
8dff0b358 : Fixing tests to reflect change in CDDL
8ac074350 : Fix for the documentation in TimeStampToken.aidl. HMAC computation will always use 1, which is the value of SecurityLevel.TRUSTED_ENVIRONMENT. This is done for backwards compatibility purpose. Test: N/A Bug: None.
026bb7431 : Generate COSE MAC with a callback, not raw key
0b11d84fd : Correct documentation for update()
300b555b6 : KeyMint VTS: test getKeyCharacteristics()
e857afb6a : Shifting VTS libs to static_lib entry
64512ccf2 : android.hardware.common.fmq: update AIDL dump
3f40b2b62 : Fix 'kernel_config' error.
be6a79724 : freeze compat matrix 6 for Android S
96f878f4e : Revert "Disable current matrix."
2f0fe27a2 : audio HAL - fix UAFs
9edfd34da : vibrator: vts: correct the checking flag when testing on() interfaces
db0dcf503 : KeyMint: improve HAL spec and tests
ef0d87afc : Skip tests for single SIM devices
36b3af727 : Fixed the obsolete VTS owners
cbfd8e2d1 : Fix emergencyDial tests in VTS 1.6
930e3aab3 : Vehicle HAL client reads the config from the server instead of DefaultConfigs.h
e5970af78 : Remove duplicates in DefaultConfig.h
4c9d6b0d1 : Split the utility parts out of DefaultConfig.h
0b7c287fc : Use PropStore on the Server Side to Simulate ECU
59cae644e : KeyMint VTS: local RSA encryption
c93c439ad : KeyMint vts: Correct the EC curve parameter and some return code
df8f52ee8 : KeyMint VTS: local asymmetric verification
ca8504a4f : Update nl::Socket for TCU-gRPC
e65066734 : KeyMint HAL: cert dates are in milliseconds
402d62f7b : Add getKeyCharacteristics method to KeyMint
1de210f40 : Add additonal doc for SatellitePvt
26e1d731b : composer: VtsDisplay::setDimensions shouldn't be const
4a654833c : composer: update VtsDisplay dimensions
f1827c375 : [SP32.1] Put OffloadControl 1.1 HAL into apex
520e0adb5 : Revert "Update Readback VTS to align with RenderEngine interface..."
95adbba86 : Revert "Update Readback VTS to align with RenderEngine interface..."
407c7de1b : Revert "Update Readback VTS to align with RenderEngine interface..."
d99d544f0 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
b0fcb3927 : Update NN utility code and VTS tests with new Memory type
1158c80ff : Improve the structure of NNAPI AIDL Memory
80451ef0c : Fix gnss replay
b1659864b : Don't limit VHAL instances to just default.
316f2fa1a : Rearrange soundtrigger3 directory structure
9227f1813 : Update STHAL mock sysprop to integer
64027cbd0 : Add sthal_cli_3
fb5570245 : Introduce soundtrigger HAL v3
37b39f6bd : drm@1.2 vts: close session before modifying offline licenses
b8cf54cf5 : Change NNAPI time from steady_clock to boot_clock -- hal
504f44926 : Create NN AIDL Burst adapter
bbbdb0d5f : Add additional parameters for NN Burst -- HAL
310d3ddef : Don't assert while a callback is registered
93d11f50d : Don't assert while a callback is registered
08ee3f928 : Add missing validation for NN canonical types
cc62c0b2a : [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
b97a2512e : Move sthal_cli under 2.4
8b7e81386 : Add Burst tests to NN AIDL HAL VTS
a0b82f323 : Test padded request memories in VTS generated tests.
5dc72d548 : Add IBurst to NN AIDL HAL -- hal
402497e04 : Format NN AIDL HAL
5f732ff68 : NNAPI: Add AIDL drivers registration
7402e02eb : Backporting Tuner VTS 1.0 test assets pusher and test enhancement
d0f8b44f9 : Add sthal_cli
85c1b4a26 : Fix DabTune VTS failure of BroadcastRadio v2.0
acff4063b : Implement full canonical Burst in NN util code
14c1f985b : Move NNAPI type information to types.spec
3b93b0b56 : Add canonical types adapters for NNAPI AIDL interface
c6cf50ad4 : Add missing NNAPI HIDL interface mock tests
a2cd51a0b : STHAL 2.4
83578e05d : Remove myself from owners
b479e5704 : Add EVS_SERVICE_REQUEST property
1b7eb24a8 : Check emergency dialing result in DSDS or TSTS only if slot is in service or emergency only.
20eb57563 : Fix VTS issue of BroadcastRadio v2.0
48894dc40 : composer: increase timeout for VTS
e55db240a : Fix potential decrypt destPtr overflow.
323dd0c2d : Create NNAPI adapter interface
c4d98007f : Make NNAPI countNumberOfConsumers return GeneralResult -- hal
dfc4a2fa3 : Reformat neuralnetworks/1.2/types.hal according to clang-format
1693587fa : handle multiple cas plugins. some of them support descrambler, some of them don't
3665d245a : Add VtsHalNeuralnetworksTargetTest to NNAPI test mapping
9bccd2c3e : OMX VTS: free graphics buffers at the end of test
64bd20e41 : USB HAL 1.3 interface
bbe43d950 : Store AHWB in NN canonical memory type -- hal
79a16ebb6 : Change NNAPI Memory to ref-counted SharedMemory -- hal
b4d10f010 : audio: Allow using vendor extensions in surround formats (V6)
98b06b9fd : Add Kiran as VHAL owner
c0525521b : audio: Allow using vendor extensions in surround formats (V5)
edd3cb233 : Implement printer for mac80211_hwsim generic netlink family
b38bb4f12 : Implement VTS tests for NNAPI AIDL interface
532136b9d : Add utils for AIDL types conversions
8558454a6 : Camera: Set arbitrary dataspace for RAW streams
49b5e4ebe : Add dynamic interface casting to NN utility code
9d5f23a0d : Revert "Update HAL 1.6 for 5G Slicing"
d9784393d : Extend test timeout value from 180s to 600s
1f3ccfc26 : Extend MessageMutator implementation to multi-message packets.
b4d97bdb0 : Update HAL 1.6 for 5G Slicing
0d4654c01 : Increase NNAPI VTS single-test timeout to 20m.
809024517 : Create first version of NNAPI AIDL interface
e7686793e : Add AUDIO_FORMAT_MAT to the list of formats in XSD V6
db2d4be7f : Add AUDIO_FORMAT_MAT to the list of formats in XSD
765668086 : wifi: fix a use of an uninitialized value
4492ac790 : Support waiting for surfaceflinger service to stop before test starts
eab38feda : broadcastradio@2.0 VTS uses FM frequency invalid in some regions
03e3f60ca : broadcastradio@2.0 VTS uses FM frequency invalid in some regions
87c2f84c5 : wifi: Add sleep 3 seconds to allow terminate processing in VTS tear down
55cbbb53f : wifi: Add sleep 3 seconds to allow terminate processing in VTS tear down
f6caba149 : Add REQUEST_NOT_SUPPORTED in case 5G RAN is not supported in the device
ea051abaf : make descrambler test optional since it may be provided through tuner module since cas@1.2
bbeed1c6f : Gate gsm/cdma radio feature only for emergency dial
f315987ed : Gate gsm/cdma radio feature only for emergency dial
1a37abe67 : Skip emergency dialing VTS if device doesn't support radio
616106c6e : Skip emergency dialing VTS if device doesn't support radio
f5372106c : identity: Fix attestation and documentation problems.
e84d9bb2c : Revert "Memtrack HAL: Add stable AIDL implementation"
685b5e604 : composer: fix 2.4 vts for multi-display
82a00e665 : VTS - avoid same MAC for AP and STA
fceb7e53a : Test CannotCreateEarlyBootKeys only if metadata encryption is on
08ab488c1 : wifi: Call terminate in VTS teardown
b5097f6e6 : Strip hinge angle sensor when running a 2.1 HAL as 2.0
9bb689da2 : omx: validate only standard OMX roles
828e90a42 : health 2.0 vts: Allow for battery-less devices
41e99dca9 : supplicant(vts): Skip p2p tests on non-p2p devices as intended
bcf57475f : Fix VtsHalWifiSupplicantV1_3TargetTest fail
894739b6b : vts(wifi): Stop wifi fully instead of stopping framework
b5c7e1813 : wifi: check all possible returning codes for connect/cancelConnect
c556f1660 : Modify VTS NoStaleEvents test to omit on-change sensors
5bca5badf : wifi: Fix VTS error for non-p2p devices
c31293b13 : Skip GnssMeasurement VTS for Android Automotive OS.
f8c94a9b7 : Allow batteryFullChargeDesignCapacityUah to be 0
30b54c45b : Allow batteryChargeTimeToFullNowSeconds to be -1
25f606fbc : vts: Use global hostapd_ since teardown will call terminate function
984b6e060 : supplicant(vts): Stop adding empty instance for vendor HAL
533a44d09 : Revert "wifi: remove wifi instance name string check"
7839882c0 : Camera: Expect physical results in the last partial notification
fa32f5778 : Disable the test TooManyOperations in keymaster VTS
0076dae60 : wifi(vts): Precondition AP tests on existence of hostapd HAL
1b0bc8b35 : camera vts: fix CameraHidlTest::isSecureOnly for HAL1 Device
b01647878 : wifi: Added capability check in RTT tests
1c50a59ea : wifi: remove wifi instance name string check
fa7543563 : wifi: wait for the framework to be ready before checking features
67d3db83a : Fix bad test config for VtsHalRadioV1_4TargetTest
6f326efb0 : wifi: Call terminate in VTS teardown
a50356e00 : camera vts : cast android_convertGralloc1To0Usage to uint32_t before passing to allocateGraphicBuffer.
3faecf1a4 : Increase NNAPI VTS single-test timeout to 20m.
dde1e8aff : Adding audiocontrol and evs hashes to current.txt
cf6360233 : Allowing GSI patch level to be greater than vbmeta SPL
01f5a6042 : Skip GnssMeasurement VTS for Android Automotive OS.
88cc1004b : wifi: Fix for DPP VTS test failures on 5GHz only devices
ba6eb38b7 : Remove setSystemSelectionChannels vts test.
ffdee8681 : camera vts: Skip regular vts tests for secure only cameras.
3cc5d92c0 : Skip voice call VTS for devices that don't support voice call with new Util
51d8defb3 : Fix GnssMeasurement state range check
45e3ffdb8 : Stop location to avoid timing issue (VTS 2.0)
542eba4c0 : vts: VtsHalGraphicsMapperV2_1TargetTest fixup's
1cf1133de : Add drm hal/vts owners
dd8769b44 : Make GetLocationLowPower test warning instead of failing
debe968da : vts: hostapd: Remove optional service registration
8cdbb7c8c : Disable tests for TSTS issue
9f04e6001 : vts: supplicant: Remove optional service registration
c89fd888a : Fix issues for Japan model.
8a006c411 : drm@1.2 vts: force provision multiple security levels
27ea8c3d0 : Fix tests for devices that don't have drm@1.2 services
997812b93 : Adapt change clearkey to Lazy hal
9f35c5223 : Use SHA_2_256 for importWrappedKey
de1495609 : Allow INVALID_INPUT_LENGTH for oversized messages
f2d5c9a4e : VTS: Change stopNetworkScan from 1_1 to 1_2
7853ef231 : health VTS: Status::UNKNOWN is OK if not present
045310930 : Add GetLocationLowPower VTS 2.0 test
9ebd4da7d : Align NFCEE ID range with NCI 1.0 in VtsNfcv1.2 test
be7f97783 : Stop location to avoid timing issue
8d698a317 : RESTRICT AUTOMERGE : VTS : fix vts fail [1/1]
24ddd846f : RESTRICT AUTOMERGE : Returning HWC2_CAPABILITY_SKIP_VALIDATE capability if device supports it
3301c8239 : audio: add 'useForVolume' field to 'gain'.
75c7cb403 : Fix wait_for timestamps in Sensors VTS
53f2200ea : Verify mPollThread is joinable before detaching
f4077b35f : wifi(vts): Set the iface up as a part of setup
5d3ec9773 : hostapd: Ignore ACS relate vts testcase for hostapd 1.0 and hostapd 1.1
0b8f38fa2 : Fix the failed case for the VtsHalWifiSupplicantV1_2Host#SupplicantStaIfaceHidlTest.RegisterCallback_1_2
06480bc24 : Fix assumptions in SensorsHidlTest.NoStaleEvents
250fd5c8f : Add support for new gralloc HAL versions
2ca49ab77 : Change expected return type in direct report VTS
6c639cd76 : VTS Sensor HAL 2.0: Fix Batch for One Shot sensors
0df0bdd47 : Fix handling of reportToken when stopping
b7bb0a2bf : Avoid NPD when re-initializing HAL fails
7dbff3924 : Fix NPD in GrallocWrapper
e832ff407 : Fix log tag for sensors VTS tests
877041a2d : Audio VTS: Wait after stream close
944a7be69 : hostapd(vts): Use the correct syntax for vendor prop
2ca85040b : hostapd(vts): Add a property for SAP interface
ad6643744 : Update the currentCalls before VTS notification.
bfc53f825 : Audio HAL: Add missing device to XSD
326a89b70 : Add REQUEST_NOT_SUPPORTED to startNetworkScan
0bcf9f887 : audio: Skip tests if audio HAL service lacks "primary" device
d5adb5283 : Fix RadioHidlTest_v1_2.startNetworkScan maxSearchTime
16e7bf5ce : VtsHalRadioV1_4Target.setPreferredNetworkTypeBitmap
931a0e2f6 : Add GNSS satellite blacklist VTS 2.0 test
d4d930191 : VTS 1.1 TestGnssMeasurementCallback test must allow 1.1 or 1.0 versions
dbe46aa94 : Use IncrementalResults in InvalidPeriodicity
26f868bb0 : Audio: Ensure input stream gets closed on the audio HAL server side

+- Project: platform/hardware/invensense

e70be1c : Move comment to license_note

+- Project: platform/hardware/knowles/athletico/sound_trigger_hal

2434cf8 : Replace platform_version_use_sound_trigger_hal with sound_trigger_hal_is_android_p
94d0dc0 : Replace cutils/log.h by log/log.h
aadb1dc : Convert sound_trigger_hal/Android.mk to Android.bp

+- Project: platform/hardware/libhardware

34935657 : Add /dev permissions to dynamic sensor README.md .
fdb42f78 : dynamic_sensor: Fix HID min/max sample rate computation.
9b8bc0f7 : dynamic_sensor: Support timing out sensor operations.
b9769d79 : Change dynamic sensors handle base to 1
dd45428f : drop no-longer-needed apex_available clause on libhardware
f9121419 : Add audio_hw_device.set_device_connected_state_v7 method
0a0dd5f4 : Make apex_available explicit
3a14e049 : Audio HAL: Add latency mode APIs
71834f37 : r_submix module: pipe size changes with sample rate
da4e70bc : Adding bluetooth apex
521310bc : Add audio_hw_device.set_device_connected_state_v7 method
cbcdc02e : dynamic_sensor: Support Android head tracker sensor type.
e6891398 : Audio HAL: Add latency mode APIs
3d9af7cc : Add heading to sensors_event_t
544076be : Add TYPE_HEADING sensor type definitions.
6515145f : Add limited axes imu types to sensors_event_t
3cbc4a02 : Update OWNERS for legacy sensors definitions
78e7f9c0 : Fix opendir NULL dirp return issue
373a1b9f : Add head tracker to sensors_event_t
2588d755 : Add limited axes imu sensor type definitions.
c76c1d57 : Fix opendir NULL dirp return issue
d3e67d55 : Add definitions for new head tracker sensor type
8262a62f : dynamic_sensor: Use HID unique ID for head tracker UUID.
3f7bbbb4 : r_submix HAL: Remove unused variable
16699d13 : r_submix: add owners file
a33c1654 : r_submix HAL: remove legacy code for in-pipe conversions
75fb5d73 : Add dynamic sensor README.md.
635b7068 : Add new KeyMint curve enum
4b4cb8da : dynamic_sensor: Fix report item offset calculation.
6b834a3b : Revert "Delete KM1"
9bba1110 : Delete KM1
44e1aaab : add is_valid to oob data
0269a9d1 : Distinguish input and output profile/proxy when dumpping.
4bc5f252 : No need to update devices when they are the same as original ones.

+- Project: platform/hardware/libhardware_legacy

4172a38 : Add HAL APIs and configurations for Tx power limits
2c199ab : Declare license metadata for copied files.
e1aad8d : Add HAL APIs and configurations for CHRE NAN RTT
3f3737a : wifi: Get the supported radio combinations matrix
8ec08d0 : Wifi: API to set the indoor state of device
60d787c : Wifi: Add needed definitions for 11be support
10c3ee5 : libpower: Set uwb apex sdk to Tiramisu
4dac6dc : Add wifi-aware 3.1 support
6a489c0 : wifi: Add feature flag to indicate support for set MAC without iface reset
7813a70 : uwb: Allow uwb apex to include libpower
6c8e9f4 : Remove ndk_platform backend. Use the ndk backend.
06c0d04 : libpower: Check if suspend service is null
1f909ca : Remove ndk_platform backend. Use the ndk backend.
b64a38e : libpower: Use AIDL suspend HAL

+- Project: platform/hardware/nxp/nfc

0ca34a7 : Use after free in phTmlNfc_TmlThread
f4880f8 : OOBW in phNxpNciHal_process_ext_rsp
2527608 : Corrected header file path for "android.hardware.nfc_snxxx@1.1-service"
783e0e5 : nfc: use monotonic clock
44b21e8 : Avoid potential null deference
8326b2d : Fix non-constant-expression cannot be narrowed from type 'char' to 'uint8_t'
a6c1328 : update NXP nfc hal for SNxxx and PN8x
6316291 : Use after free in phTmlNfc_TmlThread
95e1dd9 : OOBW in phNxpNciHal_process_ext_rsp
d56116f : NFCC FW Download related updates
a7d7ed3 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/nxp/nfc
f05c398 : Add Nfc hal support for SNXXX

+- Project: platform/hardware/nxp/secure_element

2cae22d : Fix for SE Hal compilation issue for service "android.hardware.secure_element_snxxx@1.1-service"
b20ea5e : update NXP se hal for SNxxx
db084bb : [LSC] Add LOCAL_LICENSE_KINDS to hardware/nxp/secure_element
167e0ff : Add SE hal support for SNXXX

+- Project: platform/hardware/qcom/audio

b04319b : Move comment to license_note
e9825dd : Remove ndk_platform backend. Use the ndk backend.
5d98761 : Remove ndk_platform backend. Use the ndk backend.
d04be04 : Update QCOM hal owner.

+- Project: platform/hardware/qcom/bt

7bd9603 : Fix include path for system/bt
40c33b4 : Fix include path for system/bt
e63951d : Replace is-vendor-board-platform with is-vendor-board-qcom.
5cb844a : Fix include path for system/bt

+- Project: platform/hardware/qcom/camera

a9e8c59 : Replace is-vendor-board-platform with is-vendor-board-qcom.
978c867 : Remove ndk_platform backend. Use the ndk backend.
6a20976 : Remove ndk_platform backend. Use the ndk backend.

+- Project: platform/hardware/qcom/data/ipacfg-mgr

252aaa2 : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2
773a940 : Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx.
92eaf18 : Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx.

+- Project: platform/hardware/qcom/display

de48eec6 : Deleted clang property in Android.bp files
5ca67f5d : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2
55bbab92 : Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx.
892334ce : Replace is-vendor-board-platform with is-vendor-board-qcom.
5a9e2124 : Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx.

+- Project: platform/hardware/qcom/media

a90842e : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2
8e2fb0a : Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx.
247f9a8 : Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx.

+- Project: platform/hardware/qcom/sdm845/bt

d3297ac : Fix include path for system/bt
493629e : Fix include path for system/bt
ed6a7cc : Fix include path for system/bt
1a2804a : Replace is-vendor-board-platform with is-vendor-board-qcom.

+- Project: platform/hardware/qcom/sdm845/data/ipacfg-mgr

dbcf1fe : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2

+- Project: platform/hardware/qcom/sdm845/display

8d171d2b : Deleted clang property in Android.bp files
a17f2d2c : Replace is-board-platform[-in-list] with is-board-platform[-in-list[2]
6309f1ad : Replace is-vendor-board-platform with is-vendor-board-qcom.

+- Project: platform/hardware/qcom/sdm845/media

9e36b435 : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2
c3c73bc9 : Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx.
6531701f : Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx.

+- Project: platform/hardware/qcom/sdm845/thermal

38a0e2b : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2

+- Project: platform/hardware/qcom/sm7250/display

2b8775ce : Gralloc:: Add error handing for meta decoding
89caa2e3 : Remove unused service - qti_display_boot
7cc16923 : Deleted clang property in Android.bp files
1d3134b9 : gralloc: describe layout for P010 & VENUS P010
b38550b6 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/sm7250/display
393cd3c5 : Revert "display: Allow Idle fallback"
1c97f04c : Revert "display-product.mk : Disable idle time on video and HDR"
14792f23 : Revert "gralloc: Add native support for NV12_LINEAR_FLEX format"
e8de5045 : sdm: Clear cached panel brightness settings
1fe24ae6 : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2
d36ab7e2 : Replace writepid with task_profiles command for cgroup migration
900b2ab6 : Replace is-vendor-board-platform with is-vendor-board-qcom.
aee839f6 : hwc2: Do not report cmd mode config if its same as video
77244586 : sdm: Move resource_impl stop from postcommit to prepare.
53f98bbc : Revert "gralloc: Fix align width and heigth for YCrCb and YCbCr format"
1a81bdd1 : sdm: disable PU when HW RC mask is ready
171aba77 : hwc: gpu_tonemapper: improve checkEglError()
ea0673c1 : composer: add TWM display state transition support
04ac7075 : display-product.mk : compilation fix for ks sync path change
d533c46c : sdm: Remove PU status handling for RC
fe51fae4 : display: light: clear timer trigger before setting brightness
7902fd45 : libdrmutils: include sde_drm.h to enable RMFB2 ioctl
fe327715 : hwc: Add layer request flag for format and color metadata.
52bcc36a : composer: Send large comp cycle hint only for higher fps
9cc7717c : display-product.mk : Disable idle time on video and HDR
b832a85d : Remove ndk_platform backend. Use the ndk backend.
7b7841ec : Remove ndk_platform backend. Use the ndk backend.
380ae96e : composer: Initialize GLColorConvert to nullptr.
c3f304b7 : sdm: add property for idle in scaling layers
0f4c5463 : hwc: Use clienttargetproperty if version is 2.4 or above.
360234a3 : composer:set perf-hint for large composition cycle
1f614a63 : composer: pass cpu hint if primary display is the only active display
14f53ed4 : composer: Add support to read panel info
14f716d9 : display: light: set timer trigger before updating delay_on/off values
7b3e09d3 : gralloc: Add warning for an unsupported DRM format.
b5e3a91d : gralloc: remove references to libhwbinder & libhidltransport
87f4058d : liblight: set "timer" trigger before setting delay for blinking
a125f9ce : composer: handle power state transition for doze mode
a29bf4ac : gralloc: Add native support for NV12_LINEAR_FLEX format
0cf52a41 : display: Add qti_display_boot service.
f53fdbb7 : display-product.mk: Enable round corner for Divar.
69a8d9e9 : Config: Enable perf hint only for non pixel device
4df58efa : composer: Add support for NV12_LINEAR_FLEX format
5e74cfa7 : composer: Handle secure session properly when dp/wfd is active
94ca88b2 : hwc: Add support for buffer format update on demand
1184ce28 : display-product.mk: disable layer stitch for monaco
0caef400 : display-product.mk : Adding Properties for Khaje.
7968d6a0 : display: Add xml file for nt36672e panel
bb142473 : display-product.mk: enable offline rotator for monaco
40d2ea75 : composer: Apply detail enhancement after applying color mode
56f6bdfa : display: Allow Idle fallback
497301fe : sdm: Add support for allowIdleFallback interface
d80fbe4e : composer: Add DisplayConfig query for RC support
83823092 : sdm: Fix rounded corner functionality
98e34b7e : sdm : Add support for rounded corner

+- Project: platform/hardware/qcom/sm7250/gps

8a7315c : gps: move geoidal separation calculation to AP
36b41f3 : Fix -Wbitwise-instead-of-logical
1f2470e : Fix -Wbitwise-instead-of-logical
6045666 : move geoidal separation calculation to AP
1ec396c : Fix an issue in SystemStatusNetworkInfo DataItem
58c3ca4 : Increasing boot_time and real_time acceptable variation
054e158 : Fix checkbuild errors
1d283c5 : Use QMI WDS API to query pdn for SUPL ATL
1f61de1 : Fix checkbuild errors
9078b7a : Apgs subscriber mananger fix
fd64af1 : Resolve one race condition issue in GnssAdapter
83c75e0 : Fixes ubsan shift-out-of-bounds SIGABRT
c9560c1 : Correct equals() for SystemStatusNetworkInfo
01269f4 : Clear Emergency SUPL APN Name of SOS
218203e : Block antennainfoCallback when vector size is 0
c5c6dd5 : add policy files to package list
d7e0299 : Comment out ANTENNA_INFO_VECTOR_SIZE by default
db4c55e : BatchingAdapter to handle engine up after init
a10ad89 : GTP: add xtwifi policies for GTP WWAN call flow
2e81569 : add libminiajil polices for xtwifi-client and inet-agent
de95e87 : fix ntrip parameters invalid issue
46fa847 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/sm7250/gps
ef4d800 : Batching API batch retrieval changes

+- Project: platform/hardware/qcom/sm7250/media

380f2e85 : scuba: Correct copyright header
64b29b86 : scuba: Tune perf xml based on measured fps
edd34b1a : media-prop: set Netflix prop for bengal variant
7fae5d21 : lagoon: Add swap width and height feature
f3d07fc2 : Khaje: Tune perf xml based on measured fps
7922f74e : khaje: Add swap width and height feature
0381c239 : conf_files: khaje: Update hevc decoder limits
fb542e5b : conf_files: lito: add Attribute name for SW encoder
2e547edf : conf_files: kona: add Attribute name for SW encoder
81ddd6a9 : media: conf_files: Tune perf xml based on measured fps
b48b8539 : conf_files: bengal: Update performance points
20f92b21 : media: set netflix property for khaje target
98250496 : conf_files: bengal: Fix HFR issue
4325ece2 : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2
33a6d721 : Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx.
1c16b887 : Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx.
85db8fcd : mm-video-v4l2: venc: Reject ETB during stop in progress
a01ee45c : khaje: Tune perf xml based on measured fps
60f84853 : media: conf_files: add camera-id 7 for multicamera use case
1bb1728f : media:conf_files: Update configuration files for khaje
9a434b3e : mm-video-v4l2: venc: Set encoding level set by client to firmware
cd06b787 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/sm7250/media

+- Project: platform/hardware/qcom/sm8150/data/ipacfg-mgr

716f706 : Deleted clang property in Android.bp files
2ce6e94 : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2
8ac0361 : ipacm: Declare ipa_flt_rule_add var as static to fix stack size issue
5725c81 : ipacm: Remove compilation dependency for in_addr_t on bionic
22cba6c : ipacm: Start ipacm after post-fs-data
75692cb : ipacm: Add checks to prevent installing duplicate MHI exception rules
38be6c6 : data-ipa-cfg-mgr: Disable ipacm for msmnile_au
3c65396 : ipacm: Enable ipacm for monaco LOW Level RAM target
3fbde46 : ipacm: Adding changes to use right check while checking version support
50f23c6 : ipacm: Adding changes to disable Eth Bridging Support

+- Project: platform/hardware/qcom/sm8150/display

57778dc0 : Gralloc:: Add error handing for meta decoding
81f20cd3 : Deleted clang property in Android.bp files
1d00252c : gralloc: describe layout for VENUS P010
6267082e : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2
70c0c092 : Replace is-vendor-board-platform with is-vendor-board-qcom.
88b3b28f : [LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/sm8150/display

+- Project: platform/hardware/qcom/sm8150/gps

f8b0117 : Batching API batch retrieval changes
9522f0a : Fix -Wbitwise-instead-of-logical
6f741cb : Fix -Wbitwise-instead-of-logical
91142b6 : Change build format: .mk to .bp
6045666 : move geoidal separation calculation to AP
1ec396c : Fix an issue in SystemStatusNetworkInfo DataItem
58c3ca4 : Increasing boot_time and real_time acceptable variation
1d283c5 : Use QMI WDS API to query pdn for SUPL ATL
9078b7a : Apgs subscriber mananger fix
fd64af1 : Resolve one race condition issue in GnssAdapter
83c75e0 : Fixes ubsan shift-out-of-bounds SIGABRT
c9560c1 : Correct equals() for SystemStatusNetworkInfo
01269f4 : Clear Emergency SUPL APN Name of SOS
218203e : Block antennainfoCallback when vector size is 0
c5c6dd5 : add policy files to package list
d7e0299 : Comment out ANTENNA_INFO_VECTOR_SIZE by default
b33aba4 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/sm8150/gps
db4c55e : BatchingAdapter to handle engine up after init
a10ad89 : GTP: add xtwifi policies for GTP WWAN call flow
2e81569 : add libminiajil polices for xtwifi-client and inet-agent
de95e87 : fix ntrip parameters invalid issue
ef4d800 : Batching API batch retrieval changes

+- Project: platform/hardware/qcom/sm8150/media

b06283cb : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2
02795817 : Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx.
2decbcf6 : Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx.

+- Project: platform/hardware/qcom/sm8150/thermal

bffc5ec : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2

+- Project: platform/hardware/qcom/sm8150/vr

32a1653 : Replace is-board-platform[-in-list] with is-board-platform[-in-list]2

+- Project: platform/hardware/qcom/wlan

65e80a9 : WifiHal: Consider LATENCY_LEVEL attributes as u16.
f1d97b4 : WifiHal: Add support to send modulated dtim configuration
30c77ae : WifiHal: Increase max number of allowed whitelist SSIDs count
0b7bf06 : WiFi-Hal: De-couple roaming feature with Gscan
ae5cfbd : Remove CMD_EVENT_WAKE_CNT_SZ and DRIVER_FW_LOCAL_WAKE_CNT_SZ
27539fe : wifiHal: Fix possible overflow issue
1f38ec5 : wifi_hal: Consider DRIVER_VERSION and FIRMWARE_VERSION attributes as u8.
0a2b566 : Update OWNERS
a7dcd72 : Introduce TARGET_USES_HARDWARE_QCOM_WLAN to disable common qcom wlan module
766ce94 : Revert "Convert cld80211-lib/Android.mk to Android.bp"
8e78454 : Convert cld80211-lib/Android.mk to Android.bp

+- Project: platform/hardware/ril

bd1b5b2 : Clear apex.go entries for bluetooth libs
db18c40 : Adding bluetooth apex
6f309fc : Fix mismatched allocation/deallocation

+- Project: platform/hardware/st/nfc

4bec13d : Fix OnDeath crash
a360241 : Align the st21nfc_dev_t structure
15b1b72 : Define 2 new entries for libnfc-hal-st.conf
a176861 : [LSC] Add LOCAL_LICENSE_KINDS to hardware/st/nfc
4ad84c9 : [AIDL] Remove redundant logs
9d22aae : [AIDL] Running streset process if persist.vendor.nfc.streset is defined
4a7f3d8 : Add AIDL support
93575cc : Revert "Revert "Avoid calling back to dead service""
e0a8997 : Revert "Avoid calling back to dead service"
0057907 : Avoid calling back to dead service
3f6b810 : Apply recovery sequence if the CLF is mute after a nReset pulse
9108f3d : Restart NFCC is a CORE_GENERIC_ERROR_NTF 0xE1 is received.
a65f41a : Add a timer to prevent NFCC got stuck in ActiveRW
83ef539 : Fix abnormal file io
1bff272 : Update uwb configuration if needed.

+- Project: platform/hardware/st/secure_element2

b3b241a : Enable/Disable logs using config file
ab466dd : Read property only for eSE1
836b2ba : Retry once if ese2 open failed
b202bf8 : Manage 61XX, 6CXX internally in HAL for chained response and allow 69XX, 62XX and 63XX status word forwarding
6df0292 : Add STEsePreProcess for init settings

+- Project: kernel/configs

0dd2a87 : require modules required for bandwidth limiting on 5.10+ T+
73d7226 : Freeze kernel min LTS version.
a086ca5 : Freeze T kernel configs.
959f84d : Delete recommended kernel configs.
9cb0c67 : Convert kconfig_xml_fixup to python 3
23acefc : Disable CONFIG_VMAP_STACK for KASAN builds
d8cafe2 : Require CONFIG_INIT_STACK_ALL_ZERO on arches that support it
8e30736 : Fix licenses and license texts.
5ef33e6 : Require CONFIG_VMAP_STACK on arches that support it
1ede69c : Revert "Revert "Require clang be used to assemble the kernel""
dd46951 : Revert "Require clang be used to assemble the kernel"
8631131 : Require clang be used to assemble the kernel
ca90813 : Require clang and lld
1e77afe : Move kASLR from recommended to mandatory
2799602 : Drop useless non_debuggable.config file
3fdd298 : Initial kernel/configs for 5.15
745f82a : Require HIDRAW for new Android devices
b698111 : 5.4: Require CONFIG_CFI_CLANG only on supported architectures
649b996 : 5.4: Require CONFIG_CFI_CLANG only on supported architectures
6a8d155 : Revert "Require that CRYPTO_MD4 not be set"
be771fc : Revert "Require that CRYPTO_MD4 not be set"
a618ca8 : Require kconfig options for metadata encryption
833163b : Remove 5.4 for T
72feae0 : Remove 4.19 for T
8ac586c : Remove CONFIG_SONY_FF from the android-4.19 config
46f8bc8 : Finalize min LTS version for S.
a52fbee : Allow CONFIG_DEBUG_FS to be set on user builds
cf587f7 : kernel_config->kernel_configs
c072589 : android-5.4: fix incorrect minversion
e5200e5 : remove requirement for IKHEADERS
756848f : Properly reflect LMK||(MEMCG&&MEMCG_SWAP) requirement.
e3170ed : Remove CONFIG_MEMCG requirement if CONFIG_PSI is present
ead301e : Move CONFIG_USB_RTL8152 to android-recommended.config
c6f7422 : p/android-4.9+: relax QTAGUID requirements

+- Project: kernel/tests

913b27b : net-test: fix mixed build R+T lack of tcp_default_init_rwnd on old 4.14 kernels
580c55e : fix for loss of python on glinux
2cea51a : build_rootfs.sh: Enable unlimited memlock on arm64
31f9aaf : build_rootfs.sh: Add 8250.nr_uarts for rockpi u-boot env
82627b7 : build_rootfs.sh: Avoid out of space issues in stage2
0f81b48 : build_rootfs.sh: Install golang to build cuttlefish-common
db23c1a : build_rootfs.sh: Add 8250.nr_uarts=X
a8cd1e6 : Fix licenses and license texts.
d3c14e9 : net-test: when running under Android run inside netns if possible
ec46f4b : add vts_kernel_net_tests to general-tests
7b07e88 : net-test: not supported in netns before 4.15 if BH_TIMEOUT_SYSCTL does not exist.
ab00655 : build_rootfs.sh: Enable TRIM on root
d1b0c9a : build_rootfs.sh: Fix console output with VT enabled
ac1e689 : build_rootfs.sh: Change CF eth0 setup to eth1
0064866 : Update OWNERS for test vts_kernel_net_tests.
7c95cc3 : net-test: after UML finishes, reenable tty option 'NL' means 'CR+NL'
b07153b : fix: change next IP header option to "3b" (no next header)
5ced1a4 : Ensure iptables alternatives are configured
c8e368b : Adding Cuttlefish eng to OWNERS on rootfs scripts
beccb96 : net-test: Reset blackhole before fastopen test
8f3d4c8 : Add bullseye variant for rockpi devices
4323b9f : Replace chroot based debootstrap with QEMU
17eec51 : Add bullseye variant with cuttlefish-common
71e4ec7 : Support customized suite configs
9facea8 : Support generating a stub initrd
dd55ba5 : Set up /var/empty and allow userns
d69c158 : Tweak the bullseye cleanup step
33dc9dd : Refactor bullseye in preparation for alternates
5a59d71 : Replace qemu-debootstrap with --foreign --second-stage
34b9e9a : Rename the image from vm to debian
8241348 : Drop build_all_rootfs.sh
668071d : Rename net_test_exitcode to exitcode
684dcfd : Clean up the bullseye package list
ef1ad3d : Bump iptables from 1.8.4 to 1.8.7
6a7d81e : Convert build_rootfs.sh to google shell style
55dbf6d : net-test: resilient_rs_test.py - slightly bump EPSILON
589cce3 : net-test: remove bbr/bbr2 from list of acceptable congestion control algos
5e0d888 : net-test: add logging of kernel build commands

+- Project: platform/libcore

24dd5566616 : Allow optional algorithms in StandardNames.
ac6337794f8 : Ed25519: Indicate Android Keystore supports it
0621450f73c : Allow optional algorithms in StandardNames.
c6ec3dfa738 : Ed25519: Indicate Android Keystore supports it
ad95ea0a4c2 : Add test for Driver.setProperty
b80f7478499 : Add tests for javax.xml.validation APIs
8d7b1de13f6 : Add test for DatatypeFactory
06d49c0264a : Add tests for Subject APIs
07d1ff87c6c : Add test for ConcurrentSkipListSet#headSet(E, boolean)
8f18e033b95 : Add test for WriteAbortedException.getCause()
8fb5c96082b : Add more test for MalformedURLException
a3e02c43fd1 : Add tests for java.util APIs
e6265e886fe : Add tests for java.sql APIs
51368dbed41 : Add tests for java.net APIs
358752894d5 : UNIXProcess_md.c: do not use close_range
c88b39b4d1d : UnixProcess_md.c: avoid potential deadlock after vfork
32256c4bbe6 : Disable test.java.util.zip.ZipFile.Zip64SizeTest
3004e9ee592 : Fix java.time MTS test failures on S
21cb542624d : Shard test.java.lang.StrictMath.HypotTests for faster testing
e1c22ba3cbb : Mention device sleep behaviour for System.nanoTime
159f67b4806 : Remove the doc replacement Metalava option
191f6e4e0dd : Fix DdmVmInternalTest
47e074803a1 : Revert "Add SCRYPT to expected SecretKeyFactories."
3d73ef5bc2e : platform/libcore - Tiramisu is now 33
6b71b4307b3 : Migrate Buffer peek*array methods to art.
adf7d663467 : Add SCRYPT to expected SecretKeyFactories.
f8dde71c4a4 : Implement "fw" extension support for WeekFields.of API
cbda743dc05 : Remove "rg" and "fw" support in the java.time javadoc
f670519f795 : Track the hijrah-config-islamic-umalqura.properties file in EXPECTED_UPSTREAM
a65386ccc93 : Import hijrah-config-islamic-umalqura from jdk11u/jdk-11.0.13-ga
b0c0875e048 : Revert "Add test expectations with tests failing on host"
3be342b593d : Make 11.0.13-ga test.java.util.TestFormatter pass with OpenJDK 8 Formatter
d237c34b32d : Add test expectations with tests failing on host
a0d9fac60af : Speed up Zip64SizeTest with a larger buffer size
15a48158759 : Remove java/security/KeyStore/PBETest.java
864ee6c9096 : Enable TestZoneRules#negativeDST
84ee176c1f5 : Revert patches for the new SystemClock.instant() implementation
f24ac65371e : Implement VM.getNanoTimeAdjustment(long)
a4d24160d96 : Android patch: Patch 11.0.13-ga java.time implementation and tests
fec8c42eb5b : Hide the new java.time APIs
a7f4a077040 : Fix visibility of xmlpull host library
ebf038eb40a : Add missing package for test.java.io.Writer test
8c6462ac0c9 : Upgrade java.time to 11.0.13-ga in EXPECTED_UPTREAM
29fd68f0c1e : Import files from jdk11u/jdk-11.0.13-ga
f4375f3a927 : Remove ImplicitStringConcatShapes template and generator from tests
1e5336ce5f0 : Expose xmlpull library to be able to use it in host libraries
b33a87e995a : Test for PortUnreachableException
3fd596faf52 : Tweak linux_glibc properties for musl builds in libcore
48a0eff6248 : Fix non-varargs call of varargs method warning
115d13d9364 : Workaround for coverage of java.util.function.Predicate.not()
abd25aa94ca : Android patch: Disable OpenJDK 11 Duration tests
cc6fa95f95d : Add java.time tests into EXPECTED_UPSTREAM
9022cb39eab : Import files from jdk8u/jdk8u121-b13
3cf20a8d5d5 : Import files from jdk11u/jdk-11+28
6708adaf91e : Import files from jdk8u/jdk8u60-b31
14580439774 : Import files from jdk8u/jdk8u212-b01
27ac78a2d3a : Upgrade some 11+28 files to 11.0.13-ga
e8795924ec0 : Import ArraysSupport from jdk11u/jdk-11.0.13-ga
87239a859b2 : Match an expected version to some existing java files
c10fe5f5fbb : Import TimestampToken from jdk8u/jdk8u60-b31
7b9123ce1d5 : Import ExtendedSocketOptions from jdk11u/jdk-11.0.13-ga
914b2860fe6 : Import files from jdk11u/jdk-11+28
67664568596 : Upload file for creating nio Buffer classes from templates.
0d834e417cf : Upgrade 3 java files from 9 to 11
2ceb00cacf7 : Import files from jdk11u/jdk-11.0.13-ga
987a76d7652 : Android patch: Remove unsupported VM.initializeFromArchive call in the Integer class
de433875899 : Upgrade boxed types and String from 11+28 to 11.0.13-ga
216b312a608 : Import files from jdk11u/jdk-11.0.13-ga
65ee65faaa2 : Add API coverage for KeySpec classes
aa05065d22f : Import files from jdk11u/jdk-11+28
7f944c26ef4 : Update the versions for several boxed types
8281d538a38 : Android patch: Remove javadoc about the unsupported "tz" extension
36739425566 : Android patch: Patch Zip64SizeTest to be passing on Android
8a06349b187 : Android patch: Modify the unsupported @systemProperty javadoc tag in SSLSessionContext
42b1cab36e7 : Import Zip64SizeTest to confirm JDK-8226530 fix
d7f88bb1c60 : Import Zip64SizeTest from jdk11u/jdk-11.0.13-ga
2795767c375 : Revert a patch in FusedMultiplyAddTests
129081d98be : Upgrade files in 11+28 version to 11.0.13-ga
aafd1b0d990 : Import files from jdk11u/jdk-11.0.13-ga
a0be04be06d : Coverage for javax.xml.transform.stream.StreamResult
a66de202b9d : Update file version from jdk8u60-b31 to jdk8u121-b13
f199b9baac7 : Import files from jdk11u/jdk-11+28
b1c7abcf179 : Import files from jdk17u/jdk-17.0.2-ga
5399519e587 : Import files from jdk11u/jdk-11.0.13-ga
6a862e0de52 : Add test for Integer.parseUnsignedInt(CharSequence, int, int, int)
5a42e322bc9 : Fix the EXPECTED_UPSTREAM entries
6e948a64b3f : Sync EXPECTED_UPSTREAM expectation file from aosp/master
948317dcf13 : Merge Buffer template files from OpenJDK11.
d39c4023475 : Add tests for javax.xml.transform.stream.StreamSource
683b7bb44f6 : Coverage for SAXSource.sourceToInputSource()
bdc1ebaa66b : Coverage for QName.equals
a78cef97688 : Coverage for javax.xml.transform.TransformerConfigurationException
ef9769b93b8 : Make peek*Array methods for Buffers FastNative.
40c931ef9f8 : Make FileStore tests more tolerant.
42797e8cdcb : Documentation tweak for dokka
4f3cbdebdbe : Use a separate runtime entry for MethodHandle invocation from Transforms
bd396cc8c73 : Curve 25519: Remove extraneous algorithm names.
0f700d3eaac : Add tests for protected setOption method
c74eb8af1b3 : Fix compat issue from java.security.KeyStore API update
32296224544 : Add new Android Keystore algorithms.
646f1fc62c0 : Add API coverage for Thread.onSpinWait
4ac0ff959bc : Add API coverage for SocketTagger
b8cab22f50b : testSocketTestAllAddresses: improve flake tolerance
309c8a39eb7 : Update documentation for DocumentBuilder.reset()
acc71162492 : Correct KeyStore tests now that BC implements engineProbe().
b14f19c5f82 : DocumentBuilderFactory: documentation fix for setFeature()
377481f4260 : Add missing coverage for newly-added KeyStore APIs.
0141ad5f319 : System property updates
3a07d772dd4 : A bit more defensiveness around getifaddrs
465272ab870 : OpenJDK 11: Merging in java.lang.*
a74da805d88 : Remove failing testGetHardwareAddress_returnsNull test.
49d4f334f6a : Add sun/security tests to libcore-crypto-tests rule.
7a836f32320 : OpenJDK 11: Merging in java.util.concurrent.*
96291cf2843 : OpenJDK 11: Merging in java.time.*
a8affeceec0 : OpenJDK 11: Merging in java.security.*
7087cc5d56f : Suppress removal warnings from IdentityScope
92e8b574f13 : Minor clean-up of Transformers.java
01c19a7d059 : Re-activate and fix SocketOptions test for SO_RCVBUF.
1f0e134b43a : OpenJDK 11: remove failing part of SocketOptions test.
1e371008707 : Clean stale Locale objects in Zygote before forking
2b0b0d21f08 : OpenJDK11: fix SocketOptions test which had args[] left in.
bb459efa65f : Add API tests for FileStore.
834c97fc1bc : Fix TimeZoneTest#testGetTimeZone_forNonOlsonId
36367101481 : Fix TimeZone.getTimeZone stack overflow in an edge case
bb91acae5ce : OpenJDK11: Merge additional KeyStore tests.
63a3a5deae1 : Workaround for coverage of java.util.OptionalLong APIs
34c577ed255 : Workaround for coverage of java.util.OptionalInt APIs
508ced9abcb : Workaround for coverage of java.util.OptionalDouble APIs
86b5c3fec3e : Workaround for coverage of java.util.Optional APIs
8a922539792 : Workaround for coverage of java.lang.String APIs
9333063a78c : Workaround for coverage of java.long.Long APIs
c9b4f950c7d : Revert^2 "More consistently use refersTo()"
bf52c7c0958 : Optimize engineGetEntry API to do less binder transactions
51c6a9c774e : Workaround for coverage of Integer.parseInt(LIII)
69b5e92237b : Update suppressions for libcore tests
df5a68f2d3b : Additional tests for Arrays.compare(T[], int, int, T[], int, int)
e9765f29e97 : Revert "More consistently use refersTo()"
a0b56fdedb2 : Fix ImplicitStringConcatMany when run with jacoco
821863d71a2 : Demote errorprone errors to warnings
bcdd250ad14 : Update expected_upstream with all of my latest openjdk merges.
e7ab6aa312e : Try to deflake ClassLoaderTestSupport.
b865d51c76d : Add Android-removed markers for no-ops in Socket classes.
84dbd47a824 : The constructor of SystemCleaner shouldn't be public
f7f05378d9b : Fix flake in ExplicitCastArgumentsTest#testMultipleArg
121a1a9e1b3 : Fix doc links for relative path notes
a9b2f31933b : Revert "Add API tests for FileStore."
9d2e868359f : Import Edwards-Curve interface classes from OpenJDK 17.
fc36ce41de9 : Transformer invokeFromTransform update
f5183feab47 : EmulatedStackFrame: drop unnecessary callsiteType field
13e5d27777d : Update OsTest#test_socket_setSockoptTimeval_effective (again)
2ff78c54b8a : Add API tests for FileStore.
062f2f25b50 : OpenJDK11: merge KeyAgreement Tests
efdd4d2417a : MethodHandle.asSpreader fix
9bf7896fb68 : Update OsTest#test_socket_setSockoptTimeval_effective
5ef84e3312e : More consistently use refersTo()
1820d0d14d3 : Fix CleanerTest.testSystemCleanerActions
8dd6e2f1ae4 : OpenJDK11: add new APIs for XEC key interfaces.
7e032272844 : OpenJDK 11: Merging in java.net.Socket, SocketImpl, SocketOptions, & StandardSocketOptions
2a54e7c685a : Add MethodHandles.tryFinally from OpenJDK 11.0.13
72c1bd12371 : Provide user access to system Cleaner
23f47735d25 : OpenJDK11: ECGenParameterSpec.
1acaa1a7324 : Revert^2: "Setting Java 11 as the default version"
94a8af48792 : Add MethodHandle loop combinators from OpenJDK 11.0.13
fed2fcadf74 : Update MethodHandles.filter methods to OpenJDK 11.0.13
3f8a8bf7bb8 : Avoid boxing and unboxing in PermuteArguments transformer
4f55ec4c430 : Import MethodHandles.permuteArguments() tests from OpenJDK 11.0.13
199b10fad00 : Add MethodHandles.foldArguments(MH, int, MH) from OpenJDK 11.0.13
cc1fa34fc6b : Add MethodHandles.dropArgumentsToMatch() from OpenJDK 11.0.13
f5a6145dabd : OpenJDK11: merge java.security.Keystore classes.
30b328e2c26 : OpenJDK11: merge MessageDigest and MessageDigestSPI.
ba7ee225bde : [LSC] Add LOCAL_LICENSE_KINDS to libcore
819933ce5f5 : Revert "Setting Java 11 as the default version"
14a08b35604 : OpenJDK11: merge UnresolvedPermissionCollection changes.
ae3a9c81b04 : Add test.java.lang.invoke.ExplicitCastArgumentsTest from OpenJDK 11.0.13
a9b592c4967 : Add test.java.lang.invoke.JavaDocExamplesTest from OpenJDK 11.0.13
e3153a2fa34 : Add MethodHandles.empty() and MethodHandles.zero() from OpenJDK 11.0.13
cea2cc0b8a1 : Make Reference.refersTo() public
3b42596d6a8 : Update sun.invoke.util.Wrapper with OpenJDK 11.0.13
e7708c29392 : Add MethodHandles methods for array length and constructor
5c07fa4b8b1 : Add MethodHandle.asSpreader(int, Class<?>, int) from OpenJDK 11.0.13
d97dc8999b3 : Add MethodHandle.asCollector(int, Class<?>, int) from OpenJDK 11.0.13
a4766fac0cb : Unhide JSONObject.append()
3e7241efd6d : OpenJDK 11: add new NamedParameterSpec class.
543ebdd7c56 : Promote VmSocketAddress as public API
8055fc2dbe7 : Update README to add the nullability annotations to ojluni classes
a80dd44ff28 : OpenJDK 11: Import XECKey interfaces.
086083fb44e : Add MethodHandle.withVarargs introduced in Java 9
f9b80b6b5d7 : Minor clean-up to Transformers.java
e89a6129aed : Setting Java 11 as the default version
964508cd04a : Add ObjectStreamClassSuidTest
676774cd2bc : Move ObjectStreamClassTest into dedicated Java 9 suite
fadcb896227 : OpenJDK 11: Import XECKey interface.
03fddc6d99d : Fewer comparisons in Transformers and EmulatedStackFrame
8870bd87247 : Implement VarargsCollector.asType() and related changes
173e8a4717e : OpenJDK 11: Merging in java.net.SocketOptions, & StandardSocketOptions.
e05d9ce7f85 : OpenJDK 11: merge XEC key specs.
3326d2b1a4b : Improve coverage for java.util.Optional
78b50a33fee : OpenJDK 11: Merging java.security.* trivial changes
cbef7356b17 : Update MethodType.isConvertibleTo() for use on Android
72122cf7617 : EmulatedStackFrame.{get,set}Reference fix
57a9777ce35 : Import MOAT.java test from OpenJDK11.0.13-ga.
64734091741 : Document inapplicable cases for @NeverCompile
e7626b9f5fb : Add a script to update libcore/lint-baseline.xml
1a07d3d9159 : OpenJDK 11: Merging changes in java.security.KeyPairGenerator and Spi
ddbe2342347 : Correct slowPathEnabled comment
6850f4d1b90 : OpenJDK 11: Merging java.security.interfaces.* trivial changes
08dc74847c9 : OpenJDK 11: Merging in java.net.URLEncoder and URLDecoder
c9ad7fbbbf4 : dalvik: Add @NeverCompile annotation for art
e4c79f945a7 : OpenJDK 11: Merging in java.util.Random
f67c16566b2 : Fix slow BigInteger string conversion test splitting into multiple
63ab11bab9f : OpenJDK11: Deprecate java.security.acl
26b47f23bd0 : OpenJDK11: Required files for java.net merging.
29de0a8fa0a : Adding tests to check Java 11 language features
bdb9081cd88 : OpenJDK 11: Merging java.net.* trivial changes
51e740853c5 : OpenJDK11: Merging in SecurityConstants.
b267b370868 : Fix failing NetworkInterfaceTest by enabling RETURN_NULL_HARDWARE_ADDRESS.
bf534936d18 : Make libcore tests pass on MTS on S devices
fa85633de96 : Suppress -Wunused-but-set-variable warning
e1415136dab : Removing 1.9 as fixed target for libcore libraries
15a5a638bf4 : Enable remaining upstream VarHandle tests
caa1e4eae72 : Add ByteBuffer methods alignmentOffset() and alignedSlice()
1783bef7dcd : Revert^2 "OpenJDK 11: Merging in java.lang.ref.Cleaner"
205dd063db9 : Revert "OpenJDK 11: Merging in java.lang.ref.Cleaner"
aa11a935373 : 8277529: SIGSEGV in C2 CompilerThread Node::rematerialize() compiling Packet::readUnsignedTrint
b4328130f66 : OpenJDK 11: Merging in java.lang.ref.Cleaner
f60d04786d2 : OpenJDK 11: Merging in java.lang.Long (parseUnsignedLong() CharSequence)
4ad07e02c3f : OpenJDK 11: Merging in java.lang.Long (parseUnsignedLong)
3566bf8f7c4 : OpenJDK 11: Merging in java.lang.Long (toUnsignedString0() helper)
20810183ea1 : OpenJDK 11: Merging in java.lang.Long (toString(long i, int radix))
035e32c3ea9 : OpenJDK 11: Merging in java.lang.Long (toString(long) and helpers)
dc290fff463 : OpenJDK 11: Merging in java.lang.Long (update parseLong)
4786c984f2e : OpenJDK 11: Merging in java.lang.Long (update bit methods)
cef246544b2 : OpenJDK 11: Merging in java.lang.Long (deprecate long and String ctors)
fbb7f2d1cf7 : 8263364: sun/net/www/http/KeepAliveStream/KeepAliveStreamCloseWithWrongContentLength.java wedged in getInputStream
f493ee303ab : Better document VMRuntime.addressOf
8e9a42dddea : Work around lint messages with different required API levels.
83b141e5d89 : Enable more VarHandle tests
3a0f35a98ec : Preparation to enable upstream VarHandle tests
a6c3b5deee2 : 8277981: String Deduplication table is never cleaned up due to bad dead_factor_for_cleanup
7ad63eee828 : OpenJDK 11: Merging in java.lang.Long (javadoc, trivial changes)
5985dc22c3e : OpenJDK 11: Merging in java.lang.Integer (sun.misc.VM -> jdk.internal.misc.VM)
49b776fcedc : OpenJDK 11: Merging in java.lang.Integer (update bit methods)
14997fd0fdb : OpenJDK 11: Merging in java.lang.Integer (parseUnsignedInt())
a0bd91f4da2 : OpenJDK 11: Merging in java.lang.Integer (parseInt() CharSequence)
2c675cc5f04 : OpenJDK 11: Merging in java.lang.Integer (parseInt())
b664ecd392b : OpenJDK 11: Merging in java.lang.Integer (toString(int) and helpers)
4c2fe8b1bb7 : OpenJDK 11: Merging in java.lang.Integer (toUnsignedString0 helper)
fae87b1fb5f : OpenJDK 11: Merging in java.lang.Integer (update toString())
b7e7c5aa481 : OpenJDK 11: Merging in java.lang.Integer (deprecate ctors)
b34f920a7be : Fix @HotSpotIntrinsicCandidate annotations
4c959da35f3 : Avoid man-in-the-middle terminology
5ff462954e2 : OpenJDK 11: Merging sun.nio.ch.* trivial changes
e7731ea8e21 : Add openjdk17u into the install script
5406f14a71b : 8277159: Fix java/nio/file/FileStore/Basic.java test by ignoring /run/user/* mount points
1e4ec1d1aa5 : 8274265: Suspicious string concatenation in logTestUtils.inline.hpp
1d1b2566a97 : Make install_tools.sh zsh compatible
2cc543f88df : Split String.split test into multiple; shard slow "fast path" test
e43daed5980 : Fix MethodHandle.asType()
6367ad13e49 : Update libcore tests due to ICU 70
f77928ae120 : OpenJDK 11: Merging in java.lang.Integer (javadoc, trivial changes)
18467ce3565 : Replace symbol 'b' with symbol 'a' in time format
cd6234dca12 : 8274716: JDWP Spec: the description for the Dispose command confuses suspend with resume.
a1049e87d63 : 8275720: CommonComponentAccessibility.createWithParent isWrapped causes mem leak
dd783677a5f : Fix exact match check for invoke transformer
d4b4cf7a486 : Disable DoNotCall and AlwaysThrows
565ec1aa220 : 8275863: Use encodeASCII for ASCII-compatible DoubleByte encodings
14a1f2af391 : 8274242: Implement fast-path for ASCII-compatible CharsetEncoders on x86
670d73ef2f1 : 8276774: Cookie stored in CookieHandler not sent if user headers contain cookie
2f51d807911 : 8275071: [macos] A11y cursor gets stuck when combobox is closed
e533d7bb540 : 8264297: Create implementation for NSAccessibilityProgressIndicator protocol peer
6da0c63f60c : 8272859: Javadoc external links should only have feature version number in URL
79ede93c8bd : 8271323: [TESTBUG] serviceability/sa/ClhsdbCDSCore.java fails with -XX:TieredStopAtLevel=1
865d24c8025 : 8273678: TableAccessibility and TableRowAccessibility miss autorelease
846bf123f80 : 8272047: java/nio/channels/FileChannel/Transfer2GPlus.java failed with Unexpected transfer size: 2147418112
f1d9e37a698 : 8275809: crash in [CommonComponentAccessibility getCAccessible:withEnv:]
63981ab7642 : 8275819: [TableRowAccessibility accessibilityChildren] method is ineffective
18d939a37bc : Disable errorprone's DoNotCall check in jsr166-tests
57e6e612062 : 8264293: Create implementation for NSAccessibilityMenu protocol peer 8264296: Create implementation for NSAccessibilityPopUpButton protocol peer 8264295: Create implementation for NSAccessibilityMenuItem protocol peer 8264294: Create implementation for NSAccessibilityMenuBar protocol peer
857163336f3 : 8277093: Vector should throw ClassNotFoundException for a missing class of an element
ed45df2ea7e : 8277212: GC accidentally cleans valid megamorphic vtable inline caches
c47e23303b8 : 8140241: (fc) Data transfer from FileChannel to itself causes hang in case of overlap
9be7550b475 : 8272095: ProblemList java/nio/channels/FileChannel/Transfer2GPlus.java on linux-aarch64
d2d734c9eb9 : 8276927: [ppc64] Port shenandoahgc to linux on ppc64le
dc7216acab7 : 8275811: Incorrect instance to dispose
6f2bdc013ff : 8274736: Concurrent read/close of SSLSockets causes SSLSessions to be invalidated unnecessarily
d998761ad38 : 8276139: TestJpsHostName.java not reliable, better to expand HostIdentifierCreate.java test
7ffac79187c : 8277195: missing CAccessibility definition in [CommonComponentAccessibility accessibilityHitTest]
03ef5a9c8c3 : 8273235: tools/launcher/HelpFlagsTest.java Fails on Windows 32bit
562cb4a9d5a : 8274942: AssertionError at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)
6546d28d926 : Fix DateTimeFormatter when used with IsoChronology
716eeb06a81 : 8275226: Shenandoah: Relax memory constraint for worker claiming tasks/ranges
01a9e635cc2 : 8276864: Update boot JDKs to 17.0.1 in GHA
66c051a9c3c : 8275426: PretouchTask num_chunks calculation can overflow
2d69b2d5878 : 8277224: sun.security.pkcs.PKCS9Attributes.toString() throws NPE
6aa02d75d9f : 8275703: System.loadLibrary fails on Big Sur for libraries hidden from filesystem
38db4521c6b : 8272170: Missing memory barrier when checking active state for regions
acecce5ab87 : 8276801: gc/stress/CriticalNativeStress.java fails intermittently with Shenandoah
19201da54ca : 8276905: Use appropriate macosx_version_minimum value while compiling metal shaders
55f8d8c6bfe : 8271308: (fc) FileChannel.transferTo() transfers no more than Integer.MAX_VALUE bytes in one call
fdcc3f17a4a : 8233020: (fs) UnixFileSystemProvider should use StaticProperty.userDir().
0e896e7fde1 : 8277029: JMM GetDiagnosticXXXInfo APIs should verify output array sizes
85f315b6568 : 8272854: split runtime/CommandLine/PrintTouchedMethods.java test
397bf9584bb : 8275604: Zero: Reformat opclabels_data
687dd877276 : 8276845: (fs) java/nio/file/spi/SetDefaultProvider.java fails on x86_32
e4cc0c1d0a7 : 8276805: java/awt/print/PrinterJob/CheckPrivilege.java fails due to disabled SecurityManager
7326f392efe : 8276306: jdk/jshell/CustomInputToolBuilder.java fails intermittently on storage acquisition
ddc81f2788b : 8274383: JNI call of getAccessibleSelection on a wrong thread
b7c7b84ef22 : 8271071: accessibility of a table on macOS lacks cell navigation
076941f252e : 8271567: AArch64: AES Galois CounterMode (GCM) interleaved implementation using vector instructions
0230306cb8f : Add documentation about libcore benchmark tests
4bf72b0b761 : Disable failing Selector reentrant tests.
f1a8a22f544 : 8276205: Shenandoah: CodeCache_lock should always be held for initializing code cache iteration
1ad29c17340 : Adding note for NetworkInterface.getNetworkInterfaces exception
95573d443ba : 8268882: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
74a1c1908ae : OpenJDK 11: Update java.security.cert tests for Android.
7b533fbfdf5 : OpenJDK 11: Import some tests from java.security.cert.
f9eed140be8 : 8275766: (tz) Update Timezone Data to 2021e 8275849: TestZoneInfo310.java fails with tzdata2021e 8276536: Update TimeZoneNames files to follow the changes made by JDK-8275766
816b5cdb3a5 : 8263059: security/infra/java/security/cert/CertPathValidator/certification/ComodoCA.java fails due to revoked cert
e5c70af0471 : 8276854: Windows GHA builds fail due to broken Cygwin
e8eec1f9099 : 8273595: tools/jpackage tests do not work on apt-based Linux distros like Debian
086657ca268 : Add CopyOnWriteArrayList test to check get() return type
9ff9e62e8ed : 8271315: Redo: Nimbus JTree renderer properties persist across L&F changes
e7e83d5f1ea : 8272369: java/io/File/GetXSpace.java failed with "RuntimeException: java.nio.file.NoSuchFileException: /run/user/0"
1d11bcd9794 : 8273486: Zero: Handle DiagnoseSyncOnValueBasedClasses VM option
95726bf738c : 8276105: C2: Conv(D|F)2(I|L)Nodes::Ideal should handle rounding correctly
93d8337c05e : 8276846: JDK-8273416 is incomplete for UseSSE=1
6f3cd6b30cd : 8267385: Create NSAccessibilityElement implementation for JavaComponentAccessibility 8262031: Create implementation for NSAccessibilityNavigableStaticText protocol 8264287: Create implementation for NSAccessibilityComboBox protocol peer 8264303: Create implementation for NSAccessibilityTabGroup protocol peer 8264292: Create implementation for NSAccessibilityList protocol peer 8267387: Create implementation for NSAccessibilityOutline protocol 8267388: Create implementation for NSAccessibilityTable protocol 8264286: Create implementation for NSAccessibilityColumn protocol peer 8264298: Create implementation for NSAccessibilityRow protocol peer 8264291: Create implementation for NSAccessibilityCell protocol peer
7758191d5af : 8274521: jdk/jfr/event/gc/detailed/TestGCLockerEvent.java fails when other GC is selected
cc097780084 : 8268860: Windows-Aarch64 build is failing in GitHub actions
e4425d83fff : 8276157: C2: Compiler stack overflow during escape analysis on Linux x86_32
6221d6165f4 : 8276112: Inconsistent scalar replacement debug info at safepoints
24c7fe35d2e : 8268294: Reusing HttpClient in a WebSocket.Listener hangs.
b2f4dff7161 : 8269481: SctpMultiChannel never releases own file descriptor
033176d08d4 : Add tests and Android patches for javadoc in java.text.*Format
650aa36bad3 : Coverage: mark VarHandles as exempt from jacoco
d3b1751364b : Add a coverage test for VarHandle fences
c3de885179f : 8273416: C2: assert(false) failed: bad AD file after JDK-8252372 with UseSSE={0,1}
ff4f5337d86 : 8274560: JFR: Add test for OldObjectSample event when using Shenandoah
00fd0f34887 : Reverting checks after toArray() calls
9852f301774 : Temporarily disable imported VarHandle tests
3fbc84e9e40 : Update java.text.*Format classes to 11.0.3-ga in EXPECTED_UPSTREAM
23b4496e6b1 : 8268927: Windows: link error: unresolved external symbol "int __cdecl convert_to_unicode(char const *,wchar_t * *)"
a1036efea5c : 8274606: Fix jaxp/javax/xml/jaxp/unittest/transform/SurrogateTest.java test
011fe67c5d9 : Add --checkout-only option to ojluni_refresh_files script
04bfb2a5d8e : Fix EncodingTest
c9e29591074 : Add test/jdk/java/lang/invoke/VarHandles from jdk11u/jdk-11.0.13-ga
8064294c77a : Import files from jdk11u/jdk-11.0.13-ga
193c7f12a84 : 8274501: c2i entry barriers read int as long on AArch64
ac04768a025 : Update java.text.*Collator classes to jdk-11.0.13-ga in EXPECTED_UPSTREAM
7d302a3e57c : Updating j.u.c from 11+28 to 11.0.13
175bdd2b11b : Import files from jdk11u/jdk-11.0.13-ga
eb5a4310cb2 : Update some java.text.* classes to 11 in EXPECTED_UPSTREAM
9d8e6c9f084 : Marking j.u.c.atomic classes to be on 11+28
bac820b1958 : Update the identicals to jdk-11+28 in EXPECTED_UPSTREAM
cd4fca0baa6 : Import files from jdk11u/jdk-11+28
3e349b43662 : 8276025: Hotspot's libsvml.so may conflict with user dependency
58a6dae99b7 : 8275872: Sync J2DBench run and analyze Makefile targets with build.xml
c6daabb50db : Revert "OpenJDK11: Merging java.util.Arrays."
7aaad161e64 : 8238649: Call new Win32 API SetThreadDescription in os::set_native_thread_name
16a191c56e0 : 8261579: AArch64: Support for weaker memory ordering in Atomic
2769d0df6ee : Update EXPECTED_UPSTREAM for sun.nio.ch.FileKey merge.
bb3a1e38272 : Import FileKey from jdk11u/jdk-11+28
89a03fef74b : 8273450: Fix the copyright header of SVML files
6bb5494726c : 8276572: Fake libsyslookup.so library causes tooling issues
598a634f4e9 : OpenJDK 11: Merging in java.lang.String (lines() method)
659518b04e6 : OpenJDK 11: Merging in java.lang.String (chars() and codePoints() methods)
d8bdc48c8e4 : OpenJDK 11: Merging in java.lang.String (isBlank() method)
fa7185da679 : Import files from jdk11u/jdk-11.0.13-ga
847e24f75a5 : OpenJDK 11: Merging in java.lang.String (concat() tests)
25c5ef8b00c : OpenJDK 11: Merging in java.lang.String (import string compaction tests)
c31f0fb6045 : OpenJDK 11: Merging in java.lang.String (fix split() fast path)
eff638fbe59 : OpenJDK 11: Merging in java.lang.String (strip*() methods)
87184c1d8d3 : Import files from jdk11u/jdk-11.0.13-ga
4eeefb49b14 : 8275666: serviceability/jvmti/GetObjectSizeClass.java shouldn't have vm.flagless
ed48774b074 : 8274523: java/lang/management/MemoryMXBean/MemoryTest.java test should handle Shenandoah
acd939e8ee1 : 8274522: java/lang/management/ManagementFactory/MXBeanException.java test fails with Shenandoah
0b52b9d6b27 : 8276550: Use SHA256 hash in build.tools.depend.Depend
8a12961f023 : Add API coverage for javax.xml.validation.{Validator,ValidatorHandler}
6bf216217f4 : Add API coverage for javax.xml.transform.sax.SAX{Result,Source}
e12a89574ed : Add API coverage for javax.xml.transform.stream.Stream{Result,Source}
15a83549e5d : Add API coverage for javax.xml.datatype.DatatypeFactory
c1d52154f97 : Add API coverage for `sun.misc.Unsafe`.
f3c1bea7acf : Add API coverage for javax.xml.transform Errors/Exceptions
5b74997b7a4 : Add API coverage for javax.xml.{datatype,namespace,parsers}
5b7f7c74aa6 : Add API coverage for javax.security.auth
d9eacac4a7a : Add API coverage for javax.xml.transform.{,dom}
5196d273979 : Add API Coverage for java.net methods
829cb8490ac : Add API coverage for javax.xml.datatype.Duration
292e99325a2 : Add tests for XPath constructors
11f9ce1c49d : Add API Coverage for java.nio methods
0c94272f8ea : Add API coverage for org.xmlpull.v1.sax2.Driver
8c928d8d4d5 : Reland "Add API Coverage for java.io and libcore.io methods"
ad4b3d602d3 : Improve coverage for j.l.i.ConstantCallSite
bd29532bb76 : Add tests for j.l.i.LambdaConversionException constructors
6ce881a57cb : Add tests for j.l.r.ReflectPermission constructors
157682631eb : Add tests for GenericSignatureFormatError constructors
e1bdd270210 : Add tests for WrongMethodTypeException constructors
3e8332361b3 : Extend tests for MethodHandleInfo
75b282299dd : Improve coverage for j.l.i.CallSite
98038530c3c : Add API coverage for java.lang.ClassLoader
582a5fa5817 : Add API coverage for org.xmlpull.v1.sax2.Driver
c7e50ecddd7 : Add API coverage for java.util.Spliterators
9bf1b2e7ae1 : Add API coverage for java.util.AbstractMap
b65822b77f1 : Add API coverage for android.compat
fb3e8cb3614 : Add API coverage for java.time
05ad02f8e23 : 8268284: javax/swing/JComponent/7154030/bug7154030.java fails with "Exception: Failed to hide opaque button"
143cc644cad : 8273026: Slow LoginContext.login() on multi threading application
aadd484d624 : 8271895: UnProblemList javax/swing/JComponent/7154030/bug7154030.java in JDK18
43ae1796b49 : 8270533: AArch64: size_fits_all_mem_uses should return false if its output is a CAS
7176520d44f : 8276201: Shenandoah: Race results degenerated GC to enter wrong entry point
d088ee32cbb : Android patch for java.lang.ref docs
8123e6411e5 : Import files from jdk11u/jdk-11.0.13-ga
410fc7176ca : Deprecate newly-deleted (11+28) SecurityManager APIs.
a6a22fa4d03 : Add package-info.java in java.nio, java.nio.charset, java.lang.ref into EXPECTED_UPSTREAM
d2884c5e133 : Import files from jdk11u/jdk-11.0.13-ga
44c2ee2844b : Fix 'Read-only filesystem' errors in Channels EncodingTest.
53734a6dd65 : Add ojluni_versions_report tool to summarize ojluni_versions_tool
fef19025d72 : Remove -t option when uploading EXPECTED_UPSTREAM change
ee6487efa89 : Add README.md to libcore/
af44565d4f2 : Revert "Merge AsynchronousFileChannelImpl from jdk11u/jdk-11.0.1..."
3fac0c64a43 : Make multiplyByInt predict result size
d48fd3e2c25 : Work around lint messages with different required API levels.
9abca0590ab : Upgrade all files to jdk-11.0.3+ga if identical
ff43421e7a2 : Import AsynchronousFileChannelImpl from jdk11u/jdk-11.0.13-ga
d531f3d7636 : Fix failing SelectWithConsumer test.
9da0604b901 : Fix the broken index after ojluni_refresh_files
85371c68a0b : Update the documentation about expected_upstream branch
1f73160c65c : OpenJDK 11: Merging in java.lang.String (update replace() method)
a33ce4143e9 : OpenJDK 11: Merging in java.lang.String (import checkBounds* helpers)
39886e721a9 : OpenJDK 11: Merging in java.lang.String (minimize diff with upstream)
376bab43eac : OpenJDK 11: Merging in java.lang.String (import checkIndex helper)
e829c856b73 : 8273021: C2: Improve Add and Xor ideal optimizations
ccff18b13f6 : OpenJDK 11: Merging in java.lang.String (add deprecated since markers)
c46674a33a4 : OpenJDK 11: Merging in java.lang.String (annotate changes with markers)
c0de881febb : OpenJDK 11: Merging in java.lang.String (javadoc updates only)
dc93934a4e2 : 8270901: Typo PHASE_CPP in CompilerPhaseType
bf2eb430bc0 : Add unit tests for tools/expected_upstream/ and fix the bugs found
6c86a4176bb : 8274338: com/sun/jdi/RedefineCrossEvent.java failed "assert(m != __null) failed: NULL mirror"
e160532418f : 8272345: macos doesn't check `os::set_boot_path()` result
957d8608bcd : Updating j.u.c.a.Striped64 and dependencies to OJ 11
f0b05037d2f : Tidying up the documentation for MethodHandles.privateLookupIn
0b00ac15376 : Adding MethodHandles.privateLookupIn
6d63a86cd98 : 8272114: Unused _last_state in osThread_windows
a3843775fe2 : 8268626: Remove native pre-jdk9 support for jtreg failure handler
9a2c123ddff : 4819544: SwingSet2 JTable Demo throws NullPointerException
0ab99ed0ddc : 8268457: XML Transformer outputs Unicode supplementary character incorrectly to HTML
a834b583777 : 8269269: [macos11] SystemIconTest fails with ClassCastException
23326d5f229 : 8266510: Nimbus JTree default tree cell renderer does not use selected text color
00fed20ff45 : 8269637: javax/swing/JFileChooser/FileSystemView/SystemIconTest.java fails on windows
9f3c840ea07 : 8268361: Fix the infinite loop in next_line
4003db8f86c : 8268464: Remove dependancy of TestHttpsServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests
229cb350b06 : 8269216: Useless initialization in com/sun/crypto/provider/PBES2Parameters.java
de474887eab : 8270290: NTLM authentication fails if HEAD request is used
991f504288b : OpenJDK 11: Merging in java.nio.channels.Channels
802844ae738 : 8276066: Reset LoopPercentProfileLimit for x86 due to suboptimal performance
60d98b52095 : Updating Android-removed notes for ObjectInputFilter
30f0ada83e6 : ojluni: import Spp to simplify generating sources from templates
75f77d97bb4 : Adding Unsafe.copyMemory for arrays
85fd52771dc : Removing copy with primitive arrays in Unsafe
4372195d8b8 : Update libcore lint baseline for API 32.
22452920acc : Revert^2 "OpenJDK 11: Add String.repeat()"
5cfa41a2f82 : Update NoSuchProviderException to jdk-11.0.13-ga in EXPECTED_UPSTREAM
3cd7e1d401d : Import NoSuchProviderException from jdk11u/jdk-11.0.13-ga
2990ab70d45 : Fix minor bugs in ojluni_refresh_files.py
b3f897c9651 : OpenJDK 11: Merging in java.nio.channels.Selector and SelectionKey.
beb654b457d : Import files from jdk9/jdk-9+113
e7a41118baa : Import JapaneseEra from jdk8u/jdk8u222-b01
08108cf373e : Import files from jdk11u/jdk-11.0.13-ga
85962c98f1d : Import files from jdk7u/jdk7u40-b60
5c5161ca968 : Import files from jdk9/jdk-9+181
72d5456e21e : Import files from jdk8u/jdk8u60-b31
15f6619ed2c : Import files from jdk11u/jdk-11+28
c46e557aedf : Import files from jdk8u/jdk8u121-b13
b56ffd12406 : Add jdk.internal annotations into EXPECTED_UPSTREAM
a0899bfbe14 : 8274848: LambdaMetaFactory::metafactory on REF_invokeSpecial impl method has incorrect behavior
3f378d40771 : Update java.nio.channels.SelectionKey/Selector in EXPECTED_UPSTREAM
f3356a10d9e : Update java.io.Reader / Writer in the EXPECTED_UPSTREAM file
644ea7e098a : Update java.math.BigInteger/BigDecimal in EXPECTED_UPSTREAM
326f16effa7 : Add java.security.cert.URICertStoreParameters into EXPECTED_UPSTREAM
ad4b6674727 : Adding jdk.internal.vm.annotation.ReservedStackAccess as a no-op
90433c383d3 : Adding jdk.internal.HotSpotIntrinsicCandidate as a no-op
45182086350 : Adding jdk.internal.vm.annotation.Contended as a no-op
583844a4b25 : 8275302: unexpected compiler error: cast, intersection types and sealed
d4c40409255 : Reverting ScheduledThreadPoolExecutor behaviour for delayed tasks
e4051f10cd4 : Add .c/.cpp native files into EXPECTED_UPSTREAM
ed21d52c711 : Add sun.util classes into EXPECTED_UPSTREAM
86ff9b71b9a : Add sun.security.x509 classes into EXPECTED_UPSTREAM
c8a01d86c73 : Add sun.security.util classes into EXPECTED_UPSTREAM
e9245bfc97d : Add sun.security.provider classes into EXPECTED_UPSTREAM
a126079688b : Add sun.security.pkcs classes into EXPECTED_UPSTREAM
b07021fb51a : Add sun.security.jca classes into EXPECTED_UPSTREAM
8b62dd6bbc6 : Add sun.security.action classes into EXPECTED_UPSTREAM
0a3109dbb60 : Add sun.reflect classes into EXPECTED_UPSTREAM
8b7255037df : Add sun.nio classes into EXPECTED_UPSTREAM
eb803566be6 : Add javax.sql classes into EXPECTED_UPSTREAM
a370bfd572a : Add sun.net classes into EXPECTED_UPSTREAM
08a07875184 : Add javax.security classes into EXPECTED_UPSTREAM
adf800cf48e : Add sun.misc classes into EXPECTED_UPSTREAM
a54d2062a4c : Add javax.net classes into EXPECTED_UPSTREAM
5799c9cda57 : Add sun.invoke classes into EXPECTED_UPSTREAM
736005af001 : Add javax.crypto classes into EXPECTED_UPSTREAM
f2f018e8a0b : Add jdk.net classes into EXPECTED_UPSTREAM
2773d0e44b5 : Add java.util.zip classes into EXPECTED_UPSTREAM
4f67e8806d2 : Add jdk.internal classes into EXPECTED_UPSTREAM
972aaa44aad : Add java.util.stream classes into EXPECTED_UPSTREAM
bdc7dde3e47 : Add java.util.regex classes into EXPECTED_UPSTREAM
6db287e2561 : Add java.util.perfs classes into EXPECTED_UPSTREAM
d66e1f9a340 : Add java.util.logging classes into EXPECTED_UPSTREAM
1dbd089a8f6 : Add java.util.jar classes into EXPECTED_UPSTREAM
687305aac38 : Add java.util.function classes into EXPECTED_UPSTREAM
de130c1f97d : Add java.util.concurrent classes into EXPECTED_UPSTREAM
edbbb6c3450 : Add test coverage for ByteArrayOutputStream.
97837027884 : Revert^2 "Adding unit tests for the new APIs from j.u.c 11+28"
946b269e586 : Revert^2 "Adding unit test for new API in TimeUnit"
dc037aebdba : Revert^2 "Adding unit test for SubmissionPublisher"
da643e04277 : Revert^2 "Fixing the j.u.c compilation after merge with up..."
260545b78f2 : Revert^2 "Updating java.util.concurrent to 11+28"
7a5f8f253c4 : VarHandle.AccessMode tests
61131af31ea : Fix 'Read-only filesystem' errors in ojluni merged tests.
0364737d311 : 8276122: Change openjdk project in jcheck to jdk-updates
ceba7d03651 : Add java.util classes into EXPECTED_UPSTREAM
baffd5181d9 : Add test coverage for Enumeration.toString() method.
157b132863e : OpenJDK 11: Merging in java.math.BigDecimal
f40061ac325 : OpenJDK 11: Merging in java.math.BigInteger
25bfea613b1 : 8276130: Fix Github Actions of JDK17u to account for update version scheme
22f15137e8a : 8273575: memory leak in appendBootClassPath(), paths must be deallocated
38bfd62bd4d : 8273965: some testlibrary_tests/ir_framework tests fail when c1 disabled
f0fb814cd32 : 8174819: java/nio/file/WatchService/LotsOfEvents.java fails intermittently
08cee6f5cd2 : 8275104: IR framework does not handle client VM builds correctly
d35b8424705 : Add java.time classes into EXPECTED_UPSTREAM
ece331141c2 : Add java.text classes into EXPECTED_UPSTREAM
191d1a1590b : Add java.sql classes into EXPECTED_UPSTREAM
3107fbd0a63 : Add java.security classes into EXPECTED_UPSTREAM
60e5cfdce89 : Add java.nio.file classes into EXPECTED_UPSTREAM
0e498654fba : Add java.nio.charset classes into EXPECTED_UPSTREAM
10016a288aa : Add java.nio.channels classes into EXPECTED_UPSTREAM
9775d7aac05 : Add java.nio classes into EXPECTED_UPSTREAM
356c51817aa : Add java.net classes into EXPECTED_UPSTREAM
62b208e971c : Add java.math classes into EXPECTED_UPSTREAM
80336247c57 : Add java.lang.reflect classes into EXPECTED_UPSTREAM
cffe52ce9ff : Add java.lang.ref classes into EXPECTED_UPSTREAM
886779edb84 : Add java.lang.invoke classes into EXPECTED_UPSTREAM
bfe7b62b954 : Add java.lang.annotation classes into EXPECTED_UPSTREAM
48cec98e733 : Add java.lang classes into EXPECTED_UPSTREAM
5e47858f03c : Add java.io classes into EXPECTED_UPSTREAM
7f1ba31fc71 : OpenJDK 11: Merge trivial changes for java.security.cert.*
d10becf63ab : OpenJDK 11: Merge java.security.cert.URICertStoreParameters.
8cf3c0c4843 : 8276076: Updating RE Configs for BUILD REQUEST 17.0.2+3
c1fe46710ea : Add java.beans classes into EXPECTED_UPSTREAM
f32a8a4351f : Add java.awt classes into EXPECTED_UPSTREAM
9cdd382b9c4 : Add com.sun package into EXPECTED_UPSTREAM
c0069b7bfab : Add EXPECTED_UPSTREAM file and corresponding tools
bc983130d9c : Allow for a group of shared library loaders to be checked after the pathlist
ccfe697f233 : 8190753: (zipfs): Accessing a large entry (> 2^31 bytes) leads to a negative initial size for ByteArrayOutputStream
f983b1609ce : Revert "OpenJDK 11: Add String.repeat()"
a1dc5955172 : 8274779: HttpURLConnection: HttpClient and HttpsClient incorrectly check request method when set to POST
b54a60aea0f : OpenJDK 11: Merging in java.io.PrintStream and PrintWriter
80077e57196 : 8272305: several hotspot runtime/modules don't check exit codes
c7b9f9eed75 : 8272391: Undeleted debug information
15964f0f469 : 8272335: runtime/cds/appcds/MoveJDKTest.java doesn't check exit codes
e85351d15b1 : 8271215: Fix data races in G1PeriodicGCTask
031c033f31c : 8275145: file.encoding system property has an incorrect value on Windows
0271811960e : OpenJDK 11: Add sun.security.util.HexDumpEncoder.
dbc11790d86 : Fix the change markers in BigInteger, ZipInputStream, zip_util.c
5fc1e1468b5 : Add OpenJDK 11 repository into the CompareUpstreams tool
371ebf813f6 : OpenJDK 11: Merging java.nio.channel.spi.* trivial changes
d938a77b6d2 : Add Android warnings about UnbufferedIO warnings on GZip classes.
90273f3dca4 : 8251329: (zipfs) Files.walkFileTree walks infinitely if zip has dir named "." inside
844d8bf88cb : 8274205: Handle KDC_ERR_SVC_UNAVAILABLE error code from KDC
facbabb2032 : 8270946: X509CertImpl.getFingerprint should not return the empty String
c89e8ba4a92 : 8273808: Cleanup AddFontsToX11FontPath
f72b27af11c : Remove temporarily Thread.onSpinWait usages for its revert
33315bca90d : OpenJDK 11: Add String.repeat()
0edff7e0f2d : 8274851: [ppc64] Port zgc to linux on ppc64le
87132d00818 : OpenJDK 11: Add missing code under change markers for OpenJDK 8
ea5ccd05b3d : OpenJDK 11: Merging in java.io.Reader and Writer
9acf79b1d3d : OpenJDK 11: Merging in java.io.FileReader and FileWriter
c7e1fd7caeb : Add Android-removed tags for removed ClassLoader AssertionStatus code.
486ddec1b80 : OpenJDK11: Merging java.util.Arrays.
c0493de34b3 : OpenJDK11: Merging java.util.Arrays.
bb75e2ecfbe : OpenJDK 11: Merge java.nio.file.FileStore.
61b05110db5 : Add a tool for reporting on upstream merge status of Java packages.
ee02c642676 : 8274347: Passing a *nested* switch expression as a parameter causes an NPE during compile
6081dcaaa0c : 8273234: extended 'for' with expression of type tvar causes the compiler to crash
8cb963440d9 : 8275049: [ZGC] missing null check in ZNMethod::log_register
451611ff16c : 8274401: C2: GraphKit::load_array_element bypasses Access API
61a56e325c9 : 8274770: [PPC64] resolve_jobject needs a generic implementation to support load barriers
b0e49bb9569 : 8271855: [TESTBUG] Wrong weakCompareAndSet assumption in UnsafeIntrinsicsTest
8b62d546f86 : 8274550: c2i entry barriers read int as long on PPC
6dbb3d0cba2 : 8274773: [TESTBUG] UnsafeIntrinsicsTest intermittently fails on weak memory model platform
efdf41167e2 : 8272720: Fix the implementation of loop unrolling heuristic with LoopPercentProfileLimit
ddb89c3573c : 8275131: Exceptions after a touchpad gesture on macOS
01f4883cd56 : 8275051: Shenandoah: Correct ordering of requested gc cause and gc request flag
9751b8f05ba : 8273614: Shenandoah: intermittent timeout with ConcurrentGCBreakpoint tests
9396fb5f260 : OpenJDK 11: Merging in java.io.ByteArrayInputStream and ByteArrayOutputStream
91c0070d00e : Revert "OpenJDK 11: Merging in java.util.StringJoiner"
aabc4ba0eef : 8273505: runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java#default-cl crashed with SIGSEGV in MetaspaceShared::link_shared_classes
e79cb9ce4bd : 8274840: Update OS detection code to recognize Windows 11
78cbc6ddbc2 : Revert "Remove temporarily Thread.onSpinWait usages for its revert"
7e89511b1e7 : Revert "Updating java.util.concurrent to 11+28"
468bf70ed01 : Revert "Fixing the j.u.c compilation after merge with upstream"
0f2c3cd5584 : Revert "Adding unit test for SubmissionPublisher"
635e6b014fc : Revert "Adding unit test for new API in TimeUnit"
c2598fdf94a : Revert "Adding unit tests for the new APIs from j.u.c 11+28"
cdcd226588e : Revert "Eliminate recursive calls between String.getChars and AbstractStringBuilder.append"
ae30775f49b : OpenJDK 11: Merging java.io.* trivial changes
bbcb0729fae : 8274407: (tz) Update Timezone Data to 2021c 8274467: TestZoneInfo310.java fails with tzdata2021b 8274468: TimeZoneTest.java fails with tzdata2021b
abf6953bd43 : Fixing j.u.c.ScheduledExecutorTest(s)
47c129db49e : 8269656: The test test/langtools/tools/javac/versions/Versions.java has duplicate test cycles
cbd82dbb6b0 : 8137101: [TEST_BUG] javax/swing/plaf/basic/BasicHTML/4251579/bug4251579.java failure due to timing
71f2c75111e : 8267086: ArrayIndexOutOfBoundsException in java.security.KeyFactory.generatePublic
dc2a8bc14f7 : 8222751: closed/test/jdk/sun/security/util/DerIndefLenConverter/IndefBerPkcs12.java fail
9965662cf7c : 8157404: Unable to read certain PKCS12 keystores from SequenceInputStream
80ba42a5255 : 8268199: Correct certificate requests
6dfe013d11a : 8267712: Better LDAP reference processing
4ad48d91391 : 8266689: More Constrained Delegation
068ec8c9528 : 8267735: Better BMP support
cab496d6ff5 : 8270404: Better canonicalization
0e52ded77d4 : 8270398: Enhance canonicalization
f677a4c11a6 : 8266115: More Manifest Jar Loading
d5d203f9c5a : 8269618: Better session identification
a1a52dbc3ba : 8267729: Improve TLS client handshaking
3e845813dd3 : 8269624: Enhance method selection support
5c7e4d65e24 : 8269763: The JEditorPane is blank after JDK-8265167
8dd74193a5f : 8265167: Richer Text Editors
321fa9d539c : 8263314: Enhance XML Dsig modes
3d2eced8df1 : 8268205: Enhance DTLS client handshake
90bbbf71b97 : 8268193: Improve requests of certificates
3626180e3cc : OpenJDK 11: Merging in java.io.OutputStream
a719b9431a1 : OpenJDK 11: Merging in java.io.InputStream
a318a7b8642 : Eliminate recursive calls between String.getChars and AbstractStringBuilder.append
ed7bdf71147 : 8275141: recover corrupted line endings for the version-numbers.conf
0993bff2802 : Remove temporarily Thread.onSpinWait usages for its revert
0884121787d : Revert "OpenJDK 11: Merging in java.lang.Compiler"
e46f05b06f8 : 8275110: Correct RE Configs for CPU Release 17.0.2 on master branch for jdk17u-cpu and jdk17u-cpu-open repos.
54a86bb7cfc : 8274293: Build failure on macOS with Xcode 13.0 as vfork is deprecated
59ecf3c4561 : 8270517: Add Zero support for LoongArch
e6f9d19c876 : 8273176: handle latest VS2019 in abstract_vm_version
1a159cade8b : 8274145: C2: condition incorrectly made redundant with dominating main loop exit condition
1cc972f34ea : 8271459: C2: Missing NegativeArraySizeException when creating StringBuilder with negative capacity
e09f6c93373 : 8272562: C2: assert(false) failed: Bad graph detected in build_loop_late
df332ff6e8b : 8267256: Extend minimal retry for loopback connections on Windows to PlainSocketImpl
b76b89eca55 : 8274096: Improve decoding of image files
c5a871cde42 : 8275008: gtest build failure due to stringop-overflow warning with gcc11
ea3e5a1fa28 : 8266103: Better specified spec values
24843ba1379 : 8266137: Improve Keystore integrity
0eaadbd17cd : 8266097: Better hashing support
d68dd44f610 : 8265580: Enhanced style for RTF kit
1b4b3ba8462 : 8268506: More Manifest Digests
89e2ce5e487 : 8266109: More Resilient Classloading
165170a92d8 : 8265776: Improve Stream handling for SSL
1a1d2fa59d2 : 8265574: Improve handling of sheets
8ae046183be : Revert^2 "Make FinalizerWatchDogDaemon also monitor RQDaemon"
95cf4bf0b2c : OpenJDK 11: Merging in java.lang.Throwable
a78114ef129 : Reduce run time of CubeRootTests
44b3f633f35 : Reduce run time of HypotTests
500ed35c8db : 8274406: RunThese30M.java failed "assert(!LCA_orig->dominates(pred_block) || early->dominates(pred_block)) failed: early is high enough"
f3cc4aacd8e : 8273790: Potential cyclic dependencies between Gregorian and CalendarSystem
a47f865e5c3 : Adding unit tests for the new APIs from j.u.c 11+28
9a624e9f7d2 : Adding unit test for new API in TimeUnit
b09ed2a67a5 : Adding unit test for SubmissionPublisher
fcb7f780ed6 : Fixing the j.u.c compilation after merge with upstream
548d49586b7 : 8274074: SIGFPE with C2 compiled code with -XX:+StressGCM
9792699a122 : 8271142: package help is not displayed for missing X11/extensions/Xrandr.h
8571ae43a17 : 8274329: Fix non-portable HotSpot code in MethodMatcher::parse_method_pattern
4ce49e6e4ec : 8274325: C4819 warning at vm_version_x86.cpp on Windows after JDK-8234160
bf3117fd232 : 8274642: jdk/jshell/CommandCompletionTest.java fails with NoSuchElementException after JDK-8271287
f89c59f9d15 : 8273826: Correct Manifest file name and NPE checks
b70e4998a39 : 8273229: Update OS detection code to recognize Windows Server 2022
f9490db4970 : Updating java.util.concurrent to 11+28
cb8331d4301 : Making sure checkArray call is available
4ebeb087853 : Adding get/put and compare-and-set methods to Unsafe
043a446f9bf : Copying JavaObjectInputStreamAccess to SharedSecrets
f1d8bb6f73a : Copying SharedSecrets and VM from sun.misc to jdk.internal.misc
aae2ae3cfbc : 8270392: Improve String constructions
bccc792b5d4 : Add API coverage for javax.xml.validation.Schema*.
14e6913ab26 : 8269113: Javac throws when compiling switch (null)
d13334d5ee2 : 8268885: duplicate checkcast when destination type is not first type of intersection type
ccb20347de5 : 8262095: NPE in Flow$FlowAnalyzer.visitApply: Cannot invoke getThrownTypes because tree.meth.type is null
9ef6d5b26ce : 8273229: Update OS detection code to recognize Windows Server 2022
2243fd63a00 : 8273695: Safepoint deadlock on VMOperation_lock
9b3b88e2081 : 8272856: DoubleFlagWithIntegerValue uses G1GC-only flag
e1847fca116 : 8273489: Zero: Handle UseHeavyMonitors on all monitorenter paths
9352fa23a36 : 8273958: gtest/MetaspaceGtests executes unnecessary tests in debug builds
a73ddce8e6c : 8273342: Null pointer dereference in classFileParser.cpp:2817
4c1451dd379 : OpenJDK 11: Merging java.lang.reflect.* trivial changes
b1f8775f6bd : 8264934: Enhance cross VM serialization
52d600ea1e9 : Adding java.util.concurrent.locks
393547b2a25 : 8272846: Move some runtime/Metaspace/elastic/ tests out of tier1
7e650dc5937 : Revert "Add API coverage for javax.xml.transform.stream.Stream{Result,Source}"
26d02de5901 : OpenJDK11: Import java.lang.IllegalCallerException.
544903d2cde : OpenJDK 11: Merging java.util.regex.* trivial changes
f886e8589e8 : 8272703: StressSeed should be set via FLAG_SET_ERGO
e3e7dd6ba58 : OpenJDK 11: Merging in java.util.TimeZone and SimpleTimeZone
894767d0fe7 : 8273376: Zero: Disable vtable/itableStub gtests
09370c3f500 : 8273487: Zero: Handle "zero" variant in runtime tests
328358a4e57 : 8274349: ForkJoinPool.commonPool() does not work with 1 CPU
bbbaf2ec358 : Add API coverage for org.apache.harmony.dalvik.ddmc
e892dd384e8 : Add API coverage for javax.security.auth
dcac3065568 : Fix tests which relied on Pacific/Apia DST offset. [S]
2ed6c6e140d : Add API coverage for javax.xml.transform.{,dom}
5e90da94f4a : 8274083: Update testing docs to mention tiered testing
973911e9a52 : 8273314: Add tier4 test groups
1cf8c0314e1 : Add API coverage for javax.xml.transform.stream.Stream{Result,Source}
f4e726c5502 : Add API coverage for javax.xml.transform.sax.SAX{Result,Source}
31ab1a7bbb3 : Add API coverage for javax.xml.validation.{Validator,ValidatorHandler}
d2a1a29d19d : OpenJDK 11: Merging in j.u.c.a.AtomicIntegerFieldUpdater
2a4b0425da2 : 8273318: Some containers/docker/TestJFREvents.java configs are running out of memory
b002cc94cc3 : 8273315: Parallelize and increase timeouts for java/foreign/TestMatrix.java test
1e9126a627f : 8272836: Limit run time for java/lang/invoke/LFCaching tests
609c919ffcd : 8273894: ConcurrentModificationException raised every time ReferralsCache drops referral
e6675c789c0 : 8273806: compiler/cpuflags/TestSSE4Disabled.java should test for CPU feature explicitly
88d2053798e : 8273807: Zero: Drop incorrect test block from compiler/startup/NumCompilerThreadsCheck.java
94ec379c3bc : 8273335: compiler/blackhole tests should not run with interpreter-only VMs
3cc4dc22618 : 8273483: Zero: Clear pending JNI exception check in native method handler
9c6178906bf : 8273440: Zero: Disable runtime/Unsafe/InternalErrorTest.java
5fbc155e5a9 : libcore: update OWNERS
82788f2fe9b : 8273333: Zero should warn about unimplemented -XX:+LogTouchedMethods
d59e97da004 : 8273606: Zero: SPARC64 build fails with si_band type mismatch
b5d40609b7d : 8273373: Zero: Cannot invoke JVM in primordial threads on Zero
c5446c191d0 : 8274435: EXCEPTION_ACCESS_VIOLATION in BFSClosure::closure_impl
658f8eb624a : Add test for XPathFactory.newInstance(String, String, ClassLoader)
4c417c0a8bf : OpenJDK 11: Merging in java.util.jar.JarEntry
32678f7d42a : 8272914: Create hotspot:tier2 and hotspot:tier3 test groups
58487fb0de2 : 8273361: InfoOptsTest is failing in tier1
e9602d7740a : Add API coverage for javax.xml.{datatype,namespace,parsers}
24903860dd4 : 8271287: jdk/jshell/CommandCompletionTest.java fails with "lists don't have the same size expected"
32d2c3dfbac : OpenJDK 11: Merging in java.util.Gregorian/JapaneseImperialCalendars.
268c0159253 : 8272014: Better array indexing
c136c188b51 : 8273378: Shenandoah: Remove the remaining uses of os::is_MP
815ff6def51 : Add API coverage for `sun.misc.Unsafe`.
845494aa6e9 : 8273887: [macos] java/awt/color/ICC_ColorSpace/MTTransformReplacedProfile.java timed out
12d475e537c : Add API coverage for javax.xml.transform Errors/Exceptions
aac550cdc03 : Make environment variable APIs consistent and add tests.
f276b62ddd1 : Add tests for XPath constructors
de6899b66e2 : 8273935: (zipfs) Files.getFileAttributeView() throws UOE instead of returning null when view not supported
85373b0f469 : Add API coverage for javax.xml.datatype.DatatypeFactory
91dd244f342 : 8266239: Some duplicated javac command-line options have repeated effect
5da7d8eee4d : Fix tests which relied on Pacific/Apia DST offset.
9956b8b1457 : Add API Coverage for java.net methods
6b04c6da84c : Add API Coverage for java.nio methods
c26cd97cb7d : 8274326: [macos] Ensure initialisation of sun/lwawt/macosx/CAccessibility in JavaComponentAccessibility.m
0f88f104440 : Add API coverage for javax.xml.datatype.Duration
898b9c1947b : Add API coverage for org.xmlpull.v1.sax2.Driver
5382fb1f78e : Improve coverage for j.l.i.ConstantCallSite
08c5c60ad0c : Add tests for j.l.i.LambdaConversionException constructors
598cd859ce3 : Add API coverage for java.lang.ClassLoader
2bba31dfa02 : Reland "Add API Coverage for java.io and libcore.io methods"
b3539b48b82 : Import java.lang.NoSuchMethodException from jdk-11+28
a9981fb0ff1 : 8274381: missing CAccessibility definitions in JNI code
c4d17dea78b : Add tests for j.l.r.ReflectPermission constructors
16ee3522c22 : Add tests for GenericSignatureFormatError constructors
f4058325f88 : Add tests for WrongMethodTypeException constructors
c29cd4af099 : Extend tests for MethodHandleInfo
7d1f4ada440 : Revert "Add API Coverage for java.io and libcore.io methods"
20afdfdcfe0 : 8273278: Support XSLT on GraalVM Native Image--deterministic bytecode generation in XSLT
cdd40756632 : 8273135: java/awt/color/ICC_ColorSpace/MTTransformReplacedProfile.java crashes in liblcms.dylib with NULLSeek+0x7
2586eb08b14 : 8274087: Windows DLL path not set correctly.
d6d5a9a538b : 8271170: Add unit test for what jpackage app launcher puts in the environment
a7028380c81 : 8270116: Expand ButtonGroupLayoutTraversalTest.java to run in all LaFs, including Aqua on macOS
a5329f365f2 : Add API coverage for org.xmlpull.v1.sax2.Driver
5e03040c470 : Improve coverage for j.l.i.CallSite
cc66dab5612 : Add API coverage for java.util.Spliterators
a93577289ec : Add API Coverage for java.io and libcore.io methods
592542fb28e : 8270492: Better resolution of URIs
84f6cb4ae41 : 8273498: compiler/c2/Test7179138_1.java timed out
c4b3d62c7fb : 8273924: ArrayIndexOutOfBoundsException thrown in java.util.JapaneseImperialCalendar.add()
f4a0b13d860 : 8271341: Opcode() != Op_If && Opcode() != Op_RangeCheck) || outcnt() == 2 assert failure with Test7179138_1.java
fd81865b96c : 8273359: CI: ciInstanceKlass::get_canonical_holder() doesn't respect instance size
962f3937b65 : 8244675: assert(IncrementalInline || (_late_inlines.length() == 0 && !has_mh_late_inlines()))
7298db5b38a : 8223923: C2: Missing interference with mismatched unsafe accesses
6141fccd196 : 8271600: C2: CheckCastPP which should closely follow Allocate is sunk of a loop
5761056e3a7 : 8270886: Crash in PhaseIdealLoop::verify_strip_mined_scheduling
e4bf9f9014b : 8271340: Crash PhaseIdealLoop::clone_outer_loop
23fa88b18b9 : 8272413: Incorrect num of element count calculation for vector cast
2b393f92638 : 8272574: C2: assert(false) failed: Bad graph detected in build_loop_late
da77acb8f2e : 8271954: C2: assert(false) failed: Bad graph detected in build_loop_late
056eca0c2de : 8273165: GraphKit::combine_exception_states fails with "matching stack sizes" assert
ff3e90f5cdc : 8272570: C2: crash in PhaseCFG::global_code_motion
108e1bd1e8c : 8271254: javac generates unreachable code when using empty semicolon statement
dd705127beb : 8273408: java.lang.AssertionError: typeSig ERROR on generated class property of record
c2d1db9c507 : 8273961: jdk/nio/zipfs/ZipFSTester.java fails if file path contains '+' character
c7c9d1ef7db : Revert "Make FinalizerWatchDogDaemon also monitor RQDaemon"
f48db899d31 : 8272328: java.library.path is not set properly by Windows jpackage app launcher
b55ec5b4024 : 8271718: Crash when during color transformation the color profile is replaced
ded4b31601b : 8272462: Enhance image handling
91f90c277aa : Add API coverage for android.compat
2455ada677c : Add API coverage for java.util.AbstractMap
ed4e3dbacd0 : 8273838: Enhanced BMP processing
4e707bc1fa5 : 8268894: forged ASTs can provoke an AIOOBE at com.sun.tools.javac.jvm.ClassWriter::writePosition
30c3427df91 : Add API coverage for java.time
d93500168cd : 8268893: jcmd to trim the glibc heap
7add1580b27 : 8273968: JCK javax_xml tests fail in CI
c4dfa5759c5 : 8273638: javax/swing/JTable/4235420/bug4235420.java fails in GTK L&F
ef050e563fa : Make FinalizerWatchDogDaemon also monitor RQDaemon
926a815f672 : 8273902: Memory leak in OopStorage due to bug in OopHandle::release()
d46a5ae71e2 : 8274056: JavaAccessibilityUtilities leaks JNI objects
6f3ace56533 : 8272236: Improve serial forms for transport
b4ecf7b26fa : OpenJDK 11: Merging in more java.util.* trivial changes
74585245e6c : OpenJDK 11: Merging in / Deprecating java.util.Oberver/Observable
7b67581a2f4 : 8269850: Most JDK releases report macOS version 12 as 10.16 instead of 12.0
00f7c45a4cc : 8273451: Remove unreachable return in mutexLocker::wait
227e159de1d : 8273375: Remove redundant 'new String' calls after concatenation in java.desktop
b8d7669ff98 : OpenJDK 11: Merging in java.util.BitSet
8ed05ba5214 : OpenJDK 11: Merging in java.util.Deque
a101a896418 : OpenJDK 11: Merging in java.util.Enumerator
ba603675a69 : Import java.lang.NullPointerException from jdk-11+28
97839d65273 : OpenJDK 11: Merging in java.util.TreeMap
c9c728849c1 : 8269850: Most JDK releases report macOS version 12 as 10.16 instead of 12.0
d85bc16ba1c : Empty commit
9d590fc13b8 : 8261236: C2: ClhsdbJstackXcompStress test fails when StressGCM is enabled
28ba2651b68 : OpenJDK 11: Merging java.lang.* trivial changes
1c49f31cdee : OpenJDK 11: Merging in java.util.ZipInputStream and ZipConstants64
e6d4a7ad592 : OpenJDK 11: Remove Javadoc which was added in error.
f2cb3d0f6cf : 8272026: Verify Jar Verification
0dae8628023 : OpenJDK 11: Merging in java.util.StringJoiner
6e112cce204 : OpenJDK 11: Merging in java.util.Queue
8cd93192a47 : 8274215: Remove globalsignr2ca root from 17.0.2
bf3f7f1a073 : Move test.java.lang.Boolean to correct location
0c9807d8b33 : 8273308: PatternMatchTest.java fails on CI
c6041898488 : OpenJDK 11: Merging in java.util.Collection
6ec3b9028bf : OpenJDK 11: Merging in java.util.EnumMap/Set
536d1b6de57 : 8268813: Better String matching
1106ac29b0d : OpenJDK 11: Merging in java.util.Map
4583bb037c5 : 8273756: Enhance BMP image support
158ba81ea8e : OpenJDK 11: Merging in java.util.LinkedHashMap/Set
46543d938df : OpenJDK 11: Merging in java.util.SplittableRandom
922ecde1e56 : OpenJDK 11: Merging in java.time.temporal.*
cb6a08c0441 : 8273646: Add openssl from path variable also in to Default System Openssl Path in OpensslArtifactFetcher
03c4058b0ae : OpenJDK 11: Merging java.nio.file.* trivial changes
d05d8dd80fd : OpenJDK 11: Merging java.nio.file.attribute.* trivial changes
d4c672455c0 : Copying sun.misc.Unsafe to jdk.internal.misc
9f792a1a827 : OpenJDK 11: Merging in java.util.LongSummaryStatistics
80b6714b34f : Fix test.java.lang.Double.ParseDoubleTest#testRegex
73d605bdc61 : 8273290: Enhance sound handling
e7994d149af : OpenJDK 11: Merging in java.util.Date
912ae51344e : 8272342: [TEST_BUG] java/awt/print/PrinterJob/PageDialogMarginTest.java catches all exceptions
74de3ef2a98 : 8273514: java/util/DoubleStreamSums/CompensatedSums.java failure
793d08a74b6 : 8214761: Bug in parallel Kahan summation implementation
cd1d3e01895 : 8272318: Improve performance of HeapDumpAllTest
3a650aa6413 : 8271605: Update JMH devkit to 1.32
bf788eee880 : 8271862: C2 intrinsic for Reference.refersTo() is often not used
92ff6524167 : 8272970: Parallelize runtime/InvocationTests/
c2dc88fe56a : 8272850: Drop zapping values in the Zap* option descriptions
fc8078a09a0 : 8263375: Support stack watermarks in Zero VM
759cbcba6dd : 8272838: Move CriticalJNI tests out of tier1
74f5a59892a : Fix libcore compiling against musl
f336c729e35 : 8273939: Backport of 8248414 to JDK11 breaks MacroAssembler::adrp
6b74b1ba275 : 8270646: Improved scanning of XML entities
048d3c30fd2 : Move java.math.BigInteger nullability annotations to annotated file
da1c0fea12e : 8272639: jpackaged applications using microphone on mac
d791351a875 : OpenJDK 11: Merging in java.math.* trivial changes
615b871c885 : OpenJDK 11: Merging in java.util.IntSummaryStatistics
5acf61b991d : OpenJDK 11: Merging java.util.* actually trivial changes
c03f87d1211 : OpenJDK 11: Merging java.lang.Thread onSpinWait() and javadoc
7f57054fd0c : OpenJDK 11: Merging sun.security.action.GetPropertyAction.
26d950a9faf : OpenJDK 11: Merging java.util.stream.* trivial changes
1cfb6cb6b74 : OpenJDK 11: Merging java.util.zip.* trivial changes
171e90cbf5a : 8270320: JDK-8270110 committed invalid copyright headers
75240a5872a : 8273358: macOS Monterey does not have the font Times needed by Serif
c596bfa72f6 : OpenJDK 11: Merging in java.lang.Boolean
e6a0c53d9fb : Track IO in FileOutputStream as WRITE.
f15f2d911d7 : OpenJDK 11: Merging java.lang.Thread constructors
148fe8b7db2 : Improve the performance of String.format by 10x
3bc526c7557 : OpenJDK 11: Merging in java.lang.Compiler
94f41162f4c : 8270416: Enhance construction of Identity maps
20be766ed90 : 8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers
f8ecff4877d : 8269951: [macos] Focus not painted in JButton when setBorderPainted(false) is invoked
808356abec9 : 8273358: macOS Monterey does not have the font Times needed by Serif
ec0b85ab5fd : 8273593: [REDO] Warn user when using mac-sign option with unsigned app-image.
c783e36f067 : Add a test for using Keystore without passwords.
4dff991d7b4 : 8269687: pauth_aarch64.hpp include name is incorrect
0a4a1ed186f : Ensure that bionic handles time zones in the same way as java.time does.
834bf1b1969 : OpenJDK 11: Merging in java.lang.StrictMath
aedbb9b426b : OpenJDK 11: Merging in java.lang.Math
d35adb6a9c2 : OpenJDK 11: Merging in text.FieldPosition, time.Month, time.format.TextStyle, time.temporal.JulianFields, time.zone.Ser
0e847cfb151 : 8271490: [ppc] [s390]: Crash in JavaThread::pd_get_top_frame_for_profiling
286283e67a6 : OpenJDK 11: Merging in java.text.Format
04f29227f82 : OpenJDK 11: Merging java.lang.* trivial changes
bf9552c8cd3 : OpenJDK 11: Merging in java.lang.{,Array}IndexOutOfBoundsException
4afbcaf5538 : 8273592: Backout JDK-8271868
f7f9a73a1e7 : 8270498: Improve SAX Parser configuration management
a37254c79fa : 8271868: Warn user when using mac-sign option with unsigned app-image.
cef269f8963 : 8270317: Large Allocation in CipherSuite
9f7de590060 : 8263773: Reenable German localization for builds at Oracle
6a7542fed04 : 8272973: Incorrect compile command used by TestIllegalArrayCopyBeforeInfiniteLoop
f1c8fa62d32 : 8271121: ZGC: stack overflow (segv) when -Xlog:gc+start=debug
d561554fdfd : 8270110: Shenandoah: Add test for JDK-8269661
c96cfed51d8 : 8270171: Shenandoah: Cleanup TestStringDedup and TestStringDedupStress tests
f32703f81de : 8272783: Epsilon: Refactor tests to improve performance
0ced2aa756c : 8272473: Parsing epoch seconds at a DST transition with a non-UTC parser is wrong
ea6e678c957 : 8271560: sun/security/ssl/DHKeyExchange/LegacyDHEKeyExchange.java still fails due to "An established connection was aborted by the software in your host machine"
271403bcccc : 8269031: linux x86_64 check for binutils 2.25 or higher after 8265783
e1cd6c78138 : 8269280: (bf) Replace StringBuffer in *Buffer.toString()
ad0426940b1 : 8269924: Shenandoah: Introduce weak/strong marking asserts
f78d4194f17 : 8271987: Manifest improved manifest entries
e14d11cad13 : OpenJDK 11: Merging in java.util.OptionalDouble
c5292a2f9a9 : OpenJDK 11: Merging in java.util.OptionalLong
5baca8dcdd6 : OpenJDK 11: Merging in java.util.OptionalInt
ef65147a068 : 8268488: More valuable DerValues
b300e880c4e : 8272272: Enhance jcmd communication
42d3b062939 : OpenJDK 11: Merging in java.util.Optional
9b570400397 : OpenJDK 11: Merging in java.lang.Float
8216c461bd7 : OpenJDK 11: Merging in java.lang.Double
d285899415e : OpenJDK 11: Merging in jdk.internal.math
7759eb56b55 : OpenJDK 11: Move math classes from sun.misc.* to jdk.internal.math
3a0e2b45a74 : 8269151: Better construction of EncryptedPrivateKeyInfo
e3fe23ea8c9 : OpenJDK 11: Merging java.lang.* trivial changes
3623ea697de : 8273150: Revert "8225083: Remove Google certificate that is expiring in December 2021"
806aa833dcc : OpenJDK 11: Merging in java.util.function.Predicate
a30f72241fd : [libcore] Add GetPreOomeGcCount API
ff8e190d660 : Add myself to libcore OWNERS. Test: N/A, just modifying OWNERS.
5e04e452714 : 8269993: [Test]: java/net/httpclient/DigestEchoClientSSL.java contains redundant @run tags
63fc945c1d4 : 8248668: AArch64: Avoid MIN/MAX macros when using MSVC
97192705f2a : 8248666: AArch64: Use THREAD_LOCAL instead of __thread
c816276ee68 : 8241336: Some java.net tests failed with NoRouteToHostException on MacOS with special network configuration
910e24b2320 : 8212718: Refactor some annotation processor tests to better use collections
5792854d7d1 : 8212695: Add explicit timeout to several HTTP Client tests
e5ec6797e9a : 8211325: test/jdk/java/net/Socket/LingerTest.java fails with cleaning up
7100a6529c1 : 8169246: java/net/DatagramSocket/ReportSocketClosed.java fails intermittently with BindException
069b4cc08c3 : 8199931: java/net/MulticastSocket/UnreferencedMulticastSockets.java fails with "incorrect data received"
f79ea823317 : 8266988: compiler/jvmci/compilerToVM/IsMatureTest.java fails with Unexpected isMature state for multiple times invoked method: expected false to equal true
45ed9e8052d : 8263490: [macos] Crash occurs on JPasswordField with activated InputMethod
7c872ed3819 : 8272124: Cgroup v1 initialization causes NullPointerException when cgroup path contains colon
cb0775ffc75 : 8269934: RunThese24H.java failed with EXCEPTION_ACCESS_VIOLATION in java_lang_Thread::get_thread_status
ff6a9382f5e : 8272581: sun/security/pkcs11/Provider/MultipleLogins.sh fails after JDK-8266182
9248bd08cf6 : 8266182: Automate manual steps listed in the test jdk/sun/security/pkcs12/ParamsTest.java
671dab6154a : 8269934: RunThese24H.java failed with EXCEPTION_ACCESS_VIOLATION in java_lang_Thread::get_thread_status
71a6aae38d7 : 8272806: [macOS] "Apple AWT Internal Exception" when input method is changed
5d1b9bbe832 : 8233790: Forward output from heap dumper to jcmd/jmap
7cafcf4c34b : 8252857: AArch64: Shenandoah C1 CAS is not sequentially consistent
20d00ebaf78 : 8270344: Session resumption errors
840b01e22ba : OpenJDK 11: Merging in j.u.c.atomic.Atomic*Array
2f2fe77176b : OpenJDK 11: Merging in java.util.concurrent.atomic.AtomicReference
bdc8b37ec4c : OpenJDK 11: Merging in java.util.concurrent.atomic.AtomicBoolean
36de022bb9f : OpenJDK 11: Merging in java.util.concurrent.atomic.AtomicLong
09f370740b8 : 8261846: [JVMCI] c2v_iterateFrames can get out of sync with the StackFrameStream
1f6eb0fc9c0 : 8264016: [JVMCI] add some thread local fields for use by JVMCI
3bc22755207 : 8263776: [JVMCI] add helper to perform Java upcalls
7539e758459 : 8272700: [macos] Build failure with Xcode 13.0 after JDK-8264848
37de147bea6 : 8269897: Shenandoah: Resolve UNKNOWN access strength, where possible
c55b1e5c064 : 8213718: [TEST] Wrong classname in vmTestbase/nsk/stress/except/except002 and except003
b3c293cf4f6 : 8219804: java/net/MulticastSocket/Promiscuous.java fails intermittently due to NumberFormatException 8226683: Remove review suggestion from fix to 8219804
fb886e9381f : 8232782: Shenandoah: streamline post-LRB CAS barrier (aarch64)
5a539dbc161 : 8249548: backward focus traversal gets stuck in button group
da90fbb8c78 : 8265756: AArch64: initialize memory allocated for locals according to Windows AArch64 stack page growth requirement in template interpreter
f334c2e7073 : 8263136: C4530 was reported from VS 2019 at access bridge
13ddf0eeaaf : 8261072: AArch64: Fix MacroAssembler::get_thread convention
4699467721b : 8248816: C1: Fix signature conflict in LIRGenerator::strength_reduce_multiply
4a3afd77e35 : 8248657: Windows: strengthening in ThreadCritical regarding memory model
8afb159c24c : 8250824: AArch64: follow up for JDK-8248414
6a6e00e56b5 : 8255790: GTKL&F: Java 16 crashes on initialising GTKL&F on Manjaro Linux 8272332: --with-harfbuzz=system doesn't add -lharfbuzz after JDK-8255790
83d916eb0c8 : 8272772: Shenandoah: compiler/c2/aarch64/TestVolatilesShenandoah.java fails in 11u
648f3f6a8fe : 8272700: [macos] Build failure with Xcode 13.0 after JDK-8264848
417b3885505 : 8272472: StackGuardPages test doesn't build with glibc 2.34
a27ee498ad0 : 8270096: Shenandoah: Optimize gc/shenandoah/TestRefprocSanity.java for interpreter mode
4a2cd36a285 : 8252853: AArch64: gc/shenandoah/TestVerifyJCStress.java fails intermittently with C1
519894a414d : 8269478: Shenandoah: gc/shenandoah/mxbeans tests should be more resilient
2d6c97628f5 : 8225790: Two NestedDialogs tests fail on Ubuntu
7b72611b7c3 : 8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java
9a7046d649b : 8270137: Kerberos Credential Retrieval from Cache not Working in Cross-Realm Setup
bf01efaa24c : 8248414: AArch64: Remove uses of long and unsigned long ints
bb7c412e259 : 8272472: StackGuardPages test doesn't build with glibc 2.34
dfb67bc3836 : 8248682: AArch64: Use ATTRIBUTE_ALIGNED helper
c81c8e84689 : 8248671: AArch64: Remove unused variables
3acaffc0afe : Using git rerere in the merge from upstream tool
ba097caea1d : 8251549: Update docs on building for Git
567fdbf4b5b : 8272708: [Test]: Cleanup: test/jdk/security/infra/java/security/cert/CertPathValidator/certification/BuypassCA.java no longer needs ocspEnabled
7d6c3adef36 : 8270096: Shenandoah: Optimize gc/shenandoah/TestRefprocSanity.java for interpreter mode
3c1023c1b97 : 8270094: Shenandoah: Provide human-readable labels for test configurations
9554fba495f : 8269478: Shenandoah: gc/shenandoah/mxbeans tests should be more resilient
f8eb9abe034 : 8270386: Better verification of scan methods
0a085347036 : 8265776: Improve Stream handling for SSL
bf920d94924 : 8272602: [macos] not all KEY_PRESSED events sent when control modifier is used
f4772b52b80 : 8272602: [macos] not all KEY_PRESSED events sent when control modifier is used
24e5c1a0409 : 8272326: java/util/Random/RandomTestMoments.java had two Gaussian fails
bb350989c7a : 8268494: Better inlining of inlined interfaces
90d529355b0 : 8272131: PhaseMacroExpand::generate_slow_arraycopy crash when clone null CallProjections.fallthrough_ioproj
5211317613f : 8268512: More content for ContentInfo
704e6b93aaa : 8248899: security/infra/java/security/cert/CertPathValidator/certification/QuoVadisCA.java fails, Certificate has been revoked
e9fd4b9fc41 : 8270280: security/infra/java/security/cert/CertPathValidator/certification/LetsEncryptCA.java OCSP response error
efeb10b5ca5 : 8243543: jtreg test security/infra/java/security/cert/CertPathValidator/certification/BuypassCA.java fails
551354e0d3c : 8225083: Remove Google certificate that is expiring in December 2021
f0028333d83 : 8272124: Cgroup v1 initialization causes NullPointerException when cgroup path contains colon
8f402b26c16 : 8272628: Problemlist gc/stress/gcbasher/TestGCBasherWithCMS.java for x86_32
790d9a9fdaa : 8272131: PhaseMacroExpand::generate_slow_arraycopy crash when clone null CallProjections.fallthrough_ioproj
0621d9d3963 : 8226602: Test convenience reactive primitives from java.net.http with RS TCK
8a20dfe5467 : 8271203: C2: assert(iff->Opcode() == Op_If || iff->Opcode() == Op_CountedLoopEnd || iff->Opcode() == Op_RangeCheck) failed: Check this code when new subtype is added
66bd0d57ee2 : 8271276: C2: Wrong JVM state used for receiver null check
6722cee430e : 8226319: Add forgotten test/jdk/java/net/httpclient/BodySubscribersTest.java
32f026ab746 : 8268963: [IR Framework] Some default regexes matching on PrintOptoAssembly in IRNode.java do not work on all platforms
9489ab7b8b8 : 8271925: ZGC: Arraycopy stub passes invalid oop to load barrier
90341dbccdc : 8268019: C2: assert(no_dead_loop) failed: dead loop detected
52c3e7dcf19 : 8270098: ZGC: ZBarrierSetC2::clone_at_expansion fails with "Guard against surprises" assert
c88ebe71218 : Switch hwasan from fork to vfork.
cb7e311dc68 : 8261088: Repeatable annotations without @Target cannot have containers that target module declarations
4dc0e9e2df5 : 8271962: Better TrueType font loading
8e8562514c0 : Processing ojluni sources to fix documentation links
68a85ceab33 : Reland: OpenJDK 11: Merging in java.util.concurrent.atomic.AtomicInteger
48aa0ef1094 : 8269944: Better HTTP transport redux
757afdc5d4a : 8270952: Improve TIFF file handling
5ce46d9679f : 8248403: AArch64: Remove uses of kernel integer types
e506cb23cfc : 8272332: --with-harfbuzz=system doesn't add -lharfbuzz after JDK-8255790
3db0637a882 : 8272197: Update 11u GHA workflow with Shenandoah configurations
55545f44aef : 8225082: Remove IdenTrust certificate that is expiring in September 2021
12312a3906e : 8230841: Remove oopDesc::equals()
8a470e1f5ed : 8209768: Refactor java/util/prefs/CheckUserPrefsStorage.sh to plain java test
8738bb5f823 : 8213409: Refactor sun.text.IntHashtable:i18n shell tests to plain java tests
2c3f99daae7 : 8248352: [TEST_BUG] Test test/jdk/java/awt/font/TextLayout/ArabicDiacriticTest.java can leave frame open
80972c52202 : 8214520: [TEST_BUG] sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java failed with incorrect jtreg tags order
ac8510bc19d : 8262862: Harden tests sun/security/x509/URICertStore/ExtensionsWithLDAP.java and krb5/canonicalize/Test.java
b9c24c34961 : 8210802: temp files left by tests in jdk/java/net/httpclient
de358645ee3 : 8210819: Update the host name in CNameTest.java
b1570640f2d : 8209772: Refactor shell test java/util/ServiceLoader/basic/basic.sh to java
97930e74ecf : 8210908: Refactor java/util/prefs/PrefsSpi.sh to plain java test
b1e63774d0b : 8254850: Update terminology in java.awt.GridBagLayout source code comments
b11ac531380 : 8210406: Refactor java.util.PluggableLocale:i18n shell tests to plain java tests
156c939436c : 8158066: SourceDebugExtensionTest fails to rename file
50a6d9d4422 : 8210407: Refactor java.util.Calendar:i18n shell tests to plain java tests
51cd6851c15 : 8268776: Test `ADatagramSocket.java` missing /othervm from @run tag
7b6f391bc12 : 8242882: opening jar file with large manifest might throw NegativeArraySizeException
dffc5f4b6f1 : 8211092: test/jdk/sun/net/www/http/HttpClient/MultiThreadTest.java fails intermittently when cleaning up
236a4693ca1 : 8214937: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date
868921f8a32 : 8235216: typo in test filename
177d1776962 : 8246261: TCKLocalTime.java failed due to "AssertionError: expected [18:14:22] but found [18:14:23]"
93b826b9011 : 8213235: java/nio/channels/SocketChannel/AsyncCloseChannel.java fails with threads that didn't exit 8213576: Make test AsyncCloseChannel.java run in othervm
ec71e348233 : 8216532: tools/launcher/Test7029048.java fails (Solaris)
8434e3399e6 : 8210934: Move sun/net/www/protocol/http/GetErrorStream.java to OpenJDK
270786f60aa : 8210669: Some launcher tests assume a pre-JDK 9 run-time image layout
8e63ecb8f0f : 8258703: Incorrect 512-bit vector registers restore on x86_32
d24982fc8b4 : 8236413: AbstractConnectTimeout should tolerate both NoRouteToHostException and UnresolvedAddressException
d8e1e62de0f : 8251361: Potential race between Logger configuration and GCs in HttpURLConWithProxy test
94b633aad62 : 8213694: Test Timeout.java should run in othervm mode
9fec49cf741 : 8252194: Add automated test for fix done in JDK-8218469
d2d4db522d6 : 8251252: Add automated testcase for fix done in JDK-8214253
7109ca2d6ed : 8252825: Add automated test for fix done in JDK-8218479
1a7a9d8fc04 : 8251254: Add automated test for fix done in JDK-8218472
0459ea5b645 : 8251166: Add automated testcases for changes done in JDK-8214112
b117eccddf1 : 8214195: Align stdout messages in test/jdk/java/math/BigInteger/PrimitiveConversionTests.java
9c213825ae6 : 8271589: fatal error with variable shift count integer rotate operation.
f9c7b4f5b0c : 8271968: Better canonical naming
4a5acb86b12 : Suppress OptionalOfRedundantMethod error
7d8a7a6f91a : Add script to help with merging from upstream
bdfc60abbd8 : 8270137: Kerberos Credential Retrieval from Cache not Working in Cross-Realm Setup
7d799fe4e7d : 8271730: Client authentication using RSASSA-PSS fails after correct certificate requests
5e8b87038b3 : 8271723: Unproblemlist runtime/InvocationTests/invokevirtualTests.java
eac2c999f2f : 8267712: Better LDAP reference processing
c3bbf5bd284 : 8263314: Enhance XML Dsig modes
55c8adf6c69 : 8266103: Better specified spec values
2cb686567b0 : 8266689: More Constrained Delegation
40db0bde4c1 : 8271730: Client authentication using RSASSA-PSS fails after correct certificate requests
5f9429b58f6 : 8246387: switch to jtreg 5.1 8238943: switch to jtreg 5.0 8235866: bump jtreg requiredVersion to 4.2b16 8219552: bump jtreg requiredVersion to b14 in test/jdk/sanity/client/ 8219417: bump jtreg requiredVersion to b14 8236111: narrow allowSmartActionArgs disabling
456735f772c : 8268427: Improve AlgorithmConstraints:checkAlgorithm performance
4e324294d29 : 8268427: Improve AlgorithmConstraints:checkAlgorithm performance
1538790fdca : 8272078: Wrong Checksums in Temurin BootJDK dependencies
3d12a46b7e8 : 8234510: Remove file seeking requirement for writing a heap dump
dfacda488bf : 8270872: Final nroff manpage update for JDK 17
1faefed2180 : 8253424: Add support for running pre-submit testing using GitHub Actions 8253865: Pre-submit testing using GitHub Actions does not detect failures reliably 8254054: Pre-submit testing using GitHub Actions should not use the deprecated set-env command 8254173: Add Zero, Minimal hotspot targets to submit workflow 8254175: Build no-pch configuration in debug mode for submit checks 8254282: Add Linux x86_32 builds to submit workflow 8255373: Submit workflow artifact name is always "test-results_.zip" 8255895: Submit workflow artifacts miss hs_errs/replays due to ZIP include mismatch 8256127: Add cross-compiled foreign architectures builds to submit workflow 8256277: Github Action build on macOS should define OS and Xcode versions 8256354: Github Action build on Windows should define OS and MSVC versions 8256414: add optimized build to submit workflow 8256393: Github Actions build on Linux should define OS and GCC versions 8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 te
sting : 8257056: Submit workflow should apt-get update to avoid package installation errors 8259679: GitHub actions should use MSVC 14.28 8259924: GitHub actions fail on Linux x86_32 with "Could not configure libc6:i386" 8260460: GitHub actions still fail on Linux x86_32 with "Could not configure libc6:i386" 8263667: Avoid running GitHub actions on branches named pr/* 8255305: Add Linux x86_32 tier1 to submit workflow 8255352: Archive important test outputs in submit workflow
d780f938e23 : 8249095: tools/javac/launcher/SourceLauncherTest.java fails on Windows
90d30cca978 : 8209380: ARM: cleanup maybe-uninitialized and reorder compiler warnings
9d521b118f8 : 8257913: Add more known library locations to simplify Linux cross-compilation
5464d62f60e : 8238930: problem list compiler/c2/Test8004741.java
1c77fa87ec3 : 8254270: linux 32 bit build doesn't compile libjdwp/log_messages.c
02ea80a6f05 : 8269851: OperatingSystemMXBean getProcessCpuLoad reports incorrect process cpu usage in containers
52a32a764f2 : 8269851: OperatingSystemMXBean getProcessCpuLoad reports incorrect process cpu usage in containers
97fa97d64ac : 8267712: Better LDAP reference processing
1223b5830f4 : 8212040: Compilation error due to wrong usage of NSPrintJobDispositionValue in mac10.12
91ad1223906 : 8263314: Enhance XML Dsig modes
b7573f6d5ea : 8266103: Better specified spec values
90f85ff70fe : 8271588: JFR Recorder Thread crashed with SIGSEGV in write_klass
53866eb2af3 : 8266689: More Constrained Delegation
b878e3f8d15 : 8263432: javac may report an invalid package/class clash on case insensitive filesystems
f312f28b8b9 : 8271863: ProblemList serviceability/sa/TestJmapCore.java on linux-x64 with ZGC
f2240cc5b1f : 8221988: add possibility to build with Visual Studio 2019
9175a8d2178 : 8267625: AARCH64: typo in LIR_Assembler::emit_profile_type
cebcc07b1b0 : 8271894: ProblemList javax/swing/JComponent/7154030/bug7154030.java in JDK17
87e300be266 : 8220445: Support for side by side MSVC Toolset versions
d05effd4083 : 8270893: IndexOutOfBoundsException while reading large TIFF file
84aad735a19 : 8265776: Improve Stream handling for SSL
5f547e8c119 : 8271877: ProblemList jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java in JDK17
d900e312f52 : 8211055: Provide print to a file (PDF) feature even when printer was not connected
c4d3bc63783 : Use python3 in various python scripts in libcore/
a93833d88f8 : 8270893: IndexOutOfBoundsException while reading large TIFF file
181483b90bc : 8271064: ZGC several jvm08 perf regressions after JDK-8268372
775135214df : 8230808: Remove Access::equals()
35fcac65dc3 : 8168304: Make all of DependencyContext_test available in product mode
cf2cf25799d : 8266761: AssertionError in sun.net.httpserver.ServerImpl.responseCompleted
0c783b06c00 : 8257497: Update keytool to create AKID from the SKID of the issuing certificate as specified by RFC 5280
aebdee343c9 : 8230674: Heap dumps should exclude dormant CDS archived objects of unloaded classes
c38902db6b2 : 8269624: Enhance method selection support
0c0e3b0a29a : Revert "Correcting technotes and platform documentation links"
815d3e1c6cd : 8267625: AARCH64: typo in LIR_Assembler::emit_profile_type
4da3fb81582 : 8268261: C2: assert(n != __null) failed: Bad immediate dominator info.
d5562227ff5 : Add documentation about the regex behavior in libcore/
13937b2a4a4 : 8271723: Unproblemlist runtime/InvocationTests/invokevirtualTests.java
d26ecc330c7 : 8269624: Enhance method selection support
a575f5c0900 : 8269574: C2: Avoid redundant uncommon traps in GraphKit::builtin_throw() for JVMTI exception events
de808a5e92d : 8268261: C2: assert(n != __null) failed: Bad immediate dominator info.
ada58d13f78 : 8067223: [TESTBUG] Rename Whitebox API package
f8fb5713074 : 8271150: Remove EA from JDK 17 version string starting with Initial RC promotion on Aug 5, 2021(B34)
05c76978a69 : 8269668: [aarch64] java.library.path not including /usr/lib64
37bc75b3df7 : 8241768: git needs .gitattributes
351cb483410 : 8225583: Examine the HttpResponse.BodySubscribers for null handling and multiple subscriptions
0ed01864841 : Avoid calling IsInstanceOf with pending exception
8ae28464fcc : 8232243: Wrong caret position in JTextPane on Windows with a screen resolution > 100%
a2af64902a6 : 8268775: Password is being converted to String in AccessibleJPasswordField
e351de3bd67 : 8271272: C2: assert(!had_error) failed: bad dominance
6180cf1f0d8 : 8271512: ProblemList serviceability/sa/sadebugd/DebugdConnectTest.java due to 8270326
a1b5b818c5e : 8271507: ProblemList SA tests that are failing with ZGC due to JDK-8248912
286d3136355 : 8271489: (doc) Clarify Filter Factory example
7639f8c3713 : 8262470: Printed GlyphVector outline with low DPI has bad quality on Windows
48d6fef3ea9 : 8271463: Updating RE Configs for Upcoming CPU Release 17.0.2 on master branch for jdk17u-cpu and jdk17u-cpu-open repos.
9b97129e8c5 : 8225082: Remove IdenTrust certificate that is expiring in September 2021
20d2dc1f352 : 8271403: mark hotspot runtime/memory tests which ignore external VM flags
e593e3de4c1 : 8271402: mark hotspot runtime/os tests which ignore external VM flags
7bf72ce301d : 8271412: ProblemList javax/sound/midi/Sequencer/Looping.java 8271413: ProblemList 2 locale tests on macOS-x64
0e2d915d266 : 8257620: Do not use objc_msgSend_stret to get macOS version
6878b05f8fb : 8271251: JavaThread::java_suspend() fails with "fatal error: Illegal threadstate encountered: 6"
c8ae7e5b035 : 8271174: runtime/ClassFile/UnsupportedClassFileVersion.java can be run in driver mode
5fcf72086ff : 8271352: Extend jcc erratum mitigation to additional processors
6e1da6440b8 : 8270908: TestParallelRefProc fails on single core machines
eb10d4f437d : 8271335: Updating RE Configs for BUILD REQUEST 17.0.1+4
6e60332cbd9 : 8269795: C2: Out of bounds array load floats above its range check in loop peeling resulting in SEGV
69697b3a3ba : 8208363: test/jdk/java/lang/Package/PackageFromManifest.java missing module dependencies declaration
95c94aefcd0 : 8209773: Refactor shell test javax/naming/module/basic.sh to java
d7e852c7db1 : 8209930: Refactor java/util/zip/ZipFile/deletetempjar.sh to plain java test
bb15820d45a : 8042902: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails intermittently
69341be492f : 8261147: C2: Node is wrongly marked as reduction resulting in a wrong execution due to wrong vector instructions
feee8efc685 : 8209832: Refactor jdk/internal/reflect/Reflection/GetCallerClassTest.sh to plain java test
57a7e71a6d7 : 8194230: jdk/internal/jrtfs/remote/RemoteRuntimeImageTest.java fails with java.lang.NullPointerException
adcfbd2d8cd : 8208227: tools/jdeps/DotFileTest.java fails on Win-X64
5c8a0b40336 : 8207316: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed
8ec02f3a847 : 8252648: Shenandoah: name gang tasks consistently
eaf59e07a4d : 8256215: Shenandoah: re-organize saving/restoring machine state in assembler code
f1e15c8c8f5 : 8271350: runtime/Safepoint tests use OutputAnalyzer::shouldMatch instead of shouldContaint
fbe28e4ee1f : 8270866: NPE in DocTreePath.getTreePath()
f662127390e : 8270491: SEGV at read_string_field(oopDesc*, char const*, JavaThread*)+0x54
fc8f959e6b8 : 8270398: Enhance canonicalization
b6003a87e4d : 8270404: Better canonicalization
92fcec03a70 : ojluni: add android-changed marker
f700d37d2b3 : 8255255: Update Apache Santuario (XML Signature) to version 2.2.1
65932626c6d : Allowing java folders in upstream-diff tool
8b115484682 : Correcting technotes and platform documentation links
227610d9b61 : 8267348: Rewrite gc/epsilon/TestClasses.java to use Metaspace with less classes
cea7bc2dea8 : 8271223: two runtime/ClassFile tests don't check exit code
d7a6e51612b : 8253899: Make IsClassUnloadingEnabled signature match specification
293d44f6cf0 : 8262017: C2: assert(n != __null) failed: Bad immediate dominator info.
2a3d9080e19 : 8269661: JNI_GetStringCritical does not lock char array 8269650: Optimize gc-locker in [Get|Release]StringCritical for latin string
b76a83888b0 : 8269150: UnicodeReader not translating \u005c\\u005d to \\]
7ddabbff746 : 8271175: runtime/jni/FindClassUtf8/FindClassUtf8.java doesn't have to be run in othervm
3c27f919865 : 8271222: two runtime/Monitor tests don't check exit code
bacbadbc61a : Remove @CorePlatformApi usage in libcore/
049b2ad4dfb : 8015886: java/awt/Focus/DeiconifiedFrameLoosesFocus/DeiconifiedFrameLoosesFocus.java sometimes failed on ubuntu
8adf008b150 : 8269984: [macos] JTabbedPane title looks like disabled
e90ed6cc38a : 8271173: serviceability/jvmti/GetObjectSizeClass.java doesn't check exit code
b4c6229fd40 : 8271189: runtime/handshake/HandshakeTimeoutTest.java can be run in driver mode
9b6aa5304c4 : 8267666: Add option to jcmd GC.heap_dump to use existing file
67622161216 : 8267666: Add option to jcmd GC.heap_dump to use existing file
63c4ec235da : 8259535: ECDSA SignatureValue do not always have the specified length
133eca0ae61 : 8235211: serviceability/attach/RemovingUnixDomainSocketTest.java fails with AttachNotSupportedException: Unable to open socket file 8244973: serviceability/attach/RemovingUnixDomainSocketTest.java fails "stderr was not empty"
e1d88c19db7 : Add Android-changed marker to MappedByteBuffer.c
de786bbcc1a : 8269882: stack-use-after-scope in NewObjectA
31829db2939 : Revert "OpenJDK 11: Merging in java.util.concurrent.atomic.AtomicInteger"
75010843ca4 : 8268965: TCP Connection Reset when connecting simple socket to SSL server
e3800e6497a : 8271162: runtime/StackTrace/LargeClassTest.java can be run in driver mode
ee93cef8aa7 : 8271158: runtime/handshake/HandshakeTimeoutTest.java test doesn't check exit code
84be910e1df : 8271169: runtime/Safepoint/TestAbortVMOnSafepointTimeout.java can be run in driver mode
2d165a2bdf6 : 8271160: runtime/jni/checked/TestCheckedJniExceptionCheck.java doesn't set -Djava.library.path
7165b3f1056 : 8271155: Wrong path separator in env variable
ecc37b06f28 : 8270916: Update java.lang.annotation.Target for changes in JLS 9.6.4.1
4812e537919 : 8271094: runtime/duplAttributes/DuplAttributesTest.java doesn't check exit code
6a9ab6a2cf5 : 8271093: remove deadcode from runtime/Thread/TestThreadDumpSMRInfo.java test
e7f9009315f : 8270085: Suspend during block transition may deadlock if lock held
39b486db6d8 : 8271126: ProblemList runtime/InvocationTests/invokevirtualTests.java
d78e2be352d : 8227738: jvmti/DataDumpRequest/datadumpreq001 failed due to "exit code is 134"
8637f65cb34 : 8227815: Minimal VM: set_state is not a member of AttachListener
f3098c409d9 : 8225690: Multiple AttachListener threads can be created
2b3a641d50d : 8245134: test/lib/jdk/test/lib/security/KeyStoreUtils.java should allow to specify aliases
4119a52c4b3 : 8270461: ZGC: Invalid oop passed to ZBarrierSetRuntime::load_barrier_on_oop_array
89f7998aa70 : 8266347: assert(Dependencies::is_concrete_root_method(fm, ctxk) == Dependencies::is_concrete_method(m, ctxk)) failed: mismatch
e1051ae0695 : 8264066: Enhance compiler validation
add995be461 : 8265201: JarFile.getInputStream not validating invalid signed jars
ca6b222c973 : 8258432: Improve File Transfers
a3acce52102 : 8264079: Improve abstractions
138f59806f3 : 8262380: Enhance XML processing passes
0e6c01163f1 : 8262967: Improve Zip file support
e48af0069e5 : 8264460: Improve NTLM support
b87e526af1f : 8256491: Better HTTP transport
1c8b9727b71 : 8262477: Enhance String Conclusions
9accf7c894f : 8262403: Enhanced data transfers
ef9315bead7 : 8260967: Better jar file validation
fc38331f44b : 8260960: Signs of jarsigner signing
175b65c0a1e : 8262410: Enhanced rules for zones
7b6410f2131 : 8260453: Improve Font Bounding
7ad6c23c32c : 8256157: Improve bytecode assembly
9b177a74863 : 8268612: a few runtime/memory tests don't check exit code
6275f1e9c2f : Remove unused mmodules/core_platform_api/
6ce52e62770 : 8159904: [TEST_BUG] Failure on solaris of java/awt/Window/MultiWindowApp/MultiWindowAppTest.java
08c52fd33cb : 8271070: ProblemList 3 client tests on Linux-X64
8f4922053f4 : 8206350: java/util/Locale/bcp47u/SystemPropertyTests.java failed on Mac 10.13 with zh_CN and zh_TW locales.
deba3081744 : 8206083: Make tools/javac/api/T6265137.java robust to JDK version changes
fd2ec8ad112 : 8240983: Incorrect copyright header in Apache Santuario 2.1.3 files
44ef6fef195 : 8236671: NullPointerException in JKS keystore
9d35a84bb09 : OpenJDK 11: Merging in java.util.concurrent.atomic.AtomicInteger
61359c46a74 : 8270993: Missing forward declaration of ZeroFrame
8e8e87a7651 : 8268223: Problemlist vmTestbase/nsk/jdi/HiddenClass/events/events001.java
240ef449629 : 8267042: bug in monitor locking/unlocking on ARM32 C1 due to uninitialized BasicObjectLock::_displaced_header
845c31dc4b4 : 8269240: java/foreign/stackwalk/TestAsyncStackWalk.java test failed with concurrent GC
2696643c1da : 8254967: com.sun.net.HttpsServer spins on TLS session close
0cec11d3eb7 : 8270307: C2: assert(false) failed: bad AD file after JDK-8267687
6f1ae363138 : MappedByteBuffer: use sizeof(*val) instead of sizeof(T)
9b0535dae74 : zip_util: fix a potential dereference of NULL
1e1a2c43eb2 : 8270556: Exclude security/infra/java/security/cert/CertPathValidator/certification/LetsEncryptCA
10bbe2f232e : 8263531: Remove unused buffer int
157862328de : Add test for trailing surrogate validation.
dff3b7f5c25 : 8267459: Pasting Unicode characters into JShell does not work.
00ffb8f1b95 : 8263531: Remove unused buffer int
d684356d9de : 8262731: [macOS] Exception from "Printable.print" is swallowed during "PrinterJob.print"
c1304519b56 : 8269752: C2: assert(false) failed: Bad graph detected in build_loop_late
2dddcce29be : 8270858: Problem List java/awt/Window/MultiWindowApp/MultiWindowAppTest.java on Linux
1350e2bd225 : 8270556: Exclude security/infra/java/security/cert/CertPathValidator/certification/LetsEncryptCA
da18f645481 : 8269763: The JEditorPane is blank after JDK-8265167
4fa8b8fd542 : 8265580: Enhanced style for RTF kit
e104dede6e5 : 8268635: Corrupt oop in ClassLoaderData
11d114ee697 : Unhide VarHandle methods
2252165499c : 8268362: [REDO] C2 crash when compile negative Arrays.copyOf length after loop
8008d33b2ec : 8269304: Regression ~5% in 2005 in b27
7a61e038b05 : 8268347: C2: nested locks optimization may create unbalanced monitor enter/exit code
a32d2eefea1 : 8269276: Additional tests for MessageDigest with different providers
4d480eb42ce : Throw at most one exception in native FileTest.
7b4d84c6548 : 8270422: Test build/AbsPathsInImage.java fails after JDK-8259848
93f952c95b1 : 8269882: stack-use-after-scope in NewObjectA
c9a8220bc5e : 8268620: InfiniteLoopException test may fail on x86 platforms
72db09b1f39 : 8266313: (JEP-356) - RandomGenerator spec implementation requirements tightly coupled to JDK internal classes
3bbd2332bd4 : 8270075: SplittableRandom extends AbstractSplittableGenerator
381bd621074 : 8266889: [macosx-aarch64] Crash with SIGBUS in MarkActivationClosure::do_code_blob during vmTestbase/nsk/jvmti/.../bi04t002 test run
82c256eb61f : 8259499: Handling type arguments from outer classes for inner class in javadoc
e5db9a9405d : 8268620: InfiniteLoopException test may fail on x86 platforms
67273ae63c3 : 8269865: Async UL needs to handle ERANGE on exceeding SEM_VALUE_MAX
0f5470715e9 : 8270056: Generated lambda class can not access protected static method of target class
8583aab374c : 8270025: DynamicCallSiteDesc::withArgs doesn't throw NPE
d32e42cdd46 : 8270184: [TESTBUG] Add coverage for jvmci ResolvedJavaType.toJavaName() for lambdas
b2416b60fbe : 8269281: java/foreign/Test{Down,Up}call.java time out
23918db4b7e : 8270184: [TESTBUG] Add coverage for jvmci ResolvedJavaType.toJavaName() for lambdas
d4e48284954 : 8270196: [11u] [JVMCI] JavaType.toJavaName() returns incorrect type name for lambdas
bd95c0c9e02 : 8269635: Stress test SEGV while emitting OldObjectSample
00ef65f34d3 : 8269525: Deadlock during Volano with JFR
4fcc43dce7f : 8265574: Improve handling of sheets
e631addd704 : 8259848: Interim javadoc build does not support platform links
8d1e4029100 : 8265132: C2 compilation fails with assert "missing precedence edge"
cbd3b0f498e : 8267399: C2: java/text/Normalizer/ConformanceTest.java test failed with assertion
040c02b942a : 8269795: C2: Out of bounds array load floats above its range check in loop peeling resulting in SEGV
0f32982872e : 8270203: Missing build dependency between jdk.jfr-gendata and buildtools-hotspot
4fc3180f75e : 8266345: (fs) Custom DefaultFileSystemProvider security related loops
09c6af3a62d : 8249899: jdk/javadoc/tool/InlineTagsWithBraces.java uses @ignore w/o bug-id 8249897: jdk/javadoc/tool/LangVers.java uses @ignore w/o bug-id 8249898: jdk/javadoc/tool/6176978/T6176978.java uses @ignore w/o bug-id
22a4752d5cb : 8268360: Missing check for infinite loop during node placement 8268417: Add test from JDK-8268360
78cb6a1e6ca : 8266115: More Manifest Jar Loading
999ced03ccd : 8269873: serviceability/sa/Clhsdb tests are using a C2 specific VMStruct field
e1d3e73d4ee : 8268965: TCP Connection Reset when connecting simple socket to SSL server
1960a05717e : 8256267: Relax compiler/floatingpoint/NaNTest.java for x86_32 and lower -XX:+UseSSE
6d0945efa60 : 8217825: Verify @AfterTest is used correctly in WebSocket tests
3869a19fbda : 8249773: Upgrade ReceiveISA.java test to be resilient to failure due to stray packets and interference
2c49ccaa978 : 8240555: Using env of JAVA_TOOL_OPTIONS and _JAVA_OPTIONS breaks QuietOption.java test
3d82b0e6345 : 8269558: fix of JDK-8252657 missed to update history at the end of JVM TI spec
9bf7b1455e6 : Added tag jdk-11.0.12-ga for changeset f412f2537f15
6c6d079c720 : Added tag jdk-11.0.12+7 for changeset f412f2537f15
882c7ba0f8f : Move modules containing ART, conscrypt and i18n to build/soong
254600658ac : 8270216: [macOS] Update named used for Java run loop mode
3ce8c728ee3 : 8268635: Corrupt oop in ClassLoaderData
7bc4f402036 : 8261238: NMT should not limit baselining by size threshold
591d7690230 : 8263407: SPARC64 detection fails on Athena (SPARC64-X)
509170c5fc0 : 8255452: Doing GC during JVMTI MethodExit event posting breaks return oop
6889a39a3f1 : 8268826: Cleanup Override in Context-Specific Deserialization Filters
f791fdf23ef : 8261147: C2: Node is wrongly marked as reduction resulting in a wrong execution due to wrong vector instructions
1196b356845 : 8270151: IncompatibleClassChangeError on empty pattern switch statement case
885f7b1141d : 8269146: Missing unreported constraints on pattern and other case label combination 8269301: Switch statement with a pattern, constant and default label elements crash javac
62ff55d383c : 8269952: compiler/vectorapi/VectorCastShape*Test.java tests failed on avx2 machines
46c610cbd84 : 8269840: Update Platform.isDefaultCDSArchiveSupported() to return true for aarch64 platforms
da5e3490885 : 8268199: Correct certificate requests
82d44a79de7 : 8268500: Better specified ParameterSpecs
6401633800d : 8269722: NPE in HtmlDocletWriter
9acb2a69a9f : 8270109: ProblemList 4 SA tests on macOS-aarch64
f46a9172700 : 6766844: ByteArrayInputStream#read with a byte array of length 0 not consistent with InputStream when at EOF
33cd383a964 : 8268193: Improve requests of certificates
5adbf765a24 : 8268205: Enhance DTLS client handshake
cf73d51d772 : 8269618: Better session identification
9e75f922b17 : 8269738: AssertionError when combining pattern matching and function closure
c44da652ce8 : 8268369: SIGSEGV in PhaseCFG::implicit_null_check due to missing null check
168af2e6b23 : 8269828: corrections in some instruction patterns for KNL x86 platform
fa08cc62df1 : 8268766: Desugaring of pattern matching enum switch should be improved
b3054c8168f : 8268506: More Manifest Digests
2beb7e7a583 : 8218145: block_if_requested is not proper inlined due to size
02c0cf609b9 : 8267424: CTW: C1 fails with "State must not be null"
bdf85684d67 : 8250588: Shenandoah: LRB needs to save/restore fp registers for runtime call
4f707591754 : 8270006: Switches with 'case null:' should be exhaustive
8f798b82223 : 8269746: C2: assert(!in->is_CFG()) failed: CFG Node with no controlling input?
c812bbbe8fe : 8269929: (test) Add diagnostic info to ProceessBuilder/Basic.java for unexpected output
6000950b339 : 8269185: Directories in /opt/runtimepackagetest and /path/to/jdk-17 are different
1bb7717adc5 : Add tiny strings test case to ScannerBenchmark.
1f2bf1d1948 : 8269879: [PPC64] C2: Math.rint intrinsic uses wrong rounding mode
c0b5cee3787 : Mark Scanner benchmark as macrobenchmark.
7fcd5ca0258 : 8266036: class file for sun.misc.Contended not found 8258421: (jdeprscan) tools/jdeprscan/tests/jdk/jdeprscan/TestRelease.java failed with "error: cannot access jdk.internal.ValueBased"
1d204c554ff : 8260589: Crash in JfrTraceIdLoadBarrier::load(_jclass*)
a49b1dc7042 : 8269772: [macos-aarch64] test compilation failed with "SocketException: No buffer space available"
820f2900d86 : 8268859: jshell throws exception while parsing illegal "case true"
815e4af35d2 : 8269802: javac fails to compile nested pattern matching switches 8269808: javac generates class with invalid stack map
2daf39a59b2 : 8269830: SA's vm object vtable matching code sometimes matches on incorrect type
0ebf8aa9d78 : 8268778: CDS check_excluded_classes needs DumpTimeTable_lock
0d1cd3a7452 : 8269825: [TESTBUG] Missing testing for x86 KNL platforms
e0c130f484c : 8269955: ProblemList compiler/vectorapi/VectorCastShape[64|128]Test.java tests on x86
c1deb0c4c23 : 8213922: fix ctw stand-alone build
1166ef25e9a : 8268966: AArch64: 'bad AD file' in some vector conversion tests
3a690240336 : 8225667: Clarify the behavior of System::gc w.r.t. reference processing
f303ede65fe : Rename verifyError field to erroneousStateError.
2b207782255 : 8269568: JVM crashes when running VectorMask query tests
0f4e07b7d91 : 8269661: JNI_GetStringCritical does not lock char array 8269650: Optimize gc-locker in [Get|Release]StringCritical for latin string
df1364b5087 : 8269575: C2: assert(false) failed: graph should be schedulable after JDK-8252372
6d8fc7249a3 : 8268883: C2: assert(false) failed: unscheduable graph
4ad8b04421f : 8268369: SIGSEGV in PhaseCFG::implicit_null_check due to missing null check
d424c0ced4a : 8267396: Avoid recording "pc" in unhandled oops detector for better performance
5b8e1a266e5 : 8266595: jdk/jfr/jcmd/TestJcmdDump.java with slowdebug bits fails with AttachNotSupportedException
32746bb5587 : Update version code definitions
d07f6d910bd : 8227766: CheckUnhandledOops is broken in MemAllocator
fdaa4f0a546 : 8255810: Zero: build fails without JVMTI
3f03476795b : 8224853: CDS address sanitizer errors
65b215a86c6 : 8259338: Add expiry exception for identrustdstx3 alias to VerifyCACerts.java test
e14801cdd9b : 8269668: [aarch64] java.library.path not including /usr/lib64
c61cfb5514a : 8255718: Zero: VM should know it runs in interpreter-only mode
3e09f948dd0 : 8260923: Add more tests for SSLSocket input/output shutdown
c00a72f855b : 8253631: Remove unimplemented CompileBroker methods after JEP-165
21345efe493 : 8269847: JDK-8269594 backport breaks 11u builds
97e0e9e73d1 : 8268775: Password is being converted to String in AccessibleJPasswordField
1c18f914386 : 8269768: JFR Terminology Refresh
6f0e8e79aae : 8269775: compiler/codegen/ClearArrayTest.java failed with "assert(false) failed: bad AD file"
c4ea13edd03 : 8269543: The warning for System::setSecurityManager should only appear once for each caller
99172962721 : Add Scanner benchmark.
73e987c317d : 8269594: assert(_handle_mark_nesting > 1) failed: memory leak: allocating handle outside HandleMark
90e239ede15 : Replace ART's core-platform-api stub with module-lib stubs
46b8e39cd34 : Dist art's CorePlatformApi stubs
2db9005c075 : 8262017: C2: assert(n != __null) failed: Bad immediate dominator info.
7bc96dbc023 : 8269771: assert(tmp == _callprojs.fallthrough_catchproj) failed: allocation control projection
5644c4f942d : 8265132: C2 compilation fails with assert "missing precedence edge"
a4d2a9a77fb : 8269745: [JVMCI] restore original qualified exports to Graal
e3773977cfd : 8268566: java/foreign/TestResourceScope.java timed out
6c76e771580 : 8260684: vmTestbase/gc/gctests/PhantomReference/phantom002/TestDescription.java timed out
4bbf11d4a9d : 8269580: assert(is_valid()) failed: invalid register (-1)
71f793edd7d : 8266404: Fatal error report generated with -XX:+CrashOnOutOfMemoryError should not contain suggestion to submit a bug report
54dd510bd52 : 8269704: Typo in j.t.Normalizer.normalize()
a8385feb30b : 8269354: javac crashes when processing parenthesized pattern in instanceof
c16d1fc9810 : 8269285: Crash/miscompile in CallGenerator::for_method_handle_inline after JDK-8191998
e56abcaaeed : 8268366: Incorrect calculation of has_fpu_registers in C1 linear scan
3ed6237ba3b : 8269614: [s390] Interpreter checks wrong bit for slow path instance allocation
aa79d2b463b : 8262409: sun/security/ssl/SSLSocketImpl/SSLSocketImplThrowsWrongExceptions. SSL test failures caused by java failed with "Server reported the wrong exception"
65fe46666f9 : 8269529: javax/swing/reliability/HangDuringStaticInitialization.java fails in Windows debug build
ad27d9b3eca : 8269088: C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) failed: no node with a side effect
c67a7b039de : 8269230: C2: main loop in micro benchmark never executed
962f1c1a9b5 : 8262886: javadoc generates broken links with {@inheritDoc}
af4b37301d3 : 8163326: Update the default enabled cipher suites preference
f7ffd5872d6 : 8267602: [macos] [lanai] java/awt/PrintJob/Text/stringwidth.sh doesn't exit on cancelling print dialog
4930ae96d80 : 8268592: JDK-8262891 causes an NPE in Lint.augment
9ac63a6e08c : 8262841: Clarify the behavior of PhantomReference::refersTo
aba6c55dacf : 8269703: ProblemList vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/TestDescription.java on Windows-X64 with -Xcomp
3e022247d2e : 8269513: Clarify the spec wrt `useOldISOCodes` system property
d785f16fd2a : Revert an unnecessary patch in java.text.CollationElementIterator
cc0e208549a : Rename nativeZygoteJitEnabled
0dc65d3c741 : 8268897: [TESTBUG] compiler/compilercontrol/mixed/RandomCommandsTest.java must not fail on Command.quiet
02bfc220007 : 8266749: AArch64: Backtracing broken on PAC enabled systems
38260122815 : 8268557: Module page uses unstyled table class
2b17e95e202 : 8269691: ProblemList sun/management/jdp/JdpDefaultsTest.java on Linux-aarch64
1da5d4bb780 : 8269486: CallerAccessTest fails for non server variant
2b6c832f50e : Add a system modules containing module lib APIs
be0ac92e186 : 8269614: [s390] Interpreter checks wrong bit for slow path instance allocation
0e4fdcf11ad : 8254024: Enhance native libs for AWT and Swing to work with GraalVM Native Image
4b4bef4e1e0 : 8269594: assert(_handle_mark_nesting > 1) failed: memory leak: allocating handle outside HandleMark
4ee400ae433 : 8268320: Better error recovery for broken patterns in switch
ca283c3ac06 : 8265907: JVM crashes when matching VectorMaskCmp Node
c3c918928ca : 8269141: Switch statement containing pattern case label element gets in the loop during execution
6b64a7956ce : 8268350: Remove assert that ensures thread identifier remains the same
a24f045e594 : Added tag jdk-11.0.12+6 for changeset 91e81ac08854
90eb1189aee : 8269528: VectorAPI Long512VectorTest fails on X86 KNL target
a661686e1e7 : 8269065: [REDO] vmTestbase/vm/mlvm/anonloader/stress/oome/metaspace/Test.java failed with OutOfMemoryError
0d745ae8fde : 8269034: AccessControlException for SunPKCS11 daemon threads
d042029509a : 8269529: javax/swing/reliability/HangDuringStaticInitialization.java fails in Windows debug build
401cb0ad551 : 8269232: assert(!is_jweak(handle)) failed: wrong method for detroying jweak
b8a16e931b1 : 8268884: C2: Compile::remove_speculative_types must iterate top-down
25f9f19af98 : 8249646: Runtime.exec(String, String[], File) documentation contains literal {@link ...}
0d83dc24111 : 8268699: Shenandoah: Add test for JDK-8268127
f31c90f539f : 8268699: Shenandoah: Add test for JDK-8268127
7010dfdffab : 8269517: compiler/loopopts/TestPartialPeelingSinkNodes.java crashes with -XX:+VerifyGraphEdges
fc0fd96a5f8 : 8269126: Rename G1AllowPreventiveGC option to G1UsePreventiveGC
52cbf2f653a : 8269415: [11u] Remove ea from DEFAULT_PROMOTED_VERSION_PRE in OpenJDK 11u
d522372d05e : 8268771: javadoc -notimestamp option does not work on index.html
56240690f62 : 8269426: Rename test/jdk/java/lang/invoke/t8150782 to accessClassAndFindClass
09bb84685fd : 8267952: async logging supports to dynamically change tags and decorators
20640a57f3a : 8269534: Remove java/util/concurrent/locks/Lock/TimedAcquireLeak.java from ProblemList.txt
efe8423d8c5 : 8269403: Fix jpackage tests to gracefully handle jpackage app launcher crashes
e62d6a2f388 : 8140466: ChaCha20 and Poly1305 TLS Cipher Suites
e965ca152f6 : Remove / annotate @CorePlatformApi(LEGACY) APIs in Android S as STABLE and as @SystemApi(MODULE_LIBRARIES)
8d09596f270 : 8269304: Regression ~5% in 2005 in b27
e4c54463406 : 8268236: The documentation of the String.regionMatches method contains error
8a40d251e18 : 8268617: [11u REDO] - WebSocket over authenticating proxy fails with NPE
b74d798e89c : 8265335: Epsilon: Minor typo in EpsilonElasticTLABDecay description
5a7e7d3bd6d : 8265761: Font with missed font family name is not properly printed on Windows
d9cb068f4ba : 8258746: illegal access to global field _jvmci_old_thread_counters by terminated thread causes crash
6eb734a60fd : 8266269: Lookup::accessClass fails with IAE when accessing an arrayClass with a protected inner class as component class
3d0d27ce57b : 8269351: Proxy::newProxyInstance and MethodHandleProxies::asInterfaceInstance should reject sealed interfaces
824a51693e1 : 8269260: Add AVX512 and other SSE + AVX combinations testing for tests which generate vector instructions
1404e4bf44e : 8269302: serviceability/dcmd/framework/InvalidCommandTest.java still fails after JDK-8268433
fb0a95fed46 : 8269036: tools/jpackage/share/AppImagePackageTest.java failed with "hdiutil: create failed - Resource busy"
5ebed06e8ae : 8269074: (fs) Files.copy fails to copy from /proc on some linux kernel versions
d799563ac06 : 8256919: BCEL: Utility.encode forget to close
1e3b418a53a : 8269335: Unable to load svml library
f56d1f655eb : 8266480: Implicit null check optimization does not update control of hoisted memory operation
2c2cc746d77 : 8261496: Shenandoah: reconsider pacing updates memory ordering
a092a17d62b : 8266813: Shenandoah: Use shorter instruction sequence for checking if marking in progress
80a72de101b : 8266018: Shenandoah: fix an incorrect assert
91fd37b5303 : Revert "Remove Math.randomLongInternal from platform api"
258d3c96943 : Revert "Remove IoUtils#deleteContents from CorePlatformApi set"
4eb321298a1 : 8268871: Adjust javac to updated exhaustiveness specification
a0958a85f1f : 8210959: JShell fails and exits when statement throws an exception whose message contains a '%'.
66d4ee994ea : 8247421: [TESTBUG] ReturnBlobToWrongHeapTest.java failed allocating blob
df587c75bb4 : 8264752: SIGFPE crash with option FlightRecorderOptions:threadbuffersize=30M 8266206: Build failure after JDK-8264752 with older GCCs
8885f06e86c : VarHandles: fix missing reference for static field VarHandles
c39f3f73d13 : 8193214: Incorrect annotations.without.processors warnings with JDK 9
44691cc3b00 : 8268972: Add default impl for recent new Reporter.print method
7ab12856c4b : 8267610: NPE at at jdk.compiler/com.sun.tools.javac.jvm.Code.emitop 8268748: Javac generates uncorrect bytecodes when using nested pattern variables
34d1c9245c5 : 8231717: Improve performance of charset decoding when charset is always compactable
cfa6a995e10 : 8269316: ProblemList vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java on Linux-X64 -Xcomp
22d86750851 : 8269315: ProblemList javax/swing/JFileChooser/FileSystemView/SystemIconTest.java on Win-X64
443a79aaa19 : 8269314: ProblemList serviceability/dcmd/gc/RunFinalizationTest.java on Win-X64 and linux-aarch64
48c1f60e3e8 : 8263227: C2: inconsistent spilling due to dead nodes in exception block
040f1053aa6 : 8269297: Bump version numbers for JDK 17.0.1
424cc502577 : 8269307: ProblemList java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/ButtonActionKeyTest.java on win-x64
63bcd3336ec : 8269246: Scoped ByteBuffer vector access
dcd1044ca20 : 8265773: incorrect jdeps message "jdk8internals" to describe a removed JDK internal API
3fb28d3074d : 8269218: GaloisCounterMode.overlapDetection misses the JDK-8263436 fix again
d3d3b221d3a : 8269265: ProblemList serviceability/sa/TestJmapCoreMetaspace.java with ZGC
0c3fc27a457 : 8268482: compiler/intrinsics/VectorizedMismatchTest.java failed with failed: length in range
a30141d636f : 8269179: Crash in TestMacroLogicVector::testSubWordBoolean: assert(_base >= VectorMask && _base <= VectorZ) failed: Not a Vector
a90ceb3b40e : Revert "Refactor StructCapUser{Header,Data} and StructLinger for API review"
b4743143428 : 8266854: LibraryCallKit::inline_preconditions_checkIndex modifies control flow even if the intrinsic bailed out
7e96318a1fb : 8254571: Erroneous generic type inference in a lambda expression with a checked exception
61910670dab : Document IoBridge, EmptyArray and VMStack
1b2147a23f1 : 8269125: Klass enqueue element size calculation wrong when traceid value cross compress limit
bf706207454 : 8268961: Parenthesized pattern with guards does not work 8268896: Parenthesized pattern is not guarded by source level check
8128ca1381a : 8269066: assert(ZAddress::is_marked(addr)) failed: Should be marked
a153359f8f7 : Add test coverage for StructCmsgHdr constructors.
ed48e5cb8bb : 8226533: JVMCI: findUniqueConcreteMethod should handle statically bindable methods directly
1323be54d26 : 8269064: Dropped messages of AsyncLogWriter cause memleak
8d5b37a4c7e : 8223050: JVMCI: findUniqueConcreteMethod() should not use Dependencies::find_unique_concrete_method() for non-virtual methods
3f67b07a61d : 8267751: (test) jtreg.SkippedException has no serial VersionUID
ce917b23596 : 8269148: Update minor GCC version in GitHub Actions pipeline
b24dff5fefd : 8267735: Better BMP support
ab7ff1e1374 : 8266885: [aarch64] Crash with 'Field too big for insn' for some tests under compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
46fd6d2a1d2 : 8263382: java/util/logging/ParentLoggersTest.java failed with "checkLoggers: getLoggerNames() returned unexpected loggers"
881100f6ab0 : 8233989: Create an IPv4 version of java/net/MulticastSocket/SetLoopbackMode.java
87b5f1bd82e : 8267086: ArrayIndexOutOfBoundsException in java.security.KeyFactory.generatePublic
35e4c2720df : 8268404: [TESTBUG] tools/jpackage/windows/WinInstallerIconTest.java failed "AssertionError: Failed: Check icon"
dc12cb78b81 : 8267652: c2 loop unrolling by 8 results in reading memory past array
578c55bbe65 : 8267399: C2: java/text/Normalizer/ConformanceTest.java test failed with assertion
8fa2520803c : 8268888: Upstream 8268230: Foreign Linker API & Windows user32/kernel32: String conversion seems broken
9ec7180f1eb : 8268524: nmethod::post_compiled_method_load_event racingly called on zombie
03033cda6cb : libjavacore should be visible to the ART runtime, which loads it.
01020006580 : 8266137: Improve Keystore integrity
01f12fba648 : 8266631: StandardJavaFileManager: getJavaFileObjects() impl violates the spec 8266596: StandardJavaFileManager: default impls of setLocationFromPaths(), getJavaFileObjectsFromPaths() methods don't throw IllegalArgumentException as specified 8266591: StandardJavaFileManager::getJavaFileObjectsFromPaths() methods contain a typo in their spec 8266590: StandardJavaFileManager::setLocationFromPaths() spec contains an error
6b14c8a1e53 : 8267421: j.l.constant.DirectMethodHandleDesc.Kind.valueOf(int) implementation doesn't conform to the spec regarding REF_invokeInterface handling
ef4ba224c48 : 8268349: Provide clear run-time warnings about Security Manager deprecation
4099810b290 : 8268293: VectorAPI cast operation on mask and shuffle is broken
e2d7ec38af4 : 8267100: [BACKOUT] JDK-8196415 Disable SHA-1 Signed JARs
8f31f0d3432 : 8266097: Better hashing support
d3ad8cd3446 : 8268672: C2: assert(!loop->is_member(u_loop)) failed: can be in outer loop or out of both loops only
f25e7197fef : 8268717: Upstream: 8268673: Stack walk across optimized entry frame on fresh native thread fails
22ebd1926d4 : 8268362: [REDO] C2 crash when compile negative Arrays.copyOf length after loop
3c54e03e2df : 8251945: SIGSEGV in PackageEntry::purge_qualified_exports()
cbe9c1b5546 : 8213137: Remove static initialization of monitor/mutex instances
e44258cd04f : 8266248: Compilation failure in PLATFORM_API_MacOSX_MidiUtils.c with Xcode 12.5
f8df953e613 : 8268702: JFR diagnostic commands lack argument descriptors when viewed using Platform MBean Server
942001236f9 : 8024368: private methods are allocated vtable indices
cfdfee7bdee : 8241353: NPE in ToolProvider.getSystemJavaCompiler
c294ae4fed5 : 8267042: bug in monitor locking/unlocking on ARM32 C1 due to uninitialized BasicObjectLock::_displaced_header
b358b54c4fb : 8269063: Build failure due to VerifyReceiverTypes was not declared after JDK-8268405
b8f073be84b : 8268316: Typo in JFR jdk.Deserialization event
b9d7337697b : 8268638: semaphores of AsyncLogWriter may be broken when JVM is exiting.
4b289d6ab5f : 8266109: More Resilient Classloading
8caeca003e6 : 8264775: ClhsdbFindPC still fails with java.lang.RuntimeException: 'In java stack' missing from stdout/stderr
7e03cf2916a : 8265073: XML transformation and indentation when using xml:space
60389eedb3c : 8269025: jsig/Testjsig.java doesn't check exit code
dab00ee59b7 : 8266518: Refactor and expand scatter/gather tests
f9c8c1c3861 : 8268903: JFR: RecordingStream::dump is missing @since
d8a0582a363 : 8265369: [macos-aarch64] java/net/MulticastSocket/Promiscuous.java failed with "SocketException: Cannot allocate memory"
21abcc4a5a5 : 8268564: mark hotspot serviceability/attach tests which ignore external VM flags
f83c6b8a6a9 : 8268531: mark SDTProbesGNULinuxTest as ignoring external VM flags
8366c6936ea : 8268541: mark hotspot serviceability/sa tests which ignore external VM flags
5b198986cef : 8268563: mark hotspot serviceability/jvmti tests which ignore external VM flags
2f65d4021f3 : 8268599: mark hotspot runtime/sealedClasses tests which ignore external VM flags
3e1dc0a7655 : 8268598: mark hotspot runtime/stringtable tests which ignore external VM flags
58eddc81102 : 8268594: runtime/handshake tests don't need WhiteBox after AOT removal
9f4f0392318 : 8268596: mark hotspot runtime/verifier tests which ignore external VM flags
4006fe735af : 8268597: mark hotspot runtime/symboltable tests which ignore external VM flags
8ccb76eb135 : 8268601: mark hotspot runtime/records tests which ignore external VM flags
59d84787e91 : 8268591: a few runtime/jni tests don't need `/othervm`
7ed3634da81 : 8268405: Several regressions 4-17% after CHA changes
80dd63d0d7b : 8267729: Improve TLS client handshaking
483f1ee211b : 8268678: LetsEncryptCA.java test fails as Let’s Encrypt Authority X3 is retired
bb5b2cb9d3a : 8268678: LetsEncryptCA.java test fails as Let’s Encrypt Authority X3 is retired
80dc262e813 : 8265500: Some impls of javax.crypto.Cipher.init() do not throw UnsupportedOperationExc for unsupported modes
9130b8a9d7e : 8268371: C2: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
8545269268f : 8268676: assert(!ik->is_interface() && !ik->has_subklass()) failed: inconsistent klass hierarchy
919efd41b87 : Make StructLinger and Os.get/setsockoptLinger @SystemApi(MODULE_LIBRARIES)
c59771b9570 : Revert the public API changes in "Refactor StructCapUser{Header,Data} and StructLinger for API review"
c98d50848ba : 8268265: MutableSpaceUsedHelper::take_sample() hits assert(left >= right) failed: avoid overflow
b66001a5946 : 8268971: ProblemList tools/jpackage/windows/WinInstallerIconTest.java on win-x64
0011b52ee81 : 8264843: Javac crashes with NullPointerException when finding unencoded XML in <pre> tag
2047da7dcca : 8265297: javax/net/ssl/SSLSession/TestEnabledProtocols.java failed with "RuntimeException: java.net.SocketException: Connection reset"
6de4d6e39d2 : Update OWNERS file
091bc4a1a6c : 8268353: Test libsvml.so is and is not present in jdk image
69d01b6bcab : 8249899: jdk/javadoc/tool/InlineTagsWithBraces.java uses @ignore w/o bug-id 8249897: jdk/javadoc/tool/LangVers.java uses @ignore w/o bug-id 8249898: jdk/javadoc/tool/6176978/T6176978.java uses @ignore w/o bug-id
7d7bdbe1350 : 8268776: Test `ADatagramSocket.java` missing /othervm from @run tag
344e3edf760 : 8268080: java/util/concurrent/forkjoin/AsyncShutdownNow.java fails with java.util.concurrent.RejectedExecutionException
0605504ec99 : 8181313: SA: Remove libthread_db dependency on Linux
3888c76ac38 : 8265167: Richer Text Editors
4c9aefdb619 : 8268739: AArch64: Build failure after JDK-8267663
112ddb7633d : 8268641: [foreign] assert(allocates2(pc)) failed: not in CodeBuffer memory with ShenandoahGC
9f7851b5f52 : 8260194: Update the documentation for -Xcheck:jni
ee03bc6d0aa : 8268863: ProblemList serviceability/sa/TestJmapCoreMetaspace.java on linux-x64 with ZGC
f0f21788768 : 8268909: ProblemList jdk/jfr/api/consumer/streaming/TestLatestEvent.java on win-x64
54f5ffeaad9 : 8259338: Add expiry exception for identrustdstx3 alias to VerifyCACerts.java test
2c7e47e12b8 : 8268774: Residual logging output written to STDOUT, not STDERR
8ea0606aba1 : 8268714: [macos-aarch64] 7 java/net/httpclient/websocket tests failed
38dbe05e004 : 8268901: JDK-8268768 missed removing two files
9ad19f7838e : 8256934: C2: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded limit
23719ae59cf : 8262000: jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithParallelScavenge.java failed with "OutOfMemoryError: Java heap space"
9638c4124b4 : 8266288: assert root method not found in witnessed_reabstraction_in_supers is too strong
57d8e1ebb99 : 8268127: Shenandoah: Heap size may be too small for region to align to large page size
19f5fab175e : 8268861: Disable Windows-Aarch64 build in GitHub Actions
59de99d1198 : 8267271: Fix gc/arguments/TestNewRatioFlag.java expectedNewSize calculation
4d545a1f863 : 8267988: C2: assert(!addp->is_AddP() || addp->in(AddPNode::Base)->is_top() || addp->in(AddPNode::Base) == n->in(AddPNode::Base)) failed: Base pointers must match (addp 1301)
b18de6cf79e : 8268851: ProblemList jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java on linux-X64
10068c1bace : 8268830: ProblemList 3 serviceability/dcmd/framework tests with ZGC on win-x64
788b3095636 : 8268768: idea.sh has been updated in surprising and incompatible ways
9ac0609ed15 : 8268828: ProblemList compiler/intrinsics/VectorizedMismatchTest.java on win-x64
fe7a44de63f : 8268723: Problem list SA core file tests on OSX when using ZGC
31a055e67a9 : 8268736: Use apiNote in AutoCloseable.close javadoc
76cad4b1ae7 : 8263321: Regression 8% in javadoc-steady in 17-b11
ff9eff04cd4 : Remove --skip-annotation-instance-methods=false metalava option
e36136fa934 : 8268125: ZGC: Clone oop array gets wrong acopy stub
35d867df1f2 : 8268663: Crash when guards contain boolean expression
4e19090df9c : 8268103: JNI functions incorrectly return a double after JDK-8265836
4d8b5c70dff : 8268347: C2: nested locks optimization may create unbalanced monitor enter/exit code
4a6da99f28a : 8268643: SVML lib shouldn't be generated when C2 is absent
a5bf5e0e5f6 : 8266614: update manpage for -Xlog:async
f69e2d5651f : 8267397: AlgorithmId's OID cache is never refreshed
ee3015968d5 : 8268621: SunJCE provider may throw unexpected NPE for un-initialized AES KW/KWP Ciphers
702e3ff0547 : 8268366: Incorrect calculation of has_fpu_registers in C1 linear scan
bca914b29e4 : 8268670: yield statements doesn't allow ~ or ! unary operators in expression
fbce28ca387 : Suppress another lint error in libcore
c05b372811a : Suppress another lint error in libcore
c088d093e2e : 8268522: InstanceKlass::can_be_verified_at_dumptime() returns opposite value
abe20c188c6 : 8268333: javac crashes when pattern matching switch contains default case which is not last
b318535452b : 8267579: Thread::cooked_allocated_bytes() hits assert(left >= right) failed: avoid underflow
fe48ea9d797 : 8268342: java/foreign/channels/TestAsyncSocketChannels.java fails with "IllegalStateException: This segment is already closed"
e1d562f2bb4 : Suppress a few lint errors in libcore
6171ae45528 : 8268630: ProblemList serviceability/jvmti/CompiledMethodLoad/Zombie.java on linux-aarch64
37f36d5c46a : 8265836: OperatingSystemImpl.getCpuLoad() returns incorrect CPU load inside a container
01054e6f5ab : 8268470: CDS dynamic dump asserts with JFR RecordingStream
e39346e708a : 8268093: Manual Testcase: "sun/security/krb5/config/native/TestDynamicStore.java" Fails with NPE
cce8da2c608 : 8268602: a couple runtime/os tests don't check exit code
9dc882645a6 : 8254244: Some code emitted by TemplateTable::branch is unused when running TieredCompilation
d31ceeedf76 : 8253048: AArch64: When CallLeaf, no need to preserve callee-saved registers in caller
da043e99b83 : 8268555: Update HttpClient tests that use ITestContext to jtreg 6+1
a437ce839f7 : 8268580: runtime/memory/LargePages/TestLargePagesFlags.java should be run in driver mode
bd9c2fa73b6 : 8268565: runtime/records/RedefineRecord.java should be run in driver mode
e3eef3b41ab : 8268576: jdk/jfr/event/gc/collection/TestSystemGc.java fails
7b2e7d8bab8 : 8268525: Some new memory leak after JDK-8248268 and JDK-8255557
53b6e2c85ca : 8267448: Add "ulimit -a" to environment.html
5b8c51f59a5 : 8268539: several serviceability/sa tests should be run in driver mode
74007890bb9 : 8268542: serviceability/logging/TestFullNames.java tests only 1st test case
a95e64ccc1e : 8268443: ParallelGC Full GC should use parallel WeakProcessor
0a6c7d8a4b6 : 8267424: CTW: C1 fails with "State must not be null"
e11f70aeb6a : 8003216: Add JFR event indicating explicit System.gc() call
2b41459e95e : 8267073: Race between Card Redirtying and Freeing Collection Set regions results in missing remembered set entries with G1
7cd5a6e7b52 : 8268537: (Temporary) Disable ParallelRefProcEnabled for Parallel GC
f716711c7b5 : 8265271: JFR: Allow use of .jfc options when starting JFR
f677163b8aa : 8266130: convert Thread-SMR stress tests from counter based to time based
6c552a7b42e : 8268544: some runtime/sealedClasses tests should be run in driver mode
f4b3170197c : 8268428: Test java/foreign/TestResourceScope.java fails: expected [M] but found [N]
6b6ff5360a2 : 8268543: some runtime/verifier tests should be run in driver mode
09243822ebc : 8266766: Arrays of types that cannot be an annotation member do not yield exceptions
d43c8a74b33 : 8268124: Update java.lang to use switch expressions
a187fcc3ec1 : 8238197: JFR: Rework setting and getting EventHandler
f770f771f86 : 8268390: G1 concurrent gc upgrade to full gc not working
e0c0b139d33 : 8268534: some serviceability/jvmti tests should be run in driver mode
92f0b6d49e5 : 8268532: several serviceability/attach tests should be run in driver mode
964118f7fd4 : 8268538: mark hotspot serviceability/logging tests which ignore external VM flags
05090fc8fde : 8268536: mark hotspot serviceability/dcmd tests which ignore external VM flags
ae29f9cacda : 8268530: resourcehogs/serviceability/jvmti/GetObjectSizeOverflow.java should be run in driver mode
ea19b0447cf : 8268481: Delete JAWT test files for mac
f271eb8b846 : 8268303: Incorrect casts in JfrWriterHost::write for Ticks and Tickspan
ab01cb547dd : 8268339: Upstream: 8267989: Exceptions thrown during upcalls should be handled
1fd81464ec0 : 8268461: ARM32: vector intrinsics reaches ShouldNotReachHere
78b09ab0492 : 8268463: Windows 32bit build fails in DynamicCodeGenerated\libDynamicCodeGenerated.cpp
5a666282a9e : 8263107: PSPromotionManager::copy_and_push_safe_barrier needs acquire memory barrier
d4377afb999 : 8263303: C2 compilation fails with assert(found_sfpt) failed: no node in loop that's not input to safepoint
dd1cbadc82b : 8268285: vmTestbase/nsk/jvmti/GetThreadState/thrstat002 failed with "Wrong thread "thr1" (...) state after SuspendThread"
ece3ae3cc4c : 8268388: Update large pages information in Java manpage
2623b0bf395 : 8268475: execute runtime/InvocationTests w/ -UseVtableBasedCHA
f839308efac : 8268407: ProblemList sun/tools/jstat/jstatLineCountsX.sh on linux-aarch64 due to JDK-8268211
b57e69d1d86 : Fix use of not provisioned interfaces in MulticastSocketTest CTS test
58ba48b7b88 : 8268192: LambdaMetafactory with invokespecial causes VerificationError
b41f3f8ed51 : 8268478: JVMCI tests failing after JDK-8268052
7ff6e7b2b1b : 8267954: Shared classes that failed to load should not be loaded again
991ca14279f : 8267430: GraphicsDevice.setDisplayMode(REFRESH_RATE_UNKNOWN) throws IAE: Unable to set display mode!
bf29a0115cc : 8228343: JCMD and attach fail to work across Linux Container boundary
408e0a9c696 : 8255148: Confusing log output: SSLSocket duplex close failed
bbd0313ac12 : 8263203: jconsole Online User Guide has wrong URL
33d34c6b670 : 8263323: Debug Agent help output includes invalid URL
79010f2254a : 8266835: Add a --validate option to the jar tool
567ddce717a : Revert "Mark stable dalvik.system.VMStack"
db45ff09acb : 8268052: [JVMCI] non-default installed code must be marked as in_use
bb3d226a4ee : 8238213: Method resolution should stop on static error
81fdeb579ad : 8268417: Add test from JDK-8268360
caf7f49887d : 8268122: Add specific gc cause for G1 full collections
941ad85f9f5 : 8262392: Update Mesa 3-D Headers to version 21.0.3
43e38a18b83 : 8268377: Windows 32bit build fails after JDK-8268174
5fbb62c7418 : 8268163: Change the order of fallback full GCs in G1
7b1e4024c02 : 8266598: Exception values for AnnotationTypeMismatchException are not always informative
13d61804211 : 8264859: Implement Context-Specific Deserialization Filters
bd271771127 : Add Collectors.mapping tests.
dd34a4c28da : 8268372: ZGC: dynamically select the number of concurrent GC threads used
438895903b1 : 8268056: Update java.net and java.nio to use switch expressions
9cfd560bb11 : 8267663: [vector] Add unsigned comparison operators on AArch64
4413142eca1 : 8268017: C2: assert(phi_type->isa_int() || phi_type->isa_ptr() || phi_type->isa_long()) failed: bad phi type
2bfd708e927 : 8266557: assert(SafepointMechanism::local_poll_armed(_handshakee)) failed: Must be
4d1cf51b1d4 : 8240349: jlink should not leave partial image output directory on failure
07108c91626 : 8268241: deprecate JVM TI Heap functions 1.0
c9dbc4f034c : 8266891: Provide a switch to force the class space to a specific location
2cc1977a969 : 8268424: JFR tests fail due to GC cause 'G1 Preventive Collection' not in the valid causes after JDK-8257774
58a59e3dcb8 : 8240997: Remove more "hack" word in security codes
1c3932f3d5e : 8264766: ClassCastException during template compilation (Variable cannot be cast to Param)
f6f82c31689 : 8266421: Deadlock in Sound System
bcaa2cb154a : 8264144: Add handling of "--about-url" CLI parameter for RPM/DEB packages
ae16052951f : 8268088: Clarify Method::clear_jmethod_ids() related comments in ClassLoaderData::~ClassLoaderData()
5ad4a91c3d8 : 8268127: Shenandoah: Heap size may be too small for region to align to large page size
7a37816548b : 8264866: Remove unneeded WorkArounds.isAutomaticModule
51e8201eb5a : 8267764: jpackage cannot handle window screensaver files when EXE renamed as SCR
f9b593d6681 : 8266748: Move modifiers code to Signatures.java
4dd0e7e78aa : 8259806: Clean up terminology on the "All Classes" page
dc6c96bbaf1 : 8263468: New page for "recent" new API
fafc4d97643 : 8268352: Rename javadoc Messager class to JavadocLog
b568e87947a : 8237388: serviceability/dcmd/framework/VMVersionTest.java fails with connection refused error.
c21cc932f0a : 8248877: Document API contract for MetaspaceObj subtypes
159cb6facc6 : 8268083: JDK-8267706 breaks bin/idea.sh on a Mac
8158b822695 : 8268327: Upstream: 8268169: The system lookup can not find stdio functions such as printf on Windows 10
6843576c95a : 8268227: java/foreign/TestUpcall.java still times out
ff86d7b682c : Allow Connectivity usage of core-tests-support
2717fcb1345 : 8232948: javac -h should mangle the overload argument signature
89da2021ee1 : 8266159: macOS ARM + Metal pipeline shows artifacts on Swing Menu with Java L&F
624e91bd097 : 8247469: getSystemCpuLoad() returns -1 on linux when some offline cpus are present and cpusets.effective_cpus is not available
6deb21f66a0 : 8196092: javax/swing/JComboBox/8032878/bug8032878.java fails
61ab4b9d18e : 8267564: JDK-8252971 causes SPECjbb2015 socket exceptions on Windows when MKS is installed
00c88f79b30 : 8266918: merge_stack in check_code.c add NULL check
81054789a32 : 8268165: AsyncLogging will crash if rotate() fails
fd91b2aa57e : 8265440: IGV: make node selection more visible
81bad590428 : 8257774: G1: Trigger collect when free region count drops below threshold to prevent evacuation failures
341f676066a : 8267908: linux: thread_native_entry can scribble on stack frame
f40c89e8e9f : 8267209: Child threads should defer logging to after child-parent handshake
ae986bc8dff : 8266749: AArch64: Backtracing broken on PAC enabled systems
36c4e5f2647 : 8267187: Remove deprecated constructor for Log
fc08af58cb0 : 8174222: LambdaMetafactory: validate inputs and improve documentation
5e557d8650d : 8266967: debug.cpp utility find() should print Java Object fields.
c7c77fd32b1 : 8255557: Decouple GCM from CipherCore
e546ae27ffc : 8268296: ScopedMemoryAccess build error with readonly filesystems
81600dce249 : 8191441: (Process) add Readers and Writer access to java.lang.Process streams
7e55569edee : 8261549: Adjust memory size in MTLTexurePool.m
d61c64abb4c : Mark stable @FastNative and @CriticalNative
fb26c7c4aa3 : Mark stable and document dalvik.system.DelegateLastClassLoader
e663ba961f2 : 8268299: jvms tag produces incorrect URL
d3a5ed2f5e5 : 8267773: PhaseStringOpts::int_stringSize doesn't handle min_jint correctly
3396b69fc91 : 8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests
270ec975b69 : 8268331: Fix crash in humongous object eager reclaim logging
ea8274fbf07 : 8267875: Shenandoah: Duplicated code in ShenandoahBarrierSetC2::ideal_node()
a91f9712664 : 8268267: Remove -Djavatest.security.noSecurityManager=true from jtreg runs
4f9d6b7d683 : 8267465: remove superfluous preview related annotations and test options
728a411a541 : 8268018: remove dead code in commitLimitter
15715a8984e : 8267924: Misleading G1 eager reclaim detail logging
e4d045402fa : 8267832: SimpleVisitors and Scanners in jdk.compiler should use @implSpec
8130be561b7 : 8268318: Missing comma in copyright header
b09d8b98003 : 8267926: AsyncLogGtest.java fails on assert with: decorator was not part of the decorator set specified at creation.
5ebd4199cc5 : 8267972: Inline cache cleaning is not monotonic
6d1f3ac7491 : 8149138: [javadoc] Fix SerialFormBuilder eliminate String bashing
58bdabcd40c : 8268164: Adopt cast notation for WorkerThread conversions
9fc914b9632 : 8204686: Dynamic parallel reference processing support for Parallel GC
908aca29ca6 : 8262891: Compiler implementation for Pattern Matching for switch (Preview)
3e48244084e : 8268301: Closed test: compiler/c2/6371167/Test.java fails after JDK-8267904
204b4929f72 : 8267703: runtime/cds/appcds/cacheObject/HeapFragmentationTest.java crashed with OutOfMemory
2aeeeb40a06 : 8268279: gc/shenandoah/compiler/TestLinkToNativeRBP.java fails after LibraryLookup is gone
b05fa02e741 : 8267904: C2 crash when compile negative Arrays.copyOf length after loop
95ddf7d6ada : 8267839: trivial mem leak in numa
52d88ee1d1e : 8268292: compiler/intrinsics/VectorizedMismatchTest.java fails with release VMs
042f0bdb356 : 8256465: [macos] Java frame and dialog presented full screen freeze application
8abf36c6484 : 8268289: build failure due to missing signed flag in x86 evcmpb instruction
b05c40ca3b5 : 8266951: Partial in-lining for vectorized mismatch operation using AVX512 masked instructions
f768fbf7a9d : 8268286: ProblemList serviceability/sa/TestJmapCore.java on linux-aarch64 with ZGC
b2e9eb9e47b : 8268087: Update documentation of the JPasswordField
91f9adc5f55 : 8268139: CDS ArchiveBuilder may reference unloaded classes
36bff6f945a : 8066694: Strange code in JavacParser.java
6c838c568c2 : 8266846: Add java.time.InstantSource
7f55dc15769 : 8179880: Refactor javax/security shell tests to plain java tests
7e41ca3da82 : 8266957: SA has not followed JDK-8220587 and JDK-8224965
6ff978ac16e : 8267204: Expose access to underlying streams in Reporter
76b54a19955 : 8263512: [macos_aarch64] issues with calling va_args functions from invoke_native
4e6748c543f : 8267687: ModXNode::Ideal optimization is better than Parse::do_irem
48dc72b74d6 : 8268272: Remove JDK-8264874 changes because Graal was removed.
20b631278c0 : 8268151: Vector API toShuffle optimization
64ec8b3e5c8 : 8212155: Race condition when posting dynamic_code_generated event leads to JVM crash
9ceb6744b3f : Mark stable dalvik.system.VMStack
82f70f4b3ab : Annotate APIs in ojluni/ with @SystemApi(MODULE_LIBRARIES)
59b1f07cb24 : Annotate @CorePlatformApi(STABLE) APIs with @SystemApi(MODULE_LIBRARIES)
cd0678fcf6b : 8199318: add idempotent copy operation for Map.Entry
9fbdd69ee35 : Make AnnotatedStackTraceElement class final
f55ef1e033a : 8210495: compiler crashes because of illegal signature in otherwise legal code
b27599b3ec3 : 8268222: javax/xml/jaxp/unittest/transform/Bug6216226Test.java failed, cannot delete file
6d3d43aaccf : Add test for libcore API
e6d0e9d3e13 : 8266642: Improve ResolvedMethodTable hash function
59a539fef12 : 8268129: LibraryLookup::ofDefault leaks symbols from loaded libraries
40c9e258b58 : 8265444: Javadocs: jdk.jshell - small typo
5c35022bacc : 8211296: Remove HotSpot deprecation warning suppression for Mac/clang
006979a429d : 8257148: Remove obsolete code in AWTView.m
069f180a856 : 8268174: Move x86-specific stub declarations into stubRoutines_x86.hpp
8761b32203b : Remove Math.randomLongInternal from platform api
be0b9b17ded : 8266615: C2 incorrectly folds subtype checks involving an interface array
ab9d3defbcf : 8261652: Remove some dead comments from os_bsd_x86
3025f05970e : 8264305: Create implementation for native accessibility peer for Statusbar java role
e2d5ff9d456 : 8268214: Use system zlib and disable dtrace when building linux-aarch64 at Oracle
1b4378e58e6 : 8268142: Switch to jdk-17+24 for macosx-aarch64 at Oracle
edca245d5a5 : 8267917: mark hotspot containers tests which ignore external VM flags
05df1727b52 : 8268224: Cleanup references to "strictfp" in core lib comments
516e60a7ee3 : 8268095: CDS MethodHandle tests should add -XX:-VerifyDependencies
c1f3094f814 : 8267939: Clarify the specification of iterator and spliterator forEachRemaining
460ce5553c5 : 8266019: StreamResult(File) writes to incorrect file path if # is part of the file path
b95586559ca : 8267995: Add reference to JVMS class file format in Lookup::defineHiddenClass
9f05c411e6d : 8265783: Create a separate library for x86 Intel SVML assembly intrinsics
e27c4d463d9 : 8268185: Update GitHub Actions for jtreg 6
68ac871b625 : 8268189: ProblemList compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java in -Xcomp mode
af3df6300ef : 8267598: jpackage removes system libraries from java.library.path
52d8215a1ec : 8268131: 2 java/foreign tests timed out
5405f983db7 : 8268077: java.util.List missing from Collections Framework Overview
3aa7062c3dd : 8262409: sun/security/ssl/SSLSocketImpl/SSLSocketImplThrowsWrongExceptions. SSL test failures caused by java failed with "Server reported the wrong exception"
5982cfc8560 : 8266317: Vector API enhancements
09d308210d2 : 8265231: (fc) ReadDirect and WriteDirect tests fail after fix for JDK-8264821
eb385c0de20 : 8268167: MultipleLogins.java failure on macosx-aarch64
fbaebd42431 : 8268014: Build failure on SUSE Linux Enterprise Server 11.4 (s390x) due to 'SYS_get_mempolicy' was not declared
338dae4d36e : 8268133: Update java/net/Authenticator tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs
29ab16284a4 : 8266257: Fix foreign linker build issues for ppc and s390
c8f4c02bf00 : 8268118: Rename bytes_os_cpu.inline.hpp files to bytes_os_cpu.hpp
1296a6c425e : 8268119: Rename copy_os_cpu.inline.hpp files to copy_os_cpu.hpp
178343750f8 : 8264975: java/net/DatagramSocket/DatagramSocketMulticasting.java fails infrequently
a52a08d20be : 8267916: Adopt cast notation for CompilerThread conversions
9bf347bc1f1 : 8226362: langtools ProblemList file contains more than 1 entry for a test
bdeaeb47d01 : 8240256: Better resource cleaning for SunPKCS11 Provider
06f87cf4419 : 8266337: ThreadTimesClosure doesn't handle exceptions properly
ef01e478586 : 8268150: tier2: test/jdk/tools/jpackage/junit/junit.java needs updating for jtreg 6
e9f3e325c27 : 8259530: Generated docs contain MIT/GPL-licenced works without reproducing the licence
d46a2c8ecfa : 8268147: need to update reference to testng module for jtreg6
76fdf2c89bb : 8268146: fix for JDK-8266254 fails validate-source
136badb1f7b : 8248268: Support KWP in addition to KW
3482cb87fd9 : 8266254: Update to use jtreg 6 8265020: tests must be updated for new TestNG module name
375f8f3bffa : 8268138: docs build error after JDK-8263332 integration
a8835b9c08a : 8267879: ClassLoaderMetaspace destructor asserts on !_frozen
ecf6112a217 : 8267958: [TESTBUG] cds DynamicLoaderConstraintsTest.java timed out
1ae934e09d1 : 8263332: JFR: Dump recording from a recording stream
b7ac705dd62 : 8263642: javac emits duplicate checkcast for first bound of intersection type in cast
46ec2ae5f4a : Remove @CorePlatformApi usage from the ojluni/ AlgorithmId.java sources
0bbbd1bd9f5 : Add explicit @hide javadoc and @CorePlatformApi and @IntraCoreApi to Compatibility.ChangeConfig
753f0314cfe : Add @hide javadoc to @CorePlatformApi(status = STABLE) and private constructors
87aa314212a : Remove @CorePlatformApi usage from the ojluni/ sources
2fe05961afa : Remove @CorePlatformApi annotation from Os.*etsocketoptLinger APIs
e1462e79df7 : 8267176: StandardDoclet should provide access to Reporter and Locale
56b65e4a8d5 : 8267569: java.io.File.equals contains misleading Javadoc
508cec7535c : 8267521: Post JEP 411 refactoring: maximum covering > 50K
40d23a0c0b9 : 8267543: Post JEP 411 refactoring: security
ecebe98368f : Improve test coverage for java.lang.StrictMath
2d768280fb6 : 8267695: Bump update version for OpenJDK: jdk-11.0.13
476775808f8 : 8267920: Create separate Events buffer for VMOperations
dc19baca336 : 8268094: Some vmTestbase/nsk tests fail after ACC_STRICT/strictfp changes
2963c9e6778 : 8268103: JNI functions incorrectly return a double after JDK-8265836
6765f902505 : 8266459: Implement JEP 411: Deprecate the Security Manager for Removal
19450b99512 : 8266281: Assign Symbols to the package selector expression
a223189b069 : 8264774: Implementation of Foreign Function and Memory API (Incubator)
71425ddfb4a : 8267118: OutOfMemoryError cannot be caught as a Throwable
de6472c4416 : 8267459: Pasting Unicode characters into JShell does not work.
9247630a0d0 : 8265270: Type.getEnclosingType() may fail with CompletionFailure
2d494bffffd : 8267836: Separate eager reclaim remembered set threshold from G1RSetSparseRegionEntries
bba3728e238 : 8267726: ZGC: array_copy_requires_gc_barriers too strict
d47a77d2d54 : 8267773: PhaseStringOpts::int_stringSize doesn't handle min_jint correctly
496fb90b3a0 : 8267969: Add vectorized implementation for VectorMask.eq()
1cea6cac121 : 8260360: IGV: Short name of combined nodes is hidden by background color
7530c00b33a : 8266559: XPathEvaluationResult.XPathResultType.NODESET maps to incorrect type
b98e52a4919 : 8267570: The comment of the class JavacParser is not appropriate
379376f0783 : 8265130: Make ConstantDesc class hierarchy sealed
00c7aeee005 : 8267861: Update SourceVersion with new language features in 16 and 17
cb7128b58e0 : 8266950: Remove vestigial support for non-strict floating-point execution
8624cb53cdf : 8266530: HotSpot changes for JEP 306
0ae4ceb413a : 8244146: javac changes for JEP 306 8266399: Core libs update for JEP 306
08ed416a466 : Set dist_group: "android" for libcore java_sdk_libraries
c2c0208dfd9 : 8267089: Use typedef KVHashtable for ID2KlassTable
ccfcd926674 : 8180571: Refactor sun/security/pkcs11 shell tests to plain java tests and fix failures
40e4171f562 : 8264800: cleanup Threads_lock comments in JVM/TI function headers
b17b11eb178 : 8267562: G1: Missing BOT in Open Archive regions causes long pauses
2b3383557f7 : 8265148: StackWatermarkSet being updated during AsyncGetCallTrace
64ba2f0e8f3 : 8265431: Add -fno-delete-null-pointer-checks to clang builds
d4b4caecad5 : 8268023: Improve diagnostic for HandshakeFailureTest
9d8ad2ed623 : 8267990: Revisit some uses of `synchronized` in the HttpClient API
c88fbe60b22 : Added tag jdk-11.0.12+5 for changeset 6aa6f6860508
36dc268abea : 8268036: ProblemList gtest/AsyncLogGtest.java 8268041: ProblemList runtime/cds/appcds/dynamicArchive/TestDynamicDumpAtOom.java on linux-x64 in -Xcomp
74b70a56774 : 8036580: CHA: improve default method support
20479c3de93 : 8065760: CHA: Improve abstract method support
68f3b3acce0 : 8267807: C2: Downcast receiver to target holder during inlining
1c7c0e1de0c : 8267937: Wrong indentation in G1 gc+phases log for free cset subphases
ffd28c4a86a : 8267947: CI: Preserve consistency between has_subklass() and is_subclass_of()
229a6e2f364 : 8267095: Miscellaneous cleanups in vm.runtime.defmeth tests
6149b9ad756 : 8267914: Remove DeferredObjectToKlass workaround
4eb216824f3 : 8267670: Update java.io, java.math, and java.text to use switch expressions
f5634fe39db : 8267979: C2: Fix verification code in SubTypeCheckNode::Ideal()
ae2f37f868b : 8267616: AArch64: Fix AES assertion messages in stubGenerator_aarch64.cpp
c06db45fa77 : 8267921: Remove redundant loop from sun.reflect.misc.ReflectUtil.privateCheckPackageAccess()
382e7eca48a : 8246351: <code> elements in headings are of incorrect size
5df25dc088c : 8266807: Windows os_windows-gtest broken for UseLargePages
ce44cd6881b : 8267845: Add @requires to avoid running G1 large pages test with wrong page size
4ade125c8a5 : 8267934: remove dead code in CLD
bd31653e6f9 : 8267938: (sctp) SCTP channel factory methods should check platform support
7ab6b401202 : 8267375: Aarch64: JVM crashes with option -XX:PrintIdealGraphLevel=3 on SVE backend
2c8e94f6804 : 8247403: JShell: No custom input (e.g. from GUI) possible with JavaShellToolBuilder
64f0f68958a : 8267464: Circular-dependency resilient inline headers
ab5a7ff2304 : 8267587: Update java.util to use enhanced switch
35916ed57f4 : 8267806: C1: Relax inlining checks for not yet initialized classes
1e29005a22c : 8267842: SIGSEGV in get_current_contended_monitor
236bd89dc3b : 8263583: Emoji rendering on macOS
1ab27769474 : 8247608: Javadoc: CSS margin is not applied consistently
9031477f275 : 8267945: ZGC: Revert NUMA changes (JDK-8266217 and JDK-8241354) after JDK-8241423
66274320251 : 8267953: restore 'volatile' to ObjectMonitor::_owner field
964bac9e384 : 8267706: bin/idea.sh tries to use cygpath on WSL
591b0c3a463 : 8264624: change the guarantee() calls added by JDK-8264123 to assert() calls
0c0ff7fb0c1 : 8265309: com/sun/jndi/dns/ConfigTests/Timeout.java fails with "Address already in use" BindException
24bf35f862e : 8265367: [macos-aarch64] 3 java/net/httpclient/websocket tests fail with "IOException: No buffer space available"
1413f9e070b : 8241423: NUMA APIs fail to work in dockers due to dependent syscalls are disabled by default
1d2c7ac3f74 : 8267555: Fix class file version during redefinition after 8238048
97ec5ad0a6e : 8265753: Remove manual JavaThread transitions to blocked
6eb91145823 : 8266877: Missing local debug information when debugging JEP-330
0c9daa7ed57 : 8265029: Preserve SIZED characteristics on slice operations (skip, limit)
95b1fa7a88e : 8267529: StringJoiner can create a String that breaks String::equals
7f52c50ba32 : 8182043: Access to Windows Large Icons
8a31c07598c : 8267886: ProblemList javax/management/remote/mandatory/connection/RMIConnector_NPETest.java
ae258f1e6a6 : 8265418: Clean-up redundant null-checks of Class.getPackageName()
41185d38f21 : 8229517: Support for optional asynchronous/buffered logging
7c85f3510cb : 8267123: Remove RMI Activation
07542660446 : 8267709: Investigate differences between HtmlStyle and stylesheet.css
23189a1f9de : 8191786: Thread-SMR hash table size should be dynamic
ef368b32bc8 : 8265836: OperatingSystemImpl.getCpuLoad() returns incorrect CPU load inside a container
10a6f5d6370 : 8230623: Extract command-line help for -Xlint sub-options to new --help-lint
bea4109ef75 : 8187649: ArrayIndexOutOfBoundsException in java.util.JapaneseImperialCalendar
ec65cf83329 : 8240347: remove undocumented options from jlink --help message
3623abb7f6d : 8263087: Add a MethodHandle combinator that switches over a set of MethodHandles
85f616522b2 : 8267817: [TEST] Remove unnecessary init in test/micro/org/openjdk/bench/javax/crypto/full/AESGCMBench:setup
7278f56bb63 : 8267800: Remove the '_dirty' set in BCEscapeAnalyzer
bfa46f0af30 : 8252476: as_Worker_thread() doesn't check what it intends
37bc4e2e3c2 : 8263635: Add --servername option to jhsdb debugd
6ffa3e66db5 : 8267754: cds/appcds/loaderConstraints/LoaderConstraintsTest.java fails on x86_32 due to customized class loader is not supported
1899f022b1c : 8267805: Add UseVtableBasedCHA to the list of JVM flags known to jtreg
0fc7c8d101d : 8267751: (test) jtreg.SkippedException has no serial VersionUID
a859d87cc1d : 8267721: Enable sun/security/pkcs11 tests for Amazon Linux 2 AArch64
e63023546aa : 8266851: Implement JEP 403: Strongly Encapsulate JDK Internals
8c4719a5883 : 8265248: Implementation Specific Properties: change prefix, plus add existing properties
c59484e7151 : 8267653: Remove Mutex::_safepoint_check_sometimes
de91643bfa8 : 8267611: Print more info when pointer_delta assert fails
9092f31d027 : Update NetworkEventDispatcher API
fb5e74b39cc : Make NetworkEventDispatcher class final
f85a5d45c99 : Update documentation for NetworkSecurityPolicy
71245186373 : Remove a couple of CompletableFuture methods from CorePlatformApi
a4c46e1e4f4 : 8263202: Update Hebrew/Indonesian/Yiddish ISO 639 language codes to current
e67e0e10e3c : Cover ChronoZonedDateTime with tests.
8be600c784c : Add java.time.chrono.Era tests.
1aedf0406df : Add ChronoPeriod unit test.
9c346a1ec78 : 8266963: Remove safepoint poll introduced in 8262443 due to reentrance issue
45e05970bce : 8264302: Create implementation for Accessibility native peer for Splitpane java role
8e0b311f20a : Cover HijrahDate with tests.
4343997a1a2 : 8267708: Remove references to com.sun.tools.javadoc.**
f632254943e : 8267221: jshell feedback is incorrect when creating method with array varargs parameter
bf8d4a8ecab : 8267583: jmod fails on symlink to class file
3fd9e90b9c5 : Increase timeout for jsr166.StampedLockTest#testReadLockInterruptibly
083416d36c0 : 8267130: Memory Overflow in Disassembler::load_library
9d305b9c062 : 8252372: Check if cloning is required to move loads out of loops in PhaseIdealLoop::split_if_with_blocks_post()
039441689d2 : 8267468: Rename refill waster counters in ThreadLocalAllocBuffer
b33b8bc88da : 8267750: Incomplete fix for JDK-8267683
ac36b7d3e2d : 8267452: Delegate forEachRemaining in Spliterators.iterator()
d0d2ddccaf9 : 8267651: runtime/handshake/HandshakeTimeoutTest.java times out when dumping core
a98e476c0a5 : 8267311: vmTestbase/gc/gctests/StringInternGC/StringInternGC.java eventually OOMEs
5aa45f2edf2 : 8267403: tools/jpackage/share/FileAssociationsTest.java#id0 failed with "Error: Bundler "Mac PKG Package" (pkg) failed to produce a package"
c20ca42e62a : 8267691: Change table to obsolete CriticalJNINatives in JDK 18, not 17
e751b7b1b6f : 8267683: rfc7301Grease8F value not displayed correctly in SSLParameters javadoc
0b773593840 : 8224243: Add implSpec's to AccessibleObject and seal Executable
594d4544759 : 8267574: Dead code in HtmlStyle/HtmlDocletWriter
2ef2450aa6f : 8263445: Duplicate key compiler.err.expected.module in compiler.properties
cc687fd43ad : 8267575: Add new documentation group in HtmlStyle
5a5b807e8e3 : 8267633: Clarify documentation of (Doc)TreeScanner
031aa239be3 : Mark stable and document ddmc apis
86a8f442713 : 8267317: Remove DeferredTypeCompleter
b403d399089 : 8267213: cpuinfo_segv is incorrectly triaged as execution protection violation on x86_32
66b190e1e7d : 8267612: Declare package-private VarHandle.AccessMode/AccessType counts
a52c4ede2f0 : 8267110: Update java.util to use instanceof pattern variable
0a03fc84b32 : 8255674: SSLEngine class description is missing "case" in switch statement
d86f91642d7 : 8267066: New NSAccessibility peers should return they roles and subroles directly
31d0f0d895e : 8248843: java in source-file mode suggests javac-only options
2e8812df142 : 8265129: Add intrinsic support for JVM.getClassId
123cdd1fbd4 : 8264973: AArch64: Optimize vector max/min/add reduction of two integers with NEON pairwise instructions
b4d4884c03b : 8267126: javadoc should show "line and caret" for diagnostics.
461a3feebed : 8261478: InstanceKlass::set_classpath_index does not match comments
de27da7dedb : 8267431: Rename InstanceKlass::has_old_class_version to can_be_verified_at_dumptime
c519ba2e437 : 8267614: Outline VarHandleGuards exact behavior checks
f6909596cae : 8267446: Taskqueue code fails with assert(bottom_relaxed() == age_top_relaxed()) failed: not empty
ebc9357d589 : 8267329: Modernize Javadoc code to use instanceof with pattern matching
209769b5ad4 : 8267347: CDS record_linking_constraint asserts with unregistered class
a5467ae7bb5 : 8267423: Fix copyrights in jpackage tests
bb085f684d1 : 8265362: java/net/Socket/UdpSocket.java fails with "java.net.BindException: Address already in use" (macos-aarch64)
640a2afda36 : 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
f04db5fbd77 : 8224158: assertion related to NPE at DynamicCallSiteDesc::withArgs should be reworded
838a0071030 : 8267584: The java.security.krb5.realm system property only needs to be defined once
f2d880c11a9 : 8266400: importkeystore fails to a password less pkcs12 keystore
f5562f12144 : 8258535: jvm.ClassReader should set the accessor to the corresponding record component
d8e6e2877aa : 8267544: (test) rmi test NonLocalSkeleton fails if network has multiple adapters with the same address
f4531661b55 : 8267578: Remove unnecessary preview checks
49f622c9473 : 8208747: [a11y] [macos] In Optionpane Demo, inside ComponentDialog Example, unable to navigate to all items, with VO on
54520fbf49b : 8267580: The method JavacParser#peekToken is wrong when the first parameter is not zero
31139108c1c : 8267553: Extra JavaThread assignment in ClassLoader::create_class_path_entry()
4d26f22b9ad : 8264304: Create implementation for NSAccessibilityToolbar protocol peer
6288a9936cc : 8267404: vmTestbase/vm/mlvm/anonloader/stress/oome/metaspace/Test.java failed with OutOfMemoryError
71e2fa25f73 : 8267531: [x86] Assembler::andb(Address,Register) encoding is incorrect
4023646ed1b : 8266528: Optimize C2 VerifyIterativeGVN execution time
24623167ffb : 8261354: SIGSEGV at MethodIteratorHost
72c9567b466 : 8263486: Clean up MTLSurfaceDataBase.h
fe333431c8c : 8256304: should MonitorUsedDeflationThreshold be experimental or diagnostic 8256301: ObjectMonitor::is_busy() should return bool
8f10c5a8900 : 8267190: Optimize Vector API test operations
469e077a51f : Cover JapaneseChronology with tests.
07676b3770d : libcore: add dependency on libnativehelper_compat_libc++
94cfeb9c4fe : 8256155: Allow multiple large page sizes to be used on Linux
ec8a8097c30 : 8267119: switch expressions lack support for deferred type-checking
4ba761381c6 : 8267332: xor value should handle bounded values
20015a0a502 : Add JapaneseDate tests.
2357c6cd429 : Add MinguoChronology test.
0ef971f4126 : Add MinguoDate tests.
ee2651b9e5a : 8203359: Container level resources events
b5d32bbfc71 : 8260690: JConsole User Guide Link from the Help menu is not accessible by keyboard
e48d7d66582 : 8264218: Public method javax.swing.JMenu.setComponentOrientation() has no spec
9eaa4afc99b : 8267056: tools/jpackage/share/RuntimePackageTest.java fails with NoSuchFileException
e094f3f856f : 8266856: Make <wbr> element void
7a63ff70c8e : 8267370: [Vector API] Fix several crashes after JDK-8256973
83b36072906 : 8266642: improve ResolvedMethodTable hash function
1c7a1310d99 : 8267350: Archived old interface extends interface with default method causes crash
005d8a7fca8 : 8256372: [macos] Unexpected symbol was displayed on JTextField with Monospaced font
81f39ed3e01 : 8261205: AssertionError: Cannot add metadata to an intersection type
7b98400c819 : 8267348: Rewrite gc/epsilon/TestClasses.java to use Metaspace with less classes
4efeaa64a19 : Cover ThaiBuddhistDate with tests.
ca93399af10 : 8267235: [macos_aarch64] InterpreterRuntime::throw_pending_exception messing up LR results in crash
b7b6acd9b1c : 8267481: Make sure table row has correct number of cells
f67847f52a3 : 8267396: Avoid recording "pc" in unhandled oops detector for better performance
878d1b3f600 : 8267434: Remove LinkOutput[Impl]
fc7f0a3e612 : 8267480: Explicitly problemlist all runtime/os/TestTracePageSizes.java tests on linux-aarch64 to reduce noise
9425d3de83f : 8261880: Change nested classes in java.base to static nested classes where possible
459abd561ac : 8267219: Javadoc method summary breaks when {@inheritDoc} from an empty parent
aba22656829 : 8260267: ZGC: Reduce mark stack usage
f979523a69e : 8267463: Problemlist runtime/os/TestTracePageSizes.java on linux-aarch64 to reduce noise
f07dcf471c1 : 8264290: Create implementation for NSAccessibilityComponentGroup protocol peer
31320c3474a : 8267262: com/sun/net/httpserver/Filter improve API documentation of static methods
7dcb9fda89e : 8265684: implement Sealed Classes as a standard feature in Java, javadoc changes
0fa9223f34b : 8260517: implement Sealed Classes as a standard feature in Java
31b98e129e6 : 8265319: implement Sealed Classes as a standard feature in Java, javax.lang.model changes
726785b8d7c : 8267155: runtime/os/TestTracePageSizes times out
6e5c9e392a5 : Update the docs and signature of registerAppInfo API
8e3549fc736 : 8266332: Adler32 intrinsic for x86 64-bit platforms
b961f2535c9 : 8267191: Avoid repeated SystemDictionaryShared::should_be_excluded calls
74f30ad38ba : 8263684: Avoid wrapping into BufferedWriter twice
9820f3d480a : 8267371: Concurrent gtests take too long
38d690b3c34 : 8265262: CITime - 'other' incorrectly calculated
66ab6d86d1f : 8264181: javadoc tool Incorrect error message about malformed link
99fcc410a77 : 8234532: Remove ThreadLocalAllocBuffer::_fast_refill_waste since it is never set
237fee8bbdc : 8267339: Temporarily disable os.release_multi_mappings_vm on macOS x64
64e2479bf6e : 8267407: ProblemList vmTestbase/vm/mlvm/anonloader/stress/oome/metaspace/Test.java on linux-aarch64 8267409: ProblemList gc/epsilon/TestClasses.java on linux-x64
9760dba71c0 : 8267321: Use switch expression for VarHandle$AccessMode lookup
fdd0352884c : 8267338: [JVMCI] revive JVMCI API removed by JDK-8243287
209f9703db6 : Cover HijrahChronology with tests.
0b49f5ae19b : 8267257: Shenandoah: Always deduplicate strings when it is enabled during full gc
12050f04ca1 : 8266651: Convert Table method parameters from String to Content
e749f75de01 : 8267304: Bump global JTReg memory limit to 768m
e858dd6197a : 8267361: JavaTokenizer reads octal numbers mistakenly
27df5916b5b : Cover OffsetDateTime with test.
1b93b812707 : 8267133: jdk/jfr/event/gc/collection/TestG1ParallelPhases.java fails with Not expected phases: RestorePreservedMarks, RemoveSelfForwardingPtr: expected true, was false 8267218: jdk/jfr/event/gc/collection/TestG1ParallelPhases.java fails with Not found phases\: StringDedupQueueFixup, StringDedupTableFixup
fc8124c7809 : Increasing timeout for RecursiveTaskTest
88b114235c5 : 8267357: build breaks with -Werror option on micro benchmark added for JDK-8256973
29ea579e1b0 : Always return null MAC for loopback device
6ef46ce3862 : 8231672: Simplify the reference processing parallelization framework
392f962e0e8 : 8267151: C2: Don't create dummy Opaque1Node for outmost unswitched IfNode
0cf7e5784b4 : 8267239: C1: RangeCheckElimination for % operator if divisor is IntConstant
2d407e12fac : 8267293: vmTestbase/vm/mlvm/anonloader/stress/oome/metaspace/Test.java fails when JTREG_JOBS > 25
70f6c670511 : 8233380: CHT: Node allocation and freeing
2563a6a9b5e : 8266962: Add arch supporting check for "Op_VectorLoadConst" before creating the node
49543831684 : 8267364: Remove mask.incr which is introduced by JDK-8256973
c2b50f93ac3 : 8266480: Implicit null check optimization does not update control of hoisted memory operation
3f883e8f0d8 : 8267351: runtime/cds/SharedBaseAddress.java fails on x86_32 due to Unrecognized VM option 'UseCompressedOops'
7aa65685b8c : 8256973: Intrinsic creation for VectorMask query (lastTrue,firstTrue,trueCount) APIs
65a8bf58bef : 8265126: [REDO] unified handling for VectorMask object re-materialization during de-optimization
ff84577d722 : 8267098: AArch64: C1 StubFrames end confusingly
0daec497fea : 8267246: -XX:MaxRAMPercentage=0 is unreasonable for jtreg tests on many-core machines
324defe2b6c : 8267212: test/jdk/java/util/Collections/FindSubList.java intermittent crash with "no reachable node should have no use"
bdbe23b9cb6 : 8265462: Handle multiple slots in the NSS Internal Module from SunPKCS11's Secmod
10236e7a52a : 8263242: serviceability/sa/ClhsdbFindPC.java cannot find MaxJNILocalCapacity with ASLR
e6705c0e4b5 : 8266949: Check possibility to disable OperationTimedOut on Unix
b92c5a44f26 : 8265292: [macos_aarch64] java/foreign/TestDowncall.java crashes with SIGBUS 8265183: [macos_aarch64] java/foreign/TestIntrinsics.java crashes with SIGBUS 8265182: [macos_aarch64] java/foreign/TestUpcall.java crashes with SIGBUS
7abd1e10972 : Disable native modules by default when ART prebuilts are used.
465ea8d12d6 : Enable SealedObjectTest back.
fadf58043c1 : 8262952: [macos_aarch64] os::commit_memory failure
af8e782ec4a : Add test for Pack200.
6f26d975d78 : Cover SSLPermission with tests.
f8f40ab25ff : 8230486: G1BarrierSetAssembler::g1_write_barrier_post unnecessarily pushes/pops new_val
0cd67fb492b : Annnotate libcore.io.Memory as @SystemApi
4d2b90756f3 : Mark stable dalvik.annotation.codegen.CovariantReturnType
9d168e25d1e : 8266973: Migrate to ClassHierarchyIterator when enumerating subclasses
02507bc40d2 : 8267166: Remove test file vmTestbase/vm/mlvm/tools/LoadClass.java
99a822696ab : Cover PropertyChangeSupport with tests.
ce88b334884 : 8266615: C2 incorrectly folds subtype checks involving an interface array
894547d2c10 : 8266897: com/sun/net/httpserver/FilterTest.java fails intermittently with AssertionError
da7c846a8c5 : 8264408: test_oopStorage no longer needs to disable some tests on WIN32
f6c2891118b : 8267229: Split runtime/Metaspace/elastic test configurations for better scalability
b60975dd85d : 8267237: ARM32: bad AD file in matcher.cpp after 8266810
905b41ac6ae : 8265711: C1: Intrinsify Class.getModifier method
554caf33a01 : 8251392: Consolidate Metaspace Statistics
3e97b07a68c : 8267116: Lanai: Incorrect AlphaComposite for VolatileImage graphics
cd1c17c0a64 : 8266404: Fatal error report generated with -XX:+CrashOnOutOfMemoryError should not contain suggestion to submit a bug report
2effdd1b679 : 8267112: JVMCI compiler modules should be kept upgradable
da4dfde71a1 : 8264777: Overload optimized FileInputStream::readAllBytes
3b11d811a27 : 8266742: Check W^X state on possible safepoint
79b39445f6f : 8266520: Revert to OpenGL as the default 2D rendering pipeline for macOS
3c010a7c7e6 : 8265705: aarch64: KlassDecodeMovk mode broken
12dce1f28b7 : Use default strip options for libjavacoretests
cf97252f3fd : 8264561: javap get NegativeArraySizeException on bad instruction
b8856b1c478 : 8263614: javac allows local variables to be accessed from a static context
ea36836573d : 8267236: Versioned platform link in TestMemberSummary.java
d5a15f74207 : 8263438: Unused method AbstractMemberWriter.isInherited
dd5a84c68c4 : 8267162: Add jtreg test group definitions for langtools
39a454bb879 : 8260331: javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java failed with "ERROR: icon and imageIcon not same."
a29612ea999 : 8255661: TestHeapDumpOnOutOfMemoryError fails with EOFException
a555fd89d04 : 8264734: Some SA classes could use better hashCode() implementation
2313a2187a9 : 8266637: CHT: Add insert_and_get method
7b736ec9323 : 8266489: Enable G1 to use large pages on Windows when region size is larger than 2m
f4227879b05 : 8266073: Regression ~2% in Derby after 8261804
02f895c5f6f : 8252685: APIs that require JavaThread should take JavaThread arguments
2066f497b96 : 8266764: [REDO] JDK-8255493 Support for pre-generated java.lang.invoke classes in CDS dynamic archive
8c71144a239 : 8265153: add time based test for ThreadMXBean.getThreadInfo() and ThreadInfo.getLockOwnerName()
10cafd244db : 8267153: Problemlist jdk/jfr/event/gc/collection/TestG1ParallelPhases.java to remove the noise from CI
f3fb5a45242 : 8266942: gtest/GTestWrapper.java os.iso8601_time_vm failed
7ab6dc83df2 : 6676643: Improve current C_GetAttributeValue native implementation
28f1c7ac4df : 8249395: (macos) jpackage tests timeout on MacPro5_1 systems
be0a655208f : 8254598: StringDedupTable should use OopStorage
360928d16db : 8260046: Assert left >= right in pointer_delta() methods
5eda812f53b : 8267180: Typo in copyright header for HashesTest
e90388bc1e7 : 8266461: tools/jmod/hashes/HashesTest.java fails: static @Test methods
599d07c0db9 : 8263006: Add optimization for Max(*)Node and Min(*)Node
16ca370f1ac : 8265694: Investigate test StressHiddenClasses.java
af4cd04c2e3 : 8266291: (jrtfs) Calling Files.exists may break the JRT filesystem
ebcf3991b79 : 8266622: Optimize Class.descriptorString() and Class.getCanonicalName0()
644f28c0ead : 8266810: Move trivial Matcher code to cpu-specific header files
88907bb81a5 : 8266904: Use function pointer typedefs in OopOopIterateDispatch
301095c8beb : 8266795: Remove dead code LowMemoryDetectorDisabler
1e0ecd6d565 : 8265605: Cannot call BootLoader::loadClassOrNull before initPhase2
40860813062 : 8264846: Regression ~5% in J2dBench.bimg_misc on Linux after JDK-8263142
2a2f105a56b : 8267117: sun/hotspot/whitebox/CPUInfoTest.java fails on Ice Lake
266702451db : 8266881: Enable debug log for SSLEngineExplorerMatchedSNI.java
6c107fdff28 : 8264299: Create implementation of native accessibility peer for ScrollPane and ScrollBar Java Accessibility roles
853ffdb25c7 : 8265934: Cleanup _suspend_flags and _special_runtime_exit_condition
f3c6cda4763 : 8266162: Remove JPackage duplicate tests
a259ab4a8d1 : 8258795: Update IANA Language Subtag Registry to Version 2021-05-11
b4371e9bcaa : 8266552: Technical corrections to java/util/random/package-info.java
e14b0268411 : 8243287: Removal of Unsafe::defineAnonymousClass
a564f2cbd59 : 8266821: G1: Prefetch cards during merge heap roots phase
127bfe44f7d : 8266074: Vtable-based CHA implementation
347d41df909 : 8164804: sun/security/ssl/SSLSocketImpl/CloseSocket.java makes not reliable time assumption
17ceef97c3d : 8266819: Separate the stop policies from the compile policies completely
a270cbe2ebf : 8267043: IntelliJ project doesn't handle generated sources correctly
08a5a5c6d64 : 8263382: java/util/logging/ParentLoggersTest.java failed with "checkLoggers: getLoggerNames() returned unexpected loggers"
b50fc5f992c : 8265528: Specification of BasicSplitPaneDivider::getMinimumSize,getPreferredSize doesn't match with its behavior.
d215743a915 : 8231031: runtime/ReservedStack/ReservedStackTest.java fails after jsr166 refresh
ab17be28355 : 8252530: Fix inconsistencies in hotspot whitebox
2568d181a77 : 8267047: Put serviceability/sa/TestJmapCoreMetaspace.java back on ZGC problem list due to JDK-8267045
accbfeaf22e : 8226216: parameter modifiers are not visible to javac plugins across compilation boundaries
69daedfd231 : 8266845: Shenandoah: Simplify SBS::load_reference_barrier implementation
7433821910c : 8250658: Performance of ClipFlatOval Renderperf test is very low
4727187f86d : 8266567: Fix javadoc tag references in sun.management.jmxremote.ConnectorBootstrap
11759bfb2d8 : 8266798: C1: More types of instruction can also apply LoopInvariantCodeMotion
dcf250d5d41 : 8233378: CHT: Fast reset
f3b510b9aa5 : 8266923: [JVMCI] expose StackOverflow::_stack_overflow_limit to JVMCI
548899d40e1 : 8266189: Remove C1 "IfInstanceOf" instruction
b46086d777d : 8266874: Clean up C1 canonicalizer for TableSwitch/LookupSwitch
97367c01c13 : 8266808: Search label still uses old search field id
06d76028334 : 8261158: JVMState should not be shared between SafePointNodes
476994aa373 : 8266531: ZAddress::address() should be removed from SA
e828a939a81 : 8261395: C1 crash "cannot make java calls from the native compiler"
3c47cab6db9 : 8261034: improve jcmd GC.class_histogram to support parallel
ed32e02c05a : 8241187: ToolBox::grep should allow for negative filtering
cc03734b996 : 8266925: Add a test to verify that hidden class's members are not statically invocable
271a0c71332 : 8047218: [TEST_BUG] java/awt/FullScreen/AltTabCrashTest/AltTabCrashTest.java fails with exception
1a0ff28ea10 : 8255035: Update BCEL to Version 6.5.0
57c6ba6e6b1 : 8266822: Rename MetaspaceShared::is_old_class to be more explicit about what "old" means
616244f43aa : 8266937: Remove Compile::reshape_address
974b9f70042 : 8266773: Release VM is broken with GCC 9 after 8214237
f6c5a6bbf14 : 8266784: java/text/Collator/RuleBasedCollatorTest.java fails with jtreg 6
1356116d3fb : 8266456: Replace direct TKit.run() calls with jdk.jpackage.test.Annotations.Test annotation
dfe8833f5d9 : 8266783: java/lang/reflect/Proxy/DefaultMethods.java fails with jtreg 6
995e9560308 : 8266225: jarsigner is using incorrect security property to show weakness of certs
0a12605df89 : 8265448: (zipfs): Reduce read contention in ZipFileSystem
acf02ed5533 : 8208237: Re-examine defmeth tests and update as needed
ac0287fd739 : 8266770: Clean pending exception before running dynamic CDS dump
7a0a57cd56a : 8266820: micro java/nio/SelectorWakeup.java has wrong copyright header
d0daa725928 : 8266857: PipedOutputStream.sink should be volatile
381de0c1d02 : 8266753: jdk/test/lib/process/ProcTest.java failed with "Exception: Proc abnormal end"
2d2cd78bde7 : 8266761: AssertionError in sun.net.httpserver.ServerImpl.responseCompleted
9c9c47e403c : 8266813: Shenandoah: Use shorter instruction sequence for checking if marking in progress
0344e751e2b : 8266794: Remove dead code notify_allocation_jvmti_allocation_event
9e6e2228cba : 8266892: avoid maybe-uninitialized gcc warnings on linux s390x
6575566d830 : 8266787: Potential overflow of pointer arithmetic in G1ArchiveAllocator
8468001f888 : 8263452: Javac slow compilation due to algorithmic complexity
67cb22af58c : 8266601: Fix bugs in AddLNode::Ideal transformations
18e9d28e8af : 8266676: G1: Remove dead code init_node_id_to_index_map()
0e7bdae0f6d : 8265062: Remove duplication constant MaxTextureSize
10a049e1714 : 8265956: JVM crashes when matching LShiftVB Node
9713152eae6 : 8262092: vmTestbase/nsk/jvmti/scenarios/hotswap/HS102/hs102t001/TestDescription.java SIGSEGV in memmove_ssse3
23446f1f5ee : 8265128: [REDO] Optimize Vector API slice and unslice operations
e5d3ee394ae : 8266802: Shenandoah: Round up region size to page size unconditionally
8851cb653ff : 8266779: Use <wbr> instead of ZERO_WIDTH_SPACE
0cc7833f3d8 : 8265208: [JEP-356] : SplittableRandom and SplittableGenerators - splits() methods does not throw NullPointerException when source is null
f78440ad438 : 8266440: Shenandoah: TestReferenceShortcutCycle.java test failed on AArch64
de784312c34 : 8241502: C2: Migrate x86_64.ad to MacroAssembler
c8b744743bd : 8266603: jpackage: Add missing copyright file in Java runtime .deb installers
c494efc5b5d : 8266774: System property values for stdout/err on Windows UTF-8
25d99e52679 : 8266330: itableMethodEntry::initialize() asserts with archived old classes
5d761fcffd6 : 8266796: Clean up the unnecessary code in the method UnsharedNameTable#fromUtf
e41fd735296 : 8266252: Streamline AbstractInterpreter::method_kind
b823b3ef291 : 8266797: Fix for 8266610 breaks the build on macos
53db2a0acd4 : 8226384: Implement a better logic to switch between OpenGL and Metal pipeline
1603ca23422 : 8241248: NullPointerException in sun.security.ssl.HKDF.extract(HKDF.java:93)
0f925d1f58f : 8266015: Implement AdapterHandlerLibrary lookup fast-path for common adapters
69b96f9a1b4 : 8266610: Method RandomAccessFile#length() returns 0 for block devices on linux.
9b769550242 : 8266249: javax/swing/JPopupMenu/7156657/bug7156657.java fails on macOS
3af4efdfcfb : 8265291: Error in Javadoc for doAccessibleAction API in AccessibleJSlider class
be4f25b0c88 : 8266369: (se) Add wepoll based Selector
ff77ca8bd41 : 8266675: Optimize IntHashTable for encapsulation and ease of use
04fad70437a : 8266765: [BACKOUT] JDK-8255493 Support for pre-generated java.lang.invoke classes in CDS dynamic archive
0790e6016e1 : 8196743: jstatd doesn't see new Java processes inside Docker container
c6aa8f19aca : 8232644: bugs in serialized-form.html
b5b31197e5a : 8266589: (fs) Improve performance of Files.copy() on macOS using copyfile(3)
947d69df045 : 8265042: javadoc HTML files not generated for types nested in records
946b0fe19a8 : 8266645: javac should not check for sealed supertypes in intersection types
74fecc070a6 : 8266503: [UL] Make Decorations safely copy-able and reduce their size
86b8dc9f5b3 : 8265426: Update java.security to use instanceof pattern variable
3fcdc50e442 : 8266646: Add more diagnostic to java/lang/System/LoggerFinder/modules
9a19a0cc108 : 8264760: JVM crashes when two threads encounter the same resolution error
14f0afe8118 : 8214237: Join parallel phases post evacuation
2798b0d98ab : 8266349: Pass down requested page size to reserve_memory_special
e0c86884e56 : 8262992: Improve `@see` output
d2b53509c0f : 8263507: Improve structure of package summary pages
a65021e38c8 : 8266618: Remove broken -XX:-OptoRemoveUseless
94c6177f246 : 8266536: Provide a variant of os::iso8601_time which works with arbitrary timestamps
71b8ad45b4d : 8266609: AArch64: include FP/LR space in LIR_Assembler::initial_frame_size_in_bytes()
ebb68d2b865 : 8049700: Deprecate obsolete classes and methods in javax/swing/plaf/basic
3a474d953a6 : 8265612: revise the help info for jmap histo command
c97f56cdafe : 8266172: -Wstringop-overflow happens in vmError.cpp
43ad24feb20 : 8265465: jcmd VM.cds should keep already dumped archive when exception happens
66191ff4b04 : 8266193: BasicJMapTest does not include testHistoParallel methods
36e5ad61e63 : 8263236: runtime/os/TestTracePageSizes.java fails on old kernels
0ca86da0e35 : 8266002: vmTestbase/nsk/jvmti/ClassPrepare/classprep001 should skip events for unexpected classes
52f1db6b6f7 : 8262002: java/lang/instrument/VerifyLocalVariableTableOnRetransformTest.sh failed with "TestCaseScaffoldException: DummyClassWithLVT did not match .class file"
04f71126479 : 8266293: Key protection using PBEWithMD5AndDES fails with "java.security.InvalidAlgorithmParameterException: Salt must be 8 bytes long"
a90b33a9551 : 8266573: Make sure blackholes are tagged for all JVMCI paths
2dcbedf92a3 : 8266044: Nested class summary should show kind of class or interface
e8405970b99 : 8266460: java.io tests fail on null stream with upgraded jtreg/TestNG
fcedfc8a3b4 : 8266579: Update test/jdk/java/lang/ProcessHandle/PermissionTest.java & test/jdk/java/sql/testng/util/TestPolicy.java
c665dba591a : 8266561: Remove Compile::_save_argument_registers
47d4438e75e : 8266426: ZHeapIteratorOopClosure does not handle native access properly
2438498a3f6 : 8252758: Lanai: Optimize index calculation while copying glyphs
eb3b96d86b7 : 8266496: WBIsKlassAliveClosure.do_klass() fails for hidden classes
51f5adfca38 : 8265047: Inconsistent warning message in jcmd VM.log
ea30bd6684f : 8263362: Avoid division by 0 in java/awt/font/TextJustifier.java justify
0f9852c63b1 : 8266168: -Wmaybe-uninitialized happens in check_code.c
a86ee9b3f37 : 8266545: 8261169 broke Harfbuzz build with gcc 7 and 8
2dd56676fb5 : 8266018: Shenandoah: fix an incorrect assert
22ca62c2cb6 : 8266542: Remove broken -XX:-UseLoopSafepoints flag
7835cdbef49 : 8265915: adjust state_unloading_cycle compuation order in nmethod::is_unloading
20ad4289742 : 8180568: Refactor javax/crypto shell tests to plain java tests
138d573c356 : 8262392: Update Mesa 3-D Headers to version 21.0.3
9de62a454f2 : 8266505: Cleanup LibraryCallKit::make_unsafe_address()
1885c83aca4 : 8266504: Remove leftovers from BarrierSetAssemblerC1
6018336fc5e : 8259316: [REDO] C1/C2 compiler support for blackholes
f07bb2f4b98 : 8250766: javadoc adds redundant spaces when @see program element is wrapped
61bb6eca3e3 : 8266453: Shenandoah: Disable write protections before patching nmethod in nmethod_barrier on MacOSX/AArch64
a05e8e24224 : 8266497: Remove unnecessary EMCP liveness indication
6ba911d64ea : 8266498: Make debug ps() call print_stack
ef0f693065e : 8266499: Delete dead code in aarch64.ad
71d0858b321 : 8266522: Shenandoah: Shenandoah LRB calls wrong runtime barrier on aarch64
0ac84d18133 : 8266506: [aix] Treat mapping attempt too close to BRK as a mapping error
02cdd6eb6d1 : 8266419: [aix] in mmap mode, os::attempt_reserve_memory_at() fails to handle wrong mapping address
250b45a5101 : 8266222: [aix] In mmap-mode, partial releases with os::release_memory may trash internal bookkeeping
65ce4d20565 : 8266491: Remove resolve and obj_equals leftovers from BarrierSetAssembler
a8046c9157c : 8266436: Synthetic constructor trees have non-null return type
c9873c416d0 : 8260621: (jrtfs) ThreadLocal memory leak in ImageBufferCache when using jrtfs
82768d9a31e : 8221503: vmTestbase/nsk/jdb/eval/eval001/eval001.java fails with: com.sun.jdi.InvalidTypeException: Can't assign double[][][] to double[][][]
b71f85ad9d5 : 8264398: BevelBorderUIResource​(int, Color, Color) and BevelBoder(int, Color, Color) spec should clarify about usage of highlight and shadow color
b1725550a26 : 8266171: -Warray-bounds happens in imageioJPEG.c
8bcebe73d28 : 8265505: findsym does not work on remote debug server
b88785d2c69 : 8266038: Move newAddress() to JVMDebugger
2c53654bf11 : 8266179: [macos] jpackage should specify architecture for produced pkg files
d2827994f8a : 8255566: Add size validation when parsing values from VersionProps
61365d5f58d : 8266465: Add wildcard to JTwork/JTreport exclude in jib-profiles.js
f00b70e2caa : 8266527: RandomTestCoverage.java failing due to API removal
c53dee74808 : 8266227: Fix help text for --mac-signing-keychain
80323b7f665 : 8261169: Upgrade HarfBuzz to the latest 2.8.0
9c4efddb4aa : 8263124: Missed initialization of baselineY in sun.font.StrikeMetrics
4e96b310425 : 8265989: System property for the native character encoding name
8b37d487708 : 8255493: Support for pre-generated java.lang.invoke classes in CDS dynamic archive
770dfc1ec4f : 8265279: Remove unused RandomGeneratorFactory.all(Class<T> category)
ee5bba0dc4c : 8265767: compiler/eliminateAutobox/TestIntBoxing.java crashes on arm32 after 8264649 in debug VMs
05e601748a3 : 8265137: java.util.Random suddenly has new public methods nowhere documented
aa90df6f519 : 8266187: Memory leak in appendBootClassPath()
b65190483c8 : 8266438: Compile::remove_useless_nodes does not remove opaque nodes
141cc2f2a35 : 8261527: Record page size used for underlying mapping in ReservedSpace
8e071c4b52e : 8265784: [C2] Hoisting of DecodeN leaves MachTemp inputs behind
ce1bc9d8bc7 : 8266432: ZGC: GC allocation stalls can trigger deadlocks
30ccd8081b3 : 8264950: Set opaque for JTooltip in config file of NimbusLookAndFeel
cfdf4a7de77 : 8266449: cleanup jtreg tags in compiler/intrinsics/sha/cli tests
3544a9d0e4a : 8266391: Replace use of reflection in jdk.internal.platform.Metrics
020236cb982 : 8264786: [macos] All Swing/AWT apps cause Allow Notifications prompt to appear when app is launched
45760d4baf5 : 8266320: (bf) ReadOnlyBufferException in heap buffer put(String,int,int) should not be conditional
ff65920cd17 : 8265491: Math Signum optimization for x86
55cc0af4044 : 8266185: Shenandoah: Fix incorrect comment/assertion messages
880c138b587 : 8265349: vmTestbase/../stress/compiler/deoptimize/Test.java fails with OOME due to CodeCache exhaustion.
001c5142a6f : 8265322: C2: Simplify control inputs for BarrierSetC2::obj_allocate
194bceca3a4 : 8265984: Concurrent GC: Some tests fail "assert(is_frame_safe(f)) failed: Frame must be safe"
1d9ea3ae0ff : 8266083: Shenandoah: Consolidate dedup/no dedup oop closures
44c086d6ce7 : Return anonymized MAC for apps targeting SDK < 30
80941f475f7 : 8234446: Post-CMS workgroup hierarchy cleanup
ac760c7f9fc : 8266295: Remove unused _concurrent_iteration_safe_limit
b42d4969b17 : 8266388: C2: Improve constant ShiftCntV on x86
05cfac9f5bf : 8266412: Remove redundant TemplateInterpreter entries
c5dc657f0be : 8266056: runtime/stringtable/StringTableCleaningTest.java failed with "RuntimeException: Missing Callback in [10, 11]"
8fa50ebdf2c : 8263363: Minor cleanup of Lanai code - unused code removal and comments correction
7e30130e354 : 8266401: mark hotspot compiler/intrinsics/sha/cli tests which ignore VM flags
dedddd5ab2e : 8266248: Compilation failure in PLATFORM_API_MacOSX_MidiUtils.c with Xcode 12.5
5c083e8560c : 8266129: tools/jpackage/windows/WinInstallerIconTest.java hangs with fastdebug
3e667cc4052 : 8265356: need code example for getting canonical constructor of a Record
f86b70c391c : 8266328: C2: Remove InlineWarmCalls
928d63242e6 : 8252237: C2: Call to compute_separating_interferences has wrong argument order
50fa1623adc : 8266389: ProblemList java/awt/Graphics2D/DrawString/DrawRotatedStringUsingRotatedFont.java on generic-all
dd05158b24e : 8266155: Convert java.base to use Stream.toList()
c36c63a008f : 8260560: convert jdeps and jdeprscan tools to use Stream.toList()
096e9e5d131 : 8266318: Switch to macos prefix for macOS bundles
0544a732a44 : 8255227: java/net/httpclient/FlowAdapterPublisherTest.java intermittently failing with TestServer: start exception: java.io.IOException: Invalid preface
48bb996ac90 : 8266220: keytool still prompt for store password on a password-less pkcs12 file if -storetype pkcs12 is specified
87de5b750d2 : 8266040: Lanai: Incorrect calculations of clipping boundaries
eb8db12ce67 : 8263396: Atomic::CmpxchgByteUsingInt::set_byte_in_int needs an explicit cast
07ecd421d15 : 8258602: JavaDoc field summary does not indicate final modifier
276a1bf7675 : 8236671: NullPointerException in JKS keystore
e9370a13b6f : 8265761: Font with missed font family name is not properly printed on Windows
3554dc299dd : 8264395: WB_EnqueueInitializerForCompilation fails with "method holder must be initialized" when called for uninitialized class
4d771715406 : 8249903: jdk/javadoc/doclet/testSerializedForm/TestSerializedForm.java needs to be updated after 8146022 got closed
51b218842f0 : 8266267: Remove unnecessary jumps in Intel Math Library StubRoutines
2c381e0f8d5 : 8262376: ReplaceCriticalClassesForSubgraphs.java fails if --with-build-jdk is used
5ecef01c4a9 : 8266217: ZGC: Improve the -Xlog:gc+init output for NUMA
5d8c1cc8a05 : 8255410: Add ChaCha20 and Poly1305 support to SunPKCS11 provider
46b4a145a6d : 8266315: Problem list failing test java/awt/font/TextLayout/LigatureCaretTest.java
42af7da94d9 : 8265933: Move Java monitor related fields from class Thread to JavaThread
1afbab63946 : 8263998: Remove mentions of mc region in comments
51b2fb5c848 : 8266299: ProblemList runtime/stringtable/StringTableCleaningTest.java on linux-aarch64 with ZGC
49d04586ed2 : 8266288: assert root method not found in witnessed_reabstraction_in_supers is too strong
01415f33e34 : 8266250: WebSocketTest and WebSocketProxyTest call assertEquals(List<byte[]>, List<byte[]>)
5f15666092d : 8266078: Reader.read(CharBuffer) advances Reader position for read-only Charbuffers
55c5dd09389 : Refactor StructCapUser{Header,Data} and StructLinger for API review
2a037395306 : 8266014: Regression brought by optimization done with JDK-4926314
6bb71d9e25f : 8264762: ByteBuffer.byteOrder(BIG_ENDIAN).asXBuffer.put(Xarray) and ByteBuffer.byteOrder(nativeOrder()).asXBuffer.put(Xarray) are slow
f0f6b0d9192 : 8266027: The diamond finder does not find diamond candidates in field initializers
8072ea56283 : 8238173: jshell - switch statement with a single default not return cause syntax error
c76ce287546 : 8265842: G1: Introduce API to run multiple separate tasks in a single gangtask
294347b59be : 8265918: java/io/Console/CharsetTest.java failed with "expect: spawn id exp6 not open"
84b52db9319 : 8265666: Enable AIX build platform to make external debug symbols
dd8286e2f3f : 8198616: java/awt/Focus/6378278/InputVerifierTest.java fails on mac
5574922ff69 : 8266284: ProblemList java/awt/Graphics2D/DrawString/DrawRotatedStringUsingRotatedFont.java
df7f0b4671f : 8198317: Enhance JavacTool.getTask for flexibility
115a413ee45 : 8265123: Add static factory methods to com.sun.net.httpserver.Filter
39abac98f98 : 8266176: -Wmaybe-uninitialized happens in libArrayIndexOutOfBoundsExceptionTest.c
155da257fd9 : 8265005: Introduce the new client property for mac: apple.awt.windowTitleVisible
91226fa1224 : 8265940: Enable C2's optimization for Math.pow(x, 0.5) on all platforms
56cde70da27 : 8266265: mark hotspot compiler/vectorization tests which ignore VM flags
49372149e52 : 8266174: -Wmisleading-indentation happens in libmlib_image sources
b305eff7d35 : 8266238: mark hotspot compiler/inlining tests which ignore VM flags
df3b2d0495d : 8266264: mark hotspot compiler/eliminateAutobox tests which ignore VM flags
6b263e6832c : 8266256: compiler.vectorization.TestBufferVectorization does testing twice
69155f43c18 : 8266231: mark hotspot compiler/c1 tests which ignore VM flags
0e225ef9da3 : 8197821: Test java/awt/font/TextLayout/LigatureCaretTest.java fails on Windows 8197796: Test java/awt/Graphics2D/DrawString/DrawRotatedStringUsingRotatedFont.java fails on Windows
a1c942c02b6 : 8266170: -Wnonnull happens in classLoaderData.inline.hpp
4a9f2319c9c : 8266173: -Wmaybe-uninitialized happens in jni_util.c
9605aeddee7 : 8266251: compiler.inlining.InlineAccessors shouldn't do testing in driver VM
03d4149d0cd : 8266255: compiler/eliminateAutobox/TestEliminateBoxInDebugInfo.java uses wrong package name
794cefe8f92 : 8241354: ZGC still crashes in containers with NUMA due to get_mempolicy is disabled by default
23180f848f0 : 8266017: Refactor the *klass::array_klass_impl code to separate the non-exception-throwing API
f75dd802541 : 8266230: mark hotspot compiler/c2 tests which ignore VM flags
9df6cc7cc26 : 8264678: Incomplete comment in build.tools.generatecharacter.GenerateCharacter
73cfc26dc28 : 8266232: compiler.c1.TestRangeCheckEliminated should be run in driver mode
3e1b90a2eff : 8266157: Problem list several awt jtreg tests that fail on macOS 11
3f9879f1cd9 : 8266190: mark hotspot compiler/codecache tests which ignore VM flags
d12e01a5cd9 : 8264472: Add a test group for running CDS tests with -XX:+VerifySharedSpaces
b3b2bb2875f : 8265773: incorrect jdeps message "jdk8internals" to describe a removed JDK internal API
278057756a1 : 8196415: Disable SHA-1 Signed JARs
21f65f8e79b : 8266206: Build failure after JDK-8264752 with older GCCs
c71c26859f4 : 8266165: TestNoWarningLoopStripMiningIterSet is runnable only on VM w/ G1, Shenandoah, Z and Epsilon
8954befd771 : 8266188: mark hotspot compiler/cpuflags tests which ignore VM flags
19d3c451b89 : 8266184: a few compiler/debug tests don't check exit code
7e3bc4cb444 : 8228442: DHKeyExchange/LegacyDHEKeyExchange.java failed due to "SSLException: An established connection was aborted by the software in your host machine"
f40bf1d2401 : 8266087: Move 'buffer' declaration in get_user_name_slow() inside of linux specific code
ec383abc1d2 : 8183374: Refactor java/lang/Runtime shell tests to java
343a4a76f27 : 8185127: Add tests to cover hashCode() method for java supported crypto key types
e325a750ac7 : 8264593: debug.cpp utilities should be available in product builds.
e879f8c6c87 : 8265587: IGV: track nodes across matching
164454feebc : 8265867: thread.hpp defines some enums but no reference
75a2354dc27 : 8266028: C2 computes -0.0 for Math.pow(-0.0, 0.5)
ca37be1ead4 : 8197800: Test java/awt/Focus/NonFocusableWindowTest/NoEventsTest.java fails on Windows
cf926939575 : 8198619: java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java fails on mac
2201e11cbfc : 8266055: ZGC: ZHeap::print_extended_on() doesn't disable deferred delete
ce48f040858 : 8198617: java/awt/Focus/6382144/EndlessLoopTest.java fails on mac
0438cea65b9 : 8136517: [macosx]Test java/awt/Focus/8073453/AWTFocusTransitionTest.java fails on MacOSX
6b5e5d7a2c0 : 8266181: compiler/eliminateAutobox/TestEliminateBoxInDebugInfo should be in driver mode
81b1502701e : 8266161: mark hotspot compiler/rtm tests which ignore VM flags
4a8324d48b0 : 8266180: compiler/vectorapi/TestVectorErgonomics should be run in driver mode
0601aba5454 : 8266175: mark hotspot compiler/jsr292 tests which ignore VM flags
69ad8ac5374 : 8266169: mark hotspot compiler/jvmci tests which ignore VM flags
1a2a570c8da : 8266166: mark hotspot compiler/linkage tests which ignore VM flags
5ee58b0496c : 8266164: mark hotspot compiler/loopstripmining tests which ignore VM flags
1a37bce5afc : 8263779: SSLEngine reports NEED_WRAP continuously without producing any further output
889d246681e : 8265917: Different values computed by C2 and interpreter/C1 for Math.pow(x, 2.0) on x86_32
e144104bb3f : 8262908: JFR: Allow JFR to stream events from a known repository path
30b13540855 : 8266153: mark hotspot compiler/onSpinWait tests which ignore VM flags
eeddb303449 : 8266150: mark hotspot compiler/arguments tests which ignore VM flags
feb18d292f9 : 8266149: mark hotspot compiler/startup tests which ignore VM flags
eb72950cfd5 : 8266154: mark hotspot compiler/oracle tests which ignore VM flags
7f4a9f68bfd : 8266088: compiler/arguments/TestPrintOptoAssemblyLineNumbers test should user driver mode
f560b892337 : 8264873: Dependencies: Split ClassHierarchyWalker
0a88f0a182d : 8255915: jdk/incubator/vector/AddTest.java timed out
ab2aec2afba : 8265938: C2's conditional move optimization does not handle top Phi
5634f206e56 : 8265932: Move safepoint related fields from class Thread to JavaThread
b67b2b16457 : 8265690: Use the latest Ubuntu base image version in Docker testing
b2628d15b59 : 8263972: C2: LoadVector/StoreVector type mismatch in MemNode::can_see_stored_value()
377b346189c : 8264752: SIGFPE crash with option FlightRecorderOptions:threadbuffersize=30M
dc323a93340 : 8263421: Module image file is opened twice during VM startup
fbfd4ea3ceb : 8265914: Duplicated NotANode and not_a_node
9481fad42f7 : 8163367: Test javax/swing/JComboBox/8033069/bug8033069NoScrollBar.java javax/swing/JComboBox/8033069/bug8033069ScrollBar.java fails intermittently
9adbf1566a4 : 8265995: Shenandoah: Move ShenandoahInitMarkRootsClosure close to its use
879a77f173b : 8265757: stack-use-after-scope in perfMemory_posix.cpp get_user_name_slow()
e4be9680cb5 : 8265980: Fix systemDictionary and loaderConstraints printing
f6e26f6f33c : 8265756: AArch64: initialize memory allocated for locals according to Windows AArch64 stack page growth requirement in template interpreter
0a4c33826d0 : 8263432: javac may report an invalid package/class clash on case insensitive filesystems
82b371956a3 : 8265967: Unused NullCheckNode forward declaration in node.hpp
468c847cc8d : 8234020: Remove FullGCCount_lock
4785e112ae1 : 8264806: Remove the experimental JIT compiler
7db9330c587 : 8196300: java/awt/TextArea/TextAreaScrolling/TextAreaScrolling.java times out
694acedf183 : 8264805: Remove the experimental Ahead-of-Time Compiler
15d4787724a : 8265496: improve null check in DeflaterOutputStream/InflaterInputStream
1d37b9840a4 : 8265972: Remove declarations with no implementations in javaClasses.hpp
cb29b19fec7 : 8184134: HeapRegion::LogOfHRGrainWords is unused
41daa88dcc8 : 8265899: Use pattern matching for instanceof at module jdk.compiler(part 1)
a6f2863e64b : 8266003: ProblemList sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java on macosx-all
852a41d718b : 8258625: [JVMCI] refactor and unify JVMCI readFieldValue path
b5c6351315e : 8264663: Update test SuspendWithCurrentThread.java to verify that suspend doesn't exit until resumed
b524a81ad20 : 8265982: JDK-8264188 breaks build on macOS-aarch64
c62f84a9bc8 : Remove IoUtils#deleteContents from CorePlatformApi set
efe6b933251 : 8265961: Fix comments in logging.properties
65c19c40945 : 4926314: Optimize Reader.read(CharBuffer)
082abbdaf72 : 8265900: Use pattern matching for instanceof at module jdk.compiler(part 2)
851b219d74d : 8265901: Use pattern matching for instanceof at module jdk.compiler(part 3)
fb8f0c5dd85 : 8261168: Convert javadoc tool to use Stream.toList()
8559a53056c : 8265394: G1: Improve assert in HeapRegion::reset_not_compacted_after_full_gc
68011c64fa1 : 8265928: G1: Update copyright in several files
222f9f07d1f : 8265682: G1: Mutex::_name dangling in HeapRegionRemSet references after JDK-8264146
2b09ff219e5 : 8232765: NullPointerException at Types.eraseNotNeeded() when compiling a class
b9f66d93ebf : 8264188: Improve handling of assembly files in the JDK
c3ac6900e71 : 8261759: ZGC: ZWorker Threads Continue Marking After System.exit() called
31abe68fa45 : 8265116: ZGC: Steal local stacks instead of flushing them
83364a4b4a3 : 8264258: Unknown lookups in the java package give misleading compilation errors
a9367dbd84f : 8265127: ZGC: Fix incorrect reporting of reclaimed memory
1580a473d09 : 8265911: assert(comp != __null) failed: Compiler instance missing
9647fb0dba7 : 8265689: JVMCI: InternalError: Class java.lang.Object does not implement interface jdk.vm.ci.meta.JavaType
0d08d735372 : 8265702: ZGC on macOS/aarch64
45c5da0fd3b : 8265746: Update java.time to use instanceof pattern variable (part II)
a85f6cbbaa8 : 8265613: False positives for "Related Packages"
6e5026a8dfa : 8198621: java/awt/Focus/KeyEventForBadFocusOwnerTest/KeyEventForBadFocusOwnerTest.java fails on mac
7b609a20164 : 8264031: (zipfs) Typo in ZipFileSystem.deleteFile ZipException
56fbef0fc0c : 8265681: G1: general cleanup for G1FullGCHeapRegionAttr
578a0b3c3de : 8261238: NMT should not limit baselining by size threshold
3bf4c904fbb : 8264317: Lanai: IncorrectUnmanagedImageRotatedClip.java fails on apple M1
f1f2afda5a0 : 8264028: Typo in javax.management.relation.RelationService::purgeRelations
f6e22d14e3e : 8265890: ProblemList sun/security/ssl/SSLSocketImpl/SSLSocketImplThrowsWrongExceptions.java on macOS-X64 and Linux-aarch64
0257ac14473 : 8252089: Remove psParallelCompact internal debug counters
4b7f0274077 : 8231179: Investigate why tools/javac/options/BCPOrSystemNotSpecified.java fails on Window
d87a4c3b560 : 8239596: PARAMETER annotation on receiver type does not cause error
52f9d229779 : 8265884: ProblemList compiler/codecache/jmx/PoolsIndependenceTest.java on macOS-X64
5aed446e20c : 8265403: consolidate definition of CPU features
20a373a0d00 : 8265393: VM crashes if both -XX:+RecordDynamicDumpInfo and -XX:SharedArchiveFile options are specified
6803ab2b71f : 8265880: ProblemList serviceability/dcmd/gc/RunFinalizationTest.java on Linux-X64
e08f506fa7f : 8265816: Handle new VectorMaskCast node for x86
bebfae48e3f : 8264208: Console charset API
5aab1609b97 : 8265531: doc/building.md should mention homebrew install freetype
d8e638f11cc : 8265794: Remove ProblemList-non-cds-mode
ac23870186e : 8265831: 8257831 broke Windows x86 build
8e312297d80 : 8265327: Remove check_safepoint_and_suspend_for_native_trans()
c9b70c80428 : 8265240: runtime/Thread/SuspendAtExit.java needs updating
891f72fe6ea : 8265606: Reduce allocations in AdapterHandlerLibrary::get_adapter
bfc1cd8eaf6 : 8264320: ShouldNotReachHere in Compile::print_inlining_move_to()
5db64c3353a : 8265268: Unify ReservedSpace reservation code in initialize and try_reserve_heap
191f1fc46c3 : 8265759: Shenandoah: Avoid race for referent in assert
b3a319c8344 : 8264842: IGV: different nodes sharing idx are treated as equal
95f0fd6c4df : 8265696: Move CDS sources to src/hotspot/shared/cds
a715b09f526 : 8265798: Minimal build broken by JDK-8261090
13d3263380d : 8265484: Fix up TRAPS usage in GenerateOopMap::compute_map and callers
a8ddbd155bf : 8265683: vmTestbase/nsk/jdb tests failed with "JDWP exit error AGENT_ERROR_INTERNAL(181)"
7a5591402cf : 8264196: Change link_and_cleanup_shared_classes(CATCH) to CHECK
b84f6901275 : 8265793: Remove duplicate jtreg TEST.groups references for some client tests
0e0059895b8 : 8265782: Bump bootjdk to jdk-17+19 on macosx-aarch64 at Oracle
e81baead011 : 8265786: ProblemList serviceability/sa/sadebugd/DisableRegistryTest.java on ZGC
ca0de266b4c : 8265699: (bf) Scopes passed to ScopedMemoryAccess.copy[Swap]Memory in incorrect order
b930bb1a2cb : 8265461: G1: Forwarding pointer removal thread sizing
f834557ae0d : 8258915: Temporary buffer cleanup
31d8a19e47f : 8265105: gc/arguments/TestSelectDefaultGC.java fails when compiler1 is disabled
657f1039374 : 8057543: Replace javac's Filter with Predicate (and lambdas)
8758b554a08 : 8265591: Remove vestiages of intermediate JSR 175 annotation format
33a86b9e407 : 8263621: Convert jdk.compiler to use Stream.toList()
7df0c10a4dc : 8265480: add basic JVMCI support for JEP 309: Dynamic Class-File Constants
9499175064a : 8261090: Store old classfiles in static CDS archive
159f5e1edec : 8263636: Add --disable-registry option to jhsdb debugd
6d49cc3b655 : 8265453: SafepointMechanism::should_process() should receive JavaThread*
fa82d47591a : 8264514: HexFormat implementation tweaks
e16d568c1f5 : 8265218: trace_method_handle_stub fails to find calling frame on x86
86bd44fe80c : 8257831: Suspend with handshakes
28af31db349 : 8263668: Update java.time to use instanceof pattern variable
a93d9119545 : 8265607: Avoid decrementing when no Symbol was created in ~SignatureStream
aa2978481d9 : 8265332: gtest/LargePageGtests.java OOMEs on -XX:+UseSHM cases
33b6378f1e8 : 8265101: Remove unnecessary functions in os*.inline.hpp
28c35aedd38 : 8259288: Debug build failure with clang-10 due to -Wimplicit-int-float-conversion
ca6b1b49ab7 : 8171381: [TEST_BUG] [macos] javax/swing/JPopupMenu/7156657/bug7156657.java fails on OS X
9e7c748db5b : 8265700: Regularize throws clauses in BigDecimal
71163213cbb : 8254565: JFR: Incorrect verification of mirror events
f45d46095ac : 8265017: runtime/HiddenClasses/StressHiddenClasses.java timed out on Win* OCI
0136c89ce14 : 8265490: Unterminated string passed to FindClass() in hotspot test
325edbc3640 : 8265450: Merge PreservedMarksSet::restore code paths
b337f633611 : 8037397: RegEx pattern matching loses character class after intersection (&&) operator
07a7510d870 : 8200145: Conditional expression mistakenly treated as standalone
41fc7ddd8d3 : 8199079: Test javax/swing/UIDefaults/6302464/bug6302464.java is unstable
45c474a04c6 : 8168408: Test java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowBlockingTest.java fails intermittentently on windows
18ee4190218 : 8198422: Test java/awt/font/StyledMetrics/BoldSpace.java is unstable
da860290c26 : 8265326: Strange Characters in G1GC GC Log
7879adbe88e : 8265343: Update Debian-based cross-compilation recipes
98cb81b3812 : 8265237: String.join and StringJoiner can be improved further
ed477da9c69 : 8264945: Optimize the code-gen for Math.pow(x, 0.5)
7146104fdaf : 8265421: java/lang/String/StringRepeat.java test is missing a memory requirement
b5c92ca34fd : 8265106: IGV: Enforce en-US locale while parsing ideal graph
3de0dcba787 : 8265483: All-caps “JAVA” in the top navigation bar
739769c8fc4 : 8265411: Avoid unnecessary Method::init_intrinsic_id calls
a22ad03b25a : 8264983: Add gtest for JDK-8264008
91b08b733e8 : 8261779: JCK test api/javax_crypto/EncryptedPrivateKeyInfo/Ctor4.html is failing with assertion error when assertions enabled
2fcd920adc5 : 8261183: Follow on to Make lists of normal filenames
40ef00cebf6 : 8258457: testlibrary_tests/ctw/JarDirTest.java fails with InvalidPathException on windows
3f0da357648 : 8261392: Exclude testlibrary_tests/ctw/JarDirTest.java
8d0faaf91a0 : 8257001: Improve Http Client Support
9bf055d359b : 8259633: compiler/graalunit/CoreTest.java fails with NPE after JDK-8244543
ddc56d1dbe6 : 8259428: AlgorithmId.getEncodedParams() should return copy
ae33d2a2f02 : 8258247: Couple of issues in fix for JDK-8249906
2003e91d3bd : 8244543: Enhanced handling of abstract classes
e56e087290d : 8250568: Less ambiguous processing
4471789aca8 : 8253799: Make lists of normal filenames
7232e3c704e : 8249906: Enhance opening JARs
17a741d6bc8 : 8244473: Contextualize registration for JNDI
f47faf283b2 : 8228988: AnnotationParser throws NullPointerException on incompatible member type
d61345984d5 : 8265407: JFR: Fix Typos
4dcaac1feb3 : 8265036: JFR: Remove use of -XX:StartFlightRecording= and -XX:FlightRecorderOptions=
72c88fc45d4 : 8257459: Bump minimum boot jdk to JDK 16
c52e5f2be4a : 8265435: Remove dummy lists in G1CalculatePointersClosure
072ae7ec5e3 : 8265436: G1: Improve gc+phases log output during full gc
d81b0461b73 : 8263227: C2: inconsistent spilling due to dead nodes in exception block
a25bae82397 : 8261445: Use memory_order_relaxed for os::random().
51366439b14 : 8262725: IGV: crash when removing all graphs in a group
79798c656da : 8265136: ZGC: Expose GarbageCollectorMXBeans for both pauses and cycles
f1d4ae6cc97 : 8263718: unused-result warning happens at os_linux.cpp
787908c7788 : 8264221: Rewrite confusing stream API chain in SnippetMaps
142edd3a814 : 8265152: jpackage cleanup fails on Windows with IOException deleting msi
ab2240741cf : 8265486: ProblemList javax/sound/midi/Sequencer/Recording.java on macosx-aarch64
e0fd5fc0692 : 8265028: JDWP debug agent thread lookup can be made faster
713483c77d3 : 8265373: Change to GCC 10.3 for building on Linux at Oracle
39907136917 : 8265463: ProblemList vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java on Win-X64 -Xcomp 8265464: ProblemList vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java#id1 in -Xcomp configs
5b43b39e55a : 8263154: [macos] DMG builds have finder errors
54cb388dcee : 8252600: [JVMCI] remove mx configuration
b703e0a4c80 : 8264569: Remove obsolete error messages from CDSTestUtils.java
235daea06ae : 8265285: Unnecessary inclusion of bytecodeHistogram.hpp
8bec6fe6dc4 : 8264277: java.xml.crypto module should be granted FilePermission and SocketPermission
5303ccb885f : 8265135: Reduce work initializing VarForms
d9e40dd5936 : 8199407: Skip Rebuild Remset Phase if there are no rebuild candidates
8dbf7aa1f92 : 8241306: Add SignatureMethodParameterSpec subclass for RSASSA-PSS params
b14e0ee4d83 : 8265371: Change to Visual Studio 2019 16.9.3 for building on Windows at Oracle
c88714875d1 : 8265079: Implement VarHandle invoker caching
b64a3fb946a : 8265325: Optimize StubRoutines::dpow() for Math.pow(x, 0.5)
d1c8c9eabbc : 8197811: Test java/awt/Choice/PopupPosTest/PopupPosTest.java fails on Windows
7d01c988cf2 : 8265414: Variable assigned but not used in G1FreeHumongousRegionClosure
d9e19f16f09 : 8265226: (dc) API note in DatagramChannel.open should link to StandardProtocolFamily.UNIX
49b9e6896e0 : 8262165: NMT report should state how many callsites had been skipped
e390e550fad : 8265066: Split ReservedSpace constructor to avoid default parameter
c607d12e402 : 8249528: Remove obsolete comment in G1RootProcessor::process_java_roots
fa58aae8f6b : 8265245: depChecker_<cpu> don't have any functionalities
a2b0e0f4c08 : 8265323: Leftover local variables in PcDesc
1ac25b82014 : 8264372: Threads::destroy_vm only ever returns true
73d5f3b586a : 8265313: Obsolete the unused AssertOnSuspendWaitFailure and TraceSuspendWaitFailures flags
cb8394a8410 : 8265304: Temporarily make Metal the default 2D rendering pipeline for macOS
66f89870f22 : 8265298: Hard VM crash when deadlock between "access" and higher ranked lock is detected
926e3bc0c1c : 8264143: Lanai: RenderPerfTest.BgrSwBlitImage has artefacts on apple M1
ff4997014fe : 8265375: Bootcycle builds fail with StackOverflowError in cldrconverter
c108e7abdf2 : 8265154: vinserti128 operand mix up for KNL platforms
2c4075cbb71 : 8265381: ProblemList runtime/logging/RedefineClasses.java on macos-x64 -Xcomp
888d80b5e27 : 8265358: ProblemList jdk/jshell/ToolBasicTest.java on macOS-aarch64 8265361: ProblemList a few compiler/whitebox tests on macos-aarch64 8265363: ProblemList java/net/Socket/UdpSocket.java on macos-aarch64 8265368: ProblemList 3 java/net/httpclient/websocket tests on macos-aarch64 8265370: ProblemList java/net/MulticastSocket/Promiscuous.java on macos-aarch64
0bdc3e7a41b : 8262744: Formatter '%g' conversion uses wrong format for BigDecimal rounding up to limits
4413dbfbdb6 : 8263395: Incorrect use of Objects.nonNull
74d03abb7b0 : 8039270: The background color of the button can't be displayed and when pressed the button, the background color can not be changed in accordance with the case described.
7c37c022a16 : 8244190: JFR: When starting a JVM with -XX:StartFlightRecording, output is written to stdout
79adc16fd8b : 8264152: javax/net/ssl/DTLS/RespondToRetransmit.java timed out
1c3fd46d7da : 8265175: (fs) Files.copy(Path,Path,CopyOption...) should use sendfile on Linux
cee4f1d9c49 : 8203925: tools/javac/importscope/T8193717.java ran out of java heap
694e1cdcb82 : 8262060: compiler/whitebox/BlockingCompilation.java timed out
6946d91d7c3 : 8075915: The eight controls without black backgrounds with WinLAF & GTK LAF & Nimbus LAF
714298a58eb : 8265259: G1: Fix HeapRegion::block_is_obj for unloading class in full gc
ff5bb8cf693 : 8265239: Shenandoah: Shenandoah heap region count could be off by 1
17b6592d8ff : 8265335: Epsilon: Minor typo in EpsilonElasticTLABDecay description
10ec38f80b8 : 8262462: IGV: cannot remove specific groups imported via network
71373280067 : 8264958: C2 compilation fails with assert "n is later than its clone"
1d66a155c71 : 8265330: G1: Fix comment in G1FullGCPrepareTask::G1CalculatePointersClosure
b4ba74e3ac2 : 8264987: G1: Fill BOTs for Survivor-turned-to-Old regions in full gc
fc89fe6458b : 8265119: G1: update_remset_before_rebuild mixes liveness in words with liveness in bytes
50f3da8d59b : 8264480: Unreachable code in nmethod.cpp inside #ifdef DEBUG
e0151a6fb1f : 8264104: Eliminate unnecessary vector mask conversion during VectorUnbox for floating point VectorMask
64e21307a8b : 8262108: SimpleDateFormat formatting broken for sq_MK Locale
3423f3e1f5a : 8265180: JvmtiCompiledMethodLoadEvent should include the stub section of nmethods
f6e54f2f9a2 : 8258794: Support for CLDR version 39
e89fd15189d : 8261301: StringWriter.flush() is NOOP but documentation does not indicate it
0b1b5c8d0b2 : 8264373: javac hangs when annotation is declared with sealed public modifier
c7da64a4880 : 8265302: ProblemList runtime/logging/RedefineClasses.java on linux-x64 -Xcomp
838c11fc0ea : 8265293: ProblemList java/foreign/TestDowncall.java on macosx-aarch64
325eecbccbe : 8255273: jshell crashes with UnsupportedOperationException: Should not get here.
e43aee58e17 : 8262900: ToolBasicTest fails to access HTTP server it starts
c70589c68c0 : 8265227: Move Proc.java from security/testlibrary to test/lib
7b61a426e08 : 8265173: [test] divert spurious log output away from stream under test in ProcessBuilder Basic test
4e90d740002 : 8048199: Replace anonymous inner classes with lambdas, where applicable, in JNDI
6293299dd34 : 8264824: java/net/Inet6Address/B6206527.java doesn't close ServerSocket properly
6b907155f71 : 8265278: doc build fails after JDK-8262981
0fee6ecac21 : 8264318: Lanai: DrawHugeImageTest.java fails on apple M1
81877f7df20 : 8262501: jdk17 libjvm link failure with --as-needed and clock_gettime in librt
b23dbdbdb32 : 8257804: Test runtime/modules/ModuleStress/ModuleStressGC.java fails: 'package test defined in module jdk.test, exports list being walked' missing from stdout/stderr
9d669c912d3 : 8262981: Create implementation for NSAccessibilitySlider protocol
abdff7905f3 : 8163086: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails
b72d99e77b7 : 8233564: [TESTBUG] MouseComboBoxTest.java is failing
2b5869ad09e : 8233565: [TESTBUG] NullModalityDialogTest.java fails on MacOS
bba16f61bb5 : 8264818: G1: Improve liveness check for empty pinned regions after full gc marking
75da1e9a640 : 8264423: G1: Rename full gc attribute table states
125a8479a98 : 8264788: Make SequentialSubTasksDone use-once
0793fcbbca9 : 8260255: C1: LoopInvariantCodeMotion constructor can leave some fields uninitialized
b224b566491 : 8265225: jdk/jfr/tool/TestConfigure.java fails to cleanup the output files after the testing
7c6e3796efa : 8265120: hs_err improvement: align the output of Virtual space metadata
e7cbeba8664 : 8259070: Add jcmd option to dump CDS
593194864a4 : 8265246: Fix macos-Aarch64 build after JDK-8263709
79bff21b439 : 8263709: Cleanup THREAD/TRAPS/CHECK usage in JRT_ENTRY routines
f4c3efd9cf4 : 8265192: [macos_aarch64] configure script fails if GNU uname in PATH
e167577888b : 8265078: jpackage tests on Windows leave large temp files
05f851e45d7 : 8265236: ProblemList java/foreign/TestUpcall.java on macosx-aarch64
d1b28e7ad07 : 8265231: (fc) ReadDirect and WriteDirect tests fail after fix for JDK-8264821
57f86a071e9 : 8265235: ProblemList java/foreign/TestIntrinsics.java on macosx-aarch64
4c83d24f0a1 : 8058176: [mlvm] tests should not allow code cache exhaustion
94067446ba6 : 8264976: Minor numeric bug in AbstractSplittableWithBrineGenerator.makeSplitsSpliterator
80026d81a4b : 8265174: Update Class.getDeclaredMethods to discuss synthetic and bridge methods
ffb37718169 : 8265019: Update tests for additional TestNG test permissions
7e4cd480206 : 8264821: DirectIOTest fails on a system with large block size
0afcbd4b095 : 8264412: AArch64: CPU description should refer DMI
46616909818 : 8262883: doccheck: Broken links in java.base
75b039a43c5 : 8263970: Manual test javax/swing/JTextField/JapaneseReadingAttributes/JapaneseReadingAttributes.java failed
f5b2f089124 : 8257836: Add additional test cases to TestSyncOnValueBasedClassEvent.java
7218184b105 : API changes as requested by API council.
27dd88bf9e4 : 8262957: (fs) Fail fast in UnixFileStore.isExtendedAttributesEnabled
e2106d5af62 : 8265104: CpuLoad and SystemCpuLoad in OperatingSystem MXBean returns -1.0
ebbce91e79f : 8264681: Use the blessed modifier order in java.security
ea5c55a4aea : 8265103: Remove unnecessary inclusion of oopMap.hpp
26186ec3f69 : 8039261: [TEST_BUG]: There is not a minimal security level in Java Preferences and the TestApplet.html is blocked.
283d64f8153 : 8262896: [macos_aarch64] Crash in jni_fast_GetLongField
55d56495098 : 8263157: [macos]: java.library.path is being set incorrectly
e80012ede35 : 8264768: JFR: Allow events to be printed to the log
3b576ed99d7 : 8265100: (fs) WindowsFileStore.hashCode() should read cached hash code once
8df8512bc80 : 8265125: IGV: cannot edit forms with NetBeans GUI builder
9cd5400d9b2 : 8265138: Simplify DerUtils::checkAlg
c7975113a02 : 8264940: java/lang/invoke/6998541/Test6998541.java failed "guarantee(ik->is_initialized()) failed: java/lang/Byte$ByteCache must be initialized"
943503ef6a8 : 8265035: Remove unneeded exception check from refill_ic_stubs()
fced0f08bfd : 8265113: ProblemList gtest/GTestWrapper.java:os.release_multi_mappings on macosx-aarch64
2aae29c9228 : 8265111: ProblemList java/util/concurrent/locks/Lock/TimedAcquireLeak.java on macosx-aarch64
a84d886f4cb : 8265112: ProblemList some java/foreign tests on macosx-aarch64
87e39cb673d : 8265110: ProblemList compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java on macosx-aarch64
784f1c1f747 : 8264200: java/nio/channels/DatagramChannel/SRTest.java fails intermittently
a4f644eb2f0 : 8265064: Move clearing and setting of members into helpers in ReservedSpace
7006070fa33 : 8265061: Simplify MethodHandleNatives::canBeCalledVirtual
19356556222 : 8264957: Cleanup unused array Type::dual_type
954b9a1ce67 : 8264795: IGV: Upgrade NetBeans platform
f2f7aa3becd : 8262291: Refactor reserve_memory_special_huge_tlbfs
008fc75a290 : 8264224: Add macosx-aarch64 to Oracle build configurations
f4e639577e1 : 8264190: Harden TLS interop tests
18bec9cf9b9 : 8265084: [BACKOUT] 8264954: unified handling for VectorMask object re-materialization during de-optimization
9dd96257c62 : 8263763: Synthetic constructor parameters of enum are not considered for annotation indices
1ee80e03adf : 8261355: No data buffering in SunPKCS11 Cipher encryption when the underlying mechanism has no padding
d84a7e55be4 : 8264124: Update MXBean specification and implementation to extend mapping of CompositeType to records
714ae54f91d : 8258788: incorrect response to change in window insets [lanai]
f4794378d4c : 8265082: test/hotspot/jtreg/gc/g1/TestG1SkipCompaction.java fails validate-source
27f4b27138f : 8264623: Change to Xcode 12.4 for building on Macos at Oracle
7c20d97ac37 : 8265052: Break circular include dependency in objArrayOop.inline.hpp
b90ad76d6b8 : 8233567: [TESTBUG] FocusSubRequestTest.java fails on macos
125184e96f5 : 8265012: Shenandoah: Backout JDK-8264718
be0d46c142b : 8262068: Improve G1 Full GC by skipping compaction for regions with high survival ratio
f71be8b5d71 : 8264954: unified handling for VectorMask object re-materialization during de-optimization
3c9858ddfb3 : 8264827: Large mapped buffer/segment crash the VM when calling isLoaded
e604320bbde : 8264783: G1 BOT verification should not verify beyond allocation threshold
cb2806db4ed : 8265018: [AIX] FileDispatcherImpl.c:31:10: fatal error: 'sys/mount.h' file not found
ecef1fc82b7 : 8264972: Unused TypeFunc declared in OptoRuntime
440c34a62b7 : 8264644: Add PrintClassLoaderDataGraphAtExit to print the detailed CLD graph
b1ebf82269f : 8264358: Don't create invalid oop in method handle tracing
627ad9fe22a : 8262328: Templatize JVMFlag boilerplate access methods
c15680e7428 : 8264868: Reduce inclusion of registerMap.hpp and register.hpp
5784f6b7f74 : 8264948: Check for TLS extensions total length
42f4d706279 : 8264649: runtime/InternalApi/ThreadCpuTimesDeadlock.java crash in fastdebug C2 with -XX:-UseTLAB
76bd313d803 : 8264872: Dependencies: Migrate to PerfData counters
07c8ff47d2c : 8264871: Dependencies: Miscellaneous cleanups in dependencies.cpp
863feab9988 : 8005295: Use mandated information for printing of repeating annotations
f26cd2ac1ce : 8264997: Remove SystemDictionary::cache_get
9ebc497b53c : 8264765: BreakIterator sees bogus sentence boundary in parenthesized “i.e.” phrase
ec31b3a1373 : 8264727: Shenandoah: Remove extraneous whitespace from phase timings report
cc54de76ca9 : 8264400: (fs) WindowsFileStore equality depends on how the FileStore was constructed
6de0bb204a1 : 8232861: (fc) FileChannel.force fails on WebDAV file systems (macOS)
1ca4abe9f21 : 8262881: port JVM/DI tests from JDK-4413752 to JVM/TI
06e6b1f7aeb : 8259242: Remove ProtectionDomainSet_lock
9bb1863ed71 : 8260923: Add more tests for SSLSocket input/output shutdown
33fa855d5aa : 8264732: Clean up LinkResolver::vtable_index_of_interface_method()
b3782ead360 : 8264918: [JVMCI] getVtableIndexForInterfaceMethod doesn't check that type and method are related
d1541f30127 : 8264079: Improve abstractions
02c0e2c51b7 : 8262967: Improve Zip file support
d39e5d632d1 : 8264066: Enhance compiler validation
f7a6c63ad30 : 8259822: [PPC64] Support the prefixed instruction format added in POWER10
a45733f8400 : 8264779: Fix doclint warnings in java/nio
3e57924a6e2 : 8264885: Fix the code style of macro in aarch64_neon_ad.m4
051c117bf04 : 8264923: PNGImageWriter.write_zTXt throws Exception with a typo
1c6b1134d00 : 8264513: Cleanup CardTableBarrierSetC2::post_barrier
666fd62ee8c : 8264881: Remove the old development option MemProfiling
951f277a71b : 8264874: Build interim-langtools for HotSpot only if Graal is enabled
719f95e5042 : 8260693: Provide the support for specifying a signer in keytool -genkeypair
77b16739abd : 8256245: AArch64: Implement Base64 decoding intrinsic
57f1e7d9345 : 8264696: Multi-catch clause causes compiler exception because it uses the package-private supertype
3d2b4cc5677 : 8264864: Multiple byte tag not supported by ASN.1 encoding
ccefa5e378b : 8261625: Add `Elements.isAutomaticModule(ModuleElement)`
8a2358074fc : 8264428: Cleanup usages of StringBuffer in java.desktop
308f6796da4 : 8264454: Jaxp unit test from open jdk needs to be improved
5bd6c745473 : 8236127: Use value of --icon CLI option to set icon for exe installers
81d35e439d6 : 8264063: Outer Safepoint poll load should not reference the head of inner strip mined loop.
04fa1ed4d0d : 8264848: [macos] libjvm.dylib linker warning due to macOS version mismatch
214d6e21bb9 : 8263506: Make sun.net.httpserver.UnmodifiableHeaders unmodifiable
af13c64f68a : 8264711: More runtime TRAPS cleanups
3aec2d96475 : 8264718: Shenandoah: enable string deduplication during root scanning
255afbea92e : 8264672: runtime/ParallelLoad/ParallelSuperTest.java timed out
ec599da68ca : 8264633: Add missing logging to PlatformRecording#stop
e89542fbe61 : 8264352: AArch64: Optimize vector "not/andNot" for NEON and SVE
016db40c4a1 : 8263907: Specification of CellRendererPane::paintComponent(..Rectangle) should clearly mention which method it delegates the call to
78d1164ce28 : 8214455: Relocate CDS archived regions to the top of the G1 heap
88eb2919f55 : 8264809: test-lib fails to build due to some warnings in ASN1Formatter and jfr
a863ab69d34 : 8264551: Unexpected warning when jpackage creates an exe
6e2b82a45f2 : 8264731: Introduce InstanceKlass::method_at_itable_or_null()
22b20f8e92c : 8264424: Support OopStorage bulk allocation
ab3be7286aa : 8264863: Update JCov version to support JDK 17
774e5ae0099 : 8264742: member variable _monitor of MonitorLocker is redundant
7a99a9874b3 : 8262316: Reducing locks in RSA Blinding
d3fdd7399da : 8264173: [s390] Improve Hardware Feature Detection And Reporting
9d6503978df : 8263984: Invalidate printServices when there are no printers
adb860ec100 : 8255800: Raster creation methods need some specification clean up
eab84554e82 : 8261137: Optimization of Box nodes in uncommon_trap
92fad1b4088 : 8264680: Use the blessed modifier order in java.desktop
17202c89d5b : 8264748: Do not include arguments.hpp from compilerDefinitions.hpp
c3abdc9aadc : 8264797: Do not include klassVtable.hpp from instanceKlass.hpp
eb5c097b6de : 8262389: Use permitted_enctypes if default_tkt_enctypes or default_tgs_enctypes is not present
bfb034abf9d : 8264524: jdk/internal/platform/docker/TestDockerMemoryMetrics.java fails due to swapping not working
a756d8d7ef0 : 8264759: x86_32 Minimal VM build failure after JDK-8262355
0f13e2277fe : 8264791: java/util/Random/RandomTestBsi1999.java failed "java.security.SecureRandom nextFloat consecutive"
4bb80f37209 : 8262898: com/sun/net/httpserver/bugs/8199849/ParamTest.java times out
2f5169965dc : 8264554: X509KeyManagerImpl calls getProtectionParameter with incorrect alias
114e3c3e2da : 8263856: Github Actions for macos/aarch64 cross-build
a611c462f93 : 8264048: Fix caching in Jar URL connections when an entry is missing
bf26a2558f6 : 8264027: Refactor "CLEANUP" region printing
eb6330e4f03 : 8264047: Duplicate global variable 'jvm' in libjavajpeg and libawt
81325483d8e : 8264359: Compiler directives should enable DebugNonSafepoints when PrintAssembly is requested
ec7b0028e81 : 8264626: C1 should be able to inline excluded methods
ff223530b66 : 8264565: Templatize num_arguments() functions of DCmd subclasses
54b4070da76 : 8264634: CollectCLDClosure collects duplicated CLDs when dumping dynamic archive
43d4a6f6154 : 8264564: AArch64: use MOVI instead of FMOV to zero FP register
dc608fd0f34 : 8264411: serviceability/jvmti/HeapMonitor tests intermittently fail due to large TLAB size
b1a225e1191 : 8263565: NPE was thrown when sun.jvm.hotspot.rmi.serverNamePrefix was set
c41cd1521f2 : 8264686: ClhsdbTestConnectArgument.java should use SATestUtils::validateSADebugDPrivileges
b7baca7f326 : 8264288: Performance issue with MethodHandle.asCollector
920189918ed : 8264729: Random check-in failing header checks.
d920f8588cc : 8264540: WhiteBox.metaspaceReserveAlignment should return shared region alignment
104e925dfda : 8264512: jdk/test/jdk/java/util/prefs/ExportNode.java relies on default platform encoding
a0ec2cb2894 : 8248862: Implement Enhanced Pseudo-Random Number Generators
39719da9d1c : 8253266: JList and JTable constructors should clear OPAQUE_SET before calling updateUI
a8005efde38 : 8166727: javac crashed: [jimage.dll+0x1942] ImageStrings::find+0x28
7f9ece23dc6 : 8264650: Cross-compilation to macos/aarch64
0039c18e080 : 8264475: CopyArea ignores clip state in metal rendering pipeline 8251036: SwingSet2 - Dragging internal frame inside jframe leaves artifacts with MetalLookAndFeel
f084bd2f619 : 8262355: Support for AVX-512 opmask register allocation.
078066695ba : 8254050: HotSpot Style Guide should permit using the "override" virtual specifier
f259eeaf65c : 8264393: JDK-8258284 introduced dangling TLH race
9b2232bc1fd : 8264123: add ThreadsList.is_valid() support
e8eda655bb2 : 8264664: use text blocks in javac module tests
cec66cf8efa : 8264572: ForkJoinPool.getCommonPoolParallelism() reports always 1
9c283da1752 : 8264662: ProblemList vmTestbase/jit/escape/AdaptiveBlocking/AdaptiveBlocking001/AdaptiveBlocking001.java on win-x64 with ZGC
eb0ac86dc67 : 8264655: Minor internal doc comment cleanup
3991b329b11 : 8264539: Improve failure message of java/nio/file/WatchService/SensitivityModifier.java
4133dedeef1 : 8264658: ProblemList javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java on linux-x64
220ddbd99e3 : 8264657: ProblemList java/awt/Focus/FrameMinimizeTest/FrameMinimizeTest.java on linux-x64
d0f3cc92bc9 : 8264656: ProblemList sun/security/ssl/SSLSocketImpl/SSLSocketImplThrowsWrongExceptions.java on linux-x64
6c145c47683 : 8264544: Case-insensitive comparison issue with supplementary characters.
f60e81bf7b4 : 8264548: Dependencies: ClassHierarchyWalker::is_witness() cleanups
177bc84fe86 : 8264606: More comment for ECDH public key validation
885916eda02 : 8262280: Incorrect exception handling for VMThread in class redefinition
7d0a0bad7f3 : 8264109: Add vectorized implementation for VectorMask.andNot()
0935eaa4b4b : 8264409: AArch64: generate better code for Vector API allTrue
4793557fa86 : 8264502: (fc) FileDispatcherImpl.setDirect0 might return uninitialized variable on some platforms
da643cdb204 : 8264526: javax/swing/text/html/parser/Parser/8078268/bug8078268.java timeout
66d9961cbd8 : 8205502: Make exception message from AnnotationInvocationHandler more informative
5e59d28def6 : 8262046: Clean up parallel class loading code and comments
04f24fe9adc : 8264403: [macos]: App names containing '.' characters results in an error message when launching
b953386de1b : 8264609: Number.{byteValue, shortValue} spec should use @implSpec
58583990625 : 8264285: Clean the modification of ccstr JVM flags
6e0da9961f5 : 8263448: CTW: fatal error: meet not symmetric
328e9514a85 : 8169629: Annotations with lambda expressions cause AnnotationFormatError
c04a743bd43 : 8264557: Incorrect copyright year for test/micro/org/openjdk/bench/java/lang/MathBench.java after JDK-8264054
4b197714019 : 8264150: CDS dumping code calls TRAPS functions in VM thread
1dc75e9ef58 : 8264538: Rename SystemDictionary::parse_stream
80681b54709 : 8264546: Dependencies: Context class is always an InstanceKlass
fdfa1dda08f : 8264306: Non deterministic generation of java/lang/invoke/MemberName.class
011f6d13ab3 : 8264223: CodeHeap::verify fails extra_hops assertion in fastdebug test
0696fd0e816 : 8263496: MetalHighContrastTheme.getControlHighlight cleanup
6cf109503a2 : 8264484: Replace uses of StringBuffer with StringBuilder in jdk.hotspot.agent
d2df9a7df89 : 8264331: Use the blessed modifier order in jdk.compiler
02287349027 : 8262470: Printed GlyphVector outline with low DPI has bad quality on Windows
3997c99e0a1 : 8264222: Use switch expression in jshell where possible
39f0b27a127 : 8176026: SA: Huge heap sizes cause a negative value to be displayed in the jhisto heap total
de495df78d5 : 8264413: Data is written to file header even if its CRC32 was calculated
52d8a229439 : 8264054: Bad XMM performance on java.lang.MathBench.sqrtDouble
16acfafb6bb : 8012229: [lcms] Improve performance of color conversion for images with alpha channel
cb70ab0cb92 : 8263235: sanity/client/SwingSet/src/ColorChooserDemoTest.java failed throwing java.lang.NoClassDefFoundError
e2ec997b553 : 8263551: Provide shared lock-free FIFO queue implementation
59e0cbe90fc : 8264460: Improve NTLM support
fb9e1da012d : 8262380: Enhance XML processing passes
ebe32531349 : 8256491: Better HTTP transport
7b3b937dc69 : 8256157: Improve bytecode assembly
e1ebaf444c7 : 8258432: Improve file transfers
dec344709fe : 8264346: nullptr_t undefined in global namespace for clang+libstdc++
0fa35728a75 : 8264489: Add more logging to LargeCopyWithMark.java
f43d14a2ffe : 8264396: Use the blessed modifier order in jdk.internal.jvmstat
6225ae636e3 : 8264466: Cut-paste error in InterfaceCalls JMH
40c3249160c : 8264149: BreakpointInfo::set allocates metaspace object in VM thread
999c134884b : 8264417: ParallelCompactData::region_offset should not accept pointers outside the current region
604b14c43d1 : 8264112: (fs) Reorder methods/constructor/fields in UnixUserDefinedFileAttributeView.java
9061271b0b4 : 8261957: [PPC64] Support for Concurrent Thread-Stack Processing
8a4a9117f5e : 8262894: [macos_aarch64] SIGBUS in Assembler::ld_st2
ab6faa607b8 : 8263582: WB_IsMethodCompilable ignores compiler directives
928fa5b5f96 : 8244540: Print more information with -XX:+PrintSharedArchiveAndExit
e073486ffe4 : 8262093: java/util/concurrent/tck/JSR166TestCase.java failed "assert(false) failed: unexpected node"
815248ab272 : 8264148: Update spec for exceptions retrofitted for exception chaining
353807c5f10 : 8263898: (fs) Files.newOutputStream on the "NUL" special device throws FileSystemException: "nul: Incorrect function" (win)
2bd80f94a11 : 8264326: Modernize javax.script.ScriptEngineManager and related classes' implementation
b08d6383b9a : 8262503: Support records in Dynalink
21e7402b04d : 8263707: C1 RangeCheckEliminator support constant array and NewMultiArray
2ad6f2d9bcb : 8263896: Make not_suspended parameter from ObjectMonitor::exit() have default value
b65219881da : 8264429: Test runtime/cds/appcds/VerifyWithDefaultArchive.java assumes OpenJDK build
2c9365d79cf : 8264271: Avoid creating non_oop_word oops
daeca3fff22 : 8262958: (fs) UnixUserDefinedFileAttributeView cleanup
af02883575c : 8264191: Javadoc search is broken in Internet Explorer
6e74c3ab940 : 8264193: Remove TRAPS parameters for modules and defaultmethods
ee5e00b05f5 : 8264279: Shenandoah: Missing handshake after JDK-8263427
ac604a18c92 : 8264374: Shenandoah: Remove leftover parallel reference processing argument
f3726a87007 : 8264020: Optimize double negation elimination
4ffa41c3db1 : 8263615: Cleanup tightly_coupled_allocation
4ea6abfbd18 : 8264324: Simplify allocation list management in OopStorage::reduce_deferred_updates
8735259f058 : 8264333: Use the blessed modifier order in jdk.jshell
d2a63f259e0 : 8264360: Loop strip mining verification fails with "should be on the backedge"
8100a20e981 : 8263971: C2 crashes with SIGFPE with -XX:+StressGCM and -XX:+StressIGVN
bcdf4694e07 : 8264337: VM crashed when -XX:+VerifySharedSpaces
1a681fa743d : 8263560: Remove needless wrapping with BufferedInputStream
182b11c31aa : 8264016: [JVMCI] add some thread local fields for use by JVMCI
8cf1c62c345 : 8263754: HexFormat 'fromHex' methods should be static
a5d7de23510 : 8263404: RsaPrivateKeySpec is always recognized as RSAPrivateCrtKeySpec in RSAKeyFactory.engineGetKeySpec
128c0c97a59 : 8248418: jpackage fails to extract main class and version from app module linked in external runtime
fd45694c584 : 8264344: Outdated links in JavaComponentAccessibility.m
f85e7d3cd75 : 8260967: Better jar file validation
2a6b49b2d44 : 8262477: Enhance String Conclusions
f17ea9e66b6 : 8262899: TestRedirectLinks fails
963f1fc6dea : 8264309: JFR: Improve .jfc parser
364cce1485a : 8264332: Use the blessed modifier order in jdk.charsets
fbbd98ba53e : 8264029: Replace uses of StringBuffer with StringBuilder in java.base
019080e4704 : 8264268: Don't use oop types for derived pointers
3516c2650cf : 8263591: Two C2 compiler phases with the name "after matching"
3caea470e13 : 8262739: String inflation C2 intrinsic prevents insertion of anti-dependencies
19a6ac46ceb : 8264142: Remove TRAPS/THREAD parameters for verifier related functions
aefc1560b51 : 8264179: [TESTBUG] Some compiler tests fail when running without C2
30b4b17ccb5 : 8264334: Use the blessed modifier order in jdk.jpackage
8ee9a05d37b : 8259623: JfrTypeSet::_subsystem_callback is left dangling after use
1f54ed07ad1 : 8264096: slowdebug jvm crashes when StrInflatedCopy match rule is not supported
447e0dfe6b9 : 8263769: simplify PhaseMacroExpand::extract_call_projections()
99b4bab366f : 8263188: JSSE should fail fast if there isn't supported signature algorithm
6678b01c576 : 8264328: Broken license in javax/swing/JComboBox/8072767/bug8072767.java
2fa6a3c47cb : 8264006: Fix AOT library loading on CPUs with 256-byte dcache line
c986457f82b : 8264329: Z cannot be 1 for Diffie-Hellman key agreement
a209ed01baf : 8263670: pmap and pstack in jhsdb do not work on debug server
38e0a58f6c5 : 8264273: macOS: zero VM is broken due to no member named 'is_cpu_emulated' after JDK-8261966
c9d2d024a33 : 8263632: Improve exception handling of APIs in classLoader.cpp
59ed1fa28c8 : 8264087: Use the blessed modifier order in jdk.jconsole
054e0a42457 : 8264017: Correctly report inlined frame in JFR sampling
d6bb1537f3b : 8264240: [macos_aarch64] enable appcds support after JDK-8263002
7284f013ea3 : 8262110: DST starts from incorrect time in 2038 8073446: TimeZone getOffset API does not return a dst offset between years 2038-2137
3a28dc82131 : 8264178: Unused method Threads::nmethods_do
33c94ffc810 : 8263376: CTW (Shenandoah): assert(mems <= 1) failed: No node right after call if multiple mem projections
4e74de4b2ee : 8264111: (fs) Leaking NativeBuffers in case of errors during UnixUserDefinedFileAttributeView.read/write
57115fa23dc : 8189198: Add "forRemoval = true" to Applet API deprecations
b8122d6e3b2 : 8264220: jdk/javadoc/doclet/testRelatedPackages/TestRelatedPackages.java fails to compile
507b690f886 : 8264126: Remove TRAPS/THREAD parameter for class loading functions
f3eed052367 : 8263928: Add JAWT test files for mac
4fbb7c24c2d : 8263472: Specification of JComponent::updateUI should document that the default implementation does nothing
e47dfb8e28e : 8264062: Use the blessed modifier order in jdk.jfr
5a930c42de2 : 8264135: UnsafeGetStableArrayElement should account for different JIT implementation details
bb354b9d1c3 : 8264166: OopStorage should support specifying MEMFLAGS for allocations
41657b15ac8 : 8261551: Remove special CDS handling in Metaspace::allocate
fe8ef3223d3 : 8264151: ciMethod::ensure_method_data() should return false is loading resulted in empty state
4e708e58dcd : 8260862: JFR: New configure command for the jfr tool
259319669c8 : 8264161: BigDecimal#stripTrailingZeros can throw undocumented ArithmeticException
2a5e0dd3609 : 8262081: vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter001/TestDescription.java failed with "ERROR: eventSet1.size() != 3 :: 2"
374272fd137 : 8261502: ECDHKeyAgreement: Allows alternate ECPrivateKey impl and revised exception handling
dbc9e4b50cd : 8253795: Implementation of JEP 391: macOS/AArch64 Port 8253816: Support macOS W^X 8253817: Support macOS Aarch64 ABI in Interpreter 8253818: Support macOS Aarch64 ABI for compiled wrappers 8253819: Implement os/cpu for macOS/AArch64 8253839: Update tests and JDK code for macOS/Aarch64 8254941: Implement Serviceability Agent for macOS/AArch64 8255776: Change build system for macOS/AArch64 8262903: [macos_aarch64] Thread::current() called on detached thread
b006f22f1f4 : 4833719: (bf) Views of MappedByteBuffers are not MappedByteBuffers, and cannot be forced
8307aa6dcbb : 8264165: jpackage BasicTest fails after JDK-8220266: Check help text contains plaform specific parameters
c037e1edaf7 : 8263454: com.apple.laf.AquaFileChooserUI ignores the result of String.trim()
a1e717f13ec : 8264146: Make Mutex point to rather than embed _name
f69afba5273 : 8263300: add HtmlId for the block containing a class's description.
d82464f8518 : 8263528: Make static page ids safe from collision with language elements
d602ae080bd : 8263884: Clean up os::is_allocatable() across Posix platforms
a9d287a6674 : 8260388: Listing (sub)packages at package level of API documentation
8120064dcc9 : 8263781: C2: Cannot hoist independent load above arraycopy
9689863ac0b : 8262295: C2: Out-of-Bounds Array Load from Clone Source
a678a38dd90 : 8263743: redundant lock in SSLSocketImpl
3fcb499ce69 : 8263768: JFormattedTextField.AbstractFormatter.getDocumentFilter()/getNavigationFilter() spec doesn't mention what the default impls return and what does it mean
41555332583 : 8258753: StartTlsResponse.close() hangs due to synchronization issues
3e18330a333 : 8264018: AArch64: NEON loadV2 and storeV2 addressing is wrong
0ff81682e63 : 8258957: DocLint: check for HTML start element at end of body
3d7f91223ec : 8220266: add support for additional metadata in add/remove programs
37f494cafad : 8260619: Add final modifier to several DataFlavor static fields
cfc9aa34fdf : 8264002: Delete outdated assumptions about ColorSpace initialization
623f0b6bc61 : 8262235: Remove unnecessary logic in hugetlbfs_sanity_check()
1a13c9ef83f : 8263473: Update annotation terminology (2)
3e751a5a9c3 : 8263198: javadoc HELP page
5ca5962d8fd : 8259926: Error in jpackage sample usage in the help text
70d34017b50 : 8263887: Re-create default icons
133a63b4a1a : 8263968: CDS: java/lang/ModuleLayer.EMPTY_LAYER should be singleton
3aee5ad2dd5 : 8264026: Remove dependency between free collection set and eagerly reclaim humongous object tasks
deda80f0227 : 8264057: [redo] JDK-8248904: Add support to jpackage for the Mac App Store.
57c3f271d3f : 8263989: Cleanup in EA
4d8e9860e25 : 8261966: macOS M1: report in hs_err log if we are running x86 code in emulation mode (Rosetta)
bc91596ca10 : 8264051: Remove unused TRAPS parameters from runtime functions
5d7e93c86dc : 8264004: Don't use TRAPS if no exceptions are thrown
9ee0b9a17bf : 8264052: Shenandoah: Backout 8263832
e55aa41f57f : 8263899: HttpClient throws NPE in AuthenticationFilter when parsing www-authenticate head
6c0fbf70e89 : 8254196: jshell infinite loops when startup script contains System.exit call
a79f0956975 : 8263721: Unify oop casting
329697b02ee : 8263358: Update java.lang to use instanceof pattern variable
ae9af57bf69 : 8264001: JFR: Modernize implementation
fad8484058f : 8263411: Convert jshell tool to use Stream.toList()
06d46d6c0b0 : 8264008: Incorrect metaspace statistics after JEP 387 when UseCompressedClassPointers is off
45e1bab87cc : 8264091: Use the blessed modifier order in java.logging
cb776edfd71 : 8263981: java.awt.image.ComponentSampleModel equals/hashcode use numBands twice
da512bf5651 : 8264050: Remove unused field VM_HeapWalkOperation::_collecting_heap_roots
6e3a158a65c : 8263352: assert(use == polladr) failed: the use should be a safepoint polling
8d63bb6a603 : 8260565: JFR: Fix copyright header in tests
0b2aa1b6050 : 8263978: Clarify why 0 argument is ignored in SecureRandom::setSeed
15bcf6d9f5b : 8264055: backout JDK-8248904 in order to resubmit with additional attribution.
2425462a84a : 8263903: Use Cleaner instead of finalize to auto stop Timer thread
35102cb03fe : 8263992: Remove dead code NativeLookup::base_library_lookup
91d86e6ac1c : 8263572: Output from jstack mixed mode is misaligned
47ef038977c : 8263905: Remove finalize methods for SocketInput/OutputStream
1c9817b0bce : 8261479: CDS runtime code should check exceptions
087c8bfb5ff : 8264041: Incorrect comments for ParallelCompactData::summarize_dense_prefix
c087f3ed40f : 8263995: Incorrect double-checked locking in Types.arraySuperType()
d7268fa3a68 : 8251942: PrintStream specification is not clear which flush method is automatically invoked
8fa34e40437 : 8241619: (fs) Files.newByteChannel(path, Set.of(CREATE_NEW, READ)) does not throw a FileAlreadyExistsException when the file exists
e9321cdc41c : 8263964: Redundant check in ObjectStartArray::object_starts_in_range
bd7a184b98f : 8263442: Potential bug in jdk.internal.net.http.common.Utils.CONTEXT_RESTRICTED
233536263e1 : 8264032: Improve thread safety of Runtime.version()
8c1ab38ee20 : 8263766: Confusing specification of JEditorPaneAccessibleHypertextSupport constructor
5bc382fb7a0 : 8263976: Remove block allocation from BasicHashtable
fbd57bd4982 : 8263260: [s390] Support latest hardware (z14 and z15)
de2ff25687b : 8263974: Move SystemDictionary::verify_protection_domain
9dad857ede9 : 8263080: Obsolete relationship in MulticastSocket API documentation.
851474a8b8e : 8263649: AArch64: update cas.m4 to match current AD file
fd3a33a8566 : 8263189: C2: assert(!had_error) failed: bad dominance
7b81f8e34b2 : 8263915: runtime/cds/appcds/MismatchedPathTriggerMemoryRelease.java fails when UseCompressedClassPointers is off
2da882c0fa7 : 8262465: Very long compilation times and high memory consumption in C2 debug builds
0b03d047925 : 8167015: compiler/codecache/jmx/PoolsIndependenceTest.java timeout
df01b15b8ba : 8263977: GTK L&F: Cleanup duplicate checks in GTKStyle and GTKLookAndFeel
57d8f1d09c7 : 8263985: BCEscapeAnalyzer::invoke checks target->is_loaded() twice
4ef7c67bc6c : 8263979: Cleanup duplicate check in Unicode.contains
289d48ae327 : 8261673: Move javadoc for the lookup mechanism to module-info
7b6efd3b86e : 8263904: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32
036ae0ea3e4 : 8225438: javax/net/ssl/TLSCommon/TestSessionLocalPrincipal.java failed with Read timed out
5a51d709872 : 8247895: SHA1PRNGReseed.java is calling setSeed(0)
b2a52ea5167 : 8263342: Add --connect option to jhsdb hsdb/clhsdb
6b4c654186e : 8263776: [JVMCI] add helper to perform Java upcalls
b23228d152f : 8263914: CDS fails to find the default shared archive on x86_32
a5e7a890fe7 : 8263904: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32
f62b1008ed1 : 8263895: Test nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001/getthrdgrpchld001.cpp uses incorrect indices
f84b52b84dc : 8263897: compiler/c2/aarch64/TestVolatilesSerial.java failed with "java.lang.RuntimeException: Wrong method"
f08bf4b918a : 8263891: Changes for 8076985 missed the fix.
b2df51372ff : 8261785: Calling "main" method in anonymous nested class crashes the JVM
840ab7bf0fb : 8263894: Convert defaultPrinter and printers fields to local variables
ba504fcee8b : 8187450: JNI local refs exceeds capacity warning in NetworkInterface::getAll
0abbfb2fc5a : 8263729: [test] divert spurious output away from stream under test in ProcessBuilder Basic test
6c2220e65d6 : 8263861: Shenandoah: Remove unused member in ShenandoahGCStateResetter
5262d95b123 : 8263855: Use the blessed modifier order in java.management/naming
6f1bcb056aa : 8263593: Fix multiple typos in hsdis README
a9d2267f8d3 : 8260589: Crash in JfrTraceIdLoadBarrier::load(_jclass*)
42104e5575a : 8263488: Verify CWarningWindow works with metal rendering pipeline
5a7f22ab94b : 8263579: ZGC: Concurrent mark hangs with debug loglevel
35cd9456b92 : 8263908: Build fails due to initialize_static_field_for_dump defined but not used after JDK-8263771
cd45538b5e5 : 8263771: Refactor javaClasses initialization code to isolate dumping code
118a49fc969 : 8263846: Bad JNI lookup getFocusOwner in accessibility code on Mac OS X
cb742f95607 : 8255255: Update Apache Santuario (XML Signature) to version 2.2.1
d2c137d408b : 8263558: Possible NULL dereference in fast path arena free if ZapResourceArea is true
ab66d6991d8 : 8263138: Initialization of sun.font.SunFontManager.platformFontMap is not thread safe
5b8233ba0a1 : 8263871: On sem_destroy() failing we should assert
96e5c3f1e0c : 8263890: Broken links to Unicode.org
4d9517d2333 : 8263834: Work around gdb <incomplete type> for HashtableEntry
6fa6557d5e5 : 8263825: Remove unused and commented out member from NTLMException
77ebc11038f : 8263892: More modifier order fixes in java.base
80d3ea02616 : 8263885: Use the blessed modifier order in java.sql/rowset/transation.xa
6737135b14f : 8262083: vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/TestDescription.java failed with "No notification: event JVMTI_EVENT_FRAME_POP (61)"
57fc8e9b35d : 8262080: vmTestbase/nsk/jdi/Event/request/request001/TestDescription.java failed with "ERROR: new event is not ThreadStartEvent"
0b5216a922b : 8263545: Convert jpackage to use Stream.toList()
ed701ea6878 : 8262271: SA: Add new stress test that tests getting the stack trace of an active thread
30da9bc3c02 : 8263546: Add "findsym" command to clhsdb.html help file
d41f75120dd : 8247370: Clean up unused printing code in awt_PrintJob.cpp
b49c5893409 : 8263658: Use the blessed modifier order in java.base
1572f3ccddc : 8263852: Unused method SoftRefPolicy::use_should_clear_all_soft_refs
57497ab0ca7 : 8263821: Remove unused MethodTypeForm canonicalization codes
4d51a82ba8c : 8263818: Release JNI local references in get/set-InetXXAddress-member helper functions of net_util.c
701fd9da085 : 8262476: Add filter to speed up CompileCommand lookup
454af8719e3 : 8263185: Mallinfo deprecated in glibc 2.33
d24e4cfef36 : 8263481: Specification of JComponent::setDefaultLocale doesn't mention that passing 'null' restores VM's default locale
1a21f77971c : 8263482: Make access to the ICC color profiles data multithread-friendly
d185655c27f : 8263832: Shenandoah: Fixing parallel thread iteration in final mark task
434a399bea4 : 8260274: Cipher.init(int, key) does not use highest priority provider for random bytes
6aa28b3bdb7 : 8263827: Suspend "missing" javadoc doclint checks for smartcardio
ed1e25d548d : 8263833: Stop disabling warnings for sunFont.c with gcc
788e30c1541 : 8263320: [test] Add Object Stream Formatter to work with test utility HexPrinter
fa0f1614ffa : 8263742: (bf) MappedByteBuffer.force() should use the capacity as its upper bound
c82a673cf61 : 8262001: java/lang/management/ThreadMXBean/ResetPeakThreadCount.java failed with "RuntimeException: Current Peak = 14 Expected to be == previous peak = 7 + 8"
01ddf3d2800 : 8263622: The java.awt.color.ICC_Profile#setData invert the order of bytes for the "head" tag
e34f766b7ec : 8252723: Run stack016.java also with C2-only
2173feddb57 : 8263439: getSupportedAttributeValues() throws NPE for Finishings attribute
e543a500984 : 8261352: Create implementation for component peer for all the components who should be ignored in a11y interactions
21db0f6768d : 8263659: Reflow GTestResultParser for better readability
e333b6e1534 : 8246494: introduce vm.flagless at-requires property
8c8d1b31f0c : 8263495: Gather liveness info in the mark phase of G1 full gc
a85dc557b30 : 8263311: Watch registry changes for remote printers update instead of polling
3f31a6baa90 : 8263775: C2: igv_print() crash unexpectedly when called from debugger
63eae8fac20 : 8260605: Various java.lang.invoke cleanups
9cd21b687ef : 8263590: Rawtypes warnings should be produced for pattern matching in instanceof
ff52f2989fd : 8260716: Assert in MacroAssembler::clear_mem with -XX:-IdealizeClearArrayNode
72b82fd7be3 : 8263725: JFR oldobject tests are not run when GCs are specified explicitly
444a80b920f : 8263455: NMT: assert on registering a region which completely engulfs an existing region
2b93ae00194 : 8261480: MetaspaceShared::preload_and_dump should check exceptions
81ba5784ba8 : 8263676: AArch64: one potential bug in C1 LIRGenerator::generate_address()
9225a23023f : 8263108: Class initialization deadlock in java.lang.constant
5d5813a5d35 : 8263757: Remove serviceability/sa/ClhsdClasses.java from ZGC problem list
50ff0d4dd4c : 8263756: Fix ZGC ProblemList entry for serviceability/sa/ClhsdbSymbol.java
99b39aadbde : 8262807: Note assumptions of core reflection modeling and parameter handling
26234b53335 : 8254979: Class.getSimpleName() returns non-empty for lambda and method
83a49ef845e : 8263753: two new tests from JDK-8261671 fail with "Error. can not find ClassFileInstaller in test directory or libraries"
24afa36d5c8 : 8263726: divideToIntegralValue typo on BigDecimal documentation
cdf78e47c40 : 8262298: G1BarrierSetC2::step_over_gc_barrier fails with assert "bad barrier shape"
7674da43797 : 8262398: Shenandoah: Disable nmethod barrier and stack watermark when running with passive mode
4f4ca0e705c : 8261671: X86 I2L conversion can be skipped for certain masked positive values
5d87a21991b : 8263361: Incorrect arraycopy stub selected by C2 for SATB collectors
e152cc03129 : 8263677: Improve Character.isLowerCase/isUpperCase lookups
b63b5d4c4bf : 8263732: ProblemList serviceability/sa/ClhsdbSymbol.java on ZGC
000012a3b08 : 8148937: (str) Adapt StringJoiner for Compact Strings
a707fcb5159 : 8263723: [BACKOUT] MoveAndUpdateClosure::do_addr calls function with side-effects in an assert
86e9cd989d5 : 8263667: Avoid running GitHub actions on branches named pr/*
41276eb83a6 : 8259863: doc: JShell snippet doesn't compile
f9f2eef91dd : 8263434: Dangling references after MethodComparator::methods_EMCP
23fc2a4d97e : 8263688: Coordinate equals, hashCode and compareTo of JavacFileManager.PathAndContainer
d1baed677e3 : 8263672: fatal error: no reachable node should have no use
086a66a0cd9 : 8261095: Add test for clhsdb "symbol" command
ec95a5c62aa : 8263410: ListModel javadoc refers to non-existent interface
7b9d2562abf : 8261262: Kitchensink24HStress.java crashed with EXCEPTION_ACCESS_VIOLATION
d2144a5b9dc : 8263058: Optimize vector shift with zero shift count
dd6c91141aa : 8263705: Two shenandoah tests fail due to can't find ClassFileInstaller
4acb88396ef : 8261666: [mlvm] Remove WhiteBoxHelper
50697965cfd : 8263164: assert(_base >= VectorA && _base <= VectorZ) failed: Not a Vector while calling StoreVectorNode::memory_size()
996079b9028 : 8260650: test failed with "assert(false) failed: infinite loop in PhaseIterGVN::optimize"
9cb9af68659 : 8260959: remove RECORDS from PreviewFeature.Feature enum
05fe06a6baf : 8255790: GTKL&F: Java 16 crashes on initialising GTKL&F on Manjaro Linux
422eba81b1e : 8263536: Add @build tags to jpackage tests
0d2f87e4940 : 8263562: Checking if proxy_klass_head is still lambda_proxy_is_available
a67a679c78e : 8263679: C1: Remove vtable call
11c8c78c47f : 8248904: Add support to jpackage for the Mac App Store
dc93138b050 : 8256732: Zero: broken +ZeroTLAB exposes badly initialized memory
e33bfb39771 : 8263450: Simplify LambdaForm.useCount
75ef6f580e8 : 8263427: Shenandoah: Trigger weak-LRB even when heap is stable
4517d72fc2b : 8263612: Unused variables in C1 runtime
83a9a0296e5 : 8263509: LdapSchemaParser.readNextTag checks array length incorrectly
9c50b8e66a8 : 8263587: C2: JVMS not cloned when needs_clone_jvms() is true
68deb24b383 : 8080272: Refactor I/O stream copying to use InputStream.transferTo/readAllBytes and Files.copy
a31a23d5e72 : 8263595: Remove oop type punning in JavaCallArguments
a1f6591f6c2 : 8263589: Introduce JavaValue::get_oop/set_oop
20297a1bebf : 8263577: C2: reachable nodes shouldn't have dead uses at the end of optimizations
c484d890428 : 8263557: Possible NULL dereference in Arena::destruct_contents()
ba35193c1ab : 8263559: Add missing initializers to VM_PopulateDumpSharedSpace
e03a59489c2 : 8262504: Some CLHSDB command cannot know they run on remote debugger
d896246a117 : 8263420: Incorrect function name in NSAccessibilityStaticText native peer implementation
8c1112a6904 : 8261916: gtest/GTestWrapper.java vmErrorTest.unimplemented1_vm_assert failed
1e570870f21 : 8263392: Allow current thread to be specified in ExceptionMark
4d1c08ca99e : 8263616: 'Deprecatd' typo in src/hotspot/share/classfile/classFileParser.cpp
0c718ab2a0a : 8262277: URLClassLoader.getResource throws undocumented IllegalArgumentException
4f1cda4fd74 : 8263387: G1GarbageCollection JFR event gets gc phase, not gc type
5ab5244814b : 8263514: Minor issue in JavacFileManager.SortFiles.REVERSE
771b146aeb6 : 8245025: MoveAndUpdateClosure::do_addr calls function with side-effects in an assert
46d78f0d249 : 6539707: (fc) MappedByteBuffer.force() method throws an IOException in a very simple test
189289d9c71 : 8262326: MaxMetaspaceSize does not have to be aligned to metaspace commit alignment
d825198e55d : 8263556: remove `@modules java.base` from tests
d6b5e1809bb : 8263191: Consolidate ThreadInVMfromJavaNoAsyncException and ThreadBlockInVMWithDeadlockCheck with existing wrappers
80cdf7882db : 8263544: Unused argument in ConstantPoolCacheEntry::set_field()
c0176c42dcb : 8263552: Use String.valueOf() for char-to-String conversions
fac39fe97a1 : 8263508: Remove dead code in MethodHandleImpl
7b4aefe9e1e : 8263530: sun.awt.X11.ListHelper.removeAll() should use clear()
32c7fcc6701 : 8263490: [macos] Crash occurs on JPasswordField with activated InputMethod
8afec70c283 : 8260931: Implement JEP 382: New macOS Rendering Pipeline
0638303316b : 8263497: Clean up sun.security.krb5.PrincipalName::toByteArray
ba22e6f6fa4 : 8263446: Avoid unary minus over unsigned type in ObjectSynchronizer::dec_in_use_list_ceiling
b371f90f775 : 8263504: Some OutputMachOpcodes fields are uninitialized
f7e0a09802f : 8263425: AArch64: two potential bugs in C1 LIRGenerator::generate_address()
554dd29fb67 : 8263564: Consolidate POSIX code for runtime exit support: os::shutdown, os::abort and os::die
da9ead5e7fe : 8263399: CDS should archive only classes allowed by module system
9c84899da46 : 8263555: use driver-mode to run ClassFileInstaller
8e562d261c9 : 8263477: serviceability/sa/ClhsdbDumpheap.java timed out
a7aba2b61cb : 8263549: 8263412 can cause jtreg testlibrary split
d339320e0b6 : 8263136: C4530 was reported from VS 2019 at access bridge
a5287710647 : 8262491: AArch64: CPU description should contain compatible board list
86e4c755f90 : 8256156: JFR: Allow 'jfr' tool to show metadata without a recording
0b68ced027d : 8263548: runtime/cds/appcds/SharedRegionAlignmentTest.java fails to compile after JDK-8263412
43524cc41a6 : 8243455: Many SA tests can fail due to trying to get the stack trace of an active method
e834f99d1de : 8263412: ClassFileInstaller can't be used by classes outside of default package
bf9b5fa7534 : 8263501: compiler/oracle/TestInvalidCompileCommand.java fails with release VMs
0c8350edaf0 : 8263460: DynamicArchiveRelocationTest.java fails in product VM
b2f7c58dc9f : 8263055: hsdb Command Line Debugger does not properly direct output for some commands
ecfa712c1d8 : 8263326: Remove ReceiverTypeData check from serviceability/sa/TestPrintMdo.java
b932a62c441 : 8263470: Consolidate copies of getClassBytes in various tests
0ea48d9d65e : 8194129: Regression automated Test '/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/TranslucentChoice.java' fails
4b5c664b4cb : 8178348: left_n_bits(0) invokes undefined behavior
0b10c6b4152 : 8263017: Read barriers are missing in nmethod printing code
a6e056fd519 : 8263125: During deoptimization vectors should reassign scalarized payload after all objects are reallocated.
65421faec3b : 8213177: GlobalCounter::CSContext could be an enum class
a9b156d358b : 8258414: OldObjectSample events too expensive
0bbe064c1bb : 8263354: Accumulated C2 code cleanups
aa33443b53a : 8262454: Handshake timeout improvements, single target, kill unfinished thread
ff25939397e : 8263426: Reflow JfrNetworkUtilization::send_events
e25ad7309a5 : 8263430: Uninitialized Method* variables after JDK-8233913
9f6b1d7fa44 : 8263436: Silly array comparison in GaloisCounterMode.overlapDetection
ad1f6054194 : 8263353: assert(CompilerOracle::option_matches_type(option, value)) failed: Value must match option type
cf1c0219ce9 : 8263480: ProblemList two jpackage tests on Windows
f3bd801a868 : 8263403: [JVMCI] output written to tty via HotSpotJVMCIRuntime can be garbled
b92abac2627 : 8263433: Shenandoah: Don't expect forwarded objects in set_concurrent_mark_in_progress()
15daccacee7 : 8263465: JDK-8236847 causes tier1 build failure on linux-aarch64
7ed46bd02e6 : 8241716: Jpackage functionality to let users choose whether to create shortcuts
3820ab9e824 : 8236847: CDS archive with 4K alignment unusable on machines with 64k pages
273f8bdf5fe : 8263248: IGV: accept graphs without node categories
a9b4f033ddf : 8263069: Exclude some failing tests from security/infra/java/security/cert/CertPathValidator
470b15027bb : 8143041: Unify G1CollectorPolicy::PauseKind and G1YCType
f6b4ba073f3 : 8261931: IGV: quick search fails on multi-line node labels
7988c1d9aa7 : 8262443: GenerateOopMap::do_interpretation can spin for a long time.
32cbd193d96 : 8263105: security-libs doclint cleanup
6971c23a3a2 : 8262351: Extra '0' in java.util.Formatter for '%012a' conversion with a sign character
c6d74bd9339 : 8262910: Cleanup THREAD/TRAPS/naming and typing issues in ObjectMonitor and related code
57f16f9fe5b : 8262377: Parallel class resolution loses constant pool error
b482733f94a : 8259218: (fs) Add links in from overloaded methods in java.nio.file.Files
acda8129587 : 8263333: Improve links from core reflection to JLS and JVMS
9399e1b7109 : 8261918: two runtime/cds/appcds/VerifierTest failed with "Unable to use shared archive"
7e52a6e8b37 : 8263380: Unintended use of Objects.nonNull in VarHandles
4b5be40ab90 : 8238812: assert(false) failed: bad AD file
b2a2ddff443 : 8262438: sun/security/ssl/SSLLogger/LoggingFormatConsistency.java failed with "SocketException: Socket is closed"
c8c0234b787 : 8262471: Fix coding style in src/java.base/share/classes/java/lang/CharacterDataPrivateUse.java
4d21a455aae : 8262913: KlassFactory::create_from_stream should never return NULL
fab567666eb : 8247869: Change NONCOPYABLE to delete the operations
c0542ed85ef : 6251901: BasicTextUI: installDefaults method are contrary to the documentation
fdd3941121a : 8263233: Update java.net and java.nio to use instanceof pattern variable
3fe8a4661ce : 8263170: ComboBoxModel documentation refers to a nonexistent type
d8a9c3ca92c : 8263002: Remove CDS MiscCode region
67ea3bd6a47 : 8263102: Expand documention of Method.isBridge
d0c1aec2023 : 8263140: Japanese chars garble in console window in HSDB
70342e8513d : 8262520: Add SA Command Line Debugger support to connect to debug server
e5ce97b12d6 : 8263206: assert(*error_msg != '\0') failed: Must have error_message while parsing -XX:CompileCommand=unknown
3212f80a806 : 8261937: LambdaForClassInBaseArchive: SimpleApp$$Lambda$1 missing
2218e7268ed : 8262486: Merge trivial JDWP agent changes from the loom repo to the jdk repo
86fac952ab6 : 8263142: Delete unused entry points in libawt/libawt_xawt/libawt_headless
b7f0b3fc8b5 : 8252173: Use handles instead of jobjects in modules.cpp
a6e34b3d1c6 : 8262829: Native crash in Win32PrintServiceLookup.getAllPrinterNames()
fbe40e8926f : 8252399: Update mapMulti documentation to use type test pattern instead of instanceof once JEP 375 exits preview
0f2402d0a27 : 8263190: Update java.io, java.math, and java.text to use instanceof pattern variable
4f0a12ec87a : 8262323: do not special case JVMCI in tiered compilation policy
3022baa953d : 8263167: IGV: build fails with "taskdef AutoUpdate cannot be found"
0bc45625b09 : 8263068: Rename safefetch.hpp to safefetch.inline.hpp
5bfc5fd38b2 : 8263051: Modernize the code in the java.awt.color package
5b9b170db9d : 8262955: Unify os::fork_and_exec() across Posix platforms
39b1113838d : 8262161: Refactor manual I/O stream copying in java.desktop to use new convenience APIs
4e9476071d2 : 8263135: unique_ptr should not be used for types that are not pointers
f71b21b0e7f : 8263038: Optimize String.format for simple specifiers
14cfbda39e4 : 8261366: Add discussion of IEEE 754 to BigDecimal
414ee95b8eb : 8261462: GCM ByteBuffer decryption problems
eb4a8af559c : 8260664: Phaser.arrive() memory consistency effects
9221540e2a3 : 8213269: convert test/hotspot/jtreg/runtime/memory/RunUnitTestsConcurrently to gtest
17853ee92cf : 8263200: Add -XX:StressCCP to CTW
a2b8858131e : 8263041: Shenandoah: Cleanup C1 keep alive barrier check
1f9ed9059f9 : 8219555: compiler/jvmci/compilerToVM/IsMatureTest.java fails with Unexpected isMature state for multiple times invoked method: expected false to equal true
bf9b74d1876 : 8262446: DragAndDrop hangs on Windows
b1cc864afb0 : 8251210: Link JDK api docs to other versions
0da889edf3b : 8210100: ParallelGC should use parallel WeakProcessor
679faa691ad : 8263097: Update JMH devkit to 1.28
ab2cfccac72 : 8252831: Correct "no comment" warnings in jdk.net module
51cca57c225 : 8259577: Dangling reference to temp_path in Java_sun_tools_attach_VirtualMachineImpl_getTempDir
a0c3f242186 : 8263091: Remove CharacterData.isOtherUppercase/-Lowercase
13625bebd03 : 8263090: Avoid reading volatile fields twice in Locale.getDefault(Category)
61cff4da907 : 8257913: Add more known library locations to simplify Linux cross-compilation
22a3117d229 : 8263137: Typos in sun.security.ssl.RenegoInfoExtension
18fc35053c2 : 8259886: Improve SSL session cache performance and scalability
3844ce400d4 : 8261247: some compiler/whitebox/ tests fail w/ DeoptimizeALot
f2d01521d19 : 8263043: Add test to verify order of tag output
718298506dd : 8263104: fix warnings for empty paragraphs
5eb2091a19b : 8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button"
75a5be8ac5d : 8263054: [testbug] SharedArchiveConsistency.java reuses jsa files
2afbd5dafc8 : 8250804: Can't set the application icon image for Unity WM on Linux.
fa43f926ab2 : 8261845: File permissions of packages built by jpackage
23ee60d1b7e : 8261008: Optimize Xor
e1cad970496 : 8262862: Harden tests sun/security/x509/URICertStore/ExtensionsWithLDAP.java and krb5/canonicalize/Test.java
2c0507ecd66 : 8261812: C2 compilation fails with assert(!had_error) failed: bad dominance
97557826f55 : 8157682: @inheritDoc doesn't work with @exception
8c13d26dae0 : 8263050: move HtmlDocletWriter.verticalSeparator to IndexWriter
8d3de4b1bdb : 8262844: (fs) FileStore.supportsFileAttributeView might return false negative in case of ext3
75fb7ccf346 : 8259228: Zero: rewrite (put|get)field from if-else chains to switches
9730266d02b : 8262973: Verify ParCompactionManager instance in PCAdjustPointerClosure
d91550efad3 : 8262998: Vector API intrinsincs should not modify IR when bailing out
80182f92db9 : 8260925: HttpsURLConnection does not work with other JSSE provider.
dbef0ec95d0 : 6323374: (coll) Optimize Collections.unmodifiable* and synchronized*
ee09bada671 : 8262300: jpackage app-launcher fails on linux when using JDK11 based runtime
351889f1b5d : 8262508: Vector API's ergonomics is incorrect
718d4d487c5 : 8262989: Vectorize VectorShuffle checkIndexes, wrapIndexes and laneIsValid methods
38d12cabdf0 : 8262410: Enhanced rules for zones
9a58eee69a9 : 8262403: Enhanced data transfer
ee61577f450 : 8260453: Improve Font Bounding
e72ddd6d3f7 : 8260960: Signs of jarsigner signing
c8b23e22f27 : 8262064: Make compiler/ciReplay tests ignore lambdas in compilation replay
02fbcb52b8e : 8261532: Archived superinterface class cannot be accessed
109af7b5cb2 : 8261518: jpackage looks for main module in current dir when there is no module-path
e61a3ba22df : 8239386: handle ContendedPaddingWidth in vm_version_aarch64
f56c91860c8 : 8262837: handle split_USE correctly
bd1a80629d9 : 8263040: fix for JDK-8262122 fails validate-source
a6427c85eeb : 8259709: Disable SHA-1 XML Signatures
ef5e13d263b : 8263030: Remove Shenandoah leftovers from ReferenceProcessor
222a17ef779 : 8262122: [TESTBUG] Shenandoah-specific variant of TestReferenceRefersTo
a777e82cd81 : 8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards
d2c4ed08a2f : 8262000: jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithParallelScavenge.java failed with "OutOfMemoryError: Java heap space"
94f26e4df8e : 8261450: JShell crashes with SIOOBE in tab completion
b8178553403 : 8262935: Add missing logging to sun.net.httpserver.ServerImpl
22513199e51 : 8262828: Format of OS information is different on macOS
4cfecceb044 : 8261730: C2 compilation fails with assert(store->find_edge(load) != -1) failed: missing precedence edge
7915a1fc4c8 : 8262950: Restructure compiler/intrinsics/TestRotate.java for easier compilation
84c93d5a180 : 8257137: Revise smov and umov in aarch64 assembler
d93fa0d6e34 : 8253940: com/sun/jdi/JdwpAttachTest.java failed with "RuntimeException: ERROR: LingeredApp.startApp was able to attach"
104a26283a2 : 8224775: test/jdk/com/sun/jdi/JdwpListenTest.java failed to attach
6783ba87467 : Added tag jdk8u202-b26 for changeset b54c85be528c
b6194a99dad : Added tag jdk8u201-b26 for changeset fde18ccd2b8b
91621031800 : Added tag jdk8u202-b25 for changeset 0971bdb6690f
ee55e3de115 : Added tag jdk8u201-b25 for changeset 2beacf729c65
c3fe83067aa : Added tag jdk8u201-b79 for changeset 580749ce10f6
4a28d436795 : Added tag jdk8u202-ga for changeset 190b2bb1baa3
a5ebb6a5848 : Added tag jdk8u202-b08 for changeset b5ed5098ae80
e539dd89dc1 : Added tag jdk8u201-ga for changeset 6b5dfbcb7201
bfbc83cae1a : Added tag jdk8u201-b09 for changeset 58dc38f88338
31e34cb14f8 : Added tag jdk8u202-b07 for changeset 80363900e899
378ecd2aa75 : Added tag jdk8u201-b08 for changeset 453226a9e16c
77c3f94140b : Added tag jdk8u201-b77 for changeset 018c6ec92041
350d68f1075 : Added tag jdk8u202-b06 for changeset 16e0bb69987c
65b901693a0 : Added tag jdk8u201-b07 for changeset a72b0c5c48d1
cb41637ca72 : Added tag jdk8u201-b76 for changeset b0241571bb8d
942a5235a1b : Added tag jdk8u202-b05 for changeset e6e197ef4033
653610c0a3b : Added tag jdk8u201-b06 for changeset d95900b07df2
5ce21038ca3 : Added tag jdk8u201-b75 for changeset 32514d317282
fc250cdd240 : Added tag jdk8u201-b05 for changeset d7b71e586607
f215a83df90 : Added tag jdk8u201-b74 for changeset 46b58bb2d7e8
4c694beef00 : Added tag jdk8u201-b04 for changeset 2d248c363201
db901197a5e : Added tag jdk8u202-b04 for changeset f6cac2f8f815
23778d20e4a : Added tag jdk8u201-b03 for changeset 5623f7dd2526
c414dd32657 : Added tag jdk8u201-b02 for changeset 6e6bf69282f2
fdef91b247f : Added tag jdk8u201-b01 for changeset a88ad689a160
948c949cae9 : Added tag jdk8u181-b37 for changeset 26170abec944
38d086ba7ff : Added tag jdk8u181-b36 for changeset af2ae219c8df
581431c87e2 : Added tag jdk8u181-b35 for changeset 3cbc7295b8a4
8c79599d6c3 : Added tag jdk8u181-b34 for changeset cf99923a0798
38f8671e0d7 : Added tag jdk8u181-b33 for changeset e5c8614b168c
739f16f44b4 : Added tag jdk8u181-b32 for changeset 1a7aaac64c46
c4c6fb2bc03 : Added tag jdk8u181-b31 for changeset 5eceef5fc6ec
7edae4985bd : Added tag jdk8u202-b03 for changeset 08584d936735
6d634a930c1 : Added tag jdk8u202-b02 for changeset 7c3912b6e6eb
3dc03e1a0ad : Added tag jdk8u202-b01 for changeset 1c1401ce9f52
28489389775 : 8262927: Explicitly state fields examined for BigDecimal.hashCode
e6d2bc74d0d : Added tag jdk8u191-b26 for changeset 67e13692f8d5
bdc6bd5d14d : Added tag jdk8u192-b26 for changeset 642b29b3ac8d
a1c16502e8c : Added tag jdk8u192-b12 for changeset 0e2d3cf9d9c6
593a46aee84 : Added tag jdk8u191-b12 for changeset d3aa27db7c13
fd70330622b : Added tag jdk8u192-b11 for changeset 487ef0d82799
56fb3fa35de : Added tag jdk8u191-b11 for changeset 72c9f37d04fe
aaa08afedef : Added tag jdk8u192-b25 for changeset 0a9f80227692
b7e85c78e32 : Added tag jdk8u191-b25 for changeset eaf8398d1bff
fe4de533510 : Added tag jdk8u192-b10 for changeset ad2e4411f7f1
edf017288ec : Added tag jdk8u191-b10 for changeset 293086b361d7
ba1d2b9e371 : Added tag jdk8u192-b09 for changeset 88799261a1a1
9a5e5a05d28 : Added tag jdk8u191-b09 for changeset 4b2eadb933c1
2b278ccb347 : Added tag jdk8u192-b08 for changeset ff9c1f0511d3
7c5a7e23d10 : Added tag jdk8u191-b08 for changeset e04e5f2eaa2d
12646f25f95 : Added tag jdk8u192-b07 for changeset 607760970de0
d48311cd570 : Added tag jdk8u191-b07 for changeset b12bce0f8a1a
820e0bc4ae2 : Added tag jdk8u192-b06 for changeset 7dcff649dd35
6e5005a5a9a : Added tag jdk8u191-b06 for changeset c3330ecb1d18
b72b5c2d953 : Added tag jdk8u191-b05 for changeset 2809db0a72c0
ce678c30a8e : Added tag jdk8u192-b05 for changeset 8dd1c665e9e4
b5cbb922986 : Added tag jdk8u191-b04 for changeset 5f4dc767cb7a
95a44f45cb8 : Added tag jdk8u191-b03 for changeset aa7430f06a22
f6728605343 : Added tag jdk8u201-b00 for changeset a389248fdceb
ebd3216f052 : Added tag jdk8u191-b02 for changeset 127fcb4d9b24
3da7ea8fa4c : Added tag jdk8u191-b01 for changeset 9f1be5d8e38f
9e2156bbb5b : Added tag jdk8u172-b37 for changeset a5695eb10667
1dbe6837ea9 : Added tag jdk8u172-b36 for changeset 17b7b6638548
4ac3537eda9 : Added tag jdk8u172-b35 for changeset 58e5f0ecff72
58867718246 : Added tag jdk8u172-b34 for changeset 9ae33237da70
a142a5a90ce : Added tag jdk8u172-b33 for changeset 65b1d346e7e7
90d7dd1af6d : Added tag jdk8u172-b32 for changeset 4127149f5be3
0e61370d02e : Added tag jdk8u172-b31 for changeset 3b1782f432aa
83c41e9655f : Added tag jdk8u162-b38 for changeset dff17ca80256
1290d807319 : Added tag jdk8u162-b37 for changeset bdccab4d030a
9b66982a8d8 : Added tag jdk8u162-b36 for changeset e474ecad6e5c
2811980255a : Added tag jdk8u162-b35 for changeset 0c60a2d1e375
a8d5ec53abe : Added tag jdk8u162-b34 for changeset ba00b6791c7b
3b726bbc238 : Added tag jdk8u162-b33 for changeset 95fb30aec02a
7829c45bc95 : Added tag jdk8u192-b04 for changeset 6bf254c8a246
c199efe1308 : Added tag jdk8u202-b00 for changeset c2c93915214c
1dd984abdcd : Added tag jdk8u192-b03 for changeset f8cf60887663
266a3d90ccc : Added tag jdk8u192-b02 for changeset 4d83c3208b32
cf979d839a2 : Added tag jdk8u181-b13 for changeset 91d689f6d82c
df00582c1a6 : Added tag jdk8u181-b12 for changeset cf9e88ede7f6
7e7faf535a8 : Added tag jdk8u181-b11 for changeset 69f9b68a7d55
ec9f0eb9483 : Added tag jdk8u181-b10 for changeset 9ff8f4f89f5c
c70194f8b9c : Added tag jdk8u181-b09 for changeset edc9c35a04b8
ed95dc05652 : Added tag jdk8u181-b08 for changeset 7aaef11ba7ed
5f95958864f : Added tag jdk8u181-b07 for changeset b5726148db6e
3cf52e21463 : Added tag jdk8u181-b06 for changeset 646a64fc666c
2eda00ded9e : Added tag jdk8u181-b05 for changeset 9ba00cceefa2
e921ac64294 : Added tag jdk8u181-b04 for changeset 9efd75f6877c
1a9a78ee791 : Added tag jdk8u181-b03 for changeset a959b2e6da7e
1f2ec0f031d : Added tag jdk8u181-b02 for changeset 2e5898e9f1f4
e784cba6ec3 : Added tag jdk8u181-b01 for changeset aff25aa84c63
6764531e8ca : Added tag jdk8u191-b00 for changeset 73bd6da60f06
9d6ddbf48f5 : Added tag jdk8u192-b01 for changeset 987da2347ece
141ef682d54 : Added tag jdk8u172-b11 for changeset 2e1adacbe5ae
1cd3a0fd0ab : Added tag jdk8u171-b11 for changeset 920e0990127b
93ac1e8b76e : Added tag jdk8u172-b10 for changeset f35b442a88f2
5262fd7d4ef : Added tag jdk8u172-b09 for changeset 3b6df3527171
7c7001b4d32 : Added tag jdk8u171-b10 for changeset 7ff154ed24f7
d5649529b78 : Added tag jdk8u171-b09 for changeset d36f485c75b6
f252343ec29 : Added tag jdk8u172-b08 for changeset 89ae4727071b
f205bc40e9a : Added tag jdk8u171-b08 for changeset 19551aa0291a
ed04cdb3931 : Added tag jdk8u172-b07 for changeset 9cec4ef47c57
9276d6548c2 : Added tag jdk8u171-b07 for changeset df1c1f50a926
e8b773ab8b3 : Added tag jdk8u172-b06 for changeset b54a0148db33
393690442fd : Added tag jdk8u171-b06 for changeset d300aa9663ef
69dadaaeed1 : Added tag jdk8u172-b05 for changeset 44c8d06a38ac
def450dffee : Added tag jdk8u171-b05 for changeset b14b1a25c459
af1f3092b05 : Added tag jdk8u172-b04 for changeset 6e63a5933b67
c93c2d4a4e0 : Added tag jdk8u171-b04 for changeset febef16b395f
c5824162067 : Added tag jdk8u171-b03 for changeset ff2d8936f62c
a7543eb79b8 : Added tag jdk8u181-b00 for changeset 2d8288d22880
26a094a3033 : Added tag jdk8u171-b02 for changeset 62b336d24b4a
2858536a332 : Added tag jdk8u162-b32 for changeset 835dd45a1c96
e23537be031 : Added tag jdk8u162-b31 for changeset 953ea267a4aa
37ef4deb35f : Added tag jdk8u171-b01 for changeset b16bf5aa789e
0c3998b9f73 : Added tag jdk8u152-b35 for changeset e3ba95a3c4dd
2125634c8f7 : Added tag jdk8u152-b34 for changeset 2c635aa0b63f
0005237c0e4 : Added tag jdk8u152-b33 for changeset 5b2f35270afe
b0c146aa67d : Added tag jdk8u152-b32 for changeset 7e0dd213885b
acba2e58e7f : Added tag jdk8u152-b31 for changeset d3d59998d750
59fd7c7927c : Added tag jdk8u172-b03 for changeset f08daa77f272
0314cf649c8 : Added tag jdk8u162-b12 for changeset 0a2c9f41e37b
d5baf5e3a69 : Added tag jdk8u161-b12 for changeset af08e8af4f3e
faa595db204 : Added tag jdk8u162-b11 for changeset c49775823a75
c8da8744f38 : Added tag jdk8u161-b11 for changeset 4ebcfc524743
02f0ed61bf0 : Added tag jdk8u162-b10 for changeset 407c3752f946
3ee61337b37 : Added tag jdk8u161-b10 for changeset 0c7774863b66
04c82284d64 : Added tag jdk8u162-b09 for changeset ce33a5743988
6bbdaf53e88 : Added tag jdk8u161-b09 for changeset 168f8fc77547
f05759632c6 : Added tag jdk8u162-b08 for changeset 7b9b1b869c60
17d314e3a98 : Added tag jdk8u161-b08 for changeset a3d0e786346c
ac3b390ddbc : Added tag jdk8u162-b07 for changeset 30881bc33e58
6677793b7d8 : Added tag jdk8u161-b07 for changeset f247fac3dffc
d76b8e7f00c : Added tag jdk8u162-b06 for changeset 314365ad55d6
292afbb0738 : Added tag jdk8u161-b06 for changeset aad5301cb42a
e4434b14b13 : Added tag jdk8u162-b05 for changeset 712a1f3521df
1cc74800c55 : Added tag jdk8u161-b05 for changeset c5b2f44684ba
b40b18554ef : Added tag jdk8u162-b04 for changeset 7407de53febb
2a59d82cb4d : Added tag jdk8u161-b04 for changeset 22f1a3f7ccd4
e77bbce4519 : Added tag jdk8u161-b03 for changeset 5dad0481ba96
0de87f7a679 : Added tag jdk8u161-b02 for changeset 37097446367d
5d090023991 : Added tag jdk8u171-b00 for changeset b4b6189a8bae
62ffbdabae9 : Added tag jdk8u161-b01 for changeset b3c81df996ad
a34cb5eb85f : Added tag jdk8u144-b34 for changeset ab0c397bc87f
af725e9597e : Added tag jdk8u144-b33 for changeset 6d20dc909c9d
6961848d67a : Added tag jdk8u144-b32 for changeset 8b2a056bddd7
8b5e584f66e : Added tag jdk8u144-b31 for changeset 1c04ff630525
248768c3bfe : Added tag jdk8u141-b32 for changeset 4a2590f29f65
6ad7d246799 : Added tag jdk8u141-b31 for changeset be5f301b5df8
38e0cc0c591 : Added tag jdk8u131-b34 for changeset 01c039df88b2
e69119ec964 : Added tag jdk8u131-b33 for changeset bf64bb483a46
91342fcf371 : Added tag jdk8u131-b32 for changeset d40ca43c1f2c
b89fe427658 : Added tag jdk8u131-b31 for changeset 08d4d4301067
bded1bef05e : Added tag jdk8u121-b36 for changeset 8b0e3c5074f2
2f0d9c44ee2 : Added tag jdk8u121-b35 for changeset 5997c22112e2
25017908db5 : Added tag jdk8u121-b34 for changeset c9bd61451a2d
883d2ada272 : Added tag jdk8u121-b33 for changeset 49ca95a63515
e3141d16bcd : Added tag jdk8u121-b32 for changeset 4bad2e99d048
7fa80a1be1f : Added tag jdk8u121-b31 for changeset 8cfc91b44f91
c8970a2f3d5 : Added tag jdk8u112-b33 for changeset 0768aa3c5ad3
ee5c4cb3f2a : Added tag jdk8u112-b32 for changeset 1e35700cce85
4c000519a03 : Added tag jdk8u192-b00 for changeset d9b0113b4ce1
badca559dcc : Added tag jdk8u182-b00 for changeset 1938977849c4
884a4219057 : Added tag jdk8u172-b02 for changeset 5bf34002af8f
4663a00fe62 : Added tag jdk8u172-b01 for changeset d8c285436892
a358cff19b3 : Added tag jdk8u172-b00 for changeset d718b216f189
75fb5036f54 : Added tag jdk8u162-b03 for changeset 4f84dd2a07d4
6b1778afbd9 : Added tag jdk8u162-b02 for changeset b36757a585e2
0d5bf78d1ce : Added tag jdk8u152-b16 for changeset 6fd7866c373e
84deee35b0a : Added tag jdk8u152-b15 for changeset a27e1c848c7f
7d43c10f527 : Added tag jdk8u151-b12 for changeset 403e5dad2e48
4051cbcfc6e : Added tag jdk8u152-b14 for changeset a08cd257fa80
4b231c8c058 : Added tag jdk8u151-b11 for changeset 40bf1e665bfb
732f2e60596 : Added tag jdk8u152-b13 for changeset dd1a9b61fa95
271e4a18cef : Added tag jdk8u151-b10 for changeset fd5aea3c43e2
520bdedf9ba : Added tag jdk8u152-b12 for changeset f6b408d123c2
d9366f56242 : Added tag jdk8u151-b09 for changeset 34d99438d409
0ede8633b83 : Added tag jdk8u152-b11 for changeset 03423995f07b
0060d29b15f : Added tag jdk8u151-b08 for changeset da5736e2722f
4987c9979fc : Added tag jdk8u152-b10 for changeset 81c509532cb5
516e265acd1 : Added tag jdk8u151-b07 for changeset f942aac3c779
38f3715e920 : Added tag jdk8u152-b09 for changeset bcaa988dc25c
413d01ad4bd : Added tag jdk8u151-b06 for changeset f155de194467
71161e7732d : Added tag jdk8u152-b08 for changeset 713ab0ac5d82
ec753b9729d : Added tag jdk8u151-b05 for changeset 2401707998d0
d472b8d6e53 : Added tag jdk8u152-b07 for changeset 6cef99435f23
d3296ed342a : Added tag jdk8u151-b04 for changeset 21bddd52ddb1
6609214cb69 : Added tag jdk8u152-b06 for changeset 304500c3ea78
9ae89c45fb3 : Added tag jdk8u151-b03 for changeset d871b591be14
da02a44effc : Added tag jdk8u151-b02 for changeset 54c3b3e54098
4babb3b446e : Added tag jdk8u151-b01 for changeset 60cf90ade485
7b491d3266c : Added tag jdk8u161-b00 for changeset 3b7c730afe0f
3dcad23be08 : Added tag jdk8u162-b01 for changeset c2a32add5740
dc91d2e891d : Added tag jdk8u144-b01 for changeset bd58350c1046
35ad896411b : Added tag jdk8u144-b00 for changeset 604c74d89656
00961b6a245 : Added tag jdk8u141-b15 for changeset 6ae2775681d7
f6cfde4015e : Added tag jdk8u141-b14 for changeset 353802381351
8630523dca8 : Added tag jdk8u141-b13 for changeset 2c882fd7e41f
ba406c7a974 : Added tag jdk8u141-b12 for changeset 072bbfedf724
0d047063ef6 : Added tag jdk8u141-b11 for changeset a59c1bff22d8
cc221b2c71d : Added tag jdk8u141-b10 for changeset 8b605d9e01da
b5d1355b70d : Added tag jdk8u141-b09 for changeset ce79a01e3ec1
a9de0ee7456 : Added tag jdk8u141-b08 for changeset 8c9b6f3461f6
a7bcefdb108 : Added tag jdk8u141-b07 for changeset 5f325cbff2e5
b1ccaaca629 : Added tag jdk8u141-b06 for changeset daf74ed4c29b
692f8d52a9f : Added tag jdk8u141-b05 for changeset cbd139a86266
6877789c8e8 : Added tag jdk8u141-b04 for changeset f0b6b15d33bc
3d1ae2f7079 : Added tag jdk8u141-b03 for changeset 32120b98665e
73e434fcfc3 : Added tag jdk8u141-b02 for changeset 096c0373503a
6abe8e252cb : Added tag jdk8u141-b01 for changeset b2f73c0f151c
c9fc8e70416 : Added tag jdk8u151-b00 for changeset d34e3c6ab3e7
b103051cc9a : Added tag jdk8u162-b00 for changeset b809d4fe1ca9
b024bbc37c8 : Added tag jdk8u152-b05 for changeset 420639d35924
cfeddf8de01 : Added tag jdk8u152-b04 for changeset 5d31a1e85b9a
603bea970eb : Added tag jdk8u152-b03 for changeset c83e434ff56c
bb00c2888bc : Added tag jdk8u131-b11 for changeset 5429c38d9b62
1673e0b801a : Added tag jdk8u131-b10 for changeset 27348d4f07a9
f8b49659b8e : Added tag jdk8u131-b09 for changeset 086295963c67
d40b8918d71 : Added tag jdk8u131-b08 for changeset db7050bfc6f1
e26de29d00e : Added tag jdk8u131-b07 for changeset d84dd60eb37b
e7306961627 : Added tag jdk8u131-b06 for changeset 91b4735c1e7c
81c461c93e4 : Added tag jdk8u131-b05 for changeset 6f290d3b4a50
e679123204a : Added tag jdk8u131-b04 for changeset 5cf5a05e3c7c
cd8a53023f0 : Added tag jdk8u131-b03 for changeset c71548e1ccff
48669f51a53 : Added tag jdk8u131-b02 for changeset 98f347a6ac28
51c596b9543 : Added tag jdk8u131-b01 for changeset a1ad1dbffd0b
217041b772e : Added tag jdk8u141-b00 for changeset 1721377b2709
9772d9c92f7 : Added tag jdk8u152-b02 for changeset 5947bd7783e9
e2336526b0d : Added tag jdk8u152-b01 for changeset adff1b83f0e4
71d059b9920 : Added tag jdk8u121-b13 for changeset aaa961d4510b
d675404566b : Added tag jdk8u121-b12 for changeset f05b4900af0e
b977eebd155 : Added tag jdk8u121-b11 for changeset ce33aacefa79
be5006823ad : Added tag jdk8u121-b10 for changeset 160d0cc5f1fc
2287c9c583c : Added tag jdk8u121-b09 for changeset 5710638769b1
ccc7297f733 : Added tag jdk8u121-b08 for changeset f45c8969e38c
b40c7a4326d : Added tag jdk8u121-b07 for changeset 5516f058d5d3
50ab2858e30 : Added tag jdk8u121-b06 for changeset b05ec2c59cb3
a0255da80d5 : Added tag jdk8u121-b05 for changeset 03a4ea65733f
b828a21b4f5 : Added tag jdk8u112-b31 for changeset cfa59dbee3fd
2972bfee0ff : Added tag jdk8u131-b00 for changeset 6ed6629394c2
5419464c235 : Added tag jdk8u121-b04 for changeset a4f2db164131
9459be332a9 : Added tag jdk8u121-b03 for changeset 107bc0d8b594
ffd30abaad6 : Added tag jdk8u102-b35 for changeset 647493df6035
d52ca618727 : Added tag jdk8u102-b34 for changeset cfdead3b29ee
20d92fc0f2e : Added tag jdk8u121-b02 for changeset 2d0862dd8ac7
cee03a6fab4 : Added tag jdk8u121-b01 for changeset ac3b63962fa1
f9fd8d93721 : Added tag jdk8u102-b33 for changeset 981a32f2b638
f770d625353 : Added tag jdk8u102-b32 for changeset 7df80f389bab
c86689a8cb8 : Added tag jdk8u152-b00 for changeset 23b1fd4a0fd4
5db30fd9910 : Added tag jdk8u132-b00 for changeset 80645cd4632a
a269c2d7c57 : Added tag jdk8u122-b04 for changeset 88a6196b3f1a
9745ef4cd32 : Added tag jdk8u122-b03 for changeset 402fb87e82ed
6f2fb8168e7 : Added tag jdk8u112-b16 for changeset 1a3ecd8435fc
ae7c9df200f : Added tag jdk8u112-b15 for changeset 3b46f90599fe
68ca0437fed : Added tag jdk8u111-b14 for changeset 9883502d14ab
397153a5a64 : Added tag jdk8u112-b14 for changeset b096d13f8c6e
ff5124dbacf : Added tag jdk8u112-b13 for changeset 3e1d45c06a9d
9b656a889b6 : Added tag jdk8u111-b13 for changeset 2400d4bac056
d0cf47f8b54 : Added tag jdk8u111-b12 for changeset b792fddb7563
cbc6e68cb0c : Added tag jdk8u112-b12 for changeset 48477bbf5da5
5dc3e13c6b8 : Added tag jdk8u112-b11 for changeset 7384404de375
1c5247d0c56 : Added tag jdk8u112-b10 for changeset 8b6622c212cb
9047ba6f5ae : Added tag jdk8u111-b11 for changeset b8452186ce8d
94140a5289b : Added tag jdk8u111-b10 for changeset 60779b2f8705
355b8ac9911 : Added tag jdk8u112-b09 for changeset b8b28e0fa2a0
f9a533cc249 : Added tag jdk8u111-b09 for changeset 8b20e51a0b47
dda20badfbb : Added tag jdk8u112-b08 for changeset 71f39f9abe74
a89943cd8b8 : Added tag jdk8u111-b08 for changeset 4c22c1e91545
3309dc410be : Added tag jdk8u112-b07 for changeset 792a64b9ef3e
4349707540b : Added tag jdk8u111-b07 for changeset ddbba33294a0
2f6e999878f : Added tag jdk8u112-b06 for changeset 698a72044b83
aa8b92115a2 : Added tag jdk8u111-b06 for changeset 6596927f2161
76c48010416 : Added tag jdk8u111-b05 for changeset 1262587f060d
7411c24b1f9 : Added tag jdk8u121-b00 for changeset 68f5780c42b7
b75013b88dd : Added tag jdk8u111-b04 for changeset 31d6aa39e19c
0b96484fbd0 : Added tag jdk8u111-b03 for changeset dc44c4152a25
2169db0866c : Added tag jdk8u102-b31 for changeset 4742913d7cbe
d056daa0a4e : Added tag jdk8u111-b02 for changeset c20e91e8f3d8
51f61f233c7 : Added tag jdk8u111-b01 for changeset 21cd5d898356
9a9b53be292 : Added tag jdk8u92-b34 for changeset f130ddae6845
e7280e665e0 : Added tag jdk8u92-b33 for changeset 0b14732c52bf
7f48cdb8829 : Added tag jdk8u92-b32 for changeset a7f55c3506ec
cce04c9db72 : Added tag jdk8u122-b02 for changeset 3a093f082be2
86d88bc93f5 : Added tag jdk8u122-b01 for changeset f09ce43caf23
26f6111b5bb : Added tag jdk8u122-b00 for changeset 0e2f80bf92dc
b397472e4f0 : 8262915: java.awt.color.ColorSpace.getName() is not thread-safe
7082c29b299 : Added tag jdk8u112-b04 for changeset 8becc9de1b6c
2b18a574df6 : Added tag jdk8u112-b03 for changeset 9f52dcc16dac
2ecb9ecb364 : Added tag jdk8u102-b14 for changeset d06710c4acec
fbf4d4683ee : Added tag jdk8u102-b13 for changeset bc2b59e8aabe
179bfbda6f7 : Added tag jdk8u102-b12 for changeset e69de9d8aea0
6aa4adfc643 : Added tag jdk8u101-b13 for changeset bd60b9315bec
243f2de1aba : Added tag jdk8u101-b12 for changeset 1e28c9661ee1
3fccc289d94 : Added tag jdk8u102-b11 for changeset bb0f34bb2651
6c7f604c082 : Added tag jdk8u101-b11 for changeset e5d252082e88
85a85c13cca : Added tag jdk8u102-b10 for changeset c4680d92e8f2
cf0759f045c : Added tag jdk8u101-b10 for changeset 76310db2fd94
fcbd2cdfe2e : Added tag jdk8u102-b09 for changeset b7f1707866ad
85c1fe041b5 : Added tag jdk8u101-b09 for changeset 9cd552ad986f
999bd1333b4 : Added tag jdk8u102-b08 for changeset 8bb9d6b719ed
bf646596580 : Added tag jdk8u102-b07 for changeset 75c41f2a7094
d13dfed7add : Added tag jdk8u101-b08 for changeset 0958713c5b83
f7f5557e1f0 : Added tag jdk8u102-b06 for changeset 7dfe79789fd9
d4be26238c3 : Added tag jdk8u101-b07 for changeset a71a221ca301
cf053e6c7c4 : Added tag jdk8u101-b06 for changeset 30e317f7ff64
81d73c9d4ed : Added tag jdk8u102-b05 for changeset 97391507a185
9d30e846f31 : Added tag jdk8u101-b05 for changeset d101006ec8b1
be0dee78c62 : Added tag jdk8u111-b00 for changeset 2c4a454554b6
92edd8f8881 : Added tag jdk8u101-b04 for changeset e839a7decc7b
b26f5fad084 : Added tag jdk8u101-b03 for changeset b57f69bd6a5d
e626a48e88d : Added tag jdk8u92-b31 for changeset 7b8233189f9e
d8642d5d0bd : Added tag jdk8u101-b02 for changeset f05498bbb53c
d94d79a193a : Added tag jdk8u77-b31 for changeset a5f2a9ac659c
c60db853d4f : Added tag jdk8u101-b01 for changeset 0ea94733fdc1
f9a492c029b : Added tag jdk8u74-b32 for changeset 041e81da22e1
3b39bb82b7d : Added tag jdk8u74-b31 for changeset bae6a22f41e3
64cc1a09297 : Added tag jdk8u112-b02 for changeset cf461ffbe469
7d82a9badd5 : Added tag jdk8u112-b01 for changeset 126e5121bc16
788c67fd58c : Added tag jdk8u112-b00 for changeset 97cdf82a2b16
f14128cc364 : Added tag jdk8u102-b04 for changeset 0fce54d8ba98
f81372fb2f8 : Added tag jdk8u102-b03 for changeset f746ec1a576b
268d9b79821 : 8261447: MethodInvocationCounters frequently run into overflow
3673ce11583 : Added tag jdk8u92-b14 for changeset 071ed9f02ea0
3c1c683408c : Added tag jdk8u91-b15 for changeset 3110c7d37456
75aa15467ec : 8259267: Refactor LoaderLeak shell test as java test.
d994d85cd47 : Added tag jdk8u92-b13 for changeset 1d2ae70e0a4e
a189e9e2eed : Added tag jdk8u91-b14 for changeset 1812facb1d3f
a5bce2c0cca : Added tag jdk8u91-b13 for changeset 271eb6d93101
48ec95fbcd4 : Added tag jdk8u92-b00 for changeset d0872c50149c
fdf26db3ea3 : Added tag jdk8u76-b12 for changeset 8377d6635997
6ecc65efd74 : Added tag jdk8u91-b00 for changeset 44e818159e0c
19523c21932 : Added tag jdk8u76-b11 for changeset 593e4acabaf6
75bc7948caf : Added tag jdk8u76-b10 for changeset f8024b5b8e90
88a2b082a9a : Added tag jdk8u75-b12 for changeset 27852d87dc37
6d5c3fe8059 : Added tag jdk8u75-b10 for changeset 074555f5740f
4038110bcd1 : Added tag jdk8u76-b09 for changeset c6bcf1e2e1ff
d82934ebc81 : Added tag jdk8u75-b09 for changeset cf99307167d8
f49266deb8d : Added tag jdk8u76-b08 for changeset 01cef02b5276
70025c99fc6 : Added tag jdk8u76-b07 for changeset cebd2c7b46ad
5ce31409500 : Added tag jdk8u75-b08 for changeset 68432e4e15e9
647d36ae512 : Added tag jdk8u76-b06 for changeset 8a773703d3d0
673c545a4c4 : Added tag jdk8u75-b07 for changeset e977332b337f
d83121b5eb5 : Added tag jdk8u75-b06 for changeset ce19e126fd4d
d1e53573ae9 : Added tag jdk8u76-b05 for changeset d03e1aaadaf9
46e48f12c0f : Added tag jdk8u75-b05 for changeset 3cc505b0d4da
71d38dcf249 : Added tag jdk8u75-b04 for changeset ac7ecf915660
53ed34bec44 : Added tag jdk8u81-b00 for changeset b53e3fe99ea9
ee10e4d87f2 : Added tag jdk8u101-b00 for changeset 80ffeb460e34
301cf256a6d : Added tag jdk8u75-b03 for changeset 7cfb018b5ce9
921e854e88e : Added tag jdk8u75-b02 for changeset cbce7ea3e8b1
622da1d6d10 : Added tag jdk8u72-b31 for changeset fd2bc9930bb4
decc7585cbb : Added tag jdk8u75-b01 for changeset 582085345281
a22dc01cc9b : Added tag jdk8u66-b36 for changeset 5d0b3910cf0a
88fbc23f360 : Added tag jdk8u66-b35 for changeset 89ef9dc225c8
afcadce13b2 : Added tag jdk8u66-b34 for changeset 81d88720bcb8
1dc535ebd41 : Added tag jdk8u66-b33 for changeset 391e9740e032
c323f9d2afc : Added tag jdk8u102-b02 for changeset c989179d6e2e
384b8b36c73 : Added tag jdk8u102-b01 for changeset 9b9bc5e6480f
15e869417ef : Added tag jdk8u77-b03 for changeset cda171d04f1e
9a4701febe0 : Added tag jdk8u77-b02 for changeset 0231f000d6c1
52168dc5fc7 : Added tag jdk8u77-b01 for changeset c7805e546e4e
cef5934db36 : Added tag jdk8u77-b00 for changeset a796ebfcd2a0
1a0537f72fe : Added tag jdk8u74-b02 for changeset 822c4fef1fdb
ac806aa15d0 : Added tag jdk8u74-b01 for changeset e23d97916278
9332c22a50f : Added tag jdk8u73-b02 for changeset ed45f38f56dd
e07c7b538a5 : Added tag jdk8u73-b01 for changeset 8a026a218e3f
9381df0e9a7 : Added tag jdk8u82-b00 for changeset 0e04f11e15de
99944566298 : Added tag jdk8u102-b00 for changeset c443548707f3
db1761f63eb : Added tag jdk8u76-b04 for changeset 35327dc72196
8b70fd7846f : Added tag jdk8u76-b03 for changeset 760c73e58908
9b261ec0202 : Added tag jdk8u74-b00 for changeset 2e45c8931918
a774ec117e0 : Added tag jdk8u72-b15 for changeset 2c62b90a4737
6499bf15e6f : Added tag jdk8u73-b00 for changeset ef1780ade7b9
43c4259e2ba : Added tag jdk8u71-b15 for changeset 35b89db5614a
7229ffc5cb7 : Added tag jdk8u72-b14 for changeset b3df99915a79
605ae1328fd : Added tag jdk8u71-b14 for changeset 1123d32ffe90
f5e9ecb4373 : Added tag jdk8u72-b13 for changeset 594adca123cb
c6e0cc9735a : Added tag jdk8u71-b13 for changeset 18d30f7fb455
1cbe93c4a35 : Added tag jdk8u72-b12 for changeset 36f3b573e150
a11818528a9 : 8261862: Expand discussion of rationale for BigDecimal equals/compareTo semantics
44ce1cc56e8 : Added tag jdk8u71-b12 for changeset d42a1305ab1b
ab39e0513d9 : Added tag jdk8u72-b11 for changeset 0029b8a8cf81
8551c6bbebb : Added tag jdk8u71-b11 for changeset 0eb67a60de2c
87cc457923b : Added tag jdk8u72-b10 for changeset acda139ebbbc
0a6d2bc64c7 : Added tag jdk8u72-b09 for changeset ff86af464839
5dfc614ecf1 : Added tag jdk8u71-b10 for changeset 251daf4b0264
fb69ab541eb : Added tag jdk8u71-b09 for changeset 9abe75655318
d974565cb50 : Added tag jdk8u72-b08 for changeset a0a179c689af
4387afb7f1b : Added tag jdk8u71-b08 for changeset 3a39a03b0af0
87935b1e6cf : Added tag jdk8u72-b07 for changeset 25baf1f91330
c559ff578e5 : Added tag jdk8u71-b07 for changeset c795203ce82d
03690cfa446 : Added tag jdk8u72-b06 for changeset 31ff984a61a4
ceccd18fb33 : Added tag jdk8u71-b06 for changeset ba183987098a
abed5923475 : Added tag jdk8u71-b05 for changeset ace3e6693211
0177736ca89 : Added tag jdk8u71-b04 for changeset d24032ba0010
f0bf377c0eb : Added tag jdk8u66-b32 for changeset 51d33adee38e
3a4b1315ca2 : Added tag jdk8u66-b31 for changeset dc0dfb35073c
dd4cc5bcc51 : Added tag jdk8u60-b32 for changeset a91357360fd2
47cd548bf9f : Added tag jdk8u60-b31 for changeset 6e5174a14363
3e0a0c10b3e : Added tag jdk8u51-b34 for changeset 8ca76edb1d95
4975c31a31d : Added tag jdk8u51-b33 for changeset b1966780448b
51699e66487 : Added tag jdk8u51-b32 for changeset 23591b51c075
f77a37dce72 : Added tag jdk8u31-b34 for changeset f1c79a73ba20
8d9f2aa7a77 : Added tag jdk8u76-b02 for changeset 594533fcffb0
42ad135a831 : Added tag jdk8u76-b01 for changeset b7e4277535d5
1900b0082c7 : Added tag jdk8u76-b00 for changeset 676c15d12e9d
fdd41e8e829 : Added tag jdk8u72-b05 for changeset 94e2809647cd
f0c8363e9c6 : Added tag jdk8u72-b04 for changeset a4b5390f7c1d
10a11cd7820 : Added tag jdk8u66-b18 for changeset 70b13325acdb
da9420744f6 : Added tag jdk8u66-b17 for changeset 93da0415ad0e
1420a067756 : Added tag jdk8u65-b17 for changeset 973c11838cc7
1915accb937 : Added tag jdk8u75-b00 for changeset 27b481762b7d
ab40031e491 : Added tag jdk8u71-b03 for changeset 706eef027497
546df5cc95a : Added tag jdk8u71-b02 for changeset fa84571a88c1
6c28c7ecaa4 : Added tag jdk8u66-b16 for changeset 9869d9ef1d3a
00a7eaee1d3 : Added tag jdk8u65-b16 for changeset ebcdd5266a70
e1fd37ccb51 : Added tag jdk8u71-b01 for changeset 28bca1e9c3d6
c6d15027878 : Added tag jdk8u66-b15 for changeset 9449e97835c3
060383a3e33 : Added tag jdk8u65-b15 for changeset b1579f9a647f
6d1b5a2a670 : Added tag jdk8u66-b14 for changeset d1ae7d0e117a
23fd2d3469a : Added tag jdk8u65-b14 for changeset 179d8c7c04d1
6bda10bb325 : Added tag jdk8u66-b13 for changeset ac97b2995cb9
86050a0e3a8 : Added tag jdk8u65-b13 for changeset 45a1d473e06f
334ae324134 : Added tag jdk8u66-b12 for changeset abcf93186482
e67e726a35e : Added tag jdk8u65-b12 for changeset 6ed276357e8d
7f78dbaff4f : Added tag jdk8u66-b11 for changeset a8e505e913f2
c65efd7a65f : Added tag jdk8u65-b11 for changeset 119e550b70f0
eaa18f25cd7 : Added tag jdk8u66-b10 for changeset 007fd88a5d47
49db309d806 : Added tag jdk8u65-b10 for changeset 545f4caa853a
146d3e590e6 : Added tag jdk8u66-b09 for changeset 3bcc6f774159
1bbd31cfe5c : Added tag jdk8u65-b09 for changeset a1cb608ab678
aec36262280 : Added tag jdk8u60-b27 for changeset 74f5b686f698
02e985582b6 : Added tag jdk8u66-b08 for changeset 5e7c74b7f74e
81c46e4cbe9 : Added tag jdk8u65-b08 for changeset 54ebedfc1162
09e411a15b0 : Added tag jdk8u60-b26 for changeset 028cd257bbde
42ca85d6dce : Added tag jdk8u66-b07 for changeset 397e81dfa7f3
5976039bab2 : Added tag jdk8u65-b07 for changeset e873134b5300
60248e42099 : Added tag jdk8u60-b25 for changeset 63c1704e5089
feba0f45400 : Added tag jdk8u65-b06 for changeset 8aa387a2cfed
e21773a82ce : Added tag jdk8u65-b04 for changeset 7d999291a422
d79ff921643 : Added tag jdk8u65-b03 for changeset de742e2dfad5
6611b936330 : Added tag jdk8u51-b31 for changeset 2f4d1dfe22b0
9fe409aae13 : Added tag jdk8u45-b37 for changeset 4da2290e22a4
9a8ef4df87b : Added tag jdk8u45-b36 for changeset 1ce441d60057
bbf9d523f5e : Added tag jdk8u45-b35 for changeset b59ca414f450
368b5b5b4eb : Added tag jdk8u45-b34 for changeset 895e6c8ff4a5
8f2ca7925b7 : Added tag jdk8u45-b33 for changeset 0cc080d5fe65
2f6df19d3e0 : Added tag jdk8u72-b03 for changeset 5cf387a32b6f
2cd2ad94040 : Added tag jdk8u72-b02 for changeset dad06297a2dc
be3b58debf4 : Added tag jdk8u72-b01 for changeset 09ef8323b8a0
b74bce652a9 : Added tag jdk8u72-b00 for changeset 16609726bde1
3e0b0f4ac18 : Added tag jdk8u66-b02 for changeset 99e27251f1eb
21f6bbf6775 : Added tag jdk8u66-b01 for changeset 4cf1883bd7e4
c8672675f31 : Added tag jdk8u60-b24 for changeset ee1523567c8e
130acb7cdee : Added tag jdk8u71-b00 for changeset cba2b4843168
b2aa7a94830 : Added tag jdk8u65-b05 for changeset c2d5bc74f06c
d1564904e71 : Added tag jdk8u51-b16 for changeset af0b45535760
44f9f2e7077 : Added tag jdk8u51-b15 for changeset e87f038e4f52
ccfe4ffb048 : Added tag jdk8u51-b14 for changeset 2ae16d4e8ccd
67817a6eb95 : Added tag jdk8u51-b13 for changeset 3ed1ef5177cc
ac436b17bef : Added tag jdk8u51-b12 for changeset 1b1ed849d692
a468650906c : Added tag jdk8u51-b11 for changeset b47527e0d139
ce67fb4b043 : Added tag jdk8u51-b10 for changeset 88f135963607
3335545b178 : Added tag jdk8u51-b09 for changeset f33638386ce0
62d3bbbf06f : Added tag jdk8u45-b32 for changeset 43a13123c4a0
af95204a745 : Added tag jdk8u40-b33 for changeset 79e019c6567b
47497c98a5f : Added tag jdk8u40-b32 for changeset 1800f64a5ac0
5aaed3deca5 : Added tag jdk8u51-b08 for changeset f6ffff2443fe
7796eda60aa : Added tag jdk8u65-b00 for changeset 2d380b0473db
07372b663a2 : Added tag jdk8u51-b07 for changeset c823f29bfde1
5a046dd8e5a : Added tag jdk8u51-b06 for changeset 729ddf2ce550
c78bcec49e8 : Added tag jdk8u51-b05 for changeset de6c9ad9257c
93ccc52b65e : Added tag jdk8u51-b04 for changeset 745fbda5fc8a
39f4d282ceb : Added tag jdk8u31-b33 for changeset 181454578aa1
74f11285d71 : Added tag jdk8u60-b23 for changeset b5075673d083
2a8803e48eb : Added tag jdk8u66-b00 for changeset 4dbc8f3ec683
7110af34519 : Added tag jdk8u60-b22 for changeset 8328c93a759d
1d02bbcaa9b : Added tag jdk8u60-b21 for changeset e0588b5056f2
c0ea7c0e473 : Added tag jdk8u65-b02 for changeset b3d08ee2c327
19d67fa17ea : Added tag jdk8u60-b20 for changeset 15c23f3d4f3d
ccd57b2b6d0 : Added tag jdk8u65-b01 for changeset 77a247120f0b
7c94afec178 : Added tag jdk8u60-b19 for changeset 98d1fd261305
fc92d40c7f2 : Added tag jdk8u60-b18 for changeset 9bb79dd767f5
fd66db8553a : Added tag jdk8u60-b17 for changeset 05846e646a6f
e0f2f34515f : Added tag jdk8u60-b16 for changeset be01935ef2e2
e784bf49015 : Added tag jdk8u60-b15 for changeset e2ae143a035d
5880d07cafd : Added tag jdk8u60-b14 for changeset d01cfd12c0f8
f2e1fdf7fef : Added tag jdk8u60-b13 for changeset 0551a97c13bd
3deabad4842 : Added tag jdk8u60-b12 for changeset d99019700aa1
f5e37cd736a : Added tag jdk8u60-b11 for changeset ffd38edc171e
1bdc96c1d08 : Added tag jdk8u45-b15 for changeset 7c6637c6d6e3
564c82859d1 : Added tag jdk8u45-b14 for changeset ecdd785192a1
a094898b97c : Added tag jdk8u45-b13 for changeset 26ff3c0376bf
335bc11a635 : Added tag jdk8u45-b12 for changeset f56f8fd6d5fb
ff4270cd91c : Added tag jdk8u40-b27 for changeset f15b6f880d3b
55abca96bee : Added tag jdk8u51-b03 for changeset 54e85cf0018b
0bddbea6977 : Added tag jdk8u40-b31 for changeset ba1397fcc2ca
af13a6ae5d1 : Added tag jdk8u45-b11 for changeset 22664e4df905
604ac83b07f : Added tag jdk8u31-b32 for changeset c98f2e9598ec
d5942ff4c79 : Added tag jdk8u31-b31 for changeset d6cf1fca5375
ec73e295af7 : Added tag jdk8u25-b33 for changeset c90e78d4811c
4fb432b83fb : Added tag jdk8u45-b01 for changeset 3a60ce949dcd
28ff0523744 : Added tag jdk8u60-b10 for changeset a194bf842696
e76d3302a8b : Added tag jdk8u60-b09 for changeset 909f5e97ad75
2fd410f8ab2 : Added tag jdk8u60-b08 for changeset c28beed1956d
77d0567d9de : Added tag jdk8u60-b07 for changeset 452ac001d724
12c5e31f46e : Added tag jdk8u60-b06 for changeset 30014962d9ad
36b756fa13b : Added tag jdk8u40-b26 for changeset 8566ae6c58ff
6b4236e72c7 : Added tag jdk8u51-b02 for changeset 4dd1911c59a5
2083e896bd8 : Added tag jdk8u51-b01 for changeset 52738b0ca455
d9d19a3f7f0 : Added tag jdk8u45-b10 for changeset 3bad03a34f40
cdc4f6c3210 : Added tag jdk8u45-b09 for changeset 557ddbca52e0
e1e5d58dea1 : Added tag jdk8u45-b08 for changeset cb7537e17f40
4be7c488221 : Added tag jdk8u40-b25 for changeset a82451c6b7d7
89f5d38b3dc : Added tag jdk8u45-b07 for changeset bf76825ec23f
72351d3cfad : Added tag jdk8u40-b24 for changeset 395f98e00547
b18f7b17c8c : Added tag jdk8u45-b06 for changeset 47f16e9f82cd
dc30ea9d753 : Added tag jdk8u40-b23 for changeset 62af9eb0a1ae
fa6fc71e105 : Added tag jdk8u45-b05 for changeset 74d0570ae0f1
78ae3016bc4 : Added tag jdk8u60-b05 for changeset 806772d20dc0
026a1778840 : Added tag jdk8u60-b04 for changeset 9eb0104c519f
9f2d285a0e4 : Added tag jdk8u60-b03 for changeset d99b75172842
badbdfb2255 : Added tag jdk8u60-b02 for changeset f8fbbbaf6029
151237b6ac2 : Added tag jdk8u60-b01 for changeset fa677cd6da58
dadd3b29900 : Added tag jdk8u40-b22 for changeset 2352656d095d
4164226c32c : Added tag jdk8u45-b04 for changeset 2528216fd063
278460a8715 : Added tag jdk8u31-b14 for changeset 087958469f8c
7ebda2d1929 : Added tag jdk8u31-b13 for changeset b851e244dc9d
541033240ad : Added tag jdk8u31-b12 for changeset 6cd235fec9f2
b5d58a1000c : Added tag jdk8u31-b11 for changeset 788b82019112
7fa019112bc : Added tag jdk8u31-b10 for changeset e986a1848381
e655263112d : Added tag jdk8u31-b09 for changeset 7e10b3fa8ec6
a1ae38a7a77 : Added tag jdk8u31-b08 for changeset 6c1232e0a1d8
5cd148e009d : Added tag jdk8u31-b07 for changeset 6da1a3d24f9d
69066b7c9da : Added tag jdk8u31-b06 for changeset 0de449900099
5fc966f0584 : Added tag jdk8u31-b05 for changeset 9b8a2433fb1b
83878acd874 : Added tag jdk8u31-b04 for changeset aa664b83dd7a
fcfc3958cde : Added tag jdk8u25-b32 for changeset 9a56e4dd93ec
e9477f7eb16 : Added tag jdk8u25-b31 for changeset e8e01fadd921
0607bf5cac9 : Added tag jdk8u45-b00 for changeset 3a39ffc73a70
269a024120f : Added tag jdk8u31-b03 for changeset 95a960bef4aa
d79d28349d6 : Added tag jdk8u31-b02 for changeset 4a15a5836895
2022bbaa5df : Added tag jdk8u20-b32 for changeset b8ea0ec8e3f7
bd769ca8723 : Added tag jdk8u31-b01 for changeset 9ab042324c5d
c1428c0c605 : Added tag jdk8u20-b31 for changeset 286baa471341
7f34a1d059e : Added tag jdk8u40-b21 for changeset d32902522c48
0805832a340 : Added tag jdk8u51-b00 for changeset f8031ed80d3a
eb71749f406 : Added tag jdk8u45-b03 for changeset 07e23c2206a8
76de24f797d : Added tag jdk8u40-b20 for changeset e80b2282a8b0
2d2ef08c0fd : 8262885: Shenandoah: FullGC prologue does not need to save/restore heap has_forwarded_object flag
2307c2b57a9 : Added tag jdk8u45-b02 for changeset 3f619677e64b
9d54328c2e6 : Added tag jdk8u60-b00 for changeset 4ec8983cde11
403e278cfc1 : Added tag jdk8u40-b19 for changeset ee2460d6e2ee
e0324b60735 : Added tag jdk8u40-b18 for changeset 4ac187124faf
477ac236237 : Added tag jdk8u40-b17 for changeset 8bcd4cc8c833
e3766a112ce : Added tag jdk8u40-b16 for changeset 03dab1e51eba
1e621d3a01c : Added tag jdk8u40-b15 for changeset 944e7660335e
b15e90757c3 : Added tag jdk8u40-b14 for changeset 47d41b406e97
b4febd1aa1e : Added tag jdk8u40-b13 for changeset 366885446f1d
c4b5e4d5e8f : Added tag jdk8u40-b12 for changeset 7aead6419c40
41356d0f1f6 : Added tag jdk8u40-b11 for changeset 30f1559c7e99
53c796a44e2 : Added tag jdk8u40-b10 for changeset 0a674980b693
7a9e817e1b6 : Added tag jdk8u25-b18 for changeset 18b3023447d2
b89211520c5 : Added tag jdk8u25-b17 for changeset c94cca03dc99
bcfac57d65e : Added tag jdk8u25-b16 for changeset 1e31b22acb3f
8baa1d1944e : Added tag jdk8u25-b15 for changeset cd34c6913793
57fea119faf : Added tag jdk8u25-b14 for changeset 22b243dfee4a
1271548641c : Added tag jdk8u25-b13 for changeset fc8f7817d56e
112deda38f7 : Added tag jdk8u25-b12 for changeset 735c0d578bf3
2f98ca9e462 : Added tag jdk8u25-b11 for changeset a21ba41869a2
ee0229447ca : Added tag jdk8u25-b10 for changeset 5080d51de0c0
60e2cbafdc1 : Added tag jdk8u25-b09 for changeset c2b8060cee8f
18d4747f9c1 : Added tag jdk8u25-b08 for changeset 8bfe48e57bda
74e88092379 : Added tag jdk8u40-b09 for changeset 3a487f2e0130
ecb81beb19e : Added tag jdk8u40-b08 for changeset 227499bf9539
46cd9126b76 : Added tag jdk8u40-b07 for changeset 2dabc8259589
35cd8263836 : Added tag jdk8u40-b06 for changeset 73bedd56d97d
7d6e191fba2 : Added tag jdk8u40-b05 for changeset 355bdf063626
cee0630d392 : Added tag jdk8u40-b04 for changeset d3fef9df46b1
29e459435f7 : Added tag jdk8u20-b26 for changeset 42a00b9a9653
58c0805fc94 : Added tag jdk8u20-b25 for changeset 1c02c6d547e6
c6977c0755f : Added tag jdk8u20-b24 for changeset d03dce14fc24
c0bcddb1c47 : Added tag jdk8u40-b03 for changeset cc778b4c400a
38119f0e133 : Added tag jdk8u40-b02 for changeset c0131ac648a8
994acd64e29 : Added tag jdk8u40-b01 for changeset 2360e3d587d6
9a14050c08c : Added tag jdk8u20-b23 for changeset baed82f70a27
4d4f26c573e : Added tag jdk8u25-b07 for changeset 10df5b480edc
52a2bc040b5 : Added tag jdk8u11-b31 for changeset 86c29e12d7cc
fa56c33f761 : Added tag jdk8u5-b31 for changeset 40e838c00284
31ceab3d0f5 : Added tag jdk8u11-b12 for changeset fa7b1f86752e
d3091237d0b : Added tag jdk8u11-b11 for changeset f1f0badddea7
4f278c81b37 : Added tag jdk8u11-b10 for changeset f899b6366019
2446cccbd51 : Added tag jdk8u11-b09 for changeset 56428470821e
7ba5743070c : Added tag jdk8u11-b08 for changeset 4efa32fcef27
f0d8f5e7997 : Added tag jdk8u11-b07 for changeset 120457622bf1
c2f1fd3881d : Added tag jdk8u11-b06 for changeset 2f082a562ba5
83ecd083bab : Added tag jdk8u11-b05 for changeset afe66c2a309f
3595ed62a8e : Added tag jdk8u25-b00 for changeset ee843b5354db
eb184c18ab4 : Added tag jdk8u11-b04 for changeset 6733801f342a
3542da17907 : Added tag jdk8u11-b03 for changeset 70111527db5d
c412952f3f1 : Added tag jdk8u11-b02 for changeset 13593efe80c9
e6b0274f4c0 : Added tag jdk8u11-b01 for changeset 2fd78f7f8596
19881a192fa : Added tag jdk8u20-b22 for changeset 68acdf25f552
f5c19d62624 : Added tag jdk8u31-b00 for changeset a7da9c933249
b751ec6a695 : Added tag jdk8u25-b06 for changeset 6d3d4115dfd6
01dcbf1c1bd : Added tag jdk8u20-b21 for changeset 77a6dd86ef05
a2c8f55b940 : Added tag jdk8u25-b05 for changeset 1d1b516866bf
b9195f8a278 : Added tag jdk8u40-b00 for changeset 582979c2039f
167a4f85d91 : Added tag jdk8u20-b20 for changeset d10746809420
a43178fd11f : Added tag jdk8u25-b04 for changeset 73b72f2c3a60
b4eb7c4962f : Added tag jdk8u25-b03 for changeset f75d23fb9304
0d264352345 : Added tag jdk8u20-b19 for changeset 3e9612aa7bc3
3558210bc56 : Added tag jdk8u25-b02 for changeset b1fb5e86fa60
04259939a4a : Added tag jdk8u20-b18 for changeset 3588c912b101
973f6d51091 : Added tag jdk8u25-b01 for changeset 46c260129267
3246237b23d : Added tag jdk8u20-b17 for changeset e638761ad1e8
c9c0208b51f : Added tag jdk8u20-b16 for changeset 03b461ae1b8c
3785e35a19e : Added tag jdk8u20-b15 for changeset adf8dfcbcf48
155934a44dc : Added tag jdk8u20-b14 for changeset a4b40051d762
cd8e55c9eb0 : Added tag jdk8u20-b13 for changeset b18fc30ab6c3
3afb54e3e59 : Added tag jdk8u20-b12 for changeset 7a4faf91f0e6
b4b2018d519 : Added tag jdk8u20-b11 for changeset 64f36a65765f
98cf7c2415c : Added tag jdk8u20-b10 for changeset 8d7ef53963f0
5028800a1b9 : Added tag jdk8u5-b13 for changeset 270b19c995d9
7ac7c264566 : Added tag jdk8u5-b12 for changeset 7f1650013bcd
e2bb2e1b457 : Added tag jdk8u5-b06 for changeset 4b218fcccff1
f235745f0be : Added tag jdk8u5-b05 for changeset 612c1079f821
3854df53cbc : Added tag jdk8u11-b00 for changeset e694221608d0
f3fbfe22170 : Added tag jdk8u5-b04 for changeset 6d80bca57a4d
42e6fe02105 : Added tag jdk8u20-b09 for changeset 7f84eff7d416
d25b0e0dfee : Added tag jdk8u20-b08 for changeset c375335b3c0a
149a3631479 : Added tag jdk8u20-b07 for changeset 1e6a63bd7ae3
2be3b29282a : Added tag jdk8-b132 for changeset be7bc58b78e6
2079ebd43ca : Added tag jdk8u5-b11 for changeset dc93263efdd8
8bc9bd48f9d : Added tag jdk8-b131 for changeset dd65bd6b2046
a6d43bb314b : Added tag jdk8u20-b06 for changeset 13c78f1b5391
288c2555d90 : Added tag jdk8u20-b05 for changeset 288bb4bef532
cf9bd24d62b : Added tag jdk8-b130 for changeset e2d470750e53
c20b36e950a : Added tag jdk8u5-b10 for changeset cb6036084819
7d7acd5f6a3 : Added tag jdk8u5-b09 for changeset 017ae03e03b7
3e5a56e73e1 : Added tag jdk8u5-b08 for changeset fdcc6dfd55d3
5aa1baed31a : Added tag jdk8u20-b04 for changeset e33cb36ecbad
6491bd50140 : Added tag jdk8u20-b03 for changeset 41177d357635
f3c850da802 : Added tag jdk8-b129 for changeset 3f0065f1d70b
09fe12ab7c9 : Added tag jdk8u5-b07 for changeset 9275c72945a6
7f5cc54c90d : Added tag jdk8-b128 for changeset 9b65aee22117
7083f3e1237 : Added tag jdk8-b127 for changeset 4e258524ac24
3f8d44e5a96 : Added tag jdk8-b126 for changeset c71ff72825bd
c61a1222869 : Added tag jdk8u20-b02 for changeset e741d4831bdc
9b6d4612cd7 : Added tag jdk8u20-b01 for changeset 369bf27a9abb
aa5507b68d2 : Added tag jdk8-b125 for changeset b8dea6f27db4
e8361253c0c : Added tag jdk8-b124 for changeset c83fd4f03003
164ca3fd7c4 : Added tag jdk8u20-b00 for changeset 7c6e2e405808
49909506332 : Added tag jdk8-b123 for changeset 1c3971b1bdb0
1ef29358765 : Added tag jdk8u5-b03 for changeset c60b0354e003
138e6d5a594 : Added tag jdk8-b122 for changeset c96bd1239649
d2e331d7fa7 : Added tag jdk8u5-b02 for changeset ea483296792b
9794d698b5b : Added tag jdk8-b121 for changeset 53a5e8800a1d
4b5a17b7989 : Added tag jdk8u5-b01 for changeset e219a73fb316
1d2c1e62898 : 8248314: Parallel: Parallelize parallel full gc Adjust Roots phase
3d3eb5c8d31 : 8262368: wrong verifier message for bogus return type
6d3c858cbbd : 8259235: javac crashes while attributing super method invocation
bf90e8574de : 8262926: JDK-8260966 broke AIX build
54dfd79cdaa : 8262256: C2 intrinsincs should not modify IR when bailing out
0265ab63e42 : 8262466: linux libsaproc/DwarfParser.cpp delete DwarfParser object in early return
c15801e98cc : 8261142: AArch64: Incorrect instruction encoding when right-shifting vectors with shift amount equals to the element width
044e2a2a499 : 8183569: Assert the same limits are used in parse_xss and globals.hpp
5de0f4b2ce5 : 8260869: Test java/foreign/TestHandshake.java fails intermittently
c9097a60b62 : 8262893: Enable more doclint checks in javadoc build
40bdf52e24e : 8262096: Vector API fails to work due to VectorShape initialization exception
93ffe6a6a2c : 8262892: minor typo in implSpec comment
4f4d0f5366a : 8261969: SNIHostName should check if the encoded hostname conform to RFC 3490
c92f3bc37ac : 8262876: Shenandoah: Fix comments regarding VM_ShenandoahOperation inheritances
20b9ba53a58 : 8262875: doccheck: empty paragraphs, etc in java.base module
f304b74e0ae : 8261859: gc/g1/TestStringDeduplicationTableRehash.java failed with "RuntimeException: 'Rehash Count: 0' found in stdout"
f18c0192871 : 8247373: ArraysSupport.newLength doc, test, and exception message
96c43210d34 : 8262424: Change multiple get_java_xxx() functions in thread.cpp into one function
0de6abd4b49 : 8260966: (fs) Consolidate Linux and macOS implementations of UserDefinedFileAttributeView 8260691: (fs) LinuxNativeDispatcher should link to xattr functions
5f4bc0aca6c : 8253100: Fix "no comment" warnings in java.base/java.net
d185a6c53e2 : 8261483: jdk/dynalink/TypeConverterFactoryMemoryLeakTest.java failed with "AssertionError: Should have GCd a method handle by now"
85a5ae8cb7c : 8261606: Surprising behavior of step over in String switch
be67aaabe63 : 8262726: AArch64: C1 StubAssembler::call_RT can corrupt stack
0f6122b92f1 : 8262819: gc/shenandoah/compiler/TestLinkToNativeRBP.java fails with release VMs
dd33a8eaaab : 8262461: handle wcstombsdmp return value correctly in unix awt_InputMethod.c
3b350ad87f1 : 8261710: SA DSO objects have sizes that are too large
fdd109327ce : 8261552: s390: MacroAssembler::encode_klass_not_null() may produce wrong results for non-zero values of narrow klass base
f5ab7f688c8 : 8262472: Buffer overflow in UNICODE::as_utf8 for zero length output buffer
6635d7a56c5 : 8261670: Add javadoc for the XML processing limits
85b774af920 : 8255859: Incorrect comments in log.hpp
c3eb80e18f0 : 8262500: HostName entry in VM.info should be a new line
9f0f0c9870b : 8260933: runtime/cds/serviceability/ReplaceCriticalClassesForSubgraphs.java fails without CompactStrings
d3398324e9c : 8257414: Drag n Drop target area is wrong on high DPI systems
353416ffcaa : 8262509: JSSE Server should check the legacy version in TLSv1.3 ClientHello
642f45f9dca : 8261839: Error creating runtime package on macos without mac-package-identifier
682e1202357 : 8262497: Delete unused utility methods in ICC_Profile class
4c9adce20d1 : 8262379: Add regression test for JDK-8257746
6baecf39d5c : 8259937: guarantee(loc != NULL) failed: missing saved register with native invoker
c569f1d64b3 : 8262085: Hovering Metal HTML Tooltips in different windows cause IllegalArgExc on Linux
75bf10610f9 : 8262028: Make InstanceKlass::implementor return InstanceKlass
fe8e3707c5e : 8262188: Add test to verify trace page sizes logging on Linux
0a7fff46cfa : 8261636: The test mapping in hugetlbfs_sanity_check should consider LargePageSizeInBytes
702ca6228c7 : 8262185: G1: Prune collection set candidates early
8bc8542e3f1 : 8262195: Harden tests that use the HostsFileNameService (jdk.net.hosts.file property)
20c93b3b901 : 8261914: IfNode::fold_compares_helper faces non-canonicalized bool when running JRuby JSON workload
ddd550ae84a : 8261308: C2: assert(inner->is_valid_counted_loop(T_INT) && inner->is_strip_mined()) failed: OuterStripMinedLoop should have been removed
03d888f463c : 8261804: Remove field _processing_is_mt, calculate it instead
6800ba465fe : 8257500: Drawing MultiResolutionImage with ImageObserver "leaks" memory
65a245e262d : 8262329: Fix JFR parser exception messages
a4c249610e7 : 8259535: ECDSA SignatureValue do not always have the specified length
2515c42b2c7 : 8262332: serviceability/sa/ClhsdbJhisto.java fails with Test ERROR java.lang.RuntimeException: 'ParselTongue' missing from stdout/stderr
07061fc73a2 : 8256417: Exclude TestJFRWithJMX test from running with PodMan
c9e91897aed : 8262074: Consolidate the default value of MetaspaceSize
05c11bcb32c : 8262426: Change TRAPS to Thread* for find_constrained_instance_or_array_klass()
d06d6f51e0d : 8262402: Make CATCH macro assert not fatal
47a08426469 : 8241403: JavaThread::get_thread_name() should be ThreadSMR-aware
3088e1e62ea : 8262430: doclint warnings in java.base module
67b9e5a6917 : 8262420: typo: @implnote in java.desktop module
240f2a1bb7c : 8260366: ExtendedSocketOptions <clinit> can deadlock in some circumstances
de3f519dc90 : 8258897: wrong translation of capturing local classes inside nested lambdas
d7efb4cc35a : 8262199: issue in jli args.c
76032781647 : 8260198: TypeInstPtr::dump2() emits multiple lines if Verbose is set
0a4e710ff60 : 8261954: Dependencies: Improve iteration over class hierarchy under context class
722142ee6c8 : 8261520: JDK-8261302 breaks runtime/NMT/CheckForProperDetailStackTrace.java
bcca10066dc : 4710675: JTextArea.setComponentOrientation does not work with correct timing
fce5765678e : 8262433: doclint: reference error in module jdk.incubator.foreign
059ede0d205 : 8262428: doclint warnings in java.xml module
8256517016f : 8262421: doclint warnings in jdk.compiler module
29c603f9dc1 : 8262227: Change SystemDictionary::find() to return an InstanceKlass*.
35c0a6956ca : 8262416: ProblemList TestHeapDumpForLargeArray.java due to JDK-8262386
228c2857154 : 8261170: Upgrade to freetype 2.10.4
ded96ddcde1 : 8139348: Deprecate 3DES and RC4 in Kerberos
5a9b70103cf : 8258444: Clean up specifications of java.io.Reader.read(char[],int,int) in subclass overrides
7d4f60b16be : 8260403: javap should be more robust in the face of invalid class files
674be87d30b : 8261203: Incorrectly escaped javadoc html with type annotations
2eca17d1b1b : 8261457: test/langtools/tools/javac/T8187978 can fail if ArrayList class is modified
c54724da143 : 8257234: Add gz option to SA jmap to write a gzipped heap dump
aa35b42354b : 8261131: jcmd jmap dump should not accept gz option with no value
ebdc80ead9b : 8252883: AccessDeniedException caused by delayed file deletion on Windows
f79c6268161 : 8262296: Fix remaining doclint warnings in jdk.httpserver
ea48a0bb561 : 8262163: Extend settings printout in jcmd VM.metaspace
a83e802bcef : 8262299: C2 compilation fails with "modified node was not processed by IGVN.transform_old()"
0f8be6e433b : 8261868: Reduce inclusion of metaspace.hpp
3a0d6a64bc4 : 8262099: jcmd VM.metaspace should report unlimited size if MaxMetaspaceSize isn't specified
a50725db2ab : 8254001: [Metrics] Enhance parsing of cgroup interface files for version detection
65492129a90 : 8262315: missing ';' in generated entities
d70fd7b3c40 : 8258855: Two tests sun/security/krb5/auto/ReplayCacheTestProc.java and ReplayCacheTestProcWithMD5.java failed on OL8.3
9d9ad969cae : 8261919: java/util/Locale/LocaleProvidersRun.java failed with "RuntimeException: Expected log was not emitted. LogRecord: null"
2c99bad082c : 8261920: [AIX] jshell command throws java.io.IOError on non English locales
8c07063daea : 8262259: Remove unused variable in MethodLiveness::BasicBlock::compute_gen_kill_single
0d2dbd29955 : 8262027: Improve how HttpConnection detects a closed channel when taking/returning a connection to the pool
382e38dd246 : 8256438: AArch64: Implement match rules with ROR shift register value
fac37bf515a : 8262269: javadoc test TestGeneratedClasses.java fails on Windows
3e13b66e3fd : 8262157: LingeredApp.startAppExactJvmOpts does not print app output when launching fails
c769388d0f0 : 8262266: JDK-8262049 fails validate-source
03e781b4708 : 8262265: ProblemList jdk/javadoc/doclet/testGeneratedClasses/TestGeneratedClasses.java on Windows
c6eae061422 : 8262049: [TESTBUG] Fix TestReferenceRefersTo.java for Shenandoah IU mode
e5304b3a994 : 8253409: Double-rounding possibility in float fma
3132b1c4b16 : 8261665: Clean up naming of StringContent and FixedStringContent
c30a90bb645 : 8261976: Normalize id's used by the standard doclet
53b15453d91 : 8223355: Redundant output by javadoc
d2b9c227e55 : 8262011: [JVMCI] allow printing to tty from unattached libgraal thread
0257caad38b : 8261397: Try Catch Method Failing to Work When Dividing An Integer By 0
8a2f58907c9 : 8260637: Shenandoah: assert(_base == Tuple) failure during C2 compilation
67762de627e : 8262197: JDK-8242032 uses wrong contains_reference() in assertion code
9d9bedd051c : 8262094: Handshake timeout scaled wrong
29c72631ee3 : 8252709: Enable JVMCI when building linux-aarch64 at Oracle
12f6ba0deb3 : 8262087: Use atomic boolean type in G1FullGCAdjustTask
a5c4b9a6b07 : 8260223: Handling of unnamed package in javadoc pages
8cfea7c523f : 8261921: ClassListParser::current should be used only by main thread
991f7c13039 : 8210373: Deadlock in libj2gss.so when loading "j2gss" and "net" libraries in parallel.
0217d699e00 : 8261975: Missing "classpath exception" in VectorSupport.java
f2bde05e6ff : 8262097: Improve CompilerConfig ergonomics to fix a VM crash after JDK-8261229
aea474c48d6 : 8261269: When using clhsdb to "inspect" a java object, clhsdb prints "Oop for..." twice
a7e2e80ff47 : 8260695: The java.awt.color.ICC_Profile#getData/getData(int) are not thread safe
a30fb4fc689 : 8255867: SignatureScheme JSSE property does not preserve ordering in handshake messages
a86728850e9 : 8211227: Inconsistent TLS protocol version in debug output
7b924d8a28a : 8261973: Shenandoah: Cleanup/simplify root verifier
63f8fc87cdf : 8259662: Don't wrap SocketExceptions into SSLExceptions in SSLSocketImpl
cf0019d9641 : 8259942: Enable customizations in CompileJavaModules.gmk and Main.gmk
a6a7e4398aa : 8242032: G1 region remembered sets may contain non-coarse level PRTs for already coarsened regions
d7eebdac5d0 : 8261391: ZGC crash - SEGV in RevokeOneBias::do_thread
5b7b18c5bff : 8259800: timeout in tck test testForkJoin(ForkJoinPool8Test)
419717ddaef : 8261803: Remove unused TaskTerminator in g1 full gc ref proc executor
011f5a5478f : 8261799: Remove unnecessary cast in psParallelCompact.hpp
e9d7c07bdad : 8248318: Remove superfluous use of boxing in ObjectStreamClass
6b7575bbb0e : 8228748: Remove GCLocker::_doing_gc
c20fb5db903 : 8261448: Preserve GC stack watermark across safepoints in StackWalk
26c1db901b4 : 8254239: G1ConcurrentMark.hpp unnecessarily disables MSVC++ warning 4522.
0c21dd053fc : 6206189: Graphics2D.clip specifies incorrectly that a 'null' is a valid value for this method
2b555015193 : 8261949: fileStream::readln returns incorrect line string
539c80bfda7 : 8261702: ClhsdbFindPC can fail due to PointerFinder incorrectly thinking an address is in a .so
564011cff06 : 8261290: Improve error message for NumberFormatException on null input
18188c2aa7d : 8261692: Bugs in clhsdb history support
0825bc55507 : 8261929: ClhsdbFindPC fails with java.lang.RuntimeException: 'In java stack' missing from stdout/stderr
c2509ea9bca : 8261857: serviceability/sa/ClhsdbPrintAll.java failed with "Test ERROR java.lang.RuntimeException: 'cannot be cast to' found in stdout"
2b00367e115 : 8261350: Create implementation for NSAccessibilityCheckBox protocol peer
5a25cea5415 : 8261998: Remove unused shared entry support from utilities/hashtable
475595847ca : 8262041: javax/xml/jaxp/unittest/common/prettyprint/PrettyPrintTest.java fails after JDK-8260858
44368020f1d : Added tag jdk7u40-b43 for changeset 80272f87c1d0
b10376bac11 : 8261938: ASN1Formatter.annotate should not return in the finally block
977a21add8d : 8261225: TieredStopAtLevel should have no effect if TieredCompilation is disabled
c53acc2a89d : 8261542: X86 slice and unslice intrinsics for 256-bit byte/short vectors
8b4fd77f60e : 8262042: ProblemList javax/xml/jaxp/unittest/common/prettyprint/PrettyPrintTest.java on Windows
7ffa1481c2a : 8247918: Clarify Reader.skip behavior for end of stream
8a1c712c2ed : 8261728: SimpleDateFormat should link to DateTimeFormatter
851b2e31e18 : 6245663: (spec) File.renameTo(File) changes the file-system object, not the File instance
c4f17a3e1de : 8257925: enable more support for nested inline tags
433096a45ea : 8261744: Implement CharsetDecoder ASCII and latin-1 fast-paths
efbaedeb815 : 8262018: Wrong format in SAP copyright header of OsVersionTest
55463b0486f : 8261984: Shenandoah: Remove unused ShenandoahPushWorkerQueuesScope class
a180a386189 : 8260694: (fc) Clarify FileChannel.transferFrom to better describe "no bytes available" case
1b0c36b05b4 : 8261649: AArch64: Optimize LSE atomics in C++ code
61820b74dd8 : 8259984: IGV: Crash when drawing control flow before GCM
7e2c909ee1b : 8260485: Simplify and unify handler vectors in Posix signal code
c99eeb01025 : 8260858: Implementation specific property xsltcIsStandalone for XSLTC Serializer
5caf686c80f : 8261644: NMT: Simplifications and cleanups
ed93bc9a01a : 8196301: java/awt/print/PrinterJob/Margins.java times out
7e78c777134 : 8261905: Move implementation of OopStorage num_dead related functions
78cde64800d : 8261860: Crash caused by lambda proxy class loaded in Shutdown hook
c158413e481 : 8261098: Add clhsdb "findsym" command
0c31d5b9c53 : 8261977: Fix comment for getPrefixed() in canonicalize_md.c
9cf4f90d34f : 8261473: Shenandoah: Add breakpoint support
c4664e64463 : 8261940: Fix references to IOException in BigDecimal javadoc
0e9c5aedc84 : 8075909: [TEST_BUG] The regression-swing case failed as it does not have the 'Open' button when select 'subdir' folder with NimbusLAF
e9f3aab7f48 : 8261912: Code IfNode::fold_compares_helper more defensively
fd098e71a92 : 8261838: Shenandoah: reconsider heap region iterators memory ordering
f94a8452873 : 8261600: NMT: Relax memory order for updating MemoryCounter and fix racy updating of peak values
1a7adc86427 : 8260416: Remove unused method ReferenceProcessor::is_mt_processing_set_up()
3a21e1df700 : 8260653: Unreachable nodes keep speculative types alive
b695c7eed41 : 8261925: ProblemList com/sun/jdi/AfterThreadDeathTest.java on Linux
97e1657ba24 : 8261846: [JVMCI] c2v_iterateFrames can get out of sync with the StackFrameStream
b8fd61420c6 : 8261939: os::strdup_check_oom() should be used in os::same_files() in os_windows.cpp
5f308291a0c : 8202750: Reduce the use of get_canonical_path() in CDS
ea5bf45c6f1 : 8261621: Delegate Unicode history from JLS to j.l.Character
d5a4d2266b4 : 8261843: incorrect info in docs/building.html
bf75a3a0241 : 8261851: update ReflectionCallerCacheTest.java test to use ForceGC from test library
05301f5fd2b : 8257497: Update keytool to create AKID from the SKID of the issuing certificate as specified by RFC 5280
cb84539d562 : 8261553: Efficient mask generation using BMI2 BZHI instruction
a0658795cfd : 8261791: (sctp) handleSendFailed in SctpChannelImpl.c potential leaks
9ba2b71a615 : 8261657: [PPC64] Cleanup StoreCM nodes after CMS removal
f639df435e4 : 8261401: Add sanity check for UseSHM large pages similar to the one used with hugetlb large pages
2e18b52aed0 : 8261752: Multiple GC test are missing memory requirements
c7885eb1c5a : 8261758: [TESTBUG] gc/g1/TestGCLogMessages.java fails if ergonomics detect too small InitialHeapSize
05d59556381 : 8261522: [PPC64] AES intrinsics write beyond the destination array
03b586b32cc : 8261750: Remove internal class sun.net.www.MimeLauncher
84182855307 : 8261235: C1 compilation fails with assert(res->vreg_number() == index) failed: conversion check
a9308705ff8 : 8261309: Remove remaining StoreLoad barrier with UseCondCardMark for Serial/Parallel GC
b955f85e03b : 8261075: Create stubRoutines.inline.hpp with SafeFetch implementation
d19503353e5 : 8261842: Shenandoah: cleanup ShenandoahHeapRegionSet
fc1d0321ddb : 8261125: Move VM_Operation to vmOperation.hpp
d547e1a8472 : 8261123: Augment discussion of equivalence classes in Object.equals and comparison methods
2677f6f47d9 : 8261675: ObjectValue::set_visited(bool) sets _visited false
e7e20d4ec62 : 8261711: Clhsdb "versioncheck true" throws NPE every time
55d7bbcec01 : 8261607: SA attach is exceeding JNI Local Refs capacity
0a50688dec6 : 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset
61a659f4bfe : 8260415: Remove unused class ReferenceProcessorMTProcMutator
6b6f7940515 : 8248223: KeyAgreement spec update on multi-party key exchange support
8ba390d1e24 : 8261753: Test java/lang/System/OsVersionTest.java still failing on BigSur patch versions after JDK-8253702
16bd7d381f4 : 8261336: IGV: enhance default filters
3f8819c6664 : 8261501: Shenandoah: reconsider heap statistics memory ordering
3cbd16de3d0 : 8259668: Make SubTasksDone use-once
219b115e21a : 8261422: Adjust problematic String.format calls in jdk/internal/util/Preconditions.java outOfBoundsMessage
cdc874d4c96 : 8261601: free memory in early return in Java_sun_nio_ch_sctp_SctpChannelImpl_receive0
e2d52ae2656 : 8261413: Shenandoah: Disable class-unloading in I-U mode
34ae7aeb64d : 8261609: remove remnants of XML-driven builders
6badd22e664 : 8261351: Create implementation for NSAccessibilityRadioButton protocol
849f4c0fb70 : 8260291: The case instruction is not visible in dark mode
2e610f53c1d : 8260687: Inherited font size is smaller than expected when using StyleSheet to add styles
3882fda83be : 8260414: Remove unused set_single_threaded_mode() method in task executor
c6eedda89e3 : 8261500: Shenandoah: reconsider region live data memory ordering
df0897ea576 : 8261504: Shenandoah: reconsider ShenandoahJavaThreadsIterator::claim memory ordering
745c0b9140d : 8261493: Shenandoah: reconsider bitmap access memory ordering
4642730b057 : 8261496: Shenandoah: reconsider pacing updates memory ordering
7c931591697 : 8261503: Shenandoah: reconsider verifier memory ordering
d9744f65360 : 8261608: Move common CDS archive building code to archiveBuilder.cpp
235da6aa048 : 8261672: Reduce inclusion of classLoaderData.hpp
95d73129ce5 : 8261585: Restore HandleArea used in Deoptimization::uncommon_trap
849390a11e4 : 8260401: StackOverflowError on open WindowsPreferences
735757f1e0e : 8261661: gc/stress/TestReclaimStringsLeaksMemory.java fails because Reserved memory size is too big
e29c560a11c : 8247514: Improve clhsdb 'findpc' ability to determine what an address points to by improving PointerFinder and PointerLocation classes
dc46aa85c6e : 8261534: Test sun/security/pkcs11/KeyAgreement/IllegalPackageAccess.java fails on platforms where no nsslib artifacts are defined
f0d9829b68b : 8261533: Java_sun_font_CFont_getCascadeList leaks memory according to Xcode
06170b7cbf6 : 8261662: Rename compute_loader_lock_object
3dc6f52a89e : 8261160: Add a deserialization JFR event
a305743cfa2 : 8261660: AArch64: Race condition in stub code generation for LSE Atomics
28163a9e984 : 8261652: Remove some dead comments from os_bsd_x86
66757750a2a : 8253702: BigSur version number reported as 10.16, should be 11.nn
33fcd325f6d : 8261659: JDK-8261027 causes a Tier1 validate-source failure
3aa1b4c72c2 : 8261623: reference to javac internals in Extern class
350303d4f0c : 8260221: java.util.Formatter throws wrong exception for mismatched flags in %% conversion
6475d4774ff : 8261655: [PPC64] Build broken after JDK-8260941
c0e805a4750 : 8261654: Missing license header in Signatures.java
b670efd896a : 8261072: AArch64: Fix MacroAssembler::get_thread convention
59b8d595d2f : 8261481: Cannot read Kerberos settings in dynamic store on macOS Big Sur
9f81ca8175a : 8261230: GC tracing of page sizes are wrong in a few places
40ae9937a01 : 8261027: AArch64: Support for LSE atomics C++ HotSpot code
9ffabf30c33 : 8252971: WindowsFileAttributes does not know about Unix domain sockets
682e78e89b3 : 8261071: AArch64: Refactor interpreter native wrappers
ebaa58d9c07 : 8261505: Test test/hotspot/jtreg/gc/parallel/TestDynShrinkHeap.java killed by Linux OOM Killer
3210095a175 : 8261079: Fix support for @hidden in classes and interfaces
9c0ec8d8485 : 8260941: Remove the conc_scan parameter for CardTable
da9895a0a47 : 8261499: Simplify HTML for javadoc links
0779addeb79 : 8255059: Regressions >5% in all Javadoc benchmarks in 16-b19
6a84ec68c3e : 8260044: Parallel GC: Concurrent allocation after heap expansion may cause unnecessary full gc 8260045: Parallel GC: Waiting on ExpandHeap_lock may cause "expansion storm"
92ff891877f : 8261593: Do not use NULL pointer as write buffer parameter in jfrEmergencyDump.cpp write_repository_files
60a2072a430 : 8260431: com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr"
bf47a479b91 : 8261282: Lazy initialization of built-in ICC_Profile/ColorSpace classes is too lazy
f4cfd758342 : 8261510: Use RFC numbers and protocol titles in sun.security.ssl.SSLExtension comments
75c8489ce8a : 8261604: ProblemList jdk/dynalink/TypeConverterFactoryMemoryLeakTest.java
1740de2a0d4 : 8261297: NMT: Final report should use scale 1
c342323c7ab : 8261431: SA: Add comments about load address of executable
4a72cea0198 : 8261509: Move per-thread StackWatermark from Thread to JavaThread class
eef86a80f89 : 8261029: Code heap page sizes not traced correctly using os::trace_page_sizes
0a89987a969 : 8240281: Remove failing assertion code when selecting first memory state in SuperWord::co_locate_pack
9fed6048a22 : 8261300: jpackage: rewrite while(0)/while(false) to proper blocks
8b6ab31d313 : 8261418: Reduce decoder creation overheads for sun.nio.cs.ext Charsets
5e1b8092d21 : 8261444: Remove unused fields in Lower
a9c36805c49 : 8261250: Dependencies: Remove unused dependency types
3ede231dec1 : 8259430: C2: assert(in_vt->length() == out_vt->length()) failed: mismatch on number of elements
16623734005 : 8235139: Deprecate the socket impl factory mechanism
49cf13d2fb1 : 8261449: Micro-optimize JVM_LatestUserDefinedLoader
837bd8930d0 : 8261548: ProblemList runtime/NMT/CheckForProperDetailStackTrace.java
adca84cc29c : 8260341: CDS dump VM init code does not check exceptions
447db62762d : 6211198: ICC_Profile.getInstance(byte[]): IAE is not specified
cc5691c69ed : 8248162: serviceability/attach/RemovingUnixDomainSocketTest.java failed
40754f12f76 : 4841153: java.awt.geom.Rectangle2D.add(double,double) documented incorrectly
4caeb39f01b : 8260380: Upgrade to LittleCMS 2.12
a7726390cc0 : 8261298: LinuxPackage.c, getJvmLauncherLibPath RPM->DEB typo
52fc01b3ee4 : 8261268: LOAD_INSTANCE placeholders unneeded for parallelCapable class loaders
a3d6e37153d : 8261302: NMT: Improve malloc site table hashing
ad54d8dd832 : 8260934: java/lang/StringBuilder/HugeCapacity.java fails without Compact Strings
752f92bc101 : 6211242: AreaAveragingScaleFilter(int, int): IAE is not specified
3af334a5c7e : 6211257: BasicStroke.createStrokedShape(Shape): NPE is not specified
4619f372ae5 : 8261472: BasicConstraintsExtension::toString shows "PathLen:2147483647" if there is no pathLenConstraint
699a3cde74e : 8223188: Removed unnecessary #ifdef __cplusplus from .cpp sources
05c6009eab9 : 8259656: fixpath.sh changes broke _NT_SYMBOL_PATH in RunTests.gmk
ef7ee3f44e4 : 8225081: Remove Telia Company CA certificate expiring in April 2021
7c565f8b377 : 8261209: isStandalone property: remove dependency on pretty-print
01d928080af : 8261299: Use-after-free on failure path in LinuxPackage.c, getJvmLauncherLibPath
a00b13055a7 : 8261356: Clean up enum G1Mark
becee6435bc : 8261279: sun/util/resources/cldr/TimeZoneNamesTest.java timed out
f395ee0c76c : 8261306: ServiceLoader documentation has malformed Unicode escape
8f4c15f6417 : 8198540: Dynalink leaks memory when generating type converters
edd5fc883a3 : 8261096: Convert jlink tool to use Stream.toList()
2f893c2b830 : 8260337: Optimize ImageReader lookup, used by Class.getResource
f0bd9db5c76 : 8257569: Failure observed with JfrVirtualMemory::initialize
906facabad6 : 8260372: [PPC64] Add support for JDK-8210498 and JDK-8222841
b38d5be8878 : 8261340: Fix 'deprecated' warnings in the vmTestbase/nsk tests
b0e7e5abde8 : 8261263: Simplify javadoc link code
8ebed28403a : 8261237: remove isClassPathAttributePresent method
5183d8ae1ee : 8260355: AArch64: deoptimization stub should save vector registers
5d8204b1691 : 8261368: The new TestNullSetColor test is placed in the wrong group
f03e839e481 : 8261127: Cleanup THREAD/TRAPS/CHECK usage in CDS code
74519628499 : 8129776: The optimized Stream returned from Files.lines should unmap the mapped byte buffer (if created) when closed
ad525bcd38f : 8261281: Linking jdk.jpackage fails for linux aarch32 builds after 8254702
2fd8ed024b8 : 8240632: Note differences between IEEE 754-2019 math lib special cases and java.lang.Math
ace8f94616b : 8195744: Avoid calling ClassLoader.checkPackageAccess if security manager is not installed
ab65d53edf9 : 8261261: The version extra fields needs to be overridable in jib-profiles.js
20d7713c57d : 8261334: NMT: tuning statistic shows incorrect hash distribution
92c6e6dffa0 : 8261254: Initialize charset mapping data lazily
351d788809b : 8259074: regex benchmarks and tests
d6d5d9bf2f1 : 8261231: Windows IME was disabled after DnD operation
29a428f5ea5 : 8261229: MethodData is not correctly initialized with TieredStopAtLevel=3
48c932e1f1e : 8231286: HTML font size too large with high-DPI scaling and W3C_LENGTH_UNITS
dbc35f607ac : 8261094: Open javax/swing/text/html/CSS/4765271/bug4765271.java
db0ca2b9d40 : 8261161: Clean up warnings in hotspot/jtreg/vmTestbase tests
2c28e364544 : 8237352: Update DatagramSocket to add support for joining multicast groups
d0a8f2f737c : 8260593: javac can skip a temporary local variable when pattern matching over a local variable
deb0544ff33 : 8261251: Shenandoah: Use object size for full GC humongous compaction
d45343ea51f : 8260899: ARM32: SyncOnValueBasedClassTest fails with assert(is_valid()) failed: invalid register
9d59dec2004 : 8248876: LoadObject with bad base address created for exec file on linux
aa5bc6edb36 : 8258953: AArch64: move NEON instructions to aarch64_neon.ad
c5ff454481c : 8250989: Consolidate buffer allocation code for CDS static/dynamic dumping
0e18634b6a8 : 8261270: MakeMethodNotCompilableTest fails with -XX:TieredStopAtLevel={1,2,3}
7a2db858e0e : 8261022: Fix incorrect result of Math.abs() with char type
2c3a86f96e3 : 8261280: Remove THREAD argument from compute_loader_lock_object
74d40ab72fd : 8261200: Some code in the ICC_Profile may not close file streams properly
fb46d4e578d : 8259268: Refactor InheritIO shell test as java test
440db35e8ff : 8216358: [accessibility] [macos] The focus is invisible when tab to "Image Radio Buttons" and "Image CheckBoxes"
fac3c2d2581 : 8254702: jpackage app launcher crashes on CentOS
7a6c176845a : 8260736: Shenandoah: Cleanup includes in ShenandoahGC and families
4a89733e700 : 8261198: [macOS] Incorrect JNI parameters in number conversion in A11Y code
4a1814cbf0d : 8261179: Norwegian Bokmål Locale fallback issue
0218917109d : 8258732: runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java fails
f9df3662550 : 8242300: SystemDictionary::resolve_super_or_fail() should look for the super class first
ceb85ae21d8 : Added tag jdk-9+180 for changeset 7c7826367bb1
8cd526b5f52 : Added tag jdk-9+179 for changeset eae63dd9bdb5
e311b4c22fe : Added tag jdk-9+178 for changeset 85fa40b0d495
631756cd0ac : Added tag jdk-9+177 for changeset 43447e1708a5
d8e45201670 : Added tag jdk-9+176 for changeset df8fbc1cce5e
6a688d04f93 : Added tag jdk-9+175 for changeset b9435010998f
067fedef609 : Added tag jdk-9+174 for changeset c44b381bf670
8b913017add : Added tag jdk-9+173 for changeset f6f06c6807a9
312334f98f8 : Added tag jdk-9+172 for changeset 2c4bc2ee99ea
4f92515ff95 : Added tag jdk-9+171 for changeset f00017bcdc9b
5d2df01c399 : Added tag jdk-9+170 for changeset 551e71abc9ba
5eed9807d2f : Added tag jdk-9+169 for changeset 1d72de181ccd
e08bbec7c15 : Added tag jdk-9+168 for changeset 03b769b86c41
576fa194de7 : Added tag jdk-9+167 for changeset 032669fa843a
30cdd1715a2 : Added tag jdk-9+166 for changeset 19a6fff7a4bd
2e2e1e158ea : Added tag jdk-9+165 for changeset 214c5e3bb18f
7e779ba9fe2 : Added tag jdk-9+164 for changeset 0e99ea0d953d
46ce96679e5 : Added tag jdk-9+163 for changeset f47ef278a512
99b0bf21625 : Added tag jdk-9+162 for changeset c0b865670c40
ebdbe089898 : Added tag jdk-9+161 for changeset 13da7977d16f
b1a741eaab6 : Added tag jdk-9+160 for changeset 4afdee4373d0
86000ee02e3 : Added tag jdk-9+159 for changeset 94bb6e1f62cd
676b8d2ae2d : Added tag jdk-9+158 for changeset 15af0350b3d4
f0421ab5bc6 : Added tag jdk-9+157 for changeset 204a63458555
ae182bbdf14 : Added tag jdk-9+156 for changeset 35beb363338d
edd04597b8f : Added tag jdk-9+155 for changeset 8169d07fad5e
4f337665723 : Added tag jdk-9+154 for changeset b7054ca18871
43ae0cf8785 : 8261167: print_process_memory_info add a close call after fopen
48f5220c801 : 8260369: [PPC64] Add support for JDK-8200555
224c166c308 : 8261213: [BACKOUT] MutableSpace's end should be atomic
3495febf51d : 8260296: SA's dumpreplaydata fails
07918995da1 : 8261154: Memory leak in Java_java_lang_ClassLoader_defineClass0 with long class names
78b0d327420 : 8234534: Simplify CardTable code after CMS removal
ee2f2055298 : 8260926: Trace resource exhausted events unconditionally
1e0a1013efc : 8259862: MutableSpace's end should be atomic
d2bd4992223 : 8163498: Many long-running security libs tests
c5bb1092725 : 8260019: Move some Thread subtypes out of thread.hpp
08f7454fa96 : 8261190: restore original Alibaba copyright line in two files
3bb6a3d2ab9 : 8261109: [macOS] Remove disabled warning for JNF in make/autoconf/flags-cflags.m4
c59e4b66bb8 : 8261106: Reduce inclusion of jniHandles.hpp
d9aefa36ac1 : 8260356: (tz) Upgrade time-zone data to tzdata2021a
bdcbfa10cee : 8259927: Windows jpackage installer issues
e93e1e1c7b8 : 8261157: Incorrect GPL header after JDK-8259956
4de3a6be9e6 : 8260709: C2: assert(false) failed: unscheduable graph
c1dea39d08e : 8260335: [macos] Running app using relative path causes problems
f7a6cff9832 : 8261149: Initial nroff manpage update for JDK 17
be772ffaf32 : 8261023: Document why memory pretouch must be a store
83357b11967 : 8261030: Avoid loading GenerateJLIClassesHelper at runtime
992b50087d2 : 8261036: Reduce classes loaded by CleanerFactory initialization
e8ad8b35043 : 8259956: jdk.jfr.internal.ChunkInputStream#available should return the sum of remaining available bytes
06b33a0ad78 : 8261107: ArrayIndexOutOfBoundsException in the ICC_Profile.getInstance(InputStream)
b45c9144162 : [Mainline] android.system package APIs migration
15696aac663 : Added tag jdk8u212-b04 for changeset ab733ff173d8
73ec51b9bfd : Added tag jdk8u212-ga for changeset cc8305d42a8f
26cfcab4eba : Added tag jdk8u212-b03 for changeset 239145084da6
1cac6eec2e7 : Added tag jdk8u212-b02 for changeset 0a1f3e45912a
36c3cfb5857 : Added tag jdk8u222-b00 for changeset 3c25ad9673ea
5251accbf30 : Added tag jdk8u212-b01 for changeset 592044dd2187
5be8ac60a50 : Added tag jdk8u202-b26 for changeset 23a184d301c2
998bc31c4d3 : Added tag jdk8u201-b26 for changeset 94bca500e80d
4f3ecf420ee : Added tag jdk8u202-b25 for changeset 871c94584f6a
82dd6441256 : Added tag jdk8u201-b25 for changeset 2cdc7f8bba02
4661cf38d0f : Added tag jdk8u201-b79 for changeset 53204be0542f
91ae0f86572 : Added tag jdk8u202-ga for changeset 8f7643dc234c
5641c08defa : Added tag jdk8u202-b08 for changeset 0959a8e5f4bb
f58d0ed6a1b : Added tag jdk8u201-ga for changeset 509dabd0a990
2dd286866bc : Added tag jdk8u201-b09 for changeset c35fbca4acd5
e53a3d264f4 : Added tag jdk8u202-b07 for changeset 3842e628d206
e35de9be6dc : Added tag jdk8u201-b08 for changeset 199cff886d78
6e49c6b94dd : Added tag jdk8u201-b77 for changeset ac0536927dfd
5517cf548f6 : Added tag jdk8u202-b06 for changeset f454237bf007
daee8f74c02 : Added tag jdk8u201-b07 for changeset 90e909bdd77c
a72b529d86b : Added tag jdk8u201-b76 for changeset 008b007e8495
cbad46fa9b3 : Added tag jdk8u202-b05 for changeset 958dccf59a96
0a5e0633e42 : Added tag jdk8u201-b06 for changeset 2022d5b6c472
86a9bbd8a13 : Added tag jdk8u201-b75 for changeset 9c4c8aca34ea
0a38665218e : Added tag jdk8u201-b05 for changeset ea8d50829956
62a6d5ef31e : Added tag jdk8u201-b74 for changeset c932917f53be
082c2be5c85 : Added tag jdk8u201-b04 for changeset 4b53ad6816e7
26ff7e4138d : Added tag jdk8u202-b04 for changeset 99d73f082bf7
486f017995c : Added tag jdk8u201-b03 for changeset dd7518556eeb
b9722839832 : Added tag jdk8u201-b02 for changeset 09cf1b42ea12
91919664ba0 : Added tag jdk8u201-b01 for changeset 8f00e75ed780
92ac482d5fb : Added tag jdk8u181-b37 for changeset 27e7d558c6bc
73de13afc0a : Added tag jdk8u181-b36 for changeset 8047459877ca
1318ef10255 : Added tag jdk8u181-b35 for changeset 0571b33b4df8
d26b67490f3 : Added tag jdk8u181-b34 for changeset f5eb10f86e02
e3b48faa3d6 : Added tag jdk8u181-b33 for changeset 1d8e2998df74
d0dadd21837 : Added tag jdk8u181-b32 for changeset 070c3210e86f
1fc284afc5c : Added tag jdk8u181-b31 for changeset c1444f755d40
9fb8eace841 : Added tag jdk8u202-b03 for changeset a211e2e50139
9c6ca51e43f : Added tag jdk8u202-b02 for changeset 979338cf3aa6
9bce7375a7b : Added tag jdk8u202-b01 for changeset e7055b739194
20c360c14ef : Added tag jdk8u191-b26 for changeset 09d69710e816
d98b3400730 : Added tag jdk8u192-b26 for changeset e0f67b7df7df
6ef16a5f969 : Added tag jdk8u192-b12 for changeset 424d594a26e9
e26adb2a8ee : Added tag jdk8u191-b12 for changeset 049649702d47
e2876787996 : Added tag jdk8u192-b11 for changeset 61968394aa08
abeaa8a3dda : Added tag jdk8u191-b11 for changeset fad1c2629827
78354dc91ec : Added tag jdk8u192-b25 for changeset e791c4693c23
24df65f1335 : Added tag jdk8u191-b25 for changeset eafb5f7bb2db
f0911eba96f : Added tag jdk8u192-b10 for changeset d7fede844363
ec56abea3e2 : Added tag jdk8u191-b10 for changeset de7b587cf0e5
072c03adb24 : Added tag jdk8u192-b09 for changeset 46c1dc959d6a
1343df0888e : Added tag jdk8u191-b09 for changeset 750840d646c5
c0983909f1f : Added tag jdk8u192-b08 for changeset 62199c37e6bd
7d35487b43c : Added tag jdk8u191-b08 for changeset 45d67b8a9e7c
872774a4f75 : Added tag jdk8u192-b07 for changeset b4ef2f04e43e
e95233d4bde : Added tag jdk8u191-b07 for changeset 339f50caa270
9e8513e8988 : Added tag jdk8u192-b06 for changeset 00b235bb66b2
0cce7e0067e : Added tag jdk8u191-b06 for changeset 9001b2c987a2
5daf668d0c8 : Added tag jdk8u191-b05 for changeset cc309ddc0172
34670f798b1 : Added tag jdk8u192-b05 for changeset 401c752ef38e
41fea2a65ac : Added tag jdk8u191-b04 for changeset 552201cc12e4
ed563ef8fcc : Added tag jdk8u191-b03 for changeset 61d006315f19
29ef1bafdf1 : Added tag jdk8u201-b00 for changeset 5a3bf9120e8d
e71b1206109 : Added tag jdk8u191-b02 for changeset 77edaa714c09
e41fa195ed7 : Added tag jdk8u191-b01 for changeset 3e72aa98bbc8
2c68cf85370 : Added tag jdk8u172-b37 for changeset a93821e9ec68
8fc402135a3 : Added tag jdk8u172-b36 for changeset 1f9838d28c7b
6bd6e660137 : Added tag jdk8u172-b35 for changeset 79c4063c0742
a46e4c486c5 : Added tag jdk8u172-b34 for changeset 80083cd56e43
a841dfa231c : Added tag jdk8u172-b33 for changeset 6579b620f489
1dcec136038 : Added tag jdk8u172-b32 for changeset 1aeec7833260
a5a938890e2 : Added tag jdk8u172-b31 for changeset daa0891f854f
1b1ec69a50c : Added tag jdk8u162-b38 for changeset 8372cb09b16d
24576d7cc6c : Added tag jdk8u162-b37 for changeset d6deccec7f77
1cde76a2c3d : Added tag jdk8u162-b36 for changeset c9c77d13c921
e8e51aedbda : Added tag jdk8u162-b35 for changeset e65b4d769f55
d7e81923865 : Added tag jdk8u162-b34 for changeset f87788d7a518
b84a93c7e96 : Added tag jdk8u162-b33 for changeset 9b3ed6d14a03
e209c839129 : Added tag jdk8u192-b04 for changeset 153e3b432bff
25a52434338 : Added tag jdk8u202-b00 for changeset 9c6ed7c22528
259f1973915 : Added tag jdk8u192-b03 for changeset 0c1d1379f6f8
2bb2c24abee : Added tag jdk8u192-b02 for changeset ad750df9517d
bfde84c472a : Added tag jdk8u181-b13 for changeset 629acc791091
2454321a1d0 : Added tag jdk8u181-b12 for changeset 0347617dda43
6d7584a54aa : Added tag jdk8u181-b11 for changeset ee81cdcf954b
358139526e3 : Added tag jdk8u181-b10 for changeset dfdcc7aa2703
8dae9196953 : Added tag jdk8u181-b09 for changeset 0c2ef52523bb
3ff6ec57a0e : Added tag jdk8u181-b08 for changeset 63187e694e97
49e6776e316 : Added tag jdk8u181-b07 for changeset 87b39eed6d8a
ec9d6a39ddc : Added tag jdk8u181-b06 for changeset b6998edd4dda
087fffc6eff : Added tag jdk8u181-b05 for changeset 05f8f28528b4
730aeb1b489 : Added tag jdk8u181-b04 for changeset 46698c29182d
b5b3a737998 : Added tag jdk8u181-b03 for changeset 34217e6d46cc
d3ea92b0ed1 : Added tag jdk8u181-b02 for changeset 7c00f69c646e
abb98b49c9c : Added tag jdk8u181-b01 for changeset 1f27f525064c
c100eefc946 : Added tag jdk8u191-b00 for changeset 855c279c34ae
297900518ad : Added tag jdk8u192-b01 for changeset 327b3217d670
df5c9dbabe5 : Added tag jdk8u172-b11 for changeset 1e3fdc86765d
12aaccc6728 : Added tag jdk8u171-b11 for changeset b65566a3fc9f
4593927d7c6 : Added tag jdk8u172-b10 for changeset 8bdbb0b32c08
94717c9eb52 : Added tag jdk8u172-b09 for changeset a7bb16e25d1f
5f13f58bd8e : Added tag jdk8u171-b10 for changeset 79c27b27afe9
7698f16fe43 : Added tag jdk8u171-b09 for changeset 822bdecf9d81
644cea0cf53 : Added tag jdk8u172-b08 for changeset beb278a22372
1d31fb725cc : Added tag jdk8u171-b08 for changeset f9476d212445
08235669f36 : Added tag jdk8u172-b07 for changeset 722cf4d78eea
db2141f04c3 : Added tag jdk8u171-b07 for changeset 42a547a48e28
502bb1e3b55 : Added tag jdk8u172-b06 for changeset ce26fe567a0a
d7896d6d974 : Added tag jdk8u171-b06 for changeset 4d2e236c9976
6c844b1ef15 : Added tag jdk8u172-b05 for changeset 91105b50c97c
52b11579ffe : Added tag jdk8u171-b05 for changeset 470e6323de7c
efff0171b62 : Added tag jdk8u172-b04 for changeset 4f7c5405ac0d
188b57aa577 : Added tag jdk8u171-b04 for changeset c1f402bc3c42
505d9c46ef9 : Added tag jdk8u171-b03 for changeset ac5fc6bf92b4
2a153c1c6ab : Added tag jdk8u181-b00 for changeset 0cafee12f613
879e6813d64 : Added tag jdk8u171-b02 for changeset 2cc18d3f8bd0
26f1ed67c94 : Added tag jdk8u162-b32 for changeset 8947040c16ac
1abf77a65ef : Added tag jdk8u162-b31 for changeset dfb8a3384b55
2bd137958bb : Added tag jdk8u171-b01 for changeset c0b99efc02e6
db1b1e82fa1 : Added tag jdk8u152-b35 for changeset c959c9765b04
3a83e3cdcb9 : Added tag jdk8u152-b34 for changeset 0c728827e0ee
a25cd35f694 : Added tag jdk8u152-b33 for changeset bc7ddba8e54f
1b403599e6b : Added tag jdk8u152-b32 for changeset 970fe965712e
3e3138998fb : Added tag jdk8u152-b31 for changeset 113d9ed5e71d
6e4554f65e1 : Added tag jdk8u172-b03 for changeset aaedaff34281
b1bc7e5f151 : Added tag jdk8u162-b12 for changeset 8388f62935a4
e6a62276c44 : Added tag jdk8u161-b12 for changeset 054a0c46fc45
303d9a94446 : Added tag jdk8u162-b11 for changeset b476f324b8f0
6e66660c319 : Added tag jdk8u161-b11 for changeset 89ecd133c120
b0de1f24929 : Added tag jdk8u162-b10 for changeset b5fdd26559d8
e27076a7983 : Added tag jdk8u161-b10 for changeset 93dff3c4378b
80b882123b2 : Added tag jdk8u162-b09 for changeset fe3d2465e014
bc6f5783740 : Added tag jdk8u161-b09 for changeset 0905775df5ba
d4c7c2094e3 : Added tag jdk8u162-b08 for changeset 5969ff6c9629
de5ec5a7b54 : Added tag jdk8u161-b08 for changeset fb58598f2596
bc6d10e1e24 : Added tag jdk8u162-b07 for changeset f40c697276dd
c6d24992f71 : Added tag jdk8u161-b07 for changeset 6ca8473febe4
6bb90a3dc37 : Added tag jdk8u162-b06 for changeset 5e4f9d11e74b
a431c71cc90 : Added tag jdk8u161-b06 for changeset 22599185a953
22f139e60ae : Added tag jdk8u162-b05 for changeset 6e9019c231d6
abfb2a04e5b : Added tag jdk8u161-b05 for changeset 85cc8514b7bb
d07965237d4 : Added tag jdk8u162-b04 for changeset e5d337fa9131
c824494c741 : Added tag jdk8u161-b04 for changeset 87540ad59f84
a7a0b022dde : Added tag jdk8u161-b03 for changeset 2c370f540a7f
8e88767e403 : Added tag jdk8u161-b02 for changeset e8ba70491b8e
86549fbccb7 : Added tag jdk8u171-b00 for changeset 9a13eb8bba56
317b659a4ea : Added tag jdk8u161-b01 for changeset 07f435249ff4
3a90b5d0c5a : Added tag jdk8u144-b34 for changeset ee720f67e6b5
241f0b2058e : Added tag jdk8u144-b33 for changeset 8f0252e84dd8
80b95499db5 : Added tag jdk8u144-b32 for changeset a0926a19d866
4d65c02e30a : Added tag jdk8u144-b31 for changeset 2793b460c3b6
a64f76a3174 : Added tag jdk8u141-b32 for changeset 83db0e605124
60f440deb9d : 6436374: Graphics.setColor(null) is not documented
de01bdce160 : Added tag jdk8u141-b31 for changeset 426f7c18770b
97172096eae : Added tag jdk8u131-b34 for changeset 30d33427a317
18ce564acca : Added tag jdk8u131-b33 for changeset 1f72403948b2
53d172e33c8 : Added tag jdk8u131-b32 for changeset c840d8d1351a
348d5e6e187 : Added tag jdk8u131-b31 for changeset e3da8ea80590
0b0823e3091 : Added tag jdk8u121-b36 for changeset 41557fb4d836
07a41dc13a3 : Added tag jdk8u121-b35 for changeset e6624a5d80bf
7655bd3e12d : Added tag jdk8u121-b34 for changeset 0cb3a169313e
002369e6569 : Added tag jdk8u121-b33 for changeset 5f62aad275c5
6941ec152e1 : Added tag jdk8u121-b32 for changeset f1508a9e37a5
a327c903b79 : Added tag jdk8u121-b31 for changeset 64aec8507347
82028e70d1e : 8260012: Reduce inclusion of collectedHeap.hpp and heapInspection.hpp
4327895eb6f : Added tag jdk8u112-b33 for changeset 74d8c29c4a12
7a4a8b5e15b : Added tag jdk8u112-b32 for changeset 0666db9bf601
82901d54ab1 : Added tag jdk8u192-b00 for changeset e4ddb269283a
7254281bbb9 : Added tag jdk8u182-b00 for changeset 8923634b1cca
2f5fd518bde : Added tag jdk8u172-b02 for changeset a64bfcc7df3d
aa29f18b2a3 : Added tag jdk8u172-b01 for changeset b1907e3ddd8a
18845c7fa29 : Added tag jdk8u172-b00 for changeset 178b36cecbe1
57cb47632a8 : Added tag jdk8u162-b03 for changeset ea824f251975
624fba8cab1 : Added tag jdk8u162-b02 for changeset e36e146c3761
1fec4fdc79c : Added tag jdk8u152-b16 for changeset 4f3965b7e956
a21504c42bd : Added tag jdk8u152-b15 for changeset d411b67bff85
cdb58e464ea : Added tag jdk8u151-b12 for changeset edcacae14781
ac18ec637cd : Added tag jdk8u152-b14 for changeset 47dc2e11a16d
ba53ce799eb : Added tag jdk8u151-b11 for changeset 479c9371e2d7
5d104a5b22f : Added tag jdk8u152-b13 for changeset 296f1b4f33b2
c9edef9dfff : Added tag jdk8u151-b10 for changeset 696cc27555a3
47975aac161 : Added tag jdk8u152-b12 for changeset 2877fd351720
e5de65cf7b5 : Added tag jdk8u151-b09 for changeset f7bebe402733
3af2b168071 : Added tag jdk8u152-b11 for changeset dedfec340822
88de703a2fd : Added tag jdk8u151-b08 for changeset 92681ee03214
4232407ce8d : Added tag jdk8u152-b10 for changeset 3d22258b422f
50831b731e6 : Added tag jdk8u151-b07 for changeset 9996593b7cff
7841d6aee97 : Added tag jdk8u152-b09 for changeset 24e5c5d6890c
c3ff0cc226f : Added tag jdk8u151-b06 for changeset 8480b3201f16
a7e4064a8df : Added tag jdk8u152-b08 for changeset 18d5b2d29f6a
ea93c26da3a : Added tag jdk8u151-b05 for changeset 5d6447a72f56
91d0e0f43af : Added tag jdk8u152-b07 for changeset e40140b6b2ef
879246b889f : Added tag jdk8u151-b04 for changeset 479f494d8ff2
219f4483dc7 : Added tag jdk8u152-b06 for changeset 6952084b2148
ea9e0b2c3a6 : Added tag jdk8u151-b03 for changeset c10c79957a92
47cc4208518 : Added tag jdk8u151-b02 for changeset 55b49f5aecf0
751aa50ca15 : Added tag jdk8u151-b01 for changeset 2ec564acdc0a
8fd117dcf8f : Added tag jdk8u161-b00 for changeset fbf81a9f03d0
746ef15a7eb : Added tag jdk8u162-b01 for changeset 6264da5c7997
b55a8cfdafa : Added tag jdk8u144-b01 for changeset 2299846174a6
853c74da27e : Added tag jdk8u144-b00 for changeset b22a09803898
da13ac966fd : Added tag jdk8u141-b15 for changeset 06010b9e63ee
665ac01bc33 : Added tag jdk8u141-b14 for changeset fa51cfe5cd3e
ff150e26494 : Added tag jdk8u141-b13 for changeset 91916860a748
0a726b2c4b9 : Added tag jdk8u141-b12 for changeset 84eb2161f59a
2486c8726db : Added tag jdk8u141-b11 for changeset c5b98792242c
8553d91f2d3 : Added tag jdk8u141-b10 for changeset f717537cb547
93573e2e634 : Added tag jdk8u141-b09 for changeset 6d631d8063fb
181d6b8f6a8 : Added tag jdk8u141-b08 for changeset fc9790542a15
e0ffb3a6782 : Added tag jdk8u141-b07 for changeset 4541a44a8126
72559aee033 : Added tag jdk8u141-b06 for changeset 3dfc9e6d96b6
540a3d5e746 : Added tag jdk8u141-b05 for changeset c6f4c310a651
61a6ff548db : Added tag jdk8u141-b04 for changeset 701850106ff5
53aa98e2c4d : Added tag jdk8u141-b03 for changeset b11b21b4a0e9
1a33a00c8a0 : Added tag jdk8u141-b02 for changeset adec8d5d94e4
d7310979d0d : Added tag jdk8u141-b01 for changeset a9d4ee451cf0
a5f434d5ef7 : Added tag jdk8u151-b00 for changeset da35f1c56e50
a966c1beb9e : Added tag jdk8u162-b00 for changeset eea316ca5a4a
066aff65fff : Added tag jdk8u152-b05 for changeset 1b1d66f92d56
6af00082a12 : Added tag jdk8u152-b04 for changeset ec75aaede138
30d7959bc78 : Added tag jdk8u152-b03 for changeset b90f39cd9588
3751ad5c9bc : Added tag jdk8u131-b11 for changeset 1517291c0fb4
39013562014 : Added tag jdk8u131-b10 for changeset 47a0245ef9ae
cfa7ae374e3 : Added tag jdk8u131-b09 for changeset 1c4ad1b28171
3385694bb66 : Added tag jdk8u131-b08 for changeset 919ab35ce61c
713b656bdff : Added tag jdk8u131-b07 for changeset 7f2e7da4b458
96a528d1b35 : Added tag jdk8u131-b06 for changeset a4138c750665
bd4a176e5ff : Added tag jdk8u131-b05 for changeset 6e627b181bd2
bc94ed3d511 : Added tag jdk8u131-b04 for changeset 770d8154eb49
2edbd535354 : Added tag jdk8u131-b03 for changeset db47cd95882a
15235d8ef03 : Added tag jdk8u131-b02 for changeset ad51098eece4
aec26f9290d : Added tag jdk8u131-b01 for changeset d93755d7d176
2164a44e833 : Added tag jdk8u141-b00 for changeset 63406d4b14d0
9814b061315 : Added tag jdk8u152-b02 for changeset 4ed97fbbc011
f8f32e2913d : Added tag jdk8u152-b01 for changeset 76db37da3a6d
b2bd80c5331 : Added tag jdk8u121-b13 for changeset bc363c4023d7
23a6b39b12a : Added tag jdk8u121-b12 for changeset 76ef3e06e576
472ae61464f : Added tag jdk8u121-b11 for changeset 8a430cb1c2c5
7d14ee7483e : Added tag jdk8u121-b10 for changeset e4cb6131ae7b
dc65b1a1bfb : Added tag jdk8u121-b09 for changeset eabc1b2c8060
140d30bc99e : Added tag jdk8u121-b08 for changeset ba80c34bcac2
5b9614a0d40 : Added tag jdk8u121-b07 for changeset 8dceff6009a5
839fecea555 : Added tag jdk8u121-b06 for changeset 25666f6a8495
3e9d2131ba0 : Added tag jdk8u121-b05 for changeset 9b9f3b54a0aa
2bb84ba8cd4 : Added tag jdk8u112-b31 for changeset 0eef8aaeedc6
bf72c71243d : Added tag jdk8u131-b00 for changeset 353a74d54c44
61ca7038d50 : Added tag jdk8u121-b04 for changeset 2922851522df
ca299968f59 : Added tag jdk8u121-b03 for changeset 025ebe6579e8
9d357826849 : Added tag jdk8u102-b35 for changeset 2028064841d2
1c32ea43592 : Added tag jdk8u102-b34 for changeset b1f1e976fab4
0ad9321e326 : Added tag jdk8u121-b02 for changeset 00a9949da861
eb910f36b8c : Added tag jdk8u121-b01 for changeset 92b41319d044
41b8de9f463 : Added tag jdk8u102-b33 for changeset 13f7fd856ffe
5b34a36c346 : Added tag jdk8u102-b32 for changeset 39f6a51f5dfb
894406c948f : Added tag jdk8u152-b00 for changeset e58b6da17de8
6950b68ba80 : Added tag jdk8u132-b00 for changeset 6f71abcea750
1d7e7b46110 : Added tag jdk8u122-b04 for changeset 57fa5ebacb82
73e6ee6b73a : Added tag jdk8u122-b03 for changeset 88cabf2b22c9
a92a23f2830 : Added tag jdk8u112-b16 for changeset 39be00ec3634
69fb3413132 : Added tag jdk8u112-b15 for changeset d498c79236e9
cb60aa21b7c : Added tag jdk8u111-b14 for changeset d8ced77b0397
fd205df2d27 : Added tag jdk8u112-b14 for changeset 5597ee7b78a7
283903f6583 : Added tag jdk8u112-b13 for changeset c0ce8b627f5b
19cbb55f71b : Added tag jdk8u111-b13 for changeset a426d737da03
2d5fb4ba0ed : Added tag jdk8u111-b12 for changeset d59b8d6c7e1f
1ac3c3af15d : Added tag jdk8u112-b12 for changeset 2217b7c3c0e4
b8e43874f72 : Added tag jdk8u112-b11 for changeset 509c7f24a4b8
5d90ce92974 : Added tag jdk8u112-b10 for changeset d25794a850c2
445142e686d : Added tag jdk8u111-b11 for changeset b7c752437b63
11c24cb4587 : Added tag jdk8u111-b10 for changeset d08455dabdff
d08282f7a1e : Added tag jdk8u112-b09 for changeset d2a55987c217
e3b9aac4489 : Added tag jdk8u111-b09 for changeset c52e5e78bc78
4217fd46fea : Added tag jdk8u112-b08 for changeset 718192f45d10
adc59c7d5c5 : Added tag jdk8u111-b08 for changeset 47d38ffc5b07
d9767e1cd7b : Added tag jdk8u112-b07 for changeset a990ab96579a
78655a46a59 : Added tag jdk8u111-b07 for changeset 731a7abc5561
2b15b0448c2 : Added tag jdk8u112-b06 for changeset cc4c3e78718e
626969b719c : Added tag jdk8u111-b06 for changeset b4622e715688
b9f95025475 : Added tag jdk8u111-b05 for changeset dee3bf521158
9a6d261c2d7 : Added tag jdk8u121-b00 for changeset 9ce29df83fe5
bdfc9666b4c : Added tag jdk8u111-b04 for changeset f4f8215a664c
3820516e8f9 : Added tag jdk8u111-b03 for changeset 54dbf33d3cf4
891c1b122f8 : Added tag jdk8u102-b31 for changeset 8085d387282e
f5e51f416d6 : Added tag jdk8u111-b02 for changeset 244d11f456d3
d273d2e7762 : Added tag jdk8u111-b01 for changeset 8b5c6c89b503
9939a3551fe : Added tag jdk8u92-b34 for changeset 614fabcd2d36
fd7cccb68fe : Added tag jdk8u92-b33 for changeset 7e4896b45423
001d3743779 : Added tag jdk8u92-b32 for changeset cf04b456ea14
2b2874d05ed : Added tag jdk8u122-b02 for changeset 736b2e28d659
aae1fa9fbf6 : Added tag jdk8u122-b01 for changeset ffc821059548
75ec7374967 : Added tag jdk8u122-b00 for changeset f910a9edb853
cf2e33038ca : Added tag jdk8u112-b04 for changeset 7a1f1fd27b31
0e63a74cd41 : Added tag jdk8u112-b03 for changeset 9022c6092797
83fb587d493 : Added tag jdk8u102-b14 for changeset 47fa41296801
1e2a2681f5a : Added tag jdk8u102-b13 for changeset db5291692688
dac127b20a8 : Added tag jdk8u102-b12 for changeset b9d42b4a49ae
6acaeead2bb : Added tag jdk8u101-b13 for changeset f011437ff2ba
1431f57dab2 : Added tag jdk8u101-b12 for changeset 158e87ce07b8
6a147214bb2 : Added tag jdk8u102-b11 for changeset ab99ae5f9225
50588272ebf : Added tag jdk8u101-b11 for changeset 2c8501e19c2b
e43ba4aca34 : Added tag jdk8u102-b10 for changeset e194e79ce287
9987cce814e : Added tag jdk8u101-b10 for changeset 69c331e2f075
38e4aba73aa : Added tag jdk8u102-b09 for changeset fcb39a52c786
463615e0096 : Added tag jdk8u101-b09 for changeset 23c82d325a16
862836b26f2 : Added tag jdk8u102-b08 for changeset dca80e6d8739
dc12ef9c1d9 : Added tag jdk8u102-b07 for changeset 470563ef1c7a
0eae9387530 : Added tag jdk8u101-b08 for changeset b5d5be22aa7b
7ea860ca7d5 : Added tag jdk8u102-b06 for changeset 471434d78cab
dc6a2e755e9 : Added tag jdk8u101-b07 for changeset 3d9318e5c3c1
ac4b088727b : Added tag jdk8u101-b06 for changeset 416f56f23126
7c5bc251298 : Added tag jdk8u102-b05 for changeset d954f201505f
de3163e232b : Added tag jdk8u101-b05 for changeset f55e336abda7
93db592b920 : Added tag jdk8u111-b00 for changeset 3e090d16b6bd
8529ccfcb70 : Added tag jdk8u101-b04 for changeset 0b39b8023c8d
d56d22158f9 : Added tag jdk8u101-b03 for changeset 8d44dbdbf620
698f31e3128 : Added tag jdk8u92-b31 for changeset 4f51464f303e
f834e220466 : Added tag jdk8u101-b02 for changeset 2906a8b24046
81dc1d39dbb : Added tag jdk8u77-b31 for changeset d4bef3d9900f
5c164c239df : Added tag jdk8u101-b01 for changeset 585f84fb2080
15919de2ba6 : Added tag jdk8u74-b32 for changeset e4f52584f5ca
6e230344bbe : Added tag jdk8u74-b31 for changeset 9dc59644594c
c45c6d0d9e9 : Added tag jdk8u112-b02 for changeset 65f4e1e5f8e8
72a523df5fa : Added tag jdk8u112-b01 for changeset 5d483ac5dfed
3ac3bd76d20 : Added tag jdk8u112-b00 for changeset a86e68379176
93541749d27 : Added tag jdk8u102-b04 for changeset 9402177e2bc8
b5e39657b0c : Added tag jdk8u102-b03 for changeset 342a2a9b3567
9b4ed89aaad : Added tag jdk8u92-b14 for changeset 6eb1a79fc042
77f3395126b : Added tag jdk8u91-b15 for changeset a64a9fc79405
c3abd54eb60 : Added tag jdk8u92-b13 for changeset 80f2bafbf1dc
0455ff0dbab : Added tag jdk8u91-b14 for changeset 592b69dcb243
82bde51c554 : Added tag jdk8u91-b13 for changeset 2b0b65d022c6
22477c091be : Added tag jdk8u92-b00 for changeset ea29947c0711
40f714aee23 : Added tag jdk8u76-b12 for changeset 940b81ff930f
173131d8e7f : Added tag jdk8u91-b00 for changeset 28b427a1bc3c
3776e1bf6ab : Added tag jdk8u76-b11 for changeset cfd63ca6a8d6
41e423bd4f7 : Added tag jdk8u76-b10 for changeset 8c363be5a5c9
fee769a5874 : Added tag jdk8u75-b12 for changeset c521ca7ab026
3ec9b2820b4 : Added tag jdk8u75-b10 for changeset 767ad4d2e939
ec87a2740a1 : Added tag jdk8u76-b09 for changeset c77dc58e00ba
374351067c4 : Added tag jdk8u75-b09 for changeset 2ff1f1ab070c
b17cf265565 : Added tag jdk8u76-b08 for changeset b96674acfdc3
aa205cd439f : Added tag jdk8u76-b07 for changeset ede64f18b988
dab42e855b4 : Added tag jdk8u75-b08 for changeset 13aacdedbb56
c88b12da4a5 : Added tag jdk8u76-b06 for changeset a265bf226fd3
8ea83cc8192 : Added tag jdk8u75-b07 for changeset 6406df50a6b2
02e58ab3c73 : Added tag jdk8u75-b06 for changeset 3f07dafe7ade
0cf30050807 : Added tag jdk8u76-b05 for changeset 7b3873cbbcf7
a58147c4381 : Added tag jdk8u75-b05 for changeset 7e429b8b17a8
f73df2d29d4 : Added tag jdk8u75-b04 for changeset 1ec66ae904e9
edb6965468b : Added tag jdk8u81-b00 for changeset d5ec88ac3efb
fa7d0e93d41 : Added tag jdk8u101-b00 for changeset f94f01c07665
ad74b785c21 : Added tag jdk8u75-b03 for changeset 7d186500b5c5
dd3ed9e1486 : Added tag jdk8u75-b02 for changeset 6a855dd9d83c
7db39afb3d2 : Added tag jdk8u72-b31 for changeset 97655cd4ed9e
bdc88698498 : Added tag jdk8u75-b01 for changeset e8305f31fe8e
49b9d40ba8b : Added tag jdk8u66-b36 for changeset 236c04aaedf7
268fa98d822 : Added tag jdk8u66-b35 for changeset 5ece5ee42542
7da0231101c : Added tag jdk8u66-b34 for changeset e20cc56ad688
a87d75344f4 : Added tag jdk8u66-b33 for changeset 299443d91187
607468e17b7 : Added tag jdk8u102-b02 for changeset 1c73068381f5
e2cf8ee5016 : Added tag jdk8u102-b01 for changeset deadb1bbb359
76675d514ac : Added tag jdk8u77-b03 for changeset ecdb6b21860b
994f4abd682 : Added tag jdk8u77-b02 for changeset dd57eda3cad4
8499670f0b4 : Added tag jdk8u77-b01 for changeset 332d79322eb8
ec3b21d093c : Added tag jdk8u77-b00 for changeset 95add493b810
634b0fc4094 : Added tag jdk8u74-b02 for changeset 080ea32aebb5
00b30c1798f : Added tag jdk8u74-b01 for changeset 62ec420689a3
a21e8222484 : Added tag jdk8u73-b02 for changeset 45153b4cd77b
ff6adb61721 : Added tag jdk8u73-b01 for changeset 5eb68f5fbc2c
76c9e12124b : Added tag jdk8u82-b00 for changeset 4c6bc6b83b15
a216ec8836c : Added tag jdk8u102-b00 for changeset a8ca80196dc8
5c2cb875d74 : Added tag jdk8u76-b04 for changeset 8a9143601c3e
53a73c4611d : Added tag jdk8u76-b03 for changeset 076c9ecc6cb8
17d113071d7 : Added tag jdk8u74-b00 for changeset 4f3ec924dbb6
5a7b7a0fea3 : Added tag jdk8u72-b15 for changeset 10bd7b0ffb9b
f5c39eed788 : Added tag jdk8u73-b00 for changeset a6cbdd465173
3529cce8620 : Added tag jdk8u71-b15 for changeset cfd9fe13444e
04d5c26002c : Added tag jdk8u72-b14 for changeset 5c3dd76520b0
24fecbb01ae : Added tag jdk8u71-b14 for changeset 096d8f6fe58e
98eb15ba364 : Added tag jdk8u72-b13 for changeset ba3b67945e0a
c48b95ad6e5 : Added tag jdk8u71-b13 for changeset 804d44b6b0a8
e43108d4311 : Added tag jdk8u72-b12 for changeset f26220b96942
9382ebf2e3c : Added tag jdk8u71-b12 for changeset 1ab25c697702
b5a6e97e2c3 : Added tag jdk8u72-b11 for changeset dbdaf81fe0ed
96b96b5d593 : Added tag jdk8u71-b11 for changeset d5bf3efb7e85
b95a5dc5b67 : Added tag jdk8u72-b10 for changeset 4b382aab564c
f859cc88e5d : Added tag jdk8u72-b09 for changeset e7fc01694cf6
498ac11d693 : Added tag jdk8u71-b10 for changeset 20271c1a6ecc
528ede1a9c3 : Added tag jdk8u71-b09 for changeset e9bdcbc35fe4
3e87991fc53 : Added tag jdk8u72-b08 for changeset cb9bed35107b
f9ee9668404 : Added tag jdk8u71-b08 for changeset bdf1bdc54ec9
263524c98ab : Added tag jdk8u72-b07 for changeset 5a8fec1aeb72
1035ebb2a32 : Added tag jdk8u71-b07 for changeset 6a683b05cd8a
f331c6ae7f8 : Added tag jdk8u72-b06 for changeset 9c0bb316cd28
ba7fcce138d : Added tag jdk8u71-b06 for changeset ec758bd8956e
400649cbea4 : Added tag jdk8u71-b05 for changeset 7b9028e70f1e
88c3ec31b68 : Added tag jdk8u71-b04 for changeset 571ca9a4d9f3
6532356c8dd : Added tag jdk8u66-b32 for changeset d22b4ce664eb
486b2d80cd7 : Added tag jdk8u66-b31 for changeset a9b120bdb23e
f1e5d9e70b4 : Added tag jdk8u60-b32 for changeset 98d601a2bb5c
28eb76de116 : Added tag jdk8u60-b31 for changeset 0a25ecd90342
8760688d213 : 8260616: Removing remaining JNF dependencies in the java.desktop module
ed4942cc96e : Added tag jdk8u51-b34 for changeset caf82ff9b1ca
b61952c4915 : Added tag jdk8u51-b33 for changeset 4337ae4998ee
70c371f3bd0 : Added tag jdk8u51-b32 for changeset 67151fdb119e
5c1ce89c41c : Added tag jdk8u31-b34 for changeset bde1aebb59f2
548f7550020 : Added tag jdk8u76-b02 for changeset fe62420bd75b
f09e3f3b977 : Added tag jdk8u76-b01 for changeset 90d030204559
ddc27310bcf : Added tag jdk8u76-b00 for changeset b3e5a00f78a5
e360a3a207d : Added tag jdk8u72-b05 for changeset 3a54510d272e
bff4a154f08 : Added tag jdk8u72-b04 for changeset 24a12cbf8e0a
56f1b85c482 : Added tag jdk8u66-b18 for changeset c3489cd468da
a5dd503becd : Added tag jdk8u66-b17 for changeset 00baafe4aeac
1bfcd9684bc : Added tag jdk8u65-b17 for changeset f6c0bcd4739d
93603b8b812 : Added tag jdk8u75-b00 for changeset 83bf4781a2b7
a340ba60ec6 : Added tag jdk8u71-b03 for changeset 6c9f2b05271c
f1e84073715 : Added tag jdk8u71-b02 for changeset 5a5afbcec560
755f9001605 : Added tag jdk8u66-b16 for changeset 12eb0e63f63f
afd52cc5e22 : Added tag jdk8u65-b16 for changeset 035c7914bbc5
3bbc72da778 : Added tag jdk8u71-b01 for changeset 7d74d04dde85
72d0caa892d : Added tag jdk8u66-b15 for changeset 1ef1f46a8e73
0665e8eb8d7 : Added tag jdk8u65-b15 for changeset 85045dca1fba
588521d97a4 : Added tag jdk8u66-b14 for changeset a404e8ef9405
7095135bd36 : Added tag jdk8u65-b14 for changeset 6e00b986e5f8
ef3f12c8fc4 : Added tag jdk8u66-b13 for changeset 74601ce4b9e9
3b231124b84 : Added tag jdk8u65-b13 for changeset 8a681126d005
d88d7cf07fc : Added tag jdk8u66-b12 for changeset 8037f0079669
5fcb4b5934c : Added tag jdk8u65-b12 for changeset 5bf54df503a1
759ec93e272 : Added tag jdk8u66-b11 for changeset 004c7e5e0291
a179bed2181 : Added tag jdk8u65-b11 for changeset f0bfe709334c
fca75e801e2 : Added tag jdk8u66-b10 for changeset 77b1edc89c00
bea7cbb4fae : Added tag jdk8u65-b10 for changeset d0072610e7f6
1dd2c72f2f9 : Added tag jdk8u66-b09 for changeset 494cf3becac9
b4858c1ad53 : Added tag jdk8u65-b09 for changeset 7eef0696f8a5
6310c7488e9 : Added tag jdk8u60-b27 for changeset 03e629587247
19e746eb192 : Added tag jdk8u66-b08 for changeset 31fe24675f81
32ff60be13d : Added tag jdk8u65-b08 for changeset 4c148973b335
c3685e88de0 : Added tag jdk8u60-b26 for changeset adf4aff13ffc
33a0f7b4561 : Added tag jdk8u66-b07 for changeset d81c900780eb
95d0e30a1a3 : Added tag jdk8u65-b07 for changeset 25125f2fb7ce
36ec8a2d0d5 : Added tag jdk8u60-b25 for changeset e71da6e6af96
fb9a3a0dd6b : Added tag jdk8u65-b06 for changeset f87001147c88
49e090e409d : Added tag jdk8u65-b04 for changeset 125247fd9d57
1c401e4a6f4 : Added tag jdk8u65-b03 for changeset d0c673ea0a07
65606e10462 : Added tag jdk8u51-b31 for changeset f455d9f2cb56
d56d889275a : Added tag jdk8u45-b37 for changeset a8dd3e69130d
7e0931d3bc8 : Added tag jdk8u45-b36 for changeset d963565ff7c1
a9aea0dd49e : Added tag jdk8u45-b35 for changeset e4ab5a0760bb
91ac189a8d7 : Added tag jdk8u45-b34 for changeset c49495d15b07
95bad591f25 : Added tag jdk8u45-b33 for changeset 10a1fef30ba9
947fd775508 : Added tag jdk8u72-b03 for changeset af3c1b63e61e
8879b716370 : Added tag jdk8u72-b02 for changeset a8e26387d81f
36eb6a6e027 : Added tag jdk8u72-b01 for changeset e1953ef8fc22
aa35c555e69 : Added tag jdk8u72-b00 for changeset 9c887a6024ab
81cc15bad7d : Added tag jdk8u66-b02 for changeset 1532706da2c6
24c28cac273 : Added tag jdk8u66-b01 for changeset 6fa3d8769224
3928eac1880 : Added tag jdk8u60-b24 for changeset 6b830f72f2e8
75cadfb2b78 : Added tag jdk8u71-b00 for changeset d44b0bdf38c9
a485944e16a : Added tag jdk8u65-b05 for changeset d042e47728a3
bade913910a : Added tag jdk8u51-b16 for changeset 4d9c691e6bbf
6b3ddf2c9da : Added tag jdk8u51-b15 for changeset 3eb6332d866d
8a52105a27e : Added tag jdk8u51-b14 for changeset 17e4537388a1
d6d302c24fc : Added tag jdk8u51-b13 for changeset 45d088444aed
ff1a30b536e : Added tag jdk8u51-b12 for changeset 9f490419a300
ab85264f50b : Added tag jdk8u51-b11 for changeset dcb4b99e3ecb
5b943e2a65c : Added tag jdk8u51-b10 for changeset 3d0922131936
86e347384bb : Added tag jdk8u51-b09 for changeset f4d124e086a4
02892dc4538 : Added tag jdk8u45-b32 for changeset 5bb86b11ae87
cb06a75bfb1 : Added tag jdk8u40-b33 for changeset 72f4ecd443d0
2567440bd8e : Added tag jdk8u40-b32 for changeset 32a2b2e65ca6
24fd8f4cde3 : Added tag jdk8u51-b08 for changeset c3bfc1f8edb8
c3e237c4f8a : Added tag jdk8u65-b00 for changeset 252783396428
4d7e5c9adf4 : Added tag jdk8u51-b07 for changeset 4cd09d54a293
7c026fc6850 : Added tag jdk8u51-b06 for changeset 47b5ef600438
526ac9b7674 : Added tag jdk8u51-b05 for changeset ebbd78e587b8
12539fff19d : Added tag jdk8u51-b04 for changeset e58f74a14f3d
5290eb46c5a : Added tag jdk8u31-b33 for changeset 9b751f3285ae
9b7a9f98bb8 : Added tag jdk8u60-b23 for changeset 804b1e507686
397ab889a27 : Added tag jdk8u66-b00 for changeset 2f5c39b996e6
5c55cc6a44d : Added tag jdk8u60-b22 for changeset 481d5c96e7a5
a28afb41da5 : Added tag jdk8u60-b21 for changeset 7449053cd0f6
29f47b5c159 : Added tag jdk8u65-b02 for changeset a03e73b33c96
c81de776506 : Added tag jdk8u60-b20 for changeset 49b5b505d3e0
a4e263fd733 : Added tag jdk8u65-b01 for changeset 6c4d6250809a
534571673e8 : Added tag jdk8u60-b19 for changeset d43d9325afd1
d0ac681d93b : Added tag jdk8u60-b18 for changeset 6405594c57a3
a390c4188c2 : Added tag jdk8u60-b17 for changeset 4c0df3ac228a
3680c828e5a : Added tag jdk8u60-b16 for changeset a6690668ce1b
b30416736ac : Added tag jdk8u60-b15 for changeset 1300715362f2
33b95decde4 : Added tag jdk8u60-b14 for changeset 87a76aaf5164
7ff44f567a2 : Added tag jdk8u60-b13 for changeset f604a27a655a
b1e804d5155 : Added tag jdk8u60-b12 for changeset 769f5f366eb1
98e49c6ac92 : Added tag jdk8u60-b11 for changeset 7c6b57170eae
07ff4ad83a7 : Added tag jdk8u45-b15 for changeset 94e4ade576b0
427d37b6439 : Added tag jdk8u45-b14 for changeset 89a352e6f468
b3370da231c : Added tag jdk8u45-b13 for changeset 2685bae377fa
80a6d330268 : Added tag jdk8u45-b12 for changeset 699aa19498bc
11b3b8d419a : Added tag jdk8u40-b27 for changeset 27cf611c848b
004bde12c88 : Added tag jdk8u51-b03 for changeset 147110d04181
0a5d205354e : Added tag jdk8u40-b31 for changeset 3874f404cfea
6120519afe3 : Added tag jdk8u45-b11 for changeset f237588a635e
4d66622460b : Added tag jdk8u31-b32 for changeset 324400fd3080
72abea3b80b : Added tag jdk8u31-b31 for changeset abfe8334da32
a2bc064b8ad : Added tag jdk8u25-b33 for changeset 7154d402b2d8
05927f58be8 : Added tag jdk8u45-b01 for changeset 3b3d39777284
77c3396a99a : Added tag jdk8u60-b10 for changeset 142485c4174d
d0da21b230d : Added tag jdk8u60-b09 for changeset 873d387dfe35
9af1fdc2fe8 : Added tag jdk8u60-b08 for changeset c17d6f1f64d3
6c8fe5fcd2c : Added tag jdk8u60-b07 for changeset c2c2e8aa5e56
57a9b51401f : Added tag jdk8u60-b06 for changeset 593086f43c9c
19dc7e07fbe : Added tag jdk8u40-b26 for changeset 3d0403a7e2f3
876e5ee87d3 : Added tag jdk8u51-b02 for changeset cca037c73e38
0ae488842bf : Added tag jdk8u51-b01 for changeset 4d91ee532304
96d9d8eeb6a : Added tag jdk8u45-b10 for changeset d63b701b1d55
b49bf917db7 : Added tag jdk8u45-b09 for changeset 0ed5b7cf1f69
a69fad952b3 : Added tag jdk8u45-b08 for changeset e4e8e6dcad91
41a8c932c37 : Added tag jdk8u40-b25 for changeset 91afaeef527c
000e3b5a8ba : Added tag jdk8u45-b07 for changeset 8bcdcc3c5905
0b3e745959d : Added tag jdk8u40-b24 for changeset 1598f27431c9
55700969b7c : Added tag jdk8u45-b06 for changeset 9d1820206c16
35f04ff8473 : Added tag jdk8u40-b23 for changeset 9cad69bfb6c2
04f6da1505f : Added tag jdk8u45-b05 for changeset 0caf6d37d15e
6f005a30b91 : Added tag jdk8u60-b05 for changeset 0d94ec47d50b
cee5ba3d2ea : Added tag jdk8u60-b04 for changeset 3b7f8f5a8df0
12b071509c3 : Added tag jdk8u60-b03 for changeset f6cf52d03abd
3c708c7425f : Added tag jdk8u60-b02 for changeset 65ca27a642b3
c537a50783a : Added tag jdk8u60-b01 for changeset 85b62a9383bf
84cc9f04a7c : Added tag jdk8u40-b22 for changeset 21fee1354fce
19a35cddd43 : Added tag jdk8u45-b04 for changeset bd1cfabded89
f9cdae4487c : Added tag jdk8u31-b14 for changeset 5865bb715b1b
fd746ce6cdf : Added tag jdk8u31-b13 for changeset cfb3d10d6e5c
e2516e41de7 : 8261028: ZGC: SIGFPE when MaxVirtMemFraction=0
28ef6d0c4b4 : Added tag jdk8u31-b12 for changeset 1852a25f5b86
42864c3104a : Added tag jdk8u31-b11 for changeset 295d3576954e
fab9468a214 : Added tag jdk8u31-b10 for changeset 1310c2a318ad
895f4da26ed : Added tag jdk8u31-b09 for changeset 2f2b8d099e6d
44a057b629b : Added tag jdk8u31-b08 for changeset 674a7c3578f6
f323df884e8 : Added tag jdk8u31-b07 for changeset c39fcd6e3542
de30960adef : Added tag jdk8u31-b06 for changeset 1db56dbaa64e
a1b40727ef8 : Added tag jdk8u31-b05 for changeset 8b3fff52cc5d
004c6f2966b : Added tag jdk8u31-b04 for changeset c13bf0d31764
7a14c68e431 : Added tag jdk8u25-b32 for changeset a5b246195935
a44e36a12b3 : Added tag jdk8u25-b31 for changeset 259c9c16e16e
55628d0c2eb : Added tag jdk8u45-b00 for changeset 24df48b67dae
d9851b573e3 : Added tag jdk8u31-b03 for changeset e2d22e22ddb9
882c0509195 : Added tag jdk8u31-b02 for changeset f0b1529f015d
e21918821e7 : Added tag jdk8u20-b32 for changeset 36f4b06115ba
fa18fdef57a : Added tag jdk8u31-b01 for changeset 03eb309e0972
32ee1069712 : Added tag jdk8u20-b31 for changeset 61438c926ee0
1c07a96692a : Added tag jdk8u40-b21 for changeset 77ed9d01c60b
7104c0d6455 : Added tag jdk8u51-b00 for changeset c66915dece78
21c56621d0f : Added tag jdk8u45-b03 for changeset 2d12eeb908a9
350a8ef533e : Added tag jdk8u40-b20 for changeset ac69b00a4721
e5fa5f7f859 : Added tag jdk8u45-b02 for changeset 8d9cf35dccb4
8e8a3dc5d5e : Added tag jdk8u60-b00 for changeset 39a473180e79
044d8696f96 : Added tag jdk8u40-b19 for changeset 61f27c349ab0
4df66f265e8 : Added tag jdk8u40-b18 for changeset c2e87f2badc3
d02a77b4d57 : Added tag jdk8u40-b17 for changeset 8f10971d0c1f
375651598c5 : Added tag jdk8u40-b16 for changeset 3e05a9aca88b
30544508fbc : Added tag jdk8u40-b15 for changeset 375ae6146abe
baaeb77eeba : Added tag jdk8u40-b14 for changeset 6ddcdc7f6d1e
7eec59f52af : Added tag jdk8u40-b13 for changeset 366adf37c201
35379c30bb1 : Added tag jdk8u40-b12 for changeset 4e265aabaab8
7511c711c5f : Added tag jdk8u40-b11 for changeset 91d7f2886c2f
57b935aa82a : Added tag jdk8u40-b10 for changeset 2f8b26279e18
93b4408f31b : Added tag jdk8u25-b18 for changeset 2df2b6121975
0b075d44e50 : Added tag jdk8u25-b17 for changeset 6082a8f954ec
0e0cd5cbdfa : Added tag jdk8u25-b16 for changeset ddfd1a3eaaad
e78f7eccb1b : Added tag jdk8u25-b15 for changeset f3faa9839d19
eb6af73f396 : Added tag jdk8u25-b14 for changeset 488ecd458551
3115a517e14 : Added tag jdk8u25-b13 for changeset 23482d296255
4513aa92525 : Added tag jdk8u25-b12 for changeset 993b72c0c6a4
49364fad41e : Added tag jdk8u25-b11 for changeset 630cac10be90
9406c1a2641 : Added tag jdk8u25-b10 for changeset de0b55e8f8f8
cd7c0a74391 : Added tag jdk8u25-b09 for changeset f6ee98531afc
114ad0bf74e : Added tag jdk8u25-b08 for changeset aed644d6240b
c5b8a29de35 : Added tag jdk8u40-b09 for changeset 8a2a529ae777
e101cc2a4d1 : Added tag jdk8u40-b08 for changeset 51a83ba06183
8d54a9fb76f : Added tag jdk8u40-b07 for changeset b2f5ba8f2934
1e6b489bc38 : Added tag jdk8u40-b06 for changeset 77c236edf876
5d074690cd1 : Added tag jdk8u40-b05 for changeset 59a504bd4410
cf752c23a4a : Added tag jdk8u40-b04 for changeset 7705ddf7aad1
4293aaf7984 : Added tag jdk8u20-b26 for changeset 1ce303a056f1
cb2828fda5a : Added tag jdk8u20-b25 for changeset 805817341bdf
bf77a12f07e : Added tag jdk8u20-b24 for changeset c60942d46bf0
e6bc07b918e : Added tag jdk8u40-b03 for changeset 8f9122d82df6
76a6f87e1c8 : Added tag jdk8u40-b02 for changeset 48ad38743768
c1986530f40 : Added tag jdk8u40-b01 for changeset 1b4ff3e34d2e
d98e5cd61a2 : Added tag jdk8u20-b23 for changeset ab8f723a2ec5
201206f453e : Added tag jdk8u25-b07 for changeset 2ba445ca47d2
6732b11352d : Added tag jdk8u11-b31 for changeset 603a1a05e3ad
5196fb4430b : Added tag jdk8u5-b31 for changeset 07a617acffb4
f38d13087a2 : Added tag jdk8u11-b12 for changeset c6ac41bbb042
87f0ca49b6c : Added tag jdk8u11-b11 for changeset 3a4b59c71487
6c5e53af05f : Added tag jdk8u11-b10 for changeset 0da16d6bbcf7
9359752b634 : Added tag jdk8u11-b09 for changeset cc678a387285
696a637b0e8 : Added tag jdk8u11-b08 for changeset 66091fa5ebd4
41cd85ab141 : Added tag jdk8u11-b07 for changeset 951971b7f839
0f8e2d5fc4d : Added tag jdk8u11-b06 for changeset 93112c67a3bf
71e2a669b4f : Added tag jdk8u11-b05 for changeset 8aad41152a54
87112a1ce08 : Added tag jdk8u25-b00 for changeset df8aea14cf78
5910cb91e5b : Added tag jdk8u11-b04 for changeset 067680f13ba7
8f626142395 : Added tag jdk8u11-b03 for changeset 81b8164bc1e0
01eb7e2945f : Added tag jdk8u11-b02 for changeset f7d915e0540f
fbab0d93363 : Added tag jdk8u11-b01 for changeset 7629b03d20b7
f279ff9d2f8 : 8261010: Delete the Netbeans "default" license header
6067202db09 : Added tag jdk8u20-b22 for changeset 03829d93646f
39d73902848 : Added tag jdk8u31-b00 for changeset a82c92da4f85
7178f75c8b2 : Added tag jdk8u25-b06 for changeset e56dd26c3a51
6002ba92fc4 : Added tag jdk8u20-b21 for changeset bd252709d8b8
671e31ccb2d : Added tag jdk8u25-b05 for changeset 994b689c536c
0269bcce4f6 : Added tag jdk8u40-b00 for changeset 6faaff44aabd
b92e498d712 : Added tag jdk8u20-b20 for changeset c20d60fa34ac
5aa3b42a713 : Added tag jdk8u25-b04 for changeset 6485b2ce677c
51880c03b97 : Added tag jdk8u25-b03 for changeset ec8197a8f246
088611deec6 : Added tag jdk8u20-b19 for changeset ed4e6936fe9e
7dfd57f4856 : Added tag jdk8u25-b02 for changeset dcdae393ee7e
f197f268df5 : Added tag jdk8u20-b18 for changeset 7bf045e1ae3e
dd781b8148e : Added tag jdk8u25-b01 for changeset c48afdc1e2d4
04e8d847f56 : Added tag jdk8u20-b17 for changeset 3458447ea463
f64315afb52 : Added tag jdk8u20-b16 for changeset 783de02f0dd4
dae0080b817 : Added tag jdk8u20-b15 for changeset 416f2484ad04
8e3a0b19bd4 : Added tag jdk8u20-b14 for changeset 24f4ce53f423
d5417d96618 : Added tag jdk8u20-b13 for changeset 12d0369a0060
561068a6b09 : Added tag jdk8u20-b12 for changeset 5e1aaf47bf12
d3306fe632a : Added tag jdk8u20-b11 for changeset f60c6a4be1b3
b2c3203cb67 : Added tag jdk8u20-b10 for changeset 2cbf90c5e392
c2fd65cd3f4 : Added tag jdk8u5-b13 for changeset 8e370692494d
077bc0d94e2 : Added tag jdk8u5-b12 for changeset 88e1586998f2
57a116b8f30 : Added tag jdk8u5-b10 for changeset bc36adfd64a3
2b7825bf831 : Added tag jdk8u5-b09 for changeset 3498b7cfee15
94c8916413c : Added tag jdk8u5-b08 for changeset 4c85364f0309
aab080df873 : Added tag jdk8u5-b06 for changeset b6f0ce50158c
42e8b0e658d : Added tag jdk8u5-b05 for changeset 56821b835a88
9282930788e : Added tag jdk8u11-b00 for changeset 3c8799559838
ce2a9a3b94b : Added tag jdk8u5-b04 for changeset fe65fff4cb85
599629b7463 : Added tag jdk8u20-b09 for changeset 5ee573e06832
bfdb160bf0e : Added tag jdk8u20-b08 for changeset 0fae072a4d5c
3fa14ccf162 : Added tag jdk8u20-b07 for changeset d295b5e0629f
6c8f13544dd : Added tag jdk8-b132 for changeset 55401f3f3c50
0d4c3f15b4a : Added tag jdk8u5-b11 for changeset 4581ad352124
8ab90228a56 : Added tag jdk8-b131 for changeset 85597d018d42
8a05f8b134e : Added tag jdk8u20-b06 for changeset be17c8ee05ed
58854d2af9c : Added tag jdk8u20-b05 for changeset ca8ee60465a5
1307d20c4d3 : Added tag jdk8u20-b04 for changeset fa24ca1c9191
ece663e0c4a : Added tag jdk8u20-b03 for changeset 79edbed3a5dd
ec80f207daa : Added tag jdk8-b130 for changeset d7123ce15d93
42d50c623ba : Added tag jdk8-b129 for changeset b9df27bacb76
764b0244b10 : Added tag jdk8u5-b07 for changeset 6243c87b568a
8b2dc8201e5 : Added tag jdk8-b128 for changeset 92df48adc1df
f321594e219 : Added tag jdk8-b127 for changeset ebbc3008a786
6647ed1bcdf : Added tag jdk8-b126 for changeset 51258b88f814
e43ef999386 : Added tag jdk8u20-b02 for changeset 0e793a7d0602
bd682534ade : Added tag jdk8u20-b01 for changeset 6023fd9ee2d5
9afa1ddc565 : Added tag jdk8-b125 for changeset 9e4270101179
dcdef8b75df : Added tag jdk8-b124 for changeset 98abd2139b5d
d9a52c684af : Added tag jdk8u20-b00 for changeset a452d460a1c5
0917721c6cc : Added tag jdk8-b123 for changeset d4b0c420ca9c
7e7c9ba1cdb : Added tag jdk8u5-b03 for changeset 7efa8d1fa4d5
67ded42d57f : Added tag jdk8-b122 for changeset 2aaf7f259de6
af69004a22c : Added tag jdk8u5-b02 for changeset 3c8462239c21
fb652e34eed : Added tag jdk8-b121 for changeset 60b5ae254862
3cb861f7eb7 : Added tag jdk8u5-b01 for changeset b4916e95f4c7
2be60e37e0e : 8257988: Remove JNF dependency from libsaproc/MacosxDebuggerLocal.m
5307afa9e71 : 8260585: AArch64: Wrong code generated for shifting right and accumulating four unsigned short integers
f025bc1d5d8 : 8260301: misc gc/g1/unloading tests fails with "RuntimeException: Method could not be enqueued for compilation at level N"
4a8b5c16027 : 8257858: [macOS]: Remove JNF dependency from libosxsecurity/KeystoreImpl.m 8257860: [macOS]: Remove JNF dependency from libosxkrb5/SCDynamicStoreConfig.m
472bf629cd9 : 8258799: [Testbug] RandomCommandsTest must check if tested directive is added via jcmd
b0ee7a8624c : 8241995: Clarify InetSocketAddress::toString specification
0ef93feb43e : 8259265: Refactor UncaughtExceptions shell test as java test.
5324b5c5823 : 8260998: Shenandoah: Restore reference processing statistics reporting
c8de943c1fc : 8260617: Merge ZipFile encoding check with the initial hash calculation
ae2c5f07ced : 8260581: IGV: enhance node search
90376156be1 : 8222850: jshell tool: Misleading cascade compiler error in switch expression with undefined vars
91e6c755f32 : 8260928: InitArrayShortSize constraint func should print a helpful error message
cb127a4bb5d : 8198343: Test java/awt/print/PrinterJob/TestPgfmtSetMPA.java may fail w/o printer
c0084100bc3 : 8197825: [Test] Intermittent timeout with javax/swing JColorChooser Test
b9d4211bc1a : 8260193: Remove JVM_GetInterfaceVersion() and JVM_DTraceXXX
98a76921ec7 : 8076313: GraphicsEnvironment does not detect changes in count of monitors on Linux OS
a47befc86fe : 8260878: com/sun/jdi/JdbOptions.java fails without jfr
d423d368e79 : 8258508: Merge G1RedirtyCardsQueue into qset
bec60432ecb : 8259570: (macos) tools/jpackage tests fails with 'hdiutil: couldn't eject "disk2" - Resource busy'
ffbcf1b0a7d : 8260471: Change SystemDictionary::X_klass calls to vmClasses::X_klass
9af333923ba : 8261003: Bad Copyright header format after JDK-8183372
6dc3c6dcddc : 8183372: Refactor java/lang/Class shell tests to java
105d3e8f406 : 8260861: TrustStoreDescriptor log the same value
1a7040e5b92 : 8259794: Remove EA from JDK 16 version string starting with Initial RC promotion on Feb 04, 2021(B35)
afd5eefdae3 : 8260704: ParallelGC: oldgen expansion needs release-store for _end
69189f8820f : 8256421: Add 2 HARICA roots to cacerts truststore
f546fd00978 : 8260902: CDS mapping errors should not lead to unconditional output
081fa3e7154 : 8260927: StringBuilder::insert is incorrect without Compact Strings
d7b1fc59a51 : 8260707: java/lang/instrument/PremainClass/InheritAgent0100.java times out
0093183b336 : 8260368: [PPC64] GC interface needs enhancement to support GCs with load barriers
defcb042707 : 8260867: ProblemList java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java on linux
a421bfad285 : 8259839: SystemDictionary exports too much implementation
189b65b2caa : 8260264: Move common os_<unix> inline methods to a common posix source file
288a4fed3f4 : 8260643: Remove parallel version handling in CardTableRS::younger_refs_in_space_iterate()
ed1a7755c3c : 8258378: Final nroff manpage update for JDK 16
ddd2951ba91 : 8260571: Add PrintMetaspaceStatistics to print metaspace statistics upon VM exit
fe407cf1b61 : 8260420: C2 compilation fails with assert(found_sfpt) failed: no node in loop that's not input to safepoint
474dba2d8b9 : 8257086: Clarify differences between {Float, Double}.equals and ==
54e7a642bba : 8260576: Typo in compiler/runtime/safepoints/TestRegisterRestoring.java
87baa54c418 : Added new target to annotation library visibility
a6d950587bc : 8260864: ProblemList two security/krb5 tests on Linux
9880c4cd175 : 8260860: ProblemList tools/jlink/plugins/CompressorPluginTest.java
55d62a53380 : 8213226: [TESTBUG] Reduce the usage of CDSTestUtils.executeAndLog()
b6a736738ae : 8260349: Cannot programmatically retrieve Metaspace max set via JAVA_TOOL_OPTIONS
50f9a70f0d4 : 8217327: G1 Post-Cleanup region liveness printing should not print out-of-date efficiency
e963ebd721c : 8260004: Shenandoah: Rename ShenandoahMarkCompact to ShenandoahFullGC
df33595e9fb : 8260309: Shenandoah: Clean up ShenandoahBarrierSet
181d63ffcee : 8260522: Clean up warnings in hotspot JTReg runtime tests
02d586e13ed : 8259398: Super word not applied to a loop with byteArrayViewVarHandle
80760a322b6 : 8260669: Missing quotes in fixpath.sh
c0cde7dc88d : 8259814: test/jdk/tools/jlink/plugins/CompressorPluginTest.java has compilation issues
aec037721cf : 8257498: Remove useless skeleton predicates
ab727f0a584 : 8260591: Shenandoah: improve parallelism for concurrent thread root scans
cf942081a57 : 8259395: Patching automatic module with additional packages re-creates module without "requires java.base"
039affc8bca : 8260577: Unused code in AbstractCompiler after Shark compiler removal
21f8bf4411a : 8257215: JFR: Events dropped when streaming over a chunk rotation
0fdf9cdd3a2 : 8260473: [vector] ZGC: VectorReshape test produces incorrect results with ZGC enabled
8a9004da9b3 : 8260574: Remove parallel constructs in GenCollectedHeap::process_roots
0da9cad5f55 : 8260501: [Vector API] Improve register usage for shift operations on x86
a61ff87cd49 : 8260685: ProblemList 2 compiler/jvmci/compilerToVM tests in Xcomp configs
fcfe6478f94 : 8260462: Missing <thead> in Modality.html
67a34daf683 : 8260630: Templatize literal_size 8260629: Remove explicit instantiation of Hashtable with oop value
6b24e98c428 : 8259008: ArithmeticException was thrown at "Monitor Cache Dump" on HSDB
69ee314b63a : 8249867: xml declaration is not followed by a newline
fb46c910277 : 8260674: ProblemList jdk/incubator/vector/VectorHash.java in Xcomp configs
71bfe962ebc : 8217633: Configurable extensions with system properties
f5ca8385abf : 8065773: JDI: UOE is not thrown, when redefineClasses changes a class modifier
739bbd03c55 : 8260566: Pattern type X is a subtype of expression type Y message is incorrect
bc41bb10c77 : 8260632: Build failures after JDK-8253353
b2e582a8826 : 8259905: Compiler treats 'sealed' keyword as 'var' keyword
6415d3b82b6 : 8259584: SuperWord::fix_commutative_inputs checks in_bb(fin1) instead of in_bb(fin2)
b7b391b2ac4 : 8260625: Rename MetaspaceExpand_lock
22bfa5b0ac3 : 8255837: Shenandoah: Remove ShenandoahConcurrentRoots class
53f1b93881a : 8260518: Change default -mmacosx-version-min to 10.12
24a262124f5 : 8260592: jpackage tests fail when Desktop is not supported
d2b0ea1d01a : 8260282: Add option to compress heap dumps created by -XX:+HeapDumpOnOutOfMemoryError
a5fb5173c11 : 8259404: Shenandoah: Fix time tracking in parallel_cleaning
0675473486b : 8252409: JShell: Intersection types cause NoSuchFieldError
a117e11524b : 8260339: JVM crashes when executing PhaseIdealLoop::match_fill_loop
64a150c518e : 6986863: ProfileDeferralMgr throwing ConcurrentModificationException
8ffdbcebad6 : 8260608: add a regression test for 8260370
ea2c4474be7 : 8259778: Merge MutableSpace and ImmutableSpace
251c6419bf1 : 8259487: Remove unused StarTask
15196325977 : 8251462: Simplify compilation policy
71128cf4ce1 : 8260586: Shenandoah: simplify "Concurrent Weak References" logging
81e9e6a7fcb : 8260461: Modernize jsr166 tck tests
2b166d816a6 : 8260596: Comment cleanup in BigInteger
1de3c554477 : 8260584: Shenandoah: simplify "Concurrent Thread Roots" logging
bbbfaa58c09 : 8249262: Initialize InstanceKlass::_package_entry during CDS dump time
1926765f5e7 : 8253353: Crash in C2: guarantee(n != NULL) failed: No Node
3aabbd72161 : 8260432: allocateSpaceForGP in freetypeScaler.c might leak memory
abc4300de9c : 8257746: Regression introduced with JDK-8250984 - memory might be null in some machines
13ca433ff66 : 8259628: jdk/net/ExtendedSocketOption/AsynchronousSocketChannelNAPITest.java fails intermittently
baf46bac41f : 8259801: Enable XML Signature secure validation mode by default
20e7df506f0 : 8260466: Test TestHeapDumpOnOutOfMemoryError.java needs multiple @test sections
11d6467c50d : 8260407: cmp != __null && cmp->Opcode() == Op_CmpL failure with -XX:StressLongCountedLoop=200000000 in lucene
d07af2b8eca : 8255531: MethodHandles::permuteArguments throws NPE when duplicating dropped arguments
a68c6c2a130 : 8260579: PPC64 and S390 builds failures after JDK-8260467
87522573ac9 : 8260502: [s390] NativeMovRegMem::verify() fails because it's too strict
8fe1323dcbe : 8260520: Avoid getting permissions in JarFileFactory when no SecurityManager installed
ecde52ece67 : 8260506: VersionHelper cleanup
a97aedff9f6 : 8256215: Shenandoah: re-organize saving/restoring machine state in assembler code
316d52c1a57 : 8260497: Shenandoah: Improve SATB flushing
e68eac9c36a : 8259765: ZGC: Handle incorrect processor id reported by the operating system
11a70d113e9 : 8260426: awt debug_mem.c DMem_AllocateBlock might leak memory
396a496f3ce : 8260467: Move well-known classes from systemDictionary.hpp to vmClasses.hpp
7030d2e026d : 8260200: G1: Remove unnecessary update in FreeRegionList::remove_starting_at
c7661aed6fe : 8260561: [doc] HexFormat has incorrect @since tag
eb9236853cf : 8259816: Typo in java.util.stream package description
0eed2c3312f : 8259359: javac does not attribute unexpected super constructor invocation qualifier, and may crash
684c8558f66 : 8260524: validate-source fails on test/jdk/jdk/jfr/event/gc/detailed/TestGCLockerEvent.java
311a0a91ba5 : 8259808: Add JFR event to detect GC locker stall
f353fcf2569 : 8258894: C2: Forbid GCM to move stores into loops
ac276bb394d : 8257074: Update the ByteBuffers micro benchmark
7ed591cc9a1 : 8260314: Replace border="1" on tables with CSS
e696baabfbe : 8260448: Simplify ManagementFactory$PlatformMBeanFinder
b3c8a528035 : 8259050: Error recovery in lexer could be improved
bf15c709937 : 8260460: GitHub actions still fail on Linux x86_32 with "Could not configure libc6:i386"
3e4194c42e7 : 8260022: [ppc] os::print_function_and_library_name shall resolve function descriptors transparently
e28e11119df : 8260370: C2: LoopLimit node is not eliminated
fa40a9661b4 : 8253420: Refactor HeapRegionManager::find_highest_free
4d004c9447f : 8260449: Remove stale declaration of SATBMarkQueue::apply_closure_and_empty()
fd2641ed36c : 8260236: better init AnnotationCollector _contended_group
1c77046811c : 8260404: jvm_io.h include missing in a number of files
bd2744dd427 : 8260106: Shenandoah: refactor reference updating closures and related code
c836da387e2 : 8252412: [macos11] system dynamic libraries removed from filesystem
e1411fd4d4b : 6606673: Path2D.Double, Path2D.Float and GeneralPath ctors throw exception when initialCapacity is negative
6f2be9c6086 : 8246112: Remove build-time and run-time checks for clock_gettime and CLOCK_MONOTONIC
19b6f61bd2f : 8260334: Remove deprecated sv_for_node_id() from Compile
1bebd418284 : 8260421: Shenandoah: Fix conc_mark_roots timing name and indentations
42cef27fd89 : 8260343: Delete obsolete classes in the Windows L&F
9f0a0436480 : 8260286: Manual Test "ws/open/test/jdk/sun/security/tools/jarsigner/compatibility/Compatibility.java" fails
fd00ed747a9 : 8256298: Shenandoah: Enable concurrent stack processing
408772c9664 : 8259025: Record compact constructor using Objects.requireNonNull
b07797c2841 : 8260391: Remove StringCoding::err
af8a08f5845 : 8260378: [TESTBUG] DcmdMBeanTestCheckJni.java reports false positive
8d2f77fd438 : 8260406: Do not copy pure java source code to gensrc
5e8e0ada7a5 : 8242456: PreviewFeature.Feature enum removal of TEXT_BLOCKS
e080ce9212b : 8252545: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java timed out
edd27074af5 : 8260408: Shenandoah: adjust inline hints after JDK-8255019
81a66dfa811 : 8259809: Remove PerfEvent class loading locking counters
b4ace3e9799 : 8260042: G1 Post-cleanup liveness printing occurs too early
23edb6f6b22 : 8236490: Compiler bug relating to @NonNull annotation
abd9310bff3 : 8260222: remove unused _thread member SymbolTableLookup
c538cd8b79c : 8165276: Spec states to invoke the premain method in an agent class if it's public but implementation differs
9ea93238fb3 : 8254246: SymbolHashMapEntry wastes space
982e42b8965 : 8259726: Use of HashSet leads to undefined order in test output
d6fb9d7256d : 8255464: Cannot access ModuleTree in a CompilationUnitTree
81e730e5f11 : 8259276: C2: Empty expression stack when reexecuting tableswitch/lookupswitch instructions after deoptimization
12ccd211f29 : 8260289: Unable to customize module lists after change JDK-8258411
73c78c8aa09 : 8260329: Update references to TAOCP to latest edition
5b0b24b58d5 : 8260381: ProblemList com/sun/management/DiagnosticCommandMBean/DcmdMBeanTestCheckJni.java on Win with ZGC
47c7dc77346 : 8258833: Cancel multi-part cipher operations in SunPKCS11 after failures
ef247ab276b : 8260308: Update LogCompilation junit to 4.13.1
c5ab7c3214c : 8260284: C2: assert(_base == Int) failed: Not an Int
d076977d036 : 8260169: LogCompilation: Unexpected method mismatch
6e03735427b : 8259845: Move placeholder implementation details to cpp file and add logging
ca20c63c04d : 8259710: Inlining trace leaks memory
09489e28bd2 : 8260338: Some fields in HaltNode is not cloned
af155fc0686 : 8258836: JNI local refs exceed capacity getDiagnosticCommandInfo
d825339da5b : 8260263: Remove PtrQueue::_qset
5898ab6545a : 8259894: refactor parts of jvm.h into jvm_io.h and jvm_constants.h
764111ff831 : 8260272: bash configure --prefix does not work after JDK-8257679
4ae39b14819 : 8260208: Improve dummy object filling condition in G1CollectedHeap::fill_archive_regions in cds
c52c6c66dbf : 8260273: DataOutputStream writeChars optimization
535c2927b6e : 8260306: Do not include osThread.hpp in thread.hpp
06348dfcae0 : 8259776: Remove ParallelGC non-CAS oldgen allocation
6c4c96fadfd : 8258742: Move PtrQueue reset to PtrQueueSet subclasses
b53d5cacf45 : 8260315: Typo "focul" instead of "focus" in FocusSpec.html
f624dba612b : 8240247: No longer need to wrap files with contentContainer
5cdcce1c1f5 : 8260307: Do not include method.hpp in frame.hpp
aa57d07ce82 : 8259214: MetaspaceClosure support for Arrays of MetaspaceObj
bdc305e1cbe : 8258917: NativeMemoryTracking is handled by launcher inconsistenly
7be9113b1c4 : 8255216: Change _directive->BreakAtCompileOption to env()->break_at_compile()
5aca934c983 : 8260304: (se) EPollSelectorImpl wakeup mechanism broken on Linux 32-bit
53fecba709e : 8258805: Japanese characters not entered by mouse click on Windows 10
a8871776e64 : 8246788: ZoneRules invariants can be broken
874aef4a8f7 : 8259707: LDAP channel binding does not work with StartTLS extension
c5ad713e182 : 8260250: Duplicate check in DebugInformationRecorder::recorders_frozen
bf5e801501a : 8259922: MethodHandles.collectArguments does not throw IAE if pos is outside the arity range
0ea58626701 : 8260053: Optimize Tokens' use of Names
18eb6d9e34a : 8255348: NPE in PKIXCertPathValidator event logging code
a97f3c18d5f : 8258853: Support separate function declaration and definition with ENABLE_IF-based SFINAE
154e1d637e3 : 8259009: G1 heap summary should be shown in "Heap Parameters" window on HSDB
acbcde8c3c0 : 8256111: Create implementation for NSAccessibilityStaticText protocol
f928265e813 : 8260009: InstanceKlass::has_as_permitted_subclass() fails if subclass was redefined
7ed8ba1ca00 : 8256814: WeakProcessorPhases may be redundant
bfac3fb595c : 8260212: Shenandoah: resolve-only UpdateRefsMode is not used
58ceb254437 : 8259842: Remove Result cache from StringCoding
685c03dc489 : 8259271: gc/parallel/TestDynShrinkHeap.java still fails "assert(covered_region.contains(new_memregion)) failed: new region is not in covered_region"
d066f2b06c0 : 8260030: Improve stringStream buffer handling
14522800737 : 8164484: Unity, JTable cell editor, javax/swing/JComboBox/6559152/bug6559152.java
a70acf2c1e6 : 8259928: compiler/jvmci tests fail with -Xint
ba386615046 : 8259882: Reduce the inclusion of perfData.hpp
92c2f084a2d : 8259869: [macOS] Remove desktop module dependencies on JNF Reference APIs
a7c2ebc7638 : 8239894: Xserver crashes when the wrong high refresh rate is used
d90e06af7bd : 8259775: [Vector API] Incorrect code-gen for VectorReinterpret operation
2f47c39a744 : 8259943: FileDescriptor.close0 does not handle EINTR
a8073efeedd : 8253478: (se) epoll Selector should use eventfd for wakeup instead of pipe
ede1beaef72 : 8227695: assert(pss->trim_ticks().seconds() == 0.0) failed: Unexpected partial trimming during evacuation
34eb8b344da : 8255765: Shenandoah: Isolate concurrent, degenerated and full GC
62eab505826 : 8255199: Catching a few NumberFormatExceptions in xmldsig
a5367cbb7af : 8247619: Improve Direct Buffering of Characters
c3c66625283 : 8259954: gc/shenandoah/mxbeans tests fail with -Xcomp
6ce0799b66a : 8259851: Use boolean type for tasks in SubTasksDone
4bcffeb9f4a : 8260029: aarch64: fix typo in verify_oop_array
e1de0bf8d4d : 8260043: Reduce allocation in sun.net.www.protocol.jar.Handler.parseURL
4dfd8cc4a6c : 8259897: gtest os.dll_address_to_function_and_library_name_vm fails on AIX
7f7166dbc88 : 8260035: Deproblemlist few problemlisted test
5940287b9fa : 8260048: Shenandoah: ShenandoahMarkingContext asserts are unnecessary
f8a9602a0a6 : 8260025: Missing comma in VM_Version_Ext::_family_id_amd
044bae0e5e4 : 8260191: Do not include access.hpp in oop.hpp
77a43023092 : 8223056: Remove Type-Stable-Memory support for Parkers
35c9da70316 : 8259498: Reduce overhead of MD5 and SHA digests
27cc62a5c7f : 8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException
1f47de5f6a3 : 8260010: UTF8ZipCoder not thread-safe since JDK-8243469
8b95d9549e6 : 8256895: Add support for RFC 8954: Online Certificate Status Protocol (OCSP) Nonce Extension
4f11ff325ff : 8259488: Shenandoah: Missing timing tracking for STW CLD root processing
0408b23bcf5 : 8259757: add a regression test for 8259353 and 8259601
07851474609 : 8259949: x86 32-bit build fails when -fcf-protection is passed in the compiler flags
5891509d133 : 8259947: (fs) Optimize UnixPath.encode implementation
69f90b5fd4c : 8259843: initialize dli_fname array before calling dll_address_to_library_name
52ed2aab9b9 : 8259786: initialize last parameter of getpwuid_r
012051090d9 : 8259732: JDK 16 L10n resource file update - msg drop 10
70b5b3119b2 : 8257664: HTMLEditorKit: Wrong CSS relative font sizes
0b01d6924ac : 8260005: Shenandoah: Remove unused AlwaysTrueClosure in ShenandoahConcurrentRootScanner::roots_do()
05294802c46 : 8259867: Move encoding checks into ZipCoder
7c32ffea516 : 8258383: vmTestbase/gc/g1/unloading/tests/unloading_compilation_level[1,2,3] time out without TieredCompilation
9f21bb6ac1b : 8259983: do not use uninitialized expand_ms value in G1CollectedHeap::expand_heap_after_young_collection
a37cd5a3133 : 8259859: Missing metaspace NMT memory tag
33dcc00c553 : 8132984: incorrect type for Reference.discovered
f7b96d347ac : 8259796: timed CompletableFuture.get may swallow InterruptedException
3edf393d420 : 8259978: PPC64 builds broken after JDK-8258004
5d8861b03d0 : 8259995: Missing comma to separate years in copyright header
5cfb36e79ad : 8259036: Failed JfrVersionSystem invariant when VM built with -fno-elide-constructors
c0e9c44628a : 8259962: Shenandoah: task queue statistics is inconsistent after JDK-8255019
82adfb32338 : 8134540: Much nearly duplicated code for PerfMemory support
a9519c83b8f : 8259924: GitHub actions fail on Linux x86_32 with "Could not configure libc6:i386"
139f5d33e10 : 8259035: Comments for load order of hsdis should be updated
bd81ccfd926 : 8259957: Build failure without C1 Compiler after JDK-8258004
dfee7b8ad6b : 8259511: java/awt/Window/MainKeyWindowTest/TestMainKeyWindow.java failed with "RuntimeException: Test failed: 20 failure(s)"
14ce8f1a525 : 8259870: zBarrier.inline.hpp should not include javaClasses.hpp
492bebc7aa9 : 8258004: Remove unnecessary inclusion of vm_version.hpp
533a2d398bd : 8258961: move some fields of SafePointNode from public to protected
bb0821eb6a9 : 8258643: [TESTBUG] javax/swing/JComponent/7154030/bug7154030.java failed with "Exception: Failed to hide opaque button"
6b4732fe519 : 8259679: GitHub actions should use MSVC 14.28
061ffc47cfc : 8249245: assert(((((JfrTraceIdBits::load(klass)) & ((JfrTraceIdEpoch::this_epoch_method_and_class_bits()))) != 0))) failed: invariant
e60c9926993 : 8259849: Shenandoah: Rename store-val to IU-barrier
db9c114d40c : 7146776: deadlock between URLStreamHandler.getHostAddress and file.Handler.openconnection
61292be7552 : 8259681: Remove the Marlin rendering engine (single-precision)
ff275b3764d : 8259403: Zero: crash with NULL MethodHandle receiver
cd25bf2ee7e : 8259574: SIGSEGV in BFSClosure::closure_impl
e93f08e2ac6 : 8074101: Add verification that all tasks are actually claimed during roots processing
917f7e9a95d : 8259650: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button"
d5ca3b3fd57 : 8259641: C2: assert(early->dominates(LCA)) failed: early is high enough
3f19ef63b76 : 8202880: Test javax/swing/JPopupMenu/8075063/ContextMenuScrollTest.java fails
68cf65d284a : 8023980: JCE doesn't provide any class to handle RSA private key in PKCS#1
5dc5d9401e7 : 8256110: Create implementation for NSAccessibilityStepper protocol
5f2e280cabd : 8259865: (fs) test/jdk/java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java failing on macOS 10.13
da4cf05dc6f : 8258755: jpackage: Invalid 32-bit exe when building app-image
c3bdbf9dda8 : 8259238: Clean up Log.java and remove usage of non-final static variables.
6d6a23e3a74 : 8259062: Remove MacAppStoreBundler
afd3f78aec8 : 8030048: (fs) Support UserDefinedFileAttributeView/extended attributes on OS X / HFS+
bbb93ca3c80 : 8256126: Create implementation for NSAccessibilityImage protocol peer
90c73d057d6 : 8259569: gtest os.dll_address_to_function_and_library_name_vm fails
d63388c00c4 : 8259266: com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr"
d7d34dd9643 : 8259799: vmTestbase/nsk/jvmti/Breakpoint/breakpoint001 is incorrect
fe84ecd52b9 : 8259048: (tz) Upgrade time-zone data to tzdata2020f
9aa5672af08 : 8259068: Streamline class loader locking
27a39c8d3f6 : 8193031: Collections.addAll is likely to perform worse than Collection.addAll
5855d52a2a6 : 8259651: [macOS] Replace JNF_COCOA_ENTER/EXIT macros
360c7226a7c : 8259729: Missed JNFInstanceOf -> IsInstanceOf conversion
b78cd633f6b : 8259846: [BACKOUT] JDK-8259278 Optimize Vector API slice and unslice operations
eb7fa006909 : 8259216: javadoc omits method receiver for any nested type annotation
e85892bfe24 : 8258396: SIGILL in jdk.jfr.internal.PlatformRecorder.rotateDisk()
bcf20a0dcc7 : 8259777: Incorrect predication condition generated by ADLC
bbac91a4b43 : 8257959: Add gtest run with -XX:+UseLargePages
707bce080d0 : 8257212: (bf spec) Clarify byte order of the buffer returned by CharBuffer.subsequence(int,int)
0ec2c969dfa : 8259820: JShell does not handle -source 8 properly
b01a15e4f0b : 8258884: [TEST_BUG] Convert applet-based test open/test/jdk/javax/swing/JMenuItem/8031573/bug8031573.java to a regular java test
6d4a593f8d1 : 8259627: Potential memory leaks in JVMTI after JDK-8227745
2c8e337dff4 : 8259622: TreeMap.computeIfAbsent deviates from spec
90960c5f229 : 8252657: JVMTI agent is not unloaded when Agent_OnAttach is failed
e3b548a68b7 : 8257736: InputStream from BodyPublishers.ofInputStream() leaks when IOE happens
978bed6c7ff : 8259522: Apply java.io.Serial annotations in java.desktop
bf28f925551 : 8259713: Fix comments about ResetNoHandleMark in deoptimization
4f881ba54a7 : 8258652: Assert in JvmtiThreadState::cur_stack_depth() can noticeably slow down debugging single stepping
4307fa68b78 : 8253505: JFR: onFlush invoked out of order with a sorted event stream
d18d26e89d8 : 8259350: Add some internal debugging APIs to the debug agent
a6b2162f540 : 8259278: Optimize Vector API slice and unslice operations
da6bcf966a7 : 8255019: Shenandoah: Split STW and concurrent mark into separate classes
0148adf20e6 : 8255120: C2: assert(outer->outcnt() >= phis + 2 && outer->outcnt() <= phis + 2 + stores + 1) failed: only phis
aba3431c4e5 : 8258956: Memory Leak in StringCoding on ThreadLocal resultCached StringCoding.Result
8554fe6ebce : 8253866: Security Libs Terminology Refresh
c2a3c7ef7df : 8259727: Remove redundant "target" arguments to methods in Links
1620664ebcb : 8259723: Move Table class to formats.html package
38a1201746d : 8258912: Remove JVM options CountJNICalls and CountJVMCalls
be57cf149e3 : 8226416: MonitorUsedDeflationThreshold can cause repeated async deflation requests
c822eda1d8a : 8259699: Reduce char[] copying in URLEncoder.encode(String, Charset)
ff3e6e46cd2 : 8259773: Incorrect encoding of AVX-512 kmovq instruction
b8ef2bad527 : 8259563: The CPU model name is printed multiple times when using -Xlog:os+cpu
b040a3d7a97 : 8259631: Reapply pattern match instanceof use in HttpClientImpl
3462f7a9189 : 8256955: Move includes of events.hpp out of header files
8b8b1f9a37d : 8259706: C2 compilation fails with assert(vtable_index == Method::invalid_vtable_index) failed: correct sentinel value
ae9187d757b : 8256109: Create implementation for NSAccessibilityButton protocol
5513f9893bd : 8258010: Debug build failure with clang-10 due to -Wdeprecated-copy
c7e2174bf1b : 8259401: Add checking to jarsigner to warn weak algorithms used in signer’s cert chain
5926d75fa1a : 8259719: ProblemList runtime/cds/appcds/jigsaw/modulepath/ModulePathAndCP_JFR.java on Windows
ccdf171d789 : 8259377: Shenandoah: Enhance weak reference processing time tracking
8abefdeca47 : 8259720: ProblemList java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest1.java on Windows
fb8ac24720a : 8259722: ProblemList two jdk/jfr/startupargs tests on Windows
ac4cd2e3c97 : 8231461: static/instance overload leads to 'unexpected static method found in unbound lookup' when resolving method reference
916ab4e7d8a : 8259283: use new HtmlId and HtmlIds classes
42d2d6dcc12 : 8259063: Possible deadlock with vtable/itable creation vs concurrent class unloading
5df2a949e33 : 8212035: merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer
535f2da5e2f : 8259486: Replace PreserveExceptionMark with implementation for CautiouslyPreserveExceptionMark
6bb6093fcaa : 8259657: typo in generated HELP page prevents localization
ce945120877 : 8259619: C1: 3-arg StubAssembler::call_RT stack-use condition is incorrect
2e124544e6f : 8259580: Shenandoah: uninitialized label in VerifyThreadGCState
77ca1031a0d : 8257236: can't use var with a class named Z
55675309163 : 8258272: LoadVectorMaskedNode can't be replaced by zero con
a99df45b7c6 : 8259560: Zero m68k: "static assertion failed: align" after JDK-8252049
efc36be5be7 : 8258985: Parallel WeakProcessor may use too few threads
2243a1703b8 : 8259485: Document need for short paths when building on Windows
139b6daea2f : 8259372: remove AIX related USE_LIBRARY_BASED_TLS_ONLY and THREAD_LOCAL special handling
417e1d1a4e0 : 8259061: C2: assert(found) failed: memory-writing node is not placed in its original loop or an ancestor of it
a483869a6a9 : 8225045: javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java fails on linux-x64
44c83794f72 : 8256019: JLabel HTML text does not support translucent text colors
793017d2ed5 : 8259601: AArch64: Fix reinterpretX2D match rule issue
15dd8f3aa4f : 8259275: JRuby crashes while resolving invokedynamic instruction
1cf2378bda6 : 8259353: VectorReinterpretNode is incorrectly optimized out
0957d9eb145 : 8259519: The java.awt.datatransfer.DataFlavor#ioInputStreamClass field is redundant
65bed6470c1 : 8253635: Implement toString() for SSLEngineImpl
c6d798c25a7 : 8259629: aarch64 builds fail after JDK-8258932
4be2173478b : 8259319: Illegal package access when SunPKCS11 requires SunJCE's classes
17b4db31cbc : 8259636: Check for buffer backed by shared segment kicks in in unexpected places
e4df2098a82 : 7018932: Drawing very large coordinates with a dashed Stroke can cause Java to hang
5f7ccce0c03 : 8226810: Failed to launch JVM because of NullPointerException occured on System.props
d6a2105b5c9 : 8259343: [macOS] Update JNI error handling in Cocoa code.
5f9cd72c546 : 8259645: Revert JDK-8245956 JavaCompiler still uses File API instead of Path API in a specific case
b03880e33b0 : 8259634: MemorySegment::asByteBuffer does not respect spatial bounds
8a81cf154fb : 8259298: broken link in Stream::toList spec
c338f1167f2 : 8259349: -XX:AvgMonitorsPerThreadEstimate=1 does not work right
ccac7aaea38 : 8258932: AArch64: Enhance floating-point Min/MaxReductionV with fminp/fmaxp
4c75d14aba3 : 8259374: Make ThreadInVMfromNative have ResetNoHandleMark
563b268c8f2 : 8257709: C1: Double assignment in InstructionPrinter::print_stack
400dc76f686 : 8252015: [macos11] java.awt.TrayIcon requires updates for template images
ac2dee567b6 : 8259539: JDK-8255711 broke trap messages
4697cfa4b01 : 8259576: Misplaced curly brace in Matcher::find_shared_post_visit
67e1b639baf : 8259380: Correct pretouch chunk size to cap with actual page size
28ff2de1860 : 8259237: Demo selection changes with left/right arrow key. No need to press space for selection.
a6ab9e47400 : 8258576: Try to get zerobased CCS if heap is above 32 and CDS is disabled
a3561ae8a43 : 8258243: C2: assert failed ("Bad derived pointer") with -XX:+VerifyRegisterAllocator
46637047bf5 : 8259583: Remove unused decode_env::_codeBuffer
9d4e84fd410 : 8259565: Zero: compiler/runtime/criticalnatives fails because CriticalJNINatives is not supported
98ccfbf4691 : 8255710: Opensource unit/regression tests for CMM
61c5b95b0d8 : 7194219: java/awt/Component/UpdatingBootTime/UpdatingBootTime.html fails on Linux
77f6290995d : 8258254: Move PtrQueue flush to PtrQueueSet subclasses
2255ab76034 : 8258810: Improve enum traits
ae0532edc3d : 8259044: JVM lacks data type qualifier when using -XX:+PrintAssembly with AArch64-Neon backend
a7e5da22c4e : 8258384: AArch64: SVE verify_ptrue fails on some tests
b6d51e15549 : 8259585: Accessible actions do not work on mac os x
022bc9f0cb3 : 8258422: Cleanup unnecessary null comparison before instanceof check in java.base
ff54b77b768 : 8259439: Apply java.io.Serial annotations in java.datatransfer
712ea25057d : 8258925: configure script failed on WSL
cd73939b794 : 8259528: Broken Link for [java.text.Normalizer.Form]
e9929e2b5aa : 8259582: Backout JDK-8237578 until all affected tests have been fixed
8dfc77bfa66 : 8259586: ProblemList dll_address_to_function_and_library_name
d9f21346bf2 : 8258655: remove <-- NewPage --> comment from generated pages
c956e7a69c1 : 8258659: Eliminate whitespace comments from generated pages
386196023ed : 8258426: Split up autoconf/version-numbers and move it to conf dir
dab17875832 : 8259559: COMPARE_BUILD can't compare patch files
cf3e4bfdb5b : 8258838: Remove JVM option UseStackBanging
2cb271e691b : 8253996: Javac error on jdk16 build 18: invalid flag: -Xdoclint:-missing
d60a937e876 : 8259028: ClassCastException when using custom filesystem with wrapper FileChannel impl
33fbc10cb8c : 8259025: Record compact constructor using Objects.requireNonNull
e05f36f4638 : 8259043: More Zero architectures need linkage with libatomic
23801da94bb : 8259482: jni_Set/GetField_probe are the same as their _nh versions
01b2804ef72 : 8237578: JDK-8214339 (SSLSocketImpl wraps SocketException) appears to not be fully fixed
1bd015fb0c2 : 8258407: Split up CompileJavaModules.gmk into make/modules/$M/Java.gmk
235488215bb : 8250768: javac should be adapted to changes in JEP 12
18a37f9453c : 8259368: Zero: UseCompressedClassPointers does not depend on UseCompressedOops
a03e22bb14e : 8253910: UseCompressedClassPointers depends on UseCompressedOops in vmError.cpp
e0d748d56f8 : 8258606: os::print_signal_handlers() should resolve the function name of the handlers
bd344184294 : 8258445: Move make/templates to make/data
d21a0ea1ff0 : 8258449: Move make/hotspot/symbols to make/data
3974fd4f33f : 8259451: Zero: skip serviceability/sa tests, set vm.hasSA to false
bb247b02c82 : 8259392: Zero error reporting is broken after JDK-8255711
2806bf2e736 : 8259475: Fix bad merge in compilerOracle
b72de3c5fc9 : 8259385: Cleanup unused assignment
9154f643497 : 8254973: CompletableFuture.ThreadPerTaskExecutor does not throw NPE in #execute
e7c174083a3 : 8258187: IllegalMonitorStateException in ArrayBlockingQueue
11d5b047913 : 8258217: PriorityBlockingQueue constructor spec and behavior mismatch
65ca5c6656a : 8048109: JToggleButton does not fire actionPerformed under certain conditions
81db63e8d74 : 8259517: Incorrect test path in test cases
270014ab4ec : 8234131: Miscellaneous changes imported from jsr166 CVS 2021-01 8257671: ThreadPoolExecutor.Discard*Policy: rejected tasks are not cancelled
63e3bd76139 : 8246677: LinkedTransferQueue and SynchronousQueue synchronization updates
5cfa8c94d67 : 8246585: ForkJoin updates 8229253: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
6472104e18d : 6278172: TextComponent.getSelectedText() throws StringIndexOutOfBoundsException
a653928230c : 8259512: Update --release 16 symbol information for JDK 16 build 31
7e6677b532f : 8259446: runtime/jni/checked/TestCheckedReleaseArrayElements.java fails with stderr not empty
628c546bea0 : 8258796: [test] Apply HexFormat to tests for java.security
876c7fb5f7a : 8259493: [test] Use HexFormat instead of adhoc hex utilities in network code and locale SoftKeys
020ec848525 : 8259429: Update reference to README.md
fb68395dcd2 : 8259014: (so) ServerSocketChannel.bind(UnixDomainSocketAddress)/SocketChannel.bind(UnixDomainSocketAddress) will have unknown user and group owner (win)
090bd3afc37 : 8259397: ThreadsSMRSupport::print_info_on() should use try_lock_without_rank_check()
10a6b0d983c : 8234773: Fix ThreadsSMRSupport::_bootstrap_list
6f7723b4ac8 : 8258792: LogCompilation: remove redundant check fixed by 8257518
697bf7ab511 : 8257740: Compiler crash when compiling type annotation on multicatch inside lambda
b549cbd3925 : 8258481: gc.g1.plab.TestPLABPromotion fails on Linux x86
fc1d2a1e8e8 : 8259065: Optimize MessageDigest.getInstance
712014c5956 : 8258077: Using -Xcheck:jni can lead to a double-free after JDK-8193234
b996cccf121 : 8259373: c1 and jvmci runtime code use ResetNoHandleMark incorrectly
677802d2ffe : 8258484: AIX build fails in Harfbuzz with XLC 16.01.0000.0006
2659bc449c8 : 8259274: Increase timeout duration in sun/nio/ch/TestMaxCachedBufferSize.java
bc56541424e : 8256535: C2: randomize CCP processing order for stress testing
1973fbee379 : 8039278: console.sh failed Automatically with exit code 1
d8ad63019a8 : 8258772: Some runtime/cds tests fail with +LogCompilation or +StressX
4ce83f2a3a6 : 8039278: console.sh failed Automatically with exit code 1
2e99e28fc61 : 8213126: java/awt/Window/MainKeyWindow/TestMainKeyWindow.java time-out on mac10.13
8530ef0e4dd : 8259375: JvmtiExport::jni_Get/SetField_probe calls do not need ResetNoHandleMark
acdd90b6992 : 8258972: unexpected compilation error with generic sealed interface
c1fb5216948 : 8259227: C2 crashes with SIGFPE due to a division that floats above its zero check
484e23b92ac : 8258657: Doc build is broken by use of new language features
f91f92dcaad : 8259317: Remove JVM option BreakAtWarning
3f9f86f0d3f : 8258484: AIX build fails in Harfbuzz with XLC 16.01.0000.0006
1c33847b8b4 : 8259067: bootclasspath append takes out object lock
4a478b8a98d : 8250903: jdk/jfr/javaagent/TestLoadedAgent.java fails with Mismatch in TestEvent count
0e6de4eb575 : 8259339: AllocateUninitializedArray C2 intrinsic fails with void.class input
81c06242869 : 8259354: Fix race condition in AbstractEventStream.nextThreadName
227f99d3945 : 8233555: [TESTBUG] JRadioButton tests failing on MacoS
67c22114815 : 8259045: Exception message from saproc.dll is garbled on Windows with Japanese locale
28e1f4d9eeb : 8247957: remove doclint support for HTML 4 8257204: Remove usage of -Xhtmlversion option from javac 8256313: JavaCompilation.gmk needs to be updated not to use --doclint-format html5 option 8258460: Remove --doclint-format option from javac 8256312: Valid anchor 'id' value not allowed
4f914e21c4b : 8249633: doclint reports missing javadoc for JavaFX property methods that have a property description
eef43be71ce : 8251200: False positive messages about missing comments for serialization
80544e4d5f4 : 8250564: Remove terminally deprecated constructor in GSSUtil 8250565: Remove terminally deprecated constructor in java.net.URLDecoder
940b053065d : 8259232: Bad JNI lookup during printing
df721f0c69d : 8259291: Cleanup unnecessary local variables
f1bc4e05a44 : 8259312: VerifyCACerts.java fails as soneraclass2ca cert will expire in 90 days
4a5786b5532 : 8259075: Update the copyright notice in the files generated by CLDR Converter tool
d20d2fa957f : 8258143: Update --release 16 symbol information for JDK 16 build 30 or later
3be6e06958c : 8259312: VerifyCACerts.java fails as soneraclass2ca cert will expire in 90 days
d25a1bed563 : 8259224: (ann) getAnnotatedReceiverType should not parameterize owner(s) of statically nested classes
722f23610e1 : 8259231: Epsilon: improve performance under contention during virtual space expansion
f6cb8c558b0 : 8258908: Remove JVM option CleanChunkPoolAsync
c0540ffda9c : 8231627: ThreadsListHandleInErrorHandlingTest.java fails in printing all threads
ad456787192 : 8258558: Revert changes for JDK-8252505 and related issues
e66187d885b : 8259032: MappedMemorySegmentImpl#makeMappedSegment() ignores Unmapper#pagePosition
7e01bc967d0 : 8255264: Support for identifying the full range of IPv4 localhost addresses on Windows
8a05d605321 : 8259042: Inconsistent use of general primitives loops
e3b9da14564 : 8259287: AbstractCompiler marks const in wrong position for is_c1/is_c2/is_jvmci
32538b5b1d4 : 8193942: Regression automated test '/open/test/jdk/javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java' fails
80110dac917 : 8259007: This test printed a blank page
554e60c4007 : 8258989: JVM is failed to inline in jdk.internal.vm.vector.VectorSupport::convert
52d3feec412 : 8258813: [TESTBUG] Fix incorrect Vector API test output message
8b4549773b6 : 8259037: livenmethods cannot find hsdis library
7d769663b3a : 8255757: Javac emits duplicate pool entries on array::clone
d5293067226 : 8213032: program fails with LambdaConversionException at execution time
cf9908b437c : 8258937: Remove JVM IgnoreRewrites flag
4d3d59912d7 : 8259223: Simplify boolean expression in the SunJSSE provider
1b60acd8aa9 : 8259252: Shenandoah: Shenandoah build failed on AArch64 after JDK-8258459
7ddc2b5606c : 8258852: Arrays.asList() for single item could be replaced with List.of()
50bf4330302 : 8259213: Vector conversion with part > 0 is not getting intrinsic implementation
85bac8c4150 : 8259021: SharedSecrets should avoid double racy reads from non-volatile fields
d5aa49d1541 : 8259236: C2 compilation fails with assert(is_power_of_2(value)) failed: value must be a power of 2: 8000000000000000
82bdbfd7fa7 : 8258857: Zero: non-PCH release build fails after JDK-8258074
b7940aa1c49 : 8259027: NullPointerException in makeMappedSegment due to NULL Unmapper when length of segment is 0
f4122d6aa21 : 8258896: Remove the JVM ForceFloatExceptions option
fc3b45c068c : 8258643: javax/swing/JComponent/7154030/bug7154030.java failed with "Exception: Failed to hide opaque button"
bbc2e9510bb : 8257906: JFR: RecordingStream leaks memory
6775113ce88 : 8258393: Shenandoah: "graph should be schedulable" assert failure
a6c088131bf : 8256321: Some "inactive" color profiles use the wrong profile class
4ffbe841fca : 8256266: Binding variables don't correctly support declaration annotations and the final modifier
9f1516492c2 : 8259049: Uninitialized variable after JDK-8257513
db6f39302b9 : 8251944: Add Shenandoah test config to compiler/gcbarriers/UnsafeIntrinsicsTest.java
3817c32fd1d : 8258534: Epsilon: clean up unused includes
17d1645ecee : 8258751: Improve ExceptionHandlerTable dump
dd8996c5f57 : 8258946: Fix optimization-unstable code involving signed integer overflow
5ea960728c5 : 8258459: Decouple gc_globals.hpp from globals.hpp
2499ac3db5c : 8259069: Fields could be final
f0aae81ed55 : 8259020: null-check of g1 write_ref_field_pre_entry is not necessary
216c2ec0774 : 8258703: Incorrect 512-bit vector registers restore on x86_32
e6f9926009b : 8257809: JNI warnings from Toolkit JPEG image decoding
9d160aa1b7c : 8257815: Replace global log2 functions with efficient implementations
f80c63b3803 : 8258490: Shenandoah: Full GC does not need to remark threads and drain SATB buffers
7f04d23be42 : 8258800: Deprecate -XX:+AlwaysLockClassLoader
d679caa28d5 : 8196466: javax/swing/JFileChooser/8062561/bug8062561.java fails
a2a3f4a3dcd : 8258924: javax/swing/JSplitPane/4201995/bug4201995.java fails in GTk L&F
f351e155e20 : 8258382: Fix optimization-unstable code involving pointer overflow
526c00057e7 : 8255729: com.sun.tools.javac.processing.JavacFiler.FilerOutputStream is inefficient
497efefa3d9 : 8225116: Test OwnedWindowsLeak.java intermittently fails
73f54153632 : 8258955: (bf) slice(int, int) on view buffers fails to adjust index according to primitive size
f5ee356540d : 8179503: Java should support GET OCSP calls
8435f0daf24 : 8258525: Some existing tests should use /nodynamiccopyright/ instead of the standard header
881bceb9a3b : 8258662: JDK 17ea: Crash compiling instanceof check involving sealed interface
779ee1104ca : 8257147: [TESTBUG] Set a larger default loop count for the VectorAPI jtreg tests
97c99b5d7d4 : 8216400: improve handling of IOExceptions in JavaCompiler.close() 8069116: improve fatal error handling in JavaCompiler
fb607f16513 : 8245922: [macos] Taskbar.Feature.ICON_BADGE_NUMBER no longer supported on MacOS
b575dd80b6e : 8258914: javax/net/ssl/DTLS/RespondToRetransmit.java timed out
3f67afd3a8c : 8251377: [macos11] JTabbedPane selected tab text is barely legible
e2aa724a67e : 8258941: Test specify the Classpath exception in the header
c398a8281ac : 8258916: javac/doclint reports broken HTML on multiline mailto links
23b83c518da : 8253954: javac crash when compiling code with enhanced switch expressions with option -Xjcov
127582f81e7 : 8258913: ProblemList javax/swing/JComboBox/6559152/bug6559152.java on Linux-X64
cdb487a6fda : 8258856: VM build without C1/C2 fails after JDK-8243205
78c9fb92aa9 : 8258851: Mismatch in SunPKCS11 provider registration properties and actual implementation
8b37c2c58f9 : 8257468: runtime/whitebox/TestWBDeflateIdleMonitors.java fails with Monitor should be deflated.: expected true to equal false
fda09434191 : 8258839: Remove JVM option ExitVMOnVerifyError
cd94606c0c2 : 8258186: Replace use of JNI_COMMIT mode with mode 0
e46edb55287 : 8258911: ProblemList serviceability/attach/RemovingUnixDomainSocketTest.java on Linux-X64
91244cc738e : 8258557: Deproblemlist fixed problemlisted test
244573509de : 8258837: Remove JVM option DisableStartThread
9cd8e38ab87 : 8257521: runtime/logging/MonitorInflationTest.java crashed in MonitorList::unlink_deflated
a4e082e9857 : 8253368: TLS connection always receives close_notify exception
4ea88512ddb : 8257928: Test image build failure with clang-10 due to -Wmisleading-indentation
47c9b437af6 : 8258828: The method local variable is not really used
0ae78d4cd03 : 8258593: remove redundant codes in HeapObjectDumper
61e5e393a7d : 8258832: ProblemList com/sun/jdi/AfterThreadDeathTest.java on Linux-X64
39e03a0b2cb : 8258804: Collection.toArray() should use empty array
eabc9030ab8 : 8258827: ProblemList Naming/DefaultRegistryPort.java and Naming/legalRegistryNames/LegalRegistryNames.java on Windows
9e463d1a881 : 8258631: Remove sun.security.jgss.krb5.Krb5Util.getSubject()
0849117d5c3 : 8256431: [PPC64] Implement Base64 encodeBlock() for Power64-LE
172af1524d4 : 8258284: clean up issues with nested ThreadsListHandles
88dd6a94347 : 8258802: ProblemList TestJstatdDefaults.java, TestJstatdRmiPort.java, and TestJstatdServer.java
772addfd246 : 8258790: C2: Crash on empty macro node list
3df6ec2fbca : 8258682: compiler/intrinsics/mathexact/sanity tests fail with RepeatCompilation
1594372c283 : 8258584: java/util/HexFormat/HexFormatTest.java fails on x86_32
30b9ff660f0 : 8258653: CallJavaNode::_bci is not in use
12297a00eff : 8258736: No break in the loop
01d51a101a7 : 8231622: SuppressWarning("serial") ignored on field serialVersionUID
8da7c580163 : 8258443: doclint should be service-loaded with system class loader
4e8338eb139 : 8255763: C2: OSR miscompilation caused by invalid memory instruction placement
2525f39d35b : 8258714: Shenandoah: Process references before evacuation during degen
a06cea50a5e : 8258396: SIGILL in jdk.jfr.internal.PlatformRecorder.rotateDisk()
d4c7db50609 : 8257620: Do not use objc_msgSend_stret to get macOS version
8e42efaadac : 8257513: C2: assert((constant_addr - _masm.code()->consts()->start()) == con.offset())
fa50877c2e8 : 8257853: Remove dependencies on JNF's JNI utility functions in AWT and 2D code
580af4906d1 : 8258006: Replaces while cycles with iterator with enhanced for in java.desktop
dc7f01f4481 : 8257584: [macos] NullPointerException originating from LWCToolkit.java
c7c53d016e3 : 8258554: javax/swing/JTable/4235420/bug4235420.java fails in GTK L&F
c50b464a12b : 8258715: [JVMCI] separate JVMCI code install timers for CompileBroker and hosted compilations
64644a10725 : 8253881: Hotspot/Serviceability Terminology Refresh
e680ebeb2f3 : 8258007: Add instrumentation to NativeLibraryTest
6a78b2a2b21 : 8258645: Bring Jemmy 1.3.11 to JDK test base
7f92d187b14 : 8258553: Limit number of fields in instance to be considered for scalar replacement
adf0e23aa2c : 8257800: CompileCommand TypedMethodOptionMatcher::parse_method_pattern() may over consume
06c24e14eb6 : 8256213: Remove os::split_reserved_memory
be41468c838 : 8258696: Temporarily revert use of pattern match instanceof until docs-reference is fixed
a4f393caf4d : 8258661: Inner class ResponseCacheEntry could be static
3c488199c4f : 8169086: DTLS tests fail intermittently with too much loops or timeout
c04c7e1f104 : 8258002: Update "type" terminology in generated docs
71ae05d51f9 : 8258061: Improve diagnostic information about errors during class redefinition
68f2acbf4c6 : 8252055: Use java.util.HexFormat in java.security
1dae45d745d : 8250523: Remove abortOnException diagnostic option from TestHumongousNonArrayAllocation.java
45bd3b9ec0b : 8223607: --override-methods=summary ignores some signature changes
00d80fdd862 : 8258255: Move PtrQueue active flag to SATBMarkQueue
59ae054873c : 8258687: Build broken on Windows after fix for JDK-8258134
1cc98bde670 : 8256693: getAnnotatedReceiverType parameterizes types too eagerly
1ce2e94f5ff : 8256843: [PPC64] runtime/logging/RedefineClasses.java fails with assert: registers not saved on stack
45a150b8dcf : 8258134: assert(size == calc_size) failed: incorrect size calculation on x86_32 with AVX512 machines
38593a4f2aa : 8257974: Regression 21% in DaCapo-lusearch-large after JDK-8236926
853c04712d2 : 8258469: Cleanup remaining safefetch test coding
7afb01dce96 : 8258373: Update the text handling in the JPasswordField
1e03ca13cce : 8258471: "search codecache" clhsdb command does not work
cbc3feeb890 : 8258259: Unicode linebreak matching behavior is incorrect; backout JDK-8235812
7320e051ead : 8258647: TestCharVect2 is very slow
3f77a6002ea : 8258582: HttpClient: the HttpClient doesn't explicitly shutdown its default executor when stopping.
9fdfc6dfc68 : 8225072: Add LuxTrust certificate that is expiring in March 2021 to list of allowed but expired certs 8258630: Add expiry exception for QuoVadis root certificate
666e6c40337 : 8225072: Add LuxTrust certificate that is expiring in March 2021 to list of allowed but expired certs 8258630: Add expiry exception for QuoVadis root certificate
b0b70df4ad5 : 8246005: KeyStoreSpi::engineStore(LoadStoreParameter) spec mismatch to its behavior
763623db808 : 8258524: Instrumented EventHandler calls private instance method EventWriter.reset
6e824b3f515 : 8258408: SystemDictionary passes TRAPS to functions that don't throw exceptions
30ca0a5d4b9 : 8247994: Localize javadoc search
9ed0b764033 : 8254850: Update terminology in java.awt.GridBagLayout source code comments
47c180da431 : 8258515: javac should issue an error if an annotation is nested in a local class or interface
cb5a6b1a7d6 : 8258225: compiler/c2/cr6340864/TestIntVect.java runs faster in interpreter
7b05439dcc5 : 8258057: serviceability/attach/RemovingUnixDomainSocketTest.java doesn't ignore VM warnings
143998e46c5 : 8248383: Clarify java.io.Reader.read(char[], ...) behavior for full array
8251b74665f : 8257530: vmTestbase/metaspace/stressDictionary/StressDictionary.java timed out
61cbf0fffeb : 8258293: tools/jpackage/share/RuntimePackageTest.java#id0 with RuntimePackageTest.testUsrInstallDir2
7aac4dc1757 : 8257621: JFR StringPool misses cached items across consecutive recordings
61390d8e452 : 8257999: Parallel GC crash in gc/parallel/TestDynShrinkHeap.java: new region is not in covered_region
6aa8eed3524 : 8258415: gtest for committed memory leaks reservation
952dc704024 : 8257636: Update usage of "type" terminology in java.lang.Class and java.lang.reflect
83be8a902ce : 8247732: validate user-input intrinsic_ids in ControlIntrinsic
04a1e5b75b2 : 8258505: [TESTBUG] TestDivZeroWithSplitIf.java fails due to missing UnlockDiagnosticVMOptions
41f312eb647 : 8254023: A module declaration is not allowed to be a target of an annotation that lacks an @Target meta-annotation
178c00182c4 : 8258479: Minor cleanups in VMError
c11525a45e6 : 8257772: Vectorizing clear memory operation using AVX-512 masked operations
d77b49d1721 : 8258233: Reenable another fixed problemlisted test
513269d24e8 : 8196093: javax/swing/JComboBox/8072767/bug8072767.java fails
643ddc1320f : 8257882: Implement linkToNative intrinsic on AArch64
b2f035549a5 : 8253497: Core Libs Terminology Refresh
ce0ab2dd848 : 8258338: Support deprecated records
6b4b676550c : 8241353: NPE in ToolProvider.getSystemJavaCompiler
a244b822936 : 8258411: Move module set configuration from Modules.gmk to conf dir
aa9c136d67a : 8251989: Hex formatting and parsing utility
87644a2bb77 : 8255880: UI of Swing components is not redrawn after their internal state changed
efd61c6f53b : 8258514: Replace Collections.unmodifiableList with List.of
59f4c4aad5d : 8258075: Use auto variable declarations for enum iteration
330ce861232 : 8257700: Add logging for sealed classes in JVM_GetPermittedSubclasses
c4632647aec : 8258048: Placeholder hash code is the same as Dictionary hash code
ab5d581ba86 : 8258447: Move make/hotspot/hotspot.script to make/scripts
70183f4d6e1 : 8251438: Issues with our POSIX set_signal_handler()
6eca29600dc : 8258420: Move URL configuration from Docs.gmk to conf dir
3c664850158 : 8257906: JFR: RecordingStream leaks memory
72dfba8053e : 8257637: Update usage of "type" terminology in java.lang.annotation
0c8cc2cde47 : 8258058: improve description of OutOfMemoryError relevant flags
cdb53422e8f : 8258252: Move PtrQueue enqueue to PtrQueueSet subclasses
17ace8339dd : 8258074: Move some flags related to compiler to compiler_globals.hpp
47ba652d5a0 : 8258455: problem list tools/jdeprscan/tests/jdk/jdeprscan/TestRelease.java
b5a3a5b6216 : 8258236: Segfault in ClassListParser::resolve_indy dumping static AppCDS archive
1e77896838e : 8236225: Remove expired flags in JDK 17 8256717: Expire the long term obsoleted VM flags
4d6f3181532 : 8257726: Make -XX:+StressLdcRewrite option a diagnostic option
b97fe6c4103 : 8258419: RSA cipher buffer cleanup
8bf46c7368e : 8258438: build error in test/hotspot/gtest/runtime/test_os.cpp
7977e381ea9 : 8254024: Enhance native libs for AWT and Swing to work with GraalVM Native Image
1f556d22cae : 8258380: [JVMCI] don't clear InstalledCode reference when unloading JVMCI nmethods
e7aa5fe602a : 8258427: Problem List some tests related to FileDialog for MacOS
c37eabe73b9 : 8252148: vmError::controlled_crash should be #ifdef ASSERT and move tests to gtest
2273f9555ab : 8234930: Use MAP_JIT when allocating pages for code cache on macOS
da2415fed5c : 8257457: Update --release 16 symbol information for JDK 16 build 28
36e20974014 : 8255917: runtime/cds/SharedBaseAddress.java failed "assert(reserved_rgn != 0LL) failed: No reserved region"
e9113517d4e : 8258140: Update @jls tags in java.base for renamed/renumbered sections
d53ee6219bf : 8255899: Allow uninstallation of jpackage exe bundles
65756abf44e : 8257802: LogCompilation throws couldn't find bytecode on JDK 8 log
ce36aeaac36 : 8257822: C2 crashes with SIGFPE due to a division that floats above its zero check
fa1cbb47aa3 : 8258404: Restore stacktrace reuse after 8258094
7ff9c85639a : 8258242: Type profile pollution occurs when memory segments of different kinds are used
a372be4ba22 : 8258244: Shenandoah: Not expecting forwarded object in roots during mark after JDK-8240868
568dc29b9a9 : 8185734: [Windows] Structured Exception Catcher missing around gtest execution
09e8675f568 : 8255381: com/sun/jdi/EATests.java should not suspend graal threads
3ab1dfeb8fc : 8257828: SafeFetch may crash if invoked in non-JavaThreads
2c3ae19a204 : 8258239: Shenandoah: Used wrong closure to mark concurrent roots
1ff0f1673d5 : 8258142: Simplify G1RedirtyCardsQueue
e8c40bafa51 : 8255880: UI of Swing components is not redrawn after their internal state changed
15481041e06 : 8255477: Remove unused method URL.set(String protocol, String host, int port, String file, String ref)
e69ae07f085 : 8257985: count_trailing_zeros doesn't handle 64-bit values on 32-bit JVM
afc44414d55 : 8258094: AIX build fails after 8257602
2ee795d9e49 : 8196092: javax/swing/JComboBox/8032878/bug8032878.java fails
164c8a6e182 : 8258092: Link to early access platform documentation in TestHtmlTableTags.java
c30fff7c329 : 8257229: gtest death tests fail with unrecognized stderr output
e1182920db6 : 8258040: Reenable fixed problemlisted test
43dc3f79923 : 8254350: CompletableFuture.get may swallow InterruptedException
6d79ec87fbc : 8258111: Problemlist compiler/blackhole tests for -Xcomp until JDK-8258101 is fixed
2001da3dd4a : 8257596: Clarify trusted final fields for record classes
b1afed7501c : 8257919: [JVMCI] profiling info didn't change after reprofile
74b79c6e191 : 8257964: Broken Calendar#getMinimalDaysInFirstWeek with java.locale.providers=HOST
b7ac32d6ee5 : 8257598: Clarify what component values are used in Record::equals
a2801829560 : 8258060: Update @jls tags for renamed/renumbered sections
bacf22b9077 : 8256641: CDS VM operations do not lock the heap
f9c9bf03a80 : 8255583: Investigate creating a test to trigger the condition in KeepAliveStreamCleaner
82735140954 : 8166026: Refactor java/lang shell tests to java
ff75ad515bc : 8258059: Clean up MethodData::profile_unsafe
b5592c05ade : 8257970: Remove julong types in os::limit_heap_by_allocatable_memory
b28b0947d9b : 8257145: Performance regression with -XX:-ResizePLAB after JDK-8079555
fa20186cb68 : 8257676: Simplify WeakProcessorPhase
b90b7f50df7 : 8196090: javax/swing/JComboBox/6559152/bug6559152.java fails
1d15ebe19e3 : 8243205: Modularize JVM flags declaration
8befc3210d6 : 8258073: x86_32 build broken after JDK-8257731
37dc675cd01 : 8247402: Documentation for Map::compute contains confusing implementation requirements
d4282b0cfc3 : 8257731: Remove excessive include of stubRoutines.hpp
58dca9253d3 : 8257910: [JVMCI] Set exception_seen accordingly in the runtime.
e90d0d1da4b : 8258065: ProblemList JfrGTestAdaptiveSampling
fa77008f198 : 8258015: [JVMCI] JVMCI_lock shouldn't be held while initializing box classes
80dac5a87c6 : 8257912: Convert enum iteration to use range-based for loops
164c55be785 : 8258056: jdk/javadoc/doclet/testHtmlTableTags/TestHtmlTableTags.java fails against jdk17
42264b2db4f : 8257971: (fs) Remove unused code from WindowsPath.subpath(begin, end)
3342ecaf443 : 8258054: runtime/sealedClasses/GetPermittedSubclassesTest.java fails w/ jdk17
f57405617ea : 8256424: Move ciSymbol::symbol_name() to ciSymbols::symbol_name()
1e5e790ba02 : 8258018: Remove arrayOop.inline.hpp
669361117d3 : 8253797: [cgroups v2] Account for the fact that swap accounting is disabled on some systems
6be1f5671ea : 8257450: Start of release updates for JDK 17 8257451: Add SourceVersion.RELEASE_17 8257453: Add source 17 and target 17 to javac
d163c6fe2ec : 8258015: [JVMCI] JVMCI_lock shouldn't be held while initializing box classes
b35401d6a77 : 8257966: Instrument test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/StateTestService.java
37043b05576 : 8257837: Performance regression in heap byte buffer views
0890620c94c : 8258005: JDK build fails with incorrect fixpath script
502a5241e51 : 8257602: Introduce JFR Event Throttling and new jdk.ObjectAllocationSample event (enabled by default)
026b09cf648 : 8257483: C2: Split immediate vector rotate from RotateLeftV and RotateRightV nodes
0a0691ebcf5 : 8257901: ZGC: Take virtual memory usage into account when sizing heap
29ffffa7b93 : 8257997: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java again reports leaks after JDK-8257884
db5da9619b9 : 8257876: Avoid Reference.isEnqueued in tests
4a839e95de3 : 8256459: java/net/httpclient/ManyRequests.java and java/net/httpclient/LineBodyHandlerTest.java fail infrequently with java.net.ConnectException: Connection timed out: no further information
d93293f31be : 8256730: Code that uses Object.checkIndex() range checks doesn't optimize well
869dcb6f503 : 8257806: Optimize x86 allTrue and anyTrue vector mask operations of Vector API
34650f52b52 : 8257872: UL: -Xlog does not check number of options
6847bbbb113 : 8255918: XMLStreamFilterImpl constructor consumes XMLStreamException
d2f9e31ae4b : 8257638: Update usage of "type" terminology in javax.lang.model
f631a9901f2 : 8256888: Client manual test problem list update
eb1c8a15b6a : 8257924: Use full path when running external executable from jpackage
1ce2a36c7b2 : 8257539: tools/jpackage/windows/WinL10nTest.java unpack.bat failed with Exit code: 1618
53e537c7386 : 8255387: Japanese characters were printed upside down on AIX
0a3e446ad95 : 8257993: vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/TestDescription.java crash intermittently
46c9a860b65 : 8245956: JavaCompiler still uses File API instead of Path API in a specific case
baf4c1a4af0 : 8257917: [JVMCI] crash when materializing boxed values under -Xcomp
fd5f6e2e196 : 8257986: [JVMCI] ProblemList 2 reprofile JVMCI tests
30de320c01c : 6882207: Convert javap to use diamond operator internally
d33a689b96f : 8256867: Classes with empty PermittedSubclasses attribute cannot be extended
e6b4c4d7162 : 8238781: [macos] jpackage tests failed due to "hdiutil: convert failed" in various ways
b977a7b8a52 : 8257989: Error in gtest os_page_size_for_region_unaligned after 8257588
5f033412115 : 8052260: Reference.isEnqueued() spec does not match the long-standing behavior returning true iff it's in the ref queue
6dd06add9d6 : 8254996: make jdk.net.UnixDomainPrincipal a record class
bd22aa5e86a : 8229862: NPE in jdk.compiler/com.sun.tools.javac.jvm.Code.emitop0(Code.java:570)
cf62b0ad869 : 8257518: LogCompilation: java.lang.InternalError with JFR turned on
6c69eca3803 : 8257973: UTIL_LOOKUP_PROGS should only find executable files
6eff9315e19 : 8256950: Add record attribute support to symbol generator CreateSymbols
f148915d549 : 8245107: Use Unified Logging in trace_method_handle_stub()
0201a33dd68 : 8255959: Timeouts in VectorConversion tests
d3dddb6a567 : 8256657: Add cross-compiled build for Windows+Arm64 to submit workflow
616b1f12bd6 : 8257516: define test group for manual tests
5bdce9b9950 : 8257639: Update usage of "type" terminology in java.lang.Enum & java.lang.Record
b4615c67a31 : 8256580: Fault in new grid display
df55ecd83c7 : 8257794: Zero: assert(istate->_stack_limit == istate->_thread->last_Java_sp() + 1) failed: wrong on Linux/x86_32
fae7961a034 : 8257884: Re-enable sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java as automatic test
79f1dfb8d39 : 8255987: JDI tests fail with com.sun.jdi.ObjectCollectedException
9ce3d806faa : 8257887: java/foreign/TestSegments.java test fails on 32-bit after JDK-8257186
10da767c2fd : 8257847: Tiered should publish MDO data pointer for interpreter after profile start
2a62d5d34f6 : 8256917: Use combo @returns tag in java.compiler javadoc
b29f9cd7b07 : 8075778: Add javadoc tag to avoid duplication of return information in simple situations.
48d8650ae18 : 8257845: Integrate JEP 390 8254047: [JEP 390] Revise "value-based class" & apply to wrappers 8252181: [JEP 390] Define & apply annotation jdk.internal.ValueBased 8252183: [JEP 390] Add 'lint' warning for @ValueBased classes 8257027: [JEP 390] Diagnose synchronization on @ValueBased classes 8252180: [JEP 390] Deprecate wrapper class constructors for removal
ed4c4ee73b5 : 8256299: Implement JEP 396: Strongly Encapsulate JDK Internals by Default
c47ab5f6b72 : 8256515: javax.xml.XMLEventReader produces incorrect START_DOCUMENT event
291ba97fab2 : 8251267: CDS tests should use CDSTestUtils.getOutputDir instead of System.getProperty("user.dir")
f48d5d1b7ee : 8257789: Fix incremental build of test-image and bundles
1a9ed92d6f6 : 8200102: NativeLibraryTest.java fails intermittently, unloaded count is not same as expected
264feb35ffe : 8257905: Make fixpath.sh more liberal in accepting paths embedded in arguments
044616bd71a : 8252049: Native memory leak in ciMethodData ctor
fab6158c198 : 8236413: AbstractConnectTimeout should tolerate both NoRouteToHostException and UnresolvedAddressException
936a7acf32a : 8252797: Non-PCH build fails on Ubuntu 16.4 when building with gtests
d0c526513d7 : 8256149: Weird AST structure for incomplete member select
a70802477ea : 8257194: Add 'foreign linker API' in 'jdk.incubator.foreign' module desc/summary
35e81536e79 : 8257848: -XX:CompileCommand=blackhole,* should be diagnostic
d2b66196b45 : 8242258: (jrtfs) Path::toUri throws AssertionError for malformed input
52ab72127dd : 8254733: HotSpot Style Guide should permit using range-based for loops
1d0adbb812b : 8253644: C2: assert(skeleton_predicate_has_opaque(iff)) failed: unexpected
51ac37686c5 : 8256411: Based anonymous classes have a weird end position
0b6b6eb59a6 : 8257813: [redo] C2: Filter type in PhiNode::Value() for induction variables of trip-counted integer loops
500ab45770d : 8257769: Cipher.getParameters() throws NPE for ChaCha20-Poly1305
6ff18e38b49 : 8257855: Example SafeVarargsNotApplicableToRecordAccessors breaks test tools/javac/diags/CheckExamples.java
cef606feca8 : 8253762: JFR: getField(String) should be able to access subfields
39b8a2e6821 : 8257670: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
c43c224ef9c : 8257796: [TESTBUG] TestUseSHA512IntrinsicsOptionOnSupportedCPU.java fails on x86_32
62c7788b296 : 8257211: C2: Enable call devirtualization during post-parse phase
149a02f99a1 : 8257572: Deprecate the archaic signal-chaining interfaces: sigset and signal
f92745d73e7 : 8257718: LogCompilation: late_inline doesnt work right for JDK 8 logs
6937d9f9ddb : 8257799: Update JLS cross-references in java.compiler
a5297bd0d40 : 8254939: macOS: unused function 'replicate4_imm'
36c06005235 : 8257805: Add compiler/blackhole tests to tier1
395b6bdeee2 : 8257817: Shenandoah: Don't race with conc-weak-in-progress flag in weak-LRB
a265c201386 : 8255619: Localized WinResources.properties have MsiInstallerStrings_en.wxl resource
e3793e5a608 : 8257514: Fix the issues in jdk.jpackage identified by SpotBugs
bbc44f57c47 : 8257186: Size of heap segments is not computed correctlyFix overflow in size computation for heap segments
b4b9828cb0e : 8254784: javac should reject records with @SafeVarargs applied to varargs record component
dcf63f85787 : 8257788: Class fields could be local in the SunJSSE provider
d29c78da19b : 8257679: Improved unix compatibility layer in Windows build (winenv)
74be819088e : 8257517: LogCompilation: Add -z to the help messages
2c04fc02c92 : 8257037: No javac warning when calling deprecated constructor with diamond
46b35acfcbc : 8257798: [PPC64] undefined reference to Klass::vtable_start_offset()
ecd7e476f83 : 8257793: Shenandoah: SATB barrier should only filter out already strongly marked oops
e08b9ed0be0 : 8257820: Remove gc/ergonomics/TestMinHeapSize.java as it is too brittle
637b0c64b0a : 8246778: Compiler implementation for Sealed Classes (Second Preview)
09707dd4f27 : 8252807: The jdk.jfr.Recording.getStream does not work when toDisk is disabled
04ce8e38405 : 8257184: Upstream 8252504: Add a method to MemoryLayout which returns a offset-computing method handle
5a03e47605a : 8255560: Class::isRecord should check that the current class is final and not abstract
8e8e5845520 : 8257588: Make os::_page_sizes a bitmask
566d77a2ae4 : 8254802: ThrowingPushPromisesAsStringCustom.java fails in "try throwing in GET_BODY"
f5a582c2871 : 8257575: C2: "failed: only phis" assert failure in loop strip mining verification
d05401d8861 : 8256679: Update serialization javadoc once JOSS changes for records are complete
7620124ee91 : 8257230: assert(InitialHeapSize >= MinHeapSize) failed: Ergonomics decided on incompatible initial and minimum heap sizes
05dac03f36a : 8257803: Add -Xbatch to compiler/blackhole tests
29a09c8911f : 8257668: SA JMap - skip non-java thread stack dump for heap dump
e590618962e : 8252505: C1/C2 compiler support for blackholes
972bc3b4082 : 8256167: Convert JDK use of `Reference::get` to `Reference::refersTo`
78be334c381 : 8242332: Add SHA3 support to SunPKCS11 provider
c4339c30641 : 8243614: Typo in ReentrantLock's Javadoc
d3ac1bf16c2 : 8198390: Test MultiResolutionDrawImageWithTransformTest.java fails when -esa is passed
51d325e613b : 8257633: Missing -mmacosx-version-min=X flag when linking libjvm
e27ea4d12ca : 8257750: writeBuffer field of java.io.DataOutputStream should be final
dd0b9454a20 : 8257531: Super word not applied to a loop of simple Buffer operations
d76039d3dc9 : 8257725: No throws of SSLHandshakeException
fcc84795f66 : 8257724: Incorrect package of the linked class in BaseSSLSocketImpl
d8ac76fa09c : 8257651: LambdaEagerInit.java test failed in 2 different ways
3eb694605e8 : 8257732: Problem list TestJFRWithJMX for OL 8.2 until the issue is resolved
ac549008493 : 8257401: Use switch expressions in jdk.internal.net.http and java.net.http
86b65756cbe : 8257574: C2: "failed: parsing found no loops but there are some" assert failure
dede01eb201 : 8257622: MemoryAccess methods are missing @ForceInline annotations
1d2d9815d0f : 8257423: [PPC64] Support -XX:-UseInlineCaches
feabddee560 : 8251843: jfr/tool/TestPrintJSON.java fails intermittently
c6f93ec9f21 : 8257707: Fix incorrect format string in Http1HeaderParser
fbdc1877e24 : 8257624: C2: PhaseMacroExpand::eliminate_macro_nodes() crashes on out-of-bounds access into macro node array
fd6756ee2b4 : 8257634: C2: Introduce IncrementalInliningForceCleanup diagnostic flag
af6b7f9c557 : 8257743: Minimal build on AArch64 failed with --disable-precompiled-headers
d6dd440c767 : 8256264: Printed GlyphVector outline with low DPI has bad quality on Windows
2b4a423fd70 : 8255542: Attribute length of Module, ModulePackages and other attributes is ignored
ca402671afd : 8257509: Strengthen requirements to call G1HeapVerifier::verify(VerifyOption)
4a855149636 : 8257182: JCK test failures in integer / long rotation tests
f33808ffc92 : 8257631: C2: Assertion failure in ArrayCopyNode::get_count() during late inlining
417e7e63174 : 8257632: C2: Late inlining attempt on a call with a dead memory crashes
6845fee9055 : 8257625: C2: Harden input checks in vector intrinsics
4390f2c8c3e : 8257630: C2: ReplacedNodes doesn't handle non-CFG multi nodes
d08c612b405 : 8257708: Remove redundant unmodifiableSet wrapper from already immutable set returned by Collections.singleton
49f9e577156 : 8257734: Extraneous output in HmacSHA3_512 constructor
f83fd4acb4c : 8257438: Avoid adding duplicate values into extendedKeyCodesSet
37c7835c78a : 8257673: Build fails without shenandoahgc after JDK-8257563
f0b1194004a : 8235784: java/lang/invoke/VarHandles/VarHandleTestByteArrayAsInt.java fails due to timeout with fastdebug bits
36209b70daf : 8257547: Handle multiple prereqs on the same line in deps files
c5b32b33eb6 : 8256808: com/sun/jdi/CatchAllTest.java failed with "NullPointerException: Cannot invoke "lib.jdb.Jdb.log(String)" because "this.jdb" is null"
85269470e53 : 6508941: java.awt.Desktop.open causes VM to crash with video files sporadically
7c7facc234c : 8257701: Shenandoah: objArrayKlass metadata is not marked with chunked arrays
2b73f9929f8 : 8228615: Optional.empty doc should suggest using isEmpty
805d05812c5 : 8254699: Suboptimal PreTouchParallelChunkSize defaults and limits
e29ee5b8a5a : 8257641: Shenandoah: Query is_at_shenandoah_safepoint() from control thread should return false
55f5542ca21 : 8026976: ECParameters, Point does not match field size
d3f3c322829 : 8255742: PrintInlining as compiler directive doesn't print virtual calls
6c9482eef57 : 8257561: Some code is not vectorized after 8251925 and 8250607
70517c83c27 : 8257642: CipherByteBufferOverwriteTest copyright issue
e8363962073 : 8257436: [aarch64] Regressions in ArrayCopyUnalignedDst.testByte/testChar for 65-78 bytes when UseSIMDForMemoryOps is on
b170c8376d6 : 8257591: Remove suppression of record preview related warnings in java.lang
66a2e70985f : 8255845: Memory leak in imageFile.cpp
fa58671f9f8 : 8257020: [JVMCI] enable a JVMCICompiler to specify which GCs it supports
129c37700ff : 8257594: C2 compiled checkcast of non-null object triggers endless deoptimization/recompilation cycle
e4497c9e696 : 8256718: Obsolete the long term deprecated and aliased Trace flags
4a267f1bc2b : 8244847: Linux/PPC: runtime/CompressedOops/CompressedClassPointers: smallHeapTest fails
b44a329f919 : 8256864: [windows] Improve tracing for mapping errors
ae1eb286c6a : 8257604: JNI_ArgumentPusherVaArg leaks valist
4169d96e249 : 8257143: Enable JVMCI code installation tests on AArch64
a5a034b72f2 : 8257617: TestLinkPlatform fails with new Java source version
d80ae05f617 : 8166596: TLS support for the EdDSA signature algorithm
39325272882 : 8257466: Improve enum iteration
02a0a027f49 : 8257563: Remove excessive include of klass.inline.hpp
cc1915b3b32 : 8253821: Improve ByteBuffer performance with GCM
3da30e991a7 : 8257241: CDS should not handle disableEagerInitialization for archived lambda proxy classes
7104400ad8b : 8257164: Share LambdaForms for VH linkers/invokers
3e89981d98b : 8257623: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted001/TestDescription.java shouldn't use timeout
93b6ab56ae1 : 8256818: SSLSocket that is never bound or connected leaks socket resources
692b273ec53 : 8257189: Handle concurrent updates of MH.form better
670426646d3 : 8257565: epsilonBarrierSet.hpp should not include barrierSetAssembler
0b8c7807fe9 : 8256256: UL should not use heap allocation for output string
2508bc7c58b : 8257140: Crash in JvmtiTagMap::flush_object_free_events()
cfb50a9cb7d : 8253916: ResourceExhausted/resexhausted001 crashes on Linux-x64
287b829c046 : 8254877: GCLogPrecious::_lock rank constrains what locks you are allowed to have when crashing
1fd0ea70352 : 8256382: Use try_lock for hs_err EventLog printing
bff68f1f67f : 8257533: legacy-jre-image includes jpackage and jlink tools
9a60413ba0d : 8248736: [aarch64] runtime/signal/TestSigpoll.java failed "fatal error: not an ldr (literal) instruction."
e7ca0c4ae3a : 8257224: JDK-8251549 didn't update building.html
7e37c7c5441 : 8257471: fatal error: Fatal exception in JVMCI: Exception during JVMCI compiler initialization
3e3745c2dab : 8256008: UL does not report anything if disk writing fails
fb139cff1a6 : 8257467: [TESTBUG] -Wdeprecated-declarations is reported at sigset() in exesigtest.c
9de283b891d : 8257505: nsk/share/test/StressOptions stressTime is scaled in getter but not when printed
282cb325b19 : 8005970: Mouse cursor is default cursor over TextArea's scrollbar
f2a0988a4aa : 8257228: G1: SIGFPE in G1ConcurrentRefine::create(int*) due to buffers_to_cards overflow
fe5cccc1ec7 : 8254631: Better support ALPN byte wire values in SunJSSE
541c7f74bbe : 8257434: jpackage fails to create rpm on Fedora Linux
8f4fa3f8d5f : 8257232: CompileThresholdScaling fails to work on 32-bit platforms
cfd070ece64 : 8257537: [vector] Cleanup redundant bitwise cases on floating point vectors
03f3b8eadd8 : 8210253: Clipped UI rendering with X11 pipeline and HiDPI
ce496cbda50 : 8257190: simplify PhaseIdealLoop constructors
927504e8270 : 8256474: Migrate Mutex _owner accesses to use Atomic operations
00e79db89e1 : 8257511: JDK-8254082 brings regression to AbstractStringBuilder.insert(int dstOffset, CharSequence s, int start, int end)
015e6e58c51 : 8257460: Further CompilerOracle cleanup
29d90b952cf : 8255968: Confusing error message for inaccessible constructor
c5046ca5b33 : 8246739: InputStream.skipNBytes could be implemented more efficiently
56b15fbbcc7 : 8159746: (proxy) Support for default methods
1433bafb330 : 8253751: Dependencies of automatic modules are not propagated through module layers
e3d0f270314 : 8257231: assert(!is_mcall || (call_returns[block->_pre_order] <= (uint) current_offset))
eaf4db6b8b8 : 8257502: Builds fail with new warnings after JDK-8256254
2966d0d334c : 8257223: C2: Optimize RegMask::is_bound
3a11009dac4 : 8256830: misc tests failed with "assert(env->is_enabled(JVMTI_EVENT_OBJECT_FREE)) failed: checking"
c859fb02f3c : 8249836: java/io/IOException/LastErrorString.java should have bug-id as 1st word in @ignore
e0de28c1d30 : 8257424: RecordingStream does not specify the recording name
60f2ba9a244 : 8257487: Include configuration name in summary
021dced22a7 : 8257415: ZGC: Fix barrier_data types
aa2d36f6de0 : 8256807: C2: Not marking stores correctly as mismatched in string opts
3d460bd2956 : 8256655: rework long counted loop handling
13bd2e82ca8 : 8257396: AArch64 Zero build is broken after JDK-8252684
353e791a187 : 8257398: Enhance debug output in Type::check_symmetrical
f48737c7b39 : 8256254: Convert vmIntrinsics::ID to enum class
b5ce8af3d7f : 8256373: [Windows/HiDPI] The Frame#setBounds does not work in a minimized state
0eaf0bbe261 : 8257420: Zero VM build broken with clang after JDK-8256726 due to strlen() is not a constexpr
822ee47459d : 8257242: [macOS] Java app crashes while switching input methods
7d8985243d4 : 8244154: Update SunPKCS11 provider with PKCS11 v3.0 header files
4356469a31f : 8230501: Class data support for hidden classes
11dad148ff1 : 8257445: (zipfs) Add DataProvider to TestLocOffsetFromZip64EF.java
29f86e00b11 : 8256536: Newer AMD 19h (EPYC) Processor family defaults
7f58a8e954d : 8213719: Both sect163r2 and sect163k1 are default curves for field size 163
ae5b5268f30 : 8257448: Clean duplicated non-null check in the SunJSSE provider implementation
41dbc139ab8 : 8180352: Add Stream.toList() method
89690699b2f : 8256995: [vector] Improve broadcast operations
6eb25d7cb42 : 8254082: AbstractStringBuilder.insert(int dstOffset, CharSequence s, int start, int end) is missing fast-path for String
4c86e46d75f : 8256810: Incremental rebuild broken on Macosx
02ba5194c0c : 8255001: Move G1PeriodicGCTask to its own file
8aaee53c2c3 : 8256187: [TEST_BUG] Automate bug4275046.java test
a3e1980c084 : 8256541: Sort out what version of awk is used in the build system
e3abe51a31a : 8257418: C2: Rename barrier data member in MemNode and LoadStoreNode
c0719605e79 : 8257083: Security infra test failures caused by JDK-8202343
4db05e991bd : 8254042: gtest/GTestWrapper.java failed os.test_random
962f7a3bae9 : 8257162: Initialize ThreadLocalAllocBuffer members
337d7bce033 : 8257165: C2: Improve box elimination for vector masks and shuffles
4e55d0f31e3 : 8257057: C2: Improve safepoint processing during vector scalarization pass
e77aed624ec : 8256754: Deoptimization::revoke_for_object_deoptimization: stack processing start call is redundant
738efea9c63 : 8248564: JFR: Remote Recording Stream
9bcd2695c32 : 8257221: C2: RegMask::is_bound_set split set handling broken since JDK-8221404
222e9430745 : 8257238: Cleanup include directives for precompiled.hpp
fdee70d1749 : 8257237: Cleanup unused imports in the SunJSSE provider implementation
816e8f83b83 : 8256999: Add C2 intrinsic for Reference.refersTo and PhantomReference::refersTo
c5d95071df3 : 8257220: [JVMCI] option validation should not result in a heavy-weight VM crash
c2af27beb09 : 8257148: Remove obsolete code in AWTView.m
87f37aa278f : 8256726: Zero: print proper message in ArrayIndexOutOfBoundException
f4c15a98e3e : 8256832: Zero: micro-optimize safepoint handling after JDK-8255384
04eecf03eb2 : 8257233: Windows x86 build is broken by JDK-8252684
c93f0a07c40 : 8252684: Move the AArch64 assember test under test/hotspot/gtest
1241f800023 : 8196086: java/awt/image/DrawImage/IncorrectSourceOffset.java fails
65137ff02c0 : 8253753: Enable default constructor warning in client modules
f6bfbb2b093 : 8257208: Fix typo in doc/building.md
b4cba15a0e0 : 8170432: Class java.util.UUID & @Override
5be4de8583a : 8245058: improve presentation of annotations for modules and packages
d51e2ab219a : 8256986: [PPC64] C2 crashes when accessing nonexisting jvms of CallLeafDirectNode
644271e7a42 : 8248566: Make API docs more usable on mobile browsers
53d14442c9f : 8244535: JavaDoc search is overly strict with letter case
78fdb65dcf6 : 8254893: Fix display of search tag results without holder information
20525d2110a : 8257149: Improve G1 Service thread task scheduling to guarantee task delay
f2f3ba92d78 : 8242652: Throw SkippedException if no JS engine availabe in TestSearchScript
ee99686b28b : 8252645: Change time measurements in G1ServiceThread to only account remembered set work
a3eec39b014 : 8257181: s390x builds are very noisy with gc-sections messages
9a468d85999 : 8256757: Incorrect MachCallRuntimeNode::ret_addr_offset() for CallLeafNoFP on x86_32
2215e5a47e1 : 8255351: Add detection for Graviton 2 CPUs
62d72dec5e0 : 8220730: sun.security.provider.SecureRandom default constructor has wrong documentation
4e43b28858b : 8256359: AArch64: runtime/ReservedStack/ReservedStackTestCompiler.java fails
6e0062236c8 : 8256488: [aarch64] Use ldpq/stpq instead of ld4/st4 for small copies in StubGenerator::copy_memory
a93841ac9cb : 8255277: randomDelay in DrainDeadlockT and LoggingDeadlock do not randomly delay
2d30a101386 : 8257069: C2: Clarify and sanity test RegMask/RegMaskIterator
0a5de50052f : 8257151: ZGC: Simplify ZVerify
bf66d734bc7 : 8257073: ZGC: Try forward object before retaining page
1b3aa3afc5b : 8256831: MIPS Zero builds fail with undefined __atomic_compare_exchange_8
734d3c3b8a1 : 8256862: Several java/foreign tests fail on x86_32 platforms
7946c941705 : 8257082: ZGC: Clean up ZRuntimeWorkers and ZWorkers
f6d6a07c30d : 8256938: Improve remembered set sampling task scheduling
b823ad92708 : 8257072: ZGC: Rename roots iterators
973255c469d : 8196100: javax/swing/text/JTextComponent/5074573/bug5074573.java fails
a8e3eabb6df : 8245026: PsAdaptiveSizePolicy::_old_gen_policy_is_ready is unused
b1d14993560 : 8256956: RegisterImpl::max_slots_per_register is incorrect on AMD64
20020d15724 : 8254360: Re-examine use of CodeBuffer::verify_section_allocation
e56a8df8a05 : 8257042: [aix] Disable os.release_one_mapping_multi_commits_vm gtest
9d7121c1808 : 8256713: SwingSet2 : Slider leaves tracks in uiScale=2
434b98fe0fc : 8257077: ZGC: Remove ZWorkers::run_serial()
f3fc0e088d6 : 8257079: ZGC: Fold ZMark::prepare_mark() into ZMark::start()
a14f02d8e59 : 8256267: Relax compiler/floatingpoint/NaNTest.java for x86_32 and lower -XX:+UseSSE
7c73fff34d9 : 8256486: Linux/Windows-x86 builds broken after JDK-8254231
461c5fc6370 : 8256450: Add gz option to jmap to write a gzipped heap dump
dee79d60533 : 8253936: Replace <code>...</code> with {@code ...} for java.sql
cfb175dfdfd : 8256508: Improve CompileCommand flag
7aed9b65d05 : 8256016: Dacapo24H.java failed with "assert(false) failed: unscheduable graph"
26e6cb3eb9a : 8256489: Make gtest for long path names on Windows more resilient in the presence of virus scanners
911f16d4c89 : 8257056: Submit workflow should apt-get update to avoid package installation errors
b0bd0c24aa4 : 8256755: Update build.tools.depend.Depend to handle record components in API signatures
9aeadbb0207 : 8256865: Foreign Memory Access and Linker API are missing NPE checks
8cd2e0f6945 : 8243315: ParallelScavengeHeap::initialize() passes GenAlignment as page size to os::trace_page_sizes instead of actual page size
cdb41ba1d0a : 8255904: Remove superfluous use of reflection in Class::isRecord
c45725e5877 : 8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 testing
79e57ace652 : 8256643: Terminally deprecate ThreadGroup stop, destroy, isDestroyed, setDaemon and isDaemon
0d91f0a1df2 : 8252848: Optimize small primitive arrayCopy operations through partial inlining using AVX-512 masked instructions
66943fefa72 : 8256517: (ref) Reference.clear during reference processing may lose notification 8240696: (ref) Reference.clear may extend the lifetime of the referent
3c230b8ac58 : 8256993: Clarify Package::isSealed javadoc about package sealing vs sealed class or interface
1b7a61ff4a0 : 8254999: Move G1RemSetSamplingTask to more appropriate location
695117f8f69 : 8255479: [aarch64] assert(src->section_index_of(target) == CodeBuffer::SECT_NONE) failed: sanity
dbfeb90d3a5 : 8243559: Remove root certificates with 1024-bit keys
2a1e9be6c23 : 8256364: vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002 failed with "assert(handle != __null) failed: JNI handle should not be null"
f1d6e8dbb62 : 8256387: Unexpected result if patching an entire instruction on AArch64
bd14274b1bb : 8256480: Refactor ObjectInputStream field reader implementation
1c4c99eae2d : 8256823: C2 compilation fails with "assert(isShiftCount(imm8 >> 1)) failed: illegal shift count"
3b3e90ecade : 8256924: ppc, ppcle, s390: JVM crashes at VM init after JDK-8254231
ff6df15be3d : 8256801: tools/jpackage/share/FileAssociationsTest.java#id0 failed unpack.bat with "Exit code: 1603"
303631e3d5e : 8256475: Fix Behavior when Installer name differs from application name.
fa3cfcd0cd8 : 8256883: C2: Add a RegMask iterator
f55ae9595eb : 8256858: C2: Devirtualize PhaseIterGVN-specific methods
7b3d0958c06 : 8256618: Zero: Linux x86_32 build still fails
9e4944f7b6c : 8256308: Send arguments to javac server in a config file
8f7caa43535 : 8256857: ARM32 builds broken after JDK-8254231
f8d7c5a5cf5 : 8256922: ppc, ppcle build broken after JDK-8254231
b52f6c053bf : 8256736: Zero: GTest tests fail with "unsuppported vm variant"
e838d71d615 : 8256722: handle VC++:1927 VS2019 in abstract_vm_version
cc96b0acbc8 : 8256813: Simplify WeakProcessor counting of OopStorage entries
67a959002d7 : 8256614: AArch64: Add SVE backend implementation for integer min/max
372595cca37 : 8256390: ZGC: Relocate in-place instead of having a heap reserve
1df94c9fff8 : 8256912: Zero builds fail after JDK-8255984
b3497f9b364 : 8256839: JavaDoc for java.time.Period.negated() method
b50b99dfcb4 : 8256825: Cleanup WeakProcessorPhaseTimes
47a78e8a6dc : 8256829: GNU hash style is not available on MIPS
7551c6800c4 : 8256675: Zero: purge biased locking support
d9ae0db699e : 8256746: gc/CriticalNativeArgs.java fails without -XX:-CriticalJNINatives
aac5c2a862b : 8255984: Shenandoah: "adaptive" heuristic is prone to missing load spikes
fa75ad695c5 : 8256725: Metaspace: better blocktree and binlist asserts
9de5d091ff6 : 8256585: Remove in-place conversion vector operators from Vector API
18e85064125 : 8256860: S390 builds broken after JDK-8254231
042734cc5b1 : 8251549: Update docs on building for Git
ae0ca743f56 : 8247432: Update IANA Language Subtag Registry to Version 2020-09-29
8ddf5e172b5 : 8256809: Annotation processing causes NPE during flow analysis
aabc9ca266c : 8255678: Add Mutex::try_lock version without rank checks
884b9ff24ff : 8256485: Zero VM build broken after JDK-8254231
84429cd944b : 8249144: Potential memory leak in TypedMethodOptionMatcher
895cc4f0a24 : 8255675: Typo in java.net.HttpURLConnection
5ed704484ea : 8256154: Some TestNG tests require default constructors
b0485b9632e : 8256240: Reproducible builds should turn on the "deterministic" flag for Visual Studio
0fb31dbf3a2 : 8254231: Implementation of Foreign Linker API (Incubator)
53f38353e0d : 8256419: ZGC: Remove "Heap Used Before/After Mark/Relocation" samplers
b450e7c1c5d : 8256827: C2: Avoid reallocations by pre-sizing lists in post_allocate_copy_removal
c0689d25fba : 8256741: Reduce footprint of compiler interface data structures
65b77d5920f : 8256738: Compiler interface clean-up
69c3470e72c : 8252973: ZGC: Implement Large Pages support on Windows
e4a32bea9fd : 8251925: C2: RenaissanceStressTest fails with assert(!had_error): bad dominance
1f32c11d5e5 : 8256740: ZGC: Move closures out of zOopClosure files
659aec8096a : 8256719: C1 flags that should have expired are still present
e06a68397db : 8256497: Zero: enable G1 and Shenandoah GCs
037e49cf579 : 8256670: Zero: enable compressed oops support back
d46f6f5a80d : 8256523: Streamline Java SHA2 implementation
1aa90ac6295 : 8256822: runtime/logging/RedefineClasses.java fails with "Error: VM option 'Verbose' is develop and is available only in debug version of VM."
edf72f065ff : 8256824: test/langtools/tools/javac/diags/examples/InnerClassCantHaveStatic.java has a bad copyright
9a19eb6918e : 8254105: allow static nested declarations
14de791d60c : 8255934: JConsole 14 and greater fails to connect to older JVM
86f36027e40 : 8256806: Shenandoah: optimize shenandoah/jni/TestPinnedGarbage.java test
57025e65e1f : 8256073: Improve vector rematerialization support
41c05876bcb : 8255367: C2: Deoptimization during vector box construction is broken
f79e9d4573e : 8256061: RegisterSaver::save_live_registers() omits upper halves of ZMM0-15 registers
503590f6bfc : 8256056: Deoptimization stub doesn't save vector registers on x86
e6fa85b493a : 8256058: Improve vector register handling in RegisterMap::pd_location() on x86
be6c89366fc : 8256183: InputStream.skipNBytes is missing @since 12
b21b96df216 : 8256507: Add a micro benchmark for JDK-8153005
8d9cf48e813 : 8255908: ExceptionInInitializerError due to UncheckedIOException while initializing cgroupv1 subsystem
5ad1e228662 : 8256658: Shenandoah: Deadlock between nmethod_entry_barrier and concurrent code root evacuator
cc0ed401ec9 : 8037384: Fix wording in Javadoc of java.io.Serializable 8231547: Serializable class doc should link to serialization specification
19b2898691f : 8256751: Incremental rebuild with precompiled header fails when touching a header file
4dd71ae1c5a : 8256803: ProblemList runtime/ReservedStack/ReservedStackTestCompiler.java on linux-aarch64
2c3a2bed6d4 : 8211449: Correction to the spec of implicit negative subpattern in DecimalFormat
11bfdc57f90 : 8235304: JPackage Windows test should be added to set Publisher
2ae3e51f596 : 8229845: Decrease memory consumption of BigInteger.toString()
ff00c591c34 : 8256569: Add C2 compiler stress flags to CTW
e7c7469cf53 : 8246378: [Windows] assert on MethodHandle logging code
98a5d5a6eec : 8256664: Shenandoah: Cleanup after JDK-8212879
b99fd4c7d6c : 8033441: print line numbers with -XX:+PrintOptoAssembly
266dea06ec1 : 8256688: Shenandoah: Lock rank inversion after JDK-8212879
aeba9259b27 : 8256416: ZGC: Lower ZMarkCompleteTimeout
10ba5418465 : 8256727: ZGC: Clean out dead code after JDK-8212879
eb35ade9a0c : 6232281: -XX:-UseLoopSafepoints causes assert(v_false,"Parse::remove_useless_nodes missed this node")
a25fb0356a4 : 8256406: G1 x86 C1/Interpreter post write barrier always uses 32 bit to access variable sized PtrQueue::_index
f57662874af : 8256633: Fix product build on Windows+Arm64
8e7a855ee8f : 8255526: Enable jcheck whitespace checking of build system files
c45ab1aada9 : 8256393: Github Actions build on Linux should define OS and GCC versions
5fedb69e66f : 8250888: nsk/jvmti/scenarios/general_functions/GF08/gf08t001/TestDriver.java fails
02adaa5854d : 8255885: Metaspace: freelist commit counter is not updated when purging
fa240f22617 : 8256594: Unexpected warning: SIGSEGV handler flags expected:SA_RESTART|SA_SIGINFO found:SA_RESTART|SA_SIGINFO
4c095252a54 : 8256108: Create implementation for NSAccessibilityElement protocol peer
68138893a57 : 8251317: Support for CLDR version 38
c816464c1dc : 4916923: In MetalRootPaneUI, MetalRootLayout does not correctly calculate minimumsize
fae68ff0168 : 8256640: assert(!m->is_old() || ik()->is_being_redefined()) failed: old methods should not be in vtable
c1407733c54 : 8256692: Zero: remove obsolete block from ZeroInterpreter::native_entry
080c707aabc : 8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly
b9db002fef4 : 8256682: JDK-8202343 is incomplete
b8244b606e6 : 8236926: Concurrently uncommit memory in G1
defdd12e70b : 8142984: Zero: fast accessors should handle both getters and setters
1718abaefa6 : 8227400: Adjust jib profiles to make 3rd party tools for creating installers available on Mach5 test machines
9bb82232fa0 : 8253299: Manifest bytes are read twice when verifying a signed JAR
580f22ccb79 : 8256581: Refactor vector conversion tests
675d1d56e67 : 8256516: Simplify clearing References
ba721f5f2fb : 8212879: Make JVMTI TagMap table concurrent
3a4b90f0863 : 8202343: Disable TLS 1.0 and 1.1
342ccf69031 : 8256253: Defer Biased Locking obsoletion to JDK 18
d183fc7faa5 : 8221554: aarch64 cross-modifying code
f626ed6a430 : 8255978: [windows] os::release_memory may not release the full range
6702910b743 : 8256375: AArch64: aarch64-asmtest.py may generate undefined register r18
9fe2d31d6e0 : 8252304: Seed an HttpRequest.Builder from an existing HttpRequest
cb2676c8b74 : 8256499: Zero: enable Epsilon GC
8e241b52620 : 8256552: Let ReplayCompiles set UseDebuggerErgo
4178834deb9 : 8256172: Clean up CDS handling of i2i_entry
cfa92a53c00 : 8256178: Add RAII object for file lock
2b15571316b : 8256383: PlatformMutex::try_lock has different semantics on Windows and Posix
99eac535806 : 8225631: Consider replacing muxAcquire/Release with PlatformMonitor
646c20022c7 : 8256152: tests fail because of ambiguous method resolution
5912df24402 : 8256427: Test com/sun/jndi/dns/ConfigTests/PortUnreachable.java does not work on AIX
3110d589e12 : 8256538: Fix annoying awk warning in configure for java versions
03e84ef7e32 : 8256189: Exact VarHandle tests should test withInvokeBehavior() works as expected
300cbaa6ad3 : 8256418: Jittester make build is broken.
c9c15733752 : 8256567: ProblemList java/util/stream/test/org/openjdk/tests/java/util/stream/SpliteratorTest.java for Xcomp testing
33d3918e5ae : 8256565: ProblemList jdk/jfr/api/recording/event/TestReEnableName.java on windows
1707d5ca3cd : 8238174: migrate ObjectMonitor::_owner field away from C++ volatile semantics
50a2c22ff78 : 8253742: POSIX signal code cleanup
fa8dce4f77e : 8256365: Clean up vtable initialization code
4e5116c46e2 : 8256501: libTestMainKeyWindow fails to build with Xcode 12.2
486d6f631b7 : 8256363: Define toString() for MGF1ParameterSpec
eab170c0af3 : 8256415: Shenandoah: Should evacuate/update codecache concurrently when class unloading is off
f504f419d3b : 8256385: C2: fatal error: modified node is not on IGVN._worklist
5bcf898b97a : 8256478: C2 compilation fails with assert(t1->isa_long()) failed: Type must be a long
f7f3447496a : 8256453: C2: Reduce State footprint
d2ddf07461a : 8256477: Specialize heap memory segment implementations
97074969a55 : 8256479: [PPC64] C2 crashes when UseVectorByteReverseInstructionsPPC64 used without SuperwordUseVSX
b0b9dd27b8d : 8256318: AArch64: Add support for floating-point absolute difference
655bb619a35 : 8255936: "parsing found no loops but there are some" assertion failure with Shenandoah
6948456dbf7 : 8256461: AbstractFileSystemProvider.getSunPathForSocketCall for empty Path returns '.'
d30956055b5 : 8253081: G1 fails on stale objects in archived module graph in Open Archive regions
c08921487bd : 8255368: Math.exp() gives wrong result for large values on x86 32-bit platforms
7ecf070e7dc : 8256476: Assert in vmIntrinsics::flags_for with -XX:+Verbose
26a1ec1b965 : 8256435: [TESTBUG] java/foreign/TestHandshake.java fails with direct buffer memory OOM
ef3ddb1d031 : 8255448: Fastdebug JVM crashes with Vector API when PrintAssembly is turned on
eb021848ba2 : 8134630: make code and comments consistent for stack lock optimization
f7517386455 : 8256484: ZGC: Rename ZRelocationSetSelector::register_garbage_page()
d9dbd5def67 : 8256430: add linux-x64-optimized to regular testing
9efbb463a4a : 8256426: Shenandoah: Remove superfluous assert is ShBS::load_reference_barrier()
9130ca4c73d : 8256401: ZGC: Improve ZList verification
f2a9d02de2e : 8256370: Add asserts to Reference.getInactive()
c255b18cfc4 : 8256216: Enable reproducible builds in jib-profiles
c3717826309 : 8255553: [PPC64] Introduce and use setbc and setnbc P10 instructions
3b9c5a36f5b : 8255796: Zero: CASE(_new) should replenish TLABs properly
654ad27418c : 8256392: C2: Various Node cleanups
9dbbe83a060 : 8256146: Cleanup test/jdk/java/nio/channels/DatagramChannel/Connect.java
9d0ee66f2d3 : 8255758: JEP 380 spec clarifications
3dcde557f76 : 8256386: ARM32 tests fail with "bad AD file" after JDK-8223051
53a31889fe5 : 8202471: (ann) Cannot read type annotations on generic receiver type's type variables
adb8561aba8 : 8253228: [JVMCI] provide more info on fatal JVMCI errors
a7422ac2f4a : 8255150: Add utility methods to check long indexes and ranges
6d878565f8a : 8256325: Remove duplicate asserts in PhaseMacroExpand::expand_macro_nodes
5dbfae0176d : 8255058: C1: assert(is_virtual()) failed: type check
4553fa0b98e : 8256258: some missing NULL checks or asserts after CodeCache::find_blob_unsafe
1228517261c : 8256274: C2: Optimize copying of the shared type dictionary
537b40e0137 : 8252588: HotSpot Style Guide should permit uniform initialization
c35e1a284b9 : 8255947: [macos] Signed macOS jpackage app doesn't filter spurious '-psn' argument
30a2ad55014 : 8254872: Optimize Rotate on AArch64
eabf3bace72 : 8256037: [TESTBUG] com/sun/jndi/dns/ConfigTests/PortUnreachable.java fails due to the hard coded threshold is small
36dbe6f2dea : 8256376: The javax/swing/JSpinner/SerializationTest.java fails on headful windows
bf84dac4cf1 : 8247781: Day periods support
0357db35813 : 8256287: [windows] add loop fuse to map_or_reserve_memory_aligned
6e35bcbf038 : 8256205: Simplify compiler calling convention handling
68fd71d2ad3 : 8256414: add optimized build to submit workflow
3675653c20a : 8255384: Remove special_runtime_exit_condition() check from SS::block()
f611fdfee85 : 8254016: Test8237524 fails with -XX:-CompactStrings option
b8de2391d67 : 8256380: JDK-8254162 broke 32bit windows build
1d7ed03d5cf : 8244376: possibly stale comment above "struct SharedGlobals" in synchronizer.cpp
e0af8b4a15e : 8255992: JFR EventWriter does not use first string from StringPool with id 0
dae4a8c0176 : 8258414: OldObjectSample events too expensive
de9cf710950 : 8267599: Revert the change to the default PKCS12 macAlgorithm and macIterationCount props for 11u/8u/7u
c85c9ad1f1b : 8255992: JFR EventWriter does not use first string from StringPool with id 0
c5fe2c1fcb5 : 8244679: JVM/TI GetCurrentContendedMonitor/contmon001 failed due to "(IsSameObject#3) unexpected monitor object: 0x000000562336DBA8"
8eeb36f14a9 : 8255883: Avoid duplicated GeneratedMethodAccessor when reflect method invoked from different threads
ac3948930ef : 8256323: Remove HeapRegionManager::update_committed_space()
1103e3374c5 : 8256354: Github Action build on Windows should define OS and MSVC versions
588caab074c : 8256277: Github Action build on macOS should define OS and Xcode versions
6a69e304dde : 8256337: ap01t001.cpp, 67: Received unexpected number of ObjectFree events: 7
298bce1d925 : 8256367: [windows] Better logging for some system calls
1e9a432d59f : 8256202: Some tweaks for jarsigner tests PosixPermissionsTest and SymLinkTest
1c47244b01d : 8255244: HttpClient: Response headers contain incorrectly encoded Unicode characters
56ea7864d43 : 8245215: Obsolete InitialBootClassLoaderMetaspaceSize and UseLargePagesInMetaspace
e9956fec9aa : 8256127: Add cross-compiled foreign architectures builds to submit workflow
c8dd0b53ee3 : 8256320: ZGC: Update zDebug to support UseCompressedClassPointers
5973e91cc3d : 8253005: Add `@throws IOException` in javadoc for `HttpEchange.sendResponseHeaders`
8c31bd29390 : 8256275: Optimized build is broken
b0c28fadaa2 : 8256011: Shenandoah: Don't resurrect finalizably reachable objects
41139e31c02 : 8255964: Add all details to jstack log in jtreg timeout handler
b4d0186718c : 8253525: Implement getInstanceSize/sizeOf intrinsics
ea576ddbd4c : 8254887: C2: assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop
05b824567c3 : 8256290: javac/lambda/T8031967.java fails with StackOverflowError on x86_32
c3139abe385 : 8256220: C1: x86_32 fails with -XX:UseSSE=1 after JDK-8210764 due to mishandled lir_neg
1d3d64f34c6 : 8255973: Add more logging to debug JDK-8255917
e32a4ea4efc : 8253820: Save test images and dumps with timestamps from client sanity suite
dff26a489db : 8256063: Module::getPackages on an unnamed module may return packages that are in a named module
531c56ea650 : 8256278: Shenandoah: Avoid num of dead callback from weak processor in Shenandoah root verifier
b5a9c92b7a7 : 8256244: java/lang/ProcessHandle/PermissionTest.java fails with TestNG 7.1
90f9a7053aa : 8255546: Missing coverage for javax.smartcardio.CardPermission and ResponseAPDU
1c0b490c28c : 8256201: java/awt/FullScreen/FullscreenWindowProps/FullscreenWindowProps.java failed
3e70aac5cc0 : 8254162: Implementation of Foreign-Memory Access API (Third Incubator)
c6ab0fdb158 : 8255990: Bitmap region of dynamic CDS archive is not unmapped
943acd22e58 : 8256276: Temporarily disable gtest special_flags
19bade02804 : 8256238: Remove Matcher::pass_original_key_for_aes
f7685a4639f : 8256203: Simplify RegMask::Empty
70c7b1d93c9 : 8250607: C2: Filter type in PhiNode::Value() for induction variables of trip-counted integer loops
bd8693a0849 : 8256181: Remove Allocation of old generation on alternate memory devices functionality
4df8abc2005 : 8255787: Tag container tests that use cGroups with cgroups keyword
ec08b3f28d1 : 8256188: Adjust output of make/autoconf/configure
da48003abd2 : 8255975: Fix AArch64 OpenJDK build failure with gcc-5
14e25e20593 : 8255982: Extend BasicJMapTest to test with different GC Heap
2f06893a29f : 8252526: Remove excessive inclusion of jvmti.h and jvmtiExport.hpp
ccb48b72033 : 8248188: Add IntrinsicCandidate and API for Base64 decoding
59965c17b40 : 8256237: Zero: non-PCH build fails after JDK-8253064
bfa060f098e : 8256051: nmethod_entry_barrier stub miscalculates xmm spill size on x86_32
96e02610416 : 8256106: Bypass intrinsic/barrier when calling Reference.get() from Finalizer
3c3469b9ceb : 8256020: Shenandoah: Don't resurrect objects during evacuation on AS_NO_KEEPALIVE
2e19026d45d : 8253064: monitor list simplifications and getting rid of TSM
421a7c3b413 : 8256182: Update qemu-debootstrap cross-compilation recipe
6247736fc9d : 8256018: Adler32/CRC32/CRC32C missing reachabilityFence
436019b8bb1 : 8256166: [C2] Registers get confused on Big Endian after 8221404
ed615e3ca0d : 4907798: MEMORY LEAK: javax.swing.plaf.basic.BasicPopupMenuUI$MenuKeyboardHelper
362feaae24c : 8254661: arm32: additional cleanup after fixing SIGSEGV
432c387e21c : 8254317: C2: Resource consumption of ConvI2LNode::Ideal() grows exponentially
79ac041844f : 8256025: AArch64: MachCallRuntimeNode::ret_addr_offset() is incorrect for stub calls
6e8b8628111 : 8255559: Leak File Descriptors Because of ResolverLocalFilesystem#engineResolveURI()
129ff97fe6d : 8231599: NPE when loading a preview classfile from a future Java version
5181f9cea27 : 7190978: javax/swing/JComponent/7154030/bug7154030.java fails on mac
35284e4667f : 8255916: [macos] javax/swing/JInternalFrame/6647340/bug6647340.java timed out
8638cd9acf5 : 8255625: AArch64: Implement Base64.encodeBlock accelerator/intrinsic
5de99da75c0 : 8237495: Java MIDI fails with a dereferenced memory error when asked to send a raw 0xF7
be635258fa0 : 8211999: Window positioning bugs due to overlapping GraphicsDevice bounds (Windows/HiDPI)
0a41ca6b750 : 8254354: Add a withInvokeExactBehavior() VarHandle combinator
d6f1463cb33 : 8233332: Need to create exploded tests covering all forms of modules
f2a0bf3ea88 : 8256017: Remove unused elapsedTimer constructor
7d4e86be3bb : 8138588: VerifyMergedCPBytecodes option cleanup needed
a7f46919ff4 : 8244088: [Regression] Switch of Gnome theme ends up in deadlocked UI
bd3e65b576a : 8256052: Remove unused allocation type from fieldInfo
6d8acd2696f : 8256066: Tests use deprecated TestNG API that is no longer available in new versions
643969a1841 : 8255822: Zero: improve build-time JVMTI handling
6ae5e5b6b78 : 8221404: C2: Convert RegMask and IndexSet to use uintptr_t
6555996f92a : 8253600: G1: Fully support pinned regions for full gc
97d6e4aed76 : 8256046: Shenandoah: Mix-in NULL_PTR in non-strong ShLRBNode's type
a1d4b9f35b4 : 8256009: Remove src/hotspot/share/adlc/Test/i486.ad
3455fa9bfd8 : 8256050: JVM crashes with -XX:+PrintDeoptimizationDetails
e6df13e6e09 : 8256054: C2: Floating-point min/max operations on vectors intermittently produce wrong results for NaN values
52805f526b8 : 8256048: Incomplete gitignore setting for netbeans project
9d07259f16e : 8255598: [PPC64] assert(Universe::heap()->is_in(result)) failed: object not in heap
e281b135975 : 8255011: [TESTBUG] compiler/codecache/stress/UnexpectedDeoptimizationAllTest.java timed out
c601849e00d : 8256038: G1: Improve comment about mark word handling of displaced mark words
a38dd53411f : 8256040: Shenandoah: Allow NULL referent in ShenandoahReferenceProcessor::should_discover()
01567b51dc5 : 8256036: Shenandoah: MethodHandles adapters section overflows after JDK-8255762
4bc065cf9e9 : 8255782: Turn UseTLAB and ResizeTLAB from product_pd to product, defaulting to "true"
b5d78afe20d : 8254863: Delete code leftover from old fixes
8066b33c40f : 8253905: Update sanity test suite to not place windows at (0,0)
f71f9dc93a6 : 8255949: AArch64: Add support for vectorized shift right and accumulate
1332ba3c3c1 : 8256039: Shenandoah: runtime/stringtable/StringTableCleaningTest.java fails
11431b16e00 : 4619330: All built-in java.awt.color.ColorSpace fields should be specified as such
17f04fc9e75 : 8254078: DataOutputStream is very slow post-disabling of Biased Locking
79b79095079 : 8255980: G1 Service thread register_task can be used after shutdown
dd8e4ffbe55 : 8255711: Fix and unify hotspot signal handlers
d99e1f6c296 : 8255991: Shenandoah: Apply 'weak' LRB on cmpxchg and xchg
c7551c37c7e : 8256014: Eliminate the warning about serialization in non-public API of Swing
2d6c28db240 : 6847157: java.lang.NullPointerException: HDC for component at sun.java2d.loops.Blit.Blit
3ce09c05c40 : 8255920: J2DBench should support CS_PYCC color profile
2c8f4e202bd : 8255799: AArch64: CPU_A53MAC feature may be set incorrectly
2cad8368336 : 8255575: java.awt.color.ICC_ColorSpace is not thread-safe
a53b12df2d3 : 8255722: Create a new test for rotated blit
f39a2c89fcd : 8256015: Shenandoah: Add missing Shenandoah implementation in WB_isObjectInOldGen
ed7526a66c6 : 8247872: Upgrade HarfBuzz to the latest 2.7.2
6a183fbbc32 : 8255562: delete UseRDPCForConstantTableBase
c5462bb95d5 : 8255989: Remove explicitly unascribed authorship from Java source files
358f5d2b03f : 6422025: ThemeReader.cpp can be updated for VC7
a9dff9420ac : 8254864: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted001/TestDescription.java timed out
0b7fba75c13 : 8254270: linux 32 bit build doesn't compile libjdwp/log_messages.c
f5d36e6c947 : 8246741: NetworkInterface/UniqueMacAddressesTest: mac address uniqueness test failed
688b10b9705 : 8255561: add tests to check binary compatibility rules for records
727a69f537d : 8255969: Improve java/io/BufferedInputStream/LargeCopyWithMark.java using jtreg tags
952abea47bc : 8254920: Application launched with jpackage produced .exe crashes JVM
5dfb42fc680 : 8255563: Missing NULL checks after JDK-8233624
e730e8b6919 : 8241806: The sun/awt/shell/FileSystemViewMemoryLeak.java is unstable
57b98fa55a2 : 8255965: LogCompilation: add sort by nmethod code size
e42c1340387 : 8255706: The JDWP debug agent unecessarily checks for JVMTI_ERROR_INTERRUPT after calling RawMonitorEnter
e66fd6f0aa4 : 8255756: Disabling logging does unnecessary work
140c162a0dd : 8255894: Remove unused StubRoutines::_zero_aligned_words
fc894ab11b7 : 8255955: Shenandoah: Only STW GC should process concurrent roots at pauses
d6f09404008 : 8255913: Decrease number of iterations in TestMaxCachedBufferSize
1b59595e1ef : 8255914: [AOT] Using AOT flag should give warning when AOT is not included in build
a50fdd5484e : 8219014: (bf) Add absolute bulk put methods which accept a source Buffer
3a02578b333 : 8255452: Doing GC during JVMTI MethodExit event posting breaks return oop
ba2ff3a6d20 : 8250637: UseOSErrorReporting times out (on Mac and Linux)
31918c55f3e : 8255847: Shenandoah: Shenandoah should not mark through weak roots
867a484df18 : 8255214: Unsupported 'valign' attribute for 'th' tag used in j.u.l.LogManager
d3c43c28165 : 8255937: Better cleanup for test/jdk/javax/imageio/stream/StreamFlush.java
b65ff60a8e3 : 8255226: (tz) Upgrade time-zone data to tzdata2020d
2b78a43f77f : 8255584: `HttpPrincipal::getName` returns incorrect name
a6ce6a5d808 : 8252103: Parallel heap inspection for ParallelScavengeHeap
cdef186c11f : 8232856: jshell crashes when pressing up arrow after /!
700447f7e4b : 8255909: Remove unused delayed_value methods
397972ebf33 : 8255848: -Xlog:gc+heap+exit shows "used 0K"
eb85b8da328 : 8255665: C2 should aggressively remove temporary hook nodes
18bc95ba51b : 8250625: Compiler implementation of Pattern Matching for instanceof (Final)
60e4aca846e : 8255890: Zero: remove unused methods from BytecodeInterpreter
397bae20e9e : 8255860: Clean up CDS logging related to lambda
97a81cee252 : 8253385: annotation processors remove varargs information from record components
166c728300a : 8255858: Add debug agent support for storing thread names
a0ade220571 : 8255900: x86: Reduce impact when VerifyOops is disabled
29db1dcd627 : 8255886: Shenandoah: Resolve cset address truncation and register clash in interpreter LRB
26e7ef78fbe : 8252870: Finalize (remove "incubator" from) jpackage
804bd725998 : 8255128: linux x86 build failure with libJNIPoint.c
160759ceefc : 8255838: Use 32-bit immediate movslq in macro assembler if 64-bit value fits in 32 bits on x86_64
94ace035a5d : 8255863: Clean up test/jdk/java/lang/invoke/defineHiddenClass/BasicTest.java
2da9981e332 : 8255862: Remove @SuppressWarnings from sun.misc.Unsafe
5348298f624 : 8255855: appcds/jigsaw/NewModuleFinderTest.java test failed due to unexpected NPE
c287170c94c : 8254742: InputStream::readNBytes(int) result may contain zeros not in input
7dcaba63122 : 8253892: Disable misleading-indentation on clang as well as gcc
61c924701fe : 8255895: Submit workflow artifacts miss hs_errs/replays due to ZIP include mismatch
7f4d873dd94 : 8255215: Unsupported 'valign' attribute for 'tr' tag used in j.s.t.h.HTMLDocument
724217c7404 : 8255893: Problemlist runtime/cds/appcds/jigsaw/NewModuleFinderTest.java
6023f6b1bf9 : 8188055: (ref) Add Reference::refersTo predicate
ab9192e463e : 8255681: print callstack in error case in runAWTLoopWithApp
c7a2c245290 : 8255797: ciReplay: improve documentation of replay file syntax in parser
a5d8a9c2119 : 8255617: Zero: purge the remaining bytecode interpreter profiling support
4b88119b4b6 : 8253037: G1: Improve check for string dedup
2668d232440 : 8255861: Also update jaotc.1 for JDK 16
76fa974cb22 : 8255850: Hotspot recompiled on first incremental build
622f72bc8b8 : 8255853: Update all nroff manpages for JDK 16 release
cdf9cd8afa6 : 8255784: appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java test failed resulting in VM crash
eab99f37ce2 : 8255852: Shenandoah: Fix incorrect copyright header in new files added by 8254315
450452bb8cb : 8254876: (fs) NullPointerException not thrown when first argument to Path.of or Paths.get is null
b46d73bee80 : 8255239: The timezone of the hs_err_pid log file is corrupted in Japanese locale
6606e0909cb : 8255380: (zipfs) ZipFileSystem::readExtra can fail if zipinfo-time is not set to false
88ee973334e : 8254827: JVMCI: Enable it for Windows+AArch64
f64a15d62e7 : 8254315: Shenandoah: Concurrent weak reference processing
83f3cf4298f : 8196087: java/awt/image/DrawImage/IncorrectUnmanagedImageRotatedClip.java fails
134e22a00f6 : 8255606: Enable concurrent stack processing on x86_32 platforms
ca216bae1af : 8255810: Zero: build fails without JVMTI
d47336bf1ce : 8248320: Provide a unique accessible name for <nav role="navigation">
64a981124a4 : 8255798: Remove dead headless code in CompileJavaModules.gmk
364b0fe82e9 : 8255801: Race when building ct.sym build tools
f389a718a8e : 8255737: Zero: DO_UPDATE_INSTRUCTION_COUNT should only update when relevant VM flags are set
93ef0091dba : 8255762: Shenandoah: Consolidate/streamline interpreter LRBs
63461d59a1a : 8255072: [TESTBUG] com/sun/jdi/EATests.java should not fail if expected VMOutOfMemoryException is not thrown
b8d4e02ce77 : 8255374: Add a dropReturn MethodHandle combinator
1d0bd50624e : 8254758: Change G1ServiceThread to be task based
9a0cf587214 : 8255615: Zero: demote ZeroStack::abi_stack_available guarantee to assert
904561ebf22 : 8255719: Zero: on return path, check for pending exception before attempting to clear it
9bd836e046b : 8255744: Zero: handle JVM_CONSTANT_DynamicInError
36998b006d6 : 8255716: AArch64: Regression: JVM crashes if manually offline a core
4107670d621 : 8233562: [TESTBUG] Swing StyledEditorKit test bug4506788.java fails on MacOS
9a367479279 : 8255780: Remove unused overloads of VMError::report_and_die()
c96a914b522 : 8255662: ZGC: Unify nmethod closures in the heap iterator
aa2862ad86e : 8255741: Zero: print signal name in unhandled signal handler
15805741f1c : 8255672: Replace PhaseTransform::eqv by pointer equality check
e7a2d5c8438 : 8252533: Signal handlers should run with synchronous error signals unblocked
6d36b4bb799 : 8255743: Relax SIGFPE match in in runtime/ErrorHandling/SecondaryErrorTest.java
f0eeca90804 : 8255718: Zero: VM should know it runs in interpreter-only mode
9beb866b125 : 8233561: [TESTBUG] Swing text test bug8014863.java fails on macos
fe4e6b3e90e : 8196089: javax/swing/Action/8133039/bug8133039.java fails
50357d136a7 : 8254723: add diagnostic command to write Linux perf map file
f97ec359ec6 : 8255785: X11 libraries should not be required by configure for headless only
184db64dfb7 : 8255732: OpenJDK fails to build if $A is set to a value with spaces
c7747416557 : 8255695: Some JVMTI calls in the jdwp debug agent are using FUNC_PTR instead of JVMTI_FUNC_PTR
bee864fb3ae : 8255766: Fix linux+arm64 build after 8254072
ceba2f85032 : 8255696: JDWP debug agent's canSuspendResumeThreadLists() should be removed
a250716ad29 : 8255694: memory leak in JDWP debug agent after calling JVMTI GetAllThreads
acb5f654b1b : 8211958: Broken links in java.desktop files
bc6085b06c2 : 8255578: [JVMCI] be more careful about reflective reads of Class.componentType.
05bcd67e650 : 8255529: Remove unused methods from java.util.zip.ZipFile
d93e3a7d0b3 : 8255760: Shenandoah: match constants style in ShenandoahMarkTask fallback
3e89f729af9 : 8255237: ZGC: Bulk free garbage pages during relocation set selection
6dac8d27805 : 8255671: Bidi.reorderVisually has misleading exception messages
2f7d34f205a : 8255616: Disable AOT and Graal in Oracle OpenJDK
0e19ded93db : 8255401: Shenandoah: Allow oldval and newval registers to overlap in cmpxchg_oop()
a3aad119188 : 8255400: Shenandoah: C2 failures after JDK-8255000
1769c48342b : 8255471: ZGC: Rework root iterators and closures
b0280743849 : 8255673: Wrong version in docs bundles
4c66b158a8f : 8255235: ZGC: Allocate and initialize forwarding data structures in parallel
1019581ce26 : 8255691: Shenandoah: Invoke native-LRB only on non-strong refs
d2812f780e8 : 8254072: AArch64: Get rid of --disable-warnings-as-errors on Windows+ARM64 build
120aec70542 : 8255720: Optimize bci_to_dp/-data by enabling iteration over raw DataLayouts
4b775e64bda : 8255721: Remove no-op clean_weak_method_links methods
3302d3adb5f : 8255544: Create a checked cast
54c88132542 : 8255734: VM should ignore SIGXFSZ on ppc64, s390 too
ceab9f3248f : 6816284: Notepad class should be public
eb66418b328 : 7124397: [macosx] JSpinner serialiazation - deserialization issue
79a010f76be : 8255697: LogTargetHandle::print should check if log level is enabled
98c91b64b2b : 8233637: [TESTBUG] Swing ActionListenerCalledTwiceTest.java fails on macos
e97809d3d40 : 8233641: [TESTBUG] JMenuItem test bug4171437.java fails on macos
69f5235e165 : 8255596: Mutex safepoint checking options and flags should be scoped enums
d05df7c17ae : 8236842: Surprising 'multiple elements' behaviour from getTypeElement when cross-compiling with --release
64feeab70af : 8255603: Memory/Performance regression after JDK-8210985
518ff518e1f : 8233569: [TESTBUG] JTextComponent test bug6361367.java fails on macos
4c4b8f4de2f : 8196302: javax/swing/JFileChooser/8041694/bug8041694.java
f61ce32770d : 8255576: (fs) Files.isHidden() throws ArrayIndexOutOfBoundsException (unix)
fe7672bac62 : 8196099: javax/swing/text/CSSBorder/6796710/bug6796710.java fails
cacce843aac : 8169954: JFileChooser/8021253: java.lang.RuntimeException: Default button is not pressed
7597cba92b9 : 8143021: [TEST_BUG] Test javax/swing/JColorChooser/Test6541987.java fails
80380d51d27 : 8255494: PKCS7 should use digest algorithm to verify the signature
9d5c9cc78b4 : 8254309: appcds GCDuringDump.java failed - class must exist
36c150b199f : 8255489: Unify the parsing of @lambda-proxy and @lambda-form-invokers tags in a classlist
0f486033945 : 8214561: Use {@systemProperty} for definition of "java.util.prefs.PreferencesFactory" system property
98a69edec79 : 8255690: &nbsp in StringBuilder.subSequence
4158567f840 : 8255455: Pre-generate ThreadHeapSampler::_log_table
d0867578344 : 8254052: improve type specificity of TagletWriter and friends
8600d0d9824 : 8255614: Shenandoah: Consolidate/streamline runtime LRBs
9b1eebc73d7 : 8255620: Build race between modulegraphs and exploded-image-optimize targets
3fd821606d1 : 8255612: Explicitly disable dtrace for Oracle OpenJDK Linux builds
a7563207f64 : 8255536: Remove the directsign property and option
f77a658557b : 8153005: Upgrade the default PKCS12 encryption/MAC algorithms
8a065ef2e29 : 8255005: Fix indentation levels in classFileParser.cpp
e48016b1633 : 8255565: [Vector API] Add missing format strings for extract instructs in x86.ad
2c7fc85be92 : 8254972: Fix pretouch chunk calculations
d12819158ae : 8253473: Javadoc clean up in HttpHandler, HttpPrincipal, HttpContext, and HttpsConfigurator
379ba80eb79 : 8255595: delay_to_keep_mmu passes wrong arguments to Monitor wait
1a89d68e878 : 8255285: Move JVMFlag origins into a new enum JVMFlagOrigin
56eb5f54f40 : 8255466: C2 crashes at ciObject::get_oop() const+0x0
5782a2a3090 : 8254975: lambda proxy fails to access a protected member inherited from a split package
d5138d1fce2 : 8255604: java/nio/channels/DatagramChannel/Connect.java fails with java.net.BindException: Cannot assign requested address: connect
2a2fa134c37 : 8255449: Improve the exception message of MethodHandles::permuteArguments
2a50c3f8106 : 8241495: Make more compiler related flags available on a per method level
5c520c3fdd6 : 8255232: G1: Make G1BiasedMappedArray freeable
9e5bbff51d5 : 8255550: x86: Assembler::cmpq(Address dst, Register src) encoding is incorrect
5b185585e80 : 8255243: Reinforce escape barrier interactions with ZGC conc stack processing
faf23de54d8 : 8255534: Shenandoah: Fix CmpP optimization wrt native-LRB
579e50bb404 : 8255564: InterpreterMacroAssembler::remove_activation() needs to restore thread right after VM call on x86_32
4b20e460dc1 : 8255579: x86: Use cmpq(Register,Address) in safepoint_poll
72ff8e2118b : 8254782: Fix benchmark issues in java/lang/StringIndexOfChar.java benchmark
ea26ff1142b : 8247614: java/nio/channels/DatagramChannel/Connect.java timed out
38574d51692 : 8255298: Remove SurvivorAlignmentInBytes functionality
4031cb41905 : 8254189: Improve comments for StackOverFlow and fix in_xxx() functions
caec8d2208f : 8233560: [TESTBUG] ToolTipManager/Test6256140.java is failing on macos
a5b42ec8b29 : 8233570: [TESTBUG] HTMLEditorKit test bug5043626.java is failing on macos
7e305ad1d40 : 8255405: sun/net/ftp/imp/FtpClient uses SimpleDateFormat in not thread-safe manner
d82a6dcfb97 : 8255438: [Vector API] More instructs in x86.ad should use legacy mode for code-gen
1a5e6c98c29 : 8253101: Clean up CallStaticJavaNode EA flags
a7595b2a61d : 8250669: Running JMH micros is broken after JDK-8248135
edd19888df4 : 8255530: Additional cleanup after JDK-8235710 (elliptic curve removal)
790d6e2d253 : 8255533: Incorrect javadoc in DateTimeFormatterBuilder.appendPattern() for 'uu'/'yy'
3f20612e034 : 8255555: Bad copyright headers in SocketChannelCompare.java SocketChannelConnectionSetup.java UnixSocketChannelReadWrite.java
42fc1589911 : 8253939: [TESTBUG] Increase coverage of the cgroups detection code
01eb69035e5 : 8255554: Bad copyright header in AbstractFileSystemProvider.java
1215b1a8f57 : 8255457: Shenandoah: cleanup ShenandoahMarkTask
af33e162259 : 8255441: Cleanup ciEnv/jvmciEnv::lookup_method-s
8ad7f383c19 : 8255014: Record Classes javax.lang.model changes, follow-up
6bb7e45e8e1 : 8245194: Unix domain socket channel implementation
8bde2f4e3dd : 8255013: implement Record Classes as a standard feature in Java, follow-up
0425889885f : 8255429: Remove C2-based profiling
aaf4f690f06 : 8255233: InterpreterRuntime::at_unwind should be a JRT_LEAF
bbf0a31e9ea : 8255397: x86: coalesce reference and int entry points into vtos bytecodes
3bd5b807619 : 8243583: Change 'final' error checks to throw ICCE
1f00c3b9ba7 : 8255527: Shenandoah: Let ShenadoahGCStateResetter disable barriers
3c4fc793265 : 8255299: Drop explicit zeroing at instantiation of Atomic* objects
6b2d11ba243 : 8255246: AArch64: Implement BigInteger shiftRight and shiftLeft accelerator/intrinsic
591e7e2c194 : 8255378: [Vector API] Remove redundant vector length check after JDK-8254814 and JDK-8255210
2c9dfc73f92 : 8255234: ZGC: Bulk allocate forwarding data structures
b7d483c7d5f : 8255245: C1: Fix output of -XX:+PrintCFGToFile to open it with visualizer
5e0a8cdf897 : 8255488: Re-enable some problem listed tests
3f8bd923089 : 8233556: [TESTBUG] JPopupMenu tests fail on MacOS
4acf634d053 : 8171998: javax/swing/JMenu/4692443/bug4692443.java fails on Windows
a804c6a6ef9 : 8254871: Remove unnecessary string copy in NetworkInterface.c
acd0e2560c9 : 8255254: Split os::reserve_memory and os::map_memory_to_file interfaces
dc85a3fe816 : 8015602: [macosx] Test javax/swing/SpringLayout/4726194/bug4726194.java fails on MacOSX
1d245c6ec82 : 8252117: com/sun/jdi/BadHandshakeTest.java failed with "ConnectException: Connection refused: connect"
7a7ce021de7 : 8007632: DES/3DES keys support in PKCS12 keystore
a023b93712d : 8255394: jdk/test/lib/hexdump/ASN1FormatterTest.java fails with ---illegal-access=deny
84e985da4b4 : 8253920: Share method trampolines in CDS dynamic archive
7d41a54188f : 8255450: runtime/ThreadCountLimit.java causes high system load
504cb00568c : 8252113: Move jfr man page into jfr module
552192ff714 : 8255305: Add Linux x86_32 tier1 to submit workflow
66a3917d4d2 : 8255331: Problemlist java/foreign/TestMismatch.java on 32-bit platforms until JDK-8254162
cf56c7e04cf : 8254980: ZGC: ZHeapIterator visits armed nmethods with -XX:-ClassUnloading
18d9905c40c : 8255342: Remove non-specified JVM checks on Classes with Record attributes
767965046e3 : 8231231: The printing result is different from the case instruction
f7c59c661c1 : 8255231: Avoid upcalls when initializing the statSampler
dccfd2b3e06 : 8255389: ConcurrentHashTable::NoOp omits return in non-void return method
d735f919195 : 8255040: Replace __sync_add_and_fetch with __atomic_add_fetch to avoid build errors with clang
bcdeeaa04c5 : 8199054: Test javax/swing/UIDefaults/8149879/InternalResourceBundle.java is unstable
dee31d0e95e : 8167355: [macos 10.12] Timeout in javax/swing/JTextArea/TextViewOOM/TextViewOOM.java
abdbbe3a79c : 8254370: Update the classes in the java.awt.color package
8ca59c9e2eb : 8255206: [macos] LicenseTest fails on macOS 11
ca8bba64dc5 : 8238263: Create at-requires mechanism for containers
a7fa1b70f21 : 8251994: VM crashed running TestComplexAddrExpr.java test with -XX:UseAVX=X
b4984336319 : 8254825: Monitoring available clipboard formats should be done via new Windows APIs
de05b0065ac : 8255365: Problem list failing client manual tests
49c4978d0af : 8060202: [macosx] Test closed/java/awt/Choice/GetSizeTest/GetSizeTest fails only in MacOSX(10.10)
2b47a58dd70 : 8028281: [TEST_BUG] [macosx] javax/swing/JTabbedPane/7024235/Test7024235.java fails
83a91bfaed4 : 8253734: C2: Optimize Move nodes
6666dcbe726 : 8237363: Remove automatic is in heap verification in OopIterateClosure
fa64477c820 : 8255301: Common and strengthen the code in ciMemberName and ciMethodHandle
9b5a2a6b24b : 8255349: Vector API issues on Big Endian
e8b75b13dc3 : 8255393: sun/security/util/DerValue/Indefinite.java fails with ---illegal-access=deny
7cafe35424c : 8255352: Archive important test outputs in submit workflow
888086f1099 : 8255373: Submit workflow artifact name is always "test-results_.zip"
69188188f4f : 8255265: IdealLoopTree::iteration_split_impl does not use should_align
c28b0111218 : 8255343: java/util/stream/SpliteratorTest.java fails on 32-bit platforms with "Misaligned access at address: 12"
b71b5b43754 : 8199062: Test javax/swing/text/Utilities/8134721/bug8134721.java is unstable
ee34fa585a2 : 8199060: Test javax/swing/text/html/parser/Parser/6990651/bug6990651.java is unstable
93dadbe0dca : 7190589: [macosx] In the test bug4278839 never press ctrl+arrow
57d903bdd98 : 8255242: Bidi.requiresBidi has misleading exception message
60d014242b0 : 8255379: ProblemList compiler/loopstripmining/BackedgeNodeWithOutOfLoopControl.java
1a94ebc7d79 : 8254112: javax/swing/plaf/basic/BasicComboPopup/JComboBoxPopupLocation/JComboBoxPopupLocation.java fails on windows
69b017248b8 : 8199074: Test javax/swing/DataTransfer/8059739/bug8059739.java is unstable
6545e19fcc0 : 8255078: sun/net/ftp/imp/FtpClient$MLSxParser uses wrong datetime format
3f6abd220fa : 8255330: gtest/MetaspaceGtests.java fail on 32-bit platforms
cf821b0bd3d : 8232024: Don't pollute log output with multiple errors of the same type
185c8bcf8a5 : 8255338: CodeSections are never frozen
cc861134f4f : 8255271: Avoid generating duplicate interpreter entries for subword types
5ec1b80c4ad : 8255287: aarch64: fix SVE patterns for vector shift count
12daf2b692e : 8255340: [s390] build failure after JDK-8255208
9007bc20b00 : 8255129: [PPC64, s390] Check vector_size_supported and add VectorReinterpret node
df792573e8f : 8255274: [PPC64, s390] wrong StringLatin1.indexOf version matched
55a0cad8275 : 8254982: (tz) Upgrade time-zone data to tzdata2020c
ac1748e7866 : 8254670: SVE test uses linux-specific api
0e9205315e6 : 8254286: Wrong inference in switch expression with "null" arm
63ce304ea4d : 8249675: x86: frequency extraction from cpu brand string is incomplete
e52156d730d : 8255067: Restore Copyright line in file modified by 8253191
c5204696395 : 8255131: G1CollectedHeap::is_in() returns wrong result
107fb9ccf81 : 8255049: Remove support for the hsdis decode_instructions entry point in hotspot
c1524c59adb : 8255208: CodeStrings passed to Disassembler::decode are ignored
8e5dff08fa8 : 8255213: Shenandoah build fails without JFR after JDK-8255036
fe74f3cd106 : 8255224: x86_32 tests fail with "bad AD file" after JDK-8223051
64dc4b18881 : 8255225: compiler/aot tests fail on Windows with NPE during artifact resolution
a824781b8c1 : 8255210: [Vector API] jdk/incubator/vector/Int256VectorTests.java crashes on AVX512 machines
2ca7a08091c : 8255268: 32-bit failures in runtime/Metaspace/elastic
d8d91977127 : 8242559: Clean the "libawt_xawt" library from code for headless mode
ff5f2265d20 : 8255086: Update the root locale display names
8afdcaee1ce : 8255031: Update java/util/prefs/AddNodeChangeListener.java to report more failure info
0aa3c925776 : 8255262: Remove use of legacy custom @spec tag
a0b687bfb27 : 8254854: [cgroups v1] Metric limits not properly detected on some join controller combinations
f279ddfa063 : 8248411: [aarch64] Insufficient error handling when CodeBuffer is exhausted
4634dbef6d5 : 8223312: Utilize handshakes instead of is_thread_fully_suspended
cc50c8d4f18 : 8255196: Remove unused G1FullGCCompactionPoint::merge()
ae72b5283b5 : 8255047: Add HotSpot UseDebuggerErgo flags
211bb62a90b : 8255124: KeepAliveStreamCleaner may crash with java.lang.IllegalMonitorStateException: current thread is not owner
299e1154af8 : 8198395: Test javax/swing/plaf/metal/MetalLookAndFeel/Test8039750.java fails in mach5
a5b7bc50d45 : 7156347: javax/swing/JList/6462008/bug6462008.java fails
b25d8940156 : 8252204: AArch64: Implement SHA3 accelerator/intrinsic
7d3d4daefdd : 8240709: Enable javax/swing/UI/UnninstallUIMemoryLeaks/UnninstallUIMemoryLeaks.java on all L&F
5d262290c49 : 8255174: Vector API unit tests for missed public api code coverage
b9186bebc34 : 6606767: resexhausted00[34] fail assert(!thread->owns_locks(), "must release all locks when leaving VM")
1191a633fe3 : 8199697: FIPS 186-4 RSA Key Generation
60d3fa2ed86 : 8255022: Documentation missing for Vector API zero methods
9ade94b727b : 8206311: Add docs-javase, docs-reference to CI build
34450311d92 : 8255200: ProblemList com/sun/jdi/EATests.java for ZGC
85a8949caa2 : 8254913: Increase InlineSmallCode default from 2000 to 2500 for x64
56ea490f1ef : 8233343: Deprecate -XX:+CriticalJNINatives flag which implements JavaCritical native functions
615b759edd9 : 8255070: Shenandoah: Use single thread for concurrent CLD liveness test
6020991530c : 8255068: [JVMCI] errors during compiler creation can be hidden
8d9e6d01fb4 : 8255041: Zero: remove old JSR 292 support leftovers
0efdde188b3 : 8238669: Long.divideUnsigned is extremely slow for certain values (Needs to be Intrinsic)
365f19c8e18 : 8254790: SIGSEGV in string_indexof_char and stringL_indexof_char intrinsics
f813a28b95f : 8254692: (se) Clarify the behaviour of the non-abstract SelectorProvider::inheritedChannel
c9269bf59eb : 8255036: Shenandoah: Reset GC state for root verifier
839f01ddf52 : 8242068: Signed JAR support for RSASSA-PSS and EdDSA
e559bd2c8bf : 8254889: name_and_sig_as_C_string usages in frame coding without ResourceMark
da97ab5c8a4 : 8253474: Javadoc clean up in HttpsExchange, HttpsParameters, and HttpsServer
7e2640432bf : 8255000: C2: Unify IGVN processing when loop opts are over
27230fae24c : 8255026: C2: Miscellaneous cleanups in Compile and PhaseIdealLoop code
c107178bcc7 : 8253964: [Graal] UnschedulableGraphTest#test01fails with expected:<4> but was:<3>
bd45191f00b : 8255065: Zero: accessor_entry misses the IRIW case
2a0633507cc : 8254785: compiler/graalunit/HotspotTest.java failed with "missing Graal intrinsics for: java/lang/StringLatin1.indexOfChar([BIII)I"
1b7ddebe469 : 8254976: Re-enable swing jtreg tests which were broken due to samevm mode
2e510e04bd6 : 8255043: Incorrectly styled copyright text
6bd05b12a05 : 8255074: sun.nio.fs.WindowsPath::getPathForWin32Calls synchronizes on String object
9e9f5e6974f : 8017179: [macosx] list1 and list2 vistble item isn't desired
2ee2b4ae19d : 8231454: File lock in Windows on a loaded jar due to a leak in Introspector::getBeanInfo
42a6eadb853 : 8254884: Make sure jvm does not crash with Arm SVE and Vector API
e5870cf0022 : 8252133: The java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java fails if metal pipeline is active
afc967fcd0b : 8254783: jpackage fails on Windows when application name differs from installer name
3ccf4877a8e : 8253019: Enhanced JPEG decoding
cfb02d48540 : 8250861: Crash in MinINode::Ideal(PhaseGVN*, bool)
0d352357235 : 8249927: Specify limits of jdk.serialProxyInterfaceLimit
d6cef990500 : 8245417: Improve certificate chain handling
24f7f845945 : 8245412: Better class definitions
00a5af44afc : 8248574: Improve jpeg processing
036da9950bb : 8236862: Enhance support of Proxy class
29c68087c9f : 8243302: Advanced class supports
7eda1196c63 : 8237990: Enhanced LDAP contexts
d149dcdbd5f : 8245407: Enhance zoning of times
fc5fca9ade8 : 8242695: Enhanced buffer support
a6723c8552f : 8244136: Improved Buffer supports
27f1ebc0afc : 8244479: Further constrain certificates
5f1918db265 : 8244955: Additional Fix for JDK-8240124
798bfb3b9c7 : 8233624: Enhance JNI linkage
7c05f32bc96 : 8244924: Additional fix for JDK-8241119
62a03bd3871 : 8237995: Enhance certificate processing
9291e608920 : 8242680: Improved URI Support
ff3e5586798 : 8242685: Better Path Validation
a5cb23e29f7 : 8240124: Better VM Interning
fa25d083bea : 8236196: Improve string pooling
afd852ccb8f : 8241114: Better range handling
acacae5e0c5 : 8254843: Exception launching app on windows in some cases
856037c4170 : 8255006: Add NULL-check to StringDedupTable lookup
ee6eb9860e9 : 8254995: [x86] ControlWord::print(), rc/pc variables might not be initialized
e577c8c852b : 8253641: Missing newline in the printout of certain JFR events
89e54445545 : 8254788: Dead code in the sun.java2d.xr.XRPMBlitLoops$XrSwToPMBlit
3267b09d5a4 : 8254883: ZGC: Make the ZArrayIterator reusable for ZRelocationSetIterators
cb6167b226b : 8254557: Compiler crashes with java.lang.AssertionError: isSubtype UNKNOWN
40f847e2fb5 : 8227745: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents 8233915: JVMTI FollowReferences: Java Heap Leak not found because of C2 Scalar Replacement
f167a71f1dc : 8254264: Remove redundant cross_modify_fence()
44f9271dc20 : 8254974: Fix stutter typo in TypeElement
76fdd7fccf7 : 8255038: Adjust adapter_code_size to account for -Xlog:methodhandles in debug builds
cdc8c401b50 : 8254878: Move last piece of ZArray to GrowableArray
294e0705faf : 8254998: C2: assert(!n->as_Loop()->is_transformed_long_loop()) failure with -XX:StressLongCountedLoop=1
3ee0380e99e : 8234393: [macos] printing ignores printer tray
3f9c8a39201 : 8254966: Remove unused code from Matcher
21e67e54604 : 8225790: Two NestedDialogs tests fail on Ubuntu
017d151e116 : 8254842: [JVMCI] copy thread name when attaching libgraal thread to HotSpot
5d1397fa9aa : 8254282: Add Linux x86_32 builds to submit workflow
7ba6a6bf003 : 8251158: Implementation of JEP 387: Elastic Metaspace
5fedfa707e8 : 8251271: C2: Compile::_for_igvn list is corrupted after RenumberLiveNodes
98ec4a6792a : 8254805: compiler/debug/TestStressCM.java is still failing
355f44dd116 : 8254994: [x86] C1 StubAssembler::call_RT, "call_offset might not be initialized"
0a75b37f7ac : 8254776: Remove unimplemented LowMemoryDetector::check_memory_usage
b65dcfa3a06 : 8197981: Missing return statement in __sync_val_compare_and_swap_8
5b51085c986 : 8254997: Remove unimplemented OSContainer::read_memory_limit_in_bytes
c87cdf70e40 : 8254029: ObjectMonitor cleanup/minor bug-fix changes extracted from JDK-8253064
7a580ca8c06 : 8255027: Problem list for Graal test gc/stress/TestStressG1Humongous.java
6e8835c6bc5 : 7110890: reg test TranslucentShapedFrameTest fails to create non-opaque frame
bf19581ab0b : 8255016: ConstantDescs.FALSE claims it represents TRUE
0f4fb367d54 : 8255032: Conflict between recent pushes breaks the build
cb5cdd77057 : 8254721: Improve support for conditionally generated files
00014350440 : 8255020: Minor updates to docs jdk.incubator.vector
14e1e1741f6 : 8255004: [JVMCI] expose JVM_ACC_FIELD_INITIALIZED_FINAL_UPDATE
f42c03226f1 : 8254793: [JVMCI] improve speculation encoding
74ac77e2b11 : 8247666: Support Lambda proxy classes in static CDS archive
e2e11d34494 : 8254955: x86: MethodHandlesAdapterBlob is too big
0b5101658d4 : 8253660: Need better error report when artifact resolution fails in AotCompiler.java
52cb3292aeb : 8254862: lldb in devkit doesn't work
60f63ec811d : 8254796: Cleanup pervasive unnecessary parameter
953e472dedf : 8254967: com.sun.net.HttpsServer spins on TLS session close
1da28de82f0 : 8255009: delta apply fixes for JDK-8246774 and JDK-8253455, pushed too soon
a0382cd17c1 : 8253235: JFR.dump does not respect maxage parameter
cb7701b725b : 8253970: Build error: address argument to atomic builtin must be a pointer to integer or pointer ('volatile narrowOop *' invalid)
4ffed326fa3 : 8254940: AArch64: Cleanup non-product thread members
cd66e0f25fa : 8253877: gc/g1/TestGCLogMessages.java fails - missing "Evacuation failure" message
e76de189561 : 8223051: support loops with long (64b) trip counts
e9be2db7acf : 8253453: SourceFileInfoTable should be allocated lazily
e10b53853a4 : 8243962: Various JVM TI tests time out using JFR on Windows
a1a3e9def7f : 8254882: ZGC: Use static_assert instead of guarantee
8edc2f05b50 : 8254912: ZGC: Change ZCollectionInterval type to double
672f56695e7 : 8254874: ZGC: JNIHandleBlock verification failure in stack watermark processing
98a395a39ea : 8254880: ZGC: Let ZList iterators be alias templates
011dd0d8fa4 : 8254824: SignalHandlerMark have no purpose
736e077335e : 8254178: Remove .hgignore
51a865d66a5 : 8254085: javax/swing/text/Caret/TestCaretPositionJTextPane.java failed with "RuntimeException: Wrong caret position"
dd032b7fa67 : 8254798: Deprecate for removal an empty finalize() methods in java.desktop module
272bb5d580e : 8253455: Record Classes javax.lang.model changes
c17d58516f9 : 8246774: implement Record Classes as a standard feature in Java
0b3e6c51bae : 8194126: Regression automated Test '/open/test/jdk/javax/swing/JColorChooser/Test7194184.java' fails
ce1aac1e130 : 8028707: javax/swing/JComboBox/6236162/bug6236162.java fails on azure
83ea863122e : 8253559: The INDEX page should link to Serialized Form and Constant Values pages
e66c6bb9d50 : 8254349: The TestNoScreenMenuBar test should be updated
402d01aa11c : 8254795: Remove obsolete template files
07ec35e2e50 : 8254623: gc/g1/TestHumongousConcurrentStartUndo.java still fails sometimes
0570cc10b57 : 8254855: Clean up and remove unused code in vmIntrinsics
1742c44ac97 : 8254695: G1: Next mark bitmap clear not cancelled after marking abort
34583ebdfc4 : 8254161: Prevent instantiation of EnumSet subclasses through deserialization
3d23bd8e5b5 : 8254814: [Vector API] Fix an AVX512 crash after JDK-8223347
7c0d417027b : 8251535: Partial peeling at unsigned test adds incorrect loop exit check
5145bed0282 : 8254125: Assertion in cppVtables.cpp during builds on 32bit Windows
bdda2058c24 : 8254369: Node::disconnect_inputs may skip precedences
96bb6e76bfc : 8251325: Miss 'L' for long value in if statement
546620bb9ee : 8254192: ExtraSharedClassListFile contains extra white space at end of line
f3ce45f2a1b : 8254799: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java fails with release VMs
cda22e36244 : 8254811: JDK-8254158 broke ppc64, s390 builds
8ef88e59056 : 8249878: jfr_emergency_dump has secondary crashes
3c2f5e08f76 : 8254674: G1: Improve root location reference to dead obj verification message
abe51377373 : 8254719: ZGC: Clean up includes
60159cff407 : 8253952: Refine ZipOutputStream.putNextEntry() to recalculate ZipEntry's compressed size
9359ff03ae6 : 8252221: Use multiple workers for Parallel GC pre-touching
f44fc6defc9 : 8254734: "dead loop detected" assert failure with patch from 8223051
7f73474f740 : 8254773: Remove unimplemented ciReplay::is_loaded(Klass* klass)
167c192456c : 8254771: Remove unimplemented ciSignature::get_all_klasses
81a8ff1d923 : 8254769: Remove unimplemented BCEscapeAnalyzer::{add_dependence, propagate_dependencies}
7e5eb493e1e : 8253402: Convert vmSymbols::SID to enum class
038f58d4f07 : 8226236: [TESTBUG] win32: gc/metaspace/TestCapacityUntilGCWrapAround.java fails
5194f11bc7c : 8254792: Disable intrinsic StringLatin1.indexOf until 8254790 is fixed
55d760d416e : 8254263: Remove special_runtime_exit_condition() check from ~ThreadInVMForHandshake()
03fa733e8b2 : 8254777: Remove unimplemented Management::get_loaded_classes
8fb294a2bfb : 8254781: Remove unimplemented ClassFieldMap::compute_field_count
da2f5ab5b2f : 8254780: EnterInterpOnlyModeClosure::completed() always returns true
0c99b192588 : 8223347: Integration of Vector API (Incubator)
386e7e8b733 : 8254789: ProblemList compiler/graalunit/HotspotTest.java
cd33abb136d : 8249623: test @ignore-d due to 7013634 should be returned back to execution
b7daf8427b5 : 8254345: com/sun/jdi/JdwpAttachTest.java reports error incorrectly
fde02e231bf : 8254012: NMT: MetaspaceSnapshot::snapshot uses wrong enum
96a1f08e80e : 8254775: Microbenchmark StringIndexOfChar doesn't compile
a6a381353a0 : 8254761: Wrong intrinsic annotation used for StringLatin1.indexOfChar
738effade41 : 8254744: Clean-up CodeBlob::align_code_offset
f71e8a61988 : 8173585: Intrinsify StringLatin1.indexOf(char)
95e68c6346c : 8254586: Replace fthrow() calls with simpler method calls in classFileParser.cpp
ba140b0f110 : 8254748: Bad Copyright header format after JDK-8212218
db9dcdf1aea : 8254668: JVMTI process frames on thread without started processing
dc262dfcbf8 : 8212218: [TESTBUG] runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java timed out
9eeeb8a20f6 : 8254696: safepointMechanism_aix needs adaptation for JDK-8253180
b509e31e5f8 : 8254602: compiler/debug/TestStressCM.java failed with "RuntimeException: got the same optimization stats for different seeds: expected 45"
9fe9b24b88f : 8254575: C2: Clean up unused TRACK_PHI_INPUTS assertion code
31d9b7fe456 : 8254252: Generic arraycopy stub overwrites callee-save rdi register on 64-bit Windows
a0980373751 : 8254365: ciMethod.hpp should not include methodHandles.hpp
d50e0de8fb5 : 8254722: bsd_zero builds broken after JDK-8253717
ba5dc67a74c : 8254158: Consolidate per-platform stack overflow handling code
715e24afb22 : 8254311: Incorrect statements in createWindowsDevkit2017.sh
ba24f9633e2 : 8251861: Remove unused jdk.internal.ref.SoftCleanable and WeakCleanable
6ed4c89dc81 : 8254704: Add missing @since tag to BodyPublishers::concat
3fb2e822be1 : 8254627: Cleanup {Abstract,Single,Split}IndexWriter classes
02d9c291855 : 8254672: ZGC: ZParallelOopsDo/ZSerialWeakOopsDo should use atomic load/store
65393a093c6 : 8229867: Re-examine synchronization usages in http and https protocol handlers
6fe209b564a : 8254671: ZGC: Remove unused roots iterator types
9c9349098ac : 8254177: (tz) Upgrade time-zone data to tzdata2020b
5d6a625543a : 8254576: ZGC: Clean up timers in roots iterators
508c8a95854 : 8247591: Document Alpine Linux build steps in OpenJDK build guide
63009f90ec7 : 8247589: Implementation of Alpine Linux/x64 Port
9d230ea87da : 8254562: ZGC: Remove ZMarkRootsTask
90de2894e90 : 8254611: x86_32: Call to IRT::at_unwind clobbers rthread after JDK-8253180
c9ca1bb0251 : 8254364: Remove leading _ from struct/union declarations in jvmti.h
e49232a0d2e : 8254599: CDS dump should not warn about hidden classes
b4642139424 : 8252407: Build failure with gcc-8+ and asan
2a4328ba7d4 : 8254610: Problem list test compiler/debug/TestStressCM.java
bff586f07a9 : 8254269: simplify Node::disconnect_inputs
d7128e7dace : 8254090: Collectors.toUnmodifiableList exposes shared secret
df1f132b67e : 8253563: Change sun.security.jca.Providers.threadLists to be ThreadLocal
c7f00640627 : 8253899: Make IsClassUnloadingEnabled signature match specification
aad3cf4df7c : 8254234: Add test library stream object builder
4184959d850 : 8252374: Add a new factory method to concatenate a sequence of BodyPublisher instances into a single publisher.
05459df0c7f : 8253765: C2: Control randomization in StressLCM and StressGCM
6620b617a7f : 8254573: Shenandoah: Streamline/inline native-LRB entry point
a6c23b7753b : 8253923: C2 doesn't always run loop opts for compilations that include loops
dfe8ba6099e : 8254320: Shenandoah: C2 native LRB should activate for non-cset objects
295a44af6fe : 8254558: Remove unimplemented Arguments::do_pd_flag_adjustments
0fab73ed588 : 8254560: Shenandoah: Concurrent Strong Roots logging is incorrect
638f910951f : 8254559: Remove unimplemented JVMFlag::get_locked_message_ext
0ec1d6385a6 : 8253117: Replace HTML tables in javadoc summaries with CSS grid elements
54bbe76ed0c : 8251544: CTW: C2 fails with assert(no_dead_loop) failed: dead loop detected
13fe054cb93 : 8253588: C1: assert(false) failed: unknown register on x86_32 only with -XX:+TraceLinearScanLevel=4
59378a19b2d : 8254164: G1 only removes self forwarding pointers for last collection set increment
bf46acf9331 : 8254028: G1 incorrectly updates scan_top for collection set regions during preparation of evacuation
a2bb4c60147 : 8254314: Shenandoah: null checks in c2 should not skip over native load barrier
c73a0fffaa7 : 8252105: Parallel heap inspection for ZCollectedHeap
45b09a3f258 : 8253833: mutexLocker assert_locked_or_safepoint should not access VMThread state from non-VM-thread
77c776275e2 : 8254353: Remove unused non-product flags
d3069ac9ecd : 8254362: x86_32 builds fail after JDK-8253180
25001c50d6e : 8254352: 3 compiler tests failed with "assert(allocates2(pc)) failed: not in CodeBuffer memory"
d43f14161e9 : 8254351: Minimal VM build fails with undeclared identifier 'MaxVectorSize' after JDK-8252847
cc52358c42d : 8254335: logging/logStream.hpp includes memory/resourceArea.hpp but doesn't need it
4b5ac3abace : 8252847: Optimize primitive arrayCopy stubs using AVX-512 masked instructions
ec41046c5ce : 8254348: Build fails when cds is disabled after JDK-8247536
e4469d2c8ca : 8247536: Support for pre-generated java.lang.invoke classes in CDS static archive
7ec9c8eac7f : 8233214: Remove runtime code not needed with CMS removed
536b35b53ad : 8254319: Shenandoah: Interpreter native-LRB needs to activate during HAS_FORWARDED
be26972432e : 8253379: [windows] Several jpackage tests failed with error code 1638
52e45a36771 : 8229186: Improve error messages for TestStringIntrinsics failures
6d2c1a66bb2 : 8254292: Update JMH devkit to 1.26
2bbf8a2a964 : 8245543: Cgroups: Incorrect detection logic on some systems (still reproducible)
aaa0a2a0479 : 8254297: Zero and Minimal VMs are broken with undeclared identifier 'DerivedPointerTable' after JDK-8253180
7e80c9897de : 8254261: fix javadocs in jdk.test.lib.Utils
d4b5dfd1a2f : 8253857: Shenandoah: Bugs in ShenandoahEvacOOMHandler related code
e9c1905bd0c : 8253740: [PPC64] Minor interpreter cleanup
b1448da109b : 8253900: SA: wrong size computation when JVM was built without AOT
2bc8bc57223 : 8254265: s390 and linux 32 bit builds broken
4f9a1ffcdd3 : 8254073: Tokenizer improvements (revised)
9cecc167472 : 8254244: Some code emitted by TemplateTable::branch is unused when running TieredCompilation
a95590d00e5 : 8254285: G1: Remove "What is this about" comment in G1CollectedHeap.cpp
0230781107a : 8254175: Build no-pch configuration in debug mode for submit checks
b9873e18330 : 8253180: ZGC: Implementation of JEP 376: ZGC: Concurrent Thread-Stack Processing
a2f651904d1 : 8233685: Test tools/javac/modules/AddLimitMods.java fails
70be8c7a466 : 8253965: Delete the outdated java.awt.PeerFixer class
ced46b19f70 : 8254190: [s390] interpreter misses exception check after calling monitorenter
5351ba6cfa8 : 8254262: jdk.test.lib.Utils::createTemp* don't pass attrs
8c0d3d754b0 : 8254195: java/nio/file/Files/SubstDrive.java failed with "AssertionError: expected [144951656448] but found [144951640064]"
c2a5de636fe : 8253681: closed java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed
d036dca0851 : 8254103: Shenandoah: Move updating thread roots to concurrent phase
7e82ba1ff04 : 8254146: Avoid unnecessary volatile write on new AtomicBoolean(false)
6d13c766bff : 8253191: C2: Masked byte comparisons with large masks produce wrong result on x86
a191c586dc3 : 8253404: C2: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded limit
6bc493188b2 : 8253717: Relocate stack overflow code out of thread.hpp/cpp
782d45bdec6 : 8242882: opening jar file with large manifest might throw NegativeArraySizeException
f86037207cb : 8253566: clazz.isAssignableFrom will return false for interface implementors
66f27b5fcae : 8254015: copy_to_survivor_space should use in-hand klass for scanning
76a58527768 : 8253756: C2 CompilerThread0 crash in Node::add_req(Node*)
8f9e4792a18 : 8254144: Non-x86 Zero builds fail with return-type warning in os_linux_zero.cpp
7952c06b365 : 8254166: Zero: return-type warning in zeroInterpreter_zero.cpp
894ec76c11d : 8254027: gc/g1/TestHumongousConcurrentStartUndo.java failed with "'Concurrent Mark Cycle' missing from stdout/stderr"
bc236903a29 : 8254173: Add Zero, Minimal hotspot targets to submit workflow
e1187c401e9 : 8248262: Wrong link target in ModuleDescriptor#isAutomatic's API documentation
9cdfd0fafe9 : 8254096: remove jdk.test.lib.Utils::getMandatoryProperty(String) method
d1e94eebdd2 : 8253909: Implement detailed map file for CDS
7733a0e76b0 : 8254182: remove Utils.tryFindJvmPid/waitForJvmPid
4e5ef303038 : 8254104: MethodCounters must exist before nmethod is installed
fd0cb98ed03 : 8253901: ARM32: SIGSEGV during monitorexit due to incorrect register use (after JDK-8253540)
abe2593772a : 8232092: (fs) Files::isWritable returns false on a writeable root directory (win)
5a9bd41e796 : 8254102: use ProcessHandle::pid instead of ManagementFactory::getRuntimeMXBean to get pid in tests
38159d52d48 : 8253876: jdk/test/lib/hexdump/ASN1FormatterTest.java fails with "AssertionError: Lines expected [126] but found [202]"
db3053dcd15 : 8067127: Tags cleanup
739347f0932 : 8254168: Remove TemplateTable::count_calls
4fe07ccc539 : 8252324: Signal related code should be shared among POSIX platforms
1e8e543b264 : 8216497: javadoc should auto-link to platform classes
04ca660e815 : 8253874: [JVMCI] added test omitted in 8252881
49128a1ee58 : 8253475: Javadoc clean up in HttpExchange and HttpServer
9543d7607bc : 8253000: Remove redundant MAKE_SUBDIR argument
4dfa4112474 : 8252997: Null-proofing for linker_md.c
97ff38caff1 : 8254141: Typo in copyright year
cd4faff0ec9 : 8249095: tools/javac/launcher/SourceLauncherTest.java fails on Windows
bdd5782a67a : 8253980: javax/swing/plaf/synth/7158712/bug7158712.java fails on windows
703b345eeed : 8253179: Replace LinkedList Impl in net.http.Http2Connection
397307311e7 : 8253977: More memory leaks in client-libs on macOS
2a0389a8926 : 8254095: remove jdk.test.lib.Utils::distro() method
ac772cd9163 : 8253750: use build-stable default seed for Utils.RANDOM_GENERATOR
6712f8caff8 : 8254084: Remove TemplateTable::pd_initialize
82fe023b063 : 8254061: Missing space in flag description
bd50ccd0373 : 8253735: Cleanup SearchIndexItem API
54b340b44f1 : 8254081: java/security/cert/PolicyNode/GetPolicyQualifiers.java fails due to an expired certificate
51fdb4c0392 : 8254075: Shenandoah: Remove ShenandoahCodeRootsStyle diagnostic flag and related test
77921b97365 : 8254080: fix for JDK-8204256 causes jlink test failures
57493c19910 : 8253694: Remove Thread::muxAcquire() from ThreadCrashProtection()
d2b1dc6d78d : 8254054: Pre-submit testing using GitHub Actions should not use the deprecated set-env command
a34f48bcf5f : 8253832: CharsetDecoder : decode() mentioning CoderMalfunctionError behavior not as per spec
f397b60ae15 : 8251123: doclint warnings about missing javadoc tags and comments
c9d1dcc63d3 : 8253902: G1: Starting a new marking cycle before the conc mark thread fully completed causes assertion failure
919978380c1 : 8253565: PPC64: Fix duplicate if condition in vm_version_ppc.cpp
1728547270b : 8254010: GrowableArrayView::print fails to compile
6e618617401 : 8254046: Remove double semicolon introduced by JDK-8235521
5d84e95ed59 : 8204256: improve jlink error message to report unsupported class file format
4fe68f55a4f : 8253426: jpackage is unable to generate working EXE for add-launcher configurations
c9d0407e947 : 8253794: TestAbortVMOnSafepointTimeout never timeouts
f2f77f7b148 : 8253761: Wrong URI syntax printed by jar --describe-module
b29e1086ac0 : 8253944: Certain method references to VarHandle methods should fail
88d75c9ad53 : 8156071: List.of: reduce array copying during creation
ea27a54bf0f : 8224509: Incorrect alignment in CDS related allocation code on 32-bit platforms
4d29116d6d5 : 8253433: Remove -XX:+Debugging product option
81dae70f679 : 8253948: Memory leak in ImageFileReader
65cab55c1b4 : 8253971: ZGC: Flush mark stacks after processing concurrent roots
19219a964b9 : 8253960: Memory leak in Java_java_lang_ClassLoader_defineClass0()
5d4a1350d0c : 8253842: [JVMCI] Allow implicit exception to dispatch to other address in jvmci compilers.
289ae798f4c : 8252998: ModuleWrapper.gmk doesn't consult include path
9604ee82690 : 8248238: Implementation: JEP 388: Windows AArch64 Support
1c2754bfe32 : 8253269: The CheckCommonColors test should provide more info on failure
d296708ca66 : 8253606: Need to add missed constructor to the SwingEventMonitor
58102386eb2 : 8253945: Missed default constructor for StreamPrintServiceFactory.java
123e786db21 : 8239105: Add exception for expiring Digicert root certificates to VerifyCACerts test
22f091608d7 : 8253938: ZGC: Clean up argument names after JDK-8253030
777804759f3 : 8253736: Cleanup some of WorkArounds and usage thereof
87d77eb2a0c : 8253879: Simplify redundant code in IndexBuilder
dffe9db25c1 : 8252537: Updated @exception with @throws 8252536: Replace @exception with @throws for core-libs 8252539: Replace @exception with @throws java.rmi.activation package 8252540: Replace @exception with @throws java.rmi.registry package 8252541: Replace @exception with @throws java.rmi.server package
406db1c270a : 8253913: unify gtest test names
ea5a2b15a04 : 8251464: make Node::dump(int depth) support indent
fff8c8deaae : 8253882: remove PropertyResolvingWrapper
7dcdc1fbdd9 : 8253865: Pre-submit testing using GitHub Actions does not detect failures reliably 8253867: Pre-submit testing using GitHub Actions can fail to download intermediate artifacts
0fd41c3b6a2 : 8253470: Javadoc clean up in Filter and Headers
f686a380f37 : 8253926: Use extra_size correctly in anon_mmap_aligned
b8966e1f7bf : 8253928: G1: Remove G1ConcurrentMarkThread::set_in_progress declaration
4185ed3290f : 5078989: Null Pointer exception in SpinnerListMode
6f40a414662 : 8253891: Debug x86_32 builds fail after JDK-8239090
b9505df3b4b : 8253118: Avoid unnecessary deopts when OSR nmethods of the same level are present.
3c4e824aa5f : 8249783: Simplify DerValue and DerInputStream
9230c2aaae5 : 8253747: tools/jpackage/share/AppImagePackageTest.java fails with InstalledPackageSize: 0
cfd41c0c1df : 8232840: java/math/BigInteger/largeMemory/SymmetricRangeTests.java fails due to "OutOfMemoryError: Requested array size exceeds VM limit"
8fda5b82f05 : 8253904: Revert Tokenizer improvements JDK-8224225
60ec2a53c2e : 8253824: Revert JDK-8253089 since VS warning C4307 has been disabled
90c131f29f2 : 8224225: Tokenizer improvements
96704253b6b : 8253822: Remove unused exception_address_is_unpack_entry
84402796b2b : 8180514: TestPrintMdo.java test fails with -XX:-TieredCompilation
44e6820c377 : 8253650: Cleanup: remove alignment_hint parameter from os::reserve_memory
ed62b0104f9 : 6646602: Spelling error in javadoc for javax.swing.tree.TreeModel
87276bce47d : 6690021: typos in TransferHandler Javadoc
dd36d8c64df : 8253429: Error reporting should report correct state of terminated/aborted threads
2d9fa9da02a : 8247912: Make narrowOop a scoped enum
928da494a85 : 8253739: java/awt/image/MultiResolutionImage/MultiResolutionImageObserverTest.java fails
3e96721cd9d : 8253727: [cgroups v2] Memory and swap limits reported incorrectly
7779ce9fb46 : 8253689: [s390] Use flag kind "diagnostic" for platform specific flags
a8242892c29 : 8253690: [PPC64] Use flag kind "diagnostic" for platform specific flags
1d88172c068 : 8253682: The AppletInitialFocusTest1.java is unstable
5dd9353b83e : 8253636: C2: Adjust NodeClasses::_max_classes
05a764f4ffb : 8253883: Problem list jdk/test/lib/hexdump/ASN1Formatter on Windows
55c282bb34d : 8253878: clean up nsk/share/jvmti/ArgumentHandler
776acfd80a7 : 8253880: clean up sun/hotspot/tools/ctw/Utils class
79d70f6b512 : 8253869: sun/hotspot/whitebox/CPUInfoTest.java fails after JDK-8239090
ca0e014e60b : 8252003: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jvmti
092c227721f : 8252523: Add ASN.1 Formatter to work with test utility HexPrinter
06d8cf6fefd : 8253812: Cleanup AbstractMemberWriter
424d7d64857 : 8252881: [JVMCI] ResolvedJavaType.resolveMethod fails in fastdebug when invoked with a constructor
2a406f3ce5e : 8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package
4b16f8ab942 : 8253872: ArgumentHandler must use the same delimiters as in jvmti_tools.cpp
4fb8c776961 : 8253733: Cleanup internal taglet API
e5ba020ee92 : 8253829: Wrong length compared in SSPI bridge
9e453d97920 : 8239090: Improve CPU feature support in VM_Version
8f7c9a7b185 : 8252001: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdi
8cf8e463c62 : 8253700: spurious "extends Throwable" at end of Optional.orElseThrow method declaration
8b3d67681e4 : 8238737: remove DeoptimizeAllClassesRate from CTW library
709cfe5f28f : 8253815: Remove unused HeapRegionManager::_num_committed from SA
f80a6066e45 : 8253375: OSX build fails with Xcode 12.0 (12A7209)
04775f11fe6 : 8253768: Deleting unused pipe_class definitions in adl-file (x86_64.ad).
dc3a0f5f88b : 8253183: Fragile memory barrier selection for some weak memory model platforms
8331e63fe41 : 8253778: ShenandoahSafepoint::is_at_shenandoah_safepoint should not access VMThread state from other threads
4c653651166 : 8253792: javax.swing.text.GapContent documentation typos
3078b5f340b : 6441211: Small Error in API at javax.swing.plaf.synth.Region
4622a18a72c : 8253791: Issue with useAppleColor check in CSystemColors.m
ac02afe9dc0 : 8253721: Flag -XX:AVX3Threshold does not accept Zero value
4d9f2073479 : 7151826: [TEST_BUG] [macosx] The test javax/swing/JPopupMenu/4966112/bug4966112.java not for mac
1eca634736f : 8252000: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdb
a55cde4d6bf : 8252002: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jdwp
ffc97ba585b : 8253543: sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java failed with "AssertionError: All pixels are not black"
5310d85809d : 8252937: Correct "no comment" warnings from javadoc in java.math package
8df3e72cea9 : 8218685: jlink --list-plugins needs to be readable and tidy
2fe0a5d75ee : 8253476: TestUseContainerSupport.java fails on some Linux kernels w/o swap limit capabilities
fb206908b43 : 8253637: Update EC removal
b1ce6bdba9c : 8253548: jvmFlagAccess.cpp: clang 9.0.0 format specifier error
ff6843ca484 : 8253714: [cgroups v2] Soft memory limit incorrectly using memory.high
d5be82948b5 : 8253770: Test tools/javac/parser/JavacParserTest.java fails on Windows after JDK-8253584
6e5d4f33c5c : 8253607: [mlvm] meth/func/jdi/breakpointOtherStratum: un-problemlist and add randomness keyword
3ed960ec77f : 8253640: Make MEMFLAGS an enum class
86491a5f6b2 : 8253584: Redunant errors for partial member selects
ebf443a16fb : 8253590: java/foreign tests are still failing on x86_32 after foreign-memaccess integration
431338bcb3c : 8212107: VMThread issues and cleanup
6bddeb709d1 : 8238761: Asynchronous handshakes
6d19fe65d1c : 8253763: ParallelObjectIterator should have virtual destructor
55c90a171f2 : 6514600: AbstractAction can throw NullPointerException when clone()d
b65913249f5 : 8252888: Collapse G1MMUTracker class hierarchy
e63b90cc17d : 8251358: Clean up Access configuration after Shenandoah barrier change
9c17a35e50e : 8253748: StressIGV tests fail with release VMs
70b0fccf79a : 8253728: tests fail with "assert(fr.is_compiled_frame()) failed: Wrong frame type"
527b0e44eba : 8248984: Bump minimum boot jdk to JDK 15
ac15d6445b9 : 8241151: Incorrect lint warning for no definition of serialVersionUID in a record
d25b03e9873 : 8253616: Change to GCC 10.2 for building on Linux at Oracle
821bd08cd69 : 8253667: ProblemList tools/jlink/JLinkReproducible{,3}Test.java on linux-aarch64
1ae6b533fbb : 8252194: Add automated test for fix done in JDK-8218469
77a0f3999af : 8253540: InterpreterRuntime::monitorexit should be a JRT_LEAF function
0054c15f60c : 8253435: Cgroup: 'stomping of _mount_path' crash if manually mounted cpusets exist
8e338f67b20 : 8253646: ZGC: Avoid overhead of sorting ZStatIterableValues on bootstrap
ec9bee68660 : 8253015: Aarch64: Move linux code out from generic CPU feature detection
16b8c399643 : 8253053: Javadoc clean up in Authenticator and BasicAuthenicator
840aa2b79e6 : 8253424: Add support for running pre-submit testing using GitHub Actions
8e87d46f41e : 8252857: AArch64: Shenandoah C1 CAS is not sequentially consistent
c2692f88756 : 8225329: -XX:+PrintBiasedLockingStatistics causes crash during initia…
e9c178276ff : 8252752: Clear card table for old regions during scan in G1
276fcee7957 : 8252835: Revert fix for JDK-8246051
ca1ed162924 : 8253639: Change os::attempt_reserve_memory_at parameter order
fed3636f12b : 8252219: C2: Randomize IGVN worklist for stress testing
625a9352bfd : 8253638: Cleanup os::reserve_memory and remove MAP_FIXED
f014854ac71 : 8253624: gtest fails when run from make with read-only source directory
7817963ce91 : 8247691: [aarch64] Incorrect handling of VM exceptions in C1 deopt stub/traps
79904c1fa38 : 8252730: jlink does not create reproducible builds on different servers
ea7c47c1bb5 : 7179006: [macosx] Print-to-file doesn't work: printing to the default printer instead.
b66fa8f444c : 8253572: [windows] CDS archive may fail to open with long file names 8249943: [TESTBUG] runtime/cds/serviceability/transformRelatedClasses/TransformInterfaceAndImplementor.java
4167540074f : 8253647: Remove dead code in os::create_thread() on Linux/BSD
5a57945f1af : 8231591: [TESTBUG] Create additional two phase jpackage tests
b159e4ed9eb : 8253149: Building an installer from invalid app image fails on Window…
0e855fe5fac : 8252377: Incorrect encoding for EC AlgorithmIdentifier
9150b902d5c : 8253659: ProblemList sun/security/ec/TestEC.java on linux-aarch64
0187567704d : 8250984: Memory Docker tests fail on some Linux kernels w/o cgroupv1 …
a75edc29c6c : 8251188: Update LDAP tests not to use wildcard addresses
1f5a033421b : 8253555: Make ByteSize and WordSize typed scoped enums
f62eefc02b1 : 8253469: ARM32 Zero: replace usages of __sync_synchronize() with OrderAccess::fence
1b79326c055 : 8242451: ensure semantics of non-capturing lambdas are preserved independent of execution mode
dc1ef583513 : 8253631: Remove unimplemented CompileBroker methods after JEP-165
27d0a70b342 : 8253633: Remove unimplemented TieredThresholdPolicy::set_carry_if_neccessary
e12d94af0ba : 8253594: Remove CollectedHeap::supports_tlab_allocation
cfa3f749314 : 8245527: LDAP Channel Binding support for Java GSS/Kerberos
37b70282b5b : 8240556: Abort concurrent mark after effective eager reclamation of humongous objects
dcde95ba0d6 : 8253586: C2: Clean up unused PhaseIterGVN::init_worklist()
0b83fc01501 : 8235710: Remove the legacy elliptic curves
8239b67d4f1 : 8253322: Update the specification in the newly added constructors
24a424891ca : 8253615: Change to Visual Studio 2019 16.7.2 for building on Windows at Oracle
8b85c3a6d7f : 8251261: CDS dumping should not clear states in live classes
9ac162e896d : 8251999: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/aod
527a30930e8 : 8252722: More Swing plaf APIs that rely on default constructors
3495c19d1a8 : 8250855: Address reliance on default constructors in the Java 2D APIs
a9d04408b34 : 8250859: Address reliance on default constructors in the Accessibility APIs
89c5e49ba2f : 8253500: [REDO] JDK-8253208 Move CDS related code to a separate class
bf442c5b9e1 : 8253539: Remove unused JavaThread functions for set_last_Java_fp/pc
dd2c456eb8b : 8253583: java/util/StringJoiner tests failing on 32-bit VMs after JDK-8246697
b1e2f026d99 : 8253524: C2: Refactor code that clones predicates during loop unswitching
c303fd5de95 : 8253581: runtime/stringtable/StringTableCleaningTest.java fails on 32-bit platforms
f3ea0d362f7 : 8252583: Clean up unused phi-to-copy degradation mechanism
4440bda3253 : 8219586: CodeHeap State Analytics processes dead nmethods
154b8cfcfda : 8253014: OopStorage bulk release logs entries multiple times
ba174af3446 : 8253048: AArch64: When CallLeaf, no need to preserve callee-saved registers in caller
3320fc0f52d : 8253372: [TESTBUG] update tests which require jvmti - hotspot
f765a7f513d : 8252712: move doclint to jdk.javadoc module
c21690b518c : 8253464: ARM32 Zero: atomic_copy64 is incorrect, breaking volatile stores
0bc01da702d : 8250635: MethodArityHistogram should use Compile_lock in favour of fancy checks
812b39f5743 : 8252739: Deflater.setDictionary(byte[], int off, int len) ignores the starting offset for the dictionary
5f1d6120a53 : 8253397: Ensure LogTag types are sorted
b8ea80af33e : 8253457: Remove unimplemented register stack functions
e4d0e5af4d9 : 8253516: ZGC: Remove card table functions
3fe5886baf9 : 8252696: Loop unswitching may cause out of bound array load to be executed
226faa55031 : 8253241: Update comment on java_suspend_self_with_safepoint_check()
bd6797543f6 : 8253349: Remove unimplemented SharedRuntime::native_method_throw_unsupported_operation_exception_entry
bddb82255cf : 8253240: No javadoc for DecimalFormatSymbols.hashCode()
c68a31ddce6 : 8253499: Problem list runtime/cds/DeterministicDump.java
93a2018d1eb : 8252195: AWT Accessibility API nested classes rely on default constructors
426c9049cef : 8253392: remove PhaseCCP_DCE declaration
65af8373914 : 8253496: [BACKOUT] JDK-8253208 Move CDS related code to a separate class
581f0f26436 : 8253493: Shenandoah: Remove ShenandoahSerialRoot definition
7b860120e13 : 8253492: Miss comma after second copyright year in FDBigInteger.java
0f26ab16ddf : 8252518: cache result of CompilerToVM.getComponentType
c1df13b8559 : 8253208: Move CDS related code to a separate class
24e12b3811c : 8247251: Assert (_pcs_length == 0 || last_pc()->pc_offset() < pc_offs…
3d5fea1f07c : 8253434: Shenandoah: Cleanup ShenandoahRootScanner
8c02bdbf13b : 8252921: NMT overwrite memory type for region assert when building dynamic archive
0c287de4f61 : 8253421: Initialize JFR trace-IDs with zero
aa3862403bf : 8248352: [TEST_BUG] Test test/jdk/java/awt/font/TextLayout/ArabicDiacriticTest.java can leave frame open
ae20dd6b9be : 8251496: Fix doclint warnings in jdk.net.httpserver
b9729cb4320 : 8253284: Zero OrderAccess barrier mappings are incorrect
284bbf02ddb : 8253079: DeterministicDump.java fails due to garbage in structure padding
a4affd5b04a : 8253412: Unsupported GC options passed in JAVA_TOOL_OPTIONS are silently ignored
96f722cf63a : 8252114: Windows-AArch64: Enable and test ZGC and ShenandoahGC
f7b1ce457a3 : 8253447: Remove buggy code introduced by 8249451
282b9dcfdc0 : 8081833: Clean up JVMFlag getter/setter code
0e98fc1ccd3 : 8253237: [REDO] Improve large object handling during evacuation 8253238: [REDO] Improve object array chunking test in G1's copy_to_survivor_space 8253236: [REDO] Investigate fast-path for scanning only objects with references during gc
d1f9b8a8b54 : 8234808: jdb quoted option parsing broken
d8921ed573e : 8247281: migrate ObjectMonitor::_object to OopStorage
f800af978c4 : 8241390: 'Deadlock' with VM_RedefineClasses::lock_classes()
2e30ff61b03 : 8253311: Cleanup relocInfo constructors
43be5a3cb65 : 8230652: Improve verbose output
5a7390b62a7 : 8253418: ZGC: Use pd_ prefix to denote platform dependent code
7e49eaecbce : 8253407: Move max_pow2 from test to src
fbfb62dffef : 8253332: ZGC: Make heap views reservation platform independent
dad6edbf83c : 8253321: java.util.Locale.LanguageRange#equals is inconsistent after calling hashCode
edc14f92d92 : 8253286: Use expand_exact() instead of expand_at() for fixed requests in G1
bba948f0ff8 : 8253411: [BACKOUT] [REDO] G1 incorrectly limiting young gen size when using the reserve can result in repeated full gcs
955c2e62927 : 8253303: G1: Move static initialization of G1FromCardCache to a proper location
34ec1bedd1c : 8252104: parallel heap inspection for ShenandoahHeap
fdce055a9b4 : 8253253: Binutils tar ball extension update to gz
388c8f25387 : 8253348: Remove unimplemented JNIHandles::initialize
bca9e55b1e5 : 8253167: ARM32 builds fail after JDK-8247910 8213483: ARM32: runtime/ErrorHandling/ShowRegistersOnAssertTest.java jtreg test fail
cc7521c452a : 8252199: Reimplement support of Type 1 fonts without MappedByteBuffer
3d88d387c35 : 8252070: Some platform-specific BLIT optimizations are not effective
83b05373a1f : 8253291: bug7072653.java still failed "Popup window height ... is wrong"
d27835b34e7 : 8249142: java/awt/FontClass/CreateFont/DeleteFont.sh is unstable
1438ce097f4 : 8252188: Crash in OrINode::Ideal(PhaseGVN*, bool)+0x8b9
224a30f12ce : 8252311: AArch64: save two words in itable lookup stub
22f7af7fcff : 8253317: The "com/apple/eawt" is missed in the "othervm.dirs" config option
f55dd9d40ed : 8251548: Remove unnecessary explicit initialization of volatile variables in security-libs code
d35b117956c : 8253361: Shenandoah: runtime barrier does not honor ShenandoahSelfFixing flag
f37c34d32e4 : 8253270: Limit fastdebug inlining in G1 evacuation
89044200cd1 : 8253153: Mentioning of "hour-of-minute" in java.time.temporal.TemporalField JavaDoc
52c28b86929 : 8253239: Disable VS warning C4307
05572e86514 : 8253350: Remove unimplemented SharedRuntime::clean_*_entry
43019a0e6b2 : 8253345: Remove unimplemented Arguments::lookup_logging_aliases
6e9efffced6 : 8253344: Remove unimplemented Arguments::check_gc_consistency
83b2411fd15 : 8253342: Fix typos in String.transform
86a16400bd9 : 8244505: G1 pause time ratio calculation does not consider Remark/Cleanup pauses
11c4ea963c3 : 8253278: Refactor/cleanup oopDesc::*_klass_addr
73c9088b817 : 8249451: Unconditional exceptions clearing logic in compiler code should honor Async Exceptions.
3ef2efb1f49 : 8252721: Nested classes in Swing APIs rely on default constructors
fd380d75b03 : 8253274: The CycleDMImagetest brokes the system
2c3a37c6d76 : 8253314: precompiled.hpp missing from vmIntrinsics.cpp
d4269fd5206 : 8253028: SA core file tests still time out on OSX with "java.io.IOException: App waiting timeout"
6c3e483b560 : 8253313: xmlstream.hpp missing from vmIntrinsics.cpp
0a1dc50f543 : 8253271: vm_version_x86.hpp should not include globals_extension.hpp
1e396499074 : 8243066: Move VM_INTRINSICS_DO into its own vmIntrinsics.hpp file
12dfe1c9b61 : 8253262: Allocate in DumpRegion is not thread safe
3570f5a9248 : 8252041: G1: Fix incorrect uses of HeapRegionManager::max_length
24765e4559f : 8253285: Some java/util/StringJoiner tests do not explicitly specify required -XX:+CompactStrings
81e2cf82d9c : 8251397: NPE on ClassValue.ClassValueMap.cacheArray
cca3a26e439 : 8252996: Thread safety problem in java.net.ProxySelector
a4c6a99e61b : 8252593: [TESTBUG] serviceability/jvmti/GetLocalVariable/GetLocalWithoutSuspendTest.java failed with JVMTI_ERROR_INVALID_SLOT
a67f890fc63 : 8253050: jfr disassemble command processes --max-chunks incorrectly
f972155d63a : 8252196: ZGC: TestUncommit.java fails due to "Exception: Uncommitted too fast" again(2)
a9993f9464a : 8253275: Remove unused methods after CMS removal
4ac6934965a : 8253232: G1Analytics::compute_pause_time_ratios() uses wrong pause times in calculation
53a4ef26706 : 8202473: A type variable with multiple bounds does not correctly place type annotation
b87a1599674 : 8252100: NumberOverflow in class MemoryCache
9a7dcdcdbad : 8253261: Disable CDS full module graph until JDK-8253081 is fixed
1c84cfa2364 : 8253130: bug7072653.java failed "Popup window height ... is wrong"
ce93cbce77e : 8253125: vmTestbase/nsk/stress/stack/stack017.java timed out
d250f9e08c4 : 8253244: Shenandoah: cleanup includes in Shenandoah root processor files
d38c97dd529 : 8253207: enable problemlists jcheck's check
671dfba802b : 6714834: JarFile.getManifest() leaves an open InputStream as an undocumented side effect
e5866aa7560 : 8244706: GZIP "OS" header flag hard-coded to 0 instead of 255 (RFC 1952 non-compliance)
10867134fd8 : 8253206: Enforce whitespace checking for additional source files
e2196f8882b : 8253162: Make frame::oops_do const
300b8517c3d : 8253226: Shenandoah: remove unimplemented ShenandoahStrDedupQueue::verify
c781594bfee : 8253224: Shenandoah: ShenandoahStrDedupQueue destructor calls virtual num_queues()
33f8e7022ca : 8253173: Print heap before and after GC lacks a newline
f509eb069da : 8253219: Epsilon: clean up unnecessary includes
7f9b5d9e324 : 8253220: Epsilon: clean up unused code/declarations
e0cf023263f : 8245309: Re-examine use of ThreadLocalCoders in sun.net.www.ParseUtil
60c4902f613 : 8253016: Box.Filler components should be unfocusable by default
dd43533165e : 8253222: Shenandoah: unused AlwaysTrueClosure after JDK-8246591
efe3540d8f3 : 8252966: CI: Remove KILL_COMPILE_ON_FATAL_ and KILL_COMPILE_ON_ANY macros
fbf4699d233 : 8253040: Remove unused Matcher::regnum_to_fpu_offset()
7c564e13eee : 8253146: C2: Purge unused MachCallNode::_arg_size field
2caa20a76d8 : 8250668: Clean up method_oop names in adlc
57f92d23b10 : 8220483: Calendar.setTime(Date date) throws NPE with Date date = null
65bfe0928af : 8253147: The javax/swing/JPopupMenu/7154841/bug7154841.java fail on big screens
fc36328d4f3 : 8253034: Update symbol generation to accomodate Git as the SCM
40206822f4d : 8172366: Support SHA-3 based signatures
46598c8644a : 8253177: outputStream not declared in markWord.hpp
5191f3159a4 : 8251495: Remove the implNote in the DOM package description added by JDK-8249643
65d6c101859 : 8252933: com.sun.tools.jdi.ObjectReferenceImpl#validateAssignment always requests referenceType
74851c507be : 8253169: [BACKOUT] Improve large object handling during evacuation
b5620a36f43 : 8253155: Minor cleanups and Javadoc fixes for LdapDnsProvider of java.naming
d219d8b9871 : 8253002: Remove the unused SafePointNode::_oop_map field
dafcf1056f5 : 8027545: Improve object array chunking test in G1's copy_to_survivor_space 8158045: Improve large object handling during evacuation 8027761: Investigate fast-path for scanning only objects with references during gc
7eb4d4aa018 : 8247909: Improve PrimitiveConversions::cast using C++14
fa30241ddbb : 8249676: [REDO] G1 incorrectly limiting young gen size when using the reserve can result in repeated full gcs
9ea43a9213e : 8253148: Fix terminology in align_down comment
3f455f09dc7 : 8253089: Windows (MSVC 2017) build fails after JDK-8243208
af8c678038c : 8247910: Improve alignment and power-of-2 utilities using C++14 8238956: Replace powerOfTwo::max_value with std::numeric_limits
70cc7fc198a : 8253098: Archived full module graph should be disabled if CDS heap cannot be mapped
ac9d1b08ee4 : 8223187: Remove setLocale() call in jpackage native launcher
9c24a5635ee : 8253029: [PPC64] Remove obsolete Power6 code
e6a493ab882 : 8252882: Clean up jdk.javadoc and the related parts of jdk.compiler
68da63dcdea : 8240658: Code completion not working for lambdas in method invocations that require type inference
b05290aaeaf : 8252898: remove bulk registration of JFR CompilerPhaseType names
779d2c34ae8 : 8253084: Zero VM is broken after JDK-8252689
07da3a18083 : 8253030: ZGC: Change ZMarkCompleteTimeout unit to microseconds
f978f6fe8ab : 8252689: Classes are loaded from jrt:/java.base even when CDS is used
c5e63b639e9 : 8248186: Move CDS C++ vtable code to cppVtables.cpp
03a4df0acd1 : 8244778: Archive full module graph in CDS
998ce78e530 : 8252543: [JVMCI] Libgraal can deadlock in blocking compilation mode
b1b0f0b2ccf : 8253066: typo in Stream.mapMulti
306b1663361 : 8253033: CheckUnhandledOops check fails in ThreadSnapshot::initialize…
5c0d985abf7 : 8253060: remove test/hotspot/jtreg/test_env.sh
952518640a5 : 8253031: git jcheck complains about invalid tags in jdk repo after fix for JDK-8252844
7f27d0b0136 : 8236142: DocTrees should provide getCharacters(EntityTree)
e7a1b9bf81c : 8252981: ObjectMonitor::object() cleanup changes extracted from JDK-8247281
040c8f58e54 : 8250914: Matcher::stack_direction() is unused
9687dcabb65 : 8252494: C2: TypeAryPtr::cast_to_autobox_cache does not use ptr_type
8777ded1238 : 8253008: Remove develop flags TraceLongCompiles/LongCompileThreshold
c7062dc22bc : 8253026: Remove dummy call to gc alot from VM Thread
5144190ea09 : 8243208: Clean up JVMFlag implementation
976acddeb5a : 8252406: Introduce Thread::as_Java_thread() convenience function
488022689f6 : 8171303: sun/java2d/pipe/InterpolationQualityTest.java fails on Windows & Linux
8da6c8d6aac : 7183828: Invalid Image Variant when using anything other than BufferedImage
ff21696bc00 : 8252817: Cleanup the classes in the java.awt.color package
44a74dac957 : 8252919: JDK built with --enable-cds=no fails with NoClassDefFoundError
418e4a259c8 : 8252830: Correct missing javadoc comments in java.rmi module
41d29b752b3 : 8252774: remove jdk.test.lib.FileInstaller action from graalunit tests
5b30a831334 : 8252778: remove jdk.test.lib.FileInstaller action from compiler/c2/stemmer test
8db333531fa : 8247928: Refactor G1ConcurrentMarkThread for mark abort
7ccf4358256 : 8252846: Fix ppc/s390 after "8231441: AArch64: Initial SVE backend su…
d236cf4becc : 8252995: Non-PCH builds broken by JDK-8250961
6a005343b4f : 8250961: Move Universe::update_heap_info_at_gc to CollectedHeap
f78f7805707 : 8252889: Obsolete -XX:+InsertMemBarAfterArraycopy
f9339616e1c : 8252980: comment only changes extracted from JDK-8247281
433394203dc : 8250217: com.sun.tools.javac.api.JavacTaskImpl swallows compiler exceptions potentially producing false positive test results
5166094647f : 8252957: Wrong comment in CgroupV1Subsystem::cpu_quota
6329de45045 : 8248532: Every time I change keyboard language at my MacBook, Java crashes
d56096471ba : 8252794: Creation of JNIMethodBlock should be done with a leaf lock
5fef8ddaffb : 8235229: Compilation against a modular, multi-release JAR erroneous with --release
382b8fedf55 : 8240751: Shenandoah: fold ShenandoahTracer definition
c98417ebca5 : 8250840: some tests use --enable-preview unnecessarily
c655b703a9f : 8252916: Newline in object field values list of ScopeDesc should be removed
30fa8d5d341 : 8157729: examples in LinkedHashMap and LinkedHashSet class doc use raw types
26c7218ab9c : 8252773: [TESTBUG] serviceability/jvmti/GetObjectSizeOverflow fails due to OOM conditions
e20004d7c17 : 8249625: cleanup unused SkippedException in the tests under cds/appcds/dynamicArchive/methodHandles
63a5a129496 : 8252658: G1: Do not consider G1HeapWastePercent during region selection within a gc
001e51d9655 : 8250563: Add KVHashtable::add_if_absent
91a20ca7e5d : 8252695: Shenandoah: clean up Graal enabled/disabled filter in tests
704f784c88e : 8252871: fatal error: must own lock JvmtiThreadState_lock 8252816: JvmtiEnvThreadState::clear_to_frame_pop() is not used
bf5da0c778f : 8252897: Minor .jcheck/conf update
76002747d56 : 8252859: Inconsistent use of alpha in class AbsSeq
4fb1980fd05 : 8252853: AArch64: gc/shenandoah/TestVerifyJCStress.java fails intermittently with C1
73ba3ae1f5f : 8252500: ZGC on aarch64: Unable to allocate heap for certain Linux kernel configurations
5dd1eaded7c : 8252767: URLConnection.setRequestProperty throws IllegalAccessError
2cceeedfe18 : 8166554: Avoid compilation blocking in OverloadCompileQueueTest.java
188b0bc7be2 : 8252868: Clean up unused function from G1MMUTracker
891886b622a : 8252887: Zero VM is broken after JDK-8252661
7686e871551 : 8250968: Symlinks attributes not preserved when using jarsigner on zip files
8d6d43c33b0 : 8251193: bin/idea.sh is generating wrong folder definitions for JVMCI modules
70d5cac961d : 8251152: ARM32: jtreg c2 Test8202414 test crash
e0d5b5f7f2c : 8252627: Make it safe for JFR thread to read threadObj
e29c3f61235 : 8252661: Change SafepointMechanism terminology to talk less about "blocking"
e0c8d4420c8 : 8252844: Update check configuration to Skara format
cc5039e19e3 : 8252837: Cleanup SAP Copyright file headers
55c7e769c80 : 8252825: Add automated test for fix done in JDK-8218479
5f76deb2e06 : 8252522: nsk/share/test/StressOptions should multiple stressTime by jtreg's timeout-factor
1262ae36af0 : 8252679: Two windows specific FileDIalog tests may fail on some Windows_Server_2016_Standard
d0f4366a859 : 8252715: Problem list java/awt/event/KeyEvent/KeyTyped/CtrlASCII.java on Linux
4b3a0b789eb : 8247352: improve error messages for sealed classes and records
3e81b3ad48c : 8242427: JVMTI frame pop operations should use Thread-Local Handshakes
5d2e79e2c38 : 8252307: javac rejects code with annotation applicable to fields
15af2761571 : 8252004: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/sysdict
8f365805949 : 8252725: Refactor jlink GenerateJLIClassesPlugin code
9b5a9b61899 : 8231441: AArch64: Initial SVE backend support
0dadf81e149 : 8249694: java/lang/StringBuffer/HugeCapacity.java and j/l/StringBuilder/HugeCapacity.java tests shouldn't be @ignore-d
e25f2a5715b : 8252521: possible race in java_suspend_self_with_safepoint_check
ae5a6dde2d7 : 8252740: java/util/Properties/LoadAndStoreXMLWithDefaults.java fails after JDK-8252354
a9e78595f08 : 8252779: compiler/graalunit/HotspotTest.java failed after 8251525
4e6a4af1866 : 8244090: public lookup should find public members of public exported types
49a9d49dbdb : 8241768: git needs .gitattributes
933f90fbfa2 : 8251997: remove usage of PropertyResolvingWrapper in vmTestbase/vm/mlvm/
850d62301c5 : 8252720: clean up FileInstaller $test.src $cwd in vmTestbase/vm/compiler/optimizations tests
76f0588aaf2 : 8252359: HotSpot Not Identifying it is Running in a Container
57a27a6fb98 : 8252538: Replace @exception with @throws java.rmi package
43d36857d03 : 8252754: Hash code calculation of JfrStackTrace is inconsistent
35ea00085f8 : 8251525: AARCH64: Faster Math.signum(fp)
a951a15379e : 8245664: javac erroneously issues deprecation warning for use of a deprecated package
aab706c66f4 : 8160601: unexpected error compiling @Deprecated package
869b05169fd : Added tag jdk-16+14 for changeset 36b29df125dc
38cd5d0936f : 8252354: Properties :: storeToXML method does not throw ClassCastException when supplied non strings
c61204b3f34 : 8252660: Shenandoah: support manageable SoftMaxHeapSize option
261eb76ea27 : 8247456: JShell: Handling of top-level final, abstract, and static modifiers
a588752fd6d : 8248337: sparc related code clean up after solaris removal
f3597c4a54d : 8252249: nsk/stress/stack/stack016.java fails with "Error: TEST_BUG: trickyRecursion() must throw an error anyway!"
737ae7742a0 : 8249699: java/io/ByteArrayOutputStream/MaxCapacity.java should use @requires instead of @ignore
4c73e045ce8 : 8252656: Replace RegisterArrayForGC mechanism with plain Handles
7282d0deb51 : 8252589: Code duplication in ParallelSPCleanupTask
02049ee6c3f : 8252514: ZGC: Physical memory splitting is broken
ac2b1ae5e2c : 8252513: ZGC: Contiguous memory reservation probing is broken for TB heap sizes
553f3b14974 : 8252303: G1MMUTrackerQueue::when_sec skip queue iteration on max_gc_time pause time
f01e6261a25 : 8252093: formula used to calculate decaying variance in numberSeq
f9e6f26ca4a : 8252035: G1: Clean up G1CollectedHeap::*reserved* methods
75a69333f8f : 8252231: G1AdaptiveIHOP has swapped current_occupancy and additional_buffer_size
c8257ea4e25 : 8252691: Build failure after JDK-8252481
1e4f886107c : 8251274: Provide utilities for function SFINAE using extra template parameters
ca3374253c2 : 8252402: rewrite vmTestbase/nsk/jvmti/Allocate/alloc001 shell test to Java
4fe6a3da68d : 8252532: use Utils.TEST_NATIVE_PATH instead of System.getProperty("test.nativepath")
de49337060e : 8252529: Unsafe Documentation around Barrier Methods Inaccurate
b3e264187af : 8222671: thread_large/thread_large.java times out on MacOSX
dc549663d72 : 8251122: doclint html5 errors in java.desktop/share/classes/javax/swing/plaf/nimbus/doc-files/properties.html
a4ab61339bb : 8252592: Non-PCH build is broken after JDK-8251560
2914064cf4c : 8252552: DecimalFormat javadoc contains HTML tags in example code
c89ee9b0a1d : 8198334: java/awt/FileDialog/8003399/bug8003399.java fails in headless mode
4e3d9e39443 : 8249183: JVM crash in "AwtFrame::WmSize" method
79d12507b37 : 8238286: Add new flatMap stream operation that is more amenable to pushing
dd89c92c501 : 8251560: Remove excessive header file inclusion from systemDictionary.hpp and others
a616bc979b2 : 8230052: MLVM findDeadlock test timed out
62cc45c3df0 : 8245400: Upgrade to LittleCMS 2.11
1a480ab570f : 8040914: Test javax/swing/JLabel/6596966/bug6596966.java fails : comboBox isn't focus owner
22bb597d0d2 : 8249548: backward focus traversal gets stuck in button group
8d30bb03ee5 : 8249607: C2: assert(!had_error) failed: bad dominance
8f98911c7b3 : 8252497: Incorrect numeric currency code for ROL
24e9d356df3 : 8252368: Undo JDK-8245002: Windows GDI functions don't support NUMA interleaving
178c2ff5eb9 : 8252367: Undo JDK-8245000: Windows GDI functions don't support large pages
1605edfcc31 : 8139800: Remove OopsInGenClosure
3d7b5245932 : 8074844: Resolve disabled warnings for libfontmanager
acb329cd0e0 : 8252470: java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java fails on Windows
33ee441df1d : 8252349: Delete the "sun.awt.X11.checkSTRUT" property
50cc54c730b : 8252233: Put debug symbols in symbols-image
bfabf1279df : 8252265: Replace @exception with @throws java.util.logging package
5490b03160d : 8252248: __SIGRTMAX is not declared in musl libc
b957d802e69 : 8252250: isnanf is obsolete
f0b30a5d24d : 8209961: [AOT] crash in Graal stub when -XX:+VerifyOops is used
02062b34ade : 8252551: JDK-8250630 causes build error on Win*
09e86303ab4 : 8250630: test/jdk/com/sun/jdi/JdwpListenTest.java fails on Alpine Linux
24578630cf5 : 8249176: Update GlobalSignR6CA test certificates
0f64d4beadb : 8245308: Replace ThreadLocalCoders decoder/encoder cache in java.net.URI
e1d29cd6fb4 : 8252401: Introduce Utils.TEST_NATIVE_PATH
507ec8ab30a : 8252294: Remove OopsInGenClosure usage from younger_refs_iterate
07a879a9f75 : 8252289: Remove usage of OopsInGenClosure from full_process_roots
f0acabc64b1 : 8252245: Remove ScanClosure
26b48999df1 : 8252172: Improve prettiness of printing HTML attributes by DocPretty
7df86108cb4 : 8252145: Unify Info.plist files with correct version strings
30c2dbea95f : 8251182: Fix "no comment" warnings in java.naming
31f2426821f : 6542439: Significant memory leak in BasicComboBoxUI and MetalComboBoxButton
80d889189a4 : 8245462: HttpClient send throws InterruptedException when interrupted but does not cancel request
13918a4519d : 8252414: Redundant suspend check when determining if a java thread is safe
4b1b547020e : 8251538: Modernize and lint Dynalink code
9523001f657 : 8251557: Avoid dumping unused symbols/strings into the CDS archive
b6c6b4a89af : 8252469: Backout JDK-8250935 fix
00452d32f5c : 8252477: nsk/share/ArgumentParser should expect that jtreg "splits" an argument
c58de6c6ff6 : 8252403: rewrite serviceability/7170638/SDTProbesGNULinuxTest.sh to java
e19022e515c : 8230776: Javac throws AssertionError in jvm.Gen.visitExec 8231311: javac throws NPE in TransTypes.retype 8230964: Javac throws AssertionError in PoolReader.resolve 8230963: javac throws j.l.CCE in PoolReader.getName 8230919: javac throws j.l.CCE in ClassReader.readClass
9924c45faeb : 8252090: JFR: StreamWriterHost::write_unbuffered() stucks in an infinite loop OpenJDK (build 13.0.1+9)
5ca47be633c : 8252481: Remove excessive include of memTracker.hpp
0e42d5c4ae9 : 8251860: ClassLoaderData::loaded_classes_do fails with "assert(ZAddress::is_marked(addr)) failed: Should be marked"
6428c693f0e : 8252652: Buggy looking null check in ServiceThread::oops_do()
2c4fbbca236 : 8252141: Rename G1YoungRemSetSamplingThread to better reflect its purpose
0d1aa3cbc8e : 8248772: Extra comma in documentation of Thread#interrupt()
a1176dc8c9e : 8252648: Shenandoah: name gang tasks consistently
ba7f7fe4171 : 8251921: Expand default constructor warning to cover more cases
235ef8e6dfd : 8252458: Test tools/javac/parser/JavacParserTest.java fails on Windows after JDK-8237041
edf36d90c30 : 8252467: AOT need to process new markId DEOPT_MH_HANDLER_ENTRY in compiled code
05040647173 : 8237041: AssertionError in parsing
79dd4729132 : 8250935: JFileChooser incorrectly placed "Date" value in "Type" field
e0989c00680 : 8247867: Upgrade to freetype 2.10.2
4b8ea58b769 : 8250853: Address reliance on default constructors in the javax.swing APIs
fa31c0de687 : 8250850: Address reliance on default constructors in the javax.swing.plaf.metal APIs
0643f3aa4c7 : 8232114: JVM crashed at imjpapi.dll in native code
4d4161a57eb : 8250858: Address reliance on default constructors in the Java Sound APIs
e11ce6d5fee : 8136363: Nimbus-LaF: background color cleared when setting component name of JToolBar
c663323043f : 8252292: 8240795 may cause anti-dependence to be missed
01dc2644c36 : 8251552: Add minimal CONTRIBUTING.md file
6ed221cb9ad : 8251551: Use .md filename extension for README
484864c932c : 8251558: J2DBench should support shaped and translucent windows
b6c861f9f8c : 8251252: Add automated testcase for fix done in JDK-8214253
8bf5b1d18b9 : 8251254: Add automated test for fix done in JDK-8218472
6612598a13b : 8251998: remove usage of PropertyResolvingWrapper in vmTestbase/jit/t
31d108c1af1 : 8251918: [Graal] Crash in DumpTimeSharedClassInfo::add_verification_constraint
ca6d6385f8e : 8251384: [TESTBUG] jvmti tests should not be executed with minimal VM
5db57dc1a52 : 8252125: add an "inflating" entry to the "table" of bit patterns in share/oops/markWord.hpp
d1ab20c633b : 8252126: 'GVars.stw_random = os::random()' lost by JDK-8246476
4ee601c870e : 8252128: Remove javax.transaction Exception references
6a85e1454d4 : 8241486: G1/Z give warning when using LoopStripMiningIter and turn off LoopStripMiningIter (0)
56d8e8a0a18 : 8189744: Deprecate the JDK-specific API for setting socket options, jdk.net.Sockets
08310982f48 : 8247759: ZGC: Replace ZGC specific array implementations with GrowableArray
16d8f5f6ef0 : 8252224: ZGC: Convert ZValue to use alias templates
0351595ba87 : 8252223: ZGC: Convert ZPage to use delegating constructor
84d2c2678a5 : 8252296: Shenandoah: crash in CallNode::extract_projections
c31bcc58b06 : 8252404: compiler/c1/TestTraceLinearScanLevel.java fails with release VMs
124db3be8e5 : 8252215: Remove VerifyOptoOopOffsets flag
0483ff56a08 : 8252362: C2: Remove no-op checking for callee-saved-floats
7a702ae55ea : Added tag jdk-16+13 for changeset fd07cdb26fc7
c98fd389797 : 8251127: clean up FileInstaller $test.src $cwd in remaining vmTestbase_vm_compiler tests
f586b6c0cd9 : 8252264: tools/javac/flags/LockedFlagClash.java fails to compile
d4e6262f3c7 : 8252398: minimal debug build broken - CURRENT_PC undefined in resourceArea.inline.hpp
a6f41d513e7 : 8252151: Remove excessive inclusion of arguments.hpp
88f93f32140 : 8251561: Fix doclint warnings in the java.xml package
f879698c63e : 8241003: Deprecate "denigrated" java.security.cert APIs that represent DNs as Principal or String objects
0df797de94d : 8238157: Remove intermittent key from AmazonCA.java
55dd4401ce0 : 8230918: j.l.NASE in javap
6c4a27ccb18 : 8251093: Improve C1 register allocator logging and debugging support
84e62e85976 : 8252037: Optimized build is broken
b978ebee468 : 8244386: convert runtime/Safepoint/AssertSafepointCheckConsistency tests to gtest
0c20de1954a : 8250598: Hyper-V is detected in spite of running on host OS
b4787e6c3f1 : 8252259: AArch64: Adjust default value of FLOATPRESSURE
7856c1a3118 : 8252108: Modify nsk/stress/stack tests to check page size
25af8d8f69b : 8252291: C2: Assignment in conditional in loopUnswitch.cpp
27b5007ad51 : 8252290: Remove unused enum in CallGenerator
24629956625 : 8252120: compiler/oracle/TestCompileCommand.java misspells "occured"
ef614ed8af2 : 8251996: remove usage of PropertyResolvingWrapper in vm/compiler/complog/uninit
03f2ab325d3 : 8246383: NullPointerException in JceSecurity.getVerificationResult when using Entrust provider
fc19aa92634 : 8200281: Add missing @Override annotations in ImageIO plugins
b2da6e1a905 : 8252005: narrow disabling of allowSmartActionArgs in vmTestbase
51a3b25d71e : 8252051: Make mlvmJvmtiUtils strncpy uses GCC 10.x friendly
6160353be36 : 8251208: Add missing javadoc comments to java.sql and java.sql.rowsets
99c9b390586 : 8248295: serviceability/jvmti/CompiledMethodLoad/Zombie.java failure with Graal
17bc6915a16 : Added tag jdk-16+12 for changeset fc8e62b399bd
b29c1fbbd17 : 8252031: --patch-module java.base= may fail with \"cyclic inheritance involving Object\"
b9a37e48e2e : 8251923: "Invalid JNI handle" assertion failure in JVMCICompiler::force_comp_at_level_simple()
49e7609da24 : 8251499: no-placeholder compact number patterns throw IllegalArgumentException
93c00472eb9 : 8251490: [TESTBUG] The Java thread stack size specified is too small for nsk/stress/stack. Specify at least 448k
8e4a4cdbe0d : 8251454: Wrong "self type" in DCTree.DCEndElement
ecfb2914d07 : 8251357: [DocCommentParser] Infinite loop while looking for the end of a preamble
3fb8f4364d3 : 8246047: Replace LinkedList impl in net.http.websocket.BuilderImpl
9fc76c2b2c4 : 8251888: Move HotSpot Style Guide wiki subpages to jdk/jdk/doc
fcd005c417c : 8251527: CTW: C2 (Shenandoah) compilation fails with SEGV due to unhandled catchproj == NULL
fc0d883a131 : 8252149: Compilation error after JDK-8252043
e56002c7d30 : 8242263: Diagnose synchronization on primitive wrappers
fac22ce20c2 : 8252043: Move inner class metaspace cleaning out of safepoint cleanup tasks
9d00332ee50 : 8252127: Optimize sun.invoke.util.BytecodeDescriptor.unparse
fe8439f0d4f : 8252086: G1: Remove g1_rs in G1CollectedHeap::initialize
8a56d7e00d6 : 8252034: G1: Remove *g1_reserved* methods
f189db28134 : 8252038: G1: Remove unused G1MarkStatsCache::_num_stats
10fb6f9c4b3 : 8245511: G1 adaptive IHOP does not account for reclamation of humongous objects by young GC
e6a0c6cf4da : 8250852: Address reliance on default constructors in the javax.swing.plaf.basic APIs
d8d3cc3ab61 : 8250851: Address reliance on default constructors in the javax.swing.plaf.synth APIs
b328bc14a00 : 8251715: Throw UncheckedIOException in place of InternalError when HttpClient fails due to unavailability of underlying resources required by SSLContext
67b3cbff2ef : 8250748: Doc of URL(String, String, int, String, URLStreamHandler) does not use link
c2ee432602c : 8249902: tools/javac/records/mandated_members/read_resolve_method/CheckReadResolveMethodTest.java uses @ignore w/o bug-id
f1e07806686 : 8251930: Native types mismatch in hotspot
a1c29335a8c : 8251469: Better cleanup for test/jdk/javax/imageio/SetOutput.java
fbad5a0d5b9 : 8022535: [TEST BUG] javax/swing/text/html/parser/Test8017492.java fails
69c0df6b8f5 : 8250849: Address reliance on default constructors in the javax.swing.plaf APIs
2ef86262e03 : 8239137: JAWS does not always announce the value of JSliders in JColorChooser
0cf76bde341 : 8251125: doclint errors about missing references in Swing javadoc
d6348691eea : 8249674: Redo: Nimbus JTree renderer properties persist across L&F changes
4264cd9f468 : 8251124: doclint errors about missing accessibility support in HTML files
a0d6a8a1741 : 8251166: Add automated testcases for changes done in JDK-8214112
087cbbfd697 : 8237591: Mac: include OS X version in hs_err_pid crash log file
65b99c7b1a6 : 8241065: Shenandoah: remove leftover code after JDK-8231086
57320327076 : 8251414: Add test that invokeinterface of a protected method in java.lang.Object throws NoSuchMethodError
a963aab1a8f : 8181919: Refactor test/java/io/File/GetXSpace.sh to java test
552a73301c5 : 8248791: sun/util/resources/cldr/TimeZoneNamesTest.java fails with -XX:-ReduceInitialCardMarks -XX:-ReduceBulkZeroing
50f1b87a979 : 8250811: Address reliance on default constructors in the javax.swing.plaf.multi APIs
fe8fcfb4be2 : 8078228: Default file manager and web browser didn't launch and got SecurityException
d2d5bc7038b : 8166038: BufferedImage methods getTileGridXOffset() and getTileGridYOffset() return a non 0 value for sub images
31480720790 : 8250857: Address reliance on default constructors in the Java Beans API
dce1aee4efd : 8250856: Address reliance on default constructors in the AWT APIs
63b3498733a : 8251367: [windows] harfbuzz.dll not found causes failure to load sun.font.SunFontManager
5d2f6e737bd : 8250848: [aarch64] nativeGotJump_at() missing call to verify()
d6bd183b844 : 8251399: JDK-8248701 had incorrect indentation
b16a01bb677 : 8251302: Create dedicated OopStorages for Management and Jvmti
28f963f6fc0 : 8251365: Build failure on AIX after 8250636
315ae4c51ce : 8250954: Avoid multiple warnings for external docs with mismatching modularity
23ed3a9e91a : 8250808: Re-associate loop invariants with other associative operations
b83ea8b3919 : 8251369: [JVMCI] Backout 8246347 changes
092389e3c91 : 8249749: modify a primitive array through a stream and a for cycle causes jre crash
e64a25b256e : 8246347: [JVMCI] Set is_method_handle_invoke flag accordingly when describing scope in jvmciCodeInstaller
5e9702d3905 : 8250876: Fix issues with cross-compile on macos
929ffca4714 : 8069411: OutOfMemoryError in OverloadCompileQueueTest.java
714db70bf35 : 8251349: Add TestCaseImpl to OverloadCompileQueueTest.java's build dependencies
ae912be86f4 : 8251459: Compute caller save exclusion RegMasks once
f797e19e3d4 : 8251910: Shenandoah: Handshake threads between weak-roots and reset phases
9871f3a27a2 : 8251939: Fix copy-paste issues and address TODOs
74cb1b4e758 : 8251541: "no symbols" printed when building hotspot
54490d30c86 : 8249691: jdk/lambda/vm/StrictfpDefault.java file can be removed
e8d284faac2 : 8248266: ZGC: TestUncommit.java fails due to "Exception: Uncommitted too fast" again
f779affda0d : 8251885: aarch64: aarch64-asmtest.py script generates unpredictable instructions
70c08153358 : 8251924: 32-bit build failures after JDK-8235765
daffaa83769 : 8251160: Fix "no comment" warnings in java.logging
74ae13716bb : 8251463: Obsolete -XX:ForceNUMA option
cc8d52020df : 8251550: Clean up jdk.javadoc and the related parts of jdk.compiler
61e42ed85db : 8071961: Add javac lint warning when a default constructor is created
39c9560cbf7 : 8251859: sun/security/validator/PKIXValAndRevCheckTests.java fails
c190193eac6 : 8246804: Incorrect copyright header in TypeAnnotationParser.java
89d75304119 : 8250803: pkgbuild failed with exit code 134
57d2c869851 : 8247529: Crash in runtime/cds/appcds/dynamicArchive/LambdaProxyCallerIsHidden.java with Graal
5dbcdbbef71 : 8250611: Cannot display splash screen on Windows
35421399a4e : 8235765: Use of the long type should be avoided in shared code
51c8ac362e0 : 8251837: Rename get_safepoint_workers to safepoint_workers
34949494e4f : 7164518: No PortUnreachableException when connecting to a non-existing DatagramSocket (mac)
5d9c1e45dc2 : 8251835: JDK-8251374 breaks jmap -dump:all
2631422bc55 : 8251570: JDK-8215624 causes assert(worker_id <' _n_workers) failed: Invalid worker_id
ea73b5b0d96 : 8233281: Obsolete UseSemaphoreGCThreadsSynchronization
55e3560abc7 : 8245721: Refactor the TaskTerminator
f1a5cbb11e9 : 8251846: Replace __linux which is no longer defined
fb300a3ff3b : 8251517: [TESTBUG] com/sun/net/httpserver/bugs/B6393710.java does not scale socket timeout
77522d12709 : 8251559: Remove empty file utilities/sizes.cpp
50c37fc749f : 8251543: add mention of INFLATING() to share/oops/markWord.hpp header comment
d1b6691295d : Added tag jdk-15+36 for changeset e3f940bd3c8f
79a4a019bba : 8247753: UIManager.getSytemLookAndFeelClassName() returns wrong value on Fedora 32
f70fc149b55 : 8251276: JDK-8248299 breaks JDK 15 validate-headers build
90f0612ada2 : 8247354: [aarch64] PopFrame causes assert(oopDesc::is_oop(obj)) failed: not an oop
35e3226df85 : 8250990: Consolidate object copying code for CDS static/dynamic archive dumping
76385804770 : 8251374: jmap -dump could accept invalid options
473fa820007 : 8250839: Improve test template SSLEngineTemplate with SSLContextTemplate
3498a10a2b4 : 8215624: Add parallel heap iteration for jmap –histo
9f090cb6f85 : 8215624: Add parallel heap iteration for jmap –histo
e44575ad3ee : 8251526: CTW fails to build after JDK-8251121
d8355e0281e : 8249773: Upgrade ReceiveISA.java test to be resilient to failure due to stray packets and interference
03e5f256ca8 : 8245304: Re-examine ThreadLocal usage in java.math.BigDecimal
12ae68b1978 : 8251118: BiasedLocking::preserve_marks should not have a HandleMark
19a08080e4a : 8251516: VSCode IDE configuration specifies c++03
9edcdf12a03 : 8251533: MacOS build of libjimage explicitly adds C++ standard library
a096c0a83f9 : 8240901: Add a test to check that large datagrams are sent/received on the network correctly
e648a907b31 : 8250597: G1: Improve inlining around trim_queue
191e1e60758 : 8251458: Parse::do_lookupswitch fails with "assert(_cnt >= 0) failed"
51b3bd2c2e3 : 8251456: [TESTBUG] compiler/vectorization/TestVectorsNotSavedAtSafepoint.java failed OutOfMemoryError
0615eac2e6d : 8249838: javax.swing.JLayeredPane has used valueOf twice in example code in documentation
2c00d740d4e : 8251187: Mark BasicComboNPE regression test as headful
764b50a7e37 : 8248299: two jdeps files miss copyright header
c32923e06fc : 8240487: Cleanup whitespace in .cc, .hh, .m, and .mm files
44c6537b57a : Added tag jdk-15+35 for changeset fd60c3146a02
18d5626e250 : 8250929: Missing "classpath exception" in LambdaProxyClassArchive.java
13946835b5c : 8244537: JDI tests fail due to "ERROR: Exception : nsk.share.jdi.JDITestRuntimeException: JDITestRuntimeException : ** event IS NOT a breakpoint **"
0019679c694 : 8251190: nsk jdi tests failing "TestBug: Exception during config file parsing: java.io.FileNotFoundException"
c798b3d0403 : 6709913: BasicComboBoxUI.isPopupVisible returns NullPointerException
96f56eb4fc7 : 8248158: Configure fails with autoconf not found even though it's installed
97bbbbba51b : 8235573: Move JFR ObjectSample oop into OopStorage
c200b4f1cb0 : 8139875: [TESTBUG] Improve nsk/stress/stack/* tests
10663578873 : 8248445: Use of AbsI/AbsL nodes should be limited to supported platforms
7f74c7dd7f4 : 8212226: SurfaceManager throws "Invalid Image variant" for MultiResolutionImage (Windows)
3a0741afa10 : 8250920: Increase @jls usage in core reflection
61ebb6adb75 : 8249030: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdi tests
a53ecac07c5 : 8251128: remove vmTestbase/vm/compiler/jbe/combine
30c8811d11f : 8251031: Some vmTestbase/nsk/monitoring/RuntimeMXBean tests fail with hostnames starting from digits
6b8c16cf418 : 8248906: runtime/Thread/ThreadObjAccessAtExit.java fails due to OutOfMemoryErrors
45c4d9d5196 : 8250646: hdiutil detach fix JDK-8245311 still fails sometimes
36b129fe843 : 8250826: jhsdb does not work with coredump which comes from Substrate VM
eaf70e0ab8c : 8247516: DSO.closestSymbolToPC() should use dbg.lookup() rather than rely on java ELF file support
1cc09ccaef9 : 8251117: Cannot check P11Key size in P11Cipher and P11AEADCipher
ed5696dd2ce : 8251361: Potential race between Logger configuration and GCs in HttpURLConWithProxy test
d0d925c13a6 : 8251017: java/io/File/GetXSpace.java fails on UNIX
b5f785ba9bc : 8246816: XMLGregorianCalendar.hashCode() produces far too many identical hashes
db1e207a720 : 8249703: test/jdk/java/io/File/GetXSpace.java fails on macos
55e381b32fa : 8247605: Avoid array allocation when concatenating with empty string
8e687450d68 : 8248006: Revisit exceptions thrown when creating an HttpClient fails due to unavailability of underlying resources
b35a3bdee96 : 8251322: Improve BitMap::iterate
c57d89ad1a7 : 8251255: [linux] Add process-memory information to hs-err and VM.info
c2fa441d8de : 8250521: Configure initial RTO to use minimal retry for loopback connections on Windows
73321813728 : 8251303: C2: remove unused _site_invoke_ratio and related code from InlineTree
1d480a7b960 : 8250636: iso8601_time returns incorrect offset part on MacOS
660272ce7cd : 8241574: Shenandoah: remove ShenandoahAssertToSpaceClosure
032a4d6b9f1 : 8241007: Shenandoah: remove ShenandoahCriticalControlThreadPriority support
970e251a54d : 8249608: Vector register used by C2 compiled method corrupted at safepoint
c1093dc2447 : 8251213: [TESTBUG] CDS tests shouldn't write output files into test.classes directory
ee060c777c2 : 8241951: SA core file tests failed to find core file for signed binaries on OSX 10.15
6df465de730 : 8251257: NMT: jcmd VM.native_memory scale=1 crashes target VM
b5d775f115e : 8248745: Add jarsigner and keytool tests for restricted algorithms
3ed56830b43 : 8248830: C2: Optimize Rotate API on x86
084e15bca3d : 8248905: [macos] symbolic links not properly resolved
c79e6346d03 : 8250233: -XX:+CITime triggers guarantee(events != NULL) in jvmci.cpp:173
84e397b4de6 : 8250894: Provide a configure option to build and run against the platform libharfbuzz
d7c7f70a6ad : 8249586: Test runtime/cds/appcds/DirClasspathTest.java will fail if run twice
f4de95a97c2 : 8250219: Proxy::newProxyInstance spec should specify the behavior if a given proxy interface is hidden
38af8be9844 : 8022795: Method.isVarargs of dynamic proxy generated method to match the proxy interface method
b0ceab23dd4 : 8250652: Add logical operations on types
39616b4d7cf : 8250930: [TESTBUG] Some forceEarlyReturn00* tests failed due to compiler optimization
00d223cff60 : 8250899: Backout JDK-8249628 from jdk/jdk
4bd94fb9ea9 : 8250986: Problem list docker/TestMemoryAwareness.java and docker/TestDockerMemoryMetrics.java for linux-5.4.0-1019-oracle
54bed60bfeb : 8250750: JDK-8247515 fix for OSX pc_to_symbol() lookup fails with some symbols 8249150: SA core file tests sometimes time out on OSX with "java.io.IOException: App waiting timeout"
d12fdfa3b75 : 8250750: JDK-8247515 fix for OSX pc_to_symbol() lookup fails with some symbols
1e535dfa53d : 8243320: Add SSL root certificates to Oracle Root CA program
9385203fbdc : 8250628: ZGC: `fixup_partial_loads` was removed, but still are referenced
42f4170b2a0 : 8243674: Remove language tag length limit for iTXt chunk in PNGImageReader
696b9e1847d : 8249605: C2: assert(no_dead_loop) failed: dead loop detected
e15e30fef22 : 8249215: JFrame::setVisible crashed with -Dfile.encoding=UTF-8 on Japanese Windows
d9abf606d9a : 8250824: AArch64: follow up for JDK-8248414
ddb726d4a09 : 8250844: Make sure {type,obj}ArrayOopDesc accessors check the bounds
aab365f7463 : 8250911: [windows] os::pd_map_memory() error detection broken
93904460818 : 8249566: jshell tool: retained modes from JDK-13 or prior cause confusing messages to be generated for records
ee5dc7cbb4e : 8250818: idea.sh script doesn't work on WSL 1 and 2
e03ca73dc12 : 8250825: C2 crashes with assert(field != __null) failed: missing field
a9ad296a55b : 8249809: avoid calling DirectiveSet::clone(this) in compilecommand_compatibility_init
024fa0969a8 : 8250638: Address reliance on default constructors in java.xml
dc71097c2e8 : 8250889: Disable testing SendReceiveMaxSize with preferIPv4Stack=true on the old impl until JDK-8250886 is fixed
229f41808d1 : 8250629: do not allow C-style array declaration in record components
58107e52a88 : 8233048: WeekFields.ISO is not a singleton
0f5e57aa8cc : 8250741: an annotation interface may not be declared as a local interface
7fd5cb61174 : 8242885: PlainDatagramSocketImpl doesn’t allow for the sending of IPv6 datagrams on macOS with sizes between 65508-65527 bytes
2dda9965cdb : 8246164: SendDatagramToBadAddress.java and ChangingAddress.java should be changed to explicitly require the new DatagramSocket implementation
1cc8d3a34be : 8241518: Member signature parameter span contains closing but not opening parens
38636a8c967 : 8233635: [TESTBUG] ProgressMonitorEscapeKeyPress.java fails on macos
c4bb35ef330 : 8249293: Unsafe stackwalk in VM_GetOrSetLocal::doit_prologue()
52117c6f629 : 8251850: Refactor ResourceMark and DeoptResourceMark for better code sharing
0ea0338055f : 8252331: JDK-8252058 is causing failures in Tier1
13c176bee4c : 8252058: [JVMCI] Rework setting is_method_handle_invoke flag in jvmciCodeInstaller
afce1f4ebd5 : 8251203: Fix "no comment" warnings in java.base/java.lang and java/io
5585e6f63a5 : 8251155: HostIdentifier fails to canonicalize hostnames starting with digits
9e6782d24b9 : 8251988: jpackage --runtime-image fails on mac when using JDK11 based runtime
d4626d89cc7 : 8251542: Several small Javadoc errors in java.base
eaeddeddb15 : 8248190: Enable Power10 system and implement new byte-reverse instructions
8ebe591a284 : 8252101: Add description of expected behavior of using "live" and "all" options together for jmap
58a3e40a5c9 : 8251848: JMap.histo() and JMap.dump() should parse sub-arguments similarly
8ce2053723b : 8252186: remove FileInstaller action from vmTestbase/jit/graph tests
97f8261e419 : 8252124: Restore Dynalink tests
e4eaa2377b1 : 8252056: Move DumpRegion/ReadClosure/WriteClosure to archiveUtils.hpp
56881d64656 : 8249096: Clean up code for DumpLoadedClassList
d5c4c292a0c : 6501010: test/java/io/File/GetXSpace.java fails on Windows
e3c6574ac04 : 8250863: Build error with GCC 10 in NetworkInterface.c and k_standard.c
72b530aac4e : 8250755: Better cleanup for jdk/test/javax/imageio/plugins/shared/CanWriteSequence.java
d6035a522e1 : 8249772: (ch) Improve sun/nio/ch/TestMaxCachedBufferSize.java
39892bf43f9 : 8250779: Anchor is ignored when reloading a page in Chrome
9798a0846bd : 8249837: Avoid direct or implicit Thread::current() calls when we already have a current thread variable
d3776c7d30f : 8248816: C1: Fix signature mismatch of LIRGenerator::strengh_reduce_multiply
07c3021936e : 8251460: Fix the biased-locking code in ObjectSynchronizer::FastHashCode
60745d14ecc : Added tag jdk-16+11 for changeset 5c18d696c7ce
5735fce331d : 8251489: universe.cpp includes too many headers
ee2e61d7e0d : 8232621: L10n issues with msi installers
c55e52e01f6 : 8241053: Hotspot runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java test fails on Alpine Linux with debug build
7f0777ae887 : 8251336: OopHandle release can not be called in a safepoint
831f23ee86a : 8246707: (sc) SocketChannel.read/write throws AsynchronousCloseException on closed channel
c540da3c4cb : 8251451: Shenandoah: Remark ObjectSynchronizer roots with I-U
6a5203877e6 : 8251189: com/sun/jndi/ldap/LdapDnsProviderTest.java failed due to timeout
d5025544679 : 8250772: Test com/sun/jndi/ldap/NamingExceptionMessageTest.java fails intermittently with javax.naming.ServiceUnavailableException
9885ac18ac2 : 8249603: C1: assert(has_error == false) failed: register allocation invalid
178eea60652 : 8249276: CDS archived objects must have "neutral" markwords
a5ae1e306e3 : 8251306: compiler/aot/cli/jaotc/IgnoreErrorsTest.java timed out on MacOS
fe5817aae81 : 8251383: Disable Event::log from linux_mprotect when processing the assertion poison page
832d8964432 : 8251268: Move PhaseChaitin definitions from live.cpp to chaitin.cpp
dc8026d66dd : 8251205: Add missing javadoc comments to ZipConstants.java
7ca448b4fc5 : 8251359: Shenandoah: filter null oops before calling enqueue/SATB barrier
fff8122978e : 8146451: javax/swing/JComponent/4337267/bug4337267.java failed on Windows
88121139841 : 8169959: javax/swing/JTable/6263446/bug6263446.java: Table should be editing
74eb250e363 : 8246742: ServiceUI.printDialog does not support properties dialog
846d21961c4 : 8250609: C2 crash in IfNode::fold_compares
6986d53af92 : 8248597: [Graal] api/java_security/SignatureSpi/DelegationTests.html fails with Method "javasoft.sqe.tests.api.java.security.SignatureSpi.JCKSignatureSpi.clear" doesn't exist
11a8c9c13ed : 8250770: Net.java translateToSocketException does not handle IOException
7efa6090e81 : Added tag jdk-15+34 for changeset b0817631d2f4
03cf1c3a832 : 8250688: missed open parenthesis for GTEST_FRAMEWORK_SRC var in Main.gmk
3a8a15b5d00 : 8250588: Shenandoah: LRB needs to save/restore fp registers for runtime call
3c276ce1fec : 8067651: LevelTransitionTest.java, fix trivial methods levels logic
4ac45a3b505 : 8245036: DataInputStream.readFully(byte[], int, int) does not throw expected IndexOutOfBoundsExceptions
c8c4d8377a0 : 8250886: java/net/DatagramSocket/SendReceiveMaxSize.java fails in timeout
9852a6f75c1 : 8248401: Refactor/unify RMI gc support functionality
1ad16594131 : 8251260: two MD5 tests fail "RuntimeException: Unexpected count of intrinsic"
e800cc2d2dd : 8251184: File association without description causes exception
77c46ea9112 : 8229822: ThrowingPushPromises tests sometimes fail due to EOF
45c89daf72c : 8249786: java/net/httpclient/websocket/PendingPingTextClose.java fails very infrequently
0c9e0c2e7fb : 8244997: Convert the JavaThread::_threadObj oop to use OopStorage
4d3baa2d377 : 8251179: Word tearing problem with _last_sweep
c148c2c1764 : 8165404: AArch64: Implement SHA512 accelerator/intrinsic
555f0e6e2ad : Added tag jdk-16+10 for changeset b01985b4f88f
12879e91b43 : 8250928: JFR: Improve hash algorithm for stack traces
ef86f06c424 : 8250665: Wrong translation for the month name of May in ar_JO,LB,SY
d02e7d55e82 : 8251272: Typo in java.util.Formatter: "Numberic" should be "Numeric"
db46b297faa : 8251121: six SA tests leave core files behind on macOS
c202bd705e8 : 8250606: Remove unnecessary assertions in ObjectSynchronizer FastHashcode and inflate
111ba18ac63 : 8249550: jdb should use loopback address when not using remote agent
c02b75705fa : 8161684: [testconf] Add VerifyOops' testing into compiler tiers
9886b7e9e9f : 8248879: SA core file support on OSX has some bugs trying to locate the jvm libraries
deaadfad524 : 8247938: Change various JVM enums like LinkInfo::AccessCheck and Klass::DefaultsLookupMode to enum class
99c7b2b85b0 : 8249273: Documentation of BigInteger(String) constructor does not mention leading plus
db4d59cc0c9 : 8250912: Recording#copy() doesn't copy the flush interval
b0e4e9a2e45 : 8251192: Shenandoah: Shenandoah build failed after JDK-8235573
2d3372c8b5c : 8250660: Clarify that WildcardType and AnnotatedWildcardType bounds methods return one
dc86b2e22bd : Added tag jdk-16+9 for changeset c075a286cc7d
b37b1a391a4 : 8251126: nsk.share.GoldChecker should read golden file from ${test.src}
65577cf58a3 : 8251132: make main classes public in vmTestbase/jit tests
3ea5fdc9ac2 : 8235792: LineNumberReader.getLineNumber() behavior is inconsistent with respect to EOF
339016a0f2c : 8250902: Implement MD5 Intrinsics on x86
dfd3080c056 : 8250583: Address reliance on default constructors in java.management
41eaa00eed0 : 8250548: libgraal can deadlock in -Xcomp mode
5a365e86279 : 8248239: jpackage adds some arguments twice in case it is re-executed by JLI
c0b9999c357 : 8250578: Address reliance on default constructors in javax.sql
0e54ce2a8eb : 8250244: Address reliance on default constructors in java.net
ac4dc0470e9 : 8250519: [REDO] Move mirror oops from Universe into OopStorage
cce3929e071 : 8247960: jarsigner says "signer errors" for some normal warnings when -strict is set 8250586: jarsigner refactoring in displayMessagesAndResult() method
bbddae55522 : 8248248: [macos] EmptyFolderPackageTest.java fails EmptyFolderPackageTest-dmg-setup.scpt exited with 134 code
5db58348f84 : 8250246: Address reliance on default constructors in security libs
9b73fb125d7 : 8250557: Rename vmTestbase/nsk shared timeout handler package to Terminator.java
fcd5d414d6b : 8246094: [macos] Sound Recording and playback is not working
4b076cb93f5 : 8249624: update appcds/sharedStrings/IncompatibleOptions test in view of 8081416 closed as WNF
922ba8da30d : 8240777: Update all nroff manpages for JDK 15 release
a0149f53f1b : 8249217: Unexpected StackOverflowError in "process reaper" thread still happens
75d642a4679 : 8243057: compilation of annotated static record fields fails with NPE
cbf68942993 : 8250516: [BACKOUT] Move mirror oops from Universe into OopStorage
77c4adbeb5a : 8249189: AARCH64: more L2I conversions can be skipped
890ca6ea2c9 : 8222582: [TESTBUG] AbstractMethodErrorTest.java fails with "did not test both cases (interpreted and compiled)."
bd12e859750 : 8249938: Move mirror oops from Universe into OopStorage
4a1d4be729d : 8248870: AARCH64: I2L/L2I conversions can be skipped for masked positive values
c63911b33b1 : 8249822: SymbolPropertyTable creates an extra OopHandle per entry
778d8a45cb3 : 8245306: Update sun.security.ssl.SSLLogger to use Immutable DateTimeFormatter
8b005fa74ed : 8249945: Improve ARRAY_SIZE()
26680f0c1a9 : 8248668: AArch64: Avoid MIN/MAX macros when using MSVC
eaeb43542b7 : 8249225: Move definition of PADDING_ELEM_NUM
22006dceb4e : 8249781: AArch64: AOT compiled code crashes if C2 allocates r27
df923ff2fb2 : 8249944: Move and improve the AllStatic class
55b19e84f2c : 8247908: Replace IsRegisteredEnum with std::is_enum
0ef80293f97 : 8250240: Address use of default constructors in the java.util.concurrent
1f91e0ebe3b : 8194309: JNI handle allocation failure not reported correctly
e427697e55c : 8246373: AArch64: Refactor register spilling code in ZGC barriers
5c8a154e93c : 8250237: Address use of default constructors in the javax.script package
2abefad5129 : 8250236: ProblemList java/lang/invoke/lambda/LambdaFileEncodingSerialization.java on linux-x64
9f23c2c159f : 8249812: java/net/DatagramSocket/PortUnreachable.java still fails intermittently with SocketTimeoutException
6d665ed31f1 : 8249192: MonitorInfo stores raw oops across safepoints
bb6647c8456 : 8250221: Address use of default constructors in java.logging
8a9d2b08a04 : 8250216: The README need not mention retrieving source code
6e198fec0b5 : 8249197: JShell: variable declaration with unicode type name gets garbled result 8249199: JShell: Consistent representation of unicode
5088193336b : 8249630: unused is_static_archive parameter in SystemDictionaryShared::write_dictionary
8b87402a440 : 8247592: refactor test/jdk/tools/launcher/Test7029048.java
1f636032886 : 8248655: Support supplementary characters in String case insensitive operations 8248434: some newly added locale cannot parse uppercased date string
a28f4100ce7 : 8249787: Make TestGCLocker more resilient with concurrent GCs
dc80e638119 : 8249953: Shenandoah: gc/shenandoah/mxbeans tests should account for corner cases
63d2421c3bb : 8249888: failure to create a libgraal JavaVM should result in a VM crash
993b1b0afac : 8249612: Remove unused ISNANF and ISNAND from jdk_util_md.h
54ad4f9a80d : Added tag jdk-15+33 for changeset 6b65f4e7a975
33016a8325c : 8249880: JVMCI calling register_nmethod without CodeCache lock
b1ff2bd00a6 : 8249821: Separate libharfbuzz from libfontmanager
2f8653fbf0f : 8248666: AArch64: Use THREAD_LOCAL instead of __thread
1b1c1cd7b94 : 8249940: Remove unnecessary includes of jni_util.h in native tests
401d3ea9bcf : 8249875: GCC 10 warnings -Wtype-limits with JFR code
668acc75815 : Added tag jdk-16+7 for changeset c3a4a7ea7c30
f8a06bc497e : 8245311: [macos] misc package tests failed due to "execution error: Finder got an error: AppleEvent timed out."
a764279daac : 8249880: JVMCI calling register_nmethod without CodeCache lock
9b42f4786c1 : 8249884: Shenandoah: Call report_num_dead() from ShParallelWeakRootsCleaningTask destructor
2d8e74ddea7 : 8249768: Move static oops and NullPointerException oops from Universe into OopStorage
4d43cf9fc67 : 8222187: java.util.Base64.Decoder stream adds unexpected null bytes at the end
45e17d8dd26 : 8249877: Shenandoah: Report number of dead weak oops during STW weak roots
18cf3d8080d : 8247743: Segmentation fault in debug builds due to stack overflow in find_recur with deep graphs
4f99e1fb11f : 8248467: C2: compiler/intrinsics/object/TestClone fails with -XX:+VerifyGraphEdges
73c75ed8386 : 8249650: Optimize JNIHandle::make_local thread variable usage
2a8f92e7e71 : 8246032: Implementation of JEP 347: Enable C++14 Language Features
39b22d134fa : 8242895: failed: sanity at src/hotspot/share/opto/escape.cpp:2361
dff37f89c5d : 8248671: AArch64: Remove unused variables
c7b074a9dbf : 8249713: JFR: java.base events have incomplete stacktraces
f8c1d799178 : 8249697: remove temporary fixes from java/lang/invoke/RicochetTest.java
cd98f7d5bfc : 8249672: Include microcode revision in features_string on x86
006d0bcec1b : 8249801: Shenandoah: Clear soft-refs on requested GC cycle
a20c31865d8 : 8249748: gtest silently ignores bad jvm arguments
d1160228936 : 8249774: Add java/foreign/TestMismatch.java to ProblemList.txt
35554ea0855 : 8217527: jmod hash does not work if --hash-module does not include the target module
3a69dfb5c5f : 8245652: some tests at RecordCompilationTests are resetting the wrong compilation options
8d97637cf28 : 8249700: java/io/File/GetXSpace.java should be added to exclude list, and not @ignore-d
af0d6d28b00 : 8249698: java/lang/invoke/LFCaching/LFGarbageCollectedTest.java should be ProblemList-ed and not @ignored
6ee76b6b057 : 8249760: Unnecessary #include oopStorageSet
ac38b399de0 : 8249681: gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java fails w/ UnsatisfiedLinkError
4a4003e9002 : 8249678: @ignore should be used instead of ProblemList for 8158860, 8163894, 8193479, 8194310
1c882d91f0f : 8249673: cleanup graal problem lists
24a7d8c7665 : 8249622: use 8249621 to ignore 8 jvmci tests
4d13bf33d49 : 8249628: Remove EA from JDK 15 version string starting with Initial RC promotion
d63aebe6cb9 : 8246381: VM crashes with "Current BasicObjectLock* below than low_mark"
4320afbd58c : 8242935: test/jdk/java/util/ServiceLoader/ReloadTest.java uses nashorn script engine
546158fb42f : 8249543: Force DirectBufferAllocTest to run with -ExplicitGCInvokesConcurrent
9694ca9eaf7 : 8249560: Shenandoah: Fix racy GC request handling
3770be7f708 : 8249367: JShell uses 100% of one core all the time
3e641b796fe : 8249588: libwindowsaccessbridge issues on 64bit Windows
1ce6ec6a28a : 8199529: javax/swing/text/Utilities/8142966/SwingFontMetricsTest.java fails on windows
3ec5f6b3741 : 8249725: testbug: ZeroWithStringBoundsTest.java needs update to copyright header
ca2df0e5431 : 8245159: Font.getStringBounds() throws IAE for empty string if the Font has layout attributes
df3c55230ef : 8042055: Nimbus DerivedColor incorrectly clamps hue
c9f9fde3665 : 8245785: javax.swing.JTabbedPane cannot be deserialized
39d4b22fc07 : 8249619: Nimbus L&F Fix for 8041701 is causing some Nimbus tests to fail
507e54840f3 : 8246805: Incorrect copyright header in TestInvalidTieredStopAtLevel.java
1108a4a77c2 : Added tag jdk-15+32 for changeset 2dad000726b8
18f3591a1b3 : 8249278: Revert JDK-8226253 which breaks the spec of AccessibleState.SHOWING for JList
d11b0078a18 : 8249278: Revert JDK-8226253 which breaks the spec of AccessibleState.SHOWING for JList
55039aa1c6d : 8249205: Remove unnecessary trademark symbols
f636b84f484 : 8246676: monitor list lock operations need more fencing
62d77dc3fc2 : 8247280: more fencing needed in async deflation for non-TSO machines
8cfc7e39dff : 8248524: [JVMCI] Memory corruption / segfault during NumPy installation
e07ad838b50 : 8249040: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdb tests
b27e717c56e : 8249034: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jvmti tests
1b5391264a6 : 8249039: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_aod tests
be2a92d8c73 : 8249251: [dark_mode ubuntu 20.04] The selected menu is not highlighted in GTKLookAndFeel
681d06d39bc : 8242388: compiler/graalunit/CoreTest.java timed out
8906904591f : 8248476: No helpful NullPointerException message after calling fillInStackTrace
a640835c62c : 8249258: java/util/StringJoiner/StringJoinerTest.java failed due to OOM
6d201dbba63 : 8249036: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_stress tests
919eb12b144 : 8249032: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_sysdict tests
6c95a87157b : 8249035: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdwp tests
ba1db57dde1 : 8249028: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_monitoring tests
765abcb3290 : 8249033: clean up FileInstaller $test.src $cwd in vmTestbase_vm_metaspace tests
606aad5dc81 : 8249029: clean up FileInstaller $test.src $cwd in vmTestbase_vm_defmeth tests
265b36ff284 : 8236809: [Graal] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java timeouts
7a0914c44c2 : 8248802: Add log helper methods to FontUtilities.java
13bcda40dc5 : 8041701: Nimbus JTree renderer properties persist across L&F changes
a9b7ae8ac20 : 8249255: Build fails if source code in cygwin home dir
7a6c1a66b28 : 8247502: PhaseStringOpts crashes while optimising effectively dead code
be04c8c7244 : 8249256: [macos] Add EmptyFolderPackageTest test to problem list
77c83d9ee6d : 8236935: Improve UX of the search control
5b2fd36a6d8 : 8247670: Shenandoah: deadlock during class unloading OOME
04280a0d05c : 8249000: vm.gc.X should take selected JIT into account
c5ad1daa960 : 8249019: clean up FileInstaller $test.src $cwd in vmTestbase_vm_compiler tests
9bbec0433c4 : 8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests
a376fb77201 : 8217475: Unexpected StackOverflowError in "process reaper" thread
32482c82a6d : 8248598: [Graal] Several testcases from applications/jcstress/acqrel.java fails with forbidden state
54c01787873 : 8041705: Bugs in DefaultTreeCellRenderer.updateUI()
3e0dc688832 : 8248901: Signed immediate support in .../share/assembler.hpp is broken
ba2caf0014d : 8249720: Generated bytecodes of EventWriter don't be output to the log
907719baec4 : 8245694: java.util.Properties.entrySet() does not override Object methods
99eccaf6ec8 : 8247878: Move Management strong oops to OopStorage
c7d84850bfd : 8248414: AArch64: Remove uses of long and unsigned long ints
9376dd810ce : 8236042: [TESTBUG] serviceability/sa/ClhsdbCDSCore.java fails with -Xcomp -XX:TieredStopAtLevel=1
5d270677f7b : 8249649: Shenandoah: provide per-cycle pacing stats
b7c307c019a : 8249687: Use inline @jls and @jvm tages in more places in java.base
d1d17200c5e : 8249632: remove no-arg constructor from ToolProvider
59cd79a8f99 : 8247734: [macos] jpackage fails to retrieve signing certificate when there are multiple
7339cf8f545 : 8247615: Initialize the bytes left for the heap sampler
2f6afe55d87 : 8249289: Exception thrown when --temp points to non-existant directory
e13cb76baa8 : 8249133: Javadoc: Browser back navigation does not jump to previous position anymore
955aee3bfa8 : 8237858: PlainSocketImpl.socketAccept() handles EINTR incorrectly
a8d6a05ce80 : 8248391: Unify handling of all OopStorage instances in weak root processing
55af701cc37 : 8245030: CardTable::precleaned_card is unused
749be7e7616 : 8247808: Move JVMTI strong oops to OopStorage
cdc1dc939f4 : Added tag jdk-16+6 for changeset 4a8fd81d64ba
bcd4690bc3c : 8247790: javac shouldn't allow type variable references from local static declarations
fd206e1e7e2 : 8247272: SA ELF file support has never worked for 64-bit causing address to symbol name mapping to fail
f1bdd9fca64 : 8248878: SA: Implement simple workaround for JDK-8248876
c83ce2e8d9d : 8249292: DependOnVariable macro fails on empty value
05bb6f1ec2f : 8248864: JPackage test extension misspelled "extention"
2f989d273d1 : 8246113: re-visit javax/script test that still requires jdk.scripting.nashorn module
023c53d1905 : 8247677: Incorrect class name displayed in DriverManager trace output
590de670a91 : 8242891: vmTestbase/nsk/jvmti/ test should be fixed to fail early if JVMTI function return error
f8f35d30afa : 8248695: HostLocaleProviderAdapterImpl provides invalid date-only
10e6a6a19a2 : 8248605: Update --release 15 symbol information for JDK 15 build 31
82cc03fa895 : 8248703: Clarify the behavior of java.net.NetworkInterface::equals
734a6c94d35 : 8248799: Shenandoah: Claim threads token in constructor of ShenandoahRootVerifier
83fff054980 : 8248306: gc/stress/gclocker/TestExcessGCLockerCollections.java does not compile
6c89a9653e8 : 8248306: gc/stress/gclocker/TestExcessGCLockerCollections.java does not compile
4506975561a : 8248398: Add diagnostic RepeatCompilation utility
e2072bba70f : 8245302: Upgrade LogRecord to support long thread ids and remove its usage of ThreadLocal
5cf33168d7e : 8248725: Shenandoah: Claim verifier thread roots for parallel processing
999357250a0 : 8248388: ZGC: Load barrier incorrectly elided in jdk/java/text/Format/DateFormat/SDFTCKZoneNamesTest.java
af51a732246 : 8244383: jhsdb/HeapDumpTestWithActiveProcess.java fails with "AssertionFailure: illegal bci"
e0c26b37fde : 8248348: Regression caused by the update to BCEL 6.0
4858141ce4e : 8247533: SA stack walking sometimes fails with sun.jvm.hotspot.debugger.DebuggerException: get_thread_regs failed for a lwp
8b7c9591646 : 8247922: Update Graal
ec25b42804f : 8076985: Allocation path: biased locking + compressed oops code quality
5a90271d01e : 8237488: jdk/jfr/event/compiler/TestCompilerCompile.java failed due to "RuntimeException: No thread in event"
579ed706298 : 8248417: some jdk/javadoc/doclet tests fail (JDK 16)
78b9de8e407 : 8248495: [macos] zerovm is broken due to libffi headers location
dc0c0c7eca0 : 8248060: small HTML issues in java.xml package-info.java files
1eaa4116f52 : Added tag jdk-16+4 for changeset e2622818f0bd
4e962f96754 : 8248321: [JVMCI] improve libgraal logging and fatal error handling
1356a0f1ac0 : 8248667: Need support for building native libraries located in the test/lib directory
72ae3220224 : 8208207: Test nsk/stress/jni/gclocker/gcl001 fails after co-location
3d9bad16d1c : 8218021: Have jarsigner preserve posix permission attributes
dc63bf261b3 : 8248650: [BACKOUT] Backout JDK-8244603 because it generates too much noise in CI
51937e18f82 : 8248634: Shenandoah: incorrect include in shenandoahInitLogger.cpp
00e0a609555 : 8248632: Shenandoah: build fails without both JVMTI and JFR
5fbac4a34cc : 8244324: RTFEditorKit does not display some of Japanese characters correctly
911c553cd21 : 8245921: Minor copy/paste issue in BasicScrollBarUI
c3ec97d41af : 8248187: javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails with String is not properly drawn
637fdbc83ca : Added tag jdk-16+4 for changeset 78c07dd72404
2e658852571 : Added tag jdk-15+30 for changeset 6909e4a1f25b
55e7003fd51 : 8248059: [macos] EmptyFolderPackageTest.java failed "hdiutil: create failed - No child processes"
b67814941f1 : 8229495: SIGILL in C2 generated OSR compilation
83a8c4acc75 : 8244724: CTW: C2 compilation fails with "Live Node limit exceeded limit"
56990241843 : 8197560: test javax/swing/JTree/8003400/Test8003400.java fails
7e93e03da5d : 8248612: Back quotes and double quotes must not be escaped in: Cannot convert \"$unix_path\" to Windows path
bf04926d721 : 8005088: remove unused NativeInstruction::test methods
dc74336a65f : 8243586: Optimize calls to SystemDictionaryShared::define_shared_package for classpath
4b85bd546ee : 8248610: Clean up handling of Windows RC files
32aa66126e5 : 8247534: Update --release 15 symbol information for JDK 15 build 29
03d47d58d65 : 8248359: Update JVMCI
eb78035d052 : 8247741: Test test/hotspot/jtreg/runtime/7162488/TestUnrecognizedVmOption.java fails when -XX:+IgnoreUnrecognizedVMOptions is set
13b7c2e131b : 8244724: CTW: C2 compilation fails with "Live Node limit exceeded limit"
2a37607e983 : 8248563: Gtest CFLAGS/warnings is not properly handled
f5673586b7c : 8248526: configure script failed on WSL in May 2020 update
7d54e71d387 : 8246493: JDI stress/serial/mixed002 needs to use WhiteBox.deflateIdleMonitors support
46ff8fdce97 : 8248409: some jdk/javadoc/doclet tests fail (JDK 15)
0f43de9f026 : 8246114: java/net/MulticastSocket/Promiscuous.java fails after 8241072 (multi-homed systems)
a18e8d3d571 : 8248048: ZGC: AArch64: SIGILL in load barrier register spilling
8f26a1f7481 : 8247229: jpackage tests failed due to "semop(1): encountered an error: Invalid argument"
37880ba60d6 : 8242529: javac defines type annotations incorrectly for record members (constructor and property accessor)
1b1fb080003 : 8249086: JDK 15 L10N resource file update - msg drop 10
183dadbef28 : 8249037: clean up FileInstaller $test.src $cwd in vmTestbase_vm_g1classunloading tests
2fe15bc62ec : Added tag jdk-15+31 for changeset a32f58c6b8be
69a94039952 : 8248822: 8 vm/classfmt/atr_ann/atr_rtm_annot007/atr_rtm_annot00709 tests fail w/ AOT
9f0bafe6adc : 8249097: test/lib/jdk/test/lib/util/JarBuilder.java has a bad copyright
dda0c6cecd3 : 8211974: move test/jdk/lib/testlibrary/java/util/jar/*.java to top-level library or a local library
e5c43ab86ea : 8249018: clean up FileInstaller $test.src $cwd in vmTestbase_vm_mlvm tests
a0e50437819 : 8246806: Incorrect copyright header in KeyAgreementTest.java, GroupName.java
802737cae70 : 8248845: AArch64: stack corruption after spilling vector register
ddcb17e1e05 : 8248112: array index out of bound in FileMapInfo::check_paths
e87c8648474 : 8248570: Incorrect copyright header in TestUnsafeUnalignedSwap.java
5899ef11fb2 : 8208243: vmTestbase/gc/lock/jni/jnilock002/TestDescription.java fails in jdk/hs nightly
f4756fdf48d : 8248505: Unexpected NoSuchAlgorithmException when using secure random impl from BCFIPS provider
ca91da0e0c6 : 8248794: Transition JFR Periodic Task Thread to "_thread_in_native" before invoking performance counters
13750b6aca8 : 8248048: ZGC: AArch64: SIGILL in load barrier register spilling
abc55dea7eb : 8248485: Poor scalability in JfrCheckpointManager when using many threads after JDK-8242008
a338213bb4c : 8248545: Remove unneeded warning suppression of MSVC++ 4521/4522
eb1bacc71b6 : 8248475: Suppress unconditional warning "JFR will be disabled during CDS dumping"
2de3595895f : 8248548: Use DISABLED_WARNINGS for globally disabled warnings on Visual Studio in Hotspot
f19db799f3f : 8248547: Use SetupJdkLibrary for hotspot libraries
f23c983a46d : 8248468: java/awt/font/DefaultFontTest/DefaultFontTest.java fails in SunFontManager.findFont2D
c7ecaa4a1de : 8248219: aarch64: missing memory barrier in fast_storefield and fast_accessfield
1b3a127d062 : 8241803: JFR TestThreadStartEndEvents.java failed due to "RuntimeException: Wrong thread id"
653af300cc8 : 8248348: Regression caused by the update to BCEL 6.0
7a4bf2456eb : 8248501: [macos] App created with jpackage on Mac fails with error -10810
45fce6baf9d : 8242538: java/security/SecureRandom/ThreadSafe.java failed on windows
a8d20c9254d : 8247527: serviceability/dcmd/gc/HeapDumpCompressedTest.java fails with Graal + ZGC
79ad5512cfe : 8243670: Unexpected test result caused by C2 MergeMemNode::Ideal
63a6adf2b53 : 8248746: Undo jhsdb related exclusiveAccess.dirs changes that were done for JDK-8220295
622117d275d : 8234605: C2 failed "assert(C->live_nodes() - live_at_begin <= 2 * _nodes_required) failed: Bad node estimate: actual = 208 >> request = 101"
20a1e352c09 : 8248492: ProblemList open/test/langtools//jdk/javadoc/doclet/testHeadTag/TestHeadTag.java
46f86477ad1 : 8248346: Move OopStorage mutex setup out from OopStorageSet
51b7c76a954 : 8245129: Enhance jstat gc option output and tests
ba711f63bae : 8248410: Correct Fix for 8236647: java/lang/invoke/CallSiteTest.java failed with InvocationTargetException in Graal mode
682e836d60f : 8248488: JDK-8246484 actually broke COMPARE_BUILD
5a6954abbab : 8246051: SIGBUS by unaligned Unsafe compare_and_swap
840867efa64 : 8247218: Add default constructor to VectorSet to use Thread::current()->resource_area() as arena by default
fe145646e72 : 8248227: Shenandoah: Refactor Shenandoah::heap() to match other GCs
c07ce7eec71 : 8245245: Websocket can lose the URL encoding of URI query parameters
55bbaf1ae12 : 8248273: Small clean up for PerfClassTraceTime
48c0ce3b4b5 : 8247408: IdealGraph bit check expression canonicalization
a25bacdd136 : 8248234: Disabling UseExactTypes crashes C2
a793293464d : 8247845: Shenandoah: refactor TLAB/GCLAB retirement code
5ad963cf613 : 8248379: Handshake closures for JVMTI monitor functions lack of some validations
ac4f14c386a : 8247307: C2: Loop array fill stub routines are not called
f44f885f27a : 8248044: Backout ProblemList-ed tests introduced by JDK-8247876
a2db08ae98b : 8247438: JShell: When FailOverExecutionControlProvider fails the proximal cause is not shown 8237743: test/langtools/jdk/jshell/FailOverExecutionControlTest.java fails No ExecutionControlProvider with name 'nonExistent' and parameter keys: [] 8199646: JShell tests: jdk/jshell/FailOverDirectExecutionControlTest.java failed with java.lang.UnsupportedOperationException
bdab5a0a3ae : 8248428: Cleanup pass on javax.lang.model docs
1ef33e4df9d : 8248168: [Graal] jck tests timeout in Graal with -Xcomp mode
a0a0539b0d3 : 8248112: array index out of bound in FileMapInfo::check_paths
f6c537f8bcd : 8247438: JShell: When FailOverExecutionControlProvider fails the proximal cause is not shown 8237743: test/langtools/jdk/jshell/FailOverExecutionControlTest.java fails No ExecutionControlProvider with name 'nonExistent' and parameter keys: [] 8199646: JShell tests: jdk/jshell/FailOverDirectExecutionControlTest.java failed with java.lang.UnsupportedOperationException
fc82a465d31 : 8248412: test/jdk/java/sql/testng/test/sql/DriverManagerPermissionsTests.java can fail
c0c4a8d7383 : 8248326: Add a minimal serialization test for local records
57b792cba21 : 8248216: JFR: Unify handling of all OopStorage instances in LeakProfiler root processing
18cddad5a2a : 8247819: G1: Process strong OopStorage entries in parallel
51ddc2adbf7 : 8246337: Add more JVM tests for sealed classes
e7fa180e059 : 8248334: hs build errors on ppc64 and s390x platforms
9ffba3002ab : 8247747: Remove macro definition of "inline" in stack.hpp
b87302ca99f : 8248347: windows build broken by JDK-8243114
2534e726187 : 8248358: ProblemList sun/nio/ch/TestMaxCachedBufferSize.java on macOSX
e098a313077 : 8248351: ProblemList serviceability/jvmti/ModuleAwareAgents/ThreadStart/MAAThreadStart.java on Windows
708b60e8c69 : 8248354: ProblemList vmTestbase/nsk/jdi/stress/serial/mixed002/TestDescription.java
fc827684782 : 8247849: permits clause of sealed interfaces should not allow parameterized types
23bbc981a6e : 8248302: JFR: Add test for OldObjectSample event when using ZGC
4682835fb40 : 8203005: The top-of-stack type specified for nofast_* bytecodes are wrong
8a424425e15 : 8248341: ProblemList java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java
5724c0d3212 : 8248339: ProblemList jdk/jfr/event/os/TestThreadContextSwitches.java
b4ea9cf23e4 : 8248335: ProblemList compiler/ciReplay/TestServerVM.java and TestVMNoCompLevel.java with AOT
e00aa7c8663 : 8248329: JDK-8244603 breaks windows build
aacb8278962 : 8220639: Need a way to augment JTREG_LAUNCHER_OPTIONS from command-line
d886d8c465f : 8247730: 2 JNI exception pending defect groups in DwarfParser.cpp
47e465cf1bc : 8243114: Implement montgomery{Multiply,Square}intrinsics on Windows
0f2ac2021b3 : 8244603: G1 incorrectly limiting young gen size when using the reserve can result in repeated full gcs 8238858: G1 Mixed gc young gen sizing might cause the first mixed gc to immediately follow the prepare mixed gc
8c20401051c : 8243672: Short term pause time ratio calculation in G1 off
a953a0f4abf : 8247968: test/jdk/javax/crypto/SecretKeyFactory/security.properties has wrong header
a6e794b3e85 : 8248240: Remove extendedPC.hpp and fetch_frame_from_ucontext
06cea107ef2 : 8248271: linux-x86-zero build failure
601e566b265 : 8245128: Kitchensink fails with: assert(destination == (address)-1 || destination == entry) failed: b) MT-unsafe modification of inline cache
31c511e6a56 : 8246704: --release => \"unknown enum constant PreviewFeature$Feature.TEXT_BLOCKS\"
42d3bad0b1c : 8248233: Avoid superfluous Class::isRecord invocations during deserialization
921155dfc74 : 8036604: Typo in BufferedBufImgOps.java in the exception message
9e5f6885d88 : Added tag jdk-16+3 for changeset 76810b3a88c8
34755c35281 : Added tag jdk-15+29 for changeset b58fc6058055
a1b5e010038 : 8213535: Windows HiDPI html lightweight tooltips are truncated
f45d121128d : 8248255: [macos] Add failing DMG tests to problem list
ac37a299142 : 8248049: minor cleanups in gc/whitebox/TestWBGC.java
3e4ad5d8d13 : 8246477: add whitebox support for deflating idle monitors
362f168d232 : 8242501: JFR: oldobject/TestG1.java can't find leaking object
2ad638621c0 : 8247573: gtest/GTestWrapper.java is not helpful if gtest framework is missing
1e45eb3b130 : 8248235: appcds/jigsaw/PatchModule/Simple.java failed when running in dynamic CDS mode
95b9024ab25 : 8164597: TestIOException.java fails after push for JDK-8164130
4b3c33bac12 : 8247785: Small clarification of the javadoc about builtin class loaders
0e60e8ad856 : 8246181: Avoid walking SymbolTable during -Xshare:dump
1550fd889b4 : 8239782: CC_INTERP is only used by Zero interpreter
6b251191e0f : 8248131: Simplify ServicesCatalog provider handling
112a4bd8bc8 : 8247966: runtime/logging/loadLibraryTest/LoadLibraryTest.java failed "RuntimeException: 'Unloaded library with handle' missing from stdout/stderr"
9584e01d24c : 8225251: Minimise import statements in jpackage sources
ef3b0ec567c : 8247755: Leaner and more versatile GrowableArray classes
9d6aa42a7c1 : 8247820: ParallelGC: Process strong OopStorage entries in parallel
3797364ce92 : 8248133: SerialGC: Unify handling of all OopStorage instances in root processing
156f6174ed7 : 8248132: ZGC: Unify handling of all OopStorage instances in root processing
a1f02d13e51 : 8248130: AArch64: pf() uses mtNone instead of mtInternal
27fc8b67879 : 8246546: Simplify SystemDictionary::is_shared_class_visible
e178f0467bc : 8248184: AMPM_OF_DAY doc fix in ChronoField
1aa65395761 : 8241885: JFR tool: print does not work with inner class events
0a6262f0b85 : 8242593: JFR: EventFactory does not scale well past unique 1000 events
d85ff3c7f08 : 8246212: JPKG001-012: application icon is missing in Control Panel Add/Remove
29936542adc : 8247246: Add explicit ResolvedJavaType.link and expose presence of default methods
6715f2306e5 : 8241718: assert ((klass)->trace_id()) & ((JfrTraceIdEpoch::method_and_class_in_use_this_epoch_bits()))) != 0 in ObjectSampleCheckpoint::add_to_leakp_set
2f09989ec07 : 8247532: Records deserialization is slow 8248135: Build microbenchmarks with --enable-preview
4bcd70acc09 : 8247967: SparkExamples24H.java SIGSEGV in various places
e66a2a33842 : 8247955: doclint: don't complain about summary/caption when role=presentation
4076ca82d29 : 8151779: Some intrinsic flags could be replaced with one general flag
6986ab256df : 8248041: Shenandoah: pre-Full GC root updates may miss some roots
1e1985da9bd : 8247956: remove scripts under bin/nashorn and doc/nashorn/source
36d716aa086 : 8248011: Improve javadoc of Foreign Memory Access API
7f69acc778c : 8247696: Incorrect tail computation for large segments in AbstractMemorySegmentImpl::mismatch
64696852855 : 8247992: [JVMCI] HotSpotNmethod.executeVarargs can try execute a zombie nmethod
4167ba12881 : 8248061: bad reference in @throws in HotSpotDiagnosticMXBean
12554c2c039 : 8244818: Java2D Queue Flusher crash while moving application window to external monitor
9a99f511aa2 : 8247958: minor HTML errors in com.sun.jdi
9a120e7f79f : 8247959: doclint errors in NIO code
3192ef367ac : 8247736: Shenandoah: assert(_nm->is_alive()) failed: only alive nmethods here
cb9d3efe5d3 : 8247979: aarch64: missing side effect of killing flags for clearArray_reg_reg
c0b348f3efc : 8239950: Update PKCS9 Attributes to PKCS#9 v2.0 Encodings
d8219d0a78c : 8213214: Set -Djava.io.tmpdir= when running tests
2765410a284 : 8247319: Remove on-stack nmethod hotness counter sampling from safepoints
a10a9284c19 : 8247179: Mechanism for VM operations to not take part in safepoint coalescing
88df2f0f7f5 : 8243470: [macos] bring back O2 opt level for unsafe.cpp
f8596b57f36 : 8247740: Inline derived CollectedHeap access for G1 and ParallelGC
e3eb38f4d2f : 8244148: keytool -printcert and -printcrl should support the -trustcacerts and -keystore options
8d9826e4d18 : 8247995: Avoid use of a mapping function in Permissions.getPermissionCollection
17f2250c5a0 : 8247879: Rework WeakHandle and OopHandle to dynamically support different OopStorages
61e44cdb6a9 : 8247932: JShell crashes when typing text block
3c472b67006 : 8198623: java/awt/KeyboardFocusmanager/TypeAhead/EnqueueWithDialogButtonTest/EnqueueWithDialogButtonTest.java fails on mac
02201d19c69 : 7131400: [macosx] Desktop.edit(a directory) should throw IOException
79f02a67ced : 8247863: Unreachable code in OperatingSystemImpl.getTotalSwapSpaceSize()
a4eaf9536c2 : 8250810: Push missing parts of JDK-8248817
cf345fd768c : 8250745: assert(eval_map.contains(n)) failed: absent
d86ab942f6f : Added tag jdk-16+8 for changeset 0a73d6f3aab4
0417fcf13f7 : 8248682: AArch64: Use ATTRIBUTE_ALIGNED helper
257809d7440 : 8248817: Windows: Improving common cross-platform code
7685e53426a : 8250797: remove CompileReason::Reason_CTW
bd843673a87 : 8250743: Switch to JCov build which supports byte code version 60
0aefe6f20ae : 8249663: LogCompilation cannot process log from o.r.scala.dotty.JmhDotty
4946a162aa6 : 8247546: Pattern matching does not skip correctly over supplementary characters
6e323383307 : 8243321: Add Entrust root CA - G4 to Oracle Root CA program
eef2e1e3fcd : 8250609: C2 crash in IfNode::fold_compares
e6517d1ae26 : 8250627: Use -XX:+/-UseContainerSupport for enabling/disabling Java container metrics
10b9d0b6a62 : 8250610: SafepointMechanism::disarm_if_needed() is declared but not used
27a9a2f64aa : 8249261: AssertionError in StructuralStuckChecker
b37228e11fc : 8248641: Trees.getScope returns incorrect results for code inside a rule case
17035efe87f : 8250602: Update sun/security/ssl/SSLLogger/LoggerDateFormatterTest.java to handle TimeZones
6af643e5a1f : 8248657: Windows: strengthening in ThreadCritical regarding memory model
3349e10b7fd : 8250612: jvmciCompilerToVM.cpp declares jio_printf with "void" return type, should be "int"
a72a8984a93 : 8249719: MethodHandle performance suffers from bad ResolvedMethodTable hash function
76baa501faa : 8250742: ProblemList serviceability/sa/ClhsdbPstack.java #id0 and #id1 for ZGC
64d130efc4e : 8249643: Clarify DOM documentation
77a10a182ff : 8250580: Address reliance on default constructors in java.rmi
0b42b1cf15e : 8250739: remove Compile::Generate_*_Graph methods declarations
f4301530b47 : 8250738: C2Compiler::is_intrinsic_supported(methodHandle&, bool) shouldn't be virtual
99ae9558fe0 : 8250562: Clean up weird comment in vmTestbase class Terminator.java
816a7060ba5 : 8248882: SA PMap and PStack support on OSX works with core files. Enable them
ab729d7075d : 8247515: OSX pc_to_symbol() lookup does not work with core files
1a5ef6606fe : 8249219: Update --release 15 symbol information for JDK 15 build 33
8a9675663f0 : 8250640: Address reliance on default constructors in jdk.jdi
31368cd1f06 : 8249602: C2: assert(cnt == _outcnt) failed: no insertions allowed
aff80ee9009 : 8250589: Move Universe::_reference_pending_list into OopHandle
42ac8e18560 : 8250042: Clean up methodOop and method_oop names from the code
0ebcf5c59d6 : 8237483: AArch64 C1 OopMap inserted twice fatal error
5b99c6ae1f4 : 8250605: Linux x86_32 builds fail after JDK-8249821
188ad9714d6 : 8247976: Update HotSpot Style Guide for C++14 adoption
2aa291ad2c3 : 8247630: Use two key share entries
f2e69156c8a : 8250556: revert JVMCI part of JDK-8230395
277ec3d2608 : 8216324: GetClassMethods is confused by the presence of default methods in super interfaces
ed7f796494e : 8250213: Address use of default constructors in com.sun.source.util
761a92d7c94 : 8247766: [aarch64] guarantee(val < (1U << nbits)) failed: Field too big for insn
31753ef9bf2 : 8250582: Revert Principal Name type to NT-UNKNOWN when requesting TGS Kerberos tickets
6c2ff1781b0 : 8249829: javac is issuing an incorrect static access error
af8c3b4a7eb : 8242036: G1 HeapRegionRemSet::_n_coarse_entries could be a bool
417e8e449df : 8248552: C2 crashes with SIGFPE due to division by zero
f84b5d2f806 : 8248362: JVMTI frame operations should use Thread-Local Handshake
3dba35d2489 : 8247296: Optimize JVM_GetDeclaringClass
112bbcb3968 : 8249087: Always initialize _body[0..1] in Symbol constructor
eb758d53f13 : 8247763: assert(outer->outcnt() == 2) failed: 'only phis' failure in LoopNode::verify_strip_mined()
f834dc3dc9c : 8247964: All log0() in com/sun/org/slf4j/internal/Logger.java should be private
c4df79117d9 : 8247907: XMLDsig logging does not work
25b1e5a7bde : 8247876: ProblemList various crypto tests on aarch64
e0a7782a9e4 : 8247784: Bad link causes invalid documentation
8b6d3147fb8 : 8247815: doclint: recategorize "no description for ..." as MISSING, not SYNTAX
2e6923ffd6d : 8243533: Only one of several deprecated overloaded methods listed in the Deprecated list
9d40d80237b : 8247780: Refine the Help page for API Documentation
f2b191a6e94 : 8247444: Trust final fields in records
983e012c9f4 : 8241969: Type annotation is not shown for wildcard type in Javadoc
ffbee17d8a5 : 8198705: Javadoc search needs a fix to handle duplicate package names in different modules
226e8528310 : 8242214: NullPointerException in JDK 14 javac compiling a method reference
5d1255bf525 : 8246078: Javadoc Search specification link from Javadoc Help page points to JDK 13 spec
326ba317872 : 8237950: C2 compilation fails with "Live Node limit exceeded limit" during ConvI2L::Ideal optimization
bf1e6903a24 : 8233014: Enable ShowCodeDetailsInExceptionMessages by default
e208d9aa1f1 : 8247899: HTML errors and warnings in threadPrimitiveDeprecation.html
510354452f9 : 8247896: Invalid (@throw) tags in 2 java.io classes
6c2c0563eb7 : 8247894: Invalid @see in java.management
2155d525dd5 : 8247880: bad HTML(href==...) in table
de3923edf93 : 8247788: DocCommentParser should not reject standalone '>'
05dc2af21fb : 8247824: CTW: C2 (Shenandoah) compilation fails with SEGV in SBC2Support::pin_and_expand
d5ae932b3fb : 8248265: compiler/ciReplay tests fail with AOT compiled java.base
a7e352b5540 : 8246051: SIGBUS by unaligned Unsafe compare_and_swap
144267d30fc : 7107012: sun.jvm.hostspot.code.CompressedReadStream readDouble() conversion to long mishandled
d19f2bdec01 : 8234605: C2 failed "assert(C->live_nodes() - live_at_begin <= 2 * _nodes_required) failed: Bad node estimate: actual = 208 >> request = 101"
320af9b34b2 : 8248264: WinUpgradeUUIDTest application is missing in downgrade scenario
d180fb30447 : 8248254: jpackage fails if app module is in external runtime
1a4f31409ae : 8248427: jpackage jtreg BasicTest.testTemp() test fails on Windows
d16ea55b627 : 8236647: Correct Fix for 8236647: java/lang/invoke/CallSiteTest.java failed with InvocationTargetException in Graal mode
97cdfb92f8a : 8247832: [Graal] Many Javafuzzer tests failures with Graal, due to unexpected results, after last update JDK-8243380
4a588d89f01 : 8246031: SSLSocket.getSession() doesn't close connection for timeout/ interrupts
a750ac5feb2 : 8247358: Shenandoah: reconsider free budget slice for marking
56048d0480a : 8247789: Remove use of reflection from test/jdk/java/io/Serializable/records/StreamRefTest.java
11ac92c8fbf : 8246244: BasicShortcutHintTest shortcut can not be found
cfab7f4c68d : 8247778: ZGC: More parallel gc/z/TestUncommit.java test configuration
2cbdd21ed7a : 8241802: [Graal] compiler/loopopts/TestLogSum.java timed out
59a4517d076 : Added tag jdk-15+28 for changeset 06c9f89459da
ecb4cbfd4a9 : 8245842: provide tests for binary compatibility assertions for sealed classes
ce4978ffe69 : 8246257: Annotated record's vararg type component started to be uncompilable with JDK15b24
2a794b696ce : 8245696: javadoc crashes when a doc-files directory contains a '#' file
ed4b8017718 : 8238735: NPE compiling lambda expression within conditional expression
338dd21cfe4 : 8247725: move two tests for whitebox from test/hotspot/jtreg/sanity to test/lib-test
f740cda5261 : 8247716: JVM_RegisterWhiteBoxMethods checks wrong classloader
5547d3204d1 : 8247200: assert((unsigned)fpargs < 32)
3237e82b4b4 : 8247526: [TESTBUG] runtime/cds/appcds/dynamicArchive tests failing with Graal
a27ee6b2848 : 8236539: Relative link tags in record javadoc don't resolve
dee90e4736f : 8246098: API for Class::permittedSubclasses should clarify if returned elements are ordered or not
e7f8e1fdb59 : 8211977: move testlibrary tests into one place
5073b8c163d : 8247528: runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java failing with Graal
e5d33163c77 : 8247660: 12 Uninitialised variable in 1 files
bf300e8d8c9 : 8247421: ReturnBlobToWrongHeapTest.java failed allocating blob
02cec3470fa : 8236647: java/lang/invoke/CallSiteTest.java failed with InvocationTargetException in Graal mode
f968f32789a : 8246077: Cloneable test in HmacCore seems questionable
c55b06a4d58 : 8247382: doclint errors (missing comments) in jdk.compiler and jdk.javadoc
898c638b95c : 8247530: JfrCheckpointManager failed "assert(!SafepointSynchronize::is_at_safepoint()) failed: invariant"
6cdf06f02bb : 8246196: javax/management/MBeanServer/OldMBeanServerTest fails with AssertionError
6c3c3dad97b : 8247521: (test) jdk/test/lib/hexdump/HexPrinterTest.java fails on windows
b71dac25021 : 8247575: serviceability/dcmd/gc/HeapDumpCompressedTest unlocks experimental options for Shenandoah and Z
fd7123b2684 : 8247463: java/nio/channels/etc/OpenAndConnect.java fails due to IPv6 not available
ca85c5ab152 : 8247522: assert(is_aligned(class_space_rs.base(), class_space_alignment)) failed: Sanity
e3b04bc135f : 8247560: Shenandoah: heap iteration holds root locks all the time
bc73f123138 : 8247474: Shenandoah: Windows build warning after JDK-8247310
faaf52cc305 : 8247388: Minimal build broken after JDK-8240245 (undefined reference to `MetaspaceShared::_use_optimized_module_handling')
2536cbf2cfb : 8245679: KeyStore cannot probe PKCS12 keystore if BouncyCastle is the top security provider
241f401815d : 8247350: [aarch64] assert(false) failed: wrong size of mach node
e68f81ab4c6 : 8247495: ProblemList vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/TestDescription.java
7b988b31c66 : 8240654: ZGC can cause severe UI application repaint issues
eeb3c5e9e35 : 8247492: ProblemList tools/jlink/plugins/CompressorPluginTest.java
4bc69f42554 : 8247418: Only validate the certificates trust if using the default key user name
19c5bfe42ff : 8247334: Trees.getScope crashes for annotated local records
56d333c538d : Added tag jdk-15+27 for changeset 93813843680b
0b8f18beda5 : 8246613: Choose the default SecureRandom algo based on registration ordering
edefd3c1983 : 8247422: --runtime-image on Mac should work for runtime root 8247424: jpackage BasicTest.java failed two sub-tests
c0475c81f2a : 8247247: JFR tests fail due to JDK-8235521 missing doPrivileged block
30ff2ad58c2 : 8246382: assert in MetaspaceShared::map_archives
212ab176356 : 8242923: Trigger interface MethodHandle resolve in test without Nashorn
07e6b75ff57 : 8242607: -Xdoclint doesn't report missing/unexpected comments
0652a7883d8 : 8246705: javadoc gives "misleading" and incomplete warning message
56abdc178eb : 8246712: doclint incorrectly reports some HTML elements as empty
80ae89b1aa2 : 8247284: Zero VM is broken after JDK-8244920 ('class JavaFrameAnchor' has no member named 'set_last_Java_sp')
ee452946fcd : 8245686: Ed25519 and Ed448 present in handshake messages
b6a9f3015a7 : 8241680: crypto microbenchmarks need updating for disabled EC curves
0bf3ba402bf : 8246718: ParallelGC should not check for forward objects for copy task queue
27e168677f1 : 8246662: Test java/time/test/java/time/format/TestUnicodeExtension.java failed on japanese locale
140a79765fd : 8237456: Transform filtered through SAX filter mishandles character entities
9d0ba7ae7fa : 8246220: ZGC: Introduce ZUnmapper to asynchronous unmap pages
d7e68f375cf : 8245208: ZGC: Don't hold the ZPageAllocator lock while committing/uncommitting memory
cd16b568ce0 : 8246265: ZGC: Introduce ZConditionLock
63a3d8f0f29 : 8245204: ZGC: Introduce ZListRemoveIterator
4d8189b265c : 8245203: ZGC: Don't track size in ZPhysicalMemoryBacking
82e3640eb17 : 8246330: Add TLS Tests for Legacy ECDSA curves
8dc66431d44 : 8243535: NMT may show wrong numbers for CDS and CCS
dc91b066611 : 8244614: cleanup keywords used/available in hotspot testbase
b37d806d824 : 8246706: [macos] Allow SigningPackageTest to be built with real certificates
976c4693057 : 8236282: [macos] Find permanent solution to macOS test timeout problem JDK-8235738
71d646a1601 : 8235521: Replacement API for Unsafe::ensureClassInitialized
6fc6476da88 : 8246719: remove LambdaStableNameTest from problem list
9cd41b65551 : 8246592: Simplify checking of boolean file attributes
17867010117 : 8246729: MappedByteBuffer.force() throws IndexOutOfBoundsException
63ade9c49cc : 8236697: Stack overflow with cyclic hierarchy in class file
46f4bf93dbc : 8246750: Docs bundle should be published to common dir
a748779e1ec : 8246770: Atomic::add() with 64 bit value fails to link on 32-bit platforms
785b9142821 : 8243424: Signature and SignatureSpi get parameter methods may return null when unsupported
a043bd0ff8b : 8246632: StringConcatFactory::makeConcatWithConstants no longer throws NullPointerException when an unexpected constant is null
5805cbeaaf7 : 8081652: [TESTBUG] java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java timed out intermittently
ea9aeda5ee8 : 8131745: java/lang/management/ThreadMXBean/AllThreadIds.java still fails intermittently
b073038e54e : 8246751: Mac OS build settings should use -O3
e90621c1692 : 8246199: 'permits' is a restricted identifier
358714bcd0d : 8246353: Sealed types not supported by jshell
3943f9d0b78 : 8246431: java/net/httpclient/PathSubscriber tests fail due to missing FilePermission
2845c3d0297 : 8245938: Remove unused print_stack(void) method from XToolkit.c
f87ef60b09c : 8238204: run_tests.sh fails on macOS when called from test_jpackage.sh
28d2cdf99aa : 8246627: Consolidate app image bundlers
045d61b5e01 : 8246624: Refactor JLinkBundlerHelper and StandardBundlerParam classes
086c5f1750a : 8246442: nmethod::can_convert_to_zombie() asserts when not called by the sweeper
201d0a48d1b : 8246689: Enable independent compressed oops/class ptrs on Aarch64
6cbd66b1c12 : 8242240: JfrStacktrace_lock rank not special enough
f160c80e3b2 : 8244920: Access violation in frames::interpreter_frame_method
ac2828ddf12 : 8164408: Add module support for @see, @link and @linkplain javadoc tags
9a8ace2c0a6 : 8246837: Rename WeakHandle<vm_class_loader_data> to better reflect its OopStorage association
6e43cddad77 : 8247115: Fix typos in java.lang.invoke and java.lang
3df95aa377f : 8247212: Use assistant markup in java.lang.module.ModuleDescriptor
5b6f050fceb : 8245828: Remove unnecessary NetworkPermission checks from jdk/net/ExtendedSocketOptions.java
59428f4a0df : 8245958: j.l.Record need to mention that canonical constructor may not be public
ac906168c88 : 8243999: DatagramSocket and MulticastSocket constructors don't specify how a null InetAddress is handled
c47f27e1c6d : 8236469: macOS devkit needs 64-bit SetFile for Catalina
022d7a19d37 : 8236108: tools/javac/lambda/LambdaParserTest.java timed out
9149f10fa44 : 8241439: jdk.NativeLibraryEvent hooks all opened regular files
7d6c1cf4a88 : 8246648: issue with OperatingSystemImpl getFreeSwapSpaceSize in docker after 8242480
a98bad2b223 : 8246453: TestClone crashes with "all collected exceptions must come from the same place"
35ceac00836 : 8243597: AArch64: Add support for integer vector abs
be145265691 : 8196450: Deprecate JDWP/JDI canUnrestrictedlyRedefineClasses to match JVM TI capabilities
ff8c6d5debd : 8246709: sun/security/tools/jarsigner/TsacertOptionTest.java compilation failed after JDK-8244683
2625942c43c : 8246484: Verify patch at start of COMPARE_BUILD=PATCH run
cd651b9aad7 : 8246435: Replace Javascript implementation of pandoc filters with Java
2048bcb648c : 8244621: [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11
71c926c4f62 : 8246697: Test: java/util/StringJoiner/StringJoinerTest.java failing with OOM
a46a94c431b : 8245068: Implement Deprecation of RMI Activation
8d19eca78c9 : 8222241: Example in ServiceLoader API docs should have one provides directive
9c3be788260 : 8246429: Javadoc comparators are not module-aware
97fc959e356 : 8246132: AsynchronousSocketChannelNAPITest failing with a NotYetConnectedException
13d30235e10 : 8244683: A TSA server used by tests
ec4240b3429 : 8246696: Test: java/util/StringJoiner/StringJoinerTest.java failing with OOM
efffff1dbbc : 8245874: requires.extraPropDefns.vmOpts doesn't need -Xbootclasspath/a:bootClasses
0b02c5b5e03 : 8245981: Upgrade to jQuery 3.5.1
498b0e61ed8 : 8246340: Move SystemDictionary GC roots into OopStorage
06e47d05b64 : 8246622: Remove CollectedHeap::print_gc_threads_on()
c66bef02896 : 8233705: Let artifact iteration running time be a function of incrementally tagged artifacts
45fa5aa699d : 8242088: Replace mutually exclusive lists with concurrent alternatives
4de4200652e : 8230743: StringJoiner does not handle too large strings correctly
cb960ee7b5c : 8245487: Potential double-free of interfaces array
f833afa660b : 8246640: @systemproperty should be @systemProperty in java.security.jgss
5aea3f02503 : 8245668: closed test javax/swing/JComboBox/4765319/bug4765319.java fails on windows
5f0f4d75e09 : 8246377: [PPC64] Further improvements for assembler stop function
6c3bc71079b : 8243380: Update Graal
09630505488 : 8246557: test_os_linux.cpp uses NULL instead of MAP_FAILED to check for failed mmap call
d071ed02945 : 8244582: Remove terminally deprecated Solaris-specific SO_FLOW_SLA socket option
b4943a3f021 : 8237243: [macOS] java/awt/event/KeyEvent/DisabledTargetF10/DisabledTargetF10.html fails
e97c5f41eea : 8196094: javax/swing/JFileChooser/8002077/bug8002077.java fails
c328bca4938 : 8246183: Scanner/ScanTest.java fails due to SIGSEGV in StubRoutines::jshort_disjoint_arraycopy
cd340d5e704 : 8245121: (bf) XBuffer.put(Xbuffer src) can give unexpected result when storage overlaps
7514ad9ad04 : 8240871: SSLEngine handshake status immediately after the handshake can be NOT_HANDSHAKING rather than FINISHED with TLSv1.3
604005d65c5 : 8159597: [TEST_BUG] closed/javax/swing/JPopupMenu/4760494/bug4760494.java leaves key pressed
1d4bd253e4a : 8245831: Unify code parsing version strings on Mac and Windows
9e43496c42c : 8245867: Logger/bundleLeak/BundleTest.java fails due to "OutOfMemoryError: Java heap space"
f79801b74db : 8245832: JDK build make-static-libs should build all JDK libraries
5314d28f841 : 8245289: Clean up offset code in JavaClasses
e639c9a840b : 8246162: Shenandoah: full GC does not mark code roots when class unloading is off
4f9020f4815 : 8245880: Shenandoah: check class unloading flag early in concurrent code root scan
72f1a49746c : 8246130: JFR: TestInheritedAnnotations has incorrect validation
984373408ee : 8246128: JFR: Fix warnings
6fd44901ec8 : 8216303: JFR: Simplify generated files
02fbf44cc7e : 8244958: preferIPv4Stack and preferIPv6Addresses do not affect addresses returned by HostsFileNameService
b43f3562883 : 8177280: @see {@link} syntax should allow generic types 8237826: DocTrees should provide getType(DocTreePath) method
c0a1a4e4fc0 : 8237470: HttpResponse.BodySubscriber::ofFile throws UOE with non-default file systems
55ed0d853fe : 8246040: java/foreign/TestAddressHandle fails on big endian platforms
5967aaf6296 : 8246050: Improve scalability of MemoryScope
4708c6d3431 : 8243507: DatagramSocket constructors don’t always specify what happens when passed invalid parameters
7228978b197 : 8242504: Enhance the system clock to nanosecond precision
60ac615aa8c : 8240259: Disable -Wshift-negative-value warnings
e29685febd1 : 8246109: Remove unneeded undef CS
e0d03881d08 : 8244668: Remove SA's javascript support
de34e258efe : 8244622: Remove SA's memory/FreeChunk.java. It's no longer used
7045a462504 : 8244993: Revert changes to OutputAnalyzer stderrShouldBeEmptyIgnoreVMWarnings() that allow version strings
6df2a95d17d : Added tag jdk-15+25 for changeset 90b266a84c06
f3c463b50a3 : 8244703: "platform encoding not initialized" exceptions with debugger, JNI
23ce03d2ca8 : 8245505: Prelink j.l.ref.Reference when loading AOT library
b189d0b918d : 8245478: Implementation: JEP 379: Shenandoah: A Low-Pause-Time Garbage Collector (Production)
3459f9b8617 : 8245942: Shenandoah: x86_32 builds fail after JDK-8245594
339d52600b2 : 8245986: AArch64: Provide information when hitting a HaltNode
f702f4d93ac : 8246023: Obsolete LIRFillDelaySlot
a9477eb8c92 : 8245718: Epsilon: improve configuration logging
919f10c4076 : 8245864: Obsolete BranchOnRegister
6f4f6a2a592 : 8245955: Shenandoah: Remove LRB/is_redundant optimization
57388f807fc : 8244504: C2: refactor counted loop code in preparation for long counted loop
7cc3ba5f9b1 : 8239827: The test OpenByUNCPathNameTest.java should be changed to be manual
456fe234cef : 8230827: javac gives inappropriate warning about potentially ambiguous methods
7671f2716b4 : 8245786: Scope is wrong for ClassTree representing record
dfc7905a10a : 8246027: Minimal fastdebug build broken after JDK-8245801
8ea971e3733 : 8246034: Remove java.base/share/classes/jdk/internal/jrtfs/jrtfsviewer.js and java.base/share/classes/jdk/internal/jrtfs/jrtls.js
686ca5ae490 : 8243936: NonWriteable system properties are actually writeable
60ce159dad5 : Added tag jdk-15+25 for changeset 588330449887
e4a972de1af : 8245968: javax/swing/JTable/7124218/SelectEditTableCell.java is added to ProblemList twice
4aea73361dc : 8245062: HtmlStyle: group and document members for nav, header, summary, details
e6855f20b07 : 8245264: Test runtime/cds/appcds/SignedJar.java fails
7e85b2c787b : 8245969: Simplify String concat constant folding
69f7f95b939 : 8245959: Extend String concat testing to account for folded constants
4ad89925d02 : 8245850: Obsolete UseLWPSynchronization
17a298962c3 : 8206925: Support the certificate_authorities extension
6f5e8a2aa3a : 8237908: [TESTBUG] [macos] Add support to jtreg helpers to unpack pkg packages
93d89d3bf36 : 8242786: [macos] tools/jpackage/share/IconTest.java fails: ABORT trying to dequeue work
4af3a1e0782 : 8245202: Convert existing jpackage tests to newer form
afbdb4932ee : 8245827: Shenandoah: Cleanup Shenandoah code root iterators and root scanner
954db3353ee : 8241312: missing code coverage for records
37c3b0bf106 : 8245814: Shenandoah: reconsider format specifiers for stats
b8d49f8c2f4 : 8245825: Shenandoah: Remove diagnostic flag ShenandoahConcurrentScanCodeRoots
db1ef58d5c1 : 8245823: Shenandoah: inline/optimize ShenandoahEvacOOMScope
342e9f88cdb : 8233647: [TESTBUG] JColorChooser/Test8051548.java is failing on macos
85822a50d59 : 8233566: [TESTBUG] KeyboardFocusManager tests failing on MacoS
9b3fb5d1d5a : 8233551: [TESTBUG] SelectEditTableCell.java fails on MacOS
c14590378a2 : 8245179: JvmciNotifyBootstrapFinishedEventTest.java fails with custom Tiered Level set externally
76ac6213946 : 8245801: StressRecompilation triggers assert "redundunt OSR recompilation detected. memory leak in CodeCache!"
5200d162bc6 : 8245756: Reduce bootstrap cost of StringConcatFactory prependers
6e1403480a3 : 8245724: Move g1 periodic gc logging to G1InitLogger
2ff952bf329 : 8245723: Remove PrintCompressedOopsMode and change gc+heap+coops info log to debug level
d0294c38457 : 8245812: Shenandoah: compute root phase parallelism
bc669dfc821 : 8243339: AArch64: Obsolete UseBarriersForVolatile option
c6386188143 : 8233559: [TESTBUG] TestNimbusOverride.java is failing on macos
1357c01e57a : 8245392: Remove duplication in class redefinition and retransformation specs
eb20ed73749 : 8228692: BitMap::reallocate might not clear some bits
64c5823aa4b : 8245870: GTEST_FRAMEWORK_SRC should go through UTIL_FIXUP_PATH
845799935b7 : 8245134: test/lib/jdk/test/lib/security/KeyStoreUtils.java should allow to specify aliases
846fd238fc5 : 8245610: remove in-tree copy on gtest
5374383dcda : 8245582: j.net.URLConnection::getHeaderFieldKey(int) behavior does not reliably conform to its specification
aabcf9f7924 : 8245847: Update Profile.java to not require per-release updates
0400119e5bc : 8245841: Remove unused com.sun.tools.javac.comp.Modules.XMODULES_PREFIX
1401fe00879 : 8245521: Remove STACK_BIAS
44a0a08991b : 8245600: Clean up libjli
6aa15ad7ab5 : 8166358: Re-enable String verification in java_lang_String::create_from_str()
a689a1108c4 : 8245773: Shenandoah: Windows assertion failure after JDK-8245464
c31cae7b534 : 8245720: Shenandoah: improve configuration logging
035d5dffb1a : 8245088: Always provide logs for G1 heap expansion calculations
bf1f78b9f06 : 8245087: Use ratios instead of percentages in G1HeapSizingPolicy::expansion_amount
47be3b098e1 : 8245086: G1: Rename measured pause time ratios
220061b13eb : 8245757: Shenandoah: AlwaysPreTouch should not disable heap resizing or uncommits
1a8b2a700e9 : 8245755: Shenandoah: missing logging for CWR Roots
ad7f611149b : 8245754: Shenandoah: ditch ShenandoahAlwaysPreTouch
66f6c8c3fed : 8245726: Shenandoah: lift/cleanup ShenandoahHeuristics names and properties
30b750dcd09 : 8245722: 32-bit build failures after JDK-8243491
371a6631805 : 8244817: Add configuration logging similar to ZGCs to other GCs
039b259e949 : 8245761: [TESTBUG] runtime/logging/TestMethodHandlesVerbose.java fails with release VMs
d3042cc4015 : 8245594: Remove volatile-qualified member functions and parameters from oop class
bc822ffad8d : 8245678: Avoid allocations in Executable.getAllGenericParameterTypes
742d35e08a2 : 8245677: Optimize lookups in empty HashMaps
e04e0528896 : 8239013: java.util.logging.Logger catalog cache keeps strong references to ResourceBundles
ce4e780f531 : 8244949: [PPC64] Reengineer assembler stop function
ad940d31542 : 8245120: JFR: Parser unable to return typed version
36c4b11bc6c : 8245455: Remove alternative StringConcatFactory strategies
f3eb44a94d7 : 8243491: Implementation of Foreign-Memory Access API (Second Incubator)
9b94b9d1a18 : 8244946: fatal error: memory leak: allocating without ResourceMark with -XX:+Verbose -Xlog:methodhandles
de4b15e52e9 : 8245465: Shenandoah: test_in_cset can use more efficient encoding
360554e41f8 : 8245464: Shenandoah: allocate collection set bitmap at lower addresses
4059e44b94f : 8244729: Shenandoah: remove resolve paths from SBSA::generate_shenandoah_lrb
008d69e5e2e : 8245703: 32-bit build failures after JDK-8243392
98cb95b7b72 : 8245691: Add EdDSA certificstes to SSLSocketTemplate and CertUtils
04e6b743dbd : 8243392: Remodel CDS/Metaspace storage reservation
8e01f3ad025 : 8244571: assert(!_thread->is_pending_jni_exception_check()) failed: Pending JNI Exception Check during class loading
04b3bf60245 : 8233550: [TESTBUG] JTree tests fail regularly on MacOS
15433df97f2 : 8233552: [TESTBUG] JTable Test bug7068740.java fails on MacOS
ccd7d70586e : 8245665: Test WeakAlg.java should only make sure no warning for weak signature algorithms by keytool on root CA
2f80d695189 : 8241389: URLConnection::getHeaderFields returns result inconsistent with getHeaderField/Key for FileURLConnection, FtpURLConnection
9dc6f10755e : 8244203: sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java fails with NullPointerException
4aa057013c3 : 8245517: java/net/SocketOption/AfterClose.java fails with Invalid value 'READ_ONLY'
505d3da49b6 : 8245569: Add jtreg tests for SO_INCOMING_NAPI_ID
50f24ca0cbf : 8227559: JFR: Slow dump with path-to-gc-roots=true
b2269be8db4 : 8245623: Remove unused code in sun/nio/fs after Solaris removal
de37507b8e8 : 8245619: Remove unused methods in UnixNativeDispatcher
113c48f5da3 : 8215401: Add isEmpty default method to CharSequence
ab042c601fd : 8213129: java/awt/font/FontNames/LocaleFamilyNames.java times out in Win7
7d330d34f12 : 8245335: [TESTBUG] DeterministicDump.java fails with release JVM
ea38873d305 : 8239480: Support for CLDR version 37
b5b6ae32d23 : 8245241: Incorrect locale provider preference is not logged
e3be3083293 : 8245260: Missing file header for test/hotspot/jtreg/containers/docker/TEST.properties
af85c265146 : 8067986: Test javax/swing/JComboBox/ConsumedKeyTest/ConsumedKeyTest.java fails
b58735ea760 : 8028701: java/awt/Focus/ShowFrameCheckForegroundTest/ShowFrameCheckForegroundTest.java fails
20dbc949d53 : 8245518: Problem list java/net/SocketOption/AfterClose.java
040d70c1550 : 8238592: JFR: Crash when dumping paths to gc roots on deep heaps
804576efd9b : Added tag jdk-15+24 for changeset 497fd9f9129c
071bd521bca : 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
9fe4b69c1a1 : 8235921: jdk/jfr/event/oldobject/TestLargeRootSet.java times out with debug bits
732d8865dfb : 8244500: jtreg test error in test/hotspot/jtreg/containers/docker/TestMemoryAwareness.java
5adfaa39866 : 8247763: assert(outer->outcnt() == 2) failed: 'only phis' failure in LoopNode::verify_strip_mined()
04adafb753d : 8247901: Multiple conflicting @return for FlightRecorderMXBean
3576a883695 : 8246436: JFR: Avoid parsing metadata.xml during startup
927a7287b70 : 8247907: XMLDsig logging does not work
5bd6e9d790f : 8247876: ProblemList various crypto tests on aarch64
4ef42b92158 : 8247760: Improve documentation for javadoc.tester.JavadocTester
cd3354756a3 : 8247729: GetObjectMonitorUsage() might return inconsistent information
651c20d4efb : 8247697: Remove delayed_forbidden dead code in C2
0bacc69a4c5 : 8247860: Shenandoah: add update watermark line in rich assert failure message
2627f15348e : 8238832: Obsolete PrintVMQWaitTime
9a26a01e2f6 : Added tag jdk-16+2 for changeset bcbe7b8a77b8
07f9376f546 : 8246369: CodeCache.findBlobUnsafe(addr) sometimes asserts with valid address
1cb5a48ed73 : 8245588: Update --release 15 symbol information for JDK 15 build 27
175b597ad2f : 8247706: Unintentional use of new Date(year...) with absolute year
4f2edacaafa : 8247782: typos in java.math
34c79640e76 : 8247681: Improve bootstrapping of unary concatenations
1d87958eade : 8243113: Always identify version of javadoc used to generate docs
44d4e37ccb7 : 8247757: Shenandoah: split heavy tests by heuristics to improve parallelism
00dc525e5fa : 8247754: Shenandoah: mxbeans tests can be shorter
d2c1027edc8 : 8247751: Shenandoah: options tests should run with smaller heaps
aeeaffa888b : 8247593: Shenandoah: should not block pacing reporters
3e5abdaf329 : 8152313: [javadoc] convert tool tests to doclet tests
3839c8656ec : 8247200: assert((unsigned)fpargs < 32)
a5120993130 : 8247675: Update DateFormatterTest Copyright
9e4b9e91513 : 8201575: Allow numbers in VERSION_PRE according to JEP 223
77bdc306505 : 8247470: Fix CHeap GrowableArray NMT accounting
0a108f9ef2f : 8247605: Avoid array allocation when concatenating with empty string
c1cd3893bd3 : 8247524: Remove unnecessary volatile qualifiers from member functions
0be5b7d66ed : 8247289: Obsolete unused UseBsdPosixThreadCPUClocks 8247292: Obsolete unused UseOprofile flag on BSD
23e2f27996d : 8246623: Remove minimum 4 digit requirement from Year.parse()
38f9a938e58 : 8245307: Update ExchangeImpl to use thread safe DateTimeFormatter
ab57f7d628b : 8193686: Allow --with-jtreg to accept a zip compressed jtreg image
08df6a1f15d : 8246203: Segmentation fault in verification due to stack overflow with -XX:+VerifyIterativeGVN
3341d361316 : 8247469: getSystemCpuLoad() returns -1 on linux when some offline cpus are present and cpusets.effective_cpus is not available
3752a81ec87 : 8244926: Add absolute check for int/long to generate Abs nodes
0f7b18a9c80 : 8231560: Remove expired flags in JDK 16
c82c50b2a2d : 8245925: G1 allocates EDEN region after CDS has executed GC
1faed205dfb : 8247510: typo in IllegalHandshakeMessage
bac2e7fcad8 : 8242328: Update mentions of ThreadMBean to ThreadMXBean
8c90f4c0a72 : 8247495: ProblemList vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/TestDescription.java
892d998587a : 8139046: Compiler Control: IGVPrintLevel directive should set PrintIdealGraph
be278bc5646 : 8246222: Rename javac test T6395981.java to be more informative
1a681a434f3 : 8200738: Use --hash-style=gnu for gcc
0e4829ef0ad : 8245060: remove copying of s.h.WB$WhiteBoxPermission in cds/appcds tests
c06fe155efb : 8247492: ProblemList tools/jlink/plugins/CompressorPluginTest.java
ac4603144da : 8243290: Improve diagnostic messages for class verification and redefinition failures
1b64fb2063a : 8247334: Trees.getScope crashes for annotated local records
24f040da367 : 8247396: Exclude PCH for files in $(OPT_SPEED_SRC) with clang after JDK-8246751
1b75b7de805 : 8246143: UnreferencedXXX tests fail when run with --illegal-access=deny
08304ada3c3 : Added tag jdk-16+1 for changeset 4a485c89d5a0
2f5d4c633bb : 8247374: Remove default constructors from javax.net.sslK
b81f2f1f48c : 8245620: Improve Annotation.annotationType() documentation
6341f8c077a : 8244965: Incorrect error message in vmTestbase/nsk/jdi/VirtualMachine/suspend/suspend001/TestDescription.java
319b4e71e14 : 8246803: Update link to license in Docs.gmk
a5b5712733b : 8235496: Start of release updates for JDK 16 8245585: Add SourceVersion.RELEASE_16 8245586: Add source 16 and target 16 to javac 8245544: com/sun/tools/javac/platform/JDKPlatformProvider.java does not support ct.sym with platform versions 16+
6dec50a7e88 : 8247247: JFR tests fail due to JDK-8235521 missing doPrivileged block
65455ff60b4 : 8207936: TestZipFile.java can fail with an OOM error
bb86779366e : 8246031: SSLSocket.getSession() doesn't close connection for timeout/ interrupts
4862a00f6be : 8247367: Shenandoah: pacer should wait on lock instead of exponential backoff
9ac1ab372d7 : 8247358: Shenandoah: reconsider free budget slice for marking
7da56dfbf32 : Added tag jdk-16+0 for changeset 93813843680b
66514251c1a : 8244733: Add ResourceHashtable::xxx_if_absent
ac93f38b16a : 8245463: Shenandoah: refine ShenandoahPhaseTimings constructor arguments
0a94d851728 : 8245461: Shenandoah: refine mode name()-s
3f7cd1f2046 : 8244416: Remove incorrect assert during inline cache cleaning
afe76a97d52 : 8245398: Remove addition preview adornment from String::formatted
600d82adf81 : 8245281: Disabling hotspot gtest builds make it impossible to run tests
d191d2f4e29 : 8245445: Langtools NetBeans ant build broken after JDK-8244093
47ceb80368a : 8245428: Remove unused oopFactory functions
9ae8b32dee4 : 8233553: [TESTBUG] JSpinner test bug4973721.java fails on MacOS
3d659eff6e3 : 8245000: Windows GDI functions don't support large pages
6f29ba1991c : 8245002: Windows GDI functions don't support NUMA interleaving
0d5f6548a93 : 8245042: Improve scalability of reading Windows Performance counters via PDH when using the Process object
8c7fac8a2d4 : 8245450: ZGC: Remove unused ZArguments::initialize_platform()
6812f6f6419 : 8218173: exception during StringConcatFactory clinit breaks string concat with no fallback
6508c5a38dd : 8243996: Remove hardcoded field offsets from HotSpot
1f233c8b999 : 6949753: [TEST BUG]: java/awt/print/PageFormat/PDialogTest.java needs update by removing a infinite loop
a4b135316c3 : 8244763: Update --release 8 symbol information after JSR 337 MR3
9c415c4d524 : 8243925: Toolkit#getScreenInsets() returns wrong value on HiDPI screens (Windows)
08ded85a5cc : 8245165: Update bug id for javax/swing/text/StyledEditorKit/4506788/bug4506788.java in ProblemList
f76b6e7450b : 8238824: [macos] javax/swing/JSpinner/4840869/bug4840869.java fails on macos
4cf3e6bfd83 : 8238085: PIT: javax/swing/JSpinner/8223788/JSpinnerButtonFocusTest.java fails on Mac
79905b14b16 : 8229856: [macos] Opening a menu on a JTextField can clear the text selection
7e052132713 : 8244282: test/hotspot/jtreg/compiler/intrinsics/Test8237524.java fails with --illegal-access=deny
95730995b67 : 8246792: Mac signing tests failed (unsealed contents present in the bundle root)
03642a01af7 : 8230744: Several classes throw OutOfMemoryError without message
2085fd32ff8 : 8247252: TestCombinedCompressedFlags.java failed src/hotspot/share/services/virtualMemoryTracker.cpp:388 Error: ShouldNotReachHere()
83d0318ea1e : 8239024: Kitchensink24HStress.java failed due to timeout
0228a5c7677 : 8245113: JFR Recorder Thread to run in thread state "_thread_in_native"
b9ce3b435e7 : 8243451: nsk.share.jdi.Debugee.isJFR_active() is incorrect and corresponsing logic seems to be broken
6a2e3ca206c : 8247248: JVM TI Monitor queries might create JNI locals in another thread when using handshakes
c563c3d15bf : 8241770: Module xxxAnnotation() methods throw NCDFE if module-info.class found as resource in unnamed module
96fadefaa31 : 8240245: Avoid calling is_shared_class_visible() in SystemDictionary::load_shared_class()
6d8c81f6941 : 8245126: Kitchensink fails with: assert(!method->is_old()) failed: Should not be installing old methods
2ff9f53a442 : 8222005: ClassRedefinition crashes with: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
bb5e5b38260 : Added tag jdk-15+27 for changeset 506abc554cae
462f806818a : 8247377: Zero and Minimal VMs are broken after JDK-8198698 ('SystemDictionaryShared' has not been declared)
259662fe77a : 8247353: jtreg tests minor issues clean up
a2401333fad : 8246042: Non-ASCII characters are not handled correctly in the native launcher
609819173eb : 8233244: Add tests for icons configuration in rpm/deb packages
e3cb4df4efa : 8247235: doclint should permit "self-closing" tags for void elements in HTML5
52be8949e74 : 8245788: EmptyFolderPackageTest fails on Windows 10
74500984585 : 8247362: HeapDumpComressedTest fails
54f7732c2ba : 8246721: java/util/Locale/LocaleProvidersRun.java failed on Windows platforms
b03766fb79c : 8183040: update jdk/test/lib/Platform.java to use NIO file
120a0d116a2 : 8247274: (test) HexPrinter cleanup
99136026b8d : 8246129: ZIP entries created for DOS epoch include local timezone metadata
e47b2bc8c33 : 8246387: switch to jtreg 5.1
bf22f822078 : 8244719: CTW: C2 compilation fails with "assert(!VerifyHashTableKeys || _hash_lock == 0) failed: remove node from hash table before modifying it"
847a3baca8a : 8198698: Support Lambda proxy classes in dynamic CDS archive
268d8701870 : 8231283: Add support to jpackage to create install Linux packages in /usr hierarchy
714b345bf55 : 8247310: Shenandoah: pacer should not affect interrupt status
191fe75c0f0 : 8233215: jpackage doesn't allow enough flexibility for file type binding
d36a55d2acc : 8246591: Shenandoah: move string dedup roots scanning to concurrent phase
f3c2a17a304 : 8247220: Make OopHandle constructor explicit
65c461ed747 : 8247320: JFR: Reduce logging overhead
7e3d4f8c4f8 : 8247266: Speed up test\jdk\jdk\jfr\event\gc\detailed\TestZUncommitEvent.java
1dc79293a0d : 8247269: JFR: Reduce allocation when using AnnotationElement
19be4971435 : 8237354: Add option to jcmd to write a gzipped heap dump
2e8356ea409 : 8244933: DatagramSocket.connect does not specify that it may cause datagrams in the socket receive buffer to be discarded
c4985fb8680 : 8237210: Modify the header to include Oracle copyright line
a5e03e234b4 : 8235564: javac crashes while compiling incorrect method invocation with member reference
0e770d1e3f1 : 8243655: Map.replace javadoc code snippet typo
b4d09cc9e44 : 8247236: fieldDescriptor::print_on_for prints extra newline after NULL
81685b2ab30 : 8247214: ZGC: ZUncommit initialization should use precious logging
c58aaca77e1 : 8247201: Print potential pointer value of readable stack memory in hs_err file
8e865fc569c : 8246926: Clean up newlines and whitespaces in hs_err files
90a774b9227 : 8246272: Make use of GCLogPrecious for G1, Parallel and Serial
15d7ef71028 : 8244667: Shenandoah: SBC2Support::test_gc_state takes loop for wrong control
bdb8ef1d18c : 8242150: [GRAAL] Add jtreg "serviceability/sa/ClhsdbJstackXcompStress.java" to graal problem list
93fcbec20a3 : 8243099: SO_INCOMING_NAPI_ID support
822ec45b027 : 8245401: AbsPathsInImage.java fails on Windows on jdwp.dll
38025241536 : 8245288: Shenandoah: move up ShenandoahEvacOOM scope for code root processing during concurrent class unloading
5b3c33ac676 : 8245022: ParallelGC abuses StarTask to also include partial objarray scan tasks
275079ce7ff : 8245240: Shenandoah: support nesting evacuation OOM scope
612c38cdc92 : 8245051: c1 is broken if it is compiled by gcc without -fno-lifetime-dse
58adc04d697 : 8244031: HttpClient should have more tests for HEAD requests
692f7535803 : 8240910: jmod rejects duplicate entries in --class-path jars
f3519016c77 : 8244508: JFR: FlightRecorderOptions reset date format
59eb03151a8 : 8237888: security/infra/java/security/cert/CertPathValidator/certification/LuxTrustCA.java fails when checking validity interval
d5b5059af55 : 8244653: Suppress gcc 9.1 ABI change notes on aarch64
3f505750ed6 : 8237834: com/sun/jndi/ldap/LdapDnsProviderTest.java failing with LDAP response read timeout
3beee2cd93a : 8242919: Paste locks up jshell
1f2f8087949 : 8233643: [TESTBUG] JMenu test bug4515762.java fails on macos
5f0d11e1e9f : 8233642: [TESTBUG] JMenuBar test bug 4750590.java fails on macos
13d6b49ed83 : 8244625: Zero VM is broken after JDK-8244550 (java_lang_Class::as_Klass(oopDesc*) undefined)
601891ac2b5 : 8244618: WinUpgradeUUIDTest.java fails after JDK-8236518
88722a82ed2 : 8244243: Shenandoah: Cleanup Shenandoah phase timing tracking and JFR event supporting
61864c28d1e : 8062947: Fix exception message to correctly represent LDAP connection failure
e05227a2ce4 : 8244248: boot-jdk.m4 captures the version line using regex
f64bdedeac7 : 8244557: test/jdk/javax/swing/JTabbedPane/TestBackgroundScrollPolicy.java failed
ed4bc1bf237 : 8244245: localizedBy() should override localized values with default values
29f015cf61f : 8236518: There is no Native Packages WinUpgradeUUIDTest-2.0.exe after creating Native packages on win
1a16a4b6282 : 8244592: Start supporting SOURCE_DATE_EPOCH
74132fe7e11 : 8244615: build-performance.m4 is not always parsing /proc/cpuinfo correctly
54b49db3219 : 8244606: Non-PCH build is broken after JDK-8244550
f6dda951133 : 8243596: ModuleLayer::parents should return an unmodifiable list
93b0516d5d6 : 8224613: javadoc should better handle bad options
c2780c9556e : 8244550: Unsafe::allocateInstance does redundant transitions
62bf2d07e78 : 8244551: Shenandoah: Fix racy update of update_watermark
b231ad70c89 : 8244510: Shenandoah: invert SHC2Support::is_in_cset condition
c3e34590273 : 8244183: linker error jpackageapplauncher on Windows 32bit
58a34f7c327 : 8244291: Test: gc/z/TestGarbageCollectorMXBean.java failed: "unexpected cycles"
e9b8463d3d0 : 8245236: Remove MO_VOLATILE Access decorator
18db3dec421 : 8244164: AArch64: jaotc generates incorrect code for compressed OOPs with non-zero heap base
6cbf57aa377 : 8245147: Refactor and improve utility of test/langtools/tools/javac/versions/Versions.java
dc3843919ee : 8229829: java/lang/management/ThreadMXBean/Locks.java fails with java.lang.RuntimeException: Thread WaitingThread is at WAITING state but is expected to be in Thread.State = WAITING
939c0a46a72 : 8245035: Clean up os::split_reserved_memory()
d3e0c4ce9c2 : 8244966: Add .vscode to .hgignore and .gitignore
104ea2d56d2 : 8244170: [aarch64] correct instruction typo for dcps1/2/3
554e988bea2 : 8243396: Add a brief description of argfiles to the javadoc help output
9d4872f612a : 8241080: Consolidate signature parsing code in serviceability tools
fa36d28affa : 8245280: Add runtime/cds/appcds/SignedJar.java to problem list
1cb7df63e70 : 8245287: Start using ModuleWrapper for gensrc as well
74f1e6da4e5 : 8244093: Move all IDE support into coherent structure in make directory
b6fde85f332 : 8245047: [PPC64] C2: ReverseBytes + Load always match to unordered Load (acquire semantics missing)
ebf928a0e7d : 8244819: hsdis does not compile with binutils 2.34+
13cf783154e : 8209632: Develop new tests for EdDSA API
77826c0a39e : 8245168: jlink should not be treated as a "small" tool
8ec7512fecd : 8245106: ZGC: Fix incorrect setup when using -XX:+UseTransparentHugePages
bcf99aa98ec : 8245098: Make SafeFetch32/N available earlier
ce6aadbd2f2 : 8245196: ZGC: No need to disable UseBiasedLocking by default
cc3a8595a4d : 8245233: ZGC: Load volatile oops using Atomic::load()
080b3b83ebf : 8242151: Improve OID mapping and reuse among JDK security providers for aliases registration
a97932d8fcb : 8245151: jarsigner should not raise duplicate warnings on verification
4159f6852ed : 8233706: JFR emergency dump should be performed after error reporting
b08140dade8 : 8245231: Javadoc for the readObject methods needs to be updated
039cb657539 : 8239816: Make handling of module / package / types consistent
b26516309a3 : 8245124: Shenandoah: optimize code root evacuation/update during concurrent class unloading
3eaf944203f : 8244342: Compilation warnings about unexpected serialization related method signatures
fd28aad72d3 : 8166597: Crypto support for the EdDSA Signature Algorithm
02293daa643 : 8245070: 32-bit builds are broken after JDK-8242524
60728a487c1 : 8242424: Deprecate InitialBootClassLoaderMetaspaceSize 8243147: Deprecate UseLargePagesInMetaspace
b957788c329 : 8245137: aarch64 ICache flush depends on enabling gnu extensions
840c3050e93 : 8237971: Package type for runtime image on macosx
6bd9391f030 : 8244433: Remove saving of RSP in Assembler::pusha_uncached()
1ac381171ef : 8244509: Shenandoah: refactor ShenandoahBarrierC2Support::test_* methods
1c136aae13a : 8244595: [REDO] 8244523: Shenandoah: Remove null-handling in LRB expansion
441e4cd91ba : 8244594: [BACKOUT] 8244523: Shenandoah: Remove null-handling in LRB expansion
2f9cfb11785 : 8244523: Shenandoah: Remove null-handling in LRB expansion
76507eef639 : 8242060: Add revocation checking to jarsigner
0ef6d1dff53 : 8244495: Some jlink tests crash on Windows after JDK-8237750
6dd84434934 : 8243452: JFR: Could not create chunk in repository with over 200 recordings
28f6cd5917a : Added tag jdk-15+22 for changeset 7223c6d61034
b0f7ebc26b0 : 8244542: ProblemList cds/DeterministicDump.java for Windows
6a9d0579ca3 : 8244094: Fix Amazon copyright in various test files
0cf828153cf : 8241086: Test runtime/NMT/HugeArenaTracking.java is failing on 32bit Windows
d2e63399923 : 6415694: Clarification in Javadoc for java.rmi.AlreadyBoundException
b24c0d21ee0 : 8244267: Improve serviceability task definitions in CI
a2c35a6acb9 : 8244205: HTTP/2 tunnel connections through proxy may be reused regardless of which proxy is selected
91ed3fc5995 : 8236177: assert(status == 0) failed: error ETIMEDOUT(60), cond_wait
1f31afd855b : 8237777: "Dumping core ..." is shown despite claiming that "# No core dump will be written."
09287ab1ac2 : 8244459: Optimize the hash map size in LocaleProviderAdapters
ed24927500e : 8240666: Websocket client’s OpeningHandshake discards the HTTP response body
eb91535be50 : 8172269: When checking the default behaviour for a scroll tab layout and checking the 'opaque' checkbox, the area behind tabs is not red
ddb1d7a1638 : 8232243: Wrong caret position in JTextPane on Windows with a screen resolution > 100%
9f86d945805 : 8244491: make runtime/cds/appcds/TestZGCWithCDS.java test more robust
5e83cb6ca55 : 8241602: jlink does not produce reproducible jimage files
72704aaba1d : 8244413: Avoid rebinds in MethodHandle.viewAsType
a040c56dd9a : 8221305: java/awt/FontMetrics/MaxAdvanceIsMax.java fails on MacOS + Solaris
823d1d222fd : 8233638: [TESTBUG] Swing test ScreenMenuBarInputTwice.java fails on macos
4071546506d : 8221902: PIT: javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java fails on ubuntu
eb6ef3c24db : 8243436: use reproducible random in :vmTestbase_nsk_monitoring
d29e5b72f0a : 8243435: use reproducible random in :vmTestbase_nsk_jvmti
56fcd548439 : 8243437: use reproducible random in :vmTestbase_nsk_jdi
b938a4c5ed4 : 8244113: [TESTBUG] java/awt/font/Rotate/RotatedSyntheticBoldTest.java test comments interpreted as args
a777dcff82f : 8225069: Remove Comodo root certificate that is expiring in May 2020
832272da71f : 8178349: Cache builtin class loader constraints to avoid re-initializing itable/vtable for shared classes
eaf3306e44f : 8243433: use reproducible random in :vmTestbase_nsk_sysdict
0264b050f61 : 8243429: use reproducible random in :vmTestbase_nsk_stress
da064f80603 : 8244226: Shenandoah: per-cycle statistics contain worker data from previous cycles
318fab950ad : 8242541: Small charset issues (ISO8859-16, x-eucJP-Open, x-IBM834 and x-IBM949C)
60b41575eaa : 8243628: Deprecate -XX:ForceNUMA option
07cb35a9f31 : 8244087: 2020-04-24 public suffix list update
26e37d13a76 : 8232744: j.awt.Window::setShape(Shape) paints visible artifacts outside of the given shape
908e57638cc : 8219536: Add Option for user defined jlink options
a0d04ad0ae4 : 8244173: Uncomment subtest in runtime/InvocationTests/invocationC1Tests.java
eddab115d82 : 8225068: Remove DocuSign root certificate that is expiring in May 2020
2ebf5a261c5 : 8244152: Remove unnecessary hash map resize in LocaleProviderAdapters
a15b1ea09b2 : 8244210: The javac server is never used
227868034a7 : 8241793: Shenandoah: Enable concurrent class unloading for aarch64
7f877f63843 : 8243495: Shenandoah: print root statistics for concurrent weak/strong root phases
38e6f3665cc : 8244180: Shenandoah: carry Phase to ShWorkerTimingsTracker explicitly
463e377053c : 8244196: adjust output in os_linux
ca371c95368 : 8244463: JFR: Clean up jdk.jfr.internal.RepositoryChunk
1e1c724c0de : 8243428: use reproducible random in :vmTestbase_vm_compiler
a0ed53b986f : 8243427: use reproducible random in :vmTestbase_vm_mlvm
188106be4d4 : 8242557: Add length limit for strings in PNGImageWriter
c37bd060810 : 8244107: Incorrect parameters in ReservedSpace constructor change
d74e4f22374 : 8243572: Multiple tests fail with assert(cld->klasses() != 0LL) failed: unexpected NULL for cld->klasses()
3153373e490 : 8242898: Clean up InstanceKlass::_array_klasses
68e53065e0d : 8240679: ZGC GarbageCollectorMXBean reports inaccurate post GC heap size for ZHeap pool
05b3bc57ac0 : 8243573: Shenandoah: rename GCParPhases and related code
7dad5d261a9 : 8226464: TitledBorder label appears cut off on hidpi devices
e9cc3da89c9 : 8208566: [TEST_BUG] javax\swing\text\GlyphPainter2\6427244\bug6427244.java: Test failed
e513acab161 : 8214797: TestJmapCoreMetaspace.java timed out
46fe7e303b2 : 8243945: use driver mode in runtime tests
ed9cbe252d9 : 8241616: Timestamps on ct.sym entries lead to non-reproducible builds
31479a0d480 : 8244752: Enable Linux support for multiple huge page sizes -XX:LargePageSizeInBytes
dde3b900503 : 8244981: jpackage error due to missing final newline in Debian control file
76b76654d2f : 8235673: [C1, C2] Split inlining control flags
d5bd523869b : 8244536: cds/DeterministicDump.java failed: File content different
0f7aeed4164 : 8241305: Add protocol specific factory creation methods to SocketChannel and ServerSocketChannel
42bad03de86 : 8245146: Update description of SourceVersion.RELEASE_15 with text blocks
9efdaacc316 : 8242478: compiler implementation for records (Second Preview)
a2057ad4409 : 8240228: "make hotspot-ide-project" on Windows creates a Visual Studio project with empty preprocessor defines
a09720f2ee5 : 8232213: runtime/MemberName/MemberNameLeak.java fails intermittently
46cf294250b : 8245005: javax/net/ssl/compatibility/BasicConnectTest.java failed with No enum constant
1e251e94719 : 8241070: Shenandoah: remove unused local variables in C2 support
6d985025509 : 8244663: Shenandoah: C2 assertion fails in Matcher::collect_null_checks
36fb21dc2f0 : 8245111: Update doc comments for improved processing by the Standard Doclet
35a7eff951e : 8244721: CTW: C2 (Shenandoah) compilation fails with "unexpected infinite loop graph shape"
b61c88c6938 : 8245083: [REDO] Shenandoah: Remove null-handling in LRB expansion
fb6e7b06fb7 : 8245119: Fix include path for hotspot-ide-project
150d6cfea81 : 8245094: Reduce overhead of initializing the default StringConcatFactory strategy
e83968799ec : 8245096: Better windows environment output in configure
adf1d4757b0 : 8245093: WSL support broke cygwin toolchain detection
fad2cf51ba2 : 8241072: Reimplement the Legacy DatagramSocket API
3930460af55 : 8244953: Shenandoah: gc/shenandoah/TestStringInternCleanup fails with broken string table root
178e69a3b9a : 8244652: Add test for non utf-8 response handling by websocket
82f2a0e2e4f : 8245024: Simplify and eagerly initialize StringConcatFactory
b76a215ff60 : 8245046: SetupTarget incorrect for hotspot-ide-project
4c54fa2274a : 8209774: Refactor shell test javax/xml/jaxp/common/8035437/run.sh to java
b883badc47b : 8244961: MethodHandles::privateLookupIn throws NPE when called during initPhase2
cab61f1515d : 8243012: Fix issues in j.l.i package info
8da07d1ae96 : 8242524: Use different default CDS archives depending on UseCompressOops
71cc95e4b14 : 8243947: [TESTBUG] hotspot/jtreg:hotspot_appcds_dynamic fails when the JDK doesn't have default CDS archive
95b8e9eaa38 : 8244340: Handshake processing thread lacks yielding
9a0463165da : 8244973: serviceability/attach/RemovingUnixDomainSocketTest.java fails "stderr was not empty"
43da9ff24eb : 8245032: Remove exceptions from compare.sh
014095c4ab5 : 8245041: Fix incorrect output order in configure
8c5430972f2 : 8245033: Fixes for building in WSL
e13c481c7fe : 8218482: sun/security/krb5/auto/ReplayCachePrecise.java failed - no KrbException thrown
c9925219955 : 8244951: Missing entitlements for hardened runtime
0cc7f3585f3 : 8244576: [macos] Volume icon deleted by osascript for background image
9768618bab2 : 8244945: Mark VS2019 as supported and default
1856ff8913d : 8244684: G1 abuses StarTask to also include partial objarray scan tasks
5b6f81de071 : 8244777: ClassLoaderStats VM Op uses constant hash value
587505f14a8 : 8244971: Zero VM is broken after JDK-8241825 (COMPRESSED_CLASS_POINTERS_DEPENDS_ON_COMPRESSED_OOPS not defined)
17dd7dc38c6 : 8240588: _threadObj cannot be used on an exiting JavaThread
be7771b2b9b : Added tag jdk-15+23 for changeset f143729ca00e
80c75c9fa92 : 8239383: Support for Unicode 13.0
073e095e605 : 8235211: serviceability/attach/RemovingUnixDomainSocketTest.java fails with AttachNotSupportedException: Unable to open socket file
659aa08fbca : 8242901: Duplicate PSYoung/OldGen max size functions
168cdcf65d8 : 8244936: Reduce JNI overhead of accessing FileDescriptor
ad2afe0bf41 : 8241062: Shenandoah: rich asserts trigger "empty statement" inspection
92d1c4a61a0 : 8244775: Remove unnecessary dependency to jfrEvents.hpp
49bfbd3bc71 : 8243417: Clean up com.sun.tools.javac.main.CommandLine
3d50f242c21 : 8244853: The static build of libextnet is missing the JNI_OnLoad_extnet function
658fb7ac3e0 : 8244852: GraalVM native-image fails after JDK-8238048 change
398a2b3c372 : 8231264: Implementation of JEP 374: Disable biased-locking and deprecate all flags related to biased-locking
ca53ee25931 : 8242934: test/jdk/jdk/jfr/tool/TestPrintJSON.java uses nashorn script engine
707462edc26 : 8244930: Building without test failure handler broken after JDK-8244844
fe46f44bd1b : 8244758: DMG bundler ignores --install-dir option
382e5dc3345 : 8241825: Make compressed oops and compressed class pointers independent (x86_64, PPC, S390)
9651edd2479 : 8244815: Always log MMU information in G1
0dab1819933 : 8244714: G1 young gen sizer allows zero young gen with huge -XX:NewRatio
7345502884b : 8244928: Build log output too verbose after JDK-8244844
0d2cc3b449f : 8169953: JComboBox/8057893: ComboBoxEdited event is not fired! on Windows
820f7227b77 : 8242188: [TESTBUG] error in jtreg test jdk/jfr/api/consumer/TestRecordedFrame.java on linux-aarch64
e48410a4664 : 8244634: LoadLibraryW failed from tools/jpackage tests after JDK-8242302
dc54da232dd : 8244407: JVM crashes after transformation in C2 IdealLoopTree::split_fall_in
cdf8cc57060 : 8244855: Remove unused "getParent" function from Windows jni_util_md.c
06d62342130 : 8244767: Potential non-terminated string in getEncodingInternal() on Windows
be6f74718e8 : 8244844: javac command line is not re-executable
a726aca6de5 : 8242009: Review setting test.java/vm.opts in jcmd/jhsdb and debugger in serviceability tests
e686fb6bf6c : 8244757: Introduce SetupTarget in Main.gmk
e722efa65c5 : 8244807: Shenandoah: ditch filter in ShenandoahUnload::unload
ba59fe95037 : 8244813: [BACKOUT] 8244523: Shenandoah: Remove null-handling in LRB expansion
25dcb1f717f : 8244821: Shenandoah: disarmed_value is initialized at wrong place
a6cdce14045 : 8244661: JFR: Remove use of thread-locals for java.base events
b29d982a9c8 : 8244756: Build broken with some awk version after JDK-8244248
52e1bec7bc9 : 8022574: remove HaltNode code after uncommon trap calls
cc47d0aa611 : 8244674: Third-party code version check
45e0c6a1811 : 8244759: Shenandoah: print verbose class unloading counters
46d287916cc : 8244779: ProblemList serviceability/jvmti/HiddenClass/P/Q/HiddenClassSigTest.java pending JDK-8244571
babaab2edb8 : 8242429: Better implementation for sign extract
e93cd7ed3c4 : 8243155: AArch64: Add support for SqrtVF
d813a883c37 : Added tag jdk-15+21 for changeset 12b55fad80f3
8a7ff65d980 : 8242522: Minor LingeredApp improvements
560da25f468 : 8243598: Typos in java.lang.invoke package-info
5c70479bec4 : 8244061: Disable jvmci/graal/aot when building linux-aarch64 at Oracle
25e0f4737bc : 8244051: AbsPathsInImage.java still fails on Windows
bef54e0a7ec : 8243673: Mac signing process should not use --deep arg
943f8df793a : 8230672: Specification for java.awt.FontMetrics.getMaxAdvance() is too prescriptive
70165f56a4d : 8197797: Test java/awt/Graphics2D/DrawString/RotTransText.java fails
a3443d0fd1d : 8243656: Shell built-in test in configure depends on help
5b066096a4f : 8243325: Cleanup TaskQueueSuper<>::peek
611fda672f2 : 8244497: [TESTBUG] Incompatible types conversion error in vmTestbase/vm/runtime/defmeth/StressTest.java after JDK-8243432
98d41015ca5 : 8244307: Improve assertions against taskqueue underflow
7ae3bea2128 : 8243961: ForceNUMA and only one available NUMA node fails assertion on Windows
317bd88e33a : 8244489: Zero and minimal VM build failure after JDK-8241071 (MetaspaceShared::symbol_space_alloc is undefined)
0c0d485c378 : 8237750: Load libzip.so only if necessary
bc8065facda : 8244485: runtime/cds/appcds/TestZGCWithCDS.java fails after 8244385
eadcb08c3cc : 8241071: Generation of classes.jsa with -Xshare:dump is not deterministic
957eb270f08 : 8243388: Moving search result selection clears search input
98cbf4660cd : 8242532: convert tests to use Text Blocks
5868c76ec6e : 8233166: jpackage tool skips empty directories
2254cf5a244 : 8244247: Build failures after sjavac cleanup
14b7dd40905 : 7185258: [macosx] Deadlock in SunToolKit.realSync()
b36738a55aa : 8238575: DragSourceEvent.getLocation() returns wrong value on HiDPI screens (Windows)
a0a9595d8bd : 8236980: Cleanup of toString methods in JavaSound
c18080fef71 : 8213123: javax/swing/JButton/4368790/bug4368790.java fails on mac
b54a34786a4 : 8243240: AArch64: Add support for MulVB
53e4de6cf7d : 8239786: Shenandoah: print per-cycle statistics
76e5da4d59e : 8243477: FreeType library check should prefer 64-bit directory
2a4596cfe4d : 8243029: Rewrite javax/net/ssl/compatibility/Compatibility.java with a flexible interop test framework
e5c84ff282b : 8242929: The values of jdk.tls.namedGroups should not be case-sensitive
905eb57edef : 8242905: AArch64: Client build failed
009dd60ea38 : 8241780: Allow \n@ inside inline tags
0c56c3511ae : 8242302: Refactor jpackage native code
90ada6a3140 : 8238048: Close alignment gaps in InstanceKlass
37e5aec1196 : 8243494: Shenandoah: set counters once per cycle
2bf4c061820 : 8243486: ZGC: Adjust "Allocated" statistics to take undone page allocations into account
e1f07cd05b1 : 8239357: Revert gcc implementation of offset_of
079b60c6b9b : 8243487: Shenandoah: make _num_phases illegal phase type
91220287fca : 8147018: CompilerControl: Improve handling of timeouts and failures for tests
fc842d2b4bb : 8193066: Avoid use of capturing lambdas in JarFile
3b9367636e6 : 8244676: test/jdk/jdk/jfr/startupargs/TestOptionsWithLocale.java fails
9253c29fd26 : 8244620: Fix test WinUpgradeUUIDTest failures in Mach5
78825925a51 : 8244151: Update MUSCLE PC/SC-Lite headers to the latest release 1.8.26
aebc856c44f : 8194874: SA: Remove scripts with sa-jdi.jar dependencies
d5414d7929d : 8244740: Shenandoah: rename ShenandoahNormalMode to ShenandoahSATBMode
4016667300a : 8244739: Shenandoah: break superclass dependency on ShenandoahNormalMode
e3138f8cba9 : 8244737: Shenandoah: move mode code to gc/shenandoah/mode
f37b72c0ee0 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
68e55bdf72f : 8244730: Shenandoah: gc/shenandoah/options/TestHeuristicsUnlock.java should only verify the heuristics
39670b0e57f : 8241934: Simplify parse_stream() and remove has_class_mirror_holder_cld()
3887904c164 : 8244207: Simplify usage of Compile::print_method() when debugging with gdb and enable its use with rr
ceda3089db7 : 8244624: Improve handling of JarFile META-INF resources
a06585af499 : 8244673: Add periods to SourceVersion.isName javadoc
8db994854fc : 8243478: Shenandoah: avoid implicit worker_id = 0
f0b37f161b6 : 8239569: PublicMethodsTest.java failed due to NPE in java.base/java.nio.file.FileSystems.getFileSystem(FileSystems.java:230)
e7aafcd61d3 : 8243933: use driver mode in gc tests
311c9ab5ba9 : 8244052: remove copying of s.h.WB$WhiteBoxPermission in test/jdk
d7b3692983e : 8243929: use @requires in serviceability/attach/AttachWithStalePidFile.java test
354033ecc78 : 8244097: make bootcycle-images fails after JDK-8244036
5bb821771e5 : 8242792: interval < flushInterval is always false in jdk.jfr.internal.RequestEngine#setFlushInterval
3b9b4b2fdcd : 8241603: ZGC: java/lang/management/MemoryMXBean/MemoryTestZGC.sh crashes on macOS
2594f0b9b82 : 8242848: Improve performance of InflaterOutputStream.write()
4f05f3f8850 : 8243465: Shenandoah: ditch unused pause_other, conc_other counters
fde66512dfb : 8243464: Shenandoah: print statistic counters in time order
cbdb4ba7ca8 : 8243463: Shenandoah: ditch total_pause counters
b28137b0936 : 8243460: Shenandoah: purge init_update_refs_prepare counter
a7830958e36 : 8243117: Cleanups in Java code of module jdk.jlink
7553c132d3f : 8243138: Enhance BaseLdapServer to support starttls extended request
e507405f5ca : 8241214: Test debugging of hidden classes using jdb
8d388381ee9 : 8243450: Remove VMOps from jdk.hotspot.agent
6efcb818bc0 : Added tag jdk-15+20 for changeset 46bca5e5e6fb
7f634155b5c : 8243210: ClhsdbScanOops fails with NullPointerException in FileMapHeader.inCopiedVtableSpace
58e284c0173 : 8243323: Shenandoah: Recycle immediate garbage before concurrent class unloading
82e43b25278 : 8243200: Shenandoah: Allow concurrent nmethod iteration
42d2a7411bf : 8243408: Inconsistent Exceptions are thrown by MulticastSocket when sending a DatagramPacket to port 0
2785fe5621b : 8239365: ProcessBuilder test modifications for AIX execution
268ea904ecf : 8243254: Examine ZipFile slash optimization for non-ASCII compatible charsets
72446bb0dcc : 8242141: New System Properties to configure the TLS signature schemes
c1eb104fa1e : 8233584: [Win LAF] When navigating the contents of the file list changes in Win LAF
08784f18ea3 : 8178028: Typing 'C' cannot change the tab layout to WRAP_TAB_LAYOUT
1a7f6af1bc2 : 8243314: Problem list java/awt/image/multiresolution/MultiresolutionIconTest.java on Windows
def1d5a8c0d : 8242004: TextLayout throws Exception with a non-invertible transform
9ad39392db1 : 8233006: freetype incorrectly adjusts advances when emboldening rotated glyphs
62a23542993 : 8242498: Invalid "sun.awt.TimedWindowEvent" object leads to JVM crash
73e52d06906 : 8242174: [macos] The NestedModelessDialogTest test make the macOS unstable
b852688c051 : 8237592: Enhance certificate verification
8b002d881dc : 8242526: PIT: javax/swing/JInternalFrame/8020708/bug8020708.java fails in mach5 ubuntu system 8233644: [TESTBUG] JInternalFrame test bug8020708.java is failing on macos
12d93f11c09 : 8195841: PNGImageReader.readNullTerminatedString() doesnt check for non-null terminated strings with length equal to maxLen
a11993519af : 8196181: sun/java2d/GdiRendering/InsetClipping.java fails
34fc33074a7 : 8234836: Improve serialization handling
3cb0f002b3d : 8242502: UnexpectedDeoptimizationTest.java failed "assert(phase->type(obj)->isa_oopptr()) failed: only for oop input"
19c29923a55 : 8241522: Manifest improved jar headers redux
5efa545d487 : 8242312: use reproducible random in hotspot gc tests
d7bbb5c4a61 : 8242136: Better XML namespace handling
74b556d6665 : 8240290: Clean the "libawt_xawt" library from code for macOS
2d350addf70 : 8152332: [macosx] JFileChooser cannot be serialized on Mac OS X
478773c1027 : 8243326: Cleanup use of volatile in taskqueue code
313758a57aa : 8243489: Thread CPU Load event may contain wrong data for CPU time under certain conditions
5bbee05c7a6 : 8243665: exploded-image-optimize touches module-info.class in all modules
46a67f4b319 : 8243648: Windows 32bit compile error src/jdk.incubator.jpackage/windows/native/libjpackage/VersionInfo.cpp
fe152cdcc5c : 8243666: ModuleHashes attribute generated for JMOD and JAR files depends on timestamps
35af52dd4f5 : 8244010: Simplify usages of ProcessTools.createJavaProcessBuilder in our tests
60e2afe2d34 : 8243389: enhance os::pd_print_cpu_info on linux
0de9bbd4f3d : 8244044: Refactor phase makefiles to be structured per module
739e8e322d5 : 8216557: Aarch64: Add support for Concurrent Class Unloading
408bc486e02 : 8244036: Refresh SetupJavaCompilation, and remove support for sjavac
0783dd69a59 : 8241807: JDWP needs update for hidden classes
7f49c9167a1 : 8244066: ClassFileInstaller should be run in driver mode
a9d14e14620 : 8243944: use SkippedException and @requires in runtime/memory/ReadFromNoaccessArea.java test
6ff66db553c : 8242314: use reproducible random in vmTestbase shared code
9320f9c60ab : 8243634: Add pandoc dependency when building linux-aarch64 at Oracle
70e632d5ec6 : 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests
6911667eb76 : 8243500: SA: Incorrect BCI and Line Number with jstack if the top frame is in the interpreter (BSD and Windows)
5d2740b5241 : 8231634: SA stack walking fails with "illegal bci"
066346ce9c9 : 8243541: (tz) Upgrade time-zone data to tzdata2020a
f159234fe55 : 8243991: Remove obsolete -XX:ThreadStackSize from java command line
9687723c819 : 8243932: compiler/codecache/cli/printcodecache/TestPrintCodeCacheOption.java test can use driver mode
9921097bd91 : 8243942: use SkippedException in gc/arguments/TestSmallInitialHeapWithLargePageAndNUMA.java test
3a416b9f671 : 8243988: Added flexibility in build system for unusal hotspot configurations
f4cb2bfd921 : 8244009: Separate -Xdoclint options in CompileJavaModules.gmk
1b16192363a : 8243997: Linux build failed after JDK-8242244
04ae3fd6036 : 8243848: Shenandoah: Windows build fails after JDK-8239786
b723b946143 : 8244021: Hide warning from jlink about incubating modules
87f0ff6c101 : 8243510: AbsPathsInImage.java fails on Windows
941643ece9e : 8242921: test/hotspot/jtreg/runtime/CompactStrings/TestMethodNames.java uses nashorn script engine
09e8b7ca4d6 : 8243985: Make source generation by generatecharacter reproducible
c03a9bc9a29 : 8243973: Clarify difference between JAVA_OPTIONS and VM_OPTIONS
0b5f5d54f66 : 8243982: Fix testing documentation after JDK-8240241
3ed08495048 : 8243393: Improve ReservedSpace constructor resolution
a8ffbb350d3 : 8243989: test/hotspot/jtreg/serviceability/jvmti/CanGenerateAllClassHook/CanGenerateAllClassHook.java needs to use othervm
1b0a423f6f7 : 8242244: Remove redundant ELF machine definitions
184b4336301 : 8242999: HTTP/2 client may not handle CONTINUATION frames correctly
7a937e0dded : 8243567: Update download link of jtreg provided by Adoption Group
65344142d38 : 8243000: javac only build fails after removal of Nashorn
9cea1a51798 : 8243954: serviceability/logging/TestQuotedLogOutputs.java fails after 8243928
538e005813f : 8242459: ForceNUMA and only one available NUMA node hits a guarantee
1041efe0271 : 8243946: serviceability/sa and jvmti tests fail after JDK-8243928
ae9d5636f16 : 8243941: build issue introduced with the push of 8242237
3a9f7648d28 : 8243928: several svc tests can be run in driver mode
223ca800cc4 : 8242237: Improve JVM TI HiddenClasses tests
a740f83da3f : 8243930: update copyright years
18c43241fb8 : 8241815: Unnecessary calls to SystemDictionaryShared::define_shared_package
03f8e6ccd8e : 8219607: Add support in Graal and AOT for hidden class
68b189ae8b1 : 8243633: Remove cups dependency when building linux at Oracle
9697772b1f9 : 8243664: JavaDoc of CompactNumberFormat points to wrong enum
c2d3ff3bf87 : 8242239: [Graal] javax/management/generified/GenericTest.java fails: FAILED: queryMBeans sets same
d84e4f1fd68 : 8243565: some gc tests use 'test.java.opts' and not 'test.vm.opts'
e0f46d0cb61 : 8243620: a few compiler/jvmci tests can be run in driver mode
a3d14c6de5d : 8243622: all actions in compiler/aot/fingerprint/SelfChangedCDS.java can be run in driver mode
a075c328e40 : 8243621: use SkippedException in compiler/jsr292/MHInlineTest.java test
83a6527e440 : 8243619: compiler/codecache/CheckSegmentedCodeCache.java test misses -version
9097c799f2a : 8243618: compiler/rtm/cli tests can be run w/o WhiteBox
27dc9136187 : 8243617: compiler/onSpinWait/TestOnSpinWaitC1.java test uses wrong class
bdf672659ce : 8243010: Test support: Customizable Hex Printer
d2e0d0e06a9 : 8243469: Lazily encode name in ZipFile.getEntryPos
c55e7d5a4a1 : 8242034: Remove JRE_HOME references
0bbdcdac5ac : 8240783: JFR: TestClose could not finish chunk
32eb99e3e34 : 8243563: Doc comments cleanup
5d783f761f4 : 8242846: Bring back test/jdk/tools/jlink/plugins/OrderResourcesPluginTest.java
e34508cba2d : 8242933: jdk/jfr/api/consumer/TestHiddenMethod uses nashorn script engine
d07d6bd1235 : 8243576: Remove residual reference to nashorn modules in make/CompileJavaModules.gmk
0e07f5a7d7e : 8151030: PPC64: AllocatePrefetchStyle=4 is out of range
b2db7a0c9ab : 8243539: Copyright info (Year) should be updated for fix of 8241638
7fb48971ee7 : 8243587: Missing comma in copyright header
806566519a5 : 8243568: serviceability/logging/TestLogRotation.java uses 'test.java.opts' and not 'test.vm.opts'
0fd64dea3d4 : 8243591: Change to GCC 9.2 for building Linux/aarch64 at Oracle
b0739f46838 : 8243590: Bump boot jdk to JDK 14 on aarch64 at Oracle
5fc5cb9f252 : 8243549: sun/security/ssl/CipherSuite/NamedGroupsWithCipherSuite.java failed with Unsupported signature algorithm: DSA
f8ab03fa045 : 8243503: InstanceKlass::_array_name is not needed and leaks
05bf8dced5d : 8243578: Shenandoah: Cleanup ShenandoahStringDedup::parallel_oops_do()
bfcb3406066 : 8236464: SO_LINGER option is ignored by SSLSocket in JDK 11
88f3861cb7a : 8236129: Exe installers have wrong properties
33d9178ebdf : 8243574: java.lang.invoke.InvokerBytecodeGenerator.ClassData should be package-private
e19d8805814 : 8243575: Trivial javadoc fix of j.l.i.MethodHandles::arrayElementVarHandle
b4615b163c8 : 8243562: Make display of search results consistent with color scheme
f9b816b8f99 : 8242649: improve the CSS class names used for summary and details tables
94a99ab9e58 : 8243246: HTTP Client sometimes gets java.io.IOException -> Invalid chunk header byte 32
04c6d13322f : 8241153: Refactor HeapRegionManager::find_unavailable_from_idx to simplify expand_at
816d9483f09 : 8241228: Test jdk/javax/swing/UIDefaults/8146330/UIDefaultKeySizeTest.java is failing
ca46bba5055 : 8241587: Aarch64: remove x86 specifics from os_linux.cpp/hpp/inline.hpp
455d2e7cea0 : 8225540: In core reflection note whether returned annotations are declaration or type annotations
b7d5172b894 : 8242472: Comment for unused PreviewFeature.Feature.TEXT_BLOCKS enum
1d7dee9ae48 : 8242289: C2: Support platform-specific node cloning in Matcher
e0a75ed00d5 : 8242162: convert clhsdb "sysprops" command from javascript to java
ef8537ec1a4 : 8241741: Implement Text Blocks as a standard feature in javac
d9bf9348319 : 8241742: Remove the preview status for methods introduced for Text Blocks
36f22938ed3 : 8241920: G1: Lazily initialize OtherRegionsTable::_coarse_map
136450572ed : 8242400: Shenandoah: Restore logging to pre-jdk8241984 format
cdfe841d3d2 : 8242038: G1: Lazily initialize RSHashTables
7c351405c4a : 8242310: use reproducible random in hotspot compiler tests
0eb72d4e748 : 8241707: introduce randomness k/w to hotspot test suite
d1091364aa7 : 8240990: convert clhsdb "dumpclass" command from javascript to java
cd8be04b8aa : 8237187: Obsolete references to java.sun.com
16f8c294b55 : Added tag jdk-15+18 for changeset 44aef192b488
3487361a39b : 8242379: [TESTBUG] compiler/loopopts/TestLoopUnswitchingLostCastDependency.java fails with release VMs
3850f28ed87 : 8242325: Remove VIS version of medialib
82dfec76c66 : 8242384: sa/TestSysProps.java failed due to "RuntimeException: Could not find property in jinfo output: [0.058s][info][cds] Archive was created with UseCompressedOops"
64365fb9083 : 8223090: Clean up obsolete logic & reference to Amble fonts
3a6249d0c7b : 8242295: Change ThreadMBean in vmTestbase/nsk/monitoring to ThreadMXBean
ac8d42087a4 : 8240169: javadoc fails to link to non-modular api docs
cdb379e5b48 : 8237383: Members inherited from non-public types are not included in index
64957a1770e : 8242265: serviceability/sa/ClhsdbScanOops.java fails due to bad @requires expression
62060fc278d : 8242337: javadoc typo in NumberFormat::setMinimumFractionDigits
89a33e69a71 : 8240918: [REDO] Allow direct handshakes without VMThread intervention
51a5e9ca3ce : 8242010: Upgrade IANA Language Subtag Registry to Version 2020-04-01
52ea4802f1a : 8241141: Restructure humongous object allocation in G1
dd4e04d6f51 : 8242134: Consolidate the get_package_entry() in SystemDictionaryShared and ClassLoader
0ffbbc821a6 : 8242382: test/jdk/TEST.groups cleanup of sun/tools/java
a5b81d97f9a : 8240693: Sweeper should not examine dying metadata in is_unloading() nmethod during static call stub cleaning
76a8557d0cf : 8241438: Move IntelJccErratum mitigation code to platform-specific code
6c1f8e1dc28 : 8242370: Enable JFR TestGCPhaseConcurrent test for Shenandoah
29b0912bc35 : 8242375: Shenandoah: Remove ShenandoahHeuristic::record_gc_start/end methods
10ca4873052 : 8239819: XToolkit: Misread of screen information memory
a6678d2e58e : 8240877: NPE at javax.swing.text.html.FormView.appendBuffer with null option values
f67e608861d : 8238567: SoftMainMixer.processAudioBuffers(): Wrong handling of stoppedMixers
a62b24f573c : 8241829: Cleanup the code for PrinterJob on windows
84fc4850a67 : 7105119: [TEST_BUG] [macosx] In test UIDefaults.toString() must be called with the invokeLater()
343ecd806bb : 8231800: Better listing of arrays
8eb7c3efb1c : 8196019: java/awt/Window/Grab/GrabTest.java fails on Windows
0ffa6b75fde : 8237117: Better ForkJoinPool behavior
fe514a2e557 : 8241379: Update JCEKS support
1c651455a75 : 8241888: Mirror jdk.security.allowNonCaAnchor system property with a security one
1cca0e48e08 : 8237490: [macos] Add support notarizing jpackage app-image and dmg
50ed53076fa : 8225319: Remove rmic from the set of supported tools
c2efd224ca3 : 8239544: Javac does not respect should-stop.ifNoError policy to stop after CompileState PARSE, ENTER and PROCESS
9292b4002d3 : 8241984: Shenandoah: enhance GCTimer and JFR support
64aee56add6 : 8242365: Shenandoah: use uint16_t instead of jushort for liveness cache
7b870e70d0c : 8242353: Shenandoah: micro-optimize region liveness handling
4c4271f2836 : 8242230: Whitespace typos, relaxed javadoc, formatting
59684e10d11 : 8242356: (se) epoll Selector should use epoll_create1 instead of epoll_create
343f7603e7b : 8242316: Shenandoah: Turn NULL-check into assert in SATB slow-path entry
05c26d8b65f : 8241828: JFR: Some streaming tests require a larger heap size with ZGC
6405d750703 : 8241900: Loop unswitching may cause dependence on null check to be lost
6b7a466f746 : 8242294: JSSE Client does not throw SSLException when an alert occurs during handshaking
67fd181eb8e : 8242029: AArch64: skip G1 array copy pre-barrier if marking not active
d8539a51efe : 8242184: CRL generation error with RSASSA-PSS
ccd2a16c581 : 8242165: SA sysprops support fails to dump all system properties
9fb91b4e9c4 : 8242142: convert clhsdb "class" and "classes" commands from javascript to java
25642dd3031 : 8035787: SourcePositions are wrong for Strings concatenated with '+' operator
a40ef7e41dd : 8242235: Disable SA testing on Solaris. Remove JDK-8193639 entries from ProblemList.txt
2b42382e7e7 : 8242301: Shenandoah: Inline LRB runtime call
7ac64b81ee5 : 8241895: use new "details-list" CSS class instead of general "block-list" for list of details sections
8523e37f7e3 : 8242056: Merge support for AnnotationType builders/writers into support for other types
cceee2c6381 : 8242168: ClhsdbFindPC.java failed due to "RuntimeException: 'In code in NMethod for LingeredAppWithTrivialMain.main' missing from stdout/stderr"
378aef32ab6 : 8240533: Inconsistent Exceptions are thrown by DatagramSocket and DatagramChannel when sending a DatagramPacket to port 0
e53ae5ae63d : 8242216: ObjectSampler::weak_oops_do() should not trigger barrier
1a40b7931a0 : 8241695: JFR TestCrossProcessStreaming.java child process exited with SIGQUIT (131)
6351f95bc1f : 8242006: (zipfs) Improve Zip FS FileChannel and SeekableByteChannel test coverage
9ba424ee573 : 8242267: Shenandoah: regions space needs to be aligned by os::vm_allocation_granularity()
9743ec80f15 : 8240360: NativeLibraryEvent has wrong library name on Linux
951cda8d1ff : 8242273: Shenandoah: accept either SATB or IU barriers, but not both
5fff119dde6 : 8242271: Shenandoah: add test to verify GC mode unlock
76b1119f615 : 8241958: Slow ClassLoaderReferenceImpl.findType
f5a728af03b : 8238289: Use _byteswap_ functions to implenent Bytes::swap_uX on Windows
edc4ffe54b8 : 8199138: Add RISC-V support to Zero
b317d0ee390 : 8241638: launcher time metrics always report 1 on Linux when _JAVA_LAUNCHER_DEBUG set
e18d66174a6 : 8237572: Combine the two LingeredApp classes
3aa216ecdfc : 8241713: Linux desktop shortcuts with spaces make postinst/prerm fail
c1016d5de25 : 8242229: Shenandoah: inline ShenandoahHeapRegion liveness-related methods
e3aae42d330 : 8242228: Shenandoah: remove unused ShenandoahCollectionSet methods
0d1e636aba7 : 8242227: Shenandoah: transit regions to cset state when adding to collection set
59f28e56a23 : 8242213: Shenandoah: remove ShenandoahHeuristics::_bytes_in_cset
1d687b35255 : 8242212: Shenandoah: initialize ShenandoahHeuristics::_region_data eagerly
185f3721278 : 8242211: Shenandoah: remove ShenandoahHeuristics::RegionData::_seqnum_last_alloc
c4d01f8c8bf : 8242054: Shenandoah: New incremental-update mode
ba26538cefb : 8241530: com/sun/jdi tests fail due to network issues on OSX 10.15
843a86214e7 : 8242217: Shenandoah: Enable GC mode to be diagnostic/experimental and have a name
ec5ccb8de31 : 8242130: Shenandoah: Simplify arraycopy-barrier dispatching
08b90285b29 : 8242208: Use Method.getParameterCount where applicable
e9adf7bbe1d : 8242186: Reduce allocations in URLStreamHandler.parseURL for some cases
722a18d31ea : 8242090: Remove dead code from c1_LIR
b73460b366e : 8242114: Shenandoah: remove ShenandoahHeapRegion::reset_alloc_metadata_to_shared
5aed2164eac : 8241726: Re-enable gtest for BitMap::count_one_bits()
3d36ef14b33 : 8241997: Scalar replacement of cloned array is broken after JDK-8238759
4895a19dd19 : 8241798: Allow enums to have more constants
3a0a3d21d0d : 8184249: SA: clhsdb 'intConstant' throws a NullPointerException when not attached to a VM
3cf922b3d12 : 8242462: Residual Cleanup of rmic removal
93831d4ed25 : 8241883: (zipfs) SeekableByteChannel:close followed by SeekableByteChannel:close will throw an NPE coverage
f11d4628c10 : 8242282: Test sun/tools/jps/TestJps.java fails after JDK-8237572
8ace9207334 : 8242470: Update Xerces to Version 2.12.1
5ad5aa49ced : 8242430: Correct links in javadoc of OperatingSystemMXBean
86722cb038d : 8239594: jdk.tls.client.protocols is not respected 8239595: ssl context version is not respected
502d45955f3 : 8240848: ArrayIndexOutOfBoundsException buf for TextCallbackHandler
592b9a95713 : 8241911: AArch64: Fix a potential register clash issue in reduce_add2I
2883bccf48f : 8239385: KerberosTicket client name refers wrongly to sAMAccountName in AD
469c13a86d0 : 8243488: Add tests for set/get SendBufferSize and getReceiveBufferSize in DatagramSocket
cd9b2bb97f0 : 8244444: [TESTBUG] Test for XPathEvaluationResult.XPathResultType
2163dec6c42 : 8243432: use reproducible random in :vmTestbase_vm_defmeth
0b7a47665f9 : 8243431: use reproducible random in :vmTestbase_vm_metaspace
80d280263a4 : 8183266: [TESTBUG]Add test to cover XPathEvaluationResult.XPathResultType.getQNameType method
a899004d4eb : 8244384: @requires-related clean up in gc/metaspace/ tests
c976be69c3b : 8244385: various clean-ups in runtime tests
5ac755681fa : 8244420: Shenandoah: Ensure _disarmed_value offset < 128
704749a0940 : 8244293: Remove outdated @apiNote in java.util.Objects
1a0755008d0 : 8244214: Change to VS2019 for building on Windows at Oracle
00e15ff4e68 : 8244326: Shenandoah: global statistics should not accept bogus samples
81597d9f8fb : 8244078: ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts
a8edd11d7a7 : 8242335: Additional Tests for RSASSA-PSS
600319b68a6 : 8244149: jdk/jfr/api/consumer/recordingstream/TestOnEvent.java times out
df182ea6e05 : 8244133: Refactor nsk/jdi tests to reduce code duplication in settingBreakpoint communication
342edb4c6df : 8244018: No error message for non-existent icon path
14ae7cf7692 : 8242865: Usability problems using mac signing in jpackage
0efacb3eedf : 8244292: Headful clients failing with --illegal-access=deny
90e8a0a3dba : 8243453: java --describe-module failed with non-ASCII module name under non-UTF8 environment
e70d76d741a : 8244200: Shenandoah: build breakages after JDK-8241743
31041d406a1 : 8241100: Make Boolean, Character, Byte, and Short implement Constable
2d8bea8c1d0 : 8244328: Shenandoah: move ShenandoahThreadLocalData::_disarmed_value initialization
cbfcae77463 : 8233439: G1 zero_filled optimization when committing CardCountsTable does not work
c7b1b1bb743 : 8244284: Two tests in test/hotspot/jtreg/vmTestbase fail with --illegal-access=deny
e5099daae26 : 8244283: test/jdk/sun/net/idn/TestStringPrep.java fails with --illegal-access=deny
352e4605293 : 8244281: test/jdk/com/sun/crypto/provider/KeyProtector/IterationCount.java fails with --illegal-access=deny
4e554211716 : 8243548: Javac incorrectly collects enum fields when verifying switch expression exhaustivness
1a35219f017 : 8243557: Inconvenient span for multi-catch error diagnostics
09912cc5091 : 8244182: Use root node as default for find_node when called from debugger
bbcb3b638b0 : 8230402: Allocation of compile task fails with assert: "Leaking compilation tasks?"
57fbf93ef90 : 8230940: Obsolete MonitorBound
765a5b858b1 : 8244276: Zero and minimal VM build failure after JDK-8178349 (use of undeclared identifier 'SystemDictionaryShared')
eee32495a1a : 8244220: Compiler error in jpackage with VS2019
f0f7070cb55 : 8244186: assertion failure test/jdk/javax/net/ssl/DTLS/RespondToRetransmit.java
bcf3ae8245d : 8244142: some hotspot/runtime tests don't check exit code of forked JVM
47c30dbc166 : 8244141: use @requires and SkippedException in some hotspot/runtime tests
e3673d4677c : 8238843: Enhanced font handing
1ad4834807c : 8203238: [TESTBUG] rewrite MemOptions shell test in Java
0c7e01fa325 : 8242108: Performance regression after fix for JDK-8229496
d8d8424db9d : 8243109: Bootcycle build failures after Nashorn removal
6b5fc175a1d : 8243395: Shenandoah: demote guarantee in ShenandoahPhaseTimings::record_workers_end
1ba7cf7dd68 : 8243291: Shenandoah: no need to retire TLABs at Init Update Refs
91d204780dd : 8243301: Shenandoah: ditch ShenandoahAllowMixedAllocs
8e21a2a1e4e : 8237890: DatagramPacket::getSocketAddress doesn't specify what happens if address or port are not set
ac088b46318 : 8243307: Shenandoah: remove ShCollectionSet::live_data
59521b03894 : 8209162: Page size selection does not always select optimal page size
d945999862f : 8241874: [PPC64]: Improve performance of Long.reverseBytes() and Integer.reverseBytes() on Power9
0d09d682a47 : 8241986: The java man page erroneously refers to XEND when it should refer XTEST
306eeb0861d : 8242482: AArch64: Change parameter names of reduction operations to make code clear
61b03fbfa6e : 8242614: cleanup duplicated test ldap server in some com/sun/jndi/ldap/ tests
78a0baa57c4 : 8241627: Updating ASM to 8.0.1 for JDK 15
c7ae195a03c : 8243318: New test jdk/javadoc/tool/8224612/OptionsTest.java is failing
f8f698465d5 : 8234691: Potential double-free in ParallelSPCleanupTask constructor
d041941e64f : 8242789: sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java fails with 'JShellToolProvider' missing from stdout/stderr
d80f55e7e95 : 8243206: Cleanup error checking and handling in serviceability/sa/JhsdbThreadInfoTest.ja
392b75d1586 : 8224612: javadoc should better handle empty set of doclet options
d19f5f6830b : 8242484: Rework thread deletion during VM termination
efa570126b6 : 8243045: AOTCompiledMethod::print_on triggers assertion after JDK-8210012
1c6ca09b02a : 8238195: Lookup::defineClass should link the class to match the specification
1feb24e5618 : 8243274: suppress warnings in LookupDefineClass microbenchmarks due to JDK-8243156
7cc13710592 : 8238358: Implementation of JEP 371: Hidden Classes
642041adbca : 8243168: Remove addition preview adornment from String::stripIndent and String::translateEscapes
93032c637bc : 8242943: Fix all remaining unchecked warnings in jdk.hotspot.agent
48569d9da08 : 8243156: Fix deprecation and unchecked warnings in microbenchmark
71b06ed298c : 8243146: Further cleanups after UseAdaptiveGCBoundary removal
74b3243f8c8 : 8243238: Shenandoah: explicit GC request should wait for a complete GC cycle
6a905b6546e : 8242070: AArch64: Fix a typo introduced by JDK-8238690
5a665c39c9e : 8242796: Fix client build failure
0bc7cc4d280 : 8241158: SA TestHeapDumpForInvokeDynamic.java fails when CDS archive is relocated
7b8c3734946 : 8240204: Optimize package handling for archived classes
8da1ee78331 : 8242357: [JVMCI] Incorrect use of JVMCI_CHECK_ on return statement
bc3ed7bdb49 : 8242863: Bump minimum boot jdk to JDK 14
85d07da4758 : 8243059: Build fails when --with-vendor-name contains a comma
db8757ad125 : 8231585: java/lang/management/ThreadMXBean/MaxDepthForThreadInfoTest.java fails with java.lang.NullPointerException
da1abd18db7 : 8238270: java.net HTTP/2 client does not decrease stream count when receives 204 response
e8dfd8ce54a : 8243154: Fix deprecation warnings in failure handler
ec1c111c6ce : 8243074: Misplaced and/or duplicate super or this constructor invocation not attributed
4b6e75dc72e : 8243047: javac may crash when processing exits in class initializers
df82d9a4b5a : 8242802: javac crashes when checking equals and hashCode in unresolvable anonymous class
f08b5a80062 : 8241950: JShell could support auto-indent
f51088e2617 : 8242449: AArch64: r27 can be allocated in CompressedOops mode
25cd1774a76 : 8242793: Incorrect copyright header in ContinuousCallSiteTargetChange.java
efcb6bd20e2 : 8242425: JVMTI monitor operations should use Thread-Local Handshakes
fc728278c2b : 8242959: Optimize ZipFile.getEntry by folding lookups for name and name+'/'
d185fe9953b : 8242452: During module definition, move conversion of packages from native to VM 8242290: Pointless verification in get_package_entry_by_name
4d487927adb : 8228991: Obsolete -XX:UseAdaptiveGCBoundary
05d6a66330e : 8242811: AlgorithmId::getDefaultAlgorithmParameterSpec returns incompatible PSSParameterSpec for an RSASSA-PSS key
f6f97ea24b6 : 8242480: Negative value may be returned by getFreeSwapSpaceSize() in the docker
a4d318c92cf : 8242787: sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java fails with sun.jvm.hotspot.types.WrongTypeException
1b45bf2d581 : 8241975: Run jdk/jfr/event/metadata/TestLookForUntestedEvents.java in tier3
12f8b52fb8b : 8231756: [JVMCI] need support for deoptimizing virtual byte arrays encoding non-byte primitives
430f8020fda : 8242492: C2: Remove Matcher::vector_shift_count_ideal_reg()
078c0274414 : 8242491: C2: assert(v2->bottom_type() == vt) failed: mismatch when creating MacroLogicV
124caec26c4 : 8242859: test/jdk/tools/jlink/JLinkTest.java uses nashorn module
f04a7e5cb46 : 8172404: Tools should warn if weak algorithms are used before restricting them
9735678c26e : 8242896: typo #ifdef INCLUDE_JVMTI in codeCache.cpp
25c70b3bc31 : 8242860: test/jdk/tools/jlink/ModuleNamesOrderTest.java uses nashorn module
aeb2f9492e6 : 8242596: Improve JarFile.getEntry performance for multi-release jar files
07156dd25b0 : 8242626: enhance posix print_rlimit_info
b09a8ee6571 : 8242931: Few more tests that use nashorn have been missed
59563a4ca90 : 8240904: Screen flashes on test failures when running tests from make
455eaca215d : 8241055: Regex Grapheme Matcher Performance Depends too much on Total Input Sequence Size
d0f5c5c6bbb : 8242844: JFR: Clean up typos and log format
50bca089c47 : 8243008: Shenandoah: TestVolatilesShenandoah test failed on aarch64
2ec33aa0772 : 8237949: CTW: C1 compilation fails with "too many stack slots used"
f64a255a3a1 : 8232935: jpackage failed with NPE whenever --file-associations provided
c6c1f9bad9c : 8230731: SA tests fail with "Windbg Error: ReadVirtual failed
3efd000036d : 8242565: Policy initialization issues when the denyAfter constraint is enabled
3cc1fdf2b60 : 8242808: Fix all remaining deprecation warnings in jdk.hotspot.agent
d295762f4c2 : 8242804: Fix trivial deprecation issues in jdk.hotspot.agent
46963fc14fd : 8241234: Unify monitor enter/exit runtime entries
5f03df7d257 : 8242913: Bump the SPECIAL_FLAG_VALIDATION_BUILD to 25
d5cd1659657 : 8241749: Remove the Nashorn JavaScript Engine
dc6d76f518a : 8242260: Add forRemoval=true to already deprecated ContentSigner
474ce89ebc0 : 8242631: Missing but used special functions for some classes
c7fd570e656 : Added tag jdk-15+19 for changeset 7cc27caabe6e
d37985cd708 : 8210012: Implement Unified Logging Option for -XX:+TraceMethodHandles and -XX:+TraceInvokeDynamic
ed18906c08e : 8242008: SSLSession inconsistencies
cc05419e1a9 : 8242366: Fix JavaDoc warnings
941bb3bcb85 : 8242842: Avoid reallocating name when checking for trailing slash in ZipFile.getEntryPos
d983fa6ca3f : 8242629: Remove references to deprecated java.util.Observer and Observable
7bd2cd0bf89 : 8242597: Remove GenericTaskQueue<>::push_slow
b0d709cc231 : 8241618: Fix trivial unchecked warnings for jdk.hotspot.agent
919027a90e3 : 8242485: Null _file checking in fileStream::flush()
23709c830e2 : 8242643: Shenandoah: split concurrent weak and strong root processing
346d09e7aa9 : 8242602: Shenandoah: allow earlier recycle of trashed regions during concurrent root processing
7bce9a91584 : 8172680: Support SHA-3 based Hmac algorithms
4c7d85b6369 : 8242556: Cannot load RSASSA-PSS public key with non-null params from byte array
4694da31f8a : 8242078: G1: Improve concurrent refinement analytics and logging
b98e863f577 : 8242641: Shenandoah: clear live data and update TAMS optimistically
3602186430f : 8242039: Improve jlink VersionPropsPlugin
e969c158d80 : 8241142: Shenandoah: should not use parallel reference processing with single GC thread
a62a0e5282a : 8238665: Add JFR event for direct memory statistics
1cc71b41deb : 8241982: Make TestSearchScript.java run with GraalJS
165fa2450c1 : 8242468: VS2019 build missing vcruntime140_1.dll
416f4ed7ae8 : 8242463: ProcessTools.createNativeTestProcessBuilder() in testlib needs jdk/bin on PATH on Windows
aadc7c7ca86 : 8237474: Default SSLEngine should create in server role
b812e8baff3 : 8242638: Shenandoah: restore heap logging for uncommit
e0ccd77617c : 8242625: Shenandoah: restore heap logging for Degenerated/Full cycles
b18e006b551 : 8242448: Change HeapRegionManager::guarantee_contiguous_range to be assert_contiguous_range
5dca7ec6b79 : 8231572: Use -lobjc instead of -fobjc-link-runtime in libosxsecurity
8cd9241448f : 8242330: Arrays should be cloned in several JAAS Callback classes
d34f732b995 : 8242283: Can't start JVM when java home path includes non-ASCII character
4a09f31eff4 : 8237250: pmap and pstack should do a better of making it clear that they are not supported on Mac OS X
a46f4bfa959 : 8242327: List spec should state that unmodifiable lists implement RandomAccess
45258a1799e : 8236867: Enhance Graal interface handling
99a6b6b8487 : 8174768: Make ProcessTools print executed process output into a separate file
77041dc4ec7 : 8235220: ClhsdbScanOops.java fails with sun.jvm.hotspot.types.WrongTypeException
c73934d8c8d : 8242311: use reproducible random in hotspot runtime tests
116fe806c30 : 8242313: use reproducible random in hotspot svc tests
15464b36c32 : 8242471: remove "temporarily" restrictions of nsk/jdi/Argument/value/value004
68e0e49bc8b : 8242241: add assert to ClassUnloadEventImpl::className
7a608f40fcb : 8242326: use new "summary-list" CSS class instead of general "block-list" for list of summary sections
ea36a53b753 : 8241952: (fs) FileChannel.write(ByteBuffer src, long position) does not check for the FileChannel being closed first
447d6499f1f : 8242292: (fs) FileSystems.getFileSystem(URI) should throw IAE if the URI scheme is null
83a1d70f0fa : 8242155: Enhance automated macos signing tests
0c58055bac6 : 8240482: Improved WAV file playback
048c5c0ddd7 : 8241041: C2: "assert((Value(phase) == t) || (t != TypeInt::CC_GT && t != TypeInt::CC_EQ)) failed: missing Value() optimization" still happens after fix for 8239335
fc9389c164a : 8241996: on linux set full relro in the linker flags
ed008731488 : 8215711: Missing key_share extension for (EC)DHE key exchange should alert missing_extension
a6b990f74aa : 8242153: ProblemList serviceability/sa/ClhsdbDumpheap.java on OSX
2e4783411ed : 8240745: Implementation: JEP 377: ZGC: A Scalable Low-Latency Garbage Collector (Production)
76d534986b4 : 8241960: The SHA3 message digests impl of SUN provider are not thread safe after cloned
512644de06d : 8240205: Avoid PackageEntry lookup when loading shared classes
965404dd986 : 8240989: convert clhsdb "dumpheap" command from javascript to java
acafdb3f603 : 8238183: SAX2StAXStreamWriter cannot deal with comments prior to the root element
ff34c4cdf8f : 8242107: Shenandoah: Fix aarch64 build after JDK-8242082
59af1c2af4d : 8241138: http.nonProxyHosts=* causes StringIndexOutOfBoundsException in DefaultProxySelector
a3090460286 : 8241585: Remove unused _recursion_counter facility from PerfTraceTime 8241705: Tune PerfData collections
fe2a82031ff : 8242101: Shenandoah: coalesce and parallelise heap region walks during the pauses
746d28d110c : 8242030: Wrong package declarations in jline classes after JDK-8241598
f541970b314 : 8241786: Improve heuristic to determine default network interface on macOS
553ea1e891a : 8242082: Shenandoah: Purge Traversal mode
c09b0a7793f : 8242089: Shenandoah: per-worker stats should be summed up, not averaged
21d5f88f409 : 8242083: Shenandoah: split "Prepare Evacuation" tracking into cset/freeset counters
218d0f71cff : 8242000: clean up list of environment variables printed in hs_err file
cd76575df18 : 8242075: Shenandoah: rename ShenandoahHeapRegionSize flag
62b7404bd99 : 8242042: Shenandoah: tune down ShenandoahGarbageThreshold
f82e44cc406 : 8242073: x86_32 build failure after JDK-8241040
a21c4fb0a6f : 8241475: AArch64: Add missing support for PopCountVI node
934b8a98496 : 8241556: Memory leak if -XX:CompileCommand is set
9a69bb807be : 8242044: Add basic HTTP/1.1 support to the HTTP/2 Test Server
61940fe4cec : 8241988: DatagramSocket incorrectly caches the first set of socket options
a76f0f78ad1 : 8241456: ThreadRunner shouldn't use Wicket for threads starting synchronization
cf22d4440a5 : 8239895: assert(_stack_base != 0LL) failed: Sanity check
80b8644499a : 8241670: Enhance heap region size ergonomics to improve OOTB performance
3ae56fdf103 : 8191930: [Graal] emits unparseable XML into compile log
487070cc097 : 8242041: Shenandoah: adaptive heuristics should account evac reserve in free target
6570425dc48 : 8242040: Shenandoah: print allocation failure type
5532b27d221 : 8241040: Support for AVX-512 Ternary Logic Instruction
fb56759d08b : 8242027: Clean up LinkResolver::check_klass_accessability
ea56776ef53 : 8239072: subtype check macro node causes node budget to be exhausted
73ddea766a7 : 8241492: Strip mining not working for test/hotspot/jtreg/compiler/c2/Test6850611.java
c6b22388b78 : 8241921: Remove leftover diagnostic from test/jdk/java/io/Serializable/records/SerialPersistentFieldsTest.java
15fcf274141 : 8241947: Minor comment fixes for system property handling
2718bcd0c7b : 8242031: TestLookForUntestedEvents.java fails because newly added test tests experimental events
0386b7d0c35 : 8176894: Provide specialized implementation for default methods putIfAbsent, computeIfAbsent, computeIfPresent, compute, merge in TreeMap
3790e58090b : 8241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-libs only)
cc25927f2d8 : Added tag jdk-15+17 for changeset dd5198db2e5b
13af7bb9ada : 8240698: LingeredApp does not pass getTestJavaOpts() to the children process if vmArguments is already specified
e08f25a9428 : 8242003: Remove CallInfo::_selected_klass
25b2118bb47 : 8241983: Shenandoah: simplify FreeSet logging
961c1d6a66b : 8241985: Shenandoah: simplify collectable garbage logging
6af855fd977 : 8241926: Shenandoah: only print heap changes for operations that directly affect it
fc806b67063 : 8241948: enhance list of environment variables printed in hs_err file
15c3d76a496 : 8241101: [s390] jtreg test failure after JDK-8238696: not conformant features string
bf41f548e1e : 8220051: Remove global safepoint code
8d84cf5a3b5 : 8241837: Cleanup stringStream usage in ObjectSynchronizer
6c9d6507dac : 8241881: ZGC: Add tests for JFR events
f1ef83b02e4 : 8241598: Upgrade JLine to 3.14.0
c8b1f966cb1 : 8241976: Add test for GCPhaseConcurrentLevel1 JFR event
990a11e4215 : 8241909: Remove useless code cache lookup in frame::patch_pc
5700a934bba : 8241964: Clean up java.lang.Class javadoc
aba017fa700 : 8214694: cleanup rawtypes warnings in open jndi tests
35f4df51d44 : 8241625: use new "member-list" CSS class instead of general "block-list" for list of members
6d44ff7d934 : 8186780: clang fastdebug assertion failure in os_linux_x86:os::verify_stack_alignment()
8cb3cc01f16 : 8241693: The paragraphs in the help page should not be in a <ul>
931af1260cb : 8241478: vmTestbase/gc/gctests/Steal/steal001/steal001.java fails with OOME
b31bea8a998 : 8241830: Simplify commit error messages in G1PageBasedVirtualSpace
8fdf2925d1e : 8241827: JFR: TestVMInfoEvent.java requires SerialGC
75849a5ca07 : 8241421: Cleanup handling of jtreg
16df851efd1 : 8241160: Concurrent class unloading reports GCTraceTime events as JFR pause sub-phase events
4b4633d976f : 8240988: Incorrect copyright header in CertificateValidation.java
6a4e93bbc95 : 8241666: Enhance log messages in ReferenceProcessor
2bc86911565 : 8241568: (fs) UserPrincipalLookupService.lookupXXX failure with IOE "Operation not permitted"
de7ea8db920 : 8241845: Shenandoah: align ShenandoahHeapRegions to cache lines
83a9afaff12 : 8241852: Cleanup error message generation in LinkResolver::resolve_field
53b2368d495 : 8241760: Typos: empty lines in javadoc, inconsistent indents, etc. (net and nio)
916f00acc1c : 8241374: add Math.absExact
b7439a8ae38 : 8241361: ZGC: Implement memory related JFR events
6df23701207 : 8241844: Shenandoah: rename ShenandoahHeapRegion::region_number
87396af743d : 8241842: Shenandoah: inline ShenandoahHeapRegion::region_number
a8a9fb95e11 : 8241841: Shenandoah: ditch one of allocation type counters in ShenandoahHeapRegion
af15605babb : 8241838: Shenandoah: no need to trash cset during final mark
8cb76353721 : 8241665: Configuring --with-jvm-features=-compiler2 fails to build on AArch64
b0e1ee4b3b3 : 8241727: Typos: empty lines in javadoc, inconsistent indents, etc. (core-libs only)
7f8d7850860 : 8232846: ProcessHandle.Info command with non-English shows question marks
253ccad50a4 : 8241771: Remove dead code in SparsePRT
98e6be7cc26 : 8241789: Make citations of JLS and JVMS consistent in java.lang.Class
6b6c5bd6223 : 8241765: Shenandoah: AARCH64 need to save/restore call clobbered registers before calling keepalive barrier
fee15cac0c7 : 8241721: Change to GCC 9.2 for building on Linux at Oracle
ccc699600f8 : 8241631: PropertyGetterTaglet, PropertySetterTaglet may be removed
6ac3892e165 : 8238804: Enhance key handling process
c90e523e0a4 : 8238920: Better Buffer support
800f133a291 : 8240119: Less Affine Transformations
45cace2867d : 8238925: Enhance WAV file playback
8fdbb290796 : 8236191: Enhance OID processing
fa3d79c2f84 : 8230613: Better ASCII conversions
c17ed6a5e58 : 8239563: Reduce public exports in dynamic libraries built from JDK static libraries
9e9f110d059 : 8241750: x86_32 build failure after JDK-8227269
211e5293736 : 8193210: [JVMCI/Graal] add JFR compiler phase/inlining events
bfa3ad91087 : 8241400: [macos] jpackageapplauncher/main.m built using CXXFLAGS_JDKEXE
6e580b38472 : 8241748: Shenandoah: inline MarkingContext TAMS methods
92d854f5e1a : 8241740: Shenandoah: remove ShenandoahHeapRegion::_heap
0861f3f796a : 8241743: Shenandoah: refactor and inline ShenandoahHeap::heap()
7056b96854c : 8241692: Shenandoah: remove ShenandoahHeapRegion::_reserved
a45889dc5ed : 8241660: Add virtualization information output to hs_err file on macOS
5ddbcb7a515 : 8241336: Some java.net tests failed with NoRouteToHostException on MacOS with special network configuration
bb7a8f643f8 : 8241700: Shenandoah: Fold ShenandoahKeepAliveBarrier flag into ShenandoahSATBBarrier
2df18266b9a : 8241597: x86: Remove MMX support
d0a672292f9 : 8241434: x86: Fix Assembler::emit_operand asserts for XMM registers
536e062a563 : 8241436: C2: Factor out C2-specific code from MacroAssembler
195c45a0e11 : 8245226: Clean-up FlagSetting and remove misuse
30bc2b7ca13 : 8248997: JFR: Improve javadoc for @Name
49002194fb6 : 8249264: Build validate-headers task fails after JDK-8248261
c4f835b3a7e : 8249165: Remove unneeded nops introduced by 8234160 changes
7436ef236e4 : 8246476: remove AsyncDeflateIdleMonitors option and the safepoint based deflation mechanism
231a8408b2e : 8248261: Add timestamps to jpackage and jpackage tests verbose output
8f8ff52caed : 8248486: SafeThread illegal access to java.lang private fields should be removed
83a458c5f79 : 8247779: Remove deprecated --bind-services option from jpackage
51464749546 : 8246308: Reference count for PackageEntry::name may be incorrectly decremented
097720cce5b : 8249195: Change to Xcode 11.3.1 for building on Macos at Oracle
a14490dd161 : 8247502: PhaseStringOpts crashes while optimising effectively dead code
deddbe5a85d : 8248988: JFR: Split up TestThreadStartEndEvents.java
f613d43f269 : 8249230: Shenandoah: assertion failure with -XX:-ResizeTLAB
870e67d5207 : 8247695: PPC/S390: compiler/intrinsics/math/TestFpMinMaxIntrinsics.java fails
2d3c928f0b5 : 8249137: Remove CollectedHeap::obj_size
faf4d7ccb79 : 8242428: JVMTI thread operations should use Thread-Local Handshake
086124845f1 : 8247670: Shenandoah: deadlock during class unloading OOME
985061ac28a : 8249149: Remove obsolete UseNewFieldLayout option and associated code
0a38584c10c : 8248652: Shenandoah: SATB buffer handling may assume no forwarded objects
5c76194ae91 : 8248983: Add links to definition of empty name
9bac33fbc62 : 8248426: NMT: VirtualMemoryTracker::split_reserved_region() does not properly update summary counting
97b948a9b25 : 8248336: AArch64: C2: offset overflow in BoxLockNode::emit
6b911624f20 : 8210462: Fix remaining mentions of initial mark
59e3ebb4a5a : 8248322: G1: Refactor full collection sizing code
65b23ca67a2 : 8249080: Reduce MemberName class dependency on MethodHandles
f4f094021c3 : 8249141: Fix indent in java_lang_Record definition in vmSymbols.hpp
6a91c73dda1 : 8248403: AArch64: Remove uses of kernel integer types
ed31b661d35 : 8247818: GCC 10 warning stringop-overflow with symbol code
11ba454f392 : Added tag jdk-16+5 for changeset 143e258f64af
fc1b24e4e8f : 8243592: Subject$SecureSet::addAll should not call contains(null)
e2353cc3248 : 8248987: AOT's Linker.java seems to eagerly fail-fast on Windows
dfe381ae083 : 8248658: Remove vmTestbase/vm/share/vmcrasher
4d2b0b53b4a : 8248016: JFR: Remove Javadoc warnings
0853b330042 : 8248701: On Windows generated modules-deps.gmk can contain backslash-r (CR) characters
d308558d4fb : 8248865: Document JNDI/LDAP timeout properties
d42f541dc37 : 8248231: deserializeLambda created with wrong encoding if platform encoding not UTF-8
1d5ec8f3633 : 8247762: [aarch64] Timeout in .../HeapDumpTestWithActiveProcess.java due to inf. loop in AARCH64CurrentFrameGuess.run()
d7b097f1179 : 8244764: Improve assertion for CPP_VTABLE_PATCH_TYPES_DO
eeb4b15f061 : 8249002: New serviceability/sa/ClhsdbFindPC.java #id2 and #id3 tests are failing with ZGC
ed05d576030 : 8223955: Eliminate or reduce mixing of old File API and new Path/Files APIs
db2d4e8f5af : 8248194: Need better support for running SA tests on core files
f243b281ea4 : 8205467: javax/management/remote/mandatory/connection/MultiThreadDeadLockTest.java possible deadlock
50e18e29e33 : 8227337: javax/management/remote/mandatory/connection/ReconnectTest.java NoSuchObjectException no such object in table
a6cf325152a : 8248226: TestCloneAccessStressGCM fails with -XX:-ReduceBulkZeroing
584e983c38c : 8248568: compiler/c2/TestBit.java failed: test missing from stdout/stderr
c5bb0235847 : 8232782: Shenandoah: streamline post-LRB CAS barrier (aarch64)
485194c1a7c : 8245021: Adding method 'remove_if_existing' to growableArray
3d1b1a6bc92 : 8248170: Excessive include of compiledMethod, codeCache, javaClasses and systemDictionary
8170244a81c : 8248886: InstanceKlass::initialize_impl crashes with -XX:-UsePerfData after JDK-8246019
28e219f038f : 8233829: javac cannot find non-ASCII module name under non-UTF8 environment
2e09a58f64a : 8246019: PerfClassTraceTime slows down VM start-up
6d137a36169 : 8248043: Need to eliminate excessive i2l conversions
b02e4d4aba3 : 8248596: [TESTBUG] compiler/loopopts/PartialPeelingUnswitch.java times out with Graal enabled
459da4aa116 : 8248219: aarch64: missing memory barrier in fast_storefield and fast_accessfield
7e20cf75f95 : 8238960: linux-i586 builds are inconsistent as the newly build jdk is not able to reserve enough space for object heap
5fff0506f9d : 8239429: AbsPathsInImage.java fails in JDK 11u and 14u on Windows
151b6f14025 : 8233239: Enhance TIFF support
4d75aef609b : 8238585: JvmtiEventControllerPrivate::enter_interp_only_mode() should not make compiled methods on stack not_entrant
8384f7ff28c : 8246406: ZGC: Generate crash reports in debug builds for a few important errors paths
1c27ce30b47 : 8246405: Add GCLogPrecious functionality to log and report debug errors
aee74901f73 : 8246593: Shenandoah: string dedup roots should be processed during concurrent weak roots phase
9d5f388498e : 8245512: CRC32 optimization using AVX512 instructions
9a7f519aee0 : 8245321: refactor the redefine check that an attribute consisting of a list of classes has not changed
507816d550b : 8244565: Accept PKCS #8 with version number 1
0db1be28c7e : 8246486: javac doesn't allow a subclass to be declared before a sealed superclass with no permits clause
b94314a0d9b : 8087327: CipherStream produces new byte array on every update or doFinal operation
9a88048a051 : 8246274: G1 old gen allocation tracking is not in a separate class
1b59097077f : 8246612: Shenandoah: add timing tracking to ShenandoahStringDedupRoots
9cadf1a004d : 8246282: [REDO] JDK-8245121 (bf) XBuffer.put(Xbuffer src) can give unexpected result when storage overlaps
dd016c34dd1 : 8227647: [Graal] Test8009761.java fails due to "RuntimeException: static java.lang.Object compiler.uncommontrap.Test8009761.m3(boolean,boolean) not compiled"
a351ebd40b6 : 8245043: Simplified contention benchmark
e1b8e91e802 : 8246478: Remove src/utils/reorder
4365c2b7453 : 8246572: Always pass java.library.path when running micro benchmarks
62d1de37e2f : Added tag jdk-15+26 for changeset 0a32396f7a69
bcbe46b0b3a : 8246397: Use KnownOIDs for known OIDs
2bfc64ad1f5 : 8245283: JFR: Can't handle constant dynamic used by Jacoco agent
7d1eb8f07c8 : 8246260: JFR: Write event size field without padding
827c8865d8a : 8246451: Reduce overhead of normalizing file paths with trailing slash
d9fc44540e8 : 8246458: Shenandoah: TestAllocObjects.java test fail with -XX:+ShenandoahVerify
f1e1cb7055e : 8246095: Tweaks to memory access API
eec7750e551 : 8238763: ObjectInputStream readUnshared method handling of Records
f7cb0f760f0 : 8244278: Excessive code cache flushes and sweeps
99d6bea20d2 : 8244660: Code cache sweeper heuristics is broken
06b49fa3f7d : 8244658: Remove dead code in code cache sweeper
10874e02911 : 8245658: Arrays.java has two occurrences of bad unicode constants in Javadoc
a809ff0e3fc : 8246434: Threads::print_on_error assumes that the heap has been set up
b5678a43cca : 8246258: Enable hs_err heap printing earlier during initialization
a180444c6fb : 8246404: ZGC: Use GCLogPrecious for important logging lines
5fc89b6e72d : 8246135: Save important GC log lines and print them when dumping hs_err files
1314ca87c1a : 8246433: Shenandoah: walk roots in more efficient order in ShenandoahRootUpdater
26a18414f67 : 8246134: ZGC: Restructure hs_err sections
56b79604966 : 8242897: KeyFactory.generatePublic( x509Spec ) failed with java.security.InvalidKeyException
563ce121275 : 8246359: clarify confusing comment in ObjectMonitor::EnterI()'s race with async deflation
d347d2ebf9d : 8246261: TCKLocalTime.java failed due to "AssertionError: expected [18:14:22] but found [18:14:23]"
3dc78e76e4e : 8204994: SA might fail to attach to process with "Windbg Error: WaitForEvent failed"
453f6cf4d92 : 8243434: use reproducible random in :vmTestbase_vm_g1classunloading
f2cd6d6a106 : 8243430: use reproducible random in :vmTestbase_vm_gc
0366f6bf452 : 8246338: Reduce overhead of normalizing file paths
ddbc7ed0a10 : 8221306: JVMTI spec for FramePop(), MethodExit(), and MethodEnter() could use some cleanup
7e862f91dc1 : 8246368: Add override for return tag of Modifier::toString
47cc808b989 : 8232841: [TESTBUG] [macos] SigningPackageTest fails when untrusted certificates exist on machine
1933fe39ae3 : 8246010: AdditionalLaunchersTest is not enabled, and fails
5ce3d0d8e57 : 8245707: Increase Metaspace reserve alignment
334df28eca4 : 8246342: Shenandoah: remove unused ShenandoahIsMarkedNextClosure
512cc3ebf29 : 8245961: Shenandoah: move some root marking to concurrent phase
8752e02e662 : 8245833: crash_with_sigfpe uses pthread_kill(SIGFPE) on macOS
5f67125ba62 : 8245509: Crash handler itself crashes when reporting Unsafe.putInt(0) crash
f6ad22fce5b : 8236823: Ensure that API documentation uses minified libraries
a1114948b0f : 8246290: Refine specification of javax.lang.model.element.Modifier::toString
ccb6d0e5721 : 8234628: Change BasicHashTables::new_entry() to use clamp()
9c99008aff3 : 8245714: "Bad graph detected in build_loop_late" when loads are pinned on loop limit check uncommon branch
01cfedf2c97 : 8244086: Following 8241492, strip mined loop may run extra iterations
ed538ea5e0a : 8246097: Shenandoah: limit parallelism in CLDG root handling
82dc495ca03 : 8246100: Shenandoah: walk roots in more efficient order
19257f4fb79 : 8246241: LambdaFormEditor should use a transform lookup key that is not a SoftReference
22532ff30e3 : 8242281: IntStream.html#reduce doc should not mention average
f7a65b7fff2 : 8239083: C1 assert(known_holder == NULL || (known_holder->is_instance_klass() && (!known_holder->is_interface() || ((ciInstanceKlass*)known_holder)->has_nonstatic_concrete_methods())), "should be non-static concrete method");
f39a71cafec : 8243506: SharedBaseAddress is ignored by -Xshare:dump
b5775c831d2 : 8239477: jdk/jfr/jcmd/TestJcmdStartStopDefault.java fails -XX:+VerifyOops with "verify_oop: rsi: broken oop"
f822eed55c7 : 8245957: Remove unused LIR_OpBranch::type after SPARC port removal
5793b0633a6 : 8246153: TestEliminateArrayCopy fails with -XX:+StressReflectiveCode
44ae643b2b4 : 8210649: AssertionError @ jdk.compiler/com.sun.tools.javac.comp.Modules.enter(Modules.java:244)
04ad75e788a : 8241519: javac crashes with wrong module-info.class in module path
1adecc8e3ab : 8245717: VM option "-XX:EnableJVMCIProduct" could not be repetitively enabled
00f223e22fd : 8153224: Monitor deflation prolong safepoints
30aa1b06893 : 8245158: C2: Enable SLP for some manually unrolled loops
d42bfef8a44 : 8227046: compiler implementation for sealed classes 8225056: VM support for sealed classes 8227044: javax.lang.model for sealed classes 8227045: Preview APIs support for sealed classes 8227047: Javadoc for sealed types 8245854: JVM TI Specification for sealed classes
567692e4ae0 : 8246259: JFR: Fetch VM memory pools without using streams
5e5880d4f1d : 8245061: Lookup::defineHiddenClass should throw ClassFormatError if this_class is not Class_info structure 8245432: Lookup::defineHiddenClass should throw UnsupportedClassVersionError if bytes are of an unsupported major or minor version 8245596: Clarify Lookup::defineHiddenClass spec @throws IAE if the bytes has ACC_MODULE flag set
1f698a35f25 : 8246152: Improve String concat bootstrapping
f3e027c0015 : 8246256: GenerateLinkOptData should not mutate the interim or bootstrap JDK
ad7dafb1384 : 8246251: Adjust HelloClasslist after JDK-8230301
0b20eafb30c : 8241004: NMT tests fail on unaligned thread size with debug build
d0c6eef9a5a : 8246263: jdk is not yet ready for new Copyright line
0ec39a0b70e : 8230552: Provide information when hitting a HaltNode for architectures other than x86
5a57b9f8ec8 : 8245153: Unicode encoded double-quoted empty string does not compile
4d10ebba122 : 8246075: Missing logging in nmethod::oops_do_marking_epilogue() on early return path
bfd2e961202 : 8230800: Clarify String::stripIndent javadoc when string ends with line terminator
7467cd2ee5d : 8246045: ZGC: Fix ZDirector::rule_high_usage() calculation
231d9a01d91 : 8246044: ZGC: Rename ZDirector's max_capacity to soft_max_capacity
116aee4950c : 8242527: ZGC: TestUncommit.java fails due to "Exception: Uncommitted too fast"
0082c694965 : 8246198: Typo in java/util/regex/Pattern.java
6212aea580f : 8246193: Possible NPE in ENC-PA-REP search in AS-REQ
4eeb61299f2 : 8244573: java.lang.ArrayIndexOutOfBoundsException thrown for malformed class file
34767246412 : 8238002: Better matrix operations
697fb9e41b3 : 8232014: Expand DTD support
ead83e6b630 : 8239124: Minimize the usage of AwtGraphicsConfigDataPtr in native
5a5e4bbfeef : 8220150: macos10.14 Mojave returns anti-aliased glyphs instead of aliased B&W glyphs
38716935d23 : 8240342: Custom composite is ignored when printing an opaque image to a page
3c937001b55 : 8241797: Add some tests to the problem list
978120f46a6 : 8241808: [TESTBUG] The JDK-8039467 bug appeared on macOS
1ef1131ab1c : 8241791: [TESTBUG] Test failing with exception "java.lang.UnsupportedOperationException"
cf22b4e7c8d : 8238719: [macOS] Delete the property which use deprecated prefix "com.apple.macos."
3399842d7ea : 8240690: Race condition between EDT and BasicDirectoryModel.FilesLoader.run0()
40e667c1742 : 8239312: [macos] javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java
545643880c5 : 8241087: Build failure with VS 2019 (16.5.0) due to C2039 and C2873
602d98a72c0 : 8232634: Problem List ICMColorDataTest.java
672f3a18570 : 8241291: JCK test javax_swing/text/DefaultStyledDocument/ElementSpec/ESpecCtor.html fails
f778ad2f4b0 : 8241319: WB_GetCodeBlob doesn't have ResourceMark
17ff85d4ada : 8241014: Miscellaneous typos in documentation comments
c5a74908093 : 8240921: Minor correction to HttpResponse.BodySubscribers example
37b7a233175 : 8241009: CommandLineFlagComboNegative.java fails after JDK-8240563
f67868d9171 : 8219989: Retire the com.sun.net.ssl.internal.ssl.Provider name
d243e40f7b0 : 8241039: Retire the deprecated SSLSession.getPeerCertificateChain() method
b4a3809eaa1 : 8240786: [TESTBUG] The test java/awt/Window/GetScreenLocation/GetScreenLocationTest.java fails on HiDPI screen
34ae46e2bca : 8241296: Segfault in JNIHandleBlock::oops_do()
136a1574ec3 : 8237894: CTW: C1 compilation fails with assert(x->type()->tag() == f->type()->tag()) failed: should have same type
6dffcf75330 : 8241320: The ClassLoaderData::_is_unsafe_anonymous field is unused in the SA
95d28303610 : 8240222: [TESTBUG] gtest/jfr/test_networkUtilization.cpp failed when the number of tests is greater than or equal to 2
cc83c45595f : 8240590: Add MemRegion::destroy_array to complement introduced create_array
e7204cbc52a : 8241123: Refactor vmTestbase stress framework to use j.u.c and make creation of threads more flexible
333a832cea1 : 8241001: Improve logging in the ConcurrentGCBreakpoint mechanism
104927e5146 : 8241335: ProblemList serviceability/sa/ClhsdbPstack.java due to JDK-8240956
7ded8b1e30e : 8241130: com.sun.jndi.ldap.EventSupport.removeDeadNotifier: java.lang.NullPointerException
3f698242a85 : 8240902: JDI shared memory connector can use already closed Handles
b8a2b201b52 : 8139652: Mutator refinement processing should take the oldest dirty card buffer
4f629193a91 : 8241231: Update Graal
caa0884400c : 8241073: Pre-generated Stubs for javax.management, Activation, Naming
0f7f181d604 : 8241233: Typo in problem listing of UIDefaultKeySizeTest.java
7143a9c5817 : 8241078: OOM error parsing HTML with large <pre> Tag text
3340e6f980c : 8226230: Test javax/swing/JInternalFrame/8020708/bug8020708.java fails on Ubuntu
9874e698b81 : 8241229: Problem list jdk/javax/swing/UIDefaults/8146330/UIDefaultKeySizeTest.java
1e217e7b8bc : 8146330: [macosx] UIDefaults.keys() different size than UIDefaults.keySet()
c1f7fa2ece9 : 8223935: PIT: java/awt/font/WindowsIndicFonts.java fails on windows10
66c8794c814 : 8168304: Make all of DependencyContext_test available in product mode
32cba67284e : 8240476: SystemPropertiesWriter does not conform to standard page layout
029fea432a4 : 8240543: Update problem list entry for serviceability/sa/TestRevPtrsForInvokeDynamic.java to reference JDK-8241235
9dc15f17ea2 : 8241254: Simplify usage of UTIL_DEPRECATED_ARG_ENABLE
d3bf915030f : 8241263: JFR: Bump native events limit
5695e59a721 : 8240818: Remove colon from "JFR: Shutdown Hook" thread name
b4e85913bff : 8240819: Assign a name to the JfrThreadSampler thread
e2947fe9e81 : 8240773: JFR: Non-Java threads are not serialized
72b251d372c : 8226806: [macOS 10.14] Methods of Java Robot should be called from appropriate thread
bca2465c94c : 8236635: JTabbedPane preferred size calculation is wrong for SCROLL_TAB_LAYOUT
3a7389f5641 : 8226253: JAWS reports wrong number of radio buttons when buttons are hidden
fa069be2f2a : 8161558: ListIterator should not discard cause on exception
cd7d1750017 : 8240604: Rewrite sun/management/jmxremote/bootstrap/CustomLauncherTest.java test to make binaries from source file
c9faf88cb77 : 8240795: [REDO] 8238384 CTW: C2 compilation fails with "assert(store != load->find_exact_control(load->in(0))) failed: dependence cycle found"
23fda7e41bf : 8240977: ProblemList failing jtreg tests on macos
b4863f9dd85 : 8240633: Memory leaks in the implementations of FileChooserUI
4f1fabd8d08 : 8238075: [OGL] Delete unused properties
afe70e69853 : 8237746: Fixing compiler warnings in src/demo/share/jfc
f3ef97263fe : 8040630: Popup menus and tooltips flicker with previous popup contents when first shown
40f6d697d25 : 8233573: Toolkit.getScreenInsets(GraphicsConfiguration) may throw ClassCastException
bd78beae15a : 6532025: GIF reader throws misleading exception with truncated images
15a838d3120 : 8240518: Incorrect JNU_ReleaseStringPlatformChars in Windows Print
315635ea097 : 8176040: Documentation of java.awt.Rectangle.add(java.awt.Point) is wrong
bce81496ce6 : 8219578: No associated icon for the leaf node of JTree
cc9470ece10 : 8241095: x86: Improve prefix handling in Assembler
a51dd58f388 : 8240227: Loop predicates should be copied to unswitched loops
dd63eec6e59 : 8241232: -XX:+BootstrapJVMCI is not compatible with TieredStopAtLevel < CompLevel_full_optimization
cadfc3d570e : 8241064: JFR related tests TestMetaspaceAllocationFailure.java and TestEventInstrumentation.java miss requires tag
f1c919f28f5 : 8230290: [JVMCI] Remove unused API entry points
599af2ac264 : 8202117: com/sun/jndi/ldap/RemoveNamingListenerTest.java fails intermittently: Connection reset
c7c8623ed6a : Added tag jdk-15+15 for changeset 82b7c62cf4cc
99546049b3a : 8235908: omit ThreadPriorityPolicy warning when value is set from image
44eca823aa0 : 8241097: java/math/BigInteger/largeMemory/SymmetricRangeTests.java requires -XX:+CompactStrings
9d7f8bc9a05 : 8202469: (ann) Type annotations on type variable bounds that are also type variables are lost
9fe762d3c5a : 8241162: ProblemList serviceability/sa/TestHeapDumpForInvokeDynamic.java on OSX
ea367322f28 : 8241030: rename HtmlTag to TagName
34b9ac22871 : 8236285: [JVMCI] improve TranslatedException traces
bf54c47471a : 8240970: Some tests fail when run with JCov
700f50f287b : 8241128: x86_32 build failure after JDK-8241042
b70ef0d2e25 : 8240711: TestJstatdPort.java failed due to "ExportException: Port already in use:"
c6cec8a8ea9 : 8227340: Modify problem list entry for javax/management/remote/mandatory/connection/MultiThreadDeadLockTest.java
1170981e93a : 8240906: Update ZGC ProblemList for serviceability/sa/TestJmapCoreMetaspace.java
0ee74979373 : 8241033: Create test library utility for getting JFR streaming repository
f2fb5c54ae1 : 8239497: SEGV in EdgeUtils::field_name_symbol(Edge const&)
abc56193174 : Added tag jdk-14-ga for changeset bc54620a3848
d76b0cf7058 : 8232161: Align some one-way conversion in MS950 charset with Windows
1d4a4fed437 : 8214245: Case insensitive matching doesn't work correctly for some character classes
e827f4ae1cc : 8241093: Shenandoah: editorial changes in flag descriptions
e5e24ad0809 : 8241082: Upgrade IANA Language Subtag Registry data to 03-16-2020 version
0c9f8e472f1 : 8186143: keytool -ext option doesn't accept wildcards for DNS subject alternative names
a147636157c : 8238268: Many SA tests are not running on OSX because they do not attempt to use sudo when available
94a6149de57 : 8241124: Aarch64 build broken by JDK-8239593
f959b012034 : 8239593: Bogus warning "Re-registering of platform native method" for a JVMTI agent
c003fffd847 : 8241122: Remove unimplemented InlineTree constructor definition from parse.hpp
6083173f9b1 : 8237045: JVM uses excessive memory with -XX:+EnableJVMCI -XX:JVMCICounterSize=2147483648
176192499ff : 8241042: x86_64: Improve Assembler generation
ec5bd021866 : 8240976: [JVMCI] MethodProfileWidth flag is broken
035100cc894 : 8241081: Shenandoah: Do not modify update-watermark concurrently
dbd0f0dc3b2 : 8241077: x86_64: Minor Assembler improvements
6f7a103abc2 : 8240824: enhance print_full_memory_info on Linux by THP related information
195361216c5 : 8241018: 32-bit integer log2 functions return the wrong value for negative arguments on 64-bit machines
2b4b3d9efcf : 8240626: Some of the java.time.chrono.Eras return empty display name for some styles and locales
e746891f960 : 8241034: Fix a configuring error with "-Xmx2048M: command not found"
21cd75cb98f : 8240363: Refactor Compile::Output() to its own Phase
6ddb0f2b2cf : 8240964: Compilation error thrown when long literal used with yield
95898e86a12 : 8241043: Expand assertions to identify thread with errant _stack_base
4b978533caf : 8240353: AArch64: missing support for -XX:+ExtendedDTraceProbes in C1
f819e417f91 : 8235339: test TargetAnnoCombo.java is failing after new target RECORD_COMPONENT was added
b0194692322 : 8240130: Improve and update discussion of visitor evolution warnings
6ead90568f9 : 8239825: G1: Simplify threshold test for mutator refinement
3aeb2d1a514 : 8217441: Failure of ::realloc() should be handled correctly in sawindbg.cpp
c7e4b2afe2d : 8240982: Incorrect copyright header in BCEL 6.4.1 sources
afa54b7ed53 : 8240916: Convert to using hyphenated naming for CSS classes
2b465b1ebfe : 8241010: Unnecessarily resolving some well-known classes
37629673e71 : 8241006: Cleanup TemplateInterpreter initialization
afbe2286e22 : 8239447: compiler error for annotations applied to record components with target METHOD
9e945720788 : 8240714: ZGC: TestSmallHeap.java failed due to OutOfMemoryError
9d502f648cd : 8240983: Incorrect copyright header in Apache Santuario files
5ed80778bc2 : 8231668: Remove ForceDynamicNumberOfGCThreads
5a68ba13395 : 8240591: G1HeapSizingPolicy attempts to compute expansion_amount even when at full capacity
05c539c9b40 : 8240980: Backout JDK-8240261
2a35bc5aee4 : 8240854: [REDO] some jaotc failures of fastdebug build with specific flags
a8b48018593 : 8240846: Zero VM is broken after JDK-8238681: UseSSE not defined
38940d166ad : 8238000: Crash in ClassLoader::record_result while dynamic dumping netty
0610992a8fd : 8238566: java.security.Provider$Service.supportsParameter() is racy
2eaeb206971 : 8240555: Using env of JAVA_TOOL_OPTIONS and _JAVA_OPTIONS breaks QuietOption.java test
5bc78c438b7 : 8240971: Fix CSS styles in some doc comments
e30b89e1389 : 8240972: macOS codesign fail on macOS 10.13.5 or older
e9494f2155b : 8240242: improve the javadoc for Lookup::dropLookupModes w.r.t. dropping UNCONDITIONAL
d5d6dc0caa1 : 8228336: Refactor native library loading implementation
36fac8c3322 : 8240950: Missing AC_SUBST after JDK-82408
ed8c11e0d10 : 8149110: Introduce DISABLED_WARNINGS for Java compilation
3aceb74ac96 : 8240947: Change conflicting JVM features from warning to error
58337b12f81 : 8059309: network tests fail with "java.net.SocketException: Couldn't obtain phys addr" when run as "root"
3ee99ca1d7a : 8240948: Shenandoah: cleanup not-forwarded-objects paths after JDK-8240868
71e1277fb3d : 8240917: Shenandoah: Avoid scanning thread code roots twice in all root scanner
0ed44d0aeed : 8239355: (dc) Initial value of SO_SNDBUF should allow sending large datagrams (macOS)
e5ab701157a : 8240873: Shenandoah: Short-cut arraycopy barriers
70e730fd5c8 : 8240872: Shenandoah: Avoid updating new regions from start of evacuation
90a39195c14 : 8240563: [TESTBUG] WB_IsCDSIncludedInVmBuild should support uncompressed oops/klasses
c68e15c0c3d : 8240957: Clarify BadAttributeValueExpException readObject method
fee69babbd1 : 8240704: CheckHandles.java failed "AssertionError: Handle use increased by more than 10 percent."
eeaafbe1412 : 8216332: Grapheme regex does not work with emoji sequences
e70ee3dcf7f : 8231042: [macos] JFileChooser creates new folder on ESC
23def435d4a : 8239902: Remove direct usage of JSlider, JProgressBar classes in CAccessible class
c2867d6577d : 8204161: [TESTBUG] auto failed with the "Applet thread threw exception: java.lang.UnsupportedOperationException" exception
9d0a4875d75 : 8238936: The crash in XRobotPeer when the custom GraphicsDevice is used
c42de93347d : 8238676: jni crashes on accessing it from process exit hook
70e2c013d72 : 8235153: [TESTBUG] [macos 10.15] java/awt/Graphics/DrawImageBG/SystemBgColorTest.java fails
35ee1cb2b38 : 8236938: [TESTBUG] JFR event MetaspaceAllocationFailure is not tested
78d35f1435c : 8239149: Cleanups in SunFontManager.java and TrueTypeFont.java
96b61b8f4bc : 8240246: Avoid cast_to_oop from char*
c280d98e80e : 8237766: Enhance signature API to include ResolvingSignatureStream
e455d382e79 : 8234812: Add micros for DatagramChannel send/receive
6bb0536293e : 8239568: [TESTBUG] LoadLibraryTest.java fails with RuntimeException
0532bd23cd3 : 8240267: VM fails to start with CDS enabled but JVMTI disabled
5e912fbec51 : 8240202: A few client tests leave mouse buttons pressed
55768aa45d2 : 8239583: [AIX] simplify the native references in X input methods
742bdf003e8 : 8239915: Zero VM crashes when handling dynamic constant
0a820d6d21c : 8239916: SA: delete dead code in jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java
5bfb8146e99 : 8240258: SystemDictionary::quick_resolve need guarded by INCLUDE_CDS
f176fae840b : 8240254: Build is broken when cds is disabled after JDK-8236604
add146cc8b4 : 8236604: Optimize SystemDictionary::resolve_well_known_classes for CDS
b247e6d908b : 8203239: [TESTBUG] remove vmTestbase/vm/gc/kind/parOld test
1be89d96405 : 8240136: Cleanup/simplify HTML/CSS for definition lists
b38f3cf3bdd : 8240226: DeflateIn_InflateOut.java test incorrectly assumes size of compressed file
8a79f26795a : 8240217: Shenandoah: remove ShenandoahEvacAssist
6ad1db40d8f : 8240216: Shenandoah: remove ShenandoahTerminationTrace
5afeeed5b24 : 8240215: Shenandoah: remove ShenandoahAllocationTrace
637795e0a7a : 8239931: [win][x86] vtable stub generation: assert failure (code size estimate) follow-up
0cd6d13b245 : 8240231: Build failure on illumos after 8238988
bd25c0e01a8 : 8239852: java/util/concurrent tests fail with -XX:+VerifyGraphEdges: assert(!VerifyGraphEdges) failed: verification should have failed
290c21f0673 : 8239799: Cross-compilation ARM32/AARCH clientvm builds fails after JDK-8239450
0ab5b968fb8 : 8240193: loadLibrary("osxsecurity") should not be removed
511501048c8 : 8193237: SA: ClhsdbLauncher should show the command being executed
3a5ee7b4229 : 8239379: ProblemList serviceability/sa/sadebugd/DebugdConnectTest.java on OSX
518f1f9a6e7 : 8240142: Fix copyright in ThreadGroupReferenceImpl.h
39d75e894b6 : 8239804: Cleanup/simplify HTML/CSS for general block tags
4a951001b56 : 8239815: Update ECC legal file
ed620249786 : 8225495: Note whether returned annotations are declaration annotations or type annotations
efdc0037b83 : 8239354: Shenandoah: minor enhancements to traversal GC
882633a7389 : 8239873: [TESTBUG] FieldLayout/OldLayoutCheck.java fails after the fix for JDK-8239503
5551d3d8889 : 8237632: Shenandoah: accept NULL fwdptr to cooperate with JVMTI and JFR
a1e93283678 : 8235225: Replace CHECK_0 with CHECK_NULL for non-integer returning methods
2ba0575ceab : 8239878: Bug in PrintEliminateAllocations code causes TestClhsdbJstackLock.java to fail
c8ed0128c25 : 8235995: Remove src/jdk.internal.vm.compiler/.mx.graal directory
67ba91ba521 : 8239979: sun/security/tools/keytool/ExtOptionCamelCase.java is not run
eef5ef88b34 : 8240141: Incorrect copyright header in src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp
52fe584c5a4 : Added tag jdk-15+12 for changeset 2ec0ff304263
530d53f84e0 : 8240135: ProblemList vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java#id1
cea9a9b8cee : 8240134: ProblemList javax/script/Test7.java
be1007cfafd : 8240132: ProblemList com/sun/jdi/InvokeHangTest.java
f729514ebdd : 8240094: Optimize empty substring handling
257de28b2ca : 8238979: Improve G1DirtyCardQueueSet handling of previously paused buffers
6913bbc2004 : 8240076: Shenandoah: pacer should cover reset and preclean phases
d26dadef43b : 8240070: Shenandoah: remove obsolete ShenandoahCommonGCStateLoads
331f492ad51 : 8240069: Shenandoah: turn more flags diagnostic
b09add641b0 : 8239500: jittester shouldn't use non-deterministic System methods
e8c32ccb2f1 : 8239876: Improve SearchIndexItem
9b12c80e211 : 8238452: Keytool generates wrong expiration date if validity is set to 2050/01/01
b08595d8443 : 8239066: make LinkedList<T> more generic
fa7f53ee93f : 8235147: Release HDC from passiveDCList sooner
b4ff6abe63e : 8239926: Shenandoah: Shenandoah needs to mark nmethod's metadata
8b73900222d : 8241074: JDK-8240363 broke the build on AArch64
add18914fb1 : 8239785: Cgroups: Incorrect detection logic on old systems in hotspot
48c48b7a853 : 8238696: x86: Enumerate all detected CPU features in VM_Version feature string
1f189228b63 : 8240915: Shenandoah: Remove unused fields in init mark tasks
21d3eaf587b : 8240831: [JVMCI] Export missing vmStructs entries used by JVMCI compilers
d49cf17db0a : 8240669: Devirtualize Relocation::type
7fe46b24645 : 8240772: x86_64: Pre-generate Assembler::popa, pusha and vzeroupper
c5bd0d7934e : 8234146: compiler/jsr292/ContinuousCallSiteTargetChange.java times out on SPARC
0368e41c121 : 8240261: Use make/templates/gpl-cp-header in FieldGen.java
19e02810db5 : 8225216: gc/logging/TestMetaSpaceLog.java doesn't work for Shenandoah
b0f32c44310 : 8240548: [TESTBUG] CDS NoClassToArchive.java fails with Graal
92686e1addf : Added tag jdk-15+14 for changeset 1d6ceb13e142
069d9e792e5 : 8234624: jstack mixed mode should refer DWARF
5b9a09cb9c8 : 8240138: Cleanup HtmlTree
6b487c3cfef : 8240866: Typo in JDK-8240820 messes up configure --help
5531199db4f : 8240340: java/lang/management/ThreadMXBean/Locks.java is buggy
db69852ac22 : 8240881: [BACKOUT] 8222489 jcmd VM.system_properties gives unusable paths on Windows
8c6649dea0c : 8239487: Better links generation for system properties found in HTML files 8239485: Define behavior of the System Properties page when no system properties are available
5b323a86568 : 8230117: Remove unused JAR tool classes
14e37ba3df9 : 8239798: SSLSocket closes socket both socket endpoints on a SocketTimeoutException
eb974fad6d6 : 8240868: Shenandoah: remove CM-with-UR piggybacking cycles
d7780973716 : 8240524: Remove explicit type argument in test jdk/java/lang/Boolean/MakeBooleanComparable.java
0992e17b972 : 8240829: Use a fast O(1) algorithm for exact_log2
661c073594e : 8240615: is_power_of_2() has Undefined Behaviour and is inconsistent
534331f0a12 : 8240532: heap inspection prints trailing @ after name of module without version
43e0fc04b0c : 8240529: CheckUnhandledOops breaks NULL check in Modules::define_module
593a05c93a6 : 8240530: CheckUnhandledOops breaks BacktraceBuilder::set_has_hidden_top_frame
1c1acb47571 : 8237566: FindTests.gmk should only include existing TEST.ROOT files
441e16e2dbd : 8240820: Replace AC_ARG_ENABLE with UTIL_ARG_ENABLE
99b28daf564 : 8240725: Some functions might not work with CJK character
80ca356e7eb : 8239928: ec/ECDSAJavaVerify.java failed due to timeout
08c3b1fc8f9 : 8222489: jcmd VM.system_properties gives unusable paths on Windows
5eef59d22df : 8235216: typo in test filename
0fd2ac701f3 : 8240697: convert builders to high-level Content blocks
39ab0731730 : 8240830: [BACKOUT] 8240195: some jaotc failures of fastdebug build with specific flags
53c6887a3d1 : 8240840: Rollback whitebox.cpp in push 8240691
75632a6df20 : 8240610: [JVMCI] Export VMVersion::_has_intel_jcc_erratum to JVMCI compiler
0e3529ad10c : 8240691: ClhsdbCDSJstackPrintAll incorrectly thinks CDS is in use
02916dbb0b7 : 8239009: C2: Don't use PSHUF to load scalars from memory on x86
1dcd3d2c500 : 8239008: C2: Simplify Replicate support for sub-word types on x86
072cfd2e48f : 8238681: Make -XX:UseSSE flag x86-specific
8208b9ce32c : 8240778: JFR: Create timer task lazily
42ff13ab823 : 8240195: some jaotc failures of fastdebug build with specific flags
f4b54881811 : 8240734: ModuleHashes attribute not reproducible between builds
aac5b27b6ac : 8238180: RunThese30M failed "assert(t->jfr_thread_local()->shelved_buffer() == __null) failed: invariant"
edaf548beb1 : 8238740: java/net/httpclient/whitebox/FlowTestDriver.java would not specify a TLS protocol
d49eb0d9a7a : 8240668: G1 list of all PerRegionTable does not have to be a double linkedlist any more
43e0165eea6 : 8240794: [BACKOUT] 8238384 CTW: C2 compilation fails with "assert(store != load->find_exact_control(load->in(0))) failed: dependence cycle found"
d112950b5b0 : 8230853: Shenandoah: replace leftover assert(is_in(...)) with rich asserts
9722dfc9bc2 : 8240750: Shenandoah: remove leftover files and mentions of ShenandoahAllocTracker
2ba5ed53d62 : 8240749: Shenandoah: refactor ShenandoahUtils
f09cda2c70d : 8239584: EventStream::close should state that stream will be stopped
672992f6aca : 8222000: JFR: Process start event
123ac070640 : 8239836: ZoneRules.of() doesn't check transitionList/standardOffsetTL arguments validity
5c8f935641b : 8240754: Instrument FlowTest.java to provide more debug traces
dc178218072 : 8240629: argfiles parsing broken for argfiles with comment cross 4096 bytes chunk
aa2be1141dd : 8240576: JVM crashes after transformation in C2 IdealLoopTree::merge_many_backedges
e0fec43a9b2 : 8240738: nested comment in JVM.java and other minor formatting errors
a11912ca065 : 8240295: hs_err elapsed time in seconds is not accurate enough
3ff8eff804d : 8220503: Move ShenandoahTerminatorTerminator::should_exit_termination out of header
b58c8601bb6 : 8239335: C2: assert((Value(phase) == t) || (t != TypeInt::CC_GT && t != TypeInt::CC_EQ)) failed: missing Value() optimization
1c1fb44ac16 : 8240722: [BACKOUT] G1DirtyCardQueue destructor has useless flush
ba2e4178ceb : 8240686: 70 security tests are failing on Windows due to "Fetch artifact failed"
046dcdc0bc1 : 8240613: InstanceKlass::set_init_state failed with assert(good_state || state == allocated)
7806ca14773 : 8240133: G1DirtyCardQueue destructor has useless flush
3d9dddd6586 : 8239965: XMLEncoder/Test4625418.java fails due to "Error: Cp943 - can't read properly"
d0e44e5bb45 : 8239514: Build for arm-linux-gnueabihf fails with undefined reference read_polling_page
ff8e7d40870 : 8238579: HttpsURLConnection drops the timeout and hangs forever in read
f222cb8b8cb : 8240695: Build is broken when cds is disabled after JDK-8232081
c46623d071a : 8240137: Support chained use of Content.add
c203cebcdf5 : 8240535: Add additional linux-aarch64 jib profiles
9f334a16401 : 8240239: Replace ConcurrentGCPhaseManager
9e2ab1e3638 : 8232081: Try to link all classes during dynamic CDS dump
8c1204de6b7 : 8240315: Shenandoah: Rename ShLBN::get_barrier_strength()
375d0c13250 : 8239893: Windows handle Leak when starting processes using ProcessBuilder
e2f43191716 : 4617266: (se spec) SelectionKey.OP_READ/OP_WRITE documentation errors
f87ebd9e5d5 : 8240684: ProblemList 70 security tests that are failing on Windows due to "Fetch artifact failed"
d8bded6fb4b : 8240671: Shenandoah: refactor ShenandoahPhaseTimings
c92adf41587 : 8240189: [TESTBUG] Some cgroup tests are failing after JDK-8231111
14c098610a5 : 8240440: Implement get_safepoint_workers() for parallel GC
f0cd9dd5c45 : 8240592: HeapRegionManager::rebuild_free_list logs 0s for the estimated free regions before
95a497ae9f1 : 8236981: Remove ShenandoahTraversalUpdateRefsClosure
25d2db06c42 : 8240589: OtherRegionsTable::_num_occupied not updated correctly
3adad5a6451 : 8239856: [ntintel] asserts about copying unaligned array element
f10fd7a78ee : 8240603: Windows 32bit compile error after 8238676
9c6a7696184 : 8153430: jdk regression test MletParserLocaleTest, ParserInfiniteLoopTest reduce default timeout
f456f151cc5 : 8240538: [JVMCI] add test for JVMCI ConstantPool class
001b8056c88 : 8240624: Note mapping of RoundingMode constants to equivalent IEEE 754-2019 attribute
4a32eda417f : 8240454: incorrect error message: as of release 13, 'record' is a restricted type name
3607ddd55ab : 8211917: Zip FS should add META-INF/MANIFEST.FS at the start of the Zip/JAR
db91be2ee1c : 8240241: Add support for JCov DiffCoverage to make files
d75e62e16bb : 8239376: JFR: assert(!cld->is_unsafe_anonymous()) failed: invariant
78982f7c117 : 8240528: OopMap cleanup
3ddd7b86c89 : 8240370: Provide Intel JCC Erratum opt-out
3490262a6b8 : 8240197: Cannot start JVM when $JAVA_HOME includes CJK characters
b2f1f73e752 : 8183369: RFC unconformity of HttpURLConnection with proxy
d1818942b0b : 8240286: [TESTBUG] Test command error in hotspot/jtreg/compiler/loopopts/superword/SumRedAbsNeg_Float.java
7ba18fc015d : 8240244: Avoid calling resolve_super_or_fail in SystemDictionary::load_shared_class
6cb2e02af60 : 8240546: runtime/cds/appcds/TestZGCWithCDS.java fails with Graal
10b09c79820 : Added tag jdk-15+13 for changeset 1c06a8ee8aca
5229896f4fd : 8240481: Remove CDS usage of InstanceKlass::is_in_error_state
edb59b58b98 : 8239817: Eliminate use of contentContainer and friends
01ef6d791f1 : 8240534: Shenandoah: ditch debug safepoint timeout adjustment
ff843fabecf : 8240333: jmod incorrectly updates .jar and .jmod files during hashing
128f083359a : 8238692: MacOS runtime Installer issue
ef4053ee41e : 8237966: Creating runtime pkg requires --mac-package-identifier
aa547959657 : 8237967: No proper error message when --runtime-image points to non-existent path
e44dcf09c0a : 8234896: Tab completion does not work for method references in jshell
0c9983887d7 : 8228451: NPE in Attr.java when -XDshould-stop.ifError=FLOW
9d57eefe6ed : 8239575: javadoc triggers javac AssertionError for annos on modules
b3666b94a3b : 8240511: Shenandoah: parallel safepoint workers count should be ParallelGCThreads
8e74ed46dfe : 8239787: AArch64: String.indexOf may incorrectly handle empty strings
dd393fadc4f : 8239462: jdk.hotspot.agent misses some ReleaseStringUTFChars calls in case of early returns
2298819af84 : 8239423: jdk/jfr/jvm/TestJFRIntrinsic.java failed with -XX:-TieredCompilation
f6e5c5a7eaa : 8238705: [TESTBUG] jfr/event/gc/stacktrace/TestMetaspace* are stable with Xcomp on AArch64
bdc481e96d5 : 8193553: Provide better guidance on using javax.lang.model visitors
934db29ac5f : 8239549: AArch64: Backend support for MulAddVS2VI node
e6f0c6bb9a0 : 8239976: Put JDK-8239965 on the ProblemList.txt
dd8dbb66ebd : 8223066: "jfr metadata" output the @Name annotation twice
f916df3b0ed : 8238985: [TESTBUG] The arrow image is blue instead of green
b5e162200b6 : 8153090: TAB key cannot change input focus after the radio button in the Color Selection dialog
b5fdcb08516 : 8216329: Cannot resize CheckBoxItemMenu in Synth L&F with setHorizontalTextPosition
53ee0c49630 : 8239559: Cgroups: Incorrect detection logic on some systems
1b925183894 : 8235834: IBM-943 charset encoder needs updating
98e0a704d46 : 8239904: Shenandoah: accumulated penalties should not be over 100% of capacity
7d5652f14a8 : 8239794: Move -Os from JVM feature 'minimal' to new feature 'opt-size'
00e009d7293 : 8239789: Follow-up on JVM feature rewrite
d7a02062625 : 8239860: Add support for testing the configure script
ca838e68c93 : 8239885: [TESTBUG] compiler/allocation/TestAllocation.java fails with release VMs
956e20ed167 : 8239557: [TESTBUG] VeryEarlyAssertTest.java validating "END." marker at lastline is not always true
5a7b5863f0a : 8239886: Minimal VM build fails after JDK-8237499
9c35471ae04 : 8219904: ClassCastException when calling FlightRecorderMXBean#getRecordings()
52d7a61e8d5 : 8237499: JFR: Include stack trace in the ThreadStart event
8493812702a : 8239520: ValueRange.of(long, long, long) does not throw IAE on invalid inputs
c30f84536e5 : 8239837: Typo in source code of ZoneOffsetTransitionRule leaking to Javadocs
c4059c667dc : 8238943: switch to jtreg 5.0
649a4d0613d : 8239492: [x86] Turn MacroAssembler::verify_oop into macro recording file and line
8167fe956f5 : 8239868: Shenandoah: ditch C2 node limit adjustments
f7c819a72d9 : 8239052: java/net/httpclient/whitebox/SSLEchoTubeTestDriver.java failed with BufferUnderflowException against TLSv1.3
965e330cb4a : 8239793: 'jfr' tool should hide hidden frames
266446f3165 : 8239585: JFR: Native events should support empty payloads
bb7344d9190 : 8232438: Remove ?is-external=true from external links
ccdde497287 : 8234160: Enable optimized mitigation for Intel jcc erratum in C2
0f21211e158 : 8239581: Improve javadoc example for @jdk.jfr.Category
bc87e7829e0 : 8239449: [TESTBUG] test/hotspot/jtreg/runtime/TLS/TestTLS.java: skip test if glibc too old for AdjustStackSizeForTLS
a9207420c5e : 8239129: ZGC: Allow -XX:AllocateHeapAt to use any filesystem
acd2d32913e : 8239536: Can't use `java.util.List` object after importing `java.awt.List`
4f20fa52466 : 8239854: Non-PCH gtest build fails after JDK-8239235 due to a missing include
38a57e8bed4 : 8238723: yank_alloc_node must remove membar
aab0ce5f1ce : 8239533: ZGC: Make the ZProactive flag non-diagnostic
289513cc2b2 : 8239235: Examine SignatureStream performance after consolidation
86ad1950995 : 8238384: CTW: C2 compilation fails with "assert(store != load->find_exact_control(load->in(0))) failed: dependence cycle found"
1e796eae8fc : 8239367: RunThese30M.java failed due to "assert(false) failed: graph should be schedulable"
89448a83d9a : 8233619: SSLEngine handshake status immediately after the handshake can be NOT_HANDSHAKING rather than FINISHED with TLSv1.3
467ee78a525 : 8235206: JFR TestCrossProcessStreaming - validate that data can be consumed while it is being produced
ea55699f34e : 8239055: Wrong implementation of VMState.hasListener
3ca275fb918 : 8225760: oop::raw_set_obj isn't needed
cf89ff7a4b5 : 8240324: Improve is_boot_class_loader_data() by adding simple check
52cfd292cc3 : 8240263: Assertion-only call in Method::link_method affecting product builds
3fdf26d8dcf : 8240302: x64: Assembler::reachable redundantly call Relocation::type() more than once
2a791467919 : 8240235: jdk.test.lib.util.JarUtils updates jar files incorrectly
908a9331318 : 8238759: Clones should always keep the base pointer
3c72042627a : 8239334: Tab Size does not work correctly in JTextArea with setLineWrap on
3f140fafab0 : 8239457: call ReleaseStringUTFChars before early returns in Java_sun_security_pkcs11_wrapper_PKCS11_connect
bd028945bdc : 8238988: Rename thread "in stack" methods and add in_stack_range
533649b8ca0 : 8237218: Support NIST Curves verification in java implementation
2596e83a345 : 8223217: [TESTBUG] Create JFR tests with JMX across container boundary
63f939636a5 : 8239708: Split basics.m4 into basic.m4 and util.m4
92b26333a4c : 8239556: (zipfs) remove ExistingChannelCloser facility in zipfs implementation
6c0e3aeacd1 : 8239456: vtable stub generation: assert failure (code size estimate)
305fe226dcd : 8239424: [TESTBUG] compiler/whitebox/OSRFailureLevel4Test.java failed when TieredCompilation is disabled
eef02376bd2 : 8239422: [TESTBUG] compiler/c1/TestPrintIRDuringConstruction.java failed when C1 is disabled
976473690b9 : 8216975: Using ForceNUMA does not disable adaptive sizing with parallel gc
5275d6e2d93 : 8238947: tools/jpackage tests fail with old rpmbuild versions
ed94c0af103 : 8239537: cgroup MetricsTester testMemorySubsystem fails sometimes when testing memory.kmem.tcp.usage_in_bytes
da39778d42e : 8239566: gtest/GTestWrapper.java fails due to "libstlport.so.1: open failed: No such file or directory"
35db376986a : 8239503: FieldLayout/OldLayoutCheck.java fails due to "RuntimeException: Misplaced int field: expected 24 to equal 12"
fb37c54630d : 8238560: Cleanup and consolidate algorithms in the jdk.tls.legacyAlgorithms security property
f40220f5784 : 8238990: java/net/httpclient/HandshakeFailureTest.java failed against TLSv1.3 on Windows
23458bf4c56 : 8238355: Update Graal
2d93a28447d : 8232622: Technical debt in BadAttributeValueExpException
b4ffe4d8f71 : 8239461: Use jcod rather than jar files in runtime tests
58a59103933 : 8239347: Refactor Symbol to make _length a standalone field again
c6e9d209c53 : 8237221: [macos] java/awt/MenuBar/SeparatorsNavigation/SeparatorsNavigation.java fails
80f5a47b4a0 : 8239091: Reversed arguments in call to strstr in freetype "debug" code
e6915ff1754 : 8238942: Rendering artifacts with LCD text and fractional metrics
5705a551617 : 8233827: Enable screenshots in the enhanced failure handler on Linux/macOS
784e5751341 : 8238741: java.awt.Robot(GraphicsDevice) constructor does not follow the spec
8d2aa62bd94 : 8221823: Requested JDialog width is ignored
7af366a7e19 : 8238738: AudioSystem.getMixerInfo() takes about 30 sec to report a gone audio device
ff55c4903ba : 8238842: AIOOBE in GIFImageReader.initializeStringTable
4d00104f551 : 8238278: vmTestbase/vm/compiler/CodeCacheInfo/Test.java failure after JDK-8237787
0b3cf5ea132 : 8237222: [macos] java/awt/Focus/UnaccessibleChoice/AccessibleChoiceTest.java fails
1b3b413ee6f : 8238276: ComponentPeer.xxxImage are not implemented in some peers
cf83f8e3643 : 8238721: Add failing client jtreg tests to the Problem List
ac9c2601b81 : 8215452: Logged repo location is wrong when using delayed recording start
90ee2c3d6e6 : 8237192: Generate stripped/public pdbs on Windows for jdk images
c1f4ea5d68c : 8239450: Overhaul JVM feature handling in configure
1643bc3defa : 8239351: Give more meaningful InternalError messages in Deflater.c
952f32e3755 : Added tag jdk-15+11 for changeset b2dd4028a6de
39db83a9ccd : 8239094: PKCS#9 ChallengePassword attribute does not allow for the UTF8String type
e028bb4f2b4 : 8239478: Make specification of SourceVersion.isName explicit for dotted names
5ed4b9f2c0a : Added tag jdk-14+36 for changeset bc54620a3848
ae39310243b : 8238605: Correct the CLDR version number in cldr.md files
fc02d9872eb : 8238013: Enhance String writing
d285fd6dced : 8234418: Better parsing with CertificateFactory
c63a8d10904 : Added tag jdk-14+35 for changeset 4a87bb7ebfd7
84f3e86749b : 8238555: Allow Initialization of SunPKCS11 with NSS when there are external FIPS modules in the NSSDB
14913407084 : 8240223: Use consistent predicate order in and with PhaseIdealLoop::find_predicate
ac60e4b98e3 : 8240220: IdealLoopTree::dump_head predicate printing is broken
d7b122ed699 : 8238438: SuperWord::co_locate_pack picks memory state of first instead of last load
ebadfaeb2e1 : 8196334: Optimize UUID#fromString
751de037047 : 8225130: Add exception for expiring Comodo roots to VerifyCACerts test
9c89a9ce057 : 8237804: sun/security/mscapi tests fail with "Key pair not generated, alias <nnnnnn> already exists"
9bd46a19611 : 8241248: NullPointerException in sun.security.ssl.HKDF.extract(HKDF.java:93)
cc99c1b88d1 : 8267721: Enable sun/security/pkcs11 tests for Amazon Linux 2 AArch64
8e627312a30 : 8249875: GCC 10 warnings -Wtype-limits with JFR code
7751e9561ad : 8265462: Handle multiple slots in the NSS Internal Module from SunPKCS11's Secmod
da50810ac1d : Added tag jdk-11.0.12+4 for changeset 40d1e784e193
269b414c31a : 8266929: Unable to use algorithms from 3p providers
dfc66951819 : 8196100: javax/swing/text/JTextComponent/5074573/bug5074573.java fails
15ea70fc734 : 8267561: Shenandoah: Reference processing not properly setup for outside of cycle degenerated GC
32c812aa3fd : 8242919: Paste locks up jshell
d3532b4ef1e : 8267641: [11u] 8227609 backport typo
3547ed60ec3 : 8267235: [macos_aarch64] InterpreterRuntime::throw_pending_exception messing up LR results in crash
13527111d96 : 8261354: SIGSEGV at MethodIteratorHost
080c16d36d4 : 8225126: Test SetBoundsPaintTest.html faild on Windows when desktop is scaled
a59e8a7f6fe : 8238380: java.base/unix/native/libjava/childproc.c "multiple definition" link errors with GCC10
aa3638a32d9 : 8231508: Spec Clarification : KeyTab:exist() method does not specify about the fallback details
983fc23fd1b : 8236844: Deprecate PrintVMQWaitTime to prepare for its removal
84c24a49ad6 : 8234935: JdwpListenTest.java and JdwpAttachTest.java getting bind failures on Windows 2016 hosts
fbca3fa710d : 8238677: java/net/httpclient/ssltest/CertificateTest.java should not specify TLS version
987be2bb6d3 : 8235812: Unicode linebreak with quantifier does not match valid input
b83285faccf : 8238646: Cleanup signature and use of CommentHelper
f0cdbbe1209 : 8238239: java.lang.Record spec clarifications
080c67f0960 : 8235962: os::current_thread_id() is not signal safe on macOS
9886cb401c9 : 8237767: Field layout computation overhaul
304d764a72b : 8238634: Reduce log verbosity of the JFR thread sampler
326a939e1be : 8237878: Improve ModuleLoaderMap datastructures
c23d1de2f8b : 8238376: test/jdk/java/nio/channels/DatagramChannel/Loopback.java failing on multi-homed systems
060e4ec3052 : 8235900: [TESTBUG] [macos] PopupMenu Opaque property is not reflecting the Parents property on MAC OS
9fb0aeecb67 : 8221741: ClassCastException can happen when fontconfig.properties is used
8a616df8b54 : 8233234: Better Zip Naming
ba7d18db860 : 8237776: Shenandoah: Wrong result with Lucene test
9ec5da00bc7 : 8238377: JDK 14 L10N resource file update - msgdrop 20
7db8a1762fb : 8237514: Spec Clarification - ByteBuffer::alignmentOffset Spec
953fbd2e66b : 8236743: JFR: assert(klass != __null) failed: invariant in ObjectSampleCheckpoint::add_to_leakp_set
5495efdb841 : 8236092: Remove EA from JDK 14 version string starting with Initial RC promotion
f77016b9354 : 8236201: Better Scanner conversions
06bf842d9ae : Added tag jdk-14+34 for changeset a96bc204e3b3
cdd3cc4a0bc : 8238168: Remove Copyright from WinLauncher.template
a5a46ff8e57 : 8233255: Better Swing Buttons
8c0fab8fbef : 8237837: Shenandoah: assert(mem == __null) failed: only one safepoint
a59ed930f58 : 8238385: CTW: C2 (Shenandoah) compilation fails with "Range check dependent CastII node was not removed"
0b5d48b9e6f : 8230301: Re-examine hardcoded defaults in GenerateJLIClassesPlugin
6aeb78d3dff : 8238596: AVX enabled by default for Skylake even when unsupported
04c1e2e931e : 8223260: NamingManager should cache InitialContextFactory
71d7af4b236 : 8238591: CTW: Split applications/ctw/modules/jdk_localedata.java
970283b6014 : 8238247: CTW runner should sweep nmethods more aggressively
f1a2c6019e6 : 8238366: CTW runner closes standard output on exit
ac69c7894da : 8238684: Override getOrDefault in immutable Map implementation
7552915d3ff : 8238586: [TESTBUG] vmTestbase/jit/tiered/Test.java failed when TieredCompilation is disabled
3461ce98003 : 8238437: Support separate locales for console messages and HTML content
faa88c1da68 : 8238506: fix obsolete comments and inconsistent exceptions in BaseTaglet
c33107053b6 : 8238648: Rename and simplify Utils.WeakSoftHashMap
214edaf9c20 : 8219999: TestJFREvents container test should not use jdk.CPUInformation event for container CPU values
c2e69df562a : 8235778: No compilation error reported when a record is declared in a local class
8c33bba2262 : 8237918: Bad copyright line in a hotspot test
cdedede9ca8 : 8237916: Bad copyright line in a jshell source file
933bb55c492 : 8237651: Clarify initialization of jdk.serialFilter
bbc3d167059 : 8176359: Frame#setMaximizedbounds not working properly in multi screen environments 8231564: setMaximizedBounds is broken with large display scale and multiple monitors
1af34250aab : 8236996: Incorrect Roboto font rendering on Windows with subpixel antialiasing
785e7ec7613 : 5085520: Inconsistency in spec for RenderingHints.entrySet()
42726a87e94 : 8215361: (doc) Cleanup package-info markup - smartcardio, java.sql, java.sql.rowset
2760497b01c : 8237368: Problem with NullPointerException in RMI TCPEndpoint.read
f8f98bdbffc : 8237607: [macos] Signing app bundle with jpackage fails if runtime is already signed
05b98dd4f96 : 8237049: Rollback the workaround for JDK-4533057
f4f7dbd54cf : 8225471: Test utility jdk.test.lib.util.FileUtils.areAllMountPointsAccessible needs to tolerate duplicates
2f2594d5d07 : 8231515: [Graal] Crash during exception throwing in InterpreterRuntime::resolve_invoke
7fa7536d7e7 : 7020860: BasicTreeUI contains getters/setters with unclear spec
4df9b910029 : Added tag jdk-14+33 for changeset f728b6c7f491
1dd60a35d1d : 8227269: Slow class loading when running with JDWP
c9f5004bae6 : 8241586: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java fails on aarch64
85d5048ce28 : 8241675: Shenandoah: assert(n->outcnt() > 0) at shenandoahSupport.cpp:2858 with java/util/Collections/FindSubList.java
5ff2d7baaa1 : 8240676: Meet not symmetric failure when running lucene on jdk8
7048684ca7d : 8238855: Move G1ConcurrentMark flag sanity checks to g1Arguments
67cf35ee221 : 8240956: SEGV in DwarfParser::process_dwarf after JDK-8234624
83f7ee14da3 : 8241723: Build error after 8241581
cc8715d8449 : 8241581: Add BitMap::count_one_bits variant for arbitrary lengths
2bc4308d86c : 8129841: Update comment for Java_java_net_Inet6AddressImpl_getHostByAddr
87805d92078 : 8241470: HtmlStyle: group and document members: description, flex, signature
5f1636b2d50 : 8241696: ProblemList gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java due to JDK-8241293
ebdb70fe9e4 : 8236975: compiler/graalunit tests fails with --illegal-access=deny
6be46f8ebbf : 8241673: Shenandoah: refactor anti-false-sharing padding
8c5531b6297 : 8241668: Shenandoah: make ShenandoahHeapRegion not derive from ContiguousSpace
e509368fa17 : 8233093: Move CDS heap oopmaps into new MetaspaceShared::bm region
098b48b7db6 : 8240634: event/runtime/TestMetaspaceAllocationFailure.java times out
54e2c6fe3e6 : 8196751: Add jhsdb option to specify debug server RMI connector port
e11ab6a46cd : 8241596: ZGC: Shorten runtime of gc/z/TestUncommit.java
eb7c80a3080 : 8241674: Fix incorrect jtreg option in FilePublisherPermsTest
d77c52b2559 : 8172485: [TESTBUG] RedefineLeak.java runs out of metaspace memory
307b376a9bf : 8241595: Fix missing debug_orig information in Ideal Graph Visualizer
d882d528bbf : 8235459: HttpRequest.BodyPublishers::ofFile assumes the default file system
f930d4661a5 : Added tag jdk-15+16 for changeset 5c7ec21f5d13
b35032dc018 : 8241649: Optimize Character.toString
b8f8dea9c26 : 8241365: Define Unique_Node_List::contains() to prevent usage by mistake
eb003a7382a : 8240335: C2: assert(found_sfpt) failed: no node in loop that's not input to safepoint
c4f25e51260 : 8241491: Problem list jdk/javax/swing/UIDefaults/8146330/UIDefaultKeySizeTest.java on aix
913a0ff0a83 : 8241419: Remove unused InterfaceSupport::_number_of_calls
c659b637cee : 8241482: AArch64: Fix a potential issue after JDK-8239549
0d22ad6400c : 8241427: Coarsen locking in Modules::add_module_exports
60fae779743 : 8237977: Further update javax/net/ssl/compatibility/Compatibility.java
ffe5e846446 : 8241544: update stylesheet for *-page CSS class rename and hyphenated naming
b0245c2b54f : 8237219: Disable native SunEC implementation by default
b8f2b3264cd : 8241311: Move some charset mapping tests from closed to open
7fc31eadf37 : 8241583: Shenandoah: turn heap lock asserts into macros
d1b506597fc : 8237599: Greedy matching against supplementary chars fails to respect the region
c01e986cc95 : 8237859: C2: Crash when loads float above range check
9a6038fbf31 : 8241584: Remove unused classLoader perf counters
27ef185bae0 : 8241500: FieldLayout/OldLayoutCheck.java fails in 32-bit VMs
7753422909e : 8241433: x86: Add VBMI CPU feature detection
d7435182430 : 8241458: [JVMCI] add mark value to expose CodeOffsets::Frame_Complete
3059f593ab6 : 8241545: Shenandoah: purge root work overwrites counters after JDK-8228818
7afa57a37e1 : 8241445: Fix copyright in test/jdk/tools/launcher/ArgFileSyntax.java
6694402d3da : 8241462: StripNativeDebugSymbols jlink plugin allocates huge arrays
643f5b53504 : 8241534: Shenandoah: region status should include update watermark
cb1632e8e35 : 8241520: Shenandoah: simplify region sequence numbers handling
40173c50426 : 8241395: Factor out platform independent code for os::xxx_memory_special()
b5897fe4edf : 8241532: ProblemList tests from 8241530 on OSX
ca85500615c : 8240905: assert(mem == (Node*)1 || mem == mem2) failed: multiple Memories being matched at once?
d01f67193f1 : 8237497: vmStructs_jvmci.cpp does not check that the correct field type is specified
5110de6c1fc : 8241144: Javadoc is not generated for new module jdk.nio.mapmode
32d496507bc : 8241067: Shenandoah: improve ShenandoahNMethod::has_cset_oops arguments
23d6a788b46 : 8241371: Refactor and consolidate package_from_name
7dc952ec205 : 8241292: Interactive Search results are not highlighted as they used to be
81353a56f90 : 8241244: CDS dynamic dump asserts in ArchivePtrBitmapCleaner::do_bit
f0ba0dc6dc7 : 8241190: Fix name clash for constants-summary CSS class
b6783320ca6 : 8241139: Shenandoah: distribute mark-compact work exactly to minimize fragmentation
fe533725ae6 : 8241435: Shenandoah: avoid disabling pacing with "aggressive"
f37149b1c51 : 8241351: Shenandoah: fragmentation metrics overhaul
edb6783a218 : 8231779: crash HeapWord*ParallelScavengeHeap::failed_mem_allocate
398ce2948cf : 8240248: Extend superword reduction optimizations for x86
75a8b7fa831 : 8240975: Extend NativeLibraries to support explicit unloading
b66c680885b : 8241443: Problem list some java.net tests failing with NoRouteToHostException on macOS with special network configuration
ed28a274902 : 8241068: Shenandoah: improve ShenandoahTraversalGC constructor arguments
901029355f5 : 8241271: Make hotspot build reproducible
e04080bd0fe : 8241310: Fix warnings in jdk buildtools
618bacec2e3 : 8241091: AArch64: "bad AD file" with VM option "-XX:-UsePopCountInstruction"
36af90acc0f : 8215712: Parsing extension failure may alert decode_error
b94b0827277 : 8237465: JDK 14 L10n resource files update - msg drop 10
9d4f3b2c2c3 : 8237396: JvmtiTagMap::weak_oops_do() should not trigger barriers
e3c7f43298f : 8235305: Corrupted oops embedded in nmethods due to parallel modification during optional evacuation
d9df6feabe9 : 8237586: Shenandoah: provide option to disable periodic GC
d5e2e1ae13d : 8237248: Update --release 14 symbol information for JDK 14 b32
6f7f81f794a : 8236034: Use optimized Ques node for curly {0,1} quantifier
eef726a99a7 : 8237601: test/langtools/tools/javac/warnings/MaxDiagsRecompile.java fails after JDK-8237589
e8f8eef9087 : 8235368: Update BCEL to Version 6.4.1
3318314c7cd : 8237589: Fix copyright header formatting
a19ff9d98a6 : 8236641: Improve Set.of(...).iterator() warmup characteristics
d2cd7a5096d : 8237571: java/net/DatagramSocket/SendCheck.java is failing on Solaris
0ae7207e956 : 8187987: Add a mechanism to configure custom variants in HijrahChronology
883a4f65b9b : 8237374: configuring with --with-jvm-variants=minimal,server makes cds disappear in server
f779e495904 : 8237261: Concurrent refinement activation threshold not updated for card counts
330100ddceb : 8237543: Shenandoah: More asserts around code roots
2f76772fa9c : 8236105: Behaviors of DatagramSocket/DatagramChannel::socket send methods are not always consistent
fdbea219a1b : 8237508: Simplify JarFile.isInitializing
4aab3078a29 : 8235860: Obsolete the UseParallelOldGC option
4ca06995855 : 8237479: 8230305 causes slowdebug build failure
d4c3278889c : 8236925: (dc) Upgrade DatagramChannel socket adaptor to extend MulticastSocket
6ef474a4f4c : 8053479: (dc) DatagramChannel.read() throws exception instead of discarding data when buffer too small
2867609482b : 8224109: Text spaced incorrectly by drawString under rotation with fractional metric
c6da6681d41 : 8236859: WebSocket over authenticating proxy fails with NPE
39992dea382 : 8236766: Remove un-used oops do and drain list in VM thread
da6daad2e5f : 8234042: Better factory production of certificates
a589a15e3f8 : 8237075: @since tag missing from DatagramSocket and MulticastSocket methods
f7165c322a6 : 8237392: Shenandoah: Remove unreliable assertion
c26aa638a16 : 8234173: assert(loader != __null && oopDesc::is_oop(loader)) failed: loader must be oop
85255c54dae : 8237369: Shenandoah: failed vmTestbase/nsk/jvmti/AttachOnDemand/attach021/TestDescription.java test
96f5699e926 : 8237370: Javadoc of memory access API still refers to old MemoryAddress::offset method
af5ff9aeeee : 8237348: Javadoc of MemorySegment::allocateNative should state that memory is zero-initialized8237348: Javadoc of MemorySegment::allocateNative should state that memory is zero-initialized
5903e20af2b : 8224052: Javadoc doesn't handle non-public intermediate types well
f129cc43283 : 8234484: Add ability to configure third port for remote JMX
529587547cd : 8235955: [dmg] DMG creation fails without error message if previous DMG was not ejected
0414acb5d6a : 8237576: Missing import in macosx/../ClassLoaderHelper
72a4aa8c117 : 8237570: Shenandoah: cleanup uses of allocation/free threshold in static heuristics
c639682887a : 8236075: Minor bootstrap improvements
3cf8b34d544 : 8237382: Cleanup the OPT_SPEED_SRC file list in JvmFeatures.gmk
7ecca1ea3c2 : 8235904: Infinite loop when rendering huge lines
de96aeddf5e : 8236850: Operations on constant List/Set.of(element) instances does not consistently constant fold
631b4d26947 : 8220002: Improve anchor definitions in generated files
1bfcf768f54 : 8234032: Improve basic calendar services
8d307c1168f : 8236228: clean up BarrierSet headers in c1_LIRAssembler
d32cfe3e406 : 8237014: Missing javadoc for jdk.jfr.Recording(Map)
bf16838a8b0 : 8208281: java/nio/channels/AsynchronousSocketChannel/Basic.java timed out
832baeaf4dc : 8236153: ZGC: gc/z/TestUncommit.java fails with java.lang.Exception: Uncommitted too fast
2b9fef7d7bd : 8236443: Issues with specializing vector register type for phi operand with generic operands
b79d75d0337 : 8237042: Switch to JCov build which supports byte code version 59
2c5167803a0 : 8234466: Class loading deadlock involving X509Factory#commitEvent()
5049cad2b0e : 8230926: [macosx] Two apostrophes are entered instead of one with "U.S. International - PC" layout
ab90653aa90 : 8237017: Shenandoah: Remove racy assertion
1b24cf800f4 : 8174270: Consolidate ICU sources in one location
91bb1d37000 : 8237008: Exclude serviceability/sa/TestInstanceKlassSizeForInterface.java on linuxppc64 and linuxppc64le
861e1addda4 : 8223788: [macos] JSpinner buttons in JColorChooser dialog may capture focus using TAB Key
ea152dcd9be : 8229855: C2 fails with assert(false) failed: bad AD file
8e2c1c68f6d : 8236546: Yield with boolean expression and Object target type crashes javac
6fc159f17c9 : 8236715: JShell: Records with errors are not properly corraled
2afe1c6c23f : 8236634: Memory Access API tests fail on 32-bit
34b9c84af4f : 8222098: tools/jlink/plugins/IncludeLocalesPluginTest.java time out
fca022b43bb : 8236936: x86_32 Minimal VM build failure after JDK-8230765
4692bc58eb0 : 8236841: compact constructor parameters are always final
2c7c8023eda : 8236263: Remove experimental streaming events
0b542e3bae0 : 8236945: typo "the the" in Lookup::in javadoc
fe8e1aacd16 : 8225773: jdeps --check produces NPE if there are missing module dependences
b7e74ef62f4 : 8229396: jdeps ignores multi-release when generate-module-info used on command line
78df4d412eb : 8236877: Add "record" to descriptions in java.lang.{annotation, reflect}
995fae6d4b8 : 8235584: UseProfiledLoopPredicate fails with assert(_phase->get_loop(c) == loop) failed: have to be in the same loop
feccf3cdb6a : 8235669: G1: Stack walking API can expose AS_NO_KEEPALIVE oops
89f7e1925e4 : 8236555: [s390] Fix VerifyOops
0ba8940ac03 : 8236488: Support for configure option --with-native-debug-symbols=internal is impossible on Windows
3899de42ae1 : 8234913: Improve parsing of Length Units in javax/swing/text/html/CSS
c2b462cf02e : 8236851: Shenandoah: More details in Traversal GC event messages
efc96d1c076 : 8236897: Fix the copyright header for pkcs11gcm2.h
d94f8c91c9f : 8229847: AttachProvider javadoc page needs an update
d8e3d8af7be : 8236804: java/nio/channels/FileChannel/MapWithSecurityManager.java should be run in othervm mode
7cd4d9ac6a1 : 8236582: (fc) FileChannel.map fails with InternalError when security manager enabled
863f7416112 : 8236140: assert(!VerifyHashTableKeys || _hash_lock == 0) failed: remove node from hash table before modifying it
682af8be653 : 8236856: AArch64: Spurious GCC warnings
21c02a5b18a : 8235385: AArch64: Crash on aarch64 JDK due to long offset
11738f10a7c : 8228818: Shenandoah: Processing weak roots in concurrent phase when possible
b1df8adbf88 : 8236779: static field in implementation class erroneously leaking in memory access javadoc
6e467d4d02c : 8225561: jlink --help doesn't state that ALL-MODULE-PATH is accepted for --add-modules
e3eb6dbd1f8 : 8235762: JVM crash in SWPointer during C2 compilation
b95d34698eb : 8236953: [macos] JavaFX SwingNode is not rendered on macOS
b4ba74321b0 : Added tag jdk-14+32 for changeset 2776da28515e
f0c804676cd : 8233680: JavacFileManager.close() doesn't clear some cache instance variables
bdc9d3dee21 : 8236726: Put vmTestbase/vm/mlvm/indy/stress/java tests on AOT Problem list
40d0110ac68 : 8237186: Fix typo in copyright header of java/io/Reader/TransferTo.java
099184950b0 : 8235837: Memory access API refinements
8787b9a66d4 : 8233655: NPE at jdk.compiler/com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply
006b5e0f964 : 8233452: java.math.BigDecimal.sqrt() with RoundingMode.FLOOR results in incorrect result
a91ec316361 : 8237183: Bug ID missing for test in patch which fixed JDK-8230665
9ec4001d87f : 8237058: Update all nroff manpages for JDK 14 release
0b70f01e98c : 8236957: Obvious typo in java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java
79ec4004d72 : 8236661: launcher test PatchSystemModules.java start failing frequently after JDK-8234049
03cd98e15ba : 8230665: (bf spec) ByteBuffer::alignmentOffset spec misleading when address is misaligned
72a35c899e6 : 8237062: Refine JSR 269 API ahead of Java SE 14 MR
6ee7f3734d6 : 8236691: JFR: assert((((((klass)->trace_id()) & ((JfrTraceIdEpoch::method_and_class_in_use_this_epoch_bits()))) != 0))) failed: invariant
5ff1d721850 : 8236005: local records shouldn't capture any non-static state from any enclosing type
6d03f918cf3 : 8237055: [TESTBUG] compiler/c2/TestJumpTable.java fails with release VMs
a35d087f540 : 8236670: Conflicting bindings accepted in some cases
eccf39b2951 : 8236443: Issues with specializing vector register type for phi operand with generic operands
1507a1fb677 : 8234423: Modifying ArrayList.subList().subList() resets modCount of subList
27d782be647 : 8237038: Shenandoah: Reduce thread pool size in TestEvilSyncBug.java test
87c5a284030 : 8236125: Windows (MSVC 2013) build fails in jpackage: Need to include strsafe.h after tchar.h
72db22cb127 : 8222100: tools/jimage/JImageTest.java time out
0b5f4f77e44 : 8236944: The legVecZ operand should be limited to zmm0-zmm15 registers
cf468f1791d : 8224475: JTextPane does not show images in HTML rendering
cd74b2a23d1 : Added tag jdk-14+31 for changeset decd3d2953b6
0a4d6f6925e : Added tag jdk-14+31 for changeset d54ce919da90
9ab387d14e8 : Added tag jdk-15+5 for changeset b97c1773ccaf
e5b0568e1c7 : 8236769: Clarify javadoc of memory access API
4a84146e438 : 8236815: Shenandoah: Fix weak roots in final Traversal GC phase
0239771501b : 8236264: Remove jdk.jfr.Recording::setFlushInterval and jdk.jfr.Recording::getFlushInterval
7ed4930a8ef : 8236098: AlgorithmConstraints:permits method not throwing IAEx when primitives are empty
d6a5897f411 : 8236804: java/nio/channels/FileChannel/MapWithSecurityManager.java should be run in othervm mode
639e97df465 : 8236190: Unproblem list vmTestbase/nsk/jvmti/scenarios/hotswap/HS102/hs102t002/TestDescription.java
31b9bbd87ba : 8236582: (fc) FileChannel.map fails with InternalError when security manager enabled
89f2d145181 : 8235934: gc/g1/TestGCLogMessages.java fails with 'DerivedPointerTable Update' found
d6a2a079d16 : 8236772: Fix build for windows 32-bit after 8212160 and 8234331
b81bfcbff11 : 8236902: Shenandoah: Missing string dedup roots in all root scanner
11c073b97ef : 8234510: Remove file seeking requirement for writing a heap dump
ea83ced243c : 8231670: Remove TaskExecutor abstraction used in preserved marks processing
4b00d5753dc : 8235818: Inline information from broken external links in java.desktop
4f35b4a65c0 : 8236709: struct SwitchRange in HS violates C++ One Definition Rule
984abfeb3fb : 8234309: LFGarbageCollectedTest.java fails with parse Exception
5de40a08673 : 8236905: ProblemList test/hotspot/jtreg/runtime/Metaspace/DefineClass.java
78c4ab44496 : 8234423: Modifying ArrayList.subList().subList() resets modCount of subList
016b0f0caa1 : 8232759: Remove GC.class_stats
ff914903b95 : 8235766: SafepointSynchronize::_end_of_last_safepoint is unused
fab3122111c : 8214277: Use merged G1ArchiveRegionMap for open and closed archive heap regions
584db9818a2 : 8236625: Remove writeable macro from JVM flags declaration
7d8519fffe4 : 8236489: Java heap file on daxfs should be more secure
1cf603e8fc5 : 8236705: Use single character variant of String.replace when applicable
ef5b447b041 : 8235751: Assertion when triggering concurrent cycle during shutdown
4e29c964f92 : 8236124: Minimal VM slowdebug build failed after JDK-8212160
ba6cedcf246 : 8236732: Shenandoah: Stricter placement for oom-evac scopes
769f853592f : 8236732: Shenandoah: Stricter placement for oom-evac scopes
ed044e91421 : 8236124: Minimal VM slowdebug build failed after JDK-8212160
03073cd46d1 : 8234783: Improve wording of spec of Record.equals
c4b8e38de4f : 8236224: Obsolete the FieldsAllocationStyle and CompactFields options
af4ad226c81 : 8236695: java.lang.Record should be declared with an explicit constructor
3e9a17c53e0 : 8235984: C2: assert(out->in(PhiNode::Region) == head || out->in(PhiNode::Region) == slow_head) failed: phi must be either part of the slow or the fast loop
cc99075c796 : 8236050: Some compiler tests fail when executed with custom TieredLevel
50a56141baf : 8234445: spurious error message for record constructors with receiver parameters
320d4b7f720 : 8236266: change error message for the case when a class extends j.l.Record
aa3a79a29bc : 8236544: confusing error message: return type of accessor method is not compatible with type of record component
9e09ba5e138 : 8236681: Shenandoah: Disable concurrent class unloading flag if no class unloading for the GC cycle
ee5729ac212 : 8236681: Shenandoah: Disable concurrent class unloading flag if no class unloading for the GC cycle
0cb75321eff : 8233751: StringBuilder / StringBuffer capacity() doc is misleading
49b1cc8ee65 : 8236181: C2: Remove useless step_over_gc_barrier() in int->bool conversion
ffe68bcb241 : 8236161: C2: Remove useless step_over_gc_barrier() in int->bool conversion
e72f6028fbd : 8236495: open/test/jdk/java/util/Locale/LocaleProvidersRun.java failed on mac 10.14 with de_DE locale
5915ab980ba : 8235532: Update --release 14 symbol information for JDK 14 b27
2e237e35fdc : 8227313: Support monetary grouping separator in DecimalFormat/DecimalFormatSymbols
8a1b5ad914e : 8236039: JSSE Client does not accept status_request extension in CertificateRequest messages for TLS 1.3
6da7ea6ea3d : 8236595: Add more comments about how to setup simulated NVRAM before run java/nio/MappedByteBuffer/PmemTest.java
0a9a7e2f6cc : 8236552: Description of jmxremote.ssl.config.file in ManagementAgent.start is incorrect
151ab6acc1d : 8236545: Compilation error in mach5 java/awt/FileDialog/MacOSGoToFolderCrash.java
396c363517b : 8236544: confusing error message: return type of accessor method is not compatible with type of record component
44f7fe57a8e : 8236617: jtreg test containers/docker/TestMemoryAwareness.java fails after 8226575
9549cd28779 : 8235870: C2 crashes in IdealLoopTree::est_loop_flow_merge_sz()
14b9fe08fee : Added tag jdk-15+4 for changeset bb0a7975b31d
2ff87c63e3b : 8236274: remove obsolete -d2Zi+ debug flag in MSVC builds
39d46a1f762 : Added tag jdk-14+30 for changeset d54ce919da90
44765b82185 : Added tag jdk-14+29 for changeset 563fa900fa17
e73ce9b406c : Added tag jdk-15+3 for changeset d05fcdf25717
206d72aee28 : 8235520: [macosx] Delete NSView based direct rendering mechanism
e8fdc9408e0 : 8234706: MenuPeer cleanup
8f8f43999c1 : 8210231: Robot.delay() catches InterruptedException and prints stacktrace to stderr
e13f184eb3e : 8236506: [macosx] Some datatransfer classes were loaded on startup
e7a07ea2f3d : 8236470: Deal with ECDSA using ecdsa-with-SHA2 plus hash algorithm as AlgorithmId
45e4c4c4dc6 : 8236364: TEMP vector registers could be incorrectly assigned upper bank xmm registers after Generic Operands (JDK-8234391)
1e67b2c457b : 8235637: jhsdb jmap from OpenJDK 11.0.5 doesn't work if prelink is enabled
911846b49b8 : 8236435: Fix typos in javac area
e2644b70cfd : 8233743: AArch64: Make r27 conditionally allocatable
995da6eb2ac : 8167065: Add intrinsic support for double precision shifting on x86_64
da03b15facf : 8235961: SyncResolverImpl does not throw SQLException as expected
417672bc9df : 8236441: Bound MulticastSocket fails when setting outbound interface on Windows
34b08ed2a5b : 8233164: C2 fails with assert(phase->C->get_alias_index(t) == phase->C->get_alias_index(t_adr)) failed: correct memory chain
4cb20ae300d : 8222759: com.sun.java.swing.plaf.gtk.GTKLookAndFeel has unnecessary casts to GTKStyleFactory
5acd373a107 : 8234059: Stress test fails with "Unexpected Exception in thread JFR Event Stream"
304ab31cffa : 8233111: Epoch shift synchronization point for Compiler threads
f4af0eadb6e : 8236405: Formatting issues in Kerberos debug output
4deb35453f2 : 8234727: sun/security/ssl/X509TrustManagerImpl tests support TLSv1.3
59216c2e77d : 8236449: Problem list compiler/jsr292/ContinuousCallSiteTargetChange.java on solaris-sparcv9
f19738aba38 : 8236179: C1 register allocation error with T_ADDRESS
8d00c5aa0d9 : 8235119: Incomplete initialization of scan_top values results in out-of-bounds scanning of regions
1af059d4cb7 : 8231291: C2: loop opts before EA should maximally unroll loops
1745ae28b98 : 8237086: assert(is_MachReturn()) running CTW with fix for JDK-8231291
00c40ae1e38 : 7021373: DatagramPacket exception conditions are not clear
38f0c08ee0f : 8237484: Improve module system bootstrap
9c8f05279c6 : 8236272: Improve fidelity between contents of default CDS archive and classes loaded at runtime
9abc1a44413 : 8238599: Refactor and simplify implAddOpensToAllUnnamed
9f21d809abc : 8238460: Provide warnings about the use of JNI RegisterNatives to rebind native methods for boot/platform classes in other classloaders
ccbd819a016 : 8237143: Eliminate DirtyCardQ_cbl_mon
e37a6aed88c : 8238503: Remove unused field and accessor for docLocale from ToolOptions
26b642f92fa : 8196729: Add jstatd option to specify RMI connector port
87031d47281 : 8238574: Shenandoah: Assertion failure due to missing null check
df72b2e2d6d : 8238600: Remove runtime/fieldType.hpp and fieldType.cpp
d19a396e96c : 8230199: consolidate signature parsing code in HotSpot sources
2ede36b3a3f : 8201349: build broken when configured with --with-zlib=bundled on gcc 7.3
df12f8b5d26 : 8212986: Make Visual Studio compiler check less strict
dfa757aed07 : 8238542: When warning about C/C++ compiler mismatch, be clear if this is about build compilers
9b9830ced7d : 8218480: Automatically add -Werror in FLAGS_COMPILER_CHECK_ARGUMENTS
b59f630249c : 8237581: Improve allocation expansion
2d6ed667d2e : 8238530: OPT_SPEED_SRC list misses some files with cpu-dependend file names
79ed5ba4927 : Added tag jdk-15+9 for changeset 62b5bfef8d61
98f5d98a882 : 8222793: Javadoc tool ignores "-locale" param and uses default locale for all messages and texts
c0f23a8604b : 8230047: Remove legacy java.lang.reflect.ProxyGenerator_v49
f1332640d4b : 8238225: Issues reported after replacing symlink at Contents/MacOS/libjli.dylib with binary
a7a82b0c795 : 8235795: replace monitor list mux{Acquire,Release}(&gListLock) with spin locks
8ff24c55ef3 : 8236035: refactor ObjectMonitor::set_owner() and _owner field setting
b9e3a4efef6 : 8235931: add OM_CACHE_LINE_SIZE and use smaller size on SPARCv9 and X64
e7e182a3182 : 8235699: ArrayIndexOutOfBoundsException in CalendarBuilder.toString
ccb4ab54992 : 8179317: [TESTBUG] rewrite runtime shell tests in java
03721247d8f : 8238388: libj2gss/NativeFunc.o "multiple definition" link errors with GCC10
ce28a96c283 : 8238281: Raise minimum gcc version needed to 5.0
d6aeda7b247 : 8238375: JFR Test TestJcmdStartFlushInterval is not run
c09e02193b9 : 8238515: Backout JDK-8236092 from jdk/jdk
06579fcefa3 : 8237804: sun/security/mscapi tests fail with "Key pair not generated, alias <nnnnnn> already exists"
029f5477002 : 8238467: Clean up annotations on overridden/implemented methods
9d7777e5854 : 8219475: javap man page needs to be updated
b75d37538dc : 8238502: sunmscapi.dll causing EXCEPTION_ACCESS_VIOLATION
a88734eadc0 : 8238162: Shenandoah: Remove ShenandoahTaskTerminator wrapper
b069da31e0f : 8238231: Custom DatagramSocketImpl's create method not called when with protected constructor
e104b4cee19 : 8235954: [dmg] Default DMG background tiff of jpackage not retina ready
135f2098525 : 8238190: [JVMCI] Fix single implementor speculation for diamond shapes
f2b7509d5a1 : 8237951: CTW: C2 compilation fails with "malformed control flow"
ef41763d32d : 8237962: give better error output for invalid OCSP response intervals in CertPathValidator checks
edd28610d55 : 8233220: Space::_par_seq_tasks is unused after CMS removal
358c56bb8bd : 8238229: Remove TRACESPINNING debug code
77ad678fce7 : 8238220: Rename OWSTTaskTerminator to TaskTerminator
76675e93cf6 : 8215297: Remove ParallelTaskTerminator
4b8a5f991f9 : 8196875: Update run-test instructions for TEST_MODE
0330504ba72 : 8238284: [macos] Zero VM build fails due to an obvious typo
1cd5eac5c36 : 8238203: Return value of GetUserDefaultUILanguage() should be handled as LANGID
319d6976a59 : 8238241: Clean up problem list for JFR tests
f6eaac48b86 : 8238198: Avoid using @ tags in TestOptionsWithRanges_generate.sh
b940e17c9ef : 8235332: TestInstanceCloneAsLoadsStores.java fails with -XX:+StressGCM
4122968ab66 : 8238259: new tests do not account for Windows file separators
18d6d92a06b : 8237953: vmTestbase/jit/tiered/Test.java failure after JDK-8237798
ac6073f0a5d : 8237914: The test-make target does not fail on test failure
ee9483bd878 : 8200363: Add javadoc command line setting to fail on warnings
85f5e328ed8 : 8236949: javadoc -Xdoclint does not accumulate options correctly
b5bf0d6d2f8 : 8235599: [TESTBUG] JFR streaming/TestJVMCrash.java fails to cleanup files after test
bd7fd5610e6 : 8232636: JFR TestDumpOnCrash.java crashed and failed to create emergency dump file
cb636b2c0b6 : 8219686: jdk/jfr/event/runtime/TestShutdownEvent.java recording file length is 0
9cfd632ef60 : 8213918: DumpReason JFR event is not covered by test
987ba9f3a4c : 8237521: Memory Access API fixes for 32-bit
44444bb2496 : 8238189: Cleanups to AES crypto micros
9dcbd819202 : 8237080: fatal error: VM thread could block on lock that may be held by a JavaThread during safepoint: SharedDecoder_lock
4aa5cf5bca6 : 8237882: ZGC: Remove ZUtils::round_{up,down}_power_of_2() declarations
83911960d41 : 8237884: ZGC: Use clamp() instead of MIN2(MAX2())
0f06a9a5cdf : 8237825: ZGC: Replace -XX:ZPath with -XX:AllocateHeapAt
24691f248c6 : 8237758: ZGC: Move get_mempolicy() syscall wrapper to ZSyscall
91d58b8f962 : 8237649: ZGC: Improved NUMA support when using small pages
06456a97739 : 8238224: test\jdk\jdk\jfr\event\io\EvilInstrument.java should be removed
af5c725b810 : 8237879: make 4.3 breaks build
dfb31205a15 : 8221331: test/jdk/jdk/jfr/event/io/EvilInstrument.java needs to re-worked to avoid recursive initialization issues
cd01fa372e6 : 8223699: cleanup perfMemory_aix.cpp O_NOFOLLOW coding on aix
0b9ff0c3a41 : 8202142: jfr/event/io/TestInstrumentation is unstable
d65f9665dfa : 8229971: Arm32: implementation for Thread-local handshakes
c4b708b2550 : 8237857: LogDecorations::uptimenanos is implemented incorrectly
5d8d4cecf76 : Added tag jdk-15+8 for changeset c7d4f2849dbf
c484e1cee0a : 8237787: rewrite vmTestbase/vm/compiler/CodeCacheInfo* from shell to java
28801066d04 : 8237574: Make TestNative work without -nativepath
8aff9fca355 : 8215890: Simplify jdk/jfr/api/recording/event/TestPeriod.java
70fdf1e5eec : 8237364: Add early validation to the jdk.jfr.Recording constructor
5b5a5353e7c : 7175279: Don't use x87 FPU on x86-64
a2bbf933d96 : 8222001: JFR event for heap dumps written
f262092fd9a : 8233822: VM_G1CollectForAllocation should always check for upgrade to full
73cdeafe98c : 8237046: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges_generate.sh should be excluded from testing
e0901fb6274 : 8237896: MulticastSocket should link to DatagramChannel as an alternative for multicasting
9d5d2a241ae : 8236211: [Graal] compiler/graalunit/GraphTest.java is skipped in all testing
91a031aa871 : 8238167: Remove stray files from jdk.javadoc
0dd3aaf0ed0 : 8230392: Define AArch64 as MULTI_COPY_ATOMIC
3eb71de7597 : 8238153: CTW: C2 (Shenandoah) compilation fails with "Unknown node in get_load_addr: CreateEx"
6fd7ad87ce2 : 8237524: AArch64: String.compareTo() may return incorrect result
c718a082a40 : 8238083: Crash: assert(is_object_aligned(v)) failed: address not aligned: 0xfffffffffffffff1
2f45d466403 : 8237528: Inefficient compilation of Pattern Matching for instanceof
41f962d7845 : 8232689: Remove ParCompactionManager::Action enum
5c3d9a7d044 : 8237887: CDSandJFR: assert(instance_klass->is_initialized()
69f15386314 : 8237963: Shenandoah: Heap iteration should use concurrent version of string dedup roots
f2013ac2471 : 8236997: tools/javac tests fail with --illegal-access=deny
a89b838d91b : 8237869: exclude jtreg test security/infra/java/security/cert/CertPathValidator/certification/LuxTrustCA.java because of instabilities
64288e1e762 : 8235149: javac parser is too aggressive on ambiguous expressions using identifier: record
e5a99b29f10 : 8237800: rewrite vmTestbase/jit/escape/LockCoarsening from shell to java
fc8d71b1194 : 8237798: rewrite vmTestbase/jit/tiered from shell to java
08e63539f2c : 8237845: Encapsulate doclet options
6b4223eec20 : 8237803: Reorganize impl of tool options
99b99393184 : 8237874: Shenandoah: Backout JDK-8234399
5ac7dfa2bf1 : 8235681: Remove unnecessary workarounds in UnixOperatingSystem.c
3884792cda8 : 8227610: Remove allocation when getting EventHandle
e438fb4c62a : 8236714: enable link-time section-gc for linux to remove unused code
1ca54e14558 : 8237819: s390x - remove unused pd_zero_to_words_large
7cae6c35648 : 8237847: Zero builds fail after JDK-8237637 (Remove dubious type conversions from oop)
49dc57cd108 : 8237817: Clean up net-properties.html
7cd21cfdec0 : 8237821: Shenandoah: build broken after JDK-8237637 (Remove dubious type conversions from oop)
90d656d2f6e : 8235846: Improve WindbgDebuggerLocal implementation
9085b7bdc77 : 8236596: HttpClient leaves HTTP/2 sockets in CLOSE_WAIT, when using proxy tunnel
4fdcb473040 : 7006496: Use modern Windows API to retrieve OS DNS servers
5b1f960752d : 8237501: TestInstanceKlassSizeForInstance runs TestInstanceKlassSize instead
abadeda8a53 : 8233795: Consider adding a notion of a Value-based class to API Documentation index
d97fe7b0503 : 8042742: possible error in Tokens.Token.checkKind() for javac
c8e7590899f : 8237111: LingeredApp should be started with getTestJavaOpts
46423b0f709 : 8237637: Remove dubious type conversions from oop
b223907794a : 8237645: Remove OopsInGenClosure::par_do_barrier
17106c9e9df : 8236778: Add Atomic::fetch_and_add
5013cf6e0c0 : 8235966: Process obsolete flags less aggressively
0f98701e876 : 8236210: javac generates wrong annotation for fields generated from record components
9e4830fc301 : 8237492: Reorganize impl of doclet options 8237726: Fix signature of StandardDoclet.getSupportedOptions
6c9a6eac819 : 8206113: Troubles configuring graal tests
5e9d3fdc9cc : 8237756: Backout: JDK-8230594: Allow direct handshakes without VMThread intervention
94bb505c94b : 8235783: DatagramSocket::disconnect should allow an implementation to throw UncheckedIOException
4eacb6361be : 8234440: ZGC: Print relocation information on info level
ffcc5826019 : 8237079: gc/g1/mixedgc/TestLogging.java fails with "Pause Young (Mixed) (G1 Evacuation Pause) not found"
da7cebabb2c : 8237375: SimpleThresholdPolicy misses CounterDecay timestamp initialization
a0882bf4cc5 : 8237752: Minimal VM build fails after JDK-8236236
3c5a7e9ffcd : Added tag jdk-15+7 for changeset e2bc57500c1b
6c4e2e70be8 : 8237753: 32-bit builds are broken after JDK-823059
78ff45ee338 : 8236913: debug agent's jdwp command logging should include the command set name and command name
b1d5bee8ca9 : 8234399: Shenandoah: Cleanup native load barrier
c6126d638c0 : 8237724: Add org.graalvm.compiler.asm.amd64 to the list of packages to be processed by the options annotation processor
245b61c5067 : 8237747: Build broken on macOS by JDK-8235741 - wrong format specifier
7c27f9f5ddc : 8235741: Inappropriate uses of os::javaTimeMillis()
d517220df67 : 8236903: ZoneRules#getOffset throws DateTimeException for rules with last rules
d5bdb76e845 : 8236236: Eliminate CDS md region and consolidate c++ vtable patching code
ac7f36ce25d : 8236880: Shenandoah: Move string dedup cleanup into concurrent phase
b25bb17b411 : 8230594: Allow direct handshakes without VMThread intervention
b21e04af5de : 8237512: AArch64: aarch64TestHook leaks a BufferBlob
ffdf1dea9bf : 8235390: JfrEmergencyDump::on_vm_shutdown crashes
c6a4cea7a03 : 8236246: SelectorProvider support for creating a DatagramChannel that is not interruptible
d1ad0eaf8fa : 8233826: Change CDS dumping tty->print_cr() to unified logging
d86eb1de69c : 8231556: Wrong font ligatures used when 2 versions of same font used
261f4bffae8 : 8235927: Update Graal
cfddf53c01c : 8236139: [Graal] java/lang/RuntimeTests/exec/LotsOfOutput.java fails with JVMCI enabled
fb1c57789e5 : 8235961: SyncResolverImpl does not throw SQLException as expected
c751493f0c6 : 8235738: [macos] tools/jpackage tests timeout on macOS
91008df5a8b : 8236138: Add tests for jmod applications
68122fd64e6 : 8236266: change error message for the case when a class extends j.l.Record
9695ddfffcd : 8234445: spurious error message for record constructors with receiver parameters
a170a4af4a8 : 8235913: ThreadStop should be a handshake
e4c96dea464 : 8235912: JvmtiBreakpoint remove oops_do and metadata_do
9847d8161b8 : 8236110: Windows (MSVC 2013) build failures after JDK-8233299
18bc0214dbe : 8235833: PosixPlatform.cpp should not include sysctl.h
75f2e6433ca : 8236242: Arm32: build broken after 8234794
ef14de54e72 : 8234733: We can't distinguish if the spinner button is pressed or unpressed
cbcb488d772 : Added tag jdk-14+28 for changeset 2069b4bfd23b
4b1be3ecf9c : 8236000: VM build without C2 fails
ca112043f1a : 8233228: Disable weak named curves by default in TLS, CertPath, and Signed JAR
5cb06ce2fbc : 8234277: ClhsdbLauncher should enable verbose exceptions and do a better job of detecting SA failures
eb6beeac946 : 8235829: graal crashes with Zombie.java test
f58a8cbed2b : 8231612: 100% cpu on arm32 in Service Thread
995fbebd814 : 8235982: AArch64: Insufficient memory barriers in shadow region algorithm
079db54d516 : 8230185: assert(is_Loop()) failed: invalid node class
61cfabff57a : 8223108: Test java/awt/EventQueue/NonComponentSourcePost.java is unstable
b2c3323a7ff : 8236062: Disable clhsdb initialization of SA javascript support since it will always fail, and will likely be removed soon
1253f7e8fa0 : 8236130: ProblemList jdk/jfr/jmx/security/TestEnoughPermission.java
ffc18e5c8ce : 8236044: Create jdk_accessibility test group
773b7b6c4bb : 8236106: [TESTBUG] Shenandoah: Make TestThreadFailure more resilient
950ebec4a91 : 8236179: C1 register allocation error with T_ADDRESS
4778cbbafb9 : 8235819: -Wformat-overflow is reported from GCC 9
60073c395c2 : 8235866: bump jtreg requiredVersion to 4.2b16
b73faca4527 : 8235976: Directives in WWW-Authenticate should be comma separated
4def210a22f : 8231111: Cgroups v2: Rework Metrics in java.base so as to recognize unified hierarchy
8827df9b2d8 : 8239014: -XX:-UseEmptySlotsInSupers sometime fails to reproduce the layout of the old code
732a5757387 : 8239139: test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/libInheritedChannel.c does not compile with gcc 8.3.1
9fdcdf4a3ee : 8239243: Create index structures only if required
7b24bd68c28 : 8238356: CodeHeap::blob_count() overestimates the number of blobs
16c75e67cf3 : 8239001: Hotspot build broken on linux-sparc after 8238281
fff8438af83 : 8239070: Memory leak when unsuccessfully mapping in archive regions
6015cab7980 : 8239363: PPC64: Wrong code generation after JDK-8183574
09f5194d387 : 8238953: tools/jpackage tests do not work on Ubuntu Linux
7f3bbc3f207 : 8239333: test/jdk/security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java fails intermittent
d4a069b33be : 8237450: JDK13 annotation processors not run when a supported annotation type specifies a module
11386e7cb23 : 8225128: Add exception for expiring DocuSign root to VerifyCACerts test
56282f7119c : 8238969: Miscellaneous cleanup
36cd7bdb7f7 : 8239378: Add Classpath Exception to license in source file
f3cd52e3c73 : 8210977: jdk/jfr/event/oldobject/TestThreadLocalLeak.java fails to find ThreadLocalObject
58a03600398 : 8239019: testmake fails with FATAL: VCS_TYPE is empty
a6dbc711148 : 8239026: Support non-maven artifacts by JibArtifactManager
bf6c14f034e : 8187305: Add logging for shared library loads/unloads
cea8931aed9 : 8167493: Test that JFR event can be retransformed by an agent
ccb5defde46 : 8237780: Shenandoah: More reliable nmethod verification
0e49c4987dc : 8239224: libproc_impl.c previous_thr may be used uninitialized warning
b6c1b49c97c : 8239350: Add tests for JFR class redefinition events
f75f78ae3a2 : 8239265: JFR: Test cleanup of jdk.jfr.api.consumer package
6f6b4c0ef95 : 8232686: Turn parallel gc develop tracing flags into unified logging
28c630046e0 : 8238999: Remove MemRegion custom new/delete operator overloads
301a2e19c34 : 8237480: Add micros for DatagramSocket send/receive
cb2eeb7d9aa : 8239142: C2's UseUniqueSubclasses optimization is broken for array accesses
4e430ffbb6d : 8239264: Clearup the legacy ObjectIdentifier constructor from int array
8aff5bda80c : 8163251: Hard coded loop limit prevents reading of smart card data greater than 8k
5d9c59f2f88 : 8238236: Add JFR class redefinition events
74bee68872b : 8239069: C2: SIGSEGV in IdealGraphPrinter::walk_nodes due to C->root() being NULL
b369aefc791 : 8238765: PhaseCFG::schedule_pinned_nodes cannot handle precedence edges from unmatched CFG nodes correctly
cf4291db370 : 8239000: handle ContendedPaddingWidth in vm_version_ppc
41d457a089f : 8239081: Shenandoah: Consolidate C1 LRB and native barriers
eaff9918d2b : 8239005: [TESTBUG] test/hotspot/jtreg/runtime/StackGuardPages/TestStackGuardPages.java: exeinvoke.c: must initialize static state before calling do_overflow()
52d46c314b0 : 8238691: C2: turn subtype check into macro node
e4b27a48a02 : 8183574: Unify the is_power_of_2 functions
248b61710e7 : 8213185: Properly handle run-test-prebuilt -> test-prebuilt migration
2f170732303 : 8237818: Typo in Unsafe: resposibility
0249cadd62e : 8238534: Deep sign macOS bundles before bundle archive is being created
3c7858c2854 : 8239110: Zero VM build fails after JDK-8203883
c4681a95dcf : 8160818: GssKrb5Client violates RFC 4752
71ed4f276bb : 8238959: Add missing classpath exception to FileAcess and ConstantLookup
612342baaa0 : 8239092: Provide explicit specification for getKind methods of javax.lang.model
110ef6f2c35 : 8238196: tests that use SA Attach should not be allowed to run against signed binaries on Mac OS X 10.14.5 and later
8119f836bf7 : 8238758: [JVMCI] fix JVMCI jtreg events tests to work with GraalVM
3bb62dc0d83 : 8236759: ShouldNotReachHere in PhaseIdealLoop::verify_strip_mined_scheduling
18c01206d00 : 8203883: Remove State from InvocationCounters
b4b8ead78ba : 8238863: Refactor out static initialization from Dict constructors
945e42212dd : 8239025: ProblemList java/net/httpclient/HandshakeFailureTest.java due to JDK-8238990
485115d1b3b : 8231118: ARM32: Math tests failures
416ac1d01e2 : 8238643: ARM32 build fails after JDK-8230199
27391005a5f : 8239017: cmp-baseline fails because of differences in TimeZoneNames_kea
bcb804f07f2 : 8238710: LingeredApp doesn't log stdout/stderr if exits with non-zero code
b72e31b39f8 : 8235791: [TESTBUG] Fix comment in TestElfDirectRead.java
087074334de : 8238867: Improve G1DirtyCardQueueSet::Queue::pop
3c18ed58a14 : 8238932: Invalid tier1_gc_1 test group definition
4c707c1df39 : 8238838: spurious error message for compact constructors with throws clause
f844943273f : 8234608: [TESTBUG] Fix G1 redefineClasses tests and a memory leak
683a5b11971 : 8237805: Use inline @jls @jvms in core libs where appropriate
1ef862d03db : 8239007: java/math/BigInteger/largeMemory/ tests should be disabled on 32-bit platforms
5b4d80d106d : 8046362: IdentityHashMap.hash comments should be clarified
30707f80076 : 8238961: Assertion failure in new field layout code when ContendedPaddingWidth == 0
a4616a7b49f : 8238896: Massive x86_32 crashes after JDK-7175279 (Don't use x87 FPU on x86-64)
18b31b1f023 : 8238909: x86_32 fails gtest:power_of_2
d298a05d020 : 8238175: CTW: Class.getDeclaredMethods fails with assert(k->is_subclass_of(SystemDictionary::Throwable_klass())) failed: invalid exception class
2ac2d590c24 : 8238811: C2: assert(i >= req() || i == 0 || is_Region() || is_Phi()) with -XX:+VerifyGraphEdges
3ea92e735bc : 8238756: C2: assert(((n) == __null || !VerifyIterativeGVN || !((n)->is_dead()))) failed: can not use dead node
e2829b7b879 : 8237945: CTW: C2 compilation fails with assert(just_allocated_object(alloc_ctl) == ptr) failed: most recent allo
8bdb972192a : 8238178: CTW: C1 compilation fails with assert(sux->loop_depth() != block->loop_depth() || sux->loop_index() == block->loop_index() || loop_through_xhandler) failed: Loop index has to be same
b0b8190ea2b : 8238782: Cleanup Deoptimization::deoptimize(): remove unused RegisterMap argument and don't update RegisterMap in callers if UseBiasedLocking is enabled
446f59a26c9 : 8234718: java/net/httpclient tests should cover TLSv1.3
cafdbcc6ef6 : 8237830: support O_CLOEXEC in os::open on other OS than Linux
78f58c3e397 : 8238854: Remove superfluous C heap allocation failure checks
00484e9446a : Added tag jdk-15+10 for changeset 1bee69801aee
4e4d1f2b4da : 8234372: Investigate use of Thread::stack_base() and queries for "in stack"
25c5a23695a : 8238272: Eliminate cast_from_oop to narrowOop*
eccdd8e6039 : 8238919: (doc) Broken code snippet in the java.util.stream package documentation
93241e5db71 : 8238930: problem list compiler/c2/Test8004741.java
aa4ef80f6a0 : 8238912: Update devkit for linux-aarch64
5c3a01591c5 : 8234347: "Turkey" meta time zone does not generate composed localized names 8236548: Localized time zone name inconsistency between English and other locales
2fbbce2b233 : 8191395: policy.allowSystemProperty and policy.expandProperties also apply to JAAS configurations
a239c475cf9 : 8238918: idea.sh should work with both mercurial and git repos
411766b6bba : 8238851: Shenandoah: C1: Resolve into registers of correct type
1e0167ef92d : 8238602: remove obsolete functions from libinstrument/FileSystemSupport_md.c
c103a1bb697 : 8238448: RSASSA-PSS signature verification fail when using certain odd key sizes
fc3b42fc8e1 : 8238898: Missing hash characters for header on license file
1f178425837 : 8236512: PKCS11 Connection closed after Cipher.doFinal and NoPadding
c37ebcd730c : 8232069: Enable CDS even when UseCompressedClassPointers and/or UseCompressedOops are false
56a76315553 : 8237909: Remove zipped index files feature
fff1a59cfab : 8238291: Fix inconsistencies in the format of the index files
898a9035309 : 8238762: Optimized build is broken
5e9dc46d21d : 8238683: C2: Remove Use24BitFP and Use24BitFPMode flags
74e68b40924 : 8238690: C2: Handle vector shifts by constant and non-constant scalar uniformly
0d84fe98726 : 8238680: C2: Remove redundant AD instructions for Replicate nodes
590f5996c65 : 8136414: Large performance penalty declaring a method strictfp on strict-only platforms
c16040393ce : 8238160: Uniformize Parallel GC task queue variable names
1d42f083c1b : 8238386: (sctp) jdk.sctp/unix/native/libsctp/SctpNet.c "multiple definition" link errors with GCC10
51abf67ce18 : 8235998: [c2] Memory leaks during tracing after '8224193: stringStream should not use Resource Area'
49048adcf20 : 8231501: VM crash in MethodData::clean_extra_data(CleanExtraDataClosure*): fatal error: unexpected tag 99
fca342f7369 : 8235874: The ordering of Cipher Suites is not maintained provided through jdk.tls.client.cipherSuites and jdk.tls.server.cipherSuites system property
abac8b17a96 : 8235813: System property fullCipherSuites is not used by javax/net/ssl/compatibility/Compatibility.java
ddc851536c0 : 8235739: Rare NPE at WComponentPeer.getGraphics()
76da2b777af : 8235638: NPE in LWWindowPeer.getOnscreenGraphics()
0e6db16232f : 8235634: Update Graal
58cce5fbf4e : 8234728: Some security tests should support TLSv1.3
e6b381faa2b : 8235744: PIT: test/jdk/javax/swing/text/html/TestJLabelWithHTMLText.java times out in linux-x64
a5db02db72a : Added tag jdk-14+27 for changeset 91a3f092682f
8f4f088a129 : 8234049: Implementation of Memory Access API (Incubator)
7cdecd89814 : 8235668: LineNumberReader#getLineNumber() returns wrong line number (one fewer) in Lucene test
dbd4134c044 : 8235814: Add --enable-deprecated-ports=yes to all solaris and SPARC build profiles
0591a66b909 : 8235842: Shenandoah: Implement native LRB for narrow oop
b9f62457b98 : 8235686: Add more custom hooks in Bundles.gmk
59d75fd5762 : 8235687: Contents/MacOS/libjli.dylib cannot be a symlink
450b97f5932 : 8234974: Shenandoah: Do concurrent roots even when no evacuation is necessary
be6b4aab40a : 8236692: static final fields without initializer are accepted by javac
0562caa4cb2 : 8236487: JFR Recorder Thread crashed due to "assert(_chunkwriter.is_valid()) failed: invariant"
e6876a9cc31 : 8226797: serviceability/tmtools/jstat/GcCapacityTest.java fails with Exception: java.lang.RuntimeException: OGCMN > OGCMX (min generation capacity > max generation capacity)
40bbdf472c7 : 8234328: VectorSet::clear can cause fragmentation
5ca3e6334a8 : 8215038: Add a page that lists all system properties
0de20e8d0d3 : 8235756: C2: Merge AD instructions for DivV, SqrtV, and FmaV nodes
a05395c6af2 : 8235719: C2: Merge AD instructions for ShiftV, AbsV, and NegV nodes
9251e91271b : 8235688: C2: Merge AD instructions for AddV, SubV, and MulV nodes
df5fba325da : 8235405: C2: Merge AD instructions for different vector operations
31e075b019b : 8234392: C2: Extend Matcher::match_rule_supported_vector() with element type information
47ee85a247e : 8235760: ZGC: Implement precise check for @require vm.gc.Z for Windows
938a4951ab6 : 8235759: Extend GCConfig::is_gc_supported to mean supported not only included in build
8c273889054 : 8235757: Rename SupportedGC to IncludedGC
b7bca76f51d : 8235748: ZGC: Remove ZAddress::address()
056b70c4b7b : 8235696: ZGC: assert(ZNMethod::is_armed(nm) == _should_disarm_nmethods) failed: Invalid state
2c54f0f643f : 8215728: [Graal] we should run some Graal tests in tier1
f716aa1b474 : 8234370: Implementation of JEP 362: Deprecate the Solaris and SPARC Ports
c2f68eacaae : 8231810: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java fails intermittently with "java.lang.Exception: Unexpected EOF"
dd758e2a847 : 8235685: Shenandoah: Enable leak profiler
4627488e745 : 8235361: JAR Class-Path no longer accepts relative URLs encoding absolute Windows paths (e.g "/C:/...")
eec0e71c040 : 8235550: Clarify record reflective support specification
dadaffbbeb5 : 8235531: Update record serialization migration tests to not use hard coded source versions
bd1d7356a35 : 8235598: Shenandoah: Update copyrights
b467629bd65 : 8223261: JDK-8189208 followup - remove JDK_GetVersionInfo0 and the supporting code
769a1f91878 : 8235515: TestBasicLogOutput.java crashes due to EXCEPTION_ACCESS_VIOLATION in HandshakeThreadsOperation::do_handshake
25b5ddc05de : 8235539: [JVMCI] -XX:+EnableJVMCIProduct breaks -XX:-EnableJVMCI
c1853195153 : 8235655: Clean the duplicated block in SSLContextImpl
63ba804f4f1 : 8235600: Problemlist JFR streaming/TestJVMCrash until after-test cleanup issue is resolved
9ac2f8b6543 : 8234542: code removal of Pack200 Tools and API
a3acb451b1d : 8235547: Video memory leak in the OGL pipeline on macOS
0e1b84f90e2 : 8234398: Replace ID2D1Factory::GetDesktopDpi with GetDeviceCaps
c198b4da323 : 8234508: VM_HeapWalkOperation::iterate_over_object reads non-strong fields with an on-strong load barrier
24232989ba1 : 8234802: [TESTBUG] Test Right Mouse Button Drag Gesture Recognition in all the platforms
ad5ea72286a : 8235541: Extend javax.lang.model to cover binding variables
92a9543552e : 8235750: [jpackage] Cleanup imports in WinMsiBundler.java
ce7ede95eb1 : 8234076: JVM crashes on Windows 10 using --module=NAME
fa92bd31b96 : 8235815: Revert 8227607: Broken external links in java.desktop
e5b0e366eae : 8235489: handle return values of sscanf calls in hotspot
3fe949b2f4a : 8232231: Remove invalid JFR thread CPU load test case
bb4dafe4bf0 : 8227607: Broken external links in java.desktop
b4d9a0afcab : 8235808: Remove graalunit from tier1_compiler_not_xcomp
7b82266a159 : 8226575: OperatingSystemMXBean should be made container aware
efdf413a205 : 8235773: Tier3 fails because graalunit tests started to run with ZGC
6a6ae167817 : 8235625: [TESTBUG] tools/jpackage/share/JavaOptionsEqualsTest.java fails with debug VMs
da5fa894ace : 8235620: Broken merge between JDK-8006406 and JDK-8003559
03dfd4f94bf : 8234522: [macos] Crash with use of native file dialog
00ba4ea7b31 : 8229377: [JVMCI] Improve InstalledCode.invalidate for large code caches
d8d4cd65081 : 8235597: Extend support for -XDaccessInternalAPI to plugin modules
9fc688875d5 : 8235621: Replace use of Function<?,Integer> with ToIntFunction
6bda51c28e5 : 8235789: AC_REQUIRE: 'PLATFORM_EXTRACT_TARGET_AND_BUILD' was expanded before it was required
93b7d283d83 : 8214916: SourceLauncherTest fails on exploded image
cb75b6ee22c : 8235629: Remove unnecessary calls to Thread::current
dca6e343974 : 8210527: JShell: NullPointerException in jdk.jshell.Eval.translateExceptionStack 8232855: jshell missing word in /help help
dd321330ced : 8234870: Deprecate the OracleUcrypto JCE Provider for removal
a51b5ae9c4f : 8235252: Repair run_tests.sh by locating jtreg locally
7f10f578347 : 8235414: Module level doc-files show "unnamed package" as holder
c7b9c64eed4 : 8235728: JDK-8212780 breaks builds with a custom X11 include path
57991084944 : 8234284: [dmg] Change DMG background image to TIFF
8b99e85fbc8 : 8235788: Changeset for JDK-8235252 pushed with wrong bug ID
69c1729e260 : 8234101: Compilation error thrown when repeating annotation is used on record component
cbe604cf5dd : 8235457: Crash when reporting a message about an annotation on a module 8235458: Problem caused by imports in a module-info.java file
5fd2efb7e91 : 8235776: Shenandoah: Shenandoah root updater not always uses right code blob closure
b29f62ce516 : 8235767: Compilation failure caused by JDK-8212780: Packaging Tool Implementation
bca86d6492c : 8229961: Assert failure in compiler/graalunit/HotspotTest.java
d3f76664181 : 8235730: Incorrect javadoc in MatchKind
67cea3ea024 : 8235767: Compilation failure caused by JDK-8212780: Packaging Tool Implementation
97ce13767a3 : 8235654: JFR leak profiler should not trace through the StringTable
57bdfe3dd4d : 8233112: Exclude SVG files from build comparison
3b1915a71f4 : 8231438: [macOS] Dark mode for the desktop is not supported
51bc2d15a48 : 8235636: gc/shenandoah/compiler/TestUnsafeOffheapSwap.java fails after JDK-8226411
3f7ecfb5b1a : 8235729: Shenandoah: Remove useless casting to non-constant
91de8b6c912 : 8235551: BitMap::count_one_bits should use population_count
f51595bec24 : 8234746: Improve indexing of system properties
9b1498c20e9 : 8235670: Javadoc pages not printing correctly in some browsers
a1b0802cafb : 8233866: Text in table cells has inconsistent alignment
0df5be808dc : 8220049: Obsolete ThreadLocalHandshakes
f5929f55cc3 : 8235410: Enable handshakes on Linux x86 (32-bit)
ba94936c809 : 8233033: C2 produces wrong result while unswitching a loop due to lost control dependencies
e1b94b1635a : 8235653: Clean-up BarrierSetC2
ec0fbdc0e9e : 8235338: test jdk/jshell/CompletenessTest.java fails for records
308aea3e0b5 : 8235474: JShell does not handle records properly
a20fa5b995a : 8235427: Remove unnecessary parameters from G1CollectedHeap::free_region and HeapRegion::hr_clear
642d2ddcbc4 : 8235452: Strip mined loop verification fails with assert(is_OuterStripMinedLoop()) failed: invalid node class
f6d50463f66 : 8235585: Enable macOS codesigning for all libraries and executables
72cb073c095 : 8230067: Add optional automatic retry when running jtreg tests
b0f3e76e60e : 8234835: Use UTF-8 charset in fixuppandoc
bf2f855cd76 : 8235446: confusing error message for records with no parens
06cb1958659 : 8234331: Add robust and optimized utility for rounding up to next power of two
60fda4e5773 : 8235353: clean up hotspot problem lists
4abba17c105 : 8225219: [TESTBUG] AppCDS tests timed out with -Xcomp and --limit-modules option won't work with Graal
b96610d017a : 8235475: Add additional timestamp to test java/nio/channels/Selector/SelectWithConsumer.java
b1e086a5fcc : 8220348: [ntintel] asserts about copying unaligned array
547e472c42c : 8234185: Cleanup usage of canonicalize function between libjava, hotspot and libinstrument
b8dbdd1232f : 8235359: Simplify method Class.getRecordComponents()
8fd8c5bf5d7 : 4949105: Access Bridge lacks html tags parsing
6511acbf1e3 : 8234386: [macos] NPE was thrown at expanding Choice from maximized frame
cd2cc6d796e : 8232226: [macos 10.15] test/jdk/java/awt/color/EqualityTest/EqualityTest.java may fail
36eb7510f8a : 7124307: JSpinner and changing value by mouse
e4ddde03d2a : 8234137: The "AutoTestOnTop.java" test may run external applications
525b0422e42 : 8209113: Use WeakReference for lastFontStrike for created Fonts
c96d36e1b0a : 8214481: freetype path does not disable TrueType hinting with AA+FM hints
1c66428b90d : 8234784: Update jpeg.md to reflect code used by JDK
06d1df9a321 : 8235245: tiff_metadata.html has invalid HTML structure: misplaced </thead> element
e9e86ffb308 : 8221903: PIT: javax/swing/RepaintManager/IconifyTest/IconifyTest.java fails on ubuntu18.04
5b155f05e75 : 8235324: Dying objects are published from users of CollectedHeap::object_iterate
dc0cc5520c2 : 8235530: Removed duplicated threadByName methods in nsk/jdi tests
589f23568a4 : 8234689: facilitate writing additional custom attributes in a class file
93286c94dce : 8235586: Shenandoah: Traversal GC still uses old CLD::oops_do API
baebce3d2f9 : 8235448: code cleanup in SSLContextImpl.java
45b8d09e1bc : 8234211: allow discoverable javac plugins to be invoked by default
749bda0e2dc : 8235490: AppCDS DynamicArchiveRelocationTest.java failed: 'always map archive(s) at an alternative address' missing
72caf85c0f7 : 8235453: tools/jpackage/junit/junit.java failed
0ca9d9a032f : 8225562: jlink --module-path behavior inconsistent with help/errors
e8496cea836 : 8235143: C2: No memory state needed in Thread::currentThread() intrinsic
eabb5cc21fd : 8226411: C2: Avoid memory barriers around off-heap unsafe accesses
12e43e216e7 : 8233191: MulticastSocket joinGroup/leaveGroup do not specify their behavior when the outgoing interface has not been set
3cccc62e56e : 8234735: InstanceKlass:find_method_index regression after JDK-8231610
22e26b2a81b : 8234148: DatagramSocket.setOption/getOption/supportedOption should support multicast options
3f259d8e3a5 : 8141685: com/sun/jndi/ldap/InvalidLdapFilters.java initializes context failed
3c8ec642ffd : 8235403: Further cleanup to test serviceability/sa/ClhsdbCDSCore.java
07fc539a85a : 8232513: java/net/DatagramSocket/PortUnreachable.java still fails intermittently with BindException
3ea25ecdfe7 : 8233319: Deprecate MulticastSocket methods that operate on java.net.InetAddress
9cabfa82ffa : 8165443: Free Collection Set serial phase takes very long on large heaps
4c4d6cdc929 : 8235483: Warnings printed during the build
228c3144d29 : 8233453: MLVM deoptimize stress test timed out
ee140f7f816 : 8235262: Move c2i_entry_barrier for x86_32 to shared
36bd09dead3 : 8233222: Clarify system property usage in KerberosPrincipal instantiation
6a547f9574a : 8235510: java.util.zip.CRC32 performance drop after 8200067
e7fa637179b : 8235351: Lookup::unreflect should bind with the original caller independent of Method's accessible flag
41b4803cdf4 : 8235438: [JVMCI] StackTraceElement::decode should use the original Method
e1921502c5e : 8235514: Update record serialization tests to not use hard coded source versions
fa21d57760d : 8218268: Javac treats Manifest Class-Path entries as Paths instead of URLs
0da41b464e1 : 8235499: Change HotSpot jtreg records test to better handle JDK updates
02cc0641440 : 8234037: Improve Object Identifier Processing
1691abc7478 : 8234599: PPC64: Add support on recent CPUs and Linux for JEP-352
3ad9078968d : 8234228: AArch64: Some temp vars in string_compare intrinsics for processing the last 4 chars (LU/UL) are no use
d462a6b5c9b : 8230305: Cgroups v2: Container awareness
71340f51fa9 : 8236700: Upgrading JSZip from v3.1.5 to v3.2.2
65354d838ab : 8236901: 8232759 missed a test case
72609092fe9 : 8237201: ZGC: Remove unused ZRelocationSetSelector::fragmentation()
d98a39a0e79 : 8237200: ZGC: Rename ZBackingPath to ZMountPoint
74f0ef50509 : 8237199: ZGC: Rename ZBackingFile to ZPhysicalMemoryBacking
c6dc3308a1b : 8237198: ZGC: Share multi-mapping code in ZBackingFile
a4b3e781fe7 : 8236701: [TESTBUG] compiler/loopopts/superword/Vec_MulAddS2I.java uses wrong flag -XX:-SuperWord
18d73cb8e5c : 8236992: AArch64: remove redundant load_klass in itable stub
567465c62c0 : 8216012: Infinite loop in RSA KeyPairGenerator
0b2da9e239e : 8236878: Use atomic instruction to update StringDedupTable's entries and entries_removed counters
163875d24be : 8236132: Add missing properties to msi installers
a5440909447 : 8232077: Investigate if default behavior should allow downgrade scenario
bd1eff9e323 : 8233578: Document configurable parameters of msi packages
75912b7aaa0 : 8236873: Worker has a deadlock bug
7fc58a10200 : 8235678: Remove unnecessary calls to Thread::current() in MutexLocker calls
e2240b714e5 : 8236111: narrow allowSmartActionArgs disabling
76e420d7904 : Added tag jdk-15+6 for changeset ef7d53b4fccd
a86e196559f : 8235762: JVM crash in SWPointer during C2 compilation
e80a1882575 : 8235959: Update --release 14 symbol information up to JDK 14 b31
abfab9e0a7e : 8237223: Shenandoah: important flags should not be ergonomic for concurrent class unloading
ec5869eb2e1 : 7143743: Potential memory leak with zip provider
eb6fa14ee6e : 8237214: fix for JDK-8236597 reintroduced wrong subexpression
642037eee8c : 8223536: jdk/javadoc/doclet/MetaTag/MetaTag.java still fails when run across midnight
45bc3871f55 : 8237217: Incorrect G1StringDedupEntry type used in StringDedupTable destructor
c0b4e0cb256 : 8213222: remove RMIConnectorServer.CREDENTIAL_TYPES
7b5de56fc3f : 8236921: Add build target to produce a JDK image suitable for a Graal/SVM build
ff77d06f17b : 8236597: issues inferring type annotations on records
c0dce257569 : 8236917: TestInstanceKlassSize.java fails with "The size computed by SA for java.lang.Object does not match"
7707e32b00b : 8236968: jmap -clstats fails to work after JDK-8232759
8d2e11397a2 : 8237007: Shenandoah: assert(_base == Tuple) failure during C2 compilation
f243173a188 : 8236721: C2 should better optimize not-equal integer comparisons
e4aa87b8168 : 8230591: AArch64: Missing intrinsics for Math.ceil, floor, rint
b63b9a2edb9 : 8237182: Update copyright header for shenandoah and epsilon files
ddcac6f0663 : 8236682: Javac generates a redundant FieldRef constant for record fields
796f3ba8bea : 8232419: Improve Registry registration
833a3897dce : 8225603: Enhancement for big integers
14c0c19539d : 8224549: Less Blocking Array Queues
d7136cd430f : 8224541: Better mapping of serial ENUMs
e4f4e8eda1c : 8233250: Better X11 rendering
f711ce40ba6 : 8234841: Enhance buffering of byte buffers
f476138133f : 8235691: Enhance TLS connectivity
8e5af26326a : 8234825: Better Headings for HTTP Servers
2309ac529c3 : 8235274: Enhance typing of methods
4df99aa7aea : 8226346: Build better binary builders
0a73d5b7b1b : 8233410: Better Build Scripting
c182379f32d : 8234027: Better JCEKS key support
ad098130356 : 8233245: More adaptive sockets
2ea157fee1b : 8227467: Better class method invocations
72c7b49b0af : 8234408: Improve TLS session handling
3dd1fd29643 : 8223904: Improve Nashorn matching
3bbc499f06d : 8227542: Manifest improved jar headers
0e4b718a252 : 8223898: Forward references to Nashorn
740e70ba173 : 8232581: Improve TLS verification
34e36a8c018 : 8233002: Further enhance datagram socket support
c5f884c6d1e : 8231780: Better TLS messaging support
e6304dcaad0 : 8232424: More constrained algorithms
6c16f55fde1 : 8231785: Improved socket permissions
7eadf5b372a : 8220465: Use shadow regions for faster ParallelGC full GCs
026eac269c0 : 8235435: Remove (obsolete) @author info from javadoc source and tests
fd8832f726d : 8229994: assert(false) failed: Bad graph detected in get_early_ctrl_for_expensive
70c62f537cb : 8235341: Improve WorkerDataArray API to disallow separate instantiation of sub-items
02dad379eef : 8235346: [Redo] 8235247: WorkerDataArray leaks C heap memory for associated work items
5decc88da48 : 8228448: Jconsole can't connect to itself
f8caabaac7b : 8235456: Minimal VM is broken after JDK-8212160
30559e64311 : 8233948: AArch64: Incorrect mapping between OptoReg and VMReg for high 64 bits of Vector Register
81ec9e30877 : 8235369: Class.toGenericString need to be updated for records
df308ac680a : 8224630: ElementScannerN, N > 9 should scan type parameters
8846a8043d1 : 8212160: JVMTI agent crashes with "assert(_value != 0LL) failed: resolving NULL _value"
5cbabecd3bc : 8235433: Problem list JdwpListenTest.java and JdwpAttachTest.java on Windows
730d0ecf197 : 8222756: Plural support in CompactNumberFormat
3000f212f22 : 8235413: com.sun.net.httpserver.BasicAuthenticator.charset is protected field
264573c9ce7 : 8212780: Packaging Tool Implementation
73676cff724 : 8235360: Update JDWP, JDI and Instrumentation specs for Record attribute
945c8d555b0 : 8232681: ArrayIndexOutOfBoundsException with text blocks in javac when using -Xlint
c023983c7f7 : 8235250: Create (test) abstraction for allocating objects that is immune to removal by optimizations
979cd452ab3 : 8234391: C2: Generic vector operands
f33e2e9c54b : Added tag jdk-14+26 for changeset 288777cf0702
d4c0619b3bd : 8233016: javax.crypto.Cipher throws NPE for the given custom CipherSpi and Provider
ab280fcac46 : 8234267: DelegationPermission implementation doesn't completely follow the updated specification
9c4adc66c7b : 8234906: [TESTBUG] TestDivZeroCheckControl fails for client VMs due to Unrecognized VM option LoopUnrollLimit
06257b3f1d3 : 8234288: Turkey Time Zone returns incorrect time zone name
e8c10bc9cd0 : 8235288: AVX 512 instructions inadvertently used on Xeon for small vector width operations
8b029e21a29 : 8235356: [TESTBUG] Disable 'producer is alive' check in JFR TestCrossProcessStreaming
827e5e32264 : 8225054: Compiler implementation for records 8225052: javax.lang.model support for records 8225053: Preview APIs support for records 8225055: Javadoc for records 8226314: com.sun.source support for records 8227113: Specification for java.lang.Record 8233526: JVM support for records
0a375cfa2da : 8235355: Shenandoah: Resolve deadlock between OOM handler and nmethod lock
d713fb8aa23 : 8234060: Potential memory reordering problem in JfrBuffer flush mechanism
ce9ff0924f4 : 8235179: [TESTBUG] DynamicArchiveRelocationTest.java fails with 'runtime archive relocation start' missing
61cdeba65e7 : 8235337: Shenandoah: Fix evac OOM scoping for concurrent class unloading
5845912fdbf : 8235273: nmethodLocker not needed for COMPILED_METHOD_UNLOAD events
a445b66e58a : 8233527: Update Lookup::hasPrivateAccess and Lookup::defineClass spec w.r.t. full power lookup
72f42efcd95 : 8235347: [Backout] 8235247: WorkerDataArray leaks C heap memory for associated work items
e7d68cd13b2 : 8235193: (dc) Remove JNI overhead from DatagramChannel.send implementation
386b387ef2a : 8234355: Buffer overflow in jcmd GC.class_stats due to too many classes
1a4d4ff1d83 : 8235247: WorkerDataArray leaks C heap memory for associated work items
14391e8046d : 8234397: add OS uptime information to os::print_os_info output
f67111067e8 : 8234696: tools/jlink/plugins/VendorInfoPluginsTest.java times out
b31e91cd8d5 : 8234742: Improve handshake logging
c0ea1e647e1 : 8235257: Split 'assert(loader != NULL && oopDesc::is_oop(loader), "loader must be oop")'
e230c1ce5df : 8235325: build failure on Linux after 8235243
07be23513b0 : 8234922: No compilation error reported not reported for a binding variable when loop broken with label
f26bdf84769 : 8234899: Compiler reports AssertionError for conditional operator ? : and pattern matching for instanceof
fb830f6a533 : 8235243: handle VS2017 15.9 and VS2019 in abstract_vm_version
ddb989de3dd : 8234791: Fix Client VM build for x86_64 and AArch64
b0812b2802e : 8234616: assert(0 <= i && i < _len) failed: illegal index in PhaseMacroExpand::expand_macro_nodes()
503a960e7d8 : 8129092: compiler/intrinsics/classcast/NullCheckDroppingsTest.java testVarClassCast() can fail
b1c42a1d469 : 8235221: Fix ProblemList.txt for sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java
96a8b9796db : 8235263: Revert TLS 1.3 change that wrapped IOExceptions
577e87e5b27 : 8234779: Provide idiom for declaring classes noncopyable
3e0a5245473 : 8235260: Shenandoah: Don't allow recycle-assist until concurrent roots are done
e70386f23ad : 8213415: BitMap::word_index_round_up overflow problems
7204086e7e4 : 8235280: UnProblemList vmTestbase/nsk/jvmti/GetThreadState/thrstat001/TestDescription.java
a6daef527ed : 8234923: Missed call_site_target nmethod dependency for non-fully initialized ConstantCallSite instance
c7bc0f7a12d : 8231430: C2: Memory stomp in max_array_length() for T_ILLEGAL type
22ea33cf7a8 : 8234662: Sweeper should keep current nmethod alive before yielding for ICStub refills
03521f465cf : 8234426: Sweeper should not CompiledIC::set_to_clean with ICStubs for is_unloading() nmethods
3cb74bd7ee9 : 8235255: ProblemList javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java
21e03e71aa3 : 8234796: Refactor Handshake::execute to take a more complex type than ThreadClosure
095d77acf03 : 8234964: failure_handler: gather more environment information on Windows, Solaris and Linux
f91513a7b0b : 8234656: Improve granularity of verifier logging
5e758d2368b : 8234543: ZGC: Parallel pre-touch
234f326d79f : 8233116: Escape Sequences For Line Continuation and White Space (Preview)
7afaaf1229b : 8234824: java/nio/channels/SocketChannel/AdaptSocket.java fails on Windows 10
a2fad13ce29 : 8234823: java/net/Socket/Timeouts.java testcase testTimedConnect2() fails on Windows 10
6864634fb1d : 8216041: [Event Request] - Deoptimization
fec6f8a1e42 : 8234741: enhance os::get_core_path on macOS
6ba58f76335 : 8233299: Implementation: JEP 365: ZGC on Windows
802580b236f : 8234822: Limit ZGC jtreg-support to Windows 2019 Server
aff41433b6c : 8234617: C1: Incorrect result of field load due to missing narrowing conversion
c10f731b11f : 8235218: Minimal VM is broken after JDK-8173361
bc19b64856b : 8234744: KeyStore.store can write wrong type of file
50714b0fb9f : 8235183: Remove the "HACK CODE" in comment
ff2f628e339 : 8223252: Update Javadoc help page with new search features
13569d67de3 : 8233799: Review the need for overview.html in the java.time package
d1d57d94463 : 8173658: JvmtiExport::post_class_unload() is broken for non-JavaThread initiators
b1d915ef80e : 8173361: various crashes in JvmtiExport::post_compiled_method_load
67e0f3b4901 : 8234587: Rename the SurvRateGroup class to G1SurvRateGroup
62aa051aa92 : 8234586: Rename survRateGroup.?pp files to g1SurvRateGroup.?pp
5182f694edf : 8234179: Move HeapRegion::_recorded_rs_length/_predicted_elapsed_time_ms into G1CollectionSet
eaca9f88468 : 8234574: Rename prediction methods in G1Analytics
c0d5a70efb9 : 8231579: G1's incremental calculation of region elapsed time always uses the same age group for prediction
1534ccfa14a : 8233588: Clean up SurvRateGroup
6246b6cc336 : 8233919: Incrementally calculate the occupied cards in a heap region remembered set
c41e9803201 : 8234078: Missing license headers in a few javac files
ed97c87088b : 8233524: Wrong module name for \"package P is declared in the unnamed module, but module M does not read it\"
55f3fd95e61 : 8234149: Several regression tests do not dispose Frame at end
cd589d84696 : 8234147: Avoid looking up standard charsets in core libraries
4e64af81a2e : 8234541: C1 emits an empty message when it inlines successfully
f3e90595aad : 8234805: (dc) Remove JNI upcall from DatagramChannel.receive implementation
b08944dd96f : 8230385: [cds] No message is logged when shared image cannot be used due to mismatched configuration
b3ea4168248 : 8234671: JFR api/consumer/recordingstream/TestStart.java failed due to timeout at testStartTwice()
7b02e24b65d : 8232828: AArch64: compiler/c2/aarch64/TestVolatilesG1.java fails after JDK-8225776
3d7d54b1457 : 8234086: VM operation can be simplified
6230791e9ef : 8234520: ZGC: C2: Oop instance cloning causing skipped compiles
673c732a333 : 8234821: remove unused functions from libjli
4f0cc5ab4a5 : 8233998: New young regions registered too early in collection set
257c3930f93 : 8227434: G1 predictions may over/underflow with high variance input
5bcd7946460 : 8227739: Merge cost predictions for scanning cards and log buffer entries
4fbd6f7a32f : 8234893: ARM32: build failure after JDK-8234387
02f2c5ff954 : 8234625: hs test serviceability/sa/ClhsdbCDSCore.java fails on macOS 10.15
b03ba9e3003 : 8234723: javax/net/ssl/TLS tests support TLSv1.3
ec168348451 : 8234724: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java supports TLSv1.3
17c2f4808a1 : 8233223: Add Amazon Root CA certificates
55da7d34c93 : 8233307: MulticastSocket getOption(IP_MULTICAST_IF) returns interface when not set
558aadf6081 : 8232594: Make the output of the JFR command duration more user friendly
e00ded00f0b : 8233185: HttpServer.stop() blocks indefinitely when called on dispatch thread
f0f09579349 : 8234888: EventStream::close doesn't abort streaming thread
09d0150f6e9 : 8234583: PrintAssemblyOptions isn't passed to hsdis library
620d67763d4 : 8234894: [TESTBUG] TestEliminateLocksOffCrash fails for client VMs due to Unrecognized VM option EliminateLocks
0ee193c7058 : 8210058: Algorithmic Italic font leans opposite angle in Printing
02bbbb41857 : 8234786: Fix for JDK-8214578 breaks OS X 10.12 compatibility
a5f4fa710f7 : 8230235: Rendering HTML with empty img attribute and documentBaseKey cause Exception
5c2f5131991 : 8234769: Duplicate attribution in freetype.md
e14102a00e6 : 8227324: Upgrade to freetype 2.10.1
b690482e646 : 8193544: Regression automated test '/open/test/jdk/javax/swing/JDialog/Transparency/TransparencyTest.java' fails
51837b8a13d : 8233696: [TESTBUG]Some jtreg tests fail when CAPS_LOCK is ON
94116efd0c3 : 8234385: [TESTBUG] java/awt/EventQueue/6980209/bug6980209.java fails in linux nightly
5cd94396956 : 8190763: Class cast exception on (CompoundEdit) UndoableEditEvent.getEdit()
d2c63eec97e : 8234332: [TESTBUG] java/awt/Focus/DisposedWindow/DisposeDialogNotActivateOwnerTest/DisposeDialogNotActivateOwnerTest.java fails on linux-x64 nightly
0d30eb4fa9c : 8233707: systemScale.cpp could not compile with VS2019
8534e920b1d : 8234381: API docs should mention special handling of enums in serialization
d5b423d17cf : 8234377: new BitArray(0).toString() throws ArrayIndexOutOfBoundsException
f4a087036a7 : 8233497: Optimize default method generation by data structure reuse
9611320f692 : 8232533: G1 uses only a single thread for pretouching the java heap
469cb2b3343 : 8233272: The Class.forName specification should be updated to match the long-standing implementation with respect to class linking
227d57e5482 : 8234323: NULL-check return value of SurfaceData_InitOps on macosx
8aafb0e12ca : 8234321: Call cache flush after generating trampoline
e665037932c : 8234499: [Graal] compiler/compilercontrol/CompilationModeHighOnlyTest.java test fails with timeout
f8f03a23905 : Added tag jdk-14+24 for changeset 438337c846fb
1d41e867628 : 8147017: Platform.isGraal should be removed
2f1db3201da : 8234358: Update ProblemList entry for NashornPopFrameTest
877e2698954 : 8234184: [TESTBUG] java/awt/Mouse/EnterExitEvents/ModalDialogEnterExitEventsTest.java fails in Windows
6a99789fd58 : 8231954: Test compiler/codegen/TestCharVect2.java only works with server VMs
745feb207ce : 8233922: Service binding augments module graph with observable incubator modules
ec51784c0d2 : 8215355: Object monitor deadlock with no threads holding the monitor (using jemalloc 5.1)
776522a3553 : 8220074: Clean up GCC 8.3 errors in LittleCMS
d7170782b5c : 8233462: serviceability/tmtools/jstat tests times out with -Xcomp
d27bcbec061 : 8234304: runtime/cds/appcds/javaldr tests should use driver mode
b3860fd4dae : 8234324: ARM32 build broken after 8231610
03763ec090e : 8233193: Incorrect bailout from possibly_add_compiler_threads
be18a54cb18 : 8233141: DatagramSocket.send doesn't specify exception thrown when no target address
91b7fd7659d : 8233787: Break cycle in vm_version* includes
5e7123d669d : 8234248: More VectorSet cleanups
9f2d6b8d2c3 : 8234107: Several AWT modal dialog tests failing on Linux after JDK-8231991
d2c74d0c979 : 8232433: [macos 10.15] java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java may fail
456fd9003e1 : 8233634: [TESTBUG] Swing text test bug4278839.java fails on macos
4a5b745acc0 : 8233986: ProblemList javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java for windows-x64
194c2726ea6 : 8231991: Mouse wheel change focus on awt/swing windows
a1e0fe458c5 : 8233910: java/awt/ColorClass/AlphaColorTest.java is failing intermittently in nightly lnux-x64 system
0e5a288dfe0 : 8233404: System property to set the number of PBE iterations in JCEKS keystores
8e709f03bba : 8234512: Missing pieces from JDK-8224816
b10495d436f : 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
13ce4cdf2a4 : 8234438: Remove some CMS leftovers
08822b4e052 : 8234437: Remove CollectedHeap::safe_object_iterate()
097ca3b94f0 : 8234383: Test TestBiasedLockRevocationEvents.java assumes -XX:UseBiasedLocking is enabled
5cb6271830b : 8234382: Test tools/javac/processing/model/testgetallmembers/Main.java using too small heap
80ef9d579c5 : 8234361: ZGC: Move heuristics code in ZWorker to ZHeuristics
544ce96a548 : 8234338: ZGC: Improve small heap usage
3cb52969a2a : 8234312: ZGC: Adjust warmup criteria
6744eb2b54d : 8234379: ZGC: Do not resize TALBs unless -XX:ResizeTLAB is enabled
7e42642939c : 8231259: (dc) DatagramChannel::disconnect re-binds socket to the wildcard address (macOS)
62d6862485b : 8231460: Performance issue (CodeHeap) with large free blocks
1a11e81c5b2 : 8230873: [AIX] GUI app does not work with UTF-8 locale on minimum software requirements
22bcd1677c0 : 8233113: ARM32: assert on UnsafeJlong mutex rank check
a71509ce0dd : 8233833: ProblemList java/awt/Frame/FrameLocation/FrameLocation.java for linux-x64
df7d0d404b2 : 8233657: Intermittent NPE in Component.validate()
0b0a33e4c1a : 8214578: [macos] Problem with backslashes on macOS/JIS keyboard: Java ignores system settings
753c58b7f55 : 8233712: Limit default tests jobs based on ulimit -u setting
38f32415137 : 8233219: NMT output on AIX misses some categories
e9e1948cfbb : 8234274: [BACKOUT] JDK-8204128 NMT might report incorrect numbers for Compiler area
5968ac44bba : 8234272: ProblemList runtime/NMT/HugeArenaTracking.java
733bb68c116 : 8214904: Test8004741.java failed due to "Too few ThreadDeath hits; expected at least 6 but saw only 5"
7e2ec3bdc39 : 8233280: Remove GCLockerInvokesConcurrent
8ef0007ada0 : 8234208: Logging reports zero total refined cards under "Before GC RS summary"
5f19f8c823c : 8204128: NMT might report incorrect numbers for Compiler area
a6fd1b4c4ba : 8234011: (zipfs) Memory leak in ZipFileSystem.releaseDeflater()
8211feee76e : 8234232: [TESTBUG] gc/shenandoah/jvmti/TestHeapDump.java fails with -Xcomp
25d178f4777 : 8234245: sun/security/lib/cacerts/VerifyCACerts.java fails due to wrong checksum
1d0704211ae : 8234188: AIX build broken after 8220310
d1ebadb966f : 8232019: Add LuxTrust certificate updates to the existing root program
697a87460d4 : 8233549: Thread interrupted state must only be accessed when not in a safepoint-safe state
c0d097eac66 : 8214024: Remove the default keytool -keyalg value
ddc8f8e7579 : 8233888: jdk.vm.ci.hotspot.test.VirtualObjectLayoutTest.testFormat(): Unexpected error verifying
327521aae02 : 8233912: aarch64: minor improvements of atomic operations
55cef3c4e03 : 8234196: [TESTBUG] DynamicArchiveRelocationTest.java missing "ArchiveRelocationMode == 1 ...."
fddefba1751 : 8234127: BasicHashtable does not support small table_size
368b6b5a2d0 : 8234183: [TESTBUG] tools/javac/api/TestModuleUnnamedPackage.java fails to compile
609bd952091 : 8233841: Update Graal
51abc89ab6e : 8232244: [TESTBUG] Incorrect comment in TestClassUnloadEvent.java
78accb56022 : 8233989: Create an IPv4 version of java/net/MulticastSocket/SetLoopbackMode.java
11433529aa4 : 8233860: AfterClose.java test incorrectly handles IP_MULTICAST_IF
cef999178cf : 8233686: XML transformer uses excessive amount of memory
f2e8dc42e2d : 8146298: (dc spec) connect and disconnect methods should specify that they may block
4110efa386e : 8234080: jdk/nio/zipfs/CRCWriteTest.java fails
6f1f6753244 : 8234003: Improve IndexSet iteration
be223c62fcd : 8233920: MethodHandles::tryFinally generates illegal bytecode for long/double return type
538843632d0 : 8234133: VM build broken due to memory/archiveUtils.inline.hpp
17f8254b43b : Added tag jdk-14+23 for changeset 15936b142f86
5678f98a9e5 : 8231610: Relocate the CDS archive if it cannot be mapped to the requested address
cdba5358533 : 8234130: Zero VM build broken after JDK-8233913
c64756158f2 : 8233096: Update javax.lang.model for switch expressions
19bed24b1fe : 8232588: G1 concurrent System.gc can return early or late 8233279: G1: GCLocker GC with +GCLockerInvokesConcurrent spins while cycle in progress
9ad86a68ccd : 8231915: two JDI tests interfere with each other
111a0ae5fb1 : 8231635: SA Stackwalking code stuck in BasicTypeDataBase.findDynamicTypeForAddress()
298ac1ef9e7 : 8226795: compiler/tiered/Level2RecompilationTest.java fails when XX:TieredStopAtLevel=1/2/3 is set
a21dd0b86b3 : 8225756: [testbug] compiler/loopstripmining/CheckLoopStripMining.java sets too short a SafepointTimeoutDelay
46c3d43f831 : 8220312: Implementation: NUMA-Aware Memory Allocation for G1, Logging (3/3)
eaa6355cb03 : 8220311: Implementation: NUMA-Aware Memory Allocation for G1, Survivor (2/3)
52116d808c0 : 8220310: Implementation: NUMA-Aware Memory Allocation for G1, Mutator (1/3)
b1715940726 : 8214483: Remove algorithms that use MD5 or DES from security requirements
71a86af40ec : 8234025: Elements.getPackageElement(ModuleElement,CharSequence) returns null for unnamed package
14ca254fbe8 : 8234079: ZipFileInputStreamSkipTest.java runs zero test
ed21b56269a : 8233913: Remove implicit conversion from Method* to methodHandle
25d3cf9216b : 8233731: repeated typo "fro" for "for"
1fc67ab0022 : 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
b8b88853a51 : 8214239: Missing x86_64.ad patterns for clearing and setting long vector bits
007a0fb2321 : 8231084: Large performance regression in SwingMark TextArea in 14-b13 8231336: Corrupted option dialog in JTHarness with JDK14b13
5686851c12e : 8229935: [TEST_BUG]: bug8132119.java inconsistently positions text
a64da3d9d58 : 8233649: Update ProblemList.txt to exclude failing headful tests on macos
be74f1cc96f : 8233583: ProblemList javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java & ShapedPerPixelTranslucentGradient.java failing incosistently in linux-x64
bc8822095f5 : 8233422: Extra space in the title of the HTML javadoc page
17214760389 : 8232734: [TESTBUG] avoid using JDK symbols in ExtraSymbols.symbols.txt
3561b4ed50a : 8233091: Backout JDK-8212117: Class.forName loads a class but not linked if class is not initialized
691e75e223d : 8233519: Put java/nio/channels/DatagramChannel/Unref.java on the problem list
05307243c08 : 8233520: Shenandoah: do not sleep when thread is attaching
55759cbbff5 : 8233291: [TESTBUG] tools/jlink/plugins/VendorInfoPluginsTest.java fails with debug or non-server VMs
00426d6cb0c : 8233097: Fontmetrics for large Fonts has zero width
429237410f6 : 8232984: Upgrading Joni License version to 2.1.16
2e72b249eed : 8233285: Demangling C++ symbols in jhsdb jstack --mixed
a7023d7c885 : 8232973: Potential infinite loop in macOS hotspot agent
460f7e3502c : 8232951: TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found
2dbe87fc452 : 8233383: Various minor fixes
66195e8a71e : 8233381: Update copyright year in build system files
9f6af13f9d9 : 8232367: Update the jdk/java/net/httpclient tests to RS TCK 1.0.3
7a006b36087 : 8230847: Trees.getScope may crash when invoked for statement inside switch
0f2aedc3363 : 8233466: aarch64: remove unnecessary load of mdo when profiling return and parameters type
a4a351caad1 : 8234807: [TESTBUG] LoopRotateBadNodeBudget fails for client VMs due to Unrecognized VM option PartialPeelNewPhiDelta
d6f414a1f78 : 8223196: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java fails on Solaris SPARC
2077bdfa8cb : 8234645: ARM32: C1: PatchingStub for field access: not enough bytes
2efe5f0ea1a : 8234891: AArch64: Fix build failure after JDK-8234387
f97eccfdc9c : 8234725: sun/security/ssl/SSLContextImpl tests support TLSv1.3
e3610db9f9d : Added tag jdk-14+25 for changeset 17d242844fc9
cd55d90507e : 8232446: logging enhancement for rmi when socket closed
b9c7a608d2b : 8233018: Add a new test to verify that DatagramSocket is not interruptible
aa66dd422f9 : 8234799: javadoc of java.util.Arrays.compare(T[] a, T[] b) misses the word "less"
deb0c481e73 : 8234917: Explicitly discuss java.lang.Enum in Class.isEnum spec
0a5505f7e9f : 8228720: Shenandoah: Implementation of concurrent class unloading
6cd20759b69 : 8234781: Update description of InvalidClassException to include more conditions
725449932b2 : 8223378: CSS solution for navbar problem with <a> elements is not ideal
4266daf9c9e : 8141637: Parallelize single threaded heap region iteration during Pre Evacuate Collection Set
53263049c9a : 8234897: 8234748: Clean up atomic and orderAccess includes - part 2
f054a79881c : 8220376: C2: Int >0 not recognized as !=0 for div by 0 check
161333eeba1 : 8234748: Clean up atomic and orderAccess includes
198beefccbd : 8233301: Implementation of JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination
70671882dda : 8234525: enable link-time section-gc for linux s390x to remove unused code
ddb79549469 : 8233870: JFR TestSetEndTime.java times out - onClose() is never called
71ec3b6947f : 8234613: JavaThread can escape back to Java from an ongoing handshake
476973c47bb : 8234768: Shenandoah: Streamline enqueueing runtime barriers
63b2ab296ff : 8234270: [REDO] JDK-8204128 NMT might report incorrect numbers for Compiler area
bdd67c46f36 : 8234809: set relro in linker flags when building with gcc
229e0d16313 : 8231826: Implement javac changes for pattern matching for instanceof
d5c759accb2 : 8234798: Build failure after atomic changes in JDK-8234563
0830eaa3984 : 8234619: ZGC: gc/z/TestSmallHeap.java failure with Out Of Memory
05ca3218d9d : 8234729: Javac should eagerly change code generation for method references to avert IllegalAccessError in future
5df8729406f : 8221372: Test vmTestbase/nsk/jvmti/GetThreadState/thrstat001/TestDescription.java times out
4d86094783c : 8179320: File.getUsableSpace() returns a negative number on very large file system
0ba7b4b9077 : 8234681: Remove UseJVMCIClassLoader logic from JVMCI code
b5f034ad443 : 8234684: JFR crashes when rotating the JFR output during assertion failure
f81c192da92 : 8234359: [JVMCI] invalidate_nmethod_mirror shouldn't use a phantom reference
096bacb9ea7 : 8233197: Invert JvmtiExport::post_vm_initialized() and Jfr:on_vm_start() start-up order for correct option parsing
1b3fd96d2ab : 8234531: Remove CMS code from CLDG and safepoint cleanup
b468726bdc4 : 8234602: ZGC: Windows compile error in ZHeuristic
e36fa7783ff : 8234009: ZGC: Move resurrection unblock to before the _unload.purge() call
265e2f13aa9 : 8234010: ZGC: Change ZResurrection to use Atomic::load/store
0ad50c2b5c5 : 8234740: Harmonize parameter order in Atomic - cmpxchg
3d426623bfb : 8234739: Harmonize parameter order in Atomic - xchg
213af1161ac : 8234738: Harmonize parameter order in Atomic - sub
d45ec50076d : 8234737: Harmonize parameter order in Atomic - add
8db2c1158e2 : 8234736: Harmonize parameter order in Atomic - store
e527ce4b57a : 8234562: Move OrderAccess::release_store*/load_acquire to Atomic
e06c17ce337 : 8234703: JFR TestOutOfProcessMigration.java should clean up files
1d2c12c5a6a : 8234573: ZGC: Enable ZVerifyMarking by default in debug builds
cebc2be1cb9 : 8234433: TestUnloadEventClassCount fails with "assert(SafepointSynchronize::is_at_safepoint()) failed: invariant"
6eedae02a78 : 8234629: remove unused functions from libnet
f4fced0e242 : 8234509: Race in macOS os::processor_id()
48615b4ca9d : 8233029: Obsolete flag GCTaskTimeStampEntries
78995ebe68d : 8233232: AArch64: Shenandoah: jni_fast_GetLongField is broken
4fcd28bf544 : 8233303: Shenandoah: verifier assert erroneously uses byte_size_in_exact_unit
843fe9eb03e : Added tag jdk-14+21 for changeset c16ac7a2eba4
2c77ae1ca5e : 8233266: Remove unnecessary fence in restore_unshareable_info
f14e3a60b26 : 8232950: SUNPKCS11 Provider incorrectly check key length for PSS Signatures
3cc7b5babeb : 8231451: ZipFileInputStream::skip handling of negative values with STORED entries
8addc1418ac : 8226511: Implement JFR Event Streaming
061b0a66370 : 8233159: Method::result_type should use calculated value in constMethod
a65c0d7afe0 : 8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java
da61b865b47 : 8233078: fix minimal VM build on Linux ppc64(le)
a9952bb5d9f : 8229815: Upgrade Jline to 3.12.1
a66829bc89c : 8231950: keytool -ext camel-case shorthand not working
1d50b2761cb : 8229516: Thread.isInterrupted() always returns false after thread termination
fd077ea9ae4 : 8233430: (sc) Socket adaptor restoring of blocking mode can override exception if socket closed
db4909bf997 : 8232673: (dc) DatagramChannel socket adaptor issues
5dafc279a7c : 8233359: Add global sized operator delete definitions
2cea148cdf3 : 8162520: (fs) FileStore should support file stores with > Long.MAX_VALUE capacity
012dffcd27a : 8231632: HttpURLConnection::usingProxy could specify that it may lazily evaluate the fact
9c7e4bcf594 : 8233363: Clarify the DumpSharedSpaces condition in InstanceKlass::verify_on
83dda95d7f6 : 8227003: Add high-level JIT compilation mode control mechanism
f29d1d172b8 : 8231026: Miscellaneous changes imported from jsr166 CVS 2019-11
dc7d30d08ea : 8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once
b56749537d4 : 8233387: Shenandoah: passive mode should disable pacing ergonomically
026e83632dd : 8233386: Initialize NULL fields for unused decorations
dae8d44447d : 8232980: Cleanup initialization of function pointers into java.base from classloader.cpp
6df28153fd7 : 8230019: [REDO] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
c7acea028c2 : 8232724: Remove indirection with calling JNU_NewStringPlatform
c786ef34181 : 8233165: Shenandoah:SBSA::gen_load_reference_barrier_stub() should use pointer register for address on aarch64
ec56d9aaf01 : 8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl
5c506779b2f : 8233035: Update JVMCI
f9f141b6abe : 8233137: runtime/ErrorHandling/VeryEarlyAssertTest.java fails after 8232080
5b0fbb25602 : 8173975: Lookup::in should not allow target class be primitive or array class
0b33bc16178 : 8232748: Build static versions of certain JDK libraries
4095f60323e : 8231766: Files.copy and Files.move do not honor requested compression method when copying or moving within the same zip file
dbbd17b4973 : 8233075: JFR - nmetods - misspelled in several places
66a4fd2b796 : 8232864: Classes generated at link time by GenerateJLIClassesPlugin are not reproducible
d83df45396d : 8232080: jlink plugins for vendor information and run-time options
72b3f81dd48 : 8230400: Missing constant pool entry for a method in stacktrace
026a05d0c60 : 8231365: ServicePermission::equals doesn't comply to the spec 8231196: DelegationPermission allows to create an instance that thows NPE on ::equals call
055a49a2666 : 8228969: 2019-09-28 public suffix list update
26da13e59c2 : 8086003: Test fails on OSX with java.lang.RuntimeException 'Narrow klass base: 0x0000000000000000, Narrow klass shift: 3' missing
127c4a4e1b7 : 8231273: Upgrade CLDR to v36
f3c76c47426 : 8232879: Writing out data with the Zip File System leads to a CRC failure
25d6a33eb54 : 8232118: Add JVM option to enable JVMCI compilers in product mode
f906a432e9f : 8232992: Shenandoah: Implement self-fixing interpreter LRB
eedc99c9ab2 : 8232890: Remove bad Code attribute parsing code
7d0e14178d0 : 8232200: [macos 10.15] Windows in fullscreen tests jumps around the screen
0f2b9390ffd : 8232154: Update Mesa 3-D Headers to version 19.2.1
30a4739efa9 : 8226892: ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
5e9b8129381 : 8175984: ICC_Profile has un-needed, not-empty finalize method
6de547452c2 : 8213119: [macos] java/awt/GraphicsDevice/CheckDisplayModes.java fails
902858e3ceb : 8231565: More node budget asserts in fuzzed tests
5e549ca805c : 8232604: ZGC: Make ZVerifyViews mapping and unmapping precise
ecb66d2c55b : 8232650: ZGC: Add initialization hooks for OS specific code
cc72a06c3bd : 8232651: Add implementation of os::processor_id() for Windows
17a041119ff : 8232649: ZGC: Add callbacks to ZMemoryManager
8df718fa820 : 8232648: ZGC: Move ATTRIBUTE_ALIGNED to the front of declarations
06a479f965d : 8232602: ZGC: Make ZGranuleMap ZAddress agnostic
acf447e49e5 : 8232601: ZGC: Parameterize the ZGranuleMap table size
0290476112f : 8212132: (dc) Remove DatagramChannelImpl finalize method
a2844b54e13 : 8233027: OopMapSet::all_do does oms.next() twice during iteration
d8c73de1dfa : 8225464: Obsolete TraceNMethodInstalls flag
3c1310a60aa : 8231570: (dc) Clarify implicit bind behavior of DatagramChannel
8e546a3fe01 : 8233021: Shenandoah: SBSC2::is_shenandoah_lrb_call should match all LRB shapes
db24eb1e6a0 : 8233000: Mark vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize test as stress test
ba9ce48bd8f : 8232776: G1 should always take rs_length_diff into account when predicting rs_lengths
9ae0d5f81f2 : 8232777: Rename G1Policy::_max_rs_length as it is no maximum
e4a6d80db2b : 8232779: G1 current collection parallel time does not include optional evacuation
be6a893e1fa : 8232083: Minimal VM is broken after JDK-8231586
c87a6fc0b32 : 8232922: Add java/math/BigInteger/largeMemory/SymmetricRangeTests.java to ProblemList-Xcomp
e15849a0f8e : 8232904: Update JVMCI
cd4d0bc498c : 8227317: [TESTBUG] jdk docker/TestDockerMemoryMetrics.java fails on systems w/o kernel memory accounting
05015118259 : 8166275: vm/mlvm/meth/stress/compiler/deoptimize keeps timeouting
a0f8febb8b9 : 8230318: Better trust store usage
0a5f074a770 : 8230459: Test failed to resume JVMCI CompilerThread
9dd7038c43d : 8231841: AArch64: debug.cpp help() is missing an AArch64 line for pns
9f91b8dde2b : 8233958: Memory retention due to HttpsURLConnection finalizer that serves no purpose
7ba4fc47225 : 8233656: assert(d->is_CFG() && n->is_CFG()) failed: must have CFG nodes
a05b6ae866e : 8233785: Incorrect JDK version is reported in hs_err log
0c1f972f4a4 : 8233961: Problem list tools/jlink/JLinkReproducibleTest.java for windows-all
9803a8dcb21 : 8232860: Error formatting integer values with MessageFormat.format() using HOST provider
de54eb15130 : 8226297: Dual-pivot quicksort improvements
7dafe378d3b : 8233880: Support compilers with multi-digit major version numbers
857de6c9e8e : 8230661: ZGC: Stop reloading oops in load barriers
54572d621ab : 8233797: ZGC: Unify naming convention for functions using atomics
db15bf51742 : 8233061: ZGC: Enforce memory ordering in segmented bit maps
f13a0df720b : 8233940: Preview API tests for String methods should use ${jdk.version} as -source arg
171257ea1aa : 8233946: Add @since 13 annotation to KerberosPrincipal.KRB_NT_ENTERPRISE field
d8fa5af9a91 : 8233792: TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found (2)
7c242c709d4 : 8233820: Test crashed with assert(phi->operand_count() != 1 || phi->subst() != phi) failed: missed trivial simplification
d948bfd5840 : 8232853: AuthenticationFilter.Cache::remove may throw ConcurrentModificationException
e0f7b083763 : 8233941: adlc should not generate Pipeline_Use_Cycle_Mask::operator=
b2ce439b85a : 8233885: Test fails with assert(comp != __null) failed: Ensure we have a compiler
d7ae51cc26e : 8224817: Implementation of JEP 364: ZGC on macOS
8a8b35154b9 : 8233506: ZGC: the load for Reference.get() can be converted to a load for strong refs
8e859259bc4 : 8233884: Avoid looking up standard charsets in security libraries
301e0689356 : 8233900: [JVMCI] improve help text for EnableJVMCIProduct option
1833584f925 : 8233529: loopTransform.cpp:2984: Error: assert(p_f->Opcode() == Op_IfFalse) failed
29852ecd80f : 8232684: Make switch expressions final
f390c87d8d9 : 8231863: Crash if classpath is read from @argument file and the main gets option argument
a4c01b3c464 : 8233868: Unproblem list sun/tools/jstat/jstatClassloadOutput1.sh
b4d28f36fc8 : 8232735: Convert PrintJNIResolving to Unified Logging
6fa1bf99e22 : 8233918: 8233498 broke build on SPARC
bc116ded540 : 8231757: [ppc] Fix VerifyOops. Errors show since 8231058
123febeb989 : 8229733: TLS message handling improvements
7987b2fbae0 : 8231324: Shenandoah: avoid duplicated weak root works during final traversal
01a545b870b : 8232381: add result NULL-checking to freetypeScaler.c
75d143bcfc9 : 8232593: [TESTBUG] runtime/cds/CheckDefaultArchiveFile.java fails when cds is disabled
11fbd78f27a : 8232084: HotSpot build failed with GCC 9.2.1
0fcb58c5d58 : 8230869: [macos 10.15] The String "X Y Z" was not set to application's icon in the taskbar
3e02a34be92 : 8232370: Refactor some com.sun.jdi tests to enable IDE integration
f630646bafe : 8232573: Shenandoah: cleanup and add more logging for in-pause phases
86f50ba1ef1 : 8232534: Shenandoah: guard against reentrant ShenandoahHeapLock locking
2324892e0b7 : 8231999: Shenandoah: Traversal failed compiler/jsr292/CallSiteDepContextTest.java
bd96098ec2d : 8232448: Suppress warnings on non-serializable non-transient instance fields in jdk.jdi
68dbbf566d8 : 8213239: Configure cannot handle command overrides with arguments
86fdbc0f85d : 8232112: MDO extra_data_lock leaks during class unloading
8ca21069c6b : 8223558: Java does not render Myanmar script correctly
10b1e756e22 : 8225279: Better XRender interpolation
e4b73897adf : 8232225: Rework the fix for JDK-8071483
04e885b498d : 8232168: Fix non wide char canonicalization on Windows
cf43427ce94 : 8233273: Update Graal
3f93ec68ee1 : 8224159: JDWP IPv6 scope support
a3ee39cb81f : 8232921: assert(is_object_aligned(result)) failed: address not aligned
f5632e62b2f : 8227006: [linux] Runtime.availableProcessors execution time increased by factor of 100
7df849224be : 8231631: sun/net/ftp/FtpURLConnectionLeak.java fails intermittently with NPE
6d98a3bdd8e : 8205132: Degrade Thread.countStackFrames() to throw UOE
29f2d741732 : 8232806: Introduce a system property to disable eager lambda initialization
9efd3d7f20f : 8231415: Better signatures in XML
d8c6516c921 : 8218628: Add detailed message to NullPointerException describing what is null
6147018a0fa : 8223998: Missing MakeDir in ExecuteWithLog
6e08f8434cd : 8232162: Object reallocation in Deoptimization::fetch_unroll_info_helper should not depend on EliminateNestedLocks
600b3e7e376 : 8134599: TEST_BUG: java/rmi/transport/closeServerSocket/CloseServerSocket.java fails intermittently with Address already in use
2a43248dba3 : 8209824: Improve the code coverage for ThreadLocal
463d6e96401 : 8231859: Extra dash after the exception name in @throws clause of javadoc
60f7a499586 : Added tag jdk-14+19 for changeset 9b67dd88a931
98c9f8bdc7e : 8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent
49883054db3 : 8232357: Compare version info of Santuario to legal notice
a4e6e675530 : 8232207: Linux os::available_memory re-reads cgroup configuration on every invocation
638fe2b8337 : 8232211: Remove dead code from os.hpp|cpp
31afddccae9 : 8230407: SocketPermission and FilePermission action list allows leading comma
7e6ebde13c1 : 8232232: G1RemSetSummary::_rs_threads_vtimes is not initialized to zero
db097ae2018 : 8231754: [JVMCI] Make r27 unconditionally reserved in JVMCI
ecde34ee359 : 8231449: HttpClient’s client ssl certificate authentication seems to be broken
1c9dd15716c : 8232260: Remove g1 prefix in G1CollectedHeap::g1_hot_card_cache() getter
79c1634258e : 8232106: [x86] C2: SIGILL due to usage of SSSE3 instructions on processors which don't support it
0046f1ea4ff : 8229919: Support JNI Critical functions in object pinning API on x86_32 platforms
b5d427b0bc9 : 8232234: Suppress warnings on non-serializable non-transient instance fields in java.rmi
6b114467976 : 8232051: Epsilon should warn about Xms/Xmx/AlwaysPreTouch configuration
c1972ecd197 : 8232205: Shenandoah: missing "Update References" -> "Update Roots" tracing
406c2a9b00b : 8212749: DecimalFormat.setGroupingSize(int) allows setting negative grouping size 8231984: Clarify semantics of DecimalFormat.getGroupingSize(0)
b8c7a958591 : 8232147: Remove notproduct option IgnoreLockingAssertions
b2b054bea61 : 8223158: Docked MacBook cannot start any Java Swing applications
4b7bbaf5b00 : 8231584: Deadlock with ClassLoader.findLibrary and System.loadLibrary call
725da985e17 : 8230865: [TESTBUG] jdk/jfr/event/io/EvilInstrument.java fails at-run shell MakeJAR.sh target
d60ee287e1f : 8225435: Upgrade IANA Language Subtag Registry to the latest for JDK14
3af3b5de618 : 8232135: Add diagnostic output to test java/util/ProcessBuilder/Basic.java
942402bab8a : 8231427: Warning cleanup in tests of java.io.Serializable
c3b33c06318 : 8225654: rework vmTestbase/jit/graph
94365d3210f : 8232150: aarch64 build broken after JDK-8232050
81da9151280 : 8231659: [JVMCI] Could not work PrintAssembly for JVMCI installed code
a95a39a04e0 : 8232120: com/sun/jdi/InvokeTest fails with -Xcheck:jni: assert(k->is_instance_klass()) failed: cast to InstanceKlass
68c5b95b130 : 8231790: Provide better FileSystemProviders
be35f9ef537 : 8230967: Improve Registry support of clients
24a7ba0c619 : 8231422: Setting JEP 290 Filter via System Property May Be Ignored
7853270bc7e : 8231507: Update Apache Santuario (XML Signature) to version 2.1.4
0cdb4d19f32 : 8226897: Provide object age with JFR OldObjectSample event
edf902a3c94 : 8234432: AOT tests failing with 'used 'epsilon gc' is different from current 'g1 gc'' after CMS removal
4edbdd1cb35 : 8234622: [TESTBUG] ArchivedModuleCompareTest.java fails with -vmoptions:-Xlog:cds
2429c8a4849 : 8233446: Improve error handling when specified dynamic archive doesn't exist
af586a9cf2c : 8234429: appcds/dynamicArchive tests crashing with Graal
5f2ac35cd00 : 8087198: G1 card refinement: batching, sorting
6025207be87 : 8234687: change javap reporting on unknown attributes
60ae5d4262d : 8229209: [TESTBUG] test for cross-process JFR event streaming
34c43f791ea : 8233956: MethodHandles.dropArguments javadoc lists parameters in wrong order
0435ec1aaab : 8232170: FSInfo#getJarClassPath throws an exception not declared in its throws clause
ba7b8e9558b : 8231516: network QuickAckTest.java failed due to "SocketException: maximum number of DatagramSockets reached"
adf0d4eae8e : 8164993: (ch) ReadableByteChannel should note a possible IllegalArgumentException
8a5e087ed8b : 8233700: EventStream not closed
008bdefad41 : 8234544: ObjectSynchronizer::FastHashCode() cleanups from Async Monitor Deflation project
8333ea85fa8 : 8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP
0a1737ca971 : 8169467: GetLocalInstance returns JVMTI_ERROR_TYPE_MISMATCH (rather than JVMTI_ERROR_INVALID_SLOT) on static method
7d160282f21 : 8233597: Clean up code in G1Analytics::compute_pause_time_ratio
9915f886880 : 8233702: Introduce helper function to clamp value to range
79cfb94d365 : 8234000: Make HeapRegion::bottom/end/hrm_index const
3e492436fd2 : 8233997: Some members of HeapRegion are not cleared in HeapRegion::hr_clear()
d29dcafa509 : 8233306: Sort members in G1's HeapRegion after removal of Space dependency
70c5d41f28e : 8234339: replace JLI_StrTok in java_md_solinux.c
b240008ba20 : 8234089: (zipfs) Remove classes JarFileSystemProvider and JarFileSystem
3600213f1d9 : 8230611: infinite loop in LogOutputList::wait_until_no_readers()
5161ab9493c : 8233954: UnsatisfiedLinkError or NoSuchAlgorithmException after removing sunec.dll
8c6eb449469 : 8026393: jarsigner never shows a warning in badKeyUsage case
f83b2b3c5cb : 8233548: Update CUP to v0.11b
4e0ac78eedf : 8234290: compiler/c2/Test6857159.java times out and fail to clean up files
27807bc7683 : 8234051: doclet crashes if HTML files in module doc-files directories
1c5322b9980 : 8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
09cc9f2b184 : 8068184: Fix for JDK-8032832 caused a deadlock
6a7f7753474 : 8234083: DatagramSocket should report SO_BROADCAST as a supported option
76e5a32c52c : 8233847: (sctp) Flx link-local IPv6 scope handling and test cleanup
180ffe5e454 : 8232097: (sctp) SctpNet.init() results in java.lang.UnsatisfiedLinkError
262d5f17908 : 8232101: (sctp) Add minimal sanity tests for SCTP
7eaf8be1c76 : 8233845: (sctp) Relax assertion in sun.nio.ch.sctp.AssociationChange::association
a8a2246158b : 8234335: Remove line break in class declaration in java.base
e636c69e619 : 8234103: DatagramSocketImpl::socket is not needed
a0b8244416e : 8233801: GCMEmptyIv.java test fails on Solaris 11.4
9a4c25731ee : 8228609: G1 copy cost prediction uses used vs. actual copied byte
20a03807b83 : 8234501: remove obsolete NET_ReadV
2882b4c549e : 8232107: support ThreadPriorityPolicy flag on AIX
485f2e7f52f : 8232182: RedefineNestmateAttr/TestNestmateAttr.java failes due to ObjectCollectedException
4fb2bb554d0 : 8231988: Unexpected test result caused by C2 IdealLoopTree::do_remove_empty_loop
5b7d56fdb9f : 8232224: [TESTBUG] problemlist JFR TestLargeRootSet.java
7e3316e3be5 : 8231981: Refactor test definitions to split RT and SVC tests
35fb2da4255 : 8232165: Reduce allocations in ValueStack copying constructor
76d7e33569b : 8227231: JDWP help information shows use of obsolete Xdebug flag
67a89143dde : 8232176: Shenandoah: new assert in ShenandoahEvacuationTask is too strong
9de8d240ff5 : 8218543: ThreadsList handling during error reporting can crash
0dbfc97c052 : 8231717: Improve performance of charset decoding when charset is always compactable
4ad3d82c769 : 8232167: Visual Studio install found through --with-tools-dir value is discarded
d527c076c4b : 8232134: Change to Visual Studio 2017 15.9.16 for building on Windows at Oracle
32540b6fc36 : 8232133: Change to GCC 8.3 for building on Linux at Oracle
1a0e073932b : 8232116: ZGC: Remove redundant ZLock in ZNMethodTable
67ebe0d2747 : 8232046: AArch64 build failure after JDK-8225681
986f2bbf2c2 : 8231769: Test tools/javac/tree/MakeTypeTest.java fails with -Xcheck:jni
179aab2fe20 : 8232151: Minimal VM build broken after JDK-8232050
f3a9ad9290b : 8229810: [macos] NullPointerException getting bounds of GraphicsConfiguration
1ad5c5bfb7d : 8165056: move JIT Compiler related files from runtime/ to compiler/ directory
d2d6b6378e7 : 8231947: Shenandoah: cleanup ShenandoahHumongousMoves flag treatment
57fcedc33d7 : 8232102: Shenandoah: print everything in proper units
5a120f0967f : 8232071: Avoid shared dictionary lookup when the class name is not shared
dc66194e633 : 8231986: [SA] Consolidate parts of the Linux and MacOSX versions of ps_core.c
88d28a2bf9f : 8232050: Improve inlining of Klass accessors
9751b5669ac : 8231720: Some perf regressions after 8225653
f3815c85a11 : 8231139: Improved keystore support
7256d384581 : 8232045: cleanup AIX 5.3 workarounds from libnio/ch/Net.c
273a5277ee3 : 8231213: Migrate SimpleDateFormatConstTest to JDK Repo
183e2e119dd : 8231973: Update Graal
2918f86d2b3 : 8232078: Suppress warnings on non-serializable non-transient instance fields in java.datatransfer
728644f37da : 8232076: Suppress warnings on non-serializable non-transient instance fields java.naming
40918999947 : 8231595: [TEST] develop a test case for SuspendThreadList including current thread
341c223f925 : Added tag jdk-14+18 for changeset e84d8379815b
1a3f40f25da : 8231529: [TESTBUG] runtime/cds/appcds/dynamicArchive/DynamicLotsOfClasses.java shouldn't wrap SkippedException into Exception
4a41f86a39d : 8231586: enlarge encoding space for OopMapValue offsets
a544dedf18d : 8231887: ComodoCA.java fails because certificate was revoked
036a3528ea9 : 8231903: [Graal] Update com.oracle.mxtool.junit classes
c4650cc71f6 : 8232056: GetOwnedMonitorInfoWithEATest.java fails with ZGC: Heap too small
990ae581ace : 8231990: Remove unnecessary else-if branch in Types.union
3c9b6d8554b : 8231202: Suppress warnings on non-serializable non-transient instance fields in serializable classes
fbb4093562e : 8231262: Suppress warnings on non-serializable instance fields in security libs serializable classes
a690af3832d : 8231260: (dc) DatagramChannel::disconnect changes the port of the local address to 0 (lnx)
fddd963cec0 : 8231974: Build fails if no common legal notices are present
42885307f6e : 8230565: ZGC: Redesign C2 load barrier to expand on the MachNode level
dcc9cc3fdd3 : 8232003: (fs) Files.write can leak file descriptor in the exception case
6fe51396a2d : 8214560: Use {@systemProperty} for definitions of system properties (httpserver)
4b36fb50ed0 : 8231770: Test java/util/zip/FlaterTest.java fails with -Xcheck:jni
a683592254d : 8230677: Should disable Escape Analysis if JVMTI capability can_get_owned_monitor_info was taken
9e17946ab21 : 8231489: GC watermark_0_1 failed due to "metaspace.gc.Fault: GC has happened too rare"
8fe60f46d78 : 8231368: Suppress warnings on non-serializable non-transient instance fields in java.security.jgss
d113ca0727c : 8231737: Cleanup JvmtiRawMonitor code
d7fcd0ccac1 : 8231153: Improve concurrent refinement statistics 8043505: G1RemSet::_conc_refine_cards is incremented unsynchronized
8edf64d236c : 8232006: Remove dead code from klassVtable
422a77c3b14 : 8199136: Dead code in src/jdk.jcmd/share/classes/sun/tools/common/ProcessArgumentMatcher.java
2f4bd6db09f : 8225681: vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine fails due a) MT-unsafe modification of inline cache
0f1f9fe6539 : 8231666: ThreadIdTable::grow() invokes invalid thread transition
73065268350 : 8170299: Debugger does not stop inside the low memory notifications code
dcceed10b63 : 8222829: DatagramSocket.setSoTimeout does not specify IAE when timeout is negative
ee87f2a7a4b : 8230946: Clarify security manager behaviour of a connected DatagramSocket and DatagramChannel
3e8d409ceed : 8230162: ScopeImpl.remove() has O(N) performance
fe8c0edee0f : 8231993: Remove redundant pkg_str param from is_shared_class_visible_for_classloader
f412bfc34eb : 8231931: [TESTBUG] serviceability/sa/TestUniverse.java looks for wrong string with Shenandoah
51e94d8dac5 : 8231921: (se) SelectorImpl.register does not need to set the attachment when it is null
f8f7cdcbe33 : 8231355: Remove unused utility methods in libjava
d10abea7cfd : 8231753: use more Posix functionality in aix os::print_os_info
70762d39726 : 8185041: Incorrect GPL header in pnglibconf.h
24b9c2a59e4 : 8234325: Delete unused vsync related code from the OGL pipeline on macOS
37c069446a2 : 8230597: Update GIFlib library to the 5.2.1
0e9916f25bc : 8228825: Enhance ECDSA operations
1d4f4016eec : 8228676: Cleanup the native code related to fonts on Unix
0072545f589 : 8231751: on aix handle Power 9 in os::get_summary_cpu_info
ba63c30a94e : 8231977: Discuss serializability of collections
381e90eb6bd : 8229243: SunPKCS11-Solaris provider tests failing on Solaris 11.4
f3df804e242 : 8231289: Disentangle JvmtiRawMonitor from ObjectMonitor and clean it up
b1bffdfa009 : 8231902: Build of jdk.internal.vm.compiler.management/module-info.java.extra failed
874037d252c : 8231630: Optimize boot loader with no bootclasspath append entry
67a0aa7960a : 8231946: Remove obsolete and unused ShenandoahVerifyObjectEquals flag
89c8b7be668 : 8231932: Shenandoah: conc/par GC threads ergonomics overrides user settings
fba19ffbb28 : 8230043: Lazily load libverify 8230140: Remove unused mutex and monitor declarations
204ed441229 : 8225694: Destination option missing in FlightRecorderMXBeanImpl
638910826ad : 8229900: RedefineDeleteJmethod.java fails with -Xcheck:jni
bb09c0c1d80 : 8220217: Javadoc missing link to member method
c1474ca64b3 : 8231930: Windows build fails after JDK-8191521
d00fd45b66b : 8231885: Fix/remove malformed assert in os_windows.cpp
703760bbeca : 8231550: C2: ShouldNotReachHere() in verify_strip_mined_scheduling
876251f840e : 7124404: [macosx] no awt.multiClickInterval desktop property
af20c6b9c4a : 8227816: More Colorful ICC profiles
a81dcf4dbf0 : 8231620: assert(bol->is_Bool()) crash during split if due to FastLockNode
b9204e62a4c : 8231895: Avoid String allocations in JVM_FindLoadedClass
0009f8a51f6 : 8231825: ZGC: Remove ZMaxHeapSize and ZMaxHeapSizeShift
515db21790d : 8231093: Document the ZIP FS properties noCompression and releaseVersion
3e47bb2c2e3 : 8223771: FileSystemProvider.newFileSystem(Path, Map) should throw IOException when called with a file that cannot be open
dce5f5dbc80 : 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
4325a8443b7 : 8215521: add microbenchmark to measure AccessController.getContext
80d6ffee5f3 : 8216352: SA: ClhsdbLauncher should throw errors on Unrecognized commands
4dafa3033fe : 8231161: Wrong return type in code sample in Collector API documentation
2cb764b24b8 : 8231768: Remove duplicate if/else in vmTestbase/nsk/share/jdi/Binder.java
68385de385f : 8231777: Remove extraneous @serial javadoc tag in NodeChangeEvent.java
4084a43111f : 8231707: Improve Mutex inlining
022c87228b7 : 8231776: ZGC: Fix incorrect address space description
fb0197c5db2 : 8231774: ZGC: ZVirtualMemoryManager unmaps incorrect address
d6e6060b19a : 8231335: [macos] Delete unused and partly implemented JOGL/Java2D bridge
d157ebb41c7 : 8222766: Shenandoah: streamline post-LRB CAS barrier (x86)
a8c4e6786dc : 8231552: ZGC: Refine address space reservation
b4d37ba6b9d : 8231081: TestMetadataRetention fails due to missing symbol id
a5fab799841 : 8231949: [PPC64, s390]: Make async profiling more reliable
aba2880e2e5 : 8232005: [s390, PPC64] More exception checks missing in interpreter
9308d185804 : 8232788: Move biased locking initalization
31ab60e2110 : 8231953: Wrong assumption in assertion in oop::register_oop
89cdeeb6fea : 8231952: ARM32: Wrong assumption in assertion in LIRGenerator::atomic_xchg and LIRGenerator::atomic_add
217b2cc4fc7 : 8232713: Update BCEL version to 6.3.1 in license file
e69b4d261db : 8231602: Deprecate Thread.suspend/resume for removal
06d37a2754e : 8232908: Shenandoah: compact heuristics has incorrect trigger "Free is lower than allocated recently"
5a21a8c4ddf : 8230706: Waiting on completion of strong nmethod processing causes long pause times with G1
72330c70d75 : 8231598: keytool does not export sun.security.mscapi
574263a8842 : 8232613: Move Object.registerNatives into HotSpot
68e5c40f6f0 : 8231968: getCurrentThreadAllocatedBytes default implementation s/b getThreadAllocatedBytes
3f50e2563e9 : Added tag jdk-14+20 for changeset 54ffb15c4839
d8240afe426 : 8232442: Suppress warnings on non-serializable non-transient instance fields in java.management.*
36ac846d351 : 8232881: Remove unnecessary InstanceKlass::casts
bbc4e0d9990 : 8232882: GCC 4.8.5 build failure after JDK-8211073
b3477399d01 : 8232625: HttpClient redirect policy should be more conservative
86329fc198a : 8232887: Remove SystemDictionary::has_checkPackageAccess
3ab90ac5be0 : 8232834: RunTest sometimes fails to produce valid exitcode.txt
f2abda172b5 : 8232771: Revert JDK-8230794 because of environment changes
7b38a7e87d3 : 8232883: compiler/c2/CmpPNodeSubTest.java fails because test class name is wrong
465f4c12009 : 8231412: C2: InitializeNode::detect_init_independence() bails out on simple IR shapes
13b4952f11b : 8232874: Add missing test for 8230062
3cc9ed08e7c : 8232873: Add missing test for 8220416
a2c5af45fd4 : 8232768: Configuration with --disable-cds --enable-generate-classlist should be reported as an error
21585ebcdff : 8232770: Enable more warnings on solaris studio
29e2c16e5b5 : 8211073: Remove -Wno-extra from Hotspot
f004d45d3db : 8231649: PPC64: Intrinsics for Math.ceil, floor, rint on Power
54be25b07b2 : 8232571: Add missing SIGINFO signal
c6672a2f20c : 8232592: <Unknown compiled code> is shown in jstack mixed mode
010675849ee : 8223697: jfr tool can't format duration values greater than 1 minute
80f1aaa7a8c : 8232802: Shenandoah: transition between "cset" and "pinned_cset" does not require cancelled gc
fd5d5d76225 : 8232791: Shenandoah: passive mode should disable pacing
3f94fb08c7e : 8232617: Update the outdated code comments in java.lang.System class
094a1b8a5f8 : 8232747: Shenandoah: Concurrent GC should deactivate SATB before processing weak roots
02dc957198e : 8232778: Shenandoah: SBSA::arraycopy_prologue checks wrong register
41bd7c5e762 : 8223400: Replace some enums with static const members in hotspot/runtime
8bdffc5f7eb : 8232757: VM fails to report an error for DumpLoadedClassList when cds is disabled
750eab1ecc3 : 8232692: [TESTBUG] compiler/aot/fingerprint/SelfChangedCDS.java fails when cds is disabled
fd9052f3c54 : 8232729: Shenandoah: assert ShenandoahHeap::cas_oop addresses are aligned
d2629060938 : 8232730: Shenandoah: Traversal should not CAS the roots
16f39194057 : 8232624: Java cannot start: NewStringPlatform missing
c483fbe6d6f : 8231587: Memory leak in WorkArounds.serializedForms
f5b14bd7801 : 8232639: Change module graph images to use SVG instead of PNG format
b96be4b7ae5 : 8232712: Shenandoah: SIGBUS in load_reference_barrier_native
938be1ecfbb : 8232569: Use test image from different jib profile for testing
fce43203699 : 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
0192c5a02f9 : 8232572: Add hooks for custom output dir in Bundles.gmk
a1894385b38 : 8226585: Improve javac messages for using a preview API
f771978f532 : 8232702: Shenandoah: gc/shenandoah/TestVerifyJCStress.java uses non-existent -XX:+VerifyObjectEquals
c3d807276d6 : 8232575: Shenandoah: asynchronous object/region pinning
76465eb1d9e : 8232674: Fix build and rename ShenandoahBarrierSet::oop_load_from_native_barrier
ee4c8f5f19a : 8232239: ZGC: Inline ZCPU::count() and ZCPU:id()
cb5e2263062 : 8232238: ZGC: Move ZList inline funtions to zList.inline.hpp
b2ac9a5937c : 8232237: ZGC: Move ZArray inline funtions to zArray.inline.hpp
6ca7febb545 : 8232236: ZGC: Move ZThread inline funtions to zThread.inline.hpp
11d949f2022 : 8232235: ZGC: Move ZValue inline funtions to zValue.inline.hpp
cf86d3519c3 : 8231996: ZGC: Replace ZStatisticsForceTrace with check if JFR event is enabled
2e1040e4c6b : 8231940: ZGC: Print correct low/high capacity
db89b5fdf9f : 8231943: ZGC: Enable serviceability/dcmd/gc/RunGCTest
f751808df96 : 8232001: ZGC: Ignore metaspace GC threshold until GC is warm
b404ddd9a2f : 8232195: Enable BigInteger tests: DivisionOverflow, SymmetricRangeTests and StringConstructorOverflow
048b09bdbea : 8232616: JVMCI_lock fails to get initialized when cds is disabled
5db7fc5aa9b : 8232276: Problem list serviceability/sa/ClhsdbJstackXcompStress.java
ce4a41c71f5 : 8232008: Shenandoah: C1 load barrier does not match interpreter version
0f822d90d13 : 8232010: Shenandoah: implement self-fixing native barrier
c497b2b0660 : 8231719: Correct contradictions in timeout range descriptions
f8440c33d22 : 8225499: InetSocketAddress::toString not friendly to IPv6 literal addresses
2c573582ab7 : 8232009: Shenandoah: C2 load barrier does not match interpreter version
21ce9772a70 : 8232030: HelloDynamic.java fails with latest Graal
3b181e51b13 : 8231563: ZGC: Fails to warn when user sets the max heap size to larger than 16TB
3d4da791865 : 8231713: x86_32 build failures after JDK-8226721 (Missing intrinsics for Math.ceil, floor, rint)
e587fc13cf8 : Added tag jdk-14+17 for changeset 5c83830390ba
b9bde2ed456 : 8231288: "jhsdb jmap" test needed to reproduce issues that used to be reproduced by JShellHeapDumpTest
b08a8c5cc36 : 8231606: _method_ordering is not set during CDS dynamic dump time
72c2079fd02 : 8231663: Incorrect GPL header in some RMI/SQL package-info.java files
634780ebd7f : 8231505: Bump required boot jdk version to 13
c1b844a2257 : 8229022: BufferedReader performance can be improved by using StringBuilder
85a62dcc5c9 : 8231671: Fix copyright headers in hotspot (missing comma after year)
38bdacafbcf : 8231603: (se) Selector implementations do not need to use cancelledKeys
8200eb4d45d : 8231626: DeoptimizeRandom should not be a product flag
48f186bb62c : 8231545: Suppress warnings on non-serializable instance fields in jdk.jshell module
cb9510da2b6 : 8231600: Avoid GCC 8 strncpy error in jdk.jdwp.agent
5e8690c2477 : 8231594: Configure fails on some Linux systems
17c057bd767 : 8229333: java/io/File/SetLastModified.java timed out
808a435d79e : 8231667: Shenandoah: Full GC should take empty regions into slices for compaction
4cdb9708c4f : 8231503: [TESTBUG] compiler/{jvmci,aot} tests should not run with GCs that do not support JVMCI/AOT
8fc1b679441 : 8223869: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java on more platforms
98a2c05b5db : 8191521: handle long relative path specified in -Xbootclasspath/a on windows
fd3a403512a : 8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java
82747fa960a : 8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request
8e98ce54bfd : 8231506: Fix some instabilities in a few networking tests
990ec34714c : 8231296: ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/ fails
d3ca3a02ffc : 8226721: Missing intrinsics for Math.ceil, floor, rint
09c012be4e1 : 8231357: sun/security/pkcs11/Cipher/TestKATForGCM.java fails on SLES11 using mozilla-nss-3.14
a664c9cf990 : 8016914: CoreDocumentImpl.setXmlVersion NPE
98f454c9ca7 : 8184732: Deadlock detection improvements for 'special' locks
0364ad244a9 : 8229338: clean up test/jdk/java/util/RandomAccess/Basic.java
8a50aa7d21a : 8231583: Shenandoah: Fix register clash in SBSA::resolve_forwarding_pointer() borrowing
722b4b4fda0 : 8231403: [ppc]: Align ReservedCodeCacheSize default value with other platforms
aa251e0762f : 8231499: Shenandoah: compiler/arraycopy/TestDefaultMethodArrayCloneDeoptC2 fails
56bc7979cb6 : 8231616: Simplify compilation policy hierarchy
7c32a6aeae6 : 8231134: Improved credential support
bda0fba56b4 : 8229951: Better Ticket Granting Services
c1ac50d8033 : 8231144: Wrap contents of plain HTML files into contentContainer
b8bda05c60e : 8231450: Copyright header line omitted from 8231187 changeset
72e62cf8353 : 8231413: Several test/hotspot/jtreg/runtime tests updates to run with --illegal-access=deny
4a4fbbaaa97 : 8231243: [TESTBUG] CustomFont.java cannot find font file
67ad501e5be : 8229872: (fs) Increase buffer size used with getmntent
628283fe535 : 8231553: Deprecate unused G1RSetScanBlockSize command line option
08f652aa519 : 8230062: assert(i == p->size()-1) failed: must be last element of the pack
03c764c5e3c : 8231457: Asserts on AIX because os::elapsed_counter() is not monotonic
f6a5479a443 : 8231287: JMap should do a better job of reporting exception it catches
680fceb9ba1 : 8230415: Avoid redundant permission checking in FilePermissionCollection and SocketPermissionCollection
68937e9b9f6 : 8231431: JAOTC issues with JAR path containing spaces
8c647801fce : 8231036: vmTestbase monitoring tests fail after JSR 166 refresh
a9254cbcfa5 : 8231032: ThreadMXBean locking tests fail after JSR 166 refresh
3e3d90d6a17 : 8230942: Support compressed cores in SA tests
9f4484ff92e : 8231557: Suppress warnings on non-serializable instance fields in jdk.scripting.nashorn module
8578ab1c235 : 8231037: java/net/InetAddress/ptr/Lookup.java fails intermittently due to reverse lookup failed
29e4d9fa82e : 8231321: compiler/codecache/stress/UnexpectedDeoptimizationAllTest.java failed assertion
dd47d1871a9 : 8231567: minimal build failed after JDK-8226690
59dcb50e968 : 8231472: Clean up Monitor::_safepoint_check usage to Mutex::_safepoint_check
c4f5c4fe9ba : 8196969: JTreg Failure: serviceability/sa/ClhsdbJstack.java causes NPE
5e9b7727673 : 8231956: Remove seq_add_card/reference from PerRegionTable class
e598c94852a : 8232070: ZGC: Remove unused ZVerifyLoadBarriers
63b1c4c2131 : 8230957: [TESTBUG] containers/docker/TestJcmdWithSideCar.java sporadic failures
54a3efc8298 : 8065704: Set LC_ALL=C for all relevant commands in the build system
19a6085f435 : 8232052: use string literal for format string when handling PauseAtStartupFile
124bc7bb1ea : 8232060: add some initializations using sigemptyset in os_aix.cpp
01ec1f2fec1 : 8230782: Robot.createScreenCapture() fails if “awt.robot.gtk” is set to false
dfc5c795c7f : 8229483: Sinking load out of loop may trigger: assert(found_sfpt) failed: no node in loop that's not input to safepoint
0da443e7aec : 8231097: [TESTBUG] runtime/cds/appcds/DirClasspathTest.java can fail with a mapping error
dab1284a36b : 8231334: Suppress warnings on non-serializable instance fields in client libs serializable classes
464c8b84eb3 : 8228580: DnsClient TCP socket timeout
c85075b31aa : 8231367: [TESTBUG] ParallelLoadTest.java fails with "test.dynamic.dump not supported"
08128544278 : 8229201: Update Graal
8731e6339d7 : 8231376: Unproblem list compiler/unsafe/Unsafe{Off,On}HeapBooleanTest.java tests
5fba45641e9 : 8230531: API Doc for CharsetEncoder.maxBytesPerChar() should be clearer about BOMs
8bc0885215b : 8231351: Add notes for PKCS11 tests in the test doc
aa5329e0d3d : 8231187: SelectorProvider.inheritedChannel() returns TCP socket channel for Unix domain socket
f740058c3d4 : 8231270: ZGC: Remove ZAddressSpace* and ZAddressReserved*
68f811cd615 : 8231266: ZGC: Minor cleanups in ZCollectedHeap and ZHeap
07144b32990 : 8231251: ZGC: Fix ZHeap includes
e49e9292d36 : 8213150: Add verification for locking by VMThread
11d43732bca : 8217825: Verify @AfterTest is used correctly in WebSocket tests
d15a57b8428 : 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
13d0bac2941 : 8224820: ZGC: Support discontiguous heap reservations
8743f0b6d1d : 8231122: @index tag with newline causes tag search to fail
b18626ae7ae : 8231275: Remove null check in the beginning of SystemDictionary::load_shared_class()
9c92ecba043 : 8231125: Improve testing of parallel loading of shared classes by the boot class loader
83f41d2736a : 8231323: ProblemList jdk/jfr/jcmd/TestJcmdConfigure.java
0a0956bcda2 : 8180837: SunPKCS11-NSS tests failing with CKR_ATTRIBUTE_READ_ONLY and CKR_MECHANISM_PARAM_INVALID
c77f6fdcb67 : 8231083: Clarify SAX documentation
46db25e1880 : 8176837: SunPKCS11 provider needs to check more details on PKCS11 Mechanism
d564ab722a2 : 8229853: Problemlist compiler/codecache/jmx/PoolsIndependenceTest.java
f3208bfcd08 : 8199424: consider removing ObjectInputStream and ObjectOutputStream native methods
b770e9a6b4b : 8225628: Remove unused Thread::muxAcquireW function
b15b322cf39 : 8230648: Replace @exception tag with @throws in java.base
2fc6c6459d4 : 8231242: G1CollectedHeap::print_regions_on() does not print description for "OA" and "CA" regions
6b80f1e7cd1 : 8165828: [TEST_BUG] The reg case:javax/swing/plaf/metal/MetalIcons/MetalHiDPIIconsTest.java failed as No Metal Look and Feel
40429eea418 : 8225261: Better method resolutions
10b010d0f59 : 8229728: Implement negotiation parameters
f3778ba355f : 8225372: accessibility errors in tables in java.desktop files
d05b24b3f46 : 8229896: Delete an unused code in the BufferedContext
0356d202b67 : 8225101: Crash at sun.awt.X11.XlibWrapper.XkbGetUpdatedMap when change keybord map
38c425df73c : 8225805: Java Access Bridge does not close the logger
027fdb2d3b2 : 8230728: Thin stroked shapes are not rendered if affine transform has flip bit
7f3ef14d5b5 : 8230765: Implement nmethod barrier for x86_32 platforms
598ec40995a : 8233500: Shenandoah: Shenandoah load barrier should save registers before calling keep alive barrier on x86
2a36577e68c : 8234539: ArchiveRelocationTest.java failed: Archive mapping should always succeed
c9cfa997194 : 8234535: Cross compilation fails due to missing CFLAGS for the BUILD_CC
73d9d8567da : 8234610: MaxVectorSize set wrongly when UseAVX=3 is specified after JDK-8221092
a96089059a2 : 8234394: C2: Dynamic register class support in ADLC
fb0b8f1d0c3 : 8234387: C2: Better support of operands with multiple match rules in AD files
b89d2fd1698 : 8234403: C2: Enable CallSite.target updates in constructors
e515a609e98 : 8234401: ConstantCallSite may stuck in non-frozen state
17c2843ddb4 : 8229515: [macos] access to window property of NSView on wrong thread
4db0f9cbbbb : 8230480: check malloc/calloc results in java.desktop
603689f7603 : 8194944: Regression automated test 'open/test/jdk/javax/swing/JInternalFrame/8145896/TestJInternalFrameMaximize.java' fails
9b0cfaf53ec : 8230074: Improve specification for {Math, StrictMath}.negateExact
bc1c0aec0da : Added tag jdk-14+12 for changeset 8570f22b9b6a
cfe9df2ae20 : 8229800: WindowsServerCore 1809 does not provide d2d1.dll library required by awt.dll
a63b5418425 : 8230061: # assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node
27353b0353a : 8231098: (tz) Upgrade time-zone data to tzdata2019c
23ae4b93c84 : 8231395: Backout JDK-8231249
23ec926327a : 8230395: Code checks for NULL value returned from NEW_C_HEAP_ARRAY which can not happen
0e264cfe368 : 8231222: fix pkcs11 P11_DEBUG guarded native traces
e2ebf7b8225 : 8231171: remove remaining sun.java.launcher.pid references
bb56c020f42 : 8229778: TestJstatdDefaults.java failed due to "fatal error: LEAF method calling lock?"
35bfbfd6009 : 8231278: Rename FileMapHeader::_read_only_tables_start to _serialized_data_start
7c2de830275 : 8231257: Avoid calling FileMapInfo::write_region twice
d6b7266547e : 8231254: (fs) Add test for macOS Catalina changes to protect system software
340a1db025a : 8210794: Incorrect escaping of in native test libraries
01755225a1b : 8231375: AArch64 build failure after JDK-8230505
0c507f31803 : 8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
c080a4a4d51 : 8231250: Shenandoah: Traversal GC should keep alive weak load from heap
7ae384b2ad2 : 8206125: [windows] cannot pass relative path to --with-boot-jdk
79192e36488 : 8150741: make <module> not equivalent to make <module-dependencies> <module>
e965dca90ea : 8231249: Shenandoah: GC retries are too aggressive for tests that expect OOME
6bc9833f65a : 8231058: VerifyOops crashes with assert(_offset >= 0) failed: offset for non comment?
470168868fa : 8231293: Shenandoah: Traversal should not revive dead weak roots
8551294077a : 8230857: Avoid reflection in sun.tools.common.ProcessHelper
f92526e6fd3 : 8231189: Rename worker_i parameters to worker_id
03e769bd64c : 8159984: Remove call to ClassLoaderDataGraph::clear_claimed_marks during the initial mark pause
9ccc00d1dd5 : 8231117: Remove G1EvacuationRootClosures::raw_strong_oops()
72d8e98a9d0 : 8230228: [TESTBUG] Several runtime/ErrorHandling tests may fail on some platforms
5b34d00fbc5 : 8230115: Problemlist JFR TestNetworkUtilization test
3ac8462ead5 : 8228554: Accessibility errors in jdwp-protocol.html
7b6b6702e33 : 8230094: CCE in createXMLEventWriter(Result) over an arbitrary XMLStreamWriter
ac7b48d1ed2 : 8215166: Remove unused G1PretouchAuxiliaryMemory option
a34e8be4f39 : 8230126: delay_to_keep_mmu can delay shutdown
be0cd9908ad : 8230317: serviceability/sa/ClhsdbPrintStatics.java fails after 8230184
9b992ead1ef : 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
a2c067f6e84 : 8230294: runtime/cds/appcds/ClassPathAttr.java failed with jar operation failed
145c5111a6c : 8146238: [macosx] Java2D Queue Flusher crash on OSX after switching between user accounts
6cb8dfa9e30 : 8227758: More valid PKIX processing
336b64a2598 : 8230091: Add verification of clean_catch_blocks
855f16ef507 : 8229278: Improve hs_err location printing to assume less about GC internals
2750569c008 : 8230096: ZGC: Remove unused ZObjectAllocator::_nworkers
536122fed68 : 8230092: ZGC: Consolidate ZBackingFile, ZBackingPath and ZPhysicalMemoryBacking on Linux
1a76c723676 : 8230090: ZGC: Introduce ZSyscall
87eefe2e002 : 8227370: Remove SharedPathsMiscInfo
11ca73d7443 : 8230168: Use ClasspathStream for FileMapInfo::create_path_array
f85fe3a3d64 : 8230010: Remove jdk8037819/BasicTest1.java 8230002: javax/xml/jaxp/unittest/transform/SecureProcessingTest.java runs zero test
3ed845784d5 : 8226831: Use Objects.equals() when appropriate
99bf89c581a : 8228507: Archive FDBigInteger
85dbabe345d : 8229844: Remove attempt_rebias parameter from revoke_and_rebias()
702199983aa : 8230118: 32-bit build failures after JDK-8227054
858b1c1853c : 8219708: Stop flushing OSR nmethods earlier in the sweeper
b0632088a88 : 8230192: Rename G1RedirtyCardsBufferList to G1BufferNodeList
b76a9b8f117 : 8230215: MacOS debug build is broken after JDK-8230003
f8e6dcdd094 : 8230220: java/net/HttpURLConnection/HttpURLProxySelectionTest.java fails intermittently
72eeb749f56 : 8230214: AArch64 build failures after JDK-8229836 (Remove include of globals.hpp from allocation.hpp)
05322fdd98f : 8230116: Test workaround to Klass::_class_loader_data sometimes NULL problem
4ab11194948 : 8230104: JNU_IsInstanceOfByName needs const parameter
ce3face9988 : 8229485: Add decrementExact(), incrementExact(), and negateExact() to java.lang.StrictMath
ed17c3aafbe : 8230058: Replace exception from sun.rmi.runtime.Log#getSource() with StackWalker
e98ba531a28 : 8230011: Consolidate duplicated classpath parsing code in classLoader.cpp
94e2e909a90 : 8229388: ErrorHandler and ContentHandler contain ambiguous/unfinished specification
3ba89c3e98c : 8229337: java.lang.Math class doc should be adjusted regarding -Exact methods
1ea81a7cdaf : 8225505: ctrl-F1 does not show the tooltip of a menu item (JMenuItems)
ed45bde1a7b : 8227021: VM fails if any sun.boot.library.path paths are longer than JVM_MAXPATHLEN
6e3a246c9ad : 8229970: ZGC: C2: fixup_uses_in_catch may fail when expanding many uses
67738a72bda : 8228839: Non-CFG nodes have control edges to calls, instead of the call's control projection
1801dd06b05 : 8229127: Make some methods in the allocation path non-virtual
3460bce1c2a : 8229451: ZGC: Make some roots invisible to the heap iterator
403475d019d : 8227226: ZGC: Segmented array clearing
d096e033d06 : 8225436: Stapled OCSPResponses should be added to PKIXRevocationChecker irrespective of revocationEnabled flag
c5813a88e6b : 8230046: Build failure after JDK-8230003
a9f92bec7f3 : 8078219: Verify lack of @test tag in files in java/net test directory
186dcb2f42c : 8229957: Harden pid verification in attach mechanism
18c00e86709 : 8226779: [TESTBUG] Test JFR API from Java agent
0603bec5ce1 : 8229887: (zipfs) zip file corruption when replacing an existing STORED entry
cf05d759803 : 8229925: [s390, PPC64] Exception check missing in interpreter
da18495f385 : 8230003: Make Monitor inherit from Mutex
e3b6b7f8421 : 8199849: Add support for UTF-8 encoded credentials in HTTP Basic Authentication
f2e17b76589 : 8229998: Build failure after JDK-8227054
7534985c926 : 8230024: Shenandoah: remove unnecessary ShenandoahTimingConverter
682c25b9fd2 : 8229967: Enable thread local handshakes on zero
7cff981f5a3 : 8224624: Inefficiencies in CodeStrings::add_comment cause timeouts
0941bf8b5e3 : 8230020: [BACKOUT] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
84686488e8d : 8229912: [TESTBUG] java/net/Socks/SocksIPv6Test fails without IPv6
1236be7e4a6 : 8224909: Unlink Set of LinkedHashSets
a405118f907 : 8229848: [Graal] missing Graal intrinsics for Electronic Code Book (ECB) encryption
c3ef5233a68 : Added tag jdk-14+11 for changeset bf4c808a4488
1e1d9319dc9 : 8189633: Missing -Xcheck:jni checking for DeleteWeakGlobalRef
1acad37ee68 : 8227054: ServiceThread needs to know about all OopStorage objects 8227053: ServiceThread cleanup of OopStorage is missing some
de8d01d4d33 : 8207814: (proxy) upgrade the proxy class generator
5c25e2a6fb9 : 8211360: Change #if DEF to #if defined(DEF)
5c3896ce21e : 8228547: accessibility errors in jvmti.html
864380ada95 : 8229977: Shenandoah: save/restore FPU state aroud LRB runtime call
9ccb4dc2123 : 8229930: internal_name() in annotations.hpp returns "{constant pool}"
9e633ae0657 : 8229254: solaris_x64 build fails after JDK-8191278
0b625536e60 : 8220700: jlink generated launcher script needs quoting to avoid parameter expansion
444e784ce1b : 8139820: URLClassPath.FileLoader constructor redundantly checks protocol
f83ac54e237 : 8229854: Move runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java out of tier1_runtime
b08e417b067 : 8229921: Shenandoah: Make Traversal mode non-experimental
916c2e3cf32 : 8229899: Make java.io.File.isInvalid() less racy
c99c1f8d559 : 8229916: Delete redundant test java/net/Socket/reset/Test.java
a6d6619fbbe : 8152467: remove uses of anachronistic array declarations for method return type
07e2ea8e44b : 8226513: JEditorPane is shown with incorrect size
11feeaa5335 : 8222108: Reduce minRefreshTime for updating remote printer list on Windows
313cb3ce763 : 8229706: java/net/MulticastSocket/NoLoopbackPackets.java fails on some AIX machines
103cd91d421 : 8230079: Update test document by changing "TIMEOUT" to "TIMEOUT_FACTOR"
fb3b0ab1fb2 : 8230000: some httpclients testng tests run zero test
1d67d474a54 : 8177648: getResponseCode() throws IllegalArgumentException caused by protocol error while following redirect
ec24017b020 : 8222363: Update ServerSocket.isBound spec to reflect implementation after close
04ef527edec : 8224878: Use JVMFlag parameters instead of name strings
e1aca70a1c9 : 8229836: Remove include of globals.hpp from allocation.hpp
8c1efbe38b0 : 8229351: AArch64: the const STUB_THRESHOLD in macroAssembler_aarch64.cpp needs to be tuned
27e0cdf12d5 : 8236184: (dc) IP_MULTICAST_* and IP_TOS socket options not effective
75cd193aac4 : 8236183: cleanup Java_jdk_internal_reflect_Reflection_getCallerClass naming
14591108c73 : Added tag jdk-15+2 for changeset f33197adda9a
aea0a575123 : 8234794: AArch64: runtime/memory/ReadFromNoaccessArea.java crashes
03c3f174ae2 : 8236226: fix merge error in src/hotspot/share/gc/z/zRootsIterator.cpp
c670ebb56bb : 8236030: Cleanup use of String.toCharArray
dc5728ed954 : 8235947: Cleanup/simplify Utils.getBlockTags
a3c0f4c8043 : 8235825: C2: Merge AD instructions for Replicate nodes
7840d02140e : 8235824: C2: Merge AD instructions for AddReductionV and MulReductionV nodes
ab7cfde85c5 : 8229888: (zipfs) Updating an existing zip file does not preserve original permissions
a1b2e1042cc : 5064980: URI compareTo inconsistent with equals for mixed-case escape sequences
fae788a2008 : 8235563: [TESTBUG] appcds/CommandLineFlagComboNegative.java does not handle archive mapping failure
bdaa9c6a1ca : 8236077: Clean up the use of modifiers and semicolons
a1d396c6cb2 : 8235926: Update @jls @jvms taglets to allow inline usage
df75426b4f7 : 8236134: files missing in putback to JDK-8233270
b4459723ad9 : 8236130: ProblemList jdk/jfr/jmx/security/TestEnoughPermission.java
ba9d4ad45a8 : 8234971: Incorrect example in j.l.reflect.RecordComponent::toString
14459b2ad2a : 8233270: Add support to jtreg helpers to unpack packages 8230933: Default icon is not set for additional launchers
07435556858 : 8236106: [TESTBUG] Shenandoah: Make TestThreadFailure more resilient
d5a8e018d5d : 8235454: [TESTBUG] Basic test for JFR event streaming for jdk_jfr_sanity
4e68ac9b15a : 8235960: Zero should not trigger the deprecation warning for ports
e16d4a45b06 : 8235925: java/net/Socket/HttpProxy.java fails on IPv4 only hosts and other small cleanups
ee5777c7005 : 8235915: jpackage associations fail when there are spaces in file name or path
3f865f4bf2c : 8235997: JMH test runner should quote VM_OPTIONS and JAVA_OPTIONS sent to -jvmArgs
9b2bbd3df44 : 8235667: IOUtils.copyFile() problems
010ac54044e : 8236070: Backout fix for JDK-8234465
bd6ab22a59b : 8235905: ZGC: Rework how ZRootsIterator visits threads
dcb17bad551 : 8235996: Move obsolete flag G1RSetScanBlockSize in flags list
9a31ab88621 : 8235671: enhance print_rlimit_info in os_posix
83cb7044e97 : 8236028: [TESTBUG] Remove dependency of sun.tools.jar from appcds/JarBuilder
31b07b21ae8 : 8234465: Encoded elliptic curve private keys should include the public point
924720f6fc8 : 8236045: [TESTBUG] MismatchedWhiteBox test fails with missing WhiteBox$WhiteBoxPermission.class
bc97279caf9 : 8235907: Fix tests referencing UseParallelOldGC
89e0d29101c : 8235778: No compilation error reported when a record is declared in a local class
1b4b6524085 : 8235970: [TESTBUG] Remove dependency of sun.tools.jar from RedefineClassHelper
8b2453f93b0 : 8199290: [TESTBUG] sun.hotspot.WhiteBox$WhiteBoxPermission is not copied
820e1a7e148 : 8235956: Remove javaClasses offset tests
5e853667855 : 8234968: check calloc rv in libinstrument InvocationAdapter
9555be71a5f : 8235965: Tests using ThreadLocalHandshakes need to stop using it as it no longer exists
bf9bc1f320c : 8231559: Remove expired flags in JDK 15
f82e4b1b769 : 8235930: java.util.regex.PrintPattern does not print a link to the next node
1ae2478404a : 8234697: Generate sun.security.util.math.intpoly classes during build
6ccfc65ec3c : 8235922: [TESTBUG]TestRecordAttrGenericSig.java and TestRecordAttr.java are failing
3c0e2b4e16d : 8235306: Support doc-comment tags that can be inline or block tags
4d1176fd608 : 8231612: 100% cpu on arm32 in Service Thread
20b1410d0c8 : 8235238: Parsing a time string ignores any custom TimeZoneNameProvider
57ece4c21a3 : 8232733: Remove need to grab Threads_lock while processing handshakes
94e8d6eca4d : 8234728: Some security tests should support TLSv1.3
4fa827ec926 : 8005819: Support cross-realm MSSFU
06ecbfd3da1 : Added tag jdk-15+1 for changeset 63e17cf29bed
71da14104ab : 8235447: Remove (obsolete) @author info from javadoc tests
9b4539886c5 : 8235842: Shenandoah: Implement native LRB for narrow oop
2d2383bf329 : 8230771: Remove terminally deprecated constructors in java.base
74882b0d0db : 8235514: Update record serialization tests to not use hard coded source versions
890826bf5bc : 8225361: Start of release updates for JDK 15 8235497: Add SourceVersion.RELEASE_15 8235528: Add source 15 and target 15 to javac
8a54d97a4d7 : 8234974: Shenandoah: Do concurrent roots even when no evacuation is necessary
e4c332cd929 : Added tag jdk-15+0 for changeset 2c724dba4c3c
3375411e1b1 : 8228548: Normalize normalization for all
383e7dfb300 : 8228711: Path rendered incorrectly when it goes outside the clipping region
139f72ec901 : 8226765: Commentary on Javadoc comments
c4b6dfbad19 : 8221312: test/jdk/sanity/client/SwingSet/src/ColorChooserDemoTest.java failed
effc4ed5357 : 8227609: (fs) Files.newInputStream(...).skip(n) should allow skipping beyond file size
ce70e6c481e : 8071275: remove AbstractAssembler::update_delayed_values dead code
74c3432b283 : Added tag jdk-14+7 for changeset 28ab01c06755
068575e9b11 : 8173978: Lookup.in should allow teleporting from a lookup class in a named module without dropping all access
221da20713d : 8228485: JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
f2e1bfa38ac : 8227927: Move ParallelCleaningTask back to G1
00395fe0d07 : 8227721: test/jdk/java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java should open the java.net package
5e48c76e815 : 8228388: Add information about dirty/skipped card for Merge HCC in G1 log
b3c21d9a9bd : 8227719: G1 Pending cards estimation too conservative in cost prediction
550408d240a : 8226913: Scale cards per chunk used during heap root scanning with region size
63bc445628c : 8228479: Correct the format of ColorChooserDemoTest
203db2596fa : 8219774: Reexamine the initialization of LangReflectAccess shared secret at AccessibleObject::<clinit>
94c38c4cc11 : 8227122: [TESTBUG] Create Docker sidecar test cases
d9c3c6f9bf3 : 8228484: Remove NoAllocVerifier because nothing uses it
4b3c5281409 : 8162929: Enqueuing dirty cards into a single DCQS during GC does not scale
c0f6ce7c54e : 8227179: Test for new gc+metaspace=info output format
1d8c827e129 : 8228394: Cleanup unused java.net SharedSecrets classes
242bd67c6c3 : 8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
2215201dd52 : 8226352: Improve Kerberos interop capabilities
81db7083a7e : 8228396: Re-enable Stateless Resumption On by default for merge to mainline
6e90474edfb : 8228492: Remove pako.md
199f179340f : 8228399: Remove mistaken open.iml
8fc55ee1f5d : 8228450: unicode.md and icu.md text should be pre-formatted
9bba8fb1241 : 8228426: xlc: switch to clang-style warning disabling
2953d87fad0 : 8228468: awt_Robot.c : format string contains 0 within the string body
3e9d9e5e2ef : 8225782: Remove expired flags in JDK 14
43c54e9c7f2 : 6573239: Typo in jfc text file
2f2ec624a20 : 8227384: C2 compilation fails with "graph should be schedulable" when running with -XX:-EliminateLocks
c127592320a : 8231471: Obsolete -XX:CompilationPolicyChoice
e4314c158d0 : 8231405: [Shenandoah] guarantee(d != NULL) failed: Null dominator info
0b881387f22 : 8231504: Update networking tests to avoid implicit dependency on the system proxies
6212eb36c38 : 8228625: [TESTBUG] sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException 'JShellToolProvider' missing from stdout/stderr
b03fbff8666 : 8231546: Suppress warnings on non-serializable instance fields in java.prefs module
725031769f9 : 8231314: java.time serialization warning cleanup
f8bb7b3a263 : 8231467: Missing make prerequisite declaration corrupts make dependency files on Windows
6e1aa9065c8 : 8226690: SIGSEGV in MetadataOnStackClosure::do_metadata
848614a01ce : 8231448: s390 and ppc - replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
cf5af650de9 : 8231294: ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails
8275b17b07b : 8229499: Node budget assert in fuzzed test
c1865c4ad35 : 8219724: ZGC: Make inline cache cleaning more robust
7a052c979c9 : 8231445: check ZALLOC return values in awt coding
a03e92201d3 : 8231223: C2's conditional move optimization fails with assert(bol->Opcode() == Op_Bool) failed
fa2176c3c4a : 8231414: Mark various instance fields of javac internal types as transient
eb45b79244a : Added tag jdk-14+16 for changeset d29f0181ba42
1bce27d4027 : 8231209: [REDO] ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
916bbc23b7f : 8221623: Add StackWalker micro benchmarks to jdk repo
a36b2af52b5 : 8231443: Add java.io.Serial to list of platform annotations for annotation processing
12178ec0084 : 8231174: (fs) FileTime should have 100ns resolution (win)
6ccf3351d7e : 8185005: Improve performance of ThreadMXBean.getThreadInfo(long ids[], int maxDepth)
c49aa4ffa52 : 8231410: Shenandoah: clone barrier should use base pointer
37465fba751 : 8231442: Suppress warnings on non-serializable instance fields in java.sql.* modules
2b568116163 : 8231387: java.security.Provider.getService returns random result due to race condition with mutating methods in the same class
3fab0b84075 : 8230110: TestLinkageErrorInGenerateOopMap times out
2260d0c6a3d : 8231317: jdk/jfr/jcmd/TestJcmdConfigure.java fails with "java.lang.RuntimeException: assertTrue: expected true, was false"
b8715b40044 : 8231447: Shenandoah: Compilation-time regression after JDK-8231086
e2803ed9991 : 8231055: C2: arraycopy with same non escaping src and dest but different positions causes wrong execution
12c278c3e32 : 8228659: Record which Java methods are called by native codes in JGSS and JAAS
1f325a0f202 : 8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string
2cd3eb0d40f : 8222791: Order of evaluation of -link params in Javadoc tool reversed -> regression with split packages
3f470a24667 : 8227866: Shenandoah: Split weak root processing and class unloading in parallel cleaning task
97af5fecb25 : 8227693: HTML error in jdwp-protocol.html
678b5df6c74 : 8227868: jinfo and jstack can fail converting UTF8 output to strings
5732fe95a69 : 8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
03270bb92a6 : 8227923: End position of EndElementTree is -1
8d62f19e8db : 8225648: [TESTBUG] java/lang/annotation/loaderLeak/Main.java fails with -Xcomp
e576eaa4836 : 8227869: fix wrong format specifiers in os_aix.cpp
a573f6a6b5f : 8227737: avoid implicit-function-declaration on AIX
e57e8f4db21 : 8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows
3c6c2d8ca27 : 8221303: sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java fails due to java.rmi.server.ExportException: Port already in use
b97433e763d : 8226910: make it possible to use jtreg's -match via run-test framework
4d471e78450 : 8228340: JVMCI deleteGlobalHandle doesn't delete the handle
0ce0ff51c44 : 8227441: Enhance logging when reading the fontconfig info file
96d9d06cc9f : 8227397: Add --with-extra-asflags configure option
9fb552745f8 : 8228420: compile error in shenandoahSupport.cpp with clang 9
da0f6da7e81 : 8227642: [TESTBUG] Make docker tests podman compatible
d2611c4e2cf : 8227692: Remove develop feature PrintMallocStatistics
781b790f185 : 8228368: avoid incompatible pointer to integer conversion initializing gint in gtk2_interface
39b7b5bbf9b : 8227633: avoid comparing this pointers to NULL
a91f9c4c7e2 : 8157830: Errors in XSLT stylesheet are not dispatched correctly to ErrorListener
ba9c952f877 : 8228392: Backout incorrect change done by JDK-8067801
e396e38bb31 : 8227653: Add VM Global OopStorage
1a115f9763a : 8227755: Need more than 2 distinct CodeCache unloading cycles
7b176df9c98 : 8227652: SetupOperatorNewDeleteCheck should discuss deleting destructors
9b23ca4eb49 : 8228338: tools/pack200/TimeStamp.java fails with NullPointerException
fc0b8141d3e : 8227815: Minimal VM: set_state is not a member of AttachListener
6a746de90e8 : 8228364: Shenandoah: Remove unused code from ShenandoahBarrierSetC1
d35c1540e65 : 8227766: CheckUnhandledOops is broken in MemAllocator
d97475df724 : 8227435: Perf::attach() should not throw a java.lang.Exception
27b4d31b659 : 8227834: build.log output from failing commands : include the hs_error file path in case of crashes in build
c3bd80322e7 : 8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows
ba761b4cbdd : 8073213: javadoc of PushbackInputStream methods should specify NullPointerExceptions
2c59ffda980 : 8228204: Fix for JDK-8067801 breaks java/io/NegativeInitSize.java
a7016e3b5dc : 8067801: Enforce null check for underlying I/O streams
60530bae7c5 : 8131664: Javadoc for PrintStream is now incorrect
0e81c8e54d7 : Added tag jdk-14+6 for changeset 443f7359b34d
1ea3869a926 : 8206179: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java fails with Committed virtual memory size illegal value
1ddf09fb12e : 8227090: G1 does not account the OptMergeRS in cost per card calculation
b4d014896ac : 8227089: Add timing information for merging humongous remembered sets
ffe79a37c3f : 8227084: Add timing information for merge heap root preparation
5a0525a5606 : 8227671: G1: assert_used_and_recalculate_used_equal performs work in product builds
bb7bf64fd70 : 8226232: Move merge heap roots code out from G1RemSetScanState
20053ae242d : 8227738: jvmti/DataDumpRequest/datadumpreq001 failed due to "exit code is 134"
cb37e2f821d : 8227635: Shenandoah: SHBSA::load_at() needs to deal IN_NATIVE load
78a1c8ea0aa : 8227587: Add internal privileged System.loadLibrary
ec7f1c13d91 : 8227677: Shenandoah: C2: Make in-native LRB special case of normal LRB
cf5433ff56c : 8227392: Colors with alpha are painted incorrectly on Linux, after JDK-8214579 8224825: java/awt/Color/AlphaColorTest.java fails in linux-x64 system
5224520e9f2 : 8227631: Adjust AIX version check
2c6a826899e : 8227615: [TESTBUG] JTReg "jdk/sun/security/util/FilePermCompat/CompatImpact.java" fails with graal
c0d870559f5 : 8227640: javac crashes on text blocks with invalid escapes
a5388f21b71 : 8227512: [TESTBUG] Fix JTReg javac test failures with Graal
5dcfefbae05 : 8176447: javax.xml.validation.Validator validates incorrectly on uniqueness constraint
365d1188bf7 : 8227720: Improve ExtendedSocketOptions initialization
587ce2f4c1d : 8227632: Incorrect PrintCompilation message: made not compilable on levels 0 1 2 3 4
b0adbe8fcf7 : 8227440: Implement fix to JDK-8224642 on all platforms
768ef3cd20d : 8226653: [accessibility] Can edit text cell correctly, but Accessibility Tool reads nothing about editor
530176f9335 : 8227496: Update NUM_CDS_REGIONS and CURRENT_CDS_ARCHIVE_VERSION in cds.h
53635b436c0 : 8227574: [TESTBUG] JTReg tests fail with Graal due to access denied
49daf1dc19b : 8227368: EnumSet.class serialization broken in JDK 9+
f2141ffd9ee : 8227636: Fix output dir for jlink_jre target in Images.gmk
74143d5ab82 : 8227630: adjust format specifiers in loadlib_aix.cpp
2870c9d55ef : 8225690: Multiple AttachListener threads can be created
5b05ea5a02a : 8225483: Shenandoah: Enhance native access barrier
116af970c8d : 8227289: Enable assertions for some shell to java conversion tests after JDK-8218960
159a99ee414 : 8227676: Shenandoah: More consistent naming of LRB entry points
02a90281ec9 : 8227637: Adjust Shenandoah C2 verifier to recognize IN_NATIVE barriers
2169215b298 : 8227438: [TESTLIB] Determine if file exists by Files.exists in function FileUtils.deleteFileIfExistsWithRetry
81a59941af9 : 8227594: sadebugd/DebugdConnectTest.java fails due to "java.rmi.NotBoundException: SARemoteDebugger"
a1bbcd7892c : 8227644: make more build-time variables available to Markdown files
da3672a2998 : 8227068: [Graal] MappedByteBuffer bulk access memory failures are not handled gracefully
7821fee0dbd : 8227613: "draft" header should be in a <header> instead of <div>
24b025163ba : 8227582: runtime/TLS/testtls.sh fails on x86_32
cca67cab99f : 8227578: Wrong JRE targets in Images.gmk after JDK-8219971
0518393598d : 8227422: sun/net/www/protocol/file/DirPermissionDenied.java failed on Windows 2016 because DirPermissionDenied directory has no read permission
eb2ce06cc27 : 8225423: GTK L&F: JSplitPane: There is no divider shown
175faeeadf7 : 8225745: NoSuchAlgorithmException exception for SHA256withECDSA with RSASSA-PSS support
27c77d3d291 : 8227602: Update nroff version of man pages
ea81ec7896a : 8178843: A bug in an inner loop in MethodGenerator's getLocals method
cd18508b2f2 : 8227391: Update double-conversion to version 3.1.5
61d10a507d4 : 8223451: Make optimistic types disabled by default
987fad27b71 : 8227527: LogDecorations should lazily resolve host name
5e24afc868b : 8226798: JVM crash in klassItable::initialize_itable_for_interface(int, InstanceKlass*, bool, Thread*)
6e6aab17b07 : 8227549: Fix style of links in specs for consistency
29215b987bc : 8181386: CipherSpi ByteBuffer to byte array conversion fails for certain data overlap conditions
019b9891d7e : 8226536: Catch OOM from deopt that fails rematerializing objects
8c52f63fe1e : Added tag jdk-13+29 for changeset 3081f39a3d30
7087f2eae2e : 8224560: (tz) Upgrade time-zone data to tzdata2019a 8225580: tzdata2018i integration causes test failures on jdk-13
8c3e30202b6 : 8227009: JDK 13 L10n resource files update - msgdrop 10
32a7e50bee7 : 8220041: NullPointerException at jdk.compiler/com.sun.tools.javac.jvm.Code.emitop0
32d0bae08d9 : 8227059: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timed out
e133dbf7bd0 : 8227381: GSS login fails with PREAUTH_FAILED
e03c2a270b2 : 8225687: Newly added sspi.cpp in JDK-6722928 still contains some small errors
3fe67141c70 : 8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java failed XMM register should be 0-15
75d87ff2543 : 8227034: Graal crash with gcbasher
d307ec4dba9 : 8227237: [Graal] org.graalvm.compiler.api.directives.test.ProbabilityDirectiveTest fails with -Xcomp
f111dd0cbbf : 8224531: SEGV while collecting Klass statistics
a577b1a972d : 8227277: HeapInspection::find_instances_at_safepoint walks dead objects
0f1ad365841 : 8227127: Era designator not displayed correctly using the COMPAT provider
37b39bc6422 : 8227117: normal interpreter table is not restored after single stepping with TLH
7fbf691c010 : 8221577: [Graal] Implement basic type consistency checks for Low level MH intrinsics
516578513cd : 8226302: Test failures on IBM platforms (power and s/390) after JDK-8223837
291dfa4da5e : 8221514: [Graal] java/lang/String/CompactString/ tests fail with "GraalError: failed guarantee: no FrameState at DeoptimizingNode" in Graal -Xcomp mode
173e014b80f : 8224254: compiler/graalunit/HotspotJdk9Test.java is timing out intermittently
4124d403c0a : 8225064: [Graal] Application SEGV in G1ParScanThreadState::copy_to_survivor_space(G1HeapRegionAttr, oopDesc*, markOopDesc*)+0x48
a4905bae9b2 : 8226654: Some swing gtk regression tests fail with "java.lang.InternalError: Unable to load native GTK librarie
17bc4c4bcfa : 8227305: Krb5Util::getTicketFromSubjectAndTgs is useless
259a0b4a7bb : 8226627: assert(t->singleton()) failed: must be a constant
5cb091693dd : 8226695: Shenandoah: Wire C1 and C2 IN_NATIVE barrier
ac0e72332e7 : 8227275: Within native OOM error handling, assertions may hang the process
4b5b4f479c2 : 8227031: Print NMT statistics on fatal errors
2cbbe809a66 : 8227416: Add a "Table Of Contents" to HTML version of man pages
cf39d96d3a4 : 8209790: SA tools not providing option to connect to debug server
dc300483a79 : 8227539: Replace wildcard address with loopback or local host in tests - part 20
8286318f2a2 : 7148925: StAXSource causes exceptions to be thrown with certain wellformed XML instances
937f230ce33 : 8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
a6b4e5c3d15 : 8226406: JVM fails to detect mismatched or corrupt CDS archive
fe80d6458c5 : 8042383: [TEST_BUG] Test javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails with shortcuts on menus do not work
1f350416508 : 8227080: (fs) Files.newInputStream(...).skip(n) is slow
e8da22b6405 : 8266802: Shenandoah: Round up region size to page size unconditionally
d4c2ba92aa9 : 8263846: Bad JNI lookup getFocusOwner in accessibility code on Mac OS X
dd79d95d10b : 8261198: [macOS] Incorrect JNI parameters in number conversion in A11Y code
1735d932de1 : 8259585: Accessible actions do not work on mac os x
24badf966f5 : 8259232: Bad JNI lookup during printing
73d9ca12627 : 8257988: Remove JNF dependency from libsaproc/MacosxDebuggerLocal.m
40e3b155af6 : 8260616: Removing remaining JNF dependencies in the java.desktop module 8259729: Missed JNFInstanceOf -> IsInstanceOf conversion
2989da76aca : 8259869: [macOS] Remove desktop module dependencies on JNF Reference APIs
cf45819cce4 : 8259651: [macOS] Replace JNF_COCOA_ENTER/EXIT macros
91a890f3165 : 8259343: [macOS] Update JNI error handling in Cocoa code
d596cc4384d : 8257853: Remove dependencies on JNF's JNI utility functions in AWT and 2D code
e10dd10c5a9 : 8257858: [macOS]: Remove JNF dependency from libosxsecurity/KeystoreImpl.m 8257860: [macOS]: Remove JNF dependency from libosxkrb5/SCDynamicStoreConfig.m
5f05ce78ec6 : 8226525: HotSpot compile-time error for x86-32
ebde73209fb : 8227011: Starting a JFR recording in response to JVMTI VMInit and / or Java agent premain corrupts memory
9f4fd8c7ab3 : 8225715: jhsdb jmap fails to write binary heap dump of a jshell process
3b92d73c3f2 : Added tag jdk-14+5 for changeset 0f1e29c77e50
76785af549f : 8226756: Replace wildcard address with loopback or local host in tests - part 18
d3ab43a5f4d : 8227338: templateInterpreter.cpp: copy_table() needs to be safer
f7d689f4bcf : 8225479: com.sun.net.httpserver.HttpContext that does not end with '/' has surprising matches
04b98fd1df8 : 8222446: assert(C->env()->system_dictionary_modification_counter_changed()) failed: Must invalidate if TypeFuncs differ
475cf213d99 : 8224560: (tz) Upgrade time-zone data to tzdata2019a 8225580: tzdata2018i integration causes test failures on jdk-13
80f41ad334f : 8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java failed XMM register should be 0-15
fe39168fa7d : 8191890: Biased locking still uses the inferior stop the world safepoint for revocation
238c17bdb5c : 8225035: Thread stack size issue caused by large TLS size
bb961565486 : 8227389: Remove unsupported xlc16 compile options on aix
d24296edf46 : 8223443: Calling Trees.getScope early changes names of local/anonymous classes
19d1cb63bbc : 8225626: JMH Test Support for JDK-8222074
b85ebc19e0c : 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out
c03b0c2f620 : 8224741: Optimize the scan area during the Scan Heap Roots phase
41ff22e5527 : 8227327: Shenandoah: Faster and more parallel tests
f464df375f6 : 8227124: "could not open pipe" error does not report error details
7f1f9a50ae8 : 8225239: Refactor NetworkInterface lookups
eb2818421a3 : 8226409: Enable argument profiling for sun.misc.Unsafe.put*/get*
d6dd171ece9 : 8227039: Shenandoah: Aggressive heuristics for Traversal mode
9c2e15364c7 : 8222079: Don't use memset to initialize fields decode_env constructor in disassembler.cpp
872e04a6a62 : 8226793: Replace OopStorage dup_name with os::strdup
36bb50bad54 : 8226823: Adjust BarrierSetC2 for C2 runtime calls
4b821f00f37 : 8226822: GC interface for C1 runtime calls
c4213848c04 : 8227010: Error recovery after local variable redeclaration can be improved
eddf2cf9208 : 8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be ignored but run
d4afa4e1c85 : 8226757: Shenandoah: Make traversal and passive modes explicit
6e16ff4ceae : 8225706: JFR RootResolver resets CLD claims with no restore
605b3f051b6 : 8227086: Use AS_NO_KEEPALIVE loads in HeapDumper
ebf98ac78c0 : 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
a3d6be2b2d8 : 8229838: Rename markOop files to markWord
9f41d4d2f20 : 8229421: The logic of java/net/ipv6tests/TcpTest.java is flawed
047b8bfeb73 : 8224974: Implement JEP 352
db359f11b57 : 8229158: make UseSwitchProfiling non-experimental or false by-default
f543e8e4eaa : 8227442: Make young_index_in_cset zero-based
672fa8b97a2 : 8228888: C2 compilation fails with assert "m has strange control"
792a6d16450 : 8202385: Annotation to mark serial-related fields and methods
c299c4fd46f : 8228757: Fail fast if the handshake type is unknown
94130be62e9 : 8229865: Use explicit #include debug.hpp for STATIC_ASSERT in gc/shenandoah/shenandoahUtils.cpp
7895862fa92 : 8229835: Shenandoah should recommend -Xlog:safepoint+stats
cbfcd9c72e3 : 8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find dependent libraries
ff9d7686303 : 8229352: Use of an uninitialized register in 32-bit ARM template interpreter
c0ac4824526 : 8226204: SA: Refactoring for option processing in SALauncher
bd1521e1a6a : 8191169: java/net/Authenticator/B4769350.java failed intermittently
2c245bd2b92 : 8229773: Resolve permissions for code source URLs lazily
742e9f26c88 : 8224997: ChaCha20-Poly1305 TLS cipher suite decryption throws ShortBufferException
07c1c7fcd85 : 8229808: javaVFrame::print_lock_info_on fails to disable extra printing
793585b4944 : 8225625: AES Electronic Codebook (ECB) encryption and decryption optimization using AVX512 + VAES instructions
0b9a90e0d15 : 8229044: G1RedirtyCardsQueueSet should be local to a collection
c0b8844dce2 : 8221307: String.substring() OOB exception on start index reports improper information
a073e1261b3 : 8229420: [Redo] jstat reports incorrect values for OU for CMS GC
f0ff63c19ce : 8229345: Memory leak due to vtable stubs not being shared on SPARC
e81ee784d37 : 8229481: sun/net/www/protocol/https/ChunkedOutputStream.java failed with a SSLException
ae5615c6142 : 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
f075a3278be : 8224666: Parallel GC: Use WorkGang (8: obsolete and remove flags)
1447c5c0e38 : 8224665: Parallel GC: Use WorkGang (7: remove task manager)
fd1966fa3a4 : 8224664: Parallel GC: Use WorkGang (6: PSRefProcTaskProxy)
82b140f83d1 : 8224663: Parallel GC: Use WorkGang (5: ScavengeRootsTask)
8142753031f : 8224662: Parallel GC: Use WorkGang (4: SharedRestorePreservedMarksTaskExecutor)
3eba0ec9baa : 8224661: Parallel GC: Use WorkGang (3: UpdateDensePrefixAndCompactionTask)
855895f61bd : 8224660: Parallel GC: Use WorkGang (2: MarksFromRootsTask)
3a38bec5ae6 : 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
b84ffae32f5 : 8229775: Incorrect warning when jar was signed with -sectionsonly
63baaf7a566 : 8226645: [TESTBUG] some AppCDS tests rely on illegal reflective access
9893531f352 : 8229699: [Graal] jck tests fail on windows with AOTed Graal
55423070976 : 8193325: StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767
04cb8469332 : 8226848: jline/terminal/impl files missing classpath exception clause in license header
77d09f0f14b : 8229486: Replace wildcard address with loopback or local host in tests - part 21
ca919052e93 : 8229767: Typo in java.security: Sasl.createClient and Sasl.createServer
57dbffe53f3 : 8225788: Dead code in thread and safepoint
6af89d6412e : 8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on AArch64
eed736fecdb : Added tag jdk-14+10 for changeset ececb6dae777
000a25c0bf0 : 8228858: Reimplement JVM_RawMonitors to use PlatformMutex
517f13e1c6c : 8229707: [TESTBUG] Some Shenandoah tests assume Server VM by default
0005ab68af7 : 8229709: x86_32 build and test failures after JDK-8228369 (Shenandoah: Refactor LRB C1 stubs)
a572017379a : 8184432: Remove references to jdbc@sun.com from javax.sql.rowset.spi.SyncProvider
d1ca6221a44 : 5103339: Strengthen NoSafepointVerifier
af895508784 : 8217606: LdapContext#reconnect always opens a new connection
392b5f8f62e : 8228857: Refactor PlatformMonitor into PlatformMutex and PlatformMonitor
6212473fc49 : 8228835: Memory leak in PKCS11 provider when using AES GCM
effe3eb8062 : 8228613: java.security.Provider#getServices order is no longer deterministic
182c19e8c40 : 8209005: Lookup.unreflectSpecial fails for default methods when Lookup.findSpecial works 8209078: Unable to call default method from interface in another module from named module
2207d884d54 : 8229212: clear up CHECK_OWNER confusion in objectMonitor.cpp
cf9351a41f7 : 8211990: DateTimeException thrown when calculating duration between certain dates
320eaaccc4a : 8229474: Shenandoah: Cleanup CM::update_roots()
6d63995ada6 : 8229348: java/net/DatagramSocket/UnreferencedDatagramSockets.java fails intermittently
b4a7fb856ba : 8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7
a8aedcea477 : 8229470: Shenandoah: Fix C1 getAndSetObject() failure
b1ea3a780ce : 8229419: Shenandoah: Cleanup LRB strength selector code
f033152eae6 : 8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object
36ae680f2a3 : 8228647: Broken enum produce inconvenient errors and AST
6e86f5b47b1 : 8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody()
da43cb5e463 : 8224957: C2 compilation fails with assert: Bad graph detected in build_loop_late
f1763a5e861 : 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
5225d254ee1 : 8229447: Problem list compiler/unsafe/UnsafeGetConstantField.java on Sparc until JDK-8229446 is fixed
316140ff92a : 8226374: Restrict TLS signature schemes and named groups
de8ce983b3c : 8228369: Shenandoah: Refactor LRB C1 stubs
47c9c44b16f : 8229416: Shenandoah: Demote or remove ShenandoahOptimize*Final optimizations
cfb3b647044 : 8229407: Avoid ConcurrentHashMap resizes during bootstrap
438c7a5dba1 : 8185898: setRequestProperty(key, null) results in HTTP header without colon in request
acd77509717 : 8219082: jdk/jfr/event/runtime/TestShutdownEvent.java failed in validateStackTrace()
681475de5b6 : 8229406: ZGC: Fix incorrect statistics
50baeb8180b : 8229236: CriticalJNINatives: dll handling should be done in native thread state
fd4dc1dfd20 : 8225670: compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
23e3128b6ac : 8229386: Typo "lables" in doc comment
e9b271dd106 : 8229267: [TESTBUG] Remove unnecessary @modules dependencies in CDS tests
e74e541d565 : 8227697: Improve text in Taglet API spec for expected results with standard doclet
29875f63ef1 : 8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory
46e4b55e231 : 8229283: StringLatin1 should consistently use CharacterDataLatin1.instance when applicable
28737bd07fa : 8229350: Shenandoah does not need barriers before CreateEx
c6446d44b7e : 8226228: Make Threads_lock an always safepoint checked lock
98fb7b85e59 : 8229027: Improve how JNIHandleBlock::oops_do distinguishes oops from non-oops
7929b6fbc5a : Added tag jdk-13+33 for changeset 9c250a7600e1
4312f54e51f : 8225430: Replace wildcard address with loopback or local host in tests - part 14
9f7cbf60e4a : 8228970: AssertionError in ResponseSubscribers$HttpResponseInputStream
b0360711259 : 8229036: Remove the testing against NSK_TRUE from tests
090734266c7 : 8227439: Turn off AOT by default
d5914f18390 : 8229180: Remove EA from JDK 13 version string
6864d7826d0 : 8228778: JDK 13 L10n resource files update - msgdrop 20
3699e4d8342 : 8228359: [TESTBUG] jdk.jfr.e.g.c.TestGCHeapConfigurationEventWith32BitOops.java does not expect MinHeapSize to be aligned to HeapAlignment
976a5c61663 : 8229219: C2 compilation fails with assert: Bad graph detected in build_loop_late
da8d1524485 : Added tag jdk-14+9 for changeset 18f189e69b29
29b3fc5dc48 : Added tag jdk-13+33 for changeset 5c85b58e2a42
865afd7fda8 : 8215181: Accounting currency format support
ef9b6ed5c30 : 8229214: Don't use GCM with PKCS5Padding in test/micro/org/openjdk/bench/javax/crypto/
5233e25c4c0 : 8226530: ZipFile reads wrong entry size from ZIP64 entries
c98e06ff52d : 8228971: Locale API doc has redundant hyphens for some parameters
2b164a34ad5 : 8229213: Shenandoah: Allow VM global oop storage to be processed concurrently
8251ba4817e : 8229208: Remove Monitor::ClearMonitor
1f0295ca651 : 8228469: (tz) Upgrade time-zone data to tzdata2019b
0512111dd9e : 8229206: Shenandoah: ShenandoahWeakRoot::oops_do() uses wrong timing phase
302a1627048 : 8213031: (zipfs) Add support for POSIX file permissions
ac2ea957883 : 8229016: C2 scalarization crashes with assert(node->Opcode() == Op_CastP2X) failed: ConvP2XNode required
854eeb238e1 : 8229169: False failure of GenericTaskQueue::pop_local on architectures with weak memory model
c64f70be822 : 8228503: Rename "rs_lengths" to "rs_length" in ergo code
3f2a661b7e4 : 8227225: ParallelGC: add subspace transitions for young gen for gc+heap=info log lines
27600c60e2e : 8229156: ProblemList gc/stress/gclocker/TestExcessGCLockerCollections.java
1747e9763d5 : 8229129: ZGC: Fix incorrect format string for doubles
1f33105379b : 8229128: ZGC: Remove unused ZThreadRootsIterator
a862b9341f6 : 8229017: ZGC: Various cleanups of ZVerify
285193d13cf : 8228657: ZGC: ZObjectAllocator::used() should take undone allocations into account
a31fd3fc6d6 : 8229135: ZGC: Adding missing ZStatTimerDisable before call to ZVerify::roots_strong()
22cb2d8b5ba : 8210755: Define standard names for EC curves and TLS signature schemes
7c0a5865fb2 : 8228753: Deprecate -XX:FieldsAllocationStyle product option 8228749: Deprecate product flag -XX:CompactFields
7b37608a655 : 8229134: [TESTBUG] 32-bit build fails gc/arguments/TestSurvivorAlignmentInBytesOption.java after JDK-8228855
705b9c94960 : 8229176: Shenandoah should acquire CodeCache_lock without safepoint check
f454862e659 : 8228902: add os::dll_load to the unified logging os category
1b1f8d48dba : 8225776: Optimize branch frequency of G1's write post-barrier in C2
8426db3d74b : 8229000: Fix lock and reenable assert in Monitor::check_safepoint_state
d5ceec68b45 : 8229018: Switching to an infinite socket timeout on Windows leads to high CPU load
9a217b93133 : 8158880: test/java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale
2d7792b54e4 : 8058539: Platform specific source files may not end up in src.zip
1701207a00f : 8228393: Add an indicator for external links in javadoc
2f16ca0f598 : 8226964: [Yaru] GTK L&F: There is no difference between menu selected and de-selected
e33ff344e85 : 8229020: Failure on CPUs allowing loads reordering: assert(_tasks[t] == 1) failed: What else?
a3c85f810cf : 6394013: C2: Remove VerifyOpto
e163037e319 : 8228687: [TESTBUG] exclude Container tests from hotspot_misc group
46a5f5a299f : 8229032: ProblemList jdk/internal/platform/docker/TestDockerMemoryMetrics.java
76b7c9a0ce3 : 8228998: Remove the testing against NSK_FALSE from tests
f84231bfbd8 : 8228649: [PPC64] SA reads wrong slots from interpreter frames
afdd3974711 : 8229002: Shenandoah: Missing node types in ShenandoahLoadReferenceBarrier::needs_barrier_impl()
66dc6cf25b5 : 8228352: CANON_EQ breaks when pattern contains supplementary codepoint
465eff703f8 : 8228999: ProblemList vmTestbase/nsk/jvmti/GetThreadState/thrstat001/TestDescription.java
ae9388adeb8 : 8226899: Problemlist compiler/rtm tests
1e6f44004c2 : Added tag jdk-14+8 for changeset c0023e364b6f
2ddc670661a : 8228764: New library dependencies due to JDK-8222720
57dac13ec51 : 8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms
e3aa4909dff : 8228904: Problemlist docker/TestJcmdWithSideCar.java until JDK-8228850 and JDK-8228960 are fixed
921748e33cd : 8228907: Some gc argument checking tests fail after JDK-8228855
c4c918f4108 : 8227170: (.hg)Ignore the JTwork and JTreport directories generated at the root of the repo
6d65b4fd25a : 8048556: Unnecessary GCLocker-initiated young GCs
caf7ee9bb5a : 8228855: Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges fails after JDK-8227123
c3c35c1b6d8 : 8228674: LogCompilation: Improvements to log compare feature
ab9aab646bb : 8228630: Remove always true parameter to NoSafepointVerifier
9ad5641ce51 : 8228673: Remove develop flag StrictSafepointChecks
8996d4782d8 : 8228775: Shenandoah: Remove useless null-input-verification in Shenandoah/C2 verifier
ade0b9d9147 : 8193042: NativeLookup::lookup_critical_entry() should only load shared library once
9e4054bd0e9 : 8227250: UserHandler contains ancient LinuxThreads code
3c80eb4f3cd : 8227528: TestAbortVMOnSafepointTimeout.java failed due to "RuntimeException: 'Safepoint sync time longer than' missing from stdout/stderr"
cfb06a603cb : 8228725: AArch64: Purge method call format support
1ed64c2a95b : 8228672: [TESTBUG] gc/metaspace/TestSizeTransitions.java fails on 32-bit platforms
3155cd829b5 : 8227609: (fs) Files.newInputStream(...).skip(n) should allow skipping beyond file size
918492bb589 : 8228743: [PPC64, s390] Implement FastJNIAccessors
1186d8203b5 : 8227123: Assertion failure when setting SymbolTableSize larger than 2^17 (131,072)
28479937ea7 : 8191138: Remove deprecated java.security.acl APIs
855e5f5282a : 8228745: sun/security/tools/jarsigner/Warning.java test timeout
285edd49e9e : 8228755: ProblemList sun/security/tools/jarsigner/Warning.java
c720219beb0 : 8228668: compiler/codegen/aes/TestAESMain.java failed with GCM mode must be used with NoPadding
4ac4c838d95 : 8228742: Remove javax/net/ssl/SSLSocket/Tls13PacketSize.java from ProblemList
70fb85adc52 : 8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime
62c2d1fbd97 : 8078891: java.io.SequenceInputStream.close is not atomic and not idempotent
20ee82bf0af : 8181493: (fs) Files.readAttributes(path, BasicFileAttributes.class) should preserve nano second time stamps
1ed3649f480 : 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
3d6ba9735fa : 8228596: Class redefinition fails when condy instructions are removed
f5b92a4ca72 : 8228400: Remove built-in AArch64 simulator
a24a333cfd2 : 8228618: s390: c1/c2 fail to add a metadata relocation in the static call stub
a42636d34b8 : 8227407: ZGC: C2 loads and load barriers can get separated by safepoints
804e840856d : 8228403: SignTwice.java failed with java.io.FileNotFoundException: File name too long
5bbe479adeb : 8228589: BasicJStackTest.java and JcmdOutputEncodingTest.java failing after JDK-8227868
bb3d5aed048 : 8228645: Don't run sun/security/pkcs11/Cipher/TestKATForGCM.java on buggy NSS solaris versions
dde37610c09 : 8228650: runtime/SharedArchiveFile/CheckDefaultArchiveFile.java test fails on AIX
3135a96dc0a : 8156207: Resource allocated BitMaps are often cleared unnecessarily
b2a9f90a94d : 8223769: Assert triggers with -XX:+StressReflectiveCode
3e45ca1ad74 : 8221205: Obsolete AllowJNIEnvProxy
19ec64630a9 : 8228671: Fastdebug VM throws InternalError when publicLookup.in(T) is used to resolve a member
80ebfe9bba2 : 8226796: Reduce debug level logging for oopstorage+blocks
b729cda18ee : 8228631: Fix inconsistent OopStorage::Block owner usage
11ab995e6cb : 8228465: HOST locale provider holds wrong era name for GregorianCalendar in US locale
d711c4e18ed : 8226808: PreparedStatement javadoc typo
136cfdb1e35 : 8068376: Validator fails valid XML files due to String == in XSD validator code
c1a479ad676 : 8212970: TZ database in "vanguard" format support
4b791747ef9 : 8228623: Update copyright year to 2019 for several java properties file
fc7aa2306cb : 8228407: JVM crashes with shared archive file mismatch
3476b6dab81 : 8228602: Add sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java to problem list
adfa9a7eb1b : 8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes)
1f088e0f3fa : 8228650: runtime/SharedArchiveFile/CheckDefaultArchiveFile.java test fails on AIX
01e4da68093 : 8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms
946d2b31973 : 8228834: Regression caused by JDK-8214542 not installing complete checkpoint data to candidates
7ca72d55c3b : 8227919: 8213232 causes crashes on solaris sparc64
2f5e3d0d042 : Added tag jdk-13+32 for changeset 929f37a9c35d
0de207a5e03 : 8228397: Missing license copyright header in some properties files
cac96b1b587 : 8226905: unproblem list applications/ctw/modules/* tests on windows
3424644dae9 : Added tag jdk-13+31 for changeset 6a159c6c23cc
32eb2e45b60 : 8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
78c7364c171 : 8228341: SignTwice.java fails intermittently on Windows
9c12b7f41dc : 8227595: keytool/fakegen/DefaultSignatureAlgorithm.java fails due to "exitValue = 6"
e17feae1e85 : 8228532: Shenandoah: Implement SBSA::try_resolve_jobject_in_native()
4449a99f84b : 8228578: fix CFData object leak in macosx KeystoreImpl.m
d3fa36896ee : 8228571: [TESTBUG] Fix tests failing on non-aot platforms after JDK-8227512
bc1ccab62c5 : 8226771: Update Graal
a8af569fa0f : 8184157: (ch) AsynchronousFileChannel hangs with internal error when reading locked file
da6f0426167 : 8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes)
6b662abe746 : 8180392: SunJCE provider should throw exceptions for unsupported mode and padding combinations
ff6b5404ebf : 8228501: java_props_macosx.c - provide missing CFRelease for CFLocaleCopyCurrent
5fc206ea7d5 : 8228494: Update nroff version of man pages
6a94be70479 : 8228490: Shenandoah: Shenandoah concurrent root evacuation may race against OopStorage::release()
843ee2be16f : 8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
422e04e98f6 : 8227642: [TESTBUG] Make docker tests podman compatible
a8842c9f593 : 8225642: ZGC: Crash due to bad oops being spilled to stack in load barriers
ec5bfaba53a : 8219687: G1 asserts nmethod should not be unloaded during parallel code cache unloading
0fa10477332 : 8227041: runtime/memory/RunUnitTestsConcurrently.java has a memory leak
03030e473c6 : 8224674: NMethod state machine is not monotonic
e23d02b4844 : 8228342: Add SignTwice.java to problem list
b6d1b1e0853 : 8217375: jarsigner breaks old signature with long lines in manifest
3cd50f2666a : 8227437: S4U2proxy cannot continue because server's TGT cannot be found
5fd772a6f1a : 8048595: problemList failing/ignored manual tests in security-libs
200254b4797 : 8226338: Updates to Stateless Resumption
e352e9327cb : Added tag jdk-13+30 for changeset 2e63fb0a885f
bc7a8842a3f : 8227551: Session Resumption without Server-Side State off by default
6f3bb944273 : 8227646: [TESTBUG] appcds/SharedArchiveConsistency timed out
1dd6e7a3eb0 : 8226522: No compilation error reported when yield is used in incorrect context
355346c10ac : 8215523: jstat reports incorrect values for OU for CMS GC
ba3ba19536a : 8227032: MetaspaceUtils::print_report crashes when called before initialization
9e02985246e : 8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
3bb469aa4f6 : 8227171: provide function names in native stack trace on aix with xlc16
e844e34e812 : 8227173: Minor cleanup of unused code in compile.hpp
86adc981f18 : 8227202: clarify Class.isEnum() doc
c6c82dd736d : 8227080: (fs) Files.newInputStream(...).skip(n) is slow
5b244654679 : Added tag jdk-14+4 for changeset 19d0b382f086
67e5c778aa8 : Added tag jdk-13+28 for changeset 1e95931e7d8f
dacaff48e25 : 8223575: add subspace transitions to gc+metaspace=info log lines
509442b2a4f : 8226566: [JVMCI] java.* classes are no longer necessarily resolved by the boot class loader
5c12a30062a : 8223291: Whitespace is added to CDATA tags when using OutputKeys.INDENT to format XML
307b7e3c04c : 8227199: Shenandoah: Remove superfluous calls to can_do_traversal_gc()
58d760898e5 : 8227178: Backout of 8215523
202159bc57d : 8226238: Improve error output and fix elf issues in os::dll_load
53fefe466c7 : 8227085: ZGC: Add on_weak load barrier verification
e632ccd5088 : 8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap
70b08629725 : 8225770: ZGC: C2: Generates on_weak instead of on_strong barriers
72bb0855adc : 8226956: Add invocation tests for Graal and C1
61c24da895c : 8226525: HotSpot compile-time error for x86-32
178bf44f565 : 8226976: SessionTimeOutTests uses == operator for String value check
4833b4b3d51 : 8224480: (fc) java/nio/channels/FileChannel/MapTest.java fails intermittently
803c03c0942 : 8227101: Shenandoah: Use ShenandoahSharedFlag for claimed flag in ShenandoahSerialRoot
3395bb591bd : 8226602: Test convenience reactive primitives from java.net.http with RS TCK
4598deaf64b : 8227041: runtime/memory/RunUnitTestsConcurrently.java has a memory leak
3749d0a03df : 8227035: JVM::printFlags fails in native OOM situations
fdfeffc99bd : 8226603: accessibility issues in specs/jvmti.html
d843b2f58e2 : 8226957: Shenandoah: Remove obsoleted ShenandoahStoreCheck option
00026605f6d : 8225344: Avoid VM_EnableBiasedLocking VM operation during bootstrap if BiasedLockingStartupDelay is 0
ccbc87cc31a : 8226287: Make process_users_of_allocation handle gc barriers
37a2e729371 : 8226287: Make process_users_of_allocation handle gc barriers
095da5385c5 : 8226967: Minimal VM: FALSE was not declared in this scope
a7511da8af6 : 8226778: [JVMCI] Handle unpacking properly in Deoptimiziation::get_cached_box()
d96ed63fd08 : 8226809: Circular reference in printed stack trace is not correctly indented & ambiguous
ff1f2fad6e3 : 8226917: jvmti/scenarios/contention/TC04/tc04t001/TestDescription.java fails on jvmti->InterruptThread (JVMTI_ERROR_THREAD_NOT_ALIVE)
9d6c7764b6a : 8226533: JVMCI: findUniqueConcreteMethod should handle statically bindable methods directly
4d1ff6a2955 : 8226706: (se) Reduce the number of outer loop iterations on Windows in java/nio/channels/Selector/RacyDeregister.java
a8fc8c4c217 : 8226869: Test java/util/Locale/LocaleProvidersRun.java should enable assertions
1e0c8e5b26d : 8226651: Setting the mgfHash in CK_RSA_PKCS_PSS_PARAMS has no effect
5d1361df03d : 8211723: AppCDS: referring to a jar file in any way other than exactly how it was done during dumping doesn't work
302b8d06ce5 : 8226878: zero crashes after JDK-8191278
bb9049d3c12 : 8226876: Assertion in sun/util/locale/provider/CalendarDataUtility on Windows after JDK-8218960
2ad9f11d776 : 8226514: Replace wildcard address with loopback or local host in tests - part 14
685c7b8a438 : 8223173: Implement fast class initialization checks on AARCH64
faea44aec39 : 8222968: ByteArrayPublisher is not thread-safe resulting in broken re-use of HttpRequests
b1692c1eaa9 : 8226879: Memory leak in Type::hashcons
f9c491c478d : 8226783: GTK is not being returned as the System L&F on Gnome
74b8b472837 : 8225437: JvmtiExport::gc_epilogue is unnecessary
c45f932cc59 : 8226825: Replace wildcard address with loopback or local host in tests - part 19
7a1bd618497 : 8226871: invalid use of incomplete type class MacroAssembler when building minimal after JDK-8191278
d46d9318c19 : 8213108: Improve work distribution during remembered set scan
e81d3fa8c37 : 8226510: No compilation error when switch expression has no result expressions
df6fbdb2af4 : 8224650: Add tests to support X25519 and X448 in TLS
334e93b09ea : 8226608: Hide the onjcmd option from the help output
a77f50d3d16 : 8225497: Update Graal
c4f68dd8b63 : Added tag jdk-13+27 for changeset b7f68ddec66f
a756f8a1bd5 : Added tag jdk-14+3 for changeset e64383344f14
f853b31306e : 8224716: Javadoc of Int/Long/DoubleSummaryStatistics should mention possible overflow of count
a66ce2eb453 : 8134672: [TEST_BUG] Some tests should check isDisplayChangeSupported
805258f3a90 : 8225255: Make SATB qset lock-free
8b067a95ede : 8225702: Safepoint counter can't be used for safepoint detection
1a72f29e352 : 8224764: Create jtreg test for JDK-8222252
b6c6f3ce43e : 8224137: Analyze and port invocation tests to jtreg and co-locate to jdk repo
622cdc7189b : 8224157: BCEL: update to version 6.3.1
3d4d89b2ae9 : 8226785: MandatoryWarningHandler.java contains implementation of Objects.equals functionality
c9ca2c7a908 : 8224849: Flag (?U:...) is allowed for non-capturing groups
e96576ee30e : 8226543: Reduce GC pressure during message digest calculations in password-based encryption
870330c60c9 : 8226607: Inconsistent info between pcsclite.md and MUSCLE headers
064f2d1624d : 8222563: Remove terminally deprecated method netscape.javascript.JSObject::getWindow
0a1d85e5a3d : 8225644: C1 dumps incorrect class name in ClassCastException message
d7045042606 : 8226515: AArch64: float point register corruption in ZBarrierSetAssembler::load_at
f35f2cdc3fa : 8226607: Inconsistent info between pcsclite.md and MUSCLE headers
b2e7d0367e5 : 8226709: MethodTypeDesc::resolveConstantDesc needs access check per the specification
5c5126f5ee4 : 8226462: [TESTBUG] runtime/appcds/sharedStrings/SysDictCrash.java failed with Cannot dump shared archive
56292418274 : 8226730: Missing `@` in code tags
be762d7ac85 : 8196467: javax/swing/JInternalFrame/Test6325652.java fails
3da101fa7ff : 8226361: jdk ProblemList file contains more than 1 entry for a test
d6be015b16b : 8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes
41d734bc77b : 8226697: Several tests which need the @key headful keyword are missing it
01c739c34a5 : 8225369: [AOT] vm/classfmt/cpl/cplres001/cplres00101m004/cplres00101m004.html fails
d50c63ac296 : 8226628: The copyright footer should be enclosed in <footer>
aedbb758033 : 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
1719c0cc12e : 8224506: [TESTBUG] TestDockerMemoryMetrics.java fails with exitValue = 137
4786d88ba95 : 8224502: [TESTBUG] JDK docker test TestSystemMetrics.java fails with access issues and OOM
6ad9eba4cd7 : 8180005: Provide specific links in KeyManagerFactory and TrustManagerFactory to the Standard Algorithm Names Specification
8cf8442085a : 8226595: jvmti/scenarios/contention/TC04/tc04t001/TestDescription.java still fails due to wrong number of MonitorContendedEntered events
fc6de2505dd : 8224555: vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/TestDescription.java failed
035e07b2120 : 8225146: Accessibility issues in javax/swing/plaf/nimbus/doc-files/properties.html
177f031d000 : 8226593: Fix HTML in com/sun/jdi/doc-files/signature.html
03051ed79d2 : 8226592: Fix HTML in table for jdk.zipfs module-info
ff8b711ec2f : 8226269: Race in SetupProcessMarkdown
a2b3db108ab : 8225257: sun/security/tools/keytool/PSS.java timed out
3ba752295e0 : 8226394: [TESTBUG] vmTestbase/metaspace/flags/maxMetaspaceSize/TestDescription.java fails with java.lang.NoClassDefFoundError
547e9199794 : 8226203: MappedByteBuffer.force method may have no effect on implementation specific map modes
d1017b71ad8 : 8226538: find-files.gmk gets corrupted if tab completion is used before running make first
a7a94701fe3 : 8226307: Curve names should be case-insensitive
66e90a11f96 : 8225802: Remove unused CSS classes from HTML doclet
3f0730930d1 : 8133489: Better messaging for PKIX path validation matching
fc6b87472cd : 8223736: jvmti/scenarios/contention/TC04/tc04t001/TestDescription.java fails due to wrong number of MonitorContendedEntered events
338958936d5 : 8220175: serviceability/dcmd/framework/VMVersionTest.java fails with a timeout
2548e0bc5dc : 8225590: Shenandoah: Refactor ShenandoahClassLoaderDataRoots API
a9113063430 : 8226412: Fix command-line help text for javac -target
9d9f9abe814 : 8223727: com/sun/jndi/ldap/privconn/RunTest.java failed due to hang in LdapRequest.getReplyBer
b1c6ff7193b : 8226518: Typo in the ConnectionBuilder javadoc examples
61a4303c429 : 8226325: Support building of filtered spec bundles
5a4675362f2 : 8225684: [AOT] vmTestbase/vm/oom/production/AlwaysOOMProduction tests fail with AOTed java.base
8f39def1ecf : 8220229: Timezone pattern "OOOO" does not result in the full "GMT+00:00" substring
2ccecc495c6 : 8223794: applications/kitchensink/Kitchensink.java crash bad oop with Graal
4c4bd162c5d : 8226521: Detect WSL2 as WSL in configure
4934681f190 : 8226404: bootcycle build uses wrong CDS archive
cd130d9b392 : 8226413: Shenandoah: Separate root scanner for SH::object_iterate()
4a7e2b57ea2 : 8226468: [aix] loadquery failed error message displayed
b0933034e00 : 8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes
cd598622cc9 : 8214822: Move ConcurrentHashTable VALUE parameter to CONFIG
13d3c634055 : 8226310: Shenandoah: Concurrent evacuation of CLDG
cfb99c93822 : 8226311: Shenandoah: Concurrent evacuation of OopStorage backed weak roots
54dfd47fa83 : 8226683: Remove review suggestion from fix to 8219804
eccfec498d4 : 8219804: java/net/MulticastSocket/Promiscuous.java fails intermittently due to NumberFormatException
052e0e91c33 : 8226586: Shenandoah: No need to pre-evacuate roots for degenerated GC
3b0ee5a6d8b : 8225810: Update JVMCI
c956e7ca8d1 : 8185139: [Graal] Tests which set too restrictive security manager fail with Graal
3c29fa12038 : 8224642: Test sun/tools/jcmd/TestJcmdSanity.java fails: Bad file descriptor
8d4f4b0491a : 8213561: ZipFile/MultiThreadedReadTest.java timed out in tier1
dbf62785ef2 : 8225766: Curve in certificate should not affect signature scheme when using TLSv1.3
985e0c53b3e : 8226286: Remove unused method java.lang.Integer::formatUnsignedInt and cleanup Integer/Long classes
cab837c7d63 : Added tag jdk-14+2 for changeset 43627549a488
be2a48350df : Added tag jdk-13+26 for changeset 0692b67f5462
5c4b5158568 : 8226359: Switch to JCov build which supports byte code version 58
69a123c7692 : 8226304: Obsolete the -XX:+FailOverToOldVerifier option
c2824531a77 : 8214469: [macos] PIT: java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.java fails
f66bd2d52e4 : 8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
b304a579808 : 8225789: Empty method parameter type should generate ClassFormatError
9b2f151f303 : 8226382: ProblemList java/lang/constant/MethodTypeDescTest.java
3b22c24b741 : 8226381: ProblemList java/lang/reflect/PublicMethods/PublicMethodsTest.java
02236557111 : 8226360: merge entries in hotspot problem lists
95a0560a0a8 : 8225682: Reference to JNI spec on java.sun.com
db0a78f9d4b : 8226313: problem list compiler/types/correctness tests
454f9f9fd0a : 8225748: Use SHA-256 for javap classfile checksum
2cf9999ae20 : 8225310: JFR crashed in JfrPeriodicEventSet::requestProtectionDomainCacheTableStatistics()
41ca20f5b59 : 8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
fe66fd327f5 : 8225582: Shenandoah: Enable concurrent evacuation of JNIHandles
0cc21805ba4 : 8225779: Remove unused CollectedHeap::cell_header_size()
d49e6481484 : 8226303: Examine the HttpRequest.BodyPublishers for exception handling
28f3ab85963 : 8226198: use of & instead of && in LibraryCallKit::arraycopy_restore_alloc_state
a38e980eb53 : 8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801 8159740: JShell: corralled declarations do not have correct source to wrapper mapping 8212167: JShell : Stack trace of exception has wrong line number
6ad0d8a6c76 : 8217348: assert(thread->is_Java_thread()) failed: just checking
42cb79a91f2 : 8226222: [JVMCI] Export AArch64 field VM_Version::_psr_info.dczid_el0
da39f4ff6e3 : 8225573: Shenandoah: Enhance ShenandoahVerifier to ensure roots to-space invariant
9c90f44bea0 : 8225680: Address links in java.sql.rowset
d577d9c678b : 8226319: Add forgotten test/jdk/java/net/httpclient/BodySubscribersTest.java
0a61fe55325 : 8225804: SA: Remove unused CollectedHeap.oopOffset() method
339b71d427d : 8226242: Diagnostic output for posix_spawn failure
af2a46b094b : 8225583: Examine the HttpResponse.BodySubscribers for null handling
21ab801a220 : 8226227: Missing include of thread.inline.hpp
f37c24999df : 8225636: SA can't handle prelinked libraries
5b21004fe08 : 8225578: Replace wildcard address with loopback or local host in tests - part 16
a0a919603c1 : 8224851: AArch64: fix warnings and errors with Clang and GCC 8.3
6fe98143bce : 8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801 8159740: JShell: corralled declarations do not have correct source to wrapper mapping 8212167: JShell : Stack trace of exception has wrong line number
639c6026d98 : 8225801: Shenandoah: Adjust SA to reflect recent forwarding pointer changes
9a2f403a3fc : 8225550: Shenandoah: Prevent SH::object_iterate() call's side-effects
53706549105 : 8225743: Remove ShenandoahBarrierSetC2::escape_is_barrier_node and related GC interface
813a9cf6cbf : 8225783: Incorrect use of binary operators on booleans in type.cpp
a92f0016f31 : 8217705: HttpClient - wrong exception type when bad status line is received
822c02437ab : 8225339: Optimize HashMap.keySet()/HashMap.values()/HashSet toArray() methods
51cf24fcc0d : 8222369: ExecutableElement.getReceiverType returns null instead of NOTYPE
31249c3c093 : Added tag jdk-14+1 for changeset 2f4e214781a1
179d586e72f : 8223813: (aio) Iocp.getErrorMessage should drop trailing \r\n
aeedfd44b0e : 8164819: Make javac's toString() on annotation objects consistent with core reflection
c7df05efea1 : 8225543: Jcmd fails to attach to the Java process on Linux using the main class name if whitespace options were used to launch the process
6fc80b4eed7 : 8181837: [Graal] compiler/jvmci/SecurityRestrictionsTest.java fails with AccessControlException
356c9f1db8e : 8225801: Shenandoah: Adjust SA to reflect recent forwarding pointer changes
c12cf040116 : 8225392: Comparison builds are failing due to cacerts file
a4277e56c8e : 8224829: AsyncSSLSocketClose.java has timing issue
8125b0c2baf : 8225695: 32-bit build failures after JDK-8080462 (Update SunPKCS11 provider with PKCS11 v2.40 support)
97b0d456222 : Added tag jdk-13+25 for changeset 22b3b7983ada
2527f768bc4 : 8209590: compiler/compilercontrol/DontInlineCommandTest.java test fails with "Inline message differs" error
b2893466aa8 : 8225730: Add sun/security/pkcs11/tls/tls12/FipsModeTLS12.java to ProblemList for linux
545e81413e5 : 8225746: hotspot problem lists list unexciting tests
7cff3750d92 : 8225543: Jcmd fails to attach to the Java process on Linux using the main class name if whitespace options were used to launch the process
63d94461176 : 8224881: Shenandoah: trashing "Collection Set, Pinned" region during Degenerated GC
f5a2730b481 : 8214542: JFR: Old Object Sample event slow on a deep heap in debug builds
d678ba83dd1 : 8226719: Kerberos login to Windows 2000 failed with "Inappropriate type of checksum in message"
ae6dee44edc : 8226366: Excessive ServiceThread wakeups for OopStorage cleanup
f99eec9c0d7 : 8226596: Accessibility errors in jdwp-protocol.html
b1dc14ab94e : 8227112: exclude compiler/intrinsics/sha/sanity tests from AOT runs
e1b1da5cee2 : 8225679: reference to http://java.sun.com/products/JavaManagement/download.html
0711ca8671c : 8224881: Shenandoah: trashing "Collection Set, Pinned" region during Degenerated GC
58818897322 : 8225730: Add sun/security/pkcs11/tls/tls12/FipsModeTLS12.java to ProblemList for linux
977870cceaa : 8225180: SignedObject with invalid Key not throwing the InvalidKeyException in Windows
51eeaf9cb52 : 8214527: ZGC for Aarch64
b4b823c4aee : 8220657: JFR.dump does not work when filename is set
55492a7d8b1 : 8225418: G1: region attribute remembered set state disagrees with actual remembered set state
fad846280be : 8225663: [testbug] Missing JNIEXPORT in XAbortProvoker native function
247a6a2ce4f : 8216417: cleanup of IPv6 scope-id handling
a7a5e567df2 : 8224161: Check.checkOverrideClashes n^2 algorithm
0f42d9870e1 : 8224184: jshell got IOException at exiting with AIX
44b309d38c9 : 8225676: cleanup hotspot ProblemList
2329e64f2bf : 8208236: [TESTBUG] vmTestbase/nsk/stress/stack tests fail by timeout
475996adc2a : 6722928: Support SSPI as a native GSS-API provider
118fd65d447 : 8171279: Support X25519 and X448 in TLS
3353016bbcb : 8225671: Support HTML 5 character references in javadoc
78f3c596a34 : 8225675: Outdated citation of JLS in java.lang.ref.Reference
9c61833190f : 8217676: Upgrade libpng to 1.6.37
f508e14d9a1 : 8227605: Kitchensink fails "assert((((klass)->trace_id() & (JfrTraceIdEpoch::leakp_in_use_this_epoch_bit())) != 0)) failed: invariant"
dcf57abbc11 : 8228601: AArch64: Fix interpreter code at JVMCI deoptimization entry
8f7206a6749 : 8228710: Disable AggressiveUnboxing until JDK-8224957 is fixed
9c5a2bf5af0 : 8225622: [AOT] runtime/SharedArchiveFile/TestInterpreterMethodEntries.java crashed with AOTed java.base
d1348f46f3e : 8158048: Fix failure message from jtreg gtest wrapper
f1a897b494a : 8224710: [TESTBUG] dynamicArchive/ExcludedClasses.java test failed in tier6 testing on Windows
919c0e9d8ec : 8223796: JVMCIEnv::get_jvmci_type does not keep klasses alive
5b9c330db80 : 8225651: Missed the `@` in a couple of code tags of SocketImpl
d02937254d4 : 8225453: is_busy diagnostics and other baseline cleanups from Async Monitor Deflation project
f93ae041ad9 : 8224090: [PPC64] Fix SLP patterns for filling an array with double float literals
3eaf9567b4d : 8224827: Implement fast class initialization checks on s390
460b4197c47 : 8223249: [s390] Cleanup TemplateInterpreterGenerator::generate_fixed_frame
31d261dda24 : 8224658: Unsafe access C2 compile fails with assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr: adr_type = NULL
d9407ce4282 : 8220018: javac crash when compiling try-catch-finally inside switch expression
0d8209a2b74 : 8223364: Bad placement of anchor relative to header
62d7317f860 : 8225478: Make G1CMRootRegions independent of HeapRegions
d3dd56d3b2b : 7086604: (reflect) Clarifications to javadoc for getGeneric*Type methods in j.l.r
65a2f12843c : 8225487: giflib legal file is missing attribution for openbsd-reallocarray.c
47500648281 : 8214546: Start of release updates for JDK 14 8214547: Add SourceVersion.RELEASE_14 8214548: Add source 14 and target 14 to javac 8214549: Bump maximum recognized class file version to 58 for JDK 14
d3af9ce324b : Added tag jdk-14+0 for changeset 22b3b7983ada
94e1d7530ff : 8211018: Session Resumption without Server-Side State
f10a0642975 : 8221246: NullPointerException within Win32ShellFolder2
9597144fb2b : 8225572: Shenandoah: Move JNIHandles root out of serial roots
4f171abe26e : 8066173: compiler/types/correctness/OffTest.java failed with assert
81a6bc8b4bc : 8214399: Javap -help should provide information about --multi-release option
8813b93095b : 8080462: Update SunPKCS11 provider with PKCS11 v2.40 support
f9d8df72532 : 8217731: Font rendering and glyph spacing changed from jdk-8 to jdk-11
09efbc41eee : 8225144: [macos] In Aqua L&F backspace key does not delete when Shift is pressed
9115f920d24 : 8225189: Multiple JNI calls within critical region in ZIP Library
b99e9165f1b : 8225512: Replace wildcard address with loopback or local host in tests - part 15
7fc422dd933 : 8225511: javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java fails in linux-x64
02a31bf5618 : 8227175: ZGC: ZHeapIterator visits potentially dead objects
24f58a0ac08 : 8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap
1e9f16c4480 : 8225770: ZGC: C2: Generates on_weak instead of on_strong barriers
67906954eac : 8227055: Minor edits to launcher help text
77a6a6e1aee : 8226963: More clarification on possible sequencing error in GSSContext::unwrap
c0fddce0f5b : 8227061: KDC.java test behaves incorrectly when AS-REQ contains a PAData not PA-ENC-TS-ENC
96bb069a2d9 : 8224865: Replace wildcard address with loopback or local host in tests - part 13
83377c41fff : 8225429: Regression in disassembly quality
d571d105ae4 : 8224847: gc/stress/TestReclaimStringsLeaksMemory.java fails with reserved greater than expected
02f1d4430c8 : 8225568: ProblemList compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java
5fa2642f156 : 8225564: Remove wrong assert in clean_catch_blocks
cf799075368 : 8224871: os::attempt_reserve_memory_at() tries too hard
2f25526470a : 8225567: Wrong file headers with 8202414 fix changeset
b6696bad842 : 8225426: Replace plain with system-default in Socket and ServerSocket
98e6903c57b : 8224826: Implement fast class initialization checks on PPC64
d216c34a434 : 8225509: clean_catch_blocks must add preds first
6a7c8b3e018 : 8209917: fix TODO in GatherDiagnosticInfoObserver
6758853b547 : 8205131: remove Runtime trace methods
ac1a11dfc64 : 8225532: Update source enums to describe 12 and 13 language features
3c5ff8db74f : 8225492: Update JVMCI
712996ae87e : 8225514: Shenandoah: ShenandoahCodeRoots should inherit from AllStatic
2f1b1de1e84 : 8222828: vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java failed
be42d7e20df : 8222412: AARCH64: multiple instructions encoding issues
9ee5ab51243 : 8224952: RI deviates from JVMS - non-zero minor_version for class files throws UnsupportedClassVersionError
6d3f5f851eb : 8221719: Jarsigner fails to verify signed by alias if alias given in wrong case
797a62e9385 : 8225227: ZGC: Be exact in what load barrier to use in ZHeapIterator
fa85fe2012d : 8224966: ZGC: Don't skip oop verification in OopMapSet::all_do()
024c62ce0c3 : 8225368: broken links in java.desktop files
992b2081e37 : 8224171: The cleanup multi-font related code in the XFontPeer
cb5aa60f49e : 8223045: GraphicsEnvironment does not detect resolution changes in multiscreen systems
4a53af6cbc5 : 8222083: Support of "64-bit IEEE floating point" encoding for the AU file format
f28e32dbe3d : 8217739: Cannot reuse java.base UnixConstants.java from target in BuildJDK when cross compiling
2fded1c480e : 8223837: Add -XX:MinHeapSize flag to set the minimum heap size
eb555dec779 : 8225118: Robot.createScreenCapture() returns black image on HiDPI linux with gtk3
0bf2650bb1a : 8224958: add os::dll_load calls to event log
189345db4a4 : 8225448: String::translateEscapes javadoc has accessibility issues
752cefa3f29 : 8216988: ServerSocket.implAccept should include warnings about Socket type/state
2edcc74725b : 8225424: Add jdk.net.usePlainSocketImpl runs to a couple of tests
fdef3f93051 : 8225441: Cleanup ShenandoahHeap::atomic_compare_exchange_oop
46ba311bda7 : 8225357: Rewire ShenandoahHeap::maybe_update_with_forwarded for contending fixups
d690fc86ddc : 8222467: ZGC: Log min/max/softmax capacity
c9f1b74865a : 8222182: ZGC: Use SoftMaxHeapSize to guide GC heuristics
a6aa1030b49 : 8222145: Add -XX:SoftMaxHeapSize flag
bfc30c8dbc4 : 8225340: ZGC: Add logging of High Usage rule
4a13459dd5b : 8225347: [s390] Unexpected exit from stack overflow test
1d050ec2e92 : 8223782: jshell parser should handle Text Blocks
b156396481f : 8225402: events logging in deoptimization.cpp should go to deopt-log
51b861c3037 : 8225469: clean up problem lists
042e93613ef : 8224139: Deprecate -XX:FlightRecorder option
f198fdd6392 : 8206074: nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java is timing out
a073e354ceb : 8225465: Add @jls tags to receiver type methods
4a3b3d365e9 : 8225397: Integer value miscalculation in toString() method of BitSet
bb4d2bc846b : 8222371: Use UL for TraceNMethodInstalls code
4bd89c74013 : 8208379: compiler/jvmci/events/JvmciNotifyInstallEventTest.java failed with "Got unexpected event count after 2nd install attempt: expected 9 to equal 2"
185be265806 : 8224617: (fs) java/nio/file/FileStore/Basic.java found filesystem twice
8bdcada62b4 : 8225450: use @file in CtwRunner
d55497d5d45 : 8219205: JFR file without license header
7235c5b0e2e : 8224151: Test vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java might hang with release binaries
60b662d85eb : 8216283: Allow shorter method sampling interval than 10 ms
948577bb1fd : 8225321: Repeated use of {@systemProperty} in a file causes duplicate ids
332d0790575 : 8197927: Allow the system property `java.vendor.version` to be undefined
427e1e28b1e : 8224876: javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedPerPixelTranslucentGradient.java fails on linux-x64
1b21a47c71e : 8225178: [Solaris] os::signal() should call sigaction() with SA_SIGINFO
b5b24b904a6 : 8196096: javax/swing/JPopupMenu/6580930/bug6580930.java fails
43f89eb1fd8 : 8223678: Add Visual Studio Code workspace generation support (for native code)
b8e5aefce8c : 8225199: [Graal] compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java fails with -XX:CompileThresholdScaling=0.1
7acdde31caf : 8225212: ProblemList gc/stress/TestReclaimStringsLeaksMemory.java
b84187ca170 : 8225208: Re-Problem list jdk/jshell/ExceptionsTest.java fails on windows
0fdd5f82276 : 8225207: redundant <p> in Instrumentation.java
f0f679de2ae : 8224247: AllocateOldGenAt fires assertion failure
f238aed8089 : 8225202: Add missing include after JDK-8223320
e47daab7b46 : 8223320: [AOT] jck test api/javax_script/ScriptEngine/PutGet.html fails when test classes are AOTed
7d63888ac84 : 8225171: Remove leftovers in shenandoahBarrierSetC1.cpp
c0def3b7312 : 8225140: Build fails if directory contains 'unix'
4bc1fdf83cd : 8199623: JShell: corralling not restored on drop
50d54d86cd9 : 8225151: JShell API: Fix position of @jls tag
328ab43c45f : 8224816: Provide os::processor_id() implementation for Mac OS
50e2aa73066 : 8224814: Remove dead JNIHandleBlock freelist code
d25350462ed : 8225046: Shenandoah metrics logs refactoring
abe29730ed2 : 8225105: java/awt/Focus/ShowFrameCheckForegroundTest/ShowFrameCheckForegroundTest.java fails in Windows 10
189e938d3ab : 8219901: Noto fonts for East Asian countries cannot belong to CompositeFont
cb6e66a5ee2 : 8212807: tools/jar/multiRelease/Basic.java times out
86c9e2e1cee : 8224056: Fix some assignments of string literals to LPSTR (instead of LPCSTR)
769993939eb : 8225048: Shenandoah x86_32 support
d4dca25c8f1 : 8225111: Make Shenandoah tests work with 32-bit VMs
cf3c6e03455 : 8225104: 32-bit build failures after JDK-8222252
0be741c70b0 : 8223688: JShell: crash on the instantiation of raw anonymous class
50971d6ea78 : 8080353: JShell: Better error message on attempting to add default method
1813ce706a4 : 8225061: Performance regression in Regex
d2ad9dabdf4 : 8225134: Update man-page files
561c9182e83 : 8223336: Assert in VirtualMemoryTracker::remove_released_region when running the SharedArchiveConsistency.java test with -XX:NativeMemoryTracking=detail
e36693bc29b : 8224083: javadoc Reporter generates warning for Kind.NOTE 8224082: NPE in javadoc Reporter
7202c3b9436 : 8225032: Fix some C++ conformance issues in AWT Windows code
312d66471ac : 8223271: SplashScreen is still shown if defaulting to headless on MacOS
10cac15976f : 8225007: java/awt/print/PrinterJob/LandscapeStackOverflow.java may hang
a806ced2914 : 8225020: Problem list some sanity test failures
d10495627bf : 8224824: ProblemList java/awt/Color/AlphaColorTest failure in linux_x64
72bef42c4a9 : 8224821: java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java fails linux-x64
15acb9faf74 : 8224830: test/jdk/java/awt/Focus/ModalExcludedWindowClickTest/ModalExcludedWindowClickTest.java fails on linux-x64
d655301d492 : 8224778: test/jdk/demo/jfc/J2Ddemo/J2DdemoTest.java cannot find J2Ddemo.jar
a34bbe6c308 : 8224632: testbug: java/awt/dnd/RemoveDropTargetCrashTest/RemoveDropTargetCrashTest.java fails on MacOS
cf5f70d4ec3 : 8224771: backout RemoveDropTargetCrashTest.java fix to re-push with correct bugid
501916030f1 : 8224705: Tests that need to be problem-listed or have printer resources
be0c2eedb5b : 8224673: Adjust permission for delayed starting of debugging
ca29203cac6 : 8225475: Node budget asserts on x86_32/64
4dececb5892 : 8226943: compile error in libfollowref003.cpp with XCode 10.2 on macosx
033c08fcceb : 8223804: [macos] remove obsoleted reference to security framework in launcher code
df9ad2af75b : 8224645: Only test multicast interfaces if they exist
08e1ece1077 : 8223967: Implement Text Blocks (Preview) in the Java compiler
9c6c6eae1d4 : 8203444: String::formatted (Preview)
fead01f2c9b : 8223780: String::translateEscapes (Preview)
0777a86d683 : 8223775: String::stripIndent (Preview)
618afc3fa23 : 8219992: Correct the documentation of PrintWriter to refer System.lineSeparator
5aae9ef0db2 : 8215032: Support Kerberos cross-realm referrals (RFC 6806)
8ee8c486969 : 8224905: java/lang/ProcessBuilder/Basic.java#id1 failed with stream closed
77b1472e9be : 8224217: RecordingInfo should use textual representation of path
f4dfa02438f : 8225304: Tiny HTML error (bad heading) in org.ietf.jgss package-info.java
829c81bbf97 : 8225141: Better handling of classes in error state in fast class initialization checks
6346d77b037 : 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
d738e209f3c : 8224162: assert(profile.count() == 0) failed: sanity in InlineTree::is_not_reached
72daa46d46f : 8224853: CDS address sanitizer errors
c66a7b734b5 : 8225325: Add tests for redefining a class' private method during resolution of the bootstrap specifier
f1cb8f2e23d : 8205126: JVMTI spec incorrectly states that PopFrame can not be called on the current thread
2564e79c236 : 8225390: ProblemList sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java due to JDK-8161536
f49f66a330e : Added tag jdk-13+24 for changeset 7e2238451585
43114a091a9 : 8225386: test for JDK-8216261 fails in Windows
aa43d1ab229 : 8225182: JNI exception pending in DestroyXIMCallback of awt_InputMethod.c:1327
d69bc696f21 : 8223942: Missing methods in ClientCodeWrapper$WrappedJavaFileManager
bacc6655b80 : 8209381: Default CDS classlist generation should run with an explicit locale setting
16a0533eac1 : 8216261: Javap ignores default modifier on interfaces
19ab931c71f : 8225348: serviceability/dcmd/vm/EventsTest.java failed
d45aa9c1a94 : 8223777: In posix_spawn mode, failing to exec() jspawnhelper does not result in an error
858b7e21d6d : 8188872: runtime/ErrorHandling/TimeoutInErrorHandlingTest.java fails intermittently
09b642e9371 : 8224793: os::die() does not honor CreateCoredumpOnCrash option
c31f5bfa4a2 : 8225353: Add @jls links to java.lang.Enum
a7f5e6f7fda : 8225225: stringStream internal buffer should always be zero terminated
51f09f2e3ea : 8225305: ProblemList java/lang/invoke/VarHandles tests
b09003ef5d7 : 8225346: Convert file to HTML5
857b2e62716 : 8221368: Error message when module main class cannot be loaded is missing exception details
9f039257cb5 : 8221709: replace use of style blockListLast
ab88704c67b : 8220238: Enhancing j.l.Runtime/System::gc specification with an explicit 'no guarantee' statement
9e808438296 : 8225342: Shenandoah: use COMPILER2_OR_JVMCI macro consistently
5d46bc86b88 : 8225341: Shenandoah: CM::update_thread_roots() needs to handle derived pointers
cc353da44db : 8225037: java.net.JarURLConnection::getJarEntry() throws NullPointerException
1f138e10092 : 8211703: JInternalFrame : java.lang.AssertionError: cannot find the internal frame
f573b23f72c : 8224629: Unnecessary cast in LambdaToMethod
8dfd33c2b4e : 8223773: DateTimeFormatter Fails to throw an Exception on Invalid CLOCK_HOUR_OF_AMPM and HOUR_OF_AMPM
1cdcf154e0b : 8219788: Configure recommends JDK 8
43e23020f28 : 8224692: runtime/appcds tests crash in "HotSpotJVMCI::compute_offset" when running in Graal as JIT mode
67defd71f28 : 8219149: ProcessTools.ProcessBuilder should print timing info for subprocesses
cf4fa3f72f2 : 8225117: java/math/BigInteger/SymmetricRangeTests.java fails with ParseException
d7103160294 : 8225129: Fix minor HTML issues in java.naming
1b0445639f9 : 8222936: mlvm/anonloader/stress/randomBytecodes/Test.java fails due to "ERROR: There were 1 hangups during parsing."
913ab5c6f42 : 8225094: Fix minor HTML issues in jdk.zipfs
84242de3efe : 8225016: Dead code due to VMOperationQueue::add() always returning true
bb2e4df367e : 8194231: java/net/DatagramSocket/ReuseAddressTest.java failed with java.net.BindException: Address already in use: Cannot bind
53b022d9eb8 : 8224973: URLStreamHandler.openConnection(URL,Proxy) - spec and implementation mismatch
98b1d8c7985 : 8173196: [REDO] C2 does not optimize redundant memory operations with G1
d222b01dee0 : 8223363: Bad node estimate assertion failure 8223502: Node estimate for loop unswitching is not correct: assert(delta <= 2 * required) failed: Bad node estimate 8224648: assert(!exceeding_node_budget()) failed: Too many NODES required! failure with ctw
d36c7bad827 : 8223693: Memory wastage in size of per-region type buffers in GC
ac21f1bdd5b : 8223162: Improve ergonomics for Sparse PRT entry sizing
f7e4fb87b22 : 8214702: Wrong text position for whitespaced string in printing Swing text
04c07500415 : 8224580: Matcher can cause oop field/array element to be reloaded
9fbdec42c41 : 8225214: Socket.getOption(SocketOption) not returning the expected type for the StandardSocketOptions.SO_LINGER
0835c96bdac : 8222103: [testbug] compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest may exceed VM limit
0b647d15bfe : 8225084: gc/z/TestHighUsage.java fails with unexpected allocation stall
8db95fbee90 : 8224965: ZGC: Strengthen ZHeap::is_in()
06c7a66c228 : 8224962: ZGC: Strengthen ZHeap::is_oop()
27d8c3f7b42 : 8224240: Properties.load fails to throw IAE on malformed unicode in certain circumstances
a2f40ec3e15 : 8225179: (regex) Minor Pattern cleanup
bb4d8b504a9 : 8225229: Shenandoah: trim down default number of GC threads
7fa6705cb3c : 8224181: On child process spawn, child may write to random file descriptor instead of the fail pipe
dbc3f88d5c3 : 8224600: Provide VM.events command
2ead52addc4 : 8225315: test java/util/ArrayDeque/WhiteBox.java isn't part of the jdk_collections test group
64b04922c4a : 8193255: Root Certificates should be stored in text format and assembled at build time
90e6c1cc364 : 8225198: Optimize regex tree for greedy quantifiers of type {N,}
4098f0ecdd3 : 8225217: Backout: JDK-8224814: Remove dead JNIHandleBlock freelist code
aacff490bfb : 8225307: ProblemList compiler/codegen/TestCharVect2.java and compiler/c2/cr6340864/TestLongVect.java
dee3f4e8c1a : 8225324: Bad HTML in jdk.jfr module-info.java
077ecbf2b25 : 8225314: broken links in java.base
8c5651e0f57 : 8225309: HTML issues in jdk.jdi module
62426ed0242 : 8225306: bad headings in java.sql.rowset SyncProvider.java
a9e23e83050 : 8222448: java/lang/reflect/PublicMethods/PublicMethodsTest.java times out
7356905a830 : 8225019: Update JVMCI
766a7dd9f74 : 8217412: deprecate rmic for removal
45f6ff3894c : 8223805: DocCommentParser should allow for <main> and </main>
9965ded5ddc : 8212630: jtreg/gc/logging/TestMetaSpaceLog.java failed with Agent timed out
1761b47cd55 : 8178982: Javadoc search specification
f855474b0db : 8222468: [TESTBUG] vmTestbase/metaspace/flags/maxMetaspaceSize/TestDescription.java fails with java.lang.NoClassDefFoundError
7d3aebccc0b : 8223396: [TESTBUG] several jfr tests do not clean up files created in /tmp
9eda28e6eac : 6394787: Typos in javadoc of OIS.readObjectOverride and OOS.writeObjectOverride
4b01aa4f710 : 8214126: Method signatures not formatted correctly in browser
4d08dd703e4 : 8222091: Javadoc does not handle package annotations correctly on package-info.java
4cadab8492b : 8225110: IGV build definition uses non-secure transport
fd7c38aa350 : 8224986: (str) optimize StringBuilder.append(CharSequence, int, int) for String arguments
25b1131e334 : 8224538: LoadBarrierNode::common_barrier must check address
0bb2f86867b : 8216535: tools/jimage/JImageExtractTest.java timed out
1a3d4e638c3 : 8225014: Separate ShenandoahRootScanner method for object_iterate
5edd5f58059 : 8220251: fix headings in java.management
c73e5b1401b : 8224978: Shenandoah: Allows root verifier to verify some roots outside safepoints with proper locks
bcd13b790f2 : 8224687: Add clarifying overrides of Element.asType to more specific subinterfaces
110ead8bea0 : 8223718: Checks in check_slot_type_no_lvt() should be always executed
ec83d0304e6 : 8225077: fix references to broken link in java.compiler module
145f06a155a : 8223504: Improve performance of forall loops by better inlining of "iterator()" methods
76361f63bd2 : 8224828: aarch64: rflags is not correct after safepoint poll
26fe539bbde : 8225066: Add missing file
5317d41dd9e : 8224257: fix issues in files generated by pandoc
89c51948ffb : 8225060: java.net.DefaultInterface invokes NetworkInterface::getInetAddresses without doPriv
5db82de14b9 : 8223216: C2: Unify class initialization checks between new, getstatic, and putstatic
8ac3b68688f : 8224767: Add String constants for Canonical XML 1.1 URIs
087c3a9c3a3 : 8222252: Java ergonomics limits heap to 128GB with disabled compressed oops
90fb4990eda : 8224946: jrtfs URI to Path and Path to URI conversions are wrong
3ab3ffd29f7 : 8224730: java.net.ServerSocket::toString not invoking checkConnect
e72bfe15ade : 8223213: Implement fast class initialization checks on x86-64
ba723fbdfba : 8224172: assert(jfr_is_event_enabled(id)) failed: invariant
fbed983c907 : 8225017: [TESTBUG] gc/shenandoah/oom/TestThreadFailure.java takes too long
7e14aeb1334 : 8221481: Reimplement the Legacy Socket API
23be0f0c2ad : 8224790: Remove Xusage.txt file
40011fe4ec4 : Added tag jdk-13+23 for changeset b034d2dee5fc
d3fd7e2a25d : 8225022: Put compiler/graalunit/JttThreadsTest.java on ProblemList-graal.txt
cc2d5d3f014 : 8224011: Failure handling in ExecuteWithLog fails in run-test-prebuilt
64462e484f0 : 8224729: Cleanups in sun/security/provider/certpath/ldap/LDAPCertStoreImpl.java
f5e2916507f : 8224789: Parsing repetition count in regex does not detect numeric overflow
051b4e29636 : 8224991: Problemlist javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java
57f57afed47 : 8224931: disable JAOTC invokedynamic support until 8223533 is fixed
acad8d1d68c : 8224081: SOCKS v4 doesn't work with IPv6
e30203390b7 : 8225005: Xerces 2.12.0: License file
18eb89aac08 : 8224945: googlemock update breaks the build of arm32 and ppc
bc10b6aaff9 : 8224012: AnnotatedType implementations of hashCode() lead to StackOverflowError
951e0b22d7e : 8224875: Shenandoah: ParallelCleaning code unloading should take lock to protect shared code roots array
71825293eb8 : 8223053: [xmldsig] Add KeyValue::EC_TYPE
88cef8d961d : 8223660: jtreg: Decouple Unsafe from RTM tests
cee4dcf04f1 : 8224984: Problemlist javax/net/ssl/SSLSocket/Tls13PacketSize.java
a687fabde0a : 8224981: Problemlist test/jdk/sun/security/pkcs11/tls/tls12/FipsModeTLS12.java
f191f6d5149 : 8224982: JDK-8222318 breaks tools/doclint/html/EntitiesTest.java
36144f235bb : 8224932: Shenandoah: Rename ShenandoahHeapLock, make it general purpose lock
b33580af3ee : 8224970: ShenandoahRootScanner::roots_do assert is too strong
bc24d17e80b : 8224477: java.net socket types new-style socket option methods - spec and impl mismatch
cf48689855c : 8224763: Update man pages to show deprecation of -Xverify:none
02958a41ef7 : 8224496: Shenandoah compilation fails with assert(is_CountedLoopEnd()) failed: invalid node class
be2b567e90d : 8217089: JFR: Lazy install os interface components for improved startup
88a3fd3b40e : 8222318: javadoc does not accept valid HTML5 entity names
fb4bb0a6cb7 : 8224584: Shenandoah: Eliminate forwarding pointer word
114ba5a57c1 : 8223392: Add missing BitMap comments for JDK-8222986
c8d5c2961e6 : 8224750: Display thread once in Internal exceptions event log lines
4e38fb3c5f5 : 8223814: SA: jhsdb common help needs to be more detailed
ebf8e1c0ac6 : 8223482: Unsupported ciphersuites may be offered by a TLS client
c4f83254202 : 8220449: serviceability/dcmd/compiler/CodelistTest.java failure
4e83c1c4dc7 : 8224908: Revert: 8216553: JrtFileSystemProvider getPath(URI) omits /modules element from file path
b71c30f1b80 : 8224796: C code is not compiled correctly due to undefined "i386"
043e3d767c3 : 8224795: some runtime/SelectionResolution tests are timing out
1666a737349 : 8224885: ProblemList sun/security/tools/keytool/KeyToolTest.java and WeakAlgTest.java on Solaris
a0744051d59 : 8219147: Javadoc should expose covariant return type overrides
61c0225c710 : 8042904: apple.security.KeychainStore.getSalt() calling generateSeed()
f5f5767eaed : 8224783: Javadoc of String strip methods uses link where linkplain would be better
920ded41d8b : 8224558: Fix replicateB encoding
421c3647976 : 8224548: [TESTBUG] runtime/appcds/jvmti/ClassFileLoadHookTest.java failed: must be shared
0c724506b80 : 8216553: JrtFIleSystemProvider getPath(URI) omits /modules element from file path
c841c0fc5f9 : 8224880: AArch64: java/javac error with AllocatePrefetchDistance
4ff2682a4a3 : 8224870: Problemlist compiler/c2/Test8004741.java until JDK-8214904 is fixed
d2218f73ea1 : 8221121: applications/microbenchmarks are encountering crashes in tier5
14ea8f5c592 : 8220688: [TESTBUG] runtime/NMT/MallocStressTest.java timed out
910fa9ad509 : 8224672: (lib)hsdis-<arch>.so search incorrect after JDK-8213084
da85e43f564 : 8213416: Replace some enums with static const members in hotspot/compiler
99a18f12492 : 8222414: bring googlemock v1.8.1
a7307e2709a : 8224751: Shenandoah: Shenandoah Verifier should select proper roots according to current GC cycle
5461726dcc1 : 8224761: Replace wildcard address with loopback or local host in tests - part 12
625020c0fdb : 8224836: Backout: JDK-8224626: Shenandoah: Elide barriers on uncommon traps
57d319210a1 : 8224035: Replace wildcard address with loopback or local host in tests - part 9
247729cdd73 : 8224221: add memprotect calls to event log
b77c2ea4e9e : 8224252: [TESTBUG] hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java is timing out again after fix for JDK-8163805
4b33ac8f91a : 8224727: Problem list test security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java
854b898852c : 8046018: JVMTI Spec: can_redefine_any_class capability spec is inconsistent
764258a1143 : 6682540: Incorrect SASL DIGEST-MD5 behavior
2c002e9355d : 8224682: Remove the com.sun.CORBA.ORBIorTypeCheckRegistryFilter security property
50eb86d003e : 8223658: Performance regression of XML.validation in 13-b19
dd386b9acbf : 8202651: Test ComodoCA.java fails
05cd3a7bcee : 8223245: Miscellaneous changes imported from jsr166 CVS 2019-06
ae0b26613cf : 8220478: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out intermittently 8223379: Clarify ForkJoinPool.getStealCount() javadoc
22a4313efc8 : 8224024: java/util/concurrent/BlockingQueue/DrainToFails.java testBounded fails intermittently
5892b0663f9 : 8224176: Fix inconsistencies in @jls tags in java.util.concurrent
579854e3976 : 8224698: ConcurrentSkipListMap.java does not compile with the Eclipse Java Compiler
ee040e4be27 : 8224603: Replace wildcard address with loopback or local host in tests - part 11
241c32ca51f : 8224742: JLONG_FORMAT_W incompatible with type jlong
671d15c0788 : 8224671: AArch64: mauve System.arraycopy test failure
deaba32229e : 8224115: Shenandoah: Eliminate RWLock that protects recorded nmethod data array
96c9fcf22fd : 8224679: Shenandoah: Make ShenandoahParallelCodeCacheIterator noncopyable
0112514fdea : 8220702: compiling in the context of an automatic module disallows --add-modules ALL-MODULE-PATH
9a193f38a31 : 8214563: Use {@systemProperty} in specification of system properties in java.nio packages 8214565: Use {@systemProperty} for definitions of system properties
2e04779cef1 : 8224723: [TESTBUG] compiler/arraycopy/TestArrayCopyWithBadOffset.java failed
6b0d17744b2 : 8224652: 32-bit build failures after JDK-8213084
a46a6bcfeb8 : 8220394: bufferedStream does not honor size limit
fd67f8ee69d : 8223553: Fix code constructs that do not compile with the Eclipse Java Compiler
4dd6b687efc : 8224177: Harden annotation processing framework to irregular behavior from processors
64d04708603 : 8224706: [TESTBUG] problem list failing JDK docker API tests
866c0de81c3 : 8224715: ProblemList compiler/graalunit/HotspotJdk9Test.java
f7a69b417db : 8224145: Build compare script fails intermittently on test image native libraries
a455bb486c2 : 8224677: Dtrace .d files clash with make dependency .d files
500ed0a5a80 : 7061590: Javadoc issues in Charset and StandardCharsets
56359d42b12 : 8224667: Shenandoah: Post-LRB cleanup
6bf5ad140aa : 8224689: ProblemList runtime/appcds/SharedArchiveConsistency.java
93fabcdc5a6 : 8221431: Support for Unicode 12.1
e4f31b1cd70 : 8224165: [TESTBUG] Docker tests produce excessive output
b582ed131a3 : 8224264: [TESTBUG] HelloDynamicCustom.java test failed on the Windows platform in tiers 6 and 7 testing
2bc89b00767 : 8224635: Revert 8224256 and add back java/security/SecureClassLoader/DefineClass.java test
617a981cc43 : 8224202: Speed up Properties.load
8abeea8a0c0 : 8221543: Indify-dependent microbenchmarks are broken
368e4d9e53b : 8224656: Problem list java/security/SecureClassLoader/DefineClass.java until JDK-8224635 is fixed
dc783cb6ec9 : 8224626: Shenandoah: Elide barriers on uncommon traps
9baafa55a6e : 8221734: Deoptimize with handshakes
4ea77d3e78e : 8223581: C2 compilation failed with assert(!q->is_MergeMem())
abe90da6654 : 8224539: C2 compilation fails during ArrayCopyNode optimizations with assert(i < _max) failed: oob: i=1, _max=1
868ab3044f3 : 8224185: ZGC: Introduce "High Usage" rule
c2dbf46d2e4 : 8224628: Note that type parameters are not visited by ElementScanners
f30500c6798 : 8215156: Deprecate the -Xfuture option
03428d73fc3 : 8224087: Compile C code for at least C99 Standard compliance
2531942e5dd : Added tag jdk-13+22 for changeset 181986c54764
12b2a50bb21 : 8224187: Refactor arraycopy_prologue to allow ZGC read barriers on arraycopy
bef6a3e0db6 : 8224570: Update ProblemList-graal.txt
8c6727240eb : 8224160: Move G1RemSetScanClosure into g1RemSet.cpp file
6d1a702a581 : 8224579: ResourceMark not declared in shenandoahRootProcessor.inline.hpp with --disable-precompiled-headers
d5694509431 : 8224573: Fix windows build after JDK-8221507
7a0ac25b376 : 8224193: stringStream should not use Resouce Area
2257bae7a2d : 8224487: outputStream should not be copyable
b1de49766f8 : 8218997: Xusage text, man help, etc doesn't mention -Xlog option
218204b1a33 : 8223593: Refactor code for reallocating storage
54d0b2a8d6b : 8224167: Refactor PtrQueue completed buffer processing
2e09b8459b6 : 8219692: DOM and SAX parsers ignore namespace
8f1d837e995 : 8224105: Cannot parse JapaneseDate string on some specified locales
94619467c81 : 8223725: j.l.c.MethodHandleDesc::of throws undocumented exception IllegalArgumentException
fddcb903691 : 8222482: [Graal] Update java-allocation-instrumenter.jar handling in graalunit README.md
6002c4e426a : 8223723: j.l.c.MethodTypeDesc.dropParameterTypes​ throws the undocumented exception: IllegalArgumentException
0b9afd7a5a5 : 8220293: Deadlock in JFR string pool
55ba58b1c8c : 8224495: Shenandoah: Do not rescan code roots in final mark pause if it is not degenerated GC
d1145fa663c : 8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler fails intermittently for case 13 on Windows
168e5cbf66c : 8224119: Safepoint cleanup logging logs times for things it doesn't do
b7308051596 : 8213084: Rework and enhance Print[Opto]Assembly output
6b2615be6ae : 8224230: [PPC64, s390] Support AsyncGetCallTrace
c053e706a91 : 8223733: "Detail" in headings should be "Details"
0171fba9b85 : 8223313: Use handshakes for CountStackFrames
8cab46d6ca2 : 8221507: Implement JFR Events for Shenandoah
1645161cad0 : 8223306: Remove threads linked list (use ThreadsList's array in SA)
a165ef39c63 : 8183273: Clarify Instrumentation interface should not be implemented outside java.instrument module
049532b2d38 : 8224166: Create a taglet to better handle @jls and @jvms tags
6930e80c312 : 8224175: Fix inconsistencies in @jls and @jvms tags
3304879c681 : 8224256: test/jdk/java/security/SecureClassLoader/DefineClass.java hardcodes 127.0.0.1
74d45e481d1 : 7107615: scalability bloker in javax.crypto.JceSecurity
22dfc6db041 : 8224522: Shenandoah should apply barriers on deoptimization
daeec1c7d12 : 8224568: minimal and zero build fails after JDK-8213084
7a1ce223b90 : 8220072: GCC 8.3 reports errors in java.base
0b3b3b1c431 : 8224529: [TESTBUG] JFR TestShenandoahHeapRegion* tests fail on build w/o Shenandoah
c21fc9448d0 : 8218966: AArch64: String.compareTo() can read memory after string
d83c89b8053 : 8215792: AArch64: String.indexOf generates incorrect result
37572de2a1a : 8220672: [TESTBUG] TestCPUSets should check that cpuset does not exceed available cores
f65e76fef02 : 8224248: test/jdk/java/net/InetAddress/CheckJNI.java assumes 127.0.0.1 is available
2bd36a53527 : 8224500: Put HeapMonitorStatArrayCorrectnessTest in the problem list
dc9f6b39916 : 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
ff2fa1e422d : 8223914: specification of j.l.c.MethodTypeDesc::of should document better the exceptions thrown
23b28712467 : 8224525: Shenandoah: Eliminate shenandoah verifier's side-effects
a974268f17f : 8224204: Replace wildcard address with loopback or local host in tests - part 10
4914e0ee952 : 8224203: Remove need to specify type when using FLAG_SET macros
c9846fce198 : 8224201: Simplify JVM flag macro expansions
6beb19a361c : 8224508: Shenandoah: Need to update thread roots in final mark for piggyback ref update cycle
d3ccef96e52 : 8224589: Improve startup behavior of SecurityProperties
2ad2cce6e0e : 8223663: Update links for tool guides
867d84d7319 : 8224174: java.lang.Number has a default constructor
905330d4ea0 : 8224014: Don't run test/jdk/java/net/NetworkInterface/IPv4Only.java in IPv6 only environment
21d398288df : 8224019: test/jdk/java/nio/channels/DatagramChannel/BasicMulticastTests.java assumes IPv4 is always available
4b7ada1a928 : 8223214: Inet6AddressImpl.loopbackAddress() should choose loopback address that is available
8e30a733c0a : 8222807: Address iteration with invalid ZIP header entries
aa720e27c5b : 8223444: Improve CodeHeap Free Space Management
e47584d00d7 : 8221967: InternTest.java timed out
b08841af0d5 : 8224179: Shenandoah: CTW test failures with traversal GC
18a59944ef9 : 8224210: Shenandoah: Refactor ShenandoahRootScanner to support scanning CSet codecache roots
a0a09f03e42 : 8206879: Currency decimal marker incorrect for Peru
cd9e3c1b138 : 8223856: Replace wildcard address with loopback or local host in tests - part 8
ef5194182f2 : 8130017: use _FORTIFY_SOURCE in gcc fastdebug builds
adcb06303cf : 8219313: Support module specific stylesheets
078f5eb6a8f : 8219781: Localized names for Japanese era Reiwa in COMPAT provider
4b086a28a53 : 8222492: G1 unnecessarily scans remembered set cards for regions that already have been evacuated
c69b24eb776 : 8222302: [TESTBUG]test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHAOptionOnUnsupportedCPU.java fails on any other CPU
65d4cabd519 : 8224170: Build failures after JDK-8207812 (Implement Dynamic CDS Archive)
3b8d8d0a896 : 8163805: hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java failed with timed out
8d98b75f478 : 8223595: Consider updating jdk.jshell module description
917645194b3 : 8223803: j.l.c.MethodTypeDesc::insertParameterTypes​ doesn't control type of parameters
092bb9e1083 : 8223951: Shenandoah: Only need to update thread roots during final update refs
72dc5721e01 : 8207812: Implement Dynamic CDS Archive
e6c52060dc2 : 8220166: Performance regression in deserialization (4-6% in SPECjbb)
d1be9166260 : 8224028: loop initial declarations introduced by JDK-8184770
3ebc657e40e : 8223774: Shenandoah: Refactor ShenandoahRootProcessor and family
0a6207fe693 : 8224038: Fix remaining InCSetState mentions
4ded8e61dff : 8223961: ZGC: Unexpected behaviour due to ZMetronome::wait_for_tick() oversleeping
5db94d085a8 : 8223472: volatile long field corruption on x86_32
00a7dce1770 : 8222276: (zipfs) Refactoring and cleanups to prepare for JDK-8213031
cb983d1bd71 : 8220656: ARM32: -XX:MaxVectorSize=16 makes SIGILL
fd580601799 : 8223944: fix zlib related building docu and comments
94d7b685b32 : 8223665: SA: debugd options should follow jhsdb style
4af76639794 : 8160539: Stack frame scanning acquires DerivedPointerTableGC_lock mutex
989fa190a60 : 8222825: ARM32 SIGILL issue on single core CPU (not supported PLDW instruction)
993feb95ea2 : 8223346: Update Graal
1e4085b359a : 8222154: upgrade gtest to 1.8.1
ca569937daf : 8224017: [Graal] gc/z/TestUncommit.java fails with Graal
c8319ed0cc5 : 8224020: AsyncGetCallTrace test should not run on PPC64 or IA64
bddd94f0a65 : 8224033: os::snprintf should be used in virtualizationSupport.cpp
05736da72dd : 8223499: Remove two DocuSign root certificates that are expiring
954169d7d19 : 8223910: TestFloatJNIArgs and TestTrichotomyExpressions time out with Graal as JIT
cca7246a1a4 : 8222422: vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses tests failed with Unexpected Exception: null
fa2ea6a6d86 : 8223726: j.l.c.MethodTypeDesc spec should contain precise assertions for one parameter's methods
11b6437c01e : 8224043: Shenandoah: Remove clear_claimed_marks() from start of concurrent_traversal()
772ad03cb51 : 8224042: Add private alignDown method to MappedByteBuffer
244bdce994d : 8224018: test/jdk/java/net/ipv6tests/{Tcp,Udp}Test.java assume IPv4 is available
a817ac34562 : 8223442: java/nio/channels/SocketChannel/AdaptorStreams.java testConcurrentTimedReadWrite3(): failure
bc264ba95b8 : 8223585: vmTestbase/runtime/pcl/* get SEGV in MetadataOnStackClosure::do_metadata(Metadata*)+0x0
08193be19cd : 8224031: Cannot parse switch expressions after type cast
c39088c391b : 8223438: add VirtualizationInformation JFR event
4e38fe2957c : 8223572: ~ThreadInVMForHandshake() should call handle_special_runtime_exit_condition()
a5b7966e815 : 8224023: Redo the fix for ErrorFile option does not handle pre-existing error files of the same name
4915cf9b71e : 8223956: Make SymbolTable and StringTable AllStatic
5fc3474639f : 8222548: Upgrading JDK 13 with the latest available jQuery 3.4.1
b32a840e53f : 8222169: java.lang.AssertionError switch expression in ternary operator - ?
6e7ff5e6562 : 8223770: code_size2 still too small in some compressed oops configurations
d95f5a3ec0c : 8224010: Incorrect string interning
dfe97ffa437 : Added tag jdk-13+21 for changeset f2f11d7f7f4e
f13e5970554 : 8223980: Shenandoah: Refactor and fix ObjArrayChunkedTask verification
11d4e9f34d7 : 8223968: Add abort type description to RTM statistic counters
9d40ab91db1 : 8234350: assert(mode == ControlAroundStripMined && (use == sfpt || !use->is_reachable_from_root())) failed: missed a node
3ba75a656a5 : 8235311: Tag mismatch may alert bad_record_mac
02039fd33a4 : 8235513: Change JVM to check for preview features using JVM_CLASSFILE_MAJOR_VERSION
c2bce5e902e : 8235174: ZGC: Add support for JFR leak profiler
11421849227 : 8234863: Increase default value of MaxInlineLevel
7135b5dd9c6 : 8235141: Specify the required standard socket options for the socket types in the java.net package
2c772c78872 : 8234867: Issue warning for mutually exclusive options on jpackage command line
932f4e6c86c : 8235334: Deprecate jcmd GC.class_stats
0b1499cb48e : 8235601: redundant code in IOUtils.java
6ad37680dda : 8234654: ZGC: Only disarm NMethods when marking/relocating code roots
c04194036b8 : 8235366: ZGC: Kitchensink.java fails in ZBarrier::should_mark_through
0aaaed9d5b9 : 8234871: deprecate SocketFlow (SO_FLOW_SLA) and related APIs for removal
f33087405ad : 8235383: C1 compilation fails with -XX:+PrintIRDuringConstruction -XX:+Verbose
2ee7b9d3a02 : 8233032: assert(in_bb(n)) failed: must be
5fc46f3c50a : 8190492: Remove SSLv2Hello and SSLv3 from default enabled TLS protocols
4e1d7a6caab : 8223532: Don't try creating IPv4 sockets in NetworkInterface.c if IPv4 is not supported
47a39418faf : 8222136: Remove two Comodo root CA certificates that are expiring
c9cdfad6ffb : 8223798: Replace wildcard address with loopback or local host in tests - part 7
9e686ef2d19 : 8223880: Update sun/net/ftp/FtpURL.java and sun/net/ftp/FtpURLConnectionLeak.java to work with IPv6 addresses
e0a87ef8fcf : 8223716: sun/net/www/http/HttpClient/MultiThreadTest.java should be more resilient to unexpected traffic
e18cecafb93 : 8184770: JDWP support for IPv6
23301277c56 : 8223737: Fix HostsFileNameService for IPv6 literal addresses
53845dabdcb : 8223215: Shenandoah: Support verifying subset of roots
48b04f9a088 : 8223885: hs_err and replay file may contain garbage when overwriting existing file
c6307aec19f : 8223911: Disable bad node budget verification until the fix
127d225d250 : 8223779: Build failure after 8223040 (Add a AsyncGetCallTrace test)
1d0e182e42e : 8223730: URLClassLoader.findClass() can throw IndexOutOfBoundsException
0f564009077 : 8223063: Support CNG RSA keys
b567fe01019 : 8223235: [Graal] compiler/jsr292/NonInlinedCall/InvokeTest.java failed time out
feeab37ce79 : 8223637: Fix build breakage after 8223136
8ca1211aab0 : 8212700: Change the mechanism by which JDK loads the platform-specific AWT Toolkit
4745d994cca : 8222720: Provide extended VMWare/vSphere virtualization related info in the hs_error file on linux/windows x86_64
5bdacf11bd7 : 8223810: HotSpot compile warnings from VS2017
712c9911efc : 8223921: Update SocketReadWrite benchmark
062dce8f1b0 : 8223917: Problemlist compiler/ciReplay/TestServerVM.java
09a10b75de2 : 8223767: Shenandoah fails to build on Solaris x86_64
204059634d1 : 8223657: Remove unused THREAD argument from SymbolTable functions
23278fea38d : 8215470: Bad EnclosingMethod attribute on classes declared in lambdas
7f841d6d9ae : 8222362: Upgrade to Freetype 2.10.0
0ea35e9bb96 : 8211826: StringIndexOutOfBoundsException happens via GetStringUTFRegion()
1d922fee0e8 : 8144125: [macOS] java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java failed automatically
a9f9b8ff41f : 7141393: [macosx] CARemoteLayer code refactoring and unit test
133a7aefc1f : 8223237: Replace use of string.equals("") with isEmpty() in java.desktop
260ae30b14c : 8223481: gtest/GTestWrapper.java failed due to "assert(ret == 0) failed: sem_post failed; error='Invalid argument' (errno=EINVAL)"
b0d52bcca1c : 8223437: Backout JDK-8219974 Restore static callsite resolution for the current class
9e2784b24f6 : 8223464: Improve version string for Oracle CI builds
707c30fae66 : 8222074: Enhance auto vectorization for x86
0284208ab3c : 8223447: Stabilize gc/shenandoah/TestStringDedupStress test
c222e1aad05 : 8223446: Shenandoah breaks alignment with some HumongousThreshold values
6eb638318a8 : 8223319: Add copyright footer to specs and man pages
1188188ee66 : 8223463: Replace wildcard address with loopback or local host in tests - part 2
c797bc008eb : 8220037: Inconsistencies of generated timezone files between Windows and Linux
68ae1e7965f : 8223044: Add back exception checking in tests
7e142d54bf9 : 8223457: java.net.ServerSocket protected constructor should throw NPE if impl null
2fdb2a6f85c : 8223449: Unprotected UseCompressedOops block in gc/shenandoah/shenandoahBarrierSetC1_x86.cpp
0ede258c4da : 8223450: Disable Shenandoah C2 barriers verification for x86_32
629d8bea452 : 8223448: Shenandoah disabled barriers blocks omit LRB
1427827a199 : 8223335: Compare baseline builds on linux are failing
5c2948942f6 : 8222819: Remove setting of headless property on MacOS from launcher code
86be0cd2728 : 8222678: Improve TLS negotiation
852cee4c6b5 : 8222738: Shenandoah: assert(is_Proj()) failed when running cometd benchmarks
8b07b191c3a : 8223389: Shenandoah optimizations fail with assert(!phase->exceeding_node_budget())
63dbcdc8745 : 8222670: pathological case of JIT recompilation and code cache bloat
d5391d290d0 : 8223308: ZGC: Remove ZGranuleMap::size()
c6a2274d1ad : 8223422: [Graal] assert(!m->can_be_statically_bound(InstanceKlass::cast(ctxk))) failed: redundant
70ea5ab6e1c : 8216978: Drop support for pre JDK 1.4 SocketImpl implementations
3a894521eb4 : 8213232: Unix/X11 setCompositionEnableNative issue
dfc6e4b49e3 : 8222519: ButtonDemoScreenshotTest fails randomly with "still state to be reached"
5a496e21d5f : 8219202: Use Unsynchronized StringBuilder in sun.net.www.ParseUtil
7c54f240ba1 : 8222992: Shenandoah: Pre-evacuate all roots
187ce630a22 : 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05
146e92ca8ad : 8220248: fix headings in java.util.concurrent
82b990abc95 : 8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable
9f5e9b5b5fe : 8221120: CopyOnWriteArrayList.set should always have volatile write semantics
d97dd4d554a : 8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone
7d4520c109f : 8223145: Replace wildcard address with loopback or local host in tests - part 1
bbd9000753e : 8223064: Minor cleanups in ResolvedMethodTable
13cd1ce5af9 : 8222986: Add parameter to skip clearing CHeapBitMaps when resizing
4dfeb556fc8 : 8205916: [test] Fix jdk/tools/launcher/RunpathTest to handle both, RPATH and RUNPATH
d43616c60a3 : 8130266: Change the mechanism by which JDK loads the platform-specific GraphicsEnvironment class
1aea77ae37a : 8222830: PIT: java/awt/Window/AlwaysOnTop/AutoTestOnTop.java listed twice in ProblemList
cf14b6195ff : 8222917: GraphicsEnvironment for Unix still have an unused dependency on Solaris
30576b18983 : 8213516: jck test api/javax_accessibility/AccessibleState/fields.html fails intermittent
3757b1f68c7 : 8214579: JFrame does not paint content in XVFB / X11vnc environment
0dbe4da6377 : 8224096: Add relevant bugid to java/awt/Window/ShapedAndTranslucentWindows/StaticallyShaped.java in ProblemList
ef7d75459ca : 6933331: (d3d/ogl) java.lang.IllegalStateException: Buffers have not been created
5111ad3ca83 : 8223766: Remains of ancient code in AWT initialization
a57f136b726 : 8224152: [macOS] ProblemList tests that leave rubbish on the screen
1726e8728f1 : 8223804: [macos] remove obsoleted reference to security framework in launcher code
10401d68d25 : 8223937: PIT: java/awt/Window/ShapedAndTranslucentWindows/StaticallyShaped.java listed twice in ProblemList
d374151fb79 : 8208179: Devanagari not shown with logical fonts on Windows after removal of Lucida Sans from JDK
dbaefd71531 : 8222975: Fix 'release' file to reflect actual repo checkin used to compile JDK
921b46738e0 : 8222799: java.beans.Introspector uses an obsolete methods cache
4ee5f65691a : 8214046: [macosx] Undecorated Frame does not Iconify when set to
fe21ff69065 : 8222438: Drop of outdated logging in the com.sun.media.sound package
a854955d3e4 : 8218700: infinite loop in HotSpotJVMCIMetaAccessContext.fromClass after OutOfMemoryError
72f082e9250 : 8223332: Update JVMCI
29a4ad9a879 : 8219013: Update Apache Santuario (XML Signature) to version 2.1.3
58a1f6ac137 : 8223054: [TESTBUG] Put graalJarsCP before existing classpath in GraalUnitTestLauncher
e0dcd3200a4 : 8222534: VerifyBeforeExit is not honored when System.exit is called
4f02d011b06 : 8222955: Optimize String.replace(CharSequence, CharSequence) for common cases
0c6f7e55169 : 8223412: tier1 build failure after 8222893
cb62a784924 : 8221509: Refactor assert( G1CollectedHeap::used() == recalculate_used() ) with better message
26255c10cbe : 8222893: markOopDesc::print_on() is a bit confused
69647ce0611 : 8222665: Update Graal
0ff8db34ca1 : 8221542: ~15% performance degradation due to less optimized inline decision
2e0c5db11d1 : 8219902: C2: MemNode::can_see_stored_value() ignores casts which carry control dependency
75d4f24c971 : 8223171: Redundant nmethod dependencies for effectively final methods
c7faef07854 : 8219483: j.l.c.ClassDesc::nested(String, String...) doesn't throw NPE if any arg is null
5a264ba9dbc : 8222667: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002/TestDescription.java failed with "event IS NOT a breakpoint"
62109f59060 : 8219991: New fix of the deadlock in sun.security.ssl.SSLSocketImpl
ffec82917eb : 8223395: PPC64: Improve comments in the JVM signal handler to match ISA text
ce32bc437c6 : 8223267: Fix incorrect usage of GCTraceTime in g1FullCollector and g1CollectedHeap
a03338e219a : 8223359: JDK-8221359 breaks TestG1ParallelPhases.java
b7ea7e93aaa : 8223174: Pattern.compile() can throw confusing NegativeArraySizeException
a8e13a5839b : 8221359: Eliminate SATBMarkQueueSet::filter_thread_buffers
53a0327f22a : 8223178: Improve FileSystems.newFileSystem example with map factory methods
03a9d5ad605 : 8223309: test failing due to self-assign-overloaded
e8e561e4718 : 8220724: TestBiasedLockRevocationEvents fails while matching revoke events to VMOperation events
2f747f3dba8 : 8223265: Clarify operational semantics of java.util.Objects.equals()
c642ba3d7c9 : 8223262: [AOT] jaotc crashes with assert(!(((ThreadShadow*)__the_thread__)->has_pending_exception())) failed: Should not allocate with exception pending
63ef71574ca : 8223248: [AIX] Remove old xlC 10 workaround for load acquire
84c38b8f7f9 : 8222500: runtime/8176717/TestInheritFD.java failed with java.nio.file.NoSuchFileException: /tmp/communication7071713601211876892.txt
f1a245fe460 : 8219914: Change the environment variable for Java Access Bridge logging to have a directory
e3e016b54ca : 8212701: remove sun.desktop property from launcher code
b0b3f954562 : 8154156: PPC64: improve array copy stubs by using vector instructions
e9da006827b : 8215580: Remove support for `--no-module-directories`
04bb71a0041 : 8222391: javax/net/ssl/compatibility/Compatibility.java should be more flexible
cd020a13c9f : 8222751: closed/test/jdk/sun/security/util/DerIndefLenConverter/IndefBerPkcs12.java fail
2c4624394e7 : 8222789: Replace the usage of "Sun's Xinerama API" by the "XFree86's Xinerama API" on Solaris
c3b64599dcd : 8216008: -Djavax.accessibility.assistive_technologies empty list leads to exception
46d13560a38 : 8212676: AWT SystemColor setting on CDE
2044245c908 : 8218917: KeyEvent.getModifiers() returns inconsistent values for ALT keys
eab5f23c59c : 8222741: jdi/EventQueue/remove/remove004 fails due to VMDisconnectedException
43b4c3732ac : 8222786: Shenandoah get_barrier_strength should accept all shapes of (Weak)CAS reference barriers
6ebf2ce6552 : 8192936: RI does not follow the JVMTI RedefineClasses spec that is too strict in the definition
a8a29bbae66 : 8221271: sun/security/pkcs11/tls/tls12/TestTLS12.java test failed
a8550e45891 : 8222747: [Graal] mx_subprocess files miss testing VM flags
288a115a810 : 8222753: AAarch64: Add CPU implementer code for Ampere
5c7c110557a : 8222735: Update doc/building.md with current Oracle build platforms and compilers
395f3ef0c1f : 8222668: Add @since tag to JapaneseEra.REIWA
853da81cfe4 : 8222527: HttpClient doesn't send HOST header when tunelling HTTP/1.1 through http proxy
e08506e6831 : 8216137: assert failed: Live node limit exceeded 8219520: assert failed: Live node limit exceeded
8088ed83178 : 8223143: Restructure/clean-up for 'loopexit_or_null()'
7bb9062f845 : 8223142: Clean-up WS and CB
55e3cc8f6fc : 8223141: Change (count) suffix _ct into _cnt
f4faee7bae5 : 8223140: Clean-up in 'ok_to_convert()'
ceef0f69dcd : 8223139: Rename mandatory policy-do routines
205085d8d51 : 8223138: Small clean-up in loop-tree support
fcbca822476 : 8223137: Rename predicate 'do_unroll_only()' to 'is_unroll_only()'
34e49a24c06 : 8204203: Many pkcs11 tests failed in Provider initialization, after compiler on Windows changed
a712b37bd07 : 8217364: Custom URLStreamHandler for jrt or file protocol can override default handler
01e53908149 : 8223052: Cleanup: NodeSortRecord
27f95e75538 : 8223254: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"
5a4cef05d67 : 8218875: Add new FileSystems.newFileSystem methods
2c35825433e : 8220793: (fs) No support for changing modification time of symlink
8e1bb92b095 : 8223258: Shenandoah: SRP::process_all_roots_slow processes JvmtiExport weak oops twice
f05dc2fa2f0 : 8223227: Rename acquire_tag_map() to tag_map_acquire() in jvmtiEnvBase
3a25d6274b8 : Added tag jdk8u212-ga for changeset 2fc735a2a31e
224026b8d4e : Added tag jdk8u212-ga for changeset 27e236537f8f
e58853ad8fd : Added tag jdk8u212-ga for changeset 67e7cc85dfeb
058780b940f : Added tag jdk8u212-ga for changeset 49897f060e67
9b1b5df1f6a : Added tag jdk8u212-ga for changeset 3fffd1c736c2
0e94319a4ec : Added tag jdk8u212-ga for changeset dbe2ee90be31
20e06d873de : Added tag jdk8u212-ga for changeset 0af0e12124c3
6adb4788245 : 8222332: PIT: Problemlist tests that times out consistently
0d35ef38e6f : 8220513: Wrapper Key may get deleted when closing sessions in SunPKCS11 crypto provider
db68e8a2736 : 8150013: ParNew: Prune nmethods scavengable list
087c03a0c75 : 8198505: Remove CollectorPolicy and its subclasses
c23dc4dfcfa : 8222895: StackOverflowError in custom security manager that relies on ClassSpecializer
b3f4ca45630 : 8223194: runtime/Shutdown/ShutdownTest.java due to "OutOfMemoryError: Java heap too small"
1f6747c22d6 : Added tag jdk-13+19 for changeset a43d6467317d
37be9ccd6c0 : 8223177: Data race on JvmtiEnvBase::_tag_map in double-checked locking
75471b411d9 : 8146726: Improve AbstractProcessor to issue warnings for repeated information
05a9f3541b5 : 8220818: Validator does not find missing match for keyref error
f69d3532e52 : 8222769: [TESTBUG] TestJFRNetworkEvents should not rely on hostname command
aeaa78cb265 : 8221267: Document the jdk.net.URLClassPath.showIgnoredClassPathEntries system property
e9c523ae5f5 : 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
f9bbbb6e278 : 8222744: add support for generating method handles from a variable symbol
fee481d5a23 : 8202414: Unsafe write after primitive array creation may result in array length change
74770e394ea : 8223078: Add microbenchmark for array copying/clearing/resizing
6f95cac0e28 : 8223190: Test gc/arguments/TestShrinkHeapInSteps.java breaks with change for JDK-8074355
142c9b49074 : 8223184: Shenandoah: Missing roots in SRP::process_all_roots_slow
6fb8502b772 : 8074355: make MutexLocker smarter about non-JavaThreads
0ab425c1879 : 8213399: DecoderLocker is unused
95b5fba3d77 : 8223146: [TESTBUG] new test vmTestbase/nsk/share/ExceptionCheckingJniEnv/exceptionjni001/ fails on Windows
5c928d29fb9 : 8222821: com/sun/jdi/ExceptionEvents.java failed
4b6adaa5f15 : 8215113: Sampling interval not always correct
aba919ab500 : 8222137: Remove T-Systems root CA certificate
f08d8b73841 : 8216577: Add GlobalSign's R6 Root certificate
cdd906fecdf : 8222913: Add Jib support for VERSION_EXTRA*
b505fd128d9 : 8222749: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java failed with "eventSet1.size() != 3 :: 2"
fb355041ea1 : 8221639: [i386] expand_exec_shield_cs_limit workaround is undefined code after JDK-8199717
048c3dc0264 : 8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
e7a6cbbd38e : 8222852: Reduce String concat combinator tree shapes by folding constants into prependers
e3aa6f7907e : 8222934: mark new VM option AllowRedefinitionToAddOrDeleteMethods as deprecated
7c55d53d66a : 8218152: [javac] fails and exits with no error if a bad annotation processor provided
ebedd5cb260 : 8222529: sun.jdwp.listenerAddress agent property uses wrong encoding
a722889681b : 8221991: Improve the HTML for the inheritance tree for a type
61f35bf898d : 8219403: JVMCIRuntime::adjust_comp_level should be replaced
bac946663dd : 8218873: Improve JSSE endpoint checking
b9f32c81488 : 8220231: Cache HarfBuzz face object for same font's text layout calls
f04c9d09b83 : 8217013: javadoc generates references to missing file overview-frame.html
efecbce7fe5 : 8218876: Improve PNG support options
bc49c0257ea : Added tag jdk8u212-b04 for changeset adc4a1b63dec
c9934ed2d61 : Added tag jdk8u212-b04 for changeset d8d3a67f6498
2b7bb670919 : Added tag jdk8u212-b04 for changeset 3934321bd2d4
34f4101c9ab : Added tag jdk8u212-b04 for changeset 77129884ac3b
2e05fafc935 : Added tag jdk8u212-b04 for changeset 6793bb02e681
43b1aeaa6d2 : Added tag jdk8u212-b04 for changeset 36d08c36e5e0
bd7970a8551 : Added tag jdk8u212-b04 for changeset dae1a544f299
c9da623b6f7 : 8221518: Normalize normalization
fd2778cab50 : 8221355: Performance regression after JDK-8155635 backport into 8u
7414acdd071 : 8221915: cleanup ticks related coding in os_perf_aix.cpp [aix]
2b203281cd0 : 8222300: Zero build broken after JDK-8222231
ff03f5c84e3 : 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
141cc31f101 : Added tag jdk-13+16 for changeset 9d0ae9508d53
0314bac1675 : 8222231: Clean up interfaceSupport.inline.hpp duplicated code
32848d8166e : 8222224: vmTestbase/nsk/jvmti/SingleStep/singlestep001/TestDescription.java fails
2468ac91ee8 : 8222035: minimal inference context optimization is forcing resolution with incomplete constraints
8ee30d4fbec : 8222029: Optimize Math.floorMod
0f4b0947ff4 : 8222264: Windows incremental build is broken with JDK-8217728
4b898b7aaed : 8221851: Use of THIS_FILE in hotspot invalidates precompiled header on Linux/GCC
ebe0ef5ee8e : 8222259: Shenandoah: Pre-evacuate string-dedup roots in Traversal GC
3a2343d9e6d : 8221984: ZGC: Clean up ZOop
a1b71b69515 : 8222097: ProblemList tests that are failing recurringly and intermittently in PIT
3b6b6b3cb31 : 8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange
ec3edf99f90 : 8221853: Data race in compile broker (set_last_compile)
eebe3467150 : 8221430: StringBuffer(CharSequence) constructor truncates when -XX:-CompactStrings specified
758f02e6cc0 : 8222229: ProblemList compiler/jsr292/InvokerSignatureMismatch.java
990b45b149c : 8222227: Shenandoah: Fix Traversal GC weak roots handling in final-traversal pause
092cead6c1e : 8221445: FastSysexMessage constructor crashes MIDI receiption thread
321615029cd : 8222186: Shenandoah should not uncommit below minimum heap size
6453df40bec : 8222185: Shenandoah should report "committed" as capacity
5952e2bc649 : 8221852: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE should be selected at runtime, not build time
1aa784cdac1 : 8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE
91c90755b55 : 8222180: ZGC: ZForwarding::verify() failing when checking for duplicates
89a267ca46d : 8221836: Avoid recalculating String.hash when zero
d40aa622cf3 : 8219241: Provide basic virtualization related info in the hs_error file on linux/windows x86_64
9972a6fdaac : 8221263: [TEST_BUG] RemotePrinterStatusRefresh test is hard to use
7a62c467818 : 8221885: Add intermittent test in the JavaSound to the ProblemList
b0c2b42e408 : 8221658: aarch64: add necessary predicate for ubfx patterns
8da3230d6e3 : 8221894: Add comments for docker tests in the test doc
8b8759de8d8 : 8020637: Permissions.readObject doesn't enforce proper Class to PermissionCollection mappings
9a97b54211d : 8222144: BuiltinClassLoader should create the CodeSource for jrt URLs lazily
8f556345e12 : 8221535: add steal tick related information to hs_error file [linux]
3ca21234cee : 8221584: SIGSEGV in os::PlatformEvent::unpark() in JvmtiRawMonitor::raw_exit while posting method exit event
d7097cb0f45 : 8218458: [TESTBUG] runtime/NMT/CheckForProperDetailStackTrace.java fails with Expected stack trace missing from output
bb31c7d085d : 8218049: Survivor MemoryMXBean used() size granularity is region based
f6116c54982 : 8222105: Add "use_" prefix to G1Policy::adaptive_young_list_length
884545e54f5 : 8218668: Clean up evacuation of optional collection set
93c0734d3a4 : 8216551: GraalUnitTestLauncher should be executed as '@run driver'
3592b7ea789 : 8222130: Shenandoah should verify roots after pre-evacuation
ae463150c0d : 8222133: Add temporary exceptions for root certs that are due to expire soon
cc871f04590 : 8222086: CodeCache::UnloadingScope needs to preserve and restore previous IsUnloadingBehavior
8dfa6d1acc6 : 8221730: jcmd process name matching broken
3ff0b6ea5e0 : 8222027: java/util/logging/LogManager/TestLoggerNames.java generates intermittent ClassCastException
7a26e84e4f9 : 8222129: Shenandoah: Missing CompareAndSwapP/N case in get_barrier_strength()
d2ac25420eb : 8222125: Shenandoah: Crash when running with ShenandoahParallelSafepointThreads=1
1e6d8fbb1dc : 8222089: [TESTBUG] sun/security/lib/cacerts/VerifyCACerts.java fails due to cert within 90-day expiry window
7e9c6833979 : 8221738: ErrorFile option does not handle pre-existing error files of the same name
b1278c587fa : 8223018: Rename G1RemSet::*oops_into_collection_set_do methods
3d149df1586 : 8200545: Improve filter for enqueued deferred cards
2a48a29c334 : 8219459: oopDesc::is_valid() is broken
64b8734964d : 8223638: Replace wildcard address with loopback or local host in tests - part 6
32ce957de56 : 8223822: Add gc IDs in the log of gc verification
5dd18ea628c : 8222841: Incorrect static call stub interactions with class unloading
cc6cc06183a : 8221478: Disable VerifySharedSpaces by default
24f9c71c8d4 : 8222969: Migrate RuleBasedCollatorTest to JDK Repo
1c202572d54 : 8219023: Investigate syncing JVMTI spec version with JDK version
e6b1cd1d4bf : 8223597: jdk/nio/zipfs/ZipFSTester.java RuntimeException: CHECK_FAILED! (getAttribute.crc <entries20> failed 6af4413c vs 0 ...)
44e7959bb87 : 8222480: Implementation: JEP 351: ZGC: Uncommit Unused Memory
4bde1f64712 : 8223762: Shenandoah: overflows in calculations involving heap capacity
92d97ce5126 : 8223759: Shenandoah should allow arbitrarily low initial heap size
e7f9a8a263e : 8223685: used bundled zlib on AIX by default
9314a2853bd : 8223574: add more thread-related system settings info to hs_error file on AIX
0974861dd80 : 8221907: make reconfigure breaks when configured with relative paths
1e9927a2f2b : 8222111: exeCallerAccessTest.c fails to build: control reaches end of non-void function
cc4453b2f87 : 8221995: AARCH64: problems with CAS instructions encoding
9b936045357 : 8221880: Better customization for Windows RC properties FileDescription and ProductName
71ac3d952b6 : 8221529: [TESTBUG] Docker tests use old/deprecated image on AArch64
63d8ae233b5 : 8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine
fbb4597b6b0 : 8221917: serviceability/sa/TestPrintMdo.java fails on 32-bit platforms
a6ad14cf074 : 8222082: Build of test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c still failing on Windows
93ae73b0918 : 8222078: test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c build fails after 8221530
a5b9e0f7bae : 8221530: Caller sensitive methods not handling caller = null when invoked by JNI code with no java frames on stack
ab361746ec2 : 8220282: Add MethodHandle tests on accessing final fields
0abdc381b72 : 8221871: javadoc should not set role=region on <section> elements
8263b618ba5 : 8221882: Use fiber-friendly java.util.concurrent.locks in JSSE
6d617481d4f : 8221997: fix headings in jdk.javadoc
049c5749330 : 8221597: A typo in the Java API doc for File.getUsableSpace()
79218415bcf : 8219993: AArch64: Compiled CI stubs are unsafely modified
71164a973b4 : 8221477: Inject os/cpu-specific constants into Unsafe from JVM
7a093bcf507 : 8203364: Some serviceability/sa/ tests intermittently fail with java.io.IOException: LingeredApp terminated with non-zero exit code 3
e2e78031e5d : 8221789: make reconfigure broken (jdk8u only)
b1206f5ea22 : 8220349: The fix done for JDK-8214253 have caused issues in JTree behaviour
d1ebf72bb2f : 6684386: ElementIterator javadoc bug
657f017400c : 8221345: Better Poly1305 support
c30da2c601f : 8221661: javax.swing.text.View.getPreferredSpan(int axis)
bb1e22adcfc : 8178335: fake pass: jdk/internal/ref/Cleaner/ExitOnThrow.java
dc308fcdc3a : Added tag jdk8u212-b03 for changeset 2fc735a2a31e
53f989dc6a7 : Added tag jdk8u212-b03 for changeset f8466b6b5448
0df449ec9f3 : Added tag jdk8u212-b03 for changeset 27e236537f8f
025478821aa : Added tag jdk8u212-b03 for changeset 67e7cc85dfeb
e570f0b76ee : Added tag jdk8u212-b03 for changeset 49897f060e67
6acddf80232 : Added tag jdk8u212-b03 for changeset 3fffd1c736c2
e7032ed8423 : Added tag jdk8u212-b03 for changeset dbe2ee90be31
3dfe00c4877 : Added tag jdk8u212-b03 for changeset 0af0e12124c3
847789b22f1 : 8205432: Replace the placeholder Japanese era name
faa86451198 : 8219890: Calendar.getDisplayName() returns empty string for new Japanese Era on some locales
ec025cb20ad : 8042131: DateTimeFormatterBuilder Mapped-values do not work for JapaneseDate 8210633: Cannot parse JapaneseDate string with DateTimeFormatterBuilder Mapped-values
ad590d63567 : 8220792: Performance bottleneck in JavacFileManager.list()
72b6b8cd2a4 : 8221437: assert(java_lang_invoke_ResolvedMethodName::vmtarget(resolved_method()) == m()) failed: Should not change after link resolution
43d432169fb : 8221731: Fix doclint handling of accessibility heading in java.desktop
ae321367117 : 8221801: Update src/java.base/share/legal/public_suffix.md
e0f37c15e49 : 8157404: Unable to read certain PKCS12 keystores from SequenceInputStream
460c22f03da : 8221763: Build fails when using --with-jvm-features=-g1gc,-jfr,-shenandoahgc
2eb8492163f : 8168261: Use server cipher suites preference by default
07991d3f2dd : 8218418: (fs) Files.createSymbolicLink should use SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE (win)
4494be3b5fa : 8221517: G1: Reserved page size for heap can be wrong
9910128b44d : 8212627: [TESTBUG] runtime/CreateMirror/ArraysNewInstanceBug.java timed out
757e6ecfec8 : 8220671: Initialization race for non-JavaThread PtrQueues
22c61a59817 : 8221703: Rmic build for java.management.api has bad incremental behavior
cb58cddccb0 : 8221558: Remove obsolete uses of OopStorage::ParState<'false, false> _par_state
2480e3aa180 : 8221149: os::malloc checks MallocCatchPtr outside of ifdef ASSERT block
31ac44b7107 : 8221146: ZGC: Reports too much relocated
abb2d678030 : 8220610: Make CollectedHeap nmethod functions pure virtual
0b2e2ca9bdb : 8174268: Declare a public field in JapaneseEra for the era starting May 2019
2a510a63539 : 8205432: Replace the placeholder Japanese era name
2cc859d3809 : 8221366: Search box tries to search for "Search"
8954e2b37d3 : 8219733: Restore javadoc header styles
9e18ef06798 : 8221750: Shenandoah: Enable ThreadLocalHandshake by default
246544eeb77 : 8221183: Avoid code cache walk in MetadataOnStackMark
8501078e9fe : Added tag jdk8u212-b02 for changeset b8f947e7f3d9
0ce1ec01957 : Added tag jdk8u212-b02 for changeset 628dc01019ea
0e75e7d119c : Added tag jdk8u212-b02 for changeset ea91e39c1b73
f6830dab612 : Added tag jdk8u212-b02 for changeset 9843828dd225
e8d59649ff4 : Added tag jdk8u212-b02 for changeset 36d9bfa44292
22780d2218f : Added tag jdk8u212-b02 for changeset 8acb79ae01b6
6550fa0d678 : Added tag jdk8u212-b02 for changeset 0003ed07a06d
6dad89ceaef : 8221694: jstatLineCounts1 needs to be NaN resilient
18c4faf2cfb : 8221735: Shenandoah fails ctw/modules/jdk_management_agent.java with Traversal
2cf209bd925 : 8221726: Multiple build failures after JDK-8221698 (Remove redundant includes from popular header files)
7bfc1b11897 : 8221725: AArch64 build failures after JDK-8221408 (Windows 32bit build build errors/warnings in hotspot)
2ace3e69e6d : 8215599: Remove support for javadoc "frames" mode
6d23e499bc9 : 8220495: Update GIFlib library to the 5.1.8
21d2f5139dd : 8221436: Incorrect check of package in Line.Info.toString()
4c53126638d : 8220320: Remove unused old code in GraphicsEnvironment on unix
5bffde3d4ff : 8215105: java/awt/Robot/HiDPIScreenCapture/ScreenCaptureTest.java: Wrong Pixel Color
7ddc0b1e09f : 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
394672060ed : 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
0eadf53694b : 8220707: [TESTBUG] serviceability/sa/TestHeapDumpForLargeArray.java fails with jtreg -vmoption:-Xmx < 8g
0569496b692 : 8221610: Resurrect (legacy) JRE bundle target
22484b8c352 : 8221698: Remove redundant includes from popular header files
61485b75a97 : 8221257: Improve serial number generation mechanism for keytool -gencert
d1926144eb2 : 8221596: test/hotspot/jtreg/runtime/containers/docker/TestCPUSets.java failed with FileAlreadyExistsException
12802b7e8d4 : 8212328: Exceptional throw cases
3320a7ea1f0 : 8221629: Shenandoah: Cleanup class unloading logic
37c8c969163 : 8221643: Tighten up assert(_keep_alive >= 0) in CLD::inc_keep_alive
f8209fd612e : 8220254: fix headings in java.xml
4b646176919 : 8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ?
1baf5289c56 : 8221539: [metaspace] Improve MetaspaceObj::is_metaspace_obj() and friends
f65be307bfd : 8221833: Readability check in Symbol::is_valid not performed for some addresses
208ecde9436 : 8221918: runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java fails: Shared archive not found
77ae10cd259 : 8218547: Simplify JLI_Open on Windows in native code (libjli)
d6c2cc2413e : 8219918: ProblemList hotspot tests failing in SAP testing
39f3368ffdd : 8221470: Print methods in exception messages in java-like Syntax
6780d21dd63 : 8221992: Fix old method replacement in ResolvedMethodTable
d812742d687 : 8163326: Update the default enabled cipher suites preference
f7fa05ca72d : 8221921: Implement size() / isEmpty() in immutable collections
15d989faa4f : 8221981: Simplify Map/List/Set.of() implementation
3233a6f944d : 8221980: Simplify Optional implementation
fbba7c49b61 : 8221996: Bootcycle build broken
6292ecd39b8 : 8221848: Shenandoah: ArrayCopy post-barrier improvements
05b294ea97a : 8221710: [TESTBUG] more configurable parameters for docker testing
03ab1404f0e : 8221766: Load-reference barriers for Shenandoah
60e51498f2c : 8217728: Speed up incremental rerun of "make hotspot"
cf973e3db48 : 8219861: Add new keytool -showinfo -tls command for displaying TLS configuration information
54398de4db1 : 8221244: Unexpected behavior of PropertyDescription.getReadMethod for boolean properties
702ee3db37a : 8212904: JTextArea line wrapping incorrect when using UI scale
f468c7a4ffc : 8217707: JNICALL declaration breaks Splash screen functions
f883ffee643 : 8221412: lookupPrintServices() does not always update the list of Windows remote printers
21e9b4d59f1 : 8221411: NullPointerException in RasterPrinterJob without PrinterResolution
3642a0007f0 : 8217735: awt_image_GifImageDecoder_parseImage() "interlace" param has the wrong type
27e83c186aa : 8220517: Enhanced GIF support
1410a3b9fc5 : 8220250: fix headings in java.desktop
ef506077633 : 8216971: [macosx swing] For JCheckBoxMenuItem actionPerformed() is called twice, when apple.laf.useScreenMenuBar=true and modifier is InputEvent.META_DOWN_MASK
c5d23f129e9 : 8221405: Fix Windows 32bit awt build
be4416fdda4 : 8221480: jcmd VM.metaspace shall print limits in basic mode
e2ffa157620 : 8221351: Crash in KlassFactory::check_shared_class_file_load_hook
b6cdfa908fb : 8221118: Avoid eagerly creating JCDiagnostic for CompletionFailures
4255a28d8d8 : 8221435: Shenandoah should not mark through weak roots
cf334e7de5b : 8221687: Deprecated j.u.jar.Attributes.Name attributes accidentally set to null
b51de3d73a6 : 8221688: Quarantine Shenandoah string dedup tests
02ed0e3e528 : 8221408: Windows 32bit build build errors/warnings in hotspot
88db8649dfe : 8221621: FindTests.gmk cannot handle "=" in TEST.groups comments
e90036145ac : 8220016: Clean up redundant RSA services in the SunJSSE provider
b0f6b1086a9 : 8220632: Suggest recompiling with a larger value of -Xmaxerrs/-Xmaxwarns if diagnostics were suppressed
793c71bf92f : 8221153: ZGC: Heap iteration and verification pollutes GC statistics
7a623e6e464 : 8221540: ZGC: Reduce width of zForwardingEntry::from_index field
53c904df4ab : 8221394: Clean up ConcurrentGCThread
e664676423a : 8221341: Update Graal
7a4b473edd0 : 8157372: C2: Node::cmp() should return bool
caae1454760 : 8205934: Define jdk -source/-target version in version-numbers file
5031959c887 : 8220530: Build compare script does not compare the contents of the test image
47b9d898ab4 : 8221395: HttpClient leaving connections in CLOSE_WAIT state until Java process ends
76cdc8016f9 : 8220351: Cross-modifying code
a801be79eb9 : 8221325: Add information about swap space to print_memory_info() on MacOS
8e5a71de442 : 8221872: Remove uses of ClassLoaderWeakHandle typedef in protection domain table
8c67e267a03 : Added tag jdk-13+15 for changeset f855ec13aa25
661b5f15343 : 8217610: TLSv1.3 fail with ClassException when EC keys are stored in PKCS11
2f20909d10a : 8218483: Crash in "assert(_daemon_threads_count->get_value() > daemon_count) failed: thread count mismatch 5 : 5"
18146afe7fe : 8221764: Reduce make Init.gmk logging overhead
004b3ee748a : 8220664: Simplify ShenandoahUpdateHeapRefsClosure
518e3a87886 : 8216539: tools/jar/modularJar/Basic.java times out
5c06e0a9124 : 8221701: Archive constant BaseLocales
8cdf7471878 : 8221482: Initialize VMRegImpl::regName[] earlier to prevent assert during PrintStubCode
dbe0da648a4 : 8220786: Create new switch to redirect error reporting output to stdout or stderr
4969d23b898 : 8221413: javac does not recognize variable assigned in switch expression as DA
2da45f12f2a : 8221398: Move test NoClassDefFoundMsg.java to subdir exceptionMsgs/
caa5387a577 : 8221532: Incorrect copyright header in FileSystemSupport_md.c
6d77c76cf2f : 8218727: vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/TestDescription.java crash in native library
a5dca998506 : Added tag jdk-13+14 for changeset 46cf212cdcca
8d5cea62b23 : 8221568: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"
007b06bcffb : 8221533: Incorrect copyright header in DurationDayTimeImpl.java, DurationYearMonthImpl.java and XMLStreamException.java
0c2b7c4fc35 : 8220575: Replace hardcoded 127.0.0.1 in URLs with new URI builder
b5e3a8220b2 : 8221531: Incorrect copyright header in src/java.base/windows/native/libnio/ch/FileChannelImpl.c
4049bcaffe3 : 8220528: [AIX] Fix basic Xinerama and Xrender functionality
9f2ac63e672 : 8221456: nmethod::make_unloaded() clears _method member too early
ea59f49e553 : 8221527: [TESTBUG] DockerBasicTest.java contains hard-coded reference to JDK 10
df4f28c041f : 8219196: DataOutputStream.writeUTF may throw unexpected exceptions
b1c5ab81c09 : 8059357: ClassVerifier redundantly checks constant pool entries multiple times
3f0955154dd : 8219612: compiler.codecache.stress.Helper.TestCaseImpl can't be defined in different runtime package as its nest host
e8a753f2539 : 8221524: java/util/Base64/TestEncodingDecodingLength.java test should be disabled on 32-bit platforms
5437296face : 8221401: java/math/BigInteger/LargeValueExceptions.java test should be disabled on 32-bit platforms
785772021b5 : 8221400: java/lang/String/StringRepeat.java test requests too much heap
af6cddfa78a : 8220198: Lots of com/sun/crypto/provider/Cipher tests fail on x86_32 due to missing SHA512 stubs
c8725ae4692 : 8221537: ZGC: Fix incorrect comment in zNMethod table entry layout
8e258756bbf : 8221392: Reduce ConcurrentGCThreads spinning during start up
229d923b27a : 8221396: Clean up serviceability/sa/TestUniverse.java
5f9ec8e7106 : 8221479: Fix JFR profiling on s390
31f64932c3c : 8220687: Add StandardJavaFileManager.getJavaFileObjectsFromPaths overload
c532be950a8 : 8217347: [TESTBUG] runtime/appcds/jvmti/InstrumentationTest.java timed out
657a0e4d861 : 8220633: Optimize CacheFSInfo
be132fcc65c : 8216558: Lookup.unreflectSetter(Field) fails to throw IllegalAccessException for final fields
4df14bb14bf : 8221513: Add vmTestbase/nsk/jdb/eval/eval001/eval001.java to ProblemList.txt
7f9103968f4 : 8221342: [TESTBUG] Generate Dockerfile for docker testing
201cdc50f9e : 8204552: NMT: Separate thread stack tracking from virtual memory tracking
6e84bce1b53 : 8221350: more monitor logging updates from Async Monitor Deflation project
6efb59fad7c : 8221483: TestOopCmp.java fails due to "Multiple garbage collectors selected"
1933437f12d : 8219446: Specify behaviour of timeout accepting methods of Socket and ServerSocket if timeout is negative
75dd3985ca1 : 8221414: Bump required boot jdk version to 12
af4328cd62a : 8221407: Windows 32bit build error in libsunmscapi/security.cpp
800a5cdef57 : 8221406: Windows 32bit build error in NetworkInterface_winXP.c
274396e105d : 8221473: Configuration::reads can use Set.copyOf
75325facdd7 : 8177960: Deprecate the Swing Motif Look and Feel and document it as unsupported on macOS
731213bd788 : 8192854: FONTCONFIG_CFLAGS missing from spec.gmk.in
1a48fa0fb7c : 8200286: (testbug) MOptionTest test fails with java.lang.AssertionError: Classfiles too old!
fed190dd8bb : 8221304: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java
1925ff3540e : 8220451: jdi/EventQueue/remove/remove004 failed due to "ERROR: thread2 is not alive" 8220456: jdi/EventQueue/remove_l/remove_l004 failed due to "TIMEOUT while waiting for event"
93e77e1767f : 8221175: Fix bad function case for controlled JVM crash on PPC64 big-endian
db264da0fd1 : 8220794: PPC64: Fix signal handler for SIGSEGV on branch to illegal address
06fa31e9bcf : 8221472: Fix HandshakeSuspendExitTest
28d4630473e : 8217690: Update public suffix version
0714b75ac45 : 8220570: Additonal trace when native thread creation fails
c986cef7ba8 : 8218128: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003 and 004 use wrong path to test classes
ed3542d53be : 8220774: Add HandshakeALot diag option
afa3178149d : 8203026: java.rmi.NoSuchObjectException: no such object in table
f9c08cc6fba : 8221083: [ppc64] Wrong oop compare in C1-generated code
3bcac22f24d : 8220641: [TESTBUG] New test KdcPolicy.java introduced by JDK-8164656 needs same change as JDK-8190690
ae4af53ab98 : 8193764: Cannot set COMPANY_NAME when configuring a build
defc86bd5b1 : 8221098: Run java/net/URL/HandlerLoop.java in othervm mode
f16af8d4d5c : 8211100: hotspot C1 issue with comparing long numbers on x86 32-bit
42b8e78a7a1 : 8153508: ContentHandler API contains link to private contentPathProp
1c0f35a5b43 : 8219958: Automatically load taglets from a jar file
95b189916f6 : 8147502: Digest is incorrectly truncated for ECDSA signatures when the bit length of n is less than the field size
3ed98222a7c : 8220744: Move RedefineTests to from runtime to serviceability
2946ff5ca53 : 8218975: Bug in macOSX kernel's pthread support
a11369d7810 : 8220690: ATTRIBUTE_ALIGNED requires GNU extensions enabled
30342b596ba : 8217766: Container Support doesn't work for some Join Controllers combinations
adc6d241ba9 : 8212528: Wrong cgroup subsystem being used for some CPU Container Metrics
e97e09288e7 : 8219562: Line of code in osContainer_linux.cpp L102 appears unreachable
b77b4b254cf : 8220613: java/util/Arrays/TimSortStackSize2.java times out with fastdebug build
5ee0711360b : 8220663: Incorrect handling of IPv6 addresses in Socket(Proxy.HTTP)
ad90ef79d12 : 8218914: Support fonts installed per-user on Windows 10
3b0ae8082ac : 8220355: Improve assertion texts and exception messages in eventHandlerVMInit
dc7b3e8df3b : 8220781: linux-s390 : os::get_summary_cpu_info gives bad output
1df787692a9 : 8170705: sun/net/www/protocol/http/StackTraceTest.java fails intermittently with Invalid Http response
f6e688c7c8a : 8220812: gc/shenandoah/options/TestLoopMiningArguments.java fails if default GC is serial/parallel/cms
3c34b7a2616 : 8220410: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed with missing expected output
de75770ce95 : 8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2 implementation
7954db81f8c : 8220693: jdk/javadoc/doclet/MetaTag/MetaTag.java with unexpected date
f05457a1af9 : 8220737: Jib based 32 bit windows builds fail
1aec18881bd : 8220780: ShenandoahBS::AccessBarrier::oop_store_in_heap ignores AS_NO_KEEPALIVE
c2d4f104839 : 8220609: Cleanups in ScavengableNMethods
788dcfd72d1 : 8220606: Move ScavengableNMethods unlinking to unregister_nmethod
1569377659f : Added tag jdk8u222-b00 for changeset fa13f4a2773b
3da523ccab1 : Added tag jdk8u222-b00 for changeset 5803c248e73c
d554edf4807 : Added tag jdk8u222-b00 for changeset 90d00257d445
dd4808aedce : Added tag jdk8u222-b00 for changeset 9f7d44a1f0e6
0650630964c : Added tag jdk8u222-b00 for changeset 32650a2a4b61
55cdc5de258 : Added tag jdk8u222-b00 for changeset f35dd5d9a010
82368120f19 : Added tag jdk8u212-b01 for changeset fa13f4a2773b
5fc5bfc0eaa : Added tag jdk8u212-b01 for changeset 5803c248e73c
350ba28e02d : Added tag jdk8u212-b01 for changeset bd5d166d0d9d
c1f4ecaa01f : Added tag jdk8u212-b01 for changeset 90d00257d445
e747d5e0a40 : Added tag jdk8u212-b01 for changeset 9f7d44a1f0e6
df0baee28e2 : Added tag jdk8u212-b01 for changeset 32650a2a4b61
430f549dd31 : Added tag jdk8u212-b01 for changeset f35dd5d9a010
ecce7fb2d04 : 7106851: Test should not use System.exit
0919f62aece : 8217753: Enable HotSpot builds on 5.x Linux kernels
96b3a3e80d3 : 8217753: Enable HotSpot builds on 5.x Linux kernels
36db9d7cde4 : 8220397: REGRESSION: JDK-8036003 backport regresses no_strip builds
dcbee620a42 : 8220397: REGRESSION: JDK-8036003 backport regresses no_strip builds
59a025d90b9 : 8220714: C2 Compilation failure when accessing off-heap memory using Unsafe
29843b4dfb9 : 8221278: Shenandoah should not enqueue string dedup candidates during root scan
9f0b9da2d7c : 8221273: put sun/security/pkcs11/tls/tls12/TestTLS12.java on ProblemList.txt
901e797c0c8 : 8221270: Duplicated synchronized keywords in SSLSocketImpl
ed5a2f1e06e : 8218401: WRONG_PHASE: vmTestbase/nsk/jvmti test crash
9f5bcd46f03 : 8170494: JNI exception pending in PlainDatagramSocketImpl.c
bd4dd311fd7 : 8211941: Enable checking/ignoring of non-conforming Class-Path entries
af5c78efffc : 8220674: [TESTBUG] MetricsMemoryTester failcount test in docker container only works with debug JVMs
fd14375ae26 : 8221259: New tests for java.net.Socket to exercise long standing behavior
04a50576cf3 : 8221172: SunEC specific test is not limited to SunEC
d8d4311d549 : 8221096: Description of -XX:+PrintFlagsRanges is incorrect
0814229ebc9 : 8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
0f0d24ebb41 : 8220784: hsdis cannot be built with MinGW64
2c4b9e0778e : 8220658: Improve the readability of container information in the error log
26358daaee3 : 8172695: (scanner) java/util/Scanner/ScanTest.java fails
762ce676b35 : 8221208: Backout JDK-8218446
87283a7568a : 8221180: Deprecate AllowJNIEnvProxy
ce6818a60bd : Added tag jdk-13+13 for changeset 83cace4142c8
2df0f4b4dd9 : 8220249: fix headings in java.compiler
7bb74f80dac : 8218446: SuspendAtExit hangs
ea61da4d5f4 : 8220389: Update Graal
94d9355a640 : Added tag jdk-12-ga for changeset b67884871b5f
fc9578072ac : 8175120: Remove old tests on kdc timeout policy
75c5d9471f3 : 8175120: Remove old tests on kdc timeout policy
6881a918684 : 8220602: Shenandoah-SA: Enable best-effort implementation of heap walk
5730a0413b3 : 8221875: Unquarantine Shenandoah string dedup tests
c115415af12 : 8221870: use driver to run CtwRunner in applications/ctw tests
e7e00f7ae0f : 8221102: Allow GC threads to participate in threads claiming protocol
4269bb40ac0 : 8221782: [Graal] Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.jdk.vm.ci.services
9acdfbd5b7a : 8221751: Shenandoah: Improve SATB enqueueing
e676e935368 : 8221762: Improve Main.gmk/FindTests.gmk bootstrap time
bf332609581 : 8221824: Build failure with MSVS 2013 after JDK-8218418
1f115c7f529 : 8214796: Create a jlink plugin for stripping debug info symbols from native libraries
2b55e4834ec : 8221696: MappedByteBuffer.force method to specify range
3103d346a76 : 8223632: Replace wildcard address with loopback or local host in tests - part 5
4a59b995da9 : 8219060: -linksource broken with modules
f8911921007 : 8222015: Small VM.metaspace improvements
7913132367d : 8223667: ASAN build broken
4e2ebd39375 : 8223040: Add a AsyncGetCallTrace test
1772172053d : 8223654: Clean up @jls references in com.sun.source
7aec6727ac2 : 8221253: TLSv1.3 may generate TLSInnerPlainText longer than 2^14+1 bytes
032fff8042f : 8221569: JFR tool produces incorrect output when both --categories and --events are specified
1355621a42c : 8222533: jtreg test jdk/internal/platform/cgroup/TestCgroupMetrics.java fails on SLES12.3 linux ppc64le machine
11d3a2ce355 : 8221340: [TESTBUG] TestCgroupMetrics.java fails after fix for JDK-8219562
8de6f58988e : 8223531: [Graal] assert(type() == T_INT) failed: type check
eff53ce5e98 : 8223652: Rename IPSupport.skipIfCurrentConfigurationIsInvalid() to IPSupport.throwSkippedExceptionIfNonOperational()
a5c506b4112 : 8223186: HotSpot compile warnings from GCC 9
6ecf7ffbb1f : 8223465: Replace wildcard address with loopback or local host in tests - part 3
77d60eff6ac : 8223626: move print() functions to cpp files
2b558f60542 : 8223675: arm32 build failure after 8223136 (Move compressed oops functions to CompressedOops class)
8d4c5623bfc : 8223676: Minimal VM build failure after 8223136 (Move compressed oops functions to CompressedOops class)
c90f3ee68b6 : 8223624: Cleanup includes of universe.hpp
819cde280cb : 8223623: Move oopFactory function definitions out of oopFactory.hpp
2841f705853 : 8223622: Move Universe usage out of memAllocator.hpp
34c357ee6fe : 8223621: Move Universe usage out of oopRecorder.hpp
cd6079acdd0 : 8223620: Move IsGCActiveMark implementation out of header
e321fd163d6 : 8223619: Move VerifyOption out of Universe
5a8ba256df1 : 8223136: Move compressed oops functions to CompressedOops class
3928171ecf9 : 8223617: code_size2 needs adjustments
2e3a2d3c83d : 8223555: Cleanups in cacerts tests
31af27a1ee2 : 8200400: Restrict Sasl mechanisms
7c6a83fb27b : 8223537: testlibrary_tests/ctw/ClassesListTest.java fails with Agent timeout frequently
796775c12a7 : 8222292: runtime/exceptionMsgs/ArrayIndexOutOfBoundsException/ArrayIndexOutOfBoundsExceptionTest.java timeout but test passed
2767374bb78 : 8223639: [JVMCI] jvmciCompiler.cpp needs to include "oops/objArrayOop.inline.hpp""
4bf58d7d189 : 8223651: Build fails with --with-jvm-features=-jfr and --disable-precompiled-headers
523fcccb789 : 8223599: minimal build fails after JDK-8185525
10e5d0b854c : 8191808: Configurable read timeout for CRLs
22bf0188122 : 8189208: Cleanup ancient argument processing code
e034f80482c : 8223645: AArch64 build broken by fix for 8223136
94f04de7bc1 : 8222991: Xerces 2.12.0: Validation
5d1df35fe7e : 8223454: Reduce String concatenation shapes by folding initialLengthCoder into last mixer
d8f7a412167 : 8223627: jdk-13+20 bundle name contains null instead of ea
40155b14cdb : 8222251: preflow visitor is not visiting lambda expressions
205fd87f2db : 8223573: Replace wildcard address with loopback or local host in tests - part 4
73227d0b83b : 8042215: javax/management/remote/mandatory/connection/ReconnectTest.java NoSuchObjectException no such object in table
55e1da1813f : 8221759: Crash when completing \"java.io.File.path\"
d2472e6dcdd : 8223427: [TESTBUG] Disable JTReg Shenandoah tests when Graal is enabled
608a45ce684 : 8223441: HeapMonitorStatArrayCorrectnessTest fails due to sampling determinism
7e4cb52719f : Added tag jdk-13+20 for changeset 6ccc7cd7931e
2bf347445c4 : 8222987: sun/security/tools/keytool/PSS.java times out on Solaris-SPARC
5c0fc93f30b : 8223380: [Graal] compiler/c2/Test8062950.java failed with time out
534b6487f70 : 8223539: compiler/graalunit/HotspotTest.java hotspot.test.CheckGraalIntrinsics AssertionError: found plugins for intrinsics
3b1bb3d2a70 : 8223589: Build failures after JDK-8223534 (add back fixed test_markOop.cpp)
08eae08a6b8 : 8223307: enable the Stack Execution Disable flag for JDK binaries on AIX
0bb6328356f : 8220673: Add test library support for determining platform IP support
c709e1cbf03 : 8221432: Upgrade CLDR to Version 35.1
20e31cd3389 : 8223583: Build failure after JDK-8223567 (Rename ShenandoahBrooksPointer to ShenandoahForwarding)
f126a4b3ee1 : 8223414: ProblemList java/lang/ref/ReachabilityFenceTest.java when running in Graal as JIT mode
94e47242191 : 8223567: Rename ShenandoahBrooksPointer to ShenandoahForwarding
0450eca4e77 : 8223534: add back fixed test_markOop.cpp
d988e67b89c : 8185525: Add JFR event for DictionarySizes
c5fc45ee081 : 8222926: Shenandoah build fails with --with-jvm-features=-compiler1
c98fb7d64b9 : 8222949: add condy support to javac's pool API
1de7140185a : 8217846: [Graal] vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts003/instancecounts003.java crash
4539863cf1a : 8223397: gc+promotion log lines are missing the GC id
7197040cea9 : 8223445: compiler/intrinsics/mathexact/LongMulOverflowTest.java java timeout
2dede35a180 : 8223570: Shenandoah needs to acquire lock before CLDG::clear_claimed_marks
7d1fa2315e2 : 8223416: Exclude javax/management/monitor/DerivedGaugeMonitorTest.java until JDK-8042211 is fixed
dc2c1d3ba84 : 8223391: Unsynchronized iteration of ClassLoaderDataGraph
40fddae1dce : 8223244: Fix usage of ARRAYCOPY_DISJOINT decorator
94d1d0d3d49 : 8223353: (ch) Change channel close implementation to not wait for I/O threads
7445ee30bd1 : Added tag jdk8u212-b00 for changeset 0fd88d991d93
d0b726958b3 : Added tag jdk8u212-b00 for changeset 9f3e55d49558
7414a84bdeb : Added tag jdk8u212-b00 for changeset 16f28e150f07
593b54244ed : Added tag jdk8u212-b00 for changeset 51bdca959fdf
8049c187789 : Added tag jdk8u212-b00 for changeset 5a834d019606
97485a4283a : Added tag jdk8u212-b00 for changeset 05a34f9858d1
26112960ef2 : Added tag jdk8u212-b00 for changeset e63f6ebe3ccf
1275bffcf46 : Added tag jdk8u212-b00 for changeset b9bf82a747cb
d24b5414ed6 : Added tag jdk8u212-b00 for changeset a348c5645f76
0ba8aec22bd : Added tag jdk8u212-b00 for changeset 4e26c543db0a
dba93f8ac0c : Added tag jdk8u212-b00 for changeset 26041864c5f8
9d517ade443 : Added tag jdk8u212-b00 for changeset e718ad5015a3
41e01bfab74 : Added tag jdk8u212-b00 for changeset 8a809705965b
53d01db76cb : Added tag jdk8u212-b00 for changeset 42377819d359
b0183ded044 : Added tag jdk8u212-b00 for changeset 09a067d0ce1c
5c71a0f345e : Added tag jdk8u212-b00 for changeset d03eb31663bd
6f30d04d768 : 8220579: [Containers] SubSystem.java out of sync with osContainer_linux.cpp
d33d4856821 : 8220601: ZGC: Delete ZNMethodTableEntry arrays using ZSafeDelete
e94d4e7fc98 : 8220600: ZGC: Delete ZPages using ZSafeDelete
98fa0713004 : 8220599: ZGC: Introduce ZSafeDelete
4a83447db29 : 8220597: ZGC: Convert ZForwarding to use ZAttachedArray
8aa6e7538c8 : 8220596: ZGC: Convert ZNMethodData to use ZAttachedArray
c62f53a5768 : 8220595: ZGC: Introduce ZAttachedArray
dd412e66c5d : 8220594: ZGC: Remove superfluous ZPage::is_active()
cc4ae9ab95c : 8220593: ZGC: Remove superfluous ZPage::is_detached()
3f4dfa422c1 : 8220592: ZGC: Move destruction of detached ZPages into ZPageAllocator
16a100d103b : 8220591: ZGC: Don't delay reclaimation of ZVirtualMemory
e7cfe60a32a : 8220590: ZGC: Remove ZPages from ZPageTable when freed
b29bc9f1da9 : 8220589: ZGC: Remove superfluous ZPageTableEntry
0ce7c21d33f : 8220588: ZGC: Convert ZRelocationSet to hold ZForwardings instead of ZPages
5a079bf5158 : 8220587: ZGC: Break out forwarding information from ZPage
547b2655d58 : 8220586: ZGC: Move relocation logic from ZPage to ZRelocate
3d4b0ea232d : 8220741: ZGC: Move CPU agnostic files from linux_x86 to linux
fbf62f0fb8d : 8220569: ZGC: Rename and rework ZUnmapBadViews to ZVerifyViews
8de73b39953 : 8220719: Allow other named NetPermissions to be used
c07c8d3eea0 : 8220684: Process.waitFor(long, TimeUnit) can return false for a process that exited within the timeout
07b560a1a19 : 6307456: UnixFileSystem_md.c use of chmod() and access() should handle EINTR signal appropriately (unix)
8743be63c45 : 8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl
c306e3f0592 : 8220738: (sc) Move ServerSocketChannelImpl remaining native method to Net
1aa788a7b96 : 8220555: JFR tool shows potentially misleading message when it cannot access a file
7eebb86d2be : 8220745: Fix problemlist entry to refer to 8220613
7211761cab8 : 8219876: (bf) Improve IndexOutOfBoundsException messages in $Type$Buffer classes
5c5089b0a24 : 8220512: Deoptimize redefinition functions that have dirty ICs
f0b707b94b1 : 8220704: ZGC: gc tests complain Java heap too small
290bfe5f4c9 : 8220093: Change to GCC 8.2 for building on Linux at Oracle
030493e7e71 : 8213912: Semantic typo in HttpExchange.java
d79c6448525 : 8179549: Typo in network properties documentation
977992a07e6 : 8220712: [TESTBUG] gc/shenandoah/compiler/TestMaybeNullUnsafeAccess should run with Shenandoah enabled
b860b6bf894 : 8220678: unquarantine nsk/jdi/ThreadReference/setEnabled/setenabled003
0b42c0728a3 : 8220611: compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java timeout
8fb834a4bf1 : 8219139: move hotspot tests from test/jdk/vm
a148e026a90 : 8218812: vmTestbase/nsk/jvmti/GetAllThreads/allthr001/TestDescription.java failed
8d282e55e25 : 8220689: problem list RandomCommandsTest in graal runs
c1523225aaa : 8220249: fix headings in java.compiler
6b79655b447 : 8219628: [TESTBUG] javadoc/doclet/InheritDocForUserTags fails with -othervm
d8497d254a2 : 8219691: method summary table head should be enclosed in <thead>
d3242724c94 : 8220379: Fix doclint handling of headings
2b19cf94b26 : 8220676: [TESTBUG] ProblemList TestCPUSets until the test issue is resolved
4bfd3db2e07 : 8220366: Optimize Symbol handling in ClassVerifier and SignatureStream
9635954e6e5 : 8220644: Align required/found pairs in diagnostics
90d82c2f35c : 8220281: IBM-858 alias name is missing on IBM00858 charset
b8867e273e7 : 8216353: Use utility APIs introduced in org/netbeans/jemmy/util/LookAndFeel class in client sanity test cases
6bd1eaf3230 : 8219552: bump jtreg requiredVersion to b14 in test/jdk/sanity/client/
6b77ad7cec5 : 8217305: Missing 0 in java.dll file version cause issues with patch management software
bf3d777c9d0 : 8217305: Missing 0 in java.dll file version cause issues with patch management software
73d7e8f86c0 : 8217338: [Containers] Improve systemd slice memory limit support
b1ae2d0bf16 : 8222550: runtime/MemberName/MemberNameLeak.java times out
23fe2d824b0 : 8222713: Add OutputAnalyzer(Path) constructor
3e581f13a05 : 8222558: Rework ResolvedMethodTable verification
733d251078d : 8222379: JFR TestClassLoadEvent.java failed due to EXCEPTION_ACCESS_VIOLATION
133401ac029 : 8222280: Provide virtualization related info in the hs_error file on AIX
5a13a0ab413 : Added tag jdk-13+17 for changeset 93b702d2a0cb
f2766535db3 : 8222444: Add a suggestion for non-US locale in the test doc
69ca2e9e27c : 8220477: Channels.newWriter() does not close if underlying channel throws an IOException
7b7f9a6fd3d : 8222289: Overhaul logic for reading/writing constant pool entries
dce0c5c4ae5 : 8219718: ZGC: Make nmethod entry barriers and nmethod::is_unloading use ZNMethodDataOops
11e6f439e05 : 8222491: jcmd can fail converting UTF8 output to strings
bdf5b6e337a : 8222627: Remove sneaky token 'Name' in jdk-version.m4
82cc38398dc : 8218468: Load barrier slow path node should be MachTypeNode
b4fb17d63cd : 8222327: java_lang_Thread _thread_status_offset, remove pre 1.5 code paths
8552ad776aa : 8218147: make_walkable asserts on multiple calls
a4a6c1714de : 8220382: Cleanup doclet instantiation
6493a506438 : 8222418: compiler/arguments/TestScavengeRootsInCode.java times out
4f601b6ed63 : 8222417: compiler/loopopts/TestOverunrolling.java times out
eb59ebb1778 : 8216326: SSLSocket stream close() does not close the associated socket
781fb29580b : 8222484: Specialize generation of simple String concatenation expressions
7d9e7e1e0ba : 8222415: Xerces 2.12.0: Parsing Configuration
440520aab04 : 8222510: Small cleanup for JDK launcher's make file
aba3b206cc5 : 8222528: Fix javadoc headers in Nashorn sources
151be015b80 : 8222522: Add configure options for Mac Bundle creation
f5cb2842759 : 8220743: [TESTBUG] Review Runtime tests recently migrated from JDK subdirs
2b048e08088 : 8222395: Refactor the abstract classes of package and module index writer
b9a4ede3078 : 8222334: java -Xss0 triggers StackOverflowError
ced9f6cb779 : 8222271: [s390] optimize register usage in C2 instruction forms for clearing arrays
7abe8999123 : 8222387: Out-of-bounds access to CPU _family_id_xxx array
6f032ffbb53 : 8222275: sun/security/tools/keytool/Serial64.java: assertTrue: expected true, was false
894027aec46 : 8208066: compiler/graalunit/JttThreadsTest.java failed with org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
f37ec83209d : 8222419: Shenandoah: Remove unused _par_state_string in ShenandoahRootProcessor
66c817134fa : 8222299: [TESTBUG] move hotspot container tests to hotspot/containers
dcc0a38e8a0 : 8222403: Shenandoah: Remove ShenandoahAlwaysTrueClosure, use AlwaysTrueClosure instead
cebdd53c0fb : 8222297: IRT_ENTRY/IRT_LEAF etc are the same as JRT
96545959e8d : 8222188: Shenandoah: Adjust Shenandoah work gang types
15aae2f622f : 8180573: Refactor sun/security/tools shell tests to plain java tests
9d979eaf569 : 8222151: refactoring: enhancements to java.lang.Class::methodToString and java.lang.Class::getTypeName
d03cf75344f : 8222090: Add Hygon Dhyana processor support
528c411de79 : 8217405: rmic should reject class files with preview features enabled
a8e94de1885 : 8222034: Thread-SMR functions should be updated to remove work around
11c8caf1572 : 8221857: Collect code coverage for a subset of code
06e17e05a2c : 8222333: fastdebug build broken after JDK-8221393 (phase_mapping[] doesn't match enum Phase in WeakProcessorPhases)
28dd6d8496a : 8217047: Provide a way to inject missing parameter names
ab051f87d44 : 8221979: Cleanups for building Windows resources
ae5972a2043 : 8215407: javac should reject class files with bad EnclosingMethod attributes
23f02171c8a : 8221393: ResolvedMethodTable too small for StackWalking applications
52c427ae206 : 8221913: Add GC.selected() jtreg-ext function
c6497e3f25d : 8163363: AArch64: Stack size in tools/launcher/Settings.java needs to be adjusted
4a9f7612be2 : 8222430: Add tests for ElementKind predicates
7d29dd21720 : 8222378: Provide mechanism to query preview feature status for annotation processors
fe8f09d346e : 8222501: [TESTBUG] Docker support is always set to true in jtreg-ext/requires/VMProps.java
072f45ed9c6 : 8221711: [TESTBUG] create more tests for JFR in container environment
826c03330ba : 8222425: Shenandoah: Move commonly used closures to separate files
a652f593f2f : 8222490: Shenandoah: Remove unused _par_state_string in ShenandoahRootEvacuator
70b807c1669 : 8222397: x86_32 tests with UseSHA1Intrinsics SEGV due to garbled registers
7fd0bca8f77 : 8222410: java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile hangs when "nc" does not accept "-U"
1c7d214f539 : 8221397: Support implementation-defined Map Modes
4a477cabd8c : 8221644: jquery directory should be renamed
f2369e97481 : 8220625: tools/javac/classreader/8171132/BadConstantValue.java failed with "did not see expected error"
c6cf75e7873 : 8077608: [TESTBUG] Enable Hotspot jtreg tests to run in agentvm mode 8180904: Hotspot tests running with -agentvm failing due to classpath
ebc77ca3319 : 8077608: [TESTBUG] Enable Hotspot jtreg tests to run in agentvm mode 8180904: Hotspot tests running with -agentvm failing due to classpath
c73580342f2 : 8220388: Increase -inlinehint-threshold for Clang to avoid G1 pause time regression
ccb2e9d9252 : 8222988: Use MonitorLocker rather than MutexLocker when wait/notify used
ed9eac2bb9d : 8036608: Key.getAlgorithm link to standard algorithm names needs to be updated
daa6cc92673 : 8218280: LineNumberReader throws "Mark invalid" exception if CRLF straddles buffer
fde854e0377 : 8223020: aarch64: expand minI_rReg and maxI_rReg patterns into separate instructions
1d7eb52dc1b : 8223015: Cleanups for zipfs tests
919b40be458 : 8221592: C2 compilation failed with assert(!q->is_MergeMem())
21d50973d14 : 8223003: SunMSCAPI keys are not cleaned up
e6ace7be6f8 : 8220813: update hotspot tier1_gc tests depending on GC to use @requires vm.gc.X
c748887332f : 8219487: j.l.c.ClassDesc spec should contain precise assertions for one parameter's methods
854c0539c4b : 8222980: Upgrade IANA Language Subtag Registry to Version 2019-04-03
2a00db0b2eb : 8221988: add possibility to build with Visual Studio 2019
72467d916c8 : 8129315: java/net/Socket/LingerTest.java and java/net/Socket/ShutdownBoth.java timeout intermittently
63c7f8d0a3a : 8223026: [BACKOUT] Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
bb5c98fe7ac : 8223016: ZGC: Fix misaligned statistics printout
1814ecf4756 : 8222637: Obsolete NeedsDeoptSuspend
f6382d9b88c : 8222440: (zipfs) JarFileSystem does not correctly handle versioned entries if no root entry is present
ded4f6b5cfb : 8222518: Remove unnecessary caching of Parker object in java.lang.Thread
f50047aa8ef : 8222743: Xerces 2.12.0: DOM Implementation
0465104af63 : 8222562: Don't set IPV6_V6ONLY when IPv4 is not available
6f8821cadc3 : 8222970: Update ProblemList for vmTestbase/nsk/jdb/eval/eval001/eval001.java
d81e2cc4fe0 : 8222888: [TESTBUG] docker/TestJFREvents.java fails due to "RuntimeException: JAVA_MAIN_CLASS_ is not defined"
508601bd9fc : 8222977: Fix shenandoah broken with JDK-8222811
fbafef11c0e : 8222811: Consolidate MutexLockerEx and MutexLocker
88303d1c60f : 8139965: Hang seen when using com.sun.jndi.ldap.search.replyQueueSize
37281369f0f : 8220795: Rework naked_short_nanosleep on Windows to improve time-to-safepoint
2998236d83f : 8222774: (ch) Replace uses of stateLock and blockingLock with j.u.c. locks
8322ce2e6b9 : 8220497: Improve Javadoc search feature and add test coverage
80240eb3999 : 8222469: ZGC: Generalize ZPageCache::flush()
86808b9d473 : 8221786: ZGC: Increase max heap size to 16TB
2accc59e605 : 8222462: Introduce CollectedHeap::unused()
72491e961cf : 8222664: runtime/appcds/sharedStrings/SharedStringsStress.java assert GC active during NoGCVerifier
131bdfdff38 : 8222935: Fix ExceptionCheckingJniEnv system
e2cd7c8a703 : Added tag jdk-13+18 for changeset bebb82ef3434
f7a96018a74 : 8222952: Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
11bb97a71c8 : 8222805: sun/security/pkcs11/tls/tls12/TestTLS12.java fails with Unsupported signature algorithm: rsa_pss_rsae_sha256
761466699c8 : 8222669: Create and use new html.Entity class
baf1349a2f3 : 8222295: more baseline cleanups from Async Monitor Deflation project
ad207e278d3 : 8222532: (zipfs) Performance regression when writing ZipFileSystem entries in parallel
ef401156217 : 8221685: -XX:BytecodeVerificationRemote and -XX:BytecodeVerificationLocal should be diagnostic options
b440ac25865 : 8222838: Shenandoah: SEGV on accessing cset bitmap for NULL ptr
6af2184d4b6 : 8222843: Print Shenandoah cset map addresses in hs_err
055a822a065 : 8222785: aarch64: add necessary masking for immediate shift counts
c576c3c3f5e : 8219566: JFR did not collect call stacks when MaxJavaStackTraceDepth is set to zero
17466b5a517 : 8222817: Refactor printing processor to use streams
75db2f7df93 : 8221598: Update Graal
57aaf7a8cdc : 8218994: Consolidate indy and condy JVM information within a BootstrapInfo data structure
fd3378a73ea : 8213501: Deploy ExceptionJniWrapper for a few tests
41f9c9cafac : 8222526: Use of no longer existing jquery directory in script.js
5b2d4559b13 : 8215017: Improve String::equals warmup characteristics
d0788ec07f8 : 8219998: Eliminate inherently singleton lists
4f2478e2347 : 8222502: Replace 19,20 case alternatives with JVM_CONSTANT_Module/Package names
5bb53d6b8ae : 8220378: Unused Names constants
e9cb99cbe47 : 8220614: (bf) Buffer absolute slice methods should use Objects.checkFromIndexSize()
818df25a3be : 8220628: Move the HeapMonitor library to C++
5ea96c5f29e : 8218166: com/sun/jdi/SimulResumerTest.java failure
90f196bb731 : 8220252: Fix Headings in java.naming
23e0276cc9b : 8220502: Inefficient pre-sizing of PhiResolverState arrays in c1_LIRGenerator
cace9d1c8ea : 8219579: Remove redundant signature parsing from the verifier
9785630af69 : 8219775: Certificate validation improvements
d413cbe0d4c : 8219961: [ppc64] Increase code size for interpreter generation
1be3aa8e36a : 8219961: [ppc64] Increase code size for interpreter generation
ae9ee277b6e : 8218854: FontMetrics.getMaxAdvance may be less than the maximum FontMetrics.charWidth
f690eda7074 : 8219504: Test for JDK-8211435 can be run on all platforms
00d6c3e8252 : 8215396: JTabbedPane preferred size calculation is wrong for SCROLL_TAB_LAYOUT
f4831978d1a : 8218674: HTML Tooltip with "img=src" on component doesn't show
7fb758afe93 : 8214112: The whole text in target JPasswordField image are not selected
eee5106f39c : 8214253: Tooltip is transparent rather than having a black background
996ee174b3f : 8061381: [macosx] Accelerators does not spelled for JMenuItems by Voice Over
46c0ea02349 : 8210782: Upgrade HarfBuzz to the latest 2.3.1
b5998aadf06 : 8213110: Remove the use of applets in automatic tests
e06d193456a : 8218863: Better endpoint checks
fbc614712db : 8218726: Minor Throwable.printStackTrace() typos
67ca52873f0 : 8183107: PKCS11 regression regarding checkKeySize
7325fc63513 : 8219805: Cross-link javax.lang.model.{type, element} packages to utility interfaces
66ba3bb30ae : 8219814: Help-info for pns(...) on Linux/mips lost
d98bc090d71 : 8214109: XToolkit is not correctly displayed color on 16-bit high color setting
2234278bed6 : 8211322: Reduce the timeout of tooltip in SwingSet2DemoTest
46dbe3820b5 : 8219630: cleanup hotspot ostream.cpp
4295e17b285 : 8218780: Update MUSCLE PCSC-Lite header files
f16ddb2c3d0 : 8181383: com/sun/jdi/OptionTest.java fails intermittently with bind failed: Address already in use
f3c10c80490 : 8213781: web page background renders blue in JEditorPane 4895924: Strings in format #rgb not handled by Color.decode() (affects CSS / Swing)
b0eedd125f7 : 8219143: jdb should support breakpoint thread filters
847ba6becba : 8219698: aarch64: SIGILL triggered when specifying unsupported hardware features
e568d2abd08 : 8219802: Problem list java/net/MulticastSocket/SetGetNetworkInterfaceTest.java
b818234d2ad : 8215009: GCC 8 compilation error in libjli
ab5cedabe1b : 8219675: Disable harfbuzz warnings with gcc 8
e4fd3054fc1 : 8215524: Finished message validation failure should be decrypt_error alert
1610706716b : 8219561: Update jdeprscan to avoid the need for start-of-release changes
8813c391df1 : 8219553: [TESTBUG] Problem list JFR TestPeriod test
77832350f1a : 8219585: [TESTBUG] sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java passes trivially when it shouldn't
2370adc7039 : 8220343: Move scavenge_root_nmethods from shared code
3796014d866 : 8220342: Remove scavenge_root_nmethods_do from VM_HeapWalkOperation::collect_simple_roots
b9cf9e7ca4c : 8220411: Remove ScavengeRootsInCode=0 code
3ec1137c1fc : 8220374: C2: LoopStripMining doesn't strip as expected
e7a75dc62af : 8220660: [s390]: debug build broken after JDK-8220301
2f7b5f59e2b : 8220566: AArch64: Set default vm features for Ampere eMAG CPUs
b34264403a1 : 8220598: Malformed copyright year range in a few files in java.base
07206868235 : 8193277: SimpleFileObject inconsistency between getName and getShortName
ab3f5e3e152 : 8220634: SymLinkArchiveTest should handle not being able to create symlinks
cd289e8386b : Added tag jdk-13+12 for changeset 1d7aec80147a
6fd9b75e55c : 8220352: Crash with assert(external_guard || result != __null) failed: Invalid JNI handle
687596a8585 : 8220345: Use appropriate type for G1RemSetScanState::IsDirtyRegionState
ece7e8a2a1f : 8220301: Remove jbyte use in CardTable
4df6db5e3fb : 8219882: [AOT] Develop regression test for 8218859
5f13ffec669 : 8219197: ThreadGroup.enumerate() may return wrong value
a54066705f5 : 8219597: (bf) Heap buffer state changes could provoke unexpected exceptions
c79a1838e7a : 8220253: Fix Headings in java.sql.rowset
f8d4cd94cb1 : 8220546: Shenandoah Reports timing details for weak root processing
1bfa5cee8ce : 8220496: Race in java_lang_String::length() when deduplicating
8c5313aa792 : 8220585: Incorrect code in MulticastSocket sample code
1057f7e2a7f : 8219517: assert(false) failed: infinite loop in PhaseIterGVN::optimize
b5783d50551 : 6504660: HPI panic callback is dead code
42cb9bf51ad : 8160247: Mark deprecated javax.security.cert APIs with forRemoval=true
d845c397ea6 : 8220475: Malformed copyright header in LinuxSocketOptions.java, MacOSXSocketOptions.java and MacOSXSocketOptions.c
aa5aa46fb06 : 8220227: Host Locale Provider getDisplayCountry returns error message under non-English Win10
bcdbc436ecc : 8220480: Typo in java.net.http.HttpResponse.BodySubscriber documentation
a0847b0416e : 8219634: ZGC: Rename ZAddressRangeMap to ZGranuleMap
6d4374b8764 : 8219633: ZGC: Rename ZPageSizeMin to ZGranuleSize
c6917cc27eb : 8219817: Remove unused CollectedHeap::block_size()
304dca18b51 : 8219816: Add IsArray/RemoveExtent type traits utilities
c9591787fa6 : 8220504: Move definition of JAVA_VERSION_INFO_RESOURCE to Launcher-java.base.gmk
176e37f0828 : 8170639: [Linux] jsig is limited to a maximum of 64 signals
8ac55e2a999 : 8220258: fix headings in java.smartcardio
ad4637e0ba1 : 8220256: fix headings in java.security.sasl
aff762c3681 : 8220244: vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003 hasn't been un-problemlisted
ef9ce3be1e3 : 8220083: Use InetAddress.getLoopbackAddress() in place of 127.0.0.1 for some tests
677aaed7650 : 8159525: Add @FunctionalInterface annotation to PrivilegedAction and PrivilegedExceptionAction
57c2735dd07 : 8219635: aarch64: missing LoadStore barrier in TemplateTable::fast_storefield
24af91dc025 : 8219548: Better Null paramenter checking in ToolProvider
8b01c4b53d6 : 8214756: SA should ignore archived java heap objects that are not in use
d644970c024 : 8212202: [Windows] Exception if no printers are installed
c373740319f : 8213071: [macos] The focus disappears after pressing return to close the "That was a pretty good movie!" dialog
6c275b343ad : 8190361: Incorrect version info in jaccessinspector.exe and jaccesswalker.exe
0b13339d0ce : 8219156: RTFEditorKit writes background color but doesn't read
6f24f8aad68 : Added tag jdk-12+33 for changeset b67884871b5f
9dae227e4f0 : 8219151: Illegal instruction exception on JDK 12 due to incorrect CPU feature bits
cd9fb366a56 : 8219378: Ensure ReflectionFactory.langReflectAccess is initialized correctly
24ef3fd98f6 : 8219664: LogCompilation: java.lang.Error: Unexpected method mismatch during late inlining
2a83596e851 : 8181171: Deleting method for RedefineClasses breaks ResolvedMethodName 8210457: JVM crash in ResolvedMethodTable::add_method(Handle)
47ca2c43002 : 8214363: HeapWord should not be a fake class
b3873c9b3a8 : 8219157: vm/mlvm/mixed/stress/java/findDeadlock should be problem-listed only on mac
4de51069e4b : 8218811: replace open by os::open in hotspot coding
1d5674ab339 : 8208278: [mlvm] [TESTBUG] vm.mlvm.mixed.stress.java.findDeadlock.INDIFY_Test Deadlocked threads are not always detected
4d368850e1c : 8219480: j.l.c.ClassDesc::arrayType(int rank) throws IllegalArgumentException if rank = 0
3d6795e0e3a : 8219583: Windows build failure after JDK-8214777 (Avoid some GCC 8.X strncpy() errors in HotSpot)
1f65a934c0b : 8219611: Remove superfluous sigfillset code
db21ab11f71 : 8209807: improve handling exception in requires.VMProps
17777a76802 : 8219571: ProblemList serviceability/sa/TestJmapCoreMetaspace.java
351280bbb83 : 8078725: method adjustments can be done just once for all classes involved into redefinition
b88c7ac223b : 8219158: use 'test.root' property instead of traversing test-src path
24c70fcf884 : 8048192: (bf) Out of direct buffer memory message should include the limits
b24f8ba2ec5 : 8011135: (bf) CharBuffer.put(String) is slow because of String.charAt() call for each char
98ebd2bc9e1 : 8219417: bump jtreg requiredVersion to b14
8360a7884d7 : 8219574: Minimal VM build failure after JDK-8219414
c97af8c3f78 : 8219554: Redundant lookup_common in SymbolTable::add
504562b3a46 : 8217647: JFR: recordings on 32-bit systems unreadable
2c2ca43c15b : 8219575: jdk/javadoc/tool/removeOldDoclet/RemoveOldDoclet test fails in mach5
74d466fd5f1 : 8219436: Safepoint logs correction and misc
2133bed0900 : 8219469: ZGC: Extract functions out from ZNMethodTable into new ZNMethod class
8fec4b7f85f : 8219468: ZGC: Extract iteration functionality into a new ZNMethodTableIteration class
a7707862a9f : 8219467: ZGC: Move ZNMethodData to its own file
858c007cf8a : 8219466: ZGC: Extract allocation functionality into a new ZNMethodAllocator class
2895d5534d5 : 8219464: ZGC: Move nmethod oop properties from ZNMethodTableEntry to ZNMethodData
7c5141a048f : 8219573: Add NMethodClosure
b0383a247dd : 8219463: ZGC: Remove redundant ZNMethodTable::_iter_lock
45f74c8c95e : 8219462: ZGC: Use wait/notify in ZNMethodTable
33d947b7e33 : 8219247: Enable inlining of newly introduced PlatformMonitor methods
151e628a8e7 : 8215584: Remove support for the "old" doclet API in com/sun/javadoc
d06f3e7e28b : 8218751: Do not store original classfiles inside the CDS archive
b7ed42eedd0 : 8219558: jdk/javadoc tests fail with missing headings: h1
15d554b3950 : 8214777: Avoid some GCC 8.X strncpy() errors in HotSpot
46666a2d94d : 8216170: java.lang.IllegalArgumentException: directories not supported
4aafd7b06eb : 8219497: Unused parameter in HtmlDocletWriter::printHtmlDocument
fa0093dc2c0 : 8215307: Pages do not have <h1>
bf2d27c5a47 : 8219254: Update explicit uses of latest source/target in langtools tests to a property 8219256: Update javac diags tests to use properties
86e513bd482 : 8218960: CONFIG level logging statements printed in CLDRCalendarDataProviderImpl.java even when default log Level is INFO
e58a4da301c : 8216363: NullPointerException in java.util.logging.Handler#isLoggable
7fd7a118da9 : 8219335: "failed: unexpected type" assert failure in ConnectionGraph::split_unique_types() with unsafe accesses
e84f0388f59 : 8153413: Exceptions::_throw always logs exceptions, penalizing performance
ace0b7a8039 : 8219524: Shenandoah misreports "committed" size in MemoryMXBean
a38277e67bc : 8219414: SA: jhsdb jsnap throws UnmappedAddressException with core generated by gcore
4aac63bb93a : 8219388: Misleading log message "issuspended002a debuggee launched"
55f23fea5c2 : 8219486: Missing reg_mask_init() breaks x86_32 build
4f60b8d9e26 : 8219460: ppc: adjust NativeGeneralJump::insert_unconditional to stack allocated MacroAssembler
dcf38e3cfed : 8213354: Support package-specific stylesheets
e6f6863cbcf : 8168069: X509TrustManagerImpl causes ClassLoader leaks with unparseable extensions
e2054e3c5d2 : 8217765: Internal Error (javaCalls.cpp:61) guarantee(thread->can_call_java()) failed
431b49663a6 : 8218998: Add metadata to generated API documentation files
b578cf83c9d : Added tag jdk-13+9 for changeset c081f3ea6b93
16e09796807 : 8218995: Deprecate the -XX:FailOverToOldVerifier option
4128d632878 : 8219476: cleanup hotspot ProblemList
6f5c0097560 : 8215622: Add dump to file support for jmap –histo
6559dfbda0c : 8219395: integrate gcov w/ run-test
9d263d4bc10 : 8216597: SIGBUS in Java_sun_security_pkcs11_wrapper_PKCS11_getNativeKeyInfo after JDK-6913047
315b7d03999 : 5029431: (bf) Add absolute bulk put and get methods
dd7e50dc01d : 8214719: Deprecate -Xverify:none option
1d7db01371b : 8219389: Delegated task created by SSLEngine throws BufferUnderflowException
ea42bbcd248 : 8219142: Remove unused JIMAGE_ResourcePath
96e4678510a : 8203232: Shenandoah: Resolve oops in SATB filter
2cc6f5951c7 : 8219370: NMT: Move synchronization primitives from mtInternal to mtSynchronizer
2e8fc8328a4 : 8219441: test_logMessageTest missing static storage
50316d71641 : 8219244: NMT: Change ThreadSafepointState's allocation type from mtInternal to mtThread
eaab45a8b82 : 8219096: Merge print_termination_stats code with current logging
f4ac0a2e0f6 : 8167548: [TESTBUG] Logging tests put log files in source tree
865c33112c3 : 8218767: ZGC: Do not assume that r12 is a special register in C2
3df5e4fabbd : 8219332: ZGC: Improve ZRootsIteratorClosure abstraction
92f19f92bb7 : 8219331: ZGC: Unify TLAB retire/remap handling
28590e93437 : 8217909: Make unused r12 register (without compressed oops) available to regalloc in C2
7f066976444 : 8218287: jshell tool: input behavior unstable after 12-ea+24 on Windows
708b339eb4b : 8219098: Make output of region strings more regular in error messages
dbdfbb518ff : 8219229: Make ConstantPool::tag_at and release_tag_at_put inlineable
d9463e629ed : 8218965: aix: support xlclang++ in the compiler detection
8679b085ce8 : 8219132: switch to jtreg4.2-b14
22fe6edc6c1 : 8219394: Missing FIXPATH in microbenchmark test runner
67c2e382d35 : 8219393: Add native library support for microbenchmarks
272869390eb : 8219391: extend gcov support to llvm/clang
47ccdad7353 : 8065262: (bf spec) CharBuffer.chars() should make it clearer that the sequence starts from the buffer position
67df8f228c6 : 8218135: Redo: Add ppc64le and s390x profiles to jib-profiles.js
4f45b5f9739 : 8217032: Check pandoc capabilities in configure
0a976502a75 : 8211016: make images does not update jdk/lib/src.zip with latest changes
4281bf2e38d : 8219129: Allow overriding of license files in legal dir
c296f4ae0d1 : 8218947: jdb threads command should print threadID in decimal, not hex
87e7f97d7d1 : 8219368: Quarantine runtime/NMT/CheckForProperDetailStackTrace.java test
145c79b8c96 : 4887513: Typo in RMIFailureHandler interface doc page
3cf788ab735 : 8219232: Unit of concurrent active time logging is wrong
7252ba2762f : 8219228: java/util/Base64/TestEncodingDecodingLength.java failing on 8GB test machine
9e563f9a082 : 8219097: Move comment about using weak code blobs closure for code root scanning to correct place
8b5d08be9ff : 8218920: Scan HCC should be on the same level as Update RS etc. in the log
a3b6a825bc0 : 8218672: AOT code root scanning shows in the wrong position in the logs
bbbcf986ead : 8218978: SA: Enable more ZGC testing
e9af7c15613 : 8218970: SA: Enable HeapHprofBinWriter for ZGC
f7e7180ff42 : 8218922: SA: Enable best-effort implementation of live regions iteration for ZGC
f9dfc701c8a : 8219003: SA: Refactor live regions iteration in preparation for JDK-8218922
a5ec26c6817 : 8218746: SA: Implement discontiguous bitmap for ZGC
fc881dd8fe9 : 8218743: SA: Add support for large bitmaps
5f5c6362d9a : 8218734: SA: Incorrect and raw loads of OopHandles
797122c227c : 8218733: SA: CollectedHeap provides broken implementation for used() and capacity()
ec547179607 : 8218732: SA: Resolves ZPageAllocator::_physical incorrectly
e79488cc1bd : 8218731: SA: Use concrete class the as return type of VMObjectFactory.newObject
56969820d87 : 8218991: s390: Add intrinsic for GHASH algorithm
b09dfdbc01f : 8217389: JTREG: Clean up, remove unused variable warnings
3d13ab6882f : 8217385: JTREG: Clean up, make sure to close resources
b6987a91a3d : 8219112: name_and_sig_as_C_string usages in frame_s390 miss ResourceMark
799c9a66fd2 : 8218721: C1's CEE optimization produces safepoint poll with invalid debug information
60613c5fbc2 : 8212678: Windows IME related patch
7a86bc1c4fc : 8216049: stringTable::intern creates redundant String when looking up existing one
fcf50f8419d : 8204551: Event descriptions are truncated in logs
5aca7ef823d : 8218473: JOptionPane display issue with GTKLookAndFeel
b86f3e750e4 : 8218479: JTextPane display issue with GTKLookAndFeel
d6bec9017ec : 8219011: Implement MacroAssembler::warn method on AArch64
e4dc17c3548 : 8218941: jdb should support a dbgtrace command that acts the same as the dbgtrace command line option
ff97b60fde4 : 8215249: Miscellaneous changes imported from jsr166 CVS 2019-02
bb6d423ab83 : 8215363: needless signals in ForkJoinPool
a7ab4d7bd31 : 8215359: InnocuousForkJoinWorkerThread.setContextClassLoader needlessly throws
012c399c262 : 8195057: java/util/concurrent/CountDownLatch/Basic.java failed w/ Xcomp
4ac92785395 : 8219006: AArch64: Register corruption in slow subtype check
d869d9287f1 : 8218851: JVM crash in custom classloader stress test, JDK 12 & 13
bec8431683a : 8203469: Faster safepoints
66aa45649ad : 8079353: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java failed on Windows when getting disjoint instead of zero based coops
68d32a9a8aa : 8217381: Incovenient errors reported when annotation processor generates source file and errors in the same round
8c4106ff569 : 8219002: Some comments and error messages refer to VMDisconnectException
73d2181d560 : 8218469: JSlider display issue with slider for GTKLookAndFeel 8218470: JScrollBar display issue with GTKLookAndFeel 8218472: JProgressBar display issue with GTKLookAndFeel 8203627: Swing applications with JRadioButton and JCheckbox fail to render correctly when using GTK3 and the GTK L&F
72f1f20605a : 8218682: [TEST_BUG] DashOffset fails in mach5 8198411: [TEST_BUG] Two java2d tests are unstable in mach5
0e29b78bd1b : 8214947: Assertion error in test: StringCompressInflateTest
7d6d6613287 : 8219074: [TESTBUG] runtime/containers/docker/TestCPUAwareness.java typo of printing parameters (period should be shares)
8512c3117d4 : 8218471: generate-unsafe-access-tests.sh does not correctly invoke build.tools.spp.Spp
34fe424afbb : 8218939: vm/mlvm/anonloader/stress/byteMutation crashed on windows
d41611ebebb : 8161334: C2: Cast nodes hinder memory alias analysis
40c61cce4ba : 8218874: C2: Unsafe to access PhaseIdealLoop outside of constructors
521039cc354 : 8218879: Keep track of memory accesses originated from Unsafe
992f8f87ad7 : 8218758: [TESTBUG] compiler/cha/StrengthReduceInterfaceCall.java misses recompilation event
f53dfaf5ab7 : 8218881: C2: StaticFinalFieldPrinter doesn't handle T_ARRAY values in T_OBJECT fields
d55784deb0d : 8218935: Make jfr strncpy uses GCC 8.x friendly
aeaad9c910e : 8218937: Make mlvmJvmtiUtils strncpy uses GCC 8.x friendly
b1fe43947ab : 8209455: [error-prone] JdkObsolete in jdk.management.agent
2ca0a6689e4 : 4919790: Errors in alert ssl message does not reflect the actual certificate status
75e9d0a2901 : 8224675: Late GC barrier insertion for ZGC
b34b2d993ce : 8223305: Compiler support for Switch Expressions
c569ad302a1 : 8042748: Clarify exception thrown by ParameterizedTypeImpl.validateConstructorArguments()
de1584263d3 : 8181869: getAnnotatedParameterTypes%G​%@() specification should be clarified
000df1402bb : 8225322: Broken links in java.sql
96a1333c77a : 8216064: -XX:StartFlightRecording:settings= doesn't work properly
f2f26ca7756 : 8149040: Cleanup compiler/jsr292/NonInlinedCall tests after JDK-8148994
c6783a93625 : 8224257: fix issues in files generated by pandoc
7d3e1081a96 : 8224234: compiler/codegen/TestCharVect2.java fails in test_mulc
c18ffd6a79f : 8223050: JVMCI: findUniqueConcreteMethod() should not use Dependencies::find_unique_concrete_method() for non-virtual methods
e27ad50eb08 : 8224257: fix issues in files generated by pandoc
d0725682a89 : 8224497: Remove FIXME in metaspaceClosure.cpp
12bb59fb639 : 8225350: compiler/jvmci/compilerToVM/IsCompilableTest.java timed out
8c40b77cd82 : 8225388: Running jcmd Compiler.CodeHeap_Analytics all 0 cause crash
38204f9c657 : 8209626: [JVMCI] Use implicit exception table for dispatch and printing
b1adb7965e9 : 8218599: Add test group jdk_client_sanity under jdk_desktop group
75ed38eaafc : Added tag jdk-12+32 for changeset 4ce47bc1fb92
29021027db9 : 8219095: [testbug] Add @key headful to com/sun/java/swing/plaf/windows/AltFocusIssueTest.java
15ec4ba5c62 : 8218913: Rename --strip-debug jlink plugin
c044650295f : 8219638: ZGC: Free ZNMethodDataOops under a lock
c1250e08168 : 8218974: Free GC native structures in nmethod::flush
30b074d93cd : 8209175: Handle 'B' character introduced in CLDR 33 JDK update for Burmese (my) locale
24be06441a6 : 8219577: Returning NULL in a function which returns bools
1020cb0ef36 : 8215130: Fix errors in LittleCMS 2.9 reported by GCC 8
fb05ae21bb1 : 8218662: Allow 204 responses with Content-Length:0
10a281c4859 : 8218546: Unable to connect to https://google.com using java.net.HttpClient
3fe6276adb2 : 8217263: Automate DashOffset test
44b9ab02fe2 : 8216381: More limited privilege usage
80473f3e12c : 8218411: JDK 12 L10n resource file update msg drop 20
ecb711dbe96 : 8218581: Incorrect exception message generation
3a509a38dec : Added tag jdk-12+31 for changeset b5f7bb57de2f
7d380da9409 : Added tag jdk-13+7 for changeset 021917019cda
007d3c0143b : 8218461: test/jdk/java/lang/invoke/VarHandles should be generated rather than manually edited
9c2e3cffb6b : 8218579: add hotspot/jtreg/runtime/CompressedOops/UseCompressedOops.java to ProblemList.txt
752bd3d9558 : 8218419: Can't get annotations that are present on packages in -Xbootclasspath/a
216049dc478 : 8218566: NMT: missing memory tag for assert poison page
8d6e8618a9e : 8218453: More dynamic RMI interactions
42f34d1076f : 8218550: Add test omitted from JDK-8212043
b59452ea829 : 8207938: At step6,Click Add button,case failed automatically
16d8bc90878 : 8218544: Fix build on windows: missing include
07b29f5f43b : 8216592: Removal of the class sun.awt.AWTSecurityManager
a75f826ea80 : 8218192: Remove copy constructor for MemRegion
39ba0f09a97 : 8183004: Remove code related to gtest death tests from assert macro
08a370a8a56 : 8187697: Cleanup: irrelevant code in OutputPropertiesFactory
37169f4bbc7 : 8201544: Improve javac command line parsing and error reporting
904bb0919f0 : 8218944: Fix failed for JDK-8218936
48cb2d94e71 : 8217289: compiler/graalunit/HotspotTest.java failed with InvalidInstalledCodeException
0a5047a3269 : 8087128: C2: Disallow definition split on MachCopySpill nodes
29fc9b0f0e4 : 8216360: Deprecate -XX:CompilationPolicyChoice
560928deee9 : 8218753: Obsolete nonproduct flag ProfilerCheckIntervals
038a9790402 : Added tag jdk-13+8 for changeset a535ba736cab
831b315ca2b : 8218936: Test fails in Internet environment
d2c690e80ba : 8218089: Rename DirtyCardQueue et al to follow usual G1 naming conventions
9631b064232 : 8217998: Remove method_type field associated with the appendix field of an indy or method handle call
29245f88789 : 8218004: Clean up terminology for shared methods within the JVM for indy and condy support
120fdfe6ad4 : 8195060: vm/mlvm/anonloader/stress/byteMutation intermittently times out
f03805c4efb : 8214582: BasicJDWPConnectionTest.java: RuntimeException: Could not detect port from ''
46d9b91d803 : 8218702: [TESTBUG] com/sun/jdi/RepStep.java does not report debuggee errors
dce16304c15 : 8218882: NET_Writev is declared, NET_WriteV is defined
e320983f9f2 : 8218888: keytool -genkeypair should not have the -destalias option
24b8feeb30b : 8218755: Refix Symbol leak in prepend_host_package_name
2e4ac80e0ca : 8212988: add recent class unloading events to the hs_err log
052e8733b53 : 8218695: problem list tests failing with Graal
23a1cc4b2c0 : 8218807: Compilation database (compile_commands.json) may contain obsolete items
5a97e73e5ac : 8215790: Delegated task created by SSLEngine throws java.nio.BufferUnderflowException
fca0af04878 : 8217835: Remove the experimental SunJSSE FIPS compliant mode
5d0ff15a584 : 8218754: JDK-8068225 regression in JDIBreakpointTest
328fae78805 : 8145845: [AOT] NullPointerException in compiler/whitebox/GetCodeHeapEntriesTest.java
61882ce51f0 : 8218738: Remove dead code in Symbol and friends
82188720248 : 8218136: minor hotspot adjustments for xlclang++ from xlc16 on AIX
9efdb33a59f : 8218413: make reconfigure ignores configure-time AUTOCONF environment variable
93bdf79f1ba : 8218675: Reduce verification overhead in ClassFileParser
7da54379948 : 8216608: Obsolete stale compiler flags
6773177000c : 8214236: sun.gc.collector.2.name should be changed
1388a70bac5 : 8218680: G1 crashes during calculation of old collection set candidates
efc62ac6ece : 8217383: Obsolete UseImplicitStableValues
0fdcd10b9c1 : 8218562: handle HOTSPOT_BUILD_COMPILER for clang/xlclang and cleanup HOTSPOT_BUILD_COMPILER settings
e21cb12d358 : 8212828: (process) Change the Process launch mechanism default on Linux to be posix_spawn
9eb1223ac09 : 8201633: Problems with AES-GCM native acceleration
6d98f3c4d72 : 8218554: HttpServer: allow custom handlers to request that the connection be closed after the exchange
7e1347391a6 : 8217874: Shenandoah: Clobbered register in ShenandoahBarrierSetAssembler::cmpxchg_oop()
9bc10ee9bf5 : 8068225: nsk/jdi/EventQueue/remove_l/remove_l005 intermittently times out
ebaef49ed41 : 8218736: Build warning in lib/JvmFlags.gmk: extraneous text after 'ifeq' directive
8b83b515b19 : 8180569: Refactor sun/security/krb5/ shell tests to plain java tests
128a644ce44 : 8182117: Document Zip File System Properties
7ce7e1b3d75 : 8218715: [TESTBUG] TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock WhiteBoxAPI
df94bd8e0c1 : 8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on Linux
3e904a4801b : 8193234: When using -Xcheck:jni an internally allocated buffer can leak
f14d0ac7b43 : 8218692: Switch to JCov build which supports byte code version 57
f0807ebc18b : 8210280: Unnecessary reallocation when invoking HashMap.putAll()
1f230335e27 : 8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type")
9c16dc97a05 : 8218580: endpoint identification algorithm should be case-insensitive
76ffbcde986 : 8205654: serviceability/dcmd/framework/HelpTest.java timed out
f88962f2d93 : 8217990: C2 UseOptoBiasInlining: load of markword optimized to 0 if running with -XX:-EliminateLocks
e174cd62717 : 8218593: Symbol leak in prepend_host_package_name
999ecc66a43 : 8217328: Rename CollectionSetChooser to G1CollectionSetChooser
13256c7908e : 8217330: Split G1CollectionSetChooser into collection set candidate container and the chooser algorithm
32016662c93 : 8217778: StringTable cleanup miscalculates amount of dead objects
677d1772040 : 8216263: Add historical data for JDK 12
42a47d9491b : 8218630: CreateSymbols includes class and module headers unnecessarily
973cfaffa3d : 8217335: Add a script to generate --release data
f3cb008ce20 : 8217332: JTREG: Clean up, use generics instead of raw types
2aa7590846a : 8217329: JTREG: Clean up, remove unused imports in gc folder
175b462a778 : 8218601: [AOT] Crash in AOTCodeHeap::mark_evol_dependent_methods
e148e49c587 : 8218169: [AOT] Segmentation fault when running java with AOTed Graal in -Xcomp mode on windows
7049e4c4434 : 8218625: Remove dead code in relocInfo
d5e0b714358 : 8218558: NMT stack traces in output should show mt component for virtual memory allocations
63663b64d15 : 8218553: Enhance keystore load debug output
208c58c8621 : 8218431: Improved platform checking in makefiles
551a272ced8 : 8218565: HandleMark cleanup
f464c38ed62 : 8216046: test/jdk/java/beans/PropertyEditor/Test6397609.java failing
5a612dd0df1 : 8214823: Javadoc cleanup of java.awt.desktop package
86cf7f87689 : 8212677: X11 default visual support for IM status window on VNC
eaa2b28750a : 8218185: aarch64: missing LoadStore barrier in TemplateTable::putfield_or_static
3a94607c690 : 8218163: C2: Continuous deoptimization w/ Reason_speculate_class_check and Action_none
71759e3177f : 8217919: C2: Enable -XX:+AggressiveUnboxing by default
0a5a0b1a29a : 8217918: C2: -XX:+AggressiveUnboxing is broken
caf5bfeb39d : 8218202: gc/stress/TestStressG1Humongous.java to ProblemList-graal.txt
103b6b2d697 : 8218178: vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java fails with -Xcomp
12722366ab1 : 8218198: Revert devkit change in JDK-8217910 for linux-x64
e24693c7db1 : 8218025: disable pop_frame and force_early_return caps for Graal
12e3cbaec92 : 8216546: Support new Japanese era in java.lang.Character for Java SE 11
5ce7eb34e4e : 8218151: Simplify JavaThread::thread_state definition
8f65fa93033 : 8217879: hs_err should print more instructions in hex dump
d176e208985 : 8218133: sun/net/www/protocol/http/ProtocolRedirect.java failed with "java.net.ConnectException"
2aace6bd976 : 8195716: BootstrapLoggerTest : Executor still alive
e56ecb5e8c1 : 8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
219bcdf6652 : 8215505: Cleanup jvm.cpp obsolete code after JDK-8210094: Better loading of classloader classes
31c8b22dc1a : 8217896: Make better use of LCPUs when building on AIX
be33e153fba : 8218162: problem list j/u/s/t/o/o/t/java/util/stream/StreamLinkTest.java on solaris w/ Xcomp
83e94916e6e : 8218168: clean up hotspot ProblemList
303d5da757e : 8218134: Modify the jQuery.md file to reflect the exact jQuery license content
293f77f18f9 : 8216318: The usage of Disposer in the java.awt.Robot can be deleted
b6464eb7b75 : 8217892: Clarify the support for the new Japanese era in java.time.chrono.JapaneseEra
0e4a2f74b3d : 8214935: Upgrade IANA LSR data
8d0f4c267d6 : 8217464: Remove resolved client bugs from the ProblemList.txt
f20fd7ee182 : 8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3
3b43ea4999e : Added tag jdk-12+30 for changeset 6c377af36a5c
fe00ac23878 : 8218020: Fix version number in mesa.md 3rd party legal file
6a4f482ff54 : 8218079: cleanup hotspot ProblemList files
f5a411ea53f : 8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
e3c0a2ed28c : 8207922: ctw of jdk.security.auth failed with "Unexpected zero exit codebefore finishing all compilations"
6f7a08d6667 : 8213431: Improve file protocol handling
cf132f89b2a : 8215921: There is no change when select different Foreground and Background by mouse
2dc4bfe056a : 8217563: Improve realm maintenance
481dfd65f14 : 8214918: Unify GraphicsEnvironment.getCenterPoint()/getMaximumWindowBounds() across the platforms
b2f2e669c91 : 8217666: gc/nvdimm/* should not be included any tiers
df2ad6cdd88 : 8214076: Cleanup the code related to GraphicsEnvironment/Device/Configuration
bc8ecd924cc : 8217869: Add count_leading_zeros utility
38463aa9593 : 8217093: Support extended-length paths in parse_manifest.c on windows
13a52f3a176 : 8217969: Base64.Decoder.decode methods do not need to throw OOME due to integer overflow 8218265: java/util/Base64/TestEncodingDecodingLength.java failing
07664f43d4f : 8217843: Performance regression related to os::supports_monotonic_clock() on linux
076d2267b66 : 8218227: StringBuilder/StringBuffer constructor throws confusing NegativeArraySizeException
643ca208661 : 8180901: Transformer.reset() resets the state only once
f380787a41e : 8218460: Test generation scripts do not invoke stream preprocessor correctly
1fcbd0cd0dc : 8217474: Remove WhiteBox.getConcurrentGCPhases()
c94cdddbdd7 : 8210832: Remove sneaky locking in class Monitor
4e8a04bbf13 : 8216541: CompiledICHolders of VM locked unloaded nmethods are released too late
cd9b1aabb09 : 8218164: Improve local control of compiler warnings
b63c4ce8106 : 8206132: DOM parser does not honor DocumentBuilderFactory.setExpandEntityReferences(false)
4aeeb2f045e : 8160926: FLAGS_COMPILER_CHECK_ARGUMENTS doesn't handle cross-compilation
958a739be92 : 8218177: Bump jib format_version to support new devkit archive layout
8f5e561d192 : 8139551: Scalability problem with redefinition - multiple code cache walks
ac1b5fb59a2 : 8218197: [failurehandler] parent processes shouldn't be killed till their children are handle
fc31592f6ea : 8217597: [TESTBUG] old version docker does not support --cpus
6026d7fcc3a : 8217761: Enhance run-test-prebuilt jib profile to support running tests with JCov
6dcfd0f93a0 : 8217882: java/net/httpclient/MaxStreams.java failed once
6b64f80be4e : 8217903: java/net/httpclient/Response204.java fails with 404
4d4b205e702 : 8214799: Add package declaration to each JTREG test case in the gc folder
8faf2074b1d : 8210130: java/net/httpclient/UnknownBodyLengthTest.java failed
46f4ab603ba : 8217429: WebSocket over authenticating proxy fails to send Upgrade headers
12e769ad5a9 : 8217854: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java fails with Shenandoah
ef07b1b3147 : 8217841: Remove unused class TraceCPUTime
7f6d6c8a8c1 : 8217717: ZGC: Broken oop map in C1 load barrier stub
0f1fde187ae : 8217852: problem-list ctw of jdk.jconsole and java.desktop on windows
df9591f47d9 : 8216565: Specifying the same path creates a new directory in JFR.configure
52f90242325 : 8230768: Arrays of SoftReferences in MethodTypeForm should not be @Stable
2f67784a45f : 8230759: ZGC: Fix integer types
557f13e994c : 8230758: ZGC: Add missing precompiled include and fix friend declaration
3c93f5cf18c : 8230756: ZGC: Remove redundant memset in ZStatValue
2a1a2b9ae10 : 8231149: (fs) Small verbiage errors in java.nio.file package documentation
7a02f30492c : 8231244: Shenandoah: all-roots heap walking misses some weak roots
289c30bdbc0 : 8231198: Shenandoah: heap walking should visit all roots most of the time
f925696a0ce : 8231197: Shenandoah: JVMTI heap walking cleanup crashes with NULL forwardee
c52603204da : 8230814: Enable SAX ContentHandler to handle XML Declaration
b053f097699 : 8231113: Remove CollectedHeap::check_oop_location()
35a9f6864ae : 8226705: [REDO] Deoptimize with handshakes
336b741b1cf : 8231201: hs_err should print coalesced safepoint operations in Events section
da5728af52b : Added tag jdk-14+15 for changeset 778fc2dcbdaa
48946faf344 : 8231210: [BACKOUT] JDK-8207266 ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
8a2c4975d5f : 8231162: JVMTI RawMonitorWait triggers assertion failure: Only JavaThreads can be interruptible
14cc870429b : 8066774: Rename the annotations arrays names in ClassFileParser
0edf6c13416 : 8186825: some memory leak issues in the transport_startTransport
9516e6d2fd8 : 8231087: Shenandoah: Self-fixing load reference barriers for C1/C2
9510e7fe5d4 : 8231086: Shenandoah: Stronger invariant for object-arraycopy
5eb643144be : 8231085: C2/GC: Better GC-interface for expanding clone
f482d3071c4 : 8231145: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails because DebugContextTest.testLogging.input is not available
a88d0845758 : 8231176: Test tools/javac/options/BCPOrSystemNotSpecified.java broken on Windows
aa318d070e5 : 8207266: ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
a51a8527e7b : 8228460: bootstrap class path not set in conjunction with -source 11
dcd4014cd8a : Added tag jdk-13-ga for changeset 9c250a7600e1
b9e177677cf : 8228482: fix xlc16/xlclang comparison of distinct pointer types and string literal conversion warnings
f8a875bfce3 : 8231027: Correct typos
5bca86f9f46 : 8230424: Use platform independent code for Thread.interrupt support 8231094: os::sleep in assert message should be changed to JavaThread::sleep
f94f7f22125 : 8231024: Improve the debug info when the output is truncated
f21fb3e433b : 8230870: (zipfs) Add a ZIP FS test that is similar to test/jdk/java/util/zip/EntryCount64k.java
b59950bc495 : 8231124: Missing closedir call with JDK-8223490
f88c32f6f6a : 8230350: Shenandoah: Assertion failed when GC is cancelled by a worker thread
4fb41f26172 : 8230943: False deadlock detection with -XX:+CIPrintCompileQueue after JDK-8163511
788b2414c16 : 8223490: Optimize search algorithm for determining default time zone
89b0250e4a0 : 8231051: Remove check_obj_alignment() and replace with is_object_aligned()
2d6874b8612 : 8230841: Remove oopDesc::equals()
cb50d3b4f3c : 8230808: Remove Access::equals()
0848c76a66e : 8230796: Remove BarrierSet::oop_equals_operator_allowed()
c6543f1a2a4 : 8230900: missing ReleaseStringUTFChars in java.desktop native code
f808d8a0ce4 : 8230901: missing ReleaseStringUTFChars in serviceability native code
2df5ae8220c : 8230742: Make AggressiveUnboxing a diagnostic flag
75e8b6ed4b7 : 8230854: Cleanup SuppressWarnings in test lib and remove noisy traces in StreamPumper
2f5ce4c6cd8 : 8230850: Test sun/tools/jcmd/TestProcessHelper.java fails intermittently
c2cbaa69d50 : 8231033: Problemlist ReservedStackTest 8231034: ProblemList failing ThreadMXBean tests
b6cc5abdf7f : 8230882: Use @index in javax.lang.model javadoc
dcbc28790d1 : 8230910: libsspi_bridge does not build on Windows 32bit
db2c6cc90d9 : 8216354: Syntax error in toolchain_windows.m4
eb1eadb69fa : 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09
9275097a023 : 8145138: CyclicBarrier/Basic.java failed with "3 not equal to 4"
064f69d6ab6 : 8221168: java/util/concurrent/CountDownLatch/Basic.java fails
f634f777f6f : 8227235: rare failures in testForkHelpQuiesce tck tests
80fe274875a : 8229442: AQS and lock classes refresh
dbc8df3b97a : 8231025: Incorrect method tag offset for big endian platform
0f2eb3ad856 : 8225797: OldObjectSample event creates unexpected amount of checkpoint data
c57ad7ffc01 : 8230085: (fs) FileStore::isReadOnly is always true on macOS Catalina
c0e1f9ee6c5 : 8230938: Deprecate MonitorBound
5c3cc74c83b : 8230937: Update bugid in ProblemList for vmTestbase/nsk/jdb/eval/eval001/eval001.java
9597fcd85fe : 8230881: serviceability/sa/TestJmapCore tests fail with java.lang.RuntimeException: Could not find dump file
49a4d4b87ec : 8151678: com/sun/jndi/ldap/LdapTimeoutTest.java failed due to timeout on DeadServerNoTimeoutTest is incorrect
17abb078fc3 : 8230878: ZGC: Use THREAD_LOCAL instead of __thread
f3d8d57cd39 : 8230877: Rename THREAD_LOCAL_DECL to THREAD_LOCAL
39fd81e4a73 : 8230846: ZGC: Make ZUtils::alloc_aligned() posix-specific
334c609caf8 : 8230845: ZGC: Implement ZLock using os::PlatformMutex
5e7e0e7bbe7 : 8230829: Matcher matches a surrogate pair that crosses border of the region
e8ee2800f5b : 8186988: use log_warning() and log_error() instead of tty->print_cr for CDS warning and error messages
e9eaba3d538 : 8230858: Replace wildcard address with loopback or local host in tests - part 23
9b81fe37f2c : 8230470: Shenandoah doesn't need change from JDK-8212610 anymore
88d59bc878f : 8230888: jfrVirtualMemory.cpp should include globals.hpp
316985c85c9 : 8220416: Comparison of klass pointers is not optimized any more
9c145fa1cda : 8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert
ec5451c117a : 8229701: aarch64: C2 OSR compilation fails with "shouldn't process one node several times" in final graph reshaping
af94e6e681c : 8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return
2f496251acc : 8230861: missing ReleaseStringUTFChars in Java_sun_security_pkcs11_wrapper_PKCS11_connect
988ac4fec07 : 8230586: Encapsulate fields in filemap.hpp
99252bd9d6c : 8230423: Move os::sleep to JavaThread::sleep
091cf3608b3 : Added tag jdk-14+14 for changeset cddef3bde924
27cb3414969 : 8230830: No required ResourceMark in src/hotspot/share/prims/jvmtiImpl.cpp:JvmtiSuspendControl::print()
d57af047374 : 8229378: jdwp library loader in linker_md.c quietly truncates on buffer overflow
a8ea6b279af : 8230734: Remove default constructors from java.compiler
e90970b67bb : 8230674: Heap dumps should exclude dormant CDS archived objects of unloaded classes
4285853d91e : 8230342: LineNumberReader.getLineNumber() returns inconsistent results after EOF
c920b4a5c02 : 8192057: com/sun/jdi/BadHandshakeTest.java fails with java.net.ConnectException
591c4f80f1b : 8229202: Docker reporting causes secondary crashes in error handling
ee9bd9bf041 : 8230136: DateTimeFormatterBuilder.FractionPrinterParser#parse fails to verify minWidth
4b6f9ed07f8 : 8230398: Remove NULL checks before FREE_C_HEAP_ARRAY
eafb888c188 : 8227168: Cleanup usage of NEW_C_HEAP_ARRAY
a73f96ef609 : 8230794: Improve assert to get more information about the JDK-8227695 failure
28b972e5ce6 : 8229960: Remove sun.nio.cs.map system property
7c2fe7025bb : 8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list
5d397eea9f6 : 8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null
5dc5bc881a9 : 8225761: Update --release 13 symbol information after JDK 13 GA
fb70acd2ca6 : 8230781: Add JTREG_FAILURE_HANDLER_TIMEOUT to control timeout handler timeout
9898fc13823 : 8230303: JDB hangs when running monitor command
1a81892aa68 : 8230709: Array index out of bounds in ES6 mode
c49ed302bbb : 8230766: Changed message in IllegalMonitorStateException
24ed3d4eefe : 8230566: ZGC: Don't substitute klass pointer during array clearing
7ecde2ec480 : 8230769: BufImg_SetupICM add ReleasePrimitiveArrayCritical call in early return
36768f2a725 : 8230711: ConnectionGraph::unique_java_object(Node* N) return NULL if n is not in the CG
0a534604196 : 8230454: [Graal] Add "com/sun/crypto/provider/KeyFactory/TestProviderLeak.java" to Graal problem list
2c3973af9ba : 8225653: Provide more information when hitting SIGILL from HaltNode
51b0eab3303 : 8207800: always_do_update_barrier is unused
8b67b75f500 : 8221361: Eliminate two-phase initialization for PtrQueueSet classes
ea0fbbca513 : 8230284: Accounting currency format support does not cope with explicit number system
6794a686819 : 8230516: invalid html in jdwp-protocol.html
a4613d4a8f3 : 8212117: Class.forName may return a reference to a loaded but not linked Class
10e4fd4b95e : 8230526: jdk.internal.net.http.PlainProxyConnection is never reused by HttpClient
10f1f10f2ef : 8230723: Remove default constructors from java.lang and java.io
c84e19f3ca2 : 8177389: Hyphen "-" should be removed in URL class documentation
1f87cb017ff : 8230132: java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java to skip Teredo Tunneling Pseudo-Interface
032819ee9d5 : 8230669: [s390] C1: assert(is_bound() || is_unused()) failed: Label was never bound to a location, but it was used as a jmp target
5f29e88563d : 8230708: Hotspot fails to build on linux-sparc with gcc-9
014535bd794 : 8230564: Remove os_ext.hpp
4db6ba16488 : 8230563: Remove arguments_ext.cpp
57514a065a8 : 8230562: Remove g1HeapSizingPolicy_ext.cpp
539a59fa4f2 : 8230561: Remove logTag_ext.hpp
7384f6cdcfb : 8224599: Remove globals_ext.hpp
ffa889731a5 : 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
de87e8e8603 : 8230129: Add jtreg "serviceability/sa/ClhsdbInspect.java" to graal problem list
394d6ac55b1 : 8230422: Convert uninterruptible os::sleep calls to os::naked_short_sleep
f9e0cdbed9b : 8226953: AOT: assert(oopDesc::is_oop(obj)) failed: not an oop
ecf83c94b8c : 8230730: UseCompressedOops test crash with assertion failure
c788d9841cf : 8230662: Remove dead code from MethodTypeForm
9c3ff105df8 : 8230715: Baseline compare build on Windows fails intermittently in file type for jvm.pdb
cc6d60db4fd : 8230680: latest Graal unittests depend on jdk.internal.module
40565a845c3 : 8230404: Refactor logged card refinement support in G1DirtyCardQueueSet
c159a4e0f29 : 8230666: Exclude serviceability/sa/TestInstanceKlassSize.java on linuxppc64 and linuxppc64le
5399449a43a : 8230694: http.keepAlive system property is inconsistently/incorrectly documented
d7ca08a5cc6 : 8230363: C2: Let ConnectionGraph::not_global_escape(Node* n) return false if n is not in the CG
c417c473a41 : 8230671: x86_32 build failures after JDK-8229496
2aac0e925df : 8229831: Upgrade Character.isUnicodeIdentifierStart/Part() methods to the latest standard
4d70cdac4f0 : 8187898: PrintStream should override FilterOutputStream#write(byte[]) with a method that has no throws clause
cebd13dbaab : 8230681: Add @since tag to java.io.Serial
8b42387ea62 : 8227563: jvmti/scenarios/contention/TC05/tc05t001 fails due to "ERROR: tc05t001.cpp, 278: (waitedThreadCpuTime - waitThreadCpuTime) < (EXPECTED_ACCURACY * 1000000)"
d2db14b8364 : 8229280: Test failures on several linux hosts after JDK-8181493
a1002d68fcc : 8230632: [TESTBUG] appcds/NonExistClasspath.java and ClassPathAttr.java failed when running in hotspot_appcds_dynamic test group
77b3801f6c7 : 8228854: Default ErrorListener reports warnings and errors to the console
675eecaacf3 : 8230646: Epsilon does not extend TLABs to max size
a4b46ccc234 : 8229496: SIGFPE (division by zero) in C2 OSR compiled method
2fa3eddd3c5 : 8177068: incomplete classpath causes NPE in Flow
5c4be9cc8a2 : 8230466: check malloc/calloc results in jdk.hotspot.agent
4b65e2b3db9 : 8230642: 8224815 broke Shenandoah build
f869706f5f6 : 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
d19e6eae9e5 : 8229189: Improve JFR leak profiler tracing to deal with discontiguous heaps
655cf14138d : 8228967: Trust/Key store and SSL context utilities for tests
cc268aa7a4c : Added tag jdk-14+13 for changeset fbbe6672ae15
7004b3f3e76 : 8230626: Make UnknownFooException strings more informative
39465f49eb4 : 8230624: [TESTBUG] Problemlist JFR compiler/TestCodeSweeper.java
f71db3074c4 : 8230435: Replace wildcard address with loopback or local host in tests - part 22
7b49c40ee96 : 8171405: java/net/URLConnection/ResendPostBody.java failed with "Error while cleaning up threads after test"
662348c7106 : 8230159: Add test to verify that com.sun.net.httpserver.BasicAuthenticator constructors throw expected exceptions
0a92dc786d1 : 8229450: C2 compilation fails with assert(found_sfpt) failed
ea436110f6c : 8230401: ClassLoaderData::_keep_alive is read with wrong type in c2i entry barrier
b0e727124f0 : 8230434: [C1, C2] Release barrier for volatile field stores in constructors implemented inconsistently
f7d0ece0a17 : 8209802: Garbage collectors should register JFR types themselves to avoid build errors
bb63558420b : 8230431: Move G1 trace code from gcTrace* to G1 directory
a41b9a71acd : 8229182: runtime/containers/docker/TestMemoryAwareness.java test fails on SLES12
7cb28198a17 : 8230485: add handling of aix tar in configure
dfe4ba5045e : 8226221: Update PKCS11 tests to use NSS 3.46 libs
99c17fbf338 : 6313903: Thread.sleep(3) might wake up immediately on windows
4dc79c2e054 : 8227236: assert(singleton != __null && singleton != declared_interface) failed
fd89fedccf1 : 8230483: Shenandoah: consistently disable concurrent roots for Traversal mode
6b2e444aa1e : 8223714: HTTPSetAuthenticatorTest could be made more resilient
47e005582b4 : 8230428: Cleanup dead CastIP node code in formssel.cpp
77adc77ce3d : 8229235: com.sun.net.httpserver.HttpExchange should implement AutoCloseable
4e43486172d : 8227411: TestTimeMultiple.java failed "assert(!lease()) failed: invariant"
8f9d63df41b : 8229437: assert(is_aligned(ref, HeapWordSize)) failed: invariant
5110530d5b3 : 8230238: Add another regression test for JDK-8134739
b7821ad399f : 8224214: [AIX] Remove support for legacy xlc compiler
2399a8d764e : 8230373: Use java.io.Serial in generated exception types
a72d25fcc7b : 8230372: Remove G1GCPhaseTimes::MergeLBProcessedBuffers
448e003050b : 8227224: GenCollectedHeap: add subspace transitions for young gen for gc+heap=info log lines
f14e213524c : 8230337: Clarify intention of Elements.{getPackageOf, getModuleOf}
1668370dfe4 : 8230327: Make G1DirtyCardQueueSet free-id init unconditional
79c14f088c6 : 8230390: Problemlist SA tests with AOT
aa5d8f64eea : 8193596: java/net/DatagramPacket/ReuseBuf.java failed due to timeout
6fa4babbb20 : 8230310: SocksSocketImpl should handle the IllegalArgumentException thrown by ProxySelector.select usage
1d71dd8604c : 8230105: -XDfind=diamond crashes
277ef756c4d : 8230307: ZGC: Make zGlobals and zArguments OS agnostic
05d4e7a2696 : 8230388: Problemlist additional compiler/rtm tests
647f487510e : 8230004: jdk/internal/jimage/JImageOpenTest.java runs no test
3149ed4993b : 8230203: Replace markWord enums with typed constants
c7f0ae07cdd : 8230376: [TESTBUG] runtime/StackTrace/HiddenFrameTest.java fails with release VM
6a48a4e5ed8 : 8229797: [JVMCI] Clean up no longer used JVMCI::dependencies_invalid value
9d764ee48ee : 8229997: Apply java.io.Serial annotations in java.base
6d064a747e3 : 8230332: G1DirtyCardQueueSet _notify_when_complete is always true
489f8027be3 : 8228960: [TESTBUG] containers/docker/TestJcmdWithSideCar.java: jcmd reports main class as Unknown
b6b6a37fe1b : 8230109: G1DirtyCardQueueSet should use card counts rather than buffer counts
647e4d75571 : 8230037: Confused MetaData dumped by PrintOptoAssembly
6d4ef5aaf3a : 8229999: Apply java.io.Serial annotations to security types in java.base
470d32df73a : 8182119: jdk.hotspot.agent's META-INF/services/com.sun.jdi.connect.Connector no longer needed
b6fac7fe07d : 8229284: jdk/internal/platform/cgroup/TestCgroupMetrics.java fails for - memory:getMemoryUsage
1bc974d8a70 : 8229210: [TESTBUG] Move gc stress tests from JFR directory tree to gc/stress
d607548f208 : 8230338: Accurate error message about bad Unicode block name
b4c63048bb6 : 8230302: GenerateJLIClassesPlugin can generate invalid DirectMethodHandle methods
e2287af876f : 8216977: ShowHiddenFrames use in java_lang_StackTraceElement::fill_in appears broken
e77e5da7858 : 8229422: Taskqueue: Outdated selection of weak memory model platforms
c25e2fd8ec4 : 8230425: Shenandoah forces +UseNUMAInterleaving even after explicitly disabled
d271630fb20 : 8217016: Shenandoah: Streamline generation of CAS barriers
cb960e9a30b : 8217618: JVM TI SuspendThread doesn't suspend the current thread before returning
49c91b7f952 : 8217850: CompressedClassSpaceSizeInJmapHeap fails after JDK-8217612
0b4e08a4bcb : 8210469: Missing doPriviledged block and permission for jdk.zipfs module
777ad9080e8 : 8193367: Annotated type variable bounds crash javac
0ea0aea6c22 : 8217820: Useless cast in ECUtil.java
d6a75a0f86d : 8217612: (CL)HSDB cannot show some JVM flags
5e7e6ae1fe9 : 8217828: Un-ProblemList LongMulOverflowTest.java
1ebe11a28da : 8216408: XMLStreamWriter setDefaultNamespace(null) throws NullPointerException
23931d94f79 : 8192001: C2: inlining through dispatching MH linkers ignores speculative type of the receiver
dbf977da1da : 8191998: C2: inlining through MH linkers drops speculative part of argument types
d2552c3e557 : 8217760: C2: Missing symbolic info on a call from intrinsics when invoked through MethodHandle
7f10cbedd50 : 8217627: HttpClient: The API documentation of BodySubscribers::mapping promotes bad behavior
b4aa3d29227 : 8217797: ProblemList LongMulOverflowTest.java
2b003cb4aab : 8067250: [mlvm] vm/mlvm/mixed/stress/regression/b6969574 fails and perf regression
28711fb1867 : 8216493: VirtualSpaceNodeTest.half_vsn_is_committed_humongous_chunk_is_used_test_vm crashes on local machine
eb79666b8c4 : 8217797: ProblemList LongMulOverflowTest.java 8217801: ProblemList INDIFY_Test.java
76c55b5508e : 8217471: [TESTBUG] gc/epsilon/TestClasses.java fails on some platforms - OOME Metaspace
55d96ac4c1d : 8217795: Typo in SSLSocket
466a9556332 : 8217782: Spill detection broken after JDK-8217716
4ca19585c3e : 8217353: java/util/logging/LogManager/Configuration/updateConfiguration/HandlersOnComplexResetUpdate.java fails with Unexpected reference: java.lang.ref.WeakReference
bbcae6bd5ee : 8217733: Minor RunTest fixes
16271669822 : 8217730: Split up MakeBase.gmk
a9338bb8b7a : 8217459: [PPC64] Cleanup non-vector version of CRC32
5b63ffd8b21 : 8216258: Make FreeIdSet semaphore-based
24d55e104b2 : 8217748: [TESTBUG] Exclude TestSig test case from JFR TestShutdownEvent
7b1b9f10a1d : 8217746: Remove java/nio/file/WatchService/LotsOfCancels.java from JDK problem list
cda6fc62e51 : 8217580: Remove tests from problemList as bugs has been closed
083500194a9 : 8217740: SocksIPv6Test compilation error
b499798c25b : 8217345: [TESTBUG] JFR TestShutdownEvent fails due to improper use of Unsafe
78651809c53 : 8216386: vmTestbase/nsk/jvmti/PopFrame/popframe005/TestDescription.java fails
ddfcf1f0211 : 8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java
94ae19305b1 : 8214533: IBM-29626C is required for AIX default charset
0fc677a6744 : 8216986: Remove unused code from SocksSocketImpl
5d8b93bb545 : 8217235: Create automated test for SwingSet ColorChooserDemoTest
12efd2fa4f1 : 8213432: Better copies of CopiesList
ba5be80bb2f : 8213231: ThreadSnapshot::_threadObj can become stale
f828beb2d0c : 8217657: Move the test for default value of jdk.includeInExceptions into own test
f5dedad7a12 : 8217770: problem list org.graalvm.compiler.debug.test.DebugContextTest
996ecff6249 : 8217580: Remove tests from problemList as bugs has been closed
ad65ea3c859 : 8217309: ZGC: Fix ZNMethodTable corruption
25bd20f5d97 : 8213825: assert(false) failed: Non-balanced monitor enter/exit! Likely JNI locking
810156faceb : 8217699: add java/util/concurrent/CountDownLatch/Basic.java to ProblemList-Xcomp
724120457ac : 8211936: Better String parsing
ccef9efb14c : 8221207: Redo JDK-8218446 - SuspendAtExit hangs
5793068c779 : 8221220: AArch64: Add StoreStore membar explicitly for Volatile Writes in TemplateTable
223e1c6e428 : 8220095: Assertion failure when symlink (with different name) is used for lib/modules file
26210b4566a : 8221363: Build failure after JDK-8220240 (Refactor shared dirty card queue)
3bb3dbc47e2 : 8220240: Refactor shared dirty card queue
54f31c60896 : 8218399: runtime/RedefineObject/TestRedefineObject.java timeout
28adfb6d0d4 : 8218889: Improperly use of the Optional API
dc3c9c8439a : 8220224: With CLDR provider, NumberFormat.format could not handle locale with number extension correctly
954c66afedf : 8078860: (spec) InputStream.read(byte[] b, int off, int len) claims to not affect element b[off]
c11759c4fe2 : 8221179: Zero builds fail when linking with gold and bundling libffi.so
77c942940f9 : 8217564: idempotent protection missing in crc32c.h
5fdcdaadd49 : 8221219: ZGC: Remove ZStallOnOutOfMemory option
8b38ebf1a27 : 8221212: ZGC: Command-line flags should be marked experimental
3a4d5db248d : 8221252: (sc) SocketChannel and its socket adaptor need to handle connection reset
37a7f89c343 : 8217377: javax/swing/JPopupMenu/6583251/bug6583251.java failed with UnsupportedOperation exception
35aad86bc4e : 8217297: Add support for multiple look and feel for SwingSet SliderDemoTest
5f5d4425c2f : 8217445: [JVMCI] incorrect management of JVMCI compilation failure reason string
b8ff3c4dd26 : 8217291: Failure of ::realloc() should be handled correctly in adlc/forms.cpp
5172199ef9b : 8217447: Develop flag TraceICs is broken
83cd7a3fc1b : 8214235: arm32: assertion in collectedHeap.cpp: attempt to clean empty remainder
288ebae13c0 : 8217368: AArch64: C2 recursive stack locking optimisation not triggered
ac22352b491 : 8217660: Refactor module related locked_create_entry_or_null() functions
e4da9cdab0a : 8217518: Crypto benchmarks not warming up in time
13dd3cb24e1 : 8216136: Take Compile_lock for SystemDictionary::_modification_counter with safepoint check
689f7accd4c : 8217716: Remove dead code in PhaseChaitin
a8ae1c13329 : 8217264: HttpClient: Blocking operations in mapper function do not work as documented
659006b2181 : 8217638: Remove old way of running tests (test/Makefile)
494ed992df9 : 8217626: Add setup/teardown functionality to RunTest
94889357bd4 : 8217634: RunTest documentation and usability update
cdd5a05373f : 8213231: ThreadSnapshot::_threadObj can become stale
72141ff6e65 : 8210583: Base64.Encoder incorrectly throws NegativeArraySizeException
4931a2a9d63 : 8194860: Cleanup Semaphore timed-wait time calculations
b8ec635ee27 : 8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac
0ab7e5ca399 : Added tag jdk-13+5 for changeset e3ed96060992
a8626105273 : 8217366: ZoneStrings are not populated for all the Locales
844f67317ea : 8217639: Minimal and Zero builds fail after JDK-8217519 (Improve RegMask population count calculation)
d788c400952 : 8217466: [BACKOUT] Optimize CodeHeap Analytics
5435d862c19 : 8217250: Optimize CodeHeap Analytics
0c352cc57f9 : 8217374: Rename G1 EvacuationInfo class to G1EvacuationInfo
5f325c23630 : 8217423: Windows gtest build fails after JDK-8212826 (Make PtrQueue free list lock-free)
99e6b5ca185 : 8217388: Remove develop flag ProfilerPCTickThreshold
d3339d45e19 : 8216060: [PPC64] Vector CRC implementation should be used by interpreter and be faster for short arrays
cf554816d19 : 8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal
05a8750ec70 : 8217438: Adapt tools/launcher/Test7029048.java for Aix
0b3979f8fea : 8216965: crash in freetypeScaler.c CopyBW2Grey8
df5c74e9f6d : 8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
17341dad94b : 8217467: Access barriers are missing in C2 intrinsic for Base64
755d163e911 : 8213695: gc/TestAllocateHeapAtMultiple.java is slow in some configs
930c19bcc20 : 8217230: assert(t == t_no_spec) failure in NodeHash::check_no_speculative_types()
c9bea6a8ea6 : 8216280: Allow later Symantec Policy distrust date for two Apple SubCAs
c0de8f27a51 : 8217427: (dc) nio/channels/DatagramChannel/UseDGWithIPv6.java fails without IPv6
bc651663e31 : 8207404: MulticastSocket tests failing on AIX
3626d598672 : 8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal
199b29c58e1 : 8217629: RegMask::find_lowest_bit can reuse count_trailing_zeros utility
d783c7a2d87 : 8217522: Missing barriers in some java_lang_String assertion code after JDK-8217442
c99285ea9e6 : 8217339: ClassCircularityError loading NumberFormatProvider
779991a9c80 : 8217500: (sc) Move SocketChannelImpl's remaining native methods to Net
a4ec99239c9 : 8215952: Update NetBeans project file
649340be118 : 8217519: Improve RegMask population count calculation
3eeba36d073 : 8217448: Check for pandoc availability using ENABLE_PANDOC and not PANDOC
46f1c74805d : 8217450: Add PackageEntry::locked_lookup_only
e8a0007871d : 8217258: ZGC: Minor cleanup of ZBarrierSetAssembler
6da8205aa02 : 8217257: ZGC: Minor cleanup of ZBarrierSetC2
fc42d285bd6 : 8217503: ZGC: Fix fall through bug in ZBarrierSetC2::escape_add_final_edges()
69e185b203a : 8217512: Message of LinkageError: use 'class' etc. instead of 'type'
50e3aa4150d : 8202952: C2: Unexpected dead nodes after matching
6a613456846 : 8213234: Move LambdaForm.Hidden to jdk.internal.vm.annotation
5063110306c : 8217404: --with-jvm-features doesn't work when multiple features are explicitly disabled
d98fe57b18d : 8213932: [TESTBUG] assertEquals is invoked with the arguments in the wrong order
f910adfb9f8 : 8217424: Remove the idempotent parameter to Method::sort_methods
0623444ae5a : 8216969: ParseException thrown for certain months with russian locale
82a639fd0ff : 8217357: Implement JCov jib profiles
755872aa823 : 8217461: (ch) Add Net.available to return the number of bytes in the socket input buffer
6fad78894d8 : 8217352: Remove EA from version string starting with Initial RC promotion
019cffb539f : 8217342: Build failed with excluding JFR
d3cd2cb795c : 8217387: Remove dead develop flag CIFireOOMAt
0622059445e : 8215375: [Graal] jck:vm/jvmti/Exception/excp001/excp00101 fails in Graal as JIT mode and -Xcomp mode
108c7bbe0b1 : 8217419: Shenandoah fails to build after JDK-8212826 (Make PtrQueue free list lock-free)
5c83330cf88 : 8212826: Make PtrQueue free list lock-free
d553ddbd03a : 8211885: Duplicate id declarations in java.awt.geom.Path2D
2858e8f4e2a : 8217343: Shenandoah control thread should be able to run at critical priority
028cf5ae00c : 8217378: UseCriticalCMSThreadPriority is broken
8b6ea597154 : 8217407: StackValue::print_on() crashes on NULL handle
916e43aa9ab : 8217400: Optimized build is broken by Shenandoah changes
8f16189ab3c : 8217399: Backout 8217358
54815061a16 : 8215937: Check usages of security-related Resources files
db8354fcf3d : 8217394: Remove org.graalvm.compiler.debug.test.TimerKeyTest from problem list
db89805fe03 : 8217344: Make comparison overflow-aware in ECDHKeyAgreement.engineGenerateSecret()
8859f7ec1e0 : 8217337: [TESTBUG] TestThreadDumpClassInitMonitor.java fails with Unexpected thread info line
91646018c8a : 8217358: Optimized build is broken by Shenandoah changes
6326bf224e1 : 8217395: Update langtools shell tests to use ${EXE_SUFFIX}
c932d8294ba : 8217034: JavadocTester should check for missing files by default
454cbfacaa0 : 8214345: infinite recursion while checking super class
09fda3d6e9d : 8217391: [TESTBUG] problem list JFR TestShutdownEvent
5c5d27962a7 : 8215467: Files.isHidden should return true for hidden directories on Windows
be88e181e2d : 8216561: HttpClient: The logic of retry on connect exception is inverted
07b8d39e6f8 : 8217315: Proper units should print more significant digits
3be22e5884f : 8217014: Epsilon should not ignore Metadata GC causes
62378f69777 : 8217318: Unneeded handleization in InstanceKlass::restore_unshareable_info
602ead54837 : 8217319: Cleanup Shenandoah includes
b979952d623 : 8158066: SourceDebugExtensionTest fails to rename file
ef37f8afb60 : 8214765: All TrayIcon MessageType icons does not show up with gtk3 option set
beee59acb36 : 8214111: There is no icon in all JOptionPane target image
289c155e7d5 : 8217311: Improve Exception thrown when MulticastSocket.setInterface fails on AIX(Unix)
e86a7eea792 : 8217325: Enable inlining of java_lang_Class::oop_size_raw
365de9f2bc2 : 8203687: javax/net/ssl/compatibility/Compatibility.java supports TLS 1.3
ef3336ec276 : 8181313: SA: Remove libthread_db dependency on Linux
e7d44449f0b : 8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
3b32c8aae55 : 8217266: Remove dead LIR_List::compare_to and LIR_Code::lir_compare_to
e16b2994203 : 8217340: Compilation failed: tools/launcher/Test7029048.java
a9663a0a7b9 : 8217321: [TESTBUG] utilities/test_globalDefinitions.cpp should use _LP64, not LP64
55fc1fb7949 : 8227601: Better collection of references
2192b9864fd : 8227662: freetype seeks to index at the end of the font data
267eae16ae6 : 8225292: Better Graphics2D drawing
c2701f73d5a : 8224915: Better serial attributes
d6304e88e6b : 8223892: Improved handling of jar files
8e2b10070e8 : 8225298: Improve TLS connection support
908b4e8df3d : 8225286: Better rendering of native glyphs
6042bccae3b : 8225597: Enhance font glyph mapping
a4657a23971 : 8224532: Better Path supports
438892c0ca1 : 8218877: Help transform transformers
df1acef59e5 : 8224062: Improve String index handling
409113f576b : 8223518: Unexpected exception in jjs
844e811d56d : 8222684: Better support for patterns 8223163: Better pattern recognition
75745ee70da : 8224505: TestQuotedLogOutput failure after ProcessBuilder changes
c6fc8506aa5 : 8223886: Add in font table referene
fa33b517607 : 8223505: Better pattern compilation
5a98b8cfb0c : 8221858: Build Better Processes
fdae3113a16 : 8224025: Fix for JDK-8220302 is not complete
12bf1b15abe : 8213429: Windows file handling redux
e287fa90a84 : 8221497: Optional Panes in Swing
d7600f342c0 : 8222690: Better Glyph Images
e91c1ec7a6a : 8223326: Regression introduced by CPU sync: java.security.AccessControlException: access denied ("java.net.NetPermission" "setSocketImpl")
566110929b3 : 8220186: Improve use of font temporary files
9eb755e85ea : 8209901: Canonical file handling
cb06712f5ac : 8220302: Better Kerberos ccache handling
e4553cb2faa : 8217997: Better socket support
d089a4ae511 : 8217237: HttpClient does not deal well with multi-valued WWW-Authenticate challenge headers
954f8acb598 : 8217213: shenandoahTaskQueue.hpp includes .inline.hpp file
419c048dc39 : 8215699: -Xlog::file cannot be used with named pipe
be44ced10aa : 8216532: tools/launcher/Test7029048.java fails (Solaris)
e810681b908 : Added tag jdk-12+28 for changeset 659b004b6a1b
58c0287a189 : 8216045: The size of key_exchange may be wrong on FFDHE
61f2218ba2d : 8215280: Double click on titlebar not working for Frame with extended state set to MAXIMIZED_BOTH
19ad6151a26 : 8214471: Enable different look and feel tests in SwingSet3 demo test ToolTipDemoTest
731e728ece1 : 8215757: C2: PhaseIdealLoop::create_new_if_for_predicate() computes wrong IDOM
e309fb9a3a5 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
c7219faf868 : 8218074: Update Graal
ebcf4ca1e7c : 8220529: JDK-8220383 broke test image build
53d66351016 : 8220005: java/util/Arrays/TimSortStackSize2.java times out
2f3fc244eba : 8220237: ProcessBuilder API documentation typo
2434c6f10c2 : 8220474: Incorrect GPL header in src/java.instrument/share/classes/java/lang/instrument/package-info.java
a22bb79e834 : 8220257: fix headings in java.instrument
9f0417b0ae5 : 8217576: C1 atomic access handlers use incorrect decorators
0761bc5fa83 : 8220515: Revert removal of for_each_lock_value removal
2af935c8006 : 8220383: Incremental build is broken and inefficient
71ac5a6313f : 8220262: fix headings in java.logging
ef38fb4bc2d : 8220501: Improve c1_ValueStack locks handling
f15a31f766d : 8220344: Build failures when using --with-jvm-features=-g1gc,-jfr
59b342cf107 : 8220363: hotspot-ide project fails
46c4ef516c0 : 8220294: ZGC fails to build on GCC 4.4.7: Type parameter issue
f9d6d1d8f2f : 8013728: nsk/jdi/BScenarios/hotswap/tc10x001 Unrecognized Windows Sockets error: 0: recv failed
bc640addb34 : 8220441: [PPC64] Clobber memory effect missing for memory barriers in atomics
0f97ac953b9 : 8184315: Typo in java.net.JarURLConnection.getCertificates() method documentation
474437061ea : 8220341: Class redefinition fails with assert(!is_unloaded()) failed: unloaded method on the stack
1dc7271ecab : 8214922: Add vectorization support for fmin/fmax
144d81caf69 : 8219721: jcmd from earlier release will hang attaching to VM with JDK-8215622 applied
cf094314502 : 8220407: compiler/intrinsics/math/TestFpMinMaxIntrinsics.java timedout
ed87f686403 : 8213008: Cipher with UNWRAP_MODE should support the generation of an AES key type
b238aef18d5 : 8219705: Wrong media-type for a given serialization method
1b9db9b7a13 : 8220202: Simplify/standardize method naming for HtmlTree
3a072e4e452 : 8220346: Refactor java.lang.Throwable to use Objects.requireNonNull
b5b1fe042ab : 8220444: Shenandoah should use parallel version of WeakProcessor in root processor for weak roots
7c49914df17 : 8220331: Remove extra spaces in copyright header
8c047147f9d : 8220420: Cleanup c1_LinearScan
bacddb40ebf : 8220409: jdk/modules/scenarios/overlappingpackages/OverlappingPackagesTest.java - testOverlapWithBaseModule tests the wrong thing
96d797d9d1e : 8220414: Correct copyright headers in Norm2AllModes.java and Normalizer2.java
5c0f32e4b7b : 8074817: Resolve disabled warnings for libverify
164fcbbec91 : 8218201: Failures when vmIntrinsics::_getClass is not inlined
e5f0f8d0057 : 8220087: Remove remnants of HTML4 support
0b082fcc1de : 8217254: CompactNumberFormat:: CompactNumberFormat​() constructor does not comply with spec 8217721: CompactNumberFormat:: format​() method spec for IAEx is not complaint
472d55d7222 : 8219632: Remove reference to com.sun.javadoc API in RemoveOldDoclet test
c7ae2d10b7a : 8217417: Decorator name typo: C2_TIGHLY_COUPLED_ALLOC
ac03c042560 : 8220162: Shenandoah should not commit HugeTLBFS memory
c3a207f1a78 : 8220153: Shenandoah does not work with TransparentHugePages properly
1a100ade571 : 8220350: Refactor ShenandoahHeap::initialize
7a6896f3b3d : 8219685: Startup failure: assert(!Universe::is_module_initialized()) failed: Incorrect java.lang.Module pre module system initialization
1e2234d57ce : 8220368: Update String.indexOf to test all the C2 intrinsics
d2c205bb595 : 8219860: Cleanup ClassFileParser::parse_linenumber_table
69a6a6c4a0a : 8220334: Fix copyright header text
917598aac34 : 8220323: Fix copyright header text
50a289a8ac4 : 8220377: Unused field SourceFileObject.flatname
08aa348b058 : 8220313: [TESTBUG] Update base image for Docker testing to OL 7.6
561843be93e : 8219642: ciReplay loads wrong data when MethodData size changes
1952af80538 : 8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
871541b342b : 8220085: runtime/CompressedOops/UseCompressedOops.java times out on Windows intermittently
34a7b03e248 : 8220173: assert(_handle_mark_nesting > 1) failed: memory leak: allocating handle outside HandleMark
86851c31d8b : 8220290: gc/arguments/TestSurvivorRatioFlag.java fails after JDK-8215221 with CMS
97ec4aeed2d : 8219584: Try to dump error file by thread which causes safepoint timeout
6d12ffec191 : 8219997: [TESTBUG] Create test for JFR events in Docker container: CPU, Memory and Process Info
d48c35db982 : 8219448: split-if update_uses accesses stale idom data
473a26aebdd : 8218948: SimpleDateFormat :: format - Zone Names are not reflected correctly during run time
f391d9141b0 : 8213448: [TESTBUG] enhance jfr/jvm/TestDumpOnCrash
939d40e1a8c : 8218618: Program fails when using JDK addressed by UNC path and using Security Manager
b481f5bd24d : 8217216: Launcher does not defend itself against LD_LIBRARY_PATH_64 (Solaris)
cafb914cca3 : 8220283: ZGC fails to build on GCC 4.4.7: ATTRIBUTE_ALIGNED compatibility issue
5250aaafdb9 : 8220165: Encryption using GCM results in RuntimeException- input length out of bound
c2ec1085e10 : 8217561: X86: Add floating-point Math.min/max intrinsics
367ae107331 : 8220159: Optimize various RegMask operations by introducing watermarks
359e6b0a42f : 8201252: unquarantine nsk/jdi/ThreadReference/resume/resume001
ba8645f09a3 : 8215221: Serial GC misreports young GC time
9b70cef9202 : 8220050: Deprecate -XX:-ThreadLocalHandshakes
ae233f6f0d5 : 8220228: Improve Shenandoah pacing histogram message
3d593b0c1cb : 8219651: compiler/ciReplay/TestServerVM.java is failing on windows
ac17b61a591 : 8163511: Allocation of compile task fails with assert: "Leaking compilation tasks?"
e28fea2d7ca : Added tag jdk-13+11 for changeset 21ea4076a275
53661491f7e : 8219713: Reduce work in DefaultMethods::generate_default_methods
02d08003003 : 8218464: vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001/TestDescription.java failed
914ce13a0c8 : 8219650: [Testbug] Fix potential crashes in new test hotspot gtest "test_print_hex_dump"
97807df5bac : 8219214: Infinite Loop in CodeSection::dump()
d569301f4ef : 8220151: SafepointTracing::end_of_last_safepoint_ms should return ms since epoch
26702d005b8 : 8219519: Remove linux_sparc.ad and linux_aarch64.ad
40031abde4b : 8220211: Small update to Fix generation of VNNI vector code by allowing adjacent LoadS nodes to be isomorphic (JDK-8216580)
725a467ad86 : 8219613: Use NonJavaThread PtrQueues
8b57cdf5f85 : 8216580: Fix generation of VNNI vector code by allowing adjacent LoadS nodes to be isomorphic
ac7f4635e19 : 8218167: nsk/jvmti/scenarios/sampling/SP02/sp02t003 fails
2e9427d2237 : 8220030: JdbStopThreadidTest.java failed due to "Unexpected IO error while writing command 'quit' to jdb stdin stream"
58aa7a85f63 : 8219946: Set class on body elements
791c462918c : 8220164: Fix build instructions for AIX
ee991225e76 : 8220161: Shenandoah does not need to initialize PLABs for safepoint workers
64683c77ae9 : 8219920: dependency help output in configure-step : support zypper tool
9d9edee86e7 : 8217878: ENVELOPING XML signature no longer works in JDK 11 8218629: XML Digital Signature throws NAMESPACE_ERR exception on OpenJDK 11, works 8/9/10
321d7d386a2 : 8220155: JDK-8219971 broke hotspot build
d03af26692b : 8219906: Update test documentation with default test jobs settings
d9153b8e3cd : 8219971: Introduce SetupExecute in build system
b0d139de195 : 8219974: REDO JDK-8219492: Restore static callsite resolution for the current class
53adab68574 : 8219986: Change to Xcode 10.1 for building on Macosx at Oracle
ab198d37e81 : 8219988: Change to Visual Studio 2017 15.9.6 for building on Windows at Oracle
66868f287c4 : 8219801: Pages do not have <h1>
3e71e62ff60 : 8219513: compiler/codegen/aes/TestCipherBlockChainingEncrypt.java timeout on Solaris-sparc
8b6c1759bad : 8219888: aarch64: add CPU detection code for HiSilicon TSV110
cf086be7534 : 4903717: nsk/jdi/ThreadReference/isSuspended/issuspended002 failing
3d9de2e6f2e : 8219856: Spell out G1CollectorPolicy::is_hetero_heap
bfaeb637612 : 8219748: Add and use getter for the timing object in G1
5fe5d0a90ae : 8219747: Remove g1_ prefix to g1_remset and g1_policy members in G1CollectedHeap
719bbcddf81 : 8219369: Add named constants for iterating ExtRootScan phases
e68d585a8dc : 8218880: G1 crashes when issuing a periodic GC while the GCLocker is held
76c916516cb : 8217868: Crash for overlap between source path and patch module path
0d13646cbf6 : 8219619: Remove UseFakeTimers and related code
ce570e86932 : 8219976: GarbageCollectionNotificationInfo always says "No GC" when running Shenandoah
d8e91975b66 : 8214854: JDWP: Unforseen output truncation in logging
f6d199fdb37 : 8219994: CheckSecurityProvider.java fails with unexpected sun.security.ssl.SunJSSE
0052dff3702 : 8218228: The constructor StringBuffer(CharSequence) violates spec for negatively sized argument
2324f24c5d0 : 8219803: Nodeca Pako license text needs to be inserted in JSZip license text
0f2562d71dd : 8219919: RuntimeStub name lost with PrintFrameConverterAssembly
4332a3dc566 : 8219990: Backout JDK-8219658
ed252e10ded : 8219582: PPC: Crash after C1 checkcast patched and GC
25f0d60a58d : 8215430: Remove the internal package com.sun.net.ssl
e7eae4444da : 8219969: Backout JDK-8219492
fb7bbfac57e : 8218988: Improve metaspace verifications
8bec32b02fe : 8219915: [TESTBUG] Fix test langtools/tools/javac/processing/model/completionfailure/SymbolsDontCumulate.java in Standalone mode
689760bc129 : 8219746: Provide virtualization related info in the hs_error file on linux ppc64 / ppc64le
4e09929ef9c : 8209413: AArch64: NPE in clhsdb jstack command
211162fd5c6 : 8219951: Build failure on Mac and Windows after JDK-8219922
b5f55fadff8 : 8219492: Restore static callsite resolution for the current class
c12d6ac1a77 : 8219890: Calendar.getDisplayName() returns empty string for new Japanese Era on some locales
84a6e34fb08 : 8218266: G1 crash in AccessInternal::PostRuntimeDispatch
29d842b5a08 : 8219922: Simplify and optimize IndexSetIterator::next using count_trailing_zeros
ba84c4bc0c3 : 8207367: 10 vmTestbase/nsk/jdi tests timed out when running with jtreg
fad1f059b0d : 5071718: (bf) Add ByteBuffer.slice(int offset, int length)
8f84ae56843 : 8219658: Deadlock in sun.security.ssl.SSLSocketImpl
beb40cddf4e : 8219798: [deadcode] remove src/hotspot/share/prims/evmCompat.cpp
7cf85f15b6a : 8219565: [deadcode] remove share/utilities/intHisto.*
dbd7ee1eb43 : 8212932: [TESTBUG] Clean up TestVirtualSpaceNode test
d2914371624 : 8219789: [TESTBUG] TestOptionsWithRanges.java produces hs_err_pidXXXXX.log file for VMThreadStackSize=9007199254740991
00b46c06a57 : 8219857: Shenandoah GC may initialize thread's gclab twice
62dd12b386b : 8219714: [testbug] com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java must pass classpath to subprocess
058e382d877 : 8219712: code_size2 (defined in stub_routines_x86.hpp) is too small on new Skylake CPUs
7560f0430c7 : 8216259: AArch64: Vectorize Adler32 intrinsics
06befcd14ab : 8219723: javax/net/ssl/compatibility/Compatibility.java failed on some SNI cases
de0f08a80ef : Added tag jdk-13+10 for changeset 8e069f7b4fab
889bb2b9aff : Added tag jdk8u201-ga for changeset bc0a354f4f4a
8d5192c0e9b : Added tag jdk8u201-ga for changeset bb98d665aba2
16b2205d92e : Added tag jdk8u202-ga for changeset d0dd14c9b4f4
bceb70b464f : Added tag jdk8u202-ga for changeset 339292f015a7
15cadc16f3f : 8217042: Shenandoah: write barrier on backedge of strip mined loop causes c2 crash at expansion time
05a74ef3642 : 8217043: Shenandoah: SIGSEGV in Type::meet_helper() at barrier expansion time
39d17b706bb : 8216490: Spammy periodic GC log message contains random time stamp with periodic gc disabled
92e750fb58c : 8216314: SIGILL in CodeHeapState::print_names()
e5908139501 : 8215748: Application fails when executed with Graal
1d014da14bc : 8215694: keytool cannot generate RSASSA-PSS certificates
b107fdbd586 : 8214252: Expanded & Collapsed nodes of a JTree look the same on GTK3
2cf4de1a7b2 : 8216350: AArch64: monitor unlock fast path not called
8ec2db0ad9e : 8216578: Remove unused/obsolete method in JFR code
74f9ec23e3e : 8217233: Update build settings for AIX/xlc
d9579330555 : 8213917: [TESTBUG] Shutdown JFR event is not covered by test
c8e252c12ad : Added tag jdk-13+4 for changeset a47b8125b7cc
7edb7a39db9 : 8211919: ZipDirectoryStream should provide a stream of paths that are relative to the directory
8bd5f496756 : 8213827: NUMA heap allocation does not respect process membind/interleave settings
a5f592e5b1f : 8217203: Some more includes to .inline.hpp files in gc header files
3b68bb2960b : 8217094: HttpClient SSL race if a socket IOException is raised before ALPN is available
f31819f7c5d : 8007606: Handle realloc() failure in unix/native/libnet/net_util_md.c correctly
b9333e1d812 : 8215299: Remove G1CMTask::should_exit_termination()'s undesirable side-effect
5bb0835887d : 8216529: in case of a crash, javac should print out the parameters passed to it
5f2fe089e34 : 8217044: [aix] Launcher still adds old path to jli library to LIBPATH
93c80115d91 : 8216556: Unnecessary liveness computation with JVMTI
b2f82b3bd3f : 8216426: Usage of array placement new may lead to memory corruption
744d6085b4f : 8202626: javadoc generates broken links to <Unnamed>
38cf9d76c86 : 8217000: Refactor Class::methodToString
3a1f460d19e : 8217214: Recent new javadoc test needs to be updated
6cfcdde523e : 8217088: Disable JDK-6913047 fix (SunPKCS11 memory leak) after JDK-8216597 (SIGBUS error in getNativeKeyInfo)
cdaffdd356e : 8216319: Refactor JavadocTester to allow more on-by-default checkers; add A11YChecker
d1c7bfeb4b8 : 8213397: Stack dump should show more clearly when a thread is blocked on a class initialization monitor
0ec2218c50a : 8202675: Replace process-wide terminology in serial filtering to be consistent
045cf9733dc : 8216995: Clean up JFR command line processing
53c8dfdd078 : 8216563: [TESTBUG] Change stressTime to default to 30 for nsk tests (part 2)
2ee8882fb97 : 8080569: java/lang/ProcessBuilder/DestroyTest.java fails with "Process terminated prematurely"
ca77adf19f2 : 8216974: HttpConnection not returned to the pool after 204 response
617f75c8cf9 : 8216982: Assertion poison page established too early
af43646ba36 : 8215922: jar spec is not precise when describing jar file re-signing
f1ffd3aa54e : 8217017: [TESTBUG] Tests fail to compile after JDK-8216265
eb971c3cf52 : 8215729: Enhance makefiles to allow collecting code coverage with JCov
b9cca4cccdb : 8216151: [Graal] Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.org.graalvm.compiler.debug
c7f16b4b1d3 : 8216362: Better error message handling when there is an invalid Manifest
394ae33778d : 8215313: [AOT] java/lang/String/Split.java fails with AOTed java.base
388e31ac8f8 : 8216401: Allow "file:" URLs in Class-Path of local JARs
d81c4896a81 : 8214418: half-closed SSLEngine status may cause application dead loop
12093bf0742 : 8215549: Shenandoah deduplication cleans up table/queue twice
ae0cb515d69 : 8215482: check for cycles in type variables can provoke NPE
88366150c6f : 8216308: StackTraceElement::fill_in can use injected Class source-file
084f0b75bdb : 8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests
2a932824aac : 8216973: Kick up cleanup phases in the right places
ad67fe1baf9 : 8216478: Cleanup HttpResponseImpl back reference to HttpConnection
f00057cb166 : 8199892: Missing landmarks when generating docs using html sources
955d587990c : 8213249: compiler/graalunit/HotspotTest.java failed in ExplicitExceptionTest
e19c7182818 : 8216560: gtest build broken on PPC64 and aarch64
86fcd475b12 : 8215544: SA: Modify ClhsdbLauncher to add sudo privileges to enable MacOS tests on Mach5
c6653432a56 : 8214816: os::read() should not transition to _thread_blocked with safepoint check on Solaris
1c5496ac8be : 8216595: Fix broken builds after JDK-8216424
e3a3ae7f233 : 8216424: Remove TimeLivenessAnalysis
f4edd667525 : 8216589: s390x build failures after JDK-8216167 (Update include guards to reflect correct directories)
1dc9d4d9cbd : 8216140: Correct UnicodeDecoder U+FFFE handling
b8bf6b95a37 : 8216184: CDS/appCDS tests failed on Windows due to long path to a classlist file
e978a4094af : 8216559: [JFR] Native libraries not correctly parsed from /proc/self/maps
5ad47c58a32 : 8208371: Provided supported mechanims to create a ModuleElement for an unnamed module
8b0048861bb : 8216172: File.renameTo(File dest) should check for NPE at the very beginning
70ba959a4bb : 8216549: Mismatched unsafe access to non escaping object fails
24a316f0b17 : 8210561: Command-line help wrong for javac --module
01547499e79 : 8213299: runtime/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java failed with java.lang.NoSuchMethodException
0032475ef1c : 8215648: remove equals and hashCode implementations from j.l.i.VarHandle
8243e7f9fa3 : 8216482: Shenandoah: typo in ShenandoahBarrierSetC2::clone_barrier_at_expansion() causes failed compilations
c03e894387d : 8215754: ZGC: nmethod is not unlinked from Method before rendezvous handshake
804d51618fe : 8216376: [PPC64] Possibly unreliable stack frame resizing in template interpreter
ef4cde4a248 : 8215244: jdk/jshell/ToolBasicTest.java testHistoryReference failed
3c42eaec01a : 8211841: [testbug] sun/nio/cs/OLD/TestIBMDB.java does not compile (aix)
f08eeac278b : 8215889: assert(!_unloading) failed: This oop is not available to unloading class loader data with ZGC
eeca4576d24 : 8215489: Remove String::align
c7d085fa644 : 8215112: String::transform spec clarification
6bc30c6707a : 8210669: Some launcher tests assume a pre-JDK 9 run-time image layout
a5d9aef93a3 : 8215308: pandoc-html-manpage-filter.js does not work for [un]pack200
11b29c8de1a : 8215681: Remove compiler support for Raw String Literals from JDK 12
0cd1573f084 : 8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
e0aa3e06096 : 8214827: Incorrect call ClassLoaders.toFileURL("jrt:/java.compiler")
796c5142370 : 8214440: ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
c64595190f3 : 8216316: Tests fail due to too low specified TLAB size
d1a17ca789c : Added tag jdk-12+27 for changeset f15d443f9731
0068f1aaa22 : 8215493: String::indent inconsistency with blank lines
ff00dcde771 : 8215755: ZGC: split_barrier_thru_phi: check number of inputs of phi
cab9667f411 : 8215575: C2 crash: assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
eed3a536c0f : 8215510: j.l.c.ClassDesc is accepting descriptors not allowed by the spec
f2f76907411 : 8215708: ZGC: Add missing LoadBarrierNode::size_of()
d0f8ae5cdd8 : Added tag jdk8u202-b26 for changeset 1f6bafcc4388
90c2806e922 : Added tag jdk8u202-b26 for changeset 6618346fec6a
fb1419fc428 : Added tag jdk8u201-b26 for changeset 1d3a757e4b8c
950ce537e16 : Added tag jdk8u201-b26 for changeset 83850cf2490a
61c1c09d866 : 8214738: javadoc should honor styles in doc-files
b1a3c7d538b : 8215913: [Test_bug]java/util/Locale/LocaleProvidersRun.java failed on de_DE and ja_JP locale
abbabdbeb3a : 8216154: C4819 warnings at HotSpot sources on Windows
6a3c8e4c104 : 8215985: ZGC: Simplify reference processing in light of JDK-8175797
fc741865bd2 : 8216205: Java API documentation formatting error in System.getEnv
360f1421e8b : 8216275: Disable annotation processing lint warnings when building microbenchmarks
eefbe6709f3 : 8216134: (process) ProcessBuilder startPipeline does not hide piped streams
91a88da167f : 8216267: Fix hotspot-ide-project target on WSL
0007eebae3e : 8215773: applications/kitchensink/Kitchensink.java crash with "assert(ZAddress::is_marked(addr)) failed: Should be marked"
16851a2846b : 8216266: ProblemList PeelingZeroTripCount.java
c6c604784a4 : 8216197: Remove unused new_hash methods
7487daf2118 : 8215400: Warn on usage of trampolines with gcc
97d60fdf0e2 : 8211267: StackOverflowError happened by TextField.setFont(...)
839d71f4ca1 : 8216188: Remove expired flags in JDK 13
a1768ee5d83 : 8216191: Remove FastSuperclassLimit
13fcbf9d8fd : 8216189: Remove Klass::compute_is_subtype_of
e391098432c : 8215756: Memory leaks in the AWT on macOS
53f83ebdf9d : 8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
4281ba11a86 : 8216155: C4819 warning at libfreetype sources on Windows
912b13fdddb : 8215583: Exclude runtime/handshake/HandshakeWalkSuspendExitTest.java
1509c1ffe1a : 8215731: Move forward class definitions out of globalDefinitions.hpp
346018251f2 : 8215412: Optimize PrintStream.println methods
c3eb2e9d163 : 8216010: Change callers of build_u2_from() to call Bytes::get_Java_u2() instead
32a556860d2 : 8215330: javax.xml.catalog.CatalogResolverImpl: GroupEntry.matchURI fails to match
0359a76b784 : 8215798: Use {@systemProperty} for definition of org.openjdk.java.util.stream.tripwire property
db1518dae2f : 8215962: Support ThreadPriorityPolicy mode 1 for non-root users on linux/bsd
a057c3828c0 : 8216067: Unused local vars in windows/native/libjava/io_util_md.c
bf63ee682e7 : 8216157: Enable inlining of java_lang_Class::is_primitive
bc2275c28ef : 8215771: The jfr tool should pretty print reference chains
19507d7ff7c : 8216021: RunTest.gmk might set concurrency level to 1 on Windows
691b2423e05 : 8216048: Fix devkit creation in WSL
482a1838b61 : 8213457: serviceability/sa/ClhsdbInspect.java time out
8dd191768b9 : 8215909: Typo in Swing ProcessMouseEvent method documentation
f2962e80b5f : 8215910: Typo in AWT InvocationEvent Method Documentation
e1071d80bd1 : 8215888: Register to register spill may use AVX 512 move instruction on unsupported platform
a97d8a9a766 : 8215947: JVM crash with -XX:+DumpSharedSpaces
97c13d5ade9 : 8215961: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64
230f1bd5c95 : 8216059: nsk_jvmti_parseoptions still has dependency on tilde separator
03b9dcc0fbb : 8196347: LogCompilation: generate log file on the fly for input to junits
89ea902f510 : 8215644: Clean up globalDefinitions_<compiler>.hpp
2bc7b25732a : 8215911: Various Typos in SQL Method Documentation
edb879df0de : 8215912: Various Typos in java.net Method Documentation
5d8b0c48148 : 8182992: Typo in DatagramPacket constructor API doc
bef39b8c4df : 8179943: Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation
ee69ace28ac : 8215991: Stop hiding exception from ArtifactResolver failures in tests
aa5637f24ee : 8215976: Fix gmtime_r declaration conflicts in zip.cpp with linux header files
033465d815f : 8215776: Keytool importkeystore may mix up certificate chain entries when DNs conflict
bb1e1c71205 : 8217451: ExtendedSocketOptions should encapsulate support for SO_FLOW_SLA
911c7ff446e : 8217442: Optimize native accesses to String.value
a5765901b31 : Added tag jdk-13+2 for changeset 50677f43ac3d
d76c772d2f3 : 6996807: FieldReflectorKey hash code computation can be improved
32d78c46dc2 : 8215572: Add new Arrays micros
53c47fe98e9 : 8215990: Avoid using reflection to create common default URLStreamHandlers
df05de6ea7f : 8215643: Microbenchmarks for KeyAgreement and Cipher
26f6cb98355 : Added tag jdk8u202-b25 for changeset e20d11c1e944
4ba94070156 : Added tag jdk8u202-b25 for changeset 8c05b726420a
63a1962468a : Added tag jdk8u202-b25 for changeset bc641e864dea
0a6c9888f2b : Added tag jdk8u202-b25 for changeset 65bc487311e5
df0455ca012 : Added tag jdk8u202-b25 for changeset dc5ce9430c2f
342552baebb : Added tag jdk8u202-b25 for changeset f600b0e36348
0608f9e9f7b : Added tag jdk8u202-b25 for changeset 5a747a40dc93
935279fa870 : Added tag jdk8u202-b25 for changeset 1b29c961b7f0
ba1d7796cc9 : Added tag jdk8u202-b25 for changeset b07aa28ee041
3ffc0e4805a : Added tag jdk8u202-b25 for changeset 796a58b99575
f5d92a77026 : Added tag jdk8u202-b25 for changeset 7582a6df1547
e5a60e02fc0 : Added tag jdk8u202-b25 for changeset 700cc1078741
15b83c7bdd8 : Added tag jdk8u202-b25 for changeset 1d3ab251beef
846653154ab : Added tag jdk8u202-b25 for changeset 8af5cc5c51d1
136da348e18 : Added tag jdk8u202-b25 for changeset c2c8930a23ae
d046b8de1c1 : Added tag jdk8u202-b25 for changeset 9ef822732cf5
f2419dde668 : Added tag jdk8u201-b25 for changeset d821d758570c
dea20108fbd : Added tag jdk8u201-b25 for changeset e0c63c17150d
21650c96cd4 : Added tag jdk8u201-b25 for changeset 4b93680ab0ea
52325cffc66 : Added tag jdk8u201-b25 for changeset 53bc96ad2ba3
fa62e3c7539 : Added tag jdk8u201-b25 for changeset 460fb79345b0
ce64b2c1312 : Added tag jdk8u201-b25 for changeset d8a62a8aa38c
2d9e87747ff : Added tag jdk8u201-b25 for changeset 0aa2528f9dd9
ce0fe7a2db7 : Added tag jdk8u201-b25 for changeset 68374ee8d5c6
a56f745072e : Added tag jdk8u201-b25 for changeset 70f3bda3f467
c75d97695ce : Added tag jdk8u201-b25 for changeset fa5f4eecc841
02404d3db30 : Added tag jdk8u201-b25 for changeset 82f8924e1d30
31a8a9c5abc : Added tag jdk8u201-b25 for changeset 1b45af4864c4
4800e218a6e : Added tag jdk8u201-b25 for changeset 7d55b570e8eb
2ebc68b19f9 : Added tag jdk8u201-b25 for changeset e708bef798cb
6c764780045 : Added tag jdk8u201-b25 for changeset 485f2a89f05f
58f2e9642c0 : Added tag jdk8u201-b25 for changeset cd697d9cb412
99bb6c77b30 : 8215791: Tiny bug in VM monitoring/management
e159548718f : 8215398: -Xlog option usage => Invalid decorator '\temp\app_cds.log'
32a5512763b : 8211343: nsk_jvmti_parseoptions should handle multiple suboptions
46eb26b692a : 8215445: Enable building for Windows in WSL
88b95f05706 : 8215977: hsdis installation documentation update
dd609d57e6c : 8213481: [REDO] Fix incorrect copy constructors in hotspot
42e7372b3e6 : 8214687: Optimize Collections.nCopies().hashCode() and equals()
9d3cfddfb6f : 8215966: GeneratePropertyPassword.sh uses bash syntax
6c4ec86cea5 : 8215954: [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp
6774e567aab : 8214567: Use {@systemProperty} for definitions of system properties 8214569: Use {@systemProperty} for definitions of system properties
b91fa3a6c8e : 8215898: Build broken on 32-bit after JDK-8211425
65b77b109b4 : 8215897: Build broken on zero after JDK-8211424
28f71c2c72d : 8211424: Allocation of old generation of java heap on alternate memory devices - Parallel GC 8202286: Allocation of old generation of Java heap on alternate memory devices
d580e2eed28 : 8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC 8202286: Allocation of old generation of Java heap on alternate memory devices
9d20ad22c88 : 8215879: AArch64: ReservedStackAccess may leave stack guard in inconsistent state
0e2172c7ba7 : 8215202: AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails
e4bc6e7ab9c : 8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls
526f854cc1e : 8214097: Rework thread initialization and teardown logic
575f633a960 : 8214201: Make PtrQueueSet completed buffer list private
b38a53de3fa : 8206107: [x86_32] jck tests for ldc2_w bytecode fail
ead8577920b : 8208184: IllegalArgumentException while invoking code completion on netbeans IDE
4769c9fbadd : 8215769: Java cannot probe pkcs12 files exported by Firefox
fedf0767fce : 8215759: [test] java/math/BigInteger/ModPow.java can throw an ArithmeticException
2162a500c14 : 8215516: Move JavadocTester to a named package
9cbca323f77 : 8215727: Restore JFR thread sampler loop to old / previous behavior
1dae61a3743 : 8066619: Fix deprecation warnings in java.util.jar
203f6ad99ab : 8215571: jdb does not include jdk.* in the default class filter
cb553175b7c : 8215291: Broken links when generating from project without modules
e049d143b0e : 8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop
ae369f40a47 : 8215716: PopFrame() was unexpectedly done
f7e8dcc0bbb : 8215687: [Graal] unit test CheckGraalIntrinsics failed after 8212043
cad5fa8f16a : 8215555: TieredCompilation C2 threads can excessively block handshakes
1a1369d2703 : 8215548: G1PeriodicGCSystemLoadThreshold needs to be a double
d62b658ffcc : 8215100: AArch64: fix compareTo intrinsic with four-character Latin/Unicode
5cdb1c70780 : 8215551: Missing case label in nmethod::reloc_string_for()
9f1d035d8d8 : 8215635: Pandoc check in Docs.gmk does not work on Windows
6523aac141b : 8214122: JDWP is broken on 32 bit Windows: transport library missing onLoad entry
2778c864881 : 8215547: ZGC: Fix incorrect match rule for loadBarrierWeakSlowRegNoVec
83adde98666 : 8215491: ICStubInterface::finalize finds zombie nmethod with ZGC concurrent class unloading
1cc5cf4c020 : 8215500: ICRefillVerifierMark does not set the provided verfier as current
205598c97fe : Added tag jdk-12+25 for changeset 7496df94b3b7
02f62de3f4e : 8215200: IllegalArgumentException in sun.lwawt.macosx.CPlatformWindow
36d0987f4d5 : 8214532: Update RFC 2459 references in javadoc to RFC 5280
5887c4a9c32 : 8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode
f30968fa1de : 8216385: ZGC: Fix building without C2
c9d7dd08274 : 8215487: ZGC: ZRuntimeWorkers incorrectly identify themselves as ZWorkers
b756562a671 : 8215322: add @file support to jaotc
fd6cbffc4bf : 8214570: Use {@systemProperty} for definitions of system properties
cfcd43da04c : 8214096: sun.security.util.SignatureUtil passes null parameter, so JCE validation fails
57dc0391319 : 8214583: AccessController.getContext may return wrong value after JDK-8212605
ad47b4c4cc1 : 8209333: Socket reset issue for TLS 1.3 socket close
d1597bb1cbd : 8214329: SwingMark SubMenus 9% regression in 12-b19 on Linux client
32ea2e53435 : 8215205: javaVFrame much slower than vframeStream
84105b36fd8 : 8215443: The use of TransportContext.fatal() leads to bad coding style
5a6385b363d : 8211698: Crash in C2 compiled code during execution of double array heavy processing code
6c640e18314 : 8215483: Off heap memory accesses should be vectorized
791ab38fcd5 : 8218186: Clean up CLDR generation in build
67dfadfcc2e : 8217845: SA should refer const values for JVMFlag from HotSpot
38e316f91c0 : 8218029: [TESTBUG] Use -Djava.class.path= to specify empty -cp in CDS tests
9c09bb98d40 : 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher
6f437c6c9a2 : 8218406: C1: Redundant nmethod dependency for private method is added
f5a64c00019 : 8075052: Autobox elimination hinders loop unrolling
f5458c58918 : 8188133: C2: Static field accesses in clinit can trigger deoptimizations
f1fbd694788 : 8218145: block_if_requested is not proper inlined due to size
9b0b058ee76 : 8217393: Clarify Attributes.equals()
66c9e770df6 : 8218386: Correct the SE version in j.l.Character
d26f12ed43b : 8218276: AIX build fails in tieredThresholdPolicy.cpp
2fa63331130 : 8215397: jsig.c missing classpath exception
665a44f26ac : Added tag jdk8u201-b79 for changeset d4f9116e1e4e
66a207147b8 : Added tag jdk8u201-b79 for changeset 2355a97e3560
aca9517d682 : Added tag jdk8u201-b79 for changeset 8eef13a8754d
ae4aaa5f8b6 : Added tag jdk8u201-b79 for changeset f7f04bf1b2d3
47e48858872 : Added tag jdk8u201-b79 for changeset 57d9353b1b84
f8bc6d0a5a4 : Added tag jdk8u201-b79 for changeset b12b7ce28f2d
e78238edb4a : Added tag jdk8u201-b79 for changeset 195b8ea9f7dd
bbf6828d92d : Added tag jdk8u201-b79 for changeset 3776b3628004
108de55c31e : Added tag jdk8u201-b79 for changeset 51b0f6ec8431
2920445a65d : Added tag jdk8u201-b79 for changeset e9b971be2621
db1e7af9ae6 : Added tag jdk8u201-b79 for changeset c3a6f3c2586c
f32e78e00e9 : Added tag jdk8u201-b79 for changeset dc5099c68677
5790327f3be : Added tag jdk8u201-b79 for changeset 33de1a562287
a372c1e88aa : Added tag jdk8u201-b79 for changeset 0d7b82340a64
0c03f653ece : Added tag jdk8u201-b79 for changeset 44da9c1ff3c1
64566375cdb : Added tag jdk8u201-b79 for changeset 6673974faaac
a3bb5ead7eb : 8214512: ARM32: Jtreg test compiler/c2/Test8062950.java fails on ARM
6a9c6a0392a : 8215451: JNI IsSameObject should not keep objects alive
9767b537eef : 6714324: Removing a component from a JTabbedPane does not clear its accessibleParent
2e989366ea7 : 8215410: Regression test for JDK-8214994
2ebc9f99e5f : 8215099: jshell tool: /help representation of ctrl/meta characters inconsistent
1af1a69fbcd : 8215395: Allow null oops in Dictionary and JNIHandle verification
153777cbe45 : 8214461: Some unused classes may be removed
04a8e390ad9 : Added tag jdk8u202-b08 for changeset 24cfc93a2158
e03348b4c58 : Added tag jdk8u202-b08 for changeset a3e2879c4962
5dfca19b2c8 : Added tag jdk8u202-b08 for changeset f91acc280f28
e1c6d27a52e : Added tag jdk8u202-b08 for changeset 31f700b6f829
a2b18be2164 : Added tag jdk8u202-b08 for changeset 0885b54e08ad
bea41b56a89 : Added tag jdk8u202-b08 for changeset 97c4739971d6
36f8123898a : Added tag jdk8u202-b08 for changeset 7cd9b7dd5bf3
d6f47de331a : Added tag jdk8u202-b08 for changeset c925bb9fd390
8098e4a973b : Added tag jdk8u202-b08 for changeset 934406f3657d
3a648a1de23 : Added tag jdk8u202-b08 for changeset 3c090f5758ca
b375ea90d68 : Added tag jdk8u202-b08 for changeset d0dd14c9b4f4
6e92385b826 : Added tag jdk8u202-b08 for changeset 339292f015a7
c4062d17496 : Added tag jdk8u202-b08 for changeset 9026eb1e08b4
599f273b71f : Added tag jdk8u202-b08 for changeset 54577778346f
47f21f15b54 : Added tag jdk8u202-b08 for changeset c0e26213a09a
64b0e9f74d2 : Added tag jdk8u202-b08 for changeset 2f5b3f5aab28
7ab831d7e1b : Added tag jdk8u201-b09 for changeset 94ba08c55659
8099036afdd : Added tag jdk8u201-b09 for changeset 5b5db52513a2
abc4be8c6ff : Added tag jdk8u201-b09 for changeset 9eaf5e2a1541
00e5d0d86ea : Added tag jdk8u201-b09 for changeset 47850a786550
658d45a3a2b : Added tag jdk8u201-b09 for changeset f0d1fdd3fce6
7348f394f38 : Added tag jdk8u201-b09 for changeset 685fa50decb2
6e5d7c2a3cb : Added tag jdk8u201-b09 for changeset cf8ef74ad3ac
52dc9e3da88 : Added tag jdk8u201-b09 for changeset b8947e57fe54
dfd0132ef78 : Added tag jdk8u201-b09 for changeset 6e95948ba089
18ddd5c6b1a : Added tag jdk8u201-b09 for changeset f043168fadc7
8a6ba81bbba : Added tag jdk8u201-b09 for changeset bc0a354f4f4a
d9fb8273b27 : Added tag jdk8u201-b09 for changeset bb98d665aba2
5726aeba021 : Added tag jdk8u201-b09 for changeset 545ccef50272
86fd55b48ad : Added tag jdk8u201-b09 for changeset 32d3a0cd999c
a1986ff1436 : Added tag jdk8u201-b09 for changeset 5163a8cb47aa
bc6c4de7f5b : Added tag jdk8u201-b09 for changeset 10b881fe9946
3933c8477bf : 8214339: SSLSocketImpl erroneously wraps SocketException
e44207a9f67 : 8213782: NullPointerException in sun.security.ssl.OutputRecord.changeWriteCiphers
516a3b3ec11 : 8215319: jck lang/INTF/intf049/intf04901 fails in Graal as JIT mode with -Xcomp and AOTed Graal
884c808e83b : 8215292: Back out changes for node- and link- local ipv6 multicast address
3ee2d2e0898 : 8215377: JDK-8171049 Breaks JCK signature tests - Era.getDisplayName doesn't work with non-IsoChronology
ba8e9a509c0 : 8215377: JDK-8171049 Breaks JCK signature tests - Era.getDisplayName doesn't work with non-IsoChronology
8354859d38a : 8213949: OpenJDK 8 CCharToGlyphMapper.m missing the Classpath exception license text
61d2827f801 : 8213949: OpenJDK 8 CCharToGlyphMapper.m missing the Classpath exception license text
103c8dc6085 : 8215265: C2: range check elimination may allow illegal out of bound access
91e50518719 : 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms
336da862ed7 : 8215257: OpenJDK 8 mozilla_compat.js, parser.js missing the Classpath exception license text
6caff5edef3 : 8215257: OpenJDK 8 mozilla_compat.js, parser.js missing the Classpath exception license text
113b5184cfc : 8196681: Java Access Bridge logging and debug flags dynamically controlled
326c6997a0a : 8215044: C2 crash in loopTransform.cpp with assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop
2f34c5ac6a3 : 8208184: IllegalArgumentException while invoking code completion on netbeans IDE
f183b746907 : Added tag jdk-12+26 for changeset de9fd809bb47
b999cc8f33e : 8214809: CDS storage improvements
2880b1bb066 : 8215356: Disable x86_32 Shenandoah build to avoid hotspot/tier1 failures
2278601b7c4 : 8181143: Introduce diagnostic flag to abort VM on too long VM operations
650f3fc1134 : 8215300: additional changes to constants API
a3df1d618e9 : 8215281: Use String.isEmpty() when applicable in java.base
c998ead188e : 8215354: x86_32 build failures after JDK-8214074 (Ghash optimization using AVX instructions)
ebdf83f88e5 : 8215237: jdk.jfr.Recording javadoc does not compile
905d607b35c : 8215534: [testbug] some jfr test don't check @requires vm.hasJFR
0bdabe5e084 : 8211093: Default logging.properties sets log level for com.xyz.foo
9048045d202 : 8214226: Incorrect BCI and Line Number with jstack if the top frame is in the interpreter
a438a0766c6 : 8213010: Supporting keys created with certmgr.exe
dcb88767a77 : 8213009: Refactoring existing SunMSCAPI classes
eed637f4979 : 8214696: Module class should be filtered by core reflection
12355f9ca82 : 8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching
35bd56fcdfc : 8215243: JShell tests failing intermitently with \"Problem cleaning up the following threads:\"
79d7ae76335 : 8211034: OnStackReplacePercentage option checking has bugs
966aaa1f9b6 : 8215314: [Graal] Enable org.graalvm.compiler.core.test.CountedLoopTest
a2541e687bf : 8215317: [GRAAL] unit test CheckGraalIntrinsics failed after 8213754
017c702b8ae : 8214937: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date
3d9ab36ca0a : 8215326: Test java/util/concurrent/ConcurrentHashMap/ToArray.java hangs after j.u.c updates
cf21c5ef116 : 8214568: Use {@systemProperty} for definitions of system properties
9136c7d1d0e : 8076190: Customizing the generation of a PKCS12 keystore
0b05ebed2ec : 7092821: java.security.Provider.getService() is synchronized and became scalability bottleneck
f47bd19cbc9 : 8214520: [TEST_BUG] sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java failed with incorrect jtreg tags order
2556622607c : 8215301: Module-summary page is unreadably wide
05e175bf1be : 8214751: X86: Support for VNNI Instructions
40d7e4c2e9f : 8215309: Convert package.html files to package-info.java files
3623c99b279 : 8214074: Ghash optimization using AVX instructions
0e86ce57158 : 8215000: tools/launcher/JliLaunchTest.java fails on Windows
85857dfe80c : 8215238: (jdeps) update jdk8_internals.txt per the removal of javafx, corba, EE modules
a85ad0aa188 : 8215220: Simplify Shenandoah task termination in aborted paths
e7722158fd7 : 8215284: Reduce noise induced by periodic task getFileSize()
a3ca6f482ec : 8215175: Inconsistencies in JFR event metadata
169729fe9bf : 8215342: [Zero] Build fails after JDK-8200613
d51be0e1b36 : 8215262: PPC64: FMA Vectorization on PPC64
4de0c13ff8c : 8213183: InputMethod cannot be used after its restarting
2e94091ff25 : 8215304: Make target "docs-jdk-index" has unnecessary dependencies
0e9a8ba9f89 : 8214741: docs/index.html has no title or copyright
b4e7d554529 : Added tag jdk8u202-b07 for changeset a738834549f3
b35f50021ba : Added tag jdk8u202-b07 for changeset eceff1a1d062
c8669e1d653 : Added tag jdk8u202-b07 for changeset 84728d2c3f01
efbc2dc56ce : Added tag jdk8u202-b07 for changeset fb536927bd32
6b6bc308ed4 : Added tag jdk8u202-b07 for changeset 102edc5803ca
bf4873175d2 : Added tag jdk8u202-b07 for changeset 72a8e18af999
8ae31618e3f : Added tag jdk8u202-b07 for changeset 001e440569e1
7de51579123 : Added tag jdk8u202-b07 for changeset b2c39852ffc9
9fec7edaceb : Added tag jdk8u202-b07 for changeset 9dc5a8d5824b
2c75c130d26 : Added tag jdk8u202-b07 for changeset 9d8fdb85ed79
02172ea28c0 : Added tag jdk8u202-b07 for changeset 8244c3f00da0
fc5236e4e30 : Added tag jdk8u202-b07 for changeset 3502f7800bee
817d52c1b76 : Added tag jdk8u202-b07 for changeset 34a24d319009
3e5d562a1eb : Added tag jdk8u202-b07 for changeset 8e7d13f03dc6
c41d4db027f : Added tag jdk8u202-b07 for changeset c004f9d0cced
d27f21afe89 : Added tag jdk8u202-b07 for changeset f2a6de4a6e86
a0831618f50 : Added tag jdk8u201-b08 for changeset aa77766cfc0e
031bf938d14 : Added tag jdk8u201-b08 for changeset e5cf1ac746d1
11cc688e3fa : Added tag jdk8u201-b08 for changeset 843dd8b5211e
6125754d582 : Added tag jdk8u201-b08 for changeset 0aa5b81486eb
5a1d1a7d52d : Added tag jdk8u201-b08 for changeset 0903499ddd1c
fcf448d1e55 : Added tag jdk8u201-b08 for changeset 770777da48bd
3e6529fa555 : Added tag jdk8u201-b08 for changeset cc839b1f0276
8b8c52522de : Added tag jdk8u201-b08 for changeset 21fa045c75d2
814edc71ea3 : Added tag jdk8u201-b08 for changeset a7482233ca38
8fb0de375d7 : Added tag jdk8u201-b08 for changeset 683ae0ffd796
16585219098 : Added tag jdk8u201-b08 for changeset c195e3686a8d
406ddb966da : Added tag jdk8u201-b08 for changeset 22e7fcafafeb
259d048e0bd : Added tag jdk8u201-b08 for changeset 7ea0ea5da821
4615336a5c5 : Added tag jdk8u201-b08 for changeset 837efa3fcd6a
6236482d542 : Added tag jdk8u201-b08 for changeset f99c83d375aa
d7e4a76897c : Added tag jdk8u201-b08 for changeset 891cf9edfc4c
9d967e70fca : 8214468: jQuery UI upgrade from 1.11.4 to 1.12.1
fdf7d4ec119 : 8200613: SA: jstack throws UnmappedAddressException with a CDS core file
f4016e55827 : 8214457: Miscellaneous changes imported from jsr166 CVS 2018-12
8846159987f : 8214427: probable bug in logic of ConcurrentHashMap.addCount()
6c78aa9571b : 8214559: Use {@systemProperty} for definitions of system properties
8d8b784c9ee : 8215224: Update Graal
13b56530f45 : 8215097: Do not create NonJavaThreads before BarrierSet
c2364ff9e06 : 8215194: Initial size of UnicodeBlock map is incorrect
7cea6f6ac2a : 8199394: Object.hashCode should not mention anything about memory addresses
019bd7cf2b7 : 8215160: Normalize spaces for remaining vmTestbase tests
9be447e22f5 : 8214310: SymbolTable: Use get and insert
b29a8205f13 : 8215140: Port missing crypto JMH micros from jmh-jdk-microbenchmarks
a16d122b07b : 8215161: Normalize spaces for vmTestbase/[a-j]
dfd58a59ffa : 8207258: Distrust TLS server certificates anchored by Symantec Root CAs
e922ef36360 : 8214688: TLS 1.3 session resumption with hello retry request failed with "illegal_parameter"
6217349ee65 : 8214910: If pandoc is present, markdown spec files should be processed
c25a638fd17 : 8215239: Make deletes images/jdk/bin/java if something goes wrong
8988f970df0 : 8214750: Unnecessary <p> tags in jfr classes
85ffc2803c3 : 8165675: Trace event for thread park has incorrect unit for timeout
b7bd4bccbfd : 8215206: VtableStubs::find_stub is not appropriately protected by VtableStubs_lock
31fbc28af5d : 8213754: PPC64: Add Intrinsics for isDigit/isLowerCase/isUpperCase/isWhitespace
d1ef9b19d7b : 8215159: Improve initial setup of system Properties
ade1d52ab6f : 8205421: AARCH64: StubCodeMark should be placed after alignment
8c4f51f6668 : 8214892: Delayed starting of debugging via jcmd
7223ed22054 : 8152724: Sum of eden before GC and current survivor capacity may be larger than heap size
3c12c4b0f35 : 8208698: Improved ECC Implementation
b564c0c1a90 : 8215165: Improve -Xlog:class+preview message text
019a097385e : 8215008: Clear confusion between URL/URI paths and file system paths
7fc544f6c36 : 8215123: Crash in runtime image built with jlink --compress=2
74ffdff7362 : 8214876: Add "intermittent" key for imageio/stream/StreamCloserLeak/run_test.sh
be6f55d2974 : 8214817: Bad links in ImageInputStream.java & ImageOutputStream.java
e048289d952 : 8213409: Refactor sun.text.IntHashtable:i18n shell tests to plain java tests
8895605e668 : 8212703: Remove sun.java2d.fontpath property from java launcher code
5ff302e6bb2 : 8214917: CTW testlibrary shouldn't ignore errors raised by the library itself
bb6f1e77004 : 8215050: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java fails when run with flag -Xcomp
5a23b59ca07 : 8215015: [TESTBUG] remove unneeded -Xfuture option from tests
949269e7854 : 8209387: Follow ups to JDK-8195100 Use a low latency hashtable for SymbolTable
c04c838b875 : 8215030: Disable shenandoah in Oracle builds
f2765739f7c : 8215149: TestOptionsWithRangesDynamic.java fails after JDK-8215120
2094d32f0f0 : 8214098: sun.security.ssl.HandshakeHash.T12HandshakeHash constructor check backwards
88c3b67eea2 : 8215133: AARCH64: disable Math.log intrinsic publishing
1191c7086ea : 8215117: [JVMCI] TestResolvedJavaType.java failing after JDK-8210031
8b62a2ee9d9 : 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
0639a6303ba : 8214128: ARM32: wrong stack alignment on Deoptimization::unpack_frames
df71ef8c789 : 8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1)
1f26d09d50a : 8214961: AARCH64: wrong encoding for exclusive and atomic load/stores
3c0acaf846d : 8215129: Update build documentation with Xrandr
36ded099926 : 8215026: Incorrect amount of memory unmapped with ImageFileReader::close()
b3a5c111db7 : 8210106: sun/tools/jps/TestJps.java timed out
54e83c83762 : 8215114: Fix indent and dead code in GCPolicyCounters
49efeb69ff5 : 8212657: Implementation of JDK-8204089 Promptly Return Unused Committed Memory from G1
044dd119da8 : 8214780: Create pandoc package for Windows
fcc8504537c : 8215043: Remove declaration of parallel_worker_threads
100d5f79a6c : 8215048: Some classloader typos
9846588b313 : 8210031: implementation for JVM Constants API
b80d3353546 : 8214315: G1: fatal error: acquiring lock SATB_Q_FL_lock/1 out of order with lock tty_lock/0
5c30297045a : 8213617: JFR should record the PID of the recorded process
8bc45e7b296 : 8213966: The ZGC JFR events should be marked as experimental
6d4de736d83 : 8214975: No hs-err file if fatal error is raised during dynamic initialization
ef3532fc671 : 8218156: "jcmd VM.metaspace basic" misreports free chunk space
a69aed8ec58 : 8218046: use bundled freetype in the AIX build by default
55369945b94 : 8217473: SA: Tests using ClhsdbLauncher fail on SAP docker containers
ac3711e9cd4 : 6986483: CHA: optimize calls through interfaces
46a57587dc1 : 8059241: C2: Excessive RemoveUseless passes during incremental inlining
d1a437d257d : 8186321: Cleanup: SourceTreeManager not used
96e6617ee7c : 8217848: [Graal] vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003/TestDescription.java fails
7f57d05d730 : 8209951: Problematic sparc intrinsic: com.sun.crypto.provider.CipherBlockChaining
9cc4f7d99b6 : 8218140: Build failures after JDK-8218041 (Assorted wrong/missing includes)
4b7cf5e3ddf : 8204564: Need better error output when GenerateLinkOptData fails
73733d6a18a : 8217659: monitor_logging updates from Async Monitor Deflation project
73ccdf3557a : 8213753: SymbolTable is double walked during class unloading and clean up table timing in do_unloading
85e19d8bebc : 8216072: Remove TaskTerminator's assignment operator
a62c3f50159 : 8216528: test/jdk/java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java failing with Xcomp
671017bab82 : 8212949: Remove ConstantPoolCache::is_constantPoolCache
9badb075655 : 8215550: Debugger does not work after reattach
046a1f0ff7c : 8218041: Assorted wrong/missing includes
142d1463635 : Added tag jdk-13+6 for changeset b5f05fe4a6f8
8af0a60cc5d : 8217371: Incorrect LP64 guard in x86.ad after JDK-8210764 (Update avx512 implementation)
752faff0a79 : 8218084: Revert JDK-8218057
5fabaf6abe7 : 8217578: Shenandoah cleanup unused timings after concurrent string table change
9f533b678ef : 8217994: os::print_hex_dump should be more resilient against unreadable memory
6e04e7659a7 : 8216562: UnknownBodyLength sometimes fails due to "Connection reset by peer"
a0de7b80c9a : 8218031: Zero broken after JDK-8217922 (Compiler dead code removal)
4c17358fae2 : 8217916: Build compare script is not comparing jmods
2238773b149 : 8218057: Add ppc64le and s390x profiles to jib-profiles.js
3f0ac3a75c5 : 8218063: JDK-8218060 breaks build for S390
8c9cc0b205e : 8218060: JDK-8217786 breaks build due to remaining unused function
b291349f4c4 : 8217465: [REDO] - Optimize CodeHeap Analytics
0a718722122 : 8217786: Provide virtualization related info in the hs_error file on linux s390x
e13ec79b60e : 8215577: Remove javadoc support for HTML 4
cfeb3598002 : 8218022: Repeated words typos in java.base
150a6a95d01 : 8217744: [TESTBUG] JFR TestShutdownEvent fails on some systems due to process surviving SIGINT
dbc9e5e35c7 : 8217773: Test langtools/jdk/javadoc/doclet/testLinkOption/TestRedirectLinks.java fails after JDK-8217034
2d9925782f8 : 8217658: baseline_cleanups from Async Monitor Deflation project
89e28292d22 : 8217910: Slow linking with devkit on Linux
82d39621dcd : 8214821: Remove ConcurrentHashTable::get_copy
c71fb0fb8c7 : 8217979: lib-freetype related configure messages contain wrong configure flag names
aa39ea1b556 : 8163127: Debugger classExclusionFilter does not work correctly with method references
6029814c302 : 8212824: Remove unnecessary spaces before/after comparison in vmTestbase
244768cbab3 : 8217794: Missing termination check results violation of termination invariant
4c63f4d3996 : 8216970: condy causes JVM crash
02924f478b9 : 8217976: test/jdk/java/net/httpclient/websocket/WebSocketProxyTest.java fails intermittently
6da3289179b : 8217609: New era placeholder not recognized by java.text.SimpleDateFormat
95b848fa615 : 8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
739d261119c : 8217877: Dead code in jdk.jlink's TaskHelper
d589fa875d1 : 8217921: Runtime dead code removal
6a9f775041b : 8217922: Compiler dead code removal
5c78491bd75 : 8215047: Task terminators do not complete termination in consistent state
c9ad6778662 : 8217785: Padding ParallelTaskTerminator::_offered_termination variable
b7fdf932930 : 8217880: AIX build issue after JDK-8214533
667bba8e957 : 8217856: ZGC: Break out C2 matching rules into separate AD file
9f3059e20c4 : 8217858: ZGC: Clean up ZDriver
62e8d6f43b3 : 8217857: ZGC: Move SvcGCMarker to ZServiceabilityTracer
c97eccd24a9 : 8217855: ZGC: Clean up ZReferenceProcessor
6962adcbb1a : 8217747: ZGC: Minor optimization of ZLoadBarrierStubC1
dc07b2bf322 : 8217745: ZGC: Simplify ZLoadBarrierStubC1
d8003611518 : 8213229: Investigate treating StringTable as weak in young collections
51e2252a73d : 8216987: ciMethodData::load_data() unpacks MDOs with non-atomic copy
76946b97e4a : 8217777: TEST_BUG: jdk/java/util/prefs/ExportSubtree.java passes even when test should fail
87a26ed29d4 : 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls
14c389333cc : 8214023: Update Graal
cbfc7cb312d : 8214052: [testbug] vmTestbase/vm/compiler/CodeCacheInfoOnCompilation - wrong shell used
7a046a24ea0 : 8198526: getAnnotatedOwnerType does not handle static nested classes correctly
996968d4802 : 8216050: Superword optimization fails with assert(0 <= i && i < _len) failed: illegal index
a5624be9018 : 8212233: javadoc fails on jdk12 with "The code being documented uses modules but the packages defined in $URL are in the unnamed module."
6dfc66948b1 : 8196568: [Graal] LongMulOverflowTest.java fails with "runTestOverflow() did not overflow"
a17df8d45b5 : 8210392: assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
125233162c4 : 8216427: ciMethodData::load_extra_data() does not always unpack the last entry
6bbfc1d2a8d : 8216135: C2 assert(!had_error) failed: bad dominance
1cd847d6d12 : 8198526: getAnnotatedOwnerType does not handle static nested classes correctly
265abce7fbd : 8205505: Expire and remove remaining support for commercial features
3cda678c2b4 : 8215296: do not disable c99 on Solaris
994ab718708 : 8214180: Need better granularity for sleeping
595fcb59bce : Added tag jdk-13+1 for changeset 11033c4ada54
316924a7bdb : 8215492: Rename INTERNAL_EMPTY to something less "internal"
a4d4c07f7b8 : 8215425: vmTestbase/nsk/jvmti/PopFrame should provide more detailed output
135d5dc2792 : 8183912: java.math.BigDecimal.movePointLeft() should return this if called with zero argument
f398c3dcd21 : 8215625: javax/sql/testng/util/xxxxx.java tests compilation failed after JDK-8207224
e93939f8514 : 8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode
d6738d66006 : 8213402: [Testbug] java/lang/System/LoggerFinder/internal/PlatformLoggerBridgeTest creates an invalid nest relationship
206ea259ecd : 8215472: (zipfs) Cleanups in implementation classes of jdk.zipfs and tests
e4b1f82bbde : 8215411: some GetByteArrayElements calls miss corresponding Release
556d79b518b : 8212043: Add floating-point Math.min/max intrinsics
8b6b63b38b6 : 8207224: Javac compiles source code despite illegal use of unchecked conversions
cc65367331a : 8051349: nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails in nightly
888057a89f4 : 8215449: Several tests failing when jtreg run with -vmoption:--illegal-access=deny
bbfc4b79569 : 8215368: Make Check.checkOverride call diagnosticPositionFor lazily
5fad1ca25cc : 8215366: Code quality improvements in com.sun.tools.javac.code.TypeAnnotations
aef52a6e3a3 : 8215228: Use a constant hash table size in order to enable compiler optimization
811c84ba686 : 8214946: G1: Initialize all class members on construction
945e9400ce8 : 8215319: jck lang/INTF/intf049/intf04901 fails in Graal as JIT mode with -Xcomp and AOTed Graal
f3657753d63 : 8201655: Add thread-enabled support for the Heap Sampling
d1951aa97ce : 8215372: Incorrect nio/file/DirectoryStream/Basic.java tests for validating the use of a glob
a9d7e075e54 : 8215329: Modify ZGC requirement for HeapMonitorThreadTest.java
1d7662e4287 : 8214077: test java/io/File/SetLastModified.java fails on ARM32
b83df1e1fcd : 8214352: C1: Unnecessary "compilation bailout: block join failed" with JVMTI
165c644cf82 : 8215362: JFR GTest JfrTestNetworkUtilization fails
f03df8356b2 : 8215369: Jcstress pollute /var/tmp with temporary files
4452b80affc : 8215217: OpenJDK source has too many swear words
b5f0eec3d80 : 8205626: Start of release updates for JDK 13 8205393: Add SourceVersion.RELEASE_13 8205394: Add source 13 and target 13 to javac 8205645: Bump maximum recognized class file version to 57 for JDK 13 8214825: Update preview language features for start of JDK 13
f32dc1764c2 : Added tag jdk-13+0 for changeset cc4098b3bc10
0be6d52f4d5 : 8215034: Remove old HOTSWAP conditionals
3d0faa649cc : 8214972: Uses of klass_holder() except GC need to apply GC barriers
0a8c4491c26 : 8214148: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java is not doing what is expected
b9769c732e7 : 8204947: Port ShenandoahTaskTerminator to mainline and make it default
b68257174d4 : 8214862: assert(proj != __null) at compile.cpp:3251
0486227784f : 8215994: JDK 12 l10n resource file update - msg drop 10
ee4f45eb70c : 8216322: Missing since information in deprecation of constructor visitors
e19bb153897 : 8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
2648146575a : 8216176: Clarify the singleton description in j.t.c.JapaneseEra class
c526b4b2250 : 8215438: jshell tool: Ctrl-D causes EOF
bd692b8d6d7 : 8216271: Make AllocateOldGenAt an unsupported option on AIX
4de59847eb1 : 8211844: [aix] ProcessBuilder: Piping between created processes does not work
73052815527 : 8208648: ECC Field Arithmetic Enhancements
8c00337375d : 8215131: Pandoc 2.3/build documentation fixes
c235d97d2a7 : 8214720: Add pandoc filter to improve html man page output
9897ff01e98 : 8214897: ZGC: Concurrent Class Unloading
cc116b12598 : 8214491: Upgrade to JLine 3.9.0
418ce1d4214 : 8215144: PPC64: Wrong assertion "illegal object size"
655c5d7f35f : 8214114: Switch expressions with try-catch statements
df4b7015bfa : 8213224: Move code related to GC threads calculation out of AdaptiveSizePolicy
714b05023e5 : 8213421: Line number information for execution samples always 0
938b8440884 : 8214971: Replace use of string.equals("") with isEmpty()
df5b42f33b4 : 8212232: Wrong metadata for the configuration of the cutoff for old object sample events
e308392c733 : 8214376: Don't use memset to initialize array of Bundle in output.cpp
a78aef8d3d8 : 8207829: FlightRecorderMXBeanImpl is leaking the first classloader which calls it
a4a38e6f441 : 8214840: runtime/NMT/MallocStressTest.java timed out
37f135132e5 : 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
0874f1945ee : 8214936: assert(_needs_refill == 0) failed: Forgot to handle a failed IC transition requiring IC stubs
3981414bce0 : 8215005: Missing include of runtime/os.hpp in zError.cpp after JDK-8214925 breaks build without precompiled headers
a5ed4e3e736 : 8214943: PIT: javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java errors out in mac
8930ccc643f : 8214805: Mark deprecated netscape.javascript.JSObject::getWindow API forRemoval=true
c8a1c94ea11 : 8213983: [macosx] Keyboard shortcut “cmd +`” stops working properly if popup window is displayed
3e4c1d8cc6e : 8213983: [macosx] Keyboard shortcut “cmd +`” stops working properly if popup window is displayed
34b2a6dde96 : 8213983: [macosx] Keyboard shortcut “cmd +`” stops working properly if popup window is displayed
5848aab8630 : Added tag jdk8u202-b06 for changeset adcc5466d027
019aa77eabd : Added tag jdk8u202-b06 for changeset 9f8474248701
580dd8fb808 : Added tag jdk8u202-b06 for changeset 7b7cc4642c86
18d6f3185b6 : Added tag jdk8u202-b06 for changeset 3c242fdf9aa9
33f4df3cc8f : Added tag jdk8u202-b06 for changeset 00128a6c8279
56e117c9dfb : Added tag jdk8u202-b06 for changeset 3ce0822e365c
f7559ae6d4a : Added tag jdk8u202-b06 for changeset 650586e572ba
a781eaa834d : Added tag jdk8u202-b06 for changeset 6144bc95593b
b84b5fb12f0 : Added tag jdk8u202-b06 for changeset 12f512b16e79
7aa027cf23a : Added tag jdk8u202-b06 for changeset 86f02fb05241
3f2c5490c83 : Added tag jdk8u202-b06 for changeset b60bd9b6b619
27caaf7a4a2 : Added tag jdk8u202-b06 for changeset b5ffb4c8a9a5
b4798b79f44 : Added tag jdk8u202-b06 for changeset 0430030e4263
3c74df99018 : Added tag jdk8u202-b06 for changeset 6244afb768c9
ed5de5c6446 : Added tag jdk8u202-b06 for changeset 1a067f49dbd5
50202bdeb04 : Added tag jdk8u202-b06 for changeset a2cc10600684
c283972cd4a : Added tag jdk8u201-b77 for changeset 143b034a79ce
05d85aa9150 : Added tag jdk8u201-b77 for changeset 99c9911a21bf
2f685715cec : Added tag jdk8u201-b77 for changeset 6e69f6d78603
7bad291c880 : Added tag jdk8u201-b77 for changeset 6b18ab56add6
b69334608ee : Added tag jdk8u201-b77 for changeset 113a4ce0d2c5
bfef96c1410 : Added tag jdk8u201-b77 for changeset aa839c171520
f6aeb60db49 : Added tag jdk8u201-b77 for changeset fbe5d8c67353
b1736d6250e : Added tag jdk8u201-b77 for changeset ca1e520d81ea
001c88419af : Added tag jdk8u201-b77 for changeset 067fd1584d36
b73bd21a48f : Added tag jdk8u201-b77 for changeset e275f6cd9eaf
afdb3481765 : Added tag jdk8u201-b77 for changeset 3071ed1582fe
79ec3a19ad3 : Added tag jdk8u201-b77 for changeset 9c9a6583122d
004ad2cb3cc : Added tag jdk8u201-b77 for changeset 63f5bf8b296a
c5b118984de : Added tag jdk8u201-b77 for changeset 348758feb477
9a148e1083f : Added tag jdk8u201-b77 for changeset 415502be8847
498dc4e7750 : Added tag jdk8u201-b77 for changeset b198503bd2e8
986e0a8517d : Added tag jdk8u201-b07 for changeset a7181e3b013b
cb4e4eec23a : Added tag jdk8u201-b07 for changeset 7d59300f6ba3
8d234e3efe8 : Added tag jdk8u201-b07 for changeset de40101f1b68
8744efb580c : Added tag jdk8u201-b07 for changeset ce56d119f903
c30a6c768b8 : Added tag jdk8u201-b07 for changeset 144a925ffb4d
0ae0274f48b : Added tag jdk8u201-b07 for changeset c32410517346
15e4fa80ae8 : Added tag jdk8u201-b07 for changeset 779af6ee8ae5
d922016066f : Added tag jdk8u201-b07 for changeset 53f2d486fc0b
76fa07f215a : Added tag jdk8u201-b07 for changeset 3609a0ad1c2c
00b04768692 : Added tag jdk8u201-b07 for changeset a96d61dbfdc4
800983b9421 : Added tag jdk8u201-b07 for changeset 57058cf662b4
a2d790b996c : Added tag jdk8u201-b07 for changeset 73c42a609d1a
d46d8c408a1 : Added tag jdk8u201-b07 for changeset 01458b824d74
28b364be731 : Added tag jdk8u201-b07 for changeset 348725c1d83d
e88fcc71c7b : Added tag jdk8u201-b07 for changeset 8afb7ebc1237
40f6a7be1fa : Added tag jdk8u201-b07 for changeset a195f8119b0a
88e3ba683bf : 8214002: Cannot use italic font style if the font has embedded bitmap
fdde029edab : 8213049: Invalid HTML5 in javax.swing files
2c02822742c : 8213300: jaxp/unittest/transform/CR6551600Test.java fails due to exception in jdk/jdk CI
9c836369af0 : 8198398: Test javax/swing/JColorChooser/Test6199676.java fails in mach5
42460963550 : 8214773: Replace use of thread unsafe strtok
a1c8528d3f3 : 8212137: Remove JrtFileSystem finalize method
f8ccc8393b4 : 8214944: replace strerror by os::strerror
75822e9f7a8 : 8214707: Prevent GCC 8 from reporting error in ClassLoader::file_name_for_class_name()
9947fc15328 : 8214129: SSL session resumption/SNI with TLS1.2 causes StackOverflowError
ffccf955f5b : 8213127: Refactor test/java/util/ResourceBundle/Control/MissingResourceCauseTest.sh to plain java tests
79e3f56e80a : 8214925: JFR tool fails to execute
4ecdb038648 : 8211882: Broken links in serialized-form.html
748821972a7 : 8214531: HeapMonitorEventOnOffTest.java test fails with "Statistics should be null to begin with"
2cbcba3afcb : 8214514: javac @file option gives error caused by Chinese encoding in the path
ebbbb4f9d6a : 8214912: LogCompilation: Show the comp level
93fb595b610 : 8214401: [AOT] crash in ClassLoaderData::is_alive() with AOTed jdk.base
99bcec08b12 : 8214275: CondyRepeatFailedResolution asserts "Dynamic constant has no fixed basic type"
eee1a6fab02 : 8212794: IBM-964 is required for AIX default charset
2e724a371a2 : 8214498: java/util/Locale/bcp47u/SystemPropertyTests.java wrong locale default
145582dfa1e : 8214807: Improve handling of very old class files
528361f7ae2 : 8214850: Rename vm_operations.?pp files to vmOperations.?pp files
eb5557a98ed : 8214791: Consistently name gc files containing VM operations
613912a595b : 8159440: Move marking of promoted objects during initial mark into the concurrent phase
b1c5e310ac1 : 8193312: Rename VM_CGC_Operation to VM_G1Concurrent
a0a108fb01e : 8214388: CDS dumping fails with java heap fragmentation
ea532aa0755 : 8213323: sa/TestJmapCoreMetaspace.java and sa/TestJmapCore.java fail with ZGC
54dda86a985 : 8214502: Add space after/before {} in remaining vmTestbase tests
5067ff8509c : 8214745: Bad link in coll-reference.html
99f78427f27 : 8214744: Unnecessary <p> tags in java.util.zip.Deflater
8c7140f4fe3 : 8212680: (JDK12b14/Solaris-sparc) SplashScreen::getSplashScreen call fails with ULE: "libsplashscreen.so: ld.so.1: java: fatal: libz.so.1: open failed: No such file or directory"
fe1b0be8095 : 8214726: Typo in HeapShared::check_closed_archive_heap_region_object
e7aa2c0951a : 8213187: Handle libwindowsaccessbridge need to access MSVCRT functions
3474e9a9fec : 8214718: Update missing copyright year in build system
232f5146cea : 8214710: Fix hg log in update_copyright_year.sh
12bd34fa846 : 8214311: dtrace gensrc has missing dependencies
3254283f79b : 8210476: sun/security/mscapi/PrngSlow.java fails with Still too slow
c013c7bd2f8 : 8214712: Archive Attributes$Name.KNOWN_NAMES
bf2d6a28385 : 8220682: Heap dumping and inspection fails with JDK-8214712
6ede0b6bb81 : 8221262: Cleanups in UnixFileSystem/WinNTFileSystem implementation classes
57bf6a18005 : 8217827: [Graal] Some vmTestbase/nsk/jvmti/ResourceExhausted tests failing
6ee9a154411 : 8221264: Refactor and update SourceVersion.latestSupported
c7d102070b3 : 8146986: JDI: Signature lookups for unprepared classes can take a long time
799f744311b : 8221434: Fix typo in lib-x11 autoconf error message about missing headers
f5e17637a9a : 8221357: Update test documentation by deleting "cd test && make"
06656bd2706 : 8221343: x86_32 crashes on startup with "_hwm out of range"
975c61d4c98 : 8216989: CardTableBarrierSetAssembler::gen_write_ref_array_post_barrier() does not check for zero length on AARCH64
9833d2a1cd5 : 8220445: Support for side by side MSVC Toolset versions
b0b6b497a4b : 8221260: Initialize more class members on construction, remove some unused ones
ec1f61711b6 : 8217362: Emergency dump does not work when disk=false is set
efe03d5a90e : 8219100: Improve do_collection_pause_at_safepoint
4e94e001f65 : 8220295: sun/tools/jps/TestJps.java still timing out
e3ff5a494df : 8221164: jstatLineCounts tests need to be more resilient for NaN outputs
86a41aa9268 : 8214523: Fix nmethod asserts for concurrent nmethod unloading
fff6e05c96a : 8214377: ZGC: Don't use memset to initialize array of ZForwardingTableEntry
8fc0c2f6459 : 8214476: ZGC: Build ZGC by default
6c7781572cd : 8214484: ZGC: Exclude SA tests ClhsdbJhisto and TestHeapDumpFor*
504dfa5de04 : 8214529: Exception while using Anonymous class in switch expression
f8c715b393b : 8141491: Unaligned memory access in Bits.c
8ed34aca7c9 : 8141491: Unaligned memory access in Bits.c
3a27d21d030 : 8141491: Unaligned memory access in Bits.c
8553ca4c423 : 8141491: Unaligned memory access in Bits.c
a971050bffa : 8214444: Wrong strncat limits in dfa.cpp
136295d845a : 8214857: "bad trailing membar" assert failure at memnode.cpp:3220
c9c59d3155b : 8214858: Improve module graph archiving
c0099a8a0dd : 8214571: -Xdoclint of array serialField gives "error: array type not allowed here"
d4acf965430 : 8208277: Code cache heap (-XX:ReservedCodeCacheSize) doesn't work with 1GB LargePages
4a28e27fd2f : 8177552: Compact Number Formatting support
f3646ad79b6 : 8214856: Errors with JSZip in web console after upgrade to 3.1.5
c49b882dd15 : 8210107: vmTestbase/nsk/stress/network tests fail with Cannot assign requested address (Bind failed)
0c874a3d5da : 8214915: CtwRunner misses export for jdk.internal.access
3525e4e27f8 : 8214459: NSS source should be removed
7f365fffbd1 : 8214902: Pretty-printing marker annotations add unnecessary parenthesis
54cc30e6c10 : 8214906: [TESTBUG] jfr/event/sampling/TestNative.java fails with UnsatisfiedLinkError
f79e32a313a : Added tag jdk-12+23 for changeset eef755718cb2
4a87a423d39 : 8214908: add ctw tests for jdk.jfr and jdk.management.jfr modules
4a028afe5e9 : 6516099: InputStream.skipFully(int k) to skip exactly k bytes
74fa722567c : 8214795: Add safety check to dynalink inner class lookup
055ed2b7897 : 8214257: IC cache not clean after cleaning assertion failure
e303e313171 : 8214338: Move IC stub refilling out of IC cache transitions
441d2856208 : 8213952: Relax DNSName restriction as per RFC 1123
69f0bf41d9d : 8214896: JFR Tool left files behind
9b6ea802b53 : 8214786: Remove unused ThreadLocalAllocBuffer::verify()
dc8383c9307 : 8214785: Remove unused WeakHandleType::vm_string
602d0952686 : 8214782: Add missing access barriers on CLD handle area
bfbeb1fe9ec : 8214784: Adjust Dictionary and JNIHandle verification
afdb850f876 : 8205516: JFR tool
a4d85741304 : 8213703: LambdaConversionException: Invalid receiver type not a subtype of implementation type interface
3883078d21d : 8206962: jlink --release-info=del throws NPE if no keys are specified
e03d20eb41e : 8214302: Allow safely calling is_unloading() on zombie nmethods
cb1aebae6ef : 8214522: Last runtime locking issues for concurrent class unloading
835c863ba8c : 8214031: Assertion error in value break statement with conditional operator in switch expression
b31f251889b : 8213294: Upgrade IANA LSR data
2146e52cfa2 : 7124301: [macosx] When in a tab group if you arrow between tabs there are noVoiceOver announcements 7124298: [macosx] Nothing heard from VoiceOver when tabbing between a nestedtab group and a parent tab group
98287928da8 : 8213618: IBM970 charset has missing entry and remove unexpected entries
320616a8656 : 8214179: Add groupname info into keytool -list and -genkeypair output
97bccb2053a : 8214557: Filter out VM flags which don't affect AOT code generation
1a1e63be072 : 8213051: Invalid use of HTML5 in javax.print files
76b33870c7c : 8211147: Incorrect comparator com.sun.beans.introspect.MethodInfo.MethodOrder
bd13529c0c2 : 8214558: bad @run tag in CheckPrinterJobSystemProperty.java
389a110e56a : 8214195: Align stdout messages in test/jdk/java/math/BigInteger/PrimitiveConversionTests.java
7c6cb8cd7ed : 8213362: [macOS] Could not find libjava.dylib error when initializing JVM via JNI_CreateJavaVM
3995ae1270e : 8213734: SAXParser.parse(File, ..) does not close resources when Exception occurs
bd1cf509539 : 8210102: CDS tests timed out
b2980a2d717 : 8139178: Wrong fontMetrics when printing in Landscape (OpenJDK)
b8c9517a0d5 : 8214552: Resolve clash between 4947890 and 8130264
7fe615f9a76 : 8130264: change the mechanism by which JDK loads the platform-specific PrinterJob implementation
f65538cbda6 : 8214231: Allow concurrent cleaning of TypeStackSlotEntries and ReturnTypeEntry
50ffeaa507a : 8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
ecd39c9edef : 8214525: Bit rot in Nashorn Ant script
d08e20700db : 8210943: Hiding of inner classes not resolved properly
6cbb52dc247 : 8214541: ZGC: Refactoring from JDK-8214172 may leave PhaseIterGVN::_delay_transform set
cbaebf738e6 : 8214572: [Graal] nsk/jvmti/unit/ForceEarlyReturn/earlyretbase should not suspend the thread when the top frame executes JVMCI code
b93b62c2c9e : 8146090: java/lang/ref/ReachabilityFenceTest.java fails with -XX:+DeoptimizeALot
8036ce51b2b : 8214513: A PKCS12 keystore from Java 8 using custom PBE parameters cannot be read in Java 11
bffe795d2dc : 8213325: (props) Properties.loadFromXML does not fully comply with the spec
f0279fd4995 : 8214794: java.specification.version should be only the major version number
4e935d302a3 : 8214728: Unnecessary InstanceKlass::cast at few places
3d0ccc7ec9f : 8214770: java/time/test/java/time/format/TestNonIsoFormatter.java failed in non-english locales
53b849e17eb : 8171426: java/lang/ProcessBuilder/Basic.java failed Stream closed
2dd1c19b649 : 8214061: Buffer written into itself
02688398e14 : 8214556: Crash in DependencyContext::remove_dependent_nmethod still happens
b6fce5bbd4c : 8214787: Zero builds fail with "undefined JavaThread::thread_state()"
ec1f0263928 : 8214300: .attach_pid files may remain in the process cwd
b4630d6207a : 8176828: jtools do not list VM process launched with the debugger option suspend=y
8e05550ef33 : 8214526: Change CodeHeap State Analytics control from UL to Print*
45628a358a8 : 8214230: Classes generated by SystemModulesPlugin.java are not reproducable
3e2804d0d87 : 8214534: Setting of THIS_FILE in the build is broken
a9250518e09 : 8214063: OpenJDK will not build on AIX while using the xlc 13.1 compiler
542ddf4f4df : 8214380: AwtDragSource function LoadCache misses a ReleaseLongArrayElements in special case
e4a3d4e4557 : 8212875: ftp: links for tiff/TTN2.draft.txt do not respond
3a5bccf5c61 : 8213565: Crash in DependencyContext::remove_dependent_nmethod
a2bbc9c091d : 8214499: SA should follow 8150689
249d8e9d98f : 8214470: PIT: javax/swing/JPopupMenu/7154841/bug7154841.java errors out on mac10.13
a11452c9ed5 : 8198339: Test javax/swing/border/Test6981576.java is unstable
dfcab1b85ae : 6913047: Long term memory leak when using PKCS11 and JCE exceeds 32 bit process address space
6627b03332d : 8216498: Confusing and unneeded wrapping of SSLHandshakeException
608258ffd18 : 8216486: Possibility of integer overflow in JfrThreadSampler::run()
83c87208796 : 8214271: Fast primitive to wake many threads
6622393221e : 8216480: Typo in test/hotspot/jtreg/compiler/graalunit/README.md
4fb0c5f31b8 : 8216355: missing NULL checks in libnet in interface iteration and potential resource leak in getMacAddress
154a1a02bf9 : 8216167: Update include guards to reflect correct directories
44ba433328f : 8216362: Better error message handling when there is an invalid Manifest
f68fd6a1c2f : 8216404: Elements.getPackageOf should handle modules
bd20c24872c : 8216489: Issues with ModulePackages attribute generation on incremental build
1880cd50772 : 8216278: Fix devkit and basic Jib support on WSL
301d0140ec0 : 8215155: Remove get_insert() from concurrent hashtable and gtests
055c6203139 : 8216428: Remove IgnoreLibthreadGPFault
79c3909afc4 : 8214440: ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
402ab4431a7 : 8207964: [TESTBUG] Change stressTime to default to 30 for nsk tests
65d240417fc : 8216482: Shenandoah: typo in ShenandoahBarrierSetC2::clone_barrier_at_expansion() causes failed compilations
391be244a97 : Added tag jdk-13+3 for changeset 642346a11059
650e67cdf5d : 8216441: problem list org.graalvm.compiler.hotspot.test.ExplicitExceptionTest
d7f3938e798 : 8216403: Allocate fewer EnumSets in JavacFileManager#list
f44e59355c3 : 8216302: StackTraceElement::fill_in can use cached Class.name
79c92eadc33 : 8210788: Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero
a047d8532b9 : 8216423: Remove FillDelaySlots
d1922533ae1 : 8213001: vmTestbase/nsk/jvmti/ThreadStart/threadstart002/TestDescription.java debug agent times out
1b9d9fd1aeb : 8216375: Revert JDK-8145579 after JDK-8076988 is resolved
508152b0a61 : 8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
12bc8196d43 : 8216413: Long.parseLong() is specified to throw unless string contains parsable {@code int}; should be {@code long}
a1ff367f4bc : 8214442: Improve stack walk API by adding handle marks
467ba83c799 : 8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails intermittently
21d7769353e : 8216372: ZGC: Put C2 load barrier stub routines in separate codeblobs
68884330e19 : 8215995: Add specialized toArray methods to immutable collections
ffb08ea636e : 8216335: Minor cleanups to javax.annotation.processing and javax.lang.model javadoc
7d324fc7958 : 8216366: Add rationale to PER_CPU_SHARES define
779b2288eb8 : 8216200: BCEscapeAnalyzer::ArgumentMap::set_intersect() is incorrect
196d73b4546 : 8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic()
536c4db6cc8 : 8215495: Set isCopy to JNI_FALSE if len == 0
c1b7e20f5dc : 8076988: reevaluate trivial method policy
9f24c651131 : 8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy
bd8f4a115c7 : 8216262: Remove develop flag DelayCompilationDuringStartup
aea92f008a8 : 8216269: [s390] Debug build broken because CodeBlob has not been declared
32b18201e8e : 8216285: Enable inlining of CollectedHeap::obj-/array-/class_allocate
8a217022ca4 : 8213583: Error while opening the JFileChooser when desktop contains shortcuts pointing to deleted files
3b08bdb0c7a : 8213048: Invalid use of HTML5 in java.awt files
e4446cf0bee : 8214465: Upgrade arm-sflt minimum architecture to ARMv5TE for assembler
0c151cbbaef : 8214466: Append assembler flags on ARM targets
b2bf2d252b8 : 8214332: Add a flag for overriding default JNI library search path
9aff87efc94 : 8214460: MacosX build is broken because of JDK-8214014
09e146ba88d : Added tag jdk-12+22 for changeset 732bec44c89e
9ed40ce6c59 : 8214431: tests failed because can't find jdk.testlibrary.* in test directory or libraries
53d3a4f50ce : 8211283: Miscellaneous changes imported from jsr166 CVS 2018-11
5a5aa52772f : 8211877: Broken links in java.util.concurrent.atomic
5d11c7bd0c6 : 8212899: java/util/concurrent/tck/JSR166TestCase.java - testMissedSignal_8187947(SubmissionPublisherTest): timed out waiting for CountDownLatch for 40 sec
7212bf0a774 : 8213406: (fs) More than one instance of built-in FileSystem observed in heap
978c78f7fc8 : 8214278: Cleanup process_completed_threshold and related state
48d68d182a9 : 8214014: Remove vestiges of gopher: protocol proxy support
c1034b1cad6 : 4947890: Minimize JNI upcalls in system-properties initialization
94f0c828e36 : 8210454: jar tool does not allow setting the module version without also setting the main class
42563fdad81 : 8214408: Migrate EventsOnOff to using the same allocateAndCheck method
5f05f78bd4c : 8213117: adoptNode corrupts attribute values
16dc8e9634b : 8213275: ReplaceCriticalClasses.java fails with jdk.internal.vm.PostVMInitHook not found
7fa294aeb19 : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
39234b62589 : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
ec3c6f84517 : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
2cde8536b18 : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
cfef783ac7a : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
81ad250de70 : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
44aebf0b2e8 : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
3d9df85519b : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
a5aa3a768ef : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
db1619b7541 : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
0a3facce7a3 : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
f07b40cb137 : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
4fc73dfba5d : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
67b85a999d5 : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
419ea432e81 : 8214357: JDK 8u201 l10n resource file update md20
9359d080dfe : 8214357: JDK 8u201 l10n resource file update md20
631decbf2f2 : 8214343: Handle the absence of Xrandr more generically
bc983099539 : 8214272: Don't use memset to initialize arrays of MemoryUsage in memoryManager.cpp
7e0040c3841 : 8213791: StringTable: Use get and insert
0f0b8626fca : 8213996: Remove one of the SparsePRT entry tables
9a4eed85dfc : 8211211: vmTestbase/metaspace/stressDictionary/StressDictionary.java timeout
2ddd78e8259 : 8178317: Create man pages using pandoc from markdown sources
dd6344fc769 : 8213134: AArch64: vector shift failed with MaxVectorSize=8
80acd4f3996 : 8215374: 32-bit build failures after JDK-8181143 (Introduce diagnostic flag to abort VM on too long VM operations)
7f21b8e73b5 : 8215353: x86_32 build failures after JDK-8214751 (X86: Support for VNNI Instructions)
78669ad35ec : 8215380: Backout accidental change to String::length
cdf49edb29d : Added tag jdk-12+24 for changeset 7d4397b43fa3
5db0614a765 : Added tag jdk8u202-b05 for changeset a717647b253c
1f1e162a1bb : Added tag jdk8u202-b05 for changeset 93d9f038dce7
bab560d5f6c : Added tag jdk8u202-b05 for changeset 7f1329a011d5
f22411e0b54 : Added tag jdk8u202-b05 for changeset 845dba78982f
7a752c186c7 : Added tag jdk8u202-b05 for changeset 03db7b39f5fe
04deb5b2284 : Added tag jdk8u202-b05 for changeset b358a193be5b
864c9681b8e : Added tag jdk8u202-b05 for changeset e0d6237638a8
d0d997f4ea2 : Added tag jdk8u202-b05 for changeset ab6f5672ab33
9c453eae3b9 : Added tag jdk8u202-b05 for changeset 1e6fd911042d
28de543aabc : Added tag jdk8u202-b05 for changeset f6eaca3ebfd3
69eda7ae75e : Added tag jdk8u202-b05 for changeset 07ffa22715fa
fd2f3573761 : Added tag jdk8u202-b05 for changeset 719604f1a6bc
7375e819368 : Added tag jdk8u202-b05 for changeset 69a1ca2d3352
362fbad24fe : Added tag jdk8u202-b05 for changeset 6185675e7750
3b4a9431359 : Added tag jdk8u202-b05 for changeset 7a3fde435b1c
4574c3fc5b1 : Added tag jdk8u202-b05 for changeset 779ad3c039ea
ce003566a85 : Added tag jdk8u201-b76 for changeset 6eebe34953ab
b5e7cf9ee89 : Added tag jdk8u201-b76 for changeset a04c78764e24
c3ebee202f7 : Added tag jdk8u201-b76 for changeset c16266247fd3
1c96e3aa4ac : Added tag jdk8u201-b76 for changeset a7434f792d40
55f87222bc7 : Added tag jdk8u201-b76 for changeset e044e8af0f87
c9932ede0b3 : Added tag jdk8u201-b76 for changeset baf5d12128db
2897ef41ccb : Added tag jdk8u201-b76 for changeset da6857b0df6c
79dbbddcf9d : Added tag jdk8u201-b76 for changeset a8caf1df9f4b
971aa0765b5 : Added tag jdk8u201-b76 for changeset 6afdfd080c48
ae92c66f1b2 : Added tag jdk8u201-b76 for changeset bbb242982a24
9bcea5f5c65 : Added tag jdk8u201-b76 for changeset c5eb1bcb6009
3c5a1ad67af : Added tag jdk8u201-b76 for changeset eb57d589c2ea
81d6cafcb5d : Added tag jdk8u201-b76 for changeset 6f2e26aafdfa
8826a6f63a7 : Added tag jdk8u201-b76 for changeset c439f4dd8d2d
9a642c1f257 : Added tag jdk8u201-b76 for changeset 410563b7c3e3
a7feb0c32d5 : Added tag jdk8u201-b76 for changeset 812aef768d85
5675be71379 : Added tag jdk8u201-b06 for changeset e10e10987488
43a3edf9950 : Added tag jdk8u201-b06 for changeset 8ca23bdb3bcd
ca2f4c8022a : Added tag jdk8u201-b06 for changeset e6c8866db1dd
230e38ce4b9 : Added tag jdk8u201-b06 for changeset 5bf2dc6904f8
676f3e21ac5 : Added tag jdk8u201-b06 for changeset 830f9848e571
867ded0c461 : Added tag jdk8u201-b06 for changeset 251b34050b01
ee63cebcdf7 : Added tag jdk8u201-b06 for changeset 247445a43b18
b5905e909ed : Added tag jdk8u201-b06 for changeset b34206818427
0ccf1d5c186 : Added tag jdk8u201-b06 for changeset 08da6866b149
6199149107d : Added tag jdk8u201-b06 for changeset 719a25bf1a7b
c5572da6486 : Added tag jdk8u201-b06 for changeset eb36ff77d858
c14d1d9d57b : Added tag jdk8u201-b06 for changeset 6a428334d59f
318563f5477 : Added tag jdk8u201-b06 for changeset 931a90f253be
3a45ff7692c : Added tag jdk8u201-b06 for changeset b9659efb0b55
cc777d7eee4 : Added tag jdk8u201-b06 for changeset 1dfb7be4dcaf
21d29ec8c47 : Added tag jdk8u201-b06 for changeset b9a45f8f846c
679f30ebc32 : 8214373: adjust usage of ReleaseLongArrayElements in MacosxDebuggerLocal
cd0aafe76a2 : 8214362: C2: gc interface entry point for split if
8849b1c7b7d : 8214172: GC interface entry points for loop opts
bb50695ff99 : 8211975: move testlibrary/jdk/testlibrary/OptimalCapacity.java to top-level library
17773c31b62 : 8202621: bad test with broken links needs to be updated
a19bd10e833 : 8213921: Use {@systemProperty} tag for properties listed in "Networking Properties"
2bcaf347263 : 8212207: runtime/InternalApi/ThreadCpuTimesDeadlock.java crashes with SEGV in pthread_getcpuclockid+0x0
cb861252d71 : 8214208: Nestmate package validation logging/exception should include classloader information
fdd11cac16f : 8214151: [TESTBUG] CleanProtectionDomain.java fails due to RuntimeException: 'protection domain unlinked' missing
48073dc0d0c : 8213914: [TESTBUG] Several JFR VM events are not covered by tests
8e4e1a91c0f : 8202415: Incorrect time logged for monitor deflation
bc215804a4e : 8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed with fragmented heap
803b9a675b4 : 8150689: Thread dump report "waiting to re-lock in wait()" shows incorrectly
5d1cc7fc013 : 8213911: Use example.com in java.net and other examples
197b669f838 : 8177286: AttributeSet: attempt to compare Qname and String
ba809c2c36c : 8214287: SpecJbb2005StressModule got uncaught exception
10da56f0178 : 8203277: preflow visitor used during lambda attribution shouldn't visit class definitions inside the lambda body
b114b70d355 : 8209123: [Macosx] Maximized frame (frame state set to MAXIMIZED_BOTH using setExtendedState) is resizable on Mac but not on Windows and Ubuntu
84cd74b0137 : 8214344: C2: assert(con.basic_type() != T_ILLEGAL) failed: elembt=byte; loadbt=void; unsigned=0
4a77a08ca34 : 8211842: IPv6_supported wrongly returns false when unix domain socket is bound to fd 0
10d83827bc1 : 8206325: AssertionError in TypeSymbol.getAnnotationTypeMetadata
1285c3cd301 : 8214417: Add space after/before {} in vmTestbase/nsk/jvmti/[A-I] tests
020877da038 : 8213725: JShell NullPointerException due to class file with unexpected package
4dfa364ff11 : 8214309: Enhance makefiles to allow generating JCov instrumented build
e6eddb6739c : 8212878: host in ftp: link not found
0c42c697eda : 8212870: Broken links for www.usno.navy.mil
098d20434c7 : 8211735: Wrong heap mapper can be selected with UseLargePages on G1
da77659d7e4 : 8193577: nsk/jvmti/IterateThroughHeap/filter-tagged fails with Graal in Xcomp mode
bbfe9d21689 : 8214400: Update hotspot application/jcstress jtreg tests wrappers to use jcstress 0.5
83cfba872ce : 8214462: Add serviceability/sa/ClhsdbInspect.java to ProblemList.txt
dd9664f39b4 : 8214356: Verification of class metadata unloading takes a long time
5fc8ae7c716 : 8214170: ResourceBundle.Control.newBundle should throw IllegalAccessException when constructor of the resource bundle is not public
a51bf4d7e68 : 8213843: Changing L&F from Nimbus to Window L&F causes NPE in SwingSet2 8213121: javax/swing/GraphicsConfigNotifier/StalePreferredSize.java fails on mac10.13
23ecdbbc1d3 : 8214321: Misleading code in SSLCipher
b1c4b461f19 : 8214100: use of keystore probing results in unnecessary exception thrown
52664cb14aa : 8214029: Remove dead code BasicHashtable::bulk_free_entries
1d01b4d22fb : 8190312: javadoc -link doesn't work with http: -> https: URL redirects
e0d9ae7699c : 8214086: [TESTBUG] Fix subgraph test cases in ReplaceCriticalClasses.java
ae4f1b19412 : 8213956: javadoc crash using {@index} in doc-files file
5c99d95a633 : 8214202: DirtyCardQueueSet::get_completed_buffer should not clear _process_completed
9debae9783e : 8214297: testbug : missing fclose in jvmti_aod.cpp
e524f41fbfc : 8213716: javadoc search not working with Japanese and Chinese locales
6e905c83898 : 8214295: Populate handlers while holding streamHandlerLock
efcfec81ced : 8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
787f8b320e9 : 8213259: [AOT] AOTing java.base fails with "java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event"
abf1e47f297 : 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
5d725a98c81 : 8214059: Undefined behaviour in ADLC
40d4ff864cc : 8203442: String::transform
6d25f18bade : 8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out of java heap
dc6cabe8b79 : 8214242: compiler/arguments/TestScavengeRootsInCode.java fails because of missing UnlockDiagnosticVMOptions
06b1502892d : 8214113: Switch expressions may have constant type and may be skipped during write
b021bcb3359 : 8214262: SunEC native code does not compile with debug on
e398213df79 : 8214276: Problemlist compiler/intrinsics/mathexact/MulExactLConstantTest.java
b2cb5cee6de : 8213845: ARM32: Interpreter doesn't call result handler after native calls
57cb37c6e49 : Added tag jdk8u201-b75 for changeset 7ae5fc65a5f6
95ab41b3e0c : Added tag jdk8u201-b75 for changeset 50840188bf3e
7e7125c4746 : Added tag jdk8u201-b75 for changeset 6eb7a7e8e301
6243ca789c6 : Added tag jdk8u201-b75 for changeset 6a2bfec90d8e
8a53922de16 : Added tag jdk8u201-b75 for changeset 413b6476e871
c58cae42b07 : Added tag jdk8u201-b75 for changeset fe26161776fe
45ca1f032f9 : Added tag jdk8u201-b75 for changeset 445368a8c6fc
ef3e8f91674 : Added tag jdk8u201-b75 for changeset f1cb1bd68a1b
b36c9848f78 : Added tag jdk8u201-b75 for changeset 3625667acb9d
45435f1ed18 : Added tag jdk8u201-b75 for changeset 8eb6a8a73bcf
f0bbe8bea85 : Added tag jdk8u201-b75 for changeset 4ab33bbd94e5
e8c8c1e252c : Added tag jdk8u201-b75 for changeset f3ccad501159
26dbbb21ed9 : Added tag jdk8u201-b75 for changeset 72daa704d17a
9ce3165662d : Added tag jdk8u201-b75 for changeset e37531ccb0c6
f54df1599af : Added tag jdk8u201-b75 for changeset 5e1c0f15ae19
6c23778885a : Added tag jdk8u201-b75 for changeset dcb73341c170
e530ca5cc28 : 8214206: Fix for JDK-8213419 is broken on 32-bit
bde8307cf92 : 8214118: HeapRegions marked as archive even if CDS mapping fails
751aa57f162 : 8214181: safepoint header cleanup
72235f33c77 : 8212108: SafepointSynchronizer never ending counter (big enough)
954c14dc83a : 8214161: java.lang.IllegalAccessError: class jdk.internal.event.X509CertificateEvent (in module java.base) cannot access class jdk.jfr.internal.handlers.EventHandler (in module jdk.jfr) because module java.base does not read module jdk.jfr
19e69dc84ff : 8203672: JNI exception pending in PlainSocketImpl.c 8203264: JNI exception pending in PlainDatagramSocketImpl.c:740 8203673: JNI exception pending in DualStackPlainDatagramSocketImpl.c:398
4663065fade : 8213015: Inconsistent settings between JFR.configure and -XX:FlightRecorderOptions
f684f2cff3c : 8214241: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java for all platforms
dbf691d4a2f : 8214205: PPC64: Add instructions for counting trailing zeros
b2604123d3d : 8214223: tools/jdeps/listdeps/ListModuleDeps.java failed due to missing Lib2 file
faff794a88c : 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
c047c5cfcf5 : 8200432: javadoc fails with ClassCastException on {@link byte[]}
710ecce7f74 : 8214108: [TESTBUG] Incorrect Function parameter lists in vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001
fe3811d46a7 : 8214105: [TESTBUG] Bit test is always false in serviceability/jvmti/StartPhase/AllowedFunctions
1379397c321 : 8213755: Let nmethods be is_unloading() outside of safepoints
c9657d8dcf8 : 8214056: Allow the GC to attach context information to CompiledMethod
44b1ed07f54 : 8213486: SIGSEGV in CompiledMethod::cleanup_inline_caches_impl with AOT
62b2f0f5c9b : 8213944: Fix AIX build after the removal of Xrandr.h and add a configure check for it
fc8795984a9 : 8213927: G1 ignores AlwaysPreTouch when UseTransparentHugePages is enabled
0febdff79b4 : 8213997: Remove G1HRRSUseSparseTable flag
34a1c2e6bb6 : 8214057: GC/C2 abstraction for Node::has_special_unique_user()
4b528df402c : 8214055: GC/C2 abstraction for phaseX
6405ae111ae : 8213085: (tz) Upgrade time-zone data to tzdata2018g
8503605da6f : 8213085: (tz) Upgrade time-zone data to tzdata2018g
bddbbd85f97 : 8214026: Canonicalized archive paths appearing in diagnostics
388e1ebbba6 : 8210985: Update the default SSL session cache size to 20480
c03797a5d01 : 8214445: [test] java/net/URL/HandlerLoop has illegal reflective access
9f88ce2b1e9 : 8214443: Remove TLS v1 and v1.1 from SSLContext required algorithms
e58ebf3e7fc : 8214229: Enable ShowRegistersOnAssert by default
d6b70fa2ab6 : 8214451: PPC64/s390: Clean up unused CRC32 prototype and function
d92085431b9 : 8214434: Disabling ZOptimizeLoadBarriers hits assert
ebe4d2162b0 : 8199552: Update to build scripts
a5ca80d7904 : 8199552: Update to build scripts
d6412540702 : Added tag jdk8u201-b05 for changeset 46523c096494
3a9ff90fe90 : Added tag jdk8u201-b05 for changeset 352b9069a61d
b736aaeb990 : Added tag jdk8u201-b05 for changeset 93362bb85fbd
f29acc60d54 : Added tag jdk8u201-b05 for changeset 50f8197c3dfb
06207e52d3d : Added tag jdk8u201-b05 for changeset c80d6c0b85f4
23263fa19dc : Added tag jdk8u201-b05 for changeset be50ded4b260
27e70ba26ec : Added tag jdk8u201-b05 for changeset 18e367343e67
cbfa48bc6d8 : Added tag jdk8u201-b05 for changeset b0e3d300ebef
cb878a7ce98 : Added tag jdk8u201-b05 for changeset 635b62de9ce3
2e73d40e0ea : Added tag jdk8u201-b05 for changeset 5e6ed8288304
b81a6d27efc : Added tag jdk8u201-b05 for changeset cf68f6a27ee2
15f40cd96f4 : Added tag jdk8u201-b05 for changeset 37077c3f4930
c0b3fff9b72 : Added tag jdk8u201-b05 for changeset 3562d0ebd456
738bc890073 : Added tag jdk8u201-b05 for changeset 5b2a95048111
35ad89dc913 : Added tag jdk8u201-b05 for changeset 60ddb8562ec0
44dc924b362 : Added tag jdk8u201-b05 for changeset d9207b5dc8f5
ddd842d49a1 : Added tag jdk8u201-b74 for changeset df4c2c4444f9
c9753394d24 : Added tag jdk8u201-b74 for changeset 7564b1c03404
e54824bd0ff : Added tag jdk8u201-b74 for changeset e5eac64c287a
4116f615ac1 : Added tag jdk8u201-b74 for changeset a727d7340a2a
62265a050ef : Added tag jdk8u201-b74 for changeset 6d272c3f1bb1
9537836edf9 : Added tag jdk8u201-b74 for changeset 628be07df8ad
e0da10b6254 : Added tag jdk8u201-b74 for changeset 8a9b484218e4
e0980a4ff2c : Added tag jdk8u201-b74 for changeset 9e781e7d2ba4
799cf760061 : Added tag jdk8u201-b74 for changeset dfb3626fa638
fa5f9e44855 : Added tag jdk8u201-b74 for changeset ab10f9be9141
17791c06beb : Added tag jdk8u201-b74 for changeset 60d8a884a324
bc38703aa34 : Added tag jdk8u201-b74 for changeset 34a782c3c4a4
c6fcf692e23 : Added tag jdk8u201-b74 for changeset 6e9e2da30ce3
b44e7a53ae7 : Added tag jdk8u201-b74 for changeset c5cb427c5180
a7028a21d7d : Added tag jdk8u201-b74 for changeset 14146d5ad555
4813dc6b820 : Added tag jdk8u201-b74 for changeset d9cc99e5c4bb
3dcf9b4daa1 : Added tag jdk8u201-b04 for changeset a931e9c1664b
a5851e851ce : Added tag jdk8u201-b04 for changeset 179c11e1b7b5
5b7f72166e6 : Added tag jdk8u201-b04 for changeset d21042c72edf
a94e25065d0 : Added tag jdk8u201-b04 for changeset b2c92464a45e
68131804b10 : Added tag jdk8u201-b04 for changeset e518b4175f42
9e14be122f7 : Added tag jdk8u201-b04 for changeset 1db724dc340d
cdcc6e1f06d : Added tag jdk8u201-b04 for changeset 5469082c3ab4
82b345ce886 : Added tag jdk8u201-b04 for changeset fabcf25987f9
fe31f907ff3 : Added tag jdk8u201-b04 for changeset f0df817758b6
3fb34043c9f : Added tag jdk8u201-b04 for changeset e73f07392e97
8e52d1e0ccc : Added tag jdk8u201-b04 for changeset 0dfbd5a42f44
a09f1af8cf8 : Added tag jdk8u201-b04 for changeset d6376763cba9
de71ef23573 : Added tag jdk8u201-b04 for changeset 226a21ff3e5b
ba32de83705 : Added tag jdk8u201-b04 for changeset 46ba9b49c696
fbbc819719b : Added tag jdk8u201-b04 for changeset b0dfa2cbb2ea
c0bf3741bde : Added tag jdk8u201-b04 for changeset 2a4f7b196797
8d2364339ef : Added tag jdk8u202-b04 for changeset 6b3c19dd83fc
d065e0adcd6 : Added tag jdk8u202-b04 for changeset 5272c9bee820
b10126358f4 : Added tag jdk8u202-b04 for changeset 6c8c9d86e7bc
3abef997b6b : Added tag jdk8u202-b04 for changeset 57539786033e
5095602043a : Added tag jdk8u202-b04 for changeset 3a34d6402837
b209351f665 : Added tag jdk8u202-b04 for changeset 24190d8c109c
9268ee211f0 : Added tag jdk8u202-b04 for changeset cb81c18cba1b
f1bb2373f3f : Added tag jdk8u202-b04 for changeset 59a43efa0693
776ce20ff6f : Added tag jdk8u202-b04 for changeset 8bd66b591512
837b72012c0 : Added tag jdk8u202-b04 for changeset acf1cb1408de
b44646b9419 : Added tag jdk8u202-b04 for changeset 0dca41bb9a12
3485b94271c : Added tag jdk8u202-b04 for changeset 41774514709d
b413eb94deb : Added tag jdk8u202-b04 for changeset 2666ede38279
2acd7a9c4ce : Added tag jdk8u202-b04 for changeset 5569a9a35938
037606aeea4 : Added tag jdk8u202-b04 for changeset 2d6834e7d3bc
b7a17e92aa0 : Added tag jdk8u202-b04 for changeset dcaa0711ee2b
cfa2ab645be : 8171049: Era.getDisplayName doesn't work with non-IsoChronology
a1775567c8c : 8171049: Era.getDisplayName doesn't work with non-IsoChronology
10526c99f9d : 8212748: ZGC: Add reentrant locking functionality
7e500f1d728 : 8214068: ZGC crashes with vmTestbase/nsk/jdi/ReferenceType/instances/instances004/TestDescription.java
4444bac1b10 : 8046500: GetIpAddrTable function failed on Pure Ipv6 environment
0126fdbef0f : 8213909: jdeps --print-module-deps should report missing dependences 8168869: jdeps: localized messages don't use proper line breaks
9d7509e647e : 8211051: jdeps usage of --dot-output doesn't provide valid output for modular jar
7de1b68d893 : 8213819: doclint should warn against {@index} inside <a> tag
59529caf8f5 : 8211266: [TESTBUG] ZipFSTester.java failed intermittently in ZipFSTester.checkRead(): bound must be positive
a90e7ef6d13 : Added tag jdk-12+21 for changeset f8fb0c86f2b3
4512750fbe6 : 8213907: [JVMCI] avoid Class.getDeclared* methods when converting JVMCI objects to reflection objects
1a6b429e9af : 8214139: Remove wrapper methods from {Base,Html}Configuration
a5423f142cb : 8213202: Possible race condition in TLS 1.3 session resumption
937fe3be82b : 8214149: Move out assignments when not using NSK*VERIFY macros
10cd386ac35 : 8214078: (fs) SecureDirectoryStream not supported on arm32
5639c70032f : 8213721: [Graal] Tests vmTestbase/nsk/stress/except/except* may be encountering SEGV during out-of-memory conditions
a6f0e10fe8f : 8213235: java/nio/channels/SocketChannel/AsyncCloseChannel.java fails with threads that didn't exit
7b8898d03c9 : 8213942: URLStreamHandler initialization race
d8e5d52debd : 8214144: Remove confusing locking_enqueue_completed_buffer
a4fb817366a : 8214120: [REDO] Fix sun.awt.nativedebug on X11 platforms
60b32f222f1 : 8212982: Rule cases in switch expression accepted even if complete normally
9314c7f1100 : 8214025: assert(t->singleton()) failed: must be a constant when ScavengeRootsInCode < 2
f8518a2c05e : 8209923: Unicode 11.0.0
11e54e07494 : 8213419: C2 may hang in MulLNode::Ideal()/MulINode::Ideal() with gcc 8.2.1
6d269930fdd : 8213587: Speed up CDS dump time by using resizable hashtables
6d3df94e5e5 : 8214154: problem list HeapMonitorStatIntervalTest.java
44ddbe33703 : 8214124: [TESTBUG] Bugs in runtime/NMT/MallocStressTest.java
a264dac26cc : 8213992: Rename and make DieOnSafepointTimeout the diagnostic option
521da29e447 : 8213746: GC/C2 abstraction for C2 matcher
4b45441ae95 : 8213033: Archive remaining primitive box caches
4a235517f92 : 8213908: AssertionError in DeferredAttr at setOverloadKind
2db81b4e132 : 8214125: [test] Fix comparison between pointer and integer in test_ptrQueueBufferAllocator.cpp
fad3c52660d : 8210722: JAXP Tests: CatalogSupport2 and CatalogSupport3 generate incorrect messages upon failure
e4f60a84890 : 8210742: compound var declaration type is not uniform for all variables
73ad9c4a008 : 8148188: Enhance the security libraries to record events of interest
dc260a5369a : 8212992: Change mirror accessor in Klass::verify_on() to use AS_NO_KEEPALIVE
8b1844626a8 : 8212682: Avoid holding Compile_lock when blocking for GC in ObjArrayKlass::allocate_objArray_klass()
041946dcb02 : 8213560: gtests might hang
a0c58fb8c65 : 8213623: ZGC: Let heap iteration walk all roots
4acb8dd9c31 : 8184205: Captions on tabbed tables are squashed together
470aaffd136 : 8213920: Use {@systemProperty} tag for properties listed in System.getProperties
fb6de4b0b65 : 8129310: java/net/Socket/asyncClose/AsyncClose.java fails intermittently
4cdf0c4c1df : 8214071: Broken msg.bug diagnostics when using the compiler API
03baf2db08f : 8214075: [BACKOUT] 8214007: Fix sun.awt.nativedebug on X11 platforms
eba7b5718f6 : 8214007: Fix sun.awt.nativedebug on X11 platforms
785e2aca394 : 8214062: JDK-8167368 Leftover: get_source.sh in build documentation
6639961a0fe : 8213368: JDK 8u201 l10n resource file update
c8416405ce3 : 8213368: JDK 8u201 l10n resource file update
d3f2f8f6d79 : Added tag jdk8u202-b03 for changeset 3796535dd190
e7a041f5ca4 : Added tag jdk8u202-b03 for changeset 3c5da4d8d217
08a3e1ea82d : Added tag jdk8u202-b03 for changeset a14425654ece
ad0005992b7 : Added tag jdk8u202-b03 for changeset 3d8b81c26d3d
833e91058b8 : Added tag jdk8u202-b03 for changeset 3e13ef547377
d7a55f52052 : Added tag jdk8u202-b03 for changeset f6cff8bfa77c
b0fd88e8ab2 : Added tag jdk8u202-b03 for changeset aee29891f5b2
7d3c7c10270 : Added tag jdk8u202-b03 for changeset f4d42dc7b1b5
04b09287d15 : Added tag jdk8u202-b03 for changeset 06ff8c4c288d
5939c5906bd : Added tag jdk8u202-b03 for changeset acb2d04deaf2
b5d12b44548 : Added tag jdk8u202-b03 for changeset 9b566e57a573
50cf89e8c98 : Added tag jdk8u202-b03 for changeset 2a086b4a88c5
883c8f0f488 : Added tag jdk8u202-b03 for changeset fafb4c8d4ba4
45516a4a6f2 : Added tag jdk8u202-b03 for changeset a5b959ad9251
0b869cb418b : Added tag jdk8u202-b03 for changeset 33aa5bb8d7cb
091a45138a4 : Added tag jdk8u202-b03 for changeset 86095fa49988
106d4b44c3c : Added tag jdk8u201-b03 for changeset 991e229cb6a5
cc348f5317f : Added tag jdk8u201-b03 for changeset 9f6ee78742e3
e0dbf243ea2 : Added tag jdk8u201-b03 for changeset 77c68a0bba54
20ccfc75754 : Added tag jdk8u201-b03 for changeset e366616d2bb2
fc54ed9a6eb : Added tag jdk8u201-b03 for changeset 0bd4d3aa4210
4e71010d78f : Added tag jdk8u201-b03 for changeset 5bd3e60e792e
8d25c4a78ea : Added tag jdk8u201-b03 for changeset bd0f244bd485
4ef0d99c9b0 : Added tag jdk8u201-b03 for changeset b9ac3b5e60f5
f26b1597529 : Added tag jdk8u201-b03 for changeset 741a4062e373
4ae05bac931 : Added tag jdk8u201-b03 for changeset 545faadc2ebe
b1b86552d0c : Added tag jdk8u201-b03 for changeset 13bf14ed475e
684a45c7122 : Added tag jdk8u201-b03 for changeset 81c630bd16ff
0301d596e7c : Added tag jdk8u201-b03 for changeset 8a789ba8f4c0
63005b22d62 : Added tag jdk8u201-b03 for changeset f81a6ec069ae
0cdbd455f57 : Added tag jdk8u201-b03 for changeset 74c6de09ca77
6d857f26a7b : Added tag jdk8u201-b03 for changeset ab2a0a43183b
9380cf342b1 : 8213168: Enable different look and feel tests in SwingSet3 demo test FileChooserDemoTest
ee1a5e3c1e6 : 8212882: links to tutorial should be updated to use https:
8d8d2d8bdde : 8211422: Reading PNG with corrupt CRC for IEND chunk throws IIOException
b9bf598fe71 : 8211795: ArrayIndexOutOfBoundsException in PNGImageReader after JDK-6788458
0044b55629f : 8213817: @return has already been specified (4 occurrences, in AWT and Swing)
1b012e213d3 : 6849922: java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html fails
9516008ca08 : 8211301: [macos] support full window content options
a7a96c5f016 : 8213614: DnD operation change feature does not work with 64bit big endian CPU
c3b47e556e2 : 8213292: Input freezes after MacOS key-selector (press&hold) usage on macOS Mojave
faae1772c1a : 8213532: add missing LocalFree calls after using FormatMessage(A) [windows]
4ed24b2a03d : 8213844: Typo in ProblemList updation under JDK-8213536
53ed0c129af : 8212116: IIOException "tEXt chunk length is not proper" on opening png file
458e0b864ad : 8213767: Remove the -Xconcurrentio flag and associated code
89b7212611f : 8213591: running bin/idea.sh in Cygwin: generated project cannot be imported
9a79d90cc69 : 8213574: Deadlock in string table expansion when dumping lots of CDS classes
61082e6b256 : 8213480: update internal ASM version to 7.0
ba913fe82d0 : 8211833: Javadoc cleanup of java.applet package
a4b9ae8bb34 : 8186549: move ExtendedRobot closer to tests
5d603b77d95 : 8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF
8a5f5e0f34f : 8187364: Unable to enter zero width non-joiner (ZWNJ) symbol in Swing text component
8ed1c25f6b8 : 8213536: Update ProblemList for Linux
fe6aa29326d : 8198624: java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/SubMenuShowTest.html fails on mac
eda5f09014c : 8213478: Reduce rebinds when applying repeated filters and conversions
5a9a338c8eb : 8211435: Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: null source
cc3756b342a : 8198321: javax/swing/JEditorPane/5076514/bug5076514.java fails
2df435e1915 : 8211926: Catastrophic size_t underflow in BitMap::*_large methods
8f1a1b9cab1 : 8213711: Zero build broken after JDK-8213199 (GC abstraction for Assembler::needs_explicit_null_check())
bd9a9d591b1 : 8199072: Test javax/swing/GroupLayout/6613904/bug6613904.java is unstable
83155e1ea6a : 8213707: [TEST] vmTestbase/nsk/stress/except/except011.java failed due to wrong class name
96ebd03c09b : 8213568: Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
9076a94dd49 : 8213383: Wrap up pthread_cond_wait into a loop to workaround potential spurious wakeups
0f9e314cb55 : 8213704: increase default timeout for vmTestbase/metaspace/stressDictionary/StressDictionary.java
9d39cba453e : 8213113: Dead code related to UseAdaptiveSizePolicy in ParNewGeneration
cc2fb36243a : 8213701: Add org.graalvm.compiler.debug.test.TimerKeyTest to problem list
29e742273eb : 8185496: Improve performance of system properties initialization in initPhase1 8213424: VersionProps duplicate and skipped initialization
1b20a6781f3 : 8213694: Test Timeout.java should run in othervm mode
db0221089f9 : 8213596: test failure with Graal when security manager and policy file are used
5e25c70198b : 8213588: compiler/graalunit/HotspotTest.java fails after 8213348 / 8211781 were pushed
3e9941ea2b0 : 8212261: Add SSLSession accessors to HttpsURLConnection and SecureCacheResponse
7e17764cd38 : 8213592: Misaligned code in globals.hpp after 8211845
598f5959471 : 8213604: Fix missing includes after JDK-8212673
bc3c7c9b326 : 8198002: java/awt/Mixing/Validating.java debug assert on Windows
9e754390c63 : 8213489: GC/C2 abstraction for Compile::final_graph_reshaping()
617ccd6b92f : 8213473: Replace testB_mem_imm matcher with testUB_mem_imm
06383ba3a12 : 8211951: Broken links in java.management files
3ec1c6f9491 : 8198000: java/awt/List/EmptyListEventTest/EmptyListEventTest.java debug assert on Windows
e40a70bce03 : 8213181: Updation of ProblemList.txt for removal of passing swing test
bf7a30f5cf4 : 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
b5534854365 : 8213116: javax/swing/JComboBox/WindowsComboBoxSize/WindowsComboBoxSizeTest.java fails in Windows
147fc3ed137 : 8213346: Re-implement shared dictionary using CompactHashtable
14b8e187e24 : 8213826: Disable ARMv6 memory barriers on ARMv5 processors
acd81b508e9 : 8212885: TLS 1.3 resumed session does not retain peer certificate chain
65dc116bf60 : 8213400: Support choosing group name in keytool keypair generation
761710ffab2 : 8213820: unknown tag: @returns
e07d7a01c77 : 8213569: Bump minimum boot jdk to JDK 11
ea22b273487 : 8213760: os::obsolete_option is obsolete and should be removed
a8a34764b2d : 8213814: build error in jtreg test jvmti/GetLocalVariable
d32fed965b7 : 8212221: GraalUnitTestLauncher should generate MX_SUBPROCESS_COMMAND_FILE
a2cc9125652 : 8213570: [TESTBUG] Update JFR sanity test set
beb5b05d442 : 8213563: appcds/sharedStrings/SharedStringsStress.java fails with 'GC triggered before VM initialization completed' error
f285fe93eeb : 8213525: new unit test GetLocalVariable/LocalVars is not stable
0050cd57761 : 8213440: Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp
53e88991296 : 8209415: Fix JVMTI test failure HS202
8c361a3e744 : 8213490: Networking area typos and inconsistencies cleanup
56db1226563 : 8213307: G1 should clean up RMT with ClassUnloadingWithConcurrentMark
8a64d3bc3c5 : 8213741: Consolidate Object and String Stringifiers
90cf7a7d127 : 8213718: [TEST] Wrong classname in vmTestbase/nsk/stress/except/except002 and except003
1d340e454c2 : 8212939: Add space after if/while/for/switch and parenthesis
e3d65f1c127 : 8213745: Don't use memset to initialize array of RegMask in matcher.cpp
d3ccf8a0ca9 : 8160768: Add capability to custom resolve host/domain names within the default JNDI LDAP provider
b33edbf1ec7 : 8213527: [testbug] Fix PrintMetaspaceDcmd test using UseCompressedOops for 32-bit
cea9c214796 : 8210493: Bind to node- or linklocal ipv6 multicast address fails
9429c17b35f : 8205574: Loop predication "assert(f <= 1 && f >= 0) failed Incorrect frequency"
c963d543d2d : 8209055: c.s.t.javac.code.DeferredCompletionFailureHandler seems to use WeakHashMap incorrectly
3bef8642a42 : 8210803: Compilation failure in codeBlob.cpp for Windows 32-bit
50dc5ef3962 : 5076751: System properties documentation needed in javadocs
245a72938ad : 8211822: Some tests fail after JDK-8210039 8202886: [macos] Test java/awt/MenuBar/8007006/bug8007006.java fails on MacOS
c03cdce50e3 : 8213261: test javax/swing/plaf/nimbus/AllSwingComponentsBaselineTest.java fails
36562287870 : 8207070: Webstart app popup on wrong screen in a one-screen setup changing to multi-monitor
d418a15de7f : 8211992: GraphicsConfiguration.getDevice().getDisplayMode() causes JVM crash on Mac
fa9ec805d9b : 8198001: java/awt/Menu/WrongParentAfterRemoveMenu/WrongParentAfterRemoveMenu.java debug assert on Windows
7304b7af5ab : Added tag jdk8u202-b02 for changeset 0208cee92dc4
993de2b675c : Added tag jdk8u202-b02 for changeset b1dc08ea8792
4cc427ff411 : Added tag jdk8u202-b02 for changeset ff9c6d4140f2
549928f77f5 : Added tag jdk8u202-b02 for changeset c52204c9070a
4da544a7633 : Added tag jdk8u202-b02 for changeset 0fd88d991d93
77e28660476 : Added tag jdk8u202-b02 for changeset 9f3e55d49558
3e54ae6d4f7 : Added tag jdk8u202-b02 for changeset 7a4eccda95da
1207b750b9a : Added tag jdk8u202-b02 for changeset 0cdb30b08145
b19e2a6e505 : Added tag jdk8u202-b02 for changeset 3c6e117127d1
194de3086b0 : Added tag jdk8u202-b02 for changeset 8d9c0acead3c
518c6c5c048 : Added tag jdk8u202-b02 for changeset 05a34f9858d1
221f8284a39 : Added tag jdk8u202-b02 for changeset 5a834d019606
6b7cd2be91a : Added tag jdk8u202-b02 for changeset e2765b56f2bf
334268a3566 : Added tag jdk8u202-b02 for changeset 8983cf19ff61
04e9170749a : Added tag jdk8u202-b02 for changeset 12531d6d5e25
443146040f9 : Added tag jdk8u202-b02 for changeset 907e03e4620a
9376c03afeb : Added tag jdk8u201-b02 for changeset bbca6b555562
25752f468e4 : Added tag jdk8u201-b02 for changeset 50ec33fe9dfd
c2d8a4aadab : Added tag jdk8u201-b02 for changeset 79434726edd5
b169c1ff2ee : Added tag jdk8u201-b02 for changeset 01f9f6236a1e
75878fc0c92 : Added tag jdk8u201-b02 for changeset 01abe188dd2e
dd072fe57ec : Added tag jdk8u201-b02 for changeset 85de85e1298b
57e0c74df3e : Added tag jdk8u201-b02 for changeset 9a9c8daac250
7dc4d495c06 : Added tag jdk8u201-b02 for changeset 30f5cbc4c725
29de8a55d57 : Added tag jdk8u201-b02 for changeset e6fd8a2720a5
51c69fe4742 : Added tag jdk8u201-b02 for changeset 2ea67c8e5b32
00288f8aed7 : Added tag jdk8u201-b02 for changeset 9576fdaa1225
f7d79ec2afa : Added tag jdk8u201-b02 for changeset 876740ec5cb2
d8fea539462 : Added tag jdk8u201-b02 for changeset 5e9107babb30
3614dfd0199 : Added tag jdk8u201-b02 for changeset 1e2d452595be
63c853c6ba8 : Added tag jdk8u201-b02 for changeset c8a26298841b
98230e22865 : Added tag jdk8u201-b02 for changeset d9574fd3d633
5fa252a52c3 : 8213213: Remove src/java.desktop/unix/classes/sun/awt/X11/keysym2ucs.h
b84cf61b087 : 8213250: CDS archive creation aborts due to metaspace object allocation failure
836e02e1f1e : 8213576: Make test AsyncCloseChannel.java run in othervm
6a9e3b9d296 : 8204529: gc/TestAllocateHeapAtMultiple.java fail with Agent 7 timed out
a73856351a5 : 8213439: Run class initialization for boot loader classes with registered subgraph archiving entry field during CDS dump time
9dbaf4936fe : 8213348: jdk.internal.vm.compiler.management service providers missing in module descriptor 8211781: re-building fails after changing Graal sources
0ec4944be78 : 8211450: UndetVar::dup is not copying the kind field to the duplicated instance
7c3f2b06f13 : 8213199: GC abstraction for Assembler::needs_explicit_null_check()
7724fd6d9bf : 8213154: Update copyright headers of files in src tree that are missing Classpath exception
f69921f2fc5 : 8213436: Obsolete UseMembar
38a1e5ffbcb : 8213438: Remove ClearResponsibleAtSTW
a5677965333 : 8202285: (fs) Add a method to Files for comparing file contents
e8fd8147a3b : 8212928: Assertion too strict in compiledVFrame::update_deferred_value on SPARC
4187dff26ac : 8213418: Socket/ServerSocket supportedOptions does not work with custom SocketImpl
7d4e8d0e261 : 8210197: javac can't tell during speculative attribution if a diamond expression is creating an anonymous inner class or not
3084a5290c8 : 8211845: A new switch to control verbosity of hs-err files
c9e3ee1fbbd : 8213411: JDK-8209189 incorrect for Big Endian (JVM crashes)
1ce3770481f : 8209139: globalCounter bootstrap issue
1117fcb3391 : 8213479: Missing x86_64.ad patterns for 8-bit logical operators with destination in memory
e35e0ab165c : 8211403: Rename SafepointMechanism::poll(...)
b2541f90e64 : 8212673: jtreg/applications/runthese/RunThese30M.java fails in C2 with "assert(!had_error) failed: bad dominance"
eac28d7fae8 : 8213137: Remove static initialization of monitor/mutex instances
fdfbfb2f8b4 : 8213515: Improve freetype detection on linux/ppc64/ppc64le/s390x
3cefdacdb22 : 8213338: Reduce the number of generated make targets
bf16c3a479e : 8080406: VM_GetOrSetLocal doesn't check local slot type against requested type
f8388465009 : Added tag jdk-12+19 for changeset dc1f9dec2018
7cc7927aabc : 8213428: Add a no precompiled header Linux build to builds-tier1 and jdk-submit
31cfeabc462 : 8213469: Remove/fix leftovers from JDK-8213384: Move G1/C2 barrier verification into G1BarrierSetC2
bb792b03378 : 8213371: GC/C2 abstraction and cleanup to handle custom offset for GC memory accesses
bb0212400fc : 8213245: Restoring nsk/jvmti/scenarios/hotswap tests from ProblemList.txt
0a01d376056 : 8213052: HTML errors in JPDA spec
9c5c6947cb2 : 8212937: Parent class loader may not have a referred ClassLoaderData instance when obtained in Klass::class_in_module_of_loader
8872adab417 : 8213444: Missing emphasis for term being defined
ca1c6b93ac1 : 8213487: [BACKOUT] 8213414 Fix incorrect copy constructors in hotspot
e0369ea66f7 : 8213464: Fix missing include after JDK-8212243
1165eb3afea : 8213414: Fix incorrect copy constructors in hotspot
b0a9871463b : 8213347: [JVMCI] remove use of reflection in JVMCI
968f65c0360 : 8213366: (fs) avoid handle leak in Java_sun_nio_fs_WindowsNativeDispatcher_FindFirstFile0
a9ae1418361 : 8212605: Pure-Java implementation of AccessController.doPrivileged
c8c41d14441 : 8211049: Second parameter of "initialize" method is not used
9ba72c0c2c9 : 8213381: Hook to allow GC to inject Node::Ideal() calls
f7fc720c9c5 : 8211339: NPE during SSL handshake caused by HostnameChecker
9ffe7e1205e : 8211122: Reduce the number of internal classes made accessible to jdk.unsupported
29f03ebf2cf : 8213384: Move G1/C2 barrier verification into G1BarrierSetC2
d95d55f8011 : 8198294: AARCH64 - Set flags' optimal defaults for Cavium Thunder X2 CPU
8ab8d455526 : 8212243: More gc interface tweaks for arraycopy
0fade4897eb : 8210409: Refactor java.util.TimeZone:i18n shell tests to plain java tests
88fec446612 : 8204521: compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java fails trying to delete temp file
1e9d3b53581 : 8210986: Add OopStorage cleanup to ServiceThread
a1029a47298 : 8213330: Fix legal headers in i18n tests
32d4c852a91 : 8212876: ftp: links for character-sets require a login password
f7a2a60f78e : 8212872: Broken link to Namespaces in XML Errata
f131a8620c2 : 8212883: Setting a double manageable flag with jcmd/jinfo crashes the JVM
9b4393268d2 : 8208519: Remove rehashable hashtable
c8cb3978ba9 : 8213227: Update jib src excludes to filter webrev and Jreg directories
8e57878e0a4 : 8212610: Fix handling of memory in PhaseIdealLoop::clone_loop_predicates()
34d2e1ea70f : 8209960: -Xlog:jfr* doesn't work with the JFR
b9aa498282f : 8213196: [ppc] [s390]: prepare code for gcc7.3.1 warning (int-in-bool-context)
3798a62adb9 : 8212996: Use AS_NO_KEEPALIVE when accessing dead java.lang.invoke.CallSites during nmethod unloading
364f0784a49 : 8212585: Clean up CompiledMethod::oops_reloc_begin()
b5d2e875f68 : 8209835: Aarch64: elide barriers on all volatile operations
6168452b9fe : 7124293: [macosx] VoiceOver reads percentages rather than the actual values for sliders
0bc7995de25 : 8210863: Remove Xrandr include files from JDK sources
b0882f0ee67 : 8210837: Add libXrandr-devel to the Linux devkits
e81c92234c0 : 8210886: Remove references in xwindows.md to non-existent files
d302072f502 : 8213211: [BACKOUT] Allow Klass::_subklass and _next_sibling to have unloaded classes
e496d670429 : 8208702: javax/swing/reliability/HangDuringStaticInitialization.java may hang on macos
0e04de0f9ce : 8212903: [TestBug] Tests test/jdk/javax/swing/LookAndFeel/8145547/DemandGTK2.sh and DemandGTK3.sh fail on Ubuntu 18.04 LTS
812a004bc95 : 8211810: X11 Time stamp data should be unsigned
033a0df6efc : 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
2215c4c893e : 8213138: Update ProblemList.txt for mac
e304b3d548a : 8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
2e69aa75546 : 8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
42a5de4b4f5 : 8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
753400f0479 : 8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
04104ceaea8 : 8213130: Update ProblemList after verification of jtreg tests in Win 7
b6be5030eb9 : 8212790: Javadoc cleanup of java.awt.color package
7f642e200b3 : 8212865: Broken external link to TIFF6.pdf in ImageIO package-info.java
413ac60a5f9 : 8210057: Enable different look and feels in SwingSet3 demo test InternalFrameDemoTest
d49ba47e9bf : 8211443: Enable different look and feels in SwingSet3 demo test SplitPaneDemoTest
9f9a0db4958 : 8211933: [8u] hotspot adlc needs to link statically with libstdc++ for gcc7.3
00a80b29d37 : 8211933: [8u] hotspot adlc needs to link statically with libstdc++ for gcc7.3
a4454415802 : 8212735: Compilation issue with javax.swing.InputVerifier example in javadoc section
b29bab75222 : 8192888: AllSwingComponentsBaselineTest fails with NullPointerException for NimbusLookAndFeel
f73aeb66a85 : 8212821: CHECK_ must be used in the rhs of an assignment statement within a block (round 2)
5b499bf5fd3 : 8212821: CHECK_ must be used in the rhs of an assignment statement within a block (round 2)
5dac22b8eb4 : 8212913: (Nested)ThreadsListHandleInErrorHandlingTest need to disable ShowRegistersOnAssert
18d4a423f99 : 8150552: Remove -XX:+AggressiveOpts
533bd0a6042 : 8210407: Refactor java.util.Calendar:i18n shell tests to plain java tests
6372e24bba6 : 8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
ceedf48a53d : 8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
2c208aa5632 : 8212896: AIX build breaks after 8212611
c145bd0bd05 : 8199567: [Nestmates] Cleanup instanceKlass.cpp
24d86358ea9 : 8186098: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failed due to libnss3 version cannot be parsed
243cbe5404e : 8186098: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failed due to libnss3 version cannot be parsed
6182c473d6b : 8194864: Outputs more details for PKCS11 tests if the NSS lib version cannot be determined
52db665e302 : 8194864: Outputs more details for PKCS11 tests if the NSS lib version cannot be determined
34397c49149 : 8212718: Refactor some annotation processor tests to better use collections
272eb6824b1 : 8212817: [JVMCI] ResolvedJavaMethod.isInVirtualMethodTable throws InternalError
db6696837e9 : 8212771: Remove remaining spaces before/after () for vmTestbase
c2bc7498661 : 8211736: jdb doesn't print prompt when breakpoint is hit and suspend policy is STOP_EVENT_THREAD
77ad5f6fa38 : 8212707: GlobalCounter padding is too optimistic
06a2bb52747 : 8212726: Replace some use of drop- and foldArguments with filtering argument combinator in StringConcatFactory
a633b90085d : 8212754: Build failure: undefined JvmtiSampledObjectAllocEventCollector::object_alloc_is_safe_to_sample
3b4e9b16df2 : 8129560: TestKeyPairGenerator.java fails on Solaris because private exponent needs to comply with FIPS 186-4
fdb20c12cff : 8129560: TestKeyPairGenerator.java fails on Solaris because private exponent needs to comply with FIPS 186-4
2bfbbed6f09 : 8155635: C2: Mixed unsafe accesses break alias analysis
09472f986ca : 8155635: C2: Mixed unsafe accesses break alias analysis
f58d683f9b5 : 8211909: JDWP Transport Listener: dt_socket thread crash
c48e4938fbf : 8211909: JDWP Transport Listener: dt_socket thread crash
6183362938b : 8212709: Backout backport of JDK-8211394 from jdk 8u-dev
863438a090b : 8212709: Backout backport of JDK-8211394 from jdk 8u-dev
c0d4815ef91 : 8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address
dfa0aec82eb : 8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address
9f2d439b2c9 : 8211394: CHECK_ must be used in the rhs of an assignment statement within a block
a4f548905f9 : 8211394: CHECK_ must be used in the rhs of an assignment statement within a block
7b8ac9e9fd1 : Added tag jdk8u202-b01 for changeset 340109bd8fa0
bf0f6b137bb : Added tag jdk8u202-b01 for changeset 9df301454254
4254e15c6f3 : Added tag jdk8u202-b01 for changeset 68a868987a95
36f6649bf08 : Added tag jdk8u202-b01 for changeset 5a26386c98a5
ed5704ad40d : Added tag jdk8u202-b01 for changeset f345830e7b74
df04bfd7f7a : Added tag jdk8u202-b01 for changeset d033ad861ee1
5dad4953389 : Added tag jdk8u202-b01 for changeset c136e6374309
f4b8443cd90 : Added tag jdk8u202-b01 for changeset ea6b5aab998f
a3513f8ab63 : Added tag jdk8u202-b01 for changeset 193257b34f53
958aaa7e22c : Added tag jdk8u202-b01 for changeset 6706f3599a8b
27fe795bae3 : Added tag jdk8u202-b01 for changeset ae6973766c5f
34237c6919f : Added tag jdk8u202-b01 for changeset 0e9aae8f9e87
6ec0a58a48e : Added tag jdk8u202-b01 for changeset ea5a0a2ed94a
9f1d55cc536 : Added tag jdk8u202-b01 for changeset a3ee07f0bfa8
ecbfd1e0a1d : Added tag jdk8u202-b01 for changeset f2b9c777b4f0
23ab04eddc4 : Added tag jdk8u202-b01 for changeset 1ebd44859ba2
b1fee10cdbc : Added tag jdk8u201-b01 for changeset ca62efd14734
7b51a688b8b : Added tag jdk8u201-b01 for changeset 1a85bfd30627
76f3d9565ab : Added tag jdk8u201-b01 for changeset 950326e5e1b3
e3c4d620878 : Added tag jdk8u201-b01 for changeset 2ef72b94ba46
8f2e1228681 : Added tag jdk8u201-b01 for changeset 08e466f1326a
b70eb46c7af : Added tag jdk8u201-b01 for changeset 4252f3b9e9e9
ef975b99822 : Added tag jdk8u201-b01 for changeset a4d9103da527
09e091228e6 : Added tag jdk8u201-b01 for changeset 77590803ab2c
f1e668ca28c : Added tag jdk8u201-b01 for changeset c3d37dacc987
ace44569e0f : Added tag jdk8u201-b01 for changeset f41cbd9f8d41
9bcf52d4320 : Added tag jdk8u201-b01 for changeset 6e5cacaf40d2
de7e190604d : Added tag jdk8u201-b01 for changeset 1ce4ebcd371c
6f02945ab6e : Added tag jdk8u201-b01 for changeset 9d88f7e56aec
1f4cec76663 : Added tag jdk8u201-b01 for changeset 07750699fd7b
fb32c8c8e51 : Added tag jdk8u201-b01 for changeset 2449d7929c8a
553f1d25697 : Added tag jdk8u201-b01 for changeset 05028679edc4
ff031056547 : 8193879: Java debugger hangs on method invocation
a77e73987b8 : 8193879: Java debugger hangs on method invocation
b4c401fa37a : 8212611: Small collection of simple changes from shenandoah
a0594bc1380 : 8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
10027304cdf : 8212216: JGSS: Fix leak in exception cases in getJavaOID()
e6d66056ab0 : 8212535: Remove spaces before/after () for vmTestbase/[a-j]*
5e6d6b86421 : 8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
fd8d1cd6bf0 : 8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - unexpected. lastLine=52, minLine=52, maxLine=55
522608c0a77 : 8210990: [TESTBUG] Some CDS tests don't respect JVM variant being tested
81721a4b5fa : 8211876: Broken links in java.base files (ClassLoader.html#name)
932d2c6ba63 : 8212774: Remove dead code touching Klass::_lower_dimension
a623db21484 : 8212148: Remove remaining NSK_CPP_STUBs
dafc4834753 : 8210959: JShell fails and exits when statement throws an exception whose message contains a '%'
749916b897a : 8210923: JShell: support for switch expressions
b3c1e4f6636 : 8212663: Remove conservative at_safepoint assert when JFR writes type sets during class unloading
cea4eef60aa : 8212695: Add explicit timeout to several HTTP Client tests
5b925d80f51 : 8211853: Avoid additional duplicate work when a reference in the task queue has already been evacuated
3bafe65a755 : 8212114: Reconsider the affect on closed streams resulting from 8189366
21341a37af3 : 8212752: Typo in SSL log message related to inactive/disabled signature scheme
c4c6a0773b0 : 8210339: Add 10 JNDI tests to com/sun/jndi/dns/FedTests/
68a24bc4f18 : 8208542: Add 4 JNDI tests to com/sun/jndi/dns/ListTests/
b2ce7f9ec65 : 8200151: Add 8 JNDI tests to com/sun/jndi/dns/ConfigTests/
5f8d0a30801 : 8211879: Broken links in API overview
f1e1e1fe6f7 : 8177709: Convert TestVirtualSpace_test to GTest
4c8b5f840c7 : 8171097: Convert TestReservedSpace_test to Gtest
137e3161c49 : 8211806: TLS 1.3 handshake server name indication is missing on a session resume
6beba541cd3 : 8212698: Minor g1 #include changes and memoryService.hpp copyright date update
7fcee43b13d : 8212629: [TEST] wrong breakpoint in test/jdk/com/sun/jdi/DeferredStepTest
a675a489403 : 8195793: Remove GTE CyberTrust Global Root
b9279ef8501 : 8211437: java.net.http.HttpClient hangs on 204 reply without Content-length 0
4abb6861ecb : 8212642: Remove SystemDictionary::InitOption enum
cb17e450b32 : 8212603: Need to step over GC barriers in Node::eqv_uncast()
f7393a59d13 : 8201355: Avoid native memory allocation in sun.security.mscapi.PRNG.generateSeed
21f57051c4a : 8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT
d54fa9e93d7 : 8212662: Fix javadoc typo in java.lang.ref.Cleaner
ef3c0a24587 : 8209087: Clean up runtime code that compares 'this' to NULL
417d396b542 : 8210448: Copy Java XML Digital Signature API Specification into java.xml.crypto javadocs
d75f70d91cf : 8212595: Remove unused size_helper() in oop_oop_iterate* in instanceKlass.inline.hpp
3c2c6bce024 : 8210406: Refactor java.util.PluggableLocale:i18n shell tests to plain java tests
10b754ee854 : 8212587: equals in MakeBase does not handle empty strings correctly
c86ba296936 : 8212612: Add documentation about Arguments::_exit_hook
d63acb557ce : 8211899: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[E-M]
75489d717e0 : 8210632: Add key exchange algorithm to javax/net/ssl/TLSCommon/CipherSuite.java
ab0baf86f72 : Added tag jdk-12+16 for changeset 199658d1ef86
00f3bbe51b2 : 8212617: ARM32 build failures after JDK-7041262 (VM_Version should be called instead of Abstract_VM_Version so that overriding works)
b3d9f93363d : 8212616: x86_32 build failures after JDK-8210498 (nmethod entry barriers)
89d9a60caa6 : 8212186: JVMTI lacks a few GC barriers/hooks
98fe69f3a25 : 8212608: Minimal VM build failure after JDK-8210498 (nmethod entry barriers)
b3b41df70fb : 8212597: Optimize String concatenation setup when using primitive operands
da989adeb78 : 8212562: To remove lib/security from test/jdk/TEST.groups
b1c0737ad56 : 8212201: Classlist build tool should be built for the target JDK version
4e1c5102153 : 8211901: javadoc generates broken links on deprecated items page
05f0d115532 : 8210403: Refactor java.util.Locale:i18n shell tests to plain java tests
84a22b6b366 : 8212481: PPC64: Enable POWER9 CPU detection
307ba484e15 : 8213182: Minimal VM build failure after JDK-8212200 (assert when shared java.lang.Object is redefined by JVMTI agent)
28362bdd933 : 8213151: [AIX] Some class library files are missing the Classpath exception
a241cf43674 : 8213086: Compiler thread creation should be bounded by available space in memory and Code Cache
4da555c7a87 : 8213142: Use RAII to set the scanning source in G1ScanEvacuatedObjClosure
28c9f22ebb1 : 8212911: Unify and micro-optimize handling of non-in-collection set references in oop closures
0e622f29a26 : 8211388: Make OtherRegionsTable independent of the region it is for
0d19f0bb510 : 6490394: G1: Allow heap shrinking / memory unmapping after reclaiming regions during Remark
3a343a56818 : 8071913: Filter out entries to free/uncommitted regions during iteration
adb1dcdcc2e : 8213107: Make ClassLoaderDataGraph iterator skip unloaded CLDs
f66d1f3d9e9 : 8213184: Revert change in jib-profiles.js from run-test-prebuilt to test-prebuilt
53ecc07aaa0 : 8210958: Rename "make run-test" to "make test"
80aa38305d0 : 8212933: Thread-SMR: requesting a VM operation whilst holding a ThreadsListHandle can cause deadlocks
e4f5ffc403e : 8213172: CDS and JFR tests fail with assert(JdkJfrEvent::is(klass)) failed: invariant
99621df4893 : 8210244: {@value} should be permitted in module documentation
7ce14369130 : 8212866: Broken link to schematron.com
413d5e8c612 : 8212738: Incorrectly named signature scheme ecdsa_secp512r1_sha512
93021808e66 : 8195627: [Graal] nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026 hangs with Graal in Xcomp mode
b9f22907d3e : 8203953: Rename SystemDictionary::load_shared_class(Symbol*, Handle, TRAPS) to load_shared_boot_class()
ba18b569ef1 : 8203629: Produce events in the JDK without a dependency on jdk.jfr
7d2ac4cc317 : 8211743: [AOT] crash in ScopeDesc::decode_body() when JVMTI walks AOT frames
3185dcf0f21 : 8212827: GlobalCounter should support nested critical sections
dcb6e1dda8c : 8210853: JIT: C2 doesn't skip post barrier for new allocated objects
0aa4581229a : 8205476: KeyAgreement#generateSecret is not reset for ECDH based algorithm
02d6d9c2595 : 8212941: Loosen the range of JapaneseEra
05027c124c6 : 8209093: JEP 340: One AArch64 Port, Not Two
0399760d7fd : 8213148: JDK build fails because of missing #includes
7e19a09742b : 8212081: AnnotatedType.toString implementation don't print annotations on embedded types
e0911eacd64 : 8209566: [TESTBUG] runtime/appcds/jigsaw/modulepath/JvmtiAddPath.java timeout on tier6 on sparc
0c554411b04 : 8205327: Clean up #if INCLUDE_CDS in classLoaderExt.cpp and classLoaderExt.hpp
d153c9c259e : 8213017: jspawnhelper: need to handle pipe write failure when sending return code
91a2c2e3401 : 8213035: Pack MethodHandleInlineStrategy coder and length into a long
4b27547977e : 8177899: Tests fail due to code cache exhaustion on machines with many cores
d9d067369b8 : 8212624: remove outdated entries from langtools problem list
d0696b538a4 : 8213100: fix test OptionSmokeTest before removing it from the problem list
93c891c51be : 8177710: Convert TestMetaspaceUtils_test to GTest
810ba0eb124 : 8157728: Convert GCTimer_test to GTest
efce2c03970 : 8212154: [TESTBUG] CheckArchivedModuleApp fails with NPE when JVMCI is absent
9a06fc3ea75 : 8212205: VM asserts after CDS archive has been unmapped
37ef084d732 : 8210808: jshell tool: only considers the first snippet of the external editor
7a9db013b7c : 8212694: Using Raw String Literals with align() and Integer.MIN_VALUE causes out of memory error
6a045adbed7 : 8212958: Allow Klass::_subklass and _next_sibling to have unloaded classes
71637b00c70 : 8212997: [TESTBUG] Remove defmeth tests for class file versions 50 and 51
f69c1407aed : 8212766: TestPromotionEventWithG1.java failed due to "RuntimeException: PLAB size is smaller than object size."
931c9cf86d1 : 8212974: Update RS Skipped cards uses wrong enum to register to phase
d7972644881 : 8213056: Nested anchor tags in java.lang.module
890a8b77055 : 8213043: Add internal Unsafe xxxObject methods as jsr166 is broken
a655e6b52b3 : 8212129: Remove finalize methods from java.util.zip.ZipFIle/Inflator/Deflator
0108d754d79 : 8017061: os_bsd.cpp contains code for UseSHM and UseHugeTLBFS
ae77ef7d7a4 : 8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java
e4f51809e4e : 8212173: Thread._stack_base/_stack_size initialized too late for new threads
67d76fe9372 : 8192864: defmeth tests can hide failures
7c81535d46b : 8209598: Clean up how messages are printed when CDS aborts start-up
8dbea748271 : 8212867: Link to DRBG test vectors is redirected to a broken link
ff4cf4f40b1 : 8212956: [JVCMI] SpeculationReason should maintain identity
c24f6506e77 : 8021335: Missing synchronization when reading counters for live threads and peak thread count
7533f9f78a0 : 8212994: Links to Oracle websites should use "https:"
8b98cc37229 : 8213005: Missing symbols in hs_err files on Windows after JDK-8212028
3837f1abc10 : 8210242: vmTestbase/nsk/stress/jni/jnistress001.java crashes with EXCEPTION_ACCESS_VIOLATION on windows-x86
589b596becc : 8212884: Remove the assignments in ifs for vmTestbase/[a-s]
162e75f4a8e : 8212897: Some improvements in the EditorPaneDemotest
b4cb7d6fc72 : 8212151: jdi/ExclusiveBind.java times out due to "bind failed: Address already in use" on Solaris-X64
a7aa770b9af : 8164546: Convert DirectivesParser_test to GTest
d523a17e802 : 8212795: ThreadInfoCompositeData.toCompositeData fails to map ThreadInfo to CompositeData
85598bc90f2 : 8212948: Remove unused jdk.internal.misc.VMNotification interface
7727e4ca2f2 : 8211883: Disable anon and NULL cipher suites
fb3ab945a6c : 8212978: Add RedefineMethodUsedByMultipleMethodHandles.java to problem list
be312edc2a0 : 8212770: Remove spaces before/after () for vmTestbase/jvmti/[s-u]
ae21c81dd7d : 8212926: HttpClient does not retrieve files with large sizes over HTTP/1.1
0d815c26774 : 8211694: JShell: Redeclared variable should be reset
f095a9ee49b : 8209768: Refactor java/util/prefs/CheckUserPrefsStorage.sh to plain java test
6ce0aeb00b1 : 8210908: Refactor java/util/prefs/PrefsSpi.sh to plain java test
801895a09e5 : Added tag jdk-12+17 for changeset eefa65e142af
93395f6a9e3 : 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
02966a7b67c : 8213102: Oracle Unilinks are [301 Moved Permanently] to https://docs.oracle.com
4ea4c29a4ca : 8207322: Backport GTK3 support on Linux to 8u
b5cb290c5d6 : 8207322: Backport GTK3 support on Linux to 8u
550af18f088 : 8212213: All tests for splashscreen stopped worked in jdk12b13
3ee3988bfd7 : 8211393: Memory leak issue on awt_InputMethod.c
b64e7fc2bd8 : 8211987: Menu bar gets input focus even if Alt-released event is consumed
667b323a89b : 8212098: Cleanup of ProblemList.txt for fixed swing tests
b3b647ef9a2 : 8133713: [macosx] Accessible JTables always reported as empty
518f32791ac : 8210739: Calling JSpinner's setFont with null throws NullPointerException
0ed2c6c2957 : 8212071: Need to set the FreeType LCD Filter to reduce fringing
cd85aa72103 : 8064811: Use THEAD instead of CHECK_NULL in return statements
265270ab266 : 8064811: Use THEAD instead of CHECK_NULL in return statements
f507e3c9d1a : 8211971: Move security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java
2a105069423 : 8212165: JGSS: Fix cut/paste error in NativeUtil.c
ffc26adbea5 : 8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo
7afa70096a3 : 8212083: Handle remaining gc/lock native code and fix two strings
d7c7ce19f19 : 8211980: Remove ThreadHeapSampler enable/disable/enabled methods
72f0429c110 : 8209862: CipherCore performance improvement
66c95744da6 : 8213368: JDK 8u201 l10n resource file update
39c15495888 : 8211883: Disable anon and NULL cipher suites
307b31e80b0 : 8209862: CipherCore performance improvement
badbfb62ee2 : 8213368: JDK 8u201 l10n resource file update
896ab4701c6 : 8211883: Disable anon and NULL cipher suites
150b5ecf8b8 : 8209862: CipherCore performance improvement
fdc61eb102a : 8209862: CipherCore performance improvement
8fe12502944 : 8206392: [macosx] Cycling through windows (JFrames) does not work with keyboard shortcut
865f6f52eaa : 8206392: [macosx] Cycling through windows (JFrames) does not work with keyboard shortcut
02977a0f26f : 8172850: Anti-dependency on membar causes crash in register allocator due to invalid instruction scheduling
55adce3daad : 8172850: Anti-dependency on membar causes crash in register allocator due to invalid instruction scheduling
ec5f10e6a2f : 8061359: [macosx] Checkbox toggles on Space press but does not spoken by Voice Over
1c3d0bbc0ae : 8073159: improve Test6857159.java
5fb30ee9eca : 8073159: improve Test6857159.java
79d4d536f88 : 8068440: Test6857159.java times out
11a2e7ecb4d : 8068440: Test6857159.java times out
19e229133e7 : 8163083: SocketListeningConnector does not allow invocations with port 0
e7e67096869 : 8163083: SocketListeningConnector does not allow invocations with port 0
a7c90c54007 : 8212040: Compilation error due to wrong usage of NSPrintJobDispositionValue in mac10.12
2491c32fcd6 : 6828982: UIDefaults.getUI swallows original exception
aa4584af89c : 8211886: Bad/broken link in synthFileFormat.html
02340946c0a : 8200659: Improve BigDecimal support
8f7263be846 : 8200659: Improve BigDecimal support
e71caa9aae8 : 8211693: Convert C-style array declarations in client demos and jdk.accessibility
80995e84ca6 : 8210870: Libsunmscapi improved interactions
63f3470be4c : 8210870: Libsunmscapi improved interactions
e04599aa4ad : 8191438: jarsigner should print when a timestamp will expire 8027781: New jarsigner timestamp warning is grammatically incorrect 8159805: sun/security/tools/jarsigner/warnings/NoTimestampTest.java fails after JDK-8027781
6b005db7f7d : 8191438: jarsigner should print when a timestamp will expire 8027781: New jarsigner timestamp warning is grammatically incorrect 8159805: sun/security/tools/jarsigner/warnings/NoTimestampTest.java fails after JDK-8027781
10a99981753 : 8209094: Improve web server connections
73ccda934f2 : 8209094: Improve web server connections
62dedbf45ea : 8210866: Improve JPEG processing
0acd048e0f5 : 8210866: Improve JPEG processing
97f03d2eb77 : Added tag jdk8u192-b26 for changeset f12f24245683
ebdfc5d42a5 : Added tag jdk8u192-b26 for changeset c99f0db036e7
ee647e6528d : Added tag jdk8u192-b26 for changeset 1a5b958f1c5e
15cb150422c : Added tag jdk8u192-b26 for changeset 6f5d58d90ce8
0863f882e86 : Added tag jdk8u192-b26 for changeset 87d0bfde1020
bfc4533198b : Added tag jdk8u192-b26 for changeset 631678b7603e
03886f39ac7 : Added tag jdk8u192-b26 for changeset 668b26a7cd2a
0dbffc0e04b : Added tag jdk8u192-b26 for changeset dd0b7f6d48ac
a0f40c72405 : Added tag jdk8u192-b26 for changeset 59eb6423e84a
21eb3b58271 : Added tag jdk8u192-b26 for changeset 0c0ac63d0916
ee7c803fef9 : Added tag jdk8u192-b26 for changeset 9478fb8f4d36
49467caebb1 : Added tag jdk8u192-b26 for changeset 34639c0135c0
9d24c6f1ad9 : Added tag jdk8u192-b26 for changeset 4ea7212bba00
40da1a8b7a9 : Added tag jdk8u192-b26 for changeset c15a2d8e1045
387cc5d28db : Added tag jdk8u192-b26 for changeset f537c46dfd1f
b112bc47945 : Added tag jdk8u192-b26 for changeset c7bdfd7d5213
d6d88b2c7f7 : Added tag jdk8u191-b26 for changeset e3a050530d7e
6a32944b863 : Added tag jdk8u191-b26 for changeset 2a0c004e4ec6
647f039e50a : Added tag jdk8u191-b26 for changeset 3f183cb0b2f9
8ed22f07c26 : Added tag jdk8u191-b26 for changeset 5b56db768571
63cc1b6e425 : Added tag jdk8u191-b26 for changeset 3ed8b62b38c1
7745b616b38 : Added tag jdk8u191-b26 for changeset af9766d88d72
f881ecf52cd : Added tag jdk8u191-b26 for changeset eb13ff7033fc
5d69723ad27 : Added tag jdk8u191-b26 for changeset a9458d5f17c9
4dc351c331f : Added tag jdk8u191-b26 for changeset c97546f57a5f
b889b6a2810 : Added tag jdk8u191-b26 for changeset 16665b48e58b
1f31b46ac7f : Added tag jdk8u191-b26 for changeset 435c415d7d61
1190d7a3663 : Added tag jdk8u191-b26 for changeset a151d05055f1
bdb64dea63b : Added tag jdk8u191-b26 for changeset b21b15020965
3c8588c8562 : Added tag jdk8u191-b26 for changeset b7e3463a42af
900733604c3 : Added tag jdk8u191-b26 for changeset d98cef2e72fc
214d2417719 : Added tag jdk8u191-b26 for changeset 84858baf8351
e575f195d85 : 8210610: Improved LSA authentication
680cded6e5b : 8210610: Improved LSA authentication
baddbcf1e66 : Added tag jdk8u192-b12 for changeset a12fb8f2ea49
8966d7591bc : Added tag jdk8u192-b12 for changeset 69d6457578cd
67d8dc0e54a : Added tag jdk8u192-b12 for changeset 09f86a161adf
bc68250658d : Added tag jdk8u192-b12 for changeset d8fef269f7bd
c3fc0115505 : Added tag jdk8u192-b12 for changeset 8babfabafeaf
325805ad23d : Added tag jdk8u192-b12 for changeset 6a9e71d25fef
0838721800c : Added tag jdk8u192-b12 for changeset fdb112ea48d4
be236567cd9 : Added tag jdk8u192-b12 for changeset 551c37eb811e
244dac3c6ab : Added tag jdk8u192-b12 for changeset 47b6bb0fe8de
4f271e86bec : Added tag jdk8u192-b12 for changeset 1d91ae5bf9c6
c6feb367f5f : Added tag jdk8u192-b12 for changeset 360286c9002e
fb0dc607e91 : Added tag jdk8u192-b12 for changeset 03f8fa671a56
4f45c50bf2a : Added tag jdk8u192-b12 for changeset cc2232d4f115
4d361eeacbb : Added tag jdk8u192-b12 for changeset 63479c64587f
395c00c6e64 : Added tag jdk8u192-b12 for changeset f00e65cbe944
7a0b12374d4 : Added tag jdk8u192-b12 for changeset c170460ad5c9
75028755c90 : Added tag jdk8u191-b12 for changeset 2855c666bc87
b7f4f836183 : Added tag jdk8u191-b12 for changeset 7a7fb383d010
665677adfae : Added tag jdk8u191-b12 for changeset 146aca388b11
85c736a6520 : Added tag jdk8u191-b12 for changeset 5af1dedda95b
e8583e05602 : Added tag jdk8u191-b12 for changeset 5e39fb10688f
23be69eabc1 : Added tag jdk8u191-b12 for changeset cbf5561a0c4e
90c413578c8 : Added tag jdk8u191-b12 for changeset 0c5408453f9d
394a8dd138c : Added tag jdk8u191-b12 for changeset 7a0894e1a1cb
192c205732c : Added tag jdk8u191-b12 for changeset 21372658c86d
fe9aaebe3ec : Added tag jdk8u191-b12 for changeset a49db481495c
474f7f6f0e9 : Added tag jdk8u191-b12 for changeset bdf6e4f391ee
d5251028bc6 : Added tag jdk8u191-b12 for changeset 5bc6184ec665
47b5f15999a : Added tag jdk8u191-b12 for changeset d3224fbf5d18
a3dc672c3bd : Added tag jdk8u191-b12 for changeset 882a7a9018f5
ccdaa4d48c0 : Added tag jdk8u191-b12 for changeset 066d251471fc
018cc23a0c9 : Added tag jdk8u191-b12 for changeset c086f5d22de9
c5e603e7594 : 8211731: Reconsider default option for ClassPathURLCheck change done in JDK-8195874
f21eca4d3b4 : 8211731: Reconsider default option for ClassPathURLCheck change done in JDK-8195874
9233d145d5c : 8211731: Reconsider default option for ClassPathURLCheck change done in JDK-8195874
75f5a42f7d1 : 8211731: Reconsider default option for ClassPathURLCheck change done in JDK-8195874
6a9241a6a67 : 8211731: Reconsider default option for ClassPathURLCheck change done in JDK-8195874
710ec5b4585 : 8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
2732e25a0d6 : 8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
b22ee74c237 : 8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
76bf315acd1 : 8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
8040a703cac : 8205330: InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
d2d7b0af172 : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
ae474dec130 : 8205330: InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
a5c390b645a : 8213792: Update THIRTD_PARTY_README for LCMS to 2.9
0e41a9bbcb6 : 8205330: InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
fecff474ceb : 8205330: InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
e1c59b217ff : 8202261: (fc) FileChannel.map and RandomAccessFile.setLength should not preallocate space
8d39d9b9a59 : 8202261: (fc) FileChannel.map and RandomAccessFile.setLength should not preallocate space
c71fb5f0db2 : 8210606: Improved data set handling
5e1595c6666 : 8210606: Improved data set handling
675905feabd : Added tag jdk8u181-b37 for changeset 4379a1ef0662
01522ebedf6 : Added tag jdk8u181-b37 for changeset 4104666ec4fd
8fec7bbd3c4 : Added tag jdk8u181-b37 for changeset 7b787744aa4d
7c1a6b6702a : Added tag jdk8u181-b37 for changeset 4a6911545509
48a8b074e87 : Added tag jdk8u181-b37 for changeset 4649d901749a
865cd04dfe1 : Added tag jdk8u181-b37 for changeset 08ad60b00731
bf58d496824 : Added tag jdk8u181-b37 for changeset 4ff0d0461ef5
27a8e870c5f : Added tag jdk8u181-b37 for changeset 7c25926b4240
0ebd5c9a120 : Added tag jdk8u181-b37 for changeset bc3dd95de05b
f386f9c08e2 : Added tag jdk8u181-b37 for changeset 8a40cd1585b4
a91ba24bc0f : Added tag jdk8u181-b37 for changeset 911a75ace328
e4eeb0f671a : Added tag jdk8u181-b37 for changeset 6daf1934cc22
14344b90419 : Added tag jdk8u181-b37 for changeset 4a23c3872cff
f170f664c2f : Added tag jdk8u181-b37 for changeset b3cd31a5553a
86dfb8c9dbd : Added tag jdk8u181-b37 for changeset 85d4a6e0b989
ce33a195ebe : Added tag jdk8u181-b37 for changeset bfc8646ec7a3
7af322ebdc9 : 8210891: Remove unused extutil.h from JDK8u sources
b9ae12d3935 : 8210891: Remove unused extutil.h from JDK8u sources
16cf47bd585 : 8210891: Remove unused extutil.h from JDK8u sources
64853764501 : 8210891: Remove unused extutil.h from JDK8u sources
f9adb2a8b29 : 8210891: Remove unused extutil.h from JDK8u sources
9e2a7bd06a4 : 8210891: Remove unused extutil.h from JDK8u sources
ef5f9b96809 : 8210891: Remove unused extutil.h from JDK8u sources
31ba41736de : 8210891: Remove unused extutil.h from JDK8u sources
cc661be129d : 8210891: Remove unused extutil.h from JDK8u sources
642ca21420a : 8210891: Remove unused extutil.h from JDK8u sources
03ef2b0df5b : 8211320: Aarch64: unsafe.compareAndSetByte() and unsafe.compareAndSetShort() c2 intrinsics broken with negative expected value
059682d6813 : 8213301: Fix legal headers in jdk logging tests
a836b891b80 : 8213339: Update precompiled.hpp with headers based on current frequency
f2fe71b1860 : 8212989: Allow CompiledMethod ExceptionCache have unloaded klasses
fdb010502b5 : 8213103: RoundEnvironment.getElementsAnnotatedWith(Class) crashes with -source 8
87f243d5390 : 8213328: Update test copyrights in test/java/util/zip and test/jdk/tools
80ad2c7e711 : 8212995: Placing the Integer.IntegerCache and cached Integer objects in the closed archive heap region
e3a2417b633 : 8213246: Fix typo in vmTestbase failuire to failure
51f2d9801b7 : 8211336: [TESTBUG] appcds tests with incorrect usage of -XX:+UseStringDeduplication
bf800514ff1 : 8213337: windows-x64-slowdebug build is broken by 8177708
24d201cb540 : 8213256: Clarify runtime vs compile time annotations for RoundEnvironment.getElementsAnnotatedWith(Class)
4b813da8c88 : 8209564: runtime/appcds/CDSandJFR.java timeout on tier6 on sparc
35871a8ca1e : 8213058: remove ExecuteInternalVMTests and VerboseInternalVMTests flags
de6f5b33edb : 8177708: Convert TestReserveMemorySpecial_test to Gtest
5f7a59f69c4 : 6735527: Bitmap - speed up searches
49a3af9513b : 8152988: [AOT] Update test batch definitions to include aot-ed java.base module mode into hs-comp testing
d6f958719db : 8213321: Fix legal headers in test/jaxp
f8c4729c1b0 : 8210405: Javadoc search doesn't always consider full input upon Enter
36ca4f5893a : 8213306: Fix legal headers in test/java/nio
e21d8fef64c : 8213305: Fix legal headers in test/java/math
d17f8229f7d : 8213308: ProblemList runtime/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java
84d6099da94 : 8213296: Fix legal headers in test/jdk/java/net
6e5e462e2ab : 8213236: A partial removed/deleted JavaThread cannot transition
25f14cd7571 : 8209189: Make CompiledMethod::do_unloading more concurrent
97d3dc7902d : 8212681: Refactor IC locking to use a fine grained CompiledICLocker
54d4acf73fc : 8212184: Incorrect oop ref strength used for referents in FinalReference
ca91f514d87 : 8212921: ZGC: Move verification to after resurrection unblocked
a429adfa2d9 : 8213203: [JVMCI] adopt formatting changes from jvmci 8
7a350b94744 : 6304578: (reflect) toGenericString fails to print bounds of type variables on generic methods
72bfdd96f14 : 8213265: fix missing newlines at end of files
be00a3f7eef : 8211382: ISO2022JP and GB18030 NIO converter issues
73fa99ae866 : 8213263: fix legal headers in test/langtools
0eda8a33bb0 : 8213046: Define Japanese new Era character
30745fe1a88 : 8212669: Add note to Cipher javadoc about using full transformation and not relying on defaults
9a043c50f90 : 8209495: NMethodSweeper::sweep_code_cache cause severe delays
3eef9c79978 : 8213085: (tz) Upgrade time-zone data to tzdata2018g
2c4392d433c : 8212871: Broken links give 401-Unauthorized
cb73851579f : 8213210: Change ServerSocket(SocketImpl impl) constructor to protected access
58a340bcb10 : 8212217: JGSS: Don't dispose() of creds too eagerly
2fe0a0f20bb : 8213014: Crash in CompileBroker::make_thread due to OOM
b77f937f7e5 : 8213237: Remove test-compile-commands from jib-profiles.js
3d2f28b5409 : 8212934: [JVMCI] do not propagate resolution error in HotSpotResolvedJavaFieldImpl.getType
ad6611f3ce4 : 8211013: [TESTBUG] nsk/jdb/kill/kill002 wait for message and prompt
426873751c7 : 8206330: Revisit com/sun/jdi/RedefineCrossEvent.java
f853aebd9bd : 8212828: (process) Provide a way for Runtime.exec to use posix_spawn on linux
0c061174b66 : 8177711: Convert TestVirtualSpaceNode_test to GTest
cadfdfd8120 : Added tag jdk-12+18 for changeset e38473506688
fc19077b52b : 8213000: Obsolete the IgnoreUnverifiableClassesDuringDump vm option
b627cee5323 : 8207059: Update test certificates in QuoVadisCA.java test
f7ebca2763b : 8213204: ReservedStackTest and ReservedStackTestCompiler tests fail on windows
6352b5f64d0 : 8209499: Create test for SwingSet EditorPaneDemo
a0e02d649c2 : 8212178: Soft reference reclamation race in com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator
ace36f9ac36 : 8211956: AppCDS crashes for some uses with JRuby
232912a6cab : 8212028: Use run-test makefile framework for testing in Oracle's Mach5
56847065afc : 8211139: Increase timeout value in all tests under jdk/sanity/client/SwingSet/src
a0ce3d3f18e : 8212074: Add method to peek the remaining tasks in task queues
4fe2edae594 : 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary
497de203917 : 8209862: CipherCore performance improvement
e898052f3b6 : 8211447: Replace oop_pc_update_pointers with oop_iterate and closure
78fe66c3bb2 : 8211446: Replace oop_pc_follow_contents with oop_iterate and closure
4bc903d17a1 : 8201436: Replace oop_ps_push_contents with oop_iterate and closure
ce05c7751d8 : 8211957: Broken links to stylesheet in java.base/doc-files
e790d116664 : 8211852: inspect stack during error reporting
e431f6a418d : 8212082: Remove the NSK_CPP_STUB macros for remaining vmTestbase/jvmti/[sS]*
285fca70b4b : 8187522: test/sun/net/ftp/FtpURLConnectionLeak.java timed out
6330fc1cb66 : 8212023: Implicit narrowing in Solaris/sparc initializers
1226dcbcfe0 : 8212045: Add back tests removed from HashesTest.java and AddExportsTest.java
24fb839864c : 8195703: BasicJDWPConnectionTest.java: 'App exited unexpectedly with 2'
7d7da8976bd : 8211955: GC abstraction for LAB reserve
a3a7edbd4d0 : 8211961: Broken link in java.util.Locale
cbe11130f58 : 8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
cfb6fb66c2a : 8212110: Build of saproc.dll broken on Windows 32 bit after JDK-8210647
f958e6642e2 : 8212053: A few more missing object equals barriers
96b43418b5f : 8203850: java.net.http HTTP client should allow specifying Origin and Referer headers
55692eb0ca9 : 8211046: Forced data dependencies serve no purpose on x86
f4df5cb4c3a : 8189366: SocketInputStream.available() should check for eof
1d8a27195c5 : 8211931: [ppc][testbug] runtime/jni/terminatedThread/TestTerminatedThread.java fails as threads don't terminate immediately
7014d0bdf8b : 8186610: move ModuleUtils to top-level testlibrary
b3de6ff3a6d : 8211714: Need to update vm_version.cpp to recognise VS2017 minor versions
7ea2bd922bb : 8212054: Boilerplate to bind oopDesc::equals_raw() to actual raw implementation
3eef363b698 : 8212025: Remove collector_present variable from ThreadHeapSampler
b68500521e7 : 8211432: [REDO] Handle JNIGlobalRefLocker.cpp
2e5653c1666 : 8211821: PrintStringTableStatistics crashes JVM
945623c9987 : 8079784: Unexpected IllegalAccessError when trying access InnerClasses attribute
01a3fec4cb1 : 8212001: Verify exported symbols in java.base (libjava)
9701ffd293d : 8211922: Remove test/jdk/javax/naming/module/RunBasic.java from the ProblemList
cd5c1602845 : Added tag jdk8u192-b11 for changeset cd0ea1acbcbc
77a9a0145e0 : Added tag jdk8u192-b11 for changeset fd0f01d0087d
50313717487 : Added tag jdk8u192-b11 for changeset ab0deb63590c
4bfe0162aeb : Added tag jdk8u192-b11 for changeset 033886590cc0
84880e0cd8d : Added tag jdk8u192-b11 for changeset 53e788833015
d3723e09d90 : Added tag jdk8u192-b11 for changeset b225af605b7c
5c914aa8244 : Added tag jdk8u192-b11 for changeset c9ad585217b3
7288bcd5260 : Added tag jdk8u192-b11 for changeset ba63cbe8b31b
391280b2ac7 : Added tag jdk8u192-b11 for changeset a966bb4e9bdc
9a6b2586fca : Added tag jdk8u192-b11 for changeset 1aa62a2d5efd
af36e584732 : Added tag jdk8u192-b11 for changeset bf2d64c32407
54541a4f671 : Added tag jdk8u192-b11 for changeset 8463d5087310
cdec9271204 : Added tag jdk8u192-b11 for changeset 48427adae5a8
8eaac0c0e9d : Added tag jdk8u192-b11 for changeset 1da4b60a0e30
ef4fe9c5004 : Added tag jdk8u192-b11 for changeset ba7226dbb305
a30169f73a0 : Added tag jdk8u192-b11 for changeset fc80f44cbf30
55cad783b94 : Added tag jdk8u191-b11 for changeset 539f6b778460
fef393f5e39 : Added tag jdk8u191-b11 for changeset 84d64cab3ade
59e313ff4d0 : Added tag jdk8u191-b11 for changeset d614f873eb28
ea1c3cec752 : Added tag jdk8u191-b11 for changeset 7b14f640abb9
88d2470e07b : Added tag jdk8u191-b11 for changeset 2efe23001e55
51f724338b0 : Added tag jdk8u191-b11 for changeset 6136751ad830
88f0665cec2 : Added tag jdk8u191-b11 for changeset ffc23139a81c
372283927c6 : Added tag jdk8u191-b11 for changeset c2fef1db5f1b
50a87c09aed : Added tag jdk8u191-b11 for changeset ee65bc79dbb2
898d808f5f2 : Added tag jdk8u191-b11 for changeset a699bc3a95a4
f2d2833bb0e : Added tag jdk8u191-b11 for changeset a56b0c601e28
7f2910cd8e9 : Added tag jdk8u191-b11 for changeset 007c4fc34481
91cee09e79d : Added tag jdk8u191-b11 for changeset ce9ddab4f050
608c64dc5ff : Added tag jdk8u191-b11 for changeset 04db76d7c211
dfa8ca4a502 : Added tag jdk8u191-b11 for changeset 107cf22cfd6f
3a574afb07b : Added tag jdk8u191-b11 for changeset 1dcd8a462893
04f5003e829 : 8211107: LDAPS communication failure with jdk 1.8.0_181
4bb3a6f8387 : 8211107: LDAPS communication failure with jdk 1.8.0_181
e46969308f9 : 8211107: LDAPS communication failure with jdk 1.8.0_181
037f01009c7 : 8211107: LDAPS communication failure with jdk 1.8.0_181
c1dc71bdc77 : 8211106: [windows] Update OS detection code to recognize Windows Server 2019
cd70af1d34b : 8211106: [windows] Update OS detection code to recognize Windows Server 2019
3a3cb84b6f1 : 8211106: [windows] Update OS detection code to recognize Windows Server 2019
07e364b137d : 8211106: [windows] Update OS detection code to recognize Windows Server 2019
d85de226f07 : 8210951: Test sun/security/ssl/SSLContextImpl/CustomizedCipherSuites.java fails
3be333b6456 : 8210951: Test sun/security/ssl/SSLContextImpl/CustomizedCipherSuites.java fails
f23c6c8f49a : Added tag jdk8u202-b00 for changeset d6627c98a2c2
4c039520090 : Added tag jdk8u202-b00 for changeset 0057063382e1
e53e51a91dd : Added tag jdk8u202-b00 for changeset c19e212b6434
4dd2d62606d : Added tag jdk8u202-b00 for changeset 2abca52e76a1
64ff3f2c8e0 : Added tag jdk8u202-b00 for changeset 889ff2c9d182
9bf46fad306 : Added tag jdk8u202-b00 for changeset 0f0f6c2e9b0c
b74e2e01ae8 : Added tag jdk8u202-b00 for changeset 1d0286bf5fe5
eb0850846a9 : Added tag jdk8u202-b00 for changeset 124398e9fcd4
732ff8e766a : Added tag jdk8u202-b00 for changeset 03fd47c23caf
a7e8416d10c : Added tag jdk8u202-b00 for changeset 88d8b4c82c55
cd597d1dfd0 : 8211317: avoid memory leak in Java_sun_awt_UNIXToolkit_load_1stock_1icon
0caefc787f1 : 8014503: AWT Choice implementation should be made consistent across platforms
995f6963b3b : 8182041: File Chooser Shortcut Panel folders under on JDK 9 8062648: FileSystemView.getDefaultDirectory() should check read access on Unix systems
fc807d0914c : 8211300: Convert C-style array declarations in JDK client code
c33f1a61de1 : 8208595: [parfait] Better X11 font support
9b0d241a16b : 8211055: Provide print to a file (PDF) feature even when printer was not connected
0f45d2d52a3 : 8203281: [Windows] JComboBox change in ui when editor.setBorder() is called
711edb0a657 : 8210910: Create test for FileChooserDemo
4cb40ea9f9e : Added tag jdk-12+14 for changeset 8897e41b327c
08996689707 : 8202359: [GRAAL] compiler/uncommontrap/TestDeoptOOM.java failed with OutOfMemoryError
78276f7b332 : 8211385: (zipfs) ZipDirectoryStream yields a stream of absolute paths when directory is relative
3ce24a0442b : 8211150: G1 Full GC not purging code root memory and hence causing memory leak
42ecae239be : 8211031: Remove un-needed qualified export to java.desktop from java.base on macos
82ab90dbb36 : 8169718: nsk/jdb/locals/locals002: ERROR: Cannot find boolVar with expected value: false
daf3cd17c44 : 8211392: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java times out in JDK12 CI
db646c699a6 : 8204294: [REDO] - JVMFlag::printError missing ATTRIBUTE_PRINTF
5850a50781e : 8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
1ef860cf09f : 8211163: UNIX version of Java_java_io_Console_echo does not return a clean boolean
493b31ba91b : 8211168: Solaris-X64 build failure with error nreg hides the same name in an outer scope
08b8a3149bd : 8211384: Obsolete -XX:+/-MonitorInUseLists option
221005a3d4b : 8209138: Symbol constructor uses u1 as the element type of its name argument
a3cd6a1a70e : 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
5cfc3bbdd4c : 8208531: -javafx mode should be on by default when JavaFX is available
8e53d1b5dc3 : 8211350: Remove jprt support
c55d60acf72 : 8211107: LDAPS communication failure with jdk 1.8.0_181
40b75053e4c : 8211287: ClassPathTests.java fails due to "Unable to map MiscData shared space at required address."
1cca59019b5 : 8211364: Remove expired flags
568e8beda60 : 8209946: [TESTBUG] CDS tests should use "@run driver"
d1d1c16f8ce : 8211175: Remove temporary clock initialization duplication
07815d01399 : 8209332: [TEST] test/jdk/com/sun/jdi/CatchPatternTest.sh is incorrect
d5062c82af1 : 8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java
2ae27da3bcf : 8200381: Typos in javadoc - missing verb "be" and alike
c7e3654a5c4 : 8211057: Gensrc step CompileProperties generates unstable CompilerProperties output
2aa950f8bde : 8211160: Handle different look and feels in JInternalFrameOperator
616cdaa28f3 : 8205714: Initial class initialization
19f0f18eefd : 8205714: Initial class initialization
added9caf6f : 6821316: comment in source code of SynthStyleFactory.java has a self-reference
61dc835d26f : 6994403: Grammatical error in documentation of javax.swing.GroupLayout.ParallelGroup
ce59b4b472d : 8210887: Tweak C2 gc api for arraycopy
64c46dd0292 : 8211218: remove double semicolon in src/java.desktop/macosx/classes/sun/font/CFont.java
2a43fc5a1b2 : 8210306: Missing closing bracket in GridBagLayout gridwidth, gridheight description
2b25c746c30 : 8210598: Strengthen Windows Access Bridge Support
71ba0688120 : 8206290: Better FileChannel transfer performance
a59bbc80144 : 8210598: Strengthen Windows Access Bridge Support
de117ef9f45 : 8206290: Better FileChannel transfer performance
9d846aae1fa : 8211130: Change to Oracle Developer Studio 12.6 for building on Solaris at Oracle
2ab522db78e : 8211233: MemBarNode::trailing_membar() and MemBarNode::leading_membar() need to handle dying subgraphs better
b00f4560cb1 : 8211231: BarrierSetC1::generate_referent_check() confuses register allocator
bb0074a5691 : 8211349: Bad HTML in {@link} for HttpResponse.BodyHandlers.ofPublisher
f1436a3b4d0 : 8209454: [error-prone] TypeParameterUnusedInFormals in jdk.net
0cb267ad1c0 : 8211325: test/jdk/java/net/Socket/LingerTest.java fails with cleaning up
9452b88d93f : 8210821: Support dns_canonicalize_hostname in krb5.conf
33c38f2ccbb : 8210716: Detailed GC logging request misses some
ab8c7f710c8 : 8211171: move JarUtils to top-level testlibrary
b0ea3a49d20 : 8211251: Default mask register for avx512 instructions
59858054749 : 8211278: Update ProblemList
b263449b15d : 8211129: compiler/whitebox/ForceNMethodSweepTest.java fails after JDK-8132849
d35eda31e34 : 8211328: Different declaration and definition of ClassLoaderData::classes_do() leads to build failures
c925556ec4c : 8211295: DriverManager.getConnection fails when called from com.sun.rowset.JdbcRowSetImpl
21af2af13ec : 8211333: AArch64: Fix another build failure after JDK-8211029
5910b521c4d : 8211071: unpack.cpp fails to compile with statement has no effect [-Werror=unused-value]
5212f0bc11b : 8211239: Build fails without JFR: empty JFR events signatures mismatch
f7b890ae5f4 : 8211241: Missing obj equals in TemplateTable::fast_aldc
56e6f2cc1b8 : 8211145: [ppc] [s390]: Build fails due to -Werror=switch (introduced with JDK-8211029)
0a016f0a8f3 : Added tag jdk8u192-b25 for changeset 543095f2a24e
2500c831409 : Added tag jdk8u192-b25 for changeset 12b6207187f9
2e6a953b370 : Added tag jdk8u192-b25 for changeset 7d7ec6677940
bbc3ed42b6a : Added tag jdk8u192-b25 for changeset ef391ca70358
1bbdd019349 : Added tag jdk8u192-b25 for changeset 388b8bbafc81
616864e44a0 : Added tag jdk8u192-b25 for changeset 8a6fbfe542e6
6989e7ef38d : Added tag jdk8u192-b25 for changeset 36c692e70fde
1b3c05a96e7 : Added tag jdk8u192-b25 for changeset 8b05c0f2efae
85c04ad0c6d : Added tag jdk8u192-b25 for changeset c556a229c284
0a091640eab : Added tag jdk8u192-b25 for changeset e504a315ed97
d46f1e58c95 : Added tag jdk8u192-b25 for changeset 0682ff1f622d
776d6e05d42 : Added tag jdk8u192-b25 for changeset 446b06bce0e1
d0e3d69c33d : Added tag jdk8u192-b25 for changeset 25d808e254ff
581493f134a : Added tag jdk8u192-b25 for changeset aa8ce4c892ad
563af202540 : Added tag jdk8u192-b25 for changeset 5e34fdfa1538
c9be4015cd1 : Added tag jdk8u192-b25 for changeset a758a62d3039
c29f79abf01 : Added tag jdk8u191-b25 for changeset aec05cfc0ca2
a83511e52db : Added tag jdk8u191-b25 for changeset 141681bf9037
9bf3e945c18 : Added tag jdk8u191-b25 for changeset ea2cf47726ac
89eb4d2a5d5 : Added tag jdk8u191-b25 for changeset 5c8e09c90e5a
0a827bb9d7f : Added tag jdk8u191-b25 for changeset 1bf5c3b0e8ba
438d126390c : Added tag jdk8u191-b25 for changeset 74d739248687
bc1dab579bd : Added tag jdk8u191-b25 for changeset 6a7e0ee7b312
fb6c9e1c608 : Added tag jdk8u191-b25 for changeset 7800b86ac2a8
7ee13be46ff : Added tag jdk8u191-b25 for changeset 4f44fe578a7f
8f1ba8da990 : Added tag jdk8u191-b25 for changeset 92229c6a3088
8f2f30e0853 : Added tag jdk8u191-b25 for changeset c6ebecdfc44b
b087f41ea6f : Added tag jdk8u191-b25 for changeset 84937c9a4a61
dea6cf3f364 : Added tag jdk8u191-b25 for changeset 38d4fc15f16d
08a3ef19ecb : Added tag jdk8u191-b25 for changeset 34e6f0b61101
2ee36e06958 : Added tag jdk8u191-b25 for changeset 7ee1d5e288b1
b28242887d9 : Added tag jdk8u191-b25 for changeset eee1921aa1ec
c0fd523c05f : 8210984: [TESTBUG] hs203t003 fails with "# ERROR: hs203t003.cpp, 218: NSK_CPP_STUB2 ( ResumeThread, jvmti, thread)"
c105cd51640 : 8208638: Instead of circle rendered in appl window, but ellipse is produced JEditor Pane
ad74d2a16e7 : 8211165: License header is absent in a few J2Ddemo source code files
23d457063db : 8211124: HotSpot update for vm_version.cpp to recognise updated VS2017
17c3d1c3339 : 8211102: Crash with -XDfind=lambda and -source 7
71a67b43fbf : 8211097: aix: fix build after JDK-8210919
54f929e9d6f : 8202628: javadoc generates bad links in TestModules.java
5108d2e1dd0 : 8202282: [TESTBUG] appcds TestCommon.makeCommandLineForAppCDS() can be removed
6d6b22c277e : Added tag jdk-12+13 for changeset 511a9946f83e
db6295f8a2a : 8209963: source file mode for JVM should provide a hook to locate the source file
065fdac559b : 8210555: create --source --target synonyms for -source -target
25ca76b4f92 : 8211180: SourceLauncherTest.java fails in JDK12 CI on Win*
b6fb9fccdda : 8199885: [Graal] org.graalvm.compiler.core.test.CountedLoopTest fails with "ControlFlowAnchor should never be cloned in the same graph"
06a1ea846a8 : 8210856: Move InstanceKlass DependencyContext cleaning to SystemDictionary::do_unloading()
9c60728a281 : 8211138: Missing Flag enum constants
d20eae2d312 : 8211121: Remove sun.reflect.ReflectionFactory::newInstanceForSerialization
9d83c060db6 : 8210892: Deprecate TLABStats
9651df76968 : 8210286: Drop of sun.awt.HToolkit class
c7f84995294 : 8210880: Remove HPKeysym.h from JDK sources
5e3ea1b7e78 : 8211125: backout fix for 8210880 which was pushed under another ID
465d9aac2ea : 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
b94f82780e8 : 8210891: Remove unused extutil.h from JDK8u sources
dd9cdeef06c : Added tag jdk8u202-b00 for changeset c2c0703c9d23
524c55b5b63 : 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
5c0fa8a265f : 8210891: Remove unused extutil.h from JDK8u sources
9b4dbc90014 : Added tag jdk8u202-b00 for changeset 1f1012c16ba2
6507f5271fa : Added tag jdk8u181-b36 for changeset 17bf292619e0
f840ec58258 : Added tag jdk8u181-b36 for changeset 4471da04f558
143b9888951 : Added tag jdk8u181-b36 for changeset 961ba704787a
b961487c0f5 : Added tag jdk8u181-b36 for changeset 1ec02c49338b
617591d7a42 : Added tag jdk8u181-b36 for changeset 340d30585c29
41e37f648be : Added tag jdk8u181-b36 for changeset 1c4aa0daa3af
e020eccce72 : Added tag jdk8u181-b36 for changeset 66ed47fd1546
04c9fa21900 : Added tag jdk8u181-b36 for changeset 7d2973a0f612
cb02a46238e : Added tag jdk8u181-b36 for changeset fadf7ab3760d
581f5452249 : Added tag jdk8u181-b36 for changeset b402d63ce807
b40b55c5d45 : Added tag jdk8u181-b36 for changeset 54595e5ae375
41df6147200 : Added tag jdk8u181-b36 for changeset f28efda2e1e3
f046bcb5195 : Added tag jdk8u181-b36 for changeset 9a64d4773ebc
27a7a809f0a : Added tag jdk8u181-b36 for changeset 12331337b479
ca6239ec97d : Added tag jdk8u181-b36 for changeset b8f20b1d6944
924b41ad526 : Added tag jdk8u181-b36 for changeset 9f161ba8f4a1
60e6552bade : 8210335: Clipping problems with complex affine transforms: negative scaling factors or small scaling factors
7d0d9047ac2 : 8209548: Unused and incorrect calls to FT_Get_Char_Index
3a2ece353bb : 8210866: Remove HPKeysym.h from JDK sources
39101932049 : 8072130: java/lang/instrument/BootClassPath/BootClassPathTest.sh fails on Mac OSX
73e93bdd5dd : 8211029: Have a common set of enabled warnings for all native libraries
77ef6a21f13 : 8209019: Remove tests affected by JDK-8208690 from the ProblemList
bc6fb26d027 : 8211045: [Testbug] Fix for 8144279 didn't define a test case!
e6149b08de4 : 8210994: Create test for SwingSet3 FrameDemo
cad60d14a61 : 8210274: Source Launcher should work with a security manager
00e4c5b7781 : 8210692: The "com.sun.awt.SecurityWarning" class can be dropped
768f0910867 : 8210972: Add comment text to C1 patching code
061c4d7a81e : 8210926: vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/TestDescription.java failed with JVMTI_ERROR_INVALID_CLASS in CDS mode
0746fffe5c2 : 8211291: Backout JDK-8210842 Handle JNIGlobalRefLocker.cpp
f4b96133466 : 8211176: Initialize ObjectMonitor eagerly
7ef28cb2bc8 : 8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
3a0b2d59ad3 : 8210810: Escaped character at specific position in argument file is not handled properly
cc4436e2b95 : 8210842: Handle JNIGlobalRefLocker.cpp
c45eacbd27d : 8208473: [TESTBUG] nsk/jdb/exclude/exclude001/exclude001.java is timing out on solaris-sparc again
57d74285b01 : 8163083: SocketListeningConnector does not allow invocations with port 0
af7e1265727 : 8211268: Disable unsupported GCs for Zero
feca06a1838 : 8211274: x86_32 build failures after JDK-8211029 (Have a common set of enabled warnings for all native libraries)
e2baf305294 : 8211272: x86_32 build failures after JDK-8210764 (Update avx512 implementation)
deb0e6503d1 : 8207003: Miscellaneous changes imported from jsr166 CVS 2018-09
0b431957a5b : 8210971: Add exception handling methods to CompletionStage and CompletableFuture
5d3b3156e83 : 8211208: make AllocateHeapAt an unsupported option on AIX
52780f275c2 : 8211212: ARM: -Werror=switch build failure
20f6faa0304 : 8211092: test/jdk/sun/net/www/http/HttpClient/MultiThreadTest.java fails intermittently when cleaning up
15700283521 : 8207745: serviceability/sa/TestJmapCore.java times out parsing a 4GB hprof file
3f09f0f79c7 : 8211269: Make declaration of Allocation protected in MemAllocator
afe05800acd : 8209546: Make sun/security/tools/keytool/autotest.sh to support macosx
f8d007dbf01 : 8211149: fix potential memleak in getJavaIDFromLangID after failing SetupI18nProps call [windows]
36f62aa6c04 : 8210964: add more ld preloading related info to hs_error file on Linux
b20e2cd963f : 8211036: Remove the NSK_STUB macros from vmTestbase for non jvmti
c30dffb3887 : 8211080: RawStringLiteralLangAPI.java test times out by default
08828a5a4f3 : 8211170: AArch64: Warnings in C1 and template interpreter
08b35175a85 : 8207057: No debug info for assembler files
89fc0a6d668 : 8207057: No debug info for assembler files
38660e94603 : 8170937: Swing apps are slow if displaying from a remote source to many local displays
03e44008642 : 8210885: Convert left over loads/stores to access api
17f301f734b : 8210389: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
2b21c73b2d6 : 8212005: Epsilon elastic TLAB sizing may cause misalignment
e2d7983ab82 : 8211929: hotspot/share/opto/parse2.cpp compile error with gcc 7.3.1
47e7b141c03 : 8211962: Implicit narrowing in MacOSX java.desktop jsound
2d7d9b83803 : 8152910: Get performance improvement with Stable annotation
635a8751238 : Added tag jdk-12+15 for changeset f8626bcc1698
5a36050cfda : 8211921: AssertionError in MethodHandles$Lookup.defineClass
99ca4f34975 : 8210055: Enable different look and feel tests in SwingSet3 demo tests
d9731f0c549 : 8191053: Provide a mechanism to make system's security manager immutable
dde89f72dfc : 8211878: Bad/broken links in docs/api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html
b35e7feb5a6 : 8212008: Use of TREAT_EXIT_CODE_1_AS_0 hide problems with jtreg Java
efa175f20e1 : 8211801: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[A-E]
3cc36e427d2 : 8211396: Broken link in javadoc for private java.util.regex.Pattern#normalize()
ab0128ca51d : 8058202: AnnotatedType implementations don't override toString(), equals(), hashCode()
706a5b9558f : 8211952: Broken links in java.time API
6ca3b398235 : 8211950: Deprecate the check if a JVMTI collector is present assertion
8c62c2e33a4 : 8207689: Remove perfCounter _load_instance_class_failCounter used by deleted flag UnsyncloadClass
1e887a901e1 : 8211969: test/jdk/lib/security/CheckBlacklistedCerts.java searching for wrong paths
a2d1b6b720a : 8211232: GraphKit::make_runtime_call() sometimes attaches wrong memory state to call
a9efcea7788 : 8212000: Verify exported symbols in java.base (libnet, libnio/ch)
df92fc0954e : 8211908: PPC64: Enable SuperWordLoopUnrollAnalysis by default
5de31861b20 : 8211270: GC abstraction to get real object and headers size
3085a89f134 : 8211279: Verify missing object equals barriers
a9f9385cedf : 8211332: Space for stub routines (code_size2) is too small on new Skylake CPUs
f2d02897e13 : 8193879: Java debugger hangs on method invocation
468b69240e0 : 8211394: CHECK_ must be used in the rhs of an assignment statement within a block
8351e4db3e8 : 8211065: Private method check in linkResolver is incorrect
d3458328a28 : 8211724: Change mkdir -p to MakeDir macro where possible
a59b517d2a1 : 8211324: Link to java.lang.ThreadGroup in JDWP spec is broken
11da699d9ea : 8211905: Remove multiple casts for EM06 file
a2ad8f419f3 : 8206009: Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp
4f4a2385c58 : 8211880: Broken links in java.util.jar
856f4fe28b5 : 8211927: Add additional diagnostic information to java/net/BindException/Test.java
8891582e9f8 : 8211292: [TEST] convert com/sun/jdi/DeferredStepTest.sh test
fe3bd4703e8 : 8211792: Fix misplaced BarrierSet forward declarations
7b7315dbedd : 8201603: MonitorContendedEnter failure in nsk/jvmti/scenarios/contention/TC02/tc02t001
182a991df26 : 8211856: [ppc, s390] ProblemList some failing tests
a6cbbcf3348 : 8211768: [s390] Implement JFR profiling
02a3be99201 : 8211859: Avoid initializing AtomicBoolean from RandomAccessFile
1ac444ad878 : 8211902: broken link in java.net.http.WebSocket.Builder
e61252dc278 : 8211920: Close server socket and cleanups in test/jdk/javax/naming/module/RunBasic.java
2db7ed18958 : 8211387: [Zero] atomic_copy64: Use ldrexd for atomic reads on ARMv7
cb3fe46b955 : 8211825: ModuleLayer.defineModulesWithXXX does not setup delegation when module reads automatic module
61f453edf72 : 8211782: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[I-S]*
51be7db96f3 : 8211804: Constant AO_UNUSED_MBZ uses left shift of negative value
2f82ed4f1db : 8210388: Use hash table to store archived subgraph_info records
859d3764943 : 8211728: JarFile::versionedStream() does not filter META-INF resources in versioned stream
85c6642e38a : 8211131: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[G-I]*
57622ed1155 : 8211261: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[A-G]*
f8d8a72a27c : 8211407: Bad links to non-existent entries on serialized-form page
40d81d4bcc6 : 8036026: nsk/jvmti/scenarios/capability/CM02/cm02t001 fails intermittently
a95d0ac2d18 : 8211863: Problem list test/jdk/javax/naming/module/RunBasic.java
d5d74f0e260 : 8211860: Avoid reading security properties eagerly on Manifest class initialization
8791ea8dc07 : 8211837: Creation of the default CDS Archive should depend on ENABLE_CDS
1ed6b88a996 : 8209407: VerifyError is thrown for inner class with lambda
b658954d7e1 : 8211718: Supporting multiple concurrent OopStorage iterators
90d6bbd01a8 : 8211776: 8210887 broke arraycopy optimization when ZGC is enabled
5cf91fc60e9 : 8210395: Add doc to SecurityTools.java
4cd9401815f : 8211765: JarFile constructor throws undocumented exception
548eb6860a3 : 8208686: [AOT] JVMTI ResourceExhausted event repeated for same allocation
2223e083ba1 : 8210376: [TESTBUG] @requires vm.cds should be replaced by @requires vm.cds.archived.java.heap and documentation is required for vm.gc==null
e77e2d1df8b : 8211219: Type inconsistency in LIRGenerator::atomic_cmpxchg(..)
57b516dd0e5 : 8202951: Implementation of JEP 341: Default CDS Archives 8210592: Convert CDS-mode test sets in tier5 and tier6 to non-CDS-mode tests 8209739: [TESTBUG] javax/imageio/plugins/png/ItxtUtf8Test.java fails with OutOfMemoryError when running in CDS mode
ec0cbd58f45 : 8206963: [AOT] bug with multiple class loaders
9a1fbb653c8 : 8211794: Remove jdk/java/nio/channels/Selector/RacyDeregister.java from problem list
a87e8e52ea8 : 8211123: GC Metaspace printing after full gc
cd95f5a933a : 8211296: Remove HotSpot deprecation warning suppression for Mac/clang
432605be5cd : 8209889: RedefineStress tests crash
d872314ef3f : 8211438: [Testbug] runtime/XCheckJniJsig/XCheckJSig.java looks for libjsig in wrong location
e8f90125d2d : 8211420: com.sun.net.httpserver.HttpServer returns Content-length header for 204 response code
a5c9fa14f13 : 8210459: Add support for generating compile_commands.json
271e3be381c : 8211398: Square character support for the Japanese new era
46f0fa8c203 : 8206240: java.lang.Class.newInstance() is causing caller to leak
609d90e98ae : 8210789: langtools/tools/javac/T8152616.java missing @modules
2c88ce1b897 : 8211677: Java resource copy and clean should use MakeTargetDir macro
1b25f7242c8 : 8191178: [macos] Problem with input of yen symbol
d9095c4a72f : 8198945: Invalid RuntimeVisibleTypeAnnotations for annotation on anonymous class type parameter
566bfeb438d : 8212880: Cannot access ftp: site for fdlibm.tar
49049808863 : 8024368: private methods are allocated vtable slots
8636d3f9a5d : 8212877: Restore JTREG_VERBOSE value for mach5 testing
daf4ad38ab9 : 8212220: add code to verify results to metaspace/stressDictionary/StressDictionary.java
5d9ffc2d031 : 8212706: nmethod jvmci_installed_code_name need to be XML escaped
3a48e68b1af : 8212753: Improve oopDesc::forward_to_atomic
fddc4b8ccb8 : 8210726: Fix up a few minor nits forgotten by JDK-8210665
f4e1502e038 : 8210596: jshell does not support raw string literals
b1375858c64 : 8210416: [linux] Poor StrictMath performance due to non-optimized compilation
ee0ac147a22 : 8193561: Cyclic hierarchy causes a NullPointerException when setting DEFAULT flag
36873c3c7b5 : 8210490: TimeZone.getDisplayName given Locale.US doesn't always honor the Locale
98221ae93f1 : 8210766: Remove obsolete qualified export sun.net.www to java.desktop
6b8fd447ccd : 8210647: libsaproc is being compiled without optimization
3cbb33f0e92 : 8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
46159b4d041 : 8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
27e26fbdd76 : 8210786: Typo s/overriden/overridden/ in several places
a07102bc7fc : 8210787: Object.wait(long, int) throws inappropriate IllegalArgumentException
8ef50b1dc3f : 8183548: Comma-expressions shouldn't use any temporary variable
12bac3a02d7 : 8210676: Remove some unused Label variables
2e5e01b53cb : 8210785: Trivial typo fix in X509ExtendedKeyManager javadoc
8b28ad6efe6 : 8210732: remove jdk.testlibrary.Utils
a6d0d079574 : 8209972: [GRAAL] Don't run RTM tests with Graal
05ed45cef1e : 8210724: Change the verbosity threshold of logging for [oopstorage,ref]
0055586b616 : 8210752: Remaining explicit barriers for C2
ba0203b2d5a : 8210761: libjsig is being compiled without optimization
94679309a46 : 8209697: ARM: Explicit barriers for C1/assembler
6c596e1c313 : 8209695: ARM: Explicit barriers for interpreter
973f70c6d25 : 8210466: Modularize allocations in assembler
5fa8dfe0f81 : 8210465: ARM: Object equals abstraction for BarrierSetAssembler
fa1ced20b5f : 8210918: Add test to exercise server-side client hello processing
db614657618 : 8208471: nsk/jdb/unwatch/unwatch002/unwatch002.java fails with "Prompt is not received during 300200 milliseconds"
7dd0aaa430d : 8210987: Extra newlines on Windows when running nsk jdb tests
8edf8e2b037 : 8210275: Source Launcher should fail if --source is used without a source file
82ed2a5fc0f : 8210894: remove jdk/testlibrary/Asserts
09a967ab814 : 8210988: Improved handling of compiler warnings in the build
60466e57411 : 8190985: .jcheck/conf files contain 'project=jdk10'
450675ba812 : 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4
b0a7fa474f4 : 8210725: com/sun/jdi/RedefineClearBreakpoint.java fails with waitForPrompt timed out after 60 seconds 8210748: [TESTBUG] lib.jdb.Jdb.waitForPrompt() should clarify which output is the pending reply after a timeout
159a4de4c89 : 8210557: G1 next bitmap verification at the end of concurrent mark sometimes fails
2c33f148bb8 : 8210961: [aix] enhance list of environment variables reported in error log file on AIX
3f43390b8b2 : 8209058: Cannot find annotation method 'value()' in type 'Profile+Annotation'
c1033edca89 : 8209865: Incorrect 'multiple elements' notes with Elements#getTypeElement and --release
33c9c89bf01 : 8169246: java/net/DatagramSocket/ReportSocketClosed.java fails intermittently with BindException
f367eb89657 : 8199931: java/net/MulticastSocket/UnreferencedMulticastSockets.java fails with "incorrect data received"
89a41575289 : 8210974: No extensions debug log for ClientHello
565df5aa5bd : 8206392: [macosx] Cycling through windows (JFrames) does not work with keyboard shortcut
b1b0ceb210d : 7017058: Malayalam glyph substitution is failing for Malayalam with Windows Kartika font 8191130: Sinhala text rendering problem with C+VIRAMA+ZWJ+RA/YA+V 8195836: opentype:Bengali: "Khanda Ta" shaping issue with U+09A4 TA, U+09CD virama, U+200D ZWJ
989d55d3ed8 : 8210193: [TESTBUG]gc/g1/mixedgc/TestOldGenCollectionUsage.java fails intermittently with OutOfMemoryError in CDS mode
734a258afbd : 8210674: Need to add examples for use of javac properties introduced by Raw String Literals
18199b887f8 : 8208468: [TESTBUG] nsk/jdb/locals/locals002: fails with "Prompt is not received during ... milliseconds"
fcc414655bf : 8190737: use unicode version of the canonicalize() function to handle long path on windows
b5fb6b3566f : 8210311: IllegalArgumentException in CookieManager - Comparison method violates its general contract
b395d380e8e : 8210704: Remove dead build tools
ebc04911eb6 : 8210699: Problem list tests which times out in Xcomp mode
34b212d77a1 : 8199552: Update to build scripts
8d5c5cb94ad : 8210866: Improve JPEG processing
f8e1bfc6c1b : 8210870: Libsunmscapi improved interactions
a129832ed01 : 8210606: Improved data set handling
ef75339a1e4 : 8209094: Improve web server connections
d012cb2aaa2 : 8207160: ClassReader::adjustMethodParams can potentially return null if the args list is empty
592dc0504cb : 8265666: Enable AIX build platform to make external debug symbols
23916723169 : 8266220: keytool still prompt for store password on a password-less pkcs12 file if -storetype pkcs12 is specified
50302a6b959 : 8266293: Key protection using PBEWithMD5AndDES fails with "java.security.InvalidAlgorithmParameterException: Salt must be 8 bytes long"
7166e13838a : 8241087: Build failure with VS 2019 (16.5.0) due to C2039 and C2873
979c0d639a0 : 8261422: Adjust problematic String.format calls in jdk/internal/util/Preconditions.java outOfBoundsMessage
bd598e74582 : 8260030: Improve stringStream buffer handling
585268e633b : 8257828: SafeFetch may crash if invoked in non-JavaThreads
b7c555ba4c6 : 8185734: [Windows] Structured Exception Catcher missing around gtest execution
b5bd85aeb76 : 8251031: Some vmTestbase/nsk/monitoring/RuntimeMXBean tests fail with hostnames starting from digits
139f78a9054 : Added tag jdk-11.0.12+3 for changeset 873a691b1ae4
430d07111fd : 8260653: Unreachable nodes keep speculative types alive
ea12a9df234 : 8265938: C2's conditional move optimization does not handle top Phi
211fbec088e : 8220074: Clean up GCC 8.3 errors in LittleCMS
46dfea5e2de : 8232084: HotSpot build failed with GCC 9.2.1
6fef14331c7 : 8266892: avoid maybe-uninitialized gcc warnings on linux s390x
ec4e582e849 : 8252311: AArch64: save two words in itable lookup stub
824c71245c1 : 8249189: AARCH64: more L2I conversions can be skipped
f3bd85d698a : Added tag jdk-11.0.12+2 for changeset 70a4031a8bef
a8ab8ee610a : 8265784: [C2] Hoisting of DecodeN leaves MachTemp inputs behind
596cc70c972 : 8153005: Upgrade the default PKCS12 encryption/MAC algorithms
560ec24d34c : 8266713: [AIX] Build failure after 11u backport of JDK-8247753
b4e574a6e31 : 8243452: JFR: Could not create chunk in repository with over 200 recordings
f0ff1a68648 : 8263404: RsaPrivateKeySpec is always recognized as RSAPrivateCrtKeySpec in RSAKeyFactory.engineGetKeySpec
9ef1d1bb198 : 8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards
7d541012aa9 : 8223667: ASAN build broken
ad6dd1d91f9 : 8265239: Shenandoah: Shenandoah heap region count could be off by 1
5da7991abb3 : 8218458: [TESTBUG] runtime/NMT/CheckForProperDetailStackTrace.java fails with Expected stack trace missing from output
2a658f0dfac : 8248870: AARCH64: I2L/L2I conversions can be skipped for masked positive values
b9da32d5bc3 : 8262163: Extend settings printout in jcmd VM.metaspace
35e6edcaf4c : 8260926: Trace resource exhausted events unconditionally
1750a0c67c5 : 8260707: java/lang/instrument/PremainClass/InheritAgent0100.java times out
c2192d3b595 : 8248043: Need to eliminate excessive i2l conversions
c2b35bbb106 : 8248568: compiler/c2/TestBit.java failed: test missing from stdout/stderr
7418a0513bd : 8247408: IdealGraph bit check expression canonicalization
4d305000492 : 8243155: AArch64: Add support for SqrtVF
878d837a00e : 8231713: x86_32 build failures after JDK-8226721 (Missing intrinsics for Math.ceil, floor, rint)
c676d7b6a6e : 8226721: Missing intrinsics for Math.ceil, floor, rint
1beba7691e2 : 8219142: Remove unused JIMAGE_ResourcePath
4b6e463d37a : 8214854: JDWP: Unforseen output truncation in logging
38701103482 : 8215009: GCC 8 compilation error in libjli
9c434d60f85 : 8250876: Fix issues with cross-compile on macos
ce39b72ddfc : 8264786: [macos] All Swing/AWT apps cause Allow Notifications prompt to appear when app is launched
f547756eb37 : Added tag jdk-11.0.12+1 for changeset 5720ffa08f85
b7734432a8f : 8247753: UIManager.getSytemLookAndFeelClassName() returns wrong value on Fedora 32
d27533f1967 : 8261020: Wrong format parameter in create_emergency_chunk_path
155c2069ff7 : 8239386: handle ContendedPaddingWidth in vm_version_aarch64
baa6435ac94 : 8264821: DirectIOTest fails on a system with large block size
e4e40cd3c5f : 8264190: Harden TLS interop tests
adfd0fab598 : 7106851: Test should not use System.exit
db6a3df4a34 : 8256244: java/lang/ProcessHandle/PermissionTest.java fails with TestNG 7.1
218bfaba374 : 8265421: java/lang/String/StringRepeat.java test is missing a memory requirement
965bb870c26 : 8245511: G1 adaptive IHOP does not account for reclamation of humongous objects by young GC
3ea6037f86a : 8246274: G1 old gen allocation tracking is not in a separate class
545de5b4e82 : 8265690: Use the latest Ubuntu base image version in Docker testing
4d90907cac2 : 6847157: java.lang.NullPointerException: HDC for component at sun.java2d.loops.Blit.Blit
d4a7520ccc7 : 8262900: ToolBasicTest fails to access HTTP server it starts
c02c608bd1f : 8249142: java/awt/FontClass/CreateFont/DeleteFont.sh is unstable
7a9f81ed9ba : 8239312: [macos] javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java
e821dedd4ff : 8265750: Fatal error in safepoint.cpp after backport of 8258414
bb029145bf9 : 8264173: [s390] Improve Hardware Feature Detection And Reporting
9b310879a55 : 8263260: [s390] Support latest hardware (z14 and z15)
c97d7d260fe : 8241101: [s390] jtreg test failure after JDK-8238696: not conformant features string
2fdc4ed0b92 : 8265677: CMS: CardTableBarrierSet::write_ref_array_work() lacks storestore barrier
9bfc4471ec1 : 8264640: CMS ParScanClosure misses a barrier
d7b2545e458 : 8255625: AArch64: Implement Base64.encodeBlock accelerator/intrinsic
e13dcd82bfa : 8265537: x86 version string truncated after JDK-8249672 11u backport
f877026709a : 8225116: Test OwnedWindowsLeak.java intermittently fails
e85bb9e5ef3 : 8261812: C2 compilation fails with assert(!had_error) failed: bad dominance
47b6d41d94c : 8238567: SoftMainMixer.processAudioBuffers(): Wrong handling of stoppedMixers
25ce78df42f : 8257796: [TESTBUG] TestUseSHA512IntrinsicsOptionOnSupportedCPU.java fails on x86_32
ba9e4c060fe : 8222302: [TESTBUG]test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHAOptionOnUnsupportedCPU.java fails on any other CPU
dd1f57e0c71 : 8219586: CodeHeap State Analytics processes dead nmethods
78101a1fa4f : 8217465: [REDO] - Optimize CodeHeap Analytics
5a726df4602 : 8216314: SIGILL in CodeHeapState::print_names()
efec7af748e : 8217918: C2: -XX:+AggressiveUnboxing is broken
83f81437d4c : 8253167: ARM32 builds fail after JDK-8247910 8213483: ARM32: runtime/ErrorHandling/ShowRegistersOnAssertTest.java jtreg test fail
bb234d4be46 : 8264223: CodeHeap::verify fails extra_hops assertion in fastdebug test
a2de2a58d07 : 8262295: C2: Out-of-Bounds Array Load from Clone Source
5f6329064e9 : 8257604: JNI_ArgumentPusherVaArg leaks valist
9cadca97417 : 8216184: CDS/appCDS tests failed on Windows due to long path to a classlist file
1fe34add2d1 : 8076190: Customizing the generation of a PKCS12 keystore
0c10bf61932 : Added tag jdk8u192-b10 for changeset d7c9141eeab1
6df4af17350 : Added tag jdk8u192-b10 for changeset 3404c67bac22
662ed74f401 : 8210423: Backport of 8034788 breaks GCC version detection
786d5b842fd : 8210658: Remove and retag jdk8u192-b10 tag in source repository
efd759ad8d8 : 8210423: Backport of 8034788 breaks GCC version detection
2b953c30c27 : 8210658: Remove and retag jdk8u192-b10 tag in source repository
04c961659f2 : 8210390: C2 still crashes with "assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node"
29fec64583b : 8209022: Missing checkcast when casting to type parameter bounded by intersection type
1194d162cbb : 8210963: Build failures after "8210829: Modularize allocations in C2"
aa16ed80062 : 8210931: JLI and launchers normalization and cleanup
4c400d2372a : 8210962: Deprecate jdk-variant
6c59cb232fc : 8210875: Refactor CompactHashtable
a32f8e382d3 : 8210960: Allow --with-boot-jdk-jvmargs to work during configure
02fe542c3fd : 8210941: Stop filtering out -xregs=no%appl for libsunec
854798f3787 : 8210944: Stop replacing -MD with -MT in libwindowsaccessbridge
aeef5fba0bf : 8210949: Stop filtering out -xc99=%none for liblcms
62ecb73e355 : 8210883: ZGC: Parallel retire/resize/remap of TLABs
c0d0cbc4f1f : 8210857: Allow retiring TLABs and collecting statistics in parallel
92575fc3f08 : 8202201: All oop stores in the x64 interpreter are treated as volatile when using G1
4b9ec1c4fa7 : 8210094: Better loading of classloader classes
cdc49a5afc4 : 8210094: Better loading of classloader classes
b9c5932fdda : 8210284: "assert((av & 0x00000001) == 0) failed: unsupported V8" on Solaris 11.4
481a045635f : 8210920: Native C++ tests are not using CXXFLAGS
ea9331f871f : 8210889: Some service thread cleanups can be starved
a24c991cd30 : 8210846: TLSv.1.3 interop problems with OpenSSL 1.1.1 when used on the client side with mutual auth
fe67f09af39 : 8210924: Remove PACKAGE_PATH
3c7b577a89b : Added tag jdk-12+12 for changeset 15094d12a632
cf8469cceb6 : 8210879: ClassLoaderStatsClosure does raw oop comparison
3fd4c462cbe : 8210919: Remove statically linked libjli on Windows
fce43c0c360 : 8198717: Remove compute_optional_offset
8ce9db9ed54 : 8210829: Modularize allocations in C2
977a178e0c2 : 8209817: stack is executable when building with Clang on Linux
ebfb84c1fe6 : 8210884: ZGC: Remove insertion of filler objects
85e31a838e8 : 8210881: ZGC: Introduce ZRootsIteratorClosure
a69f014ad71 : 8210912: Build error in src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c after JDK-8029661
a8703f98039 : 8210713: Let CollectedHeap::ensure_parsability() take care of TLAB statistics gathering
95e1f04f71c : Added tag jdk8u192-b10 for changeset 5247664e495f
4edb5979981 : Added tag jdk8u192-b10 for changeset b39ca3bfa89b
2720ded8d7d : Added tag jdk8u192-b10 for changeset 560fff0ed21e
e68edae5958 : Added tag jdk8u192-b10 for changeset 61932024869e
548dbb30a8e : Added tag jdk8u192-b10 for changeset b93f858a7c9c
20529e4abe8 : Added tag jdk8u192-b10 for changeset aa1b2f7bc7aa
182d3c3cdfe : Added tag jdk8u192-b10 for changeset d3873355d11b
9120dd52dbb : Added tag jdk8u192-b10 for changeset e3f165c384a1
909802cf400 : Added tag jdk8u192-b10 for changeset d8a8ea51dc90
cc573a49d97 : Added tag jdk8u192-b10 for changeset 9d348f8eb2d2
c8a6c665c87 : Added tag jdk8u192-b10 for changeset 0f48cd727fe2
e7a68f385f1 : Added tag jdk8u192-b10 for changeset bf63342ee0a0
8f5051174c7 : Added tag jdk8u192-b10 for changeset 2781c7b0ee77
c3bd2586003 : Added tag jdk8u192-b10 for changeset 2b6acd191ebd
650024984d7 : Added tag jdk8u192-b10 for changeset 33bc68c38f78
c611338281a : Added tag jdk8u192-b10 for changeset 29f1525d4f22
aafb2b04740 : 8029661: Support TLS v1.2 algorithm in SunPKCS11 provider
52ba129b0a5 : 8207954: Data for --release 11
9c70e26c146 : 8210496: Improve filtering for classes with security sensitive fields
a17816f881f : 8210047: some pages contain content outside of landmark region
1619cbd14bd : 8210864: Reduce the use of metaspaceShared.hpp
f0108ea40c7 : 8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32 mistakenly set the crc32 value into size field
4aa926a9eb5 : 8210753: Make ThreadLocalAllocBuffer::resize() public
a3931a76f66 : 8210861: Move assert to help diagnose rare RedefineStress crash
d31e1ca5a44 : 8210793: [JVMCI] AllocateCompileIdTest.java failed to find DiagnosticCommand.class
d6dc55de47a : 8210874: Test for JDK-8209615
29a20e13c40 : 8210817: Minor typo in java.nio.file.attribute package summary
e71557a2d9e : 8209880: tzdb.dat is not reproducibly built
794a0e072d3 : 8210836: Build fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
196c20c0d14 : 8034802: (zipfs) newFileSystem throws UOE when the zip file is located in a custom file system
9ed646a020a : 8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ?
b6180e668ec : 8210237: [TESTBUG]gc/stress/TestStressIHOPMultiThread.java fails with 'Unexpected exit from test [exit code: 1]' in CDS mode
cba1e9458b3 : 8203466: intermittent crash at jdk.internal.misc.Unsafe::getObjectVolatile (native)
165a8b22b49 : 8210729: Clean up macosx static library handling
be56cc5bf3b : 8207768: Improve exception messages during manifest parsing of jar archives
19ca9280a64 : 8211146: fix problematic elif-tests after recent gcc warning changes Werror=undef
b31408a667f : 8196341: Add JFR events for parallel phases of G1
ffe7832042e : 8211134: problem list compiler/whitebox/ForceNMethodSweepTest.java
f10ce48bc6c : 8210413: AArch64: Optimize div/rem by constant in C1
ff3f48d69fd : 8210633: Cannot parse JapaneseDate string with DateTimeFormatterBuilder Mapped-values
9d957555849 : 8211127: TestNewLanguageFeatures.java fails after JDK-8173730
ce3ef2bc2c3 : 8173730: Stop including enhanced for-loop tip for enum values() method
59fd35292e9 : 8210839: Improve interaction between source launcher and classpath
64099fc1cc8 : 8210689: Remove the multi-line old C style for string literals
9af302152c5 : 8211103: ProblemList runtime/XCheckJniJsig/XCheckJSig.java on MacOS X
001dbe273ba : 8211061: Tests fail with assert(VM_Version::supports_sse4_1()) on ThreadRipper CPU
b1cb88da263 : 8211099: ProblemList two networking tests until jtreg b14 is promoted
f32e401b0dd : 8211064: [AArch64] Interpreter and c1 don't correctly handle jboolean results in native calls
c87e7672a68 : 8132849: Increased stop time in cleanup phase because of single-threaded walk of thread stacks in NMethodSweeper::mark_active_nmethods()
7c9ab50d06f : 8205461: Create Collector which merges results of two other collectors
dd4961b5aa6 : 8210152: Optimize integer divisible by power-of-2 check
f8ba78868da : 8202462: {@index} may cause duplicate labels
4b47d2c9e7b : 8205593: Javadoc -link makes broken links if module name matches package name
25295df0596 : 8210848: Obsolete SyncKnobs
3edf95fc445 : 8210934: Move sun/net/www/protocol/http/GetErrorStream.java to OpenJDK
5e8e18c05d3 : 8210443: Migrate Locale matching tests to JDK Repo
092fe55fb10 : 8210764: Update avx512 implementation
e5b9edac53e : 8211037: Load jib jars dynamically from JibArtifactManager
6d9cf91bf07 : 8210705: Stop exporting all symbols on macosx
22c1809a619 : Added tag jdk8u191-b10 for changeset f76b8ea282ab
5c72996bbca : Added tag jdk8u191-b10 for changeset 53bef44bba86
e504b91c21c : Added tag jdk8u191-b10 for changeset f25557dd16d0
02ae445a968 : Added tag jdk8u191-b10 for changeset 6f7eb3bcd0ec
cb5f7d8a41d : Added tag jdk8u191-b10 for changeset e8f4b01f3edb
051429e9c55 : Added tag jdk8u191-b10 for changeset eadc172f1025
3eaf6907403 : Added tag jdk8u191-b10 for changeset 8445cf396677
e124512aae8 : Added tag jdk8u191-b10 for changeset 475376e4303d
0a265efe7c4 : Added tag jdk8u191-b10 for changeset e9678e649a5c
7e6dc435de1 : Added tag jdk8u191-b10 for changeset 346252f8611f
b6afa9178a5 : Added tag jdk8u191-b10 for changeset 28fdf91968e4
0e863ba83ab : Added tag jdk8u191-b10 for changeset d290ab1fdf45
746d00e980a : Added tag jdk8u191-b10 for changeset 475150837db0
7c447d0a0b1 : Added tag jdk8u191-b10 for changeset e17b6e97a464
ef00b9e822c : Added tag jdk8u191-b10 for changeset f55451ded711
691e825d52b : Added tag jdk8u191-b10 for changeset b4ca5453ee05
4508402c6ef : 8210052: Enable testing for all the available look and feels in SwingSet3 demo tests
d4612426ceb : 8210056: Enable different look and feel tests in SwingSet3 demo test TextFieldDemoTest
71b9664abba : 8098798: Thread.join(ms) on Linux still affected by changes to the time-of-day clock 8210004: Thread.sleep(millis, nanos) timeout returns early
bad4a92e554 : 8210559: ClassLoaderData Symbols can leak
b16e5584abc : 8210741: Typo in Java API documentation of java.nio.file.Paths
73cda6e99e0 : 8208780: (se) test SelectWithConsumer.testReadableAndWriteable(): failure
0f8cbbc54c1 : 8210714: ZGC: ZWeakRootsIterator should no longer call reset/finish_dead_counter()
26af771191b : 8210711: Remove unused offset getters in ThreadLocalAllocBuffer
97f10c27d82 : 8210710: Rename ThreadLocalAllocBuffer::myThread() to thread()
fd2acd92844 : 8209163: SA: Show Object Histogram asserts with ZGC
9a9df3cd768 : 8209914: javadoc search sometimes generates bad URIs
8eb4ba001ca : 8210461: AArch64: Math.cos intrinsic gives incorrect results
ee43c985d49 : 8210703: vmStructs.cpp compiled with -O0
99eee041ba0 : 8210731: PropertiesParser does not produce reproducible output
acb7acc64ff : 8210478: Update Graal
07392d976ad : 8209772: Refactor shell test java/util/ServiceLoader/basic/basic.sh to java
8b3c1810d2c : 8193037: package-info annotations are not reported when annotation processing is enabled
5de8b5c59a0 : 8209916: NPE in SupportedGroupsExtension
f2b9a3e5b96 : 8210252: com/sun/jdi/DebuggerThreadTest.java fails with NPE
7f806d6abd9 : 8210220: [AOT] jdwp test cases are failing with error # ERROR: TEST FAILED: Cought IOException while receiving event packet
009cd15a1bf : 8209167: Use CLDR's time zone mappings for Windows
85b57de9ceb : 8210665: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[R-U] tests
26ff7d58db6 : 8207264: solaris-sparcv9-cmp-baseline fails
c611ad6fb93 : 8210702: Remove dtrace mapfiles
d778b4cd2b8 : 8210425: [x86] sharedRuntimeTrig/sharedRuntimeTrans compiled without optimization
0504b6cbb54 : 8210750: Clean up compare.sh exceptions
9cbe59f9838 : 8210723: Better information in configure for invalid Xcode
89efb9a78fc : 8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError
1adaa503bb2 : 8210802: temp files left by tests in jdk/java/net/httpclient
d70db363eb2 : 8210660: PPC64: Mapping floating point registers to vsx registers in ppc.ad
c1bbf898e4a : 8210819: Update the host name in CNameTest.java
bdf78f557a3 : 8210700: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti/unit tests
510336c2108 : 8210481: Remove #ifdef cplusplus from vmTestbase
962e755c3ac : 8140466: ChaCha20 and Poly1305 TLS Cipher Suites
b72ab42e49e : 8210721: Replace legacy serial exception field with Throwable::cause
b27f471bdd5 : 8209031: SSLSocket should throw an exception when configuring DTLS
7069bb6a726 : 8209574: [AOT] breakpoint events are generated in different threads does not meet expected count
3521fc392ed : 8210779: 8182404 and 8210732 haven't updated copyright years
ba8f6e211c2 : 8210775: JVM TI Spec missing copyright
ddcef33138a : 8204895: Better icon support
13e3b12a804 : 8204895: Better icon support
7afa8e42b67 : 8210483: AssertionError in DeferredAttr at setOverloadKind caused by JDK-8203679
4e74846da83 : 8210523: runtime/appcds/cacheObject/DifferentHeapSizes.java crash
cf26c4cc5c8 : 8207160: ClassReader::adjustMethodParams can potentially return null if the args list is empty
996ee09ca81 : Added tag jdk-12+11 for changeset f0f5d23449d3
d2b04cb9641 : 8210671: CheckExamples.java fail after Raw String Literals checkin
0b3f46efe1d : 8210560: [TEST] convert com/sun/jdi redefineClass-related tests
6a2e4311f5f : 8210593: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[N-R] tests
12dad310bba : 8200434: String::align, String::indent
2065ebd8904 : 8206981: Compiler support for Raw String Literals
4508c9908b8 : 8210519: build/releaseFile/CheckSource.java failed additional sources found
f263f6113e2 : 8208171: PPC64: Enrich SLP support
63abf144aa7 : 8210497: [PPC64] Vector registers not saved across safepoint
08203767448 : 8059019: sdp.conf.template should be copied on linux too
7c7a5976d30 : 8209843: Optimize oop scan closure closures wrt to reference processing in G1
ef320b7a996 : 8210578: AArch64: Invalid encoding for fmlsvs instruction
8e0e188abd9 : 8210387: C2 compilation fails with "assert(node->_last_del == _last) failed: must have deleted the edge just produced"
820debd284b : Added tag jdk8u181-b35 for changeset 0630b325b396
68c25e69643 : Added tag jdk8u181-b35 for changeset 1dfd2b68b071
a60509e2d00 : Added tag jdk8u181-b35 for changeset 3daa2719bc67
ceba817b506 : Added tag jdk8u181-b35 for changeset 655323cc97c7
a11ba1e2adc : Added tag jdk8u181-b35 for changeset e994f7f57392
f9c2d7809bf : Added tag jdk8u181-b35 for changeset 56ff0bdb8ccf
9d48fc3a437 : Added tag jdk8u181-b35 for changeset 813ce3f5cd7d
47edce498e6 : Added tag jdk8u181-b35 for changeset 5cb32e322514
07ec7fb5a05 : Added tag jdk8u181-b35 for changeset a8f6175c8b78
0c90d05a089 : Added tag jdk8u181-b35 for changeset 703f3dfba281
32c881ad254 : Added tag jdk8u181-b35 for changeset 05723e9027e5
2607f8a9b86 : Added tag jdk8u181-b35 for changeset 5eae102db7bd
384d6a048c0 : Added tag jdk8u181-b35 for changeset 820a744580af
ec675fd93cc : Added tag jdk8u181-b35 for changeset c388be4bcf17
b4c57442e83 : Added tag jdk8u181-b35 for changeset 808db9290ef7
90c37560f54 : Added tag jdk8u181-b35 for changeset 3029a35fd9f5
cd38b8562f1 : 8205537: Drop of sun.applet package
222c1eb3935 : 8210384: SunLayoutEngine.isAAT() font is expensive on MacOS
5178c24a454 : 8207150: Clip.isRunning() may return true after Clip.stop() was called
996259c5c77 : 8210431: Complete backport of libpng 1.6.35 TPRM
9543411265a : 8210431: Complete backport of libpng 1.6.35 TPRM
8c533e8744c : 8210431: Complete backport of libpng 1.6.35 TPRM
a67724a4252 : 8210431: Complete backport of libpng 1.6.35 TPRM
597d792979b : 8210431: Complete backport of libpng 1.6.35 TPRM
408ebc34823 : 8210431: Complete backport of libpng 1.6.35 TPRM
7b7b3371426 : 8210431: Complete backport of libpng 1.6.35 TPRM
dd195c19a45 : 8210431: Complete backport of libpng 1.6.35 TPRM
f55f5d71116 : 8210431: Complete backport of libpng 1.6.35 TPRM
e0b792b9a63 : 8210431: Complete backport of libpng 1.6.35 TPRM
d46aaf2f76c : 8210431: Complete backport of libpng 1.6.35 TPRM
069ff0f6cb9 : 8210431: Complete backport of libpng 1.6.35 TPRM
4e7cea90eac : 8210431: Complete backport of libpng 1.6.35 TPRM
bc466c1c56d : 8210431: Complete backport of libpng 1.6.35 TPRM
811f18d7b76 : 8210431: Complete backport of libpng 1.6.35 TPRM
b03d1b99e5e : 8210431: Complete backport of libpng 1.6.35 TPRM
d93f2245678 : 8210431: Complete backport of libpng 1.6.35 TPRM
99f84dc2e0d : 8210431: Complete backport of libpng 1.6.35 TPRM
51e187d34b9 : 8210431: Complete backport of libpng 1.6.35 TPRM
df9a7d787ad : 8210431: Complete backport of libpng 1.6.35 TPRM
3f7b90af57e : 8210431: Complete backport of libpng 1.6.35 TPRM
372ad56ec1d : 8210431: Complete backport of libpng 1.6.35 TPRM
731947844c4 : 8210431: Complete backport of libpng 1.6.35 TPRM
7c735cd7e35 : 8210431: Complete backport of libpng 1.6.35 TPRM
c3edd53101e : 8210431: Complete backport of libpng 1.6.35 TPRM
14da1c56411 : 8210431: Complete backport of libpng 1.6.35 TPRM
c75011b9c15 : 8210431: Complete backport of libpng 1.6.35 TPRM
8056b9533f8 : 8210431: Complete backport of libpng 1.6.35 TPRM
a684f23267b : 8210431: Complete backport of libpng 1.6.35 TPRM
6e99141a98a : 8210431: Complete backport of libpng 1.6.35 TPRM
69aa376f54d : 8210431: Complete backport of libpng 1.6.35 TPRM
01766d5e906 : 8210431: Complete backport of libpng 1.6.35 TPRM
21622dcd2e4 : 8210423: Backport of 8034788 breaks GCC version detection
a5d8e38678e : 8210423: Backport of 8034788 breaks GCC version detection
5d1d4eb1557 : 8210394: (zipfs) jdk/nio/zipfs/ZFSTests.java rootdir.zip: The process cannot access the file because it is being used by another process
22de84454cb : 8209942: [epsilon] range function for EpsilonTLABElasticity causes compiler warning
9e1adc7e730 : 8182733: aarch64 build documentation misleading
75ec02926c1 : 8202013: JEditorPane shows large HTML unordered list bullets 8201925: JEditorPane unordered list bullets look pixelated
990d8d2bda1 : Added tag jdk8u192-b09 for changeset f85307b78ce5
ca5d46236ab : Added tag jdk8u192-b09 for changeset 57e67d47d20b
9004084a70a : Added tag jdk8u192-b09 for changeset ca50e29247d6
d329030ba74 : Added tag jdk8u192-b09 for changeset 2d21d18173ca
096d5a81ea5 : Added tag jdk8u192-b09 for changeset 768ad009787c
dc291cef3b0 : Added tag jdk8u192-b09 for changeset c0f0105af9fe
ba552172eca : Added tag jdk8u192-b09 for changeset 283c91f0d373
2651aa79832 : Added tag jdk8u192-b09 for changeset aa0ebcea9399
44e5572dc9d : Added tag jdk8u192-b09 for changeset fecffd39cb58
7d3e00ee68c : Added tag jdk8u192-b09 for changeset 94e0e483d836
bb934143225 : Added tag jdk8u192-b09 for changeset b67a53a766d8
d4d8424ee45 : Added tag jdk8u192-b09 for changeset 431becaaa904
91b06c16439 : Added tag jdk8u192-b09 for changeset 01f9511aefb3
c2bf1597283 : Added tag jdk8u192-b09 for changeset 59701d89d0b0
021bcc347d7 : Added tag jdk8u192-b09 for changeset 23e1805cee03
7e72f7e7ccb : Added tag jdk8u192-b09 for changeset c8464cd6d223
1c727102ab2 : 8210158: Accessorize JFR getEventWriter() intrinsics
f1202dc4dca : 8209152: (so) ServerSocketChannel::supportedOptions includes IP_TOS
e7a2c9d679e : 8165440: Add Zero support for x86_64-linux-gnux32 target
43926a4708f : Added tag jdk8u191-b09 for changeset 831b4dac4a37
26bfaafdb6c : Added tag jdk8u191-b09 for changeset 4f20ef3367c1
bb81efb8c01 : Added tag jdk8u191-b09 for changeset f573e50b98d1
00678c3c835 : Added tag jdk8u191-b09 for changeset a9638358e30e
dfafbf2ae2a : Added tag jdk8u191-b09 for changeset 78e1143f9a3a
73e83976c58 : Added tag jdk8u191-b09 for changeset c06f29dddc30
7e5d86a905c : Added tag jdk8u191-b09 for changeset 228d15ca008e
66371689ab9 : Added tag jdk8u191-b09 for changeset decc0cec7062
51bd4ec97b7 : Added tag jdk8u191-b09 for changeset c5992860d82c
8e1e271db61 : Added tag jdk8u191-b09 for changeset 4f1b8993a5d3
dd570ca678d : Added tag jdk8u191-b09 for changeset 1b708cc3062e
a45ec019980 : Added tag jdk8u191-b09 for changeset 8dc138c69bbe
238382afdff : Added tag jdk8u191-b09 for changeset b9a0e172f50f
b8cabae99bf : Added tag jdk8u191-b09 for changeset 1a79f6af7708
9b2f987cbbd : Added tag jdk8u191-b09 for changeset 001967cb905c
eb3a052bf4e : Added tag jdk8u191-b09 for changeset 92449e5673d6
e2eab3c1b7d : 8209052: Low contrast in docs/api/constant-values.html
dc356698b86 : 8209832: Refactor jdk/internal/reflect/Reflection/GetCallerClassTest.sh to plain java test
de35357cf54 : 8197398: (zipfs) Files.walkFileTree walk indefinitelly while processing JAR file with "/" as a directory inside
315e71f87e7 : 8210039: move OSInfo to top level testlibrary
3c810ce2619 : 8209736: runtime/RedefineTests/ModifyAnonymous.java fails with NullPointerException when running in CDS mode
b116f2cf132 : 8210192: Hsperf counter ParNew::CMS should be ParNew:CMS
f26708a8c57 : 8209002: 8u192 installed exe and dll files have wrong file version
d2d841d5329 : 8209002: 8u192 installed exe and dll files have wrong file version
d0560a28603 : 8210182: Remove macros for C compilation from vmTestBase but non jvmti
6f8114227c9 : 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
595a45041b0 : 8210366: Typo in MethodHandles.Lookup: must be either be
9141fa4e52f : 8210087: Classes in jdk.unsupported not accessible from jconsole plugin
ba1d068078f : 8210279: (bf) Remove unused package private method java.nio.Buffer.truncate()
e8b551eac92 : 8210320: PPC64: Fix uninitialized variable in C1 LIR assembler code
aee7d4f6005 : 8210357: Zero builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
c7c0863c868 : 8210355: Minimal and Zero non-PCH builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
81af5289e9a : 8210341: (fs) Typos in PosixFileAttributeView javadoc
db7b4e20e1f : 8207200: Committed > max memory usage when getting MemoryUsage
a7d4df53fa7 : 8210265: Crash in HSpaceCounters::update_used()
a5f7028279d : 8210338: Better output for GenerationTests.java
96e71f78364 : 8210307: 8210246 broke NMT jtreg tests
23635d7d6f8 : 8210314: [aix] NMT does not show "Safepoint" memory type
d2e84521c06 : 8209408: Primitive heap access for interpreter BarrierSetAssembler/arm32
bf7cd961460 : 8207247: AARCH64: Enable Minimal and Client VM builds
f36874335da : 8207343: Automate vtable/itable stub size calculation
d08c6c824dd : 8210246: NMTUtil::_memory_type_names should be in sync with MemoryType
73537725b14 : 8210259: [testbug] IncompatibleOptions.java fails if VM configured without ZGC
78eb57c7a60 : 8146310: [macosx] com.apple.eawt.Application.setDefaultMenuBar does not initialize screen menu bar
c8d641d1489 : 8208608: Update --module-source-path to allow explicit source paths for specific modules
53ac5e7feda : 8210235: JvmtiTrace::safe_get_current_thread_name is unsafe in debug builds
4d57252ee0e : 8209585: [Graal] vmTestbase/nsk/jvmti/scenarios/sampling tests fail with "Too small stack of resumed thread"
e52d76e53e8 : 8160928: javac incorrectly copies over interior type annotations to bridge method
e7b5d221b05 : 8160928: javac incorrectly copies over interior type annotations to bridge method
4871d9935ea : 8210226: Add support for multiple project folders to idea.sh
3a37a5d219c : 8067354: com/sun/jdi/GetLocalVariables4Test.sh failed
a9f2e04d54a : 8210187: Explicit barriers for C2
72797db95b4 : 8210513: Obsolete SyncFlags
475d4220941 : 8210347: Combine subsequent calls to Set.contains() and Set.add()
9118c4c28b5 : 8210514: Obsolete SyncVerbose
e80b128db4b : 8210289: ArchivedKlassSubGraphInfoRecord is incomplete
891765ee5eb : 8210300: runtime/MemberName/MemberNameLeak.java fails with RuntimeException
fe326ad022a : 8210385: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[A-N] tests
bbf5c1ca8d5 : 8210422: runtime/modules/ModuleStress/ExportModuleStressTest.java - assertion failed: address not aligned: 0x00000008baadbabe
18bbeb53e68 : 8210470: Remove unused Verifier::verify() Verifier::Mode argument
edef78fbe1e : 8205330: InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
a19321464c6 : 8210467: Remove unused G1CollectedHeap::_max_heap_capacity
093c837c850 : 8210463: Recalculate_used() always sets time taken in G1GCPhaseTimes
694380add3c : 8209773: Refactor shell test javax/naming/module/basic.sh to java
623caa5bbff : 8205507: jdk/javax/xml/crypto/dsig/GenerationTests.java timed out
6724b598731 : 8210434: [Graal] 8209301 prevents GitHub Graal from compiling with latest JDK
efe6ad59e83 : 8210511: TestSingleWriterSynchronizer can deadlock
1f30060cbb2 : 8210512: [Testbug] vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java fails with unexpected size of ClassLoaderReference.referringObjects
4baa5b10d12 : 8210515: [TESTBUG]CheckArchivedModuleApp.java needs to check if EnableJVMCI is set
2702b5c299e : 8182404: remove jdk.testlibrary.JDKToolFinder and JDKToolLauncher
7445ebf02bc : 8208697: vmTestbase/metaspace/stressHierarchy/stressHierarchy012/TestDescription.java fails with OutOfMemoryError: Metaspace
cfb0662ff61 : 8210502: jdeps does not handle properly on analyzing a mixture of MR JARs and non-MR JARs
d36dddddabc : 8210319: [s390]: Use of shift operators not covered by cpp standard
6c7a19d52f3 : 8209930: Refactor java/util/zip/ZipFile/deletetempjar.sh to plain java test
c8be2285136 : 8210321: Create NO_KEEPALIVE CLD holder accessor
842bc09b011 : 8210233: Prepare Klass::is_loader_alive() for concurrent class unloading
a602e0b80cf : 8210236: Prepare ciReceiverTypeData::translate_receiver_data_from for concurrent class unloading
4db2b90f445 : 8056217: Remove awt_makecube.cpp
db72e03e128 : 8081858: make dist-clean does not delete all log files
6b2d1c98348 : 8200609: Proper fix for mapfile removal for libjsig
26f801426df : 8210283: Support git as an SCM alternative in the build
21a0458422c : 8210112: remove jdk.testlibrary.ProcessTools
bd77f790c3e : 8209971: TestOptionsWithRanges.java crashes in CDS mode with G1UpdateBufferSize=1
8b1bdf579c2 : 8210131: vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java failed with ObjectFree: GetCurrentThreadCpuTimerInfo returned unexpected error code
d90f0a51c25 : 8210429: Clean up JNI_ENV_ARG for vmTestbase/jvmti/Get[G-Z] tests
23ec584fda7 : 8210345: The Japanese message of FileNotFoundException garbled
c0d51dc5142 : 8210495: compiler crashes because of illegal signature in otherwise legal code
660f6b448b5 : 8209786: JDK12 fails to build on s390x with gcc 7.3
b66c67675d0 : 8210486: Unused code in check_nest_attributes function
59d3b2ccfa7 : 6899533: SecureClassLoader and URLClassLoader have unnecessary check for createClassLoader permission
052a740695f : 8209544: AES encrypt performance regression in jdk11b11
25280e30d4a : 8209361: [AOT] Unexpected number of references for JVMTI_HEAP_REFERENCE_CONSTANT_POOL [111-->111]: 0 (expected at least 1)
334d64e9a02 : 8042902: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails intermittently
0f68e5221f4 : 8210381: Obsolete EmitSync
84cf73f2a5d : 8210009: Source Launcher classloader should support getResource and getResourceAsStream
1c9dfca05b9 : 8210285: CharsetDecoder/Encoder's constructor does not reject NaN
d1958eeed15 : 8210142: java.util.Calendar.clone() doesn't respect sharedZone flag
9d6230fe4e5 : 8185145: AppCDS custom loader support on Mac OS X
d0f7d4e374e : 8210435: don't add local variable spots if they are DCE'ed by the compiler
66288b8c6c9 : 8210318: idea.sh script doesn't work on Mac
0d9f615e921 : 8199874: [TESTBUG] runtime/Thread/ThreadPriorities.java fails with "expected 0 to equal 10"
c201a7f8c9a : 8210432: Add additional TeliaSonera root certificate
b7fdc4943f1 : 8210334: TLS 1.3 server fails if ClientHello doesn't have pre_shared_key and psk_key_exchange_modes
d256eb923bf : 8210198: Clean up JNI_ENV_ARG for vmTestbase/jvmti/Get[A-F] tests
bac1c9b8fbc : Added tag jdk-12+10 for changeset 8f594f75e054
14e4479ca72 : 8208352: Merge HeapMonitorTest and HeapMonitorGCTest code
16b92a561c6 : 8206424: Use locking for cleaning ProtectionDomainTable
98242123a32 : 8207793: [TESTBUG] runtime/Metaspace/FragmentMetaspace.java fails: heap needs to be increased
eb9259138f3 : 8210155: Lock ClassLoaderDataGraph
71479d029a8 : 8176453: Javadoc search: there are issues with generics in parameters
c131915d0aa : 8210066: [JVMCI] iterateFrames uses wrong GrowableArray API for appending
8cc7ce2c18a : 6657100: Rename sparcWorks to solstudio in HotSpot
0154af8be13 : 8201818: [macosx] Printing attributes break page size set via "java.awt.print.Book" object
fcda1db2249 : 8201818: [macosx] Printing attributes break page size set via "java.awt.print.Book" object
45fb6202188 : 8210205: build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp)
1f3d71b6205 : 8209362: sun/security/ssl/SSLSocketImpl/ReuseAddr.java failed due to "BindException: Address already in use (Bind failed)"
36f2d56823b : 8208280: java/nio/channels/Selector/RegisterDuringSelect.java fails with "key not removed from key set"
7a55cb89544 : 8210118: better jdb test diagnostics when getting "Prompt is not received during ... milliseconds" failures
6a0bb0955e9 : 8209975: Some GCThreadLocalData not initialized
26560a934dd : 8210164: building Minimal VM fails with error: comparison of unsigned expression < 0 is always false [-Werror=type-limits]
75a8e7d4e27 : 8210119: Rename SubTasksDone::is_task_claimed
67b2c6fc666 : 8207744: Clean up inconsistent use of opendir/closedir versus opendir64/closedir64
091aff1178e : 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2
d56ff9a452f : 8209993: Create a test for SwingSet3 ToolTipDemo
b9b522a7ad9 : 8203356: VM Object Allocation Collector can infinite recurse
3c135ae7055 : 8210194: [TESTBUG] jvmti_FollowRefObjects.cpp missing initializer for member _jvmtiHeapCallbacks::heap_reference_callback
d36066fdadb : 8210168: JCK test .vm.classfmt.ins.code__002.code__00201m1.code__00201m1 hangs with -noverify
af1ce0a659e : 8209950: SIGBUS in CodeHeapState::print_names()
05b8f66dffc : 8210065: ZGC: Remove mode for treating weaks as strong
de5d7a1cae6 : Added tag jdk8u192-b08 for changeset 4c25f612d435
8e23e870ad6 : Added tag jdk8u192-b08 for changeset 1a5429cecf28
ce440a7e0a4 : Added tag jdk8u192-b08 for changeset 5974f546ddaf
dfde906c26b : Added tag jdk8u192-b08 for changeset 4ac4cd6f8ccd
54cf8d6836e : Added tag jdk8u192-b08 for changeset 8bf27060718f
752bc300f48 : Added tag jdk8u192-b08 for changeset bb5ab8d4ed36
7e04de03002 : Added tag jdk8u192-b08 for changeset bae761e2c274
8a5808de9b2 : Added tag jdk8u192-b08 for changeset da1e4f8c40a8
1da2f1a15f6 : Added tag jdk8u192-b08 for changeset 2604e2a3fe30
762feb7114b : Added tag jdk8u192-b08 for changeset 9ee08ffd57ec
e8dc7525577 : Added tag jdk8u192-b08 for changeset ffba76e1a0c5
4e94040efe7 : Added tag jdk8u192-b08 for changeset 46c493c78ef0
681513eb18e : Added tag jdk8u192-b08 for changeset 20eb2ed093ab
7863cb55686 : Added tag jdk8u192-b08 for changeset 274c82b842d4
2d91b9cdd0d : Added tag jdk8u192-b08 for changeset 3ac36f0f3c31
139132fa1cd : Added tag jdk8u192-b08 for changeset e0315b6f0355
fadd786252e : Added tag jdk8u191-b08 for changeset c6ffe79f181e
30d3971de4f : Added tag jdk8u191-b08 for changeset d612121420aa
ca383553bad : Added tag jdk8u191-b08 for changeset d76b619aa794
25e429c38da : Added tag jdk8u191-b08 for changeset dd5c00ed4526
9185ea86fd0 : Added tag jdk8u191-b08 for changeset dc70c46f5426
2501aeeb675 : Added tag jdk8u191-b08 for changeset 33caaec86675
2b7cdd332f4 : Added tag jdk8u191-b08 for changeset e71bcd9c8491
e45583f5be6 : Added tag jdk8u191-b08 for changeset 916f0f1356a3
c720f0407b0 : Added tag jdk8u191-b08 for changeset 02edd5b7d360
3d97cae33a1 : Added tag jdk8u191-b08 for changeset 179de3c539eb
afc30b5d267 : Added tag jdk8u191-b08 for changeset 658285ab59e9
ac832f6b10b : Added tag jdk8u191-b08 for changeset bd749c96a636
ff8cfdfaf7d : Added tag jdk8u191-b08 for changeset 0040284170ee
80bd1b3c99e : Added tag jdk8u191-b08 for changeset 2251a38b8fc6
5e84dee981d : Added tag jdk8u191-b08 for changeset 907d01039713
59cb3625838 : Added tag jdk8u191-b08 for changeset 91b97e45884f
21346e2651a : 8209002: 8u192 installed exe and dll files have wrong file version
f87576067b9 : 8209002: 8u192 installed exe and dll files have wrong file version
149be4bad10 : 8210147: adjust some WSAGetLastError usages in windows network coding
af545969be3 : 8210063: ZGC: Enable load barriers for IN_NATIVE runtime barriers
dd02aad6bee : 8210061: ZGC: Remove STW weak processor mode
a75b0f74fa5 : 8210160: Remove deprecated configure arguments
f6471ab3aa4 : 8210150: Allow custom-hook.m4 to include files from CUSTOM_CONFIG_DIR
77921f8a381 : 8199811: com/sun/jdi/ProcessAttachTest.java fails intermittently: Remote thread failed for unknown reason
2852f9e9bf6 : 8208350: Disable all DES cipher suites
1f471ba0e61 : 8208350: Disable all DES cipher suites
b984ecc4389 : 8170089: nsk/jdi/EventSet/resume/resume008: ERROR: suspendCounts don't match for : Common-Cleaner
0852cfcc529 : 8210153: localized currency symbol of VES
ad8e6658449 : Added tag jdk-12+9 for changeset 31b159f30fb2
c41e1d3f3a1 : 8210167: ProblemList vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java
f5e624c0b36 : 8209856: Obsolete error reporter
296002fe508 : 8180193: Make marking bitmap code available to other GCs
c3cc65bd08e : 8201317: X25519/X448 code improvements
00eb34a9431 : 8209996: [PPC64] Fix JFR profiling
ff17347f8fe : 8209844: MemberNameLeak.java fails when ResolvedMethod entry is not removed
41f4dbaae71 : 8201818: [macosx] Printing attributes break page size set via "java.awt.print.Book" object
13ce063178c : 8209789: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
8b373393e6b : 8209965: The "supported_groups" extension in ServerHellos
882e54cb053 : 8209995: java.base does not need to export sun.security.ssl to java.security.jgss
c5299d49f40 : 8209987: Minor cleanup in Level.java
f5800c03a6c : Added tag jdk8u181-b34 for changeset fa01f6c0912b
497693f7b33 : Added tag jdk8u181-b34 for changeset 6340e51261aa
748866bccb4 : Added tag jdk8u181-b34 for changeset 1213f5e9c53f
11b75629efc : Added tag jdk8u181-b34 for changeset 2afa294958c2
394697ad276 : Added tag jdk8u181-b34 for changeset d71684992ceb
3f2e920843d : Added tag jdk8u181-b34 for changeset addc5624e101
d6c771c43db : Added tag jdk8u181-b34 for changeset e312f2b5b665
e4e5e321f3b : Added tag jdk8u181-b34 for changeset be21f43f42e3
318225889b8 : Added tag jdk8u181-b34 for changeset 18df7f9a55be
4b40c00f930 : Added tag jdk8u181-b34 for changeset 8809af79c3bc
b09702ba421 : Added tag jdk8u181-b34 for changeset 33fed93c5e03
234b0e470be : Added tag jdk8u181-b34 for changeset b0d38a4951f1
b244e668802 : Added tag jdk8u181-b34 for changeset 3f3121729dc2
97f1d8304a7 : Added tag jdk8u181-b34 for changeset b05408befa6c
737d5568f5d : Added tag jdk8u181-b34 for changeset 3606ae086013
3d0c729a948 : Added tag jdk8u181-b34 for changeset 3105383cdcec
b4530e24473 : 8204308: SA: serviceability/sa/TestInstanceKlassSize*.java fails when running in CDS mode
fd9fa38d21e : 8209821: Make JVMTI GetClassLoaderClasses not walk CLDG
e6c0c9dde7c : 7033681: Arrays.asList methods needs better documentation
51c04f947fe : 8209911: More blob types in hs_err printout
852e131c613 : 6474858: CardChannel.transmit(CommandAPDU) throws unexpected ArrayIndexOutOfBoundsException
5cdafcf43e7 : 8039082: [TEST_BUG] Test java/awt/dnd/BadSerializationTest/BadSerializationTest.java fails
6ed62dbecd5 : 8209129: Further improvements to cipher buffer management
e5153b1ee46 : 8209129: Further improvements to cipher buffer management
05ed80075a8 : 8209340: The code which avoids synthetic accessors has become outdated
8f877844209 : 8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
b2ebbe6460d : 8209173: javac fails with completion exception while reporting an error
83d8bf86a65 : 8209915: Fix license headers
af8a3d61b57 : 8209841: [REDO] Refactor G1ParallelCleaningTask into shared
7a51b4a8fa1 : 8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode
347b95d5007 : 8209825: guarantee(false) failed: wrong number of expression stack elements during deopt
8f14f8b2a74 : 8200659: Improve BigDecimal support
d2590ffc9d0 : 8210610: Improved LSA authentication
9a9b3e9ac55 : 8210598: Strengthen Windows Access Bridge Support
68f33ebd5a5 : 8206290: Better FileChannel transfer performance
24218b904d5 : 8210624: Clean up better loading tests
e66dfd30c43 : 8210094: Better loading of classloader classes
90aa9d02a40 : 8203688: [testbug] Nashorn test test/nashorn/script/nosecurity/treeapi/diagnostic.js fails
37115c8ea4a : Added tag jdk-11+28 for changeset 76072a077ee1
7135605c6f6 : 8209691: Allow MemBar on single memory slice
d91630f9485 : 8209064: Make intellij support more robust after changes for 2018.2
13c1bb691be : 8176553: LdapContext follows referrals infinitely ignoring set limit
b3b644438e9 : 8206986: Compiler support for Switch Expressions (Preview) 8207405: Compiler Tree API support for Switch Expressions (Preview)
3f4b55c4df3 : 8209994: windows: Java_java_net_NetworkInterface_getAll misses releasing interface-list
232804b8ab7 : 8208746: ISO 4217 Amendment #168 update 8209775: ISO 4217 Amendment #169 update
16263ca90c1 : 8210045: Allow using a subset of worker threads even when UseDynamicNumberOfGCThreads is not set
3de7598a3f8 : 8210035: Fix copyrights for files created for the HeapMonitor work
6c65a9f193f : 8210040: TestOptionsWithRanges.java is very slow
4c58f6768aa : 8210043: Invalid assert(HeapBaseMinAddress > 0) in ReservedHeapSpace::initialize_compressed_heap
f7bbf4f43c5 : 8209743: [TESTBUG] java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails with OutOfMemoryError running in CDS mode
30a16dc69cd : 8210008: custom extension for make/SourceRevision.gmk
3559b6be769 : 8209958: Clean up duplicate basic array type statics in Universe
cea6e549787 : 8210088: ProblemList gc/epsilon/TestMemoryMXBeans.java
8c47dc4a946 : 8209611: use C++ compiler for hotspot tests
86c476b5e5e : 8210108: sun/tools/jstatd test build failures after JDK-8210022
fc61b1abfba : 8019927: [TESTBUG] nsk/jvmti/GetThreadInfo/thrinfo001 intermittently fails with 'invalid thread group' when running with JFR
e1059f1301b : 8209976: Improve iteration over non-JavaThreads
1ddabdf0dc1 : 8209534: [TESTBUG]runtime/appcds/cacheObject/ArchivedModuleCompareTest.java fails with EnableJVMCI
1b02e701846 : 8072498: Multi-thread JNI weak reference processing
49b859b9d3f : 8201224: Make string buffer size dynamic in mlvmJvmtiUtils.c
51f697962cd : 8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on
eb51968f002 : 8202578: Revisit location for class unload events
12c27777c8d : 8209894: ZGC: Cap number of GC workers based on heap size
370abe471ff : 8210022: remove jdk.testlibrary.ProcessThread, TestThread and XRun
56ee0fccb33 : 8186548: move jdk.testlibrary.JcmdBase closer to tests
1e6c19b3819 : 8203393: com/sun/jdi/JdbMethodExitTest.sh and JdbExprTest.sh fail due to timeout
d739f1d6def : 8209494: Create a test for SwingSet InternalFrameDemo
083110efa93 : 8209852: Counters in StringCleaningTask should be type of size_t
f71d1cb124e : 8209920: runtime/logging/RedefineClasses.java fail with OOME with ZGC
56064c7e5c0 : 8203955: Improve robot support
d064e97e0bc : Added tag jdk8u192-b07 for changeset 1a5bfc462c69
681d98b7f34 : Added tag jdk8u192-b07 for changeset ece9bf46b529
7d80bb46c19 : Added tag jdk8u192-b07 for changeset 63b41aaca97a
8669d7bb731 : Added tag jdk8u192-b07 for changeset 6945bfd55fb8
5fe4bf826ab : Added tag jdk8u192-b07 for changeset 0d2e3fca5f46
856f16b42ac : Added tag jdk8u192-b07 for changeset b9d61e888aaf
6f9b55e15df : Added tag jdk8u192-b07 for changeset bdc30091ae64
e28dddb9cfc : Added tag jdk8u192-b07 for changeset 35cbbe9dc3f5
3016fa13dac : Added tag jdk8u192-b07 for changeset 79c296affde4
1a5c97a1a32 : Added tag jdk8u192-b07 for changeset 78083cec96ea
55113702e55 : Added tag jdk8u192-b07 for changeset c11b732d1157
2cc06ccf495 : Added tag jdk8u192-b07 for changeset ede944b29969
ab6195925e0 : Added tag jdk8u192-b07 for changeset d2bf146c8b7a
a02e3a18fff : Added tag jdk8u192-b07 for changeset b54bdaaf9297
652323fb2a5 : Added tag jdk8u192-b07 for changeset 386dd9236159
bff58b1ac06 : Added tag jdk8u192-b07 for changeset 05fbf28cbd14
da75f3c4ad5 : 8209806: API docs should be updated to refer to javase11
5b511a4a78d : 8207317: SSLEngine negotiation fail exception behavior changed from fail-fast to fail-lazy
31ea696a9b6 : Added tag jdk8u191-b07 for changeset a16f1c2a2004
a3c06068717 : Added tag jdk8u191-b07 for changeset e74da7889127
574e6c8de29 : Added tag jdk8u191-b07 for changeset ebf58979bcf7
cf4df2a71d1 : Added tag jdk8u191-b07 for changeset 6309d9b78c1d
c2471bfd4eb : Added tag jdk8u191-b07 for changeset 380fd3bd105d
0de42a5334a : Added tag jdk8u191-b07 for changeset 554c741ed3a8
cf6fbffdccf : Added tag jdk8u191-b07 for changeset e0ec7d4ca2c9
c61984b3e7e : Added tag jdk8u191-b07 for changeset 31e284414d89
cc5dfef0a08 : Added tag jdk8u191-b07 for changeset f34e316bf117
9adc6fa482a : Added tag jdk8u191-b07 for changeset de1ffa461da4
bc0a78eff83 : Added tag jdk8u191-b07 for changeset 29fe78e4446d
8bdbdf63f98 : Added tag jdk8u191-b07 for changeset d49d406a4bd8
b62b93184ed : Added tag jdk8u191-b07 for changeset cc2ec422f9ce
e3418cf3945 : Added tag jdk8u191-b07 for changeset e904a797429e
5cf8541c432 : Added tag jdk8u191-b07 for changeset 5a3b966b1b85
b221a080990 : Added tag jdk8u191-b07 for changeset f20f20dc733f
538ba1fb5c8 : 8207838: AArch64: Float registers incorrectly restored in JNI call
aef7c93375c : 8209670: CompilerThread releasing code buffer in destructor is unsafe
ea4f2f60d50 : 8209637: [s390x] Interpreter doesn't call result handler after native calls
789b6089954 : 8209735: Disable avx512 by default
1da79cddad3 : Added tag jdk-11+27 for changeset 9d7d74c6f2cb
423c207dc71 : 8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
e0559bdd88e : 8209622: applications/kitchensink/Kitchensink.java failed with Kitchensink failed with exit code = 138
e2081b42b5f : 8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1
44a83147db4 : 8209136: [JVMCI] Make sure volatile fields are read as volatile during constant reflection
2589e9733e0 : 8211148: var in implicit lambdas shouldn't be accepted for source < 11
73a63130389 : 8181443: Replace usages of jdk.internal.misc.Unsafe with MethodHandles.Lookup.defineClass
4af23742714 : 8210754: print_location is not reliable enough (printing register info)
dcfb9a75aa9 : 8210303: VM_HandshakeAllThreads fails assert with "failed: blocked and not walkable"
f5d19b9109c : 8166138: DateTimeFormatter.ISO_INSTANT should handle offsets
ea3fb3979c7 : Added tag jdk-12+14 for changeset 6f04692c7d51
ca5903367f1 : 8205479: OS X: requestFocus() does not work properly for embedded frame
28f155c7576 : 8033251: Use DWARF debug symbols for Linux 32-bit as default
8b80e6a3dde : 8033251: Use DWARF debug symbols for Linux 32-bit as default
299f32d8523 : 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
8b36c242ec0 : 8204895: Better icon support
42de356cbd3 : 8207966: HttpClient response without content-length does not return body
bb9fed1008d : 8202702: Clearing selection on JTable causes disappearance of a row
eae535f70eb : 8209537: Two security tests failed after JDK-8164639 due to dependency was missed
b798d67da6e : 8206295: More reliable p11 transactions
1d29a6f9cc5 : 8209459: TestSHA512MultiBlockIntrinsics failed on AArch64
4d3005268d2 : 8264328: Broken license in javax/swing/JComboBox/8072767/bug8072767.java
2eb6d4d1209 : 8225438: javax/net/ssl/TLSCommon/TestSessionLocalPrincipal.java failed with Read timed out
d5960b57c2e : 8263311: Watch registry changes for remote printers update instead of polling
7b091f1a3a7 : 8244205: HTTP/2 tunnel connections through proxy may be reused regardless of which proxy is selected
b1c28183f56 : 8244031: HttpClient should have more tests for HEAD requests
dca74c57be0 : 8265154: vinserti128 operand mix up for KNL platforms
435129d6d56 : 8264958: C2 compilation fails with assert "n is later than its clone"
5ec492b8d23 : 8264626: C1 should be able to inline excluded methods
c751eca4f02 : 8263448: CTW: fatal error: meet not symmetric
00f2d1df5b3 : 8260255: C1: LoopInvariantCodeMotion constructor can leave some fields uninitialized
767fcf1bdd2 : 8265718: Build failure after JDK-8258414 11u backport
b47e5a002c1 : 8225756: [testbug] compiler/loopstripmining/CheckLoopStripMining.java sets too short a SafepointTimeoutDelay
fcf05919b87 : 8177068: incomplete classpath causes NPE in Flow
e521037ae56 : 8258414: OldObjectSample events too expensive
c1411113b39 : 8265417: Backport of JDK-8249672 breaks Solaris x86 build
240477270ba : 8214512: ARM32: Jtreg test compiler/c2/Test8062950.java fails on ARM
73eef161284 : Added tag jdk-11.0.11-ga for changeset 15862747ee15
54429902e4c : Added tag jdk-11.0.11+9 for changeset 15862747ee15
9a2c8a54b1e : 8262298: G1BarrierSetC2::step_over_gc_barrier fails with assert "bad barrier shape"
b33798b3b44 : 8264360: Loop strip mining verification fails with "should be on the backedge"
96cd8afba66 : 8257001: Improve Http Client Support
d25b6d45682 : 8249906: Enhance opening JARs 8258247: Couple of issues in fix for JDK-8249906 8259428: AlgorithmId.getEncodedParams() should return copy
71e9924acfd : 8261183: Follow on to Make lists of normal filenames
1b1f0f650cf : 8253799: Make lists of normal filenames
7243dc3df60 : 8250568: Less ambiguous processing
3f450debfab : 8259633: compiler/graalunit/CoreTest.java fails with NPE after JDK-8244543
1669dac7e66 : 8244543: Enhanced handling of abstract classes
b8f05df3e72 : 8244473: Contextualize registration for JNDI
4c7567cbb41 : Added tag jdk-11.0.11+8 for changeset 9f0347b029d3
78c200a4699 : 8263069: Exclude some failing tests from security/infra/java/security/cert/CertPathValidator
6c31ac2acdc : Added tag jdk-11.0.11+7 for changeset 14f9928caac3
d609620d0fc : 8261209: isStandalone property: remove dependency on pretty-print
1007c9c1f46 : Added tag jdk-11.0.11+6 for changeset e41ae00add1d
d1db307ad5c : 8253409: Double-rounding possibility in float fma
e8c439af4de : 8249867: xml declaration is not followed by a newline
a4f2cc65079 : Added tag jdk-11.0.11+5 for changeset 38430a8a4488
520701d4037 : 8261920: [AIX] jshell command throws java.io.IOError on non English locales
be582ee196a : 8261585: Restore HandleArea used in Deoptimization::uncommon_trap
188f6243255 : 8259707: LDAP channel binding does not work with StartTLS extension
e6f31a03916 : 8245527: LDAP Channel Binding support for Java GSS/Kerberos
8d979406d99 : 8261413: Shenandoah: Disable class-unloading in I-U mode
e6b5d61562c : 8261912: Code IfNode::fold_compares_helper more defensively
ca310e61b03 : 8257746: Regression introduced with JDK-8250984 - memory might be null in some machines
95581707bcd : 8233185: HttpServer.stop() blocks indefinitely when called on dispatch thread
b429cfb2564 : 8190763: Class cast exception on (CompoundEdit) UndoableEditEvent.getEdit()
f140a608c7e : 8258753: StartTlsResponse.close() hangs due to synchronization issues
a8ba9578fcc : 8263729: [test] divert spurious output away from stream under test in ProcessBuilder Basic test
2d443de7556 : 8225081: Remove Telia Company CA certificate expiring in April 2021
e6f640f2a07 : 8264096: slowdebug jvm crashes when StrInflatedCopy match rule is not supported
7110622007c : 8253572: [windows] CDS archive may fail to open with long file names
ad937685565 : 8244847: Linux/PPC: runtime/CompressedOops/CompressedClassPointers: smallHeapTest fails
d6365c3019f : 8217848: [Graal] vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003/TestDescription.java fails
5a416527260 : 8213116: javax/swing/JComboBox/WindowsComboBoxSize/WindowsComboBoxSizeTest.java fails in Windows
dca1c81db68 : 8255368: Math.exp() gives wrong result for large values on x86 32-bit platforms
f23fdc51915 : Added tag jdk-11.0.11+4 for changeset c4405735470a
83efecbcae8 : 8240353: AArch64: missing support for -XX:+ExtendedDTraceProbes in C1
f5f42969ba6 : 8246707: (sc) SocketChannel.read/write throws AsynchronousCloseException on closed channel
99998cbddf9 : 8262018: Wrong format in SAP copyright header of OsVersionTest
ef5c2ec9ebf : 8261022: Fix incorrect result of Math.abs() with char type
e2f9f03ca43 : 8259007: This test printed a blank page
6095996fea6 : 8255387: Japanese characters were printed upside down on AIX
40541127d12 : 8261231: Windows IME was disabled after DnD operation
1c22fe9837d : 8261829: Exclude tools/jlink/JLinkReproducibleTest.java in 11u
4ad1d2ff911 : 8261753: Test java/lang/System/OsVersionTest.java still failing on BigSur patch versions after JDK-8253702
d1c59d425bd : 8256421: Add 2 HARICA roots to cacerts truststore
3d006343161 : 8261522: [PPC64] AES intrinsics write beyond the destination array
ae7ada0d481 : 8261534: Test sun/security/pkcs11/KeyAgreement/IllegalPackageAccess.java fails on platforms where no nsslib artifacts are defined
962e7e0cff9 : 8253702: BigSur version number reported as 10.16, should be 11.nn
87db8e253f3 : 8260356: (tz) Upgrade time-zone data to tzdata2021a
58082bd0098 : 8218550: Add test omitted from JDK-8212043
bd7b06f49d4 : 8212043: Add floating-point Math.min/max intrinsics
174a51ebd3e : 8215687: [Graal] unit test CheckGraalIntrinsics failed after 8212043
f95dca3cc88 : 8214741: docs/index.html has no title or copyright
7a0b3922dd3 : 8261251: Shenandoah: Use object size for full GC humongous compaction
3bf6407a5f9 : 8260497: Shenandoah: Improve SATB flushing
ce7126cdd86 : 8259271: gc/parallel/TestDynShrinkHeap.java still fails "assert(covered_region.contains(new_memregion)) failed: new region is not in covered_region"
45fb881a625 : 8260704: ParallelGC: oldgen expansion needs release-store for _end
7b642848ede : Added tag jdk-11.0.11+3 for changeset 14cc036b17a5
04ae68edaa2 : 8256264: Printed GlyphVector outline with low DPI has bad quality on Windows
07c0152fcc4 : 8259949: x86 32-bit build fails when -fcf-protection is passed in the compiler flags
bfe5ec02587 : 8259451: Zero: skip serviceability/sa tests, set vm.hasSA to false
e00c4bb96fc : 8257707: Fix incorrect format string in Http1HeaderParser
cd5c4ee2e85 : 8256220: C1: x86_32 fails with -XX:UseSSE=1 after JDK-8210764 due to mishandled lir_neg
cfc5cad0222 : 8261310: PPC64 Zero build fails with 'VMError::controlled_crash(int)::FunctionDescriptor functionDescriptor' has incomplete type and cannot be defined
9ab7b26b178 : 8211150: G1 Full GC not purging code root memory and hence causing memory leak
c9a39dbbbfa : 8261334: NMT: tuning statistic shows incorrect hash distribution
fd6b4523dbd : 8260349: Cannot programmatically retrieve Metaspace max set via JAVA_TOOL_OPTIONS
6c85666c911 : Added tag jdk-11.0.11+2 for changeset b68647c6ecc1
74ce033c3e3 : 8245283: JFR: Can't handle constant dynamic used by Jacoco agent
5635dee3759 : 8232905: JFR fails with assertion: assert(t->unflushed_size() == 0) failed: invariant
f846448b915 : 8222518: Remove unnecessary caching of Parker object in java.lang.Thread
f1522fb288f : 8260632: Build failures after JDK-8253353
205ee4516c5 : 8253353: Crash in C2: guarantee(n != NULL) failed: No Node
26c4faca622 : 8261089: [TESTBUG] native library of test TestCheckedReleaseCriticalArray.java fails to compile with gcc 4.x
6f2e729e230 : 8246709: sun/security/tools/jarsigner/TsacertOptionTest.java compilation failed after JDK-8244683
5da82c0b43f : 8244683: A TSA server used by tests
7d595f41872 : 8234508: VM_HeapWalkOperation::iterate_over_object reads non-strong fields with an on-strong load barrier
3d8fe40fb42 : 8259849: Shenandoah: Rename store-val to IU-barrier
c7f29cec522 : 8243618: compiler/rtm/cli tests can be run w/o WhiteBox
3663239f019 : 8256290: javac/lambda/T8031967.java fails with StackOverflowError on x86_32
8d7e60275ca : 8251359: Shenandoah: filter null oops before calling enqueue/SATB barrier
8726a50cb92 : 8086003: Test fails on OSX with java.lang.RuntimeException 'Narrow klass base: 0x0000000000000000, Narrow klass shift: 3' missing
50e45563c15 : 8260338: Some fields in HaltNode is not cloned
ad2ff41ae92 : 8259773: Incorrect encoding of AVX-512 kmovq instruction
bdbe925ae3a : 7107012: sun.jvm.hostspot.code.CompressedReadStream readDouble() conversion to long mishandled
357b32e7037 : 8237392: Shenandoah: Remove unreliable assertion
916807472b9 : 8237369: Shenandoah: failed vmTestbase/nsk/jvmti/AttachOnDemand/attach021/TestDescription.java test
390d129fc05 : 8235324: Dying objects are published from users of CollectedHeap::object_iterate
89a1c29dacb : 8249787: Make TestGCLocker more resilient with concurrent GCs
c6ec6caae27 : 8259580: Shenandoah: uninitialized label in VerifyThreadGCState
ff9a69c598f : 8259954: gc/shenandoah/mxbeans tests fail with -Xcomp
d64ee65f25c : 8249543: Force DirectBufferAllocTest to run with -ExplicitGCInvokesConcurrent
c8a630a4217 : 8259619: C1: 3-arg StubAssembler::call_RT stack-use condition is incorrect
c27fc7cc415 : 8251944: Add Shenandoah test config to compiler/gcbarriers/UnsafeIntrinsicsTest.java
480be116a79 : 8255401: Shenandoah: Allow oldval and newval registers to overlap in cmpxchg_oop()
83ff8423c1a : 8260378: [TESTBUG] DcmdMBeanTestCheckJni.java reports false positive
35c2478bcf3 : 8258836: JNI local refs exceed capacity getDiagnosticCommandInfo
d0027e07eb9 : 8260502: [s390] NativeMovRegMem::verify() fails because it's too strict
1549539c00c : Added tag jdk-11.0.11+1 for changeset 4ed322bf6b00
92016c1d441 : 8260308: Update LogCompilation junit to 4.13.1
365048e5bfd : 8221584: SIGSEGV in os::PlatformEvent::unpark() in JvmtiRawMonitor::raw_exit while posting method exit event
40aee0bbb44 : 8210413: AArch64: Optimize div/rem by constant in C1
4b2e6b075d7 : 8258833: Cancel multi-part cipher operations in SunPKCS11 after failures
cc86dde17b0 : 8258077: Using -Xcheck:jni can lead to a double-free after JDK-8193234 8259446: runtime/jni/checked/TestCheckedReleaseArrayElements.java fails with stderr not empty
c2f0368aabb : 8257910: [JVMCI] Set exception_seen accordingly in the runtime
b3264c99a5e : 7146776: deadlock between URLStreamHandler.getHostAddress and file.Handler.openconnection
de77926826c : 8260029: aarch64: fix typo in verify_oop_array
f9ac931cc9e : 8218482: sun/security/krb5/auto/ReplayCachePrecise.java failed - no KrbException thrown
85e7d2acf01 : 8258805: Japanese characters not entered by mouse click on Windows 10
633c6a9a7aa : 8259319: Illegal package access when SunPKCS11 requires SunJCE's classes
79a3f4aaa90 : 8259048: (tz) Upgrade time-zone data to tzdata2020f
631c3c4ff27 : 8258884: [TEST_BUG] Convert applet-based test open/test/jdk/javax/swing/JMenuItem/8031573/bug8031573.java to a regular java test
aab8e2ddfc9 : 8223186: HotSpot compile warnings from GCC 9
75e3da22aec : Added tag jdk-11.0.10-ga for changeset 8b3498547395
48c90d1973c : Added tag jdk-11.0.10+9 for changeset 8b3498547395
e46d04e03af : 8256061: RegisterSaver::save_live_registers() omits upper halves of ZMM0-15 registers
c92100c8d2d : 8256056: Deoptimization stub doesn't save vector registers on x86
b3adcf1ecba : 8247619: Improve Direct Buffering of Characters
3687465b206 : Added tag jdk-11.0.10+8 for changeset 43428f69099f
5a3ad95175d : 8225072: Add LuxTrust certificate that is expiring in March 2021 to list of allowed but expired certs 8258630: Add expiry exception for QuoVadis root certificate
ed1740fe4ee : Added tag jdk-11.0.10+7 for changeset c45f74d45787
461518002d3 : 8255050: Add pkcs11/KeyStore/ClientAuth.sh to Problem list
81b2cfd99ae : 8248865: Document JNDI/LDAP timeout properties
31d8120050f : 8257633: Missing -mmacosx-version-min=X flag when linking libjvm
a95205491a0 : 8244154: Update SunPKCS11 provider with PKCS11 v3.0 header files
3c68c92b188 : 8258419: RSA cipher buffer cleanup
7bbf2c132b5 : 8258373: Update the text handling in the JPasswordField
8b7d7ba85e0 : 8180837: SunPKCS11-NSS tests failing with CKR_ATTRIBUTE_READ_ONLY and CKR_MECHANISM_PARAM_INVALID
f4288be0711 : 8239355: (dc) Initial value of SO_SNDBUF should allow sending large datagrams (macOS)
59355f4a5d9 : 8256258: some missing NULL checks or asserts after CodeCache::find_blob_unsafe
d33bad7849d : 8255681: print callstack in error case in runAWTLoopWithApp
49f70da99f9 : 8226810: Failed to launch JVM because of NullPointerException occured on System.props
89f90aadd96 : 8259706: C2 compilation fails with assert(vtable_index == Method::invalid_vtable_index) failed: correct sentinel value
bb6b628a128 : 8259339: AllocateUninitializedArray C2 intrinsic fails with void.class input
93aef20622b : 8256888: Client manual test problem list update
1732f751a7e : 8257083: Security infra test failures caused by JDK-8202343
ce8c7236f96 : 8256682: JDK-8202343 is incomplete
c9c11cbfe8f : 8202343: Disable TLS 1.0 and 1.1
46f5998ca15 : 8215583: Exclude runtime/handshake/HandshakeWalkSuspendExitTest.java
472fbf32a13 : Added tag jdk-11.0.10+6 for changeset 4b9bc2a1dde0
706d936ebe9 : 8257242: [macOS] Java app crashes while switching input methods
c504c78ed5c : 8257701: Shenandoah: objArrayKlass metadata is not marked with chunked arrays
2e33a85abfd : 8257641: Shenandoah: Query is_at_shenandoah_safepoint() from control thread should return false
ce8375eacdf : 8257545: SunJSSE FIPS regression in key exchange after JDK-8171279 11u backport
4ba3297ffae : Added tag jdk-11.0.10+5 for changeset 5f5c3544ccb4
7b6e6fe7801 : 8251257: NMT: jcmd VM.native_memory scale=1 crashes target VM
1ecd90fd1f9 : 8249748: gtest silently ignores bad jvm arguments
ba0f21ec880 : 8222527: HttpClient doesn't send HOST header when tunelling HTTP/1.1 through http proxy
f58895cb499 : 8256736: Zero: GTest tests fail with "unsuppported vm variant"
0f204763dfb : 8235829: graal crashes with Zombie.java test
2feb764a76d : 8236124: Minimal VM slowdebug build failed after JDK-8212160
040c342ba47 : 8235456: Minimal VM is broken after JDK-8212160
bc70540365f : 8212160: JVMTI agent crashes with "assert(_value != 0LL) failed: resolving NULL _value"
b85ffd7d489 : 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
07de144f876 : 8227275: Within native OOM error handling, assertions may hang the process
f0e549d3ff3 : 8257181: s390x builds are very noisy with gc-sections messages
df5ac62e250 : 8230910: libsspi_bridge does not build on Windows 32bit
d71a69ff353 : 8234393: [macos] printing ignores printer tray
065929f1c5d : 8239497: SEGV in EdgeUtils::field_name_symbol(Edge const&)
a01c29ed902 : 8218287: jshell tool: input behavior unstable after 12-ea+24 on Windows
0f21446f53a : 8256618: Zero: Linux x86_32 build still fails
cbfafb95b77 : 8256809: Annotation processing causes NPE during flow analysis
27120e61ae6 : 8253269: The CheckCommonColors test should provide more info on failure
2e59cd82d77 : 8173658: JvmtiExport::post_class_unload() is broken for non-JavaThread initiators
5ad383f7b80 : 8225687: Newly added sspi.cpp in JDK-6722928 still contains some small errors
637058c7492 : 8251365: Build failure on AIX after 8250636
b8184a25901 : 8250636: iso8601_time returns incorrect offset part on MacOS
d830ca60bfb : 6722928: Support SSPI as a native GSS-API provider
3b88e00c353 : Added tag jdk-11.0.10+4 for changeset 9504fa6f98f5
aae6d8f62e2 : 8229495: SIGILL in C2 generated OSR compilation
79d002ccbf6 : 8254854: [cgroups v1] Metric limits not properly detected on some join controller combinations
619f1b391fe : 8256557: libharfbuzz fails to link on gcc 4.4.x due to -Wl,-z,defs
bc546146d5d : 8214242: compiler/arguments/TestScavengeRootsInCode.java fails because of missing UnlockDiagnosticVMOptions
36f50151810 : 8214025: assert(t->singleton()) failed: must be a constant when ScavengeRootsInCode < 2
a55a0a681bd : 8255937: Better cleanup for test/jdk/javax/imageio/stream/StreamFlush.java
cb8c1dd890d : 8244621: [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11
a3d255a50b9 : 8255226: (tz) Upgrade time-zone data to tzdata2020d
40494eb1d39 : 8254016: Test8237524 fails with -XX:-CompactStrings option
c8ee5ec50d1 : 8244282: test/hotspot/jtreg/compiler/intrinsics/Test8237524.java fails with --illegal-access=deny
0e59160d44c : 8256452: Integrate missing part of JDK-8232370 to 11u
233cf12de59 : 8256427: Test com/sun/jndi/dns/ConfigTests/PortUnreachable.java does not work on AIX
172f960f593 : 8238579: HttpsURLConnection drops the timeout and hangs forever in read
9ee8c848514 : 8255760: Shenandoah: match constants style in ShenandoahMarkTask fallback
de6fa25c811 : 8255457: Shenandoah: cleanup ShenandoahMarkTask
627ae19c1c2 : 8256483: [TESTBUG] serviceability/jvmti/GetClassMethods/libOverpassMethods.c fails to compile on gcc 4.4.x
46785e96bf5 : 8214787: Zero builds fail with "undefined JavaThread::thread_state()"
9025303de05 : 8211450: UndetVar::dup is not copying the kind field to the duplicated instance
9e699a1e321 : 8250968: Symlinks attributes not preserved when using jarsigner on zip files
968664a0dee : 8218021: Have jarsigner preserve posix permission attributes
45c70f74f22 : Added tag jdk-11.0.10+3 for changeset bca12c00a776
f9db906ae6c : 8243488: Add tests for set/get SendBufferSize and getReceiveBufferSize in DatagramSocket
bef84bde111 : 8251535: Partial peeling at unsigned test adds incorrect loop exit check
bb3f1238cb1 : 8255466: C2 crashes at ciObject::get_oop() const+0x0
674ad2a5319 : 8250825: C2 crashes with assert(field != __null) failed: missing field
f06df1a0d17 : 8254982: (tz) Upgrade time-zone data to tzdata2020c
0fa1f0a8115 : 8253219: Epsilon: clean up unnecessary includes
9e3b1fb2f9f : 8245168: jlink should not be treated as a "small" tool
d1b6f3141e8 : 8255550: x86: Assembler::cmpq(Address dst, Register src) encoding is incorrect
3df88dc22cf : 8245051: c1 is broken if it is compiled by gcc without -fno-lifetime-dse
5d448ff5270 : 8255365: Problem list failing client manual tests
e5911416276 : 8235218: Minimal VM is broken after JDK-8173361
101eb5cfa7b : 8173361: various crashes in JvmtiExport::post_compiled_method_load
4f4adf16f79 : 8234863: Increase default value of MaxInlineLevel
2b4cfd27766 : Added tag jdk-11.0.10+2 for changeset a35aa07b57ba
81025467bc8 : 8252679: Two windows specific FileDIalog tests may fail on some Windows_Server_2016_Standard
201d0204afc : 8255065: Zero: accessor_entry misses the IRIW case
b5b8b3f2714 : 8197981: Missing return statement in __sync_val_compare_and_swap_8
0ff5d614d3f : 8254144: Non-x86 Zero builds fail with return-type warning in os_linux_zero.cpp
5afe86906ed : 8243549: sun/security/ssl/CipherSuite/NamedGroupsWithCipherSuite.java failed with Unsupported signature algorithm: DSA
dadeddd16f6 : 8224650: Add tests to support X25519 and X448 in TLS
bdc0f5af36c : 8171279: Support X25519 and X448 in TLS
516c9fd7ce7 : 8255269: Unsigned overflow in g1Policy.cpp
75a42602826 : 8250984: Memory Docker tests fail on some Linux kernels w/o cgroupv1 swap limit capabilities
016e48bd94d : Added tag jdk-11.0.9.1-ga for changeset 31affc22b3b5
f6ed88f7868 : Added tag jdk-11.0.9.1+1 for changeset 27723943c0dd
5e85f038142 : 8250861: Crash in MinINode::Ideal(PhaseGVN*, bool)
8020b8b463d : Added tag jdk-11.0.10+1 for changeset f3168de4eb0d
21959aabab6 : 8255781: Bump patch update version for OpenJDK: jdk-11.0.9.1
828a76b91d4 : Added tag jdk-11.0.9.1+0 for changeset 4fd46d208f0a
def9d7832e8 : 8254190: [s390] interpreter misses exception check after calling monitorenter
b33328d7b2f : 8255603: Memory/Performance regression after JDK-8210985
b3a8b182fb8 : Added tag jdk-11.0.9-ga for changeset 4397fa4529b2
762dc5f5ccf : Added tag jdk-11.0.9+11 for changeset 4397fa4529b2
5a14b40edfd : 8253019: Enhanced JPEG decoding
19ed5278202 : 8198334: java/awt/FileDialog/8003399/bug8003399.java fails in headless mode
051bb877bea : 8249607: C2: assert(!had_error) failed: bad dominance
8eee7576221 : 8250772: Test com/sun/jndi/ldap/NamingExceptionMessageTest.java fails intermittently with javax.naming.ServiceUnavailableException
eb874d06649 : 8252090: JFR: StreamWriterHost::write_unbuffered() stucks in an infinite loop OpenJDK (build 13.0.1+9)
a7663e0d38b : 8248574: Improve jpeg processing
59c23a27fc5 : 8245417: Improve certificate chain handling
0b8d67884d0 : 8245412: Better class definitions
0218f2ee2c7 : 8245407: Enhance zoning of times
2ca25680c60 : 8244479: Further constrain certificates
71ad5f815fc : 8244136: Improved Buffer supports
3f4e9453cce : 8243302: Advanced class supports
4611607d73f : 8242695: Enhanced buffer support
7340434bd4d : 8244142: some hotspot/runtime tests don't check exit code of forked JVM
5e3432d435d : 8254177: (tz) Upgrade time-zone data to tzdata2020b
34d42e92594 : 8254790: SIGSEGV in string_indexof_char and stringL_indexof_char intrinsics
a12dd4faffa : 8254166: Zero: return-type warning in zeroInterpreter_zero.cpp
e6d96f261b1 : 8248745: Add jarsigner and keytool tests for restricted algorithms
ef37af9ff2a : 8244278: Excessive code cache flushes and sweeps
f91005342b9 : 8242685: Better Path Validation
54d35d829ea : 8242680: Improved URI Support
cf1a687a86f : 8241114: Better range handling
ca61a93f864 : 8244955: Additional Fix for JDK-8240124
2489df0bbff : 8240124: Better VM Interning
831b0406e3c : 8237995: Enhance certificate processing
d779b2feab7 : 8237990: Enhanced LDAP contexts
cf8948e92ae : 8236862: Enhance support of Proxy class 8249927: Specify limits of jdk.serialProxyInterfaceLimit
9a0c7e3e951 : 8236196: Improve string pooling
c8d1bc01e09 : 8233624: Enhance JNI linkage
727ddb06fd7 : Added tag jdk-11.0.9+10 for changeset 6ac1b68e7c00
b28b1350395 : 8253813: Backout JDK-8244287 from 11u: it causes several crashes
92ad6541dde : 8250787: Provider.put no longer registering aliases in FIPS env
cb9d3bb9be8 : Added tag jdk-11.0.9+9 for changeset e872676174c7
2de2721c359 : 8244287: JFR: Methods samples have line number 0
337aabcf926 : 8253283: [11u] Test build/translations/VerifyTranslations.java failing after JDK-8252258
59c81d15495 : 8253134: JMM_VERSION should remain at 0x20020000 (JDK 10) in JDK 11
e86b216b6a8 : Added tag jdk-11.0.9+8 for changeset 8711e8554e15
14a1204e491 : 8252258: [11u] JDK-8242154 changes the default vendor
a92921b688e : Added tag jdk-11.0.9+7 for changeset 1ba4c16a8afa
bcd0a472544 : 8252804: [test] Fix 'ReleaseDeflater.java' test after downport of 8234011
9545b36f62d : 8062947: Fix exception message to correctly represent LDAP connection failure
3f7a3ffee85 : Added tag jdk-11.0.9+6 for changeset c07e785e36f5
3819204b0e4 : 8022535: [TEST BUG] javax/swing/text/html/parser/Test8017492.java fails
5604ad8c194 : 8239886: Minimal VM build fails after JDK-8237499
15261fd4686 : 8237499: JFR: Include stack trace in the ThreadStart event
4e8952e443b : 8237524: AArch64: String.compareTo() may return incorrect result
a636225bab1 : 8234147: Avoid looking up standard charsets in core libraries
7022759ed95 : 8249176: Update GlobalSignR6CA test certificates
51b7d99caba : 8248190: Enable Power10 system and implement new byte-reverse instructions
f3728820108 : 8254081: java/security/cert/PolicyNode/GetPolicyQualifiers.java fails due to an expired certificate
afa0f1984d4 : 8254185: Fix Code cache sweeper heuristics for JDK 11
6a6cc9fbddb : 8251189: com/sun/jndi/ldap/LdapDnsProviderTest.java failed due to timeout
d3f8369f3b1 : 8242614: cleanup duplicated test ldap server in some com/sun/jndi/ldap/ tests
f415e17958c : 8151678: com/sun/jndi/ldap/LdapTimeoutTest.java failed due to timeout on DeadServerNoTimeoutTest is incorrect
8cf414efe46 : 8245981: Upgrade to jQuery 3.5.1
74e6dfc33d8 : 8233829: javac cannot find non-ASCII module name under non-UTF8 environment
52073c37d16 : 8243453: java --describe-module failed with non-ASCII module name under non-UTF8 environment
173ce4e6bc7 : 8234535: Cross compilation fails due to missing CFLAGS for the BUILD_CC
cf9a7779b9e : 8250582: Revert Principal Name type to NT-UNKNOWN when requesting TGS Kerberos tickets
0b97e57519d : 8160768: Add capability to custom resolve host/domain names within the default JNDI LDAP provider
e6d53349f88 : 8241130: com.sun.jndi.ldap.EventSupport.removeDeadNotifier: java.lang.NullPointerException
0799b05a61b : 8247615: Initialize the bytes left for the heap sampler
786754ccc8d : 8210339: Add 10 JNDI tests to com/sun/jndi/dns/FedTests/
ffe66ecf95e : 8208542: Add 4 JNDI tests to com/sun/jndi/dns/ListTests/
be1eb171d56 : 8200151: Add 8 JNDI tests to com/sun/jndi/dns/ConfigTests/
4f50ab34c77 : 8210131: vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java failed with ObjectFree: GetCurrentThreadCpuTimerInfo returned unexpected error code
ca4d282ed2c : 8252157: JDK-8231209 11u backport breaks jmm binary compatibility
cf4b02f0864 : 8249215: JFrame::setVisible crashed with -Dfile.encoding=UTF-8 on Japanese Windows
1cb45e2fc0a : 8251487: Shenandoah: missing detail timing tracking for final mark cleaning phase
57202146923 : 8244151: Update MUSCLE PC/SC-Lite headers to the latest release 1.8.26
e71b317f16b : 8226809: Circular reference in printed stack trace is not correctly indented & ambiguous
bfd5b4271d8 : 8247824: CTW: C2 (Shenandoah) compilation fails with SEGV in SBC2Support::pin_and_expand
40049b8edfd : 8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - unexpected. lastLine=52, minLine=52, maxLine=55
dfe01b2d1f5 : 8212629: [TEST] wrong breakpoint in test/jdk/com/sun/jdi/DeferredStepTest
efba64f9449 : 8211292: [TEST] convert com/sun/jdi/DeferredStepTest.sh test
ec2a72871ab : 8209332: [TEST] test/jdk/com/sun/jdi/CatchPatternTest.sh is incorrect
d5bae83cc9d : 8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java
7615d446fbb : 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4
6f192524a1b : 8210725: com/sun/jdi/RedefineClearBreakpoint.java fails with waitForPrompt timed out after 60 seconds 8210748: [TESTBUG] lib.jdb.Jdb.waitForPrompt() should clarify which output is the pending reply after a timeout
cd2decaf5a9 : 8210560: [TEST] convert com/sun/jdi redefineClass-related tests
f5b3c0f28b5 : 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3
ada30dc770f : 8067354: com/sun/jdi/GetLocalVariables4Test.sh failed
f055cb0d860 : 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2
e91b82c547b : 8203393: com/sun/jdi/JdbMethodExitTest.sh and JdbExprTest.sh fail due to timeout
7228856997d : 8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC
b6f4630043d : 8209608: Problem list com/sun/jdi/BreakpointWithFullGC.java
a0c1a57810a : 8209517: com/sun/jdi/BreakpointWithFullGC.java fails with timeout
c70c37db8a7 : 8164639: Configure PKCS11 tests to use user-supplied NSS libraries
4248ac828c3 : 8207746: C2: Lucene crashes on AVX512 instruction
02a3769cfa4 : 8206176: Remove the temporary tls13VN field
2896ec27e10 : 8209451: Please change jdk 11 milestone to FCS
66e8f27bd88 : 8207009: TLS 1.3 half-close and synchronization issues
a83af4505ec : 8209506: Add Google Trust Services GlobalSign root certificates
d9d9f3246a2 : Added tag jdk8u192-b06 for changeset c2574180d9e3
d55dfdd22bd : Added tag jdk8u192-b06 for changeset e51c3e3bbe69
e8f111cfc8c : Added tag jdk8u192-b06 for changeset cf73debf66bb
5af2abb292f : Added tag jdk8u192-b06 for changeset 208ad0a5d68b
47f5b58caf4 : Added tag jdk8u192-b06 for changeset f3e0c580199e
32801f9e8e7 : Added tag jdk8u192-b06 for changeset ee45966f4b22
d6794bf3df5 : Added tag jdk8u192-b06 for changeset 0cf48e582c7e
d6b4567a481 : Added tag jdk8u192-b06 for changeset 41602f493378
ce89768a7f4 : Added tag jdk8u192-b06 for changeset fbdf3d48f6d7
a540b4f022f : Added tag jdk8u192-b06 for changeset 3d77a7c623fe
02ef5946b0c : Added tag jdk8u192-b06 for changeset 4cf62f205827
6964f7bc0a5 : Added tag jdk8u192-b06 for changeset 9c2eba815f29
25ec33fe248 : Added tag jdk8u192-b06 for changeset 7031b699e90c
f0eb6f9c9a9 : Added tag jdk8u192-b06 for changeset e76813088084
c8e24bd59d0 : Added tag jdk8u192-b06 for changeset 9febf46cc0b1
1956170db24 : Added tag jdk8u192-b06 for changeset 6b4a18b9bbb0
791c31358f5 : 8208640: [a11y] [macos] Unable to navigate between Radiobuttons in Radio group using keyboard
773906998aa : 8209347: SATBMarkQueue.cpp should not need jvm.h
50d529b6a3b : 8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1
ae7f7c8f61b : 8251469: Better cleanup for test/jdk/javax/imageio/SetOutput.java
8aff6e0138c : 8252120: compiler/oracle/TestCompileCommand.java misspells "occured"
0ea4ef49173 : 8241138: http.nonProxyHosts=* causes StringIndexOutOfBoundsException in DefaultProxySelector
a96a8a2874b : 8244729: Shenandoah: remove resolve paths from SBSA::generate_shenandoah_lrb
74181a489d6 : 8250844: Make sure {type,obj}ArrayOopDesc accessors check the bounds
1bc265d41b6 : 8245880: Shenandoah: check class unloading flag early in concurrent code root scan
75d5f726a73 : 8251451: Shenandoah: Remark ObjectSynchronizer roots with I-U
65510d712c2 : 8241065: Shenandoah: remove leftover code after JDK-8231086
ec417ed1251 : Added tag jdk-11.0.9+5 for changeset 55237fa85afb
2702e387845 : 8222079: Don't use memset to initialize fields decode_env constructor in disassembler.cpp
ca03f6bc5d8 : Added tag jdk-11.0.9+4 for changeset cb299db4a569
453c86e63c0 : 8234011: (zipfs) Memory leak in ZipFileSystem.releaseDeflater()
c4fa7f862f3 : 8230000: some httpclients testng tests run zero test
d6eee47c32b : 8249560: Shenandoah: Fix racy GC request handling
12a44143493 : 6532025: GIF reader throws misleading exception with truncated images
588a1188d5d : 8238710: LingeredApp doesn't log stdout/stderr if exits with non-zero code
4bfddecf843 : 8241007: Shenandoah: remove ShenandoahCriticalControlThreadPriority support
12c79081622 : 8241574: Shenandoah: remove ShenandoahAssertToSpaceClosure
8458032d34c : 8251354: Shenandoah: Fix jdk/jfr/tool/TestPrintJSON.java test failure
1f0c960d4cd : 8246094: [macos] Sound Recording and playback is not working
54e0d545a9a : 8250826: jhsdb does not work with coredump which comes from Substrate VM
8fb4ba590ec : Added tag jdk-11.0.9+3 for changeset d8a0513b92ee
5d872cf8325 : 8251117: Cannot check P11Key size in P11Cipher and P11AEADCipher
55ba74158d4 : 8241478: vmTestbase/gc/gctests/Steal/steal001/steal001.java fails with OOME
addabe945ef : 8231953: Wrong assumption in assertion in oop::register_oop
60c861f5361 : 8230094: CCE in createXMLEventWriter(Result) over an arbitrary XMLStreamWriter
e0018efbb02 : 8243320: Add SSL root certificates to Oracle Root CA program
380fc7b1712 : 8248987: AOT's Linker.java seems to eagerly fail-fast on Windows
e0a8371651d : 8249953: Shenandoah: gc/shenandoah/mxbeans tests should account for corner cases
c4ddf466498 : 8249801: Shenandoah: Clear soft-refs on requested GC cycle
eacde04a6ac : 8212807: tools/jar/multiRelease/Basic.java times out
8cd94939c1d : 8223688: JShell: crash on the instantiation of raw anonymous class
487fbff98af : 8210527: JShell: NullPointerException in jdk.jshell.Eval.translateExceptionStack 8232855: jshell missing word in /help help
1015d12083f : 8211694: JShell: Redeclared variable should be reset
33de97470dd : 8234687: change javap reporting on unknown attributes
b6d4ac13d4d : 8225037: java.net.JarURLConnection::getJarEntry() throws NullPointerException
03f7e23a753 : 8241319: WB_GetCodeBlob doesn't have ResourceMark
bf9b584cd77 : 8234541: C1 emits an empty message when it inlines successfully
933ee3bf931 : 8134599: TEST_BUG: java/rmi/transport/closeServerSocket/CloseServerSocket.java fails intermittently with Address already in use
3679ce9888b : 8202117: com/sun/jndi/ldap/RemoveNamingListenerTest.java fails intermittently: Connection reset
637c2805d01 : Added tag jdk-11.0.9+2 for changeset 3112657edde9
e2230dc5e6f : 8232161: Align some one-way conversion in MS950 charset with Windows
e2534f948db : 8221658: aarch64: add necessary predicate for ubfx patterns
a64f7fdf81f : 8250609: C2 crash in IfNode::fold_compares
f42039ab39e : 8250827: Shenandoah: needs to reset/finish StringTable's dead count before/after parallel walk
19012b1c744 : 8250755: Better cleanup for jdk/test/javax/imageio/plugins/shared/CanWriteSequence.java
805a4e7bdf4 : 8250627: Use -XX:+/-UseContainerSupport for enabling/disabling Java container metrics
f94872fa722 : 8230010: Remove jdk8037819/BasicTest1.java 8230002: javax/xml/jaxp/unittest/transform/SecureProcessingTest.java runs zero test
c1b5844c06b : 8208281: java/nio/channels/AsynchronousSocketChannel/Basic.java timed out
e5dc964fdf5 : 8233686: XML transformer uses excessive amount of memory
a956efad0f6 : 8233386: Initialize NULL fields for unused decorations
0b078acdb29 : 8230870: (zipfs) Add a ZIP FS test that is similar to test/jdk/java/util/zip/EntryCount64k.java
ac0fc599cb8 : 8221759: Crash when completing \"java.io.File.path\"
cbf7086f066 : 8247502: PhaseStringOpts crashes while optimising effectively dead code
c65190d8809 : 8226536: Catch OOM from deopt that fails rematerializing objects
0c9f3805f68 : 8243321: Add Entrust root CA - G4 to Oracle Root CA program
20a0625da85 : 8250784: Shenandoah: A Low-Pause-Time Garbage Collector
38ab158c39a : 8237182: Update copyright header for shenandoah and epsilon files
204795a11b7 : Added tag jdk-11.0.9+1 for changeset 5cc275af8419
3977b0b3746 : 8224234: compiler/codegen/TestCharVect2.java fails in test_mulc
5020dc65b8e : 8222074: Enhance auto vectorization for x86
90459b35b79 : 8249255: Build fails if source code in cygwin home dir
b985460484b : 8243029: Rewrite javax/net/ssl/compatibility/Compatibility.java with a flexible interop test framework
479b64233ba : 8223777: In posix_spawn mode, failing to exec() jspawnhelper does not result in an error
466386ef3ba : 8193367: Annotated type variable bounds crash javac
2e871a880e4 : 8242556: Cannot load RSASSA-PSS public key with non-null params from byte array
d7038d5bd95 : 8238284: [macos] Zero VM build fails due to an obvious typo
c73bfef5637 : 8204994: SA might fail to attach to process with "Windbg Error: WaitForEvent failed"
8ee3268a3a5 : 8248495: [macos] zerovm is broken due to libffi headers location
2982116100d : 8248851: CMS: Missing memory fences between free chunk check and klass read
f01f46a5a54 : 8247979: aarch64: missing side effect of killing flags for clearArray_reg_reg
378b582eb95 : 8238388: libj2gss/NativeFunc.o "multiple definition" link errors with GCC10
6a3dfe5dc83 : 8238386: (sctp) jdk.sctp/unix/native/libsctp/SctpNet.c "multiple definition" link errors with GCC10
492857e8fbe : 8238380: java.base/unix/native/libjava/childproc.c "multiple definition" link errors with GCC10
b18264e42fc : 8249278: Revert JDK-8226253 which breaks the spec of AccessibleState.SHOWING for JList
1da48706933 : 8236617: jtreg test containers/docker/TestMemoryAwareness.java fails after 8226575
ffc0d7f8c8f : 8226575: OperatingSystemMXBean should be made container aware
e488725a86a : 8249251: [dark_mode ubuntu 20.04] The selected menu is not highlighted in GTKLookAndFeel
07aa79a12f0 : 8248348: Regression caused by the update to BCEL 6.0
6baa9f394e2 : 8244763: Update --release 8 symbol information after JSR 337 MR3
e830e427640 : 8245151: jarsigner should not raise duplicate warnings on verification
fb910780651 : 8234347: "Turkey" meta time zone does not generate composed localized names 8236548: Localized time zone name inconsistency between English and other locales
1818fe02d16 : 8213703: LambdaConversionException: Invalid receiver type not a subtype of implementation type interface
f6c5ac7b94f : 8213182: Minimal VM build failure after JDK-8212200 (assert when shared java.lang.Object is redefined by JVMTI agent)
e0345c42d4c : 8249277: TestVerifyIterativeGVN.java is failing with timeout in OpenJDK 11
955d9fb554d : 8246330: Add TLS Tests for Legacy ECDSA curves
7b3ad8bff95 : 8249159: Downport test rework for SSLSocketTemplate from 8224650
75e24010e98 : Added tag jdk-11.0.8-ga for changeset 0b0d55cb09b2
af7683df8d4 : Added tag jdk-11.0.8+10 for changeset 0b0d55cb09b2
871fe6e553f : 8248505: Unexpected NoSuchAlgorithmException when using secure random impl from BCFIPS provider
8aacbf05d78 : Added tag jdk-11.0.8+9 for changeset 59f8565ee5e2
9c2500cdcff : 8242136: Better XML namespace handling
b2a0eb59565 : 8236464: SO_LINGER option is ignored by SSLSocket in JDK 11
e89475b3486 : 8213214: Set -Djava.io.tmpdir= when running tests
9bb9713d4c7 : 8241522: Manifest improved jar headers redux
e86142c5220 : 8240169: javadoc fails to link to non-modular api docs
c620e09076e : 8241379: Update JCEKS support
67be318faa4 : 8240482: Improved WAV file playback
2b3b1511e9b : 8240119: Less Affine Transformations
9f28b199bcd : 8238925: Enhance WAV file playback
3eb3cc4c4cc : 8238920: Better Buffer support
eeceadc313e : 8238843: Enhanced font handing
b9dbd19ddc0 : 8238804: Enhance key handling process
a2294557108 : 8238013: Enhance String writing
e6e6c24c3e1 : 8238002: Better matrix operations
834bbc0fc80 : 8237592: Enhance certificate verification
0ffadfa1063 : 8237117: Better ForkJoinPool behavior
dae9bdd4d0d : 8236867: Enhance Graal interface handling
369f436bcaf : 8236191: Enhance OID processing
b2f354b9287 : 8234836: Improve serialization handling
3d77bd034fb : 8234418: Better parsing with CertificateFactory
0c6b6fd0d54 : 8234042: Better factory production of certificates
6615d71fd0e : 8234032: Improve basic calendar services
939f95f62c1 : 8233255: Better Swing Buttons
562ce728148 : 8233239: Enhance TIFF support
e2eba8daaae : 8233234: Better Zip Naming
e8260ebecf7 : 8232014: Expand DTD support
8a63f7ba4e7 : 8231800: Better listing of arrays
9c8dc0d14c6 : 8230613: Better ASCII conversions
e81745c5c5e : Added tag jdk-11.0.8+8 for changeset 40b646e9d8fb
9da65937301 : 8246613: Choose the default SecureRandom algo based on registration ordering
79e12a23562 : 8246031: SSLSocket.getSession() doesn't close connection for timeout/ interrupts
88235a8240a : Added tag jdk-11.0.8+7 for changeset 46d4984bb3c6
6d36251c955 : 8225069: Remove Comodo root certificate that is expiring in May 2020
40df8d18272 : 8227595: keytool/fakegen/DefaultSignatureAlgorithm.java fails due to "exitValue = 6"
6e8ad99641e : 8231968: getCurrentThreadAllocatedBytes default implementation s/b getThreadAllocatedBytes
99c6bf44cb7 : 8231209: [REDO] ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
331975cff93 : 8221918: runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java fails: Shared archive not found
03ac6a043db : 8214440: ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
d4746fac748 : 8242141: New System Properties to configure the TLS signature schemes
7bd6f58c522 : Added tag jdk-11.0.8+6 for changeset e42c6d1a1993
5ed0a895b1a : 8242541: Small charset issues (ISO8859-16, x-eucJP-Open, x-IBM834 and x-IBM949C)
e7da987e5ce : Added tag jdk-11.0.8+5 for changeset 8df1a601187c
34ab95d5202 : 8022574: remove HaltNode code after uncommon trap calls
3a1be266bbf : 8231720: Some perf regressions after 8225653
c09ca0b368b : 8225653: Provide more information when hitting SIGILL from HaltNode
f0f85863fcb : 8244951: Missing entitlements for hardened runtime
2db1126ad1f : 8245047: [PPC64] C2: ReverseBytes + Load always match to unordered Load (acquire semantics missing)
4105c99e439 : 8216541: CompiledICHolders of VM locked unloaded nmethods are released too late
2a2daaae220 : 8225622: [AOT] runtime/SharedArchiveFile/TestInterpreterMethodEntries.java crashed with AOTed java.base
d606f783e1c : 8225068: Remove DocuSign root certificate that is expiring in May 2020
d7f91932de9 : 8206179: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java fails with Committed virtual memory size illegal value
cf620ba2d81 : 8191930: [Graal] emits unparseable XML into compile log
79556ec9371 : 8242470: Update Xerces to Version 2.12.1
fb5ee673693 : 8213275: ReplaceCriticalClasses.java fails with jdk.internal.vm.PostVMInitHook not found
ab799160acb : 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
e22205dfd4b : 8243470: [macos] bring back O2 opt level for unsafe.cpp
56a555adea2 : 8247246: Add explicit ResolvedJavaType.link and expose presence of default methods
ac4c2303595 : 8222769: [TESTBUG] TestJFRNetworkEvents should not rely on hostname command
ebd076a16b2 : 8203281: [Windows] JComboBox change in ui when editor.setBorder() is called
bfdd8a0d848 : 8241086: Test runtime/NMT/HugeArenaTracking.java is failing on 32bit Windows
31fc07f34f3 : 8246203: Segmentation fault in verification due to stack overflow with -XX:+VerifyIterativeGVN
2379f613889 : 8244719: CTW: C2 compilation fails with "assert(!VerifyHashTableKeys || _hash_lock == 0) failed: remove node from hash table before modifying it"
912506ccec1 : 8242184: CRL generation error with RSASSA-PSS
7dd7215743a : 8240295: hs_err elapsed time in seconds is not accurate enough
870d4cdc67e : 8238448: RSASSA-PSS signature verification fail when using certain odd key sizes
d3db82a09a2 : 8235846: Improve WindbgDebuggerLocal implementation
d55e711405d : 8227059: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timed out
aeddea92278 : 8248219: aarch64: missing memory barrier in fast_storefield and fast_accessfield
79bfd58ef19 : 8218948: SimpleDateFormat :: format - Zone Names are not reflected correctly during run time
76e7e927155 : 8240676: Meet not symmetric failure when running lucene on jdk8
780e92cd6ce : 8248214: Add paddings for TaskQueueSuper to reduce false-sharing cache contention
ead0e68a292 : 8210147: adjust some WSAGetLastError usages in windows network coding
c8c57aa865d : 8216151: [Graal] Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.org.graalvm.compiler.debug
1908b7d51f7 : 8245649: Revert 8245397 backport of 8230591
6e53609d04f : Added tag jdk-11.0.8+4 for changeset aa6c93b4f1ac
7d3ea97ffd7 : 8241458: [JVMCI] add mark value to expose CodeOffsets::Frame_Complete
3d576321c5f : 8217404: --with-jvm-features doesn't work when multiple features are explicitly disabled
dfac805c929 : 8235908: omit ThreadPriorityPolicy warning when value is set from image
9a5f4b4dc5b : 8230591: AArch64: Missing intrinsics for Math.ceil, floor, rint
56d2c7fbcb4 : 8233364: Fix undefined behavior in Canonicalizer::do_ShiftOp
0f4c61dd964 : 8232134: Change to Visual Studio 2017 15.9.16 for building on Windows at Oracle
a79dad99699 : 8224931: disable JAOTC invokedynamic support until 8223533 is fixed
c14870d688b : 8239819: XToolkit: Misread of screen information memory
bd2c0a6c371 : 8237474: Default SSLEngine should create in server role
d916585ebe2 : 8224847: gc/stress/TestReclaimStringsLeaksMemory.java fails with reserved greater than expected
5b6a90e0079 : 8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1
7c4548f2731 : Added tag jdk8u191-b06 for changeset b2344e4ec3db
0d85d4acd32 : Added tag jdk8u191-b06 for changeset 4cddc5db04b2
7a0f048ef15 : Added tag jdk8u191-b06 for changeset 3ab79a1c4d8d
48fa6bd1621 : Added tag jdk8u191-b06 for changeset 3767d2ca962a
761f9e3a42f : Added tag jdk8u191-b06 for changeset fa6d3d67a252
afc1b37ca3a : Added tag jdk8u191-b06 for changeset cab9779526bb
4b7ab1568b4 : Added tag jdk8u191-b06 for changeset 6499976d05de
71f458c4dff : Added tag jdk8u191-b06 for changeset 61001dfa593d
df3eb7c002c : Added tag jdk8u191-b06 for changeset 5dfec58dd8f9
1c4fa313a84 : Added tag jdk8u191-b06 for changeset a51fea36018a
c7d4f7db2a2 : Added tag jdk8u191-b06 for changeset 30915912e94e
cd505a3e99b : Added tag jdk8u191-b06 for changeset f7a7422308ed
29356aecdd7 : Added tag jdk8u191-b06 for changeset 20754e5603be
4d2c4c830ac : Added tag jdk8u191-b06 for changeset 6f117b6e428f
f0e680f0f1b : Added tag jdk8u191-b06 for changeset ca9e7c24db5a
7002c97ac28 : Added tag jdk8u191-b06 for changeset ac51517fb00e
8f31a55f91c : 8209346: Refactor SATBMarkQueue filter configuration
bfb0a2ea3f8 : 8209452: VerifyCACerts.java failed with "At least one cacert test failed"
732e3f5416c : 8209452: VerifyCACerts.java failed with "At least one cacert test failed"
afa5d318d3b : 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale
c283eb190e5 : 8209418: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
33a96c6df96 : 8209416: Refactoring GetPropertyAction calls in security libs
815cdefb43e : 8209433: [s390] Fix build, broken by 8208672 (Enable -Wreorder)
d5142e72406 : 8205687: TimeoutHandler generates huge core files
5fc4ca5c45a : 8061467: Add UseLargePages to TestNUMAPageSize
a51aeedca07 : 8209376: ZGC: Move ZMarkStackAllocator into a separate file
f50c8dddfaf : 8209375: ZGC: Use dynamic base address for mark stack space
924bba584da : 8209345: Merge SATBMarkQueueFilter into SATBMarkQueueSet
b5f939c5dbb : 8194230: jdk/internal/jrtfs/remote/RemoteRuntimeImageTest.java fails with java.lang.NullPointerException
4bcd4f04a25 : 8209382: [error-prone] HashtableContains in sun/rmi/server/ActivationGroupImpl.java
a007690fa03 : 8209396: Make PtrQueueSets not statically allocated
4729c903c66 : 8207153: Some intrinsic tests take long time to run
5c3008fbc42 : 8209120: Archive the Integer.IntegerCache
3b017936c2a : 8209193: Fix aarch64-linux compilation after -Wreorder changes
f485e1e1187 : 8257561: Some code is not vectorized after 8251925 and 8250607
849963633ef : 8241649: Optimize Character.toString
297530e17c4 : 8253644: C2: assert(skeleton_predicate_has_opaque(iff)) failed: unexpected
db0c46eec6e : 8257575: C2: "failed: only phis" assert failure in loop strip mining verification
9b2b133449c : 8259231: Epsilon: improve performance under contention during virtual space expansion
68bf3b1f9a3 : 8258534: Epsilon: clean up unused includes
fb277a1e59b : 8257565: epsilonBarrierSet.hpp should not include barrierSetAssembler
8509ca707b2 : 8253220: Epsilon: clean up unused code/declarations
1cf0dbf6ab1 : 8257547: Handle multiple prereqs on the same line in deps files 8256810: Incremental rebuild broken on Macosx
89be8622082 : 8255880: UI of Swing components is not redrawn after their internal state changed
561041568e9 : 8242565: Policy initialization issues when the denyAfter constraint is enabled
b3db0874ebf : 8256187: [TEST_BUG] Automate bug4275046.java test
780ac896b11 : 8253368: TLS connection always receives close_notify exception
4764dc90e33 : 8255479: [aarch64] assert(src->section_index_of(target) == CodeBuffer::SECT_NONE) failed: sanity
451f8347186 : 8259312: VerifyCACerts.java fails as soneraclass2ca cert will expire in 90 days
14be87ae0ea : 8245512: CRC32 optimization using AVX512 instructions
ff3ed2928fb : 8244573: java.lang.ArrayIndexOutOfBoundsException thrown for malformed class file
ecad70dcd2f : 8256757: Incorrect MachCallRuntimeNode::ret_addr_offset() for CallLeafNoFP on x86_32
623acbe8275 : 8253524: C2: Refactor code that clones predicates during loop unswitching
bb093016d82 : 8259049: Uninitialized variable after JDK-8257513
b5ce52b28a6 : 8257513: C2: assert((constant_addr - _masm.code()->consts()->start()) == con.offset())
aa6cc01c072 : 8256387: Unexpected result if patching an entire instruction on AArch64
a3748165c74 : 8256751: Incremental rebuild with precompiled header fails when touching a header file
89da3839d62 : 8256633: Fix product build on Windows+Arm64
0f781c5a383 : 8258396: SIGILL in jdk.jfr.internal.PlatformRecorder.rotateDisk()
04026dc29b6 : 8256807: C2: Not marking stores correctly as mismatched in string opts
923ec7b8e56 : 8257594: C2 compiled checkcast of non-null object triggers endless deoptimization/recompilation cycle
d60917c7821 : 8255742: PrintInlining as compiler directive doesn't print virtual calls
6f06d24224f : 8245026: PsAdaptiveSizePolicy::_old_gen_policy_is_ready is unused
26c05e9e760 : 8257999: Parallel GC crash in gc/parallel/TestDynShrinkHeap.java: new region is not in covered_region
d6ade20d0de : 8256359: AArch64: runtime/ReservedStack/ReservedStackTestCompiler.java fails
aab37fee6f6 : 8257997: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java again reports leaks after JDK-8257884
a39a71f68f1 : 8257884: Re-enable sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java as automatic test
2d8d880f4f0 : 8257670: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
ae7057b05f8 : 8256818: SSLSocket that is never bound or connected leaks socket resources
1bb442091a8 : 8234742: Improve handshake logging
22ca04370dc : 8257798: [PPC64] undefined reference to Klass::vtable_start_offset()
e3551ef7ea6 : 8257423: [PPC64] Support -XX:-UseInlineCaches
f8f3186a113 : 8256501: libTestMainKeyWindow fails to build with Xcode 12.2
f944c63ac91 : 8255058: C1: assert(is_virtual()) failed: type check
d53072236c5 : 8255559: Leak File Descriptors Because of ResolverLocalFilesystem#engineResolveURI()
cd321584baa : 8237495: Java MIDI fails with a dereferenced memory error when asked to send a raw 0xF7
d085c8f9efb : 8255544: Create a checked cast
40db7a1246b : 8254734: "dead loop detected" assert failure with patch from 8223051
308bd7afd3a : 8253681: closed java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed
67f3f45c276 : 8253274: The CycleDMImagetest brokes the system
a598c30aed2 : 8256025: AArch64: MachCallRuntimeNode::ret_addr_offset() is incorrect for stub calls
bbe769c5fab : 8237483: AArch64 C1 OopMap inserted twice fatal error
bdaa8a38a80 : 8247766: [aarch64] guarantee(val < (1U << nbits)) failed: Field too big for insn
7020d6e5ce7 : 8248901: Signed immediate support in .../share/assembler.hpp is broken
8d0fd5aa34c : 8243670: Unexpected test result caused by C2 MergeMemNode::Ideal
e11ee41b8f4 : 8242030: Wrong package declarations in jline classes after JDK-8241598
7c12fa898b6 : 8241598: Upgrade JLine to 3.14.0
4d6af29926e : 8240795: [REDO] 8238384 CTW: C2 compilation fails with "assert(store != load->find_exact_control(load->in(0))) failed: dependence cycle found"
74920cbc830 : 8253756: C2 CompilerThread0 crash in Node::add_req(Node*)
fcca559ea01 : 8248336: AArch64: C2: offset overflow in BoxLockNode::emit
6162f701ef3 : 8247200: assert((unsigned)fpargs < 32)
c87971cf532 : 8241911: AArch64: Fix a potential register clash issue in reduce_add2I
27f02102b22 : 8255908: ExceptionInInitializerError due to UncheckedIOException while initializing cgroupv1 subsystem
0ac48027a3c : 8251925: C2: RenaissanceStressTest fails with assert(!had_error): bad dominance
d8bf567a187 : 8251992: VM crashed running TestComplexAddrExpr.java test with -XX:UseAVX=X
0f2aaddb396 : 8249749: modify a primitive array through a stream and a for cycle causes jre crash
6cdf8ffb33e : 8254104: MethodCounters must exist before nmethod is installed
6d97171414c : 8205992: jhsdb cannot attach to Java processes running in Docker containers
694dd77c236 : 8241770: Module xxxAnnotation() methods throw NCDFE if module-info.class found as resource in unnamed module
02a7055de90 : 8225773: jdeps --check produces NPE if there are missing module dependences
d47685cba23 : 8229396: jdeps ignores multi-release when generate-module-info used on command line
db993bfc841 : 8233164: C2 fails with assert(phase->C->get_alias_index(t) == phase->C->get_alias_index(t_adr)) failed: correct memory chain
806545796ae : 8235351: Lookup::unreflect should bind with the original caller independent of Method's accessible flag
581984740e8 : 8245005: javax/net/ssl/compatibility/BasicConnectTest.java failed with No enum constant
93e97f39c78 : 8258471: "search codecache" clhsdb command does not work
8c0302e2e56 : 8214230: Classes generated by SystemModulesPlugin.java are not reproducable
ab15bd53c65 : 8234796: Refactor Handshake::execute to take a more complex type than ThreadClosure
405695e3257 : 8253476: TestUseContainerSupport.java fails on some Linux kernels w/o swap limit capabilities
c3fd0b4eed9 : 8233910: java/awt/ColorClass/AlphaColorTest.java is failing intermittently in nightly lnux-x64 system
c68c305d4de : 8232225: Rework the fix for JDK-8071483
6582837e0f4 : 8222785: aarch64: add necessary masking for immediate shift counts
9dcbda6b6b0 : 8221995: AARCH64: problems with CAS instructions encoding
49f4ca851d1 : 8214223: tools/jdeps/listdeps/ListModuleDeps.java failed due to missing Lib2 file
0882c393cef : 8213909: jdeps --print-module-deps should report missing dependences 8168869: jdeps: localized messages don't use proper line breaks
92f2d0b2f71 : 8211051: jdeps usage of --dot-output doesn't provide valid output for modular jar
42e4d1f06e6 : 8211825: ModuleLayer.defineModulesWithXXX does not setup delegation when module reads automatic module
4f4144a03a0 : 8211057: Gensrc step CompileProperties generates unstable CompilerProperties output
525872ff076 : 8244340: Handshake processing thread lacks yielding
96e1e0564cd : 8214180: Need better granularity for sleeping
39ffa43a7db : 8255845: Memory leak in imageFile.cpp
cee6ffd75a4 : 8240704: CheckHandles.java failed "AssertionError: Handle use increased by more than 10 percent."
01a6eb0b0d6 : 8256489: Make gtest for long path names on Windows more resilient in the presence of virus scanners
8790c7030fc : 8244088: [Regression] Switch of Gnome theme ends up in deadlocked UI
be6959a1cee : 8225805: Java Access Bridge does not close the logger
7cb43c5d46a : 8210578: AArch64: Invalid encoding for fmlsvs instruction
a84c2431c02 : 8233912: aarch64: minor improvements of atomic operations
68a91b218fe : 8229474: Shenandoah: Cleanup CM::update_roots()
3b9fbd5f776 : 8257436: [aarch64] Regressions in ArrayCopyUnalignedDst.testByte/testChar for 65-78 bytes when UseSIMDForMemoryOps is on
694a0293062 : 8256488: [aarch64] Use ldpq/stpq instead of ld4/st4 for small copies in StubGenerator::copy_memory
632b1ea1907 : 8255351: Add detection for Graviton 2 CPUs
87ea482579c : 8254748: Bad Copyright header format after JDK-8212218
7dd458e7977 : 8254799: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java fails with release VMs
a47417b150c : 8212218: [TESTBUG] runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java timed out
a66eddf9aab : 8255734: VM should ignore SIGXFSZ on ppc64, s390 too
b204dd834e4 : 8251255: [linux] Add process-memory information to hs-err and VM.info
520358ee96d : 8250911: [windows] os::pd_map_memory() error detection broken
186fe0dfca5 : 8249588: libwindowsaccessbridge issues on 64bit Windows
2ed90eabfe1 : 8240751: Shenandoah: fold ShenandoahTracer definition
0ad5d734617 : 8256806: Shenandoah: optimize shenandoah/jni/TestPinnedGarbage.java test
e674251c2e1 : 8253404: C2: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded limit
96a47abb109 : 8257408: Bump update version for OpenJDK: jdk-11.0.11
1f4f3496f62 : Added tag jdk-11.0.11+0 for changeset cbd009b79ac5
be5de9ef3b3 : 8209386: [error-prone] StreamResourceLeak in jdk.internal.ed module
e51b1f0cf6a : 8187078: -XX:+VerifyOops finds numerous problems when running JPRT
cbac17e4949 : 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3
bd5f1aba05c : 8208186: SetHeapSamplingInterval handles 1 explicitly
e67dff3af58 : 8199156: Better route routing
aa09bd8d1e8 : 8199166: Better interface lists
ca7278252e4 : 8208585: Make crypto code more robust
dd038ece35d : 8208350: Disable all DES cipher suites
cc3108ef389 : 8203955: Improve robot support
441ec4ad494 : 8205356: Choose printer defaults
d7938f89a2b : 8199161: Better interface enumeration
1710021d9f3 : 8199156: Better route routing
f1d02af1185 : 8199166: Better interface lists
65a6b4da4b6 : 8208585: Make crypto code more robust
ea40fc26beb : 8208350: Disable all DES cipher suites
2de7bff0e59 : 8203955: Improve robot support
f24d079a323 : 8205356: Choose printer defaults
74e872e7053 : 8199161: Better interface enumeration
1c7d235281c : 8199156: Better route routing
d0b0c881ac9 : 8199166: Better interface lists
4a157daf010 : 8205714: Initial class initialization
8044814e305 : 8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update
582c0dafb86 : 8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp
7aabcdee633 : 8200365: TestOptionsWithRanges.java of '-XX:TLABWasteTargetPercent=100' fails intermittently
044b5023835 : 8205633: TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently
a9508324e20 : 8209193: Fix aarch64-linux compilation after -Wreorder changes
93c176ef2e6 : 8209357: [PPC64] Fix build which was broken by 8208672 (Enable -Wreorder)
1712e272cde : 8209380: ARM: cleanup maybe-uninitialized and reorder compiler warnings
abb7f648294 : 8209378: Fix Minimal VM after JDK-8208677
d1aea148fe0 : 8207924: serviceability/sa/TestUniverse.java#id0 intermittently fails with assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
5a80204c231 : 8209384: ProblemList stressHierarchy metaspace tests
51d0a9e1223 : 8205399: Set node color on pinned HashMap.TreeNode deletion
647c7d5344a : 8164683: Solaris: JVM abuses thread preemption control
83b2fb5b0da : 8207778: Add locking to ModuleEntry and PackageEntry tables
092e9e4f81a : 8206895: aarch64: rework error-prone cmp instuction
ea95e1ef2e7 : 8201290: keytool importcert fails with CertificateParsingException if unknown certificate algorithms should be imported
f803931f2c1 : 8209343: Test javax/swing/border/TestTitledBorderLeak.java should be marked as headful
d108ab51f7b : 8208483: Add 5 JNDI tests to com/sun/jndi/dns/FactoryTests/
4e2b4621162 : 8208483: Add 5 JNDI tests to com/sun/jndi/dns/FactoryTests/
a5d14313f5d : 8207263: Store the Configuration for system modules into CDS archive
5858a507f40 : 8208705: [TESTBUG] The -Xlog:cds,cds+hashtables vm option is not always required for appcds tests
2c5b52f061a : 8209186: Rename SimpleThresholdPolicy to TieredThresholdPolicy
59ca28bf1cf : 8209118: Abstract SATBMarkQueueSet's ThreadLocalData access
b037ff24a87 : 8205078: [Graal] org.graalvm.compiler.core.test.VerifyDebugUsageTest fails with "Expected exception: VerificationError"
ca477652c27 : 8194949: [Graal] gc/TestNUMAPageSize.java fail with OOM in -Xcomp
7a9b62f2d44 : 8208125: Cannot input text into JOptionPane Text Input Dialog
e146d6cdce8 : Added tag jdk-11+26 for changeset 945ba9278a27
166030817ff : 8208391: Differentiate response and connect timeouts in HTTP Client API
a02954686a5 : 8208656: Move java/util/Calendar/CalendarTestScripts tests into OpenJDK
b309bad2f08 : 8219066: Fuzzing TrueType fonts: setCurrGlyphID()
e2f146b59fc : 8218453: More dynamic RMI interactions
3367075b3c2 : 8211936: Better String parsing
56687a9099b : Added tag jdk8u212-b02 for changeset f9a338460b10
a70162e7755 : 8204963: javax.swing.border.TitledBorder has a memory leak
ff148ce1754 : 8208996: X11 icon window color handing bug
e850549b71d : 8189667: Desktop#moveToTrash expects incorrect "<<ALL FILES>>" FilePermission
1543db08da0 : 8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout
d5370d3c517 : Added tag jdk8u191-b05 for changeset 7691eaa71fd2
46a17fdb980 : Added tag jdk8u191-b05 for changeset ac7cd99baf06
1d94ca411c5 : Added tag jdk8u191-b05 for changeset 3b64da687d15
e1b6878b644 : Added tag jdk8u191-b05 for changeset 0b93ee788858
7850677f03e : Added tag jdk8u191-b05 for changeset ec5492829262
0571ff4900b : Added tag jdk8u191-b05 for changeset f5950b184d4c
f821f2248b8 : Added tag jdk8u191-b05 for changeset 00e076e626d0
80d4d4e161e : Added tag jdk8u191-b05 for changeset a208c42dff5a
f42450debe0 : Added tag jdk8u191-b05 for changeset ad92f2cafc5e
beb1d892977 : Added tag jdk8u191-b05 for changeset dfbd9be6b3ef
c5340e5c5f2 : Added tag jdk8u191-b05 for changeset 45aa82acf64c
e357843b9e4 : Added tag jdk8u191-b05 for changeset 054cc23c0444
277a8f27c2a : Added tag jdk8u191-b05 for changeset dac2ca653cfd
dcc55243648 : Added tag jdk8u191-b05 for changeset 5d3159279f29
65b9b94f23f : Added tag jdk8u191-b05 for changeset f26d3a1a503c
d00f810bc1f : Added tag jdk8u191-b05 for changeset 9deb76f8d6fb
fe0ae4cecbc : 8208660: JDK 8u191 l10n resource file update
9bf221cdafd : 8208660: JDK 8u191 l10n resource file update
138e481b0a0 : 8208660: JDK 8u191 l10n resource file update
b5f40002631 : 8208660: JDK 8u191 l10n resource file update
0299aadb8c2 : 8208754: The fix for JDK-8194534 needs updates
c80aa7478c5 : 8208754: The fix for JDK-8194534 needs updates
2b513d8fc72 : 8208754: The fix for JDK-8194534 needs updates
9e0d8f7c769 : 8208754: The fix for JDK-8194534 needs updates
286115581e2 : 8209011: [TESTBUG] AArch64: sun/security/pkcs11/Secmod/TestNssDbSqlite.java fails in aarch64 platforms
14dd8aca2b0 : 8208279: Add 8 JNDI tests to com/sun/jndi/dns/EnvTests/
b928515c4a4 : 8239105: Add exception for expiring Digicert root certificates to VerifyCACerts test
7f85062132f : 8253284: Zero OrderAccess barrier mappings are incorrect
112ebf9e1e0 : 8253778: ShenandoahSafepoint::is_at_shenandoah_safepoint should not access VMThread state from other threads
b67089e3cd3 : 8216324: GetClassMethods is confused by the presence of default methods in super interfaces
866ce19d6b3 : 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
a02695e660b : 8252696: Loop unswitching may cause out of bound array load to be executed
532775249f9 : 8248532: Every time I change keyboard language at my MacBook, Java crashes
0246689e85d : 8152332: [macosx] JFileChooser cannot be serialized on Mac OS X
a897af9432e : 8240690: Race condition between EDT and BasicDirectoryModel.FilesLoader.run0()
17ccd17b9d6 : 8240633: Memory leaks in the implementations of FileChooserUI
be6d524d982 : 8236944: The legVecZ operand should be limited to zmm0-zmm15 registers
2c307000d60 : 8161684: [testconf] Add VerifyOops' testing into compiler tiers
101326f56e8 : 8250598: Hyper-V is detected in spite of running on host OS
9b79d2b18b1 : 8248845: AArch64: stack corruption after spilling vector register
67f9ae7690c : 8251397: NPE on ClassValue.ClassValueMap.cacheArray
885976dd93c : 8246381: VM crashes with "Current BasicObjectLock* below than low_mark"
3d65174d570 : 8225329: -XX:+PrintBiasedLockingStatistics causes crash during initialization on Windows platforms
6c6ae2dd0e3 : 8249183: JVM crash in "AwtFrame::WmSize" method
a8782a8fa92 : 8252470: java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java fails on Windows
91c0687840f : 8232114: JVM crashed at imjpapi.dll in native code
ee8631f4acc : 8239477: jdk/jfr/jcmd/TestJcmdStartStopDefault.java fails -XX:+VerifyOops with "verify_oop: rsi: broken oop"
65f7ed238bd : 8242335: Additional Tests for RSASSA-PSS
563a90d79c4 : 8248791: sun/util/resources/cldr/TimeZoneNamesTest.java fails with -XX:-ReduceInitialCardMarks -XX:-ReduceBulkZeroing
7b28d938e28 : 8250894: Provide a configure option to build and run against the platform libharfbuzz
d471b3d5978 : 8249605: C2: assert(no_dead_loop) failed: dead loop detected
a1ca1bea120 : 8246648: issue with OperatingSystemImpl getFreeSwapSpaceSize in docker after 8242480
25310f25c21 : 8242480: Negative value may be returned by getFreeSwapSpaceSize() in the docker
90e2effeecc : 8227006: [linux] Runtime.availableProcessors execution time increased by factor of 100
4f537e085cc : 8224506: [TESTBUG] TestDockerMemoryMetrics.java fails with exitValue = 137
2ccb3c2a74f : 8222533: jtreg test jdk/internal/platform/cgroup/TestCgroupMetrics.java fails on SLES12.3 linux ppc64le machine
02efcac62bf : 8253791: Issue with useAppleColor check in CSystemColors.m
c21c3b1a82c : 8253375: OSX build fails with Xcode 12.0 (12A7209)
c809c994440 : 8241311: Move some charset mapping tests from closed to open
eee0a5d2134 : 8253226: Shenandoah: remove unimplemented ShenandoahStrDedupQueue::verify
b6325ea78c6 : 8253224: Shenandoah: ShenandoahStrDedupQueue destructor calls virtual num_queues()
561a8f851bb : 8216012: Infinite loop in RSA KeyPairGenerator
bb62ec96348 : 8208665: Amend cross-compilation docs with qemu-debootstrap recipe
9cf81ba6153 : 8242846: Bring back test/jdk/tools/jlink/plugins/OrderResourcesPluginTest.java
61c7ab3ca39 : 8243619: compiler/codecache/CheckSegmentedCodeCache.java test misses -version
b6702b13360 : 8250605: Linux x86_32 builds fail after JDK-8249821
7bef59a9ba1 : 8249602: C2: assert(cnt == _outcnt) failed: no insertions allowed
0d91e697c92 : 8246434: Threads::print_on_error assumes that the heap has been set up
61eb57b8e41 : 8242029: AArch64: skip G1 array copy pre-barrier if marking not active
5b2d0db4731 : 8247201: Print potential pointer value of readable stack memory in hs_err file
a5e0d67e524 : 8249821: Separate libharfbuzz from libfontmanager
369a81a4184 : 8248596: [TESTBUG] compiler/loopopts/PartialPeelingUnswitch.java times out with Graal enabled
d1986b0d653 : 8224555: vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/TestDescription.java failed
3a13abad127 : 8252754: Hash code calculation of JfrStackTrace is inconsistent
a0bc3534451 : 8250928: JFR: Improve hash algorithm for stack traces
f2dd3d0bc3b : 8210088: ProblemList gc/epsilon/TestMemoryMXBeans.java
7fafc5d94e2 : 8252660: Shenandoah: support manageable SoftMaxHeapSize option
2d7828f7e7d : 8222286: Fix for JDK-8213419 is broken on s390
33518f1f449 : 8248552: C2 crashes with SIGFPE due to division by zero
bfd49e2b41b : 8243617: compiler/onSpinWait/TestOnSpinWaitC1.java test uses wrong class
e16a8355946 : 8250665: Wrong translation for the month name of May in ar_JO,LB,SY
46c3f2076a4 : 8252497: Incorrect numeric currency code for ROL
3ddf655afdc : 8236512: PKCS11 Connection closed after Cipher.doFinal and NoPadding
9947bcc9f82 : 8249672: Include microcode revision in features_string on x86
1feeda6cab6 : 8248226: TestCloneAccessStressGCM fails with -XX:-ReduceBulkZeroing
def6f407115 : 8217976: test/jdk/java/net/httpclient/websocket/WebSocketProxyTest.java fails intermittently
b019174dc16 : 8241234: Unify monitor enter/exit runtime entries
7723536f892 : 8237512: AArch64: aarch64TestHook leaks a BufferBlob
ca67cf22f03 : 8237186: Fix typo in copyright header of java/io/Reader/TransferTo.java
1fb47a75e05 : 8251458: Parse::do_lookupswitch fails with "assert(_cnt >= 0) failed"
8fe44076ed4 : 8251456: [TESTBUG] compiler/vectorization/TestVectorsNotSavedAtSafepoint.java failed OutOfMemoryError
1219f568366 : 8249608: Vector register used by C2 compiled method corrupted at safepoint
752a0a49ff1 : 8249603: C1: assert(has_error == false) failed: register allocation invalid
d6411eb07e3 : 8220420: Cleanup c1_LinearScan
5c711bf4f04 : 8251949: ZGC: Set explicit heap size for compiler/gcbarriers tests
c966a3a6512 : 8213535: Windows HiDPI html lightweight tooltips are truncated
3a9059b0776 : 8245400: Upgrade to LittleCMS 2.11
180ffc66a1d : 8251118: BiasedLocking::preserve_marks should not have a HandleMark
78c73d46dfb : 8249192: MonitorInfo stores raw oops across safepoints
1e7bcc2dcc1 : 8247867: Upgrade to freetype 2.10.2
aeac04c7180 : 8248347: windows build broken by JDK-8243114
a2643ec4b16 : 8243114: Implement montgomery{Multiply,Square}intrinsics on Windows
1a77216f4c4 : 8244819: hsdis does not compile with binutils 2.34+
61d19ee8926 : 8208754: The fix for JDK-8194534 needs updates
3f46b716c55 : Added tag jdk8u192-b05 for changeset 3b17c77be968
00c129f97b5 : Added tag jdk8u192-b05 for changeset 1efee5033101
4332a4a04d0 : Added tag jdk8u192-b05 for changeset 7879bffd8585
f5971e3b513 : Added tag jdk8u192-b05 for changeset 9b140b9d6ca8
85de590e1d8 : Added tag jdk8u192-b05 for changeset e9dcf4d0ea3d
0df03254914 : Added tag jdk8u192-b05 for changeset 235d7f372207
9b044e089a3 : Added tag jdk8u192-b05 for changeset 5a9da580d828
8bffa6e0ea9 : Added tag jdk8u192-b05 for changeset ce00f269448a
69eb832c751 : Added tag jdk8u192-b05 for changeset d95d14262cf7
6954751b7e9 : Added tag jdk8u192-b05 for changeset 8ed1a10c0d4a
da5390aa1ec : Added tag jdk8u192-b05 for changeset 3792bdf7fe56
d69ca0d29d6 : Added tag jdk8u192-b05 for changeset b7488937618f
75db201229a : Added tag jdk8u192-b05 for changeset e17ac9ca08da
333184c4722 : Added tag jdk8u192-b05 for changeset aaa63b33434b
97cca14c4bf : Added tag jdk8u192-b05 for changeset 75c05f604260
7a103b18f19 : Added tag jdk8u192-b05 for changeset f0e0342db89b
961156b1d5e : 8208676: Missing NULL check and resource leak in NetworkPerformanceInterface::NetworkPerformance::network_utilization
2f1aae720b6 : 8208663: JDK 11 L10n resource file update msg drop 20
4ebf1cdc537 : 8201394: Update java.se module summary to reflect removal of java.se.ee module
b806cb371ef : 8031761: [TESTBUG] Add a regression test for JDK-8026328
ac3d4a6722b : 8208691: Tighten up jdk.includeInExceptions security property
0919d6d6267 : 8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1
03c595997c7 : 8209029: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing
e64ad29e8a4 : 8208496: New Test to verify concurrent behavior of TLS
6dac70d9191 : 8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator
b863c0efab2 : 8199081: [Testbug] compiler/linkage/LinkageErrors.java fails if run twice
b924bf7233b : 8186766: UnixNativeDispatcher::readlink() may truncate overlong paths
a2f34724df8 : 8208583: Better management of internal KeyStore buffers 8207775: Better management of CipherCore buffers
6e81dc61b1b : 8208583: Better management of internal KeyStore buffers 8207775: Better management of CipherCore buffers
7a791910c33 : 8208583: Better management of internal KeyStore buffers
4555c285904 : 8205921: Optimizing best-of-2 work stealing queue selection
c4faf01f865 : 8207775: Better management of CipherCore buffers
2ce4abbcc83 : 8208706: compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
b3e18b4a1b9 : 8208701: Fix for JDK-8208655 causes test failures in CI tier1
940ac1cddc3 : 8208699: remove unneeded imports from runtime tests
17891770c18 : 8208655: use JTreg skipped status in hotspot tests
43e12569281 : Added tag jdk-12+5 for changeset f8696e0ab9b7
4635b34d7ed : Added tag jdk-11+25 for changeset 331888ea4a78
23db5cd8a01 : 8208635: Minimal VM build is broken after JDK-8199868 (Support JNI critical functions in object pinning API)
e8dd5174644 : 8207139: NMT is not enabled on Windows 2016/10
0bea39f1c99 : 8208353: Upgrade JDK 8u to libpng 1.6.35
3275637085b : 8208353: Upgrade JDK 8u to libpng 1.6.35
9cc383c1030 : 8208353: Upgrade JDK 8u to libpng 1.6.35
9d854a90619 : 8208353: Upgrade JDK 8u to libpng 1.6.35
aefc38c958f : Added tag jdk8u192-b04 for changeset c384ab1d7398
8a43147f246 : Added tag jdk8u192-b04 for changeset 1125b515224b
883f6563535 : Added tag jdk8u192-b04 for changeset df45abcddb22
3d512f20d5e : Added tag jdk8u192-b04 for changeset ad7404ec84d5
941a1f70cbc : Added tag jdk8u192-b04 for changeset e93d465bba0e
07a91940dec : Added tag jdk8u192-b04 for changeset ea6fb89d96f4
90a8856fd24 : Added tag jdk8u192-b04 for changeset eb7cde0f52fc
94f0851f9a4 : Added tag jdk8u192-b04 for changeset 7531cb0394a2
13569076196 : Added tag jdk8u192-b04 for changeset 2272b5923d3a
1792bfb650f : Added tag jdk8u192-b04 for changeset b1e8fa799ff4
f1d9dcddecc : Added tag jdk8u192-b04 for changeset b6ebb7625bcc
01e37ed4ba6 : Added tag jdk8u192-b04 for changeset ad14b4367658
4b2f0ccab22 : Added tag jdk8u192-b04 for changeset 994efed21e5a
b558b2bf37b : Added tag jdk8u192-b04 for changeset 5f90d1b68349
27a51eab5c5 : 8191006: hsdis disassembler plugin does not compile with binutils 2.29+
39fcad1481f : 8212226: SurfaceManager throws "Invalid Image variant" for MultiResolutionImage (Windows)
6dc49b6b831 : 8247763: assert(outer->outcnt() == 2) failed: 'only phis' failure in LoopNode::verify_strip_mined()
e359d8ba502 : 8237950: C2 compilation fails with "Live Node limit exceeded limit" during ConvI2L::Ideal optimization
add2befc680 : 8243290: Improve diagnostic messages for class verification and redefinition failures
0f07bb3178e : 8227647: [Graal] Test8009761.java fails due to "RuntimeException: static java.lang.Object compiler.uncommontrap.Test8009761.m3(boolean,boolean) not compiled"
7981d670837 : 7185258: [macosx] Deadlock in SunToolKit.realSync()
ffd0bee29f3 : 8241797: Add some tests to the problem list
a17c306f81b : 8218851: JVM crash in custom classloader stress test, JDK 12 & 13
e813a98d904 : 8217429: WebSocket over authenticating proxy fails to send Upgrade headers
729ad18661e : 8213400: Support choosing group name in keytool keypair generation
f1820a64568 : 8252415: Bump update version for OpenJDK: jdk-11.0.10
558805ff9f3 : Added tag jdk-11.0.10+0 for changeset d484fdfcc7d5
5eed20d3683 : Added tag jdk8u192-b04 for changeset c8ae1702d2cd
abf08b81b9b : Added tag jdk8u192-b04 for changeset f7c4d7e308c2
5403b9e2287 : 8203904: javax/swing/JSplitPane/4816114/bug4816114.java: The divider location is wrong
b6532bdf48d : 8204931: Colors with alpha are painted incorrectly on Linux
542197c8ab2 : 8208353: Upgrade JDK 11 to libpng 1.6.35
06932ae37c2 : 8208466: Fix potential memory leak in harfbuzz shaping
c57cfe6d148 : 8207046: arm32 vm crash: C1 arm32 platform functions parameters type mismatch
3d94ce71b5c : 8208249: TriggerUnloadingByFillingMetaspace generates garbage class names
fc9941ae727 : 8169004: Fix redundant @requires tags in tests
ec76c2046c8 : 8069343: Improve gc/g1/TestHumongousCodeCacheRoots.java to use jtreg @requires
b184fceaa00 : 8208246: flags duplications in vmTestbase_vm_g1classunloading tests
d2dd5c4473a : 8208647: switch jtreg to 4.2b13
8a5467b9c22 : 8185531: [TESTBUG] Improve test configuration for shared strings
501fc494c02 : 8208611: Refactor SATBMarkQueue filtering to allow GC-specific filters
65091f8c6d3 : 8174691: [TESTBUG] A number of native hotspot unit tests fail when executed in stand-alone mode
4ab515f85cc : 8208080: Locale extensions via Service provider is not working for region extensions
b2a6aa3e801 : 8208560: ChoiceFormat class has unused constants needs cleanup
24fe001ecb5 : 8208484: color contrast issues in a couple of spec files
36b45330b84 : 8191006: hsdis disassembler plugin does not compile with binutils 2.29+
b9bfd45c738 : 8208602: Cannot read PEM X.509 cert if there is whitespace after the header or footer
d4381002ac9 : 8208541: non-ASCII characters in hsdis UPL text
e7114f64f34 : 8208605: Fix for 8199868 breaks tier1 build
16f9e07ba16 : 8208074: [TESTBUG] vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java failed with NullPointerException
38db1d1620f : 8202171: Some oopDesc functions compare this with NULL
b71f3e71048 : 8199868: Support JNI critical functions in object pinning API
e4521331a88 : 8208347: ProblemList compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
9d25c65fda7 : 8208524: IntelliJ support broken since 2018.2
0f1e7d3b8d1 : Added tag jdk8u191-b04 for changeset da420d7ec00f
9d4f895b1a6 : Added tag jdk8u191-b04 for changeset 71f410a303ee
6ec7c9ba60f : Added tag jdk8u191-b04 for changeset 92308ec18426
a1dd02d4267 : Added tag jdk8u191-b04 for changeset 079a2e7bd251
ad1cb581409 : Added tag jdk8u191-b04 for changeset 9fdc37b3b6bb
ea3a49bf709 : Added tag jdk8u191-b04 for changeset c36af56ccd78
cb671015797 : Added tag jdk8u191-b04 for changeset 64b5de65fc78
d22c5bdf8f5 : Added tag jdk8u191-b04 for changeset e399901dc62a
7ad2abe8bfe : Added tag jdk8u191-b04 for changeset 80297b6b9ef2
227411e3262 : Added tag jdk8u191-b04 for changeset 01ad206c27cf
9581b212f76 : Added tag jdk8u191-b04 for changeset f2d01b8ea000
b02eb75d165 : Added tag jdk8u191-b04 for changeset 556d2beca246
34cebf0b850 : Added tag jdk8u191-b04 for changeset 04d127feeaf8
7133048158a : Added tag jdk8u191-b04 for changeset f4bfd326f99d
76cb0064c4f : Added tag jdk8u191-b04 for changeset 686f0315a330
093df2df485 : Added tag jdk8u191-b04 for changeset ead065221ad0
7d04a31fc82 : 8208399: Metadata methods print_(value_)on_maybe_null() compare 'this' to NULL
c9d506055cd : 8208499: NMT: Missing memory tag for Safepoint polling page
43b3a6a6bb0 : 8205360: Choose printer defaults
a4f943b188c : 8207779: Method::is_valid_method() compares 'this' with NULL
3d559f9fab0 : 8252779: compiler/graalunit/HotspotTest.java failed after 8251525
ba81897c5e2 : 8251525: AARCH64: Faster Math.signum(fp)
bc2852846f2 : 8252259: AArch64: Adjust default value of FLOATPRESSURE
902698070b8 : 8261447: MethodInvocationCounters frequently run into overflow
33a580c2832 : 8261170: Upgrade to freetype 2.10.4
02f0146b2c9 : 8207404: MulticastSocket tests failing on AIX
7381cd226bf : 8263361: Incorrect arraycopy stub selected by C2 for SATB collectors
359472fdc85 : 8240487: Cleanup whitespace in .cc, .hh, .m, and .mm files
95c7d073e24 : 8233787: Break cycle in vm_version* includes
d37ab01146a : 8262093: java/util/concurrent/tck/JSR166TestCase.java failed "assert(false) failed: unexpected node"
a13c9d31a3d : 8262110: DST starts from incorrect time in 2038 8073446: TimeZone getOffset API does not return a dst offset between years 2038-2137
374ead3c2e4 : 8214128: ARM32: wrong stack alignment on Deoptimization::unpack_frames
86c7d07c4f8 : 8260380: Upgrade to LittleCMS 2.12
417f01fc27c : 8250635: MethodArityHistogram should use Compile_lock in favour of fancy checks
ddd6a867c79 : 8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode
db1f3f9735c : 8264846: [macos] libjvm.dylib linker warning due to macOS version mismatch
26e47b034d1 : 8264047: Duplicate global variable 'jvm' in libjavajpeg and libawt
654e8521458 : 8261355: No data buffering in SunPKCS11 Cipher encryption when the underlying mechanism has no padding
16d35656682 : 8265099: Revert backport to 11u of 8236859: WebSocket over authenticating proxy fails with NPE
36d0ca15177 : 8213845: ARM32: Interpreter doesn't call result handler after native calls
49c756a666e : 8236859: WebSocket over authenticating proxy fails with NPE
67cf18ff798 : 8207247: AARCH64: Enable Minimal and Client VM builds
7f112bb97d1 : 8261262: Kitchensink24HStress.java crashed with EXCEPTION_ACCESS_VIOLATION
879d119b3a4 : 8226374: Restrict TLS signature schemes and named groups
a15928195b5 : 8247354: [aarch64] PopFrame causes assert(oopDesc::is_oop(obj)) failed: not an oop
459339bef52 : 8243597: AArch64: Add support for integer vector abs
eece02d3d22 : 8242429: Better implementation for sign extract
0627f9a0025 : 8264923: PNGImageWriter.write_zTXt throws Exception with a typo
671cf8feae2 : 8256523: Streamline Java SHA2 implementation
0720ff10019 : 8253948: Memory leak in ImageFileReader
3a62dcbb4a4 : 8231841: AArch64: debug.cpp help() is missing an AArch64 line for pns
2ffe1799532 : 8240848: ArrayIndexOutOfBoundsException buf for TextCallbackHandler
af897ab69e6 : 8195841: PNGImageReader.readNullTerminatedString() doesnt check for non-null terminated strings with length equal to maxLen
8f8a83d18fc : 8242557: Add length limit for strings in PNGImageWriter
9f0df010615 : 8264151: ciMethod::ensure_method_data() should return false is loading resulted in empty state
8757070f7e1 : 8238175: CTW: Class.getDeclaredMethods fails with assert(k->is_subclass_of(SystemDictionary::Throwable_klass())) failed: invalid exception class
4dc4d3f585b : 8262465: Very long compilation times and high memory consumption in C2 debug builds
221a60c622c : 8263558: Possible NULL dereference in fast path arena free if ZapResourceArea is true
4139c5c8a1a : 8262739: String inflation C2 intrinsic prevents insertion of anti-dependencies
639ffa6ef75 : 8249719: MethodHandle performance suffers from bad ResolvedMethodTable hash function
bb3d87bc70b : 8243240: AArch64: Add support for MulVB
59e158a1a71 : 8241475: AArch64: Add missing support for PopCountVI node
da9dc3125a1 : 8226627: assert(t->singleton()) failed: must be a constant
f830d9f5bfb : 8254631: Better support ALPN byte wire values in SunJSSE
3aa7dcd2671 : 8259662: Don't wrap SocketExceptions into SSLExceptions in SSLSocketImpl
9b6c9850a9d : 8261397: try catch Method failing to work when dividing an integer by 0
f55dd7561aa : 8263676: AArch64: one potential bug in C1 LIRGenerator::generate_address()
10b01d5e844 : 8217348: assert(thread->is_Java_thread()) failed: just checking
279920313c0 : 8213231: ThreadSnapshot::_threadObj can become stale
cdda81c7bd3 : 8263504: Some OutputMachOpcodes fields are uninitialized
3cb3872ad75 : 8238812: assert(false) failed: bad AD file
a3ee8810c2b : 8261730: C2 compilation fails with assert(store->find_edge(load) != -1) failed: missing precedence edge
c6d5192d634 : 8247432: Update IANA Language Subtag Registry to Version 2020-09-29
6bb605d062c : 8242010: Upgrade IANA Language Subtag Registry to Version 2020-04-01
b8741052c5c : 8206925: Support the certificate_authorities extension
4026fc0e2ed : 8235368: Update BCEL to Version 6.4.1
7602af0bd09 : 8210443: Migrate Locale matching tests to JDK Repo
cce5efc9f3f : 8236992: AArch64: remove redundant load_klass in itable stub
ea28886f30a : 8230428: Cleanup dead CastIP node code in formssel.cpp
c9e3fa882ea : 8187450: JNI local refs exceeds capacity warning in NetworkInterface::getAll
856f6780dd3 : 8262837: handle split_USE correctly
eb72413187c : 8241082: Upgrade IANA Language Subtag Registry data to 03-16-2020 version
08dbedbe9b3 : 8213794: ARM32: disable TypeProfiling, CriticalJNINatives, Serviceablity tests for ARM32
7a1be969839 : 8233948: AArch64: Incorrect mapping between OptoReg and VMReg for high 64 bits of Vector Register
b21074ae1f5 : 8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl
0e2b6b2dd96 : 8262461: handle wcstombsdmp return value correctly in unix awt_InputMethod.c
508fb66703c : 8260284: C2: assert(_base == Int) failed: Not an Int
aca3b856187 : 8259227: C2 crashes with SIGFPE due to a division that floats above its zero check
3dd3347029a : 8258505: [TESTBUG] TestDivZeroWithSplitIf.java fails due to missing UnlockDiagnosticVMOptions
bfb53d64335 : 8257822: C2 crashes with SIGFPE due to a division that floats above its zero check
aedb92e8943 : 8263557: Possible NULL dereference in Arena::destruct_contents()
93e4d41f685 : 8259061: C2: assert(found) failed: memory-writing node is not placed in its original loop or an ancestor of it
d560fea2c42 : 8261505: Test test/hotspot/jtreg/gc/parallel/TestDynShrinkHeap.java killed by Linux OOM Killer
60d9e57b281 : 8239536: Can't use `java.util.List` object after importing `java.awt.List`
09114d8c613 : 8222412: AARCH64: multiple instructions encoding issues
a9daf7e799b : 8257621: JFR StringPool misses cached items across consecutive recordings
92a06f5cdd3 : 8220407: compiler/intrinsics/math/TestFpMinMaxIntrinsics.java timedout
faf264bb558 : 8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java failed XMM register should be 0-15
4193b072f99 : 8217561: X86: Add floating-point Math.min/max intrinsics
62bfd0c9ddf : 8259886: Improve SSL session cache performance and scalability
4cbf265428e : 8261649: AArch64: Optimize LSE atomics in C++ code
08f1b18cc5a : 8261027: AArch64: Support for LSE atomics C++ HotSpot code
76da4835225 : 8263425: AArch64: two potential bugs in C1 LIRGenerator::generate_address()
83c1499fe57 : 8255763: C2: OSR miscompilation caused by invalid memory instruction placement
383ecfe2643 : 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset
5f059e33b28 : 8257574: C2: "failed: parsing found no loops but there are some" assert failure
46744b95013 : 8259983: do not use uninitialized expand_ms value in G1CollectedHeap::expand_heap_after_young_collection
096874c48ea : 8262829: Native crash in Win32PrintServiceLookup.getAllPrinterNames()
3ef94096a7f : 8262446: DragAndDrop hangs on Windows
3a933dcd3e4 : 8252883: AccessDeniedException caused by delayed file deletion on Windows
70cb1b7f233 : 8261481: Cannot read Kerberos settings in dynamic store on macOS Big Sur
635771d10d2 : 8243559: Remove root certificates with 1024-bit keys
24dc5fd7955 : 8256037: [TESTBUG] com/sun/jndi/dns/ConfigTests/PortUnreachable.java fails due to the hard coded threshold is small
78c799b0bcb : 8262121: [11u] Redo 8244287: JFR: Methods samples have line number 0
28244bcb708 : 8261791: (sctp) handleSendFailed in SctpChannelImpl.c potential leaks
5310f934a3d : 8261601: free memory in early return in Java_sun_nio_ch_sctp_SctpChannelImpl_receive0
48ce5385de3 : 8171303: sun/java2d/pipe/InterpolationQualityTest.java fails on Windows & Linux
6203fabe600 : 8241829: Cleanup the code for PrinterJob on windows
92510e14b98 : 8231460: Performance issue (CodeHeap) with large free blocks
0f0759c0548 : 8223444: Improve CodeHeap Free Space Management
777cdcbe538 : 8223020: aarch64: expand minI_rReg and maxI_rReg patterns into separate instructions
4aa05e9c9c5 : 8214922: Add vectorization support for fmin/fmax
db5b8ae763b : 8213725: JShell NullPointerException due to class file with unexpected package
ed9b4e6c6d4 : 8247438: JShell: When FailOverExecutionControlProvider fails the proximal cause is not shown 8237743: test/langtools/jdk/jshell/FailOverExecutionControlTest.java fails No ExecutionControlProvider with name 'nonExistent' and parameter keys: [] 8199646: JShell tests: jdk/jshell/FailOverDirectExecutionControlTest.java failed with java.lang.UnsupportedOperationException
342e9960f28 : 8260236: better init AnnotationCollector _contended_group
3864b1cbd3f : 8234355: Buffer overflow in jcmd GC.class_stats due to too many classes
903facb33b9 : 8259710: Inlining trace leaks memory
d9a0c8eaa47 : 8248411: [aarch64] Insufficient error handling when CodeBuffer is exhausted
d59a3cf13c8 : 8260925: HttpsURLConnection does not work with other JSSE provider
e5a87525023 : 8261752: Multiple GC test are missing memory requirements
6e1ebf1df6d : 8257414: Drag n Drop target area is wrong on high DPI systems
eda06b2f2d3 : 8241960: The SHA3 message digests impl of SUN provider are not thread safe after cloned
1461a4051e8 : 8259276: C2: Empty expression stack when reexecuting tableswitch/lookupswitch instructions after deoptimization
490f56a0010 : 8257569: Failure observed with JfrVirtualMemory::initialize
207b7c15db6 : 8259777: Incorrect predication condition generated by ADLC
16ae23e42bc : 8261235: C1 compilation fails with assert(res->vreg_number() == index) failed: conversion check
45dff31b3e2 : 8261914: IfNode::fold_compares_helper faces non-canonicalized bool when running JRuby JSON workload
18309250d0e : 8216259: AArch64: Vectorize Adler32 intrinsics
73b5c7d3b18 : 8223504: Improve performance of forall loops by better inlining of "iterator()" methods
54e33b4c967 : 8261167: print_process_memory_info add a close call after fopen
411f9c45a18 : 8259786: initialize last parameter of getpwuid_r
7392d0d0bd3 : 8256287: [windows] add loop fuse to map_or_reserve_memory_aligned
10eefa27ef4 : 8253923: C2 doesn't always run loop opts for compilations that include loops
9f918bb6562 : 8255086: Update the root locale display names
68d84ac4861 : 8260420: C2 compilation fails with assert(found_sfpt) failed: no node in loop that's not input to safepoint
37f2e7b4012 : 8261261: The version extra fields needs to be overridable in jib-profiles.js
197385e337b : 8260432: allocateSpaceForGP in freetypeScaler.c might leak memory
87b0256b94f : 8260426: awt debug_mem.c DMem_AllocateBlock might leak memory
ce4f4579d14 : 8259843: initialize dli_fname array before calling dll_address_to_library_name
2ccea3bc8bb : 8262726: AArch64: C1 StubAssembler::call_RT can corrupt stack
123ebae7675 : 8257580: Bump update version for OpenJDK: jdk-11.0.12
a8748465167 : Added tag jdk-11.0.12+0 for changeset 595a965d85af
c277f9ed8e1 : 8207779: Method::is_valid_method() compares 'this' with NULL
30d46ba27b1 : 8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
d86f3a8cb2a : 8208084: Windows build failure - "'snprintf': identifier not found"
10592b0d361 : 8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
1c4396ebaea : 8208209: Improve TLS connection stability again
38f91617c55 : 8203791: Remove "compatibility" features from Table.java
73477220bec : 8208363: test/jdk/java/lang/Package/PackageFromManifest.java missing module dependencies declaration
2d1029c256f : 8171157: Convert ObjectMonitor_test to GTest
c1bbdfaa2c0 : 8021322: [Fmt-Ch] Implementation of ChoiceFormat math methods should delegate to java.lang.Math methods
74a31c5c161 : 8208297: Allow printing of taskqueue stats if compiled in in product builds
cb25641e4c1 : 8208370: fix typo in ReservedStack tests' @requires
5c2439b0f66 : 8208358: update bug ids mentioned in tests
31cf8b1c65f : 8207364: nsk/jvmti/ResourceExhausted/resexhausted003 fails to start
5a3decc9f11 : 8207944: java.lang.ClassFormatError: Extra bytes at the end of class file test" possibly violation of JVMS 4.7.1
a98f40467a1 : 8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
5b9175eae84 : 8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
2a213d1685d : 8199155: Accessibility issues in jdk.jdi
5bafe6f9a0a : 8195156: [Graal] serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java fails with Graal in Xcomp mode
b62d703d9a1 : 8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
6958cd79679 : 8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
dea6137c6a3 : Added tag jdk-12+4 for changeset 499b873761d8
ffe9b0ffb7e : Added tag jdk-11+24 for changeset ea900a7dc7d7
f45dc7748eb : 8205992: jhsdb cannot attach to Java processes running in Docker containers
a3e7f01f33a : 8208183: update HSDIS plugin license to UPL
af89766e1e3 : 8208164: (str) improve specification of String::lines
10a1819607f : 8206301: Improve NIO stability
ded52dd9c58 : 8206301: Improve NIO stability
5ed314dcf6c : 8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration
acf2daa1e62 : 8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration
f0e96435423 : 8208227: tools/jdeps/DotFileTest.java fails on Win-X64
2517ca39373 : 8208200: Add missing periods to sentences in RoundEnvironment specs
691c332a70c : 8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
574903beb9e : 8205709: Proper allocation handling
bf9456a8f5a : 8205709: Proper allocation handling
a29cd6d430d : 8208201: Update SourceVersion.RELEASE_11 docs to mention var for lambda param
ca473200b73 : 8204970: Remaing object comparisons need to use oopDesc::equals()
86629a36f03 : 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
12bf1a20d00 : 8207765: HeapMonitorTest.java intermittent failure
ac5685e827d : 8190886: package-info handling in RoundEnvironment.getElementsAnnotatedWith
6602e30cec8 : 8208189: ProblemList compiler/graalunit/JttThreadsTest.java
338fb4d94a6 : 8205535: Useless (or buggy) call to Math.round on int input
30f22170efb : 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
2d5130e5fac : Added tag jdk8u181-b33 for changeset 0ba0fef789aa
40e61f781ba : Added tag jdk8u181-b33 for changeset ccfb340e9948
29c16746683 : Added tag jdk8u181-b33 for changeset e0292d240ddb
30f0303e66d : Added tag jdk8u181-b33 for changeset 615f4597b415
030c6fab1f9 : Added tag jdk8u181-b33 for changeset ec041a7e5ab7
13bfeb323b9 : Added tag jdk8u181-b33 for changeset 5a07437e53f7
c2061bd67d2 : Added tag jdk8u181-b33 for changeset 1fa3d43c0c0d
25350546b0f : Added tag jdk8u181-b33 for changeset efb91e95e20d
46ddcd00200 : Added tag jdk8u181-b33 for changeset 87ef4e836311
899ae40ca02 : Added tag jdk8u181-b33 for changeset d3a25fc3b2a7
cda8c5e20f3 : Added tag jdk8u181-b33 for changeset c4371ef03234
aa5674b7e98 : Added tag jdk8u181-b33 for changeset 6df0567f78f7
4a6fa06eabd : Added tag jdk8u181-b33 for changeset 7d897075e1ae
7760ca8feb6 : Added tag jdk8u181-b33 for changeset f48ffebf0028
1f24432af41 : Added tag jdk8u181-b33 for changeset 52e310a65046
997e1c9ed47 : Added tag jdk8u181-b33 for changeset 9b774d82062d
1a204415012 : Added tag jdk8u191-b03 for changeset 0f961201cf76
d0a4d2036ec : Added tag jdk8u191-b03 for changeset 1ff1a531f1be
16e6d1ef2be : Added tag jdk8u191-b03 for changeset 964d47ce5990
982edf12b4a : Added tag jdk8u191-b03 for changeset 9bf721a053f7
352a75fc8b6 : Added tag jdk8u191-b03 for changeset c774def31aa1
5c194ffeca8 : Added tag jdk8u191-b03 for changeset 6af270007df1
d7ec90195f2 : Added tag jdk8u191-b03 for changeset 594069fd3419
bcb31bab87a : Added tag jdk8u191-b03 for changeset 24994b89579c
a51121c4213 : Added tag jdk8u191-b03 for changeset c61fff18a10f
89868875929 : Added tag jdk8u191-b03 for changeset 5f16ef0806f7
61418495c80 : Added tag jdk8u191-b03 for changeset c54e38c28d2e
ee6b57f40f6 : Added tag jdk8u191-b03 for changeset 387eba4d5a26
75685a4ae77 : Added tag jdk8u191-b03 for changeset 34be5c7bf928
b4e92e60398 : Added tag jdk8u191-b03 for changeset 2ea829cf1229
45e9f6c2331 : Added tag jdk8u191-b03 for changeset 6684daff2e30
1a4a0fb6552 : Added tag jdk8u191-b03 for changeset 7f821a85628c
97d70557ef4 : Added tag jdk8u192-b03 for changeset d6627c98a2c2
835ba306230 : Added tag jdk8u192-b03 for changeset 0057063382e1
678e9a80a7c : Added tag jdk8u192-b03 for changeset c19e212b6434
c6fb00df51f : Added tag jdk8u192-b03 for changeset 2abca52e76a1
a2943562594 : Added tag jdk8u192-b03 for changeset a8917a2cfb40
14c78cc0ebc : Added tag jdk8u192-b03 for changeset b77a0e56b303
eea38509416 : Added tag jdk8u192-b03 for changeset 889ff2c9d182
3c45a2add7f : Added tag jdk8u192-b03 for changeset 0f0f6c2e9b0c
54394163c1b : Added tag jdk8u192-b03 for changeset 1d0286bf5fe5
a709e61ccc3 : Added tag jdk8u192-b03 for changeset 124398e9fcd4
999846c7bde : Added tag jdk8u192-b03 for changeset 007230aa13ee
86bf0cfbefd : Added tag jdk8u192-b03 for changeset c5fe2371cd3c
1096f3de89f : Added tag jdk8u192-b03 for changeset 03fd47c23caf
31c5b38895e : Added tag jdk8u192-b03 for changeset 88d8b4c82c55
910e48e28c4 : Added tag jdk8u192-b03 for changeset c2c0703c9d23
c8d173efdf6 : Added tag jdk8u192-b03 for changeset 1f1012c16ba2
ffc4cbe5da0 : 8208157: requires.VMProps throws NPE for missing properties in "release" file
955ce37d602 : 8207214: Broken links in JDK API serialized-form page
1dcf1dda276 : 8207941: javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails on machines without Arial font [testbug]
ce755990485 : 8206295: More reliable p11 transactions
37d62c8edd1 : 8206295: More reliable p11 transactions
1ab91ea9289 : 8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
5ddac96c10a : 8209837: Avoid initializing ExpiringCache during bootstrap
3b002460a1d : 8205608: Fix 'frames()' in ThreadReferenceImpl.c to prevent quadratic runtime behavior
50a3c19ffc2 : 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale
6c703b85890 : 8207948: JDK 11 L10n resource file update msg drop 10
126394f2717 : 8206258: [Test Error] sun/security/pkcs11 tests fail if NSS libs not found
d2b27808599 : 8208166: Still unable to use custom SSLEngine with default TrustManagerFactory after JDK-8207029
398db3a0c79 : 8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
3ec12f2dc1e : 8151259: [TESTBUG] nsk/jvmti/RedefineClasses/redefclass030 fails with "unexpected values of outer fields of the class" when running with -Xcomp
8c4ac06e1c6 : 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
37bbbcff6d2 : 8207765: HeapMonitorTest.java intermittent failure
8158cca17dc : 8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
021a771791c : 8208189: ProblemList compiler/graalunit/JttThreadsTest.java
d4beeed2db0 : 8208096: Update build documentation to reflect compiler upgrades at Oracle
1b1355c2220 : 8207846: Generalize the jdk.net.includeInExceptions security property
eec8b3b9a8b : 8203230: update VerifyCACerts test
23a2b24b0b6 : 8208075: Quarantine vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
0ec91d31252 : 8207392: [PPC64] Implement JFR profiling
577cdf1f49d : 8207960: Non-negative WINDOW_UPDATE increments may leave the stream window size negative
e605cae39f3 : 8207959: The initial value of SETTINGS_MAX_CONCURRENT_STREAMS should have no limit
23084b76fa2 : 8208111: Problem list java/nio/channels/Selector/RacyDeregister.java
df080034717 : 8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized
7723d3a1e95 : 8207383: [Graal] SelfChangedCDS.java fails with "guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset"
c1ec12c2ff7 : 8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
eac16b2705b : 8206445: JImageListTest.java failed in Windows
25a2ccaf7fd : 8203382: Rename SystemDictionary::initialize_wk_klass to resolve_wk_klass
aa8d2573755 : 8246196: javax/management/MBeanServer/OldMBeanServerTest fails with AssertionError
11a59f9a0bb : 8247350: [aarch64] assert(false) failed: wrong size of mach node
291a74c572a : 8238270: java.net HTTP/2 client does not decrease stream count when receives 204 response
8ad5b0fc31c : 8248385: [testbug][11u] Adapt TestInitiExceptions to jtreg 5.1
f30310e7b2b : 8244087: 2020-04-24 public suffix list update
f937d9c6196 : 8244818: Java2D Queue Flusher crash while moving application window to external monitor
9eb73ba0d8b : 8246153: TestEliminateArrayCopy fails with -XX:+StressReflectiveCode
f4e8c140992 : 8245832: JDK build make-static-libs should build all JDK libraries
111496fb516 : 8246453: TestClone crashes with "all collected exceptions must come from the same place"
53c76a46ca0 : 8239083: C1 assert(known_holder == NULL || (known_holder->is_instance_klass() && (!known_holder->is_interface() || ((ciInstanceKlass*)known_holder)->has_nonstatic_concrete_methods())), "should be non-static concrete method");
881c6073412 : 8246193: Possible NPE in ENC-PA-REP search in AS-REQ
d78ed8d3e3d : 8246027: Minimal fastdebug build broken after JDK-8245801
7b4c7090363 : 8245801: StressRecompilation triggers assert "redundunt OSR recompilation detected. memory leak in CodeCache!"
19219b2ba52 : 8243138: Enhance BaseLdapServer to support starttls extended request
698305958be : 8220150: macos10.14 Mojave returns anti-aliased glyphs instead of aliased B&W glyphs
c3707927b2b : 8228448: Jconsole can't connect to itself
8933e00884d : 8203026: java.rmi.NoSuchObjectException: no such object in table
802edba9206 : 8216974: HttpConnection not returned to the pool after 204 response
33310660795 : 8172404: Tools should warn if weak algorithms are used before restricting them
bdfc29747e2 : 8247874: Replacement in VersionProps.java.template not working when --with-vendor-bug-url contains '&'
0569b9b64cf : 8209343: Test javax/swing/border/TestTitledBorderLeak.java should be marked as headful
dccc21cb69c : 8234385: [TESTBUG] java/awt/EventQueue/6980209/bug6980209.java fails in linux nightly
9656a646b2f : 8204963: javax.swing.border.TitledBorder has a memory leak
79bb06384a9 : 8228967: Trust/Key store and SSL context utilities for tests
ecb0194b342 : 8230767: FlightRecorderListener returns null recording
2e3f280b13b : 8233958: Memory retention due to HttpsURLConnection finalizer that serves no purpose
ffe52db266d : 8229378: jdwp library loader in linker_md.c quietly truncates on buffer overflow
18a3fea222f : 8244196: adjust output in os_linux
03347c86f40 : 8243389: enhance os::pd_print_cpu_info on linux
a6b272b0ba6 : 8240360: NativeLibraryEvent has wrong library name on Linux
5a8b7a8d3a9 : 8244703: "platform encoding not initialized" exceptions with debugger, JNI
ec92fbf436e : 8244225: stringop-overflow warning on strncpy call from compile_the_world_in
fc18c630d07 : 8234149: Several regression tests do not dispose Frame at end
072842c9986 : 8223940: Private key not supported by chosen signature algorithm
94e0912a0fb : 8213574: Deadlock in string table expansion when dumping lots of CDS classes
be519bb8b49 : 8245714: "Bad graph detected in build_loop_late" when loads are pinned on loop limit check uncommon branch
07efe58ae03 : 8237888: security/infra/java/security/cert/CertPathValidator/certification/LuxTrustCA.java fails when checking validity interval
f67e9ffcb68 : 8216021: RunTest.gmk might set concurrency level to 1 on Windows
ef834507608 : 8233228: Disable weak named curves by default in TLS, CertPath, and Signed JAR
3390de9563f : 8242283: Can't start JVM when java home path includes non-ASCII character
0c9ad5e6267 : 6949753: [TEST BUG]: java/awt/print/PageFormat/PDialogTest.java needs update by removing a infinite loop
ac6108249b2 : 8243925: Toolkit#getScreenInsets() returns wrong value on HiDPI screens (Windows)
8ee8796dfd4 : 8230402: Allocation of compile task fails with assert: "Leaking compilation tasks?"
fbe78e482a4 : 8214797: TestJmapCoreMetaspace.java timed out
4f624e0d8e7 : 8237977: Further update javax/net/ssl/compatibility/Compatibility.java
44f0375551d : 8233452: java.math.BigDecimal.sqrt() with RoundingMode.FLOOR results in incorrect result
68b8506ad81 : 8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
6cbdf8912ee : 8225625: AES Electronic Codebook (ECB) encryption and decryption optimization using AVX512 + VAES instructions
a92e84f56f5 : 8226697: Several tests which need the @key headful keyword are missing it
39577d1833f : 8243489: Thread CPU Load event may contain wrong data for CPU time under certain conditions
fd9e6562cf8 : 8239385: KerberosTicket client name refers wrongly to sAMAccountName in AD
dcf8edfe849 : 8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
5e42514552d : 8229815: Upgrade Jline to 3.12.1
4e82193fafc : 8233027: OopMapSet::all_do does oms.next() twice during iteration
15384c65c0b : 8232083: Minimal VM is broken after JDK-8231586
efe5901552f : 8231586: enlarge encoding space for OopMapValue offsets
c3d5346b469 : 8224184: jshell got IOException at exiting with AIX
be47149e27c : 8215244: jdk/jshell/ToolBasicTest.java testHistoryReference failed
5ba24db87d5 : 8219712: code_size2 (defined in stub_routines_x86.hpp) is too small on new Skylake CPUs
5f1b2a5c7c7 : 8215354: x86_32 build failures after JDK-8214074 (Ghash optimization using AVX instructions)
b5c95411b68 : 8214074: Ghash optimization using AVX instructions
0983f9a2864 : 8210977: jdk/jfr/event/oldobject/TestThreadLocalLeak.java fails to find ThreadLocalObject
9bc3176d26b : 8215438: jshell tool: Ctrl-D causes EOF
239ddc4ebef : 8215243: JShell tests failing intermitently with \"Problem cleaning up the following threads:\"
ebd46e482bc : 8214491: Upgrade to JLine 3.9.0
aa7da1a8350 : 8209342: Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!
93c3cb51a70 : 8150954: Taking screenshots on x11 composite desktop produce wrong result
8a48ff7a44d : 8150954: Taking screenshots on x11 composite desktop produce wrong result
1c48ff101cf : 8114823: G1 doesn't honor request to disable class unloading
ade6b41fc74 : 8114823: G1 doesn't honor request to disable class unloading
942c7ec609b : 8205709: Proper allocation handling
0440d172a07 : 8189922: UseNUMA memory interleaving vs membind
39cd4bdd52b : 8207252: C1 still does eden allocations when TLAB is enabled
16dcca2c40f : 8207952: Problem-list 3 sctp tests
32a2f54b646 : 8207223: SSL Handshake failures are reported with more generic SSLException
a95225aabcc : 8203820: [TESTBUG] vmTestbase/metaspace/staticReferences/StaticReferences.java timed out
61ea10862ed : 8206865: RMI activation tests fail with InvalidClassException
daa3f2ce325 : 8206241: compiler/graalunit/PhasesCommonTest.java fails with java.lang.Error: TESTBUG: no tests found for prefix org.graalvm.compiler.phases.common.test
d38a0c13fd7 : 8207915: [AOT] jaotc w/ '--ignore-errors' should ignore illegal class files
1aa5ef025d9 : 8206886: Java does not set the default format locale correctly on mac10.13
4e46cc13923 : 8204196: integer cleanup
f53e04ead95 : 8207365: Make man pages optional
c798b68ee13 : 8207830: [aix] disable jfr in build and tests
9dcc8b4a96c : 8207766: [testbug] Adapt tests for Aix
75437a84db5 : 8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
17f7056d82c : 8207833: java/nio/channels/Selector/SelectWithConsumer.java testCancel() fails intermittently
4823354a6a8 : 8207765: HeapMonitorStatIntervalTest.java fails with ZGC
cf4bbcecb00 : 8207244: java/nio/channels/Selector/SelectWithConsumer.java testInterruptDuringSelect() fails intermittently
a9a3e945b3b : 8207853: Need to regenerate configure in jdk8u-dev
ef5b4ff1eb9 : 8207853: Need to regenerate configure in jdk8u-dev
6fc4db47995 : 8206456: [TESTBUG] docker jtreg tests fail on systems without cpuset.effective_cpus / cpuset.effective_mem
f8f90df4d74 : Added tag jdk-12+3 for changeset 990db216e719
329374e53b5 : Added tag jdk-11+23 for changeset 1edcf36fe15f
269286da509 : 8207816: Align declaration of SerializedLambda.readResolve with serialization conventions
8f189f6214b : 8206301: Improve NIO stability
3d50890bda5 : Added tag jdk8u191-b02 for changeset c7cb58eb7895
f8cfefacca6 : Added tag jdk8u191-b02 for changeset 7ddc39229070
68fc21bb7f9 : Added tag jdk8u191-b02 for changeset 2b2229f8b4a9
58449fcd1e5 : Added tag jdk8u191-b02 for changeset 5863a5ba0181
c4534b53ecb : Added tag jdk8u191-b02 for changeset 7c1696876f78
e9c8c6f76ba : Added tag jdk8u191-b02 for changeset 37d4c009cd96
80c66c60ca7 : Added tag jdk8u191-b02 for changeset 9dad796c5e8f
0b7dfae836e : Added tag jdk8u191-b02 for changeset a59185667cf2
52f5b8cabf9 : Added tag jdk8u191-b02 for changeset 3396f433948c
226e8a659b0 : Added tag jdk8u191-b02 for changeset 0b120757911b
28542abda91 : Added tag jdk8u191-b02 for changeset 64bfe25fa91d
6ed5d165845 : Added tag jdk8u191-b02 for changeset b69e610d3b7a
5c3b6665558 : Added tag jdk8u191-b02 for changeset e9451ccffa7f
deb8ccb8d54 : Added tag jdk8u191-b02 for changeset f88a839eb04b
198715ae977 : 8207395: jar has issues with UNC-path arguments for the jar -C parameter [windows]
ad816a0809f : 8207314: Unnecessary reallocation when constructing WeakHashMap from a large Map
2f4efb7871b : 8207262: enable applications/ctw/modules/java_desktop_2.java test again
f52c4365ca1 : 8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
9ff255dafe1 : 8207849: Allow the addition of more number to the Java version string
7883ea1c31b : 8207953: Remove dead code in G1CopyingKeepAliveClosure
8e61321b6ce : 8205493: OptionSmokeTest.java uses hard-coded release values
07cb1479275 : 8208060: Additional corrections of serial-related declarations
9959e34180d : 8203382: Rename SystemDictionary::initialize_wk_klass to resolve_wk_klass
39dd04b9538 : 8207359: Make SymbolTable increment_refcount disallow zero
6cbef1de5d6 : 8206075: On x86, assert on unbound assembler Labels used as branch targets
e1b1457ffeb : Added tag jdk8u192-b02 for changeset a641d6a18bd9
5b760561ad4 : Added tag jdk8u192-b02 for changeset f70e6483d187
adf750c5714 : Added tag jdk8u192-b02 for changeset 4199f537ccf0
2951bbe695f : Added tag jdk8u192-b02 for changeset 304e6edf9f81
3cd4dfb27d1 : Added tag jdk8u192-b02 for changeset 22ee62f67c58
023df45f5cf : Added tag jdk8u192-b02 for changeset cb5888f7f3c5
8e57ae914b3 : Added tag jdk8u192-b02 for changeset ba1323630a13
b8f0afb185a : Added tag jdk8u192-b02 for changeset 25d749ecafa4
c4ad9f08b07 : Added tag jdk8u192-b02 for changeset cbbb11637fc0
44689cd9d53 : Added tag jdk8u192-b02 for changeset a77e79f2b2fa
a873ef91bf4 : Added tag jdk8u192-b02 for changeset 99eaa712cba9
d3bbe307e94 : Added tag jdk8u192-b02 for changeset 8d8dd6d40c76
7b4bfc4cb80 : Added tag jdk8u192-b02 for changeset 5bccd80ee70b
75756474377 : Added tag jdk8u192-b02 for changeset 92b190c854c1
2ba2ac1013a : Added tag jdk8u192-b02 for changeset c47783bda7c1
165c87c7c99 : Added tag jdk8u192-b02 for changeset 65062aa32796
069fa394d03 : 8207316: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed
2d2dd74c80a : 8206343: There is a typo in the java documentation of javax.swing.JScrollBar
bfa23646eee : 8207819: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java
e09b97b5cbb : 8207818: Problem list several rmi tests
67374e27fde : 8196902: Better HTTP redirection support
fa45ba80109 : 8196902: Better HTTP redirection support
a5e27072fe2 : 8203263: Remove unnecessary throws clauses from serialization-related methods
1f273bde767 : 8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
ba7bab5fc93 : 8203230: update VerifyCACerts test
e85841f34bf : 8207751: Remove misleading serialVersionUID from JulienFields.Field
7d4da87a144 : 8189717: Too much documentation of ProcessBuilder.start copied to ProcessBuilder.startPipeline
fafd1b7536e : 8193462: Fix Filer handling of package-info initial elements
19c364592cf : 8193214: Incorrect annotations.without.processors warnings with JDK 9
a6ff367b24b : 8207765: HeapMonitorStatIntervalTest.java fails with ZGC
48054730497 : 8207855: Make applications/jcstress invoke tests in batches
301f3c3bb58 : 8204695: [Graal] vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java fails
898e0f8607c : 8206874: Evaluate LoadClassFromJava6CreatedJarTest.java after dropping -source 6
121c59eb6d2 : 8207753: Handle to process snapshot is leaked if Process32First() fails
5226a6a2bb3 : 8207202: [Graal] compiler/graalunit/CoreTest.java fails
602a4972700 : 8206886: Java does not set the default format locale correctly on mac10.13
85f79b0dabe : 8207393: ServiceLoader class description improvements
796a53f6e54 : 8206863: A closed JarVerifier.VerifierStream should throw IOException
b30fe07450e : 8207750: Native handle leak in java.io.WinNTFileSystem.list()
01fd04b8627 : 8207748: Fix for 8202794 breaks tier1 builds
e1ee13c514f : 8205610: [TESTLIB] Improve listing of open file descriptors
9a9c824ece1 : 8202353: os::readdir should use readdir instead of readdir_r 8202835: jfr/event/os/TestSystemProcess.java fails on missing events
f4723253b68 : 8202794: Native Unix code should use readdir rather than readdir_r
0140ddadabb : 8204591: Expire/remove the UseAppCDS option in JDK 12
9bc9e5c82ff : 8207402: Stray *.debuginfo files when not stripping debug info
a5b945d2e35 : 8207402: Stray *.debuginfo files when not stripping debug info
66025558bbb : 8207229: Trees.getScope crashes for broken lambda 8207230: Trees.getScope runs Analyzers
05d48d38730 : 8036003: Add --with-native-debug-symbols=[none|internal|external|zipped]
cc0c0e2492c : 8036003: Add --with-native-debug-symbols=[none|internal|external|zipped]
df45a1b57e4 : 8207340: (fs) UnixNativeDispatcher close and readdir usages should be fixed
a376d5dab49 : 8207248: Reduce incidence of compiler.warn.source.no.bootclasspath in javac tests
3aa92cce80f : 8207336: Build failure in JDK8u on Windows after fix 8207260
a2e00ec9e9c : 8207336: Build failure in JDK8u on Windows after fix 8207260
eaa447defae : 8207336: Build failure in JDK8u on Windows after fix 8207260
cf41997b534 : 8207336: Build failure in JDK8u on Windows after fix 8207260
769e802001b : 8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx)
bd236c55d0c : 8207016: Avoid redundant native memory allocation in getFinalPath()
a4bf30fb504 : 8207321: Merge error with 8199779
cc58241becd : 8205611: Improve the wording of LinkageErrors to include module and class loader information
e8fcd927c3a : 8178712: ResourceMark may be missing inside initialize_[vi]table
99651b19b77 : 8194546: Choosier FileManagers
29a345cdb42 : 8194546: Choosier FileManagers
88046c60dcc : 8139876: Exclude hanging nsk/stress/stack from execution with deoptimization enabled
935165d03b4 : 8217447: Develop flag TraceICs is broken
49b2c908093 : 8210788: Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero
f0d7c29f751 : 8212933: Thread-SMR: requesting a VM operation whilst holding a ThreadsListHandle can cause deadlocks
2d5af7a9191 : 8221482: Initialize VMRegImpl::regName[] earlier to prevent assert during PrintStubCode
1df10d10177 : 8244853: The static build of libextnet is missing the JNI_OnLoad_extnet function
a3d5bde65cf : 8244777: ClassLoaderStats VM Op uses constant hash value
a61b0b88fe2 : 8156207: Resource allocated BitMaps are often cleared unnecessarily
0d4156b5a4b : 8243541: (tz) Upgrade time-zone data to tzdata2020a
f158ebb23af : 8234779: Provide idiom for declaring classes noncopyable
a70fa963e7a : 8227632: Incorrect PrintCompilation message: made not compilable on levels 0 1 2 3 4
7b4dc171770 : 8226198: use of & instead of && in LibraryCallKit::arraycopy_restore_alloc_state
2f67854f86c : 8226879: Memory leak in Type::hashcons
726b9ac3e2a : 8211743: [AOT] crash in ScopeDesc::decode_body() when JVMTI walks AOT frames
3aa10b4fab8 : 8207057: No debug info for assembler files
fe80e55647a : 8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance
2131cb484ee : 8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr
93364e9a43c : 8207213: The help-doc.html generated by the doclet is incomplete
2d0aee22750 : 8207065: Cleanup compiler tests for Client VM
9335adaf4ab : 8199779: Add T-Systems, GlobalSign and Starfield services root certificates
173732afaa6 : 8207235: ManagementFactory.getPlatformMXBeans(BufferPoolMXBean.class) throws NPE
8afac1c9dad : 8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][]
b2f4d61fb92 : 8206915: XDH TCK issues
6dc1ccac6bd : 8200282: Serializing non-zero byte as zero to ByteBuffer
a98ec3e8bdc : 8207029: Unable to use custom SSLEngine with default TrustManagerFactory after updating to JDK 11 b21
5bd94254bbb : 8207047: Multiple VM variants build fail
0b9f5c88629 : 8206998: [test] runtime/ElfDecoder/TestElfDirectRead.java requires longer timeout on ppc64
0103ed733d5 : 8207210: Problem list javax/sound/sampled/Clip/AutoCloseTimeCheck.java
5074bbb7675 : 8206443: Update security libs manual test to cope with removal of javac -source/-target 6
2b397c3c136 : 8206470: Incorrect use of os::lasterror in ClassListParser
78f3c8a7d44 : 8207145: (fs) Native memory leak in WindowsNativeDispatcher.LookupPrivilegeValue0
84f51e3ceaa : 8074462: Handshake messages can be strictly ordered
841924ec9fc : 8074462: Handshake messages can be strictly ordered
b9d40c7d6cf : 8074462: Handshake messages can be strictly ordered
9f9f2b85ae6 : 8196902: Better HTTP redirection support
efe549f5b10 : 8194546: Choosier FileManagers
1ab6661a367 : Added tag jdk8u191-b02 for changeset 44b125d0bdd9
ad5c2e8d4a7 : 8074462: Handshake messages can be strictly ordered
0158e6154c4 : 8196902: Better HTTP redirection support
eb6364136de : 8194546: Choosier FileManagers
3c4ce58cad1 : Added tag jdk8u191-b02 for changeset edbfaa3b86fa
ef4d744b378 : Added tag jdk8u181-b32 for changeset 01997c099321
3f5dbb11916 : Added tag jdk8u181-b32 for changeset bce09db80a0a
e8ed40c6473 : Added tag jdk8u181-b32 for changeset 8a3a0a5b4d64
631378b1de9 : Added tag jdk8u181-b32 for changeset 257a6c049187
69d8affce8c : Added tag jdk8u181-b32 for changeset 699cf19360fe
d6139c49c73 : Added tag jdk8u181-b32 for changeset cd72700a0cb0
80a0110fe9f : Added tag jdk8u181-b32 for changeset b0e2ba5746c1
c417b664588 : Added tag jdk8u181-b32 for changeset 56506aed8b23
7bca50a4393 : Added tag jdk8u181-b32 for changeset e11415fa1e94
56f57abf53b : Added tag jdk8u181-b32 for changeset ee7930fc3e1f
7546841fe4b : Added tag jdk8u181-b32 for changeset 18fc10ee7725
fb5dd63f862 : Added tag jdk8u181-b32 for changeset 279f9d7476fb
15110e88a3d : Added tag jdk8u181-b32 for changeset 2b06899d0184
367671f003a : Added tag jdk8u181-b32 for changeset 63df8441ac91
7f98a31e8d0 : 8207056: Epsilon GC to support object pinning
9d7fc64c385 : 8207243: Fix translation filtering to also support zh_HK and zh_TW
67d90233b15 : 8207069: [AOT] we should check that VM uses the same GC as one used for AOT library generation
11ff09b63bb : 8207584: ARM32: ShouldNotReachHere assertion on Test8168712 jtreg test
1c976267be9 : 8207056: Epsilon GC to support object pinning
90f21d1a34b : Added tag jdk-12+2 for changeset 69b438908512
e18f343141d : 8207055: Make javac -help output for -source and -target more informative
c7a1b6431de : 8207005: Disable the file canonicalization cache by default
b32727d7808 : 8207044: minimal vm build fail: missing #include
fb3b911fbec : 8198720: Obsolete PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
8da558cd3a3 : 8205967: Remove sun/security/krb5/auto/UnboundSSL.java from ProblemList.txt
0a1e54644b1 : 8206183: Possible construct EMPTY_STACK and allocation stack, etc. on first use
24feae77a77 : 8207067: [test] prevent timeouts in serviceability/tmtools/jstat/{GcTest02,GcCauseTest02}.java
23639985985 : 8173606: Deprecate constructors of 7-era visitors
35893196c75 : Added tag jdk8u201-b00 for changeset c7cb58eb7895
56a4ce4d4fe : Added tag jdk8u201-b00 for changeset 7ddc39229070
2d8e3fbb19d : Added tag jdk8u201-b00 for changeset 2b2229f8b4a9
94a9751b68c : Added tag jdk8u201-b00 for changeset 5863a5ba0181
8e1f298ce90 : Added tag jdk8u201-b00 for changeset 44b125d0bdd9
3270c48f237 : Added tag jdk8u201-b00 for changeset edbfaa3b86fa
ed05e280040 : Added tag jdk8u201-b00 for changeset 7c1696876f78
0760c317be0 : Added tag jdk8u201-b00 for changeset 37d4c009cd96
917f2d6ea62 : Added tag jdk8u201-b00 for changeset 9dad796c5e8f
c54e0a719e6 : Added tag jdk8u201-b00 for changeset a59185667cf2
111893b2292 : Added tag jdk8u201-b00 for changeset 9d5be37e6e89
24372186054 : Added tag jdk8u201-b00 for changeset 833a7fb0c8e7
7ab4137ccf8 : Added tag jdk8u201-b00 for changeset 64bfe25fa91d
d9879689ee0 : Added tag jdk8u201-b00 for changeset b69e610d3b7a
01c3a995abf : Added tag jdk8u201-b00 for changeset e9451ccffa7f
f6963497909 : Added tag jdk8u201-b00 for changeset f88a839eb04b
45158a4766d : 8206975: AArch64: Fix CompareAndSwapOp when useLSE is enabled in Graal
2e36eebdd2f : 8206873: 2 Null pointer dereference defect groups in LIRGenerator
2e682fa3cd4 : 8207049: Minor improvements of compiler code
f508eb13702 : 8202481: RegisterDuringSelect.java fails with java.util.concurrent.ExecutionException: java.nio.channels.ClosedSelectorException 8207023: Add trace info to java/nio/channels/Selector/RegisterDuringSelect.java
47819594ed4 : 8207217: Problem list java/lang/management/ThreadMXBean/AllThreadIds.java
cc004b437e4 : 8207210: Problem list javax/sound/sampled/Clip/AutoCloseTimeCheck.java
1292187b28e : 8206960: HeapMonitor tests fail with Graal
dbb21a2a92d : 8206953: compiler/profiling/TestTypeProfiling.java fails when JVMCI build disabled
0df02a4cb8a : 8207152: Placeholder for Japanese new era should be two characters
d8086845923 : 8207027: Lookup.accessClass fails for an array type in the same package when assertions are enabled
8a9b0134a8d : 8206977: Minor improvements of runtime code
89f13ef117c : 8207001: *.obj.log files get truncated causing unreliable incremental builds on Windows
c76ac0d4575 : 8206903: Unable to build Client VM with JVMCI
03d9e25265b : 8206238: Aspect ratio is not maintained when Image is scaled in JEditorPane
1f09843a0db : Added tag jdk-11+22 for changeset 9937ef7499dc
bad72aa13c5 : 8204860: The frame could be resized by dragging a corner of the frame with the mouse
39a27d11150 : 8207006: serviceability/sa/TestUniverse.java#id0 crashes with EpsilonGC and AOT
11e4fac62bf : 8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error
3bbfd2f3013 : 8207068: Add Entrust root certificates
fa3591db424 : 8206980: ZonedDateTime could not parse timezone name with zh_CN locale correctly
4f20e7f4537 : 8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log
a10d6e71d8b : 8205946: JVM crash after call to ClassLoader::setup_bootstrap_search_path()
09228284156 : 8205643: HeapMonitorGCCMSTest fails with Graal
bb74071bcfd : 8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
85daddd4cf6 : 8205620: Miscellaneous changes imported from jsr166 CVS 2018-07
08fb8e4d1c3 : 8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
fce671f409f : 8206123: ArrayDeque created with default constructor can only hold 15 elements
8ce634ec09b : 8199177: Enhance JNDI lookups
2f8ed65b959 : 8199177: Enhance JNDI lookups
859ba8ca283 : 8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread
44170d12759 : 8205361: Better RIFF reading support
1afc9e688a9 : 8205361: Better RIFF reading support
bb12ce24ef7 : 8206919: s390: add missing info to vm_version_ext_s390
991ca8f9fab : 8202264: Race condition in AudioClip.loop()
b782289aa26 : 8205973: Client jtreg ProblemList cleanup
8452535d493 : 8199645: javax/net/ssl/SSLSession/TestEnabledProtocols.java failed with Connection reset
05f6e0dd45f : 8206135: Building jvm with AOT but without JVMCI should fail at configure time
dd4a832ab81 : 8207007: Add missing license header to zHash.inline.hpp
ca6835dc9a4 : 8206951: [Graal] org.graalvm.compiler.hotspot.test.GraalOSRTest to ProblemList-graal.txt
ca3b04f9121 : 8204691: HeapRegion.apply_to_marked_objects_other_vm_test fails with assert(!hr->is_free() || hr->is_empty()) failed: Free region 0 is not empty for set Free list #
a16ca4799ec : 8205472: Deadlock in Kitchensink when trying to print compile queues causing timeout
f57c7d1f4a2 : 8206476: Wrong assert in phase_enum_2_phase_string() in referenceProcessorPhaseTimes.cpp
c29276cc0d8 : 8196902: Better HTTP Redirection
7d7116339a0 : 8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid
e9ad46f26cc : 8205878: pthread_getcpuclockid is expected to return 0 code
70ec4824270 : 8206914: add jdk8u-dev test failures to ProblemList.txt
f48b0fe5e65 : 8206914: add jdk8u-dev test failures to ProblemList.txt
84234d1abb4 : 8206389: JarEntry.setCreation/LastAccessTime without setLastModifiedTime causes Invalid CEN header
5c57b0a5207 : 8206916: Remove jdk8u181-b31 tag from jdk8u181/nashorn repo
88e0dd843c2 : 8206916: Remove jdk8u181-b31 tag from jdk8u181/nashorn repo
65b9ae00d1e : 8206916: Remove jdk8u181-b31 tag from jdk8u181/langtools repo
d3611ed8fd8 : 8206916: Remove jdk8u181-b31 tag from jdk8u181/langtools repo
ab9ac3f3883 : 8206916: Remove jdk8u181-b31 tag from jdk8u181/jdk repo
a941e0ebb5f : 8206916: Remove jdk8u181-b31 tag from jdk8u181/jdk repo
7306dd5386b : 8206916: Remove jdk8u181-b31 tag from jdk8u181/jaxws repo
f1b548e4408 : 8206916: Remove jdk8u181-b31 tag from jdk8u181/jaxws repo
07186dbab23 : 8206916: Remove jdk8u181-b31 tag from jdk8u181/jaxp repo
90bc9047d21 : 8206916: Remove jdk8u181-b31 tag from jdk8u181/jaxp repo
3866fc78608 : 8206916: Remove jdk8u181-b31 tag from jdk8u181/hotspot repo
dc3ee596c1d : 8206916: Remove jdk8u181-b31 tag from jdk8u181/hotspot repo
353ef3c8006 : 8206916: Remove jdk8u181-b31 tag from jdk8u181/corba repo
f2fc253b617 : 8206916: Remove jdk8u181-b31 tag from jdk8u181/corba repo
0fd9a3929d0 : 8206916: Remove jdk8u181-b31 tag from jdk8u181/corba repo
3becfbcae17 : 8206916: Remove jdk8u181-b31 tag from jdk8u181/corba repo
c3c7dec127b : 8206916: Remove jdk8u181-b31 tag from jdk8u181 repo
04076a08576 : 8206916: Remove jdk8u181-b31 tag from jdk8u181 repo
8b32e3a43f2 : 8204834: Fix confusing "allocate" naming in OopStorage
8a1fa3a2afa : 8210303: VM_HandshakeAllThreads fails assert with "failed: blocked and not walkable"
fea08bba81a : 8244407: JVM crashes after transformation in C2 IdealLoopTree::split_fall_in
db02e36bc6b : Added tag jdk-11.0.8+3 for changeset 2c0c9cfe2a4e
5fd381700fb : 8219214: Infinite Loop in CodeSection::dump()
526c1152c74 : 8225783: Incorrect use of binary operators on booleans in type.cpp
bb18bf4d80e : 8238575: DragSourceEvent.getLocation() returns wrong value on HiDPI screens (Windows)
4396e5280ee : 8215555: TieredCompilation C2 threads can excessively block handshakes
b3387ea723a : 8216154: C4819 warnings at HotSpot sources on Windows
be9b2b4cc0b : 8221823: Requested JDialog width is ignored
d74f85ad2f7 : 8233880: Support compilers with multi-digit major version numbers
1ccd8b5f16d : 8242108: Performance regression after fix for JDK-8229496
4573846b7e9 : 8215369: Jcstress pollute /var/tmp with temporary files
de4723c9166 : 8211392: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java times out in JDK12 CI
a759694d37d : 8244520: problemlist java/awt/font/Rotate/RotatedFontTest.java on linux
4ed77ff2f5a : Added tag jdk-11.0.8+2 for changeset 88eaa453331e
774afc70eed : 8242174: [macos] The NestedModelessDialogTest test make the macOS unstable
8408f893754 : 8234691: Potential double-free in ParallelSPCleanupTask constructor
455ee586bce : 8236996: Incorrect Roboto font rendering on Windows with subpixel antialiasing
af76de28274 : 8196181: sun/java2d/GdiRendering/InsetClipping.java fails
a29df11e7ce : 8242498: Invalid "sun.awt.TimedWindowEvent" object leads to JVM crash
e6f3ef02831 : 8243539: Copyright info (Year) should be updated for fix of 8241638
72adcb80c15 : 8241638: launcher time metrics always report 1 on Linux when _JAVA_LAUNCHER_DEBUG set
51653553923 : 8240518: Incorrect JNU_ReleaseStringPlatformChars in Windows Print
63c0ab670c0 : 8239365: ProcessBuilder test modifications for AIX execution
21a1732b5a7 : 8232846: ProcessHandle.Info command with non-English shows question marks
a0fb3b25f26 : 8213947: ARM32: failed check_simd should set UsePopCountInstruction to false
6003d853e64 : 8242239: [Graal] javax/management/generified/GenericTest.java fails: FAILED: queryMBeans sets same
896085fb824 : 8241808: [TESTBUG] The JDK-8039467 bug appeared on macOS
3c6d217399a : 8240786: [TESTBUG] The test java/awt/Window/GetScreenLocation/GetScreenLocationTest.java fails on HiDPI screen
691ffabf019 : 8196019: java/awt/Window/Grab/GrabTest.java fails on Windows
e9c2e842ca8 : 8242379: [TESTBUG] compiler/loopopts/TestLoopUnswitchingLostCastDependency.java fails with release VMs
e23628e57d4 : 8241900: Loop unswitching may cause dependence on null check to be lost
a587a386e02 : 8232634: Problem List ICMColorDataTest.java
c06d2a294b9 : 8214481: freetype path does not disable TrueType hinting with AA+FM hints
58d50d43ce8 : Added tag jdk-11.0.8+1 for changeset 2eb415c82056
fbc92971764 : 8243059: Build fails when --with-vendor-name contains a comma
afd7b286d36 : 8242626: enhance posix print_rlimit_info
ff79e4f6869 : 8241948: enhance list of environment variables printed in hs_err file
02350f35e9c : 8228482: fix xlc16/xlclang comparison of distinct pointer types and string literal conversion warnings
253feb587d1 : 8226806: [macOS 10.14] Methods of Java Robot should be called from appropriate thread
0e271a8bca7 : 8040630: Popup menus and tooltips flicker with previous popup contents when first shown
560efd8b428 : 8233573: Toolkit.getScreenInsets(GraphicsConfiguration) may throw ClassCastException
c4e7d0babfa : 8235153: [TESTBUG] [macos 10.15] java/awt/Graphics/DrawImageBG/SystemBgColorTest.java fails
f113833a288 : 8238738: AudioSystem.getMixerInfo() takes about 30 sec to report a gone audio device
f33057be759 : 8225126: Test SetBoundsPaintTest.html faild on Windows when desktop is scaled
e742e7b1954 : 8215551: Missing case label in nmethod::reloc_string_for()
7acfde892b3 : 8208277: Code cache heap (-XX:ReservedCodeCacheSize) doesn't work with 1GB LargePages
4d8f0aa121e : 8214444: Wrong strncat limits in dfa.cpp
b226d74a023 : 8211332: Space for stub routines (code_size2) is too small on new Skylake CPUs
7493beecfd8 : 8210284: "assert((av & 0x00000001) == 0) failed: unsupported V8" on Solaris 11.4
61e0047f8f0 : 8209439: C2 library_call can potentially ignore Math.pow intrinsic or use null pointer
83f6885b178 : 8236211: [Graal] compiler/graalunit/GraphTest.java is skipped in all testing
628a4168ea2 : 8212154: [TESTBUG] CheckArchivedModuleApp fails with NPE when JVMCI is absent
334693caa89 : 8210515: [TESTBUG]CheckArchivedModuleApp.java needs to check if EnableJVMCI is set
6d2478cd1b3 : 8209534: [TESTBUG]runtime/appcds/cacheObject/ArchivedModuleCompareTest.java fails with EnableJVMCI
5adf370546e : 8241996: on linux set full relro in the linker flags
27f14ef7017 : 8234968: check calloc rv in libinstrument InvocationAdapter
d61669652d1 : 8176359: Frame#setMaximizedbounds not working properly in multi screen environments 8231564: setMaximizedBounds is broken with large display scale and multiple monitors
565244ca1fc : 8235620: Broken merge between JDK-8006406 and JDK-8003559
8752ade2498 : 7124307: JSpinner and changing value by mouse
c202080a8d7 : 8233621: Mismatch in jsse.enableMFLNExtension property name
5d3a8b2ea71 : 8229421: The logic of java/net/ipv6tests/TcpTest.java is flawed
4774dfc1ccf : 8242294: JSSE Client does not throw SSLException when an alert occurs during handshaking
49c61b34687 : 8241888: Mirror jdk.security.allowNonCaAnchor system property with a security one
cf4b3d34cee : 8231438: [macOS] Dark mode for the desktop is not supported
0758b4b32ae : 8211301: [macos] support full window content options
b05b3f8afeb : 8241568: (fs) UserPrincipalLookupService.lookupXXX failure with IOE "Operation not permitted"
7706090c0c4 : 8238721: Add failing client jtreg tests to the Problem List
973c8957341 : 8234146: compiler/jsr292/ContinuousCallSiteTargetChange.java times out on SPARC
fc25666c8b0 : 8231572: Use -lobjc instead of -fobjc-link-runtime in libosxsecurity
6b35852be89 : 8051349: nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails in nightly
e2b4ff33d65 : 8212986: Make Visual Studio compiler check less strict
ce67136b8d7 : 8215711: Missing key_share extension for (EC)DHE key exchange should alert missing_extension
1a90653088f : 8237859: C2: Crash when loads float above range check
74cf6bdcc2b : 8240905: assert(mem == (Node*)1 || mem == mem2) failed: multiple Memories being matched at once?
6b9b773b705 : 8044365: (dc) MulticastSendReceiveTests.java failing with ENOMEM when joining group (OS X 10.9)
5170ec48ad5 : 8240227: Loop predicates should be copied to unswitched loops
7e4d7964e5a : 8237045: JVM uses excessive memory with -XX:+EnableJVMCI -XX:JVMCICounterSize=2147483648
aac019b6210 : 8239557: [TESTBUG] VeryEarlyAssertTest.java validating "END." marker at lastline is not always true
a1f2b7ad2ad : 8236470: Deal with ECDSA using ecdsa-with-SHA2 plus hash algorithm as AlgorithmId
2dc436a0136 : 8234696: tools/jlink/plugins/VendorInfoPluginsTest.java times out
6ca23c7b2ab : 8233291: [TESTBUG] tools/jlink/plugins/VendorInfoPluginsTest.java fails with debug or non-server VMs
b5591c0601e : 8233137: runtime/ErrorHandling/VeryEarlyAssertTest.java fails after 8232080
391df2ef2e9 : 8232080: jlink plugins for vendor information and run-time options
cd0ddcf569b : 8242154: Backport parts of JDK-4947890 to OpenJDK 11u
3428ac2f70b : Added tag jdk-11.0.7-ga for changeset 44ce940b344b
823a6c060bf : Added tag jdk-11.0.7+10 for changeset 44ce940b344b
c5345c13d74 : 8240223: Use consistent predicate order in and with PhaseIdealLoop::find_predicate
3ec6d48ee66 : 8219904: ClassCastException when calling FlightRecorderMXBean#getRecordings()
a680c3668c9 : 8238765: PhaseCFG::schedule_pinned_nodes cannot handle precedence edges from unmatched CFG nodes correctly
b4b5f89d336 : 8238842: AIOOBE in GIFImageReader.initializeStringTable
f5b96177df8 : 8237879: make 4.3 breaks build
3e9a9c9c495 : 8226346: Build better binary builders
415055b1b24 : 8220613: java/util/Arrays/TimSortStackSize2.java times out with fastdebug build
91bc58ecb0f : 8233383: Various minor fixes
642bb6fd179 : 8232106: [x86] C2: SIGILL due to usage of SSSE3 instructions on processors which don't support it
2bf2a099d23 : 8239091: Reversed arguments in call to strstr in freetype "debug" code
2048f49645e : 8238942: Rendering artifacts with LCD text and fractional metrics
482da498b0e : 8224109: Text spaced incorrectly by drawString under rotation with fractional metric
525b9898209 : 8241556: Memory leak if -XX:CompileCommand is set
a85625731d9 : 8235874: The ordering of Cipher Suites is not maintained provided through jdk.tls.client.cipherSuites and jdk.tls.server.cipherSuites system property
993c6129fd0 : 8234728: Some security tests should support TLSv1.3
2f5d8c8a6d5 : 8237086: assert(is_MachReturn()) running CTW with fix for JDK-8231291
d34c21c3487 : 8217230: assert(t == t_no_spec) failure in NodeHash::check_no_speculative_types()
1cdbdb514c4 : 8228407: JVM crashes with shared archive file mismatch
661292ac699 : 8223678: Add Visual Studio Code workspace generation support (for native code)
8b8227fff1e : 8214571: -Xdoclint of array serialField gives "error: array type not allowed here"
27351bd8f24 : 8211339: NPE during SSL handshake caused by HostnameChecker
5d4cf0c8022 : 8236700: Upgrading JSZip from v3.1.5 to v3.2.2
2329478ed67 : 8241660: Add virtualization information output to hs_err file on macOS
da46c2d563b : 8240824: enhance print_full_memory_info on Linux by THP related information
43d3e276d09 : 8241586: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java fails on aarch64
fe8a9666992 : 8231779: crash HeapWord*ParallelScavengeHeap::failed_mem_allocate
63228f20182 : 8239055: Wrong implementation of VMState.hasListener
3ff96b53c52 : 8231631: sun/net/ftp/FtpURLConnectionLeak.java fails intermittently with NPE
b33a86be29a : 8231213: Migrate SimpleDateFormatConstTest to JDK Repo
9c2836a285d : 8235762: JVM crash in SWPointer during C2 compilation
149bc508ebb : 8226253: JAWS reports wrong number of radio buttons when buttons are hidden
0852c045d71 : 8239798: SSLSocket closes socket both socket endpoints on a SocketTimeoutException
a5aae35024d : 8238898: Missing hash characters for header on license file
08b5930c293 : 8175984: ICC_Profile has un-needed, not-empty finalize method
9d20104f414 : 8240603: Windows 32bit compile error after 8238676
206c06aceee : 8223935: PIT: java/awt/font/WindowsIndicFonts.java fails on windows10
4878502308d : 8225325: Add tests for redefining a class' private method during resolution of the bootstrap specifier
748653ad9d0 : 8224793: os::die() does not honor CreateCoredumpOnCrash option
2e8f07e080b : 8183369: RFC unconformity of HttpURLConnection with proxy
0b6306d1da0 : 8239893: Windows handle Leak when starting processes using ProcessBuilder
f771367f73b : 8240972: macOS codesign fail on macOS 10.13.5 or older
a4e682a2a4b : 8231863: Crash if classpath is read from @argument file and the main gets option argument
fe256ca5735 : 8241464: [11u] Backport: make rehashing be a needed guaranteed safepoint cleanup action
7cb2eafe886 : Added tag jdk-11.0.7+9 for changeset 7201cd0c6477
0d20268e545 : 8241445: Fix copyright in test/jdk/tools/launcher/ArgFileSyntax.java
e566dca620c : 8241296: Segfault in JNIHandleBlock::oops_do()
907f9ee7083 : 8237192: Generate stripped/public pdbs on Windows for jdk images
ba3b33cfa34 : 8191169: java/net/Authenticator/B4769350.java failed intermittently
24e64631765 : 8239965: XMLEncoder/Test4625418.java fails due to "Error: Cp943 - can't read properly"
27f6ae54ec4 : 8239976: Put JDK-8239965 on the ProblemList.txt
ad5488458e7 : 8235834: IBM-943 charset encoder needs updating
1162d1b0b6e : 8238676: jni crashes on accessing it from process exit hook
ce20784e37b : 8240629: argfiles parsing broken for argfiles with comment cross 4096 bytes chunk
5ace964635c : 8209113: Use WeakReference for lastFontStrike for created Fonts
bd0c6cc0e53 : 8223727: com/sun/jndi/ldap/privconn/RunTest.java failed due to hang in LdapRequest.getReplyBer
afc38f832a4 : Added tag jdk-11.0.7+8 for changeset 3c570d183ab2
11f10539f5b : 8235563: [TESTBUG] appcds/CommandLineFlagComboNegative.java does not handle archive mapping failure
c9367812b0e : 8231810: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java fails intermittently with "java.lang.Exception: Unexpected EOF"
248364857a7 : 8234723: javax/net/ssl/TLS tests support TLSv1.3
7aaee7ada41 : 8234724: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java supports TLSv1.3
208903f56df : 8232880: Update test documentation with additional settings for client UI tooltip tests
72c5335bb63 : Added tag jdk-11.0.7+7 for changeset f56b853d452b
b478b982389 : 8240724: [test] jdk11 downport of 8224475 misses binary file test/jdk/javax/swing/JTextPane/arrow.png
be803f89024 : 8239856: [ntintel] asserts about copying unaligned array element
c365e7c870d : 8233649: Update ProblemList.txt to exclude failing headful tests on macos
2eaab9ee691 : 8238438: SuperWord::co_locate_pack picks memory state of first instead of last load
b174356e9a0 : Added tag jdk-11.0.7+6 for changeset 17d2e0c27889
9906f8b167a : 8223260: NamingManager should cache InitialContextFactory
69c340e6344 : 8229888: (zipfs) Updating an existing zip file does not preserve original permissions
8d05f464040 : 8230597: Update GIFlib library to the 5.2.1
c4858706789 : 4949105: Access Bridge lacks html tags parsing
18f3157341d : 8224475: JTextPane does not show images in HTML rendering
f706eb65c81 : 8230926: [macosx] Two apostrophes are entered instead of one with "U.S. International - PC" layout
9e14cd0654f : 8225130: Add exception for expiring Comodo roots to VerifyCACerts test
2f4e8b33f8f : 8234824: java/nio/channels/SocketChannel/AdaptSocket.java fails on Windows 10
4182288fca6 : 8234769: Duplicate attribution in freetype.md
cb1174446d3 : 8227324: Upgrade to freetype 2.10.1
714d2306333 : 8233548: Update CUP to v0.11b
b761acecdd3 : 8232433: [macos 10.15] java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java may fail
67253541adf : 8232200: [macos 10.15] Windows in fullscreen tests jumps around the screen
563901c0a36 : Added tag jdk-11.0.7+5 for changeset f03574cfc0d7
ac1ff2bdc95 : 8229994: assert(false) failed: Bad graph detected in get_early_ctrl_for_expensive
b688f5b7c4e : 8220786: Create new switch to redirect error reporting output to stdout or stderr
8dabf74e289 : 8201349: build broken when configured with --with-zlib=bundled on gcc 7.3
cdcc548c6e8 : 8193596: java/net/DatagramPacket/ReuseBuf.java failed due to timeout
7461845d1c5 : 8233018: Add a new test to verify that DatagramSocket is not interruptible
038ed66459e : 8238534: Deep sign macOS bundles before bundle archive is being created
e1ae8e3c08e : 8239466: Loss of precision in counter decay calculation in 11u backport of JDK-8237375
582f20cb6cc : 8238811: C2: assert(i >= req() || i == 0 || is_Region() || is_Phi()) with -XX:+VerifyGraphEdges
c3ff82148cb : 8225128: Add exception for expiring DocuSign root to VerifyCACerts test
4ddf4c1ebad : 8221121: applications/microbenchmarks are encountering crashes in tier5
86112ab881d : 8221270: Duplicated synchronized keywords in SSLSocketImpl
1b128ffb150 : 8237945: CTW: C2 compilation fails with assert(just_allocated_object(alloc_ctl) == ptr) failed: most recent allo
1a2c2294784 : 8239005: [TESTBUG] test/hotspot/jtreg/runtime/StackGuardPages/TestStackGuardPages.java: exeinvoke.c: must initialize static state before calling do_overflow()
8123ebf35d5 : 8163251: Hard coded loop limit prevents reading of smart card data greater than 8k
473086f0ada : Added tag jdk-11.0.7+4 for changeset d3d1f7f67de1
8c3d56cbdd1 : 8230390: Problemlist SA tests with AOT
3a2be13442e : 8226892: ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
320ef230f2b : 8203364: Some serviceability/sa/ tests intermittently fail with java.io.IOException: LingeredApp terminated with non-zero exit code 3
eff650fc2ed : 8231387: java.security.Provider.getService returns random result due to race condition with mutating methods in the same class
089af0ad223 : 8228613: java.security.Provider#getServices order is no longer deterministic
793cd9f54dd : 4919790: Errors in alert ssl message does not reflect the actual certificate status
b188ad5ea76 : 8225567: Wrong file headers with 8202414 fix changeset
546c283e28d : 8234525: enable link-time section-gc for linux s390x to remove unused code
791f91a8147 : 8163083: SocketListeningConnector does not allow invocations with port 0
7dce454f733 : 8237375: SimpleThresholdPolicy misses CounterDecay timestamp initialization
5c7ed0f8655 : 8226381: ProblemList java/lang/reflect/PublicMethods/PublicMethodsTest.java
4a9b233d773 : 8225305: ProblemList java/lang/invoke/VarHandles tests
169f1ebdd82 : 8218889: Improperly use of the Optional API
b7bc619074b : 8169718: nsk/jdb/locals/locals002: ERROR: Cannot find boolVar with expected value: false
0a2a1e2bb9a : 8207938: At step6,Click Add button,case failed automatically
5f9f4ba7a93 : 8225182: JNI exception pending in DestroyXIMCallback of awt_InputMethod.c:1327
21ba3d6ea9e : 8218662: Allow 204 responses with Content-Length:0
41bb3131717 : 8238591: CTW: Split applications/ctw/modules/jdk_localedata.java
8d2920b8616 : 8238247: CTW runner should sweep nmethods more aggressively
aeab4055476 : 8238366: CTW runner closes standard output on exit
baee4741469 : 8238596: AVX enabled by default for Skylake even when unsupported
2d3ea612f9a : Added tag jdk-11.0.7+3 for changeset f2d8162261ae
45c5153fd3d : 8213906: Update arm devkits with libXrandr headers
422e0f7f28b : 8230400: Missing constant pool entry for a method in stacktrace
9207daec9e0 : 8234501: remove obsolete NET_ReadV
96e9968771e : 8218882: NET_Writev is declared, NET_WriteV is defined
cba44608783 : 8235671: enhance print_rlimit_info in os_posix
259869fbe45 : 8238225: Issues reported after replacing symlink at Contents/MacOS/libjli.dylib with binary
36a7c1d9f5f : 8236488: Support for configure option --with-native-debug-symbols=internal is impossible on Windows
d66587f92fe : 8216472: (se) Stack overflow during selection operation leads to crash (win)
63ba3221233 : 8235904: Infinite loop when rendering huge lines
a29378ff89f : 8237508: Simplify JarFile.isInitializing
a0b9586136b : 8234466: Class loading deadlock involving X509Factory#commitEvent()
b67ca938f37 : 8233019: java.lang.Class.isPrimitive() (C1) returns wrong result if Klass* is aligned to 32bit
71b6d1aa3de : 8232713: Update BCEL version to 6.3.1 in license file
81ccce900ad : 8237600: Test SunJSSEFIPSInit fails on Ubuntu
6a5534a000e : 8210523: runtime/appcds/cacheObject/DifferentHeapSizes.java crash
ada489b33c7 : 8237819: s390x - remove unused pd_zero_to_words_large
cef3d9ea3bb : 8236709: struct SwitchRange in HS violates C++ One Definition Rule
190a1f7233b : 8209686: cleanup arguments to PhaseIdealLoop() constructor
3a0075a6ddd : 8238502: sunmscapi.dll causing EXCEPTION_ACCESS_VIOLATION
f7fb6ec7e4d : 8237869: exclude jtreg test security/infra/java/security/cert/CertPathValidator/certification/LuxTrustCA.java because of instabilities
e4c1df3448c : 8222741: jdi/EventQueue/remove/remove004 fails due to VMDisconnectedException
779aeea9f90 : 8220451: jdi/EventQueue/remove/remove004 failed due to "ERROR: thread2 is not alive" 8220456: jdi/EventQueue/remove_l/remove_l004 failed due to "TIMEOUT while waiting for event"
d73f75284eb : 8234386: [macos] NPE was thrown at expanding Choice from maximized frame
87eda79cb5a : 8234610: MaxVectorSize set wrongly when UseAVX=3 is specified after JDK-8221092
7eacb07283a : 8214344: C2: assert(con.basic_type() != T_ILLEGAL) failed: elembt=byte; loadbt=void; unsigned=0
4732020f3e3 : 8200432: javadoc fails with ClassCastException on {@link byte[]}
0eca66c605a : 8227528: TestAbortVMOnSafepointTimeout.java failed due to "RuntimeException: 'Safepoint sync time longer than' missing from stdout/stderr"
674372293d7 : 8228969: 2019-09-28 public suffix list update
bc1c67d00b0 : 8227646: [TESTBUG] appcds/SharedArchiveConsistency timed out
0abd1d51710 : 8226406: JVM fails to detect mismatched or corrupt CDS archive
8c8974eb5f4 : Added tag jdk-11.0.7+2 for changeset 15cc1c8a6371
d9347d24989 : 8224851: AArch64: fix warnings and errors with Clang and GCC 8.3
4a9d3e11048 : 7092821: java.security.Provider.getService() is synchronized and became scalability bottleneck
3fcacb43d34 : 8210289: ArchivedKlassSubGraphInfoRecord is incomplete
a49b5cdfd17 : 8207334: VM times out in VM_HandshakeAllThreads::doit() with RunThese30M
6e323ce3071 : 8233801: GCMEmptyIv.java test fails on Solaris 11.4
c15bbd493ae : 8233608: Minimal build broken after JDK-8233494
c4bf99e6863 : 8213250: CDS archive creation aborts due to metaspace object allocation failure
9d6bf1f84ba : 8240711: TestJstatdPort.java failed due to "ExportException: Port already in use:"
ee5ef36b9ef : 8236759: ShouldNotReachHere in PhaseIdealLoop::verify_strip_mined_scheduling
6fcacced933 : 8236897: Fix the copyright header for pkcs11gcm2.h
6d65cd787e6 : 8225789: Empty method parameter type should generate ClassFormatError
dc8f615e99c : 8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801 8159740: JShell: corralled declarations do not have correct source to wrapper mapping 8212167: JShell : Stack trace of exception has wrong line number
a6d7e85afb8 : 8080353: JShell: Better error message on attempting to add default method
d212888ed66 : 8238190: [JVMCI] Fix single implementor speculation for diamond shapes
83aa9701911 : 8235332: TestInstanceCloneAsLoadsStores.java fails with -XX:+StressGCM
2438945fec6 : 8236953: [macos] JavaFX SwingNode is not rendered on macOS
178185993f4 : 8235984: C2: assert(out->in(PhiNode::Region) == head || out->in(PhiNode::Region) == slow_head) failed: phi must be either part of the slow or the fast loop
0cd4719327b : 8236545: Compilation error in mach5 java/awt/FileDialog/MacOSGoToFolderCrash.java
578317fc4c3 : 8234727: sun/security/ssl/X509TrustManagerImpl tests support TLSv1.3
5eb1e89f231 : 8223108: Test java/awt/EventQueue/NonComponentSourcePost.java is unstable
b6f6d0a1edd : 8235739: Rare NPE at WComponentPeer.getGraphics()
bc9ebd1371c : 8233494: Avoid calling MallocTracker::record_malloc and record_free when NMT is off
47b972e273b : 8233197: Invert JvmtiExport::post_vm_initialized() and Jfr:on_vm_start() start-up order for correct option parsing
ac4795bde94 : 8235584: UseProfiledLoopPredicate fails with assert(_phase->get_loop(c) == loop) failed: have to be in the same loop
9bbb125dc09 : 8235452: Strip mined loop verification fails with assert(is_OuterStripMinedLoop()) failed: invalid node class
ae2601e8a72 : 8231550: C2: ShouldNotReachHere() in verify_strip_mined_scheduling
77ad6bc0d20 : 8203672: JNI exception pending in PlainSocketImpl.c 8203264: JNI exception pending in PlainDatagramSocketImpl.c:740 8203673: JNI exception pending in DualStackPlainDatagramSocketImpl.c:398
4ec8334bf04 : 8238452: Keytool generates wrong expiration date if validity is set to 2050/01/01
a9cca5490e7 : 8233920: MethodHandles::tryFinally generates illegal bytecode for long/double return type
68e07bd29ee : 8237879: make 4.3 breaks build
b4e6a8cbee4 : 8237962: give better error output for invalid OCSP response intervals in CertPathValidator checks
32b2770a595 : 8214418: half-closed SSLEngine status may cause application dead loop
21c17bdf4da : 8239462: jdk.hotspot.agent misses some ReleaseStringUTFChars calls in case of early returns
4fa97e5fdfb : 8239000: handle ContendedPaddingWidth in vm_version_ppc
3dc8a4c05fb : 8235638: NPE in LWWindowPeer.getOnscreenGraphics()
6179f32857c : 8234522: [macos] Crash with use of native file dialog
be881109e15 : 8235311: Tag mismatch may alert bad_record_mac
7fcfe498bfd : 8234398: Replace ID2D1Factory::GetDesktopDpi with GetDeviceCaps
e4ee7cfcb2a : 8235263: Revert TLS 1.3 change that wrapped IOExceptions
aa6f00a2361 : 8235183: Remove the "HACK CODE" in comment
6a6d8a151b9 : 8239787: AArch64: String.indexOf may incorrectly handle empty strings
cf07e17b8c3 : 8236921: Add build target to produce a JDK image suitable for a Graal/SVM build
cb37a915097 : 8240073: Fix 'test-make' build target in 11u
61617f36c93 : 8239224: libproc_impl.c previous_thr may be used uninitialized warning
f66a841e3b0 : 8240529: CheckUnhandledOops breaks NULL check in Modules::define_module
7f9074c914d : 8238985: [TESTBUG] The arrow image is blue instead of green
f73dfdc6ab7 : 8240220: IdealLoopTree::dump_head predicate printing is broken
f563ab985a5 : 8219991: New fix of the deadlock in sun.security.ssl.SSLSocketImpl
2430c534126 : 8240827: Downport SSLSocketImpl.java from "8221882: Use fiber-friendly java.util.concurrent.locks in JSSE"
6dd7aacfb5b : 8209333: Socket reset issue for TLS 1.3 socket close
322e90e6e91 : 8232226: [macos 10.15] test/jdk/java/awt/color/EqualityTest/EqualityTest.java may fail
457c08ad7ed : 8234137: The "AutoTestOnTop.java" test may run external applications
de4c00c3ea6 : 8235686: Add more custom hooks in Bundles.gmk
a33cb9eab8d : 8232748: Build static versions of certain JDK libraries
2fb6521494c : 8233696: [TESTBUG]Some jtreg tests fail when CAPS_LOCK is ON
476920d3630 : 8232572: Add hooks for custom output dir in Bundles.gmk
e677876f54f : 8223678: Add Visual Studio Code workspace generation support (for native code)
194b4d65567 : 8240576: JVM crashes after transformation in C2 IdealLoopTree::merge_many_backedges
1155e6cf9e1 : 8232880: Update test documentation with additional settings for client UI tooltip tests
166357d659b : 8226653: [accessibility] Can edit text cell correctly, but Accessibility Tool reads nothing about editor
a6fc52122b4 : 8240197: Cannot start JVM when $JAVA_HOME includes CJK characters
07c87c62e1a : 8234184: [TESTBUG] java/awt/Mouse/EnterExitEvents/ModalDialogEnterExitEventsTest.java fails in Windows
2f1346cfdb2 : 8240202: A few client tests leave mouse buttons pressed
3f54d090579 : 8214862: assert(proj != __null) at compile.cpp:3251
bc0db144504 : 8239351: Give more meaningful InternalError messages in Deflater.c
72a3f3cbe00 : 8239457: call ReleaseStringUTFChars before early returns in Java_sun_security_pkcs11_wrapper_PKCS11_connect
99cf447dbd6 : 8231118: ARM32: Math tests failures
e0236270626 : 8240286: [TESTBUG] Test command error in hotspot/jtreg/compiler/loopopts/superword/SumRedAbsNeg_Float.java
621498832ab : 8153430: jdk regression test MletParserLocaleTest, ParserInfiniteLoopTest reduce default timeout
0a6440989d5 : 8232357: Compare version info of Santuario to legal notice
db2f2d43030 : 8239931: [win][x86] vtable stub generation: assert failure (code size estimate) follow-up
12b8b63ebfd : 8239456: vtable stub generation: assert failure (code size estimate)
d403612f0bb : 8221741: ClassCastException can happen when fontconfig.properties is used
721bd5b9b50 : 8193879: Java debugger hangs on method invocation
918e3d08c28 : 8233033: C2 produces wrong result while unswitching a loop due to lost control dependencies
4e7608cb7ad : 8234332: [TESTBUG] java/awt/Focus/DisposedWindow/DisposeDialogNotActivateOwnerTest/DisposeDialogNotActivateOwnerTest.java fails on linux-x64 nightly
0e5cd491245 : 8231243: [TESTBUG] CustomFont.java cannot find font file
0dc4c9cf48c : 8213516: jck test api/javax_accessibility/AccessibleState/fields.html fails intermittent
a4c6c157925 : 8146090: java/lang/ref/ReachabilityFenceTest.java fails with -XX:+DeoptimizeALot
d5753afd23f : 8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
8d76ca659a5 : Added tag jdk-11.0.7+1 for changeset 8cdfd6139b1e
3383efaf667 : 8205399: Set node color on pinned HashMap.TreeNode deletion
aaa0d2aedcf : 8233707: systemScale.cpp could not compile with VS2019
726c3d3fc98 : 8231671: Fix copyright headers in hotspot (missing comma after year)
e216cc97b0e : 8224632: testbug: java/awt/dnd/RemoveDropTargetCrashTest/RemoveDropTargetCrashTest.java fails on MacOS
e71815f29e7 : 8238756: C2: assert(((n) == __null || !VerifyIterativeGVN || !((n)->is_dead()))) failed: can not use dead node
4d2573b5069 : 8239852: java/util/concurrent tests fail with -XX:+VerifyGraphEdges: assert(!VerifyGraphEdges) failed: verification should have failed
c62740fd000 : 8237055: [TESTBUG] compiler/c2/TestJumpTable.java fails with release VMs
d491e0b0e82 : 8229855: C2 fails with assert(false) failed: bad AD file
f3dae4781dc : 8237396: JvmtiTagMap::weak_oops_do() should not trigger barriers
0a734ab4371 : 8238555: Allow Initialization of SunPKCS11 with NSS when there are external FIPS modules in the NSSDB
04006f93a46 : 8229158: make UseSwitchProfiling non-experimental or false by-default
eaff1a6060a : 8228757: Fail fast if the handshake type is unknown
533ba8e4557 : 8217606: LdapContext#reconnect always opens a new connection
2200f325303 : 8214856: Errors with JSZip in web console after upgrade to 3.1.5
540404a3084 : 8198339: Test javax/swing/border/Test6981576.java is unstable
5aecd78b87c : 8239142: C2's UseUniqueSubclasses optimization is broken for array accesses
21f6737f61c : 8239915: Zero VM crashes when handling dynamic constant
749e3b8faaf : 8237951: CTW: C2 compilation fails with "malformed control flow"
d7369159428 : 8238356: CodeHeap::blob_count() overestimates the number of blobs
84b88b39128 : 8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo
7671425df77 : 8039082: [TEST_BUG] Test java/awt/dnd/BadSerializationTest/BadSerializationTest.java fails
051f4ed627c : 8204834: Fix confusing "allocate" naming in OopStorage
011a7bc7c7d : 8206406: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list
95164836c5e : 8205677: [8u] casts and type change for 8u to enable later Windows compilers
70516e5c070 : 8206406: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list
89b7f4f0234 : 8205677: [8u] casts and type change for 8u to enable later Windows compilers
b9b03552928 : 8206454: [8u] os::current_stack_pointer() fails to compile on later Windows compilers (warning C4172: returning address of local variable)
1a202b87367 : 8206454: [8u] os::current_stack_pointer() fails to compile on later Windows compilers (warning C4172: returning address of local variable)
66e825aa413 : 8206453: Taskqueue stats should count real steal attempts, not calls to GenericTaskQueueSet::steal
466ccfe7812 : 8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
9ba5bab8654 : 8202035: Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module
d68597344af : Added tag jdk8u181-b13 for changeset 76393a4916c2
2ced756035d : Added tag jdk8u181-b13 for changeset 5546c70bd921
98a4c130355 : Added tag jdk8u181-b13 for changeset 2e84f7f1ef37
9324ccaf4a2 : Added tag jdk8u181-b13 for changeset 1b7e89467bd2
5a9b27ad8e5 : Added tag jdk8u181-b13 for changeset da3d5e5143c4
6afa85eb099 : Added tag jdk8u181-b13 for changeset 6016c17cf731
f5f296f59b4 : Added tag jdk8u181-b13 for changeset 0d9dec320450
648e0cef1d7 : Added tag jdk8u181-b13 for changeset 6bb0f0e55df2
ad39bab9f65 : Added tag jdk8u181-b13 for changeset 8788b3fe4bc7
9f1a7ed8ef6 : Added tag jdk8u181-b13 for changeset 80f391b6e9fa
55821aec8a8 : Added tag jdk8u181-b13 for changeset 32baea2620a9
d92c91045df : Added tag jdk8u181-b13 for changeset 77a8a4e1d8fd
614b6ba724e : Added tag jdk8u181-b13 for changeset 9fa2f57eb336
26653b2f7d9 : Added tag jdk8u181-b13 for changeset e0cb45401776
5a99a9d05da : Added tag jdk8u181-b13 for changeset 29aba57c47b6
be9bd091d82 : Added tag jdk8u181-b13 for changeset 9c3e1ff66129
4d93f17fe1f : 8206495: Redundant System.setProperty(null) tests
63af61d902e : 8146115: Improve docker container detection and resource configuration usage
6f1e2fe3b76 : 8146115: Improve docker container detection and resource configuration usage
392e56e4107 : 8146115: Improve docker container detection and resource configuration usage
1bfdc057661 : 8146115: Improve docker container detection and resource configuration usage
03597d010cd : 8206439: Remove javac -source/-target 6 from langtools regression tests
d2de786263e : 8206440: Remove javac -source/-target 6 from jdk regression tests
3cf62646ed9 : 8206164: forgot to "throw" TransformerConfigurationException
9ec15cedd0c : 8206457: Code paths from oop_iterate() must use barrier-free access
0d902d2b561 : 8208665: Amend cross-compilation docs with qemu-debootstrap recipe
a494a819eb6 : 8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place"
aad3230b1d7 : 8209150: [TESTBUG] Add logging to verify JDK-8197901 to a different test
14bb47410bf : 8034084: nsk.nsk/jvmti/ThreadStart/threadstart003 Wrong number of thread end events
23f0fb4cde4 : 8209850: Allow NamedThreads to use GlobalCounter critical sections
8b138c684a7 : 8209873: Typo in javax.xml.validation.Validator.validate documentation
ffa4cfe3554 : 8209171: Simplify Java implementation of Integer/Long.numberOfTrailingZeros()
acaf155de77 : 8209851: Algorithm name is compared via reference identity
c3adb5f87d6 : 8207211: [TESTBUG] Remove excessive output from CDS/AppCDS tests
78363850b93 : 8209854: ProblemList MemberNameLeak
14443eec100 : 8209883: ZGC: Compile without C1 broken
50ec35819dc : 8209129: Further improvements to cipher buffer management
58e2f2d41ca : 8209831: ZGC: Clean up ZRelocationSetSelectorGroup::semi_sort()
8ead3758cbd : 8209615: ParseError in XMLEventReader on a valid input
2406a52bd6a : 8209651: better TLS poll for x64 C2
ed3779b1750 : Added tag jdk-12+8 for changeset 492b366f8e57
8a10925316d : 8167314: Enable the check to detect duplicate provides in in GenModuleInfoSource
6f880d7f48f : 8209062: Clean up G1MonitoringSupport
0d78eb91db5 : 8209061: Move G1 serviceability functionality to G1MonitoringSupport
5c94ea21e7a : 8209700: Remove HeapRegionSetBase::RegionSetKind for a more flexible approach
0cad83662a8 : 8209698: Remove "Pinned" from HeapRegionTraceType
8e264e259de : 8208498: Put archive regions into a first-class HeapRegionSet
1b394475456 : 8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC
f1553a5f0fd : 8202342: [Graal] fromTonga/nsk/jvmti/unit/FollowReferences/followref003/TestDescription.java fails with "Location mismatch" errors
5b2c0814606 : 8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
aafb128d89f : 8209783: AArch64: Combine Multiply and Neg operations in C2
40af989884a : 8209686: cleanup arguments to PhaseIdealLoop() constructor
2ffded2a4bf : 8209839: [Backout] Backout JDK-8206467 Refactor G1ParallelCleaningTask into shared
83d1dd7d9a2 : 8209667: Explicit barriers for C1/LIR
b1ce2c0fe8a : 8208172: SIGSEGV when owner of invokedynamic bootstrap method throws an exception - Symbol::increment_refcount()+0x0
ce61e39060f : 8208601: Introduce native oop barriers in C2 for OopHandle
d8ffa83e7af : 8209801: Rename C1_WRITE_ACCESS and C1_READ_ACCESS decorators to ACCESS_READ and ACCESS_WRITE
417149e74a0 : 8209684: Intrinsics that assume some input non null should use GraphKit::must_be_not_null()
f3e518394bd : 8209420: Track membars for volatile accesses so they can be properly optimized
67a1517a4d1 : 8209829: SpnegoUnknownMech.java does not contain the SpnegoUnknownMech class
593590305d3 : 8209826: Undefined reference to os::write after JDK-8209657 (filemap.hpp cleanup)
dcb930f123a : 8186186: GSSContext.isEstablished() can return true on error state
73ac71d5326 : 8209771: jdk.test.lib.Utils::runAndCheckException error
73951ab5d93 : 8209657: Refactor filemap.hpp to simplify integration with Serviceability Agent
bd0f1453dcc : 8206467: Refactor G1ParallelCleaningTask into shared
85a5893183e : 8209758: 2 classes with same name G1PrintCollectionSetClosure cause crash when logging is enabled
d9bb30837ab : 8209689: Compiler.isGraalEnabled should not check jvmci.Compiler property
9c4f2b7294d : 8209624: [JVMCI] Invalidate nmethods instead of directly unloading them when the InstalledCode is dropped
4ef5590fa7f : 8206423: Use locking for cleaning ResolvedMethodTable
eca24bfb55d : 8209792: Remove ClassLoaderDataGraph::keep_alive_cld_do
dc556f40869 : 8209738: Remove ClassLoaderDataGraph::*oops_do functions
f6bcc385009 : 8209668: Explicit barriers for C1/assembler
f1173ad06c8 : 8203792: Remove "compatibility" features from Head.java
bc62b3a40e7 : 8209647: constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled
846e25f0992 : 8209760: merge error: restore ea in make/conf/jib-profiles.js
8eb45613dbe : 8208350: Disable all DES cipher suites
89a94568010 : 8209740: typo in test/lib/jtreg/SkippedException.java
0afc1b41c37 : 8209576: java.nio.file.Files.writeString writes garbled UTF-16 instead of UTF-8
0f4805ef4c8 : 8209588: SIGSEGV in MethodArityHistogram() with -XX:+CountCompiledCalls
55cf3de09b0 : 8209633: Avoid creating WeakEntry wrappers when looking up cached MethodType
75ed173e154 : 8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation
6ccb60937c6 : 8209573: [TESTBUG] gc/epsilon/TestMemoryMXBeans should retry on failure
65f4c7dee44 : 8209456: [error-prone] ShortCircuitBoolean in java.logging
0d9777a9cb6 : 8154343: Make SATB related code available to other GCs
d9456186e88 : 8203614: Java API SSLEngine example code needs correction
660c7e50f74 : 8209385: CDS runtime classpath checking is too strict when only classes from the system modules are archived
15cef25bb06 : 8208675: Remove legacy sun.security.key.serial.interop property
07ed14c5cf8 : 8209304: Deprecate serialVersionUID fields in interfaces
4dfa58d5537 : 8206992: Update Graal
2788ddc4eb9 : 8209586: AARCH64: SymbolTable changes throw assert on aarch64
20f3793312b : Added tag jdk-12+7 for changeset ef57958c7c51
b1b99f1d4c1 : 8209342: Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!
3bb71a9b519 : 8207334: VM times out in VM_HandshakeAllThreads::doit() with RunThese30M
3c0f0f0175c : 8209587: Update test/hotspot/jtreg/ProblemList-graal.txt
73bcb0507e0 : 8208275: C2 crash in Node::add_req(Node*)
2e941724e4f : 8209545: Simplify HeapShared::archive_module_graph_objects
6355dec98c0 : 8209607: Remove stale comment for JNI mutexes
1260099653b : 8209608: Problem list com/sun/jdi/BreakpointWithFullGC.java
610dfb22d3e : 8209549: remove VMPropsExt from TEST.ROOT
da4684e2e1e : 8209389: SIGSEGV in WalkOopAndArchiveClosure::do_oop_work
d2a9e11aeb1 : 8209517: com/sun/jdi/BreakpointWithFullGC.java fails with timeout
19a7a3b69e8 : 8208269: Javadoc does not support module-info in a multi-release jar
63b1edb7b71 : 8208715: Conversion of milliseconds to nanoseconds in UNIXProcess contains bug
8cf153fbd56 : 8209047: "Illegal pattern character 'B'" IllegalArgumentException with Burmese locales
e39c7c3c93a : 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
5b0774ea01f : 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
bd57506f870 : 8207832: serviceability/sa/ClhsdbCDSCore.java failed with "Couldn't find core file location"
e12ee81ff0a : 8206115: Use shared macros for JavaClasses::compute_offsets and MetaspaceShared::serialize_well_known_classes
efa05e1c621 : 8207320: Wrong type order for intersection lambdas with multiple abstract methods
ef15adee707 : 8209541: Fix merge problem in SymbolTable::do_check_concurrent_work
68e65d8ece9 : 8209447: vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_none2indy_b/TestDescription.java timed out
07f3f674c21 : 5075463: (enum) Serialized Form javadoc for java.lang.Enum is misleading
b0954bc7ab6 : 8176425: Add radix indication in NumberFormatException message for Integer.decode
b71faed5dff : 8209164: [TESTBUG] Apply jtreg skipped status to cds tests
f87ec5faf72 : 8209459: TestSHA512MultiBlockIntrinsics failed on AArch64
4377d3abe26 : 8209439: C2 library_call can potentially ignore Math.pow intrinsic or use null pointer
b9052e96470 : 8208582: Introduce native oop barriers in C1 for OopHandle
611c53c860d : 8207009: TLS 1.3 half-close and synchronization issues
d8ce7f36e2b : 8209518: symbol table gtest fails with semaphore error
b75805c1a56 : 8195100: Use a low latency hashtable for SymbolTable
9cea96184f2 : 8208463: jdk.internal.vm.compiler's module-info.java.extra contains duplicated provides of the same service interface
6f4c9a6f552 : 8203911: Test runtime/modules/getModuleJNI/GetModule fails with -Xcheck:jni
eb5a7d616b7 : 8237368: Problem with NullPointerException in RMI TCPEndpoint.read
35a2dee752b : 8210058: Algorithmic Italic font leans opposite angle in Printing
4ab777c21ea : 8231081: TestMetadataRetention fails due to missing symbol id
98f01fc38ed : 8231025: Incorrect method tag offset for big endian platform
f8152478280 : 8225797: OldObjectSample event creates unexpected amount of checkpoint data
a76a806c69e : 7143743: Potential memory leak with zip provider
3237d8340f9 : 8235288: AVX 512 instructions inadvertently used on Xeon for small vector width operations
f3202322906 : 8232950: SUNPKCS11 Provider incorrectly check key length for PSS Signatures
430b138d488 : 8235489: handle return values of sscanf calls in hotspot
264d4afcb7e : 8223769: Assert triggers with -XX:+StressReflectiveCode
faea704e1e1 : 8235510: java.util.zip.CRC32 performance drop after 8200067
e0ef49f7c6f : 8236140: assert(!VerifyHashTableKeys || _hash_lock == 0) failed: remove node from hash table before modifying it
a4502386e0f : 8189633: Missing -Xcheck:jni checking for DeleteWeakGlobalRef
a5eec2ad74b : 8235744: PIT: test/jdk/javax/swing/text/html/TestJLabelWithHTMLText.java times out in linux-x64
364d9749886 : 8230235: Rendering HTML with empty img attribute and documentBaseKey cause Exception
af6c32802fe : 8209824: Improve the code coverage for ThreadLocal
8d7c19960a2 : 8224905: java/lang/ProcessBuilder/Basic.java#id1 failed with stream closed
63022f2c805 : 8222448: java/lang/reflect/PublicMethods/PublicMethodsTest.java times out
f7439df86c2 : 8216535: tools/jimage/JImageExtractTest.java timed out
3833120dfdd : 8230004: jdk/internal/jimage/JImageOpenTest.java runs no test
89d19962558 : 8232154: Update Mesa 3-D Headers to version 19.2.1
a1b1e911f05 : 8224187: Refactor arraycopy_prologue to allow ZGC read barriers on arraycopy
6e30b04b58f : 8236873: Worker has a deadlock bug
49f6f9b1b67 : 8236500: Windows ucrt.dll should be looked up in versioned WINSDK subdirectory
934f3e5733c : 8232370: Refactor some com.sun.jdi tests to enable IDE integration
650b7bd975a : 8232167: Visual Studio install found through --with-tools-dir value is discarded
d5b496fb457 : 8237540: Missing files in backport of JDK-8210910
556f10e1504 : 8237541: Missing files in backport of JDK-8236528
7658272836b : 8233032: assert(in_bb(n)) failed: must be
7fb05e7f5e4 : 8233656: assert(d->is_CFG() && n->is_CFG()) failed: must have CFG nodes
c4fd2e45f47 : 8234423: Modifying ArrayList.subList().subList() resets modCount of subList
43b76b23abe : 8233657: Intermittent NPE in Component.validate()
9223c97b566 : 8220688: [TESTBUG] runtime/NMT/MallocStressTest.java timed out
9c311e16169 : 8214840: runtime/NMT/MallocStressTest.java timed out
b57d845e1fa : 8214124: [TESTBUG] Bugs in runtime/NMT/MallocStressTest.java
ad3738f4de8 : 8230459: Test failed to resume JVMCI CompilerThread
ba809cca386 : 8005819: Support cross-realm MSSFU
b1192e41f93 : 8236039: JSSE Client does not accept status_request extension in CertificateRequest messages for TLS 1.3
de98c67916d : 8227662: freetype seeks to index at the end of the font data
a4d5510f950 : 8236179: C1 register allocation error with T_ADDRESS
62345ed63db : 8237217: Incorrect G1StringDedupEntry type used in StringDedupTable destructor
63206454b2a : 8219205: JFR file without license header
73f321b7e94 : 8230611: infinite loop in LogOutputList::wait_until_no_readers()
17995bcbd99 : 8233491: Crash in AdapterHandlerLibrary::get_adapter with CDS due to code cache exhaustion
f09aca50c98 : 8233529: loopTransform.cpp:2984: Error: assert(p_f->Opcode() == Op_IfFalse) failed
b9b5d766640 : 8234350: assert(mode == ControlAroundStripMined && (use == sfpt || !use->is_reachable_from_root())) failed: missed a node
193d25a7b35 : 8235383: C1 compilation fails with -XX:+PrintIRDuringConstruction -XX:+Verbose
64d64f2d570 : 8234617: C1: Incorrect result of field load due to missing narrowing conversion
f5fe4dce150 : 8231430: C2: Memory stomp in max_array_length() for T_ILLEGAL type
b11a8cd626b : 8231753: use more Posix functionality in aix os::print_os_info
d5f7024d1a2 : 8232060: add some initializations using sigemptyset in os_aix.cpp
bf9aa10eade : 8185005: Improve performance of ThreadMXBean.getThreadInfo(long ids[], int maxDepth)
ed2372378ec : 8232207: Linux os::available_memory re-reads cgroup configuration on every invocation
3af67ab95fb : 8235998: [c2] Memory leaks during tracing after '8224193: stringStream should not use Resource Area'
04c295e7d1e : Added tag jdk-11.0.6-ga for changeset 837b7afec083
34c1a45942b : Added tag jdk-11.0.6+10 for changeset 837b7afec083
f957822b417 : 8234037: Improve Object Identifier Processing
75239bae6f3 : 8232419: Improve Registry registration
2d93d829404 : 8231790: Provide better FileSystemProviders
d3f8ebb37fa : 8231780: Better TLS messaging support
fcf64c4d4ea : 8230318: Better trust store usage
048840d9665 : 8231139: Improved keystore support
4b771f1a7f8 : 8225430: Replace wildcard address with loopback or local host in tests - part 14
23c409c7f2c : 8236848: [JDK 11u] make run-test-tier1 fails after backport of JDK-8232834
c37b82539ea : 8232806: Introduce a system property to disable eager lambda initialization
a00e458948f : 8220598: Malformed copyright year range in a few files in java.base
b7062c4a336 : 8231422: Better serial filter handling
5041b6be111 : 8230279: Improve Pack200 file reading
af5321c955e : 8229951: Better Ticket Granting Services
bb48e0aa84b : 8230967: Improve Registry support of clients
6dfcbfeb0fe : 8229728: Implement negotiation parameters
8f3446da658 : 8228548: Normalize normalization for all
127ac93082a : 8227816: More Colorful ICC profiles
a604e67847f : 8227758: More valid PKIX processing
3bf6d6e8878 : 8226352: Improve Kerberos interop capabilities
dd66685e870 : 8225279: Better XRender interpolation
69ebb8dad9b : 8224909: Unlink Set of LinkedHashSets
867fa92bbc8 : 8225261: Better method resolutions
7773ea1ab37 : Added tag jdk-11.0.6+9 for changeset 1859de77ee6c
f99ab952b83 : 8235687: Contents/MacOS/libjli.dylib cannot be a symlink
dca627ea7c8 : 8235585: Enable macOS codesigning for all libraries and executables
9c2e4a1352c : Added tag jdk-11.0.6+8 for changeset 0c54fb645a73
b0763c13c97 : 8233954: UnsatisfiedLinkError or NoSuchAlgorithmException after removing sunec.dll
3c2047a917b : 8235403: Further cleanup to test serviceability/sa/ClhsdbCDSCore.java
cf4eadae5b6 : 8234625: hs test serviceability/sa/ClhsdbCDSCore.java fails on macOS 10.15
06bf9b83d2d : 8233223: Add Amazon Root CA certificates
852c9ec1887 : Added tag jdk-11.0.6+7 for changeset 42500af9232e
9209d841518 : 8234906: [TESTBUG] TestDivZeroCheckControl fails for client VMs due to Unrecognized VM option LoopUnrollLimit
825e785e814 : Added tag jdk-11.0.6+6 for changeset aa260c24480a
05ec1f91870 : 8235142: JDK-8193255 backport broke bootstrap with JDK 10
06dc82c1067 : 8234645: ARM32: C1: PatchingStub for field access: not enough bytes
63d06c70197 : Added tag jdk-11.0.6+5 for changeset bfce7426e091
ad979fb4c93 : 8221172: SunEC specific test is not limited to SunEC
d29c48e6ff1 : 8230873: [AIX] GUI app does not work with UTF-8 locale on minimum software requirements
1a6273f4b49 : 8231098: (tz) Upgrade time-zone data to tzdata2019c
e8333d4e092 : 8230782: Robot.createScreenCapture() fails if “awt.robot.gtk” is set to false
8cba3a736e6 : 8233097: Fontmetrics for large Fonts has zero width
c2475736b41 : 8233404: System property to set the number of PBE iterations in JCEKS keystores
22c2f82d118 : 8231124: Missing closedir call with JDK-8223490
b6de944b770 : 8225745: NoSuchAlgorithmException exception for SHA256withECDSA with RSASSA-PSS support
528f6d5ef20 : 8231084: Large performance regression in SwingMark TextArea in 14-b13 8231336: Corrupted option dialog in JTHarness with JDK14b13
c1dc1322465 : 8216353: Use utility APIs introduced in org/netbeans/jemmy/util/LookAndFeel class in client sanity test cases
2bc3c676fc0 : 8211322: Reduce the timeout of tooltip in SwingSet2DemoTest
4171934cc54 : 8232224: [TESTBUG] problemlist JFR TestLargeRootSet.java
25f1ccd5264 : 8230624: [TESTBUG] Problemlist JFR compiler/TestCodeSweeper.java
38d0d64a928 : 8232834: RunTest sometimes fails to produce valid exitcode.txt
7ee64117e4a : 8232571: Add missing SIGINFO signal
516c18e798c : 8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory
b47382f3f82 : 8217338: [Containers] Improve systemd slice memory limit support
7e587f38490 : 8232056: GetOwnedMonitorInfoWithEATest.java fails with ZGC: Heap too small
c788a5c2e84 : 8230677: Should disable Escape Analysis if JVMTI capability can_get_owned_monitor_info was taken
32d2112b091 : 8223638: Replace wildcard address with loopback or local host in tests - part 6
b12055386a5 : 8223003: SunMSCAPI keys are not cleaned up
cec2f92641b : 8217717: ZGC: Broken oop map in C1 load barrier stub
84953cb0632 : 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
3bcdf13a25d : 8234245: sun/security/lib/cacerts/VerifyCACerts.java fails due to wrong checksum
516b4d71188 : 8234080: jdk/nio/zipfs/CRCWriteTest.java fails
6d5926249ff : 8232019: Add LuxTrust certificate updates to the existing root program
3956117a702 : 8225392: Comparison builds are failing due to cacerts file
6ece3e54c7c : 8193255: Root Certificates should be stored in text format and assembled at build time
1394089f5ac : 8232539: SIGSEGV in C2 Node::unique_ctrl_out
1cb999c8e62 : 8234591: [11u] Build with old C compiler broken by 8223490
91feeab56b6 : 8234321: Call cache flush after generating trampoline
d4e2c162232 : 8232984: Upgrading Joni License version to 2.1.16
8c6cf611978 : 8234107: Several AWT modal dialog tests failing on Linux after JDK-8231991
a9ed0c72518 : 8231991: Mouse wheel change focus on awt/swing windows
d54a7abf157 : 8233820: Test crashed with assert(phi->operand_count() != 1 || phi->subst() != phi) failed: missed trivial simplification
f06b38d3b9e : 8233081: C1: PatchingStub for field access copies too much
eb72b2652a6 : 8231949: [PPC64, s390]: Make async profiling more reliable
802d3ed1729 : 8230669: [s390] C1: assert(is_bound() || is_unused()) failed: Label was never bound to a location, but it was used as a jmp target
8af2e12ab62 : 8229810: [macos] NullPointerException getting bounds of GraphicsConfiguration
982a053af07 : 8229515: [macos] access to window property of NSView on wrong thread
11e248a7335 : 8228645: Don't run sun/security/pkcs11/Cipher/TestKATForGCM.java on buggy NSS solaris versions
214f25cd2d5 : 8226651: Setting the mgfHash in CK_RSA_PKCS_PSS_PARAMS has no effect
bf6a9ff1068 : 8228465: HOST locale provider holds wrong era name for GregorianCalendar in US locale
6e71b2f017d : 8223490: Optimize search algorithm for determining default time zone
8c57c98c374 : 8220231: Cache HarfBuzz face object for same font's text layout calls
e0d5e41a88d : 8227391: Update double-conversion to version 3.1.5
14a977e03c6 : 8208179: Devanagari not shown with logical fonts on Windows after removal of Lucida Sans from JDK
18fdd3b432f : 8227437: S4U2proxy cannot continue because server's TGT cannot be found
a10f843231f : Added tag jdk-11.0.6+4 for changeset 577a1fc44066
c700badecd6 : 8224152: [macOS] ProblemList tests that leave rubbish on the screen
4c5afc45b03 : 8224157: BCEL: update to version 6.3.1
1d50da996bb : 8217610: TLSv1.3 fail with ClassException when EC keys are stored in PKCS11
d951ce3815c : 8213168: Enable different look and feel tests in SwingSet3 demo test FileChooserDemoTest
977d89284bf : 8211160: Handle different look and feels in JInternalFrameOperator
b129cf24436 : 8218268: Javac treats Manifest Class-Path entries as Paths instead of URLs
2ba386d59a1 : 8232170: FSInfo#getJarClassPath throws an exception not declared in its throws clause
8bffe190fac : 8209802: Garbage collectors should register JFR types themselves to avoid build errors
e94653a3417 : 8234288: Turkey Time Zone returns incorrect time zone name
65bab3e7e02 : 8235637: jhsdb jmap from OpenJDK 11.0.5 doesn't work if prelink is enabled
f2b9ed66fe6 : 8233328: fix minimal VM build on Linux s390x
cd2eeb7d03d : 8234809: set relro in linker flags when building with gcc
ae2efbd1270 : 8209817: stack is executable when building with Clang on Linux
3d2272ca881 : 8214850: Rename vm_operations.?pp files to vmOperations.?pp files
82d0c8cc985 : 8223627: jdk-13+20 bundle name contains null instead of ea
98c1376fc45 : 8223464: Improve version string for Oracle CI builds
7bcf262b4f0 : 8228479: Correct the format of ColorChooserDemoTest
66368483675 : 8225766: Curve in certificate should not affect signature scheme when using TLSv1.3
459f6a9b3a6 : 8217634: RunTest documentation and usability update
c930d3fca2a : 8210632: Add key exchange algorithm to javax/net/ssl/TLSCommon/CipherSuite.java
3443a8528b7 : 8227112: exclude compiler/intrinsics/sha/sanity tests from AOT runs
9009bcf1aef : 8225684: [AOT] vmTestbase/vm/oom/production/AlwaysOOMProduction tests fail with AOTed java.base
6f6a8b24701 : 8210024: JFR calls virtual is_Java_thread from ~Thread()
29754d7e25a : 8232692: [TESTBUG] compiler/aot/fingerprint/SelfChangedCDS.java fails when cds is disabled
08cb336a38c : 8225180: SignedObject with invalid Key not throwing the InvalidKeyException in Windows
14d0ffddc0f : 8225487: giflib legal file is missing attribution for openbsd-reallocarray.c
3df03869872 : 8225199: [Graal] compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java fails with -XX:CompileThresholdScaling=0.1
2ef05bf7187 : 8224778: test/jdk/demo/jfc/J2Ddemo/J2DdemoTest.java cannot find J2Ddemo.jar
f6c4e8f61c3 : 8224705: Tests that need to be problem-listed or have printer resources
2d4b3b7d35b : 8211703: JInternalFrame : java.lang.AssertionError: cannot find the internal frame
8ae7626ace1 : 8223063: Support CNG RSA keys
0f06a15de38 : 8222519: ButtonDemoScreenshotTest fails randomly with "still state to be reached"
4843c94b8cc : 8222391: javax/net/ssl/compatibility/Compatibility.java should be more flexible
b2992713f31 : 8221885: Add intermittent test in the JavaSound to the ProblemList
62a51d5ecee : 8219723: javax/net/ssl/compatibility/Compatibility.java failed on some SNI cases
a813479a765 : 8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3
63dd4c5e44a : 8217297: Add support for multiple look and feel for SwingSet SliderDemoTest
dae6c8b3c17 : 8214471: Enable different look and feel tests in SwingSet3 demo test ToolTipDemoTest
837e6d860ca : 8215322: add @file support to jaotc
ecf0c990044 : 8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out of java heap
02fa7a15123 : 8210057: Enable different look and feels in SwingSet3 demo test InternalFrameDemoTest
2779737b338 : 8211443: Enable different look and feels in SwingSet3 demo test SplitPaneDemoTest
3a77d2fc153 : 8209976: Improve iteration over non-JavaThreads
30ceb1edae7 : 8212897: Some improvements in the EditorPaneDemotest
4136ea85ea6 : 8209499: Create test for SwingSet EditorPaneDemo
5023edb68b8 : 8211139: Increase timeout value in all tests under jdk/sanity/client/SwingSet/src
8fe82cb1b55 : 8223558: Java does not render Myanmar script correctly
3ef82d71eb7 : 8223158: Docked MacBook cannot start any Java Swing applications
902db204adc : 8229345: Memory leak due to vtable stubs not being shared on SPARC
8bfc32095c0 : 8209807: improve handling exception in requires.VMProps
9cca989fbad : 8213010: Supporting keys created with certmgr.exe
eb4b94691e5 : 8213009: Refactoring existing SunMSCAPI classes
d4bafc35f71 : 8210055: Enable different look and feel tests in SwingSet3 demo tests
f8b48f86b53 : 8210910: Create test for FileChooserDemo
a36829c0ca7 : 8210994: Create test for SwingSet3 FrameDemo
daa5c2aafc6 : 8210052: Enable testing for all the available look and feels in SwingSet3 demo tests
94740123188 : 8209993: Create a test for SwingSet3 ToolTipDemo
a6a4a472f73 : 8209494: Create a test for SwingSet InternalFrameDemo
af254d096e3 : 8209789: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
4b475839fa3 : 8209418: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
512e61a482b : 8216354: Syntax error in toolchain_windows.m4
31ad05a7c47 : 8209850: Allow NamedThreads to use GlobalCounter critical sections
26633376aa3 : 8234397: add OS uptime information to os::print_os_info output
e0e49c5c62e : 8231445: check ZALLOC return values in awt coding
5ea52769515 : 8210476: sun/security/mscapi/PrngSlow.java fails with Still too slow
a865a84d636 : 8203687: javax/net/ssl/compatibility/Compatibility.java supports TLS 1.3
16c3c07a3b0 : 8201355: Avoid native memory allocation in sun.security.mscapi.PRNG.generateSeed
52374cee058 : 8213348: jdk.internal.vm.compiler.management service providers missing in module descriptor 8211781: re-building fails after changing Graal sources
626c2c6c92b : 8208715: Conversion of milliseconds to nanoseconds in UNIXProcess contains bug
339eadc06d4 : 8215396: JTabbedPane preferred size calculation is wrong for SCROLL_TAB_LAYOUT
b0d1a33a4f8 : 8226608: Hide the onjcmd option from the help output
7dcbe59fee2 : 8224673: Adjust permission for delayed starting of debugging
88352fd7840 : 8207832: serviceability/sa/ClhsdbCDSCore.java failed with "Couldn't find core file location"
88d5954a95c : 8231507: Update Apache Santuario (XML Signature) to version 2.1.4
7079dd11cf0 : 8235243: handle VS2017 15.9 and VS2019 in abstract_vm_version 8235325: build failure on Linux after 8235243
c37015df84b : 8234339: replace JLI_StrTok in java_md_solinux.c
abb2ea7e6e7 : 8234323: NULL-check return value of SurfaceData_InitOps on macosx
d2705b678a9 : 8233078: fix minimal VM build on Linux ppc64(le)
facf7ea9c74 : 8234741: enhance os::get_core_path on macOS
b6708218e5f : 8224821: java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java fails linux-x64
ec9f247c708 : 8224830: test/jdk/java/awt/Focus/ModalExcludedWindowClickTest/ModalExcludedWindowClickTest.java fails on linux-x64
7616e674974 : 8225007: java/awt/print/PrinterJob/LandscapeStackOverflow.java may hang
d714f730ce7 : 8225105: java/awt/Focus/ShowFrameCheckForegroundTest/ShowFrameCheckForegroundTest.java fails in Windows 10
77ba4b1c500 : 8225117: java/math/BigInteger/SymmetricRangeTests.java fails with ParseException
20ff519b3c6 : 8225144: [macos] In Aqua L&F backspace key does not delete when Shift is pressed
dffdb3a9bc8 : 8225435: Upgrade IANA Language Subtag Registry to the latest for JDK14
2c4d1465565 : 8225350: compiler/jvmci/compilerToVM/IsCompilableTest.java timed out
c9c01facaf9 : 8221312: test/jdk/sanity/client/SwingSet/src/ColorChooserDemoTest.java failed
4e18c8ad83a : 8215355: Object monitor deadlock with no threads holding the monitor (using jemalloc 5.1)
c8ca75eaac7 : 8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac
c4c38cd46f0 : 8214557: Filter out VM flags which don't affect AOT code generation
0901a7cb6dd : 8152988: [AOT] Update test batch definitions to include aot-ed java.base module mode into hs-comp testing
bd3de8cc40f : 8210699: Problem list tests which times out in Xcomp mode
91b5da68e1c : 8220348: [ntintel] asserts about copying unaligned array
1c19249381d : 8220479: java/nio/channels/Selector/SelectWithConsumer.java failed at testTwoChannels()
31bd8f09f83 : 8211211: vmTestbase/metaspace/stressDictionary/StressDictionary.java timeout
1c0f3410e46 : 8233466: aarch64: remove unnecessary load of mdo when profiling return and parameters type
d63e363fbb1 : 8214345: infinite recursion while checking super class
c362d11a46a : 8209826: Undefined reference to os::write after JDK-8209657 (filemap.hpp cleanup)
3e9b63bd3eb : 8235509: Backport for JDK-8209657 Refactor filemap.hpp to simplify integration with Serviceability Agent
a154cb2d4fc : 8209385: CDS runtime classpath checking is too strict when only classes from the system modules are archived
664fe5297c2 : 8209389: SIGSEGV in WalkOopAndArchiveClosure::do_oop_work
1b572b859bc : 8232003: (fs) Files.write can leak file descriptor in the exception case
75cf5dc2fad : 8210512: [Testbug] vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java fails with unexpected size of ClassLoaderReference.referringObjects
09fb9bd4f04 : 8213908: AssertionError in DeferredAttr at setOverloadKind
ae8e4fcd2bb : 8217235: Create automated test for SwingSet ColorChooserDemoTest
7b68333db11 : 8216180: [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled
029ea8b47c6 : 8214904: Test8004741.java failed due to "Too few ThreadDeath hits; expected at least 6 but saw only 5"
087d57a23aa : 8234786: Fix for JDK-8214578 breaks OS X 10.12 compatibility
0bab8dd164a : 8214578: [macos] Problem with backslashes on macOS/JIS keyboard: Java ignores system settings
97564d21ccb : 8212903: [TestBug] Tests test/jdk/javax/swing/LookAndFeel/8145547/DemandGTK2.sh and DemandGTK3.sh fail on Ubuntu 18.04 LTS
0f0b001096b : 8231584: Deadlock with ClassLoader.findLibrary and System.loadLibrary call
c9e8c8fe4b7 : 8210793: [JVMCI] AllocateCompileIdTest.java failed to find DiagnosticCommand.class
32c1c959964 : 8210220: [AOT] jdwp test cases are failing with error # ERROR: TEST FAILED: Cought IOException while receiving event packet
f5c5a65736e : 8209574: [AOT] breakpoint events are generated in different threads does not meet expected count
80b3aafa8af : 8209361: [AOT] Unexpected number of references for JVMTI_HEAP_REFERENCE_CONSTANT_POOL [111-->111]: 0 (expected at least 1)
813129784ed : 8208379: compiler/jvmci/events/JvmciNotifyInstallEventTest.java failed with "Got unexpected event count after 2nd install attempt: expected 9 to equal 2"
68f3f5e128b : 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
4cb07d3afc4 : 8221539: [metaspace] Improve MetaspaceObj::is_metaspace_obj() and friends
8baa3fb2aa2 : 8215524: Finished message validation failure should be decrypt_error alert
33309a116aa : 8215200: IllegalArgumentException in sun.lwawt.macosx.CPlatformWindow
1149ef05ab8 : 8214321: Misleading code in SSLCipher
ab97f65242d : 8214046: [macosx] Undecorated Frame does not Iconify when set to
6a9a6a57508 : 8213119: [macos] java/awt/GraphicsDevice/CheckDisplayModes.java fails
9bb4e4266fc : 8213008: Cipher with UNWRAP_MODE should support the generation of an AES key type
2d223c689c8 : 8227439: Turn off AOT by default
6de49c8cd1d : 8226869: Test java/util/Locale/LocaleProvidersRun.java should enable assertions
e81a952313b : 8210403: Refactor java.util.Locale:i18n shell tests to plain java tests
f666af65482 : 8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java
99673bb5e6c : 8232178: MacVolumesTest failed after upgrade to MacOS Catalina
1dfa6ac683c : 8232052: use string literal for format string when handling PauseAtStartupFile
d9244acb6f3 : 8231254: (fs) Add test for macOS Catalina changes to protect system software
5673b690ce9 : 8229243: SunPKCS11-Solaris provider tests failing on Solaris 11.4
a21d858ec1f : 8231222: fix pkcs11 P11_DEBUG guarded native traces
56366c166e2 : 8228835: Memory leak in PKCS11 provider when using AES GCM
3ea0ac8e853 : 8225695: 32-bit build failures after JDK-8080462 (Update SunPKCS11 provider with PKCS11 v2.40 support)
dd13d1ba8e7 : 8176837: SunPKCS11 provider needs to check more details on PKCS11 Mechanism
27f2c6ed0e0 : 8080462: Update SunPKCS11 provider with PKCS11 v2.40 support
715cf0ab3d7 : 8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request
e881d91b110 : 8212752: Typo in SSL log message related to inactive/disabled signature scheme
30d0962f2b9 : 8212738: Incorrectly named signature scheme ecdsa_secp512r1_sha512
f9dce9736fe : 8208236: [TESTBUG] vmTestbase/nsk/stress/stack tests fail by timeout
0f42ca806a6 : 8211740: [AOT] -XX:AOTLibrary doesn't accept windows path
153b3c3ea4c : 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
30659912534 : 8227381: GSS login fails with PREAUTH_FAILED
1c6d24791ad : 8227061: KDC.java test behaves incorrectly when AS-REQ contains a PAData not PA-ENC-TS-ENC
b46bd28a802 : 8226719: Kerberos login to Windows 2000 failed with "Inappropriate type of checksum in message"
0104a90a20e : 8230115: Problemlist JFR TestNetworkUtilization test
a23541bb21f : 8231457: Asserts on AIX because os::elapsed_counter() is not monotonic
0618a506cfe : Added tag jdk-11.0.6+3 for changeset f8b2e95a1d41
824b6e51b5d : 8233944: Make KerberosPrincipal.KRB_NT_ENTERPRISE field package private
c4ee94ff220 : 8233839: aarch64: missing memory barrier in NewObjectArrayStub and NewTypeArrayStub
be95351ac41 : 8232879: Writing out data with the Zip File System leads to a CRC failure
9e6880e6de1 : 8233203: fix non-product build on AIX when compiling with xlc16/legacy-xlc
1765d1e3c73 : 8230881: serviceability/sa/TestJmapCore tests fail with java.lang.RuntimeException: Could not find dump file
e0cbf13399b : 8228625: [TESTBUG] sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException 'JShellToolProvider' missing from stdout/stderr
d9785e7a775 : 8230388: Problemlist additional compiler/rtm tests
40009296b93 : 8225505: ctrl-F1 does not show the tooltip of a menu item (JMenuItems)
35e7edc1703 : 8226899: Problemlist compiler/rtm tests
1cd98508588 : 8233886: TEST_BUG jdk/java/net/CookieHandler/B6791927.java hit hardcoded expiration date
a506a24c199 : 8221246: NullPointerException within Win32ShellFolder2
1dd28b3360f : 8231403: [ppc]: Align ReservedCodeCacheSize default value with other platforms
96e9b4af4c0 : 8232381: add result NULL-checking to freetypeScaler.c
b2ea87a5e25 : 8233075: JFR - nmetods - misspelled in several places
f48a8b37539 : Added tag jdk-11.0.6+2 for changeset 8d3e0c2c0098
7522d270ed4 : 8231620: assert(bol->is_Bool()) crash during split if due to FastLockNode
9054a550488 : 8215032: Support Kerberos cross-realm referrals (RFC 6806)
3f29fd35883 : 8224505: TestQuotedLogOutput failure after ProcessBuilder changes
38989477d86 : 8216363: NullPointerException in java.util.logging.Handler#isLoggable
dba46c3f336 : 8214773: Replace use of thread unsafe strtok
89c57f71571 : 8216426: Usage of array placement new may lead to memory corruption
98350351ec4 : 8220476: Incorrect GPL header in src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/PerfDataFile.java
ed2f03ef882 : 8220474: Incorrect GPL header in src/java.instrument/share/classes/java/lang/instrument/package-info.java
e6b187ad0d2 : 8221532: Incorrect copyright header in FileSystemSupport_md.c
73b080ba9b6 : 8212071: Need to set the FreeType LCD Filter to reduce fringing
268d1e30b4e : 8211992: GraphicsConfiguration.getDevice().getDisplayMode() causes JVM crash on Mac
e5510a12d4d : 8211866: TLS 1.3 CertificateRequest message sometimes offers disallowed signature algorithms
a86df6e1cb4 : 8211147: Incorrect comparator com.sun.beans.introspect.MethodInfo.MethodOrder
3a9e3db4ebb : 8209972: [GRAAL] Don't run RTM tests with Graal
2d18bcba308 : 8214311: dtrace gensrc has missing dependencies
4b804d50342 : Added tag jdk-11.0.6+1 for changeset 6eb89e59a06a
1434a2dc324 : 8232005: [s390, PPC64] More exception checks missing in interpreter
049bf0e7d3b : 8223697: jfr tool can't format duration values greater than 1 minute
7a98c96c31a : 8218580: endpoint identification algorithm should be case-insensitive
0e037bd7b74 : 8231085: C2/GC: Better GC-interface for expanding clone
e29a6a7c37a : 8229169: False failure of GenericTaskQueue::pop_local on architectures with weak memory model
08a0d2e342f : 8207922: ctw of jdk.security.auth failed with "Unexpected zero exit codebefore finishing all compilations"
f9d217dab95 : 8231988: Unexpected test result caused by C2 IdealLoopTree::do_remove_empty_loop
5ba35ec3e3e : 8215771: The jfr tool should pretty print reference chains
9632440c467 : 8214052: [testbug] vmTestbase/vm/compiler/CodeCacheInfoOnCompilation - wrong shell used
35cb9c03de5 : 8232051: Epsilon should warn about Xms/Xmx/AlwaysPreTouch configuration
db73bdb5598 : 8232874: Add missing test for 8230062
bfc9ed10895 : 8221395: HttpClient leaving connections in CLOSE_WAIT state until Java process ends
05b1ee7f5d7 : 8215411: some GetByteArrayElements calls miss corresponding Release
c53a6ff4385 : 8229156: ProblemList gc/stress/gclocker/TestExcessGCLockerCollections.java
1ea741700fd : 8231751: on aix handle Power 9 in os::get_summary_cpu_info
7abaa05e65a : 8232592: <Unknown compiled code> is shown in jstack mixed mode
52df047d4bb : 8191521: handle long relative path specified in -Xbootclasspath/a on windows 8231885: Fix/remove malformed assert in os_windows.cpp 8231930: Windows build fails after JDK-8191521
6972a161698 : 8225694: Destination option missing in FlightRecorderMXBeanImpl
03284f2f263 : 8146238: [macosx] Java2D Queue Flusher crash on OSX after switching between user accounts
e2d83e28ca0 : 8134672: [TEST_BUG] Some tests should check isDisplayChangeSupported
0071a24b94a : 8226513: JEditorPane is shown with incorrect size
f906e84ee7c : 8215105: java/awt/Robot/HiDPIScreenCapture/ScreenCaptureTest.java: Wrong Pixel Color
d0604c201be : 8225101: Crash at sun.awt.X11.XlibWrapper.XkbGetUpdatedMap when change keybord map
13fb97feef0 : 8229420: [Redo] jstat reports incorrect values for OU for CMS GC
beaf62ca9d5 : 8229872: (fs) Increase buffer size used with getmntent
bbfd081063a : 8231887: ComodoCA.java fails because certificate was revoked
39b334ec9d0 : 8216561: HttpClient: The logic of retry on connect exception is inverted
17a2532a3c8 : 8213005: Missing symbols in hs_err files on Windows after JDK-8212028
abcacaefe01 : 8212028: Use run-test makefile framework for testing in Oracle's Mach5
372f7ee1785 : 8211037: Load jib jars dynamically from JibArtifactManager
aae980180d6 : 8190737: use unicode version of the canonicalize() function to handle long path on windows
936b96a8d21 : Added tag jdk-11.0.5-ga for changeset 6385eb06af94
7763bc6a26a : Added tag jdk-11.0.5+10 for changeset 6385eb06af94
0dc0ea56ee7 : 8231693: Backout "8230728: Thin stroked shapes are not rendered if affine transform has flip bit" from jdk11u
97065cf1007 : 8230728: Thin stroked shapes are not rendered if affine transform has flip bit
45315121da5 : Added tag jdk-11.0.5+9 for changeset ee7128cf507a
46ca4f5ac7a : 8230085: (fs) FileStore::isReadOnly is always true on macOS Catalina
9d116719dac : 8230850: Test sun/tools/jcmd/TestProcessHelper.java fails intermittently
9273faa66de : 8230303: JDB hangs when running monitor command
08fa6ff1ea8 : 8230062: assert(i == p->size()-1) failed: must be last element of the pack
a75b47ea91b : 8231503: [TESTBUG] compiler/{jvmci,aot} tests should not run with GCs that do not support JVMCI/AOT
b0170bd63c0 : 8229773: Resolve permissions for code source URLs lazily
f89306aacac : 8228469: (tz) Upgrade time-zone data to tzdata2019b
df3d8aea28a : 8212970: TZ database in "vanguard" format support
7bebdea0a8a : Added tag jdk-11.0.5+8 for changeset 2c29e9b3a285
e59dc4fc99a : 8228337: problemList failing/ignored manual tests in security-libs
3af4964b8ea : 8222154: upgrade gtest to 1.8.1
4853319d120 : Added tag jdk-11.0.5+7 for changeset 046604d257d7
61cf67c4825 : 8229887: (zipfs) zip file corruption when replacing an existing STORED entry
89fb1916784 : 8225390: ProblemList sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java due to JDK-8161536
697a9149dd0 : 8204203: Many pkcs11 tests failed in Provider initialization, after compiler on Windows changed
a1efdbf430d : 8219013: Update Apache Santuario (XML Signature) to version 2.1.3
97910c06d36 : 8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find dependent libraries
120bfc64e2c : Added tag jdk-11.0.5+6 for changeset deaef57bf366
80853189eb6 : 8219914: Change the environment variable for Java Access Bridge logging to have a directory
a1af427a668 : 8228825: Enhance ECDSA operations
d83c7ee748f : 8221913: Add GC.selected() jtreg-ext function
0da422811b5 : 8016914: CoreDocumentImpl.setXmlVersion NPE
32dac05fb0a : 8231770: Test java/util/zip/FlaterTest.java fails with -Xcheck:jni
7f80004582d : 8229020: Failure on CPUs allowing loads reordering: assert(_tasks[t] == 1) failed: What else?
ee809242307 : 8221407: Windows 32bit build error in libsunmscapi/security.cpp
388995718be : 8227601: Better collection of references
742789af803 : 8226765: Commentary on Javadoc comments
86bad8c8de1 : 8225597: Enhance font glyph mapping
8f820424d77 : 8225298: Improve TLS connection support
6b9ed416e68 : 8225292: Better Graphics2D drawing
193b4a70e49 : 8225286: Better rendering of native glyphs
c884812df5b : 8224915: Better serial attributes
9071b47a3cd : 8224532: Better Path supports
5c1a07801b9 : 8224062: Improve String index handling
768307e0fb3 : 8223892: Improved handling of jar files
8301840789a : 8223886: Add in font table referene
90bdb6a26a4 : 8223518: Unexpected exception in jjs
dab69d4003c : 8223505: Better pattern compilation
84dc5974356 : 8222690: Better Glyph Images
de53d558d90 : 8222684: Better support for patterns 8223163: Better pattern recognition
bf7e92edbc1 : 8221858: Build Better Processes
8b4e907f69f : 8221497: Optional Panes in Swing
70d1baeb6b5 : 8209901: Canonical file handling
28b5c6ac82f : 8224025: Fix for JDK-8220302 is not complete
95f1a2648db : 8220302: Better Kerberos ccache handling
612e269e336 : 8220186: Improve use of font temporary files
eb9e301faff : 8218877: Help transform transformers
20ebeef55b8 : 8218573: Better socket support
93029e25843 : 8213429: Windows file handling redux
27f28beadf4 : 8213406: (fs) More than one instance of built-in FileSystem observed in heap
e5d2d2d98a6 : 8213568: Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
e7fb6f9ac42 : 8220175: serviceability/dcmd/framework/VMVersionTest.java fails with a timeout
335d91c5153 : 8219504: Test for JDK-8211435 can be run on all platforms
7b0a5e4c849 : 8048556: Unnecessary GCLocker-initiated young GCs
ac2d6a4434e : 8224217: RecordingInfo should use textual representation of path
0d1400f751f : 8231201: hs_err should print coalesced safepoint operations in Events section
1d24f8f53a1 : 8221456: nmethod::make_unloaded() clears _method member too early
96e1bc18f34 : 8229800: WindowsServerCore 1809 does not provide d2d1.dll library required by awt.dll
2d7fcb38321 : 8228368: avoid incompatible pointer to integer conversion initializing gint in gtk2_interface
ab40ce20095 : 8215913: [Test_bug]java/util/Locale/LocaleProvidersRun.java failed on de_DE and ja_JP locale
b452145a0b8 : 8231294: ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails
f7daa28c3b7 : 8231296: ZGC: vmTestbase/nsk/jvmti/Allocate/alloc001/ fails
6bed55986b9 : 8229022: BufferedReader performance can be improved by using StringBuilder
ecb14f17a04 : 8229899: Make java.io.File.isInvalid() less racy
a37a4cddf39 : 8231223: C2's conditional move optimization fails with assert(bol->Opcode() == Op_Bool) failed
73b8c60f76e : 8230061: # assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node
aff790110d9 : 8230671: x86_32 build failures after JDK-8229496
3f65a46e7cd : 8229496: SIGFPE (division by zero) in C2 OSR compiled method
cd55f40eec8 : 8230363: C2: Let ConnectionGraph::not_global_escape(Node* n) return false if n is not in the CG
d83fdbd1b0f : 8231665: 8231055 broke escapeAnalysis/TestSelfArrayCopy.java
199b95159ae : 8231055: C2: arraycopy with same non escaping src and dest but different positions causes wrong execution
68570f2c0f3 : 8223869: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java on more platforms
b3bd41a4d0d : 8229483: Sinking load out of loop may trigger: assert(found_sfpt) failed: no node in loop that's not input to safepoint
aa6575933c2 : 8229284: jdk/internal/platform/cgroup/TestCgroupMetrics.java fails for - memory:getMemoryUsage
530f9ad2919 : 8231318: Several compiler/aot tests fail for JDK11 on Windows when only MSVC 2017 is installed
5a3e18bae7b : 8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
8ab5ecdbba1 : 8227642: [TESTBUG] Make docker tests podman compatible
5e3fe3c0eb8 : 8224502: [TESTBUG] JDK docker test TestSystemMetrics.java fails with access issues and OOM
a0e877a837d : 8220528: [AIX] Fix basic Xinerama and Xrender functionality
a44fef330b0 : 8230728: Thin stroked shapes are not rendered if affine transform has flip bit
ab736601d17 : 8227605: Kitchensink fails "assert((((klass)->trace_id() & (JfrTraceIdEpoch::leakp_in_use_this_epoch_bit())) != 0)) failed: invariant"
24f69f88904 : 8227411: TestTimeMultiple.java failed "assert(!lease()) failed: invariant"
69c6b4d3920 : 8217362: Emergency dump does not work when disk=false is set
18497dec1b3 : 8215449: Several tests failing when jtreg run with -vmoption:--illegal-access=deny
5490d834cfb : 8228687: [TESTBUG] exclude Container tests from hotspot_misc group
18792f0570e : 8210789: langtools/tools/javac/T8152616.java missing @modules
54486569a80 : 8224589: Improve startup behavior of SecurityProperties
fa719f44d0c : Added tag jdk-11.0.5+5 for changeset d43c5ab1a337
e0a13da4738 : 8215879: AArch64: ReservedStackAccess may leave stack guard in inconsistent state
ac253931a36 : 8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on AArch64
ca3d32f35d4 : 8225005: Xerces 2.12.0: License file
4dd1429aa6a : 8222991: Xerces 2.12.0: Validation
e15f3df1d8e : 8222743: Xerces 2.12.0: DOM Implementation
5d85cee70d0 : 8222415: Xerces 2.12.0: Parsing Configuration
a00d5f237e9 : 8219993: AArch64: Compiled CI stubs are unsafely modified
c6a14639774 : 8216989: CardTableBarrierSetAssembler::gen_write_ref_array_post_barrier() does not check for zero length on AARCH64
2ee0f587fa2 : 8219583: Windows build failure after JDK-8214777 (Avoid some GCC 8.X strncpy() errors in HotSpot)
ca3fd3a03fe : 8214777: Avoid some GCC 8.X strncpy() errors in HotSpot
2dc221e0880 : 8215130: Fix errors in LittleCMS 2.9 reported by GCC 8
1549d7afc62 : 8220072: GCC 8.3 reports errors in java.base
7894a13e791 : 8222968: ByteArrayPublisher is not thread-safe resulting in broken re-use of HttpRequests
5d30097700d : 8215756: Memory leaks in the AWT on macOS
51a8e453f42 : 8210384: SunLayoutEngine.isAAT() font is expensive on MacOS
61628526a90 : 8209771: jdk.test.lib.Utils::runAndCheckException error
0ecad1cf815 : 8202359: [GRAAL] compiler/uncommontrap/TestDeoptOOM.java failed with OutOfMemoryError
407f3ecadce : 8200381: Typos in javadoc - missing verb "be" and alike
4b10a038aef : 8185898: setRequestProperty(key, null) results in HTTP header without colon in request
8399db4d1bc : 8144125: [macOS] java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java failed automatically
94e4246bc05 : 8207965: C2-only debug build fails
c71326d95cf : 8225386: test for JDK-8216261 fails in Windows
261c5308b20 : 8216261: Javap ignores default modifier on interfaces
4d06e6897ba : 8229767: Typo in java.security: Sasl.createClient and Sasl.createServer
78ae9f69570 : 8218553: Enhance keystore load debug output
d6812b270b3 : 8200400: Restrict Sasl mechanisms
0cfde838e62 : 8222108: Reduce minRefreshTime for updating remote printer list on Windows
605bb37e291 : 8218280: LineNumberReader throws "Mark invalid" exception if CRLF straddles buffer
e1774b55389 : 8214003: Limit default test jobs based on memory size
2c4aa733a36 : 8211727: Adjust default concurrency settings for running tests on Sparc
c2916df0394 : 8229925: [s390, PPC64] Exception check missing in interpreter
2a973cd3ede : 8224202: Speed up Properties.load
6a7965e66a8 : 8224221: add memprotect calls to event log
3819aa22b4e : 8218966: AArch64: String.compareTo() can read memory after string
7239348c193 : 8227630: adjust format specifiers in loadlib_aix.cpp
d21ac9de156 : 8227869: fix wrong format specifiers in os_aix.cpp
c4e0c2656ca : 8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms
63511a669c0 : 8216528: test/jdk/java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java failing with Xcomp
1c00fbb56d4 : 8216046: test/jdk/java/beans/PropertyEditor/Test6397609.java failing
57e956f4e36 : 8223814: SA: jhsdb common help needs to be more detailed
bd23e122ba0 : 8227594: sadebugd/DebugdConnectTest.java fails due to "java.rmi.NotBoundException: SARemoteDebugger"
052e9606e37 : 8210389: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
b05fbdfde0e : 8224991: Problemlist javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java
ab9057a5003 : 8229352: Use of an uninitialized register in 32-bit ARM template interpreter
3e94481cd36 : 8217368: AArch64: C2 recursive stack locking optimisation not triggered
fd5c5d8f16e : 8230099: Prepare for backport of JDK-8217368
85d59b3be07 : 8209413: AArch64: NPE in clhsdb jstack command
02c7801b394 : 8225388: Running jcmd Compiler.CodeHeap_Analytics all 0 cause crash
ca91988c9b1 : 8224658: Unsafe access C2 compile fails with assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr: adr_type = NULL
577f5021b6c : 8218879: Keep track of memory accesses originated from Unsafe
9d0d7b2d938 : 8215792: AArch64: String.indexOf generates incorrect result
a340a2a3ec5 : 8225189: Multiple JNI calls within critical region in ZIP Library
c21e52bf9bc : 8214857: "bad trailing membar" assert failure at memnode.cpp:3220
60e40c37c4c : 8211233: MemBarNode::trailing_membar() and MemBarNode::leading_membar() need to handle dying subgraphs better
098384a05ab : 8209420: Track membars for volatile accesses so they can be properly optimized
db70185df9b : Added tag jdk-11.0.5+4 for changeset 315e87371209
95e5e3bd6a3 : 8220672: [TESTBUG] TestCPUSets should check that cpuset does not exceed available cores
666d7c1fd47 : 8202952: C2: Unexpected dead nodes after matching
ba62c66b8b4 : 8229406: ZGC: Fix incorrect statistics
385dd45d6ca : 8225715: jhsdb jmap fails to write binary heap dump of a jshell process
3e73a191505 : 8222299: [TESTBUG] move hotspot container tests to hotspot/containers
a18729ee737 : 8221894: Add comments for docker tests in the test doc
15fb9b2792b : 8219997: [TESTBUG] Create test for JFR events in Docker container: CPU, Memory and Process Info
f44bca89ac3 : 8210314: [aix] NMT does not show "Safepoint" memory type
a2afb491c90 : 8228649: [PPC64] SA reads wrong slots from interpreter frames
7b04967df86 : 8218581: Incorrect exception message generation
59d56575307 : 8228725: AArch64: Purge method call format support
31321c06a70 : 8210390: C2 still crashes with "assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node"
8a435dba67d : 8225644: C1 dumps incorrect class name in ClassCastException message
75fdca8d739 : 8226409: Enable argument profiling for sun.misc.Unsafe.put*/get*
3ada9365886 : 8219370: NMT: Move synchronization primitives from mtInternal to mtSynchronizer
a0dbc00cd85 : 8219517: assert(false) failed: infinite loop in PhaseIterGVN::optimize
7b75a5b9fc9 : 8211232: GraphKit::make_runtime_call() sometimes attaches wrong memory state to call
7240b2a8d08 : 8226964: [Yaru] GTK L&F: There is no difference between menu selected and de-selected
98360e1740e : 8228601: AArch64: Fix interpreter code at JVMCI deoptimization entry
1a201984856 : 8228711: Path rendered incorrectly when it goes outside the clipping region
34b45531807 : 8220657: JFR.dump does not work when filename is set
b2feed2f8da : 8216401: Allow "file:" URLs in Class-Path of local JARs
a2b76b49722 : 8213134: AArch64: vector shift failed with MaxVectorSize=8
987b8f11de2 : 8226530: ZipFile reads wrong entry size from ZIP64 entries
5b788918157 : Added tag jdk-11.0.5+3 for changeset d84dae4fba03
c0456d8982f : 8220227: Host Locale Provider getDisplayCountry returns error message under non-English Win10
07daff84d18 : 8227834: build.log output from failing commands : include the hs_error file path in case of crashes in build
6eac440aac8 : 8228501: java_props_macosx.c - provide missing CFRelease for CFLocaleCopyCurrent
77a497b3639 : 8228578: fix CFData object leak in macosx KeystoreImpl.m
1a811216c34 : 8217896: Make better use of LCPUs when building on AIX
ab9fe43bf44 : 8228400: Remove built-in AArch64 simulator
a4052c480f1 : 8228764: New library dependencies due to JDK-8222720
bdbdc782d37 : 8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on
b7861e3a7b0 : 8227919: 8213232 causes crashes on solaris sparc64
e2ab2da9eb2 : 8208364: java/lang/reflect/callerCache/ReflectionCallerCacheTest.java missing module dependencies declaration
9c87b3f4c62 : 8228902: add os::dll_load to the unified logging os category
12a5d806a67 : 8230861: missing ReleaseStringUTFChars in Java_sun_security_pkcs11_wrapper_PKCS11_connect
d85be4f1843 : 8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return
267cf795ef0 : 8230900: missing ReleaseStringUTFChars in java.desktop native code
c798eddc547 : 8230901: missing ReleaseStringUTFChars in serviceability native code
b94ccfa4507 : 8230943: False deadlock detection with -XX:+CIPrintCompileQueue after JDK-8163511
927f6dfbdb3 : 8230110: TestLinkageErrorInGenerateOopMap times out
26a99321772 : 8224172: assert(jfr_is_event_enabled(id)) failed: invariant
9f219366b47 : 8216064: -XX:StartFlightRecording:settings= doesn't work properly
ce6a0f3f5d1 : 8227035: JVM::printFlags fails in native OOM situations
2628279f1a9 : 8227032: MetaspaceUtils::print_report crashes when called before initialization
99c133a0825 : 8227031: Print NMT statistics on fatal errors
7545331a17b : 8230923: SunJSSE is not properly initialized in FIPS mode from a configuration file
207d5e04bb0 : 8231247: (zipfs) Test failure in jdk/nio/zipfs/InvalidZipHeaderTests.java after backport of JDK-8222807
09ac1c4b43c : 8226779: [TESTBUG] Test JFR API from Java agent
e7d11662505 : 8214750: Unnecessary <p> tags in jfr classes
a43b58976aa : 8227435: Perf::attach() should not throw a java.lang.Exception
6fe9839d40d : 8227338: templateInterpreter.cpp: copy_table() needs to be safer
d1241118e2c : 8223438: add VirtualizationInformation JFR event
54da0103586 : 8222807: Address iteration with invalid ZIP header entries
f4a2d4ff7df : 8222529: sun.jdwp.listenerAddress agent property uses wrong encoding
ca085cfacde : 8222440: (zipfs) JarFileSystem does not correctly handle versioned entries if no root entry is present
7e37523eed5 : 8211919: ZipDirectoryStream should provide a stream of paths that are relative to the directory
3eaa62b8344 : 8211385: (zipfs) ZipDirectoryStream yields a stream of absolute paths when directory is relative
7846324a636 : 8227397: Add --with-extra-asflags configure option
107d2ba4897 : 8229701: aarch64: C2 OSR compilation fails with "shouldn't process one node several times" in final graph reshaping
e9bf21401e7 : 8230376: [TESTBUG] runtime/StackTrace/HiddenFrameTest.java fails with release VM
3798aa921af : 8216977: ShowHiddenFrames use in java_lang_StackTraceElement::fill_in appears broken
7dbd081069d : 8219914: Change the environment variable for Java Access Bridge logging to have a directory
4886f5b64be : 8214975: No hs-err file if fatal error is raised during dynamic initialization
aca5c148b5d : 8209835: Aarch64: elide barriers on all volatile operations
30a8e225e57 : 8229182: runtime/containers/docker/TestMemoryAwareness.java test fails on SLES12
327516aa9c7 : 8230769: BufImg_SetupICM add ReleasePrimitiveArrayCritical call in early return
a7a0700a090 : 8230711: ConnectionGraph::unique_java_object(Node* N) return NULL if n is not in the CG
0a5743df013 : 8230466: check malloc/calloc results in jdk.hotspot.agent
b54b44ae7d8 : 8210559: ClassLoaderData Symbols can leak
3440704a0d5 : 8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list
f404e65730f : 8230238: Add another regression test for JDK-8134739
1b268d077a7 : 8213014: Crash in CompileBroker::make_thread due to OOM
7a1df6f8cac : 8227368: EnumSet.class serialization broken in JDK 9+
9571834bf9e : 8213604: Fix missing includes after JDK-8212673
b9a10da4768 : 8216283: Allow shorter method sampling interval than 10 ms
28f8b2a82bf : 8221569: JFR tool produces incorrect output when both --categories and --events are specified
a173cc406c8 : 8222888: [TESTBUG] docker/TestJFREvents.java fails due to "RuntimeException: JAVA_MAIN_CLASS_ is not defined"
63e22ebc213 : 8221711: [TESTBUG] create more tests for JFR in container environment
dc3a10dff6e : 8220555: JFR tool shows potentially misleading message when it cannot access a file
fc6c59a59c7 : 8229016: C2 scalarization crashes with assert(node->Opcode() == Op_CastP2X) failed: ConvP2XNode required
315980526fe : 8212673: jtreg/applications/runthese/RunThese30M.java fails in C2 with "assert(!had_error) failed: bad dominance"
1ce8ba3f1a4 : 8218468: Load barrier slow path node should be MachTypeNode
c4c0398d8e1 : 8220352: Crash with assert(external_guard || result != __null) failed: Invalid JNI handle
60c479ea0a8 : 8215699: -Xlog::file cannot be used with named pipe
e8f91380743 : 8230646: Epsilon does not extend TLABs to max size
8da18863aef : 8218935: Make jfr strncpy uses GCC 8.x friendly
2cd49152a8a : 8229437: assert(is_aligned(ref, HeapWordSize)) failed: invariant
ddae97296d9 : 8228834: Regression caused by JDK-8214542 not installing complete checkpoint data to candidates
1958de5bbbc : 8214542: JFR: Old Object Sample event slow on a deep heap in debug builds
6f4dc59a32d : 8229450: C2 compilation fails with assert(found_sfpt) failed
275b7464561 : 8210158: Accessorize JFR getEventWriter() intrinsics
d405eb4abd5 : 8208601: Introduce native oop barriers in C2 for OopHandle
51df0531fc2 : 8227127: Era designator not displayed correctly using the COMPAT provider
d8eeeb4712d : 8208582: Introduce native oop barriers in C1 for OopHandle
27975196373 : 8212627: [TESTBUG] runtime/CreateMirror/ArraysNewInstanceBug.java timed out
8a64f0f93d4 : 8210387: C2 compilation fails with "assert(node->_last_del == _last) failed: must have deleted the edge just produced"
f9427d05652 : 8214098: sun.security.ssl.HandshakeHash.T12HandshakeHash constructor check backwards
935af237547 : 8224538: LoadBarrierNode::common_barrier must check address
4abf02c53c5 : 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
ca57d7b0899 : 8215755: ZGC: split_barrier_thru_phi: check number of inputs of phi
bbd39237c8d : 8215708: ZGC: Add missing LoadBarrierNode::size_of()
c7c689714fd : 8209691: Allow MemBar on single memory slice
9932e8369c3 : 8225225: stringStream internal buffer should always be zero terminated
9caa47681eb : 8220394: bufferedStream does not honor size limit
18c05386a61 : 8213448: [TESTBUG] enhance jfr/jvm/TestDumpOnCrash
06c5eb7b922 : 8209647: constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled
d4e33cae868 : 8209545: Simplify HeapShared::archive_module_graph_objects
90eec712409 : 8206115: Use shared macros for JavaClasses::compute_offsets and MetaspaceShared::serialize_well_known_classes
7ffb99942e8 : 8209120: Archive the Integer.IntegerCache
3fef50e7ca8 : 8207263: Store the Configuration for system modules into CDS archive
f6b6ede31e4 : 8209003: Consolidate use of empty collections in java.lang.module
47a0611cd81 : 8213381: Hook to allow GC to inject Node::Ideal() calls
83e5729504c : 8228888: C2 compilation fails with assert "m has strange control"
ca85e6871a1 : 8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place"
258dc205da8 : 8216135: C2 assert(!had_error) failed: bad dominance
18d5a2674f2 : 8227086: Use AS_NO_KEEPALIVE loads in HeapDumper
9bfcb738626 : 8193325: StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767
0148b1d8e17 : 8221406: Windows 32bit build error in NetworkInterface_winXP.c
17dfb980fa1 : 8214925: JFR tool fails to execute
01a12d5e66f : 8214896: JFR Tool left files behind
86c3201f860 : 8205516: JFR tool
2ad572cc258 : 8209790: SA tools not providing option to connect to debug server
b906cc003fd : 8224958: add os::dll_load calls to event log
7f00c330279 : 8224193: stringStream should not use Resouce Area
d935f6a02e1 : 8222015: Small VM.metaspace improvements
674fbb41baf : 8214315: G1: fatal error: acquiring lock SATB_Q_FL_lock/1 out of order with lock tty_lock/0
004948d69d7 : 8217731: Font rendering and glyph spacing changed from jdk-8 to jdk-11
82213c58221 : 8229408: Bump update version for OpenJDK: jdk-11.0.6
e92214b0115 : Added tag jdk-11.0.6+0 for changeset 7431ec494a29
49571bb9d09 : 8208157: requires.VMProps throws NPE for missing properties in "release" file
30d9c24ac43 : 8201513: nsk/jvmti/IterateThroughHeap/filter-* are broken
300283b28a4 : 8183107: PKCS11 regression regarding checkKeySize
6bfe1661c1f : 8207367: 10 vmTestbase/nsk/jdi tests timed out when running with jtreg
61c2e94baac : 8206963: [AOT] bug with multiple class loaders
1eb3941dfd6 : 8204529: gc/TestAllocateHeapAtMultiple.java fail with Agent 7 timed out
b80eac4b29e : 8203904: javax/swing/JSplitPane/4816114/bug4816114.java: The divider location is wrong
8bdcc78ca7d : 8230480: check malloc/calloc results in java.desktop
54582060308 : 8199072: Test javax/swing/GroupLayout/6613904/bug6613904.java is unstable
4587e1d6b5d : 8198398: Test javax/swing/JColorChooser/Test6199676.java fails in mach5
d52836d429d : 8198321: javax/swing/JEditorPane/5076514/bug5076514.java fails
bdb08aff174 : 8196467: javax/swing/JInternalFrame/Test6325652.java fails
e737a0812a9 : 8194944: Regression automated test 'open/test/jdk/javax/swing/JInternalFrame/8145896/TestJInternalFrameMaximize.java' fails
aae808f6f05 : 8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF
de6a742de67 : 8202035: Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module
ba8d9926a5f : 8224165: [TESTBUG] Docker tests produce excessive output
b01a85466cf : 8221710: [TESTBUG] more configurable parameters for docker testing
ebc8a88b6f5 : 8205421: AARCH64: StubCodeMark should be placed after alignment
11ec35a3910 : 8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes)
5e293a7b4ed : 8208499: NMT: Missing memory tag for Safepoint polling page
279802157e2 : 8219244: NMT: Change ThreadSafepointState's allocation type from mtInternal to mtThread
b02cf691573 : 8223336: Assert in VirtualMemoryTracker::remove_released_region when running the SharedArchiveConsistency.java test with -XX:NativeMemoryTracking=detail
6a30c990838 : 8217676: Upgrade libpng to 1.6.37
e69cf00d264 : 8221340: [TESTBUG] TestCgroupMetrics.java fails after fix for JDK-8219562
6534c617a83 : 8219562: Line of code in osContainer_linux.cpp L102 appears unreachable
f7240b2216e : 8221527: [TESTBUG] DockerBasicTest.java contains hard-coded reference to JDK 10
54f12c90add : 8212528: Wrong cgroup subsystem being used for some CPU Container Metrics
ebd550ea493 : 8221529: [TESTBUG] Docker tests use old/deprecated image on AArch64
537b44caae9 : 8221342: [TESTBUG] Generate Dockerfile for docker testing
a406184c0a0 : 8220313: [TESTBUG] Update base image for Docker testing to OL 7.6
148544eb309 : 8220674: [TESTBUG] MetricsMemoryTester failcount test in docker container only works with debug JVMs
7d49d41348c : 8217766: Container Support doesn't work for some Join Controllers combinations
4aee20c3f41 : 8220579: [Containers] SubSystem.java out of sync with osContainer_linux.cpp
1dc659712bb : 8225423: GTK L&F: JSplitPane: There is no divider shown
01af389aa69 : 8227392: Colors with alpha are painted incorrectly on Linux, after JDK-8214579 8224825: java/awt/Color/AlphaColorTest.java fails in linux-x64 system
4f6059033c5 : 8226798: JVM crash in klassItable::initialize_itable_for_interface(int, InstanceKlass*, bool, Thread*)
8b2982f0ad2 : 8225141: Better handling of classes in error state in fast class initialization checks
acda1a69cf0 : 8208706: compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
7a7d661bed6 : 8208701: Fix for JDK-8208655 causes test failures in CI tier1
17b730d7edf : 8208655: use JTreg skipped status in hotspot tests
fb9547354c3 : 8221408: Windows 32bit build build errors/warnings in hotspot
e32185a8f31 : 8221725: AArch64 build failures after JDK-8221408 (Windows 32bit build build errors/warnings in hotspot)
829e3910b2c : 8222914: Partial backport of JDK-8218266 8215505: Cleanup jvm.cpp obsolete code after JDK-8210094: Better loading of classloader classes
a5c903cc86d : 8216562: UnknownBodyLength sometimes fails due to "Connection reset by peer"
453d95eaf2a : 8210130: java/net/httpclient/UnknownBodyLengthTest.java failed
12cda6f8594 : 8225543: Jcmd fails to attach to the Java process on Linux using the main class name if whitespace options were used to launch the process
ec7434772e5 : 8221730: jcmd process name matching broken
fd06253c5ae : 8205654: serviceability/dcmd/framework/HelpTest.java timed out 8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on Linux
51f5a85889f : 8217371: Incorrect LP64 guard in x86.ad after JDK-8210764 (Update avx512 implementation)
1a8c9f80a36 : 8228596: Class redefinition fails when condy instructions are removed
edda072fa00 : 8217785: Padding ParallelTaskTerminator::_offered_termination variable
b703e5dd78e : 8222387: Out-of-bounds access to CPU _family_id_xxx array
dce6df62e8b : 8220341: Class redefinition fails with assert(!is_unloaded()) failed: unloaded method on the stack
d7553655843 : 8163511: Allocation of compile task fails with assert: "Leaking compilation tasks?"
016745c090a : 8215044: C2 crash in loopTransform.cpp with assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop
f358696767f : 8224558: Fix replicateB encoding
c1f3b1633af : Added tag jdk-11.0.5+2 for changeset b249a2a2034e
f08fce0ce27 : 8163363: AArch64: Stack size in tools/launcher/Settings.java needs to be adjusted
fb5d6b216fd : 8216375: Revert JDK-8145579 after JDK-8076988 is resolved
6689de7e995 : 8076988: reevaluate trivial method policy
8f8154f3718 : 8209186: Rename SimpleThresholdPolicy to TieredThresholdPolicy
ff1d3ec8444 : 8228618: s390: c1/c2 fail to add a metadata relocation in the static call stub
2d18e6e508b : 8213734: SAXParser.parse(File, ..) does not close resources when Exception occurs
2ee1ae920e7 : 8213561: ZipFile/MultiThreadedReadTest.java timed out in tier1
ece508d8a5a : 8220690: ATTRIBUTE_ALIGNED requires GNU extensions enabled
465f4053b8a : 8226607: Inconsistent info between pcsclite.md and MUSCLE headers
45669a96f5f : 8218780: Update MUSCLE PCSC-Lite header files
98fa9a2ee40 : 8224090: [PPC64] Fix SLP patterns for filling an array with double float literals
0cd8b5a43f6 : Added tag jdk-11.0.5+1 for changeset 3ba9c532128b
f20dfa7d274 : 8227041: runtime/memory/RunUnitTestsConcurrently.java has a memory leak
6b2e057dca0 : 8226468: [aix] loadquery failed error message displayed
9cf41e45355 : 8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows
78e47c6fffa : 8223482: Unsupported ciphersuites may be offered by a TLS client
c4c43e3d7ec : 8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable
cfe3e6eb15e : 8225257: sun/security/tools/keytool/PSS.java timed out
2860d9a02b7 : 8224560: (tz) Upgrade time-zone data to tzdata2019a 8225580: tzdata2018i integration causes test failures on jdk-13 8215982: (tz) Upgrade time-zone data to tzdata2018i
5c66363623a : 8222987: sun/security/tools/keytool/PSS.java times out on Solaris-SPARC
fedaa9ab893 : 8222980: Upgrade IANA Language Subtag Registry to Version 2019-04-03
8aefcee4c26 : 8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange
41045ec69bb : 8219513: compiler/codegen/aes/TestCipherBlockChainingEncrypt.java timeout on Solaris-sparc
d1840cbc41a : 8215694: keytool cannot generate RSASSA-PSS certificates
bbd5e37e982 : 8133489: Better messaging for PKIX path validation matching
ee5c8390d6c : Added tag jdk-11.0.4-ga for changeset 6a4d57474e1c
390626e5959 : Added tag jdk-11.0.4+11 for changeset 6a4d57474e1c
1350471e737 : 8222678: Improve TLS negotiation
cfe1c7dcce9 : 8221518: Normalize normalization
eb711f1fcd1 : 8221345: Better Poly1305 support
057d1205fb7 : 8220517: Enhanced GIF support
df14f4a9ab7 : 8217576: C1 atomic access handlers use incorrect decorators
a2b2d454314 : 8220173: assert(_handle_mark_nesting > 1) failed: memory leak: allocating handle outside HandleMark
b6e6846cac6 : 8223244: Fix usage of ARRAYCOPY_DISJOINT decorator
3edab32adab : 8225347: [s390] Unexpected exit from stack overflow test
d827a1c3451 : 8223572: ~ThreadInVMForHandshake() should call handle_special_runtime_exit_condition()
bac54a4cfe9 : 8220037: Inconsistencies of generated timezone files between Windows and Linux
850341c88aa : 8219775: Certificate validation improvements
25c39d23433 : 8218876: Improve PNG support options
c429aec72d9 : 8218873: Improve JSSE endpoint checking
60fd488c609 : 8218863: Better endpoint checks
70155458a87 : 8217563: Improve realm maintenance
698a7e04367 : 8216381: More limited privilege usage
956cc995608 : 8217366: ZoneStrings are not populated for all the Locales
ec438eb0ace : 8214702: Wrong text position for whitespaced string in printing Swing text
2edf7c0ac2e : 8213432: Better copies of CopiesList
b5e81f25a5e : 8213431: Improve file protocol handling
bfc3a5e954f : 8212328: Exceptional throw cases
e1d2cf8089a : Added tag jdk-11.0.4+10 for changeset 3f5829d9d762
a1a7d699f44 : 8226876: Assertion in sun/util/locale/provider/CalendarDataUtility on Windows after JDK-8218960
9b2b726b94b : 8226880: Backport of JDK-8208698 (Improved ECC Implementation) should not bring parts of JDK-8205476 (KeyAgreement#generateSecret is not reset for ECDH based algorithm)
33a68193d20 : Added tag jdk-11.0.4+9 for changeset 26958299a5f8
30a7af9f215 : 8225402: events logging in deoptimization.cpp should go to deopt-log
fc2b40683db : 8218811: replace open by os::open in hotspot coding
f818e1470bc : 8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
357b1e6bd1d : Added tag jdk-11.0.4+8 for changeset ce601e800f56
44e9108a26a : 8222913: Add Jib support for VERSION_EXTRA*
3aed4d06938 : 8224828: aarch64: rflags is not correct after safepoint poll
466e6a83a8e : Added tag jdk-11.0.4+7 for changeset 640251cdca05
47ec0ae2c2d : 8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails intermittently
eb894e22233 : 8208698: Improved ECC Implementation
a01bde0a6fe : Added tag jdk-11.0.4+6 for changeset 9ab8738bf306
fbf6a72ee26 : 8220293: Deadlock in JFR string pool
57ad49c4d04 : 8202414: Unsafe write after primitive array creation may result in array length change
2d85dbcd538 : 8213325: (props) Properties.loadFromXML does not fully comply with the spec
1385e36f8eb : 8210408: Refactor java.util.ResourceBundle:i18n shell tests to plain java tests
8e46ea50034 : 8206074: nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java is timing out
ea326c7614c : 8215451: JNI IsSameObject should not keep objects alive
bd44fe92ea6 : 8214687: Optimize Collections.nCopies().hashCode() and equals()
67b28b9f3f4 : 8219919: RuntimeStub name lost with PrintFrameConverterAssembly
ec9f5a760c0 : 8223227: Rename acquire_tag_map() to tag_map_acquire() in jvmtiEnvBase
f7c6a658ff3 : 8223177: Data race on JvmtiEnvBase::_tag_map in double-checked locking
631f9bb7717 : 8210837: Add libXrandr-devel to the Linux devkits
f60ba45c961 : 8212562: To remove lib/security from test/jdk/TEST.groups
64d7738f77c : 8224727: Problem list test security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java
ec7c5e490f7 : 8202651: Test ComodoCA.java fails
8248f03e14b : Added tag jdk-11.0.4+5 for changeset 371ce104ac19
049699c2bb7 : 8163805: hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java failed with timed out
982ba3768b8 : 8224880: AArch64: java/javac error with AllocatePrefetchDistance
8d16287e061 : 8224671: AArch64: mauve System.arraycopy test failure
549ffba973e : Added tag jdk-11.0.4+4 for changeset e442b78d7687
bcd825a03c1 : 8224474: harfbuzz 2.3.1 code fails to compile with gcc 4.4.7
3f2e25139b6 : 8223665: SA: debugd options should follow jhsdb style
28e92fcd0bc : 8221535: add steal tick related information to hs_error file [linux]
7f59d683c2e : 8217707: JNICALL declaration breaks Splash screen functions
7361ffe6688 : 8218781: Localized names for Japanese era Reiwa in COMPAT provider
26881980fde : 8221470: Print methods in exception messages in java-like Syntax
d971f3724f3 : 8220781: linux-s390 : os::get_summary_cpu_info gives bad output
53f7e154e2d : 8223499: Remove two DocuSign root certificates that are expiring
0b5959054ce : 8211826: StringIndexOutOfBoundsException happens via GetStringUTFRegion()
471c550cc19 : 8213232: Unix/X11 setCompositionEnableNative issue
543628ec07c : 8212676: AWT SystemColor setting on CDE
aa52cdf33d8 : 8222136: Remove two Comodo root CA certificates that are expiring
d15bd187d72 : 8217690: Update public suffix version
6ec6ec16892 : 8221263: [TEST_BUG] RemotePrinterStatusRefresh test is hard to use
50fc42ee878 : 8218960: CONFIG level logging statements printed in CLDRCalendarDataProviderImpl.java even when default log Level is INFO
3098692794a : 8214935: Upgrade IANA LSR data
9f0f08b77a4 : 8214765: All TrayIcon MessageType icons does not show up with gtk3 option set
22ee1647dea : 8211841: [testbug] sun/nio/cs/OLD/TestIBMDB.java does not compile (aix)
83f9f132c61 : 8214468: jQuery UI upgrade from 1.11.4 to 1.12.1
11574ae368c : 8213614: DnD operation change feature does not work with 64bit big endian CPU
39cf5a08efb : 8213213: Remove src/java.desktop/unix/classes/sun/awt/X11/keysym2ucs.h
72a788d0c0f : 8223597: jdk/nio/zipfs/ZipFSTester.java RuntimeException: CHECK_FAILED! (getAttribute.crc <entries20> failed 6af4413c vs 0 ...)
109718ba214 : 8219574: Minimal VM build failure after JDK-8219414
fe9374ee2bc : 8219414: SA: jhsdb jsnap throws UnmappedAddressException with core generated by gcore
2216dc9bf8d : 8215342: [Zero] Build fails after JDK-8200613
f83644417fc : 8200613: SA: jstack throws UnmappedAddressException with a CDS core file
8b7c8ff5ff4 : 8215026: Incorrect amount of memory unmapped with ImageFileReader::close()
625a5486e60 : 8215374: 32-bit build failures after JDK-8181143 (Introduce diagnostic flag to abort VM on too long VM operations)
9144b371817 : 8181143: Introduce diagnostic flag to abort VM on too long VM operations
9b92162531a : 8211810: X11 Time stamp data should be unsigned
445b63ecd19 : 8208780: (se) test SelectWithConsumer.testReadableAndWriteable(): failure
aa3d3e8d3c5 : 8215961: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64
4d5d843710a : 8215265: C2: range check elimination may allow illegal out of bound access
b5864240c41 : 8180901: Transformer.reset() resets the state only once
02ed470b485 : 8087128: C2: Disallow definition split on MachCopySpill nodes
8dfd3d4c1f9 : 8216987: ciMethodData::load_data() unpacks MDOs with non-atomic copy
47516b16038 : 8216427: ciMethodData::load_extra_data() does not always unpack the last entry
07d40aa7a45 : 8193234: When using -Xcheck:jni an internally allocated buffer can leak
6c62305d402 : 8224580: Matcher can cause oop field/array element to be reloaded
00f98305c5d : 8218163: C2: Continuous deoptimization w/ Reason_speculate_class_check and Action_none
ceef9cae388 : 8218721: C1's CEE optimization produces safepoint poll with invalid debug information
9d5de827c09 : 8222362: Upgrade to Freetype 2.10.0
03c03164f42 : 8217364: Custom URLStreamHandler for jrt or file protocol can override default handler
77427db89ec : 8216326: SSLSocket stream close() does not close the associated socket
243a6a83efa : 8216205: Java API documentation formatting error in System.getEnv
cf6915f3cf5 : 8216155: C4819 warning at libfreetype sources on Windows
67cbdaa8a64 : 8215483: Off heap memory accesses should be vectorized
76b2a113023 : 8214579: JFrame does not paint content in XVFB / X11vnc environment
389fe463c07 : 8214287: SpecJbb2005StressModule got uncaught exception
b4c54f4f993 : 8214096: sun.security.util.SignatureUtil passes null parameter, so JCE validation fails
c8e0bb8b221 : 8213117: adoptNode corrupts attribute values
435965a2341 : 8224230: [PPC64, s390] Support AsyncGetCallTrace
984d0573074 : 8221801: Update src/java.base/share/legal/public_suffix.md
011a5116543 : 8221411: NullPointerException in RasterPrinterJob without PrinterResolution
898445224d9 : 8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2 implementation
81b08de10c6 : 8224487: outputStream should not be copyable
af080ad7b52 : 8221480: jcmd VM.metaspace shall print limits in basic mode
ac330454f5c : 8224033: os::snprintf should be used in virtualizationSupport.cpp
38b31b854a2 : 8222720: Provide extended VMWare/vSphere virtualization related info in the hs_error file on linux/windows x86_64
2e6316e7bb1 : 8225663: [testbug] Missing JNIEXPORT in XAbortProvoker native function
ef4e5fca32c : 8223660: jtreg: Decouple Unsafe from RTM tests
9130557b48c : 8220570: Additonal trace when native thread creation fails
002fcbc7bc1 : 8221325: Add information about swap space to print_memory_info() on MacOS
f12fc3feee6 : 8215380: Backout accidental change to String::length
9f86d458abd : 8215281: Use String.isEmpty() when applicable in java.base
38e353fff30 : 8218715: [TESTBUG] TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock WhiteBoxAPI
b160f01b98e : 8217990: C2 UseOptoBiasInlining: load of markword optimized to 0 if running with -XX:-EliminateLocks
bcbc76192e8 : 8216549: Mismatched unsafe access to non escaping object fails
a49f8c3ddc0 : 8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal
2b2d47d1b32 : 8217760: C2: Missing symbolic info on a call from intrinsics when invoked through MethodHandle
49f747137b7 : 8218201: Failures when vmIntrinsics::_getClass is not inlined
1ff179efc0d : 8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic()
d47635ead35 : 8221120: CopyOnWriteArrayList.set should always have volatile write semantics
fb25b1a150c : 8221220: AArch64: Add StoreStore membar explicitly for Volatile Writes in TemplateTable
ddba1610150 : 8219635: aarch64: missing LoadStore barrier in TemplateTable::fast_storefield
79e2b3ac27d : 8218185: aarch64: missing LoadStore barrier in TemplateTable::putfield_or_static
1517f6155ec : 8206879: Currency decimal marker incorrect for Peru
4b51209c1fa : 6996807: FieldReflectorKey hash code computation can be improved
1627b463081 : 8221434: Fix typo in lib-x11 autoconf error message about missing headers
6c15394a3d4 : 8223537: testlibrary_tests/ctw/ClassesListTest.java fails with Agent timeout frequently
5670afc6528 : 8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler fails intermittently for case 13 on Windows
4f2eb8a3265 : 8224181: On child process spawn, child may write to random file descriptor instead of the fail pipe
d540af73b49 : 8225178: [Solaris] os::signal() should call sigaction() with SA_SIGINFO
1c097b54398 : 8210926: vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/TestDescription.java failed with JVMTI_ERROR_INVALID_CLASS in CDS mode
b016dbe56e0 : 8210320: PPC64: Fix uninitialized variable in C1 LIR assembler code
c2957da1acb : 8220166: Performance regression in deserialization (4-6% in SPECjbb)
42f4fc5b471 : 8212677: X11 default visual support for IM status window on VNC
aa2aea9c8d2 : Added tag jdk-11.0.4+3 for changeset 3b6fc7cd5946
d67c7591d2f : 8221244: Unexpected behavior of PropertyDescription.getReadMethod for boolean properties
cd74cc05f2d : 8210886: Remove references in xwindows.md to non-existent files
00d808e7152 : 8220495: Update GIFlib library to the 5.1.8
fd4b141b4c8 : 8221412: lookupPrintServices() does not always update the list of Windows remote printers
018ba15afa2 : 8212202: [Windows] Exception if no printers are installed
259ae373bbf : 8213944: Fix AIX build after the removal of Xrandr.h and add a configure check for it
e4e694439f0 : 8210863: Remove Xrandr include files from JDK sources
796d0403a53 : 8210782: Upgrade HarfBuzz to the latest 2.3.1
ae4c82c5a18 : 8223555: Cleanups in cacerts tests
2ae308bdd76 : 8222532: (zipfs) Performance regression when writing ZipFileSystem entries in parallel
520839330c7 : 8218674: HTML Tooltip with "img=src" on component doesn't show
7a29ab4e08f : 8218152: [javac] fails and exits with no error if a bad annotation processor provided
b8073a2f616 : Added tag jdk-11.0.4+2 for changeset 3b9194001c2e
01bc6314046 : 8219566: JFR did not collect call stacks when MaxJavaStackTraceDepth is set to zero
1aa3495b55c : 8222137: Remove T-Systems root CA certificate
0d45b5ac487 : 8219448: split-if update_uses accesses stale idom data
67064bf7576 : 8215757: C2: PhaseIdealLoop::create_new_if_for_predicate() computes wrong IDOM
314712033fd : 8139178: Wrong fontMetrics when printing in Landscape (OpenJDK)
e991980263f : 8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone
b6aa8b2e104 : 8210880: Remove HPKeysym.h from JDK sources
f6afa06ed94 : 8221437: assert(java_lang_invoke_ResolvedMethodName::vmtarget(resolved_method()) == m()) failed: Should not change after link resolution
1967bf26c1f : 8204308: SA: serviceability/sa/TestInstanceKlassSize*.java fails when running in CDS mode
936bc71f72e : 8221639: [i386] expand_exec_shield_cs_limit workaround is undefined code after JDK-8199717
6ffee6a4f57 : 8213292: Input freezes after MacOS key-selector (press&hold) usage on macOS Mojave
2c5101f8261 : 8216577: Add GlobalSign's R6 Root certificate
2c6c4d1db5f : 8223395: PPC64: Improve comments in the JVM signal handler to match ISA text
a40bf41724c : 8221175: Fix bad function case for controlled JVM crash on PPC64 big-endian
c9f89393f33 : 8216556: Unnecessary liveness computation with JVMTI
f6a26303ac6 : 8223266: PPC64: Check for branch to illegal address before checking for mem serialization
96708ee5127 : 8200365: TestOptionsWithRanges.java of '-XX:TLABWasteTargetPercent=100' fails intermittently
3fa868ddc90 : 8218682: [TEST_BUG] DashOffset fails in mach5 8198411: [TEST_BUG] Two java2d tests are unstable in mach5
cabc6cafc85 : 8204521: compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java fails trying to delete temp file
9f80298e56e : 8196681: Java Access Bridge logging and debug flags dynamically controlled
f46183b5a9e : 8215534: [testbug] some jfr test don't check @requires vm.hasJFR
e5a735c043b : 8148188: Enhance the security libraries to record events of interest
a04a0f2e04f : 8225636: SA can't handle prelinked libraries
f7cf4f05a4e : 8214770: java/time/test/java/time/format/TestNonIsoFormatter.java failed in non-english locales
77045031c2e : 8220355: Improve assertion texts and exception messages in eventHandlerVMInit
31cd6342823 : 8223574: add more thread-related system settings info to hs_error file on AIX
8b362f5c460 : 8222280: Provide virtualization related info in the hs_error file on AIX
25f3f676dd5 : 8194231: java/net/DatagramSocket/ReuseAddressTest.java failed with java.net.BindException: Address already in use: Cannot bind
3a2a0efcd3e : 8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
242c97c8a66 : 8217093: Support extended-length paths in parse_manifest.c on windows
2173cac043f : 8211097: aix: fix build after JDK-8210919
6dcc974ef59 : 8210919: Remove statically linked libjli on Windows
0d8b5c61bde : 8210729: Clean up macosx static library handling
385444fa142 : 8214161: java.lang.IllegalAccessError: class jdk.internal.event.X509CertificateEvent (in module java.base) cannot access class jdk.jfr.internal.handlers.EventHandler (in module jdk.jfr) because module java.base does not read module jdk.jfr
f8021fedefb : 8213172: CDS and JFR tests fail with assert(JdkJfrEvent::is(klass)) failed: invariant
a92e594b47c : 8203629: Produce events in the JDK without a dependency on jdk.jfr
bb5c58434db : 8217344: Make comparison overflow-aware in ECDHKeyAgreement.engineGenerateSecret()
bb87c2edc7d : 8222670: pathological case of JIT recompilation and code cache bloat
2731505a8b7 : 8221253: TLSv1.3 may generate TLSInnerPlainText longer than 2^14+1 bytes
245d30fcff1 : 8177899: Tests fail due to code cache exhaustion on machines with many cores
c0a78b419fc : 8219241: Provide basic virtualization related info in the hs_error file on linux/windows x86_64
9ca74c45a8d : 8147502: Digest is incorrectly truncated for ECDSA signatures when the bit length of n is less than the field size
73ee4456211 : 8139965: Hang seen when using com.sun.jndi.ldap.search.replyQueueSize
c98b3bc34b4 : 8170639: [Linux] jsig is limited to a maximum of 64 signals
1c42a83df14 : 8224252: [TESTBUG] hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java is timing out again after fix for JDK-8163805
d94a8515c19 : 8223553: Fix code constructs that do not compile with the Eclipse Java Compiler
7f40f1fb48f : 8213017: jspawnhelper: need to handle pipe write failure when sending return code
f3b88063379 : 8224698: ConcurrentSkipListMap.java does not compile with the Eclipse Java Compiler
a73e8ed1063 : 8224838: Bump update version for OpenJDK: jdk-11.0.5
9a029d1b7e1 : Added tag jdk-11.0.5+0 for changeset 3594cd8691f2
9418d43d5b8 : 8210985: Update the default SSL session cache size to 20480
46f69089635 : 8208996: X11 icon window color handing bug
641260fb656 : 8221915: cleanup ticks related coding in os_perf_aix.cpp [aix]
4dbcd82786a : 8220513: Wrapper Key may get deleted when closing sessions in SunPKCS11 crypto provider
f65f8e0b4af : 8216597: SIGBUS in Java_sun_security_pkcs11_wrapper_PKCS11_getNativeKeyInfo after JDK-6913047
564d6b0d5cd : 8217088: Disable JDK-6913047 fix (SunPKCS11 memory leak) after JDK-8216597 (SIGBUS error in getNativeKeyInfo)
41d978e77c7 : 6913047: Long term memory leak when using PKCS11 and JCE exceeds 32 bit process address space
3bb7124715f : 8213015: Inconsistent settings between JFR.configure and -XX:FlightRecorderOptions
a6a87c9d8ac : 8213617: JFR should record the PID of the recorded process
10a18340e21 : 8215284: Reduce noise induced by periodic task getFileSize()
f21e1e901af : 8205611: Improve the wording of LinkageErrors to include module and class loader information
18e733678da : 8212678: Windows IME related patch
079fb005b6b : Added tag jdk-11.0.4+1 for changeset b3f7a4c524f2
17f235dc469 : 8222027: java/util/logging/LogManager/TestLoggerNames.java generates intermittent ClassCastException
50e223f6fe4 : 8220281: IBM-858 alias name is missing on IBM00858 charset
7051d963978 : 8218618: Program fails when using JDK addressed by UNC path and using Security Manager
bc324f2de40 : 8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE
49127c3c1d5 : 8206955: MethodHandleProxies.asInterfaceInstance does not support default methods
20e622ffdb2 : 8221304: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java
1228e4a0817 : 8218854: FontMetrics.getMaxAdvance may be less than the maximum FontMetrics.charWidth
bf61ddd9c69 : 8214002: Cannot use italic font style if the font has embedded bitmap
dd7b00b1f06 : 8222522: Add configure options for Mac Bundle creation
0b3eaf793ee : 8221880: Better customization for Windows RC properties FileDescription and ProductName
028e92b50a7 : 8222133: Add temporary exceptions for root certs that are due to expire soon
bbf92f6e8b4 : 8222089: [TESTBUG] sun/security/lib/cacerts/VerifyCACerts.java fails due to cert within 90-day expiry window
91db150f8f3 : 8170494: JNI exception pending in PlainDatagramSocketImpl.c
ba41216f8dc : 8217879: hs_err should print more instructions in hex dump
e26aaf62bed : 8222410: java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile hangs when "nc" does not accept "-U"
c4d17e1fba3 : 8222397: x86_32 tests with UseSHA1Intrinsics SEGV due to garbled registers
dd8dd171e20 : 8209914: javadoc search sometimes generates bad URIs
122d914fbcb : 8218020: Fix version number in mesa.md 3rd party legal file
4846f5c7449 : 8188133: C2: Static field accesses in clinit can trigger deoptimizations
32587d27992 : 8215472: (zipfs) Cleanups in implementation classes of jdk.zipfs and tests
fa154f4de63 : 8211266: [TESTBUG] ZipFSTester.java failed intermittently in ZipFSTester.checkRead(): bound must be positive
1d4bc1bc205 : 8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32 mistakenly set the crc32 value into size field
71634ee76ba : 8217647: JFR: recordings on 32-bit systems unreadable
4c69fb98ba7 : 8216970: condy causes JVM crash
6869ab1cace : 8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine
348f9a51ce1 : 8221917: serviceability/sa/TestPrintMdo.java fails on 32-bit platforms
8d883a461d2 : 8220349: The fix done for JDK-8214253 have caused issues in JTree behaviour
5954b5208b4 : 8221833: Readability check in Symbol::is_valid not performed for some addresses
6b68a63fd7c : 8220441: [PPC64] Clobber memory effect missing for memory barriers in atomics
7b8c69d8aa4 : 8218991: s390: Add intrinsic for GHASH algorithm
a76f3fa5fea : 8220625: tools/javac/classreader/8171132/BadConstantValue.java failed with "did not see expected error"
273d5105baf : Added tag jdk-11.0.3-ga for changeset 175eb80c253a
fe313744f23 : Added tag jdk-11.0.3+7 for changeset 175eb80c253a
77f86fc3a4c : 8205432: Replace the placeholder Japanese era name
7fee0244454 : 8221610: Resurrect (legacy) JRE bundle target
ddbdeddfb5c : 8219890: Calendar.getDisplayName() returns empty string for new Japanese Era on some locales
d4f56125f6d : 8210633: Cannot parse JapaneseDate string with DateTimeFormatterBuilder Mapped-values
7246da74f30 : 8210519: build/releaseFile/CheckSource.java failed additional sources found
f29985c3212 : 8210283: Support git as an SCM alternative in the build
b7ea215e503 : 8210008: custom extension for make/SourceRevision.gmk
eba570224c7 : 8219918: ProblemList hotspot tests failing in SAP testing
9590d794185 : 8217311: Improve Exception thrown when MulticastSocket.setInterface fails on AIX(Unix)
c7cef22dac4 : 8221870: use driver to run CtwRunner in applications/ctw tests
687cf87bc68 : 8219915: [TESTBUG] Fix test langtools/tools/javac/processing/model/completionfailure/SymbolsDontCumulate.java in Standalone mode
a0559e8fbb4 : 8205432: Replace the placeholder Japanese era name
f2ae691bf60 : 8207340: (fs) UnixNativeDispatcher close and readdir usages should be fixed
960c3e2225e : 8202794: Native Unix code should use readdir rather than readdir_r 8207748: Fix for 8202794 breaks tier1 builds
08a5ae16e0b : Added tag jdk-11.0.3+6 for changeset 8e139b8b4f62
e621883a9f6 : 8221769: Revert JDK-8221767 mistakenly pushed to jdk11u 11.0.3
72097b06c1f : 8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ?
63d11a1b826 : 8220707: [TESTBUG] serviceability/sa/TestHeapDumpForLargeArray.java fails with jtreg -vmoption:-Xmx < 8g
0fe34765d40 : 8221479: Fix JFR profiling on s390
9e7d7ed5e3b : 8202353: os::readdir should use readdir instead of readdir_r
296da14d358 : 8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ?
8c52cd3fee5 : 8221483: TestOopCmp.java fails due to "Multiple garbage collectors selected"
2a9234df89b : 8221083: [ppc64] Wrong oop compare in C1-generated code
9f540020c8a : 8220794: PPC64: Fix signal handler for SIGSEGV on branch to illegal address
f83f5d7779b : 8221400: java/lang/String/StringRepeat.java test requests too much heap
d846107635b : 8221401: java/math/BigInteger/LargeValueExceptions.java test should be disabled on 32-bit platforms
69491915e68 : 8220198: Lots of com/sun/crypto/provider/Cipher tests fail on x86_32 due to missing SHA512 stubs
afc71cb8b81 : 8211100: hotspot C1 issue with comparing long numbers on x86 32-bit
666e35f2058 : Added tag jdk-11.0.3+5 for changeset c9865fee1a6d
cd90905c522 : 8172695: (scanner) java/util/Scanner/ScanTest.java fails
2f23b8998ce : Added tag jdk-11.0.3+4 for changeset 43d6759c3b2e
36c08688f81 : 8220714: C2 Compilation failure when accessing off-heap memory using Unsafe
8518b250183 : 8215296: do not disable c99 on Solaris
60a752c103e : 8220374: C2: LoopStripMining doesn't strip as expected
c265253cf95 : 8219890: Calendar.getDisplayName() returns empty string for new Japanese Era on some locales
89520a7433a : 8219006: AArch64: Register corruption in slow subtype check
35dec00a120 : 8200286: (testbug) MOptionTest test fails with java.lang.AssertionError: Classfiles too old!
3211c7869ea : 8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode
a55b1500acf : 8219011: Implement MacroAssembler::warn method on AArch64
4a820480c23 : 8217564: idempotent protection missing in crc32c.h
ac7c6fa6ab6 : 8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls
bf258a3602a : 8219335: "failed: unexpected type" assert failure in ConnectionGraph::split_unique_types() with unsafe accesses
f0176771db8 : 8219746: Provide virtualization related info in the hs_error file on linux ppc64 / ppc64le
816ea1d5668 : 8211698: Crash in C2 compiled code during execution of double array heavy processing code
7b87fab419b : 8212828: (process) Provide a way for Runtime.exec to use posix_spawn on linux
090628e7a16 : 8212205: VM asserts after CDS archive has been unmapped
c1c92e26a26 : 8217263: Automate DashOffset test
fa9e4db0569 : 8210457: JVM crash in ResolvedMethodTable::add_method(Handle)
e4a5a3c9d0d : 8209415: Fix JVMTI test failure HS202
26e191531a2 : 8218063: JDK-8218060 breaks build for S390
65a588e146b : 8218060: JDK-8217786 breaks build due to remaining unused function
8d7c24162bd : 8217786: Provide virtualization related info in the hs_error file on linux s390x
42b85cd4fdb : 8216355: missing NULL checks in libnet in interface iteration and potential resource leak in getMacAddress
139b107a448 : 8219112: name_and_sig_as_C_string usages in frame_s390 miss ResourceMark
f8ecb3bcee1 : 8219460: ppc: adjust NativeGeneralJump::insert_unconditional to stack allocated MacroAssembler
970120daeb4 : 8214112: The whole text in target JPasswordField image are not selected
88f143d0bb0 : 8209951: Problematic sparc intrinsic: com.sun.crypto.provider.CipherBlockChaining
0ff3a8cdf94 : 8214111: There is no icon in all JOptionPane target image
6ff20ac4509 : 8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop
934a82d2cf9 : 8208648: ECC Field Arithmetic Enhancements
87ad4a77934 : 8213294: Upgrade IANA LSR data
1dc9f023863 : 8214109: XToolkit is not correctly displayed color on 16-bit high color setting
777bf1d3b86 : 8214252: Expanded & Collapsed nodes of a JTree look the same on GTK3
13980a122da : 8214253: Tooltip is transparent rather than having a black background
c37db36aa88 : 8218469: JSlider display issue with slider for GTKLookAndFeel 8218470: JScrollBar display issue with GTKLookAndFeel 8218472: JProgressBar display issue with GTKLookAndFeel 8203627: Swing applications with JRadioButton and JCheckbox fail to render correctly when using GTK3 and the GTK L&F
9296a1d1d1e : 8218473: JOptionPane display issue with GTKLookAndFeel
b48b1a416e2 : 8218479: JTextPane display issue with GTKLookAndFeel
a2b993caebb : 8220718: Missing ResourceMark in nmethod::metadata_do
59173923c75 : 8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
91517bb6639 : 8219584: Try to dump error file by thread which causes safepoint timeout
278e849bf90 : 8217878: ENVELOPING XML signature no longer works in JDK 11 8218629: XML Digital Signature throws NAMESPACE_ERR exception on OpenJDK 11, works 8/9/10
80262c1a218 : 8216045: The size of key_exchange may be wrong on FFDHE
74f0225e0da : 8217094: HttpClient SSL race if a socket IOException is raised before ALPN is available
188c8c8662d : 8210739: Calling JSpinner's setFont with null throws NullPointerException
3a4a4142526 : 8210633: Cannot parse JapaneseDate string with DateTimeFormatterBuilder Mapped-values
8142a7d9eac : 8211064: [AArch64] Interpreter and c1 don't correctly handle jboolean results in native calls
c68a41538fa : 8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
667f79dc84c : 8216350: AArch64: monitor unlock fast path not called
bd6f2c5a7b4 : 8211320: Aarch64: unsafe.compareAndSetByte() and unsafe.compareAndSetShort() c2 intrinsics broken with negative expected value
d97a2500b78 : 8220294: ZGC fails to build on GCC 4.4.7: Type parameter issue
242334219ea : Added tag jdk-11.0.3+0 for changeset 98e7354165d3
709d063972c : Added tag jdk-11.0.3+3 for changeset d17a1764a0f3
19a1861dc6a : 8220283: ZGC fails to build on GCC 4.4.7: ATTRIBUTE_ALIGNED compatibility issue
a044cb67650 : 8219650: [Testbug] Fix potential crashes in new test hotspot gtest "test_print_hex_dump"
90a85a85624 : 8219651: compiler/ciReplay/TestServerVM.java is failing on windows
a433cf3043e : 8219789: [TESTBUG] TestOptionsWithRanges.java produces hs_err_pidXXXXX.log file for VMThreadStackSize=9007199254740991
3135657b8c9 : Added tag jdk-11.0.3+2 for changeset 9de3f198995c
5783d963133 : 8219714: [testbug] com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java must pass classpath to subprocess
bc51902963a : 8217609: New era placeholder not recognized by java.text.SimpleDateFormat
7630a17a0e0 : 8211852: inspect stack during error reporting
ed67ef92eb7 : 8210192: Hsperf counter ParNew::CMS should be ParNew:CMS
7ba299958a8 : 8214122: JDWP is broken on 32 bit Windows: transport library missing onLoad entry
6999da75994 : 8206120: Add test cases for lenient Japanese era parsing 8211398: Square character support for the Japanese new era 8218915: Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points
3de15e37c03 : Added tag jdk-11.0.3+1 for changeset cd1c042181e9
fb7b3bd6096 : 8210989: RSASSA-PSS certificate cannot be selected for client auth on TLSv1.2
8b920865dc6 : 8214118: HeapRegions marked as archive even if CDS mapping fails
f82eacf737b : 8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
f079bec7b28 : 8219461: Bump update version for OpenJDK jdk11.0.3
3165be7550c : 8218192: Remove copy constructor for MemRegion
93090558e78 : 8215362: JFR GTest JfrTestNetworkUtilization fails
b082a907491 : 8215175: Inconsistencies in JFR event metadata
7885cc86b70 : 8213966: The ZGC JFR events should be marked as experimental
25686b7dcf8 : 8165675: Trace event for thread park has incorrect unit for timeout
95e4e2444f6 : 8215100: AArch64: fix compareTo intrinsic with four-character Latin/Unicode
6bf924c12db : 8215202: AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails
750967a8224 : 8216049: stringTable::intern creates redundant String when looking up existing one
7375cb23b7c : 8211267: StackOverflowError happened by TextField.setFont(...)
d94536ac2ea : 8213183: InputMethod cannot be used after its restarting
c44296d0b69 : 8212233: javadoc fails on jdk12 with "The code being documented uses modules but the packages defined in $URL are in the unnamed module."
7d8031bc898 : 8210357: Zero builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
c551a093e54 : 8210355: Minimal and Zero non-PCH builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
0db1edfa87e : 8207343: Automate vtable/itable stub size calculation
dfdfc8fce68 : 8210764: Update avx512 implementation 8211251: Default mask register for avx512 instructions 8211272: x86_32 build failures after JDK-8210764 (Update avx512 implementation) 8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
4d7531f5af4 : 8170937: Swing apps are slow if displaying from a remote source to many local displays
b8e0ad53176 : 8207150: Clip.isRunning() may return true after Clip.stop() was called
d71125bf585 : 8212795: ThreadInfoCompositeData.toCompositeData fails to map ThreadInfo to CompositeData
d7094f2afe9 : 8211714: Need to update vm_version.cpp to recognise VS2017 minor versions
6e7ffef73ae : 8211124: HotSpot update for vm_version.cpp to recognise updated VS2017
de754a84d31 : 8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
39a134a69ce : 8212926: HttpClient does not retrieve files with large sizes over HTTP/1.1
f994c1a279b : 8210490: TimeZone.getDisplayName given Locale.US doesn't always honor the Locale
50e01c8d131 : 8210319: [s390]: Use of shift operators not covered by cpp standard
048287c9c9f : 8209950: SIGBUS in CodeHeapState::print_names()
33c7830fae6 : 8201317: X25519/X448 code improvements
07839581397 : 8219698: aarch64: SIGILL triggered when specifying unsupported hardware features
77609edb46d : 8220165: Encryption using GCM results in RuntimeException- input length out of bound
ccb37773a14 : 8210197: javac can't tell during speculative attribution if a diamond expression is creating an anonymous inner class or not
d5a9f446c1e : 8219389: Delegated task created by SSLEngine throws BufferUnderflowException
85e6d59bc07 : 8215790: Delegated task created by SSLEngine throws java.nio.BufferUnderflowException
bb80f469711 : 8215443: The use of TransportContext.fatal() leads to bad coding style
1d4cb00f984 : 8218733: SA: CollectedHeap provides broken implementation for used() and capacity()
c5bdf3d24dc : 8208702: javax/swing/reliability/HangDuringStaticInitialization.java may hang on macos
9774041f248 : 8217765: Internal Error (javaCalls.cpp:61) guarantee(thread->can_call_java()) failed
647d35a0d10 : 8213825: assert(false) failed: Non-balanced monitor enter/exit! Likely JNI locking
059773a9d52 : 8215123: Crash in runtime image built with jlink --compress=2
58d111434e2 : 8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching
2e04916a8dc : 8195793: Remove GTE CyberTrust Global Root
cd30755d41a : 8219582: PPC: Crash after C1 checkcast patched and GC
b09950913e9 : 8211971: Move security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java
ffd888ae88a : 8211969: test/jdk/lib/security/CheckBlacklistedCerts.java searching for wrong paths
fd360fb42ec : 8211350: Remove jprt support
b2dd2d4401e : 8213515: Improve freetype detection on linux/ppc64/ppc64le/s390x
ad0dd5b9c51 : 8210803: Compilation failure in codeBlob.cpp for Windows 32-bit
093a4f2060d : 8217880: AIX build issue after JDK-8214533
08690a06f45 : 8214533: IBM-29626C is required for AIX default charset
90c7aa18c42 : 8212794: IBM-964 is required for AIX default charset
b886a646f97 : 8213618: IBM970 charset has missing entry and remove unexpected entries
1c2d657499f : 8201818: [macosx] Printing attributes break page size set via "java.awt.print.Book" object
7daae94da99 : 8213983: [macosx] Keyboard shortcut ?cmd +`? stops working properly if popup window is displayed
4fbbbf1026d : 8210394: (zipfs) jdk/nio/zipfs/ZFSTests.java rootdir.zip: The process cannot access the file because it is being used by another process
d37f6426bd8 : 8207070: Webstart app popup on wrong screen in a one-screen setup changing to multi-monitor
f97953fb4aa : 8187364: Unable to enter zero width non-joiner (ZWNJ) symbol in Swing text component
822d955678b : 8216280: Allow later Symantec Policy distrust date for two Apple SubCAs
4010b17481a : 8207258: Distrust TLS server certificates anchored by Symantec Root CAs
e448c92c24a : 8219260: Default number of test jobs needs to be consistently calculated
ff3ea0e809a : 8214513: A PKCS12 keystore from Java 8 using custom PBE parameters cannot be read in Java 11
fd5044b237f : 8214100: use of keystore probing results in unnecessary exception thrown
f3b6c38283c : 8197398: (zipfs) Files.walkFileTree walk indefinitelly while processing JAR file with "/" as a directory inside
3e9539fe206 : 8214339: SSLSocketImpl erroneously wraps SocketException
543acd4ecff : 8214827: Incorrect call ClassLoaders.toFileURL("jrt:/java.compiler")
7f05d1a2ece : 8216578: Remove unused/obsolete method in JFR code
0e8b9d4f9ed : 8213782: NullPointerException in sun.security.ssl.OutputRecord.changeWriteCiphers
4da550196be : 8213583: Error while opening the JFileChooser when desktop contains shortcuts pointing to deleted files
8213572b6ee : 8211787: javax/net/ssl/TLSCommon/TLSTest.java throws java.net.SocketTimeoutException: Read timed out
bc7c5064b73 : 8219251: Langtools tests default memory size needs to be 768m
3b717e09873 : 8217597: [TESTBUG] old version docker does not support --cpus
112378d32ae : 8211382: ISO2022JP and GB18030 NIO converter issues
4044e1e8324 : 8211163: UNIX version of Java_java_io_Console_echo does not return a clean boolean
a76b533f202 : 8211295: DriverManager.getConnection fails when called from com.sun.rowset.JdbcRowSetImpl
a02dd26e8ba : 8215727: Restore JFR thread sampler loop to old / previous behavior
63b51e922da : 8217315: Proper units should print more significant digits
2d067cbb4bf : 8217994: os::print_hex_dump should be more resilient against unreadable memory
c75bbbde246 : 8212232: Wrong metadata for the configuration of the cutoff for old object sample events
79cb34f5572 : 8213952: Relax DNSName restriction as per RFC 1123
2470e02984a : 8211765: JarFile constructor throws undocumented exception
e38458abd9e : 8209960: -Xlog:jfr* doesn't work with the JFR
71b0dc5f356 : 8207829: FlightRecorderMXBeanImpl is leaking the first classloader which calls it
ab93f8c97eb : 8211049: Second parameter of "initialize" method is not used
ef32059f6b6 : 8215330: javax.xml.catalog.CatalogResolverImpl: GroupEntry.matchURI fails to match
24c616202ef : 8215947: JVM crash with -XX:+DumpSharedSpaces
1d183e80877 : 8216965: crash in freetypeScaler.c CopyBW2Grey8
ca2b32d3c97 : 8215397: jsig.c missing classpath exception
2112a72aefe : 8213421: Line number information for execution samples always 0
1af07a70942 : 8211821: PrintStringTableStatistics crashes JVM
e3723c98177 : 8210874: Test for JDK-8209615
51dc88af656 : 8209615: ParseError in XMLEventReader on a valid input
9e05bd661a6 : 8209758: 2 classes with same name G1PrintCollectionSetClosure cause crash when logging is enabled
57bb42886c4 : 8209588: SIGSEGV in MethodArityHistogram() with -XX:+CountCompiledCalls
546dea854a4 : 8212754: Build failure: undefined JvmtiSampledObjectAllocEventCollector::object_alloc_is_safe_to_sample
b93bb49f4fb : 8211437: 8211437 java.net.http.HttpClient hangs on 204 reply without Content-length 0
8244da2934f : 8211420: com.sun.net.httpserver.HttpServer returns Content-length header for 204 response code
f50ceeafa4b : 8211806: TLS 1.3 handshake server name indication is missing on a session resume
0f3122233ea : 8203850: java.net.http HTTP client should allow specifying Origin and Referer headers
10f524e4165 : 8209576: java.nio.file.Files.writeString writes garbled UTF-16 instead of UTF-8
cf67bf411d0 : 8210754: print_location is not reliable enough (printing register info)
6c6ca6a6b7b : 8211061: Tests fail with assert(VM_Version::supports_sse4_1()) on ThreadRipper CPU
75214cfe8c9 : 8211231: BarrierSetC1::generate_referent_check() confuses register allocator
a701f0d9f21 : 8212177: Epsilon alignment adjustments can overflow max TLAB size
9d70e7040b9 : 8212005: Epsilon elastic TLAB sizing may cause misalignment
e40f1947156 : 8212178: Soft reference reclamation race in com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator
e44029ec987 : 8212197: OpenDataException thrown when constructing CompositeData for StackTraceElement
ef52d6c2246 : 8211909: JDWP Transport Listener: dt_socket thread crash
e96bdcbcd53 : 8210425: [x86] sharedRuntimeTrig/sharedRuntimeTrans compiled without optimization
143410c88f2 : 8210416: [linux] Poor StrictMath performance due to non-optimized compilation
791c453c22f : 8210964: add more ld preloading related info to hs_error file on Linux
0e8aa012d18 : 8208638: Instead of circle rendered in appl window, but ellipse is produced JEditor Pane
b3f4b368476 : 8210918: Add test to exercise server-side client hello processing
bd23905bb99 : 8210334: TLS 1.3 server fails if ClientHello doesn't have pre_shared_key and psk_key_exchange_modes
571de32554b : 8212100: AppCDS crashes for some uses with JRuby
73f5bd5e288 : 8212204: [TESTBUG] test/hotspot/jtreg/compiler/intrinsics/base64/TestBase64.java fails
59770f36834 : Added tag jdk-11.0.1+13 for changeset 8513ac27b651
5e068301206 : 8211731: Reconsider default option for ClassPathURLCheck change done in JDK-8195874
0819bef6f3a : Added tag jdk-11.0.1+12 for changeset c0431cf9c38e
35d6a546eb5 : 8211107: LDAPS communication failure with jdk 1.8.0_181
bc0239c6ec9 : Added tag jdk-11.0.1+11 for changeset 0343f9aacae2
0864917e440 : 8210846: TLSv.1.3 interop problems with OpenSSL 1.1.1 when used on the client side with mutual auth
718875c2a0f : 8209916: NPE in SupportedGroupsExtension
11f58b066be : Added tag jdk-11.0.1+10 for changeset a86e14193fc8
1ec7dbab23c : 8210345: The Japanese message of FileNotFoundException garbled
2a08c06eea1 : 8210432: Add additional TeliaSonera root certificate
3e4a033294a : Added tag jdk-11.0.1+9 for changeset adb9933aa8c6
4f8dc731e6d : Added tag jdk-11.0.1+8 for changeset c2b23a17d3ff
9a0ec1951e7 : 8208350: Disable all DES cipher suites
c468ecccc5c : Added tag jdk-11.0.1+7 for changeset 88a221c0bad0
3f5213e31cc : 8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
d07af5bcf53 : 8209862: CipherCore performance improvement
cf0ad852636 : 8206392: [macosx] Cycling through windows (JFrames) does not work with keyboard shortcut
c7c220f16b1 : 8212110: Build of saproc.dll broken on Windows 32 bit after JDK-8210647
6e56571959f : 8205479: OS X: requestFocus() does not work properly for embedded frame
b8881acafaf : 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
248ab60379d : 8211916: Javadoc -link makes broken links if module name matches package name
49c524cc67d : 8209889: RedefineStress tests crash
26d8bdcae52 : 8211165: License header is absent in a few J2Ddemo source code files
343b407cc21 : 8207745: serviceability/sa/TestJmapCore.java times out parsing a 4GB hprof file
3a857cfdce3 : 8211856: [ppc, s390] ProblemList some failing tests
b9c85f33f75 : 8210335: Clipping problems with complex affine transforms: negative scaling factors or small scaling factors
406265cab6a : 8208595: [parfait] Better X11 font support
7f00330f347 : 7017058: Malayalam glyph substitution is failing for Malayalam with Windows Kartika font 8191130: Sinhala text rendering problem with C+VIRAMA+ZWJ+RA/YA+V 8195836: opentype:Bengali: "Khanda Ta" shaping issue with U+09A4 TA, U+09CD virama, U+200D ZWJ
c95e23be0a2 : 8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
244856b1dd6 : 8210810: Escaped character at specific position in argument file is not handled properly
31a53f4bac3 : 8191178: [macos] Problem with input of yen symbol
acde53eaacb : 8211768: [s390] Implement JFR profiling
84c52dce5a1 : 8209129: Further improvements to cipher buffer management
b6884d1c5de : 8208275: C2 crash in Node::add_req(Node*)
b77ef24efaa : 8217342: Build failed with excluding JFR
3c44f651ac2 : 8214129: SSL session resumption/SNI with TLS1.2 causes StackOverflowError
bde8d15e420 : 8213829: Remove circular dependency between g1CollectedHeap and g1ConcurrentMark
908cac06de8 : 8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type")
a6b8e835294 : 8217471: [TESTBUG] gc/epsilon/TestClasses.java fails on some platforms - OOME Metaspace
f5359010fc0 : 8217014: Epsilon should not ignore Metadata GC causes
bb97eebdbaa : 8216308: StackTraceElement::fill_in can use injected Class source-file
dcd68442f54 : 8216302: StackTraceElement::fill_in can use cached Class.name
2dc5232e2ae : 8217378: UseCriticalCMSThreadPriority is broken
4d7ddd9e2ad : 8204142: AWT hang occurs when sequenced events arrive out of sequence in multiple AppContexts
c89ac41040e : 8217321: [TESTBUG] utilities/test_globalDefinitions.cpp should use _LP64, not LP64
c12e5a76a5f : 8218156: "jcmd VM.metaspace basic" misreports free chunk space
829f37e68e3 : 8214206: Fix for JDK-8213419 is broken on 32-bit
364a78ad8b6 : 8213419: C2 may hang in MulLNode::Ideal()/MulINode::Ideal() with gcc 8.2.1
0791c4c0d68 : 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls
ce1409f86c0 : 8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
524f5a9d328 : 8217459: [PPC64] Cleanup non-vector version of CRC32
75d7c1eb2bd : 8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
c2db0f384fa : 8214688: TLS 1.3 session resumption with hello retry request failed with "illegal_parameter"
3ad9cb0290c : 8213202: Possible race condition in TLS 1.3 session resumption
7fdc845c52b : 8212885: TLS 1.3 resumed session does not retain peer certificate chain
dd0f8494e9b : 8212173: Thread._stack_base/_stack_size initialized too late for new threads
118e0312fc7 : 8216546: Support new Japanese era in java.lang.Character for Java SE 11
81e690b4ef8 : 8212941: Support new Japanese era in java.time.chrono.JapaneseEra
b50f8b6023a : 8034802: (zipfs) newFileSystem throws UOE when the zip file is located in a custom file system
3c5911e7149 : 8217427: (dc) nio/channels/DatagramChannel/UseDGWithIPv6.java fails without IPv6
1b74e078b55 : 8217657: Move the test for default value of jdk.includeInExceptions into own test
e45543c23a7 : Added tag jdk-11.0.1+6 for changeset db768cfe2141
ffd27904bef : Added tag jdk-11.0.1+5 for changeset d6efeebf554c
8dceed008bd : 8208656: Move java/util/Calendar/CalendarTestScripts tests into OpenJDK
07a5f4c5375 : 8218453: More dynamic RMI interactions
6d7449553c0 : 8214809: CDS storage improvements
c1dd160bc82 : 8211936: Better String parsing
acf2cfdb8f2 : 8208656: Move java/util/Calendar/CalendarTestScripts tests into OpenJDK
5acf946102f : 8208754: The fix for JDK-8194534 needs updates
66d8b6679e8 : 8208634: Add x-IBM-1129 charset
565f73bbbc5 : 8211393: Memory leak issue on awt_InputMethod.c
c23d08bb1cf : 8190361: Incorrect version info in jaccessinspector.exe and jaccesswalker.exe
10cc1e491cc : 8211435: Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: null source
3902ecc1ba9 : 8201633: Problems with AES-GCM native acceleration
9bb87536350 : 8208661: JDK 11.0.1 l10n resource file update
f898486d29a : 8207775: Better management of CipherCore buffers
55aca0f2d77 : 8208583: Better management of internal KeyStore buffers
79cea41ed21 : 8207948: JDK 11 L10n resource file update msg drop 10
e6d27ec7187 : 8208654: Please change jdk 11.0.1 milestone to FCS
feecbd5dbf5 : 8208268: 11.0.1 b03 java.net bundles - Release Date is wrong
4cf12330c44 : Added tag jdk-11.0.1+4 for changeset b5b1dd7e6f9d
944408c6e00 : Added tag jdk-11.0.1+0 for changeset c01cc45790f8
33f575c5164 : Added tag jdk-11.0.1+2 for changeset fc55f0667af5
db32e3bfbab : Added tag jdk-11.0.1+3 for changeset 781b5d8f2f75
0eddb97c979 : 8208209: Improve TLS connection stability again
ad1cc33c99c : 8207849: Allow the addition of more number to the Java version string
c6b425d30d9 : 8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java
0b2bccbf871 : 8214063: OpenJDK will not build on AIX while using the xlc 13.1 compiler
9d003c8c681 : 8210974: No extensions debug log for ClientHello
50d5a7d5add : 8215317: [GRAAL] unit test CheckGraalIntrinsics failed after 8213754
3d4f11e0d74 : 8213754: PPC64: Add Intrinsics for isDigit/isLowerCase/isUpperCase/isWhitespace
7f12fb1ebad : 8216060: [PPC64] Vector CRC implementation should be used by interpreter and be faster for short arrays
1c59c609509 : 8214451: PPC64/s390: Clean up unused CRC32 prototype and function
bc2b7c54566 : 8214352: C1: Unnecessary "compilation bailout: block join failed" with JVMTI
f147274c1f6 : 8215962: Support ThreadPriorityPolicy mode 1 for non-root users on linux/bsd
d4dc93c98bb : Added tag jdk-11.0.2-ga for changeset 144d476b6efe
f6dfbec0b32 : Added tag jdk-11.0.2+9 for changeset 144d476b6efe
6c39ffc5af5 : Added tag jdk-11.0.2+8 for changeset fe85e2f43a1c
ea817c1f234 : 8217247: JAVA_VERSION_DATE="2018-10-16" even though release was 2019-01-15
a1235c3da20 : Added tag jdk-11.0.2-ga for changeset a01e0cc01059
79805c79c7a : Added tag jdk-11.0.2+7 for changeset a01e0cc01059
c8c49303343 : 8212116: IIOException "tEXt chunk length is not proper" on opening png file
a08daa68f17 : Added tag jdk-11.0.2+6 for changeset c6fd7ff3e96f
3e548af5fcc : 8203688: [testbug] Nashorn test test/nashorn/script/nosecurity/treeapi/diagnostic.js fails
bc2648f73fd : 8211218: remove double semicolon in src/java.desktop/macosx/classes/sun/font/CFont.java
253a8759858 : 8216559: [JFR] Native libraries not correctly parsed from /proc/self/maps
30dbb823b74 : 8216486: Possibility of integer overflow in JfrThreadSampler::run()
c3547743b04 : 8216376: [PPC64] Possibly unreliable stack frame resizing in template interpreter
a8d0fb8566e : 8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
0638770a933 : 8214205: PPC64: Add instructions for counting trailing zeros
d43261885a3 : 8211326: add OS user related information to hs_err file
b69b1695872 : 8211845: A new switch to control verbosity of hs-err files
f0adad8d93b : 8216982: Assertion poison page established too early
2d44d463c18 : 8214061: Buffer written into itself
d10134f7a99 : 8214105: [TESTBUG] Bit test is always false in serviceability/jvmti/StartPhase/AllowedFunctions
e91313d8a3f : 8214108: [TESTBUG] Incorrect Function parameter lists in vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001
f5804d0057a : 8216290: Register to register spill may use AVX 512 move instruction on unsupported platform
3c96669c335 : 8212481: PPC64: Enable POWER9 CPU detection
54abf192549 : 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms
026ccad4258 : 8206107: [x86_32] jck tests for ldc2_w bytecode fail
1752c3afb11 : 8214892: Delayed starting of debugging via jcmd
f79a268c4c3 : 8215637: client VM variant build error: zgc (enabled) depends on opto (disabled)
21243388e4c : 8211451: ~2.5% regression on compression benchmark starting with 12-b11
6dff87a9b33 : 8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
e1ad913936c : 8205330: InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
7daec7611af : Added tag jdk-11.0.2+5 for changeset ff1f7723c4e8
266d3abf72b : 8214295: Populate handlers while holding streamHandlerLock
9bf04626d41 : 8213942: URLStreamHandler initialization race
6bdfa1ffd27 : 8209544: AES encrypt performance regression in jdk11b11
02274ae39f0 : 8213154: Update copyright headers of files in src tree that are missing Classpath exception
ceaa01b0504 : 8210912: Build error in src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c after JDK-8029661
a1a6db9ebf6 : 8029661: Support TLS v1.2 algorithm in SunPKCS11 provider
9179c081dde : 8209965: The "supported_groups" extension in ServerHellos
0bd9d37ca82 : 8207059: Update test certificates in QuoVadisCA.java test
68fb6e95a54 : 8213085: (tz) Upgrade time-zone data to tzdata2018g
3d036b90db2 : Added tag jdk-11.0.2+4 for changeset 0db90dec8c39
eccb56da8f9 : 8211883: Disable anon and NULL cipher suites
1217d69441b : 8213367: JDK 11.0.2 l10n resource file update
b55b988e641 : 8213763: Need change jdk 11.0.2 milestone to fcs
7904260aa82 : Added tag jdk-11.0.2+3 for changeset 8a8606a3bdf2
9e1d019a352 : Added tag jdk-11.0.2+2 for changeset b4b16f510f48
ad57683a0d3 : 8212645: Need change jdk 11.0.2 milestone to ea
d16d19b9227 : Added tag jdk-11.0.2+1 for changeset 2be95a1bf508
689d90b1594 : 8212613: Bump update version for jdk11.0.2 cpu forest
f4a329efb80 : 8199552: Update to build scripts
186735b3cf1 : 8210870: Libsunmscapi improved interactions
ad2574f9c3c : 8210866: Improve JPEG processing
49a333bac9c : 8210606: Improved data set handling
d2ea769228a : 8209094: Improve web server connections
6e811ae27d3 : 8210610: Improved LSA authentication
41432bbe0e4 : 8211731: Reconsider default option for ClassPathURLCheck change done in JDK-8195874
977f66273e6 : 8200659: Improve BigDecimal support
fccd9937a6d : 8211107: LDAPS communication failure with jdk 1.8.0_181
f185a12a60b : 8206290: Better FileChannel transfer performance
583a0c07421 : 8210598: Strengthen Windows Access Bridge Support
ba9a371a32c : 8210846: TLSv.1.3 interop problems with OpenSSL 1.1.1 when used on the client side with mutual auth
02b0467a88a : 8209916: NPE in SupportedGroupsExtension
332a672e9c6 : 8210094: Better loading of classloader classes
ee90345bd6f : 8210345: The Japanese message of FileNotFoundException garbled
6b4ee1dff39 : 8210432: Add additional TeliaSonera root certificate
e5b72116faa : 8208350: Disable all DES cipher suites
fa9422a5b75 : 8205714: Initial class initialization
d77ee5d07cc : 8205356: Choose printer defaults
78d32e1893c : 8204895: Better icon support
b18948830c1 : 8203955: Improve robot support
9648858d1ae : 8207924: serviceability/sa/TestUniverse.java#id0 intermittently fails with assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
d6054069e68 : 8215128: Test library OSInfo.getSolarisVersion cannot determine Solaris version
910ecd25520 : 8211844: [aix] ProcessBuilder: Piping between created processes does not work
d147f1198d0 : 8206075: On x86, assert on unbound assembler Labels used as branch targets 8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
cb70913b8ba : 8211106: [windows] Update OS detection code to recognize Windows Server 2019
5ac502c7138 : 8214059: Undefined behaviour in ADLC
517d2a16b3a : 8212116: IIOException "tEXt chunk length is not proper" on opening png file
4d64b3ead98 : 8208647: switch jtreg to 4.2b13
1fee25028c9 : 8214476: ZGC: Build ZGC by default
c38009ee92d : 8212070: Introduce diagnostic flag to abort VM on failed JIT compilation
f96d0a6d845 : 8211926: Catastrophic size_t underflow in BitMap::*_large methods
3527d076bb1 : 8211268: Disable unsupported GCs for Zero
039b446e05e : 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
7325cb25470 : 8213992: Rename and make DieOnSafepointTimeout the diagnostic option
57537176538 : 8212937: Parent class loader may not have a referred ClassLoaderData instance when obtained in Klass::class_in_module_of_loader
ad21e3f9509 : 8213410: UseCompressedOops requirement check fails fails on 32-bit system
3fc73cb9f40 : 8209433: [s390] Fix build, broken by 8208672 (Enable -Wreorder)
cc4d6bfc123 : 8209357: [PPC64] Fix build which was broken by 8208672 (Enable -Wreorder)
9783c9d4e33 : 8199156: Better route routing
82effe1790a : 8199161: Better interface enumeration
5a01a6d8e96 : 8199166: Better interface lists
fad15310f24 : 8208754: The fix for JDK-8194534 needs updates
a2fcf4966e9 : 8208661: JDK 11.0.1 l10n resource file update
79ad9ee3c6f : 8208209: Improve TLS connection stability again
5963019816a : 8206301: Improve NIO stability
96ad12949ab : 8205709: Proper allocation handling
c811120ee0d : 8206295: More reliable p11 transactions
4af71255c10 : 8207395: jar has issues with UNC-path arguments for the jar -C parameter [windows]
07dd61439ba : 8213527: [testbug] Fix PrintMetaspaceDcmd test using UseCompressedOops for 32-bit
3a8f81213cc : 8207059: Update test certificates in QuoVadisCA.java test
89005b04646 : 8213086: Compiler thread creation should be bounded by available space in memory and Code Cache
0839b3033d5 : 8210040: TestOptionsWithRanges.java is very slow
dcf9f4f63a9 : 8205633: TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently
ee13073a87a : 8210043: Invalid assert(HeapBaseMinAddress > 0) in ReservedHeapSpace::initialize_compressed_heap
8638befaf12 : 8211931: [ppc][testbug] runtime/jni/terminatedThread/TestTerminatedThread.java fails as threads don't terminate immediately
c203104e187 : 8213151: [AIX] Some class library files are missing the Classpath exception
e8433f9c729 : 8021335: Missing synchronization when reading counters for live threads and peak thread count
2bd9a8d4043 : 8205507: jdk/javax/xml/crypto/dsig/GenerationTests.java timed out
7fd4049f8fa : 8213085: (tz) Upgrade time-zone data to tzdata2018g
3a081c984f7 : 8211883: Disable anon and NULL cipher suites
b498eb213b4 : 8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73)
98fbaadd592 : 8215398: -Xlog option usage => Invalid decorator '\temp\app_cds.log'
f52ecb70eaf : 8174691: [TESTBUG] A number of native hotspot unit tests fail when executed in stand-alone mode
9633a3426d0 : 8210483: AssertionError in DeferredAttr at setOverloadKind caused by JDK-8203679
f23abfddde4 : 8211698: Crash in C2 compiled code during execution of double array heavy processing code
925892bf8bb : 8209055: c.s.t.javac.code.DeferredCompletionFailureHandler seems to use WeakHashMap incorrectly
a69a3505f31 : 8209573: [TESTBUG] gc/epsilon/TestMemoryMXBeans should retry on failure
aef9a5ba5d6 : 8205574: Loop predication "assert(f <= 1 && f >= 0) failed Incorrect frequency"
55cd47f867b : 8219710: Bump update version for OpenJDK: jdk11.0.4
b90b514c2d6 : Added tag jdk-11.0.4+0 for changeset cd1c042181e9
ac8560494b5 : 8207057: No debug info for assembler files
b99af2bd166 : 8210153: localized currency symbol of VES
f15d08ae3d2 : 8208746: ISO 4217 Amendment #168 update 8209775: ISO 4217 Amendment #169 update
3a3f0b8fef7 : 8207153: Some intrinsic tests take long time to run
07032fe7624 : 8211065: Private method check in linkResolver is incorrect
2d64e99c243 : 8210703: vmStructs.cpp compiled with -O0
3f0e71c1826 : 8211387: [Zero] atomic_copy64: Use ldrexd for atomic reads on ARMv7
5339092223e : 8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
462b0953e98 : 8210761: libjsig is being compiled without optimization
23eda1a4d94 : 8210836: Build fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
f94f4e4b2ee : 8210647: libsaproc is being compiled without optimization
12fd7c28959 : 8211208: make AllocateHeapAt an unsupported option on AIX
91b704898fc : 8209942: [epsilon] range function for EpsilonTLABElasticity causes compiler warning
8c4eb29eed9 : 8209996: [PPC64] Fix JFR profiling
257c07321e5 : 8207941: javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails on machines without Arial font [testbug]
9c178dac66f : 8210497: [PPC64] Vector registers not saved across safepoint
98b5e5f5234 : 8209786: JDK12 fails to build on s390x with gcc 7.3
37ab55a8420 : 8211105: AArch64: Disable cos/sin and log intrinsics in jdk11u pending fix
dee2271fd1c : 8210259: [testbug] IncompatibleOptions.java fails if VM configured without ZGC
5b12c0e944d : 8210846: TLSv.1.3 interop problems with OpenSSL 1.1.1 when used on the client side with mutual auth
e3fd4595bb3 : 8209916: NPE in SupportedGroupsExtension
1cadcd04e09 : 8196902: Better HTTP Redirection
67149b99fd8 : 8207265: Bad HTML in {@link} in HttpResponse.BodySubscribers.ofPublisher
c1f5adbe18b : 8207190: JDK 11 javadoc generates bad code example
5f29406d2cf : 8181855: [Graal] runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
cbefa6b9200 : 8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx)
96cf046edc7 : 8206271: CodeHeap State Analytics must digest new method state
5333f197be4 : 8207032: Compilation succeeds without checking readability when --add-exports used
d103b59ac3e : 8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance
8636e943f2f : 8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr
fc20a5d86bf : 8207233: Minor improvements of jdk C-coding
8b883bd1451 : 8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread
fefb969cddb : Added tag jdk-11.0.1+1 for changeset 1353ec839c82
c4601cd75c4 : 8196902: Better HTTP Redirection
2772c933c66 : 8207810: Remove jdk-11.0.1+2 tag from source repository
9d4fce3bf34 : Added tag jdk-11.0.1+2 for changeset a285bd7cfedb
2eb014b48c9 : Added tag jdk-11.0.2+0 for changeset 7da060835810
0ec4029c816 : 8206884: Bump update version for jdk11.0.1 cpu forest
26d644989a1 : 8206389: JarEntry.setCreation/LastAccessTime without setLastModifiedTime causes Invalid CEN header
491ad0c4f73 : 8210502: jdeps does not handle properly on analyzing a mixture of MR JARs and non-MR JARs
29e741113f9 : 8210775: JVM TI Spec missing copyright
bbc1638ce1e : 8206473: Revert changes of JDK-8202613 in jdk-cpu and jdk11u-cpu
61d4faee90a : 8205417: Obsolete UnlinkSymbolsALot debugging option
5ff2b5fe98b : 8203911: Test runtime/modules/getModuleJNI/GetModule fails with -Xcheck:jni
6d497ee2638 : 8202737: Obsolete AllowNonVirtualCalls option
72bef9bb71f : 8202696: Remove exclusion range for phonetic chars in windows fontconfig.properties
2d493d86091 : Added tag jdk8u181-b32 for changeset 31ff4308a643
423bffd1cb7 : 8202696: Remove exclusion range for phonetic chars in windows fontconfig.properties
b3d3239e4ad : Added tag jdk8u181-b32 for changeset 28a36318c4d1
fc117010005 : 8202696: Remove exclusion range for phonetic chars in windows fontconfig.properties
157a5c269d9 : 8202696: Remove exclusion range for phonetic chars in windows fontconfig.properties
62464c0be10 : Added tag jdk8u192-b01 for changeset d09410ff245e
a1126750c6c : Added tag jdk8u192-b01 for changeset 86f6f0628be7
c10f366ad01 : Added tag jdk8u192-b01 for changeset 47a0a18eb79c
2f2d6ced58d : Added tag jdk8u192-b01 for changeset 002053c3e761
f74566e905f : Added tag jdk8u192-b01 for changeset 56114100bfff
6d8aca617d7 : Added tag jdk8u192-b01 for changeset 903e81f78d08
28330fcdc88 : Added tag jdk8u192-b01 for changeset 87f6dc3a0304
4e3fb07934e : Added tag jdk8u192-b01 for changeset a5be76c62053
f831a576d72 : Added tag jdk8u192-b01 for changeset 0e67d3c1f4b4
54fbe3e3a7f : Added tag jdk8u192-b01 for changeset 7c1d72c96dc1
2a7a8864ec4 : Added tag jdk8u192-b01 for changeset d533df0debe8
679bf9d97f6 : Added tag jdk8u192-b01 for changeset 88a03872dafd
dad30181a06 : Added tag jdk8u192-b01 for changeset 7e3658cc1a04
14b65b75343 : Added tag jdk8u192-b01 for changeset b0dcec46ca03
a9ffceed53e : Added tag jdk8u192-b01 for changeset efdb2e84d825
f3a054b2241 : Added tag jdk8u192-b01 for changeset c0281fdfde31
ea084baf947 : 8206318: Enhance package documentation for internal javadoc packages
10fca535db5 : 8206350: java/util/Locale/bcp47u/SystemPropertyTests.java failed on Mac 10.13 with zh_CN and zh_TW locales
943be51fe72 : 8206272: Remove stray BarrierSetAssembler call
3f0f527c5ba : 8206407: Primitive atomic_cmpxchg_in_heap_at() in BarrierSet::Access needs to call non-oop raw method
c599c02a660 : 8206425: .gnu_debuglink sections added unconditionally when no debuginfo is stripped
2f35293d8e1 : 8206425: .gnu_debuglink sections added unconditionally when no debuginfo is stripped
210e064a8d0 : 8205548: Remove multi-release jar related vm code
8457eb629f4 : 8194899: Remove unused sun.net classes
ecc1af23aff : Added tag jdk-12+1 for changeset 00b16d0457e4
b43e574a315 : Added tag jdk8u191-b01 for changeset 50e6a5b5f4ac
80e8a7ccb64 : Added tag jdk8u191-b01 for changeset 1c33d21ff0d3
6e0799311dd : Added tag jdk8u191-b01 for changeset becea043f0a7
9ca78b27e91 : Added tag jdk8u191-b01 for changeset 15ea805f132e
9ea5bc42a9f : Added tag jdk8u191-b01 for changeset 51341094547f
0bef6b4e437 : Added tag jdk8u191-b01 for changeset 777b55d75a66
3f58869ed62 : Added tag jdk8u191-b01 for changeset 96585c9ec781
9615ec3aa8f : Added tag jdk8u191-b01 for changeset 0d8647cf08a0
653b7ea086c : Added tag jdk8u191-b01 for changeset 373fc64dedad
d58ace8f622 : Added tag jdk8u191-b01 for changeset f66c0c163841
4f5212fe8c1 : Added tag jdk8u191-b01 for changeset 54db3c4e1a3d
4fbf7c9fd3a : Added tag jdk8u191-b01 for changeset 934b62cc5283
66de695392f : Added tag jdk8u191-b01 for changeset 3a5e3428e313
14916da0d9c : Added tag jdk8u191-b01 for changeset 5397edbd3c2f
130254eab15 : Added tag jdk8u191-b01 for changeset ab41e9c4db7d
52809103a7e : Added tag jdk8u191-b01 for changeset e5f44255d070
2981a7161b2 : 8205653: test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with handshake_failure
9989cf5446d : 8234270: [REDO] JDK-8204128 NMT might report incorrect numbers for Compiler area
15fa1e21aa5 : 8187078: -XX:+VerifyOops finds numerous problems when running JPRT
c654791013f : 8224997: ChaCha20-Poly1305 TLS cipher suite decryption throws ShortBufferException
a45b73b739e : 8221445: FastSysexMessage constructor crashes MIDI receiption thread
a79ed6c2bd5 : 8234824: java/nio/channels/SocketChannel/AdaptSocket.java fails on Windows 10
9101bc4a47c : 8198001: java/awt/Menu/WrongParentAfterRemoveMenu/WrongParentAfterRemoveMenu.java debug assert on Windows
660d40ab5cb : 8198000: java/awt/List/EmptyListEventTest/EmptyListEventTest.java debug assert on Windows
beaa7da14dc : 6933331: (d3d/ogl) java.lang.IllegalStateException: Buffers have not been created
a8d1d9022b4 : 8218807: Compilation database (compile_commands.json) may contain obsolete items
042c35ca026 : 8210459: Add support for generating compile_commands.json
6c6c219cbd0 : 8239792: Bump update version for OpenJDK: jdk-11.0.8
618b80b9da2 : Added tag jdk-11.0.8+0 for changeset 571c180c5106
136331b7f06 : 8205653: test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with handshake_failure
c95a4fb0b25 : Added tag jdk8u181-b31 for changeset 6447b1bb6dda
18168a6c2d0 : Added tag jdk8u181-b31 for changeset 7f5100357bd4
4f71312c624 : Added tag jdk8u181-b31 for changeset 20f49f80b8e8
5741fcf1e00 : Added tag jdk8u181-b31 for changeset 08e731c49aed
4427852f1b1 : Added tag jdk8u181-b31 for changeset 3e3c38441aea
6f03263428f : Added tag jdk8u181-b31 for changeset 7dc451860fa4
ccfbb7e4045 : Added tag jdk8u181-b31 for changeset 4131c55bf3ad
83c19751851 : Added tag jdk8u181-b31 for changeset c3f6636b7e24
2bea96bcc98 : Added tag jdk8u181-b31 for changeset ee8d9a1c8bff
3b443d46691 : Added tag jdk8u181-b31 for changeset f3d4b21bc0da
0d61e02f72d : Added tag jdk8u181-b31 for changeset 797cf98e9e36
aaa507bc54f : Added tag jdk8u181-b31 for changeset b50c3745c46f
e0d00c361ee : Added tag jdk8u181-b31 for changeset fdd19c2f8320
479f1d8f4d2 : Added tag jdk8u181-b31 for changeset 0021d124c3c0
7bd6dcd4389 : Added tag jdk8u181-b31 for changeset 2ae33d72342f
8fd17898ffc : Added tag jdk8u181-b31 for changeset bb03deaeb3c4
279ebaf1f1b : 8081323: ConstantPool::_resolved_references is missing in heap dump
18a46b896c1 : 8081323: ConstantPool::_resolved_references is missing in heap dump
291587274b2 : Added tag jdk8u181-b31 for changeset c3b797429055
1735f7833c4 : Added tag jdk8u181-b31 for changeset afd8221e4f0e
6ab75881bfa : Added tag jdk8u181-b31 for changeset ccb84af96598
c83a9c5be47 : Added tag jdk8u181-b31 for changeset 3e85884e0010
fe2e3a7fe24 : Added tag jdk8u181-b31 for changeset 4ca29e6a9234
7692d2bffe6 : Added tag jdk8u181-b31 for changeset 85b1669419e5
95b6a681994 : Added tag jdk8u181-b31 for changeset 31d39e98c625
9014b37b13d : Added tag jdk8u181-b31 for changeset 66fe9d5905df
792c982d8df : Added tag jdk8u181-b31 for changeset 670a90bfee4e
9c545ea5977 : Added tag jdk8u181-b31 for changeset 47ee43772bcb
fb7654e007b : Added tag jdk8u181-b31 for changeset 368ee7c678ab
edd87bc60b4 : Added tag jdk8u181-b31 for changeset 9277d3716438
3821ae8f1c1 : Added tag jdk8u181-b31 for changeset b94335c92531
3118e8345a6 : Added tag jdk8u181-b31 for changeset bbc9ff7a9baa
f6777f35dc0 : Added tag jdk8u181-b31 for changeset 7c3e80636cb6
ed1ee36e40b : Added tag jdk8u181-b31 for changeset 0679f2689279
da22bf8a177 : 8206114: Refactor langtools/tools/javac/classfiles/ClassVersionChecker.java
28e2dea71d2 : 8206085: Refactor langtools/tools/javac/versions/Versions.java
0976632232b : 8202252: (aio) Closed AsynchronousSocketChannel keeps completion handler alive
3f6c74fbc47 : 8224531: SEGV while collecting Klass statistics
6a1c0b08428 : 8212992: Change mirror accessor in Klass::verify_on() to use AS_NO_KEEPALIVE
6851c8d89bc : 8210063: ZGC: Enable load barriers for IN_NATIVE runtime barriers
df20056091b : 8227277: HeapInspection::find_instances_at_safepoint walks dead objects
91914435ad6 : 8220682: Heap dumping and inspection fails with JDK-8214712
6b02e96eafc : 8227011: Starting a JFR recording in response to JVMTI VMInit and / or Java agent premain corrupts memory
e221522f106 : 8227117: normal interpreter table is not restored after single stepping with TLH
266f9538d52 : 8228485: JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
022a8dbe8f5 : 8226543: Reduce GC pressure during message digest calculations in password-based encryption
dfbb454e073 : 8208269: Javadoc does not support module-info in a multi-release jar
453125603eb : 8209684: Intrinsics that assume some input non null should use GraphKit::must_be_not_null()
ed98aff23d1 : 8218566: NMT: missing memory tag for assert poison page
63586b45d3d : 8218558: NMT stack traces in output should show mt component for virtual memory allocations
aef5f86408a : 8202252: (aio) Closed AsynchronousSocketChannel keeps completion handler alive
0a99860ff90 : 8206120: Add test cases for lenient Japanese era parsing
189b484c4f1 : 8206309: Tier1 SA tests fail
3e4eba7668d : 8206309: Tier1 SA tests fail
209071d1359 : 8134538: Duplicate implementations of os::lasterror
37adb164a7d : 8205534: Remove SymbolTable dependency from serviceability agent
d5f3eb10e2f : 8244164: AArch64: jaotc generates incorrect code for compressed OOPs with non-zero heap base
aa3a76efd13 : 8245616: Bump update version for OpenJDK: jdk-11.0.9
99cb8eca876 : Added tag jdk-11.0.9+0 for changeset 90ce1674f838
290cbf36b51 : 8241750: x86_32 build failure after JDK-8227269
0d3c1b4bf37 : 8227269: Slow class loading when running with JDWP
c0ebf801591 : 8205534: Remove SymbolTable dependency from serviceability agent
cfd42a97ccd : 8206087: windows-x64-cmp-baseline fails with The files do not have the same suffix type
bd0c60ff71c : 8195991: [TEST_BUG]:Regression manual Test java/awt/TrayIcon/RightClickWhenBalloonDisplayed/RightClickWhenBalloonDisplayed.html fails
ac99e1d4477 : 8177275: IllegalArgumentException when MH would have too many parameters is not specified for several methods
6cd1f27fcfc : 8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge"
4dedba9ebe1 : 8205984: javax/net/ssl/compatibility/Compatibility.java failed to access port log file
e2064980ff9 : 8205563: modules/AnnotationProcessing.java failed testGenerateSingleModule
977b9cae127 : 8204329: Java API doc for XMLStreamReader.next() needs to be clarified for the exception thrown when hasNext() method returns false
1a566d4510c : 8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
9006ccdbbf2 : 8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
c4b2780bea7 : 8197810: Test java/awt/Choice/SelectCurrentItemTest/SelectCurrentItemTest.html fails on Windows
7d7184e5055 : 8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here
39da5e6c4cb : Added tag jdk-11+20 for changeset 9816d7cc655e
4f2abf069ab : 8206003: SafepointSynchronize with TLH: StoreStore barriers should be moved out of the loop
29dc54093b2 : 8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
e02646e05bc : 8203848: Missing remembered set entry in j.l.ref.references after JDK-8203028
cbec44e8461 : 8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
48942a6abad : 8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
8774d700441 : 8204310: Simpler RandomAccessFile.setLength() on Windows
ecc59797690 : 8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key
11184615a8e : 8201552: Ellipsis in "Classical" label in SwingSet2 demo with Windows L&F at Hidpi
8de0f1ba41e : 8204355: [Graal] org.graalvm.compiler.debug.test.CSVUtilTest fails on Windows due to improper line separator used
16cb20cfbdd : 8204517: [Graal] org.graalvm.compiler.debug.test.VersionsTest fails with InvalidPathException on windows
6c7c6c71906 : 8206117: failed to get JDK properties for JVM w/o JVMCI
bebd49cf84a : 8206086: [Graal] JDI tests fail with com.sun.jdi.ObjectCollectedException
bfb397a679b : 8190835: Subtraction with two javax.xml.datatype.Duration gives incorrect result
8c2d9b5ff0c : 8202123: C2 Crash in Node::in(unsigned int) const+0x14
19800569474 : 8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid
f675eb67a6c : 8206952: java/lang/Class/GetPackageBootLoaderChildLayer.java fails with Graal
a2a0138612a : 8203007: Address missing block coverage for ChaCha20 and Poly1305 algorithms
5fcb3ecb4e0 : 8205878: pthread_getcpuclockid is expected to return 0 code
155ec2ab81d : 8206323: Missing some legal notices in docs bundle
2214cd06a8f : 8185740: The help-doc.html generated by the doclet is outdated
29cd9fe2eae : 8194740: UseSubwordForMaxVector causes performance regression
cb2d33f02c5 : 8206287: fix legal notice in hotspot tests
e9c8e369b77 : 8206106: [solaris sparc] jck tests api/javax_print/PrintService failing
a62b057397e : 8205646: Broken link in jdk.jsobject
1e3516bc36c : 8206433: Several jib profiles missing autoconf dependency
684a1ff69e7 : 8205588: Deprecate for removal com.sun.awt.SecurityWarning
f36f4df68dd : 8206408: Add missing CPU/system info to vm_version_ext on PPC64
51422fc2a90 : 8201611: Broken links in java.desktop javadoc
ea13adc07fd : 8206459: [s390] Prevent restoring incorrect bcp and locals in interpreter and avoid incorrect size of partialSubtypeCheckNode in C2
d5c20788ae6 : 8206163: AArch64: incorrect code generation for StoreCM
cb9a168f8b6 : 8205426: Humongous continues remembered set does not match humongous start region one after Remark
7ca2af2492f : 8198352: java.util.MissingResourceException: sun.security.util.AuthResources when trying to use com.sun.security.auth.module.UnixLoginModule
d24f9d4c132 : 8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
cb094826ec3 : 8203943: eventThreadGroup was null in TestJavaBlockedEvent.java
1fc1f68c3d6 : 8204630: Generating an anonymous class with Filer#createClassFile causes an NPE in JavacProcessingEnvironment
f1ce5c14568 : 8193126: Incorrect setting of MetaspaceSize and NewSizeThreadIncrease when using JVMCI compiler
485b10778d9 : 8206375: ProblemList update of bug ID for SwingFontMetricsTest
dd12703f56a : 8206428: Upgrade JDK11 to harfbuzz 1.8.2
d9aa299526a : 8206450: Add JImageListTest.java to ProblemList.txt
2e628779e4b : 8206436: sun/nio/cs/TestIBMBugs.java no longer compiles
4ab3ee9f6d2 : 8206429: [REDO] 8202561 clean up TEST.groups
60966817625 : 8206324: compiler/whitebox/DeoptimizeFramesTest.java to ProblemList-graal.txt
2db58ca8c36 : 8206394: missing ResourceMark in AOTCompiledMethod::metadata_do, AOTCompiledMethod::clear_inline_caches , CompiledMethod::clear_ic_stubs , CompiledMethod::cleanup_inline_caches_impl
c216fe0f55a : 8198405: JImageExtractTest.java & JImageListTest.java failed in Windows
7485f6b5b94 : 8205454: &amp; is displayed in some Swing docs
69438af9ece : 8205940: LoadNode::find_previous_arraycopy fails with "broken allocation" assert
5e002c7aa7c : 8205499: C1 temporary code buffers are not removed with -XX:+UseDynamicNumberOfCompilerThreads
eaf0364068e : 8205418: Assorted improvements to source code model
487db1a3bbe : 8206088: 8205207 broke builds
c8f1daa9eb5 : 8194546: Choosier FileManagers
b0aa15b85be : 8194546: Choosier FileManagers
f8224ed3bcd : 6260348: GTK+ L&F JTextComponent not respecting desktop caret blink rate
2e5d8dee9b3 : 6260348: GTK+ L&F JTextComponent not respecting desktop caret blink rate
b4c6d6ae31c : 8195630: [Graal] vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java fails with Graal
69191fc4cc9 : 8206083: Make tools/javac/api/T6265137.java robust to JDK version changes
c89978f4fd6 : 8206022: Add test to check that the JVM accepts class files with version 56
b57ff343258 : 8205927: Update src/java.base/share/legal/public_suffix.md to match the actual file version
992c9ee022b : 8205207: Port Graal unit tests under jtreg
6385038a374 : 8149729: [jittester] Replace all 'path1 +"/" + path2' with Paths::get
2ddeb31e897 : 8206006: Build failed on Windows
3ae58c7fdc6 : 8202959: Rearrange the top and bottom navigation bar in the javadoc generated pages
736e57146da : 8206006: Build failed on Windows
3d8776d76c2 : Added tag jdk-12+0 for changeset 95aad0c785e4
446bbb0f40c : 8205508: hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java fails with Prompt is not received during 300200 milliseconds
ac46cad49b8 : 8205956: Fix usage of "OpenJDK" in build and test instructions
a57b47dafcc : 8204967: Resolve disabled warnings for libunpack
b5f1b1e0a39 : 8205985: Remove tools/javac/options/release/ReleaseOptionUnsupported.java from problem list
e95ebc725bb : 8137164: Include PID in the JFR jcmd hint
dd581def6f0 : 8206004: [BACKOUT] errant changeset for JDK-8137164
7f3a801cae4 : 8197425: Liveset information for Old Object sample event
3567e9c1d5c : 8197425: Liveset information for Old Object sample event
b11c7752e85 : 8003209: JFR events for network utilization
724ba7feb2d : 8204492: Add deprecation annotation to Nashorn APIs and warning to nashorn, jjs
e4dbe9909fa : 8205683: Refactor heap allocation to separate concerns
271a76877a7 : 8205996: JDK-8205906 broke the build on Mac
1e326d1b84b : 8205681: [TEST_BUG] vmTestbase/nsk/jvmti/Allocate/alloc001/TestDescription.java fails with exit code 98
6be8921d13a : 8205993: ZGC: Fix typos and incorrect indentations
c61ba730c1e : 8205694: AArch64: Add test to validate volatile load, store and CAS code generation
5fcc7053788 : 8205906: jdk.jfr.jcmd.TestJcmdDumpLimited fails due to erronous processing of -XX:FlightRecorderOptions
13d55b00874 : 8205925: Print correct and more information about secondary errors
e56162b43d7 : 8205615: Start of release updates for JDK 12 8205621: Increment JDK version for JDK 12 8193292: Add SourceVersion.RELEASE_12 8193290: Add source 12 and target 12 to javac 8205619: Bump maximum recognized class file version to 56 for JDK 12
bc45576579b : Added tag jdk-12+0 for changeset c9cd3ec6a0eb
fb54f8a71f5 : 8195774: Add Entrust root certificates
18eb98ccbc1 : 8205923: ZGC: Verification applies load barriers before verification
03d213bcdae : 8205923: ZGC: Verification applies load barrier before verification
45c5c6fda47 : 8205959: Do not restart close if errno is EINTR
152488eeeec : 8205913: Inconsistent source code model
2183a72fe31 : 8195986: Incorrect javac -h output with annotation processing and missing classes
4d06934426f : 8205679: Remove unused ThreadLocalAllocBuffer::undo_allocate()
19608b393dd : 8205916: [test] Fix jdk/tools/launcher/RunpathTest to handle both, RPATH and RUNPATH
258346a5a0d : 8205702: assert(UseCompressedClassPointers) failed in universe.hpp
7c8da483faf : 8205531: jcmd VM.classloaders should fold similar loaders
09cf8b07e80 : 8205577: parallel/TestPrintGCDetailsVerbose.java fails assertion
94faf6972b6 : 8192953: sun/management/jmxremote/bootstrap/*.sh tests fail with error : revokeall.exe: Permission denied
3feaefd75fd : 8205528: Base64 encoding algorithm using AVX512 instructions
a937d2876be : 8205719: Windows Java_sun_tools_attach_VirtualMachineImpl_enqueue() method should include exitCode in exception message
6fc0ec871ab : 8205824: Update Graal
80e93fc7526 : 8160673: Jittester: investigate bytecode generation hangs during bytecode tests generation
7d73d3cbf1e : 8190876: javadoc search on "java.se" shows "java.se" the last one among other modules
b3f5c241c16 : 8205954: clean up hotspot ProblemList
0ac78340f34 : 8205942: Build failure on macosx after JDK-8189429
69106b43330 : 8202554: Remove hotspot tests for javafx.* modules
b67e22709b5 : 8205926: Support invokeSpecialIFC in GenerateJLIClassesPlugin
8d1a97542e8 : 8203664: JFR start failure after AppCDS archive created with JFR StartFlightRecording
7b117026d2d : 8205438: Re-enable shebang tests in test/jdk/tools/launchers/SourceMode.java
19085e7dad4 : 8199265: java/util/Arrays/TimSortStackSize2.java fails with OOM
ec7e7d9ffbe : 8205945: Revert unintended changes to make/gensrc/Gensrc-jdk.hotspot.agent.gmk
63881a76026 : 8205616: Build fails with system headers after 8204572
ed19b48e71d : 8205397: InetAddress has wrong declaration for readObjectNoData
3a0cd3fcaea : 8205678: ZGC: Remove unused ZAllocationFlags::java_thread()
3e296cc180e : 8205676: ZGC: Remove TLAB allocations in relocation path
700a0427a13 : 8202698: Update Graal for JEP 181 - Nest-based access control
8e9f9e55832 : 8204157: Compiler.sunflow hangs after JDK-8192992
40290575477 : 8200243: System error message is decoded as invalid encoding in Windows
e5ac84c7b0b : 8205058: (fs) Files read/writeString should throw CharacterCodingException instead of IOException with an IllegalArgumentException as cause
884f9db3c66 : 8205699: assert(_owner_offset != 0) failed in javaClasses.cpp
93314be3c2c : 8189429: SA: MacOSX: Replace the deprecated PT_ATTACH with PT_ATTACHEXC
4098f2560aa : 8066709: Make some JDK system properties read only
59e1de3077a : Added tag jdk8u181-b12 for changeset 3d1885a60762
09dcc8c8dff : Added tag jdk8u181-b12 for changeset 01667c18cf16
efb5df5026f : Added tag jdk8u181-b12 for changeset 5ed0150c8d01
2ceb8f540cc : Added tag jdk8u181-b12 for changeset d91e1fa63fb1
10c1ec3a2ac : Added tag jdk8u181-b12 for changeset 8efbe79e3c73
40205919884 : Added tag jdk8u181-b12 for changeset 4361b03c530e
db8317a2d24 : Added tag jdk8u181-b12 for changeset 4f81cd5873ba
cea0977a5aa : Added tag jdk8u181-b12 for changeset 587469746061
c40335ffbbc : Added tag jdk8u181-b12 for changeset 78aa8eb46d25
9e805bba00e : Added tag jdk8u181-b12 for changeset a2dc5b4ef297
21fddc8844d : Added tag jdk8u181-b12 for changeset a55dd8ca42f9
c8e894171c0 : Added tag jdk8u181-b12 for changeset 9ca09603b45a
43bdb7bb89b : Added tag jdk8u181-b12 for changeset d42bdfffe344
1597ff71cf7 : Added tag jdk8u181-b12 for changeset 2b0018da9c96
53a38db7129 : Added tag jdk8u181-b12 for changeset b38237502c99
b159a6ed095 : Added tag jdk8u181-b12 for changeset 4bf4ad154586
1562707c558 : 8204872: [8u] VS2017: more instances of "error C3680: cannot concatenate user-defined string literals with mismatched literal suffix identifiers"
2084c20d55e : 8204872: [8u] VS2017: more instances of "error C3680: cannot concatenate user-defined string literals with mismatched literal suffix identifiers"
cad47f4a034 : 8199940: Print more information about class loaders in IllegalAccessErrors
1e4a26cedaa : 8205583: Crash in ConcurrentHashTable do_bulk_delete_locked_for
bcdf345cc21 : 8205609: [PPC64] Fix PPC64 part of 8010319 and TLH without UseSIGTRAP on AIX
7c0ca4d75f2 : 8205111: Develop new Test to verify different key types for supported TLS protocols
9234826c804 : 8205663: ZGC: Log metaspace used/capacity/committed/reserved
e702bea327c : 8205664: Move detailed metaspace logging from debug to trace
6dca162699f : 8187288: bad (no) wrapping for modifier and type column
aaf546777fa : 8203670: unmodifiable List iterator() implementations should not be ListIterators
7d63a78e0ae : 8205673: Problem list RmiRegistrySslTest.java and RmiSslBootstrapTest.sh
b2c1375e6d9 : 8205625: linux-aarch64-cmp-baseline fails builds-tier5
b4716c95a01 : 8199580: [TESTBUG] Un-quarantine vm/mlvm/indy/func/jdi/breakpointOtherStratum and breakpoint
17f2e93cd9d : 8205723: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java
097851e9375 : 8205703: [JVMCI] Expose all GC selection flags
8a2170dad7c : 8205559: Remove IN_CONCURRENT_ROOT Access decorator
ed24b806f18 : 8205721: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java
d4280206fdb : 8144992: Remove OopIterateClosure::idempotent
5012044e635 : 8205607: Use oop_iterate instead of oop_iterate_no_header
35a9c527082 : 8205701: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java
1af4c68d12b : 8205648: fix for 8205195 breaks secondary error handling
b03536888a6 : 8205696: Undo licence.md
e9d845c870a : 8205547: FileChannel/CleanerTest.java fails due to expected FD count
6831468e79e : 4475138: getBestCursorSize and XFree86 4.1.0
d6c849a8245 : 8187100: Support Unicode Variation Selectors
0a0a8a57912 : 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06
3afeb2cb486 : 8203864: Execution error in Java's Timsort
abffccb329c : 8202422: value of 'sizeCtl' in ConcurrentHashMap varies with the constructor called
7ca40279575 : 8169559: Add class loader names to relevant VM messages
fc73803071f : 8204661: Show error 'Port already in use' in HashedPasswordFileTest.java
48500f81a1d : 8205509: assert(_name_and_id != 0LL) failed: encountered a class loader null name and id
3d7d35c321c : 8189113: AARCH64: StringLatin1 inflate intrinsic doesn't use prefetch instruction
51d3abfc8c9 : 8189103: AARCH64: optimize String indexOf intrinsic
97aa261f248 : 8202326: AARCH64: optimize string compare intrinsic
703073a5646 : 8204289: AARCH64: enable math intrinsics usage in interpreter and C1
854207f875c : 8189105: AARCH64: create intrinsic for sin and cos
fe0bbc424bd : 8196402: AARCH64: create intrinsic for Math.log
67b1418aa81 : 8153732: Windows remote printer changes do not reflect in lookupPrintServices()
91f281c8d71 : 8194873: right ALT key hotkeys no longer work in Swing components
739c54ae6d6 : 8202696: Remove exclusion range for phonetic chars in windows fontconfig.properties
47c7fc7a8a2 : 8205324: Part of java.awt.Desktop.browse(URI) spec is outdated after support of applets was removed
38131ccda67 : 8205153: Delete "standard instructions" machinery in the open automated tests
78492f3188d : Added tag jdk8u181-b11 for changeset f5bcc87b9ea4
2a5cdcf4828 : Added tag jdk8u181-b11 for changeset 3ad19d46c55c
cf539b32658 : Added tag jdk8u181-b11 for changeset daa4c505360d
f21b84a8d66 : Added tag jdk8u181-b11 for changeset 884b00998444
6c68aade007 : Added tag jdk8u181-b11 for changeset adb733bb9076
fa36ad1e308 : Added tag jdk8u181-b11 for changeset 84cadf456b9c
12cffd47878 : Added tag jdk8u181-b11 for changeset 2e426c397b1f
d253982e271 : Added tag jdk8u181-b11 for changeset 73a28dde0a0e
599ebef94fd : Added tag jdk8u181-b11 for changeset 67080c5eabf9
2f25143cc9d : Added tag jdk8u181-b11 for changeset 94a3ac9a2889
eee28ae6740 : Added tag jdk8u181-b11 for changeset 9b69bb2ac144
1549e6de54a : Added tag jdk8u181-b11 for changeset c3557d194c2b
4facbc9e8ed : Added tag jdk8u181-b11 for changeset 17a28bf328ce
9c32a3316de : Added tag jdk8u181-b11 for changeset 73d086b0583d
7837e32e8aa : Added tag jdk8u181-b11 for changeset 60a68769e5ac
4d4e47f0863 : Added tag jdk8u181-b11 for changeset f7ef3eb40006
1c1a099b3c5 : 8205144: JSpinner may change the font after became visible
144a178e557 : 8205491: adjust reflective access checks
5de0531702d : 8205491: adjust reflective access checks
348d6c52185 : 8205491: adjust reflective access checks
67560b5db1b : 8205491: adjust reflective access checks
9eeb3ed8863 : 8205456: Unification of iterations over arrays
b228ede4514 : 8205491: adjust reflective access checks
79312ec17ed : 8205491: adjust reflective access checks
075d860ee6c : 8205494: Convert or remove all AWT applet demos
52d487c316b : 8205136: Move StylePad demo to the open repository
cbcc690048b : 8205523: Explicit barriers for interpreter
f62fa676259 : 8204969: Asserts in objArrayKlass.cpp need to use _raw variants of obj_addr_at()
437a15817f1 : Added tag jdk-12+6 for changeset 7939b3c4e408
dc45757347f : 8208242: Add @requires to vmTestbase/gc/g1 tests
f8590345b70 : 8209127: ZGC: Improve error message when failing to map memory for mark stacks
abb1e458ebe : 8209126: ZGC: ZMarkStackAllocator::is_initialized() never called
6c7f0f0218c : 8209125: ZGC: Clean up ZServiceabilityCounters
e05a66c7894 : 8207756: ZGC: jstat should show CGC STW phases
30fad2ce7d2 : 8208656: Move java/util/Calendar/CalendarTestScripts tests into OpenJDK
e5f3e1b60ca : 8207965: C2-only debug build fails
626a6141465 : 8208303: Track JNI failures and fail tests
90a76fe7d2a : 8202941: GenModuleInfoSource build tool does not detect missing semicolons
a7b66f6f5ed : 8208677: Move inner metaspace cleaning out of class unloading
149026aa65c : 8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout
52f2eca5d97 : 8193822: Remove unused newDirectByteBuffer and truncate methods from buffer classes
bdfda4e19bd : 8208672: Enable -Wreorder in make files for gcc, clang
9c0720b156e : 8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
e98c176026e : 8208670: Compiler changes to allow enabling -Wreorder
d702d5f8d24 : 8208669: GC changes to allow enabling -Wreorder
a00eff193f3 : 8208279: Add 8 JNDI tests to com/sun/jndi/dns/EnvTests/
a6a078ee4f9 : 8208575: Remove Atomic::add/sub for short
1b2e7cbaefe : 8208999: Some use of Klass* should be replaced by InstanceKlass*
01cc27f875f : 8208634: Add x-IBM-1129 charset
db4913ba5ae : 8209003: Consolidate use of empty collections in java.lang.module
3be8d256e92 : 8031761: [TESTBUG] Add a regression test for JDK-8026328
6f046a9f275 : 8208704: runtime/appcds/MultiReleaseJars.java timed out often in hs-tier7 testing
4ce757492c8 : 8208744: remove unneeded -DUSE_MMAP settings for JDK native libs builds
77204ca1636 : 8209023: fix 2 compiler tests to avoid JDK-8208690
a9fd33bf2f3 : 8209029: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing
b2042fe0ca6 : 8079682: [mlvm] remove SAM code in MHTransformationGen
013e6fd5954 : 8208364: java/lang/reflect/callerCache/ReflectionCallerCacheTest.java missing module dependencies declaration
70b706c2248 : 8206955: MethodHandleProxies.asInterfaceInstance does not support default methods
cc248634a13 : 8208362: (bf) Long chains created by direct Buffer::slice
4bac00436db : 8209024: Use SuppressWarnings on serialVersionUID fields in interfaces
080d3bb21ae : 8194958: [Graal] disable compiler/c2/cr7200264 tests
963bb6c8be3 : 8209020: ProblemList tests affected by JDK-8208778
82186ce3119 : 8208604: Metadata::print_value_string() compares 'this' to NULL
831fdfe3110 : 8209018: ProblemList tests affected by JDK-8208690
03d6ab3b09e : 8208623: [TESTBUG] runtime/LoadClass/LongBCP.java fails in AUFS file system
c1c40851397 : 8208998: Typo in ModueInfo.java, field for ModuleHashes should be moduleHashes
fb0b6082849 : 8208782: Remove extra type in throws clause of SerialClob.writeObject
dc239793208 : 8204946: Clean-up problem list for JDK-8202933 and JDK-8202934
fafa9f633f0 : 8205498: Typo in fix for 8205119 breaks Solaris demo build
60c6812f2da : 8205119: SwingApplet demo should be removed
1fc2c6f4a86 : 8205441: Upgrade to harfbuzz 1.8.1
b1a097c1e20 : 8204667: Resources not freed on exception
078f97a1218 : 8204667: Resources not freed on exception
277b35da288 : 8203184: List.copyOf() fails to copy sublists
693a6dd27a1 : 8060192: Add default method <A> A[] Collection.toArray(IntFunction<A[]> generator)
5be0048099e : 8205175: Deprecate UnlinkSymbolsALot debugging option
f8c9c9c4ccf : 8204497: Better formatting of decimals
aef0421af48 : 8204497: Better formatting of decimals
267fe08ad98 : 8203637: Fix Sources
a61ed3b4178 : 8205103: [TESTBUG] Instability in JFR test TestThreadCpuTimeEvent
d686431d786 : 8204667: Resources not freed on exception
753d040785b : 8204667: Resources not freed on exception
563d2a41a9d : Added tag jdk8u181-b10 for changeset 69b6add9e7cf
e11e65b8ebd : Added tag jdk8u181-b10 for changeset 80f702e5c97c
a15e393f9e5 : Added tag jdk8u181-b10 for changeset 0877b9f3bf53
4bca983ed9e : Added tag jdk8u181-b10 for changeset 65a2e8cb5902
2c3edcb6fc2 : Added tag jdk8u181-b10 for changeset ad64cf58f1f7
ce1ca931420 : Added tag jdk8u181-b10 for changeset 10e37598a876
051fefda8c9 : Added tag jdk8u181-b10 for changeset 66b85d68bba7
bc515eb2e67 : Added tag jdk8u181-b10 for changeset 12bf4a317cea
cb1e2d2351b : Added tag jdk8u181-b10 for changeset 6df0b2903536
e582967bb64 : Added tag jdk8u181-b10 for changeset cf7c1ab9f034
e202e7e7727 : Added tag jdk8u181-b10 for changeset 249c96f05353
51c87d6e3e6 : Added tag jdk8u181-b10 for changeset 73a517f57a73
864948e4296 : Added tag jdk8u181-b10 for changeset dd60e73e5404
deca3e9d3df : Added tag jdk8u181-b10 for changeset b0f416243019
61af0e6f12d : Added tag jdk8u181-b10 for changeset 4285ae254de0
ea76c61d860 : Added tag jdk8u181-b10 for changeset 7b6534ab1e85
dc6225338c9 : 8203003: Several FileDialog Modality Tests fail on Linux due to X errors
76b2d87898b : 8200115: System property java.vm.vendor value includes quotation marks
4b3f58a7ff6 : 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
598b68e3672 : Added tag jdk8u212-b01 for changeset 18ec8a93ce89
a106912716d : 8148351: Only display resolved symlink for compiler, do not change path
111dccb0c22 : 8148351: Only display resolved symlink for compiler, do not change path
fbb48bb79cd : 8202936: Improve script engine support
48f1b9e33c9 : 8202936: Improve script engine support
44456cbd7b4 : 8203654: Improve cypher state updates
ed6e15071e0 : 8203654: Improve cypher state updates
3ac6f8d3b9f : 8205336: Modularize allocations in assembler
9c47d8db3f0 : 8204938: Add a test case to automatically check the updated LSR data
cda97e3382d : 8205385: Problem list vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
5aba3a52a14 : Added tag jdk-11+19 for changeset fb8b3f467277
ac42932122a : 8205105: VM crashes with "assert(Universe::heap()->is_in_reserved(start + words - 1)) failed: not in heap"
4dae1e471bc : 8204974: Quarantine serviceability/sa/TestInstanceKlassSize* tests for CDS enabled mode
f02e0d47792 : 8204135: jtreg: Fix failing RTM test TestUseRTMXendForLockBusy
55eb2d9b79a : 8205433: clean up hotspot ProblemList
dfe4aabde43 : 6545967: sp05t003 failed ResumeThread() due to THREAD_NOT_SUSPENDED
07012c97536 : 8203338: Unboxing in return from lambda miscompiled to throw ClassCastException
a22821323ab : 8204701: [TESTBUG] runtime/SharedArchiveFile/BootAppendTests.java should handle mapping failure
640bf6cbd8b : 8200115: System property java.vm.vendor value includes quotation marks
659fdd8dc4c : 8204679: HTTP Client refresh
8c5dfa21b3c : 8205407: [windows, vs<2017] C4800 after 8203197
edd5002b4e7 : 8199435: Unsafe publication of java.util.Properties.map
a8506cb4e10 : 8042131: DateTimeFormatterBuilder Mapped-values do not work for JapaneseDate
d571ea407c1 : 8198719: MethodHandleHelper.linkToStatic should drop MH arg
0bb3443a98f : 8204353: AARCH64: optimize FPU load and stores in macroAssembler
07e928c8ec1 : 8204473: AARCH64: register post-index addressing mode is not supported directly
8f5b71f3bb7 : 8205183: Warning about using VS2017 should be removed
ea76c6d3165 : 8205172: 32 bit build broken
ca60e251a98 : 8205006: Assertion failure when rehashing stringtable
561ec75b9b6 : 8203030: Zero s390 31 bit size_t type conflicts in shared code
43248585b43 : 8195293: Issue more comprehensive warnings for use of \"var\" in earlier source versions
d33aa17aecd : 8205339: ZGC: VerifyBeforeIteration not yet supported
d8cc020fd69 : 8205338: ZGC: LeakProfiler not yet supported
aefa5d6fbe4 : 8202624: javadoc generates references to enum constructors, which are not documented
ecbeb2db133 : 8205108: [testbug] Fix pattern matching in jstatd tests
b7fe5e4f7b9 : 8205141: runtime/exceptionMsgs/ArrayStoreException/ArrayStoreExceptionTest.java failed with "assert(k->is_objArray_klass()) failed: cast to ObjArrayKlass
14e06400d34 : 8205149: hs201t002 should be put on the problem list
8e127e5c264 : 8204152: SignedObject throws NullPointerException for null keys with an initialized Signature object
58f944b75e5 : 8205052: No compilation error thrown when no valid parameterization exists for functional interface type
ebe240f3f49 : 8195115: G1 Old Gen MemoryPool CollectionUsage.used values don't reflect mixed GC results
425e1a8bb87 : 8202605: Standardize on ClassLoaderData::loader_name() throughout the VM to obtain a class loader's name
1682e39728a : 8205055: Fix compilation optimization errors with new Solaris toolchain
592bda102d2 : 8205110: Fix xchip warnings with new Solaris toolchain
8421cf98b75 : 8205341: AARCH64: Clean up duplicate uzp1 & uzp2 instruction definition
535789eed5f : 8061305: Javadoc crashes when method name ends with "Property"
d31ec7272bf : 8061305: Javadoc crashes when method name ends with "Property"
6f462fbc704 : 8203680: os::stat() on Posix platform does not need to copy input path
eaf0662ffc9 : 8200605: Create test for GridBagLayoutDemo
3b48828b44b : Added tag jdk8u181-b09 for changeset da5b53cfbadc
f31701a3201 : Added tag jdk8u181-b09 for changeset dbdbc94881ad
27a5f059545 : Added tag jdk8u181-b09 for changeset 2a2f5a40bf75
3f7734b2d54 : Added tag jdk8u181-b09 for changeset c7d30e77a4b4
5e6ddb64314 : Added tag jdk8u181-b09 for changeset eba7a1e4a76d
d05197bed71 : Added tag jdk8u181-b09 for changeset 9bf9806fc50b
b5ce2dfed58 : Added tag jdk8u181-b09 for changeset 06cf85c1dffd
75dab346bc0 : Added tag jdk8u181-b09 for changeset 4aaa36f29017
576d54f5468 : Added tag jdk8u181-b09 for changeset 4d4a0c83f80d
0930bdf30d4 : Added tag jdk8u181-b09 for changeset 55b50e6bdd79
f4ab29fa450 : Added tag jdk8u181-b09 for changeset c5cc4bc60f3a
8263852c373 : Added tag jdk8u181-b09 for changeset 4fd304f781dc
cc410b18320 : Added tag jdk8u181-b09 for changeset 1750314d29be
5bc217d9fe0 : Added tag jdk8u181-b09 for changeset 73a5e13cb7a6
0ab22789704 : Added tag jdk8u181-b09 for changeset 638c1ddf5463
59c7d679460 : Added tag jdk8u181-b09 for changeset fa8c3159d4cc
e8fc5de2ab8 : 8204497: Better formatting of decimals
1358a2751f7 : 8204497: Better formatting of decimals
66acbf166a7 : 8204929: Fonts with embedded bitmaps are not always rotated
edbda00716f : 8205062: (fs) Improve some print diagnostics in java/nio/file/Files/CopyAndMove.java
ecc70a4e02a : 8199441: Wrong caret position in multiline text components on Windows with a screen resolution higher than 100%
e0fbed3a772 : 8202199: Provide public, unsupported JDK API for JavaFX/Swing interop
79fea6b2015 : 8153107: enabling ObjectSynchronizer::quick_enter() on ARM64 causes hangs
98f42dc0f51 : 8205344: TraceMemoryManagerStats changes in JDK-8195115 broke ZGC
c2c3d285dd4 : 8204571: Add support for launching multiple startup recordings
76ae46a3a17 : 8205107: assert(c->Opcode() == Op_SafePoint) failed: broken outer loop
c390783ee2a : 8205641: Make java/nio/channels/Selector/RacyDeregister.java noisier and flush after prints
f4ae3d53259 : 8205400: [Graal] compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java fails with can't be enqueued for compilation on level 4
a7e35cb9883 : 8203228: Branch-free output conversion for X25519 and X448
991f2f8c0bf : 8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach
434c9e90bf1 : 8205422: assert(false) failed: Bad verification_type_info
0123157b4fe : 8205671: Remove HTTP Client tests erroneously problem listed by the TLS 1.3 integration
60ff77bd97f : 8201815: Use Mozilla Public Suffix List
19f5116cd99 : 8204082: Make names of Young GCs more uniform in logs
76285896940 : 8205342: windows : potential memleaks in getAdapter(s) in NetworkInterface_winXP.c
27896721a04 : 8200720: Print additional information in thread dump (times, allocated bytes etc.)
807c4ae4a37 : 8205612: (fc) Files.readAllBytes fails with ClosedByInterruptException when interrupt status set
4e844fe6238 : 8205623: Replace use of Class::getPackage with Class::getPackageName
140e7415ff9 : 8205627: Replace hardcoded spec version value in build.tools.ExtLink taglet
5ef2f98d35f : 8205649: Make clang stack flags independent of OS
95198266245 : 8194152: sun/security/tools/jarsigner/AltProvider.java failed on de-DE locale
90329292ced : 8196213: sun/security/tools/jarsigner/warnings/NoTimestampTest.java test fails on ar_SA locale
230268522b0 : 8202299: Java Keystore fails to load PKCS12/PFX certificates created in WindowsServer2016
3ad65642c87 : 8202608: CommonSeeder test needs a white-box testing mechanism to replace the default entropy source
3e7196c114e : 8205455: jdeprscan issues annotation processor warning regarding RELEASE_10
7eeafb719f5 : 8205184: Delegating Iterator implementations that don't delegate forEachRemaining()
5d7e475d015 : 8201610: Broken link on the page api/java.rmi/java/rmi/server/UnicastRemoteObject.html
b44c24d2903 : 8195607: sun/security/pkcs11/Secmod/TestNssDbSqlite.java failed with "NSS initialization failed" on NSS 3.34.1
c228460bf5d : 8205632: Include stack.inline.hpp in markSweep.inline.hpp
14651d9e023 : 8195650: Method references to VarHandle accessors
f44956330dc : 8204930: Reader:nullReader() spec does not match the behavior
123fee1d384 : 8205605: [testbug][aix] Various test adaption to aix pecularities
87c6761704a : 8196584: TLS 1.3 Implementation
c7c819cd8bb : 8205475: AARCH64: optimize FPU loads and stores in C1_Runtime1_aarch64.cpp
0499c44e3c7 : 8205614: NestMates tests failing in CI jdk11-jdk.931
46f2f92658d : 8202615: Remove NativeMonitorSpinLimit, NativeMonitorFlags and NativeMonitorTimeout experimental flags
731d9b14997 : 8204268: Improve some IncompatibleClassChangeError messages
d2f70d7052d : 8205033: [REDO] Induction variable of over-unrolled loop conflicts with range checks
5208900fce7 : 8204957: Remove TestBiasedLockRevocationEvents from ProblemList.txt
e767d60648f : 8204236: JFR unit test of thread CPU load should be enabled
0cb09923770 : 8205064: Fail immediately if an unavailable GC is selected
37393170c16 : 8204941: Refactor TemplateTable::_new to use MacroAssembler helpers for tlab and eden
ea59779f5b9 : 8204927: ZGC: assert(phase->idom(head) == head->in(LoopNode::EntryControl)) failed
f434591152b : 8204166: TLH: Semaphore may not be destroy until signal have returned
79a09bd98b7 : 8204965: Fix '--disable-cds' and disable CDS on AIX by default
9ae0be22894 : 8205043: Make parallel reference processing default for G1
97dd8bf7439 : 8203197: C2: consider all paths in loop body for loop predication
14373f7ff83 : 8205163: ZGC: Keeps finalizable marked PhantomReference referents strongly alive
8e612fde35f : 8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
abca58d433a : 8200353: Shift or Capslock not working in Textfield after accented keystrokes
9e3fb778b75 : 8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
8399de973df : 8200353: Shift or Capslock not working in Textfield after accented keystrokes
df2f01daf1d : 8202216: Add Buffer mismatch methods
d0955dc37a7 : 8205112: Remove non-existent modules from test/jdk/jdk/modules/etc/UpgradeableModules.java
1b36c9f6c55 : 8200121: Remove unused qualified exports in java.base
4cd592e0958 : 8203667: Platform specific include files in jdk image in wrong sub directory
3f825e0a9aa : 8203838: javac performance regression in 11+11
b61c993004d : 7183985: (ann) Class.getAnnotation() throws an ArrayStoreException when the annotation class not present
8e3570cfc22 : 8204973: Add build support for filtering translations
9b7a61eff1a : 8184349: There should be some verification that EnableJVMCI is disabled if a GC not supporting JVMCI is selected
3ced42361d8 : 8202948: C2: assert(init_offset >= 0) failed: positive offset from object start
df164b5b853 : 8205025: [AOT] make jdk.aot module upgradeable
5c1262520df : 8200867: Remove references to "jdk 9" in build system
ec4c0637f85 : 8205050: ZGC: Incorrect use of RootAccess in ZHeapIterator
57203871dd1 : 8205028: ZGC: Remove incorrect comment in ZHeap::object_iterate()
8b9c9258aae : 8205024: ZGC: Worker threads boost mode not always enabled when is should be
2f16dd96dba : 8205022: ZGC: SoftReferences not always cleared before throwing OOME
39a24e85908 : 8205020: ZGC: Apply workaround for buggy sem_post() in glibc < 2.21
f094ffdbae5 : 8203654: Improve cypher state updates
652376d5b3c : 8203654: Improve cypher state updates
36bc0233ab5 : 8202613: Improve TLS connections stability
b502a12c32c : 8202613: Improve TLS connections stability
f501adfddfa : 8203182: Release session if initialization of SunPKCS11 Signature fails
d0d62e50f0a : 8203182: Release session if initialization of SunPKCS11 Signature fails
cce84d5082f : 8204654: [testbug] Fix pattern matching in jstat tests
89453e7c648 : 8205096: Add missing files for 8203394
6129ed590cd : 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
7c84ede7d47 : 8204874: Update THIRDPARYREADME file
60236cf6a62 : 8204874: Update THIRDPARYREADME file
4e454ca2483 : 8204874: Update THIRDPARYREADME file
21e49ab849e : 8204874: Update THIRDPARYREADME file
6e393e5a40d : 8204874: Update THIRDPARYREADME file
b8c1e4a80b5 : 8204874: Update THIRDPARYREADME file
f3d5233e8d2 : 8204874: Update THIRDPARYREADME file
c57f1809955 : 8204874: Update THIRDPARYREADME file
4cf9fb941df : 8204874: Update THIRDPARYREADME file
c7ce469a91b : 8204874: Update THIRDPARYREADME file
4f1f754162e : 8204874: Update THIRDPARYREADME file
f90a4eef385 : 8204874: Update THIRDPARYREADME file
647100fedf9 : 8204874: Update THIRDPARYREADME file
c86c7d3042d : 8204874: Update THIRDPARYREADME file
1d7cf109ac8 : 8204874: Update THIRDPARYREADME file
79360349c6d : 8204874: Update THIRDPARYREADME file
fdef770d70b : 8204874: Update THIRDPARYREADME file
545cdd7a0d8 : 8204874: Update THIRDPARYREADME file
17ef6db111b : 8204874: Update THIRDPARYREADME file
ccba91d0dca : 8204874: Update THIRDPARYREADME file
9428265a818 : 8204874: Update THIRDPARYREADME file
268b97e070d : 8204874: Update THIRDPARYREADME file
a219fafa948 : 8204874: Update THIRDPARYREADME file
112487583e6 : 8204874: Update THIRDPARYREADME file
65f0de9fa9f : 8204874: Update THIRDPARYREADME file
2be2e0d2de4 : 8204874: Update THIRDPARYREADME file
2ae960ebab5 : 8204874: Update THIRDPARYREADME file
1c4c0f0ea97 : 8204874: Update THIRDPARYREADME file
e2e8cdc7e41 : 8204874: Update THIRDPARYREADME file
b40e9d49e16 : 8204874: Update THIRDPARYREADME file
2da824cf9b0 : 8204874: Update THIRDPARYREADME file
259409e0e9b : 8204874: Update THIRDPARYREADME file
9752f5f644b : 8200353: Shift or Capslock not working in Textfield after accented keystrokes
7610ecd0bfb : 8204859: [macosx] Remove javax/swing/plaf/nimbus/8057791/bug8057791.java from the ProblemList.txt
765618a8abf : 8202772: NMT thread stack tracking causes crashes on AIX
dcf7b2e4771 : 8201193: Use XMM/YMM for objects initialization
89204c33734 : 8204454: Remove of sun.applet.AppletAudioClip
ea01772a00b : 8204565: (spec) Document java.{vm.}?specification.version system properties' relation to $FEATURE
4ad2957dd02 : 8204243: remove Thread.destroy() and Thread.stop(Throwable)
fe746c5d2a6 : 8191512: T2K font rasterizer code removal
16a09483c00 : 8196141: Add GoDaddy root certificates
c4d3ca337e8 : 8202768: [macos] Appkit thread slows when any Window Manager active
f29a0dd0af4 : 8222965: Backport of JDK-8129988 broke the build
602749b7b78 : 8129988: JSSE should create a single instance of the cacerts KeyStore
0c97a3c5380 : Added tag jdk8u212-ga for changeset f8466b6b5448
7b1d96e01a1 : 8206955: MethodHandleProxies.asInterfaceInstance does not support default methods
57df5c49a48 : Added tag jdk8u212-b04 for changeset 6d365ba20881
a2241a66217 : 8220349: The fix done for JDK-8214253 have caused issues in JTree behaviour
8b0511a6b00 : 8197546: Fix for 8171000 breaks Solaris + Linux builds
df557c1ea1e : 8205432: Replace the placeholder Japanese era name
cbb9842289e : 8219890: Calendar.getDisplayName() returns empty string for new Japanese Era on some locales
48734955e2f : 8042131: DateTimeFormatterBuilder Mapped-values do not work for JapaneseDate 8210633: Cannot parse JapaneseDate string with DateTimeFormatterBuilder Mapped-values
d81ff1e02c5 : 8208656: Move java/util/Calendar/CalendarTestScripts tests into OpenJDK
48006227421 : 8202768: [macos] Appkit thread slows when any Window Manager active
9a224029d24 : 8176192: Incorrect usage of Iterator in Java 8 In com.sun.jndi.ldap.EventSupport.removeNamingListener
4957638ddd0 : 8203499: Uninitialised memory in WinAccessBridge.cpp
0c70d438f63 : 8188030: AWT java apps fail to start when some minimal fonts are present
ff096d2cfb7 : 8179675: Build with error on windows with new Cygwin grep
f4e59785d2f : 8176192: Incorrect usage of Iterator in Java 8 In com.sun.jndi.ldap.EventSupport.removeNamingListener
34a3882156e : 8203499: Uninitialised memory in WinAccessBridge.cpp
7e34fc7b9ee : 8188030: AWT java apps fail to start when some minimal fonts are present
3ca225d6559 : 8179675: Build with error on windows with new Cygwin grep
dc7d03e19dd : 8202329: [AIX] Fix codepage mappings for IBM-943 and Big5
4f38d4ff72c : 8189604: possible hang in sun.awt.shell.Win32ShellFolder2$KnownFolderDefinition::<clinit>
f85a6f06775 : Added tag jdk-11+21 for changeset 14708e1acdc3
1adadc78826 : 8206243: java -XshowSettings fails if memory.limit_in_bytes overflows LONG.max
0fdb83a54cf : 8206378: Backout JDK-8202561
99f911cc719 : 8206355: SSLSessionImpl.getLocalPrincipal() throws NPE
7129c3e7867 : 8198346: assert(!_cld->claimed()) failed in TestObjectDescription.java
5cbda815d08 : 8206001: Enable TLS1.3 by default in Http Client
2e9d5e3d8ac : 8206145: dbgsysSocketClose - do not restart close if errno is EINTR [linux]
b913444be0d : 8206255: fix compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java jtreg test on linux s390x
9b281d9d052 : 8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge"
8d46c49dde7 : 8198819: tools/jimage/JImageExtractTest.java, fails intermittently at testExtract (macos)
657e35019df : 8206316: ZGC: Preferred tmpfs mount point not found on Debian
e0399f60606 : 8205924: ZGC: Premature OOME due to failure to expand backing file
ffb2d0984ed : 8187069: The case auto failed with the java.lang.ClassNotFoundException: IPv6NameserverPlatformParsingTest exception
84d23a1596d : 8206254: Unable to complete emergency dump during safepoint
7cefb320e92 : 8206173: MallocSiteTable::initialize() doesn't take function descriptors into account
41ecacc6a0a : 8206322: ZGC: Incorrect license header in gtests
19fd8301616 : 8204603: Short week days, NaN value and timezone name are inconsistent between CLDR and Java in zh_CN, zh_TW locales
ce271e6fde3 : 8205928: [TESTBUG] jdk/internal/platform/docker/TestDockerMemoryMetrics
a0e9bf42802 : 8202769: jck test fails with C2: vm/jvmti/FollowReferences/fref001/fref00113/fref00113.html
297b2fda0fa : 8202561: clean up TEST.groups file
1fde6498974 : 8206184: docs-reference build fails due to extlink.spec.version property not set
05ba62b974c : 8140470: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java failed with AccessControlException
ab6d1c22b49 : 8140470: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java failed with AccessControlException
669c2f39511 : 8203679: AssertionError in DeferredAttr with parenthesized method reference
df345000277 : 8204585: Remove IN_ARCHIVE_ROOT from Access API
dd0ba10925d : 8204680: Disassembly does not display code strings in stubs
e9499fa513f : 8197930: JNI exception pending in initializeEncoding of jni_util.c
2979a83cfa0 : 8204557: NMT: Linux os::committed_in_range() does not break out outer loop when contiguous region is found
e7af7a4aef3 : 8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
312328b44c7 : 8204113: Upgrade linker used in AOT tests to be same version as build toolchain
a1518ac9b2d : 8204180: Implementation: JEP 318: Epsilon, A No-Op Garbage Collector
2c389ccbacd : 8204861: fix for 8196993 has broken the build on linux
411a0016dd1 : 8204850: BarrierSet::make_* should be static
1b45cbb3d58 : 8204606: [Aarch64] SIGSEGVs caused by C1 because of improper register usage
62a6e04db00 : 8204674: Inconsistent lambda parameter span
724e41cbb60 : 8204240: Extend MDO to allow more reasons to be recorded per bci
65a85be9c7d : 8202537: CLDR33
0c633885f14 : 8204666: javadoc should be updated to use jQuery 3.3.1
f6c168053f8 : 8203641: Refactor String Deduplication into shared
4455892789a : 8205074: [Graal] Add rest of compiler/stable tests into ProblemList-graal.txt
5b7f558b707 : 8203343: VM.{metaspace|classloaders|classhierarchy...} jcmd should show invocation targets for Generated{Method|Constructor}AccessorImpl classes
c83edf5ae66 : 8203491: [TESTBUG] Port heapdump tests into java
01faebf8eb1 : 8205003: Replace selected link tags with linkplain in java.lang.Class
2595bdf1770 : 8204620: ModuleEntry::is_non_jdk_module() determination for what is a jdk module is incorrect
c97262c7855 : 8203813: javac accepts an illegal name as a receiver parameter name
02db4b67cc9 : 8204172: Predicate::not should explicitly mention "NullPointerException - if target is null"
5bf8a6f44b8 : 8196618: Create API to list supported values for javac --release option 8194308: jdeprscan will need updates to deal with the removal of the Java EE modules
83aae3288ee : 8204169: Humongous continues region remembered set states do not match the one from the corresponding humongous start region
da3ff948126 : 8178150: Regression in logic for handling inference stuck constraints
86636eba81f : 8202740: runtime/8176717/TestInheritFD.java fails with java.lang.RuntimeException: could not match: VM RESULT => RETAINS FD
d51f7831cfe : 8204664: PrepareFailureLogs should be done after sequential make targets
d01224d43ee : 8205034: [BACKOUT] Induction variable of over-unrolled loop conflicts with range checks
390487c14d2 : 8204531: Remove unused chars following '\0'
467da554a2f : 8204978: [Graal] Disable Epsilon GC tests from running with Graal
c9c8cc68de7 : 8203915: Induction variable of over-unrolled loop conflicts with range checks
ab90071069a : 8204668: Cleanup management of the java.vm.info System property
6b62a66298a : 8204613: StringTable: Calculates wrong number of uncleaned items
0bafbdc983c : 8204944: Remove java/util/Map/InPlaceOpsCollisions.java from ProblemList
f13f48cd893 : Added tag jdk-11+18 for changeset e1b3def12624
06eb010e7e1 : 8204915: (fs) Add some print diagnostics to java/nio/file/Files/CopyAndMove.java
ca487166f4d : 8201276: (fs) Add methods to Files for reading/writing a string from/to a file
b5eadc5721c : 8203809: [Graal] JDI tests fail with: JDITestRuntimeException : ** event IS NOT a breakpoint **
f5f4f34a5ba : 8204935: [aix] TOC overflow in libjvm.so (release build)
4d840045919 : 8204663: clean up remaining native parts after JDK-8187631
7a0bf174b8f : 8204922: Create bootcycle jib profiles
d7fe353db76 : 8204342: methods in java.time s TCKZoneRules OpenJDK test miss Test annotation
545e0ea7971 : 8204923: Restore Symantec root verisignclass2g2ca
d6cc86f8004 : 8203344: Make C1 leal patchable on SPARC
78b7362c974 : 8193302: Javac AssertionError: typeSig ERROR on usage of @Generated
c2265fb70be : 8203301: Linux-sparc fails to build after JDK-8199712 (Flight Recorder)
cc206eaca57 : 8204685: Abstraction for TLAB dummy object
74e093f0580 : 8203157: Object equals abstraction for BarrierSetAssembler
38646663d95 : 8203357: Container Metrics
2fa6eac4640 : 8203691: Test /runtime/containers/cgroup/PlainRead.java fails
88367c598d3 : 8029250: [macosx] There is no tray icon shown in the system tray area when case starts
91e6e8f36fa : 8204509: Fix compilation error in harfbuzz 1.7.6 for Solaris Developer Studio 12.6
dff9265409c : 8204628: [AArch64] Assertion failure in BarrierSetAssembler::load_at
dfb3e113cfe : 6608234: SwingWorker.get throws CancellationException
307f2c45508 : 8204375: Add TimeUnit#convert(Duration)
cc4dcf32d39 : 8204110: serviceability/sa/ClhsdbSymbol.java and ClhsdbInspect.java failed when running in CDS mode
f56c0b79d86 : 8204229: Formatter and String.format ignore the width with the percent modifier (%5%)
acdef788f07 : 8204377: Rename Object#wait parameter name from "timeout" to "timeoutMillis"
170d8a7fae0 : 8204444: java.time cleanup
749c4a054bb : 8204602: Add devkit for linux-arm32
402777ea0f7 : 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
a3f191ec223 : 8200666: Improve LDAP support
4a9968648ae : 8200666: Improve LDAP support
bfcf64a4132 : 8200666: Improve LDAP support
b857049c544 : 8200666: Improve LDAP support
309ace52859 : 8199177: Enhance JNDI lookups
cafbdc61744 : 8199177: Enhance JNDI lookups
da0babd9b9d : 8204504: Fix for 8198285 breaks slowdebug builds
79ac24439f1 : 8196990: Resolve disabled warnings for libjli
824b2d53ac3 : 8204610: Compiler confused by parenthesized "this" in final fields assignments
b6fd68564b0 : 8204584: jdeps generates illegal dot file containing ranksep=0,600000
683eebde095 : 8204576: (fs) java/nio/file/Files/CopyAndMove.java does not set isUnix = true on macOS
8c75c07f8cb : 8203425: assert(is_Loop()) failed: invalid node class
48966d03e8c : 8204539: improve error messages in matchJavaTZ [windows]
bb1c912d9e5 : 8204479: Bitwise AND on byte value sometimes produces wrong result
e9068bec8c9 : 8204290: Add check to limit number of capture groups
594e5df577d : 8204288: Matching the end of a string followed by an empty greedy regex and a word boundary fails
414f5b66b83 : 8204335: [ppc] Assembler::add_const_optimized incorrect for some inputs
f10a76df1ed : 8202864: [TESTBUG] Need to replace the image used in two Swing tests
459520bff51 : 8195874: Improve jar specification adherence
2c9b0d399a3 : 8195874: Improve jar specification adherence
d880f16eaf1 : 8204126: MonospacedGlyphWidthTest.java failed again
0bc2cae3637 : 8204549: [aix][testbug] signal tests fail because vm can not start in primordial thread
af75effcd20 : 8204561: JVM_GetClassSigners: wrap signers oop in an objArrayHandle for subsequent safepoint
12815851ce4 : 8204589: ProblemList failing launcher tests
660dbcc16f2 : 8203329: JDWP/JDI VM information string is incorrect
42e75b8c791 : 8202611: [GRAAL] Exclude CMS GC testing from runs with Graal
658f3a7ee90 : 8204577: jittester generator doesn't kill processes on timeout
fe24730ed99 : 8201274: Launch Single-File Source-Code Programs
628aec8c756 : 8203822: AIX version of jsig.c was not removed in JDK-8200298
a78fe0a073e : 8203839: API clarification: versioned jar entry verification in multi-release jar file
977a3ef019b : 8204474: Have instanceRefKlass use HeapAccess when loading the referent
80abdde2c04 : 8200666: Improve LDAP support
40ea8e5cb40 : 8200666: Improve LDAP support
3905df21f5b : 8204538: Split ScanClosure and ScanClosureWithParBarrier
296aa1cbc67 : 8198669: Refactor annotation array value parsing to reduce duplication
fab78c8e57c : 8205148: Turn off logging in jQuery-migrate
6e384849420 : 8202559: Tests which start VM using JNI start failing after compile upgrade to VC 2017
fc6e1757daf : 8203479: JFR enabled ARM32 build assertion failure
44d8adb43fa : 8204961: JVMTI jtreg tests build warnings on 32-bit platforms
74bd011f927 : 8205054: Could not find "lsof" on test machine
9adabc35b09 : 8177334: Update xmldsig implementation to Apache Santuario 2.1.1
a0065b1667a : 8205181: ProblemList applications/ctw/modules/java_desktop_2.java
4d47f2e0a61 : 8204330: Javadoc IllegalArgumentException: HTML special chars in constant value
b75d70e3811 : 8149565: -locale option issues
72a9d65a2cd : 8170159: Improve the performance of BitSet traversal
9d98befb047 : 8204231: Update Graal
5eb354a0141 : 8204857: ConcurrentHashTable: Fix parallel processing
effacccf361 : 8205091: AIX: build errors in hotspot after 8203641: Refactor String Deduplication into shared
7f9bbfa767b : 8043575: Dynamically parallelize reference processing work
fc1016ce181 : 8203224: java.awt.desktop.*Event classes could not be instantiated if Desktop feature is not supported
ddc42415c0b : 8203480: IncompatibleClassChangeError thrown at sites linked to default interface methods
ff7db9b11ac : 8204554: JFR TLAB tracing broken after 8202776
e9f3b0e5277 : 8201407: Files.move throws DirectoryNonEmptyException when moving directory across file system
9f39d8c4085 : 8203353: Fixup inferred decorators in the interpreter
66f8951e155 : 8195097: Make it possible to process StringTable outside safepoint
91f473f2ae7 : 8201608: fix broken links in javax/sql/rowset/package.html and javax/sql/rowset/spi/package.html
234cd9fca4c : 8203682: Add jcmd "VM.classloaders" command to print out class loader hierarchy, details
4c0fa362519 : 8202049: G1: ReferenceProcessor doesn't handle mark stack overflow
1c238f0cccf : 8204081: Mismatch in rebuild policy and collection set chooser causes remembered sets to be kept errorneously
7f8874a93b2 : 8204084: Remove the G1RSBarrierRegionFilter develop flag
2466623e452 : 6350055: (se) SelectionKey.interestOps variants to atomically update interest ops
dce30cad153 : 8204287: Phase timings not updated correctly after JDK-6672778
f801eef7d1b : 8203033: [Testbug] vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002/TestDescription.java fails with nestmates
552a7d7e7ec : 8200387: [Graal] fromTonga/nsk/jdi tests hang with Graal as JIT
ec4ee0eb738 : Added tag jdk-11+17 for changeset 64e4b1686141
d59da4a4b7f : 8204303: Add redirect for overview-summary.html
bb4b3873985 : 8204494: Fix for 8200530 triggered regression, closed/test/jdk/security/infra/java/security/KeyStore/BouncyCastleInterop.java failed
c83db6b4d13 : 8174734: Safepoint sync time did not increase
1791b54bf2f : 8200132: Remove jre images and bundles
7845dac7cff : 8204187: Remove proprietary JPEG code from javax.imageio
3d93888690b : 8203796: Define API to support specifying ownership of print dialogs
f6245c499f3 : 8204496: backout fix for 8203796 which was pushed under another ID
24dd5debd44 : 8203499: Uninitialised memory in WinAccessBridge.cpp
11165412543 : 8204199: Test fails after 8202670 Graal update
afe3bef2d8c : 8204322: "+=" applied to String operands can provoke side effects
892a2af03fa : 8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
b766bdef516 : 8203891: Upgrade JOpt Simple to 5.0.4
79ed34634be : 8203937: Not possible to read data from socket after write detects connection reset
ee5ff58a3d5 : 8203872: Upgrading JDK with latest available LSR data from IANA
aa3e013ceac : 8204345: [s390]: no precompiled headers build broken
069e4f80959 : 8193552: ISO 4217 amendment 165 8202026: ISO 4217 amendment 166 8204269: ISO 4217 amendment 167
e62ea558be2 : 8190875: modules not listed in overview/index page
8fd0ca9524e : 8197925: Better stack walking
f9b6f533bcf : 8197925: Better stack walking
cdc911dc393 : 8197925: Better stack walking
1a42f2af965 : 8197925: Better stack walking
19c13c20262 : 8199893: the javadoc tool generates pages with a low constrast
ab275c586e8 : 8199882: compiler/uncommontrap/TestDeoptOOM.java failed w/ fatal error: ExceptionMark constructor expects no pending exceptions
6aa9e85a5eb : 8200623: Primitive heap access for interpreter BarrierSetAssembler/x86
ae662fdaa8f : 8197989: java/util/zip/ZipFile/TestCleaner.java failed with "cleaner failed to clean zipfile
7974360b3f2 : 8204348: AArch64: Remove C2 address reshaping code
8220e4135a2 : 8203324: Use out of scope in getMacOSXLocale of java_props_macosx.c:120
74dd5acae0e : 8204341: AArch64: AOT runtime does not need a workaround for far calls
1abfb6d4b4f : 8204237: Clean up incorrectly included .inline.hpp files from jvmciJavaClasses.hpp
fcfd260c1fe : 8204173: Lower the minimum number of heap memory pools in MemoryTest.java
ad35b3d4241 : 8204168: Increase small heap sizes in tests to accommodate ZGC
a0b2b211cb9 : 8204167: Filter out tests requiring compressed oops when CompressedOops is disabled
8c5db24c99a : 8204165: Filter out tests requiring class unloading when ClassUnloading is disabled
b95d16720ff : 8204163: Also detect concurrent GCs in MetaspaceBaseGC.java
a56e3ff761a : 8204162: TestG1HeapRegion needs @requires vm.gc.G1
7705bbfc693 : 8204160: BiasedLockingTest needs -XX:+UseBiasedLocking
056f7b3bd89 : 8203319: JDK-8201487 disabled too much queue balancing
8afe86a2fe8 : 8200166: Repeating annotations refering to to-be-generated classes don't work
45abb6791e0 : 8203787: Hotspot build broken on linux-sparc after 8202377
d121929c5b7 : 8203233: (tz) Upgrade time-zone data to tzdata2018e
0c2787ade4e : 8203233: (tz) Upgrade time-zone data to tzdata2018e
16c6f1748bf : 8203233: (tz) Upgrade time-zone data to tzdata2018e
32d5212b5a6 : 8203233: (tz) Upgrade time-zone data to tzdata2018e
12132972574 : 8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
e4fc10b3c09 : 8204292: PPC64: Fix missing includes after 8204195
4fb9d6717d7 : 8204094: assert(worker_i < _length) failed: Worker 15 is greater than max: 11 at ReferenceProcessorPhaseTimes
4a7d797fdaa : 8204095: [TESTBUG] TestPrintReferences.java fails if multiple concurrent mark happens
9ef67a3d837 : 8203780: javadoc should be updated to use jquery 1.12.4, jquery-ui 1.12.1 and jszip v3.1.5
f8d429f9c16 : 8204103: Mark test serviceability/dcmd/compiler/CompilerQueueTest.java as intermittent and exclude it from tier1
2a1a55cc267 : 8203948: Expand JVMTI callback notion of "internal threads"
33724f098fe : 8202095: JFR TestBiasedLockRevocationEvents should cope with multiple events during a single safepoint
4ed3a3f4fa8 : 8202094: jdk/jfr/api/recording/event/TestEventTime.java intermittently times out
482e40cc8c4 : 8198285: More consistent Access API for arraycopy
9017043b57d : 8203919: Remove "-add-modules" hint from error message
8c00745dbd3 : 8204295: [BACKOUT] - JVMFlag::printError missing ATTRIBUTE_PRINTF
dbb9eb5b9c3 : 8187289: NotifyFramePop request is not cleared if JVMTI_EVENT_FRAME_POP is disabled
8d24eeb3947 : 8189335: javac exception when referencing private inner class with same name as normal class with dollar_1
48e6db9ca85 : 8203939: JVMFlag::printError missing ATTRIBUTE_PRINTF
185724b899f : 8203445: [TESTBUG] Remove appcds/jigsaw/limitmods/LimitModsTests.java
6379f91c000 : 8203435: Circular nested dynamic constant test needed to confirm JVMS resolution behavior
d623fc1bbae : 8202758: SIGSEGV calling Class.forName(String,Boolean,ClassLoader) with mocked loader
03702fb256d : 8204195: Clean up macroAssembler.inline.hpp and other inline.hpp files included in .hpp files
be8554b6972 : 8204211: windows : handle potential C++ exception in GDIRenderer
49445ed2954 : 8203499: Uninitialised memory in WinAccessBridge.cpp
014033a0981 : 8196030: AWT Robot mouseMove fails on Windows 10 1709 with HiDPI 8190326: Robot.mouseMove uses scaling factor of main display on unscaled second display
4ac10c32b9c : 8204118: [macos] Nonsensical self == [super init] in CFileDialog.m
580fc395127 : 8203308: Remove the appletviewer classes
518c6c5dd04 : 8203367: Upgrade to freetype 2.9.1
fc1be4c5737 : 8203924: Zero: bootcycle-images build fails on x86_64
e208c81a27c : 8204277: [testbug] fix DisassembleCodeBlobTest
6e9153ef8b9 : 8202547: Move G1 runtime calls used by generated code to G1BarrierSetRuntime
4dec1a457fe : 8198378: javac crash when checking imports and a broken class is present
dd539c07cac : 8203921: JFR thread sampling is missing fixes from JDK-8194552
b5f0945a726 : 8204267: Generate comments in -XX:+PrintInterpreter to link to source code
7d8922221d4 : 8201513: nsk/jvmti/IterateThroughHeap/filter-* are broken
0cb3d46cd75 : 8193444: SimpleDateFormat throws ArrayIndexOutOfBoundsException when format contains long sequences of unicode characters
a2a00af3c32 : 8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][]
b0af57a018e : 8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73)
b8d80042d79 : 8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error
6ffd168ad14 : 8207011: Remove uses of the register storage class specifier
539a39c5f6b : 8206007: nsk/jdb/exclude001 test is taking a long time on some builds
cd45167430a : 8139876: Exclude hanging nsk/stress/stack from execution with deoptimization enabled
90518f06355 : 8028563: Remove javac support for 6/1.6 source and target values
88a2f939664 : 8194680: StartElement#getAttributes and getNamespaces refer to incorrect package
3496969f663 : 8206122: Use Queue in place of ArrayList when need to remove first element
051dfe9fb4e : 8207060: Memory leak when malloc fails within WITH_UNICODE_STRING block
60c218229e0 : 8204164: OOM-only logging in Metaspace
5fc44664147 : 8204134: jtreg: Fix RTM abort provoker for various tests after "8149159: Clean up Unsafe"
c37f6700927 : 8202627: javadoc generates broken links to deprecated items when -nodeprecated is used
e4659260899 : 8204136: jtreg: Fix failing RTM test RTMSpinLoopCount
9af06cae236 : 8199268: docs/api/jdk.javadoc/com/sun/javadoc/package-summary.html contain low contrast text
ef6e99081d0 : 8199388: Test development for ChaCha20 and Poly1305 algorithms
c4ec887262f : 8202812: [TESTBUG] Open source VM testbase compiler tests
4639892e778 : 8204250: Problem list pkcs11 tests on windows
62c97f695f1 : 8203182: Release session if initialization of SunPKCS11 Signature fails
01487e86433 : 8202613: Improve TLS connections stability
a30144440e9 : 8190417: javadoc updates to java.util.regex.Matcher
1a3da59297c : 8200052: libjavajpeg: Fix compile warning in jchuff.c
f74d036f422 : 8189760: sun/security/ssl/CertPathRestrictions/TLSRestrictions.java failed with unexpected Exception intermittently
4770c20fe25 : 8189760: sun/security/ssl/CertPathRestrictions/TLSRestrictions.java failed with unexpected Exception intermittently
d51ccbc3257 : 8197925: Better stack walking
1719aeb5d20 : 8197925: Better stack walking
0c019397d1e : 8203368: ObjectInputStream filterCheck method throws NullPointerException
5b8ff1cebea : 8203368: ObjectInputStream filterCheck method throws NullPointerException
3e013f72c08 : 8203368: ObjectInputStream filterCheck method throws NullPointerException
b424f4024a2 : 8203368: ObjectInputStream filterCheck method throws NullPointerException
60eb10cace4 : 8204085: avoid printing uninitialized pointer in java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp
dd3d24341b7 : 8204179: [BACKOUT] OopStorage should use GlobalCounter
e8aba519f72 : 8203960: [TESTBUG] runtime/logging/DefaultMethodsTest.java failed when running in CDS mode
e9161fc4434 : 8202670: Update Graal
4265f02657e : 8203031: segfaults from jvmti_AddToBootstrapClassLoaderSearch
b7dbfb2e28b : 8199150: Accessibility issues in java.desktop 8150156: Update bugs.sun.com references to bugs.java.com
414dd381fc2 : 8202051: Address compilation warnings in libawt with VS2017
92c17de5cfb : 8199723: Test java/awt/TextComponent/DeselectionDuringDoSelectionNonVisibleTest/DeselectionDuringDoSelectionNonVisibleTest.java fails
bff7725b4d8 : 8195624: Desktop API cannot be used without permission to read "os.version"
bb315314c80 : 8203380: Missing platform and bug information for MouseModifiersInKeyEvent test
2accb9f7924 : 8204122: Update harfbuzz.md
9a1d560f7f5 : 8199530: Upgrade to harfbuzz 1.7.6
f13ea2ea310 : 8196373: Introspector does not see overridden generic setter method
b67da0de17f : 8203886: Invoke LambdaMetafactory::altMetafactory exactly from the BootstrapMethodInvoker
673a6298751 : 8204477: Count linkage errors and print in Exceptions::print_exception_counts_on_error
83ece1407f1 : 8204476: Add additional statistics to CodeCache::print_summary
e5f04d4a5ea : 8196993: Resolve disabled warnings for libunpack
d3e96fdd915 : 8204097: Simplify OopStorage::AllocateList block entry access
d51c1b87d28 : 8201528: Add new test to check for package versioning information in OpenJDK
b420097cdd2 : 8204127: Change bundle format on Windows to zip
c3a97b27e24 : 8178374: Problematic ByteBuffer handling in CipherSpi.bufferCrypt method
f98aad58dea : 8204694: Add failed compiler/stable tests into ProblemList-graal.txt
4e86e3720bf : 8194073: Invalid SunNativeProvider.INSTANCE initialization
8fe36bed486 : 8204682: Parsing for LOG=report=none is broken when combined with other keywords
77837d06d1d : 8204684: [AIX] Build of libjli_static broken after change 8204572 (SetupJdkLibrary)
999185f769e : 8204563: UseAppCDS obsolete message confusing
053b43564cb : 8204598: add more thread-related system settings info to hs_error file on Linux
ff2c589b63f : 8202747: C2: assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node
0a2bbf0da13 : 8204652: [aix] fix thread stack allocation, too big stack sizes not recognized
b06d2b3ac33 : 8204618: The parallel GC reference processing task executor enqueues a wrong number of tasks into the queue
9455a89d47f : 8204617: ParallelGC parallel reference processing does not set MT degree in reference processor
9be1418ddb5 : 8202705: ARM32 build crashes on long JavaThread offsets
37e651198d3 : 8204648: test/jdk/tools/launchers/SourceMode.java fails with long shebang line
48d64563d2f : 8204588: Test failures after "Launch Single-File Source-Code Programs"
971ecfb954a : 8203172: Primitive heap access for interpreter BarrierSetAssembler/aarch64
ff2c3d4dbe7 : 8203881: Print erroneous size in NegativeArraySizeException
6a48db9cf61 : 8194298: Add support for per Socket configuration of TCP keepalive
611c72e5bcb : 8203455: jcmd: VM.metaspace: print loader name for anonymous CLDs
244e03bf5af : 8201429: Support AIX Input Method Editor (IME) for AWT Input Method Framework (IMF)
2c4826e9185 : Added tag jdk8u181-b08 for changeset 84e5f806f358
22b0bf596f1 : Added tag jdk8u181-b08 for changeset dab33870d04f
dbb3d353511 : Added tag jdk8u181-b08 for changeset 2c97ac302443
7745af6cd5c : Added tag jdk8u181-b08 for changeset dfcc5073f5b3
a37bba1e0c7 : Added tag jdk8u181-b08 for changeset 209954813058
963f07a2f85 : Added tag jdk8u181-b08 for changeset 005c5b7e831d
a9df09053e4 : Added tag jdk8u181-b08 for changeset 7c5d93423efc
b7379a9a5cb : Added tag jdk8u181-b08 for changeset 624fdea65d16
46619549797 : Added tag jdk8u181-b08 for changeset eee2675fdb48
d42be3026d7 : Added tag jdk8u181-b08 for changeset bc07ac8881ff
d1178961fe2 : Added tag jdk8u181-b08 for changeset 497e5e1751a9
0bf9fa11cf8 : Added tag jdk8u181-b08 for changeset babab155afe2
c8afc3f84d3 : Added tag jdk8u181-b08 for changeset 24da5921c477
d2acb13fd57 : Added tag jdk8u181-b08 for changeset 40b004ce94d8
1eeaa1ef071 : Added tag jdk8u181-b08 for changeset 7fdd8c553895
0a3b2419752 : Added tag jdk8u181-b08 for changeset 6ababc804f52
e85e0f5daf8 : 8203327: Small cleanups in java.lang.ref
d2dd37cf1f0 : 8202945: OopStorage should use GlobalCounter
1225e17c540 : 8189766: whitebox failure with -Xcheck:jni
ce8c6887bb9 : 8203843: BasicParState::default_estimated_thread_count(false) can return 0 in gtest
e3a3941c9a4 : 8202813: Move vm_weak processing from SystemDictionary to WeakProcessor
92b31787a28 : 8203370: [JVMCI] UseJVMCICompiler should imply EnableJVMCI
354bddb29e0 : 8203932: Windows devkit has wrong dlls in 32 bit tools dir
df16209bc5d : 8203014: jcmd should output command list if no command is given
5c128bbc7de : 8201279: javax.sound tests should not set java.home system property
85894467928 : 8196202: Javadoc should not generate frames by default
b721c804c5c : 8203938: Fix build failures from JDK-8133564
a6eacc52e06 : 8195874: Improve jar specification adherence
80c8967c035 : 8195874: Improve jar specification adherence
539b18eba06 : 8203892: Target interface added as marker interface in calls to altMetafactory
64dfbbcce82 : 8203926: Problem list test/langtools/tools/javac/importscope/T8193717.java
90cc14cd604 : 8133564: Runtime - 2nd followup to Validate JVM Command-Line Flag Arguments
4a8497acdb5 : 8203885: ConcurrentLocksDump::dump_at_safepoint() should not allocate array in resource area
6776b453e0e : 8193717: Import resolution performance regression in JDK 9
113924e9791 : 8203865: Metaspace cleanup: Remove unused MemRegion in VirtualSpaceNode
5635d6f9372 : 8202832: cycle detection depends on ordering of requires directives
1a0553e4eb0 : 8202845: Refactor reference processing for improved parallelism
643f255fa89 : 8196988: Resolve disabled warnings for libjimage
b0261021632 : 8199871: Deprecate pack200 and unpack200 tools
db61a602f61 : 8199433: (se) select(Consumer<SelectionKey> action) as alternative to selected-key set
4a24d95917f : 8204943: Improve message of ArrayStoreException
3a98bd1f538 : 8204958: Minor cleanups for the diagnostic framework
05b5a78903c : 8204939: Change Access nomenclature: root to native
1a4997b4849 : 8205116: jdeps --system $java.home fails with IAE
f2366482631 : 8203262: Incorrect cmpxchg usage in MetaspaceGC::inc_capacity_until_GC
b2edcc4b377 : 8203233: (tz) Upgrade time-zone data to tzdata2018e
fd0d572bb51 : 8202842: G1 footprint regressions in jdk11+10
d830d47d914 : 8203817: Monitor::try_lock() should not call check_prelock_state()
e1c94920e5d : 8203628: Optimize (masked) byte memory comparisons on x86
080269eb205 : 8202178: type.getKind() for var is None instead of Error
6c20824cda8 : 8203028: Simplify reference processing in light of JDK-8175797
5103e3b4a3d : 8177276: MethodHandles.insertArguments doesn't specify IllegalArgumentException on index mismatch
41259aae4d4 : 8202360: [TESTBUG] runtime/LoadClass/TestResize.java needs to print output when it fails
d892ac8d4c6 : 8202913: loader constraint message for fields specifies incorrect referring class
9269c676704 : 8203765: java/nio/channels/Selector/SelectAndClose: add some prints and @intermittent tag
fcb805f9a6f : 8153029: ChaCha20 Cipher Implementation
89251ae9a3a : 8204087: C++ Interpreter code left over in MethodData
04482293bff : 8203321: assert(current_query_index < process_query_set->size) failed: invariant
c5d5f710144 : 8203923: Add @requires feature to check flag values for the running JVM
f001238086d : 8203474: Update description of "Cyrillic Supplementary" block name in Character.UnicodeBlock class
a9a54291b49 : Added tag jdk-11+16 for changeset 02934b0d661b
2e0bda002df : 8199371: [TESTBUG] Open source vm testbase JDWP tests
91cff962f9f : 8199380: [TESTBUG] Open source VM testbase AOD tests
657250f3c5c : 8204109: JDK-8203945 broke nashorn
de66432d4a3 : 8203802: Jvmti test fails to build with VS2017
c8abeeef90f : 8203945: Cleanup nashorn build
fc3e92c4526 : 8203946: Move UnpackSecurity.gmk to closed
d8912b51bb2 : 8204091: Configure broken on MIPS when uname returns mipsel or mips64el
e18f24a98ed : 8050818: Predicate::not - provide an easier way to negate a predicate
0084eebd362 : 8203219: VM.metaspace jcmd should optionally show loaded classes for loaders
5712e9e18bd : 8189949: Remove Baltimore Cybertrust Code Signing CA
154849b1c5a : 8072996: Deprecate stream-based GSSContext methods
60b28c75c86 : 8200288: [SPARC] "assert(!(is_cti(prev) && is_cti(insn))) failed: CTI-CTI not allowed"
11813888b8b : 8204540: Automatic oop closure devirtualization
af4bf0927b6 : 8203814: javac --release=8 \"cannot find symbol\" for NashornException.getEcmaError()
9a9dad8b63e : 8191522: Remove Bigelow&Holmes Lucida fonts from JDK sources
ace1b8a4c98 : 8200266: [Graal] Update ProblemList-graal.txt files
33b7f689642 : 8203369: Check for both EAGAIN and EWOULDBLOCK error codes
a9d29cf43ae : 8203793: cacerts/VerifyCACerts.java fails with java.lang.Exception: At least one cacert test failed
73c228a63ab : 8203795: Change default compiler on Windows to VS2017
a2f8f825ffd : 8201518: add test for randomized iteration order of unmodifiable Set and Map
474a1253bb8 : 8203368: ObjectInputStream filterCheck method throws NullPointerException
db67279f08b : 8203485: [freetype] text rotated on 180 degrees is too narrow
b202eb276a2 : 8203498: The specification for java.applet package should be updated
3f00f926326 : Added tag jdk8u172-b37 for changeset 942b7cd3d1b7
c25be0904bd : Added tag jdk8u172-b37 for changeset dc53344381f3
9970f12f4a5 : Added tag jdk8u172-b37 for changeset 8f70bc535baf
9c0b92d4f16 : Added tag jdk8u172-b37 for changeset d8caccd1e34e
c9d33b46faa : Added tag jdk8u172-b37 for changeset f8aff53c2bc5
cf6f3580b49 : Added tag jdk8u172-b37 for changeset 5ed1aed0321f
d076fa14376 : Added tag jdk8u172-b37 for changeset 86bede6c137a
dbb103d7686 : Added tag jdk8u172-b37 for changeset 70ce68e3786f
e44f826519d : Added tag jdk8u172-b37 for changeset caf08b51bd56
b769d8c6192 : Added tag jdk8u172-b37 for changeset a289bdb70ac5
9b9b76aeb8e : Added tag jdk8u172-b37 for changeset d701d23adfa0
6355406eda7 : Added tag jdk8u172-b37 for changeset 75cd49656793
0f7ae0700ad : Added tag jdk8u172-b37 for changeset b15cc5af020c
8d28023ca6b : Added tag jdk8u172-b37 for changeset dbe346497129
2fdd1138e85 : Added tag jdk8u172-b37 for changeset 0276616027ec
974b219a29a : Added tag jdk8u172-b37 for changeset 7822c852b022
5634c779d5f : 8203699: java/lang/invoke/SpecialInterfaceCall fails with SIGILL on aarch64
5c90486c43b : 8202290: AtomicAppend tests fail on macOS 10.13 ("High Sierra")
b9a55926f3d : 8203689: Add failure code to threaddb exception messages`
eeb94a94e15 : 8198323: testing.md not updated for repository layout change
0e24d79bf9b : 8203221: Makefile fixes after Flight Recorder
2a629c612e8 : 8203366: Tag added wrongly in Docs.gmk
2866f4bb4c2 : 8203815: add tests failed because of 8203809 to the ProblemList-graal
f8fe9babb31 : 8203816: add tests failed because of 8203174 to the ProblemList-graal
2d00538d928 : 8202949: C2: assert(false) failed: Bad graph detected in build_loop_late
313a2555586 : 8184030: TestUseRTMLockingOptionOnUnsupportedVM - RTM locking optimization not supported is missing
59ac4c26291 : 8199383: [TESTBUG] Open source VM testbase JVMTI tests
207e005711b : 8191844: Remove SECOM root (secomevrootca1)
18d880bad86 : 8203766: Add some instrumentation to jdk/java/nio/channels/Selector/RacyDeregister.java
ea1e68ff5d4 : 8203225: Fix of redefining a method that removes 1 or more lambda expressions failed to commit test cases
da47d82500f : 8203183: vmTestbase/vm/mlvm/anonloader/stress/oome/heap/Test.java times out
55b6a9b02b8 : 8203354: assert in ClassLoader::update_module_path_entry_list() could have incorrect message
b83864b4983 : 8196913: javadoc does not (over)write stylesheet.css
cfe6c55f1e2 : 8203297: java/net/URL/OpenStream.java fails intermittently
6d48a23efa5 : 8203774: jdk/jfr/api/recorder/TestStartStopRecording.java failed due to compilation failed
d10e29af44f : 8203488: Remove error generation from TransTypes
a7ac132ac4a : 8199307: NPE in jdk.javadoc.internal.doclets.toolkit.util.Utils.getLineNumber
76bb390810d : 8202950: C2: assert(found_sfpt) failed: no node in loop that's not input to safepoint
dd889cff525 : 8188248: NullPointerException on generic methods
9aa72c4d35e : 8203769: ProblemList test/jdk/java/util/Map/InPlaceOpsCollisions.java
5463be7a75b : 8203686: Add JDK 11 major version to javax/net/ssl/compatibility/JdkRelease.java
9d1ada26aa5 : 8194630: Uninitialized initiator_address in native GSS
6b45a75b88c : 8199255: [TESTBUG] Open source VM testbase default methods tests
24d75d940ac : 8203041: AArch64: fix overflow in immediate cmp/cmn instruction
6a0c7450089 : Added tag jdk-11+15 for changeset a11c1cb542bb
d27d4d8df46 : 8202947: Fix minor issues with taglets
751d7425166 : 8203497: Bump Jib format version to 1.2
42f7e3f69ee : 8203328: Rename EFS in java.util.zip internals to something meaningful
e1bffce5a34 : 8200172: String.split non-positive term incorrect use
de1b8863689 : 8202427: Enhance os::print_memory_info on Windows
606c9e56a3c : 8203027: Open source tests for "java.awt.geom"
1fa320adc28 : Added tag jdk8u172-b36 for changeset dfa35c8bb284
df2b40605ca : Added tag jdk8u172-b36 for changeset a47ff51b7ff9
2ac1dd8523f : Added tag jdk8u172-b36 for changeset 072d6ba46b0e
62e19382002 : Added tag jdk8u172-b36 for changeset 53814d1e8dde
1c1375a0b06 : Added tag jdk8u172-b36 for changeset e4ab4bbf703f
9caca434342 : Added tag jdk8u172-b36 for changeset f9d1cedac967
fd4a4b0c3c5 : Added tag jdk8u172-b36 for changeset 8ced548bb27c
f70638d61bc : Added tag jdk8u172-b36 for changeset bc697b653433
677c59b451c : Added tag jdk8u172-b36 for changeset 62196c78379a
49a589c37ef : Added tag jdk8u172-b36 for changeset 4483e162640b
6521ba76999 : Added tag jdk8u172-b36 for changeset 5ad46b8177cc
728bb59be34 : Added tag jdk8u172-b36 for changeset 43b9614384fe
a8457f95a5b : Added tag jdk8u172-b36 for changeset 934bf76c2006
0a3bc9dbc9f : Added tag jdk8u172-b36 for changeset d54a29c1974a
243d4f8ef4d : Added tag jdk8u172-b36 for changeset fd74cf7b4321
4390ea13a1f : Added tag jdk8u172-b36 for changeset 6c746845e3c7
c4b890cac05 : 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
aabea5d5992 : 8203827: Upgrade JLine to 2.14.6
f4b24c34733 : 8204194: Lazily create MethodHandleImpl$AsVarargsCollector.asCollectorCache
c2f454bb575 : 8203237: JFR TestBiasedLockRevocationEvents should ignore events unrelated to the test
8062baac837 : 8204055: SIGSEGV in java -XX:
e042b061856 : 8191031: Remove several Symantec Root CAs
a2a5e851959 : 8197387: jcmd started by "root" must be allowed to access all VM processes
b2ca521a028 : 8202936: Improve script engine support
4d127a6a460 : 8202936: Improve script engine support
4549cb8a693 : 8201364: [macosx] Component.getLocation() gives inconsistent coordinate for a component at (0,0)
cd7a37b0183 : 5109146: PNGMetadata Background color initialization from standard metadata is incomplete
d7e59b52c5d : 8194327: [macos] AWT windows have incorrect main/key window behaviors
8d586517f42 : 8199252: [TESTBUG] Open source VM testbase system dictionary tests
9bb59020928 : 8201447: C1 does backedge profiling incorrectly
bd36be50668 : 8191533: jar --describe-module prints service provider class names in lower case
ad3144f97f9 : 8202920: jvm.cfg generation incorrect
22ca6c6a403 : 8202738: vm_version Abstract_VM_Version::internal_vm_info_string() returns same string for different incremental builds
cff257a87b7 : 8196340: (coll) Examine overriding inherited methods in ArrayList and ArrayList.SubList
5f578213c57 : 8189140: SystemDictionaryShared::initialize() should be renamed to be more meaningful
ce4698fadb3 : 8203032: PrintMetaspaceDcmd fails: Non-Class: missing from stdout/stderr
4d00df32001 : 8196616: ava/awt/GraphicsDevice/DisplayModes/CompareToXrandrTest.java fails
14291ba72a7 : 8202714: Create a MacroAssembler::access_load/store_at wrapper for AArch64
d64c38aab28 : 8203059: (so) Closing a socket channel registered with Selector and with SO_LINGER set to 0 does not reset connection
e155b21fcee : 8202763: failure_handler: list open files for macOS
9130f2314c6 : 8202824: Cleanup discrepancies in ProblemList for java_awt jtreg tests
b68a001db08 : Added tag jdk8u181-b07 for changeset aa3831f1f313
54c9f92a97d : Added tag jdk8u181-b07 for changeset e7a511463c67
4e9956e5677 : Added tag jdk8u181-b07 for changeset 0000fec5e6e8
16ecfc181a6 : Added tag jdk8u181-b07 for changeset c5263b1905e9
b3bb4ca2d52 : Added tag jdk8u181-b07 for changeset b4d8f77de118
69b320d61f9 : Added tag jdk8u181-b07 for changeset 9567a3f42ac3
cd453abe6c8 : Added tag jdk8u181-b07 for changeset 8207e47254e7
1af5b5851a2 : Added tag jdk8u181-b07 for changeset 6775b8a67e2b
7e32262f5cd : Added tag jdk8u181-b07 for changeset 74c87d8d26e4
56d7f4fba31 : Added tag jdk8u181-b07 for changeset 3e94e1ac9601
7a8e0105dd0 : Added tag jdk8u181-b07 for changeset d83950684389
6099f080194 : Added tag jdk8u181-b07 for changeset 8a317445b67c
9d3fc3285c2 : 8202996: Remove debug print statements from RMI fix
362f452a2a7 : Added tag jdk8u181-b07 for changeset c9aaf4732d74
f05bd93646f : 8202996: Remove debug print statements from RMI fix
6ab0c476bff : Added tag jdk8u181-b07 for changeset fcd1d107e2af
747f934ca79 : 8195613: [SA] HotSpotTypeDataBase.readVMLongConstants truncates values to int
0fd74037aaa : 8202016: Use obj+offset in interpreter array access
e02ef02e110 : 8202708: Add a check of opening stream for not-existing UNC url
302000f3790 : 8198991: Move Java2D demo to the open repository
a997d5e97d3 : 8199226: Improve field accesses
45ff0b42699 : 8199226: Improve field accesses
6c0cc8929b8 : 8199226: Improve field accesses
be9e8a53407 : 8199226: Improve field accesses
0d6885f792c : 8185505: AArch64: Port AOT to AArch64
3222e19f2cc : 8202993: Add support for x86 testptr/testq with register and address
875d55e9038 : 8202976: Add C1 lea patching support for x86
a6b12a847c4 : 8202994: Add support for undoing last TLAB allocation
d822b86df8a : 8193935: Illegal countedLoops transformation
86728689bf8 : 8201532: Update idom to get correct dom depth calculation
7906014509d : 8200377: String::strip, String::stripLeading, String::stripTrailing
ec2d9845e0f : 8201491: G1 support for java.lang.ref.Reference precleaning
6ff0af73ce1 : 8202829: Implement CollectedHeap::get_safepoint_workers() for G1
edae7e15b2a : 8198412: MonospacedGlyphWidthTest.java may fail on Solaris
684b4f7551f : 8202878: com/apple/laf/ScreenMenu/ScreenMenuMemoryLeakTest.java fails
fd8df3adf13 : 8202811: Problem List some tests that leave windows open on the desktop
51a8c7e2e05 : 8202914: Let custom makefile override jmod intput dir locations
e30d6345148 : 8202544: Hide unused exports in libzip
c82da05b9d3 : 8196360: java/awt/Dialog/SiblingChildOrder/SiblingChildOrderTest.java fails
b34a8c43f17 : 8202780: Remove EnqueueTask related code from ReferenceProcessor after JDK-8202017
cbc02cd8d1c : 8197948: Create test for SwingSet2 main window
816d8f42574 : 8202662: JFR tests fails: Could not find leak with class
2ee56fd1cf4 : 8201602: ARM32 - Minimal Dynamic Constant support
7101b28dc39 : 8202711: Merge tiered compilation policies
a322e0f0ff3 : 8202650: Enforce group for attach listener file
85544dd1e48 : 8202634: Metaspace: simplify SpaceManager lists
8b1470f8e7a : 8202816: Update JarSigning.keystore
65abdefedf4 : 8202631: JVM_Clone to throw CloneNotSupportException for Reference object
f899fb18413 : 8202563: BigInteger/BigDecimal not immune to overflow, contrary to spec
3b13b816250 : 8202597: javac is not inducing a notional interface if Object appears in an intersection type
f1f8215dd73 : 8202810: Remove class-for-name test
7574941d5f8 : 8199196: Add javadoc support for preview features
de1b60775b2 : 8202767: java/awt/font/GlyphVector/TestLayoutFlags.java is missing null check
c578aef445d : Added tag jdk8u181-b06 for changeset bc6f8b1cc637
71e141cc380 : Added tag jdk8u181-b06 for changeset 2055c7867943
dd2ba4d59e7 : Added tag jdk8u181-b06 for changeset 8d1233b02cb1
8a73916f87a : Added tag jdk8u181-b06 for changeset 454cd575d5d3
4813170d180 : Added tag jdk8u181-b06 for changeset fc3381b730c4
cfeddb9d8ff : Added tag jdk8u181-b06 for changeset b56bd5c7df8d
3fe506e9ea5 : Added tag jdk8u181-b06 for changeset 8497fc9da5d7
df9840837c1 : Added tag jdk8u181-b06 for changeset e9bc7380d8b8
b9a51590cb1 : Added tag jdk8u181-b06 for changeset a70c749780f3
af5af9ca04b : Added tag jdk8u181-b06 for changeset d35e32930dd9
9c49372d815 : Added tag jdk8u181-b06 for changeset 3b760792b2a9
3a6e485377d : Added tag jdk8u181-b06 for changeset e04c4f3ff791
b36872628a2 : Added tag jdk8u181-b06 for changeset e257aab29ae8
ce357274297 : Added tag jdk8u181-b06 for changeset 6159bc4cf721
2959b6c1791 : Added tag jdk8u181-b06 for changeset c39cd07762d6
ebcdeef34bc : Added tag jdk8u181-b06 for changeset 607d3ac650ef
9ed9e26d5c2 : 8202781: Fix typo in DiscoveredListIterator::complete_enqeue
f5a247a85fb : 8171277: Elliptic Curves for Security in Crypto
3b3d16a6de7 : 8202564: java/lang/management/ThreadMXBean/ThreadCounts.java fails
f15ab37909c : 8181594: Efficient and constant-time modular arithmetic
8139cce3e50 : 8200372: String::trim JavaDoc should clarify meaning of space
558401a8425 : 8202718: Jemmy JInternalFrameOperator: Dependency with orders of Minimize, Maximize and Close buttons
b329be2b75e : 8202548: Use reservation Object when creating SpeciesData
ef926714243 : 8202580: Dashed BasicStroke randomly painted incorrectly, may freeze application
035d0190a37 : 8202017: Merge Reference Enqueuing phase with phase 3 of Reference processing
59d4a62f42d : 8202719: Use Collections.emptyEnumeration where possible
13ce1152a4a : 8202583: Remove experimental ClassForNamePlugin
4bbca4651cc : 8200716: Object propertyIsEnumerable buggy behavior on short integer-string key
78bd2420972 : 8191410: Unicode 10
2dd9adbf249 : 8202581: failure_handler: gather more environment information on macOS
71660417967 : 8202690: jdk/jshell/ToolBasicTest.java failed in testOpenFileOverHttp() and testOpenLocalFileUrl()
b62fee05194 : 8202744: Expired flag removal for JDK 11
8eb4c9db2a8 : 8202686: Missing test case for 8200167 - final Object methods
00223c1ca5f : 8202606: Deprecate AllowNonVirtualCalls option
58ac172da92 : Added tag jdk8u172-b35 for changeset d4d186c21d9c
932cc32a9c3 : Added tag jdk8u172-b35 for changeset 44ff39d09f27
182fd93c08d : Added tag jdk8u172-b35 for changeset e3c88001bbe4
3f7cd1440ab : Added tag jdk8u172-b35 for changeset ea6356ee9724
95cd0c1458d : Added tag jdk8u172-b35 for changeset 043f9a4831bc
16c25b3cb26 : Added tag jdk8u172-b35 for changeset a5061935e307
752a6ca7640 : Added tag jdk8u172-b35 for changeset 989d6d7d64b7
585245ed9aa : Added tag jdk8u172-b35 for changeset d656a5f35e43
7b23ed0ecb8 : Added tag jdk8u172-b35 for changeset 2dceee36ac53
bb7103b91ed : Added tag jdk8u172-b35 for changeset 7a43487e5f47
7fba3e1ad2e : Added tag jdk8u172-b35 for changeset 6bb6ff40b20d
c3dac98b456 : Added tag jdk8u172-b35 for changeset 8da73ffd344f
cc0768da62a : Added tag jdk8u172-b35 for changeset a0ceecfa4731
bf28e9025d5 : Added tag jdk8u172-b35 for changeset fae6e51d649f
3d5f1d355c5 : Added tag jdk8u172-b35 for changeset caa45fee1b77
bde82ed3c41 : Added tag jdk8u172-b35 for changeset b683c9e7b49f
b72846bc20c : 8202745: Remove hyphens from "out-of-bounds"
6bd0608f210 : 8176510: java/awt/font/GlyphVector/TestLayoutFlags.java fails with OpenJDK
4bfb0b70021 : 8202585: JDK 8u181 l10n resource file update
e7e1f232ea9 : 8202585: JDK 8u181 l10n resource file update
ec7e2a8b76f : 8202585: JDK 8u181 l10n resource file update
b462584052f : 8202585: JDK 8u181 l10n resource file update
fc99089e005 : 8202722: Move marksweep_init into GC code
c5909796830 : 8202649: Move the Parallel GC specific task creation functions out of Threads
99072b90d7f : 8202647: Add deduplicate_string function to CollectedHeap
90a2a92fe33 : 8202709: Move oopDesc::is_archive_object to MetaspaceShared::is_archive_object
059d8282408 : 8202064: Jemmy JInternalFrameOperator: Add wait for close(), activate(), resize() and move() operations
ac3043c692f : 8201593: Print array length in ArrayIndexOutOfBoundsException
b812ae6e51c : 8174995: SA: clhsdb 'where -a' throws Assertion Failure with illegal code 236 when CDS is used
25b41d79b58 : 8202915: [JAXP] Performance enhancements and cleanups in com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator
0e1bd1f99d7 : 8202113: Reflection API is causing caller classes to leak
8af434d695c : 8202553: Update FXLauncherTest as part of removing JavaFX from JDK
62a28800304 : 8202997: Split test/jdk/:tier1 to enable better parallel execution
cae7789afc7 : 8202395: AARCH64: wrong encoding for SIMD instructions zip, trn, uzp
078a1f3a171 : 8201604: ARM64 - Build failure after JDK-8193260
74b151103e8 : 8194998: broken error message for subclass of interface with private method
58f45b7b358 : 8202764: api/java_text/SimpleDateFormat/index.html#Format testcases started to fail with JDK11 b12
e0ac880134b : 8202974: Backout JDK-8202683
5e70392aa86 : 8132287: obsolete the "InlineNotify" flag option
5f48fe5cab4 : 8202756: move FilterUSRTest.java to openJDK
00f6496450b : Added tag jdk-11+13 for changeset 758deedaae84
256b6f1a4cc : 8202889: Remove trailing LF from perf log
78ed5e2c4d2 : 8202289: Non-empty directory in module path is not handled properly at CDS/AppCDS dump time 8202519: Crash during large AppCDS dump
71938d9e82c : 8202919: JDK-8202683 broke macosx build
b2a68ca34fd : 8202773: Unhandled oop in JavaThread::collect_counters
f25fbfe1d25 : 8202748: jtreg :hotspot_misc group shouldn't include vmTestbase tests
63528a66008 : 8202683: Minimal VM should build cleanly on 64-bit platforms
1f776c3da2f : 8202822: Add .git to .hgignore
f9e285bc183 : 8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
366aa4d5e0b : 8202843: langtools ant build fails
37750748e83 : 8202679: Updates on windows failures in the problem list
861304042dd : Added tag jdk8u172-b34 for changeset 4bd41756c3aa
4635b16ea90 : Added tag jdk8u172-b34 for changeset ce8842542d7d
718c8cfd085 : Added tag jdk8u172-b34 for changeset 016c625ed6d7
e565275aa28 : Added tag jdk8u172-b34 for changeset 10d09fec24f1
de64ff0e7f0 : Added tag jdk8u172-b34 for changeset f646c3ad67c4
175839c98f0 : Added tag jdk8u172-b34 for changeset 927b61cad67e
45eafef98d0 : Added tag jdk8u172-b34 for changeset 0f139a7616c2
736a9fd723c : Added tag jdk8u172-b34 for changeset 71200a8fed58
aff74937866 : Added tag jdk8u172-b34 for changeset 83913b321980
4a293e6d584 : Added tag jdk8u172-b34 for changeset 11ec4b2c4f85
46b7a7ada2b : Added tag jdk8u172-b34 for changeset 1b3bbc952df9
bb9abd214da : Added tag jdk8u172-b34 for changeset a941c6f6182d
7dfb411710e : Added tag jdk8u172-b34 for changeset 4ae09b5ab72c
0dbf0d54edc : Added tag jdk8u172-b34 for changeset e7fd3bcbfb8f
6c15d9c80dc : Added tag jdk8u172-b34 for changeset 7d90d74b7199
7c71bb7412f : Added tag jdk8u172-b34 for changeset 4d5b4187d820
30f9ec86231 : 8202476: ImageLib is broken in 32 bit Windows
2464e2b11e8 : 8189916: Dynamic Constant support for Sparc
8da69522593 : 8197447: LogCompilation throws "couldn't find bytecode"
2ac4c89501e : 8202181: Correctly specify size of hostname buffer in Unix Inet*AddressImpl_getLocalHostName implementations
a703e6658c7 : 8202478: Backout JDK-8152974
7f6d6e72877 : 8202478: Backout JDK-8152974
97571a7c4ec : 8176717: GC log file handle leaked to child processes
5b3eaaf632b : 8202582: DateTimeFormatterBuilder.parseOffsetBased unnecessarily calls toString()
1cb95bd3d1f : 8200729: Conditional compilation of GCs
d1cf230fc13 : 8187123: (reflect) Class#getCanonicalName and Class#getSimpleName is a part of performance issue
3da4f2c4827 : 8197388: Added not existing bug id in jdk/ProblemList.txt
72f700abd0e : 8196572: Tests ColConvCCMTest.java and MTColConvTest.java fail
1f62f34da0b : 8154463: New failure of closed/java/awt/font/Outline/OutlineInvarianceTest.java
3e3414dbf30 : 8203837: Split nmethod unloading from inline cache cleaning
f2a30dcb3e4 : 8204321: javadoc tests fail after JDK-8203780
26b8ea76f55 : 8202776: Modularize GC allocations in runtime
fcfd1c85dda : 8200530: '\r' is not supported as "newline" in java.util.jar.Manifest
7dc011cccac : 8202372: Diagnostic with incorrect line info generated when compiling lambda expression
45aa655cd02 : 8202140: TLAB logging is not correct for G1
7f7d103c858 : 8191471: Elastic TLABs for G1
c9ffd87865b : 4842658: DefaultListModel and DefaultComboBoxModel should support addAll (Collection c)
8e69e1b11fd : 8202423: Small HTTP Client refresh
d78303222bf : 8202425: [s390] C2: Wrong unsigned comparison with 0
bc6bd364ad6 : 8195095: Images are not scaled correctly in JEditorPane
e87eca4ccdc : 8195095: Images are not scaled correctly in JEditorPane
5b262a24b94 : Added tag jdk8u181-b05 for changeset a0c24c4abfb8
fc10812bc5f : Added tag jdk8u181-b05 for changeset 8ce950e9727d
7c2fc2b1611 : Added tag jdk8u181-b05 for changeset 14bee014fcf9
22d6bad0977 : Added tag jdk8u181-b05 for changeset 681e1adb1a89
ad026529dd1 : Added tag jdk8u181-b05 for changeset 78032b519f59
492c472054d : Added tag jdk8u181-b05 for changeset 262b86003ece
ccd80ae7e78 : Added tag jdk8u181-b05 for changeset 7186f8b0ed0c
db5384ba90b : Added tag jdk8u181-b05 for changeset 6bf54f0a4e9e
2665db96910 : Added tag jdk8u181-b05 for changeset 824b5a7a3af3
aa1d4cfe5f4 : Added tag jdk8u181-b05 for changeset 5a2fc0fed43a
de66526100f : Added tag jdk8u181-b05 for changeset addb99201a06
5ebecd29f43 : Added tag jdk8u181-b05 for changeset 4870608fea98
cf28304347c : Added tag jdk8u181-b05 for changeset c2bfc38c8ed9
38692fdfae2 : Added tag jdk8u181-b05 for changeset 967005c3bad5
e7ef03dce6a : 8202130: [TESTBUG] Some appcds regression test cases fail with "Error: VM option 'PrintSystemDictionaryAtExit' is notproduct and is available only in debug version of VM"
e8fff780938 : 8202334: Update javax.lang.model.util visitors for 11
285bf7bbb4b : 8202507: Remove IO and NIO AtomicAppend tests from problem list
d071f0e3447 : 8202484: Unused field in TimeZone
0e7d8874a96 : 8202379: ARM32 is broken after JDK-8201543 (Modularize C1 GC barriers)
a4c59341694 : 8202373: Forcing eager initialization of CHM$ReservationNode avoids deoptimization
3c202e01d8a : 8201542: Remove unused _gc_timer field in GCMemoryManager
7ef98a0a530 : 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
0583918606b : 8202996: Remove debug print statements from RMI fix
2e1f1eaf5eb : 8202478: Backout JDK-8152974
59bc275a018 : 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
be551d07d8f : 8202996: Remove debug print statements from RMI fix
a91edcdc3ac : 8202478: Backout JDK-8152974
d05ed512ac0 : 8200167: Validate more special case invocations
08855df46a3 : 8199643: [TESTBUG] Open source common VM testbase code
1298458a1de : 8202399: [C1] LIRGenerator::do_CheckCast needs to exclude is_invokespecial_receiver_check() when using PatchAlot
3544f8902a0 : 8202452: Delete test files missed from commit for 8193213&8182731
20edc74068a : 8193213: Make the UseAppCDS option obsolete 8182731: Odd handling of -XX:-UseAppCDS and -XX:SharedArchiveFile
cdd3f0ac395 : 8202284: FileChannel and FileOutpuStream variants of AtomicAppend should fail silently on macOS >= 10.13
8038a3507d3 : 8202381: (Solaris) SIGBUS in # V [libjvm.so+0xcee494] jni_GetIntField+0x224
9c2b1f2f763 : 8202383: Custom extensions for jvmti doc
b0268d4b00d : 8154204: [TESTBUG] Update DefaultUseWithClient test to handle client-less builds
3e472290572 : 8201545: InetAddress.getByName/getAllByName should clarify empty String behavior
0f478d2cfd4 : 8202419: Avoid creating Permission constants early
f7afa8ff53b : 8202105: Console echo is disabled when exiting jshell
b9490e57608 : 8202366: Add macro for common loop in GCConfig
8c235a30e72 : 8202364: Add GCConfig::hs_err_name() to avoid GC-specific code in error reporting
af4695d7e47 : 8202417: [TESTBUG] Broken hard-coded dependency in serviceability/sa/ClhsdbJhisto.java
a6ea22e7366 : 8198342: Test FileSystemViewListenerLeak.java is unstable
70aa4b33cb8 : Added tag jdk8u172-b33 for changeset 64ebdb8c6ddd
9f77ca8d59b : Added tag jdk8u172-b33 for changeset 4d6ce3976f7c
8447441916f : Added tag jdk8u172-b33 for changeset b89bc1398c82
f90744cf9b7 : Added tag jdk8u172-b33 for changeset a89a6842b01d
27ff1ac829a : Added tag jdk8u172-b33 for changeset 4c215d345848
417f843095c : Added tag jdk8u172-b33 for changeset 16f94d3dfe11
f69f7f00a87 : Added tag jdk8u172-b33 for changeset a1b0a62b1ecf
f69b9b6fae5 : Added tag jdk8u172-b33 for changeset af283ea81467
d5b8e9096ad : Added tag jdk8u172-b33 for changeset d20c15ec82e3
aced8181e94 : Added tag jdk8u172-b33 for changeset 611f4e5057b9
5bfd7226411 : Added tag jdk8u172-b33 for changeset 58fe5d7c45fd
55175c9e039 : Added tag jdk8u172-b33 for changeset c60c02c55bf6
a13e6c23e11 : Added tag jdk8u172-b33 for changeset 1041f9c79a9a
dc37ddb117a : Added tag jdk8u172-b33 for changeset 048c14c908a1
94c4c51d372 : Added tag jdk8u172-b33 for changeset 6cb51b24b291
31017b84faf : Added tag jdk8u172-b33 for changeset 06be5f327405
e48f38966be : 8197954: Remove unnecessary intermediary APIs from AppCDS implementation
1ea9f48936f : 8185034: Cleanup and consolidate Metaspace coding
31c128ef224 : 8195717: test java/lang/invoke/MethodHandlesTest timed out running testAsCollector1
72a2ac8b8bb : 8199852: Print more information about class loaders in LinkageErrors
5f40eda733c : 8202642: Replace PAR_OOP_ITERATE with templates
1dd85fe2f4a : 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
2e1bd03bad4 : 8202639: Use concrete Generation classes in SerialHeap and CMSHeap
5dfccac11f6 : 8202592: Remove unused EvacuateFollowersClosure
7d380f1708d : 8202591: Remove usage of CMSEdenChunksRecordAlways in defNewGeneration.cpp
983911c6977 : 8202083: Remove explicit CMS checks in CardTableBarrierSet
71a38a4720a : 8202080: Introduce ordering semantics for Atomic::add and other RMW atomics
6869c08e6aa : 8202291: java/rmi/Naming/LookupIPv6.java failed with Connection refused
81bad1fe6bb : 8202387: javac --release 11 not supported
29b1984560d : 8202565: C1 compilation crashes with "assert(is_double_stack() && !is_virtual()) failed: type check"
20324b99d36 : 8200094: Turkish locale reports NPE No enum constant com.sun.source.doctree.DocTree.Kind.SİNCE
97ff2fce385 : 8202676: AArch64: Missing enter/leave around barrier leads to infinite loop
e6bccc9d865 : 8202640: Small C1 cleanups for BarrierSetC1
19f0e3f5d7d : 8202435: [aix] print program break as part of memory info into hs-err file
aef2df31e64 : 8202684: Minimal VM build is broken after JDK-8199067, JDK-8202638
a313d5961a6 : 8202672: Build failed in metaspace.cpp with VS2017
42c3c3b5f77 : 8202599: Mark intermittently failing jshell tests
e48cfc709db : 8199382: [TESTBUG] Open source VM testbase JDI tests
1e0c45b2500 : 8199912: jshell tool: /open from URI
3ecce1fe48b : 8202465: [C1] casts should not be eliminated for interface types
dd34d29a464 : 8202319: Fix compilation warnings in Solaris debug builds for DevStudio 12.6
d5987fe58ff : 8202301: Add tests related to JDK-8196572 to the ProblemList
e757890eec6 : 8202322: AIX: symbol visibility flags not support on xlc 12.1
2bd15814dcb : 8203223: Signed integer overflow in ImageStrings::hash_code (libjimage.so)
5ee4a26ecbc : 8203285: Minimal VM fails to build after JDK-8199712 (Flight Recorder)
6bca38c321a : 8203274: 32-bit build failures after JDK-8199712 (Flight Recorder)
e5a84942869 : 8203278: AArch64/PPC64 build failures after JDK-8199712 (Flight Recorder)
f21c201f80f : 8183910: gc/arguments/TestAggressiveHeap.java fails intermittently
e8eb07d8056 : 8203220: Introduce ATTRIBUTE_ALIGNED macro
c57afa5fbf7 : 8189271: Metaspace::_capacity_until_GC should be size_t
2612bef51e2 : 8202614: Add ability to validate links in JavadocTester
425cd17400c : 8203251: Non-PCH build failed after JDK-8199712 (Flight Recorder)
5efef1271b6 : 8203176: javadoc handles non-ASCII characters incorrectly
5bb7e818329 : 8203250: runtime/LoadClass/test-classes/Hello.java has wrong legal notice
e8586cd4bc6 : 8202426: NPE thrown by Transformer when XMLStreamReader reports no xml attribute type
a060be188df : 8199712: Flight Recorder
f575533a171 : 8202392: [TESTBUG] open source vm testbase heapdump tests
489e5ae3349 : 8189687: Swing: Invalid position of candidate pop-up of InputMethod in Hi-DPI on Windows
aa61d4069fc : 8201509: Zero: S390 31bit atomic_copy64 inline assembler is wrong
ef49f2b09fe : 8201509: Zero: S390 31bit atomic_copy64 inline assembler is wrong
936874eea45 : Added tag jdk8u181-b04 for changeset 7274bc8d2366
f3870474185 : Added tag jdk8u181-b04 for changeset 68633ce15909
54f9e5fb402 : Added tag jdk8u181-b04 for changeset f00a05b68d95
39c308f1f6b : Added tag jdk8u181-b04 for changeset 8a204bb5da66
551c3fcff8d : Added tag jdk8u181-b04 for changeset f7ceee1e7c8a
4c6c28bbddc : Added tag jdk8u181-b04 for changeset 2ab585397cc8
e08ddfea739 : Added tag jdk8u181-b04 for changeset 8057691018e6
39b3500d9c0 : Added tag jdk8u181-b04 for changeset 98518f860205
f77824f2460 : Added tag jdk8u181-b04 for changeset 81ed99383a98
7569a9ca48c : Added tag jdk8u181-b04 for changeset 4a4c1829a58d
3c766567fb5 : Added tag jdk8u181-b04 for changeset 5014cf485163
e2ceb03c219 : Added tag jdk8u181-b04 for changeset a6a27c196da6
b06b5d1c914 : 8199748: Touch keyboard is not shown, if text component gets focus from other text component
a3f369af7b8 : 8199748: Touch keyboard is not shown, if text component gets focus from other text component
d9b3c3203ea : 8201572: Improve Metaspace Statistics
4fc0229dcb4 : 8196113: Remove the Compact Profile builds
0d2e65f96be : Added tag jdk-11+12 for changeset 3ab6ba9f94a9
9b734fc8497 : 8200557: OopStorage parallel iteration scales poorly
180f72854f6 : 8200083: Bump bootjdk requirement for JDK 11 to JDK 10
cf20cdd06c0 : 8194968: problem list actions for tools/javac/jvm/VerboseOutTest
986a1782143 : 8201138: Defect in XMLEventReader.getElementText() may cause data to be skipped, duplicated or otherwise result in a ClassCastException
bd18ef4c180 : 8201793: (ref) Reference object should not support cloning
8ebfc59cfac : 8202552: [AOT][JVMCI] Incorrect usage of INCLUDE_JVMCI and INCLUDE_AOT
6a12519d841 : 8202424: Metaspace: on chunk retirement, use correct lower limit on chunksize when adding blocks to free blocks list
2b05e3ad7e0 : 8202584: de-problem list tools/javac/jvm/VerboseOutTest
204ba9a580f : 8202447: Fix unloading_occurred to mean unloading_occurred
9353d595474 : 8199067: [REDO] NMT: Enhance thread stack tracking
deb5bf745fb : 8202021: Improve variable naming in ReferenceProcesso
73771f97e9a : 8202018: Move card table clear before enqueuing pending references
91ba4b5676d : 8201640: Use _ref_processor_* member variables directly in G1CollectedHeap
945701e9452 : 8201492: Properly implement non-contiguous generations for Reference discovery
38854063d39 : 8195002: Fix test/hotspot/jtreg/gtest/GTestWrapper.java on Alpine/Musl
3499a42801f : 8202575: Remove java/lang/String/nativeEncoding/StringPlatformChars.java from ProblemList
d2c3ef2f857 : 8202303: LogStream should autoflush on destruction
36b8ebf5c9d : 8202520: JShell tests: move intermittently failing tests to tier2
3d2467c62e9 : 8202186: AArch64: Debug build VM crashes with PrintC1Statistics option
47bc94b60e1 : 8199375: [TESTBUG] Open source vm testbase monitoring tests
c555679d4fb : 8179887: Build failure with glibc >= 2.24: error: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated
9a94336b7d1 : 8191798: redo nested ThreadsListHandle to drop Threads_lock
405f9335130 : 8202398: Optimize Arrays.deepHashCode
526a2dbe28e : 8201634: Random seedUniquifier uses incorrect LCG
bb340275917 : 8202397: Typo in X-Buffer javadoc
f7ac53e5e9b : 8201817: Taglet.init should be called with the "primary" doclet
cfa9de42491 : 8202418: Remove explicit CMS checks in CardTableBarrierSetAssembler: ARM32 leftovers
078b80e63c8 : 8201786: Modularize interpreter GC barriers: leftovers for ARM32
62d87665eb5 : 8202505: ctw2 tasks are timing out in hs-tier3
aedb6040c6c : 8200466: Revisit the setting of _transitive_interfaces in InstanceKlass
3ff52c18c68 : 8202200: set INCLUDE_SA to false on s390x by default
55725ec33ce : 8201650: Move iteration order randomization of unmodifiable Set and Map to iterators
a01b2f3b734 : 8179071: Month value is inconsistent between CLDR and Java in some locales
9037ee0ef15 : 8201622: Reduce unnecessary Package.complete() calls in javadoc
25a8a3ad660 : 8202382: Filter docs modules
1b027ddfe91 : 8202273: [AOT] Graal does not support the CMS collector
a79484396d8 : 8201509: Zero: S390 31bit atomic_copy64 inline assembler is wrong
f236cf3cf43 : 8202204: Rename hotspot runtime jtreg constantPool ConstantPool directories
d24f8fd0993 : 8202367: AIX build broken after JDK-8201543
0f583c78173 : 6672778: G1 should trim task queues more aggressively during evacuation pauses
893bd31647b : 8202082: Remove explicit CMS checks in CardTableBarrierSetAssembler
0432a1081e8 : 8202230: Provide accessors for JNIHandles storage objects
1787461d8a6 : 8202179: Compilation fails with assert(n->is_expensive()) failed: expensive nodes with non-null control here only
6cc62b86894 : 8202325: [aix] disable warnings-as-errors by default
f4893f5a9a5 : 8201543: Modularize C1 GC barriers
0ef11c31c73 : 8201367: assert(current != first_mem) failed: corrupted memory graph in superword code
fafd844bc69 : 8181157: CLDR Timezone name fallback implementation
3105e04e1b4 : Added tag jdk-11+11 for changeset e1e60f75cd39
edc81d17e1e : 8202150: [REDO] Split globals.hpp to factor out the Flag class
4d841c90fb1 : 8202330: Add Unreferenced{FOS,FIS,RAF}ClosesFd to problem list
dce2872700c : 8202324: Avoid loading FileInput-/OutputStream$AltFinalizer
a7b8407fbc2 : 8197960: [TESTBUG] remove/modify runtime tests which use java ee or corba modules
4e252915c5c : 8200235: Generalize jniFastGetField jobject/jweak resolve
2df7aa7b9f8 : 8202261: (fc) FileChannel.map and RandomAccessFile.setLength should not preallocate space
ccc74fdd600 : 8174994: SA: clhsdb printmdo throws WrongTypeException when attached to a process with CDS
15ef60b3506 : 8200478: For boxing conversion javac uses Long.valueOf which does not guarantee caching according to its javadoc
1515d709305 : 8197959: [TESTBUG] Some (App)CDS tests require modification due to the removal of the Java EE and CORBA modules
673e292ffea : 8157543: java/nio/channels/Selector/SelectAndCancel.java fails intermittently
408c9720773 : 8202154: Remove unused code in java.base/windows/native/libnet
c3efc6ec43b : 8199519: Several GC tests fails with: java.lang.NumberFormatException: Unparseable number: "-"
8a427a07d8d : 8202164: Remove some unneeded BoolObjectClosure* is_alive parameters
465eea6d80b : 8202276: Update test/hotspot/jtreg/ProblemList-graal.txt
5096bee84e6 : 8202152: test/hotspot/jtreg/runtime/whitebox/WBStackSize.java fails
fa434f6934c : 8202141: Unique symbols for .class
d571253203d : 8202210: jlink uses little-endian for big-endian cross-compilation targets
eed00fcf0a0 : 8202184: Reduce time blocking the ClassSpecializer cache creating SpeciesData
7904b563454 : 8200101: sun/security/krb5/auto/Renewal.java fails intermittently
e836d6ec10b : 8196540: [Testbug] java/security/AccessController/DoPrivAccompliceTest.java doesn't handle unrelated warnings
a3ed7dd7d68 : 8144806: sun/security/tools/keytool/standard.sh fails intermittently at deleting x.jks
2dbc9735ac4 : 8202169: Reduce ctw_2 duration by parallelizing CtwRunner invocations
780696c2a36 : 8202062: Put FileChannel and FileOutpuStream variants of AtomicAppend on problem list
3dfa260af9f : 8025091: VisibleMemberMap.java possible performance improvements 8198890: The standard doclet incorrectly produces wrong method signatures in certain cases
3b923d063e0 : 8196325: GarbageCollectionNotificationInfo has same information for before and after
93691571bcb : 8200303: C2 should leverage profiling for lookupswitch/tableswitch
c6ece0ba39e : 8202157: remove the use of string keys at InapplicableMethodException
1c734c72dc4 : Added tag jdk8u172-b32 for changeset 4f227d398319
deeb51941bd : Added tag jdk8u172-b32 for changeset a753ed681b32
aae12106e7e : Added tag jdk8u172-b32 for changeset 017b4ccedaff
31f79e1043f : Added tag jdk8u172-b32 for changeset a5c9af5392d8
f13856c1f86 : Added tag jdk8u172-b32 for changeset a0475ce210e8
a2950c4b394 : Added tag jdk8u172-b32 for changeset 85b8dd30d760
9ba664a6aa2 : Added tag jdk8u172-b32 for changeset 1ca2f9b8c918
44e7672f59b : Added tag jdk8u172-b32 for changeset 5b86d6960ead
4701a77df20 : Added tag jdk8u172-b32 for changeset 19e7b5b2c470
4e0ace4d407 : Added tag jdk8u172-b32 for changeset 40631034ca26
dce12cb5e79 : Added tag jdk8u172-b32 for changeset c0d03331ee9d
f45c123f693 : Added tag jdk8u172-b32 for changeset 455340239888
24e401eab87 : Added tag jdk8u172-b32 for changeset 52d1b65b664b
a47124c34ad : Added tag jdk8u172-b32 for changeset 6c47717d61de
ad1b5fa8b21 : Added tag jdk8u172-b32 for changeset c50ad8b475b6
c72dd6ad87b : Added tag jdk8u172-b32 for changeset c65582377d2f
670916b5d50 : 8199748: Touch keyboard is not shown, if text component gets focus from other text component
ea03d400b19 : 8233498: Remove dead code
b3d2b3ba5fb : 8230767: FlightRecorderListener returns null recording
43368f8f9f9 : 8233886: TEST_BUG jdk/java/net/CookieHandler/B6791927.java hit hardcoded expiration date
5e113f37e8c : 8233065: PSParallelCompact::move_and_update is unused and should be removed
b2a96738298 : 8233790: Forward output from heap dumper to jcmd/jmap
c2a05a128dd : 8231922: Could not find field with name revokedClass
173dae8bc6b : 8229694: JVM crash in SWPointer during C2 OSR compilation
993947e6cef : 8233745: [JVMCI] TranslatedException should serialize classloader and module info
090dc51a4ef : 8233435: (dc) DatagramChannel should allow IPv6 socket join IPv4 multicast groups (macOS, win)
690b960c8ff : 8216472: (se) Stack overflow during selection operation leads to crash (win)
12beed6ec91 : 8233621: Mismatch in jsse.enableMFLNExtension property name
2ec6eecbcdc : 8233839: aarch64: missing memory barrier in NewObjectArrayStub and NewTypeArrayStub
6804e318dbd : 8233855: [TESTBUG] appcds/FieldLayoutFlags.java failed to clean up files after test
3b8a1c14e89 : 8233850: Shenandoah: Shenandoah thread count ergonomics should be container aware
b7dd1aff8bb : 8220479: java/nio/channels/Selector/SelectWithConsumer.java failed at testTwoChannels()
2786514a990 : 8233337: Shenandoah: Cleanup AArch64 SBSA::load_reference_barrier_not_null()
3672c05476c : 8233339: Shenandoah: Centralize load barrier decisions into ShenandoahBarrierSet
d405f6abb6e : 8233389: Add PrintIdeal to compiler directives
c4b3dcf8c17 : 8189737: Make HeapRegion not derive from Space
f225f7cd0bb : 8233788: Remove useless asserts in PhaseCFG::insert_anti_dependences
61a6ef79ae9 : 8233086: [TESTBUG] need to test field layout style difference between CDS dump time and run time
a6649eb089e : 8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
d5dce23506d : 8209813: [TESTBUG] rewrite JFR shell tests in Java
fc2a8abcc03 : 8232178: MacVolumesTest failed after upgrade to MacOS Catalina
69606205a65 : 8230364: [JVMCI] a number of JVMCI tests are not jtreg enabled
89e3782f218 : 8233364: Fix undefined behavior in Canonicalizer::do_ShiftOp
c1a99a0f332 : 8232871: Host Locale Provider on Mac does not return translated values of Japanese calendar
63ef779d965 : 8233579: DateFormatSymbols.getShortMonths() return wrong string on es_CL, es_CO locales
eaba9fe23b0 : 8233403: Improve verbosity of some httpclient tests
24bff84cb35 : 8232905: JFR fails with assertion: assert(t->unflushed_size() == 0) failed: invariant
9ec96c1117a : 8233416: JFR: assert((((((klass)->trace_id()) & (((1 << 1) << 8) | (JfrTraceIdEpoch::in_use_this_epoch_bit()))) != 0))) failed: invariant
b7dcab5af0d : 8233793: ZGC: Incorrect type used in ZBarrierSetC2 clone_type()
4860dad68c4 : 8233796: Shenandoah is broken after 8233708
d935027a68f : 8233784: ProblemList failing JVMTI scenario tests
12adeca8871 : 8233708: VectorSet cleanup
f07d377d6f2 : 8233073: Make BitMap accessors more memory ordering friendly
afd91fd3202 : 8232539: SIGSEGV in C2 Node::unique_ctrl_out
6e3be7fbf76 : 8233328: fix minimal VM build on Linux s390x
3b5b596f4be : 8233783: Make 8232896 patch complete
14475e47b61 : 8233491: Crash in AdapterHandlerLibrary::get_adapter with CDS due to code cache exhaustion
4272078d30b : 8233454: Test fails with assert(!is_init_completed(), "should only happen during init") after JDK-8229516
7b730a361ab : Added tag jdk-14+22 for changeset 83810b7d12e7
a57683f3e02 : 8233698: GCC 4.8.5 build failure after JDK-8233530
9ca5e79bf28 : 8233671: [TESTBUG] runtime/cds/appcds/sharedStrings/FlagCombo.java fails to compile without jfr
68a7b58abba : 8233658: Escape + in the expression describing Runtime.Version string
b7f557e5c7a : 8223940: Private key not supported by chosen signature algorithm
7fbb1f5ae1c : 8231955: ARM32: Address displacement is 0 for volatile field access because of Unsafe field access
708890f2ca4 : 8233600: Cross-builds fails after JDK-8233285
270c5ea37e3 : 8233695: AArch64 build failures after -Wno-extra removal
476cfd15475 : 8233401: Shenandoah: Refactor/cleanup Shenandoah load barrier code
b2e6cba0b40 : 8233375: JFR emergency dump does not recover thread state
9c2bb3ccf31 : 8233659: [TESTBUG] runtime/cds/appcds/CommandLineFlagCombo.java fails when jfr is disabled
1c2b406ab5a : 8233650: Javadoc for Math.floorMod(int, int) gives wrong example
8ca82e31479 : 8233599: ARM32 Build failed due to 8232050 missing an include
50a14e36877 : 8233622: (zipfs) open/test/jdk/jdk/nio/zipfs/CopyMoveTests.java has incorrect bug label
87e7ddc8d7c : 8233608: Minimal build broken after JDK-8233494
1c40d6fdfbc : 8233590: Compiler thread creation fails with assert(_c2_count > 0 || _c1_count > 0) failed: No compilers?
ddaa12237e9 : 8233496: AOT tests failures with 'java.lang.RuntimeException: Failed to find sun/hotspot/WhiteBox.class'
50ef4854dc7 : 8232209: Update double-conversion license file to version 3.1.5
1be39aa9c71 : 8233530: gcc 5.4 build warning -Wc++14-compat after JDK-8233359
c15dfbfd600 : 8233081: C1: PatchingStub for field access copies too much
3ca7e3f6ff4 : 8232896: ZGC: Enable C2 clone intrinsic
55f7c48828d : 8232880: Update test documentation with additional settings for client UI tooltip tests
3762eb00f05 : 8233574: Shenandoah: build is broken without jfr
dd8e82f46eb : 8233495: Some fieldDescriptor methods can pass existing constantPoolHandle
af729c390c4 : 8233494: Avoid calling MallocTracker::record_malloc and record_free when NMT is off
9f62f4586d0 : 8233429: Minimal and zero VM build broken after JDK-8227003
13cc1154f0f : 8233019: java.lang.Class.isPrimitive() (C1) returns wrong result if Klass* is aligned to 32bit
e077905ff95 : 8202143: Parts of 8193435 added in merge change set
83f83aab8b5 : 8201433: Fix potential crash in BufImg_SetupICM
555e855d3b1 : 8201433: Fix potential crash in BufImg_SetupICM
ac401260907 : 8202060: Add javax/net/ssl/DTLS/CipherSuite.java to ProblemList
41c52b261c3 : 8200648: Make midi code more sound
9949620e45c : 8200648: Make midi code more sound
48d51992ee5 : 8202070: Cleanup code after JDK-8200450, JDK-8200366
caf3f257fe2 : 8202155: quarantine test com/sun/jdi/JdbExprTest.sh on all platforms
8ca8d45fb55 : 8200146: Remove the appletviewer launcher
a99eca12cc0 : 8201826: G1: Don't invoke WeakProcessor if mark stack has overflowed
816e2e5fe00 : 8202151: [BACKOUT] Split globals.hpp to factor out the Flag class
d1f838a2851 : 8201259: Fix warning with VS2017 in jdk.pack
54d482220b3 : 8198816: AbstractScriptEngine.getScriptContext creation of SimpleScriptContext is inefficient
d25f5a857ee : 8201756: Improve cipher inputs
a46a22c3ffe : 8201756: Improve cipher inputs
d45e830907a : 8201756: Improve cipher inputs
29ab806ba61 : 8201756: Improve cipher inputs
60723b7e3d9 : 8081519: Split globals.hpp to factor out the Flag class
ac44a196942 : 8199193: jshell tool: Add support for preview features
70146f48d5e : 8201466: Nashorn: defineProperty setters/getters on prototype object ignored with numeric property names
3649ace8a0c : 8202091: Rename DualStackPlainSocketImpl to PlainSocketImpl [win]
cac6379cc4d : 8188105: Make -Xshare:auto the default for server VM
2329ce7e2dd : 8202073: MetaspaceAllocationTest gtest shall lock during space creation
895207f81fe : 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "&#xa;"
7852fb49ba8 : 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "&#xa;"
3e7412d8eae : 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "&#xa;"
e95f11a3f0c : Added tag jdk8u181-b04 for changeset 9625adf111e0
50627f30271 : 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "&#xa;"
26b2658473e : Added tag jdk8u181-b04 for changeset aaec18979941
bb4b13f38c9 : 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "&#xa;"
98dbdebb032 : 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "&#xa;"
164f3c6a26e : Added tag jdk8u181-b04 for changeset 8bc596dbd6e9
741cd74222b : 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "&#xa;"
d680849b727 : 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "&#xa;"
66776b5d196 : 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "&#xa;"
cca556f6f45 : Added tag jdk8u181-b04 for changeset 6255c0962341
6e3ca176535 : 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "&#xa;"
04e986f200c : 8202081: Introduce CollectedHeap::is_oop()
0bf983846e2 : 6805750: Improve handling of Attributes.Name
3e6e4c11ede : 8202134: Non-PCH build for arm32 fails
728923cbbc7 : 8202050: Add javax/sound/midi/Sequencer/Recording.java to the problemList
e0c6bd5c09b : 8200313: java/awt/Gtk/GtkVersionTest/GtkVersionTest.java fails
32ed45bb1d9 : 8202079: [s390]: Build failure w/o precompiled headers
fc5fa19ae99 : 8200359: (tz) Upgrade time-zone data to tzdata2018d
0e6e18aec6d : 8200359: (tz) Upgrade time-zone data to tzdata2018d
1b747fce528 : 8200359: (tz) Upgrade time-zone data to tzdata2018d
1eb082c2598 : 8200359: (tz) Upgrade time-zone data to tzdata2018d
2265f681c86 : 8194534: Manifest better support
dc237c84c5d : 8194534: Manifest better support
605b430bb82 : 8187392: Deprecated methods in the peers can be removed
5e1a7651cd3 : 8198756: Lazy allocation of compiler threads
4a2ed138029 : 8201850: [AOT] vm crash when run test compiler/aot/fingerprint/SelfChangedCDS.java
c76ed565da5 : 8201536: configure fails compiler check due to bad -m32 flag
9e390e1cb69 : 6574555: PNGImageWriter incorrectly sets bKGD chunk
f1a389d0852 : 6788458: PNGImageReader ignores tRNS chunk while reading non-indexed RGB/Gray images
0406664154f : 8201598: Fix for 8181910: Support dark title bars on macOS broke the MacOS build
5ef2113ebc8 : 8199932: Missing copyright header in AWT source code
73509bf4a0f : 8201626: Typo in MakeWindowAlwaysOnTop test
7e88b640db1 : Added tag jdk8u181-b03 for changeset b915c004454e
edabca32421 : Added tag jdk8u181-b03 for changeset ca761b5185b4
c7bd71c7077 : Added tag jdk8u181-b03 for changeset f5912828662c
cbb7b38e44c : Added tag jdk8u181-b03 for changeset 3f5ea7fc6ed5
70e48ac92e6 : Added tag jdk8u181-b03 for changeset cef8efad75c4
1948ab61687 : Added tag jdk8u181-b03 for changeset bdcaab9263b6
13c3256ffb6 : Added tag jdk8u181-b03 for changeset 0ac47c977124
1bcf4cf092d : Added tag jdk8u181-b03 for changeset ba9844ff12be
ce8640d53ec : Added tag jdk8u181-b03 for changeset e5dfce10bc34
d30594f2059 : Added tag jdk8u181-b03 for changeset 63ce311536be
878cbde1be5 : Added tag jdk8u181-b03 for changeset 65cdf1443a46
6688b20ede5 : Added tag jdk8u181-b03 for changeset 362fa53c3a36
27eec57950e : Added tag jdk8u181-b03 for changeset 0c4cbfa1831f
367ff39933b : Added tag jdk8u181-b03 for changeset 7604d33c9459
cb48f81e002 : Added tag jdk8u181-b03 for changeset 6c5cfbe3874e
3d0d6a5c73b : Added tag jdk8u181-b03 for changeset 8fb5dedc451e
a58b68027bc : 8194534: Manifest better support
c1d9c2e3b2b : 8194534: Manifest better support
07ded2e52d6 : 8201597: AArch64: Update relocs for CompiledDirectStaticCall
c8d19293f25 : 8201524: [AIX] Don't link libfontmanager against libawt_headless
3459dc11fd3 : 8153532: Add @throws NPE javadoc to UIManager.setLookAndFeel(String) method description
a1f6823a028 : 8201584: Fix configure on SLES 11 after 8201483
4f1c8f3d089 : 8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address
d574c9e0916 : 8194734: Handle to jimage file inherited into child processes (win)
698152fb518 : 8201369: Inet4AddressImpl_getLocalHostName reverse lookup on Solaris only
1ee531afe90 : 8200555: OopHandle should use Access API
1b292642297 : 8201794: [Graal] fix regressions from JDK-8187490
10653338481 : 8198793: Add launcher support for preview features
f4911414672 : 8201616: Hotspot crashes on linux-sparc after 8189941
4c626b6272d : 8201799: Build failures after JDK-8195099 (Concurrent safe-memory-reclamation mechanism)
6db76f1af62 : 8201172: Parallelize Remset Tracking Update Before Rebuild phase
ebbd7cf90bb : 8201596: java.lang.ref.Reference processing total time logging broken
c62a6abe918 : 8201490: Improve concurrent mark keep alive closure performance
9b31b8f3659 : 8201487: Do not rebalance reference processing queues if not doing parallel reference processing
dc7aa2ca035 : 8200730: Fix debug=gc+phases time tracking in Remark and Cleanup
5b42f3ce0df : 8200426: Make G1 code use _g1h members
e11d1b311df : 8200723: Suppress rs_length and predicted_cards sampling during mixed gcs
9db71579ee1 : 8154528: Reclaim regions emptied by marking in Remark pause
7c09cf644b9 : 8178105: Switch mark bitmaps during Remark
33b921f25d8 : 8201315: (se) Allow SelectableChannel.register to be invoked while selection operation is in progress
76590dc0096 : 8187490: HotSpotGraalMBean should be moved to Graal management module
a0a4b1981b8 : 8195099: Concurrent safe-memory-reclamation mechanism
2997d6f6f03 : 8194260: Point-to-point interface should be excluded from java/net/ipv6tests/*
894e8c6479f : 8197972: Always verify non-system classes during CDS dump time
278672706d5 : 8201609: Split test/jdk/:tier2 to enable better parallel execution
1775d925de9 : 8194750: Console.readPassword does not save/restore tty settings
a3b61fd4c7b : 8197564: HTTP Client implementation
a9234c0ab6b : 8201591: JVM features with "-" in name is not correctly handled
97979a53a12 : 8184692: add Pattern.asMatchPredicate
6fbe561e112 : 8201495: [Zero] Reduce limits of max heap size for boot JDK on s390
e91400d46bb : 8181910: [macos] Support dark title bars on macOS
45fb75c85ab : 8201474: (so) Socket adaptor connect(InetAddress, timeout) succeeds when connection fails
aeadf764065 : 8201433: Fix potential crash in BufImg_SetupICM
85fbf32898a : 8201554: Disable failing tier1 test for JDK-8201498
171373b0212 : 8197441: Signature#initSign/initVerify for an invalid private/public key fails with ClassCastException for SunPKCS11 provider
1d0e7680e82 : 8201507: Generate alias entries in j.t.f.ZoneName from tzdb at build time
fbf1478b8f0 : 8198240: Allow cacerts test to pass when GTECyberTrust root expires
19581edca23 : 8201498: test/langtools/tools/javac/diags/CheckExamples.java 6 errors occurred
0b6fbf50d24 : 8200468: Port the native GSS-API bridge to Windows
0ee5e92ddd6 : 8078221: java/rmi/Naming/DefaultRegistryPort.java fails intermittently
f5a681373f1 : 8152821: Merge jdk.internal.misc.JavaSecurityAccess and jdk.internal.misc.JavaSecurityProtectionDomainAccess shared secrets
9ec65a4f0ff : 8201508: Macosx builds fail in GenerateLinkOptData.gmk
d006828c415 : 8201442: objArrayOopDesc::atomic_compare_exchange_oop() must use obj+offset in HeapAccess call
7b9950f8cbf : 8009632: (fs) FileStore.supportsFileAttributeView does not detect user_xattr enabled on ext4
0b24f2acda1 : 8201443: NoSuchMethodException JarFile.open when jar file is used in classpath
1b060b7406b : 8201450: Provide access to LogHandle tagset
60f0502b706 : 8201330: Add java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java to the ProblemList
4768560982d : Added tag jdk-11+9 for changeset 0c3e252cea44
e0473abbd56 : 8201483: Make it possible to disable JVM features
9ab38159e83 : 8201494: Avoid early initialization of java.nio.Bits
79cee59a621 : 8199627: Use "Per-Monitor V2" High DPI awareness for Windows 10 v1703
d4040a6d585 : 8201240: Improve releasing native resources of BufImgSurfaceData.ICMColorData
d9440e4e391 : 8199194: Add javac support for preview features
594fb594ce1 : 8189765: Improve error reporting for compiling against package not visible due to modules
846296df21b : 8152974: AWT hang occurrs when sequenced events arrive out of sequence
6bc39d417ef : 8152974: AWT hang occurrs when sequenced events arrive out of sequence
8483faa4a97 : 8197418: Move java/util/RandomAccess/ tests into OpenJDK
9c570aaf85a : 8201440: javac should create unique DynamicMethodSymbols at LambdaToMethod
d3760023e65 : 8199875: Require first parameter type of a condy bootstrap to be Lookup
62c94b17516 : 8201439: Enable linux-arm-vfp-hflt profile to be configured with jib again
a9e6a67296a : 8189784: Parsing with Java 9 AKST timezone returns the SystemV variant of the timezone
f82560174b0 : 8201430: [TESTBUG] Remove script from runtime/6626217
d974f0b162c : 8200374: Add ThreadsSMRSupport::verify_hazard_pointer_scanned() to verify threads_do()
3e27d7412e7 : 8201480: ISA/CPU feature detection code crashes on linux-sparc
ec504ecf84c : 8201362: Remove CollectedHeap::barrier_set()
23c13715900 : 8201475: 8199417 breaks AIX and non-pch on s390 (and presumably aarch64)
6825739d3f0 : 8201318: Introduce GCThreadLocalData to abstract GC-specific data belonging to a thread
4c60e69b977 : 8201316: Move G1-related static members from JavaThread to G1BarrierSet
3b1fdecd456 : 8196775: java/net/Socket/asyncClose/Race.java failed intermittently on Windows with ConnectException: Connection refused
64e4120a9d8 : 8201348: ProblemList update for bugid associated with SSLSocketParametersTest.sh
5bc3b0759a9 : 8190333: sun/security/ssl/X509KeyManager/PreferredKey.java failed with "Failed to get the preferable key aliases"
6b2da27d9aa : 8188897: java/rmi/registry/reexport/Reexport.java failed with Port already in use
9e917490ac8 : Added tag jdk8u181-b02 for changeset 2d67c7c1d49c
531d465b4f7 : Added tag jdk8u181-b02 for changeset 64d82b53db58
33ef661862f : Added tag jdk8u181-b02 for changeset f5ad410737a6
67108b5f556 : Added tag jdk8u181-b02 for changeset 119fab6ee6f1
f00c9b28f1b : Added tag jdk8u181-b02 for changeset 8c141ccdd34c
5d040ddafa9 : Added tag jdk8u181-b02 for changeset 0d8fe49a3f2c
2135819ac93 : Added tag jdk8u181-b02 for changeset 72964b174cd1
b3b500ef5d1 : Added tag jdk8u181-b02 for changeset 3ec559688b24
d77ccdf2afa : Added tag jdk8u181-b02 for changeset 67b9f640fa74
a723c37f305 : Added tag jdk8u181-b02 for changeset ec62e0a12ca3
2ab637ecda4 : Added tag jdk8u181-b02 for changeset 38cbf831d1df
e059a61930e : Added tag jdk8u181-b02 for changeset 741b96858924
03f7e34f801 : Added tag jdk8u181-b02 for changeset 7f333e40d367
99c064eaaa2 : Added tag jdk8u181-b02 for changeset 3eec73cffe47
e371d954225 : 8201396: fix broken links generated by javadoc doclet
301386d4647 : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
7a4d01b51eb : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
6d2a538736d : 8201320: Allow PrintFailureReports to be turned off
6b803d7d668 : 8178867: tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java failed to clean up files
a20bd3a6ce8 : 8201267: Disable warnings for VS2017 to enable building
cdd36df3637 : 8197531: Miscellaneous changes imported from jsr166 CVS 2018-04
a4f3a1d9eba : 8200258: Improve CopyOnWriteArrayList subList code
f1e4c3cf6b7 : 8200520: forkjoin tasks interrupted after shutdown
98ede98f5a3 : 8200728: Docs (Comparison of Stack and Deque methods) for Deque is not correct
70e23d4dede : 8200298: Unify all unix versions of libjsig/jsig.c
e855c767d26 : 8201357: ALSA_CFLAGS is needed; was dropped in JDK-8071469
60362ebdd09 : 8201328: SynthParser should use Boolean.parseBoolean
7c5c5acb6e0 : 8201327: Make Sensor deeply immutably thread safe
15a89eeee4d : 8201368: IfNode::fold_compares() may lead to incorrect execution
ffd8e19eafd : 8202075: Crash when running compiler/codecache/OverflowCodeCacheTest.java
839458fd213 : 8199755: Update Graal
f69402ef441 : 8201281: Truncated error message with Incompatible : null
eb393cd0150 : 8200556: AArch64: assertion failure in slowdebug builds
a67480f33da : 8200477: Integer dot product no longer autovectorised
2ee8ddfb0d1 : 8202074: Metaspace: If humongous chunk is added to SpaceManager, previous current chunk may not get retired correctly
0eff8e94f0c : 8201246: Export native function to set platform encoding
c40af499706 : 8201179: Regression due loading java.nio.charset.StandardCharsets during bootstrap
8cd37324a90 : 8196516: libfontmanager must be built with LDFLAGS allowing unresolved symbols
da4108e1dbf : 8195095: Images are not scaled correctly in JEditorPane
97714ec22d2 : 8193171: keytool -list displays "JKS" for a PKCS12 keystore
50f624faffc : 8201369: Inet4AddressImpl_getLocalHostName reverse lookup on Solaris only
e6f398d36ca : 8199748: Touch keyboard is not shown, if text component gets focus from other text component
314d9f5d2cd : 8201433: Fix potential crash in BufImg_SetupICM
c06793afeba : 8201240: Improve releasing native resources of BufImgSurfaceData.ICMColorData
85c0778af06 : 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "&#xa;"
6aa41e9f4cb : 8200359: (tz) Upgrade time-zone data to tzdata2018d
988d20d42ff : 8152974: AWT hang occurrs when sequenced events arrive out of sequence
328f7cb2fec : 8067239: [TESTBUG] javax/xml/bind/marshal/8036981/Test.java failed
df632147d7a : 8178370: [TEST_BUG] java/security/Signature/SignatureLength.java fails
3d27a912893 : 8196516: libfontmanager must be built with LDFLAGS allowing unresolved symbols
e7e5419dbb3 : 8195095: Images are not scaled correctly in JEditorPane
b105ca601b8 : 8193171: keytool -list displays "JKS" for a PKCS12 keystore
d10d853ce9a : 8201369: Inet4AddressImpl_getLocalHostName reverse lookup on Solaris only
35219b9451d : 8199748: Touch keyboard is not shown, if text component gets focus from other text component
75feb7d86cd : 8201433: Fix potential crash in BufImg_SetupICM
ba81f72470a : 8201240: Improve releasing native resources of BufImgSurfaceData.ICMColorData
cd316b5d4c8 : 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "&#xa;"
3fe2ecd11fe : 8200359: (tz) Upgrade time-zone data to tzdata2018d
62551e8749c : 8152974: AWT hang occurrs when sequenced events arrive out of sequence
9ab1d06cb2c : 8067239: [TESTBUG] javax/xml/bind/marshal/8036981/Test.java failed
cfbf41f8b2f : 8178370: [TEST_BUG] java/security/Signature/SignatureLength.java fails
4fc14dd8a4e : 8196897: Improve PRNG support
ec0829c60c0 : 8196897: Improve PRNG support
cfcd6577022 : 8201226: missing JNIEXPORT / JNICALL at some places in function declarations/implementations
a9b0242eefe : 8201649: Remove dubious call_jio_print in ostream.cpp
1c744f99a5b : 8201788: Number of make jobs wrong for bootcycle-images target
17da4aca084 : 8161991: java/nio/channels/AsynchronousSocketChannel/Basic.java failed due to RuntimeException: WritePendingException expected 8171404: java/nio/channels/AsynchronousSocketChannel/Basic.java failed with "AsynchronousCloseException expected" 8201520: AsynchronousSocketChannel/Basic.java timeout intermitently
97c2167e1c1 : 8178825: unused variable threadObj in jvmci_counters_include
f9baaf99acd : 8202052: Disable warnings when building libawt with VS2017
054d2a29847 : 8200196: [Graal] implement Object.notify/notifyAll intrinsics
716ac034c4f : 8202037: Split slow ctw_1 tests
66320afc5a5 : Added tag jdk-11+10 for changeset 69d7398038c5
883d41fefc2 : 6341887: java.util.zip: Add ByteBuffer methods to Inflater/Deflater
9303a8a1803 : 8201510: Merge TwoStacksPlainSocketImpl into DualStackPlainSocketImpl [win]
e81b41a3710 : 8201540: [AIX] Extend the set of supported charsets in java.base
67f6ee6cc71 : 8202000: AIX build broken after JDK-8195099
2469449efdc : 8201785: Make ModRefBarrierSetAssembler abstract on all platforms
f900ae99142 : 8201800: Add support for adjusting heap addresses in a TLAB
0afac6dc795 : 8201647: Make initial clearing of CHeapBitMap optional
a4f21eeb038 : 8201646: Introduce ReferenceDiscoverer interface
ffd8b1f9bdb : 8196071: Change G1 Full GC heap and thread sizing ergonomics
edbbeae9785 : 8200450: Root cause analysis for JDK-8200366
ddfd4c33c6a : 8201556: Disallow reading oops in ClassLoaderData if unloading
702ac597adc : 8184693: add Pattern.isEmpty
03a10ec7b28 : 8196433: use the new error diagnostic approach at javac.Main
c215aa5889f : 8201537: Remove is_alive closure from Klass::is_loader_alive()
4ffd5d45c14 : 8201766: Mark TimSortStackSize2.java as intermittently failing
2006105114a : 8201527: Bump default value of G1RefProcDrainInterval
36d1d594256 : 8201505: Use WeakHandle for ProtectionDomainCacheTable and ResolvedMethodTable 8193524: Redefining a method that removes use of 1 or more lambda expressions causes the JVM to hang
370977cf4f5 : 8200152: KerberosString should use UTF-8 by default
2476d93e73e : Added tag jdk8u192-b00 for changeset 242b5c37fc09
0ff72540cb2 : Added tag jdk8u192-b00 for changeset f8388e2b8ddb
9c4302d4da5 : Added tag jdk8u192-b00 for changeset f2ce97848e62
010a41d41b1 : Added tag jdk8u192-b00 for changeset 8328dceed5cf
64303b4da39 : Added tag jdk8u192-b00 for changeset 4dfc8e0d0cac
ba5a8c0e773 : Added tag jdk8u192-b00 for changeset 22c205af72cf
179490cc9a9 : Added tag jdk8u192-b00 for changeset e51db845ffd7
0eb40725d40 : Added tag jdk8u192-b00 for changeset 7be7324abcb0
3a6b7c8e87c : Added tag jdk8u192-b00 for changeset 3d7c9d932a0f
db2abffbf67 : Added tag jdk8u192-b00 for changeset d5fa1270b665
49ed09f6699 : Added tag jdk8u192-b00 for changeset d52bcb9839f2
c927e0f9dd0 : Added tag jdk8u192-b00 for changeset c4ed8dbfa6fa
023ee573d33 : 8200332: Improve GCM counting
1de01cb2190 : 8200332: Improve GCM counting
824df1c1253 : 8164781: Pattern.asPredicate specification is incomplete
10201f5b2fc : 8201236: Straighten out dtrace build logic
6ff35537f67 : 8201263: Trailing backslash in VS120COMNTOOLS leads to ugly error message when running tests
40998ce018a : 8196200: Implement a navigation builder in javadoc
347e295d9d3 : 8200359: (tz) Upgrade time-zone data to tzdata2018d
48f96d897a2 : 8201178: Remove sun.nio.cs.FastCharsetProvider
0a0fd447134 : 8196516: libfontmanager must be built with LDFLAGS allowing unresolved symbols
d9c5e142c01 : 8180570: Refactor sun/security/mscapi shell tests to plain java tests
f965fb89866 : 8200792: PKCS12Attribute#hashCode is always constant -1
9fe989cc396 : 8200788: Optimal initial capacity of java.lang.VarHandle.AccessMode.methodNameToAccessMode
999296bab2d : 8201251: The tests for JDK-8187247 should be under test/langtools
fa2a23256c2 : 8200706: Better cleanup for open/test/jdk/java/lang/ProcessBuilder/DestroyTest.java
92ec4c52a8c : 8199744: Incorrect compiler message for ReceiverParameter in inner class constructor
2f100464ea4 : 8071367: JMX: Remove SNMP support
6ea5c7e5415 : 8200149: The "com.sun.awt.AWTUtilities" class can be dropped
5acbe5ff929 : 8201194: Handle local variable declarations in lambda deduplication
f9e5a41e1ac : 8201222: JDK-8199539 broke the OpenJDK build
095c5b7a1f4 : 8201221: JDK-8199608 introduced a build race on macosx
5cd79594c5e : 8196750: [Testbug] tools/launcher tests need to tolerate unrelated warnings
98cd47840a2 : 8199539: Provide a standard way for the build to filter un-needed legal .md files
44bab94d66b : 8200358: Remove mapfiles for JDK executables
04ad302532e : 8199608: Clean up LDFLAGS for libfontmanager
67f9fbdf8ec : Added tag jdk-11+8 for changeset 755e1b55a4df
0ddec5ae890 : 8199782: Fix compilation warnings detected by Solaris Developer Studio 12.6
b89ae10df26 : 8200261: Regression with JVM anonymous class
5c5918d073a : 8200134: Improve ModuleHashesBuilder
2137690f0a2 : 8200131: Improve lazy init of InetAddress.canonicalHostName and NativeObject.pageSize
5c8c67c5232 : 8200128: Fix some "annoations" typos
2fd847eb0e8 : 8200127: Replace collection.stream().forEach() with collection.forEach()
184bbf01dd5 : 8200125: Fix some classloader/module typos
97d7cfb14e9 : 8200458: (se) Readiness information previously recorded in the ready set not preserved
d185d65b695 : 8200583: (se) Selector clean-up, part 4
9968548d57d : 8200727: linux-aarch64 profile should use bundled freetype
79d0886bebd : 8195738: scroll poistion in ScrollPane is reset after calling validate()
ba812a6fee9 : 8195738: scroll poistion in ScrollPane is reset after calling validate()
810af1172d0 : 8200888: typo in name of exception in @throws
6e41895a03d : Added tag jdk8u181-b01 for changeset 804aa8cb895a
2f9ae898716 : Added tag jdk8u181-b01 for changeset 31a3e76b8031
728916e88a8 : Added tag jdk8u181-b01 for changeset 7e036f996826
4c72d785874 : Added tag jdk8u181-b01 for changeset 9ab330e28dd3
39a8fa8fa6b : Added tag jdk8u181-b01 for changeset 5b3af6a6a9a5
e2ae12201c9 : Added tag jdk8u181-b01 for changeset 016c5500f5c6
f8c4c5a48f0 : Added tag jdk8u181-b01 for changeset ecad0b8b9049
cdbe70ba247 : Added tag jdk8u181-b01 for changeset 57d737f9aa30
97a1a228f8a : Added tag jdk8u181-b01 for changeset 941232d763a9
76231659fc9 : Added tag jdk8u181-b01 for changeset e92b9a65ee96
f5aca800710 : Added tag jdk8u181-b01 for changeset 91d2d8f0d18b
32ae58d7172 : Added tag jdk8u181-b01 for changeset 7237680ba9b6
1dd10a8fbf0 : 8196724: Change macosx deployment target to 10.9
094178fdba5 : 8200630: Globally suppress Visual Studio warning C4351
afec7bd7f29 : 8200664: fix broken links in java.base docs
277ac7e034c : 8200696: Optimal initial capacity of java.lang.Class.enumConstantDirectory
cd8e70a35c4 : 8199172: Improve jar attribute checks
fd5e84d8e6d : 8199172: Improve jar attribute checks
9924d7748ed : 8200628: aarch32 - Broken build after JDK-8199809
222d07fba42 : 8200627: aarch32 - Broken build after JDK-8198949
51be01d6469 : 8200526: Test sun/java2d/marlin/ClipShapeTest.java times out
ceea439679e : 8193032: Remove terminally deprecated SecurityManager APIs
9644c916256 : 8200703: Problem list jdk/jshell/ExceptionsTest.java fails on windows
6a2e0a5a012 : 8198314: javac hidden options violate standard syntax for options
e58410d9e62 : Added tag jdk8u172-b31 for changeset 9f46dacd0875
beeadde134f : Added tag jdk8u172-b31 for changeset d6cbdafcca0f
b855b1de891 : Added tag jdk8u172-b31 for changeset e0dce4bc66a8
a31b7876e26 : Added tag jdk8u172-b31 for changeset d2ae799a591c
1496f7e9dee : Added tag jdk8u172-b31 for changeset 2ca35ba39f5a
66d220c14c2 : Added tag jdk8u172-b31 for changeset b9cb79b456bb
75fa0258f4c : Added tag jdk8u172-b31 for changeset e8cbb3ec6ad6
b8df429e813 : Added tag jdk8u172-b31 for changeset dc33ab15081e
ad3d24bca82 : Added tag jdk8u172-b31 for changeset f44f749362c9
4fbc150ce4b : Added tag jdk8u172-b31 for changeset 09600ef9ffcc
deebac41979 : Added tag jdk8u172-b31 for changeset 3e668f93b72c
4efaaaf8e56 : Added tag jdk8u172-b31 for changeset bb3f97672224
26c13182d63 : Added tag jdk8u172-b31 for changeset 050070b29fa9
670b78e2fb2 : Added tag jdk8u172-b31 for changeset a1e32d02d4b0
3a3fbb391f8 : 8200658: Fix incremental builds of hotspot on solaris
f1c335ba009 : 8200375: Change to GCC 7.3.0 for building Linux at Oracle
4ecc4887046 : 8198801: JShell: user exception chained cause not retained
c1efa0a4d65 : 8200267: a.out created at top dir by Solaris build
367d25a98e8 : 8200538: cl : Command line warning D9014 : invalid value '2220' for '/wd'
66ca1c30896 : 8200586: Update JDK11 release date to 2018-09-25
ecf063f2096 : 8199947: Rename HTML element id in ClassLoader javadoc to avoid name conflict with private elements
79fffd05ef3 : 8200364: Remove unnecessary boxing via primitive wrapper valueOf(String) methods
826b38052cf : 8199800: Optimize Boolean.parseBoolean(String)
dd67e0fa161 : 8199176: Accessibility issues in java.base docs
50ae6c9b733 : Added tag jdk8u191-b00 for changeset 9903d207d616
3274366208f : Added tag jdk8u191-b00 for changeset 97fb1a1cd85c
89e1089ee6c : Added tag jdk8u191-b00 for changeset 7554e68c579d
c1898e6c1af : Added tag jdk8u191-b00 for changeset 4381c95250d4
5438a5f6691 : Added tag jdk8u191-b00 for changeset fa2006fcdbd8
31643d5cca0 : Added tag jdk8u191-b00 for changeset deaed2c91a27
c0efb0566c1 : Added tag jdk8u191-b00 for changeset 4e8a082fe43c
6a76ed30c1a : Added tag jdk8u191-b00 for changeset 39a92abefc0b
0bd18c6b0fa : Added tag jdk8u191-b00 for changeset 58c8b2df2126
30d210cddeb : Added tag jdk8u191-b00 for changeset b3386a67e11c
5600feb5a1f : Added tag jdk8u191-b00 for changeset 469a67f12a7d
109cfea5a67 : Added tag jdk8u191-b00 for changeset 63e417a06c31
2037700da52 : Added tag jdk8u191-b00 for changeset d509b8f5c0b3
960cf479355 : Added tag jdk8u191-b00 for changeset 027c233bfd53
1fea890bfed : Added tag jdk8u191-b00 for changeset 2f4a7287a9fa
996142468fb : Added tag jdk8u191-b00 for changeset f35354f9085b
8f5d9a213fe : 8200343: Minor JViewport documentation typo
4b5edce4f35 : 8200525: test java/awt/event/SequencedEvent/SequencedEventTest.java fails to compile
cd4b5197363 : Added tag jdk8u162-b38 for changeset 77037e262a8b
819cbf0a284 : Added tag jdk8u162-b38 for changeset c63bfe46143f
58c1404250d : Added tag jdk8u162-b38 for changeset da793e0c52d0
401e55cfb19 : Added tag jdk8u162-b38 for changeset 408e522983bd
3e0160538d7 : Added tag jdk8u162-b38 for changeset 15e00778bbe9
29a325f0212 : Added tag jdk8u162-b38 for changeset d90d570ab86e
93f677284bb : Added tag jdk8u162-b38 for changeset f8fa9cb972af
d064d6c1ee5 : Added tag jdk8u162-b38 for changeset 4c076dda091c
415393a02d5 : Added tag jdk8u162-b38 for changeset ef854af3b8b8
e80c9fd4720 : Added tag jdk8u162-b38 for changeset f252c836dc67
6ad2ed6d7f0 : Added tag jdk8u162-b38 for changeset 229bacadd23f
88f350e6860 : Added tag jdk8u162-b38 for changeset c67da069e13b
87e7768a1cf : 8195649: reorganize tests for java.util.Optional
97d533e06bb : 8198335: java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java fails in headless mode
615c5f8752e : 8199406: Performance drop with Java JDK 1.8.0_162-b32
fc42a1eccec : 8199406: Performance drop with Java JDK 1.8.0_162-b32
f147b6cc735 : Added tag jdk-11+7 for changeset f7363de371c9
0dbf1795024 : 8200524: AArch64: CPUFeature and Flag enums are not passed through JVMCI
e5ec636e7d4 : 8200305: Update gc,liveness output with remset state after rebuild remset concurrently changes
d2ad998e7d5 : 8200608: Build failures after JDK-8191101 (Show register content in hs-err file on assert)
e3752f15c96 : 8200607: Add missing include dependency in bitMap.hpp
15263a27f81 : 8200429: Adjust object pinning interface on CollectedHeap
94d2a9db4c6 : 8200074: Remove G1ConcurrentMark::_concurrent_marking_in_progress
ee1bd0136b9 : 8200255: Remove G1CMTask::_concurrent
5780affe903 : 8200234: Cleanup Remark and Cleanup pause code
b025fab0d20 : 8200626: Restore history for g1ConcurrentMarkThread.*
b938ae51ce9 : 8199781: Don't use naked == for comparing oops
8b50176bdcd : 8200438: Non-PCH x86_32 build failure: err_msg is not defined
9fee73ec955 : 8195972: Refactor oops in JNI to use the Access API
25fbd2ff163 : 8199406: Performance drop with Java JDK 1.8.0_162-b32
1d54d0df9ca : 8200469: Update link to license in Docs.gmk
6bdeaad21ae : 8200461: MeetIncompatibleInterfaceArrays test fails with -Xcomp
34c94079edb : 8200257: (se) More Selector cleanup
8a1bee438c8 : 8178370: [TEST_BUG] java/security/Signature/SignatureLength.java fails
3e603a776ea : 8191101: Show register content in hs-err file on assert
213862d8663 : 8200078: [Graal] runtime/appcds/GraalWithLimitedMetaspace.java crashes in visit_all_interfaces
526bcdab19d : 8183238: Obsolete CheckEndorsedAndExtDirs and remove checks for lib/endorsed and lib/ext
627e310ba58 : 8199110: Address Internet Addresses
af0a5af68c5 : 8199110: Address Internet Addresses
1cd649af57e : 8200123: Replace Thread.init with telescoping constructor
200fb2b35b3 : 8200122: Remove unused field Thread.threadQ
590eded0633 : 8200366: SIGSEGV in CodeHeapState::print_names()
0dfb24c2c90 : 8200251: AArch64::CPUFeature out of sync with VM_Version::Feature_Flag
465a621660a : 8200200: test java/awt/image/ColorModel/Non_sRGBCMTest.java fails with open profiles
dee3c23d5bb : 8200449: ReadAllReadNTransferTo fails occasionally
d03091bd875 : 8197871: Support Derby connections
dd1b432e762 : 8197871: Support Derby connections
7602dd6f096 : 8197871: Support Derby connections
8acb7b48346 : 8197871: Support Derby connections
b81442dbbcb : 8200391: clean up test/hotspot/jtreg/ProblemList.txt (compiler related)
9189e982b4b : 8200362: G1Mux2Closure should disable implicit oop verification
8143322c0fe : 8200424: Windows build fails due to implicit jboolean to bool conversion
e8c15436eab : 8200360: MeetIncompatibleInterfaceArrays fails with "MeetIncompatibleInterfaceArrays0ASM.run() must be compiled at tier 0 !"
70e6bad08d5 : 8074286: Add getSelectedIndices() to ListSelectionModel
d594ab76365 : 8151171: Bring g1ConcurrentMark files up to current coding conventions
5524494066b : 8199742: Clean up state flags in G1CollectorState
b04f1fe8f64 : 8200423: Non-PCH build for x86_32 fails
fee9de1cb5b : 8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
fd6b82f42f2 : Added tag jdk8u172-b31 for changeset 84b4c54861bb
217e926c35a : 8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
72f7116c933 : Added tag jdk8u172-b31 for changeset 3540045a94e2
243b2364f62 : 8200238: Reduce number of exceptions created when calling MemberName$Factory::resolveOrNull
0c29ff34889 : 4954348: JPGWriter.getNumThumbnailsSupported does not return -1 when passing null values
dea1bcd6e8c : 8200383: Can't build on SPARC Hotspot with code which use math functions
89f6ccb93ea : 8200178: Remove mapfiles for JDK native libraries
e3d34933294 : 8200187: Exclude 3 long-running tests from tier1
f5dbb7c374f : 8200091: [TESTBUG] Update jittester for jdk11
397e628d129 : 8200384: jcmd help output should be sorted
c130c8137f8 : 8189101: AARCH32 - 'minimal' build fails because CMS bits are referred unconditionally
2a0986b882f : 8199417: Modularize interpreter GC barriers
1094fd9927b : 8201265: Native memory leak in ClassLoader::add_to_exploded_build_list
623c83dad9a : 8201427: Fix Minimal VM builds on Linux x64
ab5c67bb0c2 : 8201370: GC specific data is referred from common precompiled headers and defNewGeneration.cpp
6e6a9ea8aaa : 8200233: Simple G1 evacuation path performance enhancements
381dceed478 : 8201365: Remove G1Policy::should_process_references()
024d4eb8f46 : 8201247: Various cleanups in the attach framework
9fb40e61cbf : 8200228: Change default value of HeapSizePerGCThread
f8f1f3daba9 : 8200195: serviceability/jvmti/FieldAccessWatch/FieldAccessWatch.java crashes with "assert(thread->thread_state() == _thread_in_native) failed: coming from wrong thread state"
4ef7c919a23 : 8194812: Extend class-data sharing to support the module path 8199360: Rework the support for the 'ignored' module options in CDS
d1878841560 : 8198313: Wrap holder object for ClassLoaderData in a WeakHandle
21f636f3cfd : 8201321: NMT: Unnecessary re-recording thread stack and size when attaching listener to JavaThread
0b26707d478 : 8201334: Move runtime/NMT/MallocStressTest.java to hotspot_tier3_runtime
8e0a6a9523f : 8201217: Split specialized_oop_closures.hpp into GC specific files
367f9ea984f : 8201244: Clean out unnecessary includes of heap headers
0d2377db46d : 8201209: Separate out CMS specific functions into CMSCardTable
e7c2b686a1f : 8201175: Move FilteringClosure::do_oop to genOopClosures
f0f7a1b70d7 : 8201168: Move GC command line constraint functions to GC specific files
906806e067f : 8200759: Move GC entries in vmStructs.cpp to GC specific files
de2a00c1109 : 8201359: Incorrect header guards after JDK-8198949 (Modularize arraycopy stub routine GC barriers)
334e686c46f : 8201218: PPC64: Avoid use of yield instruction on spinlock
4fd82a111e1 : 8200385: Eagerly reclaimed humongous objects leave mark in prev bitmap
2dfa53af63f : 8199736: Define WIN32_LEAN_AND_MEAN before including windows.h
a384a668a51 : 8200550: Xcode 9.3 produce warning -Wexpansion-to-defined
0fdec9c25ed : 8187472: AARCH64: array_equals intrinsic doesn't use prefetch for large arrays
bf8a34b7a90 : 8201185: AARCH64: bfm instruction encoding hits assert on zero register
389d7207468 : 8199735: Mark word updates need to use Access API
a47dc291aed : 8201242: Include source file/line number when reporting native call stack on supported platforms
d124c7d7791 : 8201167: Remove MacroAssembler::cmp_heap_oop on x86
30079a437a3 : 8201171: Cleanup in g1CollectedHeap, change CamelCase to snake_case
158a9275879 : 8200697: Add utility for spin wait with fallback to yield/sleep
ffc0b90a4e3 : 8198908: Add JVM support for preview features
14a142ba144 : 8201136: Move GC flags from globals.hpp to GC specific files
3910bba58f0 : 8201227: Add ALL_GCS_ONLY
b758cec4ad1 : 8200169: Flatten G1Allocator class hierarchy
db903e5748e : 8201213: Remove INCLUDE_ALL_GCS from memset_with_concurrent_readers
48d527c5bd6 : 8201212: Remove INCLUDE_ALL_GCS from OopStorage files
4387825322c : 8200737: Move GC code out of Arguments::check_vm_args_consistency into GCArguments
6a8aa0fdadf : 8200736: Move CMSGCStats to the cms directory
f05f8de48fc : 8200735: Move CMS specific code from binaryTreeDictionary and freeList to CMS files
a1ef16545e1 : 8198393: Instrumentation.retransformClasses() throws NullPointerException when handling a zero-length array
2c292c30b24 : 8200357: Inline SoundLibraries.gmk into Lib-java.desktop.gmk
e50e03e1995 : 8197595: Serialization javadoc should link to security best practices
d2e9c712ad2 : 8199813: SIGSEGV in ThreadsList::includes()
95d92626ede : Added tag jdk8u172-b11 for changeset 5955e6aad010
fc6f1c3e786 : Added tag jdk8u172-b11 for changeset bcbcd6293e0e
03c00acdfca : Added tag jdk8u172-b11 for changeset 19a54bad0b92
8e9fc0bbfee : Added tag jdk8u172-b11 for changeset 1c01177e656b
c957ebe3f60 : Added tag jdk8u172-b11 for changeset e5e92de03cbc
67e6ce62205 : Added tag jdk8u172-b11 for changeset 7d1a26b49788
807d442eb47 : Added tag jdk8u172-b11 for changeset ee1bebfa88a9
bf032af416e : Added tag jdk8u172-b11 for changeset 8ad38165a565
3b195ae502f : Added tag jdk8u172-b11 for changeset d249e25bf294
9b97de0a0a9 : Added tag jdk8u172-b11 for changeset 09837ff179b5
ed8cc27acc9 : Added tag jdk8u172-b11 for changeset 7fbd79756e3f
867b78b2277 : Added tag jdk8u172-b11 for changeset f572b52a3fc3
114576a1c24 : Added tag jdk8u172-b11 for changeset 9d13e6b60ea2
6f67464f25a : Added tag jdk8u172-b11 for changeset fd049e975843
05c5f64210b : Added tag jdk8u172-b11 for changeset c7d5f0996614
6850f592d41 : Added tag jdk8u172-b11 for changeset c797056ce847
02876bfcebb : 8197881: Better StringBuilder support
5ed03602e62 : 8197881: Better StringBuilder support
09d7ecc772f : Added tag jdk8u171-b11 for changeset ad915758f089
055e25de1c3 : Added tag jdk8u171-b11 for changeset fc9229ff47d0
9b9f0ebf0c4 : Added tag jdk8u171-b11 for changeset 0c31f6cc8e3d
7a161b8c7d9 : Added tag jdk8u171-b11 for changeset 373a6396cee9
0d1eb5118ed : Added tag jdk8u171-b11 for changeset 1ffae5e0e7a2
30805ace7cf : Added tag jdk8u171-b11 for changeset 85f18aae22f0
895b5e190bc : Added tag jdk8u171-b11 for changeset 44e10c9f0a98
7007de6e7e9 : Added tag jdk8u171-b11 for changeset a2c189bd2a71
c67c89ca0e2 : Added tag jdk8u171-b11 for changeset a15862ceb86a
3d17608e9f3 : Added tag jdk8u171-b11 for changeset bb09dcb3aa67
ceea7251b96 : Added tag jdk8u171-b11 for changeset f22c1f4ff51e
3e29f583cd3 : Added tag jdk8u171-b11 for changeset 27bcaf63d1aa
8be20a8496a : Added tag jdk8u171-b11 for changeset 131ea593f7b8
ba90de748e1 : Added tag jdk8u171-b11 for changeset 65962237a5e2
fd27ab252b3 : Added tag jdk8u171-b11 for changeset 6f6735eab499
55391f4c57a : Added tag jdk8u171-b11 for changeset d0c3ee618c03
7995d17bcae : 8199326: Remove G1 gc time stamp logic
e18975e1eba : 8197932: Better split work in rebuild remembered sets phase
e50ba1fca57 : 8197928: Only enqueue deferred cards with references into regions that have a tracked remembered set during GC
83d7c657c42 : 8197573: Remove concurrent cleanup and secondary free list handling
46c6ae35c4a : 8199619: Building HotSpot on Windows should define NOMINMAX
fc89e7ac24c : 8200126: [TESTBUG] Open source VM runtime signal tests
ddc83cb0e44 : 8199780: SetMemory0 and CopyMemory0 in unsafe.cpp need to resolve their operands
4d780ef52db : 8199717: Avoid calculating primordial thread stack bounds on VM startup
05dd65349b7 : 8200371: In g1, rename ConcurrentMarkThread to G1ConcurrentMarkThread
484ec0738e8 : 8200355: local variable inference regression test generates classfile in test folder
b7e53c1204e : 8200199: javac suggests to use var even when var is used
5e302c9a35a : 8191957: JFileChooser shows empty name for external drives shown under Desktop
c81e3de2088 : 8200314: JDK 8u171 l10n resource file update - msg drop 40
343792ed31d : 8200314: JDK 8u171 l10n resource file update - msg drop 40
72cf469b73a : 8200314: JDK 8u171 l10n resource file update - msg drop 40
04da7930155 : 8200314: JDK 8u171 l10n resource file update - msg drop 40
385ad9e1608 : 8198885: upgrade Marlin (java2d) to 0.9.1
08a1aa131e1 : 8162362: Introduce system property to control enabled ciphersuites
10eef153b9d : 8162362: Introduce system property to control enabled ciphersuites
3a5ca51fffe : 8200292: Move PushAndMarkVerifyClosure::do_oop_work to concurrentMarkSweepGeneration.cpp
940bc841a77 : 8199927: Make WhiteBox more GC agnostic
24273f04a4c : 8199925: Break out GC selection logic from GCArguments to GCConfig
3b7962d6145 : 8199918: Shorten names of CollectedHeap::Name members
fe3badf59a2 : 8198915: [Graal] 3rd testcase of compiler/types/TestMeetIncompatibleInterfaceArrays.java takes more than 10 mins
3bb4de100a1 : 8200245: Zero fails to build on linux-ia64 due to ia64-specific cruft
00ab5a67e78 : 8200168: Remove DONT_USE_REGISTER_DEFINES on Sparc
e8362cdc6e0 : 8200297: Build failures after JDK-8198691 (CodeHeap State Analytics)
642b68b31b0 : 8200290: Scratch buffer creation fails with "assert(!current_thread_in_native()) failed: must not be in native" on SPARC
b22a2dd78a7 : 8200302: ppc, s390 (non-pch) build errors
b541d9ad77d : 8200276: Cleanup allocation.hpp includes
21be18ef957 : 8200246: AIX build fails after adjustments of src/hotspot/share/trace/traceEventClasses.xsl
a4b1eac43fd : 8200299: Non-PCH build for aarch64 fails
c530e2724d4 : 8200230: [Graal] Compilations should not be enqueued before Graal is initialized
32668d954ec : 8200227: [Graal] Test times out with Graal due to low compile threshold
945342f1efb : 8193067: gc/g1/TestVerifyGCType.java still unstable
73409f98afd : 8200232: Build failures after JDK-8200106 (Move NoSafepointVerifier out from gcLocker.hpp)
3054312d780 : 8200067: Add support for vpclmulqdq for crc32
33c908457b1 : 8199793: [Graal] runtime/CommandLine/PrintTouchedMethods.java crashes with assertion "reference count underflow for symbol"
7804f9b1e25 : 8200202: Remove unused _boot_modules_array and _platform_modules_array from classLoader.*
b7cb1a07e46 : 8198691: CodeHeap State Analytics
008199321ad : 8200215: 17th loop of "let foo = ''"; throws ReferenceError
a0488537567 : 8200118: [TESTBUG] String concat tests should test toString() application order
9b9d9308edb : 8057732: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java: Invalid PerfMemory size
4fd65fbdaf4 : 8049695: nsk/jdb/options/connect/connect003 fails with "Launched jdb could not attach to debuggee during 300000 milliseconds"
cd9bd4ecc78 : 8196485: FromCardCache default card index can cause crashes
c30aef79dfd : 8180415: Rebuild remembered sets during the concurrent cycle
28fb5548deb : 8197850: Calculate liveness in regions during marking
2d8f3516368 : 8197570: Make rules for choosing collection set candidates more explicit
af7d8f0d698 : 8197569: Refactor eager reclaim for concurrent remembered set rebuilding
f8ee0063b14 : 8199007: ClassLoaderDataGraph::unload_list_contains() is wrong
cab25623b64 : 8144300: http.nonProxyHosts value having wildcard * both at end and start are not honored
d2e4f879b19 : 8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978
6a8ea38ecca : 8199465: {@docRoot} references need to be updated to reflect new module/package structure
3fbef735ea2 : 8200289: Reduce number of exceptions created when calling Lookup::canBeCached
3d160a80fcf : 8198358: Align organization of TwoStacksPlainSocketImp with DualStackPlainSocketImpl [win]
704b2ccd930 : 8200256: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
debaf13f384 : 8200301: deduplicate lambda methods
86c4fd2db50 : 8199705: Docs.gmk needs to be updated to remove the -html5 option
9569a572989 : 8199278: Javadoc search results does not link to anchors on a page
0af73c4306a : 8199843: Optimize Integer/Long.highestOneBit()
902048c325a : 8198652: Stop linking with -base:0x8000000 on Windows
ac1953d7cc8 : 8200198: javah man pages were not removed by JDK-8191054
01e9695dbd0 : 8200229: Simplify building of libjsig
ab65d126af5 : 8200241: [TESTBUG] java/lang/String/concat/ tests should not force source/target = 9 anymore
7b568da79bc : 8199850: Move parsing of VerifyGCType to G1
c892f948e04 : 8198760: Move global lock SpaceManager::_expand_lock to MutexLocker.cpp
5bff39c04f2 : 8196519: Incomplete classpath causes infinite recursion in Resolve.isAccessible
fe57cd2f3de : 8200213: Configure broken on MIPS
58a4d3bf68e : 8195868: Address Internet Addresses
56ddaa2d0db : 8195868: Address Internet Addresses
187bf574188 : 8200179: (se) More Selector cleanup
4b6cd06e3d6 : 8199762: JShell API: Failed to detect override when snippet to be overridden has been changed before
c003e3af3bd : 8199902: {@docRoot} references need to be updated to reflect new module/package structure
71a0d523dd8 : 8200304: TwoStacksPlainDatagramSocketImpl and socket cleaner
5c124571d0d : 8200409: jdk11 nightly solaris sparc build failure
2a4a941922f : 8196668: revisit test SunPackageAccess and GrantedSunPackageAccess
4546512c19d : 8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets
08adfe31b34 : 8200124: Various cleanups in jar/zip
6f37b4cbce3 : 8200116: ConstructInflaterOutput, ConstructDeflaterInput still spamming test logs
6670f60a21f : 8180410: ByteArrayOutputStream should not throw IOExceptions
22af7256810 : 8200181: Remove superflous non-IPv4 code from Java_java_net_TwoStacksPlainSocketImpl_socketListen
7efc35390e4 : 8198990: Move SwingSet2 from closed to OpenJDK
68cf42d465a : 8180451: ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo
ae2d2c8ff54 : 8199910: Compiler crashes with -g option and variables of intersection type inferred by `var`
c03846529fa : 8200180: fix a typo in run-test framework documentation
299b4b7b443 : 8199756: Simplify language, country, script, and variant property initialization
123ad044ab2 : 8200174: compare.sh improvements
3bb85f5fc50 : 8199791: (se) More Selector cleanup
de23920e050 : 8071469: Cleanup include and exclude of sound native libraries
3e5b58e0d70 : 8199924: Solaris: Correctly enqueue null arguments of attach operations
948a1e2729a : 7031957: DIB header of type BITMAPV2INFOHEADER & BITMAPV3INFOHEADER is not supported in BMPImageReader
82820ed06ae : 8188083: NullPointerExcpn-java.awt.image.FilteredImageSource.startProduction JDK-8079607
0ac91ecce81 : 8188083: NullPointerExcpn-java.awt.image.FilteredImageSource.startProduction JDK-8079607
98db6d11f3f : 8193130: Bad graph when unrolled loop bounds conflicts with range checks
a8604253367 : 8198794: Hotspot crash on Cassandra 3.11.1 startup with libnuma 2.0.3
55cd3d71602 : Added tag jdk8u162-b38 for changeset cb83f52b2cf8
aa02e6a419c : 8198794: Hotspot crash on Cassandra 3.11.1 startup with libnuma 2.0.3
05b410beee4 : Added tag jdk8u162-b38 for changeset dac6242e4437
8d5fa0fad3d : 4912693: Behavior of null arguments not specified in Java Sound
f1f63e1f850 : Added tag jdk-11+6 for changeset 3acb379b8672
6b886727caf : 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp 8199489: [TESTBUG] don't run CTW tests with -Xcomp
0345e4f081b : 8200136: Problem list test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java
db4cc3fdf8a : 8199789: Emit a warning message when t2k is selected via system property
15976451918 : 8200129: Remove D3D Performance Counter
9e3d8fd230d : 8194746: (fs) Add equivalents of Paths.get to Path interface
37f1b2b1e3a : 8198753: (dc) DatagramChannel throws unspecified exceptions
d270a407b54 : 8200072: Remove un-needed qualified export from java.base to java.desktop
2c7c7e1d31e : 8199896: [Graal] build Graal on all x86 platforms
a2ea38d2c93 : 8199773: (bf) XXXBuffer:compareTo method is not working as expected
917c0156101 : 8198997: Cache normalized/resolved user.dir property
01509e5b5e7 : 8194978: Javac produces dead code for try-with-resource
0db5f435ad4 : 8199467: Compilation Errors in libinstrument Reentrancy.c with VS2017
7b9d38622b2 : 8198552: Multiple javac plugins do not work at the same time
8314e06ebc9 : 8196399: Formatting a decimal using locale-specific grouping separators causes ArithmeticException (division by zero) 8199672: ClassCastException is thrown by java.util.Formatter when an NumberFormatProvider SPI is used
23ba49ac433 : 6686236: GIF native IIOMetadata assumes characterCellWidth/Height as 2bytes
05b129ec25d : 8186228: sun/security/krb5/auto/KdcPolicy.java fails with "java.lang.Exception: Does not match. Output is c30000c30000c30000"
2d033ed4150 : Added tag jdk8u162-b37 for changeset 8d66f1772de2
595d14591f8 : Added tag jdk8u162-b37 for changeset e84715ce5372
1bb07dbc8d4 : Added tag jdk8u162-b37 for changeset ad1ddb9dddf8
006cb5c3ed9 : Added tag jdk8u162-b37 for changeset b99c5d6fdf52
a60c76abd66 : Added tag jdk8u162-b37 for changeset 2af481e8bdba
3c066c42768 : Added tag jdk8u162-b37 for changeset f324ff32a6db
b4fb8771391 : Added tag jdk8u162-b37 for changeset 90a6ff86a64f
3a41a4a9505 : Added tag jdk8u162-b37 for changeset 51e4258d5232
90bf9d9ce18 : Added tag jdk8u162-b37 for changeset cac4797efe37
1ddbc7509db : Added tag jdk8u162-b37 for changeset 4310432bf076
4dfa0cc1296 : Added tag jdk8u162-b37 for changeset 998c23e3fe5d
46158d3c776 : Added tag jdk8u162-b37 for changeset 841bd4aa7ad7
d98cc990b0a : Added tag jdk8u162-b37 for changeset e496176ec46b
f9180b5eda0 : Added tag jdk8u162-b37 for changeset f491cbfba44c
431912d832f : Added tag jdk8u162-b37 for changeset a32f8f9d4ca6
fc56011f132 : Added tag jdk8u162-b37 for changeset c922bc92360e
589e1177ef1 : 8199869: Missing copyright headers in nashorn source code
ac9f93a1472 : 8192992: Test8007294.java failed: attempted to spill a non-spillable item
ae106e353ab : 8203457: Add back missing full buffer notification
6c2e9e19812 : 8203490: StringTable::dump lacks a load barrier
88aa1562f73 : 8203694: Add a safepoint-aware Semaphore - part 2
803f330d86f : 8203355: MITSHM define guarding missing
27d6abca83b : 8202771: Migrate Unicode character tests to JDK Repo
96814f7a28c : 8201386: Miscellaneous changes imported from jsr166 CVS 2018-05
e4046542bab : 8202685: Optimize ArrayList subList replaceAll
c9e23b5e714 : 8202076: test/jdk/java/io/File/WinSpecialFiles.java on windows with VS2017
6602c862c16 : 8195819: Remove recording=x from jcmd JFR.check output
6e9b05acb28 : 8201331: Better test cleanup for jdk/jfr/api/consumer/TestRecordingFile.java
09be3efb39f : 8199064: Test applications/jcstress/other/Test.java#id1108 fails on Sparc
6fcf6a9b205 : 8199257: [TESTBUG] Open source VM testbase metaspace tests
7a898e3e810 : 8203635: JFR sampler thread does not record stack info
7a9392740c2 : 8196987: Resolve disabled warnings for libzip
619bf3a01c6 : 8199379: [TESTBUG] Open source vm testbase JDB tests
37e51f4074d : 8202669: Intermittent crash in ClassLoadingService::compute_class_size()
3b38d1b4187 : 8196048: thrown type variables should be roots in the minimum inference graph
1ae12b43284 : 8203381: Replace InstanceKlass::allocate_instance_handle with JavaCalls::construct_new_instance
f0e62003766 : 8203410: Zero: Disable jfr feature by default
60de3c902ec : 8200380: String::lines
c3cdecd32b7 : 8198315: Incomplete classpath causes NPE in TransTypes
47d634e4537 : 8203436: javac should fail early when emitting illegal signature attributes
069d6f992bb : 8203431: TestFloatsOnStackDeopt.java throws java.lang.LinkageError: loader <bootstrap> attempted duplicate class definition for java.lang.invoke.BoundMethodHandle$Species_LLL
55ba3cad8b0 : 8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros
bff7296db3c : 8203626: ProblemList compiler/runtime/TestFloatsOnStackDeopt.java
66b0c9fe9ca : 8202863: Rename OopStorage inner collection classes
e30f2aee4f2 : 8202848: -XX:+ExecuteInternalVMTests asserts with "assert(cd.valid() == true) failed: failed on a valid DirectivesParser string"
f9ac81abcdd : 8203196: C1 emits incorrect code due to integer overflow in _tableswitch keys
f9742fc0a6b : 8193332: MetaspaceShared::check_shared_class_loader_type is not used during archive creation
03096d9b756 : 8203500: Fix broken links to Specification in "specs" directory
9e8d9fe1eeb : 8146293: Add support for RSASSA-PSS Signature algorithm
6216182dd1b : 8202853: NotifyCount is not initialized
112a9fe7f62 : 8027760: JFC schema condition should not have defaults
ee601ac627b : 8203279: Faster rounding up to nearest power of two
088dbd5ce88 : 8203486: skip type inference for non functional interface components of intersection types
422e112ffde : 8199807: AppCDS performs overly restrictive path matching check 8203377: Cleanup the usage of os::file_name_strcmp() in SharedPathsMiscInfo::check()
281e575907e : 8203487: Typo in ICUBinary.java: s/Magin/Magic/
28b07240e61 : 8195818: JFR.start should increase autogenerated name by one
48fb34d596b : 8203292: Print complete set of flags in the hs_err file
cffef5d38c9 : 8195817: JFR.stop should require name of recording
e2fb68680e2 : 8198337: -XX:StartFlightRecording=dumponexit=true,disk=false doesn't work
8f71718566b : 8176808: Split up metaspace.cpp
379a001e5e1 : 8203341: Add a safepoint-aware Semaphore
7b0d398bc73 : 8203339: Add oopDesc::field_offset()
535c2507a0b : 8202466: Test serviceability/tmtools/jstat/GcTest01.java fails: Number of concurrent GC events is 1, but CGCT is 0
09e8095fd96 : 8203391: Update com/sun/jdi/JdbMethodExitTest.sh to pass valid URL[]
d71d1e240eb : 8203454: Minimal, Zero builds fail after JDK-8202377 (Modularize C2 barriers)
48b5731c396 : 8201627: Kerberos sequence number issues
1d4a122367f : 8198548: Initialization race in com.sun.org.apache.xerces.internal.impl.xpath.regex.Token.getRange() on Token.categories
00b1a87625a : 8185803: JdbExprTest.sh fails in JDK10-hs nightly due to "Name unknown: java.lang.Long.MAX_VALUE "
768632f24be : 8202014: Possible to receive signal before signal semaphore created
bc795f4eb8b : 8203437: 8199370 broke build on linux-ppc64le (w/ GCC 4.8.5.)
602a52482c7 : 8202305: [Graal] org.graalvm.compiler.core.test.GraphResetDebugTest fails with java.util.ServiceConfigurationError
ec167413f99 : 8148354: Errors targeting functional interface intersection types
53ec88908cc : 8202377: Modularize C2 GC barriers
2aa9d028c73 : 8202989: Add missing decorators in calls to to arraycopy_prologue/epilogue
dface12e6da : 8203227: Introduce os::processor_id() for Linux and Solaris
ab469d40fc2 : 8134537: Much nearly duplicated code for sun.misc.Signal support
87ca9d07df2 : 8203400: Fix issue with "8199852: Print more information about class loaders in LinkageErrors."
a455811dca6 : 8200436: String::isBlank
003b10c2bc3 : 8203287: Zero fails to build after JDK-8199712 (Flight Recorder)
b416d3915e8 : 8203398: Test test/langtools/tools/javac/options/release/ReleaseOptionCurrent.java writes into the source directory
2029f178552 : 8202710: AARCH64: sporadic jtreg test fail
b8855ebbc2e : 8201867: Kerberos keytabs with holes in certain places are parsed incorrectly
fdaaae3622e : 8203318: compiler/stable/TestStableShort.java is broken
5dcd1ced4c9 : 8199271: [TESTBUG] open source VM testbase stress tests
072459a055d : 8199370: [TESTBUG] Open source vm testbase GC tests
7c66a1d6a28 : 8196201: Generate pages to list all classes and all packages in javadoc output
e8cf2731212 : 8196619: [TESTBUG] restore current version check in runtime/appcds/MultiReleaseJars.java
fbbbc35d329 : 8203215: IdealLoopTree::split_outer_loop leaves phi-nodes with only one input
c2b147225c8 : 8202479: Add missing try_resolve_jobject_in_native calls
203359ffe17 : 8203346: JFR: Inconsistent signature of jfr_add_string_constant
3db5fa70439 : 8202713: Create a MacroAssembler::access_load/store_at wrapper for S390 and PPC
85383c76eea : 8203305: PPC64: Improve TM detection for enabling RTM on Linux / POWER9
2dd143b06f7 : 8203288: PPC64 and s390 fail to build after JDK-8199712 (Flight Recorder)
9a0a01d53b1 : Added tag jdk-11+14 for changeset 3595bd343b65
1dfeaa19807 : 8195098: Low latency hashtable for read-mostly scenarios
81494ca92d4 : 8202978: Incorrect tmp register passed to MacroAssembler::load_mirror()
01b0f9ea7dc : 8199384: [TESTBUG] Open source VM testbase MLVM tests
b7aa9d39750 : 8198949: Modularize arraycopy stub routine GC barriers
55233a42f34 : 8199777: Deprecate -XX:+AggressiveOpts
fd4f430f624 : 8199784: PhaseIdealLoop::place_near_use() might return wrong control with loop strip mining
3522b53f7be : 8199682: Clean up building the saproc library
c71bc3581a7 : 8199862: Examine ProxyBuilder::referencedTypes startup cost
74827c6a874 : 8199865: Avoid initializing ShortCache in ProxyGenerator
2c73c97dd0d : 8199437: Improve diagnostic system assertion message in com.sun.net.httpserver impl
989515036d8 : 7158623: Should an unfocusable maximized Frame be resizable
dca38708e5b : 8199884: JDK-8199749 broke build with make 3.81
ce2fbabb94c : 8199792: Wrong license header in XMLLimitAnalyzer.java
7a4c2158c8c : 8199870: colorimaging.md needs to remove mention of KCMS
502b9b1da4e : 8193266: AArch64: TestOptionsWithRanges.java SIGSEGV
221d0f4c54b : 8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files
b15a3ff611b : 8197844: JVMTI GetLoadedClasses should use the Access API
c944c3aba74 : 8200071: Fix test/hotspot/jtreg/ProblemList-graal.txt
aa2b650b702 : 8199880: runtime/appcds/condy/CondyHelloTest.java missing at requires vm.cds
fcd067c48d7 : 8195109: ServiceUtil::visible_oop is not needed anymore
35460b0e85f : 8196294: LoopStripMiningIterShortLoop is set to zero by default
957f5e1c7d8 : 8194054: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with -1073740940 (FFFFFFFFC0000374)
d4d5ea316b3 : 8199739: Use HeapAccess when loading oops from static fields in javaClasses.cpp
383a921aac8 : 8199027: Make protected members private in G1Policy
8c8a9e6121f : 8196337: Add commit methods that take all event properties as argument
c450333748f : 8197931: Null pointer dereference in Unique_Node_List::push of node.hpp:1510
9ccbbb67b34 : 8196865: G1 log for active workers is wrong
8cdbeb4cfb0 : 8200203: Missing platform definitions for ia64
1ab18f7d367 : 8200197: Zero fails to build after 8200105
e1afb3bc995 : 8198655: test/lib/jdk/test/lib/apps/LingeredApp shouldn't inherit cout/cerr
1a1aecd166a : 8200106: Move NoSafepointVerifier out from gcLocker.hpp
f02372f4fca : 8199858: solaris-x86_64 : unpack200 fails linking with SS12u4
cfb102ab895 : 8193033: remove terminally deprecated sun.misc.Unsafe.defineClass
81919e5cc5f : 8199696: Remove Runtime1::arraycopy
eda7916ce83 : 8199624: [Graal] Blocking jvmci compilations time out
68345b93ad7 : 8199886: gc/cslocker/TestCSLocker.java crashes
91649ef44b6 : 8146201: [AOT] Class static initializers that are not pure should not be executed during static compilation
0df6b5baee3 : 8199620: Support for JNI object pinning
b3e5409c1d1 : 8187218: GSSCredential.getRemainingLifetime() returns negative value for TTL > 24 days
22c9d34be1e : 8205405: ZGC: Decouple JFR type registration
4641ea7bed6 : 8204524: Unnecessary memory barriers in G1ParScanThreadState::copy_to_survivor_space
84eec7f854d : 8205158: Update the .md files for 3rd party software Unicode 10.0, ICU 60.2, and CLDR v33
0173db08e9a : 8198909: [Graal] compiler/codecache/stress/UnexpectedDeoptimizationTest.java crashed with SIGSEGV
e6bcdd9eab0 : 8203929: Limit amount of data for JFR.dump
24b5afda010 : 8205533: Class.getPackage() fails with InternalError if class is defined to the bootstrap class loader but module is not in the boot layer
d705440d39b : 8203481: Incorrect constraint for unextended_sp in frame:safe_for_sender
a9912bb300b : 8205540: test/hotspot/jtreg/vmTestbase/nsk/jdb/trace/trace001/trace001.java fails with Debuggee did not exit after 15 <cont> commands
e9fc42d7915 : 8205570: fix a number of typos in the JVMTI spec
cf9438f4185 : 8198372: API to create a SelectableChannel to a FileDescriptor
c1cfcdcd25f : 8205113: Update JVMTI doc references to object allocation tracking
7523687071c : 8197532: Re-examine policy for the default set of modules when compiling or running code on the class path
6e0bd36f425 : 8205199: more Linux clang compile failures
161dc40015e : 8205197: Never default to using libc++ on Linux
6eeaab54a4e : 8155192: [TESTBUG] SHA tests assumes that x86 does not have SHA intrinsics
5d58391226b : 7007966: Add Brainpool ECC support (RFC 5639)
90c4e07b606 : 8204209: [Graal] Compilation fails during nmethod printing with "assert(bci == 0 || 0 <= bci && bci < code_size()) failed: illegal bci"
b84c23399e7 : 8205459: Rename Access API flag decorators
49396d51e97 : 8202292: java/io/FileOutputStream/UnreferencedFOSClosesFd.java fails with "raw fd count wrong"
a8a82bb0baf : 8205194: Improve the Array Comparison when there is mismatch at first element
54e53458c63 : 8202922: Method reference identity is broken by serialization
c0191347e0a : Added tag jdk-11+19 for changeset 36ca515343e0
0d65441316e : 8189112: AARCH64: optimize StringUTF16 compress intrinsic
1d79d380074 : 8204233: Add configurable option for enhanced socket IOException messages
693afecf228 : 8205195: NestedThreadsListHandleInErrorHandlingTest fails because hs_err doesn't contain _nested_thread_list_max
6ec2cfcc49d : 8202788: Explicitly reclaim cached thread-local direct buffers at thread exit
6d34e5c9998 : 8205474: AARCH64: wrong zr encoding for ccmp instruction
e41ac0b971f : 8205004: AArch64: fix failures in jtreg ArraysEqCmpTest
578576f523a : 8205445: Add RSASSA-PSS Signature support to SunMSCAPI
5f55147841c : 8203299: StringPoolBuffer access covered by exclusive access invariant, remove (problematic) cas operations
3ada65c7c2d : 8204331: AArch64: fix CAS not embedded in normal graph error
51c3a9d4d1b : 8195077: [Testbug] tools/javac/processing/model/completionfailure/NoAbortForBadClassFile.java - AccessDeniedException
b0c5afb0377 : 8205416: windows: fix checking of CloseHandle return code in Java_java_io_FileCleanable_cleanupClose0
47b058cfadb : 8205160: jQuery UI, jQuery-migrate, and jQuery license file to be updated to the revision present
41120acf743 : 8172854: [TESTBUG] Exclude runtime/ReservedStack/ReservedStackTest.java from being run with DeoptimizeALot option
1f437b30f3e : 8202331: Obsolete support for commercial features
c1c2c677cf5 : 8205490: update ProblemList-graal
0c8ab995b96 : 8185927: create regression test for 8062950
820a5618c4f : 8205442: Avoid hard-coding --source value in SourceLauncherTest.java
f0b244a4aca : 8196425: tools/javac/modules/AnnotationProcessing.java failed
76d0843d18b : 8205053: Decouple type registration from framework lifecycle
9773083b55f : 8205424: Change to Xcode 9.4 for building on Macosx at Oracle
df509b1b162 : 8199124: (fs) Reduce allocation for file system methods that are invoked with no open options
91d9f3fbe0a : 8194937: Inconsistent behavior of --validate-modules when combined with -m and other options
a6ac56a69e6 : 8205398: AES-CBC decryption algorithm using AVX512 instructions
1a1303e1a62 : 8203188: Add JEP-181 support to the Zero interpreter
95bf19563b2 : 8010319: Implementation of JEP 181: Nest-Based Access Control
feea6b06c36 : 8199768: jdk/test/lib/compiler/CompilerUtils.java needs to provide more control over compilation
3caefcab66a : Added tag jdk-11+5 for changeset d5c43e9f08fb
78121145bde : 8198895: Compilation errors in java.desktop with VS 2017
89776a373c4 : 8198897: Compilation errors in jdk.accessibility with VS 2017
b3821f8db7e : Added tag jdk8u172-b10 for changeset ae230e53a613
26ee4e6e834 : Added tag jdk8u172-b10 for changeset a983300c8f2d
49d5f5edf4f : Added tag jdk8u172-b10 for changeset 73714d30953d
3287c44bac0 : Added tag jdk8u172-b10 for changeset c5d3e2ac408e
8f5d70d519f : Added tag jdk8u172-b10 for changeset 1a5543016e72
1802fa8bce3 : Added tag jdk8u172-b10 for changeset b71cd02e608a
143cea7aa97 : Added tag jdk8u172-b10 for changeset 842321da0f1a
a448ea7a4cb : Added tag jdk8u172-b10 for changeset 2f16385d7007
3035d869282 : Added tag jdk8u172-b10 for changeset 78f3d3641e86
422279c4248 : Added tag jdk8u172-b10 for changeset 54cc132d5062
cb6dddc2f77 : Added tag jdk8u172-b10 for changeset 22c882331ac1
52b29dca824 : Added tag jdk8u172-b10 for changeset a9b1dc4ad95b
7f0307ac043 : Added tag jdk8u172-b10 for changeset 503ce3a18e7a
4a97e5f1863 : Added tag jdk8u172-b10 for changeset ff59621c6cac
f7ef688e8b7 : Added tag jdk8u172-b10 for changeset 3a3bf4f7a93d
6a7d7793a98 : Added tag jdk8u172-b10 for changeset f744a5dc4bca
57285e17930 : Added tag jdk8u171-b10 for changeset bd0af184493c
b584d0e0aee : Added tag jdk8u171-b10 for changeset b63238b41ba1
97e24aa6906 : Added tag jdk8u171-b10 for changeset aa20e0132950
527b3ea2b12 : Added tag jdk8u171-b10 for changeset 0331b04d9c95
ffef28b77a1 : Added tag jdk8u171-b10 for changeset a0da2f06a1e0
3e6af144d70 : Added tag jdk8u171-b10 for changeset 8b2584467654
63af312b855 : Added tag jdk8u171-b10 for changeset 63cf0893a834
86d23fe06a0 : Added tag jdk8u171-b10 for changeset 0f0ccbf59f0b
ee902bb71bd : Added tag jdk8u171-b10 for changeset ef0977b2b783
e6f653440a0 : Added tag jdk8u171-b10 for changeset a853cba1dbaa
76b61612c86 : Added tag jdk8u171-b10 for changeset 7a40be26f88a
7b1dd5dd87c : Added tag jdk8u171-b10 for changeset 45ac2f04baa3
c7027dde7a6 : Added tag jdk8u171-b10 for changeset 4e375c4314f3
f903677f265 : Added tag jdk8u171-b10 for changeset 93a2c4219655
0377f444e9a : Added tag jdk8u171-b10 for changeset dbd04053b9e0
1a74650b553 : Added tag jdk8u171-b10 for changeset 4ad2f789e6db
cf1cc1398d5 : 8199141: Windows: new warning messaging for JRE installer UI in non-MOS cases
dd48325782c : 8199141: Windows: new warning messaging for JRE installer UI in non-MOS cases
5016a4dd967 : 8198649: Switch AWT/Swing's default GTK version to 3
b45137814bf : 8199749: Debug symbols are not copied to exploded image on Mac
4c7f1ac52cb : 8196298: Add null Reader and Writer
00465d6e60e : 8152974: AWT hang occurrs when sequenced events arrive out of sequence
9950a891f7a : 8199547: Exception to Pattern Syntax
cc6e5b39d67 : 8199547: Exception to Pattern Syntax
9b5dc60c5af : 8199547: Exception to Pattern Syntax
1ec3a130a15 : 8199547: Exception to Pattern Syntax
ec605aa039c : 8199745: JDK-8199668 introduced a build race on macosx
ef24e174a4a : 8193584: (testbug) TestSocketFactory fails intermittently with ConcurrentModificationException
d52d7a880e4 : 8199698: Change 8199275 breaks template instantiation for xlC (and potentially other compliers)
7cbffcf0238 : 8196028: JMX: Not enough JDP packets received before timeout
9d036d6dd2e : 8175312: SA: clhsdb: Provide an improved heap summary for 'universe' for G1GC
3cbe6dfd8f0 : 8140359: get_locked_message_ext() should return Flag::MsgType
d0391f46a92 : 8199356: Fix hotspot to allow stdlib to use libc++ and to allow changing the deployment target to 10.9
f5d589fe635 : 8198608: Improvements to command-line flags printing
d574a06345b : 8199741: NMT: Tag safepoint polling pages
2ca067436fb : 8199443: Nashorn multithread bottleneck with "use strict"
19ea0009a68 : 8199464: Remove remaining vestiges of Java_sun_reflect_Reflection_getCallerClass
88af1f11ee0 : 8199616: Fix @module declarations in tier1 tests
d76f4611446 : 8199215: Re-examine getFreePort method in test infrastructure library
e6587461a42 : 8197554: Create test for SwingSet TableDemo
087ea6befba : 8199547: Exception to Pattern Syntax
53e7770fd11 : 8199547: Exception to Pattern Syntax
e5a5c2a8320 : 8183554: Add constructors with Charset parameter for FileReader and FileWriter
7595845e9a7 : 8200105: Remove cyclic dependency between oop.inline.hpp and collectedHeap.inline.hpp
f89abe4589d : 8199946: Move load/store and encode/decode out of oopDesc
4c21e9bc68d : 8200113: Make Access load proxys smarter
124c5f4f52c : 8200111: MallocArrayAllocator::free should not take a length parameter
47a8c7c8890 : 8199681: Remove boilerplate code from creating native jtreg tests
0940f438aac : 8199668: make/lib cleanup
f5578ab220b : 8189230: JDK method:java.lang.Integer.numberOfLeadingZeros(int) can be optimized
dc46f48f5fc : 7108280: JList.getSelectedValuesList fails if JList.setSelectionInterval larger than list
acb3103b8fa : 8188240: Reflection Proxy should skip static methods
fc927f60c30 : 8199329: Remove code that attempts to read bytes after connection reset reported
3a7f72200cb : 8199611: (se) Minor selector implementation clean-up
8994d5ad0e9 : 8199647: java/util/Locale/SoftKeys.java fails with OutOfMemoryError again
7bdcc7ea894 : 8199640: Split up BUILD_LIBKRB5 into the two, unrelated compilations it consists of
9f1e654058f : 8199636: Unify naming for jaas_unix and jaas_nt
f74d0aef61c : 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
8280624a5f9 : 8199423: Create builds-infra Mach5 job
0628437eccc : 8198889: Clarify the throwing of exceptions from ConstantBootstraps.invoke
64bf300bf63 : 8199606: Set -lc as global LIBS on solstudio
b66ffad152c : 8199471: Enable generation of callSiteForms at link time
d1fbb127817 : 8198606: Touch keyboard does not hide, when a text component looses focus
aa4270cf228 : 8198606: Touch keyboard does not hide, when a text component looses focus
807154c6c0c : 8198606: Touch keyboard does not hide, when a text component looses focus
e6e3117a042 : 8198606: Touch keyboard does not hide, when a text component looses focus
562b3c43931 : 8199483: Clean up some non-standard LDFLAGS usage
68753232323 : 8195095: Images are not scaled correctly in JEditorPane
13869315f9b : 8191954: AArch64: disable UseCISCSpill in C2
34668dfd2ab : 8173100: AArch64: -XX:-UseOnStackReplacement does not work together with -XX:+TieredCompilation
d6bd698077f : 8199752: NMT: Memory allocated by Unsafe.allocateMemory should be tagged as mtOther
0f92948d6f9 : 8199604: Rename CardTableModRefBS to CardTableBarrierSet
b87298505bf : 8199685: Access arraycopy build failure with GCC 7.3.1
c8c38f6aae1 : 8199667: Unify metaspace list index handling and reinstantiate ChunkManager listindex gtest
0933677217a : 8199728: Remove oopDesc::is_scavengable
089f83703aa : 8198969: Update Graal
2cfacefbb59 : 8199243: aarch32: ARM 32 build broken after 8165929
fde89a34d04 : 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
ec14629449e : 8199716: Unused AdjustKlassClosure in psParallelCompact.hpp
337673528e7 : 8199674: Improve G1 Full GC array marking
f48c3398051 : 8198796: Create test case for CDS + condy
a7581855aac : 8198794: Hotspot crash on Cassandra 3.11.1 startup with libnuma 2.0.3
7c233f5070a : 8166642: serviceability/dcmd/framework/* timeout
516fa74ca54 : 8182684: Further clarify InputStream#available()
ae966db1981 : 8199258: BigInteger.bitLength() should explicitly specify behavior when the value is zero
d4941f14af1 : 8199470: Remove unused property file.encoding.pkg
8c60a48bc23 : 8198606: Touch keyboard does not hide, when a text component looses focus
ffac9ae61c3 : 8196748: tools/jar tests need to tolerate unrelated warnings
6744ceac880 : 8198989: Provide more diagnostic IAE messages
53534cb8ec6 : 8198898: Compilation errors in jdk.crypto.mscapi with VS 2017
7beffe43d02 : 8198898: Compilation errors in jdk.crypto.mscapi with VS 2017
9cf86434307 : 8165463: Native implementation of sunmscapi should use operator new (nothrow) for allocations
8d2c9655603 : 8165463: Native implementation of sunmscapi should use operator new (nothrow) for allocations
de3604ea0cf : 8199462: Use Reference.reachabilityFence in direct ByteBuffer methods
f439f2166bc : Added tag jdk-11+4 for changeset e59941f7247d
58ff4ee8c4e : 8193017: Import freetype sources into OpenJDK source tree
5daba498e40 : 8199473: Support Visual Studio BuildTools with VS2017
539c0ad4174 : 8199469: Disable generate-jli-classes when building interim-image
d88408c75ba : 8199453: Enable link-time generation of constructor forms
10b29b4ca81 : 8199428: install-file macro fails on filenames with space on Solaris
11fc5a4d730 : 8199451: Create linux-aarch64 cross-compilation devkit, and fix cross-compilation
f0cd136c745 : 8199420: Update javadoc tags in java.lang.System and related
07ad3d2f91c : 8199425: JTReg failure: runtime/stringtable/StringTableVerifyTest.java
54b1510aa7b : 8199009: test/jdk/java/util/Locale/SoftKeys.java fails with OutOfMemoryError
5c551182231 : 8198406: Test TestAATMorxFont is unstable
1926d24306b : 8199352: The Jib artifact resolver in test lib needs to print better error messages
b86d96a381f : 8199405: Bump lowest supported gcc to 4.8
6ec60803973 : 8199403: Require binutils 2.18 or newer
457efdbfca2 : 8199416: Remove debug output left over since JDK-8198844
65113c9136e : 8197785: javax.accessibility.AccessibleBundle will reload the ResourceBundle for every call to toDisplayString
b0b8a51be1b : 8187950: javax.lang.model APIs throws CompletionFailure or a subtype of CompletionFailure
798b830ad83 : 8199154: Accessibility issues in jdk.security.auth
23ede624d88 : 8199022: New failures should be added to ProblemList
7152a20473a : 8199339: JDK-8198859 broke solaris x64
97a42c860fb : 8199331: Don't limit debug information for fastdebug JDK native libraries
daea65318ed : 8199338: Use -g0 on solstudio also for compiling C programs
4ee1b63881b : 8198899: Compilation errors in java.prefs with VS 2017
72628783c5b : 8195738: scroll poistion in ScrollPane is reset after calling validate()
532d4a59c68 : 8196897: Improve PRNG support
dfcc6b38784 : 8211909: JDWP Transport Listener: dt_socket thread crash
a40d0a0ee1d : 8210989: RSASSA-PSS certificate cannot be selected for client auth on TLSv1.2
a9b4ac9c37d : 8212197: OpenDataException thrown when constructing CompositeData for StackTraceElement
180a8773fb9 : 8211866: TLS 1.3 CertificateRequest message sometimes offers disallowed signature algorithms
b6e77e42854 : 8212177: Epsilon alignment adjustments can overflow max TLAB size
8dd0b1f061c : 8192939: Remove Finalize methods from FileInputStream and FileOutputStream
794d864feb3 : 7041262: VM_Version should be called instead of Abstract_VM_Version so that overriding works
4fe37df9329 : 8212212: (bf) Incorrect path to stream preprocessor source in java.nio Buffer test scripts
6a7fdffe3b4 : 8211740: [AOT] -XX:AOTLibrary doesn't accept windows path
bfb6aa4821f : 8210683: Search result display order reversed for overloaded entries
6b83ac96ab9 : 8210215: C2 should optimize trichotomy calculations
0192c14c9b3 : 8210498: nmethod entry barriers
e39c5811b55 : 8210330: Make CLD claiming allow multiple claim bits
782fa608d24 : 8210064: ZGC: Introduce ZConcurrentRootsIterator for scanning a subset of strong IN_NATIVE roots concurrently
5f2b11d3730 : 8212181: ZGC: Fix incorrect root iteration in ZHeapIterator
1e40cb40524 : 8211960: broken links in java.util.logging
7c3ce3aee09 : 8212004: Optional compile_commands.json field not compatible with older libclang
475df1c06a7 : 8210492: PLAB object promotion events report object sizes in words
821b7ac2b5e : 8196897: Improve PRNG support
6c31c0b4dc5 : Added tag jdk-10+46 for changeset 6fa770f9f8ab
605827c671a : 8169358: httpserver does not close connections when RejectedExecutionException occurs
c866d037bc7 : 8199327: nuke var type name after a lambda has been accepted
254138139f6 : 8193262: JNI array not released in libsunmscapi convertToLittleEndian
50484af54b4 : 8191139: Remove deprecated javax.security.auth.Policy API
68b1b6c580b : 8198898: Compilation errors in jdk.crypto.mscapi with VS 2017
3fb8a072a15 : 8199198: Remove unused functions in jdk.crypto.mscapi native code
2c4466755be : 8199197: Set _NT_SYMBOL_PATH when running tests on windows
eb36e850a5d : 8199224: Refactor add_native_source in SetupNativeCompilation
42f6751d6fa : 8199236: Nashorn uses deprecated HTML tags in Javadoc
456db022fa0 : 8198605: Touch keyboard is shown for a non-focusable text component
70a5c7ff994 : Added tag jdk8u181-b02 for changeset e07f8a3edf14
4ef7b1f6fdf : 8198605: Touch keyboard is shown for a non-focusable text component
0df6b8696f2 : Added tag jdk8u181-b02 for changeset 25bbf3c9d35a
366192f5028 : 8198777: JList.getPreferredScrollableViewportSize(): fix mistake in doc for height calc
dd5043a7d6a : 8190767: if JFrame is maximized on OS X, all new JFrames will be maximized by default
4a0424f9bf3 : 8190347: [TESTBUG] Test javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentJComboBox.java fails
b46b19cb58d : 8160767: [TEST_BUG] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java
8bb3dc6619a : 8196435: Regression automated Test 'java/awt/Mouse/GetMousePositionTest/GetMousePositionWithOverlay.java' fails
cf0e82688b6 : 8199152: Configure broken on arm32
c37c87b388f : 8199120: (so) SocketChannelImpl read/write don't need stateLock when channel is configured non-blocking
61aa187aaf8 : 8199015: (se) SocketChannelImpl.translateXXXOps access channel state without synchronization
889a041f226 : 8198928: (so) SocketChannel connect may deadlock if closed at around same time that connect fails
06a9ecbf57b : Added tag jdk8u172-b09 for changeset 7b52c500f821
5b61dd8fb31 : Added tag jdk8u172-b09 for changeset 2eb8438ea235
b592d1eaeaf : Added tag jdk8u172-b09 for changeset 601bcc180145
46c1a7acbfd : Added tag jdk8u172-b09 for changeset 495810a86fc0
23a8d518187 : Added tag jdk8u172-b09 for changeset 972bb39657cc
62dc7de6928 : Added tag jdk8u172-b09 for changeset 54345d4b1e06
1fa23636310 : Added tag jdk8u172-b09 for changeset a9007150d125
edab9b9a8be : Added tag jdk8u172-b09 for changeset 84599b5ffb95
99988881e6a : Added tag jdk8u172-b09 for changeset 0afcb5decabe
2a0cdb44ccf : Added tag jdk8u172-b09 for changeset 5afce8ceee64
dc47fa718ea : Added tag jdk8u172-b09 for changeset b86ce1c0532a
f27677285c5 : Added tag jdk8u172-b09 for changeset 4fa8b55cf679
a046b6b38ce : Added tag jdk8u172-b09 for changeset 5a1d437e162c
6e002b9d678 : Added tag jdk8u172-b09 for changeset e31e8ebd8892
cf3f942b1fd : Added tag jdk8u172-b09 for changeset 8a2ba43240fd
e36cb64cc40 : Added tag jdk8u172-b09 for changeset e7077449deb5
04515d5b69e : Added tag jdk8u172-b08 for changeset e9af6e7c97e3
352ddaa98ba : Added tag jdk8u172-b08 for changeset 87b4a0fb2223
4baed7b04cd : Added tag jdk8u172-b08 for changeset 33caababfc68
2f275116506 : Added tag jdk8u172-b08 for changeset b37c5cda61e4
4a6835b4494 : Added tag jdk8u172-b08 for changeset e40e1547fdac
73b890c9d7c : Added tag jdk8u172-b08 for changeset 889a38384952
9e9149d315e : Added tag jdk8u172-b08 for changeset b73bdf0fff62
94cb0efffe2 : Added tag jdk8u172-b08 for changeset 4eee5c185cd0
73fc69f3d19 : Added tag jdk8u172-b08 for changeset 47240c212d6e
292f2f0ab86 : Added tag jdk8u172-b08 for changeset a8f47f3f7d84
44509a3da6d : Added tag jdk8u172-b08 for changeset 155360246814
94ea49337e6 : Added tag jdk8u172-b08 for changeset 1f750b4e2f6b
229fb822fd4 : Added tag jdk8u172-b08 for changeset 3524a4d38388
1271ae1e425 : Added tag jdk8u172-b08 for changeset 4b7229781307
cb041459a3a : Added tag jdk8u172-b08 for changeset ab13d1d2b90e
b46bcaf43f9 : Added tag jdk8u172-b08 for changeset 12e53d154d1f
7e2958ff565 : Added tag jdk8u171-b09 for changeset f2640940561a
766f62dbbee : Added tag jdk8u171-b09 for changeset 0c225e33f8f9
240ca1e25e2 : Added tag jdk8u171-b09 for changeset 4e8a93a8c8cd
72217c037d1 : Added tag jdk8u171-b09 for changeset f1b5994e55fe
465a745e4c3 : Added tag jdk8u171-b09 for changeset 51be4e25337a
63bd4af1f5e : Added tag jdk8u171-b09 for changeset 4fbbf986426c
b5fc9b2e2aa : Added tag jdk8u171-b09 for changeset 386cf64e3e45
a0f6e275d6b : Added tag jdk8u171-b09 for changeset 007c2fad07f6
b9d35046c77 : Added tag jdk8u171-b09 for changeset 76a9d50e4b7e
3ac4302e2c2 : Added tag jdk8u171-b09 for changeset 894f25619b09
97ffc627984 : Added tag jdk8u171-b09 for changeset 95562a9b2898
b384b4463bf : Added tag jdk8u171-b09 for changeset 7967c2c35748
db9b407b771 : Added tag jdk8u171-b09 for changeset fa6060596ca9
f004ed6b186 : Added tag jdk8u171-b09 for changeset 1ba58dcea983
3bbb8562ec7 : Added tag jdk8u171-b09 for changeset 5e541d2df377
8860dbc44e1 : Added tag jdk8u171-b09 for changeset 5308d9cd41c1
1deb2a7bd5e : 8198302: VS2017 (C4477) java.base/windows/native/libnet/NetworkInterface_winXP.c incorrect printf format strings
1780fdeae7e : 8182765: HTML5 must be the default javadoc codegen mode in the near future
2dce26e9557 : 8193892: Impact of noncloneable MessageDigest implementation
d46d9e13c5e : 8193892: Impact of noncloneable MessageDigest implementation
ff76e20be8e : 8199103: Can't use COMPARE_BUILD with PATCH from custom root
ebbacc188ee : 8199125: --disable-warnings-as-errors does not work for native jtreg test code
b01af2b4bf7 : 8199118: Filtering of filename for microsoft CL broken on newer Cygwin
4166d0663c6 : 8197538: Remove mention of hotjava paths in MimeTable.java
5b02a98b210 : 8199018: Test crypto provider not registering
5f52842c262 : 8198844: Clean up GensrcX11Wrappers
f62bc01efed : 8199052: Configure broken on aarch64
2bec3fb864a : 8199001: [TESTBUG] RMIConnectionFilterTest.java test fails in compilation
e71824c6404 : 8199001: [TESTBUG] RMIConnectionFilterTest.java test fails in compilation
40612ff3fc1 : Added tag jdk8u162-b36 for changeset 451d0877b22b
582e6686038 : Added tag jdk8u162-b36 for changeset ca9ab0205abb
006c1f5b211 : Added tag jdk8u162-b36 for changeset 6a488d6ab425
9be3914e4cb : Added tag jdk8u162-b36 for changeset d76996ded7b8
d8b4fe25a0c : Added tag jdk8u162-b36 for changeset 9687cc658c2e
9fcb95941f0 : Added tag jdk8u162-b36 for changeset e6a31bccdd91
afdcdcd8e21 : Added tag jdk8u162-b36 for changeset 1ed1900905a7
8922f4da0db : Added tag jdk8u162-b36 for changeset 625082a17ca5
cea015bf07a : Added tag jdk8u162-b36 for changeset 6ede341cfca4
1f7456d1880 : Added tag jdk8u162-b36 for changeset c457b86fcea5
a75cd15d990 : Added tag jdk8u162-b36 for changeset f0e8ae29ae5c
022734471bb : Added tag jdk8u162-b36 for changeset ffa083419724
537cc84b850 : Added tag jdk8u162-b36 for changeset 3757959db77f
c82ab669120 : Added tag jdk8u162-b36 for changeset e48a0bb39c89
0f9ac337477 : Added tag jdk8u162-b36 for changeset f8a1c93bebf3
ee9e01a9185 : Added tag jdk8u162-b36 for changeset 6cc65f4815aa
3d4edcc5711 : 4993841: (str) java.lang.Character should have a toString(int) method
a131e1668fd : 8198834: (ch) Enable java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java on linux-x64
af7782b1a0a : 8193660: Check SOURCE line in "release" file for closedjdk
28e38031a24 : 8193660: Check SOURCE line in "release" file for closedjdk
7a145c6805b : 8198950: AArch64: org.openjdk.jcstress.tests.varhandles.DekkerTest fails
d3e24d66820 : 8198931: remove java.xml.bind module dependency for com/sun/jndi tests
dfb4b0979ba : 8198605: Touch keyboard is shown for a non-focusable text component
9995861868d : 8197533: Move javax.transaction.xa to its own module
4d9df24102d : 8198963: Fix new rmi property name
a64ede470f1 : 8198963: Fix new rmi property name
d4d8c255b2e : 8198966: To make CoderResult.Cache.cache final and allocate it eagerly
3e166182e02 : 8198862: Stop doing funky compilation stuff for dtrace
be7644263dc : 8194767: Regression automated Test 'javax/swing/JEditorPane/6917744/bug6917744.java' fails
9f72c07d5a0 : 8198970: jnu_util.c compilation error on Solaris
68c6ef69de5 : 8198922: Provide instrumentation for sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java
522a9d15fd1 : 8198955: String#repeat loop optimization
c43cebb5cf7 : 8198697: Simplify initialization of platform encoding
08ad8da3f71 : 8198833: TestMemoryAwareness Docker container fails with too small maximum heap
155a105d790 : 8199347: Always use -Z7 for debug symbols when compiling on Windows
2cf53991cd1 : 8199266: Update boot and build jdk requirements in configure
7a762e0598a : 8194296: Check copyright of files in make/langtools/tools
b64d0ef66db : 8198724: Refactor FLAGS handling in configure
f3ae7d1bd9e : 8198613: Test cases result in failure or timeout when run with OpenGL backend
1faf15fa8ce : 8198662: Incompatible internal API change in JDK8u161: signature of method exportObject()
e65d66e3228 : 8198662: Incompatible internal API change in JDK8u161: signature of method exportObject()
77d0099725d : 8198821: fix test methods access for test java/text/Normalizer/NormalizerAPITest.java
5e529f5d626 : 8198933: Update JDI tests to pass valid URL[]
b4beeae5547 : 8194943: Regression automated test 'open/test/jdk/javax/swing/JInternalFrame/8020708/bug8020708.java' fails
fa4abe66dd2 : 8198810: URLClassLoader does not specify behavior when URL array contains null
354249f51ec : 8191369: NMT: Enhance thread stack tracking
d7765d90021 : 8198474: Move JNIHandles::resolve into jniHandles.inline.hpp
28342b55f97 : 8198859: Use elfedit to silence linker warnings on solaris
d0ec59a9fb2 : 8195632: [Graal] Introduce EagerJVMCI flag to force eager JVMCI initialization
bda0b057ae1 : 8187635: On Windows Swing changes keyboard layout on a window activation
6445f1b92d1 : 8187635: On Windows Swing changes keyboard layout on a window activation
ad4f9d04972 : 8187635: On Windows Swing changes keyboard layout on a window activation
635ca6204ce : 8187635: On Windows Swing changes keyboard layout on a window activation
ec495ebede9 : 8198888: Reduce string allocation churn in InvokerBytecodeGenerator
5a7aff9897f : 8137326: Methods for comparing CharSequence, StringBuilder, and StringBuffer
5db337db24c : 6372077: JarFile.getManifest() should handle manifest attribute name 70 bytes
3a03cd060f2 : 8187653: Lock in CoderResult.Cache becomes performance bottleneck
b4d4d8f66c1 : 8197594: String#repeat
789e437e6c8 : Added tag jdk-11+3 for changeset 1fd4d6068f54
95b1eef0dad : 8198841: Thread.interrupt should set interrupt status while holding blockerLock
89d8e788f51 : 8198887: JDK-8168722 broke the build on macosx
23c15b8f4cb : 8148871: Possible wrong expression stack depth at deopt point
3414903aba9 : 8198253: ThreadInfo.from(CompositeData) incorrectly accepts CompositeData with missing JDK 6 attributes
dc42a2bab56 : 8198628: further simplifications to lambda classification at JavacParser
794133c11b9 : 8187635: On Windows Swing changes keyboard layout on a window activation
98c77d44dee : 8168722: Unified Logging configuration output needs simplifying
1392d4b80f8 : 8198252: Null pointer dereference in fold_compares_helper
e23e30e61bb : 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
a2818d96253 : 8191421: Deprecate PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
14c85c2934b : 8193892: Impact of noncloneable MessageDigest implementation
cddf0c19ae8 : 8198726: Quarantine SADebugDTest.java again
6d207011e0d : 8197841: Remove unused function Universe::create_heap_ext
03dfb66004e : 8187066: -Xlog:help "=debug" example is not quite accurate
56dea21da21 : 8198825: Resolve missing review feedback for JDK-8170976
851718cee49 : 8153945: Track if log configuration has changed during runtime
c5df5c1f0b5 : 8197808: Test java/awt/Dialog/MakeWindowAlwaysOnTop/MakeWindowAlwaysOnTop.java fails on Windows
cb275ca3843 : 8190346: improve unified JVM logging help message and warnings
22000aa73b9 : 8186513: [TESTBUG] javax/swing/JInternalFrame/8160248/JInternalFrameDraggingTest.java
3b8d9ef2391 : 8197453: Add support of extra problem list
d078a3f0916 : 8190679: java/util/Arrays/TimSortStackSize2.java fails with "Initial heap size set to a larger value than the maximum heap size"
67ffde79dfe : 8198494: 8u171 and 8u172 - Build failure on non-SE Linux Platforms
39cbbf6bfb7 : 8198494: 8u171 and 8u172 - Build failure on non-SE Linux Platforms
11a5c218b7e : 8198494: 8u171 and 8u172 - Build failure on non-SE Linux Platforms
614ba442819 : 8198494: 8u171 and 8u172 - Build failure on non-SE Linux Platforms
3da4578ab6b : 8198494: 8u171 and 8u172 - Build failure on non-SE Linux Platforms
32ae00ca323 : 8198494: 8u171 and 8u172 - Build failure on non-SE Linux Platforms
d2ce0ae7d4a : 8196882: VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
69af907cee1 : 8196322: [macosx] When the screen menu bar is used, clearing the default menu bar should permit AWT shutdown
843a9abbce0 : Added tag jdk-10+45 for changeset 4f96cf952e71
f2dc8063d45 : Added tag jdk8u171-b08 for changeset d5ff66794104
c002fa539c7 : Added tag jdk8u171-b08 for changeset 9e85bfbbb16f
290d7c4f5bb : Added tag jdk8u171-b08 for changeset ff2c26e4c10e
28d3d341c76 : Added tag jdk8u171-b08 for changeset 0cd16a115df7
d05569ca377 : Added tag jdk8u171-b08 for changeset 49ee2669ae09
a4eaf0eef19 : Added tag jdk8u171-b08 for changeset 41420a06f1ff
82bec698294 : Added tag jdk8u171-b08 for changeset b371b0ee3d16
d293bda4b7a : Added tag jdk8u171-b08 for changeset e4bb081163eb
d57e028ab93 : Added tag jdk8u171-b08 for changeset 29c1f12126f2
b3f7eb3b45b : Added tag jdk8u171-b08 for changeset 23cfe6c22f4a
7f1a7026810 : Added tag jdk8u171-b08 for changeset b52fc3fcda48
1f2b7ca221a : Added tag jdk8u171-b08 for changeset 674e0f006033
65f1c9e3e83 : Added tag jdk8u171-b08 for changeset 504eec44f599
bfad63e1df2 : Added tag jdk8u171-b08 for changeset da8fe74a9582
28502154817 : Added tag jdk8u171-b08 for changeset 409746f1544d
a5705f26929 : Added tag jdk8u171-b08 for changeset 6013d971c963
47176b1ceed : 8198693: Update ProblemsList for mac
2a3b12aec89 : 8198658: Docs still point to JDK 9 docs
703621f15f0 : 8198492: Bootstrapping java.lang.invoke can cause deadlock after JDK-8198418 8198490: java/util/logging/TestLogConfigurationDeadLock.java timed out
8cd5e01430d : 8197518: Kerberos krb5 authentication: AuthList's put method leads to performance issue
4b7db01063a : Added tag jdk8u162-b38 for changeset 48971908f07d
1aaf1538ecd : 8197518: Kerberos krb5 authentication: AuthList's put method leads to performance issue
9248475862d : Added tag jdk8u162-b38 for changeset 128abe03bb55
e48e5ebb3fc : 8197518: Kerberos krb5 authentication: AuthList's put method leads to performance issue
6d7cdf4f9e4 : 8198605: Touch keyboard is shown for a non-focusable text component
e7a6d35ee2e : 8193892: Impact of noncloneable MessageDigest implementation
19c66d5f54f : 8197943: Unable to use JDWP API in JDK 8 to debug JDK 9 VM
71eadc7ee92 : 8187635: On Windows Swing changes keyboard layout on a window activation
f7c6be8a6c1 : 8197518: Kerberos krb5 authentication: AuthList's put method leads to performance issue
8742acaeea1 : 8198605: Touch keyboard is shown for a non-focusable text component
841aaeb10ac : 8193892: Impact of noncloneable MessageDigest implementation
39eaaffc163 : 8197943: Unable to use JDWP API in JDK 8 to debug JDK 9 VM
498fda60c53 : 8187635: On Windows Swing changes keyboard layout on a window activation
16a61139e23 : 8198831: Lazy initialization of ValueConversions MethodHandles
9093953813d : 8198820: Problem list tools/jimage/JImageExtractTest.java
13dd8888d20 : 8198562: (ch) Separate blocking and non-blocking code paths (part 1) 8198754: (ch) Separate blocking and non-blocking code paths (part 2)
3918ed17a5b : 8196759: Move two java/text/Normalizer tests into OpenJDK
6fc221df4d1 : 8198808: jdi tests failing after JDK-8198484
2471caab080 : 8197901: Crash during GC when logging level is debug
03c754baa02 : 8198533: Remove obsolete JDIScaffold class from repo
22ba8afbe79 : 8196992: Resolve disabled warnings for libdt_socket
073257906c7 : 8198585: add asserts to verify that ServiceUtil::visible_oop is not needed
83256c19eeb : 8198004: javax/swing/JFileChooser/6868611/bug6868611.java throws error
98ebced298e : 8196952: Bad primeCertainty value setting in DSAParameterGenerator
9f2c7833e01 : 8196952: Bad primeCertainty value setting in DSAParameterGenerator
6a35f692790 : 8196952: Bad primeCertainty value setting in DSAParameterGenerator
9f11b88f742 : 8196952: Bad primeCertainty value setting in DSAParameterGenerator
e060eb1a583 : 8068778: [TESTBUG] CompressedClassSpaceSizeInJmapHeap.java fails if SA not available
ba3b44e4044 : 8068778: [TESTBUG] CompressedClassSpaceSizeInJmapHeap.java fails if SA not available
f0499d1caae : 8129569: [TEST_BUG] Test java/awt/Frame/MaximizedToUnmaximized/MaximizedToUnmaximized.java fails
75d088ecc46 : 8198568: clean up test/hotspot/jtreg/ProblemList.txt
b9b29cb3d6d : 8198635: Remove unused safepoint message functions and ShowSafepointMsgs
4b482389bfa : 8198251: [Graal] compiler/intrinsics/bmi/verifycode tests fail with Graal on macos
c1359ec107f : 8197589: Update CPU count algorithm when both cpu shares and quotas are used
809315bdd17 : 8197780: Null pointer dereference in Klass::is_instance_klass of klass.hpp:532
2fb89326ba5 : 8198564: Multiple crashes on SPARC
38dcf9fdf18 : 8198420: Remove unused extension point AllocationContextStats
5b53102c9e6 : 8198560: Remove implicit casts from oop to JavaThread* and jlong*
1bb8fd058cd : 8198553: jcmd: separate Metaspace statistics from NMT
052e9233e23 : 8198551: Rename hotspot_tier1 test group to tier1
56d737d8c7b : 8198558: Windows does not build without precompiled headers
3ad60c1bd21 : 8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
5671589a10c : 8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap
5f4f3883d8f : 8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
f408526f307 : 8198515: Extract SoftReferencePolicy code out of CollectorPolicy
a98b4ecb5c2 : 8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
bd70c72fd23 : 8198509: Move satisfy_failed_metadata_allocation out from CollectorPolicy
380a8b15ec2 : 8198507: Remove CollectorPolicy::create_rem_set
713858f459c : 8198373: Remove CollectorPolicy::is/as functions
d3d2bc32284 : 8197868: VS2017 (C2065) 'timezone': Undeclared Identifier in share/runtime/os.cpp
432a71e5647 : 8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
13999ec96e4 : 8197926: java/awt/dnd/ImageTransferTest/ImageTransferTest.java doesnt close the windows in HiDPI setting
74cbe9d4418 : 8198005: javax/swing/JFileChooser/7199708/bug7199708.java throws error
b8ab854bdcf : 8197859: VS2017 Complains about UINTPTR_MAX definition in globalDefinitions_VisCPP.hpp
eab5dab516f : 8198385: Remove property sun.locale.formatasdefault
4ea684bf31f : 8194154: System property user.dir should not be changed
7cb9e5821e0 : 8198333: ProblemList should be updated for headless mode
4b6ab35c85e : 8198479: JDK build is broken by 8194892
6287aead09a : 8198303: jdk11+1 was build with incorrect GA date as 2018-03-20
cb29fa0380e : 8198301: jdk11+1 was built as 'fcs' instead of 'ea'
2fe174d6b2f : 8194870: Some regression tests throw NPE exception on a specific Solaris 11.2 sun4v sparc machine
2f4c065bc08 : Added tag jdk8u172-b07 for changeset 848c351c264b
231850cd816 : Added tag jdk8u172-b07 for changeset 2147a70fd786
f846e2cd0ca : Added tag jdk8u172-b07 for changeset 95f753df0b27
7fcad0fd2ee : Added tag jdk8u172-b07 for changeset 6665558ad5cb
8979d5aff0e : Added tag jdk8u172-b07 for changeset e7fc42359dea
a54a9eebc57 : Added tag jdk8u172-b07 for changeset e300c0a60d88
0c055e80dca : Added tag jdk8u172-b07 for changeset 032cd6159a10
89642120c3a : Added tag jdk8u172-b07 for changeset 0278464bc9f8
f5a8cb945de : Added tag jdk8u172-b07 for changeset fe166473fad0
5f8fc893389 : Added tag jdk8u172-b07 for changeset 9ad5b17a62e8
d14a4055d0d : Added tag jdk8u172-b07 for changeset 06d3235b45e2
6f880a64899 : Added tag jdk8u172-b07 for changeset ce25d203a084
9abbef82727 : Added tag jdk8u172-b07 for changeset 797ab636b58d
875c4f55328 : Added tag jdk8u172-b07 for changeset 49a8f2a28a9e
1a4089f21e2 : Added tag jdk8u172-b07 for changeset c8bd5dad0858
61f0bc6902e : Added tag jdk8u172-b07 for changeset c328bd00b651
f8f15bba559 : Added tag jdk8u171-b07 for changeset f5bc8d9a93ac
09134da3502 : Added tag jdk8u171-b07 for changeset 580371a8935d
1434056b2a7 : Added tag jdk8u171-b07 for changeset a5b58d1b6ca0
5e361a88105 : Added tag jdk8u171-b07 for changeset 6b01f8683e9b
a1f90976bc7 : Added tag jdk8u171-b07 for changeset 3455085df03b
b37e5e211de : Added tag jdk8u171-b07 for changeset 8acce598f0e2
b312a5533cd : Added tag jdk8u171-b07 for changeset 5910aa07ea0d
704c8d5cf48 : Added tag jdk8u171-b07 for changeset 5798d831e19e
d8448062973 : Added tag jdk8u171-b07 for changeset 0e06960b36a0
52bbc06c256 : Added tag jdk8u171-b07 for changeset 2cfd237e7914
ab76a46f141 : Added tag jdk8u171-b07 for changeset 9054b1faf19c
558e19cbc4c : Added tag jdk8u171-b07 for changeset 275e8456a536
ad0ca3cf100 : Added tag jdk8u171-b07 for changeset fec353bf4138
bc3c1bcecfd : Added tag jdk8u171-b07 for changeset cf200b235d70
b20f28349ae : Added tag jdk8u171-b07 for changeset 554a71d11de9
33856e998b1 : Added tag jdk8u171-b07 for changeset 03d4d220270e
6df55e9a7d4 : 8198450: Make jdk.internal.vm.compiler/module-info.java.extra reproducable
f42b8e4a00e : 8198441: Replace native Runtime::runFinalization0 method with shared secrets
af7b589e77c : Added tag jdk8u162-b35 for changeset ab62a3a8f3c7
f3100b3f5be : Added tag jdk8u162-b35 for changeset 7b8fbf7e6542
f2224a5c089 : Added tag jdk8u162-b35 for changeset d14054cb1fc4
59fad437030 : Added tag jdk8u162-b35 for changeset 5e5824639a16
00003ae66ee : Added tag jdk8u162-b35 for changeset 0df9fc2b7ba2
0929db7dd4a : Added tag jdk8u162-b35 for changeset 078d39f50334
3299f8ce99a : Added tag jdk8u162-b35 for changeset 7858c8d47cca
21f5f86f5fb : Added tag jdk8u162-b35 for changeset d903f267a97f
02a4d6923d4 : Added tag jdk8u162-b35 for changeset e262c8f40059
cffbbfb4736 : Added tag jdk8u162-b35 for changeset ccc8e1ca91ad
ff17ef31038 : Added tag jdk8u162-b35 for changeset ffcefc8fc9e3
43bbb8a7c0f : Added tag jdk8u162-b35 for changeset 4acf553ec448
0bc6f054802 : Added tag jdk8u162-b35 for changeset 095ede9e7591
acb025efaa1 : Added tag jdk8u162-b35 for changeset 4508e3da2fd6
f7d02bbaf0a : Added tag jdk-10+44 for changeset 663f20fc5109
d4c69026bf1 : 8198418: Invoke LambdaMetafactory::metafactory exactly from the BootstrapMethodInvoker
2591c21c017 : 8194892: add compiler support for local-variable syntax for lambda parameters
c37e80c84f8 : 8198328: Create devkit for Solaris with developer studio 12.6 and Solaris11.3
2a8c2ece432 : 8198425: make/Main.gmk Add extra extension/override points to the make file
31b9458d953 : 8191909: Nightly failures in nashorn suite
8d517e8ade8 : 8191909: Nightly failures in nashorn suite
6196bf4ee1d : 8194922: jlink --exclude-resources should never exclude module-info.class
fcf6408e6c3 : 8198417: Exclude tools/jimage/JImageExtractTest.java and tools/jimage/JImageListTest.java on Windows
f98720e4416 : 8198380: tools/jimage/JImageExtractTest.java failing
9e4f91707b5 : 8198379: tools/jimage/JImageListTest.java failing
04b8b8deff7 : 8170120: jimage throws IOException when the given file is not a jimage file
c2859d192dd : 8198318: Make build comparisons clean again
b5c20a6e1c2 : 8058965: Remove IPv6 support from TwoStacksPlainSocketImpl [win]
4aa85f94895 : 8196133: JShell crashes when attempting to use bad source file in class path
d8dc99ec5cf : 8198228: Spec clarification: j.u.Locale.getDisplayName()
7578044e710 : 8196196: Headful tests should not be run in headless mode
c6109771f13 : 8153294: Solaris devkit uses linker from system instead of in devkit
6f44bbc940a : 8198306: Add post custom extension hooks to two launchers
0b6f8bb24a9 : 8198227: Fix COMPARE_BUILD after forest consolidation
2c183b8f36a : 8076117: EndEntityChecker should not process custom extensions after PKIX validation
a3d3c7de215 : 8076117: EndEntityChecker should not process custom extensions after PKIX validation
8571061e2d6 : 8076117: EndEntityChecker should not process custom extensions after PKIX validation
50a192cf787 : 8076117: EndEntityChecker should not process custom extensions after PKIX validation
23045cf53ed : 8076117: EndEntityChecker should not process custom extensions after PKIX validation
dd2daa800b7 : 8076117: EndEntityChecker should not process custom extensions after PKIX validation
3715cbe450b : 8197549: Implement a new method similar to waitState() on Operator which run the check on event queue
b6a2f5517ed : 8197482: Make Jemmy ComponentChooser lambda friendly
d78e0978af7 : 8196338: [TEST_BUG] sanity/client/SwingSet/src/TextFieldDemoTest.java Failed with timeout
e1f8cacc0b9 : 8198275: AIX build broken after latest whitebox.cpp changes
9b23b4f1281 : 8198670: [testbug] Test jdk/internal/jline/extra/HistoryTest.java is broken after 8166232
3f5b571b5ac : 8060094: java/util/Formatter/Basic.java failed in tr locale
5d3e5d9275a : 8197518: Kerberos krb5 authentication: AuthList's put method leads to performance issue
3e28c2f71d2 : 8198653: ClassLoader::getSystemClassLoader throws InternalError when called after shutdown
8f56ea639dc : 8196830: publicLookup().findVirtual should not return method handle to AccessibleObject.setAccessible
ced92116dbf : 8198656: Update copyright to 2018
9f9f7ec4585 : 8198627: JDK-8198318 broke readlink testing
62ec6e6d1da : 8186688: javax.lang.model.util.Elements.hides does not work correctly with interfaces
2af1df8c100 : 8198645: Use System.lineSeparator() instead of getProperty("line.separator")
d4cf0ebee8e : 8198569: SetupTextFileProcessing should use sed with 'g'
4bb064c62d0 : 8198249: Remove deprecated Runtime::runFinalizersOnExit and System::runFinalizersOnExit
cfe9ad46081 : 8189330: Cleanup FileDescriptor implementation
b2ed2bda60e : 8198573: JShell: class replace loses instances
f23f23fc765 : 8166232: jshell tool: cannot access previous history
c0dadb27ea6 : Added tag jdk-11+2 for changeset 03ae177c26b0
16f2a0e7a03 : 8198539: Cleanup of unused imports in java/util/jar/Attributes.java (java.base) and JdpController.java (jdk.management.agent)
25da45e26f3 : 8198512: compiler support for local-variable syntax for lambda parameters
004b22e401e : 8176474: test/jdk/jshell/JdiBogusHostListenExecutionControlTest.java fails with java.net.BindException
fc9a7d12a8d : 8198563: Test langtools/tools/javac/analyzer/AnonymousInAnonymous.java failing after JDK-8198502
90b572b0c99 : 8198502: Exception at runtime due to lambda analyzer reattributes live AST
ddf68465003 : 8197439: Crash with -XDfind=lambda for anonymous class in anonymous class
ac45567657f : 8198523: Refactor BootstrapMethodInvoker to further avoid runtime type checks
cff8ccbcf7c : 8190904: Incorrect currency instance returned by java.util.Currency.getInstance()
f48f7c36d51 : 8197429: Increased stack guard causes segfaults on x86-32
9523d40461e : 8199010: attachListener.hpp: Fix potential null termination issue found by coverity scans
ea27ad47f7d : 8199656: Make slow metaspace verifications switchable in debug builds
615f325924c : 8199559: objArrayKlass::oop_iterate() and friends must use base_raw() instead of base()
29cb168550d : 8199272: Broken assertion in ClassLoaderData::remove_handle
7621378c0b6 : 8199432: metaspace: fix wrong comment and condition in SpaceManager::verify()
c18227978e0 : 8199431: Split up class Metaspace into a static and a non-static part
d29c87204f0 : 8199557: Assert in fromTonga/vm/runtime/defmeth/scenarios/Stress_noredefine/TestDescription.java
469e350dabb : 8199532: [TESTBUG] AbstractMethodErrorTest.java test failed with -Xcomp
8fe2f1412cb : 8199561: Fix two typos in the JVMTI documentation
24fd306c51f : 8071282: remove misc dead code
d1f090f5690 : 8199603: Build failures after JDK-8199421 "Add support for vector popcount"
96813b1885c : 8191924: Adjust DelegatingClassLoader's metadata space sizing algorithm
697538d0a94 : 8199516: Remove dead code overlooked during Full GC work
97cfb7bbb78 : 8199472: Fix non-PCH build after JDK-8199319
394e34d821c : 8199282: Remove ValueObj class for allocation subclassing for gc code
828e824a0f9 : 8199220: Zero build broken after 8195103, 8191102 and 8189871
2ab07cc314e : 8197944: Condy tests fails on Windows
3da040b2b81 : 8199518: test/hotspot/jtreg/runtime/SelectionResolution tests take a lot longer to run with fastdebug after JDK-8198423
4de5274ff17 : 8199533: ProblemList tests failing after JDK-8153333
343cf9910df : 8199421: Add support for vector popcount
147488cbcef : 8198445: Access API for primitive/native arraycopy
8680d7da99d : 8199323: hsdis could not be loaded which are located on long path
e16d660cc28 : 8198510: Enable UseDynamicNumberOfGCThreads by default
da674f0d0d8 : 8199430: Rename MetaspaceAux to something more meaningful
b5ae4364189 : 8199511: Do not generate g1_{pre|post}_barrier_slow_id without CardTable-enabled barrier set
4954362d292 : 8199342: The constant pool forgets it has a Dynamic entry if there are overpass methods
07db7c6fd9b : 8193369: post_field_access does not work for some functions, possibly related to fast_getfield
4b55c80b4d8 : 8198924: [Graal] java/lang/StackWalker/LocalsAndOperands.java timeouts with Graal
fcb15203056 : 8153333: [REDO] STW phases at Concurrent GC should count in PerfCounte
e9837dcbec9 : 8198894: [PPC64] More generic vector CRC implementation
f82bcaba53c : 8197852: Move G1DefaultPolicy into G1Policy
779fef0b104 : 8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap
ee9d6957570 : 8199283: Remove ValueObj class for allocation subclassing for compiler code
214248fe115 : 8196626: [Graal] runtime/appcds/UseAppCDS.java crashes with "VM thread using lock Heap_lock (not allowed to block on)"
19a8503b3e4 : 8199422: Hotspot build is broken after push of 8197235
9d29fc20451 : 8197235: src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows
944905f00cf : 8198591: compiler/aot/fingerprint tests should be moved to open
7557d78b351 : 8173070: Remove ValueObj class for allocation subclassing for runtime code
fb1ec3eb274 : 8199328: Fix unsafe field accesses in heap dumper
032ba00a794 : 8199012: SEGV in jni_DetachCurrentThread during VM shutdown
d42acfd37be : 8199319: Remove handles.inline.hpp include from reflectionUtils.hpp
b9f2f3e1992 : 8199275: Fix inclusions of allocation.inline.hpp
133faf856d4 : 8199264: Remove universe.inline.hpp to simplify include dependencies
597c6ac736e : 8194490: [JVMCI] Move `iterateFrames` to C++
2c0c55bb7e5 : 8198243: Add build time check for global operator new/delete in object files
1b402fdb6d7 : 8198423: Improve metaspace chunk allocation
a06129a4322 : 8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
963ee1591af : 8198546: [Redo] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
fd90a313a7a : 8198987: [Graal] compiler/intrinsics/sha/sanity tests fail on macos with Graal as JIT
b473be9a41b : 8198950: AArch64: org.openjdk.jcstress.tests.varhandles.DekkerTest fails
e01220f767f : 8193429: "assert(false) failed: GetModuleFileName failed (126)" in symbolengine.cpp
0b8fa422403 : 8159850: Remove unneeded parsing of optional-size when parsing array types
ba5ccc8220f : 8199219: Build failures after JDK-8195148 (Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet)
bc202d97bde : 8191585: VM anonymous classes created during CDS dump time cause crash
da93b76ec87 : 8199066: [JVMCI] EagerJVMCI option should also initialize the JVMCI compiler
31cf80c6889 : 8199137: StringInternSync test crashes in exit verification
2842bcc5c75 : 8199133: [BACKOUT] NMT: Enhance thread stack tracking
4c3e0726113 : 8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
87372c62369 : 8196590: Enable docker container related tests for linux AARCH64
c61f11a3aba : 8199050: reenable concurrent execution of compiler tests
a75784caa67 : 8198571: [JVMCI] must not install wide vector code unless runtime supports it
54361e56a8e : 8198447: Remove ClassLoaderExt::check()
c0bc887c361 : 8191102: Incorrect include file use in classLoader.hpp
8d5496fd270 : 8198957: Remove unused function ArgumentsExt::set_gc_specific_flags
7b64b029498 : 8197845: Remove unnecessary method G1CollectedHeap::create_g1_policy
6fb24f87da8 : 8197847: Remove unused file g1ParScanThreadState_ext.cpp
4bb76c1b782 : 8197843: Remove unused method G1EvacuationRootClosures::create_root_closures_ext
4c0a72bf600 : 8196121: runtime/appcds/ClassLoaderTest.java fails silently
cbaf7f2f812 : 8198845: Missing resource mark results disassembling generated code failure in hs error report
d1bd39385f4 : 8196876: OopStorage::assert_at_safepoint clashes with assert_at_safepoint macros in g1CollectedHeap.hpp
efcc8d2558e : 8193434: [GRAAL] Graal classes are not loaded with -Xshare:dump
5b3ff5aaabd : 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
f987dec395f : 8194759: Support caching class mirror objects
979d5b79867 : 8170541: serviceability/jdwp/AllModulesCommandTest.java fails intermittently on Windows and Solaris
a25238147de : 8198948: Remove unused parameter evacuation_info from G1CollectedHeap::evacuate_collection_set
f4bb0fe332e : 8198833: TestMemoryAwareness Docker container fails with too small maximum heap
fc389b52847 : 8198896: Remove dead code: cardTableModRefBSForCTRS.hpp
f6f71565b7d : 8198826: -XX:+VerifyStack fails with fatal error: ExceptionMark constructor expects no pending exceptions
bacf4db5bd1 : 8198424: Remove G1AllocationContext
adfa2c958d4 : 8198433: Remove WhiteBox extension point
d31b7367c62 : 8198432: Remove Thread extension point
dbbba4c4bcd : 8198431: Remove G1FullCollector extension point
f5891500fd4 : 8198430: Remove G1Allocator extension point
26176ec2697 : 8197842: Remove unused macros VM_STRUCTS_EXT and VM_TYPES_EXT
8d5c77303aa : 8198906: JDK-8196882 breaks VS2013 Win32 builds
752988474f9 : 8189985: Improve tabular data portability
b32de8dd780 : 8189985: Improve tabular data portability
8a170b8042e : 8196959: NullPointerException in discovery003.java
93138c756e0 : Added tag jdk-11+1 for changeset dfa46cfe5634
a76221f5a7c : 8196930: [Testbug] serviceability/sa/ClhsdbFindPC.java fails to find expected output
a95d50a5fc6 : 8197812: (ref) Data race in Finalizer
10ef2cd87ca : 8197499: RepaintManager does not increase double buffer after attaching a device with higher resolution
d0573343303 : 8196324: Update tests FilterMatch and FilterNoMatch to use TestScaffold
e27aca5e99d : 8197906: Enable CDS mode execution of jtreg tests via make
f33dcdf602a : 8193833: Better RMI connection support
527da20c3e3 : 8193833: Better RMI connection support
0b78370b748 : 8193819: Error message when module does not have a ModuleMainClass attribute is confusing
fc3364785ab : 8193818: Remove unused single_step field from java.lang.Thread
eb9d86fff13 : 5076761: JList.setSelectedValue(null, ...) doesn't do anything
739c9732047 : 8197988: T2 test javax/net/ssl/interop/ClientHelloChromeInterOp.java failed after JDK-8164278
48b9835669a : 8197893: Mistaken type check in CheckedEntrySet.toArray
edb1509a0e6 : 8197968: [Backout] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
f6ca24c05f5 : 8164278: java.util.Base64.EncOutputStream/DecInputStream is slower than corresponding version in javax.mail package
f59e53dca00 : 8176183: sun/security/mscapi/SignedObjectChain.java fails on Windows
9fb04c82143 : 8176183: sun/security/mscapi/SignedObjectChain.java fails on Windows
abb7e3a52a4 : 8197849: Misc improvements to jar resource handling
f74677e37ee : 8144672: (ch) PipeImpl should use localhost instead of loopback address
a74437edc96 : 8179249: Improve process output analysis in CDS tests
e2f49705aab : 8196909: gcc 7.2.1 compiler warning in libdt_socket
01353e77874 : 8197828: Null pointer dereference in MultiNode::proj_out_or_null
f47021e2abc : 8193373: Cleanup ElfFile and family
d851dd077ba : 8197945: Qurarantine failing condy tests
26712bcb1ba : 8196920: VerifierTest_1A.java and VerifierTest_1B.java fail: assert(receiver_klass->is_subtype_of(static_receiver_klass)) failed: actual receiver must be subclass of static receiver klass
128f91288c3 : 8197857: fieldDescriptor prints incorrect 32-bit representation of compressed oops
fa933f39717 : 8195850: Improve startup of code to pull arguments from BootstrapMethodInvoker
2a4d4b43b4a : 8197772: metaspace uses global operator new/delete for gtest testing
d41cbf61a1d : 8197789: os::SuspendedThreadTask causes references to global operator delete
50f6694f007 : 8197829: Optimize CLDRCalendarDataProviderImpl::retrieveInteger
42855ed2a20 : 8189985: Improve tabular data portability
1039ff757d2 : 8189985: Improve tabular data portability
06a9e1a72fa : 8191438: jarsigner should print when a timestamp will expire
2c5a0835a94 : 8197608: MacroAssembler::unimplemented calls global operator new[]
ff6a245d89d : 8197865: @moduleGraph taglet generates incorrect link to module graph
023fc4b8663 : 8197454: Need Access decorator for storing oop into uninitialized location
e11ee74547e : Added tag jdk8u172-b06 for changeset b7da28d60cfc
3cae9d9fdfa : Added tag jdk8u172-b06 for changeset 58f8f4694f42
343dc632622 : Added tag jdk8u172-b06 for changeset a9fdbb2ce487
7b4aa2ba44a : Added tag jdk8u172-b06 for changeset 3b40c3ae710b
76cc2c44de4 : Added tag jdk8u172-b06 for changeset f86ddc74510f
b008a802c34 : Added tag jdk8u172-b06 for changeset a2ef4407fcce
05f1fbf512e : Added tag jdk8u172-b06 for changeset f9996977da7d
64a81c8f486 : Added tag jdk8u172-b06 for changeset 8b9f1ea0c263
5687d66b042 : Added tag jdk8u172-b06 for changeset 0a1e1f87c59b
731f7b35842 : Added tag jdk8u172-b06 for changeset bee1d9c018ee
c3b2a847942 : Added tag jdk8u172-b06 for changeset ba445ba533be
5362fb4963a : Added tag jdk8u172-b06 for changeset 1e9b94d1c20a
33fbe735a31 : Added tag jdk8u172-b06 for changeset df8f31a29f54
7b82ef24553 : Added tag jdk8u172-b06 for changeset c98b84cf4971
13d3cdb6ddb : Added tag jdk8u172-b06 for changeset d8b76dadb3dd
e7dbb3c93e1 : Added tag jdk8u172-b06 for changeset b0640787d7f1
cc4f5050d33 : Added tag jdk8u171-b06 for changeset c6696c93de7f
a8a851bdf97 : Added tag jdk8u171-b06 for changeset 1cbcd4d22803
1c26a468330 : Added tag jdk8u171-b06 for changeset aa3ab9b40155
187d7d5c093 : Added tag jdk8u171-b06 for changeset 35cb67f7ac37
d97f31b7510 : Added tag jdk8u171-b06 for changeset 4cdd0bcf372e
0456c6fc6cb : Added tag jdk8u171-b06 for changeset d5d0660dd92e
ec940ca1d9d : Added tag jdk8u171-b06 for changeset 210450fcbeb8
2b3fb7bf7c2 : Added tag jdk8u171-b06 for changeset 848af56f0ec5
18fdc7e78f5 : Added tag jdk8u171-b06 for changeset 9cd4d666a680
67743ecc910 : Added tag jdk8u171-b06 for changeset ad5dd037627d
56343c1fdcb : Added tag jdk8u171-b06 for changeset 9cdccf0430a7
52917cdbacf : Added tag jdk8u171-b06 for changeset 4b4f3d822b67
c7ea0efcc11 : Added tag jdk8u171-b06 for changeset 915bfb0f6d88
ecc978c1d2b : Added tag jdk8u171-b06 for changeset d5c81b011e04
c85fb067aa1 : Added tag jdk8u171-b06 for changeset daa707488b5e
c7d5a6efb6c : Added tag jdk8u171-b06 for changeset e5223a3c2db5
eb3ec99500f : 8196786: [PPC64+s390] ConstantDynamic support
4f8c5b6949a : 8197563: assert(is_Loop()) crash in PhaseIdealLoop::try_move_store_before_loop()
347c253452e : 7127700: G1: Replace G1PLAB with PLAB
f2c21c058df : 8041626: Shutdown tracing event
5287d9a3667 : 8197408: Bad pointer comparison and small cleanup in os_linux.cpp
8241f85b85e : 8196868: AARCH64: ld/st instructions hit guarantee assert while using sp
7e1c60b79ba : 8198293: AARCH64 - Add CPU detection code for Cavium Thunder X2
03af65fa7dc : 8198750: [s390+x86_32+aarch64] Fix build after jdk-8195142
899b64249c4 : 8170976: [TESTBUG] LogTestFixture does not restore previous logging state
36449e6c309 : 8198703: Missing #include "gc/shared/cardTableModRefBS.hpp" in graphKit.hpp
114e61d126a : 8194085: Obsolete the deprecated SafepointSynchronize flags and remove related code
e447371492e : 8197864: VS2017 (C4334) Result of 32-bit Shift Implicitly Converted to 64 bits
6e70a698931 : 8198304: VS2017 (C4838, C4312) Various conversion issues with gtest tests
c3893b01c10 : 8198312: VS2017: Upgrade HOTSPOT_BUILD_COMPILER in vm_version.cpp
4faf9a21992 : 8198640: VS2017 (LNK4281) Link Warning Against Missed ASLR Optimization
95d34d138d0 : 8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
b9bc9f0be83 : 8198554: Add fuzzy matching for log levels and tags when parsing -Xlog
d050bedee80 : 8195065: runtime/appcds/ProhibitedPackage.java intermittent failure
bc472b0530a : 8197827: [windows] Small cleanups after JDK-8185712
1a839d08820 : 8068593: Remove or repurpose unused PerfCounters from objectMonitor
7d1735efbb6 : 8184289: Obsolete -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal options
6be78419379 : 8197999: Accessors in typeArrayOopDesc should use new Access API
b962c75f25c : 8198287: Cleanup ElfFile usage in whitebox.cpp
08193e2dfb4 : 8198225: os::attempt_reserve_memory_at records memory as committed
f1540011d0b : 8196405: [REDO] NMT: add_committed_regions doesn't merge succeeding regions
f3fc38d5f5c : 8198439: Fix aarch64 code for handling generate_code_for after FastTLABFill obsolete code
2606b1f985b : 8198369: Clean up GCId and GCIdMark
0bf8fa18550 : 8198267: Allow GCId::current_raw() calls from non-NamedThreads
28c9fe47bc2 : 8193056: Title from build failure with Xcode 9.1
98a4315c724 : 8193909: Obsolete(remove) Co-operative Memory Management (CMM)
276e1da4479 : 8195112: x86 (32 bit): implementation for Thread-local handshakes
b085ebe7b77 : 8196884: VS2017 Multiple Type Cast Conversion Compilation Errors
17fe1b7ec79 : 8197956: VS2017 (C4838) Narrowing conversion required from __int64 to julong
91105a9a522 : 8196997: VS2017 The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be removed
6842f2f659d : 8196880: VS2017 Addition of Global Delete Operator with Size Parameter Conflicts with Arena's Chunk Provided One
acd1f4797fe : 8196889: VS2017 Unable to Instantiate OrderAccess::release_store with an Incomplete Class Within an Inlined Method
4e971f54558 : 8198265: Make CollectorPolicy::satisfy_failed_metadata_allocation() virtual
13aaf94964f : 8198268: Add time argument to ConcurrentGCTimer::register_gc_pause_start/_end
1b12333f8f6 : 8198269: Allow GCCauseSetter to be used outside of safepoints
dcabd45c6c3 : 8198341: Build failures after 8194084 (Obsolete FastTLABRefill and remove the related code)
29dd30e010d : 8196783: Refactor LogTagLevelExpression into separate classes
8cf755c1207 : 8176298: Log tags in -Xlog:help not sorted
6ef98008757 : 8194994: Remove redundant string streams used for logging
6ec23b1d47d : 8197030: Perf regression on all platforms with 8u171-b03 - early lambda use
b57b087b09d : 8197030: Perf regression on all platforms with 8u171-b03 - early lambda use
9ab1b854cac : 8197546: Fix for 8171000 breaks Solaris + Linux builds
b825e581a90 : 8197443: ArrayIndexOutOfBoundsException in UcryptoException.getError
6578fdad34f : 8197443: ArrayIndexOutOfBoundsException in UcryptoException.getError
7c3b34ae810 : 8197498: (se) kevent polling should ignore signal interrupt (EINTR) 8179307: Java_sun_nio_ch_KQueue_keventPoll throws an exception with "kqueue failed" instead of "kevent poll failed"
a7b3a19ec47 : 8191416: (bf) DirectByteBuffer extends MappedByteBuffer, confuses instanceof tests
bf480bcbfe2 : 8197571: Change storage location for generated-configure.sh
cc873b716f1 : 8193189: Allow --boot-jdk to accept a .tar.gz compressed JDK image
b1c09c22bb5 : 8193295: Remove no longer used COMMALEFT
f9b19eb8741 : 8195590: Miscellaneous changes imported from jsr166 CVS 2018-02
b6c2b234ef8 : 8190324: ThreadPoolExecutor should not specify a dependency on finalization
987c3a2d874 : 8190378: Removal of CORBA and Java EE modules
7daf655c16f : 8197866: Docs.mk still had a reference to java.se.ee
7c4ed0b15ba : 8194651: javadoc: mark the com.sun.javadoc API for removal
02dce3adac8 : 8196998: Create devkit for Linux with gcc 7.3
0e2519d28f9 : 8187676: Disable uninitialized warnings for two files until proper fix available
9d59a4c2cc8 : 6857903: SAXException.initCause() does not correctly set Exception
147e4f3054b : 8197493: [Backout] JDK-8196602 Change HeapRegionClosure to comply to naming conventions
514930360ff : 8196602: Change HeapRegionClosure to comply to naming conventions
45f751f518c : 8197455: There is some runthese related unused code in bytecodeInterpreter.cpp
0e83ce17386 : 8198485: Simplify a URLClassPath constructor
80e322bbcc1 : 8198484: URLClassPath should use an ArrayDeque instead of a Stack
541978b4a25 : 8198482: The URLClassPath field "urls" should be renamed to "unopenedUrls"
8f24dc87b18 : 8198481: Coding style cleanups for src/java.base/share/classes/jdk/internal/loader
749ad1ee030 : 8198480: Improve ClassLoaders static init block
3c9dfe26edb : 8198755: Reduce cost of InvokerBytecodeGenerator::isStaticallyInvocable/-Nameable
efeaca8cda8 : 8038043: Xerces Update: XInclude update
4932677ba4c : 8198522: Javadoc search broken after output files organization for modules
4ce3f37ba2e : 8198375: Passing 'null' value to lookup param of ConstantBootstraps.invoke does not throw NullPointerException
2c6c25ff22e : 8157898: SupportedDSAParamGen.java failed with timeout
1d1facd8bfa : 8157898: SupportedDSAParamGen.java failed with timeout
a25a95120e3 : 8196083: Avoid locking in OopStorage::release
789e827f1a6 : 8196806: Deprecate VMThreadHintNoPreempt and CompilerThreadHintNoPreempt
5c195246220 : Added tag jdk-10+43 for changeset 107413b070b9
934390b5712 : 8196923: [REDO] NMT: Report array class count in NMT summary
8d72dcd0407 : 8197113: combine multiple @key tags in jtreg tests
f97ea777883 : 8196854: TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException
429a53650f3 : 8196854: TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException
553380e6932 : 8196488: [aix] TOC overflow for libjvm.so in fastdebug build
7d7c653abf0 : 8197462: Inconsistent exception messages for invalid capturing group names 8179608: Error in comment in Pattern.java
bc690b263b5 : 8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java
a0382a29e56 : 8195976: Add JNDI test com/sun/jndi/dns/AttributeTests/GetAny.java
f187ff88aea : 8195131: Dead code removal for changes present in JDK-8176795
75ab2501f7b : 8196883: G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
507c62fc768 : 8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors
80dd9e94bc0 : 8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently
0d104efe544 : 8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently
a728c24f006 : 8187577: JVM crash during gc doing concurrent marking
85cee9e7634 : 8187577: JVM crash during gc doing concurrent marking
185a74bcf99 : Added tag jdk8u181-b07 for changeset d7e3c1152014
20204e22ef4 : 8187577: JVM crash during gc doing concurrent marking
17f8ce20083 : 8187577: JVM crash during gc doing concurrent marking
157756fcf98 : Added tag jdk8u181-b07 for changeset acce61a7d0b1
4779c85b467 : 8187577: JVM crash during gc doing concurrent marking
d26069837f0 : 8196977: add test for JDK-8161605
c9757ad448a : 8196960: Exceptions in ConstantBootstrapsTest.java on SPARC
8abc2c38f76 : 8161605: The '!UseSharedSpaces' check is not need in JvmtiManageCapabilities::recompute_always_capabilities
a49f5a83ada : Added tag jdk8u162-b34 for changeset 77843293b8d2
f935181110a : Added tag jdk8u162-b34 for changeset 5ac77536a1e5
5d76aa35c86 : Added tag jdk8u162-b34 for changeset 357da46eb6ab
8a4dcca08a2 : Added tag jdk8u162-b34 for changeset cc4c4a5ea2ad
668074e36f2 : Added tag jdk8u162-b34 for changeset 2b1a001b38dc
11e3531e26a : Added tag jdk8u162-b34 for changeset ddabeca9ef0a
fcd44a08be3 : Added tag jdk8u162-b34 for changeset 173a0df987f7
e87adbe31cb : Added tag jdk8u162-b34 for changeset abffe497b54d
44fd5ebe949 : Added tag jdk8u162-b34 for changeset 7772c9da665b
63060d8d35e : Added tag jdk8u162-b34 for changeset 84c5420e1679
99167de3ecc : Added tag jdk8u162-b34 for changeset 1c8cfe4f735b
b664b0b7b27 : Added tag jdk8u162-b34 for changeset 4306d9e148d3
b8eea7bc712 : Added tag jdk8u162-b34 for changeset 81bb6ed17715
36f6d6e74b4 : Added tag jdk8u162-b34 for changeset d50cd9dc29e4
b68ed88ffba : 8196062: Enable docker container related tests for linux ppc64le
60f417575ee : 8196565: AIX: Clean up os::javaTimeNanos according to AIX/PASE specification
cc9da31c2de : 8192757: Improve stub classes implementation
2f27b277632 : 8192757: Improve stub classes implementation
744dc8b003f : 8192757: Improve stub classes implementation
fa5b4a6b90d : 8192757: Improve stub classes implementation
0c1fbdf4a1f : 8192757: Improve stub classes implementation
276dd26702f : 8192757: Improve stub classes implementation
751fa92e41d : 8196383: JDK 10 L10n resource file update - msgdrop 20
d5ec9dbfb53 : 8194764: javac incorrectly flags deprecated for removal imports
b0cb59ac31c : 8196678: avoid printing uninitialized buffer in os::print_memory_info on AIX
0ca0fd15142 : 8196663: [TESTBUG] test/compiler/loopopts/TestCMovSplitThruPhi.java fails on 32 bit Java
7189e68da82 : 8196663: [TESTBUG] test/compiler/loopopts/TestCMovSplitThruPhi.java fails on 32 bit Java
68125a86fb0 : Added tag jdk8u172-b05 for changeset 68bd0864eb55
3fa46e51e44 : Added tag jdk8u172-b05 for changeset 0bd5488ee3b1
9ac34b1ca5d : Added tag jdk8u172-b05 for changeset 6c24b93de60b
471ed1cd40f : Added tag jdk8u172-b05 for changeset 1bd781299bca
805aa2f45c7 : Added tag jdk8u172-b05 for changeset ac54920086f0
708afaa5932 : Added tag jdk8u172-b05 for changeset 18d5df434787
91e5fdd0f2d : Added tag jdk8u172-b05 for changeset 766c9002d59f
ff719542381 : Added tag jdk8u172-b05 for changeset ad0277c50195
cd982956d46 : Added tag jdk8u172-b05 for changeset 52ccdf6d0dd9
d1dc296df54 : Added tag jdk8u172-b05 for changeset f986fede83e8
876756dae83 : Added tag jdk8u172-b05 for changeset fc6cc317c9ec
a174d6610a9 : Added tag jdk8u172-b05 for changeset cabaa4c1f8f3
a1719882ef3 : Added tag jdk8u172-b05 for changeset 0cdf37dbde30
c53ca5cf1a0 : Added tag jdk8u172-b05 for changeset 97d65549cb80
3e792455d5a : Added tag jdk8u172-b05 for changeset 271d09204c58
24d00fb59cd : Added tag jdk8u172-b05 for changeset 5174ed491acb
f9e2c211bc7 : Added tag jdk8u171-b05 for changeset 88ed1040da49
2b6a16ea5ad : Added tag jdk8u171-b05 for changeset 466843bbae9f
47c21d6825e : Added tag jdk8u171-b05 for changeset d8c6bf386218
debce486b5e : Added tag jdk8u171-b05 for changeset 70ef407268ec
d699b9af366 : Added tag jdk8u171-b05 for changeset 45823acb22ed
34796dff985 : Added tag jdk8u171-b05 for changeset 5cde523d83dc
74921efea6e : Added tag jdk8u171-b05 for changeset 0d25ee7b78c6
bda3486ddac : Added tag jdk8u171-b05 for changeset bcb387ba687a
3a0c4848283 : Added tag jdk8u171-b05 for changeset 21a21263862b
8b20d9da042 : Added tag jdk8u171-b05 for changeset 2bb9626c82ce
ccd5462050f : Added tag jdk8u171-b05 for changeset f8f643812ea5
5ba55372802 : Added tag jdk8u171-b05 for changeset 319da329bf44
6876ec4ebc8 : Added tag jdk8u171-b05 for changeset e528ea21e2dc
c44e8d3038c : Added tag jdk8u171-b05 for changeset e65d9deef622
9177012e68f : Added tag jdk8u171-b05 for changeset 46234c38d71f
48761657755 : Added tag jdk8u171-b05 for changeset 455720c4b3cb
0e1817736cf : 8196726: compiler/inlining/InlineAccessors.java test failed
9caf4aeb125 : 8168682: jdk/test/java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java fails with -Xcomp
c011e36147f : 8156824: com.sun.jndi.ldap.pool.PoolCleaner should clear its context class loader
75ea2b3865c : 8156824: com.sun.jndi.ldap.pool.PoolCleaner should clear its context class loader
c39c67ffc0c : 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format
974542e8aa2 : 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format
9732b593e7d : 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format
654195f4500 : 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format
fe0349f1ce7 : 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format
9b8214c34e9 : 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format
9a59a15c9ac : Added tag jdk8u162-b33 for changeset 52b23700b4d2
78cf2db37ab : Added tag jdk8u162-b33 for changeset e8faa9bb8272
87df7b06b4d : Added tag jdk8u162-b33 for changeset 6c7cca497007
96e81439a27 : Added tag jdk8u162-b33 for changeset 58b9b75866c6
61d9556edf6 : Added tag jdk8u162-b33 for changeset 67386511a740
76ebacaa449 : Added tag jdk8u162-b33 for changeset 330d4a32aa0b
4684586877d : Added tag jdk8u162-b33 for changeset 28a603f9b912
220b7485ac8 : Added tag jdk8u162-b33 for changeset e097530f7f87
75f8ff7642c : Added tag jdk8u162-b33 for changeset 669a763e47ca
3c475f4b493 : Added tag jdk8u162-b33 for changeset 8bb61d10dbeb
765ce158769 : Added tag jdk8u162-b33 for changeset f060e6e91f29
c959c5896d2 : Added tag jdk8u162-b33 for changeset 2a857dcd7170
e022437bdba : Added tag jdk8u162-b33 for changeset e7ef5dbf525c
b3439278b8f : Added tag jdk8u162-b33 for changeset 22e0ec27ecba
e1249f2443d : Added tag jdk8u162-b33 for changeset b261c4322fbf
0746bdf1feb : Added tag jdk8u162-b33 for changeset 4cc199cac3b7
7f25db6e5fa : 8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler
69c57791a44 : 8193308: Disallow installing user signal handlers for SIGBUS on OSX
dd416bbf337 : 8196924: [BACKOUT] NMT: Report array class count in NMT summary
41ace192068 : 8193184: NMT: Report array class count in NMT summary
48f208f1933 : 8196907: Fix minimal vm
34480e526e9 : 8190235: Clarify ClassLoaderData::is_*_class_loader_data() method implementations
ba9f9457ddf : 8196726: compiler/inlining/InlineAccessors.java test failed
2f74993973d : 8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler
387ae707fd7 : 8168628: (fc) SIGBUS when extending file size to map it 8171452: (ch) linux io_util_md: Operation not supported exception after 8168628
2c17fb311ec : Added tag jdk8u162-b34 for changeset 2dc58f972f1d
6b66c309f1f : 8168628: (fc) SIGBUS when extending file size to map it 8171452: (ch) linux io_util_md: Operation not supported exception after 8168628
061894856dd : Added tag jdk8u162-b34 for changeset 1d4dfa974976
fd76f4398ca : 8168628: (fc) SIGBUS when extending file size to map it 8171452: (ch) linux io_util_md: Operation not supported exception after 8168628
4a7b4115d0e : 8168628: (fc) SIGBUS when extending file size to map it 8171452: (ch) linux io_util_md: Operation not supported exception after 8168628
b3597efef7d : 8196768: RootLoggerHandlers fails when source tree is read-only
40f004ad8c2 : 8080990: libdt_socket/socket_md.c(202) : warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW()
2f8f0b23cdf : 8196985: Disable new warnings from GCC 7.3 in jdk libraries
b44023eb8d9 : 8197141: Add java/nio/file/WatchService/LotsOfCancels.java to ProblemList on Solaris
167d81a7181 : 8196356: Changes to m4 files don't trigger autoconf execution at build time
9f0da6d94f6 : 8196869: Optimize Locale creation
8dcabfdf5fe : 8196215: sun/security/util/Resources/customSysClassLoader/MessageFormatting.java failed on ar_SA locale
ca8a2aceed8 : 8178342: Missing @modules in jdk/jdk/nio/zipfs
e3b76987866 : 8196956: (ch) More channels cleanup
48aad3bd2fd : 8196823: jarsigner should not create a signed jar if the signing fails
e7f7bcdb06b : 8195795: Organize output files by module/package, not just package
0a40080ee11 : 8196951: jdk build fails with clang: error: no such file or directory: '@LIBZ_CFLAGS@'
683817de437 : 8194251: Deadlock between UsageTracker and System.getProperty() when using a malformed security policy
999168d66bc : 8196027: Remove "Prev" and "Next" links from the javadoc navigation
b53c31d599d : 8196895: Create devkit for Macosx with Xcode 9.2
982d2dc7de6 : 8173401: Update VERSION_FEATURE for JDK 11
6d85cafef25 : 8196911: Windows build fails with not finding zlib.h
7a6b6959591 : 8196879: Forgot to add file in JDK-8196803
ffdfd48fd22 : 8196803: Fix build warnings in jdk libraries with Xcode 9
8deac7d09b0 : 8196787: (ch) Moving network channels to use j.u.c locks
6ff900807d1 : 8152616: com.sun.tools.javac.tree.Pretty generates nested comments for enum
5f7839ae5a4 : 8196535: Remove support for pre-Java 6 non-JVM-wide file locking
3a7104760ab : 8196224: Even better Internet address support
8f99a3be7aa : 8196224: Even better Internet address support
6f98c021d1b : 8196521: [Testbug] serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output
753e4ed4997 : 8196361: JTReg failure: serviceability/sa/ClhsdbInspect.java
7f04dec594c : 8196736: Refactor HelpWriter and properties
897d2288996 : 8194934: NMT: Remove MemTracker::get_virtual_memory_xxx_tracker(), create Tracker in place
24ae32f0824 : 8190452: javac should not add MethodParameters attributes to v51 and earlier class files
a1fb359e7ed : 8189981: Improve queuing portability
83e7cac28f6 : 8189981: Improve queuing portability
3c2d19f0bc9 : 8196739: Disable obsolete/expired VM flag transitional warnings
b7c0ee58123 : 8196657: [Testbug] TestOptionsWithRanges will fail for newly obsoleted flags that have not yet been removed
a4630a5b3b5 : 8195689: Remove generated-configure.sh and instead use autoconf
24b9f21a34c : 8195837: (tz) Upgrade time-zone data to tzdata2018c
2d44f6c527e : 8195837: (tz) Upgrade time-zone data to tzdata2018c
2b249247999 : 8195837: (tz) Upgrade time-zone data to tzdata2018c
df8ccfd3299 : 8195837: (tz) Upgrade time-zone data to tzdata2018c
3f3187e8dea : 8171000: Robot.createScreenCapture() crashes in wayland mode
e5ff389339f : 8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ?
6494aaaee72 : 8171000: Robot.createScreenCapture() crashes in wayland mode
9eb320a4182 : 8195731: [Graal] runtime/SharedArchiveFile/serviceability/transformRelatedClasses/TransformSuperSubTwoPckgs.java intermittently fails with Graal JIT
e5131d5ceb3 : 8195695: NativeLibraryTest.java fails w/ 'Expected unloaded=1 but got=0'
38e8a07f05c : 8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode
2bf1bf3afb1 : 8195981: Move some tests to OpenJDK for jdk_lang test group
1c318a676ef : 8196550: [Testbug] runtime/appcds/MultiReleaseJars.java fails on JDK 11
831b32b2a97 : 8196740: Character.digit(int,int) returns wrong value for out of range radix
0db8f238af7 : 8196064: AArch64: Merging ld/st into ldp/stp in macro-assembler
333333a5071 : 8194819: Update Graal
3138724d056 : 8196717: remove xmlresolver.md
d6d2c07bcb2 : 8194412: Adding 256 units of IsoFields.QUARTER_YEARS broken
4c043906e06 : 8194412: Adding 256 units of IsoFields.QUARTER_YEARS broken
3e53369eb82 : 8196609: Improve javadoc for java.time.Instant.getEpochSecond
073cfe14a5c : 8166253: (ch) FileLock object can get GC'd and result in unexpected release of file lock
04944778bfd : 8195973: Update JDK 10 repo for FCS build
0b8689b3313 : 8195059: Update java.net Socket and DatagramSocket implementations to use Cleaner
5d5303cb87f : 8189981: Improve queuing portability
979f5b2e7ba : 8189981: Improve queuing portability
dff176cc842 : 8196627: Update MultiReleaseJarAwareSJFM.java to be version agnostic
80f4b229568 : 8196623: Update JavaBaseTest.java to be version agnostic
92ee8dfe8ac : 8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList
ae133c49b56 : 8196288: Update src/java.desktop/share/legal/libharfbuzz.md for harfbuzz
83bb2205e84 : 8190359: Reduce the number of recorded klass dependencies
191a1f80a18 : 6909265: assert(_OnDeck != Self->_MutexEvent,"invariant") with -XX:+PrintMallocFree
5f7d996632c : 8196403: remove the remaining use of string keys for errors and warnings in the compiler
1335ebada25 : 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
f2a5dad0239 : 8196443: javax/swing/JList/BasicListTest.java has invalid tag
17dd36e4c9f : Added tag jdk-10+42 for changeset 4b62b815b4f4
085c643eec5 : 8196534: [Testbug] serviceability/dcmd/jvmti/*DcmdTest tests can't tolerate unrelated warnings
05844413907 : 8193830: Xalan Update: Xalan Java 2.7.2
00b3f917ac9 : 8195694: ConstantBootstraps.invoke does not preserve variable arity
5dc21843911 : 8196583: Update jib and test jtreg version to 4.2 b12
ea5f35759be : 8196124: [testbug] runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java passes despite of error
aa51ac19b3b : 8196199: Remove miscellaneous oop comparison operators
8434c0855a8 : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
c33dc7a4c74 : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
697c3fc0738 : 8139206: Add InputStream readNBytes(int len)
482ff9cfdff : 8196585: Make custom extension point additions
69287b5b991 : 8196551: Update TestSourceVersion.java to be robust across version changes
7d09a4bc83e : 8196524: Align MaxRAMPercentage settings between open and closed
5e9d4e4eafd : 7007967: DefaultRowSorter: incorrect sorting due to not updating comparator cache
f8db247cde5 : 8196503: PPC64: vtableStubs gtest fails after 8174962
317bef9a412 : 8195837: (tz) Upgrade time-zone data to tzdata2018c
d68506157aa : 8191239: Improve desktop file usage
b339e2c59ed : 8191239: Improve desktop file usage
2b3d492b435 : 8196533: Update CondyNestedTest.java to compile jcod file
ce205655fe4 : 8194990: 3 Null pointer dereference defect groups related to CodeCache::find_blob_unsafe()
672ddf57fc1 : 8194987: Null pointer dereference in escape.cpp related to Node::find_out_with()
b1723061be3 : 8194984: 9 Null pointer dereference defect groups related to ciMethodData::bci_to_data()
7baa56621ef : 8196468: Client jtreg ProblemList updates
f5b63e9852b : 8196310: jlink --suggest-providers fails with missing resource if --output specified
c971362aa0f : 8195069: LogCompilation - add basic unit tests
fec9d472e3b : 8193802: NullPointerException from JarFileSystem.getVersionMap()
0b40438ae8c : 8194070: Update various tests to pass under JDK 11
4b5ffe70d98 : 8187742: Minimal set of bootstrap methods for constant dynamic
2f7bcc872f0 : 8176379: java.util.Base64 mime encoder behaves incorrectly if initialized with a line length of size 1-3
783894f2f7b : 8196509: Linux UI applications broken by the build change for JDK-8196218
46d55542955 : 8166339: Code conversion working behavior was changed for x-IBM834
967599181a2 : 8196211: Move two sun/nio/cs tests into OpenJDK
4bea8ffc4c3 : 8195852: The usage of permissions in Desktop API should be clarified
7ec0fe5737d : 8167276: jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations
dc8a062958d : 8150757: [TESTBUG] compiler/ciReplay/TestVM.sh and compiler/ciReplay/TestVM_no_comp_level.sh fail when no compilations are happening
ab98118bec1 : 8217678: [AOT] jck Math/IncrementExact and Math/DecrementExact tests fail when test classes are AOTed
01e49488365 : 8216180: [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled
5fc5bf40549 : 8158646: [jittester] generated tests may not compile by javac
c30240ecf2b : Added tag jdk-12+29 for changeset 44f41693631f
16a40e6f7b0 : 8167276: jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations
28baf4e5b12 : 8145845: [AOT] NullPointerException in compiler/whitebox/GetCodeHeapEntriesTest.java
255b95acd70 : 8042383: [TEST_BUG] Test javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails with shortcuts on menus do not work
3a3dd400571 : 8196969: JTreg Failure: serviceability/sa/ClhsdbJstack.java causes NPE
7ed6864cafb : 8229236: CriticalJNINatives: dll handling should be done in native thread state
fa08f86ee9d : 8193042: NativeLookup::lookup_critical_entry() should only load shared library once
0958c504ed6 : 8068184: Fix for JDK-8032832 caused a deadlock
b3677be98ff : 8234340: Bump update version for OpenJDK: jdk-11.0.7
d1c4b3334c0 : Added tag jdk-11.0.7+0 for changeset b7446ddfa2aa
e848b70b81a : 8193409: Improve AES supporting classes
203b324ec50 : 8193409: Improve AES supporting classes
037a1ffe252 : Added tag jdk8u172-b04 for changeset 82cec0743d2d
d01dec9e81e : Added tag jdk8u172-b04 for changeset 87516fef2d87
5eb1bbd0fa3 : Added tag jdk8u172-b04 for changeset ecdd5cbcfbf7
a06d0a67e50 : Added tag jdk8u172-b04 for changeset 90a7d026a4a6
fb2b48c9640 : Added tag jdk8u172-b04 for changeset 95eb72ec5f02
9a96631786c : Added tag jdk8u172-b04 for changeset a240a5948c5a
8915f94f61e : Added tag jdk8u172-b04 for changeset a7f6b89f99f4
4827b917dcf : Added tag jdk8u172-b04 for changeset 44c0c069d2b6
3a32862e0dc : Added tag jdk8u172-b04 for changeset 791a7462f975
ac5afd3257f : Added tag jdk8u172-b04 for changeset f3891b5d7bd4
25aae1df443 : Added tag jdk8u172-b04 for changeset 73809e3ef84b
2a68941c4fe : Added tag jdk8u172-b04 for changeset 6a5e58d53766
032ccbadf11 : Added tag jdk8u172-b04 for changeset 4c487d8aa2c0
cf2d5e10681 : Added tag jdk8u172-b04 for changeset d5c37737234d
57ef00aa8cf : Added tag jdk8u171-b04 for changeset bc46e265eb23
b69694d30f3 : Added tag jdk8u171-b04 for changeset 618fe54377c5
829566409ec : Added tag jdk8u171-b04 for changeset bbe6efeeb198
df4ae13e92c : Added tag jdk8u171-b04 for changeset 4279d3ad022e
52163529bf9 : Added tag jdk8u171-b04 for changeset 538e25c19907
922fbfaa36f : Added tag jdk8u171-b04 for changeset a4609612bca5
4417cf1be7b : Added tag jdk8u171-b04 for changeset 7b0749477914
adcfc2dd685 : Added tag jdk8u171-b04 for changeset decb82635ae4
5a0ad4aca9b : Added tag jdk8u171-b04 for changeset 770076e6e2ce
57300f5f084 : Added tag jdk8u171-b04 for changeset 91972bbc0f1d
cbb42fff417 : Added tag jdk8u171-b04 for changeset 204f63fbb710
4722df39c48 : Added tag jdk8u171-b04 for changeset a07b3fb4ea25
0a6f0bde6c5 : Added tag jdk8u171-b04 for changeset e0567b140f63
b5338b91c81 : Added tag jdk8u171-b04 for changeset a440cc7d9774
e04470d3f5e : Added tag jdk8u171-b04 for changeset d08e35d944d6
aded9b83507 : Added tag jdk8u171-b04 for changeset 9fdc14d59e97
bbb4bcd69d1 : 8196207: Inefficient ArrayList.subList().toArray()
35a7cc10b76 : 8196414: Update ProviderVersionCheck.java to pass on updated JDK versions
8d78d1851ef : 8196331: Optimize Character.digit for latin1 input
34d13ea2eb5 : 8189993: Improve document portability
09f0c4eab90 : 8189993: Improve document portability
e1d8e075483 : 8189993: Improve document portability
e4453ef25a3 : 8189993: Improve document portability
ecc6876d79e : 8196289: Update src/java.desktop/share/legal/lcms.md for LCMS 2.9
30093a30d35 : 8196289: Update src/java.desktop/share/legal/lcms.md for LCMS 2.9
8641dcffca3 : 8194268: Incorrect parameter names for synthetic methods
a1364997b1c : 8177758: Regression in java.awt.FileDialog
dcc10d71e76 : Added tag jdk8u172-b04 for changeset 8a646920c648
c2fb705892f : 8177758: Regression in java.awt.FileDialog
0878bba63b7 : Added tag jdk8u172-b04 for changeset f6fe979fa74a
2e0e5df492b : 8177758: Regression in java.awt.FileDialog
1f96e6da4bc : 8177758: Regression in java.awt.FileDialog
18beaf66464 : 8196221: AArch64: Mistake in committed patch for JDK-8195859
d244b3ccd13 : 8196296: Lucene test crashes C2 compilation
b42858623c1 : 8196295: [Graal] remove unused org.graalvm.options package
2e16c465c39 : 8196287: Update src/java.desktop/share/legal/libpng.md for libpng 1.6.34
30df14bd0a7 : 8195970: Crash passing null to a VarHandle
d46ebb546d5 : 8196221: AArch64: Mistake in committed patch for JDK-8195859
bb337bd480e : 8196365: Overriding configure variable from custom hook generates warning
d6e9a698d0b : 8196218: [linux] libfontmanager should be linked against headless awt library
e4d034cf9a1 : 8191023: PngReader throws NegativeArraySizeException when keyword length exceeds chunk size
056c5059aec : 8193483: Update client-libs ProblemList.txt
01a0105416c : 8189201: [macosx] NotSerializableException during JFrame with MenuBar serialization
81a51d8c452 : 8179373: javac -verbose logs the class path multiple times
b9ecb2e95b9 : 8194412: Adding 256 units of IsoFields.QUARTER_YEARS broken
9392abce278 : 8196108: Add build support for VS 2015/2017
4d25aec1b47 : 8196197: Enable the make system to calculate concurrency for JDK tests
15541c48188 : 8179294: several langtools tests depend on jar, jlink, javac but do not declare that dependency
7bd0087f964 : 8186009: tools launcher test AddExportsAndOpensInManifest.java fails intermittently: AccessDeniedException
e6c7f041f9d : 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
9ec48886dec : 8195859: AArch64: vtableStubs gtest fails after 8174962
a43f7bc7d79 : Added tag jdk-10+41 for changeset 3eae36c6baa5
cf8d43353ff : 8195859: AArch64: vtableStubs gtest fails after 8174962
15ac25be9d3 : 8177398: Exclude dot files ending with .conf from krb5.conf's includedir
6de0123fd7a : 8191170: Clarify if java.class.path can be undefined
f7a44a7d8a0 : 8196127: Dead code in VersionProps.java.template
3d9bdcba1db : 8196136: AArch64: Correct register use in patch for JDK-8195685
7568db027df : 8196136: AArch64: Correct register use in patch for JDK-8195685
4567ed7c3ef : 8194486: Several krb5 tests failed in Mac
dd61a0c90d6 : 8196081: Add support for customized intellij project templates
78de84bc1e8 : 8194676: NullPointerException is thrown if ipaddress is not set
7e5577a6c1f : 8186098: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failed due to libnss3 version cannot be parsed
6d4be032059 : 8157903: (prop) move Properties tests into OpenJDK
739ca33412b : 8161348: Several tools/jlink tests failed in "-Xcomp" mode due to time out
1a23a6264ea : 8194238: Trying exceptions in MethodHandles
92b911a7c02 : 8194238: Trying exceptions in MethodHandles
2f36d82ec7b : Added tag jdk8u171-b03 for changeset 2c1e7dd51e42
9339658b82e : Added tag jdk8u171-b03 for changeset 4f61bee18520
e620f6a65eb : Added tag jdk8u171-b03 for changeset b9208b60745f
1f4ccca4078 : Added tag jdk8u171-b03 for changeset ce6591de9c17
13ad3535d20 : Added tag jdk8u171-b03 for changeset afe991adfa58
47e55014dd9 : Added tag jdk8u171-b03 for changeset 4a75ed00851c
417ae25806a : Added tag jdk8u171-b03 for changeset 30a7e6a29204
4dd96343888 : Added tag jdk8u171-b03 for changeset 35f76d3e2bf0
e0f44e7daed : Added tag jdk8u171-b03 for changeset 0bedbdad43cd
d68dea41d98 : Added tag jdk8u171-b03 for changeset dbd6634727fb
292f1989c30 : Added tag jdk8u171-b03 for changeset b1cb109b59b4
af7660c7a27 : Added tag jdk8u171-b03 for changeset b5f21f353332
ca75d8d0602 : Added tag jdk8u171-b03 for changeset 3e38ef85b7dc
93b6ca3bf3d : Added tag jdk8u171-b03 for changeset 42918e34eb4f
9d722d93456 : Added tag jdk8u171-b03 for changeset dbbf646dde56
dbb8229553a : Added tag jdk8u171-b03 for changeset bd4b565a857c
412087ff642 : 8193409: Improve AES supporting classes
163e61b805f : 8193409: Improve AES supporting classes
0ed1824f9ec : 8175075: Add 3DES to the default disabled algorithm security property
856fdd5712c : 8175075: Add 3DES to the default disabled algorithm security property
49b87d7f721 : 8167253: com.sun.jdi invokeMethod has duplicated @throws for InvalidTypeException
cd31cb85e97 : 8196074: Remove uses of loose type equality tests
551a0d104f2 : 8146656: Wrong Months Array for DateFormatSymbols
8dff4034fdb : 8195824: tools/launcher/HelpFlagsTest.java fails with java.lang.AssertionError
e2620f31286 : 8147614: add jjs test for -t option
52841d639a8 : 8195989: JDK-8186080 merge add back @LastModified removed by JDK-8193586
7a13702c483 : 8195987: Problem list tools/launcher/HelpFlagsTest.java on windows
3a1b5982713 : 8187803: JDK part of JavaFX-Swing dialogs appearing behind main stage
023b67b0566 : 8187803: JDK part of JavaFX-Swing dialogs appearing behind main stage
667165cf3cb : 8187803: JDK part of JavaFX-Swing dialogs appearing behind main stage
2bd21107ab0 : 8187803: JDK part of JavaFX-Swing dialogs appearing behind main stage
81a4dde5bda : 8187803: JDK part of JavaFX-Swing dialogs appearing behind main stage
9161c7ad7c1 : 8187803: JDK part of JavaFX-Swing dialogs appearing behind main stage
4c44f117d89 : Added tag jdk8u162-b32 for changeset 2393740636b4
9fa9b57db8c : Added tag jdk8u162-b32 for changeset 1beb52c1e93e
5591f86f09d : Added tag jdk8u162-b32 for changeset 6f3565ac3ffa
348a45e67ff : Added tag jdk8u162-b32 for changeset bafa38bb725a
dc8f380f74c : Added tag jdk8u162-b32 for changeset ac9a989f2cd1
55a42105b5e : Added tag jdk8u162-b32 for changeset d1cb5b1b3f9f
cf6125c5369 : Added tag jdk8u162-b32 for changeset 6da67cd3a18d
2bb41ea27b7 : Added tag jdk8u162-b32 for changeset 4598a0023c1d
1d613dd81ff : Added tag jdk8u162-b32 for changeset 10a476dcb5ba
754196db695 : Added tag jdk8u162-b32 for changeset 309d936b0ef1
b3d5885fe6f : Added tag jdk8u162-b32 for changeset d2a0f6fd80c9
9e05a5a26ae : Added tag jdk8u162-b32 for changeset 5a27e07b1fdc
350448c2b52 : Added tag jdk8u162-b32 for changeset 2cc375690755
8d44dd38386 : Added tag jdk8u162-b32 for changeset f10e814f5ea4
9b54e6d7664 : 8194233: Improve support for array handles
c86b339f4f9 : 8194233: Improve support for array handles
c0cb4712318 : 8195805: Doclet incorrectly updates all attributes in <a> tags when relocating links
0ba91a2cc9e : 8192025: Less referential references
0fce9adc994 : 8192025: Less referential references
eb5ae2b8859 : 8192025: Less referential references
0e71476bbfe : 8192025: Less referential references
8550a5c92d2 : 8195796: Reduce the size of relative URLs in generated docs
8275c3907bb : 6990210: [TEST_BUG] EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java fails on gnome
452ad901009 : 8194739: Zero port of 8174962: Better interface invocations
f6adbae2371 : 8068778: [TESTBUG] CompressedClassSpaceSizeInJmapHeap.java fails if SA not available
13cb91dda72 : 8194739: Zero port of 8174962: Better interface invocations
e230cf90d5d : 8068778: [TESTBUG] CompressedClassSpaceSizeInJmapHeap.java fails if SA not available
22c23d5081b : 8194739: Zero port of 8174962: Better interface invocations
005ff629899 : 8195829: Parsing a nameless ES6 class results in a thrown NullPointerException
8cf5449fd9e : 8175075: Add 3DES to the default disabled algorithm security property
97c8fdb2dde : 8175075: Add 3DES to the default disabled algorithm security property
3ee098f301a : 8195685: AArch64: AArch64 cannot build with JDK-8174962
724d1916fe9 : 8014628: Support AES Encryption with HMAC-SHA2 for Kerberos 5
c1700dddf57 : 8195663: Java launcher HelpFlagsTest.java fails with java.lang.AssertionError
46051a71c6f : 8195789: Building of test/langtools/jdk/jshell/VariablesTest.java may fail
730e81e82ef : 8074373: NMT is not enabled if NMT option is specified after class path specifiers
b9784b6daea : 8074373: NMT is not enabled if NMT option is specified after class path specifiers
5c8d6959e85 : 8074373: NMT is not enabled if NMT option is specified after class path specifiers
e115d900a52 : 8176183: sun/security/mscapi/SignedObjectChain.java fails on Windows
1649db4b89d : 8196854: TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException
1e9ffc523ca : 8157898: SupportedDSAParamGen.java failed with timeout
7e41726c837 : 8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently
84ae26ce9bd : 8197943: Unable to use JDWP API in JDK 8 to debug JDK 9 VM
aca7c5e327e : Added tag jdk8u181-b01 for changeset 70599bd32539
4f452cdfe93 : 8074373: NMT is not enabled if NMT option is specified after class path specifiers
4d5ed7b73a2 : 8176183: sun/security/mscapi/SignedObjectChain.java fails on Windows
680c0d0a4de : 8196854: TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException
6551d875ac2 : 8157898: SupportedDSAParamGen.java failed with timeout
13c5ec070b7 : 8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently
144e4d42e3c : 8197943: Unable to use JDWP API in JDK 8 to debug JDK 9 VM
9c44cfa3205 : Added tag jdk8u181-b01 for changeset a8ee384815eb
884d0772793 : 8074373: NMT is not enabled if NMT option is specified after class path specifiers
a3cf86b8426 : 8074373: NMT is not enabled if NMT option is specified after class path specifiers
8cdeecd144a : 8192025: Less referential references
1ac19a3166c : 8192025: Less referential references
d5e9b335419 : 8193419: Better Internet address support
addc5a823f3 : 8207761: Split compiler/graalunit/JttReflectFTest.java
d3201f3e40e : 8205578: jtreg: Fix failing TestRTMAbortRatio on PPC64
8d3616ba4e1 : 8205390: jtreg: Fix failing TestRTMSpinLoopCount on PPC64
862bb272ae6 : 8205582: PPC64: RTM: Fix counter for aborts on nested transactions
32ec4d38826 : 8205581: PPC64: RTM: Fix abort on native calls
f4a279935b8 : 8205580: PPC64: RTM: Don't retry lock on abort if abort was intentional
5df013d4e6b : 8207380: compiler/graalunit/JttLangMTest.java timeout
ea6cea5d518 : 8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log
bde972d6454 : 8202837: PBES2 AlgorithmId encoding error in PKCS12 KeyStore
a825fe0a2d5 : 8207250: setUseClientMode post handshake with the same value as before does not throw IAE
8818f46285c : 8207763: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java failed with Error. Parse Exception: Can't find source file: HeapMonitorStatIntervalTest.java
d5a05363ef2 : 8207342: error occurred during error reporting (printing register info)
3380b0d0ef1 : 8205725: Update the JVMTI Spec for Heap Sampling
4e92c2dfdc1 : 8205652: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java fails
6f9cb3f9ca0 : 8205541: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java fails with Should not have any events stored yet
a1dda2a3fa1 : 8207261: [Graal] JDI and JDWP tests that consume all memory should be filtered out to not run with Graal
108461949f7 : 8206929: Check session context for TLS 1.3 session resumption
2c82c9e1bdd : 8207240: AARCH64: C2-only VM does not build
d326744b136 : 8207345: AArch64: Trampoline generation code reads from unitialized memory
da18d08006f : 8207318: KeyStore#getInstance(File, LoadStoreParameter) does not load the keystore
34801436855 : 8193419: Better Internet address support
9714f829c98 : 8189993: Improve document portability
9f3116100a5 : 8189993: Improve document portability
84c66750150 : Added tag jdk8u172-b03 for changeset 15e2b406130a
ac065ed1419 : Added tag jdk8u172-b03 for changeset fb3c200b0c06
64c90a4678f : Added tag jdk8u172-b03 for changeset b04c0e15a825
405a2f843ba : Added tag jdk8u172-b03 for changeset bca4a03d3bd4
9794fb593b3 : Added tag jdk8u172-b03 for changeset 0d5854b2d0ad
a84ffcb8b85 : Added tag jdk8u172-b03 for changeset 015f2b72b0d6
b84d4fe3859 : Added tag jdk8u172-b03 for changeset d24b9cc5b2ee
5a8a824e07c : Added tag jdk8u172-b03 for changeset 6cd2d0308fd7
a0647d28da1 : Added tag jdk8u172-b03 for changeset e340ac2cdb7b
a5c413a28d9 : Added tag jdk8u172-b03 for changeset cb7f0aba0ad2
c0f36e77de4 : Added tag jdk8u172-b03 for changeset b3d10478a905
0b0fab310fd : Added tag jdk8u172-b03 for changeset 3ee738b32302
6d5214d8067 : Added tag jdk8u172-b03 for changeset 57cb296ed3f8
ad3c1d41ba5 : Added tag jdk8u172-b03 for changeset cd918834fc09
a2f53f78c37 : Added tag jdk8u172-b03 for changeset ac337b524507
3da6b89f2b7 : Added tag jdk8u172-b03 for changeset ccf659dfc3a0
ef6b063751e : 8176795: Wrong color drawn when painting translucent colors on volatile images using XRender
ad392f53eef : 8195662: Add T6587786.java to problem list before JDK-8195589 is resolved
e6b4cdadc50 : 8195662: Add T6587786.java to problem list before JDK-8195589 is resolved
73388668cda : 8195158: Concurrent System.gc() is "upgraded" to stop-the-world System.gc()
a559c8b653f : 8191174: PngReader throws IllegalArgumentException because ScanlineStride calculation logic is not proper
cf770c93015 : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
cd5b5caf206 : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
5749ecb2ea1 : 8199406: Performance drop with Java JDK 1.8.0_162-b32
ff692887a45 : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
8af06f0cb2b : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
e8a1a3b9cf8 : 8199406: Performance drop with Java JDK 1.8.0_162-b32
22762d1cdc8 : 8189102: All tools should support -?, -h and --help
15ecb4705f2 : 8194489: Incorrect size computation at BandedSampleModel.createDataBuffer()
e3323237602 : 8191842: JShell: Inferred type information is lost when assigning types to a \"var\"
1de9d061eca : 8194284: java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java fails with java.lang.RuntimeException: CheckRegisterInLog got exception timeout 6480000ms out of range
d586b039113 : 8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects
745d8e38157 : 8194982: 2 Null pointer dereference defect groups related to ProjNode::is_uncommon_trap_if_pattern()
fc7971a33dc : 8194991: Null pointer dereference caused by c2v_getNextStackFrame
0e3410b141f : 8194989: 2 Null pointer dereference defect groups caused by Dependencies::DepValue::as_klass()
4f496a57860 : 8194992: Null pointer dereference in MultiNode::proj_out related to loopexit()
80ac199ab30 : Added tag jdk-10+40 for changeset 860326263d1f
60764aee2aa : 8195598: Reference to overloaded method is ambiguous with 3 methods but works with 2
0480f69dd5d : 8194869: [TESTBUG][aix, s390] Adapt tests to platforms
284bf596562 : 8195667: ProblemList PKCS11 tests Secmod/AddTrustedCert.java and tls/TestKeyMaterial.java due to JDK-8180837
94ecb776655 : 8194864: Outputs more details for PKCS11 tests if the NSS lib version cannot be determined
6b802a95132 : 8190229: Non-ASCII characters in java.security file after 8186093
f61a078bd2a : 8194879: Runtime.Version parses string which does not conform to spec without throwing IAE
869f9e2ed00 : 8194554: filterArguments runs multiple filters in the wrong order
9b57b22eff3 : 8195615: libsplashscreen linux ppc64le build error after libpng update
39ef73acf13 : 8195478: sun/text/resources/LocaleDataTest.java fails with java.lang.Exception
df39eec7de9 : 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
abb2ba45aed : 8191839: ModuleElement.DirectiveVisitor :: visit​() method behavior is deviating from the spec
72ba3f508c4 : 8194963: SystemDictionary::link_method_handle_constant() can't link MethodHandle.invoke()/invokeExact()
4714dab4cb2 : 8194988: 8 Null pointer dereference defect groups related to MultiNode::proj_out()
97a0bf821a0 : 8195123: Very large regressions in Octane benchmarks using 10-b39
1655b154771 : 8194960: Add a test for trust manager and cacerts keystore sanity
d771fc3a6b0 : 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
c19d18871ce : 8191483: AbstractQueuedSynchronizer cancel/cancel race
672ecb72664 : 8195119: Fine-tune output text in keytool
07c484a8a97 : 8194985: JavaAdapterBytecodeGenerator passes invalid type descriptor to ASM
707eb1f2c2d : 8187946: Support ISO 4217 Amendments 163 and 164
cc269bbcc45 : 8194717: JDK10 L10n resource file update - msgdrop 10
424048c75f3 : 8195138: The asynchronous Http1HeaderParser doesn't handle all line folds correctly
99853dbf51c : 8194929: Unreferenced FileDescriptors not closed
9ed2fdbe3c1 : 8179700: Exceptions thrown in StartManagementAgent.java
a8ac81ab2d7 : 8195094: Fix type-O in "8159422: Very high Concurrent Mark mark stack contention"
9820ed61cd6 : 8175542: JMX: Not enough JDP packets received
5b466bcb74b : 8195072: Update ASM 3rd party legal copyright to 6.0
5cd5f1d9a1c : 8193933: Export ClassLoaderData claim state to support interleaved object traversal
b9cffe68c29 : 8194993: Loop Strip Mining has some leftover debugging code
2067aa56ebb : 8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK
bf92da2c82d : 8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop
bb285a789ab : 8191350: jdk/internal/reflect/CallerSensitive/CheckCSMs.java test fails when -Xmx512m set
4c078f48dab : 8031482: Some jcmds generate output with a \n as a separator rather than \r\n on Windows
4825756a2b1 : 8195067: problem list tools/javac/jvm/VerboseOutTest.java
b69a95d78d6 : 8194667: Regex: Serialization doesn't work with match flags
99cb8d9af11 : 8194762: JTReg failure of "runtime/NMT/PrintNMTStatistics.java"
8fb70c710af : 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format
7bdb63c2356 : 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format
1c41d1d3e04 : 8130039: Move the platform-specific [OS]Semaphore code 8130038: Unify the semaphore usage in os_xxx.cpp 8194763: os::signal_lookup is unused
64d312325f3 : 8193758: Update copyright headers of files in src tree that are missing Classpath exception
6ffc099ccf1 : 8193758: Update copyright headers of files in src tree that are missing Classpath exception
b0e4bce3983 : 8129440: G1 crash during concurrent root region scan
3be36b20e44 : 8180280: [TESTBUG] Test for JDK-8180048
6e9f44c74c9 : 8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME
906712e7c8b : 8193352: SA: Test for the clhsdb 'thread' and 'threads' commands
0fb7dffb837 : 8195103: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
ceb48aba9bf : 8196308: Update tests AllLineLocations and ClassesByName to use TestScaffold instead of JDIScaffold
1da7dc6296c : 8186211: Negative tests for CONSTANT_Dynamic
a0c0b250cd0 : 8193846: Obsolete the VM option UseUTCFileTimestamp
9465174f729 : 8197412: Enable docker container related tests for linux s390x
7ca917e9bd6 : 8197572: s390 build broken after 8165929
7f0f329daf9 : 8194691: Cleanup unnecessary casts in Atomic/OrderAccess uses
ac524f28373 : 8190428: Minimal Dynamic Constant support for AArch64
cf61647c302 : 8193150: Create a jtreg version of the test from JDK-8187143
74ff5c6807d : 8165929: Constify arguments of Copy methods
80fa8a7208a : 8196602: Change HeapRegionClosure to comply to naming conventions
41a54f3f498 : 8175384: SA: clhsdb 'printall' throws ClassCastException while printing out the bytecodes
0ad11db5524 : 8192757: Improve stub classes implementation
4440f40cc9b : Added tag jdk8u182-b00 for changeset 193df3738f43
a69be40dce0 : Added tag jdk8u182-b00 for changeset 2113ccf0b209
1a2d1c009ff : Added tag jdk8u182-b00 for changeset 023d69b5d993
48d59385c4d : Added tag jdk8u182-b00 for changeset a16a5b39ba40
c29ec1dbeff : Added tag jdk8u182-b00 for changeset 416509621917
1771af0fa2b : Added tag jdk8u182-b00 for changeset 642fd788edcb
3f5f792cf53 : Added tag jdk8u182-b00 for changeset 6d3c163cd9d5
27fd5049ca1 : Added tag jdk8u182-b00 for changeset a2d0067b85fb
85f06ac7fb2 : Added tag jdk8u182-b00 for changeset c45912869eb4
c9f42edbdd7 : Added tag jdk8u182-b00 for changeset 438d76a85fed
179536d957d : Added tag jdk8u182-b00 for changeset f566ff131181
e2f53e61572 : Added tag jdk8u182-b00 for changeset d90ede5f10e8
c71dd79ae10 : Added tag jdk8u182-b00 for changeset 8506176027a7
692443e3993 : Added tag jdk8u182-b00 for changeset 2e0e8a5072d9
84f8d6e17a1 : Added tag jdk8u182-b00 for changeset 00408d58e974
8c9df145a2a : Added tag jdk8u182-b00 for changeset 57eb2d7fa28b
0255b84ad3c : 8191073: JpegImageReader throws IndexOutOfBoundsException when trying to read image data from tables-only image
700d6341234 : Added tag jdk8u181-b00 for changeset 2c1e7dd51e42
c12d03549df : Added tag jdk8u181-b00 for changeset 4f61bee18520
cd90ff2dcda : Added tag jdk8u181-b00 for changeset b9208b60745f
136232dcb82 : Added tag jdk8u181-b00 for changeset ce6591de9c17
cafb8ef239e : Added tag jdk8u181-b00 for changeset 70bbd855f058
2ce8ee44eb8 : Added tag jdk8u181-b00 for changeset 29c070a0c64a
b3f8b43e84e : Added tag jdk8u181-b00 for changeset 30a7e6a29204
63243a8f9e8 : Added tag jdk8u181-b00 for changeset 35f76d3e2bf0
3ea3ad0a47c : Added tag jdk8u181-b00 for changeset 0bedbdad43cd
22895b23307 : Added tag jdk8u181-b00 for changeset dbd6634727fb
783f0134c36 : Added tag jdk8u181-b00 for changeset b1cb109b59b4
2f21adf55fe : Added tag jdk8u181-b00 for changeset b5f21f353332
aa55fece69f : Added tag jdk8u181-b00 for changeset 3e38ef85b7dc
5f0417eeeba : Added tag jdk8u181-b00 for changeset 42918e34eb4f
8ef1c4cc515 : Added tag jdk8u181-b00 for changeset dbbf646dde56
49d468e6579 : Added tag jdk8u181-b00 for changeset bd4b565a857c
1d20f2d7df4 : Added tag jdk8u171-b02 for changeset 2b24a57c6aa1
9025fcc8b06 : Added tag jdk8u171-b02 for changeset 6f0c4a5151fb
3fe13d922a7 : Added tag jdk8u171-b02 for changeset 182a28a8ca61
299eab1bde5 : Added tag jdk8u171-b02 for changeset b6c672486b71
260d9f9ef82 : Added tag jdk8u171-b02 for changeset e18f19cd8214
0207405a259 : Added tag jdk8u171-b02 for changeset de1b4eca9aa7
2c79cecf248 : Added tag jdk8u171-b02 for changeset 308e0dad4111
d03b52f06ab : Added tag jdk8u171-b02 for changeset ff36d180c702
faac5a2bcfd : Added tag jdk8u171-b02 for changeset e2ae33466455
1d7121561f1 : Added tag jdk8u171-b02 for changeset 89ec6568916d
b6c32b49fe6 : Added tag jdk8u171-b02 for changeset b58b481f5c4e
a463cc1242c : Added tag jdk8u171-b02 for changeset 903d731d5fd4
7caab81f655 : Added tag jdk8u171-b02 for changeset 502fc95cd291
ab15e3ec491 : Added tag jdk8u171-b02 for changeset 3a74ff39c8ae
8869550a64b : Added tag jdk8u171-b02 for changeset 704e913de098
7631dfb957d : Added tag jdk8u171-b02 for changeset 47def55276aa
00993afe1a6 : 6640188: Methods com.cun.attach.VirtualMachine.load... don't throw NullPointerxception
c5f5601b1c9 : 8193063: Enabling narrowOop values for RawAccess accesses
1cf8169a2ef : 8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
8379d6995a7 : 8194814: [ppc, s390] A row of minor fixes and cleanups
2ea687f6f03 : Added tag jdk8u172-b02 for changeset e85e5cb67c83
11fa65b1bab : Added tag jdk8u172-b02 for changeset 8914beb200b1
717fc87438b : Added tag jdk8u172-b02 for changeset 8114c4504085
5a2e552b2fb : Added tag jdk8u172-b02 for changeset a8c9eb7380fd
c0bb15df1de : Added tag jdk8u172-b02 for changeset df9f36ceff84
56b25603762 : Added tag jdk8u172-b02 for changeset 27ef5f12df5c
c79890362d1 : Added tag jdk8u172-b02 for changeset 88900a62e423
447d4bfdba7 : Added tag jdk8u172-b02 for changeset 45b1ea04b880
a10db829697 : Added tag jdk8u172-b02 for changeset c80fca76f102
b7e4a13bc8a : Added tag jdk8u172-b02 for changeset 01b8f9f08c79
f928e38fa02 : Added tag jdk8u172-b02 for changeset b1a368df52ac
fbbb61f8238 : Added tag jdk8u172-b02 for changeset c7fe04848ab6
ae69af5484c : Added tag jdk8u172-b02 for changeset bc326de43597
9236ba3b780 : Added tag jdk8u172-b02 for changeset 504b2c8b7713
b46b61fd381 : Added tag jdk8u172-b02 for changeset eb209e1a0aa8
4dd672e997f : Added tag jdk8u172-b02 for changeset 538700dd82f4
8e98e59cdad : 8055008: Clean up code that saves the previous versions of redefined classes 8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid
e062d125c63 : 8055008: Clean up code that saves the previous versions of redefined classes 8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid
3e257687506 : 8055008: Clean up code that saves the previous versions of redefined classes 8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid
025c04faacb : 8055008: Clean up code that saves the previous versions of redefined classes 8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid
46c4af28a4d : 8194724: Problem list java/net/httpclient/SplitResponseSSL.java
b1c9eceaf5f : 8191637: Interface with defaults invalid compiler warning for Serializable
49beab63c8b : 4358774: Add null InputStream and OutputStream
473e36a9f3b : 8165852: (fs) Mount point not found for a file which is present in overlayfs
989b326949f : 8194932: no ambuguity error is emitted if classfile contains two identical methods with different return types
f815c509cf8 : 8157251: BeanLinker relinks array length operations for array types
a34fdd18097 : 8194893: javac -verbose prints wrong paths for output files
5edc13c0055 : 8151850: eliminate javax.tools.FileManagerUtils
c025944b699 : 8194148: bcp47u/SymbolsTests.java and FormatTests.java fail on th_TH locale
6fc52a47f91 : 8194257: javax/net/ssl/compatibility/Compatibility.java should be updated for JDK 6 after JDK-8174748
de4aa804af9 : 8134459: java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpTest.java timed out
7be1368ad85 : 8194649: Minor cleanup of parameter checking in ByteArrayOutputStream and ObjectInputStream
1924909d78f : 8193861: Typos in API documentation of File.toPath() and InetSocketAddress.getAddress()
528109a976d : 8188649: javadoc -encoding doesn't work when using the old doclet API
230925477c1 : Added tag jdk-10+38 for changeset e569e83139fd
34f553d15ff : 8194494: SHA-512 stub uses AVX 2 instructions on non-supporting CPUs
8918acdc7aa : 8189760: sun/security/ssl/CertPathRestrictions/TLSRestrictions.java failed with unexpected Exception intermittently
9c8adb87183 : 8194279: support zhaoxin x86 cpu vendor ids CentaurHauls and Shanghai
0c2bd318863 : Added tag jdk8u162-b31 for changeset 082b1719e2bb
3f6b872b52b : Added tag jdk8u162-b31 for changeset 393fb0b45afe
559e1a11959 : Added tag jdk8u162-b31 for changeset c3fcb4e68f87
8ff4f6de3e2 : Added tag jdk8u162-b31 for changeset f9b7e5033f09
824c435836a : Added tag jdk8u162-b31 for changeset a019dacc7aaf
0639b4e525b : Added tag jdk8u162-b31 for changeset 9a4679a9ff0c
49996ea9b3b : Added tag jdk8u162-b31 for changeset c61b43f9d8c7
de65e6b015d : Added tag jdk8u162-b31 for changeset faef69010ba0
1ee2a97ac33 : Added tag jdk8u162-b31 for changeset 604a67b6c38d
59d210645ae : Added tag jdk8u162-b31 for changeset 2ac89b99ddb6
5e2b3ee8927 : Added tag jdk8u162-b31 for changeset cc45a3e33bd9
513534a91f3 : Added tag jdk8u162-b31 for changeset a377c19899cc
874c98b93b9 : Added tag jdk8u162-b31 for changeset 1f14e6767abc
85e212d98eb : Added tag jdk8u162-b31 for changeset bc6371b24692
04083baca63 : Added tag jdk8u162-b31 for changeset 6dc401ad667b
63d6658b119 : Added tag jdk8u162-b31 for changeset 6f22a3596e77
9e5bf18428e : 8194406: Use Atomic::replace_if_null
98601408f0f : 8194271: jaotc crashes with --debug flag
fd34cd52626 : 8193671: Default Methods tab under Method Summary includes static methods
a553dc6d764 : 8194069: doclint throws missing comment warnings on lines which can't even have javadoc
ec203d777db : 8179858: jshell tool: sync nomenclature from reference to online /help
7030f25abd0 : 8194141: Remove JDK9Wrappers
a0d37d92dff : 8192007: javadoc @uses and @provides tags in the modules documentation appears before the first-sentence summary of the service type
bce0fc5a7db : 8189704: broken links in the javax/xml/namespace package
64e992633f3 : 8193671: Default Methods tab under Method Summary includes static methods
c83a45ddf91 : 8194644: Typo in ModuleDescriptor.read javadoc
f6c82cde456 : 8194482: Fix SIGSEGV in print_threads_compiling
78381849681 : 8145371: ClassCastException thrown in LambdaFormEditor.getInCache
b5fa820c6ee : 8193125: javac should not compile a module if it requires java.base with modifiers
c7e601e911b : 8193260: AArch64: JVMCI: Implement trampoline calls
3d7092e9a29 : 8191696: Better mouse positioning
703ff0db40e : 8191696: Better mouse positioning
1110d35b4cb : 8170358: [REDO] 8k class metaspace chunks misallocated from 4k chunk Freelist
6ea00b1e2f4 : 8170358: [REDO] 8k class metaspace chunks misallocated from 4k chunk Freelist
eb094d01fbf : 8193468: [PIT][TEST BUG]: java/awt/FileDialog/MoveToTrashTest.java fails on Linux
4dacd5be7d6 : 8192987: keytool should remember real storetype if it is not provided
6328ec6df8a : Added tag jdk8u162-b32 for changeset f1bbfea1a027
f48bae97c3f : 8192987: keytool should remember real storetype if it is not provided
e4b4fa6932d : Added tag jdk8u162-b32 for changeset b3f84490a1e5
575c7c3530f : 8192987: keytool should remember real storetype if it is not provided
ffbc3e4e409 : 8192987: keytool should remember real storetype if it is not provided
a46889d181a : 8194058: [TESTBUG] serviceability/sa/ClhsdbWhere.java fails to find method 'sleep' in output
375a4433531 : 8193506: serviceability/sa/TestClassDump.java fails in OpenJDK build
10b8c8ac958 : 8187985: Broken certificate number in debug output
03729a6f6eb : 8187985: Broken certificate number in debug output
4f409e20b29 : Added tag jdk8u172-b01 for changeset 98dc0af4879a
7a11a87829f : Added tag jdk8u172-b01 for changeset f13734050edf
3960b71627f : Added tag jdk8u172-b01 for changeset f04e43e82dfb
e1785457a47 : Added tag jdk8u172-b01 for changeset 7bc6ab391900
6c5c1c4d1f7 : Added tag jdk8u172-b01 for changeset 5214034d0104
b2335f3f5ca : Added tag jdk8u172-b01 for changeset ee9aab11899f
242d9e183af : Added tag jdk8u172-b01 for changeset a5e7162b0005
2ee4405deee : Added tag jdk8u172-b01 for changeset 0d6bca9c3e31
d18f1bbd14d : Added tag jdk8u172-b01 for changeset 19959429662e
5c05ba805df : Added tag jdk8u172-b01 for changeset 5d949261b12a
0211533c2b8 : Added tag jdk8u172-b01 for changeset 0be2ecc9bad0
806d33784b6 : Added tag jdk8u172-b01 for changeset 0d9901e3b3d1
d3f2faf5382 : Added tag jdk8u172-b01 for changeset 68351663f84b
7037c2f6fb4 : Added tag jdk8u172-b01 for changeset 1b732713aaf5
bb8f5988c6a : Added tag jdk8u172-b01 for changeset c2f7cfe72625
de63201c45e : Added tag jdk8u172-b01 for changeset ba58fac7f39e
13878343a9c : Added tag jdk8u171-b01 for changeset 1df6d4fd55bb
253bd61e55a : Added tag jdk8u171-b01 for changeset b71703bec9ee
a5f8604a104 : Added tag jdk8u171-b01 for changeset b906ca25528a
375b24c2bc4 : Added tag jdk8u171-b01 for changeset 094b3e6d62d4
6cb3ba319a2 : Added tag jdk8u171-b01 for changeset e823dd85f6e5
7f3bef72247 : Added tag jdk8u171-b01 for changeset 4ffbbe1cee8d
7492284a7fa : Added tag jdk8u171-b01 for changeset f9650aede93d
93ca840dc48 : Added tag jdk8u171-b01 for changeset 26eb96a09119
8a5ead28902 : Added tag jdk8u171-b01 for changeset 00c6b2d7f614
20fe25c4c63 : Added tag jdk8u171-b01 for changeset fc76ebecb563
d519352f7d8 : Added tag jdk8u171-b01 for changeset e515cf0a1e8d
353663d48c1 : Added tag jdk8u171-b01 for changeset 6599c3dd3dd7
e0ab2b53480 : Added tag jdk8u171-b01 for changeset 89315f535681
d33d6c2edfa : Added tag jdk8u171-b01 for changeset e634ddf61709
8f93cb36519 : 8183964: Bad lexing of javadoc comments (change in parsing/rendering of backslashes in javadoc)
d1750de1fcb : 8187487: crash with classes with same binary name
7c5dbce44b1 : 8192837: Need new test for release info file
093f4732886 : 8182362: Update CipherOutputStream Usage
131a9af96d9 : 8182362: Update CipherOutputStream Usage
2b6b6bb31d6 : 8194232: Container memory not properly recognized
68aad8b5c77 : 8193428: serviceability/sa/ClhsdbSymbol.java fails: java.lang.RuntimeException: 'UsageTracker' missing from stdout/stderr
26cd5666fcf : 8193427: serviceability/sa/ClhsdbPrintStatics.java fails: java.lang.RuntimeException: '_jfr_checkpoints' missing from stdout/stderr
1da4b32993e : 8193699: aarch64 fails to build after 8167372
8df5a77e738 : 8190997: PNGImageReader throws NullPointerException when PLTE section is missing
0a72980b0d3 : 8044107: Add Diagnostic Command to list all ClassLoaders
4dc0fcda12d : 8044107: Add Diagnostic Command to list all ClassLoaders
bd7755ce1c9 : 8191854: Null pointer dereference in methodData.hpp:462
c336bb1f8b6 : 8191852: Null pointer dereference in ciKlass::get_Klass of ciKlass.hpp:58
1209c4bcb39 : 8193832: Performance of InputStream.readAllBytes() could be improved
d32979d7714 : 8194071: [Testbug] Update VMDeprecatedOptions test for obsolete/expired options
384238b4935 : 8193435: Remove pre-1.2 SecurityManager text from java.awt.Toolkit
6d1ca0d85a4 : 8190192: Double click on the title bar no longer repositions the window
a7a4f6d4ecb : 8031304: Add dcmd to print all loaded dynamic libraries
70a46f552e6 : 8031304: Add dcmd to print all loaded dynamic libraries
2c062802ded : 8193767: Improve javadoc in ResourceBundle working with modules
2c4e89d7a2b : 8194883: Unhandleable Push Promises should be cancelled
653c0a825e9 : 8194287: tools/launcher/RunpathTest.java fails with java.lang.NullPointerException 8194286: tools/launcher/FXLauncherTest.java fails with java.lang.UnsatisfiedLinkError
372bc7a281b : 8194955: Warn when default HTML version is used
62777c86cdf : 8194044: Regression manual Test javax/swing/JFileChooser/8067660/FileChooserTest.java fails
fc48aa86187 : 8194959: Correct test tag to move bugid from @test to @bug
ab9cf893579 : Added tag jdk-10+39 for changeset 5b834ec96236
36c68615bc4 : 8193664: AppCDS tests should use -XX:+UnlockCommercialFeatures when running with commercial JDK
f811ca50b3d : 8181878: javadoc should support/ignore --add-opens
1b558514ff8 : 8188145: MethodHandle resolution should follow JVMS sequence of lookup by name & type before type descriptor resolution
e2f5722888f : 8187805: bogus RuntimeVisibleTypeAnnotations for unused local in a block
9927f9eab3d : 8194901: remove interim code from javax.tools.ToolProvider
0110c9dc605 : 8193673: Regression manual Test javax/swing/JFileChooser/6515169/bug6515169.java fails
85cdf5500e4 : 8194681: G1 uses young free cset time when reporting non-young free cset times
674a4ce25bd : 8193607: Test failure with java.lang.ClassNotFoundException: compiler.tiered.LevelTransitionTest
201a232a23f : 8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP
5b1816df20f : 8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
15ef7c04a2a : 8191362: [Graal] gc/g1/TestShrinkAuxiliaryData tests crash with "assert(check_klass_alignment(result)) failed: address not aligned"
ae186c57142 : 8194836: delta apply changesets for JDK-8192885 and JDK-8175883
11f43713d52 : 8185986: redundant/obsolete overview.html pages
cb8e1c4b5fb : 8194742: Writing replay data crashes: task is NULL
e1e90235459 : 8075939: Stream.flatMap() causes breaking of short-circuiting of terminal operations
0af51c77f0e : 8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties
b5cb43b1de6 : 8194953: doclet corrupts HTML files when adding navbar
aa4c936f546 : 8189146: Have use of "var" in 9 and earlier source versions issue a warning for type declarations
4d5893f9736 : 8181047: Add comment to technical terms that shall not be translated
edd2c3b6ca0 : 8187951: Update javax.lang.model.SourceVersion for "var" name
a316ab9ef35 : 8187487: crash with classes with same binary name
0e4506a71b8 : 8193567: Conversion of comparison nodes affects local slots in optimistic continuation
7e508927f98 : 8194662: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java
ad9cd38dc88 : 8194666: ProblemList update for bugid associated with PreferredKey.java, ConcurrentHashMapTest and SSLSocketParametersTest.sh
407df538243 : 8193927: Optimize scanning code for oops
b82f6aee37d : 8188856: Incorrect file path in an exception message when .java_pid is not accessible on Unix
2a8c7a915a7 : 8191988: JDK-8190862 work for arch s390
2eb391f34d3 : Added tag jdk-10+37 for changeset 4f830b447edf
136c27b6815 : 8184431: References to @sun.com
7302c9c8c5d : 8193365: Improve interoperability between HTTP Client's BodyPublisher/BodySubscriber and Flow.Subscriber/Publisher
7c55b727268 : 8193491: JavaImporter fails to resolve method elements within functions, that contain too many statements
7e511aba716 : 8193512: Remove remnants of javah from jdk/jdk repo
59c3bea9f1c : 8193371: Use Dynalink REMOVE operation in Nashorn
e6680338c51 : 8193856: takeWhile produces incorrect result with elements produced by flatMap
388f422efde : 8193568: @LastModified tag in license header
8d729508b2c : 8153955: increase java.util.logging.FileHandler MAX_LOCKS limit
14524b54bc1 : 8186032: Disable XML Signatures signed with EC keys less than 224 bits
50a52722735 : 8182362: Update CipherOutputStream Usage
437ac8e51bf : 8189969: Manifest better manifest entries
aad5649382f : 8153955: increase java.util.logging.FileHandler MAX_LOCKS limit
89010fbe868 : 8153955: increase java.util.logging.FileHandler MAX_LOCKS limit
8c5830d4af7 : 8186032: Disable XML Signatures signed with EC keys less than 224 bits
1861466a287 : 8182362: Update CipherOutputStream Usage
84a298fb141 : 8189969: Manifest better manifest entries
c37fce995d8 : 8153955: increase java.util.logging.FileHandler MAX_LOCKS limit
2ba2b2f07bf : 8190281: Code cleanup in src\java.desktop\share\classes\javax\swing\tree\VariableHeightLayoutCache.java
4233e28ee32 : 8191985: JDK-8190862 work for arch arm
5092eae9138 : 8194636: Apply CONCURRENCY_FACTOR to max value in concurrency calculation
03c717a5a9d : 8187448: 360 doc issues in jdwp-protocol.html
84d83a6998f : 8194256: AARCH64: SIMD shift instructions are incorrectly encoded
dfb62478153 : 8192857: LogCompilation could show the intrinsics more like +PrintIntrinsics
c54ef2b2963 : 8192003: Refactor weak references in StringTable to use the Access API
add0d817f56 : 8194652: VMError::print_native_stack() is missing an os::is_first_C_frame() check
ebd77628a42 : 8058259: compute_offset() is confusing for static fields
647501969f8 : 8191894: Refactor weak references in JvmtiTagHashmap to use the Access API
c6bbed9592c : 8191904: Refactor weak oops in ResolvedMethodTable to use the Access API
8f739404a7c : 8191567: Refactor ciInstanceKlass G1 keep alive barrier to use Access API
01ab4faae46 : 8191888: Refactor ClassLoaderData::remove_handle to use the Access API
5cfe75dd1a2 : 8192927: os::dir_is_empty is incorrect on Windows
1e9831900ee : Added tag jdk8u162-b12 for changeset 5fbb4d57ff50
979861ab5c3 : Added tag jdk8u162-b12 for changeset 1d9dbe79191c
bdfe23646e5 : Added tag jdk8u162-b12 for changeset 825e376f60a7
6341bfafa5e : Added tag jdk8u162-b12 for changeset 8e74be6b7459
3b9281cfe52 : Added tag jdk8u162-b12 for changeset 396a12982578
d99b11309f2 : Added tag jdk8u162-b12 for changeset 4941c5ff56b7
1632ac42c71 : Added tag jdk8u162-b12 for changeset 13e3b90615ec
549874b257f : Added tag jdk8u162-b12 for changeset 80120f0a61b5
b88c56c129a : Added tag jdk8u162-b12 for changeset 72453a6bc92c
f15b538cd0f : Added tag jdk8u162-b12 for changeset 654c347c4d0a
88ce9366cec : Added tag jdk8u162-b12 for changeset 370237be764f
1453e631a93 : Added tag jdk8u162-b12 for changeset 14472fa01ed2
7f8e31d0094 : Added tag jdk8u162-b12 for changeset f8eb4093c1a9
a622e0e52ac : Added tag jdk8u162-b12 for changeset 85577116a83b
bb68736c032 : Added tag jdk8u162-b12 for changeset 2419ef43448a
87d899d7473 : Added tag jdk8u162-b12 for changeset 19b485abb091
550015bad26 : Added tag jdk8u161-b12 for changeset 31ca97bcaa1f
7ad8c59d816 : Added tag jdk8u161-b12 for changeset 86e159bd9eb3
3b56cef1439 : Added tag jdk8u161-b12 for changeset 0b0bc378b6d7
48d819865f5 : Added tag jdk8u161-b12 for changeset ff682c4fabbb
2c2706617f3 : Added tag jdk8u161-b12 for changeset c71b5379c5ec
0254ea75901 : Added tag jdk8u161-b12 for changeset 77dd28ed96f2
7a63ae5c268 : Added tag jdk8u161-b12 for changeset 1f2843ed6f3c
767cab9bae0 : Added tag jdk8u161-b12 for changeset 01b61a4d73d8
734cc749b51 : Added tag jdk8u161-b12 for changeset 6bd91fb2c244
c83d2ee1f81 : Added tag jdk8u161-b12 for changeset 50be90fecdde
d53a1c7a2b9 : Added tag jdk8u161-b12 for changeset 9eba730cdfd3
04ab0a07718 : Added tag jdk8u161-b12 for changeset a8849ca07933
1fee9131506 : Added tag jdk8u161-b12 for changeset 63a7fc713de4
e3bf91ef271 : Added tag jdk8u161-b12 for changeset 85a2d62b8166
ea9a5c1c074 : Added tag jdk8u161-b12 for changeset f1c13402c06b
c977261eb8e : Added tag jdk8u161-b12 for changeset 8d43d9fd6634
d017b5b2f5e : 8193840: Add compiler/c2/Test8007294.java to the problem list
9ba6ab25e4d : 8191915: JCK tests produce incorrect results with C2
7acb09ea5e7 : 8195823: Buffers given to response body subscribers should not contain unprocessed HTTP data
0fbfa396021 : 8194135: The content in textArea can not be pasted after clicking "Copy" button
24e9cda4ae5 : 8195685: AArch64: AArch64 cannot build with JDK-8174962
d3bd8b3ecc7 : 8194307: KeyStore#getInstance with custom LoadStoreParameter succeeds with invalid password
dc5bb8b61bf : 8194229: tools/jmod/JmodTest.jtr fails when no privilege to create sym link on windows
4a79a36b6d4 : 8193840: Add compiler/c2/Test8007294.java to the problem list
47158e4313a : 8007720: Names are not loaded correctly for method parameters if the parameters have annotations 8177486: Incorrect handling of mandated parameter names in MethodParameters attributes
949659e43b9 : 8193622: JFR test TestUnloadingEventClass.java times out intermittently
a37fb7b9427 : 8193508: Expressions in split literals must never be optimistic
e1069d367d1 : 8179858: jshell tool: sync nomenclature from reference to online /help
921c319b4fa : 8193683: Increase the number of clones in the CloneableDigest
ded0e99ec58 : 8055755: Information about loaded dynamic libraries is wrong on MacOSX
5443129e731 : 8055755: Information about loaded dynamic libraries is wrong on MacOSX
f39422a59d8 : 8193807: Avoid UnsatisfiedLinkError on AIX by providing empty basic implementations of getSystemCpuLoad and getProcessCpuLoad
8410a992f56 : 8193807: Avoid UnsatisfiedLinkError on AIX by providing empty basic implementations of getSystemCpuLoad and getProcessCpuLoad
13a2875a9b2 : 8193683: Increase the number of clones in the CloneableDigest
b8cd4b5ec68 : 8193683: Increase the number of clones in the CloneableDigest
dd81d43385c : 8193683: Increase the number of clones in the CloneableDigest
b8017968a66 : 8193683: Increase the number of clones in the CloneableDigest
691eb787324 : 8173382: Add -source 11 and -target 11 to javac 8193291: Add SourceVersion.RELEASE_11
20887854cb6 : 8059036: Implement Diagnostic Commands for heap and finalizerinfo
87e4016f338 : 8059036: Implement Diagnostic Commands for heap and finalizerinfo
149b98c33b6 : 8189851: [TESTBUG] runtime/RedefineTests/RedefineInterfaceCall.java fails
b7f43ca6397 : 8189851: [TESTBUG] runtime/RedefineTests/RedefineInterfaceCall.java fails
5dee8bee720 : 8193514: UseMembar should not be obsoleted yet
fc13efa1f31 : 8193698: Null handling in BodyPublisher, BodyHandler, and BodySubscriber convenience static factory methods
1b33afc091c : 8193764: Cannot set COMPANY_NAME when configuring a build
281beca855b : 8193779: Fix copyright header in nashorn builtin scripts
2ef82abdb61 : 8192966: HttpClient should reuse TCP connection for h2c connections
6a80c5906f7 : 8193364: verify_special_jvm_flags should not cause an assertion failure when version is bumped
0a0b6504430 : Added tag jdk8u162-b11 for changeset ddece4e2c572
37ac8be5e75 : Added tag jdk8u162-b11 for changeset b999fb692af2
352fa5fceaf : Added tag jdk8u162-b11 for changeset 9698c65e2185
ba8efa55281 : Added tag jdk8u162-b11 for changeset e906ab24df6c
b87e4fe44b0 : Added tag jdk8u162-b11 for changeset d259edb933ab
f518cabc5f2 : Added tag jdk8u162-b11 for changeset 8523f9ed6c15
4c5888f5679 : Added tag jdk8u162-b11 for changeset e2cb6d41b1f7
d48115acfd7 : Added tag jdk8u162-b11 for changeset df8fe7a9038a
50f0899606a : Added tag jdk8u162-b11 for changeset b886bb0ee924
44fb4be8340 : Added tag jdk8u162-b11 for changeset 191b4314798c
f91d1042622 : Added tag jdk8u162-b11 for changeset 0faebbab3fb1
b98aec2eb7d : Added tag jdk8u162-b11 for changeset d38e5aa0e58c
e5e495142de : Added tag jdk8u162-b11 for changeset ac67f3e9794c
5fc2f492545 : Added tag jdk8u162-b11 for changeset cf4dbeee1b67
2038b5970b0 : Added tag jdk8u162-b11 for changeset 3751ee01d800
a0b308606bb : Added tag jdk8u162-b11 for changeset 1610ec228643
27acfb7546b : Added tag jdk8u152-b35 for changeset 5e897d3debcf
1486263e226 : Added tag jdk8u152-b35 for changeset 6482857cd706
b7048e07da0 : Added tag jdk8u152-b35 for changeset d4792162695a
7b2b255b12a : Added tag jdk8u152-b35 for changeset 919a772f8202
636d51df3da : Added tag jdk8u152-b35 for changeset 20ebd80404f6
233819ca26e : Added tag jdk8u152-b35 for changeset d7535a731b70
126d7ce988e : Added tag jdk8u152-b35 for changeset f5bd7361d953
3048d48f50e : Added tag jdk8u152-b35 for changeset ad21023c56bd
3899724b118 : Added tag jdk8u152-b35 for changeset 56183bbc9453
4b6d06d4b9f : Added tag jdk8u152-b35 for changeset e50c3a5a3fcc
9dd9e56caa1 : Added tag jdk8u152-b35 for changeset e0f628268592
1e2d996d79f : Added tag jdk8u152-b35 for changeset 934d7944e9ef
cce10e355a1 : Added tag jdk8u152-b35 for changeset efa86f903d6f
a8fa9dc3d4b : Added tag jdk8u152-b35 for changeset e1317f5d16cc
1fdcdc0db99 : Added tag jdk8u152-b35 for changeset 51cf601edf96
1d7cba56636 : Added tag jdk8u152-b35 for changeset a1208e0d2976
cab65d57889 : Added tag jdk8u161-b11 for changeset e36b3a05a3da
9d0f7de67b7 : Added tag jdk8u161-b11 for changeset fb703a8eb8d3
d50e3b44fac : Added tag jdk8u161-b11 for changeset 92f4e7e04556
37d4644da1d : Added tag jdk8u161-b11 for changeset cf18da4a8149
04b8a1c8ae7 : Added tag jdk8u161-b11 for changeset f99f3de49ddc
0a63a4947d1 : Added tag jdk8u161-b11 for changeset 12ef9a3c6a0a
048c2282478 : Added tag jdk8u161-b11 for changeset c59fe8891d3a
0b13e1efc07 : Added tag jdk8u161-b11 for changeset 9bb21275de24
0f2a284fa1c : Added tag jdk8u161-b11 for changeset f3335ef1f349
08e69147112 : Added tag jdk8u161-b11 for changeset 1e04cc1e0e07
342bdc9bdc9 : Added tag jdk8u161-b11 for changeset a0dc757a0dd7
7045643776c : Added tag jdk8u161-b11 for changeset 89d2d80d3623
f9bb6439936 : Added tag jdk8u161-b11 for changeset e748f841e793
707a2e284cb : Added tag jdk8u161-b11 for changeset 969bf6c0dde3
bd8f32526b0 : Added tag jdk8u161-b11 for changeset 8524c357716c
ff50b01b55b : Added tag jdk8u161-b11 for changeset a66decda2871
d6b9e5e03ce : 8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
8ae759dd328 : 8194067: [Testbug] serviceability/sa/Jhsdb* tests can't tolerate unrelated warnings
bc0b016989c : 8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
8e4276d6287 : 8193767: Improve javadoc in ResourceBundle working with modules
64cef020e79 : 8193780: (ref) Remove the undocumented "jdk.lang.ref.disableClearBeforeEnqueue" system property
3e0afd207db : 8193216: Filer should warn if processors redefine symbols from the classpath or sourcepath
755fa4beb78 : 8193683: Increase the number of clones in the CloneableDigest
7cd32cad893 : 8193838: Update jtreg requiredVersion to 4.2 b11 for JDK 11 and 12 support
fb9db6b02de : 8193085: Vectorize the nio Buffer equals and compareTo implementations
038b5f571c5 : 8191913: Bump classfile version number to 55
3851e0e0308 : 8193371: Use Dynalink REMOVE operation in Nashorn
c4f1bb00198 : 8193842: Replace Files.copy(InputStream,OutputStream) with InputStream.transferTo(OutputStream)
ede41aa311e : 8057650: uniform error diagnostics for inconsistent inherited method signatures
f711280a476 : 8193515: AIX: new Harfbuzz 1.7.1 version fails to compile with xlC
7b054f30b89 : 8193758: Update copyright headers of files in src tree that are missing Classpath exception
108cfd6c194 : 8154405: AccessControlException by URLPermission check
25e03a8e65c : 8190934: Regressions on Haswell Xeon due to JDK-8178811
d2db163edbb : 8193518: C2: Vector registers sometimes corrupted at safepoint
063f19b329b : Added tag jdk-10+36 for changeset cb54a299aa91
b6019937572 : 8148421: Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension
141221dc33d : 8148421: Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension
207edc6b1de : 8148421: Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension
b2ffa468f3d : 8148421: Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension
bc5ee0f53cc : Added tag jdk-10+36 for changeset 959f2f7cbaa6
dfbf4c7a612 : 8193525: Intermittent failures of TestModulePackages.java
1a5f4b8fa27 : 8193525: Intermittent failures of TestModulePackages.java
b9ff3a75b79 : Added tag jdk-11+0 for changeset 0ee20aad71c4
a1c850b267d : 8193208: Add additional licensing file for the JDK
a9a271179d2 : 8193507: [REDO] Startup regression due to JDK-8185582
185172f2efe : 8193296: Parser should not eagerly transform delete expressions
b05129a6e29 : 8193503: javah launcher was not removed by JDK-8191054
b01627c0e43 : 8192988: keytool should support -storepasswd for pkcs12 keystores
d7e6bad25cd : 8193257: PPC64, s390 implementation for Thread-local handshakes
3f59dac0b39 : 8193443: [s390]: EncodeISOArray generates wrong vector code
aeb50d69351 : 8193490: java/util/zip/ZipFile/ClearStaleZipFileInputStreams.java, FinalizeZipFile.java, TestCleaner.java, Collectible.java failed because cleaner can't finish
a05689a09f7 : 8193489: Add information about local variable type inference to SourceVersion.RELEASE_10
feffd15dc29 : 8140281: add no-arg Optional.orElseThrow() as preferred alternative to get()
0214135fde8 : 8192833: JEP 322: Time-Based Release Versioning
5bcb7184419 : 8178070: duplicate entries in package table
36f7775ba34 : 8191301: JavaImporter fails to resolve imported elements within functions, that contain too many statements
5dd68ed1255 : 8165603: runtime/appcds/UseAppCDS.java: failed to clean up files after test when running with agentvm
be25eb7f0ef : 8191054: Remove the Native-Header Tool (javah)
1f5814d7088 : 8193476: (jdeprscan) additional version updates for JDK 10
9ecafd93f58 : 8188894: jdk/jshell/ToolShiftTabTest.java failed with IllegalStateException
ae89da99c39 : 8187496: Possible memory leak in java.apple.security.KeychainStore.addItemToKeychain
8c8aa02065b : 8187496: Possible memory leak in java.apple.security.KeychainStore.addItemToKeychain
c8868455fe9 : 8193370: Provide more user friendly defaults for HTTP/2 client settings
4f0ea9242f3 : 8184947: ZipCoder performance improvements
1ae8f548354 : 8193454: ModuleDescriptor.{Requires,Exports,Open} toString should use toLowerCase(Local.ROOT)
90060a97f98 : 8154405: AccessControlException by URLPermission check
aa0dc3cba3c : 8192971: LockCompilationTest fails intermittently
fd4c8197abb : 8191803: [TEST_BUG] : sanity/client/SwingSet/src/ProgressBarDemoTest.java failed with "Wait "greater then 1349" state to be reached
68bce9ed189 : 8192789: Avoid using AtomicReference in sun.security.provider.PolicyFile
3b8857bb8ef : 8192789: Avoid using AtomicReference in sun.security.provider.PolicyFile
d051769f79d : 8193414: Improvements in MethodType lookups
4ea3d766b65 : 8186032: Disable XML Signatures signed with EC keys less than 224 bits
cf8a91378d2 : 8189969: Manifest better manifest entries
9f32083fd93 : 8193414: Improvements in MethodType lookups
f6eb5b3fa4c : 8186032: Disable XML Signatures signed with EC keys less than 224 bits
8ce607d540c : 8189969: Manifest better manifest entries
5e817ed0f5e : Added tag jdk8u152-b34 for changeset f7e8db32a983
2638657573e : Added tag jdk8u152-b34 for changeset aebb059f59df
8f52f1e6c8f : Added tag jdk8u152-b34 for changeset 0433fa4f331b
9dee7d35248 : Added tag jdk8u152-b34 for changeset 8426689a54d2
0414cc28680 : Added tag jdk8u152-b34 for changeset 85dd0570ea18
33980d06f02 : Added tag jdk8u152-b34 for changeset ee56f8d9cf57
7180f0bff29 : Added tag jdk8u152-b34 for changeset 34cf1dc0bd12
79943af9170 : Added tag jdk8u152-b34 for changeset faba9ab9ee5d
a97f3193c47 : Added tag jdk8u152-b34 for changeset 885269e4c447
a4f726348b9 : Added tag jdk8u152-b34 for changeset cd6d6fbcac54
419c1481164 : Added tag jdk8u152-b34 for changeset 52da8d9126a0
e5171344e42 : Added tag jdk8u152-b34 for changeset cb686ab6b8c2
12360262788 : Added tag jdk8u152-b34 for changeset 851e15251e1f
2d1b6705450 : Added tag jdk8u152-b34 for changeset 5e1f3587decf
4625bcc03d9 : Added tag jdk8u152-b34 for changeset c7cd58c92c1f
369cd2f1356 : Added tag jdk8u152-b34 for changeset 344f245ad91e
73745e128bc : 8187936: Automatically selecting a new JTree node in a model listener can cause unusual behavior
c0e7592e4ee : 8188083: NullPointerExcpn-java.awt.image.FilteredImageSource.startProduction JDK-8079607
72e094dcd45 : 8146537: TrayIcon Action Listener doesnt work in WIndows 10
f7d6d96595c : 8190515: java.awt.Desktop.moveToTrash(File) prompts on Windows 7 but not on Mac
c1d0d6d51d1 : 8162989: jshell tool: /edit with external editor leaks files in /tmp
a110ef1d2f5 : 8189809: Large performance regression in Swing text layout
5f530a331be : 8191814: Marlin rasterizer spends time computing geometry for stroked segments that do not intersect the clip
390de696014 : 8189778: Jshell crash on tab for StringBuilder.append(
460064393e7 : 8170395: Metaspace initialization queries the wrong chunk freelist
b7fb26a4928 : 8170395: Metaspace initialization queries the wrong chunk freelist
5430d7d1c8b : 8192030: Better MTSchema support
ca1c8b053b4 : 8192030: Better MTSchema support
b1dfe6179e4 : 8192030: Better MTSchema support
042ea6250a3 : 8192030: Better MTSchema support
419e35e5497 : 8178401: Various audio files writers do not close file streams properly
a8fc235f6a9 : 8193012: Small cleanup of AWTEvent class
e8615d83b2e : 8183960: Upgrade to libpng 1.6.34
9aff9cb6450 : 8193128: Reduce number of implementation classes returned by List/Set/Map.of() 8191418: List.of().indexOf(null) doesn't throw NullPointerException
1bf16ef2db9 : 8164407: Add module support for -link and -linkoffline javadoc option
1b432b50662 : 8193471: Startup regression due to JDK-8185582
cbe050e9316 : 8193460: Take tools/launcher/TestXcheckJNIWarnings.java back off the ProblemList
1f47a6a31c4 : 8193211: Update jtreg TEST.groups and ProblemList for client-libs
c748c4426db : 8177758: Regression in java.awt.FileDialog
f9431b7d262 : 8189782: com.sun.tools.javac.api.JavacTool.isSupportedOption misreports number of arguments consumed
03193f6b9bf : 8192978: Missing checks and small fixes in jdwp library
18e476899c3 : 8182401: Verification error for enclosing instance capture inside super constructor invocation
71a866fe0cd : 8192944: Miscellaneous changes imported from jsr166 CVS 2017-12-08
00d1900dc99 : 8192943: Optimize atomic accumulators using VarHandle getAndSet
0b3b384a27c : 8193174: SubmissionPublisher invokes the Subscriber's onComplete before all of its submitted items have been published
0c282c5a664 : 8191358: Restore TSA certificate expiration check
0aeb073adb0 : 8189977: Improve permission portability
96b3303d112 : 8191696: Better mouse positioning
95a2cae7da8 : 8193414: Improvements in MethodType lookups
4a9901f2897 : Added tag jdk8u171-b01 for changeset a90f0660f6ce
25fd07ace47 : 8191358: Restore TSA certificate expiration check
3688c6b7e26 : 8189977: Improve permission portability
01bbd675fa5 : 8191696: Better mouse positioning
1324c162653 : 8193414: Improvements in MethodType lookups
ecc81f9e8ea : Added tag jdk8u171-b01 for changeset 68a7201372b6
d32a31283ce : 8191358: Restore TSA certificate expiration check
6a7ab7a4d32 : 8191358: Restore TSA certificate expiration check
b2deecf8e4c : 8198271: Make CollectedHeap::create_heap_space_summary() virtual
168e8b2abe4 : 8198270: Remove dangerous assert in HandleArea::oops_do()
28f0646ef19 : 8198311: Avoid uses of global malloc and free
853ed9b9e3c : 8182847: Copy class should use assert macros
e8fc01629a1 : 8194084: Obsolete FastTLABRefill and remove the related code
2486e0815b0 : 4916621: Update those still using JDIScaffold to use TestScaffold instead
96eb1f1fdde : 8191375: Add high-level jtreg VMProps to filter out CDS tests
75c57161f18 : 8197994: Move JavaThread::initialize_queues() logic to G1SATBCardTableLoggingModRefBS
b2de114d803 : 8197993: Remove last use of JavaThread::flush_barrier_queues()
676fd0e0402 : 8197992: Move the OopStorage::ParState type out of inline.hpp
3ea843adfe8 : 8198275: AIX build broken after latest whitebox.cpp changes
2940eb8a255 : 8191436: ListSelectionModel.setSelectionMode() underspecified
81c1d53cdb8 : 8191639: NPE from BasicListUI.Actions.getNextPageIndex
069af6b6a7f : 8193225: [BACKOUT] fix for 8182307 Error during JRMP connection establishment
e08ffc05d9c : 8192863: jshell tool: /<id><tab> gives "No such command"
c1741e54a6b : 8182307: Error during JRMP connection establishment
72ac0bfc889 : 8192789: Avoid using AtomicReference in sun.security.provider.PolicyFile
6d355895093 : 8192789: Avoid using AtomicReference in sun.security.provider.PolicyFile
103f1b33cc9 : 8188836: Upgrade to Harfbuzz 1.7.1 in JDK 10
29534320cdf : 8187496: Possible memory leak in java.apple.security.KeychainStore.addItemToKeychain
4a501d5aea0 : 8187496: Possible memory leak in java.apple.security.KeychainStore.addItemToKeychain
0ce6f0b889f : 8193105: Print error code when map_memory_to_file() fails
8c354aa9001 : 8183032: Upgrade to LittleCMS 2.9
4e52ade830b : 8183032: Upgrade to LittleCMS 2.9
29bab311abb : 8192908: -XX:+UseCountedLoopSafepoints alone doesn't disable strip mining with G1
f390377be21 : 8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler
3d7e063f0ff : 8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared
3f0f9ef30c8 : 8193034: Optimize URL.toExternalForm
17b766fb1d6 : 8191636: [Windows] jshell tool: Wrong character in /env class-path command crashes jshell
7362d582941 : 8190278: ClassCastException is thrown by java.util.Scanner when a NumberFormatProvider is used
05d1149d5e5 : 8192850: method summary tables of inherited methods improperly list static interface methods
ac36725e20c : 8189131: Open-source the Oracle JDK Root Certificates
ec54b10f21f : 8170495: JNI primitive type mismatch in SocketDispatcher.c:187
ddb9702c140 : 8193107: javadoc complains about empty module
0b0340fe0f6 : 8193192: jdeps --generate-module-info does not look at module path
4f080a83af6 : 8183743: Umbrella: add overloads that take a Charset parameter
f065141ddc2 : 8176841: Additional Unicode Language-Tag Extensions 8189134: New system properties for the default Locale extensions 8190918: Retrieve the region specific data regardless of language in locale 8191349: Add a new method in j.t.f.DateTimeFormatter to reflect Unicode extensions
3246c46f41e : 8187254: MethodType allows unvalidated parameter types
72e7a31529d : 8171826: Comparator.reverseOrder(c) mishandles singleton comparators
f1212e26c31 : 8165996: PKCS11 using NSS throws an error regarding secmod.db when NSS uses sqlite
225ec213e48 : 8069338: Implement sharedScopeCall for optimistic types
ac4e5933a68 : 8193142: Regression: ClassCastException: Type$ErrorType cannot be cast to Type$ArrayType
2f125c1bd55 : 8185027: Typo in java.net.URLClassLoader.findResources(String) method documentation
9d938860766 : 8191905: Add a REMOVE StandardOperation to Dynalink
64f569ad1bf : 8193298: Don't run javadoc with test.single
4b41440094d : 8193258: Better usage of JDWP HEADER SIZE
a7608083507 : 8190823: Broken link in org/w3c/dom/ls/
232855d24e4 : 8183032: Upgrade to LittleCMS 2.9
59af29a2a07 : 8183032: Upgrade to LittleCMS 2.9
230b5768d78 : 8191789: migrate more Thread-SMR stuff from thread.[ch]pp -> threadSMR.[ch]pp
e1fae3b71c9 : 8185855: Debug exception stacks should be clearer
e6e0870c131 : 8185855: Debug exception stacks should be clearer
0b873290a4d : 8189977: Improve permission portability
249afa3d2e0 : 8189977: Improve permission portability
efeabbe9567 : 8179665: [Windows] java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
f6cdce8ebeb : 8179665: [Windows] java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
2edd37a6acc : 8191339: [JVMCI] BigInteger compiler intrinsics on Graal
8f4456e77ac : 8211451: ~2.5% regression on compression benchmark starting with 12-b11
f503b0dc744 : 8214045: Missing explicit dependencies of build-microbenchmark cause intermittent build failure
9dc8115234f : 8213916: no copyright in signature.html
ffeae5bd65a : 8212070: Introduce diagnostic flag to abort VM on failed JIT compilation
b146cbfc107 : 8213779: Loop opts anti dependent store detection should ignore uncommon trap calls
63b433923cd : 8210838: Override javax.crypto.Cipher.toString()
dc4be9066f3 : 8214027: Reinstate testB_mem_imm pattern in x86_64.ad
26cf1a832bd : 8213948: Solaris-X64 build fails with compact hashtable
e310d296e2b : 8213902: com/sun/jdi/SetLocalWhileThreadInNative.java times out
0c94b004e62 : 8214004: Missing space between compiler thread name and task info in hs_err
c20332c4120 : 8212003: Deprecating the default keytool -keyalg option
3e936d3cd91 : 8212931: HeapMonitorStatIntervalTest.java fails due average calculation
87618246494 : 8201375: Add the AllowArchivingWithJavaAgent diagnostic vm option to allow the use of the -javaagent option during CDS dumping
7a30c977537 : 8061281: Microbenchmark suite build support, directory layout and sample benchmarks 8061282: Migrate jmh-jdk-microbenchmarks into the JDK
14b7467279e : 8213898: CDS dumping of springboot asserts in G1ArchiveAllocator::alloc_new_region
1804d6ce658 : 8214003: Limit default test jobs based on memory size
bfc14884684 : 8213959: add org.graalvm.compiler.replacements.test.StringCompressInflateTest to graal problem list
b6f1dd8d685 : 8213947: ARM32: failed check_simd should set UsePopCountInstruction to false
11c5e7968b5 : 8213794: ARM32: disable TypeProfiling, CriticalJNINatives, Serviceablity tests for ARM32
28f45defae3 : 8213410: UseCompressedOops requirement check fails fails on 32-bit system
4a2d78b9e49 : 8213906: Update arm devkits with libXrandr headers
673c68d9937 : 8213092: Add more runtime locks for concurrent class unloading
dce8ff4dbae : 8213751: ClassLoaderDataGraph::cld_do() should sometimes require CLDG_lock
93a6b7e355a : 8211326: add OS user related information to hs_err file
2b38340ad7a : 8210408: Refactor java.util.ResourceBundle:i18n shell tests to plain java tests
6c75023f1d3 : 8212779: ADL Parser does not check allocation return values in all cases
5e0d5efe4c0 : 8213352: Separate BufferNode allocation from PtrQueueSet
5e0ae534500 : 8213723: More Monitor/mutex initialization management 8213893: StringTable_lock is unused
6b0d1af7fa2 : 8213926: WB_EnqueueInitializerForCompilation requests compilation for NULL
e53852dd51f : 8213922: fix ctw stand-alone build
971575362a9 : 8210777: Update Graal
c8ebf4da3b8 : 8213373: Bulk MarkBitMap clearing methods
cc8ee84d59d : 8213829: Remove circular dependency between g1CollectedHeap and g1ConcurrentMark
12d64aaebac : 8213363: X25519 private key PKCS#8 encoding/decoding is incorrect
52bee8fe04c : 8203174: [Graal] JDI tests fail with Unexpected exception: com.sun.jdi.ObjectCollectedException
898b4d83c0a : 8213538: VM crashes when MaxVectorSize is set to 0, 1 or 2
1fa2af5b82c : 8213736: Build fails with LOG=debug on F28 after JDK-8210958
e552242db6d : 8211106: [windows] Update OS detection code to recognize Windows Server 2019
1b34ea35c91 : 8213616: URLPermission with query or fragment behaves incorrectly
8ed728c905f : 8210024: JFR calls virtual is_Java_thread from ~Thread()
acc32136c3c : 8213615: GC/C2 abstraction for escape analysis
bf9fb45c85c : 8211787: javax/net/ssl/TLSCommon/TLSTest.java throws java.net.SocketTimeoutException: Read timed out
92e5c54dec6 : 8206475: Repeated word in error message
25c6c908f19 : Added tag jdk-12+20 for changeset 40098289d580
b31ac98b6ea : 8213913: Redundant HTML in java.se/module-info.java
37dc9e2a0dc : 8213910: Invalid HTML in java.net.http.HttpClient
f0491673545 : 8213713: Minor issues during MetaspaceShared::initialize_runtime_shared_and_meta_spaces
d7d4bc9fdd4 : 8213622: Windows VS2013 build failure - "'snprintf': identifier not found"
98db2d55803 : 8213818: @return has already been specified
2abb0a31aa1 : 8213795: Force explicit null check on patching placeholder offset
7c14ebfcd04 : 8204142: AWT hang occurs when sequenced events arrive out of sequence in multiple AppContexts
24eb1aa0eb7 : 8213709: jdk/javadoc/doclet/testValueTag/TestValueTagInModule.java missing modules declaration
03a8cdece5e : 8211727: Adjust default concurrency settings for running tests on Sparc
98d92b0b6b2 : 8213708: Different #ifdef guards cause incorrect use of Monitor::check_block_state()
028f2e14b35 : 8213189: Make restricted headers in HTTP Client configurable and remove Date by default
3c55f378ca7 : 8133805: Remove the bot_updates parameter from G1Allocator's allocation methods
64a1914e1cc : 8192985: SA: Test cases for the clhsdb 'inspect', 'scanoops' and 'printas' commands
bfe4e0e4a29 : 8193323: Crash in "failed dependencies, but counter didn't change" with enabled UseJVMCICompiler
f287b874f24 : 8193439: Update Graal
c11f132abe0 : 8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
0c05e5a478b : 8190869: C2: missing strength reduction of Math.pow(x, 2.0D) to x*x
35417330245 : 8193053: jvm crash by G1CMBitMapClosure::do_addr
16d95cbf9dc : 8192971: LockCompilationTest fails intermittently
276093653ad : 8190984: tools/launcher/TestXcheckJNIWarnings.java WARNING was found in the output
eb417da9531 : 8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java
0fa3f5ebf8a : 8193407: jdk/hs fails Solaris slowdebug test-image build
b1001c7d7dd : 8193222: EnsureLocalCapacity() should maintain capacity requests through multiple calls
8ab2ee6ab15 : 8193363: TestDumpReplay.java fails with product builds
d8a31c4cb8a : 8193386: CompressedClassSize too large with MaxMetaspace
200e63f32c8 : 8191229: serviceability/jvmti/GetOwnedMonitorInfo/GetOwnedMonitorInfoTest.java fails with NoClassDefFoundError
915b2cd1f2d : 8192989: runtime/appcds/javaldr/ArrayTest.java crashes with assert(k->is_instance_klass())
b0138d81ade : 8193135: get rid of redundant _smr_ prefix/infix in ThreadSMRSupport stuff
a87551990a5 : 8191033: Regression in logging.properties: specifying .handlers= for root logger (instead of handlers=) no longer works
6534e2ad540 : 8193137: Nashorn crashes when given an empty script file
cebb2a31b4c : 8192970: Element getters/setters with fixed key fail to link properly
3f561e29a9c : 8193124: SA: Testcases for clhsdb jdis and findpc commands
51cb238d81b : 8193183: Fix format string in libdt_shmem/shmemBase.c
c30bc22a0e4 : 8034254: Don't use binary testing files broken.jar
67205081ecf : 8192987: keytool should remember real storetype if it is not provided
7604d1d515d : 8149402: "-group" option issue for classes from default package
d57db3b7931 : 8177681: Remove methods Runtime.getLocalized{Input,Output}Stream
900f2c016de : 8191030: @value Tags are not resolved by javadoc 9
9edbda6c17c : 8188789: Update JDK 9.0.1 and Future OpenJDK bundle names
653400a4bbd : Added tag jdk-10+35 for changeset d8c634b016c6
62d672208a9 : 8193191: Update JavacTestingAbstractProcessor for JDK 10
9f07305ab6f : 8189248: Jshell: error with mutually dependent snippets, when one must be replaced
77b4045e0f7 : 8193156: Need to backout fixes for JDK-8058547, JDK-8055753, JDK-8085903
f296f0cfbce : 8192945: Need stable sort for MODULES entry in the release file
4bff43558f1 : 8193159: Reduce the number of classes loaded due to NativeLibrary
dd07ad17036 : 8191872: (fs) UnixNativeDispatcher conditionally compiles in support for high precision timestamps
800f9ab58ae : 8191867: Module attribute in 54.0+ class file cannot contains a requires java.base with ACC_TRANSITIVE or ACC_STATIC_PHASE
8c50b3e660b : 8192885: Compiler in JDK 10-ea+33 misses to include entry in LineNumberTable for goto instruction of foreach loop
695717da725 : Added tag jdk8u162-b10 for changeset 1f7b58c1e732
59edc35214a : Added tag jdk8u162-b10 for changeset 193e50c97dca
fa38a89fe34 : Added tag jdk8u162-b10 for changeset 23cfb4b7fb98
e01dbaef34b : Added tag jdk8u162-b10 for changeset 5beab560966b
f30f51e9d0d : Added tag jdk8u162-b10 for changeset 503d007276bd
9a00487dfe2 : Added tag jdk8u162-b10 for changeset 94bdbf58c5d6
990c3058d9c : Added tag jdk8u162-b10 for changeset 318a2e9ef996
335a0644d9f : Added tag jdk8u162-b10 for changeset c894df69a9d5
955a921483a : Added tag jdk8u162-b10 for changeset 0bb28f6c5824
088f00e7526 : Added tag jdk8u162-b10 for changeset c912cb557cd9
19c1795995a : Added tag jdk8u162-b10 for changeset 6cb8718dc213
b39db2f56d1 : Added tag jdk8u162-b10 for changeset 6455702fd10e
ffe87ceb873 : Added tag jdk8u162-b10 for changeset efe6fa20ed6b
9e3b9d83112 : Added tag jdk8u162-b10 for changeset 64fc0b63ba97
f1e9f8d5cbd : Added tag jdk8u162-b10 for changeset 482b94d61173
a846d6fb317 : Added tag jdk8u162-b10 for changeset e089b208749c
b5ba2904543 : Added tag jdk8u161-b10 for changeset 916caac9ee65
c4e5b5370e4 : Added tag jdk8u161-b10 for changeset 7730ea8c672e
bc785e4ee10 : Added tag jdk8u161-b10 for changeset eb34f74670d2
44ffa285a1e : Added tag jdk8u161-b10 for changeset 7e3a92881c95
e164e7342d1 : Added tag jdk8u161-b10 for changeset b9ff14839ff8
97a5164ba0d : Added tag jdk8u161-b10 for changeset 6c260c45beca
bb5837bb602 : Added tag jdk8u161-b10 for changeset 2a6a35920bca
a1516523aed : Added tag jdk8u161-b10 for changeset ff3cc3f416cc
dd85ae0ccb7 : Added tag jdk8u161-b10 for changeset 0c3778c309a5
7c52a84bac2 : Added tag jdk8u161-b10 for changeset b49987807fe6
1bebe4ed433 : Added tag jdk8u161-b10 for changeset f70e8b6a20b0
88f3e794ab7 : Added tag jdk8u161-b10 for changeset 820079391e49
a5eb663fafd : Added tag jdk8u161-b10 for changeset 71ba3bcdff56
b109edf8755 : Added tag jdk8u161-b10 for changeset 3ed6e07a915a
9b747ecb3db : Added tag jdk8u161-b10 for changeset f021bbb3a1b9
62a5b8ef35d : Added tag jdk8u161-b10 for changeset 244dd286ed84
318c0d74ab6 : 8192870: [Testbug] runtime/handshake/HandshakeTransitionTest throws NPE
5252da0f37a : 8192979: jshell tool: Online help text for commands is confusing
18e7fa9b4cc : 8145579: SimpleThresholdPolicy assumes non-trivial methods to be trivial
15dc7be2ccc : 8190478: Improved interface method selection
c74c58a1bc7 : 8190478: Improved interface method selection
b96c85c640e : 8192846: Support cmov vectorization for float
c8bf23d93ac : 8192909: Invalid username or password in HashedPasswordFileTest.java
e2d38d5f6a1 : 8193068: Add gc/g1/TestVerifyGCType.java to problem list
1cfa67d1d52 : 8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared
29aabe9c058 : 8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler
06bf91bacca : 8193068: Add gc/g1/TestVerifyGCType.java to problem list
a7c9c021baa : 8190478: Improved interface method selection
d0e2d0d8853 : 8190478: Improved interface method selection
b4f7ce6c8ff : 8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
3af68346dc5 : 8192909: Invalid username or password in HashedPasswordFileTest.java
657b951fabc : 8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
91a2daa9a2f : 8193193: AArch64: immByteMapBase operand generated for non-CardTable GCs
1f15d2bb46c : 8191989: JDK-8190862 work for arch sparc
ada54c7d1ad : 8191986: JDK-8190862 work for arch aarch64
0cd7cb821ac : 8191027: JDK-8190862 work for arch x86/x64
77eb30dae30 : 8193930: [JVMCI] calling ResolvedTypeType.getClassInitializer on an array type crashes
5fb516acc07 : 8193045: JDK-8190484 breaks build on Windows
3d3780d2e85 : 8191455: jdk/jshell/StartOptionTest.java and jdk/jshell/ToolProviderTest.java failed after changeset e0f08a 8191456: jdk/jshell/ExternalEditorTest.java testStatementMush() failure
1f7eaf5a697 : 8192793: 8u161 L10n resource file update md20
d257933d0ac : 8192793: 8u161 L10n resource file update md20
ab17ca3241c : 8192793: 8u161 L10n resource file update md20
07a10caaa83 : 8192793: 8u161 L10n resource file update md20
e1b70a29245 : 8192793: 8u161 L10n resource file update md20
a4b6588f4b6 : 8192793: 8u161 L10n resource file update md20
89b65a1253d : 8192794: 8u162 L10n resource file update md20
963f39156b6 : 8192794: 8u162 L10n resource file update md20
719980b261c : 8192794: 8u162 L10n resource file update md20
845ad2d7678 : 8192794: 8u162 L10n resource file update md20
267856d1006 : 8189656: The Windows L&F should be moved out from the shared folder
426fdea0d6d : 8175795: configure should verify that system zlib contains needed functionality
ed799ad4b96 : 8192854: FONTCONFIG_CFLAGS missing from spec.gmk.in
686d74f11e7 : 8189749: Devise strategy for making source level checks more uniform
fcb01959cf6 : 8181659: Create an alternative fix for JDK-8167102, whose fix was backed out
9684f8bcee3 : 8192794: 8u162 L10n resource file update md20
727646b9ede : 8181659: Create an alternative fix for JDK-8167102, whose fix was backed out
cd2ceacce42 : 8192794: 8u162 L10n resource file update md20
5f8ec56bb20 : 8182610: Update specification of service providers for IIORegistry and ServiceRegistry
cf3017f0965 : 8191969: javac produces incorrect RuntimeInvisibleTypeAnnotations length attribute
df6942b24aa : 8191969: javac produces incorrect RuntimeInvisibleTypeAnnotations length attribute
3a458b1aa16 : 8192961: Remove some double semicolons
c107fb7b743 : 8191955: AArch64: incorrect prefetch distance causes an internal error
d55fdd6c566 : 8190843: can not set/get extendedOptions to ServerSocket
869aa96aa3a : 8192897: NPE occurs on clhsdb jstack
238ca2e7813 : 8191216: SimpleTimeZone.clone() has a data race on cache fields
3b0e59e8d80 : 8185582: Update Zip implementation to use Cleaner, not finalizers
ed69a7db9c4 : 8192935: Fix EnumSet's SerializationProxy javadoc
a820e5eaa87 : 8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java
643da5ac9cb : 8181118: update java/time tests to use RandomFactory from the top level testlibrary
99332f8fe03 : 8193194: Update javax.lang.model.util visitors for 10
eb62b5e51e2 : 8187073: The java.util.logging.Level.findLevel() will not correctly find a Level by it's int value
82bf0799c67 : 8148421: Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension
0b2a269330d : 8181659: Create an alternative fix for JDK-8167102, whose fix was backed out
06331455d29 : 8187985: Broken certificate number in debug output
ebd04005707 : 8187497: Redundant variable assignment in Java_sun_security_jgss_wrapper_GSSLibStub_getMic
8a51910f8e3 : 8191069: Miscellaneous changes imported from jsr166 CVS 2017-12
850b92fa041 : 8187947: A race condition in SubmissionPublisher
eac77274e8a : 8191937: Lost interrupt in AbstractQueuedSynchronizer when tryAcquire methods throw
2b9f3dcf5e9 : 8186441: Change of behavior in the getMessage () method of the SOAPMessageContextImpl class
689744104cd : 8186441: Change of behavior in the getMessage () method of the SOAPMessageContextImpl class
ed537e215c3 : 8186441: Change of behavior in the getMessage () method of the SOAPMessageContextImpl class
ae40c9f624e : 8186441: Change of behavior in the getMessage () method of the SOAPMessageContextImpl class
a836ea920e4 : 8186441: Change of behavior in the getMessage () method of the SOAPMessageContextImpl class
2474a2d4524 : 8186441: Change of behavior in the getMessage () method of the SOAPMessageContextImpl class
c042b7af4cc : 8191950: assertion failed: no insertions allowed
fad5094503d : 8191918: tomcat gzip-compressed response bodies appear to be broken in update 151
7892014147e : 8192933: Wrong generic type parameter in serialized form javadoc
5eafe731b05 : 8191706: Add Reader::transferTo(Writer)
a53a1b78449 : 8191078: Wrong "Package not found" warning
37811b74600 : 8191494: Refresh incubating HTTP Client
d8efdbc4a2e : 8183518: Premature deprecation of Event/InputEvent/KeyEvent in Java 9
3e26f1114df : 8186961: Class.getFields() does not return fields of previously visited super interfaces/classes
1172328edfc : 8170244: Update UseAVX after cpu feature detection to use more default mapping
da3e01d1cea : 8034252: Fix non ASCII text file T6302184.java
b4ef56fd28c : 8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
f570e1bc277 : 8192762: LoopNode::verify_strip_mined() fails with "assert failed: only phis"
c647d80e381 : 8191273: applications/ctw/modules tests fail intermittently
d4fab56c4fa : 8190809: JVM crashes while generating appcds for classpath with empty directory entry
f29e21abb19 : 8080225: FileInput/OutputStream/FileChannel cleanup should be improved
b93586c51e7 : 8192986: Inconsistent handling of exploded modules in jlink
93aa3ae4d70 : 8193256: Configuration and ModuleLayer findModule cleanup
c713e2dbaae : 8192816: Let run-test save exit code
d17b9f871dc : 8192814: Update Graal
6d3672187c0 : 8191767: Memory leak in JabSwitch
ecd302728cc : 8191938: Fix lint warnings in JAXP repo: a few Deprecation warrnings and enable -Xlint:all
278eaa6135a : 8192876: MacOS build fails intermittently after JDK-8139653
f8f83d77a80 : 8192898: AIX build broken after JDK-8190308
1fd81dac32b : 8192825: PPC64: Missing null check in C1 inline cache check
d8284abf493 : 8192818: [s390]: restoring register contents calculates wrong value
8fd0feffb92 : 8179083: Uninitialized notifier in Java Monitor Wait tracing event
7c89ccfeb81 : 8192810: EnableThreadSMRStatistics should be default off in release builds
11a8bac6406 : 8192892: Improve JrtPath::getResolved fast-path test 8175891: JrtPath::resolve off-by-one pre-sizing cause for memory pressure
f4b397b4ba3 : 8189439: Parameters type profiling is not performed from aarch64 interpreter
d24ef2f18fa : 8191129: AARCH64: Invalid value passed to critical JNI function
4969284dc64 : 8191538: SA: tests for clhsdb commands: vmstructsdump, field, symboltable and symbol
b24fe21f431 : 8006887: Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect
ea04c5cfb36 : 8191821: Finer granularity for GC verification
9a3de631aa8 : 8191914: New SA test timeout on windows
686dc5c9776 : 8192866: [TESTBUG] Move UseAppCDS.java from the closed ProblemList.txt to the open one
93f96094e9a : Added tag jdk-10+34 for changeset 89deac44e515
52ecf42bdc0 : 8191943: [TESTBUG] docker/TestCPUAwareness fails on machine with 2 CPUs
288a430ce73 : 8192879: jdk.internal.util.jar.VersionedStream is no longer needed
029327ac10d : 8190464: OpenJDK on macosx needs to bundle freetype
6311c909f6d : 8190837: BasicType and BasicTypeSize should refer to HotSpot values
e473a43bb8e : 8192840: serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java failing on Windows
b468df82f91 : 8191787: move private inline functions from thread.inline.hpp -> thread.cpp
6ad8b12131b : 8160406: Collection.toArray() spec should be explicit about returning precisely an Object[]
2321c5b86c5 : 8189331: java/io/Serializable/maskSyntheticModifier/MaskSyntheticModifierTest.java failed incorrect serialVersionUID
f6fe5ff4450 : 8139653: Freetype bundled on macosx, but not correctly linked
7501a2168a1 : 8187910: Charset MS950_HKSCS not supported in JDK 9
15ea766de22 : 8191437: AOT doesn't work easily after thread local handshakes
40f06dc0e3e : 8174101: Bootclasspath append should not invalidate CDS archive
d470bc0546a : 8192821: Make LogCompilation into a maven project
6dc1d8c06d9 : 8186787: clang-4.0 SIGSEGV in Unsafe_PutByte
73d033cf9f5 : 8186441: Change of behavior in the getMessage () method of the SOAPMessageContextImpl class
bece28d6ccf : 8191232: compiler/intrinsics/bigInteger/TestMultiplyToLen.java fails with java.lang.Exception: Failed
234b300eb26 : 8192950: Missing -nativepath for svc tests
23424e9e0ad : 8191360: Lookup of critical JNI method causes duplicate library loading with leaking handler
b6252a4d4d2 : 8192897: NPE occurs on clhsdb jstack
a06ef68dcf8 : 8190484: Move jvm.h, jmm.h et al to hotspot/*/include
05f99dfe850 : 8191052: [Graal] java/lang/invoke/CallSiteTest.java intermittently fails with "Failed dependency of type call_site_target_value" when running with Graal as JIT
8b4b92c1a14 : 8191950: assertion failed: no insertions allowed
c04d1331fc0 : 8192823: SA: Testcase for 'clhsdb source' command
47d1a91754f : 8185985: Html files in doc-files directories should be wrapped with standard header and footer
e3c574e0264 : 8190552: Augment the Compiler API tree with APIs to represent HTML content
4da03ba907e : 8186535: Remove deprecated pre-1.2 SecurityManager methods and fields
3f3f0cb67ea : 8191564: Refactor GC related servicability code into GC specific subclasses
d6aded9c685 : 8192756: SIGSEGV in nmethod::new_native_nmethod
42d3f8d610c : 8191324: SA cleanup -- part 2
3ef7804e6d5 : 8192072: 8191782 fix for VMDeprecatedOptions.java missed DeferThrSuspendLoopCount and duplicated DeferPollingPageLoopCount
b9c69b3401c : 8191779: LogCompilation throws java.lang.Error: scope underflow
0e7f779f1b3 : 8192154: JVM crashes inside some chroot environments on linux
0ac9a94c4dd : 8191658: SA: Testcases for attach, detach, reattach and Jhisto commands
937799a84c6 : 8192807: testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java fail due to new method in Platform.java
f684b1a856e : 8184982: SA: Running ClassDump on a simple java program generates NullPointerException
5102cb91209 : 6354947: [Fmt-*] Clarify DecimalFormat description of FieldPosition use
a0686653fc7 : 8150530: Improve javax.crypto.BadPaddingException messages
9c8563120f0 : 8150530: Improve javax.crypto.BadPaddingException messages
f968e1a6704 : 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html 8183508: multi_tsc.html should be updated 8181289: Invalid HTML 5 in AWT/Swing docs
4a1f0a58121 : 8191142: More refactoring for naming deserialization cases
2e3439e7726 : 8191142: More refactoring for naming deserialization cases
28d099c8fcd : 8191142: More refactoring for naming deserialization cases
07c2f03c0c9 : 8191142: More refactoring for naming deserialization cases
d462fea5271 : Added tag jdk8u162-b09 for changeset 48a426e29843
e46a2bded5b : Added tag jdk8u162-b09 for changeset 7b9579e7dcb0
6f7e1678d9d : Added tag jdk8u162-b09 for changeset f2e1b905550f
436224b3787 : Added tag jdk8u162-b09 for changeset cbe7ef21e842
d0f69396e5d : Added tag jdk8u162-b09 for changeset b93d4c3e594c
a3f4d754eec : Added tag jdk8u162-b09 for changeset e34fd57fd684
652ac16b70d : Added tag jdk8u162-b09 for changeset 00f96d3fefab
40a749974e0 : Added tag jdk8u162-b09 for changeset c2fcca0bcde7
2f78d0673ee : Added tag jdk8u162-b09 for changeset 523de87ff9fd
41bcf5718cd : Added tag jdk8u162-b09 for changeset aa57025c80ab
18de83043eb : Added tag jdk8u162-b09 for changeset 1ed528bb9fc9
2dfcdce328b : Added tag jdk8u162-b09 for changeset fdae54e6563c
e4365489586 : Added tag jdk8u162-b09 for changeset e84e35595b61
24939ee9d11 : Added tag jdk8u162-b09 for changeset 225097ec0bdf
2e78e5aeab5 : Added tag jdk8u162-b09 for changeset 885a2dd6af18
94231d3f609 : Added tag jdk8u162-b09 for changeset 804b1cea15dc
ac7077b36d0 : Added tag jdk8u161-b09 for changeset e4fb1d291447
2ca68362177 : Added tag jdk8u161-b09 for changeset 1b6ad70642b9
26127dbbfcc : Added tag jdk8u161-b09 for changeset 3afc8d17bcd2
cf77c10e755 : Added tag jdk8u161-b09 for changeset 35428ab6ca8c
254106c63b0 : Added tag jdk8u161-b09 for changeset dbd6723df598
c5b97894a57 : Added tag jdk8u161-b09 for changeset 6649d3fe1072
f020cac0558 : Added tag jdk8u161-b09 for changeset 4cee8f6a4956
472b66e346d : Added tag jdk8u161-b09 for changeset 0693ba454d63
3ea64987b91 : Added tag jdk8u161-b09 for changeset 30ee3ccf67be
944cbcbea63 : Added tag jdk8u161-b09 for changeset 68f9d15d9b1a
417a16bf014 : Added tag jdk8u161-b09 for changeset 68057dd0baf7
ca1fb2affbf : Added tag jdk8u161-b09 for changeset 01dea099ff54
6e12f1a117d : Added tag jdk8u161-b09 for changeset 7e7bde4ac19e
c6206858a8f : Added tag jdk8u161-b09 for changeset 6df4e784aa25
828f0c410fc : Added tag jdk8u161-b09 for changeset 7696ea783626
7694a3c7080 : Added tag jdk8u161-b09 for changeset 6b65af9e1585
3faa620f4c0 : 8184361: AOT lib at jdk/lib/libjava.base-coop.so seems to override -XX:AOTLibrary=
3534ed03791 : 8191802: Upward projection result is A<? extends Number> instead of A<? super Integer>
bc5a87988c7 : 8186087: jar tool fails to create a multi-release jar when validating nested classes
7cdac47d37a : 8191981: javac crash when detecting lambda candidates
d267afd1f43 : 8177956: Add TEST_VM_OPTS as convenience for run-test arguments
3b3ebcd0973 : 8192123: Zero should use compiler built-ins for atomics on linux-arm
97261435630 : 8193699: aarch64 fails to build after 8167372
a2000f8720f : 8179424: Remove terminally deprecated sun.reflect.Reflection.getCallerClass
df559fe00e5 : 8191987: JDK-8190862 work for arch ppc64
257f4fccd0f : 8180709: java -javaagent:agent.jar with run-time that does not contain java.instrument prints confusing error
808189636a9 : 8193897: JDK-8191374 caused windows_i586 build to fail
114c1a7a695 : 8152957: Improve specificity of safepoint logging to print safepoint type
670ac3b2369 : 8193840: Add compiler/c2/Test8007294.java to the problem list
1c4fcc16271 : 8191374: Improve error message when CDS is not supported on exploded build
c7421b5e3bc : 8193672: [test] Enhance vm.cds property to check for all conditions required to run CDS tests
1d0acb189a2 : 8186903: Remove j-types from Atomic
f01d0f469c7 : 8193514: UseMembar should not be obsoleted yet
12a45fe7f86 : 8193509: Test dynamic path to retrieve active processor count
dd8b1890979 : 8167372: Add code to check for getting oops while thread is in native
47bbcac6679 : 8154587: Resolution fails for default method named 'clone'
e817cd88c17 : 8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
c5df44a4ce8 : 8188221: Return type profiling is not performed from aarch64 interpreter
cc02b4769a0 : 8191142: More refactoring for naming deserialization cases
35865af26a9 : 8191142: More refactoring for naming deserialization cases
f8aaf971799 : 8186057: TLS interoperability testing between different Java versions
69121658876 : 8185369: Clean up the javadoc stylesheet
4c7e794ad95 : 8182484: Remove 1024-bit default requirement from javadoc of java.security.interfaces.DSAKeyPairGenerator
b25c9ddbaee : 8165736: Error message should be shown when JVMTI agent cannot be attached
6f470817d04 : 8043334: Typo in javax/swing/JComponent.html
7d85a6a616e : 8189284: More refactoring for deserialization cases
7148ed624dc : 8189284: More refactoring for deserialization cases
02455bb4754 : 8189284: More refactoring for deserialization cases
34b0b1ebc0d : 8189284: More refactoring for deserialization cases
678aafa42ca : 8191870: Remove badJNIHandle
58dd5210ec0 : 8192061: Clean up allocation.inline.hpp includes
177b24b7d76 : 8191747: [TESTBUG] runtime/appcds/DumpClassList.java and ProhibitedPackage.java fail on product bits
93438246bc6 : 8178427: NPE in Infer$CheckUpperBounds
bcbbc4d8eee : 8191173: (cl) Clarify or remove "for delegation" in ClassLoader spec
6f31e2eada3 : 8191996: VM startup fails with CodeCacheExpansionSize=32768 is outside the allowed range
7617012f555 : 8191927: Enable AppCDS for custom loaders on all 64-bit Linux and AIX
66c00b41848 : 8190980: Develop test cases and collect test pass rate
3fc999a1fe8 : 8190308: Implementation: JEP 316: Heap Allocation on Alternative Memory Devices
8dc96ea2b05 : 8191891: Update minumum Ant version in Nashorn build.xml
6e56bec454c : 8059835: Optimistic splitting doesn't work with let and const
5b80b8d7d10 : 8158366: [macosx] Regression: closed/java/awt/dnd/RecognizedActionTest/RecognizedActionTest.html fails
45613decea5 : 8190877: Better handling of abstract classes
5ef58327f5e : 8190877: Better handling of abstract classes
386e258e20e : 8186027: C2: loop strip mining
46f665881f7 : 5016517: Replace plaintext passwords by hashed passwords for out-of-the-box JMX Agent
800d7ffc3e2 : 8191863: [s390] Fix CDS: some bytecode rewriting doesn't depend on RewriteControl
6d566ccf629 : 8191770: [ppc64] Fix CDS: don't rewrite invokefinal if DumpSharedSpaces
a43a8363ff0 : 8191769: AARCH64: Fix hint instructions encoding
ded2479840a : 8188877: Improper synchronization in offer_termination
360ce25e95d : 8190861: [TESTBUG] javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentSwing.java is wrong
2f50ac48200 : 8191961: SA: Remove left over quarantined SA tests due to 8184042 from ProblemList.txt
61e736cbae9 : 8188791: Move AppCDS from closed repo to open repo
570a828dfc3 : 8191504: [TESTBUG] CDSTestUtils.isUnableToMap() should check OptionalData region mapping failure
121feb580b4 : 8189284: More refactoring for deserialization cases
c9091dafe3c : 8189284: More refactoring for deserialization cases
2f2dc51f006 : 8187367: Numerous swing display problems with scaled displays on Windows
205351451fc : 8190729: Adjustment to anonymous metadata space chunk allocation algorithm
20439abed68 : 8191907: PPC64 and s390 parts of JDK-8174962: Better interface invocations
b6016a59f3e : 8191907: PPC64 and s390 parts of JDK-8174962: Better interface invocations
2aa99af2ec7 : 8191907: PPC64 part of JDK-8174962: Better interface invocations
ac3a4c71cbe : 8191907: PPC64 part of JDK-8174962: Better interface invocations
603c33b711b : 8191907: PPC64 part of JDK-8174962: Better interface invocations
eb5b2be4dea : 8191907: PPC64 part of JDK-8174962: Better interface invocations
9bb2c5a0b3b : 8133616: compiler error messages for dup single type, single static import switched
df532885131 : 8191878: Reduce code duplication in BeanLinker
14a3a704394 : 8191234: TypeKindVisitor needs to handle modules
26727aebf41 : 8190911: tools/jdeps/MultiReleaseJar.java failed with java.lang.IllegalThreadStateException
ab02ac3528c : 8191923: Save run-test summary to file
030e675ed3c : 8185451: Misleading 'cannot be accessed from outside package' diagnostic for inconsistent varargs override
966746dba36 : 8179554: make run-test does not respect ProblemList.txt
1bce1af9738 : 8191856: "make clean-test" does not work properly
f0f5ef65f0f : 8179555: make run-test should always use a fresh, clean JTwork directory
53b0b93b3af : 8189099: JTReg now supports 256 jobs
2add809f218 : 8177957: run-test summary lines look bad/misleading with long test names
61f48290395 : 8189789: tomcat gzip-compressed response bodies appear to be broken in update 151
6c076f327b4 : 8189789: tomcat gzip-compressed response bodies appear to be broken in update 151
18f70cfdd2f : 8185983: Javac should reject TypeArguments on field access expression
589129ece42 : 8135178: importPackage not working even with load "Mozilla compatibility script"
c942c5de6ba : 8190939: JShell: gives a compiler error evaluating an expression of inaccessible type
5fe4853f78c : 8190266: closed/java/awt/ComponentOrientation/WindowTest.java throws java.util.MissingResourceException
6c58f1dce82 : 8190266: closed/java/awt/ComponentOrientation/WindowTest.java throws java.util.MissingResourceException
cf5e30cca0b : 8190266: closed/java/awt/ComponentOrientation/WindowTest.java throws java.util.MissingResourceException
5c97060177d : 8190266: closed/java/awt/ComponentOrientation/WindowTest.java throws java.util.MissingResourceException
e196ae9be65 : 8191834: Assigning a void expression to a "var" crashes the compiler
e6056f2e916 : 8191707: Options with invalid values are incorrectly treated as obsolete and ignored
d366a17bd3c : 8186461: Zero's atomic_copy64() should use SPE instructions on linux-powerpcspe
0078952cc17 : 8186461: Zero's atomic_copy64() should use SPE instructions on linux-powerpcspe
ad3b6ebd0c1 : 8191205: Set native-debug-symbols default to "external"
97325149c68 : 8191820: Fix run-test jtreg test selection and component calculation
954b98e97f0 : 8176072: READING attributes are not available on TSF
0b3d57bb57f : 8176072: READING attributes are not available on TSF
43c38bdc167 : 8176072: READING attributes are not available on TSF
9db3cf346c2 : 8191384: WaveFloatFileReader never closes the data stream
fea6c39ce24 : 8178109: More useful documentation on /help
919b1436bdc : 8187954: Update JAX-WS RI integration to latest version
0a304e24b0f : 8191819: String.prototype.match should follow ES6 specification
7e43455ead6 : 8191715: Update documentation pointing to "common" directory
802a8bcaf38 : 8191810: jjs should avoid hard coded javadoc base url for shift-tab documentation feature
abef0ce5b3f : 8191404: Upgrading JDK with latest available LSR data from IANA
721c453bfd5 : 8191431: Reading multiple PNG images with unique IDAT chunk positions will cause IIOException
4b37f67bf93 : 8068024: Null pointer dereference in jdk/src/macosx/native/apple/security/KeystoreImpl.m
5fa005989d5 : Added tag jdk-10+33 for changeset bbd692ad4fa3
70329e06401 : 8190228: Remove redundant modifiers in java.desktop module
48508135fee : 8189204: Possible NPE in Component::getLocationOnScreen()
2142e55df17 : 8191688: Assert failed in > 200 tests: failed dependencies, but counter didn't change
6feaa2cb696 : 8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
2c74ca8c08f : 8191313: compiler/runtime/SpreadNullArg.java fails in tier1
afb63cdf0eb : 8192781: tools/jar/multiRelease/Basic.java test Basic.test09(): failure after change d34958
44e40897897 : 8191942: Replace jdeps use of jdk.internal.util.jar.VersionedStream with new public API
581c28572a0 : 8182108: javadoc makes up type variables for grandparent types
97cddabb170 : 8189611: JarFile versioned stream and real name support
0780382f34e : 8191933: Use failure handler in run-test
012e103e91b : 8187237: Need to define the behaviour for 0 and 1 argument method type in StringConcatFactory.makeConcat 8186737: Lookup argument for StringConcatFactory.makeConcat & makeConcatWithConstants cannot have privileges less than PRIVATE
f7aba189f09 : 8192067: Add fixpath to test image
e0fe688373a : 8181175: Stream.concat behaves like terminal operation
14e7d88c9e0 : 8191655: LambdaConversionException: Invalid receiver type interface; not a subtype of implementation type interface
e27e8b9e390 : 8191428: Regression: Swing button label wrapping with hidpi
30b907936bd : 8191736: replace javah w/ javac in jdk tests
3ab44edd507 : 8191771: nashorn ant makefile uses javadoc -link which may fail
adb156a9b20 : 8191516: OutputStream.write(byte[],int,int) could have fewer parameter bounds checks
8a81d5f700a : 8190348: [TESTBUG] Test javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentCanvas.java fails
cc0cb9660da : 8159142: [hidpi] Visible artifacts in sun/java2d/SunGraphics2D/DrawImageBilinear.java
f944ef6ebc7 : 8191744: Remove typo in makefile
4b08777a6a8 : 8191739: [TESTBUG] test/hotspot/jtreg/runtime/LoadClass/TestResize.java fails to compile after JDK-8191580
44f7f54e908 : 8191631: Problem list jdk/jshell/StartOptionTest.java, jdk/jshell/ToolProviderTest.java and jdk/jshell/ExternalEditorTest.java temporarily
7dde2662c41 : 8191631: Problem list jdk/jshell/StartOptionTest.java, jdk/jshell/ToolProviderTest.java and jdk/jshell/ExternalEditorTest.java temporarily
b18720e411f : 8191615: LogCompilation can show bytes
59593b745aa : Added tag jdk8u162-b08 for changeset 818414a8a250
c522a46bafa : Added tag jdk8u162-b08 for changeset 2bcbb26a5fb8
d5e89ce36f5 : Added tag jdk8u162-b08 for changeset 735625d092d1
60c2fb962da : Added tag jdk8u162-b08 for changeset 55b0ef9878df
7f75d25c267 : Added tag jdk8u162-b08 for changeset 64ea0bb0bd8a
d1b8d628e85 : Added tag jdk8u162-b08 for changeset 0b73b4a61376
5e45be92e86 : Added tag jdk8u162-b08 for changeset b519ddb865a9
2edd352ea58 : Added tag jdk8u162-b08 for changeset c24beb50381a
b6dd72761ac : Added tag jdk8u162-b08 for changeset 2d2d966122b2
9801eccac57 : Added tag jdk8u162-b08 for changeset d90b26dd525f
dc0c4dbf1e7 : Added tag jdk8u162-b08 for changeset 8bcd2c069ccb
a0e5f835b0f : Added tag jdk8u162-b08 for changeset bb3f0ef0f78b
74422ee61a4 : Added tag jdk8u162-b08 for changeset b41fb5e34e5e
ab4f0aa1dc0 : Added tag jdk8u162-b08 for changeset ccc1f6c519ed
5e3d0d7a4bd : Added tag jdk8u162-b08 for changeset 9cd91de46792
17e6ed6b9c9 : Added tag jdk8u162-b08 for changeset 689a939e8beb
2af00f5da9d : 8180019: javadoc should treat failure to access URL as an error, not a warning
3b8e460a1a6 : 8156694: javap should render annotations in a friendly way
e8ff1270bc7 : 8189646: sun/security/ssl/SSLSocketImpl/SSLSocketCloseHang.java failed with "java.net.SocketTimeoutException: Read timed out"
18cc1aa8fa9 : 8191137: keytool fails to format resource strings for keys for some languages after JDK-8171319
2b3e82fdd3c : 8191137: keytool fails to format resource strings for keys for some languages after JDK-8171319
5add0a1a504 : 8191137: keytool fails to format resource strings for keys for some languages after JDK-8171319
a6d21e7f555 : 8191137: keytool fails to format resource strings for keys for some languages after JDK-8171319
8c73fadf508 : Added tag jdk8u161-b08 for changeset 1d106f5b2ccb
1430f571c3a : Added tag jdk8u161-b08 for changeset 86a6657b6a6f
ef72683562d : Added tag jdk8u161-b08 for changeset 0446265a0ca7
4526675009f : Added tag jdk8u161-b08 for changeset 003a9a16f1d1
edbd3a1aec9 : Added tag jdk8u161-b08 for changeset 9bbfa5f586b9
e196411f740 : Added tag jdk8u161-b08 for changeset 70cfcc2e9495
61fbe8dc956 : Added tag jdk8u161-b08 for changeset 0d50f58f621c
ea76fb798db : Added tag jdk8u161-b08 for changeset f64436459c65
db4f41ee518 : Added tag jdk8u161-b08 for changeset 6be82a9d51ba
0698bfc5174 : Added tag jdk8u161-b08 for changeset 485ef839a6f1
2cc5c7518eb : Added tag jdk8u161-b08 for changeset 6ddd6c81aed7
0942f4e030c : Added tag jdk8u161-b08 for changeset c1d368821a2c
ba20bd8cc0d : Added tag jdk8u161-b08 for changeset 70a6cac3ddcd
47af5fea4ac : Added tag jdk8u161-b08 for changeset c94a451d7ece
58ff92a7a02 : Added tag jdk8u161-b08 for changeset edd58c57e9ec
44fd1721a54 : Added tag jdk8u161-b08 for changeset c7da3a0d9812
e7ff0665e4e : 8188122: Path length limits on Windows leads to obscure class loading failures
28b3c9f1046 : 8191042: Deprecate VM option CheckEndorsedAndExtDirs
fb89c1729c8 : 8190817: deopt special-case for _return_register_finalizer is confusing and leads to bugs
cdabc7a61c6 : 8191580: open/test/hotspot/jtreg/runtime/LoadClass/TestResize fails on product build
1e788379fa8 : 8191663: Zero variant broken after 8189170 and 8189871
6765ebd98f3 : 8191562: Missing include in gcArguments.cpp breaks minimal JVM build
85089d08d56 : 8191203: Remove duplicated jimage.hpp
905ead0ac3f : 8191112: javac OutOfMemoryError caused by \"-Xlint:exports\" option
4e25c00d8ae : 8191313: Deprecate RMIConnectorServer.CREDENTIAL_TYPES
ec0c9e51ea5 : 8191204: Post-consolidation cleaning up of the build system
dfaa92ca050 : 8189659: Anonymous subtype of raw type causes VerifyError
26aa579a78a : 8182284: G1Analytics uses uninitialized fields
3d10c44a346 : 8190418: Stop generating jvmtiEnvStub and jvmtiEnvRecommended
f0d620789d8 : 8191401: [TESTBUG] serviceability/sa/ClhsdbFlags.java can fail due to UseJVMCICompiler
7367af0bf37 : 8191401: [TESTBUG] serviceability/sa/ClhsdbFlags.java can fail due to UseJVMCICompiler
acc6539ad35 : 8034258: Don't use binary testing class files
38f5cea050f : 8191162: Use @implSpec tag for javax.lang.model.util visitor methods
2811fa2e824 : 8043070: nmethod::verify_interrupt_point() shouldn't enter safepoint
53ee22647f8 : 8187588: Error generating using JDK 9 javadoc against a JDK 8 source repository
ac14c02059b : 8191632: Typos in comments due to duplicating words
d29688b6df4 : 8191616: [TEST_BUG] : sanity/client/SwingSet/src/SliderDemoTest.java: Failed with TimeoutExpiredException: Wait "Wait till Slider attains the specified state."
beb9278561a : 5031664: Increase thread safety of EventListenerList
91549ed5cea : 8191614: Generated configure out of sync
eeb940463b6 : 8175883: bytecode generated for the enhanced for loop may block memory garbage collecting
d7f5a6e86e5 : 8190975: [Graal] Tests which run with "--limit-modules java.base" could fail when Graal is used as JIT
687c2c54121 : 8189170: Add option to disable stack overflow checking in primordial thread for use with JNI_CreateJavaJVM
cffac90ef92 : 8190906: tools/javac/failover/CheckAttributedTree.java failed with timeout
de661c5bd26 : 8191123: java.awt.im.InputContext API doc has a reference to extensions
35a68b5ca06 : 8178430: JMenu in GridBagLayout flickers when label text shows "..." and is updated
cdf8de893ea : 8191338: aarch64: fails to build after 8189745
4bdc34dde53 : 8191373: Multiple NUMA nodes expected
49ce1519d93 : 8190817: deopt special-case for _return_register_finalizer is confusing and leads to bugs
fc7955d5fc2 : 8160548: Inconsistent inlining behavior with CompileOnly
a3ceaef3e4b : 8190332: PngReader throws NegativeArraySizeException/OOM error when IHDR width is very large
1e9c354dca7 : 8191464: jdk/javadoc/doclet/testModules/TestModules.java 2 of 333 subtests failed
24bbe447013 : 8190497: DHParameterSpec.getL() returns zero after JDK-8072452
4ea1a32be62 : 8190497: DHParameterSpec.getL() returns zero after JDK-8072452
1a65e00566d : 8190497: DHParameterSpec.getL() returns zero after JDK-8072452
f03f7a86435 : 8190497: DHParameterSpec.getL() returns zero after JDK-8072452
768e1121de9 : 8189177: AARCH64: Improve _updateBytesCRC32C intrinsic
cc494540319 : 8176838: Remove :compact1, :compact2. :compact3, :needs_jre test groups
eb856a69538 : 8180437: Remaining renames of CAS misnomer "swap" => "set"
4c4d212355f : 8191429: List.sort should specify the sort is stable
d61c1efed92 : 8191442: Regression in LambdaFormBuffer.replaceFunctions
52693f1ca5e : 8157246: MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior
6a826075c27 : 8191468: jdk.scripting.nashorn.shell (jjs) module should use optional dependency for java.compiler module
3160d8e270e : 8190987: Package.getImplementationVersion returns null even if implementation version is non-null
56092c76c66 : 8191420: Changing "requires" to "requires static" in an application module results in build failure
af39a810d77 : 8190357: NMT: Include metadata information in NMT final report when PrintNMTStatistics is on
24ea133ea98 : 8190824: Eliminate HtmlDocWriter
70c7792638d : 8190822: Remove dead code that could lead to invalid HTML
29cd769953a : 8190821: Introduce a new Links builder class
7f0a1c7e363 : 8190820: Introduce a new Head builder class
5963e3d3598 : 8190819: Merge HtmlWriter into HtmlDocument
7a89adf1a8c : 8190818: Introduce a new Script builder class
fbd053bd26c : 8190295: Introduce a new Table builder class
85ca9c2c77a : Added tag jdk-10+32 for changeset a2008587c13f
6e80f110c3f : 8191161: Reconsider generification of XPathFunction.evaluate
7c7422301ef : 8190877: Better handling of abstract classes
269168158d3 : 8190877: Better handling of abstract classes
c45098982f3 : 8189389: Move heap creation into GC interface
d30e9d4a420 : 8191424: Missing include in gcArguments.cpp
192ac07048a : 8191337: GCC 4.8 build broken after 8186571
d2072405457 : 8024352: MBeanOperationInfo accepts any int value as "impact"
eadfc06bd06 : 8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration
24694f63fe7 : 8186540: [TESTBUG] serviceability/dcmd/jvmti/LoadAgentDcmdTest.java failed to clean up files in agentvm mode
e6a8aea72bb : 8178025: HiDPI with non-integer scale factor - SPANs in HTML are rendered overlapping each other
999dd71d909 : Added tag jdk8u162-b07 for changeset 5756776e7d87
42859ae32cb : Added tag jdk8u162-b07 for changeset c5b0694b96de
209d2209d61 : 8191352: Remove 8u161-b07 and 8u162-b07 tag to include 8191340 for b07
6758e984ebd : 8191352: Remove 8u161-b07 and 8u162-b07 tag to include 8191340 for b07
2058efb53f2 : Added tag jdk8u161-b07 for changeset e4f9fda98d2d
b39ef9a361a : Added tag jdk8u161-b07 for changeset 2622cb33107d
433bf8ab650 : 8184777: Factor out species generation logic from BoundMethodHandle
7883ede07d0 : 8191340: 8ux linux builds failing - com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl (unknown type)
10d9f9cb632 : 8191340: 8ux linux builds failing - com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl (unknown type)
2b91fd62982 : 8191340: 8ux linux builds failing - com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl (unknown type)
560b41a6ed1 : 8191340: 8ux linux builds failing - com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl (unknown type)
a7e00f95048 : 8191352: Remove 8u161-b07 and 8u162-b07 tag to include 8191340 for b07
939726d997c : 8191352: Remove 8u161-b07 and 8u162-b07 tag to include 8191340 for b07
26a4a1a6b39 : 8157338: sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java is unstable
20a8de0f70c : 8146115: Improve docker container detection and resource configuration usage
2bb8cb2d4ad : 8189989: Improve container portability
249af9e46c6 : 8189989: Improve container portability
dac37361f98 : 8189989: Improve container portability
60c042c6731 : 8189989: Improve container portability
09dca4ba543 : 8191333: Zero variant broken after 8189941
f93a6a5715d : 8179603: create a jtreg test group for hotspot tests excluding application testing
7e7935286b0 : 8191315: Add serviceability/sa/TestRevPtrsForInvokeDynamic.java to ProblemList.txt
30267af75a0 : 8178048: [JVMCI] improve HotSpotResolvedJavaFieldImpl.hashCode()
4cd55d3fd31 : 6415680: (bf) MappedByteBuffer.get() can provoke crash with EXCEPTION_IN_PAGE_ERROR
40c995b7d5d : Added tag jdk8u162-b07 for changeset a757a6c1d46c
6005eb25cf8 : Added tag jdk8u162-b07 for changeset 0a450afb5272
a812ebaab88 : Added tag jdk8u162-b07 for changeset d30438ec9c3b
e45464b38c6 : Added tag jdk8u162-b07 for changeset ee35e258bb6a
5e75660feb0 : Added tag jdk8u162-b07 for changeset 456753515b7d
a3cc9388cab : Added tag jdk8u162-b07 for changeset efc8402ff5e7
e9b03de23ae : Added tag jdk8u162-b07 for changeset d02000c3a92e
d90cbc01c9b : Added tag jdk8u162-b07 for changeset ee6f4b2a48b0
acf339f0239 : Added tag jdk8u162-b07 for changeset 62b611ac6eb0
0a5566fdb79 : Added tag jdk8u162-b07 for changeset e9a6d2ba58e0
bb70eb73dd6 : Added tag jdk8u162-b07 for changeset 2734cba31923
484f4021c8f : Added tag jdk8u162-b07 for changeset b43b3c51579d
1c5d4a9d69e : Added tag jdk8u162-b07 for changeset 0be2fe11a054
7128a55a4fa : Added tag jdk8u162-b07 for changeset 62e48bd39492
9455ceefea4 : Added tag jdk8u162-b07 for changeset a8f96a28bac1
e6d75c64326 : Added tag jdk8u162-b07 for changeset 687d9e3d6d74
c0689879a73 : 8177076: jshell tool: allow non-zero /exit 8190383: JShell API: no way for the jshell tool to report exit status to provider
0923bed25a3 : 8158116: com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java failed with timeout
cc5046ea081 : 8158116: com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java failed with timeout
5fe6e8d59f3 : 8158116: com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java failed with timeout
d082515b137 : 8158116: com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java failed with timeout
2fa7cd4d090 : 8191049: Add alternate version of pns() that is callable from within hotspot source
33dc3bb1241 : Added tag jdk8u152-b33 for changeset 9afd094cc4ae
a8d9cf1dcf8 : Added tag jdk8u152-b33 for changeset 4cf685d38bfb
f16df8904ad : Added tag jdk8u152-b33 for changeset 7a67b1dea84b
d667f63bf90 : Added tag jdk8u152-b33 for changeset 240e882957de
16353f23396 : Added tag jdk8u152-b33 for changeset de8eb286a687
4d9286dd42c : Added tag jdk8u152-b33 for changeset 6a5a1bb520db
b3bf8c92e66 : Added tag jdk8u152-b33 for changeset 706589217934
ade556114a4 : Added tag jdk8u152-b33 for changeset 46dbd49f18a9
6101c522804 : Added tag jdk8u152-b33 for changeset 0143fe16c1e3
db18b8fcac3 : Added tag jdk8u152-b33 for changeset 7bc5c6415761
3c863a7c226 : Added tag jdk8u152-b33 for changeset a9adc0e605fe
5aefc7776ae : Added tag jdk8u152-b33 for changeset 4a537090197e
861a778de80 : Added tag jdk8u152-b33 for changeset c03246913e19
9c3c6ab8804 : Added tag jdk8u152-b33 for changeset 923a7ee20a5a
6e792fcb4b0 : Added tag jdk8u152-b33 for changeset 77b485148db1
e59aff5bae3 : Added tag jdk8u152-b33 for changeset e2eb78056340
77bde83af99 : Added tag jdk8u161-b07 for changeset 432824d3d85f
9d5d12dc015 : Added tag jdk8u161-b07 for changeset c6897be6397a
934e3f47502 : Added tag jdk8u161-b07 for changeset ad805914cd0b
b2b5d5b8d25 : Added tag jdk8u161-b07 for changeset ccdde8ac0c14
8dc0cd66a40 : Added tag jdk8u161-b07 for changeset 3719420007c4
e9d9300252e : Added tag jdk8u161-b07 for changeset a74029d0746c
e3e57fd65f7 : Added tag jdk8u161-b07 for changeset 9cc112de184f
64ffa2644f6 : Added tag jdk8u161-b07 for changeset 58b33577d86c
526564a8985 : Added tag jdk8u161-b07 for changeset 2b367c91e312
45a4724668d : Added tag jdk8u161-b07 for changeset ae00d6172857
ac709e06d2e : Added tag jdk8u161-b07 for changeset ddee6cc870e5
0d6486e77f7 : Added tag jdk8u161-b07 for changeset c6d4ddaaba4b
a9caaf3b975 : Added tag jdk8u161-b07 for changeset 9bf9177a1bc5
04da5717dd6 : Added tag jdk8u161-b07 for changeset 3c2716057d3e
c67752603b3 : Added tag jdk8u161-b07 for changeset 5997d93ef028
bfd9b1a53c8 : Added tag jdk8u161-b07 for changeset 62c2917485bb
f50b03376bc : 8186306: Remove pisces from Java2D sources + build
b70a8ea0f4f : 8191132: assert condition should not be in quotes
846d6be95ca : 8172154: jshell tool: make all IMPORTS.jsh generated at build time
85dc1c07760 : 8191212: AIX: Build and polling page allocation broken after 8189941
b4a427a82b3 : 8175094: Mark the deprecated java.security.acl APIs with forRemoval=true
9ba6bf54537 : 8186606: Improve LDAP lookup robustness 8190789: sun/security/provider/certpath/LDAPCertStore/TestURICertStoreParameters.java fails after JDK-8186606
3fc9edccf45 : 8186606: Improve LDAP lookup robustness 8190789: sun/security/provider/certpath/LDAPCertStore/TestURICertStoreParameters.java fails after JDK-8186606
7184553d3ca : 8186606: Improve LDAP lookup robustness 8190789: sun/security/provider/certpath/LDAPCertStore/TestURICertStoreParameters.java fails after JDK-8186606
001a9a13de4 : 8186606: Improve LDAP lookup robustness 8190789: sun/security/provider/certpath/LDAPCertStore/TestURICertStoreParameters.java fails after JDK-8186606
cf35c06daa5 : 8191137: keytool fails to format resource strings for keys for some languages after JDK-8171319
525a4b19771 : 8175091: Mark the deprecated java.security.{Certificate,Identity,IdentityScope,Signer} APIs with forRemoval=true
8d84df14e10 : 8191133: Ant task to fetch underscore.js requires gzip decoding option
6ceb45969c1 : 8190410: Help.gmk is not updated after consolidation
60b42446d8e : 8191172: Problem list java/net/httpclient/websocket/ConnectionHandover.java
239fdbbca67 : 8185119: Uninitialized const when using multiple threads
95b4937114d : 8186600: Improve property negotiations
21d620160dc : 8186600: Improve property negotiations
20541a48ffe : 8186600: Improve property negotiations
74e64793444 : 8186600: Improve property negotiations
180e7d2bb07 : 8190512: PngReader incorrectly throws IllegalArgumentException for malformed images with negative dimensions
21ae30a17a5 : 8190258: (tz) Support tzdata2017c 8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
95dc54a7ab2 : 8190258: (tz) Support tzdata2017c 8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
75a9ecc8c77 : 8190258: (tz) Support tzdata2017c 8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
a8ba4a0faec : 8190258: (tz) Support tzdata2017c 8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
0da4c70d2d5 : 8187957: Tab Size does not work correctly in JTextArea
65735f0d7e1 : 8177471: jlink should use the version from java.base.jmod to find modules
6929e0f05a9 : 8186571: Implementation: JEP 307: Parallel Full GC for G1
e0aaa2c8ae4 : 8191041: Questionable Rendering of Disabled Text in Swing GTK L&F
6e6c2aa59fd : 8190891: Clean up G1 barrier code in compiler interface (ci)
71d1941f5a0 : 8181139: Memory leak in awt_Font.cpp / AwtFont::Create
002aff0a75e : 8190375: Java Crash in JavaBug.formatPos(I)Ljava/lang/String
768db55a4d7 : 8191131: Nashorn test comparator breaks comparator contract
50547a87343 : 8190725: Freetype license file provided with configure not included in images
c9944644fd0 : 8190391: nashorn "!!" of nonzero even integer var becomes false when returned
2245db7522e : 8145635: Add TCP_QUICKACK socket option
a908316a658 : 8182755: [JVMCI] Deoptimization in synchronized methods can lead to a crash or exception when using EnableJVMCI but not UseJVMCICompiler
b0c9129d6c8 : 8190797: OSR compilation fails with "assert(__the_thread__->can_call_java()) failed: can not load classes with compiler thread"
f6750599efe : 8187809: UseMembar should be set true and deprecate the flag
f71993d6421 : 8164811: [hidpi]Tests fail with OpenGL and GDI Rendering 8189257: Enabling Translucent Frame with setBackground disables HiDPI
a71d8409546 : Added tag jdk-10+31 for changeset e6278add9ff2
5d5334f3052 : 8189764: Miscellaneous changes imported from jsr166 CVS 2017-11
e2cbace23d9 : 8189387: ConcurrentLinkedDeque linearizability continued ..
42ad4ec2ddf : 8179314: CountedCompleterTest.testForkHelpQuiesce fails with expected:<21> but was:<13>
f2eb80c063e : 8190747: ExecutorService/Invoke.java fails intermittently
688252003fa : 8183504: 8u131 Win 10, issue with wrong position of Sogou IME popup
0957db79edd : Added tag jdk8u162-b35 for changeset 3439a56c741b
d4b895154bb : 8183504: 8u131 Win 10, issue with wrong position of Sogou IME popup
f651cfae06f : Added tag jdk8u162-b35 for changeset 2279f50e7994
78226acfd53 : 8183504: 8u131 Win 10, issue with wrong position of Sogou IME popup
1ca74d0d2ee : 8191025: (ch) Scattering reads to a subsequence of buffers ignores length
ccdb0ef8e22 : 8189953: FileHandler constructor throws NoSuchFileException with absolute path
85d2a057a4d : 8186125: "DU iteration must converge quickly" assert in split if with unsafe accesses
362d39e6704 : 8190456: sanity/client/SwingSet/src/ComboBoxDemoTest.java failed with NPE from java.awt.EventQueue.getCurrentEventImpl()
e1e58fe2de7 : 8190530: Compilation error in jemmy code FrameOperator.java due to missing of import statement of JemmyException
318d678cdb7 : 8162530: src/jdk.management/share/native/libmanagement_ext/GcInfoBuilder.c doesn't handle JNI exceptions properly
d198c192a04 : 8162530: src/jdk.management/share/native/libmanagement_ext/GcInfoBuilder.c doesn't handle JNI exceptions properly
6c99853a4c3 : 8190258: (tz) Support tzdata2017c 8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
c0a0f2d1421 : 8187803: JDK part of JavaFX-Swing dialogs appearing behind main stage
5d7c797278d : 8190733: Use Class::getPackageName in java.base implementation
73f177ea06f : 8190735: Define all base artifacts for all open/open-debug profiles
ff35c4f5def : 8185739: Memory leak in BitmapUtil::BitmapToRgn
eaf790b9bed : 8190744: xattr: No such file LICENSE files
cc59ccb7d4f : 8190974: Parallel stream execution within a custom ForkJoinPool should obey the parallelism
1644953c273 : 8190702: JMC packaging causing errors in JDK 10 consolidated repo (macOS)
d6cf9ab9cd3 : 8068741: javax.script.ScriptEngineFactory.getMethodCallSyntax() spec allows null passed as an object
f441abcff12 : 8191306: Math.abs corner case with optimistic typing
616491477f8 : 8185371: Support for multiple stylesheets in javadoc
304348561fc : 8189631: Missing space in the javadoc for InetAddress.createNameService()
0e776aa0800 : 8190884: java/lang/Runtime/exec/LotsOfOutput fails intermittently
3e450352376 : 8189123: More consistent classloading
6cd4448d99c : 8189123: More consistent classloading
c2a4b3a5702 : 8190427: Test for JDK-8165198 fails intermittently because of GC
0dda6579dae : Added tag jdk8u162-b06 for changeset dfc86f6f56a4
35dc72723bb : Added tag jdk8u162-b06 for changeset 626ace68f32e
ec2c3f056d2 : Added tag jdk8u162-b06 for changeset 2da8af1ea013
b53e8eef143 : Added tag jdk8u162-b06 for changeset c1539f84daa3
db75e4f4392 : Added tag jdk8u162-b06 for changeset 46d77ad616a9
d8914ca2843 : Added tag jdk8u162-b06 for changeset 1e2ec8188bda
96b37207730 : Added tag jdk8u162-b06 for changeset 5df207b34fa5
6707fc61fab : Added tag jdk8u162-b06 for changeset b5f910b6b44c
a21f6af0462 : Added tag jdk8u162-b06 for changeset 8cfcd6cd1b9e
e02783453a2 : Added tag jdk8u162-b06 for changeset 6359bde6f24a
883a1be004f : Added tag jdk8u162-b06 for changeset 32b464df0c36
6fcff484242 : Added tag jdk8u162-b06 for changeset 5e989ae2a984
2f345d8f2dc : Added tag jdk8u161-b06 for changeset d831fc3b35f7
f856ed69c5d : Added tag jdk8u161-b06 for changeset 0378a8f588ca
c6f835fc1b9 : Added tag jdk8u161-b06 for changeset abd70023a4cc
5884089adaa : Added tag jdk8u161-b06 for changeset c7a861ae226e
0dfb8cd345b : Added tag jdk8u161-b06 for changeset 23930e2bd1f7
ba1bd8453cb : Added tag jdk8u161-b06 for changeset bef0c923e65a
222e4696744 : Added tag jdk8u161-b06 for changeset 8cf75383eec5
aca917107ae : Added tag jdk8u161-b06 for changeset bd141adaec61
5af87dc25fd : Added tag jdk8u161-b06 for changeset b73fca4832b7
d58b20d3291 : Added tag jdk8u161-b06 for changeset 89880bd14321
c1b24249363 : Added tag jdk8u161-b06 for changeset dd52f1d9bb95
9e7a7bb1a44 : Added tag jdk8u161-b06 for changeset 8f1da85716d2
cc9626b4cb0 : Added tag jdk8u161-b06 for changeset e7893857eda4
8aacdda44b2 : Added tag jdk8u161-b06 for changeset f0328ba1d314
2c78d621387 : Added tag jdk8u161-b06 for changeset b6c8de33c593
1712803275e : Added tag jdk8u161-b06 for changeset e5c68c53bdf0
2564212f92b : 8181151: Fix lint warnings in JAXP repo: cast
8fedbd9383b : 8019816: [TEST_BUG][macosx] closed/java/awt/BasicStroke/DashZeroWidth.java not on EDT
6a9a00c61c6 : 8190865: Require jtreg 4.2 b10
f988f60dc87 : 8189123: More consistent classloading
b1402be6d52 : 8189123: More consistent classloading
ec403d47b4c : 8190814: javax/imageio/stream/NullStreamCheckTest writes to the repo
6a099cc68bf : 8190816: PropertiesTest.sh fails to make $WRITABLEJDK writable
f8d1fd42a1f : 8190289: More refactoring for client deserialization cases
6940c1cde07 : 8190289: More refactoring for client deserialization cases
c5c047de472 : 8190482: InnocuousThread creation should not require the caller to possess enableContextClassLoaderOverride
018138a79c7 : 8186807: JSObject gets ScriptFunction when ScriptObjectMirror is expected
09a9ab8f413 : 8189171: Move GC argument processing into GC specific classes
45cdd91ca39 : 8190307: SA tests for the clhsdb commands: universe, intconstant, type
776767764b8 : 8190198: SA: Framework for writing 'jhsdb clhsdb' commands tests and testcases for some of the commands
97afaf14234 : 8191370: Add serviceability agent tests to tier1
ed950d3513e : 8189734: Cleanup MarkSweep when G1 dependency is gone
25032bad54b : 8164512: Replace ClassLoader use of finalizer with phantom reference to unload native library
f9b9ef8326f : 8190280: [macos] Font2DTest demo started failing for Arabic range from JDK 8 u162 b01 on Mac
024d1e53963 : Added tag jdk8u162-b06 for changeset 0ff23409e6fb
e73356c3a46 : 8190280: [macos] Font2DTest demo started failing for Arabic range from JDK 8 u162 b01 on Mac
2cb2a9fe83c : Added tag jdk8u162-b06 for changeset b65b135133bb
46d230c9cc6 : 8187281: Remove intermittent from OnExitTest
7f2f3c08cb3 : 8190289: More refactoring for client deserialization cases
8da8d214846 : 8190289: More refactoring for client deserialization cases
62d9659c877 : 8190793: Httpserver does not detect truncated request body
2060b8fc578 : 8190795: jjs should show javadoc for java methods on shift-tab
250b374e54e : 8190789: sun/security/provider/certpath/LDAPCertStore/TestURICertStoreParameters.java fails after JDK-8186606
f650e1150e2 : 8190789: sun/security/provider/certpath/LDAPCertStore/TestURICertStoreParameters.java fails after JDK-8186606
7a77a638455 : 8180744: Update ct.sym for JDK 10
5f97b69390e : 8139607: -release option forces StandardJavaFileManager
201d1635351 : 8189702: Broken links in javadoc for Adobe TIFF related documents
597c10c32c5 : 8190542: 8u162 L10n resource file update
92a92d1fbba : 8190542: 8u162 L10n resource file update
84b1d42246d : 8190541: 8u161 L10n resource file update
a9c224b2a4a : 8190541: 8u161 L10n resource file update
627c07f0333 : 8185292: Stricter key generation
03e18603912 : 8190449: sun/security/pkcs11/KeyPairGenerator/TestDH2048.java fails on Solaris x64 5.10
27e39598a99 : 8186699: Clean up extra Derby files
8f664ad94a5 : 8185292: Stricter key generation
cd6017bee44 : 8190449: sun/security/pkcs11/KeyPairGenerator/TestDH2048.java fails on Solaris x64 5.10
25de228345a : 8186699: Clean up extra Derby files
77bdb7056b8 : 8186606: Improve LDAP lookup robustness
338baa118e1 : 8186606: Improve LDAP lookup robustness
5b91b26ccbe : 8190502: (fs) Typo in java.nio.file.Files
95c6c8ce11f : 8190501: (fs) Incorrect error message parameter in java/nio/file/Files/probeContentType/Basic.java
87eb47a3c8a : 8190500: (ch) ReadableByteChannelImpl::read and WritableByteChannelImpl::write might not throw ClosedChannelException as specified
3803dc14014 : 8190439: Removal of newrmic
2c9ed8e178a : 8188870: Bump classfile version number to 54
0c7be1d9e75 : 8185855: Debug exception stacks should be clearer
a923e57c7b0 : 8193060: Set MAKE env variable in jib profile for gnumake
5ea9e32d6c1 : 8193061: Add run-test-prebuilt functionality
32bf9b9c6af : 8182413: jdwp-protocol is generated without a DOCTYPE directive
7e9984c1126 : 8182742: ClassLoader.getResourceXXX throws NPE when ClassLoader created by defineModulesWithXXX
d26e4ff9b5e : 8186736: Spec clarifications for IllegalArgumentException throwing - ModuleLayer.defineX methods
d960d2031c3 : 8192973: Adding "Module Resolution" to javadoc search index
993e8f206c0 : 8192958: TEST.groups, group jdk_util_other:file not found: jdk/internal/uti
fa64310889d : 8187551: MessageFormat.setFormat(int, Format) AIOOBE not thrown when documented
448f3c1fcdb : 8185130: jlink should throw error if target image and current JDK versions don't match
ed7a7fb89f3 : 8015667: Stream.toArray(IntFunction) ArrayStoreException should refer to component type of array
9ddcde90e0d : 8192771: Boot JDK jar tool used to construct the modular JAR for java.jnlp
18129b77761 : 8191439: Race in building jdk.rmic.interim
c6aa8066433 : 8193064: JarFile::getEntry0 method reference use cause for startup regression
1a819fcd7a3 : 8187222: ClassLoader.getSystemClassLoader not clear if recursive initialization leads to ISE or unspecified error
7759531e5c1 : 8176188: jdk/internal/misc/JavaLangAccess/NewUnsafeString.java failing since 9-b93
6351f58092e : 8193055: ADD_JVM_ARG_IF_OK always fails
9da6eea9fed : 8191678: [TESTBUG] Add keyword headful in java/awt and javax tests
c4bab8bce7b : 8190674: sun/security/tools/jarsigner/TimestampCheck.java failed with java.nio.file.NoSuchFileException: ts2.cert
50d6957528b : 8193014: Add "special" tests to run-test to cover odd cases
4fbcc568d3f : 8184683: Add @since and default methods of Compiler Tree API methods
f4db9575d11 : 8177290: add copy factory methods for unmodifiable List, Set, Map 8184690: add Collectors for collecting into unmodifiable List, Set, and Map
6d829507568 : 8192995: run-test gtest should use all jvm variants, not just "server"
7fd078b1445 : 8146977: Move the output "Building configuration X (matching Y)" to lower log level
10c8d3a9f1a : 8190698: jjs tool of jdk.scripting.nashorn.shell module should not statically depend on java.desktop
86c22159bab : Added tag jdk-10+30 for changeset 8fee80b92e65
693e7e8bf38 : 8186236: ModuleInfoExtender should be ASM6 aware
105a51b96d4 : 8190287: Update JDK's internal ASM to ASMv6
41f1222db04 : 8190573: Problem list InheritedChannelNotServerSocket.java
022c618af9e : 8188072: JShell: NPE in SourceCodeAnalysis.completionSuggestions()
e9fddd07367 : Added tag jdk8u162-b05 for changeset 43752edf3b28
25df817ec78 : Added tag jdk8u162-b05 for changeset 4fbb1b41f953
bbc48f33ff2 : Added tag jdk8u162-b05 for changeset 82592a799a2d
357182157cb : Added tag jdk8u162-b05 for changeset 92a2c59dfae4
f245f127dd2 : Added tag jdk8u162-b05 for changeset eca5ceced6c2
a8302020249 : Added tag jdk8u162-b05 for changeset 38c6640ccbf4
785e1fee0a3 : Added tag jdk8u162-b05 for changeset 3ad863ce817e
66b55c50b91 : Added tag jdk8u162-b05 for changeset 5db32ed44314
82d0f8a3b76 : Added tag jdk8u162-b05 for changeset 4ad8f1fbd510
0806e52a92f : Added tag jdk8u162-b05 for changeset b3a1e541e29b
dc7ca667ae5 : Added tag jdk8u162-b05 for changeset 4cde63e30135
402a33c10b0 : Added tag jdk8u162-b05 for changeset b8ba5724c538
f489c3ba18c : Added tag jdk8u162-b05 for changeset 361a325fb941
7a8c5c354f9 : Added tag jdk8u162-b05 for changeset 09e1912256b9
e9a34fd4d1e : Added tag jdk8u162-b05 for changeset 779b2f7b5eb9
2e7fc748aba : Added tag jdk8u162-b05 for changeset c8d7e85cde2e
c30a1e7cc45 : 8190230: [macosx] Order of overlapping of modal dialogs is wrong
c6be2c363a6 : 8187681: Compiling for target 9 while also using --patch-module
e44c7feff9c : 8189595: jshell tool: line redrawn on each completion
2c28613ce47 : 8190505: Typo in test/jdk/ProblemList.txt
ee68dbe906e : Added tag jdk8u161-b05 for changeset 19116537669f
4f34af095e9 : Added tag jdk8u161-b05 for changeset 686935a32cd1
1a00ea5c752 : Added tag jdk8u161-b05 for changeset 0d3b9eea3637
d6c091b0279 : Added tag jdk8u161-b05 for changeset 4a70d349da0a
f4e62df5b30 : Added tag jdk8u161-b05 for changeset c3e25a4f8f64
9a65b5ee8a2 : Added tag jdk8u161-b05 for changeset ad7adadf709b
81e9620f653 : Added tag jdk8u161-b05 for changeset b283129dc139
cafd91e1cae : Added tag jdk8u161-b05 for changeset 018aca548427
cdb6e2409d5 : Added tag jdk8u161-b05 for changeset 3f88ce6594ec
25fed0d7767 : Added tag jdk8u161-b05 for changeset e4a403e29d0c
4ffee46e532 : Added tag jdk8u161-b05 for changeset 0d9e3cbfe92e
a545b6d9b66 : Added tag jdk8u161-b05 for changeset c2d4768db9a5
236bc0bcfdc : Added tag jdk8u161-b05 for changeset 0c7804d6df06
60787f3029c : Added tag jdk8u161-b05 for changeset ceabe4a1d7a2
25c61096c9e : Added tag jdk8u161-b05 for changeset 82d5d0318095
feed0f3480b : Added tag jdk8u161-b05 for changeset ed75b433fba8
f900a5f39bd : 8190475: SwingSet2 won't start
de261554f70 : 8190315: Test tools/javac/tree/NoPrivateTypesExported.java failing
3d220f8d74e : 8190399: ProblemList tools/javac/tree/NoPrivateTypesExported.java due to JDK-8190315
553cefec38b : Added tag jdk8u152-b32 for changeset 346b1c9c6273
7841ce2b157 : Added tag jdk8u152-b32 for changeset 365a275ca9c6
4a8f2a05a76 : Added tag jdk8u152-b32 for changeset 4579d330f849
9f1875c0bc4 : Added tag jdk8u152-b32 for changeset 826d55dd8c5e
0aded19c34d : Added tag jdk8u152-b32 for changeset d6f7d29313b8
bf31c4b656d : Added tag jdk8u152-b32 for changeset b7a5029cc37e
0449f3cd2b9 : Added tag jdk8u152-b32 for changeset 686c3192bc74
515bd992243 : Added tag jdk8u152-b32 for changeset e211285cff63
96b9d199d30 : Added tag jdk8u152-b32 for changeset 8ea38921035b
73563e36a2e : Added tag jdk8u152-b32 for changeset 431b4e3f2223
673321ab5d7 : Added tag jdk8u152-b32 for changeset b253e4683dff
ca39bb33ef9 : Added tag jdk8u152-b32 for changeset 68e0ceb951a3
6c843a59f4d : Added tag jdk8u152-b32 for changeset d3e49af6755e
69d7474505d : Added tag jdk8u152-b32 for changeset 8f1d761b374e
21f67cb9dfe : 8190441: ProblemList some intermittent CORBA tests
8ea00aed64e : 8190227: Forward port 8188880 to JDK10CPU
45cc4bb387e : 8190227: Forward port 8188880 to JDK10CPU
82d46919764 : 8189800: Add support for AddressSanitizer
b657cda289e : 8163237: Restrict the use of EXPORT cipher suites
5e0c918e7b9 : 8163237: Restrict the use of EXPORT cipher suites
7f79fffba68 : 8190382: fix small typographic errors in comments
b366f4f3493 : 8181155: Fix lint warnings in JAXP repo: fallthrough and static
f32470d85f0 : 8189319: Add a java.util.Properties constructor that takes an initial capacity
56eea642254 : 8129077: Unfix JDK-8087205
8ecf308d8ff : 8188030: AWT java apps fail to start when some minimal fonts are present
da423d1c92d : 8175252: Backout changeset for JDK-8176354 due to JDK-8190333
fab3dea7117 : 8159062: [hidpi] DnD on Windows while scaling is non-integer
fdab870aff4 : 8190284: link-time-opt should not be using -fwhole-program
572c174edf7 : 8190925: Deprecate FastTLABRefill and set default off
e3c6e350c8f : 8177455: TIFFCompressor has a reference to non-existent method
3ae10b235da : 8185841: Values from getFirstDayOfWeek() are inconsistent with CLDR
97681498878 : 8180310: TestSocketFactory null pointer when updating match bytes
674b9278654 : 8190323: "the the" typos
66812b5f48b : 8186617: The "com.sun.awt.AWTUtilities" class can be dropped in favour of public API
13e5e33ffc9 : 8180881: Better packaging of deserialization
8b63b8b3f38 : 8180881: Better packaging of deserialization
a569f5293b3 : 8180501: RescaleOp.filter does not document IllegalArgumentException if sizes differ
6b3f6eb717b : 8176354: sun/security/ssl/X509KeyManager/PreferredKey.java failed with "Failed to get the preferable key aliases" erro
69db146335e : 8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires
2dfe7fb8abb : 8159535: Mark deprecated javax.security.auth.Policy API with forRemoval=true
b62b26fa8d1 : Added tag jdk-10+29 for changeset a6e591e12f12
a280dc75a33 : 8183896: improve analyzers to allow for the generation of multiple mutations of the same tree
f8b8a16f4b1 : 8189777: jlink --module-path default value and automatic addition of $JAVA_HOME/jmods if java.base is missing
837250ab0ec : 8187639: TrayIcon is not properly supported on macOS in multi-screen environment
b905e51da7c : 8189952: New methods on String: chars() and codePoints() should be marked since 9
5f6a5a4d9da : 8172818: Add since=9 deprecation information to javax.lang.model classes
34c9d598c7f : 8187089: StringConcatFactory.makeConcat & makeConcatWithConstants should throw StringConcatException if parameter slot count is over 200
18cbe428c14 : 8189963: Remove version of FileChannelImpl::open without the 'direct' parameter
9615ad79e8c : 8189919: Update link to license in Docs.gmk
f48f3c65523 : 8189838: Stack overflow when computing upward projection of an intersection type with fbounds
79a0feb9f31 : 8190217: Add a JS "static checker" sample for nashorn parser API
acf857fe3d5 : 8189955: Configuration validation is broken for some types of paths
a69940ab56a : 8189376: Unsorted $(wildcard) causes instable module-deps.gmk
f4672a738ba : 8189618: [aix] No jre image is created during images step
3e52d347981 : 8189845: Fix for 8157000 causes significant performance regression
46e1e763c1b : 8190003: Special characters in group names should be escaped
917c6d460bc : 8190182: remove accidental file
19db6ba6707 : 8189843: Missing \"id\" attributes in table rows
cf81232570a : 8189841: Error in alternate row coloring in package-summary files
16b93f1b064 : 8189775: java/nio/channels/FileChannel/directio/ReadDirect.java failed with NumberFormatException
73076ed2f9d : Added tag jdk8u162-b04 for changeset 9cabb59da747
b7fa026fb53 : Added tag jdk8u162-b04 for changeset 5722396dd311
56acd9c74be : Added tag jdk8u162-b04 for changeset af5e2f4a24bc
452f4a9eaee : Added tag jdk8u162-b04 for changeset dda1a59d1fe1
8b1f121b8aa : Added tag jdk8u162-b04 for changeset a46c3fb8e642
65a906f263d : Added tag jdk8u162-b04 for changeset ce42981c8575
7aa78a2914c : Added tag jdk8u162-b04 for changeset 8b151c81f0e5
a35a4970105 : Added tag jdk8u162-b04 for changeset 36f0decce5e3
d971709b9be : Added tag jdk8u162-b04 for changeset bf44a2577ea3
6244b22ed7e : Added tag jdk8u162-b04 for changeset 1c565405e2c8
42f63980332 : Added tag jdk8u162-b04 for changeset 04f61e6c88c6
38ee65f0395 : Added tag jdk8u162-b04 for changeset 05832746dae4
b5e1308a51f : Added tag jdk8u162-b04 for changeset 2db840221270
86ed9ecc48d : Added tag jdk8u162-b04 for changeset ab2823476d00
12ad3789eef : Added tag jdk8u162-b04 for changeset ee22cedcf240
54595dac795 : Added tag jdk8u162-b04 for changeset 955879ecd487
0a1cbee54e3 : 8170681: Remove fontconfig header files from JDK source tree
b9fa291e3df : Added tag jdk8u201-ga for changeset 94ba08c55659
82a34b1e1a5 : Added tag jdk8u202-ga for changeset 24cfc93a2158
8bf8cbf18f7 : Added tag jdk8u202-b26 for changeset 3d1cf1043cbd
525212745fa : Added tag jdk8u201-b26 for changeset 4a42279ece52
337cf8e9a14 : 8170681: Remove fontconfig header files from JDK source tree
d1b54e8f9b2 : Added tag jdk8u201-ga for changeset 5b5db52513a2
d172b9c304d : Added tag jdk8u202-ga for changeset a3e2879c4962
223c56121c8 : Added tag jdk8u202-b26 for changeset 874f252299ed
330d9534256 : Added tag jdk8u201-b26 for changeset 94660b1c0d13
410d7d213f1 : 8170681: Remove fontconfig header files from JDK source tree
3245321675f : Added tag jdk8u201-ga for changeset 9eaf5e2a1541
3a8af0e5894 : Added tag jdk8u202-ga for changeset f91acc280f28
2ac049695cd : Added tag jdk8u202-b26 for changeset 3fbaf3579a2d
45f9225a452 : Added tag jdk8u201-b26 for changeset a0e5d10258fe
c90ef12d664 : 8170681: Remove fontconfig header files from JDK source tree
8ec066e205e : Added tag jdk8u201-ga for changeset 47850a786550
3da04cf240a : Added tag jdk8u202-ga for changeset 31f700b6f829
6cc7b4fb43e : Added tag jdk8u202-b26 for changeset d50d8369a04d
9b3252be0b5 : Added tag jdk8u201-b26 for changeset 3d07eeb5cb82
5e9448d40eb : 8170681: Remove fontconfig header files from JDK source tree
64597187c06 : Added tag jdk8u201-ga for changeset cf8ef74ad3ac
d9d40d6c9dc : Added tag jdk8u202-ga for changeset 7cd9b7dd5bf3
8597d2dda58 : Added tag jdk8u202-b26 for changeset d290c0f083ab
99b22bc125d : Added tag jdk8u201-b26 for changeset c3fcb357db43
482f800c4b6 : 8170681: Remove fontconfig header files from JDK source tree
93be3d9fc03 : Added tag jdk8u201-ga for changeset b8947e57fe54
3222e9a09a7 : Added tag jdk8u202-ga for changeset c925bb9fd390
d3c0d357f99 : Added tag jdk8u202-b26 for changeset 158d6b95476a
b47031d5c86 : Added tag jdk8u201-b26 for changeset 544ce6252fb5
cbdd3e1f8a3 : 8170681: Remove fontconfig header files from JDK source tree
b526da48871 : 8212178: Soft reference reclamation race in com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator
1f31375e981 : Added tag jdk8u201-ga for changeset 6e95948ba089
fa2323bdd49 : Added tag jdk8u202-ga for changeset 934406f3657d
a9fe8e97e18 : Added tag jdk8u202-b26 for changeset 23c2e18914f2
d46544ab966 : Added tag jdk8u201-b26 for changeset 3788350cd5a0
50d283d7374 : 8170681: Remove fontconfig header files from JDK source tree
15d74c5ad21 : 8212178: Soft reference reclamation race in com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator
56a70fde6d8 : Added tag jdk8u201-ga for changeset f043168fadc7
86e324ceb4a : Added tag jdk8u202-ga for changeset 3c090f5758ca
5b7d4afc976 : Added tag jdk8u202-b26 for changeset 3efd9d71defa
7c60ba654c6 : Added tag jdk8u201-b26 for changeset 280b4032da1b
cafac0d521c : 8170681: Remove fontconfig header files from JDK source tree
c1f4f579324 : Added tag jdk8u201-ga for changeset 545ccef50272
263b8931052 : Added tag jdk8u202-ga for changeset 9026eb1e08b4
e73527bd87b : Added tag jdk8u202-b26 for changeset 5c920b7ae8f3
3017e6d48ee : Added tag jdk8u201-b26 for changeset 58bfc04ff719
ab189f0bfcd : 8170681: Remove fontconfig header files from JDK source tree
b6ffd0c0704 : Added tag jdk8u201-ga for changeset 32d3a0cd999c
3e472fb4c86 : Added tag jdk8u202-ga for changeset 54577778346f
6d3eea28429 : Added tag jdk8u202-b26 for changeset 421d197bd63f
8f5a6cf65ca : Added tag jdk8u201-b26 for changeset ab7301c02c00
71feccb98f2 : 8170681: Remove fontconfig header files from JDK source tree
dc204a2e277 : Added tag jdk8u201-ga for changeset 5163a8cb47aa
95a03e151c3 : Added tag jdk8u202-ga for changeset c0e26213a09a
7fade71933b : Added tag jdk8u202-b26 for changeset f8847fb963e6
0d3d713367b : Added tag jdk8u201-b26 for changeset 8a22b760d705
3a4989b0baf : 8170681: Remove fontconfig header files from JDK source tree
10b11067364 : Added tag jdk8u201-ga for changeset 10b881fe9946
331b4f70aa9 : Added tag jdk8u202-ga for changeset 2f5b3f5aab28
eed340e74b9 : Added tag jdk8u202-b26 for changeset 50fead849838
cf117a60b47 : Added tag jdk8u201-b26 for changeset 6c22181d1726
2d7d87f3fc8 : 8170681: Remove fontconfig header files from JDK source tree
5c2a4b6e1af : 8183037: Overview summary page should have a table with tabs for groups
343105c345f : 8062385: Remove @SuppressWarnings("cast") and casts for NIO related usages when JDK 9 becomes the bootstrap JDK
3ed8badb5a9 : 6463710: ListSelectionModel.setSelectionMode() underspecified
04e375658c8 : 8183542: Factor out serial GC specific code from GenCollectedHeap into its own subclass
ac52bdcdd12 : 8185925: StackFrameInfo::walker field can be replaced with bitmap to save footprint 8153682: StackFrameInfo.declaringClass could be removed
09c2ca58092 : 8190711: Assert in G1MMUTracker due to concurrent modification
02b4fc79851 : 8189798: SA cleanup - part 1
2aecf1b3210 : 8190881: [TESTBUG] test.runtime.ErrorHandling.TestOnError comment is incomplete
229c048a08e : 8189213: [TESTBUG] Running jtreg tests on machine without docker shows extra message
3063beded52 : 8186778: Make obsolete VM options for shared region size control
483ab7638e2 : 8190887: Stub code marking missing from some x86 generated stub routines
8c073d124bc : 8190890: remove hotspot_tier1_{compiler,gc}_closed groups
9f9e85e9ada : 8190570: Zero fails to build on linux-sparc due undefined reference
614fca959b3 : 8190781: ppc64 + s390: Fix CriticalJNINatives
f37bbe430d0 : 8188102: [JVMCI] Convert special JVMCI oops in nmethod to jweak values
67b21ffa1dc : 8186478: [JVMCI] rename HotSpotResolvedJavaMethod#setNotInlineableOrCompileable
16fb073895f : 8163011: AArch64: NMT detail stack trace cleanup
5815fc9d54f : 8140255: Move the management of G1YoungRemSetSamplingThread from G1ConcurrentRefine
b59c920e125 : 8149127: Rename g1/concurrentMarkThread.* to g1/g1ConcurrentMarkThread.*
34deb9cc2af : 8167409: Invalid value passed to critical JNI function
c2935fa4a4a : 8186502: Assert when range testing G1RefProcDrainInterval on 64-bit systems
18e9e806885 : 8190415: [JVMCI] JVMCIRuntime::adjust_comp_level must not swallow ThreadDeath
16963a0d5cd : 8190353: [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can still fail
ef98509665e : 8167408: Invalid critical JNI function lookup
168565de206 : 8190745: AARCH64: fix for JDK-8189176 may break a build
8ce6d0239ab : 8177397: [JVMCI] remove unnecessary synchronization
5a9432a16b4 : 8189440: Event tracing macros for allocation and weak oops processing
249ea8369e0 : 8189425: Minor updates in support of closed changes
c07d8e19810 : 8189731: Disable CFLH when there are no transformers
c39d2071f01 : 8187347: Do not abort CDS archive creation when some classes are unverifiable
df4f3bc82e4 : 8190617: test/jdk/sun/tools/jhsdb/BasicLauncherTest.java fails
a043febf6fa : 8184765: Dynamically resize SystemDictionary
e878b3272bb : 8189176: AARCH64: Improve _updateBytesCRC32 intrinsic
7ce7347fd2f : 8179856: jshell tool: not suitable for pipeline use 8186708: jshell tool: bad load file garbles message and does not abort
fa519aaa82a : Added tag jdk8u172-b00 for changeset 960f9b38fbf7
e000fbdb64e : Added tag jdk8u172-b00 for changeset e79218adef10
e1488a8e78c : Added tag jdk8u172-b00 for changeset 01d904872902
c968d543a39 : Added tag jdk8u172-b00 for changeset f123e78f2522
e11ccef74bc : Added tag jdk8u172-b00 for changeset d00327f9d108
e523832cb16 : Added tag jdk8u172-b00 for changeset 4811a5272702
9f580abaa41 : Added tag jdk8u172-b00 for changeset cd8059bf5f0c
9aaa69997f1 : Added tag jdk8u172-b00 for changeset 0492c1beea41
1d442fce031 : Added tag jdk8u172-b00 for changeset 698fa61c8263
20cd6866117 : Added tag jdk8u172-b00 for changeset a6f3e4ab5b22
24be7b8b608 : Added tag jdk8u172-b00 for changeset 8c85f3f23e9a
4996d207fc3 : Added tag jdk8u172-b00 for changeset 046b7f39c096
9daee27d17c : Added tag jdk8u161-b04 for changeset cff483942886
b1330251e32 : Added tag jdk8u161-b04 for changeset ebf6a4728f12
56e39f6fdfc : Added tag jdk8u161-b04 for changeset 02fbb1fbe168
8cd9d198fe1 : Added tag jdk8u161-b04 for changeset 8a128fc439b3
267ab1d5bdb : Added tag jdk8u161-b04 for changeset 477fa0c67b46
b1a9d05dcb2 : Added tag jdk8u161-b04 for changeset b8808bb84495
f8f6ebeccf4 : Added tag jdk8u161-b04 for changeset bc294d88ad81
3bfd93da410 : Added tag jdk8u161-b04 for changeset 51c83a249885
c8345181540 : Added tag jdk8u161-b04 for changeset e5de6a81c7e1
98a5e41ecd0 : Added tag jdk8u161-b04 for changeset 4de211722795
c0632d45f92 : Added tag jdk8u161-b04 for changeset d70b3aadbb6d
82f3d13a7ce : Added tag jdk8u161-b04 for changeset 1d68dff4f097
d2852391780 : Added tag jdk8u161-b04 for changeset 509bb5ed8e8c
5f6967edfc8 : Added tag jdk8u161-b04 for changeset c8b94b6ca1a0
0caefe495c9 : Added tag jdk8u161-b04 for changeset debd5e5b2845
b41ea93c199 : Added tag jdk8u161-b04 for changeset b24d99115a9e
daf50869744 : Added tag jdk8u162-b03 for changeset df5dfb819fb4
4fdf3633cd2 : Added tag jdk8u162-b03 for changeset 60f8ad27dd9f
61cbc4d314d : Added tag jdk8u162-b03 for changeset 14c769313a42
5ee540722e6 : Added tag jdk8u162-b03 for changeset 1987987fcd19
18e3e371dd6 : Added tag jdk8u162-b03 for changeset 6cddab59b578
4c060a0582a : Added tag jdk8u162-b03 for changeset ba57565bdd38
b86edfded93 : Added tag jdk8u162-b03 for changeset be268114a261
d5566bfcf1a : Added tag jdk8u162-b03 for changeset 55985043ba15
5a27ab665d7 : Added tag jdk8u162-b03 for changeset d6c41a69b83d
c1834d9bd93 : Added tag jdk8u162-b03 for changeset 303659fa0db1
4c873307665 : Added tag jdk8u162-b03 for changeset 3ee32d05bc55
a8043ac1dcc : Added tag jdk8u162-b03 for changeset 6fee764edd39
07f14b1ebbb : Added tag jdk8u162-b03 for changeset 737dc9bae1b5
726855289a0 : Added tag jdk8u162-b03 for changeset 95f501ca6243
64bd3b53345 : Added tag jdk8u162-b03 for changeset 24442dae41b6
9443cbbbb13 : Added tag jdk8u162-b03 for changeset 609d8d1f1014
6d2848102e9 : 8189918: Remove Trailing whitespace from file while syncing 8u into 8u162-b03
74767d7e48b : 8189918: Remove Trailing whitespace from file while syncing 8u into 8u162-b03
00fcd16ee70 : 8188081: Text selection does not clear after focus is lost
91a1005273c : 8185292: Stricter key generation
a92a9b0df5a : 8185292: Stricter key generation
4e5f49b47ed : 8087291: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize
e3de12f450e : Added tag jdk8u162-b06 for changeset 45ed75752b11
21ef589ef03 : 8087291: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize
0817d536df2 : Added tag jdk8u162-b06 for changeset 8990b0f7c648
0f101e2c7fe : 8189864: Provide an ascii map to visualize metaspace fragmentation
6eeb777697d : 8044122: MBean access to the PID
72a1ec38f3f : 8190865: Require jtreg 4.2 b10
c2d94a0073a : 8189840: CheckCachedResolvedReferencesApp has no cached resolved references
5865d3062fe : 8059334: nsk/jvmti/scenarios/hotswap/HS201/hs201t001 fails with exit code 0 after timeout
92ae7c8cfde : 8189688: NMT: Report per-class load metadata information
75d5090c819 : 8190283: Default heap sizing options select a MaxHeapSize larger than available physical memory in some cases
d7b2fafd3dc : 8190703: TestSystemGCWith* infrequently times out on SPARC
10a1edcc220 : 8152470: Add COMPILER2_OR_JVMCI definition
c8aacd39724 : 8190710: Update Graal
545e8eb333c : 8184206: Resolve all string constants in shared classes at CDS dump time
40cdb9fd601 : 8187315: [JVMCI] hosted use of JVMCI can crash VM under -Xint
778fd086a12 : 8189861: Refactor CacheFind
3880f3db74d : 8221724: Enable archiving of Strings with hash 0
1908897b93a : 8221723: Avoid storing zero to String.hash
6bce53795b5 : 8221748: Remove unused oopDesc::is_unlocked_oop()
a5cec7fe04e : 8221732: Introduce CollectedHeap::hash_oop()
a7dd794bebf : 8221648: Remove CollectedHeap::is_in_closed_subset()
d06f3accec8 : 8221541: clean up functions in CompilerOracle
0e6af10432e : 8189861: Refactor CacheFind
d41818e6684 : 8222264: Windows incremental build is broken with JDK-8217728
22454c5442b : 8217728: Speed up incremental rerun of "make hotspot"
cb9c27cc905 : 8210459: Add support for generating compile_commands.json
6e86b967049 : 8221851: Use of THIS_FILE in hotspot invalidates precompiled header on Linux/GCC
3a3d95bf327 : 8214534: Setting of THIS_FILE in the build is broken
5e28bf3ed98 : 8204551: Event descriptions are truncated in logs
b2d2b9aba12 : 8160926: FLAGS_COMPILER_CHECK_ARGUMENTS doesn't handle cross-compilation
4524f4de370 : 8238960: linux-i586 builds are inconsistent as the newly build jdk is not able to reserve enough space for object heap
30d08efdd16 : 8236201: Better Scanner conversions
59e8fa17346 : 8235691: Enhance TLS connectivity
23e4c612953 : 8235274: Enhance typing of methods
e0a9435655e : 8234841: Enhance buffering of byte buffers
49d8b22a0d6 : 8219597: (bf) Heap buffer state changes could provoke unexpected exceptions
6db9ebb88b5 : 8234825: Better Headings for HTTP Servers
d7d2d478a92 : 8234408: Improve TLS session handling
a5481900a03 : 8234027: Better JCEKS key support
876769dc652 : 8233410: Better Build Scripting
57fd5e17541 : 8233250: Better X11 rendering
fe1b38d9917 : 8232581: Improve TLS verification
013414a452d : 8232424: More constrained algorithms
4306e1c8558 : 8231785: Improved socket permissions
c9d0db5d672 : 8231415: Better signatures in XML
404b69ec651 : 8229733: TLS message handling improvements
07e0ce6f3ca : 8227542: Manifest improved jar headers
958682f5718 : 8227467: Better class method invocations
7296d7b6f8f : 8225603: Enhancement for big integers
b3ec14e55f5 : 8224549: Less Blocking Array Queues
647534389a4 : 8224541: Better mapping of serial ENUMs
d1348a1f4cc : 8223904: Improve Nashorn matching
81afa77c639 : 8223898: Forward references to Nashorn
db60ddfbf30 : 8189861: Refactor CacheFind
ed0ea373944 : 8187247: canonical import check compares classes by simple name
6e6996cd6cd : 8145795: [PIT] java/awt/Window/ScreenLocation/ScreenLocationTest.java fails (can assign Integer.MAX_VALUE to Window dimensions)
6a0b70e242d : 8165198: Inconsistent values with JavaImporter after accessing undefined variable
6bfb8684547 : 8189266: (ann) Optimize AnnotationInvocationHandler.invoke
7b0bbccf0fa : 8187974: Merge Java Mission Control 6.1 3rdpartyreame with the JDK 18.3 3rdpartyreadme
c7084efdb52 : 8189664: Stop producing ARCHIVE_BUNDLE.zip from test makefiles unless asked to
37644f5c79e : 8189119: Devkit for Linux needs to include fontconfig-devel
6d882e45a4a : 8189056: javadoc target for stable specdiff comparisons
c852879b03b : 8186559: [macos] the screen location is wrong when using AWT/SWT bridge with dual monitors
19fbc4c08ca : 8187359: JShell: Give comprehensible error when user method name matches Object method
6a95d164be4 : Added tag jdk-10+28 for changeset 92f08900cb3c
49c29ca9740 : 8184219: Fix accessibility of tables in the java.desktop module
5852f663bfa : 8187399: Different problems in the javadoc's links in java.desktop package
78448a41eca : 8189706: javadoc for the JDK APIs should summarize overridden methods with no specification changes
97db013bd31 : 8189405: More cleanup in HtmlWriter
0da8aae1610 : 8189671: jlink should clearly report error when an automatic module is used
a6aad28019e : 8182285: Speeding up incremental build by hashing module APIs
5e00c162bd4 : 8189619: [aix] OpenJDK local disk check not working on AIX
9c92807eaa4 : 8186080: Transform XML interfaces 8188880: A JAXB JCK test failure found after 8186080
d4506643426 : 8190289: More refactoring for client deserialization cases
f9dacef22f0 : 8185292: Stricter key generation
1ddbac42beb : 8190449: sun/security/pkcs11/KeyPairGenerator/TestDH2048.java fails on Solaris x64 5.10
ecc3216e769 : 8186699: Clean up extra Derby files
6c2768686be : 8186080: Transform XML interfaces 8188880: A JAXB JCK test failure found after 8186080
e947337d244 : 8190289: More refactoring for client deserialization cases
c41e6aa05a6 : 8185292: Stricter key generation
3e72d37c34e : 8190449: sun/security/pkcs11/KeyPairGenerator/TestDH2048.java fails on Solaris x64 5.10
8b2c42b1518 : 8186699: Clean up extra Derby files
cb67876fca2 : 8186080: Transform XML interfaces 8188880: A JAXB JCK test failure found after 8186080
9dff2c46111 : 8186080: Transform XML interfaces 8188880: A JAXB JCK test failure found after 8186080
5a3963af30b : 8186080: Transform XML interfaces 8188880: A JAXB JCK test failure found after 8186080
1e48cf28e06 : 8186080: Transform XML interfaces 8188880: A JAXB JCK test failure found after 8186080
3263ea9b0c1 : 8189679: JDK-8189094 broke testing in Mach 5
ca8ad3c1623 : 8189094: Change required boot jdk to JDK 9
d84d8f1cc59 : 8188035: JavaFileManager.listLocationsForModules does not always reflect values set through StandardJavaFileManager.setLocationForModule
6f27933eb46 : 8186873: Possible dead code \"com.sun.tools.javac.tree.TreeInfo.isAnonymousDiamond()\" which was added in 9
2e31cc7ee1b : 8155590: Dubious collection management in sun.net.www.http.KeepAliveCache
26aeea17907 : 8189603: ProblemList sun/security/pkcs11/KeyStore/SecretKeysBasic.sh on Linux platform
52d3c4b2e8f : 8181150: Fix lint warnings in JAXP repo: rawtypes and unchecked
ded87f2bd78 : Added tag jdk8u161-b03 for changeset 59c0dfb2123f
af183afa0e7 : Added tag jdk8u161-b03 for changeset dd9bce8b55ce
e527b263e98 : Added tag jdk8u161-b03 for changeset 6306fadfa270
c24c6f472ec : Added tag jdk8u161-b03 for changeset 85f61d86a750
fbd7d919170 : Added tag jdk8u161-b03 for changeset 376ec540f08e
7ec43797c2f : Added tag jdk8u161-b03 for changeset fbd81548b206
d08579f9937 : Added tag jdk8u161-b03 for changeset 7773cdcb7d46
ce9df19d3f3 : Added tag jdk8u161-b03 for changeset 168fd662a178
bcc9c948e3f : Added tag jdk8u161-b03 for changeset a91eae7eba44
3e78e700616 : Added tag jdk8u161-b03 for changeset 6f8786c8828e
5947ab70e37 : Added tag jdk8u161-b03 for changeset 7958a4abe077
b2aae6e57bd : Added tag jdk8u161-b03 for changeset cbce7d3d06f8
cb6b1a0c767 : Added tag jdk8u161-b03 for changeset 8d89c06b5c3a
b3bfda80f3a : Added tag jdk8u161-b03 for changeset 935667d3617d
bb586d9974f : 8186600: Improve property negotiations
831ce3cd26a : 8186600: Improve property negotiations
ec1c3bce452 : 8164900: Add support for O_DIRECT
38651ae4365 : 8189431: Netbeans nb_native project needs to be adapted to new repo structure
0e82be62fa8 : 8183901: Fix broken links to "Package Sealing" in the JAR spec
46582b2d156 : 8176891: Fix lint warnings in JAXP repo: serial
483595f375e : 8189272: CLDR and JRE LocaleProviderAdapters silently swallow exceptions
ab49e12b7f4 : 8189291: Test policy should extend the default system policy
aae091f644a : 8189682: JDK demos/tests should be in a separate bundle than hotspot ones
a663434be76 : 8189796: Incorrect end position for missing statement
7aa0a8b4ff8 : 8185909: Disable JARs signed with DSA keys less than 1024 bits
3f4ce80fbc9 : Added tag jdk8u161-b03 for changeset d2cb117eee99
880916fc745 : 8185909: Disable JARs signed with DSA keys less than 1024 bits
c1057a1ae1b : Added tag jdk8u161-b03 for changeset 1649a2d5bcea
14b1e927a00 : Added tag jdk8u162-b02 for changeset cfca74973bc5
2f8f6459daa : Added tag jdk8u162-b02 for changeset 3c3f7bc4dbd2
84435a9cc0b : Added tag jdk8u162-b02 for changeset f0ab416000c6
55f647d8b20 : Added tag jdk8u162-b02 for changeset b058736e77f4
0386e8e483c : Added tag jdk8u162-b02 for changeset 1f5cbb3a86fd
0432e9323a3 : Added tag jdk8u162-b02 for changeset eaba5c238445
5dd41184e57 : Added tag jdk8u162-b02 for changeset 9e1c4c8a6eb6
0fa201f4013 : Added tag jdk8u162-b02 for changeset 60bca6e3b729
47d0e3d7f2c : Added tag jdk8u162-b02 for changeset 27b441ad5a7d
6638b21edf8 : Added tag jdk8u162-b02 for changeset f4b3a9ca3b45
5a4c6b82cad : Added tag jdk8u162-b02 for changeset 5dab3db13905
fac8965b3ed : Added tag jdk8u162-b02 for changeset 18d14822318a
5c6b998a7eb : Added tag jdk8u162-b02 for changeset 1b2f07ce7d66
b6f95f48b1a : Added tag jdk8u162-b02 for changeset 910da09f88f8
8491011fdb2 : Added tag jdk8u162-b02 for changeset 15471828e8f8
bd5efbf6432 : Added tag jdk8u162-b02 for changeset 0a32cb1817c2
6df41bfacd1 : 8163237: Restrict the use of EXPORT cipher suites
679ef07d347 : 8163237: Restrict the use of EXPORT cipher suites
82671e9ce4c : 8163237: Restrict the use of EXPORT cipher suites
5a10fa11757 : 8180881: Better packaging of deserialization
9570e6363cd : 8178458: Better use of certificates in LDAP
672c24f1e3f : 8072452: Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits 8154344: sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java fails on solaris
0f12f58bb24 : 8186080: Transform XML interfaces 8188880: A JAXB JCK test failure found after 8186080
99d10c4b8e5 : 8185909: Disable JARs signed with DSA keys less than 1024 bits
156b4fb6075 : 8163237: Restrict the use of EXPORT cipher suites
667cfa2af73 : 8180881: Better packaging of deserialization
a5e2df2539a : 8178458: Better use of certificates in LDAP
8bdfcbf11ad : 8072452: Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits 8154344: sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java fails on solaris
8e31bd93e5a : 8186080: Transform XML interfaces 8188880: A JAXB JCK test failure found after 8186080
8214e6ee1da : 8185909: Disable JARs signed with DSA keys less than 1024 bits
61eed5338d6 : 8164954: split_if creates empty phi and region nodes
779d366105e : 8164954: split_if creates empty phi and region nodes
fa6e7c224a4 : 8181810: PPC64: Leverage extrdi for bitfield extract
a505f613c50 : 8181810: PPC64: Leverage extrdi for bitfield extract
f73bb6f35ca : 8184016: Text in native popup is not always updated with Sogou IME
d7cad6e7b36 : 8184016: Text in native popup is not always updated with Sogou IME
bf6ea97007e : 8184016: Text in native popup is not always updated with Sogou IME
66775649106 : 8184016: Text in native popup is not always updated with Sogou IME
7535c7ca88d : 8180370: Characters are skipped on input of Korean text on OS X
03f260e702e : 8180370: Characters are skipped on input of Korean text on OS X
66679d5a3d9 : 8169080: Improve documentation examples for crypto applications
b9ced9bf521 : 8169080: Improve documentation examples for crypto applications
acb7facf461 : 8169766: c1 + Xcomp reresolving call target every invocation
e78ae6ba6c4 : 8160303: parse_method_pattern only scans 254 chars
c5e09715477 : 8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds
3e5e2f03b16 : 8189871: Refactor GC barriers to use declarative semantics
341c2c1956f : 8186480: Remove warning when AssumeMP is true and ergonomics determines to use one worker thread
b19d187c4e1 : 8191373: Multiple NUMA nodes expected
96be79fa9fc : 8191329: Deprecate DeferPollingPageLoopCount
d70ee02e36c : 8191327: Deprecate DeferThrSuspendLoopCount
9354674485c : 8191326: Deprecate SafepointSpinBeforeYield
74096305770 : 8187118: Remove appending -cp path to the boot class path at AppCDS dump time 8187119: Consolidate record_shared_class_loader_type() and record_result()
98164cfbe2d : 8155197: Focus transition issue
007a41e4468 : 8155197: Focus transition issue
1b4b34601c7 : Added tag jdk8u161-b02 for changeset 99c1ca652d2e
e5ead74ffbe : Added tag jdk8u161-b02 for changeset 28c678535dc8
366eb632d4a : Added tag jdk8u161-b02 for changeset f368cc092281
f22bf56bac8 : Added tag jdk8u161-b02 for changeset 6735063342e3
b892be09b50 : Added tag jdk8u161-b02 for changeset 65e977d36379
99fc62a535d : Added tag jdk8u161-b02 for changeset 5f8b752ee38a
c3ced6c1080 : Added tag jdk8u161-b02 for changeset 3bee6f9a02f9
e67a1ff560f : Added tag jdk8u161-b02 for changeset 4497bc0c9189
39ea842eada : Added tag jdk8u161-b02 for changeset d2b62179c415
b6b3a4909a7 : Added tag jdk8u161-b02 for changeset 0f441964f24e
90fb27d6a3a : Added tag jdk8u161-b02 for changeset eed184bd1184
fcdcbebd564 : Added tag jdk8u161-b02 for changeset bf30cdbc253d
3a205924e42 : 8188151: "assert(entry_for(catch_pco, handler_bcis->at(i), scope_depth)->pco() == handler_pcos->at(i))" failure with C1
82a1334ded5 : 6523512: has_special_runtime_exit_condition checks for is_deopt_suspend needlessly
548d5d4d9d3 : 8166750: C1 profiling handles statically bindable call sites differently than the interpreter
bdb82eb577b : 8189797: Fix initializer lists in G1ConcurrentMark and G1CMTask
1eabe47e62c : 8189673: Consistent naming of concurrent threads, tasks and related identifiers
c66290985d4 : 8189801: Remove G1MarkingOverheadPercent
b7dc6e4e41d : 8189061: serviceability/sa/TestInstanceKlassSize.java - Unable to find instance klass for null
f8843b83dad : 8188785: CCP sets invalid type for java mirror load
ef5b012bf47 : 8189649: AOT: assert(caller_frame.cb()->as_nmethod_or_null() == cm) failed: expect top frame nmethod
dc50d0a8b22 : 8168712: [AOT] assert(false) failed: DEBUG MESSAGE: InterpreterMacroAssembler::call_VM_base: last_sp != NULL
3ba67ae4dfd : 8189794: Assert in InstanceKlass::cast called from Exceptions::new_exceptions
4f58554347f : 8158633: BASE64 encoded cert not correctly parsed with UTF-16
6a11aeff3bd : 8158633: BASE64 encoded cert not correctly parsed with UTF-16
9945fb90b29 : 8187023: Cannot read pkcs11 config file in UTF-16 environment
f333cbf8dec : 8139218: Dialog that opens and closes quickly changes focus in original focusowner 8159432: [PIT][macosx] StackOverflow in closed/java/awt/Dialog/DialogDeadlock/DialogDeadlockTest
ea973f1676a : 8187023: Cannot read pkcs11 config file in UTF-16 environment
77865c75e98 : 8139218: Dialog that opens and closes quickly changes focus in original focusowner 8159432: [PIT][macosx] StackOverflow in closed/java/awt/Dialog/DialogDeadlock/DialogDeadlockTest
c9f3697c394 : Added tag jdk8u152-b31 for changeset c197b6a4fcac
f06da06e521 : Added tag jdk8u152-b31 for changeset 970d18e280a8
3cc3e53d5e3 : Added tag jdk8u152-b31 for changeset 722974e1a7cd
0084ec30535 : Added tag jdk8u152-b31 for changeset 88fb26147365
fd754270ad0 : Added tag jdk8u152-b31 for changeset 16fc9481c080
3692e5aac48 : Added tag jdk8u152-b31 for changeset 467a4ef523f3
f8134e46e21 : Added tag jdk8u152-b31 for changeset f5755c9233f7
8f86fe88d05 : Added tag jdk8u152-b31 for changeset 7e2eb238c1c7
f68a74d8e27 : Added tag jdk8u152-b31 for changeset f6d2194f19b0
e34201e8377 : Added tag jdk8u152-b31 for changeset 831be3367721
13ef969ac5c : Added tag jdk8u152-b31 for changeset 994ab372fa6f
1e3bade5a3d : Added tag jdk8u152-b31 for changeset 2eed9b140f35
ae06809f4f5 : Added tag jdk8u152-b31 for changeset df000c9eee43
ad5e845f4a8 : Added tag jdk8u152-b31 for changeset 0472a37ea2ea
7b3977be090 : 8031661: java/net/Authenticator/B4769350.java failed intermittently
297e0883859 : 8031661: java/net/Authenticator/B4769350.java failed intermittently
d8ed495aaba : Added tag jdk8u171-b00 for changeset 99c1ca652d2e
5a53a4aec20 : Added tag jdk8u171-b00 for changeset 28c678535dc8
f902cf7245f : Added tag jdk8u171-b00 for changeset f368cc092281
ad952c72bf1 : Added tag jdk8u171-b00 for changeset 6735063342e3
76f9b09ae33 : Added tag jdk8u171-b00 for changeset a526e4834472
50ef065addc : Added tag jdk8u171-b00 for changeset 45200900e6a4
0ea2cc42c2c : Added tag jdk8u171-b00 for changeset 65e977d36379
e81ed4670f1 : Added tag jdk8u171-b00 for changeset 5f8b752ee38a
fafc4b29941 : Added tag jdk8u171-b00 for changeset 3bee6f9a02f9
886edc72333 : Added tag jdk8u171-b00 for changeset 4497bc0c9189
88e5ef39f76 : Added tag jdk8u171-b00 for changeset d2b62179c415
1fc9a480efb : Added tag jdk8u171-b00 for changeset 0f441964f24e
90ed4415bc5 : Added tag jdk8u171-b00 for changeset eed184bd1184
7585bc6689f : Added tag jdk8u171-b00 for changeset bf30cdbc253d
07e7d2bdf29 : Added tag jdk8u162-b01 for changeset 8b1800fc214c
017794fe683 : Added tag jdk8u162-b01 for changeset 9e142334b1c7
7d37725dc91 : Added tag jdk8u162-b01 for changeset 3f74e26e1bee
6098dc018e8 : Added tag jdk8u162-b01 for changeset 0c2b457d23d2
bea02d6b812 : Added tag jdk8u162-b01 for changeset 50b8a5dbf7d9
ee74a418a18 : Added tag jdk8u162-b01 for changeset fc68b30cf1d7
67ea3b88e26 : Added tag jdk8u162-b01 for changeset 990e0325eebc
781fc135f9b : Added tag jdk8u162-b01 for changeset d41239b17910
3d232c668b5 : Added tag jdk8u162-b01 for changeset 8a0d60ca3cf7
2698848e1ac : Added tag jdk8u162-b01 for changeset bfcb0c9bed89
a8f54d56b15 : Added tag jdk8u162-b01 for changeset bdf476a7e1bb
bae8c19596c : Added tag jdk8u162-b01 for changeset 9cb431afa207
820b802831d : Added tag jdk8u162-b01 for changeset 8c76c0372c9c
4c13bb38f60 : Added tag jdk8u162-b01 for changeset ed49eb8986e3
348bc81a07a : Added tag jdk8u162-b01 for changeset 562d491712f5
1905b6c7f4a : Added tag jdk8u162-b01 for changeset 02bd64b93ade
7ad80484148 : 8185325: Improve GTK initialization
f69bcab6641 : 8185325: Improve GTK initialization
a09a958a11f : Added tag jdk8u161-b01 for changeset 292300d3e204
f62f551a814 : Added tag jdk8u161-b01 for changeset b4097a60914b
1611e9e6d08 : Added tag jdk8u161-b01 for changeset 37c4a4946488
9434c5298b2 : Added tag jdk8u161-b01 for changeset 51683f62f95b
f41945ef547 : Added tag jdk8u161-b01 for changeset 89905a02a5f5
c0106de3d51 : Added tag jdk8u161-b01 for changeset 1fbe1e93a340
372b486db84 : Added tag jdk8u161-b01 for changeset 9f9354814167
53d36a300ea : Added tag jdk8u161-b01 for changeset a1856a7e5171
e1a7b5d24c4 : Added tag jdk8u161-b01 for changeset d633ec9fa9c0
e97d5307a37 : Added tag jdk8u161-b01 for changeset 218e98b76378
3f2f3bb3c78 : Added tag jdk8u161-b01 for changeset ae966f96fae4
006589c95a0 : Added tag jdk8u161-b01 for changeset cb0281979392
b07a0078b48 : Added tag jdk8u161-b01 for changeset 5da3113b954f
56761ff4102 : Added tag jdk8u161-b01 for changeset e9dd69fff98c
8700d5f9ca0 : Added tag jdk8u161-b01 for changeset 94481963dc73
aabb91843f9 : Added tag jdk8u161-b01 for changeset b95b9f7e03ca
1eda3a24d52 : 8185325: Improve GTK initialization
01d47bb08cf : 8186080: Transform XML interfaces
075c1d5096a : 8185325: Improve GTK initialization
a650cb0e627 : 8186080: Transform XML interfaces
964c64bead7 : 8159240: XSOM parser incorrectly processes type names with whitespaces
50e8a7c3b81 : 8159240: XSOM parser incorrectly processes type names with whitespaces
8dfb4e10196 : 8159240: XSOM parser incorrectly processes type names with whitespaces
1c667ac0595 : 8159240: XSOM parser incorrectly processes type names with whitespaces
25ace27273f : 8159240: XSOM parser incorrectly processes type names with whitespaces
14b4d5a4024 : Added tag jdk8u161-b02 for changeset a526e4834472
96345181e40 : 8159240: XSOM parser incorrectly processes type names with whitespaces
c5019f4edd4 : 8159240: XSOM parser incorrectly processes type names with whitespaces
3bbce9b61d9 : Added tag jdk8u161-b02 for changeset 45200900e6a4
d0f48442315 : 8159240: XSOM parser incorrectly processes type names with whitespaces
e39179c325d : 8174962: Better interface invocations
f8fbd573876 : 8174962: Better interface invocations
843b6d865f6 : 8174962: Better interface invocations
752246b2878 : 8174962: Better interface invocations
98bece4ae99 : 8184893: jdk8u152 b06 : issues with nashorn when running kraken benchmarks
0de4ca7b3c5 : 8184893: jdk8u152 b06 : issues with nashorn when running kraken benchmarks
de5686fe49e : 8172232: SPARC ISA/CPU feature detection is broken/insufficient (on Linux)
e78d4c3cb67 : 8179624: [REDO] Avoid repeated calls to JavaThread::last_frame in InterpreterRuntime
e57652bb8eb : 8190491: SA tests failed after 8189610 changes
426e7951aa1 : 8187091: ReturnBlobToWrongHeapTest fails because of problems in CodeHeap::contains_blob()
ca70374a3d9 : 8189745: AARCH64: Use CRC32C intrinsic code in interpreter and C1
92254a72a4e : 8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows
e908052a715 : 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
b36ba5ff60a : 8189368: Add information on current bias holder for BiasedLockRevocation event
832d68597ec : 8190351: InitialAndMaxUsageTest does not free allocated blob
43ac55ed1c9 : 8190285: s390: Some java boolean checks are not correct
a4229942963 : 8190191: Subclasses of jdk.jfr.Event loaded from CDS breaks -XX:FlightRecorderOptions=retransform=false
97d1978c0f0 : 8177959: G1CollectedHeap::print_on prints incorrect capacity
0bf8a0fc348 : 8189064: Crash with compiler/codegen/*Vect.java on Solaris-sparc
55541e80b53 : 8185989: overview.html files should be deleted?
4101ba9a134 : 8185278: TestGreyReclaimedHumongousObjects.java fails guarantee(index != trim_index(_head_index + 1)) failed: should not go past head
c3ca27fece5 : 8184328: JDK 8u131 socketRead0 hang at SSL read
7b7b5121901 : 8184328: JDK 8u131 socketRead0 hang at SSL read
88bb749c4f6 : 8184328: JDK 8u131 socketRead0 hang at SSL read
197392cda04 : 8184328: JDK 8u131 socketRead0 hang at SSL read
bcbb682b768 : 8170157: Enable unlimited cryptographic policy by default in OracleJDK
2b1c1f5f41b : 8170157: Enable unlimited cryptographic policy by default in OracleJDK
2f42b2cfa97 : 8170157: Enable unlimited cryptographic policy by default in OracleJDK
7089778b2de : 8170157: Enable unlimited cryptographic policy by default in OracleJDK
163b629f89d : 8186998: Improve JMX supportive features
7f9c5877c78 : 8180433: Cleaner CLR invocation handling
243c9f276f2 : Added tag jdk8u171-b00 for changeset 4c8370243d4e
3f4a948c23b : 8185325: Improve GTK initialization
7eca3816564 : 8186998: Improve JMX supportive features
1bd5f7e4d29 : 8180433: Cleaner CLR invocation handling
839af65aa57 : Added tag jdk8u171-b00 for changeset 1fd4e3e7b893
920fadb85bb : 8185325: Improve GTK initialization
8cfc95d81a3 : 8186998: Improve JMX supportive features
c27e9c11b62 : 8186998: Improve JMX supportive features
18055b63c35 : 8186998: Improve JMX supportive features
2e708cd0dd5 : 8180433: Cleaner CLR invocation handling
644cefd338c : Added tag jdk8u161-b02 for changeset 57196a39619e
2462fd7c45d : 8186998: Improve JMX supportive features
0a1d69f2e36 : 8180433: Cleaner CLR invocation handling
688bc603f4c : Added tag jdk8u161-b02 for changeset 75dfc567f003
949497f9ca4 : 8186867: Improve native glyph layouts
852f71f2a37 : 8186867: Improve native glyph layouts
237d3815d3f : 8186646: Nashorn: "duplicate code" assertion when binding a vararg function that just passes arguments along
6c64eef7131 : 8186646: Nashorn: "duplicate code" assertion when binding a vararg function that just passes arguments along
2f659da9c33 : 8187331: VirtualSpaceList tracks free space on wrong node
73a0295ef8b : 8187685: NMT: Tracking compiler memory usage of thread's resource area
da747ebeb82 : 8187629: NMT: Memory miscounting in compiler (C2)
392075fe0f4 : 8187331: VirtualSpaceList tracks free space on wrong node
18aa0176afc : 8187685: NMT: Tracking compiler memory usage of thread's resource area
f678d1f2c1a : 8187629: NMT: Memory miscounting in compiler (C2)
6b19d7cfa57 : 8187556: Backout of a fix reintroduced a dependency that had since been removed
ea406833f0d : 8187556: Backout of a fix reintroduced a dependency that had since been removed
65db4f42d02 : 8187556: Backout of a fix reintroduced a dependency that had since been removed
71967f9354b : Added tag jdk8u144-b34 for changeset d867fcb97319
bba0957cbc4 : Added tag jdk8u144-b34 for changeset 0e7115cd1251
4ea304c203e : Added tag jdk8u144-b34 for changeset 0abd6ae65000
4ab5d8511ca : Added tag jdk8u144-b34 for changeset 833b858718e0
4e8d8b26a05 : Added tag jdk8u144-b34 for changeset 229ad2b10731
32294710e35 : Added tag jdk8u144-b34 for changeset 1d748abf1ee7
5956746066e : Added tag jdk8u144-b34 for changeset c9ef1ec5c33d
2bb611c19c4 : Added tag jdk8u144-b34 for changeset 48b7a44223f3
9c6068bd00f : Added tag jdk8u144-b34 for changeset 2cb22648c620
2d52eae0aa8 : Added tag jdk8u144-b34 for changeset 8f9f2a1f55d4
1216a98f2ec : Added tag jdk8u144-b34 for changeset 5944882b59c2
4bfe59678b5 : Added tag jdk8u144-b34 for changeset 3cf63a7ce5f2
801b35677c6 : Added tag jdk8u144-b34 for changeset 6166afa3b068
66c63888cee : Added tag jdk8u144-b34 for changeset 53f4c5f98a50
16be2523bd6 : Added tag jdk8u144-b34 for changeset 87680cee4c92
2d6bf1545b1 : Added tag jdk8u144-b34 for changeset 0a32843f5c6c
cd9f1a5c05f : 8178458: Better use of certificates in LDAP
adf91e8e2b9 : 8178458: Better use of certificates in LDAP
99b483dd818 : Added tag jdk8u152-b16 for changeset 1c383ff57f4f
f2e175d7779 : Added tag jdk8u152-b16 for changeset 6270eae487c8
e09bc415385 : Added tag jdk8u152-b16 for changeset da6dbe8e33a4
c38e2ccc4f4 : Added tag jdk8u152-b16 for changeset 691aa842ea5a
0bd2a182631 : Added tag jdk8u152-b16 for changeset d748f94f9b5c
ed12b69db36 : Added tag jdk8u152-b16 for changeset 9922fc14e4a7
8aeb8613f22 : Added tag jdk8u152-b16 for changeset dbb27c7afa02
59126f573d2 : Added tag jdk8u152-b16 for changeset bf095c7cbf1b
c52b0a81dd7 : Added tag jdk8u152-b16 for changeset 679d3c929986
ee994c4027e : Added tag jdk8u152-b16 for changeset 6ae4a748be50
6900eba4db6 : Added tag jdk8u152-b16 for changeset eade057fd8d0
d6d89b74ff5 : Added tag jdk8u152-b16 for changeset f6192bea33a8
79660dbbfc0 : Added tag jdk8u152-b16 for changeset ab64eb671fb4
b0e0944fa90 : Added tag jdk8u152-b16 for changeset 0471aa634403
6518f9e0bf5 : Added tag jdk8u152-b16 for changeset f9b761d939af
e879b57a011 : Added tag jdk8u152-b16 for changeset a028b4cbbd45
c0a1e3ab91d : 8187482: Backout JDK-8159377
88044fe0d4b : 8187482: Backout JDK-8159377
2b202fa71ac : 8160104: CORBA communication improvements
30eda690b72 : 8160104: CORBA communication improvements
e55a05957d0 : 8186209: Tool support for ConstantDynamic 8186046: Minimal ConstantDynamic support 8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support
52d3bf29b2b : 8196508: Add jdeprscan test TestRelease.java to the problem list
2cb1917bac2 : 8181503: Can't compile hotspot with c++11
7660d97e2e7 : 7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM
0a10af4b064 : 8196487: AIX: os::get_summary_cpu_info does not need to call into libperfstat
255a2fb1196 : 8196401: PPC64+s390: get_frame_at_stack_banging_point uses wrong PC
9ab8cd5bc22 : 8194249: SA: G1HeapRegionTable#getByAddress() returns incorrect HeapRegion
39c3127dc1c : 8196372: [BACKOUT] NMT: add_committed_regions doesn't merge succeeding regions
ae9a3ef8307 : 8195621: JTReg failure: gc/g1/TestLargePageUseForAuxMemory.java
72b9968396c : 8194898: Move OopStorage inline definitions to an .inline.hpp
4f190cacf64 : 8196217: NMT: add_committed_regions doesn't merge succeeding regions
5672dfedd4b : 8194246: JVM crashes when calling getStackTrace if stack contains a method that is a member of a very large class
b2609808dfc : 8195857: Remove os::is_headless_jre
48e6e1e6c4c : 8195979: [Graal] crash in src/hotspot/share/runtime/mutex.cpp:1341 when Graal JIT is used
e9b04293e3e : 8175249: VMThread::run fails in VerifyBeforeExit : Universe::verify
463f07b41ac : 8194861: PPC64 : Need support for VSR spills in ppc.ad
6f1c27a2c9d : 8191915: JCK tests produce incorrect results with C2
2d847b1eb62 : 8195690: JNI GetObjectRefType doesn't handle NULL
490d2ce747c : 8195776: [x86,sparc] A row of minor fixes and enhancements
0ddc8c69000 : 8195691: AIX build broken after 8194312
c139d774ba4 : 8194669: jaotc truncates the invalid filename provided to --output
8ccf366ee66 : 8170941: Executing gtest with invalid -Xlog argument crashes gtestLauncher
25515e11c8c : 8194143: remove unneeded casts in LocationImpl and MirrorImpl classes
0b97a1bcbe0 : 8193710: jcmd -l and jps commands do not list Java processes running in Docker containers
e52d643ff55 : 8194086: Remove deprecated experimental flag UseCGroupMemoryLimitForHeap
a738a4c053f : 8195685: AArch64: AArch64 cannot build with JDK-8174962
1a25bbdf0fd : 8195588: AArch64: Codegen fix after JDK-8194256
a400b9417f1 : 8195729: compiler.aot.AotCompiler should be run as a driver
fff718badbc : 8195724: compiler.calls.common.InvokeDynamicPatcher can be run as driver
a3cb6e9204e : 8178351: Simplify MetaspaceShared::is_in_shared_space and MetaspaceObj::is_shared
dcb4e73a38a : 8195064: LogCompilation: Chicken and egg startup problem with types
99725d3ea6d : 8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects
71a40bce388 : 8186635: ClassFileInstaller should be run as a driver
20dfdc07207 : 8153629: Need to cover JVMTI's GetOwnedMonitorStackDepthInfo function
c43b98c1ffa : 8194831: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java misleading error message
7c6a67a2683 : 8187447: 2081 doc issues in jvmti.html
e1356ec6cfb : 8194312: Support parallel and concurrent JNI global handle processing
027d478e6d0 : 8195107: CDS broken due to 8194741
3a7a71981a1 : 8194741: Refactor oops in constant pool from CDS to use the Access API
27cf4b91d11 : 8195000: Remove unused left-overs in arguments.hpp
e8a8207852e : 8194925: NMT: SummarySanityCheck test can't parse values > max_jint
af5670373eb : 8194736: Refactor weak oops in ProtectionDomain table to use the Access API
795e921a639 : 8177026: jvm.dll file version not updated since 8u72
28867b01e61 : 8177026: jvm.dll file version not updated since 8u72
55a23778f30 : 8023667: SA: ExceptionBlob and other C2 classes not available in client VM
4d5cd3ced82 : 8023667: SA: ExceptionBlob and other C2 classes not available in client VM
d4f26304e51 : 8166742: SIGFPE in C2 Loop IV elimination
db8db7a9475 : 8166742: SIGFPE in C2 Loop IV elimination
2c1a9e232c3 : 8072428: Enable UseLoopCounter ergonomically if on-stack-replacement is enabled
8c2eb48ebac : 8072428: Enable UseLoopCounter ergonomically if on-stack-replacement is enabled
cb5eca76cdc : Added tag jdk8u152-b15 for changeset b219e3d94ddb
8809d5e0e04 : Added tag jdk8u152-b15 for changeset aefc4096bbf7
e845d898e3c : Added tag jdk8u152-b15 for changeset 3ad5648a929f
a867c818a32 : Added tag jdk8u152-b15 for changeset 6ac459f49332
da2d7883c1a : Added tag jdk8u152-b15 for changeset 4d98761cbd54
5fececf8fff : Added tag jdk8u152-b15 for changeset 2116fdd37435
316c570fdf2 : Added tag jdk8u152-b15 for changeset 7e2ed8b74468
7303145b01e : Added tag jdk8u152-b15 for changeset 53bb4e5b2705
ee958611a60 : Added tag jdk8u152-b15 for changeset 2f2c46fe2fff
331902bafdc : Added tag jdk8u152-b15 for changeset d8b0a010466b
94a41590831 : Added tag jdk8u152-b15 for changeset b112858b2fba
86c2ab87d85 : Added tag jdk8u152-b15 for changeset 18c5873ce07e
8d2166ca034 : Added tag jdk8u152-b15 for changeset 7b4fd04090f2
95eeabf8bff : Added tag jdk8u152-b15 for changeset 3344abbd5f07
3e7775a2145 : Added tag jdk8u152-b15 for changeset 9b6f3ca6c3a5
b4c813db8e0 : Added tag jdk8u152-b15 for changeset 3318cc7b489a
4b0db2cbb5a : Added tag jdk8u151-b12 for changeset 28f376a7bcaa
c8b6ab76ef6 : Added tag jdk8u151-b12 for changeset 101dd2f06da3
a31ff79d1b3 : Added tag jdk8u151-b12 for changeset a26d02372441
6f321a42d91 : Added tag jdk8u151-b12 for changeset 4e6aca586466
ba658f3df5b : Added tag jdk8u151-b12 for changeset 000349c75259
2fe50393a9f : Added tag jdk8u151-b12 for changeset bc1360a52dc1
50009b574a5 : Added tag jdk8u151-b12 for changeset 37ea4a1ccee0
1cb330abb66 : Added tag jdk8u151-b12 for changeset b8bee747d4c0
712f60722b9 : Added tag jdk8u151-b12 for changeset 6e02c0cbc12e
876da8d8bc7 : Added tag jdk8u151-b12 for changeset c1001e3102a8
71ffbcfcd09 : Added tag jdk8u151-b12 for changeset 6ca890e31a5c
1dfc7149bcc : Added tag jdk8u151-b12 for changeset 6b9c86ec1825
9bbe588c8d5 : Added tag jdk8u151-b12 for changeset f5aa698d0287
555ad8ce769 : Added tag jdk8u151-b12 for changeset 7f5b190bbc0a
811e023958a : Added tag jdk8u151-b12 for changeset 07510e245dd5
99d09f06331 : Added tag jdk8u151-b12 for changeset 62a765596cfb
143cb6a2d29 : 8181670: Improve implementation of keystores
f43f7a97779 : 8181670: Improve implementation of keystores
479ec4791b2 : 8187228: [aix] make data segment page size 64K by default
9ebc72545bd : 8189202: (jdeps) Need jdeps output format easy for jlink --add-modules to use
8315ac39ccc : 8187624: NPE in Type.UndetVar.debugString()
352aa2d8619 : 8189430: make/hotspot/copy/Copy-java.base.gmk in wrong location after consolidation
447beeba7fd : 8189434: SetupCopyFiles does not handle files with $ in them
7f07e50a682 : 8178449: Improve LDAP logins
0d3ebfba1f4 : 8160104: CORBA communication improvements
0b3f92d8c6c : 8178466: Better RSA parameters
19cc9e13f3a : 8185719: rmi TestSocketFactory does not flush 8186539: [testlibrary] TestSocketFactory should allow triggers before match/replace
6f5635bb66f : 8181670: Improve implementation of keystores
96ee2d06eaa : 8178449: Improve LDAP logins
11cd9669f68 : 8160104: CORBA communication improvements
576e8e1f44f : 8178466: Better RSA parameters
c95f80fe125 : 8185719: rmi TestSocketFactory does not flush 8186539: [testlibrary] TestSocketFactory should allow triggers before match/replace
8385ce18f1a : 8181670: Improve implementation of keystores
de7e8455214 : 8178449: Improve LDAP logins
5d636b506a8 : 8178449: Improve LDAP logins
a5d5806cb48 : 8166317: InterpreterCodeSize should be computed
70300191358 : 8171853: Remove Shark compiler
50c759f20ef : 8188223: IfNode::range_check_trap_proj() should handler dying subgraph with single if proj
99bf982432e : 8174954: Parameter target type is allowed access after a module read edge or a package export has occurred after failed resolution
c496c05376e : 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
0d6c0adef0b : 8189616: [s390] Remove definition and all uses of STCK instruction
be94d0ee288 : 8189729: Change _perc suffixes in identifiers to _percent
824e776c373 : 8189665: Change id parameter of G1ConcurrentMark::task() to uint
793aa8d8ce2 : 8189666: Replace various inlined percentage calculations with global percent_of()
0757704af2f : 8184667: Clean up G1ConcurrentMark files
d129d1cdf28 : 8189748: More precise closures for WeakProcessor::weak_oops_do calls
817d6bc039e : 8189776: Remove dead code in jvm.cpp: force_verify_field_access
41796c10665 : 8185160: -XX:DumpLoadedClassList omits graal classes
c4706f598d0 : 8151815: Could not parse core image with JSnap
e7270b89651 : 8132547: [AOT] support invokedynamic instructions
90b611adc60 : 8175510: Null pointer dereference in getModuleObject of JPLISAgent.c:790
41d19c4a100 : 8173936: [TESTBUG] test/serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook/MAAClassFileLoadHook.java needs to be re-examined
8db461922ae : 8187438: Update Graal
ccbf029d2b4 : 8189069: regression after push of 8187403: "AssertionFailure: addr should be OopHandle"
d3466f7dce6 : 8188922: [TESTBUG] runtime/CommandLine/VMDeprecatedOptions.java fails with JDK10 release bits
963e8da9b7c : 8185712: [windows] Improve native symbol decoder
41e6dbe988f : 8149137: Remove _DISABLE_MMU define from G1MMUTracker
82fcfbfbc4c : 8189373: jmap -heap exited with error code
7344b46c715 : 8189193: FindClass should only see classes from the boot loader called from its associated native library
e4cf0cb4378 : 8188245: [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can fail
7c78b40f8d7 : 8189608: Remove duplicated jni.h
29eea5d4a16 : 8189355: Cleanup of BarrierSet barrier functions
9c5e52d73d0 : 8189390: Assert in TestOptionsWithRanges.java
f778dfd81af : 8087291: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize
9ba22876cff : 8189276: Make SuspendibleThreadSet and related code available to other GCs
6e571871e6a : 8189360: JvmtiExport::weak_oops_do is called for all JNIHandleBlock instances
3fbc4aec64c : 8189359: Move native weak oops cleaning out of ReferenceProcessor
250160bf99a : 8189607: Remove duplicated jvmticmlr.h
b5dd6a9a45b : 8187578: BitMap::reallocate should check if old_map is NULL
ac63626f1fd : 8181592: [TESTBUG] Docker test utils and docker jdk basic test
449114a4f66 : 8185694: Replace SystemDictionaryShared::_java_platform_loader with SystemDictionary::is_platform_class_loader()
4c1297b778f : 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
f8b593cb664 : 8189071: Require jtreg 4.2 b09
94760c81301 : 8188828: Intermittent ClassNotFoundException: jdk.test.lib.Platform for compiler tests
bf5816a2c5f : 8188813: Generalize OrderAccess to use templates
21ee7f4b2a2 : 8188868: PPC64: Support AES intrinsics on Big Endian
ccbba3fe489 : 8188857: [s390]: CPU feature detection incomplete
75a4bdf2180 : 8187964: [s390][ppc]: Intrinsify Math.multiplyHigh(long, long)
2d8670326d8 : 8185529: JCK api/java_lang/Object/WaitTests failed with jdk10/hs nightly
72ef94f7703 : 8187403: [Unknown generation] is shown in Stack Memory on HSDB
b1a725dff0d : 8187401: Java Stack cannot be shown on HSDB
0d8679e1786 : 8187685: NMT: Tracking compiler memory usage of thread's resource area
3ccd60110d7 : 8174986: CDS archived java heap region may not compatible with AOT
e24a5bc2ff4 : 8188776: jdk.internal.vm.ci can't export package to upgradeable modules
fd85805dc03 : 8178870: instrumentation.retransformClasses cause coredump
0c224245ce1 : 8188775: Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.org.graalvm.compiler.hotspot
9f2615c4de4 : 8172443: Change use of tree.pos to line:col in rawDiagnostics
2115af4897b : 8063054: Incorrect raw type warning for method reference
36dec9793d9 : 8188802: PPC64: Failure on assert(lrgmask.is_aligned_sets(RegMask::SlotsPerVecX))
5f7dcca0364 : 8188814: Simplify IncludeCustomExtension
ecd3cd8f8ce : 8188768: Fix interaction between make and autoconf after consolidation
b6bc02e70f1 : 8188224: Generalize Atomic::load/store to use templates
96d08174556 : 8185003: JMX: Add a version of ThreadMXBean.dumpAllThreads with a maxDepth argument
9abc252e51e : 8187593: Cleanup: removing SecuritySupport files
da077b2e268 : 8186703: javadoc needs a test to verify member hiding
9c1b0103b3a : 8186654: Poor quality of sun.security.util.Cache.EqualByteArray.hashCode()
4560687884a : 8187658: Bigger buffer for GetAdaptersAddresses
f2c8c8aa025 : 8188321: (jdeps) help message should say "requires transitive" rather than "requires public"
c3664b7f38a : 8186056: Miscellaneous changes imported from jsr166 CVS 2017-09
229cce5f44a : 8186265: Make toString() methods of "task" objects more useful
2ea646cc209 : 8186226: Improve ConcurrentSkipListMap performance on weak memory model machines
d9d91c1cc42 : 8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
76db7c6b61d : 8187607: [Testbug] Atomic*FieldUpdaterTest.checkPrivateAccess uses nested classes
c6e36672286 : 8187408: AbstractQueuedSynchronizer wait queue corrupted when thread awaits without holding the lock
dfce3058681 : 8188241: Improve numerical code in StampedLock example code
feab9efa521 : 8074407: javadoc: using <pre> after @deprecated tag causes warnings
448718c0af4 : 8169819: minor cleanup for deprecated page
47e2972a645 : 8187978: javac can show overload error messages that include non-valid candidates
870b0834fe5 : 8188144: regression in method reference type-checking
6213838f11c : 8138600: eliminate the need of ModuleLoaderMap.dat for CDS
858db7244e9 : 8187402: UnknownOopException is occurred on Stack Memory window in HSDB
e31bc5637a2 : 8188031: Complement fused mac operations on SPARC
d801fa5d9d5 : 8182279: Updating SPARC feature/capability detection to support Core C5
b125aebb91b : 8167199: Add C2 SPARC intrinsic for BigInteger::multiplyToLen() method
1af1d42ac42 : 8011352: C1: TraceCodeBlobStacks crashes fastdebug Solaris SPARC
6ab21308de2 : 8188034: InitSupport does not properly include closed file
3b0751d7970 : 8188185: Windows build fails in configure after fix for JDK-8188136
5d986605cad : 8186050: StackFrame should provide the method signature
f2a9034adf2 : 8147076: LinkerCallSite.ARGLIMIT is used incorrectly
027285b5ac9 : 8188038: Add Windows-x64-open bundles to jib-profiles.js
734398b8e0b : 8188136: jib configure requires --src-dir for out of tree builds 8188123: jib.sh looks for closed config file in the wrong place after repo consolidation
fc05af8f412 : 8180274: Fix links in nashorn documentation
a0218352fc9 : 8188135: Fix VS 2010 build after "8187631: Refactor FileDescriptor close implementation"
a1b8c392f1d : Added tag jdk-10+25 for changeset 8eb5e3ccee56
cea7897f087 : 8188098: NPE in SimpleTreeVisitorES6 visitor when parsing a tagged template literal
b0e9c95b723 : 8188082: autoimports.js sample is broken
9e6049ef0fa : 8188090: Running tests from make causes spurious mercurial changes
6db0190cb55 : 8186332: Fix method signature in method summary table
5d2a4c319a3 : 8187982: Update SourceVersion to mention restricted keywords
24d81d3f2e2 : 6373396: (cl spec) clarify spec of ClassLoader.getPackages() about run-time package
999343e3522 : 8187688: Additional tests for MethodHandle.invokeWithArguments
0355224df86 : 8187826: Avoid using reflection to bootstrap NamedFunctions
2e46c1508a9 : 8186815: Java.from has a bug, when element is ScriptObject
10f7bd1ab68 : 8133623: JDK-8055034.js and JDK-8130127.js fail in nashorn nightly
a00dba8a16c : 8188023: Avoid -source and -target javac options in nashorn ant compilation
047f60b678c : 8187962: Optimistic types ignore JavaAdapter return types
26f4eca08cc : 8188013: symbolgenerator targets jdk 9 source
81f0285c52d : 8188012: Nashorn build targets version 9 source
2ae9614d346 : 6695402: Jarsigner with multi-byte characters in class names
385c583ed13 : 8183511: improve style for deprecated text
1fc8d0cfd9f : 8184328: JDK 8u131 socketRead0 hang at SSL read
99b202b3981 : 8185072: network006 times out in many configs in JDK10-hs nightly
06e15f69824 : 8187965: dynalink samples under $jdk10/src/sample/nashorn/dynalink are broken
c825188cd8a : 8177466: Add compiler support for local variable type-inference
02ba926da2b : 8159526: Deprivilege jdk.httpserver
b98d0bda764 : 8181176: java/net/httpclient/websocket/ConnectionHandover.java times out
195531f7337 : 8177901: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112): on checking for an interface
9f1f9587cb0 : 8187376: test issue in java/lang/invoke/VarHandles/VarHandleBaseTest.java
92fc72a86b4 : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
2dc0eaaa4bb : 8185257: Nashorn AST is missing nodes when a for-loop contains a VariableDeclarationList
04b79fa8f36 : 8187040: ThreadCritical crashes on Solaris if used between os::init and os::init_2
7a446900dac : 8187884: [TESTBUG] compiler/classUnloading/anonymousClass/TestAnonymousClassUnloading failed with ClassNotFoundException
d0dc2dd2310 : 8185979: PPC64: Implement SHA2 intrinsic
551d0689ed6 : 8187934: dropping a shebang script in src/sample/nashorn directory results in test failure
dca8480e878 : 8186011: Fix samples/java_completion.js and samples/disassemble.js
6beed6f0b71 : 8187672: RunTest displays broken output if jtreg fails completely
bac7500e273 : 8180897: Explicit --with-jtreg path not expanded
4335a9a642a : 8187883: NewClassDefEnclosing.java fails on windows
bde617da888 : 8187784: IntelliJ langtools project exclusion settings are too broad
ab22e374399 : 8176467: --with-cacerts-file should fail during configure if file does not exist
1490f5ebed6 : 8176099: --with-build-jdk and --with-boot-jdk not working with JDK 10
e84be60b1a0 : 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
4ef785b337c : 8187543: Replace SRC_ROOT with TOPDIR
521c3ea430a : 8185976: PPC64: Implement MulAdd and SquareToLen intrinsics
a17ce440a56 : 8187547: PPC64: icache invalidation is incorrect in some places
97d93fe4d82 : 8187442: Xcheck:jni produces various "WARNING in native method" in launcher
f98aab0db96 : 8185993: MethodHandle.invokeWithArguments jumbo-arity
71e91d9c2ec : 8185458: Added comment for Files.notExists in FileUtils test library
b45c9233a41 : 8044853: Attr synthesizes nullcheck tree nodes
de9651c66a6 : 8181792: nashorn samples/exec.js has some incorrect examples
6c1410fffae : 8186180: Symbol.__proto__ results in error with format string placeholder
ea3a3f20d5b : 8187362: Nashorn unsigned right shift operator unexpectedly returns floating-point
f22dd8323ba : 8184329: Refactor java/lang/ClassLoader shell tests to java
300988fb029 : 8085875: java/net/DatagramSocket/PortUnreachable.java fails intermittently: Address already in use
e634950b41b : 8187026: Remove intermittent key from java/net/httpclient/http2/BasicTest.java
b380f1b6cce : 8187786: Many javax/net/ssl/DTLS tests failing
4f3d30c818d : 8187790: generated-configure out of sync
21c1304c153 : 8187449: jdeps fails when an upgradeable module is upgraded with an automatic module
d1ad673f55a : 8187788: Disasble javax/net tests until JDK-8187786 is resolved
0fcaa36105c : 8184739: Incorrect end position of PackageTree
a3b9c07ee4d : 8177932: (process) java/lang/ProcessHandle/OnExitTest.java failed with "Process A should not be alive..."
5e55e5e2ee8 : 8187631: Refactor FileDescriptor close implementation
8afe0e3b01c : 8188117: jdk/test/lib/FileInstaller doesn't work for directories
8088bd63504 : 8186875: Removed unused method LinkFactory.getTypeAnnotationLinks(LinkInfo linkInfo)
9ddbf8fde24 : 8186646: Nashorn: "duplicate code" assertion when binding a vararg function that just passes arguments along
0f4c8640670 : 8187782: no ant build artifact should be produced under make/nashorn directory
1cb97b83781 : 8186987: NullPointerException in RasterPrinterJob without PrinterResolution
34500e27fe5 : 8156042: Modifiers of swing ActionEvent does not work when "-Djavafx.embed.singleThread=true"
a8ce9febcd3 : 8187773: nashorn ant javadoc, nashornapi, dynalinkapi, run, debug, octane, sunspider targets fail
1e6e9203c46 : 8186884: Test native KDC, Java krb5 lib, and native krb5 lib in one test
fe192744881 : 8186831: Kerberos ignores PA-DATA with a non-null s2kparams
8a1e214f37e : 8186931: jdk.security.jarsigner package is missing package summary
2bb3b827090 : 8148371: Remove policytool
02b9452ed39 : 8186464: ZipFile cannot read some InfoZip ZIP64 zip files
2990ce80127 : 8187601: Unrolling more when SLP auto-vectorization failed
844e594fec7 : 8187822: C2 conditonal move optimization might create broken graph
949f6779574 : 8187684: Intrinsify Math.multiplyHigh(long, long)
f651176392e : 8188773: PPC64 and s390: Fix UseMembar and enable ShareVtableStubs
bdb303aa423 : 8187969: [s390] z/Architecture Vector Facility Support. Part II
febf1d80ea8 : 8188757: PPC64: Disable VSR52-63 in ppc.ad
7b17b2d2a3e : 8188139: PPC64: Superword Level Parallelization with VSX
e6765bf9bfd : 8187219: Newer AMD 17h (EPYC) Processor family defaults
73a801bc436 : 8186777: Make Klass::_java_mirror an OopHandle
dae210f6d6e : Added tag jdk-10+24 for changeset 3b201865d5c1
c111277919d : 8187642: The consolidated repo test makefile disables CONCURRENCY setting to jtreg
a77b3306350 : 8187636: Mark MetaCallback.java as failing intermittently
6648232e22c : 8187542: Remove superfluous *_TOPDIR variables
80f8ee98e49 : 8187570: Comparison between pointer and char in MethodMatcher::canonicalize
aa72ba3a647 : 8187977: Generalize Atomic::xchg to use templates
1590eaa3b81 : 8188246: Add test/hotspot/jtreg/gc/logging/TestPrintReferences.java to ProblemList.txt
a2d1045eefe : 8187979: Clean up info printing at CDS dump time
fd93a046840 : 8185062: Set AssumeMP to true and deprecate the flag
853f26ed15a : 8185134: [Graal] Introduce vm.graal predicate and tag tests which are not applicable for Graal
b787f1b55b3 : 8186915: AARCH64: Intrinsify squareToLen and mulAdd
12a11f2c654 : 8175816: SA: HSDB: Compute Liveness results in java.lang.IndexOutOfBoundsException
467119a352d : 8187445: Forest Consolidation: Make tests work
72c4ec54623 : 8187444: Forest Consolidation: Make build work
3789983e89c : 8187443: Forest Consolidation: Move files to unified layout
270fe13182e : Added tag jdk-10+23 for changeset 22850b3a5524
25f56657aa5 : 8187230: [aix] Leave OS guard page size at default for non-java threads instead of explicitly setting it
77044922872 : 8187462: IntegralConstant should not be AllStatic
a58615e3f80 : 8176827: Test can't find libXext.so
65ed45cd3d4 : 8189409: [AOT] Fix paths in aot test scripts
b788c73f53e : 8185580: Refactor Threads::possibly_parallel_oops_do() to use Threads::parallel_java_threads_do()
9adfa126639 : 8188919: Generalize GC thread suspend/resume at safepoints
e8fe842a41e : 8184042: several serviceability/sa tests timed out on MacOS X
39b068db119 : 8188220: Remove Atomic::*_ptr() uses and overloads from hotspot
cb07ac64f39 : 8187042: Events to show which objects are associated with biased object revocations
03f6080cd29 : 8189274: Allow cutoff attribute for event based tracing
f4d679fb21b : 8173917: Safepoint ID is not consistent across event-based tracing events
fcf9b5115da : 8189262: jdk.jlink module-info.java javadoc comment refers to the non-existent jimage tool doc
cde3c45ebf9 : 8189324: install-file macro no longer handles files with $ in them
b9d8d3bd9cb : 8184989: Incorrect class file created when passing lambda in inner class constructor and outer is subclass
f627304d963 : 8189263: Introduce CUSTOM_ROOT
d19e0c0bb2d : 8189333: Fix Zero build after Atomic::xchg changes
e4bea042c5e : 8189264: (sl) ServiceLoader does not wrap Errors thrown by provider classes when running with a security manager
cae8353ec81 : 8188575: Miscellaneous changes imported from jsr166 CVS 2017-10
dc895e39119 : 8187941: Add StampedLock stamp inspection methods
f8ae408aa92 : 8188047: Add SplittableRandom.nextBytes
925bc58717e : 8188853: java/util/concurrent/ExecutorService/Invoke.java Assertion failure
10dded5f7f1 : 8188900: ConcurrentLinkedDeque linearizability
de6857b4451 : Added tag jdk-10+27 for changeset b87d7b5d5ded
9d33d6f6bb1 : 8189244: x86: eliminate frame::adjust_unextended_sp() overhead
61995f03d48 : 8027302: Identifiers containing unicode escapes are not recognized as reserved words
7d50345d2da : 8189229: Remove references to $(TOPDIR)/src/*/$(MODULE)
2abb1c7d7fc : 8186738: (sl) ServiceLoader::stream doesn't update cache
ebf1633bd21 : 8185141: Generalize scavengeable nmethod root handling
34622112b6c : 8189067: SuperWord optimization crashes with "assert(out == prev || prev == __null) failed: no branches off of store slice"
e4801e2fe14 : 8189095: Import JMC from artifactory using Jib and main makefiles
6c266f7163b : 6344935: (spec) clarify specifications for Object.wait overloads
848a4d9bae6 : 8189209: java/lang/invoke/lambda/LambdaAsm.java failed with "could not create proxy classes"
81b7f75837d : 8188869: jdk9/10 reject zip/jar files where seconds value of timestamp is out of supported range 0 - 59
4516caf1259 : 8179387: Factor out CMS specific code from GenCollectedHeap into its own subclass
874060c138d : 8189222: Remove make/corba/Makefile
269a6e79b5a : 8189115: Pass JIB_DATA_DIR to jtreg harness
f386e419c3b : 8187521: In some corner cases the javadoc tool can reuse id attribute
b890c3ce83b : 8147615: (fc) FileChannelImpl has no finalizer
78f24fb8a54 : 8188050: UnsatisfiedLinkError after repo consolidation
078ae7e9078 : 8188910: jib configure requires --src-dir for out fo tree builds, second attempt
f40b349dccd : 8188312: Use CDS if present when running the Boot JDK during build
305e51848a8 : 8169345: javac crash when local from enclosing context is captured multiple times
e92da5e381e : 8187700: SetAuthenticator tests should handle the proxy port
b91a83b95f8 : 8188578: move printFramesDocument from HtmlDocWriter to FrameOutputWriter
e308334f09f : Added tag jdk-10+26 for changeset 1129253d3bc7
a36938e0829 : 8188225: AST could be improved in presence of var types
f3bad9d19be : 8188855: Fix VS10 build after "8187658: Bigger buffer for GetAdaptersAddresses"
3f2081a6186 : 8187667: Disable deprecation warning for readdir_r
c0c2da94f43 : 8189183: [AOT] Fix eclipse project generation after repo consolidation
99489f2aa44 : 8186983: CompileJavaModule.gmk overrides values from a custom extension gmk
136977337e3 : 8134989: java/net/MulticastSocket/TestInterfaces.java failed due to unexpected IP address
3287dcd2441 : 8185928: Generate OpenJDK builds for Mac platform JDK 9.0.3 and beyond in Mach 5
47e9cb9a675 : Added tag jdk-10+22 for changeset e5357aa85dad
8284de27e2c : 8187113: test/javax/imageio/plugins/png/PngCreationTimeTest.java fails
5f21305cc15 : 8169233: LengthNotWritableFilter extraElements.remove(index) has no effect
9f006db9f83 : 8187020: AOT tests should not fail if devkit dependency isn't resolved
d72e093a748 : 8182701: Modify JVMCI to allow Graal Compiler to expose platform MBean
c56b6c1c4f0 : 8186465: Each j.l.Reference elapsed time log is incorrect
87e30fd8017 : 8186092: Unnecessary loader constraints produced when there are multiple defaults
c4ba1b52b37 : 8186770: NMT: Report metadata information in NMT summary
394e6a8318e : 8186838: Generalize Atomic::inc/dec with templates
e840fdf6941 : 8187780: VM crashes while generating replay compilation file
ba16fabd204 : 8186789: CDS dump crashes at ConstantPool::resolve_class_constants
92ad2630a12 : 8068314: "Java fields that are currently set during shared space dumping" comment is incorrect
da300604af0 : 8186578: Zero fails to build on linux-sparc due to sparc-specific code
52c73dd8a99 : 8184286: print_tracing_info() does not use Unified Logging for output
2a93b38ee95 : 8187124: [TESTBUG] TestInterpreterMethodEntries.java: Unable to create shared archive file
737c0cd7a53 : 8179498: attach in linux should be relative to /proc/pid/root and namespace aware
6d015ba5025 : 8187573: [s390] z/Architecture Vector Facility Support
03d1c13fa3b : 8081323: ConstantPool::_resolved_references is missing in heap dump
2781cf9c384 : 8187436: -Xbootclasspath/a causes sanity check assertion with exploded build
070104325ca : 8187597: WrongTypeException is occurred at CLHSDB jstack after JDK-8186837
2f137ced944 : 8187028: [aix] Real thread stack size may be up to 64K smaller than requested one
80184d35152 : 8187590: Zero runtime can lock-up on linux-alpha
8969bd19e05 : 8187629: NMT: Memory miscounting in compiler (C2)
03dacaa8810 : 8187331: VirtualSpaceList tracks free space on wrong node
fd552de5c55 : 8186947: Fix accessibility and other issues in the java.xml.ws module
5ac708eed73 : 8187021: Remove 2 redundant <p> tags in java.base API docs
904f0938657 : 8186924: Fix accessibility and other HTML issues in java.corba module
9266e2fc691 : Added tag jdk8u144-b33 for changeset 9c59ab6afb8f
759f6553b18 : Added tag jdk8u144-b33 for changeset bb02aaffd167
5637aef0ffa : Added tag jdk8u144-b33 for changeset 201092a24f5f
7b7a87c7902 : Added tag jdk8u144-b33 for changeset 3641530a67d3
ee903a29268 : Added tag jdk8u144-b33 for changeset 2369c9c243ba
9a99b8746da : Added tag jdk8u144-b33 for changeset b3fd76798159
9c4b9f8a8de : Added tag jdk8u144-b33 for changeset 4ff349247a32
4a70916b85a : Added tag jdk8u144-b33 for changeset 6add705877b3
ca4e552379c : Added tag jdk8u144-b33 for changeset 8b1d0f53eb3c
98d4c66184c : Added tag jdk8u144-b33 for changeset 59e508d3da9a
4b021a5f10b : Added tag jdk8u144-b33 for changeset 3eb9a781b785
4b3e1563db7 : Added tag jdk8u144-b33 for changeset 6a6b321deca9
ee1963839df : Added tag jdk8u144-b33 for changeset 61b0d77df75b
6ad20e1784f : Added tag jdk8u144-b33 for changeset ab837f8c5f88
b85726c71e2 : 8187044: HttpClient ConnectionPool may spawn several concurrent CacheCleaner and prevent early GC of HttpClient
b874c676ac0 : 8186751: Add ISO-8859-16 Charset support
fbc639617af : Added tag jdk-10+22 for changeset 98e444a1b204
ffc2232a736 : Added tag jdk-10+22 for changeset 4ed4c4eba60c
e51fcf7922c : Added tag jdk-10+22 for changeset 72ec64aeaa57
48cbb18e3da : Added tag jdk-10+22 for changeset 65a9d2608cde
4d9fb6df9ea : Added tag jdk-10+22 for changeset 70b6df26bd98
edbf269b03d : Added tag jdk-10+22 for changeset bf9c7464f8c5
82f3c0131c5 : Added tag jdk-10+22 for changeset 647709236722
d6eddd8f4a7 : Added tag jdk-10+22 for changeset 23c02a1b49ee
4309aa87800 : 8186902: jcmd GC.run should not be blocked by DisableExplicitGC
6c012b63816 : 8164971: PNG metadata does not handle ImageCreationTime
9f4207e324f : 8187023: Cannot read pkcs11 config file in UTF-16 environment
41686fc860a : 8148786: xml.tranform fails on x86-64
d5333700c09 : 8148786: xml.tranform fails on x86-64
73320590894 : 8061228: Allow JDWP socket connector to accept connections from certain ip addresses only
81752d9a5dd : 8184720: Nashorn engine in strict mode throws a java.lang.ClassCastException when calling apply() and passing the arguments object
be533f1e54c : 8073640: Nashorn scripting: here document with only whitespace gives error
59445a845ca : 8173715: Remove FlatProfiler
120f2c0077f : 8173715: Remove FlatProfiler
795c9194af3 : 8173715: Remove FlatProfiler
43c205bd1ce : 8177691: Labeled break in catch and finally works wrongly, when invoked through nashorn
44875d57107 : 8184435: Cleanup of javadoc in javax.print package
0e8009535c8 : 8178466: Better RSA parameters
edb89345ec9 : 8178466: Better RSA parameters
00edd2ed613 : 8186978: Introduce configure argument enable-cds
f16bb08f894 : 8087189: RMI server-side multiplex protocol support should be removed
d80ba8ce05a : 8181566: JavaSound javadoc clarification
d744fce2491 : 8183351: Better cleanup for jdk/test/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh
a787caa42d9 : 8186093: A comment in the java.security configuration file incorrectly says that strong but "limited" is the default value
b75420c692d : 8186982: [aix] Garbage output for CPU info in hs-err file
183e692a6e2 : 8180469: Wrong short form text for supplemental Japanese era
b97da3f4b67 : 8186218: Make JIB exclude webrev from all sub-repo levels when creating source bundles
3c4d23cf237 : 8186786: Name collisions with autoconf definitions on alpha and sh
104ecb2dd13 : 8189941: Implementation JEP 312: Thread-local handshake
1dca1fb4e1c : 8186665: [aix] buffer overflow in Java_java_nio_MappedByteBuffer_isLoaded0
3733761695f : 8157000: Do not generate javadoc for overridden method with no spec change
7ff7f3b5abf : 8189617: Remove undocumented --print-mem-usage option
a1d4869f843 : 8163265: [macosx] numpad 0 instead of VK_0
4ccdfd542e1 : 8075255: Metal L&F has dependency on the Windows L&F
74e234cb586 : 8187599: Remove dependency of Building Nimbus L&F on JAXB
e363c824b58 : 8182638: [macosx] Active modal dialog is hidden by another non-active one
12cb440799d : 8180821: [macosx]com/apple/laf/ScreenMenu/ScreenMenuMemoryLeakTest.java: The menu item should have been GC-ed
4337e3f1a6c : 8183978: Remove ICU layout code from OpenJDK
a9808680a14 : 6714836: JRootPane.getMaximumSize() returns a width of 0
dd41b7691f1 : 8166772: Touch keyboard is not shown for text components on a screen touch
a9cb8eb3502 : 8080084: java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with G1 GC
e83a741be26 : 8188824: sanity/client/SwingSet/src/ProgressBarDemoTest: Failed with NullPointerException
a4bc3522b1a : 8187989: Documentation error in JComponent.paintComponent
513abd0c080 : 8155197: Focus transition issue
c640ec68f7f : 8188779: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
0e982813e18 : 8004029: [macosx] The long Tab titles are not clipped with dots at the end
ebf03d174da : 8088132: [Swing, singleThread] ClassCastException in nested event loop when showing multiple message dialogs in SwingNode
b8ca97f45cc : 8154468: [TEST_BUG] java/awt/Window/MultiWindowApp/ChildAlwaysOnTopTest.java
6b7c509a0da : 8081311: [TEST_BUG] java/awt/ComponentOrientation/WindowTest.java does use deprecated applyResourceBundle
94a925b4f30 : 6857809: [TEST_BUG] java/awt/Component/PrintAllXcheckJNI/PrintAllXcheckJNI.java fails in jdk7 b64 pit build
0b924bfad18 : 8178274: Java_sun_lwawt_macosx_NSEvent_nsToJavaKeyInfo() overreads jchar variable
1b2b0e8cb93 : 6238123: Typos at Serialized Form javadoc for java.awt.Polygon
e5566ace66e : 8175968: The javax.swing.filechooser.FileSystemView constructor consumes memory by adding a PropertyChangeListener that is never removed
8ea9b74ec12 : 8186967: Unused methods in MotifGraphicsUtils can be removed
d38975f83c4 : 8186837: Memory ordering nmethod, _state and _stack_traversal_mark
416b9f99067 : 8181786: Extra runLater causes impossible states to be possible using javafx.embed.singleThread=true
5ded85f0651 : 8187022: AArch64: UBFX instructions have wrong format string
de3cc93ca65 : 8164207: Checking missing load-acquire in relation to _pd_set in dictionary.cpp
7eb1d1757a7 : 8186934: Fix accessibility issues in the java.naming module
965798a643d : 8186932: Fix accessibility issues in the java.management module
d335accdd58 : 8179246: &nbsp;/&thinsp; are literally visible in javadoc
a0564d954d5 : 8186517: sun.nio.cs.StandardCharsets$Aliases and Classes can be lazily loaded
cfe34ed89c4 : 8186801: Add regression test to test mapping based charsets (generated at build time)
1205adaedf0 : 8184723: jdk.nashorn.internal.runtime.linker.JSObjectLinker.callToApply erroneously asserts given arguments
e7360c4387e : 8186930: Constant fold URI constants
f1ff1ca94b9 : 8186797: cardtable_rs in g1CollectedHeap::initialize() defined, but never used
8330d49736c : 8181170: resolved_references array leaks for RedefineClasses
86cdb2e4a85 : Added tag jdk8u152-b14 for changeset 231f4460fe5a
f1cb70dbe12 : Added tag jdk8u152-b14 for changeset ac25c90f391c
e9cf1c08759 : Added tag jdk8u152-b14 for changeset da670fe097af
20614cce9e3 : Added tag jdk8u152-b14 for changeset b8f8d6cc9709
6871a3eac41 : Added tag jdk8u152-b14 for changeset 156569306fad
48dc262bdbc : Added tag jdk8u152-b14 for changeset cd1ec383b0ed
513163b0f32 : Added tag jdk8u152-b14 for changeset 640014afb215
49e5bb35cf1 : Added tag jdk8u152-b14 for changeset 1be849d05cb9
dee0a924321 : Added tag jdk8u152-b14 for changeset fd05f39e6222
2f547ac0609 : Added tag jdk8u152-b14 for changeset 139abf8d952b
485d32e677c : Added tag jdk8u152-b14 for changeset ec4f470f75d1
27a3c3c6d41 : Added tag jdk8u152-b14 for changeset c19f5046f282
c02eb9b8816 : Added tag jdk8u152-b14 for changeset cf17981e67b7
f1d9f6aaa55 : Added tag jdk8u152-b14 for changeset db6789de6737
ed869998ddc : 8186248: Allow more flexibility in selecting Heap % of available RAM
d74f4e68576 : 8186248: Allow more flexibility in selecting Heap % of available RAM
7f9ff37ec9a : Added tag jdk8u151-b11 for changeset 624907aa7f27
750b910740a : Added tag jdk8u151-b11 for changeset b50bd337d814
cff2bc35d3b : Added tag jdk8u151-b11 for changeset 104f7ea84902
b35c0f5b6a3 : Added tag jdk8u151-b11 for changeset 84bf3601be12
061227dfe86 : Added tag jdk8u151-b11 for changeset 313e0f40e0bb
8ca00b4b32f : Added tag jdk8u151-b11 for changeset 01f75d5732a4
38ddeac69d5 : Added tag jdk8u151-b11 for changeset c638ffc5f938
1c83313ed12 : Added tag jdk8u151-b11 for changeset d6fd2ecc0abf
838f74e86eb : Added tag jdk8u151-b11 for changeset bb6364a10338
660e8dd4e7d : Added tag jdk8u151-b11 for changeset 795f63f19d73
2bbc949d43f : Added tag jdk8u151-b11 for changeset a799440f36d1
8c5676df7e4 : Added tag jdk8u151-b11 for changeset 42375fda1961
35cc92f6c32 : Added tag jdk8u151-b11 for changeset 64181e7fd552
68966b789b6 : Added tag jdk8u151-b11 for changeset 7c89243122e3
b15f81de4f2 : Added tag jdk8u151-b11 for changeset 1812785c4325
e6336e9bded : Added tag jdk8u151-b11 for changeset 7b0069699244
82859535c3c : 8186462: [Graal] build Graal regardless AOT build
9bb4c57d657 : 8186532: 8u152 L10n resource file update md20
180eed391da : 8186532: 8u152 L10n resource file update md20
27452bed3d4 : 8186532: 8u152 L10n resource file update md20
7aa83e5d674 : 8186532: 8u152 L10n resource file update md20
312d5273ed2 : 8186851: fix misspellings of "dependent" and "independent" in the JDK repo
0c89a9cfe50 : 8186719: [testbug] add @requires vm.cds to CDS tests in jdk test suite
29378dc9ac9 : 8186224: javax/management/remote/mandatory/subjectDelegation/* fail with java.security.AccessControlException
894ac9ad946 : 8186818: Enable debug option for TcpTest.java
897a7b3f673 : 8186897: semaphore_posix.hpp should not be included on OSX
7e51e7940c0 : 8186855: Multiple platforms broken after 8186476: Generalize Atomic::add with templates
13be218cd25 : 8185624: G1HeapVerifier's VerifyRootsClosure prints important information on info log level
29356657667 : 8186713: Document default rounding mode in NumberFormat
25c3c626bfa : 8179654: New JDK 9 typos in SSLEngineResult
cf223c07917 : 8186842: Use Java class loaders for creating the CDS archive
aac1852968d : 8186850: Update Graal
c8b0184da75 : 8186539: [testlibrary] TestSocketFactory should allow triggers before match/replace
b474897fe29 : 8171049: Era.getDisplayName doesn't work with non-IsoChronology
5cc46dd6c4d : 8181858: [JVMCI] JVMCI should update the trap counters when invalidating for Reason_not_compiled_exception_handler
a4e4b6d4356 : 8159035: CTSMode.java test crashed due to unhandled case of cipher length value as 0
1a090e14b1a : Added tag jdk8u144-b33 for changeset cd146f6f8d17
033fc097222 : 8159035: CTSMode.java test crashed due to unhandled case of cipher length value as 0
7fb47d647e7 : Added tag jdk8u144-b33 for changeset 757270804ff4
83ef0ceb6cd : 8159035: CTSMode.java test crashed due to unhandled case of cipher length value as 0
ec33bdbbecc : Added tag jdk8u152-b14 for changeset 1095837a7da6
00014947507 : 8159035: CTSMode.java test crashed due to unhandled case of cipher length value as 0
14f17c2044a : Added tag jdk8u152-b14 for changeset 0dc144d719e8
96aa3d9dbe1 : 8186042: Optimize OopMapCache lookup
b3bb7c7098b : 8186476: Generalize Atomic::add with templates
edf8f473a82 : 8183119: Resolve 'libkstat' dependency between open and closed part of JDK
437d3f2c3b7 : 8186666: Bug in the C2 matcher code
3cb81ffff96 : 8186776: use ReleaseStringUTFChars instead of jvmtiDeallocate to release strings
bfaabfed8c8 : 8186723: Add SuperH as new architecture for linux
52f9c55e24b : 8179040: Avoid Ticks::now calls when EventClassLoad is not enabled
e8821053108 : 8186706: ArchivedObjectCache obj_hash() is broken
0713c075668 : 8186212: Improve GSS handling
ebb45db478c : 8186212: Improve GSS handling
496b798b667 : 8186145: tools/launcher/modules/validate/ValidateModulesTest.java fails when launched with -XX:+EnableJVMCI
4223f4c79e2 : 8186145: tools/launcher/modules/validate/ValidateModulesTest.java fails when launched with -XX:+EnableJVMCI
d5f19a429a9 : 8186707: Remove libnio FileChannelImpl native close0() function
3d44d41bf8a : 8186217: Remove erroneous @hidden JavaDoc tag from java.util.Properties.replace(Object, Object, Object)
cc64db776c6 : 8186675: Javadoc of SAXSource contains implementation detail
698882e4672 : 8185426: Jshell crashing on autocompletion
febe48f8949 : Added tag jdk-10+21 for changeset a85884d55ce3
f3a4fd3451d : Added tag jdk-10+21 for changeset 66e475363705
640506eaafe : Added tag jdk-10+21 for changeset 25ac5da6502e
a33b72acab5 : Added tag jdk-10+21 for changeset c6cefe631b18
66fc3812f15 : Added tag jdk-10+21 for changeset 88329a180238
f59bf06228f : Added tag jdk-10+21 for changeset 5c8fbfb7f89e
85ff0eb670d : Added tag jdk-10+21 for changeset 9d1fdae875f6
18d8882bd82 : Added tag jdk-10+21 for changeset f5aa0489808d
13ce472c5f1 : Added tag jdk-10+21 for changeset 28032e2ab1b3
56d9e8360f4 : 8186576: KerberosTicket does not properly handle renewable tickets at the end of their lifetime
15a9282cb95 : 8186684: Fix broken links in java.base API docs
2637330e185 : 8186613: remove ClassFileInstaller from jdk/test/lib/testlibrary
1b79d09cf91 : 8182263: Search box and reset button needs to be a11y fixed
c5f521e1767 : 8186212: Improve GSS handling
201ecd476d3 : 8186212: Improve GSS handling
19af6364825 : 8174050: Compilation errors with clang-4.0
704142fff4d : 8185687: Fix minor bugs in jvmti specification
3eb36f9521a : 8186721: AOT tests fail with: section alignment is not valid: 128
216c8538825 : 8186748: NMT: memTracker::record_virtual_memory_reserve_and_commit() does not tag the memory as committed
ac74c7fdb45 : 8173181: Empty string alias in KeyStore throws StringIndexOutOfBoundsException for getEntry()
c8a274882c0 : Added tag jdk-10+20 for changeset 4586bc5d28d1
2ec905a6c87 : Added tag jdk-9+181 for changeset 3cc80be736f2
26eb019ccc3 : Added tag jdk-10+19 for changeset 14df107500cc
cd6621765c3 : Added tag jdk-10+18 for changeset 373965429061
2d5d2b58af6 : Added tag jdk-9+180 for changeset 5b16a1c3ccff
3ad1d287ab4 : Added tag jdk-9+179 for changeset e2b70be325bd
dd7ea6ac254 : Added tag jdk-10+17 for changeset 7db699468b4f
77f709e5ae7 : Added tag jdk-10+16 for changeset 4bbea012e567
6d4a07e4a33 : Added tag jdk-10+15 for changeset 878e21603932
409ff70e319 : Added tag jdk-9+178 for changeset bc9df7dd63ec
84b2f09e885 : Added tag jdk8u152-b13 for changeset 5fcd318f8637
0c74a92f830 : Added tag jdk8u152-b13 for changeset b26c179fbbb1
12ac30f916b : Added tag jdk-9+177 for changeset d9f6bc6ba599
8efe222d4e2 : Added tag jdk8u152-b13 for changeset fca8f0980d68
0747d472467 : Added tag jdk8u152-b13 for changeset 5dc5e19c77cf
5d411b4de0f : Added tag jdk8u152-b13 for changeset 5adc8ea611f4
bf611f82656 : Added tag jdk8u152-b13 for changeset 4ac5bae464de
316f9ef864d : Added tag jdk8u152-b13 for changeset 5bf82ce50d37
147969ee038 : Added tag jdk8u152-b13 for changeset 57a0daebc263
caef149fef1 : Added tag jdk8u152-b13 for changeset d7ce4d31c676
044aae8416e : Added tag jdk8u152-b13 for changeset 2cc614149914
c238b86d25d : Added tag jdk-9+176 for changeset 43bf6f30fcba
2601f10f11b : Added tag jdk8u152-b13 for changeset 01e335ecbaf8
ca3a98e0517 : Added tag jdk8u152-b13 for changeset 18d5a3e24c4c
d32573911bd : Added tag jdk-10+14 for changeset 9ef5029b247b
14161ff2869 : Added tag jdk8u152-b13 for changeset 0012a9e52644
c8de107b179 : Added tag jdk8u152-b13 for changeset e28ee7e71518
39be11b918d : Added tag jdk8u152-b13 for changeset a037e088d752
9ac6fbeee04 : Added tag jdk8u152-b13 for changeset 8cb6246cb81e
e3b9d3d8dd8 : Added tag jdk-9+175 for changeset 994036e74ab8
07d8b10614b : 8186500: StringConcatFactory.makeConcatWithConstants throws AssertionError when recipe contains non-String constants
73b63996f62 : 8186734: AIX build broken after 8186166: Generalize Atomic::cmpxchg with templates
8d75bd2ea63 : 8186325: AArch64: jtreg test hotspot/test/gc/g1/TestJNIWeakG1/TestJNIWeakG1.java SEGV
dcd1b8e31bf : 8180855: Null pointer dereference in OopMapSet::all_do of oopMap.cpp:394
fd9b3af68fb : 8180855: Null pointer dereference in OopMapSet::all_do of oopMap.cpp:394
1152b56c5b7 : 8186142: ZipPath.{starts,ends}With(nonZipPath) throws an exception, but should return false
29264c3764e : 8186459: [JVMCI] ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError
33f7b43aceb : 8186655: Identifier strings for PowerPC 64 LE and PowerPC 64 are swapped
a9086184453 : 8185108: JShell: NullPointerException when throwing exception with null message under local ExecutionControl
cc97e03ea17 : 8186402: [TESTBUG] "Balance queues" output expected by test
1a248042198 : Added tag jdk8u151-b10 for changeset 55b40f605301
ab4dd66b995 : Added tag jdk8u151-b10 for changeset feaee1678c49
587a19ba34d : Added tag jdk8u151-b10 for changeset 2292c1f39bf8
f86ab7ab090 : Added tag jdk8u151-b10 for changeset 3abd6d3a6b20
e3f878c5e4b : Added tag jdk8u151-b10 for changeset 746b3c4a7ef9
dc3c16f41d8 : Added tag jdk8u151-b10 for changeset 3dcc2b4490d8
95ded51f666 : Added tag jdk8u151-b10 for changeset 79454cc2e9ee
78d00b29655 : Added tag jdk8u151-b10 for changeset f1964b70946b
17f7c98ff4e : Added tag jdk8u151-b10 for changeset 7ba559791437
badbc4cfae5 : Added tag jdk8u151-b10 for changeset aea83f01bac1
35d07c48754 : Added tag jdk8u151-b10 for changeset 16b948e81381
1a0abae663e : Added tag jdk8u151-b10 for changeset 584f45e2ce98
0bbd36643cd : Added tag jdk8u151-b10 for changeset 6dc2a9205f07
94f0354a8c1 : Added tag jdk8u151-b10 for changeset 75431cad9af4
3c71bbd8992 : Added tag jdk8u151-b10 for changeset 13fea6a4a404
7e795714675 : Added tag jdk8u151-b10 for changeset 15c76a53912f
3d6d1ec64b0 : 8160399: is_oop_or_null involves undefined behavior 8164984: Improper use of is_oop in production code
fc2655ab672 : 8186681: Update Graal
0ad228775f8 : 8186466: Fix accessibility and other minor issues in java.base
1c0fce99646 : 8186460: Fix stylesheet to better display multi-row headers in "striped" tables
ffbccda5a7c : 8186674: Remove JDK-8174109 from CPU Aug 21 week builds
5250ee0a302 : 8186674: Remove JDK-8174109 from CPU Aug 21 week builds
51f1081189f : 8184120: javax.transaction.xa.Xid fields reference obsolete method names
d1b59ed425e : 8186667: InterpreterCodeSize overflows on AIX
6244c921c73 : 8183310: java/security/modules/ModularTest.java should clean up better
111116dd5b9 : 8186088: ConstantPoolCache::_resolved_references is not a JNIHandle
e54adefc2f0 : 8186166: Generalize Atomic::cmpxchg with templates
61282020e77 : 8185346: Relax RMI Registry Serial Filter to allow arrays of any type
8c12938c434 : 8185346: Relax RMI Registry Serial Filter to allow arrays of any type
61a9f88ca73 : 8186611: s390: Add missing compiler barriers and fix assembler
93769b0c058 : 6656031: SA: jmap -permstat number of classes is off by 1
a5232bf2559 : 6656031: SA: jmap -permstat number of classes is off by 1
dc014004111 : 8186470: JDK10 hotspot integration has broken all MacOS dummy builds
1a42e4f2ec6 : 8186636: JShell tests: jtreg_4.2-b08 breaks ComputeFQNsTest.testAddImport()
ff0402fe8dc : 8186453: [AOT] refactor AOT tool code
7465efdb3b5 : 8186235: [Graal] compiler/aot/RecompilationTest.java fails in case UseJVMCICompiler is enabled
b54514e5569 : 8186297: AARCH64: Intrinsify Unsafe.compareAndSetByte and compareAndSetShort
9c6245db87c : 8173817: StackOverflowError in "process reaper" thread
f4dadf9c80a : 8186443: Missing stdint.h for zero builds
638006a0972 : 8182297: jshell tool: pasting multiple lines of code truncated
312f813dbbc : 8182297: jshell tool: pasting multiple lines of code truncated
1b52506a7ab : 8186533: 8u151 L10n resource file update md20
2aa55db4636 : 8186503: sun/security/tools/jarsigner/DefaultSigalg.java failed after backport to JDK 6/7/8
2768d7d67e2 : 8174109: Better queuing priorities
74eeaafedb7 : 8186533: 8u151 L10n resource file update md20
89d420d53b2 : 8186503: sun/security/tools/jarsigner/DefaultSigalg.java failed after backport to JDK 6/7/8
01752175ee0 : 8174109: Better queuing priorities
48c3c0e8602 : 6609718: [Fmt-Ch] uninformative exception in ChoiceFormat.applyPattern(String)
01c44cfed8c : 8185362: Replace use of AtomicReferenceFieldUpdater from BufferedInputStream with Unsafe
a0682e82313 : 8186334: JarFile throws ArrayIndexOutOfBoundsException when the manifest contains certain characters
2e4e67ce68d : 8186542: [TESTBUG] Add jvmti/LoadAgentDcmdTest.java to problem list until underlying issue is resolved
b15e27741ca : 8186537: remove unnecessary @requires from hotspot/compiler/aot tests
167b313be84 : 8160396: test for fix for JDK-8159439 can't be included till CODETOOLS-7901710 is fixed
751575e2bcb : 8186115: libelf still referenced after 8172670
82d4a880ebb : 8186115: libelf still referenced after 8172670
a71b732963b : 6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack
85227426509 : 6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack
7872f39eb70 : 8186475: JShell API: remove trailing HTML paragraph tag
fc152355e25 : 8186390: test for JDK-4755500
f36db2dd009 : 8159544: Remove deprecated classes in com.sun.security.auth.**
7c536f7a4c5 : 8159544: Remove deprecated classes in com.sun.security.auth.**
338970d2aee : 8186438: 'configure' fails to find installed libfreetype on Ubuntu AArch64
ba768896723 : 8172751: OSR compilation at unreachable bci causes C1 crash
47773887fd3 : 8172751: OSR compilation at unreachable bci causes C1 crash
ffa94c79172 : 8177544: Restructure G1 Full GC code
018b3b53372 : 8186028: Regression in BCEL caused by 8181154: Fix lint warnings in JAXP repo: deprecation
4d2272b8722 : 8175362: StringIndexOutOfBoundsException from /.*((a[^a]+){2})c$/.exec('ababc')
d46142923ce : 8186095: upgrade to jtreg 4.2 b08
3eb1c0902d6 : 8186095: upgrade to jtreg 4.2 b08
cfe67231aa1 : 8186095: upgrade to jtreg 4.2 b08
865f838bf11 : 8186095: upgrade to jtreg 4.2 b08
129f671ff14 : 8186095: upgrade to jtreg 4.2 b08
fd91097581e : 8186095: upgrade to jtreg 4.2 b08
917fbdb5834 : 8185112: [TESTBUG] Serviceability tests cannot parse float if non US locale
902efb3cde1 : 8186020: jdk/javadoc/tool/exceptionHandling/TestExceptionHandling.java fails
f94bf101bcf : 8183337: hotspot/compiler/aot tests fail due to missed tools
10195e6bf16 : 8168677: Typo in API docs for com.sun.tools.attach
87b57deb8f2 : 8169961: Memory leak after debugging session
7e3331d90de : 8186349: [windows] Centralize dbghelp handling code
04a953ed742 : Added tag jdk-10+20 for changeset 18d3353ab1e3
e6190156f56 : Added tag jdk-10+20 for changeset 52634f4b683b
c008286fdc7 : Added tag jdk-10+20 for changeset 28a10f94ce01
6d27e2225af : Added tag jdk-10+20 for changeset b385216af0ed
f1c3f15c498 : Added tag jdk-10+20 for changeset 5e6999fa94a0
8baf31ba74b : Added tag jdk-10+20 for changeset f4c981fc7818
75e2864c95b : Added tag jdk-10+20 for changeset 5be3fa486c39
38811d03a38 : Added tag jdk-10+20 for changeset c647e44ea1b9
ffe7f7d1070 : 8177935: java/net/httpclient/http2/FixedThreadPoolTest.java fails frequently
b07974fd9f3 : 8186072: dll_build_name returns true even if file is missing
f9c1a3b09bc : 8180366: [TESTBUG] gc/g1/humongousObjects/TestHumongousClassLoader should not be run with class unloading disabled
a8031d7ae5c : Added tag jdk8u144-b32 for changeset 282fc58ab8fb
a5452fa522b : Added tag jdk8u144-b32 for changeset dfb237eb436d
e28f8ddd04d : Added tag jdk8u144-b32 for changeset 8dbea043e915
af700679845 : Added tag jdk8u144-b32 for changeset 0b19573b0a06
b0e625315e9 : Added tag jdk8u144-b32 for changeset 034b310d0ab1
64fdc585ad7 : Added tag jdk8u144-b32 for changeset 5330dded8473
1b3496d5189 : Added tag jdk8u144-b32 for changeset c64831130c0d
029cc156ef4 : Added tag jdk8u144-b32 for changeset 55e563e44caa
7369b4663fc : Added tag jdk8u144-b32 for changeset 0f895983c3ef
ef3bf920436 : Added tag jdk8u144-b32 for changeset c2d720ecf661
5822b4122c1 : Added tag jdk8u144-b32 for changeset 61bdd861add4
f5941c9634d : Added tag jdk8u144-b32 for changeset 32ba0c29449f
f30d3c25797 : Added tag jdk8u144-b32 for changeset 5082a37b8632
afd6bc5c4b9 : Added tag jdk8u144-b32 for changeset 9ad288602985
6573d94b58f : 8182270: JShell API: Tools need snippet information without evaluating snippet 8166334: jshell tool: shortcut: expression/statement to method
f1c5dd9a930 : 8185346: Relax RMI Registry Serial Filter to allow arrays of any type
fd1b7077585 : 8186227: jdk/nio/zipfs/ZeroDate.java fails on Windows with "IllegalArgumentException: Illegal character in opaque part at index 13"
d0ec3208a4e : 8149790: NegativeArraySizeException with hprof
a315b248337 : 8186313: Additional platform definitions to support Zero builds
ad42a3e8cd5 : 8186433: Compiler flag -arch=sparc should not be passed on linux-sparc
ce6e379b4ed : 8186259: IOExceptionIfEncodedURLTest.sh versus IOExceptionIfEncodedURLTest.java
b96bfedbdaa : 8186208: closed/javax/xml/jaxp/transform/cr6657673/CR6657673Test.java: test result: Error. failed to clean up files after test
de44a79d789 : 8170245: [TEST_BUG] Cipher tests fail when running with unlimited policy
7657f6327df : 8178458: Better use of certificates in LDAP
72a7131366e : 8170245: [TEST_BUG] Cipher tests fail when running with unlimited policy
fc57bad6bbd : 8178458: Better use of certificates in LDAP
9a6032ca2da : 8170245: [TEST_BUG] Cipher tests fail when running with unlimited policy
f1afedf7c5c : 8170245: [TEST_BUG] Cipher tests fail when running with unlimited policy
d69af7b386d : 8186089: Move Arena to its own header file
c5488874c2e : 8186293: [aix] Fix thread creation with huge stack sizes
6804875880f : 8186286: [BSD] Primary thread's stack size is reported incorrectly
997d77996c6 : 8181422: ClassCastException in HTTP Client
4ac33c1c1fa : 8185786: AArch64: disable some address reshapings
55fe55c4ff8 : 8179614: Test for jarsigner on verifying jars that are signed and timestamped by other JDK releases
a8fd54e4137 : 8186238: The constant pool entry to empty string ("") should not be pre-resolved during CDS dump time
f3f57c7213f : Added tag jdk8u152-b12 for changeset e5a6c3ca13c4
84342e58f71 : Added tag jdk8u152-b12 for changeset ee0b31289da4
26cfd54c3a3 : Added tag jdk8u152-b12 for changeset f913576d55fb
6797abac8c0 : Added tag jdk8u152-b12 for changeset 4b7b27f2b481
91298546c48 : Added tag jdk8u152-b12 for changeset 08bd5ee8af94
997a3a647e4 : Added tag jdk8u152-b12 for changeset 7c485d27416c
d50307a7910 : Added tag jdk8u152-b12 for changeset 45b56b360118
5cfe22859d9 : Added tag jdk8u152-b12 for changeset 26dba2c1f00e
130a5f74e02 : Added tag jdk8u152-b12 for changeset 794f09e775b9
a8b941b2cbb : Added tag jdk8u152-b12 for changeset 4f903a3b8d00
388e9eba757 : Added tag jdk8u152-b12 for changeset f6e8efffad8b
ce5de2946e9 : Added tag jdk8u152-b12 for changeset 2dbb9028731b
9d2a2b65a3b : Added tag jdk8u152-b12 for changeset 039d97d08208
587164e316a : Added tag jdk8u152-b12 for changeset a592fb217943
1b54b391784 : Added tag jdk8u152-b12 for changeset 257d305c63ad
2190a02a2a1 : Added tag jdk8u152-b12 for changeset 5025db31965d
1fc9a5bca72 : 8184772: Make it possible to pass arguments only to the Java running the tests when running jtreg through make
3f80f7ae364 : Added tag jdk8u151-b09 for changeset 596f066a7cde
72c29f46ed8 : Added tag jdk8u151-b09 for changeset d056849ac42b
c45f30696d5 : Added tag jdk8u151-b09 for changeset 928f07d00297
ccbcb09cc0d : Added tag jdk8u151-b09 for changeset c4f9cce8a3a6
3c575634a0e : Added tag jdk8u151-b09 for changeset 0fd7d0add81c
551c3c34ab2 : Added tag jdk8u151-b09 for changeset c62d735ad3a5
ba64b1cbc91 : Added tag jdk8u151-b09 for changeset ac8692f0020e
45dcb91bea6 : Added tag jdk8u151-b09 for changeset 332722e2c4be
ab809084df8 : Added tag jdk8u151-b09 for changeset 02c623f5c3ff
a90257bc4fc : Added tag jdk8u151-b09 for changeset b7949adb9de6
a2dc8766e7f : Added tag jdk8u151-b09 for changeset 8a51e1cf2b4e
0f50de76bee : Added tag jdk8u151-b09 for changeset 7e0a68e2dc54
c273988510f : Added tag jdk8u151-b09 for changeset 86dcb9a13f01
f966cdc26e9 : Added tag jdk8u151-b09 for changeset 9a8b777965d2
76bb1d4a64b : Added tag jdk8u151-b09 for changeset 6c5714f6ea67
6835a298673 : Added tag jdk8u151-b09 for changeset 490dd6add8d0
1dd6fa2fb65 : 8173425: Javadoc needs a new tag to specify the summary
b97f668af3f : 8185736: missing default exception handler in calls to rethrow_Stub
96ae0491586 : 8185572: Enable AssumeMP by default on SPARC machines
9c0b44db208 : Added tag jdk8u144-b32 for changeset e76c03b9ccd0
4299fc09505 : 8185572: Enable AssumeMP by default on SPARC machines
94daeeb1089 : Added tag jdk8u144-b32 for changeset 45383f705d40
26b56fb3b32 : 8185572: Enable AssumeMP by default on SPARC machines
4f567e74a6f : 8185572: Enable AssumeMP by default on SPARC machines
d0e8cdbc40d : 8185572: Enable AssumeMP by default on SPARC machines
3807233b980 : 8184943: AARCH64: Intrinsify hasNegatives
14d898a1e69 : 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
f413915e196 : 8185620: MSCAPI test leaves too many entries in keystore
78950924d0e : 8186221: Define CPU search_string for M68K
925357af091 : 8184940: JDK 9 rejects zip files where the modified day or month is 0
750f00f851d : 8186163: [JVMCI] bad signatures should be detected by MetaAccessProvider.parseMethodDescriptor
b6f3d935579 : 8186160: Fix a11y issues in java.security package
0f6e2890e73 : 8186156: Fix a11y and HTML issues in java.net and javax.net packages
abf7e33aa12 : 8184689: Test applications/ctw/Modules.java fails with AssertionError in sun.hotspot.tools.ctw.Utils.fileNameToClassName
4a77945c89b : 8179302: Pre-resolve constant pool string entries and cache resolved_reference arrays in CDS archive 8185924: G1NoteEndOfConcMarkClosure::doHeapRegion() does not do remembered set cleanup work for archive region
263d11de6d0 : 8179302: Pre-resolve constant pool string entries and cache resolved_reference arrays in CDS archive
85fedbbb120 : 8185969: PPC64: Improve VSR support to use up to 64 registers
8d9060c1a61 : 8184937: LCMS error 13: Couldn't link the profiles
e7f2c2d7dba : 8163121: BCEL: update to the latest 6.0 release
33de71af3d0 : 8185164: GetOwnedMonitorInfo() returns incorrect owned monitor
760a67206b7 : 8185164: GetOwnedMonitorInfo() returns incorrect owned monitor
ba281b15822 : 8186158: Update Graal
101925a0da6 : 8186158: Update Graal
f6b2ad32f71 : 8174202: jtreg AOT tests should not assume library extension of .so
970fe425606 : 8174202: jtreg AOT tests should not assume library extension of .so
81a453ec821 : 8186035: Klass::decode_klass_not_null() asserted on bad oop
0c216b6c239 : 8186151: try simple @build fix in compiler/jsr292/PollutedTrapCounts.java
19ead832083 : 8186149: quarantine gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java
204e44eee96 : 8186152: quarantine sun/management/jdp/JdpOffTest.java
37bbfcb2faa : 8172791: Issues with JEP 270 (ReservedStackArea)
863ee624a24 : 8073670: TypeF::eq and TypeD::eq do not handle NaNs correctly
f81b1c6f6fb : 8073670: TypeF::eq and TypeD::eq do not handle NaNs correctly
ebcca449a05 : 8173335: Improve logging for j.l.ref.reference processing
ebb8c32e7ff : 8185790: [JVMCI] getNextStackFrame and materializeVirtualObjects need to forward exceptions
78aab12406f : 8185950: [JVMCI] fix NPE possibility in HotSpotSpeculationLog.speculate
abea66332bb : 8177741: Fix hotspot tests to use --patch-module instead of -Xmodule
25eea31231f : 8185252: Unary minus and plus use wrong node Kind
a4adc4e4ed1 : 8184271: Time related C1 intrinsics produce inconsistent results when floating around
6f5c69f2d6b : Added tag jdk8u152-b32 for changeset 95b7d6f96f6a
467717d5024 : 8184271: Time related C1 intrinsics produce inconsistent results when floating around
12454ec38ed : Added tag jdk8u152-b32 for changeset ce008b85e1bb
ec4b6a477f4 : 8202088: Japanese new era implementation
1453d9cb23b : 8183121: Add information about scanned and skipped cards during UpdateRS
5138ace7b61 : Added tag jdk-10+19 for changeset 77f4aabc4b34
737b7ec9b71 : Added tag jdk-10+19 for changeset 14287f4ad373
dcc426f9d6b : Added tag jdk-10+19 for changeset 195433227a40
4569df0b5e5 : Added tag jdk-10+19 for changeset 11d01f32ad33
ee078c5fe7c : Added tag jdk-10+19 for changeset 198011f2d98b
baca9b05c1d : Added tag jdk-10+19 for changeset da187c3e130c
1862b1bbdec : Added tag jdk-10+19 for changeset d75472163401
ca17c7a998e : 8184738: CTW fails with assert(!method->method_holder()->is_not_initialized()) failed: method holder must be initialized
7c91898b9f0 : 8182601: Improve usage messages
5e38ddc11e3 : 8182601: Improve usage messages
1b2dfa2dc50 : Added tag jdk8u152-b11 for changeset 8c0dd92f3802
126cbd57a9b : Added tag jdk8u152-b11 for changeset be44ed192130
59a2e128b20 : Added tag jdk8u152-b11 for changeset 4b7c156640cf
34e9fee24e5 : Added tag jdk8u152-b11 for changeset ff2ddf66e154
8549fe31d61 : Added tag jdk8u152-b11 for changeset 7f09cb768e8e
5d487301992 : Added tag jdk8u152-b11 for changeset 33b18aa99ba2
e2a884b1756 : Added tag jdk8u152-b11 for changeset fa25327ea8d1
1933cfdba33 : Added tag jdk8u152-b11 for changeset be7b7fac13d2
91f35ad9ae7 : Added tag jdk8u152-b11 for changeset b84dbba2e991
0bcfb22eb1e : Added tag jdk8u152-b11 for changeset 0c17a7d10e04
9295aee2289 : Added tag jdk8u152-b11 for changeset 1c9cc3480b7e
a4799383242 : Added tag jdk8u152-b11 for changeset 91e832b2193f
af67fd3f5da : Added tag jdk8u152-b11 for changeset 1c96ae6bd150
b6bbe70bc7e : Added tag jdk8u152-b11 for changeset 77fdf401ff51
27eba7b1b2f : Added tag jdk8u151-b08 for changeset 0dbfebbb48e0
7b594510c19 : Added tag jdk8u151-b08 for changeset 769a4bdd8cf8
492bb08c163 : Added tag jdk8u151-b08 for changeset 3890aed3bcf1
8add9cb2307 : Added tag jdk8u151-b08 for changeset 42f7339f03df
83aab1579ee : Added tag jdk8u151-b08 for changeset 2b1e8a80f11c
04fd54e4f21 : Added tag jdk8u151-b08 for changeset 25daba44423e
57b2d8945b9 : Added tag jdk8u151-b08 for changeset b77164f0140a
0500d9e3f7e : Added tag jdk8u151-b08 for changeset d6923c11353d
8af50ecdb8f : Added tag jdk8u151-b08 for changeset b3c79318d2b5
c784330f3c2 : Added tag jdk8u151-b08 for changeset e3b578b87976
33cd93487a3 : Added tag jdk8u151-b08 for changeset 0fa859cf3563
dc846d55613 : Added tag jdk8u151-b08 for changeset 86a0a5426551
17e368daa4b : Added tag jdk8u151-b08 for changeset e8f5c476b05a
56a65e81885 : Added tag jdk8u151-b08 for changeset 16cf3bee59dc
1aa7d745a68 : Added tag jdk8u151-b08 for changeset b8bcaf2ff6b5
96973a6f3cd : Added tag jdk8u151-b08 for changeset 3d1a974875c4
0fb3cfd067a : 8183149: [AOT] SEGV in AMD64MathStub.pow: alignment for ArrayDataPointerConstant is not honored
1a92a2ad536 : 8185717: Make ModuleEntry->module() return an oop not a jobject
43ead07d44b : 8185934: keytool shows "Signature algorithm: SHA1withECDSA, -1-bit key"
2787fd2cd70 : 8185103: TestThreadDumpMonitorContention.java crashed due to SIGSEGV in G1SATBCardTableModRefBS::write_ref_field_pre_work
36378834a9f : 8185852: HttpConnection should resolve addresses before SocketChannel.connect() is called
f80447018bb : 8184682: Upgrade compression library
422c94f3638 : 8184682: Upgrade compression library
251682c4468 : 8184682: Upgrade compression library
397ca6c2c7a : 8184682: Upgrade compression library
0a160cd8f32 : 8184682: Upgrade compression library
40efdb4b570 : 8184682: Upgrade compression library
a132faf59f9 : 8184682: Upgrade compression library
bd56fd6c20e : 8184682: Upgrade compression library
006f6789b59 : 8184682: Upgrade compression library
a00b33bdfea : 8057810: New defaults for DSA keys in jarsigner and keytool
bf794c1c03f : 8185845: Add SecurityTools.java test library
209132824c9 : 8184682: Upgrade compression library
2e8bdf24a76 : 8057810: New defaults for DSA keys in jarsigner and keytool
4abcfae8be7 : 8185845: Add SecurityTools.java test library
0c53c4dbfbd : 8184682: Upgrade compression library
1db4c4ecc01 : 8184682: Upgrade compression library
49ba8298022 : 8184682: Upgrade compression library
ced09d47613 : 8184682: Upgrade compression library
0f53865cd8d : 8184682: Upgrade compression library
af0cc7b2cca : 8184682: Upgrade compression library
b0dc4d98765 : 8184682: Upgrade compression library
fe0dc6356f1 : 8184682: Upgrade compression library
85f7f7c4f1f : 8184682: Upgrade compression library
2823521a01f : 8184682: Upgrade compression library
52ca9792e65 : 8184682: Upgrade compression library
9379a253c0d : 8184682: Upgrade compression library
feeaae5a3e7 : 8184682: Upgrade compression library
1e014d72507 : 8184682: Upgrade compression library
9440ca00850 : 8184682: Upgrade compression library
dc936226ce7 : 8184682: Upgrade compression library
220595a0f5f : 8184682: Upgrade compression library
027d1e43080 : 8184682: Upgrade compression library
b32d3977dde : 8184682: Upgrade compression library
b399c7d5eca : 8184682: Upgrade compression library
0b321ce1b4c : 8185930: TEST_BUG: jvmti tests should not depend on the jdk.jdi module
d6e905a18ab : 8185757: QuickSort array size should be size_t
a41ebc645aa : 8185746: Remove Mutex destructor assertion
8b26f53df7d : 8185164: GetOwnedMonitorInfo() returns incorrect owned monitor
15ebee5d38e : 8184744: Replace finalizer in crypto classes with Cleaner
7d3e2cd5a36 : 8185884: NMT: taskqueues are miscategorized to mtClass
e012a77fba8 : 8185900: hotspot build failed with gcc version Red Hat 4.4.7-3
df5b632f584 : 8185853: Generate readability graph at link time and other startup improvements
070cb28baa0 : 8185843: fix broken HotSpotInternals wiki links
4c46a93864c : 8185829: Update Graal
92f7c2e680f : 8185879: quarantine gc/stress/gclocker/TestGCLockerWithSerial.java
e4e97a05f18 : Added tag jdk-10+18 for changeset 0f6c90f4ce74
39960027c37 : Added tag jdk-10+18 for changeset cbd5a7843b0b
34c20f69e01 : Added tag jdk-10+18 for changeset c65be9fae87b
bc66e635c47 : Added tag jdk-10+18 for changeset 8314cfaaacab
42710f93067 : Added tag jdk-10+18 for changeset 0bdcd03d587a
f0cfaafe8b5 : Added tag jdk-10+18 for changeset 086cb2c6e9e2
b89e8682629 : Added tag jdk-10+18 for changeset d47f92fdf2a1
e896a1e0248 : Added tag jdk-10+18 for changeset fa58de12a8c0
f059f51eea8 : 8185876: quarantine compiler/ciReplay/TestSAServer.java
611af2f8062 : 8185874: quarantine gc/stress/gclocker/TestGCLockerWithG1.java
6661050a566 : 8185872: quarantine tests named in JDK-8184042 on MacOS X
673b293b769 : 8185872: quarantine tests named in JDK-8184042 on MacOS X
e3fc153bc8b : 8185756: JShell has two broken links in its documentation
212229b9f76 : 8185802: Enable AVX3 by default
c61869008f0 : 8185752: update javadoc options in make/Docs.gmk
893b23be49c : 8184330: Remove sun.nio.ch.Util.atBugLevel() either completely or at least get rid of volatile field bugLevel
366c888fae5 : 8185794: java/net/httpclient/security/Driver.java fails in timeout
61548e670ed : 8185788: langtools test jdk/javadoc/doclet/testModules/TestModuleServicesLink.java fails with compilation error
6ce0eb2cd73 : 8185806: Quarantine test JdbExprTest.sh on Windows
8e9553abf90 : Added tag jdk-9+181 for changeset b7f355efd055
fc1b71f7de9 : Added tag jdk-9+181 for changeset 8edc4d2e80bd
d474cf6541b : Added tag jdk-9+181 for changeset ffa12d5e716f
fc95e4aacdd : Added tag jdk-9+181 for changeset ff09babf3b0f
be40b18ba7e : Added tag jdk-9+181 for changeset 94a8161e3509
88bf8ce1c51 : Added tag jdk-9+181 for changeset 7ba7e8ac7262
eb499d001a7 : Added tag jdk-9+181 for changeset 7e07e480584a
3e95a45647e : 8182757: JDWP: Socket Transport handshake hangs on Solaris
d91b677a676 : 8185779: 8u152 L10n resource file update
f56eebb9acd : 8185779: 8u152 L10n resource file update
6bd1fad2f90 : 8185779: 8u152 L10n resource file update
779ccb008f5 : 8185779: 8u152 L10n resource file update
1b730fcbe53 : 8185778: 8u151 L10n resource file update
30fee91b8ac : 8185778: 8u151 L10n resource file update
b6563b7bf46 : 8180643: Illegal handshake message
ddbc2403193 : 8185758: java.smartcardio has broken docs for exceptions
ab1f27286b0 : 8185754: Typo in java.util.regex.Pattern javadoc: no slash in \p class
2007e6eda72 : 8185151: doclet may create a link to a missing anchor/id
86fb8740de2 : 8185194: Missing anchor for package description in package-summary.html pages
7d547d0ee43 : 8174109: Better queuing priorities
0a3e0dd1cc9 : 8183582: Rationalize doclet -docencoding and -charset options
defd678edca : 8185723: Zero: segfaults on Power PC 32-bit
3e4945f3cc4 : 8205440: [8u] DWORD64 required for later Windows compilers
52f54c0d9d4 : 8069124: runtime/NMT/MallocSiteHashOverflow.java failing in nightlies
72edce01bfa : 8198304: VS2017 (C4838, C4312) Various conversion issues with gtest tests
c7b68a79955 : 8185723: Zero: segfaults on Power PC 32-bit
e76622d3b17 : 8205440: [8u] DWORD64 required for later Windows compilers
c2eb55b6a8b : 8069124: runtime/NMT/MallocSiteHashOverflow.java failing in nightlies
23ba0d33bda : 8198304: VS2017 (C4838, C4312) Various conversion issues with gtest tests
9aeb6a85b56 : 8185723: Zero: segfaults on Power PC 32-bit
05b7ad669ef : 8184348: Merge G1ConcurrentMark::par_mark() and G1ConcurrentMark::grayRoot()
c805575157c : 8184347: Move G1CMBitMap and support classes into their own files
6fbc2e9b4b6 : 8184346: Clean up G1CMBitmap
4964bb2c24f : 8185826: HotSpot build failure with GCC 7.1.1
b0cc678733b : 8185567: fix hsdis cpu to architecture mapping on various Linux platforms
7c8c0a97fca : 8130072: Add a flag to print out statistics for both system dictionary and shared dictionary
f7f193ae713 : 8072061: Automatically determine optimal sizes for the CDS regions
15fbb62d49c : 8185706: [windows] Native callstacks printing terminates prematurely
fd3d8a19973 : 8185975: PPC64: Fix vsldoi interface according to the ISA
e2b06793191 : 8177741: Fix hotspot tests to use --patch-module instead of -Xmodule
7009b948bb2 : 8180311: [TESTBUG] gc/stress/gclocker/TestGCLockerWithSerial fails with ClassNotFoundException: java.lang.management.ManagementFactory
ba635a7b521 : 8186018: SA: Monitor Cache Dump in HSDB does not work
7c1aeeeae91 : 8068317: No_Safepoint_Verifier is not necessary in Rewriter::scan_method
e1528538f4d : 8186044: [TESTBUG] DumpSharedDictionary test sometimes fails in JPRT
7635d5162e1 : 8185436: jtreg: introduce @requires property to disable cds tests
3c816df7867 : 8184775: tools/launcher/modules/illegalaccess/IllegalAccessTest.java times out on some platforms when xcomp is used
61af72610c9 : 8185719: rmi TestSocketFactory does not flush
57bf613d55e : 8185541: Add back test cases for resource lookup from bootclasspath
0227368887e : 8185623: (se) AbstractSelector.selectorOpen is not published safely
570bbe25a2d : 8169080: Improve documentation examples for crypto applications
276506ab242 : 8185669: Doc issues in assorted small jdk.* modules
33dea931978 : Added tag jdk8u152-b10 for changeset 71e4ff9ab88a
828b5c974ef : Added tag jdk8u152-b10 for changeset 94f02bc008bb
7c28368b0e4 : Added tag jdk8u152-b10 for changeset 7a0398a9e8b1
4cb9edd8bed : Added tag jdk8u152-b10 for changeset b59a2f87659f
d710da1b4e8 : Added tag jdk8u152-b10 for changeset bff905eaf980
dfad766af53 : Added tag jdk8u152-b10 for changeset 0b168febfeca
8ebbdae69cf : Added tag jdk8u152-b10 for changeset 5fe9db68731b
6f119473570 : Added tag jdk8u152-b10 for changeset e4163b27d1db
512d97ad459 : Added tag jdk8u152-b10 for changeset fdfbad82b5d7
490643fd623 : Added tag jdk8u152-b10 for changeset bf5b2c940f82
ac9011e7670 : Added tag jdk8u152-b10 for changeset fedbe50b9dbc
cf9edbf2b0d : Added tag jdk8u152-b10 for changeset 48a594723770
fc838a50d3e : Added tag jdk8u152-b10 for changeset 9db53f037093
e82d4aa58dd : Added tag jdk8u152-b10 for changeset fbdd79d0857c
69c193a1616 : Added tag jdk8u152-b10 for changeset dc44b9b26467
c639aaf21fe : Added tag jdk8u152-b10 for changeset c72e69c1303b
0ee4e09325e : Added tag jdk8u151-b07 for changeset 5f85de14b24b
bc83c6699a6 : Added tag jdk8u151-b07 for changeset 92daf528bfea
0e8f5ff22c1 : Added tag jdk8u151-b07 for changeset 2f5978dbfe0a
65449b104b4 : Added tag jdk8u151-b07 for changeset c57fe43e19ed
f5ed3bc8a24 : Added tag jdk8u151-b07 for changeset cb1e20d5885a
d3a38e82ae0 : Added tag jdk8u151-b07 for changeset 05a9e8eee69d
9ad96e21497 : Added tag jdk8u151-b07 for changeset 19938ff23a6c
e6fbc4f4e7d : Added tag jdk8u151-b07 for changeset 28c2d438ecea
9d925581f94 : Added tag jdk8u151-b07 for changeset 4bef238b4a06
dff5f4b337b : Added tag jdk8u151-b07 for changeset 9499693c2d65
5b687bf631c : Added tag jdk8u151-b07 for changeset d750eb5bbe87
5c5f7d53c92 : Added tag jdk8u151-b07 for changeset fefe748737fc
0c17d059f4b : Added tag jdk8u151-b07 for changeset a23d0deff038
17353c6cb98 : Added tag jdk8u151-b07 for changeset b07980aaae33
d668ab2c1c2 : Added tag jdk8u151-b07 for changeset 3826efbcb7e2
e62e660d57f : Added tag jdk8u151-b07 for changeset 9267f68a5c2c
7c5c9a0ad29 : 8185251: java/util/ResourceBundle/modules/layer/run.sh failed on Japanese locale
a2d837f50cc : 8182879: Add warnings to keytool when using JKS and JCEKS
fad8e77ebe3 : 8182879: Add warnings to keytool when using JKS and JCEKS
f399078a51d : 8185436: jtreg: introduce @requires property to disable cds tests
8cb80d6c43b : 8072061: Automatically determine optimal sizes for the CDS regions
ddbb88523f5 : 8185536: @key aot should be replaced w/ @requires vm.aot
36c1f4351ca : 8180711: Better invokespecial checks
75469859c97 : 8180711: Better invokespecial checks
34a9570d5ec : 8180711: Better invokespecial checks
fd7118a36a5 : 8180711: Better invokespecial checks
8285e22ba0d : 8185133: Reference pending list root might not get marked
14d5d3b46ff : 8185133: Reference pending list root might not get marked
35d9741f1cb : 8184049: AArch64: Matching rule for ubfiz
f808590858e : 8186144: [Graal] some tests fail with: Improperly specified VM option UseJVMCICompiler: EnableJVMCI cannot be disabled
192f57c11cb : 8186437: Lock held when compiler thread creation fails
d1bbcb5a390 : 8186136: [Graal] some tests setting -Djvmci.Compiler=null fail with: jdk.vm.ci.common.JVMCIError: no JVMCI compiler selected
fbd95a81a8a : 8177951: Charset problem when the name of the sound device contains Chinese character
a09f9580284 : 8175015: FileSystemView.isDrive(File) memory leak on "C:\" file reference
4211e523eaf : 8186317: Cache font layout tables for use by harfbuzz
05aa9c6d1d8 : 8186261: 4 JNI primitive type mismatch defect groups in XlibWrapper.c
6d83ae7b5c2 : 8184135: Remove obsolete dga code and binaries from Solaris SPARC build
73775765332 : 8186474: WColor class is superseded by the SystemColor and should be removed
cc73a1d4210 : 8186263: The SunDropTargetEvent sometimes is not dispatched
076ad85e987 : 8186364: RFE: API for java.awt.geom.Path2D storage trimming
cb9b582f3e7 : 8174744: [macos] Wrong rendering of string containing surrogate pairs
858eff4f0be : 8185683: Inaccessible and unused classes can be removed from java.desktop module
1536f8ca364 : 8136999: [macosx] NSException and NPE in a crash test
a1c9682716b : 8153871: [macosx] Low-level error on OS X 10.11 with DnD in Swing
3357f6846cd : 8185890: Intermittent NPE in JLightweightFrame when updating cursor aceoss multiple graphics devices
53de58f50d7 : 8178448: MenuBar item handler fired twice
31e1b5fd4b6 : 8177414: Missing key events on Mac Os
7e69a572fa9 : 8178106: There is no error message pop up when clicking 'create folder' button
af3dc523332 : 8185093: Expensive multi-core choke point when any graphics objects are created
5b641597aee : 8058785: Nimbus disabled tooltip needs border
252bdeafe63 : 8027154: [TESTBUG] Test java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java fails
a3821dc595e : 8181895: javax management docs contain links to technotes
2de62f2a743 : 8185589: jdk.management API has accessibility issues
85c53bd5529 : 8185588: jdk.attach API has accessibility issues
d8492f4fcd0 : 8184969: Cannot specify multiple -link to jdk9 javadoc
e551b06bb7b : 8139050: -[AWTView draggingEnded:]: unrecognized selector message during drag and drop
0fdd008b62e : 8183026: minor cleanup for IndexUseComparator 8163990: Utils.ElementComparator does not need to be generic
2cb9e39fc91 : 8161121: VM::isSystemDomainLoader should consider platform class loader
b9b81c66600 : 8182387: Improve PKCS usage
9fa26db45ea : 8174109: DoS on deserializing of collections
6188d9c759f : 8184937: LCMS error 13: Couldn't link the profiles
79ae87d9054 : 8057810: New defaults for DSA keys in jarsigner and keytool
c81866f6c43 : 8182601: Improve usage messages
ce29c455948 : 8185845: Add SecurityTools.java test library
3b71c7e8bcf : 8184682: Upgrade compression library
87597f417d6 : 8148108: Disable Diffie-Hellman keys less than 1024 bits
200c29af60e : 8182125: Improve reliability of DNS lookups
3eba44de8ac : 8035105: DNS provider cleanups
6cc476228b7 : 8185628: Backport jdk/test/lib/testlibrary/CompilerUtils.java to jdk8u which is helpful in test development
e33989471c4 : 8182879: Add warnings to keytool when using JKS and JCEKS
a6be011f1ca : 8185040: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
9008472bc00 : 8182387: Improve PKCS usage
b8da099b0a3 : 8174109: DoS on deserializing of collections
7df230fc7aa : 8184937: LCMS error 13: Couldn't link the profiles
f6bf2455cb0 : 8057810: New defaults for DSA keys in jarsigner and keytool
61a765c129d : 8182601: Improve usage messages
adfa30414dc : 8185845: Add SecurityTools.java test library
1fc98228eac : 8184682: Upgrade compression library
3539cb84560 : 8148108: Disable Diffie-Hellman keys less than 1024 bits
b9779d6a495 : 8182125: Improve reliability of DNS lookups
2794e5ddbe7 : 8035105: DNS provider cleanups
852b4032ebf : 8185628: Backport jdk/test/lib/testlibrary/CompilerUtils.java to jdk8u which is helpful in test development
b1967f1faf0 : 8182879: Add warnings to keytool when using JKS and JCEKS
3e2191f5b11 : 8185040: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
72e7522e88f : 8182387: Improve PKCS usage
2b9ab70dc01 : 8182387: Improve PKCS usage
34afeced211 : 8185500: [TESTBUG] Add keywords headful/printer in java/awt and javax tests
577dc3fca28 : 8186157: (scanner) Modify java/util/Scanner/ScanTest.java to fail if Engilsh Locale unavailable
1b9cc2f7a25 : 8186153: Fix a11y and HTML issues in the java.math, java.text and java.time packages
c79d52b1030 : 8186052: Fix a11y and HTML issues in the java.base/java.lang[.*] packages
330008fbf2d : 8185994: Fix a11y and HTML issues in the java.base/java.io and java.base/java.nio packages
2f31db126d5 : 8185099: Miscellaneous changes imported from jsr166 CVS 2017-08
9f28d43df59 : 8185830: ConcurrentSkipListSet.clone() fails with UnsupportedOperationException
880c64b6af6 : 8185984: fix a11y and html issues in java.logging module
7be03f32008 : Added tag jdk-10+19 for changeset 22316369c9b0
74419eb34a8 : 8185867: fix a11y and html issues in jdk.jdi docs
c27877713e1 : Added tag jdk-9+181 for changeset 35dc62e43188
135d500fc84 : 8184894: Mark ExternalEditorTest.java as intermittently failing, demote to tier 2
c6ce1998303 : 7190581: Nimbus: PgDn at the bottom causes scrolling
33ec1005043 : Added tag jdk-10+17 for changeset a3c10d5df818
c4fd444e12d : Added tag jdk-10+17 for changeset 832f85797be8
aebc535a09a : Added tag jdk-10+17 for changeset 7ee858174605
ec8ed521b74 : Added tag jdk-10+17 for changeset 882cea808912
f91ca3df710 : Added tag jdk-10+17 for changeset e5fbaa96e81b
177c76c0eba : Added tag jdk-10+17 for changeset 88f61b15df6c
8fb81f3e3ab : Added tag jdk-10+17 for changeset 886f599a54e6
429ba8883ae : Added tag jdk-10+17 for changeset ddc079e73172
5f174120d2d : 8185464: Link issues in java.xml module
f0a31cc0c42 : 8185039: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
f88d58718fa : 8185039: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
d5769843a52 : 8185092: Data race in FilterOutputStream.close
e81fa44c4c1 : Added tag jdk-9+180 for changeset 4bf526465e11
0fe7fc20ab7 : Added tag jdk-9+180 for changeset bea4f059dce4
b362b4fc37a : Added tag jdk-9+180 for changeset ec4893df1192
b5a851e0622 : Added tag jdk-9+180 for changeset 38f5945b47b4
7d54dfd9a9d : Added tag jdk-9+180 for changeset 451c5458c61e
5c90d6cce72 : Added tag jdk-9+180 for changeset 89029d491b16
46197fa57ca : Added tag jdk-9+180 for changeset 1a1e75f88af7
267efec3f93 : Added tag jdk-9+180 for changeset 29450b4343e9
82eda52b5b6 : Added tag jdk-9+180 for changeset 0e3c57d1a59c
9b84cfb7f6f : Added tag jdk-9+180 for changeset c3e45a079573
0c881839531 : Added tag jdk-9+180 for changeset 945b34159efe
c95f91e83bd : Added tag jdk-9+180 for changeset 03207b7f16e6
95e5540a5ae : Added tag jdk-9+180 for changeset 338c81c93ad2
0c004999da0 : Added tag jdk-9+180 for changeset 52aba14d5a8e
c3c33f6f9be : Added tag jdk-9+180 for changeset 05d43d3a8453
f09c156565b : Added tag jdk-9+180 for changeset cf6820c6f184
ae5e7de9192 : 8185365: Tidy up leftover dead code after JDK-8136570
06f7204dc23 : 8185104: Generate CharacterDataLatin1 lookup tables directly
933a5cc6395 : 8177472: Remove hard-coded IANA Subtag Registry map in LocaleEquivalentMap.java
27673eaede8 : 8185359: Unnecessary <p> in module doc comment
6f64786dedb : 8181612: More stable connection processing
85022595cef : 8185040: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
8e026c7d54f : 8185039: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
b9d92194617 : 8181612: More stable connection processing
191a2e3cdb6 : 8185040: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
6561eb96082 : 8185039: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
028a1ef42c8 : 8181612: More stable connection processing
f1891435a91 : 8181612: More stable connection processing
05331dc72f2 : 8181612: More stable connection processing
6d024e79819 : 8184893: jdk8u152 b06 : issues with nashorn when running kraken benchmarks
4b8cfe5a605 : 8173739: JPopupMenu does not disappear on KeyEvent
b583a84195a : Added tag jdk8u144-b31 for changeset 30e891672a63
49904f00c5a : Added tag jdk8u144-b31 for changeset 0784a4e9d2af
2c2989137a4 : Added tag jdk8u144-b31 for changeset af38155a6b55
f8ddaca9d4f : Added tag jdk8u144-b31 for changeset d9f490b14899
ccfbe7ab56b : Added tag jdk8u144-b31 for changeset 8f9a986167d7
cac2693f6a0 : Added tag jdk8u144-b31 for changeset e2cd88cfb5bc
a11e03170ba : Added tag jdk8u144-b31 for changeset 0cd3d826e539
8d3851707b0 : Added tag jdk8u144-b31 for changeset 13d643e1604e
87419eb7b37 : Added tag jdk8u144-b31 for changeset b39e7a416a93
93397c9dd20 : Added tag jdk8u144-b31 for changeset f353cc7d63a6
6e4c42d5c8d : Added tag jdk8u144-b31 for changeset f3113ae13856
e8d5a972525 : Added tag jdk8u144-b31 for changeset 0b7d82159cc8
076a339055f : Added tag jdk8u144-b31 for changeset da5cceeb3de7
58b1773c256 : Added tag jdk8u144-b31 for changeset 4878a257a7ca
4cbeaf54305 : 8179292: a number of launcher tests fail when run with --limit-modules due to CNFE: javax.tools.ToolProvider
b9d6618330b : 8183377: Refactor java/lang/ClassLoader/deadlock shell tests to java
d362d3fe3a9 : 8184961: jdk.test.lib.util.FileUtils.deleteFileWithRetry0 should wait for absence of a file
e21803da21d : 8180727: Use jdk.editpad to replace jdk.nashorn.tools.jjs.EditPad duplicated class
f13bcda8295 : 6645409: Remove unused DefaultHostnameVerifier
415359251f7 : 8184316: Typo in javax.net.ssl.SSLServerSocket class documentation
fafc576e52f : Added tag jdk8u152-b09 for changeset ce775ff98a98
87b4e2fa117 : Added tag jdk8u152-b09 for changeset 4aac8a4f77f0
6724c099839 : Added tag jdk8u152-b09 for changeset aa06370afabf
3608ab9d4e5 : Added tag jdk8u152-b09 for changeset 172fdb19299c
c8977b99e46 : Added tag jdk8u152-b09 for changeset 837fe0a07349
8e998176eeb : Added tag jdk8u152-b09 for changeset 9b9895176cc3
b297e2e7ee5 : Added tag jdk8u152-b09 for changeset 57b5a175e5e9
b21774488ba : Added tag jdk8u152-b09 for changeset 3917bdf23b0f
b5ac00a47b9 : Added tag jdk8u152-b09 for changeset f80c4a31a9df
855f3a1b38f : Added tag jdk8u152-b09 for changeset edf420fb8aff
06ed7907834 : Added tag jdk8u152-b09 for changeset 95572f723e1e
a3cd30f05c3 : Added tag jdk8u152-b09 for changeset ec650b470cb7
49cfdb3824c : Added tag jdk8u152-b09 for changeset e7e0245f9c82
5c9e99404c5 : Added tag jdk8u152-b09 for changeset 4512cd4b8d5d
6bd2613e67d : Added tag jdk8u152-b09 for changeset 7aa8b0e65c76
2445a85e967 : Added tag jdk8u152-b09 for changeset 719c989719f8
c8c56e161f5 : Added tag jdk8u151-b06 for changeset 0d4fdcb05339
13fa9019ff3 : Added tag jdk8u151-b06 for changeset 300fe849b4f1
13d9d79f6e3 : Added tag jdk8u151-b06 for changeset d88c355d4a68
66cc08d8a71 : Added tag jdk8u151-b06 for changeset 1a69091be418
e87c9a1bcbd : Added tag jdk8u151-b06 for changeset 22fc9114ed0f
256ad066ca5 : Added tag jdk8u151-b06 for changeset 9491d2eb43b7
033b99ea600 : Added tag jdk8u151-b06 for changeset 83e8a0cd4b81
62a31e18f63 : Added tag jdk8u151-b06 for changeset 2f7cbb31742c
a6fd8875733 : Added tag jdk8u151-b06 for changeset 8cc731622c54
2693733b78d : Added tag jdk8u151-b06 for changeset 8e40ac213c08
c3c1e1ef2f2 : Added tag jdk8u151-b06 for changeset 12813e6cad7b
245d8dbc796 : Added tag jdk8u151-b06 for changeset 93a227cd919c
cb6dbcf17bb : Added tag jdk8u151-b06 for changeset 589370959cc3
cbbc27f3e4f : Added tag jdk8u151-b06 for changeset aee2bac26a9b
f5276c28b4e : Added tag jdk8u151-b06 for changeset 46bc8a119ab3
3d877c582a2 : Added tag jdk8u151-b06 for changeset 51ff55c2103c
035a32ff1f1 : 8177569: keytool should not warn if signature algorithm used in cacerts is weak
b34deeeb246 : 8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms
63ece8134ec : 8177569: keytool should not warn if signature algorithm used in cacerts is weak
4f405791703 : 8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms
fb6c1f0e7ef : 8177569: keytool should not warn if signature algorithm used in cacerts is weak
b8654e8f4e6 : 8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms
10f636580a0 : 8177569: keytool should not warn if signature algorithm used in cacerts is weak
1d31f249c86 : 8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms
f2fe6997b86 : 8174966: Unreferenced references
81bc0062045 : 8174966: Unreferenced references
5e60b9b7d9a : 8029659: Keytool, print key algorithm of certificate or key entry
e4d3d6f3059 : 8185778: 8u151 L10n resource file update
d499f0ef08f : 8029659: Keytool, print key algorithm of certificate or key entry
b5a5120b81b : 8185778: 8u151 L10n resource file update
d2fcc8cce10 : 8029659: Keytool, print key algorithm of certificate or key entry
f6f41efade0 : 8029659: Keytool, print key algorithm of certificate or key entry
c556df0da3a : 8185154: jdwp-protocol.html contains unescaped entities
5ab0c516e14 : 8184217: Redundant <p> tag before list
ec493cd7213 : 8185150: javax/activation/CommandInfo.html has empty <p>
654317c0d30 : 8184991: NMT detail diff should take memory type into account
b1ba1a03d37 : 8139673: NMT stack traces in output should show mtcomponent
8f26c07b536 : 8187822: C2 conditonal move optimization might create broken graph
2541342b590 : Added tag jdk8u172-b00 for changeset 5001767dce2b
2b71888c58d : 8087291: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize
0a328ec433d : 8190442: Backout changes for JDK-8087291 from 8u-dev as it didn't use main CR id
42c08ca402c : 8189599: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize
d1cd8ff275b : 8184991: NMT detail diff should take memory type into account
71d62837d17 : 8139673: NMT stack traces in output should show mtcomponent
aa5ab8dd84a : 8187822: C2 conditonal move optimization might create broken graph
6c4bcd29116 : Added tag jdk8u172-b00 for changeset 8fd0b49a5640
b38ca6ec77b : 8087291: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize
3d883a85159 : 8190442: Backout changes for JDK-8087291 from 8u-dev as it didn't use main CR id
5275e3dc85b : 8189599: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize
8dd69a156b5 : 8177837: need to upgrade install tools
20f332b0aa1 : 8177837: need to upgrade install tools
657a610888b : 8183591: Incorrect behavior when reading DER value with Integer.MAX_VALUE length
9dacb4a6324 : 8178794: Correct Kerberos ticket grants
cbcae30702e : 8174966: Unreferenced references
3288a267473 : 8178794: Correct Kerberos ticket grants
dfccfdccb10 : 8174966: Unreferenced references
63857370f53 : 8178794: Correct Kerberos ticket grants
5e1d15853cb : 8178794: Correct Kerberos ticket grants
bd56ddbad47 : 8183341: Better cleanup for javax/imageio/AllowSearch.java
5069e85826d : 8182125: Improve reliability of DNS lookups
f3f1c8c20e1 : 8182125: Improve reliability of DNS lookups
4b983a51fda : 8176571: Fine bitmaps should be allocated as belonging to mtGC, not mtInternal
205cb469e3e : 8185536: @key aot should be replaced w/ @requires vm.aot
17f23d18819 : 8184994: Add Dictionary size logging and jcmd
366e6ac7961 : 8180627: gc/gctests/Steal/steal001: guarantee(cp->cache() == NULL) failed
8b8f59294c8 : 8185590: ShouldNotReachHere from ClassLoaderData::try_get_next_class()
10f79d42ef5 : 8182844: Fix broken links in the generated jvmti.html
0403493f8f0 : 8180823: [s390] Rework/optimize AES intrinsics
7a713e117a1 : 8185273: Test8004741.java crashes with SIGSEGV in JDK10-hs nightly
a1f70549e46 : 7133093: Improve system dictionary performance
b170f01ddd3 : 8182475: C2: allow vectorization of HeapByteBuffer.putInt loops
af5c6eefbf5 : 8183039: Re-examine methodHandle methods uninlined by 8144256
a4fac2babb3 : 8180659: [s390] micro-optimization in resize_frame_absolute()
b82efee3c50 : 8184749: The solaris_x86_32.s and solaris_x86_32.il files should be removed
149e9c6e546 : 8183973: gc/TestFullGCALot.java fails in JDK10-hs nightly
270ecb9bbca : 8184045: TestSystemGCWithG1.java times out on Solaris SPARC
5a4e278adde : 8180929: Deprecate -XX:+/-MonitorInUseLists option
fd08aa9cef8 : 8182397: Race in field updates when creating ArrayKlasses can lead to crash
ae4b3f24756 : 8184991: NMT detail diff should take memory type into account
e043d76f491 : 8178409: Miscellaneous changes imported from jsr166 CVS 2017-07
c887543d2d2 : 8177632: ScheduledThreadPoolExecutor delayed task shutdown policy affects non-scheduled tasks 8176254: ScheduledThreadPoolExecutor periodic tasks not cancelled if running at shutdown 8173113: Javadoc for ThreadPoolExecutor is unclear wrt corePoolSize and running threads
8e1db99fd66 : 8178956: Misleading description of arguments to accumulator function called by LongAccumulator
a2667824fb6 : 7062169: (coll) micro-optimize ArrayList.remove(Object)
fe6e4eb1e0a : 8185033: On Metaspace OOM, ChunkManager composition should be logged
fbc42f1b48d : 8184267: Restore register from stack uses wrong offset
56f43ed2a3b : 8185102: TestSAServer.java fails due to "sun.jvm.hotspot.types.WrongTypeException: field "_stack_traversal_mark"
911f59bc220 : 8179018: Remove obsoleted one X options from JDK 10
46a0632efc7 : Added tag jdk8u144-b01 for changeset 1b49b44e04d4
caf00fbaf52 : Added tag jdk8u144-b01 for changeset 79a1ccb660b9
71067f43a43 : Added tag jdk8u144-b01 for changeset fdc85cf0b935
9c9840247b4 : Added tag jdk8u144-b01 for changeset 06d4b9401f57
f8597702f2d : Added tag jdk8u144-b01 for changeset 45e17a36980d
cd1e2b1edb0 : Added tag jdk8u144-b01 for changeset 41aa75ac365a
ad70211d348 : Added tag jdk8u144-b01 for changeset 9c130bf55937
cc1f24173eb : Added tag jdk8u144-b01 for changeset 42c0465c18a8
adcc4d55943 : Added tag jdk8u144-b01 for changeset 275c8604041d
98d22c58f93 : Added tag jdk8u144-b01 for changeset 774d09e99b8c
e509ac7d56c : Added tag jdk8u144-b01 for changeset 06dc49de9f22
a155659eed6 : Added tag jdk8u144-b01 for changeset cd03532f8d56
1193d954bb6 : Added tag jdk8u144-b01 for changeset 70032cf86a43
efdd5658c8e : Added tag jdk8u144-b01 for changeset 5cb9b298d02f
20b44c959d8 : Added tag jdk8u144-b01 for changeset 7b10a6d1c325
4ae5e75189e : Added tag jdk8u144-b01 for changeset 2164365f864f
9e09f23454b : 8184993: Jar file verification failing with SecurityException: digest missing xxx
3a9e8e1c5cf : 8184993: Jar file verification failing with SecurityException: digest missing xxx
5cd3829ead8 : 8184993: Jar file verification failing with SecurityException: digest missing xxx
2796260f6c4 : 8184993: Jar file verification failing with SecurityException: digest missing xxx
f647f787649 : 8182169: ArrayAllocator should take MEMFLAGS as regular parameter
3a213c4a3d6 : 8134256: copy/paste duplicated tests in some condition statements
3fbf0c2e963 : 8175318: Performance issue regarding local JNI references
6c11fd01db3 : 8185046: jtreg: introduce keyword to disable aot tests
9ce1967658d : 8185263: Fix zero build after 8169881, 8175318, 8178350
7599f750669 : 8185262: Keep default logging for Metaspace OOM short and concise
a9fb2dde3f3 : 8185296: java_lang_Class::array_klass should be array_klass_acquire
de829e151b7 : 8185333: [s390] Fix build without cds
415f7bea0bd : 8184900: AArch64: Fix overflow in immediate cmp instruction
65ccaf9928b : 8181048: Refactor existing providers to refer to the same constants for default values for key length
b30b4b50782 : 8181048: Refactor existing providers to refer to the same constants for default values for key length
ddd48329eaa : 8183899: JMXConnectorFactory link to ServiceLoader gives 404
8ce2928402d : Added tag jdk8u144-b00 for changeset dca400212df4
72f8d928252 : Added tag jdk8u144-b00 for changeset 68caeaa1659d
69a14ebb27d : Added tag jdk8u144-b00 for changeset ce1c04ab6a7d
1f82ec554ad : Added tag jdk8u144-b00 for changeset dcb1d211516d
b0602192da8 : Added tag jdk8u144-b00 for changeset 6eba44cfd5dd
25c1cdd4a26 : Added tag jdk8u144-b00 for changeset cbe768c5865d
359930d1ea3 : Added tag jdk8u144-b00 for changeset 064c2339f982
48b3a7d8611 : Added tag jdk8u144-b00 for changeset b49786688899
80fd9a78229 : Added tag jdk8u144-b00 for changeset 2ebe1f1c1912
0abf4c4456e : Added tag jdk8u144-b00 for changeset d5f27c218cb2
e7ebddd280d : Added tag jdk8u144-b00 for changeset f32331d121f1
cc8a101d548 : Added tag jdk8u144-b00 for changeset e5ba7c510abf
7c99419a8da : Added tag jdk8u144-b00 for changeset 302a769fb14c
865ba632cf4 : Added tag jdk8u144-b00 for changeset a3ab0d536511
a6e4219e6e8 : Added tag jdk8u144-b00 for changeset 9b4aa5d8c894
4ef5e6d604c : Added tag jdk8u144-b00 for changeset 28dd6f7b6769
c0bd0918809 : 8184813: Class javax/swing/plaf/metal/MetalFontDesktopProperty is broken in JDK10
8f85c81436c : 8184813: Class javax/swing/plaf/metal/MetalFontDesktopProperty is broken in JDK10
2a61130d1ab : Added tag jdk-9+179 for changeset fd72c752d7e5
017bca45d61 : Added tag jdk-9+179 for changeset f0b8841af1c2
0339238d13c : Added tag jdk-9+179 for changeset 542db282216a
34eef857364 : Added tag jdk-9+179 for changeset e504e67e549a
28a7725b8cc : Added tag jdk-9+179 for changeset bfa664202957
8276116ca52 : Added tag jdk-9+179 for changeset 90a1802d26e0
12b068bb727 : Added tag jdk-9+179 for changeset 08e2a28966ff
9806e717e47 : Added tag jdk-9+179 for changeset 7272807bd613
df77945a5f9 : Added tag jdk-9+179 for changeset 591792bf2ef2
30c77d4037b : Added tag jdk-9+179 for changeset 9c2658f4a8c9
13ea08be199 : Added tag jdk-9+179 for changeset cfa1b7d38976
8ab7250660c : Added tag jdk-9+179 for changeset 983d560148a5
94741168aa1 : Added tag jdk-9+179 for changeset 75521d21ec5b
b61c05cb438 : Added tag jdk-9+179 for changeset 0af1b1a0e2ca
68c31d2bb41 : Added tag jdk-9+179 for changeset b6872a4795c0
abb24fe6e4e : Added tag jdk-9+179 for changeset ee148c113ae0
5dbba276ced : Added tag jdk-10+16 for changeset cb2719d70590
9a5bdadc4bf : Added tag jdk-10+16 for changeset 995421c69f66
c260d769124 : Added tag jdk-10+16 for changeset 1afba647cd44
3f35416b957 : Added tag jdk-10+16 for changeset 206ece55c5b5
5ad7f6b8b27 : Added tag jdk-10+16 for changeset 07c0f17dc7bb
75912a112b7 : Added tag jdk-10+16 for changeset f0d4cef9bbae
556bc16ab23 : Added tag jdk-10+16 for changeset 988bb4888e09
f13599cc343 : Added tag jdk-10+16 for changeset 2bd03e968d2d
cdd20555711 : 8184241: Fix nashorn/samples/filebrowser.js
dd5025d434c : 8184904: jdk/internal/jrtfs/WithSecurityManager fails with exploded builds
2ca1706e791 : 8181323: Better timezone processing
27e83d1be43 : 8181323: Better timezone processing
7d7933cbaa5 : 8181323: Better timezone processing
cec76a71e88 : 8181323: Better timezone processing
bb4a32e14a1 : 8183551: Aarch64 platform specific code for 8173770
51a564a1bc9 : 8183551: Aarch64 platform specific code for 8173770
080074aee03 : Added tag jdk8u152-b08 for changeset fcc95f6cbc16
dacba4c4638 : Added tag jdk8u152-b08 for changeset 4f5055af8ad5
ad79125d33c : Added tag jdk8u152-b08 for changeset 66b0590f1a11
d4c90d5b43c : Added tag jdk8u152-b08 for changeset 51c823781193
01d8b8190d2 : Added tag jdk8u152-b08 for changeset 5203423d2aca
ab11b50bbe3 : Added tag jdk8u152-b08 for changeset b4d5698ff246
01c6b8ed889 : Added tag jdk8u152-b08 for changeset 29098c702447
bc501f04f44 : Added tag jdk8u152-b08 for changeset ae7915c7160b
191077b768b : Added tag jdk8u152-b08 for changeset 92e7665aaedb
6828770eb8f : Added tag jdk8u152-b08 for changeset a7021f044bb9
035e1f10b1a : Added tag jdk8u152-b08 for changeset f16bbc607f2a
13fcaca5ac9 : Added tag jdk8u152-b08 for changeset 6ea5732584cb
8c6fe4ee2ae : Added tag jdk8u152-b08 for changeset 5d2563bbecfd
ba79becf8c3 : Added tag jdk8u152-b08 for changeset 13b5d007b332
17fad0eeccc : 8184665: Skip name and alias checks for standard Charsets
14b4ebda76f : 8184009: Missing null pointer check in InterpreterRuntime::update_mdp_for_ret()
12440a31ad0 : 8184271: Time related C1 intrinsics produce inconsistent results when floating around
136203f520d : 8184009: Missing null pointer check in InterpreterRuntime::update_mdp_for_ret()
a940ee8926c : 8184271: Time related C1 intrinsics produce inconsistent results when floating around
c31576193ac : 8057647: javac parser needs updates to have better error recovery for error cases of new array creation with dimensions
b0b3a780ea1 : 8184344: [aix] libjvm.so TOC overflow for slowdebug
c67a6c326c3 : 8184807: (ch) Clean up handling of some Windows function return values in libnio
f7a836d55ac : 8182359: Color contrast Error on <pkg-type>/pkg-use.html pages
d9f0efb28fa : 8177357: tools/jar/multiRelease/ApiValidatorTest.java failed due to "Exception java.nio.file.DirectoryNotEmptyException"
bae3fb91427 : 8183902: Remove unnecessary definitions in locale_str.h for macOS
5165b807628 : 8184808: (process) isAlive should use pid for validity, not /proc/pid
9d44112c173 : 8184916: DisabledAlgorithmConstraints loading should be delayed until needed
cbfc2c16c26 : 8184917: System.initPhase1 does not need to pre-load libzip
037bb0b61f3 : 8183320: Better cleanup in java/nio/file/Files/probeContentType/ParallelProbes.java 8183321: Better cleanup for jdk/test/java/io/File/createTempFile/NameTooLong.java 8183343: Better cleanup for jdk/test/java/nio/file/spi/SetDefaultProvider.java 8183344: Better cleanup for jdk/test/java/io/File/createTempFile/SpecialTempFile.java
6345c8d07cf : 8184338: switch minimum supported gcc version to 4.7
c50c7fefc52 : 8184603: Create ObjectStreamField signature lazily when possible
5547e326410 : 8177017: com/oracle/security/ucrypto/TestAES.java fails intermittently
618b1dbbfba : 8177017: com/oracle/security/ucrypto/TestAES.java fails intermittently
c62d6132e4f : 8184306: zlib 1.2.11 upgrade triggers j.u.zip.Deflater regression
d98cecb4c0e : 8184306: zlib 1.2.11 upgrade triggers j.u.zip.Deflater regression
1448f5c8b9d : 8183519: XMLInputFactory.newFactory() is marked as deprecated
b3e7491dcbd : Added tag jdk8u151-b05 for changeset fec94fe255cf
44bc148851e : Added tag jdk8u151-b05 for changeset df3f4599a77a
352b7ec2bc1 : Added tag jdk8u151-b05 for changeset 51f94a097ddf
583e82459c1 : Added tag jdk8u151-b05 for changeset 18d67f50de21
a3dd432f4e4 : Added tag jdk8u151-b05 for changeset a07184300f9c
df59528b94c : Added tag jdk8u151-b05 for changeset bcc59fe73732
3c80b5d6ae6 : Added tag jdk8u151-b05 for changeset 74f61da32dd6
726231e2c5e : Added tag jdk8u151-b05 for changeset b8fdd9f6965e
700b28cbf2b : Added tag jdk8u151-b05 for changeset 27f2240abe5f
7330e56be27 : Added tag jdk8u151-b05 for changeset 47e5be35bd13
003764b01ac : Added tag jdk8u151-b05 for changeset 7daf896d4a07
ae555dc424f : Added tag jdk8u151-b05 for changeset 33f133beb2ae
371d0c704e2 : Added tag jdk8u151-b05 for changeset 12283eda059c
83969d3552b : Added tag jdk8u151-b05 for changeset a9d3a00b2100
b91575ae1dd : Added tag jdk8u151-b05 for changeset f6c1f2a61a4b
4a3e9e69f17 : Added tag jdk8u151-b05 for changeset 2e1d840d8918
b9a12d1bc11 : 8183123: JDP packets have no processId context set
733b95c3fcd : 8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException
da3a1a359be : Added tag jdk8u152-b11 for changeset f490de8cdbde
e630db26f8b : 8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException
47bf689a44b : Added tag jdk8u152-b11 for changeset cdab63beba32
cbeaacc0848 : 8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException
c9c8846cc64 : 8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException
9ee2b5eb6b3 : 8184673: Fix compatibility issue in AlgorithmChecker for 3rd party JCE providers
d121cf8df57 : 8137255: sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java timeouts intermittently
c5042ff7d82 : 8072452: Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits 8154344: sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java fails on solaris
dfe0dc6a958 : 8184673: Fix compatibility issue in AlgorithmChecker for 3rd party JCE providers
4c59a8e60ba : 8137255: sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java timeouts intermittently
b2d52c0dd9a : 8072452: Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits 8154344: sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java fails on solaris
de7cf682e81 : 8184673: Fix compatibility issue in AlgorithmChecker for 3rd party JCE providers
a0f472d8803 : 8183349: Better cleanup for jdk/test/javax/imageio/plugins/shared/CanWriteSequence.java and WriteAfterAbort.java
f26667d2a26 : 8181622: new {@index} tag generates multiple index entries
5848e1bac41 : 8184706: Matcher doesn't indicate hitEnd after matching \u0D with \R at EOL
0fc53f87970 : 8177048: javadoc should support -version and/or --version
1d886495d26 : 8184244: UIDefaults.addResourceBundle uses system class loader
7391f2dac45 : 8184022: Build JDK 10 on OSX 10.12 and above
c4ffb950eaf : 8184314: Javadoc for Offsettime has "." where it should be ":" prior to seconds
02fb43b6775 : 8174692: New MultiReleaseJarTest.java tests fail in JDK 10
f89582b4a71 : 8183529: FilleChooser in "Detail view" does not change the Language of the column headings
40accfdf578 : 8184311: Update java.sql and java.sql.rowset API docs for accessibility
b3f1165f7d7 : 8181048: Refactor existing providers to refer to the same constants for default values for key length
0ddeb10a091 : Added tag jdk-10+15 for changeset b7096a1d652a
f2f47e71b95 : Added tag jdk-10+15 for changeset 3a8e49f49142
e9afe318180 : Added tag jdk-10+15 for changeset 6a58a7837e93
4b5129aac54 : Added tag jdk-10+15 for changeset 46c3f654e80f
65a97bea0b1 : Added tag jdk-10+15 for changeset 4fafa8900ec9
f4514d5f5dc : Added tag jdk-10+15 for changeset 43e8fcff2e79
30c4aa39651 : Added tag jdk-10+15 for changeset 3dfd7325b5bc
4da2b1f33fd : Added tag jdk-10+15 for changeset d161a843e941
b05fbb53201 : Added tag jdk-9+178 for changeset c87491f1fab4
c66cb9267ab : Added tag jdk-9+178 for changeset e8d8b02716f5
f965fdbf52c : Added tag jdk-9+178 for changeset a7a46b9152d4
cf59ac539c6 : Added tag jdk-9+178 for changeset a737ff10b290
1fe972f8093 : Added tag jdk-9+178 for changeset 6b42206f7d02
ad041ea8101 : Added tag jdk-9+178 for changeset 0389cfac44bb
8d341fe484b : Added tag jdk-9+178 for changeset 411a8d13805d
6e08d438f2a : Added tag jdk-9+178 for changeset a848d4a9fb60
9abdf08a5ea : Added tag jdk-9+178 for changeset 017b523f91b2
b7c294d71f5 : Added tag jdk-9+178 for changeset df8265c4f940
69e8075a2cd : Added tag jdk-9+178 for changeset 38f06744deda
79484391070 : Added tag jdk-9+178 for changeset eb61690de048
890eea6b241 : Added tag jdk-9+178 for changeset 063454b51139
c6e41cad401 : Added tag jdk-9+178 for changeset 36707109c109
f68da2735ae : Added tag jdk-9+178 for changeset fe13542de07f
4f700bfe11d : Added tag jdk-9+178 for changeset d9bf695aa380
2e4975a6f47 : Added tag jdk8u141-b32 for changeset 53c62cfa70e3
86392c23def : Added tag jdk8u141-b32 for changeset 58d0daee1089
315d22a016a : Added tag jdk8u141-b32 for changeset 96c01fa79b18
5696ed94f1e : Added tag jdk8u141-b32 for changeset d725cf044c4d
bb77d09bdc7 : Added tag jdk8u141-b32 for changeset 398bd4e38cbd
0fda5add7c7 : Added tag jdk8u141-b32 for changeset e90f44fc91f1
3f4f89d2156 : Added tag jdk8u141-b32 for changeset 9bcc0eac9e16
9f5f1014e6e : Added tag jdk8u141-b32 for changeset 5755dbfc6cc2
24c2d88014c : Added tag jdk8u141-b32 for changeset e5f1c10aa0b6
ad7f30e31a3 : Added tag jdk8u141-b32 for changeset 22b9dd34895c
01ce1db4beb : Added tag jdk8u141-b32 for changeset fe66786b882b
a568004e645 : Added tag jdk8u141-b32 for changeset e88ad00c030a
2def9e89287 : Added tag jdk8u141-b32 for changeset 275d528acece
fd0e65cf576 : Added tag jdk8u141-b32 for changeset 1533a05f0da6
202fd1f1485 : Added tag jdk8u141-b32 for changeset f09b5f97c2af
9cda7f08a3d : Added tag jdk8u141-b32 for changeset 66d420e7ebd7
77897a9a418 : 8182450: javac aborts when generating ct.sym intermittently
6a25b003472 : 8182999: SunEC throws ProviderException on invalid curves
831355e8b3a : 8184239: Fix broken nashorn/samples
0139937d993 : 8181298: Assertion failure in com.sun.tools.javac.comp.Modules
8457d931745 : 8181298: Assertion failure in com.sun.tools.javac.comp.Modules
edc1bc68341 : 8184016: Text in native popup is not always updated with Sogou IME
e9043d77406 : 8182257: Duplicate anchor ids in generated javadoc pages
2fd189eecd0 : 8170825: Generated index page has a broken link
15b3cd2e1ab : 8184304: (sctp) make tables in jdk.sctp module accessible
3cdbc83d08f : 8184307: fix typo in Validator.java
5ea8f987240 : 8184208: update class="striped" tables for accessibility
cc10e3484ed : 8184225: Fix accessibility and tidy issues in jdk.jshell docs
a5a3e045bfa : 8181692: Update storage implementations
f267c7db2f1 : 8181692: Update storage implementations
0fafc605f4d : 8181692: Update storage implementations
49d5976b337 : 8181692: Update storage implementations
267611e9bf4 : 8184234: sun.security.provider.AuthPolicyFile$PolicyEntry.toString() throws MissingResourceException
9efc4c1a60a : 8074364: Update error message for incorrect annotation type declaration
d15eca7131b : Added tag jdk8u141-b15 for changeset d53060626fd7
64398e39698 : Added tag jdk8u141-b15 for changeset f9e703127a65
b500c585151 : Added tag jdk8u141-b15 for changeset 8ef527bc9ba5
75c4a7ab219 : Added tag jdk8u141-b15 for changeset ad54b145902b
6df2256603a : Added tag jdk8u141-b15 for changeset 429ed0f8362f
e0e72769d9a : Added tag jdk8u141-b15 for changeset 69eece18f975
e4603d18632 : Added tag jdk8u141-b15 for changeset c53a9822c8d0
f173eca4c69 : Added tag jdk8u141-b15 for changeset 5f9b74ca7cb9
06c2c7b1caf : Added tag jdk8u141-b15 for changeset b565a103598f
025d0575cdf : Added tag jdk8u141-b15 for changeset 638c1851186e
abc49b5af08 : Added tag jdk8u141-b15 for changeset 32be49a89281
db60ae6f299 : Added tag jdk8u141-b15 for changeset 6ce8ef06344a
01c58898836 : Added tag jdk8u141-b15 for changeset 9a4334b00c86
e2faf852cda : Added tag jdk8u141-b15 for changeset a96d0a92760d
2870be137ed : Added tag jdk8u141-b15 for changeset fb9a96465bbd
e755295ed0d : Added tag jdk8u141-b15 for changeset 0a0e6613c747
ae6c061bc1e : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
360fd824d7a : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
3c7b28100ed : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
73105b40621 : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
dca7c74750c : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
9a40f26a7ae : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
88c35780ead : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
98fc3ef7ae5 : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
b276c8867aa : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
67b43333ab3 : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
16c1870042e : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
8471d2061af : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
c0a7ae5090a : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
022f602dffb : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
965e2a9b650 : 8184185: Rearrange MethodHandle arrangements
67ebb1b9d32 : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
e6b4c920334 : 8184185: Rearrange MethodHandle arrangements
0c229946f44 : 8184235: Backout JDK-8173207 from 8u141, 7u151 and higher updates source base
14f77eaf055 : 8184185: Rearrange MethodHandle arrangements
e93f9345d37 : 8184185: Rearrange MethodHandle arrangements
df4305e524a : 8184165: sun.security.provider.PolicyFile$PolicyEntry.toString() throws MissingResourceException
7cf3c0ff148 : 8182879: Add warnings to keytool when using JKS and JCEKS
c1b1a66e234 : 8184023: Fix tables in doc comments to be accessible
0267ff8e3b1 : 8184021: Fix tables in doc comments to be accessible
2e6d8cded9a : 8184119: Incorrect return processing for the LF editor of MethodHandles.permuteArguments
b34bad2ef3f : 8184119: Incorrect return processing for the LF editor of MethodHandles.permuteArguments
5e32a1e2423 : 8181100: Better Base Exceptions
1b5a1612bea : 8181100: Better Base Exceptions
c38c0d12a92 : 8181100: Better Base Exceptions
054e74e87a0 : 8181100: Better Base Exceptions
6e805e39a32 : 8184075: Make run-test-prebuilt profile more robust
41dd023fc18 : 8184062: wrong @modules javax.xml at jaxp/test/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/SurrogatesTest.java
a8295f9eb47 : Added tag jdk8u152-b07 for changeset ae2895d048ba
0180ddf7fed : Added tag jdk8u152-b07 for changeset 7613d6991b9b
943cf658be1 : Added tag jdk8u152-b07 for changeset 731c48d2939f
59d4e9bffa5 : Added tag jdk8u152-b07 for changeset 9e48c213eb47
d569e12c324 : Added tag jdk8u152-b07 for changeset ab7ce26a7967
5d33004098d : Added tag jdk8u152-b07 for changeset 241f3dc5e1da
a3a54c4e180 : Added tag jdk8u152-b07 for changeset bb3524b6e870
5577c39ac60 : Added tag jdk8u152-b07 for changeset 54e96c2e60c0
b4305dddf41 : Added tag jdk8u152-b07 for changeset 271d6ad8670d
f4799f114fb : Added tag jdk8u152-b07 for changeset f1a9f62a8cd7
c641889a899 : Added tag jdk8u152-b07 for changeset 0c0c85f667f1
3c4cd173cf2 : Added tag jdk8u152-b07 for changeset 5f44eea647b0
6867395258a : Added tag jdk8u152-b07 for changeset 4db22844f098
8d7b6978230 : Added tag jdk8u152-b07 for changeset 14cec4503f9d
a39bcf19d2e : Added tag jdk8u152-b07 for changeset e151ca68de07
2d9da8f61dd : Added tag jdk8u152-b07 for changeset 239f0b231f22
8714078c5c3 : Added tag jdk8u151-b04 for changeset 28cf20ef32a2
b4404a1473a : Added tag jdk8u151-b04 for changeset 791e811042c8
e645e2ea7d5 : Added tag jdk8u151-b04 for changeset 77a8b0d1b55c
d588dd6549f : Added tag jdk8u151-b04 for changeset e77a96e15007
54582e9efc0 : Added tag jdk8u151-b04 for changeset 8ed6a13e3a6c
ecdad23c1c1 : Added tag jdk8u151-b04 for changeset e875dea69e4f
f2a7ed9db7f : Added tag jdk8u151-b04 for changeset 60a516dc12da
51be8ae1b44 : Added tag jdk8u151-b04 for changeset dd0a5837dd64
0e8c680b3e0 : Added tag jdk8u151-b04 for changeset f0af1813ee88
ed5787c0a9f : Added tag jdk8u151-b04 for changeset a2051b0ad548
aceba97b9cf : Added tag jdk8u151-b04 for changeset 1bb70b741f1e
30b9109ae71 : Added tag jdk8u151-b04 for changeset d5df5048df66
af3c3a0b295 : Added tag jdk8u151-b04 for changeset e33baf10bf4c
0ecec110409 : Added tag jdk8u151-b04 for changeset 30f5625e0eb5
c13b9f66e57 : Added tag jdk8u151-b04 for changeset 44f52ce17e6a
c978a5576b7 : Added tag jdk8u151-b04 for changeset b0f4cb726dae
0282e288294 : 8183576: Synchronization in BufferedImage.setRGB(int x, int y, int rgb) is not necessary
498c6195f28 : 8184036: Restore -XX:UseAVX=3 as product value
7234ed2881a : 8184036: Restore -XX:UseAVX=3 as product value
f0e805a534c : 8181154: Fix lint warnings in JAXP repo: deprecation
0919c52ac67 : 8181327: Better X processing
bea79a97a18 : 8181327: Better X processing
5478c8e75cc : 8181327: Better X processing
46e884156ff : 8181327: Better X processing
57a0405d79e : 6919529: NPE from MultiUIDefaults.getUIError
1704b7e0cec : 8183989: Mark java/nio/channels/DatagramChannel/Disconnect.java as intermittently failing
13a22e7966f : 8183509: keytool should not allow multiple commands
857d250fd24 : 8183897: Update the "striped" style in the javadoc style sheet
98bd53b5c28 : 8180932: Parallelize safepoint cleanup
d12604111cc : 8181917: Refactor UL LogStreams to avoid using resource area
52ef49eef1b : 8185018: Put AOT tests on problem list for OS-X and Windows
5c529d31ce7 : 8185013: Disable subword vector analysis optimization until 8184995 is fixed
d3ae7728680 : 8184800: Streamline RTM flag validity testing with generic flag testing support
9148262d0e9 : 8077203: Avoid unnecessary stripping of package names from FQN's in is_same_class_package() methods
7323412857f : 8184964: AArch64: Incorrect match rule for negL_reg
39baf390e7d : 8183533: AArch64: redundent registers saving in arraycopy stubs
f82f128416e : 8184809: [AOT] AsyncGetCallTrace() code should recognize AOT code
53566072b68 : 8181860: [TESTBUG] serviceability/tmtools/jstack/utils/DefaultFormat.java does not recognize "sleeping" state
91e715f9f3a : 8175096: Analyse subword in the loop to set maximum vector size
dabb4ab5182 : 8184009: Missing null pointer check in InterpreterRuntime::update_mdp_for_ret()
cf1044d1146 : 8184323: compile-time guard some UseSharedSpaces-only coding with the INCLUDE_CDS macro
62da378f038 : 8184672: [ppc64] The fix for '8174749: Use hash table/oops for MemberName table' is broken on ppc64
4a4b17c32cc : 8179327: gtestLauncher should run tests on a separate thread (optionally)
03a7858eb47 : 8184753: Asserts against MinObjectAlignment should avoid integer division
e8485a5e099 : 8184762: ZapStackSegments should use optimized memset
cfd0efee845 : 8183935: G1GCPhaseTimes and G1RootProcessor do not include macros.hpp
76b7f301598 : 8184768: Update Graal
abf0bf4338d : 8183538: UpdateRS phase should claim cards
5d27f134cbf : 8184309: Buld warnings from GCC 7.1 on Fedora 26
e45a40a8057 : 8183539: Remove G1RemSet::_into_cset_dirty_card_queue_set
82fe2c07593 : 8184452: Add bounds checking for FromCardCache
6be7a36028d : 8183923: Get rid of FreeBlockDictionary and dithering
1772da638b7 : 8184181: Use oopDesc::cas_set_mark() instead of raw CAS when accessing oop header
b3be2554699 : 8182165: The header atomic_linux_sparc.inline.hpp should be named atomic_linux_sparc.hpp
bc1be30b505 : 8182164: checkByteBuffer has the wrong signature
298e379cb71 : 8182163: Missing #include "logging/log.hpp" in vm_version_linux_sparc.cpp
9098aa9a2e0 : 8184271: Time related C1 intrinsics produce inconsistent results when floating around
c1a71be1bff : 8182703: Correct G1 barrier queue lock orderings
aaf9f2515f5 : 8184339: Thread::current_or_null() shall not assert if Posix TLS is not yet initialized
143eab3a855 : 8184337: CodeCache::get_code_cache_containing wrongly asserts that start can not be NULL
38a57562360 : 8183962: JVM_DoPrivileged does not find run method in default methods
0e3835aac20 : 8184269: JVMCI CompilerToVM::Data::initialize() should use BarrierSet fake RTTI to identify card table barrier sets
30580af9580 : 8184281: -Xlog:startuptime does not include call to initPhase2
b84db083807 : 8184162: Support addresses with index operands in LIRAssembler::leal on SPARC
53dee26ab95 : 8184073: Cleanup of compiler activity enum in compileBroker.hpp
454e63fe902 : 8183927: Hotspot needs C++ type_traits metaprogramming utilities
ad941e4f9db : 8183575: Runtime1::oop_arraycopy is unused and should be removed
28bb3a05d9f : 8183573: Refactor CodeHeap and AOTCodeHeap to devirtualize hot methods
4de007ff3b0 : 8183397: Ensure consistent closure filtering during evacuation
cc9648a8b81 : 8183925: Decouple crash protection from watcher thread
41e729b3868 : 8183545: Event tracing, transition hooks
b7629460d24 : 8183991: Update Graal
51949436b01 : 8183400: runtime/6981737/Test6981737.java fails with java.lang.RuntimeException: FAIL: Wrong value for java.version property, "9", expected to be of form: "[0-9]+[\\.[0-9]+]*\-.*"
5bd24e0c251 : 8183271: VectorizeDebug compiler directive command is broken
17d94f696ce : 8032842: Locale.filterTags()/lookupTag() methods return lowercased language tags 8175539: Duplicate matching tags returned by Locale.filterTags() for LanguageRange("*")
0bdd7c8d4dc : 8183990: compilation error for test/com/sun/crypto/provider/Cipher/DES/PerformanceTest.java
47c35020966 : Added tag jdk8u141-b31 for changeset 5d6dcadd0ce5
a1ba053e88b : Added tag jdk8u141-b31 for changeset 96588a56051b
422efee7e40 : Added tag jdk8u141-b31 for changeset 3a94bcf362c7
3469151ba37 : Added tag jdk8u141-b31 for changeset 2e8d29d35420
3738020ebfe : Added tag jdk8u141-b31 for changeset 6ed35ca30890
9080d6ddf2e : Added tag jdk8u141-b31 for changeset 4e738240c343
0ae7952abf1 : Added tag jdk8u141-b31 for changeset f3d4506f2ec0
9c0621f33b6 : Added tag jdk8u141-b31 for changeset 7a01c8100a33
8da3333d69a : Added tag jdk8u141-b31 for changeset c49fb4446392
31911041071 : Added tag jdk8u141-b31 for changeset e82d406df472
935d770c079 : Added tag jdk8u141-b31 for changeset 795c4544d0e9
a2c1f96301d : Added tag jdk8u141-b31 for changeset d90027e4ef8e
0d534046b01 : Added tag jdk8u141-b31 for changeset 14c8e71c16bf
768171d1cdc : Added tag jdk8u141-b31 for changeset 656ee883f6ab
9de53805fda : Added tag jdk8u141-b31 for changeset 3108e409d43c
e558a322ab4 : Added tag jdk8u141-b31 for changeset ac16c0711489
6289bb68355 : 8183378: Refactor java/lang/System/MacEncoding/MacJNUEncoding.sh to java
50fada9843a : 8181432: Better processing of unresolved permissions
28d9a554a01 : 8181432: Better processing of unresolved permissions
2f98b48f94a : 8181432: Better processing of unresolved permissions
6621661db23 : 8181432: Better processing of unresolved permissions
54ad5390d06 : 8178403: DirectAudio in JavaSound may hang and leak
28602e7ad34 : Added tag jdk-10+14 for changeset 2790c139c0ad
c95703ff58c : Added tag jdk-10+14 for changeset b2a0122861f5
db464cec795 : Added tag jdk-10+14 for changeset 975972c8fe12
be5f31f9852 : Added tag jdk-10+14 for changeset 828c6ffa57f7
53112bff989 : Added tag jdk-10+14 for changeset ba97c984166b
433a0f08190 : Added tag jdk-10+14 for changeset 224d0d2dd36e
043b557bd5f : Added tag jdk-10+14 for changeset 9f2e7fa2d999
8b0c4dc81e1 : 8183028: Improve CMS header processing
2c468c54bd7 : 8183028: Improve CMS header processing
c8f20ebe007 : 8183028: Improve CMS header processing
cb46dd36d49 : 8183028: Improve CMS header processing
517bde847cf : Added tag jdk-9+177 for changeset 76ffc9f4a5ef
d785a0d79a6 : Added tag jdk-9+177 for changeset ede5dcbea9f6
255f312c716 : Added tag jdk-9+177 for changeset 830e16e5eef5
494a57a2eac : Added tag jdk-9+177 for changeset 2ddc93e42974
b8ea105de02 : Added tag jdk-9+177 for changeset 2fd0353db818
40f8e18a3cb : Added tag jdk-9+177 for changeset 1466e095c910
2fc3712d936 : Added tag jdk-9+177 for changeset 597dad4de6f0
0f621f9c01f : Added tag jdk-9+177 for changeset 810c192c0338
9845feb3bb4 : Added tag jdk-9+177 for changeset 058ec546d0cb
ef80e5d3be8 : Added tag jdk-9+177 for changeset a7697c107dd9
1eda509ddab : Added tag jdk-9+177 for changeset 68ef75f0f37d
4d42857c0ba : Added tag jdk-9+177 for changeset 4760e5e8c9c6
9c1ed9383eb : Added tag jdk-9+177 for changeset 7f0b83636e5f
3a04ab0a031 : Added tag jdk-9+177 for changeset 0c5eac0a8044
34cdf296b59 : Added tag jdk-9+177 for changeset 976e27405e72
0ab9abd6ffd : Added tag jdk-9+177 for changeset e333a1979702
bbfbe9af710 : 8183028: Improve CMS header processing
e7d3723b6a4 : 8183939: Import JDK-8182672 into 8u141-bpr repo
5ed4c1cf0b1 : 8183939: Import JDK-8182672 into 8u141-bpr repo
f5d31f8a922 : 8183534: [TEST] Make detection of compilation mode more robust
238658eb924 : Added tag jdk-10+14 for changeset e15e4013d1c3
ec836d6692f : 8165213: [TESTBUG] [PIT] consistent failure of a new regtest for 8163193
9efb9fbf941 : 8179564: Missing @bug for tests added with JDK-8165367
be4ac8ad203 : 8179564: Missing @bug for tests added with JDK-8165367
0061e590c9e : 8179564: Missing @bug for tests added with JDK-8165367
7e4655e57d6 : 8179564: Missing @bug for tests added with JDK-8165367
e5342258d1e : 8183126: port improvements to analyzers from lvti repo to jdk10
3232ef5897c : 8181432: Better processing of unresolved permissions
884b4d8e074 : Added tag jdk-10+13 for changeset 9927a9f16738
9aba21b37b1 : Added tag jdk-9+174 for changeset 94680c6d60ec
47b4a847e24 : 8183583: LSSerializer docs have invalid character
857351886e8 : Added tag jdk-10+12 for changeset e6d70017f5b9
13c7839ccf8 : Added tag jdk-9+173 for changeset 6dd7fda42bab
d3be0c80886 : Added tag jdk-10+11 for changeset 036dbf8b3817
86f7b05126c : 8183505: Update langtools tests to allow for unique test classes directory
c61500476a3 : Added tag jdk-9+172 for changeset dad6746278fa
089255fc5de : Added tag jdk-10+10 for changeset b0f2b8ff25a2
411490a7ef1 : Added tag jdk-9+171 for changeset 643b5f18c265
9578457940c : Added tag jdk-10+9 for changeset aa5b01f5e562
fc47ba11e66 : Added tag jdk-9+170 for changeset 898cbe31fbda
fa2f54dbde7 : Added tag jdk-10+8 for changeset c42dc7b58b4d
b5151417a8a : Added tag jdk-9+169 for changeset c7efde2b60fc
0fd2755d81f : Added tag jdk-10+7 for changeset 30e75693ae99
7a43006702e : Added tag jdk-9+168 for changeset fcabc74bd44e
906c7f86220 : Added tag jdk-9+167 for changeset 8fd0a4569191
f504caaf0ca : Added tag jdk-10+6 for changeset 1407b19a2ddf
f783939a006 : Added tag jdk-9+166 for changeset d3e973f18096
117a087f54c : Added tag jdk-10+5 for changeset f113ce12fe24
01dcb28c4e8 : Added tag jdk-9+165 for changeset 3965b747cfe1
df7e2205099 : Added tag jdk-10+4 for changeset 02253db2ace1
b39dfe2cfe6 : Added tag jdk-9+164 for changeset 32db52c675e7
c906ba2e8f4 : Added tag jdk-9+163 for changeset 18c41483a082
6a2a94a021e : Added tag jdk-9+162 for changeset d16aebbb56d3
20d8f45cf4c : Added tag jdk-10+3 for changeset d1cab6c7e608
a4e56d60952 : Added tag jdk-9+161 for changeset f6883b1a5a64
37c80752552 : Added tag jdk-9+160 for changeset 6aa8be0c4e05
92d10e45ad7 : Added tag jdk-9+159 for changeset fd1497902bbe
e8b7e27f5ae : Added tag jdk-10+2 for changeset 4a79ad46e578
6af9812d47b : Added tag jdk-9+158 for changeset b5015f742ba6
416f991408f : Added tag jdk-9+157 for changeset fa3e76b47782
c9333fe5b1b : Added tag jdk-10+1 for changeset 74116beae88a
ed689f4a2f6 : Added tag jdk-9+156 for changeset 06bce0388880
59d1f74a6d8 : Added tag jdk-9+155 for changeset f4aff695ffe0
95784b44db9 : 8179704: doclet crashes with an empty package.html
c4a331b2cfa : Added tag jdk-9+154 for changeset 45b751afd11e
7cd759ad9cd : Added tag jdk-10+0 for changeset 8c70d170e62c
44ec46e144b : Added tag jdk-9+153 for changeset d7034ff7f8e2
46c45f49e2b : Added tag jdk-9+152 for changeset ab2c8b03c328
e20cb44ba97 : Added tag jdk-9+151 for changeset 37b95df0042a
84149beb873 : Added tag jdk-9+150 for changeset 17469f16fbb4
7a5a7b7a06c : Added tag jdk-9+149 for changeset cf139f925da0
e6ff69e0968 : Added tag jdk-9+148 for changeset 5c71ea43933b
4a0e7855240 : Added tag jdk-9+147 for changeset f4e854a77aa3
fa09ba72388 : Added tag jdk-9+146 for changeset 581331db696a
0c70ec30cce : Added tag jdk-9+145 for changeset 3ee4e7827413
1f0667986a0 : Added tag jdk-9+144 for changeset 31f5023200d4
f1c5a8aa194 : Added tag jdk-9+143 for changeset d62173b931bf
f1b7123f686 : Added tag jdk-9+142 for changeset df0e03e3ca0e
10ee43b55a1 : 8181597: Process Proxy presentation
12df2c46a9e : 8181597: Process Proxy presentation
19e8aebbd92 : 8181597: Process Proxy presentation
0e8dc0d3841 : 8181597: Process Proxy presentation
7923d1aba4e : Added tag jdk-9+141 for changeset 9aadd2163b56
b940cd83e73 : Added tag jdk-9+140 for changeset 0875007901f7
20a5622e01b : Added tag jdk-9+139 for changeset 65477538bec3
afbf72bdad6 : Added tag jdk-9+138 for changeset d273dfe9a126
a85739a2e4b : Added tag jdk-9+137 for changeset 9cb87c88ed85
bf6427a55aa : Added tag jdk-9+136 for changeset 1b4b5d01aa11
55392080f07 : Added tag jdk-9+135 for changeset e384420383a5
1a5f4a7f9c9 : Added tag jdk-9+134 for changeset a71210c0d980
a0f04e5b3d7 : Added tag jdk-9+133 for changeset e17429a7e843
c64d17bf594 : Added tag jdk-9+132 for changeset 2e83d21d78cd
373bbebeeb4 : Added tag jdk-9+131 for changeset 4d2a15091124
bd522d5ad36 : 8174756: Extra validation for public keys
f411835c464 : 8174756: Extra validation for public keys
b2441f4a671 : Added tag jdk-9+130 for changeset e613affb88d1
98215e73b00 : Added tag jdk-9+129 for changeset e8373543a3f0
b3135ab3bc6 : Added tag jdk-9+128 for changeset 5bf88dce615f
d4f4ebc1480 : Added tag jdk-9+127 for changeset 8e45018bde9d
1b2daf8d675 : Added tag jdk-9+126 for changeset 03e7b2c5ae34
11bc3957205 : Added tag jdk-9+125 for changeset 3aa52182b3ad
5a137902ed2 : Added tag jdk-9+124 for changeset 2a5697a98620
cc2a81bda90 : Added tag jdk-9+123 for changeset d53037a90c44
9cb53b6f6a1 : Added tag jdk-9+122 for changeset 7693aa00e131
753e7f45aee : Added tag jdk-9+121 for changeset 18e5cdecb37a
5ffbc1cc658 : Added tag jdk-9+120 for changeset 933054343640
d649295e9a8 : Added tag jdk-9+119 for changeset caf97b37ebec
758401f3859 : Added tag jdk-9+118 for changeset 7c04fcb12bd4
9b3b08a7055 : Added tag jdk-9+117 for changeset 82b8d12a553f
1117b02a8ef : Added tag jdk-9+116 for changeset 84aba7335005
3a647e6b88a : Added tag jdk-9+115 for changeset 8d78fb40648d
e05ba6a4219 : Added tag jdk-9+114 for changeset c84d0cce090e
00638c5fdc3 : Added tag jdk-9+113 for changeset 6072af7a98be
4aacfc5569f : Added tag jdk-9+112 for changeset 7359994942f8
7ab46748d4a : Added tag jdk-9+111 for changeset a6614ff7bf09
df4c8d06f74 : Added tag jdk-9+110 for changeset 4a95f4b1bd8b
96678b62c68 : Added tag jdk-9+109 for changeset c870cb782aca
5bad9dfc375 : Added tag jdk-9+108 for changeset 257b579d8132
5c93b2a1544 : Added tag jdk-9+107 for changeset 1c076468bf7d
99a9fb0cb93 : Added tag jdk-9+106 for changeset 6c644cca3f3f
b58e8805c21 : Added tag jdk-9+105 for changeset db483b34fa71
95da7ab1fca : Added tag jdk-9+104 for changeset 086c682bd8c5
5ff5c40986a : Added tag jdk-9+103 for changeset 4a652e4ca952
336bf16ec0f : Added tag jdk-9+102 for changeset 2dc4c11fe488
fa2f198c1ad : Added tag jdk-9+101 for changeset 80f67512daa1
4a3e3d4ffab : Added tag jdk-9+100 for changeset 4379223f8806
1c864cc1980 : Added tag jdk-9+99 for changeset f9bcdce2df26
d40c22e0351 : Added tag jdk-9+98 for changeset d00ad2d9049a
ead3b7eb458 : Added tag jdk-9+97 for changeset 4edcff1b9a88
05aa9e7c801 : Added tag jdk-9+96 for changeset 139f19d70350
45397214c58 : Added tag jdk-9+95 for changeset 5ac6287ec71a
01be87be59d : Added tag jdk9-b94 for changeset 25a2cab05cfb
c5f947f3007 : Added tag jdk9-b93 for changeset 09206c6513b3
d9cf79d179f : Added tag jdk9-b92 for changeset f242d4332f56
9e9abfd9975 : Added tag jdk9-b91 for changeset 8077fd2f055d
a9c071e412b : Added tag jdk9-b90 for changeset d131f4b8433a
927ea469e01 : Added tag jdk9-b89 for changeset 4a0312f2894b
29f46c98ad8 : Added tag jdk9-b88 for changeset 16b4968f9bb8
bcd18226cc7 : Added tag jdk9-b87 for changeset 1a52a30674cd
7caafbaaead : Added tag jdk9-b86 for changeset 7db0663a5e96
567dc786f50 : Added tag jdk9-b85 for changeset 8392405ab038
e28ca6877c0 : Added tag jdk9-b84 for changeset 51b2db2fa04c
cb151213792 : Added tag jdk9-b83 for changeset f61a63b7d1e5
9ab5208f887 : Added tag jdk9-b82 for changeset 6521875cb63e
d34b1837312 : Added tag jdk9-b81 for changeset 2050b3a0aadc
516e2ea58da : Added tag jdk9-b80 for changeset 3c9f5bd909ae
c87c41e5efb : Added tag jdk9-b79 for changeset 3966bd3b8167
f1684cd8352 : Added tag jdk9-b78 for changeset c8753d0be177
2c4538edd5d : Added tag jdk9-b77 for changeset c25e882cee96
22b73ed37c0 : Added tag jdk9-b76 for changeset eeea9adfd1e3
49464f7ae5e : Added tag jdk9-b75 for changeset f55df5cfe11c
5f0a5f2be0c : Added tag jdk9-b74 for changeset 7c577fda1855
71fb3911668 : Added tag jdk9-b73 for changeset 9b3a9d72f07b
9e369111487 : Added tag jdk9-b72 for changeset 61d2d0629b6d
848c5ab61e2 : Added tag jdk9-b71 for changeset f66c18528472
8c2fc17adfe : Added tag jdk9-b70 for changeset 43d0179ee9de
5249b913175 : Added tag jdk9-b69 for changeset d69c968463f0
e5dabe0de11 : Added tag jdk9-b68 for changeset 5b500c93ce48
07f668a7462 : Added tag jdk9-b67 for changeset 56166ce66037
f74e08ff8fc : Added tag jdk9-b66 for changeset ff3fc75f3214
1926e70cbb8 : Added tag jdk9-b65 for changeset 4915246064b2
77a753da21c : Added tag jdk9-b64 for changeset 8ffdeabc7c2b
ae938ff1321 : Added tag jdk9-b63 for changeset 989253a902c3
f7fcffccd1e : Added tag jdk9-b62 for changeset e7dbbef69d12
95c5aa2ef1e : Added tag jdk9-b61 for changeset ac3f5a39d4ff
6f44cda10b0 : Added tag jdk9-b60 for changeset 38f98cb6b335
6a9e4d3c8fe : Added tag jdk9-b59 for changeset da950f343762
6032f62b0e8 : Added tag jdk9-b58 for changeset f40752db7773
31e290742bd : Added tag jdk9-b57 for changeset ddb95d8f169b
00ad516e403 : Added tag jdk9-b56 for changeset 47544495db2d
0198eb6feba : Added tag jdk9-b55 for changeset c97e2d1bad97
ef1189e300f : Added tag jdk9-b54 for changeset 82cd31c5d6ca
7bb362569a3 : Added tag jdk9-b53 for changeset 874d76e4699d
3d644654959 : Added tag jdk9-b52 for changeset d6224d602145
6ea721380c2 : Added tag jdk9-b51 for changeset 6efe265424e3
f6fd594f989 : Added tag jdk9-b50 for changeset 1550b2f6b63d
7c6c2485309 : Added tag jdk9-b49 for changeset 5b8db585a33c
82418d4c815 : Added tag jdk9-b48 for changeset b2f9702efbe9
be240f80fbc : Added tag jdk9-b47 for changeset 8327024a9955
b1b7c437259 : Added tag jdk9-b46 for changeset 722378bc599e
49f6e20fba6 : Added tag jdk9-b45 for changeset bfc24ae2b900
5b58151c4f5 : Added tag jdk9-b44 for changeset abbfccd659b9
16fd24d195c : Added tag jdk9-b43 for changeset 6494b13f88a8
c587b06be28 : Added tag jdk9-b42 for changeset 3107be2ba9c6
1e89746cb2e : Added tag jdk9-b41 for changeset 9fffb959eb41
e5ca45cb6a3 : Added tag jdk9-b40 for changeset 82f4cb44b2d7
5550c319025 : Added tag jdk9-b39 for changeset 4e7c4d692e93
51813d86d73 : Added tag jdk9-b38 for changeset 948cceef81ba
2bb2dec6335 : Added tag jdk9-b37 for changeset b409bc51bc23
997b80adb62 : Added tag jdk9-b36 for changeset 41df50e7303d
841d31efe85 : Added tag jdk9-b35 for changeset a137992d750c
8f6a5cba429 : Added tag jdk9-b34 for changeset 9618201c5df2
9f07d7da5ed : Added tag jdk9-b33 for changeset f0c5e4b732da
7b74b32c427 : Added tag jdk9-b32 for changeset 1b1ec4291abc
4498f2b1ca4 : Added tag jdk9-b31 for changeset 9d0e6639a4d7
60e74f0f160 : Added tag jdk9-b30 for changeset b2287cac7813
d5bf7e1d4c7 : Added tag jdk9-b29 for changeset c36c00926937
773dc212463 : Added tag jdk9-b28 for changeset f4269e8f454e
f136656aab9 : Added tag jdk9-b27 for changeset d06a6d3c66c0
a1c6aa85691 : Added tag jdk9-b26 for changeset cd6f4557e7fe
44f3040bebb : Added tag jdk9-b25 for changeset 13a5c76976fe
a004be46c7e : Added tag jdk9-b24 for changeset d9ce05f36ffe
4118f2199c7 : Added tag jdk9-b23 for changeset 39cfdc2dcaf3
1adaf7cc738 : Added tag jdk9-b22 for changeset 9678e0db8ff6
85c459e071b : Added tag jdk9-b21 for changeset 28dd0c7beb3c
8af4a825cb8 : Added tag jdk9-b20 for changeset 89731ae72a76
08343847dc2 : Added tag jdk9-b19 for changeset 2dcf544eb7ed
bd3afc03f0a : Added tag jdk9-b18 for changeset c5495e25c725
99608782c23 : Added tag jdk9-b17 for changeset 410bccbded9e
9eb20f7276b : Added tag jdk9-b16 for changeset 4a09f5d30be8
91bdbac03ae : Added tag jdk9-b15 for changeset 74eb0778e4f2
1b0c4c65947 : Added tag jdk9-b14 for changeset 97932f6ad950
2abfff6f460 : Added tag jdk9-b13 for changeset 1a30593dcb98
021b48d48de : Added tag jdk9-b12 for changeset 0d1f816217dc
c83a40f8a6e : Added tag jdk9-b11 for changeset 0809c9a4d36e
d3eac6351e7 : Added tag jdk9-b10 for changeset 8c0bdeecd7c0
736625c4757 : Added tag jdk9-b09 for changeset efe7dbc60886
45fafb7d84c : Added tag jdk9-b08 for changeset b47e02119575
7a7a00379be : Added tag jdk9-b07 for changeset c826d05f1fb0
7be645c03cf : Added tag jdk9-b06 for changeset 85dbdc227c5e
199b5e55980 : Added tag jdk9-b05 for changeset dd311791ad68
dacbf835c23 : Added tag jdk9-b04 for changeset 099891b1d86f
88e0bccd2b8 : Added tag jdk9-b03 for changeset 7f655f31f9bc
be10ffa6408 : Added tag jdk9-b02 for changeset b32e2219736e
cd5f167d2eb : Added tag jdk9-b01 for changeset f130ca87de66
9decde8843b : Added tag jdk9-b00 for changeset 13b877757b0b
4275b93b8f5 : Added tag jdk8-b120 for changeset a1ee9743f4ee
2c4cf81da90 : Added tag jdk8-b119 for changeset 87b743b2263c
df0660898e2 : Added tag jdk8-b118 for changeset f5b521ade7a3
5fefcb8c455 : Added tag jdk8-b117 for changeset 31b0e03fcad7
83bb31e1dee : Added tag jdk8-b116 for changeset aaf663f591ab
f164e640ebc : Added tag jdk8-b115 for changeset 3dd9732b1703
10d223c170c : Added tag jdk8-b114 for changeset dfa34ab293fa
2aa30fbbffe : Added tag jdk8-b113 for changeset 4a4dbcf7cb7d
b6dc1ffefd9 : Added tag jdk8-b112 for changeset ad67c34f79c2
5e19a4a4eaf : Added tag jdk8-b111 for changeset b9a0f6c693f3
f84ac5de52d : Added tag jdk8-b110 for changeset b5d2bf482a3e
a398cd02750 : Added tag jdk8-b109 for changeset af9a674e12a1
37283c98472 : Added tag jdk8-b108 for changeset 74049f7a28b4
76083df2e17 : Added tag jdk8-b107 for changeset 892889f44575
72f9f7a29f9 : Added tag jdk8-b106 for changeset 514b0b69fb96
93bcbac293b : Added tag jdk8-b105 for changeset 589f4fdc584e
177cf423212 : Added tag jdk8-b104 for changeset b5ed503c26ad
e391edefea1 : Added tag jdk8-b103 for changeset 30a1d677a20c
9a9c31a6902 : Added tag jdk8-b102 for changeset bbe43d712fe0
30a5f497ce3 : Added tag jdk8-b101 for changeset edb01c460d4c
eef5f7b088e : Added tag jdk8-b100 for changeset 3d34036aae4e
db93e08c87d : Added tag jdk8-b99 for changeset 2d3875b0d18b
278c2e7fb91 : Added tag jdk8-b98 for changeset 711eb4aa87de
dc7547e0c04 : Added tag jdk8-b97 for changeset 0a85476a0b9c
a4b7a831476 : Added tag jdk8-b96 for changeset ea73f01b9053
45f9665948f : Added tag jdk8-b95 for changeset 49fe9c804913
3d1ff1654d5 : Added tag jdk8-b94 for changeset 0d804e3b955d
47f305febbe : Added tag jdk8-b93 for changeset b72ae39e1329
8b668ed3557 : Added tag jdk8-b92 for changeset 2fd6acba737b
a4a4a20033e : Added tag jdk8-b91 for changeset 80b6c3172dc2
67bf5b90b2f : Added tag jdk8-b90 for changeset f09ab0c41618
7b4575be57f : Added tag jdk8-b89 for changeset 4dec41b3c5e3
fba9ae8ed65 : Added tag jdk8-b88 for changeset e517701a4d0e
8a706d1baa7 : Added tag jdk8-b87 for changeset 5ebf6c63714d
72f0064b926 : Added tag jdk8-b86 for changeset da9a4c931281
cb3ec7f7b47 : Added tag jdk8-b85 for changeset 1872c1252909
8e31509df14 : Added tag jdk8-b84 for changeset d7ad0dfaa411
916bf9b7c96 : Added tag jdk8-b83 for changeset bcebd3fdefc9
5bfab7cabf8 : Added tag jdk8-b82 for changeset 5e8c55025644
781c673b595 : Added tag jdk8-b81 for changeset e41d716405b2
3a5d99bd97e : Added tag jdk8-b80 for changeset 3fa21fbf9be7
6750549bb0c : Added tag jdk8-b79 for changeset a1313a8d90d1
713c85dda84 : Added tag jdk8-b78 for changeset 6d3dcd34b5b9
ae06986c805 : Added tag jdk8-b77 for changeset d17eb2e13e36
918f015f183 : Added tag jdk8-b76 for changeset f407160c280d
828d2063d29 : Added tag jdk8-b75 for changeset f1478a6d25fd
8a530c580d0 : Added tag jdk8-b74 for changeset f627eff81962
7d55c307654 : Added tag jdk8-b73 for changeset fe94b40ffd93
be76fc517ff : Added tag jdk8-b72 for changeset 6725b3961f98
f62e421be45 : Added tag jdk8-b71 for changeset a41ada2ed4ef
ad2d6c7304f : Added tag jdk8-b70 for changeset 0d625373c69e
fe3ab5fb836 : Added tag jdk8-b69 for changeset adb5171c554e
5426c556922 : Added tag jdk8-b68 for changeset cb33628d4e8f
b2bf35c6d81 : Added tag jdk8-b67 for changeset 76cc9bd3ece4
b94c2e86deb : Added tag jdk8-b66 for changeset 17820b958ae8
c7ff8ac152d : Added tag jdk8-b65 for changeset a2cf4d4a4843
ccba13a936f : Added tag jdk8-b64 for changeset 70fa4b11f265
3672cc8983a : Added tag jdk8-b63 for changeset 21ee1dd7b809
47efefa42ff : 8181692: Update storage implementations
2ccd6e0dcd4 : Added tag jdk8-b62 for changeset 8d9d430b4244
919df15706b : Added tag jdk8-b61 for changeset cdaa6122185f
87333a2f62b : Added tag jdk8-b60 for changeset 5e3adc681779
205dc9cf8bf : Added tag jdk8-b59 for changeset 3bd874584fc0
a7b92626236 : Added tag jdk8-b58 for changeset 479d3302a26d
2fef43b669a : Added tag jdk8-b57 for changeset 2c21c080b11b
371977df558 : Added tag jdk8-b56 for changeset ffe6bce5a521
cca26ba2b75 : Added tag jdk8-b55 for changeset 319f583f66db
298c94f6976 : Added tag jdk8-b54 for changeset 7c6aa31ff1b2
1a12fb6afdc : Added tag jdk8-b53 for changeset c7aa5cca1c01
f7b87d9833a : Added tag jdk8-b52 for changeset b67041a6cb50
4b70292c6e7 : Added tag jdk8-b51 for changeset 382651d28f25
b4175c09a4d : Added tag jdk8-b50 for changeset 38fe5ab02890
41cc1f7428d : Added tag jdk8-b49 for changeset cecd7026f30c
c56fac967bc : Added tag jdk8-b48 for changeset 086271e35b0a
caf3a225512 : Added tag jdk8-b47 for changeset b820143a6f1c
930a037c8a7 : Added tag jdk8-b46 for changeset 600c9a1feb01
416f5cdc55a : Added tag jdk8-b45 for changeset 9b19b2302c28
cf287c5bdcf : Added tag jdk8-b44 for changeset 7e981cb0ad6a
387fa43d589 : Added tag jdk8-b43 for changeset 69d8a827cdf9
3f51f1559cf : Added tag jdk8-b42 for changeset 5c5a64ec0839
4ab6f2a73e5 : Added tag jdk8-b41 for changeset c029c972396c
76281117bf8 : Added tag jdk8-b40 for changeset 6e4e654931b9
7dabba40eef : Added tag jdk8-b39 for changeset 35a539727877
614cc9b497b : Added tag jdk8-b38 for changeset 4cc5610a6dd6
e97f5810527 : Added tag jdk8-b37 for changeset b3a91113026c
914f8091eb2 : Added tag jdk8-b36 for changeset 98ce9816ae08
cdc63696c61 : Added tag jdk8-b35 for changeset f151d5833912
d0b48aded17 : Added tag jdk8-b34 for changeset 0ae89825c75c
e4dc96218ef : Added tag jdk8-b33 for changeset a6e6d42203e6
7cd98c80f50 : Added tag jdk8-b32 for changeset 2c5208ccb863
8a3342a6f0f : Added tag jdk8-b31 for changeset bac81e9f7d57
c032e73d2de : Added tag jdk8-b30 for changeset 23da7804aca0
e989f7c362c : Added tag jdk8-b29 for changeset e070119aa56e
8e4345a87ee : Added tag jdk8-b28 for changeset 16ba58282d11
111563dc520 : Added tag jdk8-b27 for changeset c51754cddc03
96b24787fb3 : Added tag jdk8-b26 for changeset 6c805d8ed4e5
59653c4b366 : Added tag jdk8-b25 for changeset 0071a6d64113
afcf500d46a : Added tag jdk8-b24 for changeset 7d3720d8c595
1cbd6b266b4 : Added tag jdk8-b23 for changeset 498124337041
44e95b7411d : Added tag jdk8-b22 for changeset e8f03541af27
ce4cb9925df : Added tag jdk8-b21 for changeset b3a426170188
94654f35c9e : Added tag jdk8-b20 for changeset 6561530ea757
fde11e8b695 : Added tag jdk8-b19 for changeset 0ff7113a0882
ea434b80eac : Added tag jdk8-b18 for changeset 885050364691
cabbc476d34 : Added tag jdk8-b17 for changeset f0eccb294698
2deb7772863 : Added tag jdk8-b16 for changeset 736a63b854f3
4fc69c38d0a : Added tag jdk8-b15 for changeset b5060eae3b32
c0377fea314 : Added tag jdk8-b14 for changeset 9ffaa48dbfb0
700143865e7 : Added tag jdk8-b13 for changeset 4cc0ef72c812
c17726339a3 : Added tag jdk8-b12 for changeset 86db042b3385
f5a4ed3bccf : Added tag jdk8-b11 for changeset cc1f5ce8e504
cfec5ad9f9b : Added tag jdk8-b10 for changeset f651ce871279
0324f8cbc8a : Added tag jdk8-b09 for changeset fbf3cabc9e3b
453101c15dd : Added tag jdk8-b08 for changeset 24ee504f8041
933fa3f5aa6 : Added tag jdk8-b07 for changeset bc5710332b29
c67e801a7eb : Added tag jdk8-b06 for changeset 429da7734bf4
e07eabce2d6 : Added tag jdk8-b05 for changeset c4f9ea1ecb55
e1ba0b5061d : Added tag jdk8-b04 for changeset 31f5c34d7808
ba15f14cab3 : Added tag jdk8-b03 for changeset 6815e85bf96d
340113d0525 : Added tag jdk8-b02 for changeset 1b9d19620eb4
ae60008a945 : Added tag jdk8-b01 for changeset de9223c94f9c
d2ee213f52a : Added tag jdk7-b147 for changeset a2a589fc2954
1c3399369f7 : Added tag jdk7-b146 for changeset dca1e8a87e8f
612ac4317cc : Added tag jdk7-b145 for changeset 8294c99e685a
c8bbde04f34 : Added tag jdk7-b144 for changeset 07a8728ad49e
de5fe7d0465 : Added tag jdk7-b143 for changeset 4a05062d8c4d
75cadd7c0a3 : Added tag jdk7-b142 for changeset 92bf0655022d
efaf0a01609 : Added tag jdk7-b141 for changeset 5d86d0c7692e
e15276198f2 : Added tag jdk7-b140 for changeset f4298bc3f4b6
68eaf98b48b : Added tag jdk7-b139 for changeset 955488f34ca4
9fa46de4783 : Added tag jdk7-b138 for changeset 62b8e328f8c8
823acee6417 : Added tag jdk7-b137 for changeset d1cf7d4ee16c
315ba2044ee : Added tag jdk7-b136 for changeset 46acf76a5339
618dd7284ee : Added tag jdk7-b135 for changeset f75a1efb1412
227be5d5373 : Added tag jdk7-b134 for changeset def8e16dd237
d275c30f30a : Added tag jdk7-b133 for changeset fd444c61e7ed
59f3d24ec08 : Added tag jdk7-b132 for changeset d61280d36755
2531594fa28 : Added tag jdk7-b131 for changeset d8af56da89bc
8d719f4d23f : Added tag jdk7-b130 for changeset a36beda9b9de
cefd74de847 : Added tag jdk7-b129 for changeset 6823ea7eb8eb
07e5b04f379 : Added tag jdk7-b128 for changeset 7da3f5f30855
f42ab847cb1 : Added tag jdk7-b127 for changeset f83cd8bd35c6
b76a9db1da6 : Added tag jdk7-b126 for changeset f1df06807698
faa6928fef4 : Added tag jdk7-b125 for changeset f658ec2730fa
58bd1155df1 : Added tag jdk7-b124 for changeset aa894c225b1a
f89ccfd05b6 : Added tag jdk7-b123 for changeset 142129d8599d
50df18acb6d : Added tag jdk7-b122 for changeset 6f09ea1c034f
5fee9a54ad7 : Added tag jdk7-b121 for changeset 0ce0a2c3a692
9ff9b05487d : Added tag jdk7-b120 for changeset 8c840d3ab24f
dbf4b1d8c36 : Added tag jdk7-b119 for changeset 4951967a61b4
d186db2030c : Added tag jdk7-b118 for changeset 2e876e59938a
643fc4346f5 : Added tag jdk7-b117 for changeset 228e73f288c5
2480f55ce93 : Added tag jdk7-b116 for changeset a4e6aa1f45ad
ca518656049 : Added tag jdk7-b115 for changeset 9cb24917216b
df9d0ad5d7c : Added tag jdk7-b114 for changeset 750c1ccb2f2d
056918b3271 : Added tag jdk7-b113 for changeset 1fee41c7ed2b
d64d53d9320 : Added tag jdk7-b112 for changeset f960f117f162
eb04bc36371 : Added tag jdk7-b111 for changeset 69f3edf08347
c9a2ea98b6e : Added tag jdk7-b110 for changeset a6442d6bc38a
8cd2aa8c64e : Added tag jdk7-b109 for changeset e02b4d709e17
5d8706c95b9 : Added tag jdk7-b108 for changeset 044d31b99ef5
53342071dd0 : Added tag jdk7-b107 for changeset 439de530aac5
e86933fff37 : Added tag jdk7-b106 for changeset 6bdae472f772
9ba9de33df9 : Added tag jdk7-b105 for changeset 1ce7938efb03
c88a15e0398 : Added tag jdk7-b104 for changeset 10bc903a228d
183ac93d853 : Added tag jdk7-b103 for changeset 647709708658
6c88f27e202 : Added tag jdk7-b102 for changeset 88db80c8e49c
a803c035d38 : Added tag jdk7-b101 for changeset 2548ac036b8f
b65efc86e64 : Added tag jdk7-b100 for changeset 2d6ba7a22191
27a64b8f8bd : Added tag jdk7-b99 for changeset c4c8a5bc54f6
e3c64d0972f : Added tag jdk7-b98 for changeset db6e66012044
e80b2ed5804 : Added tag jdk7-b97 for changeset 7e406ebed9a5
0ed38b85951 : Added tag jdk7-b96 for changeset d260f892491e
bd66c1e0559 : Added tag jdk7-b95 for changeset 654298d26561
0dfc4a78526 : Added tag jdk7-b94 for changeset 8bb281f0f915
12917806fbd : Added tag jdk7-b93 for changeset b5dab6a313fd
f05258b61c4 : Added tag jdk7-b92 for changeset ff9031a745d9
404ff1ae4b3 : Added tag jdk7-b91 for changeset 308ad8f68b8d
e7e93ff0ddb : Added tag jdk7-b90 for changeset 1d1927f9ec09
75ce04fa11d : Added tag jdk7-b89 for changeset 44158f6d3b94
5cb070296fd : Added tag jdk7-b88 for changeset 7077b95d42f6
a23f0a776b1 : Added tag jdk7-b87 for changeset b7456c473862
c381168275f : Added tag jdk7-b86 for changeset c94d9cc81f49
056f97db023 : Added tag jdk7-b85 for changeset b6f633a93ae0
852eff28500 : Added tag jdk7-b84 for changeset b1e55627a698
47d4143feea : Added tag jdk7-b83 for changeset 34c8199936a1
d7489b80de5 : Added tag jdk7-b82 for changeset a30062be6d9c
04d32968fee : Added tag jdk7-b81 for changeset dcc938ac40cc
067def0f1b3 : Added tag jdk7-b80 for changeset e6abd38682d2
d035093f93b : Added tag jdk7-b79 for changeset e9c98378f6b9
539d50484a8 : Added tag jdk7-b78 for changeset 4061c66ba1af
8cc7f24be1a : Added tag jdk7-b77 for changeset 1d0121b741f0
709cc05d62e : Added tag jdk7-b76 for changeset 09e0b33177af
84f6540bcd1 : Added tag jdk7-b75 for changeset 946518568340
69c643745a5 : Added tag jdk7-b74 for changeset 4e7661eaa211
edb2586655b : Added tag jdk7-b73 for changeset ce74bd35ce94
46f3972d89a : Added tag jdk7-b72 for changeset df4bcd06e1d0
b622e832422 : Added tag jdk7-b71 for changeset c5d39b6be65c
b467ec2dd47 : Added tag jdk7-b70 for changeset 207f694795c4
a88f2106e11 : Added tag jdk7-b69 for changeset 1b662b1ed14e
75f841a96e6 : Added tag jdk7-b68 for changeset bca2225b66d7
7dd13af2ed3 : Added tag jdk7-b67 for changeset eb24af1404ae
0a40f0e773e : Added tag jdk7-b66 for changeset 62109d1b9e73
bf4de55659a : Added tag jdk7-b65 for changeset 7d3bf00f3cc4
ccf664b5ccc : Added tag jdk7-b64 for changeset d22867c5f1b2
4b7ceefbbd9 : Added tag jdk7-b63 for changeset dfd8506f74c3
5032399d573 : Added tag jdk7-b62 for changeset 6107cbff3130
83f09c53ec0 : Added tag jdk7-b61 for changeset dbb955b1ee59
8bb8b01aa7b : Added tag jdk7-b60 for changeset 5a10e4d0b14d
ac9ea072da5 : Added tag jdk7-b59 for changeset c33e7d38c921
08bc6f6c374 : Added tag jdk7-b58 for changeset d60a9ce3c3ea
6d493ab8c7e : Added tag jdk7-b57 for changeset b44f05654c26
4be4e2435b4 : Added tag jdk7-b56 for changeset a8134c4ee2cf
28535fab17c : Added tag jdk7-b55 for changeset c8b275d62d6b
2e266fe5dee : Added tag jdk7-b54 for changeset 15096652c4d4
1fcb5893bd7 : Added tag jdk7-b53 for changeset d52186ee770d
fd20a6a950c : Added tag jdk7-b52 for changeset 7a90e89e36d1
0f6b9a919bf : Added tag jdk7-b51 for changeset a25c5ec5e40e
78cace06527 : Added tag jdk7-b50 for changeset 5da0e6b9f4f1
b63abe6d478 : Added tag jdk7-b49 for changeset 6b84b04a80af
4105f380be7 : Added tag jdk7-b48 for changeset 1bf51a4c2627
3c99661ae99 : Added tag jdk7-b47 for changeset 0c4657194eec
82369871842 : Added tag jdk7-b46 for changeset 04b2620edc72
790f9d6ecff : Added tag jdk7-b45 for changeset 54dffad0bf06
69c61f7b173 : Added tag jdk7-b44 for changeset 5843778bda89
8fbcdf83c01 : Added tag jdk7-b43 for changeset 41bd0a702bc8
34fa2378f9b : Added tag jdk7-b42 for changeset caf58ffa0845
72364487662 : Added tag jdk7-b41 for changeset 3cb2a607c347
6b1c37ee8c7 : Added tag jdk7-b40 for changeset 3c53424bbe3b
9b96a6a5477 : Added tag jdk7-b39 for changeset 126f365cec6c
5475b9302f1 : Added tag jdk7-b38 for changeset a2879b2837f5
4f488daefdc : Added tag jdk7-b37 for changeset c2036bf76829
29443cad9a5 : Added tag jdk7-b36 for changeset d718a4419361
18ff8e7ca8c : Added tag jdk7-b35 for changeset 6d909d5803e3
996e6846f40 : Added tag jdk7-b34 for changeset 90cf935adb35
35b925db8ce : Added tag jdk7-b33 for changeset 6838c1a3296a
348dc4c1482 : Added tag jdk7-b32 for changeset a9f1805e3ba9
c3f114974aa : Added tag jdk7-b31 for changeset cd8b8f500fac
2ed92fd65e6 : Added tag jdk7-b30 for changeset bee4731164a0
764065640e6 : Added tag jdk7-b29 for changeset bfe4572fd301
960b8e7ef17 : Added tag jdk7-b28 for changeset 18dc4ba4739a
8193c137489 : Added tag jdk7-b27 for changeset 67052ac87fc9
090ec1d5a5f : Added tag jdk7-b26 for changeset 5ae7db536e3f
2a6f9fad48e : Added tag jdk7-b25 for changeset bf2517e15f0c
4cab019dcbc : Added tag jdk7-b24 for changeset 1cc8dd79fd1c
1a1484c7553 : 8183536: Update jdk tests to allow for unique test classes directory
ce9501e66a0 : 8183503: Update hotspot tests to allow for unique test classes directory
b7b5e80b9df : 8183570: Rework is_aligned_ to avoid multiple evaluation of the size expression
6b3598549bd : 8183103: Post loop vectorization produces incorrect results
ef3a681e7b1 : 8183103: Post loop vectorization produces incorrect results
72862161869 : 8183514: Remove intermittent key from httpclient test TimeoutOrdering and ErrorTest
1be87a5f55d : 8183512: Remove intermittent key from nio test Transfer4GBFile.java TransferTo6GBFile.java and StressLoopback.java
22795d41080 : 8183531: Wrong @modules in test javax/net/ssl/ciphersuites/ECCurvesconstraints.java
2e05cfc1756 : 8183401: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java fails with The VM does not support the minimum JVMCI API version required by Graal
7a7f534d7b5 : 8183401: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java fails with The VM does not support the minimum JVMCI API version required by Graal
313f3e3ef58 : 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
00b20045986 : 8140284: Deprecate -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal
8055a4e57d0 : 8183128: Update RefineCardTableEntryClosure
1af7551c3ed : 8183226: Remembered set summarization accesses not fully initialized java thread DCQS
784eb432771 : 8183543: Aarch64: C2 compilation often fails with "failed spill-split-recycle sanity check"
fe5bc09ad0e : 8183543: Aarch64: C2 compilation often fails with "failed spill-split-recycle sanity check"
248948c08bf : 8174756: Extra validation for public keys
ba9e2c55e02 : 8174756: Extra validation for public keys
1ed1b9020b6 : Added tag jdk8u152-b06 for changeset a3942123b9b5
ae4109cc1b3 : Added tag jdk8u152-b06 for changeset d4b8733b1ccc
e9b6405a286 : Added tag jdk8u152-b06 for changeset cfc7eb3fb4c5
010891ad8bb : Added tag jdk8u152-b06 for changeset dfef435f5448
4cb9235158c : Added tag jdk8u152-b06 for changeset 315624e64885
2955eb0b360 : Added tag jdk8u152-b06 for changeset e1d573633a95
216d9c3765f : Added tag jdk8u152-b06 for changeset 843520bb403c
2465ee379ea : Added tag jdk8u152-b06 for changeset dfd57f5dd779
15ce8468ef1 : Added tag jdk8u152-b06 for changeset ac1d3b193c99
077ecabe131 : Added tag jdk8u152-b06 for changeset f517a2d8f5b7
014375e049e : Added tag jdk8u152-b06 for changeset 1ebab8d5a2cd
beecfb1fc7a : Added tag jdk8u152-b06 for changeset a00d5d2e9b6d
b5f05c5a10a : Added tag jdk8u152-b06 for changeset 1b27b23b69dd
2734522e49e : Added tag jdk8u152-b06 for changeset 99d3b4bae125
94ccc07f621 : Added tag jdk8u152-b06 for changeset 49d21cbf2905
f514981745b : Added tag jdk8u152-b06 for changeset 2c3f29d9340c
f196fe281a0 : 8182776: Fix typos in module declarations 8183161: Fix font-family style attributes in module declarations
fac697fed9f : 8182776: Fix typos in module declarations 8183161: Fix font-family style attributes in module declarations
c1860918982 : 8182776: Fix typos in module declarations
2b72035e0e6 : 8182776: Fix typos in module declarations
f4a6acfdee0 : 8182776: Fix typos in module declarations
0b2ccdfac7e : 8182776: Fix typos in module declarations
3b5cb87d47b : 8183251: Meta "keywords" tag malformed in overview-summary.html and related pages
7ebd6e3f507 : 8182776: Fix typos in module declarations
c24850b308c : 8182776: Fix typos in module declarations
391bdde4785 : 8182776: Fix typos in module declarations
f1ea9d09e50 : 8182776: Fix typos in module declarations
45006709878 : 8183251: Meta "keywords" tag malformed in overview-summary.html and related pages
f5388e93adf : 8160199: Language's script should be reflected in user.script on Mac OS X
3c5c0d2a839 : Added tag jdk8u151-b03 for changeset 931d7134e5fa
3d1af822ed4 : Added tag jdk8u151-b03 for changeset cdca6e934ba8
fa3ed0796f8 : Added tag jdk8u151-b03 for changeset 56480cfc182f
eca2f524e8e : Added tag jdk8u151-b03 for changeset a067299b33ce
d35238cdb79 : Added tag jdk8u151-b03 for changeset 5ef931d267b8
8f6478ad457 : Added tag jdk8u151-b03 for changeset f1efb2283bb1
49dcb36d58d : Added tag jdk8u151-b03 for changeset 4d3de9c81dfa
f8587c86d42 : Added tag jdk8u151-b03 for changeset abd466ead620
2766054fb34 : Added tag jdk8u151-b03 for changeset 2ab268a2f324
82659ae58da : Added tag jdk8u151-b03 for changeset 51160081c3ba
358f3ab4f28 : Added tag jdk8u151-b03 for changeset 8e4169e3911a
a0809344f3f : Added tag jdk8u151-b03 for changeset 6f638301fb00
0f915f7f5ca : Added tag jdk8u151-b03 for changeset 841385c52855
45d95062f1d : Added tag jdk8u151-b03 for changeset 5d105dd9d9f8
e453fafc894 : Added tag jdk8u151-b03 for changeset a0feff3b86d8
e535a17ebd2 : Added tag jdk8u151-b03 for changeset fabb9b9decc1
a6490b0abcd : 8182036: Load from initializing arraycopy uses wrong memory state
340108f92bd : 8183151: DCmd Compiler.codelist should print all compiled methods
5ae3d88bb72 : 8181647: jhsdb jstack could not output thread name
3df0f64e1f3 : 8179679: Rearrange filters before card scanning
10afb6f4f0d : 8183127: UpdateRSetDeferred should not enqueue cards for NULL references
eb20e621940 : 8183262: noexecstack check in os::dll_load on Linux is too expensive
907093af231 : 8183571: PPC64 build broken after 8178499
41652a15e17 : 8183547: AArch64: Better instruction sequence for stack bangs
a18f1c2d584 : 8183552: Move align functions to align.hpp
fd301e5f760 : 8183299: Improve inlining of CompiledMethod methods into frame::sender
07218de6536 : 8183166: lib\jawt.lib is missing from JDK 9 distribution for Windows
969b909f15f : 8183166: lib\jawt.lib is missing from JDK 9 distribution for Windows
9797f94e755 : 8068836: Error message should be updated when Override is used with static methods
cfc7c5c93e7 : 8181370: Better keystore handling
882689022ba : 8181370: Better keystore handling
9f99692d513 : 8181370: Better keystore handling
a7325d45cba : 8181370: Better keystore handling
43fc1b68a22 : 8182743: Ineffective use of volatile hurts performance of Charset.atBugLevel()
6cc1fadb9a6 : 8183021: JShell tests: Fix failing tests on Windows
7b258a75616 : 8183019: Diagnostics for onExitTest
f8a30c1660b : 8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8 8182656: Make the required changes in GC code to build on OSX 10 + Xcode 8 8182657: Make the required changes in Runtime code to build on OSX 10 + Xcode 8 8182658: Make the required changes in Compiler code to build on OSX 10 + Xcode 8
3730163d9d7 : 8183286: Some java/awt and javax/swing tests miss headful jtreg keyword
8143715e7e1 : 7190539: Nimbus LaF: JPopupMenu reacts on Ctrl+Enter
f3abf05b318 : 8182577: Exception when Tab key moves focus to a JCheckbox with a custom ButtonModel
15fcd07725a : 8075063: Context menu closes on mouse scroll
b081062f1c9 : 8182047: javac compile error on type-parameter-exceptions in lambda expressions
e8693a14fbc : 8182402: Tooltip for Desktop button is in English when non-English locale is set
c33dc7513c1 : 8182975: Mark http2/BasicTest.java and FixedThreadPoolTest.java as intermittently failing
34e46eb57bc : 8183141: java --help-extra in non-English locales lists --permit-illegal-access which no longer exists
e1ab913813d : 8183141: java --help-extra in non-English locales lists --permit-illegal-access which no longer exists
c00b47cf6e1 : 8183255: Fix langtools TEST.groups file after fix for JDK-8177511
43ba99fd984 : 8182710: File.listRoots() always returns the root of CD drive
32b6a274876 : 8180877: More deeply colored ICC spaces
1f3ff90e907 : 8180877: More deeply colored ICC spaces
933e26ad58b : 8180877: More deeply colored ICC spaces
175027bed81 : 8180877: More deeply colored ICC spaces
b8d2d122ce1 : Added tag jdk-9+176 for changeset bbdee587e32e
932bbcf5c94 : Added tag jdk-9+176 for changeset 3c3f0efeb1a4
e081f2e0a63 : Added tag jdk-9+176 for changeset e447c20c3ff9
43585b8c16f : Added tag jdk-9+176 for changeset a4ba08de01fd
7f98ad4ee69 : Added tag jdk-9+176 for changeset 31ae391ec165
ff88ab9cbb9 : Added tag jdk-9+176 for changeset 2ed643787f98
54fb4388bec : Added tag jdk-9+176 for changeset 6c0b96ca2aa9
9a72bbc1542 : Added tag jdk-9+176 for changeset a9fa15f3dee6
65c49e4146c : Added tag jdk-9+176 for changeset 1b067b32463d
92c5e1fd32c : Added tag jdk-9+176 for changeset a865459049fb
0473b8a4bb4 : Added tag jdk-9+176 for changeset 13c49a3c38c0
d1804f8ac52 : Added tag jdk-9+176 for changeset 4b5557c9b656
bf9e80f5342 : Added tag jdk-9+176 for changeset 5b4945d4caef
643c60e92bb : Added tag jdk-9+176 for changeset 47565d5a42c5
8ab93bd3b7a : Added tag jdk-9+176 for changeset 8692ce69b6d1
df345cfd42f : Added tag jdk-9+176 for changeset 7ce57d6259e7
ce13d717f4f : 8182649: Unable to integrate due to compilation error
dacae3939b0 : 8182747: javac crashes on bad annotation value
272667cf70e : 8183012: Code cleanup in com.sun.tools.jdi
d9cfff236db : 8182589: TLS SNI in new Java 9 client is not available
095fb6718dc : 8182996: Incorrect mapping Long type to JavaScript equivalent
55f0a744707 : 8182996: Incorrect mapping Long type to JavaScript equivalent
ccc862452d9 : 8182996: Incorrect mapping Long type to JavaScript equivalent
6e40f2e9392 : 8183175: Add explicit constructors to MalformedParameterizedTypeException
22bcf607058 : 8183173: Add private constructors to Fdlibm-internal classes
d4adff10ed1 : 8183148: cleanup ModuleSymbol.getSimpleName
badaec37d28 : 8183142: Add bugids=dup to .jcheck/conf files for JDK 10
bd8f3f63f6d : 8183142: Add bugids=dup to .jcheck/conf files for JDK 10
62e3518cc5c : 8183142: Add bugids=dup to .jcheck/conf files for JDK 10
c55de9bee1b : 8183142: Add bugids=dup to .jcheck/conf files for JDK 10
80e9413e75f : 8183142: Add bugids=dup to .jcheck/conf files for JDK 10
c45b4ed6a59 : 8183142: Add bugids=dup to .jcheck/conf files for JDK 10
2cf79071bb2 : 8183142: Add bugids=dup to .jcheck/conf files for JDK 10
84f7a49af00 : 8183142: Add bugids=dup to .jcheck/conf files for JDK 10
efd10546865 : 8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8 8182656: Make the required changes in GC code to build on OSX 10 + Xcode 8 8182657: Make the required changes in Runtime code to build on OSX 10 + Xcode 8 8182658: Make the required changes in Compiler code to build on OSX 10 + Xcode 8
4b588dc9cbb : 8183142: Add bugids=dup to .jcheck/conf files for JDK 10
e4945e6c667 : 8181370: Better keystore handling
ed6ab6d7296 : 8182052: Test compiler/aot/cli/jaotc/CompileJarTest.java fails in JPRT
02d9418fb41 : 8182154: merge jdk.testlibrary.Platform and jdk.test.lib.Platform
849b8715151 : 8182154: merge jdk.testlibrary.Platform and jdk.test.lib.Platform
d9cd3471bc7 : 8182154: merge jdk.testlibrary.Platform and jdk.test.lib.Platform
d05cf8d6a28 : 8181053: port basicvmtest to jtreg
b796a861a9b : 8182672: Java 8u121 on Linux intermittently returns null for MAC address
db12fff4f6a : 8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
97dac0a4a10 : 8182672: Java 8u121 on Linux intermittently returns null for MAC address
59ecdd2761e : 8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
965530668bd : 8058408: Compiler should emit a clearer message for invalid parenthesized expression
ebe8a88bc44 : 8182736: javadoc generates bad names and broken module graph links
e7e662c3bb6 : 8182736: javadoc generates bad names and broken module graph links
8abe45cf102 : 8182736: javadoc generates bad names and broken module graph links
93d8c5deba6 : 8182736: javadoc generates bad names and broken module graph links
feee2261512 : 8177847: jshell tool: retain delete of non-retained mode does not locally delete
f2484da32cb : 8182268: JShell: CompletionInfo.source() for CONSIDERED_INCOMPLETE missing semicolon
0bdf3907399 : Added tag jdk8u141-b14 for changeset e0262ab2c863
3c53150f44a : Added tag jdk8u141-b14 for changeset d3eb8be6034f
7cb20e1a849 : Added tag jdk8u141-b14 for changeset 437356355e9c
4e1bff1d8ab : Added tag jdk8u141-b14 for changeset 83d583d1d4fa
aaf7e4995e9 : Added tag jdk8u141-b14 for changeset 18dab6135b59
42717e35f63 : Added tag jdk8u141-b14 for changeset 2e2d92a28df3
02de4a4422e : Added tag jdk8u141-b14 for changeset 19dabd9ff111
c0945d1f8c0 : Added tag jdk8u141-b14 for changeset 631f545d3a34
bc62cf4cc08 : Added tag jdk8u141-b14 for changeset 53e7d784aa6d
099e509071c : Added tag jdk8u141-b14 for changeset 909f6484f42b
2fe2f593e78 : Added tag jdk8u141-b14 for changeset ded993a0decc
bde3c07b7a9 : Added tag jdk8u141-b14 for changeset 0b6c04e5c125
1a1ac74f56d : Added tag jdk8u141-b14 for changeset c406f943f8e6
d4772a42cb8 : Added tag jdk8u141-b14 for changeset 5c5a730938c2
7a1baf1805a : Added tag jdk8u141-b14 for changeset a63b8d54a90b
10005bfec75 : Added tag jdk8u141-b14 for changeset e76ca3a015c1
7c3c83fb553 : 8181897: JDK 9 change to symlink handling affects SourceFile attributes
e8c680e65b4 : 8187772: JVM crash when currency set on MacOS 10.10 and earlier
5c7381d7392 : 8068513: Adding elements to a javascript 'object' (a map) is slow
f66b1c7a8ba : 8186694: JShell: speed-up compilation by reusing compiler instances
53e2d1bd556 : 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
23acdc5f21e : 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
444396a1802 : 8178699: Fail to send async requests if server doesn't response the first one
d07b9fdfdea : 8176110: JShell: completions with package results should, in most cases, be dot terminated
2fb3b40b409 : 8182489: jshell tool: rerun multiline snippet from history corrupts history
e7275ffe561 : 8182854: jshell tool: rerun multiline snippet from history corrupts history (jdk part)
7235e1dcb9e : 8182054: Improve wsdl support
c1caeccfb0d : 8182054: Improve wsdl support
cd61d2d85ec : 8182054: Improve wsdl support
f4a8e4df961 : 8182054: Improve wsdl support
dcd6653c471 : 8182054: Improve wsdl support
313f2419cb6 : 8182054: Improve wsdl support
5aaf3d34478 : Added tag jdk-10+13 for changeset b5e375e70bc2
c71f0454910 : Added tag jdk-10+13 for changeset 965113ea3d05
a5156b06b18 : Added tag jdk-10+13 for changeset 8d019eee3515
8316229a7ee : Added tag jdk-10+13 for changeset 721bae7117fe
6ed22d4bca8 : Added tag jdk-10+13 for changeset de951549612c
1a9b8152f9e : Added tag jdk-10+13 for changeset 57ad1ec78a27
55ee56a9729 : Added tag jdk-10+13 for changeset d1320b34c90f
7464411d76b : Added tag jdk-10+13 for changeset 9b00774291d5
47ead50692a : 8182652: RuntimePermission("usePolicy") is not a Java SE permission
efe930b4250 : 8182652: RuntimePermission("usePolicy") is not a Java SE permission
4b631dd1a19 : 8182672: Java 8u121 on Linux intermittently returns null for MAC address
731c860d42e : 8181742: Load that bypasses arraycopy has wrong memory state
10d189d2842 : 8181742: Load that bypasses arraycopy has wrong memory state
0c193dfdad3 : 8158361: AArch64: Address calculation missed optimizations
76f126d1baa : 8183038: Minimal vm slowdebug build fails with undefined reference to MetaspaceShared::is_valid_shared_method
3f65f7fe6de : 8178107: Compiler crashes with "assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded"
9da6aeed575 : 8184047: ExecuteInternalVMTests.java "failed on a valid DirectivesParser string" assert
d9d12f2fd98 : Added tag jdk-9+175 for changeset d6a49d0790ae
5dbd06dfaa8 : Added tag jdk-9+175 for changeset 2b0b8cd704d4
56351fd8888 : Added tag jdk-9+175 for changeset c327aea3ec4d
a247f0373ff : Added tag jdk-9+175 for changeset abb7c4afc7a8
af9da45f0ff : Added tag jdk-9+175 for changeset 44f5d5c1e741
d784425d951 : Added tag jdk-9+175 for changeset c7b4af3d0be0
c0fdbd8d85d : Added tag jdk-9+175 for changeset f7c39a27e5cd
c6d07be64f4 : Added tag jdk-9+175 for changeset 65fdff10664d
bf6d0eac9c3 : Added tag jdk-9+175 for changeset 6f21cd7ec80e
a2781053e6d : Added tag jdk-9+175 for changeset b77ce7b1db1e
7ee45eafd0e : Added tag jdk-9+175 for changeset 0278938149d8
817c716a12e : Added tag jdk-9+175 for changeset e538c0cea8fe
f3ee3de2a3e : Added tag jdk-9+175 for changeset 459f03270e86
59415028d01 : Added tag jdk-9+175 for changeset 54df726abe1e
b6d83bda4c4 : Added tag jdk-9+175 for changeset 74f490ba783a
d0b116bda13 : Added tag jdk-9+175 for changeset 3cfb07b8c037
b41bd21eec3 : 8181105: Nashorn file descriptor leak
e90f8d47945 : 8043315: Nimbus: Setting Nimbus.Overrides property affects custom keymap installation
928ca49c21d : 8182487: Add Unsafe.objectFieldOffset(Class, String)
ac315e4bd02 : 8181975: Run sun/security/pkcs11 tests on Mac
f75282d0e44 : 8181975: Run sun/security/pkcs11 tests on Mac
a54ee55cf10 : 8178508: Co-locate remaining MM tests
33ab1995fb4 : 8177511: Remove the old standard doclet
baee7e6913f : Added tag jdk8u131-b34 for changeset e4b3c83e0475
277d49a047c : Added tag jdk8u131-b34 for changeset 42677186836d
e23e92fb10a : Added tag jdk8u131-b34 for changeset 33e07317b40e
1bd95136efc : Added tag jdk8u131-b34 for changeset f907dc695e69
c2ae344b235 : Added tag jdk8u131-b34 for changeset b6f2300f1ee3
c1788d1653c : Added tag jdk8u131-b34 for changeset 95db291f3788
29a88de308d : Added tag jdk8u131-b34 for changeset e84bd3861a47
fbdb11509f7 : Added tag jdk8u131-b34 for changeset e95eb676b4d6
0c461466bc0 : Added tag jdk8u131-b34 for changeset 8c3294727fcd
ef000b72af4 : Added tag jdk8u131-b34 for changeset ef245ffc2b73
1159da4df23 : Added tag jdk8u131-b34 for changeset aa4e3646c639
f4b31940bd9 : Added tag jdk8u131-b34 for changeset d40390a841ab
63fe9615cba : Added tag jdk8u131-b34 for changeset a8c250e7c7cc
f7904a0a081 : Added tag jdk8u131-b34 for changeset c0ef058d170f
6360346a4dc : Added tag jdk8u131-b34 for changeset 4b28851d9df7
44c550e6210 : Added tag jdk8u131-b34 for changeset e6c6b029f492
610a746e818 : 8182565: remove jdk.testlibrary.Utils::tryFindJvmPid and waitForJvmPid methods
3d49068b92d : 8181823: [AOT] jaotc doesn't work with Graal
b91200f11a0 : 8182614: Backout JDK-8140436 from 8u161
9e5fefa8766 : 8182614: Backout JDK-8140436 from 8u161
791986eab2c : 8179892: Update build documentation for JDK 9
8dc9c32d0d1 : 8179892: Update build documentation for JDK 9
ed1cb7d1762 : 8182620: Problem list java/lang/String/nativeEncoding/StringPlatformChars.java for JDK-8182569
6fcedf51742 : 8182465: Refactor shell test java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh to java
3abc91d13d0 : 8075918: The regression-swing case failed as the long Tab titles are not clipped with dots at the end with NimbusLookAndFeel
c48a9a184a6 : 8181575: Refactor locale related shell test java/nio/charset/spi/basic.sh to java
455b2317689 : 8182376: Refactor shell test java/nio/file/Path/MacPathTest.sh to java
a14dd28e6bf : 8177561: Remove deprecated for removal portions of com.sun.org.apache
3a17c23926f : Added tag jdk8u162-b00 for changeset 20fe681835b7
a6018275bd5 : Added tag jdk8u162-b00 for changeset 98a5c302721f
dc61511dcba : Added tag jdk8u162-b00 for changeset ec72bc36a600
bfac6a64ed0 : Added tag jdk8u162-b00 for changeset 14c56e8fa985
04049813023 : Added tag jdk8u162-b00 for changeset 5831a2af5a01
1ed3d7f8042 : Added tag jdk8u162-b00 for changeset 05973d3b0ec3
a8d712472e0 : Added tag jdk8u162-b00 for changeset 9060e4f1fcb2
8ce5ed842b7 : Added tag jdk8u162-b00 for changeset 5ef2a1a6c9c2
801976369be : Added tag jdk8u162-b00 for changeset a7884ef145a7
142816056c8 : Added tag jdk8u162-b00 for changeset bf7b786fbf02
deba82fe2d8 : Added tag jdk8u162-b00 for changeset 8b6c04d7df88
e5e1b69b81d : Added tag jdk8u162-b00 for changeset a6891ef19741
6d92c831d96 : Added tag jdk8u162-b00 for changeset a231564ce043
81db530d3ee : Added tag jdk8u162-b00 for changeset 55061551d47e
13bee792f3f : 8182611: extLink ignores text after first newline
6641c379755 : 8178114: Fix guide links in security APIs
e17204a39de : 8178114: Fix guide links in security APIs
fc81adad0bd : Added tag jdk8u152-b05 for changeset 19df184ac9d9
41d4b2ceed4 : Added tag jdk8u152-b05 for changeset 58908358c642
06e8ebd8fba : Added tag jdk8u152-b05 for changeset 66dad491a3ff
06eef92875a : Added tag jdk8u152-b05 for changeset be85cef96933
9b5cb531351 : Added tag jdk8u152-b05 for changeset 9c94549c3235
725e51cfdb2 : Added tag jdk8u152-b05 for changeset fa0f8a1c955a
f0141cbdbb3 : Added tag jdk8u152-b05 for changeset 24c359fdc59a
ec80ee03371 : Added tag jdk8u152-b05 for changeset 584d6640b4da
ae335b1afa3 : Added tag jdk8u152-b05 for changeset 402a3337a07c
fbeee8b9628 : Added tag jdk8u152-b05 for changeset 0743c3fbbc17
16c497381eb : Added tag jdk8u152-b05 for changeset b97c270ac87f
4180c84464d : Added tag jdk8u152-b05 for changeset c8c0752ec916
1a5bbdccf23 : Added tag jdk8u152-b05 for changeset ec3124f39cca
8344d219664 : Added tag jdk8u152-b05 for changeset 887813ad8298
ccfcd26d11f : Added tag jdk8u152-b05 for changeset e0400fe09efd
5eb81a7c6be : Added tag jdk8u152-b05 for changeset fa1a04fcec61
c3f19cd70f4 : 8182609: Update ECC license file
2193e43076b : 8182609: Update ECC license file
c68319be3fd : 8182023: some java.util.jar docs contain links to technotes
c70583ffc6e : 8182023: some java.util.jar docs contain links to technotes
82f21021483 : 8182596: Fix broken links in com.sun.tools.attach.VirtualMachine
336cc8cfaa8 : 8182596: Fix broken links in com.sun.tools.attach.VirtualMachine
864fc942341 : 8182482: Module System spec updates
0ecb46f58c3 : 8182482: Module System spec updates
d2d88494287 : 8181872: C1: possible overflow when strength reducing integer multiply by constant
2a0ab692f73 : 8181872: C1: possible overflow when strength reducing integer multiply by constant
53bc67ba33b : 8179537: Update testing.md for more clarity regarding JTReg configuration
e987e9de948 : 8179537: Update testing.md for more clarity regarding JTReg configuration
fa48ee856c6 : 8182581: aarch64: fix for crash caused by earlyret of compiled method
0932a3dc0de : 8182581: aarch64: fix for crash caused by earlyret of compiled method
27d7667a343 : 8181633: Vectorization fails for some multiplication with constant cases
eb10d407d34 : 8191887: assert(b->is_Bool()) in PhaseIdealLoop::clone_iff() due to Opaque4 node
8a150bbd05d : 8178497: Bug in MutableNUMASpace::ensure_parsability
d0120db1fd3 : 8191919: Include TestJhsdbJstackLock.java in ProblemList.txt
1c25161036f : 8191153: assert(u_ctrl != blk1 && u_ctrl != blk2) failed: won't converge
d08cb7efdf6 : 8189116: Give the jdk.internal.vm.compiler.management only the permissions it really needs to expose the bean
295112c91af : 8189596: AArch64: implementation for Thread-local handshakes
39de42151a5 : 8186461: Zero's atomic_copy64() should use SPE instructions on linux-powerpcspe
5713b7c2bd6 : 8191202: Remove duplicated jmm.h
9b6a4282122 : 8190800: Support vectorization of Math.sqrt() on floats
b6d123f660a : 8191683: Compile problem on ARM after JDK-8043070
b76a492de17 : 8187227: Zero should use compiler built-ins for atomics on linux-m68k
f25e51e643b : 8191868: IdealGraphVisualizer: "ant build/run" fails due to outdated bootstrap.url
bfc0314e870 : 8191864: Provide a public destructor for WorkGang
1e7b0b326d5 : 8191862: Warn about UseNUMA/UseLargePages only when using ParallelGC
9771e4daa71 : 8191846: jstat prints debug message when debugging is disabled
250c05ee4cc : 8191227: issues with unsafe handle resolution
925a508b2bb : 8087339: The code heap might use different alignment for committed size and reserved size
d54de52f138 : 8179026: Remove explicit code cache options processing
01e9cb7e23e : 8080345: With perm gen gone, perfdata counter sun.gc.policy.generations should be 2, not 3
677e5bdaedb : 8191861: Move and refactor hSpaceCounters
dbc915dcb90 : 8191860: Add perfData.inline.hpp
5fd6905c943 : 8191858: Add missing includes in memoryManager.hpp
627a32d6722 : 8185796: jstack and clhsdb jstack should show lock objects
fa19052aa4f : 8191313: compiler/runtime/SpreadNullArg.java fails in tier1
50f5bcbc03e : 8191707: Options with invalid values are incorrectly treated as obsolete and ignored
e0ae6483a2a : 8191782: Missing deprecated options in VMDeprecatedOptions.java
d21c547b0e1 : 8189733: Cleanup Full GC setup and tear down
0dff96ff0bf : 8167108: inconsistent handling of SR_lock can lead to crashes
81032ed30fc : 8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
d15086130be : 8185591: guarantee(_byte_map[_guard_index] == last_card) failed: card table guard has been modified
faff99f2fc9 : 8190426: Lazily initialize refinement threads with UseDynamicNumberOfGCThreads
c5ce7408b3d : 8182050: assert(_whole_heap.contains(p)) failed: Attempt to access p out of bounds of card marking array's _whole_heap
22d7ce52bb2 : 8179244: Assert failed in instanceMirrorKlass.inline.hpp
cd0c6d0faee : 8191768: Introduce a concurrency factor to be able to scale up or down jtreg concurrency when running Hotspot tests
a7c84b45b41 : 8191688: Assert failed in > 200 tests: failed dependencies, but counter didn't change
cc3aabe5800 : 8187280: Remove unused methods from StubQueue
d5adf1df921 : 8189793: [s390]: Improve String compress/inflate by exploiting vector instructions
cb1ea0fc333 : 8187819: gc/TestFullGCALot.java fails on jdk10 started with "-XX:-UseCompressedOops" option
d1cbd17c2cf : 8190408: Run G1CMRemarkTask with the appropriate amount of threads instead of starting up everyone
f9a9f88e7c9 : 8181478: Refactor java/io shell tests to plain java tests
fa614016f53 : 8182566: Including missing test update for JDK-8163989
43ffee89aaf : 8182566: Including missing test update for JDK-8163989
e57ccf79902 : 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
e7ad74cc99d : 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
968119edae3 : 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
442393afbfc : 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
a80c541b73f : 8163989: Clarify ModuleElement spec
cd5a336735a : 8163989: Clarify ModuleElement spec
5acba86b779 : Added tag jdk8u151-b02 for changeset 91f569ba5758
8a3ac21dd42 : Added tag jdk8u151-b02 for changeset 23b5fef61517
b4356a722f9 : Added tag jdk8u151-b02 for changeset d14da455e94f
8a548aa6fa9 : Added tag jdk8u151-b02 for changeset 95ac87b9612e
977926eb7d4 : Added tag jdk8u151-b02 for changeset 6785852f97f3
e6e3efab829 : Added tag jdk8u151-b02 for changeset 6bd181651e1f
ae35898a111 : Added tag jdk8u151-b02 for changeset 67d8fde495fc
5fd59ec769a : Added tag jdk8u151-b02 for changeset 94e24c22282e
c0767b532de : Added tag jdk8u151-b02 for changeset 271a90a332d7
575c0db8491 : Added tag jdk8u151-b02 for changeset 70101b67cdc1
1bb184c7dc3 : Added tag jdk8u151-b02 for changeset 0e0aab210c1f
94c97c09d6b : Added tag jdk8u151-b02 for changeset e6d1bcc29148
96d9e2f6169 : Added tag jdk8u151-b02 for changeset de095237d996
f72134fd911 : Added tag jdk8u151-b02 for changeset 836121ce31b1
be2c529dec0 : Added tag jdk8u151-b02 for changeset 7389f4ed70c3
a1015fd4f6a : Added tag jdk8u151-b02 for changeset 5df6b9ffbe0e
74b07b599ee : 8181597: Process Proxy presentation
3f9252e5c5d : 8181834: Broken link in jdk.jdi module documentation
af1a4e67e76 : 8181834: Broken link in jdk.jdi module documentation
d30e41e84f9 : 8182492: docs bundle needs legal notices for 3rd party libraries distributed for javadoc search
f68df147c2c : 8182492: docs bundle needs legal notices for 3rd party libraries distributed for javadoc search
811849a7a00 : 8182492: docs bundle needs legal notices for 3rd party libraries distributed for javadoc search
dda120e874a : 8182492: docs bundle needs legal notices for 3rd party libraries distributed for javadoc search
87da3a7da05 : 8182408: Simplify the API-specification overview page
8906ca8e003 : 8182408: Simplify the API-specification overview page
ab75cfe1ab0 : 8182118: Package summary is missing in jdk.security.auth module
157b885e4f3 : 8182118: Package summary is missing in jdk.security.auth module
81e2eec2e46 : 8181295: Document that SecurityManager::checkPackageAccess may be called by the VM
04f35f6f892 : 8181295: Document that SecurityManager::checkPackageAccess may be called by the VM
b6e3d339276 : 8181419: Race in jdwp invoker handling may lead to crashes or invalid results
dfaf30bc4c0 : 8181911: Lambda Analyzer causes compile-time error
9ba46758987 : 8181147: JNU_GetStringPlatformChars should have a fast path for UTF-8
81a4918f166 : 8181147: JNI_GetStringPlatformChars should have a fast path for UTF-8 8182451: Inconsistency between String.getBytes("Cp1252") and JNU_GetStringPlatformChars
06a254a8f57 : 8182421: Add @modules to java/nio/charset/coders/SJISMappingPropTest.java
eb4e4a215f1 : 8181894: java.desktop module documentation has links to technotes
521751020df : 8181894: java.desktop module documentation has links to technotes
aab4dd31e16 : 8182162: Remove -XD-Xmodule
06cf2f81e72 : 8182162: Remove -XD-Xmodule
54b3488ad9b : 8181912: Refactor locale related shell test test/java/io/File/MacPathTest.sh to java test
b0f734047c8 : 8181395: Refactor locale related shell tests Charset/default.sh and CheckSJISMappingProp.sh to java
87beee49ce5 : 8181309: Refactor shell test AsynchronousChannelProvider/custom_provider.sh to java
4a2a12063e9 : 8172297: In java 8, the marshalling with JAX-WS does not escape carriage return
4ea902b6f52 : 8172297: In java 8, the marshalling with JAX-WS does not escape carriage return
7187231b0aa : 8172297: In java 8, the marshalling with JAX-WS does not escape carriage return
b611dc21e38 : 8172297: In java 8, the marshalling with JAX-WS does not escape carriage return
9fe18d5e9a3 : 8172297: In java 8, the marshalling with JAX-WS does not escape carriage return
abb6cb3af83 : 8172297: In java 8, the marshalling with JAX-WS does not escape carriage return
9fe92e07a8a : 8176508: Update JAX-WS RI integration to latest version
30b60eb395b : 8176508: Update JAX-WS RI integration to latest version
737e110b60f : 8176508: Update JAX-WS RI integration to latest version
65ef5fbef07 : 8176508: Update JAX-WS RI integration to latest version
06d95eac47e : 8176508: Update JAX-WS RI integration to latest version
5e00da6b123 : 8176508: Update JAX-WS RI integration to latest version
b7cdcde466d : 8180889: Cleanup of javadoc in java.datatransfer module
948995eda5b : 8180889: Cleanup of javadoc in java.datatransfer module
4824dc20412 : 8177699: Some swing and awt tests are not in TEST.groups
e8a997f0ec7 : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
b55b119b302 : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
d8e81b3029f : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
e4a6d45c1f6 : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
d8c66f45078 : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
bc6e52c2b3e : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
99ecfee3db6 : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
960807e2462 : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
7b9e1df99c5 : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
25f156ee338 : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
5044614ba62 : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
d33d6dc145c : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
b19a5094cba : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
bd5e472874e : 8182416: Clean up module-info.java like move requires transitive adjacent to exports
5ba90fb4f96 : 8181334: add spec for Deque.addAll
dd284ef6171 : 8181334: add spec for Deque.addAll
9672778c019 : Added tag jdk-10+12 for changeset 4a203b007156
87cf68f3612 : Added tag jdk-10+12 for changeset dc68478b53b9
27811438d74 : Added tag jdk-10+12 for changeset 11062587f5ad
82a5b81e1c2 : Added tag jdk-10+12 for changeset 2b591c4d54e8
6aa63669b18 : Added tag jdk-10+12 for changeset 31f4fe261732
47a47dfd6b2 : Added tag jdk-10+12 for changeset 3955aa021599
81e85e6a501 : Added tag jdk-10+12 for changeset 31045970cc45
dd0b582f4b6 : 8182388: Backout 8182143
552c9d55338 : 8182405: add legal file for freebxml
e72b5f7d8af : 8182405: add legal file for freebxml
a0dbc021919 : 8182406: Add missing legal file for jquery
cd3957ce2e7 : 8182406: Add missing legal file for jquery
d6a3ca63172 : 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
2a168d14265 : 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
16b1216694d : 8181836: BadKindHelper.html and BoundsHelper.html contains broken link in the javadoc
6534a860504 : 8181836: BadKindHelper.html and BoundsHelper.html contains broken link in the javadoc
3e7620b4d9d : 8182310: [AOT][JVMCI] Get host class of VM anonymous class
a7a368b2f92 : 8182310: [AOT][JVMCI] Get host class of VM anonymous class
e37ae114d65 : 8181087: Module system implementation refresh (6/2017)
6dc7b171069 : 8181087: Module system implementation refresh (6/2017)
9f4d582f993 : 8181087: Module system implementation refresh (6/2017)
c89dae9fbc8 : 8181087: Module system implementation refresh (6/2017)
3dc795e1412 : 8181087: Module system implementation refresh (6/2017)
2f378477c40 : 8181087: Module system implementation refresh (6/2017)
5a8727b9ba0 : 8181087: Module system implementation refresh (6/2017)
d45f906ec44 : 8181087: Module system implementation refresh (6/2017)
eb2f52dc0b3 : 8182321: Mark java/lang/ProcessHandle/OnExitTest.java as intermittent
d9286d66e85 : 8181417: Code cleanups in com.sun.jdi
8517ba32051 : 8179556: Add specs copyright file
fee5ec656a8 : 8179556: Add specs copyright file
c969610980f : 8182031: Swing's ComboBox Popup opens and closes immediately
7be8618771e : 8182143: SHA224-based signature algorithms are not enabled for TLSv12 on Windows
ac45da8813d : 8181825: Add tool and services information to module summary
6214a77ce1f : 8181825: Add tool and services information to module summary
1c1ba87328b : 8182111: Package summary is missing in jdk.xml.dom module
9c609d97c24 : 8182111: Package summary is missing in jdk.xml.dom module
b3bee91465e : 8182032: Make java.compiler upgradeable
807e7e9268b : 8182032: Make java.compiler upgradeable
2f209975f90 : Added tag jdk-9+174 for changeset 0410a19f0961
65da19e30a8 : Added tag jdk-9+174 for changeset 27ec0241c724
80386fbe43d : Added tag jdk-9+174 for changeset 378c579bd73b
ee12e25629b : Added tag jdk-9+174 for changeset 6ab502c6ffb1
1d2cecd6654 : Added tag jdk-9+174 for changeset 1a78df3e5464
2844bc771c0 : Added tag jdk-9+174 for changeset 7ebbcd3c853f
b66918309a0 : Added tag jdk-9+174 for changeset 707f3a42f835
c982899af8f : Added tag jdk-9+174 for changeset de2f9156e3ad
4bc56f38bbc : Added tag jdk-9+174 for changeset 6a12bfe13efd
d6f9f3410d2 : Added tag jdk-9+174 for changeset 7b9a7a7d5dd0
061041d4ca7 : Added tag jdk-9+174 for changeset 587144781c7f
076f1cd8e07 : Added tag jdk-9+174 for changeset a1ec0a218e89
f1f4c29fe16 : Added tag jdk-9+174 for changeset 9bdab596e7ca
39a669e1020 : Added tag jdk-9+174 for changeset f25253621ba1
bd6d1aa6798 : Added tag jdk-9+174 for changeset 162226214abd
ec1c052367e : Added tag jdk-9+174 for changeset 78af1824a3ba
89b8d98d196 : 8181323: Better timezone processing
4464690740d : 8176192: Incorrect usage of Iterator in Java 8 In com.sun.jndi.ldap.EventSupport.removeNamingListener
75831b7be21 : 8170326: Inconsistencies between code, compiler.properties and comments
0c47835ce95 : 8181782: [TESTBUG] [Macosx] JTextAreaEmojiTest is not executed
3a52bbed1b9 : 8180600: make run-test does not work with jib test dependencies
b0c6781aaa7 : 8179242: OutOfMemoryError in java/util/Arrays/ParallelPrefix.java
a40a1cb6c04 : 8181501: KeyTool help does not show -ext for -certreq
30f0e4e6ad9 : 8181153: Fix lint warnings in JAXP repo: dep-ann
79020dd28b9 : 8181318: Allow C++ library headers on Solaris Studio
3fbcb10bdb0 : 8181191: getUint32 returning Long
5e5b5d359b8 : Added tag jdk8u152-b08 for changeset c441d672baad
487f71791c2 : 8181191: getUint32 returning Long
29887b89482 : Added tag jdk8u152-b08 for changeset a40632697fd4
d4f012af9e3 : 8181191: getUint32 returning Long
3bf4b02483f : 8181191: getUint32 returning Long
5d12a182d44 : 8181191: getUint32 returning Long
24934091d9c : 8181841: A TSA server returns timestamp with precision higher than milliseconds
9a2170ade89 : 8181394: Refactor shell test java/nio/file/Files/walkFileTree/find.sh to java
85a0f363c19 : Added tag jdk8u151-b01 for changeset df03460cd915
b7e3212d223 : Added tag jdk8u151-b01 for changeset e102bf14aaec
a300d520c42 : Added tag jdk8u151-b01 for changeset e34ee7cc1206
87827a7e40b : Added tag jdk8u151-b01 for changeset ff1c6ef1d693
aa13ea36f21 : Added tag jdk8u151-b01 for changeset cf04c9e23b39
03bb20431be : Added tag jdk8u151-b01 for changeset ac4fe872f61d
ad9a9ddde90 : Added tag jdk8u151-b01 for changeset 6074a27b2bb5
a6bfbfbe24e : Added tag jdk8u151-b01 for changeset 614a7aff19ee
7be8c52ca51 : Added tag jdk8u151-b01 for changeset 848a129c0238
1d58f31d15c : Added tag jdk8u151-b01 for changeset df5d1c4de6da
dd13ee2dfa9 : Added tag jdk8u151-b01 for changeset ebe9a5955707
5b84fb15efe : Added tag jdk8u151-b01 for changeset f168c0498e65
964b43d0c3b : Added tag jdk8u151-b01 for changeset 71cb2a57bc08
eafe23cd505 : Added tag jdk8u151-b01 for changeset db7b759efd9a
790dc6aca3f : 8178054: [TESTBUG] Need test for JVM TI IsModifiableModule
17081a19451 : 8178054: [TESTBUG] Need test for JVM TI IsModifiableModule
efb4e963d67 : 8180306: jshell tool: /help -- confusing identifier in feedback mode examples 8179048: jshell tool: /help -- references to "/reset or /reload" should add /env 8179046: jshell tool: /help /edit is missing -all and -start 8181950: jshell tests: longer help documentation breaks tests because of paging
bfe58ed881b : 8181464: Invalid lambda in annotation causes NPE in Lint.augment
5e7ea3217ca : 8182029: Make the top-level docs index.html to a HTML-level redirect to the API overview page
a8c2c0eadd6 : 8182029: Make the top-level docs index.html to a HTML-level redirect to the API overview page
caff1e60363 : 8181757: NonNMethod heap in segmented CodeCache is not scanned in some cases 8171365: nsk/jvmti/scenarios/events/EM04/em04t001: many errors for missed events
a1ea4289182 : 8181757: NonNMethod heap in segmented CodeCache is not scanned in some cases 8171365: nsk/jvmti/scenarios/events/EM04/em04t001: many errors for missed events
5ebd531f928 : 8086005: Define __STDC_xxx_MACROS config macros globally via build system
5abad616701 : 6267105: UIDefaults.getUIError dumps error message to System.err and also throws Error
b665a108aca : Added tag jdk8u141-b13 for changeset 41dacb1fc74f
e8069f13a0d : Added tag jdk8u141-b13 for changeset c6781a391486
b64c0de44d9 : Added tag jdk8u141-b13 for changeset 7029c13aacfb
abb5e462960 : Added tag jdk8u141-b13 for changeset 8348c10cfbea
e1152f9ff91 : Added tag jdk8u141-b13 for changeset cc3576446a79
af7cfeca652 : Added tag jdk8u141-b13 for changeset 386a27d18f52
d9b29aa3b60 : Added tag jdk8u141-b13 for changeset 7fc99585ff92
beb96fbd8a6 : Added tag jdk8u141-b13 for changeset 5a38a62194d4
89efe819785 : Added tag jdk8u141-b13 for changeset 96da01d81ff4
09f1f97186c : Added tag jdk8u141-b13 for changeset 18a72184cd64
eec995ec47c : Added tag jdk8u141-b13 for changeset f09b01368963
a08a7f5efca : Added tag jdk8u141-b13 for changeset bbd5ba33a642
5bbef199799 : Added tag jdk8u141-b13 for changeset f6e89c013316
22b1467f7a7 : Added tag jdk8u141-b13 for changeset be56329e075d
6747b71b506 : Added tag jdk8u141-b13 for changeset 5eddd65041d3
6c851981313 : Added tag jdk8u141-b13 for changeset 1198772127dc
a4e19f2233c : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
0e513fe6622 : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
c2876de0886 : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
b2bd4d51a39 : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
e5887643053 : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
6bb4ea4bf8b : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
444fc522d89 : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
d2fab23b5cd : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
7b19cf1f7ac : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
b359e2a289c : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
aeba31d22c5 : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
8e61712d73c : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
be707e04fe2 : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
2cf98904867 : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
9ce5b722171 : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
c531ba13595 : 8181946: JDK 8 THIRD_PARTY_README - Minor Cleanup
c4b5f748467 : 8181877: Cleanup of javadoc in javax.accessibility package
88d3c4132f9 : 8181877: Cleanup of javadoc in javax.accessibility package
58eac96b16c : 8161207: remove extra MethodHandle subclass in MethodHandleImpl
b20212e8cee : 8179564: Missing @bug for tests added with JDK-8165367
77a5de50890 : 8181762: add explicit @build actions for jdk.test.lib classes in all :tier3 tests
f84b5212200 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
1d0a99f1c35 : 8181759: add explicit @build actions for jdk.test.lib classes in all :tier1 tests
d222800a8b0 : 8181820: jdk/test/lib/Platform should not depend on jdk/test/lib/Utils
6c04ae3d713 : 8144185: javac produces incorrect RuntimeInvisibleTypeAnnotations length attribute
d18eaf57ca3 : Added tag jdk-10+12 for changeset ea7475564d07
08148506c22 : 8180510: jshell tool: crash on entering pseudo-commands: /<id> or /-<n>
a58b9af0b6e : 8149146: [javadoc] eliminate doclet.xml
c7028dff5b2 : 8181664: Improve JVM UTF String handling
e05118c1ed2 : 8180020: Improve SymbolHashMap entry handling
124883dda17 : 8181664: Improve JVM UTF String handling
15dc08c2063 : 8180020: Improve SymbolHashMap entry handling
3aaa47204ab : 8166748: Clean out Windows IA64 support
52270d16cc2 : 8181080: Refactor several sun/net shell tests to plain java tests
8d94f3a6137 : 8173654: Regression since 8u60: System.getenv doesn't return env var set in JNI code
84628cd2de7 : 8173654: Regression since 8u60: System.getenv doesn't return env var set in JNI code
087b959b608 : 8173654: Regression since 8u60: System.getenv doesn't return env var set in JNI code
46542e8e20c : 8173654: Regression since 8u60: System.getenv doesn't return env var set in JNI code
ed224834119 : Added tag jdk-10+11 for changeset d2cd50ed7a23
10ed2a620b6 : Added tag jdk-10+11 for changeset e23867f72c3f
e94dd9f48ff : Added tag jdk-10+11 for changeset f7479ee8de69
7db6349d8d6 : Added tag jdk-10+11 for changeset 3d88a6f51b8d
7892c4adca1 : Added tag jdk-10+11 for changeset a3f22e014d8c
587059abffe : Added tag jdk-10+11 for changeset 2e1d6204a3b2
c016d62e370 : Added tag jdk-10+11 for changeset ad1cc988c3df
73ed08346f8 : Added tag jdk-10+11 for changeset 4bc3aabebb15
9c237e549c6 : 8175794: Type inference regression after JDK-8078093
4120483b0f2 : 8181824: Broken javadoc link in java.util.BitSet
70eda1ba26e : 8181824: Broken javadoc link in java.util.BitSet
2a1e7b6b4a4 : 8180334: Unable to build jaotc launcher on windows
b4a7ef18f73 : 8181867: [tests] Reorganize EchoHandlers
18b1dfcafa8 : 8181867: [tests] Reorganize EchoHandlers
9c851a749c5 : 8173654: Regression since 8u60: System.getenv doesn't return env var set in JNI code
8812857cc6d : 8180326: Update the tables in java.desktop to be HTML-5 friendly
90233ea7052 : 8180326: Update the tables in java.desktop to be HTML-5 friendly
ae76cb070d9 : 8180296: Move Javadoc: doclet, taglet specs to specs directory
a944319c4e2 : 8180296: Move Javadoc: doclet, taglet specs to specs directory
aab866af30b : 8178728: Check the AlgorithmParameters in algorithm constraints
74876603de9 : 8178728: Check the AlgorithmParameters in algorithm constraints
e5c294545b0 : 8181439: Test the jdk.tls.namedGroups System Property
a2ac9f6f613 : 8181439: Test the jdk.tls.namedGroups System Property
6cef7d30d1c : Added tag jdk-9+173 for changeset 3669cf10f2e3
be4b3bd942c : Added tag jdk-9+173 for changeset 4b53bf8b530c
28ff1e17fe1 : Added tag jdk-9+173 for changeset 415d00e9c7a5
0d9d920127c : Added tag jdk-9+173 for changeset fc89db0f18e5
3b066f59e52 : Added tag jdk-9+173 for changeset fac2783f3c0b
e68df62c6dd : Added tag jdk-9+173 for changeset c4bf1e214a16
b659d744231 : Added tag jdk-9+173 for changeset d952dcd38dba
de6164a1d99 : Added tag jdk-9+173 for changeset 0464c31b2fc6
1c9836ec55e : Added tag jdk-9+173 for changeset a805cdd3aeff
2522440aef4 : Added tag jdk-9+173 for changeset c47a8c4f0b53
cd5ddcd44b7 : Added tag jdk-9+173 for changeset 6eda5bfc8e22
f0331aab76a : Added tag jdk-9+173 for changeset 7c17d86598bc
7781ed0fd6a : Added tag jdk-9+173 for changeset 17af9f5736f7
75b3070ce17 : Added tag jdk-9+173 for changeset c57e79c03808
47e82dba4a7 : Added tag jdk-9+173 for changeset 9a127d5531b8
fe6063644f7 : Added tag jdk-9+173 for changeset c0a59e579fed
fde342fc811 : 8181788: Unable to build JDK10 on SPARC-M8 machines
c527c4b4f39 : 8178064: OpenJDK RI binary should include the license file for freetype
938744edaba : 8178064: OpenJDK RI binary should include the license file for freetype
c173253af3c : 8178064: OpenJDK RI binary should include the license file for freetype
e9fe6f3c6b7 : 8178064: OpenJDK RI binary should include the license file for freetype
a67ab403064 : 8180300: Move JDWP specs to specs directory
0a843fc371c : 8180300: Move JDWP specs to specs directory
d97085edf24 : 8180044: java/net/httpclient/ManyRequests.java failed due to timeout
3d902cf92ab : 8180044: java/net/httpclient/ManyRequests.java failed due to timeout
40d898c6e95 : 8181430: HTTP/2 client might deadlock when receiving data during the initial handshake
7a520e19a19 : 8181430: HTTP/2 client might deadlock when receiving data during the initial handshake
85569222897 : 8181776: Move back specs to closed
a171cafd325 : 8181776: Move back specs to closed
5262fc66121 : 8181215: Links incorrectly appear bold in some javadoc generated tables
784dd679dad : 8178872: Decimal form is inconsistent between CLDR and Java in some special locales
13625f3e7de : 8147881: Javadoc search box watermark text issue
bf04dd43fc9 : 8181639: Add tool and services information to module summary
57cdb9b6426 : 8181639: Add tool and services information to module summary
ded85bd438f : 8181639: Add tool and services information to module summary
08c80bdefc7 : 8181639: Add tool and services information to module summary
79cad04b6c4 : 8181639: Add tool and services information to module summary
76800fef736 : 8181639: Add tool and services information to module summary
c9d8a225efb : 8181639: Add tool and services information to module summary
5e82a2de08a : 8181639: Add tool and services information to module summary
530cb412de1 : 8181639: Add tool and services information to module summary
848c1f69fb6 : 8181639: Add tool and services information to module summary
ee629e897f0 : 8181639: Add tool and services information to module summary
0369442aa03 : 8181639: Add tool and services information to module summary
62198ecd3f5 : 8181696: Package versioning link does not exist in JAR file specification
fd73998610c : 8181696: Package versioning link does not exist in JAR file specification
79b4b9a57b7 : 8181702: Mark jdk.xml.bind and jdk.xml.ws modules deprecated and for removal
0e7374e99c2 : 8181702: Mark jdk.xml.bind and jdk.xml.ws modules deprecated and for removal
11f374cd092 : 8181195: Mark java.se.ee aggregator module deprecated and for removal
644aec52123 : 8181195: Mark java.se.ee aggregator module deprecated and for removal
bb26ebbaa84 : 8178714: PKIX validator nameConstraints check failing after change 8175940
df077eb8a92 : 8178714: PKIX validator nameConstraints check failing after change 8175940
0402d24e36d : 8178714: PKIX validator nameConstraints check failing after change 8175940
6881c73e418 : 8178714: PKIX validator nameConstraints check failing after change 8175940
b7a771733d7 : 8181205: JRE fails to load/register security providers when started from UNC pathname
fdb43f94572 : 8181205: JRE fails to load/register security providers when started from UNC pathname
2efb1f9e9fd : 8180386: remove jdk.testlibrary.TimeLimitedRunner
5116cbb2bd5 : 8180370: Characters are skipped on input of Korean text on OS X
8e8bf7a77c8 : 8180660: missing LNT entry for finally block
dbbabf56833 : 8180660: missing LNT entry for finally block
f657a91f07f : 8180660: missing LNT entry for finally block
2961789fd1a : 8180660: missing LNT entry for finally block
3c1d55aff89 : 8181715: sun/net/www/protocol/jar/jarbug/TestDriver.java fails after 8181335
dcb0a2763b2 : 8178728: Check the AlgorithmParameters in algorithm constraints
ff3aa035f39 : 8181335: remove packageless CompilerUtils
245dc365f76 : 8181396: Refactor shell test java/nio/file/Files/delete_on_close.sh to java
d577ab1f77e : 8181335: remove packageless CompilerUtils
f7ec0296f69 : 8181461: sun/security/krb5/auto/KdcPolicy.java fails with java.lang.Exception: Does not match
fc92cc69ef0 : 8181461: sun/security/krb5/auto/KdcPolicy.java fails with java.lang.Exception: Does not match
ff459e09b26 : 8181586: DateTimeTextProvider.getInstance() returns a new instance every time
3525bb4ec7e : Added tag jdk8u141-b12 for changeset cc47bdf28a6c
e7bcccaf80c : Added tag jdk8u141-b12 for changeset a77ededcb1e5
1eb0212f204 : Added tag jdk8u141-b12 for changeset 7f1b06460456
356fb8ae351 : Added tag jdk8u141-b12 for changeset 1cb05d7e2e08
b50bfa26919 : Added tag jdk8u141-b12 for changeset 3c007934031f
976037c77fb : Added tag jdk8u141-b12 for changeset b74c459305ab
f495634cd13 : Added tag jdk8u141-b12 for changeset 46b1e713e98b
248d055bca9 : Added tag jdk8u141-b12 for changeset 9ee7ddd06717
db66c7f61a1 : Added tag jdk8u141-b12 for changeset 8d18ffd1e463
b3f642361f8 : Added tag jdk8u141-b12 for changeset 0551e7c1a7ed
e02127bd85b : Added tag jdk8u141-b12 for changeset 11bf4166d882
076a39b2b20 : Added tag jdk8u141-b12 for changeset c28f4982d417
59dadd731dd : Added tag jdk8u141-b12 for changeset 7c9d28a0f340
671a4cffdcd : Added tag jdk8u141-b12 for changeset c33bfe330cd6
685b64bb3e9 : 8181591: 8u141 L10n resource file update
39719bed3a3 : 8181591: 8u141 L10n resource file update
684d29b9fea : 8181591: 8u141 L10n resource file update
35b26b84b8b : 8181591: 8u141 L10n resource file update
3cc9ad8ca90 : 8181192: [macos] javafx.print.PrinterJob.showPrintDialog() hangs on macOS
814769bbe97 : 8181192: [macos] javafx.print.PrinterJob.showPrintDialog() hangs on macOS
74ed74ee80b : 8181192: [macos] javafx.print.PrinterJob.showPrintDialog() hangs on macOS
75eabe7fac6 : 8181192: [macos] javafx.print.PrinterJob.showPrintDialog() hangs on macOS
46dfb3c8ebf : 8172510: This test fails for me on OS X consistently with result: Expected : 01230123 Actual : 001122303011223
77532f2533e : 8172510: This test fails for me on OS X consistently with result: Expected : 01230123 Actual : 001122303011223
8eeebe5fd37 : 8181635: sun/net/www/protocol/jar/B6449504.java fails at Windows platform (after JDK-8181414)
e1fe9e82919 : 8181640: Spelling mistake in javadoc javax.swing.JEditorPane.scrollToReference(String)
7034b574739 : 8181640: Spelling mistake in javadoc javax.swing.JEditorPane.scrollToReference(String)
d7fd4e1bbf2 : 8181401: Error in Javadoc for JTabbedPane getAccessibleName()
8f060891682 : 8181401: Error in Javadoc for JTabbedPane getAccessibleName()
b06519fbad7 : 6962725: Regtest javax/swing/JFileChooser/6738668/bug6738668.java fails under Linux
2af3b0cc195 : 8180927: refactor ./java/io/Serializable/class/run.sh to java test
4af3f644b25 : 8181413: Refactor test/sun/net/www/protocol/jar/jarbug/run.sh to plain java tests
44b9afd8807 : 8181292: Backport Rename internal Unsafe.compare methods from 10 to 9
ac0bf2d4015 : 8181292: Backport Rename internal Unsafe.compare methods from 10 to 9
cbb7b1a5d1e : 8181292: Backport Rename internal Unsafe.compare methods from 10 to 9
fe4f1457e6c : 8161145: The min/max macros make hotspot tests fail to build with GCC 6
061b09e8472 : 8181292: Backport Rename internal Unsafe.compare methods from 10 to 9
c4d86b2455b : 8161145: The min/max macros make hotspot tests fail to build with GCC 6
afbde4b351f : 8177848: Rename Configuration(Impl) classes
c34ae220773 : 8176132: -XX:+PrintSharedSpaces should be converted to use Unified Logging
03e33188f32 : 8180869: Cleaner image file reading handling
30f1e924b5b : 8180869: Cleaner image file reading handling
143bb171a75 : 8181393: Refactor shell test Selector/lots_of_updates.sh and SocketChannel/Open.sh to java
ee7be117f9d : 8181414: Refactor misc test/sun/net/www/protocol/jar shell tests to plain java tests
a4ea77938fc : 8181439: Test the jdk.tls.namedGroups System Property
af1af911d5e : Added tag jdk-10+10 for changeset c8d021742c18
bece39c0f75 : Added tag jdk-10+10 for changeset b7453e312305
bcef4053370 : Added tag jdk-10+10 for changeset bb38aa61b727
3190094e38f : Added tag jdk-10+10 for changeset df90da0c10aa
b3e50d69550 : Added tag jdk-10+10 for changeset 29f1867af4e0
6f2662c5f31 : Added tag jdk-10+10 for changeset 50e95c11aa99
c06503430c0 : Added tag jdk-10+10 for changeset 4644ed4e3292
2457b904eb2 : Added tag jdk-10+10 for changeset 81a039ba9344
eb1da40f3f1 : 8181441: Fix minor typo/link in the old standard doclet API documentation
8031c134aa2 : 8181441: Fix minor typo/link in the old standard doclet API documentation
f0ee28c3e60 : 8180155: WebSocket secure connection get stuck after onOpen 8156518: WebSocket.Builder.connectTimeout(long timeout, TimeUnit unit) implicitly affect websocket connection timeout
cc296e46f5e : 8180155: WebSocket secure connection get stuck after onOpen 8156518: WebSocket.Builder.connectTimeout(long timeout, TimeUnit unit) implicitly affect websocket connection timeout
d87585202c3 : 8181192: [macos] javafx.print.PrinterJob.showPrintDialog() hangs on macOS
87be0f2e80f : 8181192: [macos] javafx.print.PrinterJob.showPrintDialog() hangs on macOS
e35f69d0249 : Added tag jdk8u161-b00 for changeset d743030849e1
2edf21a62cb : Added tag jdk8u161-b00 for changeset 42cb4953f984
6419492aedc : Added tag jdk8u161-b00 for changeset 156a68cc55f8
3cc64c8f375 : Added tag jdk8u161-b00 for changeset 54593832584e
48651b60db0 : Added tag jdk8u161-b00 for changeset c7cf884bd99b
a180e70f611 : Added tag jdk8u161-b00 for changeset 54f10272c7af
1f53b97cf13 : Added tag jdk8u161-b00 for changeset 4972d0121ebe
105994c2554 : Added tag jdk8u161-b00 for changeset 2a0a9139bff8
b3530460703 : Added tag jdk8u161-b00 for changeset 8e3cb47b39e9
6ba416ac63c : Added tag jdk8u161-b00 for changeset 69432118e40c
2fa8781b02c : Added tag jdk8u161-b00 for changeset 12943c01c9ed
21aaf1f278d : Added tag jdk8u161-b00 for changeset 350d6d675958
bf613a36ee8 : Added tag jdk8u161-b00 for changeset 6764824b33d8
56959a970f1 : Added tag jdk8u161-b00 for changeset 1127466a32ae
8ad677c185b : 8181093: assert(si->is_ldr_literal()) failed on arm64 test nsk/jdi/.../returnValue004
d0649472fa9 : 8181093: assert(si->is_ldr_literal()) failed on arm64 test nsk/jdi/.../returnValue004
50d40c21410 : 8180322: Move JNI spec to specs directory
1697e378d31 : 8180322: Move JNI spec to specs directory
4ca52ad6780 : 8180197: Failing assert: id must be initialized
66116fa5049 : 8181906: AArch64: port bugfix for 7009641 to AArch64
7311151cd6f : 8180197: Failing assert: id must be initialized
742b5e8d1c9 : 8181906: AArch64: port bugfix for 7009641 to AArch64
8f5f69ceffb : 8179678: ArrayCopy with same src and dst can cause incorrect execution or compiler crash
a9c2bc6517f : 8179678: ArrayCopy with same src and dst can cause incorrect execution or compiler crash
536c210f77e : 6760477: Update SA to include stack traces in the heap dump
5a215fce15e : 6760477: Update SA to include stack traces in the heap dump
348aa16f5f3 : 8181420: PPC: Image conversion improvements
06b971af5e2 : 8181420: PPC: Image conversion improvements
0da0e81e6af : 8181420: PPC: Image conversion improvements
0d9e440ba4a : 8181420: PPC: Image conversion improvements
d59406d20b3 : 8175345: Reported null pointer dereference defect groups
61a6dd4f53f : 8175345: Reported null pointer dereference defect groups
c994fc35c66 : 8175813: PPC64: "mbind: Invalid argument" when -XX:+UseNUMA is used
fe198299680 : 8175813: PPC64: "mbind: Invalid argument" when -XX:+UseNUMA is used
ddaeb2dd0e1 : 8181124: Get rid of compiler.testlibrary.rtm.predicate
8901c5b283e : 8180015: Cleaner AWT robot handling
017e1e3cad6 : 8180015: Cleaner AWT robot handling
3d8ce35924b : 8180015: Cleaner AWT robot handling
703f347ee82 : 8180015: Cleaner AWT robot handling
2fe39c5ef12 : 8180375: Rename <baseName>Provider to <packagename>.spi.<simpleName>Provider
b2870f2b5f7 : 8180375: Rename <baseName>Provider to <packagename>.spi.<simpleName>Provider
b30409ae050 : 7170058: Confusing error message from javac when overriding a method from a raw supertype
10a1fb1095c : Added tag jdk-9+172 for changeset c482d240a419
619406edfe1 : Added tag jdk-9+172 for changeset e8aff9b4abd4
87077a671c0 : Added tag jdk-9+172 for changeset 6b415c11de28
353147d562b : Added tag jdk-9+172 for changeset 21003f10e4fe
0175ff7a69d : Added tag jdk-9+172 for changeset 5960c6c803da
091073474c7 : Added tag jdk-9+172 for changeset 4b9f27ea5bba
3c6336c37ef : Added tag jdk-9+172 for changeset 3091cf228d2d
76e793a1d1b : Added tag jdk-9+172 for changeset c9b98c9c6980
84abc71347f : Added tag jdk-9+172 for changeset ce74046c204f
6d381ad5bb1 : Added tag jdk-9+172 for changeset 71093c519b3e
f3bfb121b27 : Added tag jdk-9+172 for changeset ec60e7df88cd
c4a1567a745 : Added tag jdk-9+172 for changeset 9fdb3c433907
212c3ce0c5c : Added tag jdk-9+172 for changeset 8717b5443a35
c4087698980 : Added tag jdk-9+172 for changeset 27412821970c
6498ea14088 : Added tag jdk-9+172 for changeset 52500c1d7f1f
b8453f2e345 : Added tag jdk-9+172 for changeset 3edba31d2849
b4bf174b28d : 8176784: Amend HREF to technote/guides in CORBA API docs to unilinks for guides
b45b8855a2d : 8176784: Amend HREF to technote/guides in CORBA API docs to unilinks for guides
7e6a40969b7 : 8181156: html5 issues in java.base javadoc
eb2e12eefd5 : 8181156: html5 issues in java.base javadoc
d6b7dc772ad : 8181156: html5 issues in java.base javadoc
4fff93d5b64 : 8181156: html5 issues in java.base javadoc
02a5c9b11c5 : 8181420: PPC: Image conversion improvements
4641bfb53ba : 8181420: PPC: Image conversion improvements
7d4c61e2b7c : 8181207: 8177809 breaks AIX 5.3, 6.1 builds
ace6090ee0b : 8180582: The bind to rmiregistry is rejected by registryFilter even though registryFilter is set
3171214a123 : 8180582: The bind to rmiregistry is rejected by registryFilter even though registryFilter is set
5153c71d625 : 8180635: (doc) Clarify the compatibility and interoperability issue when using provider default values
fc10ff7fe06 : 8180635: (doc) Clarify the compatibility and interoperability issue when using provider default values
acac0389768 : 8181301: Refactor shell test AsynchronousChannelGroup/run_any_task.sh to java
4422752a4c2 : 8166142: Refactor java.io.serialization shell tests to java
e160372efa5 : 8181082: class-level since tag issues in java.base & java.datatransfer module
696328559d6 : 8181082: class-level since tag issues in java.base & java.datatransfer module
93c47c498db : 8180898: remove JavaToolUtils testlibrary class
d0b5e239085 : 8181307: tests added/changed by 8166139 should be updated to use the latest testlibrary
98b63e68265 : 8172880: Incorrect line number for NPE generated by instance-bound method reference
325d3e68d86 : 8181126: Refactor shell test java/nio/Buffer/LimitDirectMemory.sh to java
551c6fdad3d : 8180805: move RandomFactory to the top level testlibrary
1ccebabd11b : 8180805: move RandomFactory to the top level testlibrary
88c4940eeb3 : 8180888: move jdk.testlibrary.JarUtils to the top level testlibrary
b3100eb84a1 : 8180888: move jdk.testlibrary.JarUtils to the top level testlibrary
58a29ccc44a : 8166507: ConcurrentSkipListSet.clear() can leave the Set in an invalid state
884208eff87 : 8180582: The bind to rmiregistry is rejected by registryFilter even though registryFilter is set
a22994c8124 : 8166507: ConcurrentSkipListSet.clear() can leave the Set in an invalid state
940c97a9ded : 8180582: The bind to rmiregistry is rejected by registryFilter even though registryFilter is set
50ddc52ef6e : 8181290: Invalid HTML 5 in core-libs docs
e0cd6e69c0f : 8181290: Invalid HTML 5 in core-libs docs
43d487766d9 : 8181290: Invalid HTML 5 in core-libs docs
d2b3d30d6a8 : 8181290: Invalid HTML 5 in core-libs docs
c85d273e7d6 : 8180887: move FileUtils to top level testlibrary
6d94dde8136 : 8180887: move FileUtils to top level testlibrary
b1969aa831f : 8181148: Update the jdeps tool to list exported packages instead of just internal APIs
5a44e0f4d14 : 8181148: Update the jdeps tool to list exported packages instead of just internal APIs
ea3ed83656e : 8181148: Update the jdeps tool to list exported packages instead of just internal APIs
b57ce333946 : 8181148: Update the jdeps tool to list exported packages instead of just internal APIs
02f3062a7fb : 8174231: Factor out and share PlatformEvent and Parker code for POSIX systems
5b1c11045e9 : Added tag jdk8u141-b11 for changeset 0d504e8f6cbe
70ed72167f0 : Added tag jdk8u141-b11 for changeset 5bf163c296e7
7490d7ddff4 : Added tag jdk8u141-b11 for changeset 5e40487a6636
deb1a073e17 : Added tag jdk8u141-b11 for changeset 94c9400894d6
50661cd4c21 : Added tag jdk8u141-b11 for changeset 74b17b0e7ed6
0cfc4292ecb : Added tag jdk8u141-b11 for changeset 6803ac12b042
12ccbcf5c08 : Added tag jdk8u141-b11 for changeset 19fa7073c461
7c323250ebf : Added tag jdk8u141-b11 for changeset 22873ae1f37a
40c906434ed : Added tag jdk8u141-b11 for changeset 48caa5d953a3
96e699443a1 : Added tag jdk8u141-b11 for changeset 809b99b8bfdc
a67d6bd94c0 : Added tag jdk8u141-b11 for changeset fb7c66dcf7b5
a1eca49f11f : Added tag jdk8u141-b11 for changeset 8948ecc367fe
8e8c7f74283 : Added tag jdk8u141-b11 for changeset a73db6c075da
ecab1786067 : Added tag jdk8u141-b11 for changeset 639e7ff87ebb
7076e9d7d7b : 8179882: C2: Stale control info after cast node elimination during loop optimization pass
5d2b14d198a : 8179882: C2: Stale control info after cast node elimination during loop optimization pass
4f2e94d65ad : 8166139: Refactor java/net shell cases to java
9a0f9e133eb : 8180934: PutfieldError failed with UnsupportedClassVersionError
9f1c126ae60 : 8180934: PutfieldError failed with UnsupportedClassVersionError
79f9ab42357 : 8180651: Make target to run tests on exploded image
8bbd4cd8753 : 8180855: Null pointer dereference in OopMapSet::all_do of oopMap.cpp:394
73b3420b12e : 8180855: Null pointer dereference in OopMapSet::all_do of oopMap.cpp:394
9400865db4a : 8175824: Adapt javadoc generation to different requirements for JDK and JavaSE
5fff5a2fd2c : 8175824: Adapt javadoc generation to different requirements for JDK and JavaSE
bc71e2469f8 : 8175824: Adapt javadoc generation to different requirements for JDK and JavaSE
5bf8bd9a1b8 : 8175824: Adapt javadoc generation to different requirements for JDK and JavaSE
ad874355d35 : 8174749: Use hash table/oops for MemberName table
feaf413ce36 : 6461834: Minimize WindowsLookAndFeel classes included with Unix JDKs
73d1770eafc : 6461834: Minimize WindowsLookAndFeel classes included with Unix JDKs
f53b365aa60 : 8180574: tools/launcher/modules/patch/systemmodules/PatchSystemModules.java failed in upgradeHashedModule() and patchHashedModule() intermittently
e0fa8ae1897 : 8180574: tools/launcher/modules/patch/systemmodules/PatchSystemModules.java failed in upgradeHashedModule() and patchHashedModule() intermittently
f6dbb7ba1b7 : 8181145: add platforms to test java/nio/ByteOrder/NativeOrder.java
2bed5813315 : 8180890: move c.o.testlibrary.jsr292 classes to jdk/test/java/lang/invoke directory
da6d0e38ee7 : 8180895: java/security/AccessController/DoPrivAccompliceTest.java has to be improved
f474e8ebf74 : 8180286: Remove the launchers data model flags -d32/-d64
2fc00fbdb19 : 8173905: Test tools/jar/multiRelease/RuntimeTest.java fails under JDK 10
56f5f73f1e9 : 8180732: add test to check temp file permission
f1c035d1e5c : Added tag jdk-10+9 for changeset 749d3b614824
391c99a5ec4 : Added tag jdk-10+9 for changeset 6446b3f1479f
315a79902ee : Added tag jdk-10+9 for changeset 5db9fa12a86d
8cb730c1c72 : Added tag jdk-10+9 for changeset 1ea125d1caf7
1d36c7fc4a2 : Added tag jdk-10+9 for changeset 1eb6d5bd7b92
1db2e225672 : Added tag jdk-10+9 for changeset a4c62ccf8688
8a6f32488e2 : Added tag jdk-10+9 for changeset a220a944d643
83e1ea4eeb5 : Added tag jdk-10+9 for changeset 72bd5e8aab2f
4436b312de5 : Added tag jdk-9+171 for changeset 6b6b66f23aa0
5a9513dfcaf : Added tag jdk-9+171 for changeset e04bdb41c10a
38f7b05e1b8 : Added tag jdk-9+171 for changeset 68023c0c9861
c8fbf3f6df7 : Added tag jdk-9+171 for changeset 1e8cb6f160db
9ce965ecd75 : Added tag jdk-9+171 for changeset 4af883848625
36db7be3a59 : Added tag jdk-9+171 for changeset a54893aaee2a
aa6e6a104ab : Added tag jdk-9+171 for changeset e09145bcfcc5
7f348b3547a : Added tag jdk-9+171 for changeset 14e43572d5f5
6900dabae0c : Added tag jdk-9+171 for changeset b22761d3f10c
16a18a149cb : Added tag jdk-9+171 for changeset e38df675e629
30461399f4a : Added tag jdk-9+171 for changeset 13b8f9074d7e
34ea5bd9792 : Added tag jdk-9+171 for changeset e4eadf80c436
df177f41502 : Added tag jdk-9+171 for changeset 9e1b29faefa9
3dffc8ed4f1 : Added tag jdk-9+171 for changeset 8566261c30d0
db214b049ec : Added tag jdk-9+171 for changeset 562ad59ed4e7
a16bef9a580 : Added tag jdk-9+171 for changeset 707f6568eb72
f8caf63858a : 8178794: krb5 client should ignore sname in incoming tickets
c6668f95314 : 8180024: Improve construction of objects during deserialization
0e4f1c70bfc : 8180024: Improve construction of objects during deserialization
7ad0ad75911 : 8180024: Improve construction of objects during deserialization
5e1503a3bcc : 8180024: Improve construction of objects during deserialization
ad9651e6c44 : 8180024: Improve construction of objects during deserialization
39cd15c78ad : 8180024: Improve construction of objects during deserialization
796fd3fc980 : 8181033: Confusing message: A JNI error has occurred, please check your installation and try again
4f8f7b2501a : 8181033: Confusing message: A JNI error has occurred, please check your installation and try again
f7c22a08a91 : 8180279: java/net/httpclient/whitebox/Driver.java failed due to timeout
aea187fdd2e : 8180279: java/net/httpclient/whitebox/Driver.java failed due to timeout
da44748ec74 : 8172244: AIOOBE in KeyStore.getCertificateAlias on Windows
6b23f176f9e : 8180807: java.io.Serializable class-level readObject description error
51272f395ae : 8180807: java.io.Serializable class-level readObject description error
2d7f46e91bc : 8180399: move jdk.testlibrary.LockFreeLogManager to the top level test library
88ef6ea2709 : 8180399: move jdk.testlibrary.LockFreeLogManager to the top level test library
662fb55c953 : 8180724: move ModuleInfoMaker to the top level testlibrary
97a536003e4 : 8180724: move ModuleInfoMaker to the top level testlibrary
dbc31cfe9c0 : 8180349: Review JAXP Java SE 9 API javadocs
77d6023200f : 8180349: Review JAXP Java SE 9 API javadocs
063415fe2fe : 8180949: Correctly handle exception in TCPChannel.createConnection
f36031b95fe : 8180949: Correctly handle exception in TCPChannel.createConnection
1aa99b4466c : 8180949: Correctly handle exception in TCPChannel.createConnection
e830b7d68e6 : 8180949: Correctly handle exception in TCPChannel.createConnection
e238187859b : 8180802: move jdk.testlibrary.management.ThreadMXBeanTool to top level testlibrary
ab8ef937d6d : 8066005: java.awt.event.KeyEvent.originalSource doesn't have "since" tag in Serialized Form
bd80c04cc22 : 8066005: java.awt.event.KeyEvent.originalSource doesn't have "since" tag in Serialized Form
6823a2068e0 : 8180802: move jdk.testlibrary.management.ThreadMXBeanTool to top level testlibrary
dadb871742c : 8175110: Higher quality ECDSA operations
12d3f2880d4 : 8181698: Remove and retag 8u141-b12 tag from source repository
3f1469ad1a0 : Added tag jdk8u141-b12 for changeset 8cfa95daf332
6f6d152b446 : 8181591: 8u141 L10n resource file update
39b0012a9b7 : 8180582: The bind to rmiregistry is rejected by registryFilter even though registryFilter is set
70826959766 : Added tag jdk8u141-b11 for changeset b405c6e18ee0
4a93f62b8f9 : 8175110: Higher quality ECDSA operations
e7520d2d9f4 : 8181698: Remove and retag 8u141-b12 tag from source repository
774ff5b5776 : Added tag jdk8u141-b12 for changeset 225e21db26cb
ff4c5e50be1 : 8181591: 8u141 L10n resource file update
5d904d025e3 : 8180582: The bind to rmiregistry is rejected by registryFilter even though registryFilter is set
d90bbca154b : Added tag jdk8u141-b11 for changeset 358aee4fb14c
d5ef6887893 : 8175131: sun.rmi.transport.tcp.TCPChannel.createConnection close connection on timeout
251ce5bc1ee : 8173664: Typo in https://java.net/downloads/heap-snapshot/hprof-binary-format.html
c3a4bbda357 : 8175131: sun.rmi.transport.tcp.TCPChannel.createConnection close connection on timeout
880d2da5942 : 8173664: Typo in https://java.net/downloads/heap-snapshot/hprof-binary-format.html
72aff46551f : 8180856: Remove RecordType.java
cafb86913b8 : 8180813: Null pointer dereference of CodeCache::find_blob() result
519328af536 : 8180813: Null pointer dereference of CodeCache::find_blob() result
94a5dd0b7e9 : 8180813: Null pointer dereference of CodeCache::find_blob() result
83a3e9f114e : 8180813: Null pointer dereference of CodeCache::find_blob() result
340e1f703c0 : 8165367: Additional tests for JEP 288: Disable SHA-1 Certificates
68c2d0e2eb5 : Added tag jdk8u141-b12 for changeset 973e758e4a6e
7546a2afbf7 : 8165367: Additional tests for JEP 288: Disable SHA-1 Certificates
e2b3482c6e3 : Added tag jdk8u141-b12 for changeset e14dfe88ba26
a5a77df6d5b : 8180167: JDK9 message drop 40 l10n resource file updates
6354698728b : 8180167: JDK9 message drop 40 l10n resource file updates
cb7796ded96 : 8180167: JDK9 message drop 40 l10n resource file updates
8c982f35441 : 8180167: JDK9 message drop 40 l10n resource file updates
6ef293d1721 : 8180167: JDK9 message drop 40 l10n resource file updates
ffe634f4b5d : 8180885: Create test to detect if TimeZone.setDefault affects File.setLastModifiedTime
01cab47b433 : 8175131: sun.rmi.transport.tcp.TCPChannel.createConnection close connection on timeout
74ef00df37c : 8180167: JDK9 message drop 40 l10n resource file updates
06d33aa65a9 : 8180885: Create test to detect if TimeZone.setDefault affects File.setLastModifiedTime
2f402211d94 : 8175131: sun.rmi.transport.tcp.TCPChannel.createConnection close connection on timeout
a26ee23e2f3 : Added tag jdk-10+8 for changeset ba5bed4f71d4
b3cfbae65da : Added tag jdk-10+8 for changeset a0908e5be3bc
4b675c65c6b : Added tag jdk-10+8 for changeset 38f7f9fa0ac1
3d61e714f03 : Added tag jdk-10+8 for changeset f0579c053626
563c8385cb2 : Added tag jdk-10+8 for changeset 25593a0aff77
eba67fcdfda : Added tag jdk-10+8 for changeset 635cc02314e3
ab1cd91fde4 : Added tag jdk-10+8 for changeset 53876ff5a88a
42d34a7cbff : Added tag jdk-10+8 for changeset d7deaa5e4f97
60215eeca2a : 8074977: Constructor.getAnnotatedParameterTypes returns wrong value
538f99f6ca8 : 8074977: Constructor.getAnnotatedParameterTypes returns wrong value
9f3f2de137d : Added tag jdk-10+7 for changeset f5053ff33fd4
42c08330fb5 : Added tag jdk-10+7 for changeset a5c0bfac4b0b
9d19fc55dd8 : Added tag jdk-10+7 for changeset d554736d963e
1a6fd96373c : Added tag jdk-10+7 for changeset 0eb9c6043275
f4f9fbcbd0c : Added tag jdk-10+7 for changeset 7546d531a619
19e83876e2e : Added tag jdk-10+7 for changeset 9d896ba4a48b
c056b9b52a7 : Added tag jdk-10+7 for changeset 6647a4cd5d00
d0b55c146f1 : Added tag jdk-10+7 for changeset e1b5a6c45d39
0c10d27f9c3 : 8180728: DatabaseMeta.getRowIdLifetime returns an enum but javadoc refers to int
7f5c2a57185 : 8180728: DatabaseMeta.getRowIdLifetime returns an enum but javadoc refers to int
c5b1761e5d5 : 8180353: FileOutputStream documentation does not indicate properly whether files get truncated or not
0f5b1f5cf88 : 8180353: FileOutputStream documentation does not indicate properly whether files get truncated or not
2604d774dc1 : 8178135: Additional elliptic curve support
3916dd50617 : 8178135: Additional elliptic curve support
6e741ac468e : Added tag jdk8u131-b33 for changeset 9e85aebe7cbd
c71fc8e3aee : Added tag jdk8u131-b33 for changeset a9e9270de4c9
b2edfa7174d : Added tag jdk8u131-b33 for changeset 05686fcf953a
0e5ff1832d5 : Added tag jdk8u131-b33 for changeset a4db100b2ab0
d727429e033 : Added tag jdk8u131-b33 for changeset e807326ec609
4f4cf2bb629 : Added tag jdk8u131-b33 for changeset d2eac196fab2
99530bda055 : Added tag jdk8u131-b33 for changeset b4400c0af4de
c967a6c7fae : Added tag jdk8u131-b33 for changeset 8450ff8d0067
fc78ed77634 : Added tag jdk8u131-b33 for changeset 7c726717ec61
3b390a76751 : Added tag jdk8u131-b33 for changeset 413e5bebedc2
94b3d1afc73 : Added tag jdk8u131-b33 for changeset c4a492980269
fa1de8fafd0 : Added tag jdk8u131-b33 for changeset 73e45b98fd00
2cec0891e03 : Added tag jdk8u131-b33 for changeset fb9d80cc3ddc
1c4a778bd26 : Added tag jdk8u131-b33 for changeset 61d48d538f3d
29a4701cc23 : 8180428: Clarify implementation note in Clock.java to match implementation changes made by JDK-8068730
b518bb5bcde : 8180428: Clarify implementation note in Clock.java to match implementation changes made by JDK-8068730
7e4ee3d50ec : 8177628: Opensource unit/regression tests for ImageIO
edb00726d35 : 8177628: Opensource unit/regression tests for ImageIO
84ec21e3522 : 8180793: move jdk.test.lib.wrappers.* to jdk.test.lib package
f6eceb7756e : 8180793: move jdk.test.lib.wrappers.* to jdk.test.lib package
29d4e3b0f9b : 8180721: clean up ProblemList
7d97ce96ddb : 8180721: clean up ProblemList
dc5d2dd9a27 : 8180793: move jdk.test.lib.wrappers.* to jdk.test.lib package
48dfdfc6330 : 8180793: move jdk.test.lib.wrappers.* to jdk.test.lib package
a5d0343e79a : Added tag jdk8u141-b10 for changeset 87ac9da386fb
4034fa1433c : Added tag jdk8u141-b10 for changeset 6eae232e2a54
00bdf45f3a9 : Added tag jdk8u141-b10 for changeset 7cf809fc7377
d4b692a92de : Added tag jdk8u141-b10 for changeset 2e9ddeb2878e
23ac8c02eeb : Added tag jdk8u141-b10 for changeset be7a1f3f8e0c
a9508c27de6 : Added tag jdk8u141-b10 for changeset 2bb140dd0721
08a1de309fc : Added tag jdk8u141-b10 for changeset 399e12516ca7
c83640df164 : Added tag jdk8u141-b10 for changeset ead2293ad2cc
4ff653a8aef : Added tag jdk8u141-b10 for changeset 5da62a01ed9d
83dd49ea0fb : Added tag jdk8u141-b10 for changeset 5b9ccf30722c
c543a909e8b : Added tag jdk8u141-b10 for changeset 810f8d12b8e6
7713c115aca : Added tag jdk8u141-b10 for changeset 8a4ae200dc40
3e010a327de : Added tag jdk8u141-b10 for changeset 604820080b15
0e321337548 : Added tag jdk8u141-b10 for changeset cc007f3e7e6e
fe99d1a2dba : 8174770: Check registry registration location
b1db11bb879 : 8174770: Check registry registration location
32e18391c5c : 8180660: missing LNT entry for finally block
e5ffaadfdda : 8180717: Upgrade the docs bundle index page
20eec3c5a86 : 8180717: Upgrade the docs bundle index page
b8f2a6edadf : 8180720: method InferenceGraph.initNodes() can potentially add a trivial dependency of a node to itself
840401e5610 : 8180498: Remove httpclient internal APIs which supply ByteBuffers to read calls
92ce2076288 : 8180498: Remove httpclient internal APIs which supply ByteBuffers to read calls
095e01f9706 : 8180745: Add --release 10 as an alias for --release 9
eef5439eb28 : 8180480: Use "requires transitive" relationship when determining modules for javadoc
1d389cce1ce : 8180480: Use "requires transitive" relationship when determining modules for javadoc
448763a200a : 8180575: Null pointer dereference in LoadNode::Identity()
71ef7bf0985 : 8180575: Null pointer dereference in LoadNode::Identity()
31d8f906a5f : 8180575: Null pointer dereference in LoadNode::Identity()
d3baf341182 : 8180575: Null pointer dereference in LoadNode::Identity()
8fe0a104a22 : 8180576: Null pointer dereference in Matcher::xform()
a645d30330c : 8180576: Null pointer dereference in Matcher::xform()
61c946db569 : 8180576: Null pointer dereference in Matcher::xform()
4b93f117389 : 8180576: Null pointer dereference in Matcher::xform()
7a052bab8d1 : 8180511: Null pointer dereference in Matcher::ReduceInst()
2db36f0219e : 8180511: Null pointer dereference in Matcher::ReduceInst()
4a2f6fbc145 : 8180511: Null pointer dereference in Matcher::ReduceInst()
1d1141fbdf6 : 8180511: Null pointer dereference in Matcher::ReduceInst()
f0a5b9bf68d : 8180617: Null pointer dereference in InitializeNode::complete_stores
5cfc5ba2b2d : 8180617: Null pointer dereference in InitializeNode::complete_stores
56bc86240f8 : 8180617: Null pointer dereference in InitializeNode::complete_stores
66fb50e7a24 : 8180617: Null pointer dereference in InitializeNode::complete_stores
747ef9bc1cc : 8180565: Null pointer dereferences of ConstMethod::method()
faec77de6bd : 8180565: Null pointer dereferences of ConstMethod::method()
df9b1ff3d27 : 8180565: Null pointer dereferences of ConstMethod::method()
bbe61a3c5d1 : 8180565: Null pointer dereferences of ConstMethod::method()
1dafe67147b : 7042497: javax.swing.JOptionPane.showInternalConfirmDialog throws RuntimeException
8d5fc425ca4 : 8180424: Another build issue on AIX after 8034174
448c3c6d9ab : 8180424: Another build issue on AIX after 8034174
a798cce1684 : 8177393: Result of RescaleOp for 4BYTE_ABGR images may be 25% black
de926ebe30f : 8177393: Result of RescaleOp for 4BYTE_ABGR images may be 25% black
e8e0f5654b6 : 8177788: migrate collections technotes/guides into java/util/doc-files
44d784e4a40 : 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
9b5f67259e5 : 8182185: Add Copyright notices to pack 200 spec
91c488875cd : 8181821: Broken link in javadoc for JSObject.getWindow
02fbfeba091 : 8182032: Make java.compiler upgradeable
3a0b267ad27 : 8181832: Broken link in javax/sql/rowset/spi/package-summary.html
6ab92086be2 : 8182137: Missing permissions in deprivileged java.xml.bind and java.xml.ws modules
958edd9fb4f : 6791812: (file spec) Incompatible File.lastModified() and setLastModified() for negative time
aadc2e36f37 : 8182029: Make the top-level docs index.html to a HTML-level redirect to the API overview page
4d880b50a24 : 8181104: Fix specs for updateAndGet and related methods
b2fbd8e16fa : 8181978: Keystore probing mechanism fails for large PKCS12 keystores
acf474a9729 : 8181442: Deprecate sun.misc.Unsafe.defineClass
1f7ff46a202 : 8177788: migrate collections technotes/guides into java/util/doc-files
b03f8e06b75 : 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
475ca58282b : 8182185: Add Copyright notices to pack 200 spec
8e59f6b0655 : 8181821: Broken link in javadoc for JSObject.getWindow
69871a3fa4b : 8182032: Make java.compiler upgradeable
e5b666c8458 : 8181832: Broken link in javax/sql/rowset/spi/package-summary.html
3dbda35ef54 : 8182137: Missing permissions in deprivileged java.xml.bind and java.xml.ws modules
215cc9e6424 : 6791812: (file spec) Incompatible File.lastModified() and setLastModified() for negative time
64e3217534e : 8182029: Make the top-level docs index.html to a HTML-level redirect to the API overview page
a981ce3262e : 8181104: Fix specs for updateAndGet and related methods
296439bb2c5 : 8181978: Keystore probing mechanism fails for large PKCS12 keystores
480850fd2f2 : 8181442: Deprecate sun.misc.Unsafe.defineClass
f8c5d25081b : 8180644: move jdk.testlibrary.NetworkConfiguration to the top level test library
834902117a2 : 8180644: move jdk.testlibrary.NetworkConfiguration to the top level test library
64747ead725 : 8180633: Remove intermittent key from java/lang/ClassLoader/Assert.java
3e4d9a51329 : 8180633: Remove intermittent key from java/lang/ClassLoader/Assert.java
ade585e1745 : 8132299: Shift + Mouse wheel ScrollPane horizontal scrolling doesn't work on Linux but works on Mac
5157171a91b : 8179665: [Windows] java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
ed2434de148 : 8179665: [Windows] java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
e92919eb615 : 8175845: Provide javadoc descriptions for jdk.hotspot.agent module
85e6ed58784 : 8175845: Provide javadoc descriptions for jdk.hotspot.agent module
c06c5911e74 : 8175845: Provide javadoc descriptions for jdk.hotspot.agent module
8ff6b30d282 : 8175845: Provide javadoc descriptions for jdk.hotspot.agent module
365839bc1dc : 6609740: [Fmt-De] format error in DecimalFormat
bf025a7c015 : 8180621: remove jdk.testlibrary.management.InputArguments
e641bee690d : 8180453: [JVMCI] mx eclipseinit doesn't pick up generated sources
5b681813526 : 8180453: [JVMCI] mx eclipseinit doesn't pick up generated sources
735d9b2c365 : 8180397: remove jdk.testlibrary.IOUtils
eed4c8949e4 : 8180391: move SerializationUtils to top level testlibrary
3bb25bd6379 : 8180391: move SerializationUtils to top level testlibrary
08a3a230438 : 8167554: jshell tool: re-execute a range and/or sequence of snippets 8180508: jshell tool: support id ranges in all commands with id arguments
c7bb91a8f4c : 8177809: File.lastModified() is losing milliseconds (always ends in 000)
b1bb76fdfb1 : 8180540: Add pandoc build fix for windows
bd4cbecc4bb : 8180540: Add pandoc build fix for windows
08ce8454f6b : 8180519: Windows FILETIME should be converted to and from ULARGE_INTEGER not LARGE_INTEGER
2c901208104 : 8180395: move FilterClassLoader and ParentLastURLClassLoader to top level testlibrary
ec43007637a : 8180395: move FilterClassLoader and ParentLastURLClassLoader to top level testlibrary
b7a28c7e8bf : Added tag jdk-9+170 for changeset 88470b6a9a99
8061ac1edfc : Added tag jdk-9+170 for changeset d8a7b650a458
6dd266ef16e : Added tag jdk-9+170 for changeset 685d1772b3cf
2e6d1426b2f : Added tag jdk-9+170 for changeset f5f796453339
37a15a1c16f : Added tag jdk-9+170 for changeset 6573e27ac783
319619e55f3 : Added tag jdk-9+170 for changeset 5198a9f0c661
e87b6392b79 : Added tag jdk-9+170 for changeset 13796d1d9f0a
335eb16c083 : Added tag jdk-9+170 for changeset be2c212f16dd
7d8b7b4496b : Added tag jdk-9+170 for changeset b63c6e4fd050
0c44e22f426 : Added tag jdk-9+170 for changeset e499c613e0cc
59eb508ed41 : Added tag jdk-9+170 for changeset 0cf991032035
9b6308c9212 : Added tag jdk-9+170 for changeset aa1fcec9731f
cb190703ef2 : Added tag jdk-9+170 for changeset e3a622b2b7db
38fdcb7c0e0 : Added tag jdk-9+170 for changeset 9c649d08e478
187b51e2254 : Added tag jdk-9+170 for changeset 8ad1bd49f4bc
c7c96639a9b : Added tag jdk-9+170 for changeset 8c0175abcba7
51a16cf53ae : 8180486: extLink taglet needs escaped "&amp;"
e9c673ae1c0 : 8180486: extLink taglet needs escaped "&amp;"
d7da548265b : 8180426: Use standard css file for new docs bundle index.html page
671a3b797be : 8180426: Use standard css file for new docs bundle index.html page
b70b6d39144 : 8180426: Use standard css file for new docs bundle index.html page
c46c14c39b6 : 8180426: Use standard css file for new docs bundle index.html page
c187ddbbbea : 8179990: Cleaner palette entry handling
921a57f77e5 : Added tag jdk8u161-b00 for changeset 2c1d9faa1fce
236f3c363c8 : 8140436: Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for TLS
d1ecfdfbdd9 : 8156502: Use short name of SupportedEllipticCurvesExtension.java
c2382e5e1c0 : 8180024: Improve construction of objects during deserialization
351d674a1d1 : 8172525: Improve key keying case
2fc226e0020 : 8175110: Higher quality ECDSA operations
d8057c00e02 : 8165367: Additional tests for JEP 288: Disable SHA-1 Certificates
5313ef92efa : 8178135: Additional elliptic curve support
f30b0fe84aa : 8175106: Higher quality DSA operations
f3f2f91ad3e : 8179423: 2 security tests started failing for JDK 1.6.0 u161 b05
ab526c27712 : 8176055: JMX diagnostic improvements
32ac49f4d52 : 8179990: Cleaner palette entry handling
5f310e903ea : Added tag jdk8u161-b00 for changeset 3e502a1147b3
274f224eada : 8140436: Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for TLS
fbce2ba3f1a : 8156502: Use short name of SupportedEllipticCurvesExtension.java
53213880c1e : 8180024: Improve construction of objects during deserialization
879038d5548 : 8172525: Improve key keying case
9b3b4668c6c : 8175110: Higher quality ECDSA operations
7d95d6b2d56 : 8165367: Additional tests for JEP 288: Disable SHA-1 Certificates
deb14f9be9f : 8178135: Additional elliptic curve support
55cf560c10c : 8175106: Higher quality DSA operations
e36acd61ff8 : 8179423: 2 security tests started failing for JDK 1.6.0 u161 b05
da8300330cd : 8176055: JMX diagnostic improvements
e646802457b : 8179990: Cleaner palette entry handling
73101292000 : 8179990: Cleaner palette entry handling
e7fdfdb7e76 : 8178714: PKIX validator nameConstraints check failing after change 8175940
613180c4781 : 8180447: Trailing space in JDK_JAVA_OPTIONS causes an application fail to launch
ca94b73222f : 8180447: Trailing space in JDK_JAVA_OPTIONS causes an application fail to launch
907c9473625 : 8180011: Cleaner native graphics device handling
0651af8a9f0 : 8180011: Cleaner native graphics device handling
e9b19f14840 : 8180011: Cleaner native graphics device handling
2aacf785b44 : 8180011: Cleaner native graphics device handling
fdb4198336a : 8179533: Cleaner print job handling
36e583d2b6e : 8179533: Cleaner print job handling
6122e670698 : 7086489: File.lastModified should accuracy as well as resolution
374e7bae7a7 : 7086489: File.lastModified should accuracy as well as resolution
80581a0c13b : 8180055: Upgrade the Marlin renderer in Java2D
a84f29106b1 : 8180393: [TESTBUG] CDSTestUtils property test.cds.copy.child.stdout should be true by default
17c584ce56d : 8180307: Update JDK 9 Required Cipher Algorithms
a99fc645d64 : 8180307: Update JDK 9 Required Cipher Algorithms
4566594a0e3 : 8180318: Enable HTML 5 checking at compile time
daf44b840b2 : 8180318: Enable HTML 5 checking at compile time
936fcb9939a : 8180472: Pandoc should generate html5 from markdown
b870098ffdf : 8180472: Pandoc should generate html5 from markdown
8b5b3a2bfcc : 8180452: Mark ClipCloseLoss.java as failing intermittently
4dbd43322dd : 8180452: Mark ClipCloseLoss.java as failing intermittently
2cc08019638 : 8180385: Fix HTML5 issues in the java.xml module
f4512e80f6f : 8180385: Fix HTML5 issues in the java.xml module
a8e8df26c01 : 8180431: Remove intermittent keyword from some no longer failing NIO tests
3080f4509d5 : 8180431: Remove intermittent keyword from some no longer failing NIO tests
00ad32f87cb : Added tag jdk8u152-b04 for changeset 257adb6bd70f
7074859f398 : Added tag jdk8u152-b04 for changeset 45e427355e3b
1b2fdf81210 : Added tag jdk8u152-b04 for changeset 912a61802f36
1081499ba16 : Added tag jdk8u152-b04 for changeset 5e69bf8bbe39
16eb38b4f2d : Added tag jdk8u152-b04 for changeset b1e232d7ba0f
226a89dfa51 : Added tag jdk8u152-b04 for changeset ab44b69471a3
cbaa08c3b7a : Added tag jdk8u152-b04 for changeset 914458d452c2
36fc82bb822 : Added tag jdk8u152-b04 for changeset 8e780fe838b7
21aef3544dc : Added tag jdk8u152-b04 for changeset 4c0823f1bc1b
68716fcbcd0 : Added tag jdk8u152-b04 for changeset 4705654fba3c
b6009567a40 : Added tag jdk8u152-b04 for changeset 6f4c91720c40
5dcfa933fe0 : Added tag jdk8u152-b04 for changeset de18eaa001c4
943a4bb26dc : Added tag jdk8u152-b04 for changeset 12847d34f233
5e32c89cde7 : Added tag jdk8u152-b04 for changeset 5dced02867cc
7e91a414aff : Added tag jdk8u152-b04 for changeset eb6919e9c194
be4bc6b2ae3 : Added tag jdk8u152-b04 for changeset d906bcb1b35e
685995c5d95 : 8178800: compiler/c2/PolynomialRoot.java fails on Xeon Phi linux host with UseAVX=3
14f29663c91 : 8178800: compiler/c2/PolynomialRoot.java fails on Xeon Phi linux host with UseAVX=3
a8e5256498b : 8174770: Check registry registration location
a7b9ac1b882 : 8174770: Check registry registration location
bc8d3774f1a : 8180195: remove jaxp testlibrary
c4d2b219641 : 8180195: remove jaxp testlibrary
b0e4f83d40a : 8180202: -XXaltjvm is not working anymore on MacOSX
058aba9d761 : 8180319: Update Serialization spec to omit obsolete serialver -show and change history
27770e6af79 : 8180319: Update Serialization spec to omit obsolete serialver -show and change history
e381a5c9fa3 : 8180328: Bad links in footer of all javadoc-generated pages
62b2c4716cf : 8180328: Bad links in footer of all javadoc-generated pages
8c5b111de82 : 8180420: Set PATH for dot and pandoc in JIB
f7ec0ea64a4 : 8180420: Set PATH for dot and pandoc in JIB
3237d00f725 : 8180413: avoid accessing NULL in jdk.jdwp.agent
c40c538ac64 : 6760477: Update SA to include stack traces in the heap dump
0c7b96199f0 : 8176160: AbstractCalendar.getEra compares Era and String
b62344e08ab : 8176853: Locale.Builder.removeUnicodeLocaleAttribute(null) should throw NullPointerException
74cfd999b9f : 8176847: Calendar.checkDisplayNameParams() should check case of style == 3
7cc83d45e1a : 8180060: Examine copyright header for some files
ac1c8796b2e : 8180060: Examine copyright header for some files
3728823d634 : Added tag jdk8u141-b09 for changeset 8dda9b205774
6e05ba0a328 : Added tag jdk8u141-b09 for changeset cd1a1c4e2ce8
e249b2107e0 : Added tag jdk8u141-b09 for changeset 9bed839a8fcc
e9d89b6c34d : Added tag jdk8u141-b09 for changeset 6198c095507e
efb06b5f680 : Added tag jdk8u141-b09 for changeset 0c9e534245e3
7921ccd1056 : Added tag jdk8u141-b09 for changeset 64ec6b680a94
578e82a98cf : Added tag jdk8u141-b09 for changeset 8530000b8b52
459280f2e5b : Added tag jdk8u141-b09 for changeset 21252986098b
980df84ad87 : Added tag jdk8u141-b09 for changeset adecfbfca534
c8626f728a9 : Added tag jdk8u141-b09 for changeset 9ce3817ffc70
a40577e2f4a : Added tag jdk8u141-b09 for changeset 1c7e1da49751
13459d4e107 : Added tag jdk8u141-b09 for changeset b371a831d74a
534054a0332 : Added tag jdk8u141-b09 for changeset 01c93cfa82ad
c4fb913e8e9 : Added tag jdk8u141-b09 for changeset 6c858296ea57
0fb1113ae68 : Added tag jdk8u141-b09 for changeset 2a85d58d687d
a2e3f8c85c2 : Added tag jdk8u141-b09 for changeset 2b611cb7d550
f744a1c9441 : 8180342: Fixup path for jtreg
2e29628481c : 8180342: Fixup path for jtreg
ecfead7586e : 8175915: NullPointerException from JComboBox and JList when Accessibility enabled
1df6a97a4d7 : 8175915: NullPointerException from JComboBox and JList when Accessibility enabled
7e9971f419f : 8180048: Interned string and symbol table leak memory during parallel unlinking
678c331c6aa : Added tag jdk8u144-b31 for changeset 1e9ef145d948
473471472ac : 8180048: Interned string and symbol table leak memory during parallel unlinking
55087313f1c : Added tag jdk8u144-b31 for changeset 773684e61550
f09416f77c6 : 8179998: Clear certificate chain connections
5838f698cfc : 8179998: Clear certificate chain connections
3346e905290 : 8179998: Clear certificate chain connections
e20f38b9e8a : 8179998: Clear certificate chain connections
8f25af9b8ea : 8178043: Support grouping modules in unified javadoc
d1a9610d059 : 8178043: Support grouping modules in unified javadoc
e2420ab1190 : 8180084: A few javac tests fail on Windows when the source and jtreg work dir are not on the same drive
7466e6f833c : 8180304: Add tests to ProblemList that fails on Windows when running with subst or different drive than source code is on
ea16a476aef : 8180304: Add tests to ProblemList that fails on Windows when running with subst or different drive than source code is on
f4bf560b9cf : 8180137: fix broken link in java.lang.Iterable
44bdf50a3a6 : 8180137: fix broken link in java.lang.Iterable
53a3daab080 : 8180075: Javadoc of MethodHandles.Lookup::bind should note the difference from MethodHandle::bindTo
999aabdd77e : 8180075: Javadoc of MethodHandles.Lookup::bind should note the difference from MethodHandle::bindTo
11a615d2ee7 : 8180208: Provide a new docs bundle page
f37c9fa5fbf : 8180208: Provide a new docs bundle page
bdb2c75e1a7 : 8180208: Provide a new docs bundle page
d338fb31e10 : 8180208: Provide a new docs bundle page
0f3974ba16d : 8180082: Broken javadoc links
48dc9fb500e : 8180082: Broken javadoc links
3458babd046 : 8180198: make bootcycle-images fail with uses of -d64 flags
6958cc77ca9 : 8180309: Minor update to javax.sql.rowset package.html
f5156046b4a : 8180309: Minor update to javax.sql.rowset package.html
2d132fb4e66 : 8180176: Broken javadoc links in java.logging and java.naming
915eecdb1ae : 8180176: Broken javadoc links in java.logging and java.naming
296e0e88f75 : 8179697: Fix Html5 errors in java.naming, java.logging, jdk.httpserver, jdk.net, jdk.sctp
2bfca022462 : 8179697: Fix Html5 errors in java.naming, java.logging, jdk.httpserver, jdk.net, jdk.sctp
a1c05bc2fea : 8177328: java/lang/ClassLoader/securityManager/ClassLoaderTest.java times out with -Xcomp
310f1274067 : 8177328: java/lang/ClassLoader/securityManager/ClassLoaderTest.java times out with -Xcomp
ed20b074db3 : 8180281: --with-jtreg is broken for many use cases
3cd66ee8802 : 8180281: --with-jtreg is broken for many use cases
0276748c7f2 : 8175825: Stop including pubs repo
a365f54c10d : 8175825: Stop including pubs repo
895ec789792 : 8179631: Fix Html5 errors in java.management, jdk.management, jdk.jdi and jdk.attach
a48f7a4251a : 8179631: Fix Html5 errors in java.management, jdk.management, jdk.jdi and jdk.attach
6633b8d099e : 8180303: Remove technote doc link from ProxySelector/B8035158.java test
412db990110 : 8180303: Remove technote doc link from ProxySelector/B8035158.java test
f6a006a9ef9 : 8175110: Higher quality ECDSA operations
d137e5465cf : 8175110: Higher quality ECDSA operations
0501b832625 : 8179998: Clear certificate chain connections
adcce8ff05d : 8179998: Clear certificate chain connections
5fddd8a1bb2 : 8180141: Missing entry in LineNumberTable for break statement that jumps out of try-finally
dc04d5f6b25 : 8180183: Confusing javadoc comment to the getOutput(ProcessBuilder processBuilder) method of jdk.test.lib.process.ProcessTools
5a1f00f5341 : 8178996: [macos] JComboBox doesn't display popup in mixed JavaFX Swing Application on 8u131 and Mac OS 10.12
f2c1e29ff78 : 8178996: [macos] JComboBox doesn't display popup in mixed JavaFX Swing Application on 8u131 and Mac OS 10.12
ccae5b4793b : 8176055: JMX diagnostic improvements
fb87831bf8f : 8176055: JMX diagnostic improvements
61f5142e5ba : 8178996: [macos] JComboBox doesn't display popup in mixed JavaFX Swing Application on 8u131 and Mac OS 10.12
8ec46c56125 : 8178996: [macos] JComboBox doesn't display popup in mixed JavaFX Swing Application on 8u131 and Mac OS 10.12
2f0741dad4c : 8169897: [PIT] javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails
1351bca5b46 : 8169897: [PIT] javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails
0f1e2c1c4a5 : 8179891: JavaDoc for for..in is incorrect
679105dc96a : 8179891: JavaDoc for for..in is incorrect
c18fe9b250d : 8085814: Move stream test library to the jdk test library area 8173414: Some testng tests check nothing in java util stream
7d0a16e442a : 8178152: Handling of incubating modules, the jdk.unsupported module and --add-exports with --release <current>
f417779f870 : 8178152: Handling of incubating modules, the jdk.unsupported module and --add-exports with --release <current>
52c0fd158ce : 8180256: Fix HTML 5 issues in java.sql and java.sql.rowset modules
14798106012 : 8180256: Fix HTML 5 issues in java.sql and java.sql.rowset modules
e258384e060 : 8180003: Remove sys/ prefix from poll.h and signal.h includes
b3e118a15e7 : 8179930: jdk.test.lib.artifacts.ArtifactResolver::resolve should return Map instead of HashMap
8e2c9a38488 : 8179515: Class java.util.concurrent.ThreadLocalRandom fails to Initialize when using SecurityManager
810e80970aa : 8179515: Class java.util.concurrent.ThreadLocalRandom fails to Initialize when using SecurityManager
5b887f4a2e2 : 8179632: Fix the old doclet documentation
f2fceb6de15 : 8179632: Fix the old doclet documentation
4004d07629a : 8180004: jdk.test.lib.DynamicVMOption should be moved to jdk.test.lib.management
ce8579b6c78 : 8180004: jdk.test.lib.DynamicVMOption should be moved to jdk.test.lib.management
06ddc961acc : 8180037: move jdk.test.lib.InMemoryJavaCompiler to a separate package
25e5108c99e : 8180037: move jdk.test.lib.InMemoryJavaCompiler to a separate package
96d03a13e6f : 8159995: Rename internal Unsafe.compare methods
1f2554ca5c3 : 8159995: Rename internal Unsafe.compare methods
f5c8f8fa17c : 8179592: Update tables in java.base to be HTML 5-friendly
b05e3d5acf5 : 8179592: Update tables in java.base to be HTML 5-friendly
8ccfaf1569a : 8175106: Higher quality DSA operations
0dadd76ac80 : 8175106: Higher quality DSA operations
3f5bc07a700 : 8180081: Adjust Jib and JDL configuration for 10 to support promotable builds
e188a366b89 : 8180083: Adjust Jib and JDL configurations for 9 to support new generation Mach 5
a98da97e09b : 8180083: Adjust Jib and JDL configurations for 9 to support new generation Mach 5
10461c1416f : Added tag jdk-9+169 for changeset 591eaef1ab45
357b98add92 : Added tag jdk-9+169 for changeset 0a226c99bb5a
3514193425f : Added tag jdk-9+169 for changeset 834233132ab1
23c73227859 : Added tag jdk-9+169 for changeset 5b440c4723ec
74f8c05d75e : Added tag jdk-9+169 for changeset c7eaa0c8b655
9f3a70f1fc5 : Added tag jdk-9+169 for changeset a6583de69bb5
19a1a6c1898 : Added tag jdk-9+169 for changeset cd369ee4d4bc
7554c2369cd : Added tag jdk-9+169 for changeset 5d2f0aa9b2ce
191119a30d7 : Added tag jdk-9+169 for changeset a293f7f62550
5e641981c02 : Added tag jdk-9+169 for changeset 1a3dddbf0316
145df524c9e : Added tag jdk-9+169 for changeset 67a9483804b2
1d05e4f19bb : Added tag jdk-9+169 for changeset 3f875168ce21
381dc3404c1 : Added tag jdk-9+169 for changeset f87535f0217d
80c96358b7b : Added tag jdk-9+169 for changeset 9ecd8f90c5de
8d232292519 : Added tag jdk-9+169 for changeset aac2c66a2c20
c1b39d699af : 8180085: (ch) java/nio/channels/SocketChannel/VectorIO.java: add debug instrumentation
a5deccf8607 : 8180085: (ch) java/nio/channels/SocketChannel/VectorIO.java: add debug instrumentation
3220a8ca738 : 7155591: test/java/net/MulticastSocket/SetOutgoingIf.java fails on macOS
a83a070a03d : 7155591: test/java/net/MulticastSocket/SetOutgoingIf.java fails on macOS
48e9c136e2d : 8179954: AArch64: C1 and C2 volatile accesses are not sequentially consistent
f8f8bdcf3d9 : 8180048: Interned string and symbol table leak memory during parallel unlinking
9f4db25725c : 8180004: jdk.test.lib.DynamicVMOption should be moved to jdk.test.lib.management
58c5d028614 : 8180037: move jdk.test.lib.InMemoryJavaCompiler to a separate package
7f4c4f49302 : Added tag jdk-9+169 for changeset 0cd7ad813324
916cb715381 : 8179954: AArch64: C1 and C2 volatile accesses are not sequentially consistent
c775f6f58be : 8180048: Interned string and symbol table leak memory during parallel unlinking
8e28d5772d7 : 8180004: jdk.test.lib.DynamicVMOption should be moved to jdk.test.lib.management
116ba945dc4 : 8180037: move jdk.test.lib.InMemoryJavaCompiler to a separate package
21b28b97d36 : 8179014: JFileChooser with Windows look and feel crashes on win 10
e80ef7a2e03 : 8179014: JFileChooser with Windows look and feel crashes on win 10
701a65c8bb1 : 8174848: Remove gpl templates from hotspot/make
f69b0746773 : 8174848: Remove gpl templates from hotspot/make
4eea6bc81fe : 8179105: Respect "include_in_docs" property from imported modules
5adcb2d3d78 : 8179105: Respect "include_in_docs" property from imported modules
d9de25905c6 : 8140436: Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for TLS
7a4f23e55d8 : 8179389: X509Certificate generateCRLs is extremely slow using a PEM crl list
e8be7d966b8 : 8180128: small errors in String javadoc
56a26d48659 : 8180128: small errors in String javadoc
ac8725b492f : 8180041: Fix HTML 5 issues in java.corba
fd872c65c8c : 8180041: Fix HTML 5 issues in java.corba
00b9efeb0bf : 8169646: Remove launcher's -d32/-d64 option
f9fc11e58c5 : 8180129: Bundles.gmk:181: *** unterminated call to function 'filter-out': missing ')'. Stop
74f02ffc463 : 8180129: Bundles.gmk:181: *** unterminated call to function 'filter-out': missing ')'. Stop
a502fb459ea : 8179905: Remove the use of gettimeofday in Networking code
37e568aca64 : 8179867: JDK9 b167: demos exist in JDK bundles
66f56c70864 : 8179867: JDK9 b167: demos exist in JDK bundles
2f31cc2d32b : 8179867: JDK9 b167: demos exist in JDK bundles
d1a39aa352a : 8179867: JDK9 b167: demos exist in JDK bundles
ccd88713ec5 : 8179021: Latest bugfixes to WebSocket/HPACK from the sandbox repo
c74eb4302e9 : 8179021: Latest bugfixes to WebSocket/HPACK from the sandbox repo
a8276922eac : 8178278: Move Standard Algorithm Names document to specs directory
69d205a2786 : 8178278: Move Standard Algorithm Names document to specs directory
f737514d37b : 8178278: Move Standard Algorithm Names document to specs directory
e52af5f5b3e : 8178278: Move Standard Algorithm Names document to specs directory
987f6bf3eaa : 6515161: If remote removeNotificationListener gets SecurityException, client no longer gets notifications
1f9612a42c0 : 8179868: Java API Docs of javax.xml.transform.stax contains TODOs
a6a7d063150 : 8179868: Java API Docs of javax.xml.transform.stax contains TODOs
697e9c39b2f : 8179479: Add new styles to enable HTML 5 tables
26ae2cbf89f : 8179479: Add new styles to enable HTML 5 tables
faf6a8d69b2 : 8177153: LambdaMetafactory has default constructor
30c35f5e348 : 8177153: LambdaMetafactory has default constructor
828b07acf0c : 8179536: Cleaner print job handling
b05734ed929 : 8179536: Cleaner print job handling
b942e7a403f : 8179863: Missing copyrights in some jaxp files
a3383bfa939 : 8179863: Missing copyrights in some jaxp files
8133250df1e : 8150256: removing xerces-related dead code
5201950d679 : 8150256: removing xerces-related dead code
b269ce213b5 : 8179950: Custom system class loader using Enum.valueOf in its initialization triggers java.lang.InternalError
2acf66bce51 : 8179950: Custom system class loader using Enum.valueOf in its initialization triggers java.lang.InternalError
1ce2a362524 : 8179444: AArch64: Put zero_words on a diet
e9d1bc7ef48 : 8179662: OutputStreamWriter javadocs states that you can set the buffer size but there is no way to do that
b1572c1a3d6 : 8179662: OutputStreamWriter javadocs states that you can set the buffer size but there is no way to do that
7f055fba8b4 : 8179879: Clarify install.sh
4e0cc203c72 : 8179879: Clarify install.sh
229d2de4b74 : 8179692: Move RMI spec to specs directory
0644676235d : 8179692: Move RMI spec to specs directory
f65eb43943f : 8179889: Fix typographic errors in copyright headers
97df63049cf : 8179889: Fix typographic errors in copyright headers
1add92be4be : 8179889: Fix typographic errors in copyright headers
10678fd9993 : 8179889: Fix typographic errors in copyright headers
cab301f86d3 : 8179889: Fix typographic errors in copyright headers
157b12d6e2d : 8179889: Fix typographic errors in copyright headers
db07653fac1 : 8179889: Fix typographic errors in copyright headers
e5543824f47 : 8179889: Fix typographic errors in copyright headers
301c9d6474c : 8179889: Fix typographic errors in copyright headers
7c75811e593 : 8179889: Fix typographic errors in copyright headers
ffaa48643b9 : 8179531: JShell: fails to provide bytecode for dynamically created lambdas
229653fcd01 : 8179531: JShell: fails to provide bytecode for dynamically created lambdas
214648b3bd0 : 8020801: Apply the restriction of invoking MethodHandles.lookup to j.l.r.Method.invoke
429e4ac085d : 8020801: Apply the restriction of invoking MethodHandles.lookup to j.l.r.Method.invoke
4ed6e8a557b : Added tag jdk8u141-b08 for changeset ccf0cfe3272a
b9db746c813 : Added tag jdk8u141-b08 for changeset 81a3168e2203
ae1e5f32168 : Added tag jdk8u141-b08 for changeset d0d4f04c2ae7
4b831197d5b : Added tag jdk8u141-b08 for changeset 6d4033ddcc38
8ec4ec21dff : Added tag jdk8u141-b08 for changeset c6848bbddab1
57d4c7ff111 : Added tag jdk8u141-b08 for changeset 4dcfc092c855
d3ce8015622 : Added tag jdk8u141-b08 for changeset 4f507636b470
928c50eb267 : Added tag jdk8u141-b08 for changeset 0ee363db8b5e
c0d3240fa52 : Added tag jdk8u141-b08 for changeset e35e0034d00f
46e24df5446 : Added tag jdk8u141-b08 for changeset 9773b87f3d2d
70e583ba872 : Added tag jdk8u141-b08 for changeset dc68ce4a12a9
905dbbfb412 : Added tag jdk8u141-b08 for changeset 1605c28c98d8
43c25448b45 : Added tag jdk8u141-b08 for changeset 4f4f040bedc2
117e5cd3396 : Added tag jdk8u141-b08 for changeset 046016d668de
c5c52df1572 : 8179559: Solaris MulticastSocket issues
1b9b8c823e0 : 8140268: Generate link to specification license for JavaDoc API documentation
e9766a8480c : 8140268: Generate link to specification license for JavaDoc API documentation
6291b2d54de : 8179658: SetupProcessMarkdown creates long file names
105585bf9b2 : 8179658: SetupProcessMarkdown creates long file names
152ea2661be : 8178912: Remove sample/chatserver/ChatTest.java and sample/mergesort/MergeSortTest.java
5024b5321b8 : 8178912: Remove sample/chatserver/ChatTest.java and sample/mergesort/MergeSortTest.java
8f9c0312bed : 8179596: Update java.desktop to be HTML-5 friendly
38d511cc73a : 8179596: Update java.desktop to be HTML-5 friendly
01113620311 : 8178383: Validation of FileIO in the tests for JavaSound should be stricter
e41b775ecdf : 8178383: Validation of FileIO in the tests for JavaSound should be stricter
09c92ba331d : 8179852: Remove references to demo tests from TEST.groups
b5de0fab482 : 8179852: Remove references to demo tests from TEST.groups
5f8aa8e850f : 8179566: Add additional jaxws messages to be translated
78b96937e69 : 8179566: Add additional jaxws messages to be translated
99e8874a91d : 8179701: AArch64: Reinstate FP as an allocatable register
8480a56a94f : 8179557: Update generated Javadoc footer documentation link
48b32330ee0 : 8179557: Update generated Javadoc footer documentation link
71a6eb611ba : 8138672: Math. negativeZeroFloatBits and Math. negativeZeroDoubleBits should be final
adcd4e351b4 : 8179645: java.util.jar.Packer.newPacker and newUnpacker fails when running with security manager
53460df056f : 8179645: java.util.jar.Packer.newPacker and newUnpacker fails when running with security manager
c7dd404ea32 : 8179634: Add JDBC 4.2 to bullet list in package.html
9498ebdb91e : 8179634: Add JDBC 4.2 to bullet list in package.html
aa284fd51d4 : 8179602: Backout fix for JDK-8165437 due to breakage on 32-bit Linux
05dbfa0a00b : Added tag jdk-9+168 for changeset ba383bd297b1
22633c9b7b3 : Added tag jdk-9+168 for changeset f025861fefcd
200ab0b77f8 : Added tag jdk-9+168 for changeset 76e64d614d7f
24f21308475 : Added tag jdk-9+168 for changeset efacb24a2091
8af9e81082d : Added tag jdk-9+168 for changeset 48e8194e7226
1cd9c6fdf05 : Added tag jdk-9+168 for changeset 62f35f67d300
57b5771a122 : Added tag jdk-9+168 for changeset 86b9c60f4817
5e835a27726 : Added tag jdk-9+168 for changeset cdee594984d8
5f2dd493ec6 : Added tag jdk-9+168 for changeset 0c74c882540e
d3642e3479f : Added tag jdk-9+168 for changeset 6fca2d76380d
74c52f76628 : Added tag jdk-9+168 for changeset 14b14c8b9594
bab6ee189ce : Added tag jdk-9+168 for changeset 3b81783037ea
24845fe8740 : Added tag jdk-9+168 for changeset 45196b7066e3
e4cd7ffde3b : Added tag jdk-9+168 for changeset 4577394d5b98
39385dfc4dc : Added tag jdk-9+168 for changeset 8dfb6ec74ff7
e5767eabe7b : 8023897: Replace/update/rename executeAndCatch in various tests to assertThrows
295faa8f795 : 8023897: Replace/update/rename executeAndCatch in various tests to assertThrows
4e2df5011fc : 8178380: Module system implementation refresh (5/2017)
24ac677da44 : 8178380: Module system implementation refresh (5/2017)
4488289dba7 : 8178380: Module system implementation refresh (5/2017)
4c0e26e374b : 8178380: Module system implementation refresh (5/2017)
f0bbda542d5 : 8178380: Module system implementation refresh (5/2017)
f057a4afd81 : 8178380: Module system implementation refresh (5/2017)
7e5a4abd69f : 8179451: Confidential copyright header in openjdk
6aff2d0db6f : 8179451: Confidential copyright header in openjdk
2c226ccac5c : Added tag jdk-10+6 for changeset d86ce729b8d4
b14306d114f : Added tag jdk-10+6 for changeset 60901aefa352
b620b3d9047 : Added tag jdk-10+6 for changeset 165b88f3d4a8
37e9925419c : Added tag jdk-10+6 for changeset cafa63b809fb
d56b37aa05f : Added tag jdk-10+6 for changeset c1db1b28b1a5
a8a70976e2b : Added tag jdk-10+6 for changeset c3b17ea0d68f
d45394a9bd3 : Added tag jdk-10+6 for changeset 16e5fb0c8ba4
aa5c9dcc4da : Added tag jdk-10+6 for changeset ae11efc5ed76
1f8fbb8b685 : 8179438: Incremental builds broken on Windows
32e2e37f5c6 : 8179438: Incremental builds broken on Windows
73dd987046e : 8078267: Add test to verify that a module based JDBC driver via the service-provider loading mechanism
24f4f83ebcc : 8078267: Add test to verify that a module based JDBC driver via the service-provider loading mechanism
db22b37d831 : 8174770: Check registry registration location
4ce7b5f2806 : 8174770: Check registry registration location
efae4e90641 : 8176457: Add verbose option to java.security.debug
2ae431bf268 : 8179538: Update jdk.jdi to be HTML-5 friendly
bf1507936de : 8179538: Update jdk.jdi to be HTML-5 friendly
0f640549c78 : Added tag jdk-10+5 for changeset af711e46e07d
dc2c1b0f075 : Added tag jdk-10+5 for changeset 1d9bff95a662
dc6dc5634f3 : Added tag jdk-10+5 for changeset fe7e6fd5ccf7
453bf434dc3 : Added tag jdk-10+5 for changeset 49a5ced535f6
beea2a83202 : Added tag jdk-10+5 for changeset 9b8172eecf79
b5e4dce603d : Added tag jdk-10+5 for changeset 70f34b975a86
eef93b48228 : Added tag jdk-10+5 for changeset 741531c07ddd
085a3bd2c95 : Added tag jdk-10+5 for changeset 0ebe9abfb687
94ae528597b : Added tag jdk-10+4 for changeset 18569c523d38
a5354d807c7 : Added tag jdk-10+4 for changeset 645bddf276b8
847a7fc385b : Added tag jdk-10+4 for changeset ea21ec446bba
b5e5550f00b : Added tag jdk-10+4 for changeset f2b3b6bb1f4a
b61bbe18a0e : Added tag jdk-10+4 for changeset c7118c67f0d3
7214d9f22e2 : Added tag jdk-10+4 for changeset 72bcba272377
3d02097bdf9 : Added tag jdk-10+4 for changeset 90cec032bc9d
caa5b8a9190 : Added tag jdk-10+4 for changeset 0c7807fc4402
3581b13f7b8 : 8179453: Add a proper SetupProcessMarkdown
48c6f05cf3e : 8179453: Add a proper SetupProcessMarkdown
63f21ca6730 : 8179453: Add a proper SetupProcessMarkdown
2013e836595 : 8179453: Add a proper SetupProcessMarkdown
a72ef5f7935 : Added tag jdk-10+3 for changeset d7e890a6c5ef
4dacfb01990 : Added tag jdk-10+3 for changeset 0c46195767fb
46dbefa57a2 : Added tag jdk-10+3 for changeset 9379643900c6
5426a6e60a3 : Added tag jdk-10+3 for changeset e78f190d9ab1
93015c50ab4 : Added tag jdk-10+3 for changeset 14252cb702f5
6c9fb6f3cf8 : Added tag jdk-10+3 for changeset 6de725fb76cd
18adf08dfa1 : Added tag jdk-10+3 for changeset 1f2bc761ced0
beb7c344573 : Added tag jdk-10+3 for changeset 75c7bda02079
148e0f55310 : 8178984: Unnecessary angle brackets in the Line2D::intersectsLine() javadoc
1f241ad9579 : 8178984: Unnecessary angle brackets in the Line2D::intersectsLine() javadoc
b960d09e39a : 8159902: OGL surfaces are not HiDPI compatible on Linux/Solaris
cc6031a373e : 8159902: OGL surfaces are not HiDPI compatible on Linux/Solaris
20915600e5f : 8178014: CryptoPolicyParser's API comment contains < and > characters
0eb6c339c34 : 8178014: CryptoPolicyParser's API comment contains < and > characters
428338949d2 : 8179516: add Utils.COMPILE_JDK constant
594aa4596e4 : 8179512: Typo in HttpURLConnection documentation
ea8aed80d34 : 8179512: Typo in HttpURLConnection documentation
d56155cc8a4 : 8165437: Evaluate the use of gettimeofday in Networking code
8e46dcbe05a : 8174267: Stream.findFirst unnecessarily always allocates an Op
0c6e9730318 : Added tag jdk8u141-b07 for changeset 6e859e64df24
b38003747d6 : Added tag jdk8u141-b07 for changeset 6adcb9960d89
78db41ffc5d : Added tag jdk8u141-b07 for changeset d1cddd950f98
4f08df89129 : Added tag jdk8u141-b07 for changeset 596908c6aa51
dc0d4786b0e : Added tag jdk8u141-b07 for changeset b00efde3f388
d90eb31ee5b : Added tag jdk8u141-b07 for changeset ac03ecf9edfe
1afbe9c7083 : Added tag jdk8u141-b07 for changeset f1bf1da9aeda
5449c05f44d : Added tag jdk8u141-b07 for changeset 0a61fd0cd8c5
088b205b094 : 8160530: [TEST-BUG] Consistent failure of java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java
9fe1a3b3e05 : 8160530: [TEST-BUG] Consistent failure of java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java
d52ce4d9fa6 : 8179084: HotSpot VM fails to start when AggressiveHeap is set
6e26491b357 : 8179084: HotSpot VM fails to start when AggressiveHeap is set
d728a568280 : 8179084: HotSpot VM fails to start when AggressiveHeap is set
b1a0e81c9e9 : 8179084: HotSpot VM fails to start when AggressiveHeap is set
7dc48c318b2 : 8179460: Fix unnecessary uses of {@docRoot} in serviceability APIs
0a727480c2f : 8179460: Fix unnecessary uses of {@docRoot} in serviceability APIs
0edb48d9f3b : 8160893: [macosx] JMenuItems in JPopupMenu are not accessible
3b159076e67 : 8160893: [macosx] JMenuItems in JPopupMenu are not accessible
3d4834f1bd8 : 8179448: Mark ImageModules.java as failing intermittently
f1d871844a1 : 8179448: Mark ImageModules.java as failing intermittently
03c478110c7 : 8179434: test/java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails due to JDK-8177845
64dde11cb4e : 8167229: Improve VarHandle documentation
7c468bef599 : 8177146: MethodHandles.Lookup::bind allows illegal protected access
de91aed95ed : 8179415: Update java.management and java.management.rmi to be HTML-5 friendly
3f1be3b0b94 : 8179457: Remove demo/jvmti tests
de7232fd6e7 : 8179452: Remove intermittent key from some tests which appear no longer to fail
1e4314a6382 : 8179434: test/java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails due to JDK-8177845
0bd3951f5a4 : 8167229: Improve VarHandle documentation
b8116f74c0e : 8177146: MethodHandles.Lookup::bind allows illegal protected access
4400cbde3ba : 8179415: Update java.management and java.management.rmi to be HTML-5 friendly
7ebbf0f8404 : 8179457: Remove demo/jvmti tests
db8bc54f61f : 8179452: Remove intermittent key from some tests which appear no longer to fail
15e81d15999 : 8150488: Scanner.findAll() can return infinite stream if regex matches zero chars
cb05e8ea853 : 8150488: Scanner.findAll() can return infinite stream if regex matches zero chars
0f75b2b897e : 8167228: Update to libpng 1.6.28
1dc0fdd2aa5 : 8167228: Update to libpng 1.6.28
4e7f62c5e57 : 8167228: Update to libpng 1.6.28
07523078c21 : 8167228: Update to libpng 1.6.28
bb2e7a33112 : 8172525: Improve key keying case
e0cceee495a : 8172525: Improve key keying case
fae38873168 : 8179079: Incremental HotSpot builds broken on Windows
12af79ad9af : 8179225: Update graphviz bundle script with up to date build instructions
5f9a8ec907d : 8179225: Update graphviz bundle script with up to date build instructions
8a18cf24c8b : 8175814: Update default HttpClient protocol version and optional request version
b0ddb372f0f : 8175814: Update default HttpClient protocol version and optional request version
c1412b186f7 : 8178298: (LdapLoginModule)fix the JNDI properties technote
137cf298d6c : 8178298: (LdapLoginModule)fix the JNDI properties technote
07389cda003 : 8178437: remove tools/javac/lambda/speculative/T8177933.java
6758f482440 : 8178437: remove tools/javac/lambda/speculative/T8177933.java
cc08404a224 : 8177845: Need a mechanism to load Graal
16d29f25649 : 8177845: Need a mechanism to load Graal
3425a4fbad2 : 8177845: Need a mechanism to load Graal
e9704590441 : 8179361: specify -javafx option for javadoc command
8a2a4e1ef00 : 8177845: Need a mechanism to load Graal
e3c3a9461a5 : 8179361: specify -javafx option for javadoc command
9bbedc01695 : 8179000: Reversion of langtools test changes for limited win32 address space
794d343ed27 : 8179413: Fix remaining minor HTML5 issues in java.base module
7f3d5dc40be : 8179413: Fix remaining minor HTML5 issues in java.base module
d7cb75e7174 : 8176329: jdeps to detect MR jar file and output a warning
02aa51f15b5 : Added tag jdk8u141-b07 for changeset 79929b90640d
f747ec400bd : 8176329: jdeps to detect MR jar file and output a warning
9a734f4b524 : Added tag jdk8u141-b07 for changeset e774fdd8f2b9
554232c1235 : 8176329: jdeps to detect MR jar file and output a warning
5e7cc832327 : 8176329: jdeps to detect MR jar file and output a warning
cffe8409e9a : 8179369: src/java.security.jgss/share/classes/org/ietf/jgss/package.html should be HTML5-friendly
92be0f840a0 : 8179369: src/java.security.jgss/share/classes/org/ietf/jgss/package.html should be HTML5-friendly
1d38dad3a51 : 8179365: JAWT (AWT Native Interface) specification needs to be updated for JDK 9
821e71f0ccf : 8179365: JAWT (AWT Native Interface) specification needs to be updated for JDK 9
72c69c5c8e3 : 8035653: InetAddress.getLocalHost crash
6649807b43f : 8035653: InetAddress.getLocalHost crash
640e4d11b6c : 8177845: Need a mechanism to load Graal
3a3040f1c94 : 8177845: Need a mechanism to load Graal
1667ba94ba0 : 8179370: Replace use of <tt>, <center> and <font> tags in java.base
bd1ab99c87b : 8179370: Replace use of <tt>, <center> and <font> tags in java.base
8116a293a8a : Added tag jdk-9+167 for changeset 6faaf50f795d
f8ea8ae1167 : Added tag jdk-9+167 for changeset 25c2ace97728
b3d44948b7f : Added tag jdk-9+167 for changeset bc624d5d6db0
d5cfd033026 : Added tag jdk-9+167 for changeset 2f24758e7ae0
d8cf55b6d84 : Added tag jdk-9+167 for changeset 1382a4233d5b
d392cb0831c : Added tag jdk-9+167 for changeset 73fd39e0702e
5e0e3b65f6f : Added tag jdk-9+167 for changeset f6a1c0005cf5
7e1051c8365 : Added tag jdk-9+167 for changeset d9d174aa9a2e
9816cf75a94 : Added tag jdk-9+167 for changeset 760e75de808d
0299d343b9e : Added tag jdk-9+167 for changeset 89a545213cad
8208c3fa886 : Added tag jdk-9+167 for changeset 49b85ba02155
0b74152dc12 : Added tag jdk-9+167 for changeset 496855459297
ad68f6fc5a8 : Added tag jdk-9+167 for changeset ac87ed5dd7fb
e886fc52002 : Added tag jdk-9+167 for changeset c5de7263722b
382e9e3736b : Added tag jdk-9+167 for changeset 16b4187cad63
0e658285d04 : Added tag jdk-9+167 for changeset 70bbd6884287
0bb978d6bee : 8140237: [TEST_BUG]Test javax/swing/plaf/nimbus/8041642/bug8041642.java fails for OEL 7
6b941979091 : 8140237: [TEST_BUG]Test javax/swing/plaf/nimbus/8041642/bug8041642.java fails for OEL 7
64b0696f326 : 8179027: JComboBox too small under Windows LAF
36d2ae5ce8e : 8179027: JComboBox too small under Windows LAF
e281962a4cf : 8179392: Fix warnings in the httpclient javadoc
58851308aba : 8179392: Fix warnings in the httpclient javadoc
4b937fcbeff : 8177721: Improve diagnostics in sun.management.Agent#startAgent()
15d2a8831a6 : 8177721: Improve diagnostics in sun.management.Agent#startAgent()
dead0f09395 : Added tag jdk-10+2 for changeset 42db2c5bcd25
174e3dd9f49 : Added tag jdk-10+2 for changeset 56f021844230
b17907a1fc8 : Added tag jdk-10+2 for changeset 705de1d4aa9c
72eaf9188b1 : Added tag jdk-10+2 for changeset bca2e295a93c
cd64b6609e6 : Added tag jdk-10+2 for changeset 7def1842c506
77bb3cd4a8a : Added tag jdk-10+2 for changeset 967cf1d9c601
6da31c5d8be : Added tag jdk-10+2 for changeset 0e5f3e4cc5fa
03c3ec2d048 : Added tag jdk-10+2 for changeset 79784fb4211e
95def3562a2 : 8179084: HotSpot VM fails to start when AggressiveHeap is set
77f7391ebd3 : 8179084: HotSpot VM fails to start when AggressiveHeap is set
17379612e8d : 8179101: Improve algorithm constraints implementation
e0325d10070 : 8179101: Improve algorithm constraints implementation
2dfd2e78850 : 8179367: update use of align, valign attributes in java.base to use style attribute
2c7e41e237f : 8179367: update use of align, valign attributes in java.base to use style attribute
bb3c355d9e8 : 8169203: (jdeprscan) eliminate duplicate "can't find class" errors
15098a44ad1 : 8169203: (jdeprscan) eliminate duplicate "can't find class" errors
43a57673a09 : 8179247: java/util/zip/TestExtraTime.java: add some instrumentation which might illuminate the failure of 2016-09-14
0f54324cd42 : 8179247: java/util/zip/TestExtraTime.java: add some instrumentation which might illuminate the failure of 2016-09-14
c765276eba6 : 8179364: update "<a name=" in java.base module to use id attribute
1838d553227 : 8179364: update "<a name=" in java.base module to use id attribute
c14fde6de37 : 8179304: Fix HTML 5 errors in jdk.scripting.nashorn and jdk.dynalink module
618d9595024 : 8179304: Fix HTML 5 errors in jdk.scripting.nashorn and jdk.dynalink module
c9449ae436b : 8179101: Improve algorithm constraints implementation
558e2a6350b : 8179101: Improve algorithm constraints implementation
20db7cdbe3c : 8178412: Doc link updates for i18n
f0d6ffcccc0 : 8178412: Doc link updates for i18n
e73967cd3bb : 8166306: Broken link for All Packages in java.jnlp module
0a6bfe2343a : 8166306: Broken link for All Packages in java.jnlp module
7542292855e : 8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do during concurrent marking
462d97ed785 : 8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do during concurrent marking
67eb9936c67 : 8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do during concurrent marking
98ef4a30218 : 8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do during concurrent marking
a8af36fc3db : 8178042: Allow custom taglets
4a991d0b84d : 8178042: Allow custom taglets
24a080b68a3 : 8178042: Allow custom taglets
0d17a2547b2 : 8178042: Allow custom taglets
f9ad6da8b5d : 8179273: sun.net.httpserver.LeftOverInputStream should stop attempting to drain the stream when the server is stopped
bbd1ecb6b7d : 8030750: SA: Alternate hashing not implemented
e8ead248a81 : 8030750: SA: Alternate hashing not implemented
14cd6de0d55 : Added tag jdk8u131-b32 for changeset feed7015754b
ddecc61a81d : Added tag jdk8u131-b32 for changeset 1ad96ca74247
96117d660ca : Added tag jdk8u131-b32 for changeset e0f42169d343
31e1be983ba : Added tag jdk8u131-b32 for changeset 8e05679990fa
f1d5c8ae6a4 : Added tag jdk8u131-b32 for changeset 617c89fff285
41225183e2e : Added tag jdk8u131-b32 for changeset d9af5f70df3d
58fbe777bb4 : Added tag jdk8u131-b32 for changeset a53fa3efb258
f5f50944531 : Added tag jdk8u131-b32 for changeset cf379c0aebb0
797c5076401 : Added tag jdk8u131-b32 for changeset 058c1c3c2273
2f3bf15bf8a : Added tag jdk8u131-b32 for changeset d81c88bbc08d
bedb841f448 : Added tag jdk8u131-b32 for changeset 4c5ea53759b4
237b30cc91c : Added tag jdk8u131-b32 for changeset a98fb4a0126f
ab3fed50588 : Added tag jdk8u131-b32 for changeset 41dbb656db29
6b9e7e84b2a : Added tag jdk8u131-b32 for changeset 86bf22520a8b
d1f1c9439c2 : Added tag jdk8u131-b32 for changeset 06f5d713269d
c8635ffae7f : Added tag jdk8u131-b32 for changeset d79000eb2b1d
962a6190d89 : 8179299: Fix HTML 5 errors in java.compiler module 8179300: Fix HTML 5 errors in jdk.compiler module 8179301: Fix HTML 5 errors in jdk.javadoc module 8179303: Fix HTML 5 errors in jdk.jshell module
5c0906b9eb3 : 8179299: Fix HTML 5 errors in java.compiler module 8179300: Fix HTML 5 errors in jdk.compiler module 8179301: Fix HTML 5 errors in jdk.javadoc module 8179303: Fix HTML 5 errors in jdk.jshell module
12c1c972330 : 8168444: (jdeprscan) improper handling of primitives and primitive array types
d6bf03fe8ea : 8168444: (jdeprscan) improper handling of primitives and primitive array types
8d27bf897f2 : 8178725: provide way to link to external documentation
e46f7968ab6 : 8178725: provide way to link to external documentation
25afd13746a : 8178725: provide way to link to external documentation
2c8349c3b92 : 8179025: Exclude deployment modules from FieldSetAccessibleTest.java and VerifyJimage.java
021dfd0a662 : 8178725: provide way to link to external documentation
b52f472fcfa : 8179025: Exclude deployment modules from FieldSetAccessibleTest.java and VerifyJimage.java
3ddf90c0207 : 8158270: MulticastSendReceiveTests.java failed with "Expected message not received"
c122be4029c : 8158270: MulticastSendReceiveTests.java failed with "Expected message not received"
0d2a897c3e5 : 8179222: SimpleConsoleLogger should protect against MissingResourceException
af3ba5e1a30 : Added tag jdk-10+1 for changeset add9e8c9b20b
7311157a91d : Added tag jdk-10+1 for changeset d30aaabb640a
61aea514989 : Added tag jdk-10+1 for changeset 3a409afd3f86
fdddc3f99b4 : Added tag jdk-10+1 for changeset fd78c449153f
e8f4fe63413 : Added tag jdk-10+1 for changeset 4c73666bd173
2f2fbde76e0 : Added tag jdk-10+1 for changeset aa491a7d76c1
0d38c1927bf : Added tag jdk-10+1 for changeset 3c5afb5edd13
9fa838e4a5b : Added tag jdk-10+1 for changeset 015723e36620
740ab1b4c5f : 8179070: nashorn+octane's box2d causes c2 to crash with "Bad graph detected in compute_lca_of_uses"
c5195b54104 : Added tag jdk-9+168 for changeset 0378156b5e49
81bcf3df9fd : 8178380: Module system implementation refresh (5/2017)
aa386ac45b3 : 8179070: nashorn+octane's box2d causes c2 to crash with "Bad graph detected in compute_lca_of_uses"
aefdcda532c : 8178380: Module system implementation refresh (5/2017)
bb9b96b97e1 : 8130084: javax/management/MBeanServer/NotifDeadlockTest.java timed out
9a2906678d9 : 8176327: javac produces wrong module-info 8178518: Add method JavaFileManager.contains
4a269851c91 : 8176327: javac produces wrong module-info 8178518: Add method JavaFileManager.contains
e996e96ef92 : 8176067: Proper directory lookup processing
24c32f95caf : 8175106: Higher quality DSA operations
c118bb8febc : 8176055: JMX diagnostic improvements
04454419f99 : 8179014: JFileChooser with Windows look and feel crashes on win 10
52336c19bfa : 8176067: Proper directory lookup processing
add052f830d : 8175106: Higher quality DSA operations
9b57a5abda3 : 8176055: JMX diagnostic improvements
7e67e5798eb : 8179014: JFileChooser with Windows look and feel crashes on win 10
9957c744993 : Added tag jdk8u141-b06 for changeset 4194fd38c50f
614bad40fea : Added tag jdk8u141-b06 for changeset 17a43f73c3a3
471d2ca9316 : Added tag jdk8u141-b06 for changeset b4859d038467
ee6d0123bcc : Added tag jdk8u141-b06 for changeset a387efabc8ba
e5152a0672d : Added tag jdk8u141-b06 for changeset 677f160365ef
8ab38db6cc1 : Added tag jdk8u141-b06 for changeset 4b901dff04e0
f5707c781e4 : Added tag jdk8u141-b06 for changeset e7ebdf9dc346
43f211ffe8f : Added tag jdk8u141-b06 for changeset b56c0902bde6
6b7839733fd : Added tag jdk8u141-b06 for changeset cbbb6f118c01
dd6db6a6a48 : Added tag jdk8u141-b06 for changeset dccb39057522
7c2df19e9be : Added tag jdk8u141-b06 for changeset 5ce0bbb88d34
57e7cf8a6de : Added tag jdk8u141-b06 for changeset 2e55bf8d73d1
ffb9c6fd07e : Added tag jdk8u141-b06 for changeset 946a1e112d7f
28e46c7352f : Added tag jdk8u141-b06 for changeset 555b055852e8
b8418be59df : 8179002: jdk/jshell/MergedTabShiftTabExpressionTest.java fails intermittently
b60b8e2c9b7 : 8179002: jdk/jshell/MergedTabShiftTabExpressionTest.java fails intermittently
13c24bba29d : 8165896: Use "open" flag from JVM_DefineModule to export all module packages
3843553139c : 8165896: Use "open" flag from JVM_DefineModule to export all module packages
abc920b5e52 : 8176168: Performance drop due to SAXParser SymbolTable reset
e5994797aba : 8176168: Performance drop due to SAXParser SymbolTable reset
5a939b7ba33 : 8178905: Undecorated frame is not painted on OEL7(Gnome3)
7e67ffbd41f : 8178905: Undecorated frame is not painted on OEL7(Gnome3)
79d5c570d7e : 8178971: Uncommon formatting and typos in java.desktop module
c6274c7aa28 : 8178971: Uncommon formatting and typos in java.desktop module
9f9bfb8d8ec : 8178501: Replace usages of align macros with calls to the align inline functions
aad59744c52 : 8183544: Missing parentheses in is_size_aligned_ macro
40ec3f28ee2 : 8174171: Move spliterator testing of BitSet into big memory tests BitSetStreamTest
ffed03c6d9f : 8174171: Move spliterator testing of BitSet into big memory tests BitSetStreamTest
67fa35b5a8f : 8176168: Performance drop due to SAXParser SymbolTable reset
20df1c01567 : 8176168: Performance drop due to SAXParser SymbolTable reset
f0d84408d98 : 8178037: Move information from jdi-overview.html into jdk.jdi module-info.java
d58ce97583e : 8178037: Move information from jdi-overview.html into jdk.jdi module-info.java
41d9a8b828f : 8179022: Add serialization spec as markdown
71bda8a8c1f : 8179022: Add serialization spec as markdown
ad1fb2de97f : 8179022: Add serialization spec as markdown
53c66b282ce : 8179022: Add serialization spec as markdown
e8519608a80 : 8178316: Add JVM-MANAGEMENT-MIB.mib to jdk/src/java.management/share/specs/
93fe9a1c0f1 : 8178316: Add JVM-MANAGEMENT-MIB.mib to jdk/src/java.management/share/specs/
80c976011f0 : 8178038: Copy jdwp-protocol.html to proper location 8178039: Copy jvmti.html to proper location 8178316: Add JVM-MANAGEMENT-MIB.mib to jdk/src/java.management/share/specs/
241efa9566c : 8178038: Copy jdwp-protocol.html to proper location 8178039: Copy jvmti.html to proper location 8178316: Add JVM-MANAGEMENT-MIB.mib to jdk/src/java.management/share/specs/
42f7f0657e0 : 8179013: Deprecate the Concurrent Mark Sweep (CMS) Garbage Collector
fd4f7d938a6 : 8179013: Deprecate the Concurrent Mark Sweep (CMS) Garbage Collector
f00554142c7 : 8178992: jshell tool: missing references in /help /set mode
6c5591c8d2c : 8178992: jshell tool: missing references in /help /set mode
cb14cec9300 : 8179086: java.time.temporal.ValueRange has poor hashCode()
b28def0482f : 8177738: Runtime.Version must be a value-based class 8148822: (spec) Regex in Runtime.Version and JEP 223 should match 8160954: (spec) Runtime.Version regex and $PRE/$OPT issues 8148877: (spec) Specify when an empty '+' is required in a version string
83ca4d95753 : 8177738: Runtime.Version must be a value-based class 8148822: (spec) Regex in Runtime.Version and JEP 223 should match 8160954: (spec) Runtime.Version regex and $PRE/$OPT issues 8148877: (spec) Specify when an empty '+' is required in a version string
7c06cb84aba : 8179066: Add jdk/jshell/MergedTabShiftTabExpressionTest.java to ProblemList due to JDK-8179002
96e7b53d9ad : 8179066: Add jdk/jshell/MergedTabShiftTabExpressionTest.java to ProblemList due to JDK-8179002
588f3628ae3 : 8179078: Jib run-test-prebuilt profile missing dependency on bootjdk
2197be10727 : 8175036: All API docs should be built for HTML 5
d28d3f3d59b : 8175036: All API docs should be built for HTML 5
211f9cd3610 : 8178323: Add negative tests for bind services Jlink feature
e80b3298cd4 : 8178323: Add negative tests for bind services Jlink feature
f0ecef42ebe : 8178017: JDK 9 change to symlink handling causes misleading class.public.should.be.in.file diagnostic
bac720cfeb9 : 8178017: JDK 9 change to symlink handling causes misleading class.public.should.be.in.file diagnostic
474adf0f1ff : 8179035: Include tool modules in unified docs
7233c14a5dc : 8179035: Include tool modules in unified docs
63ad768bd06 : 8179035: Include tool modules in unified docs
fa7b5bf2308 : 8179035: Include tool modules in unified docs
d78bbcbd580 : 8178830: standard doclet: -javafx option should be unhidden
c2950b9c7b8 : 8178830: standard doclet: -javafx option should be unhidden
1f99b41fe57 : 8178823: Unable to initialize HijrahCalendar: Hijrah-umalqura when running with a security manager
e4e2e277fc3 : 8178823: Unable to initialize HijrahCalendar: Hijrah-umalqura when running with a security manager
10d11c54315 : 8167981: Optional: add notes explaining intended use
d87636bed7f : 8167981: Optional: add notes explaining intended use
f5c0405a4f5 : Added tag jdk-9+166 for changeset c0493cbb6f3c
9c69434cc09 : Added tag jdk-9+166 for changeset 7f959abfee57
01d15db7006 : Added tag jdk-9+166 for changeset 26756bc6b854
030a83d617b : Added tag jdk-9+166 for changeset dbbfba0da305
a22558a6f30 : Added tag jdk-9+166 for changeset 881cbc638a20
a69c92afddf : Added tag jdk-9+166 for changeset 20678b3390a0
ccfd6c08878 : Added tag jdk-9+166 for changeset 86328fca16ae
af489774664 : Added tag jdk-9+166 for changeset 14e2d9d2811c
69e72e9bb67 : Added tag jdk-9+166 for changeset ba4079a59322
96c10ec1949 : Added tag jdk-9+166 for changeset 8950997daa0f
c26597f6882 : Added tag jdk-9+166 for changeset f8b3b588cf79
8bf9350ed21 : Added tag jdk-9+166 for changeset 2fe3bc7716a3
039529ce3ad : Added tag jdk-9+166 for changeset a50cc126180c
106535b8755 : Added tag jdk-9+166 for changeset 5da16e367b88
0306e163993 : Added tag jdk-9+166 for changeset 513c3026b94f
92c1c8074fe : Added tag jdk-9+166 for changeset 719dc26a8aac
f79b7de1acc : 8178915: Minor update to the PooledConnection javadoc
5862a63044f : 8178915: Minor update to the PooledConnection javadoc
bbc3f621d36 : 8076417: Update test/jdk/asm/AsmSanity.java with modules
d805d47999e : 8076417: Update test/jdk/asm/AsmSanity.java with modules
8a666c1fdde : 8178821: jshell tool: ctrl-down does nothing in current context
78544a01034 : 8081454: [TESTBUG]Some java/awt/Mixing tests fail in OEL 7 only
74a79f79a19 : 8081454: [TESTBUG]Some java/awt/Mixing tests fail in OEL 7 only
49b88e559b9 : 8081478: [TESTBUG] Test javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java fails for OEL 7 only
24f0d7ebfd5 : 8081478: [TESTBUG] Test javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java fails for OEL 7 only
2101450739d : 8175819: OS name and arch in JMOD files should match the values as in the bundle names
6113ce30fce : 8175819: OS name and arch in JMOD files should match the values as in the bundle names
42caec31de7 : 8175819: OS name and arch in JMOD files should match the values as in the bundle names
c41d9184741 : 8175819: OS name and arch in JMOD files should match the values as in the bundle names
8e9eda4057a : 8178481: jdk/jshell/CompletionSuggestionTest.java routinely fails
26b474c9337 : 8178481: jdk/jshell/CompletionSuggestionTest.java routinely fails
e5f917fd1cf : 8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field
0850f794db7 : 8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field
94e80364ae4 : 8177457: Syntax errors in URLConnection class documentation
bfe18c7aee5 : 8177452: Syntax errors in ContentHandler class documentation
e69c389881d : 8178047: Aliasing problem with raw memory accesses
34dec39bc2f : 8178047: Aliasing problem with raw memory accesses
1e0ca9354f8 : 8176452: Javadoc UI style issue with index in description
e1b0c0ab27a : 8176452: Javadoc UI style issue with index in description
95093ee7f6b : 8178968: AArch64: Remove non-standard code cache size
1832423f6d5 : 8178012: Finish removal of -Xmodule:
f92855c6823 : 8178012: Finish removal of -Xmodule:
e64f2a16578 : 8178012: Finish removal of -Xmodule:
e8d9a616be8 : 8178012: Finish removal of -Xmodule:
caa42197302 : 8178035: MergedTabShiftTabTest sometimes time outs
c71e9e0626d : 8178035: MergedTabShiftTabTest sometimes time outs
159380e355f : 8178965: Second part of JDK-8176785
e63243f01ce : 8178965: Second part of JDK-8176785
545c0b2ca1f : 8176785: Add build support to generate PNG file from .dot file
ce531690410 : 8176785: Add build support to generate PNG file from .dot file
894cbd4a778 : 8172312: Update docs target and image for new combined docs
5638b455594 : 8172312: Update docs target and image for new combined docs
ebacba338a4 : Added tag jdk8u152-b03 for changeset 22fe488c7e3c
4dbf648bc27 : Added tag jdk8u152-b03 for changeset 4d087806caee
bdab962057c : Added tag jdk8u152-b03 for changeset c9c2015374db
395fec961bf : Added tag jdk8u152-b03 for changeset 6848a59c3621
7691df1b1e3 : Added tag jdk8u152-b03 for changeset 012e471862a1
fcee203f082 : Added tag jdk8u152-b03 for changeset a973134b1ae7
2973ab323ae : Added tag jdk8u152-b03 for changeset 2c870ddbfb47
e04063b8089 : Added tag jdk8u152-b03 for changeset 82c5421ced5a
c52bb4e599b : Added tag jdk8u152-b03 for changeset 9ce641a14ca6
b40d4ef1a75 : Added tag jdk8u152-b03 for changeset 6c5c2f74a5e8
ffdbbbb49e2 : Added tag jdk8u152-b03 for changeset 8f8d175b0f63
e8297d0282e : Added tag jdk8u152-b03 for changeset 5118c68d90dc
89f05a1058e : Added tag jdk8u152-b03 for changeset c3021aa2248e
735b1f88da8 : Added tag jdk8u152-b03 for changeset 6738d4bdf771
5b118d6f1ac : Added tag jdk8u152-b03 for changeset 9cdf46cf7b22
558a75466bf : Added tag jdk8u152-b03 for changeset cc2a347165aa
cd08d14fcdc : 8157763: update links to technotes in javadoc API
2114b9fa010 : 8157763: update links to technotes in javadoc API
a2df1d89a23 : 8177728: [TESTBUG] Improve CDS test utils
80a0898a517 : 8178916: Update annotation processing API for terminology changes in modules
87fe8f22003 : 8178916: Update annotation processing API for terminology changes in modules
815f4bcfde4 : 8178904: javadoc jdk/javadoc/doclet/testModules/TestIndirectExportsOpens.java fails
95a54a6519b : 8178904: javadoc jdk/javadoc/doclet/testModules/TestIndirectExportsOpens.java fails
dccdbdd2d23 : 8178889: Move creation of AbstractChronology comparators to call sites
8d3b7facbf8 : 8178339: javadoc includes qualified opens in "Additional Opened Packages" section
6ca7f21e55e : 8178339: javadoc includes qualified opens in "Additional Opened Packages" section
aa2bbc4ec66 : 8173801: Modify makefiles to not build demos and samples bundles
19abae47914 : 8173801: Modify makefiles to not build demos and samples bundles
c43bb1b7e76 : 8162917: langtools/test/tools/javadoc/CompletionError.java is not runnable
b8c3c011ae6 : 8162917: langtools/test/tools/javadoc/CompletionError.java is not runnable
c888ed61b80 : 8161295: javac, cleanup use of ModuleTestBase
0cd70bbdc1a : 8161295: javac, cleanup use of ModuleTestBase
4877843c599 : 8176801: tools/javac/platform/PlatformProviderTest.java sensitive to warnings sent to stderr
13963906087 : 8176801: tools/javac/platform/PlatformProviderTest.java sensitive to warnings sent to stderr
4e0175c1324 : 8177314: java VM fails to start with a Japanese ShiftJIS locale
0e9a1ca06f2 : 8177314: java VM fails to start with a Japanese ShiftJIS locale
261fa97c881 : 8178509: MODULE_SOURCE_PATH: Implement missing methods 8178493: StandardJavaFileManager: Clarify/document the use of IllegalStateException
4b7795c6d5b : 8178509: MODULE_SOURCE_PATH: Implement missing methods 8178493: StandardJavaFileManager: Clarify/document the use of IllegalStateException
39402628521 : Added tag jdk8u141-b05 for changeset 17b753ca9eb1
a8d82ee5e94 : Added tag jdk8u141-b05 for changeset 26d33685e44a
a63418cfb40 : Added tag jdk8u141-b05 for changeset 84493c1ca67a
ca61bc7b7bb : Added tag jdk8u141-b05 for changeset 32179cbb9824
1887807bf0e : Added tag jdk8u141-b05 for changeset 6946085b7188
b9fbe398423 : Added tag jdk8u141-b05 for changeset b15e8d7dbcb2
14772711fbf : Added tag jdk8u141-b05 for changeset 3d1595cc9053
6710e004599 : Added tag jdk8u141-b05 for changeset ea6d52d504c6
57dce8e3cb2 : Added tag jdk8u141-b05 for changeset 9507f56b564c
bf83ef09862 : Added tag jdk8u141-b05 for changeset 1d4f7868c311
aa89b898f59 : Added tag jdk8u141-b05 for changeset 9013700e3290
0b772ce1c54 : Added tag jdk8u141-b05 for changeset cd53f30f612f
59c4cfc2638 : Added tag jdk8u141-b05 for changeset ed4cc378b926
f32f26e8880 : Added tag jdk8u141-b05 for changeset eef7250def02
395177d9f9c : 8178708: Regtest failure: java/awt/Color/LoadProfileWithSM.java
8fbe9c5865c : 8178708: Regtest failure: java/awt/Color/LoadProfileWithSM.java
bb150645f5e : 8178685: Update links to guide in javax sound package javadoc
ea40cb4fca3 : 8178685: Update links to guide in javax sound package javadoc
4cc194aa01e : 6479801: java.awt.font.LineBreakMeasurer code incorrect
1c3b1a2ec60 : 6479801: java.awt.font.LineBreakMeasurer code incorrect
c90fbc80600 : 8177919: java.awt.Desktop.setDefaultMenuBar​() should be specified to throw IllegalStateException
c43268c3cb8 : 8177919: java.awt.Desktop.setDefaultMenuBar​() should be specified to throw IllegalStateException
bd625db95ff : 8178840: Adds FieldSetAccessibleTest.java and VerifyJimage.java to ProblemList
96dced738d6 : 8178840: Adds FieldSetAccessibleTest.java and VerifyJimage.java to ProblemList
3bd950b3c9c : 8164390: Add module javadoc to jdk.internal.jvmstat
9c996a2ac1c : 8164390: Add module javadoc to jdk.internal.jvmstat
10d1e0affdc : 8178731: compiler/ciReplay/SABase.java does not compile
ae7eebbe801 : 8178731: compiler/ciReplay/SABase.java does not compile
09547a59921 : 8175823: doclet crashes when documenting a single class in a module
2eae0f6566d : 8175823: doclet crashes when documenting a single class in a module
9d7c18a892c : 8178426: Extra } is coming in the javadoc of Taglet.toString() API
20a33eb5a58 : 8178426: Extra } is coming in the javadoc of Taglet.toString() API
314d7c09f66 : 8178783: Java_sun_nio_ch_EPoll_close0 definition, but no sun.nio.ch.EPoll.close0 declaration
bc9ea4b8a58 : 8178783: Java_sun_nio_ch_EPoll_close0 definition, but no sun.nio.ch.EPoll.close0 declaration
1c6203b5d96 : 8178795: krb5 Basic.java test should be basic
8267f7b057a : 8178795: krb5 Basic.java test should be basic
4ac7de61f29 : 8076249: NPE in AccessBridge while editing JList model
0ae4bb4a07c : 8076249: NPE in AccessBridge while editing JList model
9de40109c50 : 8076249: NPE in AccessBridge while editing JList model
5d1d4d320a0 : 8076249: NPE in AccessBridge while editing JList model
4feaaf190e9 : 8145163: Test Task for Platform Logging API and Service -- for moduralization
e01f0e35802 : 8145163: Test Task for Platform Logging API and Service -- for moduralization
40d5cb337ca : 8177536: Avoid Apple Peer-to-Peer interfaces in networking tests
fdb24eea0b0 : 8177536: Avoid Apple Peer-to-Peer interfaces in networking tests
244bed24516 : 8178083: Remove intermittent key from java/security/SignedObject/Chain.java
dadcd88f452 : 8169971: JLinkMultiReleaseJarTest.java fails intermittently at the final clean up
2fab0a6db0b : 8178083: Remove intermittent key from java/security/SignedObject/Chain.java
780a27b3b1c : 8169971: JLinkMultiReleaseJarTest.java fails intermittently at the final clean up
e6f71c4d9f2 : 8178457: Remove link to 2D guide from Line2D javadoc
4c8c6e59a15 : 8178457: Remove link to 2D guide from Line2D javadoc
9ab2177f910 : 8177553: Address removal lint warnings in the JDK build
bdada9936e1 : 8177553: Address removal lint warnings in the JDK build
5f038981435 : 8178520: jshell tool: /help /save -- incorrect description of /save -start
2d34a0490aa : 8178520: jshell tool: /help /save -- incorrect description of /save -start
6ac2631be4d : 8169517: WhiteBox should provide concurrent GC phase control
22e4cb09c5c : 8177723: Suppress lint removal warning in java.se.ee and jdk.unsupported
9ba92f656cc : 8177723: Suppress lint removal warning in java.se.ee and jdk.unsupported
fdeba73bb00 : 8177682: Suppress removal warning for System.runFinalizersOnExit
d4bc626eb30 : 8177682: Suppress removal warning for System.runFinalizersOnExit
8caa3839b63 : 8177684: Suppress lint removal warnings in AppletSecurity
c2b4ed03902 : 8177684: Suppress lint removal warnings in AppletSecurity
0142cdf4f93 : 8177683: Suppress lint removal warnings in jdk.security and jdk.policytool
5298d6efea5 : 8177683: Suppress lint removal warnings in jdk.security and jdk.policytool
8880524ffc8 : Added tag jdk-9+165 for changeset 2dae921e8ab3
7415535c2e8 : Added tag jdk-9+165 for changeset c792851e0f57
b0a3ecb73ab : Added tag jdk-9+165 for changeset 9e18c9ce29e7
91ef3484985 : Added tag jdk-9+165 for changeset 7183ca6a20c9
173f350e054 : Added tag jdk-9+165 for changeset 253ae1743379
3fe34a4d982 : Added tag jdk-9+165 for changeset 803449de2403
8aabd7d262d : Added tag jdk-9+165 for changeset 2ee2259a06e2
4153d0c1a70 : Added tag jdk-9+165 for changeset 1a28bb4f21ce
5b134c50416 : Added tag jdk-9+165 for changeset 519603f112f0
0b707ff4e28 : Added tag jdk-9+165 for changeset 2fb1eb208699
364be0f7424 : Added tag jdk-9+165 for changeset 731e3ea86eb2
3440532b5ef : Added tag jdk-9+165 for changeset a2818b838406
6227d896e1e : Added tag jdk-9+165 for changeset df8c5047668f
4011fea8d2d : Added tag jdk-9+165 for changeset 944ceffabd2f
a09496cc0ce : Added tag jdk-9+165 for changeset 7197d737baa8
39f0828f0d0 : Added tag jdk-9+165 for changeset b05efae6e8bb
6138c9746b2 : 8142540: [TEST_BUG] Test sun/awt/dnd/8024061/bug8024061.java fails on ubuntu
84dd5699d55 : 8142540: [TEST_BUG] Test sun/awt/dnd/8024061/bug8024061.java fails on ubuntu
e4d42344761 : 8178447: Remove link from JavaDoc to Dev guide
744e2a056f2 : 8178447: Remove link from JavaDoc to Dev guide
42f3e94e76b : 8157035: Use stronger algorithms and keys for JSSE testing
ef999420247 : 8157035: Use stronger algorithms and keys for JSSE testing
d37b9c1f8d1 : 8178500: Replace usages of round_to and round_down with align_up and align_down
dbd3b5a79ef : 8178499: Remove _ptr_ and _size_ infixes from align functions
8a078ef5eda : 8176271: Still unable to build JDK 9 on some *7 sparcs
8b64fbd1365 : 8176271: Still unable to build JDK 9 on some *7 sparcs
a6acc2c98b1 : 8177822: Move closed jib configuration for arm platforms to open
2cd45adf99c : 8177822: Move closed jib configuration for arm platforms to open
48440aaf232 : 8164944: Refactor ProcessTools to get rid of dependency on java.management
363e8e03cd0 : 8164944: Refactor ProcessTools to get rid of dependency on java.management
47d54823830 : 8178695: jdk.test.lib.artifacts.ArtifactContainer has to be public
298bfc1057a : 8172422: jarsigner needs to understand -?
eff160b0b0d : 8178686: Fix incorrect bug id in test
1cfeb71da71 : 8178686: Fix incorrect bug id in test
a42c7fc3b4c : 8158168: Missing bounds checks for some String intrinsics
73551c45ef2 : 8158168: Missing bounds checks for some String intrinsics
88d0d54172d : 8158168: Missing bounds checks for some String intrinsics
f274b018205 : 8158168: Missing bounds checks for some String intrinsics
4ac6c5e325e : 8177784: Use CounterMode intrinsic for AES/GCM
456c8e08467 : 8177784: Use CounterMode intrinsic for AES/GCM
7abcb4e457d : 8178067: support for @uses/@provides tags is broken
bd727dd23fb : 8178067: support for @uses/@provides tags is broken
beb50101843 : 8142534: [TEST_BUG] Test javax/swing/JMenu/8072900/WrongSelectionOnMouseOver.java fails for Ubuntu 15.10
2fdd517464f : 8142534: [TEST_BUG] Test javax/swing/JMenu/8072900/WrongSelectionOnMouseOver.java fails for Ubuntu 15.10
0fcf645cff2 : 8178489: Make align functions more type safe and consistent
97947166902 : 8178347: Process and ProcessHandle getPid method name inconsistency
6f92b33cc98 : 8178347: Process and ProcessHandle getPid method name inconsistency
b58592c101b : 8178347: Process and ProcessHandle getPid method name inconsistency
5eed6c11849 : 8178347: Process and ProcessHandle getPid method name inconsistency
229f386a8f4 : 8178495: Bug in the align_size_up_ macro
d2c7ff3bb5a : 8177656: Closed/nashorn/JDK_8034967.java starts failing (all platforms) since 9/154
8448a440766 : 8178012: Finish removal of -Xmodule:
12c496d9494 : 8178315: nashorn ant build failure with @moduleGraph javadoc tag
acd55baa413 : 8178954: jjs uses wrong javadoc base URL
30d017b58b4 : 8177656: Closed/nashorn/JDK_8034967.java starts failing (all platforms) since 9/154
f1558d9fbf2 : 8178012: Finish removal of -Xmodule:
b22e6a67f34 : 8178315: nashorn ant build failure with @moduleGraph javadoc tag
2c6e1745658 : 8178954: jjs uses wrong javadoc base URL
a9374cc0bcf : 8178415: remove ProcessTools::getPlatformSpecificVMArgs from testlibary
167e2b089f6 : 8178415: remove ProcessTools::getPlatformSpecificVMArgs from testlibary
05d68919291 : 8178415: remove ProcessTools::getPlatformSpecificVMArgs from testlibary
01141845946 : 8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
849cae8710d : 8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
1854382c4d5 : 8178491: -Xss and -XX:ThreadStackSize argument parsing truncates bits
5b8238e18ec : 8181809: PPC64: Leverage mtfprd/mffprd on POWER8
0d6c9d40303 : 8179677: Let G1Remset::_conc_refined_cards only count number of cards concurrently refined
4318d805875 : 8183394: Remove unused G1RemSet::n_workers() method
97e1f47359f : 8153360: G1HRRSFlushLogBuffersOnVerify with remembered set verification does not work
19992b94e39 : 8183281: Remove unnecessary call to increment_gc_time_stamp
a986a965543 : 8183232: Avoid resolving method_kind in AbstractInterpreter::can_be_compiled
f21390e927c : 8183229: Implement WindowsSemaphore::trywait
e515046a32d : 8178507: co-locate nsk.regression.gc tests
77bc4e75e38 : 8182583: AArch64: FMA Vectorization on aarch64
e62cebc78a1 : 8183203: Remove stubRoutines_os
d39a34d6898 : 8183198: Factor out thread state serialization into a proper helper function
22cd78c6fba : 8183001: Various inlining improvements
c93a43fcfed : 8183228: Fix optimized build after JDK-8170933
7225e6008d3 : 8182848: Some functions misplaced in debug.hpp
9edb2c5e5a0 : 8182554: Code for os::random() assumes long is 32 bits
428063dd5e7 : 8182984: [aix] Make stack traces independent on successful vm initialization
9eb98aac441 : 8183124: Remove OopsInHeapRegionClosure
9d3a9c331d6 : 8180421: Change default value of BiasedLockingStartupDelay to 0
f01d388b133 : 8183122: Rename RefineRecordRefsIntoCSCardTableEntryClosure to G1RefineCardClosure
ea07d0ec2af : 8178151: Clean up G1RemSet files
be1f5ab5216 : 8183006: Remove unused IterateOopClosureRegionClosure
c0fff2604d4 : 8183002: Remove unused concurrent parameter in HeapRegionManager::par_iterate
52a1ad03881 : 8175554: Improve G1UpdateRSOrPushRefClosure
43b6661f425 : 8182052: Test compiler/aot/cli/jaotc/CompileJarTest.java fails in JPRT
1b0711ad36a : 8182053: Test compiler/aot/verification/ClassAndLibraryNotMatchTest.java fails in JPRT for jdk10/hs
431063deba0 : 8164888: Intrinsify fused mac operations on SPARC
6a9aa18f63e : 8144448: Avoid placing CTI immediately following or preceding RDPC instruction
065a8981f5b : 8181868: Remove use of 'has_fast_fxtof()'
460a1d8fcd6 : 8181853: Remove use of 'v9_only()'
46bae0a37c8 : 8181852: Remove option 'UseV8InstrsOnly'
9f66abeeb68 : 8172231: SPARC ISA/CPU feature detection is broken/insufficient (on Solaris)
4ea55017eea : 8182711: Re/Introduce private interface for HW-specific prefetch options in SPARC VM_Version
f525172036e : 8182864: [aix] os::print_native_callstack should not assert for primordial threadness
bca94545e80 : 8182883: Update Graal
92c45050f9c : 8182487: Add Unsafe.objectFieldOffset(Class, String)
8467de8bbc4 : 8178148: Log more detailed information about scan rs phase
620b398ba36 : 8181741: C2 compilation fails with "assert(i<_max) failed: oob"
872c310c4fc : 8181781: Replay compilation should ignore unresolved Klass with -XX:+ReplayIgnoreInitErrors
39a08d3fd9d : 8166748: Clean out Windows IA64 support
4fd6f92702c : 8181616: FMA Vectorization on x86
c04bd11452e : 8171365: nsk/jvmti/scenarios/events/EM04/em04t001: many errors for missed events
501fdbaf15b : 8181644: C1 crashes with -XX:+PrintCFGToFile
9bcec9e523a : 8176506: C2: loop unswitching and unsafe accesses cause crash
40fd8cda730 : 8171504: [aix] On AIX, -XXaltjvm=<path> option is ignored
5ea9bb3e569 : 8166651: OrderAccess::load_acquire &etc should have const parameters
451b8b5d321 : 8176132: -XX:+PrintSharedSpaces should be converted to use Unified Logging
3312fc717bc : 8179527: Implement intrinsic code for reverseBytes with load/store
f2b486212ea : 8177044: Remove _scan_top from HeapRegion
c982403296a : 8177707: Specialize G1RemSet::refine_card for concurrent/during safepoint refinement
3e624c317ac : 8162928: Micro-optimizations in scanning the remembered sets
92a1acb43bb : 8071280: Specialize HeapRegion::oops_on_card_seq_iterate_careful() for use during concurrent refinement and updating the rset
8ce49ec34e9 : 8181451: JDK-8174231 broke some clang builds
aee7d17ae22 : 8181124: Get rid of compiler.testlibrary.rtm.predicate
6b5aaf68c65 : 8145728: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java Expected message not found
91920f154d7 : 8181377: Capture underlying type for unsafe/unaligned pointers in ClassFileParser
ce57b75eef8 : 8181319: Make os::Linux::sched_getcpu() available even when UseNUMA is false
993168dfd85 : 8181369: Update Graal
025c1e8da98 : 8181055: PPC64: "mbind: Invalid argument" still seen after 8175813
292ac899401 : 8180184: Add DATA and FSIZE to os::Posix::print_rlimit_info
3a8c8edb867 : 8174231: Factor out and share PlatformEvent and Parker code for POSIX systems
6659245612e : 8174749: Use hash table/oops for MemberName table
f1f868513d0 : 8180032: Unaligned pointer dereference in ClassFileParser
85abe8f6e68 : 8179861: Missing copyrights in some hotspot files
4c944bd1cae : 8180755: Remove use of bitMap.inline.hpp include from instanceKlass.hpp and c1_ValueSet.hpp
b47172b765b : 8180945: vmError.cpp : adjust dup and fclose
9071d17dc95 : 8180614: Skip range and constraint checks on non-existent flags
97de5d15d12 : 8181115: Update suite.py after JDK-8180267
3ca4b6b01b9 : 8152955: Many safepoints of "no vm operation" kind
ad4bc13f9f4 : 8152953: ForceSafepoint operations should be more specific
32859294a29 : 8181053: port basicvmtest to jtreg
81f1f2df464 : 8180612: [ppc] assert failure in cpu/ppc/vm/assembler_ppc.hpp due to immediate value out of range
4d1141ee1c6 : 8180763: Improve inlining of Symbol::equals(char*,int) into CompactHashtable
8437db66f38 : 8180631: [TESTBUG] CDS tests should use CDSTestUtils.executeAndLog whenever spawning sub processes
fd9c3d8158a : 8139673: NMT stack traces in output should show mtcomponent
7d85a92ef0e : 8180654: Apply UL to PrintCodeCacheOnCompilation
8bda8fc6027 : 8180599: Possibly miss to iterate monitors on thread exit
2ee903d3ff0 : 8180587: Assert in layout_helper_log2_element_size(jint) compares bits instead of bytes
6e36f51f270 : 8180487: HotSpotResolvedJavaMethod.setNotInlineable() should be renamed to represent actual behavior
cd0c6f33982 : 8180324: [JVMCI][TESTBUG] failed JVMCI junit test NativeCallTest.java
f1589c23acd : 8180601: hsdis generates duplicate output for JVMCI installed code
8d7312538bd : 8180473: Use proper deallocation for FileBuff::_bigbuf
f820e2f2eec : 8166848: Performance bug: SystemDictionary - optimization
84fde21dc79 : 8177522: -XX:OnOutOfMemoryError does not work if supplied twice on windows
553d1e815bb : 8180175: ObjectSynchronizer only needs to iterate in-use monitors
ae8a3dd115d : 8180482: Reformat -XX:+PrintSafepointStatistics table
e6a49ea74b4 : 8152295: Redundant CLCs for classes resolved in both loaders
994d76bdfce : 8180479: [TESTBUG] Some hotspot tests broken after internal Unsafe name changes
30498e26af2 : 8180423: Remove flag UseRelocIndex
1c06346c45c : 8180325: Use ClassLoaderData::classes_do for CDS classes
09d3f0e43d5 : 8178604: JVM does not allow defining boot loader modules in exploded build after module system initialization
dd55dfc9144 : 8179903: Clean up SPARC 32-bit support
c6ab5e594d5 : 8180181: Get rid of FAST_DISPATCH from interpreter
cc6f6ad2a66 : 8179769: serviceability/sa/TestCpoolForInvokeDynamic.java failing after changes for JDK-8171392
b2d6d6b6222 : 8180267: Update Graal
707c5660559 : 8177764: Humongous Reclaimed log output may be confusing
61b56ef3050 : 8166191: Missing spaces in log message during heap expansion
afad47099c8 : 8178813: Add test for G1 pre-barrier on dereference of weak JNI handles
4b288cf612b : 8180003: Remove sys/ prefix from poll.h and signal.h includes
8ea9daf94a5 : 8179930: jdk.test.lib.artifacts.ArtifactResolver::resolve should return Map instead of HashMap
0159ab9bafa : 8180036: Guard include of fpu_control.h
41f95937de9 : 8180039: Use more portable print format/arguments for rlim_t
0f25b7f98bd : 8179954: AArch64: C1 and C2 volatile accesses are not sequentially consistent
ca7bc471dd3 : 8153646: Move vm/utilities/array.hpp to vm/oops
4dc55a65938 : 8065402: G1 does not expand marking stack when mark stack overflow happens during concurrent marking
0ee4f3019da : 8179953: [ppc] TLABWasteIncrement not loaded correctly
72a8ea429e1 : 8179550: Unify trace logging for InstanceRefKlass
50ded710fd7 : 8138888: Remove ExtendedOopClosure::apply_to_weak_ref_discovered_field
eb6d311b66a : 8154791: Xlog classload too redundant msgs info/debug
a65b58e18d2 : 8178836: Improve PtrQueue index abstraction
0e0b42b18aa : 8175813: PPC64: "mbind: Invalid argument" when -XX:+UseNUMA is used
4865e72a940 : 8179656: [AOT] Add AOT manual test scripts
7a8af5acc81 : 8178811: Minimize the AVX <-> SSE transition penalty through generation of vzeroupper instruction on x86
7aabb799f66 : 8164563: Test nsk/jvmti/CompiledMethodUnload/compmethunload001 keeps reporting: PRODUCT BUG: class was not unloaded in 5
48d21bc1c77 : 8179004: Add an efficient implementation of the "count trailing zeros" operation
ba388eaccde : 8176863: Remove Hashtable::reverse()
dd47191766c : 8067728: Flag::unlock_diagnostic() should be called Flag::clear_diagnostic()
8bd00f84a54 : 8179618: Fixes for range of OptoLoopAlignment and Inlining flags
06cee886b1d : 8178490: Usages of is_object_aligned with pointers are broken
ed94ecff28b : 8182696: Remove gcTrace.hpp include from referenceProcessor.hpp
12970ac6638 : 8182138: Disable generating INC and DEC instructions on Xeon Phi and ATOM CPUs
5e4cca403b0 : 8182720: In InstanceKlass.cpp, get init_lock from handle
6cc7e33ce73 : 8181449: Fix debug.hpp / globalDefinitions.hpp dependency inversion
98923cb4c4f : 8181113: jaotc options lost after 8177046
ec241eb2a4f : 8182729: [AOT] remove UseConcMarkSweepGC check when loading libraries
c0a589deba4 : 8181810: PPC64: Leverage extrdi for bitfield extract
dd676c3a981 : 8181823: [AOT] jaotc doesn't work with Graal
8041519b2ea : 8182581: aarch64: fix for crash caused by earlyret of compiled method
bd203875c4c : 8182557: Update Graal
8ce7d1e1d8f : 8044829: UseAES warning message generation differs on CPU architecture
2614e75f50c : 8016470: AllocatePrefetchDistance is not changed by command line
ada9ed1287b : 8182114: assert(VM_Version::supports_sse()) failed
af0b8d46d22 : 8181450: assert in BasicHashtable::verify_table
42c183edfc8 : 8182089: build error in hotspot/src/share/vm/runtime/reflection.cpp
0d3624a309f : 8181859: Monitor deflation is not checked in cleanup path
2a0bd0cd040 : 8181785: Remove the experimental ClearFPUAtPark JVM Flag
7bea157c87e : 8181318: Allow C++ library headers on Solaris Studio
4555997c304 : 8182161: aarch64: combine andr+cbnz into tbnz when possible
614d1c048b2 : 8182018: Update Graal
8a5654850e6 : 8086005: Define __STDC_xxx_MACROS config macros globally via build system
98a9f40e34d : 8181787: Remove Solaris SPARC GCC code
7c972a103a6 : 8182034: os::Posix::is_valid_signal() should, if it uses sigaddset, initialize the signal set
c37f9d8c904 : 8181906: AArch64: port bugfix for 7009641 to AArch64
698444f968b : 8181211: C2: Use profiling data to optimize on/off heap unsafe accesses
d9c1f525411 : 8179933: AArch64: Incorrect match rule for immL_255
58faa32cfe4 : 8178117: Add public state constructors for Int/Long/DoubleSummaryStatistics
a167d496f1e : 8178340: remove unneeded "throws" from ProcessTools::createJavaProcessBuilder
58e01d64a12 : 8178340: remove unneeded "throws" from ProcessTools::createJavaProcessBuilder
66c8241a1e2 : 8178340: remove unneeded "throws" from ProcessTools::createJavaProcessBuilder
3b47209a32b : 8178480: Wrong exception being thrown on an invalid MethodType
9a5bfffe7f6 : 8178347: Process and ProcessHandle getPid method name inconsistency
a062fd2f75b : 8178347: Process and ProcessHandle getPid method name inconsistency
3bd832ed9e2 : 8178347: Process and ProcessHandle getPid method name inconsistency
19215787f8e : 8178347: Process and ProcessHandle getPid method name inconsistency
864cf0d5ca2 : 8178387: Reduce memory churn when creating java.lang.invoke entities
0847c8a2570 : 8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver
d575fc3dcb6 : 8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver
3e4174eafbb : 8178147: Race conditions in timeout handling code in http/2 incubator client
4288d68f08f : 8178147: Race conditions in timeout handling code in http/2 incubator client
98afaf6deb6 : 8178414: T8177933.java fails even after fix for JDK-8178283
e3c1a934e6b : 8178414: T8177933.java fails even after fix for JDK-8178283
a0b79a196cc : 8173286: Better reading of text catalogs
107f5a23c53 : 8173286: Better reading of text catalogs
9ab899d4810 : 8178384: Reduce work in java.lang.invoke initializers
72b979081d1 : 8177969: Faster FilePermission::implies by avoiding the use of Path::relativize
54b221f8671 : 8177969: Faster FilePermission::implies by avoiding the use of Path::relativize
a28fe159696 : 8177450: javax.swing.text.html.parser.Parser parseScript ignores a character after commend end
7080c249daa : 8177450: javax.swing.text.html.parser.Parser parseScript ignores a character after commend end
f70d0c0775a : 8177450: javax.swing.text.html.parser.Parser parseScript ignores a character after commend end
c14540bbd94 : 8177450: javax.swing.text.html.parser.Parser parseScript ignores a character after commend end
92a9d2a1bed : 8177855: Clean up legal files
aae40befa18 : 8177855: Clean up legal files
b3ea0dd6291 : 8176543: Miscellaneous changes imported from jsr166 CVS 2017-04
05b72d87e7f : 8176402: parameter name switcharoo in ConcurrentHashMap
aa1ddc2aa1a : 8177855: Clean up legal files
673bad6edb4 : 8177855: Clean up legal files
58bf6131ead : Added tag jdk8u141-b04 for changeset f8f1f6fed023
d69ea17da5d : Added tag jdk8u141-b04 for changeset 7d21761e9d18
184b2d081ba : Added tag jdk8u141-b04 for changeset 2d4cb8d91d18
1173095f87b : Added tag jdk8u141-b04 for changeset 5e7da58ccd12
a9289e6da94 : Added tag jdk8u141-b04 for changeset cc8dfbbf827d
40ca1ce8cf1 : Added tag jdk8u141-b04 for changeset 9169b50c5793
44ee24286e3 : Added tag jdk8u141-b04 for changeset fa022c5c8de7
674bf9f955d : Added tag jdk8u141-b04 for changeset b237759fa391
221861f0715 : Added tag jdk8u141-b04 for changeset d3fae69cce73
ac54ebf20ff : Added tag jdk8u141-b04 for changeset 46eea8600f14
ac330ad8715 : Added tag jdk8u141-b04 for changeset 47b00e1963f3
71061058b12 : Added tag jdk8u141-b04 for changeset 2b3d3b4d2d16
229a1cef688 : Added tag jdk8u141-b04 for changeset 878364fa91d2
a9443b7ee47 : Added tag jdk8u141-b04 for changeset 810e280d5a93
ced5f598402 : 8164469: [TEST_BUG] Unity, java/awt/MouseInfo/JContainerMousePositionTest.java
cd758327969 : 8164469: [TEST_BUG] Unity, java/awt/MouseInfo/JContainerMousePositionTest.java
5e23eebc91f : 8177386: [TESTBUG] The "Undo" menu item in the context menu is disable
0653224fe33 : 8177386: [TESTBUG] The "Undo" menu item in the context menu is disable
fc3c6f42820 : 8177449: (tz) Support tzdata2017b
33e5db54df4 : 8177449: (tz) Support tzdata2017b
3abf355a3a9 : 8177449: (tz) Support tzdata2017b
d53bc8cb81f : Added tag jdk8u141-b06 for changeset 489042644b7a
0d66919cf6d : 8177449: (tz) Support tzdata2017b
571a256549e : Added tag jdk8u141-b06 for changeset c1773c0cc9b1
8800ad657c4 : 8177449: (tz) Support tzdata2017b
4a04a136269 : 8177776: Create an equivalent test case for JDK9's SupplementalJapaneseEraTest
dcbacd04acc : 8177449: (tz) Support tzdata2017b
fbdfa429c3c : 8177776: Create an equivalent test case for JDK9's SupplementalJapaneseEraTest
13afe3ccbfc : 8178011: Automatic module warnings
d38fa28ac93 : 8178011: Automatic module warnings
0fdcd05f93c : 8176204: [DOC] ThreadMXBean Fails to Detect ReentrantReadWriteLock Deadlock
28f4bade5b1 : 8176204: [DOC] ThreadMXBean Fails to Detect ReentrantReadWriteLock Deadlock
264f7e9811e : 8178130: Minor update to the Connection javadocs
5622eecc0a4 : 8178130: Minor update to the Connection javadocs
8f327374973 : 8178333: CTW/PathHandler uses == instead of String::equals for string comparison
c4d0e650156 : 8178333: CTW/PathHandler uses == instead of String::equals for string comparison
a629068be55 : 8173152: Wrong wording in Comparator.compare() method spec
80eb904ede5 : 8173152: Wrong wording in Comparator.compare() method spec
c86135ebc7b : 8178074: (ch) java/nio/channels/etc/AdaptorCloseAndInterrupt.java: add instrumentation
06164475dec : 8178074: (ch) java/nio/channels/etc/AdaptorCloseAndInterrupt.java: add instrumentation
fb64b38bc3f : 8178283: tools/javac/lambda/speculative/T8177933.java fails with assertion error
d950713f32c : 8178283: tools/javac/lambda/speculative/T8177933.java fails with assertion error
d71f881fb7e : 8170812: Metaspace corruption caused by incorrect memory size for MethodCounters
7b865d0e661 : 8170812: Metaspace corruption caused by incorrect memory size for MethodCounters
9fa09eb6ac0 : 8171261: Stability fixes for lcms
74ffd9d4186 : 8179423: 2 security tests started failing for JDK 1.6.0 u161 b05
6669b12b589 : 8169966: Larger AWT menus
d2fee6f82af : 8171261: Stability fixes for lcms
8f3df8b32f3 : 8179423: 2 security tests started failing for JDK 1.6.0 u161 b05
c2a9ec6eb7e : 8169966: Larger AWT menus
696e2a70045 : 8178161: Default multicast interface on Mac
19becf9f618 : 8178161: Default multicast interface on Mac
73f3ff751cb : 8177963: Parallel GC fails fast when per-thread task log overflows
961c251005a : 8177963: Parallel GC fails fast when per-thread task log overflows
891329daa65 : 8177530: Module system implementation refresh (4/2017)
0803dc262b8 : 8177530: Module system implementation refresh (4/2017)
1d8889688de : 8177530: Module system implementation refresh (4/2017)
481f056ca92 : 8177530: Module system implementation refresh (4/2017)
e4a5725af3b : 8177530: Module system implementation refresh (4/2017)
02cfdc2061d : 8177530: Module system implementation refresh (4/2017)
42d21143e7c : 8177530: Module system implementation refresh (4/2017)
574b2208ec2 : 8177530: Module system implementation refresh (4/2017)
8b17194437c : 8177530: Module system implementation refresh (4/2017)
57509f3cd55 : 8177530: Module system implementation refresh (4/2017)
0b49a51dadf : 8177530: Module system implementation refresh (4/2017)
a3ab143c64e : 8177530: Module system implementation refresh (4/2017)
fdd91d9549d : 8177530: Module system implementation refresh (4/2017)
f492e7d8220 : 8177530: Module system implementation refresh (4/2017)
45212b1402a : 8178286: Missing @moduleGraph in javadoc
3ff43d350b7 : 8178286: Missing @moduleGraph in javadoc
bc20bcd66db : 8178286: Missing @moduleGraph in javadoc
504ceb85890 : 8178286: Missing @moduleGraph in javadoc
40eeacc9ca1 : 8161973: PKIXRevocationChecker.getSoftFailExceptions() not working
e677cb856a4 : 8176731: JCK tests in api/javax_xml/transform/ spec conformance started failing after 8172469
bcf5b9b1f72 : 8176731: JCK tests in api/javax_xml/transform/ spec conformance started failing after 8172469
581f3ca3ce6 : 8176731: JCK tests in api/javax_xml/transform/ spec conformance started failing after 8172469
bab2bdb000f : 8176731: JCK tests in api/javax_xml/transform/ spec conformance started failing after 8172469
6b19734d0a5 : 8153267: nmethod's exception cache not multi-thread safe 8143897: Weblogic12medrec assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true)) failed: Must be the same
d61335f1550 : 8153267: nmethod's exception cache not multi-thread safe 8143897: Weblogic12medrec assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true)) failed: Must be the same
e24d87c1479 : 8176731: JCK tests in api/javax_xml/transform/ spec conformance started failing after 8172469
268c2d053f2 : 8176731: JCK tests in api/javax_xml/transform/ spec conformance started failing after 8172469
f6ed80af927 : Added tag jdk-9+164 for changeset 8e5061e5b34b
cc56ee78f22 : Added tag jdk-9+164 for changeset 04201e2981af
16bcfdb88dd : Added tag jdk-9+164 for changeset cc24af1117b6
a79191756bd : Added tag jdk-9+164 for changeset cd4204dc7c9a
b204ee7e065 : Added tag jdk-9+164 for changeset 82ca8259333d
f56126644ba : Added tag jdk-9+164 for changeset f44add7e3cb8
dc631608e7e : Added tag jdk-9+164 for changeset 980a8aaffdc5
4d6cc344cb6 : Added tag jdk-9+164 for changeset 76c2e3e02119
f5dfbbb852d : Added tag jdk-9+164 for changeset d261e9166fe5
b4e7cbe329c : Added tag jdk-9+164 for changeset a9e4d3a8997f
b6580c25efe : Added tag jdk-9+164 for changeset 77a1d7171f24
48b8c9b2000 : Added tag jdk-9+164 for changeset 3e8038219df3
4ffa7d7bfc5 : Added tag jdk-9+164 for changeset 8c642d0b237e
a1dfe02f786 : Added tag jdk-9+164 for changeset 8415de52ee8b
14ab1451450 : Added tag jdk-9+164 for changeset 14202424ec89
aa23ffd6801 : Added tag jdk-9+164 for changeset 04523f051c93
8dd7342ed17 : 8177933: Stackoverflow during compilation, starting jdk-9+163
999a830a402 : 8177933: Stackoverflow during compilation, starting jdk-9+163
4fb3c95422f : 8178077: jshell tool: crash on ctrl-up or ctrl-down
9bb53e41931 : 8178077: jshell tool: crash on ctrl-up or ctrl-down
d14d37efd9d : 8178013: Finetuning of merged tab and shift tab completion
64d37b0a69b : 8178013: Finetuning of merged tab and shift tab completion
02bf81f40d2 : 8170218: Improved Font Metrics
5a21dbfe5f1 : 8170218: Improved Font Metrics
64ff61709ed : 8178119: [JVMCI] when rethrowing exceptions at deopt the exception must be fetched after materialization
0bd2aa384dc : 8135161: Missing commas in copyright notices
7c11624f89c : 8176887: AOT: SIGSEGV in AOTCodeHeap::next when using specific configuration
35d89151e8d : 8178119: [JVMCI] when rethrowing exceptions at deopt the exception must be fetched after materialization
bb2a9268c7d : 8135161: Missing commas in copyright notices
767a994f9c7 : 8176887: AOT: SIGSEGV in AOTCodeHeap::next when using specific configuration
383c8d1fdf1 : 8178033: C1 crashes with -XX:UseAVX = 3: "not a mov [reg+offs], reg instruction"
a8a97e6625f : 8178033: C1 crashes with -XX:UseAVX = 3: "not a mov [reg+offs], reg instruction"
17eef22e26e : 8065825: Make the java -help consistent with the man page
958dd1cb7a9 : 8178154: Typo in Object.finalize deprecation javadoc
cadf807576d : 8178077: jshell tool: crash on ctrl-up or ctrl-down
adf204a2b26 : 8178139: Minor typo in API documentation of java.util.logging.Logger
0b2725484cd : 8178101: Migrate the thread deprecation technote to javadoc doc-files
638a26a3d8f : 8177640: jdk/internal/util/jar/TestVersionedStream.java fails on Windows
af1c347cbdf : 8065825: Make the java -help consistent with the man page
0f883182133 : 8178154: Typo in Object.finalize deprecation javadoc
8286fe95ee5 : 8178077: jshell tool: crash on ctrl-up or ctrl-down
c8873016c3d : 8178139: Minor typo in API documentation of java.util.logging.Logger
04f67570276 : 8178101: Migrate the thread deprecation technote to javadoc doc-files
779aa6fe364 : 8177640: jdk/internal/util/jar/TestVersionedStream.java fails on Windows
99331a84fa9 : Added tag jdk8u131-b31 for changeset c8cb31877b5e
bfce6de8b8d : Added tag jdk8u131-b31 for changeset 564ff10be03b
d4e70e1d0e7 : Added tag jdk8u131-b31 for changeset bf9c03faac56
6944b301205 : Added tag jdk8u131-b31 for changeset 2d9891d5c281
91a601f5154 : Added tag jdk8u131-b31 for changeset b62064a068a1
719944ef5f9 : Added tag jdk8u131-b31 for changeset 9a324e138ce1
fa350658178 : Added tag jdk8u131-b31 for changeset 82ffc76f6b99
1039c8717c9 : Added tag jdk8u131-b31 for changeset c25303eb53fd
1b422126d8d : Added tag jdk8u131-b31 for changeset 30406faf4827
523c0051805 : Added tag jdk8u131-b31 for changeset d48bb978b358
a353c83dc93 : Added tag jdk8u131-b31 for changeset 18075e134215
11b56c4d40a : Added tag jdk8u131-b31 for changeset edfdec812d39
df81b1b8e29 : 8177980: ResourceBundle.getBundle throws NoClassDefFoundError when fails to define a class
c7743f76984 : 8177980: ResourceBundle.getBundle throws NoClassDefFoundError when fails to define a class
6fc2214912f : 8177672: DataFlavor.imageFlavor is null when the java.desktop module is not resolved
92159b8ff2a : 8177672: DataFlavor.imageFlavor is null when the java.desktop module is not resolved
57525a42bd9 : 8165641: Deprecate Object.finalize
0ba8b7a529e : 8165641: Deprecate Object.finalize
68b63e09f34 : 8176572: Javac does not enforce module name restrictions
06143df6a2a : 8176572: Javac does not enforce module name restrictions
737d8574661 : 8175218: The fix for JDK-8141492 broke formatting of some javadoc documentation 8178078: jdk/javadoc/doclet/testDeprecatedDocs/TestDeprecatedDocs.java failed due to some subtests failed 8178079: jdk/javadoc/doclet/testModules/TestModules.java failed due to some subtests failed
25dbddc731f : 8175218: The fix for JDK-8141492 broke formatting of some javadoc documentation 8178078: jdk/javadoc/doclet/testDeprecatedDocs/TestDeprecatedDocs.java failed due to some subtests failed 8178079: jdk/javadoc/doclet/testModules/TestModules.java failed due to some subtests failed
22e0c4e81ef : 8165367: Additional tests for JEP 288: Disable SHA-1 Certificates
66b1b4dc549 : 8165367: Additional tests for JEP 288: Disable SHA-1 Certificates
55fd417cc52 : 8177332: The presence of a file with a Japanese ShiftJIS name can cause javac to fail
97a88e5a275 : 8177332: The presence of a file with a Japanese ShiftJIS name can cause javac to fail
c896913e8a7 : 8177417: Constructor Summary readability problems in jdk9 javadoc
543364d22cc : 8177417: Constructor Summary readability problems in jdk9 javadoc
e7cd0d56402 : 8177562: Small updates to module summary page
3fd763e24f8 : 8177562: Small updates to module summary page
281aa4cba1d : 8176901: Internal error running javadoc over jdk internal classes
3977b2c5302 : 8176901: Internal error running javadoc over jdk internal classes
120288dd67c : 8177949: @link tag arguments need correction for ElementType documentation
01b13bd9df4 : 8177949: @link tag arguments need correction for ElementType documentation
ad8138ff447 : 8175940: More certificate subject checking
b8167e0f3c7 : 8175940: More certificate subject checking
79052a22025 : 8177984: (ch) java/nio/channels/SocketChannel/VectorIO.java should use RandomFactory
6b38dd561d3 : 8177984: (ch) java/nio/channels/SocketChannel/VectorIO.java should use RandomFactory
c1bbc1f0e5c : 8177449: (tz) Support tzdata2017b
0b9e3433dd0 : 8177449: (tz) Support tzdata2017b
3d4ed256487 : 8164002: Add a new CPU family (S_family) for SPARC S7 and above processors
28207f0baca : Added tag jdk8u131-b31 for changeset b0eeaec6255e
dc0b9529570 : 8164002: Add a new CPU family (S_family) for SPARC S7 and above processors
d2943f1ee03 : Added tag jdk8u131-b31 for changeset eb4d073f9ad0
0645f87cafd : 8164002: Add a new CPU family (S_family) for SPARC S7 and above processors
5a88f33dfa3 : 8164002: Add a new CPU family (S_family) for SPARC S7 and above processors
3be6ab78ef9 : 8177631: Outdated performance advice in StringCoding
d9d597a3e71 : 8177955: Add testing documentation
b0c8a3bfc92 : 8177955: Add testing documentation
89b48e8cb1a : 8177507: line number sensitive tests for jdi should be unified
32f7e3afd62 : 8177507: line number sensitive tests for jdi should be unified
b0344a29e45 : 8177526: BufferedReader readLine() javadoc does not match the implementation regarding EOF
1fb49ba49f6 : 8177526: BufferedReader readLine() javadoc does not match the implementation regarding EOF
b558565c56d : 8177673: [JVMCI] missing checks in HotSpotMemoryAccessProviderImpl can cause VM assertions to fail
d28f63fb9e3 : 8177673: [JVMCI] missing checks in HotSpotMemoryAccessProviderImpl can cause VM assertions to fail
1a61ee6cc6d : Added tag jdk8u141-b03 for changeset afd8c768069b
cdc2f341a27 : Added tag jdk8u141-b03 for changeset 20ab9b853e52
b1fbeb282ad : Added tag jdk8u141-b03 for changeset 08e25a8fadcb
79b1aba11b4 : Added tag jdk8u141-b03 for changeset 69df8f329ed1
a490e94c29a : Added tag jdk8u141-b03 for changeset 5163176e92b3
8fa00960715 : Added tag jdk8u141-b03 for changeset 02dff84754fb
cef3157477e : Added tag jdk8u141-b03 for changeset 7636cd77def9
5283774ca70 : Added tag jdk8u141-b03 for changeset aca8cd8dc7c9
22ea4708832 : Added tag jdk8u141-b03 for changeset f4b8ea1c06fe
b2300ca875c : Added tag jdk8u141-b03 for changeset 4c11a216910f
df8b4bc72cb : Added tag jdk8u141-b03 for changeset db87a08ef03c
fb130ed8533 : Added tag jdk8u141-b03 for changeset c6f6bde2019e
05c61c4fd47 : 8163958: Improved garbage collection
2803d6c7e6b : 8163958: Improved garbage collection
a81fa0e4885 : 8177856: [AOT] EliminateRedundantInitializationPhase is not working
d76b89606e1 : 8177856: [AOT] EliminateRedundantInitializationPhase is not working
2aad41ca170 : 8177835: System.LoggerFinder#getLogger or getLocalizedLogger does not throw NPE
7bae55cd1fe : 8177835: System.LoggerFinder#getLogger or getLocalizedLogger does not throw NPE
05e3a9b2200 : 8177667: Langtools ant build has issues with Windows file separators
d226380878a : 8177667: Langtools ant build has issues with Windows file separators
0474dfb0fa8 : 8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
1ad3943fe49 : 8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
c7f4b86991d : 8177653: clarify restrictions on Iterator.forEachRemaining
8e3c3cf9efe : 8177653: clarify restrictions on Iterator.forEachRemaining
3a4ce4c4076 : 8177910: Update zlib copyright note in idk/src/java.base/share/legal/zlib.md
4935556d43f : 8177910: Update zlib copyright note in idk/src/java.base/share/legal/zlib.md
330b9195c94 : 8175029: StackOverflowError in X509CRL and X509Certificate.verify(PublicKey, Provider)
948884bd128 : 8167102: [macosx] PrintRequestAttributeSet breaks page size set using PageFormat
6f11b96297e : 8167102: [macosx] PrintRequestAttributeSet breaks page size set using PageFormat
96a8bc3f293 : 8177560: @headful key can be removed from the tests for JavaSound
0b9c38fa6ec : 8177560: @headful key can be removed from the tests for JavaSound
c51b1819ec0 : 8165482: java in ldoms, with cpu-arch=generic has problems
c29df4e82d0 : 8165482: java in ldoms, with cpu-arch=generic has problems
0efddce0968 : 8165482: java in ldoms, with cpu-arch=generic has problems
f19462e1e00 : 8165482: java in ldoms, with cpu-arch=generic has problems
1ce817f73dd : 8177567: cache VisibleMemberMap
ab97b96beee : 8177567: cache VisibleMemberMap
4470342f84d : 8177076: jshell tool: usability of completion
f447a87ed6b : 8177076: jshell tool: usability of completion
0956327f506 : 8175116: jtreg agentvms uses more virtual address space in langtool/test :tier1 runs
669ae762b7c : 8175116: jtreg agentvms uses more virtual address space in langtool/test :tier1 runs
e9341b103e9 : 8176067: Proper directory lookup processing
6b1fb24aee7 : 8176067: Proper directory lookup processing
cd433900d42 : 8177484: The old standard doclet should be deprecated for removal
a50968d79f5 : 8177484: The old standard doclet should be deprecated for removal
61f8b1a4848 : 8177078: jshell tool: fix documentation of /help shortcuts 8177735: jshell tool: /help /help -- typo "comand" 8177308: jshell tool: documentation: multiple start-up files and predefines not documented
7b69bf343e1 : 8177078: jshell tool: fix documentation of /help shortcuts 8177735: jshell tool: /help /help -- typo "comand" 8177308: jshell tool: documentation: multiple start-up files and predefines not documented
2cfcf978c31 : 8177770: Need more precise control on build system logging
7a6abf70a35 : 8155052: add notes and links to j.u.Observer/Observable deprecation comments
c3e64cb01c4 : 8155052: add notes and links to j.u.Observer/Observable deprecation comments
92f4312bd11 : 8177461: Wrong references are used in the javadoc in the java.desktop module
b0761f4c7f2 : 8177461: Wrong references are used in the javadoc in the java.desktop module
bf5a98b2dd3 : 8173770: Image conversion improvements
372856cf843 : 8173770: Image conversion improvements
6458c7b5353 : 8173770: Image conversion improvements
fe18f4bb424 : 8173770: Image conversion improvements
19ab8109435 : 8177135: OpenJDK 9 freetype needs msvcr100.dll
d828794d06b : 8177135: OpenJDK 9 freetype needs msvcr100.dll
87587d09464 : 8177634: Fix for 8175307 may cause linker errors on OS X 10.9
f502a483c9c : 8177634: Fix for 8175307 may cause linker errors on OS X 10.9
b5f7d66dd36 : 8176760: Better handling of PKCS8 material
f872824620e : 8176760: Better handling of PKCS8 material
a197eaa1faa : Added tag jdk-9+163 for changeset 5ebe268f9a76
897af9e7980 : Added tag jdk-9+163 for changeset d906f94b3405
d7e98b77da7 : Added tag jdk-9+163 for changeset eb6eb4d97df4
aea37631b24 : Added tag jdk-9+163 for changeset ce94820fa9d1
7f01c27e87b : Added tag jdk-9+163 for changeset 7aafb8dd2f64
a1c69dba88e : Added tag jdk-9+163 for changeset b5c4e28a7521
f1072b8ba41 : Added tag jdk-9+163 for changeset 93294b4ad069
48786bbcc05 : Added tag jdk-9+163 for changeset c9ea6fe2b3c5
87ba5027619 : Added tag jdk-9+163 for changeset 974385ae44e5
213bb154dbd : Added tag jdk-9+163 for changeset 0197177795e9
17f4bac0663 : Added tag jdk-9+163 for changeset bfdbf362ee1d
02d20b53795 : Added tag jdk-9+163 for changeset d5cba14e5550
e1a0efcfa80 : Added tag jdk-9+163 for changeset 1620b6c05530
3bf77263906 : Added tag jdk-9+163 for changeset 7535d1c62993
9a6469b3e97 : 8177569: keytool should not warn if signature algorithm used in cacerts is weak
837ceec9a58 : 8177569: keytool should not warn if signature algorithm used in cacerts is weak
0fcab8cf422 : 8177079: jshell tool: usability of /help for commands and sub-commands
67066fa6391 : 8177079: jshell tool: usability of /help for commands and sub-commands
d1bfa011efb : 8175013: Add Generated annotation
f3b5cdffe6d : 8175013: Add Generated annotation
af9705002b7 : 8174148: Typo in java.util.jar.Pack200.Unpacker.properties() method documentation 8173871: Typos in Jar Packer/Unpacker PROGRESS field documentation
a2173b8f39e : 8174148: Typo in java.util.jar.Pack200.Unpacker.properties() method documentation 8173871: Typos in Jar Packer/Unpacker PROGRESS field documentation
67ce6d47856 : 8177625: apple.laf.JRSUIConstants.getConstantName(int) checks for THUMB_START twice
6095d3f96b5 : 8177625: apple.laf.JRSUIConstants.getConstantName(int) checks for THUMB_START twice
10ef684e545 : 8173303: Add module-subgraph images to main platform documentation
409b10e385a : 8173303: Add module-subgraph images to main platform documentation
503e6450e06 : 8173303: Add module-subgraph images to main platform documentation
00267e6f554 : 8173303: Add module-subgraph images to main platform documentation
358ad3499f1 : 8173303: Add module-subgraph images to main platform documentation
b2ea73e2941 : 8173303: Add module-subgraph images to main platform documentation
28444c7bd71 : 8173303: Add module-subgraph images to main platform documentation
08284d726fd : 8173303: Add module-subgraph images to main platform documentation
91fa41310cd : 8173303: Add module-subgraph images to main platform documentation
38c354f3517 : 8173303: Add module-subgraph images to main platform documentation
561f4cf10ab : 8173303: Add module-subgraph images to main platform documentation
6d568376c95 : 8173303: Add module-subgraph images to main platform documentation
17efb90b19a : 8176490: [macosx] Sometimes NSWindow.isZoomed hangs
614b710fe79 : 8176490: [macosx] Sometimes NSWindow.isZoomed hangs
4c823627450 : 8177390: java -version does not differentiate between which port of AArch64 is used
13817ef4fc3 : Added tag jdk-9+163 for changeset eeb981631994
bb85a687d45 : 8177390: java -version does not differentiate between which port of AArch64 is used
c4502f28156 : Added tag jdk-9+163 for changeset 5c8abd7d8b49
25ecba14064 : 8177766: [TEST_BUG] JPopupMenu tests fails intermittently
b04f5d8b996 : 8177766: [TEST_BUG] JPopupMenu tests fails intermittently
3c901f98dec : 8177136: Caller sensitive method System::getLogger should specify what happens if there is no caller on the stack
4fa7bde21bf : 8177136: Caller sensitive method System::getLogger should specify what happens if there is no caller on the stack
12404deffab : 8177311: Denied access when named module accesses unreferences package from the unnamed module
dc292b699a8 : 8177311: Denied access when named module accesses unreferences package from the unnamed module
c2d9bb30d0d : 8177722: Improve grouping of jdk/internal/math tests
2f4a0a94eb5 : 8177722: Improve grouping of jdk/internal/math tests
d067d3e360d : 8174873: Improved certificate procesing
649d6f662aa : Added tag jdk8u141-b05 for changeset 79fad6c9fb01
eeab97dc713 : 8174873: Improved certificate procesing
ad424c4562e : Added tag jdk8u141-b05 for changeset 9cdc5df43748
8c6afbd3da9 : 8174966: Unreferenced references
febf2cbb765 : 8043773: Deprecate JComponent.AccessibleJComponent.AccessibleFocusHandler
4466d761b5c : 8043773: Deprecate JComponent.AccessibleJComponent.AccessibleFocusHandler
afd8c305aed : 8177559: Enable java/nio/channels/Selector/OutOfBand.java for macOS >= 10.10.5
ec2626b88e5 : 8177559: Enable java/nio/channels/Selector/OutOfBand.java for macOS >= 10.10.5
c16a758b229 : 8176865: overridden api has a wrong since value in java.base module
31374e10a35 : 8176865: overridden api has a wrong since value in java.base module
31aadcb659a : 8177678: Overstatement of universality of Era.getDisplayName() implementation
ec7b82c6a57 : 8177678: Overstatement of universality of Era.getDisplayName() implementation
76f0a2e3686 : 8177678: Overstatement of universality of Era.getDisplayName() implementation
c6c3ed52eb2 : 8177678: Overstatement of universality of Era.getDisplayName() implementation
118ce9f8282 : 8175277: javadoc AssertionError when specified with release 8
96c6439d7c4 : 8175277: javadoc AssertionError when specified with release 8
8c987c079ba : 8174826: jlink support for linking in service provider modules
340ebfef08f : 8174826: jlink support for linking in service provider modules
3f321d24c8c : 8177015: STACK_SIZE_MINIMUM of 32k is not always enough for Mac OS X
2f2094b5c49 : Added tag jdk8u152-b02 for changeset 8736d84f9828
e1ebaee3011 : Added tag jdk8u152-b02 for changeset fb59e475fd1e
513f2b9bf67 : Added tag jdk8u152-b02 for changeset 78de9fd45b80
4855ac1fb72 : Added tag jdk8u152-b02 for changeset 443bc6c95351
f5c0c3fa91d : Added tag jdk8u152-b02 for changeset 96301a9a7515
45b520c42d6 : Added tag jdk8u152-b02 for changeset aa6b82254653
6c1d46b7d61 : Added tag jdk8u152-b02 for changeset 9a6343897b56
90d2955ee51 : Added tag jdk8u152-b02 for changeset 408eb29fcb5f
d68b36ad21b : Added tag jdk8u152-b02 for changeset 3926f37e7ed3
38236605f54 : Added tag jdk8u152-b02 for changeset 18e148db0eea
47f59355819 : Added tag jdk8u152-b02 for changeset 49f4f8cb697e
afe89ec239c : Added tag jdk8u152-b02 for changeset 223c5b8dce45
2b89618d17c : Added tag jdk8u152-b02 for changeset 30db0256102f
a65589f567c : Added tag jdk8u152-b02 for changeset dc6dfaa6fe14
66ca1523a25 : Added tag jdk8u152-b02 for changeset 679b42118b62
902c08bde52 : Added tag jdk8u152-b02 for changeset 52f076a63603
f5cd8780b64 : 8177661: AArch64: Incorrect C2 patterns cause system register corruption
42e6eea3052 : 8177661: AArch64: Incorrect C2 patterns cause system register corruption
e6d859d8590 : 8177095: Range check dependent CastII/ConvI2L is prematurely eliminated
3e59334eefa : 8177095: Range check dependent CastII/ConvI2L is prematurely eliminated
5898134d081 : 8177137: 8175293 breaks Windows build on Vs2010
4453507b9f6 : 8177137: 8175293 breaks Windows build on Vs2010
ce5db457718 : 8177531: libGetNamedModuleTest.c crash when printing NULL-pointer
0e43e947097 : 8177531: libGetNamedModuleTest.c crash when printing NULL-pointer
8392ab69dd4 : 8177565: java/nio/channels/Selector/SelectorLimit.java disabled for Windows release >= 6.0
b9cff83140e : 8177565: java/nio/channels/Selector/SelectorLimit.java disabled for Windows release >= 6.0
36f096b395a : 8177564: Remove check for Windows XP and Server 2003 in java/nio/channels/DatagramChannel/NetworkConfiguration.java
cc398424f9e : 8177564: Remove check for Windows XP and Server 2003 in java/nio/channels/DatagramChannel/NetworkConfiguration.java
2a8bb9ef088 : 8177549: Typo in Vector.java
f9a6374fdb7 : 8177549: Typo in Vector.java
924f10388ce : 8177474: Do not emit warnings when illegal access is allowed by --add-exports/--add-opens
2823ea6a653 : 8177474: Do not emit warnings when illegal access is allowed by --add-exports/--add-opens
eaa71907e46 : 8177550: (fc) Enable java/nio/channels/FileChannel/{Transfer4GBFile.java,TransferTo6GBFile.java} on Linux and Windows
fe9e5e1b5e9 : 8177550: (fc) Enable java/nio/channels/FileChannel/{Transfer4GBFile.java,TransferTo6GBFile.java} on Linux and Windows
a2f0647ce6f : 8177346: hotspot change for 8176513 breaks jdk9 build on Ubuntu 16.04
5506a3b1269 : 8177346: hotspot change for 8176513 breaks jdk9 build on Ubuntu 16.04
929bb6d1a01 : 8176714: javac is wrongly assuming that field JCMemberReference.overloadKind has been assigned to
1f20ed9eeaa : 8176714: javac is wrongly assuming that field JCMemberReference.overloadKind has been assigned to
b2e1e218fc8 : 8177097: Generic method reference returning wildcard parameterized type does not compile
23f72a9ccc6 : 8177097: Generic method reference returning wildcard parameterized type does not compile
04f35b0d81f : 8177392: Fix default verbosity for IntelliJ Ant logger wrapper
e1b0359c801 : 8177392: Fix default verbosity for IntelliJ Ant logger wrapper
61ab60d6084 : 8176405: Catalog circular reference check did not work in certain scenarios
6c2c3790e3d : 8176405: Catalog circular reference check did not work in certain scenarios
106d785158f : Added tag jdk-9+162 for changeset 140421bb9aba
919317ddd16 : Added tag jdk-9+162 for changeset 68c79014e021
dab8381c39b : Added tag jdk-9+162 for changeset 2f97c71f06f4
6a6e02ca5d3 : Added tag jdk-9+162 for changeset 892046f15ac1
277e6fc7f9f : Added tag jdk-9+162 for changeset 951728cca859
45a271e40a1 : Added tag jdk-9+162 for changeset 8ee772e49cbb
35a9ba5522e : Added tag jdk-9+162 for changeset 47ff6e3034d2
b11134e249f : Added tag jdk-9+162 for changeset b99239096fed
bb7d539d2bd : Added tag jdk-9+162 for changeset 2a11c68ea3da
68b413ded46 : Added tag jdk-9+162 for changeset e1ebe267f3ec
f07201fdf18 : Added tag jdk-9+162 for changeset b9575c8e2e4b
067a5b35b51 : Added tag jdk-9+162 for changeset 2738ac02c964
2aed45998fd : Added tag jdk-9+162 for changeset 6191bb6ebcbd
5100643493f : Added tag jdk-9+162 for changeset 05bba332049c
ca0c3803336 : Added tag jdk-9+162 for changeset c11f5502f3e8
b56968fd1a3 : Added tag jdk-9+162 for changeset 057b7656248e
244813d205c : 8171252: Improve exception checking 8158517: Minor optimizations to ISO10126PADDING
d63dfc85fb1 : 8171252: Improve exception checking 8158517: Minor optimizations to ISO10126PADDING
925af99f130 : 8176481: javadoc does not consider mandated modules
fe3730f2e57 : 8176481: javadoc does not consider mandated modules
560130045f9 : 8165358: vmassert_status is not debug-only
498c3189822 : 8165358: vmassert_status is not debug-only
122ab091fb8 : 8177350: Two missed in the change from ${java.home}/lib to ${java.home}/conf
f11d2cae26a : 8177350: Two missed in the change from ${java.home}/lib to ${java.home}/conf
94d6598ffa1 : 8169056: StringIndexOutOfBoundsException in Pattern.compile with CANON_EQ flag
7d67583084e : 8169056: StringIndexOutOfBoundsException in Pattern.compile with CANON_EQ flag
86ff66a37e4 : 8176836: Provide Taglet with context
cb82f31f813 : 8176836: Provide Taglet with context
4603778c3c3 : 8176836: Provide Taglet with context
d93ec7345b9 : 8176836: Provide Taglet with context
0abfc3cbe71 : 8176536: Improved algorithm constraints checking
8fc03bb26ce : Added tag jdk8u141-b08 for changeset e78375e4789a
6129f6bc12e : 8176536: Improved algorithm constraints checking
a3febc8c257 : Added tag jdk8u141-b08 for changeset 0c0973d56e62
70c77671bdc : 8176536: Improved algorithm constraints checking
e8f8320d549 : 8176536: Improved algorithm constraints checking
4a037aa13c4 : 8176751: Better URL connections
40a4e694fd4 : Added tag jdk8u151-b01 for changeset cabedcf53d09
d1e7be4e92f : 8176751: Better URL connections
6d4ae94e4f9 : Added tag jdk8u151-b01 for changeset f97892ad932f
c8812e460ae : 8176751: Better URL connections
a64fb00bfb3 : 6574989: TEST_BUG: javax/sound/sampled/Clip/bug5070081.java fails sometimes
abcdf3cc68b : 6574989: TEST_BUG: javax/sound/sampled/Clip/bug5070081.java fails sometimes
6348ef3d759 : 8173770: Image conversion improvements
b6c0d9ee231 : 8173770: Image conversion improvements
2ad7c43b769 : 8176450: Revise default document styling
1a773b8464f : 8181664: Improve JVM UTF String handling
fa8b858052d : 8174962: Better interface invocations
65fe47bdf20 : 8180020: Improve SymbolHashMap entry handling
8da4947343a : 8176450: Revise default document styling
17c42c34ad3 : 8181664: Improve JVM UTF String handling
f258e9a659c : 8174962: Better interface invocations
1dbfde12af4 : 8180020: Improve SymbolHashMap entry handling
932a5add48d : 8177374: fix module dependency declaration in jdk_svc tests
972a49157ae : 8177374: fix module dependency declaration in jdk_svc tests
862617313e1 : 8177046: Update Graal
33d45a26c65 : 8174823: Module system implementation refresh (3/2017)
cc9ed3a3ddf : 8174823: Module system implementation refresh (3/2017)
1baa3d1f388 : 8174823: Module system implementation refresh (3/2017)
b19eb2766f1 : 8174823: Module system implementation refresh (3/2017)
901d7679057 : 8174823: Module system implementation refresh (3/2017)
cda31cb96fd : 8174823: Module system implementation refresh (3/2017)
aa66ac13876 : 8174823: Module system implementation refresh (3/2017)
73165d34e4f : 8174823: Module system implementation refresh (3/2017)
cbadb180e52 : 8174823: Module system implementation refresh (3/2017)
bf0510a2f60 : 8174823: Module system implementation refresh (3/2017)
47e6b6c22b1 : 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
cc1aaab7e97 : 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
ca383ea88d3 : 8177383: Wrong @modules in java/io/FilePermission/ReadFileOnPath.java
7e65c94ef9e : 8177383: Wrong @modules in java/io/FilePermission/ReadFileOnPath.java
afef66313b0 : 8177085: Accept including .conf files in krb5.conf's includedir
105d1dbaaa3 : 8177324: Some javax/security/ tests don't have correct module dependencies
6716b5f631c : 8177324: Some javax/security/ tests don't have correct module dependencies
394d3205873 : Added tag jdk8u121-b36 for changeset 1db293eff4cf
ca7a938de8d : Added tag jdk8u121-b36 for changeset 069c35bd78d5
1767c7d3573 : Added tag jdk8u121-b36 for changeset 14997d83297d
5b04d90a3aa : Added tag jdk8u121-b36 for changeset 6e9976f2d148
f57677a07bf : Added tag jdk8u121-b36 for changeset 02b093d12ce1
707d22d4767 : Added tag jdk8u121-b36 for changeset 8a54d2550cce
b587b05c418 : Added tag jdk8u121-b36 for changeset 8c7ab1340b03
a2a4755cdb7 : Added tag jdk8u121-b36 for changeset a5259210f3ba
486e7f6cee6 : Added tag jdk8u121-b36 for changeset 0f51bfe0cbad
0ecdbe2b130 : Added tag jdk8u121-b36 for changeset 7e6c4cb56aac
a5860ff0384 : Added tag jdk8u121-b36 for changeset dd781d665160
5af0234a895 : Added tag jdk8u121-b36 for changeset 9e2563881e95
f16f758f399 : Added tag jdk8u121-b36 for changeset a6ca79b276e8
480442297cc : Added tag jdk8u121-b36 for changeset 2159ca7de9e7
e2fc4f131b4 : Added tag jdk8u121-b36 for changeset 7c8237569ccd
608c9553ac5 : Added tag jdk8u121-b36 for changeset 9f5024d3b898
abffa821731 : 8177092: [TESTBUG] JMX test on MinimalVM fails after fix for 8176533
6b15d9a82ba : 8177092: [TESTBUG] JMX test on MinimalVM fails after fix for 8176533
137f844eb14 : 8177313: Move FJExceptionTableLeak.java and ConfigChanges.java back to tier1
69cfeb98b6e : 8177313: Move FJExceptionTableLeak.java and ConfigChanges.java back to tier1
039fd9b6e47 : 8176544: Compilation error in plaf.metal.MetalBumps.Test6657026
fcec7062d44 : 8176544: Compilation error in plaf.metal.MetalBumps.Test6657026
49adf944f52 : 8176231: javadoc -javafx creates bad link when Property is an array of objects
07e7ae5cebd : 8176231: javadoc -javafx creates bad link when Property is an array of objects
46366d7b615 : 8177036: Class.checkMemberAccess throws NPE when calling Class methods via JNI
518aac55d11 : 8177036: Class.checkMemberAccess throws NPE when calling Class methods via JNI
ce76bfff58f : 8175932: Improve host instance supports
dd5d620a119 : 8175932: Improve host instance supports
d2cc45653d1 : Added tag jdk8u141-b01 for changeset 9c4d674d16f1
9add5510f66 : Added tag jdk8u141-b01 for changeset c7f2a9ac71ad
63680e545f2 : Added tag jdk8u141-b01 for changeset b0273ab33cee
9ece6db42e1 : Added tag jdk8u141-b01 for changeset 168373eaed48
d242006495f : Added tag jdk8u141-b01 for changeset f88eef7ae7c6
75abbfc2c4f : Added tag jdk8u141-b01 for changeset 5dbcacdb13be
6a78b859df7 : Added tag jdk8u141-b01 for changeset 07cc36a7a24b
edff62595bb : Added tag jdk8u141-b01 for changeset 733ccd0eea7d
6f3bd26cbb6 : Added tag jdk8u141-b01 for changeset 336fd9e21520
26437119db1 : Added tag jdk8u141-b01 for changeset 52a2fda63d9d
8610775c885 : Added tag jdk8u141-b01 for changeset 3c52569b3cf8
7e5192fa4b9 : Added tag jdk8u141-b01 for changeset b918c79ece37
ae03679b328 : Added tag jdk8u141-b01 for changeset b19b75f512c5
5bc7d9ec814 : Added tag jdk8u141-b01 for changeset 30c548b71391
449df2c23b8 : Added tag jdk8u141-b01 for changeset 9337d4fc23ae
07ec4402b6d : Added tag jdk8u141-b01 for changeset bf558f8971c0
dd5b1ee3673 : 8175932: Improve host instance supports
979cec24f89 : 8160104: CORBA communication improvements
1ccdc3374a3 : 8175932: Improve host instance supports
da30b2b421f : 8160104: CORBA communication improvements
fa6917a60dd : 8177144: sun/net/www/http/HttpClient/B8025710.java should run in ovm mode
3ac4c1cef87 : 8177144: sun/net/www/http/HttpClient/B8025710.java should run in ovm mode
78c6df9866a : 8038893: Recertify certificate matching
2cef018734e : 8038893: Recertify certificate matching
b0a19264e2f : 8176518: C2: Invalid ImplicitNullChecks with non-protected heap base
16a222c4ff1 : 8176518: C2: Invalid ImplicitNullChecks with non-protected heap base
459382e3acb : 8176530: JDK support for JavaFX modal print dialogs
d1194af43d7 : 8176530: JDK support for JavaFX modal print dialogs
bbac153e8ca : 8169209: Improved image post-processing steps
15d9e44873c : 8169209: Improved image post-processing steps
7cb4218c8d4 : 8175251: Failed to load RSA private key from pkcs12
2340375521d : 8175251: Failed to load RSA private key from pkcs12
8807d5d2681 : 8176760: Better handling of PKCS8 material
ae2584c0b36 : 8174113: Better sourcing of code
a2e6c8d8d70 : Added tag jdk8u141-b03 for changeset 17b3c832f441
4551eb7f55f : 8175251: Failed to load RSA private key from pkcs12
5ab8bdcb975 : 8175251: Failed to load RSA private key from pkcs12
1d0e614b9ef : 8176760: Better handling of PKCS8 material
e2e54edb1ce : 8174113: Better sourcing of code
c86865da19d : Added tag jdk8u141-b03 for changeset 730ab92757b5
5e69f509ba9 : 8175251: Failed to load RSA private key from pkcs12
6c9b45549a7 : 8175251: Failed to load RSA private key from pkcs12
8588b98f71d : 8067059: PrinterJob.pageDialog() with DialogSelectionType.NATIVE returns a PageFormat when cancelled
07c4eff0c10 : 8067059: PrinterJob.pageDialog() with DialogSelectionType.NATIVE returns a PageFormat when cancelled
38628a1deb5 : 8039412: Stack overflow on Linux using DialogTypeSelection.NATIVE
f6e8af83d57 : 8039412: Stack overflow on Linux using DialogTypeSelection.NATIVE
7d345f25bf7 : 8176895: (fc) Split java/nio/channels/FileChannel/Transfer.java into smaller tests
8f68c5a17d5 : 8176895: (fc) Split java/nio/channels/FileChannel/Transfer.java into smaller tests
70518103718 : 8134119: Use new API to get cache line sizes
95484047e51 : 8177817: Remove assertions in 8u that were removed by 8056124 in 9
53f5432bd77 : 8134119: Use new API to get cache line sizes
e2802ccaff4 : 8177817: Remove assertions in 8u that were removed by 8056124 in 9
e9f907a5645 : 8134119: Use new API to get cache line sizes
7713c09d09d : 8177817: Remove assertions in 8u that were removed by 8056124 in 9
6aa49c39901 : 8134119: Use new API to get cache line sizes
f7281dc6fab : 8177817: Remove assertions in 8u that were removed by 8056124 in 9
0d9f9701bd2 : 8049717: expose L1_data_cache_line_size for diagnostic/sanity checks
df20bf4761a : 8049717: expose L1_data_cache_line_size for diagnostic/sanity checks
bf6d5ccdcb0 : 8049717: expose L1_data_cache_line_size for diagnostic/sanity checks
de8846e9d8f : 8049717: expose L1_data_cache_line_size for diagnostic/sanity checks
482d1ef4767 : 8175346: javadoc does not handle Locations correctly with --patch-module
7feb5d6fb7a : 8175346: javadoc does not handle Locations correctly with --patch-module
bcb8925eb10 : 8177014: tools/javac/tree/TreePosTest.java test fails with IllegalArgumentException
833ecc754c0 : 8177014: tools/javac/tree/TreePosTest.java test fails with IllegalArgumentException
cacb1c97a06 : 8175342: assert(InstanceKlass::cast(k)->is_initialized()) failed: need to increase java_thread_min_stack_allowed calculation
c1d2fc5201e : 8175288: [TESTBUG] sun/tools/jcmd/TestJcmdDefaults.java failed to parse output of other java process
912c47ccbb5 : 8176797: [TESTBUG] tools/launcher/Settings.java -Xss size is too small
ab9c2af37a6 : 8176882: Incorrect integer comparison in version numbers
c4b3290e90b : 8176882: Incorrect integer comparison in version numbers
341de0055a3 : 8176900: TreePosTest should disable annotation processing
80330fc21e4 : 8176900: TreePosTest should disable annotation processing
207b24aa04f : 8174728: Mark Java EE modules deprecated and for removal
dab4a18468c : 8174728: Mark Java EE modules deprecated and for removal
715035f74e6 : 8174728: Mark Java EE modules deprecated and for removal
a3ec8f14157 : 8174728: Mark Java EE modules deprecated and for removal
37f659b2047 : 8163958: Improved garbage collection
6abc68f1021 : 8163958: Improved garbage collection
583dd5b3c35 : 8176886: Remove stray @deprecated in Date#getDate
7ed4cc4eb1e : 8176886: Remove stray @deprecated in Date#getDate
1afdc2daff9 : 8176272: (process) ProcessHandle::onExit fails to wait for non-child process
740035f8edb : 8176272: (process) ProcessHandle::onExit fails to wait for non-child process
a77917e5029 : 8160270: dual-screen issue with java.awt.Choice
052e19feef7 : 8176883: Enable antialiasing for Metal L&F icons on HiDPI display
2ca1aa96b5d : 8160270: dual-screen issue with java.awt.Choice
240a7391cc7 : 8176883: Enable antialiasing for Metal L&F icons on HiDPI display
56dcf16b3ea : 8173207: Upgrade compression library
a13074483b4 : Added tag jdk8u141-b02 for changeset 8a18004e9c72
95ff0928e37 : 8173207: Upgrade compression library
7d5f28bbd6d : Added tag jdk8u141-b02 for changeset 7cefc241dcd9
c43f114c265 : 8173207: Upgrade compression library
0d584512b3f : 8173207: Upgrade compression library
9cf80eb278e : 8173207: Upgrade compression library
57b2c11f58f : Added tag jdk8u141-b02 for changeset 91eff6f52068
39cf544d2a4 : 8173207: Upgrade compression library
4ef8742128a : Added tag jdk8u141-b02 for changeset 09a010209ad3
3b4c718ccf4 : 8173207: Upgrade compression library
aadbda7128d : 8173207: Upgrade compression library
369b03053f2 : 8173207: Upgrade compression library
34804d27e61 : Added tag jdk8u141-b02 for changeset 8af08d3944db
75c37816470 : 8173207: Upgrade compression library
1cfdca25cc4 : Added tag jdk8u141-b02 for changeset 60304c66f417
11c43123b53 : 8173207: Upgrade compression library
b7b2af96aab : 8173207: Upgrade compression library
3e54db8ed33 : 8173207: Upgrade compression library
07f37fddda2 : Added tag jdk8u141-b02 for changeset 1146dd8391e6
af1a9448c82 : 8173207: Upgrade compression library
477a9a0d055 : Added tag jdk8u141-b02 for changeset 87c9b6391531
d2996ca94a2 : 8173207: Upgrade compression library
a511d91825a : 8173207: Upgrade compression library
8a906bd1237 : 8173207: Upgrade compression library
c7f459e55c8 : Added tag jdk8u141-b02 for changeset 54aa57a9eec1
96b76deb30c : 8173207: Upgrade compression library
76186ca282d : Added tag jdk8u141-b02 for changeset 7785fb82f72f
7244831c994 : 8173207: Upgrade compression library
a1da3a29d47 : 8173207: Upgrade compression library
1bbfc1695a9 : 8173207: Upgrade compression library
128981dc17e : Added tag jdk8u141-b02 for changeset 8402835288df
c4295e97ff8 : 8173207: Upgrade compression library
be388bdd2a7 : Added tag jdk8u141-b02 for changeset 6393f0cbced1
2ca00bb85b0 : 8173207: Upgrade compression library
1e2b5dbb583 : 8173207: Upgrade compression library
aa366fd7495 : 8173207: Upgrade compression library
9a2e8778538 : Added tag jdk8u141-b02 for changeset 4788f81f95db
5ca42762f3e : 8173207: Upgrade compression library
030778adbe7 : Added tag jdk8u141-b02 for changeset 73dab350ee92
7f032258b14 : 8173207: Upgrade compression library
752e4e1258a : 8173207: Upgrade compression library
c496be670bf : 8176772: jar tool support to report automatic module names
c1258e62f81 : 8176772: jar tool support to report automatic module names
55812ffebd7 : Added tag jdk-9+161 for changeset fafb54587453
d7c18f72bc5 : Added tag jdk-9+161 for changeset 604022687602
210a6ebee40 : Added tag jdk-9+161 for changeset 7dec2d5b1315
857b5db1de0 : Added tag jdk-9+161 for changeset 380e1f22e460
1416803cc64 : Added tag jdk-9+161 for changeset 67aebb07e47b
10a42feacea : Added tag jdk-9+161 for changeset 725cbaef3403
a085b81178a : Added tag jdk-9+161 for changeset 8a3f2fdb43dc
7ad43a8fc43 : Added tag jdk-9+161 for changeset d6bb701f110a
77d921fd0af : Added tag jdk-9+161 for changeset 47c67c6cb823
b65f59a36e8 : Added tag jdk-9+161 for changeset 2c73e8b062d5
1aea0de8147 : Added tag jdk-9+161 for changeset d7a70aebed95
a085f489137 : Added tag jdk-9+161 for changeset 9e96ed85ffa4
911af6519f8 : Added tag jdk-9+161 for changeset 6caed61da28f
1389033f525 : Added tag jdk-9+161 for changeset bd32e6a81594
60f9f148847 : Added tag jdk-9+161 for changeset ec861c41cc7b
d3465478c88 : Added tag jdk-9+161 for changeset 673240c54c2e
abe7057b9de : 8176846: (fc) Increase timeouts of and instrument some tests using FileChannel#write
ad6392624e3 : 8176846: (fc) Increase timeouts of and instrument some tests using FileChannel#write
45aed73db26 : 8160956: Runtime.Version.compareTo/compareToIgnoreOpt problem
95993686075 : 8160956: Runtime.Version.compareTo/compareToIgnoreOpt problem
087b495c3db : 8176849: jdk9 BCL builds fail after cleaning up temporary file ASSEMBLY_EXCEPTION
40fa341e3b2 : 8176849: jdk9 BCL builds fail after cleaning up temporary file ASSEMBLY_EXCEPTION
981d86a706b : 8176409: [findbugs] some files under com.apple.laf with variable isn't final but should be
5ba90de089f : 8176409: [findbugs] some files under com.apple.laf with variable isn't final but should be
65bac7d3c1f : 8176176: fix @modules in jdk_svc tests
cb37129721e : 8176533: REGRESSION: a java process is not recognized by jcmd/jinfo/jstack/jmap tool
062caf2df98 : 8176176: fix @modules in jdk_svc tests
ad15c7bbe45 : 8176533: REGRESSION: a java process is not recognized by jcmd/jinfo/jstack/jmap tool
fe163e8f4ca : 8176563: @since value errors in apis of java.base/java.logging module
3f0efdf53e4 : 8176563: @since value errors in apis of java.base/java.logging module
ff674a01ecc : 8176513: Poor code quality for ByteBuffers
23ef045ab20 : 8176513: Poor code quality for ByteBuffers
8676b96daf8 : 8176815: Remove StackFramePermission and use RuntimePermission for stack walking
333fe2286bc : 8176815: Remove StackFramePermission and use RuntimePermission for stack walking
8d3d17f7308 : 8176815: Remove StackFramePermission and use RuntimePermission for stack walking
b52f1f29291 : 8176815: Remove StackFramePermission and use RuntimePermission for stack walking
42f0fe29c02 : 8176528: Progress state for window is not displayed in taskbar
f258de0aec5 : 8176528: Progress state for window is not displayed in taskbar
f2b7f6d8a06 : 8066640: clarify security checks in ObjectInputStream.enableResolveObject and ObjectOutputStream.enableReplaceObject
62c773700ea : 8066640: clarify security checks in ObjectInputStream.enableResolveObject and ObjectOutputStream.enableReplaceObject
034d3fe4a1b : 8175200: Long method signatures disturb Method Summary table
8509bf7e0de : 8175200: Long method signatures disturb Method Summary table
4531b576d69 : 8175251: Failed to load RSA private key from pkcs12
a4e17d73f1f : 8175251: Failed to load RSA private key from pkcs12
d2cdfc26f18 : 8176834: jdk/nio/zipfs/MultiReleaseJarTest.java test fails after JDK-8176709
4c86cecfe4e : 8176834: jdk/nio/zipfs/MultiReleaseJarTest.java test fails after JDK-8176709
c774a9b48eb : 8176794: javadoc search results sorted incorrectly on packages
f556f9810b9 : 8176794: javadoc search results sorted incorrectly on packages
f2b9c9d4803 : 8171395: (jdeprscan) add comments to L10N message file
de47d21cb97 : 8171395: (jdeprscan) add comments to L10N message file
87e72cd12d3 : 8176793: SecureRandom FIPS 140-2, Security Requirements for Cryptographic Modules link 404
f3f65919474 : 8176793: SecureRandom FIPS 140-2, Security Requirements for Cryptographic Modules link 404
3b164b7c0d5 : 8176287: [macosx] The print test crashed with Nimbus L&F
860d39dde2e : 8176287: [macosx] The print test crashed with Nimbus L&F
69c305a7428 : 8176709: JarFileSystem::isMultiReleaseJar is incorrect
753d74fe978 : 8176709: JarFileSystem::isMultiReleaseJar is incorrect
470e7594abe : 8176530: JDK support for JavaFX modal print dialogs
1fc6aae6581 : 8176530: JDK support for JavaFX modal print dialogs
688ebb60d24 : 8176769: Remove accidental spec change in jdk8u
3b2ebb57d36 : 8178135: Additional elliptic curve support
f56fbed3d8d : Added tag jdk8u141-b10 for changeset 98c3f2812caf
22f5abc8ade : 8176769: Remove accidental spec change in jdk8u
d31f94038bd : 8178135: Additional elliptic curve support
c0fa5890f22 : Added tag jdk8u141-b10 for changeset 438830940671
209f8880083 : 8174845: Bad scaling on Windows with large fonts with Java 9ea
8f4fb41bd76 : 8174845: Bad scaling on Windows with large fonts with Java 9ea
9a464477693 : 8176448: [macos] Popups in JCombobox and Choice have incorrect location in multiscreen systems
2c6eb1441f3 : 8176448: [macos] Popups in JCombobox and Choice have incorrect location in multiscreen systems
88202aec102 : 8176743: tools/javac/modules/MOptionTest.java test fails on Mac
1eaf7f1243a : 8176743: tools/javac/modules/MOptionTest.java test fails on Mac
f92a0509486 : 8175940: More certificate subject checking
ae700aae7ca : 8176778: javadoc does not produce summary pages for aggregated modules
61b8ab43b25 : 8176778: javadoc does not produce summary pages for aggregated modules
164b3c2af86 : 8176593: Throwable::getStackTrace performance regression
c40d2d5af72 : 8176593: Throwable::getStackTrace performance regression
7c491d42dbc : 8176534: Missing check against target-type during applicability inference
5770a10028d : 8176534: Missing check against target-type during applicability inference
97f604ac4cd : 8174105: Better naming attribution
a3a9a69b29a : 8174105: Better naming attribution
cb4e878bd2f : 8176721: @since value errors java.sql module
b4dd721e924 : 8176721: @since value errors java.sql module
7083856f213 : 8176566: @since value errors in types of java.base module
2be84072663 : 8176566: @since value errors in types of java.base module
364dca1cfc8 : 8173697: Less Active Activations
32acacd8f8c : 8173207: Upgrade compression library
a6f9e2bb236 : Added tag jdk8u141-b02 for changeset d18c30fa5126
d4d233cbfb9 : 8173697: Less Active Activations
e9de272b4b1 : 8173207: Upgrade compression library
2baea65d374 : Added tag jdk8u141-b02 for changeset 56c9c8f6f313
9d974226e2e : 8173697: Less Active Activations
c9b6fedfd5b : 8173697: Less Active Activations
dc75cb85f46 : 8176541: XML deprecation "since" values should use 1.x version form for 1.8 and earlier
f06d4ccfc91 : 8176541: XML deprecation "since" values should use 1.x version form for 1.8 and earlier
e44c5a9b3ff : 8176296: Test sun/security/krb5/auto/Basic.java faling after adding module declaration into TEST.properties
8cfcabb1f68 : 8176296: Test sun/security/krb5/auto/Basic.java faling after adding module declaration into TEST.properties
e70b6d8e32a : 8176744: Improve internal timing of java/nio/channels/Selector/SelectAndClose.java
990e5a380ed : 8176744: Improve internal timing of java/nio/channels/Selector/SelectAndClose.java
3a4c330e414 : 8174977: Update license files with consistent license/notice names
2a217284501 : 8174977: Update license files with consistent license/notice names
4a232eb0ce1 : 8174977: Update license files with consistent license/notice names
8cdac73eda9 : 8174977: Update license files with consistent license/notice names
574e6f7cfe0 : 8174977: Update license files with consistent license/notice names
2a6774809af : 8174977: Update license files with consistent license/notice names
d882624d8c8 : 8176177: The new SwingContainer annotation can be removed from javax.accessibility.AccessibleContext
e2b50eff2b2 : 8176177: The new SwingContainer annotation can be removed from javax.accessibility.AccessibleContext
b7cf74f920b : Added tag jdk8u131-b11 for changeset 5df65e1b4ef4
1998635ae1d : Added tag jdk8u131-b11 for changeset efdffb02c812
3cd50434243 : Added tag jdk8u131-b11 for changeset f7ce007dc441
dbd063ad7ad : Added tag jdk8u131-b11 for changeset f3d476c1701c
be0d6672465 : Added tag jdk8u131-b11 for changeset 970bdba173d6
cb05fc5d88d : Added tag jdk8u131-b11 for changeset 518ceaeba917
75e6326dea3 : Added tag jdk8u131-b11 for changeset 6022fb8af7ad
217116e0ee2 : Added tag jdk8u131-b11 for changeset 70638e0376d9
9c68048db21 : Added tag jdk8u131-b11 for changeset f9d06ec19b70
57425600b27 : Added tag jdk8u131-b11 for changeset 806a246a458f
530333db105 : Added tag jdk8u131-b11 for changeset 2eb2673957b9
94a33226c34 : Added tag jdk8u131-b11 for changeset c8f559d4c0ba
7b3f4579022 : Added tag jdk8u131-b11 for changeset a0b5535d4ab7
16c5bc0637d : Added tag jdk8u131-b11 for changeset 181c5f86415e
aa6cf7410c7 : Added tag jdk8u131-b11 for changeset f6f34dabcecb
6a338c6cb76 : Added tag jdk8u131-b11 for changeset 978f982d420b
ae7883a9e26 : 8169556: Wrapping of FileInputStream's native skip and available methods
0300f4a808e : 8169556: Wrapping of FileInputStream's native skip and available methods
ec89c6bfb0c : 8176551: testCommonPoolThreadContextClassLoader fails with "Should throw SecurityException"
ca150732235 : 8176551: testCommonPoolThreadContextClassLoader fails with "Should throw SecurityException"
0c4cac780a9 : 8176503: Disable SHA-1 TLS Server Certificates
feb3b6d83c1 : 8176503: Disable SHA-1 TLS Server Certificates
8e47b96af66 : 8176715: sun/security/krb5/auto/HttpNegotiateServer.java does not compile
3ba1a5585ac : 8176715: sun/security/krb5/auto/HttpNegotiateServer.java does not compile
7f2d87bb1b1 : 8176098: Deprecate FlatProfiler
dc2a5712dcf : 8176098: Deprecate FlatProfiler
2c1439278c2 : 8175119: Need to specify module of types created by Filer.createSourceFile/Filer.createClassFile?
828abbabeed : 8175119: Need to specify module of types created by Filer.createSourceFile/Filer.createClassFile?
dacf6a876e5 : 8173853: IllegalArgumentException in java.awt.image.ReplicateScaleFilter
507c5d2e076 : 8173853: IllegalArgumentException in java.awt.image.ReplicateScaleFilter
1c879bcf3fd : 8176045: No compile error when a package is not declared
308a2b9f906 : 8176045: No compile error when a package is not declared
e891430ee22 : 8175057: module-info on patch path should not produce an error
d60b98466f3 : 8175057: module-info on patch path should not produce an error
8b34c1f50ab : 8173853: IllegalArgumentException in java.awt.image.ReplicateScaleFilter
18154936f0f : 8173853: IllegalArgumentException in java.awt.image.ReplicateScaleFilter
8329e04a032 : 8173123: [findbugs] javax.swing.text.* - Storing a reference to an externally mutable object into the internal representation
17679435a17 : 8173123: [findbugs] javax.swing.text.* - Storing a reference to an externally mutable object into the internal representation
af625c9cb1a : 8172204: Better Thread Pool execution
7f1247f2613 : 8169392: Additional jar validation steps
fc3aee7ea7e : 8172204: Better Thread Pool execution
56b9d143e06 : 8169392: Additional jar validation steps
a9ebca72569 : 8176539: javadoc ignores module-info files on the command line
4d045d7e88f : 8176539: javadoc ignores module-info files on the command line
0f2906740df : 8175219: javadoc should exit when it encounters compilation errors
184170ae2c9 : 8175219: javadoc should exit when it encounters compilation errors
787441e5281 : 8176221: Preferences docs contain reference to Sun's JRE
782da8d7e8a : 8176221: Preferences docs contain reference to Sun's JRE
877099ae3c7 : 8176471: [TESTBUG] runtime/modules/IgnoreModulePropertiesTest.java fails with OpenJDK: java.lang.RuntimeException: 'java version ' missing from stdout/stderr
f6b09b19b85 : 8176471: [TESTBUG] runtime/modules/IgnoreModulePropertiesTest.java fails with OpenJDK: java.lang.RuntimeException: 'java version ' missing from stdout/stderr
f6f2f947b8c : 8175301: Java GUI hangs on Windows when Display set to 125%
ff190370210 : 8175301: Java GUI hangs on Windows when Display set to 125%
c3f76844e6b : 8176492: @since value errors in java.compiler module
9e93e201f64 : 8176492: @since value errors in java.compiler module
fc6ca969dae : 8174974: Annotation type pages generated by javadoc is missing module information
fb7e4444073 : 8174974: Annotation type pages generated by javadoc is missing module information
0f6c2cddd8c : 8176537: Add test to check JDK modules to have no qualifed exports to upgradeable modules
f3fac0335f6 : 8176537: Add test to check JDK modules to have no qualifed exports to upgradeable modules
7b73113799c : 8175799: module summary page shows duplicated output
7a72caecad2 : 8175799: module summary page shows duplicated output
4065b82a538 : 8176505: Wrong assertion 'should be an array copy/clone' in arraycopynode.cpp
478f33c3e05 : 8176098: Deprecate FlatProfiler
b138807320a : 8176573: Do not use FLAG_SET_ERGO to update MaxRAM for emulated client
6c2c21f3f16 : 8176442: [aix] assert(_thr_current == 0L) failed: Thread::current already initialized
13d5a05dcbc : 8176471: [TESTBUG] runtime/modules/IgnoreModulePropertiesTest.java fails with OpenJDK: java.lang.RuntimeException: 'java version ' missing from stdout/stderr
1cd78903a86 : 8176505: Wrong assertion 'should be an array copy/clone' in arraycopynode.cpp
56f838f4ee7 : 8176098: Deprecate FlatProfiler
fcd4be97ff5 : 8176573: Do not use FLAG_SET_ERGO to update MaxRAM for emulated client
0af886d5839 : 8176442: [aix] assert(_thr_current == 0L) failed: Thread::current already initialized
958af9b3c38 : 8176471: [TESTBUG] runtime/modules/IgnoreModulePropertiesTest.java fails with OpenJDK: java.lang.RuntimeException: 'java version ' missing from stdout/stderr
a942947fab8 : 8176542: Missing @Deprecated arguments for jdk.policytool
74cdcfbbf21 : 8176542: Missing @Deprecated arguments for jdk.policytool
3fdb713a2da : 8176509: Use pandoc for converting build readme to html
f09b0d2cb2f : 8176509: Use pandoc for converting build readme to html
b50902716b9 : 8176509: Use pandoc for converting build readme to html
6fdd375563c : 8176509: Use pandoc for converting build readme to html
a82e8562889 : 8176509: Use pandoc for converting build readme to html
f771741dc9d : 8176509: Use pandoc for converting build readme to html
69e298a0a00 : 8176509: Use pandoc for converting build readme to html
eccf1ae062b : 8176509: Use pandoc for converting build readme to html
f63881f4cf3 : 8176509: Use pandoc for converting build readme to html
f4fe76b0974 : 8176509: Use pandoc for converting build readme to html
9d0bd1b4950 : 8176509: Use pandoc for converting build readme to html
df0123dde4b : 8176509: Use pandoc for converting build readme to html
699bb27ea0c : 8176469: Warnings from the build: Unknown module: jdk.rmic specified in --patch-module
a0835840011 : 8176469: Warnings from the build: Unknown module: jdk.rmic specified in --patch-module
be6633e42c4 : 8176469: Warnings from the build: Unknown module: jdk.rmic specified in --patch-module
305f2828998 : 8176469: Warnings from the build: Unknown module: jdk.rmic specified in --patch-module
a1afeab7e1f : 8176350: Usage constraints don't take effect when using PKIX
39516da8efe : 8176350: Usage constraints don't take effect when using PKIX
a200f792bfa : 8175300: Enable artifact resolution for jtreg tests
7667fe834d4 : 8175198: Javac incorrectly allows receiver parameters in annotation methods
50644d73dd7 : 8175198: Javac incorrectly allows receiver parameters in annotation methods
7dfb712e70c : 8176511: JSObject property access is broken for numeric keys outside the int range
f36a94bedcd : 8176511: JSObject property access is broken for numeric keys outside the int range
4171afe501c : 8176511: JSObject property access is broken for numeric keys outside the int range
cd7038f0765 : 8176511: JSObject property access is broken for numeric keys outside the int range
dc18de1e893 : 8176303: Flow.Subscription.request(0) should be treated as an error
2accd8450e2 : 8176303: Flow.Subscription.request(0) should be treated as an error
7a143f951d1 : 8176172: Imported FX modules have have residual_imported.marker file
db300377634 : 8176172: Imported FX modules have have residual_imported.marker file
2f8e3dbde0f : 8176482: Use of DirectiveVisitor needs @DefinedBy annotation for RunCodingRules.java
8588a8563da : 8176482: Use of DirectiveVisitor needs @DefinedBy annotation for RunCodingRules.java
cd332166da1 : 8176044: (tz) Support tzdata2017a
583900cf37b : 8176044: (tz) Support tzdata2017a
68ba3f8424a : 8176044: (tz) Support tzdata2017a
1d91337df47 : 8176044: (tz) Support tzdata2017a
809704369ad : 8176044: (tz) Support tzdata2017a
23df3202a4a : 8176044: (tz) Support tzdata2017a
2ad0b6b2acb : 8174105: Better naming attribution
d7055d79ceb : 8174105: Better naming attribution
a1cc97f4667 : 8176470: javac Pretty printer should include doc comment for modules
c2409501aea : 8176470: javac Pretty printer should include doc comment for modules
0afe611e518 : 8176477: Use DirectiveVisitor to print module information
749914e6872 : 8176477: Use DirectiveVisitor to print module information
b7fcf775101 : 8176331: Simplify new doclet packages
1aa88debf66 : 8176331: Simplify new doclet packages
817acd0267b : 8176331: Simplify new doclet packages
98093deaec3 : 8176331: Simplify new doclet packages
3aab2986d7a : 8176331: Simplify new doclet packages
8c482800df2 : 8176331: Simplify new doclet packages
ff81e44c2c3 : Added tag jdk-9+160 for changeset 26d0f0323b1f
d3c6e4a94f7 : Added tag jdk-9+160 for changeset 336ca6c49e10
f1d90d21432 : Added tag jdk-9+160 for changeset da1d252880e9
84f7645893b : Added tag jdk-9+160 for changeset 2ebb7b6e46a2
88fbffc8e6d : Added tag jdk-9+160 for changeset 4d25a0bb7426
2e6267f9006 : Added tag jdk-9+160 for changeset 22e1400a9b91
c0692a5e28b : Added tag jdk-9+160 for changeset 0bc8854f2953
1e9ea04c115 : Added tag jdk-9+160 for changeset 177e9ca9dc3e
40fbd46e461 : Added tag jdk-9+160 for changeset a259b57bbb59
e80e8f94d48 : Added tag jdk-9+160 for changeset 7f1dcf3c2b88
371ce1fdbef : Added tag jdk-9+160 for changeset 631a0cf9fb55
c3c2f2943f2 : Added tag jdk-9+160 for changeset f306167ed337
378f6717918 : Added tag jdk-9+160 for changeset 7fa83c9bad59
85cf1e857b9 : Added tag jdk-9+160 for changeset 593d481fb1d0
121fdfc22ec : Added tag jdk-9+160 for changeset a70ceb853845
d4ea685aab7 : Added tag jdk-9+160 for changeset 7221ca933ae1
fa77dfaa34c : 8176029: Linebreak matcher is not equivalent to the pattern as stated in javadoc
f739e1fd5e3 : 8176029: Linebreak matcher is not equivalent to the pattern as stated in javadoc
2f78efd8e49 : 8176237: (fs) java/nio/file/FileStore/Basic.java should conditionally check FileStores
dc1f5f41072 : 8176237: (fs) java/nio/file/FileStore/Basic.java should conditionally check FileStores
706b7368788 : 8176332: Increase sleep time in java/nio/channels/Selector/ChangingInterests.java write1()
ac6b3c4d5da : 8176332: Increase sleep time in java/nio/channels/Selector/ChangingInterests.java write1()
4e2b792de12 : 8176412: jshell tool: automatic imports are excluded on /reload causing it to fail
a6a8595d7e5 : 8176412: jshell tool: automatic imports are excluded on /reload causing it to fail
4faae498fe2 : 8176363: Incorrect lock rank for G1 PtrQueue related locks
586de478790 : 8176363: Incorrect lock rank for G1 PtrQueue related locks
90ba1134720 : 8175797: (ref) Reference::enqueue method should clear referent before enqueuing
e808c7a09e1 : 8175797: (ref) Reference::enqueue method should clear referent before enqueuing
6b366e7d04d : 8175235: type inference regression after JDK-8046685
498dbceaf4d : 8175235: type inference regression after JDK-8046685
236c2b26e13 : 8175340: Possible invalid memory accesses due to ciMethodData::bci_to_data() returning NULL
3d29627bc5b : 8177958: Possible uninitialized char* in vm_version_solaris_sparc.cpp
1af2facc1f5 : 8178047: Aliasing problem with raw memory accesses
d1df07453a5 : 8181055: PPC64: "mbind: Invalid argument" still seen after 8175813
66010cb54e3 : 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
d391f224975 : 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
a29ebc63542 : 8175340: Possible invalid memory accesses due to ciMethodData::bci_to_data() returning NULL
f67fd3aee27 : 8177958: Possible uninitialized char* in vm_version_solaris_sparc.cpp
c60172ecfcc : 8178047: Aliasing problem with raw memory accesses
863a5ec7b52 : 8181055: PPC64: "mbind: Invalid argument" still seen after 8175813
298150846a9 : 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
bdd1a8280f4 : 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
d8dbd4d96ef : 8175340: Possible invalid memory accesses due to ciMethodData::bci_to_data() returning NULL
b3914e7e21e : 8175340: Possible invalid memory accesses due to ciMethodData::bci_to_data() returning NULL
5dedbc418a6 : 8176265: Method overload resolution on a covariant base type doesn't work in 9
90d03330a17 : 8176265: Method overload resolution on a covariant base type doesn't work in 9
cda12d6cfc9 : 8176044: (tz) Support tzdata2017a
dc7bab709ff : 8176044: (tz) Support tzdata2017a
5a1a36e6131 : 8175345: Reported null pointer dereference defect groups
b2783bb80a2 : 8175345: Reported null pointer dereference defect groups
8cb3436cbbc : 8170884: Clean up post-jlink file copying to the images
5b9d400c108 : 8170884: Clean up post-jlink file copying to the images
35ad8eafb04 : 8170884: Clean up post-jlink file copying to the images
92591d5f32a : 8170884: Clean up post-jlink file copying to the images
a7b4b745dad : 8176183: sun/security/mscapi/SignedObjectChain.java fails on Windows
b2a42d78ef4 : 8176183: sun/security/mscapi/SignedObjectChain.java fails on Windows
8f36d661539 : 8176195: Fix misc module dependencies in jdk_core tests
61c3a29e0cc : 8176195: Fix misc module dependencies in jdk_core tests
0b32b154014 : 8176400: Problemlist sun/security/ssl/X509KeyManager/PreferredKey.java due to JDK-8176354
6a264cbdd01 : 8176400: Problemlist sun/security/ssl/X509KeyManager/PreferredKey.java due to JDK-8176354
2eadc58c4ae : 8176394: Incorrect relational operator in java/nio/channels/FileChannel/InterruptDeadlock.java
88356351839 : 8176394: Incorrect relational operator in java/nio/channels/FileChannel/InterruptDeadlock.java
0c184e9674e : 8072114: javac performance should be improved
3d264c5a763 : 8072114: javac performance should be improved
5c1abf81a09 : 8176235: Minor updates to package.html
31c0a8cdfa5 : 8176235: Minor updates to package.html
046464ae333 : 8058316: lookupDefaultPrintService returns null on Solaris 11
9cc408d7f92 : 8058316: lookupDefaultPrintService returns null on Solaris 11
ca573939dae : 8058316: lookupDefaultPrintService returns null on Solaris 11
4d72d2bb432 : 8058316: lookupDefaultPrintService returns null on Solaris 11
316eede3fad : 8176317: (ch) Add print of timeout value to java/nio/channels/AsynchronousSocketChannel/Basic.java
53c99e50934 : 8176317: (ch) Add print of timeout value to java/nio/channels/AsynchronousSocketChannel/Basic.java
66f4ce4e01b : 8175209: Account for race condition in java/nio/channels/AsynchronousSocketChannel/Basic.java
13f5b93e8cf : 8175209: Account for race condition in java/nio/channels/AsynchronousSocketChannel/Basic.java
da05a6ae474 : 8175317: javac does not issue unchecked warnings when checking method reference return types
5d4a22554a7 : 8175317: javac does not issue unchecked warnings when checking method reference return types
d25d87586da : 8176147: JVM should throw CFE for duplicate Signature attributes
3064b3e35d8 : 8176147: JVM should throw CFE for duplicate Signature attributes
fe82e37dc64 : 8175184: Annotation processor observes interface private methods as default methods
3998cf36b8f : 8175184: Annotation processor observes interface private methods as default methods
fa94c6d695d : 8176320: sun/security/tools/jarsigner/TsacertOptionTest.java compilation error, all mach 5 tier 2 platforms broken
ad4f6272dbf : 8176320: sun/security/tools/jarsigner/TsacertOptionTest.java compilation error, all mach 5 tier 2 platforms broken
bacac046739 : 8167525: update jdk tests to remove @compile --add-modules workaround
a2b08aeec95 : 8167525: update jdk tests to remove @compile --add-modules workaround
4adfa4f1758 : 8176337: Mark several tests as intermittently failing
af9013c96e4 : 8176337: Mark several tests as intermittently failing
e44a65f8077 : 8176333: jdeps error message should include a proper MR jar file name
b93beff9b76 : 8176333: jdeps error message should include a proper MR jar file name
a071d9b5b95 : 8175860: javadoc crashes with incorrect module sourcepath
9617bfb0f66 : 8175860: javadoc crashes with incorrect module sourcepath
90c05fe2c50 : 8176131: Simplify new Taglet API
50348cb89a0 : 8176131: Simplify new Taglet API
088b4d43fea : 8176131: Simplify new Taglet API
558b5873677 : 8176131: Simplify new Taglet API
64f4479427a : 8175325: NetworkInterface.getInterfaceAddresses throws NPE when no addresses
30790d83529 : 8175325: NetworkInterface.getInterfaceAddresses throws NPE when no addresses
ab24e66ca61 : 8175830: Provide javadoc description for jdk.xml.dom module
b7c19d5b552 : 8175830: Provide javadoc description for jdk.xml.dom module
3b658d77085 : 8176155: SubmissionPublisher closeExceptionally() may override close()
7849c134364 : 8176155: SubmissionPublisher closeExceptionally() may override close()
8856894f1c9 : 8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag
b3f90c8e862 : 8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag
9498a4b9be3 : 8176266: Make visitUnknown specification more explicit
683950a9ebb : 8176266: Make visitUnknown specification more explicit
e0ddba9b92a : 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
7107d1c9c4b : Added tag jdk8u121-b35 for changeset b9f44055e350
ba1e4f0c50f : Added tag jdk8u121-b35 for changeset 0123006769d8
0407d51c137 : Added tag jdk8u121-b35 for changeset 73e6dd988f05
692d31ba30a : Added tag jdk8u121-b35 for changeset a58e758d6255
eec9a75a59a : Added tag jdk8u121-b35 for changeset 4baf1be848e3
af36b3c90d6 : Added tag jdk8u121-b35 for changeset 155cec596821
b52492341b7 : Added tag jdk8u121-b35 for changeset 26a14dd4612e
664c12f2a19 : Added tag jdk8u121-b35 for changeset a0a55d33acd1
c9be485c663 : Added tag jdk8u121-b35 for changeset d3934d930f90
7f82ce6f1b0 : Added tag jdk8u121-b35 for changeset 9a48820d2369
1df4994dfc7 : Added tag jdk8u121-b35 for changeset 0e473d1cb798
4658c789515 : Added tag jdk8u121-b35 for changeset 57c8b419dbe1
5be9a15f422 : Added tag jdk8u121-b35 for changeset f9eb7e4d5feb
90dae60591e : Added tag jdk8u121-b35 for changeset a0ae51fc91ae
00b2ffa3183 : 8175846: Provide javadoc descriptions for jdk.policytool and jdk.crypto.* modules
d64c22ae617 : 8175846: Provide javadoc descriptions for jdk.policytool and jdk.crypto.* modules
67fa4b1f271 : 8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms
6b3143e8313 : 8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms
d98fb1bafd9 : 8176213: 78 sun/security/krb5/auto tests failing due to undeclared dependecies
080a88360a8 : 8176213: 78 sun/security/krb5/auto tests failing due to undeclared dependecies
16a8b40f502 : 8172469: Transform Transformer Exceptions
12842fcf3ae : Added tag jdk8u141-b03 for changeset 0a1b6598ff79
3a17b352135 : 8172469: Transform Transformer Exceptions
13c593cc28a : Added tag jdk8u141-b03 for changeset fd8b20511cdb
68544169ec8 : 8172469: Transform Transformer Exceptions
c435b236e93 : 8172469: Transform Transformer Exceptions
32e83e1fed4 : 8152683: Deadlock when resuming from sleep with different monitor setup
7d610c48e52 : 8152683: Deadlock when resuming from sleep with different monitor setup
1f5310af039 : 8174736: [JCP] [Mac]Cannot launch JCP on Mac os with language set to "Chinese, Simplified" while region is not China
097a0b8a955 : 8174736: [JCP] [Mac]Cannot launch JCP on Mac os with language set to "Chinese, Simplified" while region is not China
cfdb6b711cd : 8176241: JShell tests: on full builds CompletionSuggestionTest.testImportStart() fails
4eb4827f6a5 : 8176241: JShell tests: on full builds CompletionSuggestionTest.testImportStart() fails
9ccb03c6296 : 8158209: Editing in TableView breaks the layout, when the document is I18n
9bc73d72226 : 8158209: Editing in TableView breaks the layout, when the document is I18n
b0e2a9f9343 : Added tag jdk8u131-b10 for changeset 596dca646a51
49d314aae71 : Added tag jdk8u131-b10 for changeset a4bfa003323a
73cdd333b07 : Added tag jdk8u131-b10 for changeset 5ce2e03040d6
dfe8f0bb52f : Added tag jdk8u131-b10 for changeset d8e2ff49ad3c
0b1abb8b29e : Added tag jdk8u131-b10 for changeset 8aa2ea1f7328
b8880093472 : Added tag jdk8u131-b10 for changeset 9346330d0749
0597b82749c : Added tag jdk8u131-b10 for changeset 8329bfcfa725
1ee1e9be418 : Added tag jdk8u131-b10 for changeset e1c060fe2af8
b6610fb1d0d : Added tag jdk8u131-b10 for changeset 7e56a0e64563
c3695628b08 : Added tag jdk8u131-b10 for changeset a01f83331de9
972b97f2c3e : Added tag jdk8u131-b10 for changeset 4a9a3f449f67
692faeb7313 : Added tag jdk8u131-b10 for changeset b2e75bef0ca6
881e64519cd : Added tag jdk8u131-b10 for changeset 4ee8f488cab3
b5a405ffcb9 : Added tag jdk8u131-b10 for changeset 5b98aac4c203
0004355c73f : Added tag jdk8u131-b10 for changeset 3377abe976fd
54e81dfcb69 : Added tag jdk8u131-b10 for changeset 4ae5f683153d
198fe8dec8b : 8175304: JShell tool: The /reset command hangs after setting a startup script
826a40c57a2 : 8175304: JShell tool: The /reset command hangs after setting a startup script
3fbf2cfa482 : 8176184: JShell tests: jdk/jshell/CompletionSuggestionTest.testImportStart(): failure
a4cbfe0dacd : 8176184: JShell tests: jdk/jshell/CompletionSuggestionTest.testImportStart(): failure
c225a5ab502 : 6490753: JComboBox doesn't look as native combobox in different states of component
bc2bb1fae18 : 6490753: JComboBox doesn't look as native combobox in different states of component
30b2a657b61 : 8164954: split_if creates empty phi and region nodes
58c81cbf261 : 8175383: JVM should throw NCDFE if ACC_MODULE and CONSTANT_Module/Package are set
de10f56d524 : 8164954: split_if creates empty phi and region nodes
b7121021afb : 8175383: JVM should throw NCDFE if ACC_MODULE and CONSTANT_Module/Package are set
7f66935aa0c : 8176196: sed from FindTests.gmk prints warnings
7f65fc26a97 : 8176196: sed from FindTests.gmk prints warnings
87940feaf2e : 8175560: Drop String pkgName from javax.tools.JavaFileManager.getLocationForModule(Location location, JavaFileObject fo, String pkgName)
2d911bad192 : 8175560: Drop String pkgName from javax.tools.JavaFileManager.getLocationForModule(Location location, JavaFileObject fo, String pkgName)
f3ec1ea56a5 : 8176185: java/util/TimeZone/UTCAliasTest.java is not run
7fa43a44b4c : 8176185: java/util/TimeZone/UTCAliasTest.java is not run
f88159f986a : 8176187: jdk/internal/misc/JavaLangAccess/NewUnsafeString.java is not run
b7c3f6ef949 : 8176187: jdk/internal/misc/JavaLangAccess/NewUnsafeString.java is not run
a0b864da9bf : 8172457: JarDirTest.java fails after recent change
5cdba20f818 : 8172457: JarDirTest.java fails after recent change
13adfcf0324 : 8176182: 4 security tests are not run
153f51d64f0 : 8176182: 4 security tests are not run
5f43fcc1596 : 8176097: Window set location to a display with different DPI does not properly work 8173972: createScreenCapture not working as expected on multimonitor setup with different DPI scales
ce4a8c41dbe : 8176097: Window set location to a display with different DPI does not properly work 8173972: createScreenCapture not working as expected on multimonitor setup with different DPI scales
15c5dac7279 : 8176046: Replace package.html files with package-info.java in the java.desktop module
1d0cc3c1bda : 8176046: Replace package.html files with package-info.java in the java.desktop module
00914bf5325 : 8176162: com/sun/jndi/dns/Parser.java is not executed
3d831067ba4 : 8176162: com/sun/jndi/dns/Parser.java is not executed
d6c1317583a : 8175118: Revisit modeling of module directives
e1d9daf27f4 : 8175118: Revisit modeling of module directives
31bb6355e85 : 8175886: JShell: crash on tab-complete with NPE
54adf4b246a : 8175886: JShell: crash on tab-complete with NPE
89d638e14c5 : 8173909: Miscellaneous changes imported from jsr166 CVS 2017-03
c6202f93876 : 8173909: Miscellaneous changes imported from jsr166 CVS 2017-03
2e0996e2b9f : 8141596: java/util/concurrent/ScheduledThreadPoolExecutor/GCRetention.java starts failing intermittently
908c3c315e2 : 8141596: java/util/concurrent/ScheduledThreadPoolExecutor/GCRetention.java starts failing intermittently
253fdcd0b26 : 8175191: dead code removal at package com.sun.tools.javac.comp
fd958780c0c : 8175790: field JCVariableDecl.vartype can't be null after post attribution analysis
e94e5d35bfa : 8175790: field JCVariableDecl.vartype can't be null after post attribution analysis
b474cc1b682 : 8176084: Developer-friendly run-test facility
b826ae7bde5 : 8176084: Developer-friendly run-test facility
5390c7144e8 : 8134103: JVMTI_ERROR_WRONG_PHASE(112): on checking for an interface
da76f1cd323 : 8134103: JVMTI_ERROR_WRONG_PHASE(112): on checking for an interface
32d25d62325 : 8134103: JVMTI_ERROR_WRONG_PHASE(112): on checking for an interface
dd52ab6f669 : 8134103: JVMTI_ERROR_WRONG_PHASE(112): on checking for an interface
6fe52834571 : 8134103: JVMTI_ERROR_WRONG_PHASE(112): on checking for an interface
d9bd77ccd06 : Added tag jdk-9+159 for changeset 46327cfdfb8d
6a7ffcd6675 : Added tag jdk-9+159 for changeset 3ea5514d9fbe
0095476bbc0 : Added tag jdk-9+159 for changeset 849efd36f759
018767bd7a5 : Added tag jdk-9+159 for changeset ab43112aebc5
7cb67259c79 : Added tag jdk-9+159 for changeset 221f57b8df87
bfe4b182c7b : Added tag jdk-9+159 for changeset 7e28a9283fe6
9f27a56f700 : Added tag jdk-9+159 for changeset bf349346f662
75acace097d : Added tag jdk-9+159 for changeset 5eea3031ae7b
45f5bf1db67 : Added tag jdk-9+159 for changeset cfac918b2419
8c46b3a658e : Added tag jdk-9+159 for changeset 6d378fc96131
b816f4c4993 : Added tag jdk-9+159 for changeset 87849f0d2069
2a83722238f : Added tag jdk-9+159 for changeset 772a8214042f
b2b37b32332 : Added tag jdk-9+159 for changeset 3d808abd9ccb
82023c9aa96 : Added tag jdk-9+159 for changeset e15b96207e47
7aacab734f0 : Added tag jdk-9+159 for changeset 5eb60bf38b5f
3afda02301a : Added tag jdk-9+159 for changeset f97a7c02d349
e13fcc00949 : 8174873: Improved certificate procesing
fb3db708b2e : 8174873: Improved certificate procesing
37869f06c54 : 8175513: JNI exception pending in awt_GraphicsEnv.c:2021
502d959a2d1 : 8175513: JNI exception pending in awt_GraphicsEnv.c:2021
ef7791b0a30 : 8156743: ES6 for..of should work for Java Maps and Sets
398d0fde5ad : 8156743: ES6 for..of should work for Java Maps and Sets
0e648c59526 : 8176054: [BACKOUT][REDO] G1 Needs pre barrier on dereference of weak JNI handles
ca341236caa : 8176054: [BACKOUT][REDO] G1 Needs pre barrier on dereference of weak JNI handles
b3e03ea9d33 : 8176041: Optimize handling of comment lines in Properties$LineReader.readLine
91c9c8ef9d8 : 8176041: Optimize handling of comment lines in Properties$LineReader.readLine
b694e32c6eb : 8168307: Toolkit.getScreenSize() returns incorrect size on unix in multiscreen systems
d1847bd6129 : 8168307: Toolkit.getScreenSize() returns incorrect size on unix in multiscreen systems
55692790d81 : 8176009: The awt robot use incorrect location in a multi-screen environment
e63868fe230 : 8176009: The awt robot use incorrect location in a multi-screen environment
35ea06bce64 : 8171808: Performance problems in dialogs with large tables when JAB activated
5c84ccd1460 : 8171808: Performance problems in dialogs with large tables when JAB activated
331015047af : 8171808: Performance problems in dialogs with large tables when JAB activated
4f83698222c : 8171808: Performance problems in dialogs with large tables when JAB activated
91b9c757839 : 8175561: Memory churn in jimage code affects startup after resource encapsulation changes
6f58cb9f549 : 8175561: Memory churn in jimage code affects startup after resource encapsulation changes
0c1857e6997 : 8171808: Performance problems in dialogs with large tables when JAB activated
1555532920b : 8171808: Performance problems in dialogs with large tables when JAB activated
6c57d986b0c : 8136650: Add support for custom jtreg native tests
a529f273708 : 8174113: Better sourcing of code
f1a4ac3e002 : 8174113: Better sourcing of code
402575576f8 : 8167638: javac can improve the error message issued when IllegalAccessError is produced
45539e6a853 : 8175000: jexec fails to execute simple helloworld.jar
15065807664 : 8175000: jexec fails to execute simple helloworld.jar
41075b03ce4 : 8176033: New cygwin grep does not match \r as newline
01141572d7b : 8176033: New cygwin grep does not match \r as newline
10d73cfb6e7 : 8172307: Remove ununsed JVM API JVM_GetModuleByPackageName()
e4b63018e34 : 8174996: jar leaves temporary file when exception occur in creating jar
f48467501fc : 8174996: jar leaves temporary file when exception occur in creating jar
65ec135f233 : 8175990: Javac fails to find module-info.java if module source path contains symlinks
3aa07bbfdf0 : 8175990: Javac fails to find module-info.java if module source path contains symlinks
4e4f6ad0cf2 : 8174985: NTLM authentication doesn't work with IIS if NTLM cache is disabled
2b9a6e8cb74 : 8174985: NTLM authentication doesn't work with IIS if NTLM cache is disabled
d11a62b46a0 : 8175385: ServiceLoader$LazyClassPathLookupIterator scans boot and platform modules for services
3f32f64ee81 : 8175385: ServiceLoader$LazyClassPathLookupIterator scans boot and platform modules for services
f739956ba5c : 8175972: Remove javax/xml/ws/clientjar/TestWsImport.java from ProblemList
89544029174 : 8175972: Remove javax/xml/ws/clientjar/TestWsImport.java from ProblemList
64fe5f14fb5 : 8033128: Javadoc change is required for java.awt.Robot(GraphicsDevice screen) constructor
c90c44b3112 : 8175831: Provide a javadoc description for jdk.accessibility module
c23b8dfd0a5 : 8039888: [TEST_BUG] keyboard garbage after javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/WrongAltProcessing.java
3aab179895d : 8033128: Javadoc change is required for java.awt.Robot(GraphicsDevice screen) constructor
064bf34a854 : 8175831: Provide a javadoc description for jdk.accessibility module
cd8cd68e093 : 8039888: [TEST_BUG] keyboard garbage after javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/WrongAltProcessing.java
3bc2a99e9a0 : Added tag jdk8u131-b09 for changeset 7ce955cd6a60
fb757b6aa26 : Added tag jdk8u131-b09 for changeset a5cde808ce85
e6e0fa06200 : Added tag jdk8u131-b09 for changeset ebfcf390af48
1845c598983 : Added tag jdk8u131-b09 for changeset f3a732afff5b
4ef86b9e3d4 : Added tag jdk8u131-b09 for changeset 62b8401d0331
56ea980c5c2 : Added tag jdk8u131-b09 for changeset 2ad72617f228
76a9dfe6566 : Added tag jdk8u131-b09 for changeset d149dae685b0
7a699af814d : Added tag jdk8u131-b09 for changeset 469f4492b1a4
7260178177a : Added tag jdk8u131-b09 for changeset d89b79ef1562
e36ffc97acf : Added tag jdk8u131-b09 for changeset f00dc2e53203
6782bfbfb96 : Added tag jdk8u131-b09 for changeset 173ddb90665f
b1dbaa2c65b : Added tag jdk8u131-b09 for changeset fb16f353b4cc
b713995782a : Added tag jdk8u131-b09 for changeset 04e6567562ed
476a9a607a3 : Added tag jdk8u131-b09 for changeset 62fc4852a013
173a036347d : Added tag jdk8u131-b09 for changeset 286154c91761
2de5e6982fd : Added tag jdk8u131-b09 for changeset 6544a256c6d1
8e3127504f9 : 8174844: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
ccf6a0ec982 : 8174844: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
d9115f1fc76 : 8175917: [JVMCI] Avoid long JNI handle chains
87a36a8f3b4 : 8175887: C1 value numbering handling of Unsafe.get*Volatile is incorrect
1b6cccb1c5a : 8175567: Build of hotspot for arm-vfp-sflt fails
5bd3dfadc65 : 8175917: [JVMCI] Avoid long JNI handle chains
9e4e3868727 : 8175887: C1 value numbering handling of Unsafe.get*Volatile is incorrect
b9854ff95a8 : 8175567: Build of hotspot for arm-vfp-sflt fails
edafe57b691 : 8140329: [TEST_BUG] test FullScreenAfterSplash.java failed because image was not generated
e22467e2a76 : 8140329: [TEST_BUG] test FullScreenAfterSplash.java failed because image was not generated
c39d6b7d1b0 : 8175293: Window size is not updated after setting location to display with different DPI
60f13efd82e : 8175293: Window size is not updated after setting location to display with different DPI
37006189d20 : 8175266: Use package-info.java instead of package.html within swing packages
cd8415af87e : 8175266: Use package-info.java instead of package.html within swing packages
f88320b1805 : 8175055: Errors reported by Arguments.validate should (probably) be fatal
b320d61bdb4 : 8175055: Errors reported by Arguments.validate should (probably) be fatal
f2f6485feb5 : 8173914: StandardJavaFileManager.setLocationForModule
8ef02f7acc6 : 8173914: StandardJavaFileManager.setLocationForModule
02a37b591f5 : 8175115: Improve instrumentation of java/nio/file/WatchService/LotsOfEvents.java
c3b3895160a : 8175115: Improve instrumentation of java/nio/file/WatchService/LotsOfEvents.java
3c449e2c8db : 8175193: jlink and `requires static`
32e70396f43 : 8175193: jlink and `requires static`
3e75c155ca6 : 8164625: Pooled HttpConnection should be removed during close
191aad0e620 : 8164625: Pooled HttpConnection should be removed during close
88fc2b15160 : 8162795: [REDO] MemberNameTable doesn't purge stale entries
4c4335f2bd8 : 8162795: [REDO] MemberNameTable doesn't purge stale entries
547745b881a : 8171261: Stability fixes for lcms
ef65cacf48f : 8175305: Typos in net.properties
8ebfe2c58b2 : 8175305: Typos in net.properties
6fdaf0a3d10 : 8175261: Per-protocol cache setting not working for JAR URLConnection
5ae76b50849 : 8175261: Per-protocol cache setting not working for JAR URLConnection
c8f7ea22484 : 8174729: Race Condition in java.lang.reflect.WeakCache
8921c87165c : 8174729: Race Condition in java.lang.reflect.WeakCache
f1b21b6252a : 6753165: java/awt/TextField/DisabledUndoTest/DisabledUndoTest.html context menu can't be invoked on textfield
54b4e49ec2c : 6753165: java/awt/TextField/DisabledUndoTest/DisabledUndoTest.html context menu can't be invoked on textfield
82209d4eac6 : 7132577: javax/management/monitor/MultiMonitorTest.java fails in JDK8-B22
b139396355d : 7132577: javax/management/monitor/MultiMonitorTest.java fails in JDK8-B22
fbb6dbc9785 : 8173876: Fast precise scrolling and DeltaAccumulator fix for macOS Sierra 10.12.2
2f3a5c776f8 : 8173876: Fast precise scrolling and DeltaAccumulator fix for macOS Sierra 10.12.2
7ab5c770753 : 8175786: Fix small doc issues
f6a360f3d5c : 8175786: Fix small doc issues
294accb384a : 8175360: Error in Collectors.averagingXXX Java Doc
ee9cc8cd7ea : 8175360: Error in Collectors.averagingXXX Java Doc
8bc0d229304 : 8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do during concurrent marking
99a04bca186 : 8175811: [JVMCI] StubRoutines::_multiplyToLen symbol needs to exported
f34425a436e : 8139906: assert(src->section_index_of(target) == CodeBuffer::SECT_NONE) failed: sanity
4145e90718b : 8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do during concurrent marking
86a9ef8d83e : 8175811: [JVMCI] StubRoutines::_multiplyToLen symbol needs to exported
c7de967bcb7 : 8139906: assert(src->section_index_of(target) == CodeBuffer::SECT_NONE) failed: sanity
93879b8222a : 8169713: jimage fails with StringIndexOutOfBoundsException when path to the inspected image is an empty string
e341e352763 : 8169713: jimage fails with StringIndexOutOfBoundsException when path to the inspected image is an empty string
4d84d335d47 : Added tag jdk-9+158 for changeset 9d51ba881252
6488781b9c6 : Added tag jdk-9+158 for changeset 9c62b3b6ed86
ca2270b19b7 : Added tag jdk-9+158 for changeset b18293fff69f
20cc823ac0a : Added tag jdk-9+158 for changeset a6dc784b18a8
75bd2f22cf9 : Added tag jdk-9+158 for changeset 1e0051fe4acd
b6f6fce75cd : Added tag jdk-9+158 for changeset 54c25a823b8e
34b5d39926b : Added tag jdk-9+158 for changeset 51a9f82cff03
d7da08441c6 : Added tag jdk-9+158 for changeset 13c0e7a0f557
0f26d725c96 : Added tag jdk-9+158 for changeset 233541134f85
943cd78e34b : Added tag jdk-9+158 for changeset a6f26574de4e
989442095c8 : Added tag jdk-9+158 for changeset aed821b81898
f153a3ec870 : Added tag jdk-9+158 for changeset b002a92940ff
e052f05409d : Added tag jdk-9+158 for changeset 44706caea719
3714541749d : Added tag jdk-9+158 for changeset 1ea025bbd11d
90b0bff1d67 : Added tag jdk-9+158 for changeset 35fe9d6f5075
d23e9401cab : Added tag jdk-9+158 for changeset 3c983c1e8678
e81429d061c : 8175178: Stack traversal during OSR migration asserts with invalid bci or invalid scope desc on x86
f889b5119c4 : 8175178: Stack traversal during OSR migration asserts with invalid bci or invalid scope desc on x86
82ffc14b2f8 : 8175311: Jib sets bad JT_JAVA on linux aarch64
0b406d80a4a : 8175311: Jib sets bad JT_JAVA on linux aarch64
e2a759ddbfb : 8077113: Configure script do not properly detect cross-compilation gcc
39267bd657b : 8077113: Configure script do not properly detect cross-compilation gcc
66988fcd548 : 8173130: SubjectDelegation2Test.java and SubjectDelegation3Test.java failing on solaris
918b6124177 : 8173130: SubjectDelegation2Test.java and SubjectDelegation3Test.java failing on solaris
2051fea0b59 : 8174985: NTLM authentication doesn't work with IIS if NTLM cache is disabled
240fd78fc15 : 8174985: NTLM authentication doesn't work with IIS if NTLM cache is disabled
640238256c2 : 8170218: Improved Font Metrics
061c2498f1a : 8175336: [TESTBUG] aot junit tests added by 8169588 are not executed
5b097b494da : 8175336: [TESTBUG] aot junit tests added by 8169588 are not executed
cd2ecaa8238 : 8162504: TestInstanceKlassSize.java and TestInstanceKlassSizeForInterface.java fail on Mac OS
742dee356f6 : 8162504: TestInstanceKlassSize.java and TestInstanceKlassSizeForInterface.java fail on Mac OS
eab1475d248 : 8175250: Manifest checking throws exception with no entry
3fe241c003c : 8175250: Manifest checking throws exception with no entry
162ae9be73c : 8175335: Improve handling of module types in javax.lang.model.util.Types
52c656a350b : 8175335: Improve handling of module types in javax.lang.model.util.Types
3efb4437f00 : 8175135: Header template correction for year
ad7a2057c20 : 8175135: Header template correction for year
086c69b9a32 : 8175307: rpath macro needs to use an argument on macosx
a019fa1484b : 8175307: rpath macro needs to use an argument on macosx
b1e28ffd5a5 : 8175233: Remove LambdaForm.debugName
8d5f5b9a6b3 : 8175233: Remove LambdaForm.debugName
a4a3e18cffd : 8171533: Better email transfer
ead148cf2ec : 8171533: Better email transfer
2473f1cf413 : 8171252: Improve exception checking
6cf0499bbaf : 8151220: Extend sample API to use modules
0defcd01418 : 8151220: Extend sample API to use modules
5101fb0f4db : Added tag jdk8u131-b08 for changeset 688cced46253
85790c0e28f : Added tag jdk8u131-b08 for changeset ad2a06ec0eab
6e3061378ac : Added tag jdk8u131-b08 for changeset e9816aeded1a
abc88579b19 : Added tag jdk8u131-b08 for changeset 4bcd8bfa9e93
5e4d967ee99 : Added tag jdk8u131-b08 for changeset 2f7dd9a2e845
c0eec61a1de : Added tag jdk8u131-b08 for changeset dbac55417e41
c095a1975e7 : Added tag jdk8u131-b08 for changeset e7dc008279dd
ae992be3996 : Added tag jdk8u131-b08 for changeset a70997bb9908
aca365c0eb7 : Added tag jdk8u131-b08 for changeset 08881dce6c0d
1d617ba4a01 : Added tag jdk8u131-b08 for changeset 379938024658
396c14e19e2 : Added tag jdk8u131-b08 for changeset 6e59404c1b13
13a1524450e : Added tag jdk8u131-b08 for changeset de627ca2d229
6bbc400c906 : Added tag jdk8u131-b08 for changeset 515335898957
96a7ccfc2cd : Added tag jdk8u131-b08 for changeset c070e2c418e0
6338d8fde78 : Added tag jdk8u131-b08 for changeset a02b7f73e2b8
6972a6b82a7 : Added tag jdk8u131-b08 for changeset 45484dee3aac
99538277ed4 : 8174725: JVM should throw NoClassDefFoundError if ACC_MODULE is set in access_flags
90bde9549ed : 8174725: JVM should throw NoClassDefFoundError if ACC_MODULE is set in access_flags
3b6c156993d : 8172956: JDK9 message drop 30 l10n resource file updates - open
b3000acc28f : 8172956: JDK9 message drop 30 l10n resource file updates - open
00cbb83e430 : 8172956: JDK9 message drop 30 l10n resource file updates - open
3bc6b3808b9 : 8172956: JDK9 message drop 30 l10n resource file updates - open
50f48951b92 : 8172956: JDK9 message drop 30 l10n resource file updates - open
9e6e4fe8bf5 : 8172956: JDK9 message drop 30 l10n resource file updates - open
752bbe3cf35 : 8175271: Race in GenerateLinkOptData.gmk
cf801acb717 : 8175271: Race in GenerateLinkOptData.gmk
6f5f23fc78f : 8174915: Improve error handing for Jdp tests under sun/management/jdp
a712ebbffb8 : 8174915: Improve error handing for Jdp tests under sun/management/jdp
737e004bf48 : 8175274: Fix httpclient asynchronous usage
4a259fb5ddc : 8175274: Fix httpclient asynchronous usage
a0243c4b519 : 8162795: [REDO] MemberNameTable doesn't purge stale entries
e477609f73e : 8162795: [REDO] MemberNameTable doesn't purge stale entries
ab51d9296c6 : 8169966: Larger AWT menus
bb6f0c8f500 : 8170552: [macosx] Wrong rendering of diacritics on macOS 8175025: The copyright section in the test/java/awt/font/TextLayout/DiacriticsDrawingTest.java should be updated
2a6206b1cc6 : 8170552: [macosx] Wrong rendering of diacritics on macOS 8175025: The copyright section in the test/java/awt/font/TextLayout/DiacriticsDrawingTest.java should be updated
1ac2bd4761e : 7119774: [macosx] test ComponentMousePositionTest sometimes fail on Mac
fb7b579de98 : 7119774: [macosx] test ComponentMousePositionTest sometimes fail on Mac
dc20d5514f0 : 8175240: Problem list org/omg/CORBA/OrbPropertiesTest.java
e3af634a14f : 8175240: Problem list org/omg/CORBA/OrbPropertiesTest.java
8e280ad19b3 : 8175217: [AOT] Fix suite.py after module renaming
9b234db3916 : 8175217: [AOT] Fix suite.py after module renaming
b1fe109f1b5 : 8175052: [AOT] jaotc does not accept file name with .class
e309127c9ed : 8175052: [AOT] jaotc does not accept file name with .class
cfe9b71b694 : 8175026: Capture build-time parameters to --generate-jli-classes
179e55625ba : 8175026: Capture build-time parameters to --generate-jli-classes
2579e0d6ae9 : 8175026: Capture build-time parameters to --generate-jli-classes
ada23c9fef9 : 8175026: Capture build-time parameters to --generate-jli-classes
ff2e5107248 : 8170950: Text is displayed in bold when fonts are installed into symlinked folder
d8577f68989 : 8170950: Text is displayed in bold when fonts are installed into symlinked folder
0abf8e1a35a : 8170950: Text is displayed in bold when fonts are installed into symlinked folder
9fc0e3b3693 : 8170950: Text is displayed in bold when fonts are installed into symlinked folder
d56fe9f273c : 6980209: Make tracking SecondaryLoop.enter/exit methods easier
e7bb233123b : 6980209: Make tracking SecondaryLoop.enter/exit methods easier
c953ea5cb26 : 8175085: [REDO] G1 Needs pre barrier on dereference of weak JNI handles
29c82915603 : 8175512: new TestPrintMdo.java fails with -XX:TieredStopAtLevel=1
fb6331e1173 : 8175516: JNI exception pending in jdk_tools_jaotc_jnilibelf_JNILibELFAPI.c:97
90fdff0e704 : 8175085: [REDO] G1 Needs pre barrier on dereference of weak JNI handles
1830b30f19c : 8175512: new TestPrintMdo.java fails with -XX:TieredStopAtLevel=1
69c0f2aba4c : 8175516: JNI exception pending in jdk_tools_jaotc_jnilibelf_JNILibELFAPI.c:97
2ade0e42459 : 8163979: [macosx] Chinese text shows as Latin w/ openVanilla input method
0ddeb5634bc : 8163979: [macosx] Chinese text shows as Latin w/ openVanilla input method
d6c7bfad113 : 8163979: [macosx] Chinese text shows as Latin w/ openVanilla input method
bd1cdc3d07a : 8163979: [macosx] Chinese text shows as Latin w/ openVanilla input method
cd5aab678d2 : 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
ef5d58f98b7 : 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
7e796b0ddd5 : 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
1fa4d6038d2 : 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
c387ba54e77 : 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
7d969ccd558 : 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
d44454e6e7a : 8175097: [TESTBUG] 8174164 fix missed the test
02b3e4d3f42 : 8175097: [TESTBUG] 8174164 fix missed the test
547f2a3b65a : 8175097: [TESTBUG] 8174164 fix missed the test
382ecaa91db : 8175097: [TESTBUG] 8174164 fix missed the test
b8ee6b56a20 : 8175097: [TESTBUG] 8174164 fix missed the test
d0db608122f : 8175097: [TESTBUG] 8174164 fix missed the test
50826283917 : 8174805: JavacTrees should use Types.skipTypeVars() to get the upper bound of type variables
a82c165dd51 : 8174805: JavacTrees should use Types.skipTypeVars() to get the upper bound of type variables
dfbe0bf10b5 : 8175165: Don't process JceSecurity.java.template if crypto sources is not present
c6045cfbc74 : 8175062: Mark java/nio/channels/AsyncCloseAndInterrupt.java as intermittently failing
da143d040cf : 8175120: Remove old tests on kdc timeout policy
c1c58a2c11a : 8175042: Add success message to java/io/FileInputStream/LargeFileAvailable.java
3028efeedbe : 8175041: Add success message to java/nio/channels/FileChannel/LoopingTruncate.java
0d93c1d68ed : 8175165: Don't process JceSecurity.java.template if crypto sources is not present
12ca4e48e7c : 8175062: Mark java/nio/channels/AsyncCloseAndInterrupt.java as intermittently failing
9edbb439a08 : 8175120: Remove old tests on kdc timeout policy
323338dfaf7 : 8175042: Add success message to java/io/FileInputStream/LargeFileAvailable.java
eff1703b33d : 8175041: Add success message to java/nio/channels/FileChannel/LoopingTruncate.java
14054a63e6f : 8175025: The copyright section in the test/java/awt/font/TextLayout/DiacriticsDrawingTest.java should be updated
86b3483d3b8 : 8175025: The copyright section in the test/java/awt/font/TextLayout/DiacriticsDrawingTest.java should be updated
4e8f82b64bb : 8175048: javadoc does not decode options containing '=' and ':' correctly
ed6e5e01876 : 8175048: javadoc does not decode options containing '=' and ':' correctly
19bd3ae19db : 8175033: (se) Improve internal timing of java/nio/channels/Selector/WakeupAfterClose.java
a66653d1dc6 : 8175033: (se) Improve internal timing of java/nio/channels/Selector/WakeupAfterClose.java
1426f8ab0e3 : 8175086: [BACKOUT] fix for JDK-8166188
298e3a2dcc4 : 8175086: [BACKOUT] fix for JDK-8166188
4e98f205cd1 : Added tag jdk8u121-b34 for changeset ff55fdbf3130
484a145dc4f : Added tag jdk8u121-b34 for changeset b30532b83492
0a40b358a57 : Added tag jdk8u121-b34 for changeset 4b58b9203660
abb590c73f2 : Added tag jdk8u121-b34 for changeset cb159b5eb1fd
d8bd13e6d66 : Added tag jdk8u121-b34 for changeset 4cec7109f87a
7475b035cd0 : Added tag jdk8u121-b34 for changeset 2767d76d0992
856c21cca91 : Added tag jdk8u121-b34 for changeset 28eea371e749
c3997d940d2 : Added tag jdk8u121-b34 for changeset fe2b21f7b35e
30f0da91a28 : Added tag jdk8u121-b34 for changeset 7715fe1b20fc
138889d4597 : Added tag jdk8u121-b34 for changeset 503f2af558da
155e893ef7f : Added tag jdk8u121-b34 for changeset 20db9f3ef3c5
458788e8c91 : Added tag jdk8u121-b34 for changeset 0cb4a10a7774
e3a79b39ed3 : Added tag jdk8u121-b34 for changeset 936a98fdfad3
5467256958d : Added tag jdk8u121-b34 for changeset ecf12bbad7f1
7cd9564786f : Added tag jdk-9+157 for changeset 622502e26095
e03241a6db7 : Added tag jdk-9+157 for changeset abd8bc4c4c9d
92d3d5253cb : Added tag jdk-9+157 for changeset bc768289d3af
d9169e12482 : Added tag jdk-9+157 for changeset 8d8593871575
2f32f21a04b : Added tag jdk-9+157 for changeset 2fdcafb308c4
09d136cc5b8 : Added tag jdk-9+157 for changeset 83505546dec3
49f24d42fcd : Added tag jdk-9+157 for changeset 7bab7ee42bc6
4d186caf700 : Added tag jdk-9+157 for changeset 3c68ef249093
d6c80e94e7c : Added tag jdk-9+157 for changeset 1b3b563d62c2
9ebf61728fd : Added tag jdk-9+157 for changeset 0002f2c38eaa
0928c3da0b6 : Added tag jdk-9+157 for changeset 5d6eafeaf787
feb852854bf : Added tag jdk-9+157 for changeset 043e2725e832
5144218ab33 : Added tag jdk-9+157 for changeset ad66baddeba0
4485a22c482 : Added tag jdk-9+157 for changeset a7bc2b7f62f6
a0393fdc8eb : Added tag jdk-9+157 for changeset 2537cea60abf
d66ab6ffc5b : Added tag jdk-9+157 for changeset 4416065868c1
bbb889f0c23 : 8175079: Lazy initialization of ImageReader breaks rmid
cf871d92f9a : 8175079: Lazy initialization of ImageReader breaks rmid
70b0806cb33 : 6622944: Use package-info.java instead of package.html within awt packages
8b70c12905d : 6622944: Use package-info.java instead of package.html within awt packages
cb05b30a216 : 8175043: Multiple jaxp tests failing across platforms
ea91d06f5e8 : 8175043: Multiple jaxp tests failing across platforms
9964d1f3fa2 : 8175071: Minor cleanup in Javadoc.gmk
d859374f59e : 8175071: Minor cleanup in Javadoc.gmk
c2e3fe8f098 : 8146299: Disable rmic -Xnew
a141b69c1b6 : 8146299: Disable rmic -Xnew
62c0fd5dd04 : 8175066: Compilation error due to tag in JDK-8162959
f77d4fccad6 : 8175066: Compilation error due to tag in JDK-8162959
65da45bb4b5 : 8174735: Update JAX-WS RI integration to latest version
1e2d1c6104f : 8174735: Update JAX-WS RI integration to latest version
6004d4abbbb : 8174735: Update JAX-WS RI integration to latest version
256cc336cd5 : 8174735: Update JAX-WS RI integration to latest version
2af012aaf04 : 8174735: Update JAX-WS RI integration to latest version
149677280e6 : 8174735: Update JAX-WS RI integration to latest version
3176e56a34b : 8174856: [TESTBUG] Missing DefineClass instances
36c8ef2f316 : 8175054: Move new TestPrintMdo.java to hotspot/test directory
854b2dd10a8 : 8174856: [TESTBUG] Missing DefineClass instances
32417007765 : 8175054: Move new TestPrintMdo.java to hotspot/test directory
1362eeeb8fb : 8174895: test/TestCommon.gmk: value of JTREG_TESTVM_MEMORY_OPTION is missing
4e9173198a5 : 8174895: test/TestCommon.gmk: value of JTREG_TESTVM_MEMORY_OPTION is missing
7bdc9bcab91 : 8172489: [TESTBUG] Create test for SwingSet DialogDemo
e2a9410aa3d : 8172489: [TESTBUG] Create test for SwingSet DialogDemo
cb250877c9c : 8174161: [TESTBUG] Create test for SwingSet DialogDemo
f696b854029 : 8174161: [TESTBUG] Create test for SwingSet DialogDemo
210700a84d6 : 8175053: March 5 builds failed on Windows/install repo after JDK-8173207
edd9cacaafd : 8175053: March 5 builds failed on Windows/install repo after JDK-8173207
53e9fd99ff9 : 8162959: [HiDPI] screenshot artifacts using AWT Robot
33542ca32ca : 8162959: [HiDPI] screenshot artifacts using AWT Robot
9da51780ee8 : 8174059: langtools test failed again on win32 with the trial reversion changes for limited win32 address space
c1a7b8e306d : 8174059: langtools test failed again on win32 with the trial reversion changes for limited win32 address space
678b2ccdbeb : 8166188: G1 Needs pre barrier on dereference of weak JNI handles
28477cf4930 : 8166188: G1 Needs pre barrier on dereference of weak JNI handles
847d8bc351b : 8175047: javadoc should support --help-extra as a synonym for -X
103bce2074d : 8175047: javadoc should support --help-extra as a synonym for -X
8b1683ab509 : 8172701: Jemmy: FrameOperator: maximize() and demaximize() is not properly implemented
b107e7fa389 : 8172701: Jemmy: FrameOperator: maximize() and demaximize() is not properly implemented
5dc9bde168b : 8173308: JAVAC_OPTIONS should be updated to align with JAVA_OPTIONS
c5656c1c76a : 8173308: JAVAC_OPTIONS should be updated to align with JAVA_OPTIONS
6e9f618a78c : 8174164: SafePointNode::_replaced_nodes breaks with irreducible loops
267635838f3 : Added tag jdk8u141-b07 for changeset 4faeaa94b160
bfe76f8ae1b : 8174164: SafePointNode::_replaced_nodes breaks with irreducible loops
0503829876f : Added tag jdk8u141-b07 for changeset 2b9fa05cbfbb
d069592a89d : 8174164: SafePointNode::_replaced_nodes breaks with irreducible loops
6802bab56f3 : 8175887: C1 value numbering handling of Unsafe.get*Volatile is incorrect
071c05063c2 : 8162795: [REDO] MemberNameTable doesn't purge stale entries
b4b1ec7e88a : 8174164: SafePointNode::_replaced_nodes breaks with irreducible loops
54bc0bc5c16 : 8175887: C1 value numbering handling of Unsafe.get*Volatile is incorrect
ce3affe8a36 : 8162795: [REDO] MemberNameTable doesn't purge stale entries
0c69717b732 : 8174164: SafePointNode::_replaced_nodes breaks with irreducible loops
6a5e6f2ae19 : 8174164: SafePointNode::_replaced_nodes breaks with irreducible loops
8abcfad90c9 : 8173390: Investigate SymbolTable in SAXParser
3f1c785d610 : 8173390: Investigate SymbolTable in SAXParser
cd00a72ec80 : 8174694: improve error message shown when main class can't be loaded
8f99e6ecdf1 : 8174694: improve error message shown when main class can't be loaded
11a5c627b23 : 8173374: Update GenGraphs tool to generate dot graph with requires transitive edges
4248aefdc8d : 8173374: Update GenGraphs tool to generate dot graph with requires transitive edges
e7ada6118d4 : 8173374: Update GenGraphs tool to generate dot graph with requires transitive edges
7a9ab1c3a34 : 8173374: Update GenGraphs tool to generate dot graph with requires transitive edges
651af72042f : 8172500: Create test for SwingSet SliderDemo
7f74b3f6bc0 : 8172500: Create test for SwingSet SliderDemo
043fece775d : 8174839: javadoc crashes with a method which does not override a super
bb1db91db4b : 8174839: javadoc crashes with a method which does not override a super
159199c8d74 : 8173596: JavaCompiler.CompilationTask should support addModules
6873ceb82cd : 8173596: JavaCompiler.CompilationTask should support addModules
5b685696aec : 8175045: Turn on doclint reference checking in build of the java.management.rmi module
e6e86de1191 : 8175045: Turn on doclint reference checking in build of the java.management.rmi module
9db53bd43df : 8174849: Change SHA1 certpath restrictions
ff79e8c1d76 : 8174849: Change SHA1 certpath restrictions
8b1d9714ae8 : 8173207: Upgrade compression library
b9906eaf316 : 8173207: Upgrade compression library
81ac292f1f3 : 8173207: Upgrade compression library
b284200a903 : 8173207: Upgrade compression library
cc8df9cd4a4 : 8151743: Header can still disappear behind the navbar
8dfb222edf2 : 8151743: Header can still disappear behind the navbar
e32588292b7 : 8175038: Wrong note about multiple type/package elements being found
286a28f834f : 8175038: Wrong note about multiple type/package elements being found
68ebd6bf415 : 8173804: javadoc throws UnsupportedOperationException: should not happen
dfa7ec7ad86 : 8173804: javadoc throws UnsupportedOperationException: should not happen
883091a7666 : 8174715: Javadoc fails on JDK 7 and JDK 8 sources with StringIndexOutOfBoundsException
388550d1a44 : 8174715: Javadoc fails on JDK 7 and JDK 8 sources with StringIndexOutOfBoundsException
2938d080e62 : 8081219: hs_err improvement: Add event logging for class redefinition to the hs_err file
b08c928ec66 : 8081219: hs_err improvement: Add event logging for class redefinition to the hs_err file
a0fdf93fee4 : 8165035: jar --help-extra should provide information on the -n/--normalize option
06252eb14f6 : 8165035: jar --help-extra should provide information on the -n/--normalize option
7a4c0f9da92 : 8174855: Quarantine failing test jdk/test/sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java
36b02985182 : 8174855: Quarantine failing test jdk/test/sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java
d48d4265497 : 8175010: ImageReader is not thread-safe
b0bb2c00849 : 8175010: ImageReader is not thread-safe
0d19814517b : 8168410: Multiple JCK tests are failing due to SecurityException is not thrown
5ff0126d19a : 8168410: Multiple JCK tests are failing due to SecurityException is not thrown
cef9ecd2467 : 8165256: ARM64: vm/gc/concurrent/lp30yp10rp30mr0st300 Crash SIGBUS
08aeb22f48a : 8165256: ARM64: vm/gc/concurrent/lp30yp10rp30mr0st300 Crash SIGBUS
e595fd22eb6 : 8174196: sun/management/jdp tests are not running properly
a63ec90cd25 : 8174196: sun/management/jdp tests are not running properly
7b8b70fe7c8 : 8175007: Incorrect error messages for inaccessible classes in visible packages
8a2de9b69b9 : 8175007: Incorrect error messages for inaccessible classes in visible packages
064c225394a : 8174957: [JVMCI] jaotc is broken in Xcomp mode
8d7ba6ee7c7 : 8138799: improve tests for CompilerToVM::MaterializeVirtualObjectTest
59003c61ebd : 8138801: develop tests to check that CompilerToVM::isMature state is consistence w/ reprofile
28958bb24c0 : 8172050: some compiler/calls/ tests should have /native option
896fc637875 : 8174957: [JVMCI] jaotc is broken in Xcomp mode
5c88e780c22 : 8138799: improve tests for CompilerToVM::MaterializeVirtualObjectTest
54491302fe0 : 8138801: develop tests to check that CompilerToVM::isMature state is consistence w/ reprofile
b70e80c6141 : 8172050: some compiler/calls/ tests should have /native option
de03a6b126d : 8174950: Gracefully handle null Supplier in Objects.requireNonNull
46cd380010e : 8174950: Gracefully handle null Supplier in Objects.requireNonNull
490331d99ca : 8173896: SA: BasicLauncherTest.java (printmdo) fails for Client VM and Server VM with emulated-client
c4743a4ccac : 8173896: SA: BasicLauncherTest.java (printmdo) fails for Client VM and Server VM with emulated-client
47cf821ec9c : 8173896: SA: BasicLauncherTest.java (printmdo) fails for Client VM and Server VM with emulated-client
42e5401d717 : 8173896: SA: BasicLauncherTest.java (printmdo) fails for Client VM and Server VM with emulated-client
8c96fb76986 : 8174025: Regression in XML Transform caused by JDK-8087303
00af9d20135 : 8174025: Regression in XML Transform caused by JDK-8087303
09bbf16f69d : 8173941: SA does not work if executable is DSO
61aede58510 : 8173941: SA does not work if executable is DSO
7680b0b80e8 : 8174909: Doc error in SecureRandom
cb48e2096db : 8174909: Doc error in SecureRandom
61cd88d1af4 : 8174243: incorrect error message for nested service provider
48b32880609 : 8174243: incorrect error message for nested service provider
d1262d6f8ab : 8174151: URLClassLoader no longer uses custom URLStreamHandler for jar URLs
50a683ef67d : 8174151: URLClassLoader no longer uses custom URLStreamHandler for jar URLs
62bd506b3da : 8174779: Locale issues with Mac 10.12
eda2d66e13b : 8174779: Locale issues with Mac 10.12
5f80525c8eb : 8170552: [macosx] Wrong rendering of diacritics on macOS
d12dcc701f6 : 8170552: [macosx] Wrong rendering of diacritics on macOS
3db0c922eaa : 8174960: Mark WakeupAfterClose.java as failing intermittentl
52bf1f47f23 : 8174960: Mark WakeupAfterClose.java as failing intermittentl
8f66c6ffff6 : 8174961: [JVMCI] incorrect implementation of isCompilable
3cdcfa674ec : 8172434: CompareAndExchangeObject inserts two pre-barriers
eb8d5435c2a : 8174961: [JVMCI] incorrect implementation of isCompilable
96846a4105d : 8172434: CompareAndExchangeObject inserts two pre-barriers
64a3abd8238 : 8174248: partialUpdateFooMainClass test in tools/jar/modularJar/Basic.java needs to be re-examined
ad7f87f083c : 8174248: partialUpdateFooMainClass test in tools/jar/modularJar/Basic.java needs to be re-examined
b2035bd91cf : 8169450: StAX parse error if there is a newline in xml declaration
51d9966f2da : 8169450: StAX parse error if there is a newline in xml declaration
63dd65e64f0 : 8172469: Transform Transformer Exceptions
2098d07f0f9 : 8172469: Transform Transformer Exceptions
15af470e54e : 8174945: Turn on doclint reference checking in build of java.compiler module
bf633a61978 : 8174945: Turn on doclint reference checking in build of java.compiler module
77cd2644331 : 8174718: "Module <name>'s descriptor returns inconsistent package set" confusing
7d211599486 : 8174718: "Module <name>'s descriptor returns inconsistent package set" confusing
d98412386fc : 8174203: Enable AOT Jtreg tests on Windows x86_64
15b0bfa3160 : 8170404: Improve negative testing for module-info
ffe5040932e : 8170404: Improve negative testing for module-info
bb99d536a91 : 8163979: [macosx] Chinese text shows as Latin w/ openVanilla input method
7ebe8fa0fa5 : 8163979: [macosx] Chinese text shows as Latin w/ openVanilla input method
7eb2339c49f : 8169715: jimage fails with IAE when attempts to inspect an empty file
05ccdbdb0e0 : 8169715: jimage fails with IAE when attempts to inspect an empty file
04fd1250a52 : 8173094: Error in API documentation for SwingWorker 8173751: Syntax error in ZipFile.getComment() method 8173752: Syntax error in ZipEntry.setCompressedSize(long) method documentation 8173755: FilterOutputStream.write(byte[],int,int) javadoc correction 8173802: Incorrect argument name in java.io.FilterInputStream.read(byte[]) method documentation
7eb64c498da : 8173094: Error in API documentation for SwingWorker 8173751: Syntax error in ZipFile.getComment() method 8173752: Syntax error in ZipEntry.setCompressedSize(long) method documentation 8173755: FilterOutputStream.write(byte[],int,int) javadoc correction 8173802: Incorrect argument name in java.io.FilterInputStream.read(byte[]) method documentation
27660430a4b : 8170691: fill in @bug number for test
0854bc2a212 : 8170691: fill in @bug number for test
e221f74b96a : 6852563: ArrayOutOfBoundException when reading RLE8 compressed bitmap
69ec5356642 : 6852563: ArrayOutOfBoundException when reading RLE8 compressed bitmap
a1ca722ffa9 : 8174887: Problem list javax/net/ssl/DTLS/RespondToRetransmit.java
2d42fc6691a : 8174887: Problem list javax/net/ssl/DTLS/RespondToRetransmit.java
272483450a2 : 8174717: [TEST_BUG] javax/swing/text/html/StyleSheet/bug4936917.java
97456db8e62 : 8174717: [TEST_BUG] javax/swing/text/html/StyleSheet/bug4936917.java
e4736acf778 : 8174695: Fix @since in module-info.java in dev/langtools repo
ce8df4ca58e : 8174695: Fix @since in module-info.java in dev/langtools repo
dfde19d0a8e : 8169903: Refactor spliterator traversing tests into a library
dbfbe59e5cc : 8169903: Refactor spliterator traversing tests into a library
cdb664c4f3f : 8174209: Renumber the compress levels
363755b622c : 8174209: Renumber the compress levels
1389b1dc86f : 8174862: JShell tests: new JDK-8174797 testInvalidClassPath fails on Windows
cd867f35bd3 : 8174862: JShell tests: new JDK-8174797 testInvalidClassPath fails on Windows
b7061b8e0da : 8172465: Better handling of channel groups
5df462c1bf4 : 8172465: Better handling of channel groups
3578f1f709f : 8172969: JVMTI spec: GetCurrentThread may return NULL in the early start phase
8efb2f4342a : 8172969: JVMTI spec: GetCurrentThread may return NULL in the early start phase
0c0070358a7 : 8166313: JavaDoc mentions AppEvent subclasses as inner class of AppEvent
46893b06b3f : 8166313: JavaDoc mentions AppEvent subclasses as inner class of AppEvent
051ec538b5e : 8170950: Text is displayed in bold when fonts are installed into symlinked folder
2a3c0587b63 : 8170950: Text is displayed in bold when fonts are installed into symlinked folder
64426030d13 : 8174860: Fix bad javadoc link in javax.tools.JavaFileManager
45f1992dbab : 8174860: Fix bad javadoc link in javax.tools.JavaFileManager
39f98660832 : 8174818: bigapps/Weblogic12medrec fails with assert(check_call_consistency(jvms, cg)) failed: inconsistent info
2a4864a3ea0 : 8174818: bigapps/Weblogic12medrec fails with assert(check_call_consistency(jvms, cg)) failed: inconsistent info
4d7d57a4ed4 : 8174857: jshell tool: /help /set truncation -- confusing indentation
fb170dede95 : 8174857: jshell tool: /help /set truncation -- confusing indentation
cd50f992d3e : Added tag jdk8u131-b07 for changeset a90afe6edc6e
a34966a2c91 : Added tag jdk8u131-b07 for changeset 1a52feeb8aa1
252f7ba314e : Added tag jdk8u131-b07 for changeset d9e73cde6449
4f903c90069 : Added tag jdk8u131-b07 for changeset c79f08489f36
95b68b0d5b3 : Added tag jdk8u131-b07 for changeset 06f097917e47
8aa7ce30060 : Added tag jdk8u131-b07 for changeset c5955e2526c9
bffbe08bf97 : Added tag jdk8u131-b07 for changeset f522a8b1693f
e35e67aa7ec : Added tag jdk8u131-b07 for changeset f73bb56a2377
68bdeb8d896 : Added tag jdk8u131-b07 for changeset ccad01084bf1
6cd1c0311bf : Added tag jdk8u131-b07 for changeset 80946df6f363
7de90564f51 : Added tag jdk8u131-b07 for changeset 1c4fd702f9a1
765dcf5d7d1 : Added tag jdk8u131-b07 for changeset c5bf56628f9f
cfcad86a5a4 : 8174854: Fix two javax.annotation.processing javadoc link issues
52187f31d35 : 8174854: Fix two javax.annotation.processing javadoc link issues
93c1b84b016 : 8173028: Incorrect processing of supplementary-plane characters in text fields
203001b0021 : 8173028: Incorrect processing of supplementary-plane characters in text fields
a4a2ab1c4d1 : 8174831: Reduce number of Charset classes loaded on bootstrap
e17bdd6c771 : 8174831: Reduce number of Charset classes loaded on bootstrap
731dd3d76f7 : 8173945: Add methods for Elements.getAll{Type, Package, Module}Elements
205d4855107 : 8173945: Add methods for Elements.getAll{Type, Package, Module}Elements
260475e980a : 8174098: Better image fetching
673d4b36783 : 8172465: Better handling of channel groups
1ecf3a6e7b7 : 8174098: Better image fetching
54b3e1a4a93 : 8172465: Better handling of channel groups
25a94e11f58 : 8174399: LambdaMetafactory should use types in implMethod.type()
bf8ad52b224 : 8174399: LambdaMetafactory should use types in implMethod.type()
c4e7ded242d : 8174833: java/net/httpclient/http2/BasicTest.java always fails but always report success
28fc67ce7e8 : 8174833: java/net/httpclient/http2/BasicTest.java always fails but always report success
47905587ef5 : 8174797: jshell tool: invalid module path crashes tool 8174796: jshell tool: regression: user home (tilde) not translated
9691449f5f1 : 8174797: jshell tool: invalid module path crashes tool 8174796: jshell tool: regression: user home (tilde) not translated
2d050f16919 : 8170913: Java "1.8.0_112" on Windows 10 displays different characters for EUDCs from ones created in eudcedit.exe
2e2479ed2d6 : 8170913: Java "1.8.0_112" on Windows 10 displays different characters for EUDCs from ones created in eudcedit.exe
1d67ff199ef : 8174837: Add "since=9" to deprecated ContentSigner and ContentSignerParameters classes
9d5439dda14 : 8174837: Add "since=9" to deprecated ContentSigner and ContentSignerParameters classes
254b0db2b45 : 8172204: Better Thread Pool execution
1a21e7f9f7a : 8172204: Better Thread Pool execution
d35e4679ea8 : 8174245: Javadoc is not working for some methods
4c9c5913997 : 8174245: Javadoc is not working for some methods
b308726326d : 8174720: [TEST_BUG] add :open to a @modules annotation for bug7089914.java
9c2bee086b1 : 8174720: [TEST_BUG] add :open to a @modules annotation for bug7089914.java
8395c413ce0 : 8173777: Merge javac -Xmodule into javac--patch-module
0f008adc1e6 : 8173777: Merge javac -Xmodule into javac--patch-module
6a6e3b27ddd : 8173777: Merge javac -Xmodule into javac--patch-module
261ce92be59 : 8173777: Merge javac -Xmodule into javac--patch-module
058daa4b8c7 : 7107905: ColorModel subclasses are missing hashCode() or equals() or both methods
0fe16914258 : 7107905: ColorModel subclasses are missing hashCode() or equals() or both methods
745b07fb670 : 8174699: Fix @since in module-info.java in dev/nashorn repo
ad981f39b51 : 8174699: Fix @since in module-info.java in dev/nashorn repo
3bab4e448ca : 8174798: Mis-merge left serviceability/sa/TestCpoolForInvokeDynamic.java ignored
e1cff30e769 : 8174798: Mis-merge left serviceability/sa/TestCpoolForInvokeDynamic.java ignored
ecaf04c1923 : 8174098: Better image fetching
acd37837de5 : 8174098: Better image fetching
8f177844a04 : 8174104: Compiler does not allow non-existent module path entry
0fcd98980cd : 8174104: Compiler does not allow non-existent module path entry
3708d2930b6 : 8174745: Httpclient source update for JDK 8
f7c7a3c8b2c : 8174745: Httpclient source update for JDK 8
c5f7c4ba769 : 8174762: JShell: @since tags missing
6d8a15972e5 : 8174762: JShell: @since tags missing
10d243b2065 : Added tag jdk8u152-b01 for changeset 8c6badb8706e
586cc48c589 : Added tag jdk8u152-b01 for changeset 13c9ba95a557
5e7987783a0 : Added tag jdk8u152-b01 for changeset 0de64dee580b
4c0569c03ac : Added tag jdk8u152-b01 for changeset c2d95c45f21d
cb151631891 : Added tag jdk8u152-b01 for changeset af22d4e2b898
05824e1e9b5 : Added tag jdk8u152-b01 for changeset 20cffa12d232
2efa69b5481 : Added tag jdk8u152-b01 for changeset f7f357fdc147
d1487575aa8 : Added tag jdk8u152-b01 for changeset 6a9ac6e862d6
217af865a6d : Added tag jdk8u152-b01 for changeset 8bb62bef1649
653d94257b0 : Added tag jdk8u152-b01 for changeset bdfec95c33bc
dae5d2aa9a9 : Added tag jdk8u152-b01 for changeset d0925acc3824
290f68ce1e3 : Added tag jdk8u152-b01 for changeset 57769e9d822e
2dcd4ad2be2 : Added tag jdk8u152-b01 for changeset bdcb3e80a453
f856f9b106b : Added tag jdk8u152-b01 for changeset c33c6d623701
19ba2f29a40 : Added tag jdk8u152-b01 for changeset 087c349ce188
04df3322850 : Added tag jdk8u152-b01 for changeset 078198e4ece4
3444239c70b : 8174739: Rename JMOD section name for native libraries from native to lib
62274dc8df8 : 8174739: Rename JMOD section name for native libraries from native to lib
fc41b978e67 : 8172967: [macosx] Exception while working with layout for text containing unmappable character
6e97034144a : 8172967: [macosx] Exception while working with layout for text containing unmappable character
050db0a4fa8 : 8170578: CUPS Printing is broken with Ubuntu 16.10 (CUPS 2.2)
8acc81c41c4 : 8170578: CUPS Printing is broken with Ubuntu 16.10 (CUPS 2.2)
170a160d7e0 : 8173743: Failures during class definition can lead to memory leaks in metaspace
a3d21c93a4f : 8174721: C1: Inlining through MH invokers/linkers in unreachable code is unsafe
236b9ba9424 : 8173743: Failures during class definition can lead to memory leaks in metaspace
19f9a33953d : 8174721: C1: Inlining through MH invokers/linkers in unreachable code is unsafe
1fc1d030e0b : 8174099: class ComboTask at the combo test library needs an execute() method
0a9f00958e9 : 8174099: class ComboTask at the combo test library needs an execute() method
d2eae651d53 : 8173941: SA does not work if executable is DSO
6935e878c60 : 8173941: SA does not work if executable is DSO
e0875e29b35 : 8173393: Module system implementation refresh (2/2017)
287e05b579a : 8173393: Module system implementation refresh (2/2017)
b4d110f7987 : 8173393: Module system implementation refresh (2/2017)
d6fbe2b113b : 8173393: Module system implementation refresh (2/2017)
7c99403b6c0 : 8173393: Module system implementation refresh (2/2017)
4dab8f4fee2 : 8173393: Module system implementation refresh (2/2017)
23d76ddde32 : 8174697: Fix @since in module-info.java in dev/jaxws repo
480d90b74fa : 8174697: Fix @since in module-info.java in dev/jaxws repo
bb6ce13c65b : 8174696: Fix @since in module-info.java in dev/jaxp repo
8e17a4ac1d9 : 8174696: Fix @since in module-info.java in dev/jaxp repo
86939fff060 : 8174698: Fix @since in module-info.java in dev/corba repo
b826b2fa869 : 8174698: Fix @since in module-info.java in dev/corba repo
e6fa0ba7848 : 8147002: [macosx] Arabic character cannot be rendered on MacOS X
24827583cc1 : 8147002: [macosx] Arabic character cannot be rendered on MacOS X
f63c587b324 : 8174194: Several java/lang tests failing due to undeclared module dependencies
5daa6c58677 : 8174740: RuntimeException: Module m's descriptor returns inconsistent package set
4782c370085 : 8165640: Enhance jar tool to allow module-info in versioned directories but not in base in modular multi-release jar files
73a2915d579 : 8174194: Several java/lang tests failing due to undeclared module dependencies
9d0a07ff25b : 8174740: RuntimeException: Module m's descriptor returns inconsistent package set
bfe5d05b1c7 : 8165640: Enhance jar tool to allow module-info in versioned directories but not in base in modular multi-release jar files
c7a57b1fd95 : 8173151: Code heap corruption due to incorrect inclusion test
ecee7fc84bf : 8173151: Code heap corruption due to incorrect inclusion test
60498bc3afa : 8170222: Better transfers of files
1ddd69b75e9 : 8170222: Better transfers of files
cd46f2a4cd9 : 8173013: JVMTI tagged object access needs G1 pre-barrier
7b93ee904b7 : 8173013: JVMTI tagged object access needs G1 pre-barrier
a5258bcfbd4 : 8174262: Error message misspelling: "instanciated"
6d73f9fae9f : 8174262: Error message misspelling: "instanciated"
11edcefaa2f : 8174693: Problem list MultiReleaseJarTest.java tests until JDK-8174692 is fixed
bea15117eb9 : 8169200: Gen has a reference to Flow that is not used, should be removed
9c79170aed8 : 8169200: Gen has a reference to Flow that is not used, should be removed
490af2828b1 : 8174672: JShell tests: jdk/jshell/UserJdiUserRemoteTest.java problem listed with wrong bug number
ee816fd1c93 : 8174672: JShell tests: jdk/jshell/UserJdiUserRemoteTest.java problem listed with wrong bug number
ea1bbe943cc : 8173393: Module system implementation refresh (2/2017)
9db79d57c84 : 8173393: Module system implementation refresh (2/2017)
9721b484285 : 8172670: AOT Platform Support for Windows and Mac OS X x64
70e8b7685df : 8172670: AOT Platform Support for Windows and Mac OS X x64
31e8050f60b : Added tag jdk-9+156 for changeset 570dd0f84141
120212f4b64 : Added tag jdk-9+156 for changeset 1bb10bccf057
b4d1a2250cd : Added tag jdk-9+156 for changeset bb1892f3f7bf
65633216744 : Added tag jdk-9+156 for changeset 62824732af55
67ede5b9ee0 : Added tag jdk-9+156 for changeset deb27453bde5
e0379987e76 : Added tag jdk-9+156 for changeset 08175b460862
b793624138e : Added tag jdk-9+156 for changeset fdecd1d14d53
a5ab73192c2 : Added tag jdk-9+156 for changeset 3d5314988315
4eb19d02243 : Added tag jdk-9+156 for changeset 196f9dd842c5
2c55a488724 : Added tag jdk-9+156 for changeset 490177ec9214
27dc8df66b7 : Added tag jdk-9+156 for changeset 656a9525a59c
803abfe5250 : Added tag jdk-9+156 for changeset cfbeef485c3f
848a48da940 : Added tag jdk-9+156 for changeset cd02adc71c70
b356b504d84 : Added tag jdk-9+156 for changeset 3cecfaef55fe
b3e22f43aa2 : Added tag jdk-9+156 for changeset 685192b7f774
cd2f5ebfbef : 8170113: jimage extract to readonly directory causes MissingResourceException
052a094bb1b : 8174716: java/net/httpclient/security/Driver.java failing in JDK 9
772e610c432 : 8173393: Module system implementation refresh (2/2017)
9b14191459b : 8173957: Fix @since in module-info.java in dev/jdk repo
aa773f60ffa : 8174241: ProblemList update for TestWsImport, JdbMethodExitTest and jimage tests
d23a211313d : 8174127: (ch) Add instrumentation to java/nio/channels/FileChannel/Transfer.java
49e1eb0ea75 : Added tag jdk-9+156 for changeset 062d4ee2610f
f3847cff621 : 8170113: jimage extract to readonly directory causes MissingResourceException
a7c0fa1045c : 8174716: java/net/httpclient/security/Driver.java failing in JDK 9
a4693ee7d29 : 8173393: Module system implementation refresh (2/2017)
de146b6a362 : 8173957: Fix @since in module-info.java in dev/jdk repo
b07d8b93137 : 8174241: ProblemList update for TestWsImport, JdbMethodExitTest and jimage tests
6ae128f2d3e : 8174127: (ch) Add instrumentation to java/nio/channels/FileChannel/Transfer.java
a036b215255 : 8168965: search items are not listed in any sensible order
a55e3cd16bd : 8168965: search items are not listed in any sensible order
70d23da28b4 : 8166110: Inlining through MH invokers/linkers in unreachable code is unsafe
1acb3068594 : 8166110: Inlining through MH invokers/linkers in unreachable code is unsafe
558a26de4c8 : 8049375: Extend how the org.omg.CORBA.ORB handles the search for orb.properties
166d605e55a : 8049375: Extend how the org.omg.CORBA.ORB handles the search for orb.properties
390cee49938 : 8049375: Extend how the org.omg.CORBA.ORB handles the search for orb.properties
81607e7cdb1 : 8049375: Extend how the org.omg.CORBA.ORB handles the search for orb.properties
f2736da5cee : 8173387: java/nio/channels/Selector/SelectTimeout.java failed with "Test timed out early with timeout 100000000999"
1e4efa15be3 : 8173387: java/nio/channels/Selector/SelectTimeout.java failed with "Test timed out early with timeout 100000000999"
b7a806d3c46 : 8174249: Regression in generic method unchecked calls
e05d91747c7 : 8174249: Regression in generic method unchecked calls
cf9ce2262ab : 8168423: Test Task: Custom system class loader + security manager + malformed policy file = recursive initialization
f343f201a5b : 8168423: Test Task: Custom system class loader + security manager + malformed policy file = recursive initialization
3978cd90f02 : 8174172: Race when building java.base.jmod
2396020e93d : 8174172: Race when building java.base.jmod
8ee7d77169b : 8173290: 3% regression in SPECjvm2008-XML with b150
100d9a59ad3 : 8173290: 3% regression in SPECjvm2008-XML with b150
c7ca17f4988 : 8174086: jspawnhelper build settings cleanup
0af9702f7ce : 8174073: NPE caused by @link reference to class
c3759775fbf : 8174073: NPE caused by @link reference to class
5de3ee90c88 : 8174226: Test failures after JDK-8033076
1606e8a7b01 : 8174226: Test failures after JDK-8033076
f42440583cc : 8173916: jshell tool: /methods signature confusing/non-standard format 8174028: jshell tool: /method /type failed declaration listed (without indication) 8174041: jshell tool: --startup PRINTING references undeclared Locale class
52f0f390a88 : 8173916: jshell tool: /methods signature confusing/non-standard format 8174028: jshell tool: /method /type failed declaration listed (without indication) 8174041: jshell tool: --startup PRINTING references undeclared Locale class
30716f933fc : 8033076: LambdaMetafactory should use types in implMethod.type()
25179076dc0 : 8033076: LambdaMetafactory should use types in implMethod.type()
4ffa7729f78 : 8160655: Fix denyAfter and usage types for security properties
ff277c8508b : 8160655: Fix denyAfter and usage types for security properties
9701ab2bbe0 : 8173587: LambdaMetafactory needs to validate descriptors and method name
125d4ea7d0f : 8173587: LambdaMetafactory needs to validate descriptors and method name
0a6a4fa8ff6 : 8173708: Re-enable AES cipher with CFB128 mode for Ucrypto provider
907b393fe24 : 8173708: Re-enable AES cipher with CFB128 mode for Ucrypto provider
4ae04660b6d : 8173410: Add commented config line for jdk.security.provider.preferred
da9767e7163 : 8173410: Add commented config line for jdk.security.provider.preferred
721bd5543eb : 8174157: Backout 8151116
90dd9890920 : 8174157: Backout 8151116
9cf0fa4a6cc : 8173845: JShell API: not patch compatible
4593304c078 : 8173845: JShell API: not patch compatible
c6e86703bc8 : 8174128: [testbug] Remove implementation dependency from java.time TCK tests
d7c71b5a17b : 8174128: [testbug] Remove implementation dependency from java.time TCK tests
f26babffdfd : 8173893: JShell: reduce memory leaks
ee13abe5937 : 8173893: JShell: reduce memory leaks
a8d7284e7ab : 8173898: StackWalker.walk throws InternalError if called from a constructor invoked through reflection
fcc0a083e4f : 8173898: StackWalker.walk throws InternalError if called from a constructor invoked through reflection
c3567cf6185 : 8173876: Fast precise scrolling and DeltaAccumulator fix for macOS Sierra 10.12.2
46145bdcbfb : 8173876: Fast precise scrolling and DeltaAccumulator fix for macOS Sierra 10.12.2
56a4aec8d30 : 8147440: HiDPI (Windows) Swing components have incorrect sizes after changing display resolution
6a0c29b77d0 : 8147440: HiDPI (Windows) Swing components have incorrect sizes after changing display resolution
7742e7f19af : 8174027: error message should adapt to the corresponding top level element
25a8d5cb016 : 8174027: error message should adapt to the corresponding top level element
c9e612dd8e0 : 8173783: IllegalArgumentException: jdk.tls.namedGroups
06cf35197ec : 8173783: IllegalArgumentException: jdk.tls.namedGroups
98ff8c61f99 : 8172299: Improve class processing
6226e330f96 : 8173783: IllegalArgumentException: jdk.tls.namedGroups
ae73cef4408 : 8173783: IllegalArgumentException: jdk.tls.namedGroups
36db9380759 : 8172299: Improve class processing
ebc3d8b1b7b : 8137087: [TEST_BUG] Cygwin failure of java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh
95c98da26f3 : 8137087: [TEST_BUG] Cygwin failure of java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh
b1b156d6b45 : 8171539: Better script accessibility for JavaScript
b0fc35dfc04 : 8171539: Better script accessibility for JavaScript
7c2183460f3 : 8173783: IllegalArgumentException: jdk.tls.namedGroups
35bad958c1a : 8173783: IllegalArgumentException: jdk.tls.namedGroups
5b72e188b11 : 8151116: Add extended key usage constraint to the jdk.certpath.disabledAlgorithms security property
822861408bb : 8151116: Add extended key usage constraint to the jdk.certpath.disabledAlgorithms security property
a72cb32b2df : 8173712: Rename JAVA_OPTIONS environment variable to JDK_JAVA_OPTIONS
0c24be389f1 : 8173712: Rename JAVA_OPTIONS environment variable to JDK_JAVA_OPTIONS
72048bfe9d2 : 8173302: Move the Description up on module and package index page
e6e50771f5e : 8174140: Move test files into package hierarchy
f24113bdb2c : 8173302: Move the Description up on module and package index page
f7fbfc06c60 : 8174140: Move test files into package hierarchy
e0373e040c4 : 8044626: Update RMI specifications to reflect modularization changes 8165649: Re-examine if Activatable object can be created from non-public class and/or constructor
f87f7e44b74 : 8044626: Update RMI specifications to reflect modularization changes 8165649: Re-examine if Activatable object can be created from non-public class and/or constructor
237f4c20b51 : 8173943: Change error reporting of LauncherHelper to include actual Error class name
b8e61b9b1ca : 8173943: Change error reporting of LauncherHelper to include actual Error class name
b4ef978e1bb : 8057795: Update of the mimestypes.default for JAF
18cb39a7746 : 8057795: Update of the mimestypes.default for JAF
fc6ea4234fd : 8174039: (ch) DefaultAsynchronousChannelProvider should be split into platform specific versions
c1f62f1e4f6 : 8169313: java.xml.ws not granted NetPermission(getProxySelector)
64092186262 : 8169313: java.xml.ws not granted NetPermission(getProxySelector)
dd93d3010c1 : 8173910: (fs) java/nio/file/FileSystem/Basic.java should conditionally check FileStores
d3b74dbcb79 : 8173910: (fs) java/nio/file/FileSystem/Basic.java should conditionally check FileStores
4c6d11939e6 : 8173145: Menu is activated after using mnemonic Alt/Key combination
99ab5d76edc : 8173145: Menu is activated after using mnemonic Alt/Key combination
2d81264e53a : 8173145: Menu is activated after using mnemonic Alt/Key combination
24e521a020c : 8173145: Menu is activated after using mnemonic Alt/Key combination
c41099dd153 : 8174069: Verify that bash is at least version 3.2
2fd41316684 : 8174069: Verify that bash is at least version 3.2
b380264de3d : 8171151: JDK8u ProblemList.txt Updates
3e647196971 : 8171151: JDK8u ProblemList.txt Updates
982d6f437eb : 8174064: Tab expansion broken for make
184939a7e2c : 8174064: Tab expansion broken for make
ecb3c078198 : 8172726: ForkJoin common pool retains a reference to the thread context class loader
ecabcca7464 : 8172726: ForkJoin common pool retains a reference to the thread context class loader
9205f0ded79 : 6388543: improve accuracy of source positions for AnnotationValue param of Messager.printMessage
5c18c8c4ae9 : 8174051: fix terminology in javadoc comment
9229886d99b : 6388543: improve accuracy of source positions for AnnotationValue param of Messager.printMessage
23017d450ec : 8174051: fix terminology in javadoc comment
9604e65705a : 8173944: Reference Origin.MANDATED in getEnclosedElements specs
d84c982cbc1 : 8173944: Reference Origin.MANDATED in getEnclosedElements specs
d19a13de9e1 : 8172461: Service Registration Lifecycle
e0c898bf45a : 8172461: Service Registration Lifecycle
504b8198eb6 : 8172461: Service Registration Lifecycle
daee16a014e : 8172461: Service Registration Lifecycle
a249e92254f : 8173982: (fs) DefaultFileSystemProvider should be split into platform specific versions
19a0529e40f : 8173982: (fs) DefaultFileSystemProvider should be split into platform specific versions
b3b6393db4f : 8153134: Infinite loop in handle_wrong_method in jmod
f3eb3e3e1b7 : 8153134: Infinite loop in handle_wrong_method in jmod
2d1c4ba2670 : 8172901: javac: 'opens' statement cannot specify non observable package
f4c670d9b65 : 8172901: javac: 'opens' statement cannot specify non observable package
d934ad4f0e1 : Added tag jdk8u131-b06 for changeset 3d3a84309c1c
6b41fc55c6c : Added tag jdk8u131-b06 for changeset 6489f32e72f8
477b145829c : Added tag jdk8u131-b06 for changeset 7d814ed085a5
109f889f9cc : Added tag jdk8u131-b06 for changeset 2e714796429b
f204225d344 : Added tag jdk8u131-b06 for changeset abfa262f05c2
6a216b13812 : Added tag jdk8u131-b06 for changeset 2d1ad7b21a99
7bb143d89e9 : Added tag jdk8u131-b06 for changeset 2ad76b4d4b03
37e89fcff16 : Added tag jdk8u131-b06 for changeset d13ea7e6e985
1b334bd90d1 : Added tag jdk8u131-b06 for changeset 544d67b31ae6
6e5994e1e6d : Added tag jdk8u131-b06 for changeset 16e149fdc2b5
c958aeebf81 : Added tag jdk8u131-b06 for changeset 5e4d1e9a1029
c04e1d897c8 : Added tag jdk8u131-b06 for changeset a8dafa048510
5095bdb665d : Added tag jdk8u131-b06 for changeset 15efce27287c
d157fd8be96 : Added tag jdk8u131-b06 for changeset 58b57dcd2731
e79106eb7ab : Added tag jdk8u131-b06 for changeset d6fe00088e3b
39565891da3 : Added tag jdk8u131-b06 for changeset bd5fa086041c
2e2a1368762 : 8170493: JNI exception pending in JavaComponentAccessibility.m
6720ad090e5 : 8170493: JNI exception pending in JavaComponentAccessibility.m
e8432d96307 : 8173956: KeyStore regression due to default keystore being changed to PKCS12
3d412e1c502 : 8173956: KeyStore regression due to default keystore being changed to PKCS12
1399181de97 : 8173807: JShell: control characters should be escaped in String values
c42d389e2d5 : 8173807: JShell: control characters should be escaped in String values
6a20cdf8e3b : 8173848: JShell: less-than causes: reached end of file while parsing
43593d5bf5d : 8173848: JShell: less-than causes: reached end of file while parsing
cfe027a8f75 : 8173947: jconsole does not show local running VMs to attach
eb16b1cd819 : 8173947: jconsole does not show local running VMs to attach
2b5e4491aed : 8173636: Results from Processor.getSupportedAnnotationTypes should be intepreted strictly
eb5ba01b02a : 8173636: Results from Processor.getSupportedAnnotationTypes should be intepreted strictly
d980842f3e7 : 8173827: Remove forRemoval=true from several deprecated security APIs
779401fbbff : 8173827: Remove forRemoval=true from several deprecated security APIs
fcddbae85d4 : 8166420: Confusing error message when reading bad module declaration
d6090047be1 : 8166420: Confusing error message when reading bad module declaration
12905afe2c0 : 8173653: jshell tool: ctrl-C when in external editor aborts jshell -- history lost
e7c5d262995 : 8173653: jshell tool: ctrl-C when in external editor aborts jshell -- history lost
3dbec5aa980 : 8173653: jshell tool: ctrl-C when in external editor aborts jshell -- history lost
996177e4f01 : 8173653: jshell tool: ctrl-C when in external editor aborts jshell -- history lost
b87cc3e8454 : 8173602: JAXP: TESTBUG: javax/xml/jaxp/unittest/transform/TransformerTest.java needs refactoring
3a9453a2ef2 : 8173602: JAXP: TESTBUG: javax/xml/jaxp/unittest/transform/TransformerTest.java needs refactoring
0db9925b227 : 8173456: com.sun.tools.javac.util.Assert.error during code compilation
1b5251ab0c8 : 8173456: com.sun.tools.javac.util.Assert.error during code compilation
dc34029f552 : 8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
1ded7c8c040 : 8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
5accb4e9790 : 8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
5f5028bec09 : 8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
73c4e5d9471 : 8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
845a29eefec : 8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
8ae1075ad5e : 8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
08bae4d771e : 8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
1a3b2fe9ec5 : 8173931: 8u131 L10n resource file update
bfa36eba8d9 : 8173931: 8u131 L10n resource file update
0a23fd062b4 : 8173931: 8u131 L10n resource file update
d4802f148d5 : 8173931: 8u131 L10n resource file update
602f3a87034 : 8173305: Trial reversion of langtools test changes for limited win32 address space
0a98c7b5b63 : 8173305: Trial reversion of langtools test changes for limited win32 address space
6a0ce929c6e : 8173679: Disable ProfileTrap code and UseRTMLocking in emulated client Win32
1d2bf95b12f : 8173679: Disable ProfileTrap code and UseRTMLocking in emulated client Win32
81ee58fb7e8 : 8173412: @Test in java/lang/annotation and java/lang/reflect/Proxy tests not run
b1af5af0c8b : 8173412: @Test in java/lang/annotation and java/lang/reflect/Proxy tests not run
ae3f89412fd : 8171886: Miscellaneous changes imported from jsr166 CVS 2017-02
030a779128c : 8171886: Miscellaneous changes imported from jsr166 CVS 2017-02
079c3158d62 : 8169748: LinkedTransferQueue bulk remove is O(n^2) 8172023: Concurrent spliterators fail to handle exhaustion properly
7f519be8360 : 8169748: LinkedTransferQueue bulk remove is O(n^2) 8172023: Concurrent spliterators fail to handle exhaustion properly
2868541a3f7 : 8173706: Is able to set a negative j.u.Vector size in JDK9 b151
1f99fea68c8 : 8173706: Is able to set a negative j.u.Vector size in JDK9 b151
cc0ba87374c : 8172299: Improve class processing
48795d4f026 : 8172299: Improve class processing
65ff124447a : 8173383: Update JDK build to use -source and -target 10
1b543606d70 : 8173409: make setMixingCutoutShape public and remove jdk.desktop
e9dd1485e65 : 8173409: make setMixingCutoutShape public and remove jdk.desktop
464716f217f : 8173409: make setMixingCutoutShape public and remove jdk.desktop
d2c5de915c2 : 8173409: make setMixingCutoutShape public and remove jdk.desktop
b4d3a45bea3 : 8172240: javac should not need the transitive closure to compile a module
40c2afd1eb3 : 8172240: javac should not need the transitive closure to compile a module
2e1c7a9eb2b : 8171522: Jar prints error message with old (non gnu-style options)
1d20d52a374 : 8173858: Rename libmanagement_rmi to libmanagement_agent
8586ac0ee54 : 8171522: Jar prints error message with old (non gnu-style options)
9184611249d : 8173858: Rename libmanagement_rmi to libmanagement_agent
9c9b1e05107 : 8173894: jib reports version "" in jdk10
789c19ab82a : 8004842: Unify values of boolean make variables set in configure to true/false
a8cfcde74f4 : 8004842: Unify values of boolean make variables set in configure to true/false
e06cd5216e0 : 8004842: Unify values of boolean make variables set in configure to true/false
e729ca2dc5e : 8004842: Unify values of boolean make variables set in configure to true/false
93cfb1b3ed2 : 8004842: Unify values of boolean make variables set in configure to true/false
669ad684370 : 8004842: Unify values of boolean make variables set in configure to true/false
1c48b9d6b62 : 8059000: hgforest: pass options to serve command
cc2b6bb9810 : 8059000: hgforest: pass options to serve command
3d16732071c : 8172912: JTReg concurrency value must be limited
76d9bdcd0d6 : 8172912: JTReg concurrency value must be limited
14324053455 : 8173888: Test for JDK-8169481 causes stack overflows in parser tests
00665f97234 : 8173888: Test for JDK-8169481 causes stack overflows in parser tests
2ce10133308 : 8172548: unpack200 fails linking with new update of SS12u4
549639b4626 : 8172548: unpack200 fails linking with new update of SS12u4
ca113621c0b : 8173822: Remove dead code in BuildNashorn.gmk
e2ce2a37271 : 8173822: Remove dead code in BuildNashorn.gmk
cb3a60a9fbc : 8173315: java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java fails intermittently
ea316f74e0a : 8173315: java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java fails intermittently
dfc3a66e624 : 8173864: Problem list src/jdk/nashorn/api/tree/test/ParseAPITest.java for some platforms
8d478e7a77c : 8173864: Problem list src/jdk/nashorn/api/tree/test/ParseAPITest.java for some platforms
c445cf154cb : 8169392: Additional jar validation steps
1820a4cd5be : 8169392: Additional jar validation steps
6c80d0a100a : 8173846: [AOT] Stubs hang onto intermediate compiler state forever
632427880f1 : 8173846: [AOT] Stubs hang onto intermediate compiler state forever
d6d2fa7d9cd : 8173707: Javadoc generated pages should default to no-frames view
0c3069371e6 : 8173707: Javadoc generated pages should default to no-frames view
7fa834a96c7 : 8172807: Javac doesn't report errors on duplicate provides with different service implementations
02431ac6039 : 8172807: Javac doesn't report errors on duplicate provides with different service implementations
147fbbacc92 : 8173851: JDK-8008448.js fails to parse test for JDK-8169481
92f7ce9b94e : 8173851: JDK-8008448.js fails to parse test for JDK-8169481
55ee7477edb : Added tag jdk-9+155 for changeset 92895e303b2f
2ea70669cdb : Added tag jdk-9+155 for changeset 1e536b9ddf07
ddacaa995ca : Added tag jdk-9+155 for changeset fa8193742d7d
543c2ca48bb : Added tag jdk-9+155 for changeset 10a4ca148d89
ce02db66256 : Added tag jdk-9+155 for changeset 10cdc239e118
509dfad5884 : Added tag jdk-9+155 for changeset 9e2d943b5b66
f6f69588915 : Added tag jdk-9+155 for changeset c11077a0d488
c93ed0f3f8c : Added tag jdk-9+155 for changeset 32ea5c3ed72c
259437142b0 : Added tag jdk-9+155 for changeset fe9382425de0
97657af7955 : Added tag jdk-9+155 for changeset 4d25acf48a0b
e9f8c67c47a : Added tag jdk-9+155 for changeset 2368274aa49b
1c5b4faf1fe : Added tag jdk-9+155 for changeset a3460624dc33
044f0089c42 : Added tag jdk-9+155 for changeset d8ec25eada2d
ad89b957e6e : Added tag jdk-9+155 for changeset 220ab62f260a
1f6422a8b2a : Added tag jdk-9+155 for changeset 5da22716cb59
2d74f8d9ea7 : Added tag jdk-9+155 for changeset 58b8748ef90d
ff45b604ffc : 8173763: Two security tests fail with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available"
12604d71cea : 8173763: Two security tests fail with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available"
bb56ebe872a : 8173821: com.sun.jmx.remote.internal.Unmarshal should be removed
38050fa1a0d : 8173821: com.sun.jmx.remote.internal.Unmarshal should be removed
2d7acb67db9 : 8173667: Update command line help for -public -protected -package -private options
349c517ae8d : 8166675: Latent bug in jar file handling during module path processing
a7038c60997 : 8173667: Update command line help for -public -protected -package -private options
04de18856aa : 8166675: Latent bug in jar file handling during module path processing
db32be3dc99 : 8169481: StackOverflowError on start when parsing PAC file to autodetect Proxy settings
c51a4a540e7 : 8169481: StackOverflowError on start when parsing PAC file to autodetect Proxy settings
34b9169872f : 8169481: StackOverflowError on start when parsing PAC file to autodetect Proxy settings
9d1a6b4fa09 : 8169481: StackOverflowError on start when parsing PAC file to autodetect Proxy settings
ec01458ffd9 : 8173607: JMX RMI connector should be in its own module
9f9a6ec666a : 8173607: JMX RMI connector should be in its own module
c0c2f6c3590 : 8173607: JMX RMI connector should be in its own module
63218777ce4 : 8173607: JMX RMI connector should be in its own module
a0a3fd1a250 : 8173834: cleanup macosx jspawnhelper build settings
7a676b2b539 : 8167457: Fixes for InetAddressImpl native coding on Windows
c8776e9797c : 8167420: Fixes for InetAddressImpl native coding on Linux/Unix platforms
ef94596e36d : 8173908: Problem list tools/jar/multiRelease/RuntimeTest.java until JDK-8173905 is fixed
6ab9df4607a : 8173903: Update various tests to pass under JDK 10
d9c6a3f0ae9 : 8145337: [JVMCI] JVMCI initialization with SecurityManager installed fails: java.security.AccessControlException: access denied
efed5b0145e : 8145337: [JVMCI] JVMCI initialization with SecurityManager installed fails: java.security.AccessControlException: access denied
e3a5cd9cf01 : 8145337: [JVMCI] JVMCI initialization with SecurityManager installed fails: java.security.AccessControlException: access denied
5a470b0ba48 : 8145337: [JVMCI] JVMCI initialization with SecurityManager installed fails: java.security.AccessControlException: access denied
0835ae183b8 : 8160302: Reduce number of lambdas created when loading java.util.regex.Pattern
00a5fb91838 : 8160302: Reduce number of lambdas created when loading java.util.regex.Pattern
b4c9433c668 : 8173107: Fix autoconf/spec.gmk mismatches
82af7a0f1de : 8173107: Fix autoconf/spec.gmk mismatches
bb36c1912f4 : 8170868: DefaultProxySelector should use system defaults on Windows, MacOS and Gnome
4d92a188b26 : 8170868: DefaultProxySelector should use system defaults on Windows, MacOS and Gnome
ae998148aa1 : 8170578: CUPS Printing is broken with Ubuntu 16.10 (CUPS 2.2)
2679fdea073 : 8170578: CUPS Printing is broken with Ubuntu 16.10 (CUPS 2.2)
c1d32c973da : 8172528: problem generating JavaFX docs
d084a21c15d : 8172528: problem generating JavaFX docs
b2e0869cd2c : 8173798: Tests for printing modules
51e0b0ca26e : 8173798: Tests for printing modules
ce5ec9b5691 : 8173776: More javax.lang.model improvements to support modules
20529706dcd : 8173776: More javax.lang.model improvements to support modules
8d95034a5d3 : 8087342: Crash in klassItable::initialize_itable_for_interface
d1ee1654d05 : 8087342: Crash in klassItable::initialize_itable_for_interface
af6e6562d4a : 8169813: The index pages are sorted in a confusing manner
3a1a49f4532 : 8169813: The index pages are sorted in a confusing manner
69a809a70d9 : 8173789: Fix broken test header
f93bda94f71 : 8173789: Fix broken test header
3bed6bdb2cc : 8075616: Create tests to check schemagen work with multi-version jar 8075617: Create tests to check wsgen work with multi-version jar
64dd421a209 : 8075616: Create tests to check schemagen work with multi-version jar 8075617: Create tests to check wsgen work with multi-version jar
5bd38d33019 : 8171524: jar --help doesn't provide information that stdout and stdin can be used as output and input for tool
39f927e1507 : 8171524: jar --help doesn't provide information that stdout and stdin can be used as output and input for tool
a1944288abb : 8173758: tools/javac/Paths/wcMineField.sh failing with java.lang.ClassNotFoundException
e650ed51fba : 8173758: tools/javac/Paths/wcMineField.sh failing with java.lang.ClassNotFoundException
cb957749a56 : 8173475: java/net/HttpURLConnection/SetAuthenticator tests have undeclared dependency on java.logging module
6792c8bb232 : 8173475: java/net/HttpURLConnection/SetAuthenticator tests have undeclared dependency on java.logging module
403f90ab199 : 8167063: spurious message "A JNI error has occurred" if start-class cannot be initialized
fa7ddb66e70 : 8167063: spurious message "A JNI error has occurred" if start-class cannot be initialized
290c7912b4e : 8173717: jlink --help fails with missing "plugin.opt.plugin-module-path" key in resource bundle
b19ab1ef8fb : 8173717: jlink --help fails with missing "plugin.opt.plugin-module-path" key in resource bundle
b0c5004754b : 8173608: Separate JDK management agent from java.management module
3c835ae9833 : 8173608: Separate JDK management agent from java.management module
f93def7a1ee : 8173608: Separate JDK management agent from java.management module
7e2dd137c30 : 8173608: Separate JDK management agent from java.management module
9aedfd647fd : 8173608: Separate JDK management agent from java.management module
c04c32dc140 : 8173608: Separate JDK management agent from java.management module
a4a13f8a967 : 8173383: Update JDK build to use -source and -target 10
63ff835a3fd : 8029942: Update VERSION_MAJOR for JDK 10
fe4d1bb6021 : 8173421: Obsolete and expired flags for JDK 10 need to be removed and related tests updated
3c01d5813da : 8173421: Obsolete and expired flags for JDK 10 need to be removed and related tests updated
60e233a6372 : Added tag jdk8u121-b33 for changeset 211ea4b7ee72
266719c8101 : Added tag jdk8u121-b33 for changeset c0fa58a3a77b
6fdd76a064a : Added tag jdk8u121-b33 for changeset bd84145c5e85
f3afe4ffa07 : Added tag jdk8u121-b33 for changeset 4b52e1e09eff
48b78d0ffab : Added tag jdk8u121-b33 for changeset b4c4ad92cb8a
5481f3fc962 : Added tag jdk8u121-b33 for changeset c6467d30cf84
a52dedb1b29 : Added tag jdk8u121-b33 for changeset 07449f42ba6d
7a061ae9c9e : Added tag jdk8u121-b33 for changeset aafca08daacb
15053b0aba0 : Added tag jdk8u121-b33 for changeset 53872b574c4c
fd6c832d298 : Added tag jdk8u121-b33 for changeset e088840af336
5536810ca5b : Added tag jdk8u121-b33 for changeset 959f25593b92
a71c7387f0b : Added tag jdk8u121-b33 for changeset db50d04e14b6
b7e40f3eaa1 : Added tag jdk8u121-b33 for changeset e0f9a807487c
9802a9b09ff : Added tag jdk8u121-b33 for changeset 39cd73149da5
995fd71f4fe : 8173711: Disable JAVA_OPTIONS env variable support until JDK-8173712 is resolved
10fde779bab : 8173711: Disable JAVA_OPTIONS env variable support until JDK-8173712 is resolved
581f644ee63 : 8172309: classpath wildcards code does not support --class-path
0f10a939d70 : 8172309: classpath wildcards code does not support --class-path
1b757a25122 : 8173581: performance regression in com/sun/crypto/provider/OutputFeedback.java
1c03567bb7b : 8173581: performance regression in com/sun/crypto/provider/OutputFeedback.java
ec74bd3e38b : 8173423: Wrong display name for supplemental Japanese era
27a7acaf12e : 8173423: Wrong display name for supplemental Japanese era
41172855d72 : 8173423: Wrong display name for supplemental Japanese era
e9378f14933 : 8173423: Wrong display name for supplemental Japanese era
f9cb05cc46d : 8156073: 2-slot LiveStackFrame locals (long and double) are incorrect
d0a0cdf7539 : 8156073: 2-slot LiveStackFrame locals (long and double) are incorrect
31a0f12b740 : 8143077: Deprecate InputEvent._MASK in favor of InputEvent._DOWN_MASK
ef7192a7b85 : 8143077: Deprecate InputEvent._MASK in favor of InputEvent._DOWN_MASK
257c53b03ce : 8173631: Backout three hotspot fixes from 8u121-bpr repo
ac73f57e3f0 : 8173631: Backout three hotspot fixes from 8u121-bpr repo
d4c5c947404 : 8173480: in operator should work on java objects and classes
350933063ee : 8173480: in operator should work on java objects and classes
e1744fc7257 : 8163889: [macosx] Can't print from browser on Mac OS X
faa851352fd : 8163889: [macosx] Can't print from browser on Mac OS X
4d63a91bee4 : 8172810: ModuleElement should declare and provide appropriate modifiers
ea2592fd1dd : 8172810: ModuleElement should declare and provide appropriate modifiers
f0af4931aec : 8173227: [JVMCI] HotSpotJVMCIMetaAccessContext.fromClass is inefficient
1b79b43211a : 8173693: disable post_class_unload() for non JavaThread initiators
6e0f296db19 : 8156073: 2-slot LiveStackFrame locals (long and double) are incorrect
48b223610f8 : 8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver
48341996cf7 : 8173227: [JVMCI] HotSpotJVMCIMetaAccessContext.fromClass is inefficient
2132715a305 : 8173693: disable post_class_unload() for non JavaThread initiators
c38ccc4fb0e : 8156073: 2-slot LiveStackFrame locals (long and double) are incorrect
ecea08b5c23 : 8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver
5c50d862bf4 : 8173609: Elements.printElements needs to support modules
28110a1e7e1 : 8173609: Elements.printElements needs to support modules
5f4a432846d : 8172365: Provide a better migration path for ResourceBundleControlProvider
88f86ecc32e : 8172365: Provide a better migration path for ResourceBundleControlProvider
08e8d04453c : 8173338: C2: continuous CallSite relinkage eventually disables compilation for a method
95ff3ccdb47 : 8173338: C2: continuous CallSite relinkage eventually disables compilation for a method
05453584397 : Added tag jdk8u131-b05 for changeset 9bb4e12401b1
c7daa4c4753 : Added tag jdk8u131-b05 for changeset 7c6abfbbc4ed
77283fcbc11 : Added tag jdk8u131-b05 for changeset 6f46977822c9
572a518f5ba : Added tag jdk8u131-b05 for changeset b4fbe7c7007c
5fb112dae34 : Added tag jdk8u131-b05 for changeset c6b11f842ea5
93a1bfb8107 : Added tag jdk8u131-b05 for changeset 40f2372307e8
66f7a313581 : Added tag jdk8u131-b05 for changeset 159b77c9e550
0b201a2e92f : Added tag jdk8u131-b05 for changeset e260f9456157
f1ba1947464 : Added tag jdk8u131-b05 for changeset ea24cc7c1c5a
a524546bcd3 : Added tag jdk8u131-b05 for changeset c04976cda296
7b638df7e83 : Added tag jdk8u131-b05 for changeset eaa0b890dd5f
b6458d95834 : Added tag jdk8u131-b05 for changeset 289f7bb8aa5a
2db8f93879d : 8173381: osName/osArch/osVersion is missing in ModuleDescriptor created by SystemModules
ae1d2480be2 : 8173381: osName/osArch/osVersion is missing in ModuleDescriptor created by SystemModules
e9025a6d2ec : 8173404: C2: wrong nmethod dependency can be recorded for CallSite.target
81e25c58fb8 : 8173404: C2: wrong nmethod dependency can be recorded for CallSite.target
e0afa404426 : 8158546: C1 compilation fails with "Constant field loads are folded during parsing"
6e26b10ece3 : 8173584: Add unit test for 8173309
cdae3f8fbaf : 8158546: C1 compilation fails with "Constant field loads are folded during parsing"
3f2d357f282 : 8173584: Add unit test for 8173309
cdd7091fd49 : 8167278: ArrayIndexOutOfBoundsException when calling ImageIO.read(InputStream) with RLE4 BMP
e3cb9271464 : 8167278: ArrayIndexOutOfBoundsException when calling ImageIO.read(InputStream) with RLE4 BMP
7eeb6f4db06 : 8173478: SSL related tests failes with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available"
cffbbd552d7 : 8173634: libjli/cmdtoargs.c does not compile with VS2010
1843f67c854 : 8166535: jshell tool: cannot handle non-ascii characters
49044c6d63e : 8173478: SSL related tests failes with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available"
3711ef1e3b3 : 8173634: libjli/cmdtoargs.c does not compile with VS2010
8fc452bec75 : 8166535: jshell tool: cannot handle non-ascii characters
4e0d04012bf : 8171084: heapdump/JMapHeapCore fails with java.lang.RuntimeException: Heap segment size overflow
f02b7dfba7f : 8171084: heapdump/JMapHeapCore fails with java.lang.RuntimeException: Heap segment size overflow
b51a080b368 : 8081694: Remove DISABLED_WARNINGS_gcc for libsctp
cdfdfbe3158 : 8081694: Remove DISABLED_WARNINGS_gcc for libsctp
cca84184781 : 8173396: Error message issue with jar tool API validator
58b68c23d37 : 8173396: Error message issue with jar tool API validator
874b8cdc746 : 8028544: Add SourceVersion.RELEASE_10 8028546: Add -source 10 and -target 10 to javac
75e550b528e : 8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method
145e7292368 : 8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method
3b50c5f35b4 : 8172298: Reduce memory churn when linking VarHandles operations
387a38df1d6 : 8172928: Add doc link from System.identityHashCode to Object.hashCode
d28877e750d : 8174242: simplify jexec build settings
a6cc06162b7 : 8174834: nio (ch): Remove #ifdef AF_INET6 guards in native coding
352ea35762d : 8172309: classpath wildcards code does not support --class-path
265c58cb166 : 8172309: classpath wildcards code does not support --class-path
7a86da49abb : 8173260: CatalogManager.catalogResolver should not fail when non-existing URI is passed to it
2e749ff9260 : 8173260: CatalogManager.catalogResolver should not fail when non-existing URI is passed to it
a283296e7c9 : 8048628: javadoc strips HTML incorrectly; causes invalid generated HTML files
43a16dfd2e6 : 8173676: Improvements to javax.annotation.processing and javax.lang.model doc
1a155a409e1 : 8173577: JShell tests: Some testng tests check nothing
ab9825c6ec1 : 8171294: Slow compilation with long classpaths under JDK 9
b24460c2620 : 8173652: jshell tool: store history on fatal exit
c39d6e6a043 : 8048628: javadoc strips HTML incorrectly; causes invalid generated HTML files
ae44237a429 : 8173676: Improvements to javax.annotation.processing and javax.lang.model doc
88d92662cd6 : 8173577: JShell tests: Some testng tests check nothing
922a7c6a3a3 : 8171294: Slow compilation with long classpaths under JDK 9
48836cb8512 : 8173652: jshell tool: store history on fatal exit
0fa1123cd38 : 8170116: Remove qualified exports from java.base to java.corba
f1153f2616c : 8170116: Remove qualified exports from java.base to java.corba
cf816ecbb26 : 8170116: Remove qualified exports from java.base to java.corba
812616397c9 : 8170116: Remove qualified exports from java.base to java.corba
77af8573ceb : 8173476: Provide lldb from devkit when running tests on macosx
b279fd00dbf : 8173476: Provide lldb from devkit when running tests on macosx
06f6d921c3e : 8173399: Jittester: sources should be aligned with latest product state
54f50066eb1 : 8173399: Jittester: sources should be aligned with latest product state
d7d5166551f : 8172864: Remove custom plugin module path
518b9ceb1b8 : 8172864: Remove custom plugin module path
b5d368fc86b : 8173474: AArch64: fix reported -Xss minimum
2b577bb1f62 : 8173474: AArch64: fix reported -Xss minimum
346b71996dc : 8173229: Wrong assert whether all remembered set entries have been iterated over in presence of coarsenings
6fb4d7356b0 : 8173229: Wrong assert whether all remembered set entries have been iterated over in presence of coarsenings
32568414f1e : 7190595: Nimbus: Test6657026 fails
6a4b1fbe61e : 7190595: Nimbus: Test6657026 fails
d9530538f9b : 8173472: AArch64: C1 comparisons with null only use 32-bit instructions
30b20a3edbe : 8173472: AArch64: C1 comparisons with null only use 32-bit instructions
8389a3d9e7a : 8170483: Remove modules_src_jake workaround for JavaFX transition to new module-info syntax
e1d8c67bffd : 8170483: Remove modules_src_jake workaround for JavaFX transition to new module-info syntax
2e6eb271f53 : 8152561: Is it allowed to have zero value for count in TIFFField.createArrayForType() for the rationals
888fc3458a1 : 8152561: Is it allowed to have zero value for count in TIFFField.createArrayForType() for the rationals
f664cf84229 : 8173419: Javadoc fix 8166175 results in test failures
737a10a2e79 : 8173419: Javadoc fix 8166175 results in test failures
50c2b791c41 : 8062731: Cipher object can be created without calling Cipher.getInstance
59c4f0303c4 : 8062731: Cipher object can be created without calling Cipher.getInstance
670166831de : 8173312: Hide support for --inherit-runtime-environment
872d18a9c39 : 8173312: Hide support for --inherit-runtime-environment
9417ef3d9ff : 8166175: javadoc search doesn't work on local doc bundles
30c9249c9db : 8166175: javadoc search doesn't work on local doc bundles
a6df537097e : Added tag jdk-9+154 for changeset 6e01135dcc18
edb4b423d8b : Added tag jdk-9+154 for changeset 692b0dfbb390
f8b55ed25b1 : Added tag jdk-9+154 for changeset 0d39b11bffb3
ba83836e326 : Added tag jdk-9+154 for changeset 0d39b11bffb3
3fbda922544 : Added tag jdk-9+154 for changeset a579cc347880
5e72921fe70 : Added tag jdk-9+154 for changeset b017b10f62ab
f32198fc36a : Added tag jdk-9+154 for changeset fc31f9d07a66
c69500a3ec8 : Added tag jdk-9+154 for changeset fc31f9d07a66
7d8f26ae87a : Added tag jdk-9+154 for changeset 58741fa23912
2d233a4375b : Added tag jdk-9+154 for changeset c910b570468e
4b4c762397c : Added tag jdk-9+154 for changeset b26c71109cb1
59b7a754dcf : Added tag jdk-9+154 for changeset d34bd6a4b938
3fcbef8692a : Added tag jdk-9+154 for changeset bbd97a50bac1
df7440c087e : Added tag jdk-9+154 for changeset 6a01d7639893
be90e808161 : Added tag jdk-9+154 for changeset 704dddf25137
1a82701c8bb : Added tag jdk-9+154 for changeset 1da1ffe0c6fd
9d2f5c04b67 : 8173163: searching for a versioned entry in a multi-release jar in hotspot is inconsistent with java code
3520dcfe627 : 8173163: searching for a versioned entry in a multi-release jar in hotspot is inconsistent with java code
536a93a10df : 8173339: AArch64: Fix minimum stack size computations
540ec375c30 : 8173339: AArch64: Fix minimum stack size computations
76b7fbc2e53 : 8173395: Problemlist tools/jar/multiRelease/ApiValidatorTest.java
8c2f35bb2d7 : 8173395: Problemlist tools/jar/multiRelease/ApiValidatorTest.java
42fa60bdfe3 : 8161195: Regression: closed/javax/swing/text/FlowView/LayoutTest.java
67c0b5f551a : 8161195: Regression: closed/javax/swing/text/FlowView/LayoutTest.java
df08ab36603 : 8173278: [JVMCI] query_update_method_data might write outside _trap_hist array
8c46b8e160c : 8173278: [JVMCI] query_update_method_data might write outside _trap_hist array
5e547e6d57b : 8173068: ElementUtils getPackageElement does not allow for an unnamed package
210dd838349 : 8173068: ElementUtils getPackageElement does not allow for an unnamed package
f48b2e33912 : 8067747: javac throws exception during compilation when annotation processing is enabled
a57e6e77d29 : 8067747: javac throws exception during compilation when annotation processing is enabled
7b97544db47 : 8172006: Nashorn JavaScript engine fails to call @FunctionalInterface with a java.util.List argument
bd7de57d55b : 8172006: Nashorn JavaScript engine fails to call @FunctionalInterface with a java.util.List argument
7ad23c46642 : 8173372: Add tests for multi-release module jar API validator
54d962fa8b5 : 8173372: Add tests for multi-release module jar API validator
1758a278c45 : 8173366: Update .jcheck/conf files for JDK 10
a4ed1aefb82 : 8173366: Update .jcheck/conf files for JDK 10
0d7b68ec230 : 8173366: Update .jcheck/conf files for JDK 10
507a72d63bc : 8173366: Update .jcheck/conf files for JDK 10
c0c6a01a222 : 8173366: Update .jcheck/conf files for JDK 10
be80dcdba99 : 8173366: Update .jcheck/conf files for JDK 10
be8142d956c : 8173366: Update .jcheck/conf files for JDK 10
279afd654c2 : 8173366: Update .jcheck/conf files for JDK 10
5a06b40dfb5 : 8170832: Add a new launcher environment variable JAVA_OPTIONS
aae3015f733 : 8170832: Add a new launcher environment variable JAVA_OPTIONS
c6a1044ad75 : 8172808: Handle sun.security.util.Resources bundle in ResourcesMgr in the same way as AuthResources
68fe02afb23 : 8172808: Handle sun.security.util.Resources bundle in ResourcesMgr in the same way as AuthResources
c15458f09e0 : 8171343: jshell tool: missing options: --help-extra --show-version
01b7f9ed5ea : 8171343: jshell tool: missing options: --help-extra --show-version
52f8d4bc8d9 : 8173232: JShell tests: ReplaceTest takes too long 8173234: JShell tests: remove from ProblemList jdk/jshell/ToolFormatTest.java 8173204: JShell tests: ProblemList jdk/jshell/UserJdiUserRemoteTest.java
8fd1027a6b4 : 8173232: JShell tests: ReplaceTest takes too long 8173234: JShell tests: remove from ProblemList jdk/jshell/ToolFormatTest.java 8173204: JShell tests: ProblemList jdk/jshell/UserJdiUserRemoteTest.java
3e6d53c3bbb : Added tag jdk-10+0 for changeset 0d39b11bffb3
c8ab7aceafc : Added tag jdk-10+0 for changeset 3995afe22c68
ffbc176b33e : Added tag jdk-10+0 for changeset dcd77ece46a9
f2059237aad : Added tag jdk-10+0 for changeset fc31f9d07a66
18604b62e7f : Added tag jdk-10+0 for changeset e6fc8462d73b
393ecb73978 : Added tag jdk-10+0 for changeset c9c0f7be1ab8
6e9b0c1b706 : Added tag jdk-10+0 for changeset 870fe9d526c3
005b41dab07 : Added tag jdk-10+0 for changeset 55441f575d6a
c5bff9c0ccf : Added tag jdk8u121-b32 for changeset 22052d7ae64a
9d12c2b19a0 : Added tag jdk8u121-b32 for changeset 563479aa9da1
f7f0a9474df : Added tag jdk8u121-b32 for changeset 0b04719c0789
6e1b5f1b969 : Added tag jdk8u121-b32 for changeset c4333d76ffaa
4c14993023e : Added tag jdk8u121-b32 for changeset 54f7410a2d25
c66ea149b9f : Added tag jdk8u121-b32 for changeset 6e000ca8f1e4
95f349a4b98 : Added tag jdk8u121-b32 for changeset 6d31a943c08a
4b2c4ce38df : Added tag jdk8u121-b32 for changeset e029b8a9de16
d0112b34695 : Added tag jdk8u121-b32 for changeset 69dfcb1e2b6f
2ff0f19c633 : Added tag jdk8u121-b32 for changeset b05d48f232b1
3d6245fe74d : Added tag jdk8u121-b32 for changeset 3c413495f4e6
f8441b30083 : Added tag jdk8u121-b32 for changeset c79fd1e48795
2918a49221f : Added tag jdk8u121-b32 for changeset cc71020fb069
49e8fcf2fc9 : Added tag jdk8u121-b32 for changeset 7a26e4b5bf40
6f6023b79c3 : Added tag jdk8u121-b32 for changeset c6b98f9fce4f
6cd04c06f43 : Added tag jdk8u121-b32 for changeset 5005c6b81c04
224bffb45ed : 8130769: The new menu can't be shown on the menubar after clicking the "Add" button
86e277aa648 : 8130769: The new menu can't be shown on the menubar after clicking the "Add" button
54377666bf5 : 8173056: Add test that captures current behavior of annotations with invalid annotation types
f2998da973e : 8173056: Add test that captures current behavior of annotations with invalid annotation types
1c27dbe6db7 : 8173354: javadoc warning notice for types in Incubator Modules
ae27c394e77 : 8173354: javadoc warning notice for types in Incubator Modules
eb2567c99b8 : 8173354: javadoc warning notice for types in Incubator Modules
347664b8833 : 8173354: javadoc warning notice for types in Incubator Modules
3a69347278c : 8077395: org.omg.CORBA_2_3.portable.InputStream constructor should not specify JDK-specific property
b6b1d7ff361 : 8077395: org.omg.CORBA_2_3.portable.InputStream constructor should not specify JDK-specific property
b26aecc20e0 : 8173326: Problem list java/rmi/registry/readTest/CodebaseTest.java on Windows
46c1da44bd2 : 8173326: Problem list java/rmi/registry/readTest/CodebaseTest.java on Windows
6dd5c200362 : 8166186: ClassCastException with arguments usage
a043135fe49 : 8166186: ClassCastException with arguments usage
a9a6b947b5b : 8171900: javax/net/ssl/SSLSession/SessionTimeOutTests.java failed with "SSLHandshakeException: Remote host terminated the handshake"
ab3aa4bfcbe : 8171900: javax/net/ssl/SSLSession/SessionTimeOutTests.java failed with "SSLHandshakeException: Remote host terminated the handshake"
019135e2fec : 8172732: spec clarification for URLClassLoader for Multirelease jars
db38e8df3b8 : 8172732: spec clarification for URLClassLoader for Multirelease jars
ee6a2df5f3a : 8041793: javap misses newline after printing AnnotationDefault
80280a22077 : 8041793: javap misses newline after printing AnnotationDefault
af557a932ec : 8051768: Inconsistent output for Visible and InvisibleParameterAnnotations
31b1a86ec6b : 8051768: Inconsistent output for Visible and InvisibleParameterAnnotations
94c7f363d2d : 8172869: 4096 is not supported yet for the DH Parameter Generator
fe5be990e00 : 8172869: 4096 is not supported yet for the DH Parameter Generator
cfd22ca0aeb : 8168075: Custom system class loader + security manager + malformed policy file = recursive initialization
f3f3725fddd : 8168075: Custom system class loader + security manager + malformed policy file = recursive initialization
a72ed76a6eb : 8167110: Windows peering issue 7155957: closed/java/awt/MenuBar/MenuBarStress1/MenuBarStress1.java hangs on win 64 bit with jdk8 8079595: Resizing dialog which is JWindow parent makes JVM crash 8147842: IME Composition Window is displayed at incorrect location
ae81f1d9535 : Added tag jdk8u131-b05 for changeset 5aa0ea7cf892
58682705abc : 8167110: Windows peering issue 7155957: closed/java/awt/MenuBar/MenuBarStress1/MenuBarStress1.java hangs on win 64 bit with jdk8 8079595: Resizing dialog which is JWindow parent makes JVM crash 8147842: IME Composition Window is displayed at incorrect location
597f0649222 : Added tag jdk8u131-b05 for changeset ac6879465c97
c2cab7eadfd : 8173111: Excessive recursion in EventFilterSupport when filtering over large number of XML events can cause StackOverflow
40232913c4f : 8173111: Excessive recursion in EventFilterSupport when filtering over large number of XML events can cause StackOverflow
9500c4fe3db : 8163889: [macosx] Can't print from browser on Mac OS X
6a093685eea : 8163889: [macosx] Can't print from browser on Mac OS X
c0a6f95479a : 8173257: test/script/trusted/JDK-8021189.js and test/script/trusted/JDK-8021129.js fail in nashorn nightly
b11a5c20595 : 8173257: test/script/trusted/JDK-8021189.js and test/script/trusted/JDK-8021129.js fail in nashorn nightly
4de61b9563e : 8153759: jshell tool: Smart completion detection is not reliable
8e3182c3842 : 8153759: jshell tool: Smart completion detection is not reliable
b70cdf5dfa2 : 8173261: JAXP: TESTBUG: javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh
afcf1eb292b : 8173261: JAXP: TESTBUG: javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh
945a0bf87b6 : 8171142: jdk_rmi registry test fail to clean up on failure
cf31932ce49 : 8171142: jdk_rmi registry test fail to clean up on failure
19584bba23f : 8003495: [findbugs] javax.swing.* - Storing a reference to an externally mutable object into the internal representation
e1eb9b78e15 : 8003495: [findbugs] javax.swing.* - Storing a reference to an externally mutable object into the internal representation
4f61b088886 : 8167273: Calendar.getDisplayNames inconsistent with DateFormatSymbols
861b7d08a09 : 8167273: Calendar.getDisplayNames inconsistent with DateFormatSymbols
dc09e00a6e1 : 8167178: Exported elements referring to inaccessible types in java.naming
acc07132a45 : 8173201: java/lang/reflect/PublicMethods/PublicMethodsTest.java fails because of too many open files
1d8cd10db54 : 8173201: java/lang/reflect/PublicMethods/PublicMethodsTest.java fails because of too many open files
3ce4d431145 : Added tag jdk8u131-b04 for changeset 835529486431
c3789c2353b : Added tag jdk8u131-b04 for changeset da3973d267f1
1d7f3f9028c : Added tag jdk8u131-b04 for changeset e81da63a50ff
b0475fe1c5c : Added tag jdk8u131-b04 for changeset c1630c3fb52b
eafef61f71e : Added tag jdk8u131-b04 for changeset 51946bcfef3c
cde0d8fb790 : Added tag jdk8u131-b04 for changeset 411b6a28ad88
9eff5a7ee51 : Added tag jdk8u131-b04 for changeset fca8a21e56ad
6b0d9d07ec5 : Added tag jdk8u131-b04 for changeset 37cdee11f023
47e31c9fcae : Added tag jdk8u131-b04 for changeset 50bc129ccf8b
723cc0ac28b : Added tag jdk8u131-b04 for changeset 4788d96d4d55
b07509d30d6 : Added tag jdk8u131-b04 for changeset 1ebf7b489bf8
46d2ad91466 : Added tag jdk8u131-b04 for changeset e6c969ee457a
3fbc4bd798b : Added tag jdk8u131-b04 for changeset c82249b7925d
90154af6b17 : Added tag jdk8u131-b04 for changeset bffd42cfee41
639beca9e64 : 8167228: Update to libpng 1.6.28
961110c69e9 : 8167228: Update to libpng 1.6.28
e697b7352ab : 8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
946541ac579 : 8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
c9e7d2a8639 : 8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
698d82f0b07 : 8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
53020e98a13 : 8173164: Resolve remaining HTML5 issues in javax.lang.model.*
7caafc69f18 : 8173164: Resolve remaining HTML5 issues in javax.lang.model.*
83e9df05ada : 8168751: Two "Direct Clip" threads are created to play the same "AudioClip" object, what makes clip sound corrupted
a1d6b9fa8b7 : 8171149: java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java failed with "Out of space in CodeCache for adapters"
63ccfea3ffd : 8173197: (se) WindowsSelectorImpl.c does not compile with VS2010
eedfb7acfdc : 8173197: (se) WindowsSelectorImpl.c does not compile with VS2010
7972e6c868e : 8173082: java/bean/* tests fail since change of JDK-8055206
472c73df438 : 8173082: java/bean/* tests fail since change of JDK-8055206
8c002d25735 : 8171322: AssertionError in TypeSymbol.getAnnotationTypeMetadata
41417929826 : 8171322: AssertionError in TypeSymbol.getAnnotationTypeMetadata
7978959f700 : 8172881: AArch64: assertion failure: the int pressure is incorrect
42f4fbc243b : 8167519: [AOT] Failed compilation: java.math.MutableBigInteger.divide3n2n
e56234d68b8 : 8173309: jvmtiDeferredLocalVariableSet may update the wrong frame
9b352ebabe7 : 8173147: [ctw] fails during compilation of sun.security.krb5.internal.crypto.RsaMd5DesCksumType::calculateKeyedChecksum with " graph should be schedulable"
a84b66b517c : 8172850: Anti-dependency on membar causes crash in register allocator due to invalid instruction scheduling
0917fde85d2 : 8173195: [BACKOUT] 8087341: C2 doesn't optimize redundant memory operations with G1
ac41b68c15f : 8173300: [TESTBUG]compiler/tiered/NonTieredLevelsTest.java fails with compiler.whitebox.SimpleTestCaseHelper(int) must be compiled
94db4c91c30 : 8173158: [AOT] fix typo in jaotc --help output
56be1a28df4 : 8171173: EXCEPTION_ACCESS_VIOLATION running VirtualObjectDebugInfoTest.java
5cac50c1a45 : 8173054: [AOT] Avoid zero-shift for compressed oops
f3fcb0ec760 : 8172844: Assert fails in deoptimization due to original PC at the end of code section
165af4bdae8 : 8173037: V [jvm.dll+0x2343fc] GraphBuilder::args_list_for_profiling+0x8c
1cd0ad5c349 : 8172733: [JVMCI] add ResolvedJavaMethod.hasNeverInlineDirective
9eb2a991de2 : 8172881: AArch64: assertion failure: the int pressure is incorrect
a81872e33ec : 8173135: compiler/aot/fingerprint/SelfChangedCDS.java fails with: Unrecognized VM option 'UnlockCommercialFeatures'
8539e7734b4 : 8173096: jmod files are not world-readable
ea6b99d7308 : 8173096: jmod files are not world-readable
84ef2d5af2e : 8173156: Remove JmodTest.java from the probelm list on windows
20bcdb3a1c8 : 8173156: Remove JmodTest.java from the probelm list on windows
2801aa00f2c : 8173159: Problem list java/rmi/activation/ActivationGroup/downloadActivationGroup/DownloadActivationGroup.java on Windows
a5a732dbbd7 : 8173159: Problem list java/rmi/activation/ActivationGroup/downloadActivationGroup/DownloadActivationGroup.java on Windows
784f56bcc7b : 8173141: tools/javac/classreader/FileSystemClosedTest.java fails on Windows
6bd14928dde : 8172975: SecurityTools.keytool() needs to accept user input
b99aeee96af : 8172975: SecurityTools.keytool() needs to accept user input
8d7694562cc : 8172975: SecurityTools.keytool() needs to accept user input
46a0d97e975 : 8171836: Memory leak in java.desktop/unix/native/common/awt/fontpath.c
318d5e1bcaa : 8154228: [TIFF] IIOException: "Insufficient data offsets or byte counts" when loading test image
e44d7277fda : 8145019: Exceptions from TIFFImageReader.read() when loading bit depth test images
c199f4eac23 : 8171971: Fix timing bug in JVM management of package export lists
1a27d2430d4 : 8173134: Add failing java/bean tests in JDK-8173082 to the ProblemList
bba11754185 : 8173073: jshell tool: blank lines removed from multi-line snippets
45be4160365 : 8172971: java.management could use System.Logger
bf606da8697 : 8172999: Crash on Windows getting FontMetrics since JDK 9 b96
6e24cb584cc : 8170692: inconsistent check of module-related options against target version
bef071156df : 8173083: VarHandle usages in LockSupport and ThreadLocalRandom result in circularity issues
721001933dd : 8173117: Compilation significantly slower after JDK-8169197
3e7e4c275b5 : 8172809: Error compiling javafx modules after fix for JDK-8169197
0a56b1da956 : 8173120: Preserve command line at build failure
4b9bc4ffe63 : 8172659: PluginException("TargetPlatform attribute is missing ...") - should be ModuleTarget
a70d3ad6194 : 8167337: When jmxremote.port=0, JDP broadcasts "0" instead of assigned port
b6e7bcbc6ab : 8171177: Compiler should issue a warning for incubating modules that are resolved
cbd3440049a : 8169011: Resizing XML parse trees
e4edecabbe1 : 8169011: Resizing XML parse trees
27bb50571ae : 8169011: Resizing XML parse trees
83848bff5bd : 8169011: Resizing XML parse trees
37131534137 : 8173064: Unexpected <body> tag in javax/imageio/plugins/tiff/package.html
ec3981561d4 : 8171098: NPE when --add-modules java.corba is used
fc8b18f0bdb : 8172509: [TEST_BUG] [macosx] Failure of the new test java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java
5796b2e1742 : 8173038: [TESTBUG] compiler/loopopts/UseCountedLoopSafepointsTest.java fails with TESTBUG: Not server mode
04405c6abc3 : 8147414: java.nio.file.ClosedFileSystemException in javadoc
3452ceaa667 : 8173081: VM no longer prints "Picked up _JAVA_OPTONS: " message
248778d27a5 : 8173072: zipfs fails to handle incorrect info-zip "extended timestamp extra field"
35fa509305a : 8172972: Add gc/g1/logging/TestG1LoggingFailure.java to the ProblemList
be58d38ea38 : 8173085: Warning module name in --add-exports not found: jdk.jdeps when compiling for BUILD_JIGSAW_TOOLS
16d379dad49 : 8165102: incorrect message from javac
f54232896cc : 8172753: Improve style of left-side index pages
a371c25de11 : Added tag jdk-9+153 for changeset be8643ebe865
eb1242d56a9 : Added tag jdk-9+153 for changeset 047a57b0839a
cb67101315d : Added tag jdk-9+153 for changeset ab25a1c23fef
c3299a2008e : Added tag jdk-9+153 for changeset dd12865718f3
daf172a09fa : Added tag jdk-9+153 for changeset a65111f63f2e
69f59c6c166 : Added tag jdk-9+153 for changeset 57498dec29b2
689cb8978ed : Added tag jdk-9+153 for changeset 6fd8396f2160
82c66a5178f : Added tag jdk-9+153 for changeset 32d7aa6c6a4a
5aa0f302146 : 8172547: (se) Selector.select(Long.MAX_VALUE) fires repeatedly
8045fb0059f : 8169608: Compiler Tree API's Doctrees.getDocTreePath needs to accept a PackageElement 8157611: field visiblePackages is null for the unnamed module producing NPE when accessed
f80453413a8 : 8172813: test/java/awt/font/JNICheck/JNICheck.sh fails on Linux
362b794a824 : 8171130: jshell tool: /edit adds empty statement to brace terminated snippet 8173007: JShell Tests: ToolFormatTest takes too long
99e3bceb60b : 8172179: jshell tool: builtin startup settings should be by reference not content
d9d9d8701a2 : 8055206: Update SecurityManager::checkPackageAccess to restrict non-exported JDK packages by default
7cc75679078 : 8055206: Update SecurityManager::checkPackageAccess to restrict non-exported JDK packages by default
69369c305a2 : 8173066: More verbose debug output for selection of X509 certs
6b84b1d30ab : 8160710: Enable Thread to grant VarHandle field access to ThreadLocalRandom/Striped64
8f93cf0a46e : 8172350: Typo in Timestamp.toString()
f0f09501833 : 8152206: Simplify jvmstat modules
3489b910b59 : 8152206: Simplify jvmstat modules
2e7f42b44fd : 8152206: Simplify jvmstat modules
f51d5f953cf : 8171539: Better script accessibility for JavaScript
80d269995c9 : 8171539: Better script accessibility for JavaScript
258f0c8295a : 8171539: Better script accessibility for JavaScript
1bc3bcdd060 : 8171539: Better script accessibility for JavaScript
ced9c196934 : 8172905: Minor startup cleanup of CallSite and MethodType
984dc334742 : 8171855: Move package name transformations during module bootstrap into native code
ea8d3e109a7 : 8171855: Move package name transformations during module bootstrap into native code
3c619c24519 : 8172964: [aix] AIX VM should not handle SIGDANGER
2259b96a70e : 8172751: OSR compilation at unreachable bci causes C1 crash
4ba3318cd24 : Added tag jdk8u131-b03 for changeset 2b79c37d57c3
1104c2a98ea : Added tag jdk8u131-b03 for changeset 076a6f26dff6
540c7724e9c : Added tag jdk8u131-b03 for changeset e0f7fdae27ad
d40a2376715 : Added tag jdk8u131-b03 for changeset 78a390b5c0e9
b6ad476ab97 : Added tag jdk8u131-b03 for changeset 54f94110b24e
9834a02c7d9 : Added tag jdk8u131-b03 for changeset d20fbc8e9c7c
9486da4e982 : Added tag jdk8u131-b03 for changeset db7f59ee6c08
d7ed23440f9 : Added tag jdk8u131-b03 for changeset eca9f789bdce
c76eee3c9e8 : Added tag jdk8u131-b03 for changeset 46d0ea1d98e5
b8eea2b3ef9 : Added tag jdk8u131-b03 for changeset 11b47027cd41
da4b210b93b : Added tag jdk8u131-b03 for changeset 361c9b3f9c93
e4d3f16c8e1 : Added tag jdk8u131-b03 for changeset 9c1e187ac221
0893636189d : Added tag jdk8u131-b03 for changeset 8eec3b078538
4889a8f92fe : Added tag jdk8u131-b03 for changeset 85002fa2a0d4
d881021dcb3 : 8173030: Temporary backout fix #8035568 from 8u131-b03
bb6bb0da438 : 8173030: Temporary backout fix #8035568 from 8u131-b03
00ce688cd7b : 8173031: Temporary backout fix #8171952 from 8u131-b03
041579784e9 : 8173031: Temporary backout fix #8171952 from 8u131-b03
5fe31c310c0 : 8172910: Use default methods as appropriate for language model visitors
6c4b9fed921 : 8173019: Backout JDK-8172990 changes
18c21ac177d : 6232267: TrueType Fonts which have only Apple platform names cannot be loaded
417f6a4ac86 : 8172261: [JVMTI] Specification for early VM start event needs to lower expectations in relation class loading
ee63e174ddb : 8173794: [REDO] [AOT] Missing GC scan of _metaspace_got array containing Klass*
7edb730b457 : 8173673: Fix comparison input types in GraalHotSpotVMConfigNode.inlineContiguousAllocationSupported()
e6486d4a799 : 8170455: C2: Access to [].clone from interfaces fails
800ba054d8c : 8173912: [JVMCI] fix memory overhead of JVMCI
3c40b0aed8d : 8173119: compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java fails with custom Tiered Level set externally
cff245c6fca : 8173679: Disable ProfileTrap code and UseRTMLocking in emulated client Win32
0cf27a9b8a7 : 8173825: Adjust the comment for flags UseAES, UseFMA, UseSHA in globals.hpp
00f485cdfa7 : 8170737: Not enough old space utilisation
45f2093f3eb : 8144484: assert(no_dead_loop) failed: dead loop detected
d0442be3f6d : 8173699: Crash during deoptimization with "assert(result == __null || result->is_oop()) failed: must be oop"
4dd3138c5d0 : 8173794: [REDO] [AOT] Missing GC scan of _metaspace_got array containing Klass*
2b8e240088f : 8173673: Fix comparison input types in GraalHotSpotVMConfigNode.inlineContiguousAllocationSupported()
e05df4e05ff : 8170455: C2: Access to [].clone from interfaces fails
47960ed2aa4 : 8173912: [JVMCI] fix memory overhead of JVMCI
a7f34a32959 : 8173119: compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java fails with custom Tiered Level set externally
6f2cad0c0c2 : 8173679: Disable ProfileTrap code and UseRTMLocking in emulated client Win32
104239fe8f5 : 8173825: Adjust the comment for flags UseAES, UseFMA, UseSHA in globals.hpp
a44e07e4b3f : 8144484: assert(no_dead_loop) failed: dead loop detected
b9e2a538415 : 8173699: Crash during deoptimization with "assert(result == __null || result->is_oop()) failed: must be oop"
3d5e2ddf611 : 8172990: [AOT] Missing GC scan of _metaspace_got array containing Klass*
e1eaf6a0777 : 8172875: Resizing XML parse trees test update
0bbe6371cf6 : 8172875: Resizing XML parse trees test update
95a45889e9e : 8172921: Zip filesystem performance improvement and code cleanup
ded129adbf0 : 8172870: test/tools/jmod/JmodTest.java fails on windows with AccessDeniedException
2d8d08a8e51 : 8172957: Problem list JmodTest.java on windows until JDK-8172870 is fixed
408d7e99f7a : 8170250: update/improve testing of classfile module attribute
7f74bcf6bcd : 8172982: tools/jlink/ResourceDuplicateCheckTest.java requires jdk.tools.jlink.plugin to be exported
f1fa73dc656 : 8071566: Improve testing for multi-version JAR file maker tool
dd3c2097011 : 8071566: Improve testing for multi-version JAR file maker tool
f66de31c246 : 8171140: Re-examine ResourceBundle::clearCache method
362fbe12e8a : 8144518: ClassVerboseTest crashes on Windows
e346ebc19bb : 8168537: Test fails with AccessControlException
48a9beedcc1 : 8149879: Examine UIDefaults::addResourceBundle(String bundleName) with resource encapsulation
35864e236ce : 8172973: Remove add exports from ModuleSummary build
fc2d5da4d8c : 8168254: Detect duplicated resources in packaged modules
433cd91ee2c : 8172886: Add a test that shows how the LogManager can be implemented by a module
208954cc4eb : 8171380: Remove all exports from jdk.jlink
a0dee349e11 : 8171380: Remove all exports from jdk.jlink
68626160010 : 8171380: Remove all exports from jdk.jlink
85b40fde0b3 : 8037325: Class.getConstructor() performance regression
a6092584f9c : 8172884: TraceOptoPipelining and TraceOptoOutput are broken
140b10aedb1 : 8172012: [TEST_BUG] delays needed in javax/swing/JTree/4633594/bug4633594.java
0ac0d9ac29c : 8166002: Emulate client build on platforms with reduced virtual address space
197ce5bafab : 8166002: Emulate client build on platforms with reduced virtual address space
f82a7d2bdd0 : 8172529: Use PKIXValidator in jarsigner
e13c369fbf3 : 8171456: Upgrade harfbuzz in JDK 9 to v1.4.1
842350c6669 : 8171139: Simplify ResourceBundle.CacheKey and ClassLoader may not be needed
4873a69abe2 : 8172686: Use less aggressive deprecation of utility visitors
ffab9993d7a : 8161732: [TEST_BUG] Test closed/java/awt/MenuBar/MenuBarPeer/MenuBarPeerDisposeTest.java fails in unix enviroments with NullPointerException
2bc33c2996c : 8171960: Event-based tracing needs separate flag representation for Method
ebac6beb700 : 8170863: Always pass MAKE_ARGS to MAKE in Main.gmk
09dee71ddd9 : 8172731: runtime/Thread/TooSmallStackSize.java fails on solaris-x64 with product build
53792b463ec : 8172262: packages missing from docs build
f1eb002e955 : 8171993: AssertionError when compiling method reference with generic code and varargs
6b74b5d2e91 : 8160286: jmod hash is creating unlinkable modules
3f3fa9260c4 : 8169631: [JAXP] XALAN: transformation of XML via namespace-unaware SAX input yields a different result than namespace-unaware DOM input
56e387c99e3 : 8165705: Robot.createScreenCapture produces black screenshot on Oracle Linux 7.1
f2be16d5f3e : 8156595: java/io/pathNames/GeneralWin32.java fail intermittently on windows-x64
e036a82aa25 : 8162750: -D__solaris__ added twice
d130871ed3b : 8172714: Remove unused and unexpanded variables from spec.gmk.in
a019f44ab1a : 8172842: Invoke lldb with --batch from failure handler
e8145f87397 : 8171386: jshell tool: paging of javadoc output broken on Windows
48706a1a2a4 : 8167146: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed with "Remote host terminated the handshake"
6f8c78e766b : 8034249: need more workarounds for suspend equivalent condition issue
0a4ebbb61a8 : 8034249: need more workarounds for suspend equivalent condition issue
91c8a884041 : 8160881: Remove jvisualvm from JDK9
d1b1d8aacb3 : 8173024: Replace direct use of AuthResources resource bundle from jdk.security.auth
dfca46bc7e0 : 8160881: Remove jvisualvm from JDK9
32ee8faef40 : 8173024: Replace direct use of AuthResources resource bundle from jdk.security.auth
c96f02f2e83 : 8172531: Correct misstatements in javax.lang.model visitor documentation
cde454bda33 : 8172678: JShell Tests: Disable CompletionSuggestionTest.testBrokenClassFile2()
ee0491d2108 : 8172474: javac should enable doclint checking for HTML 5
9d3f1e001a3 : 8153250: java.io.File does not handle Windows paths of the form "D:" (no path) correctly
cf65663c4d9 : 7146543: TEST_BUG: java/rmi/registry/readTest/readTest.sh failing intermittently with port in use
3cfbc5a6305 : 8170827: Correct errant "java.base" string to macro
eeb1e36d498 : 8152272: Unable to create temporary file using createTempFile method if System.getProperty(file.separator) is used
922f392c825 : 8172221: Directorate of Time has been superseded
9f862797e4b : 8172253: SetIfModifiedSince.java test fails with http return code 404
cc5730af708 : 8140588: Internal Error: gc/g1/ptrQueue.hpp:126 assert(_index == _sz) failed: invariant: queues are empty when activated
a3946e30e34 : 8172288: Fix Jigsaw related module/package error messages and throw correct exceptions
c95329970d5 : 8172288: Fix Jigsaw related module/package error messages and throw correct exceptions
dddd58b278e : 8170544: Fix code scan findings in libnet
c9ebba358d4 : 8172767: a bulk of tests failed with FileSystemException on Windows
c4dd83d1016 : 8172432: jar cleanup/update for module and mrm jar
3f70732b40f : 8172761: Test change in tools/jar/InputFilesTest.java for JDK-8172432 is missing
49fb7e07214 : 8171423: Relocate /test/lib/security/SecurityTools.java
58a825f1b04 : 8171423: Relocate /test/lib/security/SecurityTools.java
cb9f76175c6 : 8172432: jar cleanup/update for module and mrm jar 8171830: jar tool should validate if any exported or open package is missing
5fc51d4ecd0 : 8171528: Crash in Annotate with duplicate package-info declarations
bba282ab69e : Added tag jdk-9+152 for changeset f609c7e798f6
6cabc219e0a : Added tag jdk-9+152 for changeset 7b8b8750a78e
0d660499b6c : Added tag jdk-9+152 for changeset 36edf207e84c
40e013c72dd : Added tag jdk-9+152 for changeset a0b82e2bd8fd
d78deb60ae1 : Added tag jdk-9+152 for changeset 88349d40f4e5
b8ea96b46f2 : Added tag jdk-9+152 for changeset aa067a69215c
aea4929010d : Added tag jdk-9+152 for changeset 84da697836d6
ad08bcc8afa : Added tag jdk-9+152 for changeset 7bf4468cdbc4
e8524e46ea6 : 8172558: [PIT][TEST_BUG] Bad filename for javax/swing/JTable/8133919/DrawGridLinesTest.java
f0136f8b692 : 8170821: Ensure access checks result in consistent answers
c22c7101355 : 8171909: [PIT] on Windows, failure of java/awt/Dialog/DialogAboveFrame/DialogAboveFrameTest.java
6ec0f2129e0 : 8030950: TEST_BUG: java/rmi/registry/classPathCodebase/ClassPathCodebase.java failing intermittently
c89c526762d : 8163449: Allow per protocol setting for URLConnection defaultUseCaches
a709f5c3efd : 8172213: Remove unused and partially implemented JavacElements#getSourcePosition methods
6037c36e675 : 8172721: Fix for 8172144 breaks AArch64 build
d7ca564a583 : 8172720: Collections.SingletonList::hashCode not spec-compliant
abddf32a62c : 8172668: NPE in jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.importNamed(
04da970a848 : 8172577: Builds for OS X after build 149 does not include Java Mission Control.app
0b013b987f6 : 8172712: configure should check that grep handles empty pattern correctly
2f0c7dee31f : 8172709: Upgrade to jtreg 4.2 b05
a004b7fb9e6 : 8166365: Small immutable collections should provide optimized implementations when possible
186fec9a8a6 : 8168149: Examine the behavior of jmod command-line options - repeating vs last one wins
3205047fa1a : 8172702: Remove left-over OPENJDK_TARGET_CPU_JLI_CFLAGS
9be23d7e0f0 : 8172562: Changing log level on Javadoc causes total rebuild
3ccbc26ee9d : 8169643: [TESTBUG] GCBasher test fails with G1, CMS and Serial
700685ceafc : 8172559: [PIT][TEST_BUG] Move @test to be 1st annotation in java/awt/image/Raster/TestChildRasterOp.java
4ec18784014 : 8172314: java/rmi/registry/altSecurityManager/AltSecurityManager.java fails with "port in use"
fa53c3277cf : 8159058: SAXParseException when sending soap message
d9443f41bc2 : 8159058: SAXParseException when sending soap message
8132c61d922 : 8159058: SAXParseException when sending soap message
0f28e08bbf9 : 8159058: SAXParseException when sending soap message
2381dab243f : Added tag jdk8u141-b07 for changeset 4cfb3284bf29
d27dccbdc4c : 8159058: SAXParseException when sending soap message
885fbda81d3 : 8159058: SAXParseException when sending soap message
a86e236ab6b : Added tag jdk8u141-b07 for changeset f42ad6155a1d
cbed4bb3596 : 8159058: SAXParseException when sending soap message
631251b0fb9 : 8159058: SAXParseException when sending soap message
7481e63f4ea : 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
083e723812c : 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
33dc7ac2efa : 8170977: SparseArrayData should not grow its underlying dense array data
fc4c066077f : 8170977: SparseArrayData should not grow its underlying dense array data
96c8382650c : 8172530: JShell: TypeProjection .stream().map(...).collect(...) must be replaced with .map(...)
a9a05f2affa : 8171325: NPE in Check.clearLocalClassNameIndexes
4a253dcdec2 : 8075884: check runtime usage tests with multi-release jar files
c3619cdd81f : 8171219: Missing checks in sparse array shift() implementation
7cd34fc62b0 : 8171219: Missing checks in sparse array shift() implementation
b9f711fc74c : 8172144: AArch64: Implement "JEP 270: Reserved Stack Areas for Critical Sections"
8ab1255ff1d : 8172557: quarantine ctw/JarDirTest
4a0171494db : 8075484: SocketInputStream.socketRead0 can hang even with soTimeout set
8be6e5ea435 : 8075484: SocketInputStream.socketRead0 can hang even with soTimeout set
f928e06e40a : 8075484: SocketInputStream.socketRead0 can hang even with soTimeout set
fe280b24505 : 8075484: SocketInputStream.socketRead0 can hang even with soTimeout set
635d7b17fc8 : 8164293: HotSpot leaking memory in long-running requests
bdd67618798 : 8164293: HotSpot leaking memory in long-running requests
6bc5a7b275f : 8171409: Create a smoother configure experience on macosx
b1c82624b9a : 8079441: Intermittent failures on Windows with "Unexpected exit from test [exit code: 1080890248]" (0x406d1388)
60a77d0b848 : 8171958: Several tests from java/time/test/java/time/format requiring jdk.localedata for execution
c2d91724193 : 8169197: Improve error reporting for compiling against unexported package
421bf2f22d4 : 8168926: C2: Bytecode escape analyzer crashes due to stack overflow
6c4a6897503 : 8171332: NPE in MembersPhase.finishClass
4cd655c1f69 : 8159058: SAXParseException when sending soap message
247b26d5089 : 8159058: SAXParseException when sending soap message
5b9a2a728bb : 8172310: [AOT] Fix unverified entry point
dbec733773f : 8166374: compiler/loopopts/UseCountedLoopSafepointsTest.java fails with "Safepoint not found"
446836d8311 : 8166187: Regression: NPE during reparse when using persistent code cache and optimistic types
d8842ee65e3 : 8170781: PropertyMapIterator throws NoSuchElementException on last element
63348f62cff : 8172493: Nashorn FX example 3-4 using load for fx: scripts fails to run with latest jdk9 ea build
b8bdb569858 : 8172414: jshell not working in exploded JDK build
ad37b8fb0f8 : 8170862: VarDeps breaks when a file with overridden CFLAGS has the same name as the library
35cbb54ae90 : 8171932: unresolved macro in javadoc command
500900fb466 : 8172241: Cleanup mistakes in jib publish support change
fd12ea2d58d : 8171385: jshell tool: unresponsive to ctrl-C in input wait on Windows
0d958d9da83 : 8172475: Remove <tt></tt> usage from Class and ClassLoader
cea33151ed5 : 8171981: JShell: Fails compilation: new Object().getClass().getSuperclass()
bee65032d41 : 8172458: Make javax.lang.model javadoc HTML 5 compliant
8e8098cb87a : 8172347: Refactoring src/java.rmi/share/classes/sun/rmi/registry/RegistryImpl.java to improve testability of rmiregistry
f9b57bfbedd : 8172255: JShell API: ExecutionControl/LoaderDelegate: Remove unused/unimplemented setClassPath
06057542709 : Added tag jdk8u131-b02 for changeset 8d0bd1e8508e
52f10e34bec : Added tag jdk8u131-b02 for changeset 4cd5bc32fb4a
553f58c87f8 : Added tag jdk8u131-b02 for changeset 08ad1b526705
62f7e50a96a : Added tag jdk8u131-b02 for changeset 90589939e8f6
e977cfc3aff : Added tag jdk8u131-b02 for changeset 00ecbc37f79f
beb4f548b17 : Added tag jdk8u131-b02 for changeset dcef5531a3af
8b2b5e417b3 : Added tag jdk8u131-b02 for changeset de564b709d37
bf3b3849180 : Added tag jdk8u131-b02 for changeset 63efb769cd0e
fa784b97b98 : Added tag jdk8u131-b02 for changeset 4b462048bf77
0c96e5e0f07 : Added tag jdk8u131-b02 for changeset f52cd5ef912d
63596dee825 : Added tag jdk8u131-b02 for changeset d096a9e55379
5d6213b9cdd : Added tag jdk8u131-b02 for changeset fe1245f620a6
e726fb3a5f5 : Added tag jdk8u131-b02 for changeset 38c037d1207a
cb1f53fc19f : Added tag jdk8u131-b02 for changeset 7e897fa8b3de
26a978276c3 : 8166125: [JVMCI] Missing JVMCI flag default values
225bd8297cc : 8169465: Deadlock in com.sun.jndi.ldap.pool.Connections
dc00040c61f : 8169465: Deadlock in com.sun.jndi.ldap.pool.Connections
869f5bbd912 : 8172411: -XDnoModules must be removed
5ddcceeba40 : 8172037: Change log message of SetupCopyFiles
a658a121582 : 8172037: Change log message of SetupCopyFiles
56088a52eb6 : 8169480: Inconsistencies across Format class hierarchy in their API spec and actual implementation of Exceptions
9e8cb184199 : 8030175: java/rmi/registry/altSecurityManager/AltSecurityManager.java fails due to timeout
6f796f56846 : 8165405: jshell tool: /classpath is inconsistent 8172103: JShell: crash in TaskFactory$WrapSourceHandler.diag
4ec30a933ab : 8172158: Annotation processor not run with -source <= 8
98f2f0743f1 : 8170352: The collate option is not checked
1f91d8a2d6f : 8172009: [TEST_BUG] increase timeout in java/awt/print/PaintSetEnabledDeadlock/PaintSetEnabledDeadlock.java
e546b078a6f : 8129988: JSSE should create a single instance of the cacerts KeyStore
ad76f31ded6 : 8172273: SSLEngine.unwrap fails with ArrayIndexOutOfBoundsException
075d2a39871 : 8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments
187668a8007 : 8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments
754f4d14be7 : 8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments
7a994ede315 : 8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments
851ee7ce027 : 8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments
eabac1ab6e2 : 8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments
61175156de4 : 8172311: MostSpecific09.java and PotentiallyAmbiguousWarningTest.java failing across platforms
68447bd8a37 : 8172188: JDI tests fail due to "permission denied" when creating temp file
cedf0baa463 : 8026699: test test/tools/javac/lambda/T8024947/PotentiallyAmbiguousWarningTest.java has an extra @compile attribute that should be removed
37f7ab915cf : 8148100: Convert lambda most specific positive tests to check runtime behavior
01fc0b7771d : 8172287: improve intellij logging to cover javac internal errors
42a9464947d : 8172220: Mark UserInputTest.java as intermittently failing and problem list it
0f4d98de74c : 8168774: Polymorhic signature method check crashes javac
8436b0ef47f : Added tag jdk8u131-b07 for changeset 11c9c6507b4d
d7f333d96ee : 8168774: Polymorhic signature method check crashes javac
3995632a709 : Added tag jdk8u131-b07 for changeset a24c91166bd8
98424c88ce1 : 8168774: Polymorhic signature method check crashes javac
672f1ef7c25 : 8168774: Polymorhic signature method check crashes javac
d3f27dfe9c1 : 8065800: javac, fix diagnostic position for statement-bodied lambdas
e640fa9b4d8 : Added tag jdk-9+151 for changeset 339ad1309506
bb1aca9034e : Added tag jdk-9+151 for changeset ae7decb33b43
fb081f8391e : Added tag jdk-9+151 for changeset 01058fbb176d
2670d8d32b4 : Added tag jdk-9+151 for changeset 39c4823f6235
fd16b656658 : Added tag jdk-9+151 for changeset 56ae078e5b98
4dc65a103be : Added tag jdk-9+151 for changeset 285137a9591e
7b2237f2778 : Added tag jdk-9+151 for changeset 44601aa03c2d
9b81c0637e1 : 8169588: [AOT] jaotc --classpath option is confusing
6fa9fb405d3 : 8172260: remove tests from ProblemList
3cfe5aae72f : 8171977: Add support for latest messages from 'tidy'
0b088d5ed8d : 8171929: "make docs" in clean forest is broken
b6fdeee5ce8 : 8171500: Explicitly set --with-target-bits=64 in 64bit jib profiles
c6ee2617dd4 : 8171922: Hotspot code coverage doesn't seem to work
9d783cdba20 : 8164391: Provide a javadoc description for jdk.scripting.nashorn
1b499dbf8b0 : 8172214: typo in "intersection types in cast are not supported" message
920965dad29 : 8172212: jdeps --require and --check should detect the specified module in the image
342a27ab584 : 8144066: StackOverflowException when computing glb
95ffeea1a30 : 8172153: Create workaround for failure to use ICC profile contained in a TIFF field
7c0476db0ad : 8171845: The bold font doesn't change when switch "Dialog","Serif" and "Monospaced"
fd679cbf0eb : Added tag jdk8u121-b31 for changeset 592e936f2dc6
fc9d3db5f1d : Added tag jdk8u121-b31 for changeset a6724b1a30bd
6ace58442f4 : Added tag jdk8u121-b31 for changeset 7035b094d416
9b08d3490e8 : Added tag jdk8u121-b31 for changeset dc4e36401040
345933cd2b3 : Added tag jdk8u121-b31 for changeset 7ac47f64444f
20d21a425e1 : Added tag jdk8u121-b31 for changeset 272c1893622b
bf75ac14452 : Added tag jdk8u121-b31 for changeset 21533c4d8aa2
67553e76855 : Added tag jdk8u121-b31 for changeset 79631a6e29a2
f840d92b9e4 : Added tag jdk8u121-b31 for changeset 0a6ec8167d0b
07eba277976 : Added tag jdk8u121-b31 for changeset 4d78571dd064
84088ce799c : Added tag jdk8u121-b31 for changeset 371c7bd04502
a70fa0cda76 : Added tag jdk8u121-b31 for changeset 7a57dbf403a3
fe1956e0414 : 8172183: Provide a javadoc description for jdk.dynalink module
4ff56b008f3 : 8169091: Method reference T::methodName for generic type T does not compile any more
e20522998a7 : 8172145: C2: anti dependence missed because store hidden by membar
a9cf019beb9 : 8172145: C2: anti dependence missed because store hidden by membar
37aeefce85d : 8172155: jshell tool (make): include built-in startup scripts in image
5ad7420c603 : 8172048: Re-examine use of AtomicReference in java.security.Policy
e3f96253ddc : 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked
6ec0287cdee : 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked
7dbbdee45c8 : 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked
034a7f9336e : 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked
b46dcdd2e08 : 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
3ee44c7ceec : 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
3f949228a64 : 8170579: The "Banner page" checkbox is disabled
608537a2184 : 8067237: [TESTBUG] javax/xml/ws/xsanymixed/Test.java failed on compilation
6d8af8ad7ec : 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked
0a07e55fa41 : 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
3dfc3e19ff8 : 8172098: A lot of gtests uses TEST instead of TEST_VM
482d791b2cb : 8170959: unloading archived shared class caused crash
5b1d170debe : 8171435: "assert(is_single_cpu() && !is_virtual()) failed: type check" with -XX:+PatchALot on SPARC
dcb007ab96d : 8172094: 8171433 changes in generated-configure should be restored
c828c703a96 : 8140266: Performance loss between jdk8 and jdk9 on Maskfill
63d3e42189a : 8167652: Making a frame/dialog resizeble/unresizeble shifts its position on Unity
fff8c7e7daa : 8171441: tools/launcher/VersionCheck.java doesn't report names of tools which failed checks
2197905d6d6 : 8171471: libawt_xawt and libawt_headless should not set rpath to /.
d6019ba5344 : 8171859: Configure check for modular boot jdk needs to be updated
9de0bf15ef9 : 8171988: Backout of fix for 8062389, 8029459, 8061950
03b01bf748d : 8171348: Incorrect documentation for DateTimeFormatter letter 'k'
8249bf75245 : 8170653: The javadoc of ZoneRules.previousTransition() is wrong
f661cea33c8 : 8170566: Incorrect phrase usage in javadocs documentation
07c66ef5723 : 8169482: java.time.DateTimeFormatter javadoc: F is not week-of-month
0081872919f : 8062389: Class.getMethod() is inconsistent with Class.getMethods() results 8029459: (reflect) getMethods returns methods that are not members of the class 8061950: Class.getMethods() exhibits quadratic time complexity
9fd7d77410e : 8171978: docs should use CSS-friendly <span> instead of <font>
b0e59adb6e4 : 8171940: Incorrect statement about an absolute value of months unit after period's normalization
7516f0284ca : 8168840: InetAddress.getByName() throws java.net.UnknownHostException no such interface when used with virtual interfaces on Solaris
88f43b3b3ca : 8171906: Changes for 8148023 break AIX build
367c06b7f82 : 8170861: Remove DcmdMBeanPermissionsTest.java from ProblemList
f83c435f2f2 : 8151994: test/script/basic/JDK-8141209.js fails
c9b965110fd : 8164923: Error in the documentation for java.lang.Random
6a157848602 : Added tag jdk-9+151 for changeset fb59ca170643
7c3de194b56 : 8171443: (spec) An ALPN callback function may also ignore ALPN
fdf5906de89 : 8171849: Collection and Queue conversions not prioritized for Arrays
624cad57117 : 8171849: Collection and Queue conversions not prioritized for Arrays
332a5467423 : 8171849: Collection and Queue conversions not prioritized for Arrays
cc7b5951458 : 8170977: SparseArrayData should not grow its underlying dense array data
482ad348b5a : 8169900: The code which use Applets should be deprecated
ba4736cba3c : 8170349: The printed content is beyond the borders
803735d5477 : 8133919: [macosx] JTable grid lines are incorrectly positioned on HiDPI display
4d06c5d6fab : 8169922: SwingMark/TextArea: 2-7% regression on Linux, Mac, Windows in 9-b143
aea31df03a4 : Added tag jdk-9+150 for changeset 0ec334969fce
d18304a13e9 : Added tag jdk-9+150 for changeset 2287cac87b3d
832b88666cc : Added tag jdk-9+150 for changeset 35843e3d5ef1
c769c9f1cd9 : Added tag jdk-9+150 for changeset 7781326fff20
30e198532c1 : Added tag jdk-9+150 for changeset 29142a56c193
4722c7943a8 : Added tag jdk-9+150 for changeset 34c1d69e6fc6
52e4b08b246 : Added tag jdk-9+150 for changeset d706d00a2719
3312369cf57 : 8161232: AsyncSSLSocketClose.java test fails timeout
0f8a6409a68 : 8171897: Remove third party readme files left from JDK-8169925
7ea0f598497 : 8171897: Remove third party readme files left from JDK-8169925
716457d7f5a : 8167143: CLDR timezone parsing does not work for all locales
ea0870c789e : 6972386: issues with String.toLowerCase/toUpperCase
6a35fe0f1b3 : 8073080: TEST_BUG: sun/rmi/transport/tcp/DeadCachedConnection.java fails due to "ConnectException: Connection refused to host"
a84bef19f0a : 8171132: Improve class reading of invalid or out-of-range ConstantValue attributes
6c52320cccf : 8172102: jshell tool: remove print method forwarding to System.out from default startup
72b502fa4f5 : 8171892: JShell: incorrect printing of multidemensional arrays 8171387: jshell tool: message inconsistencies
3fe3fea9c16 : Added tag jdk-9+150 for changeset a8d83044a192
f7067671f69 : 8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
1414335f715 : 8170484: Miscellaneous changes imported from jsr166 CVS 2016-12
bdab1d842f9 : 8171051: LinkedBlockingQueue spliterator needs to support node self-linking
95997ba7fd0 : Added tag jdk8u131-b01 for changeset 152cdb2dc4df
8562037cac6 : Added tag jdk8u131-b01 for changeset aa16fd37c5db
11cad5f23fd : Added tag jdk8u131-b01 for changeset 479b1e78204f
126f52a7c53 : Added tag jdk8u131-b01 for changeset d01e7d582dea
110630775af : Added tag jdk8u131-b01 for changeset 51cdc7b07842
4ac84116b4e : Added tag jdk8u131-b01 for changeset 32f4cd4f37a0
89da0032957 : Added tag jdk8u131-b01 for changeset 77438293c138
30cd948d9da : Added tag jdk8u131-b01 for changeset 6cf01d3e3844
411f660cb09 : Added tag jdk8u131-b01 for changeset cbfc3b6c5127
c8c9710a3fe : Added tag jdk8u131-b01 for changeset 924b199cb7fc
8893d807d77 : Added tag jdk8u131-b01 for changeset 6f96f71478f3
059e583daad : Added tag jdk8u131-b01 for changeset a11cf0565000
ce3243b0a66 : 8056205: (fs) Potential for NPE in Files.walkFileTree if closing directory fails
8f9235fc563 : 8145633: Adjacent value parsing not supported for Localized Patterns
e524cf8e7a6 : 8171548: JDK bundles changes sym links incorrectly in the legal directory
b773c48a606 : 8171807: 8170761 fix should be applied to ARM code after 8168503
f986518c51f : 8165664: (ch) sun.nio.ch.SocketAdaptor does not respect timeout in case of system date/time change and blocks
ad329b3a53f : 8170966: Right parenthesis issue
a4d2a1d7b35 : 8170966: Right parenthesis issue
8da8cc67db3 : 8170966: Right parenthesis issue
2310374abe7 : 8170966: Right parenthesis issue
6802af0822c : 8170618: jmod should validate if any exported or open package is missing
4c934b1e6a7 : 8154314: [TEST_BUG] java/awt/datatransfer/DragImage/MultiResolutionDragImageTest.java
d8f522b2729 : 8170741: Enable uploading of built artifacts through Jib
396af967d63 : 8170918: Remove shell script from test/compiler/c2/cr7200264/TestIntVect.java
4e860e58a3f : 8170936: Logging: LogFileOutput.invalid_file_test crashes when executed twice
c2a96c7fca8 : 8171517: test_logMessageTest.cpp has "ac_heapanied" instead of "accompanied" inside copyright notice
4879be16e21 : 8160036: Java API doc for method minusMonths in LocalDateTime class needs correction
f75520730b3 : 8168935: sun/security/ssl/SSLContextImpl/TrustTrustedCert.java failed Intermittently
6142b330f08 : 8169938: [AOT] SIGSEGV at ~BufferBlob::vtable chunks
1dbd8833deb : 8171824: Remove OpenNonIntegralNumberOfSampleframes.java and ServerIdentityTest.java from ProblemList
b72bbb7b307 : 8171815: [TESTBUG] Update expected failure message in runtime/modules/IgnoreModulePropertiesTest.java
7f0e7644775 : 8029360: java/rmi/transport/dgcDeadLock/DGCDeadLock.java failing intermittently
a072d07ec7c : Added tag jdk8u152-b00 for changeset 547ff311ce77
a83fe9c98ef : Added tag jdk8u152-b00 for changeset f924ba419734
07258e70151 : Added tag jdk8u152-b00 for changeset e87e629a1511
21c29f840ac : Added tag jdk8u152-b00 for changeset ea4f74ab3357
a99ce3de3b1 : Added tag jdk8u152-b00 for changeset 7ae4868b9261
2832a04cf5a : Added tag jdk8u152-b00 for changeset a77c9759079e
dd139c9781a : Added tag jdk8u152-b00 for changeset fc9690fa05e8
306968f1416 : Added tag jdk8u152-b00 for changeset 197ae031621c
1994e04fe15 : Added tag jdk8u152-b00 for changeset 9dde31d66017
cc413dd67ae : Added tag jdk8u152-b00 for changeset ba5e538aea20
b28ad9beb2e : Added tag jdk8u152-b00 for changeset 7bdd7d3dd9a1
3866724c580 : Added tag jdk8u152-b00 for changeset 2815614df47b
4339de57444 : Added tag jdk8u152-b00 for changeset 28e07cc671c0
d838e2ac090 : Added tag jdk8u152-b00 for changeset 9d36c81deca3
85d15e61282 : 8170876: NPE in JCE engine classes with java.security.debug=provider
c5685c81433 : 8170194: jshell tool (jdk repo): launch tool from JShellToolProvider
24149f06437 : 8170195: jshell tool (make): update javadoc generation for jdk.jshell
ea579f7bec5 : 8170162: jshell tool: no mechanism to programmatically launch 8170044: jshell tool: jshell missing from javax.tools.ToolProvider
6fe38333953 : 8170307: Stack size option -Xss is ignored
091d880f7c2 : 8170307: Stack size option -Xss is ignored
bac94e2534f : 8170307: Stack size option -Xss is ignored
cb368bfa03d : 8170307: Stack size option -Xss is ignored
6f2c103cbbb : 8170307: Stack size option -Xss is ignored
d84f66ab700 : 8170307: Stack size option -Xss is ignored
ed148370b20 : 8171433: [aix] switch on gtest AIX build
2bde3c7c3eb : 8171537: aarch64: compiler/c1/Test6849574.java generates guarantee failure in C1
252d6991bc4 : 8171337: Check for correct SSLEngineImpl/SSLSocketImpl.setSSLParameters handshaker update method
026a05429ca : 8171011: convert some CDS dump time warning and error messages to informational messages which will be printed with -XX:+PrintSharedSpaces
2cae845615e : 8148023: File.createTempFile is not adhering to the contract regarding file name lengths
622df395701 : 8171452: (ch) linux io_util_md: Operation not supported exception after 8168628
cfb01751b12 : 8170732: GssKrb5Client sends non-zero buffer size when qop is "auth"
2898df89294 : 8170900: Issue with FilePermission::implies for wildcard flag(-)
c104608e372 : 8172017: Two tests sun/security/krb5/auto/ReplayCacheTestProc.java and rcache_usemd5.sh fail on Solaris
5ada754c718 : 8172190: Re-apply the fix for bugs 8062389, 8029459, 8061950
94d019e9ba3 : 8172201: Replace assert of return type in VarHandle.AccessMode with test
33703528b44 : 8172254: Typo in DriverManager implNote
ea8bb5ad413 : 8172200: Mark StressLoopback.java as intermittently failing
5a7ecc5b784 : 8172215: java launcher no longer accepts -cp "" empty string
083c7c4176b : 8170785: Excessive allocation in ParseUtil.encodePath
a6067413b81 : 8172003: getInstance() with unknown provider throws NPE
f1eff88c3b9 : 8168769: javax/net/ssl/TLSv12/DisabledShortRSAKeys.java timed out
b2c73193abc : 8170641: sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails with timeout
cf3815fc2ac : 8172217: Need debug log for the intermittent failure of AnonCipherWithWantClientAuth
d3f9db683d9 : 8170814: Reuse cache entries (part II)
9c8183b4a45 : 8170814: Reuse cache entries (part II)
8b371aa02b2 : 8130737: AffineTransformOp can't handle child raster with non-zero x-offset
6118a4085bf : 8166111: [PIT] possible regression: java/awt/font/GlyphVector/TestLayoutFlags.java
973b6f24d07 : 8170886: compiler/ciReplay/TestSAServer.java intermittently throws NumberFormatException
06cba303991 : 8171503: Nashorn build, test failures with the latest jdk9-dev forest - javadoc target and test target fail
23c1a004ec5 : 8171413: jdk/javadoc/doclet/testModules/TestModules.java failed due to some subtests failed
27139d7529a : 8171398: s390x: Make interpreter's math entries consistent with C1 and C2 and support FMA
71b65b06e4a : 8171412: tools/javac/modules/AddLimitMods.java failed with "error: module not found"
c105d10fb02 : 8165496: assert(_exception_caught == false) failed: _exception_caught is out of phase
c5e65622d88 : 8150563: LoadAgentDcmdTest.java can't find libinstrument.so
d5727dca981 : 8146086: Publishing two webservices on same port fails with "java.net.BindException: Address already in use"
b1cd57a4b08 : 8146086: Publishing two webservices on same port fails with "java.net.BindException: Address already in use"
5f477c032d0 : 8159127: hprof heap dumps broken for lambda classdata
6feb27b225a : 8159127: hprof heap dumps broken for lambda classdata
a717e4a14b4 : 8171077: Use getaddrinfo/getnameinfo in Windows Inet4AddresImpl native code
254d34cdf1f : 8074883: Tab key should move to focused button in a button group
a9b90b0b4b6 : 8171408: [aix] TOC overflow when linking the gtest libjvm.so
b4c69fcb1a3 : 8025199: java/rmi/registry/reexport/Reexport.java failed with: Port already in use
12aa0a8788a : 8170655: [posix] Fix minimum stack size computations
fb167e5c1c8 : 8168836: Minor clean up on warning/error messages on --add-exports and --add-reads
0209a7f1e9b : 8171478: tools/launcher/modules/patch/systemmodules/PatchSystemModules.java fails due to JDK-8171400
9ca506bd0da : 8171468: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails as lib/$ARCH no longer exists
8d09a2b2c94 : 8075618: Create tests to check jarsigner work with multi-version jar
f26cc2ffd91 : 8171400: Move checking of duplicate packages in the boot layer to link time
cc3b86f64cd : 8171418: Remove jdeps internal --include-system-modules option
bf8ce3692cf : 8171255: Javac generates Deprecated class file attribute for @deprecated javadoc tag on module declaration
347e8689f2a : 8171451: update langtools problem lists for failing tests
004901e1026 : 8171189: Deprecate ResourceBundleControlProvider for removal
7a50f217c28 : 8168503: JEP 297: Unified arm32/arm64 Port
6009cf07931 : 8168503: JEP 297: Unified arm32/arm64 Port
1a300611f01 : 8168503: JEP 297: Unified arm32/arm64 Port
4d6180564c4 : 8164907: Eliminate dependency on java.naming/com.sun.jndi.toolkit.url
1919b626bc7 : 8164907: Eliminate dependency on java.naming/com.sun.jndi.toolkit.url
d6369225836 : 8146271: File system contention in debug print via XPathFactory.newInstance
ab77975179b : 8171310: Gtest libjvm.so is always stripped
9a80c660789 : 8171310: Gtest libjvm.so is always stripped
1d6d3d549ab : 8171414: tools/launcher/VersionCheck.java failed with AssertionError due to new tool jaotc
5cd134407d5 : 8164907: Eliminate dependency on java.naming/com.sun.jndi.toolkit.url
afd296c7999 : 8171366: macOS: Do not run failure handler commands that require Developer mode access
c59205f95a0 : 8171155: Scanning method file for initialized final field updates can fail for non-existent fields
aa1c49975a8 : 8171155: Scanning method file for initialized final field updates can fail for non-existent fields
1619ba48421 : 8087303: LSSerializer pretty print does not work anymore 8114834: LSSerializerImpl always serializes an entity reference node to" &entityName;" even if "entities" property is false
851569b2f4e : 8169697: AArch64: Vectorized MLA instruction not generated for some test cases
5b7ff7579ca : 8056900: Enhance NoClassDefFound exception messaging
c34f76b22e3 : 8179625: [BACKOUT] of 8179305 Avoid repeated calls to JavaThread::last_frame in InterpreterRuntime
006229255ae : 8169039: Add unit tests for BitMap search operations
a896bf909c0 : 8178352: BitMap::get_next_zero_offset may give wrong result on Mac
c386cec7b19 : 8171392: Move Klass pointers outside of ConstantPool entries so ConstantPool can be read-only
4e72cfa0f75 : 8172970: TESTBUG: need test coverage for the JVMTI functions allowed in the start phase
66f0c0d17f5 : 8179305: Avoid repeated calls to JavaThread::last_frame in InterpreterRuntime
cf7c7fedcd2 : 8178542: G1: VM hangs during shutdown due to mark stack overflow
3e1753d49b6 : 8179019: Correct range checks for command-line options ArraycopySrcPrefetchDistance and ArraycopyDstPrefetchDistance
5252655a4ab : 8179235: PackageEntryTables should be created eagerly
0edc20faf9b : 8177958: Possible uninitialized char* in vm_version_solaris_sparc.cpp
7ccad758886 : 8179243: [TESTBUG] CDS tests should be excluded from running with -UseCompressedOops
1668e018ce2 : 8179224: Cache strlen of Flag::_name
e237e703dfb : 8138737: Remove oop_ms_adjust_pointers and use oop_iterate instead
111afb73a5b : 8169061: Drop os::is_MP checks from Atomics
9947f147f6f : 8165896: Use "open" flag from JVM_DefineModule to export all module packages
66fa0999d10 : 8168122: Update logging in perfMemory to Unified Logging
f9e13c6d3ff : 8178949: The split verifier allows anewarray to create an array of more than 255 dimensions
6de1e550d82 : 8179181: Cleanup BitMap search API
2f0b3ae37d4 : 8179064: TestInterpreterMethodEntries.java is missing -XX:+UnlockDiagnosticVMOptions
fbf3b4e67d2 : 8177967: Move TestGCOld to subdirectory
dcf04abd48f : 8178788: wrap JCStress test suite as jtreg tests
81f61261d89 : 8178864: Update Graal
c3d400001c7 : 8178835: CTW Runner should check that all classes have been compiled
154b7f24cb8 : 8178913: CTW library does not close all opened resources
ca99a2ef45a : 8177728: [TESTBUG] Improve CDS test utils
ca72444bf91 : 8176472: Lazily create ModuleEntryTable
06320cf6be1 : 8177968: Add GC stress test TestGCLocker
3e3183a5a10 : 8178543: Optimize Klass::is_shared()
bed1dfb0501 : 8179103: [Testbug] re-enable the runtime/SharedArchiveFile/BootAppendTests.java test
30b6aebe6a8 : 8179266: Add test/gc/g1/humongousObjects/TestHeapCounters.java to ProblemList.txt
9d5b85daf46 : 8178350: klassVtable and klassItable should be ValueObj
ee6019a5127 : 8178095: Add GC stress test TestSystemGC
2327609d914 : 8176580: [ppc, s390] CRC32C: wrong checksum result in some cases
0e48425fa4e : 8178727: CTW should provide class names in error messages
5fb44c25c7c : 8169517: WhiteBox should provide concurrent GC phase control
4fd1cd9f86f : 8178291: Add CTW test for boot module
3784f045682 : 8178336: Unnecessary SystemDictionary walk for Protection domain liveness
9b2ddab04f8 : 8150388: Remove SPARC 32-bit support
c52443f75b2 : 8026985: Rewrite SystemDictionary::classes_do and Dictionary::classes_do to use KlassClosure
221d948b51e : 8178363: Incorrect check for nmethod re-registration in C1
f7277d87d50 : 8160748: Inconsistent types for ideal_reg
ecca8398387 : 8178364: Command-line flags of type double should accept integer values
6535b421202 : 8171813: Reported null pointer dereference defect groups
6b3e092a310 : 8166927: interfaceSupport.hpp has ancient comments about TSO
39218dd4b1a : 8178088: Update Graal
11a8c7a52ff : 8178118: Arguments::create_numbered_property allocates wrong buffer in case count > 99
8600bcf0953 : 8171042: The 'REQUIRED' type in sharedPathsMiscInfo.hpp is not used and should be removed
96708222248 : 8173795: AOT support in raw_exception_handler_for_return_address is broken
c9bbd2b4f20 : 8168438: Fix comment in rewriter
3af1da45331 : 8176705: Remove static functions in InstanceKlass
2aad9e57f83 : 8176872: [s390] wrong pc shown in error logs
dd84bb9cffb : 8176881: DerivedPointerTable Update log message in wrong order in regards to Redirty Cards
69fd40468ab : 8177070: Quarantine tests due to JDK-8177069
6693e96f16e : 8170520: Make Metaspace ChunkManager counters non-atomic
cee7beace22 : 8175817: Clean up Solaris signal code: SIGUSR2, SIGasync, SIGJVM1/2
6aa1dfbcf43 : 8176831: Dead code: function jmm_GetLoadedClasses is not used in jmm_interface
6ed6fd7a3f9 : 8167425: Redundant code in method PerfLongVariant::sample
99ba5922e43 : 8171410: aarch64: long multiplyExact shifts by 31 instead of 63
eeb6e2f01fd : 8171225: [aix] Fix gtests compile error on AIX 7.1 with xlC 12
b29a67ae55e : 8169005: tools/javac/T8132562/ClassPathWithDoubleQuotesTest.java fails after fix to JDK-8132562
d98481fe772 : 8171388: Update JNDI Thread contexts
866f968a760 : 8169465: Deadlock in com.sun.jndi.ldap.pool.Connections
d32f8239935 : Added tag jdk8u131-b07 for changeset e33b5bb027b4
cc0eced4afe : 8171388: Update JNDI Thread contexts
decc36b6000 : 8169465: Deadlock in com.sun.jndi.ldap.pool.Connections
e5f037f4d90 : Added tag jdk8u131-b07 for changeset a91a2224d756
c76c176436f : 8171388: Update JNDI Thread contexts
8b7cc0e2436 : Added tag jdk8u121-b34 for changeset 85225e35fae9
5c8637d9821 : 8171388: Update JNDI Thread contexts
0663a845960 : Added tag jdk8u121-b34 for changeset 9a9d2969b273
4a4e893915c : 8160196: Module summary page should display information based on "api" or "detail" mode
bf8e5955900 : 8170549: Improve testing of annotations on modules
ef78f339fd2 : 8171371: Remove redundant type-arguments from generic method calls
c4e82763766 : 8181370: Convert anonymous inner classes into lambdas/method references
5a0691c4e4e : 8171355: Implement Elements.getOrigin
11ce270bfc4 : 8163315: Implement an API to identify an implicitly declared annotation (or declaration)
e62a384eb30 : 8133896: Update javax.lang.model APIs
77a659dbb32 : 8171276: More problems in compiler/aot/RecompilationTest.java tests
450a1173037 : 8171249: modules_legal from imported modules are not read by the build
090b01cc414 : 8170987: Module system implementation refresh (12/2016)
2381943e612 : 8170987: Module system implementation refresh (12/2016)
28746a0dd4b : 8170987: Module system implementation refresh (12/2016)
94c51468b85 : 8170987: Module system implementation refresh (12/2016)
639b39d35c1 : 8170859: Run time and tool support for ModuleResolution
a9128dbba23 : 8161993: G1 crashes if active_processor_count changes during startup
80139040fee : 8161993: G1 crashes if active_processor_count changes during startup
6b3fc7fb2f4 : 8161993: G1 crashes if active_processor_count changes during startup
b79f9486449 : 8161993: G1 crashes if active_processor_count changes during startup
1ea6c61a125 : 8161993: G1 crashes if active_processor_count changes during startup
923e61d9adf : 8161993: G1 crashes if active_processor_count changes during startup
578d50a6515 : 8147910: Cache initial active_processor_count
c2e681e079a : 8147910: Cache initial active_processor_count
58f991d99fc : 8147910: Cache initial active_processor_count
e586d1f81e5 : 8147910: Cache initial active_processor_count
d8c6f63759e : 8147910: Cache initial active_processor_count
51b046c93af : 8147910: Cache initial active_processor_count
95f72fe86ae : 8170556: Warnings cleanup related to JDK-8167340
fbd2e66afb7 : 8170553: javac info options should match launcher options
be9374311db : 8171316: Add IMPLEMENTOR property to the release file
b9b80751e2b : 8171266: PPC64: Add support to -XX:RTMSpinLoopCount=0
f238905f2b2 : 8172010: [AOT] RecompilationTest.java fails with "expected compilation level after compilation to be no less than 1"
08aa21deb77 : 8172246: [TESTBUG] runtime/RedefineTests/RedefinePreviousVersions.java 'Class unloading: has_previous_versions = true' missing from stdout/stderr
b58bb4740e5 : 8172054: Aot tests should include Java assertions into AOT compiled code
1e918ed98c1 : 8168137: import-hotspot build target not removed from hotspot-ide-project
631dc215187 : 8171974: Fix for R10 Register clobbering with usage of ExternalAddress
450472a24a3 : 8172169: Re-examine String field optionality
2e0248d2fc0 : 8172199: s390: Use same get_key_start_from_aescrypt_object implementation as PPC64
0d99993d6e9 : 8172049: [s390] Implement "JEP 270: Reserved Stack Areas for Critical Sections"
3965a72bb30 : 8172145: C2: anti dependence missed because store hidden by membar
6688dfcb492 : 8170857: Typo in -Xlog:help output
b07b96aa7cd : 8170855: Example for -Xlog:help do not contain one with multiple tags
4559d9da014 : 8171082: [AOT] AOT'd SystemModules.modules() fails to load when too large
0f853d0c947 : 8156762: test/compiler/ciReplay/TestVMNoCompLevel.java fails with - 'Unexpected exit code for negative case: [-client]: expected 0 to not equal 0'
475d592e3db : 8172149: CTW library should call System::exit
f805a3a0540 : 8170918: Remove shell script from test/compiler/c2/cr7200264/TestIntVect.java
89bfef80d05 : 8171318: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java fails latest Jigsaw integration
2d444d6f19f : 8168792: [AOT] problems in MethodHandle with aot-compiled java.base
9b98f88304e : 8170981: Possible access to char array with negative index
43b7b1bd770 : 8171924: Use SIZE_FORMAT to print size_t values
f82263efb84 : 8170860: Get rid of the humanReadableByteCount() method in openjdk/hotspot
37f332b8eeb : 8171809: Remove unused CDS code from JDK 9
8e29aab6025 : 8171045: gc/stress/TestStressG1Humongous.java fails to allocate the heap
c44e8605764 : 8171244: PPC64: Make interpreter's math entries consistent with C1 and C2 and support FMA
1aab8825461 : 8171219: Missing checks in sparse array shift() implementation
845fd59232b : 8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
b9d6d6e21f9 : 8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
bd4fedcf0f6 : 8165543: Better window framing
24ff49d2405 : 8165543: Better window framing
91d9ddb0b6b : 8171234: Remove intermittent key from test java/nio/charset/coders/BashStreams.java
670c7782d7d : 8169112: java.lang.VerifyError: (class: GregorSamsa, method: template-bash signature: (LGregorSamsa8;)V) Register 10 contains wrong type
e7f86b1e7cc : 8169112: java.lang.VerifyError: (class: GregorSamsa, method: template-bash signature: (LGregorSamsa8;)V) Register 10 contains wrong type
ea6028f37e3 : 8169112: java.lang.VerifyError: (class: GregorSamsa, method: template-bash signature: (LGregorSamsa8;)V) Register 10 contains wrong type
0273a6202da : 8171138: Remove FileCopierPlugin
c1a4d6701e6 : 8054214: JapaneseEra.getDisplayName doesn't return names if it's an additional era
a7843587ea2 : 8167102: [macosx] PrintRequestAttributeSet breaks page size set using PageFormat
183f778a059 : 8061258: [macosx] PrinterJob's native Print Dialog does not reflect specified Copies or Page Ranges
7c07b84b0fd : 8176490: [macosx] Sometimes NSWindow.isZoomed hangs
1e92767f46e : 8176287: [macosx] The print test crashed with Nimbus L&F
3ad2d32ce89 : 8174736: [JCP] [Mac]Cannot launch JCP on Mac os with language set to "Chinese, Simplified" while region is not China
3159536e6d4 : 8174779: Locale issues with Mac 10.12
99581bc7c82 : 8054214: JapaneseEra.getDisplayName doesn't return names if it's an additional era
15f4bd93a31 : 8167102: [macosx] PrintRequestAttributeSet breaks page size set using PageFormat
6c82068a1fb : 8061258: [macosx] PrinterJob's native Print Dialog does not reflect specified Copies or Page Ranges
6923e99661d : 8176490: [macosx] Sometimes NSWindow.isZoomed hangs
13ed39c4ea3 : 8176287: [macosx] The print test crashed with Nimbus L&F
5cde35f4236 : 8174736: [JCP] [Mac]Cannot launch JCP on Mac os with language set to "Chinese, Simplified" while region is not China
47bc35bf595 : 8174779: Locale issues with Mac 10.12
b140a356845 : 8054214: JapaneseEra.getDisplayName doesn't return names if it's an additional era
1b5542196e3 : 8164595: javax/net/ssl/FixingJavadocs/SSLSessionNulls.java fails intermittently with javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
e4748a6d4c7 : 8170708: javap -m <module> cannot read a module-info.class
3999672b7a6 : 8075793: Source incompatibility for inference using -source 7
aa2ae08345d : Added tag jdk-9+149 for changeset 15297dde0d55
353a59448d4 : Added tag jdk-9+149 for changeset d10c31f6b857
686ec125ebd : Added tag jdk-9+149 for changeset 6bf61c516415
1868b301b8d : Added tag jdk-9+149 for changeset feba4cd7531e
fe9c94faf34 : Added tag jdk-9+149 for changeset 3b5a2cf988d2
6dc6e343846 : Added tag jdk-9+149 for changeset 3e6a90ed3c1c
0c8c1515154 : Added tag jdk-9+149 for changeset a91250ba2c70
52bc4b85632 : Added tag jdk-9+149 for changeset 2c48c5ffb581
54e787fbd49 : 8171201: Drop java.compact$N aggregator modules 8171202: Rename jdk.crypto.pkcs11 and jdk.pack200 to end with Java letters
f083b7e6569 : 8171201: Drop java.compact$N aggregator modules 8171202: Rename jdk.crypto.pkcs11 and jdk.pack200 to end with Java letters
d8baf9d01dc : 8171201: Drop java.compact$N aggregator modules 8171202: Rename jdk.crypto.pkcs11 and jdk.pack200 to end with Java letters
5e0f6d2b0cb : 8171245: Solaris builds fails after JDK-8170663
053cdb4fa5a : 8170741: Enable uploading of built artifacts through Jib
174708da563 : 8165751: NPE hit with java.security.debug=provider
248b3e44bf2 : 8179515: Class java.util.concurrent.ThreadLocalRandom fails to Initialize when using SecurityManager
eb2854fff5b : 8175915: NullPointerException from JComboBox and JList when Accessibility enabled
f44d6056e74 : 8037346: Need to terminate server process if client runs into problems
d0514d3682d : 8179014: JFileChooser with Windows look and feel crashes on win 10
0191061c841 : 8178996: [macos] JComboBox doesn't display popup in mixed JavaFX Swing Application on 8u131 and Mac OS 10.12
6d4430b0ab9 : 8170913: Java "1.8.0_112" on Windows 10 displays different characters for EUDCs from ones created in eudcedit.exe
51b7cb430ab : 8165751: NPE hit with java.security.debug=provider
afa0d1b9954 : 8179515: Class java.util.concurrent.ThreadLocalRandom fails to Initialize when using SecurityManager
659f1d2d967 : 8175915: NullPointerException from JComboBox and JList when Accessibility enabled
56ec607f2f3 : 8037346: Need to terminate server process if client runs into problems
d1becf5d182 : 8179014: JFileChooser with Windows look and feel crashes on win 10
7316d25e2ef : 8178996: [macos] JComboBox doesn't display popup in mixed JavaFX Swing Application on 8u131 and Mac OS 10.12
2f8e9207920 : 8170913: Java "1.8.0_112" on Windows 10 displays different characters for EUDCs from ones created in eudcedit.exe
ef12502b696 : 8165751: NPE hit with java.security.debug=provider
7b658903360 : 8171070: Test ModuleNamesOrderTest.java fails
9f7f1094924 : 8171226: simple typo in the JVMTI spec
8242125c4fc : 8170991: PPC64: Bad code for initialization of short arrays
8838ae7b46d : 8170933: Cleanup Metaspace Chunk manager: Unify treatment of humongous and non-humongous chunks
6a9ca1701d2 : 8155094: Add logging for long lasting methods found in JDK-8152948
4b9562288f4 : 8155672: Remove instanceKlassHandles and KlassHandles
7bca4637890 : 8168467: Use TaskEntry as task mark queue elements
35d5d1c53d2 : 8173848: realpath is unsafe
fcb59082302 : 8159734: Consistency check fails with -XX:-ProfileInterpreter
43a771e998f : 8176441: assert(false) failed: modified node was not processed by IGVN.transform_old()
f5777dc9bdd : 8005165: Remove CPU-dependent code in self-patching vtables
e04f906b93a : 8175300: Enable artifact resolution for jtreg tests
8a5f33bd162 : 8172514: Stop checking for duplicate packages in the JVM_DefineModule() package list
ade6d7cd180 : 8164038: Missing volatile keyword at CardTableRS::write_ref_field_gc_par()
58062589368 : 8176140: 8176140-Crashes-or-timeouts-during-error-reporting-may-lead-to-infinitely-repeated-error-logs-until-ErrorLogTimeout-is-hit
6fdf3966244 : 8165674: G1CMMarkStack::out_of_memory possibly redundant
0171aad88e8 : 8175369: [ppc] Provide intrinsic implementation for CRC32C
1e8667e3346 : 8176403: [TESTBUG] gc/arguments/TestSmallInitialHeapWithLargePageAndNUMA is referencing no longer existing group
99a554c5ad5 : 8175368: [s390] Provide intrinsic implementation for CRC32C
f91cc0cd420 : 8175341: "java/util/Arrays/ParallelPrefix.java" Crash Internal Error ...diagnosticCommand.cpp...assert(k != __null) failed: FinalizerHistogram class is not accessible
d86c76dca9d : 8023905: Failing to initialize VM with small initial heap when NUMA and large pages are enabled
3e707c36714 : 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
e44e774bbee : 8175900: Assertion too strict in G1CollectedHeap::new_mutator_alloc_region
1bcca93f8a0 : 8176163: [TESTBUG] Create hotspot_cds test group
8d405d171cb : 8071278: Fix the closure mess in G1RemSet::refine_card()
6677810ffa0 : 8175367: Wrong assert for UseCompressedOops in aarch64 Copy::conjoint_oops_atomic implementation
b067fc774d7 : 8175221: Cleanup DirtyCardQueueSet::concatenate_log
2ea73551ba9 : 8176096: Wrong macro checks for INCLUDE_TRACE
812444f78a3 : 8136650: Add support for custom jtreg native tests
57f866aaebf : 8155980: ARM InterpreterMacroAssembler::get_method_counters() should not be saving caller saved registers
a09caaa6ffc : 8176012: Remove unused groups in hotspot/test/TEST.groups
5485a03844c : 8172307: Remove ununsed JVM API JVM_GetModuleByPackageName()
90c3e97cbd8 : 8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field
3b086bdbbb6 : 8172020: Internal Error (cpu/arm/vm/frame_arm.cpp:571): assert(obj == __null || Universe::heap()->is_in(obj)) failed: sanity check #
0a19790e657 : 8167423: Adding return value check and updating index variable
68fa501522b : 8168038: Some methods in G1RemSet are virtual unnecessarily
725e1cfafe5 : 8151045: Remove code duplication in PLABStats/G1EvacStats::adjust_desired_plab_sz
52ad33bebba : 8175815: Quarantine AOT tests on windows
ae38e65467f : 8173764: G1 BOT wrongly assumes that objects must always begin at the start of G1BlockOffsetTablePart
8f9584260ec : 8166944: Hanging Error Reporting steps may lead to torn error logs
3b93aefe93d : 8162104: Use in_cset() instead of obj_in_cs()
342c0bc788b : 8160874: Remove typo in G1InitalMarkClosures
be6bbf5834e : 8174863: AOT: jaotc should provide an option to specify the path to the platform linker
fcc96991328 : 8175104: Unhandled oop in ProtectionDomainCacheTable::compute_hash
bf9a4cd8fb5 : 8165753: Custom security manager, crashing wth 'java/security/AccessControlException'
b6eb59739d9 : 8174203: Enable AOT Jtreg tests on Windows x86_64
ec7aacc831a : 8157709: NMT should use size_t version of Atomic::add
861eef035c0 : 8157271: Avoid extra copy of NativeCallStack
697bec6baf0 : 8169206: TemplateInterpreter::_continuation_entry is never referenced
6e88661a898 : 8174092: Remove array-related access checks from Reflection::verify_class_access()
50d01f670b4 : 8172670: AOT Platform Support for Windows and Mac OS X x64
804ff732cea : 8174199: ci replay doesn't reallocate static final fields of recorded klass
9b2f8340ec9 : 8173470: [C2] Mask shift operands in ideal graph
8698102379a : 8173465: Introduce NearLabel for branches known to be short
0b3bc5c4f0c : 8169881: Remove implicit Handle conversions oop->Handle
b1171ce431d : 8172285: UL support for PrintCompilation
5a06c219785 : 8172286: CodeCacheFlushing message should be shown in UL
fd7b5996568 : 8175269: [s390] cleanup calls to vtable_start_offset() and vtable_length_offset()
5c5e21df9ff : 8175267: [s390] cleanup stub code "handler_for_unsafe_access"
0a908be59da : 8171187: Expected compilation level after compilation to be no less than 1
b2079e87386 : Added tag jdk8u151-b00 for changeset 45201d6040e8
f26e409fc70 : Added tag jdk8u151-b00 for changeset c811258fc43f
b30fb4b759c : Added tag jdk8u151-b00 for changeset 9a10aa62f9a8
78b49db55fc : Added tag jdk8u151-b00 for changeset 8dadf5e9282e
dc10577cb9a : Added tag jdk8u151-b00 for changeset 7cf81d5acaec
82561d7657a : Added tag jdk8u151-b00 for changeset 592831bdcb66
72ea1a30c23 : Added tag jdk8u151-b00 for changeset bdfd17e551e7
d575cf594f6 : Added tag jdk8u151-b00 for changeset a1d96631a5c6
d39734e1308 : Added tag jdk8u151-b00 for changeset 7c4de6a9a788
8fb89124703 : Added tag jdk8u151-b00 for changeset 614020d251dc
e7464173ac6 : Added tag jdk8u151-b00 for changeset 6cec8b76166d
39959a62347 : Added tag jdk8u151-b00 for changeset 226fe7b73aee
39287585df5 : Added tag jdk8u151-b00 for changeset e9f78592b56f
89272eb37dd : Added tag jdk8u151-b00 for changeset f0b3432a8945
2564de7c494 : Added tag jdk8u151-b00 for changeset 6110cb1ec742
6f6d0ec9496 : Added tag jdk8u151-b00 for changeset c72910bff122
a6879d47104 : Added tag jdk8u141-b00 for changeset e8f9ebc335b6
e390508ad07 : Added tag jdk8u141-b00 for changeset 41ed2366ca50
99473bb1ed3 : Added tag jdk8u141-b00 for changeset 4cb7214ff52b
cdc5358c5ce : Added tag jdk8u141-b00 for changeset 6ac6a028db30
88d8618e307 : 8162674: change javadoc output text and style emitted by for-removal deprecations
65c3490c56d : Added tag jdk8u141-b00 for changeset 03403df2e05e
00f1ae1c933 : Added tag jdk8u141-b00 for changeset 20ef02509cda
05a1ac22b51 : Added tag jdk8u141-b00 for changeset 853e058632c0
7317d5170b1 : Added tag jdk8u141-b00 for changeset 994c328958b5
2bea595a7e7 : Added tag jdk8u141-b00 for changeset 44c52475638d
32ed1925c34 : Added tag jdk8u141-b00 for changeset 6ae8cd1f2a92
ce051092192 : Added tag jdk8u141-b00 for changeset 3cdb3d3e36a9
fbc154e7903 : Added tag jdk8u141-b00 for changeset de975e51ac50
096b41a9a3f : Added tag jdk8u141-b00 for changeset 68d2b69e4233
cb8ee27a583 : Added tag jdk8u141-b00 for changeset 69b980e72b94
53ad5e91632 : Added tag jdk8u141-b00 for changeset c88e102f854b
d67d30ab379 : Added tag jdk8u141-b00 for changeset 04a7d5bbb672
08ce60df7e8 : 8168699: Validate special case invocations
a6f19b9e5f8 : 8168699: Validate special case invocations
b9b902f6f99 : 8168699: Validate special case invocations
c9042ad797a : 8168699: Validate special case invocations
dff7ff788fd : Added tag jdk8u112-b33 for changeset 153d86577684
bc1cefa8d77 : Added tag jdk8u112-b33 for changeset 300e1b351a40
c1ea1760a9f : Added tag jdk8u112-b33 for changeset ce10111b553f
45f10985238 : Added tag jdk8u112-b33 for changeset 977813acb762
c69387a1e99 : Added tag jdk8u112-b33 for changeset e2223ae5c920
b0aa6762c39 : Added tag jdk8u112-b33 for changeset 95fbfdfa5ea3
3ac781ed1be : Added tag jdk8u112-b33 for changeset a304c2b421e8
f06f5849fac : Added tag jdk8u112-b33 for changeset 550260cc4116
f0172cbd750 : Added tag jdk8u112-b33 for changeset 528ddbb70612
e0e64708f6f : Added tag jdk8u112-b33 for changeset 6c35535e0166
587328c31be : Added tag jdk8u112-b33 for changeset 2897fe28c3f4
9c87f1a1486 : Added tag jdk8u112-b33 for changeset 5571ce19c3bb
e199c1e6133 : 8171163: Merge d01f2abf2c65 broke test/Makefile
a7af402b510 : 8171167: Build fails in Mach 5 with "File name too long."
d652c70de64 : 8170464: Remove shell script from compiler/c2/cr7005594/Test7005594.java
927d6255d35 : 8171236: RTM/HTM jtreg tests regression after transition to the new GNU-style options
7d3c1a63831 : 8171394: [AOT] failed AOT compilation in compiler/aot/RecompilationTest.java
6869835c722 : 8171092: C1's Math.fma() intrinsic doesn't correctly process its inputs
bae7bbd3825 : 8168797: do not load any archived classes from a patched module
af7e1eac20d : 8170761: Buffer overrun in sharedRuntime_x86_64.cpp:477
0b61a28b263 : 8169177: AArch64: SIGSEGV when "-XX:+ZeroTLAB" is specified along with GC options
269508dcf56 : 8171155: Scanning method file for initialized final field updates can fail for non-existent fields
4590c71999a : 8171417: post jigsaw review cleanup in the jtreg jvmti tests
a70c1840757 : 8139566: need proper sync for adding default read edges
ca6eb09ef7e : 8170307: Stack size option -Xss is ignored
89e7c22fc4f : 8171129: [aarch64] hs_err logs do not print register mappings
88d37ce5fd7 : 8170864: java/net/URLClassLoader/closetest/CloseTest.java has undeclared dependencies
117454e9792 : 8171075: Inet4AddressImpl: Remove duplicate and (no longer used ?) native coding for BSD
5f451fea3fb : 8170289: Re-examine entry point support in jlink
29869a6a87d : 8171298: ProblemList java/rmi/registry/readTest/readTest.sh due to JDK-7146543
41a216c75b5 : 8171133: java/rmi/registry/reexport/Reexport.java, there is a missing case check in createReg(..)
1a652df6432 : 8171373: Reduce copying during initialization of ModuleHashes
be91309965a : 8139688: Port fdlibm exp to Java
013944c3f4f : 8169465: Deadlock in com.sun.jndi.ldap.pool.Connections
4484fde3360 : 8171374: GenGraphs should filter the rank grouping if the group is empty
50284793139 : 8171377: Add sun.misc.Unsafe::invokeCleaner
bd0a13fa217 : 8170282: Enable ALPN parameters to be supplied during the TLS handshake
98cc34711bb : 8171340: HttpNegotiateServer/java test should not use system proxy on Mac
1e82db676a0 : 8170987: Module system implementation refresh (12/2016) 8170859: Run time and tool support for ModuleResolution
d75381730e9 : 8171297: ProblemList javax/net/ssl/DTLS/PacketLossRetransmission.java due to JDK-8169086
79a8c66551d : 8171323: generate dot file for java.se and java.se.ee with only API dependences
49393dbb14a : 8169806: DriverManager javadoc clarifications
e578c73e829 : 8171316: Add IMPLEMENTOR property to the release file
bcfb267efe5 : 8154058: [TIFF] ignoreMetadata parameter of TIFFImageReader's setInput() method affects TIFFImageReadParam in non-obvious way
d98371fcfec : 8038079: Re-examine integration of SPNEGO authentication
11166cddfde : 8170878: JDK 9 fails to build when enabling Hotspot code coverage
d3892cc3b4a : 8072988: Update javax.annotation.processing for modules
5f63bc3ff03 : 8171005: Fix JavaFileManager.getLocationForModule(Location location, JavaFileObject fo, String pkgName) to work with location == CLASS_OUTPUT
c2b261c9f5b : 8171137: Avoid warning: -Xint is not compatible with AOT (switching AOT off)
001c67f1fb9 : 8171134: Unexpected output in compiler/aot/SharedUsageTest.java
15bbe5e4e87 : 8170961: ProblemList tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java due to JDK-8169971
9b9f39d3e08 : 8169925: Organize licenses by module in source, JMOD file, and run-time image
8de55494e8a : 8169925: Organize licenses by module in source, JMOD file, and run-time image
9e5033a0aeb : 8169925: Organize licenses by module in source, JMOD file, and run-time image
59e977e56bc : 8169925: Organize licenses by module in source, JMOD file, and run-time image
d1dd5b972c6 : 8169925: Organize licenses by module in source, JMOD file, and run-time image
ee699bc074b : 8023898: Consolidate Map tests Collisions and InPlaceOpsCollisions into general Map-based test
85905cb7572 : 8171043: ServerIdentityTest.java fails on Windows
f283a486eb1 : 8170954: non-ASCII characters in lcms and harfbuzz break Windows builds on some locales
634875f391d : 8166763: java/rmi/* tests fail intermittently with "Port already in use" in RMID.start()
3f8b9fbad64 : 8171131: Problem list ModuleNamesOrderTest.java until JDK-8171070 is fixed
b2756f52da9 : Added tag jdk8u121-b13 for changeset 35d40af552db
71e16669232 : Added tag jdk8u121-b13 for changeset 69d59d28f4a2
4038d102664 : Added tag jdk8u121-b13 for changeset 45e8d7d0d3c2
ecf50a2f680 : Added tag jdk8u121-b13 for changeset a01945083c60
886f16b43f2 : Added tag jdk8u121-b13 for changeset fa631394010b
dd597f5789f : Added tag jdk8u121-b13 for changeset 261cf30bc8f4
056c72c78c0 : Added tag jdk8u121-b13 for changeset f3c55a47f1cc
985a7012534 : Added tag jdk8u121-b13 for changeset 01729e6440a0
ab1cf283b5f : Added tag jdk8u121-b13 for changeset 50a81f5dc2e6
9aa1f773207 : Added tag jdk8u121-b13 for changeset 1dc699434a73
7a21cab55c3 : Added tag jdk8u121-b13 for changeset b1e325c6e280
fbe693c2ebd : Added tag jdk8u121-b13 for changeset 699a6be906e7
9cb2ad91c18 : Added tag jdk8u121-b13 for changeset 3ae5cdf0f9db
5b1a88ac865 : Added tag jdk8u121-b13 for changeset bd011edd007b
7caf8508261 : Added tag jdk8u121-b13 for changeset aeb63f9c260d
df13799b0cc : Added tag jdk8u121-b13 for changeset 591fc7c49928
6fd85f1084b : 8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments
c9a8dbfa254 : 8162338: AArch64: Intrinsify fused mac operations
ea2afa8f05f : 8162350: RepaintManager shifts repainted region when the floating point UI scale is used
4778661b1f9 : 8171059: [AOT] error in AotCompiler output in some aot tests
55dcedfbc88 : 8171060: [AOT] aot tests: WARNING: Requested compilation levels are out of current vm capabilities
b0e53fc8de1 : 8153229: JavacFiler.checkFileReopening drowns in exceptions after Modular Runtime Images change
dd620cb5914 : 8170920: SO_RCVBUF and SO_SNDBUF options problem for network channels on MacOS
f6829cd1ed6 : 8164057: Fix @since for java.net.Inet[46]Address
0a0e551eed7 : 8171081: Put TimeoutOrderingTest in ProblemList for solaris-all
bc1ae385d3a : 8147527: Wrong code generated for postfix unary operators
1e5da73b30d : 8170316: (tz) Support tzdata2016j
d3754e4798f : Added tag jdk8u121-b35 for changeset 5748636c12ed
4190b64fa75 : 8170316: (tz) Support tzdata2016j
c1a9c3ea268 : Added tag jdk8u121-b35 for changeset d3b19622bf31
28ca66d22fd : 8170387: JLightweightFrame#syncCopyBuffer() may throw IOOBE
a6a7785d5ec : 8171062: Problem list ServerIdentityTest.java on window
b17a878c56c : 8168925: MODULES property should be topologically ordered and space-separated list
2841c5eb2b5 : 8171008: Integrate AOT compiler into JDK
2c220df590f : 8171008: Integrate AOT compiler into JDK
3c6287a42cf : 8171008: Integrate AOT compiler into JDK
0fcdac454d4 : 7195382: TEST_BUG: java/rmi/activation/CommandEnvironment/SetChildEnv.java can fail
1a40cebca3b : 8166417: Integrate Graal-core into JDK for AOT compiler
b0ec3b0ab48 : 8166417: Integrate Graal-core into JDK for AOT compiler
3ef35612c76 : 8166417: Integrate Graal-core into JDK for AOT compiler
f39eef3ab65 : 8170595: Optimize Class.isAnonymousClass, isLocalClass, and isMemberClass
6d2dd6f4837 : 8166568: Add jmod extract subcommand 8169492: jdk.internal.jmod.JmodFile.JMOD_MAGIC_NUMBER is a mutable array
77ecc65369d : 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
9e339249a8f : 8171046: Quarantine TestStressG1Humongous.java until JDK-8171045 is fixed
37e807c6988 : 8170772: ResourceBundle improper caching causes tools/javadoc tests intermittently
e9ddc68f705 : 8170251: Add javax.tools.Tool.name()
42edb006efa : 8169728: Missing sign checks in TIFFField(TIFFTag tag, int type, int count, Object data) for TIFFTag.TIFF_LONG
4d72ca5fdea : 8171003: A couple of JSSE tests have been failing after JDK-8170329
8e9cdc61b6d : 8069128: Fix deprecation warnings in jdk.deploy.osx module
12d79140777 : 8169725: cannot use TIFFField(TIFFTag tag, int value) for TIFF_LONG values greater than Integer.MAX_VALUE
72faefa5ce1 : 8163520: Reuse cache entries
51f6a0d5f1a : 8163520: Reuse cache entries
7f4cb73e6d1 : 8170329: New SSLSocket testing template
7aff5df6249 : 8170667: ClassReader assigns method parameters from MethodParameters incorrectly when long/double parameters are present
0a549bfea5e : 8170952: jar's usage message output need some cleanup
670248f36d5 : 8150490: Update OS detection code to recognize Windows Server 2016
32a6da6f69e : 8150490: Update OS detection code to recognize Windows Server 2016
9b91c0fa1b3 : 8150490: Update OS detection code to recognize Windows Server 2016
9338fac80ed : 8150490: Update OS detection code to recognize Windows Server 2016
70de9dc5c04 : 8150490: Update OS detection code to recognize Windows Server 2016
f86c6572de2 : 8171533: Better email transfer
644ddd7722b : 8170222: Better transfers of files
75a74bdc5a2 : 8150490: Update OS detection code to recognize Windows Server 2016
48431ed6481 : 8171533: Better email transfer
5824f2d2bd5 : 8170222: Better transfers of files
c8bafaeada5 : 8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property 8166393: disabledAlgorithms property should not be strictly parsed
0549ea9a196 : 8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property 8166393: disabledAlgorithms property should not be strictly parsed
ee6b8571ebc : 8170984: java.util.logging might force the initialization of ResourceBundle class too early
08079775488 : 8153882: rmid emits warning about security policy with obsolete URL
63691477e57 : 8169589: [macosx] Activating a JDialog puts to back another dialog
18e7e1817ca : 8169589: [macosx] Activating a JDialog puts to back another dialog
2de1b5ce260 : 8170648: Move java.net.http package out of Java SE to incubator namespace
f18eacf136a : 8170648: Move java.net.http package out of Java SE to incubator namespace
cd4a997551e : 8170316: (tz) Support tzdata2016j
31e7f220cb8 : 7147083: [TEST_BUG] DnDFileGroupDescriptor not applicable on Mac
ea780d5219e : 8157529: Remove intermittent key from javax/net/ssl/DTLS/CipherSuite.java
711223d9e98 : 8035568: [macosx] Cursor management unification
4b903539061 : 8035568: [macosx] Cursor management unification
588c804e3a7 : 8035568: [macosx] Cursor management unification
6eff57c7b48 : 8035568: [macosx] Cursor management unification
37dc5b02ab2 : 8079898: Resolve disabled warnings for libj2ucrypto
7987d2876a4 : 8170953: CheckResourceKeys tests should declare the resource package to be open
b5d8b0b991f : 8168688: javadoc top left frame should display all modules while in module mode
ebb1a0808bb : 8164908: ReflectionFactory support for IIOP and custom serialization
4f2b897fb0b : 8164908: ReflectionFactory support for IIOP and custom serialization
ad7c4e27f1a : Added tag jdk-9+148 for changeset 9d129b38aaaf
07e2360af78 : Added tag jdk-9+148 for changeset 8e1573096052
63871cb799f : Added tag jdk-9+148 for changeset 2625312d491c
b8101e5a7fb : Added tag jdk-9+148 for changeset bd7790c39ad8
4ab9072eddd : Added tag jdk-9+148 for changeset 285ea8081752
a875ffbd092 : Added tag jdk-9+148 for changeset 20b598516784
1a0e72a705f : Added tag jdk-9+148 for changeset bb4ec5bdb5d8
1bb7e285e30 : Added tag jdk-9+148 for changeset ca14b2e72cab
e8208dd0be7 : 8165769: Hang in the help menu item
9ed13d6bb06 : 8169925: Organize licenses by module in source, JMOD file, and run-time image
95b26477989 : 8169389: Use a bitmap to control StackTraceElement::toString format and save footprint
bfcbde3e50c : 8170919: LogStreamTest tests crash if they are run first
7428af941db : 8166683: On macOS (Mac OS X) getting a ScreenMenuBar when not running "com.apple.laf.AquaLookAndFeel"
88e7d657820 : 7034834: JVMTI xml file referring to old JDK version
cfb71b7b05d : 8170847: Refactor trace/traceStream.hpp
985cf43c19a : 8158012: Use SW prefetch instructions instead of BIS for allocation prefetches on SPARC Core S4
a1b09faffe4 : 8141590: Cannot build Zero with devkit
eaf6a90a9b0 : 8141590: Cannot build Zero with devkit
34dba2fa8cc : 8160441: [PIT][TEST_BUG][macosx] javax/swing/JComboBox/8041909/ActionListenerExceptionTest.java
920f3964462 : 8169618: JDK9 message drop interim resource updates - OpenJDK
c9e3f3fa08f : 8169948: Update ServiceProviderTest for newDefaultInstance() methods in JAXP factories
34c791a6a47 : 8169618: JDK9 message drop interim resource updates - OpenJDK
f4514dfc32a : 8169618: JDK9 message drop interim resource updates - OpenJDK
5ff4b1bb78f : 8171235: Move archive object code from G1MarkSweep into G1ArchiveAllocator
f6acd61df63 : 8170767: Zero fastdebug build triggers assertion
092bf11b7e5 : 8170629: Remove code duplication in test makefiles
d5eac2a77d0 : 8170629: Remove code duplication in test makefiles
bf99b861425 : 8170629: Remove code duplication in test makefiles
3592cbe262f : 8170629: Remove code duplication in test makefiles
e262ab65a72 : 8170632: Stop modifying VERSION_OPT for adhoc builds on reconfigure
5c5ffe13e3d : 8170530: bash configure output contains a typo in a suggested library name
a53e8ddcad8 : 8025439: [TEST BUG] [macosx] PrintServiceLookup.lookupPrintServices doesn't work properly since jdk8b105
2248c79bc5d : 4419271: Provide support for scrolling-mechanisms of non-mouse input-devices
a2cd969a52c : 8170798: Fix minor issues in java2d and sound coding
f2654d02ec6 : 8171363: [PIT] Four Windows-specific tests fail with InaccessibleObjectException when calling Field.setAccessible()
6275fb99b0e : 8134612: clipboard.getData(dataFlavor) can throw UnsupportedFlavorException for registered data flavor
45e7f76530b : 8039273: Font related files should not be modified in ${java.home}/lib
2c877752fe0 : 8131347: new @BeanProperty annotation: inconsistent behavior for "enumerationValues"
d845c9092c5 : 8171074: Test api/javax_swing/UIManager/index.html\#Methods is failing
d82ff831ba2 : 8166132: Convert TestGlobalDefinitions_test to GTest
9d99a698ef7 : 8078450: Implement consistent process for quarantine of tests
6a685f1d630 : 8170672: Event-based tracing to support classloader instances
f945d0ba4dc : 8170784: JDK-8038957 broke cross compilation
e18697ccb29 : 8160536: [macosx] Possible regression: com/apple/eawt/DefaultMenuBar/DefaultMenuBarTest.java
027efc3993c : 8170157: Enable unlimited cryptographic policy by default in OracleJDK 8169335: Add a crypto policy fallback in case Security Property 'crypto.policy' does not exist
5ef4598ec89 : 8139101: javadoc emits "specified by" clause when class has a method that matches a static interface method
c862be1220c : Added tag jdk8u121-b12 for changeset 72b884981c1c
8e6f85f41ef : Added tag jdk8u121-b12 for changeset f42f4bec2caf
29a8b15160f : Added tag jdk8u121-b12 for changeset e764a78448c9
208fa7ee0a9 : Added tag jdk8u121-b12 for changeset 66f240c68b75
6bcbfa6dfb8 : Added tag jdk8u121-b12 for changeset 2db40c6c1787
cb127426fa0 : Added tag jdk8u121-b12 for changeset 66c7cd6a2b08
4d1f3d40e2f : Added tag jdk8u121-b12 for changeset 0ea8e42584e5
a1450ff74b8 : Added tag jdk8u121-b12 for changeset 289bb9c7bd05
8df2e79b117 : Added tag jdk8u121-b12 for changeset 814f075162bd
f13895978f9 : Added tag jdk8u121-b12 for changeset c8ff51982891
682955bcee8 : Added tag jdk8u121-b12 for changeset ad49b501543b
f57c6dba39f : Added tag jdk8u121-b12 for changeset b8db27d7e966
b0eb0ae2ed5 : Added tag jdk8u121-b12 for changeset 036acd526668
5502b0b0f1e : Added tag jdk8u121-b12 for changeset a9d0be47ceb5
33bbdc385c0 : Added tag jdk8u121-b12 for changeset 04bf6fde4610
245757542c5 : Added tag jdk8u121-b12 for changeset 363f6165a793
04f289629ac : 8170410: inference: javac doesn't implement 18.2.5 correctly
ae8ace79125 : 8165564: langtools\test\jdk\jshell\CommandCompletionTest.java fails on some windows
1ba6d00a720 : 8066474: Remove the lib/ directory from Linux and Solaris images
706f5677957 : 8066474: Remove the lib/ directory from Linux and Solaris images
1ed59c02c88 : 8159906: [TEST_BUG] javax/swing/JDialog/Transparency/TransparencyTest.java
0c0db99a872 : 8075577: java.time does not support HOST provider
8bf04374304 : 8170468: Convert ParallelCompact_test to GTest
eb5927f7e98 : 8170670: Problem list com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java until fix of JDK-8170669
ffcb66f1134 : 8162712: StandardJavaFileManager.getModuleLocation() can't find a module
4200b2b0e9c : 8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property
e7c9922f656 : 8170406: JShell (root repo): remove exports exclusion from -Xlint for jdk.jshell
0d04fc1e3c7 : 8170660: RMI regression test failures due to missing @build TestLibrary
75efb52ec8a : 8170633: backslashes in gensrc/module-info.java comments need escaping
cbdac118d7f : 8167340: XMLStreamReader.getElementText return corrupt content when size of element is > 8192
7b53262bafb : 8167185: JShell API: Exported elements referring to inaccessible types in jdk.jshell
411ce3da8c2 : 8169828: jdk/jshell/ExternalEditorTest.java testStatementMush() fails frequently on all platform 8170015: jshell tool: /help output looks terrible on a 100 column wide terminal 8170368: jshell tool: post setting not properly applied, line-ends not prefixed correctly
c7da82e9c0f : 8166914: URLClassLoader spec needs to mention that it's MR-aware
7172c36a8d0 : 8170663: Fix minor issues in corelib and servicabilty coding
213a2bc257d : 8171076: improve rmi tests by replacing TestLibrary.createRegistryOnUnusedPort, getUnusedRandomPort
af3e3204152 : 8171190: Bump reference of NIST 800-57 Part 1 Rev 3 to Rev 4 in JarSigner API spec
3c750bc54fd : 8168979: @implNote for invalid FilePermission
292fe71e60f : 8170943: Collectors.partitioningBy should specify that false and true entries are always present
8a155cc86f0 : 8171072: java/rmi/transport/handshake*/Handshake*.java, exception is not thrown when reach failure test case
96fc05b6726 : 8169389: Use a bitmap to control StackTraceElement::toString format and save footprint
d6628ee6605 : 8168663: Nashorn: ant testng tests doesn't support external java options
88a72796272 : 8166628: Compiling with annotation processing, access error in specific situation
134be77196c : 8170409: CMS: Crash in CardTableModRefBSForCTRS::process_chunk_boundaries
3b33e96af8f : 8170536: Uninitialised memory in set_uintx_flag of attachListener.cpp
9000d071e75 : 8164508: unexpected profiling mismatch in c1 generated code
d5742445090 : 8170409: CMS: Crash in CardTableModRefBSForCTRS::process_chunk_boundaries
9dee9b95161 : 8170536: Uninitialised memory in set_uintx_flag of attachListener.cpp
25226134a32 : 8164508: unexpected profiling mismatch in c1 generated code
0bf29180647 : 8169879: [TEST_BUG] javax/swing/text/GlyphPainter2/6427244/bug6427244.java - compilation failed
0fb83f04d47 : 8169589: [macosx] Activating a JDialog puts to back another dialog
3602bc5233c : Added tag jdk-9+147 for changeset 2668b0bc7ad7
1b1a383977a : Added tag jdk-9+147 for changeset cddf48cf96e9
46d151900ad : Added tag jdk-9+147 for changeset 1993291760e9
150f90889aa : Added tag jdk-9+147 for changeset 29a0c1a888f2
f3dd277595e : Added tag jdk-9+147 for changeset ef1c0c184790
222736ddb00 : 8168699: Validate special case invocations
3d890d51fdc : 8178723: Workaround for failure of CRC32C intrinsic on x86 machines without CLMUL support (JDK-8178720)
d01f71dc2ab : 8178012: Finish removal of -Xmodule:
14571555055 : 8168699: Validate special case invocations
f3a162f330d : 8178723: Workaround for failure of CRC32C intrinsic on x86 machines without CLMUL support (JDK-8178720)
ca6ead90b3c : 8178012: Finish removal of -Xmodule:
6873597b58b : 8145207: [macosx] JList, VO can't access non-visible list items
eebd69a7e54 : 8145207: [macosx] JList, VO can't access non-visible list items
18a725ff0c2 : 8130351: JDK-8130127.js fails under cygwin: cygwin path pased to Java
a2c61949e58 : Added tag jdk-9+147 for changeset abc849d57c6c
5b9e2a32bb5 : 8170599: compiler/** tests using ToolProvider.getSystemClassLoader failing
0d7778eeee0 : 8076554: [macosx] Custom Swing text components need to allow standard accessibility
ed77dce3b2a : 8076554: [macosx] Custom Swing text components need to allow standard accessibility
1c3de25a5f9 : 8162521: java/net/Authenticator/B4933582.sh fails intermittently with BindException
9600c39c807 : 8170559: Incorrect bug id in problem list
73f6f8e873c : 8164304: JDK should build with Oracle Developer Studio
128369a6feb : 8168607: langtools/test/Makefile should set -retain:fail,error by default
c38acad81f2 : 8168924: Add jdk.unsupported to the compact profile builds
5c9fad8d230 : 8056215: AWT source dirs should only point to java2d, not below
c369b807302 : 8170528: Race condition with release file creation
c3c7c2e7f92 : 8170594: >>>=0 generates invalid bytecode for BaseNode LHS
5558e6b690e : 8170565: JSObject call() is passed undefined for the argument 'thiz'
3a7a17a1d9a : 8170594: >>>=0 generates invalid bytecode for BaseNode LHS
7a196407f45 : 8170565: JSObject call() is passed undefined for the argument 'thiz'
5838b5eeb5e : 8170594: >>>=0 generates invalid bytecode for BaseNode LHS
fa4bdd39c59 : 8170565: JSObject call() is passed undefined for the argument 'thiz'
7092ff6b91f : 8170548: VM may crash at startup because StdoutLog/StderrLog logging stream can be badly aligned
32babf06032 : 8170576: Silence error message in compare.sh when selecting images
8d6d1e4cdaa : 8170490: Convert TestBufferingOopClosure_test to GTest
9c6128c9433 : 8169734: Update uses of string "java.base" to macro
6d271f4386a : 8066474: Remove the lib/ directory from Linux and Solaris images
83ff43e7372 : 8168850: Mark module entries that have been specified by --patch-module
78e6980e1a9 : 8170409: CMS: Crash in CardTableModRefBSForCTRS::process_chunk_boundaries
a8e63c4db59 : 8169069: Module system implementation refresh (11/2016)
22e233b2e95 : 8169069: Module system implementation refresh (11/2016)
fbe85300bfc : 8169069: Module system implementation refresh (11/2016)
93568043de7 : 8169069: Module system implementation refresh (11/2016)
a5e4fa3d364 : 8169069: Module system implementation refresh (11/2016)
988690303ad : 8169069: Module system implementation refresh (11/2016)
072e9236b40 : 8169069: Module system implementation refresh (11/2016)
18af38e9271 : 8169069: Module system implementation refresh (11/2016)
b1fd8970438 : 7190578: Nimbus: css test for 4936917 fails
f1187fde71b : 8049316: java/nio/channels/Selector/Wakeup.java failing
f62583909ae : 8019538: TEST_BUG: java/rmi/activation/rmidViaInheritedChannel tests may fail
7e585645409 : 8168745: Iterator.forEachRemaining vs. Iterator.remove
118c620fd78 : 8170338: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java failed with "Port already in use"
96be8c0cc8c : 8170470: superword may miss reductions
a0acfdf5255 : 7037368: Currency names missing in some locales
2d286846369 : 8043838: Test java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java failed intermittently in nightly
94918671a6b : 8170839: failed test case is not checked in java/rmi/activation/ActivateFailedException/activateFails/ActivateFails.java
d8e5d537234 : 8168628: (fc) SIGBUS when extending file size to map it
1bcb7f93c06 : 8170291: Unpredictable results of j.i.ObjectInputFilter::createFilter
26bcf5dba0c : 8170875: Problem list LocaleTest.java until JDK-8170840 is fixed
d08eb8c2a9a : 8170831: ZipFile implementation no longer caches the last accessed entry/pos
502274b2c12 : 8170560: Improve code samples in Collectors javadoc
d4becc9ff12 : 8170465: JNI exception pending in jni_util.c:190 8170466: JNI exception pending in jni_util.c:190
df8736b785e : 8158517: Minor optimizations to ISO10126PADDING
5c2b3026c26 : 8169653: Restore ObjectInputStream::resolveClass call stack default search order
42c1512e0b4 : 8170629: Remove code duplication in test makefiles
794ed77e320 : 8071929: Locale.getISOCountries() has inconsistent behaviour for "AN", "BU" and "CS" country codes
ae8cf283533 : 8081390: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java may leave orphaned processes
1dad4ab65f9 : 8170704: java/rmi/activation/Activatable/* tests fails intermittently with "output improperly annotated"
9877170d02b : 8166446: SingletonIterator.forEachRemaining doesn't advance before calling action
53224e0782c : 8170828: test/java/util/zip/ZipFile/TestZipFile needs @modules to work with Method.setAccessible()
3af52f25f32 : 8160359: Improve jlink logging for cases when a plugin throws exception
62486246c79 : 8170525: Fix minor issues in AWT/ECC/PKCS11 coding
c969db1c89f : 8169115: java/net/InetAddress/ptr/lookup.sh failed intermittently
d0feb351b68 : 8170664: SystemLoggerInPlatformLoader.java failing in case of module limitation
9e2b7c4cb56 : 8170840: java/util/Locale/LocaleTest.java failed with "Uncaught exception thrown in test method TestGetLangsAndCountries"
a8f74f0a50b : 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found
fc3e9ac7d95 : 8169688: Backout (remove) MD5 from jdk.jar.disabledAlgorithms for January CPU
a91d10b268c : 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found
363b9248a21 : 8169688: Backout (remove) MD5 from jdk.jar.disabledAlgorithms for January CPU
1d0671e8dc4 : 8160087: Change IOOBE to warning in the scenarios when it had not being thrown before the JDK-8078514
109b86908ab : 8037111: space before percent is inconsistent between sv and sv_SE 8081643: wrong number format for Serbian locale with Latin script
88352efab62 : 8170523: Some PKCS11 test cases are ignored with security manager
fdb9c95f6b3 : 8170157: Enable unlimited cryptographic policy by default in OracleJDK 8169335: Add a crypto policy fallback in case Security Property 'crypto.policy' does not exist
615fbfe49cc : 8170644: java/rmi/registry/interfaceHash/InterfaceHash.java failed intermittently with "Port already in use"
e61006c1cbc : 8170669: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java fails after JDK-8153916
e281099d2fb : 8170245: [TEST_BUG] Cipher tests fail when running with unlimited policy
36779a0df3e : 8170733: HashMap.HashIterator.remove method does not use cached value for the hash code
0043906c46a : 8170428: Move src.zip to JDK/lib/src.zip
1a34c7a1aea : 8170428: Move src.zip to JDK/lib/src.zip
40644c5ab9b : 8169527: Typo in getCalendarType() method of Chronology class
1ac940c263c : 8167103: Intermittent font loading failure on macOS with JFXPanel application
181df7b60cd : Added tag jdk8u112-b32 for changeset dec3b502023f
ba382e00df4 : Added tag jdk8u112-b32 for changeset 8524cf0e30d7
fab78294f50 : Added tag jdk8u112-b32 for changeset c0085eee783c
108b7b87077 : Added tag jdk8u112-b32 for changeset e5dd6988850b
815c51c32d5 : Added tag jdk8u112-b32 for changeset b7987725a215
ed8d063991b : Added tag jdk8u112-b32 for changeset 17689f5aa4ab
595d505c309 : Added tag jdk8u112-b32 for changeset 087aa4201108
ef860eaaf02 : Added tag jdk8u112-b32 for changeset 3ab23f483039
7ff0caa5486 : Added tag jdk8u112-b32 for changeset 08ebfe7d1233
78475fa9e13 : Added tag jdk8u112-b32 for changeset 40b343e81a98
6952a440290 : Added tag jdk8u112-b32 for changeset af8c36c0afa9
d9acb73162b : Added tag jdk8u112-b32 for changeset f2d13b9d9c9c
17d40244e77 : Added tag jdk8u112-b32 for changeset 2ce57a935344
7b295899dd6 : Added tag jdk8u112-b32 for changeset 0acae588ee73
854ed5d274c : Added tag jdk8u112-b32 for changeset 75848b30eefc
094bb681eae : Added tag jdk8u112-b32 for changeset 7fd87f7f801b
1d33993914f : 8165765: Unexpected ID for RMI connection
4a1bb5b90aa : 8170467: (reflect) Optimize SignatureParser's use of StringBuilders
98430b9e559 : 8169778: Add new public methods to get new instances of the JAXP factories builtin system-default implementations
fa87bee6880 : 8169866: TESTBUG: com/sun/security/ tests have undeclared modules dependencies
40f3d9e0f76 : 8166737: default langtools make test settings result in no ouput
3e6e13dece3 : 8133719: java.lang.InternalError in java.lang.invoke.MethodHandleImpl$BindCaller.bindCaller
789f9198c7a : 8035424: (reflect) Performance problem in sun.reflect.generics.parser.SignatureParser
b3f52c54f9c : 8170539: Test clashes with another test with a similar name
e6e9bbfcdb5 : 8160359: Improve jlink logging for cases when a plugin throws exception
2034cb4c6e4 : 8170247: java/security/SecureRandom/ApiTest fails when run with unlimited policy
5f2d8b9738e : 8170248: Problem list javax/rmi/PortableRemoteObject/8146975/RmiIiopReturnValueTest.java
d036a1e2768 : 8170408: LogGeneratedClassesTest.java fails with recent changes
cee580a37dd : 8166646: Miscellaneous changes imported from jsr166 CVS 2016-10
3f4bdaf9bdc : 8169272: Clarify Semaphore.drainPermits behavior when current permits are negative
58623faf531 : 8166507: ConcurrentSkipListSet.clear() can leave the Set in an invalid state
3d0d86185e1 : 8143577: optimize ArrayList.removeIf 8169679: ArrayList.subList().iterator().forEachRemaining() off-by-one-error 8167202: ArrayDeque improvements 8164793: new ArrayDeque(2**N) allocates backing array of size 2**(N+1) 8169739: LinkedBlockingDeque spliterator needs to support node self-linking 8169738: CopyOnWriteArrayList subList needs more synchronization
9e1258d0c34 : 8169243: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java still fails intermittently
d67262a13fd : 8170424: back out src.zip change from JDK-8170424
29904587f16 : 8170424: back out src.zip change from JDK-8170424
d060432dd32 : 8170429: Problem list LogGeneratedClassesTest.java until JDK-8170408 is fixed
7dc24444e4b : Added tag jdk8u121-b11 for changeset 3f6677af770d
08e04fb9a67 : Added tag jdk8u121-b11 for changeset 3995dcb300b3
8a2fa5a90ef : Added tag jdk8u121-b11 for changeset 7b2ddba30ed8
1e4239d6d5d : Added tag jdk8u121-b11 for changeset dd1d4e91437a
a2891ffe9cb : Added tag jdk8u121-b11 for changeset 43bb0a970b51
244a2cb6843 : Added tag jdk8u121-b11 for changeset 9d966e650322
3cbf7b29f6b : Added tag jdk8u121-b11 for changeset d0adcf8ac96b
8f921de8b87 : Added tag jdk8u121-b11 for changeset 054f69f3f024
2ad4810d33b : Added tag jdk8u121-b11 for changeset d8b0d6d3b98a
dc6dfa2012f : Added tag jdk8u121-b11 for changeset f9a0d509f67a
55f3a30bdb6 : Added tag jdk8u121-b11 for changeset ad1a604f46ac
20d55773069 : Added tag jdk8u121-b11 for changeset b26c68f464da
d3be888b4cd : Added tag jdk8u121-b11 for changeset cc8e27199fdb
d7de011f55b : Added tag jdk8u121-b11 for changeset f61e12d3b179
0a3285fcf65 : 8169816: Move src.zip and jrt-fs.jar under the lib directory
9a866344345 : 8169816: Move src.zip and jrt-fs.jar under the lib directory
d8c7cf7073a : 8169816: Move src.zip and jrt-fs.jar under the lib directory
c89896f3bde : 8170401: JConsole might use System.Logger
7257873cbf1 : 8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
47c467561a4 : 8039103: "explicitly" is misspelled as "explicitely" in configure scripts
31337809b0b : 8169495: Add a method to set an Authenticator on a HttpURLConnection
1acb054167f : 8078587: java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java fails intermittently with Port already in use
aaef7d962d5 : 8080550: java/rmi/server/useCustomRef/UseCustomRef.java failed with java.net.BindException intermittently
1f86ad9ea4f : 8153916: com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java failed with BindException
7c65dd947d0 : 8170581: Remove OpenNonIntegralNumberOfSampleframes.java from ProblemList
ca77f42179b : 8170155: StringBuffer and StringBuilder stream methods are not late-binding
689077a9da2 : 8167328: jar -d m.jar hangs
19878eac413 : Added tag jdk-9+147 for changeset 3bffdeb6c8d9
f7751b87cd4 : 8170602: Startup regression due to introduction of lambda in java.io.FilePermissionCollection
99684f14fea : 8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
62570cd493c : 8039103: "explicitly" is misspelled as "explicitely" in configure scripts
f9cea3e766b : 8038957: DEBUG_BINARIES can be removed
801a14a0e77 : 8076577: Do not allow ccache prior to 3.2 on macosx
1b86d8d6e05 : 8170666: Test for microsoft compiler minimum version
b89aaf9eb7e : 8170651: Remove legacy hotspot compiler setup
5722a3a6d08 : Added tag jdk-9+147 for changeset 06c697759688
b16751e52be : 8170402: Compilation warning with NashornException
22ba1d5ebb3 : 8170364: FilePermission path modified during merge
ffc4d62cccf : 8170392: JDK-8031567 broke builds from source bundles
cc87ed96f5b : 8170388: Deprecate the flag -XX:ExplicitGCInvokesConcurrentAndUnloadsClasses
547092cf8d1 : 8167284: [TESTBUG] [PIT] possible regression: javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java
bac0ea68425 : 8170385: JDK-8031567 broke source bundles
ae84c4233fe : 8161579: Array-like AbstractJSObject-based instance not treated as array by native array functions
db254a6acc2 : 8031567: Better model for storing source revision information
c32103fc284 : 8031567: Better model for storing source revision information
7723d4d6d2b : 8031567: Better model for storing source revision information
a15f97efb9a : 8031567: Better model for storing source revision information
f9f47ab8661 : 8031567: Better model for storing source revision information
7afbd4b39f7 : 8031567: Better model for storing source revision information
b58f0c97b96 : 8031567: Better model for storing source revision information
27b7ab8b27a : 8031567: Better model for storing source revision information
893ec916559 : 8168135: The issue JDK-8164462 seems not fixed in b140
c6705841d42 : 8168341: Gtests on JSon produce an enormous amount of hardly understandable output to stdout
d7a27bad031 : 8170322: Specialized functions convert booleans to numbers
cc92885caee : 8170328: PPC64: Use andis instead of lis/and
d2e98c47f7a : 8170328: PPC64: Use andis instead of lis/and
793c6e5da72 : 8170328: PPC64: Use andis instead of lis/and
947115f16fb : 8170430: x86 pow() stub from Intel libm is inconsistent with pow() from fdlib
020f7ed9da9 : 8170416: CompilerControl: VectorizeDebug option type is incorrect
0925fecaf5e : 8170395: Metaspace initialization queries the wrong chunk freelist
f9911247afc : 8170297: runtime/SharedArchiveFile/LargeSharedSpace.java didn't run out of memory
f2dcdc6fb57 : 8166156: Convert test_semaphore to GTest
9b7be3512e9 : 8169003: LogDecorations.iso8601_utctime_test fails if numeric locale uses "," as separator between integer and fraction part
5e29b0af21e : 8168996: C2 crash at postaloc.cpp:140 : assert(false) failed: unexpected yanked node
caf8bb3f8b4 : 8170431: non-ASCII characters in source code comments (jimage.hpp)
7624f76c84c : 8169867: Method::restore_unshareable_info does not invoke Method::link_method
f9087dae6df : 8170227: use vm.jvmci property in compiler/jvmci tests
7a6eaf487de : 8170226: Implement setting jtreg @requires property vm.jvmci
d63b1299f76 : 8170226: Implement setting jtreg @requires property vm.jvmci
f4c9d73b3ef : 8164316: Refine the Doclet APIs
87f732d5818 : 8170192: [JAXP] [TESTBUG] test/javax/xml/jaxp/libs/jaxp/library/JAXPPolicyManager.java should grant permissions to jtreg, javatest, and testng jars
8a83f76baae : 7164925: Change -KPIC to -xcode=pic32 on sparc
500ce8299e0 : 8170280: Enable -g for all java compilation in the build
54244b5e6d1 : 8170279: Langtools test/Makefile ignores failed tests
b61b0b8c006 : 8167160: [TEST_BUG][PIT] failure of javax/swing/JRadioButton/8033699/bug8033699.java
832c943cd18 : 8162101: C2: Handle "wide" aliases for unsafe accesses
9d586bf45ac : 8162101: C2: Handle "wide" aliases for unsafe accesses
738bda00e1f : 8155781: C2: opaque unsafe access triggers an assert
55b935260c5 : 8155781: C2: opaque unsafe access triggers an assert
6c59b939043 : 8134918: C2: Type speculation produces mismatched unsafe accesses
10989ba514c : 8134918: C2: Type speculation produces mismatched unsafe accesses
784716bd2fe : 8140309: [REDO] failed: no mismatched stores, except on raw memory: StoreB StoreI
94c7855156c : 8140309: [REDO] failed: no mismatched stores, except on raw memory: StoreB StoreI
fdedfbc0f35 : 8141591: javax/management/remote/mandatory/threads/ExecutorTest.java fails intermittently
f04a27dbdcc : 8048702: Deprecate obsolete classes in javax/swing/plaf/metal/MetalFileChooserUI.java
b1a1a5ab71e : 8170301: remove debug print statement
794f11de728 : 8158916: ProblemList.txt update for com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java
5216c57738a : 8163528: Better library loading
3a7e20b7ba1 : 8170814: Reuse cache entries (part II)
7eb93659cff : 8170316: (tz) Support tzdata2016j
d89b9775281 : Added tag jdk8u131-b04 for changeset fc4f37c62402
da8c0483a3e : 8163528: Better library loading
64b7853c4f3 : 8170814: Reuse cache entries (part II)
5265b214d35 : 8170316: (tz) Support tzdata2016j
ae7712d08ef : Added tag jdk8u131-b04 for changeset 6d0e6e511d4f
1be16f5deed : Added tag jdk-9+146 for changeset e9aa3423c897
51f50b64e51 : Added tag jdk-9+146 for changeset 6003e36b56df
2e931825c6a : Added tag jdk-9+146 for changeset f7a57d034f22
ebe680ca0f5 : Added tag jdk-9+146 for changeset 17e6a319acd1
174b258e57b : Added tag jdk-9+146 for changeset 0b97f62b6064
16734f37d5a : Added tag jdk-9+146 for changeset 296b6f1ad81e
d768f16fea8 : Added tag jdk-9+146 for changeset d139f0e91e7e
e76a5487435 : Added tag jdk-9+146 for changeset 89406c257bc9
9d87230fccf : 8140525: AwtFrame::WmShowWindow() may steal focus
906af4f8a65 : 8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304
8e7b72ee833 : 8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304
4aaf8f63ba2 : 8170358: [REDO] 8k class metaspace chunks misallocated from 4k chunk freelist
1d62b594447 : 8170228: register closed @requires property setter
7c98a302526 : 8170284: Move fine granular hotspot make targets to top level
ba274b43ecc : 8138771: java.awt.image.AbstractMultiResolutionImage needs customized spec for methods of Image which it implements
da0405eb9c7 : 8168714: Tighten ECDSA validation
23cf8cd00eb : 8168714: Tighten ECDSA validation
343966ee492 : 8161571: Verifying ECDSA signatures permits trailing bytes
9e6abfaeefb : Added tag jdk8u121-b11 for changeset 892f7de54a1d
585a24ab656 : 8161571: Verifying ECDSA signatures permits trailing bytes
e1c3e58c060 : Added tag jdk8u121-b11 for changeset 9f5871f8db9a
36b91fce5c1 : 8170268: 8u121 L10n resource file update - msgdrop 20
167fc507645 : 8170268: 8u121 L10n resource file update - msgdrop 20
165128d95fe : 8170268: 8u121 L10n resource file update - msgdrop 20
074a841d7c1 : 8170268: 8u121 L10n resource file update - msgdrop 20
75d947dcffc : 8169772: [JAXP] XALAN: Transformation of DOM with null valued text node causes NPE
819c6f5c780 : 8065555: Remove incorrect locale data for inexistent language German (Greece)
80cef0fcce6 : 8170242: jdk.desktop needs package access to sun.awt
fc2f4226238 : 8169479: java.lang.reflect.Constructor class has wrong api documentation
20c0c1d9d0b : 8136831: Undefined null behavior in ClassLoader.getResourceXXXX()
f5f1fcb803a : 8132964: Spliterator documentation on Priority(Blocking)Queue
11b92f7ddb6 : 8169808: Stream returning methods should specify if they are late binding
36ffe056e19 : 8169435: ClassLoader.isParallelCapable is final and conflicting method may get VerifyError
305d7765812 : 8169645: ObjectInputFilter Config spec is ambiguous regarding overriding the filter via System properties
086115b9750 : 8169416: SSLSessionImpl finalize overhead
c7eb7fe40c6 : 8170035: When determining the ciphersuite lists, there is no debug output for disabled suites
1d36ad3fbfd : 8196224: Even better Internet address support
53a8447d3ea : 8191239: Improve desktop file usage
586ace70668 : 8193419: Better Internet address support
80086669f68 : 8170035: When determining the ciphersuite lists, there is no debug output for disabled suites
7edf30e71bc : 8196224: Even better Internet address support
84879a41940 : 8191239: Improve desktop file usage
a05ffa0f1d0 : 8193419: Better Internet address support
7b1a9ed0806 : 8170035: When determining the ciphersuite lists, there is no debug output for disabled suites
d420089ba68 : 8199001: [TESTBUG] RMIConnectionFilterTest.java test fails in compilation
cb435183d73 : 8198963: Fix new rmi property name
2e81fc7d204 : 8198662: Incompatible internal API change in JDK8u161: signature of method exportObject()
5c44210b7f6 : 8198494: 8u171 and 8u172 - Build failure on non-SE Linux Platforms
c7429ca48b5 : 8191909: Nightly failures in nashorn suite
bbb11aae3ec : 8189985: Improve tabular data portability
e36719b2d8a : 8193833: Better RMI connection support
cbdc848487f : 8197030: Perf regression on all platforms with 8u171-b03 - early lambda use
8b57f286abd : 8192757: Improve stub classes implementation
bbe06cd270e : 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format
76c8982febc : 8196224: Even better Internet address support
87a08017dce : 8189981: Improve queuing portability
5bff26926a0 : 8191239: Improve desktop file usage
62458f661ed : 8193409: Improve AES supporting classes
9877bc54868 : 8193419: Better Internet address support
4026bed3a01 : 8175075: Add 3DES to the default disabled algorithm security property
eaae3debbe7 : 8190674: sun/security/tools/jarsigner/TimestampCheck.java failed with java.nio.file.NoSuchFileException: ts2.cert
c8f38d4ac28 : 8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires
ca89a353066 : 8172529: Use PKIXValidator in jarsigner
0bc41aff7b7 : 8158887: sun/security/tools/jarsigner/concise_jarsigner.sh timed out
cf8341aa4bc : 8146377: test/sun/security/tools/jarsigner/concise_jarsigner.sh failing
4be03d39fbe : 8130132: jarsigner should emit warning if weak algorithms or keysizes are used
2d5b8c8d8b8 : 8049834: Two security tools tests do not run with only JRE
1b7a89c2b88 : 8142927: Feed some text to STDIN in ProcessTools.executeProcess()
33997c6ccf5 : 8182362: Update CipherOutputStream Usage
218211a06b0 : 8189969: Manifest better manifest entries
33a99a5300f : 8186032: Disable XML Signatures signed with EC keys less than 224 bits
df5e1cb3409 : 8170035: When determining the ciphersuite lists, there is no debug output for disabled suites
f04b4279e3b : 8199001: [TESTBUG] RMIConnectionFilterTest.java test fails in compilation
8981ac5d7d2 : 8198963: Fix new rmi property name
b635bdf04df : 8198662: Incompatible internal API change in JDK8u161: signature of method exportObject()
46bc522fb31 : 8198494: 8u171 and 8u172 - Build failure on non-SE Linux Platforms
e7878c8fb30 : 8191909: Nightly failures in nashorn suite
8ca7a0cd83d : 8189985: Improve tabular data portability
b714118f9c3 : 8193833: Better RMI connection support
17c56bbabde : 8197030: Perf regression on all platforms with 8u171-b03 - early lambda use
30c1a92c942 : 8192757: Improve stub classes implementation
f753104f4e9 : 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format
4fc3ec228bf : 8196224: Even better Internet address support
e28883f0892 : 8189981: Improve queuing portability
4df336eb8a7 : 8191239: Improve desktop file usage
6627a1e49e3 : 8193409: Improve AES supporting classes
e4dad1e139c : 8193419: Better Internet address support
0f97892dde3 : 8175075: Add 3DES to the default disabled algorithm security property
3431dcbbb04 : 8190674: sun/security/tools/jarsigner/TimestampCheck.java failed with java.nio.file.NoSuchFileException: ts2.cert
723df1bc603 : 8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires
5edbff7ac11 : 8172529: Use PKIXValidator in jarsigner
bfb793d71db : 8158887: sun/security/tools/jarsigner/concise_jarsigner.sh timed out
38a9af7f245 : 8146377: test/sun/security/tools/jarsigner/concise_jarsigner.sh failing
3113a68d005 : 8130132: jarsigner should emit warning if weak algorithms or keysizes are used
662ce0a5030 : 8049834: Two security tools tests do not run with only JRE
a89d0057640 : 8142927: Feed some text to STDIN in ProcessTools.executeProcess()
06dab7092cd : 8182362: Update CipherOutputStream Usage
6b0c6653975 : 8189969: Manifest better manifest entries
04cea5378ef : 8186032: Disable XML Signatures signed with EC keys less than 224 bits
a4e5122d64c : 8170035: When determining the ciphersuite lists, there is no debug output for disabled suites
c5cbc99fd12 : 8170249: Problem list 2 jdk/jshell tests
85eded35622 : 8169519: JShell: Handle start-up failures and hangs gracefully 8166581: JShell: locks forever if -R options is wrong 8169234: JShell: hangs on startup on some computers caused by hostname
3b349e495bd : 8170158: Remove ClassLoader/platformClassLoader/DefinePlatformClass.java from ProblemList
2d7092c7aca : 8155765: javax.tools.ToolProvider::getSystemToolClassLoader returns app class loader even if no tool is available
6e31f6440f1 : 8164590: javac --inherit-runtime-environment fails with "cannot find modules: ALL-DEFAULT"
70063a4b11d : 8169011: Resizing XML parse trees
05e315c4cb5 : 8178012: Finish removal of -Xmodule:
55278d73c71 : 8162572: Update License Header for all JAXP sources
8af0f262526 : 8169011: Resizing XML parse trees
d59ed7d863d : 8178012: Finish removal of -Xmodule:
cf59a02eac0 : 8162572: Update License Header for all JAXP sources
9341d6fc604 : 8169887: javax/swing/JEditorPane/8080972/TestJEditor.java, javax/swing/text/View/8080972/TestObjectView.java are failing
101d945f21f : 8170106: AArch64: Multiple JVMCI issues
11802f94e80 : 8170355: [BACKOUT] 8k class metaspace chunks misallocated from 4k chunk freelist
484e62c39f5 : 8170228: register closed @requires property setter
63693b7bb6e : 8170284: Move fine granular hotspot make targets to top level
e05aabe8ab9 : 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes
9a28eb07452 : 8166898: G1SATBCardTableLoggingModRefBS::invalidate() incorrect with whole_heap == true
06bd79afed7 : 8057003: Large reference arrays cause extremely long synchronization times
557d68a5100 : 8169703: G1 crashes with guarantee(pretouch_gang != NULL) failed: No pretouch gang specified
fe786e80eeb : 8169931: 8k class metaspace chunks misallocated from 4k chunk freelist​
5eecf3f1e65 : 8167650: NMT should check for invalid MEMFLAGS
9439c78ffa8 : 8168492: Convert CollectedHeap_test to GTest
fe1b93aeabc : 8170170: Problem list ExternalEditorTest.java on all platforms
09157338513 : 8170184: Remove incorrect comments about generated jvmt.h
1f035a5b937 : 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
5ae350661c4 : 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
895d5ab5ab1 : 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
5ef25cb29ee : 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
3da21ba32ea : 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
25a65593b78 : 8170077: Properly parallelize javadoc generation
a7eccd60dff : 8153543: java/rmi/transport/reuseDefaultPort/ReuseDefaultPort.java fails intermittently
460675bc085 : 8158880: java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale
a9bb2d512b5 : 8168906: Tighten permissions granted to the jdk.localedata module
421c8d87784 : 8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304
9fc3ceda864 : 8170049: tests under java/rmi/activation/ fail with "java.security.AccessControlException: access denied ("java.net.SocketPermission" "localhost:5281" "listen,resolve")" on windows
c71d7e10e6a : 8170142: Broken links in TIFF metadata format and usage notes
dda0e054d50 : 8114842: JShell: SourceCodeAnalysis splits code with array initialiazer incorrectly
e047617c594 : Added tag jdk8u121-b10 for changeset 973670100229
9894f00c555 : Added tag jdk8u121-b10 for changeset 3ac5e390952b
a43076486dd : Added tag jdk8u121-b10 for changeset 20ae249ff5eb
14dcbc6951c : Added tag jdk8u121-b10 for changeset c0098bbf6901
13cae2cb745 : Added tag jdk8u121-b10 for changeset 3bccc8fc5f0b
7c091f81a4b : Added tag jdk8u121-b10 for changeset 75d46a23dbbc
eeaa595d85b : Added tag jdk8u121-b10 for changeset 62c21e6bf7a3
155421701a8 : Added tag jdk8u121-b10 for changeset 547558fcf50d
73b895f6bdd : Added tag jdk8u121-b10 for changeset 0ec9eb8065bc
579c5cf09cc : Added tag jdk8u121-b10 for changeset 6001b1759c6e
12688fac87c : Added tag jdk8u121-b10 for changeset 00320ac8f0e5
11ac3af684c : Added tag jdk8u121-b10 for changeset 7e14c5d2feaa
2a65279f8c1 : Added tag jdk8u121-b10 for changeset 854736033716
d5507fa1197 : Added tag jdk8u121-b10 for changeset 2f94ce9d2bb7
7a999ca2697 : Added tag jdk8u121-b10 for changeset 8fdc59dbe949
8ebbb0e85d5 : Added tag jdk8u121-b10 for changeset 11faa7e5ccff
8e8834a9e92 : 8170110: Problem list ExternalEditorTest.java
9ebdadb0f06 : 8169719: WrappedPlainView.modelToView() should return Rectangle2D
44f0e6e4820 : 8169575: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java failing with jtreg tip
558c999957b : 8134389: Crash in HotSpot with jvm.dll+0x42b48 ciObjectFactory::create_new_metadata
fe7ef2eaf52 : 8134389: Crash in HotSpot with jvm.dll+0x42b48 ciObjectFactory::create_new_metadata
3ed90cd41a6 : 8134389: Crash in HotSpot with jvm.dll+0x42b48 ciObjectFactory::create_new_metadata
66f336f3406 : 8134389: Crash in HotSpot with jvm.dll+0x42b48 ciObjectFactory::create_new_metadata
f57133e145a : 8167110: Windows peering issue
d9bb0f0d39e : 8167110: Windows peering issue
c5e3ebe47b0 : 8169209: Improved image post-processing steps
a3cf1e3e336 : 8169209: Improved image post-processing steps
315fb19ebb0 : 8168861: AnchorCertificates uses hardcoded password for cacerts keystore
a0271b8ae18 : 8168861: AnchorCertificates uses hardcoded password for cacerts keystore
f9eb02a0661 : 8153402: jshell tool: completion provider for /help 8169818: jshell tool: completion provider for /vars /methods /types gives -history
7ae986d83ec : 8169860: Clean up and unify the refactored Javadoc generation
ca6b8807072 : 8169886: Add test for JDK-8162839 that runs with SecurityManager
a7c63bbb84a : 8167223: URL handling improvements
806a5876672 : 8168705: Better ObjectIdentifier validation
929fc6a0511 : 8167223: URL handling improvements
f86b841ff8b : 8168705: Better ObjectIdentifier validation
08d093b1ffc : 8169026: Handle smartcard clean up better
135e084fda0 : 8169026: Handle smartcard clean up better
813b2be3934 : 8158619: Very large CDATA section in XML document causes OOME
067d76740cc : 8169829: ProblemList update for javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh
1a211262239 : 8169026: Handle smartcard clean up better
3a41c2175c6 : 8168705: Better ObjectIdentifier validation
3c2c13f0f9b : Added tag jdk-9+145 for changeset 8b7412f7eecd
d71937b0ec8 : Added tag jdk-9+145 for changeset eb674141ab03
964fb2939da : Added tag jdk-9+145 for changeset fb4ce696b742
baccfc7adb7 : Added tag jdk-9+145 for changeset 6ffe7113ca30
18446449334 : Added tag jdk-9+145 for changeset 5fce5ec624c7
e3675e43a45 : Added tag jdk-9+145 for changeset 4a046fdccd54
f317eceb57e : Added tag jdk-9+145 for changeset 62743782a2cd
c97f7be269b : Added tag jdk-9+145 for changeset b57b4dfdfeae
e859125b09a : 8167223: URL handling improvements
7c7349b4eca : 8158639: C2 compilation fails with SIGSEGV
cf5d5588baf : 8158639: C2 compilation fails with SIGSEGV
34992e8d23e : 8158639: C2 compilation fails with SIGSEGV
537ae4bbf50 : 8158639: C2 compilation fails with SIGSEGV
29d6255379c : 8162839: JavaAdapters do not work with ScriptObjectMirror objects
b5aa3c60c0d : 8159035: com/sun/crypto/provider/Cipher/CTS/CTSMode.java test crashed due to unhandled case of cipher length value as 0
d1743ce9482 : 6614519: [Doc] Description java.awt.dnd.DragSourceContext.getCursor() should be clarified
bd215e318bd : 8169840: [TESTBUG] DisposeDialogNotActivateOwnerTest: Test clashes with another test with a similar name
6d895b494d8 : 8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java
adcdf5a459f : 8168714: Tighten ECDSA validation
e80463356cf : 8147890: Javadoc search does not work with Enums
26282a374ce : 8169202: [macos] Font substitution does not work for supplementary characters
67657286e45 : 8167182: Exported elements referring to inaccessible types in jdk.accessibility
e266d93b892 : 8167182: Exported elements referring to inaccessible types in jdk.accessibility
145fd62de77 : 8169659: (jdeps) missing messages for localization
2eb76ee6e6f : 8163190: Clarify JavaFileManager use of \"module location\"
c7374cd58f6 : 8163190: Clarify JavaFileManager use of \"module location\"
f742ef0ed0f : 8169676: boolean result of Option.process is often ignored
15c92b98a3d : 8168759: Incorrect vertical positioning of diacritics
f3e88eb3138 : 8143006: jshell tool: /edit doesn't process each line as same as inputs for jshell 8163816: JShell tests: jdk/jshell/ExternalEditorTest.java -- unexpected results EditorTestBase.testEditClass1() and .testEditMethod1()
da7b11ca151 : 8169561: jshell tool: double shift-tab on variable crashes tool
37e988bc81a : 8168724: ECDSA signing improvments
8da4d16da63 : 8168724: ECDSA signing improvments
2f54b0c1684 : 8168728: DSA signing improvments
31bdef6a450 : 8168728: DSA signing improvments
62fe00f6281 : 8169751: sun/security/krb5/auto/rcache_usemd5.sh fails on solaris
53b0343fa2b : 8160999: GPL header missing comma in year
2f39e1bd30f : 8164479: Update JAX-WS RI integration to latest version (2.3.0-SNAPSHOT)
cbebd0fb3e6 : 8164479: Update JAX-WS RI integration to latest version (2.3.0-SNAPSHOT)
46dfc240580 : 8169191: (tz) Support tzdata2016i
12e22e7c260 : 8169191: (tz) Support tzdata2016i
15ecdda994a : 8169191: (tz) Support tzdata2016i
b7d9cf817e6 : 8169191: (tz) Support tzdata2016i
8aba8526f92 : 8169723: remove jaxp/src/java.xml/share/classes/org/w3c/dom/xpath/COPYRIGHT.html
f5794aaadbf : 8153208: TIFFImageReadParam: should "contains()" check be appropriate for addAllowedTagSet() method?
3630a6a4f81 : 8168500: (se) EPollArrayWrapper optimization for update events should be robust to dynamic changes in file descriptor resource limits
8d64cef95c1 : 8169720: jimage help message for --include option should be corrected
70449f644cf : 8169632: Update compare script for clean compare
7395b4d3567 : 6334602: Animated GIFs created from opaque PNG image frames appear transparent when loaded with Toolkit APIs
d867ed9a8de : 8156615: Catch parameter can be a BindingPattern in ES6 mode
9b43eda24c5 : 8167967: javadoc should identify the ordinal value of enum constants
39b3b9cb3ba : 8168931: Few OCSP related test failed with "Response is unreliable: its validity interval is out-of-date"
422c5ae6a0e : Added tag jdk8u121-b09 for changeset 603ca7cbeafc
42925f6d9bb : Added tag jdk8u121-b09 for changeset 70750070ffb3
ae1ea6b4675 : Added tag jdk8u121-b09 for changeset d55df92408b4
e7d721d6fa2 : Added tag jdk8u121-b09 for changeset 20038a35fa22
b23e2690236 : Added tag jdk8u121-b09 for changeset f5841897bbcf
bf34212ab97 : Added tag jdk8u121-b09 for changeset fb618fc37629
b5ec623bc4a : Added tag jdk8u121-b09 for changeset ac16d12db5d2
749f0c4ae7d : Added tag jdk8u121-b09 for changeset 1f31c51c32f3
f569c427032 : Added tag jdk8u121-b09 for changeset 836362473b72
8b0e4692f23 : Added tag jdk8u121-b09 for changeset b01c0c3216c2
22d030057f7 : Added tag jdk8u121-b09 for changeset 5d9e87287cdc
3bb0c7c3b87 : Added tag jdk8u121-b09 for changeset cfa4041573d2
ed0d0d55077 : Added tag jdk8u121-b09 for changeset ea4d80ee6655
e7a54c30020 : Added tag jdk8u121-b09 for changeset be83c48fc334
9d8281d0622 : 8166432: Bad 8u112 merge of sun/security/tools/jarsigner/warnings/Test.java
c727364070a : 8166432: Bad 8u112 merge of sun/security/tools/jarsigner/warnings/Test.java
a556619f935 : 8168861: AnchorCertificates uses hardcoded password for cacerts keystore
9ccb699c49c : 8169518: Suppress Deprecation warnings for deprecated Swing APIs
cbde1f4c5fb : 8169518: Suppress Deprecation warnings for deprecated Swing APIs
95d99302d82 : 8168312: javac throws NPE if annotation processor is specified and module is declared in a file named arbitrarily
863735b560c : 8169630: Fix wrong cpu build flag for Linux/ppc64le build
4e5211401e6 : 8169606: jdeps --list-reduced-deps should not show java.base as all modules require it
40e24f2e56a : 8168386: Fix jdeps verbose options
8899d192109 : 8166333: jshell tool: shortcut var does not import its type
8a2f4e80e4e : 8168049: Fix Performance of Lexer.isJSWhitespace
4ca0a287feb : 8169599: Several JShell tests are failing on Solaris after JDK-8145838
5e2e968e204 : 8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved
20400b0c28a : 8168373: don't emit conversions for symbols outside their lexical scope
46a0bcc184e : 8168373: don't emit conversions for symbols outside their lexical scope
1406cd4347f : 8168373: don't emit conversions for symbols outside their lexical scope
cc33916b474 : 8169332: The fix JDK-8083664 in AudioFileWriter can be reverted
a5266f25447 : 8165626: Improved window framing
0bb444e8d00 : Added tag jdk8u131-b02 for changeset 50dbc5c75575
cab09c56b50 : 8165626: Improved window framing
ccdb56d0b75 : Added tag jdk8u131-b02 for changeset 26351606cd41
d969a1a3fa9 : 8145838: JShell: restrict RemoteAgent connection socket to localhost
8b4ddda72de : 8165212: VolatileImage should not be compatible with GraphicsConfiguration which transform is changed
e285ff61a85 : 8166003: [PIT][TEST_BUG] missing helper for javax/swing/text/GlyphPainter2/6427244/bug6427244.java
a41bc73423b : 8165680: [macosx] Enhance handling of UTF-8 characters in CDataTransfer.java
ed0e25a4553 : 8169201: Montgomery multiply intrinsic should use correct name
40f1707ae0e : 8078628: linux-zero does not build without precompiled header
feb97d535f1 : Added tag jdk8u181-b05 for changeset 53f34cf239ad
96792b65246 : 8169201: Montgomery multiply intrinsic should use correct name
ac2f877fa73 : 8078628: linux-zero does not build without precompiled header
9e9b9fc4dbf : Added tag jdk8u181-b05 for changeset 67d8e72e5595
d666bc1ccfb : 8169043: The task bar icon color is not blue
5f91733e003 : Added tag jdk-9+144 for changeset d55f24e8953e
26da3a9538f : Added tag jdk-9+144 for changeset a4ee110842fb
609ef5def3d : Added tag jdk-9+144 for changeset f692ed885b0c
0e992818640 : Added tag jdk-9+144 for changeset 773cd6c4b8e7
40afef20ba5 : Added tag jdk-9+144 for changeset 4a00f20b9fe2
41b6425f104 : Added tag jdk-9+144 for changeset 458b7becdccc
7b4a4b80b54 : Added tag jdk-9+144 for changeset 854ef5325653
a1f6786ab94 : 8169447: javac should detect/reject repeated use of --patch-module on command line
b40c63e9fbf : 8166700: NPE during invoking getEnclosedElements() on javax.lang.model.element.Element instance representing a package
fc58c85eb4f : 8168724: ECDSA signing improvments
ec3a122b19a : 8168728: DSA signing improvments
b9f35ce0be5 : 8160888: [PIT] What to expect of updated java/awt/print/PrinterJob/Margins.java
204382af492 : 8157561: Ship the unlimited policy files in JDK Updates
90b885e318f : 8157561: Ship the unlimited policy files in JDK Updates
f385a9f5dd8 : 8155874: Fix java.desktop deprecation warnings about Class.newInstance
088852ae20c : 8169339: Provide internal API to JavaFX to locate JDK fonts
34af3661d3f : 8168141: javax/management/remote/mandatory/notif/EmptyDomainNotificationTest.java: No notif received!
2f430bc9e52 : 8169736: Mark RmiIiopReturnValueTest.java as intermittently failing
579a6df7472 : 8169355: Diacritics input works incorrectly on Windows if Spanish (Latin American) keyboard layout is used
5e03e2fcd5e : 8169229: RSAClientKeyExchange debug info is incorrect
31c4b07045b : 8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
398942a17f0 : 8168862: Tighten permissions granted to the jdk.zipfs module
acae42fd309 : 8166379: IAE while invoking javadoc with --patch-module
e7fe2a82ca2 : 8166735: JarFile#getVersion spec clarification for unversioned jars
060ce7c7391 : 8165782: java.util.jar.JarFile.runtimeVersion() spec needs clarification
a9ca59b24ad : Added tag jdk8u121-b08 for changeset 5836ee09b61c
f2ce75b1009 : Added tag jdk8u121-b08 for changeset 4c24e460c65d
dd35b531ebe : Added tag jdk8u121-b08 for changeset 87b25a6fee07
00eb3201904 : Added tag jdk8u121-b08 for changeset 100430f4754f
555b80df35f : Added tag jdk8u121-b08 for changeset d10fafbc879f
51c0976035f : Added tag jdk8u121-b08 for changeset cdacc4c70a9b
8999f23df27 : Added tag jdk8u121-b08 for changeset 837718d3b2d3
83917a2da50 : Added tag jdk8u121-b08 for changeset d2e247e904f8
f6d49bf98f0 : Added tag jdk8u121-b08 for changeset 4e3ad12ecd57
f7438c276bd : Added tag jdk8u121-b08 for changeset 916d09f5890c
12906d67177 : Added tag jdk8u121-b08 for changeset eba791c8b424
5f025fe01cc : Added tag jdk8u121-b08 for changeset dfeb9a59e04a
3b4f6bda9a5 : Added tag jdk8u121-b08 for changeset 37f5bb466da3
e7a0554a5e6 : Added tag jdk8u121-b08 for changeset bd1cf34e2569
2af32d911b8 : 8156723: JVM crash at sun.java2d.windows.GDIBlitLoops.nativeBlit
c5a2c4af0eb : 8169373: Work around linux NPTL stack guard error
b68a13573ff : 8004693: TEST_BUG: java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java fails
c8163c03882 : 8169316: com/sun/net/httpserver tests have undeclared dependency on java.logging
d0b96b7e6a1 : 8169191: (tz) Support tzdata2016i
a13cbb364c6 : 8168911: Increased number of classes initialized during initialization of SignatureFileVerifier
89e21fa7244 : 8166594: Taskbar.setWindowProgressValue() spec does not specify expected visual behavior of setWindowProgressValue()
c8aad861dca : 8166994: Improve sun.util.locale.LocaleMatcher
f683694e4f7 : 8169318: Dump the reproduced packet in DTLSOverDatagram.java
145cb85e75a : 8160024: jdb returns invalid argument count if first parameter to Arrays.asList is null
9ffb3dfcf0d : 8168963: Backout JDK-8154005
8ac0966e1e6 : 8168963: Backout JDK-8154005
d4857ff0f3a : 8169289: JavaFX application in named module fails to launch if no main method
924cb72be29 : 8170139: OpenNonIntegralNumberOfSampleframes.java still fails
0a45ed3b0fd : 8169721: [TESTBUG] com/sun/jndi tests have undeclared dependency on java.naming module
bf0b3da423b : 8170112: Problem list failing jimage tests until JDK-8169713 is fixed
5ba9f6de7d0 : 8168256: Plugin alias options in jlink --help output seems to be in an arbitrary order
87e6723568d : 8170062: Problem list java/lang/ClassLoader/platformClassLoader/DefinePlatformClass.java
86bd9c2fd3a : 8066291: Return unmodifiable set of zone IDs to optimize ZoneIdPrinterParser
177ea1a2def : 8168975: java/rmi/activation/Activatable tests fail due to "Port already in use" in RMID.restart()
671d12ce6b3 : 8169909: java agent fails to add to class path when the initial module is a named module
709d9ee9d02 : 8169993: Class::desiredAssertionStatus should call getClassLoader0
97761183393 : 8169658: TESTBUG: javax/rmi tests have undeclared dependencies
2007b3c02e8 : 8167240: Write new tests to cover functionality of existing 'jimage' options
1c762c2b33b : 8169836: ProblemList update for java/lang/management/MemoryMXBean/PendingAllGC.sh
e2729d2bea2 : 8169826: ProblemList update for tools/pack200/CommandLineTests.java
b02932fab85 : 8169838: java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java failed intermittently
09591861d07 : 8169880: Remove the sun.reflect.noCaches option
9a7622561ae : 7004967: SecureRandom should be more explicit about threading 8169312: SecureRandom::getSeed(num) not specified if num is negative
3f35be72427 : 8167618: DateTimeFormatter.format() uses exceptions for flow control
5b06ce3c07c : 8165296: update existing i18n test cases of test/java/util
a7d4828bea8 : 8169764: output more information when java/nio/channels/AsynchronousSocketChannel/Basic.java fails
ce32d2aec89 : 8072784: Better spliterator implementation for BitSet.stream()
4bcf62b9d10 : 8132097: Stream.generate should use a covariant Supplier as parameter
3d0c012270a : 8168969: Merge SSLSocketSample and SSLSocketTemplate
16a386fb56f : 8169803: Remove OpenNonIntegralNumberOfSampleframes.java from the problem list
2eff7e6a9a8 : 8043252: Debug of access control is obfuscated - NullPointerException in ProtectionDomain
f3cb8c41dce : 8169068: Add a new method: java.net.Authenticator.getDefault()
b440aed6910 : 8169505: Update changes by JDK-8159393 to reflect CCC review
5efdbcb1fb9 : 8153038: The set of jlink plugins enabled by default should be the same via CLI or jlink API
94dc4014258 : 8169710: com/sun/nio/sctp tests has undeclared dependency on jdk.sctp module
680aa95dbb2 : 8155756: Better context for some jlink exceptions
d96b3cd0cb9 : 8159393: jlink should print a warning that a signed modular JAR will be treated as unsigned
57bee7c4b97 : 8169093: Generics, javac not matching actual and formal arguments
165429d9786 : 8156619: Unimplemented ES6 features should result in clear Error being thrown
29556bae750 : 8160491: tar.gz bundles missing files containing $
2a0b3e1f759 : 8160491: tar.gz bundles missing files containing $
83cc9c6c861 : 8168108: lib/classlist should be packaged in java.base.jmod
38acf59c152 : 8168108: lib/classlist should be packaged in java.base.jmod
a15480eded3 : 8169072: Backout JDK-8154015
e0b959cd642 : Added tag jdk8u121-b09 for changeset 59c5b68eb340
1c59c022c38 : 8169072: Backout JDK-8154015
6731cf80517 : Added tag jdk8u121-b09 for changeset 1fde106e6b28
9b0354380e5 : 8168854: javac erroneously reject a a service interface inner class in a provides clause
7e117c5d368 : 8177953: Rename TestGCBasher.run to TestGCBasher.main
5fdddaf3514 : 8177059: [TESTBUG] gc/g1/TestGCLogMessages.java fails on 32bit arm after changes for JDK-8155094
de637b636d6 : 8176885: Clear Claimed Marks log message at wrong location in the log
bc1d13ef7be : 8177015: STACK_SIZE_MINIMUM of 32k is not always enough for Mac OS X
bd7b547e9ca : 8177551: [TESTBUG] TestHumongousClassLoader.java can fail on systems with non-g1 collector
d10f85b7561 : 8177055: [TESTBUG] test/runtime/ReservedStack/ReservedStackTest.java sometimes fails on Oracle arm64 port after being enabled for open aarch64 port
d11fb72564a : 8171238: Unify cleanup code used in G1 Remark and Full GC marking
bd1aac2cd36 : 8177453: Start_new_collection_set() timing done during wrong type of GC
17a8069db3e : 8176768: hotspot ignores PTHREAD_STACK_MIN when creating new threads
99d6ff5c768 : 8177458: [s390] (jdk10) build broken after 8155672
08637a78e60 : 8177069: File separator mismatch on Win-64
d405f1648b7 : 8177046: Update Graal
f509f32e037 : 8167196: WhiteBox methods should throw an exception if used with inappropriate collector
2fd9f38a31d : 8171090: Convert VMStruct_test to GTest
98bf7d77276 : 8171848: ObjectMonitor verify() and print() methods are empty
9fc6d8f3aa0 : 7153700: [macosx] add support for MouseMotionListener to the TrayIcon
36bb41faf93 : 8168992: Add floating point implementation for new BasicGraphicsUtils text related methods use floating point API
57dc20d5414 : 8153522: Update JLightweightFrame to allow non-integer (and X/Y) scales
907f7c2d7e8 : 8161983: JShell API: Clean-up following 8160127 et. al
9b789e73277 : 8166286: jmod fails on symlink to directory
6dc331a5e3e : 8168316: Suppress deprecation warnings for Applet classes in java.desktop
5fb366ed4f8 : 8169231: Fix tests to add @compile --add-modules to workaround jtreg bug
9ecae6db487 : 8154093: [TIFF] NPE when reading LZW-compressed image
d292468c515 : 8129559: JShell: compilation fails if class, method or field is annotated and has modifiers 8080354: JShell: Runtime visible annotations cannot be retrieved
d55905fe1b2 : 8156079: consider making empty instances singletons 8169222: minor immutable collections optimizations
ba5943e1ccd : Added tag jdk-9+143 for changeset 40da931419f1
5b07b275916 : Added tag jdk-9+143 for changeset 3ef02797070d
23b5d8de7df : Added tag jdk-9+143 for changeset 4adab4f59cdc
44e60eee7c8 : Added tag jdk-9+143 for changeset e444f2f9dc8a
d071ec42f88 : Added tag jdk-9+143 for changeset 32253abe330e
4174c216de2 : Added tag jdk-9+143 for changeset 450cb4719bea
76a0bfd7dd8 : Added tag jdk-9+143 for changeset 621dfac78ca1
b68041e8a48 : Added tag jdk-9+143 for changeset 97e8b9b653f9
099928305c0 : 8160766: [TEST_BUG] java/awt/Focus/DisposedWindow
4971ed9d301 : 8037278: sun/rmi/runtime/Log/6409194/NoConsoleOutput.java fails Intermittently: unexpected subprocess output
f57398c41ad : 8040635: [macosx] Printing a shape filled with a texture doesn't work under Mac OS X
f6a0e771fe0 : 8160146: Resolve disabled GCC warning 'deprecated-declarations' for libawt_xawt
d74e2a09ace : 6479237: (cl) Add support for classloader names
150d28bb0e1 : 6479237: (cl) Add support for classloader names
c535c8a4460 : 8133632: javax.net.ssl.SSLEngine does not properly handle received SSL fatal alerts
e781b9f2627 : 8167975: align javac --add-* modules options with launcher
1f577b20973 : 8168681: Correct deprecation text for Class.newInstance
836024d6f9d : 8161969: jshell tool: /var value is not truncated per feedback setting 8166637: jshell tool: confusing truncation of long result values 8154513: JShell tool: welcome message should match feedback mode 8167552: jshell tool: Typo in jshell command '/? /reload' description
15205febe76 : 8164032: JViewport backing store image is not scaled on HiDPI display
2ed31c7b3be : 8167501: ARMv7 Linux C2 compiler crashes running jtreg harness on MP systems
12c36f7ab7d : 8169002: Several java/net/httpclient have undeclared dependency on java.logging module
2f83338a6e6 : 8169020: Add since element to JDBC deprecated methods
4c951cbe574 : 8169055: [TESTBUG] java/io/Serializable/serialFilter/ tests have undeclared dependency on java.compiler module
047d30b2a95 : 8062525: JInternalFrame can't show correctly with the specical option "-esa -ea -Xcheck:jni -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
bf4ed44178a : 8159432: [PIT][macosx] StackOverflow in closed/java/awt/Dialog/DialogDeadlock/DialogDeadlockTest
a35d0116c47 : 8143097: java/net/ipv6tests/UdpTest.java fails intermittently with "checkTime failed: got 1998 expected 4000"
e935e7cb1eb : 8006078: [findbugs] java.lang.management.ThreadInfo returns mutable objects
4e3c345d781 : 8164783: SA: jhsdb clhsdb 'printall' often throws "Corrupted constant pool" assertion failure
b369cbb77b9 : 8169024: Problem list OpenNonIntegralNumberOfSampleframes.java until JDK-8168881 is fixed
447e8a52327 : 8156504: java/net/URLPermission/nstest/lookup.sh fails intermittently
1bf1087e7fe : 8151511: Test case in CollectionAndMapModifyStreamTest for LinkedHashMap overrides that for HashMap
8ae37850019 : 8143914: Provide Mac-specific fullscreen support
bc127f126e3 : 8168972: Editor support: move built-in and external editor support to the jdk repo 8167639: jshell tool: Edit Pad has readability issues
f9f1ad165ed : 8168974: Editor support: include properties file in image
3d46ad34e05 : 8166857: langtools build.xml broken on windows
0c7e5fac7ef : 8166635: getEnclosedElements() on package causes BadClassFile error
02e5b77101a : 8167636: jshell tool: Edit Pad should be in its own module
3a6628a3507 : 8167104: Additional class construction refinements
7ff9acb00ba : 8167104: Additional class construction refinements
5f7d109e2fb : 8167104: Additional class construction refinements
2c5632bef17 : 8167104: Additional class construction refinements
5ff1a63a1c8 : 8169078: add bug IDs to jdeprscan tests
bc879dff7a5 : 8168881: javax/sound/sampled/Clip/OpenNonIntegralNumberOfSampleframes.java fails
7cffceb22fb : 8169074: Build is failing after JDK-8166538
599879e45fe : 8164750: TIFF reading fails when ignoring metadata with BaselineTIFFTagSet removed
036a14e8a3d : 8158963: RMI server-side multiplex protocol should be disabled
d86b93b3974 : 8168921: Inconsistent Annotation.toString()
b9684045884 : 8167213: Re-examine the alternative to deliver include/bridge/AccessBridgeCalls.c
5daafbe43b6 : 8166538: Improve error reporting for compiling against unexported package
4541ef3ed73 : 8168923: Use unsigned random long in a temp directory name
05be04a1234 : 8152515: (logging) LogManager.resetLogger should ignore LinkageError
b86962aeb83 : 8168998: Incorrect implementation of equals in Encoding and Type in JavaSound
65f0e661856 : 8169050: underscore_linker.js sample fails after dynalink changes for JDK-8168005
cc20838f950 : 8168771: Remove #ifdef AF_INET6 guards in libnet native coding
fb5635d6dfc : 8063154: Checked in jvmti.h not in sync with generated jvmti.h
9229e792383 : 8063154: Checked in jvmti.h not in sync with generated jvmti.h
644cf0d5239 : 8063154: Checked in jvmti.h not in sync with generated jvmti.h
6563aa71c07 : 8168993: JDK8u121 L10n resource file update
ba747db27dd : 8168993: JDK8u121 L10n resource file update
e10da9956fb : 8168518: rcache interop with krb5-1.15
5d215e54256 : 8131019: jshell tool: access javadoc from tool
da69501b8eb : 8131019: jshell tool: access javadoc from tool
da8297c4338 : 8168968: Two jaxp tests failing after JDK-8167646
d9bc8cbcdbb : 8160063: Provide a means to disable a plugin via the command line
46ce08f2544 : 8159132: [PIT][TEST_BUG] java/awt/FileDialog/FileDialogIconTest/FileDialogIconTest.java fails
530da2782ab : 8168841: The JavaDoc of java.util.stream.Collectors method collectingAndThen has incorrect code snippet
1730680ce77 : 8167974: MethodHandles.iteratedLoop(...) fails with CCE in the case of iterating over array 8167966: MethodHandles.iteratedLoop fails with IAE in the case of correct arguments
ff33d165a6a : 8163553: java.lang.LinkageError from test java/lang/ThreadGroup/Stop.java
b8984c5360e : Added tag jdk8u121-b07 for changeset 8eafc7d62816
c884d642406 : Added tag jdk8u121-b07 for changeset 83786b53b6a3
a9981d092d5 : Added tag jdk8u121-b07 for changeset e33037f19109
bb1c07149b6 : Added tag jdk8u121-b07 for changeset 185862066a7d
c0367cb5aa6 : Added tag jdk8u121-b07 for changeset 54e9b4c204fc
9f0a59dfdd8 : Added tag jdk8u121-b07 for changeset 698844bec84e
5c07eb0cd70 : Added tag jdk8u121-b07 for changeset 5cbfb02ecf5f
b9e6b16ed99 : Added tag jdk8u121-b07 for changeset 31e90a2cbfe5
6f809109cd7 : Added tag jdk8u121-b07 for changeset 2b4085493517
f54f7bee145 : Added tag jdk8u121-b07 for changeset 984abd229e57
692af8c074e : Added tag jdk8u121-b07 for changeset 95232cf25080
db579388ca3 : Added tag jdk8u121-b07 for changeset 15f9dbf19992
47ecfdb9e04 : Added tag jdk8u121-b07 for changeset 68d10d69b9f8
2bfc39a73b2 : Added tag jdk8u121-b07 for changeset 3d385fa85a76
293d086bd90 : 8169025: Problem list ClassPathWithDoubleQuotesTest.java until JDK-8169005 is fixed
674c5463e39 : 8156499: Update jlink to support creating images with modules that are packaged as multi-release JARs
23809858952 : 8165646: (jdeprscan) adjust tool output to improve clarity
51c8f332e99 : 8168982: Missing dependency for docs-copy
d23149e8276 : 8167431: javac takes too long time to resolve interface dependency
8ad5a6b4a1f : 8168005: Introduce namespaces for GET, SET Dynalink operations
32ca4bf4c71 : 8132562: javac fails with CLASSPATH with double-quotes as an environment variable
db6e54d8528 : 8168493: Convert TestBitMap_test to GTest
95a418feb0c : 8169232: SA: TestCpoolForInvokeDynamic.java fails with sun.jvm.hotspot.debugger.DebuggerException: binary search bug: should have found entry 1
358f09e305c : 8166811: Missing memory fences between memory allocation and refinement
213906ee83d : 8166607: G1 needs klass_or_null_acquire
1170f8e5c80 : 8165287: fix compress intrinsics to produce correct results with avx512
56ed7077a8e : 8170039: Change UseAVX < 3 on SKX/KNL to not emit evex vector check
ba634d1749a : 8168396: Unexpected OOME in GcCauseTest02 and GcTest02
1b1cffb128c : 8169870: CDS: "assert(partition_size <= size()) failed: partition failed" on 32 bit JVM
753b3cf3e61 : 8170100: AArch64: Crash in C1-compiled code accessing References
cbdf3828d8e : 8170098: AArch64: VM is extremely slow with JVMTI debugging enabled
e52cf63f693 : 8169941: CodeBlob::is_frame_complete_at() does not honor CodeOffsets::frame_never_safe
94e3514d8fd : 8169711: CDS does not patch entry trampoline if intrinsic method is disabled
d1f8287a492 : 8169901: AArch64: CompareAndExchange intrinsics clobber address register
71c22433e4d : 8166719: gc/stress/TestStressG1Humongous.java fails with OOME
49398b11cbe : 8169529: AArch64: Revert old JDK-8167595 changes after JDK-8159035 fix is pushed
3f2be39bb35 : 8165550: Add class loader names to ClassCastException message
ccbb28f6a0b : 8166304: Skipping access check for classes generated by core reflection
81f1e7056b3 : 8169638: serviceability/sa/TestInstanceKlassSize.java and serviceability/sa/TestInstanceKlassSizeForInterface.java fail compilation
5f5f5e574d1 : 8165955: TestFullGCCount test failed with CMS and -XX:+ExplicitGCInvokesConcurrent
7c690441e4e : 7107013: sun.jvm.hotspot.runtime.Bytes.swapLong conversion to long mishandled
7d9d3aa1a01 : 8169423: Infinite loop in G1's ConcurrentMarkThread
198498171bd : 8169551: Segfaults in error traces when module version is null
cf892bc7886 : 8168934: [TESTBUG] gc/g1/logging/TestG1LoggingFailure.java failed
70abdc1e0e8 : 8168790: CDS: assert(max_delta <= (0x7FFFFFFF)) failed: range check
1c8fc7bca4a : 8168796: relax vm options checking during CDS dump time
d718f0e61e5 : 8169261: Fix for JDK-8067744 creates build failures with some versions of gcc and/or linux
82da03621f8 : 8169625: Libjsig build doesn't set flags for ppc64/s390 builds
d89285aebb3 : 8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved
003b7aba487 : 8169317: [s390] Various minor bug fixes and adaptions
c5b56dab55b : 8169201: Montgomery multiply intrinsic should use correct name
72d04ec80a9 : 8169554: [JVMCI] expose missing StubRoutines for intrinsics
df8bbfafc7f : 8167656: Unstable MethodHandle inlining causing huge performance variations
c372aca124f : 8167067: Fix x86 SHA instructions to be non Vex encoded
d19575bface : 8167679: G1 phase logging is messy
707d289a69f : 8168980: Reinstate sun.reflect.ReflectionFactory.newConstructorForSerialization(Class,Constructor)
4bcdfc784d1 : 8167176: Exported elements referring to inaccessible types in java.desktop
bc442826a9d : 8167176: Exported elements referring to inaccessible types in java.desktop
abaaf58cf34 : 8168899: java.nio.file.InvalidPathException if click button in JFileChooser demo of SwingSet2
97cee45debc : 8167057: jdeps option to list modules and internal APIs for @modules for test dev
853690d6587 : 4985694: Incomplete spec for most of the getInstances
9e7023e2a9b : 8168517: java/lang/ProcessBuilder/Basic.java failed
882dd28a127 : 8166261: Scanner.nextInt(int) (and similar methods) throws PatternSyntaxException
361d60ce7d1 : 8069098: StAX produces the wrong event stream
47d9cf89638 : 8168950: Incremental build of images always rebuilds jmods
04eb6a6783d : 8166837: [TESTBUG] Fix tests on Linux/s390x
6c71c930f4c : 8167615: Opensource unit/regression tests for JavaSound
5ac345714ff : 8166837: [TESTBUG] Fix tests on Linux/s390x
0527e4e4013 : 8167646: Better invalid FilePermission
2c2ce8ad1f7 : 8168127: FilePermissionCollection merges incorrectly
9b1b40372e4 : 8168540: [TEST_BUG] On Unity, need a delay before screenshot taking to avoid animation
e8231d83dfc : 8168524: Remove two jdk_nio tests from ProblemList: BashStreams and DeleteInterference.java
f074d72736c : 8140584: nmethod::oops_do_marking_epilogue always runs verification code
927960dd371 : 8140584: nmethod::oops_do_marking_epilogue always runs verification code
b8904d34fec : 8167680: DTLS implementation bugs
f161519de0a : 8038348: Instance field load is replaced by wrong data Phi
bb4ebd8a16d : 8038348: Instance field load is replaced by wrong data Phi
d799172f39d : 8038348: Instance field load is replaced by wrong data Phi
de63be8c0ab : 8038348: Instance field load is replaced by wrong data Phi
e20fbc021b0 : 8038348: Instance field load is replaced by wrong data Phi
16335d39a64 : 8038348: Instance field load is replaced by wrong data Phi
2b71ce6a466 : 8165543: Better window framing
fea6f71dae9 : 8181100: Better Base Exceptions
7ec06eee41a : 8181327: Better X processing
4dc1883cb74 : 8180711: Better invokespecial checks
020204a972d : 8180024: Improve construction of objects during deserialization
6a77385b4da : 8148924: Inconsistent "this" context in JSAdapter adaptee function calls
2962a15145b : 8062810: Examine src.zip in JDK image and decide if source classes should be organized by module
4f435e92953 : 8168789: ModuleReader.list and ModuleFinder.of update
4617c4a29b8 : 8075904: The regression-swing case failed as Ctrl-F4 can't work with the special options"-client -Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel"
f22ecd235aa : 8168397: sun/tools/jhsdb/HeapDumpTest.java timesout on MacOS X on non images build
a6ccb3739e6 : 8168609: No link to BMP specification in javax.imageio package documentation
7b9f0bff779 : 8168512: (tz) Support tzdata2016h
53cbda2d851 : 8163162: The separation between system loggers and application loggers should take the extension loader in consideration
83df093985b : 8168789: ModuleReader.list and ModuleFinder.of update
70d8f3c7b44 : 8167643: JShell: silently ignore access modifiers (as semantically irrelevant)
d0891a2ffca : 8168822: Document that algorithm restrictions do not apply to trusted anchors
fc99db2cedc : 8168205: Should not default class path to CWD if -cp is not specified but -m is specified
dfbba1428e3 : 8168851: Tighten permissions granted to the java.smartcardio module
fd7f70c96fe : 8167187: Exported elements referring to inaccessible types in jdk.jsobject
3757778deb4 : 8165981: Consider making some classes in javax.imageio.plugins.tiff final
b82b0af8c27 : Added tag jdk-9+142 for changeset 4519c4ace34d
688dca7835a : Added tag jdk-9+142 for changeset a628785b9dd9
758f2e1c0fe : Added tag jdk-9+142 for changeset 65fab2e83c63
140d4deeda5 : Added tag jdk-9+142 for changeset d32a755d06d1
9e2834abe68 : Added tag jdk-9+142 for changeset f5a226a44fab
eaa15d521b3 : Added tag jdk-9+142 for changeset e2be7700de36
6d91f169490 : Added tag jdk-9+142 for changeset 9d611e487d3e
d8aba6cb5eb : Added tag jdk-9+142 for changeset 81d196a50ed9
16207af78a4 : 8167988: java.nio.file.InvalidPathException if click button in JFileChooser demo of SwingSet2
5fb3e9b3cc1 : 8168010: Deprecate obsolete launcher -d32/-d64 options
96b1c5f716c : 8167187: Exported elements referring to inaccessible types in jdk.jsobject
db6a8106b1d : 8162796: [macosx] LinearGradientPaint and RadialGradientPaint are not printed on OS X
5747c554745 : 8168318: PPC64: Use cmpldi instead of li/cmpld
645be3e8d18 : 8145913: PPC64: add Montgomery multiply intrinsic
c1c0b079d38 : 8168318: PPC64: Use cmpldi instead of li/cmpld
7de83a12bd4 : 8145913: PPC64: add Montgomery multiply intrinsic
955f784be9e : 8167481: cleanup of headers and includes for native libnet
a0376a53238 : 8168292: [TESTBUG] [macosx] Test java/awt/TrayIcon/DragEventSource/DragEventSource.java fails on OS X
5e987e28e10 : 8168064: sun/security/ssl/ServerHandshaker/AnonCipherWithWantClientAuth.java failed with "Received fatal alert: handshake_failure"
300390f2757 : 8167104: Additional class construction refinements
ec5f1743aa7 : 8168640: (fc) Avoiding AtomicBoolean in FileInput/-OutputStream improves startup
12e8fccd6c1 : 8168774: Polymorhic signature method check crashes javac
d0df4968b9b : 8168772: Convert javadoc generation to build-infra standards
baba77c4cc3 : 8168613: CORBA ObjectStreamTest fails with address in use
47f7c2e6681 : 8168134: Inference: javac incorrectly propagating inner constraint with primitive target
39b8573bcf6 : 8168773: Temporarily remove java/net/httpclient from jdk_net test group
5e736e7d8f0 : 8168636: More detailed information about native libraries in build log
5bc203a934e : 8166367: Missing ExceptionTable attribute in anonymous class constructors
909a82a1ff9 : 8168470: [TEST_BUG] @test missed in java/awt/Window/ChangeWindowResizabilty/ChangeWindowResizabiltyTest.java
e23ef30b8e8 : 8166810: jlink should fail on extra arguments
98d6c70cae6 : 8168367: Table in javax.imageio package description does not mention TIFF
5530ec22271 : 8164805: Fail to create a MR modular JAR with a versioned entry of a concealed package
1552f3ddbb0 : 8165793: Provide an API to query if a ClassLoader is parallel capable
c78c03032f0 : 8167591: Add MD5 to signed JAR restrictions
fad398ca256 : 8167591: Add MD5 to signed JAR restrictions
f6604b06d26 : 8168364: [macosx] Delete unused class NSPrintinfo
b74c65bf0fe : 8168288: Dubious FontMetrics values from NullFontScaler
2fcf5552532 : Added tag jdk8u132-b00 for changeset 9f6b7a02eca5
238bc130ede : Added tag jdk8u132-b00 for changeset 839ba0d70e35
7436109f89b : Added tag jdk8u132-b00 for changeset e446278dd490
698a27e0149 : Added tag jdk8u132-b00 for changeset 19319666cd27
2d90e223368 : Added tag jdk8u132-b00 for changeset 725c2b50c94b
c786baa43e0 : Added tag jdk8u132-b00 for changeset e643d53753c5
2473929bb20 : Added tag jdk8u132-b00 for changeset 39621afa4177
2060cf755eb : Added tag jdk8u132-b00 for changeset 5d72839dde54
709f296ce66 : Added tag jdk8u132-b00 for changeset b22c15697d3e
0c6d963648d : Added tag jdk8u132-b00 for changeset 8640245034df
3368f5a6214 : 8168369: fix for langtools intermittent failures needs to check PRODUCT_HOME
f6872945119 : Added tag jdk8u132-b00 for changeset dbfff8b42af9
6664142626f : Added tag jdk8u132-b00 for changeset d0d88ed1316a
0e1221d319d : Added tag jdk8u132-b00 for changeset c7eb0c3a09cb
d8aed6751c9 : Added tag jdk8u132-b00 for changeset 7bfcf10b4488
995ddda6239 : Added tag jdk8u132-b00 for changeset 9cee6f1fa007
6df02b49c12 : Added tag jdk8u132-b00 for changeset bacd8e4d6f16
309d9ecebc0 : 8160213: tools/pack200/Utils.java should clean up javac*.tmp files
30545918f58 : 8165500: TestJpsJar shouldn't jar all test.classpath directories
905cdfdf665 : 8085192: java/rmi/activation/Activatable tests fail intermittently due to "Port already in use"
6ce08d09859 : 8165804: Revisit the way of loading BreakIterator rules/dictionaries
bf196114515 : 8168505: Remove the intermittent keyword from java/util/Arrays/ParallelPrefix.java
ac9d25d027c : 8166649: jshell tool: missing --add-modules and --module-path 8167462: jshell tool: /help /reload is wrong about re-executing commands
5be06e9de26 : 8167637: jshell tool: /edit should use EDITOR setting 8167640: jshell tool: external editor temp file should be *.java
f9b27073d1e : 8168614: Disable CORBA com.sun.corba.serialization.ObjectStreamTest.echoObjects
82a75d6ce8f : 8168498: ExifGPSTagSet and ExifTIFFTagSet should use string literals for String constants
e613f5f71de : Added tag jdk8u122-b04 for changeset 4dd3a6d2c544
20a2bedd4b2 : Added tag jdk8u122-b04 for changeset 1d0de1759725
23d06f32248 : Added tag jdk8u122-b04 for changeset 0ae9e171ea98
c8cf12dd456 : Added tag jdk8u122-b04 for changeset d91264c10649
fdf752d6db4 : Added tag jdk8u121-b06 for changeset a17f58d7b2f4
f2eb91f9904 : Added tag jdk8u121-b06 for changeset 78b8a2224582
4d2b4d65861 : Added tag jdk8u121-b06 for changeset 7dd96dbcc8b2
3a0e7953a35 : Added tag jdk8u121-b06 for changeset e99fd72e2e84
60b4fc47146 : Added tag jdk8u122-b04 for changeset d7f7965c1c86
7b18bdf116b : Added tag jdk8u122-b04 for changeset fba07f46d223
fb472ed1184 : Added tag jdk8u122-b04 for changeset f9d412186f2a
5161e1b5e7d : Added tag jdk8u122-b04 for changeset 9724688cb896
4785dabeb2d : Added tag jdk8u122-b04 for changeset fe1dfa14f05b
2711e114055 : Added tag jdk8u122-b04 for changeset e7849eea3f00
23063eae373 : Added tag jdk8u121-b06 for changeset 1a3dc0ee0ac1
af374a21cc8 : Added tag jdk8u121-b06 for changeset 2a5f9b7de4a6
e99b539ae92 : Added tag jdk8u121-b06 for changeset 5cac6a110232
fa3ad9f7830 : Added tag jdk8u121-b06 for changeset 2a2960d1485a
bdb655f867e : Added tag jdk8u121-b06 for changeset e1d2004a9a2b
d499d40c436 : Added tag jdk8u121-b06 for changeset 4357f265d804
42c1bf50fa8 : Added tag jdk8u122-b04 for changeset e1cf554cd0a6
421429ba176 : Added tag jdk8u122-b04 for changeset a672a8551188
390450f4e55 : Added tag jdk8u122-b04 for changeset 22a3438da356
0961a3c7fe1 : Added tag jdk8u122-b04 for changeset fb6e006431a7
aa1fb5c3c65 : Added tag jdk8u122-b04 for changeset 39bd3edf5eeb
96564c74cc9 : Added tag jdk8u122-b04 for changeset 00b67d39f7ce
2482b498539 : Added tag jdk8u121-b06 for changeset a1eaf28f6cca
f473ddd378b : Added tag jdk8u121-b06 for changeset 5fb23b2f115a
dadb7b31eb9 : Added tag jdk8u121-b06 for changeset b3aa669a34fb
31310c5df2d : Added tag jdk8u121-b06 for changeset b6c8b8d219a5
cc67090564c : Added tag jdk8u121-b06 for changeset 48300da87cfd
73d1ea4f19b : Added tag jdk8u121-b06 for changeset 3f9a94ad0afa
bc7cb4bb755 : 8164908: ReflectionFactory support for IIOP and custom serialization
e89ce160975 : 8164908: ReflectionFactory support for IIOP and custom serialization
8415430a792 : 8167179: Make XSL generated namespace prefixes local to transformation process
e662f0983b8 : 8167179: Make XSL generated namespace prefixes local to transformation process
a50ce4a22a6 : 8167179: Make XSL generated namespace prefixes local to transformation process
6b9d8173e65 : Added tag jdk8u112-b33 for changeset 97727aaf9317
c0f2cf4b2ef : 8167179: Make XSL generated namespace prefixes local to transformation process
eacad6d9866 : Added tag jdk8u112-b33 for changeset 6297b6fee972
f628ed8ea91 : 8167179: Make XSL generated namespace prefixes local to transformation process
3fd4456f7b6 : Added tag jdk8u112-b33 for changeset fda7d3d10895
333cc4018a2 : 8167179: Make XSL generated namespace prefixes local to transformation process
034a46eb601 : Added tag jdk8u131-b01 for changeset d46f78ed5f4d
71d9e9be7b7 : 8167179: Make XSL generated namespace prefixes local to transformation process
9ad7ebe3a7c : Added tag jdk8u112-b33 for changeset 9a11ca420800
32ce4dd06f6 : 8167179: Make XSL generated namespace prefixes local to transformation process
593fa3fdba1 : Added tag jdk8u131-b01 for changeset a957effe66fa
5b8a23fc4ad : 8167179: Make XSL generated namespace prefixes local to transformation process
730a377d4b5 : 8167179: Make XSL generated namespace prefixes local to transformation process
d072e7faa41 : 8168480: Speculative attribution of lambda causes NPE in Flow
033650f9e06 : 8167192: [Testbug] java/io/Serializable/serialFilter test conditions wrong
d93ba6ef1df : 8168542: os::realloc should return a valid pointer for input size=0
eb56550d40c : 8164708: String.prototype.replace replaces empty match twice
cb4c282b4f3 : 8165230: RMIConnection addNotificationListeners failing with specific inputs
c8084fd1ad8 : 8165230: RMIConnection addNotificationListeners failing with specific inputs
6594e9ed407 : 8168414: Various timeouthandler fixes
b32098e9d51 : 8168483: Remove jtreg timeout handler timeout
c0ee1b68c17 : 8152926: PropertyResourceBundle constructor don't understand the System.setProperty change
5078ccdb181 : 8168499: Workaround intermittent failures of IntersectionTargetTypeTest.java
102d23697ff : 8165463: Native implementation of sunmscapi should use operator new (nothrow) for allocations
bdf048f3e9b : 8168302: --disable-warnings-as-errors doesn't work for the hotspot build on Solaris
6a9e2e395e8 : 8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed with a fatal error
87daf072324 : 8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed with a fatal error
44de297f94f : 8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed with a fatal error
d1d52401bda : 8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed with a fatal error
616a88cd6db : 8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed with a fatal error
d87f113da2c : 8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed with a fatal error
5320830885c : 8168412: Reduce buffering in jtreg timeouthandler
3aa16decba8 : 8168409: Update list of tools run by the jtreg timeouthandler
e8cb8771ab9 : 8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
a963145f966 : 8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
0ec5ee77cf8 : 8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
ae0e34e30ad : 8168993: JDK8u121 L10n resource file update
8710b1ef87b : Added tag jdk8u121-b07 for changeset 2c77d7981730
a27c51421aa : 8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
0eff7ac68ff : 8168993: JDK8u121 L10n resource file update
0f488be8512 : Added tag jdk8u121-b07 for changeset 964d9640d1cc
ad82a519a80 : 8168313: Tighten permissions granted to jdk.crypto.pkcs11 module
09dd43b4073 : 8168471: Non ANSI C declaration of block local variable in NetworkInterface_winXP.c
cd99155eb85 : 8168417: Pending exceptions in java.base/windows/native/libnio
d3d2beed823 : 8163330: HijrahDate aligned day of week incorrect
da7114d2a6b : 8168140: TypedArrays should implement ES6 iterator protocol
56be5980a7d : 8167591: Add MD5 to signed JAR restrictions
c297e1562ed : 8167591: Add MD5 to signed JAR restrictions
6c3ae31f783 : 8168146: Infinite recursion in Uint8ClampedArray.set
8f9823ef6e6 : 8146750: java.time.Month.getDisplayName() return incorrect narrow names with JRE provider on locale de,de_DE,en_US
4acf90edaa8 : 8167179: Make XSL generated namespace prefixes local to transformation process
734e231c935 : 8168343: 3 javac tests fail when run on an exploded image
a60ef428924 : 8145471: javac changes for enhanced deprecation
7cf79d2b8df : 8145471: javac changes for enhanced deprecation
6bdfb6eb48b : 8152617: add missing wildcards to Optional or() and flatMap()
f601bcb76ef : 8163840: jshell tool: provide way to display configuration settings
9946129768c : Added tag jdk-9+141 for changeset e8f487b79e24
fbcdd42153d : Added tag jdk-9+141 for changeset 2b32a69a46c1
7abee880ff6 : Added tag jdk-9+141 for changeset bca74f620797
d544a614897 : Added tag jdk-9+141 for changeset 51d1140a3ee3
a87e32b3581 : Added tag jdk-9+141 for changeset f31d65424ed0
a4cf9a8666f : Added tag jdk-9+141 for changeset 2770f176df66
e3368d77e06 : Added tag jdk-9+141 for changeset 9bd03c20ec2f
fdd45a1b664 : Added tag jdk-9+141 for changeset 7259f8d1b31a
49d11f3933b : 8163520: Reuse cache entries
f53059ee3e3 : 8163520: Reuse cache entries
0d6e939abfe : 8155219: [TESTBUG] Rewrite compiler/ciReplay/TestVM.sh in java
64a2db9060b : 8159454: [TEST_BUG] javax/swing/ToolTipManager/7123767/bug7123767.java: number of checked graphics configurations should be limited
e8c27e9a2f2 : 8156217: Selected text is shifted on HiDPI display
647a1f019ff : 8168368: Add missing bug id for JDK-8167383
7ef07fcf9ad : 8167383: Javadoc does not handle packages correctly when used with module option
ce5af5d4e8c : 8167600: jib make run-test for langtools and intermittent failures on windows-x86
3334929d216 : 8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
89120bba754 : 8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
d1321463802 : 8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
7195ef8df7e : 8154434: Open the request focus methods of the java.awt.Component which accept FocusEvent.Cause
093753dee18 : 8071588: The spec for javax.script.ScriptEngineFactory.getProgram() should specify NPEs thrown
b82ec861074 : 8071588: The spec for javax.script.ScriptEngineFactory.getProgram() should specify NPEs thrown
8d889c2a925 : 8167647: Copy-and-paste bug in javax.security.auth.kerberos.KerberosTicket.toString()
5066e19a736 : 8163984: Fix license and copyright headers in jdk9 under test/lib
de2a8e756b7 : 8165827: Support private interface methods in JNI, JDWP, JDI and JDB
027d770be6c : 8165827: Support private interface methods in JNI, JDWP, JDI and JDB
c5dc50c03f6 : 8166931: Do not include classes which are unusable during run time in the classlist file
9645d4bee5a : 8167558: Add new JMOD section for header files and man pages
102e7e925dd : 8167126: Create a module to provide access to non-SE desktop APIs
dab9aaf38d2 : Added tag jdk8u122-b03 for changeset 766c811975bf
8402e3c391d : Added tag jdk8u122-b03 for changeset 1db68b04331a
4175536e863 : Added tag jdk8u122-b03 for changeset 7901455dd65d
ad9facb76a1 : Added tag jdk8u122-b03 for changeset 883532bc6827
29d86e4594e : Added tag jdk8u122-b03 for changeset bc025b3349a3
b242c1c8efd : Added tag jdk8u122-b03 for changeset a4bfab04662c
e6ffdb7a139 : Added tag jdk8u122-b03 for changeset bb9a50fd963e
b2fc5c09e83 : Added tag jdk8u122-b03 for changeset ed168a6186e4
595f6a3e626 : Added tag jdk8u122-b03 for changeset d20740f63567
0cb984588d2 : Added tag jdk8u122-b03 for changeset 87e87252bc38
62357ec8937 : Added tag jdk8u122-b03 for changeset f2c4b9b7d801
16c7e5bc70b : Added tag jdk8u122-b03 for changeset 6dcbc6b554d9
eaa8e6ac64b : Added tag jdk8u122-b03 for changeset f1d3e4e1cf79
5eabd792ce5 : Added tag jdk8u122-b03 for changeset 13857b742e8f
7a80a8e945f : Added tag jdk8u122-b03 for changeset 198c47296d14
6711bfe26ae : Added tag jdk8u122-b03 for changeset 11fd8af095c1
3d5e493dbbe : 8167126: Create a module to provide access to non-SE desktop APIs
58d722836f7 : 8167034: Re-enable TestDaemonThread.java once JDK-8167001 is fixed
42c24a144cd : 8167001: [TESTBUG] java/lang/instrument/DaemonThread/TestDaemonThread.java fails when run by jprt
fff2e89e6d4 : 8166972: [JVMCI] reduce size of interpreter when JVMCI is enabled
d530964accd : 8165621: Convert TestG1BiasedArray_test to GTest
e5579cb9b01 : 8166673: The new implementation of Robot.waitForIdle() may hang
04bc07be95f : 8164921: Memory leaked when instrumentation.retransformClasses() is called repeatedly
37a92b35cd1 : 8159799: Tests using jcmd fails intermittently with Could not open PerfMemory on Windows
05ab545758b : 8166738: Enable concurrency in Hotspot jtreg testing
d7ea0d733b9 : 8166738: Enable concurrency in Hotspot jtreg testing
626e2ca2869 : 8166897: Some font overlap in the Optionpane dialog
449c641e3da : 8165526: Kitchensink sudden death - error code 0x406d1388
4bb6761600c : 8153134: Infinite loop in handle_wrong_method in jmod
b5a97517db8 : 8168115: Remove and retag jdk8u122-b03 in 8u repo
0efff49956c : 8168115: Remove and retag jdk8u122-b03 in 8u repo
57a5266f69b : 8168115: Remove and retag jdk8u122-b03 in 8u repo
fb912cec75d : 8168115: Remove and retag jdk8u122-b03 in 8u repo
adb8cf01697 : 8168115: Remove and retag jdk8u122-b03 in 8u repo
293dd27e5a0 : 8168115: Remove and retag jdk8u122-b03 in 8u repo
0ab932b18d4 : 8168115: Remove and retag jdk8u122-b03 in 8u repo
d1ea4b51de6 : 8168115: Remove and retag jdk8u122-b03 in 8u repo
7c14fdb6dee : 8168115: Remove and retag jdk8u122-b03 in 8u repo
16be9e1392b : 8168115: Remove and retag jdk8u122-b03 in 8u repo
99b0543430a : 8168115: Remove and retag jdk8u122-b03 in 8u repo
59e20ba863a : 8168115: Remove and retag jdk8u122-b03 in 8u repo
e03896dbe92 : 8168115: Remove and retag jdk8u122-b03 in 8u repo
42e50d2e25f : 8168115: Remove and retag jdk8u122-b03 in 8u repo
4373633b06e : 8168115: Remove and retag jdk8u122-b03 in 8u repo
456eaa23886 : 8168115: Remove and retag jdk8u122-b03 in 8u repo
614320ba5e6 : 8167494: Deprecate AutoGCSelectPauseMillis
fb49622c7ed : 8166461: Deprecate UseAutoGCSelectPolicy
867c3bfaefc : 8155948: Add message for CMS deprecation for Oracle builds
7520497b751 : 8157141: Fix for JDK-8031290 is unnecessarily fragile 8166454: meminfo(2) has been available since Solaris 9
811ccf69ada : 8165482: java in ldoms, with cpu-arch=generic has problems
c13329714bc : 8165687: Fix license and copyright headers in jd9 under hotspot/test
7e084fd81fc : 8166197: assert(RelaxAssert || w != Thread::current()->_MutexEvent) failed: invariant
633ef09e9fa : 8089573: [macosx] Incorrect char to glyph mapping printing on OSX 10.10
0280887b7b6 : Added tag jdk8u122-b03 for changeset ebb91e16011d
c21b93ec764 : Added tag jdk8u122-b03 for changeset 9b676c398b33
cf5fc1d6ad4 : Added tag jdk8u122-b03 for changeset 9d0a461e29a2
b43e80e18e0 : Added tag jdk8u122-b03 for changeset aabf7ba173dd
4de0f7ec37d : Added tag jdk8u122-b03 for changeset 19d17b0a56b1
6e1a1c5bc40 : Added tag jdk8u122-b03 for changeset 7e4a46ea7bc9
217a03e27a8 : Added tag jdk8u122-b03 for changeset e69d6dae2a1d
cd4e30f54d8 : Added tag jdk8u122-b03 for changeset d930823ef504
ab5693e73ab : Added tag jdk8u122-b03 for changeset a5e5212f9d51
e1df160df2a : Added tag jdk8u122-b03 for changeset d7e6bfeafc98
a39b9ae3802 : Added tag jdk8u122-b03 for changeset bae84d8c74a2
d9a7555e546 : Added tag jdk8u122-b03 for changeset 14c53330cd5b
1756f04cf5d : Added tag jdk8u122-b03 for changeset 865c48b1b28f
b7470eee8c7 : Added tag jdk8u122-b03 for changeset b909a16c1f0f
2ea7899ff51 : Added tag jdk8u122-b03 for changeset abd853cb5791
c814aee8a4f : Added tag jdk8u122-b03 for changeset 69882d9f7c9a
b88321c3785 : Added tag jdk8u121-b05 for changeset 01542d16ba2e
02c44f4da76 : Added tag jdk8u121-b05 for changeset 529825d5ef8c
b516766dcd6 : Added tag jdk8u121-b05 for changeset 80aabfe3bfbc
f22621ed56a : Added tag jdk8u121-b05 for changeset b5c351c07e22
fbdd8e35796 : Added tag jdk8u121-b05 for changeset 55ffcbad7047
1c692e95aa9 : Added tag jdk8u121-b05 for changeset baefb6190b1a
e8b4d8fe674 : Added tag jdk8u121-b05 for changeset 0e8b09028eaf
a3f65483e64 : Added tag jdk8u121-b05 for changeset 5d3acb33ed9e
1e42f835864 : Added tag jdk8u121-b05 for changeset 4d358b60f87a
e9978319856 : Added tag jdk8u121-b05 for changeset afd1f20907dc
27d7be3f84c : Added tag jdk8u121-b05 for changeset 5f738c7b5d48
64390d84b3d : Added tag jdk8u121-b05 for changeset 490ab08aae8d
4ddc1d5be6a : Added tag jdk8u121-b05 for changeset 6ef1f2808420
822ee1c3b04 : Added tag jdk8u121-b05 for changeset 1dd57a79db94
14f83f1124a : Added tag jdk8u112-b31 for changeset 8acdde3b9ffa
151b919184c : Added tag jdk8u112-b31 for changeset 8eafc64b70db
75d75d06d82 : Added tag jdk8u112-b31 for changeset 9e101d1567b0
56962a8c4b8 : Added tag jdk8u112-b31 for changeset c610d2fafa86
472e4298b69 : Added tag jdk8u112-b31 for changeset 02a4bddba3a8
8b5eef328e2 : Added tag jdk8u112-b31 for changeset 4c85a8c89f2b
5cdab1fe8fc : Added tag jdk8u112-b31 for changeset 823c95ab21a1
ca3008ecec6 : Added tag jdk8u112-b31 for changeset 1367373e60aa
1685c2cff18 : Added tag jdk8u112-b31 for changeset f7bc03afd547
0a3dda7dbf9 : Added tag jdk8u112-b31 for changeset fabcbb321cff
6f4e3df5ae0 : Added tag jdk8u112-b31 for changeset ef9d473658fd
95610fae676 : Added tag jdk8u112-b31 for changeset 482fe6d09989
11566fe321a : Added tag jdk8u112-b31 for changeset 767b7dba2602
00482f42671 : Added tag jdk8u112-b31 for changeset c87c88dfaeb3
a8e7edb9dff : Added tag jdk8u112-b31 for changeset c36d683df2c9
54942cbb05a : Added tag jdk8u112-b31 for changeset abae04f3c29c
e062f99b22f : 8168077: Solaris build failed: gtk2_interface.h typedef redeclared: GThreadFunctions
29e33425a4d : 8168086: 8166869 broke jvmci build on aarch64
e3b0b0192b9 : 8145263: JShell: Fix the format of SourceCodeAnalysis#documentation
80ce1c8be2d : 8167000: Refine handling of multiple maximally specific abstract methods
0485515bad9 : 8167288: [TEST_BUG] Consistent failure on Unity of WarningWindowDisposeTest.java
302ec8438f9 : 8158797: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails when GC is specified explicitly
8b7cc864732 : 8167992: Update documentation of java.util.Date class
5b7f28e99d4 : 8158390: [macosx] Regression: javax/swing/JMenuItem/8139169/ScreenMenuBarInputTwice.java
dc8408ae5b5 : 8153526: [Unity] Taskbar.getTaskbar().setMenu(null) doesn't remove menu
3d647382343 : 8163167: [PIT] javax/swing/JTextArea/ScrollbarFlicker/ScrollFlickerTest.java always fail
0abfcdbe048 : 8161473: [TEST_BUG] [macosx] add autodelay to java/awt/TrayIcon/TrayIconEventModifiers/TrayIconEventModifiersTest.java
27043084d2b : 8167281: IIOMetadataNode bugs in getElementsByTagName and NodeList.item methods
3419791e2d4 : 8167486: Device.getDisplayMode() doesn't report refresh rate on Linux in case of dual screen
b3d5aa622ed : 8164321: Crash of SwingNode with GTK LaF
06965a6c1c8 : 8167478: javax/xml/jaxp/unittest/parsers/Bug6341770.java failed with "java.security.AccessControlException: access denied ("java.io.FilePermission" "sko?ice")"
0d34edc708a : 8166034: [macosx] Non-AA Serif font always displays as regular - no bold
29871f6f8ac : 8166974: invokedynamic implementation should not wrap Errors
6e7ec59861c : 8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present
0e6c22bcea4 : 8165500: TestJpsJar shouldn't jar all test.classpath directories
cb81552d35f : 8160376: DebuggerException: Can't attach symbolicator to the process
447f64bf30d : 8164501: Uninitialised memory in byteArrayToPacket of SharedMemoryConnection.c
43935fe3d11 : 8168483: Remove jtreg timeout handler timeout
d45aa3fbb15 : 8167294: MXBean javadoc should be updated to take modules into account
445c99ec2b6 : 8167166: Java API docs mention a non-existent method getNanosOfSecond
07c0902eac0 : 8167435: IllegalArgumentException is not thrown by Clip.open(AudioFormat,byte[], int, int)
1bb38370205 : 8167310: The graphics clip is incorrectly rounded for some fractional scales
ae233dafc4d : 8167565: [macosx] Maximization of a dialog hides it
3230ba35f1f : 8158380: [macosx] Regression: java/awt/List/ActionEventTest/ActionEventTest.java
b521b5b0d80 : 8166980: JCK testing of Window.setIconImage() leads to VM crash starting approx from JDK9 b134
6d3fbda062c : 8167957: Remove FilePermission from default policy for jdk.charsets module
1f91f70a58a : 8167965: (jdeprscan) using --release option with 8 or earlier throws exception
300a236aee0 : Added tag jdk-9+140 for changeset aa60c8d89a92
8ab96b2cd5e : Added tag jdk-9+140 for changeset 5429549751ad
58cc4e2b280 : Added tag jdk-9+140 for changeset 4f24b84a3775
81d47ef648c : Added tag jdk-9+140 for changeset 9c298252e385
8ae8b955f5d : Added tag jdk-9+140 for changeset c4036f85c0c5
6813916b736 : Added tag jdk-9+140 for changeset ddbbb16c6b6e
45e56e1de3d : Added tag jdk-9+140 for changeset 522e6a7f6e61
43c10160d5d : Added tag jdk-9+140 for changeset 0ffcfee0d9a9
06ee36561b6 : 8167446: Add back PermSize and MaxPermSize
8630709b199 : 8167237: Jar tool can not correctly find/process the --release option if it occurs before the file list
1b3ae71f98c : 8141636: Javadoc search should support camelCase search
dd8ac98cde2 : 8166258: Unexpected code conversion by HKSCS converters
92e6b35293e : 8163969: Cyclic interface initialization causes JVM crash
baf4ee9b65d : 8163969: Cyclic interface initialization causes JVM crash
7bcdb604388 : 8167511: IgnoreModulePropertiesTest.java needs update for JDK-8162401
474d7270455 : 8140353: Improve signature checking
ca8f6135c6b : 8140353: Improve signature checking
15b6970daa8 : 8165064: Enhance thread contexts in JNDI
02ca9985fc8 : 8167371: KeyStoreSpi.engineSetEntry should throw an Exception if password protection alg is specified
99291bc8921 : 8167659: Access of mark word should use oopDesc::mark_offset_in_bytes() instead of '0'
410b8c8f8ff : 8055033: Shell tests for jrunscript don't pass through VM options
6e9244aea43 : 8164322: Test sun/security/pkcs11/PKCS11Test.java shall be updated to run on ARM platforms
cd11a435b12 : 6294607: GIFWriter returns the same compression type twice
b0a2502f7b1 : 8058152: JDK accepts XSLT stylesheet having import element erroneously placed
440c2fb03c6 : 8167630: jdeps --generate-module-info forgets to close the resource after checking any unnamed package
44a7c1b6449 : 8164689: Retrofit jar, jlink, jmod as a ToolProvider
b79835c56bb : 8164689: Retrofit jar, jlink, jmod as a ToolProvider
71c0fe87109 : 8166460: jdk/internal/util/jar/TestVersionedStream gets Assertion error
a19fc7fbdb4 : 8134373: use collections convenience factories in the JDK
41cdc788054 : 8167628: Test for RMI API to export an object with a serialization filter
0eb1221aa70 : 8167291: [TEST_BUG] javax/print/attribute/Services_getDocFl.java
8c7dc293890 : 8167614: Avoid module dependency from jdk.dynalink to jdk.internal.module of java.base module
c299fc425d7 : 8167614: Avoid module dependency from jdk.dynalink to jdk.internal.module of java.base module
e68ae2ec8e7 : 8156802: Better constraint checking
b27d8f6dd9d : 8165271: Fix use of reflection to gain access to private fields
a535d2d8330 : 8166530: sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java fails intermittently
d16760afb50 : 8168405: Pending exceptions in java.base/windows/native
8049802fc81 : 8146257: sun/net/www/protocol/jar/B4957695.java fails intermittently with java.lang.RuntimeException: some jar_cache files left behind
97658dc623c : 8157965: update httpserver logging to use java.lang.System.Logger
8bd0c80e925 : 8168374: TsacertOptionTest.java fails on all platforms
debfdef758c : 8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
4b919bee812 : 8167591: Add MD5 to signed JAR restrictions
3c18e7d78c6 : 8167356: Follow up fix for jdk8 backport of 8164143. Changes for CMenuComponent.m were missed
42056cf5221 : 8167356: Follow up fix for jdk8 backport of 8164143. Changes for CMenuComponent.m were missed
41e797f4da7 : 8162723: Array index overflow in Base64 utility class
272c666c9b9 : 8154015: Apply algorithm constraints to timestamped code
242911dd948 : 8165344: Update concurrency support
b6dc699a487 : 8158997: JNDI Protocols Switch
8d629d6cae4 : Added tag jdk8u121-b05 for changeset b9fd4ffc8480
0d159e1f87d : 8154015: Apply algorithm constraints to timestamped code
94bba4f76b9 : 8165344: Update concurrency support
363a33c9fc3 : 8158997: JNDI Protocols Switch
e6b248aec28 : Added tag jdk8u121-b05 for changeset 1cacf380696c
a8ac9204749 : 8166937: [Solaris] Missing libjvm_db.so and libjvm_dtrace.so from JDK 9 b138
da8b135bcfc : 8167479: arm 32/64 slowdebug fails to build on unpack200
6a9dfd0048a : 8167595: AArch64: SEGV in stub code cipherBlockChaining_decryptAESCrypt
a467175dda9 : 8167488: Race condition in build with new exploded-image-optimize target
7975bee5dc3 : 8167443: Nashorn static method linking bypasses autoexported linkers
2206e3f6415 : 8166875: (tz) Support tzdata2016g
c51e1492d0a : 8166875: (tz) Support tzdata2016g
09c74208b0a : 8166875: (tz) Support tzdata2016g
e9a8955a04d : 8166988: Improve image processing performance
d6c9ba83d0b : 8166875: (tz) Support tzdata2016g
c9aab9804e5 : 8166988: Improve image processing performance
4b792903da1 : 8166970: Adapt mutex padding according to DEFAULT_CACHE_LINE_SIZE
b414bb70232 : 8152530: NullPointerException when xmlns=""
2fc1b1389af : 8167524: Rogue character in Stream javadoc
c8971d64f4a : 8167523: JDK 9 build failure on MacOS due to unhandled cases in switch statement
909e2244c85 : 8167459: Add debug output for indicating if a chosen ciphersuite was legacy
a4365fa98c8 : Added tag jdk8u131-b00 for changeset 0b5e4f9bd0c3
96cc0cfa08f : Added tag jdk8u131-b00 for changeset a88ee9ba2e2c
112469def8f : Added tag jdk8u131-b00 for changeset b3a9d4d18795
4baf01919b9 : Added tag jdk8u131-b00 for changeset d3533c620f3c
9eba9df7db0 : Added tag jdk8u131-b00 for changeset 11bce5ab358a
8616ac2e9e9 : Added tag jdk8u131-b00 for changeset d4ad26492251
44c572f7b0e : Added tag jdk8u131-b00 for changeset c15f4a3831f3
3706336a480 : Added tag jdk8u131-b00 for changeset 1817a87367ce
6783a1dc89b : Added tag jdk8u131-b00 for changeset 2f6b98af9deb
1167767c97f : Added tag jdk8u131-b00 for changeset 4a3f512c8bf4
42934180dec : Added tag jdk8u131-b00 for changeset 43ee16fd6ab1
55e65275bae : Added tag jdk8u131-b00 for changeset d993ab3cf5e9
3dfed887694 : Added tag jdk8u131-b00 for changeset 471b0bc19e90
1881a672e69 : Added tag jdk8u131-b00 for changeset f8e6aff43e5c
096feba653a : Added tag jdk8u131-b00 for changeset e100ba43b1e3
2b0bdd7e51f : Added tag jdk8u131-b00 for changeset 40991c1be861
e8a2665e11a : Added tag jdk8u121-b04 for changeset b8bf2b22b02f
4e05d3e1d79 : Added tag jdk8u121-b04 for changeset eea80f82dedc
284f2002bbb : Added tag jdk8u121-b04 for changeset 7f244d37b044
cfccad9a25e : Added tag jdk8u121-b04 for changeset 39ca874ebf0f
ad65ae6b2e1 : Added tag jdk8u121-b04 for changeset f4560b8e2a51
849e5f64ba4 : Added tag jdk8u121-b04 for changeset b3771cf68c6b
040004575b9 : Added tag jdk8u121-b04 for changeset 866674db1781
cbd71c555ff : Added tag jdk8u121-b04 for changeset edc92c33ae44
ed6e6a70033 : Added tag jdk8u121-b04 for changeset 6f0dced3a352
ad25680d25a : Added tag jdk8u121-b04 for changeset 10106e544848
432d2c0de25 : Added tag jdk8u121-b04 for changeset 767a7be36ca0
9c5247ab6ce : Added tag jdk8u121-b04 for changeset fe6ee8d0991b
3850a783a05 : Added tag jdk8u121-b04 for changeset fafbf281d43d
ce7b7774d75 : Added tag jdk8u121-b04 for changeset 573b5fd6f951
85ad53f1312 : Added tag jdk8u121-b04 for changeset f22a2738e5b8
6f853ec0e54 : Added tag jdk8u121-b04 for changeset 15c575d6ddaa
1b973e76b83 : 8162766: Unsafe_DefineClass0 accesses raw oops while in _thread_in_native
ed6b4961911 : 8162766: Unsafe_DefineClass0 accesses raw oops while in _thread_in_native
aeab66eea00 : 8154945: Enable 8130150 and 8081778 intrinsics by default
f02e0e8d934 : 8154945: Enable 8130150 and 8081778 intrinsics by default
b765ef344a9 : 8166890: JShell: locks forever when input is piped
7bf6362c3ae : 8167387: libjimage.so has a bad runpath
b09d8ad0e6f : 8163482: java.net.URLPermission.getActions() adds a trailing colon when header-names is empty
dde68e918cf : 8158181: Stop adding missing newline to manifest files
33ae322e2cf : 8157623: Make --enable-ccache work properly with CCACHE from the environment
74412e17fc2 : 8167472: Chrome interop regression with JDK-8148516
202b54f4c8a : 8167459: Add debug output for indicating if a chosen ciphersuite was legacy
ede4671cd69 : Added tag jdk8u121-b08 for changeset 9e21e421c2e3
50c11bb9ace : 8167472: Chrome interop regression with JDK-8148516
80434607d21 : 8167459: Add debug output for indicating if a chosen ciphersuite was legacy
2a57ba461c3 : Added tag jdk8u121-b08 for changeset 186eccf414d4
9c0a3e6ca92 : 8167472: Chrome interop regression with JDK-8148516
1e5f273342e : 8167424: Various trivial fixes in build system
46cb0861d00 : 8167424: Various trivial fixes in build system
a6aec9bc101 : 8167424: Various trivial fixes in build system
f098b934824 : 8167424: Various trivial fixes in build system
3e6227e27fa : 8167424: Various trivial fixes in build system
17788fb51c4 : 8166799: ASSEMBLY_EXCEPTION contains historical company name
b082efdad6f : 8166799: ASSEMBLY_EXCEPTION contains historical company name
d9cb62256a8 : 8166799: ASSEMBLY_EXCEPTION contains historical company name
b7bf57530a6 : 8166799: ASSEMBLY_EXCEPTION contains historical company name
6047676f417 : 8166799: ASSEMBLY_EXCEPTION contains historical company name
f61d37e809f : 8166799: ASSEMBLY_EXCEPTION contains historical company name
d2cf767735e : 8166799: ASSEMBLY_EXCEPTION contains historical company name
6aeea2d0c86 : 8166799: ASSEMBLY_EXCEPTION contains historical company name
23437c3de5b : 8166799: ASSEMBLY_EXCEPTION contains historical company name
39cbf4c5e4e : 8166799: ASSEMBLY_EXCEPTION contains historical company name
0e354953719 : 8166799: ASSEMBLY_EXCEPTION contains historical company name
42ac2299ed2 : 8166799: ASSEMBLY_EXCEPTION contains historical company name
4d9fc9541d0 : 8167333: Invalid source path info might be used when creating ClassFileStream after CFLH transforms a shared classes in some cases
81d15be0dbb : 8165275: Replace the reflective call to the implUpdate method in HandshakeMessage::digestKey
bf450d55c11 : 8164814: Deprecate Atomic*.weakCompareAndSet and defer to Atomic*.weakCompareAndSetPlain
fddb29160d6 : 8162401: Support multiple --add-exports and --add-reads with the same module/package
0ce6fba4287 : 4649116: Add option to include full package description at top, before interface table
896a819c2b3 : 8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dab57d2037b : 8165103: Update to "denyAfter constraint check" exception message
0d046ab8085 : 8167295: Further cleanup to the native parts of libnet/libnio
3d4d013f55f : 8165101: AnchorCertificates throws NPE when cacerts file not found
f4df89b00cd : 8165991: Fix DocTreeFactory newDocCommentTree 8154349: New doclet incorrectly shows entire text body for JavaFX properties in summary section
6f16c4713d6 : 8151102: Cleanup javadoc exception handling
a53b8b8a5d7 : 8167343: JShell: Completeness analysis infers an incomplete declaration as COMPLETE_WITH_SEMI, which is a first line of Allman style
63e0cc39e9c : 8166364: fatal error: acquiring lock DirtyCardQ_CBL_mon/16 out of order with lock Module_lock/6 -- possible deadlock
b0937644187 : 8167354: Missing jtreg output when run using langtools makefiles
969c7a933ac : 8167442: Langtools ant build not working after addition of -Xlint:exports
e6bf5b92f7a : 8166890: JShell: locks forever when input is piped
f923578969e : 8167456: Tweak IntelliJ langtools project's jtreg settings
57946569148 : 8167320: Trying to document only java.base causes a NPE in javac
24a4e491806 : 8167424: Various trivial fixes in build system
8b2ace697cd : 8167128: JShell: /drop of statement gives confusing output
05b72e77b79 : 8156054: Test Task: Develop new tests for JEP C155: Remove FilePermission Pathname Canonicalization
ba9df3533c4 : 8164705: Remove pathname canonicalization from FilePermission
90e6cda73c0 : 8166878: Connection reset during TLS handshake
ece1def9aec : 8166648: jib make run-test for langtools results in intermittent failures on windows-x86
6fef223c3f6 : 8159855: Create an SPI for tools
0f9a0114754 : 8159855: Create an SPI for tools
4735558138e : 8072604: Improve handling of direct use of accept with TreePathScanner
b7b3fb42666 : 8167353: [JVMCI] JVMCI re-initialization check is in the wrong location
2d52d60a1e8 : 8151486: Class.forName causes memory leak
a4ab13032a6 : 8166591: [macos 10.12] Trackpad scrolling of text on OS X 10.12 Sierra is very fast (Trackpad, Retina only)
74637e2029b : 8037099: [macosx] Remove all references to GC from native OBJ-C code
e22a4158aa2 : 8166878: Connection reset during TLS handshake
63a38f6805d : 8151893: Add security property to configure XML Signature secure validation mode
ec08055d8a4 : 8156804: Better constraint checking
08e1ec22a11 : 8166591: [macos 10.12] Trackpad scrolling of text on OS X 10.12 Sierra is very fast (Trackpad, Retina only)
1ab91b69a81 : 8037099: [macosx] Remove all references to GC from native OBJ-C code
a762439e1b8 : 8166878: Connection reset during TLS handshake
ab24414ea91 : 8151893: Add security property to configure XML Signature secure validation mode
f981d15d55c : 8156804: Better constraint checking
b64b7c72536 : 8166591: [macos 10.12] Trackpad scrolling of text on OS X 10.12 Sierra is very fast (Trackpad, Retina only)
c48deda76eb : 8166591: [macos 10.12] Trackpad scrolling of text on OS X 10.12 Sierra is very fast (Trackpad, Retina only)
9598a4300c2 : 8139584: XMLStreamWriterImpl does not write 'standalone' property
5cb4f9c7870 : 8167018: Nashorn and jjs should support --module-path and --add-modules options
d47b7ffca52 : 8167018: Nashorn and jjs should support --module-path and --add-modules options
b49746775cd : 8169497: Aarch64: Improve internal array handling
9afb326e44b : 7107014: sun.jvm.hotspot.HSDB.FindObjectByTypeCleanupThunk.showConsole.attach infinite loop
3eedbd0f733 : 8169344: Potential open file descriptor in exists() of hotspot/agent/src/os/bsd/ps_core.c
2c79bd5892f : 7107018: sun.jvm.hotspot.utilities.soql.JSJavaHeap.forEachClass incorrect test
1bab9425ed1 : 8169331: [JVMCI] incomplete API to MethodParameters attribute
db9932fb371 : 8168904: Initialize and reset G1 phase times to zero
902650f0586 : 8160543: C1: Crash in java.lang.String.indexOf in some java.sql tests
afd17cbfc44 : 8166837: [TESTBUG] Fix tests on Linux/s390x
01f09f57824 : 8169255: Link gtestLauncher statically if libjvm is configured for static linking
e29b338cd77 : 8167289: Backport ES6 updates from Graal.js
b7da068f850 : 8167195: VM fails to initialize intermittently when running jmod to create some images
27ca3765bba : 8160893: [macosx] JMenuItems in JPopupMenu are not accessible
36bc804e6bd : 8166799: ASSEMBLY_EXCEPTION contains historical company name
76e33f6ba8e : 8166799: ASSEMBLY_EXCEPTION contains historical company name
192f234477a : 8166799: ASSEMBLY_EXCEPTION contains historical company name
86b5c99b3a0 : 8166799: ASSEMBLY_EXCEPTION contains historical company name
0d8b76a7d79 : 8166799: ASSEMBLY_EXCEPTION contains historical company name
bb43a0e538b : 8166799: ASSEMBLY_EXCEPTION contains historical company name
c3c1310573f : 8166799: ASSEMBLY_EXCEPTION contains historical company name
c6c8c91e32d : 8166799: ASSEMBLY_EXCEPTION contains historical company name
723c5ce3c21 : 8167181: Exported elements referring to inaccessible types in jdk.security.jgss
121ffd6f678 : 8167181: Exported elements referring to inaccessible types in jdk.security.jgss
1bef086a4b7 : Added tag jdk-9+139 for changeset 72fcbd6294cb
988dbfba243 : Added tag jdk-9+139 for changeset 1c5f97d2d3fb
db1efb70004 : Added tag jdk-9+139 for changeset 4cec206d8052
6eb1f7bf561 : Added tag jdk-9+139 for changeset 5da543633b3b
d10e90ef134 : Added tag jdk-9+139 for changeset e1cb4c42ee86
dab278ffdea : Added tag jdk-9+139 for changeset 1c034834ae82
3cc01745441 : Added tag jdk-9+139 for changeset 9e274c9c3047
2a23d589d1f : Added tag jdk-9+139 for changeset 1de8867db5a3
6e147fc49f3 : 8165232: XKeycodeToKeysym is deprecated and should be replaced
698c52a1eb6 : 8166988: Improve image processing performance
fcdc3eac28a : 8159611: C2: ArrayCopy elimination skips required parameter checks
7bc6ecfba8b : 8167578: C1: compiler.escapeAnalysis.TestArrayCopy fails to throw ArrayStoreException
f4949ad8966 : 8168535: Quarantine GcCauseTest02 and GcTest02
29654f8fe55 : 8168283: adlc: fix error expanding expanded nodes
bedfd21b601 : 8167300: Scheduling failures during gcm should be fatal
21f23a996ea : 8167298: assert(tp->base() != Type::AnyPtr) crash with Unsafe.compareAndExchangeObject*
47096d7dd1b : 8168915: [JVMCI] use MethodParameters attribute instead of depending on -g option for sanity checks
dd45be3f418 : 8168770: Fix for 8151988 causes performance regression on SPARC
e70bbbd57f7 : 8067744: XMM/SSE float register values corrupted by JNI_CreateVM call in JRE 8 (Windows)
1db73e7104f : 8168305: GC.class_stats should not require -XX:+UnlockDiagnosticVMOptions
a1289cce5bb : 8166974: invokedynamic implementation should not wrap Errors
e555a3e342a : 8166145: runtime/threads/ThreadInterruptTest3 fails with ExitCode 0
8ab06fddce6 : 8168318: PPC64: Use cmpldi instead of li/cmpld
9ccff4aa305 : 8168083: PPC64: Cleanup template interpreter after 8154580 and 8154867
5ce7a44cf0a : 8168662: Intrinsic support for event based tracing needs explicit control dependency
43db68dee4e : 8146009: "pure virtual method called" with using new GC logging mechanism
8641d21c56d : 8166117: Add UTC timestamp decorator for UL
a4cfffae9bc : 8167673: [s390] The s390 port
7a1887e91ce : 8158997: JNDI Protocols Switch
7007b4d6f21 : 8158997: JNDI Protocols Switch
86423263b48 : 8162461: Hang due to JNI up-call made whilst holding JNI critical lock
dadb45a1803 : Added tag jdk8u141-b04 for changeset 524db6adf3b2
1ac2bf166a2 : 8162461: Hang due to JNI up-call made whilst holding JNI critical lock
77878d646cb : Added tag jdk8u141-b04 for changeset 1472db9437eb
3394e0dd670 : 8162461: Hang due to JNI up-call made whilst holding JNI critical lock
886916c64a0 : 8162461: Hang due to JNI up-call made whilst holding JNI critical lock
af18bfc781b : 8165555: [macosx] VM crashes on second attempt to execute JCK interactive tests that use Robot (single JVM, agent)
213d68352e5 : 8058950: [TESTBUG] There is no F1 dialog when the case loading,so we can't restore it
c86ac940295 : 8167117: insert missing final keywords
6a0ceb74e89 : 8153362: Add javac -Xlint warning to list exposed types which are not accessible
fa93c656186 : 8153362: Add javac -Xlint warning to list exposed types which are not accessible
f50101ed434 : 8166800: [s390] Top-level build changes required for Linux/s390x
25a130784d5 : 8167200: AArch64: Broken stack pointer adjustment in interpreter
5e40c7ba0ea : 8151787: Unify the HiDPI splash screen image naming convention
32149da587b : 8166872: GPL header in /hotspot/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp
eba5eec1b96 : 8166872: GPL header in /hotspot/src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp
b507e409eb0 : 8167014: jdeps: Missing message: warn.skipped.entry
2db14bace5a : 8166846: jdeps fails to generate module info if there is any class in unnamed package
8ebdbe3b5c1 : 8167005: Comment on the need for an empty constructor in ArrayList$Itr
6a3e24b10fb : 8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees
451ab4de5bd : 8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees
dd2c391c438 : 8167194: [JVMCI] no reliable mechanism for querying JVMCI system properties
a777d77fb5c : 8166929: [JVMCI] Expose decompile counts in MDO
c12cdd9a1c0 : 8165344: Update concurrency support
5275bebcab3 : 8166632: Document how to grant permissions for a module jrt:/<module> in the image
f747c500ff5 : 8161025: GPL header missing comma in year
ad7aa259b5c : 8161018: GPL header missing comma in year
c365ea61b5c : 7067885: FileChooser does not display soft link name if link is to nonexistent file/directory
b03a8f26db7 : 8165485: Bad rendering of Swing UI controls with Motif L&F on HiDPI display 8147600: [hidpi] invalid rendering of Swing UI controls (radiobuttons, choice etc.)
04e0dfd1eb2 : 8166591: [macos 10.12] Trackpad scrolling of text on OS X 10.12 Sierra is very fast (Trackpad, Retina only)
f2c1ba20ece : 8167190: Remove confusing timestamps from the gc log
a5eb94ccef9 : 8167184: [s390] Extend relocations for pc-relative instructions
1d29982cfc4 : 8167070: Performance regression in compound scopes
3c1ab21ffad : 8165949: Serial and ConcMarkSweep do not unload strings when class unloading is disabled
604bf5b7d65 : 8150736: Excessive disk space used by build system
8de7ce99bd4 : 8150736: Excessive disk space used by build system
a350f3bda73 : 8150736: Excessive disk space used by build system
9bf4e700fcd : 8167157: ant build fails with [javadoc] javadoc: error - Illegal package name: "implNote:a:Implementation Note:"
6504983459c : 8166860: Add magic number to jmod file
a3f3f797b5b : 8166860: Add magic number to jmod file
512c42b9ac4 : 8161338: (jdeprscan) remove JEP 293 non-conforming -cp option 8165927: (jdeprscan) com.sun.tools.jdeprscan.Main.instance should be package protected
5bce3820cca : 8166472: javac/javadoc expands @files incorrectly
09a11f3b870 : 8140353: Improve signature checking
920e3f4a272 : 8160108: Implement Serialization Filtering 8166739: Improve extensibility of ObjectInputFilter information passed to the filter
0b69e440d02 : 8160108: Implement Serialization Filtering 8166739: Improve extensibility of ObjectInputFilter information passed to the filter
0e8f10584f7 : 8165261: RMI API to export an object with a serialization filter
6a5d225ba30 : 8165806: UnicastServerRef support to export an object with a filter
332ada5c1c6 : 8139870: sun.management.LazyCompositeData.isTypeMatched() fails for composite types with items of ArrayType
67fa4c97b20 : 8174729: Race Condition in java.lang.reflect.WeakCache
34303cf258e : 8163889: [macosx] Can't print from browser on Mac OS X
ed91b218659 : 8173145: Menu is activated after using mnemonic Alt/Key combination
bbb309aa163 : 8159058: SAXParseException when sending soap message
751308fdcd1 : 8139870: sun.management.LazyCompositeData.isTypeMatched() fails for composite types with items of ArrayType
5ee27e9fcbb : 8174729: Race Condition in java.lang.reflect.WeakCache
cb1f8dd4260 : 8163889: [macosx] Can't print from browser on Mac OS X
7dcf2da0dd1 : 8173145: Menu is activated after using mnemonic Alt/Key combination
d34c17c44a8 : 8159058: SAXParseException when sending soap message
5775294c238 : 8139870: sun.management.LazyCompositeData.isTypeMatched() fails for composite types with items of ArrayType
37f0d24990a : 8139870: sun.management.LazyCompositeData.isTypeMatched() fails for composite types with items of ArrayType
9aa8b6728a1 : 8155760: Implement Serialization Filtering 8166739: Improve extensibility of ObjectInputFilter information passed to the filter
03cc993ec4b : 8166645: Include locales plugin throws InternalError with "*" specified
0a885c4bc8a : 8153674: Expected SocketException not thrown when calling bind() with setReuseAddress(false)
279b6faa56b : 8073844: fatal annotation processing errors do not stop compilation
ecdbe768e10 : 8167058: (fs) UnixDirectoryIterator::stream unused
c58a8aae3e2 : 8152911: javac assertion error when compiling overlay sources
eb540e43ace : 8166965: Some small java build tools are still running with big JVM configuration
10b333c7eae : 8166965: Some small java build tools are still running with big JVM configuration
16bf17a9a7a : 8166965: Some small java build tools are still running with big JVM configuration
4b223f6329e : 8166965: Some small java build tools are still running with big JVM configuration
5735e2f3315 : 8166948: Exploded image too slow to be usable
13b1a55ffa5 : 8167037: Remove CALL_METHOD support from internal Nashorn linkers
2cf11bb58d7 : 8167028: SunCodec.java can be removed
3847822589d : 8166378: Missing dependencies in several java/security tests
9bdef15573a : 8166965: Some small java build tools are still running with big JVM configuration
7995a7872b6 : 8166948: Exploded image too slow to be usable
f1f59c6623b : 8165466: DecimalFormat percentage format can contain unexpected %
5e84d49af5f : 8166993: typo in java.util.Locale javadoc
5aebe22a1bf : 8167002: JAXP schema validator: Use HashSet instead of ArrayList for tracking XML IDs
0ed8bc66105 : Added tag jdk8u122-b02 for changeset 36cd23845208
744069e3040 : Added tag jdk8u122-b02 for changeset f15b05ac2366
53d2801cac4 : Added tag jdk8u122-b02 for changeset f7453a5831b5
64c2efa1663 : Added tag jdk8u122-b02 for changeset ef9574ccbf9e
cb0ff7a59aa : Added tag jdk8u122-b02 for changeset 34126f1cef5e
a79a5dc60e0 : Added tag jdk8u122-b02 for changeset 5dd8cfaeed9c
f1e00b87969 : Added tag jdk8u122-b02 for changeset 78e8f27e5daa
64f5a99b11e : Added tag jdk8u122-b02 for changeset 4831a07fe5fd
c81878a2722 : Added tag jdk8u122-b02 for changeset d528104fbafa
5bdb21af2d8 : Added tag jdk8u122-b02 for changeset 1b63c1a80031
0fa67e8a961 : Added tag jdk8u122-b02 for changeset 8a56ba9383ad
81a0edd8424 : Added tag jdk8u122-b02 for changeset a70d73684b08
8586ef7e6c3 : Added tag jdk8u122-b02 for changeset eaf8ddd0b5a5
6940d6482d8 : Added tag jdk8u122-b02 for changeset aaac82bf7c98
3fe65b6a8d4 : Added tag jdk8u122-b02 for changeset 9458b119b5ff
9d7270a4632 : Added tag jdk8u122-b02 for changeset bf719012ba8a
9601dcd6e0b : Added tag jdk8u121-b03 for changeset 380f229633be
b15ba41ee6c : Added tag jdk8u121-b03 for changeset 1d61c1a3fbe9
5643124cab0 : Added tag jdk8u121-b03 for changeset dceae9e7125f
4b564635a38 : Added tag jdk8u121-b03 for changeset 649753496ff3
47fc05227ea : Added tag jdk8u121-b03 for changeset 3d568fbbfaf0
b1858137969 : Added tag jdk8u121-b03 for changeset 12a20798f780
b956ff8e0a7 : Added tag jdk8u121-b03 for changeset e9ab6150ebde
3225ab653c1 : Added tag jdk8u121-b03 for changeset bc39f72bbd15
90a057b84cd : Added tag jdk8u121-b03 for changeset 5d66df184b8e
0e01740fc1d : Added tag jdk8u121-b03 for changeset f04e3b97c5b1
2453ee70350 : Added tag jdk8u121-b03 for changeset 5f06bc48edac
f01bd85251e : Added tag jdk8u121-b03 for changeset fe6408d70933
52c08f328ee : Added tag jdk8u121-b03 for changeset b96d9e884735
17ee036f243 : Added tag jdk8u121-b03 for changeset 74e90b2ea3be
cf522b5dfb3 : Added tag jdk8u121-b03 for changeset 53f444ce6b06
4de88166c24 : Added tag jdk8u121-b03 for changeset 1f157a9c7b35
3d6de648b99 : 8165944: jar utility doesn't process more than one -C argument
f79d9adc24d : 8166781: fix wrong comment in ReceiverTypeData
237ea377648 : 8164143: Improve components for menu items
ce270b75308 : 8164143: Improve components for menu items
63497de6fa7 : 8165626: Improved window framing
de7d59d1671 : 8178438: Info-privileged.plist claims launchers to be "OpenJDK 7 Command"
a1efdc648a5 : 8178726: Can't load classes from classpath if it is a UNC share
e45dec888a0 : 8178012: Finish removal of -Xmodule:
4b04986fdc4 : 8178832: (ref) jdk.lang.ref.disableClearBeforeEnqueue property is ignored
30ac33c58c2 : 8178404: jlink --suggest-providers should list providers from observable modules
34a6dc57dd2 : 8178910: Problemlist sample tests
c9d91ac90ec : 8173801: Modify makefiles to not build demos and samples bundles
003e49e5be3 : 8177789: fix collections framework links to point to java.util package doc
cc944dde29f : 8165626: Improved window framing
d315dbbdf07 : 8178438: Info-privileged.plist claims launchers to be "OpenJDK 7 Command"
fbe2a956f9a : 8178726: Can't load classes from classpath if it is a UNC share
2c30798b300 : 8178012: Finish removal of -Xmodule:
fb766e49ddd : 8178832: (ref) jdk.lang.ref.disableClearBeforeEnqueue property is ignored
05e16f51535 : 8178404: jlink --suggest-providers should list providers from observable modules
82a6322c559 : 8178910: Problemlist sample tests
85255b92e97 : 8173801: Modify makefiles to not build demos and samples bundles
cd15d32a74b : 8177789: fix collections framework links to point to java.util package doc
ea72afe6c4c : 8165619: Frame is not repainted if created in state=MAXIMIZED_BOTH on Unity
bf41569209d : 8166791: Fix module dependencies for networking component tests
4dbca869e0e : 8166875: (tz) Support tzdata2016g
84bd07e1753 : 8167026: Quarantine TestDaemonThread.java
276de4aea29 : 8166657: Remove exports com.sun.tools.jdi to jdk.hotspot.agent
799f344fccd : 8166144: New javadoc options don't conform to JEP 293 (GNU style options)
ac6b2ca3dc3 : 8166930: minor cleanups 1) remove reference to ZIP_ReadMappedEntry 2) checking of st_mode
c95a4b0b729 : 8132664: closed/javax/swing/DataTransfer/DefaultNoDrop/DefaultNoDrop.java locks on Windows
1a214dc5462 : 8087144: sun/security/krb5/auto/MaxRetries.java fails with Retry count is -1 less 8153146: sun/security/krb5/auto/MaxRetries.java failed with timeout
d404090fec6 : 8087144: sun/security/krb5/auto/MaxRetries.java fails with Retry count is -1 less 8153146: sun/security/krb5/auto/MaxRetries.java failed with timeout
63a1a87940d : 8165234: Provide a way to not close toggle menu items on mouse click on component level
d237394910e : 8077670: sun/security/krb5/auto/MaxRetries.java may fail with BindException
fbbc21a041a : 8174109: Better queuing priorities
abf99a55b8b : 8181048: Refactor existing providers to refer to the same constants for default values for key length
64e79ecb740 : 8184937: LCMS error 13: Couldn't link the profiles
bbcec76fa75 : 8077670: sun/security/krb5/auto/MaxRetries.java may fail with BindException
e3b510b1190 : 8174109: Better queuing priorities
0e6d3ea8f46 : 8181048: Refactor existing providers to refer to the same constants for default values for key length
8dba869a451 : 8184937: LCMS error 13: Couldn't link the profiles
d055089575d : 8162591: All existing gradient paint implementations have issues with coordinates/sizes larger than Short.MAX_VALUE (exactly) on any Linux systems
90d362f7ae4 : Added tag jdk8u112-b16 for changeset 439653a8507d
2957d3033aa : Added tag jdk8u112-b16 for changeset 31f4477eb541
990452f3353 : Added tag jdk8u112-b16 for changeset b7922e05a32e
3b22abce89f : Added tag jdk8u112-b16 for changeset ba6a956717d1
c53b43e4fc2 : Added tag jdk8u112-b16 for changeset efc686a7277b
1760faef9fa : Added tag jdk8u112-b16 for changeset 407724f30a1f
5d81806c210 : Added tag jdk8u112-b16 for changeset 09a1dfd091ed
96025ef2d57 : Added tag jdk8u112-b16 for changeset e3979bf65456
596b4f4aedd : Added tag jdk8u112-b16 for changeset a63d54b2496f
8e176c76981 : Added tag jdk8u112-b16 for changeset 22e4fd6351e2
a5c63c8fc9d : Added tag jdk8u112-b16 for changeset 39be20ed2e16
bfc5192365b : Added tag jdk8u112-b16 for changeset 72a7b20052d9
623bd7a449d : Added tag jdk8u112-b16 for changeset 4ff7f2480c45
3f345e0e939 : Added tag jdk8u112-b16 for changeset 5ed526a3e0c5
6357dff1e5a : Added tag jdk8u112-b16 for changeset 56d3bda7f234
9099a85f559 : Added tag jdk8u112-b16 for changeset 3ef0057581f7
e4d64186318 : 8166981: RGBColorConvertTest has wrong @run line
f677e81b9a1 : 8166902: Nested object literal property maps not reset in optimistic recompilation
c5f9a244c75 : 8166799: ASSEMBLY_EXCEPTION contains historical company name
f1082c3de2c : 8166902: Nested object literal property maps not reset in optimistic recompilation
7887d29613e : 8166799: ASSEMBLY_EXCEPTION contains historical company name
70e402c1902 : 8166902: Nested object literal property maps not reset in optimistic recompilation
6b29ad4ffc0 : 8166976: TestCipherPBECons has wrong @run line
566b0cca41c : 8166842: String.hashCode() has a non-benign data race
ec9d2a571f9 : 8165263: Remove code in MetaData that hacks into private fields of Collections implementation classes
61a21b5a3e5 : 8160630: libjimage.so and others should link statically to libgcc
ebba4ba1c1b : 8160630: libjimage.so and others should link statically to libgcc
7ddf27c21d8 : 8160630: libjimage.so and others should link statically to libgcc
33b751c3d4b : 8166238: Update jdeps for GNU-style long form options
876f72beafb : 8160064: StackWalker implementation added logging option without using UL
6bda29a2da3 : Added tag jdk-9+138 for changeset b9a1cb9ed1d3
08c0fa1dbf3 : Added tag jdk-9+138 for changeset 4b05dadfb69d
c954db5127d : Added tag jdk-9+138 for changeset 8ced0dd94a6e
54ca65037bd : Added tag jdk-9+138 for changeset 7223a315fd01
4ab34fb2d88 : Added tag jdk-9+138 for changeset cbc639238d91
5e40fe543e5 : Added tag jdk-9+138 for changeset b4b4c1119f39
762708dbb89 : Added tag jdk-9+138 for changeset f8823c55a1b7
31db3330450 : Added tag jdk-9+138 for changeset de6f69208f82
04d9546c332 : 8162973: Better component components
6550a39bbd7 : 8162973: Better component components
4349e5e013b : 8166866: (ch) Remove AIX specific implementation file java.base/aix/native/libnio/ch/AixNativeThread.c
e379ae18143 : 8166850: No runtime error expected after calling NET_MapSocketOption
67629ec0ccb : 8160119: Utils.tryFindJvmPid sometimes find incorrect pid
8ec3f201578 : 8160119: Utils.tryFindJvmPid sometimes find incorrect pid
c34cee90d82 : 8166744: JShell: java.lang.IndexOutOfBoundsException for legal history access
20a821ae7c9 : 8166744: JShell: java.lang.IndexOutOfBoundsException for legal history access
295923ce812 : 8166685: We should unpin stream and pixel buffer in case of setjmp during writeImage in JPEG
3f1ae2ad4ed : 8164931: Verify if writer.abort() works properly for all writers in IIOWriteProgressListener
323aded97f5 : 8165735: jlink incorrectly accepts multiple --module-path and --limit-modules options
0c70a986f95 : 8166841: Unused import causes test failure on compilation for java.text tests
644dc8b4e97 : 8166045: jdk/internal/misc/Unsafe tests fail due to timeout
d2b993e2ab9 : 8166790: Add stress test GCBasher
bbb41df9c01 : 8166584: Remove obsolete utility function NET_ThrowSocketException in windows libnet
82bdee01933 : 8166287: MultiReleaseJarAPI.isMultiReleaseJar(): failure java.nio.file.AccessDeniedException: custom-mr.jar
2cee0a499ad : 8166840: Synthetic bridge constructor in ArrayList$Itr blocks inlining
cec7bce69fa : 8151179: address issues raised by JCK team on JEP 274 API
b9a7ef61d0a : 8165829: Android Studio 2.x crashes with NPE at sun.lwawt.macosx.CAccessibility.getAccessibleIndexInParent
30bdf8918f3 : 8179223: Integrate 8176490 into 8u131-bpr repo
bbe5dd9fe4a : 8076249: NPE in AccessBridge while editing JList model
e349e3c5d79 : 8167102: [macosx] PrintRequestAttributeSet breaks page size set using PageFormat
7c3bad7f09c : 8061258: [macosx] PrinterJob's native Print Dialog does not reflect specified Copies or Page Ranges
5e11665b242 : Added tag jdk8u131-b31 for changeset 3313188db2a0
744a956ad4c : 8165829: Android Studio 2.x crashes with NPE at sun.lwawt.macosx.CAccessibility.getAccessibleIndexInParent
78b6c65d4d1 : 8179223: Integrate 8176490 into 8u131-bpr repo
5c38cd78721 : 8076249: NPE in AccessBridge while editing JList model
5cdb1829aa7 : 8167102: [macosx] PrintRequestAttributeSet breaks page size set using PageFormat
34e6a24567e : 8061258: [macosx] PrinterJob's native Print Dialog does not reflect specified Copies or Page Ranges
68500f6a78d : Added tag jdk8u131-b31 for changeset f38856461d58
a8c02b10fdb : 8166836: Elimination of clone's ArrayCopyNode may make compilation fail silently
7cc1fb0747e : 8134389: Crash in HotSpot with jvm.dll+0x42b48 ciObjectFactory::create_new_metadata
146d0563d92 : 8166869: [JVMCI] record metadata relocations for metadata references
f99a7c05c43 : 8166742: SIGFPE in C2 Loop IV elimination
40ac6760f63 : 8166801: [s390] Add jvm.cfg file for Linux/s390x
b9ad123afae : 8154714: jshell tool: add exports support
517cfed246a : 8166363: Method with reordered type parameter bounds compiles with @Override annotation but does not actually override superclass method
dc417a73f74 : 6946830: javax.crypto.Cipher.doFinal behavior differs depending on platform
5f41b5fad79 : 8149802: Signature.verify() doesn't reset the signature object on exception
f92bdade3df : 8162519: Remove ParallelPrefix.java from ProblemList.txt
f0cac034bd5 : 8164536: enableSuddenTermination() - Not throws SecurityException if a security manager exists and it will not allow the caller to invoke System.exit
0b3c1a31d9f : 8154005: Add algorithm constraint that specifies the restriction date
a9b56925c0a : 8154005: Add algorithm constraint that specifies the restriction date
623a0bf34af : 8162531: solaris.fontconfig.properties needs updating
5db49c3eb29 : 8164591: sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java failed with SSLHandshakeException
0f4ddc0ac33 : Added tag jdk8u102-b35 for changeset c8073c400341
50011d7abd3 : Added tag jdk8u102-b35 for changeset 505399b5b20a
130a3f739fd : Added tag jdk8u102-b35 for changeset 92b9866ecb93
f63df91ad44 : Added tag jdk8u102-b35 for changeset 17d756ace97f
d2c82e9eb5e : Added tag jdk8u102-b35 for changeset 032924861b74
327562c56d1 : Added tag jdk8u102-b35 for changeset 6de55285ce07
8989e44d82a : Added tag jdk8u102-b35 for changeset d59ab5e03f87
4809b8ada0f : Added tag jdk8u102-b35 for changeset ed76fa93014e
6cb1da9a8b2 : Added tag jdk8u102-b35 for changeset 2d80d1bf683b
941823a1438 : Added tag jdk8u102-b35 for changeset 13a6e7974484
c5ed401c3ae : Added tag jdk8u102-b35 for changeset 6514ee079901
8ea0af138fd : Added tag jdk8u102-b35 for changeset 25a3572df759
7b1d34b72f5 : Added tag jdk8u102-b35 for changeset 38fe9beec0fa
014d5060876 : Added tag jdk8u102-b35 for changeset 6cb60b28caaf
0ae2350a199 : Added tag jdk8u102-b35 for changeset 0342d00c4b51
4edfea448ee : Added tag jdk8u102-b35 for changeset 868c03fedf3e
538b312a609 : 8165829: Android Studio 2.x crashes with NPE at sun.lwawt.macosx.CAccessibility.getAccessibleIndexInParent
79f1e4263bf : 8162973: Better component components
439cb413d5c : 8164301: jib should provide a JDK for running jtreg with
25017eef2c9 : 8166517: [JVMCI] export JVMCI to auto-detected JVMCI compiler
0c8a532f7a5 : 8166747: Add invalid network / computer name cases to isReachable known failure switch
26559c033b1 : 8166765: [ppc] Port "8163014: Mysterious/wrong value for long frame local variable on 64-bit"
a4676806a83 : 8166777: [ppc] port "8164086: Checked JNI pending exception check should be cleared"
9de81c383a5 : 8165537: runtime/SharedArchiveFile/SASymbolTableTest.java fails with NullPointerException
e6c9f4d18d1 : 8165857: CMS _overflow_list is missing volatile specifiers
e1684042094 : 8154525: java/net/ServerSocket/ThreadStop.java fails intermittently with error while cleaning up threads after test
d3ef4d9c334 : 8165673: AArch64: Fix JNI floating point argument handling
ec43099478a : 8166689: PPC64: Race condition between stack bang and non-entrant patching
12a0e42ed24 : 8160160: The menu displayed nothing with the option"-server -d64 -Xmixed -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
b96a819e4b7 : 8164143: Improve components for menu items
e179ac0384f : 8164519: Rendering of supertype_target for annotated extends clause
4c9b4a06f6c : Added tag jdk8u121-b02 for changeset d982f5ccc20e
a841cdb76a7 : Added tag jdk8u121-b02 for changeset caceb0152da2
c149292e2f8 : Added tag jdk8u121-b02 for changeset c3e91a67c761
fe4ffc74691 : Added tag jdk8u121-b02 for changeset c923ddfd534b
421a072c82c : Added tag jdk8u121-b02 for changeset bd44412208c9
e3d355ed4ca : Added tag jdk8u121-b02 for changeset 7d6a5e87ed46
2d870e73bcd : Added tag jdk8u121-b02 for changeset a87a79ce8a73
50fa14818e5 : Added tag jdk8u121-b02 for changeset d64c5c02913a
1b93da6fc92 : Added tag jdk8u121-b02 for changeset 85119ac4d137
4baddb120ab : Added tag jdk8u121-b02 for changeset 1cb3bdfffad1
5e181f65d6e : Added tag jdk8u121-b02 for changeset 22c494a2eee4
1fc84708c09 : Added tag jdk8u121-b02 for changeset 5db6260c6acc
c40b3c29c00 : Added tag jdk8u121-b02 for changeset e97e06ceff73
e46c3de7d9f : Added tag jdk8u121-b02 for changeset e468e393f22e
650f95545d6 : Added tag jdk8u121-b02 for changeset 09e807baf4fd
ec1ac4a6d48 : Added tag jdk8u121-b02 for changeset 9a57b3d17ac0
18b1c7cd8b8 : 8153654: Update jdeps to be multi-release jar aware
cf46ec878a6 : 8153654: Update jdeps to be multi-release jar aware
87803ca0e84 : 8166655: JShell: Process running JShell should not be blocked from exit by non-daemon data-transfer threads
b6e72d65aaa : 8166604: nio: remove unneeded locals variables and correct NPE
2d35d5bfc31 : 8130657: com/sun/net/httpserver/Test5.java failed with java.lang.RuntimeException: wrong string result 8085575: java/net/Socket/InheritHandle.java fails intermittently with "Address already in use"
7487c573996 : 8159818: Convert IHOP_test to GTest
e36aa5f9d0f : 8146546: assert(fr->safe_for_sender(thread)) failed: Safety check
7a9ceeb8ef4 : 8166663: Simplify oops_on_card_seq_iterate_careful
12fae4c79f6 : 8163102: Fix headless only configuration option
d4273839053 : 8163102: Fix headless only configuration option
414dc12887c : 8164467: ES6 computed properties are implemented wrongly
b74da55b154 : 8155753: Removing a monitor in the OS dispaly configuration causes assertion fails under Windows if D3D is on
e319d259e6b : 8165947: One more page printed before the test page with OpenJDK 8166259: One more banner page printed before the test page
8d81ec63b2b : 8154043: Fields not reachable anymore by tab-key, because of new tabbing behaviour of radio button groups
fa280894b37 : 8149371: multi-res. image: -Dsun.java2d.uiScale does not work for Window icons (some ambiguity for Window.setIconImages()?)
ec6f109b23d : 8166288: Au file format can be validated better
4ca1072d25d : 8166589: jshell tool: typo: remove out of place text in /help /set truncation
c7cf1788eda : 8165919: Miscellaneous changes imported from jsr166 CVS 2016-09-21
edc7565f517 : 8166059: JSR166TestCase.java fails with NPE in dumpTestThreads on timeout
c9f268cc156 : 8166057: [testbug] CoreThreadTimeOut still uses hardcoded timeout
9496149e05f : 8166465: CompletableFuture.minimalCompletionStage().toCompletableFuture() should be non-minimal
4c6cbab8ba4 : 8166127: Develop new tests to cover javadoc module options which are passed to underlying javac
5cdbb6522d9 : 8159410: InetAddress.isReachable returns true for non existing IP adresses
d2863e7feb9 : 8159410: InetAddress.isReachable returns true for non existing IP adresses
27419c3f61c : 8159410: InetAddress.isReachable returns true for non existing IP adresses
1e3821a2f47 : 8159410: InetAddress.isReachable returns true for non existing IP adresses
35439dec91a : 8047347: com.sun.source.util.Trees breaks the compiler
72a44a46fa3 : 8166553: undeclared dependencies for two IO tests
90dc5934608 : 8159410: InetAddress.isReachable returns true for non existing IP adresses
281862a6aa0 : 8161211: better inlining support for loop bytecode intrinsics
8469097dde9 : 8085049: java/net/MulticastSocket/TimeToLive.java fails intermittently with "Address already in use"
0ee1f71b81b : 8161910: [PIT] regression: HW/LW mixing seems broken on Unity
7fa5f538159 : 8165594: Bad rendering of Swing UI controls with Windows Classic L&F on HiDPI display
8d4f1ae8dff : 8136355: CKM_SSL3_KEY_AND_MAC_DERIVE no longer available by default on Solaris 12
7befd3f5720 : Added tag jdk8u112-b15 for changeset 9dd64ec08d00
8de9cc12071 : Added tag jdk8u112-b15 for changeset c9c955dd1df1
d655f344e14 : Added tag jdk8u112-b15 for changeset 077746787f58
7daf7a61579 : Added tag jdk8u112-b15 for changeset 8c806a3c5179
e145e27c03d : Added tag jdk8u112-b15 for changeset 910b3944fd60
65d15fb9129 : Added tag jdk8u112-b15 for changeset 3578d627421c
d37ba7ffc48 : Added tag jdk8u112-b15 for changeset 7691f1d3a50d
ab882297152 : Added tag jdk8u112-b15 for changeset db887a513096
2ee5d64a8b1 : Added tag jdk8u112-b15 for changeset db7c6afbf04a
aa4179d434d : Added tag jdk8u112-b15 for changeset 557e81fcba0f
66b9d60eadf : Added tag jdk8u112-b15 for changeset 630746076b7b
ef68fdccd6d : Added tag jdk8u112-b15 for changeset 3f4bbab13d11
b4fa61a1a4f : Added tag jdk8u112-b15 for changeset f1e05ad93780
bc27de4c89d : Added tag jdk8u112-b15 for changeset f40d84696096
38c85cdb94f : Added tag jdk8u112-b15 for changeset 1be775efd8d9
8927ceb2649 : Added tag jdk8u112-b15 for changeset fb8987116e57
d2c144fb0f2 : 8166549: fix incorrectly @ignore-d hotspot/compiler tests
d165d134c29 : Added tag jdk8u111-b14 for changeset bc579b915c25
b2b17e563be : Added tag jdk8u111-b14 for changeset 3d82c57e7d9f
b19bd816235 : Added tag jdk8u111-b14 for changeset 2465faf1ba5e
ee5687c469e : Added tag jdk8u111-b14 for changeset 6ac3947c5766
6b0e0ef1c4a : Added tag jdk8u111-b14 for changeset a932ac4cf140
27f15adc922 : Added tag jdk8u111-b14 for changeset 0c443ca9059f
3e803aa29f0 : Added tag jdk8u111-b14 for changeset 77fb3f23959c
fbf6d869e7f : Added tag jdk8u111-b14 for changeset 3a99a7b869ef
521f9355025 : Added tag jdk8u111-b14 for changeset a51e659b9f1e
70597ed6177 : Added tag jdk8u111-b14 for changeset d71b2f84fc47
1e20a324d7a : Added tag jdk8u111-b14 for changeset 172889acf6a4
a410fcdf696 : Added tag jdk8u111-b14 for changeset 7e0df6ef92e2
8b5f56f6cbc : Added tag jdk8u111-b14 for changeset 01e3abdcb70f
713be6cfd7a : Added tag jdk8u111-b14 for changeset 3c46e3013a07
36a855099b4 : Added tag jdk8u111-b14 for changeset ede3bc87eaf1
b320e114f14 : Added tag jdk8u111-b14 for changeset 52d33a23dc5e
362c2a8f6d4 : 8166501: compilation error in stackwalk.cpp on some gccs
93c5fec349c : 8166398: CatalogSupport tests need to be fixed
d436c124fb8 : Added tag jdk-9+137 for changeset b772c7126f36
08cbec9e537 : Added tag jdk-9+137 for changeset 49af2ecba616
1f295174317 : Added tag jdk-9+137 for changeset 3627d835ccf4
a93882a532e : Added tag jdk-9+137 for changeset c3cde7c41eef
a2aedd4cfcb : Added tag jdk-9+137 for changeset 6de6d5c0e9d5
0ddec1875f4 : Added tag jdk-9+137 for changeset 7d79b32d8005
7b52c73b39f : Added tag jdk-9+137 for changeset 94d6d0f4ced0
f16543a919b : Added tag jdk-9+137 for changeset 2526d9083e41
969358fbb30 : 8166562: C2: Suppress relocations in scratch emit
da8430daf14 : 8166561: [s390] Adaptions needed for s390 port in C1 and C2
7aed968c103 : 8166560: [s390] Basic enablement of s390 port
9a793cb30e6 : 8168490: Use the LL/ULL suffixes to define 64-bit integer literals on Windows
420a682afac : 8167995: -Xlog:defaultmethods=debug: lengthy method descriptor triggers "StringStream is re-allocated with a different ResourceMark"
ebdc27f7899 : 8165451: Convert WorkerDataArray_test to GTest
ed9adcbdfa8 : 8164612: NoSuchMethodException when method name contains NULL or Latin-1 supplement character
48490309d8d : 8151832: Improve exception messages in exception thrown by new JDK 9 code
139e60e8e35 : 8049516: sun.security.provider.SeedGenerator throws ArrayIndexOutOfBoundsException
200e2392783 : 8166433: AArch64: Fix for JDK-8163014 broke AArch64 build
fadcca5e9a0 : 8166552: SA: Missed testcase for add default methods to InstanceKlass
abb5e00ccf4 : 8166483: gtest fmw should be updated to support null detection on SS >= 12u4
53c4ca50e90 : 8164920: ppc: enhancement of CRC32 intrinsic
6b304037988 : 8131048: ppc implement CRC32 intrinsic
59bce5cee34 : 8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
e07259f1229 : 8211387: [Zero] atomic_copy64: Use ldrexd for atomic reads on ARMv7
daacd4089c8 : 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
86911d24b4c : 8211150: G1 Full GC not purging code root memory and hence causing memory leak
a2d98c37ef2 : 8210891: Remove unused extutil.h from JDK8u sources
9cbf925e33a : 8164383: jhsdb dumps core on Solaris 12 when loading dumped core
477ba9e7e06 : Added tag jdk8u202-b00 for changeset 007230aa13ee
1b617a31a6d : 8211124: HotSpot update for vm_version.cpp to recognise updated VS2017
201c5ef5e0f : 8141421: Various test fail with OOME on win x86
eb3317696e0 : 8210350: -Wl,-z,defs JDK 8 build failure
d82f2bd335c : 8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
093e6425e53 : 8207057: No debug info for assembler files
b5f3db83634 : 8209863: Add a test to verify that -XX:+EnableTracing works
f2d04962f74 : 8145788: JVM crashes with -XX:+EnableTracing
46ba47bb3ac : 8033251: Use DWARF debug symbols for Linux 32-bit as default
967e51e77de : 8209359: [8u] hotspot needs to recognise cl.exe 19.13 to build with VS2017
939d381f964 : 8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1
51af6d5f9d2 : 8196882: VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
8a3e668d709 : 8191006: hsdis disassembler plugin does not compile with binutils 2.29+
ff62a65996d : 8208541: non-ASCII characters in hsdis UPL text
70a3dc15cec : 8174050: Compilation errors with clang-4.0
d3977534b4a : 8208183: update HSDIS plugin license to UPL
171daf9f4ab : 8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration
6d3394aca0d : 8164920: ppc: enhancement of CRC32 intrinsic
beba138d9b2 : 8131048: ppc implement CRC32 intrinsic
09527021dfb : 8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
47727cd2849 : 8211387: [Zero] atomic_copy64: Use ldrexd for atomic reads on ARMv7
b3cccf72087 : 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
6de517f2a04 : 8211150: G1 Full GC not purging code root memory and hence causing memory leak
c1ffb58abe9 : 8210891: Remove unused extutil.h from JDK8u sources
78a0b84c4b5 : 8164383: jhsdb dumps core on Solaris 12 when loading dumped core
ee9ced86b3c : Added tag jdk8u202-b00 for changeset c5fe2371cd3c
18c9b8e6dae : 8211124: HotSpot update for vm_version.cpp to recognise updated VS2017
5f79a4d6cad : 8141421: Various test fail with OOME on win x86
9d2d92fba2b : 8210350: -Wl,-z,defs JDK 8 build failure
c8127b86f9f : 8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
7a1fc8f1588 : 8207057: No debug info for assembler files
67020dcc3ed : 8209863: Add a test to verify that -XX:+EnableTracing works
2913ce09c27 : 8145788: JVM crashes with -XX:+EnableTracing
d4e32e6c677 : 8033251: Use DWARF debug symbols for Linux 32-bit as default
78a0df09416 : 8209359: [8u] hotspot needs to recognise cl.exe 19.13 to build with VS2017
dabc402b295 : 8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1
69768874d55 : 8196882: VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
0f36a1df112 : 8191006: hsdis disassembler plugin does not compile with binutils 2.29+
9beb864d3ee : 8208541: non-ASCII characters in hsdis UPL text
c354cf7e3b2 : 8174050: Compilation errors with clang-4.0
4b11766bec3 : 8208183: update HSDIS plugin license to UPL
21628b30e54 : 8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration
328b9e06c46 : 8166381: Back out changes to the java.security file to not disable MD5
80199ebce77 : 8166381: Back out changes to the java.security file to not disable MD5
8354bfd1096 : 8166381: Back out changes to the java.security file to not disable MD5
25dacc71b1f : 8166381: Back out changes to the java.security file to not disable MD5
e1940093b78 : 6515172: Runtime.availableProcessors() ignores Linux taskset command
529f7c6487b : Added tag jdk8u131-b05 for changeset d096d87f1727
2799c8e972f : 6515172: Runtime.availableProcessors() ignores Linux taskset command
54e1b005301 : Added tag jdk8u131-b05 for changeset 2e8c9efbc92d
07e7dda1cd0 : 6515172: Runtime.availableProcessors() ignores Linux taskset command
4984b623d6a : Added tag jdk8u121-b31 for changeset e650a368a9b3
1f04abe31b1 : 6515172: Runtime.availableProcessors() ignores Linux taskset command
c9d01f065fd : Added tag jdk8u121-b31 for changeset 98275d24e21c
3dad87645d3 : 8166202: Tracefile gensrc cannot handle closed src dir in different location
1e18e0dc9f5 : 8166400: JShell: friendlier representation of array values
ed209e2a483 : 8162363: Tables in javadoc documentation missing row headers
aa94f648a12 : Added tag jdk8u112-b14 for changeset 95f3bd7bd959
3c1466789f9 : Added tag jdk8u112-b14 for changeset 25f5c940cae3
60a47ce1fb3 : Added tag jdk8u112-b14 for changeset 0106efdcff24
baf2647a1ea : Added tag jdk8u112-b14 for changeset 671bac0fce18
45e1b795ec7 : Added tag jdk8u112-b14 for changeset 88b133c6ac7f
9432c3c5760 : Added tag jdk8u112-b14 for changeset 0989637c4ac2
de5d5353ec1 : Added tag jdk8u112-b14 for changeset 3ce64af333b3
a17e50b7dc1 : Added tag jdk8u112-b14 for changeset 9fa0a570cc02
3732a96df23 : Added tag jdk8u112-b14 for changeset 0deb48aad7c5
73858f151d0 : Added tag jdk8u112-b14 for changeset 03597b281929
697a1de6782 : Added tag jdk8u112-b14 for changeset 201a5bb0f2d7
c08a2d12b0b : Added tag jdk8u112-b14 for changeset ee73d5da6835
9d9ac5106db : Added tag jdk8u112-b14 for changeset ba1112b499d9
1fc4cedc1b3 : Added tag jdk8u112-b14 for changeset 2ac964bfa7b5
bad01b0fe58 : Added tag jdk8u112-b14 for changeset c68b1336c78b
f647178f84b : Added tag jdk8u112-b14 for changeset 0b04adc18ca0
7afbfdce85b : 8166381: Back out changes to the java.security file to not disable MD5
61dd1ae0d24 : Added tag jdk8u111-b13 for changeset f19b7d599b54
71d41593383 : Added tag jdk8u111-b13 for changeset 6a160998be30
025c95e9497 : Added tag jdk8u111-b13 for changeset 67f76128f1d6
5b11f7f5faa : Added tag jdk8u111-b13 for changeset 6e88fb89e86e
ba28bb8bc9d : Added tag jdk8u111-b13 for changeset 6007f30b62f4
35023ae9bd3 : Added tag jdk8u111-b13 for changeset c02a9b246376
6c3c3ae02ab : Added tag jdk8u111-b13 for changeset 08bacb6b80ef
f65276ffeb3 : Added tag jdk8u111-b13 for changeset 60c49b980566
193787557b3 : Added tag jdk8u111-b13 for changeset 78b04f7c8d15
888401c7227 : Added tag jdk8u111-b13 for changeset ae786eb0b685
81de0daceb1 : Added tag jdk8u111-b13 for changeset b89f1d641e23
4a79808d58e : Added tag jdk8u111-b13 for changeset 5bce67922642
62e5dccf63d : Added tag jdk8u111-b13 for changeset f10d928c9817
4350a1c3a63 : Added tag jdk8u111-b13 for changeset 7db0b3d2c9e1
75a508263f5 : Added tag jdk8u111-b13 for changeset c0c14a8a03db
41e2bc4308b : Added tag jdk8u111-b13 for changeset c502a6c855e5
dcde22fc999 : 8161225: Assert failure in JVMTI GetNamedModule at JPLISAgent.c line: 792
7f563f15670 : 8161225: Assert failure in JVMTI GetNamedModule at JPLISAgent.c line: 792
371c29a6527 : 8164852: Move slow tier1/tier2 runtime tests to later tiers
1c751c11fb5 : 8166450: smartcardio related tests failed on compilation during execution with jtreg tool
e57692c6421 : 8163969: Cyclic interface initialization causes JVM crash
25c6510309d : 8150758: [TESTBUG] need jvmti tests for module aware agents
ce5c490b25f : 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
4e8fe41e356 : 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
731eb07adc3 : 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
06d76af9058 : 8165163: Solaris11 and onwards provide CUPS by default, references to csw and sfw versions should be removed
89744d775f9 : 8160987: JDWP ClassType.InvokeMethod doesn't validate class
0d0e86808b4 : 8166359: java/net/URLPermission/nstest/lookup.sh fails if proxy is set since fix for JDK-8161016
70c7173745b : 8147943: jvmti.h generated with GPL header
3e5ef4867fe : 8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space
be796558e4c : 8165988: Test JarURLConnectionUseCaches.java fails at windows: failed to clean up files after test
a682b6e32a7 : 8165988: Test JarURLConnectionUseCaches.java fails at windows: failed to clean up files after test
7ddb0f7c17a : 8163027: AssertionError while compiling a program that uses try with resources
f6f5dfdb4a0 : 8033552: Fix missing missing volatile specifiers in CAS operations in GC code
30661bb2691 : 8140311: SwingInterop crashes at window close
b339daff4b0 : 8164011: --patch-module support for CDS
f9707ab4cde : 8164011: --patch-module support for CDS
453166437ed : 8165372: StackWalker performance regression following JDK-8147039
60ecb416671 : 8166298: 3 nashorn ant tests fail with latest jdk9-dev tip
764af62cdce : 8166389: [TEST_BUG] closed/java/security/Security/ReadProp/ReadProp.sh failing
408de488646 : 8166389: [TEST_BUG] closed/java/security/Security/ReadProp/ReadProp.sh failing
00865955191 : 8164482: [REDO] G1 does not implement millis_since_last_gc which is needed by RMI GC
e3124c170aa : 8166262: failurehandler should not use jtreg internal API
dcb218f8a0c : 8157548: JVM crashes sometimes while starting
f83721a848c : 8157548: JVM crashes sometimes while starting
7d85be548d6 : 8157548: JVM crashes sometimes while starting
c77669a3ab8 : 8157548: JVM crashes sometimes while starting
3b0d7a45119 : 8166285: Missing dependencies java.httpclient for tests from java/net pachage
6085d008cc4 : 8165860: WorkGroup classes are missing volatile specifiers for lock-free code
a68f80b6455 : 8166296: add documentation for Date,RegExp,Error,JSON objects
80d4e131f60 : 8166015: [PIT][TEST_BUG] stray character in java/awt/Focus/ModalDialogActivationTest/ModalDialogActivationTest.java
dd770672f86 : 8166189: Fix for Bug 8165524 breaks AIX build
ed537dc705a : 8156568: Update javac to support compiling against a modular JAR that is a multi-release JAR
93e6430d9fe : 8163261: regression on Linux: java/awt/LightweightDispatcher/LWDispatcherMemoryLeakTest.java
ea69c381b54 : Added tag jdk8u122-b01 for changeset 7740557291d2
461ad843ac7 : Added tag jdk8u122-b01 for changeset cf65890b7bcb
703b95b3f1b : Added tag jdk8u122-b01 for changeset 1767c85f9635
587f2f7f740 : Added tag jdk8u122-b01 for changeset 4d22f3e743ab
c87cb87e9e5 : Added tag jdk8u122-b01 for changeset 6ab1bb2f4ed5
8effe29cc65 : Added tag jdk8u122-b01 for changeset 3848c27a196d
d6ffb096464 : Added tag jdk8u122-b01 for changeset cc5c9d9c3d9d
0b8dac6e34d : Added tag jdk8u122-b01 for changeset e6b25189ad65
ff19166f8a1 : Added tag jdk8u122-b01 for changeset 10241f10f4d8
8bf6d8ca7da : Added tag jdk8u122-b01 for changeset d4b681682aaf
25c8210d551 : Added tag jdk8u122-b01 for changeset 7c7adc8e2728
b878c14b6e5 : Added tag jdk8u122-b01 for changeset 4aed71d1004c
4b8329ff9cd : Added tag jdk8u122-b01 for changeset b3d716b4eec8
d49163e34be : Added tag jdk8u122-b01 for changeset 3879acc1569a
36cb0b314a2 : Added tag jdk8u122-b01 for changeset 2652d19de482
58d297534d4 : Added tag jdk8u122-b01 for changeset e14f6b86d2d0
73fbb10440c : 8165566: sun/security/ssl/SocketCreation/SocketCreation.java fails intermittently: Address already in use
9b7c58376f2 : 8166228: Remove unused HeapRegion::object_iterate_mem_careful()
4688e355c57 : 8166108: VerifyError passing anonymous inner class to supertype constructor
2e74f81187c : 8166312: Backout 8165017
b32db3c78f9 : 8166220: Catalog API: JAXP XML Processor Support - add StAX test coverage
c354a623011 : 8166207: Use of Copy::conjoint_oops_atomic in global mark stack causes crashes on arm64
75ede2b4e3b : Added tag jdk8u121-b01 for changeset 9b28858a7c3e
8aca56d6281 : Added tag jdk8u121-b01 for changeset 65cb38be73bf
bcf0f7672d1 : Added tag jdk8u121-b01 for changeset e0daf778751d
84f31d5da54 : Added tag jdk8u121-b01 for changeset 55fccaa497b2
e840b283c31 : Added tag jdk8u121-b01 for changeset 18fa7b0ca03e
c2c256dba6c : Added tag jdk8u121-b01 for changeset c28423d02056
02746cd06a8 : Added tag jdk8u121-b01 for changeset 431bd461a974
4ae87c13efa : Added tag jdk8u121-b01 for changeset e35372460b51
6b54b9271c0 : Added tag jdk8u121-b01 for changeset 21f04eb48ff6
0595787bc38 : Added tag jdk8u121-b01 for changeset 1a033cb0e3b1
51e2bdca05e : Added tag jdk8u121-b01 for changeset f81b6de52f19
5cff8b680d8 : Added tag jdk8u121-b01 for changeset 4559bd064aaa
942ffcf49ca : Added tag jdk8u121-b01 for changeset 6ab6c0095943
2a3c6d0e639 : Added tag jdk8u121-b01 for changeset d88eae926d92
3f47846f5e4 : Added tag jdk8u121-b01 for changeset 8a1b7494cc65
214b691fc27 : Added tag jdk8u121-b01 for changeset a9f2889905d5
8617484bde0 : 8166229: Eliminate ParNew's use of klass_or_null()
368585d0dbf : 8163406: The fixup_module_list must be protected by Module_lock when inserting new entries
8180ee5c6aa : 8166140: C1: Possible integer overflow in LIRGenerator::generate_address on several platforms
36c39d5c25a : 8161085: PreserveFPRegistersTest fails with 'AssertionError: Final value has changed'
f1d95402e27 : 8148516: Improve the default strength of EC in JDK
bd39a60ffb5 : 8148516: Improve the default strength of EC in JDK
eb529507040 : 8078644: CDS needs to support JVMTI CFLH
ac462ed848d : 8164742: ServiceConfigurationError on invoke of getServiceLoader method of StandardJavaFileManager
14a439400a9 : 8165071: Expand TLS support
0da43bfc405 : 8165071: Expand TLS support
14d689c4a69 : 8165984: ResourceBundle lookup fields not completely thread-safe
f9d0a85678e : 8166237: jdk.jdi missing requires jdk.jdwp.agent
f4abd474cc9 : 8166176: module search generates URLs with extra '/'
eb56700ebac : 8138822: Source version error missing version number
0581d8c4cb9 : 8165613: Convert TestKlass_test to Gtest
20e0ecc1acf : 8164147: Improve streaming socket output
cf24f219be3 : 8164147: Improve streaming socket output
045f06e85d4 : 8165717: [macosx] Various memory leaks in jdk9
dcd371c2e56 : 8140422: Add mechanism to allow non default root CAs to be not subject to algorithm restrictions
45f206141d1 : 8140422: Add mechanism to allow non default root CAs to be not subject to algorithm restrictions
dadb35b4823 : 6648858: InvokeHangTest.java fails due to "failure: Debuggee appears to be hung" when running with -Xcomp
24abd50904d : 8165323: (fs) Files.getFileStore fails with "Mount point not found" in chroot environment
6ff3529ff2d : 8166148: Fix for JDK-8165936 broke solaris builds
f5f058e1d29 : 8159126: Add test to validate DriverManager.println output when DriverManager is initially loaded
96a47e15da9 : 8163924: SSLEngineBadBufferArrayAccess.java fails intermittently with Unrecognized SSL message
65394c3b905 : Added tag jdk-9+136 for changeset 52b1009d3c64
db89d07f388 : Added tag jdk-9+136 for changeset 1cba2e436777
a4fd37d7d86 : Added tag jdk-9+136 for changeset d9f374de0160
a442ce45f0b : Added tag jdk-9+136 for changeset ef1dfab6d082
0ff1230d99f : Added tag jdk-9+136 for changeset 73d7888a4878
442a201043d : Added tag jdk-9+136 for changeset 15d3983aba7a
35bb5b0369f : Added tag jdk-9+136 for changeset 36d7560ae09e
f5e259928f1 : Added tag jdk-9+136 for changeset eecdf7525f79
425d335f71c : Added tag jdk8u102-b34 for changeset 833b2a9602cb
f93f532486b : Added tag jdk8u102-b34 for changeset 3d850f3d9bb8
b16436a832b : Added tag jdk8u102-b34 for changeset 6013654a855f
db3aef1618b : Added tag jdk8u102-b34 for changeset a7fbadc44880
4aaf3e3c503 : Added tag jdk8u102-b34 for changeset 11731b31810b
34284935cc0 : Added tag jdk8u102-b34 for changeset cece97c73a31
8f56f8cca64 : Added tag jdk8u102-b34 for changeset 28fd8220a1ad
d80f387115b : Added tag jdk8u102-b34 for changeset b40373a91713
1c279f802a4 : Added tag jdk8u102-b34 for changeset 3868f82934ad
2a7c03421d6 : Added tag jdk8u102-b34 for changeset d381f6215f33
f6f3224a00f : Added tag jdk8u102-b34 for changeset d69ee9213ee9
174d13246d0 : Added tag jdk8u102-b34 for changeset ee21742fff59
7c367de5501 : Added tag jdk8u102-b34 for changeset 9173fb91fdec
bd09ebfe18c : Added tag jdk8u102-b34 for changeset 629754ab7956
a12f43cedbd : Added tag jdk8u102-b34 for changeset 8605edaa8018
7b1a45cede0 : Added tag jdk8u102-b34 for changeset d2c1ac5e1783
9665140a14d : 8165602: Convert TestChunkedList_test to GTest
1d00efa1c64 : 8165858: heapRegionManager is missing volatile specifier for _claims
c0c42005240 : 8166583: Add oopDesc::klass_or_null_acquire()
257c0dceb06 : 8165988: Test JarURLConnectionUseCaches.java fails at windows: failed to clean up files after test
1a710e37d29 : 8166126: Missing dependecies on jdk.zipfs module for jdk/nio/zipfs/jarfs/JFSTester.java
bc3449ccbe4 : 8042148: Ensure that the java launcher help is consistent with the manpage where they report common information
8ac9764ee7a : 8150176: [hidpi] wrong resolution variant of multi-res. image is used for TrayIcon
0f9675b98ea : 8165689: Fix module dependencies for sun/security/pkcs11/* tests
452a01e1030 : 8165230: RMIConnection addNotificationListeners failing with specific inputs
5e5d4783a85 : 8163270: [macosx] Robot(gc) issue on dual-screen system
6aaba1c4aca : 8166068: test/java/awt/font/GlyphVector/GetGlyphCharIndexTest.java does not compile
b1b909353a6 : Added tag jdk8u112-b13 for changeset 6786f4dd8701
543a915c3cb : Added tag jdk8u112-b13 for changeset 5d95242f0a44
b425e1f6716 : Added tag jdk8u112-b13 for changeset 611937e253b9
e2a20cf9b54 : Added tag jdk8u112-b13 for changeset b0545419b369
fc03c23c5f7 : Added tag jdk8u112-b13 for changeset 8ac380825537
d4f88984517 : Added tag jdk8u112-b13 for changeset 2bee18a91e9f
1f9bbaee7ed : Added tag jdk8u112-b13 for changeset df3613fda412
2505f8378c1 : Added tag jdk8u112-b13 for changeset 495a04e79eb3
a451154a5d1 : Added tag jdk8u112-b13 for changeset 0f5c065c6579
d2037e0cfa7 : Added tag jdk8u112-b13 for changeset f860a658df21
1dcbf934437 : Added tag jdk8u112-b13 for changeset 92a8fa96aabd
5f2cfd79548 : Added tag jdk8u112-b13 for changeset ee7161359740
18ceeafb65e : Added tag jdk8u112-b13 for changeset d08dfeac6b32
2dd376ece95 : Added tag jdk8u112-b13 for changeset 7de69f62f83d
4ffc2829acc : Added tag jdk8u112-b13 for changeset c7c534f3c7d4
df0e9d7ef5f : Added tag jdk8u112-b13 for changeset 6d3ac2a17e65
89585eae410 : 8165784: Deprecate the internal Catalog API in JDK 9
0170925204a : 8162102: access denied to System Property awt.robot.gtk
bd35ce2cf74 : Added tag jdk8u111-b12 for changeset 8798687b8a16
ab6cd3ae120 : Added tag jdk8u111-b12 for changeset 6201aedae6b0
9e8159b5831 : Added tag jdk8u111-b12 for changeset baed74b70e09
20bb874da46 : Added tag jdk8u111-b12 for changeset 7efd3161c6f2
f54e9bd05d0 : Added tag jdk8u111-b12 for changeset f54ec0f3947b
340a301aa2c : Added tag jdk8u111-b12 for changeset 04eee9ca8393
be1ef2cf6de : Added tag jdk8u111-b12 for changeset 4f2cd93183df
41426dc7924 : Added tag jdk8u111-b12 for changeset 14500d2b9f7f
db768c06669 : Added tag jdk8u111-b12 for changeset 0de715b676c7
f38b3b9e56f : Added tag jdk8u111-b12 for changeset 19cc27acbb8d
3a4e3e93430 : Added tag jdk8u111-b12 for changeset 3b200319efc9
5ab20ab2171 : Added tag jdk8u111-b12 for changeset 4c55f9916b61
3e52d99566d : Added tag jdk8u111-b12 for changeset 66ef4255a81b
12bc57ab830 : Added tag jdk8u111-b12 for changeset 79eb5ac61de4
2a18cbdfe83 : Added tag jdk8u111-b12 for changeset e479c6fb8b2e
ae09b986570 : Added tag jdk8u111-b12 for changeset abeaabcc311f
6f740b0d0fc : 8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method
5460376f619 : 8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method
c8171aea49e : 8160056: TextField.setText breaks the contract of EOL
83dbcb5c1b7 : 8160699: java.lang.VerifyError: Inconsistent stackmap frames at branch target
f1c915d9f01 : 8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
5bc6d1fab53 : 8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
d525b090f98 : 8165816: jarsigner -verify shows jar unsigned if it was signed with a weak algorithm
35bb5f79540 : 8165816: jarsigner -verify shows jar unsigned if it was signed with a weak algorithm
5c3c5ef8827 : 8165816: jarsigner -verify shows jar unsigned if it was signed with a weak algorithm
7ab4dd7259b : 8165816: jarsigner -verify shows jar unsigned if it was signed with a weak algorithm
b0840812b57 : 8142926: OutputAnalyzer's shouldXXX() calls return this
73d275113ac : 8142926: OutputAnalyzer's shouldXXX() calls return this
e7d19319c65 : 8142926: OutputAnalyzer's shouldXXX() calls return this
46f5e14eae3 : 8142926: OutputAnalyzer's shouldXXX() calls return this
490797cd1aa : 8162461: Hang due to JNI up-call made whilst holding JNI critical lock
cc223fcb91b : 8161029: GPL header missing comma after year
228097de7cf : 8149607: [Verifier] Do not verify pop, pop2, swap, dup* against top
d624da89423 : 8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
c702b1312c0 : 8165681: ClassLoad and ClassPrepare JVMTI events are missed in the start phase
9eda16c50d5 : 8165816: jarsigner -verify shows jar unsigned if it was signed with a weak algorithm
2b2b2f394e8 : 8163320: JAVA_VERSION in release file should come from java.base module
6b056f929d0 : 8163014: Mysterious/wrong value for "long" frame local variable on 64-bit
e4870c84e38 : 8138667: java.lang.IllegalAccessError: tried to access method (for a protected method)
76e48ecfa9c : 6947916: JarURLConnection does not handle useCaches correctly
eec6d830bc7 : 8156116: [macosx] two JNI locals to delete in AWTWindow.m, CGraphicsEnv.m
80c0ea5da45 : 8160570: [macosx] modal dialog can skip the activation/focus events
8179afed5cb : 8160913: [TEST_BUG] javax/management/security/SecurityTest.java fails due to missing keyStore file
b03b1950a69 : 6947916: JarURLConnection does not handle useCaches correctly
995ed777c27 : 8156116: [macosx] two JNI locals to delete in AWTWindow.m, CGraphicsEnv.m
8a31a2cfec3 : 8160570: [macosx] modal dialog can skip the activation/focus events
0966c9e3dcd : 8160913: [TEST_BUG] javax/management/security/SecurityTest.java fails due to missing keyStore file
3463ee94d8f : 8164147: Improve streaming socket output
e99208ee7d4 : 8165936: Potential Heap buffer overflow when seaching timezone info files
a210d98c0c1 : 8165825: Remove the intermittent keyword from sun/security/krb5/auto/Unreachable.java
08f7e312b1a : 8165660: Remove the intermittent keyword from sun/security/krb5/auto/MaxRetries.java
cf73adbf800 : 8166054: Problem list JarURLConnectionUseCaches.java until JDK-8165988 is fixed
1b9ce49e924 : 8132926: PKIXParameters built with public key form of TrustAnchor causes NPE during cert path building/validation
fc5df426349 : 8166032: Fix module dependencies for javax.SSL tests
1d734cec8f4 : 8164791: Update existing test cases of test/java/text/Format
a7b5545cb80 : 8165524: Better detect JRE that Linux JLI will be using
aebe74d3f5d : 6543126: Level.known can leak memory
18b01dde66e : 8166012: [linux] Remove remnants of LinuxThreads from Linux attach framework
08d50077083 : 8077138: Some PKCS11 tests fail because NSS library is not initialized
918a1074799 : 8165870: Fix module dependencies for javax.script/* tests
375fe9b50c0 : 8163798: Create a JarFile versionedStream method
0fd0cd0d3b0 : 8163320: JAVA_VERSION in release file should come from java.base module
2cca4bcc0a2 : 6947916: JarURLConnection does not handle useCaches correctly
912fe7e3587 : 8075484: SocketInputStream.socketRead0 can hang even with soTimeout set
c719b0171c7 : 8164948: Initializing stores of HeapRegions are not ordered with regards to their use in G1ConcurrentMark
3a0c7b86449 : 7064425: PageFormat Dialog has no owner window to reactivate 6948907: sun.print.DialogOwner does not support Dialogs as DialogOwner
1c2da5f5edc : 8164086: Checked JNI pending exception check should be cleared when returning to Java frame
a2daf82f5c5 : 8165818: Remove tools/pack200/Pack200Props.java from ProblemList
6e132741b6a : 8165071: Expand TLS support
02944f968dd : 8160950: Agent JAR added to app class loader rather than system class loader when running with -Djava.system.class.loader
60cd28abd7a : 8164169: Miscellaneous changes imported from jsr166 CVS 2016-09
56cff174b69 : 8139237: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java fails intermittently
d7f3695a909 : 8164983: Improve CountedCompleter code samples; add corresponding tests
3cb67af31ff : 8165890: [TESTBUG] Compilation issue in MultiReleaseJarTest after 8165723
23476108275 : 8165493: SA: Add method in GrowableArray.java to be able to access the 'data' field
22d512c0edd : 8165881: Backout JDK-8164913
4c95fceb14d : 8165605: Thai resources in jdk.localedata cause split package issue with java.base
ff4657f6a53 : 8165605: Thai resources in jdk.localedata cause split package issue with java.base
2ac4d6a7d3b : 8165723: JarFile::isMultiRelease() method returns false when it should return true
f6a78989956 : 8114823: G1 doesn't honor request to disable class unloading
253489ea9a3 : 8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java
13eeb8335fc : 8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java
32f983128df : 8165492: Reduce number of lambda forms generated by MethodHandleInlineCopyStrategy
a99b7ce7597 : 4924727: reader.abort() method does not work when called inside imageStarted for PNG
ed6ffa4c96f : 8165810: Problem list VersionCheck.java until JDK-8165772 is fixed
ac95438f4d3 : 8160951: Test javax/xml/bind/marshal/8134111/UnmarshalTest.java should be added into :needs_jre group 8160958: Test java/net/SetFactoryPermission/SetFactoryPermission.java should be added into :needs_compact2 group
a3244ef2720 : 8160951: Test javax/xml/bind/marshal/8134111/UnmarshalTest.java should be added into :needs_jre group 8160958: Test java/net/SetFactoryPermission/SetFactoryPermission.java should be added into :needs_compact2 group
2b31773cba2 : 8165634: Support multiple --add-modules options on the command line
b68b46b14fc : 4885375: Page Ranges 'To Page' field must be populated based on Pageable
85eaf2d3d36 : 8165726: fix for 8165595 revealed a bug in pack200 tool's handling of main class attribute of module-info classes
5deb28b6a15 : 8161230: ClassLoader: add resource methods returning java.util.stream.Stream
a7dd7b59dac : 8164691: Stream specification clarifications for iterate and collect
caa7db44963 : 8165731: Reference to removed method in VarHandle JavaDoc
397525a2d45 : 8165346: j.l.ClassLoader.getDefinedPackage(String) throws NPE
4f08176bb5e : 8165393: bad merge in java/lang/ref/package-info.java
e249470c725 : 4285505: deprecate java.lang.Compiler
14ca5d3c2b9 : 8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
44d69dd31b8 : 8165592: Fix module dependencies for sun/text/* tests
5237646faa1 : 8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output
cce3acffa66 : 8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output
3d1c3e2f60d : 8160054: The FileChooser didn't displayed large font with GTK LAF option
795272dc756 : 8139368: -javaagent and -Dcom.sun.management need to add to the initial set of modules to resolve
189143f87c1 : 8009477: PageUp and PageDown keyboard buttons don't move slider indicator to next minor tick
84982a552aa : 8163274: [TEST_BUG][macosx] apparent regression: javax/swing/JColorChooser/Test7194184.java
000fb32f29c : Added tag jdk-9+135 for changeset cc9682f2ced6
4f6a0382a69 : Added tag jdk-9+135 for changeset 39dd3d3d369e
0abfd8a93ba : Added tag jdk-9+135 for changeset 68787613f261
f1ec168a72c : Added tag jdk-9+135 for changeset ac2a115938ab
05b653ef70f : Added tag jdk-9+135 for changeset e8d5d0486ea5
9525f089b51 : Added tag jdk-9+135 for changeset 967c7d5073aa
8d9bb115384 : Added tag jdk-9+135 for changeset c55ef7ed9aa0
a7cda4a92e3 : 8153438: Avoid repeated "Please insert a smart card" popup windows
3ddcf8e68db : 8153438: Avoid repeated "Please insert a smart card" popup windows
cd894c49316 : 8153438: Avoid repeated "Please insert a smart card" popup windows
4d13add283e : 8153438: Avoid repeated "Please insert a smart card" popup windows
537661d271a : 8160570: [macosx] modal dialog can skip the activation/focus events
4eab390a81b : 8165601: Convert arrayOopDesc_test to Gtest
835354dfa62 : 8131025: JShell: crash on tab-complete reference to bad class file
6075eea5057 : 8165433: Convert Test_linked_list to Gtest
fcc699c281b : 8159696: java.beans.MethodRef#get throws NullPointerException
0168afae497 : 8159696: java.beans.MethodRef#get throws NullPointerException
be6cc695044 : 8165455: Tracing events for G1 have incorrect metadata
1075dcd335b : 8165313: Inserting freed regions during Free Collection Set serial phase takes very long on huge heaps
37c77e03d35 : 8165634: Support multiple --add-modules options on the command line
2bb3bc6449b : 8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
d22c8d1b01f : 8146128: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig timeouts
7a341735fe2 : 8164913: JVMTI.agent_load dcmd should show useful error message
a260ea611d0 : 8165579: Add missing javadoc information for javax.management.MBeanServer
ea13eb2b06c : 8152589: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
32ded5866af : 8165595: Main class should be set for nashorn modules
42b4161e914 : 8165617: Cleanup whitespace in jaxp/test
97ed09e0756 : 8165643: SecureDirectoryStream doesn't work on linux non-x86
d14725c1ad8 : 8039854: Broken link in java.lang.RuntimePermission
f5321ccf862 : Added tag jdk-9+135 for changeset 6d7a656b1612
d0474e029b9 : 8165583: Fix module dependencies for jdk/java/util/* tests
37ff205c8a4 : 8165563: ClassLoader::getSystemClassLoader will never be null
6784a0986eb : 8165711: java/net/SetFactoryPermission/SetFactoryPermission.java needs to run in ovm mode
d689bc25f61 : 8165697: jlink running on Mac with Windows jmods produces non-runnable image
b5f85932d69 : 8165636: add removal text to Runtime.traceInstructions/MethodCalls deprecation text
2df77e13ce6 : 8077149: __noSuchProperty__ and __noSuchMethod__ invocations are not properly guarded
91ad20d273e : 8165153: Crash in rebuild_cpu_to_node_map
9699848c9d2 : 6515172: Runtime.availableProcessors() ignores Linux taskset command
dac7406ae6c : Added tag jdk8u121-b33 for changeset 8ce0c3a85d8f
2c751b6ba94 : 8165153: Crash in rebuild_cpu_to_node_map
fb56bb9186c : 6515172: Runtime.availableProcessors() ignores Linux taskset command
60bc3c7fa87 : Added tag jdk8u121-b33 for changeset 8b8da75b1c19
fc62d1a7e50 : 8165153: Crash in rebuild_cpu_to_node_map
d303bef2df2 : 6515172: Runtime.availableProcessors() ignores Linux taskset command
e1cda433414 : 8165153: Crash in rebuild_cpu_to_node_map
05a1b8a93c7 : 6515172: Runtime.availableProcessors() ignores Linux taskset command
426f1d9d471 : 8080352: jshell tool: Error message for using "package" should be more descriptive than "Failed"
144bc12a103 : 8165116: redirect function is not allowed even with enableExtensionFunctions
45e7a1faa81 : 8151901: test/tools/pack200/Pack200Test fails on verifying native unpacked JAR
44b189f55a4 : 8165604: Fix module dependencies for sun/util/* tests
d90a506683b : 8139565: Restrict certificates with DSA keys less than 1024 bits
0b9fae6a4c5 : 8139565: Restrict certificates with DSA keys less than 1024 bits
256e3bab87c : 8165503: jlink exclude VM plugin's handling of jvmlibs is wrong
88ceff1127c : 8165513: Quarantine sun/tools/jps/TestJpsJar.java
6f8c0a71939 : 8058575: IllegalAccessError trying to access package-private class from VM anonymous class
b7edd5f9aa2 : 8165413: Typos in javadoc: extra period, wrong number, misspelled word
86762c9fffb : 6822627: NPE at ReferenceTypeImpl.constantPool
29aa24a3c1f : 8162546: change hidden options -Xdebug to --debug, -XshouldStop to --should-stop, and -diags to --diags
97fa8cd04e6 : 8159404: throw UnsupportedOperationException unconditionally for mutator methods
9aa36236beb : 8148859: Fix module dependences for java/time tests
a8147854b70 : 8161224: CONSTANT_NameAndType_info permits references to illegal names and descriptors
ed5befdde8e : 8164899: Provide package access to setComponentMixingCutoutShape
13ea52d6c51 : Added tag jdk8u112-b12 for changeset 3c9103796205
9d79437004b : Added tag jdk8u112-b12 for changeset ae9f358775b9
7e7163e6c6e : Added tag jdk8u112-b12 for changeset 98c95f579702
4c100127fd5 : Added tag jdk8u112-b12 for changeset 15adfab35d94
f949cc288dd : Added tag jdk8u112-b12 for changeset ffc8f27594a5
24ad417190c : Added tag jdk8u112-b12 for changeset 29d322a99520
7775f703cc7 : Added tag jdk8u112-b12 for changeset 49155ba4a0da
e5f44b2813b : Added tag jdk8u112-b12 for changeset b38b7efc2c22
e44ebb04886 : Added tag jdk8u112-b12 for changeset be22118cbcd2
c3a1a47af6e : Added tag jdk8u112-b12 for changeset cde809fa22ec
0605b0c59a7 : Added tag jdk8u112-b12 for changeset 4daa92645826
32edd29aee6 : Added tag jdk8u112-b12 for changeset 267d8626c039
468ce183408 : Added tag jdk8u112-b12 for changeset 5c31655f8773
0807b7d6397 : Added tag jdk8u112-b12 for changeset 1fc2809f8041
df705e8e6da : Added tag jdk8u112-b12 for changeset a1aac4fba2f8
1162afa23dd : Added tag jdk8u112-b12 for changeset 3e0c8ade2035
3228ea809cd : 8161360: Deprecated vfork() should not be used on Solaris
89f7f6f4b32 : 8164989: Inflate and compress intrinsics produce incorrect results with avx512
2aac4c1f387 : 8165345: JDK macro definition re-defined by MacOS core framework
377946dca8e : 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
7dfb2c52237 : 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
0f792063c19 : 8163952: jlink exclude VM plugin does not support static libraries
38eb4a4f6f9 : 8165489: Missing G1 barrier in Unsafe_GetObjectVolatile
ba4a3fbd208 : 8136766: Enable ThreadStackSize range test
317f1aa044a : 8157952: Parallelize Memory Pretouch
b77d0de3d95 : 8165808: Add release barriers when allocating objects with concurrent collection
94bbcbd3783 : 8159422: Very high Concurrent Mark mark stack contention
8a329d56cf5 : 8165017: Additional test coverage of the JDWP CLASSLOADER and MODULE commands
21f3d1ae5fe : 8027920: SA: Add default methods to InstanceKlass
4814f397b23 : 8161376: Introduce -Xlint:exports
539151b477e : 8155083: On Windows, usage of USER_ATTENTION_WINDOW depends on state setting order
09e25d0d1f5 : 8131061: Use of -Dcom.sun.management.snmp needs to be examined for modules
d356b8d0850 : 8164730: Make it clear that 'cl' parameter passed to RMIConnector.OISWL is never null
848db998d96 : 8165114: stale reference to hotspot test Test8028623.java
fec04dd065c : 8164943: sun/tools/jhsdb/HeapDumpTest failed with Can't find library: /test/lib/share/classes
02654e7d3da : 8165018: Missing memory barrier for PPC64 in Unsafe_GetObjectVolatile
616083ca769 : 8165439: Convert Test_TempNewSymbol to GTest
da68b22b6a6 : 8165314: Javac server process left running if build fails on Windows
3e3a1717ea6 : 8163181: Further improvements for Unix NetworkInterface native implementation
ef585ae7a6a : 8089573: [macosx] Incorrect char to glyph mapping printing on OSX 10.10
6b419cf786c : 8167459: Add debug output for indicating if a chosen ciphersuite was legacy
18d1e820c20 : 8166875: (tz) Support tzdata2016g
69a5003b41c : 8163181: Further improvements for Unix NetworkInterface native implementation
ffe3ef2e5e3 : 8089573: [macosx] Incorrect char to glyph mapping printing on OSX 10.10
5d2ff7c0376 : 8167459: Add debug output for indicating if a chosen ciphersuite was legacy
09e31ac87ae : 8166875: (tz) Support tzdata2016g
5044a0fdc4e : 8163181: Further improvements for Unix NetworkInterface native implementation
164b17df5b8 : 8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output
925586066cb : 8165000: Selector.select(timeout) throws IOException when timeout is a large long
92cf16b425f : 8154075: [TIFF] AIOOB Exception from TIFFLZWDecompressor
f0535f417c4 : 8165269: (doc) Toolkit.isDynamicLayoutActive(): orphan '0' in first sentence
6d3b1a78ad4 : 8155102: (Process) Process.toString could include pid, isAlive, exitStatus
3d2958a9620 : 8165293: Remove ClassesByName2Test.java and RedefineCrossEvent.java from ProblemList.txt
50fb03349c8 : 8161079: Default heap size causes native memory exhaustion on 32 bit Windows
1a8f8e22f18 : 8165153: Crash in rebuild_cpu_to_node_map
3c2621dbdd3 : 8165246: [REDO] InstanceKlass::_previous_version_count goes negative
a900715bbf7 : 8137035: nsk/stress/stack/stack tests got EXCEPTION_STACK_OVERFLOW on Windows 64 bit
af30b263449 : 8165226: Bad -Xloggc: arguments crashes the VM
e8e6415b7a5 : 8058575: IllegalAccessError trying to access package-private class from VM anonymous class
c271d835997 : 8165292: The gc+task logging is repeated a lot, decreasing the usefulness of -Xlog:gc*=info
66dfee55f83 : 8165315: [ppc] Port "8133749: NMT detail stack trace cleanup"
7e27dd569e6 : 8160454: JSR269 jigsaw update: javax.lang.model.element.ModuleElement.getDirectives() causes NPE on unnamed modules
c8c88266889 : 8163100: [hidpi] Linux: display-wise scaling factor issues
84ec8b74f97 : 8164937: Remove code from SortingFocusTraversalPolicy that hacks into non-public Arrays.legacyMergeSort
876bb73271f : 8164073: Javac should unconditionally warn if deprecated javadoc tag is used without @Deprecated annotation
524cb00f824 : 8161454: Fails to Load external Java method from inside of a XSL stylesheet if SecurityManager is present
2fb04d0a420 : Added tag jdk-9+134 for changeset d48c4f63e546
5823fdef292 : Added tag jdk-9+134 for changeset eb2c81860c86
03d3f90a58f : Added tag jdk-9+134 for changeset 219458339252
f3b93779067 : Added tag jdk-9+134 for changeset 1dddef49982c
7a36df6b44a : Added tag jdk-9+134 for changeset 6929cdb3e1c5
f0e3ab92184 : Added tag jdk-9+134 for changeset 6efb7e03e19c
0ed31a8ac8e : Added tag jdk-9+134 for changeset d03967e81db7
4017bf5f7a6 : 8165211: JShell: Fix completion analysis problems
8302f64ee65 : 8164952: JShell tests: jdk/jshell/CompletionSuggestionTest.testUncompletedDeclaration(): failure
49b420e58ae : 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
7a3d0498d3e : 8133507: JShell: StackTraceElement#getFileName of EvalException does not use custom id generator
6f12a4ff0df : 8144015: [PIT] failures of text layout font tests 8144023: [PIT] failure of text measurements in javax/swing/text/html/parser/Parser/6836089/bug6836089.java 8145542: The case failed automatically and thrown java.lang.ArrayIndexOutOfBoundsException exception 8151725: [macosx] ArrayIndexOOB exception when displaying Devanagari text in JEditorPane 8144240: [macosx][PIT] AIOOB in closed/javax/swing/text/GlyphPainter2/6427244/bug6427244.java 8152680: Regression in GlyphVector.getGlyphCharIndex behaviour 8158924: Incorrect i18n text document layout 8041480: ArrayIndexOutOfBoundsException when JTable contains certain string
a78140b8222 : 8165050: [TESTBUG] tests generated by jittester cannot be run with jtreg
11bd07c98b2 : 8165244: Unquarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
5b11c37fb72 : 8146096: [TEST BUG] compiler/loopopts/UseCountedLoopSafepoints.java Timeouts
20bd3cebb8b : 8157956: OverflowCodeCacheTest.java fails with Out of space in CodeCache for method handle intrinsic
347a38c28dd : 8159408: duplicated data in rmic's javac.properties
7f3eef9f4d9 : 8165235: [TESTBUG] RTM tests must check OS version
76f0a705fcf : 8150145: javax/xml/jaxp/unittest/common/TransformationWarningsTest.java and ValidationWarningsTest.java failed intermittently without any error message
8000d8612be : 8152438: Threads may do significant work out of the non-shared overflow buffer
076e7a20ae7 : 8152438: Threads may do significant work out of the non-shared overflow buffer
63217bef37d : 8144735: [hidpi] javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentPerPixelTranslucentGradient.java fails
cc4ceb5e3b9 : 8164846: CertificateException missing cause of underlying exception
f45a7a89235 : 8164846: CertificateException missing cause of underlying exception
9807f64dfc4 : 8164846: CertificateException missing cause of underlying exception
5513335bed4 : 8162598: XSLTC transformer swallows empty namespace declaration which is needed to undeclare default namespace
f95436439f8 : 8165320: Small flaw when integrating 8160174 to JDK8
f752d82bcb4 : 8163896: Finalizing one key of a KeyPair invalidates the other key
2b97ff88488 : 8162598: XSLTC transformer swallows empty namespace declaration which is needed to undeclare default namespace
a68b5f40457 : 8165320: Small flaw when integrating 8160174 to JDK8
f4bb51fd218 : 8163896: Finalizing one key of a KeyPair invalidates the other key
277a5b423f9 : 8164609: javax/management/remote/mandatory/notif/DeadListenerTest.java fails with Assertion Error
6d5b6597cdd : 8158411: Regression on Swingmark on 8u102 b03 comparing 8u102 b02 on several configs on win32
44ec255a91c : 8145952: ISO 4217 amendment 161 8164784: ISO 4217 amendment 162
d2f0ab6d8e2 : 8131023: JShell: System.in does not work
31f780a4439 : 8165158: Fix zero builds for non-listed architectures
6906b1ad96b : 8161016: Strange behavior of URLConnection with proxy
e1f4b79e9e0 : 8157992: Improve jlink help message on optimization-related options
a4260270fad : Added tag jdk-9+134 for changeset 9217de724b92
3bd5ebe2ef3 : 8162108: Rename weakCompareAndSetVolatile to weakCompareAndSet
c073edc24c6 : 8162106: Remove VarHandle.addAndGet
82d48917bbd : 8161444: VarHandles should provide access bitwise atomics 8162107: Add acquire/release variants for getAndSet and getAndAdd
252779d212e : 8165146: [PIT][TEST_BUG] Doubtful usability of java/awt/print/PrinterJob/TestMediaTraySelection.java
53db4a4609e : 8164229: Redundant "sun/net/www/protocol/https" tests in jdk_security3 group
b5172ce65ea : 8165180: Provide a shared secret to access non-public ServerSocket constructor
6784b0b5eae : 8162431: CatalogUriResolver with circular/self referencing catalog file is not throwing CatalogException as expected
0d1ad07556a : 8164818: Reg. test java/awt/font/TextLayout/VisibleAdvance.java fails
2baffbf490d : 8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links
4a0362efffb : 8081388: JNI exception pending in jdk/src/windows/bin/java_md.c
c611fac94c2 : Added tag jdk8u111-b11 for changeset 7dd9a9e5fa1a
b4357e0384e : Added tag jdk8u111-b11 for changeset 6fa3d5e57b30
ef82f8f313c : Added tag jdk8u111-b11 for changeset d4c30e932349
651381f6b64 : Added tag jdk8u111-b11 for changeset 9aea0c084cce
f9174b6181e : Added tag jdk8u111-b11 for changeset f8d2a37e41bd
0fbcbaa7552 : Added tag jdk8u111-b11 for changeset e7c854d15b0a
f33289033d9 : Added tag jdk8u111-b11 for changeset 22bb44ceb675
22bd99c8bd7 : Added tag jdk8u111-b11 for changeset a17ce37d74e8
2e53ce3a36c : Added tag jdk8u111-b11 for changeset c94c2d4bd46a
d4cde126f56 : Added tag jdk8u111-b11 for changeset 9966b32171ee
7454df2cfba : Added tag jdk8u111-b11 for changeset eebfe6644cb9
7ce1ae65080 : Added tag jdk8u111-b11 for changeset ef9d9e8380b0
3ff1d554b48 : 8164982: Fix legal notices in java/lang, java/net, java/util tests
0ac97e8b916 : Added tag jdk8u111-b11 for changeset 9e629869a9d3
e7eee92a83d : Added tag jdk8u111-b11 for changeset c52923e214f4
de64b182e6a : Added tag jdk8u111-b11 for changeset a50998303bdd
a2556cdb834 : Added tag jdk8u111-b11 for changeset 731c3abdc47a
3d17ae2b1d1 : 8164922: sun/security/provider/SecureRandom/AutoReseed.java failed with timeout in Ubuntu Linux
2822e9e2d60 : 8015595: Test sun/security/krb5/auto/Unreachable.java fails with Timeout error
992e74a1831 : 8164862: 2 JVMCI tests should not be executed on linux-x86
0fd1f32873d : 8162412: Ignore any System property specified as -Djdk.module that matches reserved module system properties
5afec5d3d63 : 8164858: Enable build-time use of java.lang.invoke resolve tracing
74e4516b050 : 8164858: Enable build-time use of java.lang.invoke resolve tracing
b2c1c48604b : 8165030: [TESTBUG] ctw failed to build after 8157957
31d8fcc4f9a : 8164692: InstanceKlass::_previous_version_count goes negative
b7149b5cc75 : 8153287: [PIT] [hidpi] java/awt/image/multiresolution/MultiresolutionIconTest failed (GTK+ and Nimbus L&F)
5f8a441f1a1 : 8066635: Fix deprecation warnings in java.management module
ab538ab5ed8 : 8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22"
c7a2c07ca83 : 8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22"
1e2c8fd8592 : 6474807: (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException
d86ae992bff : Added tag jdk8u131-b01 for changeset c044fe53f916
b40f27acde4 : 6474807: (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException
1d8a2bf5999 : Added tag jdk8u131-b01 for changeset 73c3efdc0d82
fc7cfbd788e : 6474807: (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException
4b5f9f8f0a6 : 6474807: (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException
6449bab3d19 : 8163193: Metal L&F gradient is lighter on HiDPI display after the fix JDK-8143064
23ceda31a09 : 8164939: GTest LogDecorations.iso8601_time_test fails on macOS
66706edf156 : 8156500: Move Reference pending list into VM to prevent deadlocks
7bddef3ed08 : 8156500: Move Reference pending list into VM to prevent deadlocks
2416447009a : 8160851: Remove old launcher module-related options
ab956e880ea : 8160851: Remove old launcher module-related options
d2d5a91ec40 : 8160851: Remove old launcher module-related options
3f2262b3478 : 8160851: Remove old launcher module-related options
0b55f8862f9 : 8164859: Fix module dependences in java/text tests
8a4ddec8748 : 8157468: gc/testlibrary contains a lot of duplicated code
e4f4b40488a : 8164936: G1 age table printout contains contents from previous GC
3e07dc66116 : 8165215: Setting same UL tag multiple times matches wrong tagset
f03ab592ccc : 8165268: [BACKOUT] InstanceKlass::_previous_version_count goes negative
87d30c0c7d3 : 8164039: Convert test_memset_with_concurrent_readers to GTest
a10ae00f852 : 8161743: Provide proper login context
2760572dc64 : 8161743: Provide proper login context
010d9bf7dfb : 8165315: [ppc] Port "8133749: NMT detail stack trace cleanup"
3ab913d3984 : 6474807: (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException
4010176ca57 : 8157024: CodeCache JFR events reporting wrong data
97391177a8c : 8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
4f55b6c7e03 : 8148103: add more tests for task "Update JDI and JDWP for modules"
8642e3af9dc : 8129361: ISO 4217 amendment 160
352c970b5db : 8129361: ISO 4217 amendment 160
0ad50cd56b4 : 8141634: Implement VarHandles/Unsafe intrinsics on SPARC
8445923b1ce : 8164562: serviceability/sa/TestInstanceKlassSizeForInterface.java: fails with NPE
00c9b389f60 : 8161720: Better byte behavior for off-heap data
adf14d8c2d7 : 8161720: Better byte behavior for off-heap data
5258f6573c1 : 8155917: Memory access in free regions during G1 full gc causes regressions in SPECjvm2008 scimark.fft,lu,sor,sparse with 9+116 on Linux-x64
dba7bcf4f80 : 6357887: selected printertray is ignored under linux
5f5e297c52c : 8157792: After Integrating tzdata2016d the test/sun/util/calendar/zi/TestZoneInfo310.java fails for "Asia/Oral" and "Asia/Qyzylorda" Timezones
d2e4fe5e004 : 8161228: URL objects with custom protocol handlers have port changed after deserializing
9b876054c68 : 8161228: URL objects with custom protocol handlers have port changed after deserializing
5ee89f9f223 : 8164545: Mark java/net/URLPermission/nstest/lookup.sh as intermittently failing
5c73d79296a : 8163934: Remove intermittent key from java/lang/ProcessBuilder/Zombies.java
6db26ca5bfb : 8158854: Ensure release_store is paired with load_acquire in lock-free code
56ff858c45b : 8164660: MinimalVM is not tested with GC tests
dc0db76409c : 8164836: TEST_BUG: adjust scope of the DefinedByAnalyzer in tools/all/RunCodingRules.java
bc903b05472 : 8066577: Cleanup and make better use of the stream API in the jrtfs code
f43b3f848ee : Added tag jdk8u112-b11 for changeset aeced5fef6f0
c412117a1f6 : Added tag jdk8u112-b11 for changeset b1be1b153ecf
f868418245b : Added tag jdk8u112-b11 for changeset e70338dd2e18
85f6c6e4495 : Added tag jdk8u112-b11 for changeset 1279d2a73c90
3211c4b3266 : Added tag jdk8u112-b11 for changeset 9c670fcb85bf
ca1313ec06a : Added tag jdk8u112-b11 for changeset a6b25abd1fdf
92aecbfb9f8 : Added tag jdk8u112-b11 for changeset 70931cf8cf49
2d21695694f : Added tag jdk8u112-b11 for changeset 220881027662
4214d2ebe54 : Added tag jdk8u112-b11 for changeset 2c26fd6667b5
68899744d60 : Added tag jdk8u112-b11 for changeset 4b1245bf457d
9edfca9a1d9 : Added tag jdk8u112-b11 for changeset 698e130bed37
c022dbe4fea : Added tag jdk8u112-b11 for changeset 4ea0d98e82d1
76947556dd3 : Added tag jdk8u112-b11 for changeset dcd21aa789a1
f5e5a931ac4 : Added tag jdk8u112-b11 for changeset 5252dce75666
cada06ef409 : Added tag jdk8u112-b11 for changeset e1ea65fbc387
c06b87e62ea : Added tag jdk8u112-b11 for changeset d6c85eb4ad6d
de4e8cac978 : 8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with "Error while cleaning up threads after test"
621e077a034 : 8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with "Error while cleaning up threads after test"
af8dc755fd3 : 8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with "Error while cleaning up threads after test"
7a6ffc8b529 : 8161550: [JVMCI] Crash: assert(sig_bt[member_arg_pos] == T_OBJECT)
d871b35f407 : 8164230: Convert TestCodeCacheRemSet_test to GTest
10cbe0678ac : 8159004: jlink attempts to create launcher scripts when root/bin dir does not exist
2df08320de1 : 8157349: Missing doc-files in javadoc documentation
bbf85261aa2 : 8164951: Build broken after JDK-8164745
fc65d375a3e : 8158507: JShell: new jdk.jshell.MemoryFileManager(StandardJavaFileManager, JShell) creates a jdk.jshell.MemoryFileManager$REPLClassLoader classloader, which should be performed within a doPrivileged block
161e3c650ab : 8165008: javac -Xmodule compiles the module in a way that reads the unnamed module
74e01787b3d : 8131023: JShell: System.in does not work
9f1556675ec : 8165193: Workaround intermittent failures of JavacTreeScannerTest and SourceTreeScannerTest due to C2 memory usage
11de22e1332 : 8164825: jshell tool: Completion for subcommand
7dceb3e7854 : 8164518: JShell: Add failover case of explicitly listening to "localhost"
2a62da3a638 : 8165109: langtools/test switches to use new CLI options
8120ff31101 : 8160851: Remove old launcher module-related options
6bcba7521ca : 8164837: fix jdeprscan TestLoad and TestScan failures on Windows
4404741f806 : 8164745: javac -Xmodule compiles the module in a way that reads the unnamed module
99f0753054d : 8157948: UL allows same log file with multiple file=
1bc574a5347 : 8161000: GPL header incorrect - classfile/classpath
7cafba7a118 : 8153897: jshell tool: "not active" must be pulled from resource file
70b349f5657 : 8156984: JShell tool: for (FormatCase e : EnumSet.allOf(FormatCase.class))
ea29d586dd3 : 8164649: Cleanup of test java/nio/channels/FileChannel/Lock.java
7c219b82fc3 : 8160923: sun/tools/jps/TestJpsJar.java fails due to ClassNotFoundException: jdk.testlibrary.ProcessTools
97ed41a8e93 : 8163880: Constant pool caching of fields inhibited/delayed unnecessarily
1386ffb4f2e : 8164887: update tests to remove use of old-style options
cdcc5575ac1 : 8163232: Catalog API: Consolidating CatalogResolver to support all XML Resolvers
9cda798a33a : 8061842: Package jurisdiction policy files as something other than JAR
1a188cf07a1 : 8154122: Intrinsify fused mac operations
0b92f872338 : 8158738: jshell tool: Save does not affect jshell if started from another editor
e710f3bd8b5 : 8161280: assert failed: reference count underflow for symbol
10245a95e3e : 8150823: UL disables log outputs incorrectly
f78a742b53b : 8024714: In java.security file, ocsp.responderCertSubjectName should not contain quotes
cf213045087 : 8160174: java.net.NetworkInterface - fixes and improvements for network interface listing
d03d7b26fbe : 8160174: java.net.NetworkInterface - fixes and improvements for network interface listing
d6ad2ec5c5d : 8163346: Update jmap-hashcode/Test8028623.java for better diagnostic of timeout
4aea7b33334 : 8163346: Update jmap-hashcode/Test8028623.java for better diagnostic of timeout
6ab4f9a732a : 8006690: sun/security/krb5/auto/BadKdc* tests fails intermittently
ab6aaea20ad : 8147491: module graph consistency checks after jlink plugins operate on module pool
736833a3578 : 8164834: remove jdeprscan from tools/launcher/VersionCheck.java
61fab7c8498 : 8164835: add a few tools tests to the problem list
db470fad5de : 8164698: modify jdk makefiles to build jdeprscan
1673e175185 : 8145464: implement deprecation static analysis tool
4af40de9e79 : Added tag jdk-9+133 for changeset a3fdd74e324a
233fae72ed0 : Added tag jdk-9+133 for changeset 611ca58fca75
3f2860e14d6 : Added tag jdk-9+133 for changeset a6f581ca1fc4
163f2f0e024 : Added tag jdk-9+133 for changeset 77232505c496
008dd9bd6c9 : Added tag jdk-9+133 for changeset 0aa2e371af02
f4b60716983 : Added tag jdk-9+133 for changeset 93cc31534cc4
8925d80b0f1 : Added tag jdk-9+133 for changeset 3d8b2db865d7
ff0876af590 : Added tag jdk-9+133 for changeset cf75dd18b3cd
c2f0a9479fc : 8150158: Update bugs.sun.com references to bugs.java.com
83c2e4ef3c3 : 8151893: Add security property to configure XML Signature secure validation mode
f894a28859a : 8005068: HttpCookie does not correctly handle negative maxAge values
0edc4fa72dc : 8074838: Resolve disabled warnings for libj2pkcs11
2d02799b3b3 : 8164866: tools/jlink/plugins/GenerateJLIClassesPluginTest.java can't compile after JDK-8163371
e079e3b069b : 8164800: Cross targeting Windows
616336b6c23 : 8163561: Add a test for Proxy Authentication in HTTP/2 Client API
1a404080eee : 8163371: Enable tracing which JLI classes can be pre-generated
87f1cd1d737 : 8164748: Edit pad crashes when calling function
8214dd5bfcc : 8164737: Remove Unsafe dependency from ProcessTools
92d448522a4 : 8164739: Remove computation of predefined interpreter forms
2c2d5c49175 : 8164399: inference of thrown variable does not work correctly
1f57e159979 : 8158639: C2 compilation fails with SIGSEGV
d536ff43778 : 8155635: C2: Mixed unsafe accesses break alias analysis
bf0209ffa90 : 8162101: C2: Handle "wide" aliases for unsafe accesses
97fca016abd : 8066943: (fs) Path.relativize() gives incorrect result for ".."
7b8ef7554e6 : 8163793: jlink has typo in copy-files plugin help text example
bc0cae288eb : 8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap
d1eb1ae8eac : 8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap
c6c1bee762e : 8148854: Class names "SomeClass" and "LSomeClass;" treated by JVM as an equivalent
820b9e7a162 : 8164737: Remove Unsafe dependency from ProcessTools
3ba0af5c09b : 8164133: Tests gc/arguments/TestAlignmentToUseLargePages.java and gc/cms/TestBubbleUpRef.java use too small heap
7328ed21cbe : 8161501: JSR269 jigsaw update: javax.lang.model.element.ModuleElement.getEnclosedElements() on unnamed module with unnamed package
e3169079483 : 8157904: Atomic::cmpxchg for jbyte is missing a fence on initial failure
486c59283be : 8164747: allclasses-frame broken after JDK-8162353
4c999ed180f : 8163353: NPE in ConcurrentHashMap.removeAll()
ddbef393bc8 : 8047338: javac is not correctly filtering non-members methods to obtain the function descriptor
001e52768a4 : 8158628: test/java/lang/instrument/NativeMethodPrefixAgent.java: Error occurred during initialization of VM: Failed to start tracing backend
dcb6b6c2e60 : 8164208: Update tests with redefine classes UL options and tags​
3b1c3587d94 : 8164208: Update tests with redefine classes UL options and tags​
34565b8ada4 : 8163136: Add print statements to java/nio/file/WatchService/LotsOfCancels.java
8fe1b11fa9a : 8164166: Make sure java/nio/channels tests shutdown asynchronous channel groups
dde76394d5f : 8150530: Improve javax.crypto.BadPaddingException messages
ad62406df7b : 8164743: Convert TestAsUtf8 to GTest
635fad45103 : 8164738: Convert AltHashing_test to GTest
d67d71f44c3 : 8163589: Add back class id intrinsic method for event based tracing
ddfcdd9299d : 8165014: Unaligned unsafe access should throw InternalError on Solaris
60754ca0fb9 : 8164569: Generate non-customized invoker forms at link time
5431436909d : 8164483: Generate field lambda forms at link time
338343e0e15 : 8164669: Lazier initialization of java.time
200608b4c00 : 8164618: add documentation for NativeNumber and NativeBoolean
2e178a6d39e : 8164656: krb5 does not retry if TCP connection timeouts
cb7955588c0 : 8133802: replace some <tt> tags (obsolete in html5) in security-libs docs
47f59b3a407 : 8133731: [TEST_BUG] Unmappable in ASCII character such as Thai should be escaped in the regtests targeted for a regular non-I18n runs
faa8b178810 : 8133108: [PIT] Container size is wrong in JEditorPane
a35e21efcca : 8132136: [PIT] RTL orientation in JEditorPane is broken
dc5c3589cca : 8076164: [JTextField] When input too long Thai character, cursor's behavior is odd
b1a31731b0d : 8043387: java/time/test/java/util/TestFormatter.java failed
71f23ae78dc : 8217609: New era placeholder not recognized by java.text.SimpleDateFormat
25519e0d643 : 8170681: Remove fontconfig header files from JDK source tree
28e4c88ee5f : 8164656: krb5 does not retry if TCP connection timeouts
62c27e24b66 : 8133802: replace some <tt> tags (obsolete in html5) in security-libs docs
f37845cf052 : 8133731: [TEST_BUG] Unmappable in ASCII character such as Thai should be escaped in the regtests targeted for a regular non-I18n runs
6a0b0f79389 : 8133108: [PIT] Container size is wrong in JEditorPane
4acce0a44af : 8132136: [PIT] RTL orientation in JEditorPane is broken
a38d7c46294 : 8076164: [JTextField] When input too long Thai character, cursor's behavior is odd
43269cdd7dd : 8043387: java/time/test/java/util/TestFormatter.java failed
2bb827d1134 : 8217609: New era placeholder not recognized by java.text.SimpleDateFormat
c8067e25c20 : 8170681: Remove fontconfig header files from JDK source tree
dfa00059e29 : 8164656: krb5 does not retry if TCP connection timeouts
f2dafaefc7c : 8163146: Remove os::check_heap on Windows
1fd875eaf94 : 8164358: [JVMCI] expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI
5576d5da30e : 8157797: SAX Parser throws incorrect error on invalid xml
82de2bf10ec : 8151988: Hotspot deoptimizes div/mod pair usage
aef63136ed8 : 8164366: ZoneOffset.ofHoursMinutesSeconds() does not reject invalid input
2c9b1041a85 : 8164366: ZoneOffset.ofHoursMinutesSeconds() does not reject invalid input
3a04923cadc : 8164585: JarFile::isMultiRelease does not return true in all cases where it should return true
f3e6d78c818 : 8160971: Re-enable VarHandle tests quarantined by JDK-8160690
dc3e5ed9fb9 : 8164556: Drop AAC and FLAC from content type check in java/nio/file/Files/probeContentType/Basic.java
496a6f67d64 : 7180225: SecurityExceptions not defined in some class loader methods
160021d374b : 8038797: JVMTI FollowReferences does not report roots reachable from nmethods
4b68f37bfed : 8164159: java/nio/file/WatchService/UpdateInterference.java test leaves daemon threads
59716983202 : 8164592: java/net/MulticastSocket/NoLoopbackPackets.java tests may leave a daemon thread
c98e599afa9 : 8164523: Clean up metadata for event based tracing
1d929d1259b : 8155964: Create a set of tests for verifying the Minimal VM
a06d2b8547c : 8164648: [TESTBUG] jittester failed compilation after 8157957
f724bcdd9d6 : 8164608: [TESTBUG] compiler/profiling tests fail to compile
0391d651efc : 8164608: [TESTBUG] compiler/profiling tests fail to compile
00979c250a4 : 8164214: [JVMCI] include VarHandle in signature polymorphic method test
928ca9c5d29 : 8164061: Fix @since for javax.sql.rowset.BaseRowSet and javax.sql.CommonDataSource
913622a6415 : 8038348: Instance field load is replaced by wrong data Phi
865b439a695 : 8163991: Fix license and copyright headers under test/jdk/javadoc/ and test/tools/javac/
4f7021e5a3b : 8164598: Problem list TestIOException.java
f39e9128570 : 8160089: jshell tool: use new double-dash long-form command-line options
738e2b42979 : 8164596: jshell tool: jdk repo module pages to allow double-dash fix to access Jopt-simple
a4818844a91 : 8163126: Fix @modules in some of jdk/* tests
d6dfc0bef31 : 8164524: Correct inconsistencies in floating-point abs spec
20e0d40bc19 : 8164130: Simplify doclet IOException handling
9517153e77e : 8164589: Remove sun/rmi/runtime/Log/6409194/NoConsoleOutput.java from ProblemList
b7fbf4c8557 : Added tag jdk8u112-b10 for changeset d343a3050ffd
d390d303d59 : Added tag jdk8u112-b10 for changeset f09f3262a17b
d897d3bf563 : Added tag jdk8u112-b10 for changeset 5760f4d03178
d0105ef8133 : Added tag jdk8u112-b10 for changeset f60232da063c
3797817d6bf : Added tag jdk8u112-b10 for changeset d0b273a6f35d
120fe171021 : Added tag jdk8u112-b10 for changeset fad232d23cb1
b3993a5d849 : Added tag jdk8u112-b10 for changeset 81c76be7fe71
73f66b5bdc4 : Added tag jdk8u112-b10 for changeset f39608fc4175
41352de7efd : Added tag jdk8u112-b10 for changeset 61308add3c9c
daed2ae02db : Added tag jdk8u112-b10 for changeset 67ca208dbe9e
05f0334f366 : Added tag jdk8u112-b10 for changeset 3a3fa7dd960e
40ee25df1ab : Added tag jdk8u112-b10 for changeset f31a85c1988c
e95227425d7 : Added tag jdk8u112-b10 for changeset f79bb5cd56f0
9eedcce53d8 : Added tag jdk8u112-b10 for changeset 5c1b7668ac3f
4ffc743c9da : Added tag jdk8u112-b10 for changeset 82be4342102f
970edd08ff8 : Added tag jdk8u112-b10 for changeset 83e39aff2ad1
b3d1bd50fb9 : Added tag jdk8u111-b10 for changeset 36238362b442
5c9355db63c : Added tag jdk8u111-b10 for changeset 4cf0ead9644d
520e4278a72 : Added tag jdk8u111-b10 for changeset a4de3fae62e5
a9c51ddc3a9 : Added tag jdk8u111-b10 for changeset 358249f0aa25
194197c97c1 : Added tag jdk8u111-b10 for changeset f15c385d7ffd
acfa33521fd : Added tag jdk8u111-b10 for changeset 96d56f6037e8
b8c225ba6af : Added tag jdk8u111-b10 for changeset 972defda07d6
1ac9eb5764d : Added tag jdk8u111-b10 for changeset c80d3ebf8297
21275251f8e : Added tag jdk8u111-b10 for changeset 59bd1308a376
4d86528ec47 : Added tag jdk8u111-b10 for changeset 04929926c6d5
26b51a6acdb : Added tag jdk8u111-b10 for changeset 51c35d248893
6210d865f7b : Added tag jdk8u111-b10 for changeset 3755801b0c68
feebde34797 : Added tag jdk8u111-b10 for changeset 5a52651e324e
9c9345a248c : Added tag jdk8u111-b10 for changeset 838e24dad938
83732f941b9 : Added tag jdk8u111-b10 for changeset 98592bb9be13
2754357a13d : Added tag jdk8u111-b10 for changeset cdc239c5a35f
da1655a0095 : 8163864: [JVMCI] move MethodProfileWidth to jvmci_globals.hpp
14830c4604c : 8164122: C1: assert(false) failed: stack or locks not matching (invalid bytecodes)
2e533f4c602 : 8162530: src/jdk.management/share/native/libmanagement_ext/GcInfoBuilder.c doesn't handle JNI exceptions properly
2101cfd3935 : 8164453: 8u112 L10n resource file update - msgdrop 20
25eb0107fd7 : 8164453: 8u112 L10n resource file update - msgdrop 20
f8bf30e0d17 : 8164453: 8u112 L10n resource file update - msgdrop 20
7da63163f04 : 8164453: 8u112 L10n resource file update - msgdrop 20
6d1f764036d : 8164452: 8u111 L10n resource file update - msgdrop 20
3dfb786a9f9 : 8164452: 8u111 L10n resource file update - msgdrop 20
552f8e2ff49 : 8164452: 8u111 L10n resource file update - msgdrop 20
d68ad9df876 : 8164452: 8u111 L10n resource file update - msgdrop 20
1aab3cd5622 : 8156911: JShell: file manager should be closed
f03ea9c497c : 8154374: JShell: setContextClassLoader() for remote Snippet class loader 8080347: jshell tool: /vars when the status is other than Active
6a0075c86ef : 8164277: JShell API: Snippets are immutable and should be available for post-mortem analysis
fca8d5b7b1d : 8163973: VM Anonymous classes should not call Class File Load Hooks
abc62e705ce : 8163413: gc/metaspace/TestMetaspacePerfCounters failure
d65aa31fd5c : 8164028: Convert TestPredictions_test to GTest
f65c3ae8697 : 8164550: tools/javac/modules/InheritRuntimeEnvironmentTest.java fails on Windows after JDK-8153391
ffafa6e0c8b : 8164397: Provide javadoc descriptions for the jdk.security.auth and jdk.security.jgss modules
86a27697b7c : 8164525: Re-examine zero form link time pre-generation
b0aa08888c1 : 8164547: Make java.lang.reflect.ClassLoaderValue public for internal use
3337ddec8dd : 8164515: Add back javadoc module description for java.se.ee
53cd7b54faf : 8153391: an image created for \"jdk.compiler\" fails to run javac
b19bd0a798c : 8135055: java.util.Date.after(java.sql.Timestamp ) does not return correct results
97f26b20974 : 8163350: LocaleProviderAdapter Preference list retrieved is wrong, when -Djava.locale.providers=COMPAT
86bb2f51cd6 : 7094818: closed/java/text/Format/DateFormat tests failed on Hindi 8132861: java/text/Format/DateFormat/Bug4845901.java failed in Thai locale 8134733: java/util/Calendar/CalendarRegression.java failed in ar locale
5f1f4489ac6 : 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
a5637c9afab : 8164520: java/lang/ProcessHandle/Basic.java is missing @library tag
31cc523eb2f : 8164521: compiler/rangechecks/TestRangeCheckSmearing.java is missing @build for sun.hotspot.WhiteBox
f4ec2171f28 : 8164437: Test for JDK-8042900
55b1ffa690c : 8078661: [SunPKCS11] Fails to cast into RSAPrivateCrtKey after RSA KeyPair Generation
1c5cc2ccdf0 : 8139700: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest and InvalidateInstalledCodeTest timeout
17e5e3f34be : 8164494: SunPKCS11 requires a non-empty PBE password
9f44318ef9e : 8158906: JShell: crashes with extremely long result value
13f73f71eb9 : 8164432: java/nio/file/Files/probeContentType/Basic.java fails on windows for Content type: audio/vnd.dlna.adts
efdde296cd6 : 8155995: Update javadoc to include module search
85381e59e55 : 8145964: NoClassDefFound error in transforming lambdas
b27e8a5b173 : 8040322: TextArea.replaceRange() and insert() are broken with setText(null)
9b9d5d76303 : 8040322: TextArea.replaceRange() and insert() are broken with setText(null)
069573f635e : 8164485: Zero forms not properly generated
f86257fff94 : 8164100: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with java.util.concurrent.TimeoutException
2f2de77c1df : 8156841: sun.security.pkcs11.SunPKCS11 poller thread retains a strong reference to the context class loader
1c7781b760b : 8164481: Remove jtreg run configurations from langtools idea project
3b21f492f9f : 8163808: Fix asserts and logging for old classfile vtable construction
4fc19872559 : 8164124: [BACKOUT] G1 does not implement millis_since_last_gc which is needed by RMI GC
e49b61eacb5 : 8164402: key word 'requires' appearing in comment causing a build failure
0731886f09d : 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
830cf57fbd0 : 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ad85e18f236 : 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
f05597d5009 : 8164297: Jtreg test exeinvoke fails to link on Ubuntu
42a009f5dd1 : 8164297: Jtreg test exeinvoke fails to link on Ubuntu
4316d705f21 : 8164451: Generate all zero and identity forms at link time
22e95f995a6 : 8164102: MethodHandles.countedLoop/4 works incorrect for start/end = Integer.MAX_VALUE
a5859015a82 : 8164326: jrtfsviewer.js and jrtls.js does not work
d3b6af46f5c : 8162916: Test sun/security/krb5/auto/UnboundSSL.java fails
498ec047179 : 8162916: Test sun/security/krb5/auto/UnboundSSL.java fails
7cf835f0f3e : 8162916: Test sun/security/krb5/auto/UnboundSSL.java fails
f9a03e24ecd : 8162916: Test sun/security/krb5/auto/UnboundSSL.java fails
ebb0356d355 : 8064892: Non-methods code cache overflow is not handled correctly
c846a862ee4 : 8130181: Deprecate java.security.Provider(String, double, String), add Provider(Strin
7c11898ffe6 : 8164319: CLHSDB dumpcodecache throws StackOverflowError
bc0d3d976b9 : 8152849: share/vm/runtime/mutex.cpp:1161 assert(((uintptr_t(_owner))|(uintptr_t(_LockWord.FullWord))|(uintptr_t(_EntryList))|(uintptr_t(_WaitSet))|(uintptr_t(_OnDeck))) == 0) failed
d7fd2d91664 : 8164189: Collectors.toSet() parallel performance improvement
4a9aefb851b : 8164389: jdk.nio.zipfs.JarFileSystem does not completely traverse the versioned entries in a multi-release jar file
1487578b084 : 8164366: ZoneOffset.ofHoursMinutesSeconds() does not reject invalid input
de29b8a394c : 8153438: Avoid repeated "Please insert a smart card" popup windows
07e13d14af7 : 8164394: Minor correction in Java API doc for DataSource
5d1c9cf0c61 : 8162496: missing precedence edge for anti_dependence
f7d502a39dc : 8162496: missing precedence edge for anti_dependence
c6d82df5714 : 8162496: missing precedence edge for anti_dependence
ea92402e8a8 : Added tag jdk-9+132 for changeset 3f7eb1205cee
29a6fff092c : Added tag jdk-9+132 for changeset bdadcb4724d1
66b3dac5b0b : Added tag jdk-9+132 for changeset 5542e4584972
44ce9003d3a : Added tag jdk-9+132 for changeset c75a04d91fda
b95b7031aa6 : Added tag jdk-9+132 for changeset 569affa8463a
012327f7c16 : Added tag jdk-9+132 for changeset cbba9772b2be
b9f442e44ba : Added tag jdk-9+132 for changeset ccfc90be04f8
692e9367d01 : Added tag jdk-9+132 for changeset a11ec8919fef
63284916349 : 8162808: Add references to the standard JSSE cipher suite names in javadoc
25ff06c0149 : 8163517: Various cleanup in java.io code
7cb94a8bf88 : 8138661: Minor correction in Java API doc for DataSource
9dcafe04f0a : 8164044: Generate corresponding simple DelegatingMethodHandles when generating a DirectMethodHandle at link time
07f401e5bcd : 8161965: Create initial javadoc description for modules
f657bd2fa96 : 8164329: Problem list sun/rmi/runtime/Log/6409194/NoConsoleOutput.java on windows due to JDK-8164124
50f6c387ed4 : 8164119: MoveToOtherScreenTest fails due wrong key attribute
e706c498db2 : Added tag jdk8u131-b33 for changeset f2a5e3fa4d7d
8ce73127fcc : 8164119: MoveToOtherScreenTest fails due wrong key attribute
b1ff8dba5ee : Added tag jdk8u131-b33 for changeset f4d50642a9c4
1afe89fc0b2 : 8164119: MoveToOtherScreenTest fails due wrong key attribute
40d0082665b : 8164119: MoveToOtherScreenTest fails due wrong key attribute
76e3b2e02fe : 8161965: Create initial javadoc description for modules
663f12c18e9 : 8037138: x86: problem with JVMTI breakpoint
df25ab95978 : 8146961: Fix PermGen memory leaks caused by static final Exceptions
b9f03745f15 : 8146602: jdk/test/sun/misc/URLClassPath/ClassnameCharTest.java test fails with NullPointerException
6d856e22b71 : 8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with "Error while cleaning up threads after test"
66189fee96d : 8087144: sun/security/krb5/auto/MaxRetries.java fails with Retry count is -1 less 8153146: sun/security/krb5/auto/MaxRetries.java failed with timeout
be63b07c133 : 8077670: sun/security/krb5/auto/MaxRetries.java may fail with BindException
8f690faeade : 8146602: jdk/test/sun/misc/URLClassPath/ClassnameCharTest.java test fails with NullPointerException
223dc582658 : 8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with "Error while cleaning up threads after test"
95ffe9a6868 : 8087144: sun/security/krb5/auto/MaxRetries.java fails with Retry count is -1 less 8153146: sun/security/krb5/auto/MaxRetries.java failed with timeout
bd2a52a9619 : 8077670: sun/security/krb5/auto/MaxRetries.java may fail with BindException
ae448d6e828 : 8146602: jdk/test/sun/misc/URLClassPath/ClassnameCharTest.java test fails with NullPointerException
004433bf70a : 8161965: Create initial javadoc description for modules
8e3f461678b : 8159305: Enhance the javadoc tool to support module related options
a225cebefc1 : 8164260: readLine does not echo characters
e29ddeca2c7 : 8157236: attach on ARMv7 fails with com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file
b0223431854 : 8157236: attach on ARMv7 fails with com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file
c0cfad4f3d4 : 8151345: compiler/codecache/jmx/PeakUsageTest.java is failing on jdk9/dev for JPRT -testset hotspot
c645d7bb87c : 8164035: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java failing with Agent JAR not found or no Agent-Class attribute
697ec31ecf5 : 8156192: Provider#compute and #merge methods expect wrong permission & #compute ClassCastException even with wrong permission
5343687991f : 6977937: The SunJCE PBKDF2KeyImpl is requiring the MAC instance also be from SunJCE
e3d5b655af2 : 8164103: C2: Broken cmpxchgb encoding on x86
b37267c8664 : 8164071: Default.policy file missing content for solaris
aa2e613bc58 : 8161965: Create initial javadoc description for modules
8474269d183 : 8156852: Convert JSON_test to Gtest
4347d96655b : 8164920: ppc: enhancement of CRC32 intrinsic
f6ec56f5bbb : 8078122: YMM registers upper 128 bits may get clobbered by a JNI call on windows
466c23ffe05 : 8166046: [TESTBUG] compiler/stringopts/TestStringObjectInitialization.java fails with OOME
5b54998a233 : 8129376: SPECjvm98-client performance regression in 9-b66
f711aaa04c9 : 8166164: compiler/compilercontrol/share/processors/LogProcessor.java does not close Scanner
2c923c1c952 : 8165457: [JVMCI] increase InterpreterCodeSize for JVMCI
de89ff8c55e : 8166096: variable tracking size limit exceeded in jvmciCompilerToVM.cpp
d5ca7a299c0 : 8165434: [JVMCI] remove uses of setAccessible
a83ab529f9e : 8165755: [JVMCI] replace use of vm_abort with vm_exit
474c0353797 : 8165235: [TESTBUG] RTM tests must check OS version
c6be265b461 : 8164987: RTM jtreg tests failing due to unnamed module unable to access class jdk.internal.misc.Unsafe
4ae6ce2b442 : 8164508: unexpected profiling mismatch in c1 generated code
6384a5d55d6 : 8165565: Shorten branches causes incorrect code for SKX
d58e3e0324e : 8154122: Intrinsify fused mac operations
f2cc9a63629 : 8164216: Netbeans makefile for nashorn should use JDK_9 as platform
d43b7074cc7 : 8155691: Update GIFlib library to the latest up-to-date
7a10589539f : 8155691: Update GIFlib library to the latest up-to-date
be088749359 : 8164091: VM fails during startup with "assert(resolved_method->method_holder()->is_linked()) failed: must be linked"
6c2a33a67bc : 8162576: Missing doclint check missing for modules
b7327ad672a : Added tag jdk8u102-b33 for changeset ede7b6a163d1
a87cdecf0ef : Added tag jdk8u102-b33 for changeset f3a2a3b05fba
82107c2ecb0 : Added tag jdk8u102-b33 for changeset 325c34c50534
ba243597c58 : Added tag jdk8u102-b33 for changeset a6c2d5034b51
7c9c6d43e9b : Added tag jdk8u102-b33 for changeset 732c4bc361b9
52309ba2ec6 : Added tag jdk8u102-b33 for changeset b8b091a286b0
95b76078ad5 : Added tag jdk8u102-b33 for changeset 33884f1b6d97
a10f0c22113 : Added tag jdk8u102-b33 for changeset fc5f1cbc741f
e12b04eea39 : Added tag jdk8u102-b33 for changeset 46131c0c39fe
9d8f51ac14c : Added tag jdk8u102-b33 for changeset 099c3f63674f
644f3c79944 : Added tag jdk8u102-b33 for changeset fadaa3b02a90
7731fb2dca9 : Added tag jdk8u102-b33 for changeset 6566592b37c3
bd92cd26414 : Added tag jdk8u102-b33 for changeset cac3d5f495ec
1a0ea206adc : Added tag jdk8u102-b33 for changeset afdf2a7f1d24
e901cbfaff2 : Added tag jdk8u102-b33 for changeset d79db9bd9f95
833120f7c02 : Added tag jdk8u102-b33 for changeset f66d87331f10
8b6f2f07230 : 8087144: sun/security/krb5/auto/MaxRetries.java fails with Retry count is -1 less 8153146: sun/security/krb5/auto/MaxRetries.java failed with timeout
a45449a1e48 : 6211561: XPath.evaluate(String,Object,QName) throws exception if context node is null
405de629cfb : Added tag jdk8u112-b09 for changeset 4cccb61c6569
fee31542382 : Added tag jdk8u112-b09 for changeset 8d1c15332e3e
9997731da4c : Added tag jdk8u112-b09 for changeset 053f5f3b0c18
0b1de573b40 : Added tag jdk8u112-b09 for changeset a7f29a6d3180
a18886db4bf : Added tag jdk8u112-b09 for changeset c6b53419131a
c4a2178f7b1 : Added tag jdk8u112-b09 for changeset 49800c694652
dea7752ee55 : Added tag jdk8u112-b09 for changeset ed6c08aefedb
26a9baa2d0b : Added tag jdk8u112-b09 for changeset 0f4adbb979a3
8cf2f99f2df : Added tag jdk8u112-b09 for changeset c7effae65054
37f5947a0ce : Added tag jdk8u112-b09 for changeset 3ee49f4b1270
f5b3bafd709 : Added tag jdk8u112-b09 for changeset f72ffb9be502
efefbacf26f : Added tag jdk8u112-b09 for changeset f96ac6397c98
4607a267abe : Added tag jdk8u112-b09 for changeset e28d1e37b22a
cd115217317 : Added tag jdk8u112-b09 for changeset 883ad2f23ede
0cbe7287fb0 : Added tag jdk8u112-b09 for changeset 93cd1d359e15
35278be87a6 : Added tag jdk8u112-b09 for changeset 97034ecaa614
f32e649953b : Added tag jdk8u111-b09 for changeset 3a3b45a31773
764a8c4b94d : Added tag jdk8u111-b09 for changeset 30b47e708637
7094da1e2a8 : Added tag jdk8u111-b09 for changeset a96f796801ad
b89257377b9 : Added tag jdk8u111-b09 for changeset c12cec6d4475
a80cd812d4b : Added tag jdk8u111-b09 for changeset 258d3e03d8c9
56c670d7c4e : Added tag jdk8u111-b09 for changeset 82a38d65a9ec
aabd368b358 : Added tag jdk8u111-b09 for changeset a2de91af69c0
26982d71d0c : Added tag jdk8u111-b09 for changeset 74c4d2d57ebf
8f0ed882fb4 : Added tag jdk8u111-b09 for changeset cc0b092f8381
3fe1f0ee064 : Added tag jdk8u111-b09 for changeset 77b8fd13db69
9e60684f269 : Added tag jdk8u111-b09 for changeset 4fefc0951222
aae0e37e919 : Added tag jdk8u111-b09 for changeset 7f1261e5582e
7a87a463542 : Added tag jdk8u111-b09 for changeset 1027b296d63b
d74f11a0ccb : Added tag jdk8u111-b09 for changeset b0a532ff283f
b460dce0f22 : Added tag jdk8u111-b09 for changeset 2882d91f797c
bb335384ac7 : Added tag jdk8u111-b09 for changeset 255ebf87b3e9
f8ab3f84a4e : 8163800: The fix for JDK-8072052 shows up other minor incorrect use of styles
4c9b47f1fa2 : 8098537: Incorrect fonts in Java 8 javadocs 8072052: <dd> part of <dl> list in javadoc should not be in monospace font
ad3fc31b3de : 8164113: AArch64: follow-up the fix for 8161598
6e820bb025b : 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
258a5ef4e56 : 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
157e14717c1 : 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
d103a19b3a8 : 8078561: Error message should be generated once when -source 6 is specified
2a74c06b8d1 : 8030221: Checking for anonymous class should check for NULL as well as potential nesting
68ec99774ea : 8141411: keytool can wrongly parse the start date value given by the -startdate option
df3a235e8ce : 8163945: Honor Number type hint in toPrimitive on Numbers
c153dd10070 : 8163945: Honor Number type hint in toPrimitive on Numbers
8e560dc22e4 : 8163945: Honor Number type hint in toPrimitive on Numbers
5dd6d9c4ca1 : 8158406: Limited Parameter Processing
e2b9b3d46f0 : 8158406: Limited Parameter Processing
5dc58e565db : 8151934: Resolve class resolution
39abb33621e : 8158406: Limited Parameter Processing
9cdee119ae7 : 8151934: Resolve class resolution
61c94928785 : 8162419: closed/com/oracle/jfr/runtime/TestVMInfoEvent.sh failing after JDK-8155968
1b53ced72bb : 8162419: closed/com/oracle/jfr/runtime/TestVMInfoEvent.sh failing after JDK-8155968
85a2347cb51 : 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
a283244f867 : 8164012: com/sun/jdi/CatchPatternTest.sh fails on jdk9/hs with Required output "Exception occurred: java.lang.IllegalMonitorStateException" not found
ca2024b93f9 : 8159964: Update Tests to verify JDK build for "JDK-8159488 Deprivilege java.xml.crypto"
10179e0d9b6 : 8129555: DateFormatSymbols: month-related methods must refer to Calendar constants
f6fc6ee2b80 : 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
c7f35c53af6 : 8157512: AssertionError in javac when module-info < v53.0
8513d8d26fe : 8157519: Error messages when compiling a malformed module-info.java confusing
9208c82732c : 8162353: javadoc should provide a way to disable use of frames
aacb739bbd8 : 8162484: javax/net/ssl/Stapling/SSLSocketWithStapling.java test fails intermittently with "Address already in use" error
72dcc9193ed : 8163962: [JVMCI] integrate VarHandles
d928f3fae84 : 8163896: Finalizing one key of a KeyPair invalidates the other key
66ff418a4b1 : 8163999: Workaround intermittent failures of TreePosTest.java due to C2 memory usage
e3c3a54f7aa : 8133740: NMT for Linux/x86/x64 and bsd/x64 slowdebug builds includes NativeCallStack::NativeCallStack() frame in backtrace
eabe746ff66 : 8133747: NMT includes an extra stack frame due to assumption NMT is making on tail calls being used
2a46a44214d : 8133749: os::current_frame() is not returning the proper frame on ARM and solaris-x64
73837a5f34d : 8160833: ClassesByName2Test.java and RedefineCrossEvent.java failing with jtreg tip
67028ff8530 : 8159027: JShell API: SourceCodeAnalysis.Suggestion has constructor, ..
50c19d91941 : 8163949: Cleanup of classes which are related to JavaSound
c5e580763c9 : 8162627: Miscellaneous changes imported from jsr166 CVS 2016-08
33762a65b8d : 8151158: [TESTBUG] java/util/concurrent/forkjoin/FJExceptionTableLeak.java fails due to out of memory 8144836: [TESTBUG] FJExceptionTableLeak and RemoveLeak fail with -XX:+UseParallelGC -XX:+AggressiveOpts
0f24b72e4e8 : 8163210: java/util/concurrent/tck/JSR166TestCase.java testWriteAfterReadLock(StampedLockTest): timed out waiting for thread to terminate
cdae608a00d : 8162805: Optimize AtomicBoolean.getAndSet
d57ddc21e84 : 8069540: Remove universal binaries support from hotspot build
a39d9629ddd : 8069540: Remove universal binaries support from hotspot build
61066d37958 : 8156659: assert(CodeCache::find_blob_unsafe(_pc) == _cb) failed: inconsistent
3cde7f31044 : 8163503: PKCS12 keystore cannot store non-X.509 certificates
e1f9c353a99 : 8160696: IllegalArgumentException: adding a component to a container on a different GraphicsDevice
745ef20fc12 : 8160696: IllegalArgumentException: adding a component to a container on a different GraphicsDevice
fe2f9368759 : 8163860: Convert TestOldFreeSpaceCalculation_test to GTest
f0e1e069ffb : 8129421: JShell: unacceptable suggestions in 'extends', 'implements' in smart completion 8129422: JShell: methods and fields of uncompleted expressions should be suggested
ea503006ddf : 8155043: BitMap set operations assume clear bits beyond unaligned end
4509dabf7e3 : 8067485: ct.properties has no copyright notice
abe8a9eae55 : 8162362: Introduce system property to control enabled ciphersuites
0ae5880c01d : 8052398: Uniqify test framework class names
a39651d5ea6 : 8160137: HTMLDoclet and AbstractDoclet should implement Doclet
7593e50c733 : 8163524: doclet resources doclet.usage.NAME.name are redundant
61860ae01d7 : 8152966: ClassCastException when adding IFD to the TIFFDirectory before the image write
ab8079d89a0 : 8159696: java.beans.MethodRef#get throws NullPointerException
44726ec9c6f : 8145732: Duplicate entry in http.nonProxyHosts will ignore subsequent entries
bf1ba7058fe : 8161664: Memory leak in com.apple.laf.AquaProgressBarUI removed progress bar still referenced
6438d4bb647 : 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
d8bee08aad2 : 8160696: IllegalArgumentException: adding a component to a container on a different GraphicsDevice
72d2514699f : 8145732: Duplicate entry in http.nonProxyHosts will ignore subsequent entries
870df634141 : 8161664: Memory leak in com.apple.laf.AquaProgressBarUI removed progress bar still referenced
fe3fa1a8525 : 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
e06156c4a63 : 8160696: IllegalArgumentException: adding a component to a container on a different GraphicsDevice
dac6760af74 : 8145732: Duplicate entry in http.nonProxyHosts will ignore subsequent entries
27eec4e5c66 : 8163533: jdk.vm.ci.hotspot.test.MethodHandleAccessProviderTest fails on jdk9/dev
2b8954d7e41 : 8160696: IllegalArgumentException: adding a component to a container on a different GraphicsDevice
7ccd401ac77 : 8163946: java/lang/String/concat/WithSecurityManager.java fails after 8163878
f436ae7a54a : 8161228: URL objects with custom protocol handlers have port changed after deserializing
fff5c5bf8d8 : 8163878: Remove unnecessary bridge methods, allocations in java.lang.invoke
bb160cec9cb : 8163435: Update issue number for SupportedDHKeys.java and UnsupportedDHKeys.java in ProblemList
5c39a70c306 : 8161340: ProblemList.txt update for sun/security/tools/keytool/autotest.sh
57152c2c9ab : 8160611: Clean up ProblemList.txt for closed/resolved issues
37028f8abc1 : 8068626: Add javac lint warning when the @Deprecated annotation is used where it is a no-op
780aad0314d : 8161483: Implement AccessibleAction interface in JList.AccessibleJList.AccessibleJListChild
8861efc7b55 : 8161743: Provide proper login context
805fa70745c : 8154113: java.security.AccessControlException: access denied ("java.security.SecurityPermission" "authProvider.SunMSCAPI")
16b80b792d2 : 8157579: com/sun/crypto/provider/Mac/MacClone.java failed on solaris12(sparcv9 and x86)
27492ab6679 : 6469513: (smartcardio) CardPermission(String termName, String actions) violates specification
cdf04f9c630 : 8163877: Tests added in JDK-8163518 fail on some platforms
a708d00847a : 8163535: javax/xml/jaxp/unittest/catalog/CatalogSupport2.java failed due to SocketTimeoutException
d05e00ca765 : 8163879: quarantine serviceability/sa/sadebugd/SADebugDTest.java since it hangs intermittently
d41cfa354ab : 8145014: "IIOException: Couldn't seek!" when calling TIFFImageReader.getNumImages()
9104a813168 : Added tag jdk-9+131 for changeset b381e616c242
b50532b85b3 : Added tag jdk-9+131 for changeset 48d9e26a8fa4
c31f7657441 : Added tag jdk-9+131 for changeset 6863c0579ecf
29c18b52ce0 : Added tag jdk-9+131 for changeset 64662417aa2d
97b21408eb8 : Added tag jdk-9+131 for changeset 11487423d488
35b236e62ca : Added tag jdk-9+131 for changeset e0d360ea22db
a36c8263b45 : Added tag jdk-9+131 for changeset 2bf4f6d6a72f
b1aeff98bf8 : Added tag jdk-9+131 for changeset 1ca743d80734
2579620b6d4 : 8162553: Crash in class unloading due to null CLD having a zero _keep_alive value
ec9ca2997f4 : 8133884: javac moduleName/className and moduleName/packageName options 8162711: javax.lang.model.util.Elements.getModuleElement returns null during annotation processing on class files
1920a07b8c1 : 8163143: illegal bci error with interpreted frames in SA due to mirror being stored in interpreted frames
17c7042e607 : 8163143: illegal bci error with interpreted frames in SA due to mirror being stored in interpreted frames
9088dcdb4a2 : 8163518: Integer overflow in StringBufferInputStream.read() and CharArrayReader.read/skip()
1c5fe5625a8 : 8162577: Standardize logging levels
b8e7d5d53f0 : 8162577: Standardize logging levels
05ea1a4a951 : 8155690: Update libPNG library to the latest up-to-date
3f32016da88 : 8155690: Update libPNG library to the latest up-to-date
acdbc7cc4ca : 8155690: Update libPNG library to the latest up-to-date
36d786ee7a5 : 8176751: Better URL connections
428c944b60f : 8179101: Improve algorithm constraints implementation
4b7ee6cc680 : 8176067: Proper directory lookup processing
deecb14bb8b : 8169966: Larger AWT menus
96513048aec : 8173286: Better reading of text catalogs
59fd7aef155 : 8171262: Stability fixes for lcms
abe3ac5c69f : 8170218: Improved Font Metrics
b9a2ff4fa16 : 8175940: More certificate subject checking
2e40c1d18ac : 8176458: Revise default document styling
3c81f917522 : 8176760: Better handling of PKCS8 material
ee7013d6772 : 8177750: Forgot TestSocketFactory testcase in 8163958 changeset
321295a5c3d : 8174873: Improved certificate procesing
23f286709a6 : 8174113: Better sourcing of code
d8e8e677675 : 8163958: Improved garbage collection
5dea4a547a6 : 8171252: Improve exception checking 8158517: Minor optimizations to ISO10126PADDING
53577d1fda7 : 8176536: Improved algorithm constraints checking
f9e37b760d7 : 8173697: Less Active Activations
0503048f23c : 8166362: [TEST_BUG] test sun/net/www/http/HttpClient/B8025710.java failing with cert error in 8u121 b01 8177144: [TEST BUG] sun/net/www/http/HttpClient/B8025710.java should run in ovm mode
9e41f7a8a87 : 8169209: Improved image post-processing steps
2dbfefd0209 : 8162461: Hang due to JNI up-call made whilst holding JNI critical lock
5483d890588 : 8173207: Upgrade compression library
bfa867fa93b : 8169392: Additional jar validation steps
6b1422e3d4e : 8176769: Remove accidental spec change in jdk8u
ec150ae1bcf : 8174105: Better naming attribution
319036bea20 : 8172465: Better handling of channel groups
f1af4c212ec : 8172204: Better Thread Pool execution
0a7400e9e60 : 8174985: NTLM authentication doesn't work with IIS if NTLM cache is disabled
c4c39a162a5 : 8174844: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
4a40577ff5a : 8171533: Better email transfer
5255c26014c : 8170222: Better transfers of files
2489daae4a5 : 8155690: Update libPNG library to the latest up-to-date
9d3e96c848b : 8176751: Better URL connections
90de1d372f6 : 8179101: Improve algorithm constraints implementation
0aecbf3f6eb : 8176067: Proper directory lookup processing
79a89fba79e : 8169966: Larger AWT menus
755704598e9 : 8173286: Better reading of text catalogs
f580bcbcf08 : 8171262: Stability fixes for lcms
6218ffe8161 : 8170218: Improved Font Metrics
84bde8a180c : 8175940: More certificate subject checking
5b39d8b1e0a : 8176458: Revise default document styling
e571c5c1f54 : 8176760: Better handling of PKCS8 material
ec60c3eced9 : 8177750: Forgot TestSocketFactory testcase in 8163958 changeset
a03db751297 : 8174873: Improved certificate procesing
0ee0bcefd24 : 8174113: Better sourcing of code
5c940ad0fca : 8163958: Improved garbage collection
a13e30873d9 : 8171252: Improve exception checking 8158517: Minor optimizations to ISO10126PADDING
102bdf5779e : 8176536: Improved algorithm constraints checking
88efb01e634 : 8173697: Less Active Activations
f2c5361ae39 : 8166362: [TEST_BUG] test sun/net/www/http/HttpClient/B8025710.java failing with cert error in 8u121 b01 8177144: [TEST BUG] sun/net/www/http/HttpClient/B8025710.java should run in ovm mode
335b2cb4391 : 8169209: Improved image post-processing steps
fb751ebc633 : 8162461: Hang due to JNI up-call made whilst holding JNI critical lock
7bf470b891c : 8173207: Upgrade compression library
53550ac9397 : 8169392: Additional jar validation steps
6890bbfd2fb : 8176769: Remove accidental spec change in jdk8u
4f1a47be0f1 : 8174105: Better naming attribution
999b51c07cf : 8172465: Better handling of channel groups
fe496401e0b : 8172204: Better Thread Pool execution
a7da2402f80 : 8174985: NTLM authentication doesn't work with IIS if NTLM cache is disabled
e74984b42ca : 8174844: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
5b7ffd7a7ec : 8171533: Better email transfer
1a3ccd8b2f2 : 8170222: Better transfers of files
db6b7699f10 : 8159507: RuntimeVisibleAnnotation validation
fff41608921 : 8159507: RuntimeVisibleAnnotation validation
a347e23de09 : 8133910: Some sun/security/tools tests failed
b762d2005c1 : 8163468: javax/xml/jaxp/unittest/validation/Bug6773084Test.java fails intermittently
942ee05da56 : 8163580: Cannot get Monitor Cache Dump in HSDB
b620ed93e66 : 8152054: fix @ignored langtools/test/jdk/javadoc/tool/ tests
ea4535a524b : 8163817: JShell tests: disable minor failing editor tool cases: 8161276, 8163816, 8159229
e2a0ff3e0d3 : 8136930: Simplify use of module-system options by custom launchers
f98fad3890c : 8136930: Simplify use of module-system options by custom launchers
f29e118ce07 : 8136930: Simplify use of module-system options by custom launchers
00bf56a8f2c : 8136930: Simplify use of module-system options by custom launchers
c5983e8f775 : 8136930: Simplify use of module-system options by custom launchers
d7ea24479be : 8136930: Simplify use of module-system options by custom launchers
978417c4c77 : 8136930: Simplify use of module-system options by custom launchers 8160489: Multiple -Xpatch lines ignored by javac 8156998: javac should support new option -XinheritRuntimeEnvironment
52120652351 : 8163586: java.net.http.RawChannel has been made public by mistake
3b805591629 : 8160156: javac is generating let expressions unnecessarily
855893cb3b2 : 8163814: JDK build has been failing after 8163373
73b11dc1d08 : 8163373: Rewrite GenerateJLIClassesPlugin to avoid reflective calls into java.lang.invoke
a2f7c1568c6 : 8163500: JShell: ProblemList.txt update: 8139872 and 8080843 fixed
54130ef8d32 : 8134304: NPE in initialization of OptimisticTypesPersistence
0e13ad60ad0 : 8163408: Fix wrong prototype of getNativeScaleFactor() in systemScale.h
bb95ea61018 : 8163370: Reduce number of classes loaded by common usage of java.lang.invoke
23853ed3e48 : 8163104: Unexpected NPE still possible on some Kerberos ticket calls
85d6f6505de : 8161026: GPL header missing comma in year
81c36d2f40d : 8143964: JShell API: convert query responses to Stream instead of List
b6e6759ba9b : 8132943: ServerHandshaker may select non-empty OCSPStatusRequest structures when Responder ID
359795c50d6 : 8162739: Create new keytool option to access cacerts file
ebf98a16549 : 8163489: Avoid using Utils.getFreePort() in TsacertOptionTest.java test
88f2ad28aa2 : 8155690: Update libPNG library to the latest up-to-date
9797ce7dcb2 : 8163238: Upgrade to harfbuzz 1.3.0 in JDK 9
719eeed2d23 : 8160697: HTMLWriter needs perf cleanup
39de28475b5 : 8143048: Re-examine dependency on property sun.boot.class.path
cd9b88b93da : 8075529: Documentation in DocumentationTool.getTask(...) should mention about "null" parameter for doclet
5ae0aff787b : 8160299: Test8015436 doesn't check which method was executed
0ae20fdfaa9 : 8163476: java/lang/StackWalker/VerifyStackTrace.java fails after JDK-8163369
d68c6f28d46 : 8163185: jhsdb jstack cannot work with normal mode
90db0f9ad78 : 8146697: VM crashes in test Test7005594
74e840d64cd : 8159461: bigapps/Kitchensink/stressExitCode hits assert: Must be VMThread or JavaThread
dfce7d89bfd : 8163366: compiler/codecache/jmx/ThresholdNotificationsTest.java doesn't set -XX:+UnlockDiagnosticVMOptions while using WB
432e69e8fe9 : 8160083: compiler.codecache.jmx.InitialAndMaxUsageTest can not be used w/ disabled SegmentedCodeCache
23a605ff5c0 : 8162577: Standardize logging levels
56b75895782 : 8160986: Bad rendering of Swing UI controls with Metal L&F on HiDPI display
c4a6631fc1e : 8160455: KSS : class.forName issue in TIFFImageMetadata.java
0127b8e8b50 : 8160456: KSS : resource loading issue in TIFFMetadataFormat.java
cdef6ef8769 : 8163369: Enable generating DMH classes at link time
74f5aaca1c6 : 5080098: Page Range must be disabled on the common print dlg for Non serv-formatted flvrs
3be823e0dbe : 8162815: unnecessary object creation in reflection
fa627e16d56 : 8162856: JSlider thumb is twice smaller on HiDPI display
93cbc70d819 : 8163382: ResourcePoolManager.findEntry has a bug in startsWith call
97b666ee29d : 8162745: content-types.properties files are missing some modern types
522e112b4a4 : 8146215: (fs) java/nio/file/Files/probeContentType/Basic.java failed frequently on Solaris-sparc with Unexpected type: text/plain
884c92868e4 : Added tag jdk8u112-b08 for changeset 070857040e09
283a61d667e : Added tag jdk8u112-b08 for changeset 5762dd07ec3c
f2560218a97 : Added tag jdk8u112-b08 for changeset 779c64697cf1
12813dc581b : Added tag jdk8u112-b08 for changeset ef9985249165
4b9ab2e6c7c : Added tag jdk8u112-b08 for changeset 9ce8fe322f0b
6ec11b71d84 : Added tag jdk8u112-b08 for changeset d1df8495a1bd
a457cea344c : Added tag jdk8u112-b08 for changeset 9137f06dbb3d
6722ce861fd : Added tag jdk8u112-b08 for changeset 487dacfb9663
772283ee6c0 : Added tag jdk8u112-b08 for changeset 04d4eebd33bb
8490d2d95f8 : Added tag jdk8u112-b08 for changeset fd135b5291f6
b5b9d15734c : Added tag jdk8u112-b08 for changeset 9c86b3855d68
19e575c68c3 : Added tag jdk8u112-b08 for changeset 646413c1d172
84a4e798cba : Added tag jdk8u112-b08 for changeset 3eb2e2c580ae
b14a9453379 : Added tag jdk8u112-b08 for changeset fdbfa03748b4
03538cb2241 : Added tag jdk8u112-b08 for changeset 45840881d5f3
e9f984afa28 : Added tag jdk8u112-b08 for changeset b21bd6486014
9900b3bf7e2 : 8162874: AST nodes representing operators should have a common superclass
c2f1cb9feb7 : Added tag jdk8u111-b08 for changeset 408ec1953988
beb123096b0 : Added tag jdk8u111-b08 for changeset f68b0fd061cf
64381c41b4b : Added tag jdk8u111-b08 for changeset aeed6295e052
c528d651832 : Added tag jdk8u111-b08 for changeset 36032273c7f3
6b43336a0ce : Added tag jdk8u111-b08 for changeset bb95647e0a97
69ea8a54d8a : Added tag jdk8u111-b08 for changeset caa4e7690220
a8e65833c78 : Added tag jdk8u111-b08 for changeset 299bb0fce2be
97747142594 : Added tag jdk8u111-b08 for changeset fda9b4251fea
ef63e3aa2c2 : Added tag jdk8u111-b08 for changeset 1723d31d2738
f295fcd91f9 : Added tag jdk8u111-b08 for changeset 4ad520d0cde8
bbeda354e02 : Added tag jdk8u111-b08 for changeset 5d7ea8313dce
c3b1d4405f6 : Added tag jdk8u111-b08 for changeset a93910ff4321
ca9e43ba45e : Added tag jdk8u111-b08 for changeset 3a39e01ccfa4
21333b72bdb : Added tag jdk8u111-b08 for changeset 612b064e613f
adf22511a0d : Added tag jdk8u111-b08 for changeset 4e70f4d8944a
546658ca50a : Added tag jdk8u111-b08 for changeset 95fa1d9b7e88
f270d810adb : 8150154: AIOOB Exception during sequential write of TIFF images
e54c4455389 : 8161431: JNI pending exceptions in ProcessHandleImpl_linux.c and ProcessHandleImpl_unix.c
b84265ce760 : 8162876: [TEST_BUG] sun/net/www/protocol/http/HttpInputStream.java fails intermittently
218f1ee8c89 : 8160951: [TEST_BUG] javax/xml/bind/marshal/8134111/UnmarshalTest.java should be added into :needs_jre group 8160958: [TEST_BUG] java/net/SetFactoryPermission/SetFactoryPermission.java should be added into :needs_compact2 group
e4ff3ddbff9 : 8146602: jdk/test/sun/misc/URLClassPath/ClassnameCharTest.java test fails with NullPointerException
84e7a648970 : 8171121: Enhancing jar checking
d8aa7f53e38 : 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked
133eccbc1b5 : 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
477767558c2 : 8169589: [macosx] Activating a JDialog puts to back another dialog
261cbe8f5ac : 8035568: [macosx] Cursor management unification
191ae6c1303 : Added tag jdk8u131-b03 for changeset fb695347bc65
0b58f5718a0 : 8162876: [TEST_BUG] sun/net/www/protocol/http/HttpInputStream.java fails intermittently
1e2164875e8 : 8160951: [TEST_BUG] javax/xml/bind/marshal/8134111/UnmarshalTest.java should be added into :needs_jre group 8160958: [TEST_BUG] java/net/SetFactoryPermission/SetFactoryPermission.java should be added into :needs_compact2 group
bce3cd1b380 : 8146602: jdk/test/sun/misc/URLClassPath/ClassnameCharTest.java test fails with NullPointerException
ac78a89bf83 : 8171121: Enhancing jar checking
ec2114d2729 : 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked
6cef64043fa : 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
a5f0f0db1cb : 8169589: [macosx] Activating a JDialog puts to back another dialog
4293f8a02c6 : 8035568: [macosx] Cursor management unification
67878cf8c45 : Added tag jdk8u131-b03 for changeset 23048e1de154
4992b75d12b : 8162876: [TEST_BUG] sun/net/www/protocol/http/HttpInputStream.java fails intermittently
9ac7c465f74 : 8163877: Tests added in JDK-8163518 fail on some platforms
156284d654f : 8163518: Integer overflow in StringBufferInputStream.read() and CharArrayReader.read/skip()
4e5d61f6cf8 : 8155690: Update libPNG library to the latest up-to-date
8456fd91c4e : 8147772: Update KerberosTicket to describe behavior if it has been destroyed and fix NullPointerExceptions 8163104: Unexpected NPE still possible on some Kerberos ticket calls
644f7376c7b : 8152172: PPC64: Support AES intrinsics
f6d35773fde : 8162876: [TEST_BUG] sun/net/www/protocol/http/HttpInputStream.java fails intermittently
c6760e0b947 : 8163877: Tests added in JDK-8163518 fail on some platforms
997be2f2b6a : 8163518: Integer overflow in StringBufferInputStream.read() and CharArrayReader.read/skip()
d606d5c0f36 : 8155690: Update libPNG library to the latest up-to-date
a86964d4ba9 : 8147772: Update KerberosTicket to describe behavior if it has been destroyed and fix NullPointerExceptions 8163104: Unexpected NPE still possible on some Kerberos ticket calls
8bc048f8bfa : 8152172: PPC64: Support AES intrinsics
d252f6a6138 : 8162876: [TEST_BUG] sun/net/www/protocol/http/HttpInputStream.java fails intermittently
d898c2f21c6 : 8144733: Iterating over elements of a Scope can return spurious inner class elements
e9ea1b08e89 : 8163105: SIGSEGV: constantPoolHandle::constantPoolHandle(ConstantPool*)
bd4e4b5bfbd : 8163269: Testcase missed in push for JDK-8160817
2a26d2b3a82 : 8163266: Doc for ValidationEvent#getSeverity() should say it returns a constant from ValidationEvent instead of ValidationError
d418a61b62a : 8163303: Remove identity scope information from jarsigner -verbose output
6500bf00356 : 8163272: jhsdb jinfo cannot show system properties
4d61582818a : 8163272: jhsdb jinfo cannot show system properties
08076a7b14e : 8162955: Activate anonymous class loading for small sources
91414d0dfc9 : 8129523: java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java timeout
91f07066008 : 8163243: [TESTBUG] compiler/codecache/jmx/UsageThresholdIncreasedTest.java failed with: Failed to find sun/hotspot/WhiteBox.class
2bd07e4f391 : 8161664: Memory leak in com.apple.laf.AquaProgressBarUI removed progress bar still referenced
8ee163031ba : 8067170: Enable security manager on JAXP unit tests and make some improvement 8130494: [TESTBUG] 2 jaxp test cases are failing 8160216: jaxp/test/javax/xml/jaxp/unittest/validation/Bug6457662.java should clean up better
6ca8a984494 : 8163313: assert(comp != __null) failed: compiler not available
9b7097c1491 : 8163149: Typo in java.net.http.AuthenticationFilter
8cf37c54488 : 8161379: Force inline methods calling Reflection.getCallerClass
8d7182f2a74 : 8157498: compiler/codecache/jmx/InitialAndMaxUsageTest.java times out on 32-bit platforms
b06d871fad6 : 8161279: Various JMX-tests timed out
fdfda0df821 : 8162970: Merge error in the DefaultRowSorter.java
34e2e88ae23 : 8163256: jlink/plugins/ExcludeVMPluginTest.java failed with Selected VM server doesn't exist
5b017460713 : 8161144: Fix for JDK-8147451 failed: Crash in Method::checked_resolve_jmethod_id(_jmethodID*)
84257c915c3 : 8161144: Fix for JDK-8147451 failed: Crash in Method::checked_resolve_jmethod_id(_jmethodID*)
7c82dd1d049 : 8039081: [TEST_BUG] Test java/awt/TrayIcon/PopupMenuLeakTest/PopupMenuLeakTest.java fails
85d2c19b673 : 8162511: 8u111 L10n resource file updates
244ac8960c3 : 8162511: 8u111 L10n resource file updates
05bf51847c4 : 8162510: 8u112 L10n resource file updates
89b6bcee975 : 8162510: 8u112 L10n resource file updates
7cd095d4115 : 8162510: 8u112 L10n resource file updates
02ce7e279dc : 8162510: 8u112 L10n resource file updates
f622ccd42d5 : 8163116: jlink exclude VM plugin does not fully support cross platform image creation
0052e8dc0bb : 8162369: PPC64: Wrong ucontext used after SIGTRAP while in HTM critical section
fd8a3a842d7 : 8160069: RuntimeException thrown by XPathFactory::newInstance missing the cause
3a4f05d90c1 : 8162670: make of jtreg_tests fails if no tests are run, causing jprt test runs to also fail
6325503100b : 8162670: make of jtreg_tests fails if no tests are run, causing jprt test runs to also fail
4497988860b : 8163231: A couple of runtime tests failing for the -testset hotspot snapshot job
0af4f24e455 : 8162902: Add some debugging output to test/java/nio/file/WatchService/DeleteInterference
7fe4fa36c4d : Added tag jdk-9+130 for changeset bb2621620e5f
4371dff8b41 : Added tag jdk-9+130 for changeset 4923274643f2
2e5d326aa61 : Added tag jdk-9+130 for changeset 86902ef5ff79
82264b47032 : Added tag jdk-9+130 for changeset 00e4298ae168
c2fec4599be : Added tag jdk-9+130 for changeset cd4f403f9618
29537d4da4a : Added tag jdk-9+130 for changeset 78f922bcd6cf
bd20b32b64c : Added tag jdk-9+130 for changeset af79a51e7d04
a1da9c19c1a : Added tag jdk-9+130 for changeset 428c076d7ddf
81b9b7b499c : 8162999: Build give extraneous find warnings
9465d5512a8 : 8145543: JPRT jobs see intermittent failures in compiler/floatingpoint/ModNaN.java
d3e6075c944 : 8159917: Space character is missing in ClassLoaderData::print_value_on
76feb170b40 : 8147077: IllegalArgumentException thrown by api/java_awt/Component/FlipBufferStrategy/indexTGF_General 8148127: IllegalArgumentException thrown by JCK test api/java_awt/Component/FlipBufferStrategy/indexTGF_General in opengl pipeline
38f937b449e : 8147077: IllegalArgumentException thrown by api/java_awt/Component/FlipBufferStrategy/indexTGF_General 8148127: IllegalArgumentException thrown by JCK test api/java_awt/Component/FlipBufferStrategy/indexTGF_General in opengl pipeline
785014839c3 : 8147077: IllegalArgumentException thrown by api/java_awt/Component/FlipBufferStrategy/indexTGF_General 8148127: IllegalArgumentException thrown by JCK test api/java_awt/Component/FlipBufferStrategy/indexTGF_General in opengl pipeline
e1436f34218 : 8147077: IllegalArgumentException thrown by api/java_awt/Component/FlipBufferStrategy/indexTGF_General 8148127: IllegalArgumentException thrown by JCK test api/java_awt/Component/FlipBufferStrategy/indexTGF_General in opengl pipeline
70ad571a326 : 8146721: FileCopierPlugin should not create fake module
4809e92cecc : 8163180: Typos around @code javadoc tag usage
127367ce74c : 8162852: Mark stress compiler and gc tests with stress keyword
af8e1270cb4 : 8136818: Test compiler/arraycopy/TestEliminatedArrayCopyDeopt.java fails with "m1 failed"
b485ceb1f82 : 8157100: missing dependency in build system
47108052677 : 8161024: Remove intermittent key from java/lang/Runtime/exec/LotsOfOutput.java
13fca14037e : 8162881: Effect of -XX:CICompilerCount depends on ordering of other flags
d0c3112a73a : 8163145: Remove two null line in the end of message.properties
b601617d9ce : 8162359: javac should use stdout for --help and --version
fe877326b8f : 8039305: [javadoc] broken link in jdk/api/javadoc/taglet/com/sun/tools/doclets/Taglet.html
2719e407ba0 : 8160334: Building --with-parfait= fails with No rule to make target 'PARFAIT_NATIVEJMOD
958b1de2d97 : 8079788: Fix broken CL version detection in configure for some Visual Studio configurations
24cc816a9d7 : 8162354: Unable to build JDK 9 on a Sparc T7-1 with default boot-jdk 8.0
f108319ee4d : 8161030: GPL header missing comma after year
d83a4027948 : 8162819: fix minor Javadoc issues and remove warnings in java.net.Socket
498a90cde60 : 8163113: langtools repeating annotations tests depend rely on annotations toString output
a5b296fde76 : 8163115: Temporarily problem list javac repeating annotations tests
8bdadcb9dc7 : 8160151: java/lang/ProcessBuilder/Zombies.java failed with error "1 zombies!"
ea95778f910 : 8162817: Annotation toString output not reusable for source input
25e581d03d8 : 8159284: bigapps/Jetty - assert(jfa->last_Java_sp() > sp()) failed with JFR in use
f140028251c : 6427331: NullPointerException in LookupOp.filter(Raster, WritableRaster)
ac5928bc2a5 : 6575247: Banner checkbox in PrinterJob print dialog doesn't work
ebb077b5444 : 8056269: get_source.sh does not copy the closed repos when cloning local filesystems
66630877b26 : 8148548: [Linux/Solaris] debuginfo and fastdebuginfo bundle contains demo info
a2e634345b3 : 8159713: Make the non-translated keywords clear to translator in jar.properties 8161183: Need extra newline in the end of for multi-lines strings in jar.properties
3673248f32d : 8163177: Fix for 8152971 breaks builds with VS2010
3c2ec5319e9 : 8155960: TIFF javadoc contains HTML entities inside {@code} tags
d9c6c4744af : 8159638: Improve array caches and renderer stats in Marlin renderer
8962d2c020c : 8161970: Remove tools/jlink/JLinkOptimTest.java from ProblemList.txt 8157664: Remove JInfoSanityTest.java JInfoRunningProcessFlagTest.java and JMapHeapConfigTest.java from ProblemList.txt
836b73b338b : 8163018: Slow compiler tests in JPRT
55be447abde : 8035133: Locale matching: Weight q=0 isn't handled correctly
d77fbe8b1b3 : 8162477: [JVMCI] assert(wf.check_method_context(ctxk, m)) failed: proper context
8a3dd8c557a : 8161696: [TESTBUG] runtime/StackGuardPages/testme.sh uses invalid argument -Xss328k
08bdecf0c43 : 8071770: G1 does not implement millis_since_last_gc which is needed by RMI GC
71e69edb426 : 7008747: Header files with conditional behaviour can not be precompiled
fedc5967765 : 8154817: Fix the click-through navigation for modules
1c613773750 : 8029441: assert(!((nmethod*)_cb)->is_deopt_pc(_pc)) failed: invariant broken
6d70a9e52d1 : 8162797: Code clean-up in IncludeLocalesPlugin
0100968f1c0 : 8074843: Resolve disabled warnings for libmlib_image and libmlib_image_v
d43f127302a : 8160337: Remove intermittent key from sun/security/pkcs11/rsa/TestKeyPairGenerator.java
b152d057879 : 8162945: HotspotDiagnosticMXBean getFlags erroneously reports OutOfMemory
04b1d0fca7c : Added tag jdk8u102-b32 for changeset e12cc5105c95
6d97e925c80 : Added tag jdk8u102-b32 for changeset 1de5f97cb4af
c3dbadd8ed2 : Added tag jdk8u102-b32 for changeset c7c3b2c4475b
721b14d12bc : Added tag jdk8u102-b32 for changeset ee877f4d179b
36521c72cae : Added tag jdk8u102-b32 for changeset d792ddd58ee3
a404392066a : Added tag jdk8u102-b32 for changeset 41bd90b10583
2bf3075bd52 : Added tag jdk8u102-b32 for changeset 4c09df42951f
a17dc37444e : Added tag jdk8u102-b32 for changeset 0124bd706cc3
a0732c87ab3 : Added tag jdk8u102-b32 for changeset 350ed8da9909
a1b4429359b : Added tag jdk8u102-b32 for changeset f19e5fc63bc6
20dc825ad84 : Added tag jdk8u102-b32 for changeset 9a1d42355d93
f49cee27d66 : Added tag jdk8u102-b32 for changeset cfbcafdbfb07
166bbd57a1b : Added tag jdk8u102-b32 for changeset 18e69c86ff69
43a6156f13c : Added tag jdk8u102-b32 for changeset b0e433218c3f
ea00a02d3c2 : Added tag jdk8u102-b32 for changeset 2c2ba3826165
9c9a10f21ec : Added tag jdk8u102-b32 for changeset 29f87664674e
9198768d991 : 8150611: Security problem on sun.misc.resources.Messages*
f324c456da5 : 8150611: Security problem on sun.misc.resources.Messages*
3459b35428c : 8150611: Security problem on sun.misc.resources.Messages*
cd04531ec11 : 8150611: Security problem on sun.misc.resources.Messages*
18a908de4a1 : 8161604: TestNewSizeFlags fails with RuntimeException: max new size != MaxNewSize value
af3260fbe88 : 8161604: TestNewSizeFlags fails with RuntimeException: max new size != MaxNewSize value
48757f60292 : 8159487: Add JAVA_VERSION, OS_NAME, OS_ARCH properties in release file
0a24ae0e00d : 8160736: KSS : unnecessary class.forName in TIFFJPEGCompressor.java
e753c8edeb5 : 8162771: Strict equality operators should not be optimistic
d375707075b : 8160943: skipImage() in JPEGImageReader class throws IIOException if we have gaps between markers in Jpeg image
c7f532a83d4 : 8144594: HiDPI: awt.Choice looks improperly (Win 8)
15cf9b716f3 : 8162782: jlink ResourcePool.releaseProperties should be removed
a92810e865d : 7153347: System read/stat/open calls should be hardened to handle EINTR
ee3076d84b3 : 8157135: Fix module dependencies javax/* EE tests
b0c36d35ed1 : 8162869: Small fixes for AIX perf memory and attach listener
dded3f4e476 : 8162882: Permission merge issue in jdk.crypto.ucrypto module
8f37b6e451b : 8161445: [BACKOUT] MemberNameTable doesn't purge stale entries
4365a5d0c40 : Added tag jdk8u112-b07 for changeset 19492b1246f9
2fad64a1017 : Added tag jdk8u112-b07 for changeset 43d4d95c8ca5
ff77db3de0f : Added tag jdk8u112-b07 for changeset 791f1ccfa9ed
0592476a865 : Added tag jdk8u112-b07 for changeset ad05c4d69284
24866ca1124 : Added tag jdk8u112-b07 for changeset 1dd953eb8014
d2778594be1 : Added tag jdk8u112-b07 for changeset 02955e41e6df
f5a4ed79483 : Added tag jdk8u112-b07 for changeset ad5d0b003a3f
4ba16593b6a : Added tag jdk8u112-b07 for changeset bc5d04c90d19
4d1eadfbebf : Added tag jdk8u112-b07 for changeset a0bb36ac29e2
c490560b9fd : Added tag jdk8u112-b07 for changeset 6b2c09b857e7
6ca724c2935 : Added tag jdk8u112-b07 for changeset f0b1d41a32f2
835c3781d65 : Added tag jdk8u112-b07 for changeset 4d4752f0b78c
78650ffb7b4 : Added tag jdk8u112-b07 for changeset cc38a545c8de
c4cc36e6396 : Added tag jdk8u112-b07 for changeset b5efc9629199
4267f6b2319 : Added tag jdk8u112-b07 for changeset 7d84156ac475
5ce8f7e09b8 : Added tag jdk8u112-b07 for changeset 11d7ab75dd50
c92db5f350d : Added tag jdk8u111-b07 for changeset a071f1980567
ad4934071f9 : Added tag jdk8u111-b07 for changeset 1b4131ffad98
3867f8356ef : Added tag jdk8u111-b07 for changeset ea8bf97d6fb4
048ffed6b98 : Added tag jdk8u111-b07 for changeset 3f9aea00e4be
5eb7435cbd9 : Added tag jdk8u111-b07 for changeset 8867f2fc399b
33be0c675d3 : Added tag jdk8u111-b07 for changeset e12fb02d28ec
ed3b3b106cd : Added tag jdk8u111-b07 for changeset 0fae36ff3ac8
5a148f2f61b : Added tag jdk8u111-b07 for changeset e7530054a181
068ddb829ee : Added tag jdk8u111-b07 for changeset d43c49a41c1b
c99ac30f674 : Added tag jdk8u111-b07 for changeset 929168bad4f6
b7621c4b30d : Added tag jdk8u111-b07 for changeset 002b5ab56e4d
370f2fe9a53 : Added tag jdk8u111-b07 for changeset 8bc90d439d23
ed755793207 : Added tag jdk8u111-b07 for changeset 3faf1c9acfe3
35417101b23 : Added tag jdk8u111-b07 for changeset 7fea210575b7
6a96851e271 : Added tag jdk8u111-b07 for changeset dcf8d0675623
c2eeed7445e : Added tag jdk8u111-b07 for changeset bf95b18ae645
68a52360163 : 8162439: Runtime.Version.parse needs fast-path for major versions
9817c2d009e : 8159684: (tz) Support tzdata2016f
3303f118a1d : 8159684: (tz) Support tzdata2016f
2bedc263dcb : 8161708: javac, consider a different way to handle access code for operators
df31ad7090c : 8161506: Deprecate pre-1.2 SecurityManager methods and fields with forRemoval=true
994bbbb9c93 : 8160817: Add jsadebugd functionality to jhsdb
f4338a53f47 : 8160817: Add jsadebugd functionality to jhsdb
c4dce28e8ed : 8162702: com.sun.management.internal.GcInfoBuilder.getPoolNames should not return reference of it's private member
496e48d0fbf : 8162524: src/jdk.management/share/native/libmanagement_ext/Flag.c doesn't handle JNI exceptions
337d9bf4de0 : 8158050: Remove SA-JDI
b7eda654ab1 : 8158050: Remove SA-JDI
3baf6b1f728 : 8158050: Remove SA-JDI
0eb73447602 : 8066652: Default TimeZone is GMT not local if user.timezone is invalid on Mac OS
33edd328606 : 8162598: XSLTC transformer swallows empty namespace declaration which is needed to undeclare default namespace
38b1753cb4a : 8146961: Fix PermGen memory leaks caused by static final Exceptions
6d6cd4fba11 : 8162598: XSLTC transformer swallows empty namespace declaration which is needed to undeclare default namespace
f5182833e67 : 8146961: Fix PermGen memory leaks caused by static final Exceptions
74d3ec42e37 : 8162598: XSLTC transformer swallows empty namespace declaration which is needed to undeclare default namespace
3d915b8f785 : 8162752: keytool -importkeystore should probe srcstoretype if not specified
dd3b3b2ba55 : 8159528: Deprivilege java.security.jgss, jdk.security.jgss and jdk.security.auth
27266206017 : 8159528: Deprivilege java.security.jgss, jdk.security.jgss and jdk.security.auth
d9e45ac1aca : 8161652: Crash with assert(ft == _type) failed in PhiNode::Value()
8fe2b701e85 : 8162792: Remove constraint DSA keySize < 1024 from jdk.jar.disabledAlgorithms in jdk8
1277c1cdb28 : 8162792: Remove constraint DSA keySize < 1024 from jdk.jar.disabledAlgorithms in jdk8
ef4d4022918 : 8162792: Remove constraint DSA keySize < 1024 from jdk.jar.disabledAlgorithms in jdk8
39347abff37 : 8162792: Remove constraint DSA keySize < 1024 from jdk.jar.disabledAlgorithms in jdk8
663f6eb830b : 8159752: Grant de-privileged module permissions by default with java.security.policy override option
e6f3a52942e : 8143366: Control characters in constant pool strings are not escaped properly
196895fafa6 : 8161601: Solaris: __USE_LEGACY_PROTOTYPES__ is redundant and should be removed
def15478ebc : 8158295: Add a multi-release jar validation mechanism to jar tool
911dda4ee1a : 8163305: Add some print instrumentation to java/nio/channels/Selector/RacyDeregister
ba0558addb2 : 8163431: probeContentType/Basic.java fails after changes for JDK-8146215
e26e03868c4 : 8161544: JDK9 message drop 20 resource updates - OpenJDK
d8180948ff0 : 8161544: JDK9 message drop 20 resource updates - OpenJDK
59b9ae8ae8c : 8161544: JDK9 message drop 20 resource updates - OpenJDK
a4383337fe3 : 8161138: testlibrary_tests/ctw/* failed with "Failed. Unexpected exit from test [exit code: 0]"
ae42c4bfa71 : 8157827: AWT_Desktop/Automated/Exceptions/BasicTest loads incorrect GTK version when jdk.gtk.version=3
0faa49fb238 : 8160448: Make GTK3 menus appearence similar to native
8dc58ab506e : 8162458: Buffer view implementations use incorrect offset for Unsafe access
7c91e56ca72 : 8161195: Regression: closed/javax/swing/text/FlowView/LayoutTest.java
5e8ef54fb0c : 8016313: java.awt.Headless exception has no spec since its creation
742777a00df : 8117886: There is no tooltip while moving the mouse on the tray icon
cb959adf02e : 8161273: [hidpi] The frame insets size is wrong on Linux HiDPI because it is not scaled
6ac698e26bf : 8160246: Regression: 4410243 reproducible with GTK LaF
3f59e77645e : 8161007: GPL header missing comma in year
d50a3f5680c : 8162540: Crash in C2 escape analysis with assert: "node should be registered"
916be042390 : 8158084: Catalog API: JAXP XML Processor Support
3accb41201f : 8155973: Tighten jar checks
5aa90f32bb2 : 8155973: Tighten jar checks
7166a167e12 : 8056210: Move libawt file to windows directory
be7dab7c9a0 : 8148477: Native memory leak in font layout subsystem
97de05e1d15 : 8134779: (jmod) ZipException is thrown if there are duplicate resources 8134847: (jmod) module-info encountered in the cmds, libs or config is not added to jmod file
c7fed55b1d1 : 8162746: VersionCheck.java failure after change for JDK-8160921
8c0b4c03581 : 8161527: NPE is thrown if exempt application is bundled with specific cryptoPerms
99832bcf467 : Added tag jdk-9+129 for changeset 3de843c943c0
aa7b2e5836e : Added tag jdk-9+129 for changeset 91c777bb8c36
434eba62283 : Added tag jdk-9+129 for changeset 3d0df6c4665a
f07517a76af : Added tag jdk-9+129 for changeset b8b5fb06fb1a
9abe2deac30 : Added tag jdk-9+129 for changeset 3b5633fa6073
eb5d4788516 : Added tag jdk-9+129 for changeset ed24939e8679
bb50284487a : 8156824: com.sun.jndi.ldap.pool.PoolCleaner should clear its context class loader
baad0ee85d2 : 8160034: The `this` value in the `with` is broken by the repetition of a function call
2ebc9d3c1f3 : 8162538: plugin API should avoid read only pool, have module view separated from resource view and have pool builder to modify
6066d30e178 : 8160487: JVM should validate a module by checking for an instance of java.lang.reflect.Module
757db81501e : 8162603: Unrecognized VM option 'UseCountedLoopSafepoints'
74dbca31675 : 8149714: [parfait] char array lengths don't match in awt_Font.cpp:1701
f06b866cdd0 : 8157570: sun.rmi.transport.GC retains a strong reference to the context class loader
c47c7d8ccf0 : 8160681: LocalDate.ofEpochDay input validation
f7eff31b474 : 8066806: java.time.format.DateTimeFormatter cannot parse an offset with single digit hour
60cfb25bfee : 8151934: Resolve class resolution
83e7d94f0c7 : 8157749: Improve handling of DNS error replies
256006009f3 : 8155973: Tighten jar checks
45b18c0b156 : 8157749: Improve handling of DNS error replies
6bf6dac865e : 8155973: Tighten jar checks
e8b8b4dfa3f : 8157749: Improve handling of DNS error replies
4b7b99853dd : 8157749: Improve handling of DNS error replies
5c937724bc3 : 8162666: Mark ValidationWarningsTest.java as intermittently failing
82e9d18d0e3 : 8162624: (fs) Remove FileTypeDetectors based on libgio and libmagic
3de791525b8 : Added tag jdk8u112-b06 for changeset a0a0ef2153be
8b76911bb37 : Added tag jdk8u112-b06 for changeset 87a9f4b5d7e2
f921deb9748 : Added tag jdk8u112-b06 for changeset ffc08d745532
aea4c9bc6ac : Added tag jdk8u112-b06 for changeset 730847c71972
db56439a6d1 : Added tag jdk8u112-b06 for changeset ae9b60c083f2
3435afb265e : Added tag jdk8u112-b06 for changeset d70d70738222
5216f5a9e9a : Added tag jdk8u112-b06 for changeset 02d44efd0cf3
a24873130ea : Added tag jdk8u112-b06 for changeset ec9d664b9fea
293bd86c5c6 : Added tag jdk8u112-b06 for changeset 523339dd8ca2
51259bc9438 : Added tag jdk8u112-b06 for changeset e51a29bf9e3c
5a0f982fa4b : Added tag jdk8u112-b06 for changeset 5110600110d1
60e129b68c8 : Added tag jdk8u112-b06 for changeset 864befaf0e83
1dbc631550a : Added tag jdk8u112-b06 for changeset 48d8821eedc2
60f3fb54fe9 : Added tag jdk8u112-b06 for changeset fc2c8ca10d6b
bd7207b11e9 : Added tag jdk8u112-b06 for changeset 6a0ee9ad7a43
15b53750581 : Added tag jdk8u112-b06 for changeset f1bcfa6e5ae4
6376361bc92 : 8160742: Node::operator new invokes undefined behavior
da7a66e3470 : 8160605: java/util/SplittableRandom/SplittableRandomTest.java failed with timeout
e2c37e40c64 : 8161303: Sample NIO Server README needs updating
50e8e355a0a : Added tag jdk-9+129 for changeset 8190c004acbd
f47008ae108 : 8159606: gc/g1/TestShrinkAuxiliaryData* tests fail because GC triggered before VM initialization completed
b8311671380 : 8161990: Un-quarantine TestParallelHeapSizeFlags.java and TestSmallHeap.java
bcf71c8eff7 : 8021787: javax.xml.datatype.XMLGregorianCalendar.getMonth() return is documented wrong
2faec59457a : 8160801: add documentation for NativeString
201f2252c2a : 8162340: Better class stream parsing
3ed86431bae : 8160664: JVM crashed with font manager on Solaris 12
9c928767bad : 8162340: Better class stream parsing
cd30067eaba : 8158486: Remove wptg id from jaxp resource files - JDK9
8d9c39fa52e : 8162384: Performance regression: bimorphic inlining may be bypassed by type speculation
5fa14d430b4 : 8162411: Service Menu services 2
a64f940bb91 : 8162411: Service Menu services 2
1bc936584c0 : 8162411: Service Menu services 2
fe4be8e7f1d : 8162411: Service Menu services 2
be9d8591184 : 8162411: Service Menu services 2
a7960979d96 : 8140723: Remove source code conditionalized on JAVASE_EMBEDDED
5c9019c64ab : 8140723: Remove source code conditionalized on JAVASE_EMBEDDED
d109f68ebd6 : 8151465: SSLSession may not return a valid chain
117713bd928 : 8159488: Deprivilege java.xml.crypto
5599ff52618 : 8156959: compiler/codecache/jmx/UsageThresholdExceededSeveralTimesTest.java fails with exit 134
085f7a69074 : 8162539: Test fails because it expects a blank between method signature and throws exception
eae21ed09ca : 8162488: JDK should be updated to use LittleCMS 2.8
a8ce73f8408 : 8074827: Resolve disabled warnings for libjavajpeg
1c514f54587 : 8162343: non-ASCII characters in source code comments (.hpp)
55ee90a475e : 8161591: Miscellaneous changes imported from jsr166 CVS 2016-07
2545e51a0c3 : 8161608: StampedLock should use storeStoreFence when acquiring write lock
825edd9274e : 8160751: Optimize ConcurrentHashMap.keySet().removeAll 8161372: ConcurrentHashMap.computeIfAbsent(k,f) locks bin when k present
6db3f79f391 : 8160402: Garbage retention with CompletableFuture.anyOf
b7284ca20e3 : 8162396: j.u.c java.lang.LinkageError
6632e6c6ca7 : 8162545: Mac build failure
84806514750 : 8161019: javac, fold formatter options
64f49531417 : 8154239: -Xbootclasspath/a breaks exploded build
345eb8a9298 : 8028363: XmlGregorianCalendarImpl.getTimeZone() bug when offset is less than 10 minutes
cba8004f5f9 : 8028363: XmlGregorianCalendarImpl.getTimeZone() bug when offset is less than 10 minutes
ffab346e436 : 8068972: Array.splice should follow the ES6 specification
ecbab046485 : 8162255: 'Alt-Enter v'/'Alt-Enter i' not working on some terminals
9fb04d6e56a : 8153082: Update XSLT compiler to generate classes that invoke addReads
73af45423d7 : 8153082: Update XSLT compiler to generate classes that invoke addReads
c322804814f : 8159899: [TEST_BUG] Timeout in tests when OOM should be generated
6beed1f8447 : 8161218: Better bytecode loading
afac1f17e14 : 8161218: Better bytecode loading
a3e04cd7de8 : 8161218: Better bytecode loading
964fd1e4e96 : 8161742: [parfait] Uninitialised memory in isXTestAvailable of awt_Robot.c:65
cd67ab9d5b2 : 8161733: [parfait] Memory leak in imageioJPEG.c:2803
4326770a816 : 8161740: [parfait] Memory leak in Java_sun_awt_UNIXToolkit_load_1gtk_1icon of awt_UNIXToolkit.c:132
ddd0f9e9607 : 8161761: [parfait] 2 JNI exception pending defect groups in GraphicsPrimitiveMgr.c
2313844e20e : 8161993: G1 crashes if active_processor_count changes during startup
7c454046848 : 8147910: Cache initial active_processor_count
20477f85e7b : 8159684: (tz) Support tzdata2016f
4c352f2d461 : 8161898: Mark the use of deprecated javax.security.cert APIs with forRemoval=true
9a82da0c94b : 8159488: Deprivilege java.xml.crypto
0d7e21080eb : 8162563: Fix double checked locking in System.console()
620b0976905 : 8161291: Serialization Tests for URLPermission is failing
103caee3090 : 6591280: getting IPP connection causes disabling jar caches
1e34f70a1d6 : 8151654: Additional modular test for "auth.login.defaultCallbackHandler"
599b5149b56 : 8162097: [PIT] A series of closed tests about SunFontManager throw NPE on Windows
d341ba149ee : Added tag jdk8u122-b00 for changeset 294ef67645d4
6ecd792c4c1 : Added tag jdk8u122-b00 for changeset d8e9b7bbe963
9806c24d17c : Added tag jdk8u122-b00 for changeset fb5dcaa53af2
012add523d0 : Added tag jdk8u122-b00 for changeset f4245a522d98
687aaab0013 : Added tag jdk8u122-b00 for changeset ec62d2ae72e3
6c33da72749 : Added tag jdk8u122-b00 for changeset 2d2460c58261
4a559d032db : Added tag jdk8u122-b00 for changeset 19efc83fbe25
858f031a8c6 : Added tag jdk8u122-b00 for changeset c13517386867
b8edd8da997 : Added tag jdk8u122-b00 for changeset 2485cb5b7965
3da528e693d : Added tag jdk8u122-b00 for changeset 36f8fd669609
38e3397a676 : Added tag jdk8u112-b04 for changeset 203de1173da6
2521d5e9701 : Added tag jdk8u112-b04 for changeset 1fd3be11012c
3bf7bb21923 : Added tag jdk8u112-b04 for changeset 3657a85b8fd6
b5194e3b372 : Added tag jdk8u112-b04 for changeset 569c8d1be05f
3b392fb4e20 : Added tag jdk8u112-b04 for changeset 0ed76bbe18e9
247e8739812 : Added tag jdk8u112-b04 for changeset 0bcf38319a8f
5a1556376b1 : Added tag jdk8u112-b04 for changeset 5fbfba34c752
68cba3cb076 : Added tag jdk8u112-b04 for changeset dc902256f72f
a7dee07f56f : Added tag jdk8u112-b04 for changeset 28eafbc2d6df
635c7232c47 : Added tag jdk8u112-b04 for changeset 170b90b70f89
bb538d56233 : Added tag jdk8u112-b04 for changeset 5dec0f8be24c
1bc5877a061 : Added tag jdk8u112-b04 for changeset 1e04c12a2b72
f1d1a8620ea : Added tag jdk8u112-b04 for changeset 80a680d1036f
8a217e7c2b6 : Added tag jdk8u112-b04 for changeset d37f4b2d59c6
7524fdc22f1 : Added tag jdk8u112-b04 for changeset a78c3843d765
a8536e423eb : Added tag jdk8u112-b04 for changeset 688640d2ec5f
dd7ea6c1b19 : 8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabled
67ef2366d53 : 8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabled
eb1da080a11 : Added tag jdk8u111-b06 for changeset 5ea1f2b0099c
328afb2fd4c : Added tag jdk8u111-b06 for changeset 11cd2d397cfe
aa640b22ec6 : Added tag jdk8u111-b06 for changeset 4d5f2db06d1a
d2d7452f55f : Added tag jdk8u111-b06 for changeset d859b2657100
7bd7e4975ed : Added tag jdk8u111-b06 for changeset e83b26deb1b6
8922b73005d : Added tag jdk8u111-b06 for changeset 9c7f35295f7e
e6f82a14b60 : Added tag jdk8u111-b06 for changeset 7138c724f432
7fa8e0ca19e : Added tag jdk8u111-b06 for changeset 3539918572e6
cf5f99b2e8e : Added tag jdk8u111-b06 for changeset e1e42606a52c
4a14143c3b6 : Added tag jdk8u111-b06 for changeset 120d0011c240
9a43d416aba : Added tag jdk8u111-b06 for changeset 6a8aaa7c1188
a0bf0c85cc1 : Added tag jdk8u111-b06 for changeset bb5098707827
5fe89e063f4 : Added tag jdk8u111-b06 for changeset ff03ccd26795
ecbcfcf47a1 : Added tag jdk8u111-b06 for changeset 6007cdb25e55
cf96d4fde93 : Added tag jdk8u111-b06 for changeset d68e40a0d1d1
8e22cab927e : Added tag jdk8u111-b06 for changeset b4bb64bcd236
a54c362ee82 : 7175487: Cannot customize font configuration on Linux
164537ebd4b : 8147542: ClassCastException when repainting after display resolution change
af0977717be : 8147648: [hidpi] multiresolution image: wrong resolution variant is used as icon in the Unity panel
090f7aec497 : 8161044: PPC64: Improve internal array handling
6feda5c50fa : 8161930: Cleanup ScriptObject warnings
1fa516e4cc1 : 8161929: FindProperty.isInherited never used standalone
66aefdf36e7 : 8161928: Dynalink documentation updates
d39fdb18116 : 8161106: Improve SSLSocket test template
e944d9f280f : 8161942: java.util.zip.ZipEntry.java not covering UpperLimit range of DOS epoch
35fbe24e6e6 : 8162429: Clean up obsolete font preferences for JDS
4ce22477ac7 : 8162432: Clean up references in font code to old Solaris releases
f3b41275641 : 8140314: Verify IIOMetadataFormat class on loading
13f9c0a3076 : 8148454: [PIT] Failure of ReplaceMetadataTest on TIFF with IllegalStateException
c8c64073414 : 8161902: [PIT][TEST_BUG]sun/awt/image/OffScreenImageSource/ImageConsumerUnregisterTest.java compilation fails
affafb79f48 : 8149016: Misleading IllegalArgumentException message when a type that is neither LONG nor IFD pointer is supplied to TIFFField constructor
42d99b4d6ac : 8162409: 8160873 did not update generated-configure.sh
149b8bf45d7 : 8161571: Verifying ECDSA signatures permits trailing bytes
d585d63b3ee : 8160174: java.net.NetworkInterface - fixes and improvements for network interface listing
f89b798523b : 8161985: Spurious override of Object.getClass leads to NPE
91e8d57d26e : 8078568: java/net/URLPermission/URLTest.java fails intermittently with BindException
e5c0bbdf380 : 8144709: [hidpi] [TestBug] java/awt/GridLayout/ChangeGridSize/ChangeGridSize.java, java/awt/GridLayout/ComponentPreferredSize/ComponentPreferredSize.java are failing
40c1e2c376c : 7096375: Swing ignores first click after decreasing system's time
87b4dabe234 : 4882305: StreamPrintServ.getSupportedAttributeValues returns null for Orientation attr
2d98fa48221 : 8161203: ResourceBundle.getBundle performance regression
da8486b47a4 : 8060224: Enable SHA-1 CertPath Restrictions
29fef0e4599 : 8161039: System.getProperty("os.version") returns incorrect version number on Mac
14e5911b43f : 8161039: System.getProperty("os.version") returns incorrect version number on Mac
2ec4f5a76ab : 8159507: RuntimeVisibleAnnotation validation
a7baef36529 : 8156960: Deprecate JSObject.getWindow(Applet) method
ed3ce54f5ee : 8156960: Deprecate JSObject.getWindow(Applet) method
941822bf159 : 8155973: Tighten jar checks
1208854be7d : 8155781: C2: opaque unsafe access triggers an assert
f5562aa3c8a : 8160873: (cs) JDK9 Build failure on Hindi locale
22f3ec9abac : Added tag jdk-9+128 for changeset 7cb424af93f1
f0af13faff9 : Added tag jdk-9+128 for changeset 9e63d1989786
5e095d30c8a : Added tag jdk-9+128 for changeset 6d3e12036f39
bfdafeae57c : Added tag jdk-9+128 for changeset 6668d6a6e7c4
ba313f9059c : Added tag jdk-9+128 for changeset 77d414702a40
2c907e4e28d : Added tag jdk-9+128 for changeset 00cf8f38916f
7973c653bd1 : 8158918: setExtendedState(1) for maximized Frame results in state==7
fa9af401fe8 : 8161236: Runtime.Version.{compareTo, equals}IgnoreOpt should be renamed
7befc4b2c54 : Added tag jdk-9+128 for changeset 45b094192c2c
89602315a1b : 8161236: Runtime.Version.{compareTo, equals}IgnoreOpt should be renamed
284de87e36b : 8161039: System.getProperty("os.version") returns incorrect version number on Mac
e68b446bd7a : Added tag jdk-9+128 for changeset 90ff5a56fe54
2de3b82d9a3 : 8161937: non-ASCII characters in source code comments
043af61997b : 8161947: runtime/Unsafe/GetUnsafe.java is failing on jdk9/dev
9628408ffef : 8158407: jimage: verify should do more extensive test
a4dd98020c9 : 8161208: Unable to run jtreg tests with MinimalVM
ec5ad888517 : 8142969: Nashorn logging API requires testing
918c010822e : 8160127: JShell API: extract abstract JDI and abstract streaming implementations of ExecutionControl 8159935: JShell API: Reorganize execution support code into jdk.jshell.execution (previously sent for review, and combined here) 8160128: JShell API: extract abstract streaming remote agent 8159122: JShell API: Configurable invocation mechanism
7864c70b9bd : 8161057: Solaris: deprecated/obsolete compiler flags should be removed
89577d9c2a2 : 8161057: Solaris: deprecated/obsolete compiler flags should be removed
281438728db : 8154705: invalid use of ALL-MODULE-PATH causes crash
e9213ab790c : Added tag jdk-9+129 for changeset 6272642715a1
90a4b8ab1ab : 8158224: NullPointerException in com.sun.tools.javac.comp.Modules.checkCyclicDependencies when module missing
00275bd95e0 : 8161277: javax.lang.model.util.Types.isSameType(...) returns true on wildcards
d17574e8dd2 : 8161951: 8132379 introduced non ANSI C coding
8786a75ec73 : 8161565: Problem list httpclient/SplitResponse.java
1ffdc578506 : 8161949: quarantine runtime/Unsafe/GetUnsafe.java to allow sync with JDK9-dev
992d20dcf25 : 8161718: Copyright/License updates to corba, jdk
99b4bd50131 : 8161718: Copyright/License updates to corba, jdk
0efd8d9c261 : 4908075: Press shift and another key using robot does not trigger events properly - WinXP
8ae9e471290 : 8161923: Fix free in awt_PrintControl
e576ea3b905 : 8154218: Non-usage of owner Frame when Frame object is passed to getPrintJob()
e1726f30e88 : 8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees
93fe235cf7b : 8163161: [PIT][TEST_BUG] increase timeout in javax/swing/plaf/nimbus/8057791/bug8057791.java
b9b87f5a337 : 8139176: [macosx] java.awt.TextLayout does not handle correctly the bolded logical fonts
1e96a6f24b4 : 8164752: Extraneous debugging printf in hb-jdk-font.cc
60eccdede50 : 8149562: TIFFField#createFromMetadataNode javadoc should provide information about sibling/child nodes that should be part of parameter node
21d1580782c : 8164628: update copyright header in java.awt.font.JavaAWTFontAccessImpl class
494e502e0ca : 8129854: Remove reflection from AWT/Swing classes
201065a6bad : 8160217: JavaSound should clean up resources better
17cd11bc152 : 8162840: Desktop. enableSuddenTermination() has no effect
5a41e81056f : 8158524: Adding a test case to compare the rendered output of VolatileImage with that of BufferedImage
f423e1290ff : 8163362: Reconsider reflection usage in java.awt.font.JavaAWTFontAccessImpl class
82a6f087209 : 8163922: Print-to-file is disabled for SERVICE_FORMATTED docflavor in linux
5935292ae02 : 8145901: Printed content is overlapping
66b521e8a95 : 8156099: [macosx] Drag and drop of link from web browser, DataFlavor types application/x-java-url and text/uri-list, getTransferData returns null
f149873fe6b : 8163160: [PIT][TEST_BUG] Some issues in java/awt/image/multiresolution/MultiResolutionIcon/IconTest.java
67814435553 : 8164104: Cleanup of javaclient related mapfiles
a5e760b81c9 : 8148109: [SWT] Provide a supported mechanism to use EmbeddedFrame
966cbcfce3b : 8151303: [macosx] [hidpi] JButton's low-res. icon is visible when clicking on it 8156182: [macosx] HiDPI/Retina icons do not work for disabled JButton/JMenuItem etc
5390af7c2b6 : 8163258: Getting NullPointerException from ImageIO.getReaderWriterInfo due to failure to check for null
cd6bfaf6d22 : 8164205: [PIT][TEST_BUG] test javax/print/attribute/ServiceDlgPageRangeTest.java doesn't compile
b446df55a53 : 8161913: [PIT] java/awt/Window/8159168/SetShapeTest.java mostly fails
71b91c6ce13 : 8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work
c47ae75e1b4 : 8159898: Negative array size in java/beans/Introspector/Test8027905.java
8b735ce29a7 : 8155691: Update GIFlib library to the latest up-to-date
ad6ab858405 : 8161907: adlc: Fix crash in cisc_spill_match if _rChild == NULL
3636d8f3d5f : 8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabled
0028538c50c : Added tag jdk8u112-b03 for changeset eb02df7cbe4e
af9cc125667 : Added tag jdk8u112-b03 for changeset c6dbd2be35fb
fe26a38b75f : Added tag jdk8u112-b03 for changeset 85909c30b52e
ef8a54c5814 : Added tag jdk8u112-b03 for changeset 59b3e1e82df0
d8375afcf01 : Added tag jdk8u112-b03 for changeset e1c22b4e3b82
a9b1fc7b231 : Added tag jdk8u112-b03 for changeset 5211da76dae4
273f5ec2b3c : Added tag jdk8u112-b03 for changeset 3fa9d12db6cf
4d1f1be0a24 : Added tag jdk8u112-b03 for changeset 2e0d8a9086d2
c73859fccd6 : Added tag jdk8u112-b03 for changeset 62fd8fa3d989
097bf2dda54 : Added tag jdk8u112-b03 for changeset da3b9b32ca42
fca31da215d : Added tag jdk8u112-b03 for changeset 528bddce7257
7220572cc55 : Added tag jdk8u112-b03 for changeset b723afed96f7
db615c5bfbb : Added tag jdk8u112-b03 for changeset d23857cc93ed
500eabb8517 : Added tag jdk8u112-b03 for changeset 6c3cffb8ee7d
ef192a85edf : Added tag jdk8u112-b03 for changeset 33b6c747d3ad
1acd0013b6b : Added tag jdk8u112-b03 for changeset 127becd6287f
0bba28db437 : 8161383: javac is looking for operator symbols at the wrong place
fe8757403b5 : 8157524: Revert JarFile methods "entries" and "stream" to Java 8 behavior
a3f68687bc9 : 8161091: Incorrect HTTP Stream.FlowControl implementation allows to send DataFrame even when window size was exhausted
49f0e7fc38e : 8160953: Update build-nagen-eclipse task to work with JDK 9
e20314fa3e3 : Added tag jdk8u111-b05 for changeset 811cc671439e
464c747d7bc : Added tag jdk8u111-b05 for changeset d08dc22a1ebe
188300d23e9 : Added tag jdk8u111-b05 for changeset b4f274ddcab5
cb1bcf326f3 : Added tag jdk8u111-b05 for changeset e2a6897e0654
f9b263b74ac : Added tag jdk8u111-b05 for changeset 0d83a138c18e
b330a3ff76f : Added tag jdk8u111-b05 for changeset 7595d35577dd
4d8d136c583 : Added tag jdk8u111-b05 for changeset 937e88d5a883
af295a3f78b : Added tag jdk8u111-b05 for changeset 91eb5a4f82f0
4e1a4e87078 : Added tag jdk8u111-b05 for changeset 17dfc1e0ae27
e71b35b59af : Added tag jdk8u111-b05 for changeset a6305ac9fd69
c2de6086c61 : Added tag jdk8u111-b05 for changeset 15998f4344b4
c0e68d191a0 : Added tag jdk8u111-b05 for changeset ab9aa6095d7d
dd73a0c810f : Added tag jdk8u111-b05 for changeset c16ba0729593
6a9e5701123 : Added tag jdk8u111-b05 for changeset fbbbd09af320
308ab83004d : 8161164: quarantine more tests that can't attach symbolicator to the process on MacOS X 8161177: quarantine com/sun/jdi/sde/SourceDebugExtensionTest.java on Win*
172b8bc266f : 8138725: Add options for Javadoc generation
5f595b31aba : 8138725: Add options for Javadoc generation
799f4aec1e4 : 8145207: [macosx] JList, VO can't access non-visible list items
2faf8b22ed7 : 8161407: Provide a javadoc description for java.desktop module
2c5d76c8f09 : 8161531: Provide a javadoc description for the java.datatransfer module
94247b22b90 : 8054991: sun.font.GlyphList uses broken double-checked locking
ed5f40504bd : 8161034: GPL header missing comma after year
74150630101 : 8160993: Fix headers in the java/net/http package
45d7db1c27b : 8160838: Better HTTP service
33a286a0d5a : 8160838: Better HTTP service
f2d179b05be : 8160838: Better HTTP service
85fb661a8ec : 8160838: Better HTTP service
9118632bbd5 : 8161474: Extract interface from java.net.http.RawChannel
7112e19bd12 : 8161212: Test times out: java/lang/invoke/LoopCombinatorLongSignatureTest.java
600adddf1f0 : 8054213: Class name repeated in output of Type.toString()
937a0ad0f72 : 8189789: tomcat gzip-compressed response bodies appear to be broken in update 151
78bb0ee4719 : 8054213: Class name repeated in output of Type.toString()
5ddc1c3dc68 : 8189789: tomcat gzip-compressed response bodies appear to be broken in update 151
370afcebf5b : 8054213: Class name repeated in output of Type.toString()
5cb9ac32f77 : 8054213: Class name repeated in output of Type.toString()
0de9a3c9495 : 8160266: [macosx] NestedModalDialogTest.java and NestedModelessDialogTest.java tests does not run with current JDK codebase after taking the files from MACOSX_PORT
dd92b2d2364 : 8160838: Better HTTP service
b55e203e178 : 8159587: IOOBE in javax/swing/JFileChooser/7199708/bug7199708.java
a80a380ddb1 : 8161347: Mark java/lang/ProcessBuilder/Zombies.java as intermittently failing
65e8b4d804c : 8158350: Table in ThreadInfo.from(CompositeData) may need updates for new stack trace attributes
eba2a20a2be : 8160220: (fs) Tests in jdk/test/java/nio/file/WatchService leave directory trees behind
03321f4a592 : 8144278: [TESTBUG] hotspot/runtime/StackGuardPages/testme.sh should use native library build support
14d4754bddc : 8080603: Replace Unsafe with VarHandle in java.util.concurrent classes 8153715: Use Unsafe.weakCompareAndSet in java.util.concurrent
a09ddefd053 : 8157522: Performance improvements to CompletableFuture
7fa43fa58f1 : 8157523: Various improvements to ForkJoin/SubmissionPublisher code
aa81d50820b : 8159924: Various improvements to StampedLock code
9d9145a699e : 8161455: Missing word in API documentation
6caa8f09c48 : 8157749: Improve handling of DNS error replies
d46ee264dff : 8161413: Math.fma javadoc doesn't have @since 9
963af328b08 : 8160997: Solaris: deprecated <pwd.h> and <gid.h> interfaces should be replaced
90e6b1dedda : 8161036: Fix copyright header
2446e48a5ff : 8151163: All Buffer implementations should leverage Unsafe unaligned accessors
4b1893fad98 : 8144692: HttpServer API: use of non-existant method in example in package Javadoc
05b3d5c63f6 : 8151788: NullPointerException from ntlm.Client.type3
0475827ed55 : 8154821: Update issue number for sun/security/pkcs11/ec/TestKeyFactory.java in ProblemList
99cea12e908 : 8136459: MessageDigest.isEqual is not a "simple byte compare"
799d14348e7 : 8161171: Missed the make/common/Modules.gmk file when integrating JDK-8154191
ac12555ea39 : 8161426: Test java/util/zip/InflaterInputStream/TestAvailable.java fails on open-only linux
af3d6a84090 : 8151921: Improved page resolution
517db2dadc2 : 8071484: fix comment in DCReference
654e1ba4dec : 8160098: Clean up color profiles
b82bdfe975c : Added tag jdk8u111-b05 for changeset 37726ad0ed22
8601c9a673a : 8160098: Clean up color profiles
d7daefe52ab : Added tag jdk8u111-b05 for changeset abf7449244e4
7d3e0841259 : 8160098: Clean up color profiles
1a9a1d8961d : 8161132: JShell tests: jdk/jshell/KullaCompletenessStressTest.java should pass if jdk.shell sources are not provided
a78d1e0b449 : 8161013: Never treat anonymous classes as 'final'
f7c908cebda : 8161388: quarantine java/lang/instrument/DaemonThread/TestDaemonThread.java
1aba64dc854 : Added tag jdk-9+127 for changeset bf58ed488873
6d2a40170ba : Added tag jdk-9+127 for changeset d165f39ffd5e
58b0b8efb5d : Added tag jdk-9+127 for changeset a5744c1725a0
b9fb346749f : Added tag jdk-9+127 for changeset 246d692a7700
3430ccd5976 : Added tag jdk-9+127 for changeset 78fb48df5d13
6cbadc73483 : Added tag jdk-9+127 for changeset a7aae19b3746
5593c544a52 : Added tag jdk-9+127 for changeset 8e5b413c199b
9ff51bb7bb3 : Added tag jdk-9+127 for changeset 6a80821ee59f
d09561f8c67 : 8160564: TEST: Add a test to check the implementation of VersionProps.versionNumbers()
e883900ac71 : 8161354: policytool fails if it needs to show an error dialog before the main window appears
11852cb5fad : 8061219: Implement unit-tests for UL
dfc1da33a25 : 8161336: Remove two javadoc tests from the problem list
1c7cd18b25c : 8160398: (jdeps) Replace a list of JDK 8 internal API for detecting if it's removed in JDK 9 or later
de4f424b8ca : 8160398: (jdeps) Replace a list of JDK 8 internal API for detecting if it's removed in JDK 9 or later
29852f47c03 : 8161255: jdk build "all" (docs) fails on all platforms, error from DefaultLoggerFinder.java
0062a02e07a : 8150680: JarFile.Release enum needs reconsideration with respect to it's values
3db1a80a5f8 : 8161341: Garbage in ProblemList.txt
4e8a2de21a6 : 8154797: Localization data for "GMT"
1a75a218468 : 8161011: Mark RMI tests DownloadActivationGroup, UseCustomSocketFactory, and RestartService as itnermittent
47c84f9fe6d : 7031075: GZIPInputStream's available() reports 1, but read() gives -1
03fffa89494 : 8151280: update hotspot tests to use vm.compMode instead of their own logic
dfc67ba90d0 : 8141148: LDAP "follow" throws ClassCastException with Java 8
71298921a0f : 8141148: LDAP "follow" throws ClassCastException with Java 8
0e7ac25ea7b : 8141148: LDAP "follow" throws ClassCastException with Java 8
9980fa68757 : 8153149: Uninitialised memory in WinAccessBridge.cpp:1128
a53da85c879 : 8141148: LDAP "follow" throws ClassCastException with Java 8
04c8e3c19d4 : 8153149: Uninitialised memory in WinAccessBridge.cpp:1128
da3339948e3 : 8161258: Simplify including platform files
4945fbd4590 : 8038332: The trace event vm/class/load is not always being sent
c076e4284c3 : 8161028: GPL header missing comma after year
1a81918931a : 8153978: New test to verify the modules info as returned by the JVMTI
b630a3ff477 : 8159464: DumpHeap.java hits assert in G1 code
73a516d68e1 : 8145627: sun.jvm.hotspot.oops.InstanceKlass::getSize() returns the incorrect size and has no test
0bcdf4f1548 : 8161539: 8159666 breaks minimal VM
44d9cb476f7 : 8161947: runtime/Unsafe/GetUnsafe.java is failing on jdk9/dev
92110548e8e : 8161552: Test issue: VM init failed: GC triggered before VM initialization completed. Try increasing NewSize, current value 768K
4f554660a01 : 8161915: Linking gtestLauncher may end up linking with non-gtest libjvm
8663231fb49 : 8160119: Utils.tryFindJvmPid sometimes find incorrect pid
6ed3f07f487 : 8141341: CDS should be disabled if JvmtiExport::should_post_class_file_load_hook() is true
f6975a2f650 : 8138760: [JVMCI] VM warning: Performance bug: SystemDictionary lookup_count=21831450 lookup_length=1275207287 average=58.411479 load=5.572844
c6f30feaece : 8160827: gc/stress/TestStressG1Humongous.java fails with OOME
5075c7b9a0f : 8157459: G1 IHOP JFR event attribute with incorrect content type
ada5ab192fa : 8034842: Parallelize the Free CSet phase in G1
c0e5b2646f8 : 8161173: quarantine compiler/arraycopy/TestEliminatedArrayCopyDeopt.java 8161174: quarantine gc/stress/TestStressG1Humongous.java on 32-bit 8161175: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java on 32-bit
a40bbfadaf9 : 8161027: GPL header missing comma after year
3b6a62c9dcd : 8160892: Race at the VM exit causes "WaitForMultipleObjects timed out"
8f39b65deb8 : 8144278: [TESTBUG] hotspot/runtime/StackGuardPages/testme.sh should use native library build support
2b23013b97a : 8144279: [TESTBUG] hotspot/runtime/jsig/Test8017498.sh should use native library build support
b571e747c51 : 8081770: [TESTBUG] regression Test7107135 needs to remove dependence on locally installed gcc
1075d115502 : 8160997: Solaris: deprecated <pwd.h> and <gid.h> interfaces should be replaced
12445728415 : 8160897: Concurrent mark mark stack memory allocation leaks memory
22f1fb042ed : 8151163: All Buffer implementations should leverage Unsafe unaligned accessors
eb9fccdfd79 : 8160942: Unused code in GraphKit::record_profiled_receiver_for_speculation
9116d759167 : 8042660: vm/mlvm/anonloader/stress/byteMutation failed with: assert(index >=0 && index < _length) failed: symbol index overflow
2fb05c016d8 : 8042660: vm/mlvm/anonloader/stress/byteMutation failed with: assert(index >=0 && index < _length) failed: symbol index overflow
7f74dc858e4 : Added tag jdk8u121-b00 for changeset 811cc671439e
ac202178f65 : Added tag jdk8u121-b00 for changeset d08dc22a1ebe
076c3a6d033 : Added tag jdk8u121-b00 for changeset b4f274ddcab5
9aa5a19bd86 : Added tag jdk8u121-b00 for changeset e2a6897e0654
5206e0348a9 : Added tag jdk8u121-b00 for changeset 0d83a138c18e
bc2814c80b7 : Added tag jdk8u121-b00 for changeset 7595d35577dd
f692d7bf218 : Added tag jdk8u121-b00 for changeset 937e88d5a883
bbcc1b69d21 : Added tag jdk8u121-b00 for changeset 91eb5a4f82f0
70f28b7391d : Added tag jdk8u121-b00 for changeset 15998f4344b4
557ac9f1861 : Added tag jdk8u121-b00 for changeset ab9aa6095d7d
5195bff1962 : Added tag jdk8u121-b00 for changeset c16ba0729593
9936d6629a3 : Added tag jdk8u121-b00 for changeset fbbbd09af320
c2ee320e619 : 8138725: Add options for Javadoc generation
0fd54f75201 : Added tag jdk8u111-b04 for changeset f1fdcc8ba848
06adfa9562e : Added tag jdk8u111-b04 for changeset 56c7b09646a5
bd63ec7463f : Added tag jdk8u111-b04 for changeset 3c51e4776d0a
fcccfdc968c : Added tag jdk8u111-b04 for changeset c9b37c8a2594
f774cc44c71 : Added tag jdk8u111-b04 for changeset 8d937102f71e
ff98ad99bb0 : Added tag jdk8u111-b04 for changeset ced73e54674e
fab8ad271ff : Added tag jdk8u111-b04 for changeset 622f4d0bb05a
59fad9cc26c : Added tag jdk8u111-b04 for changeset fc17b4c5fb6e
88ff61796c9 : Added tag jdk8u111-b04 for changeset ac05b21b46cd
9bffc52662b : Added tag jdk8u111-b04 for changeset f80893c51cb1
e01423566c0 : Added tag jdk8u111-b04 for changeset 601eec4957c0
2c2e6745652 : Added tag jdk8u111-b04 for changeset 4390094218d3
ddeebd8db6b : Added tag jdk8u111-b04 for changeset e1b69426ad17
ec65dc8c833 : Added tag jdk8u111-b04 for changeset 67f48317af27
f18f7b6ef28 : Added tag jdk8u111-b04 for changeset b4a003e20f9c
0ff5dde5160 : Added tag jdk8u111-b04 for changeset 3affcdd62341
e08b3b12fbc : 8154261: Module summary page should display directives for the module
457c7217bb0 : 8160518: Semicolon is not recognized as comment starting character (Kerberos)
7d070e34600 : 8160518: Semicolon is not recognized as comment starting character (Kerberos)
45976492091 : 8149929: Nashorn Parser API needs to be updated for ES6
214b7ce76ba : 8157739: Classloader Consistency Checking
864cbafddcd : 8157739: Classloader Consistency Checking
f3ac70a5b96 : 8157739: Classloader Consistency Checking
bacb13b826a : 8160098: Clean up color profiles
fdd937968ba : 8157739: Classloader Consistency Checking
687883a2322 : 8160098: Clean up color profiles
2ab2dc62cef : 8157739: Classloader Consistency Checking
5d404c26b17 : 8160221: jdk/test/java/nio/channels/FileChannel/Transfers.java leaving files behind
dd05422209d : 8158508: gc/logging/TestUnifiedLoggingSwitchStress.java timeout
edbcea17d09 : 8159901: missing newline char in the exception messages in diagnosticArgument.cpp
cf0df0edb70 : 8154553: Incorrect GPL header in package-info.java reported
8ee8c1bcf85 : 8154553: Incorrect GPL header in package-info.java reported
9d97255ffdc : 8161032: GPL header incorrect - address wrong - not swapped in licensee bundles
b846afbe357 : 8160934: isnan() is not available on older MSVC compilers
fa02e8a3949 : 8160825: Update minimum Solaris Studio compiler version to 5.13
fadef405a9d : 8160215: jdk/test/java/io/Reader/ReaderBulkReadContract.java should clean up better
00aaa3d376e : 8022203: Intermittent test failures in demo/jvmti/hprof
f66e1466e58 : 8022203: Intermittent test failures in demo/jvmti/hprof
a7cc024b53c : 8161020: javac, fold stop compilation options
a7e2ba66155 : 8160831: GioFileTypeDetector always calls deprecated g_type_init
216d08847f8 : 8067964: Native2ascii doesn't close one of the streams it opens
ba68be24fee : 8067964: Native2ascii doesn't close one of the streams it opens
b9fce9f80b6 : 8161342: Service Menu services
05687d3d4b9 : 8160904: Typo in code from 8079718 fix : enableCustomValueHanlde
0805f3f4134 : 8160904: Typo in code from 8079718 fix : enableCustomValueHanlde
0917774834c : 8160928: javac incorrectly copies over interior type annotations to bridge method
61dba3ca34c : 8151841: Build needs additional flags to compile with GCC 6 [plus parts of 8149647 & 8032045]
8c82a17ca57 : Added tag jdk8u122-b00 for changeset 21ba0b7665ff
4a5bf3e6a8a : 8151841: Build needs additional flags to compile with GCC 6 [plus parts of 8149647 & 8032045]
cc9d111805a : Added tag jdk8u122-b00 for changeset 3c2ef8755bd2
c8a41b485a9 : 8154558: Incorrect GPL header in ProcessEnvironment_md.c reported
e1eddccb7f1 : 8154558: Incorrect GPL header in ProcessEnvironment_md.c reported
7494c3e82b9 : 8156980: Hotspot build doesn't have -std=gnu++98 gcc option 8157358: Syntax error in TOOLCHAIN_CHECK_COMPILER_VERSION
3a2d3df9ed3 : 8159147: Add ClassLoader parameter to new ClassFileTransformer transform method
327708637be : 8159145: Add JVMTI function GetNamedModule
bec16625dc9 : 8153407: javac, fold debug options
20d8aea0979 : 8159503: Amend Annotation Actions
dc29b43487f : 8159503: Amend Annotation Actions
dd3db000a7c : 8144559: sun/security/mscapi/SignUsingNONEwithRSA.sh failed intermittently
018bd862efa : 8161074: Quarantine jdk/vm/ci/hotspot/test/MethodHandleAccessProviderTest.java in JDK9-dev
2e894aee9a6 : 8160518: Semicolon is not recognized as comment starting character (Kerberos)
d5dacffaee5 : 8160977: [PIT] Typo in SwingUtilities2.java
a58b562057c : 8161017: GPL header missing comma in year
95e2d58dc17 : 8159925: sun/tools/jps/TestJpsJar.java still fails after fix for JDK-8153278
09a43a85460 : 8161055: Remove plugin ordering by isAfter, isBefore
f1e53d48e96 : 8003593: build-infra: Paths to optional platform-specific files should not be hardwired to src/closed
95cf491fcc5 : 8003593: build-infra: Paths to optional platform-specific files should not be hardwired to src/closed
799cba3f110 : 8161002: GPL header missing comma in year - not swapped in licensee bundles
d996c5d95f8 : 8132379: -J options can cause crash or "Warning: app args parsing error passing arguments as-is"
c748cd54ac5 : 8141148: LDAP "follow" throws ClassCastException with Java 8
e4a671e6358 : 8155770: Correct URLClassLoader API documentation to explicitly say jar-scheme URL's are accepted
caddf21da80 : 8132548: java/lang/ThreadGroup/Stop.java fails with "RuntimeException: Failure"
cd2dd88b9eb : 8161233: ProblemList sun/security/ssl/SSLSocketImpl/AsyncSSLSocketClose.java on macOS
e4226ff2f23 : 8161067: jlink: Enable plugins to use the module pool for class lookup
d5e84de0144 : 8159245: Loggers created by system classes are not initialized correctly when configured programmatically from application code
1931ac41965 : 8130302: jarsigner and keytool -providerClass needs be re-examined for modules
b7b1f7c62ef : 8161022: Mark java/security/SignedObject/Chain.java as failing intermittently
d1197dfc966 : 8158670: Fix @modules in java/lang/SecurityManager/CheckSecurityProvider.java
2ef41f0f700 : 8161010: quarantine sun/tools/jps/TestJpsJar.java in JDK9-dev and JDK9-hs
9c8bec9818a : 8160267: Ucrypto config file cannot be read when -Dfile.encoding=UTF-16 is set
a89ed8318b3 : 8160998: GPL header contains "(config)" in first line - not swapped in licensee bundles
faaf303a952 : 8133170: Deflater.deflate with small output buffers fails
9b6e1e12c1d : Added tag jdk-9+126 for changeset 5c06a5663124
3fff40c074c : Added tag jdk-9+126 for changeset a42db8c180c3
0d9a27322a9 : Added tag jdk-9+126 for changeset dd877a53f8d8
0850b261859 : Added tag jdk-9+126 for changeset c74ef1ce07fb
971755ecb0e : Added tag jdk-9+126 for changeset e2a569f3bb54
fe993c84957 : Added tag jdk-9+126 for changeset 0517ab37a67c
038c476b1f6 : Added tag jdk-9+126 for changeset c2c8f6b847e5
3f37187f5fa : Added tag jdk-9+126 for changeset 492d4508ddf4
7431d74121d : 8156980: Hotspot build doesn't have -std=gnu++98 gcc option 8157358: Syntax error in TOOLCHAIN_CHECK_COMPILER_VERSION
aa7a85dcbf1 : 8134434: JVM_DoPrivileged() fires assert(_exception_caught == false) failed: _exception_caught is out of phase
871852cb445 : 8152174: Type annotations with a missing type throw NullPointerException
0a0c30f0a30 : 8160940: Enable debug log in javax/net/ssl/HttpsURLConnection/Equals.java to track JDK-8160210
a4245ceb1d8 : 8160885: Unsafe.compareAndExchangeDouble/FloatAcquire should defer to compareAndExchangeLong/IntAcquire
e52b963d0cd : 8160974: [TESTBUG] Mark more headful tests with @key headful
1ffa10e13ac : 8161470: Failure javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java
b86418d365d : 8160438: javax/swing/plaf/nimbus/8057791/bug8057791.java fails
748aad61f62 : 8160829: Remove ASMPool support from jlink
74a59850a58 : 8055900: j.t.SimpleDateFormat spec needs to be clarified regarding month patterns
0eca75cd935 : 8157667: sun/security/x509/URICertStore/ExtensionsWithLDAP.java has to be updated due to JDK-8134577
aec121f9997 : 8158169: MethodHandles.dropArgumentsToMatch(...)
7aca6deaf8c : 8160935: JShell: Without at least one source file 8160035 breaks build
627e6c6bfa9 : 8160009: JShell: Add SPI and execution to generated JShell javadoc (root ws)
e4f12b7b1e4 : 8160035: JShell API: Add javadoc overview and package files
dfe1a822061 : 8151921: Improved page resolution
a3b440395b6 : 8151921: Improved page resolution
57474ae8fb5 : 8048543: JLS8 18.5.3: inference variable seems to be instantiated unexpectedly
631036a07b3 : 8155263: DisableStartThread should not be applied to GC worker threads
249f04613a6 : 8160915: javac, option forceSerializable should be restored
3360117337c : 8160891: javac, remove unused options, step 3
76a8fca5e03 : 8071909: Port testlibrary improvments in jdk/test to hotspot/test as required for DCMD test port
1e1f94f4756 : 8071909: Port testlibrary improvments in jdk/test to hotspot/test as required for DCMD test port
c02ce6ab619 : 8153074: UL: Show output option in VM.log jcmd
2cede6dbc1e : 8159145: Add JVMTI function GetNamedModule
3e0395eb84c : 8160339: Remove intermittent key from javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java
766c7ad4c6a : 8160333: Remove intermittent key from javax/net/ssl/TLSv12/ShortRSAKey512.java
4fc8ce216b7 : 8160901: Demote java/lang/ProcessBuilder/Zombies.java to tier 2
90e4430c17c : 8135114: sun/security/krb5/auto tests failed on machine with TR locale
d09f7620fec : 8160717: MethodHandles.loop() does not check for excessive signature
1e4ea02a07b : 8160848: Add diagnostics to java/lang/ProcessBuilder/Zombies
db8e7278627 : 8158589: Possible integer overflow issues for DRBG
6e722043e30 : 8153838: test/java/io/Serializable/failureAtomicity/FailureAtomicity.java doesnot declare module dependencies
521a8f22382 : 8160866: IntPrimitiveOpsTests.java still in ProblemList.txt while related bug has been closed
098053564e6 : 6226715: (ann) java.lang.annotation.AnnotationTypeMismatchException could not be serialized
bc3235ca2e1 : 8159888: [JVMCI] the client VM build is broken when INCLUDE_JVMCI is defined
26f45543e5b : 8154015: Apply algorithm constraints to timestamped code
def98f36d4e : 8157987: overview-summary.html generated by javadoc should include module information
6d8c1f225d7 : 8160090: Better signature handling in pack200
52f9ab68362 : 8160090: Better signature handling in pack200
4e9407c775a : 8160090: Better signature handling in pack200
26aca9db92f : 8160094: Improve pack200 layout
f6101bd10ab : 8159495: Fix index offsets 8140530: Creating a VolatileImage with size 0,0 results in no longer working g2d.drawString
98d335bd7d9 : 8157753: Audio replay enhancement
07e5a90ca4f : 8160934: isnan() is not available on older MSVC compilers
696143577f1 : 8158993: Service Menu services
3366f263ef5 : 8161141: correct bugId for JDK-8158994 fix push
a4047d8669a : 8158994: Service Menu services
386b8e29095 : 8159519: Reformat JDWP messages
f17f43f69fd : 8157759: LCMS Transform Sampling Enhancement
22779b0ad62 : 8157764: Better handling of interpolation plugins
a2ac340aa60 : 8160094: Improve pack200 layout
4749154da6d : 8159495: Fix index offsets 8140530: Creating a VolatileImage with size 0,0 results in no longer working g2d.drawString
ce8e05ff07c : 8157753: Audio replay enhancement
3e7721d45d8 : 8160934: isnan() is not available on older MSVC compilers
54dbef86724 : 8158993: Service Menu services
bffc77d0aae : 8161141: correct bugId for JDK-8158994 fix push
9858e9ca331 : 8158994: Service Menu services
72481b144e7 : 8159519: Reformat JDWP messages
4275a0fa692 : 8157759: LCMS Transform Sampling Enhancement
e9c20d210bb : 8157764: Better handling of interpolation plugins
8da66ad674a : 8160094: Improve pack200 layout
573f0c765c9 : 8159495: Fix Index Offsets
b96909178b9 : 8159861: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timeout
fc19d917195 : 8160341: Remove intermittent key from TestDSAGenParameterSpec.java
a558bfc7903 : 8158116: com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java failed with timeout
11ecd00506b : 8160624: sun/security/tools/keytool/printssl.sh failed with "Socket closed"
7fcc06ecbce : 8158302: Handle contextual glyph substitutions
d7f07c746a9 : 8158302: Handle contextual glyph substitutions
9f4b3cac2c6 : 8148984: [macosx] Chinese Comma cannot be entered using Pinyin Input Method on OS X
5fb4f87ac7f : 8148984: [macosx] Chinese Comma cannot be entered using Pinyin Input Method on OS X
33695b874c4 : 8158510: Add test cases to validate Annotation
3c449e081f7 : 8022810: Cannot list all the available display modes on Ubuntu linux in case of two screen devices
8d33f0b3fe5 : 8160248: Dragged internal frame leaves artifacts for floating point ui scale
6e18073968d : 8142966: Wrong cursor position in text components on HiDPI display
8775502b97d : 8132119: Provide public API for text related methods in SwingUtilities2
de940764e3e : 8136356: Add time zone mappings on Windows
3ec47fc4ed0 : 8059036: Implement Diagnostic Commands for heap and finalizerinfo
d590fe8ad59 : 8193156: Need to backout fixes for JDK-8058547, JDK-8055753, JDK-8085903
51c9c8cab26 : 8165466: DecimalFormat percentage format can contain unexpected %
d980d50774e : 8179665: [Windows] java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
ff8b0ced9b8 : 8181659: Create an alternative fix for JDK-8167102, whose fix was backed out
0d7cf0e13f2 : 8176072: READING attributes are not available on TSF
645b3bba2a1 : 8186441: Change of behavior in the getMessage () method of the SOAPMessageContextImpl class
7b9b84df0a9 : 8136356: Add time zone mappings on Windows
240b34cdb38 : 8059036: Implement Diagnostic Commands for heap and finalizerinfo
6e9a19e9605 : 8193156: Need to backout fixes for JDK-8058547, JDK-8055753, JDK-8085903
491f09fc983 : 8165466: DecimalFormat percentage format can contain unexpected %
d128a6d8bdc : 8179665: [Windows] java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
ebffe0d01b3 : 8181659: Create an alternative fix for JDK-8167102, whose fix was backed out
67f160e9e43 : 8176072: READING attributes are not available on TSF
42d8a7e7e6d : 8186441: Change of behavior in the getMessage () method of the SOAPMessageContextImpl class
bc8144c597c : 8136356: Add time zone mappings on Windows
da5f220d524 : 8156598: Use more informative format for problem list
d3fc3fe55dc : Added tag jdk8u102-b31 for changeset ff8e3bc2c8e8
5d985a8766f : Added tag jdk8u102-b31 for changeset 8b53823fb436
672832fa7dd : Added tag jdk8u102-b31 for changeset c664e9d45bcd
75f83947539 : Added tag jdk8u102-b31 for changeset 88f789bee955
173166e490e : Added tag jdk8u102-b31 for changeset 6b095dd49280
f5916974c87 : Added tag jdk8u102-b31 for changeset 6c79fe8fc688
9efa884247e : Added tag jdk8u102-b31 for changeset 55f5d6c4b084
991910f24b6 : Added tag jdk8u102-b31 for changeset 17caf6b3748d
d38b73f1e90 : Added tag jdk8u102-b31 for changeset 9755628268e7
844f13af258 : Added tag jdk8u102-b31 for changeset fb95280034a8
279603cb7a6 : Added tag jdk8u102-b31 for changeset d8ce5057b150
e7113bbb075 : Added tag jdk8u102-b31 for changeset 10d086431974
a09c159a014 : Added tag jdk8u102-b31 for changeset 92c0d3e30855
a64b56f2122 : Added tag jdk8u102-b31 for changeset 6fbeda395c07
85bf21b5007 : Added tag jdk8u102-b31 for changeset 808c201d7d27
75e97ea75f3 : Added tag jdk8u102-b31 for changeset 7f3b2e89c124
3c35b144f3d : Added tag jdk8u112-b02 for changeset 9892373785d3
01658dde08c : Added tag jdk8u112-b02 for changeset 68e3073015fc
34cac9b4268 : Added tag jdk8u112-b02 for changeset 98122f80b11d
b95cfd32e53 : Added tag jdk8u112-b02 for changeset 0daa675c659f
d89dba27cc0 : Added tag jdk8u112-b02 for changeset a60280db5ef8
0401e4006da : Added tag jdk8u112-b02 for changeset aa0a4d16c716
056b4554584 : Added tag jdk8u112-b02 for changeset f25cb713ab36
1b7311b8294 : Added tag jdk8u112-b02 for changeset 140c8460de42
85584efb148 : Added tag jdk8u112-b02 for changeset b5365948fbc8
b5953b3f256 : Added tag jdk8u112-b02 for changeset 977c502d4303
e1e94dd7dab : Added tag jdk8u112-b02 for changeset 98d85d6aa373
18317c2fc2b : Added tag jdk8u112-b02 for changeset 8a324ad5cfd3
90dd5cd6512 : Added tag jdk8u112-b02 for changeset ccae7e5919d8
f754875b4ce : Added tag jdk8u112-b02 for changeset 96e37ce1a45b
34f740a7f13 : Added tag jdk8u112-b02 for changeset 5fba945bee89
adb37cbacf5 : Added tag jdk8u112-b02 for changeset dc2112197d8e
cf652e85192 : Added tag jdk8u111-b03 for changeset c40065d5d0ab
3b8864a5131 : Added tag jdk8u111-b03 for changeset 28ef1e590b7c
0fe7bccb881 : Added tag jdk8u111-b03 for changeset f05d38dde17b
1de229c1946 : Added tag jdk8u111-b03 for changeset a3ab432ebecc
3ff6e34f1dc : Added tag jdk8u111-b03 for changeset ebb12b4e4dbe
9e725c63bd8 : Added tag jdk8u111-b03 for changeset 765675755404
028dd561ff4 : Added tag jdk8u111-b03 for changeset 3f2d39486574
b6c78a70954 : Added tag jdk8u111-b03 for changeset 4754ca6ea508
3024bb4dc48 : Added tag jdk8u111-b03 for changeset bf5e3b2a9ce3
52ec675460c : Added tag jdk8u111-b03 for changeset 82e93fca3179
2fe4f19bbfb : Added tag jdk8u111-b03 for changeset c19b4eeb173c
0badc27700e : Added tag jdk8u111-b03 for changeset a3b000712c26
3ac868c63ae : Added tag jdk8u111-b03 for changeset 7959b8a6fdfc
1c92f2dbfdf : Added tag jdk8u111-b03 for changeset d6f35fd0a10f
da148ddd41f : Added tag jdk8u111-b03 for changeset 621dcd6a769c
2740d93ac3d : Added tag jdk8u111-b03 for changeset 98c8092c67c0
9a3757b37ac : 8160698: java --dry-run should not cause main class be initialized
7a41a43d840 : 8153948: sun/security/mscapi/ShortRSAKey1024.sh fails with "Field length overflow"
e37a8652d8e : 6789262: getPageFormat doesn't apply PrintRequestAttributeSet specified
9717ec036b8 : 8159616: java.time.Instant falls through switch statement
928c417cd8c : 8132446: AsssertionError in ClassSymbol.setAnnotationType
a06c5e0f571 : 8143211: provide bytecode intrinsics for loop and try/finally executors
b77537f2007 : 8148984: [macosx] Chinese Comma cannot be entered using Pinyin Input Method on OS X
d3eaa80bdd7 : 8148131: compilation result depends on order of sources
99921c2f0ee : 8159943: JavaTimeSupplementary resource bundles need update
06075b3f8b7 : 8159822: Non-synchronized access to shared members of com.sun.jndi.ldap.pool.Pool
50e42d22120 : 8159180: Remove default setting for jdk.security.provider.preferred
c2f77856514 : 8160294: Some client libraries cannot be built with GCC 6
3596fa197cf : 8145418: [macosx] Help message for -Xdock:name has a superfluous trailing quote "
dc536f2d745 : 8157730: Mark deprecated java.security.{Identity,IdentityScope,Signer} APIs with forRemoval=true
850b281ff04 : 8159111: JShell API: Add access to wrappers and dependencies
fd10d046e9f : 8160695: getHBScriptCode script code validation
b6b66540e48 : 8160693: ScriptRunData.java uses bitwise AND instead of logical AND
c8f9b12b5ce : 8159635: JShell API: Add compiler options
a470e5ddd4c : 8157653: [Parfait] Uninitialised variable in awt_Font.cpp
6bfcf4519fc : 8157653: [Parfait] Uninitialised variable in awt_Font.cpp
d5efeccf785 : 8160018: (fs) Remove GioFileTypeDetector on Solaris
7f9465ef156 : 8160018: (fs) Remove GioFileTypeDetector on Solaris
70e069ea5d2 : 8160687: (fs) Cannot tell which WatchService test is not deleting temp directories "work*"
f97651b3560 : 8064814: Print more helpful error message when getting OOM due to low Java Heap base when running with CompressedOops
3520eff6115 : 8157847: Deprecate the java.security.acl API with forRemoval=true
5a7acbc027f : 8160728: Update compare script to clean baseline
0ce484cdd70 : 8157707: Deprecate the java.security.Certificate API with forRemoval=true
7076b38523d : 8160722: Module summary generation fails on Windows 32bit
78d6b5e1c21 : 8160721: Avoid deoptimizations in Font.equals
53e6f45619f : 5080830: SheetCollate is not handled properly by the cross platform print dlg
5cf99edb243 : 8152971: JNI Warning with -Xcheck:jni
0dff35666bb : 8159956: EXCEPTION_ACCESS_VIOLATION in sun.awt.windows.ThemeReader.getThemeMargins
947d19a3a63 : 8036915: setLocationRelativeTo stopped working in Ubuntu 13.10 (Unity)
99bcaacabf3 : 8157137: [PIT] [TEST_BUG] compilation failed for some tests from jdk/test/java/awt/mixing/AWT_Mixing (can't find Helper)
b172f7afd85 : 8143064: Icons are not properly rendered with Windows L&F on HiDPI display
68aae8c1422 : 7059970: Test case: javax/imageio/plugins/png/ITXtTest.java is not closing a file
cc741b81f73 : 6567433: JComponent.updateUI() may create StackOverflowError
b0db5279929 : 8153512: Taskbar support reported for Xfce4
b15c691620c : 8159460: On Ubuntu Unity, problem with java/awt/Window/FindOwner/FindOwnerTest
d84f5adf246 : 8161003: GPL header additional "s" in "thats" - not swapped in licensee bundles
bc3d4d72acf : 8159374: Taskbar.setIconBadge() spec omits mention of exception for ICON_BADGE_TEXT feature
c584705096f : 8150954: Taking screenshots on x11 composite desktop produce wrong result
653531139e4 : 8161148: Rollback JDK-8158993 from client repo
a4af4c68ab7 : 8158993: Service Menu services
11c3f1fedb9 : 8160882: [PIT][TEST_BUG] a trap of java/awt/print/PrinterJob/PrintTestLexmarkIQ.java
b2c4d31401e : 8159168: [hidpi] Window.setShape() works incorrectly on HiDPI
c41a009a623 : 5049012: PrintToFile option is not disabled for flavors that do not support destination
876a0a5b940 : 8152968: JTree Collapse Buttons Clipped Off Under GTK
190b31b1336 : 8149115: [hidpi] Linux: display-wise scaling factor should probably be taken into account
537455b8a3c : 8158205: HiDPI hand cursor broken on Windows
2e768f848bb : 8160421: Regression: JDK-8139192 causes NPE in java.awt.Toolkit.createCustomCursor()
16aa730d257 : 8160879: [PIT] CloseOnMouseClickPropertyTest fails with AA hint:Nonantialiased rendering mode exception
0d7becfcb75 : 8156460: [macosx] Test case javax/swing/JPopupMenu/6827786/bug6827786.java fails 8160144: [macosx] The menuitem in the menu of the "Test Frame" can't work correctly 8160145: [macosx] Keep pressed the Alt, Shift & Ctrl Keys,and then Click 'ClickMe' button,the case failed automatically 8158621: The ALT key can not work with any key 8158485: The "File" menu's menuitems can not bring up information window or modal quit Dialog 8158501: [macosx] The checkbox can't be checked via an event generate on the menu 8158389: [macosx] Regression: javax/swing/JMenu/4213634/bug4213634.java 8158526: [macosx] java/awt/event/MouseEvent/MouseButtonsAndKeyMasksTest/MouseButtonsAndKeyMasksTest.java fails (invalid extended modifier info) 8158496: [macosx] Swing mnemonics broken on Mac 8158362: [macosx] Regression: at least java/awt/event/KeyEvent/AltCharAcceleratorTest/AltCharAcceleratorTest.java fails 8158512: [Regression] Test java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Extra.java fails 8158377: [maco
sx] : Regression: java/awt/KeyboardFocusmanager/ConsumeNextMnemonicKeyTypedTest/ConsumeNextMnemonicKeyTypedTest
a2168558c1a : 8160764: [TEST_BUG] java/awt/TextArea/TextAreaScrolling/TextAreaScrolling.java
95dc3d009d2 : 8155515: Desktop.moveToTrash() javadoc issue
aa157d7826e : 8156212: Typo in javadoc of java.awt.Taskbar, setIconBadge spec
6132b8f774d : 7156316: [macosx] Ctrl+Space does generate Unknown keychar
f06ef85609f : 8160484: Implement Hotspot Runtime tier 2
dac2ddb197b : 8158478: X11 keysym XK_topt maps to the wrong Unicode character
7fbf406a0ec : 8158629: bash >(...) construct still causes race conditions
5b2f045b846 : 8158629: bash >(...) construct still causes race conditions
2fc575a0957 : 8160565: AIX port: cleanup of libo4 wrapper stub
10493ff2bd2 : 8152672: IIOException while getting second image properties for JPEG
40046165d19 : 8160591: Improve internal array handling
831ef660e58 : 8160591: Improve internal array handling
fa55ad2d91b : 6218397: Printing to file does not throw a PrinterException if the file cannot be created
5ded57cbddf : 8160658: sun/security/tools/keytool/standard.sh fails on all platforms after JDK-8160415
41e155e1e1f : 8154069: Jaws reads wrong values from comboboxes when no element is selected
8ea7496925d : 8160356: invalid suffix on literal warning is occurred with GCC 6
6108b37cb7f : Added tag jdk-9+125 for changeset d4487b864f64
4463ceae594 : Added tag jdk-9+125 for changeset e02c166da4dd
1a29c466310 : Added tag jdk-9+125 for changeset bba1e4c5c547
9269fca5792 : Added tag jdk-9+125 for changeset 68169040e394
df5d50aecba : Added tag jdk-9+125 for changeset cebe5fc93958
006c13eb51e : Added tag jdk-9+125 for changeset 8db725087c47
857fa7fe0a4 : Added tag jdk-9+125 for changeset 70cd0a0846bf
406e1b42a92 : Added tag jdk-9+125 for changeset 1f71a5d2b20b
073a86c0a86 : 8160690: Quarantine VarHandles tests
0be14016f4d : 8158566: Provide a Swing property to not close toggle menu items on mouse click
cb0e2f5b10d : 8157176: Improved classfile parsing
5401ac319a4 : 8157176: Improved classfile parsing
31b9ea3ba77 : 8160650: Couple awt and swing tests have wrong require jtreg arguments
bb951288f45 : 8157653: [Parfait] Uninitialised variable in awt_Font.cpp
e040960f7ea : 8160623: [PIT] Exception running java/awt/event/KeyEvent/KeyChar/KeyCharTest.java
eca93653060 : 8160370: System.getProperty("os.version") returns "Unknown" on Mac
922274cf5f1 : 7131356: (props) "No Java runtime present, requesting install" when creating VM from JNI [macosx]
2128f12ba5f : 8160370: System.getProperty("os.version") returns "Unknown" on Mac
d9273bcf72e : 7131356: (props) "No Java runtime present, requesting install" when creating VM from JNI [macosx]
1add863d15f : 8160370: System.getProperty("os.version") returns "Unknown" on Mac
a0f8120f0a1 : 8160641: PostProcessingPlugin and ExecutableImage should not be part of plugin API
a8699979b0f : 8158325: [macosx] Memory leak in com.apple.laf.ScreenMenu
eae3102646f : 8160490: "installer-only" top level target is broken
751c04f981f : 8158871: Long response times with G1 and StringDeduplication
eaf6cae68c3 : 8158871: Long response times with G1 and StringDeduplication
07720b0e617 : 8030132: Cipher.init syntax error in javadoc @code tag 8160222: javax/crypto/Cipher.java has a typo
acf9baefd69 : 8159511: Stack map validation
5023809c478 : 8159511: Stack map validation
05f2bd51aa8 : 8159511: Stack map validation
cc559dac55f : 8159511: Stack map validation
657cb0f3b42 : 7090039: Wrong link in comment of java.text.DateFormatSymbols
d755ba941f3 : 8158023: SocketExceptions contain too little information sometimes
ec5c0f30893 : 8143302: javax/net/ssl/Stapling/SSLSocketWithStapling.java fails intermittently: Server died
052984a47c5 : 8160415: Mark sun/security/tools/keytool/standard.sh as intermittently failing
568bc5dbee7 : 8160506: Use @implSpec tags in javax.lang.model.util
b53e3aa6f5b : 8160551: assert(c == Bytecodes::_putfield) failed: must be putfield
e0a2dfa47fb : 8157181: Compilers accept modification of final fields outside initializer methods
ee31f07981b : 8160551: assert(c == Bytecodes::_putfield) failed: must be putfield
98e8f861bfc : 8157181: Compilers accept modification of final fields outside initializer methods
af4dcf2bfed : 8160571: Bootcycle builds still broken with server jvm on Windows 32bit
e8893849513 : 8159515: Improve indy validation
d3be621c1aa : Added tag jdk8u121-b00 for changeset 84d33296b978
8706a8cfbfc : 8159515: Improve indy validation
de917e02b40 : Added tag jdk8u121-b00 for changeset 3eaaf11eaa2f
60420cfa261 : 8159515: Improve indy validation
6f3fc04d880 : 8159515: Improve indy validation
d30aa84ae1b : 8159515: Improve indy validation
ebbe2c17fcb : 8159515: Improve indy validation
a44b10dd554 : 8159515: Improve indy validation
4694575e825 : Added tag jdk8u121-b00 for changeset b7de8b3fd9d5
58eb22804d9 : 8159515: Improve indy validation
80b7bdd4d7a : Added tag jdk8u121-b00 for changeset 15fd37e28746
3be6827c7c1 : 8159515: Improve indy validation
08a72f82861 : 8160505: Automated test runs fail in nashorn because TEST_IMAGE_DIR is set by jib
992b6c464a9 : 8159695: Arguments::atojulong() fails to detect overflows
fd1c7ff5051 : 8160551: assert(c == Bytecodes::_putfield) failed: must be putfield
ed9f8153362 : 8132711: Add tests which check that Humongous objects behave as expected after Mixed GC
69a42dc15a5 : 8132715: Add tests which check that no allocations allowed in any of humongous regions
27036a761fa : 8160218: HPack decoder fails when processing header in multiple ByteBuffers
babde31ff1b : 8159152: Ctrl+F6, Ctrl+F5 doesn't work for iconified InternalFrame
a5abd8e470f : 8144703: ClassCastException: sun.font.CompositeFont cannot be cast to PhysicalFont
50623e2781d : 8160457: VersionProps.versionNumbers() is broken
9bbfcdc6da3 : 8151588: Press the button first two times, the 'First' and 'Next' didn't show
9584a67f30f : 8158616: [TEST_BUG] There is only "Fail" button on the description dialog
2da63159df8 : Added tag jdk8u92-b34 for changeset 8dce9174b29d
f0b98a23cfa : Added tag jdk8u92-b34 for changeset 5c579e732314
a9de9a10ebc : Added tag jdk8u92-b34 for changeset 77a6797a8557
c5c0e382196 : Added tag jdk8u92-b34 for changeset 8e71f0fe9561
3e680f3b2b6 : Added tag jdk8u92-b34 for changeset 56e45831775c
90a3dfcfa22 : Added tag jdk8u92-b34 for changeset 993d915d8612
151133db72a : Added tag jdk8u92-b34 for changeset e98b248edd58
0a48e90f6f9 : Added tag jdk8u92-b34 for changeset 9edb521118e9
062c6114bc9 : Added tag jdk8u92-b34 for changeset f57ac3a9db4f
db573db971b : Added tag jdk8u92-b34 for changeset c4a350c5e387
7efca82b5e1 : Added tag jdk8u92-b34 for changeset 2acebc991382
8fb6b69995c : Added tag jdk8u92-b34 for changeset 9753c2bb8532
176362a5540 : Added tag jdk8u92-b34 for changeset c0cadf9e847f
88db081b175 : Added tag jdk8u92-b34 for changeset 9ccd923d3fbd
0adb74f78c4 : Added tag jdk8u92-b34 for changeset 7707ac249481
8db9c378de6 : Added tag jdk8u92-b34 for changeset 82b210bd75f3
ffa7564668a : 8143640: Showing incorrect result while passing specific argument in the Java launcher tools
56e651efbd6 : 8071487: javax/management/monitor/GaugeMonitorDeadlockTest.java timed out
9569b0b38e9 : 8160693: ScriptRunData.java uses bitwise AND instead of logical AND
a1d311dad11 : 8030780: test/com/sun/corba/cachedSocket/7056731.sh leaves HelloServer behind
40d2c82f0be : 8148984: [macosx] Chinese Comma cannot be entered using Pinyin Input Method on OS X
fdbe1c36e69 : 8154069: Jaws reads wrong values from comboboxes when no element is selected
852b79bc431 : 8153948: sun/security/mscapi/ShortRSAKey1024.sh fails with "Field length overflow"
8f53e73f415 : 8159822: Non-synchronized access to shared members of com.sun.jndi.ldap.pool.Pool
b4d4658df05 : 8158802: com.sun.jndi.ldap.SimpleClientId produces wrong hash code
2decf3cfb34 : 8143640: Showing incorrect result while passing specific argument in the Java launcher tools
ba39c83f1c2 : 8071487: javax/management/monitor/GaugeMonitorDeadlockTest.java timed out
2d68e2cf086 : 8160693: ScriptRunData.java uses bitwise AND instead of logical AND
1c23377c4b8 : 8030780: test/com/sun/corba/cachedSocket/7056731.sh leaves HelloServer behind
bc2853f07cd : 8148984: [macosx] Chinese Comma cannot be entered using Pinyin Input Method on OS X
d25932527d7 : 8154069: Jaws reads wrong values from comboboxes when no element is selected
7ed91a636b6 : 8153948: sun/security/mscapi/ShortRSAKey1024.sh fails with "Field length overflow"
c123582d250 : 8159822: Non-synchronized access to shared members of com.sun.jndi.ldap.pool.Pool
f6d8dce0d13 : 8158802: com.sun.jndi.ldap.SimpleClientId produces wrong hash code
b9b8be2d7c0 : 8157764: Better handling of interpolation plugins
5763af1e290 : 8157759: LCMS Transform Sampling Enhancement
8fbf862835f : 8157753: Audio replay enhancement
b40f7ccf8e7 : 8159519: Reformat JDWP messages
92eb334c918 : 8159262: Walking PackageEntry Export and ModuleEntry Reads Must Occur Only When Neccessary And Wait Until ClassLoader's Aliveness Determined
120b177a47b : 8160423: Serieal build is broken because of missing dependencies for jmod
43e27faa9f1 : 8160435: Source.baseURL is slow for URLs with unregistered protocol
07a914f5bd4 : 8160285: Bootcycle builds are broken on jdk9/hs for windows i586
0cc565280e6 : 8155026: javac grants implied readability to explicit modules
d989ecb07a5 : 8160504: Fix typo in JavacProcessingEnvironment.importStringToPattern
b7e5b3ec1a3 : 8160301: javadoc RootDoclmpl and DocEnv needs to be renamed
0df5aa8678f : 8159970: javac, JLS8 18.2.4 is not completely implemented by the compiler
11272cf548d : 8132857: Historical name of default encoding shown on encoding mismatch
651e15fda63 : 8159890: SIGSEGV with UseStringDeduplication and UseSharedSpaces/RequireSharedSpaces
b69fa0a44d5 : 8159439: javac throws NPE with Module attribute and super_class != 0
9d898bb3e08 : 8157176: Improved classfile parsing
53164dd5321 : 8159503: Amend Annotation Actions
154d568eddf : 8160591: Improve internal array handling
5f49daa2c47 : 8159511: Stack map validation
c6d2422f356 : 8159515: Improve indy validation
bebb92d2561 : Added tag jdk8u111-b02 for changeset de17baafdea7
72660b92ce6 : Added tag jdk8u111-b02 for changeset 9c59b66dc371
ac3a787c300 : Added tag jdk8u111-b02 for changeset 0719eeda6483
7738f74cc9c : Added tag jdk8u111-b02 for changeset 35fd44ecc584
e66f9a00623 : Added tag jdk8u111-b02 for changeset 82f2c0ded2c1
5c435de9b8c : Added tag jdk8u111-b02 for changeset c8e1aa879b6c
c76404273b3 : Added tag jdk8u111-b02 for changeset f45a74d9d773
10c1bfc2cbb : Added tag jdk8u111-b02 for changeset 4a6c6b5e79fd
459433fe09a : Added tag jdk8u111-b02 for changeset 178dfd8f406e
2f4f1eedf3a : Added tag jdk8u111-b02 for changeset e7fa4f8fb98c
8fe242aded6 : Added tag jdk8u111-b02 for changeset 11452775d025
d6590035a0a : Added tag jdk8u111-b02 for changeset 4cdd55771416
23bb22d9ddc : Added tag jdk8u111-b02 for changeset be55a5aaf551
86cd369c0a3 : Added tag jdk8u111-b02 for changeset 17af857ad78a
67099392100 : Added tag jdk8u111-b02 for changeset 7f4a231828d5
5e1b105849a : Added tag jdk8u111-b02 for changeset ab6afb9352a0
aa7539d3df2 : 8081676: Verify that configure detects AS on Solaris and print help otherwise
e8dfc516f85 : 8160264: Reuse Latin1/UTF16 compare routines
747cf0453ac : 8160348: jlink should use System.out for usage messages
0d8eb65d0a0 : 8156836: SIGSEGV: Test test/compiler/jsr292/VMAnonymousClasses.java fails with JTREG 4.2 b02
9dc2962c2f8 : 8156836: SIGSEGV: Test test/compiler/jsr292/VMAnonymousClasses.java fails with JTREG 4.2 b02
7886baafa80 : 8157936: Files.size(Path p) returns 0 if path is from JrtFileSystem with exploded build
3d43452d944 : 8150860: Mach 5 tier1 test started failing - jdk/jshell/ComputeFQNsTest.java (after 8131027/8150814)
e7a6ecea864 : 8158871: Long response times with G1 and StringDeduplication
90f05443e71 : 8160122: Backport of JDK-8159244 used wrong version of the JDK 9 fix
f2b07f34ac6 : 8160122: Backport of JDK-8159244 used wrong version of the JDK 9 fix
1bcb5e51569 : 8148813: Windows os::check_heap needs more information
52dc860965e : 8160135: The Html doclet handles options incorrectly
60b30b072e6 : 8151722: TESTBUG: New test compiler/native/TestDirtyInt.sh should be modified
b0cd34134be : 8151722: TESTBUG: New test compiler/native/TestDirtyInt.sh should be modified
c8180eb2530 : 8160278: Remove java/time/test/java/time/TestClock_System from the problem list
f74ee54f5c8 : 8153238: Improve test/tools/jlink/JLinkTest.java not to hard code the number of plugins
990315c8ce3 : 8160088: update hotspot tests depending on GC to use @requires vm.gc.X
9d4c46f8500 : 8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation
84480487b05 : 8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation
72d2e8594fa : 8147794: Jlink's ModuleEntry.stream can't be consumed more than once and ModuleEntry content should be read only if needed
2146bab54f7 : 8159172: Update usage of jlink/jimage/jmod to show option patterns
4f3b48809e7 : 8073653: Secondary heredoc eating wrong lines
5a1b50f3728 : 8137240: Negative lookahead in RegEx breaks backreference
0b08428eb87 : 8137240: Negative lookahead in RegEx breaks backreference
939f1f7308e : 8137240: Negative lookahead in RegEx breaks backreference
90f957ddb14 : 8160102: Typo in message for NULL memory size arguments in diagnosticArgument.cpp
d90e966a97e : 8158690: GET request via HTTP/2 has a huge delays due to Nagle’s Algorithm and Delayed ACK clash
c53f3cbcbed : 8154017: Shutdown hooks are racing against shutdown sequence, if System.exit()-calling thread is interrupted
7e1c0f82b6f : 8146393: sun/security/tools/jarsigner/ts.sh failed on OEL Linux 7 with ar_SA Locale
17dc09ea237 : 7131356: (props) "No Java runtime present, requesting install" when creating VM from JNI [macosx]
4abb5e4aafe : 8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior
eac581e8b79 : Added tag jdk-9+124 for changeset c549268fe94c
5f1652cd4dc : Added tag jdk-9+124 for changeset 956490b8da9c
12c90f242c8 : Added tag jdk-9+124 for changeset 45cbf2937973
d830ecdfcd0 : Added tag jdk-9+124 for changeset ed6e6065418a
687c434b654 : Added tag jdk-9+124 for changeset b3344e373fbe
c8233a3d2b1 : Added tag jdk-9+124 for changeset 6f7d687193a4
a2b86b0b437 : Added tag jdk-9+124 for changeset 55d10fdcb59e
aaa227edf4b : Added tag jdk-9+124 for changeset 4c952b4cc533
b670b3bc081 : 8157306: Random infrequent null pointer exceptions in javac
cfe7d160029 : 8162603: Unrecognized VM option 'UseCountedLoopSafepoints'
00c5ef5b274 : 8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabled
2e230d9e9c0 : 8152438: Threads may do significant work out of the non-shared overflow buffer
7078f8d11ba : 8162384: Performance regression: bimorphic inlining may be bypassed by type speculation
bfe3695204d : 8162419: closed/com/oracle/jfr/runtime/TestVMInfoEvent.sh failing after JDK-8155968
d22bbb25dac : 8152172: PPC64: Support AES intrinsics
fae87633705 : 8161144: Fix for JDK-8147451 failed: Crash in Method::checked_resolve_jmethod_id(_jmethodID*)
d2a00c200ee : Added tag jdk8u122-b00 for changeset 2ebd7a513727
c2963b2dd9f : 8157306: Random infrequent null pointer exceptions in javac
705cc54163f : 8162603: Unrecognized VM option 'UseCountedLoopSafepoints'
fe19828989b : 8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabled
bd8d2681521 : 8152438: Threads may do significant work out of the non-shared overflow buffer
04fd0e9f667 : 8162384: Performance regression: bimorphic inlining may be bypassed by type speculation
da87aa03629 : 8162419: closed/com/oracle/jfr/runtime/TestVMInfoEvent.sh failing after JDK-8155968
5fce4dbe67b : 8152172: PPC64: Support AES intrinsics
d9dd5003c91 : 8161144: Fix for JDK-8147451 failed: Crash in Method::checked_resolve_jmethod_id(_jmethodID*)
0266d917762 : Added tag jdk8u122-b00 for changeset 76b2315abd01
eded7ae7949 : 8157306: Random infrequent null pointer exceptions in javac
52d291dd00f : 8162376: TestSHA512Intrinsics.java failed with Unexpected count of intrinsic _sha5_implCompress is expected
e94d8e44dd7 : 8162427: fix indent in CompileTask::print_tty
c52af628aba : 8161651: Logic in ConnectionGraph::split_unique_types() wrongly assumes node always have memory input
cabbc68c644 : 8161190: AArch64: Fix overflow in immediate cmp instruction
86961b9419c : 8161265: [JVMCI] EnableJVMCI should only be required when its not implied by other flags
48476abaa6f : 8071652: -XX:CompileOnly does not behave as documented
8ad8a1e35ef : 8161695: compiler/jsr292/MHInlineTest.java can't be run on client-only platforms
70dd85aca80 : 8158756: [Testbug] serviceability/dcmd/compiler/CompilerQueueTest.java fails with TieredStopAtLevel=1
71fd93cbb74 : 8161508: JVMCI: MaterializeVirtualObjectTest fails w/ "CASE: invalidate=true: has no virtual object before materialization
e26d43a2a3a : 8161603: [JVMCI] HotSpotVMConfig.baseVtableLength is incorrectly computed
913ccd67d42 : 8161274: [JVMCI] compiler/jvmci/events/JvmciNotifyInstallEventTest.java fails with NoClassDefFound
368df4fd8da : 8161292: [JVMCI] missing test files from 8159368
6cf9b5c453f : 8160245: C1: Clean up platform #defines in c1_LIR.hpp
0f34ca00f27 : 8157861: [TESTBUG] compiler/jvmci/compilerToVM/ReprofileTest.java failed with RuntimeException
24fa7f4177f : 8157984: [TESTBUG] Several compiler tests fails when are executed with -XX:TieredStopAtLevel=1
558ac48a19b : 8161068: jdk.vm.ci.hotspot.test.MethodHandleAccessProviderTest fails
684f63ba14b : 8160761: [TESTBUG] Several compiler tests fail with product bits
e19479825aa : 8151280: update hotspot tests to use vm.compMode instead of their own logic
0ad282bb4c7 : 8159467: AArch64: Enable compact strings
bb341f3b115 : 8161072: AArch64: jtreg compiler/uncommontrap/TestDeoptOOM failure
e22a63d1c63 : 8141633: Implement VarHandles/Unsafe intrinsics on AArch64
8afad6f4340 : 8160773: error: package jdk.internal.jimage does not exist
4c31d5f7450 : 8160360: Mismatched field loads are folded in LoadNode::Value
3e441ea1a22 : 8159888: [JVMCI] the client VM build is broken when INCLUDE_JVMCI is defined
b64a4110b33 : 8159129: TestStringIntrinsicRangeChecks fails w/ No exception thrown for compressByte/inflateByte
d442aea3c9d : 8056950: Compiled code (64-bit) on SPARC should sign extend INT parameters passed on registers to runtime or native methods
b582e23cba0 : 8159368: [JVMCI] SPARCHotSpotRegisterConfig.callingConvention gives incorrect calling convention for native calls containing fp args
a0381422ddb : 8132919: Put compiler tests in packages
ad7a7786839 : 8098573: Compiler accesses to shared archive fail if archive is remapped
e990410b51f : 8160898: assert while replaying ciReplay file created using TieredStopAtLevel=1
48d49a9522a : 8160730: [JVMCI] compiler selection should work without -Djvmci.Compiler
6b764fc51aa : 8160657: Compiler HotSpot tests should use the "run driver" directive where applicable
b041084b5b7 : 8160276: Jittester: bytecode tests generation hangs in ClassWriter infinite loop
0bfd10d69e4 : 8160969: aarch64: CDS is broken after 8079507
9ab5f632b54 : 8160651: StubRoutines::_dtan does not restore callee save register rbx
037c3a6c390 : 8160647: [JVMCI] need to be able to copy internal arrays from LocalVariableTable and LineNumberTable
77c3e193803 : 8153194: PreserveFPRegistersTest.java runs out of memory in the nightlies
9bea129ff75 : 8160197: [JVMCI] AllocatableValue.toString overrides are missing reference information
dd9f85e74d7 : 8160189: Fix for 8159335 breaks AArch64
9c2efbf8d43 : 8057791: Selection in JList is drawn with wrong colors in Nimbus L&F
8da3aad9658 : 8057791: Selection in JList is drawn with wrong colors in Nimbus L&F
1621ac0b427 : 8159976: PPC64: Add missing intrinsics for sub-word atomics
8189de56083 : 8159730: compiler/jvmci/compilerToVM/IsMatureTest failed with "Multiple times invoked method should have method data (assert failed: 0 != 0)"
3ad2ec4ed46 : 8159803: Jittester: FileAlreadyExists exception during tests generation
7aca8d6fe4f : 8158650: [jittester] when generating tests with default parameters, generation hangs after 98 test
3f0273a3c43 : 8154737: Rename VarHandle.compareAndExchangeVolatile to VarHandle.compareAndExchange
8b5cbab0f51 : 8158980: Memory leak in HTTP2Connection.streams
0f137a3deb4 : 8160141: removed deprecated method calls in nashorn code
46fa7d986ac : 8159613: [Findbugs] various warnings reported for JVMCI sources
5791bf6bd63 : 8154399: Need replacement for jdk.javadoc/com.sun.tools.doclets.standard.Standard 8159096: Expose (new) Standard doclet class
98f7893e833 : 8154399: Need replacement for jdk.javadoc/com.sun.tools.doclets.standard.Standard 8159096: Expose (new) Standard doclet class
f2b622bfb31 : 8074580: sun/security/pkcs11/rsa/TestKeyPairGenerator.java fails due to PKCS11Exception: CKR_FUNCTION_FAILED
d64a4e7df3a : 8158850: [JVMCI] be more precise when enforcing OopMapValue encoding limitations
1e3a876d37d : 8159856: [JVMCI] InterpreterFrameSizeTest.java failed compilation
e922fb0afba : 8159545: closed/java/io/Console/TestConsole.java failed with exit code 1
9af3e0cccb6 : 8146975: NullPointerException in IIOPInputStream.inputClassFields
11022ad3bdd : 8146975: NullPointerException in IIOPInputStream.inputClassFields
0b3dfe9fe95 : 8146975: NullPointerException in IIOPInputStream.inputClassFields
b42cf6afd79 : 8146975: NullPointerException in IIOPInputStream.inputClassFields
773a50bc6fc : 8158581: ciReplay can not be run w/ JFR enabled
b7a1198385e : 8146490: Direct indirect CRL checks
b67adce3663 : 8146490: Direct indirect CRL checks
5856fc08008 : 8152745: javax/net/ssl/TLS/TestJSSE.java fails intermittently: Unsupported or unrecognized SSL message
f37c6e1161a : Added tag jdk8u102-b14 for changeset 5ded7c3aea04
7c7c2b49d66 : Added tag jdk8u102-b14 for changeset bcfb79837835
16c7eafeb88 : Added tag jdk8u102-b14 for changeset d4ceb8aba2e7
802c08a6c44 : Added tag jdk8u102-b14 for changeset a09d393bcbb4
a14c9e68822 : Added tag jdk8u102-b14 for changeset b7e56e71909e
1784782897a : Added tag jdk8u102-b14 for changeset f8094f725d2d
7004d74344f : Added tag jdk8u102-b14 for changeset 6ec170cdcb13
f03d2fdb01b : Added tag jdk8u102-b14 for changeset 3a5658a5eddb
a18d8456b78 : Added tag jdk8u102-b14 for changeset a78b78e8d53e
1c391588c34 : Added tag jdk8u102-b14 for changeset f99cf13b069b
5c227bfdaec : 8159781: jlink --include-locales fails with java.util.regex.PatternSyntaxException
f75dec550b5 : Added tag jdk8u102-b14 for changeset 0bb73ece672d
abdb906ec2e : Added tag jdk8u102-b14 for changeset 0680cedd2af9
7850bab4c76 : Added tag jdk8u102-b14 for changeset c04b3ca56b99
946d25a69f0 : Added tag jdk8u102-b14 for changeset 76d5332ff7bc
894a55b94cb : Added tag jdk8u102-b14 for changeset 527a8a9f8f43
1be4f53abe1 : Added tag jdk8u102-b14 for changeset 33f67e364e41
d172b7b70b4 : 8159977: typeof operator does not see lexical bindings declared in other scripts
109e24d96ef : 8155099: Remove duplicate comments from G1Policy
84707992616 : 8159959: Quarantine java/lang/management/MemoryMXBean/Pending.java
f6c1efe6acb : 8156803: Turn StressLCM/StressGCM flags to diagnostic
423717c1568 : 8152438: Threads may do significant work out of the non-shared overflow buffer
34f5b60b4ab : 8157166: Update spec to account for platforms that do not support multicast
b75020a9b01 : 8071660: URLPermission not handling empty method lists correctly
c213f457ce5 : 8159766: "Switching encoding from UTF-8 to ISO-8859-1" log message should be trace/debug message
193d350e556 : 8157530: Remove intermittent key from javax/net/ssl/DTLS/WeakCipherSuite.java
c2d3972b13f : Added tag jdk8u102-b13 for changeset a3ee00c0fa7d
cb4bb00aa9b : Added tag jdk8u102-b13 for changeset 6b98cfd3cc93
79ad97886d9 : Added tag jdk8u102-b13 for changeset 80c1ff4b75b2
df122f59d1c : Added tag jdk8u102-b13 for changeset 8ee3c9bfa836
b76723f6c58 : Added tag jdk8u102-b13 for changeset b6fc731a7f04
a70dbf39193 : Added tag jdk8u102-b13 for changeset 6363d723b2de
732a648300a : Added tag jdk8u102-b13 for changeset dc16aab2bc5e
dc04f829d7b : Added tag jdk8u102-b13 for changeset ff78b3a4d639
3cd951690a7 : Added tag jdk8u102-b13 for changeset b0a9a25e4ca0
0257fedabb6 : Added tag jdk8u102-b13 for changeset 70f3b798718c
b0220313661 : Added tag jdk8u102-b13 for changeset b2197dedea13
a9a5f3dcc73 : Added tag jdk8u102-b13 for changeset da7271ad8a16
8d56ac9ac0a : Added tag jdk8u102-b13 for changeset 7d8dcf1ecb2e
eba51ea22c4 : Added tag jdk8u102-b13 for changeset 150e618fb073
c3c51a96499 : Added tag jdk8u102-b13 for changeset f7d06d56e9d8
f5f152e568d : Added tag jdk8u102-b13 for changeset 1c6ec994498b
a7acc2dcfd9 : Added tag jdk8u101-b13 for changeset 33d78d7b6f20
c5080540099 : Added tag jdk8u101-b13 for changeset 2d3faa1bad5b
1c790fcc59a : Added tag jdk8u101-b13 for changeset d3e9eca3244f
56eda3991da : Added tag jdk8u101-b13 for changeset 063dce8afd33
009d3c0a08d : Added tag jdk8u101-b13 for changeset fcd76b1bc01b
bfc61910ac1 : Added tag jdk8u101-b13 for changeset 78e772df7a83
82a642366bf : Added tag jdk8u101-b13 for changeset e80f3b392434
c0bac976bfb : Added tag jdk8u101-b13 for changeset 24f844785c44
2189e734a03 : Added tag jdk8u101-b13 for changeset 25d998da1c16
512b7a6e040 : Added tag jdk8u101-b13 for changeset 4e850ec86788
64e634e9238 : Added tag jdk8u101-b13 for changeset e4d96ee9eaa0
c9d4e6512d8 : Added tag jdk8u101-b13 for changeset a6fce11a4b27
76d15bd9060 : Added tag jdk8u101-b13 for changeset 54c2b93939e4
e9f8d5d5d70 : Added tag jdk8u101-b13 for changeset 00cebee6d0f4
527628d867d : Added tag jdk8u101-b13 for changeset 757f14a8522a
22d51e8a18b : Added tag jdk8u101-b13 for changeset 1d2c675ae693
161976b05f1 : 8153743: AllocateHeap() and ReallocateHeap() should use ALWAYSINLINE macro
afc9349c937 : 8155949: Support relaxed semantics in cmpxchg
cadb9794d96 : 8022291: Mac OS: Unexpected JavaLaunchHelper message displaying
035a4b7b987 : 8065861: Pressing Esc does not set 'canceled' property of ProgressMonitor
267d644dc65 : 8159068: The rendering of JTable is broken
349451667bf : 8154816: Caps Lock doesn't work as expected when using Pinyin Simplified input method
62f43835784 : 4497648: TextLayout equals method is not implemented
1d8080cca95 : 6601097: Margins are not reset to hardware margins when width/height is 0 or -ve alongwith x, y
69128416e46 : 8057791: Selection in JList is drawn with wrong colors in Nimbus L&F
76cbe40b084 : 8155740: [macosx] robot.keyPress and robot.keyRelease do not generate key event for Alt-Graph key VK_ALT_GRAPH
1357181c559 : 8139189: Review request for 8139189: VK_OEM_102 dead key detected as VK_UNDEFINED
c5d53536bda : 8075516: Deleting a file from either the open or save java.awt.FileDialog hangs
e18eaa2e9ba : 8159548: Formatter returns unexpected strings if locale is null
23e0d96f6e1 : 8132920: use package in compiler testlibraries
300dc664ff6 : 8160025: compiler/testlibrary/uncommontrap/Verifier doesn't close FileReader
6f94a3f4bfa : 8136453: Parameter name indices array size not updated correctly
f255690f018 : 8157253: Fix compare script for html files
7be41495c20 : 8159628: Bundles contain extra /./ path element for all files
e0c6d91241f : 8156742: Miscellaneous WebSocket API improvements
f2490e91943 : 8024137: Flags should be set using the proper macro
464bfe497d7 : 8048093: Explicitly setting := vs = in the -XX:+PrintFlagsFinal output
6c974f899f6 : 8160006: Fix AArch64 after changes made by 8151661
ae902dcae3a : Added tag jdk8u112-b01 for changeset 80d223ad9345
e2822cd9326 : Added tag jdk8u112-b01 for changeset ab6ae584683a
28170126799 : Added tag jdk8u112-b01 for changeset a8c2689e1d6c
99f8ed506a9 : Added tag jdk8u112-b01 for changeset 0d1612c2ec75
e87d13b9ed6 : Added tag jdk8u112-b01 for changeset 64e67f91375b
1201dea778e : Added tag jdk8u112-b01 for changeset 76bdfd7c4c5f
f5124410fad : Added tag jdk8u112-b01 for changeset bf89bc56b631
0610a10c7a1 : Added tag jdk8u112-b01 for changeset 82b4894c621c
f8e4173a4ef : 8151661: Performance regression on Solaris-SPARC in 9-b103
5a6cf21aeca : Added tag jdk8u112-b01 for changeset 5b8c880e2e9d
91899443743 : Added tag jdk8u112-b01 for changeset bd53a55bbe61
85e75ffe01b : Added tag jdk8u112-b01 for changeset 1b0d8a9b9d51
2417330ea19 : Added tag jdk8u112-b01 for changeset 8b2256458e83
a6e238f0fe3 : Added tag jdk8u112-b01 for changeset 82148cbc99bd
53767a95a7f : Added tag jdk8u112-b01 for changeset a3993e3cafa4
4a6c3bac4f3 : Added tag jdk8u112-b01 for changeset 3922735e5f87
0b2ad5c48c9 : Added tag jdk8u112-b01 for changeset 41cc0d5dd255
ab8411ced87 : Added tag jdk8u111-b01 for changeset 2acfa6a6b091
ff59d481dea : Added tag jdk8u111-b01 for changeset 966371b1278e
4a4285b9c0b : Added tag jdk8u111-b01 for changeset 1ebc58b4838b
32ef6314e63 : Added tag jdk8u111-b01 for changeset d9a63f8d9e77
0a1021460c7 : Added tag jdk8u111-b01 for changeset d5c78b901505
69ce9e1a098 : Added tag jdk8u111-b01 for changeset c7d3447baeac
8f3c5718eba : Added tag jdk8u111-b01 for changeset 547c69d8c3af
11834f33f59 : Added tag jdk8u111-b01 for changeset a9f3c74f9038
75b6b2060e7 : Added tag jdk8u111-b01 for changeset d35e72225a3f
5d864886022 : Added tag jdk8u111-b01 for changeset f9b689545ad0
78cec4ebcf5 : Added tag jdk8u111-b01 for changeset 68b8a314e7eb
4f77314f4e5 : Added tag jdk8u111-b01 for changeset 35bde5066f74
108bd0dc6bc : Added tag jdk8u111-b01 for changeset 266fa0e7b986
40f6ebc85a0 : Added tag jdk8u111-b01 for changeset e279d7529924
1266b301bff : Added tag jdk8u111-b01 for changeset 8cbe0d0eb5a6
02bc54e8509 : Added tag jdk8u111-b01 for changeset 9b2d05cff835
6ae11043e90 : 8114860: Behavior of java.net.URLPermission.getActions() contradicts spec
bb15c9c8bf2 : 8154234: Remove netdoc URL protocol Handler
f842de1dd29 : 8028162: Update Netbeans / Solaris Studio project files on Mac 8028163: Update Netbeans / Solaris Studio project files on Linux 8028164: Update Netbeans / Solaris Studio project files on Solaris
c49eb0c2b66 : 8158802: com.sun.jndi.ldap.SimpleClientId produces wrong hash code
708c94be94d : 8151283: Implement setting jtreg @requires property vm.isG1Supported
b66265312cc : 8151283: Implement setting jtreg @requires property vm.isG1Supported
0d9142bf891 : 8159834: Add some support for jtreg test headers in IntelliJ langtools project
e011bbd371f : 8159593: Plugin Set<Category> getType() should return a Category
3895ad9e00c : 8159370: Add FlagGuard for easier modification of flags for unit tests
47ade5bbb93 : 8144008: Setting NO_PROXY on HTTP URL connections does not stop proxying
038bf7d7900 : 8159590: Remove deprecated methods from jdk.internal.misc.VM
6c5912ccaa3 : 8159590: Remove deprecated methods from jdk.internal.misc.VM
5ae683a18fe : 8155730: HeapInfoDCmd should get Heap_lock
9fac1b59ca3 : 8155968: Update command line options
ac6076fd2be : 8155968: Update command line options
79377a1bf10 : 8159666: Better CDS support for Event-based tracing
8c65ff9c8c7 : 8157318: ThreadedSeedGenerator uses System.currentTimeMillis and stops generating when time is set back
efac3d44f29 : 8159879: Some typo and minor test bugs in ava/lang/module/ModuleReferenceTest.java and ConfigurationTest.java
a1025d05353 : 8049314: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java fails intermittently with "Unexpected EOF" message
bc0e20636ea : 8146975: NullPointerException in IIOPInputStream.inputClassFields
9354f95c6a7 : 8146975: NullPointerException in IIOPInputStream.inputClassFields
432ff69a8b0 : 8136738: InputStream documentation for IOException in skip() is unclear or incorrect
aba0a631d8e : 8159537: create build file to generate diags reports for all locales
00314964d64 : 8159470: Error message for ICCE for MethodHandle constant pool not helpful
734dbe4089d : 8158039: VarHandle float/double field/array access should support CAS/set/add atomics
2a16316429a : 8154820: JDWP: -agentlib:jdwp=help assertion error
2b450085d55 : 8159756: javadoc tests needs a tool invoker
0aeecb0f7d9 : 8159324: JDK9 message drop 10 resource updates
ac5c0f2d314 : 8159324: JDK9 message drop 10 resource updates
d99735d9ea3 : 8159324: JDK9 message drop 10 resource updates
2e16218e6d6 : 8157592: StackTraceLogging fails with stack overflow on 32-bit Windows
d8ed3afe96a : 8041909: Uncaught exceptions in JComboBox listeners cause listener not to receive events
152f87ef6c6 : 8158039: VarHandle float/double field/array access should support CAS/set/add atomics
cc10eca0b07 : 8159720: Failure of C2 compilation with tiered prevents some C1 compilations
1f71896acb8 : 8156614: Lazy parsing of ES6 shorthand method syntax is broken
8fec1a32a52 : 8150219: ReferenceError in 1.8.0_72
33c9871c896 : 8150219: ReferenceError in 1.8.0_72
acd4bf8777d : 8150219: ReferenceError in 1.8.0_72
3e708976371 : 8159244: Partially initialized string object created by C2's string concat optimization may escape
8a9760b3c77 : 8159244: Partially initialized string object created by C2's string concat optimization may escape
d3e51426941 : 8155955: packager needs to determine the root modules to create JRE image
2ac6a74d793 : 8159762: Some minor test bugs in java/lang/module/ModuleDescriptorTest.java
744c2570151 : 8159501: ShortRSAKey512.java intermittently times out
6f7a85797e4 : 8059631: Use of '#' to represent MethodHandle kind is confusing
6f1a8190538 : 8159749: Update toolbox ModuleBuilder for doc comments
35ee3034b6f : 8158992: langtools/test/Makefile: improve support for control via variables
23a9fbcadd7 : 8159630: Add new test for jdk.internal.misc.VM::getRuntimeArguments
b41054bc290 : 8159524: jdeps -jdkinternals throws NPE when no replacement is known
2fce52789b1 : 8155808: Process.getInputStream().skip() method is faulty
62648293e74 : 8159680: Inference failure with unchecked subtyping and arrays
d7695b19e96 : 8159821: "PrimitiveStream.iterateFinite" methods contain incorrect code sample
59e24cdba0d : 8158412: [TESTBUG] TestIHOPErgo and TestStressG1Humongous should not be executed when JFR is enabled
4dd736d71a0 : 8158412: [TESTBUG] TestIHOPErgo and TestStressG1Humongous should not be executed when JFR is enabled
36ac8c8a004 : 8153394: Add Unified Logging to make it easy to trace time taken in initPhase2
d6d355ab076 : 6966350: Empty pages when printing on Lexmark E352dn PS3 with "1200 IQ" setting
f04cf89a79b : 8157831: JVMCI tests should not be executed on linux-arm32
511a5e6cbff : 8157831: JVMCI tests should not be executed on linux-arm32
5ba173dae13 : Added tag jdk-9+123 for changeset 88f6e6f58798
4bc32350379 : Added tag jdk-9+123 for changeset 28e775c6e08e
c30dce59786 : Added tag jdk-9+123 for changeset eb31fc6b71a7
b6d0e90eaea : Added tag jdk-9+123 for changeset 3a36994e91a2
43ed5d5c477 : Added tag jdk-9+123 for changeset 407ee1280983
41ed671d7c0 : Added tag jdk-9+123 for changeset 23d765900a30
41bb6da8ff3 : Added tag jdk-9+123 for changeset 0bc7ed792590
f3741800fe0 : 8156871: Possible concurrency issue with JVM_AddModuleExports
3bd31d61ae2 : 8159093: Fix coding conventions in Marlin renderer
6fdbed76992 : 8156226: DiagnosticCommandImpl::invoke throws not very comprehensive message in case if method exists but signature or parameters are wrong
eba25b33b9f : 8152271: MemberNameTable doesn't purge stale entries
e1026a3b8db : 8158817: add documentation for NativeMath
b07d2cc56db : 8152419: JColorChooser throws Exception
964b5e2fe5c : 6386906: Faulty rounding code in BMPImageReader.decodeRLE4()
b8668ac9456 : 8159350: G1 String deduplication logging malformed
9707ae0c4e1 : 8153278: sun/tools/jps/TestJpsJar.java fails in hs nightly
e663206d076 : 8157726: VarHandles/Unsafe should support sub-word atomic ops
048538542ac : 8154106: UL Xlog:help regd'g 'rt' tag
14621ff60c5 : 8139379: Tests fail with assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod
6294f0770b0 : 8159715: Fix for 8072422 is incorrect
063397934df : 8159149: Several compiler tests fail with minimal VM
46225e207d4 : 8158754: compilercontrol tests: RandomCommandsTest.java and RandomValidCommandsTest.java - fail in PIT
f5b4d9e51f5 : 8149778: serviceability/tmtools/jstat/GcCapacityTest.java causes JVM to hang during GC
a222aedf0fa : 8159135: [PIT] javax/swing/JMenuItem/8152981/MenuItemIconTest.java always fail
cde1cc0b566 : 8158204: accessExternalSchema property handling is inconsistent and differs from spec
d3d0beed42f : 8158836: langtools build.xml needs some adjustments
8bb7f84d007 : Added tag jdk8u111-b00 for changeset 7dc0f347a91f
a465f6633fc : Added tag jdk8u111-b00 for changeset 365ef142ac6a
3f3cc40ea11 : 8058244: missing error in qualified default super call
69bdc4f2475 : 8159328: [TESTBUG] ProblematicFrameTest.java throws an exception (due to trying to access Unsafe) but still passes
ada2d657939 : 8159255: [TESTBUG] XpatchJavaBase.java compilation failure
d4a743435b7 : 8068460: Pretty printing for loops
165d1a862d4 : 8158260: PPC64: unaligned Unsafe.getInt can lead to the generation of illegal instructions
c4101a325d3 : 8158373: SIGSEGV: Metadata::mark_on_stack
7b8a673a508 : 8158260: PPC64: unaligned Unsafe.getInt can lead to the generation of illegal instructions
08f6fb61001 : 8158373: SIGSEGV: Metadata::mark_on_stack
0f8af0955ce : 8132713: Add tests which check that Humongous objects behave as expected after finishing ConcMark Cycle
4c8fc963f7f : 8159396: javadoc getSupportedVersion returns 8 instead of 9
6d82cbce2af : 8151385: [hidpi] JOptionPane-Icons only partially visible when using Windows 10 L&F
fcff9c216b0 : 8159010: [JVMCI] crashes with class redefinition
f81f745028d : 8159236: [JVMCI] Window-saved SPARC registers should not be considered callee-save
0fd874e9c58 : 8158260: PPC64: unaligned Unsafe.getInt can lead to the generation of illegal instructions
9f373603a0e : 8159167: [JVMCI] fix HotSpotVMConfig startup performance
03ca2bc3a63 : Added tag jdk8u102-b12 for changeset 73d07589ac01
bc18b4dca42 : Added tag jdk8u102-b12 for changeset 27f86ad05a54
bcddfd5d9d8 : Added tag jdk8u102-b12 for changeset 984a2555b004
cb5134a20e2 : Added tag jdk8u102-b12 for changeset bfc23ed396d9
c188cb6acfb : Added tag jdk8u102-b12 for changeset f188930466d7
da687760cae : Added tag jdk8u102-b12 for changeset 38ea7c7acb55
0a9e7e685be : Added tag jdk8u102-b12 for changeset a2811e35697e
5fe42c94671 : Added tag jdk8u102-b12 for changeset 672f4829391a
844f7a138ea : Added tag jdk8u102-b12 for changeset 9e3634b4ac2f
1d3aecf84c4 : Added tag jdk8u102-b12 for changeset cd97e5904586
80ef80762eb : Added tag jdk8u102-b12 for changeset 29be3f5706be
b98c4c27090 : Added tag jdk8u102-b12 for changeset 25e5f4c981ad
177fb549ed4 : Added tag jdk8u102-b12 for changeset 9845768f6630
0d91f31b9a9 : Added tag jdk8u102-b12 for changeset a6a844b6b637
e121b2e9698 : Added tag jdk8u102-b12 for changeset 1ef25068b986
89d6aaa1890 : Added tag jdk8u102-b12 for changeset faeca9c398f2
ad3c95a0031 : Added tag jdk8u101-b12 for changeset c52a4fdc1a57
4aceee48546 : Added tag jdk8u101-b12 for changeset 05b31a933d1c
720a24a8fa1 : Added tag jdk8u101-b12 for changeset 9f9d030ef40a
50e57b907d7 : Added tag jdk8u101-b12 for changeset 1fd85b7244c7
c36719b2508 : Added tag jdk8u101-b12 for changeset bd85280cec3e
8af41c358ff : Added tag jdk8u101-b12 for changeset e8330fbf84f7
4c7083923f0 : Added tag jdk8u101-b12 for changeset 79dd50380bb6
86da013ccb5 : Added tag jdk8u101-b12 for changeset 226489146d2d
1c401bf1803 : Added tag jdk8u101-b12 for changeset 74139a43d4c2
b8a5e4b14fe : Added tag jdk8u101-b12 for changeset 40b8f3218299
5f449871e45 : Added tag jdk8u101-b12 for changeset 5895ea9e0e05
52a5a827d5d : Added tag jdk8u101-b12 for changeset de6c46228be4
ca1c1be4e37 : Added tag jdk8u101-b12 for changeset 0d2b89910231
df1a2755211 : Added tag jdk8u101-b12 for changeset 7901dd24eac3
36b34ac96a0 : Added tag jdk8u101-b12 for changeset 43db847133ec
361606f3cf4 : Added tag jdk8u101-b12 for changeset 9e7da2a24aab
680e1a3a287 : 8157490: JCK test vm/jni/DefineClass/dfcl001/dfcl00101m1/dfcl00101m1 crashes when run with -Xlog:classload=info
6461c37c9a1 : 8041924: sun/net/www/http/ChunkedOutputStream/checkError.java fails on some systems
0b4f69d0153 : 8159378: Correct wording of RoundEnvironment.getElementsAnnotatedWithAny
c52bd6ba1da : 8155880: Fix langtools usage of the deprecated Class.newInstance method
0d886c8179d : 8158237: JVMTI hides critical debug information for memory leak tracing
fea4ad3fefe : 8158237: JVMTI hides critical debug information for memory leak tracing
1d07931eaea : 8159366: Header guards missing for unittest.hpp
d39f9a9b559 : 8159365: assert is not defined for unit tests
3be991b9fb7 : 8159364: Gtest unit tests does not support PCH
2c8f465c47c : 8158630: Langtools Intellij project is missing some source roots
cace72a5ad6 : 8159220: Preserve position info in module import and export entries
de7ab979ecc : 8158033: Notify_tracing() misplaced for intended purpose
1fd8321e15e : 8159340: Add extension to CompileGtest.gmk
fce572affb3 : 8156181: UL: File size limit on 32 bit Linux
9eeb285818a : 8072440: serviceability/dcmd/ tests timeout
8a945875b60 : 8159335: Fix problems with stack overflow handling
b9e8313df2f : 8062758: Update java/security/Security/ClassLoaderDeadlock/Deadlock2.sh with the removal of -Djava.ext.dirs
78f6770876d : 8159186: jdk/test/Makefile: allow users to set verbosity
763be5ec146 : 8159039: sun/net/httpclient/hpack/HeaderTableTest.java fails on some locales
3fe37018805 : 8159334: ModuleDescriptor retains overlapping sets for all and concealed packages
4123c261449 : 8139507: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs
bc833edb16d : 8158620: Enable debug option for sun/security/ec/TestEC.java
5c046950cee : 8158519: Incorrect network mask and broadcast address on Linux when there are multiple IPv4 addresses on an interface
4c69f478050 : 8153666: Optimize Formatter.formatMessage
c5b3a7c036f : 8151913: Fix module dependencies in java/net tests
0530bceffce : 5041778: (ann) AnnotationFormatError if "default" Class type not found
ec53a439628 : 8158534: DrbgParameters strength parameter is underspecified if < -1
032b90ef59c : 8157665: ProblemList.txt needs to be updated as 7041639 closed
e4edbb46177 : 8158123: NPE when the annotations is used in export-to of module-info
9f0c345f7f8 : 8114827: JDK 9 multi-release enabled jar tool
7dd146f0728 : 8160439: Replace asserts in VarHandle.AccessMode with tests
7a7b5b32cfe : 8160502: Problem listing of several http2 tests
c19f3e0db25 : 6233323: ZipEntry.isDirectory() may return false incorrectly 8144977: Class.getResourceAsStream("directory") in JAR returns broken InputStream
ed73972cdaf : 8143640: Showing incorrect result while passing specific argument in the Java launcher tools
ef2abc8eff6 : 8160459: jlink minor code clean up
78f385b79a9 : 8153955: increase java.util.logging.FileHandler MAX_LOCKS limit
e926c778457 : 8156536: Remove intermittent key from TreeTest.java and move back to tier1
0304fe9931b : 8158504: test/sun/util/locale/provider/Bug8038436.java: non English locale(s) included in available locales
8576b106b75 : 8160346: JLinkTest.java should compute exact number of plugins from jdk.jlink module
23264135ec1 : 8159596: Add java --dry-run
a2ed8890026 : 8160000: Runtime.version() cause startup regressions in 9+119
6223e843f9e : 8160312: ArrayIndexOutOfBoundsException when comparing strings case insensitive
294b2a0ec9d : 8158458: Update references from "1.9" to "9"
448079796f8 : 8037804: Implement specified test for related functional interface types
5cffc0a3abc : 8144767: Fix handling of capture variables in most-specific test
eb64124e48f : 8158458: Update references from "1.9" to "9"
2f6adf09a01 : 8157627: Ucrypto prov need to workaround the renaming of CK_AES_GCM_PARAMS starting S11.3
18e69df0e86 : 8157495: SHA-3 Hash algorithm performance improvements (~12x speedup)
0818ea7b643 : 8026752: Cancel MetaspaceGC request for a CMS concurrent collection after GC
2f658b12e2f : 8159263: Problem list tools/jmod/JmodTest.java
9abd239affe : Added tag jdk8u92-b33 for changeset 5e262635fa4f
27496a208fc : Added tag jdk8u92-b33 for changeset 7e80b2e56ada
7f6a6ae9bda : Added tag jdk8u92-b33 for changeset ebdbcb5fc497
119d5804ab2 : Added tag jdk8u92-b33 for changeset df7c18fe086a
51ecdca36e0 : Added tag jdk8u92-b33 for changeset 5c7080af00e2
7364d97062d : Added tag jdk8u92-b33 for changeset d43eee2cf1dd
b848ed6a6bd : Added tag jdk8u92-b33 for changeset 4ddac83b7bc6
1a015827e4e : Added tag jdk8u92-b33 for changeset 9f37ee57132e
0b13c24dad1 : Added tag jdk8u92-b33 for changeset c5f53e018cf7
08b51f5e177 : Added tag jdk8u92-b33 for changeset 85538426b33c
242c0acfe98 : Added tag jdk8u92-b33 for changeset fcb84386c127
14d67527276 : Added tag jdk8u92-b33 for changeset 85aa95cd3c76
2dca14ce4d3 : Added tag jdk8u92-b33 for changeset 689ce4cf38ac
13852418491 : Added tag jdk8u92-b33 for changeset 0c010e0f5667
fa6b54525c5 : Added tag jdk8u92-b33 for changeset a9a303dda944
b07a6f4c180 : Added tag jdk8u92-b33 for changeset a29aa4747b36
3c2951a8202 : 8144911: Consider having modifications to jdk.jlink trigger recreation of all jmods
0295c28e94c : 8055735: JDK_FILTER is broken
acac4bb5508 : 8040211: Update LSR datafile for BCP 47
b2d09f5c6c6 : 8155581: jshell tool: replace use of Option.get()
a00aaac22ac : 8159228: Exclude jlink tests until jrt-fs patterns are rectified
0c483d8e20a : 8156185: JDK-8024858 (long tooltip delay) is not fixed but is easily fixed
987c089f6b3 : 8159134: [PIT][TEST_BUG] failed to run java/awt/print/PrinterJob/PrintDlgSelectionAttribTest.java
4f9b85c627b : 8158758: [TEST_BUG] test/java/awt/print/PrinterJob/LandscapeStackOverflow.java fails on timeout
ff8336341cf : 8157925: Typo in the API documentation of X509KeyManager
71e200c7b83 : 8147585: Annotations with lambda expressions has parameter result in wrong behavior
801f8493e8e : 8147585: Annotations with lambda expressions has parameter result in wrong behavior
b5cd26324bb : 8156077: Support javadoc tags in module documentation
bb2fa4bc2db : 8150234: Windows 10 App Containers disallow access to ICMP calls
0017e8b5134 : 8150234: Windows 10 App Containers disallow access to ICMP calls
656510aa27f : 8155968: Update command line options
de3a140332a : Added tag jdk-9+122 for changeset 6155e509fca0
319bc827fb6 : Added tag jdk-9+122 for changeset 3d6ea76b35d6
021cc0e4d4e : Added tag jdk-9+122 for changeset 59f8ee713e5f
e0d4a000ff2 : Added tag jdk-9+122 for changeset 57f451f8c235
b2b9fa589af : Added tag jdk-9+122 for changeset 29957ed01d97
349ceca9d0c : Added tag jdk-9+122 for changeset 4fe343030c2a
33e732458e1 : Added tag jdk-9+122 for changeset 40c900f520ce
44209d545f6 : Added tag jdk-9+122 for changeset bbb89d6c08cc
50e2a2ced07 : 8158402: jlink: should use regex for all pattern operations (--order-resources or --exclude-resources)
32757e8ed8d : 8156995: jimage: extract specified contents
9cc375cdf9c : 8156994: jimage --help is not helpful
63715643fa1 : 8158933: String concat stringifiers setup should avoid unnecessary lookups
ad18ce3192c : 8158402: jlink: should use regex for all pattern operations (--order-resources or --exclude-resources)
8bb3799029d : 8159156: [TESTBUG] ReserveMemory test is not useful on Aix
ec1f537d10b : 8158174: jshell tool: leaks threads waiting on StopDetectingInputStream
87078542b8e : 8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559
3e56d347fbf : 8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559
e66c3d15964 : 8025130: [macosx] Frame setLocationByPlatform has no effect under Mac OS X
3e635157a94 : 8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559
13dd1d5bda1 : 8159047: Disable redundant build steps when creating buildjdk
41fa7638dde : 8147585: Annotations with lambda expressions has parameter result in wrong behavior
abf7117cde0 : 8158881: Doc typo in src/../java/net/URI.java
c9ecf65186e : 8157476: -Wlogical-not-parentheses warnings in JRSUIConstantSync.m
d618ceab2e1 : 8159073: : Error handling incomplete when creating GC threads lazily
c777916f51e : 8158571: Additional method handle validation
a1ebe17019a : 8158978: ALPN not working when values are set directly on a SSLServerSocket
b481b9418af : 8075299: Additional tests for krb5 settings
736bb10d543 : 8075299: Additional tests for krb5 settings
acebb68f1f5 : 8158571: Additional method handle validation
a586725170e : 8158571: Additional method handle validation
8857f65a036 : 8159034: 4 nashorn ant tests fail with latest jdk9-dev build with IncompatibleClassChangeError
7c857909cfc : 8156693: Improve usability of CompletableFuture use in WebSocket API
54ec7c6b21e : 8159031: jjs throws NoSuchFileException if ~/.jjs.history does not exist
ebf4782aa1a : 8159031: jjs throws NoSuchFileException if ~/.jjs.history does not exist
f8e11001614 : 8136771: Implement the license-swap logic as a make target
19c8ab3cdbf : 8159045: Remove const from methods returning size_t in threadLocalAllocBuffer.hpp
2a5aef1ee43 : 8159012: Problem list sun/net/www/http/ChunkedOutputStream/checkError.java
41b6361f347 : 8158851: MH.publicLookup() init circularity, triggered by custom SecurityManager with String concat and -limitmods java.base
8696e295a80 : 8139829: JShell API: No use of fields to return information from public types
fb10e2f2ae1 : 6212751: DOC: ServiceUI.printDialog() need to enhance the description for X,Y coordinates
3097f1a54dd : 8047780: [Doc] Locale.LanguageRange() throws an undocumented IAE when range is ill-formed
cb2da4e3e76 : 8158763: --disable-hotspot-gtest not working on Solaris
008425f637e : 8158938: AIX: some more new hotspot build fixes
3dee2d33a44 : 8158178: java.awt.SplashScreen.getSize() returns incorrect size for high dpi splash screens
dcaf52adab8 : 8157896: TestDSAGenParameterSpec.java test fails with timeout 8157898: SupportedDSAParamGen.java failed with timeout
0819f0a2b8f : 8157603: TestCipher.java doesn't check one of the decrypted message as expected
1fd92850f63 : 8144703: ClassCastException: sun.font.CompositeFont cannot be cast to PhysicalFont
4e88ae35698 : 8154816: Caps Lock doesn't work as expected when using Pinyin Simplified input method
d2b5e564383 : 8058865: JMX Test Refactoring
8be27b15b76 : 8147969: Print size of DH keysize when errors are encountered
38bc687395c : 8157603: TestCipher.java doesn't check one of the decrypted message as expected
91569f75560 : 8144703: ClassCastException: sun.font.CompositeFont cannot be cast to PhysicalFont
45ec26ea002 : 8154816: Caps Lock doesn't work as expected when using Pinyin Simplified input method
65bd37f0fc3 : 8058865: JMX Test Refactoring
11c5e2bf02d : 8147969: Print size of DH keysize when errors are encountered
1fedf2692e3 : 8157603: TestCipher.java doesn't check one of the decrypted message as expected
5a190a8ec6b : 8158922: jjs tab completion of Java classes shows package-private, "hidden" classes too
3cd4bea9534 : 8158535: Configure script uses basic tools directly in many places
31d11c4f489 : 8073611: javax.script.ScriptEngineFactory: formatting error in javadoc of getParameter
b263937bb25 : 8156650: Simplify Text message support in WebSocket API
a639b061e09 : 8138906: [TEST_BUG] Test test/script/trusted/JDK-8087292.js intermittently fails
c0e6d7a4928 : 8138906: [TEST_BUG] Test test/script/trusted/JDK-8087292.js intermittently fails
d3ebf81e39f : 8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86
d0668c07b45 : 8151015: JTextArea.insert() does not behave as expected with invalid position
e6dcf30b2ae : 8156121: "Fail forward" fails for GTK3 if no GTK2 available
fcc7521d15b : 8154431: Allow source and target based validation for the focus transfer between two JComponents
db4963b1d39 : 8158520: [TEST_BUG] java/awt/PrintJob/PrinterException.java fails on timeout
eb636ba0477 : 8151836: keytool -importkeystore -help does not list option -destprotected
16207b2fef4 : 8158442: SecureRandomParameters missing "@since 9"
c01b4909339 : 8157308: Make AbstractDrbg non-Serializable
5e8fb78dc19 : 8158870: Temporarily problem list DGCDeadLock.java on Mac
de17002b7c4 : 8156587: [JVMCI] remove Unsafe.getJavaMirror and Unsafe.getKlassPointer
5667f196e6c : Added tag jdk8u102-b11 for changeset 78bec53fbc12
005832a27c4 : Added tag jdk8u102-b11 for changeset e192328addfd
02c22b3b881 : Added tag jdk8u102-b11 for changeset 98fa7e36b67c
558e9b07072 : Added tag jdk8u102-b11 for changeset b393f16716d9
5b3e366f184 : Added tag jdk8u102-b11 for changeset 2649c7bda4ca
bac5197251d : Added tag jdk8u102-b11 for changeset 64903bc72ec4
0c557f079b0 : Added tag jdk8u102-b11 for changeset 9f1c99fda6df
fee020247c5 : Added tag jdk8u102-b11 for changeset ceb70956ae38
1444b18657f : Added tag jdk8u102-b11 for changeset f4485da6503e
6638abf0af2 : Added tag jdk8u102-b11 for changeset 80e34c79e923
0d379b40a92 : Added tag jdk8u102-b11 for changeset a8335228be65
d1d5fe683ab : Added tag jdk8u102-b11 for changeset cc4c950b543e
90b41fcdc6a : Added tag jdk8u102-b11 for changeset 70b7e69ed9f4
632cfcc7db3 : Added tag jdk8u102-b11 for changeset a36f87b94ff0
f79fa08db1e : Added tag jdk8u102-b11 for changeset b8f92d0153b2
20023e0584c : Added tag jdk8u102-b11 for changeset 3cf7131fbe37
029d69f3d01 : Added tag jdk8u101-b11 for changeset f4f3c806f0d7
f588221f269 : Added tag jdk8u101-b11 for changeset d6ea0c2bc828
a7bb2e89834 : Added tag jdk8u101-b11 for changeset f4e2511555dc
bbf87cc20ff : Added tag jdk8u101-b11 for changeset df6f7899d956
f8842b9b3bb : Added tag jdk8u101-b11 for changeset ba767637153d
a0af45e4f62 : Added tag jdk8u101-b11 for changeset f0f84a56ee3a
fefbbeac1fb : Added tag jdk8u101-b11 for changeset 6861eab45756
51d412300e2 : Added tag jdk8u101-b11 for changeset 19d8b3fab064
372d663db5d : Added tag jdk8u101-b11 for changeset 2d68e77168dc
5425b7eb9eb : Added tag jdk8u101-b11 for changeset 0745b54de48a
192cb95638e : Added tag jdk8u101-b11 for changeset acc476916788
2f0c7f7d07e : Added tag jdk8u101-b11 for changeset d22ea261c327
26f46baa43c : Added tag jdk8u101-b11 for changeset 91e5c899c467
ced6329ab23 : Added tag jdk8u101-b11 for changeset 37f0b0872d34
743eb8e67fc : Added tag jdk8u101-b11 for changeset 646485af0f7b
ed1d24644bb : Added tag jdk8u101-b11 for changeset 50ed90166bea
ffd210aefb1 : 8146156: Inconsistent default locale in string formatter methods
70ba9caaabc : 8146313: The java.beans.Statement.invoke() method handles 3-arg Class.forName incorrectly
af683a251d0 : 8158495: CCE: sun.java2d.NullSurfaceData cannot be cast to sun.java2d.opengl.OGLSurfaceData
08ab0a1ff67 : 8158736: Adapter class loaders can avoid creating named dynamic modules
389fc2ae258 : 8158171: MethodHandles.dropArgumentsToMatch(...) non-documented IAE
3af1187ad73 : 8152893: StackWalker#getCallerClass is not filtering hidden/ reflection frames when walker is configured to show hidden /reflection frames
4afc77c7cc9 : 8074819: Resolve disabled warnings for libzip
5b19c425fa0 : 8157189: 'iload_w' in shared class is not interpreted correctly
10a92943ae9 : 8158604: test/java/util/ResourceBundle/modules/appbasic missing @test
1023eb35840 : 8150187: NPE expected if the system identifier is null for CatalogResolver
4543e25bd3a : 8155936: Boolean value should be set 1/0 or true/false via VM.set_flag jcmd
f900ad6e425 : 8157479: jdk-9_solaris-x64_bin-debug.tar.gz error - typeflag 'L' not recognized
75edf4adfd9 : 8152404: Stabilize PackageEntry::package_exports_do
b1c5f2dfdd6 : 8158651: ConcurrentModification exceptions in httpclient
9ee4886e039 : 8158540: Open only linux-x86 builds using Jib fails when building "minimal" jvm
d8e6d7821f7 : 8148457: Remove jdk.nashorn.tools.FXShell class
05e9b6b1107 : 8158525: Update a few java/net tests to use the loopback address instead of the host address
7419c9549bf : 8158397: Crash: assert(save_resolved_method == resolved_method()) failed: does this change?
f29ed632132 : 8155009: [TESTBUG] jstack subtest of BasicLauncherTest should not be executed under OS X
97027caf34d : 8156537: Tools using MonitoredVmUtil do not parse module in cmdline correctly
ee120117f88 : 8158358: [TEST_BUG] test/javax/swing/JPopupMenu/8147521/PopupMenuTest.java: compilation failed
46b0a616eac : 8158246: Several api/org_xml/sax/helpers/XMLReader tests failed due to no SAXException occurs
27ca8ca42ff : 8146319: JEditorPane function setPage leaves a file lock
c438c098118 : 8074829: Resolve disabled warnings for libawt_headless
c301fb7188f : 8154750: Add missing OrderAccess operations to ClassLoaderData lock-free data structures
57b82df0b95 : 8157975: Remove duplicate files in sample API
74c27aab0f6 : 8157892: StackFrame::getFileName returns null when a source file exists for native methods 8157977: getByteCodeIndex method from StackFrame does not return negative number when StackFrame is a native frame
19c685726fb : 8131029: JShell: recover from VMConnection launch failure
98e2f679cf4 : 8158482: regex UNICODE_CHARACTER_CLASS flag cannot be disabled with an embedded flag expression
8b8fa260ddf : Added tag jdk-9+121 for changeset c95c5bc94fad
3e0f384c719 : Added tag jdk-9+121 for changeset 3e6c168b4edb
5f8d8da22bd : Added tag jdk-9+121 for changeset 2435017e82ff
1364efe9560 : Added tag jdk-9+121 for changeset 328b05f311d6
81930a49c92 : Added tag jdk-9+121 for changeset aab29ffdbd99
cfb3655bc61 : Added tag jdk-9+121 for changeset 513b90c8a326
fc591b926e0 : Added tag jdk-9+121 for changeset 108280e801f9
2242da0821b : Added tag jdk-9+121 for changeset 3bad4c36820b
9e48d360f5e : 8131024: JShell: multi-line comment not detected as incomplete
32e8e4695d0 : 8037947: functional interface causes ClassCastException when extending raw superinterface
52231939743 : 8158560: Mark java/rmi/transport/dgcDeadLock/DGCDeadLock.java as intermittently faiing
ca620f07d30 : 8158559: Fix for 8132216 breaks langtools build
09bca1c5760 : 8158551: BigDecimal.sqrt javadoc typo
1563e05cf0d : 8138705: Kitchen sink stress test fails
0e6bfb88184 : 8151876: (tz) Support tzdata2016d
aa9558ca906 : 8151876: (tz) Support tzdata2016d
17c048ae32d : 8158355: Inference graph dot support broken
09db90e3d11 : 8078382: Wrong glyph is displayed for a derived font
3eec24e5601 : 8156868: MethodHandles.zero(Class) doc issues
a739f3227db : 8132216: [Findbugs] Annotation$Array_element_value may expose internal representation
ab5510e51f4 : 8146167: Anonymous type declarations drop supertype type parameter annotations
e110eecba22 : 6842011: StackOverflowError printing landscape with scale and transform
a9834530de0 : 8139192: Custom ImageFilters return blank images in Java 8(.45) while working in 7
b0dbeeb56fd : 8158467: AccessControlException is thrown on public Java class access if "script app loader" is set to null
ff386a204f9 : 8158467: AccessControlException is thrown on public Java class access if "script app loader" is set to null
2c1f125385a : 8158467: AccessControlException is thrown on public Java class access if "script app loader" is set to null
db253716724 : 8132771: [TEST_BUG][macosx] Test javax/swing/JTree/DnD/LastNodeLowerHalfDrop.java fails for MacOSX
277d5f6f085 : 8152239: hotspot/test/gc/TestSmallHeap.java failed in jdk9
e643afc71ff : 8157838: Personalized Windows Font Size is not taken into account in Java8u102
922554cc434 : 8157838: Personalized Windows Font Size is not taken into account in Java8u102
1ce5faedb71 : 8158408: Font2DTest demo needs to use FontPanel resolution matching the screen
bda1b4299b6 : Added tag jdk8u92-b32 for changeset 8961ba1c772a
64aca7b0acc : Added tag jdk8u92-b32 for changeset 43698d91d0fb
9908c3adebd : Added tag jdk8u92-b32 for changeset d49718f236f9
2d6f7644428 : Added tag jdk8u92-b32 for changeset 32bc0f9ce78f
a00b0c1e0a0 : Added tag jdk8u92-b32 for changeset 6fa6519b30ff
33c95341357 : Added tag jdk8u92-b32 for changeset 58c7dc12f5ad
d37092eab63 : Added tag jdk8u92-b32 for changeset 83cb95829c23
6e1e2802976 : Added tag jdk8u92-b32 for changeset 15d8c7947b91
98e10a9c0a5 : Added tag jdk8u92-b32 for changeset b68556d7de16
9874e963912 : Added tag jdk8u92-b32 for changeset 0b68282c217a
2fa07302c7a : Added tag jdk8u92-b32 for changeset e095dcca1741
4e8529bcb6c : Added tag jdk8u92-b32 for changeset b9ab1e12f6c5
c558f44c588 : Added tag jdk8u92-b32 for changeset bd898ad5bc40
584d930cbc5 : Added tag jdk8u92-b32 for changeset 7a7a5422493f
be0b4e0ba4e : Added tag jdk8u92-b32 for changeset 99e6fa11bd52
0ef31088c7f : Added tag jdk8u92-b32 for changeset 668dbf792e2b
7cc6c1d5539 : 8158451: Problem list IncludeLocalesPluginTest.java
fae6e03a9b3 : 8059361: Properties.stringPropertyNames() returns a set inconsistent with the assertions from the spec
e48c0f85b22 : 8158430: Push tests for JDK-5040830
b589f49334a : 5040830: (ann) please improve toString() for annotations containing exception proxies
d17f9b96fe9 : 8061777: (zipfs) IllegalArgumentException in ZipCoder.toString when using Shitft_JIS
78bb28e4af2 : 8151876: (tz) Support tzdata2016d
bf1d1f818df : 8158338: Nashorn's ScriptLoader split delegation has to be adjusted
aa61351b6bc : 8158338: Nashorn's ScriptLoader split delegation has to be adjusted
6a4378d032e : 8154469: Update FSF address
ca04a56ab67 : 8154469: Update FSF address
868d9c0fdd9 : 8154469: Update FSF address
345ae1c59a1 : 8154469: Update FSF address
8fb837a1bf6 : 8145489: NPE while compiling annotations with qualified names in package-info.java
c2d57b48f73 : 8154469: Update FSF address
02a2a5eafd9 : 8154469: Update FSF address
d2e68b68302 : 8158302: Handle contextual glyph substitutions
1589a800569 : 8146490: Direct indirect CRL checks
a96f94cb3e8 : 8165274: SHA1 certpath constraint check fails with OCSP certificate
32d92f8f0de : 8167558: Add new JMOD section for header files and man pages
f1609914362 : 6378384: (reflect) subclass can’t access superclass’s protected fields and methods by reflection
8233dc0e08b : 8168091: jlink should check security permission early when programmatic access is used
9af3c3f9407 : 8168093: Need a way for the launcher to query the JRE location using Windows registry
c8c8e0945ee : 8168078: Remove permission to read all system properties granted to the jdk.crypto.ec module
a424ba8c8d8 : 8168073: Speed up URI creation during module bootstrap
16fadae534e : 8071678: javax.script.ScriptContext setAttribute method should clarify behavior when GLOBAL_SCOPE is used and global scope object is null
9852310517e : 8168096: markup error in "since" element spec of @Deprecated
ee0aa124a8c : 8167437: Fix module dependencies for tests that use internal API (java/lang)
f91e4dfbaf6 : 8165712: Grant permission to read specific properties instead of all to the jdk.crypto.ucrypto module
f81e33c84ab : 8154469: Update FSF address
cb5f2184082 : 8154469: Update FSF address
187ef8d90ae : 8154469: Update FSF address
136cd328bb8 : 8154469: Update FSF address
6cf5a3a19a5 : 8154469: Update FSF address
e3b5f499b7c : 8154469: Update FSF address
3c9941bd80c : 8158338: Nashorn's ScriptLoader split delegation has to be adjusted
65360411bb3 : 8152108: Correct jarsigner warning message about missing timestamp
4dad69bb2e7 : 8149043: Fix code indentation in test/compiler/stable tests
cdc436922a6 : 8157181: Compilers accept modification of final fields outside initializer methods
2ade029123c : 8158232: PPC64: improve byte, int and long array copy stubs by using VSX instructions
c6c73deca4a : 8157726: VarHandles/Unsafe should support sub-word atomic ops
3fddb369241 : 8159244: Partially initialized string object created by C2's string concat optimization may escape
467a5400d20 : 8158360: C1: SEGV in generated code
7846b3a26c0 : 8159282: quarantine compiler/jvmci/compilerToVM/ReprofileTest.java
62a2685b4b0 : 8158351: [JVMCI] NoClassDefFoundError: jdk/vm/ci/runtime/JVMCI
067e915c50e : 8158913: aarch64: SEGV running Spark terasort
dafa4695a0e : 8158985: [JVMCI] access to HotSpotJVMCIRuntime.vmEventListeners must be thread safe
e45caa8cbaa : 8158228: C1 incorrectly folds mismatched loads from stable arrays
9ead05c2dc2 : 8146416: java.lang.OutOfMemoryError triggers: assert(current_bci == 0) failed: bci isn't zero for do_not_unlock_if_synchronized
39e5b15fdd2 : 8156587: [JVMCI] remove Unsafe.getJavaMirror and Unsafe.getKlassPointer
fce865ff45e : 8158000: [JVMCI] remove unused ParseClosure class
2e85bb45ff9 : 8149418: AArch64: replace tst+br with tbz instruction when tst's constant operand is 2 power
f92cc0c8364 : 8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
35f9db149b8 : 8156760: VM crashes if -XX:-ReduceInitialCardMarks is set
e4102fbe673 : 8157842: indexOfChar intrinsic is not emitted on x86
d1cfec7f7ea : 8155046: Parse::Block construction using undefined behavior
e5ec5f5afd3 : 8158230: [macosx] ActionEvent is not fired for menu item with option apple.laf.useScreenMenuBar
90cd96154ee : 8158194: Rename the directory “InstalledModuleDescriptors” and any reference to “installed” to “system” in the tests
77859dc5caf : 8158312: Update String.join example code to use List convenience factory methods
4300a5a412c : 8158281: java_sql_Timestamp.java fails with AssertionError
246a39a5b10 : 8157777: DeadCachedConnection doesn't wait for registry to die
56dd686558c : 8157850: Jar tests should pass through VM options
989d0b0b7c1 : 8156059: Update/Develop new tests for JEP 287: SHA-3 Hash Algorithms
3bad85523cd : 8080843: JShell tool: invalid key error occurs when external editor is used
bc9236dd30c : 8157428: [JVMCI] remove MemoryAccessProvider.readUnsafeConstant from API
4d41caa932c : 8158254: Put java/time/test/java/time/TestClock_System on the problem list for Solaris
c3a4f2331c6 : 8085785: sun/net/www/protocol/http/ZoneId.java timeouts intermittently
a852e6e5d09 : 8152721: Java Web Start splash mechanism is not working in JDK9
8e7633221f4 : 8154189: Deprivilege java.sql and java.sql.rowset module
3461be0dc2e : 8154189: Deprivilege java.sql and java.sql.rowset module
7cb4e07b8d2 : 8157954: [TESTBUG] G1 tests fail with defined MaxGCPauseMillis
64e6ec00242 : Added tag jdk8u102-b10 for changeset 44fd04b6e8a5
0a4d7cef5ad : Added tag jdk8u102-b10 for changeset 4969dbcfc765
e8458222593 : Added tag jdk8u102-b10 for changeset db9902707847
e8aac0d457c : Added tag jdk8u102-b10 for changeset 627d2bc2ca02
78693c61bf1 : Added tag jdk8u102-b10 for changeset 19eec1cd499e
a016343ae93 : Added tag jdk8u102-b10 for changeset 489d999716c7
ddd205d9974 : Added tag jdk8u102-b10 for changeset 005a453d47d7
af8e2164446 : Added tag jdk8u102-b10 for changeset 6493cebebf33
fa97c7b8397 : Added tag jdk8u102-b10 for changeset 777fbd3d663b
c6a626dbb2c : Added tag jdk8u102-b10 for changeset b3274d23dd6f
3ec91301037 : Added tag jdk8u102-b10 for changeset 30ef097cbbc1
89e0bbcb1f0 : Added tag jdk8u102-b10 for changeset 9c930d679cab
3a196c6965a : Added tag jdk8u102-b10 for changeset 0714f858d713
1f7e3aca5f6 : Added tag jdk8u102-b10 for changeset 50c60691d818
7443a25c398 : Added tag jdk8u102-b10 for changeset 9db32e8e046b
a139904437d : Added tag jdk8u102-b10 for changeset 1b347f91e794
343a9e76a88 : 8157292: [JVMCI] add missing test files from 8156034
8d93dc2a151 : 8152062: obscure error message for bad 'provides'
f0173efeb98 : Added tag jdk8u101-b10 for changeset 08b497986998
a789f86047f : Added tag jdk8u101-b10 for changeset 95f5f7fa5950
0e56e1dad14 : Added tag jdk8u101-b10 for changeset 6fbaefd8c775
fe45a753b64 : Added tag jdk8u101-b10 for changeset 10ac8d933c88
507f4a09a88 : Added tag jdk8u101-b10 for changeset 1ab1a83d889d
b7bb7a7de2a : Added tag jdk8u101-b10 for changeset 03cfbfb2ec0f
565e806449f : Added tag jdk8u101-b10 for changeset 81d5390e80dd
cd2a6fc1b39 : Added tag jdk8u101-b10 for changeset d39867cdaf47
0c1f83dab76 : Added tag jdk8u101-b10 for changeset 62298e46b649
9cbb34221fa : Added tag jdk8u101-b10 for changeset 605d1159c92c
ca6767f11ab : Added tag jdk8u101-b10 for changeset 480e20a415a7
63d11700d29 : Added tag jdk8u101-b10 for changeset d4304d047bce
14cd7e88a80 : Added tag jdk8u101-b10 for changeset d4dfe1babb0d
784a1e5c356 : Added tag jdk8u101-b10 for changeset f0e9a300e1cc
92b19ccc5b6 : Added tag jdk8u101-b10 for changeset c00c1926d916
863336ac071 : Added tag jdk8u101-b10 for changeset 79f3d8020e8b
5f496062257 : 8158250: nashorn ant javadoc targets are broken
086da50a2f0 : 8157320: The CheckboxMenuItem can not be selected
56be0b11f1a : 8153994: Compiler tests should be correctly marked with @module
fe34e32f2b9 : 8158184: remove shell from compiler/c2/7070134/Stemmer.java
708d50417ce : 8158185: jdk/test/lib/FileInstaller throws NPE if dst is in current directory
7073d102f08 : 8158182: remove shell script from compiler/c2/6894807/IsInstanceTest.java
989fe674ba6 : 8139218: Dialog that opens and closes quickly changes focus in original focusowner
3f436dc952e : 8158065: [Jittester]: tests generation has tests generators hardcoded, blocking alternative tests generation
11504c438f0 : 8073159: improve Test6857159.java
d3571d7787c : 8144161: [TESTBUG] [macosx] Test javax/swing/plaf/basic/BasicComboPopup/7072653/bug7072653.java fails for mac
9f834231d57 : 8158131: Nashorn should not use jdk.internal.module.Modules API
4489e7f18c6 : 8158131: Nashorn should not use jdk.internal.module.Modules API
02f77987fa9 : 8072099: Format "ha" is unable to parse hours 10-12
6d91e29934d : 8158190: Add test that checks -Xpatch with both Jar and exploded patches
b0d02d28a38 : 4957035: Code given in api is not compilable: docs/api/javax/print/package-summary.html
c36a7cfd2cf : 8158149: test bug for SystemModuleFinder when fast path is supported
48873ebc3f0 : 8145136: Upgrade CLDR locale data
e94656ce652 : 8154980: Remove intermittent key from test BandIntegrity.java
991c9b05938 : 8157816: Mark 4 httpclient tests as intermittently failing
a5844d51c97 : 8153944: wsimport and wsgen usage messages not printed
8d6c2508aba : 8158044: Add test that checks uri of upgradeable modules
bc0fcd4e141 : 8158111: Make handling of 3rd party providers more stable
afc02d0c5a2 : 8158111: Make handling of 3rd party providers more stable
395f9470dfa : 8152376: [TESTBUG] compiler/floatingpoint/Test15FloatJNIArgs should use run main/othervm/native
a0b8f9dc1a4 : 8154123: remove commented action from jdk/vm/ci/runtime/test/ConstantTest.java
a5e14658311 : 8066258: Re-examine com.sun.nio.file to see if it should be a supported API
6c8b5e04acf : 8158111: Make handling of 3rd party providers more stable
f4fdc1991ee : 8154096: Extend WhiteBox API with methods which retrieve from VM information about available GC
4bc1c3af530 : 8154469: Update FSF address
dee728f027c : 8154469: Update FSF address
69910d6463e : 8154469: Update FSF address
de5a80cd098 : 8154469: Update FSF address
46d05106ae3 : 8154469: Update FSF address
586c7958821 : 8154469: Update FSF address
e8e71996672 : 8154469: Update FSF address
d3f2498ed72 : 8154469: Update FSF address
9d95a1541bf : 8142749: HeapRegion::_predicted_bytes_to_copy is unused and can be removed
5a2d8cb8190 : 8140685: Fix backtrace building to not rely on constant pool merging
b1849da623f : 8158072: Need a test for JDK-7172749
2643f6c32f8 : 8145284: [Documentation] [TextField] Missing new line character handling
d579a3a9325 : 8133731: [TEST_BUG] Unmappable in ASCII character such as Thai should be escaped in the regtests targeted for a regular non-I18n runs
26a8aa6704e : 8157163: AWT FileDialog does not inherit icon image from parent Frame
f900050ef07 : 8147842: IME Composition Window is displayed at incorrect location
2f8dcbe90fd : 8158025: Typo in java.util.Locale
212d6de09b6 : 8039565: Remove test exclusion for java/util/ResourceBundle/RestrictedBundleTest.java
8fe1e0ad308 : 8078812: Test RMI with client and servers as modules
3ff9cf19e27 : 8141415: JShell: wrap erroneous with one-liner comment-outed imports
a34bbc2ae43 : 8156043: Unstable behavior of PropertyDescriptor's getWriteMethod() in case of overloaded setters
1bae87cde95 : 8028486: java/awt/Window/WindowsLeak/WindowsLeak.java fails
6e64c35e6f0 : 8158253: Collections: Implement a noop clear() for EmptyList, EmptyMap and EmptySet
40abbd6d103 : 8140449: (fs) Paths.get("x").relativize("") return ..\ on Windows
ccc3cbf458c : 8159745: Remove java.net.Parts
4f7d655557b : 8159690: [TESTBUG] Mark headful tests with @key headful
9197f754130 : 8159805: sun/security/tools/jarsigner/warnings/NoTimestampTest.java fails after JDK-8027781
644df29a243 : 8158633: BASE64 encoded cert not correctly parsed with UTF-16
868cd939e64 : 8159420: The LanguageRange.parse() method is throwing IllegalArgumentException in Turkish Locale
0b8d67723bb : 8159785: Add test that tests ClassLoader.getResource/getResources in Multi-Release Jar
7d9de8aef52 : 8158272: IncludeLocalesPluginTest.java fails with timeout 8158468: tools/jlink/plugins/IncludeLocalesPluginTest.java doesn't detect test failures
8547893efe1 : 8158456: ModuleDescriptor.read does not verify dependence on java.base in module-info.class 8159248: ModuleFinder.of not clear that FindException thrown if module descriptor cannot be derived for automatic module
0b83896bd2d : 8156471: test/sun/security/krb5/auto/TestHosts should not be modified in-place
43402ad3fb4 : 8157387: StrongSecureRandom.java timeout after push for JDK-8141039
7827c194e70 : 8146619: Re-examine supportness of public classes in com.sun.security.auth.**
6c14c3fdae1 : 6968542: keytool -importcert cannot deal with duplicate certs
8d0acfd66ea : 8027781: New jarsigner timestamp warning is grammatically incorrect
b2795ca4634 : 8071859: AnnotationInvocationHandler.equals(Object) return true when apply to annotation
876b4d87730 : Added tag jdk-9+123 for changeset ac9b9cc41b80
f98b4f5aeaa : 8159206: All jlink or jmod tests failing
c1c5618ddd6 : 8154191: Deprivilege java.smartcardio module
ccf113da6de : 8159351: non-atomic "bulk" ops note in class javadoc for ConcurrentLinkedQueue, ConcurrentLinkedDeque, & LinkedTransferQueue should not include equals
559140e18ed : 8066070: PriorityQueue corrupted when adding non-Comparable
b464feabff2 : 8065831: Ensure the pack200/unpack200 help is consistent with man page
99b0f7996c8 : 8068764: java/lang/ClassLoader/ExtDirs.java failed with java.lang.IllegalThreadStateException with fastdebug
b48a0e79c41 : 8157045: NPE during websocket communication with wss
431772cea7b : 8158855: Fix remaining module dependences in java/lang
a94f94cce11 : 8043387: java/time/test/java/util/TestFormatter.java failed
3555038f51f : 8039955: [TESTBUG] jdk/lambda/LambdaTranslationTest1 - java.lang.AssertionError: expected [d:1234.000000] but found [d:1234,000000]
46261e5d4e2 : 8150966: Typo in javax.net.ssl.SSLEngineResult.HandshakeStatus.NEED_UNWRAP_AGAIN
ec44f8917bf : 8159502: Mark ShortRSAKey512.java as intermittently failing
2fdac0ef5e3 : 8158887: sun/security/tools/jarsigner/concise_jarsigner.sh timed out
5d498d96f8c : 8157848: Mark deprecated javax.security.auth.Policy API with forRemoval=true
ec6f5c4bf70 : 8159530: recent compiler change results in compile error in JapaneseDate.java
5aad7937b7f : 8139414: java.util.Scanner hasNext() returns true, next() throws NoSuchElementException 8072582: Scanner delimits incorrectly when delimiter spans a buffer boundary
aa221e3a63f : 8159038: javax/net/ssl/SSLSession/SessionCacheSizeTests.java failed with java.net.SocketException: Address already in use
b4934af2e23 : 8159330: Improve deprecation text for Class.newInstance
3db5ac39315 : 8135061: java.util.Locale#lookup throws java.lang.StringIndexOutOfBoundsException for range having '-' as second character
d9d53c38509 : 8157489: AppleProvider in java.base/macosx/classes/module-info.java.extra
a03a15a5900 : 8157881: security.provider property description needs to be updated for modules
3d91ba0bc66 : 8033812: javadoc for java.lang.annotation.ElementType needs minor correction
58de940c2fd : 8152785: Remove javac -XDnoModules
1da9340c23a : 8139872: JShell tests: EditorPadTest failing on headless
9862c36936b : 8157996: Unneeded import in lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java
6d029e80343 : 8152207: Perform array bound checks while getting a length of bytecode instructions
5ec4301ed50 : 8157339: Further stabilization for the SwingSet client sanity tests
cfc5ca5719a : 8157606: deprecate com.sun.javadoc API
ac7bd384c3d : 8049896: Clean up (Basic)JavacTask.getTypeMirror
c65d2e5dacb : 8157261: jshell tool: truncation for expressions is not consistent
74982b9113a : 8158061: Additional argument checks to BasicImageReader calls
df511d0dccf : 8152950: BasicLauncherTest.java fails due to type error
b9ff64a7cb9 : 8157986: Runtime support for javac to determine arguments to the runtime environment
a29401159ff : 8156209: Add argument checks to BasicImageReader calls
cf20f6fff82 : 8157906: aarch64: some more integer rotate instructions are never emitted
8cb25f3af90 : 8031145: Re-examine closed i18n tests to see it they can be moved to the jdk repository
3e72d2ce1c5 : 8157931: jdk/internal/jrtfs/Basic.java fails with exploded builds
f6dd27010ca : 8157608: deprecate old entry points for javadoc tool
6ffb19d5928 : 8157783: Fix module dependencies for /jdk/* tests
b53fd187fe1 : 8157964: Static build of libzip is missing JNI_OnLoad_zip entry point
0a43813969f : 8157997: Reverting a push with wrong id
9e2fe5774ca : 8154005: Add algorithm constraint that specifies the restriction date
c1630c7e87c : 6961865: javadoc for Boolean.valueOf(String) with null argument not clearly specified
e04ad243e02 : 8157164: Static build of libzip is missing JNI_OnLoad_zip entry point
8a3eaf7f44e : 8157953: JShell tests: reenable ToolBasicTest 8080883: JShell tool: tool does not report errors if -startup and -nostartup flags are specified
c3435ed005d : 8146389: java/util/logging/XMLFormatterDate.java fails during year switch
6cb53fe31c0 : 8156962: javac should support options specified in _JAVAC_OPTIONS
d9b332a2f57 : 8157895: langtools launcher.sh-template script is broken
60fabf15a76 : 8156731: aarch64: java/util/Arrays/Correct.java fails due to _generic_arraycopy stub routine
3476a78bab8 : 7172749: Xrender: Class cast exception in 2D code running an AWT regression test
4c77f7cbd5f : Added tag jdk-9+120 for changeset 52305229ea03
5384043b982 : Added tag jdk-9+120 for changeset 44e95493fd13
1171b5d5360 : Added tag jdk-9+120 for changeset 4f596861374b
d4693559774 : Added tag jdk-9+120 for changeset c4c94ae846e7
6d7ce9be429 : Added tag jdk-9+120 for changeset 93e34c3629a7
d92a1a076a3 : Added tag jdk-9+120 for changeset de65331b1a57
39f00868f79 : Added tag jdk-9+120 for changeset afc9c8149b19
b0a02ce1073 : Added tag jdk-9+120 for changeset cd251f56161f
1fb5067c573 : 8157917: JShell: shutdown could cause remote JDWP errors to be visible to users 8157918: JShell tests: StartOptionTest displays insufficient information to diagnose failures
f9526a87fe4 : 8154052: Java compiler error displays line from the wrong file
d5b029d48d8 : 8153352: Crash with assert(pd != 0L) failed: PcDesc must not be NULL
24805477dff : 8157717: MultiCommand breaks directives amount limit
39e8310a9ad : 8156143: Module.getResourceAsStream throws unspecified SecurityException with module in custom Layer
55279111aa2 : 8157663: Remove tools/jimage/JImageTest.java from ProblemList.txt
fff165ddd1d : 8032230: Enhance javax.a.p.RoundEnvironment after repeating annotations
10f79f95df6 : 8157716: jdk.internal.loader.ClassLoaders.addURLToUCP() should return converted real path URL
afae52743fd : 8157877: Clean up StackWalker permission checks
6d8b52eca86 : 8147539: (zipfs) ZipPath should throw ProviderMismatchException when invoking register() 8153248: (zipfs) ZipPath#getFileName( ) returns inconsistent result 8146754: (zipfs) ZipPath.relativize() returns wrong result for path ending with slash / 8139956: (zipfs) ZipPath does not produce correct empty path on relativize()
1dd84f024f0 : 8133977: add specification for serialized forms
15def391b5d : 8157175: GetNanoTimeAdjustment.java fails with excessive adjustment error
bfb7fba79b2 : 8156142: ModuleReader instances don't always throw NPE for passed null args
c4db92a0277 : 8157811: Additional minor fixes and cleanups in Networking native code
28f80af02a2 : 8157825: Remove JDK 9 specific methods from sun.misc.Unsafe
53e204dc493 : 8150668: Layer.defineModulesXXX with a Configuration containing java.base throws undocumented exception
83dbb0fabaf : 8156548: gc/gctests/StringInternSyncWithGC2 fails with Test level exit status: 151
de6399c1a31 : 8152360: deprecate javah
600aaed0a7c : 8136933: Additional tests for Solaris SO_FLOW_SLA socket option in JDK 9
93714ca9943 : 8047024: 7 ANNOT tests in JCK9 test suite fail with an AssertionError for exception_index
1f0c44c1c44 : 8157819: TypeError when a java.util.Comparator object is invoked as a function
75909b48f34 : 8157841: aarch64: prefetch ignores cache line size
7694596568e : 8157834: aarch64: Hello World crashes with fastdebug build
ac5718b3064 : 8156470: [JITtester] EOL on Windows
fdf9e5a63e1 : 8156585: Cosmetic: AARCH64 defines in c1_LIRAssembler_aarch64.hpp
825cbcc1b90 : 8157336: Generation of classlists at build time should be configurable
9009c5951c8 : 8157813: Remove sun/rmi/transport/proxy/EagerHttpFallback.java from ProblemList.txt
883dc41e42e : 8157680: Callback parameter of any JS builtin implementation should accept any Callable
916b8b18e12 : 8129740: Incorrect class file created when passing lambda in inner class constructor
514ca138c69 : 8129740: Incorrect class file created when passing lambda in inner class constructor
1278b94f05d : 8152981: Double icons with JMenuItem setHorizontalTextPosition on Win 10
98f69fddeaa : 8075516: Deleting a file from either the open or save java.awt.FileDialog hangs
2f0db653cb4 : 7172652: With JDK 1.7 text field does not obtain focus when using mnemonic Alt/Key combin
bf367dda7b3 : Added tag jdk8u121-b31 for changeset c05a9de40d78
5543e515014 : 8152981: Double icons with JMenuItem setHorizontalTextPosition on Win 10
fa1e38b8eea : 8075516: Deleting a file from either the open or save java.awt.FileDialog hangs
c8e08235aac : 7172652: With JDK 1.7 text field does not obtain focus when using mnemonic Alt/Key combin
7e28b186f0c : Added tag jdk8u121-b31 for changeset 3a452a581cec
a94e9c4d1b2 : 8156718: Need tests for IsoFields getFrom for unsupported non-Iso Temporal fields
e54a25914e9 : 8157683: Thread.onSpinWait intrinsification doesn't have sufficient test coverage
629e292070e : 8157801: spurious > character in the javadoc comment for ModuleEntry.java
6e67698c30c : 8157789: Nashorn sample/test.js should not use undocumented System property
4408e4cb4a0 : 8157635: Fix module dependencies for /sun/* tests
7dcb615aae3 : 8157633: Fix module dependencies for /com/* tests
4ed95672183 : 8137255: sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java timeouts intermittently
f86a99352f7 : 8151904: test/java/lang/StackWalker/VerifyStackTrace.java needs to handle update releases
072a878dbbf : 8157724: Improve javadoc tag usage in java.math
af7a591d393 : 8016521: InetAddress should not always re-order addresses returned from name service
f1c490f5fa5 : 8152856: Xcode 7.3 -Wshift-negative-value compile failure on Mac OS X
27a77176a65 : 8153768: Miscellaneous changes imported from jsr166 CVS 2016-05
f8bc1cef612 : 8157632: 9-dev windows builds fail on zip_util.c
8240ee1cf08 : 8157708: aarch64: StrIndexOfChar intrinsic is not implemented
d1856645bc8 : 8081800: AbstractMethodError when evaluating a private method in an interface via debugger
e67d5a890c9 : 8166462: Convert TestResourcehash_test to Gtest
390c90f8ded : 8131017: jshell tool: pasting code with tabs invokes tab completion
c4dedff7c12 : 8131017: jshell tool: pasting code with tabs invokes tab completion
dbef8b42d5f : 8063086: Math.pow yields different results upon repeated calls
3f31f8c1ffc : 8063086: Math.pow yields different results upon repeated calls
6bd865a6b4f : 8143923: java.net socket supportedOptions set depends on call order
93043ecb8f9 : 8150900: Implement diagnostic_pd
fe609fd3cb3 : 8157598: ModuleReader find returns incorrect URI when modular JAR is a multi-release JAR
f18e025eb37 : 8157574: Mac fastdebug bundles have wrong directory layout
76311d72851 : 8157605: Can't set both CONCURRENCY and EXTRA_JTREG_OPTIONS when running tests
a97b824a58b : 8157605: Can't set both CONCURRENCY and EXTRA_JTREG_OPTIONS when running tests
2baa671d458 : 8157605: Can't set both CONCURRENCY and EXTRA_JTREG_OPTIONS when running tests
e549e874316 : 8157605: Can't set both CONCURRENCY and EXTRA_JTREG_OPTIONS when running tests
6e4ea797f30 : 8155957: java.lang.IllegalAccessError: class <foo> (in unnamed module XXX) cannot access class jdk.internal.misc.Unsafe
4d950890f25 : 8155086: Replace usage of -Djdk.launcher.limitmods in tests with -limitmods
6a56a5f255a : 8156943: aarch64: string compare does not support CompactStrings
d99ab903b7e : 8160425: Vectorization with signalling NaN returns wrong result
320a29cbe45 : 8160471: compiler/rangechecks/TestRangeCheckEliminationDisabled.java fails after JDK-8150900
8caad345fd0 : 8153515: [ctw] CompileTheWorld testlibrary should trigger compilation of <clinit> and <init>
27cd22b69a7 : 8160534: aarch64: fails to build after 8157834
b4aef2060bd : 8160121: [JVMCI] JvmciNotifyBootstrapFinishedEventTest.java failed NoClassDefFoundError: jdk/vm/ci/runtime/JVMCI
f1d61f43405 : 8143081: [ctw] Test CompileTheWorld.java needs to be updated for Jigsaw
490625cd8b6 : 8132318: -XX:TraceJumps is broken on Sparc
4ab4c66c412 : 8159016: Over-unrolled loop is partially removed
33c94b986ee : 8157249: [JVMCI] remove ConstantReflectionProvider.isEmbeddable method
048c1f8ad0b : 8160085: @library' must appear before first `@run'
1ecfe15d17c : 8160177: [JVMCI] race condition in HotSpotMemoryAccessProviderImpl.verifyReadRawObject
87f15c2bcfc : 8159620: -XX:-UseOnStackReplacement does not work together with -XX:+TieredCompilation on ppc64 and sparc
5db23a3b076 : 8159063: aarch64: optimise unaligned array copy long
1f60d4b0c31 : 8156028: G1YoungGenSizer _adaptive_size not correct when setting NewSize and MaxNewSize to the same value
d9d560f71bf : 8151768: Consider moving pack200 tests to tier 1
73dea497666 : 8157590: MethodHandles.arrayLength() lacks @since tag, implementation throws wrong exception
50c5fb834b6 : 8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching
847a2d2de1d : 8157555: com/sun/jdi/RedefineClearBreakpoint.sh times out due to Indify String Concat being slow in debug mode
f88ff0d3623 : Added tag jdk8u102-b09 for changeset 071ab0728f13
29c1324ed2e : Added tag jdk8u102-b09 for changeset e7bb53153265
c0dde483ee0 : Added tag jdk8u102-b09 for changeset f85bf84ba71f
75e064686a5 : Added tag jdk8u102-b09 for changeset ce518ad0e47f
afef45d0f2e : Added tag jdk8u102-b09 for changeset ef0214629fc0
e7d951c5366 : Added tag jdk8u102-b09 for changeset aa22b304cb2a
d88ecb97ce1 : Added tag jdk8u102-b09 for changeset af0b91671b37
bb0faddaf0d : Added tag jdk8u102-b09 for changeset ab73470f310f
7c6a4bca0b2 : Added tag jdk8u102-b09 for changeset dfd3e722bc42
840376fbf28 : Added tag jdk8u102-b09 for changeset 4730b5053f1c
6b41db8a2d9 : Added tag jdk8u102-b09 for changeset 01a8ca46c66d
ed941a35d78 : Added tag jdk8u102-b09 for changeset 38e8a5cea131
545c606e054 : Added tag jdk8u102-b09 for changeset a0dba175f120
554f23e7914 : Added tag jdk8u102-b09 for changeset 8ba19158c99c
98410c5c535 : Added tag jdk8u102-b09 for changeset 0322c115e3c9
baa85eb7660 : Added tag jdk8u102-b09 for changeset b93cf752ba48
a74cd0321d8 : 8157499: Mark several tests from jdk_net as intermittently failing
d5f6ebe253b : Added tag jdk8u101-b09 for changeset 383b3d226b96
5c21f664d6e : Added tag jdk8u101-b09 for changeset 99d29bf9d956
6327a7a4121 : Added tag jdk8u101-b09 for changeset 12dd120d40ad
ce9f18014d6 : Added tag jdk8u101-b09 for changeset f55416b123dd
0e936d783a6 : Added tag jdk8u101-b09 for changeset e0878f60ef3f
0f0937c30e3 : Added tag jdk8u101-b09 for changeset 4d715dc87f82
d9846e07467 : Added tag jdk8u101-b09 for changeset ecbfec81d02c
35f061badf3 : Added tag jdk8u101-b09 for changeset d4cefb605af1
bc836643403 : Added tag jdk8u101-b09 for changeset cdb148f7c7cc
8d6a9cba789 : Added tag jdk8u101-b09 for changeset 85a5d463c8be
691de258ce1 : Added tag jdk8u101-b09 for changeset 95bd8ba593b4
741e26333eb : Added tag jdk8u101-b09 for changeset 6e1dd8b430d6
b2fbbcc2d03 : Added tag jdk8u101-b09 for changeset 41908943f069
e0bc2142736 : Added tag jdk8u101-b09 for changeset b700419140dc
363825a4416 : Added tag jdk8u101-b09 for changeset f31ce7cac464
097e33d9995 : Added tag jdk8u101-b09 for changeset 77726a7d615d
534e89177db : 8157622: Add @Deprecated annotations to the Applet API classes
f099b745e47 : 8150179: Static build of libzip is missing JNI_OnLoad_zip entry point
cbd92ed3f55 : 8156497: Add jar tool support for Multi-Release Modular JARs
7bcc48f00e9 : 8157528: jdk/jshell/ExecutionControlTest.java failed intermittently with NPE
d1d3cba9db4 : 8157613: Internal documentation improvements to ZipFile.java
7be8e94544c : 8147588: Jar file and Zip file not removed in spite of the OPEN_DELETE flag
82bdf290228 : 8157455: Convert TestOS_test to GTest
5d1f9c9918b : 8157517: jshell tool: allow undoing operations 8157395: jshell tool: allow the position of options on commands to be more flexible 8157393: jshell tool: change /set newmode ... to be consistent with /retain mode
803b7a8cbf4 : Added tag jdk8u102-b06 for changeset 69e618625f42
da55d1755d1 : Added tag jdk8u102-b06 for changeset 5dfe0802ceed
39296aa1c91 : Added tag jdk8u102-b05 for changeset 3b69a2ddf86d
af121a4b06b : Added tag jdk8u102-b05 for changeset efdef05d7689
c5ef4d69b96 : 8158365: List.spliterator should optimize for RandomAccess lists
c21c81a8582 : 8160786: No CCC for public class java.net.http.AsyncSSlDelegate
1aceedb6a95 : 8056285: java/util/logging/CheckLockLocationTest.java java.lang.RuntimeException: Test failed: should have been able to create FileHandler for %t/writable-dir/log.log in writable directory
cd974a0fefe : 8154553: Incorrect GPL header in package-info.java reported
d992f9b518c : 8159009: Remove ExemptionMechanism.finalize() implementation
e78fd8d72e9 : 8148516: Improve the default strength of EC in JDK
67ca9fc9b43 : 8157712: Deprecate the javax.security.cert and com.sun.net.ssl APIs with forRemoval=true
465af0b9621 : 8157287: java/nio/file/FileStore/Basic.java failed with "java.nio.file.AccessDeniedException : /zones/zoneone/root "
d4ed08f59ef : 8129972: Clarify the javadoc of java.security.CodeSource as to the nullability of 'location'
c912a69689a : 8156681: Add jtreg wrapper for hotspot gtest tests
34c101efc6c : 8157438: JVMCI: MaterializeVirtualObjectTest fails w/ "CASE: invalidate=true: has no virtual object before"
414c739476a : 8157149: Inference: weird propagation of thrown inference variables
066208e3684 : 8154156: PPC64: improve array copy stubs by using vector instructions
05540f90da5 : 8157821: [JITtester] OptionResolver and LiteralFactory use deprecated c-tors
1b5b717f548 : 8156469: [JITtester] Difference in generated golden output when run with Jigsaw build
998f8f59112 : 8153142: Cannot resolve multiple values from one response header
ab880cb4af9 : 8157105: HTTP/2 client hangs in blocking mode if an invalid frame has been received
ee0d8068a8e : 8046294: Generate the 4-byte timestamp randomly
5b6c0e5152a : 8149821: Add VarHandle signature-polymorphic invocation byte code tests
c2cf8795115 : 8157544: Typo in CtrDrbg::toString
22ce7a4237f : 8157511: JDK-8157348 broke gensrc of module infos with extra provides
4154a353184 : 8157097: OptionsValidation/TestOptionsWithRanges.java crashes at CompactHashtableWriter::add during StringTable::copy_shared_string
2096e37c4e9 : 8153723: Change the default logging output for errors and warnings from stderr to stdout
4917261f1cf : 8154824: Compiler should handle java.nio.file.FileSystemNotFoundException gracefully and not abort
ae0c75bb388 : 8157526: 3KeyTDEA word left in DRBG after JDK-8156213
edf1a427407 : 8157527: Replace @since 1.9 with @since 9 on new math methods
8d8b6d10f60 : 8048518: File Descriptor Leak in src/java.base/unix/native/libnet/net_util_md.c
119fa45506a : Added tag jdk8u101-b08 for changeset a6f180e86768
2102f96f655 : Added tag jdk8u101-b08 for changeset 83659cb0b926
fe32f291232 : Added tag jdk8u101-b07 for changeset a073766cf077
8542402a356 : Added tag jdk8u101-b07 for changeset 5d88c5e42c1f
92a91d8eceb : Added tag jdk8u101-b06 for changeset 1b1feda5f8cf
40319798b1e : Added tag jdk8u101-b06 for changeset 58acb5ffe69c
a2e8a69ce12 : Added tag jdk8u101-b05 for changeset c89dc8027f11
61c7e35e577 : Added tag jdk8u101-b05 for changeset 28a785e80eb9
06f0b50c29e : Added tag jdk8u101-b03 for changeset f5251b9a5b83
e428a11512f : Added tag jdk8u101-b03 for changeset 5b06e9a3e295
5361169fbdd : 8156101: JShell SPI: Provide a pluggable execution control SPI
f33cf602b8a : 8157506: Disable bootcycle build when cross compiling
434e536704d : 8157507: JDK-8157348 broke gensrc of imported modules
4b64ab9bb5c : 8157502: make docs broken after JDK-5100935
ce04e9d9a24 : 8152650: ModuleFinder.compose should accept varargs
8fe0416551f : 8152650: ModuleFinder.compose should accept varargs
f243b8ec015 : 8152650: ModuleFinder.compose should accept varargs
8c88656e09a : 6415644: Make javax.lang.model.SourceVersion more informative
e568099980f : 8157474: clean up/simplify/rename ModuleWrappers class
48ac10a5917 : 8157487: Mark ZoneId.java as intermittently failing
489b38091e7 : 8154473: Update for CompilerDirectives to control stub generation and intrinsics
f56536a6bf6 : 8054632: [since-tag]: javadoc for xml classes has invalid @since tag
0bafc010b2c : 8153042: jdeps should continue to report JDK internal APIs that are removed/renamed in JDK
2a791e9eddb : 8157200: jshell tool: Add /retain command to persist settings 8156910: jshell tool: crash when code with syntax error contains format specifier
a6402d09686 : Added tag jdk8u91-b15 for changeset 04fe5b94dd66
674060130b1 : Added tag jdk8u91-b15 for changeset 922e91698196
8fb8a29f7b9 : Added tag jdk8u91-b15 for changeset f13e8f121dd0
63e6d723fe8 : Added tag jdk8u91-b15 for changeset c742275ae7d5
539ce0cda24 : Added tag jdk8u91-b15 for changeset 8e7c3918e417
fb60108e6e0 : Added tag jdk8u91-b15 for changeset 83e05ac27724
2b3b317f0f6 : Added tag jdk8u91-b15 for changeset f37a189029fd
293c0cddf7b : Added tag jdk8u91-b15 for changeset 8561036a46ab
b4ddc903cb5 : Added tag jdk8u91-b15 for changeset 5460d5b67712
92440207021 : Added tag jdk8u91-b15 for changeset 1f6bab8f107d
a276223503d : Added tag jdk8u91-b15 for changeset d4a9fadac588
892182cded6 : Added tag jdk8u91-b15 for changeset 6d28f17a52ab
66a72721d1a : Added tag jdk8u91-b15 for changeset d5c475be928c
a162dd8ac6d : Added tag jdk8u91-b15 for changeset 69ca9dfd35b6
20165efbee7 : Added tag jdk8u91-b15 for changeset ca25414dd496
2f7dcf945ce : Added tag jdk8u91-b15 for changeset 79f828a07790
ea82a852dd3 : 8157417: Some of SecureRandom test might get timed out in linux
479ecdbdaf3 : 8157391: jdeps left JarFile open
4880e224249 : 8129389: javax/net/ssl/DTLS tests fail intermittently
6dfcf1dd811 : 8154831: CastII/ConvI2L for a range check is prematurely eliminated
4fde26fd806 : 8157453: Convert DependencyContext_test to GTest
3648a0f15f2 : 8156602: javac crashes again on Windows 32-bit with ClosedChannelException
11a849f9732 : 8157444: exclude jjs shebang handling test from runs
65a33061cef : 8157437: Typos in Stream JavaDoc
1570c8ce43b : 8154787: gc/g1/Test2GbHeap.java fails with java.lang.RuntimeException
524ec2f1de4 : 8157211: Mark tools/launcher/FXLauncherTest.java as intermittently failing
53ef4fecbfc : 8130023: API java.util.stream: explicitly specify guaranteed execution of the pipeline
95535658a6a : 8155985: Persistent Parameter Processing
41f67e4821c : 8155985: Persistent Parameter Processing
db50f7eb74e : 8155985: Persistent Parameter Processing
f39d18983ba : 8157348: Build fails with certain source configurations
c81faa1b04b : 8157310: jdk.dynalink.linker.support.Lookup should have more checks before adding module read link
72dfe407db1 : 8157778: JDK9 preparation message drop resource updates
deb08e7fa07 : 8155918: JDK9 preparation message drop resource updates
a23de88885a : 8132973: @BeanProperty: what is the correct output in case of repeating annotations?
7f19f634545 : 6827800: Default button is activated even when it is invisible
d6fea79c1ad : 8147521: [macosx] Internal API Usage: setPopupType used to force creation of heavyweight popup
0a08ca45104 : 8156580: Make TIFFTagSet subclasses final
08121fbd515 : 8149815: Misleading TIFFField#getAsNativeNode spec about native node name "TIFFIFD"
3e726f00edb : 8154860: ImageIO.getImageReadersByFormatName() fails when jai_imageio is in the classpath
1715e736671 : 8153184: BorderLayout javadoc says current version of JDK is 1.2
4cdcbc29398 : 8152981: Double icons with JMenuItem setHorizontalTextPosition on Win 10
09ee8a5f690 : 8153282: [TEST_BUG] some new JInternalFrame tests fail
b782ef4bdfc : 7070795: High contrast colour scheme fails to be applied to JFormattedTextField
282908c590d : 8057574: inconsistent behavior for setBackground (Windows/Linux)
a73a3830ee5 : 8155103: [TEST_BUG] @BeanProperty: unwanted "declaringClass" descriptor when annotating an enum
18cecf9f67e : 8136366: Add a public API to create a L&F without installation
a279dc035c2 : 8156579: Two JavaBeans tests failed
76413eff727 : 8157775: JDK9 preparation message drop resource updates
73d73a453af : 8157776: JDK9 preparation message drop resource updates
81a0fa24dd9 : 8149901: [Solaris] Use of -XX:+UseThreadPriorities crashes fastdebug
e9883313311 : 8156478: 3 Buffer overrun defect groups in jexec.c
93f4f6c1b50 : 7102969: currency.properties supercede not working correctly 8149452: j.t.SimpleDateFormat.getDateFormatSymbols().getZoneStrings() returns incorrect result for some time zones 8157138: Error while fetching currency instance by Currency.getInstance(currencycode)
06fe4b9a0bb : 8138766: New default -sigalg for keytool
efd36db57d8 : 8149521: automatic discovery of LDAP servers with Kerberos authentication
d54e7309f53 : 8157344: Multiple test timeouts after push for JDK-8141039 8156606: java/security/SecureRandom/Serialize.java gets time out in Linux
6db305ee0de : 8152502: tools/jdeps/modules/GenModuleInfo.java and TransitiveDeps fails on windows
0260528ef92 : 8029891: Deadlock detected in java/lang/ClassLoader/deadlock/GetResource.java
2e1b7ecc6e7 : 8139585: Typo: "APIi" instead of "API"
6f2785f7411 : 8155847: SHA groups needed for jdk.security.provider.preferred
08962e6714b : 8157373: Active workers should not be reset in AbstractWorkGang initialize()
35ba62637ef : 8026752: Cancel MetaspaceGC request for a CMS concurrent collection after GC
d019f340778 : 8159237: PreservedMarks verification code fails
59e58442196 : 8159056: [aix] Compressed class space not allocated in lower regions
84cab6c56f4 : 8156032: Clean up parallel GC specific code from vm/gc/shared/preservedMarks.cpp
aa9857b6e24 : 8157243: JMap heap test fail when used with external heap
ec6f427ecc0 : 8146530: [testbug] some tests fail because the compiler is using Java heap memory
81ff3b7d935 : 8158681: ClassLoader::classloader_type() is called from code not included under #if INCLUDE_CDS
27f9eddfc2a : 8159019: ResourceMark in ClassLoader::open_versioned_entry() is being used incorrectly
09caec497d8 : 8149085: IntegrationTest1.java fails intermittently due to use of semi-initialized TLAB
23e05cabc57 : 8155638: Resource allocated BitMaps are often cleared twice
47309c37159 : 8158297: Lack of proper checking of non-well formed elements in CONSTANT_Utf8_info's structure
4a9d6dcbba7 : 8158938: AIX: some more new hotspot build fixes
e956abefe67 : 8153858: Clean up needed when obtaining the package name from a fully qualified class name
7bd006dd5a6 : 8158929: [TESTBUG] CommitOverlappingRegions.java can not deal with pages > 32K
f35b70764b3 : 8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86
66e3ba7296c : 8153876: Replace 4K stack allocations with Resource allocations
21377698259 : 8075030: JvmtiEnv::GetObjectSize reports incorrect java.lang.Class instance size
c82212e143e : 8149803: Adjust lock rankings for some Event-based tracing locks
c3d0e734809 : 8157620: Guarantee in run_task(task, num_workers) fails
8821cffac14 : 8157240: GC task trace logging is incomprehensible
ea82c69b6e8 : 8159893: StringTable cleaning log line lacks the GC ID prefix
8f7e6e317c3 : 8068592: Remove unused code in objectMonitor.hpp
4d5d6cabdd5 : 8160350: cannot truss jdk9 [ solaris ]
7fd90042ca0 : 8159978: Use an array to store the collection set regions instead of linking through regions
e0e3bd55826 : 8160527: Check for final instance field updates can be omitted
65ae838dbfd : 8160739: quarantine tests failing due to -XX:TieredStopAtLevel=1 8160743: quarantine tests that can't attach symbolicator to the process on MacOS X
2e1b0115695 : 8158946: btree009 fails with assert(s > 0) failed: Bad size calculated
146cbf3702c : 8160353: narrowing conversion error is occurred with GCC 6
82858779e95 : 8160361: SEGV occurred at JNIHandleBlock::oops_do(OopClosure*)
3ad9aa0f100 : 8159974: G1 String deduplication logging not aligned with the rest of G1
3af1b64ce13 : 8024945: Remove check on minimum size of MetaspaceSize
02d66f66b31 : 8148915: Intermittent failures of bug6400879.java
980e404057c : 8156116: [macosx] two JNI locals to delete in AWTWindow.m, CGraphicsEnv.m
6e108c8b136 : 8157322: Several typos in javadoc
a950576f780 : 8144062: Move jdk.Version to java.lang.Runtime.Version
45ede707d8f : 8144062: Move jdk.Version to java.lang.Runtime.Version
ab6efe7a7d3 : 8157068: ExceptionInInitializerError if images build patched to use exploded version of jdk.internal.module.SystemModules
5acfcd36154 : 8157184: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed with a fatal error
cad01946df8 : 8156575: Add jdeps -addmods, -system, -inverse options
bbc75367c77 : 8156680: jdeps implementation refresh
d027cbbffb0 : 8153481: tools/jdeps/modules/GenModuleInfo.java and ModuleTest.java fails intermittently
2a762beae2b : Added tag jdk-9+119 for changeset e420b9f05aaf
d9f0b27bfd7 : Added tag jdk-9+119 for changeset a78497edf9fb
dee860ef4be : Added tag jdk-9+119 for changeset e45e72b91a6e
35de6e1d73e : Added tag jdk-9+119 for changeset dc320206b458
16c12980fa4 : Added tag jdk-9+119 for changeset 3cc95b690353
269a52fb2a0 : Added tag jdk-9+119 for changeset be4ff50b6cb6
dd304211150 : Added tag jdk-9+119 for changeset 45c70a976569
e0aca957fe9 : Added tag jdk-9+119 for changeset 379a6c51a588
07b326bd101 : 8157326: Intellij langtools project should use shared run configurations
2100b2e6c21 : 8134267: javax/net/ssl/TLS/TestJSSE.java fails intermittently with BindException: Address already in use
16eae50cca2 : 8157061: Add support for running jtreg tests from IntelliJ project
23043ca1e6b : 8155786: Determine modules depending on upgradeable modules directly and indirectly
5648deddee2 : 8153582: Logging of ConcGCThreads is done too early
4b1159ce768 : 8157239: java/lang/invoke/VarHandles/ tests fail by timeout with -Xcomp with lambda form linkage
55889705b0a : 8148604: JEP 280, Switch to more optimal concatenation strategy
4417a1f36fb : 8072579: XjcOptionalPropertyTest.java creates files in test.src
0516c0ca0cc : 8157096: [TEST_BUG] test/javax/xml/bind/xjc/8145039/JaxbMarshallTest.java is skipped by jtreg
bed9953556c : 8148834: Update module-info reader/writer to 53.0
958506d2cbd : 8157290: jdk/modules/scenarios/overlappingpackages/OverlappingPackagesTest.java failing
19c7dcc0120 : 8141039: Test Task: Develop new tests for JEP 273: DRBG-Based SecureRandom Implementations
c839e6ceee6 : 7172750: Nimbus ScrollBar:ScrollBarThumb[Pressed].backgroundPainter is never invoked
899f6247959 : 6587251: Import declaration not used in sun.java2d.*
5fdb08818dd : 6509729: javax.print.ServiceUI.printDialog Border/Margin Evaluation is bugged
9b49e504799 : 8157078: 8u102 L10n resource file updates
b85dbb2eefe : Added tag jdk8u102-b08 for changeset 0aeacc60cf5b
6c60adf85dd : 8157078: 8u102 L10n resource file updates
5e7b02dfa7e : Added tag jdk8u102-b08 for changeset c3df9bdbf67c
bfc69eeabee : 8157078: 8u102 L10n resource file updates
fb14ffa0585 : 8157078: 8u102 L10n resource file updates
26f5ed69b29 : 8157078: 8u102 L10n resource file updates
7feb7641a11 : 8157078: 8u102 L10n resource file updates
638e413b8ae : 8157077: 8u101 L10n resource file updates
4b0ac0ab996 : 8157077: 8u101 L10n resource file updates
ca250382c1f : 8157077: 8u101 L10n resource file updates
0e14e3fe812 : 8157077: 8u101 L10n resource file updates
1e9a09181ca : 8157077: 8u101 L10n resource file updates
1f59104c2cb : 8157077: 8u101 L10n resource file updates
2f4c6f1b057 : 8157325: gtest tests are not excluded for minimal builds
8aff72ba655 : 8149574: Fix java/lang/invoke/MethodHandleImpl's use of Unsafe.defineAnonymousClass()
1af289e8c3c : 8155108: CompilerControl: tests incorrectly set states for excluded methods
f75ffd33263 : 8157188: 2 test failures in demo/jvmti due to unexpected class file version 53
64001ce527d : 8156835: [JVMCI] clean up and minimize JVMCI
cf9a1d4970b : 8157263: Octane svn repository no longer exists
d75bcbe3589 : 8133549: Generalize jshell's EditingHistory
a865c6ef6bf : 8133549: Generalize jshell's EditingHistory
0e4ffbab485 : 8133549: Generalize jshell's EditingHistory
3d6e1e8abcb : 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
ca98819c49f : 8156807: Pack200 must support v53.0 class files
4dcf9fd923a : 8156035: Remove intermittent key from sun/security/rsa/SpecTest.java
918a949448d : 8151856: Note that disabledAlgorithms override the same algorithms of legacyAlgorithms
da73758e61d : 8156169: Some sound tests rarely hangs because of incorrect synchronization
ef96f2b85c3 : 8141149: [jittester] create Visitor for generating bytecode 8149463: [jittester] rarely generates tests with compile error
5686cc1784d : 8156942: [JVMCI] replace LIRKind with abstract base class
0bad4459418 : 8157152: Atomic add for VarHandle byte[]/ByteBuffer views is incorrect for endian conversion
165edba622e : 8066229: Fuzzing bug: Can't find scope depth
8e0db981e09 : 6882559: new JEditorPane("text/plain","") fails for null context class loader
e05c974a558 : 6882559: new JEditorPane("text/plain","") fails for null context class loader
5cf7ba56876 : 8157107: HTTP/2 client may fail with NPE if additional logging enabled
4ad196ec4f3 : 8157250: BeanLinker assumes fixed array type linkage
dfcb34c1322 : 8157241: Remove javac warnings of Nashorn "ant clean test"
f3c9c10b7e1 : 8157035: Use stronger algorithms and keys for JSSE testing
65713ca08e5 : 8156581: Cleanup of ProblemList.txt
b67da697dfc : 8156972: java/lang/reflect/Layer/LayerAndLoadersTest.java test requires jdk.compiler
cdba885c27b : 8157225: adopt method handle for array length getter in BeanLinker
ea55d0b71be : 8154192: Deprivilege java.scripting module
46627989d53 : 8135322: ConstantPool::release_C_heap_structures not run in some circumstances
807e2b367c0 : 8157090: SharedArchiveFile/SpaceUtilizationCheck.java fails as space utilization is below 30 percent
c4976196f59 : 8156915: introduce MethodHandle factory for array length
2479973df84 : 8157160: JSON.stringify does not work on ScriptObjectMirror objects
34b3d6385e4 : 8154997: Add examples for jigsaw diagnostics
d40a606f069 : 8149977: DumpLoadedClassList should not include generated classes
ec0e48670fd : 8156845: Uri is getting incorrectly unwrapped
6b7ce3811f3 : 8149599: Update Minefield test
cc3cb0640f4 : 8156954: javac incorrectly complains of incompatible types
100d77bf156 : 8156882: Remove hotspot/test/testlibrary/whitebox
178842d251e : 8155951: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed: Corrupted constant pool 8151066: assert(0 <= i && i < length()) failed: index out of bounds
7ceda9d6ea4 : 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
1482e23f40a : 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
e84506041e8 : 8156929: [aix] Add missing includes
3179e6a792b : 8155785: Add @Deprecated annotations to the Applet API classes
cc44b47d186 : 8156894: Cleanup of sun.java2d.pipe.Region
49f26d74b4b : 6882559: new JEditorPane("text/plain","") fails for null context class loader
2de846fa454 : 8136998: JComboBox prevents wheel mouse scrolling of JScrollPane
c0fd256a5eb : 6529030: Java Printing: Print range > Selection gets enabled
6986e9dcade : 6477756: GraphicsDevice.getConfigurations() is slow taking 3 or more seconds
33796633761 : 8046031: UI of Java Web Start app isn't updated when changing Windows theme
4651e1550cc : 8154722: Test gc/ergonomics/TestDynamicNumberOfGCThreads.java fails
15872655222 : 8154722: Test gc/ergonomics/TestDynamicNumberOfGCThreads.java fails
6cc93598224 : 8157102: Avoid exceptional control flow in Configuration.getText
149821a78e5 : 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
f53f69489a9 : 8154812: jshell tool: value printing truncation
2bb441c404b : 8157069: Assorted ZipFile improvements
1244c2f423f : 8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
9cdeece6b6a : 8130679: Writer/StringWriter.write methods do not specify index out bounds
33bb9220fc7 : 8157171: Hook up Unsafe.weakCompareAndSetVolatile to VarHandles
1c6eba4e610 : Added tag jdk8u102-b08 for changeset 6c1d59d7ece9
8d9c25a2acd : Added tag jdk8u102-b08 for changeset 2bd6c1dc1114
f118ac1aaa4 : Added tag jdk8u102-b08 for changeset 1392911cd571
9881b358a12 : Added tag jdk8u102-b08 for changeset 79e0895764f9
8002e9aaebb : Added tag jdk8u102-b08 for changeset 49f092d9cded
114e61975ef : Added tag jdk8u102-b08 for changeset a9d32170c72e
1dc99f47b42 : Added tag jdk8u102-b08 for changeset 3912016260a6
0fdabcaf8bf : Added tag jdk8u102-b08 for changeset 954d3067bbf1
92b17f0961f : Added tag jdk8u102-b08 for changeset bceae88b23fc
8a2e1673edc : Added tag jdk8u102-b08 for changeset 0dab79fd04d1
9a2e9d28bc3 : Added tag jdk8u102-b08 for changeset 73984cc3fa6f
0ca79268374 : Added tag jdk8u102-b08 for changeset 3ebeae9d0616
e0172cb4008 : Added tag jdk8u102-b08 for changeset d08f6cc7959e
9379c4422dc : Added tag jdk8u102-b08 for changeset 7acd6e98cddf
d70a72826ae : 8155049: New tests from 8144566 fail with "No expected Server Name Indication"
44b7282d862 : 8144566: Custom HostnameVerifier disables SNI extension
95640a812c0 : 8165231: java.nio.Bits.unaligned() doesn't return true on ppc
02a167c49ad : Added tag jdk8u141-b07 for changeset 1af553e13cc4
9a7cc75de9a : 8155049: New tests from 8144566 fail with "No expected Server Name Indication"
d36182e3583 : 8144566: Custom HostnameVerifier disables SNI extension
97c5a8ed501 : 8165231: java.nio.Bits.unaligned() doesn't return true on ppc
adf7a1bb03f : Added tag jdk8u141-b07 for changeset 1c0a39ac9075
e40bf3622c3 : Added tag jdk8u101-b08 for changeset 51f4a7329a04
2343922ada1 : Added tag jdk8u101-b08 for changeset 81681f7d6901
b6521f2bd5d : Added tag jdk8u101-b08 for changeset 322b8c2c0bf4
378a56751eb : Added tag jdk8u101-b08 for changeset 2c19f3ed1079
206f4eed274 : Added tag jdk8u101-b08 for changeset a6cf3f6d07f9
6c647df63fe : Added tag jdk8u101-b08 for changeset 8320dc4b74d4
a9b21a8357a : Added tag jdk8u101-b08 for changeset 46e3d2e14ec7
fff047272db : Added tag jdk8u101-b08 for changeset 1a20a011db41
089e2c39f7a : Added tag jdk8u101-b08 for changeset 137a48c53c17
a4a0d171634 : Added tag jdk8u101-b08 for changeset 4be98c25747b
ca3a1836c85 : Added tag jdk8u101-b08 for changeset dcb8ed6e6b44
ead4520b1b0 : Added tag jdk8u101-b08 for changeset c1f7dc63b80b
78915c0334f : Added tag jdk8u101-b08 for changeset 6e6b8a63b533
b52084293bf : Added tag jdk8u101-b08 for changeset baef45427940
b71deff4e2e : 8041694: JFileChooser removes trailing spaces in the selected directory name
fd3645227ba : 8152343: JVMCI test tasks: Unit tests for MetaAccessProvider
768ffb978f3 : 8152342: JVMCI test task: Unit tests for MethodHandleAccessProvider
9a48b975a1c : 8152341: JVMCI test task: Unit tests for MemoryAccessProvider
173e8139c03 : 8139703: [TESTBUG] compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest fails using -Xcomp
358e25664a4 : 8154180: Regression: stuck expressions do not behave correctly
41258c689d3 : 8078559: Update error message to indicate illegal character when encoding set to ascii
ef51223aa34 : 8054562: document skip results in RunCodingRules.java
f18045ee0be : 8156180: javac accepts code that violates JLS chapter 16
7fa26cbc1e7 : 8153884: Expression lambda erroneously compatible with void-returning descriptor
eef5821303e : 8157030: langtools dev build broken after classfile version bump
a2ce513fbdc : 8157028: Add make target for running gtest tests
bde74b92a08 : 8154192: Deprivilege java.scripting module
976b541ac50 : 8156931: java.nio.Buffer tests cleanup
00883c0dc9c : 8154049: DualPivot sorting calculates incorrect runs for nearly sorted arrays
c139d557584 : 8156991: Problem list UnsupportedDHKeys.java on windows
687824174e5 : 8156950: NPE while accessing ExportsDirectives.getTargetModules
b40b6a2e8ee : 8000415: Add support for SHA-3
6be4410a0e7 : 8156964: gc/logging/TestUnifiedLoggingSwitchStress.java hits assert
db0f9f020b0 : 8156867: Simplify/reduce testing in ParallelCompact_test
cb6496c297a : 8141635: Implement VarHandles/Unsafe intrinsics on POWER
6c51be077a1 : 8155823: Add date-time patterns 'v' and 'vvvv'
e7dc48db5b0 : 8156710: HttpTimeoutException should be thrown if server doesn't respond
aa5b0068acf : 8156714: Parsing issue with automatic semicolon insertion
059bce48e37 : 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
073542ac408 : Added tag jdk8u102-b07 for changeset 205366932712
f56836eb1a5 : 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
2b64496e53f : Added tag jdk8u102-b07 for changeset 7b1954833e40
2d932e058af : 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
c9b417ed5a7 : 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
443a46019e7 : 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
dfadb239df8 : 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
5f037c972f8 : 8156583: Typo in the spec of javax.sound.sampled.AudioFormat.Encoding.toString()
9b2813f13de : 8049171: Additional tests for jarsigner's warnings
bb3c974cedc : 8049171: Additional tests for jarsigner's warnings
fd19ab133b0 : 8156923: [ppc] Implement "JEP 270: Reserved Stack Areas for Critical Sections"
618f5131e69 : 8156922: [ppc] Implement template interpreter stack overflow checks as on x86/sparc
1fae073d9c2 : 8156156: Add module specific NMT MemoryType
737a2a59468 : 8158060: BasicLayerTest causes fatal error: Thread holding lock at safepoint that vm can block on: Module_lock
9d801b98a7f : 8158106: native/GTestWrapper.java gets SIGABR
e456d998a8c : 8158150: LogConfiguration::describe output can get truncated
acc40d57ab4 : 8154096: Extend WhiteBox API with methods which retrieve from VM information about available GC
286b9675744 : 8157452: [TESTBUG] PLAB tests don't handle unexpected GC
0cf2e90d174 : 8152950: BasicLauncherTest.java fails due to type error
68c8a74fbe2 : 8152207: Perform array bound checks while getting a length of bytecode instructions
c36295e9473 : 8145148: InterfaceMethod CP entry pointing to a class should cause ICCE
e5e41a2375a : 8145247: incorrect comment in SystemDictionary::load_shared_class
84d9673da4a : 8157153: TestStressRSetCoarsening fails with OOM
6253b1d2511 : 8154589: assert(k != NULL) failed: preloaded klass not initialized
96e6ae92748 : 8156896: Script stack trace should display function names
4f8ad614982 : 8078268: javax.swing.text.html.parser.Parser parseScript incorrectly optimized
e28bb07a3d3 : 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
7a40b8d5f7c : 8155001: SystemTray.remove() leaks GDI Objects in Windows
e931bc512f9 : 8047931: Remove unused medialib code
0596391be9c : 8156837: RC resource compilation on windows generates false build failure reports
eeec992d7e6 : 8156837: RC resource compilation on windows generates false build failure reports
b8dd2e555f5 : 8155608: String intrinsic range checks are not strict enough
dd051e31bba : 8155608: String intrinsic range checks are not strict enough
2ab87a9fb71 : 8150702: change in javadoc for parseObject for MessageFormat - JDK-8073211
a3e3a0da685 : 8156584: Initialization race in sun.security.x509.AlgorithmId.get
476ef7367c9 : 8156552: [JVMCI] remove final and stable field handling from ConstantReflectionProvider
21c525f41e9 : 8156671: Refactor sun/security/rsa/SignatureTest.java
9d15bdddf65 : 8156897: Problem list ShortRSAKey1024.sh on windows
0c5f493370e : 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
54051259029 : 8155047: [JVMCI] findLeafConcreteSubtype should handle arrays of leaf concrete subtype
c7bcfe20da5 : 8156890: Temporarily problem list ListKeychainStore.sh on Mac
065f9a3a4eb : 8156794: Extend data sharing
b733375f7d1 : 8149843: StandardJavaFileManager should provide a way to get paths from strings 8150111: Need to change signature of StandardJavaFileManager.setLocationFromPaths
0f1d1d98bb9 : 8155977: ObjectInputStream::resolveClass & resolveProxyClass for platform loader
2bbe02b202e : 8155977: ObjectInputStream::resolveClass & resolveProxyClass for platform loader
39fe334e121 : 8154539: Examine the desktop module's use of sun.misc.SoftCache
72bf5160ac4 : 8154546: Retire sun.misc.GThreadHelper
24fae493243 : 8156851: Compilation error compiling XpatchDupModule.java and XpatchDupJavaBase.java
fa1227e9bd0 : 8156521: Minor fixes and cleanups in NetworkInterface.c
3e27af83f9e : Added tag jdk-9+118 for changeset 443bdc8a8b7c
bab51634ec7 : Added tag jdk-9+118 for changeset 78bffb8c47c3
3b844ac08de : Added tag jdk-9+118 for changeset 5c13564b227b
11010a4e26a : Added tag jdk-9+118 for changeset 8a2559d6fe5b
1709b74a9db : Added tag jdk-9+118 for changeset 2082ebf00d57
e52d0af874c : Added tag jdk-9+118 for changeset cc643de7cb06
8789a8b9557 : Added tag jdk-9+118 for changeset 3657c978f79a
409f2497ed9 : Added tag jdk-9+118 for changeset 30f2faf0e7a6
6ce3711133a : 8156801: java/net/httpclient/security/Driver.java failed with RuntimeException: Non zero return value
cddb3b11ef2 : 8156769: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java fails with java.lang.Exception
0d429acc35f : 8156756: Enable build-time use of resource ordering plugin
5e087a4336d : 8156777: [TESTBUG] test/testlibrary_tests/SimpleClassFileLoadHookTest.java requires non minimal VM
3b2bc5df71c : 8151805: fatal error: heap walk aborted with error 1
9f43471b554 : 8156768: [JVMCI] remove support for patching Symbol pointers
5e2fa375040 : 8153792: EA: assert(ptn->as_LocalVar()->edge_count() > 0) failed: sanity when compiling compareAndExchange
945ba5a9180 : 8156820: Nashorn nightly test failure after fix for 8156738
8adbc20c875 : 8155241: Crash with assert in Xcomp mode and with disabled ReduceBulkZeroing
cf5a61530f5 : 8155643: Java crash with assert in Xcomp mode and disabled ReduceInitialCardMarks
07f2c9d05f7 : 8156213: Remove SHA-1 and 3KeyTDEA algorithms from DRBG
536db8741fc : 8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap
1a854bcc1e9 : 8156501: DRBG not synchronized at reseeding
3548f9ecba0 : 8137296: [JVMCI] Enable sharing of debug info by default in all configurations
e0606a40d34 : 8156810: remove redundant sentence in SecurityManager.checkMemberAccess doc
bff0e66d94c : 8155627: Enable SA on AArch64
ca2c5065799 : 8155627: Enable SA on AArch64
99e0b31b642 : 8156800: Convert QuickSort_test to GTest
1527f49156a : 8168567: Fix for 8166972 breaks aarch64 build
efe353282a0 : 8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present
5a51418eb9a : 8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
86571685f62 : 8168317: [JVMCI] use reflection instead of jdk 9 Module API in Services.java
af75e7389a3 : 8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
418c0fdb88c : 8160376: DebuggerException: Can't attach symbolicator to the process
e3cfbde233c : 8168483: Remove jtreg timeout handler timeout
b82dbd43b57 : 8166862: CMS needs klass_or_null_acquire
a8a3dae37c7 : 8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame
0520f59743f : 8165661: SPECjvm2008-crypto.signverify regression in 9-b105
1134c66f5ee : 8166377: is_compiled_by_jvmci hot in some profiles - improve nmethod compiler type detection
2bc03370936 : 8165381: Update for x86 SHA512 using AVX2
1175b7f1c8f : 8166806: Add intrinsic support for writer used in event based tracing
a7041a6dc7b : 8168479: Quarantine serviceability/jdwp/AllModulesCommandTest.java test
2069d6b6b3c : 8164383: jhsdb dumps core on Solaris 12 when loading dumped core
8e09cfb126e : 8166684: PPC64: implement intrinsic code with vector instructions for Unsafe.copyMemory()
1f18dde1d8b : 8166203: NoClassDefFoundError should not be thrown if class is in_error_state at link time
5eff90fe327 : 8159817: Convert FreeRegionList_test to GTest
9577d94f76e : 8155219: [TESTBUG] Rewrite compiler/ciReplay/TestVM.sh in java
d8c2eae5b3f : 8166910: Convert TestNewSize_test to GTest 8166911: Convert TestOldSize_test to GTest
65940c5e5cb : 8168295: [JVMCI] -XX:+JVMCIPrintProperties should exit after printing
4aa77f3ae6a : 8164002: Add a new CPU family (S_family) for SPARC S7 and above processors
3057feeecb7 : 8166724: gc/g1/TestHumongousShrinkHeap.java fails with OOME
4a49bb62845 : 8155570: serviceability/tmtools/jstat/GcTest02.java fails with parallel GC
dbcc466e7f7 : 8166289: RuntimeException: canRead() reports false for reading from the same module: expected true, was false
07da91668a1 : 8167299: -XX:+PrintRelocations crashes the VM
bf69ab57606 : 8166790: Add stress test GCBasher
ecccfb5c76c : 8167421: AArch64: in one core system, fatal error: Illegal threadstate encountered
993bfb65657 : 8167987: change merge context to clear for mask register usage model
8e9064b44b1 : 8166563: Convert GuardedMemory_test to Gtest
c6515608b66 : 8166804: Convert TestMetachunk_test to GTest
139c2821191 : 8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
3c0ef9eadc0 : 8156159: replace CompilerToVM.readUncompressedOop with Unsafe.getUncompressedObject
baca9fb3f6d : 8156789: missing condition in ClassPathZipEntry::open_versioned_entry()
dcb864bfec5 : 8156781: change to jlink has result in test failure
82ae26a9a82 : 8155978: Remove HTTP proxy implementation and tests from RMI
860e71a1347 : 8156738: Use StackWalker for DynamicLinker.getLinkedCallSiteLocation
172839f24f6 : 8156153: java/lang/System/LoggerFinder/jdk/DefaultLoggerBridgeTest/DefaultLoggerBridgeTest.java fails with java.lang.RuntimeException
87861c61e1d : 8150247: CompilerControl: LogCompilation testing
b6c0e4788c4 : 8156775: IGV: StringUtils is absent
1d60ce77a0e : 8153782: [JVMCI] update JVMCI sources to Eclipse 4.5.2 format style
054417e11ad : 8155981: Bolster bytecode verification
e95c6c6ca77 : 8155981: Bolster bytecode verification
3f9f0665f6c : 8155981: Bolster bytecode verification
bc9580285ef : 8155981: Bolster bytecode verification
b89912a8283 : 8156794: Extend data sharing
3ab411067d5 : 8155981: Bolster bytecode verification
5384df050ed : 8156794: Extend data sharing
2b537997028 : 8156763: Quarantine gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java
a00ea0d34f2 : 8156097: docs build fails with StackOverflowError on Solaris
fbc16fb0e07 : 8155587: Cross compilation may cause compiler warnings for "build" compiler
037bd781825 : 8156741: [JVMCI] remove LocationIdentity interface
0b60b18e8c7 : 8156658: Common way to run jtreg tests
e6526de210e : 8156658: Common way to run jtreg tests
febfbd0f654 : 8156733: JIB fails to follow redirects
fa6b2edf641 : 8156658: Common way to run jtreg tests
1de3636e0fe : 8156658: Common way to run jtreg tests
8eed1ef6af3 : 8156658: Common way to run jtreg tests
b28f905e05c : 8146948: Enable listing of LogTagSets and add support for LogTagSet descriptions
1917be9572b : 8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
bcec429910a : 8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
ce9242dc850 : 8156689: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java disable range testing of Allocate*PrefetchLines
0e8376bd171 : 8154715: Missing destructor and/or TLS clearing calls for terminating threads
2150ee4ab40 : 8046274: Removing dependency on jakarta-regexp
695f11e91c2 : 8150011: Update javac to generate V53.0 class files
114e7f30f75 : 8156695: Fix @modules in tests in java/lang/management
0f02e652db5 : 8156766: jdk/test/tools/jlink/plugins/SorterPluginTest.java broken
2bac8d91d1b : 8155237: jlink plugin to order resources should take a class list as input
aefbfce7cf5 : 8156658: Common way to run jtreg tests
f2dabbdb6ad : 8062804: IsoFields WEEK_BASED_YEAR and QUARTER_OF_YEAR too lenient
e7e64ceea37 : 8151914: java/util/jar/JarFile/MultiReleaseJar* tests do not declare module dependences
9c17407e9e3 : 8156716: Incorrect condition in test SupportedDHKeys.java
7df23eb45e7 : 8154523: SHA1PRNG output should change after setSeed
b45ea8903ec : 6328855: String: Matches hangs at short and easy Strings containing \r \n 6192895: java.util.regex.Matcher: Performance issue 6345469: java.util.regex.Matcher utilizes 100% of the CPU 6988218: RegEx matcher loops 6693451: RegEx matcher goes into infinite delay 7006761: Matcher.matches() has infinite loop 8140212: Slow performance of Matcher.find 8151481: j.u.regex.Pattern cleanup 6609854: Regex does not match correctly for negative nested character classes 4916384: CANON_EQ supports only combining character sequences with non-spacing marks 4867170: Pattern doesn't work with composite character in CANON_EQ mode 6995635: CANON_EQ pattern flag is buggy 6728861: ExceptionInInitializerError is caught when the pattern has precomposed character 6736245: A character in Composition Exclusion Table does not match itself 7080302: the normalization in java regex pattern may have flaw
772322c6faf : 8156709: Cannot call setSeed on NativePRNG on Mac if EGD is /dev/urandom
5992b4a6b25 : 8150865: SQE test: GC unified logging: check that dynamic log level doesn't break anything
a991801b42c : 8073500: Prevent certain commercial flags from being changed at runtime
9f4a84d8253 : 8156665: ES6 for..of should work on Java Iterables and Java arrays
125e864c0dd : 8047328: Improve memory usage for cards in SparsePRTEntry
99c9a7f6f6b : 8155810: Bound the number of root region scan threads to the number of survivor regions
a7471fdca3f : 8155721: Sparse remset wastes half of entry memory
029fbccccb8 : 8156660: JDK-8150393 does not set _scan_in_progress properly
fcf085c678c : 8156661: Handful of typos in javadoc
967a686e709 : 8156561: Remove makeClasslist.js
47ddb954bd0 : 8074716: IntelliJ IDEA project support
91cb8b5fc86 : 8156560: Remove AddJsum
553aa431364 : 8155795: Optimize Integer/Long.reverse by using reverseBytes
12675924fcc : 6421058: When calls JSpinner.setEditor() the font in a JSpinner become is a bold
32a12da3bf7 : 8152311: [JVMCI] allow JVMCI compiler to change the compilation policy for a method
db7608c21cc : 8155023: jdk.vm.ci needs to securely export services
aab69bdeb5f : 8155719: remove TrustedInterface from JVMCI
79fa047585f : 8156211: [JVMCI] ResolvedJava* interfaces should extend AnnotatedElement
d338c44a68f : 8156128: Tests for [AWT/Swing] Conditional support for GTK 3 on Linux
0537b18b12d : 8156119: Update ServiceProviderTest for XMLReaderFactory
26ba99921fe : 8156002: java/nio/channels/SocketChannel/AdaptSocket.java Fails in Mesos on OSX
d0b67fecb37 : 8154985: Add the ability to use main class as lookup (as jcmd) to jinfo, jmap, jstack
1e67fc1de6f : 8156513: Problem list javax/xml/jaxp/unittest/stream/FactoryFindTest.java
155e6796dd2 : 8154344: sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java fails on solaris
b962e074639 : 8087113: Websocket API and implementation
56be49516c1 : 8152912: SAX XMLReaderFactory needs to be ServiceLoader compliant
ae4d032d414 : 8155091: Remove SA related functions from tmtools
2523b1942a7 : 8153535: Convert TraceRedefineClasses to Unified Logging
fef5de6f419 : 8155574: ClassLoader::initialize_module_loader_map crashes if the char_buf is not NULL terminated
27543a1ad6c : Added tag jdk8u102-b07 for changeset 16d5983225bb
4624e6b6f43 : Added tag jdk8u102-b07 for changeset fb2485f90331
e53bb8e3d9f : Added tag jdk8u102-b07 for changeset ba6303706e29
e9a425e9915 : Added tag jdk8u102-b07 for changeset 4e4d45142930
e685791b2dc : Added tag jdk8u102-b07 for changeset f29f2cc06bd8
52b4e4986f4 : Added tag jdk8u102-b07 for changeset dbc87d4f9954
cbbb9196c45 : Added tag jdk8u102-b07 for changeset 0bb06d3beb70
fb320204b23 : Added tag jdk8u102-b07 for changeset 2126f3bba4e1
9057bce9e27 : Added tag jdk8u102-b07 for changeset 69cf0eb85cc8
806a9f78346 : Added tag jdk8u102-b07 for changeset 80a982b9efc0
ef634fbd721 : Added tag jdk8u102-b07 for changeset 32b30d3149d3
d23d2a81fe3 : Added tag jdk8u102-b07 for changeset b3f97eb0a0fe
cf3e43100f5 : Added tag jdk8u102-b07 for changeset 84acd15b6640
cf5286bc7d7 : Added tag jdk8u102-b07 for changeset 7b1b0a968efe
9f8999fdf0e : 8156158: Mark ToolLocaleMessageTest.java as intermittently failing, demote to tier 2
57f8ddcd635 : Added tag jdk8u101-b07 for changeset 84105280c873
3fb4842f145 : Added tag jdk8u101-b07 for changeset 6192755a74d7
941332aa761 : Added tag jdk8u101-b07 for changeset bd594e331a38
51d76e09c6a : Added tag jdk8u101-b07 for changeset 07f72cb88b5a
4f34600dcfe : Added tag jdk8u101-b07 for changeset 051356f09d3a
bdb6ba97f8f : Added tag jdk8u101-b07 for changeset c71a4e46c950
3dc44b0875d : Added tag jdk8u101-b07 for changeset ec3f6e9c4671
6b7ba2895bc : Added tag jdk8u101-b07 for changeset f1de9488baf0
46434209923 : Added tag jdk8u101-b07 for changeset ed167786ec6d
9b8be3940cc : Added tag jdk8u101-b07 for changeset 5181680fad26
fe700dc054f : Added tag jdk8u101-b07 for changeset 0f2ab6170c15
f1667795005 : Added tag jdk8u101-b07 for changeset 72a2c1d52037
07eb87ae6f6 : Added tag jdk8u101-b07 for changeset d7ac378dfef6
80d21ef5a1a : Added tag jdk8u101-b07 for changeset 9851826514ac
35d36c1c101 : 8155682: Get rid of legacy Windows Flags for DX
36b0cdb85ac : 8153912: Reconsider StackFrame::getFileName and StackFrame::getLineNumber
05f3ae4cc8d : 8153685: Parfait integration missing in the new tools (jmod and jlink)
17dce93f31e : 8145934: Make ttyLocker equivalent for Unified Logging framework
f4ffadd18be : 8155091: Remove SA related functions from tmtools
cff84c09fa9 : 8156529: Problem list java/nio/file/WatchService/DeleteInterference.java
6f570053593 : 8156512: Mark several tests from java/nio as intermittently failing
6b75dd66682 : 8155071: AppletViewer should print the deprecation warning that the Applet API is deprecated
a1e5418d193 : 8154826: AArch64: take advantage better of base + shifted offset addressing mode
1eae8725532 : 8155888: java/net/httpclient/QuickResponses.java intermittently failed with java.util.ConcurrentModificationException
880dc078b3f : 8154295: Currency iso code is int and hence looses the preceeding zero
7adc4034cd0 : 8153655: Make intrinsics flags diagnostic and update intrinsics tests to enable diagnostic options
7294fd831a6 : 8156492: ClassFormatError thrown when arrow function is used
ca6c12a7d5c : 8156189: Problem list tools/jdeps/modules/GenModuleInfo.java and ModuleTest.java until JDK-8153481 is resolved
5df499dd0b9 : 8156502: Use short name of SupportedEllipticCurvesExtension.java
50a7fba4deb : 8147984: WindowsTerminal should support function keys
4900a832030 : 8079628: java.time: DateTimeFormatter containing "DD" fails on 3-digit day-of-year value`
da75338df21 : 8156489: jjs tab-completion crashes with stack overflow error
9ef9b485e3e : 8156020: 8145547 breaks AIX and and uses RTLD_NOLOAD incorrectly
529e4623639 : 8156033: jhsdb jmap cannot set heapdump name
f2e1814b1a5 : 8156033: jhsdb jmap cannot set heapdump name
92274ea496b : 8155211: Ucrypto Library leaks native memory
bd9a9d93fc1 : 8150044: Generate classlists at build-time
998971d501f : 8150044: Generate classlists at build-time
2b1fdef17a5 : 8150921: Update Unsafe getters/setters to use double-register variants
d25ad325074 : 8150044: Generate classlists at build-time
fbe14c52502 : 8155992: Change name of StealRegionCompactionTask to something that emphasizes the compaction task
01fcb7adcff : 8156018: Hotspot visual studio project generation broken
d3f1fdbc0b2 : 8150496: (zipfs) Fix performance issues in zip-fs 8150366: (zipfs) lastAccessTime and createTime returned as null instead of default value
9f41228dab8 : 8153268: javac accepts enums being referenced by 'uses' statement
144b4fb478e : 8156459: SimpleCMYKColorSpace serialVersionUID is inappropriate
427a2549f68 : 8156147: NPE in InstrumentationImpl.transform when loading classes from -Xbootclasspath/a
b4192cdebc1 : 8139233: add initial compact immutable collection implementations
85f537701c9 : 8155965: Unsafe.weakCompareAndSetVolatile entry points and intrinsics
ffc21de072e : 8155965: Unsafe.weakCompareAndSetVolatile entry points and intrinsics
89cdc7ca82a : 8150731: Nashorn JSObject linker should be exposed as a service provider
bb79607f673 : 8132710: Add tests which check that Humongous objects behave as expected after Young GC 8132712: Add tests which check that Humongous objects behave as expected after Full GC
dc12061bb6b : 8148244: Finalize and integrate GTest implementation
66686b81521 : 8149591: Prepare hotspot for GTest
b1cc5f555f6 : 8154328: [TEST_BUG] java/awt/TrayIcon/ActionEventTest/ActionEventTest.java
08dac03ddc4 : 8156131: C2: MachProj dumps data on tty w/ -XX:+WizardMode
88cbbd634e9 : 8156124: Update compiler/unsafe/UnsafeGetConstantField after JDK-8148518 is fixed
386a77fd916 : 8148949: DateTimeFormatter pattern letters 'A','n','N'
28efea6754b : 8156126: LogCompilation: Dump additional info about deoptimization events
b3f1f110f4d : 8156068: Unsafe.{get|set}Opaque should be single copy atomic
1c010b15e9e : 8015070: Antialiased text on translucent backgrounds gets bright artifacts
ba6c1c4a52a : 8153572: [JEP 110] IOException (connection closed for reading) is thrown when try to connect HTTPS service
096e59e6c9d : 8154144: Tests in com/sun/jdi fails intermittently with &quot;jdb input stream closed prematurely&quot;
37389f4e608 : 8156190: [ppc] Fix build after "8151268: Wire up the x86 _vectorizedMismatch stub routine in C1"
e6a2c0dc1e1 : 7116979: Unexpected pixel colour when converting images to TYPE_BYTE_INDEXED
b58e171061d : 8155513: Deprivilege jdk.charsets
cad49e11bf1 : 8155513: Deprivilege jdk.charsets
b932c60a85b : 8051408: NIST SP 800-90A SecureRandom implementations
b9a1863e453 : 8156178: [JVMCI] expose StubRoutines trig functions
c3a62423687 : 8156007: Refix: TestPolicy should extend the default security policy
107de3478c5 : 8155794: Move Objects.checkIndex BiFunction accepting methods to an internal package
3d8d9fe7fa3 : 8155794: Move Objects.checkIndex BiFunction accepting methods to an internal package
0a123cad8fd : 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
05e186869f7 : 8156133: FindCrashesAction in HSDB does not work except Solaris platform
45aab5eb6de : 8154190: Deprivilege java.compiler module
8c11293294f : 8154190: Deprivilege java.compiler module
e81c4c2ac8c : 8154190: Deprivilege java.compiler module
cbf4406738f : 8154182: Fix java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java to only use available modules
b52c5bbd676 : 8147039: Incorrect locals and operands in compiled frames
24b184b6653 : 8155258: VarHandle implementation improvements
37445185d23 : 8155258: VarHandle implementation improvements
b260a19e7bf : 8156072: AllocatedObj msgs coming out during -version etc
971ba575232 : Added tag jdk-9+117 for changeset 6789c4ec0a28
784093a30cf : Added tag jdk-9+117 for changeset f0b5daef41b6
4d62d442a01 : Added tag jdk-9+117 for changeset f33cc7ee4a9c
f6b44b328bf : Added tag jdk-9+117 for changeset e7c644e70818
f51f5dbefc2 : Added tag jdk-9+117 for changeset cb2ebe77b8fb
a94f3b77251 : Added tag jdk-9+117 for changeset 6c781e067b6b
0817cd2a01d : Added tag jdk-9+117 for changeset 065e8305bdc6
3f0a7cedcd7 : Added tag jdk-9+117 for changeset 3715a97ba87b
472a1bc607e : 8151268: Wire up the x86 _vectorizedMismatch stub routine in C1
88be76356f6 : 8154942: Remove ProcessTools.getVmInputArguments() from the hotspot test library, as it is not used by any of the hotspot tests
577c84a6e78 : 8152927: Incorrect GPL header in StubFactoryDynamicBase.java reported
9d569fa8125 : 8152927: Incorrect GPL header in StubFactoryDynamicBase.java reported
65c28a333b9 : 8152927: Incorrect GPL header in StubFactoryDynamicBase.java reported
dbb9836a252 : 8152927: Incorrect GPL header in StubFactoryDynamicBase.java reported
80dc8b84bc5 : 8155257: ParNew/CMS: Clean up promoted object tracking
09725f8cced : 8152927: Incorrect GPL header in StubFactoryDynamicBase.java reported
b1cc284a246 : 8137137: [macosx] The native dialog doesn't have 'close'(X) button on Mac
08482543b49 : 8155742: [Windows] robot.keyPress(KeyEvent.VK_ALT_GRAPH) throws java.lang.IllegalArgumentException in windows
6fd98f9b985 : 6384991: TrayIcon ActionListener called at wrong time
eb99e4ec1fb : 8153761: JShell: Completion -- Show parameter names if possible
daca004ce5a : 8075703: jdk.javadoc module exports com.sun.tools.javadoc package which contains a lot of internal API
0cf5c574548 : 8155928: Remove hardcoded port numbers from httpclient/Security.java test
0e991f21cbf : 8155959: Langtools ant build should support new Xpatch option format
182152c3856 : 8154166: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails with RuntimeException
09a7921d552 : 8151786: [TESTBUG] java/beans/XMLEncoder/Test4625418.java timed out intermittently
7057abda296 : 8155162: java.util.zip.CRC32C Interpreter/C1 intrinsics support on SPARC
05ae0adfe41 : 8156050: ParallelCompact_test should skip test if UseParallelOldGC is off
8d5eac16b30 : 8156040: Nashorn tests still failing after latest Jigsaw merge
fa5b3ae32f3 : 8149816: TIFFField#getValueAsString result is unexpected for RATIONAL and SRATIONAL types (when modulo is 0)
bd9c092ecc4 : 8155649: IncludeLocalesPlugin throws NPE when jdk.localedata not resolved
37c2a5ad4e8 : 8156000: tools/all/RunCodingRules.java fails if build dir exists, but generated sources do not
5106d55d556 : 8153192: (se) Selector.select(long) uses wrong timeout after EINTR (lnx)
ab72d795f4c : 8155939: sun.launcher.LauncherHelper INSTANCE is unused
4f538853430 : 8155739: [TESTBUG] VarHandles/Unsafe tests for weakCAS should allow spurious failures
6191c997a37 : 8145984: [macosx] sun.lwawt.macosx.CAccessible leaks
251735466a6 : 8136777: Introduce bundle targets
69cc0c7ebef : 8156036: Enable building of arm targets in default JPRT testset
7750aa7661b : 8156847: jdk.dynalink package is shown under "Other Packages" section
93a253535c3 : 8156914: jlink API minor cleanups
edd7a01d4b5 : 8144711: (x) => x + 1 causes Assertion failure instead of SyntaxError
08cdde3f7c9 : 8156025: [JVMCI] make HotSpotResolvedObjectTypeImpl.createField non-public
fdc03a7cd83 : 8156022: Add prediction for cost_per_byte_ms to G1Analytics
191e61e1841 : 8154911: Move GCDuringIteration.java back to tier1
214029ed2b8 : 6729836: JavaSound treats large file sizes as negative and cannot read or skip
b349292b747 : 8148244: Finalize and integrate GTest implementation
bd6db06885a : 8155950: Add minimal VM in JIB profile on linux-x86
bd838767a7d : 8155963: Fix deprecation warning in windows java.net implementation
01ee88c8ae3 : 6850612: Deprecate Class.newInstance since it violates the checked exception language contract
5302ecdbff7 : 8149560: TIFFField#createFromMetadataNode throws a NullPointerException when the node is set with "tagNumber" attribute
72e6b8e873d : 8155872: Temporarily disable deprecation checking on the java.desktop module
0c50b61dd45 : 8155944: ant build/test of nashorn is broken with the latest jdk9-dev build
565780b7aa6 : 8155239: [TESTBUG] Simple test setup for JVMTI ClassFileLoadHook
e41ab59d630 : 8153073: UL: Set filesize option with k/m/g
34fe707dada : 8155678: ClassLoader::initialize_module_loader_map should only be called when dumping CDS archive
d312e84812b : 8155751: Some tests miss othervm for main/bootclasspath mode
06e3a5cb60b : 8156066: Backout JDK-8153892
094416e1ecc : 8155946: Minimal VM fails to built after 8154153: PS: Restore preserved marks in parallel
9cad8a6125a : 8155943: Move G1Eden/SurvivorRegions into their own source files
e8cd76568da : 8155775: Re-examine naming of privileged methods to access System properties
f8157334a83 : 8136777: Introduce bundle targets
a96b7f7d25b : 8139982: Re-examine java.management dependency on java.util.logging.LoggingMXBean
38f007ac7fe : 8157146: Add debug printlns to tests FieldSetAccessibleTest and VerifyJimage.java
44afe20e99f : 8156485: MethodHandles.varHandleExactInvoker should perform exact checks
c594c87387f : 8155088: Fix module dependencies in java/sql/* and javax/* tests
6e8eab119e9 : 8156989: Trailing empty element in classpath ignored
5c27ac09c71 : 8150468: ClassCircularityError on error in security policy file
5cd35e69e24 : 8155049: New tests from 8144566 fail with "No expected Server Name Indication"
fc86d03190d : 8156825: java/net/httpclient/BasicWebSocketAPITest.java failed with java.lang.AssertionError
baf59c0bd88 : 8150785: (bf) Hoist slice and duplicate methods up to java.nio.Buffer
905d21fe768 : 8156914: jlink API minor cleanups
1e4b00b1dc9 : 8140594: Various minor code improvements (compiler)
96c4dc32102 : 8144856: fix assert in CompiledStaticCall::set_to_interpreted
4ece44cbfae : 8150016: small typo in ciReplay code
6fe64604e73 : 8154956: Module system implementation refresh (4/2016)
64261477b13 : 8154956: Module system implementation refresh (4/2016)
36e08208015 : 8154956: Module system implementation refresh (4/2016)
5c29c94f31a : 8154956: Module system implementation refresh (4/2016)
3e17f032b68 : 8154956: Module system implementation refresh (4/2016)
a503db18fb2 : 8154956: Module system implementation refresh (4/2016)
05405b6f2e3 : 8154956: Module system implementation refresh (4/2016)
7c8674903be : 8154956: Module system implementation refresh (4/2016)
61004d5026f : 8153925: (fs) WatchService hangs on GetOverlappedResult and locks directory (win)
12ec0284237 : 8173783: IllegalArgumentException: jdk.tls.namedGroups
9023c220ad4 : 8173145: Menu is activated after using mnemonic Alt/Key combination
74cb6a15319 : 8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space
3dc853a10ef : 8173581: performance regression in com/sun/crypto/provider/OutputFeedback.java
d43f1e23c2b : 8153925: (fs) WatchService hangs on GetOverlappedResult and locks directory (win)
fd56a522200 : 8173783: IllegalArgumentException: jdk.tls.namedGroups
c15456ee9ce : 8173145: Menu is activated after using mnemonic Alt/Key combination
ea32306007e : 8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space
7e8969d139a : 8173581: performance regression in com/sun/crypto/provider/OutputFeedback.java
39846dcf8d3 : 8153925: (fs) WatchService hangs on GetOverlappedResult and locks directory (win)
ae6a62a6c83 : 8155516: Suppress warnings from uses of deprecated Class.newInstance langtools
b3854d58300 : 8140422: Add mechanism to allow non default root CAs to be not subject to algorithm restrictions
325a065aff5 : 8155774: move code from ModuleTestBase to toolbox
46ee2680812 : Added tag jdk8u102-b06 for changeset 118a71755886
05765b1507f : Added tag jdk8u102-b06 for changeset ed8e8fc4feba
0307e175fb1 : Added tag jdk8u102-b06 for changeset 76aa7075125f
d789be018ab : Added tag jdk8u102-b06 for changeset d6a5133d823f
2590019e57c : Added tag jdk8u102-b06 for changeset 5aa8e934d253
43454010b03 : Added tag jdk8u102-b06 for changeset 30f75ec1d7bd
f77e5df416c : Added tag jdk8u102-b06 for changeset 700cacc99d5f
d1acbdee49c : Added tag jdk8u102-b06 for changeset a74ae68cc473
df78faf9b85 : Added tag jdk8u102-b06 for changeset eda69c9c5b95
642da8bc773 : Added tag jdk8u102-b06 for changeset 570105226b6d
61ba41999f8 : Added tag jdk8u102-b06 for changeset da64bbf2511f
19102128b4f : Added tag jdk8u102-b06 for changeset 27eb9c712348
fadbeec5ec6 : Added tag jdk8u102-b06 for changeset e3c161cb35ef
2687f29617e : Added tag jdk8u102-b06 for changeset 9f0d0eb1ad7d
5950e361a25 : 8154578: Drop residual use of addReads from javadoc
92d70a6781e : Added tag jdk8u101-b06 for changeset 6000a57056e5
7e17de07c83 : Added tag jdk8u101-b06 for changeset 9a69a8846384
684315667c5 : Added tag jdk8u101-b06 for changeset 39925e61a691
2864f6f52bc : Added tag jdk8u101-b06 for changeset 9c58f4bb5be0
33537a8ce02 : Added tag jdk8u101-b06 for changeset acfff9250d30
6abf45bb0d6 : Added tag jdk8u101-b06 for changeset f975def79e8a
70ae5f0cf5c : Added tag jdk8u101-b06 for changeset 8e6466e8a34c
dfb23eeabaa : Added tag jdk8u101-b06 for changeset f5b6904a374e
6dfa6ac53c7 : Added tag jdk8u101-b06 for changeset ed8038203e63
440da3c40bb : Added tag jdk8u101-b06 for changeset 6994fe95b9fc
03779053107 : Added tag jdk8u101-b06 for changeset 84a37606e613
1a311c0132e : Added tag jdk8u101-b06 for changeset dd6e53938fa2
784550662f2 : Added tag jdk8u101-b06 for changeset 36c8f290ee90
15ec3cdf6d5 : Added tag jdk8u101-b06 for changeset 4243854314e8
4b69b86a7f2 : 8155859: Problem list tools/pack200/Pack200Props.java
46109cd2041 : 8155784: Build failure on Linux arm64
35e6b00ee08 : 8151542: URL resources for multi-release jar files have a #runtime fragment appended to them
766b4949799 : 4943627: Deprecate rounding mode integer constants in BigDecimal and their uses
7eb46a2e0f7 : 8155824: JDK build should tune down small apps more aggressively
c7ff5269963 : 8139832: JShell API: Diag constructor should not be exposed and fix typo
0dc92a6e8ca : 8155821: Typo for s390x for HOTSPOT__CPU_DEFINE
d7af112d8da : 8155816: langtools/tools/javac/classfiles/attributes/LineNumberTable/T8050993.java test broken
36865021a11 : 8027324: The spec for Toolkit.setDynamicLayout() and Toolkit.isDynamicLayoutActive() needs to be clarified
1f092412dcc : 8154493: AppletViewer should emit its deprecation warning to standard error
323c1d5dbff : 8054326: Confusing message in "Current rem set statistics"
8ca267abe35 : 8050993: There is no record for condition in ternary operator in LineNumberTable
2f5a588d257 : 8155028: javac crashes in silly do-while loop
ce05d52251d : 8155792: Add @jls citations to java.lang.String
3dfed24a479 : 8154110: Update class* and safepoint* logging subsystems
53420d65162 : 8154387: Parallel unordered Stream.limit() tries to collect 128 elements even if limit is less
3ccd7f2289b : 8153293: Preserve SORTED and DISTINCT characteristics for boxed() and asLongStream() operations
5dda2fc113c : 8155772: gtk3_interface.c compilation error on Ubuntu 12.10
bab1d3912ac : 8087124: HTTP/2 implementation
6ae0f15a000 : 8155061: javadoc incorrectly sorted items in All Classes list and Index files
2006da59300 : 8139837: JShell API: make a common JShellException
4be9fb29fa4 : 8154482: javadoc tool must support legacy doclet and taglet
fed3d6ceac5 : 8149810: TIFFField#getAsLong throws ClassCastException when data is type TIFFTag.TIFF_DOUBLE or TIFFTag.FLOAT
9290ce0c7b1 : 8154270: javac wrongly rejects some class literals as annotation element values
e955660cf18 : 8154755: Add a VarHandle weakCompareAndSet with volatile semantics
4d3fe6b2050 : 8155215: java.lang.String concatenation spec is unnecessarily strong
528b2cc81a5 : 8155727: java/util/concurrent/locks/Lock/TimedAcquireLeak.java timeouts
6a55291a23f : 8151323: GeoTIFFTagSet#"ModelTiePointTag" name case does not match GeoTIFF specification
bf6b990945a : 8017112: JTabbedPane components have inconsistent accessibility tree
6ec92b13894 : 8155613: [PIT] crash in AWT_Desktop/Automated/Exceptions/BasicTest
88fc3658cc3 : 8155606: [PIT] Robot's createScreenCapture() broken on Linux
4b793fa7ffa : 8039444: Swing applications not being displayed properly
160798c7e76 : 8154943: AArch64: redundant address computation instructions with vectorization
0ab61a6e282 : 8155717: Aarch64: enable loop superword's unrolling analysis
a8fb392baf1 : 8155739: [TESTBUG] VarHandles/Unsafe tests for weakCAS should allow spurious failures
fbac01c4e5e : 8155967: aarch64: fix register usage in block zeroing
38df4e48a42 : 8155771: [JVMCI] expose JVM_ACC_IS_CLONEABLE_FAST
fc0b590c74e : 8155735: use strings instead of Symbol* in JVMCI exception stubs
9722354d373 : 8155738: C2: fix frame_complete_offset
73db8859bfd : 8155163: JVMCI: MethodHandleAccessProvider.resolveInvokeBasicTarget implementation doesn't match javadoc
7982dafac24 : 8155244: JVMCI: MemoryAccessProvider.readUnsafeConstant javadoc should be updated for null JavaKind case
17ee5a98f33 : 8155790: aarch64: debug VM fails to start after 8155617
f1eeebc17ea : 8154483: update IGV with improvements from Graal
6db653621d8 : 8155600: Performance optimization of Arrays.asList().iterator()
a94f4aafd20 : 8143346: Broken link in java.beans.XMLEncoder
528bf589fd0 : 8155653: TestVectorUnalignedOffset.java not pushed with 8155612
a6f2cdbb0f6 : 8155090: String concatenation fails with a custom SecurityManager that uses concatenation
46e74c829b3 : 8155036: Remove sun.security.action.GetBooleanSecurityPropertyAction
c7f8bb25dda : 8142464: PlatformLoggerTest.java throws java.lang.RuntimeException: Logger test.logger.bar does not exist
413417522f3 : 8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
9950f584d0f : 8155689: Build failing for install on jdk9/dev when using -testset hotspot
766c5e26ae9 : 8155514: jaxp.library.TestPolicy should extend the default security policy
93a8bd38432 : 8154801: deprecate Observer and Observable
8499a7a0b3f : 8152677: [macosx] All files filter can't be selected in JFileChooser
0a29c919625 : 8155021: [TEST] create one more inheritance test for @BeanProperty
2f9ffbd2802 : 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
8a708bda63d : 8155632: Remove debuginfo from jmod files
552f7b32c16 : 8150990: Add helper class in jdk.jlink for packager use to avoid coordination with FX and JDK builds
45082e31946 : Added tag jdk-9+116 for changeset 973b1c28c6d2
8c52468e73f : Added tag jdk-9+116 for changeset 33cf53901cac
21311d2cb71 : Added tag jdk-9+116 for changeset d91c47cb2992
a0bed541c09 : Added tag jdk-9+116 for changeset f0cb22ad8db4
61e4e8685db : Added tag jdk-9+116 for changeset 318476412bc2
40edabdf12a : Added tag jdk-9+116 for changeset bff09f64dd1c
a78f7284801 : Added tag jdk-9+116 for changeset e29791634c81
e9a10a4fcab : Added tag jdk-9+116 for changeset fbab762803ef
c4275c858c1 : 8155629: MODULES_FILTER should apply to imported modules
a12239e493d : 8155641: Correct merge typo in compare script
41258ea37a7 : 8155617: aarch64: ClearArray does not use DC ZVA
06645bc9d5b : 6941938: Improve array equals intrinsic on SPARC
cca965a11db : 8155612: Aarch64: vector nodes need to support misaligned offset
0f84fadba64 : 8155025: 0.001.toFixed(2) should return "0.00" not "0"
1f74d8cba8f : 8155578: OpenJDK build failed after JDK-8044773
8f2a47ba2e3 : 8154836: VM crash due to "Base pointers must match"
8f5fb772b45 : 8153749: New capability can_generate_early_class_hook_events
1ac868ea613 : 8154119: Module summary page should display module description
560adadb050 : 8154733: Fix module dependencies missed in java.rmi tests
7e90d3bb14a : 8155580: jshell tool: push for -R missed added file MessageHandler.java
83f65483e4e : 8150382: JShell API: Allow setting remote JVM arguments 8151754: jshell tool: add command line options for setting feedback mode
2ef07f57fa9 : 8154381: SwingSet tests are not auto closed in jtreg
593cf3fb163 : 8152903: [JVMCI] CompilerToVM::resolveMethod should correctly handle private methods in interfaces
ef925c79a04 : Added tag jdk8u102-b05 for changeset 7dd58dfac631
8147acebc67 : Added tag jdk8u102-b05 for changeset fda21a410516
bf22362339e : Added tag jdk8u102-b05 for changeset 3b585cd8ed74
e129d6e0711 : Added tag jdk8u102-b05 for changeset d87bed4a9e8d
e9932a72cc2 : Added tag jdk8u102-b05 for changeset 17d534484bcd
aeaae6f039e : Added tag jdk8u102-b05 for changeset 9a0a6f4baa5f
acc0f8fdbc7 : Added tag jdk8u102-b05 for changeset 8132123ed89c
2f08ef20ee4 : Added tag jdk8u102-b05 for changeset 1a6cfde8fa05
57400b5e610 : Added tag jdk8u102-b05 for changeset dcd21eccda93
dd1dc281e66 : Added tag jdk8u102-b05 for changeset 7704f3658e52
d2dc08ae70f : Added tag jdk8u102-b05 for changeset 65c8e88ec5a8
54382921025 : Added tag jdk8u102-b05 for changeset 5b94d7c3b28d
e89dd625ee3 : Added tag jdk8u102-b05 for changeset 42dd97e932ac
fe37ae18f8f : Added tag jdk8u102-b05 for changeset bcfdb9f72fdf
8cb0a980327 : 8154975: Update for vectorizedMismatch with AVX512
07cef26155d : 8044773: Refactor jdk.net API so that it can be moved out of the base module
da78f43efc7 : 8044773: Refactor jdk.net API so that it can be moved out of the base module
f3402815334 : 8154905: Rename jdk.jvmstat.rmi to jdk.jstatd
e1cbd452ea9 : 8153312: Constrain AppCDS behavior
db93934f397 : 8153312: Constrain AppCDS behavior
2341f3f9a36 : 8153399: Constrain AppCDS behavior (back port)
5aca1bd7277 : 8153399: Constrain AppCDS behavior (back port)
0b7775586ff : 8155106: MHs.Lookup.findConstructor returns handles for array classes
607d8e443b0 : 8155236: AIX: fix dectection of Xrender extension
1e0d1458a25 : 8148568: LoggerFinder.getLogger and LoggerFinder.getLocalizedLogger should take a Module argument instead of a Class
432cff96269 : 8155634: Clean out old logging and dead code from SurvRateGroup
1b213af30cd : 8155864: api/java_lang/Math/cos_cos6 and sin_sin6 fail
6663f0cfeda : 8155966: Assertion failures when -XX:+UseParallelGC -XX:ParallelGCThreads=1
f8be292b884 : 8141501: Problems with BitMap buffer management
ac61c34c543 : 8155958: quarantine failing tests from JDK-8155957
462ad706f1c : 8150721: Don't explicitly manage G1 young regions in YoungList
0adae4d9143 : 8154710: [Solaris] Investigate use of in-memory low-resolution timestamps for Java and internal time API's
46d52062aae : 8134889: Kitchensink stress test crashes with out of memory error
7933c418de7 : 8153892: Handle unsafe access error directly in signal handler instead of going through a stub
c4bafa7975a : 8155524: HotCardCache shouldn't be part of ConcurrentG1Refine
547e7327906 : 8154955: Negative Other Time in gc logs due to 'Wait for Root Region Scan' not included
081466c0e7b : 8155754: Quarantine serviceability/tmtools/jstat/GcTest02.java
d4bfb422647 : 8155811: Remove HeapRegionRemSet::_coarse_dirty flag
461078c649b : 8155813: Fix indentation in G1RemSetScanState::clear_card_table()
a0fa7abd147 : 8155819: Support non-continuous CodeBlobs in HotSpot broke Zero
39d3c3f5123 : 8155229: Tune thread usage for live data clearing
53d670b469e : 8155233: Lazy coarse map clear
72977f40097 : 8155230: Tune thread usage for mark bitmap clear
bd8bbf9e277 : 8153507: Improve Card Table Clear Task
238fada7626 : 8155232: Augment Workgang to run task with a given number of threads
85deb5aa7e9 : 8154258: [TESTBUG] Various serviceability tests fail compilation
da0fe9d4764 : 8154110: Update class* and safepoint* logging subsystems
dec22baf4d9 : 8155685: Wrong indentation in ClassFileParser::post_process_parsed_stream
4956880699c : 8155245: Add logging when MMU target is violated
0c5f058520b : 8153190: JVMTI GetAllModules should make it clear that it also returns unnamed module
d30adc68f20 : 8151342: Add module name/version to class histogram output
41a3e98a612 : 8153835: Fix range of flag MaxDirectMemorySize which is parsed at jlong
d423c99efc2 : 8155527: New test TestHumongousClassLoader fails with "-XX:+ExplicitGCInvokesConcurrent" option
9c04e65bdac : 8155034: [TESTBUG] ctw tests fail to compile: module reads package sun.reflect from both jdk.unsupported and java.base
c12b6076dc7 : 8155206: Internal VM test DirectiveParser_test is too verbose
367a7bd592f : 8153749: New capability can_generate_early_class_hook_events
023aa74fc25 : 8154976: UseSharedSpaces error message is incomplete
8f81f1a52b2 : 8150393: Maintain the set of survivor regions in an array between GCs
97a96449f92 : 8155087: Calculation in other_time_ms() is incorrect
b2c560bc98b : 8155082: Refactor mutator region restriction
5881148f01f : 8134503: support ES6 parsing in Nashorn
fe4860fe5e3 : 8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
59144619a14 : 8154841: Let different Jib profiles have different default make targets
10ed386bc7d : 8155089: UL: Remove trailing comma from log decoration list
d181cff8af7 : 8155224: Bring back version control history to g1Policy.hpp and g1DefaultPolicy.*
eb3750d326a : 8151136: [macosx] According to the description, the case is failed
61541740ca9 : 8155209: Move setting of young index in cset to G1CollectionSet
5874c487963 : 8152492: [macosx swing] double key event actions when using Mac menubar
75b0c4fb9cc : 8155156: Remove remaining sun.misc.* imports from the jdk repo
27f82bea87a : 8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions
1af2806677f : 8154556: Use java.nio.ByteOrder instead of boolean value
727e63cad73 : 8155182: fix to JDK-8066750 broke jdk9 builds
c08b6a7c8fc : 8066750: Remove HTTP proxy implementation and tests from RMI
6b3306b2857 : Added tag jdk8u112-b00 for changeset 3ac1389a5b00
cbb889a1947 : Added tag jdk8u112-b00 for changeset b06bd413b38c
36efd67faf3 : Added tag jdk8u112-b00 for changeset 9bc2f869a371
a38be4352a2 : Added tag jdk8u112-b00 for changeset 8be7a75ee6db
d5af15443d1 : Added tag jdk8u112-b00 for changeset 5fcaed8fb1ba
e7278329bc5 : Added tag jdk8u112-b00 for changeset 9afe62371fe2
ccd057abf91 : Added tag jdk8u112-b00 for changeset ee0bb317fb73
52766880150 : Added tag jdk8u112-b00 for changeset 216e7ec2d70c
4c0b4cc6cc1 : 8147026: Convert an assert in ClassLoaderData to a guarantee
87cd3c39991 : 8159244: Partially initialized string object created by C2's string concat optimization may escape
0bc78b1e69a : 8147026: Convert an assert in ClassLoaderData to a guarantee
3c3e2eee09c : 8159244: Partially initialized string object created by C2's string concat optimization may escape
5c6e28cc602 : 8147026: Convert an assert in ClassLoaderData to a guarantee
7fc707d8d06 : 8146387: Test SSLSession/SessionCacheSizeTests socket accept timed out
a9b4098f3a4 : 8146387: Test SSLSession/SessionCacheSizeTests socket accept timed out
97f5b2160f2 : 8146669: Test SessionTimeOutTests fails intermittently
5c4771e7b76 : 8037557: test SessionCacheSizeTests.java timeout
b522e0462f8 : 8146669: Test SessionTimeOutTests fails intermittently
55f1a2e2bac : 8037557: test SessionCacheSizeTests.java timeout
2e6171c321c : 8144313: Test SessionTimeOutTests can be timeout
b8e98b5da9b : 8144313: Test SessionTimeOutTests can be timeout
cf2c110c5e4 : 8154743: Internal Error: psParallelCompact.hpp assert(addr >= _region_start) failed: bad addr
fb8f4acea81 : 8132994: /modules and /packages should not be parsed by the jimage parser
07aa75e7fec : 8150601: Remove the old Hotspot build system
64ca7559f50 : 8149442: MonitorInUseLists should be on by default, deflate idle monitors taking too long
08e78413658 : 8141496: BitMap set operations copy their other BitMap argument
afcf41b8d49 : 8155100: AArch64: Relax alignment requirement for byte_map_base
75d8a4b585e : 8155092: [TESTBUG] TestHumongousClassLoader.java needs UnlockDiagnosticVMOptions before WhiteBoxAPI
09add351555 : 8152844: JVM InstanceKlass Methods For Obtaining Package/Module Should Be Moved to Klass
e28d7b714ec : 8150601: Remove the old Hotspot build system
7cf6a15162c : 8153992: Some hotspot tests fail on compact2 due to an unnecessary test library dependency
1601aea4385 : 8155085: [ppc] Fix Type-O in "8154580: Save mirror in interpreter frame..."
d58feb9912d : 8154719: JvmtiBreakpoint rename method print() to print_on()
76adc93577f : 8151556: Use the PreservedMarks* classes for the G1 preserved mark stacks
41a5d2d4305 : 8154153: PS: Restore preserved marks in parallel
5125f713763 : 8154706: Sanity tests prepareBundle task doesn't produce working bundle
20a9ca78750 : 8154594: JFrame.setDefaultCloseOperation is prohibited in jtreg: Missing part of the fix
3f778b5b22c : 8154213: clean up uses of boxed primitive constructors in the java.desktop module
2e406416e02 : 8154213: clean up uses of boxed primitive constructors in the java.desktop module
5619a7209c1 : 8154379: MIN_STACK_SHADOW_PAGES should equal DEFAULT_STACK_SHADOW_PAGES on aarch64
5433b878dcb : Added tag jdk8u101-b05 for changeset 148f0c37f254
b85f5c11ada : Added tag jdk8u101-b05 for changeset 818d4a10c21f
3742e4dfba1 : Added tag jdk8u101-b05 for changeset c741339d474c
30730ae3ee1 : Added tag jdk8u101-b05 for changeset 3e94f6fe05e8
2cec2f10017 : Added tag jdk8u101-b05 for changeset b6f93d46efdc
ae28a56663a : Added tag jdk8u101-b05 for changeset a7197c3708cc
ff893a49c58 : Added tag jdk8u101-b05 for changeset ed6d76e9d516
f73f2abad8f : Added tag jdk8u101-b05 for changeset 24d17f27dd02
c70537a59da : Added tag jdk8u101-b05 for changeset dff57cb2a2ee
7ca88a670b2 : Added tag jdk8u101-b05 for changeset f4b13413e468
a1d0ed99bd6 : Added tag jdk8u101-b05 for changeset f3f89c1908f0
786a50d6e80 : Added tag jdk8u101-b05 for changeset 795a3fa1fba8
d206c82a3bb : Added tag jdk8u101-b05 for changeset 7d827078fc90
84cac87948f : Added tag jdk8u101-b05 for changeset 0254140eb9c7
07654154a8d : Added tag jdk8u102-b04 for changeset d945685b5a47
13306082543 : Added tag jdk8u102-b04 for changeset 2c2cf6fd2fbc
9f1fac1c662 : Added tag jdk8u102-b04 for changeset 6c73d244bf74
6ae1f7d221a : Added tag jdk8u102-b04 for changeset 3ff7450e0e12
bd37be6ac64 : Added tag jdk8u102-b04 for changeset c358d1682991
496443ebad2 : Added tag jdk8u102-b04 for changeset 381ffa098604
3d19a89423f : Added tag jdk8u102-b04 for changeset 89bd85bbef4c
d3c9c538d22 : Added tag jdk8u102-b04 for changeset e22c413c5242
4291da464f0 : Added tag jdk8u102-b04 for changeset 8c2450a5f634
33b415a4c61 : Added tag jdk8u102-b04 for changeset 9376a9a48cb9
1e1856a6ce6 : Added tag jdk8u102-b04 for changeset 9e13474a40e2
453c8c9bcb1 : Added tag jdk8u102-b04 for changeset b00ecbb5bb8a
2ea76339a1c : Added tag jdk8u102-b04 for changeset 12a5640ae9c9
0a350ee908d : Added tag jdk8u102-b04 for changeset 1882dd4e348c
20826f7a308 : Added tag jdk8u102-b04 for changeset 5c6a25b6e4dd
d82a9fbce19 : Added tag jdk8u102-b04 for changeset 393172742089
af802cb5411 : 7124381: DragSourceListener.dragDropEnd() never been called on completion of dnd operation
f49817d6cd8 : 8154485: JShell: infrastructure for multi-Snippet class wrappers
1c8cb8707ce : 8154962: [TEST] @BeanProperty: add some tests for anonimous classes
90ab13c3cc5 : 8154529: some places in the invoke.c that use InvokeRequest* not protected with invokerLock
15893e995b2 : 8155015: Aarch64: bad assert in spill generation code
23ce249250a : 8154939: 8153998 broke vectorization on aarch64
f2e9b827d69 : 8154495: SHA256 AVX2 intrinsic (when no supports_sha() available)
7c4302f6183 : 8154896: xml.transform fails intermittently on SKX
b853eb7f5ca : 8151956: Support non-continuous CodeBlobs in HotSpot
67ff4391ec6 : 8154172: C1: NPE is thrown instead of linkage error when invoking nonexistent method
e17b342749b : 8134918: C2: Type speculation produces mismatched unsafe accesses
ce076f3ab97 : 8147634: Need a JImage API that given a JImageLocationRef returns class name
c95df8b9fe5 : 8147426: Missing definition for JIMAGE_NOT_FOUND
7057b40f485 : 8154179: BasicImageReader activating ImageBufferCache when not used
d83717b0354 : 8069079: jimage extract / list to organize classes by modules
c20a95b52d5 : 8154090: Remove support for jimage recreate
58b1ba941ed : 8153930: Compiler crashed (intermittently)
80b4b623c7b : 8082537: jimage should print usage when started with no args
5013b645807 : 8147634: Need a JImage API that given a JImageLocationRef returns class name
f4d962e735d : 8147426: Missing definition for JIMAGE_NOT_FOUND
080a341e800 : 8145547: [AWT/Swing] Conditional support for GTK 3 on Linux
187fe4afd1a : 8154996: [aix] Implement compare_file_modified_times for "8146879: Add option ..."
f2ba1fde338 : 8154957: AArch64: Better byte behavior
de88e58a822 : 8154580: Save mirror in interpreter frame to enable cleanups of CLDClosure
911f4b1664c : 8031085: DateTimeFormatter won't parse dates with custom format "yyyyMMddHHmmssSSS"
9ca6318ece8 : 8017629: G1: UseSHM in combination with a G1HeapRegionSize > os::large_page_size() falls back to use small pages
3a358f4cffc : 8086057: Crash with "modified node is not on IGVN._worklist" when running with -XX:-SplitIfBlocks
ebc384160f7 : 8154763: Crash with "assert(RangeCheckElimination)" if RangeCheckElimination is disabled
3ddd978232c : 8154475: Clean up lookup visibility
008394668c5 : Added tag jdk8u101-b04 for changeset 7dc0f347a91f
234da349441 : 8154475: Clean up lookup visibility
7df7fc00b09 : Added tag jdk8u101-b04 for changeset 365ef142ac6a
a4ff82596a5 : 8154475: Clean up lookup visibility
d88ba0b30d2 : 8154566: os_linux.cpp parse_os_info gives non descriptive output on current SLES releases
0fc708181a8 : 8154341: [TESTBUG] G1 stress test for humongous objects allocation
4397d916425 : 8154759: [TESTBUG] GC tests should be changed to be able to execute with -Xlog:all=trace
14a8adfd9fe : 8154843: GC tests should be correctly marked with @module
24d3db305cb : 8153527: break_tty_lock_for_safepoint causes "assert(false) failed: bad tag in log" and broken compile log
dafa24689bf : 8154921: Fix aix after "8146879: Add option for handling existing log files in UL"
651e264d3c9 : 8154210: Zero: Better byte behaviour
f48d638f9b9 : 8141445: Use of Solaris/SPARC M7 libadimalloc.so can generate unknown signal in hs_err file
6691f7a3e9b : 8141445: Use of Solaris/SPARC M7 libadimalloc.so can generate unknown signal in hs_err file
f2c59f97ce6 : 8154326: bash >(...) construct causes race conditions
2ee49b78fe6 : 8154867: PPC64: Better byte behavior
78d48b8beee : 8154838: G1CardLiveData::free_large_bitmap() uses wrong calculation to determine the number of words
ac4936ef857 : 8153933: Remove intermittent key from TimeZone/Bug6772689.java and move back to tier1
7cd37000102 : 8148195: Some InstanceKlass and MethodCounters fields can be excluded when JVMTI is not supported
6c765667891 : 8154088: [macosx] SWT does not work on JDK 9 since b65
391c11f0c29 : 8154794: Add support for experimental fields/events to event-based tracing
ae0df303d10 : Added tag jdk-9+115 for changeset e9c85d2b1fcc
40263e2a345 : Added tag jdk-9+115 for changeset 3414aeff4a80
6e60b5bc3ef : Added tag jdk-9+115 for changeset c0f1d63d6486
2c681d330ed : Added tag jdk-9+115 for changeset 04a4a89d81b9
4fff4771e0f : Added tag jdk-9+115 for changeset a936b4e01afb
9fe8b397dd0 : Added tag jdk-9+115 for changeset 5daa5fbad3ce
1d0549f73ee : Added tag jdk-9+115 for changeset 4fbd14764fa7
183d5aad2e3 : 8154050: java.time.format.DateTimeFormatter can't parse localized zone-offset
c2f3c9f0db5 : 8154762: [TEST] add some tests according to JDK-8132138
d8acc2fbcf4 : 8129329: sun/security/ssl/SSLContextImpl/MD2InTrustAnchor.java failed intermittently
2c435c2ad6f : 8141551: C2 can not handle returns with inccompatible interface arrays
2c685020f75 : 8141551: C2 can not handle returns with inccompatible interface arrays
6e1f8aab874 : 8154853: java/util/TimeZone/OldIDMappingTest.sh fails after JDK-8154231
b15c8503ab6 : 8132718: Add tests which check that when humongous classloader object becomes unreachable it and all classes that were loaded in it should be collected
769aba784a7 : 8153764: Add auxiliary method that generates class by class prototype to gc testlibrary
48892f6f683 : 8152949: Jigsaw crash when Klass in _fixup_module_field_list is unloaded
2b5207e74de : 8154231: Simplify access to System properties from JDK code
ebbecb1b634 : 8143921: nsk/jdi/ObjectReference/waitingThreads/waitingthreads003 fails with JVMTI_ERROR_INVALID_CLASS
257c8ccafcf : 8086068: VM crashes with "-Xint -XX:+UseCompiler" options
1af5fe07a00 : 8153292: AllocateInstancePrefetchLines>AllocatePrefetchLines can trigger out-of-heap prefetching
b909478b3d0 : 8152936: java/lang/Class/GetPackageTest.java needs update to work with newer testng
6e3d77a8bac : 8154183: (spec) Spec of read(byte[],int,int) and readFully(byte[],int,int) is confusing/incomplete
03c452c8da6 : 8071125: Improve exception messages in URLPermission
9ebd88e5a8d : 8071125: Improve exception messages in URLPermission
29fc25717aa : 8071125: Improve exception messages in URLPermission
bd07a43e617 : 8153312: Constrain AppCDS behavior
04dd07454a8 : 8154145: Missing klass/method name in stack traces on error
f69b5f55eb7 : 8076554: [macosx] Custom Swing text components need to allow standard accessibility
df65dd52ded : 8135200: Add White Box method that enumerates G1 old regions with less than specified liveness and collects statistics
611a14587e9 : 8154707: java/util/ServiceLoader/modules/BasicTest.java failing
3f6fc8998db : 8152847: JDI use of sun.boot.class.path needs to be updated for Jigsaw
b7bd3aa71d7 : 8081512: Remove sun.invoke.anon classes, or move / co-locate them with tests
19326c91146 : 8081512: Remove sun.invoke.anon classes, or move / co-locate them with tests
63484cce64f : 8154753: Turn G1Policy into an interface
fd6507d3538 : 8072921: -Xincgc should be removed from output
187b51a62cb : 8154543: NetworkInterfaceStreamTest.java fails intermittently after JDK-8146758
4b1ef0a20be : 8078820: Test deploying a XML parser as a module
f5a192d109b : 8153781: Issue in XMLScanner: EXPECTED_SQUARE_BRACKET_TO_CLOSE_INTERNAL_SUBSET when skipping large DOCTYPE section with CRLF at wrong place
ed5de4e3bfb : 8153781: Issue in XMLScanner: EXPECTED_SQUARE_BRACKET_TO_CLOSE_INTERNAL_SUBSET when skipping large DOCTYPE section with CRLF at wrong place
d03b6078968 : 8153781: Issue in XMLScanner: EXPECTED_SQUARE_BRACKET_TO_CLOSE_INTERNAL_SUBSET when skipping large DOCTYPE section with CRLF at wrong place
8658335d619 : 6197099: PrinterJob.getUserName() throws a security exception when user.name permission is not given
794bbd1a360 : 8154537: AArch64: some integer rotate instructions are never emitted
a6a4976af0b : 8137231: sun/security/rsa/SpecTest.java timeout with Agent error: java.lang.Exception
89499e85dbb : 8153371: Remove sun.misc.ManagedLocalsThread from jdk.crypto.pkcs11
16ee51bad76 : 8077360: Lower the number of providers created when using ServiceLoader
c791bde668e : 8153549: [TESTBUG] remove obsolete runtime/SharedArchiveFile/BasicJarBuilder
d7b16166235 : 8154365: JFrame.setDefaultCloseOperation is prohibited in jtreg
ebb86eaa4f6 : 8148863: Remove sun.misc.ManagedLocalsThread from corba
4adb7c07880 : 8154752: Cleanup initialization of G1Policy
91b2afa99de : 8154745: Move default G1 pause time target setup to argument parsing
7587fbdd304 : 8154452: Deferred cleanups after split of G1CollectorPolicy code
39b43a87e72 : 8154467: Cleanup initialization of GCPolicyCounters
fdd7fde7402 : 8053885: test/runtime/memory/RunUnitTestsConcurrently.java fails on solaris with largepage options
2d65e6174c3 : 8154457: runtime/SharedArchiveFile/SharedStrings Shared string table stats missing
4ba6969ac6e : 8135200: Add White Box method that enumerates G1 old regions with less than specified liveness and collects statistics
c66b2de971f : 8138607: gc/g1/mixedgc/TestLogging.java - G1 Evacuation Pause missing from output
2b0d77befa5 : 8154739: AArch64: TemplateTable::fast_xaccess loads in wrong mode
cdcd378bd62 : 8153310: AArch64: JEP 254: Implement byte_array_inflate
e61f2f7f5e6 : 8154728: JvmtiExport::add_default_read_edges hits a guarantee
790431bd5da : 8079843: do_young_space_rescan - comment out of sync with code
2aff4023031 : 8154280: Zero build fails with undeclared G1LastPLABAverageOccupancy
16c430d2b6d : 8151526: Print -Xlog configuration in the hs_err_pid file
167be2a61cb : 8154059: JVMTI ObjectTagging to UL
9d7444952ac : 8154041: JVMTI trace to Unified Logging
147073aa09e : 8154251: ANSI-C Quoting bug in hotspot.m4 during configure on SLES 10 and 11
d6c8ba8845c : 8153756: jdk.vm.ci should not depend on sun.misc ( jdk.unsupported module )
4b7eacd933f : 8154235: Using deprecated flags converted to UL shows wrong hint
108c188df50 : 8031423: Test java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java fails by Timeout on Windows
66777c33995 : 8067785: Using AlwaysPreTouch does not always touch all pages
22ae29a7442 : Added tag jdk8u102-b03 for changeset 783b7f403e1d
1985eb51b4b : Added tag jdk8u102-b03 for changeset c97b150e1a1d
b5d9fe7b964 : Added tag jdk8u102-b03 for changeset 08e2a8ec2ad3
af87f3477cc : Added tag jdk8u102-b03 for changeset 9781511ecf34
4f71905090b : Added tag jdk8u102-b03 for changeset e0c54257f3a9
417ae33019e : Added tag jdk8u102-b03 for changeset 187b2c40d57f
33b73e0c1a3 : Added tag jdk8u102-b03 for changeset 0f90736be583
d28f2e32704 : Added tag jdk8u102-b03 for changeset 16b3dbc39289
cce635ca885 : Added tag jdk8u102-b03 for changeset ce82390ca0be
b9aaeb68224 : Added tag jdk8u102-b03 for changeset c939f5dc706e
110608ee3b3 : Added tag jdk8u102-b03 for changeset b93f6f85125f
8c490a603a2 : Added tag jdk8u102-b03 for changeset 8a1cf14a872f
da9a5a8bf4e : Added tag jdk8u102-b03 for changeset f51ec345426e
37e702cdf57 : Added tag jdk8u102-b03 for changeset 7a5a924aea00
3498059ba2f : Added tag jdk8u102-b03 for changeset 074925742ea0
8b782f149e8 : Added tag jdk8u102-b03 for changeset 8e0d9143862e
64cf7e6b6f4 : 8153998: Masked vector post loops
5acf1879993 : 8145468: update java.lang APIs with new deprecations
3079c942b60 : 8133051: Concurrent refinement threads may be activated and deactivated at random
e08e2ac711f : 8154135: Loop alignment may be added inside the loop body
7b6ebe88e65 : Added tag jdk8u101-b04 for changeset f3a59136c3e3
f94733239ae : Added tag jdk8u101-b04 for changeset c140bdb0756c
65c88639b42 : Added tag jdk8u101-b04 for changeset 421985ea6c6d
e64fe91fd7f : Added tag jdk8u101-b04 for changeset 57e0a6fe8e3f
cf125789802 : Added tag jdk8u101-b04 for changeset 8db6956da475
d46c90b2970 : Added tag jdk8u101-b04 for changeset 843ac6308e1a
0b0fba9fe47 : Added tag jdk8u101-b04 for changeset e2c152db4591
fad40e6696e : Added tag jdk8u101-b04 for changeset 6fce8df3cb19
a0a671a613c : Added tag jdk8u101-b04 for changeset 2202410ff91d
5cb85d1fcf4 : Added tag jdk8u101-b04 for changeset 82a433b9db04
cd4bfa4c218 : Added tag jdk8u101-b04 for changeset b4852daed3d2
2697b64b812 : Added tag jdk8u101-b04 for changeset d61e5952056e
47480222380 : Added tag jdk8u101-b04 for changeset 03525e991b5e
fd302b7ac71 : Added tag jdk8u101-b04 for changeset c2ed4aa140f6
33aa33f03a8 : 8154268: [TESTBUG] Compilation of ExportAllUnnamed.java failed, missing @modules
dc9721e592c : 8154470: defines.h confused about PROGNAME and JAVA_ARGS
402c448d0ac : 8150956: j.l.i.MethodHandles.whileLoop(...) and .iteratedLoop(...) throw unexpected exceptions in the case of 'init' return type is void
2e3fd963963 : 8154487: java.httpclient/sun.net.httpclient.hpack.DecoderTest failing on Windows
2ea14c96f75 : 8146758: NetworkInterfaceStreamTest.java fails intermittently at comparing network interfaces
6f26ab8d125 : 8154498: fix to 8154403 results in failure of UserModuleTest.java on all platforms
ba908a90375 : 8145468: update java.lang APIs with new deprecations
78ca5988bc8 : 8153158: Remove sun.misc.ManagedLocalsThread from java.logging
5a117b7e566 : 8153372: Remove sun.misc.ManagedLocalsThread from jdk.httpserver
22da9297099 : 8147553: Remove sun.misc.ManagedLocalsThread from java.management
1b0e8a4e73a : 8153353: HPACK implementation
c536913c218 : 8154403: JRT filesystem loaded by JDK8 with URLClassLoader is not closable since JDK-8147460
66208f1fca3 : 8152554: CompactStrings broken on AArch64
b37e45d7961 : 8154159: rmic should not have a supported entry point
192d906e65e : 8154430: Imported modules rebuilt on second run when nothing has changed
4c2f0704f3c : 8153170: Card Live Data does not correctly handle eager reclaim
d55089d82b3 : 8153503: Move remset scan iteration claim to remset local data structure
f0141048ef5 : 8151056: ASM enable original deprecated methods
3e5a46ef013 : 8154455: Fix compilation issue in WindowsAsynchronousSocketChannelImpl
194be0cffa5 : 8154454: Fix compilation issue in PlainSocketImpl
6c95220480f : 8154174: Improve JitTester performance
630e47238e1 : 8154436: Drop code to support Windows XP in windows async channel impl
6ace4f6b74c : 8154238: Drop code to support Windows XP in windows socket impl
881e6672230 : 8153056: 8152647(duplicate of 6439354) Manual Test always passes
79859bc5dd7 : 8153275: Zero JVM fails to initialize after JDK-8152440
c05dd2fdca9 : 8153357: C2 creates incorrect cast after eliminating phi with unique input
acab1fddacf : 8072428: Enable UseLoopCounter ergonomically if on-stack-replacement is enabled
9bb620e3699 : 8154394: Bad test for ENABLE_SJAVAC in build-performance.m4
6526d15d6e9 : 8150607: Clean up CompactHashtable
ea65ad3102d : 7102282: TEST_BUG: sun/java2d/OpenGL/GradientPaints.java should be modified
0aee9fb3683 : 8141544: The interface sun.swing.UIClientPropertyKey can be made public
a7624a09677 : 8154016: [macosx] Some HiDPI code can be removed
786a03da867 : 8154304: NullpointerException at LdapReferralException.getReferralContext
c86b01dbe8b : 8154382: Remove intermittent keyword from SupportedDSAParamGen.java
f4a9612da30 : 8147460: Clean-up jrtfs implementation
cfa3376da92 : 8154269: Remove unused or unnecessary Xm/Xt files and header includes
965536262b4 : 4851642: Add fused multiply add to Java math library
a694990f234 : 8154292: jdk9-dev: All SE builds failed on 2016-04-14
9ec1590f28f : 8137058: Clear out all non-Critical APIs from sun.reflect
00f6a093029 : 8137058: Clear out all non-Critical APIs from sun.reflect
07cdc33e349 : 8137058: Clear out all non-Critical APIs from sun.reflect
427776f78c5 : 8137058: Clear out all non-Critical APIs from sun.reflect
b4712438319 : 8132791: No access to SynthContext.getContext()
d18a7a70c9a : 8150234: Windows 10 App Containers disallow access to ICMP calls
caf4001a704 : 8154313: Generated javadoc scattered all over the place
7f30460ff62 : 8072452: Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits
65bd7fafd82 : 8049069: JButton incorrect behaviour on button release
d20efa360f4 : 8154283: Check for clash between package and class not working when package in a different module
d5a70f83815 : 8146035: Windows - With LCD antialiasing, some glyphs are not rendered correctly
4e7dd0d1cf6 : 8146035: Windows - With LCD antialiasing, some glyphs are not rendered correctly
3029b6b065f : 8145787: [TEST_BUG][PIT] javax/swing/undo/UndoManager/AbstractDocumentUndoConcurrentTest.java fails with CannotUndoException
dc0aed8917a : 8153276: [TEST_BUG] javax/swing/JFileChooser/ShellFolderQueries/ShellFolderQueriesTest.java
40685b42712 : 8080395: consider making sun.awt.CausedFocusEvent functionality public
6a403e5766b : 8055530: assert(_exits.control()->is_top() || !_gvn.type(ret_phi)->empty()) failed: return value must be well defined
021131e355c : 8153641: assert(thread_state == _thread_in_native) failed: Assumed thread_in_native while heap dump
67cf0b234af : 8055530: assert(_exits.control()->is_top() || !_gvn.type(ret_phi)->empty()) failed: return value must be well defined
3dd5c0587fc : 8153641: assert(thread_state == _thread_in_native) failed: Assumed thread_in_native while heap dump
eca0d89af65 : 8025430: [TEST_BUG] javax/swing/JEditorPane/5076514/bug5076514.java failed since jdk8b108
d22bbd1a019 : 8154057: [macosx] getPrintJob doesn't throw NPE if Frame is null AND type is COMMON
13ab7793b82 : 6801613: Cross-platform pageDialog and printDialog top margin entry broken
0d5a2311335 : 6921664: The number of copies and the job name are not passed to a 3rd party PrintService
479475f1be8 : 8151431: DateFormatSymbols triggers this.clone() in the constructor
3bb7ff39ce8 : 8154304: NullpointerException at LdapReferralException.getReferralContext
dee7bc20e72 : 8151431: DateFormatSymbols triggers this.clone() in the constructor
172807758a3 : 8154304: NullpointerException at LdapReferralException.getReferralContext
e652402ed23 : 8149757: Implement Multi-Release JAR aware JavacFileManager for javac
7cd550290a9 : 8152527: Relative rewriteSystem with xml:base at group level failed
55101b00960 : 8151834: Test SmallPrimeExponentP.java times out intermittently
e4eef278925 : 8152818: Javadoc must support module options supported by javac
96608b37175 : 8154212: launcher SEGV when _JAVA_LAUNCHER_DEBUG is set
524efbad796 : 8134986: Incorrect use of ConcurrentHashMap.contains in SunFontManager.java
bee8f867ed8 : 8153252: SA: Hotspot build on Windows fails if make/closed folder does not exist
e6f67e58b65 : 8153252: SA: Hotspot build on Windows fails if make/closed folder does not exist
26e64bbd263 : 8153351: GTK Menu's have no border
d087a511955 : Added tag jdk-9+114 for changeset c8671481e814
9fe79d37cd0 : Added tag jdk-9+114 for changeset 476d8d615222
c8edf8f90ef : Added tag jdk-9+114 for changeset 86f49af093e5
506a40d7e4e : Added tag jdk-9+114 for changeset 7c3239397d1b
22159c89fa8 : Added tag jdk-9+114 for changeset 453a9cb3ecdf
31f8c744973 : Added tag jdk-9+114 for changeset 03e2f4d0a421
9255fd6b7fb : Added tag jdk-9+114 for changeset dec5cef53496
93de70b7e05 : Added tag jdk-9+114 for changeset 8b116f192318
33be1ebb99f : 8154237: Compare script broken for windows native library deps comparison
acd52761a2d : 8152845: Improve PackageEntry and ModuleEntry print methods for future logging
418c757b71f : 8150824: Exceptions when omitting trailing arguments in cleanup
2710266ac26 : 8149777: Enable enhanced failure handler for "make test"
0b57773edd6 : 8149777: Enable enhanced failure handler for "make test"
0319d955799 : 8149777: Enable enhanced failure handler for "make test"
07b96dfbd1a : 8154208: (fs) Drop code for Windows XP/2003 from file system provider
8c6cc265f69 : 8153222: [TESTBUG] Move tests in stress/gc to gc/stress
44613235d7e : 8154185: Drop code to support Windows XP in DefaultDatagramSocketImplFactory
b7b4dfdc09a : 8146035: Windows - With LCD antialiasing, some glyphs are not rendered correctly
e13ecd97b08 : 8154064: JVMTI trace event crashes
3bb96580fbb : 8073321: assert(q > prev_q) failed: we should be moving forward through memory
2d6f4ee98fb : 8154141: [TESTBUG] test/gc/g1/TestRegionLivenessPrint.java misses -XX:+UnlockDiagnosticVMOption flag
e79c2a2d8b8 : 8153745: Avoid spawning G1ParPreserveCMReferentsTask when there is no work to be done
a9e64aa5727 : 8154051: Change G1YoungGenSizer to use UL log_warning instead of warning
6edbf9b42d7 : 8153545: sun/security/pkcs11/Provider/Login.sh fails on Linux
dc0f21b3663 : 8154196: Mark javax/net/ssl/DTLS/CipherSuite.java as intermittently failing
bf4e4ed961f : 8055351: sun/security/provider/DSA/TestAlgParameterGenerator.java failed with interrupted! (timed out?)
1326ae31c82 : 8152905: hs_err file is missing gc threads
38659d2ed99 : 8086278: java/lang/ProcessHandle/TreeTest.java failed - ProcessReaper StackOverflowException
f474e970ba7 : 8153039: Command line processing should use mtCommand or mtArguments rather than mtInternal for NMT
c5f11b19c48 : 8153895: (proxy) redundant read edges to superinterfaces of proxy interfaces
5cc78b2a2b7 : 8154149: tools/javac/unit/T6198196.java broken on Windows after JDK-8150641
87bdca86849 : 8152205: jdk.security.provider.preferred is ambiguously documented
8e63a10779d : 8148772: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed: Corrupted constant pool 8151546: nsk/jvmti/RedefineClasses/StressRedefine fails in hs nightly
ec3913386e2 : 8153969: Clean up module src dir logic
23da19a7903 : 8153755: Improve test: stress/gc/TestStressRSetCoarsening.java
284ec15fed0 : 8150829: Enhanced drop-args, identity and default constant, varargs adjustment
33a3b1cdf07 : 8154077: (fs) Reduce number of file system classes loaded during startup
87c6cee72e8 : 8146458: Improve exception reporting for Objects.checkIndex/checkFromToIndex/checkFromIndexSize
e10605459a7 : 8151198: VarHandle factory-specific exceptions
a7aff44bbb9 : 8151705: VarHandle.AccessMode enum names should conform to code style
90d0e9a5669 : 8153013: BlockingCompilation test times out
c8593eff813 : 8154151: VM crashes with assert "Ensure we don't compile before compilebroker init"
1a6b34885f8 : 8151807: ImageBufferCache should release buffers when all classes are loaded
75a63ccb0d1 : 8147841: [macosx] Updating TrayIcons popup menu does not work on Mac OS X
f1634255f5b : 8148849: Truncating Duration
a98a7da445d : 8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
bf3b2fe3608 : 8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
7e7ae63929c : 8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
17344961d20 : 8153856: com/sun/jdi/WatchFramePop.sh fails with exit code 1
2471896266b : 8150641: Repeated compilation with a long classpath significantly slower on JDK 9
c3041101495 : 8153637: MethodHandles.countedLoop/3 initialises loop counter to 1 instead of 0
1889a6c4fae : 8143955: JShell tool (UX): Output structure 8143956: JShell tool (UX): default prompts
4708667a7dc : 8154121: Remove test mistakenly added during a merge
becc097af07 : 8153665: URLClassLoader::definePackage no longer inspect packages from ancestors
470dc96724b : 8151162: Public entries not searched when prefer='system'
08d525d5fcf : 8154067: Avoid early use of limited privilege escalation in InnerClassLambdaMetafactory
8423e2c3925 : 8149405: OOM Error running java/lang/invoke/MethodHandlesTest.java on windows-x86
cfb375b438a : 8153829: javax/net/ssl/Stapling/HttpsUrlConnClient.java fails intermittently with NullPointerException
f767b8ce196 : 8153213: Jar manifest attribute "Multi-Release" accepts any value
4e61ecc41a8 : 8154070: Configuration script unable to detect boot JDK's modules support
89282b0c721 : 8153834: G1 Card table verification fails due to concurrent region cleanup
a3bb2ad4526 : 6191390: Action Event triggered by list does not reflect the modifiers properly on win32
f78228b2eee : 8153967: Remove top.hpp
a64d3028c34 : 8153902: remove com/sun/jdi/InterfaceMethodsTest.java, com/sun/jdi/InvokeTest.java from ProblemList
636213d1c92 : 8068693: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing 8153209: java/nio/channels/AsyncCloseAndInterrupt.java fails throwing exception: java.nio.channels.ClosedChannelException
cf254af2fb7 : 8152491: Convert TracePageSizes to use UL
7ab9e3f7945 : 8154028: Several hotspot tests need to be updated after 8153737 (Unsupported Module)
9a51f0b1eb0 : 8150056: Remove package access restriction of com.sun.java.accessibility.util.internal
3eb4896664e : 8154031: Mark tools/pack200/BandIntegrity.java as intermittently failing
91f88bbdca2 : 8150324: java/util/Currency/CurrencyTest.java does not restore default TimeZone
2da6e16bbc0 : Added tag jdk8u102-b02 for changeset ea88b0e9996d
7e6a762a310 : Added tag jdk8u102-b02 for changeset 611a23721763
b1816ccc694 : Added tag jdk8u102-b02 for changeset 14a553c08fa6
e1f5dc08827 : Added tag jdk8u102-b02 for changeset 34b2f2a54c31
71da4c557a3 : Added tag jdk8u102-b02 for changeset da302c7e3800
1c9d8ec2bc8 : Added tag jdk8u102-b02 for changeset 89cca7c21919
e8abb14fcb9 : Added tag jdk8u102-b02 for changeset 11f22832169e
33bec54344d : Added tag jdk8u102-b02 for changeset 65b92b634b5a
2c5f3196e10 : Added tag jdk8u102-b02 for changeset 2a21deae5a65
ca30a1ce1df : Added tag jdk8u102-b02 for changeset 21bf938d51e0
b1ae5711bf0 : Added tag jdk8u102-b02 for changeset df1d31b189c1
6481056aa17 : Added tag jdk8u102-b02 for changeset 9f4db59437bf
3f98b723ac7 : Added tag jdk8u102-b02 for changeset c8825307a15b
767ec4b5c55 : Added tag jdk8u102-b02 for changeset b02f6bec8838
0f85fd9ee23 : Added tag jdk8u102-b02 for changeset 9ac9dda4cb07
340ec3e7e5d : Added tag jdk8u102-b02 for changeset 36478ac3878d
1b6dd6e2b87 : Added tag jdk8u111-b00 for changeset f3a59136c3e3
0650f51c898 : Added tag jdk8u111-b00 for changeset c140bdb0756c
7b3834c7392 : Added tag jdk8u111-b00 for changeset 421985ea6c6d
6725c55fa4c : Added tag jdk8u111-b00 for changeset 57e0a6fe8e3f
2c7d9e837f6 : Added tag jdk8u111-b00 for changeset 8db6956da475
da5a98a6af2 : Added tag jdk8u111-b00 for changeset 843ac6308e1a
c7da0965801 : Added tag jdk8u111-b00 for changeset e2c152db4591
3d12a3d46f6 : Added tag jdk8u111-b00 for changeset 6fce8df3cb19
6de528131fc : Added tag jdk8u111-b00 for changeset 2202410ff91d
54290c6dd55 : Added tag jdk8u111-b00 for changeset 82a433b9db04
213c4b635e4 : Added tag jdk8u111-b00 for changeset b4852daed3d2
ae37c27ef18 : Added tag jdk8u111-b00 for changeset d61e5952056e
97b466c97a6 : Added tag jdk8u111-b00 for changeset 03525e991b5e
80ed1b0eb67 : Added tag jdk8u111-b00 for changeset c2ed4aa140f6
2876635d1b5 : Added tag jdk8u101-b03 for changeset 1f360cb09330
24299ccbda1 : Added tag jdk8u101-b03 for changeset eefe71352f86
9567ed57649 : Added tag jdk8u101-b03 for changeset 1aabadb0f16b
2b1ee6c5ca2 : Added tag jdk8u101-b03 for changeset 7da4fec804ce
684d8fb0099 : Added tag jdk8u101-b03 for changeset e125dbc78098
1de30a3dd5d : Added tag jdk8u101-b03 for changeset b05d25b6fcd1
313ffe6963f : Added tag jdk8u101-b03 for changeset 0f713a8d24a1
8501c2bf59f : Added tag jdk8u101-b03 for changeset 43b2dcb997d8
571822a81bb : Added tag jdk8u101-b03 for changeset 6f2f72bf07be
6eeaf47354a : Added tag jdk8u101-b03 for changeset 7255ae6571e8
cae28b80906 : Added tag jdk8u101-b03 for changeset edb118171d6d
0d464f1d676 : Added tag jdk8u101-b03 for changeset 46cde79b5c4d
3b3704258a0 : Added tag jdk8u101-b03 for changeset b4863f1c6a3c
a66ff5db321 : Added tag jdk8u101-b03 for changeset 0e87059bda37
45446524948 : 8145461: finalize and integrate @Deprecated annotation specification change
c83f454c576 : 6832045: DefaultSynthStyle.{getStateInfo,getMatchCount) should use Integer.bitCount
6b661410d34 : 8152645: VarHandle lookup access control tests
878d4d86559 : 8151706: Update VarHandle implementation to use @Stable arrays
8aae21d35af : 8137149: add tests for issues closed during Nashorn issue cleanup
2e91e2e23c1 : 8075550: Error "JavaFX runtime not found" in nashorn when load predefines scripts to import JavaFX packages
7f1443ff0f7 : 8149962: Better delineation of XML processing
e5088d55221 : 8149962: Better delineation of XML processing
8b2f63bd2b0 : 8146879: Add option for handling existing log files in UL
589c46da46f : 8152115: (proxy) Examine performance of dynamic proxy creation
19cd9b20e8b : 8153843: G1CardLiveDataHelper incorrectly sets next_live_bytes on dead humongous regions
aaebc5882b7 : 8153836: java/util/ResourceBundle/Bug6299235Test.sh depends on java.desktop
1afb9e94277 : 8153845: UL log write method missing essential assert
c417ef2f3cf : 8153928: test/lib/share/classes/jdk/test/lib/Utils.java introduced dependency to java.base/jdk.internal.misc
3ee9a50b6f6 : 8149450: LdapCtx.processReturnCode() throwing Null Pointer Exception
32000590980 : 8153659: Create a CHeap backed LogStream class
dab21ebd4d1 : 8153658: Redundant memory copy in LogStreamNoResourceMark
0f89b2e137d : 8153583: Make OutputAnalyzer.reportDiagnosticSummary public
388236cc3d9 : 8152962: CMSCollector::shouldConcurrentCollect incorrectly logs against the debug stream
2ca745d47ad : 8152639: ResourceMark missing in reportFreeListStatistics
71bcff35cfb : 8153742: Move Thread::current() to thread.hpp
cf540ad2aff : 8145704: Make test for classinit logging more robust
ac0824cbad6 : 8152468: PrintMiscellaneous in constantPool should use classresolve logging
3a4f4362a64 : 8153319: new test serviceability/tmtools/jstack/JstackThreadTest.java fails
a18614b86b4 : Added tag jdk8u92-b31 for changeset 055740f4928c
c11fcb2c287 : Added tag jdk8u92-b31 for changeset 4f650815d58e
3d55ed233bd : Added tag jdk8u92-b31 for changeset ed65cf8f2099
86076ea0eca : Added tag jdk8u92-b31 for changeset 00dcad3c37b3
bd8bf06afd4 : Added tag jdk8u92-b31 for changeset fbc500583e43
b72bf47b2c2 : Added tag jdk8u92-b31 for changeset 38a839c26b92
e0ceb8160c7 : Added tag jdk8u92-b31 for changeset 90939c639753
02896489b7b : Added tag jdk8u92-b31 for changeset 94335904f98a
6bd871eca73 : Added tag jdk8u92-b31 for changeset 57e0a9c22767
126164710fe : Added tag jdk8u92-b31 for changeset 8780bdf1fa77
529ba0dbed1 : Added tag jdk8u92-b31 for changeset d8771eeb2625
420dcbdba65 : Added tag jdk8u92-b31 for changeset d152193083b8
a7d87a7a943 : Added tag jdk8u92-b31 for changeset 5a9ff67ac6d3
5ad01525530 : Added tag jdk8u92-b31 for changeset 8370d258bb84
c99da8c65a2 : Added tag jdk8u92-b31 for changeset 12fe41fe6d30
c6f9c4a2c79 : Added tag jdk8u92-b31 for changeset 2c1c79bc18eb
2929c453fb8 : 8153722: Mark java/nio/channels/Selector/SelectAndClose.java as intermittently failing
8906a1381da : 8134577: Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor
7b275470307 : 8151322: Implement os::set_native_thread_name() on Solaris
acf90220b22 : 8073100: [javadoc] Provide an ability to suppress document generation for specific elements
b7075c2db95 : 8153737: Unsupported Module
39e36bdf789 : 8153498: Update the PostVMInitHook mechanism to use an internal package in the base module
25b68378f62 : 8153737: Unsupported Module
ec2d3886596 : 8153498: Update the PostVMInitHook mechanism to use an internal package in the base module
0adea15d1b1 : 8153737: Unsupported Module
cd42ea01212 : 8153737: Unsupported Module
0b3c6042ab0 : 8153737: Unsupported Module
b987321be3e : 8153716: JShell tool: should warn when failed to launch editor
78a7d2c1698 : 8152679: DeadlockDetectionTest.java fails due to expected output missing
e9a1251fb36 : 8033735: make Throwable.backtrace visible to Class.getDeclaredField again
c1f45bd77e0 : 8153896: JShell API: Snippet.id() doc -- breaks make doc
74f12569ece : 8153123: Streamline StackWalker code
39df1f1336f : 8130450: JShell: events are not generated for repeated source 8139835: JShell API: Snippet.id() doc -- specify: no meaning, dynamic
1da051c21c8 : 8153414: (fs) Internal sun/nio/fs exceptions should be stackless
f9295881a8a : 8037360: java/nio/channels/SocketChannel/Connect.java fails intermittently
e1a8c2d1974 : 8153731: Increase max tag combinations for UL expression (config)
cb4178d6755 : 8152479: Coded byte streams
e29911f7673 : 8152479: Coded byte streams
87d68625afd : 8152666: The new Hotspot Build System
e709aa268df : 8152666: The new Hotspot Build System
fd6a72271b1 : 8152666: The new Hotspot Build System
be2c5ba74b1 : 8153725: Problem list javax/sound/sampled/DirectAudio/bug6400879.java for Linux
540242ecef1 : 8152183: [TEST] add test for TIFFField
00bcf17e91f : 8153243: make docs should generate JShell API docs
945406686e3 : 8152832: Type inference regression in javac
2231f3da699 : 8153243: make docs should generate JShell API docs
890207217fb : 8146093: [sparc only] compiler/interpreter/7116216/StackOverflow.java Program terminates with signal 11, Segmentation fault. in __1cLRegisterMap2t6MpnKJavaThread_b_v_ ()
67ed0253791 : 8152989: serviceability/tmtools/jstat/GcCauseTest02.java fails with OOME
3fd42e1ad4f : 7129443: (cal) Difference between comment and implementation of DAY_OF_WEEK_IN_MONTH
28edd79d641 : 8145221: Use trampolines for i2i and i2c entries in Methods that are stored in CDS archive
2d2abce433c : 8153123: Streamline StackWalker code
1e6ac67ecf5 : 8153816: [BACKOUT] Make intrinsics flags diagnostic
7aaf0feaf6c : 7015696: The new currency symbols 20B9 (INDIAN RUPEE), 20BA (TURKISH LIRA), 20BD (RUBLE SIGN) not displayed 8031992: Add Kannada support to the JDK
25f35cda7d8 : 8152182: Possible overflow in initialzation of _rescan_task_size and _marking_task_size
10c7cac93e5 : 8152180: SIGFPE in CMSCollector::preclean with big CMSScheduleRemarkSamplingRatio
f9483491de9 : 8146514: Enforce GCM limits
24d5cc971a5 : Added tag jdk8u101-b02 for changeset b0da2d061ef3
7997c0669e8 : 8146514: Enforce GCM limits
3b7bb0b8e75 : Added tag jdk8u101-b02 for changeset 52449aabdfc4
0d3e7977aeb : 8151939: VM_Version_init() print buffer is too small
472c39e35b7 : 8150469: unpack200 fails to compare crc correctly
c35f79810f6 : 8151579: Optimize ConcurrentHashMap.Node
02d268d7606 : 8152896: Convert PrintCompressedOopsMode to Unified Logging
e52ce5092d9 : 8151344: Improve timeout factor handling in tck/JSR166TestCase
8cc178041ed : Added tag jdk-9+113 for changeset 22ae7151aae7
c094192774b : Added tag jdk-9+113 for changeset 6bf2bef08a91
9d2f4a43ac4 : Added tag jdk-9+113 for changeset 07dc1868fd1e
8aad172f9e0 : Added tag jdk-9+113 for changeset b54f0a474ea2
c193e54218f : Added tag jdk-9+113 for changeset dfc85e3e7c4e
896d7253a21 : Added tag jdk-9+113 for changeset fe2f4dc00fdf
6a0cae9d3c7 : Added tag jdk-9+113 for changeset 9bc1d0332a48
bd043a0ee51 : Added tag jdk-9+113 for changeset a86a1a1cae13
48ac259af10 : 8151501: LockSupport/ParkLoops.java: AssertionError: lost unpark
8251bcfb713 : 8152433: Typo in interface Deque javadocs
fb58fda736b : 8152924: Improve scalability of CompletableFuture with large number of dependents
1f9273ca3b5 : 8153514: Whitebox API should allow compilation of <clinit>
24a9e0ac188 : 8152432: Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.compMode
a9cf95480ff : 8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
0202ef201cc : 8153516: Hotspot TEST.group has error in GC groups definition
412ce42184a : 8148376: Test for PLAB behavior at evacuation failure
2b7a70a9d3d : 8152432: Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.compMode
885af5a4590 : 8153727: AIX jdk build broken after 8145174
ab7eeda42fb : 8153660: jwdp.so/dll missing from JRE image
611e659be10 : 8153267: nmethod's exception cache not multi-thread safe
cd3197f3416 : 8151708: C1 FastTLABRefill can allocate TLABs past the end of the heap
63403a410ed : 8154073: Several compiler tests fail when are executed with C1 only
792ccb50561 : 8153852: [jittester] move TypeUtil to utils package
82dc0d42a64 : 8140354: Unquarantine tests that failed with OutOfMemoryError
e33bf847542 : 8153818: Move similar CompiledIC platform specific code to shared code
eb6d600333d : 8153115: Move private interface check to linktime
a74ee72e1e3 : 8153885: [TESTBUG] few regression tests failed after 8151880 changes
8215de72f59 : 8153713: aarch64: improve short array clearing using store pair
989d8b2bb7c : 8153531: Improve exception messaging for RSAClientKeyExchange
d00834830c5 : 8153531: Improve exception messaging for RSAClientKeyExchange
fb1927ad3ab : 8153531: Improve exception messaging for RSAClientKeyExchange
f22c068365f : 8152312: ParNew: Restore preserved marks in parallel
39befffe7d4 : 8151431: DateFormatSymbols triggers this.clone() in the constructor
f8d1059d4e4 : 8153695: Problem list sun/security/pkcs11/Provider/Login.sh for linux-all
2a09a3923aa : 8150752: Share Class Data
f4e2b73f4d0 : 8153239: ProblemList update for sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java
da560b47447 : 8153153: Format string argument mismatch in jaccesswalker.cpp:545
5621da5d8ab : 8153149: Uninitialised memory in WinAccessBridge.cpp:1128
4de86a31a6f : 8153673: [BACKOUT] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
3f00e1fcef2 : 8153671: Quarantine serviceability/tmtools/jstack/JstackThreadTest.java until JDK-8153319 is fixed
88deed35ed4 : 8150969: DEFER from Features API is taking precedence over defer preference in catalog file
c282f259646 : 8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
63eb0ee0079 : 8151191: javac error when running javadoc on some inner classes
a06422ae728 : 8152622: tools/pack200/Pack200Props.java timed out
5fde8fb84e2 : 8151586: Wrong exception catch for FTPClient in JDK-8055032
9c83adecd57 : 8152436: Add a test to verify that the root logger correctly reports the caller's information
6b6686bd43c : 8149374: Replace C1-specific collection classes with universal collection classes
7fc81004e34 : 8152590: C2: @Stable support doesn't always work w/ incremental inlining
0c233de7ff0 : 8138861: C2 complains about unreasonably large method running Octane zlib in Nashorn
19d90c789d4 : 8153797: aarch64: Add Arrays.fill stub code
1131e05b662 : 8153439: do not install an empty SpeculationLog in an nmethod
a6c687cd6a8 : 8153514: Whitebox API should allow compilation of <clinit>
28e72b26756 : 8149488: Incorrect declaration of bitsInByte in regmask.cpp
c70e07ccbe3 : 8151880: EnqueueMethodForCompilationTest.java still fails to compile method
99c24f5f1c7 : 8152479: Coded byte streams
a9adc6f6501 : 8161660: Quarantine TestParallelHeapSizeFlags.java and TestSmallHeap.java
c7bc59b6cbd : 8161581: Quarantine compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java
ffd97743622 : 8148950: Enhance ChronoField Javadoc
8442a9192c7 : 8152693: Changed behavior of java/awt/xembed/server/TestXEmbedServerJava.java test
af3081628b5 : 8152435: (CL)HSDB should be started with no argument
a009aa9ca73 : 8151386: Extract card live data out of G1ConcurrentMark
2904ea7d459 : 8152846: Creation of ModuleEntryTable Investigate Need For OrderAccess::storestore()
0c06163b35d : 8077144: Concurrent mark initialization takes too long
d3b1596a8b9 : 8153584: New jtreg test to verify PathSearchingVirutalMachine.bootClassPath() behaviour
d70a9d7e142 : 8152691: Compare script broken after Module system
0bb34e06682 : 8153538: module java.httpclient should not be in java.compact3
3c535e97da5 : 8153563: java/nio/Buffer/Basic.java and CopyDirectMemory.java are failing after JDK-8149469
b349843be48 : 8153265: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest should not assume asserts are benign
ad79a5ae65d : 8152907: Update for x86 tan and log10 in the math lib
b51a55a78cb : 8153277: [TESTBUG] gc/arguments/TestMaxMinHeapFreeRatioFlags is too sensitive for stray allocations in verifyRatio
63fb4026836 : 8030864: Add an efficient getDateTimeMillis method to java.time
d69d30499a7 : 8044289: In ImageIO.write() and ImageIO.read() null stream is not handled properly
6cf48834cfe : 8143913: MSCAPI keystore should accept Certificate[] in setEntry() 6483657: MSCAPI provider does not create unique alias names
993cda3b316 : 8143913: MSCAPI keystore should accept Certificate[] in setEntry() 6483657: MSCAPI provider does not create unique alias names
b36c2045acb : 8143913: MSCAPI keystore should accept Certificate[] in setEntry() 6483657: MSCAPI provider does not create unique alias names
907c08297ae : 8143913: MSCAPI keystore should accept Certificate[] in setEntry() 6483657: MSCAPI provider does not create unique alias names
7908c3db94f : 8152188: Allow CMSBitMapYieldQuantum for BitMap::clear_range and clear_large_range
3d629c6dd3d : 8153300: [TESTBUG] Enhance test/testlibrary/ClassFileInstaller.java to support JAR files
4af24b6def1 : 8153370: Drop use of old style -XaddExports from tests
337d1abca41 : 8153370: Drop use of old style -XaddExports from tests
2479abaae73 : 8146324: Add sun.font.FontUtilities.isComplexCharCode or related method
657cfea4012 : 8098580: drainRefQueueBounds() puts pressure on pool.size()
e38aef947f0 : 8151003: Remove nds->is_valid() checks from assembler_x86.cpp
ff80cc58c99 : 8151573: Multiversioning for range check elimination
54ba9a6358c : 6949414: JMenu.buildMenuElementArray() endless loop 6424606: behavior of returned from MenuSelectionManager.defaultManager() object is inconsistent with spec
eceb794e265 : 8152742: jlink --include-locales th fails with ArrayIndexOutOfBoundsException
cf9ebaa41a0 : 7167293: FtpURLConnection connection leak on FileNotFoundException
f130f2274fd : 7167293: FtpURLConnection connection leak on FileNotFoundException
35f5baddece : 7167293: FtpURLConnection connection leak on FileNotFoundException
dc903badf08 : 8159377: JMX Connections need white-list filters
46a43da30e7 : 8169465: Deadlock in com.sun.jndi.ldap.pool.Connections
1eca611fb7d : 8174098: Better image fetching
81b0fe9f96b : 8172299: Improve class processing
36634f8802f : 8171388: Update JNDI Thread contexts
d83cf6f9b05 : 8172461: Service Registration Lifecycle
5eda2ae5a00 : 8161195: Regression: closed/javax/swing/text/FlowView/LayoutTest.java
6ca239265d7 : 8170966: Right parenthesis issue
abaeec5a2f8 : 8130769: The new menu can't be shown on the menubar after clicking the "Add" button
214664397d0 : 8167110: Windows peering issue 7155957: closed/java/awt/MenuBar/MenuBarStress1/MenuBarStress1.java hangs on win 64 bit with jdk8 8079595: Resizing dialog which is JWindow parent makes JVM crash 8147842: IME Composition Window is displayed at incorrect location
854f56d4acd : 8170814: Reuse cache entries (part II)
dbd774505b0 : 8171121: Enhancing jar checking
e9b75fcd72b : 8165543: Better window framing
30d6da491ca : 8163520: Reuse cache entries
b5932d2fc43 : 8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property 8166393: disabledAlgorithms property should not be strictly parsed
ee129646857 : 8164908: ReflectionFactory support for IIOP and custom serialization
9601450746e : 8170911: 8170823 changes in 8u131 causing signature-test failure in jck runtime8b suite
9003b9810f3 : 8159377: JMX Connections need white-list filters
09b7cfd169e : 8169688: Backout (remove) MD5 from jdk.jar.disabledAlgorithms for January CPU
5c87a3f1355 : 8163528: Better library loading
26a50b0c398 : 8169944: sun/security/tools tests fail with CompilationError
86b556e4f8b : 8168714: Tighten ECDSA validation
4a6bbd828d5 : 8161571: Verifying ECDSA signatures permits trailing bytes
b93e4b543b4 : 8168861: AnchorCertificates uses hardcoded password for cacerts keystore
70608073935 : 8168705: Better ObjectIdentifier validation
06c2bec72be : 8167223: URL handling improvements
3e102c7e113 : 8169026: Handle smartcard clean up better
9d3f3b6f701 : 8168724: ECDSA signing improvments
650f13f1dfd : 8168728: DSA signing improvments
92aa9cc7df5 : 8165626: Improved window framing
d1c05d2e030 : 8168963: Backout JDK-8154005
ddf33d78870 : 8169072: Backout JDK-8154015
b6241dc68b0 : 8165230: RMIConnection addNotificationListeners failing with specific inputs
13be009ce58 : 8165344: Update concurrency support
8fd3dab3863 : 8158997: JNDI Protocols Switch
5e003742cc4 : 8167472: Chrome interop regression with JDK-8148516
3973df3d100 : 8140353: Improve signature checking
4ad67c6be3f : 8167356: Follow up fix for jdk8 backport of 8164143. Changes for CMenuComponent.m were missed
fb8ae735457 : 8166988: Improve image processing performance
2bc797902c0 : 8154015: Apply algorithm constraints to timestamped code
3f32e352a2e : 7167293: FtpURLConnection connection leak on FileNotFoundException
26a0f6ee7b1 : 8159377: JMX Connections need white-list filters
6c4fdc1b0ce : 8169465: Deadlock in com.sun.jndi.ldap.pool.Connections
a57b485c0bd : 8174098: Better image fetching
a7e29063847 : 8172299: Improve class processing
c8ac751760a : 8171388: Update JNDI Thread contexts
2817dc11b40 : 8172461: Service Registration Lifecycle
efe999fc1b5 : 8161195: Regression: closed/javax/swing/text/FlowView/LayoutTest.java
361ce9cf0d7 : 8170966: Right parenthesis issue
dbf3876db74 : 8130769: The new menu can't be shown on the menubar after clicking the "Add" button
cd5c0adf23c : 8167110: Windows peering issue 7155957: closed/java/awt/MenuBar/MenuBarStress1/MenuBarStress1.java hangs on win 64 bit with jdk8 8079595: Resizing dialog which is JWindow parent makes JVM crash 8147842: IME Composition Window is displayed at incorrect location
d6e79e7a75b : 8170814: Reuse cache entries (part II)
f7c9e18a97c : 8171121: Enhancing jar checking
50de9991f90 : 8165543: Better window framing
db1ebbdf091 : 8163520: Reuse cache entries
a62d2a6f492 : 8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property 8166393: disabledAlgorithms property should not be strictly parsed
566f8a49b63 : 8164908: ReflectionFactory support for IIOP and custom serialization
e5ec8b3cba8 : 8170911: 8170823 changes in 8u131 causing signature-test failure in jck runtime8b suite
439211122d4 : 8159377: JMX Connections need white-list filters
474b03c6a37 : 8169688: Backout (remove) MD5 from jdk.jar.disabledAlgorithms for January CPU
dc4be4ac59e : 8163528: Better library loading
5b8bf959dc4 : 8169944: sun/security/tools tests fail with CompilationError
b90a4cfc3f1 : 8168714: Tighten ECDSA validation
3b24cf2adcd : 8161571: Verifying ECDSA signatures permits trailing bytes
5d9bc0ec4b7 : 8168861: AnchorCertificates uses hardcoded password for cacerts keystore
202653142df : 8168705: Better ObjectIdentifier validation
7f2f557be44 : 8167223: URL handling improvements
2c5e653fa53 : 8169026: Handle smartcard clean up better
48f780f3752 : 8168724: ECDSA signing improvments
274170e0c4b : 8168728: DSA signing improvments
ef5ca85e1e7 : 8165626: Improved window framing
00e2f974059 : 8168963: Backout JDK-8154005
472bfa19b24 : 8169072: Backout JDK-8154015
5c08e666ac9 : 8165230: RMIConnection addNotificationListeners failing with specific inputs
521bef3eba5 : 8165344: Update concurrency support
cdeb59676e8 : 8158997: JNDI Protocols Switch
65eb863121e : 8167472: Chrome interop regression with JDK-8148516
19761ec4369 : 8140353: Improve signature checking
add1948b0cf : 8167356: Follow up fix for jdk8 backport of 8164143. Changes for CMenuComponent.m were missed
9e1f3b01dad : 8166988: Improve image processing performance
ab2066f3984 : 8154015: Apply algorithm constraints to timestamped code
9ee03a4b4f8 : 8151724: Remove -XX:GenerateCompilerNullChecks
c06119d8ae9 : 8151773: [macosx] TrayIcon.imageAutoSize property is ignored
4f0ffb6ce94 : 8153117: Back out JDK-8142935 until JDK-8152723 fixed
0cd8d72e1d8 : 8144166: [macosx] Test java/awt/Component/CompEventOnHiddenComponent/CompEventOnHiddenComponent.java fails
ae70b68f7e7 : 8150894: Unused -Xlog tag sequences are silently ignored
d5b317c8db1 : 7076354: JavaSoundAudioClip stop() Method sequencer.addMetaEventListener(this); wrong?
fe992bb6cdf : 8152501: closed/javax/sound/sampled/FileWriter/WaveBigEndian.java failing
d077700179b : 8153026: Change logging tag 'verboseverification' to 'verification'
0b6fe28b742 : 8153176: ParOldGC: Use correct TaskQueueSet for ParallelTaskTerminator in marking
7b25cbc5a3f : 8153176: ParOldGC: Use correct TaskQueueSet for ParallelTaskTerminator in marking
94385490801 : 8153176: ParOldGC: Use correct TaskQueueSet for ParallelTaskTerminator in marking
e4020fda7d2 : 8137169: [macosx] Incorrect minimal heigh of JTabbedPane with more tabs
3b618308c32 : 8153363: Redundant check for number of components in PackedColorModel.equals() method
d77d2cc0100 : 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
b26b78a4d46 : 8067247: Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache
16988281fc2 : 8153396: Remove unused ResourceMarks from UL internal vm tests
ccf6f713e80 : 8152711: Create a non-template Log wrapper class
6c4d96782c9 : 8152637: Create a stack allocatable LogStream class
a120ac732a1 : 8151333: Some AWT functions may access an array outside of its bounds
f0d7d7a5a85 : 8149631: rgb(...) CSS color values are not parsed properly
02b6426e3ac : 8153482: jdk/jshell/StartOptionTest.java fails on Windows after JDK-8147515
c4be81827a3 : 8146301: Enter key does not work in a deserialized JFileChooser
07299d44289 : 8152929: Remove UNSUPPORTED_GC_OPTION, use UNSUPPORTED_OPTION instead
2b5acd199d2 : 8149735: PropertiesTest.sh fails
2dcd96060e4 : 7167293: FtpURLConnection connection leak on FileNotFoundException
36e384c8100 : 8074553: Crash with assert(!is_unloaded()) failed: should not call follow on unloaded nmethod
9351c0eddfc : 8153417: jshell tool: use test passed locale to retrieve ResourceBundle
574619593a0 : 8149962: Better delineation of XML processing
2e87e3178c4 : 8152358: code and comment cleanups found during the hunt for 8077392
66570c722bc : 8077392: Stream fork/join tasks occasionally fail to complete 8131715: backout the fix for JDK-8079359 when JDK-8077392 is fixed
a0d59719d38 : 8153437: Temporary exclude AllocatePrefetchDistance from testing
01b34486fa0 : 8147544: Remove sun.misc.ManagedLocalsThread from java.desktop
90c5a57d8ff : Added tag jdk8u101-b02 for changeset 35bf74b031b1
b1f0af2f7bc : Added tag jdk8u101-b02 for changeset 96bf9cd5b7e7
87a1a6e9319 : Added tag jdk8u101-b02 for changeset 83565fc5a569
8348cb35122 : Added tag jdk8u101-b02 for changeset 13dec2b655cd
8c4463f3bb2 : Added tag jdk8u101-b02 for changeset 96d52293072d
91d3606fd4e : Added tag jdk8u101-b02 for changeset ea49c337be13
91643796f7e : Added tag jdk8u101-b02 for changeset 074f55574095
0112c2189f9 : Added tag jdk8u101-b02 for changeset 383b7161398f
129cc2eb8ab : Added tag jdk8u101-b02 for changeset efc6a31e431e
ed5d41e479f : Added tag jdk8u101-b02 for changeset 7622e400d9fe
94124313359 : Added tag jdk8u101-b02 for changeset 006f772a9b78
de97e09b701 : Added tag jdk8u101-b02 for changeset 6326f9b93698
b892b6e3f07 : 8153416: unexport javah from jdk.compiler module
7233d45a4d7 : 8153410: Disable tests until JDK-8151460 gets to main
613c6fe30df : 8076995: gc/ergonomics/TestDynamicNumberOfGCThreads.java failed with java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr
7af3ec040b4 : 8076995: gc/ergonomics/TestDynamicNumberOfGCThreads.java failed with java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr
eb520934e76 : 8153041: Remove unused redundant parameter in CLDRConverter
a80f850898c : 8147515: JShell: Internationalize
5cef85023b1 : 8132524: Missing includes to resourceArea.hpp
631346147a4 : 8153286: Move sun.misc.GC to java.rmi ( sun.rmi.transport )
19fa760d9c5 : 8149519: Set java.specification.version to the MAJOR java version
58419856b35 : 8153254: Delegate (v)write from Log to LogTagSet
b8549d7f130 : 8151925: Font reference improvements
e2b47d581d9 : 8151925: Font reference improvements
14992fcc5dd : 8151925: Font reference improvements
c4831260e12 : 8151806: JImage decompress code needs to be revised to be more effective
c53ca646e7f : 8151731: Add new jtreg keywords to jdk 8
99fa6504aba : 8151731: Add new jtreg keywords to jdk 8
ed6f748110f : 6357905: java.awt.JobAttributes.getFromPage() and getToPage() always returns "1"
69d14c811bf : 8072422: Cleanup: Remove some unused flags/code in loop optimizations
65a3b7e6b39 : 8152635: Create a UL class to represent a Log + Level combination
3a648592827 : 8067247: Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache
8496a7c536d : 8067247: Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache
486ec9379ac : 8147807: crash in libkcms.so on linux-sparc
0c1e9c82ae2 : 8147807: crash in libkcms.so on linux-sparc
15c4140ae54 : 8152632: Rename LogHandle(...) to Log(...)
ff771a66867 : 8152538: UL doesn't inline the LogTagSet::is_level check
12eaa83e0e5 : 8153174: Remove trailing comma from log configuration listings
dc61e8176dc : 6897701: In Nimbus Disabled Menus and Menu Items don't look disabled
fa667c54099 : 8153315: [JVMCI] evol_method dependencies failures should return dependencies_failed
721765cda00 : 8153181: Move sun.misc.VMSupport to an internal package
42fa4e4cc33 : 8153181: Move sun.misc.VMSupport to an internal package
aa34beea2e2 : 6483657: MSCAPI provider does not create unique alias names
8d9ec9235d0 : 8149017: Delayed provider selection broken in RSA client key exchange
1433cb66839 : 8149017: Delayed provider selection broken in RSA client key exchange
8076bee28cb : 8153302: [BACKOUT] STW phases at Concurrent GC should count in PerfCounter
0060da2f236 : 8153302: [BACKOUT] STW phases at Concurrent GC should count in PerfCounter
3c7acea1e54 : 8153317: Two jimage tests have been failing since JDK-8152641 was fixed
d650ab04e29 : 8150994: UseParallelGC fails with UseDynamicNumberOfGCThreads with specjbb2005
89c5da34113 : 8153303: Jib profiles config broken after JDK-8153257 after JDK-8031767
7f353eb42e4 : 8152641: Plugin to generate BMH$Species classes ahead-of-time
8bc85384cdc : 8153272: [pit] Tag @run requires "main" in java/awt/FontClass/CreateFont/CreateFontArrayTest.java
a9176a67967 : 8153201: TestOptionsWithRanges fails with -XX:OldPLABSize=2147483648
a868617af78 : 8152176: Big ParGCCardsPerStrideChunk values can cause overflow for CMS GC
3818cea28dd : 8152925: JShell: enable corralling of any type declaration, including enum
dde2babed02 : 8134111: Unmarshaller unmarshalls XML element which doesn't have the expected namespace
62aac69b23b : 8134111: Unmarshaller unmarshalls XML element which doesn't have the expected namespace
bcc9a55ecc3 : 8153273: Test lib compilations trigger find crash on Solaris
fe8b00a2655 : 8153261: Clean up fix for JDK-8153217
116ee6bdc63 : 8153261: Clean up fix for JDK-8153217
403d5cbfa2f : 8153257: Jib profiles config broken after JDK-8031767
05de4a3fe05 : 8138798: improve tests for HotSpotVMEventListener::notifyInstall
af2cc2413f7 : 8153262: javax/xml/bind/marshal/8134111/UnmarshalTest.java fails
b595c21417c : 8151828: Jittester: array creation node handled inproperly in source code visitor for non-int numerical arrays
c3469071aa9 : 8148397: Create new tests for IHOP
fbd868d77c3 : 8149028: [TEST] add test for TIFFDirectory
7fb0e659015 : 8153193: Missing includes in gc/g1/heapRegionBounds.hpp
166d473e2ef : 8153182: GC ID prefix for gc, humongous log messages are missing
f8070cc44a1 : 8148099: Improve memory access to FromCardCache during GC
ea3318a1cb9 : 8134111: Unmarshaller unmarshalls XML element which doesn't have the expected namespace
2630177fdce : 8150690: C++11 user-defined literal syntax in jvmciCompilerToVM.cpp
a7b8a6a5ccf : 8073400: Some Monospaced logical fonts have a different width
6f3cb076c46 : 8151442: jstack doesn't close quotation marks properly with threads' name greater than 1996 characters
0d7e6c5add1 : 8153203: Remove liveRange.hpp
cce84da126d : 8153165: Fix MX tool config script to make the tool work with TESTNG
ffd8b1d718c : 8152817: Locale data loading fails silently when running with a security manager
0c5e3bcbd68 : 8153188: Use log_error(gc, verify) for logging in verification code
eeec4b781bf : 8153187: Convert TraceWorkGang to use unified logging
8098362a325 : 8153186: Convert TraceGCTaskThread to use unified logging
879c8b43c68 : 8144964: JVMCI compilations need to be disabled until the module system is initialized
c240356dba4 : 8153147: Mark java/net/BindException/Test.java as intermittently failing
e42fd0aadb2 : 8153217: javafx modules are not included in the jre
1263380ce05 : 8153217: javafx modules are not included in the jre
97e5ce2c470 : 8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
6d6d60aa9a3 : 8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
e19b57b2460 : 8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
3daacf7d0a4 : 8153125: rmic from bootcycle build should launch with -m jdk.rmic/sun.rmi.rmic.Main
4f788438cb1 : Added tag jdk8u92-b14 for changeset 61daee2e4d96
29a76440c8c : Added tag jdk8u92-b14 for changeset 34ff06e993ac
aac201d95da : Added tag jdk8u92-b14 for changeset 0ae7ff39c002
8f15873b4b3 : Added tag jdk8u92-b14 for changeset cb2b3f6e2121
f303b3ccd3c : Added tag jdk8u92-b14 for changeset 9bf4538947eb
5dfe0c8a125 : Added tag jdk8u92-b14 for changeset f965de118539
90143962244 : Added tag jdk8u92-b14 for changeset 6705c8cf01a3
d749533dc11 : Added tag jdk8u92-b14 for changeset f8e5324312cc
c078cae9e88 : Added tag jdk8u92-b14 for changeset 2b5d988927cc
346a2cdbe0f : Added tag jdk8u92-b14 for changeset 610d15fe57a8
9a8c1420b4e : Added tag jdk8u92-b14 for changeset 8a3a1a87d602
66e7fdc95f0 : Added tag jdk8u92-b14 for changeset 950be0d59607
45f89a8207b : Added tag jdk8u92-b14 for changeset aa4b1567cb05
fd893ced5a8 : Added tag jdk8u92-b14 for changeset e88e084bb91b
19bf450e48d : Added tag jdk8u92-b14 for changeset fa236d1e6a0c
c9572078409 : Added tag jdk8u92-b14 for changeset 9367b8dcf8c0
c3fd09e417d : 8075253: Multiversion JAR feature: CDS does not support MV-JARs
34170a75c01 : Added tag jdk8u91-b14 for changeset aff66bd6bd5c
25fc31ad7af : Added tag jdk8u91-b14 for changeset 56894ae02fce
a3525af667e : Added tag jdk8u91-b14 for changeset 36dd1548082b
7f07afbd31e : Added tag jdk8u91-b14 for changeset 8a1afb31c799
83d7ef8ff29 : Added tag jdk8u91-b14 for changeset 8fc9b551e398
d626560ba2e : Added tag jdk8u91-b14 for changeset dc13b3f2d52a
f0ab176814c : Added tag jdk8u91-b14 for changeset ecc006bf4be5
db24c0e6650 : Added tag jdk8u91-b14 for changeset e3ef2c411917
305e578879e : Added tag jdk8u91-b14 for changeset b0fb072d6f01
c5a93beda51 : Added tag jdk8u91-b14 for changeset 65e6eda7b36d
c15666b9073 : Added tag jdk8u91-b14 for changeset eca176398e01
4ab74c09a9c : Added tag jdk8u91-b14 for changeset aec42bb5a10a
2e4ec7adbdb : Added tag jdk8u91-b14 for changeset 74582148bf64
59e9f87f62b : Added tag jdk8u91-b14 for changeset 3b1ac2dbf729
b94213db421 : Added tag jdk8u91-b14 for changeset e228e942f112
78fbda210a4 : Added tag jdk8u91-b14 for changeset 16d89c09351d
b75d50cc75b : 8152024: MemoryAccessProvider javadoc should be modified
adb3a381c21 : 8152023: MethodHandleAccessProvider.resolveLinkToTarget throws NPE/IAE on null/wrong argument
e3cbdb7632e : 8152022: JVMCI: MethodHandleAccessProvider.resolveInvokeBasicTarget throws NPE on null first argument
40c8ad359a2 : 8152021: MethodHandleAccessProvider.lookupMethodHandleIntrinsic throws NPE on null argument
ed7a01e0447 : 8145235: Deprecate product flags that have been converted to Unified Logging
82692d49c1c : 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
dedfabbaacd : 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
69ae3e0c642 : 8152952: Allow G1 phase logging to use individual number of threads
763f4898ff9 : 8079136: Accessing a nested sublist leads to StackOverflowError
526582022df : 8153195: Quarantine compiler/gcbarriers/PreserveFPRegistersTest.java
57f06537c20 : 8153172: aarch64: hotspot crashes after the 8.1 LSE patch is merged
5a57d8ab99e : 8150973: Hotspot agent use of sun.boot.class.path needs to be updated for Jigsaw
5031466171d : 8153065: "Preserve CM refs" log message disconnected from "Parallel Preserve CM refs"
e7e8e6904f7 : 6353518: Creation of a WritableRaster with a custom DataBuffer causes erroneous Exception
7fd5655f709 : Added tag jdk-9+112 for changeset 665335352bb7
db8417dface : Added tag jdk-9+112 for changeset bf40906bf49d
ef20153a91c : Added tag jdk-9+112 for changeset c27e554bbe5c
1237de69673 : Added tag jdk-9+112 for changeset 372468bfe26c
ec80f559c82 : Added tag jdk-9+112 for changeset 3afcaff239f5
348a914f04b : Added tag jdk-9+112 for changeset 5531985950c0
6fb4fc961b3 : Added tag jdk-9+112 for changeset 16042dd4e6af
04603900ebf : Added tag jdk-9+112 for changeset fb6c19577a6a
3aa353de7b9 : 8136798: TestMonomorphicObjectCall.java fails with compilation error
f913835c37d : 8153118: Remove sun.misc.resources
3c06ea62d89 : 8152190: Move sun.misc.JarIndex and InvalidJarIndexException to an internal package
0ab1a9c7a82 : 8153141: Develop initial set of tests for SwingSet
a02742b2e55 : 8151763: Use more informative format for problem list
0a40727bcad : 8153035: GenModuleInfoSource strips away the API comments
f51ba0de725 : 8146514: Enforce GCM limits
64a76569380 : 8142510: -XX:+PrintFlagsRanges should print default range value for those flags that have constraint and an implicit range
5b93b89a0a7 : 8141609: Need test for jrtfs that runs on JDK 8 to target a JDK 9 image
29a3fff19be : 8147431: javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh copied JDK failed
fbe049838a4 : 8148639: Some MethodCounter fields can be excluded when not including C2
3302f7b0fd9 : 8152005: sun/misc/SunMiscSignalTest.java failed intermittently
94b878e4116 : 8147771: Construction of static protection domains under Javax custom policy
a7210a52d91 : Added tag jdk8u101-b01 for changeset c55e0b18bf87
44f778b1249 : 8147771: Construction of static protection domains under Javax custom policy
c2f3f96404b : Added tag jdk8u101-b01 for changeset 69caa1582210
5a7ecbdf94e : 8143958: CDS Shared flags need constraint function
2b176e8c28a : 8153071: Remove client testing from JPRT
429b1c80a1f : 8147844: new method j.l.Runtime.onSpinWait() and the corresponding x86 hotspot instrinsic
34abb068872 : 8147844: new method j.l.Thread.onSpinWait() and the corresponding x86 hotspot instrinsic
7e6e45906b7 : 8152422: Optimize GC JPRT test set
822b62b1510 : 8152422: Optimize GC JPRT test set
1f5235f5402 : 8151674: STW phases at Concurrent GC should count in PerfCounter
7e964d86974 : 8151674: STW phases at Concurrent GC should count in PerfCounter
dfbe023cec5 : 8042713: [macosx] Print dialog does not update attribute set with page range
61f99114809 : 8061258: [macosx] PrinterJob's native Print Dialog does not reflect specified Copies or Page Ranges
8543426a278 : 8033936: java.awt.List events are not sent properly to handleEvent or ItemListener
892fa77ffa1 : 8152172: PPC64: Support AES intrinsics
1f6cca8b026 : 8152959: Build crashes in jdk9-hs-comp on Linux with gnumake 3.81
6a65ad52d6e : 8152861: VM crash on assert: locked methods shouldn't be flushed
c3ebf37e24b : 8152947: VM crash with assert(!removed || is_in_use()) failed: unused osr nmethod should be invalidated
4c3bc4f31f7 : 8152704: jlink command line output/help message improvement
9723b912e96 : 8152636: TestHasNegatives.java fails after Jigsaw changes were integrated
d064997ce36 : Added tag jdk8u102-b01 for changeset 891cb561e422
4ce76511790 : Added tag jdk8u102-b01 for changeset 20e55b9a8175
39566487cce : Added tag jdk8u102-b01 for changeset a3c01d4eea16
4a6f085ed2f : Added tag jdk8u102-b01 for changeset 8672fc0a87a1
dd233d3872f : Added tag jdk8u102-b01 for changeset 7453358b514d
3d97839ffe5 : Added tag jdk8u102-b01 for changeset 7eaa104c2bc2
979e3e5f85a : Added tag jdk8u102-b01 for changeset 7284d046e4c4
a7df327a0cf : Added tag jdk8u102-b01 for changeset be82752fcd82
b9d6af320a2 : Added tag jdk8u102-b01 for changeset 9b4c728232cd
258874d46f0 : Added tag jdk8u102-b01 for changeset 72b119d32f7f
27f33ca2faa : Added tag jdk8u102-b01 for changeset 1ca000161d4c
d456f5b945a : Added tag jdk8u102-b01 for changeset c89ee7ce6b13
43e52ddc505 : Added tag jdk8u102-b01 for changeset 061c275dc6a6
5e159be3cba : Added tag jdk8u102-b01 for changeset 3d351acc3f36
deeeec6b3ec : Added tag jdk8u102-b01 for changeset bb22a2301d54
037fe962646 : Added tag jdk8u102-b01 for changeset f0707229f39d
3af6c143326 : 8152916: ostream has unnecessary dependency on GCId
8030f17dde9 : 8153027: Exclude tools/jimage/JImageTest.java
45b8dc27feb : 8150084: Convert TraceMonitorMismatch to Unified Logging
d39c84770b7 : 8152972: C2 crashes with SIGSEGV in LoadNode::make
03d9887e1c8 : 8152945: TestStableU* tests aren't Jigsaw-ready
79c80f1282b : 8152857: [TESTBUG] UnsafeGetConstantField.testUnsafeGetFieldUnaligned fails w/ -XX:-UseUnalignedAccesses in -Xcomp mode
baf7e598c83 : 8152771: NPE accessing comments on module declarations
7812306bc07 : 8152897: refactor ToolBox to allow reduced documented dependencies
208d93e1106 : 6818181: Update naming convention annotation processing samples for modules
332e2c9a68f : 8150733: NPE when compiling module-info.java with a class declaration in a non-module mode
aa9da340e03 : 8149996: TraceLoaderConstraints has been converted to Unified Logging
06465d42a57 : 8152496: Blended code generation
3312808cdbe : 8152951: Avoid calculating the reverse of StringConcatFactory$Recipe elements
859972ce4f5 : 7179078: Remove @beaninfo processing from the makefiles
79d5a1589aa : 8152159: LabelUI is not updated for TitledBorder
7e720e14ff6 : 7179078: Remove @beaninfo processing from the makefiles
f1787d3c030 : 8150518: G1 GC crashes at G1CollectedHeap::do_collection_pause_at_safepoint(double)
6b23a040dfd : 8150518: G1 GC crashes at G1CollectedHeap::do_collection_pause_at_safepoint(double)
ed8f2f74062 : 8143647: Javac compiles method reference that allows results in an IllegalAccessError
35992266389 : 8143647: Javac compiles method reference that allows results in an IllegalAccessError
331a9ef3c42 : 8073872: Schemagen fails with StackOverflowError if element references containing class
ff922f14fcb : 8073872: Schemagen fails with StackOverflowError if element references containing class
d5f85536d86 : 8073872: Schemagen fails with StackOverflowError if element references containing class
8e3d7d00392 : 8073872: Schemagen fails with StackOverflowError if element references containing class
dc8fa87bb6a : 8150225: api/javax_swing/text/AbstractWriter/index_indent failed
b09c81ce399 : 8152077: (cal) Calendar.roll does not always roll the hours during daylight savings
1b851501956 : 8048830: Implement tests for new functionality provided in JEP 166
672ee94959a : 8048830: Implement tests for new functionality provided in JEP 166
3db2c8085b4 : 8151993: Remove inclusion of inline.hpp in log.hpp
f4a1f4ef6ba : 8151438: UL instantiates duplicate tag sets
0fb3d6a52ef : 8068579: Running with -XX:-UseParallelGC does not turn ParalleGC off
1d148086961 : 8152730: File Leak in CompileBroker::init_compiler_thread_log of compileBroker.cpp:1665
56f5f70e4e2 : 8152730: File Leak in CompileBroker::init_compiler_thread_log of compileBroker.cpp:1665
34f5c263b6d : 8152730: File Leak in CompileBroker::init_compiler_thread_log of compileBroker.cpp:1665
b853c8f575d : 8152873: java/util/Locale/LocaleProviders.sh fails after JDK-8150432
996686aae01 : 8152733: Avoid creating Manifest when checking for Multi-Release attribute
b16a7fe5aed : Added tag jdk8u101-b01 for changeset 8eeef615e812
f86572061d8 : Added tag jdk8u101-b01 for changeset f0090171fa6f
83ef927f369 : Added tag jdk8u101-b01 for changeset f9b32e2b84f0
07f6f073685 : Added tag jdk8u101-b01 for changeset 4ee90c4331f3
d24fc5b6ea7 : Added tag jdk8u101-b01 for changeset 03db893e7487
d4180e75970 : Added tag jdk8u101-b01 for changeset 231d87df0a79
8034dd1ed86 : Added tag jdk8u101-b01 for changeset f4f98ed0bc4a
74bcb649c4c : Added tag jdk8u101-b01 for changeset 275376975252
395b4921ba8 : Added tag jdk8u101-b01 for changeset d1520af9fe30
82144d4d629 : Added tag jdk8u101-b01 for changeset 1faf190e9f55
051ab34f257 : Added tag jdk8u101-b01 for changeset 6cbc8acb2cf6
d007afee96b : Added tag jdk8u101-b01 for changeset 28799613109c
cf8c83f91d3 : Added tag jdk8u101-b01 for changeset f09394ec4db3
9850a3a3b7a : Added tag jdk8u101-b01 for changeset 5c1fde99afb7
93169df5132 : 8152533: ant octane target fails with "Unable to load a script engine manager (org.apache.bsf.BSFManager or javax.script.ScriptEngineManager)"
a7a856ca676 : 8149958: Implementation/documantation of AudioInputStream.read()/skip() should be updated
09e6249e387 : 8132782: RIFFReader does not support WAVE-Files greater than 2 GiB
a7739ef564e : 8073872: Schemagen fails with StackOverflowError if element references containing class
c22bc64fafb : 8150704: XALAN: ERROR: 'No more DTM IDs are available' when transforming with lots of temporary result trees
136adfbea76 : 8150704: XALAN: ERROR: 'No more DTM IDs are available' when transforming with lots of temporary result trees
b3875dba0ee : 8150704: XALAN: ERROR: 'No more DTM IDs are available' when transforming with lots of temporary result trees
5fb1e939512 : 8150704: XALAN: ERROR: 'No more DTM IDs are available' when transforming with lots of temporary result trees
755b6af36ef : 8152840: aarch64: improve _unsafe_arraycopy stub routine
9acc5ad3ce4 : 8145348: Make intrinsics flags diagnostic
f7d4d8b94de : 8025962: JSR 292: NoSuchMethodError and NoSuchFieldError in MHN_resolve_Mem
ee1caca2a69 : 8148175: C1: G1 barriers don't preserve FP registers
661796fe3f6 : 8152179: C2: Folding of unsigned loads is broken w/ @Stable
3d03610bf4b : 8152773: C2: LoadNode properties aren't preserved when converting between signed/unsigned variants
9cf0dc3015d : 8151623: Zap freed Metaspace chunks in non-product binaries
63cdcb2f4be : 8150432: LocaleProviders.sh fails
837a779be87 : 8152083: Optimize TimeUnit conversions
e16d374ab50 : 8151755: jshell tool: properly cover resolution issues in output configuration 8152246: jshell tool: history overflow
2ffd1ace918 : 8152798: Mark WeakCipherSuite.java as intermittently failing
43a7e6a0be8 : 8051519: Deprecate sun.java2d.SunGraphicsEnvironment.useAlternateFontforJALocales
264639c70b4 : 8151571: InnocuousThread cannot be created during early startup
109b51a79be : 8031767: Support system or alternative implementations of zlib
5631c0b7bae : 8145228: Java Access Bridge, getAccessibleStatesStringFromContext doesn't wrap the call to getAccessibleRole
306cd526afc : 8145228: Java Access Bridge, getAccessibleStatesStringFromContext doesn't wrap the call to getAccessibleRole
da3998f1391 : 8150840: Add an internal system property to control the default level of System.Logger when java.logging is not present
92f7b367fad : 8149558: [TEST] add regression test for JDK-8150154
1d963af5532 : 8152698: Remove obsolete Unsafe.putOrdered{X} methods, usages, runtime and compiler support
d8f23ea33b7 : 8152698: Remove obsolete Unsafe.putOrdered{X} methods, usages, runtime and compiler support
92104d1449e : 8152749: Mark AdaptorCloseAndInterrupt.java as intermittently failing 8152755: Problem list java/nio/file/WatchService/MayFlies.java
ec1e7dbde1c : 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
49558c8d6e4 : 8152634: generalize exception throwing routines in JVMCIRuntime
c0deba4235b : 8150535: [TEST_BUG] fix @library for test/java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java 8151033: [TEST_BUG] typo in java/awt/MouseInfo/PointerInfoCrashTest.java: no sun.awt.peer 8151037: [TEST_BUG] javax/swing/Action/8133039/bug8133039.java requires @modules 8152301: [TESTBUG] Compilation errors in client lib test files
458f8d25976 : 8078514: Nightly: api/javax_swing/DefaultRowSorter/index_ModelStructChanged failure
32fcff2ef8c : 8150752: Share Class Data
5875e0bdecf : Added tag jdk8u101-b02 for changeset 27713db80f72
6d2c0e64f54 : 8150752: Share Class Data
41cbc514726 : Added tag jdk8u101-b02 for changeset c3530e5f96ea
5aabf0b57a7 : 8151154: IllegalArgumentException not thrown when wrong syntax value is set for javax.xml.catalog.files
0c67cefd423 : 8152697: JVMCI tests fail with UnsatisfiedLinkError as jdk.vm.ci not defined by boot loader
d8728764cad : 8151998: VS2010 ThemeReader.cpp(758) : error C3861: 'round': identifier not found
81efd324321 : 8152508: tools/jlink/SecurityTest.java failed intermittently
752d1b46bb3 : 8152354: Update for x86 AES CBC Decryption
366e4b930f1 : 8152715: Problem list tools/pack200/Pack200Props.java
cc7b4e06ed9 : 8134669: Empty screen insets in Gnome 3, OEL 7 in multiscreen mode
eac3ddb88c1 : 8139215: RTFEditorKit does not save alignment
85daed3db34 : 8075907: The regression-swing case failed as the rollover icons is not correctly shown with the special options"-client -Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel"
6f4ce32ddb8 : 8133864: Wrong display, when the document I18n properties is true
a3b2c2cd953 : 8065078: NetworkInterface.getNetworkInterfaces() triggers intermittent test failures
f5492457fa2 : 8065078: NetworkInterface.getNetworkInterfaces() triggers intermittent test failures
bbadf6c0efb : 8149122: Move sun.misc.URLClassPath and Resouce to an internal package
a6046c45c2b : 8152606: java.base no longer needs to export sun.util.logging to java.httpclient
26cd467900f : 8152545: Use preprocessor instead of compiling a program to generate native nio constants
240f07d0fbf : 8152237: Support BigInteger.TWO
e23a7ba5f4b : 8147987: Remove sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java from problemList
61a2d9272bd : 8152719: ignore this com/sun/jdi/InterfaceMehtodsTest.java until bug is fix
ff8f7e4a2b2 : 8140665: SIGSEGV when a primitive type's class is used as the host class in a call to DefineAnonymousClass call
a7db5b37f67 : 8152646: disable ant octane target to avoid hudson build failure notifications
ef944b06b4c : 8152277: Move URLClassPath.pathToURLs(String) to RegistryImpl
b40e890e787 : 8152642: Remove sun.misc.Unsafe dependency from java.lang.reflect.Proxy
d7e70db394d : 6439354: Win L&F: TitledBorder colors are not from desktop
1f41cbe573f : 8150821: Crash with assert(!((nmethod*)_cb)->is_deopt_pc(_pc)) failed: invariant broken
c47b3aee013 : 8152640: Quarantine compiler/intrinsics/string/TestHasNegatives.java
d50a34f94f0 : 8151700: Add support for ES6 for-of
ab69113c5ef : 8149644: Integrate VarHandles
c3be5f04897 : 8149644: Integrate VarHandles
9fb30a37409 : 8149644: Integrate VarHandles
4485394e3dc : 8149469: ByteBuffer API and implementation enhancements for VarHandles
ccdf984e578 : 8150463: StringConcat MH_INLINE_SIZED_EXACT should skip storage initialization
d30aeec30c3 : 8151460: Metaspace counters can have inconsistent values
49d64601895 : 8152400: Enabling TASK_STATS_ONLY filters out just enabled messages anyway
9e09d233e6e : 8145173: HiDPI splash screen support on Windows
0ac31cb96a2 : 8151590: "ALL" radio button is not selected in printDialog when we call DefaultSelectionType.ALL in windows
ce350e07faf : 8136458: Remove "marked for reclamation" nmethod state
d5758aec634 : 6185114: Undefined Exception in SampleModel, method createCompatibleSampleModel
234e906b1f0 : 7107620: Need to round in test java/awt/print/PageFormat/PageFormatFromAttributes.java
2fb4337df5c : Added tag jdk-9+111 for changeset 41a1c20eb619
0b4aed2ddf4 : Added tag jdk-9+111 for changeset 3b41f1c69604
40ea414b6cb : Added tag jdk-9+111 for changeset 9d0388c6b336
a402eb82139 : Added tag jdk-9+111 for changeset 116e5d5cdade
f98a6bcff47 : Added tag jdk-9+111 for changeset cb52aa47ff0a
5115e00a71b : Added tag jdk-9+111 for changeset 5f9eee6b383b
20752e92bd1 : Added tag jdk-9+111 for changeset 553ee8b34393
0b657d27fd3 : Added tag jdk-9+111 for changeset 17612cee3530
315df6c52c5 : 8152143: jlink --include-locales should gracefully detect certain user error
c661c227e20 : 8143227: Platform-Specific Desktop Features
4cc52c4f6e5 : 8143227: Platform-Specific Desktop Features
9dff846b306 : 8151818: C1: LIRGenerator::move_to_phi can't deal with illegal phi
4a3346d8291 : 8145039: JAXB marshaller fails with ClassCastException on classes generated by xjc
6536cd589d3 : 8145039: JAXB marshaller fails with ClassCastException on classes generated by xjc
3fb5e71a258 : 8145039: JAXB marshaller fails with ClassCastException on classes generated by xjc
513bd914b42 : 8145039: JAXB marshaller fails with ClassCastException on classes generated by xjc
8ddf35b2346 : Added tag jdk8u101-b00 for changeset 8deb8f3183fd
0fdf6f333d2 : Added tag jdk8u101-b00 for changeset 2f832b22abac
13a5eb600f0 : Added tag jdk8u101-b00 for changeset bf7a6b39e3b7
e91dfe0bc91 : Added tag jdk8u101-b00 for changeset a060d90f74fb
877052e091a : Added tag jdk8u101-b00 for changeset a16064f2fe76
bd581838685 : Added tag jdk8u101-b00 for changeset 65708fa1fa50
35f53da7970 : Added tag jdk8u101-b00 for changeset fe3b803f6dc0
1e3d9b821b0 : Added tag jdk8u101-b00 for changeset 560eb376ae8a
90ae1f4b3d2 : Added tag jdk8u101-b00 for changeset ffbbe3db87b9
0fdae8974b4 : Added tag jdk8u101-b00 for changeset 2efb4c143ad2
2485cb4d332 : Added tag jdk8u101-b00 for changeset ecb8073207fa
4b8b9412f8a : Added tag jdk8u101-b00 for changeset 446ca1c99686
98d224e0b79 : Added tag jdk8u101-b00 for changeset bab1c6cc69b3
3ace6f035cb : Added tag jdk8u101-b00 for changeset 8ab5ddc142f9
4ed1345b11e : Added tag jdk8u101-b00 for changeset f95fbc5e9681
4fc134bc969 : Added tag jdk8u101-b00 for changeset 3352307e1472
048ce8be877 : 8144938: Handle properly coordinate overflow in Marlin Renderer
e8709d8686b : Added tag jdk8u102-b00 for changeset 7b513ff10736
c8f45c6a424 : Added tag jdk8u102-b00 for changeset c6742c180af5
f42301fa73c : Added tag jdk8u102-b00 for changeset 6d5a8dbf71e2
dbbd7fffad7 : Added tag jdk8u102-b00 for changeset c2ac993097c0
5364ed70dbb : Added tag jdk8u102-b00 for changeset 118098622969
47043677b8d : Added tag jdk8u102-b00 for changeset c65b3bfd46bb
0a9822e01b5 : Added tag jdk8u102-b00 for changeset 00a56d74102c
6af59d030d5 : Added tag jdk8u102-b00 for changeset d908aa33d464
197d1b0f834 : Added tag jdk8u102-b00 for changeset 42287359514b
6906135326b : Added tag jdk8u102-b00 for changeset 034c3dcae3a2
b5509746a98 : Added tag jdk8u102-b00 for changeset 70005b2b92d2
20a4b1e2db7 : Added tag jdk8u102-b00 for changeset 1aa4bc1ddb90
31d6271e905 : Added tag jdk8u102-b00 for changeset 6f9fdc7edb20
8112a975ac2 : Added tag jdk8u102-b00 for changeset 9ff5f254b132
1557f271c66 : Added tag jdk8u102-b00 for changeset 9c4ddc1ebd38
e62ac512066 : Added tag jdk8u102-b00 for changeset c77e9596093c
260f238cd55 : 8151444: JDP not working
48eb2e9ded7 : 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger
fd0031d702f : 8152411: Regression: inference fails to reject incompatible upper bounds
009009ded7e : 8152227: Remove jdk.deploy.osx module descriptor
734d72b9438 : 8152197: Single place to specify module-specific information for images build
af242aa3937 : 8152197: Single place to specify module-specific information for images build
ae4cc4b56a1 : 8152380: Shared symbol table should never use alternate hashcode
cb72aacabb2 : 8151670: Unexpected concurrent refinement deactivation and reactivation
6bf9194f410 : 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
a02f8f2d30d : 8151991: jvmti diagnostics commands requires INCLUDE_SERVICES
d676c6233ee : 8152160: SIGFPE in CompactibleFreeListSpaceLAB::compute_desired_plab_size
0f7f8e05abf : 8146947: Remove PrintOopAddress rather than converting to UL
1d25ca2a9e3 : 8143269: Refactor code in universe_post_init that sets up methods to upcall
9057c754259 : 8151868: Typo in java.time.Instant until(Temporal endExclusive, TemporalUnit unit)
cd1a1d139c5 : 8149662: Refactor hotspot/test/gc/g1/plab/lib/LogParser.java
a981a56c451 : 8152296: langtools/test/jdk/jshell/ToolReloadTest.java failing if there is not persisted history
5be151ebda1 : 8152465: Sjavac should not prefix server generated log messages with [server]
e449ba161cb : 8027999: Poorly worded error message when attempting to assign to this
5669c583c4f : 8149017: Delayed provider selection broken in RSA client key exchange
d8f82c9477a : 8151282: [TEST_BUG] javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java fails with GTK LnF
c28c517f2e3 : 8150844: [hidpi] [macosx] -Dsun.java2d.uiScale should be taken into account for OS X
586f4961193 : 8152537: aarch64: Make use of CBZ and CBNZ when comparing unsigned values with zero
2199ec0857c : 8151775: aarch64: add support for 8.1 LSE atomic operations
7294935e3e0 : 8149023: Event based tracing should cover safepoint begin and end
a3b37b63721 : 8152119: Event-based tracing to allow for tracing Klass definition
666a2ae49a2 : 8152268: jjs tool makefile should use --addmods ALL-SYSTEM
12eebbb69b4 : Added tag jdk8u92-b13 for changeset 1ee90a8839d2
e84d1a673c1 : Added tag jdk8u92-b13 for changeset fe2b53135ba1
e8f2ec2b7ff : Added tag jdk8u92-b13 for changeset 57cd62ba6994
ee14bc9de54 : Added tag jdk8u92-b13 for changeset d6a7b8d046d2
043d47af04a : Added tag jdk8u92-b13 for changeset ac6ecb5fac5e
7200abbdc6f : Added tag jdk8u92-b13 for changeset de172ed71063
3dd3ec6fe28 : Added tag jdk8u92-b13 for changeset 9c156629c16e
f7e722a4cd5 : Added tag jdk8u92-b13 for changeset c5fcfd0a294c
5e148f94dde : Added tag jdk8u92-b13 for changeset 6bbeebd41038
96d058f6bfb : Added tag jdk8u92-b13 for changeset fae5e9b653fd
e48a0f8f157 : Added tag jdk8u92-b13 for changeset 4abe0c4efa9f
ef0c1ea820b : Added tag jdk8u92-b13 for changeset 5d52d4f169a2
1668d066a94 : Added tag jdk8u92-b13 for changeset 40232768f974
4edf18dd8ac : Added tag jdk8u92-b13 for changeset 4e46c1ad74b7
3b2aa9839a4 : Added tag jdk8u92-b13 for changeset d864dc962f09
2eeeb1c3437 : Added tag jdk8u92-b13 for changeset 667f02f3ceb1
cdbfbb48aab : 8148659: Add all option to JSnap
90d403e786d : 8152503: tools/javac/completionDeps/DepsAndAnno.java fails after jigsaw m3
c1613de1477 : 8152504: Problem list tools/jdeps/modules/GenModuleInfo.java until JDK-8152502 is resolved
1bd14828a01 : 8152483: Fix a couple of tests that are being incorrectly run on C1 after jigsaw M3
5f25c82c489 : 8152196: SuspendibleThreadSet::yield scales poorly
81c10514557 : 8151957: ObjectInputStream - Use new convenience method for immutable Map creation during static initialization
dd439c9998f : 8055463: Need public API allowing full access to font collections in Font.createFont()
dca64ad62dc : 8146632: Add descriptive error messages for removed non-product logging flags
99e01e16d43 : Added tag jdk8u77-b31 for changeset 3b029a16c050
89078360aa7 : Added tag jdk8u77-b31 for changeset 2d2cb1a33b60
13b56746c29 : Added tag jdk8u77-b31 for changeset 8483af829c36
0669a734f17 : Added tag jdk8u77-b31 for changeset 65828c330ecf
3001f5ca05d : Added tag jdk8u77-b31 for changeset 6e152be2c3bd
815724aea99 : Added tag jdk8u77-b31 for changeset 8b4b28535fcf
77ce4f1ca52 : Added tag jdk8u77-b31 for changeset 06a065592a9f
afc7d41d5dd : Added tag jdk8u77-b31 for changeset f0dd0110556f
be4c0ed63e4 : Added tag jdk8u77-b31 for changeset d16ca0b519c5
a9136e2c829 : Added tag jdk8u77-b31 for changeset cbad8ebd2d0e
71b6017a454 : Added tag jdk8u77-b31 for changeset d63f6c13f1b1
b2a60730cf8 : Added tag jdk8u77-b31 for changeset 1ba5d40cd032
29ca9078c83 : Added tag jdk8u77-b31 for changeset 0c43319e14df
7f5c0075d72 : Added tag jdk8u77-b31 for changeset 08e8c90421a4
de83176126c : Added tag jdk8u77-b31 for changeset 9f6ff4fb1bc8
d8ab5819b45 : Added tag jdk8u77-b31 for changeset d70453867911
304d3c93fdc : 7153107: com/sun/jdi/InterruptHangTest.java fails in nightlies
c5f2279354b : 8151887: com/sun/jdi/RedefineClearBreakpoint.sh failed with timeout
ff04be3cf5b : 8144940: Broken hash in string table entry in closed/runtime/7158800/BadUtf8.java
b1476ae2ecb : Added tag jdk8u91-b13 for changeset 94701f49e802
deb2b295e85 : Added tag jdk8u91-b13 for changeset 77d2d1738150
05478ce1929 : Added tag jdk8u91-b13 for changeset 01b6534c0451
ad1bd1dd080 : Added tag jdk8u91-b13 for changeset d9adf4155b1f
1b47b630976 : Added tag jdk8u91-b13 for changeset a1cb628ab057
7d3d9e1b146 : Added tag jdk8u91-b13 for changeset b07bb224ff1f
bd181b16572 : Added tag jdk8u91-b13 for changeset ea7e3f22156f
ded26a46322 : Added tag jdk8u91-b13 for changeset 9c3969420918
e29f52dbec4 : Added tag jdk8u91-b13 for changeset 68106f49f9a2
114122fe1ef : Added tag jdk8u91-b13 for changeset a11d0f7c4dfb
8d63712d90c : Added tag jdk8u91-b13 for changeset d635b401e4b0
02b1bb6a005 : Added tag jdk8u91-b13 for changeset 1fc1f79c0187
8b882ca061c : Added tag jdk8u91-b13 for changeset e83449c26829
ecd4a3d9504 : Added tag jdk8u91-b13 for changeset 9968634103ef
6622239d175 : Added tag jdk8u91-b13 for changeset c255681401f7
37ad416a385 : Added tag jdk8u91-b13 for changeset 17d68eb86805
aa55cc6846f : 8152440: Zero build fails after JDK-8146801
89599944c63 : 8148748: ArrayList.subList().spliterator() is not late-binding
41786c2118f : 8151123: Collectors.summingDouble/averagingDouble unnecessarily call mapper twice
1503e09bb04 : 8151811: Const declarations do not work in for..in loops
4948ac6654a : 8151810: for-in iteration does not provide per-iteration scope
d444e55969f : 8152300: Convert G1_ALLOC_REGION_TRACING to unified logging
e85033c628f : 8048146: sjavac uses unexpected exit code of -1
c413f5eb441 : Added tag jdk-9+115 for changeset c36230ee15d9
25c9be01d56 : 8151777: Add "@index" tag to the sampleapi generator
ecfc09db161 : 8153551: jshell tool: no longer a mechanism to see current feedback modes
6921adecb8c : 8154445: JShell: Drop residual use of addReads from jshell
d6521300a0f : 7020499: Project Coin: improvements to try-with-resources desugaring
28ed819ae90 : 8154500: fix handling of jdk.launcher.patch.* in tests
8f62cdc8a03 : 8154504: javac tests fail after JDK API is deprecated
2d863bcd37b : 8145468: update java.lang APIs with new deprecations
96915050779 : 7152104: javac should not warn about missing serialVersionUID for anonymous inner classes
4b662bba26d : 8036952: copyright issues in jdk9/dev/langtools files
ea4b605c99e : 8151379: Sjavac should not print connection attempts on info logging level
0e3d5478664 : 8148555: [macosx] An uncaught exception was raised entering Emoji into JTextArea
df733afc3c7 : 8152201: [TEST_BUG] test/java/awt/Window/FindOwner/FindOwnerTest.java has @test tag
5c4cd18690a : 8149545: Add zlib devel package to devkit sysroot on Linux
c33a6aa5ee5 : 8151797: java/lang/management/ThreadMXBean/ThreadLists.java : inconsistent results
7eef4922454 : 8031753: JMXServiceURL should not use getLocalHost or its usage should be enhanced
5abe6e1f236 : 8152352: Compiling warnings in zip_util.c blocks devkit to build with --with-zlib=system
4eacb2e5747 : Added tag jdk8u77-b03 for changeset a05a5a7b168a
15977e38fed : Added tag jdk8u77-b03 for changeset 03c5033ada43
f9db666d92f : 8152335: Improve MethodHandle consistency
eca83a26b6a : 8152335: Improve MethodHandle consistency
4d1bebcd8f1 : Added tag jdk8u77-b02 for changeset c8611a4f6adc
003f095a413 : Added tag jdk8u77-b02 for changeset 1d2d74e9ebf8
3ca12e9c251 : Added tag jdk8u77-b01 for changeset 5bfd869d5095
3829fd9676c : Added tag jdk8u77-b01 for changeset dd73b78e6c5a
1efa37eb622 : Added tag jdk8u77-b00 for changeset 899ffad33532
07d758bf63d : Added tag jdk8u77-b00 for changeset 1fc67bcca697
dc360cad53c : 8142935: Adding old gen regions does not consider available free space
4cc14cb17e8 : 8146436: Add -XX:-ShrinkHeapInSteps option (previously -XX:+UseAggressiveHeapShrink)
b5a940227e8 : 8152120: TLAB compute_size() should not allow any size larger than max_size
f9bf9d54618 : 8145039: JAXB marshaller fails with ClassCastException on classes generated by xjc
99f5d7fd746 : 8150512: Update test for jdk.security.provider.preferred security property
d110d8b320c : 8032051: "ZonedDateTime" class "parse" method fails with short time zone offset ("+01")
6b7a41ca2bf : 8060097: sun/net/idn/TestStringPrep.java failed
adf4c191611 : 8072463: Remove requirement that AKID and SKID have to match when building certificate chain
7478ec81ab2 : 8072463: Remove requirement that AKID and SKID have to match when building certificate chain
48be0d0b0d9 : 8147613: enable jjs tests on Windows
913b65ce9d1 : 8151809: ES6 Map/Set insertion with existing keys changes iteration order
320ec03de1b : 8153711: [REDO] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
2b497d2a1af : 8161448: 4 JNI exception pending defect groups in DiagnosticCommandImpl.c
6eefb305719 : 8153711: [REDO] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
9d76d534902 : 8166799: ASSEMBLY_EXCEPTION contains historical company name
f5930f1c1e9 : 8166591: [macos 10.12] Trackpad scrolling of text on OS X 10.12 Sierra is very fast (Trackpad, Retina only)
26bc12f8fa6 : 8153711: [REDO] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
dacd0c2dcd3 : 8166799: ASSEMBLY_EXCEPTION contains historical company name
417eafc0537 : 8166591: [macos 10.12] Trackpad scrolling of text on OS X 10.12 Sierra is very fast (Trackpad, Retina only)
4e7c41b940e : 4858370: JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
4b4f61a64af : 8131913: jdk/internal/jline/console/StripAnsiTest.java can't run in the background
38f31bbade1 : 8144693: Intrinsify StringCoding.hasNegatives() on SPARC
3aefee5b140 : Added tag jdk8u77-b03 for changeset 38b38daf5912
a99d9d9ec8e : Added tag jdk8u77-b03 for changeset 1c07498307e9
5deeb472aa6 : Added tag jdk8u77-b03 for changeset 8a27e473d5cc
0c4ddbe18af : Added tag jdk8u77-b03 for changeset caec434a2d28
51521f61553 : Added tag jdk8u77-b03 for changeset ebd683023468
1d110c620e8 : Added tag jdk8u77-b03 for changeset 8078b45f5c6f
7ca3d5ead17 : Added tag jdk8u77-b03 for changeset 91816336efac
608510eee6a : Added tag jdk8u77-b03 for changeset b7d1f865b50c
f09cb650ad8 : Added tag jdk8u77-b03 for changeset bdd46c14d1b3
eab0dec13d4 : Added tag jdk8u77-b03 for changeset 8aca1c46d2a6
27c0e5d30f8 : Added tag jdk8u77-b03 for changeset 03b227366d5c
d38a902cb79 : Added tag jdk8u77-b03 for changeset b448459e4091
cf088f04b00 : Added tag jdk8u77-b03 for changeset e84f570551cb
3e601654dcf : Added tag jdk8u77-b03 for changeset cd4652042ace
b69f398c06a : 8151582: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded"
cb8aa405a6f : 8152221: Use try-with-resource in test templates
f2a050d7c4b : 8149070: Enforce update ordering
87f99fd2569 : 8149070: Enforce update ordering
b8ec4e1b4f6 : Added tag jdk8u77-b02 for changeset fc9bda73165a
620bb1c4bd1 : Added tag jdk8u77-b02 for changeset df89f55b1be5
609d52f7edb : Added tag jdk8u77-b02 for changeset bd53f862c321
44931ee27ab : Added tag jdk8u77-b02 for changeset 4421f66cd615
ec9d8fe1b58 : Added tag jdk8u77-b02 for changeset 78f43524906c
739ac3faa4b : Added tag jdk8u77-b02 for changeset a3a1786831e0
c7e6049a3c9 : Added tag jdk8u77-b02 for changeset c26bfd01ad18
58fb70d6dc0 : Added tag jdk8u77-b02 for changeset b295af9e6c15
ea3a13abe65 : Added tag jdk8u77-b02 for changeset 83c4cacf37cb
87d61ec4567 : Added tag jdk8u77-b02 for changeset e807c57d8983
292f63456ae : Added tag jdk8u77-b02 for changeset 9c58efa9556f
7d3edbe5f1e : Added tag jdk8u77-b02 for changeset 40f99b64a525
739aa5dc034 : Added tag jdk8u77-b02 for changeset 52ae81823a96
1a591ca6b1c : Added tag jdk8u77-b02 for changeset ddb87e85aac3
72445d6e646 : 8151841: Build needs additional flags to compile with GCC 6
49b2db4ae7f : 8152335: Improve MethodHandle consistency
f058b201f67 : 8152169: LockCompilationTest.java fails due method present in the compiler queue
5751808a6ca : 8148754: C2 loop unrolling fails due to unexpected graph shape
579f0ea8ec7 : 8144693: Intrinsify StringCoding.hasNegatives() on SPARC
9ba36012528 : 8152098: Fix 8151522 caused test compiler/intrinsics/squaretolen/TestSquareToLen.java to fail
83b94a372e2 : 8152098: Fix 8151522 caused test compiler/intrinsics/squaretolen/TestSquareToLen.java to fail
d0724d1d2b4 : 8152098: Fix 8151522 caused test compiler/intrinsics/squaretolen/TestSquareToLen.java to fail
9fde3a4faa0 : 8152098: Fix 8151522 caused test compiler/intrinsics/squaretolen/TestSquareToLen.java to fail
43c73dc321c : 8154154: Separate G1 specific policy code from the CollectorPolicy class hierarchy
872d60701a3 : 8149169: SSLSocketInputRecord.decodeInputRecord buffer overflow
0e8c60f68fc : 8152172: PPC64: Support AES intrinsics
3ef4ddf1308 : 8149636: TextField flicker & over scroll when selection scrolls beyond the bounds of TextField
85c97dc4040 : 8148759: G1AllocRegion::_count inconsistently used if more than one context is active
ed7472e0dd1 : 8152118: MinTLABSize should be less than TLAB max
1954276b287 : 8152065: TraceBytecodes breaks the interpreter expression stack
1402ff0f5db : 8152185: ReferencePendingListLocker incorrectly assumes that the lock is never taken recursively
77de5508e9f : 8152113: Remove _last_ditch_collection GC-cause and avoid expanding heap on Metaspace OOM
97d34dd67a1 : 8152104: G1 StringTable cleaning incorrectly logs with the stringdedup tag
a15383123d8 : 8152100: Rework and unify the GC phase logging
9682b4de13b : 8152086: Remove SpaceMangler::mangle_region logging
c93af6f4c06 : 8145228: Java Access Bridge, getAccessibleStatesStringFromContext doesn't wrap the call to getAccessibleRole
e779c07cfb8 : 8151845: Comment in globals.hpp for MetaspaceSize is incorrect
2889c0b9d2b : 8140620: Find and load default.sf2 as the default soundbank on Linux
5678bcf9a43 : 8140620: Find and load default.sf2 as the default soundbank on Linux
0da92f92e5c : 8152007: Add the thread to the GCPhase trace events
35058d40388 : 8027423: Parallel compact GC class unloading measurement includes symbol and string table time
7c87080ac1e : 8026720: Remove the unused SpaceManager::mangle_freed_chunks
6824ba06b2b : 8152048: change langtools tests to use ProblemList instead of @ignore
9a9e272b1d8 : 8142968: Module System implementation
001ebb3a727 : 8142968: Module System implementation
db4d383614c : 8142968: Module System implementation
2013b59929a : 8142968: Module System implementation
81f516c57b5 : 8142968: Module System implementation
f30fc1c88bf : 8142968: Module System implementation
88f1657c8a6 : 8142968: Module System implementation
cc661dd1c69 : 8142968: Module System implementation
9f63ca85a7f : 8151085: Change G1 concurrent timer and tracer measuring time
95129b2a5e4 : 8151560: Safepoint logging has mismatch between command line level and printed level
9a55e05cfb4 : 8152043: (fs) Remove dynamic loopup of Win32 API functions in WindowsNativeDispatcher needed to support Windows XP and Server 2003
65c009ea80b : Added tag jdk8u92-b00 for changeset 45329d23e1ac
f0c1ecd0674 : Added tag jdk8u92-b00 for changeset bf6557c3225a
e573d7d6db5 : Added tag jdk8u92-b00 for changeset cb6319051dec
ee55cd40aef : Added tag jdk8u92-b00 for changeset bfc56ff6e7df
7ea58fe73fc : Added tag jdk8u92-b00 for changeset 3bdd00cb2896
5b1b609dd8e : Added tag jdk8u92-b00 for changeset a11f9f8cb380
f8ff64d6b4c : Added tag jdk8u92-b00 for changeset c1c650edf399
706d4f568fc : Added tag jdk8u92-b00 for changeset 734eb31f1eb4
13ee2a3ace1 : Added tag jdk8u92-b00 for changeset 4f452bbe1fb9
8a392298131 : Added tag jdk8u92-b00 for changeset b5ab4f88ddb2
888ca7da53c : Added tag jdk8u92-b00 for changeset 2d1e3f0845f9
ec1291c5ab7 : Added tag jdk8u92-b00 for changeset 26613cf44ef4
e7baaccd6d4 : Added tag jdk8u92-b00 for changeset a1f1084c2d7f
c71f8d8adef : Added tag jdk8u92-b00 for changeset b16028713424
83ab642180d : Added tag jdk8u92-b00 for changeset 4c4e271886e0
9671a1d1084 : Added tag jdk8u92-b00 for changeset 4b95e9f15542
08bea05f41c : Added tag jdk8u91-b00 for changeset 7d6a3c5ab380
20b072e4fcf : Added tag jdk8u91-b00 for changeset 0362ee8b6846
4a9bb1c0a8f : Added tag jdk8u91-b00 for changeset 6c55652634f0
a9fbafafc4a : Added tag jdk8u91-b00 for changeset 50233717cc4f
e7e631a20e7 : Added tag jdk8u91-b00 for changeset 6e4c9d9c53b8
5ba477b284d : Added tag jdk8u91-b00 for changeset bba56cd4008f
0dca460ae73 : Added tag jdk8u91-b00 for changeset eb6f8cbd258f
47f78a982d8 : Added tag jdk8u91-b00 for changeset 9e9019251224
478a0ad42ac : Added tag jdk8u91-b00 for changeset 92f2467c5a07
81ccf8469ee : Added tag jdk8u91-b00 for changeset 6fd8b0515bc8
b0a337a4cab : Added tag jdk8u91-b00 for changeset 8c77739f7741
19e604d1a8b : Added tag jdk8u91-b00 for changeset f92b4da4b74c
46ab33192fc : Added tag jdk8u91-b00 for changeset b50974443911
595537f4029 : Added tag jdk8u91-b00 for changeset 9992e5331f89
7e4ccb1be93 : Added tag jdk8u91-b00 for changeset a28f3acb3107
342aab1a514 : Added tag jdk8u91-b00 for changeset 9f9c929309d6
be9d85b8442 : 6976636: JVM/TI test ex03t001 fails assertion
dd8dce4fee4 : 6976636: JVM/TI test ex03t001 fails assertion
ce4315d21ce : 8150648: Re-enable TestPLABResize.java after JDK-8150183 is fixed
fb2e7f2844d : 8151714: [TEST] add a test for JOptionPane dialog multiresolution icons
d6328fbb3ed : 8152074: Avoid lambda usage in StringConcatFactory initializer
0ca6aea1fd2 : 8151656: Minor tweaks to old Hotspot build to ease comparison with new
0588ecf5842 : 8151920: Region liveness printing is broken
dd801fbc590 : 8151110: libfontmanager should free memory with delete[] if it was allocated with new[]
da5ca5c5d5a : 8151601: Cleanup locking of the Reference pending list
591784c35a5 : 8152004: CTW crashes with failed assertion after 8150646 integration
4036d37a8fc : 8152134: [JVMCI] printing compile queues always prints C2 regardless of UseJVMCICompiler
565799b7971 : 8151723: [JVMCI] JVMCIRuntime::treat_as_trivial: Don't limit trivial prefixes to boot class path
99a06be4059 : 8151829: [JVMCI] incorrect documentation about jvmci.compiler property
ba7e4da495c : 8023191: OSR nmethods should be flushed to free space in CodeCache
338ff211b42 : 8152090: Code missing from JDK-8150054 causing many test failures
2b48dbfd933 : 8151874: [JVMCI] canInlineMethod should check is_not_compilable for correct CompLevel
42ba4188b0e : 8151882: -XX:+Verbose prints messages even if no other flag is set
8147c0ae945 : 6379088: Suboptimal expression in javax.imageio.ImageTypeSpecifier.getBitsPerBand(int)
0291dce4bfe : 8147771: Construction of static protection domains under Javax custom policy
37370fa7338 : 8060463: ParNew: SurvivorAlignmentInBytes greater then YoungPLABSize cause assert(obj != NULL || plab->words_remaining() < word_sz) failed: Else should have been able to allocate
bda07f129a3 : 8151233: Unify CopySwap and CopyMemory tests
829d62738ce : 8085887: java.time.format.FormatStyle.LONG or FULL causes unchecked exception 8076528: LocalTime.format() throws exception when FormatStyle is LONG or FULL
55d9ccc5a13 : 8151912: guarantee(GCPauseIntervalMillis >= 1) failed: Constraint for GCPauseIntervalMillis should guarantee that value is >= 1
aa5097cc9d8 : 8146239: Support of PCM_FLOAT for the AU file format
242546248e3 : 8151336: Root region scanning should be cancelled and disabled when the ConcurrentMarkThread::run_service() exits
f0acd57bdf8 : 8151800: Jib profile for open linux should produce compact profiles images by default
4333fe028fb : 8151857: [TEST_BUG] bug6544309.java fails intermittently
ec207fe815b : 8151614: Improve logging in concurrent mark code
a3b16ac9eb7 : 8151126: Clean up duplicate code for clearing the mark bitmaps
a7d116c1f3b : 8150054: Make compilercontrol test ignore xcomp
e20ce427c21 : 8066139: Null return from PrintJob.getGraphics() running closed/java/awt/PrintJob/HighResTest/HighResTest.java
b211c508116 : Added tag jdk8u77-b01 for changeset 13de6418cab2
6da911315e4 : Added tag jdk8u77-b01 for changeset 2e2663ef8fa3
5e84b59926b : Added tag jdk8u77-b01 for changeset 142b9e04e954
b0764e531c1 : Added tag jdk8u77-b01 for changeset 8f53821bae14
c02624f2110 : Added tag jdk8u77-b01 for changeset e674bb2e1669
3d1e7a211f5 : Added tag jdk8u77-b01 for changeset d436b8804fa5
9223f23f1fc : Added tag jdk8u77-b01 for changeset bfe5368be7ff
c5f28036fc8 : Added tag jdk8u77-b01 for changeset 67d761fcc933
39381918f4e : Added tag jdk8u77-b01 for changeset 13b6afd116e8
2531169b0b0 : Added tag jdk8u77-b01 for changeset a69a059d8f7d
30833a36416 : Added tag jdk8u77-b01 for changeset f0ccb2f9b7b2
b4a15b38178 : Added tag jdk8u77-b01 for changeset a7339f06622d
25b48f64dae : Added tag jdk8u77-b01 for changeset dc9a8eafccf4
ba151c709eb : Added tag jdk8u77-b01 for changeset 3cacbd3fd4ef
cc2fe6f1fea : Added tag jdk8u77-b00 for changeset 61b49351688a
cc3a4f0dcf1 : Added tag jdk8u77-b00 for changeset b8b620482d3a
09836c8c15b : Added tag jdk8u77-b00 for changeset e01fb99567be
50aab9f7509 : Added tag jdk8u77-b00 for changeset 73086f06114a
5abe0cf86a2 : Added tag jdk8u77-b00 for changeset cce395b08f5a
32640b906c9 : Added tag jdk8u77-b00 for changeset 4e1678c3fce8
e884f194323 : Added tag jdk8u77-b00 for changeset c26dff86fb09
96e2bfaa269 : Added tag jdk8u77-b00 for changeset b5e46ac4a961
92deace6870 : Added tag jdk8u77-b00 for changeset 58ea24e20428
b6188be589b : Added tag jdk8u77-b00 for changeset b9cb0f839540
808dd0e3244 : Added tag jdk8u77-b00 for changeset 16f4bfedc11d
e37c963f2f8 : Added tag jdk8u77-b00 for changeset e44a8596ebca
98a9ec8ea51 : Added tag jdk8u77-b00 for changeset 6d7fd3fb50c1
6e4160c872c : Added tag jdk8u77-b00 for changeset b64f2dae4f87
23d01d22cd9 : 8149849: [hidpi] DnD issues (cannot DnD from JFileChooser to JEditorPane or other text component) when scale > 1
7d20f78a490 : 8151781: DirtyCardQueue::apply_closure is unused
3a8de56f21c : 8133023: ParallelGCThreads is not calculated correctly
0e693b7edca : 8133023: ParallelGCThreads is not calculated correctly
3e246411ae0 : 8151871: [JVMCI] missing HAS_PENDING_EXCEPTION check
06cce8c02f2 : Added tag jdk8u76-b12 for changeset b00a15a4de99
0834822872e : Added tag jdk8u76-b12 for changeset 3ce14a863700
ebbb4b36b09 : Added tag jdk8u76-b12 for changeset 14658caa192e
8b9b6501dea : Added tag jdk8u76-b12 for changeset d90043354d12
33cf850d635 : Added tag jdk8u76-b12 for changeset 1af5c6be7cc9
3a3fda6b813 : Added tag jdk8u76-b12 for changeset b0a33caed202
bebccba8a31 : Added tag jdk8u76-b12 for changeset ab442ecec808
1898a52e633 : Added tag jdk8u76-b12 for changeset 252e41482225
4b4f7794094 : Added tag jdk8u76-b12 for changeset be4a5333b2d5
67de1dd6654 : Added tag jdk8u76-b12 for changeset 7e5b6e74522e
fc6ea9524ab : Added tag jdk8u76-b12 for changeset 143acf9b9882
9a6245bdfd4 : Added tag jdk8u76-b12 for changeset ae8852e7e1f9
1d4400ec52f : Added tag jdk8u76-b12 for changeset 0356acb5714c
6c595c9a2f8 : Added tag jdk8u76-b12 for changeset 501e57610887
d17209266c5 : Added tag jdk8u76-b12 for changeset 85f663d5d6d0
4bda5607396 : Added tag jdk8u76-b12 for changeset 06e3217df773
457c588e74b : Added tag jdk-9+110 for changeset 2bc58b5e99d3
8cffe4fb02c : Added tag jdk-9+110 for changeset 93915076a341
64497fa471a : Added tag jdk-9+110 for changeset 91e6d9d79973
829d872ec87 : Added tag jdk-9+110 for changeset e621d014c14b
3a5e11a3c08 : Added tag jdk-9+110 for changeset 1c5fd986c202
007b0fa3db1 : Added tag jdk-9+110 for changeset 8045e63439dd
c1757c20046 : Added tag jdk-9+110 for changeset c36ed81c27e3
512604605cd : Added tag jdk-9+110 for changeset 428cc83bfc1e
1bf7d54c423 : Added tag jdk8u75-b12 for changeset 8ea5cf6203ac
52989365218 : Added tag jdk8u75-b12 for changeset 82d9ff2f1303
6267673f35e : Added tag jdk8u75-b12 for changeset c1f4db2b7d1f
41912b092b7 : Added tag jdk8u75-b12 for changeset 4c9faad25779
8fb023fb6ed : Added tag jdk8u75-b12 for changeset 033425bce46c
3ed408dffde : Added tag jdk8u75-b12 for changeset 7f8453e9e08a
892fb767bc6 : Added tag jdk8u75-b12 for changeset 5b30a892b180
6610edb167d : Added tag jdk8u75-b12 for changeset 4f8c59debb90
c92bde2f74f : Added tag jdk8u75-b12 for changeset 487d2ffa71df
efbd0222964 : Added tag jdk8u75-b12 for changeset b820e0542875
16291c58ade : Added tag jdk8u75-b12 for changeset 777bb47baed4
d82dcf2c930 : Added tag jdk8u75-b12 for changeset 5fc8224360d7
af223a4227b : Added tag jdk8u75-b12 for changeset 341244a43810
ab893c2e8ee : Added tag jdk8u75-b12 for changeset ceff257294c3
e8fd2839705 : Added tag jdk8u75-b12 for changeset 182f921cc979
d74f966da00 : Added tag jdk8u75-b12 for changeset 1dc0cc758151
45b1e8d5e94 : 8150085: Convert TraceClearedExceptions to Unified Loggin
23a62fdfcae : 8150804: C2 Compilation fails with assert(_base >= OopPtr && _base <= AryPtr) failed: Not a Java pointer
b6e44767c0e : 8076545: Text size is twice bigger under Windows L&F on Win 8.1 with HiDPI display 8149453: [hidpi] JFileChooser does not scale properly on Windows with HiDPI display and Windows L&F 8149368: [hidpi] JLabel font is twice bigger than JTextArea font on Windows 7,HiDPI, Windows L&F
e8fb7e0b2cf : 8150218: Autoconversion SAM adapters sometimes don't get privileges
27c0bb6266f : 8151858: update ASM 5.1 to accept V53.0 classfiles
28b1a5e7f48 : 8150015: Integrate TraceTime with Unified Logging more seamlessly
616744c4c91 : 8150955: RandomValidCommandsTest.java fails with UnsatisfiedLinkError: sun.hotspot.WhiteBox.registerNatives
a26980cfa70 : 8151653: Hotspot build does not respect --enable-openjdk-only
a20ceb80f41 : 8151796: compiler/whitebox/BlockingCompilation.java fails due to method not compiled
d2078b7e23e : 8151795: compiler/compilercontrol/parser/DirectiveParserTest.java fails with "assert failed: 0 != 0"
d19ce5b0006 : 8151726: Introduce a JPRT testset buildinfra
f2880e341ac : 8150850: [JVMCI] NPE when executing HotSpotConstantReflectionProvider.readStableFieldValue
673bfac8ba9 : 8151539: Remove duplicate AlwaysTrueClosures
4083eb4389b : 8151842: Local variables have wrong names after JDK-8148736
d10cb8912df : 8148239: TestSelectDefaultGC.java incorrectly expects G1 on non-server class machines
e313c8214f3 : 8062506: Java GCCause enum is out of sync with C++ GCCause enum
7f66b2839bc : 8137165: Tests fail in SR_Handler because thread is not VMThread or JavaThread
1948e2f95f0 : 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
09a7c4bc462 : 8021961: setAlwaysOnTop doesn't behave correctly in Linux/Solaris under certain scenarios
dfd8fdc32c3 : 8143295: Validating issue in AWT
570f4df3f1b : 8151709: jhsdb should show help message in SALauncher
d472ac3c4af : 8151709: jhsdb should show help message in SALauncher
7e7b088683d : 8071982: Update tests for revamped Doclet API 8071984: Update test cases for repeating and type annotations output in javadoc
01983638d21 : 8151770: 9-client windows builds fail on windows since make file change for 8145174
5f9883ad734 : 8149995: TraceClassLoadingPreorder has been converted to Unified Logging
0e76458fca8 : 8144073: Refactor hotspot/test/gc/g1/humongousObjects/TestHumongousThreshold.java
84e9e953a45 : 8151509: In check_addr0() function pointer is not updated correctly
062ae666721 : 8149456: [macosx] robot.keyPress do not generate key events (keyPressed and keyReleased) for function keys F13 to F19
1dd9cf1dda8 : 8151619: genSocketOptionRegistry.exe always relinked on Windows
896453edf26 : 8151619: genSocketOptionRegistry.exe always relinked on Windows
6ea5772a9b5 : 8143407: C1: @Stable array support
115596dc3fb : 8141420: Compiler runtime entries don't hold Klass* from being GCed
5e3e50d9514 : 8141420: Compiler runtime entries don't hold Klass* from being GCed
ffdd79f89ca : 8141420: Compiler runtime entries don't hold Klass* from being GCed
28cf824b605 : 8150320: C1: Illegal bci in debug info for MH::linkTo* methods
b4e4244a32f : 8139247: Improper locking of MethodData::_extra_data_lock
495a192c695 : 8150724: [TEST] HiDPI: create a test for multiresolution icons
c5eaaffccab : 8151368: SA: Unexpected ArithmeticException in CompactHashTable
a93ebd8e89a : 8067768: Check for too small values for -Xmx
44995d664d2 : 8151696: Print all regions on trace level to get same behavior as old PrintHeapAtGCExtended
2066a727e7c : 8151693: Move print_heap_before/after_gc to debug level
1e99ae4108f : 8151621: [TEST_BUG] java/awt/print/PrinterJob/MultiMonPrintDlgTest.java doesn't work with jtreg
f582dd76166 : 8151728: jni test crashes JVM assert(_handle != __null) failed: resolving NULL handle
3487b38cc45 : 8148425: strerror() function is not thread-safe
63276540e28 : 8149070: Enforce update ordering
f876e4bbd25 : 8151691: [Findbugs]jdk.internal.math.FormattedFloatingDecimal.getExponent() may expose internal rep
f6810526abe : 8140257: Add support for "gc service threads" to ConcurrentGCThread
8c894a92ef2 : 8151604: Rely on options range checking rather than explict checks
59eca614db5 : 8132942: ServerHandshaker should not throw SSLHandshakeException when CertificateStatus constructor is called with invalid arguments
1d135a87807 : 8069348: SunGraphics2D.copyArea() does not properly work for scaled graphics in D3D
2fc3f9915c5 : 8151063: Typo in java.lang.invoke.StringConcatFactory javadoc
781cae322ee : 8151679: Mark SignatureOffsets.java as intermittently failing
3e11eda222f : 8151697: [TEST] minor update of test/java/awt/image/multiresolution/BaseMultiResolutionImageTest.java
f90ee56f230 : 8151593: Cleanup definition/usage of INLINE/NOINLINE macros and add xlC support
9566de29293 : 8151065: Typo in javax.naming.CompoundName
6b5b94aa1da : 8151304: Remove unused develop options(ClearInterpreterLocals and others)
eee69db96dd : 8151570: jtreg tests leave tty in bad state
775c1f4f733 : 8151699: [TEST_BUG] fix awt/image/multiresolution/MultiResolutionTrayIconTest
a261b38d274 : 8138906: [TEST_BUG] Test test/script/trusted/JDK-8087292.js intermittently fails
c4916d0f05f : 8151605: Change warning() to log_warning(gc) in the GC code
1e047e54c04 : 8152101: Move G1 concurrent refinement adjustment code out of G1CollectorPolicy
cd911039ce3 : 8151808: Factor G1 heap sizing code out of the G1CollectorPolicy
a3481da3a5b : 8151637: Move CollectionSetChooser rebuild code into CollectionSetChooser
608079eed15 : 8151602: Remove logging from refillLinearAllocBlockIfNeeded()
4549d85d877 : 8151603: Use error stream instead of tty for logging before ShouldNotReachHere()
1158bcdf9a2 : 8151633: Don't keep copies of the survivor lists and counts in the G1CollectorPolicy
d2f32995dde : 8150952: Net PLAB size is clipped to max PLAB size as a whole, not on a per thread basis
bb8ef1b3c61 : 8151685: Fix the version of required jdk in configure help text
3dc3d0c3e52 : 6734341: REGTEST fails: SelectionAutoscrollTest.html
75412035e3d : 8134749: SoftReferences declared dead too early
93bfa611cd4 : 8150002: Check for the validity of oop before printing it in verify_remembered_set
ada823c2b0d : 8150002: Check for the validity of oop before printing it in verify_remembered_set
4ea752f18ea : 7012008: JDesktopPane - Wrong background color with Win7+WindowsLnf
c4c2df32474 : 8145174: HiDPI splash screen support on Linux
34d87710df6 : 8145896: JInternalFrame setMaximum before adding to desktop throws null pointer exception
b87feb324c4 : 8151664: [JVMCI] add missing test in 8151266 integration
4b39057a461 : 8150676: Use BufferNode index
155a64deb43 : 8146551: The output from classresolve tag has been shortened and moved to debug level
28ad9686826 : 8151660: Revert NativeBuffer.java to use jdk.internal.ref.Cleaner
4a05d83db04 : 8150778: Reduce Throwable.getStackTrace() calls to the JVM
aef516391e5 : Added tag jdk-9+109 for changeset 2ab100ef7bb0
94509dadd14 : Added tag jdk-9+109 for changeset 652d06266511
9dda52e2c56 : Added tag jdk-9+109 for changeset 67e5c45fdf9a
5da9e80b884 : Added tag jdk-9+109 for changeset 94d8adc2f94d
e9a96608e04 : Added tag jdk-9+109 for changeset 9ea881b5873b
98f09c95ee4 : Added tag jdk-9+109 for changeset 896a46cbffee
de4fe8115c1 : Added tag jdk-9+109 for changeset 7fe73c768138
59193ab336c : 8151502: optimize pd_disjoint_words and pd_conjoint_words
9ecc7cc9283 : 8151470: [JVMCI] remove up-call to HotSpotJVMCICompilerConfig.selectCompiler
f36012af70c : 8043329: Wrong variable used in java.util.Collections javadoc code
4091ed9be75 : 8151627: [TEST_BUG] fix test/java/awt/image/multiresolution/MultiResolutionRenderingHintsTest.java to run with Jake
df20815bbb8 : 8151514: Remove the noisy NOISY debugging code from parCardTableModRefBS.cpp
7b2839f9ee6 : 8150704: XALAN: ERROR: 'No more DTM IDs are available' when transforming with lots of temporary result trees
a8672f22671 : 8145312: CMS: There is insufficient memory with CMSSamplingGrain=1
b01a1a42e3c : 8066770: EnqueueMethodForCompilationTest.java fails to compile method
9e21021abbc : 8073793: serviceability/dcmd/compiler/CodelistTest.java fails with ClassNotFoundException trying to load VM anonymous class
020a27b2028 : 8149925: We don't need jdk.internal.ref.Cleaner any more - part1
7679cbc1341 : 8150362: G1 base elapsed time prediction is wrong because rs_length prediction is wrong
5ecfaab3434 : 8151522: Disable 8130150 and 8081778 intrinsics by default
a865c78bc4b : 8151522: Disable 8130150 and 8081778 intrinsics by default
79b5a05b5f2 : 8151522: Disable 8130150 and 8081778 intrinsics by default
4118b3f6039 : 8151522: Disable 8130150 and 8081778 intrinsics by default
8b6631e5a2a : 8150688: Fix os_windows siglabel
3fa2f0cd119 : 8151534: Refactor ArrayAllocator for easier reuse
a8987f1075f : 8151515: $EXEC output is truncated
3b675d58d46 : 8151518: relax test requirements to reduce dependency on directory contents
b9616807fc1 : 8151299: Http client SelectorManager overwriting read and write events
cc0120e872f : 8151513: Remove debugging code from BarrierSet
e53b5a35bec : 8151291: $EXEC yields "unknown command" on Cygwin
a3aa8487197 : 8151441: Completion result in httpclient Exchange.java lost
dd34e9b7514 : 8151440: Move BitMap verfication inline functions out from bitMap.hpp
48813d4d844 : 8151439: Inline the BitMap constructor
7419b91e7e2 : 8151436: Leaner ArrayAllocator and BitMaps
8af208885a6 : 8151196: Several tests fail due to test library not found
2610c1da55f : 8151497: Set REQUIRED_OS_NAME and REQUIRED_OS_VERSION on AIX
94c75d0f002 : 8151414: os::pretouch_memory should take void* instead of char*
00a657d1090 : 8146991: Introduce per-worker preserved mark stacks in ParallelGC
025fa588dc6 : 8151260: Mark URLPermission/URLTest.java and ipv6tests/TcpTest.java as intermittently failing
54ca53c593e : 8151266: HotSpotResolvedJavaFieldImpl::isStable() does not work as expected
22f2f6ff95e : 8150083: Convert VerboseVerification to Unified Logging
7d85e0638fb : 8148187: Remove OS X-specific com.apple.concurrent package
685358ed933 : 8148187: Remove OS X-specific com.apple.concurrent package
b2f40c5a160 : 8149991: Convert TraceSafepointCleanupTime to Unified Logging
11def8caf10 : 8151435: Windows devkit missing 32bit msvcdis120.dll
50b0262b135 : 8151711: Move G1 number sequences out of the G1 collector policy
bd69ca08d2e : 8151384: Improve String.CASE_INSENSITIVE_ORDER and remove sun.misc.ASCIICaseInsensitiveComparator
9500b02eaec : 8151265: Add a way to extend UL tags
34313c01e33 : 8143610: (dc) java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failed intermittently due to SocketTimeoutException
ca8482e5682 : 8146683: check_addr0 should be more efficient
c75117cf292 : 8151264: Add a notification mechanism for UL configuration changes
8041d8453e9 : 8151352: jdk/test/sample fails with "effective library path is outside the test suite"
3fb108bd739 : 8151393: Revert changes for JDK-8087104
f913f3be697 : 8150013: ParNew: Prune nmethods scavengable list
09a7ae4e60f : 8149343: assert(rp->num_q() == no_of_gc_workers) failed: sanity
cdbbd201818 : Added tag jdk8u76-b11 for changeset f41559411e06
aeb374e7370 : Added tag jdk8u76-b11 for changeset 27500309a5b3
f00ba465e74 : Added tag jdk8u76-b11 for changeset 42b9fefbce03
0864a758bb1 : Added tag jdk8u76-b11 for changeset 6d3fe69fb3b4
8abde5d436b : Added tag jdk8u76-b11 for changeset 4121e1db81a2
dfc76a57e3c : Added tag jdk8u76-b11 for changeset 53128bee2133
fe74ab06f5c : Added tag jdk8u76-b11 for changeset d6a58d614119
6681f574020 : Added tag jdk8u76-b11 for changeset 324b6191f50b
015e806088b : Added tag jdk8u76-b11 for changeset 9027b5b2f2cf
3b3d651f8c2 : Added tag jdk8u76-b11 for changeset 8fe6717be911
91641fe17d8 : Added tag jdk8u76-b11 for changeset e75142fa9cdc
c208cefe266 : Added tag jdk8u76-b11 for changeset 6e0e9fe3c029
abd3b0b9fc2 : Added tag jdk8u76-b11 for changeset f6ee7aa3f8b3
c84707ecba3 : Added tag jdk8u76-b11 for changeset bcf665abf011
b858895bf92 : Added tag jdk8u76-b11 for changeset d011797f1dcb
50c2ee3acb6 : Added tag jdk8u76-b11 for changeset af2403c32ebc
e583f827a82 : 8147456: Parsing of argument for -agentpath can write outside of allocated memory
1df81262108 : 8147456: Parsing of argument for -agentpath can write outside of allocated memory
9ec6fa88001 : 8132743: Move netscape.javascript package from jdk.plugin to new module
0d4da45ca76 : 8146850: Remove TraceHandleAllocation rather than converting to UL 8149850: Remove HandleAllocationLimit and TotalHandleAllocationLimit when removing TraceHandleAllocation
b7486d25444 : 8151178: Move the collection set out of the G1 collector policy
af21a0d3e3e : 8149642: gc/g1/TestShrinkAuxiliaryData* tests fail with "GC triggered before VM initialization completed"
3a3ef100336 : 8148930: Incorrect erasure of exceptions in override-equivalent dual interface impl
eee630daaaa : 8148148: Remove pluggable CodeStore API
5e641bdf7a5 : 8149834: gc/shared/gcTimer.cpp:88 assert(_is_concurrent_phase_active) failed: A concurrent phase is not active
595f1f01e41 : 8142484: Let IHOP follow the current capacity, not the maximum capacity
695349306e8 : 8151365: Move G1YoungGenSizer to a separate file
74cc38ff128 : 8145204: JVM can hang when ParGCArrayScanChunk=4294967296 and ParallelGC is used
c4bd0e51132 : 8150504: JIB profiles for reference implementation builds
4dd8addd051 : 8151300: Build shell trace functionality lost in JDK-8076060
34effca3ac9 : 8149973: Optimize object alignment check in debug builds
e9a63602725 : 8058316: lookupDefaultPrintService returns null on Solaris 11
6b037d45a6a : 8150843: [windows] os::getTimesSecs() returns negative values for kernel, user times
8a70bcf8576 : 8149557: Resource mark breaks printing to string stream
3a33180c015 : 8151348: quarantine compiler/codecache/jmx/PeakUsageTest.java in JDK9-dev
c57335f3958 : 8150000: Javadoc omits package listing for type
7181a2dcb1e : 8151340: aarch64: prefetch the destination word for write prior to ldxr/stxr loops
911e6e48a75 : 8151263: Mark java/rmi test LeaseCheckInterval.java as intermittently failing
6c3caacddc1 : 8151286: Remove intermittent key from TestLocalTime.java and move back to tier1
23734438ce0 : 8151225: Mark SpecTest.java as intermittently failing
510bcb3a35a : 8151302: Attempt at silencing build log broke html32.bdtd
b0127a7f0c8 : 8151288: Generation of property files for gtk l&f can be skipped on win/osx
b01f33a7b05 : 8151269: [TEST] add test covering getSource() method for multiresolution image
474586d1ae2 : 8139183: drawImage misses background's alpha channel
fa98d44f0eb : 8144164: [macosx] Test java/awt/Focus/MouseClickRequestFocusRaceTest/MouseClickRequestFocusRaceTest failed
5a497fe7164 : 8142406: [TEST] MultiResolution image: need test to cover the case when @2x image is corrupted
6c2df09dd91 : 8034239: PrintServiceLookup.lookupPrintServices() returns different amount of services in comparison with lpstat -v
d91d8b251c3 : 8151297: Class name change for CLDRLocaleDataMetaInfo_jdk_localedata needs updating in makefile
bbb9ee08eef : 8150258: [TEST] HiDPI: create a test for multiresolution menu items icons
3c244740c60 : 8148108: Disable Diffie-Hellman keys less than 1024 bits
ce608914aa5 : 8130150: Implement BigInteger.montgomeryMultiply intrinsic
115cdf10ad1 : 8130150: Implement BigInteger.montgomeryMultiply intrinsic
393d49b343b : 8130150: Implement BigInteger.montgomeryMultiply intrinsic
2c1881998ac : 8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
032012b93ee : 8130150: Implement BigInteger.montgomeryMultiply intrinsic
a45a09145fe : 8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
015152c0463 : 8130150: Implement BigInteger.montgomeryMultiply intrinsic
abf55abc48e : 8130150: Implement BigInteger.montgomeryMultiply intrinsic
ec2bb17be51 : 8151181: Add JSnap to jhsdb
d0426d7d41d : 8150778: Reduce Throwable.getStackTrace() calls to the JVM
c25179f2506 : 8151181: Add JSnap to jhsdb
daa39fa6653 : 8150130: NPE building javafx docs with new doclet
f6ca30aea56 : 8150465: Unsafe methods to produce uninitialized arrays
30bbb5ee4b6 : 8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
b90601cb8f0 : Added tag jdk-9+108 for changeset 9f4e085a9160
49b10f60c22 : Added tag jdk-9+108 for changeset 8ced04acb5e0
14440af6b35 : Added tag jdk-9+108 for changeset c4f635dcca66
8342a45da98 : Added tag jdk-9+108 for changeset 89f39e5bc737
d1ed0e7785b : Added tag jdk-9+108 for changeset 41753e6731a1
98ef3f6b276 : Added tag jdk-9+108 for changeset 86c7eda39fe0
426cd547198 : Added tag jdk-9+108 for changeset b14d8a6ad77e
3fcf8219823 : 8151101: Improve UseParallelGC parallelization of object array processing
7c23a31489d : 8150984: Invalid VM argument causes crash -XX:G1ConcRefinementServiceIntervalMillis=2147483648
a42172d65ba : 8149159: Clean up Unsafe
832b46f2fa4 : 8151064: com/sun/jdi/RedefineAddPrivateMethod.sh fails intermittently
173a62a8d61 : 8150646: Add support for blocking compiles though whitebox API
ad1400a66d4 : 8150646: Add support for blocking compiles though whitebox API
ea360f901ff : 8151141: Sjavac fails to fork server on Windows
c69ad2078e1 : 8151157: Quarantine test/compiler/unsafe/UnsafeGetStableArrayElement.java
932077c03b6 : 8150162: Move sun.misc.Version to a truly internal package
2c4627b3991 : 8151130: [BACKOUT] Remove Method::_method_data for C1
52e49f6e86d : 8150460: (linux|bsd|aix)_close.c: file descriptor table may become large or may not work at all
3f14fca9652 : 8147543: Remove sun.misc.ManagedLocalsThread
6c1f9eea71e : 8154919: Remove superfluous jdk.unsupported from tools/launcher/modules/limitmods/LimitModsTest.java
48a86ddf3e1 : 8153330: deprecate Runtime.traceInstructions() and traceMethodCalls()
ddff1247c6f : 8154837: Class::getPackage with exploded modules when classes in modules defined to the boot loader
cafabcafce8 : 8154754: MethodHandles.countedLoop errors in deriving loop arguments, result type, and local state
e53e280d376 : 8154751: MethodHandles.countedLoop does not accept empty bodies
5b392c0abca : 8152667: MHs.iteratedLoop(...) throws unexpected WMTE, disallows Iterator subclasses, generates inconsistent loop result type
741bd9b060d : 8144566: Custom HostnameVerifier disables SNI extension
4cd4074db4a : 8154277: JavaDoc warnings in VirtualMachineManager.java and Pool.java
d9e44503b48 : 8148947: DateTimeFormatter pattern letter 'g'
041e265d0d9 : 8150986: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java failing because expects HPROF JAVA PROFILE 1.0.1 file format
b9210004c46 : 8151100: Test java/lang/instrument/NativeMethodPrefixAgent.java can't attempt to do CheckIntrinsics
460020d183a : 8151134: Fix bug id in test for JDK-8151018
2cfacfc3a46 : 8150723: HSDB toolbar icons are missing
20ebb13fb50 : 8151024: Remove TCKJapaneseChronology.java from the problem list
e243f516e75 : 8138749: Revisited: PrinterJob.printDialog() does not support multi-mon, always displayed on primary
c29b38613a9 : 8044788: [D3D] clip is ignored during surface->sw blit
433d2a7dbb1 : 8151018: javac should emit a clearer diagnostic when a <> inferred anonymous type's non-private methods don't override super's
d1304037048 : 8026721: Enhance Lambda serialization
7ac8bf6c751 : 8167461: jshell tool: Scanner#next() hangs tool
012ed935ee8 : 8150895: Fix bug id in test for JDK-8149842
5b14d73a632 : 8148985: javadoc "FRAMES" and "NO FRAMES" links not working correctly
41988936d3f : 8151053: com/sun/jdi/StepTest.java fails in 2016-03-01 JDK9-hs-rt nightly
311e77373d2 : 8146849: Remove TraceJNIHandleAllocation rather than converting to UL
b7658ef0b7f : 8145098: JNI GetVersion should return JNI_VERSION_9
29383473b18 : 8145098: JNI GetVersion should return JNI_VERSION_9
3df9ff45737 : 8146518: Zero interpreter broken with better byte behaviour
b55b71a5463 : 8146518: Zero interpreter broken with better byte behaviour
1c26553c87d : 8146518: Zero interpreter broken with better byte behaviour
a32faf745c6 : 8146518: Zero interpreter broken with better byte behaviour
dae73946bef : 8087104: DateFormatSymbols triggers this.clone() in the constructor
0708e4c0899 : 8151228: Mark TestDSAGenParameterSpec.java as intermittently failing
8a433e443ea : 8038330: tools/jar/JarEntryTime.java fails intermittently on checking extracted file last modified values are the current times
66965df3dca : 8151226: Mark UdpTest.java as intermittently failing
519a8843613 : 8150998: Fix module dependences in java/lang tests
da10efd8292 : 8150679: closed/javax/crypto/CryptoPermission/CallerIdentification.sh fails after fix for JDK-8132734
be111eec1ae : Added tag jdk-9+108 for changeset 564116a434fa
b5d355ac84d : 8150416: Miscellaneous changes imported from jsr166 CVS 2016-03
1c04a6de53d : 8150523: improve jtreg test timeout handling, especially -timeout:
a9c908bcb35 : 8150417: Make ThreadLocalRandom more robust against static initialization cycles
90771aabaed : 8150319: ScheduledExecutorTest:testFixedDelaySequence timeout with slow VMs
eb0aa247260 : 6842353: Linux testcase failure java/util/WeakHashMap/GCDuringIteration.java
b053911474d : 8150521: SharedSecrets.getJavaNetInetAddressAccess should ensure that InetAddress is initialised
96f1a8250d2 : 8148609: socket impl supportedOptions() should return an immutable set
da0ba02676b : 8150957: j.l.i.MethodHandles.whileLoop(...) fails with IOOBE in the case init is null, step and pred have parameters
622963bd4d7 : 8151140: Replace use of lambda/method ref in jdk.Version constructor
d6208a2b4a3 : 8150162: Move sun.misc.Version to a truly internal package
c880124c81c : 8147505: BaseStream.onClose() should not allow registering new handlers after stream is consumed
90adb4174ff : 8072727: add variation of Stream.iterate() that's finite
2255be0267e : 8149596: Remove java.nio.Bits copy wrapper methods
525c0c0972d : 8150832: split T8139885 into several tests by functionality
1619ac11c9b : 8150635: j.l.i.MethodHandles.loop(...) throws IndexOutOfBoundsException
645c21e16f0 : 8150976: JarFile and MRJAR tests should use the JDK specific Version API
1c5a7710e3d : 8150746: runtime/logging/ItablesTest.java fails with: java.lang.RuntimeException: 'Resolving: klass: ' missing from stdout/stderr
1175b9a1c72 : 8147994: [macosx] JScrollPane jitters up/down during trackpad scrolling on MacOS/Aqua
739e16a62db : 8147994: [macosx] JScrollPane jitters up/down during trackpad scrolling on MacOS/Aqua
2d1daacbc9c : 8147994: [macosx] JScrollPane jitters up/down during trackpad scrolling on MacOS/Aqua
619ec3dd6ff : 8141141: Young and Old gen PLAB stats are similar in output with -XX:+PrintPLAB
a07ffdd31d0 : 8147121: Evacuation failure allocation statistics added too late
9035e848058 : 8150318: serviceability/dcmd/jvmti/LoadAgentDcmdTest.java - Could not find JDK_DIR/lib/x86_64/libinstrument.so
c12efa10b20 : 8151016: Migrate asserts introduced in Valhalla code generation to JDK9 dev
fc2641e57f4 : 8150953: j.l.i.MethodHandles: example section in whileLoop(...) provides example for doWhileLoop
644ed4737e3 : 8066871: java.lang.VerifyError: Bad local variable type - local final String
6533ebde798 : 8066871: java.lang.VerifyError: Bad local variable type - local final String
68ce6b3b9f3 : 8151020: [TESTBUG] UnsafeGetStableArrayElement::testL_* fail intermittently
c685f3567fe : 8061320: Sjavac should prevent using source dir as dest dir
b1bb5651a35 : 8150941: Sjavac should not wait for portfile to materialize if server process is terminated
2c101cfb095 : 8149330: Capacity of StringBuilder should not get close to Integer.MAX_VALUE unless necessary
3059ef621c6 : 8148820: Missing @since Javadoc tag in Logger.log(Level, Supplier)
ff51364bf68 : 8151017: [TESTBUG] test/compiler/c1/CanonicalizeArrayLength does not work on product builds
75b02a64c68 : 8058944: Unify the reporting strings for the GC debug level logging in G1
85ee898a02c : 8143235: Remove libjfr mapfile
64f55fb2670 : 8147442: Event-based tracing to allow for tracing Klass creation
1593edaf594 : 8066814: Reduce accessibility in TraceEvent
0e44e963d23 : 8143226: Minor updates to Event Based tracing
fbca99beb2d : 8134119: Use new API to get cache line sizes
99bfb14042e : 8147755: ASM should create correct constant tag for invokestatic on handle point to interface static method
569de7b0ea8 : 8151785: Doc typo in src/../java/util/stream/PipelineHelper.java
04c17721d6d : 8151847: rmic should support v53 classfiles
887760ee885 : 8151835: Mark SmallPrimeExponentP.java as intermittently failing
c6a6f496a86 : 8151062: Unclosed parenthesis in java.util.EnumMap.clone() Javadoc
c53d88d41f6 : 8151798: Mark java/util/TimeZone/Bug6772689.java as intermittently failing and demote to tier2
cc3d80e38ac : 8151778: TestLookup.java fails after push of JDK-8150782
bfb7e8cd075 : 8150782: findClass / accessClass throw unexpected exceptions
1c1cec5a6f5 : 8151734: Mark Unreachable.java and MaxRetries.java as intermittently failing
57494c431d5 : 8151750: Mark ChangingInterests.java as intermittently failing
1cd0d034f84 : 8078673: Update TEST.groups for recent GC tests
a1b61d28278 : 8150933: System::arraycopy intrinsic doesn't mark mismatched loads
f0777096524 : 8145908: [Newtest] Multi-threading stress test for G1 Remembered Sets
a956d2a0a0f : 8150183: gc/g1/plab/TestPLABResize.java - previous PLAB size should be less than current
274a8c99ce8 : 8150174: Update JAX-WS RI integration to latest version (2.3.0-SNAPSHOT)
a2f7bf924ca : 8150856: Inconsistent API documentation for @param caller in System.LoggerFinder.getLogger
34ae7a246ed : 8147610: javax/management/mxbean/MXBeanLoadingTest1.java assumes URLClassLoader
12d9b13eee9 : 8150822: Fix typo in JDK-8150201
63f9c3a2e4c : 8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux
be3620ebf85 : 8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux
c881ca81db8 : 8150346: java/lang/ProcessHandle/InfoTest.java failed - startTime after process spawn completed
5a873632f38 : 8149064: TraceProtectionDomainVerification has been converted to Unified Logging
2ecb510f57b : Added tag jdk8u76-b10 for changeset 2a3a5f9fdec0
52dd5206d96 : Added tag jdk8u76-b10 for changeset 70f7b656ad2e
8a407ae1b23 : Added tag jdk8u76-b10 for changeset f2e0bbec262c
86767a6c139 : Added tag jdk8u76-b10 for changeset 6c328579cae1
0ffb5498c4b : Added tag jdk8u76-b10 for changeset 5f3b25d3fdc2
35a2fd7ac4e : Added tag jdk8u76-b10 for changeset fca388ef3369
bc2bfdfb4bf : Added tag jdk8u76-b10 for changeset be3b3b98d357
d97b3d4aebd : Added tag jdk8u76-b10 for changeset ee722c6b9e1b
e8fa41e6138 : Added tag jdk8u76-b10 for changeset 8414cf3dd0c2
b07c9f5a2b0 : Added tag jdk8u76-b10 for changeset 7969b9577e76
15feca9c1c2 : Added tag jdk8u76-b10 for changeset 20e4f81fee50
cbba0e2df21 : Added tag jdk8u76-b10 for changeset c930cf614cb4
f2a2b0085de : Added tag jdk8u76-b10 for changeset ff6a054f7173
df23c7b0860 : Added tag jdk8u76-b10 for changeset 9a00a56d27b2
609e2dbbf36 : Added tag jdk8u76-b10 for changeset 97f5de7fb9d9
d7ef29879eb : Added tag jdk8u76-b10 for changeset 7e362596e7b5
972e0af1938 : 8150874: Disable the ComputeFQNsTest.testSuspendIndexing test
7e37e2c5427 : Added tag jdk8u75-b10 for changeset 83385f251d57
94f228e29e1 : Added tag jdk8u75-b10 for changeset a359b762e22d
aa9585b2eb3 : Added tag jdk8u75-b10 for changeset 7679c37df405
578af2eab9b : Added tag jdk8u75-b10 for changeset ad80f6ce2dc6
afaad5c2595 : Added tag jdk8u75-b10 for changeset 701d4c988471
bdf148eebe9 : Added tag jdk8u75-b10 for changeset 566abde849dc
3d62f525e96 : Added tag jdk8u75-b10 for changeset 6154e3650383
fef9b78bc48 : Added tag jdk8u75-b10 for changeset 963654073bdc
f66e35a333c : Added tag jdk8u75-b10 for changeset 181f9165853e
e0911b642cb : Added tag jdk8u75-b10 for changeset 21bdbb39f440
f3607bc416d : Added tag jdk8u75-b10 for changeset d208dcd0195f
543a44ed1d8 : Added tag jdk8u75-b10 for changeset daacb1be56fd
be411c81c81 : Added tag jdk8u75-b10 for changeset 879f3304a8e4
b9f4f603e9b : Added tag jdk8u75-b10 for changeset fc3c4d0530ef
d3439fab5c4 : Added tag jdk8u75-b10 for changeset 232a4389393b
d4552a6c018 : Added tag jdk8u75-b10 for changeset 24a9017c884e
10ce24734be : 8148498: The sjavac client should never create a port file
dbaa70361f4 : 8140600: Convert unnecessarily malloc'd Monitors to value members
924f49a47a0 : 8148353: [linux-sparc] Crash in libawt.so on Linux SPARC
be7aa344e68 : 8148353: [linux-sparc] Crash in libawt.so on Linux SPARC
6068abeb008 : 6787054: Par compact - remove code that clears source_region
2d3d1ed1476 : 8150723: HSDB toolbar icons are missing
cd790e86a4d : 8143228: Update module exports for Java Flight Recorder
2d20eec823a : 8150825: MethodHandles.tryFinally throws IndexOutOfBoundsException for non-conforming parameter lists
afa305317e7 : 8150470: JCK: api/xsl/conf/copy/copy19 test failure
183f3d1a587 : 8150470: JCK: api/xsl/conf/copy/copy19 test failure
b9f15728b94 : 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
8540876dd1d : 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
889b3cc5eb1 : 8147571: Information about written .h files is printed on the wrong logging level
49850dd82fd : 8147569: Error messages from sjavac server does not always get relayed back to client
190c092900e : 8150068: Log the main G1 phases at info level
c63980511c2 : 8131027: JShell API/tool: suggest imports for a class
762fc4fca77 : 8150814: correct package declaration in Nashorn test
98fc723fbf4 : 7126823: JInternalFrame.getNormalBounds() returns bad value after iconify/deiconify
31f86a23081 : 8150619: Improve thread based logging introduced with 8149036
dc8f45fc7da : 8148940: java/lang/ref/FinalizeOverride.java can time out due to frequent safepointing
017e6280266 : 8150791: 8u76 L10n resource file translation update
c85316acec3 : 8150791: 8u76 L10n resource file translation update
bb12baf569a : 8150791: 8u76 L10n resource file translation update
a3b8c3f4eab : 8150791: 8u76 L10n resource file translation update
7a077f0cca7 : 8150791: 8u76 L10n resource file translation update
26952a9a4ca : 8150791: 8u76 L10n resource file translation update
09ba5f21014 : 8150790: 8u75 L10n resource file translation update
411b3bb6061 : 8150790: 8u75 L10n resource file translation update
3f450d03bb0 : 8150790: 8u75 L10n resource file translation update
a500e4de70b : 8150790: 8u75 L10n resource file translation update
021af5f20d9 : 8150790: 8u75 L10n resource file translation update
83d9bc217a1 : 8150790: 8u75 L10n resource file translation update
234373ff31e : 8150421: Delete experimental G1UseConcMarkReferenceProcessing
abd5e2514a4 : 8150687: typedefs without type names
d2960c732ae : 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
41c0116f6ef : 8139651: ConcurrentG1Refine uses ints for many of its members that should be unsigned types
6d7d3228e7b : 8147978: Remove Method::_method_data for C1
43a028f6083 : 8150643: [TEST] add test for JDK-8150176
5d211651719 : 8141553: [macosx] JDK fails to build with Xcode 7 on 10.11
62c5bdbe9de : 8144732: VM_HeapDumper hits assert with bad dump_len
8cc9a5146bd : 8150727: [JVMCI] add LoadLoad to the implicit memory barriers on AMD64
d090b747441 : 8150629: Initializing all ParScanThreadStates causes significant unaccounted "Other" times
6fe8d6e7de9 : 8150630: Add logging for ParScanThreadState merge phase
d00c7378d6f : 8076463: Add logging for the preserve CM referents task
917dc3b87c2 : 8140777: Make Adaptive IHOP logging information the same as JFR logging
ae7478607aa : 8150533: Test java/util/logging/LogManagerAppContextDeadlock.java times out intermittently
b9e4cabc43b : 8130425: libjvm crash due to stack overflow in executables with 32k tbss/tdata
64f428726b5 : 8150026: Add the ability to log with variable log level
2435cd24eff : 8150497: 32 jshell tests failed on Windows 32 bit
39cfbc6593a : 8150608: Mark BashStreams.java as intermittently failing and put to ProblemList
572b48bca55 : 8145854: SSLContextImpl.statusResponseManager should be generated if required
f1dc46272b7 : 8132743: Move netscape.javascript package from jdk.plugin to new module
e2181b48a52 : 8151339: Adding fragment to JAR URLs breaks ant
e868165acc1 : 8138653: Default key sizes for the AlgorithmParameterGenerator and KeyPairGenerator implementations should be upgraded
3698f154bf3 : 8151149: CipherSpi implementation of PBEWithSHA1AndDESede returns key size in bytes
095027bd740 : 8087112: HTTP API and HTTP/1.1 implementation
66073d9f8ee : 8087112: HTTP API and HTTP/1.1 implementation
43e034bc512 : 8150654: Zero cleanup of CppInterpreter::result_type_of()
4f6dba15680 : 8150103: Convert TraceClassPaths to Unified Logging
2f1144c5ff4 : Added tag jdk-9+107 for changeset ad5ff5d5459b
0c3874e1efa : Added tag jdk-9+107 for changeset 9643bffe2105
bf4f843350a : Added tag jdk-9+107 for changeset e1580bae8eb5
07cfd93e884 : Added tag jdk-9+107 for changeset c464fa9657f3
1465d75ecb5 : Added tag jdk-9+107 for changeset 1632bf7a3665
83729ea481c : Added tag jdk-9+107 for changeset 5924078ce428
5d8cb4fdb98 : Added tag jdk-9+107 for changeset f3c43d82c968
ea65e14762f : Added tag jdk-9+107 for changeset d632f62d9397
bf7f1925fd6 : 8150647: Quarantine TestPLABResize.java until JDK-8150183 is fixed 8150562: Quarantine LoadAgentDcmdTest.java due to JDK-8150318
986f3b0afdf : 8150652: Remove unused code in AArch64 back end
297a302f598 : 8148379: jdk.nashorn.api.scripting spec. adjustments, clarifications
7ffe7a25726 : 8148379: jdk.nashorn.api.scripting spec. adjustments, clarifications
4a8c4fc0740 : 8150534: C1 compilation fails with "Constant field loads are folded during parsing"
d15936bdc05 : 8150617: nth_bit and friends are broken
167ce925459 : 8150390: Move rs length sampling data to the sampling thread
d596cf06af0 : 8069160: serviceability/dcmd/compiler/CompilerQueueTest.java fails due to class not found
607365df56d : 8149789: SIGSEGV in CompileTask::print
be1f49a6fdc : 8148159: [TESTBUG] TestCompilerDirectivesCompatibility tests fails on non-tiered server VMs
e09bb29c2d6 : 8148159: [TESTBUG] TestCompilerDirectivesCompatibility tests fails on non-tiered server VMs
451cd91ea9c : 8148379: jdk.nashorn.api.scripting spec. adjustments, clarifications
52c7cb7221c : 8150441: CompileTask::print_impl() is broken after JDK-8146905
a9a432a1a17 : 8150002: Check for the validity of oop before printing it in verify_remembered_set
42867443a4b : 8020039: SynthTableHeaderUI refers to possibly null parameter in cell renderer
0bca52a9088 : 8149139: [javadoc] Modify Content to accept CharSequence
19e4c511578 : 8080069: JShell: Support for corralled classes
c66a688da23 : Added tag jdk-9+109 for changeset f74f056dc069
eb9a8ddcc4d : 8150632: jdk.jshell.TaskFactory should use jdk.Version to check for java.specification.version
0a352526f39 : 8151516: test/tools/javac/TestIndyStringConcat depends on runtime JDK details
a0224437fcc : 8151223: String concatenation fails with implicit toString() on package-private class
51ea08084f7 : 8148316: jshell tool: Configurable output format 8148317: jshell tool: unify commands into /set 8149524: JShell: CompletenessAnalysis fails on class Case<E1 extends Enum<E1>, E2 extends Enum<E2>, E3 extends Enum<E3>> {}
528c1dfc4ee : 8148187: Remove OS X-specific com.apple.concurrent package
306361b2920 : 8139474: -release 7 -verbose causes Javac exception
fb338bec25d : 8150490: Update OS detection code to recognize Windows Server 2016
4087262c588 : 8150470: JCK: api/xsl/conf/copy/copy19 test failure
6e26b67678d : 8150514: C1 crashes in Canonicalizer::do_ArrayLength() after fix for JDK-8150102
e0666b5ab33 : 8148872: Complete name checking
e2095c7a866 : 8148872: Complete name checking
7234547f04c : 8081722: Provide public access to sun.awt.shell.ShellFolder methods which are required for implementing javax.swing.JFileChooser
8961912c749 : 8134992: vm/gc/compact/Compact_InternedStrings_Strings failed due to a malloc() failure
c25e32cc70d : 8150490: Update OS detection code to recognize Windows Server 2016
453c5ef3758 : 8150506: Remove unused locks
5d5113046a2 : 8150419: Cleanup BufferNode API
3634fb9df2a : 8149036: Add tracing for thread related events at os level
be76f3e83be : 8150475: -sourcepath / crashes javac
7c15525950e : 8149417: Use final restricted flag
659fb4ecb35 : 8145472: replace remaining java.io.File with java.nio.file.Path
2cdc922f31e : 8149328: remove the dependency on java.logging from java.compiler
bf5a0964407 : 8149772: cleanup handling of -encoding in JavacFileManager
ad6d8685e40 : 8150379: [windows] Fix Leaks in perfMemory_windows.cpp
44c03b15e22 : 8150426: Wrong cast in metadata_at_put
0480ae79205 : 8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo
2c1e1078562 : 8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo
c542850197c : 8150456: jdk 9 nightly build fails on Windows 32 bit
aa585fa3cf5 : 8150337: sun/misc/SunMiscSignalTest.java failed intermittently
1036ce73ea1 : 8148886: SEGV in sun.java2d.marlin.Renderer._endRendering
4e4d31d0a9b : 8150257: Remove softfloat lib support
4513cbc5745 : 8150257: Remove softfloat lib support
68832ef0f69 : 8150427: Demote ToolReloadTest.java and mark as intermittently failing
7386fd03857 : 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
0c43809cfe2 : 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
e9d44ad2ca2 : 8150434: Remove redundant "jdk_localedata" from the CLDR locale data meta info class name
4dfed665263 : 6432031: Add support for SO_REUSEPORT
30dcc3a6363 : Added tag jdk8u74-b32 for changeset ab079465ab12
329e06efbc2 : Added tag jdk8u74-b32 for changeset 031288e1309c
8caad63b1e0 : Added tag jdk8u74-b32 for changeset b600e29b68a2
ad8e49cb696 : Added tag jdk8u74-b32 for changeset 5433494aa14a
628e7828678 : Added tag jdk8u74-b32 for changeset 17491341e9e8
2ed12c72d87 : Added tag jdk8u74-b32 for changeset c6a4250a7e7f
cd438f7df27 : Added tag jdk8u74-b32 for changeset 7971098bb50e
fdf506060f9 : Added tag jdk8u74-b32 for changeset 1bba998a8c31
2015a216b76 : Added tag jdk8u74-b32 for changeset f04098a6e3c0
80330e1d692 : Added tag jdk8u74-b32 for changeset 2703953d74c0
6a4c50e5aa2 : Added tag jdk8u74-b32 for changeset 1204a6c03875
d98013ef21b : Added tag jdk8u74-b32 for changeset a983444ac71e
eb09a9d787d : Added tag jdk8u74-b32 for changeset 9799c97e79e4
f304d9b37ce : Added tag jdk8u74-b32 for changeset 913c3e8410e4
6453e7afc82 : Added tag jdk8u74-b32 for changeset 95ba13088e46
5ef72b0c0f5 : Added tag jdk8u74-b32 for changeset 4fc7c77e1abf
449c65bf501 : 8007986: GrowableArray should implement binary search
744d73a67ff : 8148353: [linux-sparc] Crash in libawt.so on Linux SPARC
ef5eb42e40b : 8150180: String.value contents should be trusted
0e31a18fd12 : 8150180: String.value contents should be trusted
861dc136455 : 8146989: Introduce per-worker preserved mark stacks in ParNew
e020d2f477f : 8150367: Add back information about the number of GC workers
19a07cb7dbe : 8143410: augment pseudo-code descriptions in MethodHandles API
28d990ee6fa : 8074411: Describe "minor unit" and/or "default fraction digits" in Currency class' javadoc clearly
36e011b2f09 : 8145333: -XX:+EnableJVMCI -XX:+UseJVMCICompiler -XX:-EnableJVMCI makes JVM crash
5baf4fccc46 : 8150360: augment/correct MethodHandle API documentation
43cef7fa52b : 8147834: [macosx] KeyEvents for function keys F17, F18, F19 return keyCode 0
a06164b8d9c : 8150233: Missing copyright headers in XSurfaceData/ExtendedKeyCodes
0934254e039 : 8149154: tools/pack200/Pack200Test.java failed with NullPointerException
0698afcea9e : 8149600: javac, remove unused options, step 2
27ac5cbff3f : Added tag jdk8u76-b09 for changeset aa2151778164
8807781d3b1 : Added tag jdk8u76-b09 for changeset 8cd0860c14c1
cb340d3ba6d : Added tag jdk8u76-b09 for changeset 81b73acf473a
64267bb4542 : Added tag jdk8u76-b09 for changeset 9ec56b03121f
5d7b92e3848 : Added tag jdk8u76-b09 for changeset e44c201d7a67
1b738821bda : Added tag jdk8u76-b09 for changeset a0cb9e4d8d49
9bb658ee7dc : Added tag jdk8u76-b09 for changeset ef280b803ea4
fdace5f1a82 : Added tag jdk8u76-b09 for changeset 868920bb80ab
936c8199461 : Added tag jdk8u76-b09 for changeset 8f163d88b086
fc402087f3d : Added tag jdk8u76-b09 for changeset c41db09ba375
7eb4c762796 : Added tag jdk8u76-b09 for changeset de1ccd06fcab
97949ab068e : Added tag jdk8u76-b09 for changeset 1d1719baf525
983fc6f1e04 : Added tag jdk8u76-b09 for changeset 3ff67d700696
f012e3ac57d : Added tag jdk8u76-b09 for changeset d9e7cf6e2289
df134557e1e : Added tag jdk8u76-b09 for changeset 06e53191b1f8
2496b4c65b1 : Added tag jdk8u76-b09 for changeset 3f8a9ae7e566
13b7ca380d0 : Added tag jdk8u75-b09 for changeset 476ed4b8a886
55f24f6cc74 : Added tag jdk8u75-b09 for changeset 1a3ff51128ba
35f2a8e52d6 : Added tag jdk8u75-b09 for changeset ca8428106f44
ff485cf18c0 : Added tag jdk8u75-b09 for changeset 40f192282d89
8bbc031d599 : Added tag jdk8u75-b09 for changeset 3b5093d4f667
576f2b60be3 : Added tag jdk8u75-b09 for changeset 16e1c084edff
126d17b8827 : Added tag jdk8u75-b09 for changeset f249c4c579f9
91c6e2e3ed1 : Added tag jdk8u75-b09 for changeset f977bd2c3bbc
055c04e58cd : Added tag jdk8u75-b09 for changeset 6a0df952a37f
ab6450abaf5 : Added tag jdk8u75-b09 for changeset 98f3b75aec11
654ade8d381 : Added tag jdk8u75-b09 for changeset aae6b0d52742
b4eab2dbd94 : Added tag jdk8u75-b09 for changeset 282cacd34c3e
a10fb670a32 : Added tag jdk8u75-b09 for changeset 0004b2e7fc96
041cc6aa9cd : Added tag jdk8u75-b09 for changeset 0dd95bca9fa6
8086723bfdd : Added tag jdk8u75-b09 for changeset cf849d67ba5c
aeaed121912 : Added tag jdk8u75-b09 for changeset 58d0fd46d00c
5b5e0a63e76 : 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
0c28c2ee379 : 8150302: Reference processing logging prints the "from list" incorrectly
4b8c19d6b70 : 8150197: Integrate AIX fixes from build-infra
589abd0822a : 8150203: Incremental update from build-infra project
2011115a3ec : 8150203: Incremental update from build-infra project
165fa0078fb : 8144931: Assert class signatures are correct and refer to valid classes
1231bb4ccca : 8150012: Better byte behavior for reflection
9509f915eef : 8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo
33416f7bd09 : 8150012: Better byte behavior for reflection
18aff553428 : 8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo
c606f158a9c : 8150012: Better byte behavior for reflection
8473aba0a6c : 8150012: Better byte behavior for reflection
b5f535c93c0 : 8150012: Better byte behavior for reflection
f1b44959119 : 8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo
2b446bf0741 : 8150014: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java fails with NoClassDefFoundError
5f3739f293a : 8150313: aarch64: optimise array copy using SIMD instructions
af0f23a6173 : 8150082: aarch64: optimise small array copy
f4b4c5d7b0e : 8150394: aarch64: add support for 8.1 LSE CAS instructions
d4b4dca194f : 8151002: Make Assembler methods vextract and vinsert match actual instructions
1c2427a1827 : 8150353: PPC64LE: Support RTM on linux
29b4b2182cb : 8140721: ProfilerNumberOf*Methods flags should be diagnostic
d30d6871781 : 8150839: Adjust the number of compiler threads for 32-bit platforms
40fe96de0de : 8150767: Enables SHA Extensions on x86
103aff334f6 : 8146801: Allocating short arrays of non-constant size is slow
548530cf084 : 8150465: Unsafe methods to produce uninitialized arrays
890f94d7e6b : 8150669: C1 intrinsic for Class.isPrimitive
c40e7bc21fe : 8149159: Clean up Unsafe
694727f1445 : 8148563: compiler/compilercontrol/jcmd/StressAddMultiThreadedTest.java timesout
516438f368d : 8141616: Add new methods to the java Whitebox API
540c76f5b1d : 8148346: Reduce number of packages in jdk.localedata module
5d04cc8e61d : 8150232: AIX cleanup: Integrate changes of 7178026 and others
390295caf1b : 8150134: Simplify concurrent refinement thread deactivation
f1812d9e9f2 : 8150201: Restore missing -g flags to files with OPT_CFLAGS/per-file
04d2edfca3b : 8146187: Print develop and nonproduct flags by -XX:+PrintFlags* options in debug build
d466ce4948f : 8150229: aarch64: pipeline class for several instructions is not set correctly
1e654fe813b : 8150102: C1 should fold arraylength for constant/trusted arrays
0b312f1dc2a : 8149451: Fix bytecode generation issue after 8149186
7521e9ec772 : 8150096: Cleanup synthetic JCCompilationUnit for html files
50b82e8d5e3 : 8149750: Decouple sun.misc.Signal from the base module
1ea7533dbf3 : 8149750: Decouple sun.misc.Signal from the base module
482543cb166 : Added tag jdk-9+106 for changeset 148bb1cd62e5
77296b1d4cd : Added tag jdk-9+106 for changeset 6a6ca0bd3c14
9108c663322 : Added tag jdk-9+106 for changeset 04c8859c969b
a3ba108ba51 : Added tag jdk-9+106 for changeset a42bde2f777c
eea26d7c752 : Added tag jdk-9+106 for changeset 6041f8d71ed1
e16feff964b : Added tag jdk-9+106 for changeset e15ec0a78e45
6db2bbb1772 : Added tag jdk-9+106 for changeset 90d9c81fe530
b5e7cfe1ea2 : Added tag jdk-9+106 for changeset c4b6c7386de8
717ad7019c3 : 8038139: AudioInputStream.getFrameLength() returns wrong value for floating-point WAV
71bb8fc6cf4 : 8149743: JVM crash after debugger hotswap with lambdas
325cab6dd63 : 8149743: JVM crash after debugger hotswap with lambdas
35a916a2a18 : 8149743: JVM crash after debugger hotswap with lambdas
3a1062775ad : 8149743: JVM crash after debugger hotswap with lambdas
2cfe5a01c4f : 8147388: Add diagnostic commands to attach JVMTI agent
40cdd7a181d : 8149907: aarch64: use load/store pair instructions in call_stub
737538ea039 : 8149923: invalid javadoc in javax.xml.bind.JAXBContext (introduced by 8138699)
0dd8a15d8dd : 8148500: [Spec] Enabled SSL Protocols may not be used
da96e1d07a8 : 8139565: Restrict certificates with DSA keys less than 1024 bits
2d281f78c40 : 8149920: Remove intermittent key from jdk_core tests
8cb5467269b : 8149922: Remove intermittent key from security tests 8150047: Remove SSLSession/SessionCacheSizeTests from ProblemList
7de236320f7 : 8074069: Move com.oracle.net and com.oracle.nio APIs to jdk.net module
d0be7ebb216 : 8074069: Move com.oracle.net and com.oracle.nio APIs to jdk.net module
ffa5558ae15 : 8146237: PREFER from Features API taking precedence over catalog file
98289a12c93 : 8149837: String.intern creates morre work than necessary for G1
3cf4e3909cb : 8149383: Convert TraceBiasedLocking to Unified Logging
af854404be4 : 8150067: Quarantine serviceability/tmtools/jstat/GcCapacityTest.java
a5c5a3b6096 : 8150079: MSVC prior to VS 2013 doesn't know the 'va_copy' macro
3a99569b6f6 : 8143245: Zero build requires disabled warnings
7c684d52497 : 8149793: DirtyCardQueueSet::apply_closure_to_completed_buffer_helper isn't helpful
bf048683fc3 : 8148914: BitDepth.java test fails
92f9c27eec3 : 8148630: Convert TraceStartupTime to Unified Logging
97deaa28b97 : 8150077: Due to a javac type inference issue, javadoc doesn't compile with a jdk prior to 8u40
33dcb43fe9a : 8149842: javadoc incorrectly tries to get the documentation for inherited methods
cc370ff8f25 : 8150075: [JVMCI] expose reserved stack machinery and Inline flag in HotSpotVMConfig
512b3becc64 : 8149835: StringConcatFactory should emit classes with the same package as the host class
6fe8f6f2f57 : 8149835: StringConcatFactory should emit classes with the same package as the host class
f2cf4159bc2 : 8149963: build errors during API docs build
410f75949f5 : 8148518: Unsafe.getCharUnaligned() loads aren't folded in case of -XX:-UseUnalignedAccesses
8dd35ed3dd3 : 8150045: arraycopy causes segfaults in SATB during garbage collection
a30c46aa746 : 8150038: aarch64: make use of CBZ and CBNZ when comparing narrow pointer with zero
f73f7433d01 : 8149733: AArch64: refactor array_equals/string_equals
bb51ea7a06a : 8150543: Mismatched access detection is inaccurate
ea5a3565b86 : 8150720: Cleanup code around PrintOptoStatistics
babca852328 : 8150349: Reduce the execution time of the hotspot_compiler_3 group
f9a6dbd5fd8 : 8150738: [JVMCI] runtime/CommandLine/TraceExceptionsTest.java fails with: java.lang.RuntimeException: '<a 'java/lang/ClassNotFoundException': NoClassFound>' missing
782e6b33f2d : 8068038: C2: large constant offsets aren't handled on SPARC
a7d78599d77 : 8150436: Incorrect invocation mode when linkToInteface linker is eliminated
abebc2da5c2 : 8150186: Folding mismatched accesses with @Stable is incorrect
88575c5de77 : 8150561: [AArch64] JVMCI improvements
2753ab4610c : 8068686: Remove meta-index support
2c5e376d98f : 6378256: Performance problem with System.identityHashCode in client compiler
c254e7c399b : 8081778: Use Intel x64 CPU instructions for RSA acceleration
520c5eb8039 : 8081778: Use Intel x64 CPU instructions for RSA acceleration
d4d9e036abd : 8081778: Use Intel x64 CPU instructions for RSA acceleration
c7670b3d428 : 8081778: Use Intel x64 CPU instructions for RSA acceleration
98eca9ebe88 : 8148786: xml.tranform fails on x86-64
8372c1c09a4 : 8146321: [macosx] JInternalFrame frame icon in wrong position on Mac L&F if icon is not ImageIcon
7852a473da8 : 8147772: Update KerberosTicket to describe behavior if it has been destroyed and fix NullPointerExceptions
58fe974cb71 : 8149161: CSM call Class.forName in com.sun.java.accessibility.util.Translator
c867b023b67 : 8149643: Remove check of counters in VirtualSpaceNode::inc_container_count
a81f4a10da2 : 8148219: Add decorator hostname to UL
a4d0bc4a4e5 : 8144578: TestOptionsWithRanges test only ever uses the default collector
6d0ef1b692d : 8146728: TestPrintGCDetailsVerbose is never run by jtreg
0aeed22bf57 : 8149981: java/util/Formatter/Basic.java fails after JDK-8149896
a4e6eafff49 : 8148872: Complete name checking
eb6ab98ebcb : 8145485: Miscellaneous changes imported from jsr166 CVS 2016-02
05730d99ba2 : 8149969: [JVMCI] PrintNMethods is ignored for CompilerToVM.installCode when not called from the broker
1e1ba844616 : 8139927: Improve documentation for CompletableFuture composition 8143089: CompletableFuture.whenComplete should use addSuppressed
a188f9045f2 : 8149896: Remove unnecessary values in FloatConsts and DoubleConsts
e4e9015254e : 8148775: Spec for j.l.ProcessBuilder.Redirect.DISCARD need to be improved
18677d77f69 : 8148140: arguments are handled differently in apply for JS functions and AbstractJSObjects
45be9ec401f : 8144144: ORB destroy() leaks filedescriptors after unsuccessful connection
3340c2c6fd9 : 8144144: ORB destroy() leaks filedescriptors after unsuccessful connection
b33be1774dd : 8144144: ORB destroy() leaks filedescriptors after unsuccessful connection
6061ff3f287 : 8149780: GatherProcessInfoTimeoutHandler shouldn't call getWin32Pid if the lib isn't load
4b48aaa15ef : 8146287: typos in /test/failure_handler
db36e29ab02 : 8149916: Test case for 8149797
68fd352eb86 : 8149903: Fix other Extern
6eabb6bd195 : 8149700: Remove jdk_svc test group from tier * groups
bd2fa9abe6f : 8149886: 16 windows tests broke with recent putback
05ca3c971e2 : 8135108: java/util/zip/TestLocalTime.java fails intermittently with Invalid value for NanoOfSecond
4054254344d : 8132734: JDK 9 runtime changes to support multi-release jar files
f14d43a22bb : 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods 6469562: Use compact notation to display annotation values
7e994420e7e : Added tag jdk8u76-b08 for changeset 870cfb230c02
66793dbe98b : Added tag jdk8u76-b08 for changeset f049864229e9
22915242759 : Added tag jdk8u76-b08 for changeset f77cb546110f
2a63425916a : Added tag jdk8u76-b08 for changeset ab7a265a229c
e77b2a11300 : Added tag jdk8u76-b08 for changeset 1d4b16eddd20
4e7e33d7c8a : Added tag jdk8u76-b08 for changeset be73e187e975
00280c915d4 : Added tag jdk8u76-b08 for changeset ea9049cb330e
c80a64f58cc : Added tag jdk8u76-b08 for changeset f58bd11d0fb2
aa6104ebefd : Added tag jdk8u76-b08 for changeset 8c189fbe3fc3
b8b593a72b6 : Added tag jdk8u76-b08 for changeset f48b46a44214
30959b982e6 : Added tag jdk8u76-b08 for changeset 2246295b4a61
febd38dbba2 : Added tag jdk8u76-b08 for changeset fafceb24f6a2
23ea86bbe33 : Added tag jdk8u76-b08 for changeset 436f3ad98652
0e3f5f7ff4a : Added tag jdk8u76-b08 for changeset 5dc87d49d7bd
aee73320cef : Added tag jdk8u76-b08 for changeset 053dedd8e589
172104c64d9 : Added tag jdk8u76-b08 for changeset 49f777d3c8b7
4ccb4618318 : 8150204: (fs) Enhance java/nio/file/Files/probeContentType/Basic.java debugging output
63661dea708 : Added tag jdk8u75-b08 for changeset 967f237e1cd2
13bdf0cab4c : Added tag jdk8u75-b08 for changeset fe24af8707bb
0e1759a8936 : Added tag jdk8u75-b08 for changeset ab05d05081fe
96b85af744f : Added tag jdk8u75-b08 for changeset ef810c6433bb
2957017bd55 : Added tag jdk8u75-b08 for changeset 8e9e6ce682af
31494d3f81f : Added tag jdk8u75-b08 for changeset fdccd2fea4ca
1d78df9e0e8 : Added tag jdk8u75-b08 for changeset 50297d0a6958
88235bef8d8 : Added tag jdk8u75-b08 for changeset 27a9e8090587
3541cf176b2 : Added tag jdk8u75-b08 for changeset b1053362d851
0f01e957ab9 : Added tag jdk8u75-b08 for changeset ff78c1423a4b
de0ce6e2377 : Added tag jdk8u75-b08 for changeset c20c4ea5d86b
cb0cd975b02 : Added tag jdk8u75-b08 for changeset 2a111bd9683d
f8365e16371 : Added tag jdk8u75-b08 for changeset cd69d2eb76fb
40a99d08539 : Added tag jdk8u75-b08 for changeset 1f0833394b00
96ee61aedcd : Added tag jdk8u75-b08 for changeset d70ecc8f5909
53aca1ab3b0 : Added tag jdk8u75-b08 for changeset 57a4b2480c83
88a8d4719e6 : 8149773: StandardDocFileFactory should be converted to use java.nio.file.Path
03174f3030a : 8149813: Move trusted final field handling from C2 LoadNode::Value to shared code
8fe03ae5d29 : 8148624: Test failure of ConstructInflaterOutput.java
4458220d4a5 : 8148994: Replacing MH::invokeBasic with a direct call breaks LF customization
f1fe7d5aca0 : 8148994: Replacing MH::invokeBasic with a direct call breaks LF customization
e675738256f : 8138922: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list
596b56f6c73 : 8149141: Optimized build is broken
1e80d261e36 : 8147558: Add support for ES6 collections
7c237a1bfa2 : 8149411: PKCS12KeyStore cannot extract AES Secret Keys
65bfc48af1a : 8149820: Move G1YoungGenSizer to g1CollectorPolicy.cpp
cbdc1d3061d : 8149427: Remove .class files from the hotspot repo .hgignore file
84a8b3bfc2c : 8149826: Concurrent misspelled in the CMS logging
40965e0d6a1 : 8134424: BlockDataInputStream.readUTFBody: size local StringBuffer with the given length
0cd6070d580 : 8149797: Compilation fails with "assert(in_hash) failed: node should be in igvn hash table"
981918d2ff2 : 8149744: fix testng.jar delivery in Nashorn build.xml
21257e3d55a : 8149744: fix testng.jar delivery in Nashorn build.xml
a23b1b586fc : 8149740: NPEs when executing some HotSpotConstantReflectionProvider with null args
bf33c21af5e : 8149472: NPE when executing HotSpotConstantReflectionProvider::constantEquals with null first arg
339a7e8559a : 8147379: Investigate if ConvertSleepToYield still should be false by default on Sparc
7f68f6d8473 : 8149656: Examine usages of sun.misc.LRUCache
8f6486a73b5 : 8149653: Move sun.misc.InnocuousThread to jdk.internal.misc
0ca1df51f7b : 8145789: Switch JDK 9 to use Jib in JPRT
78d37841efc : 8087341: C2 doesn't optimize redundant memory operations with G1
719c07ec100 : 8141619: Develop new tests for JVMCI compilerToVM class' CP related methods
ac6fe07b050 : 8141618: Change JVMCI compilerToVM constant pool tests to support CP cache
30e4522d2fe : 8141616: Add new methods to the java Whitebox API
de01af89d88 : 8149655: PPC64: Implement CompactString intrinsics
a026f88a38d : 8067014: LinearScan::is_sorted significantly slows down fastdebug builds' performance
78fbdd19fa1 : 8149741: Don't refer to stub entry points by index in external_word relocations
4532f543002 : 7177745: JSR292: Many Callsite relinkages cause target method to always run in interpreter mode
b239e217b92 : 8145707: 4 Null pointer dereference defect groups in compileBroker.cpp
0e441f9177e : 8144621: CompilerControl: inline tests timeout with Xcomp
95e6d62963a : 8149787: test/java/util/regex/GraphemeTest.java source file has non-ascii character u+00f7
a24ca795297 : 8149776: BSD license for jimage code
0072af1be66 : 7071819: To support Extended Grapheme Clusters in Regex 8147531: To add named character construct \N{...} to support Unicode name property
50e679eda20 : 8146138: jshell tool: add /help <command> 8147495: jshell tool: correctly handle arguments on /seteditor command 8147886: jshell tool: commands don't allow reference to start-up or explicit id of dropped/failed snippets 8147887: jshell tool: /list start -- fails 8147898: jshell tool: /reload quiet -- should quiet echo
b690abde60e : 8149601: Update references from "1.9" to "9"
b5f3e3a2767 : 8149601: Update references from "1.9" to "9"
1f0f76b63de : 8149744: fix testng.jar delivery in Nashorn build.xml
e64e82da7a9 : 8059661: Test SoftReference and OOM behavior
81880c7b162 : 8059661: Test SoftReference and OOM behavior
8eb27fd4d39 : 8136382: SimpleBeanInfo.loadImage succeeds when running with a security manager
0b936de72ac : 8130061: java.beans.EventHandler.create does not specify how it fails when an EventHandler cannot be created
4e4a6d18abe : 8025001: setFocusTraversalPolicy() to ContainerOrderFocusTraversalPolicy results in an infinite loop
f4ce870684c : 8149647: Incremental enhancements from build-infra
24656787c00 : 8149647: Incremental enhancements from build-infra
f395ccd749f : 8149647: Incremental enhancements from build-infra
8d8189b9e55 : 8149650: Create a trace event for G1 heap region type transitions
7323d69771d : 8009538: [Event Request] Want events for tenuring distribution
dc308c1d3f1 : 8149616: Problem list RmiSslBootstrapTest.sh
a13626f5acc : Added tag jdk-9+105 for changeset 621225a25d50
e9a806b4ee8 : Added tag jdk-9+105 for changeset 3977b3940b92
a0bd1902392 : Added tag jdk-9+105 for changeset e6b4f7af3fca
4e571616cf4 : Added tag jdk-9+105 for changeset ae5b74fcfb21
d8eab62f779 : Added tag jdk-9+105 for changeset 0713559973fc
95a4d190ea1 : Added tag jdk-9+105 for changeset d549e724be36
c9edf10dc12 : Added tag jdk-9+105 for changeset e66a02d55e71
b95efb3d247 : Added tag jdk-9+105 for changeset d0b71f2375d0
3e6267d50c0 : 8149593: Change <code>foo</code> to {@code foo} in TIFF plugin classes
58140f51dfe : 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found
1246d218953 : 8149697: Fix for 8145725 is broken
39c178c46b4 : 8148446: (tz) Support tzdata2016a
8c3eead423b : 8038963: com/sun/jdi tests fail because cygwin's ps sometimes misses processes
8769e528728 : 8148446: (tz) Support tzdata2016a
5149f3decaf : 8038963: com/sun/jdi tests fail because cygwin's ps sometimes misses processes
5275a608bd6 : 8148446: (tz) Support tzdata2016a
4ce2ca18ccb : 8148446: (tz) Support tzdata2016a
2876c5dab07 : 8149665: $EXEC changes clean up
b16bb1267ae : 8142539: Incorrect definition of ZoneOffset.MIN 8140211: Example in the Documentation is wrong for java.time.ZonedDateTime.minusHours 8139529: java.time.temporal.ChronoUnit.FOREVER typo
19bc0f3f2db : 8149648: Add number of regions to the G1HeapSummary event
3e3ac8f318b : 8149543: range check CastII nodes should not be split through Phi
3ade1100669 : 8149421: Vectorized Post Loops
1245e4138c0 : 8149096: Remove unused code in methodComparator
5b56cd34c17 : 8131751: [TEST_BUG] Test javax/swing/plaf/gtk/crash/RenderBadPictureCrash.java fails UnsupportedOperationException
073470bedbb : 8149338: JVM Crash caused by Marlin renderer not handling NaN coordinates
4096556cc6e : 8149542: Missing failure reporting in HeapRegion::verify
413f61e9773 : 8149541: Use log_error() instead of log_info() when verification reports a problem
243c8598d5a : 8149611: Add tests for Unsafe.copySwapMemory
e82f5cf6778 : 8148987: [Linux] Allow building on older systems without CPU_ALLOC support
15d7ff42b02 : 8145725: Remove the WorkAroundNPTLTimedWaitHang workaround
7f395c26ab4 : 8141491: Unaligned memory access in Bits.c
4e53f488126 : 8141491: Unaligned memory access in Bits.c
286b0caa6cf : 8148808: javac, remove unused options, step 1
54ccd9a6ab3 : 8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor
a99085b4db9 : 8149120: TIFFField constructor throws ArrayIndexOutOfBoundsException and IllegalArgumentException for scenarios explained in description
b1ccba1fcb0 : 8139508: Debug option does not work in appletviewer
6c3f2df4bf8 : 8148400: Decrease the regression test heap
b55ad227cb8 : 8141209: $EXEC should allow streaming
7bee07b465e : 8149459: StringConcatFactory should be synced up with LambdaMetafactory
974d76ad1d3 : 8149170: Better byte behavior for native arguments
75aae439326 : 8149170: Better byte behavior for native arguments
c2fc65efaf3 : 8149170: Better byte behavior for native arguments
e4d58272f84 : 8149170: Better byte behavior for native arguments
1986f47320c : 8149160: use StringJoiner in sjavac option handling
ad3fb1dbbd9 : 8148992: VM can hang on exit if root region scanning is initiated but not executed
0bf8e8d2643 : 8136854: G1 ConcurrentG1RefineThread::stop delays JVM shutdown for >150ms
cb13f4c3fdf : 8143220: Fix documentation of InitiatingHeapOccupancyPercent
afca49ff295 : 8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
b4006c54e8c : 8072777: java/lang/ref/ReferenceEnqueuePending.java: some references aren't queued
94a0d8f5f83 : 8147801: java.nio.file.ClosedFileSystemException when using Javadoc API's in JDK9
ea91682fe1e : 8149170: Better byte behavior should normalize JNI arguments
fae4ea4cac7 : 8149462: revert changes for 8149186
76628c45b94 : 8149112: configure_stdout test depends on VM arguments
38bc481783a : 8149334: JSON.parse(JSON.stringify([])).push(10) creates an array containing two elements
0fa921a83a0 : 8149334: JSON.parse(JSON.stringify([])).push(10) creates an array containing two elements
719c597241a : 8098581: SecureRandom.nextBytes() hurts performance with small size requests
fd70f31b592 : Added tag jdk8u76-b07 for changeset 230783cfc039
92197e557ab : Added tag jdk8u76-b07 for changeset 85ff2ebe774b
1694a304da0 : Added tag jdk8u76-b07 for changeset 9aa302317a49
dd10de6c8bc : Added tag jdk8u76-b07 for changeset 24f8b809d0a3
396060270cd : Added tag jdk8u76-b07 for changeset 5bdf9ee875df
179be159e60 : Added tag jdk8u76-b07 for changeset b7bba9b2b769
f4e7f92c43d : Added tag jdk8u76-b07 for changeset d98fc477c592
41cbc290532 : Added tag jdk8u76-b07 for changeset b18128e51923
13b00872b69 : Added tag jdk8u76-b07 for changeset aabed69510e9
63ed0e4cb42 : Added tag jdk8u76-b07 for changeset b1f36ef21d51
f8915ab3fd0 : Added tag jdk8u76-b07 for changeset ea084b50908f
2bfac3858b8 : Added tag jdk8u76-b07 for changeset 49e85ec18709
e5d9d07ccd5 : Added tag jdk8u76-b07 for changeset 5a0f800093d7
dd74ff98acd : Added tag jdk8u76-b07 for changeset 685356f891e6
63387705ab3 : Added tag jdk8u76-b07 for changeset 8b4d28d4b0b4
b84dd4b58b9 : Added tag jdk8u76-b07 for changeset 4120f3d176c5
d87623fe10c : Added tag jdk8u75-b07 for changeset e3a2acd5ffce
9060145b830 : Added tag jdk8u75-b07 for changeset f373b7ddea6e
2b5f6f1d2ec : Added tag jdk8u75-b07 for changeset e38422703005
93687592c33 : Added tag jdk8u75-b07 for changeset 7ef420e2eb9d
ee22d7945bf : Added tag jdk8u75-b07 for changeset a2677b6b1e16
a9020aa00eb : Added tag jdk8u75-b07 for changeset 4135221c95c0
04761248c51 : Added tag jdk8u75-b07 for changeset de125267b6f0
73e3667eaa9 : Added tag jdk8u75-b07 for changeset dc95071c1755
b8ffec560c4 : Added tag jdk8u75-b07 for changeset c853c0ee7abb
a65a5956209 : Added tag jdk8u75-b07 for changeset 55cd7d31dd08
98d492e9edf : Added tag jdk8u75-b07 for changeset e499546f4291
60e4e5953f6 : Added tag jdk8u75-b07 for changeset 669ceb70445a
60165202eab : Added tag jdk8u75-b07 for changeset 8e67adbe7286
013efe7fa30 : Added tag jdk8u75-b07 for changeset bc35a02c2c69
f226095f5e0 : Added tag jdk8u75-b07 for changeset fbc32e50f370
4971f703cd4 : Added tag jdk8u75-b07 for changeset ea40be30a36b
0d7421752a3 : 8064466: (fs spec) Files.readAttributes(Path, String, LinkOption...) not clear when called with zero attributes
075ed4ea75c : 8148507: [JVMCI] mitigate deadlocks related to JVMCI compiler under -Xbatch
7cf2c51fa74 : 8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame'
ae0daf5c8ba : 8149334: JSON.parse(JSON.stringify([])).push(10) creates an array containing two elements
e49c2412cb9 : 8138578: MethodHandles.Lookup.findSpecial() Javadoc fails to consider static methods
75826ca4d5a : 8149184: os::is_server_class_machine() could return incorrect result if a host's cpu have a few logical cores
37959722951 : 8146747: java.time.Duration.toNanos() and toMillis() exception on negative durations
0e250ec504e : 8148838: Stream.flatMap(...).spliterator() cannot properly split after tryAdvance()
2b49564794a : 8148475: Missing SA Bytecode updates
51a16c71f64 : 8148475: Missing SA Bytecode updates
468d3018bf9 : 8148475: Missing SA Bytecode updates
24f24671779 : 8148475: Missing SA Bytecode updates
91058423379 : 8148475: Missing SA Bytecode updates
7415b64ed66 : 8149186: Don't use indy for optimistic arithmetic
6c62d6ffb45 : 8129395: Configure should verify that -fstack-protector is valid - take 2
aa21ff0460c : 8144957: Remove PICL warning message
e41fea88e75 : 8148115: Stream.findFirst for unordered source optimization
9e65963f4fa : 8148250: Stream.limit() parallel tasks with ordered non-SUBSIZED source should short-circuit
f83f5e5ef9b : 8142861: [TEST] MultiResolution image: add a manual test for two-display configuration (HiDPI + non-HiDPI)
a5a9e43f5ac : 8149116: Make test/Makefile more silent
a5b9b52ee78 : 8149479: Fix compare.sh to have a clean baseline with COMPARE_BUILD
237b8a0335d : 8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor
766e424d9b3 : 8147754: Configure fails to detect freetype installed by XQuartz on OSX 10.11
27d7551b130 : 8149151: Use local GraphicsEnvironment to get screen size in WToolkit
034d9dddfc8 : 8149174: [TESTBUG] TestJcmdDefaults.java: ouput should contain all content of jcmd/usage.out
6620405d415 : 8149099: jcmd -help mention non-existent option
fead4851e10 : 8148629: Disable remaining warnings in awt/fontmanager
db7eb9de4c8 : 8148785: Update class file version to 53 for JDK-9
f9d86905098 : 8144916: Decrease PerfDataMemorySize back to 32K
39df7e2c1f6 : 8072081: Supplementary characters are rejected in comments
de303379f76 : 8072081: Supplementary characters are rejected in comments
663e1a5c6d4 : 8149080: AArch64: Recognise disjoint array copy in stub code
9ad1ef5b10f : 8149100: AArch64: "bad AD file" for LL enconding AryEq Node matching
4c5566f502f : 8149365: aarch64: memory copy does not prefetch on backwards copy
e29942b1bff : 8144593: Suppress not recognized property/feature warning messages from SAXParser
4d3e2ead428 : 8144593: Suppress not recognized property/feature warning messages from SAXParser
e86e22075c7 : 8146993: Several javax/management/remote/mandatory regression tests fail after JDK-8138811
7b23eadb020 : 8146993: Several javax/management/remote/mandatory regression tests fail after JDK-8138811
4abce92c406 : 8148929: Suboptimal code generated when setting sysroot include with Solaris Studio
b8ec1ae7fe4 : 8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently
596ba8a0af7 : 8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently
1ae6dc3825e : 8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently
c0623d66812 : 8149062: Remove misplaced integration of test code after 8149025
fd949bdf4a5 : Added tag jdk-9+104 for changeset a077e87423b1
af26df7de1c : Added tag jdk-9+104 for changeset 09c25109769a
dfaee4ed61b : Added tag jdk-9+104 for changeset f57a51dbcc50
3c99ba45366 : Added tag jdk-9+104 for changeset 59fc48a1a885
0557d94bfdd : Added tag jdk-9+104 for changeset c6f848cc2750
33f44f20771 : Added tag jdk-9+104 for changeset ee75f02947c2
5c41a6dc0ba : Added tag jdk-9+104 for changeset a8ace34fedbc
050a8c0c503 : Added tag jdk-9+104 for changeset 7deccee1f94e
feb15f88b2b : 8149044: jdk/internal/misc/JavaLangAccess/FormatUnsigned.java fails all platforms
437d2158fa2 : 8149025: JFR - Event based tracing should cover monitor inflation
eaaec5b8794 : 8148783: aarch64: SEGV running SpecJBB2013
6df6c45593a : 8144593: Suppress not recognized property/feature warning messages from SAXParser
24816037ab2 : 8148936: Adapt UUID.toString() to Compact Strings
1a74fe9424f : 8148926: Call site profiling fails on braces-wrapped anonymous function
54efc1459f1 : 8148926: Call site profiling fails on braces-wrapped anonymous function
cedd845b278 : 8148926: Call site profiling fails on braces-wrapped anonymous function
5b2d0bfd395 : 8145780: create a simple test for TIFF tag sets
f8fa6e063dd : 8148955: libjimage.so compiled with wrong flags
8332da75a9a : 8148970: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java
8f887527571 : 8149013: Remove unused and dead code from G1CollectorPolicy
c1893c5ccff : 8149003: Mark more jdk_core tests as intermittently failing
cec98119816 : 8062946: Transparent JDialog will lose transparency upon iconify/deiconify sequence
ec868b477b2 : 8148983: Fix extra comma in changes for JDK-8148916
0ee02dbd714 : 8148821: (fs) Path.getParent() javadoc error
63f14a633b0 : 8148916: Mark bug6400879.java as intermittently failing
16f749ef454 : 8148751: [TESTBUG] compiler/whitebox/AllocationCodeBlobTest.java fails due to unexpected code cache allocation
40cd60eb5eb : 8130735: javax.swing.TimerQueue: timer fires late when another timer starts
5f650bff88c : 8130735: javax.swing.TimerQueue: timer fires late when another timer starts
9d5f03332ea : 8143542: C2 doesn't eliminate identical checks
904898e7626 : 8148564: compiler/intrinsics/string/TestStringIntrinsics2.java times out
477e23c17f5 : 8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions
272bd6a4010 : 8149695: [JVMCI] add missing Checkstyle configuration file
02290b357c6 : 8145700: Uninitialised variable in macroAssembler_x86.cpp:7038
98bbb4efa05 : 8149415: [AArch64] implement JVMCI CodeInstaller
45bd62d1f11 : 8149123: [TESTBUG] compiler/loopopts/superword/SumRed* tests running on non-x86 platforms
8e808d813de : 8149356: Leftover from JDK-8141044: UseNewCode usage
a7de801a928 : 8148948: aarch64: generate_copy_longs calls align() incorrectly
1462f0b038c : 8147645: get_ctrl_no_update() code is wrong
d25cc9be668 : 8148753: Compilation fails due to field accesses on array types
694d16f4cc2 : 8148490: RegisterSaver::restore_live_registers() fails to restore xmm registers on 32 bit
2153d03d545 : 8072379: Implement jdk.Version
08123c29118 : 8072379: Implement jdk.Version
7b00f0de812 : 8080357: JShell: Only unqualified unresolved references should be corralled 8081431: JShell: Dropping import should update dependencies
aedb4650c96 : 8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging
68d21c3b1e0 : 8148869: StringConcatFactory MH_INLINE_SIZED_EXACT strategy does not work with -XX:-CompactStrings
4df544f5131 : 8148891: Multiple failing javax/imageio/plugins after client integration
297ba59bc9a : 8146249: libjimage should use delete[] with new[]
62e1a7c6280 : 8145344: Add SHA1 and SHA-224 to preferred provider list for solaris-sparc
6d4368a7cba : 8141452: Convert between TimeUnit and ChronoUnit
454df89b32e : 8148787: StringConcatFactory exactness check produces bad bytecode when a non-arg concat is requested
75531864822 : 8148655: LOG=cmdlines and other build-infra fixes
f7b4333c0b7 : 8139581: AWT components are not drawn after removal and addition to a container
a7c8b9448e3 : 8147949: NetBeans cannot open langtools repository because of the reserved word \"aux\"
51296cb329d : 8005918: [TESTBUG] There are no 'Frame Enter' messages for both frames, only 'Button Enter' message
5765b5b4f03 : 8148117: Move sun.misc.Cleaner to jdk.internal.ref
c453a540b5e : 6180449: PIT: Text in TextArea scrolls to its left one char when selecting the text from the end
f8b7ff3d7ad : 8147912: test "parseWithZoneWithoutOffset" of java/time/tck/java/time/format/TCKDTFParsedInstant.java fail on de_DE locale
ae90afc3608 : 6659240: Exceptions thrown by MXBeans wrongly documented in j.l.m.ManagementFactory
8148b2b2039 : 8147413: api/java_awt/Image/MultiResolutionImage/index.html\#MultiResolutionRenderingHints[test_VALUE_RESOLUTION_VARIANT_BASE] started to fail
e5bf0846fab : 8148710: Remove FlatMapOpTest.java from ProblemList.txt
71681ac4cba : 8148628: TIFFDirectory(getAsMetaData) created with one TIFFField having a IFD pointer tag throws ClassCastException & other naming differences (JEP 262)
3c669848732 : 8145442: Add the facility to verify remembered sets for G1
54ad16ca5b4 : 8134963: [Newtest] New stress test for changing the coarseness level of G1 remembered set
b02b391f3de : 8145442: Add the facility to verify remembered sets for G1
f2d7a75cc3b : 8134963: [Newtest] New stress test for changing the coarseness level of G1 remembered set
47580e25d9a : Added tag jdk8u76-b06 for changeset 7f087a26c131
df95aad32e5 : Added tag jdk8u76-b06 for changeset cc92c31375e1
582b51f0d4b : Added tag jdk8u76-b06 for changeset b24a08260b2f
ce5aa75cfc5 : Added tag jdk8u76-b06 for changeset 66a0bd0524ac
4c0d2c6a4a8 : Added tag jdk8u76-b06 for changeset 10d57a3a2f7d
1e3e77d8b0f : Added tag jdk8u76-b06 for changeset 47d96a7fd710
1141bfdc974 : Added tag jdk8u76-b06 for changeset 61531a0c5eda
3850c338178 : Added tag jdk8u76-b06 for changeset 4e85ad2f283b
8463427cafd : Added tag jdk8u76-b06 for changeset ae61b5ea0770
9b32553c76d : Added tag jdk8u76-b06 for changeset 9e475d6a132f
06773748af2 : Added tag jdk8u76-b06 for changeset 49f786693009
53ee6ac0709 : Added tag jdk8u76-b06 for changeset 5f34cd656f69
58bb59fb7ad : Added tag jdk8u76-b06 for changeset b689434e699a
9e5fcadb9fe : Added tag jdk8u76-b06 for changeset 196fc928fce0
2df61ff0484 : Added tag jdk8u76-b06 for changeset 14f8dd32ec5f
8c90bb53255 : Added tag jdk8u76-b06 for changeset 15349e595391
f5a447484cb : Added tag jdk8u75-b06 for changeset abc750b3f865
af1d17094ea : Added tag jdk8u75-b06 for changeset ac9df532dabc
119c71c50de : Added tag jdk8u75-b06 for changeset d80e0bc9bbee
4e5fa1c09c5 : Added tag jdk8u75-b06 for changeset 133519c15848
b6ed5bd71dd : Added tag jdk8u75-b06 for changeset 64a88b65083e
199bd07e38b : Added tag jdk8u75-b06 for changeset 9135ed27f23f
fd149b32d3d : Added tag jdk8u75-b06 for changeset 21fa3489e764
af3ede28ad3 : Added tag jdk8u75-b06 for changeset eb99e2558244
b3e23dd274a : Added tag jdk8u75-b06 for changeset 2cca8ab56888
c4a5d182451 : Added tag jdk8u75-b06 for changeset cd713b0e2a8f
53a6c2adabf : 8143016: java/time/test/java/time/TestClock_System.java failed intermittently
b573ea18d41 : Added tag jdk8u75-b06 for changeset 546e2b22bc30
cea3e03e4f0 : Added tag jdk8u75-b06 for changeset 0b136a609a94
0c58534adff : Added tag jdk8u75-b06 for changeset dbbc0fa7b1f7
a09c54c1f44 : Added tag jdk8u75-b06 for changeset 45425bf2e76a
346f9975cce : Added tag jdk8u75-b06 for changeset a407b4e2d83a
75d14b08c40 : Added tag jdk8u75-b06 for changeset 31e6d4c0adef
fb7b31b7bc6 : 8038837: Add support to jarsigner for specifying timestamp hash algorithm
247759ffd8d : 8038837: Add support to jarsigner for specifying timestamp hash algorithm
98d7dc436c2 : 8146773: java/lang/ref/CleanerTest.java CleanerTest.testRefSubtypes() fails 8148352: CleanerTest fails: Cleanable should have been freed
c2f738c53db : 8146218: Add LocalDate.datesUntil method producing Stream<LocalDate
b442f722dcf : 8138699: Improving JAX-B API javadoc
ad776ff1263 : 8148730: Add @since tags in new String concat APIs
25f9c2a1968 : 8022640: ServiceRegistry (used by ImageIO) lack synchronization
8afce0f772f : 8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout
f6d17d841f5 : 8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout
e3570fa3eb6 : 8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout
9102b6eb215 : 8148626: URI.toURL needs to use protocol Handler to parse file URIs
eb1397c5555 : Added tag jdk8u74-b31 for changeset ba46df6ecd06
b117ddc707c : Added tag jdk8u74-b31 for changeset 2429369eee2b
1a39edfe2f2 : Added tag jdk8u74-b31 for changeset 0959ac3acb71
6ecb30438ba : Added tag jdk8u74-b31 for changeset c0e623f4855f
18ed64bd51f : Added tag jdk8u74-b31 for changeset 11cd5db109de
26d4af8d9dd : Added tag jdk8u74-b31 for changeset cdad377cd2cc
c942ea8e786 : Added tag jdk8u74-b31 for changeset 5e8358a3b02b
22a6fb4ea86 : Added tag jdk8u74-b31 for changeset 78059a0e340d
8b993e1850b : Added tag jdk8u74-b31 for changeset 133f1c86d0fa
0563ad66092 : Added tag jdk8u74-b31 for changeset 6d8295ab409c
cb603fca57c : Added tag jdk8u74-b31 for changeset 7ec8e04fa5ad
dc4d4043a40 : Added tag jdk8u74-b31 for changeset be14bb7aae26
6c3c44d441d : Added tag jdk8u74-b31 for changeset 9d09ef7474d3
0fa73874533 : Added tag jdk8u74-b31 for changeset 0ab1ea388b24
b7327a02202 : Added tag jdk8u74-b31 for changeset 0f95399ad843
bde1017b5aa : Added tag jdk8u74-b31 for changeset d1b23aff3977
4260fd470cc : 8148351: Only display resolved symlink for compiler, do not change path
44a1209fdfc : 8148120: Incremental update from build-infra project
1685766e91d : 8148627: RestrictTestMaxCachedBufferSize.java to 64-bit platforms
cce76542a52 : Added tag jdk8u74-b02 for changeset 77cd60da0972
c0ad32f011b : Added tag jdk8u74-b02 for changeset e33701efc4f2
d5032da34eb : Added tag jdk8u74-b02 for changeset ff8cb0f33556
8c62020dddf : Added tag jdk8u74-b02 for changeset 279bfb76ec8b
16f76d7d7c0 : Added tag jdk8u74-b02 for changeset 4467bae034b4
d5476887abc : Added tag jdk8u74-b02 for changeset e78fa85e7052
3817ce371b4 : Added tag jdk8u74-b02 for changeset 45aaf1d36783
f0b48293cc8 : Added tag jdk8u74-b02 for changeset f8a3095b597f
dfeaed199b1 : Added tag jdk8u74-b02 for changeset e05b857f3aab
0803fd165ca : Added tag jdk8u74-b02 for changeset 15625f2bf301
77710a1c408 : Added tag jdk8u74-b02 for changeset 3953f45a8528
b6e62a4e325 : Added tag jdk8u74-b02 for changeset 71415e6d5e9a
e95101636c4 : Added tag jdk8u74-b02 for changeset 9017acdeff8b
1347f502636 : Added tag jdk8u74-b02 for changeset 58e8835e7131
061cdbb51d1 : Added tag jdk8u74-b02 for changeset bec082566214
9b2b9121dad : Added tag jdk8u74-b02 for changeset 18a9dc390752
6721e373069 : 8148638: test failure in test/java/util/concurrent/tck
3bd9e259731 : Added tag jdk8u73-b02 for changeset fb937b38d992
400c9784b7e : Added tag jdk8u73-b02 for changeset 33dce5a9d98a
0bdbcfad478 : Added tag jdk8u73-b02 for changeset b5aa0b064ec8
9eb940ac015 : Added tag jdk8u73-b02 for changeset 0ab7959aedcb
52c7a6ac4eb : Added tag jdk8u73-b02 for changeset da9f6c733ff9
79c5eb77c67 : Added tag jdk8u73-b02 for changeset 94ff560a592b
4a931153728 : Added tag jdk8u73-b02 for changeset 15702f0537b4
70728d7a120 : Added tag jdk8u73-b02 for changeset 9ce6fac4b106
32e6a6ee699 : Added tag jdk8u73-b02 for changeset b787bbf29fb2
55a1e19d199 : Added tag jdk8u73-b02 for changeset 3fcccd3bbd50
b87e76e7331 : Added tag jdk8u73-b02 for changeset ec8af52fffe9
f2ee585bf17 : Added tag jdk8u73-b02 for changeset 7ea061eaacce
7b64e4a763b : Added tag jdk8u73-b02 for changeset b286a9a6a957
ddaf6ebac6b : Added tag jdk8u73-b02 for changeset 396dc86b0bca
f7408bb08d9 : Added tag jdk8u73-b02 for changeset 7290de2f5208
596527979d3 : Added tag jdk8u73-b02 for changeset 98b0fdf5b79c
7f6a9e31802 : 8145164: Default implementation of ConcurrentMap::compute can throw NPE
47e7f9dcdcd : 8144305: documentation of Queue interface contains reference to LinkedBlockingQueue twice in 'See Also' section
c2919752fd6 : 8146467: Integrate JSR 166 jck tests into JDK repo
6c11ece1f4e : 8148617: top level make docs target does not generate javadocs for dynalink API
7fa54e38e65 : 8137049: Code quality: reducing an trivial integer loop does not produce an optimal code
60a582e9beb : 8149019: remove redundant modifiers
044e5ececc7 : 8148696: Race loading hsdis may cause SIGSEGV
eab14746013 : 8148758: Compilation fails with "this call site should not be polymorphic"
938471481bc : 8149076: [JVMCI] missing ResourceMark in JVMCIRuntime::initialize_HotSpotJVMCIRuntime
25db23a65e7 : 8149135: [jittester] Makefile copies JitTesterDriver in incorrect directory and always uses default value for number-of-tests and seed
fc58d951d28 : 8148864: Quarantine CompilerControl tests
2bdb607d7d4 : 8149109: [TESTBUG] TestRegisterRestoring.java fails with "VM option 'SafepointALot' is develop"
7e9c407a86b : 8149105: typo in jvmciCodeInstaller.cpp
57e06986384 : 8145104: NPE is thrown when JAXBContextFactory implementation is specified in system property, 8145112: newInstance(String,ClassLoader): java.lang.JAXBException should not be wrapped as expected according to spec
7ae729a77fe : 8147462: URI.toURL could be more efficient for most non-opaque URIs
b0fddb9f804 : 8075964: Test java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.html fails intermittently with timeout error
6cbbf83a1ac : 8169556: Wrapping of FileInputStream's native skip and available methods
eab488fc011 : 8169595: jshell tool: pasting multiple lines hangs input
9889b220565 : 8164815: 3 JCK NetworkInterface tests fail on Raspberry Pi
6764a3bc322 : Added tag jdk-9+144 for changeset 612b698f8b8f
7b4b8a2eec5 : 8169041: com/sun/corba/cachedSocket should be added to exclusiveAccess.dirs
e3e8bf9ebe3 : 8169001: Remove launcher's built-in ergonomics
ac33542985a : 8169196: [TESTBUG] Three tests from sun/net/www have undeclared dependencies
1c628411dff : 8169362: Interop automated testing with Chrome
9555cf3b507 : 8164934: Optional.map() javadoc code example
adfb2640c6b : 8079718: IIOP Input Stream Hooking
7167922342d : 8079718: IIOP Input Stream Hooking
160fb756d49 : Added tag jdk8u74-b01 for changeset 3556be264004
ba3eefaad09 : Added tag jdk8u74-b01 for changeset d3081fbc2b8b
7e2fa72f414 : Added tag jdk8u74-b01 for changeset 5eb95bb18e10
c0d95b4256e : Added tag jdk8u74-b01 for changeset ad3732b733f1
738cec1a266 : Added tag jdk8u74-b01 for changeset b8f3d0326fd1
e1a339b8bf2 : Added tag jdk8u74-b01 for changeset 9a1e83fc655d
9b20adf2218 : Added tag jdk8u74-b01 for changeset 7b720d3ac576
e697f296c54 : Added tag jdk8u74-b01 for changeset 5513ebe7c49a
573f1774866 : Added tag jdk8u74-b01 for changeset 9f61f88e8495
ed52d903fed : Added tag jdk8u74-b01 for changeset 26cab1ab92ad
f203372a733 : Added tag jdk8u74-b01 for changeset 8c9d06941ba0
5a64820f3ba : Added tag jdk8u74-b01 for changeset f02129705201
25717ff0cfc : Added tag jdk8u74-b01 for changeset daa3a922ad43
6e0c69f7836 : Added tag jdk8u74-b01 for changeset ae5e30598440
ecc0f3b0998 : Added tag jdk8u74-b01 for changeset 92032492bab1
509ff2f86f8 : Added tag jdk8u74-b01 for changeset efff34900ebf
e6b61de0eae : Added tag jdk8u73-b01 for changeset 85e14373b6cc
2248dfb4c3f : Added tag jdk8u73-b01 for changeset f6dbb63b7558
e47a1528b38 : Added tag jdk8u73-b01 for changeset 7b361d603c3f
61aae6dc835 : Added tag jdk8u73-b01 for changeset 8290f4d922ab
f1e8f761d32 : Added tag jdk8u73-b01 for changeset efc174ddb62f
a1164a9e256 : Added tag jdk8u73-b01 for changeset 78ad5e3ec14f
9b057a4a7ba : Added tag jdk8u73-b01 for changeset 7ab1f4647063
822f7a7caac : Added tag jdk8u73-b01 for changeset 8f55d6e18868
a09a165fce9 : Added tag jdk8u73-b01 for changeset 3112320b1b84
12d525ef483 : Added tag jdk8u73-b01 for changeset 07520592a4a9
67922a74260 : Added tag jdk8u73-b01 for changeset a63727ff06a0
f9f5c12538b : Added tag jdk8u73-b01 for changeset f1552f4b184f
01ccd002c74 : Added tag jdk8u73-b01 for changeset e50e97f727f3
bbe740204c4 : Added tag jdk8u73-b01 for changeset 3bd64c7424db
2415ffed2ef : Added tag jdk8u73-b01 for changeset fb66877b03c7
adad2d31185 : Added tag jdk8u73-b01 for changeset 35ab43f45880
37ceaefd4b3 : 8147607: Remove test library dependency on sun.security.tools.jarsigner.Main
f7858fa5e15 : 8148497: Mark SSLSocketSSLEngineTemplate.java as failing intermittently
6aeeb6d79eb : Added tag jdk-9+103 for changeset 7cc832bade3c
243356bf1d7 : Added tag jdk-9+103 for changeset f04501964016
8d61cebf7a1 : Added tag jdk-9+103 for changeset 67dcc46f8241
0ddfcbafe4f : Added tag jdk-9+103 for changeset ba0b1ea9093c
eda5b05718c : Added tag jdk-9+103 for changeset 895f859625ea
22e7c9cafb7 : Added tag jdk-9+103 for changeset 9bd7d91ca664
4629840387a : Added tag jdk-9+103 for changeset 24addcfeace8
b686851c156 : Added tag jdk-9+103 for changeset 8a9ec8b729b4
121083c09ea : 8148483: JEP 280: Indify String Concatenation
86078b4598c : 8146274: Thread spinning on WeakHashMap.getEntry() with concurrent use of nashorn
3b12c6a78ac : 8146274: Thread spinning on WeakHashMap.getEntry() with concurrent use of nashorn
f651deea03b : 8147591: Revisit Collection.toArray(new T[size]) calls in nashorn and dynalink code
80083759f2c : 8146993: Several javax/management/remote/mandatory regression tests fail after JDK-8138811
8e68fb15fd6 : 8073735: [TEST_BUG] compiler/loopopts/CountedLoopProblem.java got OOME
d0d8167d840 : 8073735: [TEST_BUG] compiler/loopopts/CountedLoopProblem.java got OOME
dd40623d9cb : Added tag jdk8u74-b00 for changeset 3b664267be91
01f100d3fcc : Added tag jdk8u74-b00 for changeset 9f1a56b9fb4b
23a16ed6150 : Added tag jdk8u74-b00 for changeset 61a4b6a1d4ec
89b7bfb6bad : Added tag jdk8u74-b00 for changeset 59a1ceed2d11
646e6f5b3d3 : Added tag jdk8u74-b00 for changeset 28acfdc701c4
79da31fb45b : Added tag jdk8u74-b00 for changeset cdf3699a2cd3
6b54e48d37a : Added tag jdk8u74-b00 for changeset 1eebb19b624f
552f0b4063d : Added tag jdk8u74-b00 for changeset f94e703172ca
1c3ad1fbad5 : Added tag jdk8u74-b00 for changeset 9c5467a96dd5
54daa38da19 : Added tag jdk8u74-b00 for changeset 4c951fb0683a
6484d4cd0cf : Added tag jdk8u74-b00 for changeset d06e55b47645
fd666b135be : Added tag jdk8u74-b00 for changeset f0529ecf4def
811bb38c7fa : Added tag jdk8u74-b00 for changeset 4de6f94c577b
df82b70bfe8 : Added tag jdk8u74-b00 for changeset fa7cf8322900
837d453edfd : Added tag jdk8u74-b00 for changeset 186b02fb18e2
9f71a51616d : Added tag jdk8u74-b00 for changeset 0bf243b2f30a
cce7aa04d3f : Added tag jdk8u73-b00 for changeset b0592e93ac2b
9aa270699ed : Added tag jdk8u73-b00 for changeset fcfe55abeed8
36eb97e1234 : Added tag jdk8u73-b00 for changeset 4b02c1cef11d
cf597bf1fa3 : Added tag jdk8u73-b00 for changeset ac732be52e1f
6881ea0bfc0 : Added tag jdk8u73-b00 for changeset 2eb52fa21361
7d515726e3f : Added tag jdk8u73-b00 for changeset dba1c88a7ac3
e21f342c1ee : Added tag jdk8u73-b00 for changeset e47e830c0137
82d0f444ab4 : Added tag jdk8u73-b00 for changeset a354c90e96f3
55c46365d74 : Added tag jdk8u73-b00 for changeset 325a42545559
8c20f52b1ce : Added tag jdk8u73-b00 for changeset 46406b81d537
39f6a2d5cdb : Added tag jdk8u73-b00 for changeset 3f7cb780f9a1
73fe65c3684 : Added tag jdk8u73-b00 for changeset 1b309207904e
146325ab638 : Added tag jdk8u73-b00 for changeset 31d178832bd7
a8ba8de1a2f : Added tag jdk8u73-b00 for changeset 180c6e6db8d5
46b62d90556 : Added tag jdk8u73-b00 for changeset bc9be94e988c
231720df85f : Added tag jdk8u73-b00 for changeset 2325cceafab4
2d1c3d10229 : 8148487: PPC64: Better byte behavior
5fbcf5ca945 : 8148487: PPC64: Better byte behavior
f81ad717968 : 8148487: PPC64: Better byte behavior
348984c01fd : 8148487: PPC64: Better byte behavior
32687876fa0 : 8149529: Adapt SAP copyrights to new company name in jdk repository
6c46017af1e : 8046339: sun.rmi.transport.DGCAckHandler leaks memory
ff97659a794 : 8071368: Use more concrete types for NamedFunction constants in the code
3e45966cd3f : 8138884: MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods
2d065eb25b7 : 8149492: Problem list CheckEncodings.sh
2d836a55954 : 8148446: (tz) Support tzdata2016a
1377939c5dc : 8148570: TzdbZoneRulesCompiler.java throws Null Pointer Exception While Compiling and building TZDB data file
451a576a425 : 8149391: Fix module dependences in java/util tests
a03c63e1460 : 8148127: IllegalArgumentException thrown by JCK test api/java_awt/Component/FlipBufferStrategy/indexTGF_General in opengl pipeline
d66549f6f60 : 8147077: IllegalArgumentException thrown by api/java_awt/Component/FlipBufferStrategy/indexTGF_General
3bfe267422f : 6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
0dc5bf69f9d : 6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
84f65780324 : 8130304: Inference: NodeNotFoundException thrown with deep generic method call chain
196a39b4312 : 8130304: Inference: NodeNotFoundException thrown with deep generic method call chain
d0d98730a0f : Added tag jdk8u76-b05 for changeset 4fee3130be2b
0072f6ed3cb : Added tag jdk8u76-b05 for changeset afa78382232d
c4ee6f160f6 : Added tag jdk8u76-b05 for changeset e66622270e36
0e579769337 : Added tag jdk8u76-b05 for changeset 504e9be69a1b
d2f407aff28 : Added tag jdk8u76-b05 for changeset 2039797d89c4
aa411cfd766 : Added tag jdk8u76-b05 for changeset da615974e478
79f51db2abf : Added tag jdk8u76-b05 for changeset e3dc4a5f7810
99541bd59a6 : Added tag jdk8u76-b05 for changeset 23ac3b4814a7
2964c0af475 : Added tag jdk8u76-b05 for changeset 4e664dc30ef0
24860ab12a0 : Added tag jdk8u76-b05 for changeset 622c231e3004
7e0483dac0d : Added tag jdk8u76-b05 for changeset f8413c4753b2
8ae1038b2d5 : Added tag jdk8u76-b05 for changeset a290cef0083c
be270c35309 : Added tag jdk8u76-b05 for changeset 0400789fc57a
2f89aa96523 : Added tag jdk8u76-b05 for changeset 50cc88117596
d383becaff1 : Added tag jdk8u76-b05 for changeset 2d8db1bcab27
064e26d17e0 : Added tag jdk8u76-b05 for changeset efd9b81b41e0
2f4e6168ea2 : Added tag jdk8u40-b33 for changeset 40f26f7b8d49
7eb4feb1009 : Added tag jdk8u40-b33 for changeset c517e3f1b700
c84194da320 : Added tag jdk8u40-b33 for changeset e367aeda5531
210b0f0914e : Added tag jdk8u40-b33 for changeset 6692bac3c3c3
b6cb4204af2 : Added tag jdk8u40-b33 for changeset ee8cc492cc7c
232ef3fb011 : Added tag jdk8u40-b33 for changeset e2ee2fd66365
de2214d7437 : Added tag jdk8u40-b33 for changeset f7e189948ab6
0cb1244a9b8 : Added tag jdk8u40-b33 for changeset fc411dec8c9d
954ac095fa2 : Added tag jdk8u40-b33 for changeset 22c35140a313
3655f981a5f : Added tag jdk8u40-b33 for changeset 82d7e7f48d49
580ad859345 : Added tag jdk8u40-b33 for changeset 0b28ed42fb48
476cc07e3d6 : Added tag jdk8u40-b33 for changeset 7d1afa6c6780
831dd9b88d7 : Added tag jdk8u40-b33 for changeset b8e08047380f
7327e556869 : Added tag jdk8u40-b33 for changeset 98ebf4b2a9dc
2b9df360b52 : Added tag jdk8u40-b33 for changeset 38d4c91d4026
d63bb5ba233 : Added tag jdk8u40-b33 for changeset 5e25f76f7e3d
272ee0ade83 : 8148240: aarch64: random infrequent null pointer exceptions in javac
b220252b74d : 8148202: move lookup of Java class and hub from ResolvedJavaType to ConstantReflectionProvider
a6932e53525 : 8148214: Slow object allocation due to multiple synchronization
e421ede7790 : 8147966: [TEST] add a test for multiresolution image properties
d569a595227 : 8147876: ciTypeFlow::is_dominated_by() writes outside dominated array
ed1d72e964e : 8147470: update JVMCI mx extensions
50d5ea89caf : Added tag jdk8u82-b00 for changeset 7b513ff10736
c49303f3e9f : Added tag jdk8u82-b00 for changeset c6742c180af5
2dc7945572a : Added tag jdk8u82-b00 for changeset 6d5a8dbf71e2
a73d094c01b : Added tag jdk8u82-b00 for changeset c2ac993097c0
747bba427c5 : Added tag jdk8u82-b00 for changeset 00a56d74102c
fe42f8ad09d : Added tag jdk8u82-b00 for changeset d908aa33d464
a507b76ce01 : Added tag jdk8u82-b00 for changeset 42287359514b
ab9a1592f4a : Added tag jdk8u82-b00 for changeset 034c3dcae3a2
c9aa3b73c76 : Added tag jdk8u82-b00 for changeset 6f9fdc7edb20
cceed3ff050 : Added tag jdk8u82-b00 for changeset 9ff5f254b132
eb759d0b770 : Added tag jdk8u82-b00 for changeset 9c4ddc1ebd38
aeedb22526f : Added tag jdk8u82-b00 for changeset c77e9596093c
e8619ccfa01 : 8079718: IIOP Input Stream Hooking
3bebe35b7be : 8148136: compile control tests have incorrect @build directives
972bf92ef72 : 8148161: quarantine compiler/loopopts/UseCountedLoopSafepoints.java
6362d3ae02c : Added tag jdk8u76-b04 for changeset 6c7c6d8363c4
4a09978c365 : Added tag jdk8u76-b04 for changeset 4c188ae6bb42
96cba1fe2c2 : Added tag jdk8u76-b04 for changeset 2dc7683a5a6e
3af64966512 : Added tag jdk8u76-b04 for changeset 29120d43c773
2e6f621e571 : Added tag jdk8u76-b04 for changeset e609f39fbb04
f70e9d5f51c : Added tag jdk8u76-b04 for changeset ba0262f612ee
087f8b9fe6b : Added tag jdk8u76-b04 for changeset 28bb3bcfd1b3
f1de03236bd : Added tag jdk8u76-b04 for changeset a7138dba4495
1735c48e586 : Added tag jdk8u76-b04 for changeset a70bf6327200
1275f83dc33 : Added tag jdk8u76-b04 for changeset 60888d98813a
62fad13c911 : Added tag jdk8u76-b04 for changeset 678d47ce24d6
76c0b198c40 : Added tag jdk8u76-b04 for changeset 69917781c79b
b3db123c2d4 : Added tag jdk8u76-b04 for changeset 11b65cf95f6f
0d693ce70fe : Added tag jdk8u76-b04 for changeset ae46e3fa64ef
7db4ac7ea11 : Added tag jdk8u76-b04 for changeset 2eefc685ff05
5af982e5b54 : Added tag jdk8u76-b04 for changeset a316585a2486
c2f0dbd98c8 : Added tag jdk8u75-b05 for changeset 07f179d42aa9
0629e16212c : Added tag jdk8u75-b05 for changeset 28a0c0ecc734
2f90b708f2f : Added tag jdk8u75-b05 for changeset fa02bd962c2f
a75e71550ad : Added tag jdk8u75-b05 for changeset 1ca0ba71718e
5461ff87a94 : Added tag jdk8u75-b05 for changeset ba345e5faf93
c022d90d403 : Added tag jdk8u75-b05 for changeset 68db5804cee8
8805b28ea80 : Added tag jdk8u75-b05 for changeset 2e759a8d64df
e7970a29e83 : Added tag jdk8u75-b05 for changeset 80b2a99966a8
b728ac44080 : Added tag jdk8u75-b05 for changeset f61033163b2d
17954931e62 : Added tag jdk8u75-b05 for changeset 3ffb4c50a2eb
2a25016278c : Added tag jdk8u75-b05 for changeset a7ff249e1420
7eb648c8b91 : Added tag jdk8u75-b05 for changeset 7938fab04106
ff89720f8e7 : Added tag jdk8u75-b05 for changeset 728896d542b6
3becac4c297 : Added tag jdk8u75-b05 for changeset 97b936584f19
bd8e8eddfa2 : Added tag jdk8u75-b05 for changeset 4f4d849d2cfa
1f85f7e80f5 : Added tag jdk8u75-b05 for changeset 9d54bf2d6df0
5e6fc23a736 : 8148147: Sync up @modules from jigsaw/jake
3573d650403 : 8148147: Sync up @modules from jigsaw/jake
a3351a8233e : 8148101: [JVMCI] Make CallingConvention.Type extensible
b22d631d0cd : 8129952: Ensure thread consistency
bc9e7cb8b56 : 8129952: Ensure thread consistency
942008a3c05 : 8129952: Ensure thread consistency
313bee9110e : 8129952: Ensure thread consistency
60134cc040d : 8148044: Remove Enum[0] constants from EnumSet and EnumMap
78651a213eb : 8145987: Assertion failure when compiling stream with type annotation
1cbdf12c056 : 8147862: Null check too late in sun.net.httpserver.ServerImpl
7d17c7744d6 : 8145392: Build fails with "No portfile values materialized"
5cd3c7cac81 : 8056989: Sjavac --server option should be optional 8147568: NullPointerException in option parsing
495414b40cb : 8133299: Nashorn Java adapters should not early bind to functions
efa7c6652a3 : 8143388: Compiler throws NullPointerException during compilation
80b266507c9 : 8148040: jjs -fx test does not exit
08804953526 : 8074146: [TEST_BUG] jdb has succeded to read an unreadable file
2ef91910442 : 8074146: [TEST_BUG] jdb has succeded to read an unreadable file
fea44f6371a : 8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root
e965dc300a4 : 8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root
f26a53f0265 : 8036132: Tab characters in test/com/sun/jdi files
6b983f2731b : 8036132: Tab characters in test/com/sun/jdi files
ae0867c9f8a : 8063112: Compiler diagnostic commands should have locking instead of safepoint
56c2dccccf8 : 8148981: remove ResolvedJavaType.getClassFilePath()
76b459d629d : 8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285
eb2347dd718 : 8143897: Weblogic12medrec assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true)) failed: Must be the same
61459aaf923 : 8002116: This JdbReadTwiceTest.sh gets an exit 1
bf4e61d167a : 8002116: This JdbReadTwiceTest.sh gets an exit 1
57e0ace0820 : 8074165: Deprecate support for AppletViewer
5b4d1a73070 : 8144430: Improve JMX connections
07c43dfb463 : 8148522: Backout JDK-8138811 from 2016 Apr CPU repo
e9df57de9ac : 8144430: Improve JMX connections
d19868a64f0 : 8148522: Backout JDK-8138811 from 2016 Apr CPU repo
ed114072317 : 8144430: Improve JMX connections
bf81f1accf2 : 8144430: Improve JMX connections
83e0997bbda : 8144430: Improve JMX connections
08f0edbf5a5 : 8146881: [TEST] update some imageio plugins tests to affect TIFF format
3020dc6a719 : 8134933: re-enable LambdaFormEditor assertions in Nashorn testing
34b5d02bb93 : 8068254: Method reference uses wrong qualifying type
aee55fab4c5 : 8068254: Method reference uses wrong qualifying type
055516f9c82 : 8147995: 8147930 uses incorrect whitespace in langtools/test/Makefile
82ccbd9ae76 : Added tag jdk-9+102 for changeset 722ab3267903
94d8bdfa273 : Added tag jdk-9+102 for changeset cb71f7f18b6f
4b50f0d923f : Added tag jdk-9+102 for changeset 93b315c61ca3
934eae7f00c : Added tag jdk-9+102 for changeset 254cbe482e81
3cfb62746e3 : Added tag jdk-9+102 for changeset 7e3feb2ba5b3
c688dcc7e00 : Added tag jdk-9+102 for changeset 62df07007db2
11203c38466 : Added tag jdk-9+102 for changeset 05d2c272a439
50bc1e72da1 : Added tag jdk-9+102 for changeset f510188ef3ac
c0662e94e8f : 8138990: Implementation of HTTP Digest authentication may be more flexible
dc88c70fbb5 : 8147853: "assert(t->meet(t0) == t) failed: Not monotonic" with sun/util/calendar/zi/TestZoneInfo310.java
1f8105bb0ce : 8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
43a28c76092 : 8147845: Varargs Array functions still leaking longs
425e65b9498 : 8143896: java.lang.Long is implicitly converted to double
0fd9cb16574 : 8144020: Remove long as an internal numeric type
c4894bf016c : 8147845: Varargs Array functions still leaking longs
a375c59b188 : 8143896: java.lang.Long is implicitly converted to double
4bc6c8aa21e : 8144020: Remove long as an internal numeric type
fdfdf19e75b : 8147845: Varargs Array functions still leaking longs
e3a317566ae : 8147087: Race when reusing PerRegionTable bitmaps may result in dropped remembered set entries
5c5c0385f95 : 8147087: Race when reusing PerRegionTable bitmaps may result in dropped remembered set entries
b7a0ca25cd5 : 8147930: Langtools test Makefile still requires special make in Cygwin
0e1008cb200 : 8147934: Remove --with-sdk-name from macosx jib profile
108a946d760 : 8147933: Configure check for number of cpus ignores HT on Macosx
4e99638d699 : 8147937: Adapt SAP copyrights to new company name
4205407d836 : 8146424: runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
87d68c21c4f : 8147432: JVMCI should report bailouts in PrintCompilation output
0691fac50b3 : 8146244: compiler/jvmci/code/DataPatchTest.java crashes: SIGSEGV in (getConstClass)getConstClass
a5d7b2b4501 : 8065334: CodeHeap expansion fails although there is uncommitted memory
025890379a8 : 8141557: TestResolvedJavaMethod.java times out after 1000 ms
a58cdadbf27 : 8147848: [TESTBUG] tmtools tests ported to JTREG need to be quarantined
9ed7f823140 : 8147931: Incorrect edits for JDK-8064330
553048f324e : 8147857: RMIConnector logs attribute names incorrectly
8f386aff090 : 8041501: ImageIO reader is not capable of reading JPEGs without JFIF header
e7b31badb96 : 8147857: RMIConnector logs attribute names incorrectly
f95a944dc49 : 8041501: ImageIO reader is not capable of reading JPEGs without JFIF header
08694bb7e1b : 8064330: Remove SHA224 from the default support list if SunMSCAPI enabled
3cc90f5cd6b : 8147922: Remove sun.misc.ClassFileTransformer
66b2ad78774 : 8146276: Right aligned ToolBar component does not appear
b0c250a1890 : 8139213: [macosx] Mac OS X Aqua Look and Feel: JOptionPane can truncate the first button
9c3a40427c9 : 7104635: HTMLEditorKit fails to write down some html files
e8d7644b13d : 8147443: Use the Common Cleaner in Marlin OffHeapArray
d65a51afb72 : 8147443: Use the Common Cleaner in Marlin OffHeapArray
0aa59442eb9 : 8129952: Ensure thread consistency
9d07dc02e18 : 8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
b5e16518f41 : 8145800: [Testbug] CompilerControl: inline message differs for not inlined methods
298315e8f8d : 8133085: Avoid creating instances of security providers when possible
0ec48f2c8b5 : 8145459: Cleaner - use Reference.reachabilityFence
5468304baf0 : 8145446: Perfect pipe placement
1fa4a97b6f9 : 8145446: Perfect pipe placement
79dd998f3e5 : 8147805: aarch64: C1 segmentation fault due to inline Unsafe.getAndSetObject
66b4fd463a2 : 8147475: compiler/jvmci/code/SimpleDebugInfoTest.java fails in Assembler::locate_operand: ShouldNotReachHere()
5456fcf370c : 8147599: [JVMCI] simplify code installation interface
f3dca540d87 : 8145336: PPC64: fix string intrinsics after CompactStrings change
41131f7d812 : 8146803: Enhance and update Sharding API
4567f1f8fe7 : 8147791: Reenable tests that was temporarily quarantined in jdk9/hs
7f812c4c864 : 8145596: Enable debug symbols for all libraries
559932b6fcb : 8145596: Enable debug symbols for all libraries
3927e409fb5 : 8147509: [aix] Newlines missing in register info printout
ac8a084ede6 : 8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
e782acbf37e : 8147546: regression when type-checking generic calls inside nested declarations occurring in method context
9dcc8b20687 : 8147493: regression when type-checking unchecked method calls
fff2106bbc7 : 8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
a5d096be2e3 : 8144113: enable jjs testing
6d7faffbd6f : 8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
3c586d6531b : 8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
7300cb856d6 : 8146653: Debug version missing in hs_err files and on internal version after Verona
9220796efcd : 8147494: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java fails with "java.lang.IllegalArgumentException: VM option 'TraceExceptions' does not exist"
7a249175fe2 : Added tag jdk8u76-b03 for changeset 2690450cbd29
1b0a604831d : Added tag jdk8u76-b03 for changeset b7914b0d82c6
539332b2bc6 : Added tag jdk8u76-b03 for changeset e92f5e2a53e0
874b0bb41dd : Added tag jdk8u76-b03 for changeset 057ae4f6eb34
cb626042bc9 : Added tag jdk8u76-b03 for changeset 91c33aaf1274
cd1d7e825a7 : Added tag jdk8u76-b03 for changeset 9bb46ed48820
c54e9acb10f : Added tag jdk8u76-b03 for changeset e49d3620f8cc
17ff3e64302 : Added tag jdk8u76-b03 for changeset 819303bb6a03
26a6deaedf7 : Added tag jdk8u76-b03 for changeset 1a51261f3fbe
45723dac20b : Added tag jdk8u76-b03 for changeset 2554e3e4ff42
67816b51aab : Added tag jdk8u76-b03 for changeset bfe9ab88d7d0
fe6eb12a0ec : Added tag jdk8u76-b03 for changeset 46085cce14f5
4f5fe744cbb : Added tag jdk8u76-b03 for changeset ea60d920a5f9
b58aee6c6d4 : Added tag jdk8u76-b03 for changeset 479a135b178f
bc2f8c3f260 : Added tag jdk8u76-b03 for changeset 3722b3422046
833ecce2fc3 : Added tag jdk8u76-b03 for changeset 7967de4579b9
baf5076889f : 8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure>
8f9d9121874 : 8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure>
89210134369 : 8147630: Wrong test result pushed to 8u-dev
3883c7031d4 : 8147630: Wrong test result pushed to 8u-dev
6452a8d8e35 : 8147629: quarantine tests failing in 2016.01.14 PIT snapshot
bf99c27274e : 8147386: assert(size == calc_size) failed: incorrect size calculattion x86_32.ad
9f3b2adf4c4 : 8144131: ArrayData.getInt implementations do not convert to int32
0644c7108ed : 8144131: ArrayData.getInt implementations do not convert to int32
e9684dfd80d : 8147567: InterpreterRuntime::post_field_access not updated for boolean in JDK-8132051
46501e84af4 : 8147567: InterpreterRuntime::post_field_access not updated for boolean in JDK-8132051
415eda1274f : 8003585: strength reduce or eliminate range checks for power-of-two sized arrays
d26d6fa3efc : 8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651
ffbb39518cb : 8148012: get rid of slash-dot-dot in @library directives
c675914f1cd : 8148328: aarch64: redundant lsr instructions in stub code
477c40e4ebc : 8146478: Node limit exceeded with -XX:AllocateInstancePrefetchLines=1073741823
570883e4dc5 : 8144580: java.lang.AssertionError: Missing type variable in where clause: T
84ae91a490a : 8147611: G1 - Missing memory barrier in start_cset_region_for_worker
ae7f8632ce5 : 8146751: jdk/test/tools/launcher/TooSmallStackSize.java failed on Mac OS
f646b9fac7b : 8147012: Fix includes in internalVMTests.cpp
7366cfb6d21 : 8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
39ba4386562 : Added tag jdk8u75-b04 for changeset 8deb8f3183fd
9d95295a020 : Added tag jdk8u75-b04 for changeset 2f832b22abac
92f83273e10 : Added tag jdk8u75-b04 for changeset bf7a6b39e3b7
c84421af4d7 : Added tag jdk8u75-b04 for changeset a060d90f74fb
55332211bc6 : Added tag jdk8u75-b04 for changeset 140a73ae0eaf
cb588b2e5ed : Added tag jdk8u75-b04 for changeset d84c1e61edd1
19b6443ff3e : Added tag jdk8u75-b04 for changeset fe3b803f6dc0
9280f2e88c2 : Added tag jdk8u75-b04 for changeset 560eb376ae8a
7b6a764f74b : Added tag jdk8u75-b04 for changeset ffbbe3db87b9
fe0b66cd084 : Added tag jdk8u75-b04 for changeset 2efb4c143ad2
a0c3614c8b9 : Added tag jdk8u75-b04 for changeset bab1c6cc69b3
8c25ff08a28 : Added tag jdk8u75-b04 for changeset 8ab5ddc142f9
0916050a7a6 : Added tag jdk8u75-b04 for changeset f95fbc5e9681
f4a692050e0 : Added tag jdk8u75-b04 for changeset 3352307e1472
fdb6716fd46 : 8147564: [JVMCI] remove unused method CodeCacheProvider.needsDataPatch
6b826df140c : 8146709: AArch64: Incorrect use of ADRP for byte_map_base
b6658d2b5fd : 8146999: hotspot/test/compiler/c2/8007294/Test8007294.java test nightly failure
ed65d938e53 : 8146985: Change output directory for hotspot's jtreg tests
3a492834aad : 8146086: Publishing two webservices on same port fails with "java.net.BindException: Address already in use"
7985afb4e5c : 8147554: InfoOptsTest fails when executed outside make
6c65f775170 : 8146086: Publishing two webservices on same port fails with "java.net.BindException: Address already in use"
769b662af41 : 8130506: javac AssertionError when invoking MethodHandle.invoke with lambda parameter
d137816bcbe : 8130506: javac AssertionError when invoking MethodHandle.invoke with lambda parameter
56fb28f292f : 8145305: fix Nashorn shebang handling on Cygwin
db40a8396bd : 8146274: Thread spinning on WeakHashMap.getEntry() with concurrent use of nashorn
a52e26777de : 8147464: Use LogConfiguration::configure_stdout() instead of parse_log_arguments
9fdfd0fc8fe : 8146213: (so) Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed intermittently with Connection refused
0d980c2b94a : 8147508: Correct fix for JDK-8147480
7a379cb6bbc : 8146403: Windows build can be faster
264f84a2f96 : 8146403: Windows build can be faster
92b9b682251 : 8146669: Test SessionTimeOutTests fails intermittently
56a6f4ebf20 : 8146208: Add a public DocTreeFactory to the Compiler Tree API
8d9995359c5 : 8132051: Better byte behavior
993a4d8edd2 : 8132051: Better byte behavior
f8fa2735fe2 : 8132051: Better byte behavior
fffc413e397 : 8132051: Better byte behavior
c100bda1b54 : 8143554: UnsupportedOperationException is not thrown for unsupported options
a56d95529c9 : 8147480: Mark FJExceptionTableLeak.java as intermittently failing
3c46c9ce901 : 8143317: jdk/lambda/vm/InterfaceAccessFlagsTest.java fails with IncompatibleClassChangeError
380495673ac : 8141595: (so) java/nio/channels/ServerSocketChannel/NonBlockingAccept.java fails intermittently
5df533dc6dd : 8143100: (sc) java/nio/channels/ServerSocketChannel/Basic.java fails intermittently
9d40f3ec9bd : 8146967: [TEST_BUG] javax/security/auth/SubjectDomainCombiner/Optimize.java should use 4-args ProtectionDomain constructor
e5b7cbe7d20 : 8026766: Add toString() to j.u.Locale.LanguageRange
173e79ac669 : 8147407: Provide support of WaveExtensible sound format
f01220d47ba : 7067728: Remove stopThread RuntimePermission from the default java.policy
554c5ffea1d : 8145722: NullPointerException in javadoc
5005dfd077a : 8145722: NullPointerException in javadoc
d204070d50c : Added tag jdk-9+101 for changeset 0a5536ef0eec
793a32922d2 : Added tag jdk-9+101 for changeset 16043fc1d90b
3561ae517bd : Added tag jdk-9+101 for changeset 3248b89d1921
2be12511cce : Added tag jdk-9+101 for changeset d391c2d25bea
af7d25e14bc : Added tag jdk-9+101 for changeset 8927994dbcdb
1517e0a82f9 : Added tag jdk-9+101 for changeset 8319ac454c80
b6c6afc1744 : Added tag jdk-9+101 for changeset e5bebbbe0a34
2fd84cae830 : Added tag jdk-9+101 for changeset f2b58023ac04
cd819992869 : 8145409: Better detect JRE that JLI will be using
75f5093aa15 : 8146994: Move internal vm tests to a separate file
72a8d2948fc : 8147482: Zero build fails after 8144953
f0d0aaf18d6 : 8145698: Memory leak in add_lib_info_fd of libproc_impl.c:174
299843c5f38 : 8147091: Remove debug output in basics.m4
46579944356 : 8146990: Convert CollectorPolicy to use log_warning instead of warning
d64d6d86629 : 8147078: MethodHandles.catchException does not enforce Throwable subtype
f89a58df619 : 8147086: Excluding of copy files broken after JDK-8144226
df1606c0888 : 8144919: Implement missing member handler for BeansLinker
0beda5bcab7 : 8144917: Prepare AbstractJavaLinker/BeanLinker codebase for missing member implementation
6559500ac21 : 8146995: Introduce named arguments in configure
e267b166cbf : 8147070: Dynalink GuardedInvocation must check the Class object passed
16899859109 : 8036977: Make process singleton options to be context wide
ca14c9d5c5f : 8146015: JMXInterfaceBindingTest is failing intermittently for IPv6 addresses
49d61bdeb6f : 8147000: VM crashes during initialization trying to print log message
f16c6f2d9f3 : 8077648: ARM: BREAKPOINT is wrong for thumb
751dd7f031c : 8145849: ALPN: getHandshakeApplicationProtocol() always return null
fcfe2fcc8a2 : 8145446: Perfect pipe placement
d1460d52248 : 8146660: Resolve merge issue in resulting from sun.misc.VM move to jdk.internal.misc
45b28571f03 : 8146800: Reorganize logging alias code
36c1b063394 : 8146494: Better ligature substitution
cd08ccc7f91 : 8146494: Better ligature substitution
9adc6d3ca41 : 8146498: Better device table adjustments
a2d2d77fb8c : 8146967: [TEST_BUG] javax/security/auth/SubjectDomainCombiner/Optimize.java should use 4-args ProtectionDomain constructor
7fe799e3c48 : 8146494: Better ligature substitution
f49761dc8cd : 8146498: Better device table adjustments
2497a9402c3 : 8146967: [TEST_BUG] javax/security/auth/SubjectDomainCombiner/Optimize.java should use 4-args ProtectionDomain constructor
c7e102f4903 : 8146494: Better ligature substitution
633d3b69ed0 : 8146498: Better device table adjustments
8ca9103b7b6 : 8146498: Better device table adjustments
11920c3315e : 8146494: Better ligature substitution
29aeb056925 : 8146498: Better device table adjustments
bfa98d042c6 : 8147008: Nashorn primitive linker should handle ES6 symbols
0224290c87b : 8146606: Catalog.matchSystem() appends an extra '/' to the matched result
bbe36d6b8f7 : 8132717: Add tests checking that instances of j.l.Classes of a large size are allocated as Humongous
459ed3c70ad : 8132720: Add tests which checks that Humongous objects are not moved after Full GC
86897064bf1 : 8145184: [aix] Implement os::platform_print_native_stack on AIX
1980bc42dd1 : 8145442: Add the facility to verify remembered sets for G1
33104c61ae0 : 8072725: Provide more granular levels for GC verification
dcf563b6a68 : 8147075: Rename old GC JTreg tests to the new naming scheme
01733354792 : 8147079: Add serviceability/logging folder to hotspot_serviceability test group
f14cf0149e2 : 8143558: evaluate if thr_sigsetmask can be removed from hotspot (solaris) codebase
f93feda3085 : 8145940: TempNewSymbol should have correct copy and assignment functions
7401022e647 : 8146871: Make the clean target silent in hotspot/test/Makefile
f8b5f55021c : 8130063: Refactoring tmtools jstat and jstack tests to jtreg
ad0c208a5a5 : 8146690: Make all classes in GC follow the naming convention
e0be7af3ce1 : 8146771: Remove unused CEFormatException and CEStreamExhausted from sun.misc
9bc2df068ed : 8146774: Remove sun.misc.JarFilter
40987b7c03c : 8085903: New fix for memory leak in ProtectionDomain cache
8f8cd2d8153 : 8146736: Move sun.misc performance counters to jdk.internal.perf
ed581c190a2 : 8146736: Move sun.misc performance counters to jdk.internal.perf
2ed4c9cc8c6 : 8146736: Move sun.misc performance counters to jdk.internal.perf
9884b80330e : 8146735: Move sun.misc.PerformanceLogger to sun.awt.util
1ee440e9bca : 8144906: Fix jshell's ToolBasicTest
94ec0f9c573 : 8146762: Move back java/util/concurrent/Phaser/Basic.java to tier1
fdb8990307c : 8144966: Catalog API: Null handling and reference to Reader
05799f8d810 : 8145722: NullPointerException in javadoc
a937465980a : 8146671: [TEST BUG] java/lang/ref/CleanerTest.java required more memory for -UseCompressedOops runs
380897b206b : 8146889: Update @requires expression for GC tests to run if GC is default
29169fd975e : 8145127: VM warning: WaitForMultipleObjects timed out (0) ..
93ca986bae8 : 8146855: Update hotspot sources to recognize Solaris Studio 12u4 compiler
50bcef8c756 : 8146523: VirtualMemoryTracker::remove_released_region double count unmapped CDS shared memory
5d7f8cf015a : 8146410: Interpreter functions are declared and defined in the wrong files
f4555ca41f7 : 8144953: runtime/CommandLine/TraceExceptionsTest.java fails when exception is thrown in compiled code
dd9c62130ff : 8143896: java.lang.Long is implicitly converted to double
40ea9a6025d : 8146843: aarch64: add scheduling support for FP and vector instructions
75901ea0cb4 : 8147433: PrintNMethods no longer works with JVMCI
3301846a214 : 8147441: Unchecked pending exceptions in the WhiteBox API's implementation
ca562009776 : 6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
01a4b31e786 : 8144212: JDK 9 b93 breaks Apache Lucene due to compact strings
90ac004ff6f : 8147444: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with NullPointerException in ClassFileInstaller
01f58aa4da0 : 8146820: JVMCI options should not use System.getProperty directly
22de0c428de : 8146983: C1: assert(appendix.not_null()) failed for invokehandle bytecode
281c7eb8950 : 6985422: flush the output streams before OnError commands
28046ae3214 : 8140001: _allocateInstance intrinsic does not throw InstantiationException for abstract classes and interfaces
4b3b8b4f590 : 8145025: compiler/compilercontrol/commandfile/CompileOnlyTest.java and compiler/compilercontrol/commands/CompileOnlyTest.java fail: java.lang.RuntimeException:
394ff6ff9a2 : 8146364: Remove @ServiceProvider mechanism from JVMCI
48b6051ee73 : 8145331: SEGV in DirectivesStack::release(DirectiveSet*)
ee1e0472690 : 8071864: compiler/c2/6772683/InterruptedTest.java failed in nightly
80d21796449 : 8146978: PPC64: Fix build after integration of C++ interpreter removal
543ed0a868f : 8146891: AArch64 needs patch for 8032463
6622e25b614 : 8145788: JVM crashes with -XX:+EnableTracing
ff26874c250 : 8146888: Wrong license headers in test files
13e2eedb5f7 : 8141615: Add new public methods to sun.reflect.ConstantPool
1ef609ca8ff : 8068938: javax.script package description should specify use of ServiceLoader
8a4f6e9b216 : 8146620: CodelistTest.java fails with "Test failed on: jdk.internal.misc.Unsafe.getUnsafe()Ljdk/internal/misc/Unsafe;"
26616a3176c : 8146387: Test SSLSession/SessionCacheSizeTests socket accept timed out
6d4c26ee9ca : 8146368: JShell: couldn't smash the error when it's Japanese locale
f5bd7430810 : Added tag jdk8u81-b00 for changeset 8deb8f3183fd
d6b93030179 : Added tag jdk8u81-b00 for changeset 2f832b22abac
5b64b5b4476 : Added tag jdk8u81-b00 for changeset bf7a6b39e3b7
44d80da0434 : Added tag jdk8u81-b00 for changeset a060d90f74fb
224025cba59 : Added tag jdk8u81-b00 for changeset a16064f2fe76
f850f999c36 : Added tag jdk8u81-b00 for changeset 65708fa1fa50
fb3fae73af4 : Added tag jdk8u81-b00 for changeset fe3b803f6dc0
a1c760154a6 : Added tag jdk8u81-b00 for changeset 560eb376ae8a
e665f418386 : Added tag jdk8u81-b00 for changeset ffbbe3db87b9
47bced65a53 : Added tag jdk8u81-b00 for changeset 2efb4c143ad2
95aeb647fd7 : Added tag jdk8u81-b00 for changeset ecb8073207fa
ee2df0539de : Added tag jdk8u81-b00 for changeset 446ca1c99686
534571e6c48 : Added tag jdk8u81-b00 for changeset bab1c6cc69b3
bf2cd5a134d : Added tag jdk8u81-b00 for changeset 8ab5ddc142f9
14a3eea6779 : Added tag jdk8u81-b00 for changeset f95fbc5e9681
60a6ad3754a : Added tag jdk8u81-b00 for changeset 3352307e1472
04320b2ce00 : Added tag jdk8u75-b03 for changeset a59a4f9dd311
197aef7780f : Added tag jdk8u75-b03 for changeset f2b243e60ff9
9f527826773 : Added tag jdk8u75-b03 for changeset 8830fc9cedcb
2753cfe7583 : Added tag jdk8u75-b03 for changeset 03ebc7152d35
bf564f60e0b : Added tag jdk8u75-b03 for changeset f26bdf396b37
659832570a6 : Added tag jdk8u75-b03 for changeset 232e99868e8f
9c6c0e071c0 : Added tag jdk8u75-b03 for changeset 0229b39b627d
ea077cc64da : Added tag jdk8u75-b03 for changeset cef41707819f
c2600465012 : Added tag jdk8u75-b03 for changeset 1b08e5482eb0
dc632134a2f : Added tag jdk8u75-b03 for changeset 8f574d9fa91a
33614a125b4 : Added tag jdk8u75-b03 for changeset 31cb5b0b3826
881c7edbb67 : Added tag jdk8u75-b03 for changeset 7a59143b594c
0e0c9a36cb5 : Added tag jdk8u75-b03 for changeset c0af8c35542b
29a878a3d16 : Added tag jdk8u75-b03 for changeset 6e12f6f94005
b9b28fec48b : Added tag jdk8u75-b03 for changeset 1e3d254e8ced
1ac55ea386a : Added tag jdk8u75-b03 for changeset afb76e7746b1
75c1b868591 : 8145038: Simplify mut_process_buffer worker id management
a4b38b4a433 : 8146745: Problem list SessionCacheSizeTests.java
55a9500797a : 8146665: Test jdk/test/java/util/logging/LogManager/Configuration/updateConfiguration/UpdateConfigurationTest.java fails - missing expected output
d15f6a78b31 : 8081845: JShell: Need way to refresh relative to external state
a67a5265d3a : 8068803: Performance of LocalDate.plusDays could be better
60015e143fa : 8146786: [TESTBUG] straighten out testability for several issues
3512de403f7 : 8145944: sjavac client could not connect to server
13c9cbfb574 : 8146567: Remove dead code finalizer methods
5f559c6d310 : 8146028: Common Cleaner for finalization replacements in OpenJDK
3b0e147813d : 8146792: Predicate moved after partial peel may lead to broken graph
148c6a3e771 : 8146246: JVMCICompiler::abort_on_pending_exception: assert(!thread->owns_locks()) failed: must release all locks when leaving VM
8629682d55e : 8146886: aarch64: fails to build following 8136525 and 8139864
0e1b2cd198d : 8136469: OptimizeStringConcat fails on pre-sized StringBuilder shapes
69b52aa28be : 8146629: Make phase->is_IterGVN() accessible from Node::Identity and Node::Value
1a8c7d97b12 : 8141615: Add new public methods to sun.reflect.ConstantPool
dfa6539a6ae : 8086053: Address inconsistencies regarding ZeroTLAB
631c1434695 : 8145322: Code generated from unsafe loops can be slightly improved
5be1924e893 : 8146705: Improve JVMCI support for blocking compilation
0fbaf41ad99 : 8056897: Improve error recovery for empty binary and hexadecimal literals
48d12c0ccc2 : 8133704: java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.java may fail with address already in use
8aabe29af60 : 8146744: Remove LFMultiThreadCachingTest.java from windows problem list
79ef0bb9940 : 8146686: Create the schemeSpecificPart for non-opaque URIs lazily
94d11189b48 : 8146712: jdk/internal/jimage/JImageReadTest.java fails on all platforms
666444c0e86 : 8146725: Issues with SignatureAndHashAlgorithm.getSupportedAlgorithms
aeca638f857 : 8146727: test tools/sjavac/IncludeExcludePatterns.java fails on Windows
158a8836816 : 8143353: update for x86 sin and cos in the math lib
0e9196c50f4 : 8146568: NegativeArraySizeException in ArrayList.grow(int)
bbf1451c7ea : 8147545: Remove sun.misc.ManagedLocalsThread from java.prefs
4f725a93a85 : 8147857: RMIConnector logs attribute names incorrectly
fa2f8f2716c : 8133035: test/com/sun/jndi/dns/IPv6NameserverPlatformParsingTest.java fails to compile
05f72555a98 : 8147985: Exclude sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java on jdk9/dev
df98d4abe88 : 8146724: Problem list jdk/internal/jimage/JImageReadTest.java
cbaccb91f05 : 8143852: Implement type variable renaming for functional interface most specific test
c2eb8c18a2d : 8146722: javac remove test T6430241.java as irrelevant in 9
760776aebe4 : 8146719: javac test BootClassPathPrepend.java should be deleted
2d7c78ee8ca : 8146718: jdk/internal/jimage tests listed in both tier 1 and tier 2
a75216a09c5 : 8144552: java/lang/StackWalker/LocalsAndOperands.java fails with java.lang.NullPointerException
879e0ab0aae : 8037789: Surprising more-specific results for lambda bodies with no return expressions
a4d59b2815a : 8144967: javax.xml.transform.Source and org.xml.sax.InputSource can be empty
f17b4db4548 : 8146695: FinalizeTest04 crashes VM with EXCEPTION_INT_DIVIDE_BY_ZERO
7ec6ed7ce4b : 8146691: @since 9 tag missing for System.getLogger
6a5e6fddc52 : 8146477: [TEST_BUG] ClientJSSEServerJSSE.java failing again
8173e03a41e : 8146477: [TEST_BUG] ClientJSSEServerJSSE.java failing again
b345518d32f : 8144226: Sjavac's handling of include/exclude patterns is buggy, redundant and inconsistent
102356ccabe : 8144226: Sjavac's handling of include/exclude patterns is buggy, redundant and inconsistent
f8e1f9dc01f : 8144226: Sjavac's handling of include/exclude patterns is buggy, redundant and inconsistent
6d1772a3563 : 8146091: Configure fails to configure icecc on OEL
547854a41fc : 8049422: Remove @jdk.Exported
42e7c3091f8 : 8049422: Remove @jdk.Exported
910a1d8e144 : 8049422: Remove @jdk.Exported
e24711fcf42 : 8049422: Remove @jdk.Exported
4ec8fa45295 : 8146639: Fix detection of Cups headers during configuration
f642bbcecdc : 8146613: PPC64: C2 does no longer respect int to long conversion for stub calls
6a52e93df70 : 8143353: update for x86 sin and cos in the math lib
ad3414f9857 : 8146612: C2: Precedence edges specification violated
307d39879bf : 8146678: aarch64: assertion failure: call instruction in an infinite loop
561f477e258 : 8146638: Only use compiler option files if they are really supported by the toolchain
6f3a3576142 : 8146587: Mark tools/pack200/Pack200Test.java as intermittently failing
a37ef034c17 : 8144573: TLABWasteIncrement=max_jint fires an assert on SPARC for non-G1 GC mode
b61875dc9b0 : 8146694: Break out shared constants and static BOT functions
9760f7ac92c : 8146222: assert(_initialized) failed: TLS not initialized yet!
00f6aa5a7c4 : 8135198: Add -XX:VMOptionsFile support to JAVA_TOOL_OPTIONS and _JAVA_OPTIONS
22ad9cec840 : 8145037: Clean up FreeIdSet usage
6d31a8bc658 : 8135250: Replace custom check/range functionality with check index/range methods in java.util.Objects
a8fcb62829e : 8146581: Minor corrections to the patch submitted for earlier bug id - 8143925
d19138e94b9 : 8064800: AudioSystem/WaveFileWriter can't write PCM_FLOAT, but writes it anyway
ad8f08fbf6b : 6459818: Audio A-law and law decoder skip() method not implemented
e5820d08ec0 : 8146144: Incorrect behaviour of AudioSystem.getTargetFormats/getTargetEncodings/isConversionSupported
46cb32012ac : 8146518: Zero interpreter broken with better byte behaviours
6dac872d4d1 : 8141564: Convert TraceItables and PrintVtables to Unified Logging
19d45b40a2c : Added tag jdk-9+100 for changeset 48ffe69dacef
3caec8ff19a : Added tag jdk-9+100 for changeset 14d1224cfed3
3da51532cf7 : Added tag jdk-9+100 for changeset 871f1271713c
fddd2bc5815 : Added tag jdk-9+100 for changeset 3359dd18cde0
0787eed6e07 : Added tag jdk-9+100 for changeset 5c1b9db2f046
c06f380994d : Added tag jdk-9+100 for changeset 92ba3900f072
9260d59a04c : Added tag jdk-9+100 for changeset 9f30c43b7024
578184d0dc6 : Added tag jdk-9+100 for changeset b4a93b4bfc5d
017a8a1f368 : 8146625: OverloadedDynamicMethod has unused ClassLoader field that can be removed
98193d202b7 : 8146399: Refactor the BlockOffsetTable classes
92ce70dc032 : 8146574: (process) ProcessHandle test cleanup
a476bf01f49 : 8146409: TestPromotionFailedEventWithParallelScavenge.java failed with assert(_time_stamps != __null) failed: Sanity
0cc00c44653 : 8145557: Unused method in JavacState should be removed
a240b49793a : 8143301: Sjavac does not close file given to --compare-found-sources
b8af6c49571 : 8145466: javac: No line numbers in compilation error
269ce3038c2 : 8145466: javac: No line numbers in compilation error
70b454532e7 : 8146572: Update "@since 1.9" to "@since 9" to match java.version.specification [langtools]
90df044bea6 : 8146439: delete test T7021650.java as redundant
3b281632967 : 8146556: jdk.dynalink.beans.ClassLinker can avoid using specific lookup and can use publicLookup instead
2d19a4c5502 : 8145544: Move sun.misc.VM to jdk.internal.misc
d829940e2d9 : 8145544: Move sun.misc.VM to jdk.internal.misc
78fe8855fec : 8145544: Move sun.misc.VM to jdk.internal.misc
c1d5c540ac4 : 8146001: Remove support for command line options from JVMCI
e49fa68b05e : 8146489: @since tag missed
87f0463ced4 : 8145000: TestOptionsWithRanges.java failure for XX:+UseNUMA -XX:+UseNUMAInterleaving -XX:NUMAInterleaveGranularity=65536
fab3e53ec1e : 8145093: [TESTBUG] Remove test skip code for Solaris SPARC in runtime/SharedArchiveFile/SharedBaseAddress.java
7479dffbc69 : 8144527: NewSizeThreadIncrease would make an overflow
28c6b5ad896 : 8146485: Add test for Unified Logging classresolve tag
9ab99c633d8 : 8146481: Disable runtime/logging/DefaultMethodsTest.java
3f8548453c5 : 8039301: [ja] Host Locale Provider uses non-translated Calendar field names 8039969: Old Korean Calendar conflicts with Host Locale 8049835: [ar/HOST adapter] Hijri calendar era is used but date number follows gregorian 8054010: [HOST provider, not gregory] Return NULL when calling Calendar.getDisplayNames for Calendar.ERA 8054482: [HOST provider] only return standalone-style month display name 8055258: [HOST provider] Short era display name is not returned
986ef090f10 : 8146425: After change 8142907 'EXCLUDE_FILE' is wrongly interpreted as pattern
6e0c0242f3a : 8138811: Construction of static protection domains
cd27cc08d08 : 8138811: Construction of static protection domains
2cfdb952517 : 8145166: Duration.toString violates specification
8fba0aebf01 : 8146240: Three nashorn files contain "GNU General Public License" header
09fa43739d6 : 8146240: Three nashorn files contain "GNU General Public License" header
1c39decc2c7 : 8146240: Three nashorn files contain "GNU General Public License" header
7123bf01ab9 : 8129560: TestKeyPairGenerator.java fails on Solaris because private exponent needs to comply with FIPS 186-4
9b77da0f46e : 8146431: j.u.z.ZipFile.getEntry("") throws AIOOBE
4e9dd683114 : 8145593: Clean up metaspaceShared.cpp
8f669d90cf7 : Added tag jdk8u76-b02 for changeset ebbe3037b708
620c911124a : Added tag jdk8u76-b02 for changeset d081da78f3ca
5d8dadafa2e : Added tag jdk8u76-b02 for changeset b7a7f59708d4
dca4c439917 : Added tag jdk8u76-b02 for changeset 5c3d188a326a
0c5ecdc6c1c : Added tag jdk8u76-b02 for changeset 969ddb246570
ebed7370c03 : Added tag jdk8u76-b02 for changeset 7a5d509804de
af30432d35d : Added tag jdk8u76-b02 for changeset a3fd6177b048
d4644caea1f : Added tag jdk8u76-b02 for changeset 7d34c829f71e
81cde8166fb : Added tag jdk8u76-b02 for changeset c0335bdf9e51
d84f23712b5 : Added tag jdk8u76-b02 for changeset 8bccc127a258
569e0e67ae1 : Added tag jdk8u76-b02 for changeset fc3c6c14a5b7
fa7380f7a32 : Added tag jdk8u76-b02 for changeset 0a33a4cc8d9a
02953b1d70b : Added tag jdk8u76-b02 for changeset 07d508f8e3ca
45a671f290b : Added tag jdk8u76-b02 for changeset 253c75ca8ddc
61312644716 : Added tag jdk8u76-b02 for changeset a1d6f4ad8308
86be7dfb282 : Added tag jdk8u76-b02 for changeset 4badc7149ff9
da92566f59b : Added tag jdk8u75-b02 for changeset 42977ea66dff
6ae6eb7912a : Added tag jdk8u75-b02 for changeset b60e1669f056
d0dac909ee1 : Added tag jdk8u75-b02 for changeset 51d975014513
2bbd60d41d1 : Added tag jdk8u75-b02 for changeset 1cbb8a329648
455d25cef4b : Added tag jdk8u75-b02 for changeset 991fd8fd1bb3
b2b81ac0e58 : Added tag jdk8u75-b02 for changeset 2c6f8dcb18a0
4f8c763b279 : Added tag jdk8u75-b02 for changeset cd793d75a093
8ba9e20043d : Added tag jdk8u75-b02 for changeset 0455dd7b8428
f73133b5b81 : Added tag jdk8u75-b02 for changeset ab656fd0849a
c7f9466a643 : Added tag jdk8u75-b02 for changeset 893a5a8ec939
a887b148653 : Added tag jdk8u75-b02 for changeset a4963d2ff3c5
6e5ff473f76 : Added tag jdk8u75-b02 for changeset 7a482a38d602
bdf04bf3724 : Added tag jdk8u75-b02 for changeset 0b597e032da9
a67c6867876 : Added tag jdk8u75-b02 for changeset 62ae8989be31
3da2de846c9 : 8144082: Add Statement.enquoteNCharLiteral
b26df6b69f5 : 8146401: Clean up oop.hpp: add inline directives and fix header files
91e7b0bd8ae : 6744127: NullPointerException at com.sun.tools.jdi.EventRequestManagerImpl.request
d47aca611ad : 7065236: To interpret case-insensitive string locale independently
cc9cd893acf : 8145294: TestLogRotation.java triggers a race in the UL framework
5e5def838e0 : 8144220: UL does not support full path names for log files on windows
230a27a60d7 : 8145083: Use semaphore instead of mutex for synchronization of Unified Logging configuration
803c430cee3 : 8065331: Add trace events for failed allocations
27368685db4 : 8145982: JMXInterfaceBindingTest is failing intermittently
7d0509800c2 : 8146377: test/sun/security/tools/jarsigner/concise_jarsigner.sh failing
0b92403c91d : Added tag jdk8u72-b31 for changeset 9cdc9f93a7a2
7ddee0fdff6 : Added tag jdk8u72-b31 for changeset ef8184e7d7b8
4c2108ddd40 : Added tag jdk8u72-b31 for changeset 5dae0c5975fd
8d31f9fa2ae : Added tag jdk8u72-b31 for changeset 0b8b9eb74100
52d2dfeba93 : Added tag jdk8u72-b31 for changeset e3e394b0ebd3
f9a65f7537d : Added tag jdk8u72-b31 for changeset 5d48a13978c0
60a5691b9ce : Added tag jdk8u72-b31 for changeset 770a44f9b39f
97d19a9ab4c : Added tag jdk8u72-b31 for changeset 2bdaa4baa981
16857550d12 : Added tag jdk8u72-b31 for changeset cced4f3abff4
285c3287291 : Added tag jdk8u72-b31 for changeset 2a24a2e8bfed
9828caf02c3 : Added tag jdk8u72-b31 for changeset 7b6834d1673f
bd82dfbd2c2 : Added tag jdk8u72-b31 for changeset 385ff7089f0c
52dfff6a57c : Added tag jdk8u72-b31 for changeset 059cc3a7c732
f3a3b3c3535 : Added tag jdk8u72-b31 for changeset 9856a7c96ff6
f777f25ffe3 : Added tag jdk8u72-b31 for changeset 5ba326c88b51
30be2afbc95 : Added tag jdk8u72-b31 for changeset bf52e4dac32c
762d2c555e6 : 8131974: AudioFileReader incorrectly handle EOFException
e3c4a8683a3 : 8080492: [Parfait] Uninitialised variable in jdk/src/java/desktop/windows/native/libawt/
46f6e326522 : 8015748: [macosx] JProgressbar with Aqua LaF ignores JProgressbar#applyComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT) call
026af5cb64d : 7035459: [TEST_BUG] java/awt/Focus/TranserFocusToWindow/TranserFocusToWindow.java failed
91f78743d74 : 8144744: ImageWriter.replacePixels() specification is incorrect regarding null ImageWriteParam
a757640460b : 8143562: JPEG reader returns null for getRawImageType()
0e2ceaee827 : 8146317: Memory leak in wcstombsdmp
d21f33aa5de : 7087869: [TEST_BUG] [macosx] No mac os x support in test java/awt/Mouse/ExtraMouseClick/ExtraMouseClick
e6db69be048 : 8016665: [macosx] JComponent behaviour doesn't comply API documentation (setComponentOrientation method), Aqua LAF
9578f1aecbe : 8041894: [macosx] Test javax/swing/JSpinner/8008657/bug8008657.java failed on Mac
355c7d8dfee : 8145735: Tests api/javax_swing/JTabbedPane/AccessibleJTabbedPane/* are failing
5a0d7f856fb : 8145776: [TEST] add a test checking multipage tiff creation
47ca01cdfca : 8023213: [macosx] closed/java/awt/FontClass/NaNTransform.java fails on MacOS X 10.9
dddc64dfeb8 : 4769772: JInternalFrame.setIcon(true) before JDesktopPane.add(JIF) causes wrong state
760fbab5dc9 : 8145784: [PIT] closed/java/awt/Robot/SpuriousMouseEvents/SpuriousMouseEvents.java fails
73fb68a80d0 : 8138838: docs cleanup for java.desktop
aeccbee0e75 : 8143316: Crash Trend in 1.9.0-ea-b93 (sun.awt.DefaultMouseInfoPeer.fillPointWithCoords)
faa243834af : 8146076: Fail of sun/java2d/marlin/CeilAndFloorTests.java with Jigsaw
f6845705bc2 : 8145584: java/awt/font/TextLayout/TestGetPixelBounds.java fails on Linux
7b016fd85d4 : 8145060: Minimizing a JInternal frame not shifting focus to frame below it
4fd3a00aaa6 : 8144991: AIOOB Exception in AutoImageWriterTest with TIFF writer
ceb6329fdcb : 8145113: OutOfMemoryError when reading a 17KB corrupted TIFF image
053032b76c5 : 8145981: (fs) LinuxWatchService can reports events against wrong directory
c08bfbfb19e : 8146168: [TEST_BUG] instability of java/awt/Frame/MaximizedToMaximized/MaximizedToMaximized.java
cdc0735c603 : 8144355: JDK 9 changes to ZipFileSystem to support multi-release jar files
3739ad7a43a : 8144355: JDK 9 changes to ZipFileSystem to support multi-release jar files
b592106de3e : 8145239: JShell: throws AssertionError when replace classes with some methods which depends on these classes
19a73fe6580 : 8146253: jjs should look for "doc string" property to print documentation on shift-tab
87174266525 : 8146251: Avoid annotation to specify documentation for JS builtin functions
ea1091ca761 : 8146286: aarch64: guarantee failures with large code cache sizes on jtreg test java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
089bc710815 : 6961123: setWMClass fails to null-terminate WM_CLASS string
344d4a5fc54 : 8143054: [macosx] KeyEvent modifiers do not contain information about mouse buttons
245457f2c5d : 8135088: Typo in AuFileReader
3bf8e768470 : 8143150: DrawImagePipe can skip some unnecessary blits
4e6b2ee594f : 8145913: PPC64: add Montgomery multiply intrinsic
7763f8d12dd : 8143925: Enhancing CounterMode.crypt() for AES
bac6aa4f188 : 8146209: java/net/NetworkInterface/NetworkInterfaceStreamTest.java still fails after fix JDK-8131155
08dadf30159 : 8071507: (ref) Clear phantom reference as soft and weak references do
c3808b20912 : 8143847: Remove REF_CLEANER reference category
1b5adfa9497 : 8071507: (ref) Clear phantom reference as soft and weak references do
ee5b3259113 : 8145919: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest failed with Connection failed for no credentials
a9a633b1acf : 8150163: JarFileSystem support for MRJARs should use the JDK specific Version API
10b05291880 : 8150168: jconsole AboutDialog should use the JDK specific Version API
e12c18f1432 : 8146197: SignatureAlgorithms.java after push of JDK-8146192
3767315e750 : 8144993: Elide redundant memory barrier after AllocationNode
c31b3a5e839 : 8145388: URLConnection.guessContentTypeFromStream returns image/jpg for some JPEG images
c6d209b5059 : 8066982: ZonedDateTime.parse() returns wrong ZoneOffset around DST fall transition
0b2fc2dc986 : 8145808: java/awt/Graphics2D/MTGraphicsAccessTest/MTGraphicsAccessTest.java hangs on Win. 8
4d2c80f12e1 : 8146098: Visual Studio build fails after SA restructure
37fa4dba28d : 8146192: Add test for JDK-8049321
367386f9c00 : 8145545: Typos in Javadoc of XmlAdapter
6147744d195 : 8146147: Java linker indexed property getter does not work for computed nashorn string
0ab1dfe3e52 : 8146147: Java linker indexed property getter does not work for computed nashorn string
9f0dcb1ad61 : 8146147: Java linker indexed property getter does not work for computed nashorn string
96da64c503e : 8041928: MouseEvent.getModifiersEx gives wrong result
f8585ce9275 : 8138593: Make DSA more fair
7c08e75e982 : 8138593: Make DSA more fair
bc8d75f66bd : Added tag jdk-9+99 for changeset e6f9bacfb9a4
078f1f77cdb : Added tag jdk-9+99 for changeset d68b7daca533
13821e7fc5b : Added tag jdk-9+99 for changeset 67b9c06ea9a7
e4e33dd22b5 : Added tag jdk-9+99 for changeset ea96eca1121e
c2cec50d561 : Added tag jdk-9+99 for changeset 995895614a53
f81d9a2a7b3 : Added tag jdk-9+99 for changeset c71d1910fc22
13e2aeb18c2 : Added tag jdk-9+99 for changeset 1e7bf1564066
f0cea71572a : Added tag jdk-9+99 for changeset 08c65d3d2d85
dbab9fe1f8c : 8145606: [TESTBUG] MonitorInflationTest.java should be rewritten to be more predictable
959f7992064 : 8145785: [TEST_BUG] java/awt/Toolkit/GetSizeTest/GetScreenSizeTest.java: incorrect name
384ecfad72e : 8146011: sun/management/jmxremote/bootstrap/CustomLauncherTest crash at assert(stack_size)
de7d9e821cc : 8144874: Reimplement TraceClassResolution with Unified Logging
6a9a5a80ead : 8143413: add toEpochSecond methods for efficient access
f42b84bc7e2 : 8042660: vm/mlvm/anonloader/stress/byteMutation failed with: assert(index >=0 && index < _length) failed: symbol index overflow
dfa133a7967 : 8067194: Restructure hotspot/agent/src to conform the modular source layout
76d0d925630 : 8067194: Restructure hotspot/agent/src to conform the modular source layout
9db75852768 : 8146002: Need to support mirrors for bootstrapping Jib
5c40a6a8088 : 8138811: Construction of static protection domains
330910bae25 : 8155616: java/util/zip/TestLocalTime.java fails intermittently with storing mtime failed
50ac5ef16ee : 8161129: Unsafe::getUnsafe should allow the platform class loader to access it
ddbb2992803 : 8161567: Mark java/util/concurrent/forkjoin/FJExceptionTableLeak.java as intermittently failing
c1bc4d8560e : 8159214: jlink --include-locales problems
fc830432193 : 8054213: Class name repeated in output of Type.toString()
b4fde6b62c0 : 8022580: sun.net.ftp.impl.FtpClient.nameList(String path) handles "null" incorrectly
a9f457a94eb : 8161500: Use getTypeName and StringJoiner in core reflection toString methods
e171854b1c7 : 8138593: Make DSA more fair
7973ef05b35 : 8141211: Convert TraceExceptions to Unified Logging
431582d2118 : Added tag jdk8u72-b15 for changeset fe0b700fdb66
f000d2b6f44 : Added tag jdk8u72-b15 for changeset 8eafb2dd257f
42b1af36c43 : Added tag jdk8u72-b15 for changeset 23ebc90e3b77
73b22731da1 : Added tag jdk8u72-b15 for changeset 00d8ff3fb860
7b20263d69e : Added tag jdk8u72-b15 for changeset 9796f17c12c0
5bd38fcff6e : Added tag jdk8u72-b15 for changeset fb93e5e776ee
129c8297b97 : Added tag jdk8u72-b15 for changeset 83c02846685d
815998a7b13 : Added tag jdk8u72-b15 for changeset 9a726d35efdf
f9e30ca4986 : Added tag jdk8u72-b15 for changeset 1f9ebe798c71
124578a2a50 : Added tag jdk8u72-b15 for changeset ccffbcdd7a52
1a1fa31f725 : Added tag jdk8u72-b15 for changeset d4053fd9cd08
3bd7f5fc7c4 : Added tag jdk8u72-b15 for changeset c529bc9ad9b9
be296501dec : Added tag jdk8u72-b15 for changeset 31d328fe747d
b52f837da33 : Added tag jdk8u72-b15 for changeset 2686f153a514
ae519170b06 : Added tag jdk8u72-b15 for changeset c161ed3824c1
67edb844c1e : Added tag jdk8u72-b15 for changeset eeb1255c63d4
e3389f2588c : Added tag jdk8u71-b15 for changeset e984b68e7e07
e5c90fcd561 : Added tag jdk8u71-b15 for changeset 6646a5e98237
c30153b9f96 : Added tag jdk8u71-b15 for changeset f4ee3aed68e8
c6156579958 : Added tag jdk8u71-b15 for changeset a902a0db9f51
6b9711902cf : Added tag jdk8u71-b15 for changeset c9909803f01e
8e698cda4ab : Added tag jdk8u71-b15 for changeset f67336fffcc4
1e6f399c31f : Added tag jdk8u71-b15 for changeset 4a003c1e1986
a29297bd0f2 : Added tag jdk8u71-b15 for changeset be6a51f0e2a7
9b6cdf52efc : Added tag jdk8u71-b15 for changeset b30cff4b7fac
2f8dcb5f910 : Added tag jdk8u71-b15 for changeset 8133dd85cdc7
efd8f8c21cb : Added tag jdk8u71-b15 for changeset 1c4b412e9109
e2e177d7910 : Added tag jdk8u71-b15 for changeset 0086e02a64d7
dc0093ad688 : Added tag jdk8u71-b15 for changeset 49816fb9220d
25b1026eaae : Added tag jdk8u71-b15 for changeset 9b96ebacb585
6459e93c8c0 : Added tag jdk8u71-b15 for changeset f2d0e9b0f17a
e52935ce848 : Added tag jdk8u71-b15 for changeset 1f7ed14853b6
c6afc47fc1a : 8145862: Improve lazy initialization of fields in java.net.URI
ac0d55c188f : 8074457: Remove the non-Zero CPP Interpreter
22df7c453f8 : 8145988: Use the raw methods of java.net.URI when possible
357e0e5ff9b : 8048521: Remove obsolete code from os_windows.cpp/hpp
a0475ab1f5b : 8145990: Move sun.misc math support classes to jdk.internal.math
7e4d56677d4 : 8145990: Move sun.misc math support classes to jdk.internal.math
b39ded541d6 : 8145990: Move sun.misc math support classes to jdk.internal.math
63f6ba5960a : 8145466: javac: No line numbers in compilation error
d6e95be627a : 8145774: Move scrubbing setup code away out of ConcurrentMark
056fb6bfd3a : 8145672: Remove dependency of G1FromCardCache to HeapRegionRemSet
2489b87d30b : 8066599: Add methods to check VM mode to c.o.j.t.Platform
64e41d5ac44 : 8146364: Remove @ServiceProvider mechanism from JVMCI
d9ae786b3b5 : 8146660: Resolve merge issue in resulting from sun.misc.VM move to jdk.internal.misc
c28f46f6373 : 8067194: Restructure hotspot/agent/src to conform the modular source layout
19cddada2c3 : 8145828: JPRT hotspot push jobs should allow merge on push
d52137b7358 : 8145551: Test failed with Crash for Improved font lookups
46c3307c71f : 8145551: Test failed with Crash for Improved font lookups
ded887575be : 8145551: Test failed with Crash for Improved font lookups
384046619ac : 8145551: Test failed with Crash for Improved font lookups
6435c91346a : 8145551: Test failed with Crash for Improved font lookups
69bd68385cc : 8145869: Mark test JMXStartStopTest.java and TestJstatdServer.java as intermittently failing
77fff4497ef : 8133039: Provide public API to sun.swing.UIAction#isEnabled(Object)
4b33fab9b6b : Added tag jdk8u76-b01 for changeset a05207cc8239
6e8394f5230 : Added tag jdk8u76-b01 for changeset f81213b0ec12
90198de7380 : Added tag jdk8u76-b01 for changeset 5321af444498
1aadeac22b5 : Added tag jdk8u76-b01 for changeset 5340a6fa7f69
d762fb39e19 : Added tag jdk8u76-b01 for changeset b89a52327f90
7200488b34a : Added tag jdk8u76-b01 for changeset 707077d2d753
d9de47840c5 : Added tag jdk8u76-b01 for changeset db44db7ed3d0
a8f1ec04241 : Added tag jdk8u76-b01 for changeset 0428c7c258b0
ce516764fd5 : Added tag jdk8u76-b01 for changeset efc273dcb8e4
a285073b47c : Added tag jdk8u76-b01 for changeset 03ae1157ea49
5484247e1c6 : Added tag jdk8u76-b01 for changeset 6666f130f5bc
79c4d6dac73 : Added tag jdk8u76-b01 for changeset aabd5c760b25
6d7427c7915 : Added tag jdk8u76-b01 for changeset 319c6a6c251a
77aafdbe721 : Added tag jdk8u76-b01 for changeset 0a40f71a99a2
0ed0760edfe : Added tag jdk8u76-b01 for changeset 2519aef41b98
2e5ebfcb849 : Added tag jdk8u76-b01 for changeset 31cc499c0d5a
bf1b5cea33c : 8145271: stand-alone hotspot build is broken
91a0e075dbf : Added tag jdk8u75-b01 for changeset 92b9f1abcf68
85a7cad5f4b : Added tag jdk8u75-b01 for changeset 8dd9670c77a9
5beadc88dce : Added tag jdk8u75-b01 for changeset 899803e02a8e
2795b5ddc46 : Added tag jdk8u75-b01 for changeset fe21da87b205
b8e5ac1c730 : Added tag jdk8u75-b01 for changeset 92a6479a5ac1
60559c87701 : Added tag jdk8u75-b01 for changeset ed133ef9fa57
39c603ad262 : Added tag jdk8u75-b01 for changeset 5af72cfdd6ec
a9f8346ee3a : Added tag jdk8u75-b01 for changeset 3924bb27290e
02044b68981 : Added tag jdk8u75-b01 for changeset ea1a1dd72d35
a108ac4747d : Added tag jdk8u75-b01 for changeset ff0a77d7efd7
c410444b561 : Added tag jdk8u75-b01 for changeset 81fd81bc9dbe
e4093891340 : Added tag jdk8u75-b01 for changeset 45e0c6a9e636
3111bc812fe : Added tag jdk8u75-b01 for changeset 7fb15596f120
f4c1b516ba0 : Added tag jdk8u75-b01 for changeset 7044418464d8
a017a5cbbc9 : Added tag jdk8u75-b01 for changeset ad5cf4cda1ae
0c09a08d386 : Added tag jdk8u75-b01 for changeset 14a282dce3c1
aebd8a6c325 : 8136597: java/lang/ProcessHandle/InfoTest.java fails
5f1918e76e1 : 8145680: Remove unnecessary explicit initialization of volatile variables in java.base
385d4d46b9a : 8143945: Better GCM validation
be0a17d4bff : Added tag jdk8u75-b02 for changeset a2596826e729
dcf682a18e2 : 8143945: Better GCM validation
91e2bb25f4c : Added tag jdk8u75-b02 for changeset 2eb8491ec645
fc6a5d3bd2b : 8143945: Better GCM validation
bca948c3378 : 8145909: tools/jjs/jjs-fileTest.sh fails after JDK-8145750 except on windows
f19df7cb6e9 : 8134916: LocaleData.cldr for sun/text/resources/LocaleDataTest.java seems to contain wrong data
c4a81b327d3 : 8145096: Undefined behaviour in HotSpot
790f5bded45 : 8143925: Enhancing CounterMode.crypt() for AES
fb318fc787a : 8146245: compiler/jvmci/ tests fail: java.lang.AssertionError: minimum config for aarch64
ae88612f52a : 8146157: JVMCI must not fold accesses to @Stable fields if -XX:-FoldStableValues
28154b095e3 : 8146231: ppc64/gcc 4.1.2: fix build after "8143072: [JVMCI] Port JVMCI to AArch64"
e227bbc9daf : 8146205: quarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
cee2a179e6a : 8143072: [JVMCI] Port JVMCI to AArch64
453650389fe : 8145688: Update for x86 pow in the math lib
bc04deac155 : 8146043: run JVMCI tests in JPRT
ffa21cb2b20 : 8146100: compiler/jvmci/code/SimpleCodeInstallationTest.java JUnit Failure: expected:<12> but was:<109710641>
2c62b9355d9 : 8146129: quarantine compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
066e504bbad : 8145435: [JVMCI] some tests on Windows fail with: assert(!thread->is_Java_thread()) failed: must not be java thread
cd1d8e43041 : 8145328: SEGV in DirectivesStack::getMatchingDirective
84c3a0825ed : 8057548: Annotate.Worker should be replaced with lambdas
197207b1521 : 8138696: java.lang.ref.Cleaner - an easy to use alternative to finalization
72bed9c5df1 : 8145686: SimpleConsoleLogger and LogRecord should take advantage of StackWalker to skip classes implementing System.Logger
0f67aad7af9 : 8144487: PhaseIdealLoop::build_and_optimize() must restore major_progress flag if skip_loop_opts is true
60da2fdb6fc : 8145754: PhaseIdealLoop::is_scaled_iv_plus_offset() does not match AddI
72958993265 : 8131155: java/net/NetworkInterface/NetworkInterfaceStreamTest.java failed because of Teredo Tunneling Pseudo-Interface
4ab55ae7c1c : 8145750: jjs fails to run simple scripts with security manager turned on
dde534535bb : 8145566: PrintNMethods compile command broken since b89
4e062cde346 : 8144723: MethodHandleImpl.initStatics is no longer needed
fd27d80dbd9 : 8049321: Support SHA256WithDSA in JSSE
7bccacbbce8 : 8076031: javac should use deterministic data structures for managing free type listeners
ea8f48ddcb8 : Added tag jdk8u72-b14 for changeset b9917fbbf67c
3e50186fffa : Added tag jdk8u72-b14 for changeset aee699e8c295
f13aef965cc : Added tag jdk8u72-b14 for changeset 6130e4071fdb
fd3bd095e6e : Added tag jdk8u72-b14 for changeset 77018a4f8bb3
99c54a0f967 : Added tag jdk8u72-b14 for changeset 39004e8acecb
32eb530326b : Added tag jdk8u72-b14 for changeset c72f237a5ac6
e74d20d5206 : Added tag jdk8u72-b14 for changeset fa1365058593
2a7bc242d97 : Added tag jdk8u72-b14 for changeset 280433562987
4e48efa208e : Added tag jdk8u72-b14 for changeset bda08613dd97
74ea04e5cf4 : Added tag jdk8u72-b14 for changeset 7fa903264835
faf092eda33 : Added tag jdk8u72-b14 for changeset 23de2bb8a1a5
231f8deb98b : Added tag jdk8u72-b14 for changeset d9c730878356
772f54a091a : Added tag jdk8u72-b14 for changeset 29655e04a27a
aa31e0fb930 : Added tag jdk8u72-b14 for changeset 6711048f0b03
efae47a78c4 : Added tag jdk8u72-b14 for changeset 5351f6f8a1db
71143424b79 : Added tag jdk8u72-b14 for changeset 09b4af830723
f5a25703447 : Added tag jdk8u71-b14 for changeset 822166115f74
5b681a9ad8a : Added tag jdk8u71-b14 for changeset 7df680126fd2
7e259b019fa : Added tag jdk8u71-b14 for changeset 54937bc73de5
c438eade5f1 : Added tag jdk8u71-b14 for changeset 5b219a83cd73
1c4d13209d7 : Added tag jdk8u71-b14 for changeset aa39c7e037e6
aa82901ba7b : Added tag jdk8u71-b14 for changeset d4358cf77e6d
d9ffba0c771 : Added tag jdk8u71-b14 for changeset bdaff1193c1c
136c5aff318 : Added tag jdk8u71-b14 for changeset f58c1b959da7
addeec88572 : Added tag jdk8u71-b14 for changeset 242a5c04cd81
755a8ec2daf : Added tag jdk8u71-b14 for changeset c13679970bb7
e23fdc03043 : Added tag jdk8u71-b14 for changeset fd092e5d0396
6d22b2b1c41 : Added tag jdk8u71-b14 for changeset 39096bc3b134
3fc4cf77320 : Added tag jdk8u71-b14 for changeset fb51500ff647
e6b34437672 : Added tag jdk8u71-b14 for changeset fee26ebdb26a
ae80a82954c : Added tag jdk8u71-b14 for changeset 8cbb5e8ceac7
e89e019a049 : Added tag jdk8u71-b14 for changeset 7bc1ef60bbfb
6970d8e4010 : Added tag jdk-9+98 for changeset d1fe6522acf1
356cbb1a0bf : Added tag jdk-9+98 for changeset fb5570e64ddf
05f1f071ed5 : Added tag jdk-9+98 for changeset 797d5137b545
dccdb4dc516 : Added tag jdk-9+98 for changeset 319480c0f426
7ad7738943a : Added tag jdk-9+98 for changeset 2358f6213989
b5768cd213a : Added tag jdk-9+98 for changeset 8743629b4f0c
0c2533908a0 : Added tag jdk-9+98 for changeset 870902be1aa6
b15fc11cca9 : Added tag jdk-9+98 for changeset 6850def997b7
1a8918d371b : 8058865: JMX Test Refactoring
80015b75863 : 8133070: Hot lock on BulkCipher.isAvailable
7f221493d8c : 8146000: Remove sun.mics.CompoundEnumeration
626fc9bc75f : 8146038: CleanerImpl should not depend on ManagedLocalsThread
042d41828fb : 8146012: CleanerTest fails: Cleanable should have been freed
93bd48e615d : 8068394: Trace event for concurrent GC phases
5e297b4308b : 8145671: Rename FromCardCache to G1FromCardCache
8188ad75a70 : 8145667: Move FromCardCache into separate files
c415f566518 : 8145674: Fix includes and forward declarations in g1Remset files
b5bca5cc1bc : 8139864: Improve handling of stack protection zones
e858a1cd9a6 : 8144256: compiler/uncommontrap/TestStackBangRbp.java crashes VM on Solaris
07af24b8ac4 : 8145445: [TESTBUG] runtime/logging tests need to properly build and import libraries
3c6809b64c2 : 8145589: Test6277246.java fails to compile after JDK-8144479
355dac1a4c4 : 8056152: API to create Threads that do not inherit inheritable thread-local initial values
ef1f126b92b : 8144488: Compilation fails on Jake for regtest javax/swing/JMenu/8067346/bug8067346.java
d36b231c458 : 8145417: JInfoSanityTest failed with Error attaching to remote server: java.rmi.ConnectException: Connection refused
01bbb7f8a9c : 8145752: Fix include guards in GC code
92c56ccb9c7 : 8145673: G1RemSetSummary.hpp uses FREE_C_HEAP_ARRAY
719833448ac : 4823133: RandomAccessFile.length() is not thread-safe
f8375017970 : 8146482: [TESTBUG] java/net/SocketOption/OptionTest should only use multicast capable interfaces for multicast tests
02b6ec06122 : 8140472: java/net/ipv6tests/TcpTest.java failed intermittently with java.net.BindException: Address already in use: NET_Bind
01b7a382918 : 8146526: Improve java.net.URI$Parser startup characteristics
ae68be4a75a : 8146041: java.net.URLConnection.guessContentTypeFromStream() does not recognize TIFF streams
0c7d3be7a83 : 8146484: Examine sun.misc.MessageUtils
41477d597a7 : 8143047: Re-examine javax/management/ImplementationVersion/ImplVersionTest.java
9c4f76c2e64 : 8146105: Undo accidential changes to sun/security/ssl/SignatureAndHashAlgorithm.java
aa0ef2e9f51 : 8145544: Move sun.misc.VM to jdk.internal.misc
67393822992 : 8146359: test/java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile.java fails when nc is not available
119f59143f5 : 8050499: (ch) NativeSignal.signal fails with error 316 on OS X
7806389bef8 : 8145534: TestRemsetLogging.java takes a long time
07bec70d263 : 8145317: ReservedStackTest fails with ReentrantLock looks corrupted
5d45834ee35 : 8145006: Collections.asLifoQueue(null) doesn't throw NPE as specified
adeb2daf124 : 6425769: Allow specifying an address to bind JMX remote connector
b8c892909bf : 6425769: Allow specifying an address to bind JMX remote connector
6c7a717d3da : Added tag jdk-9+97 for changeset 24317dc1c751
a6e2e59cf74 : Added tag jdk-9+97 for changeset 8a8f52a733dd
9379123802c : Added tag jdk-9+97 for changeset 7c2e29c8d285
5b4749cd3ab : Added tag jdk-9+97 for changeset 4b9c476efd58
cf90b5f669d : Added tag jdk-9+97 for changeset 65254ce59909
8c29b0e4b07 : Added tag jdk-9+97 for changeset e29399d0152b
67c67435f3f : Added tag jdk-9+97 for changeset f0d109eeff1b
fe6aafe03aa : Added tag jdk-9+97 for changeset b05757ebc035
6df88ca4af7 : 8047763: Recognize sparc64 as a sparc platform
016bd31cfdb : 8047763: Recognize sparc64 as a sparc platform
62f7e4b50b2 : 8046471: Use OPENJDK_TARGET_CPU_ARCH instead of legacy value for hotspot ARCH
81f0f08e70b : 8046471: Use OPENJDK_TARGET_CPU_ARCH instead of legacy value for hotspot ARCH
aa7a7956c8e : 8044363: Remove special build options for unpack200 executable
ab953a5767d : 8044363: Remove special build options for unpack200 executable
84374e2f37d : 8139436: sun.security.mscapi.KeyStore might load incomplete data
6ed1c2be688 : 8139436: sun.security.mscapi.KeyStore might load incomplete data
c5a1a9a3e0f : 7190296: Test for type containment during bounds checking
4e9bef8f921 : 8145539: (coll) AbstractMap.keySet and .values should not be volatile
acc5017a2ee : 8145428: Optimize StringUTF16 compress/copy methods for C1
d80160da676 : 8144553: java/lang/StackWalker/StackWalkTest.java and MultiThreadStackWalk.java fail with stack overflows
74ef672de89 : 8144716: Unable to build in Visual Studio after JVMCI change
9a10b937df1 : 8145400: ProjectCreator broken after JEP 223 changes
147ab7a6aa4 : 8145603: Enable build.bat to use vcproj to build
17f5c68ebe0 : 8145629: Disable test/runtime/logging/MonitorInflationTest.java
045fe97010a : 8145669: apply2call optimized callsite fails after becoming megamorphic
83484d339e9 : 8145669: apply2call optimized callsite fails after becoming megamorphic
00559e9eebc : 8145670: New Solaris devkits are missing gobjcopy
5b9d37fee19 : 8145550: Megamorphic invoke should use CompiledFunction variants without any LinkLogic
f8c33e08444 : 8145550: Megamorphic invoke should use CompiledFunction variants without any LinkLogic
772ddb7a4f9 : 8132723: Add tests which check that soft references to humongous objects should work correctly 8132724: Add tests which check that weak references to humongous objects should work correctly
280ec689c6a : 8132723: Add tests which check that soft references to humongous objects should work correctly 8132724: Add tests which check that weak references to humongous objects should work correctly
be21417b062 : 8144695: --disable-warnings-as-errors does not work for HotSpot build
a4844cbbc35 : 8148745: [testbug] Test gc/g1/plab/TestPLABPromotion.java fails in nightly
3591c7bf383 : 8149364: Quarantine TestSelectDefaultGC.java test
990924fe41c : 8147847: [TESTBUG] serviceability/tmtools/jstat test ported to JTREG are failing with -XX:+ExplicitGCInvokesConcurrent
92143e58faf : 8148973: Rename g1/concurrentMark.{hpp,cpp,inline.hpp} to g1/g1ConcurrentMark.{hpp,cpp,inline.hpp}
b2ab041bf5d : 8148785: Update class file version to 53 for JDK-9
8776b97706b : 8144916: Decrease PerfDataMemorySize back to 32K
1322b0fe56b : 8149035: Make the full_gc_dump() calls be recorded as part of the GC
546bba34d73 : 8149038: SIGSEGV at frame::is_interpreted_frame_valid -> StubRoutines::SafeFetchN
395a248587b : 8148005: One byte may be corrupted by get_datetime_string()
969708b2025 : 8138562: Event based tracing should cover monitor inflation
00aa34d7881 : 8148844: Update run_unit_test macro for InternalVMTests
433bc5e2bc2 : 8148951: Remove unused method Generation::performs_in_place_marking()
5f51924702c : 8148960: Humongous mis-spelled in log output
2cabd2fca3e : 8148747: [TESTBUG] runtime/Unsafe/AllocateMemory.java fails with OOM during compilation
61a27307a47 : 8147884: Names of GC threads should be set before the threads start
d98409eadb7 : 8146984: SIGBUS: bool Method::has_method_vptr(const void*)+0xc
9cab9904012 : 8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging
15287614fda : 8147003: Move BubbleUpRef test into CMS directory
a95454d65c1 : 8148755: -XX:+HeapDumpAfterFullGC creates heap dump both before and after Full GC
c647cd04b07 : 8148945: JDK-8148481: Devirtualize Klass::vtable breaks Zero build
bbbbfdbf3fa : 8148944: CollectorPolicy methods for memory allocations are specific to GenCollectorPolicy
ba3a7addac8 : 8148141: Remove fixed level padding in UL
978ec9c9828 : 8146616: VM exit path throws fatal error: Thread holding lock at safepoint that vm can block on: BeforeExit_lock
5c9133fb92e : 8132721: Add tests which check that heap counters work as expected during Humongous allocations
80e499001a0 : 8135206: VM permits illegal flags for abstract methods in interfaces, versions 45.3 - 51.0
f4f5e64f5dd : 8148736: Let the G1 heap transition log regions instead of bytes
0e9273e8a7f : 8148733: G1: Add log message to print the heap region size
69088591f95 : 8148766: Test AvailableProcessors.java got wrong number of processors
636b10604f2 : 8148053: Remove unused log tags
a5e2b096bc2 : 8148734: G1: Make G1GCPhaseTimes keep track of the start GC time
de76c23ff58 : 8147913: Some runtime/CompressedOops tests fail on ARM64 product builds
2053203d5dc : 8148771: os::active_processor_count() returns garbage which causes VM to crash
4bfa63dd343 : 8147918: Rename develop_log_is_enabled() to log_develop_is_enabled()
722817ba99a : 8147510: [windows] no text locations shown for register info in hs-err file
3cda485fe5e : 8148481: Devirtualize Klass::vtable
ddf5ec8ed8b : 8145669: apply2call optimized callsite fails after becoming megamorphic
1e3900cbfba : 8142876: Javac does not correctly implement wildcards removal from functional interfaces
83e2c4bdf7b : 8145564: 8036003: startup regression on linux fastdebug builds
30fa8bd480f : 8136924: Vectorized support for array equals/compare/mismatch using Unsafe
fe32b315524 : 8145630: accidental debug printlns in NativeFunction.java
673280d6f0c : 8079125: [aix] clean up Linux-specific code remnants in AIX coding
46cb143b5d2 : 8144949: TestOptionsWithRanges -XX:NUMAInterleaveGranularity=2147483648 crashes VM
ce1bdba7c77 : 8145620: Disable compiler/floatingpoint/ModNaN.java
e760e9cbf3d : 8145550: Megamorphic invoke should use CompiledFunction variants without any LinkLogic
8d70fa88917 : 8145608: PNG writer should permit setting compression level and iDAT chunk maximum size
2a51a0bf5ef : 8146508: 6488522 was committed with incorrect author attribution
093d9fce438 : 8145605: Problem list Test6277246.java until a fix for JDK-8145589
20a2e2f7eb1 : 6488522: PNG writer should permit setting compression level and iDAT chunk maximum size
8f0d6f6b815 : 8144832: cast conversion fails when converting a type-variable to primitive type
c24ee88e8b3 : 8144718: Pisces / Marlin Strokers may generate invalid curves with huge coordinates and round joins
5c29ca104e3 : 8057804: AnnotatedType interfaces provide no way to get annotations on owner type
570ebc4176b : 8032510: Add java.time.Duration.dividedBy(Duration)
739de56c11a : 8129567: CRYPTO_MECHANISM_PARAM_INVALID occurs if GCM mode parameter which is used as an IV is set to all zeros
05f53364c83 : 8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
3722e415a3a : 8145116: [TEST_BUG] Incorrect binary comparison in java/awt/event/KeyEvent/ExtendedModifiersTest/ExtendedModifiersTest.java
818ac34ca77 : 8145548: Add default directory for freetype source
af37b6cd329 : 8143952: JShell: space in class path causes remote launch failure
2c2dab271a2 : 8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale
714e2be8f41 : 8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale
bc11b9c8b5b : 8144479: Remove character coders from sun.misc
2cee75db22b : 8145486: jjs should support documentation key shortcut in interactive mode
6853999d56e : 8145416: Move sun.misc.ProxyGenerator to java.lang.reflect
8af9bcce4bd : 8145528: PPC64: Remove cpp interpreter implementation - part II
bd183dc526d : 8145315: VM crashes in print_task_time_stamps()
85c44d96823 : 8145427: [aix] xlc: wrong flag used to switch off optimization
138adb69ef7 : 8067379: Investigate and replace .class files in langtools/test with equivalent .jasm files
351fe82e089 : 8144888: ToolBox should close any file manager it opens
c7bbc840f50 : 8145430: Fix typo in StackWalker javadoc
1789b4f7bf0 : 8145139: clean up jdk_collections and jdk_concurrent test groups
f98f28d1df2 : 8145343: CorruptEntry.java fails after push for JDK-8145260
a13acf877fb : Added tag jdk8u66-b36 for changeset c44caa962109
8f3dbf10e19 : Added tag jdk8u66-b36 for changeset 6c3582beae3e
16c55847daa : Added tag jdk8u66-b36 for changeset 764b1d3f8eab
76e0f4f995f : Added tag jdk8u66-b36 for changeset a5b2f9d94a71
74a80b1c6a2 : Added tag jdk8u66-b36 for changeset b122432c50de
9f6e3a39a6d : Added tag jdk8u66-b36 for changeset 77ff29d0453a
cbe58ffc81a : Added tag jdk8u66-b36 for changeset 1de2abf6cd39
efe20b2db13 : Added tag jdk8u66-b36 for changeset e6254ab663ae
5a5f82987ee : Added tag jdk8u66-b36 for changeset 1747e463c3d0
bd2c74f3cb2 : Added tag jdk8u66-b36 for changeset 75b3e1e86d9c
c12e6c6bb14 : Added tag jdk8u66-b36 for changeset d27dfb0ef1b7
43a6b25fa95 : Added tag jdk8u66-b36 for changeset 30fdc251ad20
26fbe1957cf : Added tag jdk8u66-b36 for changeset d463da396a1d
ca5660d4818 : Added tag jdk8u66-b36 for changeset c1107527c4cb
990b2cd5c77 : Added tag jdk8u66-b36 for changeset a09a08a1498d
a29a3c2d0ba : Added tag jdk8u66-b36 for changeset b25fd4385224
fb053862e58 : 4906983: java.net.URL constructors throw MalformedURLException in undocumented way
af941635514 : 8144704: [JVMCI] add tests for simple code installation
eab2c9b57a6 : 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
02795f1623c : 8145714: [JVMCI] SPARC broken after JDK-8134994
bef2c6a3258 : 8144852: Corrupted oop in nmethod
e35dab18958 : 8145391: Updated jprt.properties, devtools, jib and readme with SS12u4
d2f4448c200 : 8144773: Further reduce use of MD5
c3fc6ffa6b2 : 8144773: Further reduce use of MD5
a5a7a15c18d : 8144773: Further reduce use of MD5
c4580277b7c : 8144773: Further reduce use of MD5
2f861a92258 : 8144773: Further reduce use of MD5
321b0aec83c : 8139272: Add configure variable to set concurrency for jtreg tests
c02d7b3ef54 : 8142907: Integration of minor fixes from the build-infra project
a3410ef3233 : 8142907: Integration of minor fixes from the build-infra project
7a0c72ef9cd : 8143394: PushbackReader throws NullPointerException
a8c5ddd505b : 8142907: Integration of minor fixes from the build-infra project
56b95fdc2e0 : 8145055: Marlin renderer causes unaligned write accesses
79556076c7f : Added tag jdk8u72-b13 for changeset cb78bf09e1ae
67fb5eb9c56 : Added tag jdk8u72-b13 for changeset 1a6db3af5888
af009cf191d : Added tag jdk8u72-b13 for changeset 93a40a277f9d
c3f58839264 : Added tag jdk8u72-b13 for changeset d18bdbe6ddd1
e2e28554fea : Added tag jdk8u72-b13 for changeset 5151cab17ddd
6d3c954918a : Added tag jdk8u72-b13 for changeset 3101a2e16f71
e54c265e337 : Added tag jdk8u72-b13 for changeset 8363d1a94ef3
724433c9ef8 : Added tag jdk8u72-b13 for changeset 1896fe4ab507
c5388063a69 : Added tag jdk8u72-b13 for changeset 54614e256be4
7f5e4ae46c3 : Added tag jdk8u72-b13 for changeset c2838944b421
a82f8bb196d : Added tag jdk8u72-b13 for changeset 0b529a1033c8
de1062ad887 : Added tag jdk8u72-b13 for changeset 26d98130c168
b6967658a3b : Added tag jdk8u72-b13 for changeset bf75476635b7
c91d8402656 : Added tag jdk8u72-b13 for changeset 81bad075d59a
41efa238414 : Added tag jdk8u72-b13 for changeset ceeb57964916
b27d3e1c46b : Added tag jdk8u72-b13 for changeset a44bb387b9c8
2c69bd02a19 : Added tag jdk8u71-b13 for changeset 5bc7ec4da9a4
dc37cfb56c4 : Added tag jdk8u71-b13 for changeset 3639889f587b
fd9b293456c : Added tag jdk8u71-b13 for changeset 9a5aadc09f9e
cc836ef0f3e : Added tag jdk8u71-b13 for changeset dba3b35a8e56
0d98123de08 : Added tag jdk8u71-b13 for changeset b77cc5f45336
7b61e280aa0 : Added tag jdk8u71-b13 for changeset 228b14836842
34a2780ed5f : Added tag jdk8u71-b13 for changeset 215fcc4273de
99d4aa9ca75 : Added tag jdk8u71-b13 for changeset 8bd5c24c857a
1a3012cd8e2 : Added tag jdk8u71-b13 for changeset fc262aa47d3f
b45345581ec : Added tag jdk8u71-b13 for changeset e85d2f8a5044
c316b1836d7 : Added tag jdk8u71-b13 for changeset c06870c09bbc
a2011529334 : Added tag jdk8u71-b13 for changeset 28a5007096e6
d52c1d76783 : Added tag jdk8u71-b13 for changeset 6889e19a8ebc
7bf46195145 : Added tag jdk8u71-b13 for changeset fb375b2e4d7c
5fde5781388 : Added tag jdk8u71-b13 for changeset 4493f4470bfd
6da9dbcb03f : Added tag jdk8u71-b13 for changeset 0417298f4dc5
749e7d7bd20 : 8144995: Move sun.misc.HexDumpEncoder to sun.security.util
12858e2f810 : 8145214: Remove sun.misc.Request and RequestProcessor
a979586dce1 : 8144995: Move sun.misc.HexDumpEncoder to sun.security.util
9c33078299b : 8145342: Some copyright notices are inconsistently and ill formatted
2b91819eec9 : 8145260: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk [2]
d8b6306e43c : 8144914: Eagerly lookup browser JS object class in BrowserJSObjectLinker
c6dbec4bb58 : 8145314: jjs tab-completion should support camel case completion
ed2eaccb972 : 8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
de127a784a5 : 8143133: Wrong MethodParameters on capturing local class with multiple constructors
67fe9c8efee : 8144020: Remove long as an internal numeric type
64634dc9a4d : 8144221: fix Nashorn shebang argument handling on Mac/Linux
ddab9e4387b : 8145301: Improve and unify the printout format for the g1HRPrinter
062dc5fdee6 : 8145008: Add libelf package to Linux devkit
f086798f2f4 : 8145292: PPC64: fix build after "8046936: JEP 270: Reserved Stack Areas for Critical Sections"
0eda47f1249 : 8145114: const-correctness for ucontext_t* reading functions
38302301fd9 : 8144675: Add a filtering collector
2a1775f3b17 : 8145007: Pattern splitAsStream is not late binding as required by the specification
3d4ea51ab10 : 8140470: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java failed with AccessControlException
82c454ff4a3 : 8144952: add wildcards to the Map.ofEntries() method
a3e2ce543cd : 8144997: "IIOException: Field data is past end-of-stream" when calling TIFFImageReader.read()
ea676129ea9 : 8068839: newDuration(x) produces incorrect outputs for some values of x
5b1765f25dc : 8144245: [PIT] javax/imageio/plugins/shared/WriteAfterAbort.java
ec26043caf3 : 8144903: JShell: determine incorrectly the type of the expression which is array type of captured type
4cebcd8b2d4 : 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
67e52adf51c : 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
441b190d5c8 : 8046936: JEP 270: Reserved Stack Areas for Critical Sections
031af5cb63f : 8133986: (fs) Remove file deletion from test/java/nio/file/FileSystem/Basic.java checkNoUOE() method
7eb52768c64 : 8145185: Rename JAB the build tool to JIB
7310665243c : 8145206: Configure broken on Macosx
6961dea52a6 : 8139771: Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash
0e017503700 : 8133612: new clone logic added in 8042235 is missing from compiler intrinsics
7adcd9a5038 : 8140659: C1: invokedynamic call patching violates JVMS-6.5.invokedynamic
a82be01120f : 8071374: -XX:+PrintAssembly -XX:+PrintSignatureHandlers crash fastdebug VM with assert(limit == __null || limit <= nm->code_end()) in RelocIterator::initialize
c0929b433dc : 8145077: AIX: fix harfbuzz support
772e8d6a044 : 8145186: jjs package completion should have a fallback when javac is not available
6578dc0aa51 : 8144784: Remove @Deprecated annotation from java.security.acl, javax.security.cert and com.sun.jarsigner packages
5b80991feaf : 8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale
61f49a06636 : 8145390: Remove sun.misc.Queue and replace usages with standard Collections
b831ed3c8b0 : 8139572: SimpleDateFormat parse month stand-alone format bug
401ff06f3b5 : 8145115: make JAVAC_FLAGS=-g no longer works
fbce4be2e6f : 8138677: IllegalAccessException Class sun.usagetracker.UsageTrackerClient$4 (module java.base) can not access a member of class java.lang.management.ManagementFactory (module java.management)
c0cbd031f0c : 8145408: com/sun/jdi/BreakpointWithFullGC.sh Required output "Full GC" not found
c19bf5ef498 : 8145212: ISO-8859-1 isn't properly handled as 'fastEncoding' in jni_util.c
0cc58634ff9 : 8036003: Add --with-debug-symbols=[none|internal|external|zipped]
0caaad62426 : 8144095: jshell tool: normalize command parameter handling 8140265: jshell tool: /save saves rejected input
583937011af : 8144654: Improve Marlin logging
80222f5b673 : 8144445: Maximum size checking in Marlin ArrayCache utility methods is not optimal
bb10c3f0de7 : 8144446: Automate the Marlin crash test
c588dd42dd3 : 8144858: HBShaper.c does not compiler with VS2010
eb2d3e3a7b7 : 8071334: Investigate JAB changes required to support the version string change
d4abddad178 : Added tag jdk-9+96 for changeset 33e727a94932
5c489ca5786 : Added tag jdk-9+96 for changeset 433994eb0a78
6f930291df3 : Added tag jdk-9+96 for changeset 25e9d31417fa
ac37feea442 : Added tag jdk-9+96 for changeset 9bf78b6b2cdb
fff303027d0 : Added tag jdk-9+96 for changeset 26566f0fde9c
450ad837982 : Added tag jdk-9+96 for changeset 76214951eeab
84b827d03ad : Added tag jdk-9+96 for changeset 9b37c8a452b5
eb0d98be43c : Added tag jdk-9+96 for changeset 564bf7c0cf4d
db823b775bf : 8145103: [aix] implement os::print_register_info()
74f0500a470 : 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
2c980f2f842 : 8142874: [TESTBUG] OptionsValidation testing framework needs to handle VM error codes in some cases
e4f68b772b7 : 8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds
ef800bd53f8 : 8046936: JEP 270: Reserved Stack Areas for Critical Sections
d95b280d791 : 8144908: Remove apply_to_weak_ref_discovered_field override for UpdateRSOopClosure
33d3e19b81b : 8144701: Change three G1 remembererd set closures to be OopClosures
79ddc152489 : 8144584: Change FilterIntoCSClosure to inherit OopClosure
27c56ca8af1 : 8144505: Change G1ParCopyHelper to inherit OopClosure
a1a959760b9 : 8144996: Replace the HeapRegionSetCount class with an uint
f9ecfbf758e : 8145061: Too many instances of java.lang.Boolean created in Java application (hotspot repo)
faf57db7c80 : 8144847: PPC64: Update Transactional Memory and Atomic::cmpxchg code
97e8a96fe14 : 8144486: Change G1UpdateRSOrPushRefOopClosure to inherit OopClosure
ffeb0bdad07 : 8145092: Use Unified Logging for the GC logging
4fd73ebe16a : 8139871: G1CollectorPolicy::_cur_mark_stop_world_time_ms is never read from
57d8a71115b : 8145099: Better error message when SA can't attach to a process
946e0bc9cc0 : 8040139: Test closed/javax/print/attribute/Services_getDocFl.java fails with NullpointerException
c0d582b671c : 8145017: Add support for 3 digit hotspot minor version numbers
1f9f8110ab9 : 8145017: Add support for 3 digit hotspot minor version numbers
bf65927c33c : 8145051: Wrong parameter name in synthetic lambda method leads to verifier error
f9b7fc0201c : 8144197: Possible use after free in Arguments::add_property function
7d9d3a46994 : 8139169: [macosx] Action registered for keyboard shortcut is called twice
edabf4afb36 : 8145082: Remove sun.misc.Unsafe dependency from sun.nio.cs.StringUTF16
7f47b1b9e2f : 8143002: [Parfait] JNI exception pending in fontpath.c:1300
342d843f6b9 : 8143002: [Parfait] JNI exception pending in fontpath.c:1300
730f05c91c2 : 8143002: [Parfait] JNI exception pending in fontpath.c:1300
d7bb6e9a971 : 8139484: [Findbugs] new sun.jvm.hotspot.SAGetopt(String[]) may expose internal representation
371d5181240 : 8137106: EUDC (End User Defined Characters) are not displayed on Windows with Java 8u60+
716a3aa4ca0 : 8137106: EUDC (End User Defined Characters) are not displayed on Windows with Java 8u60+
97f4abd0ea8 : 8137106: EUDC (End User Defined Characters) are not displayed on Windows with Java 8u60+
011c17ec2ac : 8137106: EUDC (End User Defined Characters) are not displayed on Windows with Java 8u60+
1f55a9122c2 : 8145073: Filename and linenumber are not printed for asserts any more
e03cf9daf6d : 8136410: AlgorithmDecomposer is not parsing padding correctly
bed7e98034b : 8072081: Supplementary characters are rejected in comments
5999226f522 : 8137106: EUDC (End User Defined Characters) are not displayed on Windows with Java 8u60+
96f4581e275 : 8144955: Wrong changes were pushed with 8143942
6056be512fa : 8144955: Wrong changes were pushed with 8143942
3db68f3dc5a : 8144955: Wrong changes were pushed with 8143942
91c8253a297 : 8144955: Wrong changes were pushed with 8143942
dcf0684317b : 8144828: Marlin renderer causes unaligned write accesses
023320f726c : 8145027: Exclude NUMAInterleaveGranularity from TestOptionsWithRanges.java
7d2c07c70d5 : 8142936: Add java.time.Duration methods for days, hours, minutes, seconds, etc
c7396ec06d7 : 8144921: Remove JDK6_OR_EARLIER code from os_windows
a39fa54251b : 8015396: double a%b returns NaN for some (a,b) (|a| < inf, |b|>0)
7ca941302ae : 8140031: SA: Searching for a value in Threads does not work
75916a36b91 : 8140031: SA: Searching for a value in Threads does not work
f58a29e979a : 8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
592bfa9c0c5 : 8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
6830baadaeb : 8143397: It looks like InetAddress.isReachable(timeout) works incorrectly
649bf147943 : 8144803: [TEST_BUG] Remove test/sun/security/provider/certpath/ReverseBuilder/ReverseBuild.java from 8u72
baf915fcb33 : 8143397: It looks like InetAddress.isReachable(timeout) works incorrectly
26ecedf8739 : 8144803: [TEST_BUG] Remove test/sun/security/provider/certpath/ReverseBuilder/ReverseBuild.java from 8u72
3144cc4a273 : 8143909: Behavior of null arguments not specified in javax.sound.midi.spi
f23d71b4f4f : 8144915: TextField throws NPE
ae65f88b0f3 : 8144714: Add extension point to G1 evacuation closures
33ac74ad7e9 : 8060697: Improve G1 Heap Growth Heuristics
6996edcbb5a : 8144219: [posix] Remove redundant code around os::print_siginfo()
87a31aaa335 : 8144837: Improve the printout of heap regions in hs_err dump files
74cff677d4c : 8144091: CompilerControl: directive file doesn't override inlining rules
2bb757d0eb1 : 8145345: LogCompilation output is empty after JEP165: Compiler Control
8c0ad215bc3 : 8144246: adding lots of directives via jcmd may produce OOM crash
e699dcb655c : 8141351: Create tests for direct invoke instructions testing
07512e7aece : 8145553: Fix warnings in AArch64 directory
edb2af6a6d9 : 8144582: AArch64 does not generate correct branch profile data
dd5481cbbc7 : 8145438: Guarantee failures since 8144028: Use AArch64 bit-test instructions in C2
1a135175c4a : 8079667: port vm/compiler/AESIntrinsics/CheckIntrinsics into jtreg
bf5db722543 : 8134994: use separate VMStructs databases for SA and JVMCI
30603c65993 : 8144332: HSDB could not terminate when close button is pushed
238c184b116 : 8144965: Show oop pointer in call frame at HSDB
14fc571c541 : 8144979: Context.fromClass should catch exception from Class.getClassLoader call
129c3028ee4 : 8136782: Introduce a build/configure wrapper
ae7369442a1 : 8138745: Implement ExitOnOutOfMemory and CrashOnOutOfMemory in HotSpot
ee046050d6a : 8025547: Locale.toString() documentation error
8da753e1be0 : 8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
d37bb2422b4 : 8143127: InvokerBytecodeGenerator emitConst should handle Byte, Short, Character
6af208a4853 : 8143397: It looks like InetAddress.isReachable(timeout) works incorrectly
30655cc742f : 8141651: Deadlock in sun.security.ssl.SSLSocketImpl
1feaca45a76 : 8144930: gcc 4.1.2: fix build flags after "8114853 variable tracking size limit exceeded"
d42e70fc3c5 : 8139232: JEP-269 initial API and skeleton implementations
b0e22f96036 : 8144958: changes by JDK-8142508 seems to have broken jtreg
c9fc986a368 : 8144881: Various fixes to linux/sparc
05742053094 : 8143941: Update splashscreen displays
4af0b3207d6 : 8143941: Update splashscreen displays
484e004ef35 : 8143941: Update splashscreen displays
58f7223eb85 : 8143941: Update splashscreen displays
2ad9d3192f5 : 8140485: Class load and creation cleanup
44a8a73eb65 : 8142508: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk
18ace0f732d : 7159591: [macosx] In SetFontTest there's no space for the second button
7c018b1a000 : 8060137: Removing Text from TextField / TextArea is not possible after typing
24e53a99d3a : 8143941: Update splashscreen displays
c095394bced : 8144498: aarch64: large code cache generates SEGV
c2221a88e81 : 8145320: Create unsafe_arraycopy and generic_arraycopy for AArch64
2b4403dc883 : 8145300: ppc64: fix port of "8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls"
1a4c3a752df : 8145137: Incorrect call signature can be used in nmethod::preserve_callee_argument_oops
e56a7de478a : 8145026: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with: java.lang.NullPointerException in ClassFileInstaller.main
afeb87ddd8a : 8144935: C2: safepoint is pruned from a non-counted loop
7b54819d3ee : 8144601: Premature assert in directive inline parsing
bbc34efe261 : 8144944: JVMCI compiler initialization can happen on different thread than JVMCI initialization
4d4c7ad974c : 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables
1f2a9c1407f : 6808665: Use486InstrsOnly aborts 32-bit VM
a1bb5b8456c : 8144933: CompilerControl: commandfile/ExcludeTest has incorrect jtreg run innotation
555dd24642f : 8140667: CompilerControl: tests incorrectly set states for excluded methods
4b08d212f99 : 8022865: [TESTBUG] Compressed Oops testing needs to be revised
bf3f22a269f : 8022865: [TESTBUG] Compressed Oops testing needs to be revised
24c8c40bb86 : 8140031: SA: Searching for a value in Threads does not work
dbcaf8cb025 : 8144841: Add a sample for pluggable dynalink linker for stream property on arrays and a REAMDE for linker samples
bb6d5ef30c8 : 8144857: Intermittent build error building jdk/src/demo/solaris/jni/Poller/Poller.c
5bfc44dca23 : 7160052: GlyphVector.setGlyphPosition can throw an exception on valid input
4d646ce6335 : 8143404: Remove apple script engine code in jdk repository
a4a04cc6ed5 : 8143404: Remove apple script engine code in jdk repository
307b9775e8e : 8144890: Add the intermittent keyword test B6216082.java
0258eeaf71b : 8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
4faa0ee15c1 : 8144880: Instrument intermittently failing test ConfigChanges.java
62cea4bf515 : Added tag jdk8u72-b12 for changeset 087fc2529c50
52dbbe1e7e9 : Added tag jdk8u72-b12 for changeset 941fe13be572
c390178934e : Added tag jdk8u72-b12 for changeset 4738f0295526
1528c663496 : Added tag jdk8u72-b12 for changeset 1b77f3313f89
f14a5581d4d : Added tag jdk8u72-b12 for changeset 09f9c239e9c6
bd9a1240fa7 : Added tag jdk8u72-b12 for changeset 665d8096d8f8
8f291204ad8 : Added tag jdk8u72-b12 for changeset 9ac7e962c8de
34ca66b0a58 : Added tag jdk8u72-b12 for changeset 6bf9c4fd4b4d
e3eefff81af : Added tag jdk8u72-b12 for changeset 5dc81e1b941d
62f82bf3881 : Added tag jdk8u72-b12 for changeset 7efb3a39b507
136a8b2c0cd : Added tag jdk8u72-b12 for changeset a09f3b068d68
ed6bcef651b : Added tag jdk8u72-b12 for changeset 75051323d26f
77ceecaeb95 : Added tag jdk8u72-b12 for changeset f06e1f817141
6842aba45f6 : Added tag jdk8u72-b12 for changeset e417323d71e9
56c703d8711 : Added tag jdk8u72-b12 for changeset dccdeae2125d
cce73f42a97 : Added tag jdk8u72-b12 for changeset 4d425eee2eee
7c89845f4a3 : Added tag jdk8u71-b12 for changeset 0a09d9526285
394e277b542 : Added tag jdk8u71-b12 for changeset 287de619a41a
7bc4c82bc26 : Added tag jdk8u71-b12 for changeset 5252061586e5
7953349562e : Added tag jdk8u71-b12 for changeset 9bd40f4b3f28
d36601bbd6f : Added tag jdk8u71-b12 for changeset a9f7b8601c45
dc467ca39e2 : Added tag jdk8u71-b12 for changeset 6199868b243b
b4ef6e896ae : Added tag jdk8u71-b12 for changeset 056cb52e679a
4eb78e64df9 : Added tag jdk8u71-b12 for changeset 643102b29d38
6f220e8b2fa : Added tag jdk8u71-b12 for changeset 17c74d7c2a78
f45bed75c02 : Added tag jdk8u71-b12 for changeset ed6addb95583
6026a56b53f : Added tag jdk8u71-b12 for changeset acddbfaf92ea
3cbd14bc61d : Added tag jdk8u71-b12 for changeset 3e668b2e30e3
2928aabf508 : Added tag jdk8u71-b12 for changeset c386a8dceff2
ac85d4df05c : Added tag jdk8u71-b12 for changeset 89f69fc592a2
d2d365c1b8b : Added tag jdk8u71-b12 for changeset 755960f17e86
6c40a8f7787 : Added tag jdk8u71-b12 for changeset b844e2563ace
ef1c3dc4ed6 : 8144850: C1: operator delete needs an implementation
a08d3805f07 : 8144771: Use AVX3 instructions for string compare
e4d937a557c : 8145338: compiler/jsr292/CallSiteDepContextTest.java fails: assert(dep_implicit_context_arg(dept) == 0) failed: sanity
08a2e337c77 : 8145270: Need to eagerly initialize JVMCI compiler under -Xcomp
9c775566e5d : 8144853: Print the names of callees in PrintAssembly/PrintInterpreter
26af4d84c3a : 8139768: Running with -XX:CMSOldPLABNumRefills=2147483648 causes EXCEPTION_INT_DIVIDE_BY_ZERO on Windows i586
a74243c3020 : 8145153: Convert TraceMonitorInflation to Unified Logging
f238510a5ab : 8143933: Create testlibrary for auxiliary methods used in g1/humongousObjects testing
39e280e4e36 : 8145117: PPC64: Remove cpp interpreter implementation
6e055990816 : 8142909: Integration of minor fixes from the build-infra project
9ecd60a8dc1 : 8145303: Clean up the units for log_gc_footer
9fc9cf684a7 : 8145015: jni_GetStringCritical asserts for empty strings
4297432f73c : 8144756: JShell: ToolBasicTest.java missing @bug tag for 8142447
6f27a97d77d : 8144466: ppc64: fix argument passing through opto stubs
682da744185 : 8143817: C1: Platform dependent stack space not preserved for all runtime calls
2d9a6cfd3f4 : 8143355: Update for addition of vectorizedMismatch intrinsic for x86
b7ad80c79fd : 8144822: PPC64: Fix build after 8072008
ad8ecc0f98f : 8144201: aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto
a01811a16e0 : 8130212: Thread::current() might access freed memory on Solaris
8b033464b87 : 8130212: Thread::current() might access freed memory on Solaris
695c00911f3 : 8130212: Thread::current() might access freed memory on Solaris
cd5b55c5aee : 8130212: Thread::current() might access freed memory on Solaris
66f1f09adb7 : 8144262: LogRecord.getMillis() method is a convenience API that should not have been deprecated
e12241b6136 : 8144308: com/sun/jdi/SuspendThreadTest.java failed with "transport error 202: send failed: Broken pipe"
2cde289af48 : 8138638: Security tests using jdk/test/sun/security/krb5/auto/KDC.java fail intermittently with OutOfMemoryError
e4927570deb : 8141593: Test RetryHttps timed out intermittently
cdb4a75a001 : 8144630: Use PrivilegedAction to create Thread in Marlin RendererStats
0a1192fe4b0 : 8133924: NPE may be thrown when xsltc select a non-existing node after JDK-8062518
3e9bca59da8 : 8133924: NPE may be thrown when xsltc select a non-existing node after JDK-8062518
449bf68d350 : 8143571: [JVMCI] Double unregistering of nmethod during unloading
da8bf041acc : 8142341: GC: current flags need ranges to be implemented
b5691de4779 : 8144748: Move assembler/macroAssembler inline function definitions to corresponding inline.hpp files
8ed553318dd : 8143167: Better buffering of XML strings
3d8451345e9 : 8143167: Better buffering of XML strings
1452001bd6d : 8143268: Langtools tools should create output directories as needed
7caf70643ca : 8144657: Invalid format specifiers in jvmci trace messages
d60a09e9c5c : 8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
5675c04125f : 8143854: java/util/regex/RegExTest.java.RegExTest failed
3c3235b4cd0 : 8144742: Instrument intermittently failing test GCDuringIteration.java
8ffd35ead4d : 8008685: DPrinter should include MethodType.recvtype
95c869947a8 : 8144605: Invalid format specifier when printing in_cset_state_t
5f07c2b8adf : 8144534: Refactor templateInterpreter and templateInterpreterGenerator functions
d9d78c6a33b : 8144690: g1Predictions.hpp includes allocation.inline.hpp
52745a5d2c1 : 8144583: Test sanity/ExecuteInternalVMTests.java fails
679e48d459a : 8144192: Enhancements-to-print_siginfo-windows
5a0c8c44858 : 8144663: Invalid constraints in memset_with_concurrent_readers_sparc.cpp inline assembly
8c5da27f19d : 8144019: PPC64 C1: Introduce Client Compiler
0fba365de2b : 8136445: Performance issue with Nashorn and C2's global code motion
d780688a369 : 8029630: Thread id should be displayed as a hex number in error report
a40de2a1c3f : 8029630: Thread id should be displayed as a hex number in error report
c64b2175e7f : 6869327: Add new C2 flag to keep safepoints in counted loops
974f9e0483a : 8144146: Unified Logging tags cannot be reserved keywords
9c2dc1edf51 : 8140530: Creating a VolatileImage with size 0, 0 results in no longer working g2d.drawStri
343aae742fb : 8144629: runtime/thread/Fibonacci.java test should ran in othervm mode
6e0ea9d21c2 : 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
3096b2cc2f5 : 8067660: JFileChooser create new folder fails silently
429f9e61cf7 : 8144660: VersionCheck.java fails when it tries to run jaccess*.exe -J-version on windows
52dbcd1547c : 8144627: Problem list WriteAfterAbort.java
9e7c5927173 : 8144616: Problem building OpenJDK/harfbuzz on jprt
60e4fa07702 : 8132091: Clean up JAXP code that has dependency on Java version string
6f1f6ab4a16 : Added tag jdk8u66-b35 for changeset 8232bd86bcbf
adb915cfca8 : Added tag jdk8u66-b35 for changeset 8d27f680b677
2eb9b07e69a : 8114853: variable tracking size limit exceeded in vmStructs.cpp
924c956468d : Added tag jdk8u66-b35 for changeset bbab4e47cfd4
fbbac693f13 : Added tag jdk8u66-b35 for changeset cfea90ef1759
2402ded56f9 : Added tag jdk8u66-b35 for changeset 4ee5e2dbbc64
cc23b2fe7be : Added tag jdk8u66-b35 for changeset fde02401f7c3
eb34eb11707 : Added tag jdk8u66-b35 for changeset 1bd62035b8c4
54aa80153c4 : Added tag jdk8u66-b35 for changeset ce17c2e1d9c0
c091ef4154d : Added tag jdk8u66-b35 for changeset 9c84c62177ec
acedc215450 : Added tag jdk8u66-b35 for changeset f0140a08fa93
b6470bd0984 : Added tag jdk8u66-b35 for changeset cc110c7b0340
ee16ed842d8 : Added tag jdk8u66-b35 for changeset 7ef957b0752f
3e6ed61f198 : Added tag jdk8u66-b35 for changeset ac486a1e7eb9
053049fe3a8 : Added tag jdk8u66-b35 for changeset a835c6fb7074
8135df178b1 : Added tag jdk8u66-b35 for changeset 2d212281d404
e29ad4728c4 : Added tag jdk8u66-b35 for changeset 4f94bcda9042
0d75e3c8cd7 : 8144536: Clean up Unified Logging test directory
11d29f7c6cc : 8144519: Add a sample for pluggable dynalink linker that demonstrats beans linker delegation
6ffba3b398f : 8134152: Public API for java 8 DataFlavor fields do not have @since tag
e469a43b3e5 : 8141526: Allow to collect stdout/stderr from the FinalizationRunner even before the process returns
73acd182754 : 8144223: Move j.l.invoke.{ForceInline, DontInline, Stable} to jdk.internal.vm.annotation package
67caeeaa08c : 8144587: aarch64: generate vectorized MLA/MLS instructions
034df88671f : 8130246: java/util/Currency/PropertiesTest.sh fails Exception java.lang.NullPointerException
03e64cef7be : 8143343: add JEP 274 Javadoc tests to JavaDocExamplesTest
d66865cb0f9 : 8072844: Use more efficient LambdaForm type representation
59accc606b6 : 8131754: AquaTreeUI.getCollapsedIcon() issue reported in java beans tests with a modular build
c089074037e : 8139985: JNI exception pending in jdk/src/jdk/hprof/agent/share/native/libhprof
9ce742a16fe : 8139985: JNI exception pending in jdk/src/jdk/hprof/agent/share/native/libhprof
b3fa048050e : 8144460: Improve the code coverage for BootstrapLogger and SimpleConsoleLogger APIs and verify bug fix JDK-8144214
d3f047f9cf8 : 8144214: Some log messages will be discarded when VM is bootstrapping
ebceee66741 : 8144480: Remove test dependencies on sun.misc.BASE64Encoder and BASE64Decoder
00cf15a96c8 : 8141243: Unexpected timezone returned after parsing a date
e708f69e1ff : 8143615: compactHashtable.hpp includes .inline.hpp file
a676faba28e : 8144529: [JVMCI] compiler/jvmci/errors/TestInvalidCompilationResult.java fails to compile after JDK-8143730
6da47aa9a35 : Added tag jdk-9+95 for changeset a769d473f680
5c1591a51b8 : Added tag jdk-9+95 for changeset db3b268801b0
c26580a2c41 : Added tag jdk-9+95 for changeset 67e86f2e3448
c6dc9a60ddd : Added tag jdk-9+95 for changeset a094c9b01999
18f02405526 : Added tag jdk-9+95 for changeset 0b5bc9540954
38f06b7eb30 : Added tag jdk-9+95 for changeset 652bf41da963
ef26199fcbd : Added tag jdk-9+95 for changeset 643584fab5fe
68d85bfc617 : Added tag jdk-9+95 for changeset 2537e908e8c6
92f0f3c1e8c : 8144533: VersionCheck.java failing after Verona changes in dev
2b8f5ec7859 : 8143858: typo in Timer.purge() doc
b0e745f5fe0 : 8144521: [JVMCI] JVMCI is built on 32-bit Windows compiler2 and tiered builds
854c7651863 : 8144071: ImageIO does not reset stream if an exception is thrown
dc93a924ee4 : 6856817: Poor performance of Writer#append with CharBuffer
a3d8114b45b : 8142976: Reimplement TraceClassInitialization with Unified Logging
7e996b873c3 : 8144526: Remove Marlin logging use of deleted internal API
0302ed2ed22 : 8144074: [PIT] Crash calling Toolkit.getScreenSize() on Windows
96842473fa4 : 8144349: @since tag missed
29582aaee48 : 8144313: Test SessionTimeOutTests can be timeout
e863272e840 : 8143879: jdk/internal/jimage/JImageReadTest.java crashes jvm in msvcr120.dll
bdca5d5f821 : 8143876: test/java/lang/ProcessHandle/TreeTest.java failed intermittently with assertion error
7925eb298bb : 8134883: C1 hard crash in range check elimination in Nashorn test262parallel
7010cf730d3 : 8143131: Remove unused code from java.lang.invoke
4a435bea6c9 : 8144473: Nashorn code assumes NashornCallSiteDescriptor always
36b71eea334 : 8144312: Remove limitations on the default number of jobs in the build
f06c0a7041b : 8144343: [aix] Stack bottom should be page aligned
c804d983066 : 8141690: JDK-8133151 change to MakeJavaSecurity.java is not complete
8fc9b58a4e3 : 8130132: jarsigner should emit warning if weak algorithms or keysizes are used
7779102abc5 : 8141457: keytool default cert fingerprint algorithm should be SHA-256
08e1388decb : Added tag jdk8u66-b34 for changeset 9324f14620e8
b863c8c74d3 : Added tag jdk8u66-b34 for changeset d3c50b28e017
f97e3d9d010 : Added tag jdk8u66-b34 for changeset a31f11236216
564700eac04 : Added tag jdk8u66-b34 for changeset e3006ce796a0
180e2e3ade3 : Added tag jdk8u66-b34 for changeset 034e270d2411
0efa01637bd : Added tag jdk8u66-b34 for changeset b418ded69afc
0093b9c71e1 : Added tag jdk8u66-b34 for changeset e419193c2d69
fb3569924e8 : Added tag jdk8u66-b34 for changeset 8b6effda7402
7f63c9c24eb : Added tag jdk8u66-b34 for changeset 67a2a1fff995
651b0477e85 : Added tag jdk8u66-b34 for changeset 6bd5cef99730
ab9cd5ebca0 : Added tag jdk8u66-b34 for changeset 483e0249398c
01837032d89 : Added tag jdk8u66-b34 for changeset 744bc4dacb5d
ea29be44a6e : Added tag jdk8u66-b34 for changeset d1b14c95a449
c0e24eec117 : Added tag jdk8u66-b34 for changeset 702606b26eae
7dd40fc2d4f : Added tag jdk8u66-b34 for changeset 7187bfe99b52
cda2ce14b11 : Added tag jdk8u66-b34 for changeset 4bd2a9211f75
a63d39ad89d : 8144093: JEP 244/8051498 - TLS Application-Layer Protocol Negotiation Extension
6613384dc9d : 8143298: Test ReadTimeout.java fails intermittently
5f09eff8b69 : 8143185: Cleanup for handling proxies
81d5ff10bb7 : 8143185: Cleanup for handling proxies
2b89c8529dd : 8041501: ImageIO reader is not capable of reading JPEGs without JFIF header
3a2b32b7076 : 6967419: IndexOutOfBoundsException when drawing PNGs
e300345cc8e : 8074967: [macosx] JPEGImageReader incorrectly identifies YCbCr JPEGs as RGB in standard metadata
37762cea6b8 : 8142447: JShell tool: Command change: re-run n-th command should be re-run by id
39b6389c6da : 8030702: Deadlock between subclass of AbstractDocument and UndoManager
afabb1b2c0e : 8068228: Test closed/java/awt/Mouse/MaximizedFrameTest/MaximizedFrameTest fails with GTKLookAndFeel
39ce42b41e4 : 8081457: TrayIcon tests fail in OEL 7 only
153eae9ba48 : 8136680: Enable adaptive IHOP by default
8630db94da2 : 8144287: Enhance DocTree API to support @index javadoc tags
92c2d20bcc4 : 8136809: Javac fails compiling Collectors.reducing with method reference combiner
02d2bd56f30 : 8080641: JEP-JDK-8042880 : Implement new tests on Project Coin
e539e101050 : 8144941: test/tools/javac/processing/TestMultipleErrors.java should have /nodynamiccopyright
9e3246ea0e1 : 8138598: Incorrect reference to JLS in javadoc for Types.isSignaturePolymorphic()
abb8f0cf401 : 8143404: Remove apple script engine code in jdk repository
bda66e0df0b : 8144673: Suspect message regarding suitable enclosing instance not being in scope
31cdc1ad3da : 8059976: Convert JavacFileManager to use java.nio.file internally
51f14b6d3a6 : 8143959: Certificates requiring blacklisting
44ad83395ee : 8143185: Cleanup for handling proxies
34d4cf6d3cb : 8143959: Certificates requiring blacklisting
4cf75777877 : 8143185: Cleanup for handling proxies
f3eb1fdf2c1 : 8143959: Certificates requiring blacklisting
ee74d8deb0a : 8143959: Certificates requiring blacklisting
78853b0d467 : 8143185: Cleanup for handling proxies
b97ff269d0c : 8143930: C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs
211dc93a851 : 8148047: Move the vtable length field to Klass
97e169ac778 : 8145628: hotspot metadata classes shouldn't use HeapWordSize or heap related macros like align_object_size
ec7fb4ee2b1 : 8146793: logStream::write re-formats string
51a621db8de : 8145190: MinTLABSize can cause overflow problem with CMS GC
adfab35d681 : 8147477: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java is failing for the jdk9/hs snapshot control job
7e4e18045af : 8148104: HSDB could not terminate when launched on CLI
ed48b11dbfb : 8134963: [Newtest] New stress test for changing the coarseness level of G1 remembered set
1875f65a543 : 6515172: Runtime.availableProcessors() ignores Linux taskset command
2e5c6d4ea47 : 8148467: Consistent use of : in the logging
a5f97662f59 : 8148470: Metadata print routines should not print to tty
68bb8508351 : 8147906: G1 use of os::processor_count()
f55f9a60a79 : 8147087: Race when reusing PerRegionTable bitmaps may result in dropped remembered set entries
4f42f17d9e1 : 8146987: Improve Parallel GC Full GC by caching results of live_words_in_range()
17b9e0a7aa2 : 8147447: serviceability/tmtools/jstack/WaitNotifyThreadTest.java test fails
31ca2b70108 : 8145180: Add back PrintGC, PrintGCDetails and -Xloggc
0a7cee21901 : 8147500: The HashtableTextDump::get_num() should check for integer overflow
094345fc888 : 8145192: 'count' variable can overflow in PSMarkSweep::invoke on 64 bit JVM
469ae3ecc7a : 8146137: runtime/logging/ExceptionsTest.java fails on embedded and ARM test
6b3dc2210dd : 8141278: New tests for PLAB testing
afc61182cc6 : 8147940: Test gc/g1/TestG1TraceEagerReclaimHumongousObjects.java fails
1163c0a2cb2 : 8147461: Use byte offsets for vtable start and vtable length offsets
64dd8e763d4 : 8137314: vm crash from test java/security/Policy/SignedJar/SignedJarTest.java
480e92f8b55 : 8146905: cleanup ostream, staticBufferStream
127158a2109 : 8147348: LogTagLevelExpression not properly initialized in configure_stdout
e95747daf1b : 8145740: Visual Studio pragmas should be guarded by ifdef _MSC_VER
ac117697a31 : 8147814: Move verification code out of g1collectedheap
a42a7f23769 : 8141421: Various test fail with OOME on win x86
6ee07f50c89 : 8146435: [TESTBUG] Logging tests are failing intermittently on windows when executed by JPRT
a73f6dc9402 : 8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems
b0a724f03da : 8147609: [TESTBUG] Correct the @build statements in the serviceability/dcmd/gc/HeapDumpAllTest.java and HeapDumpTest.java tests
6397e809aac : 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
6e985573322 : 8143926: ObjectStreamField constructor eagerly load ObjectStreamClass
b3f93e752e4 : 8144294: jdk/security/jarsigner/Function.java failed to clean up files after test on Windows
bea542ea6b3 : 8144107: jdk/security tests not included
c8fdd35dd5c : 8136442: Don't tie Certificate signature algorithms to ciphersuites
8a9ae48ba74 : 8142463: Xml schema validation failing after Xerces update; maxOccurs ignored
5d60af58c06 : Added tag jdk8u72-b11 for changeset 24a7ca99d2d8
d1533680eb5 : Added tag jdk8u72-b11 for changeset 1ff4ac64c6c8
a29b3719984 : Added tag jdk8u72-b11 for changeset a044a9722aca
a09d1b0d2a2 : Added tag jdk8u72-b11 for changeset 313880d4593d
49557de32fc : Added tag jdk8u72-b11 for changeset 8cb046a19240
3294aeee053 : Added tag jdk8u72-b11 for changeset d8f519970e2c
0f3089bfa88 : Added tag jdk8u72-b11 for changeset 2fead0206fef
e2ca4de18fe : Added tag jdk8u72-b11 for changeset 899e0426d0c4
3f91d3274f7 : Added tag jdk8u72-b11 for changeset 6f25be98e7b3
d7e863d6c18 : Added tag jdk8u72-b11 for changeset b6afcd3c4e86
a26d47feabf : Added tag jdk8u72-b11 for changeset 8852c89a9f68
f153085251b : Added tag jdk8u72-b11 for changeset c1b0a5a7fb0a
9642914bf4d : Added tag jdk8u72-b11 for changeset 856517cce11a
9f0a345c30a : Added tag jdk8u72-b11 for changeset dee3d5df7d96
40d0744818a : Added tag jdk8u72-b11 for changeset f1f00207b9d7
61c73af47b6 : Added tag jdk8u72-b11 for changeset a6c79eaa9f6f
409190e0440 : Added tag jdk8u71-b11 for changeset 378e8e8cd91d
0d3ff65d8a1 : Added tag jdk8u71-b11 for changeset 10ed3739b155
ec42059f34d : Added tag jdk8u71-b11 for changeset cfa1299b1b52
0e5b95732d5 : Added tag jdk8u71-b11 for changeset 93a7c469ceb4
09a28d3aad3 : Added tag jdk8u71-b11 for changeset e7dafb52cc16
2706b336231 : Added tag jdk8u71-b11 for changeset 2e64dbace5b1
c7fe21014fa : Added tag jdk8u71-b11 for changeset 6bda92f79532
b18acd6e6ba : Added tag jdk8u71-b11 for changeset e58c950651ad
b069b711ab9 : Added tag jdk8u71-b11 for changeset 94c4e18d7115
6825eb024d3 : Added tag jdk8u71-b11 for changeset 17cb9420672b
9019dbfba66 : Added tag jdk8u71-b11 for changeset f98379921066
488db05b81b : Added tag jdk8u71-b11 for changeset c97d9552a196
ebc2b8f9b44 : Added tag jdk8u71-b11 for changeset 975d799282a2
867faff645c : Added tag jdk8u71-b11 for changeset 2228801483eb
4a95c1495df : 8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
b10dace9b45 : 8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
2b2a06cf069 : 8144094: Add Catalog API to java.xml module
ad5ccf38860 : 8143037: JShell should determine commands by prefix
a6824485eca : 8068761: [TEST_BUG] java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException
60ac185e9d2 : Added tag jdk8u71-b11 for changeset 248f683d9693
87f9a1a279c : 8068761: [TEST_BUG] java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException
63da4835596 : Added tag jdk8u71-b11 for changeset bf73180d3b58
9a7ac042dac : 8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
4fc35832c77 : Added tag jdk9-b94 for changeset 2708ec4e47af
85511fe96d9 : Added tag jdk9-b94 for changeset 935f3f7e43b0
a179d150d8b : Added tag jdk9-b94 for changeset f7903471c8b3
1edf4694b05 : Added tag jdk9-b94 for changeset cddc1f6adaae
f7176a2886c : Added tag jdk9-b94 for changeset 9edee48b4c92
dd0aefdb9a9 : Added tag jdk9-b94 for changeset ef20e6920882
7e6e119dc79 : Added tag jdk9-b94 for changeset 3d43ae0bef27
aefe7780e21 : Added tag jdk9-b94 for changeset 940ca7b5236d
cf406debb4f : 8035473: [javadoc] Revamp the existing Doclet APIs 8146529: Update the new Doclet API 8146427: "-nohelp" option issue 8146475: "-helpfile" option issue
e2ab4ff25da : 8148399: Increase heap for langtools regression tests
fca18168e4d : 8148483: JEP 280: Indify String Concatenation
8aa9bf5cc67 : 8148213: Regression: nested unchecked call does not trigger erasure of return type
3cd2c2d034e : 8148432: tools/javac/annotations/typeAnnotations/classfile/NestedLambdasCastedTest.java fails on all platforms
f1852fe3f1c : 8148417: Memory leak in javadoc DocFileFactory
a7a324e4cb2 : 8144168: No type annotations generated for nested lambdas
111381cb6b7 : 8148413: Memory leak in javadoc VisibleMemberMap
c7c54cf62a6 : 8148128: Regression: array constructor references marked as inexact
1c003150b1e : 8141260: isReachable crash in windows xp
a6292f3837c : 8141260: isReachable crash in windows xp
c37f846672e : 8144172: Problem with bootcycle-images and sjavac
f6b238ccda8 : 8142952: Unified Logging framework does not allow multiple -Xlog: arguments
4eb501e6d8c : 8131334: SAAJ Plugability Layer: using java.util.ServiceLoader
4c4de3a28b2 : 8131334: SAAJ Plugability Layer: using java.util.ServiceLoader
fdaae803055 : 8144134: Nightly tests fail with SIGSEGV in Ticks::now()
4dd2fac63cc : 8142303: C2 compilation fails with "bad AD file"
08e6c668bd1 : 8134297: NPE in GSSNameElement nameType check
8f810c2c47b : 8134297: NPE in GSSNameElement nameType check
9739ad81ee0 : 8144131: ArrayData.getInt implementations do not convert to int32
ef01e1525ee : 8144230: Add a sample for pluggable dynalink linker
67d3d943452 : 8144186: Update Main.asm sample to use dynalink public API
67506cb74ca : 8144160: Regression: two tests fail on Windows with "ant test" target
343b6c32534 : 8143959: Certificates requiring blacklisting
bcb67857558 : 8055197: TextField deletes multiline strings
3cbc3adb363 : 8144051: failing test262parallel run leads to successful build
97daae06588 : 8144076: Move evac failure handling and reference processing to post_evacuate_collection_set
1355d0ef4e0 : 8144075: Move prepare_for_oops_into_collection_set_do into pre_evacuate_collection_set
59b496f94ae : 8143121: javax/management/remote/mandatory/loading/MethodResultTest.java fails intermittently
3b399ff099a : 8078660: Misleading recommendation from diamond finder
769f47e66f4 : 8143642: Nashorn shebang argument handling is broken
0c98a6a1d78 : 8143219: AArch64 broken by 8141132: JEP 254: Compact Strings
5820fb001a4 : 8144083: [JVMCI] CompilationResult should be finalized by JVMCI compiler and made effectively final
57b477e21a7 : 8016752: [Newtest] regression test for PrintGCDetails and Verbose flags do not crash when ParOldGC has no memory
ee7076bdd1d : 8144315: update_rs is passed wrong object
9e9eac05ae8 : 8143291: Remove redundant coding around os::exception_name
4b50caadefd : 8143251: HeapRetentionTest.java Test is failing on jdk9/dev
884a2b65f28 : 8144084: [TESTBUG] 1.9 section not unlock flag in runtime/CommandLine/IgnoreUnrecognizedVMOptions test
6d48bb8a258 : 8144072: G1ParScanThreadState::update_rs does not need to call is_in_reserved
caaac8e6790 : 8144067: Pass obj directly to G1ParScanThreadState::update_rs
86d5c93087b : 8144052: mark_card_deferred does not need to check g1_young_gen
34d5bd8db17 : 8144040: UpdateRSetDeferred in G1EvacFailure will never visit survivor regions
704a098a0e3 : 8142404: Parallelize the restoring of preserved marks
ea92f6bf064 : 8144009: ToolBox should have a cleanDirectory method
7dcef1554f7 : 8143087: Miscellaneous changes imported from jsr166 CVS 2015-11
9ea1a16abd4 : 8142441: Improve jtreg tests for java.util.concurrent
4f79cf98f79 : 8139574: ReentrantReadWriteLock documentation example has compile time error
d28c7033251 : 8072015: java/util/Collections/CheckedMapBash.java failed TreeSet(reverseOrder)
19cd84ef8c7 : 8140471: java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java timed out
247c08f85dc : 8140468: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java failed with java.lang.Error: Completed == 4; expected 2 8040928: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java: java.lang.Error: Completed != 2
22fa6c1f256 : 8141031: java/util/concurrent/Phaser/Basic.java starts failing intermittently
a5fdc4aef7d : 8143086: Document that ForkJoinWorkerThreadFactory.newThread can return null to reject request
777901e994e : 8143073: Improve documentation for ConcurrentHashMap serialized form
68126c8ee9a : 8143647: Javac compiles method reference that allows results in an IllegalAccessError
6c32c063cfc : 8140587: Atomic*FieldUpdaters should use Class.isInstance instead of direct class check
8f2fb744182 : 8143308: Add inline checks and tests
2667a7cfedd : 8085984: Add JDBC Sharding API
0c8069758df : 8143165: Add Statement.isSimpleIdentifier and update enquoteLiteral
87662ee4327 : 8144028: Use AArch64 bit-test instructions in C2
27bd67f1e4f : 8139921: add mx configuration files to support HotSpot IDE configuration generation
1ca592e687d : 8129847: Compiling methods generated by Nashorn triggers high memory usage in C2
c595f5b0c9e : 8143730: [JVMCI] infopoint recording is too restrictive
4bc206a1b19 : 8142333: Build failure in debugInfoRec.cpp with SS12u4
12608de8e7e : 8144039: Enable javac server by default
c739bb7e2c4 : 8133207: [TEST_BUG] ParallelProbes.java test fails after changes for JDK-8080115
e87731a4761 : 8133207: [TEST_BUG] ParallelProbes.java test fails after changes for JDK-8080115
8d0a8065f18 : 8144016: Add the gc tag to the logging framework
69b04049b56 : 7063986: Wrong JNi method call in font scaler
063afcee2f5 : 8143798: jck failures: api/java_lang/invoke/MethodHandle/index_MethodsTests[asSpreaderWMTE]: java.lang.VerifyError: Bad type on operand stack
59634d4dd7e : 8143132: L10n resource file translation update
71f95d50988 : 8143132: L10n resource file translation update
40829fc485f : 8143134: L10n resource file translation update
d4b6b6c3d75 : 8143134: L10n resource file translation update
460ac0622ec : 8143134: L10n resource file translation update
5ecacb3b32a : 8143134: L10n resource file translation update
50ca9497fa4 : 8143134: L10n resource file translation update
5b887dbb0ce : 8143134: L10n resource file translation update
f5466fa917b : 7047633: remove @ignore 6876961 from test/java/util/ResourceBundle/Test4300693.java
054349cd8b7 : 8143913: MSCAPI keystore should accept Certificate[] in setEntry()
32b34954c2a : 8143377: Test PKCS8Test.java fails
e62c706965e : 8133023: ParallelGCThreads is not calculated correctly
f648ec7dccd : 8141123: Cleanup in FreeIdSet
7a2d307eb33 : 8143966: JEP 233: Generate Run-Time Compiler Tests Automatically
c17490ef7bb : 8144053: [TESTBUG] CompilerToVM::getStackTraceElementTest : unexpected line number for abstract or native method (assert failed: 0 < -1)
419a331a484 : 8144024: Octane fails with "memory leak: allocating handle outside HandleMark"
c07fd4fc0d3 : 8140268: Generate link to specification license for JavaDoc API documentation
7bb2ac137d4 : 8140268: Generate link to specification license for JavaDoc API documentation
4c854f4c7ad : 8140268: Generate link to specification license for JavaDoc API documentation
9a183a2ef8b : 8140268: Generate link to specification license for JavaDoc API documentation
a03d2513aa6 : 8143408: Crash during InstanceKlass unloading when clearing dependency context
3c1af171595 : 8068619: remove unused internal function in layout
ad8dfcdf386 : 8139384: [TESTBUG] JVMCI test fails with java.lang.RuntimeException: a 100_000 times invoked method should be mature
fcc31527d87 : 8142928: [TEST_BUG] sun/security/provider/certpath/ReverseBuilder/ReverseBuild.java 8u71 failure
6ed30dcc281 : 8143132: L10n resource file translation update
95ef99c1237 : 8142928: [TEST_BUG] sun/security/provider/certpath/ReverseBuilder/ReverseBuild.java 8u71 failure
33f9a5c07fd : 8143132: L10n resource file translation update
a59ce6689f8 : 8132961: JEP 279: Improve Test-Failure Troubleshooting
5e051287af2 : 8142967: [TESTBUG] Compiler control tests get NullPointerException
0f008d2194d : 8142385: [Testbug] RandomCommandsTest fails with error: Could not parse method pattern
06c9ee5a1cd : 8138993: JEP-JDK-8046155: Test task: add check for Compiler.directives_print diagnostic command
faa5a2381c5 : 8066156: JEP-JDK-8046155: Test task: stress by dcmd
3f934c795c5 : 8142983: Enable builds with icecc/icecream
2c277c0986a : 8138677: IllegalAccessException Class sun.usagetracker.UsageTrackerClient$4 (module java.base) can not access a member of class java.lang.management.ManagementFactory (module java.management)
086e3e9a943 : 8143141: Bring in minor build changes from the jigsaw/jake forest
5f8e39900cd : 8143895: Fix LDFLAGS issues after JDK-8056925
49c8a97fbc5 : 8143296: javac-server/sjavac not compatible with LogFailures on Windows
38c7096e4ec : 8066154: JEP-JDK-8046155: Test task: huge directive file
3cc0f3b570d : 8067939: make Out of space in CodeCache messages consistent
f21d693218a : 8142336: Convert the SA agent build to modular build-infra makefiles
6c2e3ff5864 : 8143967: The stream state check should handle unsigned anchor value
eb2c6c52bbf : 8143911: Reintegrate JEP 259: Stack-Walking API
557f4f366fa : 8143931: Back out JDK-8140450
a5f7704c260 : 8140687: Move @Contended to the jdk.internal.vm.annotation package
2322723f914 : 8142336: Convert the SA agent build to modular build-infra makefiles
4fd76c3c0fb : 8143236: Update devkit creation makefiles for linux
546d8593a6c : 8141338: Move jdk.internal.dynalink package to jdk.dynalink
505e5097e67 : 8141338: Move jdk.internal.dynalink package to jdk.dynalink
da875106830 : 7011840: TEST_BUG java/util/Locale/LocaleEnhanceTest.java
7fafbde248c : 8136500: Integer/Long getChars and stringSize should be more idiomatic
81ef7af09ee : 8143141: Bring in minor build changes from the jigsaw/jake forest
b651c20764e : 8141338: Move jdk.internal.dynalink package to jdk.dynalink
d4c23350337 : Added tag jdk8u72-b10 for changeset e6cf95a3e940
0de6f880545 : Added tag jdk8u72-b10 for changeset 52ebad796cad
0e6ba504738 : Added tag jdk8u72-b10 for changeset 01f1feb0919b
c246af7a7c8 : Added tag jdk8u72-b10 for changeset 7f53d3293de1
a84f6cf70f4 : Added tag jdk8u72-b10 for changeset 2f803bb29b9e
6f500445d21 : Added tag jdk8u72-b10 for changeset 269581acbbfe
7fa7111b225 : Added tag jdk8u72-b10 for changeset d8e8de961199
2b891b14910 : Added tag jdk8u72-b10 for changeset 106bec2f0280
c5dfdc1eb5e : Added tag jdk8u72-b10 for changeset 349f812b443f
7d4c6e55985 : Added tag jdk8u72-b10 for changeset 9e79633e243b
fd3e8a45880 : Added tag jdk8u72-b10 for changeset 7e3bc163dc9a
feec1d16ce9 : Added tag jdk8u72-b10 for changeset 582979e1bfaf
fd9b382f035 : Added tag jdk8u72-b10 for changeset 6b4e7f9f415c
cc82523931a : Added tag jdk8u72-b10 for changeset 5fe0fd020223
c0d2b383559 : Added tag jdk8u72-b10 for changeset 2dc5b41d32f6
ff579ee5eed : Added tag jdk8u72-b10 for changeset f22fd7d01993
0138e1fe6e2 : 8073211: javadoc of Format parseObject methods should specify NullPointerExceptions
155cc1f5bc8 : 8143849: Integrate Marlin renderer per JEP 265
8571ce98096 : 8143848: changeset was pushed with wrong attributions
be42ed88904 : 8076529: Marlin antialiasing renderer integration
70e76a92d36 : Added tag jdk8u71-b10 for changeset 4759296d0671
659aaa3f996 : Added tag jdk8u71-b10 for changeset 785f0ea44ca9
91f9ab7269f : Added tag jdk8u71-b10 for changeset a367162a7a19
074eab57953 : Added tag jdk8u71-b10 for changeset 9aea8cc48a20
518e4a179a8 : Added tag jdk8u71-b10 for changeset c1c7c1e7ade7
23a4babaf22 : Added tag jdk8u71-b10 for changeset 46b8f8000b67
b2375dfbf17 : Added tag jdk8u71-b10 for changeset 79d62504f136
91e9ceb4747 : Added tag jdk8u71-b10 for changeset e23f58857862
377debf51dd : Added tag jdk8u71-b10 for changeset 912e2a3645d5
0f410de8f42 : Added tag jdk8u71-b10 for changeset c73fccf72f6b
fe189bc4729 : Added tag jdk8u71-b10 for changeset 75c76387f1e7
d44fbff3080 : Added tag jdk8u71-b10 for changeset 5e4e2f35ea0c
1ca9339a5a8 : Added tag jdk8u71-b10 for changeset a3ba921c6f56
6fcbbe7a5bc : Added tag jdk8u71-b10 for changeset b9897d4fc861
d4ea91ffbc6 : Added tag jdk8u71-b10 for changeset a2f52e092a1f
2aefb744c73 : Added tag jdk8u71-b10 for changeset 1d8442bb018b
500a73cdb14 : 8140450: Implement JEP 259: Stack-Walking API
72ffe182113 : 8143342: Integrate Java Image I/O support for TIFF per JEP 262
17a615784e5 : 8143342: Integrate Java Image I/O support for TIFF per JEP 262
fb7027bca97 : 8139430: Refactor test library to decrease module dependencies of tests
f9fa8afa11c : 8143553: StringBuffer.getByte(byte[], int, byte) should be package private (not protected)
301586f4627 : 8143177: Integrate harfbuzz opentype layout engine per JEP 258
c51be365800 : 8143821: Wrong test name in JDK-8143304
bcdeeca8008 : 8143813: Problem list PKCS8Test.java
f22e763e602 : 8141407: Wrong evaluation of a != a when a = NaN
4e828a68b58 : 7146533: [TEST BUG] [macosx] skip java/awt/xembed/server/RunTestXEmbed.java for Mac OS X
2952cd0bde5 : 8138952: C1: Distinguish between PPC32 and PPC64
5235b1b3556 : 8143297: Nashorn compilation time reported in nanoseconds
8ca80d041f3 : 8143297: Nashorn compilation time reported in nanoseconds
dad26e258ca : 8143583: Several tests don't work with latest jtreg due to non-existing files in @build
08c1fe55c0f : 8135100: Behavior of null arguments not specified in javax.sound.sampled.spi
90c71390a7e : 8056925: Add jaccessinspector and jaccesswalker to the bin directory
8bfe3bba2c6 : 8141492: Implement search feature in javadoc
bd8942b7a1e : 8140364: JEP 264 Platform Logger API and Service Implementation
dde11d5d0dc : 8140364: JEP 264 Platform Logger API and Service Implementation
5b2c88e28a2 : 8139885: implement JEP 274: enhanced method handles
dda3e3761d5 : 8037575: JFrame on Windows doesn't animate when setting ICONIFIED state
cf63d3026e3 : 8043138: Attach API should not require jvmstat rmi protocol
cb8623ad3ba : 8048357: PKCS basic tests
a2b76a41dbe : 8056174: New APIs for jar signing
a7d92d59f9f : 8056174: New APIs for jar signing
2804e200a21 : 8141104: jdk.jshell.TaskFactory code for java.specification.version = 1.9 should be adjusted for Verona
b70aa4aee07 : 8130880: Create sampleapi regression test
969487d3806 : 8143330: Two implementation methods of AbstractStringBuilder are mistakenly declared as "protected" in JDK9b93
16f32db97e0 : 8143334: @ignore langtools/test/jdk/jshell/ToolBasicTest.java
90cb525183f : 8142898: Prefer isFile()/isDirectory() over exists() in SoftSynthesizer
765f0a1576f : Added tag jdk9-b93 for changeset eee09e6b6e93
0330357a526 : Added tag jdk9-b93 for changeset cc74095d6fae
133cf4f651a : Added tag jdk9-b93 for changeset b9b536d2fa22
f2c04366585 : Added tag jdk9-b93 for changeset 3467d493922e
e320d3549c2 : Added tag jdk9-b93 for changeset 615eaeb62fda
fda399cca88 : Added tag jdk9-b93 for changeset 7ca001ccf8c1
b67a8091186 : Added tag jdk9-b93 for changeset 7ff3446300cd
169ec664011 : Added tag jdk9-b93 for changeset 24d8c58c9dcd
71fe04f939e : 8143078: Remove JVM_DefineClassWithSourceCond() API
875bccb11e8 : 8067767: type inference performance regression
bc8fbeee555 : 8143304: Random failures when script size exceeds token limits
975140c5306 : 8143307: Crash in C2 local code motion
e2896c949df : 8143616: Cleanup: Remove unused PrintNMethodsAtLevel flag
d0382697c4d : 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
e9d7b653141 : 8143067: aarch64: guarantee failure in javac
e28d9ba1055 : 8143012: CRC32 Intrinsics support on SPARC
ea052022fa2 : 8140390: Char stores/loads accessing byte arrays must be marked as unmatched
2ae7dcf853f : 8142980: SKX SpecJvm2008 - Derby
54029caa26d : 8143217: javac throws NPE when printing diagnostics for Lambda expressions
4897df19a3d : 8143297: Nashorn compilation time reported in nanoseconds
267d7007df6 : 8143256: The build is broken after JDK-8081411
75630666131 : 8143253: java/lang/invoke/CompileThresholdBootstrapTest.java failing on mach5
d56280ca10d : 8141445: Use of Solaris/SPARC M7 libadimalloc.so can generate unknown signal in hs_err file
72756888e9d : 8141570: Fix Zero interpreter build for --disable-precompiled-headers
1777e00ccac : 8141641: Runtime: implement range for ErrorLogTimeout
e9b75962b35 : 8143232: Fix java.lang.invoke bootstrap when specifying COMPILE_THRESHOLD
9e8fa2b8c27 : 8131929: Add option for debuggable scopes
b0439e6dbfc : 8081411: Add an API for painting an icon with a SynthContext
ac45dea45ef : 8145092: Use Unified Logging for the GC logging
1d4561775d5 : 8081512: Remove sun.invoke.anon classes, or move / co-locate them with tests
6ce337adaff : 8142931: java compiler: type erasure doesn't work since 9-b28
0410c05b22f : 8143215: gcc 4.1.2: fix three issues breaking the build
78eb64d864c : 8141229: [Parfait] Null pointer dereference in cmsstrcasecmp of cmserr.c
f6a83832347 : 8141229: [Parfait] Null pointer dereference in cmsstrcasecmp of cmserr.c
c6b9bd52d8e : 8141229: [Parfait] Null pointer dereference in cmsstrcasecmp of cmserr.c
72f951e1125 : 8145278: Fix memory leak in splitPathList
cd715bbcb22 : 8139436: sun.security.mscapi.KeyStore might load incomplete data
581c251007f : 8087223: InterfaceMethod CP entry pointing to a class should cause ICCE
e8c5bc2024e : 8143014: Access PtrQueue member offsets through derived classes
18cd974bce1 : 8067059: PrinterJob.pageDialog() with DialogSelectionType.NATIVE returns a PageFormat when cancelled
8938be4ae5c : 8143126: Unwanted System.out in jimage
73b1044258a : 8039412: Stack overflow on Linux using DialogTypeSelection.NATIVE
31f7efd560d : 8071919: Add java.time.Clock.tickMillis(ZoneId zone) method
b6d29b4f0b5 : 8072746: LocalDate.isEra() should return IsoEra not Era
1e176777dbe : 8132770: Test javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java fails in MacOSX
2e94af3f3d7 : 7124218: Space should select cell in the JTable
42e4e0c06ff : 8143142: AssertionError in MethodHandleImpl
ff9d178e962 : 8143138: Move sun/security/pkcs11/Secmod/LoadKeystore.java to problem list
e3111f5d49f : 8142493: Utility methods to check indexes and ranges doesn't specify behavior when function produces null
c16c0e61c98 : 8141409: Arrays.equals accepting a Comparator
5b5c2d09258 : 8142487: Cleanup sun.invoke.util.Wrapper zeroes to be both reliable and lazy
30545d614de : 8142334: Improve lazy initialization of java.lang.invoke
56adbd02ec4 : 8141280: G1ResManAllocator doesn't work with _survivor_is_full/_old_is_full
2946748843d : 8030099: Memory usage of java process increases after pressing start button in test window
8b00726f061 : 7162125: [macosx] A font has different behaviour for ligatures depending on its creation mod
3904de571b2 : 8139300: Internal Error (vm/utilities/debug.cpp:399), # Error: ShouldNotReachHere()
7b9f3a40302 : 8142367: Allow files with .png extension to be copied for javadoc
54850a316b9 : 8142367: Allow files with .png extension to be copied for javadoc
0204e737b3f : 8142900: Xerces Update: Xerces XPath
650260ce10e : Added tag jdk8u72-b09 for changeset 34f8fd3cec1c
1e72a5926c3 : Added tag jdk8u72-b09 for changeset 7650aa5792d3
cac9007df2a : Added tag jdk8u72-b09 for changeset cd5278d99d22
0a4a3fa5d9a : Added tag jdk8u72-b09 for changeset 7c2f99eaaaef
79a087b58ab : Added tag jdk8u72-b09 for changeset 01129005210d
2eb4917bfa2 : Added tag jdk8u72-b09 for changeset ed34a47556fd
b7dfd8d0d72 : Added tag jdk8u72-b09 for changeset cd8589cd745f
a1cedfcb46f : Added tag jdk8u72-b09 for changeset b2a01ebf2d85
929fcc59ed3 : Added tag jdk8u72-b09 for changeset 7f27244c2be5
cd9dfa2f719 : Added tag jdk8u72-b09 for changeset 02e20259b7dd
31948c3282d : Added tag jdk8u72-b09 for changeset 49f5334730d7
475bf67b885 : Added tag jdk8u72-b09 for changeset dac95716ab22
9322c398b57 : 8133079: java.time LocalDate and LocalTime ofInstant() factory methods
e89eb7a48e5 : Added tag jdk8u72-b09 for changeset 352f2aec75d1
d322de770b3 : Added tag jdk8u72-b09 for changeset 4a1ff573b387
c5c3874be49 : Added tag jdk8u72-b09 for changeset 94df65f7146b
f985020fc03 : Added tag jdk8u72-b09 for changeset 6e531bf148c8
79df9320f4e : Added tag jdk8u71-b09 for changeset 93d4f894f5ff
d215a94e59c : Added tag jdk8u71-b09 for changeset adea9e6ec200
40971298bae : Added tag jdk8u71-b09 for changeset 731351e8b865
faa0ebeb5ba : Added tag jdk8u71-b09 for changeset 0fa29f7a1f3e
25f6a5c8c31 : Added tag jdk8u71-b09 for changeset 9e4c22aefac5
14caba6d7f2 : Added tag jdk8u71-b09 for changeset c5690ca9d5ac
94e1719e246 : Added tag jdk8u71-b09 for changeset e19f39e6fbaa
d57a1c97738 : Added tag jdk8u71-b09 for changeset 166f7fed66c1
13009ddc726 : Added tag jdk8u71-b09 for changeset ee52553f6cc7
4dbf72cb64f : Added tag jdk8u71-b09 for changeset 17dc16d48e55
fdd648803aa : Added tag jdk8u71-b09 for changeset 0252d78169d2
b1395a2d6a4 : Added tag jdk8u71-b09 for changeset fb60d8b48cda
705f8eac199 : Added tag jdk8u71-b09 for changeset 1e3d01d26c03
af20b117d5d : Added tag jdk8u71-b09 for changeset a7226f610d14
6828e9fe88b : Added tag jdk8u71-b09 for changeset 7003d2d739ec
8be3a8b9224 : Added tag jdk8u71-b09 for changeset dff270eade0e
56745a7f9f9 : 8141024: [Solaris] Obsolete UseAltSigs
7badb3edfb4 : 8143013: Remove unused DirtyCardQueue::iterate_closure_all_threads
81c502660b7 : 8029574: TreeMap: optimization of method computeRedLevel()
98bc3401622 : 8138815: improve tests CompilerToVM::getStackTraceElement
350b04eab2f : 8141551: C2 can not handle returns with inccompatible interface arrays
7d7c9563972 : 6288609: JInternalFrame.setDefaultCloseOperation() interferes with "close" behavior
ff732e08358 : 8143125: [aix] Further Developments for AIX
c661a507647 : 8144702: Using tid decorator in Unified Logging may crash VM
69b13c2142f : 8131694: backout the fix for JDK-8131331 when JDK-8131693 is fixed
91b53894437 : 8144712: Remove g1RootClosures.inline.hpp
b8fd323a28d : 8140556: Add force rotation option to VM.log jcmd
39cd64080ed : 8144491: ElfSymbolTable::lookup returns bad value when the lookup has failed
4afbfc1a8e4 : 8143036: Make install target does not depend on images
694262c33ba : 8042997: Make intrinsic some or all check index/range methods
2603ac8fdbc : 8081491: The case print incomplete
3c5dd5581c7 : 8143015: 5 tests fail with error "Can't find source for class: java.util.stream.OpTestCase"
4d01763cc82 : 8142927: Feed some text to STDIN in ProcessTools.executeProcess()
0793aa183c1 : 8142926: OutputAnalyzer's shouldXXX() calls return this
39cb0e22233 : 8142996: move jdk java/util/streams tests into java.base directories
57ee6fa3abb : 8027429: Add diagnostic command VM.info to get hs_err print-out
2714bdae50c : 8132394: (process) ProcessBuilder support for a pipeline of processes
3acf9da9d14 : 8142948: langtools/test/tools/javac/lambda/speculative/T8046685.java fails on some platforms
bb5de762da0 : 8141571: jdk/internal/jimage/JImageReadTest.java crashing in msvcr120.dll
09c05505561 : 8054978: java.time.Duration.parse() fails for negative duration with 0 seconds and nanos
e67cae24079 : 8142924: ES6 symbols created with Symbol.for should deserialize to canonical instances
00b0a8c46bc : 8079253: Test javax/swing/SwingUtilities/TestBadBreak/TestBadBreak.java fails
d48c3fcafbf : 8137571: Linux HiDPI Graphics support
e67e132b022 : 8142398: ManagementAgent.status diagnostic command only outputs the specifically set properties
4c7b25d5bf1 : 8145106: Still intermittent build error building jdk/src/demo/solaris/jni/Poller/Poller.c
e5a6f24f648 : 8032027: Add BigInteger square root methods
30abf404b38 : 8139133: Changing the modification time on a unix domain socket file fails
5bb97261178 : 8043138: Attach API should not require jvmstat rmi protocol
11e31407a5b : 8144210: Runtime.currentRuntime should be final
a00e0113251 : 8073320: Windows HiDPI Graphics support
b79126e437b : 8073616: Duplicate error message: cannot inherit from final (class) F
90a76d40e5e : 8046685: Uncompilable large expressions involving generics
396cd88e2f9 : 8142482: Improve the support for prefix functions in unified logging
6983acfb5f1 : 8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure>
4d9dfbeb1d4 : 8138684: G1 decision about taking regions into the collection set is too aggressive
6583a4c652b : 8035473: [javadoc] Revamp the existing Doclet APIs 8146529: Update the new Doclet API 8146427: "-nohelp" option issue 8146475: "-helpfile" option issue
c7a7ba0e1ef : 8148483: JEP 280: Indify String Concatenation
6646fcbf184 : 8144990: java/util/concurrent/forkjoin/FJExceptionTableLeak.java: OOM with Xcomp,G1GC
816a40ae00e : 8147468: Allow users to bound the size of buffers cached in the per-thread buffer caches
c464136491a : 8148192: (fs) Path.register can fail with Bad file descriptor and other errors
4389a9aad46 : 8148220: Update TEST.groups to include jdk/internal/math and jdk/internal/misc
b9d758e600c : 8148174: NegativeArraySizeException in Vector.grow(int)
c1d20c94d3b : 8147400: Deprecate policytool
e9df200123b : 8147962: URL should handle lower-casing of protocol locale-independently
7b678f75715 : 8148121: Typo in API , FileOwnerAttributeView.getOwner() and FileOwnerAttributeView.setOwner()
ff74b293048 : 8144539: Update PKCS11 tests to run with security manager
b9687e112e2 : 8065076: java/net/SocketPermission/SocketPermissionTest.java fails intermittently
595f5a808eb : 8148154: Integrate JOpt Simple for internal usage by JDK tools
def42e0b5f0 : 8142363: Remove LFMultiThreadCachingTest.java from windows problem list
a91e63dcbc9 : 8065986: Compiler fails to NullPointerException when calling super with Object<>()
c5ff614c4b3 : 8065986: Compiler fails to NullPointerException when calling super with Object<>()
f458381f25a : 8035473: [javadoc] Revamp the existing Doclet APIs 8146529: Update the new Doclet API 8146427: "-nohelp" option issue 8146475: "-helpfile" option issue
fb33a091799 : 8148483: JEP 280: Indify String Concatenation
733d1383ed7 : 8148416: Fix merge error in hotspot.m4 introduced in Merge changeset c0fe64e3d52e
91d8a45e73b : 8148154: Integrate JOpt Simple for internal usage by JDK tools
20580438a3f : 8066974: Compiler doesn't infer method's generic type information in lambda body
d42c7ce268d : 8066974: Compiler doesn't infer method's generic type information in lambda body
02b5487b040 : 8072463: Remove requirement that AKID and SKID have to match when building certificate chain
8b29a14d37e : Added tag jdk9-b92 for changeset 59fdb1bb8199
71f91553697 : Added tag jdk9-b92 for changeset 27b563ba49e8
13a36bc849a : Added tag jdk9-b92 for changeset ff95a3cea444
5dd838631c8 : Added tag jdk9-b92 for changeset 42ca9d5434cc
9b37e8fe824 : Added tag jdk9-b92 for changeset bbe6f7195a37
2a5e95250fe : Added tag jdk9-b92 for changeset bb921f8f8007
5b8fa75bc4e : Added tag jdk9-b92 for changeset 5866711ae287
0b814d23077 : Added tag jdk9-b92 for changeset 9131d6736fd0
898d1b3cf07 : 8142864: Raw types warning in WeakValueCache
7b6f3bbed85 : 8134116: Add more comprehensive fix and regression test for JDK-8133897
6c10034f4bf : 8134631: G1DummyRegionsPerGC fires assert of assert(words <= filler_array_max_size()) failed: too big for a single object
5b33de6a327 : 8142857: Enable all nashorn "api" tests for jtreg test run
31df9214939 : 8141092: JShell: Completion hangs on identifier completion
8e59213f06d : 8132455: com/sun/jndi/ldap/LdapTimeoutTest.java fails at handleNamingException
648ce4ebb4a : 8132455: com/sun/jndi/ldap/LdapTimeoutTest.java fails at handleNamingException
bcebf98d38f : 8132455: com/sun/jndi/ldap/LdapTimeoutTest.java fails at handleNamingException
46fcdfb1127 : 8132890: Text Overlapping on Dot Matrix Printers
0da2261dad2 : 8132890: Text Overlapping on Dot Matrix Printers
865a311b953 : 8058563: InstanceKlass::_dependencies list isn't cleared from empty nmethodBucket entries
28cb6bdd492 : 8143963: improve ClassLoader::trace_class_path to accept an additional outputStream* arg
424eae3694f : 8058563: InstanceKlass::_dependencies list isn't cleared from empty nmethodBucket entries
a8331228d9a : 8143963: improve ClassLoader::trace_class_path to accept an additional outputStream* arg
fadea544881 : 8142384: JShell tool: New command: /imports, /i which show the list of imported packages or classes, etc..
51556ae6ea8 : 8142501: nashorn tests failing after recent changes
89ecf4a930a : Added tag jdk8u51-b34 for changeset 0bf9bb5f361c
3898b302da6 : Added tag jdk8u51-b34 for changeset 23a882a82219
88ccdbbb5af : Added tag jdk8u51-b34 for changeset 0d13c8c17fb2
a9cc1fba237 : Added tag jdk8u51-b34 for changeset e6eb9c056c79
ca64136872c : Added tag jdk8u51-b34 for changeset 86c1abd61169
3a13a83a9e6 : Added tag jdk8u51-b34 for changeset 0bf8e40e1822
8bb12bcaf46 : Added tag jdk8u51-b34 for changeset 011651059580
375f2a3f4d3 : Added tag jdk8u51-b34 for changeset ce84a91b24da
0386b155d85 : Added tag jdk8u51-b34 for changeset b2d63768cb46
d55b617c7cf : Added tag jdk8u51-b34 for changeset 42842b8c4c09
c7d296c425c : Added tag jdk8u51-b34 for changeset 0e1c8fcde717
11f05da6500 : Added tag jdk8u51-b34 for changeset 497f90084c5b
e2e0bce13b7 : Added tag jdk8u51-b34 for changeset c4b3381842a1
501c77a5271 : Added tag jdk8u51-b34 for changeset 0459fd7fd2ad
e15eefc7d79 : 8141652: Rename methods Objects.nonNullElse* to requireNonNullElse*
9bf5e9c8f43 : 8139255: javac reports "cannot override" messages instead of "cannot hide" messages for static methods
431aa657a68 : 8136419: Type annotations in initializers and lambda bodies not written to class file
f7bc90496a6 : 8142476: Call site initialization exception caused by LambdaConversionException: Invalid receiver type
f02593b51a8 : 8142502: [TESTBUG] Exclude runtime/ErrorHandling/SecondaryErrorTest.java on OSX until JDK-8139300 has been resolved
3bfbc63cd69 : 8047366: (1000000000000000128).toString() and (1000000000000000128).toFixed() don't evaluate to expected values
12e30a3d042 : 8141505: floating point parse incorrect on big integer
13dbf6a119c : 8141702: Add support for Symbol property keys
15ef19ee628 : 8010803: Number to String conversion functionality overhaul
534ff3deff1 : 8142422: Smaller Dynalink API adjustments
7ea18e2abdc : 8141508: java.lang.invoke.LambdaConversionException: Invalid receiver type
14e78ebab1d : 8142467: Remove all references Flags.IPROXY
b1bef722b94 : 8140606: Update library code to use internal Unsafe
fe552c2f394 : 8140606: Update library code to use internal Unsafe
f9c17f72ba4 : 8140606: Update library code to use internal Unsafe
26141fcf05e : 8140606: Update library code to use internal Unsafe
bdbc4d15dfd : 8140606: Update library code to use internal Unsafe
6c93228c435 : 8076359: Test Task: Develop new tests for Leverage CPU Instructions for GHASH and RSA
47ec9819c2a : 8141662: Javadoc fix. Do not suggest to use new Boolean(true)
5541c558b87 : 8138664: ZonedDateTime parse error for any date using 'GMT0' ZoneID - Java Bug System
dd0226189c8 : 8066571: UnsupportedTemporalTypeException is thrown not only in the case of unsupported temporal - Java Bug System
cda93faedcf : 8142383: Use named arguments for SetupCompileProperties in jdk
e0f654819b4 : 8141613: Compiler fails to infer generic type
f8cea75f1cb : 8137113: [TEST_BUG] Two java.beans tests need to be updated to work with JDK 9 modularized filesystem
209ebcfafa9 : 8141696: Improve COMPARE_BUILD
6ed8f3c0b29 : 8140689: Skip last young-only gc if nothing to do in the mixed gc phase
22d9b3df0f6 : 8138740: Start initial mark right after mixed GC if needed
90d03cf69c2 : 8139874: After G1 Full GC, the next GC is always a young-only GC
d8534a2c6d0 : 8140597: Forcing an initial mark causes G1 to abort mixed collections
765cd7602c5 : 8142370: Move java/util/concurrent/Phaser/Basic.java to tier 2
3cc6f8e7241 : 8142369: Move TestLocalTime.java to tier 2
7ff9b4ac29d : 8048356: SecureRandom default provider tests
6ffed15c310 : Added tag jdk8u72-b08 for changeset 95965e9369ec
470c9eb979d : Added tag jdk8u72-b08 for changeset ab090b105141
5871018bc5f : Added tag jdk8u72-b08 for changeset 098e139794b6
9cadc5f507f : Added tag jdk8u72-b08 for changeset 9e88043c9adc
e7224048470 : Added tag jdk8u72-b08 for changeset f5c4525647c4
e84f05bfb4f : Added tag jdk8u72-b08 for changeset bb5bff0a71a2
2e57f14f89c : Added tag jdk8u72-b08 for changeset 584e97164ff6
0cb7dbc8546 : Added tag jdk8u72-b08 for changeset 4453e38ad78e
18243fecf4d : Added tag jdk8u72-b08 for changeset 90e167a1dbe3
7edb0ab981e : Added tag jdk8u72-b08 for changeset 9889d068cd23
a918cb99f3d : Added tag jdk8u72-b08 for changeset 8e7583115ceb
d7fb0dcad3c : Added tag jdk8u72-b08 for changeset b259cca26ddf
39278bb7c3a : Added tag jdk8u72-b08 for changeset 0b167b84879a
db98feab85c : Added tag jdk8u72-b08 for changeset 22c568455215
3c9b576fc25 : Added tag jdk8u71-b08 for changeset af81093ebc80
d6614ef58bf : Added tag jdk8u71-b08 for changeset 7673240dedab
53d6746b32d : Added tag jdk8u71-b08 for changeset 09655284a82a
3cc72169043 : Added tag jdk8u71-b08 for changeset 8e61817ad9b1
11381e72e8d : Added tag jdk8u71-b08 for changeset 19f33ef11c71
2a7252e8ec6 : Added tag jdk8u71-b08 for changeset 36c232952295
bd43b0ad5c6 : Added tag jdk8u71-b08 for changeset ab45a4b47d83
648b4888f4c : Added tag jdk8u71-b08 for changeset f341936774a9
c889e03a3c7 : Added tag jdk8u71-b08 for changeset 670a9c2eddfa
d17eeffc494 : Added tag jdk8u71-b08 for changeset 51ebf4c7d8c3
f5cae0b3edb : Added tag jdk8u71-b08 for changeset f3b7238cd674
3479f02adc9 : Added tag jdk8u71-b08 for changeset 78894e82e845
cd82879e7cc : Added tag jdk8u71-b08 for changeset 3abb6a98dc4c
1f63e6d1a05 : Added tag jdk8u71-b08 for changeset 3a830a31735d
82f6824115b : Added tag jdk8u71-b08 for changeset a0cc9d3f2549
bef234e69d0 : Added tag jdk8u71-b08 for changeset 4bd425d9971f
ff90534bb53 : 8141678: sun.invoke.util.Wrapper eagerly initializes all integral type caches
8e73a2915df : 8141677: Improve java.lang.invoke.MemberName hashCode implementation
bf9db9ef6a9 : 8141639: Signatures in Lower could be made tighter by using JCExpression instead of JCTree
fe2786af5f4 : 8138566: (Process) java.lang.Process.allChildren specification clarification 8140213: Process/ProcessHandle.onExit() spec need to be improved 8140250: (process) Process.info description is inaccurate
75d6c996f1e : 8141550: Introduce a command line option instead of nashorn.unstable.relink.threshold system property
e3ea5caf721 : 8141538: Make DynamicLinker specific to a Context in Nashorn
f6000e27456 : 8141541: Simplify Nashorn's Context class loader handling
9b3b2a661be : 8157819: TypeError when a java.util.Comparator object is invoked as a function
03c086ef9ca : 8156714: Parsing issue with automatic semicolon insertion
86644ae941c : 8150814: correct package declaration in Nashorn test
10f413bfb9a : 8148140: arguments are handled differently in apply for JS functions and AbstractJSObjects
ded6b408962 : 8156896: Script stack trace should display function names
b3ad358c60f : 8157680: Callback parameter of any JS builtin implementation should accept any Callable
9376fcdb8e9 : 8146240: Three nashorn files contain "GNU General Public License" header
9fadb5ffe23 : 8157444: exclude jjs shebang handling test from runs
c4ded31d3cc : 8145305: fix Nashorn shebang handling on Cygwin
c9da0c9d0c6 : 8157160: JSON.stringify does not work on ScriptObjectMirror objects
9a7f1fef47a : 8144221: fix Nashorn shebang argument handling on Mac/Linux
b5542f1876f : 8144160: Regression: two tests fail on Windows with "ant test" target
07607bf4995 : 8143642: Nashorn shebang argument handling is broken
38ab6673e2d : 8130317: "ant test" fails to complete on Windows when run under cygwin shell
ea7065831d8 : 8130127: streamline input parameter of Nashorn scripting $EXEC function
79d6c54b204 : Added tag jdk8u112-b00 for changeset b89671415e6a
d064b35a5b8 : 8141541: Simplify Nashorn's Context class loader handling
643d3e79837 : 8157819: TypeError when a java.util.Comparator object is invoked as a function
06e6e7878db : 8156714: Parsing issue with automatic semicolon insertion
5202c16f3d9 : 8150814: correct package declaration in Nashorn test
58dd2a7ce75 : 8148140: arguments are handled differently in apply for JS functions and AbstractJSObjects
b099300f52e : 8156896: Script stack trace should display function names
4cc947e5d6a : 8157680: Callback parameter of any JS builtin implementation should accept any Callable
e3fc3a7d100 : 8146240: Three nashorn files contain "GNU General Public License" header
acb83397c5b : 8157444: exclude jjs shebang handling test from runs
5f14353db5a : 8145305: fix Nashorn shebang handling on Cygwin
96730d048f4 : 8157160: JSON.stringify does not work on ScriptObjectMirror objects
90c4fa0c879 : 8144221: fix Nashorn shebang argument handling on Mac/Linux
ace27371e87 : 8144160: Regression: two tests fail on Windows with "ant test" target
f052192b02a : 8143642: Nashorn shebang argument handling is broken
a4b668fed83 : 8130317: "ant test" fails to complete on Windows when run under cygwin shell
88405a73837 : 8130127: streamline input parameter of Nashorn scripting $EXEC function
c00246db66c : Added tag jdk8u112-b00 for changeset 47d300f9c309
87a85f53d6b : 8141541: Simplify Nashorn's Context class loader handling
4d94dba613b : 8129740: Incorrect class file created when passing lambda in inner class constructor
6c613a2b5b1 : Added tag jdk8u66-b18 for changeset 7cd531caf169
c905aae37de : Added tag jdk8u66-b18 for changeset 2f29c17ac109
516d8689fc9 : Added tag jdk8u66-b18 for changeset a50d45b257fd
c472b525cb3 : Added tag jdk8u66-b18 for changeset 3d3ead99332b
a034a26cdb0 : Added tag jdk8u66-b18 for changeset b65805777a0c
91c6adab005 : Added tag jdk8u66-b18 for changeset 3bbb886da531
d4f7a3c2364 : Added tag jdk8u66-b18 for changeset 195f38b92f03
d58f9f5b690 : Added tag jdk8u66-b18 for changeset 83b09f628114
cf010d3ff9f : Added tag jdk8u66-b18 for changeset f25465e649a4
431f837f3c1 : Added tag jdk8u66-b18 for changeset ab7d6d671cac
b983301194b : Added tag jdk8u66-b18 for changeset 51ded5c98b28
92b9caf7e43 : Added tag jdk8u66-b18 for changeset eb30376e69f2
f211589f1f9 : Added tag jdk8u66-b18 for changeset c1ae3e5f5a9d
e85e022d044 : Added tag jdk8u66-b18 for changeset fee062eb2102
57e6dd0237f : Added tag jdk8u66-b18 for changeset d0193f6d190d
cdb1813af92 : Added tag jdk8u66-b18 for changeset 8006b41d15c0
7afea22f632 : 8139932: Typo in makefile changes for 8043805 [Allow using a system-installed libjpeg]
10eb29b33e5 : 8131129: Attempt to define a duplicate BMH$Species class
523fdf9bfb2 : 8140649: imageFile should use delete[] with new[]
58087e21793 : 8141630: Specification of Collections.synchronized* need to state traversal constraints
86cf3935f78 : 7161283: [macosx]filedialog didn't pop up for awt test InvalidParametersNativeTest
6ec2776bf3f : 8141629: Hs-comp doesn't build with JDK-8139040
b577a431bd0 : 8141526: Allow to collect stdout/stderr from the FinalizationRunner even before the process returns
8aa80a92457 : 8141526: Allow to collect stdout/stderr from the FinalizationRunner even before the process returns
48e3b3f0df4 : 8138612: Do not retain declaration annotations on lambda formal parameters
d687e92d7c5 : 8141574: recent change for 8141543 breaks all builds
c00f85ddb18 : 8141546: Fix javadoc warnings in Connection due to 8136496
206be75e451 : 8141489: [TESTBUG] requiredVersion in TEST.ROOT needs to updated to 4.1 b12
9b5cb90f04b : 8141489: [TESTBUG] requiredVersion in TEST.ROOT needs to updated to 4.1 b12
7a914a33088 : 8141489: [TESTBUG] requiredVersion in TEST.ROOT needs to updated to 4.1 b12
b09e8d0e618 : 8141543: Propagate --disable-warnings-as-errors to hotspot
4e869c08178 : Added tag jdk9-b91 for changeset 35fa76b8f730
9cd60efd21f : Added tag jdk9-b91 for changeset 58661e1ec098
3bd265e6c18 : Added tag jdk9-b91 for changeset 25ff2fb494ce
e279978e93d : Added tag jdk9-b91 for changeset f77338644394
ad7e4dff9b7 : Added tag jdk9-b91 for changeset 414f403f60d5
1394d8a88d4 : Added tag jdk9-b91 for changeset 8ce5cc6c019d
9c3572939f5 : Added tag jdk9-b91 for changeset d737e5be4257
8b154e34cb3 : Added tag jdk9-b91 for changeset 124b1be03d27
05e8afd0ef6 : 8141536: MethodType field offset calculation could be lazy
6f0997408ac : 8141539: Avoid calculating string constants in InnerClassLambdaMetaFactory
f10554d7c20 : 8136496: Add Connection.begin/endRequest
de261ecd1c8 : 8141414: Deprecate configure source overriding
0a4657e8c12 : 8141529: Fix handling of _JAVA_SR_SIGNUM
31437f54c2d : 8141446: Cache Class.forName for permanently loaded classes
99b9a67ccdd : 8140389: Remove StringCharIntrinsics flag after JDK-8138651 is fixed
f3011455a20 : 8141443: jdk/test/java/util/regex/RegExTest.java fails: No match found
a65f2402589 : 8141343: Subtle semantics changes for union types in cast conversion
51f33e9a51e : 8141524: CompilerTest execution time dominated by Field.setAccessible
8fa1d710b7b : 8141425: Improve caching in NashornCallSiteDescriptor
12667cd360d : 8020448: Test closed/java/awt/font/JNICheck/JNICheck.sh fails on Solaris 11 since 7 FCS
dfb1ed8a19c : 8141044: C1 should fold (this == null) to false
0ac445c69d9 : 8141439: Fix compare.sh -o <otherdir> (broken by JDK-8136813)
5bef4db912d : 8141416: "expr: syntax error" due to gcc -dumpversion excluding micro
5aee1308cad : 8141444: Clean up building of JDK launchers
b45249a1286 : 8141393: [TESTBUG] VMOptionsTest.java fails on ARM
e6db7fad830 : 8141489: [TESTBUG] requiredVersion in TEST.ROOT needs to updated to 4.1 b12
20cb4ca730f : 8139986: Store debug level in java.vm.debug and conditionally print in "java -version"
a74cf79db43 : 8140630: java/nio/Buffer/Basic.java crashes vm on linux-x64 using latest devkit to build
12381786ed7 : 8141454: Move java/lang/ProcessHandle/TreeTest.java until stability improves
c573c1777e6 : 8139986: Store debug level in java.vm.debug and conditionally print in "java -version"
a38ea495d6a : 8139170: JVMCI refresh
afaeebc08d7 : 8141359: @Deprecated on packages should be clarified
67b29d8e80a : 8139170: JVMCI refresh
f27fae0befd : 8139863: [TESTBUG] Need to port tests for JDK-8134903 to 8u-dev
97216af373e : 8139863: [TESTBUG] Need to port tests for JDK-8134903 to 8u-dev
b6f45b18897 : 8033148: Lexicographic comparators for arrays
01355aa18c0 : 8141290: AIX: fix build after '8140661: Rename LDFLAGS_SUFFIX to LIBS'
c070181a7f5 : 8141290: AIX: fix build after '8140661: Rename LDFLAGS_SUFFIX to LIBS'
d2d6dd48d43 : 8139961: Various sjavac tests result in error on Windows (JPRT)
03a416db62e : 8141368: Typo in java/lang/Class/IsEnum.java test
922ac5ff90a : 8141355: PackagePathMismatch.java does not use --state-dir option
68ffb0bf12f : 8141356: Explicitly stop CMS threads during VM termination
0580d65a1c8 : 8142403: Make G1CollectorPolicy::predictor const
7cf539d35e4 : 8137075: Sjavac tests are leaking file managers
08f3b0d50f6 : 8141287: Add MD5 to jdk.certpath.disabledAlgorithms - Take 2
71d951c5626 : 8141287: Add MD5 to jdk.certpath.disabledAlgorithms - Take 2
9a4e706ed92 : 8141287: Add MD5 to jdk.certpath.disabledAlgorithms - Take 2
9abb7b28325 : 8141287: Add MD5 to jdk.certpath.disabledAlgorithms - Take 2
9a43a24ef19 : 8141213: [Parfait]Potentially blocking function GetArrayLength called in JNI critical region at line 239 of jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c in function GET_ARRAYS
a880378d87a : 8141213: [Parfait]Potentially blocking function GetArrayLength called in JNI critical region at line 239 of jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c in function GET_ARRAYS
5bfb758108a : 8141213: [Parfait]Potentially blocking function GetArrayLength called in JNI critical region at line 239 of jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c in function GET_ARRAYS
3eef858292d : 8141213: [Parfait]Potentially blocking function GetArrayLength called in JNI critical region at line 239 of jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c in function GET_ARRAYS
a4e16dd190e : 8139385: [TESTBUG]: JVMCI test crashes in constantPoolHandle::constantPoolHandle
2e984bab1cc : 8141332: Switch macosx devkit in JPRT
3b2f1175679 : 8141333: Rename SetupArchive to SetupJarArchive
7e33756aa52 : 8141333: Rename SetupArchive to SetupJarArchive
61aa204f408 : 8141333: Rename SetupArchive to SetupJarArchive
79287d45cff : 8141333: Rename SetupArchive to SetupJarArchive
3449e253b89 : 8141261: Clean up building of demos
99948f872ad : 8141261: Clean up building of demos
62017e75bcb : 8141051: Build test libs -source/-target 9
b03077878d2 : 8141129: 3 compiler control tests fail on product builds
25bd94edfe8 : 8138809: improve tests for CompilerToVM::hasCompiledCodeForOSR
55326315584 : 8141285: NameCode should pass tests from BytecodeNameTest.java
937b5e1d5e7 : 8139345: java/lang/ProcessHandle/TreeTest.java test fails with ... Wrong number of children expected [3] but found [2]
1b98e1d5bfb : Added tag jdk8u66-b33 for changeset ec9a935230b1
fb16500069f : Added tag jdk8u66-b33 for changeset cf8b7744c9c6
f473c53fc89 : Added tag jdk8u66-b33 for changeset 3154eca5ff67
af18a213776 : Added tag jdk8u66-b33 for changeset e23c2b36170b
98b6535ac81 : Added tag jdk8u66-b33 for changeset 76055d7d6a27
c071ec796e3 : Added tag jdk8u66-b33 for changeset 6ae461298779
9cb512ad925 : Added tag jdk8u66-b33 for changeset 0270da6e8268
cf2e1ee463b : Added tag jdk8u66-b33 for changeset 8bd20ef6031c
8a78f5a201b : Added tag jdk8u66-b33 for changeset 29274d63be76
13d24ceb0f2 : Added tag jdk8u66-b33 for changeset 1b51e821dedb
2c72ecc6d1d : Added tag jdk8u66-b33 for changeset 0faed606b6d6
548a10dab1d : Added tag jdk8u66-b33 for changeset 652cce52ff2d
b484bae010b : Added tag jdk8u66-b33 for changeset aa8489337530
bc8b7ef8fb0 : Added tag jdk8u66-b33 for changeset 95362493a41a
4671194aaf2 : 6512052: Remove java-rmi.exe and java-rmi.cgi
69c0fd73d38 : 8141213: [Parfait]Potentially blocking function GetArrayLength called in JNI critical region at line 239 of jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c in function GET_ARRAYS
a2b313cb84c : 8139216: Non-ASCII characters in CUPS printer names are not properly displayed
4ed5b73f3df : 8141132: JEP 254: Compact Strings
7af927f9c10 : 8141132: JEP 254: Compact Strings
a7ccff84be6 : Added tag jdk8u72-b07 for changeset dbcaf1024b5d
bbaa7f6689d : Added tag jdk8u72-b07 for changeset 38b508fd9888
51a138e36bb : Added tag jdk8u72-b07 for changeset c3caa8e8f0bb
4fe3df845ca : Added tag jdk8u72-b07 for changeset 67197a82db00
af9d038ba0b : Added tag jdk8u72-b07 for changeset f429a4a81c23
09b3db029fd : Added tag jdk8u72-b07 for changeset 1a2d2e904be4
edee2540518 : Added tag jdk8u72-b07 for changeset d61b55da506c
8f9bcb3d5a1 : Added tag jdk8u72-b07 for changeset 2d9ef8b1dbca
21368688fdb : Added tag jdk8u72-b07 for changeset 3e0b7c8af5aa
b189adf816d : Added tag jdk8u72-b07 for changeset eaa136736f0f
032dbc39b52 : Added tag jdk8u72-b07 for changeset 954f91b43d13
1f045782f55 : Added tag jdk8u72-b07 for changeset f34e78da98b2
5610c12fb3e : Added tag jdk8u72-b07 for changeset 43fe159688c3
39c7e749048 : Added tag jdk8u72-b07 for changeset e9cedc01664a
78c4b6ffcdd : Added tag jdk8u71-b07 for changeset 529c43bd871b
e8729a338ae : Added tag jdk8u71-b07 for changeset bcec587ea949
ac7f34b7ad7 : Added tag jdk8u71-b07 for changeset 3afabaeb6332
6256d2723c6 : Added tag jdk8u71-b07 for changeset b7bb814a83e3
d3bf321237d : Added tag jdk8u71-b07 for changeset e62bccaecc0f
758bfd45615 : Added tag jdk8u71-b07 for changeset 586a517206f1
c653964aec9 : Added tag jdk8u71-b07 for changeset 73248e1bf4c6
eeb2a7ac861 : Added tag jdk8u71-b07 for changeset 990d47c4dd75
ca4924918d6 : Added tag jdk8u71-b07 for changeset b2386e644903
576af159b40 : Added tag jdk8u71-b07 for changeset cfd4da00508f
2a5902b3473 : Added tag jdk8u71-b07 for changeset 723db9aa3a3c
adf7bbd4ed4 : Added tag jdk8u71-b07 for changeset 96746281762e
0ee86bbe132 : Added tag jdk8u71-b07 for changeset 0ceb55dbf3e3
3af4f53929d : Added tag jdk8u71-b07 for changeset b8d327086780
01251b9de91 : Added tag jdk8u71-b07 for changeset 40663d4469b5
e038b0b6f10 : Added tag jdk8u71-b07 for changeset 4dc606ed301a
44740462f84 : 8141144: Move NameCodec to jdk.nashorn.internal space
e0f0f104789 : 8138881: Bug in OSInfo.java
d097184acb9 : 8140481: NoClassDefFoundError thrown by ManagementFactory.getPlatformMBeanServer
4e24e2cc6cc : 8079459: JCK test api/java_nio/ByteBuffer/index.html#GetPutXXX start failing after JDK-8026049
97d10805c33 : Added tag jdk9-b90 for changeset e3fb1c8b2f41
9e8fe215ca0 : Added tag jdk9-b90 for changeset 2fa6e5e17bcf
3b6e4d1fe29 : Added tag jdk9-b90 for changeset 866793d5b4e8
62b277e69e2 : Added tag jdk9-b90 for changeset f22834cb7756
5f178062197 : Added tag jdk9-b90 for changeset 9b26fa2cab3d
5ba43fff6ea : Added tag jdk9-b90 for changeset 12c4adf57d67
ec29e33c0c2 : Added tag jdk9-b90 for changeset 1ad7dff7dba8
5e2096e9015 : Added tag jdk9-b90 for changeset 673fa1d0883d
2b9c0b888de : 8140766: langtools/make/test/sym/CreateSymbolsTest.java contains incorrect paths
1c8b39901ee : 8140249: JVM Crashing During startUp If Flight Recording is enabled
9542574192a : Added tag jdk8u72-b08 for changeset 824f95fed88b
fd5ad22524c : 8140249: JVM Crashing During startUp If Flight Recording is enabled
e872005cdde : Added tag jdk8u72-b08 for changeset 82073b9880c5
cdd7249f6e1 : 8139390: Very long classname in jimage causes SIGSEGV
165c64ef5f0 : 8074696: Remote debugging session hangs for several minutes when calling findBootType
2a1350249e6 : 8074696: Remote debugging session hangs for several minutes when calling findBootType
2166ba9c012 : Added tag jdk8u72-b07 for changeset a7fcad2c7f26
3d00188ac3e : 8074696: Remote debugging session hangs for several minutes when calling findBootType
b37968a72ea : Added tag jdk8u72-b07 for changeset 5d92570babf7
943ce6067c6 : 8132503: [macosx] Chinese full stop symbol cannot be entered with Pinyin IM on OS X
096249e9fef : 8139743: Update JAX-WS RI integration to latest version (2.3.0-SNAPSHOT)
acaff163911 : 8140543: Arrange font actions
9b78943b484 : 8140543: Arrange font actions
66184033a27 : 8140543: Arrange font actions
65d523e05b1 : 8140543: Arrange font actions
85a9bd78c38 : 8077931: Develop tests for XML Catalog API
ed903000ea5 : 8081248: Implement JEP 268: XML Catalog API
666c0290469 : 8134650: Xsl transformation gives different results in 8u66
a9ed5de814a : 8134650: Xsl transformation gives different results in 8u66
b83813f43af : 8138817: JNI warnings loading fonts on MacOSX
d64b0e82b29 : 8140776: CompilerControl: Remove UTF-16 from the tests
39f99d58152 : 8140604: Internal Error runtime/stubRoutines.hpp:392 assert(_intrinsic_log != 0L) failed: must be defined
83d79d60348 : 8134828: Scrollbar thumb disappears with Nimbus L&F
d364f22babf : Added tag jdk8u51-b34 for changeset f6e59792ef53
609440f3e0b : Added tag jdk8u66-b33 for changeset fe9c2eaf7613
a6ff3dbd94e : 8134828: Scrollbar thumb disappears with Nimbus L&F
b463be4291d : Added tag jdk8u51-b34 for changeset bb0926ad64fc
f45ebe08f39 : Added tag jdk8u66-b33 for changeset 905ad4b19529
fa3e231ba08 : 8134828: Scrollbar thumb disappears with Nimbus L&F
af8076b5a62 : 8139373: [TEST_BUG] java/net/MulticastSocket/MultiDead.java failed with timeout
dc30bb782c2 : 8134828: Scrollbar thumb disappears with Nimbus L&F
059da907cab : 8139373: [TEST_BUG] java/net/MulticastSocket/MultiDead.java failed with timeout
0f089337730 : 8140489: Introduce shorthand for average_time_ms in G1CollectorPolicy
e82b8fd111c : 8140591: Add configure argument specifying make executable in JPRT
8b1e49f6041 : 8140593: Add configure parameter for devkit for the build compiler
7846a521e57 : 8139859: TestRSA.java: 'message larger than modulus' using SunRsaSign KeyFactory
b4d43d3a34b : 8134828: Scrollbar thumb disappears with Nimbus L&F
9b5d6530ec3 : Added tag jdk9-b89 for changeset 1c5439fcdc26
9ec3dedff48 : Added tag jdk9-b89 for changeset b6f6281b4c07
0518934ba36 : Added tag jdk9-b89 for changeset acfcfc603220
21aff56748f : Added tag jdk9-b89 for changeset 917698397de2
1d0817d3271 : Added tag jdk9-b89 for changeset b4578ef66d51
9f1447688b4 : Added tag jdk9-b89 for changeset 9e3f2229fe8c
3d29bacd201 : Added tag jdk9-b89 for changeset 75e0112d3eb5
d80f3f067e1 : Added tag jdk9-b89 for changeset 6de465484e43
0bac07b6e2b : 8140661: Rename LDFLAGS_SUFFIX to LIBS
d163a35ae02 : 8140661: Rename LDFLAGS_SUFFIX to LIBS
ce3cdee0b27 : 8140762: Specifying --without-LIB if not needed should not result in warning
d0f3d01013d : 8140393: Move WorkerDataArray to its own file
52458bf82ef : 8129348: Debugger hangs in trace mode with TRACE_SENDS
5b3684cf378 : 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests
a7f471d8be0 : 8140483: Atomic*FieldUpdaters final fields should be trusted
232477b3a45 : 8140759: add ES6 template literal test
a935c706b6b : 8140761: Remove caching from WorkerDataArray
c04398f7826 : 8138651: -XX:DisableIntrinsic matches intrinsics overly eagerly
fd783b3ad60 : Added tag jdk8u66-b32 for changeset 189faa919b91
827400fd382 : Added tag jdk8u66-b32 for changeset a60c8dbe3dca
adfb65bde70 : Added tag jdk8u66-b32 for changeset 08a419ac3e20
e5285ae7bd2 : Added tag jdk8u66-b32 for changeset a7e897c89799
8b064f13128 : Added tag jdk8u66-b32 for changeset c81e9805c2be
878c9a14990 : Added tag jdk8u66-b32 for changeset f838b6f9d828
525abb30220 : Added tag jdk8u66-b32 for changeset 4507e00e4f8b
da3e5536158 : Added tag jdk8u66-b32 for changeset 94b08ad805ab
30bb05090be : Added tag jdk8u66-b32 for changeset f89744ca5f95
17e3c7f8ab7 : Added tag jdk8u66-b32 for changeset 88000a61dfb1
bba5f42d3ea : Added tag jdk8u66-b32 for changeset 2bfc9c5b4055
d45d2ec79e5 : Added tag jdk8u66-b32 for changeset dc321a7a68a2
297eb625a7c : Added tag jdk8u66-b32 for changeset cd62713cd8f2
f0f5e564427 : Added tag jdk8u66-b32 for changeset 6fb28a0aa6b7
cce7276213c : Added tag jdk8u66-b32 for changeset dd24be12432c
320e7157144 : Added tag jdk8u66-b32 for changeset af9310c12038
887c08447d5 : Added tag jdk8u72-b06 for changeset f2de9a0408cb
82d8b94c96f : Added tag jdk8u72-b06 for changeset e73b62894028
0393ca2b564 : Added tag jdk8u72-b06 for changeset 86d4dddc39ac
df201e68807 : Added tag jdk8u72-b06 for changeset 4b9e91b0e179
e45cafcb590 : Added tag jdk8u72-b06 for changeset 5ac05915db57
fc6965ec7aa : Added tag jdk8u72-b06 for changeset 1654ad6e2412
2040ff3934c : Added tag jdk8u72-b06 for changeset b1e7c16f1ffc
1b6839a0623 : Added tag jdk8u72-b06 for changeset 44e1373aa5b4
8a5640cbe76 : Added tag jdk8u72-b06 for changeset c920af73c5be
c62357746ce : Added tag jdk8u72-b06 for changeset c437776fa804
fbe6430d4bf : Added tag jdk8u72-b06 for changeset 4aac965596e7
16a234aaaf3 : Added tag jdk8u72-b06 for changeset 439c3ba2ab27
dfe9d4651e4 : Added tag jdk8u72-b06 for changeset bd8d6cdd0975
d8f1850dde5 : Added tag jdk8u72-b06 for changeset a09022eb31de
4eda4ea6cf4 : Added tag jdk8u72-b06 for changeset 27eb800c2399
63e154af6c7 : Added tag jdk8u72-b06 for changeset ff67f547ec93
78ed4c4c8c7 : 8066644: Fix deprecation warnings in jdk.zipfs module
9290f65010e : 8140668: Quarantine RandomValidCommandsTest 8140669: Quarantine ClearDirectivesFileStackTest
cf5f478f5db : 8140663: FrameValue might be used uninitialized
27116852474 : 8132096: Augment the Compiler Tree API to support the new Simplified Doclet API
2bf54b1d29e : 8139762: Format warnings in libjvm_db.c
471474c6d83 : 8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
684ae3fa6e9 : 8140539: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
69001d7ee30 : 8140396: BUILD_LIBJIMAGE missing as a dependency to JAVA_BASE_EXPORT_SYMBOLS_SRC
fc03719078d : 8139203: Consistent naming for klass type predicates 8138923: Remove oop coupling with InstanceKlass subclasses
6b5651d4b8c : 8134732: [TEST_BUG] Test java/awt/applet/Applet/AppletFlipBuffer.java fails on Windows with AWTException
2b10aff4337 : 8011541: [TEST_BUG] closed/javax/swing/plaf/metal/MetalUtils/bug6190373.java fails NPE since 7u25b03
4140fd05a44 : 8130895: Test javax/swing/system/6799345/TestShutdown.java fails on Solaris11 Sparcv9
d65a7b5c34f : 8134941: Implement ES6 template literal support
ee66b3ca3ee : Added tag jdk8u71-b06 for changeset c676c5456361
7963cf58ff6 : Added tag jdk8u71-b06 for changeset 22e84f71c5da
71ef3dcdcdf : Added tag jdk8u71-b06 for changeset 744c48921a2f
06a70593945 : Added tag jdk8u71-b06 for changeset fa274116d752
9dab885bc6e : Added tag jdk8u71-b06 for changeset 80e18244096e
68bd8830fea : Added tag jdk8u71-b06 for changeset 5cde7feb7a0b
e9ce064c57e : Added tag jdk8u71-b06 for changeset 2d806056046a
3daac2dca5f : Added tag jdk8u71-b06 for changeset b69e6b993010
f1318633a8b : Added tag jdk8u71-b06 for changeset f22968fd6a4c
8a106a77be0 : Added tag jdk8u71-b06 for changeset f5ecbf11c64a
42c21565183 : Added tag jdk8u71-b06 for changeset c36749aad718
a69dfb23559 : Added tag jdk8u71-b06 for changeset c31ed998a2a3
7a653801548 : Added tag jdk8u71-b06 for changeset 9b2dc0ee081b
cbfdd9ad8fc : Added tag jdk8u71-b06 for changeset 81fe0d513448
9b8ccf929db : Added tag jdk8u71-b06 for changeset 048e13bdb3aa
84e2dd26ddf : Added tag jdk8u71-b06 for changeset 240542327395
57b304c9c40 : 8140620: Find and load default.sf2 as the default soundbank on Linux
04fff9f8bea : 8140312: Enable new sjavac server only mode in jdk build
084b341c802 : 8138824: java.lang.String: spec doesn't match impl when ignoring case - equalsIgnoreCase(), regionMatches()
961f5bb19fa : 8139891: Prepare Unsafe for true encapsulation
039a5edf355 : 8140484: Vardeps broken when variable value contains '$'
81fe39a539f : 8139900: [TESTBUG] Remove G1UpdateBufferSize and InitialBootClassLoaderMetaspaceSize from TestOptionsWithRanges
eddb003fc77 : 8140584: nmethod::oops_do_marking_epilogue always runs verification code
2e45726df18 : 8141654: Tests missing -XX:+UnlockDiagnosticVMOptions
5794819881c : 8080940: Remove mcs post-hook from hotspot solaris builds
3756d55ee69 : 8139164: JVM should throw ClassFormatError for non-void methods named <clinit>
b57ae5dad3a : 8140404: Revert the removal of CMSTestInFreeList
00a7b7ded27 : 8140585: PLAB statistics are flushed too late
fd19805f5bd : 8141946: Remove develop flag G1TraceHeapRegionRememberedSet
0064189ab6d : 8130255: [TESTBUG] closed/runtime/4784641/CheckedIsSameObjectTest fails when running 32-bit ARM binaries on 64-bit ARM hosts
4bfbb83879e : 8141434: G1CollectedHeap::into_cset_dirty_card_queue_set should be moved to G1RemSet
5f873e726d3 : 8141548: Hotspot Windows build should respect WARNINGS_AS_ERRORS
6bda88594db : 8139867: Change how startsHumongous and continuesHumongous regions work in G1
fd7b3345c85 : 8077571: ObjPtrQueue is poorly named
fbac3a147e0 : 8141533: [TESTBUG] Add @ignore to runtime/CompressedOops/UseCompressedOops.java until JDK-8079353 has been resolved
6f819639725 : 8042209: Remove unused function G1SATBCardTableLoggingModRefBS::write_ref_field_static
4a65cc4f5b4 : 8141530: Remove G1RecordHRRSOops and G1RecordHRRSEvents
0e8c32889f8 : 8141489: [TESTBUG] requiredVersion in TEST.ROOT needs to updated to 4.1 b12
96ec5c84ba5 : 8134030: test/serviceability/dcmd/gc/HeapDumpTest fails to verify the dump
8007ac3f84a : 8139765: set_numeric_flag can call Flag::find_flag to determine the flag type
f14a84f9e23 : 8141035: Let jvmtiGen exit with a non-zero exit code upon failure
199618fac0b : 8141394: Remove the instrumentation added by JDK-6898948
b6230a727d1 : 8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
54f5cc46d76 : 8138916: Logging write function does not allow for long enough messages
e54bd838f99 : 8140348: Convert TraceSafepoint to Unified Logging
3d2c024ea45 : 8135318: CMS wrong max_eden_size for check_gc_overhead_limit
b256989eb34 : 6899049: G1: Clean up code in ptrQueue.[ch]pp and ptrQueue.inline.hpp
a6231d3f70c : 8141134: Remove unnecessary pragma warning(disable:4355) from GC code
f25b7859efe : 8141422: G1 eager reclaim card dirtying may dirty outside of allocated objects
7ac46285854 : 8138966: Intermittent SEGV running ParallelGC
9adaaa0c96c : 8140648: Clean up remnants of fork1() from non-solaris platforms
df5a5904ce1 : 8141331: Test hotspot/compiler/oracle/MethodMatcher.java fails with NPE
85ba5120dc8 : 8139803: Fix for 8132985 breaks OpenJDK build on windows
b9bde0f1ce8 : 7077412: [TEST_BUG]closed/java/awt/print/PrinterJob/PaintText.java failed (timeout error)
27b171c9778 : 8134759: jdb: Incorrect stepping inside finally block
835c0b0d2e2 : 8134759: jdb: Incorrect stepping inside finally block
692b3f41b3e : 8134759: jdb: Incorrect stepping inside finally block
392da5db2d0 : 8068887: java.lang.Throwable could use Collections.emptyList for suppressedException
43fd9baef43 : 8136967: revert all changes applied to obtain information about 8131129
d281188a5f6 : 8140452: Internal Error memory/allocation.cpp:179
f03a55be9ea : 8140543: Arrange font actions
0ab4ee7c8cf : Added tag jdk8u76-b00 for changeset ffa5533765ac
4d336caef35 : Added tag jdk8u76-b00 for changeset 02beb0d9d1ec
c1c51b7e0fe : Added tag jdk8u76-b00 for changeset 15b159a91a2f
07a053ff15d : Added tag jdk8u76-b00 for changeset 4982e4ab54a4
7c67c3ffe6f : Added tag jdk8u76-b00 for changeset d305c904d89c
12085e26024 : Added tag jdk8u76-b00 for changeset 7964948b4032
210c12e486e : Added tag jdk8u76-b00 for changeset 149981b9493a
bb8d5aafc56 : Added tag jdk8u76-b00 for changeset 763261e6e982
0d876bb9a89 : Added tag jdk8u76-b00 for changeset ec1f2a9d938d
19b86f03287 : Added tag jdk8u76-b00 for changeset f5b7db642b3f
a24ad21f322 : Added tag jdk8u76-b00 for changeset f9cf1776b637
df146404f0d : Added tag jdk8u76-b00 for changeset 3629650be098
3ef80490fc8 : Added tag jdk8u72-b05 for changeset 75a1e013ed39
ba71a7398fb : Added tag jdk8u72-b05 for changeset fcfb5aaa9105
2b2f67cbb48 : Added tag jdk8u72-b05 for changeset 26b7bbe30f80
34cebb931f2 : Added tag jdk8u72-b05 for changeset 8f29ffe81c2a
9fc568992cd : Added tag jdk8u72-b05 for changeset 413353b45456
f8cb07b67c3 : Added tag jdk8u72-b05 for changeset 2aeaa4f627ff
df74d682851 : Added tag jdk8u72-b05 for changeset b59999554a73
db4eb021c39 : Added tag jdk8u72-b05 for changeset 8468e65a7b82
66ed27a4b0d : Added tag jdk8u72-b05 for changeset 8f3ae7e17af0
8a6a9a2b969 : Added tag jdk8u72-b05 for changeset 04746203c037
3db7f7b48f8 : Added tag jdk8u72-b05 for changeset e084bca2d39e
15026ce019c : Added tag jdk8u72-b05 for changeset e1012c11bc99
1dfb053f168 : Added tag jdk8u72-b05 for changeset 9c8d5787f046
4297a226edc : Added tag jdk8u72-b05 for changeset e692b49d0afd
50d3746cbec : Added tag jdk8u72-b05 for changeset 86d17da4c5c2
4c963ab873b : Added tag jdk8u72-b05 for changeset 67ee3597836f
61e0c06fc38 : Added tag jdk8u71-b05 for changeset cfe0f2011f05
a618972084e : Added tag jdk8u71-b05 for changeset a20639dd39b4
da7ecabb46c : Added tag jdk8u71-b05 for changeset 15ec620acfad
d8812e09feb : Added tag jdk8u71-b05 for changeset 066bcc760db5
4a239debee4 : Added tag jdk8u71-b05 for changeset 201deb605c79
897487edb2e : Added tag jdk8u71-b05 for changeset 4b5b62f95a95
391d14c1fdc : Added tag jdk8u71-b05 for changeset fcd071d4e23e
e8bb667199d : Added tag jdk8u71-b05 for changeset e6ae92ee7b31
3ec45006566 : Added tag jdk8u71-b05 for changeset 98d86340ba3f
ff0aa8af9e2 : Added tag jdk8u71-b05 for changeset 20dbfaee2be0
18804f3bc94 : Added tag jdk8u71-b05 for changeset 4521db015d57
8baaf6a07d5 : Added tag jdk8u71-b05 for changeset f575385a2c68
06cddc55fb9 : Added tag jdk8u71-b05 for changeset 2eeb0fa3bc1e
3682da6fcd2 : Added tag jdk8u71-b05 for changeset 6994761d4adc
2896bfbf099 : Added tag jdk8u71-b05 for changeset 670c0effa4ac
3ff7a3c5e38 : Added tag jdk8u71-b05 for changeset 0c8b71510265
5179fc3488b : 8139163: InstanceKlass::cast passes through NULL
3b8c97faaed : 8140482: Various minor code improvements (runtime)
4fc5003ff56 : 8061287: Update i18n tests to remove references of jre dir
10cd6077535 : 6823565: Excessive use of HandleList class in de-serialization code causes OutOfMemory
9cbe14b4dfe : 8140336: Add @modules for exported dependencies to jdk_core tests
25cc742a8f4 : 8139903: G1EvacStats does not split log entries
c6b692b946c : 8134642: ParkEvent::RawThreadIdentity appears to be unused and should be removed
cb0500e51dd : 8047212: runtime/ParallelClassLoading/bootstrap/random/inner-complex assert(ObjectSynchronizer::verify_objmon_isinpool(inf)) failed: monitor is invalid
f1e89ea4cc4 : 8140274: methodHandles and constantPoolHandles should be passed as const references
f84561609b1 : 8129855: "-XX:+IgnoreUnrecognizedVMOptions" hides out of range VM options
77931751412 : 8140343: SEGV in DirectivesStack::getMatchingDirective
efd194d2e32 : 8140581: Excluding compile messages should only be printed with PrintCompilation
d8c5daffb0e : 8139907: compiler/intrinsics/montgomerymultiply/MontgomeryMultiplyTest.java fails with timeout
1c3f45d213b : 8066158: JEP-JDK-8046155: Test task: directive parser
c95fc22507a : 8140453: compiler control test failed with RuntimeException: CompileCommand: nonexistent missing
2abe5caf987 : 8140350: compiler control tests fail with compiled: true, but should: false on required level: 1
ba17a6c8f82 : 8140611: aarch64: jtreg test jdk/tools/pack200/UnpackerMemoryTest.java SEGVs
037d51d7b06 : 8140582: aarch64: jvm fails to initialise after 8078556
0485593fbc4 : 8139340: SuperWord enhancement to support vector conditional move (CMovVD) on Intel AVX cpu
1c8b312b4c6 : 8139996: CompileCommand prints quoted ascii strings
c07f802b14c : 8139575: Update for x86 log in the math lib
2d8d2e83ba6 : 8057685: javac should not crash compiling type annotations
6bc7725c19e : 8140091: remove VMStructs cast_uint64_t workaround for GCC 4.1.1 bug
8ba15f464a9 : 8140333: Tweak langtools IntelliJ project to better support Kulla changes
aa1f57f8b0f : 8140325: Incorrect package.html file
88330b7239c : Added tag jdk9-b88 for changeset b543e47c74b1
4caefa6497d : Added tag jdk9-b88 for changeset a754462959d5
65144196d34 : Added tag jdk9-b88 for changeset 84939eb5c7b5
0db3e42cca8 : Added tag jdk9-b88 for changeset 9d153359b8ff
d433def579c : Added tag jdk9-b88 for changeset bd51fb758778
309ba90de6c : Added tag jdk9-b88 for changeset 9f14b17a8956
847f0abcb47 : Added tag jdk9-b88 for changeset 8e29cbfb0f15
5325cb694c3 : Added tag jdk9-b88 for changeset 15f446204203
dbf26ce3d54 : 8139056: Add convenience methods to Statement.java
5a7c62ba2ef : 8140282: Remove test directories on clean-test-*
a6bb026e2ff : 8140277: Configuration out-of-date check should also check closed sources
ab8fe0b0b22 : 8139271: Add top-level Makefile target to run hotspots jtreg tests
a37c40fcd0e : 8136763: [macosx] java always returns only one value for "text/uri-list" dataflavor even if several files were copied
482d4ed841b : 8136763: [macosx] java always returns only one value for "text/uri-list" dataflavor even if several files were copied
b84f19e870e : 8074803: Name clash
b191aa4da0f : 8140223: fix the build with a toolchain with a linker defaulting to ld --as-needed
80a6875dbf7 : 8139754: Change Boolean constructor use to the use of Boolean factorymethods. For the macosx-port-dev area
06ebd4f0e25 : 8140273: restore use of CompositeOperation.contains where it is needed
200d75bd08e : 8087349: Test tools/sjavac/IncCompInheritance.java is failing
ebb27ad5958 : 8139935: Bootcycle builds are broken on jdk9/hs due to JVMCI changes
79010d4172e : Added tag jdk8u72-b04 for changeset 1d28b6b2b294
184c460270b : Added tag jdk8u72-b04 for changeset 8dfcb428dc19
a560fc48785 : Added tag jdk8u72-b04 for changeset 07c74e6b2c60
6657d31fa46 : Added tag jdk8u72-b04 for changeset 60f9f7e3e3d3
78d3c2b100f : Added tag jdk8u72-b04 for changeset 5963ff71a786
bc18b0c919d : Added tag jdk8u72-b04 for changeset b82f4aafd6c5
4bc68478f45 : Added tag jdk8u72-b04 for changeset 7fcf59b94a22
2fff062b8e4 : Added tag jdk8u72-b04 for changeset 39c366636743
a5591d40faf : Added tag jdk8u72-b04 for changeset 2857044f6f4c
bba82c93b5f : Added tag jdk8u72-b04 for changeset b1446f1f0516
e7d117f936e : Added tag jdk8u72-b04 for changeset d6351777647d
f7be0353302 : Added tag jdk8u72-b04 for changeset f17ee2de4619
817d62e335a : Added tag jdk8u72-b04 for changeset 0bae4d8dbbb2
728912055c0 : Added tag jdk8u72-b04 for changeset f930e788db90
6615ea555ea : Added tag jdk8u72-b04 for changeset 5d3db21f599d
4532f7c0006 : Added tag jdk8u72-b04 for changeset 2b193ad56452
9a971332651 : 8041900: [macosx] Java forces the use of discrete GPU
2367381cb0c : 8139012: Better font substitutions
be4fad7f6ce : 8139012: Better font substitutions
06a6f6e0dd1 : 8139012: Better font substitutions
2e8ec21c06a : 8139012: Better font substitutions
1162fb9ebf8 : 8140191: Unable to build the verona stage repo with JPRT
fe13034c1dd : 8139931: Introduce Operation objects in Dynalink instead of string encoding
3ee545ab1d6 : 8140240: Missing test files in CompilerControl tests
5c267235168 : 8132890: Text overlapping on dot matrix printers
d9ebc2b4c2c : 8136763: [macosx] java always returns only one value for "text/uri-list" dataflavor even if several files were copied
1ee7fb505de : 8130136: Swing window sometimes fails to repaint partially when it becomes exposed
13b588b82f6 : 8130136: Swing window sometimes fails to repaint partially when it becomes exposed
b96af1d249a : 8138764: In some cases the usage of TreeLock can be replaced by other synchronization
98073abeef4 : 8140239: Fix product build after "8132168: Support IdealGraphVisualizer in optimized build"
9ab6c1b05c9 : 8166276: Refactor gen_process_roots to allow simpler fix for 8165949
49649f11df3 : 8164120: The minimal VM should be stripped using --strip-unneeded
b21ea81d07d : 8165600: Convert internal logging tests to GTest
430b8c3e251 : 8165704: Convert LogStream internal tests to GTest
e544c70170d : 8165702: Convert LogFileOutput internal tests to GTest
12fae773c07 : 8165700: Convert LogMessage internal tests to GTest
c48b110f176 : 8165698: Convert LogTagSet related internal tests to GTest
e3155ad3c35 : 8165696: Convert gcTraceTime internal tests to GTest
b3bc0ad042e : 8155729: C2: Skip transformation of LoadConP for heap-based compressed oops
c70da7ca32e : 8166129: hitting vmassert during gtest execution doesn't generate core and hs_err files
5650975427f : 8166925: several native TESTs should be changed to TEST_VM
32cea7c65b3 : 8138729: javac -parameters should not emit parameter names for lambda expressions
724a1054afa : 8140238: Zero fails to build from source
42c3dcab552 : 8140267: assert(is_native_ptr || alias_type->adr_type() == TypeOopPtr::BOTTOM || alias_type->field() != __null || alias_type->element() != __null) failed: field, array element or unknown
11af905b181 : 8139012: Better font substitutions
54e4c9c90c7 : 8139256: Add Makefile target to run internal VM tests
e9353c3aed2 : 8139813: Base heap size on type of boot jdk, not architecture of build machine
fc4e9e482ae : 8139813: Base heap size on type of boot jdk, not architecture of build machine
df445c65786 : 8139919: Make CallSiteDescriptor a concrete class
b49c5c8b095 : 8139905: Add a convenience AccessControlContext factory
d62fb19270b : 8139895: Introduce GuardingDynamicLinkerExporter
d2229f28fe7 : 8139888: Improve Dynalink JavaDoc some more
4b535d31c4b : 8139887: Reduce visibility of few methods in TypeUtilities and Guards API
f12273ae3b5 : 8139761: Improve Dynalink class nomenclature and package organization
bfcf012a014 : 7182758: BMPMetadata returns invalid PhysicalPixelSpacing
169541f4f99 : 8066166: JEP-JDK-8046155: Test task: dcmd tests
0ea5332014b : 8066153: JEP-JDK-8046155: Test task: cover existing
4e060cfa312 : 8060017: G1: Report heap sizing time
549f32f946f : 8134650: Xsl transformation gives different results in 8u66
deec4ce18c8 : 8132168: Support IdealGraphVisualizer in optimized build
5a5faf94bf1 : 8137167: JEP165: Compiler Control: Implementation task
8668b408392 : 8137167: JEP165: Compiler Control: Implementation task
1cc8d80a4cc : 8139813: Base heap size on type of boot jdk, not architecture of build machine
9430e43da34 : 8139969: Fix unzip in compare.sh broken by JDK-8136813
69da2a817d2 : 8130136: Swing window sometimes fails to repaint partially when it becomes exposed
d910e3843fb : 8022334: After calling frame.toBack() dialog goes to the back on Ubuntu 12.04
d1544f66eba : 8011616: JWindow.getLocation and JWindow.getLocationOnScreen return different values on Unity
5b0f38dab77 : 8138975: G1CollectorPolicy::calculate_young_list_target_length should be const
83b3b213421 : 8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux
cc35d905ff4 : 8139256: Add Makefile target to run internal VM tests
437751031d8 : 8139952: Remove UseCMSAdaptiveFreeLists, UseAsyncConcMarkSweepGC, CMSDictionaryChoice, CMSOverflowEarlyRestoration and CMSTestInFreeList
de06de1d7bb : 8140243: [TESTBUG] Exclude compiler/jvmci/compilerToVM/GetConstantPoolTest.java
7f319f0c67b : 8139868: CMSScavengeBeforeRemark broken after JDK-8134953
680bc372abf : 8139951: Do not store debug level in OPT part of Verona string
08b811e8d6a : 8139836: Can't use super::x method reference when x is protected
1127171d12f : 8136592: [TEST_BUG] Fix 2 platform-specific closed regtests for jigsaw
0edc09be0ce : 8139008: Better state table management
17c896827db : 8139668: Generate README-build.html from markdown
fc56d44bca8 : 8139657: Incremental build of jdk.vm.ci-gensrc creates repeated entries in services file
7a474c424fc : 8139735: Switch compilers in JPRT for windows and linux
47dd41f8ca3 : Added tag jdk8u72-b03 for changeset 71341ca4810e
4639360b56d : Added tag jdk8u72-b03 for changeset 03277cbbad71
0c293d186f6 : Added tag jdk8u72-b03 for changeset 72626449e69c
2cbee97a58a : Added tag jdk8u72-b03 for changeset 24e7c025a7cd
867fc9ff060 : Added tag jdk8u72-b03 for changeset f7311d58e990
4cd793165d4 : Added tag jdk8u72-b03 for changeset f51a72140b05
8fe21f291ca : Added tag jdk8u72-b03 for changeset 3cd0a9620c99
41f4844852a : Added tag jdk8u72-b03 for changeset 86175f5fb115
4f42bc494d4 : Added tag jdk8u72-b03 for changeset ce89f657a5d8
01b07f38b62 : Added tag jdk8u72-b03 for changeset 6cca5438f96a
0eec751c8b2 : Added tag jdk8u72-b03 for changeset b55056d653de
3d9e152a599 : Added tag jdk8u72-b03 for changeset 3be3b2b7cf87
7030235cd7b : Added tag jdk8u72-b03 for changeset 5b666fd5de35
47eec60eefb : Added tag jdk8u72-b03 for changeset 4cc4be395222
e06334b46af : Added tag jdk8u72-b03 for changeset 2eb1cbfc66c3
7eace9345e6 : Added tag jdk8u72-b03 for changeset 4cbdec9bcb0b
2e61283d17f : Added tag jdk8u71-b04 for changeset e76854875f24
0b118d7bc20 : Added tag jdk8u71-b04 for changeset 9a518be81205
ecd962df305 : Added tag jdk8u71-b04 for changeset e51566360cf7
f749220760e : Added tag jdk8u71-b04 for changeset 0b2f52ef25b9
f6e9e3d8a01 : Added tag jdk8u71-b04 for changeset 451e74720606
52e82dca3af : Added tag jdk8u71-b04 for changeset fd04bf95747d
92185cfb13e : Added tag jdk8u71-b04 for changeset b27db76b9e5c
3c665224f2d : Added tag jdk8u71-b04 for changeset aa6328f939ea
2d85196cb5f : Added tag jdk8u71-b04 for changeset 66ca2e826fc5
f01066fd21c : Added tag jdk8u71-b04 for changeset c08ef447c6e1
1c417469f83 : Added tag jdk8u71-b04 for changeset 0d2798b9c6f6
cedf00c18b8 : Added tag jdk8u71-b04 for changeset 113e9c36ff5d
d44e45f8077 : Added tag jdk8u71-b04 for changeset 8915f4392b7b
6153f404d33 : Added tag jdk8u71-b04 for changeset 764425dc6414
3d0ec10abd9 : 8139884: Use privileged blocks when working with class loaders
5e8d2b8ebd9 : 8080418: Add Optional.or()
3dc2d025853 : 8136556: Add the ability to perform static builds of MacOSX x64 binaries
d65d34b99da : 8136556: Add the ability to perform static builds of MacOSX x64 binaries
f2ee7868f31 : 8136556: Add the ability to perform static builds of MacOSX x64 binaries
a21102b5f4d : 8134254: JShell API/tool: REPL for Java into JDK9
46123d7fd5c : 8134254: JShell API/tool: REPL for Java into JDK9
3422f6e0e74 : 8134254: JShell API/tool: REPL for Java into JDK9
cabd8f2f068 : 8139756: Eliminate GuardedTypeConversion, DynamicLinker.getCurrentLinkRequest and its associated permission
317553031c7 : 8139881: Exclude java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java from execution
7bb30f51ab4 : 8139892: Allow G1CollectorPolicy to specify if reference processing should be enabled
ae6fc5e37b0 : 8142494: Add extension point to G1EvacuationRootClosures
4699c70e25a : 8136978: Much nearly duplicated code for vmError support
d63f180edbc : 8098557: Only init superintf if subclass, not sub interface inits
352c2060f25 : 8136679: JFR event for adaptive IHOP
0091d09fd22 : 8143544: Make CMSCollector::is_cms_reachable() non-product
6887844c720 : 8143963: improve ClassLoader::trace_class_path to accept an additional outputStream* arg
2b732b223e7 : 8143911: Reintegrate JEP 259: Stack-Walking API
dea766f3326 : 8143233: [windows] Fixes to os::check_heap()
f85cf9d7bec : 8139922: Get rid of dead code in ConcurrentMark
130ba226a15 : 8143931: Back out JDK-8140450
d2e0eb79a8e : 8143155: Remove TraceRuntimeCalls, TraceJNICalls, and TraceJVMCalls rather than convert to UL
402195fa550 : 8142495: Move G1ParEvacuateFollowersClosure to header file
f6343b0f69f : 8143587: G1 crashes with humongous object of size that almost fills a heap region
e09cadb4383 : 8140687: Move @Contended to the jdk.internal.vm.annotation package
5b86ad79e5d : 8142336: Convert the SA agent build to modular build-infra makefiles
48264e46869 : 8136678: Implement adaptive sizing algorithm for IHOP
66a728fc277 : 8136681: Factor out IHOP calculation from G1CollectorPolicy
7fe249f6dbc : 8143285: aarch64: Missing load acquire when checking if ConstantPoolCacheEntry is resolved
7b9d2f14536 : 8143038: [TESTBUG] TestOptionsWithRanges: allow excluding only a subset of tested values specified for a flag
274653d4060 : 8143836: [TESTBUG] runtime/CommandLine/IgnoreUnrecognizedVMOptions fails in jdk9/dev
c67974cf0ff : 8143157: Convert TraceVMOperation to Unified Logging
bf9af24b553 : 8140450: Implement JEP 259: Stack-Walking API
f3ff4f52ccc : 8141135: Remove G1RemSet::write_ref
a138de13544 : 8141706: [TESTBUG] Update tests failing due to changed behavior
961fbacd764 : 8143229: Replace the develop level with develop macros in Unified Logging
c02b26ee45b : 8143324: Backout JDK-8087223
8af1d18e787 : 8143255: Remove debug logging from SymbolTable::unlink() and SymbolTable::possibly_parallel_unlink()
dd059bb29fc : 8142483: Unified logging log instances cause warnings on windows when only static functions are used
2d7e74703de : 8138681: Runtime.getFreeMemory() reports wrong value after humongous allocation
8d94626bb38 : 8133416: [TESTBUG] Remove @ignore for closed/runtime/4345157/Prog.java
aefeb2d4423 : 8142390: Move ScanRSClosure to header file
3ee73137fb9 : 8139883: Add virtual destructor G1ParScanThreadState
0ee0cf9845c : 8142475: Remove TraceParallelOldGCTasks
250efd235c3 : 8142472: Remove debugging code guarded by CMSPrintPromoBlockInfo
5386656677a : 8142437: SafepointTest.java is occasionally failing in JPRT
409697a74e4 : 8141068: refactor -XXFlags= code in preparation for removal
e76add18869 : 8135078: Refactor InCSetState::is_in_cset_or_humongous
f21d1afd707 : 8139772: Cleanups in Generation related code
1b0e2710d91 : 8139751: Javac crash with -XDallowStringFolding=false
0e88d571ef1 : 8134007: Improve string folding
2f59e68923d : 8139751: Javac crash with -XDallowStringFolding=false
565b7845c82 : 8134007: Improve string folding
9cd68d06331 : 8139751: Javac crash with -XDallowStringFolding=false
6671d2c38d4 : 8139852: jjs interactive mode fails to work with security manager
64f132cecdf : 8077806: mismatch comment and code in CipherSuite.java
2b351e3bf69 : Added tag jdk9-b87 for changeset 9f7dd20687ba
0d27dc89af0 : Added tag jdk9-b87 for changeset 610c74da519c
0ae924bbfbc : Added tag jdk9-b87 for changeset eac9db06fb85
6ac26337c15 : Added tag jdk9-b87 for changeset 611cd2f9832d
4acef679280 : Added tag jdk9-b87 for changeset 659a7814aa2e
cd71f22becd : Added tag jdk9-b87 for changeset b53b8a1f9285
1e5995281ee : Added tag jdk9-b87 for changeset 6f6a93f70f07
8022e1379b5 : Added tag jdk9-b87 for changeset 829190878fbc
3bbcdaa0b21 : 8139590: Improve Dynalink JavaDoc
57a2ec80e94 : 8139588: Remove concept of runtime context arguments, call site tokens, and link counts
8f8c3ea0917 : 8139435: Make sure CallSiteDescriptor.getLookup is subject to a security check
eba30098f86 : 8139304: Remove elaborate call site descriptor class hierarchy and factory for them. Remove AutoDiscovery, DefaultPrelinkFilter, and BottomGuardingDynamicLinker as they can be inlined into DynamicLinkerFactory. Remove CallerSensitiveDetector as it can be inlined into AbstractJavaLinker. Make ClassMap non-public
206483e8b3a : 6815345: java.awt.Component.createImage(int width,int height) should remove behavioral optionality
e3d1fffbe40 : 8139706: JarFile.getBytes could use InputStream.readNBytes
89d7579e453 : 8133249: Occasional SIGSEGV: non thread-safe use of strerr in get LastErrorString
41de0aab6d1 : 8133249: Occasional SIGSEGV: non thread-safe use of strerr in get LastErrorString
c77eb6ffbff : Added tag jdk8u75-b00 for changeset f1e53dc7f919
64aff9c979f : Added tag jdk8u75-b00 for changeset b89ed3247929
7b38b98b561 : Added tag jdk8u75-b00 for changeset e565b3b7b72b
2c4750182d4 : Added tag jdk8u75-b00 for changeset 4ac7fa37d9dc
c283f5a3516 : Added tag jdk8u75-b00 for changeset 6546c9f56f1f
c3451dc2b79 : Added tag jdk8u75-b00 for changeset 6c750a6bea44
4a1e687e4f4 : Added tag jdk8u75-b00 for changeset 342a51d9d7d3
7527e9fe70c : Added tag jdk8u75-b00 for changeset 61ba976755ed
58dc1799387 : Added tag jdk8u75-b00 for changeset 8aad84fd739d
f0683e71102 : Added tag jdk8u75-b00 for changeset 8c964de3db5c
b901316bce7 : Added tag jdk8u75-b00 for changeset 5466574983f4
da1c775191a : Added tag jdk8u75-b00 for changeset 6a8b1b5fbec6
7de02b0e383 : Added tag jdk8u75-b00 for changeset 82a3536a79fe
ec5c4b6dc2b : Added tag jdk8u75-b00 for changeset c072a1b60c8d
67263068cb2 : 8073519: schemagen does not report errors while generating xsd files
9b316daccb8 : 8073519: schemagen does not report errors while generating xsd files
67468ad3ea1 : 8073519: schemagen does not report errors while generating xsd files
ef3d646119f : 8073519: schemagen does not report errors while generating xsd files
37583627523 : 8073519: schemagen does not report errors while generating xsd files
1611d96d4b2 : 8073519: schemagen does not report errors while generating xsd files
096fa934a8a : 8136473: failed: no mismatched stores, except on raw memory: StoreB StoreI
74f8cc939bd : 8139750: [BACKOUT] Elide more final field's write memory barrier with escape analysis result
703c1c58d73 : 8139380: VMError::report_and_die() does not produce replay file
65e88c83134 : 8139277: Remove ScavengeWithObjectsInToSpace, ParallelOldGCSplitALot, ParallelOldGCSplitInterval, PSAdjustTenuredGenForMinorPause and PSAdjustYoungGenForMajorPause
4500c7fac85 : 8139341: Hide ExtendedOopClosure::_ref_processor
25efa8147e5 : 8139017: More stable image decoding
9f55916e203 : 8132988: Better printing dialogues
1b7ff6f573f : Added tag jdk8u71-b04 for changeset 60e404b2cf0a
01cbefb5e40 : 8139017: More stable image decoding
909a71e563f : 8132988: Better printing dialogues
0ebf4ca8865 : Added tag jdk8u71-b04 for changeset 2426c183846e
289200076f2 : 8139017: More stable image decoding
6938079017a : 8139008: Better state table management
d50c801e88b : 8132988: Better printing dialogues
6c61bd49921 : Added tag jdk8u75-b00 for changeset 584c965a67b6
76a6383c129 : 8139017: More stable image decoding
8c4a73e567f : 8139008: Better state table management
24e3d2ba8b3 : 8132988: Better printing dialogues
f6066af4bb8 : Added tag jdk8u75-b00 for changeset 453ea3232e88
64190ac6295 : 8139017: More stable image decoding
de26bc4347e : 8139734: ppc: fix build after "8078556: Runtime: implement ranges..."
4f7119fdef9 : 8139725: Backout escaped partial fix for JDK-7199353
a1a90a73688 : Added tag jdk9-b86 for changeset e5955eb2b3e0
934e861da33 : Added tag jdk9-b86 for changeset 9a64fdcb72be
bb90ac26e5e : Added tag jdk9-b86 for changeset 5e859a1240f6
492f44fa63d : Added tag jdk9-b86 for changeset ade7c78fff18
4a276aec426 : Added tag jdk9-b86 for changeset 22c83bd0488c
9ccbf5e52ad : Added tag jdk9-b86 for changeset 7e41230dec76
007d81d726e : Added tag jdk9-b86 for changeset 11b5866fc8c9
a637edab2e4 : Added tag jdk9-b86 for changeset 7dadf0082808
47040f764d2 : 8139674: aarch64: guarantee failure in TestOptionsWithRanges.java
c1408bb0c88 : 8139707: [TESTBUG] Quarantine unstable compiler/jvmci tests
f1027844370 : 8138794: [TESTBUG] ctw tests fail to compile after 8137056
34e1545cab8 : 8080650: Enable stubs to use frame pointers correctly
a4cb6b3eb4f : 8072369: [TESTBUG] Remove potentially insecure class cast in some hotspot tests
e7d0e95b08f : 8139200: Eliminate G1ParClosureSuper::_worker_id
22838597eac : 8078556: Runtime: implement ranges (optionally constraints) for those flags that have them missing
2559482886b : 8136552: Last argument wins does not work for special options with "-XX:VMOptionsFile" option
7b389d3533d : 8135188: RunFinalizationTest.java Exception java.lang.Error: Test failure: Object was not finalized
780e19cb1eb : 8038502: Deflater.needsInput() should use synchronization
32e12c07b0b : 8038502: Deflater.needsInput() should use synchronization
db2bdcb1ce2 : 8038502: Deflater.needsInput() should use synchronization
08216fc1980 : 8138938: Clarify javadoc for java.util.Collections.copy()
38632912c20 : 6907252: ZipFileInputStream Not Thread-Safe
9d2b5026231 : 6907252: ZipFileInputStream Not Thread-Safe
7af86aa369e : 6907252: ZipFileInputStream Not Thread-Safe
6abb87fd84f : 8138752: G1CollectorPolicy::should_should_update_surv_rate_group_predictors() uses wrong predicate
f292ac2dc22 : 8138750: Remove dead code in survivor rate group
55988baae24 : 8139583: Fix formatting in survRateGroup.cpp
b8367b252f8 : 8137082: Factor out G1 prediction code from G1CollectorPolicy and clean up
d8a864cd681 : 8138956: Elide more final field's write memory barrier with escape analysis result
d1eca74c98c : Added tag jdk8u72-b02 for changeset fcec1584a979
63be9658ab7 : Added tag jdk8u72-b02 for changeset 822470dc531a
a7de785c6ee : Added tag jdk8u72-b02 for changeset 2dff76fa2c63
576b4e3729f : Added tag jdk8u72-b02 for changeset eb80c0da24bf
d3a7edf5c1e : Added tag jdk8u72-b02 for changeset aeddd45f58c6
b2cefb99739 : Added tag jdk8u72-b02 for changeset 7397f6d3f174
8f493ede8d0 : Added tag jdk8u72-b02 for changeset c20afd6c012d
1ef9ba32299 : Added tag jdk8u72-b02 for changeset 8006e78911cc
1a345b8e1c3 : Added tag jdk8u72-b02 for changeset c0281d1a9a3f
89b4aead310 : Added tag jdk8u72-b02 for changeset ea4b91c4ef21
f97edebfaa6 : Added tag jdk8u72-b02 for changeset d4e2c1249d42
db70c127bfb : Added tag jdk8u72-b02 for changeset f53f8f849e5d
45546900a4e : Added tag jdk8u72-b02 for changeset 792c54a2c341
bf5a069d881 : Added tag jdk8u72-b02 for changeset 39be6b7c4295
619deea8c69 : Added tag jdk8u72-b02 for changeset ec6c74403922
088dd109af1 : Added tag jdk8u72-b02 for changeset 9127e508b5a2
72de147944c : 8139438: [TESTBUG] JVMCI test fails with RuntimeException: Has no virtual object before materialization
655a976e650 : 8136799: Port fdlibm cbrt to Java
d3ad64d9d65 : 8139375: [TESTBUG] compiler/jvmci/SecurityRestrictionsTest checks are too tight
a25ce80e782 : 8136577: Make AbortVMOnException available in product builds
230d811034c : 8139386: JVMCI test failed with assert(_jvmci._alternate_call_target == 0L) failed: must be
fcbdffb48fb : 8139545: JVMCI : guarantee(heap_end < allocation_end) failed on some sparcv9 hosts
2d2b37b5256 : Added tag jdk8u66-b31 for changeset 5acabb23ae97
2c6b71fa3da : Added tag jdk8u66-b31 for changeset 7db1d9358d43
8b61c182a06 : Added tag jdk8u66-b31 for changeset 39ded929308a
7c57592b0ae : Added tag jdk8u66-b31 for changeset 828f28ea7920
fbe52c0e56a : Added tag jdk8u66-b31 for changeset 52d9e9bb4c96
2af5e13e8e0 : Added tag jdk8u66-b31 for changeset cc1af81c0c94
faa092f2c91 : Added tag jdk8u66-b31 for changeset bdd1c61044bb
35e02b75e7b : Added tag jdk8u66-b31 for changeset c75939433aea
e440eba40b9 : Added tag jdk8u66-b31 for changeset 5695e20643e2
dd69be5bfb1 : Added tag jdk8u66-b31 for changeset 72adf9ece5c5
b194670f7f3 : Added tag jdk8u66-b31 for changeset c3e3dddd3d59
01b25a080c1 : Added tag jdk8u66-b31 for changeset 3ef9c8509418
e491e06ead7 : Added tag jdk8u66-b31 for changeset de11b64cac32
9506ab3b054 : Added tag jdk8u66-b31 for changeset 0b56fcfbd700
cb691763d8a : Added tag jdk8u66-b31 for changeset 96653a9d4509
aaecf55fa55 : Added tag jdk8u66-b31 for changeset 7d89eda6b3cc
df9b5759f76 : 8139069: JVM should throw ClassFormatError for <init> methods in interfaces
93d709dc4b1 : 8135284: Remove Method::_method_size field
86cf323c41b : 8139149: Split G1 evacuate_collection_set into multiple steps
3133bbb7fab : 8138920: Refactor the sampling thread from ConcurrentG1RefineThread
ca4787d77bb : 8139891: Prepare Unsafe for true encapsulation
d7363bbd3b8 : 8140583: Without PrintPLAB, there are superfluous newlines in the GC log messages
425894f2ea6 : 8138762: Refactor setup of evacuation closures in G1
d8072bd8423 : 8135305: InetAddress.isReachable reports true when loopback interface is specified
3817ea9a6a1 : 8135305: InetAddress.isReachable reports true when loopback interface is specified
88e8e5bca2b : 8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6
5dad8182135 : 8136534: Loading JKS keystore using non-null InputStream results in closed stream
bc33a844ee9 : 8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6
465905fe9e2 : 8136534: Loading JKS keystore using non-null InputStream results in closed stream
d837ccb790d : 8138589: Correct limits on unlimited cryptography
3f5ccf7bb54 : 8138589: Correct limits on unlimited cryptography
0c0485469fd : 8138589: Correct limits on unlimited cryptography
6a5c357c5ba : 8138589: Correct limits on unlimited cryptography
a7d89b56a80 : 8139434: Unify GenRemSet and CardTableRS
c38b0eaba5a : 8134853: Bulk integration of java.util.concurrent classes 8080939: ForkJoinPool and Phaser deadlock 8044616: Clients of Unsafe.compareAndSwapLong need to beware of using direct stores to the same field 8071638: [JAVADOC] Buggy example in javadoc for afterExecute to access a submitted job's Throwable 8043743: Data missed in java.util.concurrent.LinkedTransferQueue 8054446: Repeated offer and remove on ConcurrentLinkedQueue lead to an OutOfMemoryError 8031374: TEST_BUG: java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java fails Intermittently 8034208: Cleanup to test/java/util/concurrent/BlockingQueue/Interrupt.java 8035661: Test fix java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java from jsr166 CVS 8062841: ConcurrentHashMap.computeIfAbsent stuck in an endless loop 8073208: javadoc typo in java.util.concurrent.Executor 8073704: FutureTask.isDone returns true when task has not yet completed 8037093: java/util/concurrent/locks/Lock/TimedAcquireLeak.java fails intermittently 8022642:
ScheduledThreadPoolExecutor : with zero corePoolSize create endlessly threads 8065320: Busy loop in ThreadPoolExecutor.getTask for ScheduledThreadPoolExecutor 8129861: High processor load for ScheduledThreadPoolExecutor with 0 core threads 8051859: ScheduledExecutorService.scheduleWithFixedDelay fails with max delay 7146994: example afterExecute for ScheduledThreadPoolExecutor hangs
0f49a089d68 : 8134855: Bulk integration of java.util.concurrent.locks classes 8051848: ReentrantReadWriteLock.ReadLock fails on unlock by different thread 8049843: Lack of save / restore interrupt mechanism undermines the StampedLock
e82602a13a2 : 8134850: Integrate the Flow API
2d8e9b323c1 : 8134852: Integrate fork/join with API enhancements
cf43156eed9 : 8134851: Integrate CompletableFuture with API enhancements 8039378: CompletableFuture: Avoid StackOverflowError for long linear chains
200784d505d : 8132051: Better byte behavior
2beb7a2fd8a : 8136893: Improve early java.lang.invoke infrastructure initialization
f1c801e5612 : 8139524: JVMCI cannot be initialized with CMS or Serial GCs
3ceb2dbcc2a : 8139041: Redundant DMB instructions
815be268ee5 : 8139376: [TESTBUG] ExecuteInstalledCodeTest should be run only on amd64 and sparcv9
261e7583ab9 : 8069330: Adjustment of concurrent refinement thresholds does not take hot card cache into account
5f41c7c6ace : 8138819: (se) File descriptor leak when Selector.open fails
e10f5f41db2 : 8138819: (se) File descriptor leak when Selector.open fails
77021edbd0b : 8139506: Remove the WaterMark class
059474a6eeb : 8066904: NullPointerException when calling ImageIO.read(InputStream) with corrupt BMP
0c74942fe62 : 8058563: InstanceKlass::_dependencies list isn't cleared from empty nmethodBucket entries
8a27a7469bb : 8139371: Three langtools test failures after the removal of sun.misc.Lock
ab12d0e6853 : 8134505: Cleanup of "TimeZone_md.c"
1f76688ef67 : 8134505: Cleanup of "TimeZone_md.c"
9e52e67f3c7 : 8139427: Break out YoungList to own class
cb20fc20794 : 8000316: Huge performance bottleneck in com.sun.tools.javac.comp.Check.localClassName
24256b28e0c : Added tag jdk8u71-b03 for changeset ab3b200cb02b
3fa43d7e692 : Added tag jdk8u71-b03 for changeset efc818ba3ea8
62cc84abf04 : Added tag jdk8u71-b03 for changeset fd5a6a15210e
15656981ea3 : Added tag jdk8u71-b03 for changeset 30f1d1e30d63
1b2d47d1680 : Added tag jdk8u71-b03 for changeset 6a06bd38ca3f
5448f67ca00 : Added tag jdk8u71-b03 for changeset b2527d80df55
17bea41ed4e : Added tag jdk8u71-b03 for changeset 42234b159175
745b2f42f2d : Added tag jdk8u71-b03 for changeset 17f4e52f3120
5d6a38b3de7 : Added tag jdk8u71-b03 for changeset 949171a8be25
c580630b7d3 : Added tag jdk8u71-b03 for changeset 74385ae18c85
bcff3e294ad : Added tag jdk8u71-b03 for changeset 8c1a3e8a9516
0d64e62e918 : Added tag jdk8u71-b03 for changeset 56e11766e1ee
898d8e71f4b : Added tag jdk8u71-b03 for changeset ef5a63262175
a7845cb03a3 : Added tag jdk8u71-b03 for changeset 8978da84260c
9edd42425d6 : Added tag jdk8u71-b03 for changeset fe9edec71f92
714e961cd7a : Added tag jdk8u71-b03 for changeset 4bde68b7e554
dc881c53680 : 8139297: java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.jimage.ImageNativeSubstrate
bd69fa06355 : 8033661: readConfiguration does not cleanly reinitialize the logging system
ead580a6f51 : 8138984: top-level directory of jdk*tar.gz bundles doesn't conform to JEP JDK-8061494
ac4f8dfdd2e : 8139245: compiler crashes with exception on int:new method reference and generic method inference
8a269a674bb : 8134607: Remove per-compiler performance counters
f07facd339f : 8136858: Examine the usage of ThreadGroup.stop() in sun.awt.AppContext
d546e9e3609 : 8139282: Remove @author and @id tags from Dynalink JavaDoc; some minor edits
279a05d2b2f : 8072682: getBounds call on graphics.getDeviceConfiguration() returning cached information
89fa209a471 : 8139270: Drastically reduce memory footprint of ChainedCallSite
53051d4e342 : 8139266: add JSAdapter example with fallthrough
4d32c48dafa : 8138840: NPE when compiling bitwise operations with illegal operand types 8139243: compiler crashes with exception on sum operation of String var and void method call result 8139249: Compiler crashes on unary bitwise complement with non-integral operand
2cb9e233b75 : 8139413: Use --with-x to set X11 root directory
6a0a6eb7be9 : 8139352: java/net/InetAddress/getOriginalHostName.java fails to compile
b14bbfc3da0 : 8139407: Mark java/rmi/registry/readTest/readTest.sh as intermittently failing
5dd8a5bcfea : 8139274: Use JDK 8 default method for LinkerServices.asTypeLosslessReturn
26f00c82610 : 8139273: Small improvements to DynamicLinker and DynamicLinkerFactory
a086d7e431d : 8139179: URLStreamHandler* should link to URL ctor that specifies how factories/providers are located
37935fc4a0b : 8139307: Remove sun.misc.ConditionLock and Lock
32953db71c3 : 8139107: DateTimeFormatter with Locale.UK throw a NullPointerException when parsing zone
3554f0e6737 : 8139107: DateTimeFormatter with Locale.UK throw a NullPointerException when parsing zone
2e0d7b61ee8 : 8139107: DateTimeFormatter with Locale.UK throw a NullPointerException when parsing zone
3d2b56d9b3a : 8138890: C1: Ambiguous operator delete
df8a954b506 : 8139294: TestGCEventMixedWithCMSConcurrent.java still fails after JDK-8134953
b266f13f2c5 : 8139293: TestGCEventMixedWithG1ConcurrentMark.java fails after JDK-8134953
37125920a7e : 8138659: Speed up InstanceKlass subclass discrimination
844ab8ff161 : 8137230: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out
d26c69ee2aa : 8137230: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out
7121883d05f : 8137121: (fc) Infinite loop FileChannel.truncate
19432e87cee : 8137121: (fc) Infinite loop FileChannel.truncate
ea36ed2bc8e : 8139269: Do not expose prune method handles from ChainedCallSite
4aad17f8079 : 8139116: Fixes for warning "format not a string literal"
468f74a1a8b : 8139801: Error message from validation check has wrong order on Windows
d18f04bb327 : 8139664: Delete ConcurrentMarkSweepThread::is_ConcurrentGC_thread()
f44c1ac1ffa : 8140251: Define the G1 term MMU somewhere in the source code
aeffdfc249c : 8138972: G1CollectorPolicy::_max_survivor_regions should be intialized in the initializer list
1a83e59745f : 8138978: Examine usages of sun.misc.IOUtils
f17770b428e : 8138978: Examine usages of sun.misc.IOUtils
89d226d4dd1 : 8134605: Partial rework of the fix for 8081297
21a9b40c791 : 8134605: Partial rework of the fix for 8081297
05ad1d7db54 : 8139150: ClassVerifier frees exception message while it's still in use
9a6329604f5 : 8139150: ClassVerifier frees exception message while it's still in use
5770f4eb329 : 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files 8042894: runtime: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
6aec53bd96c : 8139086: Solaris/Sparc slowdebug build fails for memset_with_concurrent_readers.cpp
6524be4aac2 : Added tag jdk9-b85 for changeset beda7a94a5ef
cca72c1fdef : Added tag jdk9-b85 for changeset eb290482d42f
1903fdee671 : Added tag jdk9-b85 for changeset 1f610b093f5e
f801c5fd45d : Added tag jdk9-b85 for changeset 80d007ca651f
ee8b789d847 : Added tag jdk9-b85 for changeset 42af6bc4d36a
e7f00972c0f : Added tag jdk9-b85 for changeset 9a72f98c3066
4354c245d77 : Added tag jdk9-b85 for changeset 55a3cf13d376
751c60b7bd6 : Added tag jdk9-b85 for changeset e4a745eb7a7c
4768e44b343 : 8085904: Test timeout on Mac
e83a2f1ef42 : 8136421: JEP 243: Java-Level JVM Compiler Interface
4308ec2ec81 : 8136421: JEP 243: Java-Level JVM Compiler Interface
fcb924e7515 : 8130648: JCK test api/java_security/AuthProvider/ProviderTests_login starts failing after JDK-7191662
254fe207a84 : 8139094: Tier1 test java/util/zip/TestCRC32C.java fails due to fixes for JDK-8134553
a138ebeb528 : 8139043: aarch64: add support for adler32 intrinsic
3848cce42f4 : 8075315: API doc of Currency.getInstance(Locale) method is incorrect
dbdf7228795 : 8138717: TestGCEventMixedWithG1ConcurrentMark.java fails
64e85130bb2 : 8138579: Custom launcher fails to start because of permission problem
9153112b33d : 8134493: Cleaning inline caches of unloaded nmethods should be done in sweeper
e04c07c13f8 : 8134493: Cleaning inline caches of unloaded nmethods should be done in sweeper
0919daa3a97 : 8075805: Crash while trying to release CompiledICHolder
30b1e196fd8 : 8075805: Crash while trying to release CompiledICHolder
3aa9f163ebd : 8058737: CodeCache::find_blob fails with 'unsafe access to zombie method'
f86eb2c1829 : 8058737: CodeCache::find_blob fails with 'unsafe access to zombie method'
66383b080d0 : 4763438: Replace uses of @beaninfo with meta facility in core j2se
9c310602ec8 : 8075799: Extraneous access checks implemented by javac
18794fd3510 : 8139037: [aix] Crash in ResolverConfigurationImpl.c - pointer shearing
a3ac737f503 : 8134720: Lazy initialization support for currency names in DecimalFormatSymbols
b6b38331a6e : 8136668: Default locale provider adapter incorrectly set to JRE
203f76fbda4 : 8138761: Improved handling of libffi, and cleanup of libraries.m4
25c1cff7288 : 8135248: Add utility methods to check indexes and ranges
f932f4f869e : 8139047: add test for JSAdapter __getIds__
0b4df44eb83 : 8139038: cleanup and documentation around JSAdapter
bf99cd983a7 : 8139042: AARCH64: Correct regression introduced by 8080293
855243b12f1 : 8065219: Deprecated warning in method reference are missing in some cases
1a5c52e6c30 : 8130506: javac AssertionError when invoking MethodHandle.invoke with lambda paramter
9f31d88fafa : 8138864: Build with nice to lower UI impact
f674b491a69 : 8138823: Correct bug in port of fdlibm hypot to Java
38c25345319 : 8138914: javac, method visitTypeVar() at visitor Types.hashCode generates the same hash code for different type variables
bdd7bb45332 : 8132297: JDK9 build.tools.module.ImageBuilder does not filter out .bc files
3c5804d880e : Added tag jdk8u66-b17 for changeset 8ff151a69bf0
adc0190b4bf : Added tag jdk8u66-b17 for changeset 12bbccbf16db
ec0a794c729 : Added tag jdk8u66-b17 for changeset bd8e1904e75e
8e2acf47412 : Added tag jdk8u66-b17 for changeset bd2bb48500d9
0d815a80c87 : Added tag jdk8u66-b17 for changeset ffb1cfaa9e01
b8514bc0ce8 : Added tag jdk8u66-b17 for changeset c7c3613a9656
baa6b9fc950 : Added tag jdk8u66-b17 for changeset 08d075908078
39279348575 : Added tag jdk8u66-b17 for changeset 690d04340506
3e9fb512dda : Added tag jdk8u66-b17 for changeset fe96653834be
58dd463e57d : Added tag jdk8u66-b17 for changeset 5996b5f6b176
4d28e0857f1 : Added tag jdk8u66-b17 for changeset 285c1a8c4ec6
f0f0891bce4 : Added tag jdk8u66-b17 for changeset 9640c20eb9df
acf7b8f5887 : Added tag jdk8u66-b17 for changeset 0df794c6adcf
b0132a416d0 : Added tag jdk8u66-b17 for changeset 3391f0b95edd
e6bf8deee59 : Added tag jdk8u66-b17 for changeset fa9d2f6244db
fb2eff83f62 : Added tag jdk8u66-b17 for changeset 65832692b694
196af6d8934 : Added tag jdk8u65-b17 for changeset 3560aeab22c2
7ac4bd40234 : Added tag jdk8u65-b17 for changeset 93b3a82c3028
0386a46c20d : Added tag jdk8u65-b17 for changeset a963a78f9105
8ef0592e079 : Added tag jdk8u65-b17 for changeset ba1b32305e0f
cb52cee0798 : Added tag jdk8u65-b17 for changeset 58c1b1b4013d
83db047973a : Added tag jdk8u65-b17 for changeset d98c0a96d48b
1cc7fcc2b39 : Added tag jdk8u65-b17 for changeset b2fca7663eb0
96d38ba9e0b : Added tag jdk8u65-b17 for changeset 5c5621ee00da
0df50a75522 : Added tag jdk8u65-b17 for changeset c65e37b8966e
ff27f47b37c : Added tag jdk8u65-b17 for changeset e8299dd23e56
4f6f23ea50d : Added tag jdk8u65-b17 for changeset fb7a7082eaf9
b080fbe2953 : Added tag jdk8u65-b17 for changeset 0fb10b7fc086
b54901e9b4d : Added tag jdk8u65-b17 for changeset 427f7dc60f0a
f5be3e447eb : Added tag jdk8u65-b17 for changeset 0a24984d0db9
59ed76012d5 : Added tag jdk8u65-b17 for changeset ec5fb35588a6
a3ca83db905 : Added tag jdk8u65-b17 for changeset be3eede2d3a6
6b8fd86fa11 : 8138721: ElementTraversal: javadoc warning; also, hasFeature shall return true
d941312d4fc : 8138987: Module version is checked incorrectly in libjimage (verona)
82e4143d0da : Added tag jdk8u72-b01 for changeset 9b6953237ba4
4ee80e8b266 : Added tag jdk8u72-b01 for changeset 5366303b1cc9
f5dbaa2dc64 : Added tag jdk8u72-b01 for changeset 78d4c3af2107
506be128d89 : Added tag jdk8u72-b01 for changeset 3e36ed5b83d4
0ee85f9498b : Added tag jdk8u72-b01 for changeset 20e1ef2bb87c
5c0aea5799d : Added tag jdk8u72-b01 for changeset 00c22b804797
f8502225fcd : Added tag jdk8u72-b01 for changeset 4db7da3b1419
624dc0eeeed : Added tag jdk8u72-b01 for changeset 80074b50772f
d2058aeeb66 : Added tag jdk8u72-b01 for changeset 2bfec337a7ef
4336c3abe78 : Added tag jdk8u72-b01 for changeset 7f2ef0088dd7
668b10eac4c : Added tag jdk8u72-b01 for changeset 77b098327c14
21ced46803e : Added tag jdk8u72-b01 for changeset e0949c32655c
71fa6fe5225 : Added tag jdk8u72-b01 for changeset 00d45b6c9aa9
ea511a2215b : Added tag jdk8u72-b01 for changeset 5ed95533eea3
9f9f3e8133d : Added tag jdk8u72-b01 for changeset fd17caeb5fd3
191caa08975 : Added tag jdk8u72-b01 for changeset 57e56fa5d0f7
d424f85c556 : 8138960: Module version is checked incorrectly in libjimage
5ba6e8e4394 : 8133348: Reference.reachabilityFence
be2ad289543 : 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables
c464a9de396 : 8144223: Move j.l.invoke.{ForceInline, DontInline, Stable} to jdk.internal.vm.annotation package
4b93e3631d4 : 8138758: U+180E not recognized as whitespace by Joni
9444ea37cc8 : 8136980: build for 8u65 and 8u66 for solaris platforms is failing
777bf5594c7 : 8136980: build for 8u65 and 8u66 for solaris platforms is failing
87eaa188ace : 8136980: build for 8u65 and 8u66 for solaris platforms is failing
ca2841871b9 : 8136980: build for 8u65 and 8u66 for solaris platforms is failing
6f332def9c6 : 8086038: [macosx] No available data flavors when copying from Microsoft Word for Mac
a85f5e70663 : 8086038: [macosx] No available data flavors when copying from Microsoft Word for Mac
3a39ddb5fd2 : 8138910: Ctrl-D causes jjs to crash with NPE
cc953fc59a4 : 8138819: (se) File descriptor leak when Selector.open fails
329d125db72 : 8086038: [macosx] No available data flavors when copying from Microsoft Word for Mac
683bd2b8b38 : 8137060: JMX memory management improvements
6b6be1869a5 : 8137060: JMX memory management improvements
d360b00bc46 : 8137060: JMX memory management improvements
26d5d5d625a : 8136365: Provider "jrt" is not available after bootmodules.jimage recreation
77701f53b33 : Added tag jdk9-b84 for changeset c55cf68474be
1e4da939864 : Added tag jdk9-b84 for changeset e69dd1decf7b
e94a51b4296 : Added tag jdk9-b84 for changeset a0ed816fbf97
983882cb3ae : Added tag jdk9-b84 for changeset 7117f1bfa7a4
df9e1bc8f76 : Added tag jdk9-b84 for changeset 5625643929aa
2da00b4c36a : Added tag jdk9-b84 for changeset 43c458023730
979e78feef3 : Added tag jdk9-b84 for changeset 7ddb38dfc7ff
c0c00e14221 : Added tag jdk9-b84 for changeset 47d1c2c75fb6
5a633b1cbd0 : 8132207: update for x86 exp in the math lib
b112b31e5b7 : 8134995: [REDO] GC: implement ranges (optionally constraints) for those flags that have them missing
3f29249aee1 : 8139134: Wrong tenuring threshold in young GC trace event
bd35ac3342d : 8138896: C1: NativeGeneralJump is mixed up with NativeCall in C1 patching code
039050a9f70 : 8142303: C2 compilation fails with "bad AD file"
b66410f7b79 : 8143584: Load constant pool tag and class status with load acquire
f6cb49ba480 : 8138895: C1: PPC64 Port needs special register for Locks in synchronization code
28115bceae6 : 8138892: C1: Improve counter overflow checking
300f00bd3c4 : 8134946: Embedded source bundle should contain binary artifacts
fd5f8aed267 : 8134946: Embedded source bundle should contain binary artifacts
85d7ac29e28 : 8134946: Embedded source bundle should contain binary artifacts
935844f118e : 8134946: Embedded source bundle should contain binary artifacts
26fc6004260 : 8138882: Performance regression due to anonymous classloading
c4a3a35b976 : 8075274: Compilation still depends on the order of imports 8133235: Compilation depends on order of source files
eef419cc634 : 8138716: (tz) Support tzdata2015g
1defd8df9b9 : 8138716: (tz) Support tzdata2015g
f8dca18a53a : 8138613: Remove SPI locale provider adapter from the default provider list
673882edf91 : 8138716: (tz) Support tzdata2015g
13ee9e097fe : 8132985: Crash in freetypescaler.c due to double free
4a3dff3ee57 : 8079595: Resizing dialog which is JWindow parent makes JVM crash
93b47119484 : 8058959: closed/java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java failed automatically
eb0e012f6c9 : 8138694: Devkit build on Macosx still requires Xcode to be installed
ea137700699 : 8133135: Compiler internall error (NPE) on anonymous class defined by qualified instance creation expression with diamond
efc0baaf972 : 8137173: @HotSpotIntrinsicCandidate is not Oracle-specific
b2ed1bf9ca7 : 8137281: OutOfMemoryError with large numeric keys in JSON.parse
3592708baa0 : 8137281: OutOfMemoryError with large numeric keys in JSON.parse
3ef293dbc1e : 8138704: CertStatusReqItemV2 should not implement StatusRequest interface
7d1251ff122 : 8138748: ManagementAgent.status DCMD fails with NPE for JMX configured on command line
433ab5ae8bc : 8138739: Enable devkit on macosx in JPRT (again)
c1fa6e31e88 : 8137281: OutOfMemoryError with large numeric keys in JSON.parse
8ec737728d9 : 8067346: Swing submenu has a changed starting offset
956ba825853 : 8061466: RELAX NG API visible but not accessible
63a4f10b603 : 8137269: Add better support for local caching in ArgumentAttr
231aaee0087 : 8134917: [macosx] JOptionPane doesn't receive mouse events when opened from a drop event
dce1c54ba60 : 8134917: [macosx] JOptionPane doesn't receive mouse events when opened from a drop event
56d0ec1e1a9 : 8138733: Fix build: gcc < 4.8 doesn't grok -Wno-format-zero-length added in 8080775
1ba9657a1c3 : 8134432: [TESTBUG] Rewrite test/runtime/6888954/vmerrors.sh in Java
bb35c2390ca : 8138958: Quarantine gc/g1/mixedgc/TestLogging.java test
6b721104aa2 : 8138971: G1CollectorPolicy::_rs_lengths_prediction is not initialized before use
def3b63b626 : 8138832: CreateCoredumpOnCrash on linux ARM causes assert message to be repeated
75623819fd1 : 8138969: G1CollectorPolicy should use const for applicable methods
27d1c05648b : 8138917: Back out change for 8130681
3289307dbef : 8138707: TestPromotionEventWithParallelScavenge.java crashes using undefined GC id
48bbdafeedb : 8138863: Refactor WaitForBarrierGCTask
ef3a3a84bcc : 8138862: Remove some unused code and subclasses in gcTaskManager.hpp/cpp
be4747bc4df : 8138846: Remove unused enum ConcurrentGCThread::CGC_flag_type
d0ae130dd5b : 8138833: Remove CMMarkStack::drain
af9ada0eb2f : 8078295: hotspot test_env.sh can set VM_CPU incorrectly
57e9de31366 : 8134605: Partial rework of the fix for 8081297
31abfb24a90 : 8132988: Better printing dialogues
0ab64378743 : 8138589: Correct limits on unlimited cryptography
c0c76dcc3d9 : 8134605: Partial rework of the fix for 8081297
b5206561e28 : 8147786: Building hotspot gives error message from find
f206abd057d : 8145596: Enable debug symbols for all libraries
7275190792d : 8147449: sjavac builds of jdk9/dev with closed sources broken
8c556623048 : 8146403: Windows build can be faster
e57e3d38108 : 8138674: Some platforms may not support showing the user-specified title in a file dialog
ff7c1c3bca0 : 8138663: Missing @build in test/java/text/Format/DecimalFormat/RoundingAndPropertyTest.java
a7d931c5e1b : 8138616: invokeFunction fails if function calls a function defined in GLOBAL_SCOPE
0ea96ddfe4b : 8132535: Compiler fails with diamond anonymous class creation with intersection bound of enclosing class
07f5079718e : 8134426: Add serialVersionUID field to relevant javax.transaction classes
38954de884c : 8138632: Sparse array does not handle growth of underlying dense array
e4c3d078972 : 8138616: invokeFunction fails if function calls a function defined in GLOBAL_SCOPE
b59f84a38ee : 8138632: Sparse array does not handle growth of underlying dense array
77ad491370b : 8138616: invokeFunction fails if function calls a function defined in GLOBAL_SCOPE
8b9c7307504 : 8138632: Sparse array does not handle growth of underlying dense array
143bf054c04 : 8138636: bootcycle-images build fails
768d7cfe712 : 8133063: Remove BasicLauncherTest from the problem list
6c113577e63 : 8137329: [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"
1ab4295a962 : 8081794: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem
5274d3e890f : 8138716: (tz) Support tzdata2015g
98bf21f3ff5 : 8081794: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem
52650826055 : 8138716: (tz) Support tzdata2015g
aef9a19da89 : 8081794: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem
7127fab647b : 8133249: Occasional SIGSEGV: non thread-safe use of strerr in getLastErrorString
ddf365ac997 : 8135305: InetAddress.isReachable reports true when loopback interface is specified
112eb7283e6 : 8136874: Bug in port of fdlibm pow to Java
eda52119fbe : 8137313: TreeTest.java intermittently fails with a timeout
2b4de2f2714 : 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
6a2fabcbd7b : 8040322: TextArea.replaceRange() and insert() are broken with setText(null)
860ec6fe56b : 8133193: Memory leak in G1 because G1RootProcessor doesn't have desctructor
231d9f6e27c : 8133193: Memory leak in G1 because G1RootProcessor doesn't have desctructor
fb9ae3bb106 : 8137174: NTLM impl should use doPrivileged when it reads system properties
f7c3ebda02a : 8137259: configure needs to parse Verona-style version strings for bootjdk
83a08bb60b9 : 8076540: [macosx] NPE due to incorrect threading
1cfadcd4659 : 8138627: Better help message in configure for reduced builds (target-bits=32)
95b5f4d550b : 8137289: java/util/logging/DrainFindDeadlockTest.java hangs
12cba200a34 : 8138583: aarch64: add support for vectorizing fabs/fneg
4846586626b : 8137333: Boundless soft caching of property map histories causes high memory pressure
43fccbf986a : 8137333: Boundless soft caching of property map histories causes high memory pressure
f3ff9a5c9af : 8137333: Boundless soft caching of property map histories causes high memory pressure
c192a9a9600 : 8137320: jjs should support @argfile to pass command line arguments from a file
3497da36a29 : 8023217: Additional floorDiv/floorMod/multiplyExact methods for java.lang.Math
1a2c01a37ce : 8157469: DefaultProviderList.java fails with no provider class apple.security.AppleProvider found
4045a8be071 : 4851777: Add BigDecimal sqrt method
8c58aff49de : 5100935: No way to access the 64-bit integer multiplication of 64-bit CPUs efficiently
fdd3cf2c16e : 8157154: jmod jlink properties file need copyright header
5330dbf8e4e : 8143282: \p{Cn} unassigned code points should be included in \p{C}
409d4bd80c1 : 8157449: Adjust link-time generated Species classes to match JDK-8148604 usage
d90c3513222 : 8155575: Provider.java contains very long lines because of lambda
e8b6ff11909 : 8133454: Update Java Compiler Error Message
451d8370a37 : 8133454: Update Java Compiler Error Message
5c4dc856195 : 8133454: Update Java Compiler Error Message
16c3d695d8c : Added tag jdk8u71-b02 for changeset a222c6c9f1da
c1936eb856f : Added tag jdk8u71-b02 for changeset f46bd264e68f
29a597290ec : Added tag jdk8u71-b02 for changeset 08f3483ca27f
9792e93e8ad : Added tag jdk8u71-b02 for changeset b513d716f65e
2f705830539 : Added tag jdk8u71-b02 for changeset 9378bafa1386
983f4ee5d88 : Added tag jdk8u71-b02 for changeset 21247409db38
ff243738d60 : Added tag jdk8u71-b02 for changeset fb9458746d15
915b6cf3d3a : Added tag jdk8u71-b02 for changeset a2eee2112763
cd1cd4b7819 : Added tag jdk8u71-b02 for changeset 4df4715960cf
9e39f81fa86 : Added tag jdk8u71-b02 for changeset 7743bf0bb4f0
83acc383a1d : Added tag jdk8u71-b02 for changeset e3b6f07074fe
d36fefbc67a : Added tag jdk8u71-b02 for changeset c6110eec4a4c
7424031e2dc : Added tag jdk8u71-b02 for changeset 3de1381c9f46
9db88cdef9f : Added tag jdk8u71-b02 for changeset 5f66082d46ba
1f5424ad827 : Added tag jdk8u71-b02 for changeset efd9815ea285
3e8f116beec : Added tag jdk8u71-b02 for changeset 84ee9b849644
bed7702d83f : 8038075: JNI warnings in jdk/src/share/native/sun/misc/VMSupport.c
f44f56e3516 : 8138575: Improve generated code for profile counters
65cf3f8eed3 : 8138641: Disable C2 peephole by default for aarch64
301e389dd2e : 8139377: JVM can't be started w/ -XX:+EnableJVMCI -XX:+UseJVMCICompiler and default TypeProfileWidth
ffd60d555bb : 8139259: aarch64: jtreg test TestLogSum segvs after 8132207
71edab514c4 : 8139421: PPC64LE: MacroAssembler::bxx64_patchable kill register R12
e4f225de72c : 8139454: java/lang/Math/WorstCaseTests.java crashes on Linux-amd64
6947623b7b9 : 8134607: Remove per-compiler performance counters
115afda88e5 : 8136725: Provide utility for creation a counted loop reserve copy (clone)
12fc8a0b33c : 8138820: JDK Hotspot build fails with Xcode 7.0.1
4c20e17d0aa : 8081288: erronous free in RegClass::~RegClass()
fc2a5e9d538 : 8078554: Compiler: implement ranges (optionally constraints) for those flags that have them missing
7ca0abe7ee9 : 8139150: ClassVerifier frees exception message while it's still in use
16526e000e7 : 8136421: JEP 243: Java-Level JVM Compiler Interface
fab17a4e675 : 8137160: Use Compile::live_nodes instead of Compile::unique() in appropriate places -- followup
b9bf98abb2b : 8139048: Quarantine compiler/startup/SmallCodeCacheStartup.java
df66629e12a : 8134854: Bulk integration of java.util.concurrent.atomic classes
b47b3ceb6eb : 8136600: KinitConfPlusProps.java test intermittently fails because PortUnreachableException is missing
f3e43267475 : 8137230: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out
53ab9a20263 : 8134917: [macosx] JOptionPane doesn't receive mouse events when opened from a drop event
b42179284d5 : Added tag jdk8u66-b16 for changeset 96e085a0facb
44fff1f671e : Added tag jdk8u66-b16 for changeset bd29b20a54a2
4ae17fa3f92 : Added tag jdk8u66-b16 for changeset be2d5fc91279
694084d065f : Added tag jdk8u66-b16 for changeset bb1c1bb1ad6f
0347cccb040 : Added tag jdk8u66-b16 for changeset ffd3b1604486
c8ed14aca7a : Added tag jdk8u66-b16 for changeset af24a2d419cc
adeac665604 : Added tag jdk8u66-b16 for changeset bfc6570ec174
b2db047cb77 : Added tag jdk8u66-b16 for changeset 52f77e03dc7d
38fd1ffb807 : Added tag jdk8u66-b16 for changeset 44b1dc36f341
40657220921 : Added tag jdk8u66-b16 for changeset e917023a94bb
9fa6574d71a : Added tag jdk8u66-b16 for changeset c27745c18af3
fda83d19115 : Added tag jdk8u66-b16 for changeset 8e056e38f463
da32526e703 : Added tag jdk8u66-b16 for changeset 184c1568cc3a
45dbcc3977b : Added tag jdk8u66-b16 for changeset bf7338e73826
7feb1638f3d : Added tag jdk8u66-b16 for changeset 065440233dd9
50bb586097c : Added tag jdk8u66-b16 for changeset c790a20fe77b
a58609882fc : Added tag jdk8u65-b16 for changeset 3424f127ad75
d95eb624e93 : Added tag jdk8u65-b16 for changeset 79146737e24a
5b4f511b5b7 : Added tag jdk8u65-b16 for changeset db9e610d06e8
91d07cf8b13 : Added tag jdk8u65-b16 for changeset 5c5448ce38aa
e4b7fc9e1ca : Added tag jdk8u65-b16 for changeset 343b26d13f12
903ee5f4fa7 : Added tag jdk8u65-b16 for changeset 6497f120861a
eb79bd3fba1 : Added tag jdk8u65-b16 for changeset 9d66139d85c8
f25bf0107dd : Added tag jdk8u65-b16 for changeset 8b0113d90364
de8f55ad9f5 : Added tag jdk8u65-b16 for changeset f95318a6d2ac
99553ac362c : Added tag jdk8u65-b16 for changeset e531df76b4de
48d41d3e5a6 : Added tag jdk8u65-b16 for changeset 944c1f2ac9ea
f71ae048db0 : Added tag jdk8u65-b16 for changeset 53b7a046e6a3
d1446a4d274 : Added tag jdk8u65-b16 for changeset 8a02cb6a2de4
9391c892e41 : Added tag jdk8u65-b16 for changeset 0d32af2a7ab1
7777926dacf : Added tag jdk8u65-b16 for changeset 0cad140c6848
c0c7660149e : Added tag jdk8u65-b16 for changeset 2bf46012700c
138d45b4769 : 8066272: pack200 must support Multi-Release Jars
1301f69f74c : 8135307: CompletionFailure thrown when calling FieldDoc.type, if the field's type is missing
cb73f79b49d : 8135307: CompletionFailure thrown when calling FieldDoc.type, if the field's type is missing
edf0c962eb4 : 8135307: CompletionFailure thrown when calling FieldDoc.type, if the field's type is missing
ad53aafd687 : 8135307: CompletionFailure thrown when calling FieldDoc.type, if the field's type is missing
8f85a8ae8d2 : 8135060: Stop building Xcode projects in install build
25a239c8206 : 8137232: Mark 3 more core-libs tests as intermittently failing
c0236fdb881 : 8137258: JSObjectLinker and BrowserJSObjectLinker should not expose internal JS objects
95ede0b6a11 : 8137258: JSObjectLinker and BrowserJSObjectLinker should not expose internal JS objects
be533e6f122 : 8137258: JSObjectLinker and BrowserJSObjectLinker should not expose internal JS objects
5ec08b1bfeb : 8137056: Move SharedSecrets and interface friends out of sun.misc
0cc24c29ca4 : 8137056: Move SharedSecrets and interface friends out of sun.misc
c69db2f9409 : 8137056: Move SharedSecrets and interface friends out of sun.misc
9744fb1f05f : 8137260: fix warning after "8046148: JEP 158: Unified JVM Logging"
1ea2276afea : 8138769: [TESTBUG] restore lost line from JDK-8137105 fix
23adedf1539 : 8137194: Exclude runtime/memory/RunUnitTestsConcurrently.java from JPRT
8c46f6af7ef : 8138637: Remove err_msg from LOG_PREFIX macro
cc93462eb51 : 8138692: libjsig compilation is missing EXTRA_CFLAGS on macosx
017ac63fe83 : 8137105: [TESTBUG] Add test cases for VM Options file feature with removed file size limit
8ff97188d3c : 8135195: VM Options file should not be limited to 1k in bytes
8e010a0c321 : 8138574: [TESTBUG] TestBasicLogOutput.java doesn't account for padding
786cdcb65d6 : 8130265: gctests/LargeObjects/large001 fails with OutOfMemoryError: Java heap space
003892f897f : 8134953: Make the GC ID available in a central place
d516b422389 : 8133706: Kitchensink hanged
1e71f677365 : 8080775: Better argument formatting for assert() and friends
b403bd37154 : 8081472: Add a mode to the tests for class-file attributes which dumps in-memory sources to disk
748e8913b96 : 8136385: Various build speed improvements for windows
8b5e47f2c85 : 8136385: Various build speed improvements for windows
707898754de : 8137088: Drop building of interim_java.corba
71051d1b92e : 8137088: Drop building of interim_java.corba
c28cba03460 : 8137088: Drop building of interim_java.corba
d3651ac2493 : 8136991: [REDO] Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
165ffa83766 : 8134502: introduce abstraction for basic NodeVisitor usage
f1874650f68 : 8134502: introduce abstraction for basic NodeVisitor usage
b6c3667ca07 : 8134502: introduce abstraction for basic NodeVisitor usage
da9e27a0182 : 8135160: Endless Loop in RiffReader
ebf2ca56f0b : 8079965: Stop ignoring warnings for libawt_lwawt
3019b8d2597 : 6646604: Typos in documentation
8fb17dea793 : 8050402: Tests to check for use of policy files
498d8355053 : Added tag jdk9-b83 for changeset 4bd8ea2059a1
869652cc3a9 : Added tag jdk9-b83 for changeset a5249bcec60f
9ebb978812c : Added tag jdk9-b83 for changeset 05623c1ebc99
a2dcbc21141 : Added tag jdk9-b83 for changeset 6bb586652ad8
e7a46491a8b : Added tag jdk9-b83 for changeset 0e5cdcb49f0e
2540f193ce6 : Added tag jdk9-b83 for changeset 52b527d01e88
20e11da413d : Added tag jdk9-b83 for changeset ede6e8912b79
910bf3bb825 : Added tag jdk9-b83 for changeset ea59f7a74aa4
019303a96b1 : 8135283: DOM API update: Element Traversal Specification
1613e728cca : 8137121: (fc) Infinite loop FileChannel.truncate
86b32939533 : 8134488: var statement in if(false) block incorrectly evacuated into enclosing function
bf8698d182b : 8137134: invokespecial on indirect super interface is generated by Java adapter generator
043e384c8eb : 8134488: var statement in if(false) block incorrectly evacuated into enclosing function
9abbc26d58b : 8137134: invokespecial on indirect super interface is generated by Java adapter generator
54f2d18d651 : 8134488: var statement in if(false) block incorrectly evacuated into enclosing function
5115da4b82b : 8136700: Make sure Context.anonymousHostClasses doesn't grow unbounded
f7e375298a1 : 8134490: Dead var statement evacuation incorrectly descends into nested functions
214df618522 : 8134490: Dead var statement evacuation incorrectly descends into nested functions
f231e5ab06c : 8134490: Dead var statement evacuation incorrectly descends into nested functions
1a8570ad758 : 8137134: invokespecial on indirect super interface is generated by Java adapter generator
f81eafeacb6 : 8137014: Various improvements in build infrastructure
b7de3f0805f : 8137013: ar (static linker) broken since JDK-8065912
8a0268e190e : 8135122: The SwingUtilities2.COMPONENT_UI_PROPERTY_KEY can be removed
451024f8df4 : 8075286: Additional tests for signature algorithm OIDs and transformation string
37668179b5b : 8086134: Deadlock detection fails to attach to core file
b5c574a1ac8 : 8086134: Deadlock detection fails to attach to core file
d0069e60168 : 8137059: Run blessed-modifier-order script on client demos and misc. sources
a463c1a2712 : 8136518: java/util/TimeZone/CLDRDisplayNamesTest.java fails for de
eeead43bae2 : 8135124: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
434df8443eb : 8135124: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
f2143bacd38 : 8135124: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
a85d13c8ece : 8136398: Create test that checks that G1 MixedGC produces correct output to logfile
bab9b948630 : 8086134: Deadlock detection fails to attach to core file
291002bb8ef : 8133651: replace some <tt> tags (obsolete in html5) in core-libs docs
8c6f4e578d4 : 8130681: Kitchensink startup crashes JVM with NMT overlapping ranges
38173b5458b : 8129744: Documentation in Month refers to quarters 8129556: TemporalAdjusters dayOfWeekInMonth wrongly says "in the same month"
6c618e48b99 : 8133651: replace some <tt> tags (obsolete in html5) in core-libs docs
3c2211a4920 : 8046148: JEP 158: Unified JVM Logging
67af37e0b89 : 8135018: AARCH64: Missing memory barriers for CMS collector
eb4a5f5bac8 : 8050427: LoginContext tests to cover JDK-4703361
3621be94827 : 8050427: LoginContext tests to cover JDK-4703361
1e3b7fe1c22 : 8050427: LoginContext tests to cover JDK-4703361
500cb7ea83d : 8137068: Tests added in JDK-8048604 fail to compile
6b149df3f87 : 8048604: Tests for strong crypto ciphers
47814c8df01 : 7130085: Port fdlibm hypot to Java
30aa3bf02f8 : 8133309: Some unicode characters do not display any more after upgrading to Windows 10
0835a6e3117 : 8073331: [TESTBUG] Test for VM option file feature (VM options specified in file)
f6878d40ef3 : 8132883: The spec of allChildren/children of j.l.Process/ProcessHandle need to be relaxed 8131763: j.l.Process.allChildren spec clarification
cb8cff7e6ea : 8135231: aarch64: add support for vectorizing double precision sqrt
660dad780be : 8136165: AARCH64: Tidy up compiled native calls
4e7617c0403 : 8132541: (process) ProcessBuilder support for redirection to discard output
dc711078d4f : 8139727: Define ConstructorParameters annotation type for MXBeans
5710e3c7543 : 8062006: Add a new locale data name "COMPAT" for java.locale.providers system property to reduce ambiguity
638270935d3 : 8140514: [TESTBUG] enable sun/security/pkcs11 tests on Linux/ppc64
fe396d8bf45 : 7199353: Define ConstructorProperties annotation type for MXBeans
11d9f575f50 : 8027565: Enable /d2Zi+ when building with Visual Studio 2013
041790cbca9 : 8136813: Log compare.sh output automatically to file
f1f609ddaac : 8136931: more fine-grained condition checking for BMH species creation
1c64d72bb6c : 8135307: CompletionFailure thrown when calling FieldDoc.type, if the field's type is missing
ae7747e2413 : Added tag jdk8u71-b01 for changeset 55057e44c4f2
dc6b6236c2a : Added tag jdk8u71-b01 for changeset eb9d12614755
bc8872e577d : Added tag jdk8u71-b01 for changeset cd24b400b2c4
d9b7ef272a2 : Added tag jdk8u71-b01 for changeset d8ab01343a76
7c09211db37 : Added tag jdk8u71-b01 for changeset d612b6b3ef63
478c8675b87 : Added tag jdk8u71-b01 for changeset ba2b0d245b3c
87f6f36eab7 : Added tag jdk8u71-b01 for changeset 4dd77a16e669
324e70cd1e8 : Added tag jdk8u71-b01 for changeset 43931c97360c
ab915c6b377 : Added tag jdk8u71-b01 for changeset 24e2dccd7d61
7b5e286da08 : Added tag jdk8u71-b01 for changeset 5ec310fbc330
7e52053a171 : Added tag jdk8u71-b01 for changeset 96ae3f09a525
e5eb67d7588 : Added tag jdk8u71-b01 for changeset b3ec8ef03baa
82a6cadaa54 : Added tag jdk8u71-b01 for changeset 8e71911dc0c6
2a818f70550 : Added tag jdk8u71-b01 for changeset 3cd8ac29901c
a8a60ec8c01 : Added tag jdk8u71-b01 for changeset 5006c4a9840d
a56bf340964 : Added tag jdk8u71-b01 for changeset 3531d4a5ec93
c7b42305e98 : 8073187: Unexpected side effect in Pack200
8aa6d9f1603 : 8135197: libjimage code needs translation from hotspot-ish to jdk-ish
2c3b2dd68ee : 8133453: Deprecate AWTKeyStroke.registerSubclass(Class) method
69e41447a6f : 8132380: Do not create LaF instance in javax/swing/plaf/windows/6921687/bug6921687.java
ef8d5d83239 : 8136894: test/script/currently-failing/gettersetter.js passes, move it out of currently-failing tests
e8aef5c7c8d : 8136832: property_delete.js tests be moved out from currently-failing
a65760f646e : Added tag jdk8u66-b15 for changeset c9649f8aaaa3
6a5912cb897 : Added tag jdk8u66-b15 for changeset 366b91837239
f94f8812a5a : Added tag jdk8u66-b15 for changeset 7edc01a742b5
f03209a2a8c : Added tag jdk8u66-b15 for changeset a741e909d9da
a8a45f0d0fe : Added tag jdk8u66-b15 for changeset 4c2b7d10d296
fcb29b3cba9 : Added tag jdk8u66-b15 for changeset 1d95bb938483
7fe6d3c5b33 : Added tag jdk8u66-b15 for changeset 1de8f27296d6
1905d995941 : Added tag jdk8u66-b15 for changeset 9ed2584e66f1
5da9b421e27 : Added tag jdk8u66-b15 for changeset 6f69d13aa09e
cf7be7c22c6 : Added tag jdk8u66-b15 for changeset 143bbcbebb8e
b8844984da5 : Added tag jdk8u66-b15 for changeset 0f57a57b8ce4
b8d8bfd02f1 : Added tag jdk8u66-b15 for changeset 190c7aab8f7d
697bbee1335 : Added tag jdk8u66-b15 for changeset 7b9b29b454aa
92c596c50a5 : Added tag jdk8u66-b15 for changeset ff3d50a3eeb4
8782a4fd32e : Added tag jdk8u66-b15 for changeset 45c8e22ba0f5
1a7737d2790 : Added tag jdk8u66-b15 for changeset 56fa8a6a2ef5
938bd788095 : Added tag jdk8u65-b15 for changeset ef85bb885a2a
9ba3b63f341 : Added tag jdk8u65-b15 for changeset 8e8570069203
3befee0ecd3 : Added tag jdk8u65-b15 for changeset 2c18689ef865
3929d7a0bf7 : Added tag jdk8u65-b15 for changeset 7d7da3109c86
c9278ae0355 : Added tag jdk8u65-b15 for changeset 5462453f8906
f2b533ba808 : Added tag jdk8u65-b15 for changeset c11a36a63c51
6cae7ff4b32 : Added tag jdk8u65-b15 for changeset 1face00f4a09
8250f613723 : Added tag jdk8u65-b15 for changeset e7cd1af139d7
5cf39977599 : Added tag jdk8u65-b15 for changeset b5ba50450b13
6747c497458 : Added tag jdk8u65-b15 for changeset 5ee65c25244d
ef830d52a74 : Added tag jdk8u65-b15 for changeset 73b7b3efe7ca
d2d4ba3dc29 : Added tag jdk8u65-b15 for changeset 08f08af2e875
b7895b4a916 : Added tag jdk8u65-b15 for changeset 6cd48b226d86
285811c108b : Added tag jdk8u65-b15 for changeset 8eca594b28b0
dcc3ca3f073 : Added tag jdk8u65-b15 for changeset bf02a999c6be
b36d38b286c : Added tag jdk8u65-b15 for changeset 7bfd1d60ad6d
1c733b4685b : 8136875: Fix @bug in sun/misc/Version/Version.java
39ca61ab1da : 8050461: Tests for syntax checking of JAAS configuration file
3992a9d6852 : 8136691: 8u65/8u66 b14 Solaris builds failed on Linking libverify.so
51a476413e2 : 8136691: 8u65/8u66 b14 Solaris builds failed on Linking libverify.so
13140001f84 : 8136691: 8u65/8u66 b14 Solaris builds failed on Linking libverify.so
4983a014de6 : 8136691: 8u65/8u66 b14 Solaris builds failed on Linking libverify.so
d01e8e3c74d : 8135265: VM fails on 'empty' interface public <init>()V method with VerifyError
1890d7a430e : 8135208: VM permits illegal <clinit> access_flags, versions 51-52
d3653c4ca38 : 8131645: [ARM64] crash on Cavium when using G1
6238d40db44 : 8135131: Enable thin server mode in Sjavac
f36bb2dcf9b : 8135131: Enable thin server mode in Sjavac
e6b91586aa2 : 8136764: ORIGINAL_PATH is broken if PATH contains directory with "#" in it's name
19b025dd981 : 8136695: Automatic build comparison with COMPARE_BUILD
4560ea43051 : 8136783: Run blessed-modifier-order script on java.desktop
008b5c0ad95 : 8135190: Method code too large in Babel browser.js script
94ba18f8b4f : 8136686: Collectors.counting can use Collectors.summingLong to reduce boxing
25ccc427222 : 8136742: jdk.certpath.disabledAlgorithms was not updated in java.security-aix
0290b69324e : 8136742: jdk.certpath.disabledAlgorithms was not updated in java.security-aix
953846f59c1 : 8136742: jdk.certpath.disabledAlgorithms was not updated in java.security-aix
5a62afabcca : 8136742: jdk.certpath.disabledAlgorithms was not updated in java.security-aix
7ccace98c49 : Added tag jdk9-b82 for changeset a86fb74acc8d
b0efd227435 : Added tag jdk9-b82 for changeset 618ea3c86a0d
b2e566d600e : Added tag jdk9-b82 for changeset 52b8dc62da42
dbbb1420d8a : Added tag jdk9-b82 for changeset b68be96f610f
ac000082aa1 : Added tag jdk9-b82 for changeset acf15a2d7492
195d26d8246 : Added tag jdk9-b82 for changeset f4a20c54ec40
7859a780678 : Added tag jdk9-b82 for changeset cb0d57f09cdd
a0872dbcfe6 : Added tag jdk9-b82 for changeset 57f442b702f2
4becd274ed2 : 8077874: [TESTBUG] com/sun/corba/cachedSocket/7056731.sh should not be run on JRE
5d5ef39f51d : 8136534: Loading JKS keystore using non-null InputStream results in closed stream
08633d3fe91 : 8131667: JAX-WS Plugability Layer: using java.util.ServiceLoader
dd76bcc4c21 : 8134579: [TESTBUG] Some bmi tests fail if can_access_local_variables is on
f620878faf9 : 8143180: Internal Error in src/cpu/ppc/vm/macroAssembler_ppc.cpp:4287
7112a8bb9e0 : 8143151: [JVMCI] assertion for allocation of "too many" CompileTasks must take JVMCI into account
09c6215e3e8 : 8141330: [JVMCI] avoid deadlock between application thread and JVMCI compiler thread under -Xbatch
1cfbe2dec56 : 8139595: MethodHandles::remove_dependent_nmethod is not MT safe
f0c12f35cb6 : 8141137: C2 fails rematerializing nodes using flag registers
9d87b3e725d : 8142511: [JVMCI] must eagerly initialize classes with static fields accessed by JVMCI native code
c18a26c573a : 8142386: Octane crashes with assert(is_Load())
1d58a73e8c6 : 8139258: PPC64LE: argument passing problem when passing 15 floats in native call
36d1144c832 : 8143059: TestUnsafeUnalignedMismatchedAccesses doens't build after 8139891
854b8d1ff11 : 8139758: [REDO] Elide more final field's write memory barrier with escape analysis result
8ac86c17f80 : 8061436: Processing of options related to segmented code cache should be enhanced
baaa8f79ed9 : 8042997: Make intrinsic some or all check index/range methods
5c32c8d2ab5 : 8140327: segfault on solaris-amd64 with "-XX:CompilerThreadStackSize=1" option
c9b5f58d7f5 : 8142500: missing null checks in IfNode::has_only_uncommon_traps
6de50f10f5b : 8131778: java disables UseAES flag when using VIS=2 on sparc
5ea0e0d0667 : 8141585: CompilerDirectivesDCMDTest intermittently SEGVs in MethodMatcher::matcher
eee22b283d6 : 8142387: Various JVMCI tests fail on unexpected exception
6896030b962 : 8140424: don't prefix developer and notproduct flag variables with CONST_ in product builds
c4ce43c1ac9 : 8141133: [JVMCI] crash during safepoint deopt if rethrow_exception is set
163e0435dca : 8139388: [TESTBUG] JVMCI test failed with RuntimeException profiling info wasn't changed after 100 invocations (assert failed: BaseProfilingInfo<> != BaseProfilingInfo<>)
e0d743ff05a : 8138810: rework tests for CompilerToVM::allocateCompiledId
bace7d99aa7 : 8142314: Bug in C1 ControlFlowOptimizer::delete_unnecessary_jumps with bytecode profiling
ac09d8a1351 : 8140650: Method::is_accessor should cover getters and setters for all types
6ed8c235818 : 8141624: Limit calculation of pre loop during super word optimization is wrong
e73df9dee62 : 8142436: [JVMCI] fix management of nmethod::_installed_code field
323c22ecfa2 : 8142435: [JVMCI] restore missing InstalledCode.version increment
3d745923ca0 : 8142329: [JVMCI] pass Handle by value
fa6545ccc19 : 8137168: Replace IfNode with a new RangeCheckNode for range checks
e86e38619e5 : 8140779: Code generation fixes for avx512
5d86db4b668 : 8067378: Add segmented code heaps info into jfr events: vm/code_cache/stats and vm/code_cache/config
8d1f664989d : 8141552: [TESTBUG] compiler/jvmci/events/JvmciNotifyInstallEventTest failed after jvmci refresh
38339b3fe9b : 8138689: use package for /compiler/whitebox common classes
48183cc207b : 8141353: Testlibrary: add various changes into testlibrary Utils
26f02e4686e : 8139589: [JVMCI] throw exceptions in faulty code installation operations
af2e00ae909 : 8140574: C2 must re-execute checks after deoptimizing from merged uncommon traps
0092880b1fc : 8141424: [Testbug] CompilerDirectivesDCMDTest.java testing flag that is missing in product builds
45b3ce816a7 : 8140309: [REDO] failed: no mismatched stores, except on raw memory: StoreB StoreI
9a5f4d56ffc : 8138894: C1: Support IRIW on weak memory platforms
7c1b9aaf06c : 8135068: Extract method matchers from CompilerOracle
9d5cbc5fbca : 8132735: java/lang/ProcessHandle/TreeTest failed with java.lang.AssertionError: Start with zero children
9544f5225c9 : 8134297: NPE in GSSNameElement nameType check
a31ae781ecc : 8129957: Deadlock in JNDI LDAP implementation when closing the LDAP context
b4c3c5e8376 : 8129957: Deadlock in JNDI LDAP implementation when closing the LDAP context
64d414469c6 : 8129957: Deadlock in JNDI LDAP implementation when closing the LDAP context
15a7f1d1bb9 : 8087203: Adapt Version.java.template to the JEP-223 new version string format
67603e6d546 : 8134795: Port fdlibm pow to Java
f0ba357e5e3 : Added tag jdk8u60-b32 for changeset cfcd794afe3a
a57c9a5e939 : Added tag jdk8u60-b32 for changeset 15ffd0c3fe71
b1c8ea225c5 : Added tag jdk8u60-b32 for changeset 7f4f9115cb7a
d370ff3329a : Added tag jdk8u60-b32 for changeset ab3ff047300c
bfdce5567ce : Added tag jdk8u60-b32 for changeset c57cf18eb81c
699f707a059 : Added tag jdk8u60-b32 for changeset 60439ad3b5b0
2e776fdee36 : Added tag jdk8u60-b32 for changeset ff37e7bd831e
fceae2c4216 : Added tag jdk8u60-b32 for changeset 939a58bce837
84d4b9c3ba7 : Added tag jdk8u60-b32 for changeset 352ba4f838f9
e5d73049e74 : Added tag jdk8u60-b32 for changeset 420a850eb8f2
71fe4b70fb5 : Added tag jdk8u60-b32 for changeset 07c40f252a57
efa3c49f920 : Added tag jdk8u60-b32 for changeset 70b89a8d5013
5ed1dd2b71c : Added tag jdk8u60-b32 for changeset 3b708af5eb7d
65eacc4cb95 : Added tag jdk8u60-b32 for changeset 96fada6ecda0
1763dfd241b : Added tag jdk8u60-b32 for changeset 2feba1e58dc4
385b6657799 : Added tag jdk8u60-b32 for changeset 4004b1eb7361
e0d979b2d02 : Added tag jdk8u51-b33 for changeset 822a25338b2a
8adc40e611f : Added tag jdk8u51-b33 for changeset 08fd8a57f623
e1e70ff856b : Added tag jdk8u51-b33 for changeset 543e49b8c8fe
6745e079c7c : Added tag jdk8u51-b33 for changeset 85e2fef20582
9ba68ef8d98 : Added tag jdk8u51-b33 for changeset 2861ed0d2d4b
64489ac86b8 : Added tag jdk8u51-b33 for changeset 2820ad250214
cfe22ae3dcb : Added tag jdk8u51-b33 for changeset 53f19057a232
257520df749 : Added tag jdk8u51-b33 for changeset d2bf6cacb4a7
e93b90389fe : Added tag jdk8u51-b33 for changeset 482c334bea39
bc5d90d600e : Added tag jdk8u51-b33 for changeset 8bab5017c18c
822889fe2db : Added tag jdk8u51-b33 for changeset 2f772b330390
741798efc9b : Added tag jdk8u51-b33 for changeset aaef7f16afc1
be515347143 : Added tag jdk8u51-b33 for changeset afc9c573e089
f38270c836f : Added tag jdk8u51-b33 for changeset 932795e726eb
a84c4362724 : Added tag jdk8u51-b33 for changeset 0f3b3928ac5a
dd32c50ef8d : Added tag jdk8u51-b33 for changeset 023292596739
d33fffce04e : 8136690: AIX: libjimage should be linked with the C++ compiler
dd82c77c58b : 8136656: Check in blessed-modifier-order.sh
f8abd0e8436 : 8136820: Generate better code for some Unsafe addressing patterns
4af470b866c : 8066157: JEP-JDK-8046155: Test task: method matcher
d0134f947f9 : 8137020: [TESTBUG] Utils.runAndCheckException doesn't work well if no exception thrown
5cffff8a27a : 8136694: Megemorphic scope access does not throw ReferenceError when property is missing
76898dab773 : 8136694: Megemorphic scope access does not throw ReferenceError when property is missing
c2898271c9c : 8136694: Megemorphic scope access does not throw ReferenceError when property is missing
0eef2f9998e : 8134365: Test test/sun/misc/Version/Version.java should follow Verona rules for trailing zeros
682f7b3b46f : 8136570: Stop changing user environment variables related to /usr/dt 4953367: MAWT: Java should be more careful manipulating NLSPATH, XFILESEARCHPATH env variables
6f84c461d51 : 8136570: Stop changing user environment variables related to /usr/dt 4953367: MAWT: Java should be more careful manipulating NLSPATH, XFILESEARCHPATH env variables
623caa1da97 : 8136570: Stop changing user environment variables related to /usr/dt 4953367: MAWT: Java should be more careful manipulating NLSPATH, XFILESEARCHPATH env variables
681e6b478be : 8073542: File Leak in jdk/src/java/base/unix/native/libnet/PlainDatagramSocketImpl.c
d9f30b845c2 : 8136436: jarsigner tests include both a warnings.sh and a warnings subdir
343e882e7f2 : 8072722: add stream support to Scanner
f74c628ffef : 8136647: Syntactic error accidentally left in JDK-8135251 changeset
7d849fd622a : 8135251: Use Unsafe.defineAnonymousClass for loading Nashorn script code
0b454ad041f : 8134808: Remove support for serialized applets from java.desktop
fd8fa9290ca : 8135251: Use Unsafe.defineAnonymousClass for loading Nashorn script code
050184d76f8 : 8136615: aarch64: elide DecodeN when followed by CmpP 0
92af9b015c1 : 8136926: phi == NULL assert in PhaseIdealLoop::try_move_store_after_loop
0f4b248b181 : 8136596: Remove aarch64: MemBarRelease when final field's allocation is NoEscape or ArgEscape
a61a0cec2e7 : 8136914: compiler/loopopts/superword/SumRedSqrt_Double.java times out
1a53878451d : 8080293: AARCH64: Remove unnecessary dmbs from generated CAS code
14ddfe02e0b : 8136718: [TESTBUG] introduce FileInstaller functionality
89e62a62744 : 8136693: add package statement 'compiler.testlibrary' to CompilerUtils
5ca8983920a : 8135068: Extract method matchers from CompilerOracle
99c37e9ee26 : 8136525: Generate interpreter entries only once and avoid unnecessary jump to jump
f298249547f : 8134739: compiler/loopopts/superword/TestVectorizationWithInvariant crashes in loop opts
61b77b85903 : 8134553: CRC32C implementations for x86/x64 targets
d49d1ea740e : 8134802: LCM register pressure scheduling
61be9736db7 : 8134609: Allow constructors with same prototoype map to share the allocator map
afcc04354a0 : 8134609: Allow constructors with same prototoype map to share the allocator map
f4e6cd073f2 : 8134609: Allow constructors with same prototoype map to share the allocator map
1b10b826d89 : 8136544: Call site switching to megamorphic causes incorrect property read
36ea42b522e : 8011858: Use Compile::live_nodes() instead of Compile::unique() in appropriate places
fb3d698b3b2 : 8011858: Use Compile::live_nodes() instead of Compile::unique() in appropriate places
5a46a3be210 : 8067422: Lambda method names are unnecessarily unstable
b420a8c6506 : 8067422: Lambda method names are unnecessarily unstable
ac57b3678ff : 8067422: Lambda method names are unnecessarily unstable
211a7267ceb : 8067422: Lambda method names are unnecessarily unstable
77e904af761 : 8067422: Lambda method names are unnecessarily unstable
62f0f0f2f98 : 8067422: Lambda method names are unnecessarily unstable
7bb1b6ad7c5 : 8136378: Build test libs using properly integrated makefile
450cdf7f65c : 8131670: [TEST_BUG]Test java/awt/EventQueue/6980209/bug6980209.java fails on Linux
ffb466574f5 : 8014725: closed/java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.html failed intermittently
265ab8bd4cd : 8130471: [Regression] Test java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Extra.java fails
31f16f421ed : 8133108: [PIT] Container size is wrong in JEditorPane
968c43c3fa3 : 8133803: Swing JFileChooserBug2 test fais with MotifLookAndFeel
5cdd8bd3c65 : 8129838: [macosx] Regression: NPE in java.awt.Choice
a2f0fe3c946 : 8136583: Core libraries should use blessed modifier order
d323a041059 : 8015388: Required algorithms for JDK 9
6eb997e90cf : 8133535: Better exception messaging in Ucrypto code
1b8b6a46559 : 8133528: java/lang/ProcessHandle/OnExitTest.java fails intermittently
8851d3c4831 : 8136506: Include sun.arch.data.model as a property that can be queried by jtreg
d0d046e0dd4 : 8148627: RestrictTestMaxCachedBufferSize.java to 64-bit platforms
c32a8d65199 : 8147468: Allow users to bound the size of buffers cached in the per-thread buffer caches
595ed6aa197 : 8043836: Need new tests for AES cipher
dcc44d4a2d6 : 8074931: Additional tests for CertPath API
4649278183c : 8136506: Include sun.arch.data.model as a property that can be queried by jtreg
6778e03bf14 : 8148627: RestrictTestMaxCachedBufferSize.java to 64-bit platforms
018e46ceda4 : 8147468: Allow users to bound the size of buffers cached in the per-thread buffer caches
3eee8098584 : 8043836: Need new tests for AES cipher
e3eb7c1bfe8 : 8074931: Additional tests for CertPath API
a48c66ffbf4 : 8136506: Include sun.arch.data.model as a property that can be queried by jtreg
44a4201adce : 8136406: Remove ZapDeadCompiledLocals code
8feb75af0b7 : 8136383: Improve make utilities containing and not-containing
927cd13b18e : 8130274: java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal
262a21d158c : 8130274: java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal
9698127af39 : 8080501: javaarrayconversion.js test is flawed
00a6ff7050b : 8136524: aarch64: test/compiler/runtime/7196199/Test7196199.java fails
981c6dc2989 : 8078093: Severe compiler performance regression Java 7 to 8 for nested method invocations
e643aeb178d : 8029339: Custom MultiResolution image support on HiDPI displays
c55d2121969 : 8136461: PhaseIdealLoop::try_move_store_before_loop() may bypass early loop exit
371edc66844 : 8074931: Additional tests for CertPath API
3cbe72712e1 : Added tag jdk8u66-b14 for changeset fbc171237617
caed80cb9fe : Added tag jdk8u66-b14 for changeset 421416027dfe
a2cc767fbb6 : Added tag jdk8u66-b14 for changeset 15ac98e7b691
429f2902d75 : Added tag jdk8u66-b14 for changeset c2dca6f6d486
988052aa94d : Added tag jdk8u66-b14 for changeset e4d6b4781970
1e6ad678dfb : Added tag jdk8u66-b14 for changeset 78bb8e9de2ab
d3c40020632 : Added tag jdk8u66-b14 for changeset b8293f1765ac
491028d9cae : Added tag jdk8u66-b14 for changeset 634e48b544f2
0128b546b88 : Added tag jdk8u66-b14 for changeset fd80816d974d
7ab2d5410d6 : Added tag jdk8u66-b14 for changeset abcb2ce5fc8f
cd9808a83aa : Added tag jdk8u66-b14 for changeset 54436b345c22
e9120d0d469 : Added tag jdk8u66-b14 for changeset 7bac1e2d96a1
933ec4cc1e5 : Added tag jdk8u66-b14 for changeset ff588e1ae5ea
175e33d354c : Added tag jdk8u66-b14 for changeset 3ae7cb67a505
1432371e339 : Added tag jdk8u66-b14 for changeset c11103794364
10f6d267ad1 : Added tag jdk8u66-b14 for changeset 8018813d0b1e
ea76ede582b : 8135097: Unmap failure for executable memory on windows
b849de5ff45 : Added tag jdk8u65-b14 for changeset 65cad66cd849
58c770cf75d : Added tag jdk8u65-b14 for changeset e49cb81e6290
202a30c3f64 : Added tag jdk8u65-b14 for changeset e217a9817663
1296b8e5c4d : Added tag jdk8u65-b14 for changeset b4bbdf716fc2
965cdf210d2 : Added tag jdk8u65-b14 for changeset e817de8a6960
c4d8c24c20c : Added tag jdk8u65-b14 for changeset 1f6e409250c8
275270d0f51 : Added tag jdk8u65-b14 for changeset 982f3381f78f
ce53b363c45 : Added tag jdk8u65-b14 for changeset 09c9ed736000
33de7e3d9a9 : Added tag jdk8u65-b14 for changeset 170ca12ec420
55ec8db2ceb : Added tag jdk8u65-b14 for changeset 44db6c59cdcb
7501af2125a : Added tag jdk8u65-b14 for changeset 99a8bac4125e
f842fbd15a3 : Added tag jdk8u65-b14 for changeset 8ac968109eb1
4848763cbb1 : Added tag jdk8u65-b14 for changeset 354710a9d243
89926d81dd4 : Added tag jdk8u65-b14 for changeset 73bc6c39aedf
fab235623bb : Added tag jdk8u65-b14 for changeset a725b4d6d8fb
4cc75736fa4 : Added tag jdk8u65-b14 for changeset c8357e5ee141
9baa352891d : 8136397: Build should recognise .cc file extension
b8e4ae84765 : 8048622: Enhance tests for PKCS11 keystores with NSS
f1f48ab0d39 : 8134232: KeyStore.load() throws an IOException with a wrong cause in case of wrong password
b6f5a1c457e : 8039467: [TEST_BUG] Test java/awt/Choice/UnfocusableToplevel/UnfocusableToplevel.java lefts keystrokes in a keyboard buffer on Windows
fb955a7eff1 : 8134641: CodelistTest.java fails with sun.misc.Unsafe.getUnsafe
cf428a3931a : 8055917: jdk.nashorn.internal.codegen.CompilationPhase$N should be renamed to proper classes
379f2540aa0 : 8077306: Recursive implementation of List.map leads to stack overflow
86383729928 : 8133650: replace some <tt> tags (obsolete in html5) in CORBA docs
20b057fc29b : 8136425: KeystoreImpl.m using wrong type for cert format
11da417a28a : 8078320: Improve DocTrees parsing
23813ce92ef : 8066821: Enhance command line processing to manage deprecating and obsoleting -XX command line arguments
26254f46451 : 8135179: Fix conversion warning after 8067341
e5b80181d89 : 8065155: Refactor Hotspot mapfiles
bbc043a7f27 : 8135085: Change Method::_intrinsic_id from u1 to u2
e7ed6bff905 : 8132904: Type checking verifier fails to reject assignment from array to an interface
34a6b439884 : 8136701: Remove YOUNG_LIST_VERBOSE code from G1CollectedHeap
b78e96713ba : 8136627: Backout JDK-8133818 Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
92865eb607e : Added tag jdk9-b81 for changeset a62e4c149f6f
ee7b252af54 : Added tag jdk9-b81 for changeset 98687c25039e
dcb60cb825c : Added tag jdk9-b81 for changeset 4d6ea5ca32e7
d615a155bcc : Added tag jdk9-b81 for changeset f036508e86e7
469ab7204e7 : Added tag jdk9-b81 for changeset 46bc210b1240
b46b70bba7f : Added tag jdk9-b81 for changeset 6675700073c1
942e28100bc : Added tag jdk9-b81 for changeset 4a3398484f87
e0be3e5ec13 : Added tag jdk9-b81 for changeset 13c2ca2ea10a
9f6a7922f7b : 8135246: CheckAttributedTree silently generates spurious compiler error
da688f57c38 : 8136354: [TEST_BUG] Test java/awt/image/RescaleOp/RescaleAlphaTest.java with Bad action for script
f6ba74ed00a : 8072466: Deadlock when initializing MulticastSocket and DatagramSocket
eb36c478327 : 8072466: Deadlock when initializing MulticastSocket and DatagramSocket
ed3d59c71a9 : 8133552: java/lang/ProcessHandle/InfoTest.java fails intermittently - incorrect user 8133809: Remove java/lang/ProcessHandle/InfoTest.java from the Problem List
57776e7af1b : 8142399: G1ParCopyClosure does not need do_oop_work
97470c5146d : 8138983: Runtime: implement ranges for Shared*** flags
d84d65893bd : 8143252: Clean up G1CollectedHeap interface
9c7443b15a0 : 8025082: The behaviour of the highlight will be lost after clicking the set button
cedeb847253 : 7131835: [TEST_BUG] Test does not consider that the rounded edges of the window in Mac OS 10.7
4a6c0df0048 : 8075299: Additional tests for 6857795
8be3c2c0425 : 8136349: Typos patch for nashorn sources submitted on Sep 10, 2015
605dac90e25 : 8064808: Disable use of broken objcopy on Solaris, remove adhoc helper tools
d50c38edf77 : 8064808: Disable use of broken objcopy on Solaris, remove adhoc helper tools
66c10db8b31 : 8132210: Reinforce JMX collector internals
c771ee3e501 : 8132210: Reinforce JMX collector internals
ed2b735ba09 : 8134915: Improve performance of CLDRLocaleProviderAdapter.getCandidateLocales
7c36cb96967 : 8134861: XSLT: Extension func call cause exception if namespace URI contains partial package name
0a2ce868b04 : 8134861: XSLT: Extension func call cause exception if namespace URI contains partial package name
b40fc6b3dec : 8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
f616895099d : 8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
25d64eb4bc7 : 8132885: langtools/test/tools/javac/sym/ElementStructureTest.java is also searching default classpath
981fa171338 : 8134505: Cleanup of "TimeZone_md.c"
7c9b107d1fd : 8080402: File Leak in jdk/src/java.base/share/classes/sun/net/sdp/SdpSupport.java
65dd9df8c94 : 8135332: ScriptFunction constructor should use is bound and is strict check rather than checking for 'arguments' and 'caller'
42068431531 : 8135337: NativeDebug.dumpCounters with incorrect scope count
0ec14b759a0 : 8135336: Fix broken build after JDK-8135262
08da3be647f : 8032568: Test javax/swing/JInternalFrame/8020708/bug8020708.java fails on Windows virtual hosts
b43c9b8cda9 : 8135262: Sanitize CodeInstaller API
5b6b89a0048 : 8134569: Add tests for prototype callsites
b0f6038ddc7 : 8134569: Add tests for prototype callsites
14a6271417d : 8134569: Add tests for prototype callsites
bc7be8c8816 : 8135000: Number.prototype.toFixed returns wrong string for 0.5 and -0.5
412ed4ff2b7 : 8081485: EDT auto shutdown is broken in case of new event queue usage
09eef7fcd1d : 8081485: EDT auto shutdown is broken in case of new event queue usage
7beac309c05 : 8135271: Add missing "-client IGNORE" to jvm.cfg file for ppc64
f0bdb9ddf7c : 8135083: Product version string for DLLs and EXEs should not include trailing zeros
d908516aafb : 8134384: Continuation of JDK-8130845 : A date string created by Date#toString() is not parseable neither with ENGLISH, US nor ROOT locale
be7be7ae934 : 8044199: Tests for RSA keys and key specifications
aeb4acfb60b : 8135094: (process) java/lang/ProcessHandle/InfoTest fails testing commandLine()
94b8716b471 : 8132082: Let OracleUcrypto accept RSAPrivateKey
89d03084f09 : 8132082: Let OracleUcrypto accept RSAPrivateKey
cb34d07ae1c : 8081485: EDT auto shutdown is broken in case of new event queue usage
50aa8839d53 : 8072466: Deadlock when initializing MulticastSocket and DatagramSocket
01de8c17145 : 8027137: Merge ScriptFunction and ScriptFunctionImpl
b259dd24ea6 : 8134708: Certpath validation fails to load certs and CRLs if AIA and CRLDP extensions point to LDAP resources
f032aa13114 : 8133611: Remove java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java from problem list
4ce6bdb54e7 : 8135180: Print configure arguments using make print-configuration
16142c17e4a : 8065912: Better handling of classpath in build-infra
08ef9ddd4e8 : 8065912: Better handling of classpath in build-infra
54b08103714 : 8065912: Better handling of classpath in build-infra
5ecb0a7e9ed : 8005914: [TEST_BUG] The last column header does not contain "..."
306947d9f95 : 8134861: XSLT: Extension func call cause exception if namespace URI contains partial package name
1e9f93d34ae : Added tag jdk8u66-b13 for changeset d80acdf123b2
100d0d8daea : Added tag jdk8u66-b13 for changeset 0cdb1588a6df
49f291d26b0 : Added tag jdk8u66-b13 for changeset e66d17b80f5f
007258c65f6 : Added tag jdk8u66-b13 for changeset aaa545eb9c39
bf7458915ef : Added tag jdk8u66-b13 for changeset 5fac2284d442
6e7761239ca : Added tag jdk8u66-b13 for changeset 0da95068cb2b
2e3f1872559 : Added tag jdk8u66-b13 for changeset 63814e87749b
c26dcb2134f : Added tag jdk8u66-b13 for changeset aa48c9fa64df
bdf6ed0fd26 : 8135099: 9-dev solaris builds failed on 2015-09-04
288bc8df056 : Added tag jdk8u66-b13 for changeset 261ba030a67a
7a5e149f832 : Added tag jdk8u66-b13 for changeset f2177d362dc5
3e16d856da6 : Added tag jdk8u66-b13 for changeset ffe01ed6b6b6
a1474516667 : Added tag jdk8u66-b13 for changeset 2aba45ea1f56
a5c50c98e15 : Added tag jdk8u66-b13 for changeset 53ef2e47c405
d46086c59ec : Added tag jdk8u66-b13 for changeset 165b250ec9fd
5614945cecb : Added tag jdk8u66-b13 for changeset b8d3272796b0
80a51336331 : Added tag jdk8u66-b13 for changeset 67efa5ba85bb
aa048fb76b9 : Added tag jdk8u65-b13 for changeset 9d070532da27
2f93568f5d8 : Added tag jdk8u65-b13 for changeset 204ba923eeae
e97f40d7644 : Added tag jdk8u65-b13 for changeset 9016f403d5b1
19f438ad4c4 : Added tag jdk8u65-b13 for changeset c57dc6e744b5
992d4910fda : Added tag jdk8u65-b13 for changeset 5d3a1c3c365f
f3b0b142dfc : Added tag jdk8u65-b13 for changeset 3bae04d6f5e4
ef6cf04733c : Added tag jdk8u65-b13 for changeset 011c65d56e5a
56dd9d54b42 : Added tag jdk8u65-b13 for changeset ac9173fa773c
9b0360b8f81 : Added tag jdk8u65-b13 for changeset 7d06b9625887
a31167043cb : Added tag jdk8u65-b13 for changeset 2442307d6047
5c657090d12 : Added tag jdk8u65-b13 for changeset 0a9f1f601779
abaf31feda1 : Added tag jdk8u65-b13 for changeset 1f8738e435f5
2bf15f9ec4e : Added tag jdk8u65-b13 for changeset 1c8fd10b66c4
f3e6f6706fc : Added tag jdk8u65-b13 for changeset 45ba6663ac84
e93406fb42e : Added tag jdk8u65-b13 for changeset 5238bf851817
df253faff64 : Added tag jdk8u65-b13 for changeset c08a34c63f68
dda2465e72f : 8135043: ObjectStreamClass.getField(String) too restrictive
a7c2298a913 : 8135043: ObjectStreamClass.getField(String) too restrictive
7d87a893501 : 8135043: ObjectStreamClass.getField(String) too restrictive
604ec79f93c : 8135043: ObjectStreamClass.getField(String) too restrictive
2169a5eefd8 : 8073594: javac, before calling rawInstantiate from selectBest the warner should be cleared out
0c3e27483f7 : 8135203: javac, patch intended for an issue was pushed with wrong id and message
772ca1b431c : 8132806: javac does a naive implementation of some incorporation steps
404fc5caa85 : 8134974: 8130847 broken with loop predicates
8dd169a71f9 : 8135069: C2 replaces range checks by unsigned comparison with -1
6479241f4af : 8135252: IdealLoopTree::dump_head() prints negative trip count
3780022a876 : 8080999: MemoryPoolMXBean.getUsageThresholdCount() returns incorrect value
d67924dc8ef : 8132160: support for AVX 512 call frames and stack management
9f9739c1565 : 8132980: Improve stability of whitebox methods getCodeBlob and freeCodeBlob
9fbf1c5877f : 8134453: JAWS crashes in WindowsAccessBridge.DLL on 32 bit 8u60 running on 32 bit Win 7
4d731c395be : 8134453: JAWS crashes in WindowsAccessBridge.DLL on 32 bit 8u60 running on 32 bit Win 7
38cd45fa529 : 8134453: JAWS crashes in WindowsAccessBridge.DLL on 32 bit 8u60 running on 32 bit Win 7
c3c297dc54e : 8134453: JAWS crashes in WindowsAccessBridge.DLL on 32 bit 8u60 running on 32 bit Win 7
db9488b7c18 : 8029020: Check src/share/native/java/util/zip code for JNI pending exceptions
59330517b4c : 8029020: Check src/share/native/java/util/zip code for JNI pending exceptions
518c5cacbcb : 8135157: DMB elimination in AArch64 C2 synchronization implementation
e75f5a5cdea : 8135028: support for vectorizing double precision sqrt
61cfd94c6c9 : 8135176: Moving test from javax/swing/plaf/basic/BasicHTML/4960629 to test/javax/swing/plaf/basic/BasicHTML/4960629
9ce7c19d867 : 8135043: ObjectStreamClass.getField(String) too restrictive
ee0e15274da : 8074068: Cleanup in java.base/share/classes/sun/security/x509/
dcae300922a : 8074068: Cleanup in java.base/share/classes/sun/security/x509/
4130b71ce60 : 8133027: [Jigsaw] Test java/awt/PrintJob/Text/stringwidth.sh fails during compilation
c05fa375933 : 8132210: Reinforce JMX collector internals
36dd7094393 : 8134947: [macosx] Various memory leaks in Aqua look and feel
6fe33418696 : 8060027: Tests java/beans/XMLEncoder/Test4903007.java and java/beans/XMLEncoder/java_awt_GridBagLayout.java
3febcc8b758 : 8074068: Cleanup in java.base/share/classes/sun/security/x509/
43250a33e16 : 8135151: jjs should work in cygwin environment
8ccf075f78b : 7124238: [macosx] Font in BasicHTML document is bigger than it should be
dc25f760932 : 8133539: [TEST_BUG] Split java/awt/image/MultiResolutionImageTest.java in two to allow restricted access
d14949eff02 : 8135075: Reorder short-circuit tests in ApplySpecialization to run cheapest first
4fecd83d8e1 : 8135075: Reorder short-circuit tests in ApplySpecialization to run cheapest first
bb5c8037e71 : 8135075: Reorder short-circuit tests in ApplySpecialization to run cheapest first
d9d52a27f05 : 8080486: JNI exception pending in jdk/src/java.base/windows/native/libnet/DualStackPlainSocketImpl.c
2b3946c083c : 8135002: Fix or remove broken links in objectMonitor.cpp comments
bc2c12d19d2 : 8135002: Fix or remove broken links in objectMonitor.cpp comments
0fcb9ffe752 : 8065151: Support IdealGraphVisualizer in optimized build
005143e035b : 8135091: (fs) java/nio/file/Files/StreamLinesTest.java should test empty files
f17040fc65e : 7194452: Remove "Reverse" PKIX CertPathBuilder implementation
c1766983875 : 7194452: Remove "Reverse" PKIX CertPathBuilder implementation
2f2b4c27eeb : 8130875: Ucrypto library leaks memory when null output buffer is specified
953b4a3225b : 8087181: Move native jimage code to its own library (maybe libjimage)
40a4b9713b3 : 8135054: Add more samples to nashorn samples directory
f86242560f8 : 8135054: Add more samples to nashorn samples directory
cb025d0a9a4 : 8135054: Add more samples to nashorn samples directory
ab159bb1f78 : 8129114: Sjavac should stream back compiler output to the client as soon as it becomes available
559bf7ef6ee : 8135067: Preparatory refactorings for compiler control
d9e40f6803c : 8134420: sun/tools/jps/TestJpsClass fails with java.lang.RuntimeException: The line 'line 2' does not match pattern '^\\d+\\s+.*': expected true, was false
60cdefbf44b : 8134364: Add defensive copies to get/set methods for OCSPNonceExtension
a8cbc27bce4 : 8132082: Let OracleUcrypto accept RSAPrivateKey
227dff5f02c : 8134476: Broken Hyperlink in JDK 8 java.awt.Font javadocs
1ca92688c10 : 8135048: XSLT.java test fails after changes for JDK-8134984
7d308d2023b : 8132081: C2 support for Adler32 on SPARC
d7b8032741a : 8132081: C2 support for Adler32 on SPARC
20b11ddd88e : 8135035: Reverse changes from 8075093
32b3bd0b28a : Added tag jdk9-b80 for changeset 68c59ce3ed28
0e15d220c7c : Added tag jdk9-b80 for changeset 2bc845318e4b
3d3eb373002 : Added tag jdk9-b80 for changeset d6e71f67a221
7e0c2bfb345 : Added tag jdk9-b80 for changeset 56a580f0c008
853f5f52d3c : Added tag jdk9-b80 for changeset f194dcc2556d
22738ee63da : Added tag jdk9-b80 for changeset 6d09f17e30a9
da35f16dace : Added tag jdk9-b80 for changeset 20f5e1575704
8b980c42860 : Added tag jdk9-b80 for changeset 183cef6aab95
0d001c51ad2 : 8133647: (ch) Test java/nio/channels/AsynchronousSocketChannel/StressLoopback.java fails for Windows XP
182cceca112 : 8133647: (ch) Test java/nio/channels/AsynchronousSocketChannel/StressLoopback.java fails for Windows XP
1efc947d2ab : 8080948: [TEST_BUG] Few test cases are failing due to use of getPeer()
70993527eed : 8087292: nashorn should have a "fail-fast" option for scripting, analog to bash "set -e"
9098325d7ad : 8135014: logger.sh needs to handle commands with variable assignment prefixes
6047d89d1b1 : 8062618: Create a build failure summary at end of build log
fbafdbeb097 : 8130710: Better attributes processing
27637e4f7e5 : 8130710: Better attributes processing
be335f3af5d : 8130710: Better attributes processing
24742f7b1d2 : 8134984: Text files should end in exactly one newline
564b2c93374 : 8134982: Problem list TCKJapaneseChronology.java
d163e318ff0 : 8134682: Remove com.sun.java.accessibility from jdk/src/closed/java.base/share/conf/security/restricted.pkgs
71a35958dc2 : 8134973: Control flow exceptions should avoid filling stack trace
cd628ca85d6 : 8134973: Control flow exceptions should avoid filling stack trace
a81574746d0 : 8134973: Control flow exceptions should avoid filling stack trace
8ecc41e22a7 : 8134939: Improve toString method of Dynalink DynamicMethod objects
fe0ffa86984 : 8134939: Improve toString method of Dynalink DynamicMethod objects
dcc5af1d2d5 : 8134939: Improve toString method of Dynalink DynamicMethod objects
135e50563ad : 8133962: More general limits
5f182cae119 : 8133962: More general limits
16bdae5274a : 8133677: Specification of AudioFileReader should be clarifed
3f4fc39362d : 8134931: jdk.nashorn.internal.codegen.TypeMap should not use Map
ebf4dc0cc8d : 8134931: jdk.nashorn.internal.codegen.TypeMap should not use Map
e68e98e9e0f : 8134931: jdk.nashorn.internal.codegen.TypeMap should not use Map
a4b5e306884 : 8129789: implies() of ServicePermission and DelegationPermission underspecified
106a9bf4b92 : 8134930: Defer stack trace walking of NashornException for extracting line number and file name
38b84c3cbd3 : 8133801: sun/security/pkcs11/Provider/ConfigShortPath.java failed in jigsaw nightly at Windows
ac523a4082f : 8049237: Need new tests for X509V3 certificates
1a1b3f137b5 : 8134161: JVM is creating too many GC helper threads on T7/M7 linux/sparc platform
640f3d1c1aa : 8134161: JVM is creating too many GC helper threads on T7/M7 linux/sparc platform
934e6d6a4d1 : 8073644: Assertion in LambdaFormEditor.bindArgumentType is too strict
1e7de191fb6 : 8073644: Assertion in LambdaFormEditor.bindArgumentType is too strict
6814a6121a9 : 8081317: [NEWTEST] documented GC ratio tuning and new size options should be covered by regression tests
187c7c2b587 : 8132709: [TESTBUG] gc/g1/TestHumongousShrinkHeap.java might fail on embedded
c166f75b228 : 8135002: Fix or remove broken links in objectMonitor.cpp comments
be89d7204f4 : 8061999: Enhance VM option parsing to allow options to be specified in a file
f7631836151 : 8087181: Move native jimage code to its own library (maybe libjimage)
1d4ed72ab12 : 8130823: VerifyRememberedSets is an expensive nop in product builds
cf47fb3a231 : 8135012: Don't use G1RootProcessor when scanning remembered sets
83e4800c47d : 8134857: Inconsistency in maximum TLAB/PLAB size and humongous object size
1078a41a0f1 : 8133180: [TESTBUG] runtime/SharedArchiveFile/SharedStrings.java failed with WhiteBox.class : no such file or directory
9b12926ed8e : 8049304: race between VM_Exit and _sync_FutileWakeups->inc()
c091c7348ad : 8134972: [BACKOUT] GC: implement ranges (optionally constraints) for those flags that have them missing
8ebc8387ba7 : 8134806: Clean up write_ref_field_work
d0bb38889d9 : 8134856: Incorrect use of PLAB::min_size() in MaxPLABSizeBounds
62ccb0305af : 8133818: Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
fbfed13ec24 : 8134858: Remove G1 specific checking of Young/OldPLABSize in G1CollectorPolicy constructor
96823ab2113 : 8066443: Add G1 support for promotion event
dada9bc32c0 : 8129417: Oop iteration clean-up to remove oop_ms_follow_contents
72c1fe89b25 : 8134161: JVM is creating too many GC helper threads on T7/M7 linux/sparc platform
092ecab11f4 : 8081317: [NEWTEST] documented GC ratio tuning and new size options should be covered by regression tests
9e1818b72e7 : 8087181: Move native jimage code to its own library (maybe libjimage)
b803598d6a3 : 8134887: nashorn ant test configuration should disable assertion for LamdaFormEditor class
6a867ae5dfc : 8133196: HTTPS hostname invalid issue with InetAddress
47857b76c8c : 8133196: HTTPS hostname invalid issue with InetAddress
6e9cec0fd4b : 8133196: HTTPS hostname invalid issue with InetAddress
27a9e1bba8e : 8133196: HTTPS hostname invalid issue with InetAddress
63e164affa3 : 8133196: HTTPS hostname invalid issue with InetAddress
b6d2ff79bbd : 8133196: HTTPS hostname invalid issue with InetAddress
eae44af4a8f : 8133196: HTTPS hostname invalid issue with InetAddress
5176e1dbd74 : 8134865: Need to restore for container block from lexical context in finally
2af0ac7441e : 8134873: Implement support for ES6 numeric literals
b4782037f6a : 8064470: JNI exception pending in jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c
bfdf166abd6 : 8068901: Surprising behavior with more than one functional interface on a class 8068903: Can't invoke vararg @FunctionalInterface methods
f24e203bc7e : 8068901: Surprising behavior with more than one functional interface on a class 8068903: Can't invoke vararg @FunctionalInterface methods
5c04be35880 : 8068901: Surprising behavior with more than one functional interface on a class 8068903: Can't invoke vararg @FunctionalInterface methods
ee626f77ab9 : 8134738: Remove CollectorPolicy::Name
e3007b79add : 8076758: new StringBuilder().append(String).toString() should be recognized by OptimizeStringConcat
8f2026345cc : 8067341: Modify PLAB sizing algorithm to waste less
abdaade63f6 : 8132376: Add @requires os.family to the client tests with access to internal OS-specific API
783e0bf4bf3 : 8134721: NPE in SwingUtilities2.drawChars after JDK-6302464
c64313f69a6 : Added tag jdk8u66-b12 for changeset 2d5fd402ff85
54814b899b9 : Added tag jdk8u66-b12 for changeset 9b907b643021
0d295a38b28 : Added tag jdk8u66-b12 for changeset c4d2fb67761e
223ea995d72 : Added tag jdk8u66-b12 for changeset d068babd7ba8
4ea0e32f246 : Added tag jdk8u66-b12 for changeset b6ac3df1dfc0
1a48f365405 : Added tag jdk8u66-b12 for changeset 548a265f571d
3323733243b : Added tag jdk8u66-b12 for changeset 4d8c45bd3229
13bf2c90f1c : Added tag jdk8u66-b12 for changeset 151c16e70a83
1e0df55799d : Added tag jdk8u66-b12 for changeset eee92d6839e1
f0ff22dac97 : Added tag jdk8u66-b12 for changeset 76b03887e767
59d9ce2408d : Added tag jdk8u66-b12 for changeset 1809cb0a305b
08db0b999b5 : Added tag jdk8u66-b12 for changeset a53b3e17eb78
7679d085c10 : Added tag jdk8u66-b12 for changeset a47e8d5d7c27
cfbb2f18da2 : Added tag jdk8u66-b12 for changeset f67376178468
be55b1582f5 : Added tag jdk8u66-b12 for changeset 37a1844100ba
bf1dab8f997 : Added tag jdk8u66-b12 for changeset 488247ed62e9
fcd5a8824d9 : Added tag jdk8u65-b12 for changeset 4e3f88c61c35
935a56e1891 : Added tag jdk8u65-b12 for changeset ad475d36f5a3
9785456edbf : Added tag jdk8u65-b12 for changeset 3e4d39b0c8d3
eedad0591eb : Added tag jdk8u65-b12 for changeset fb5850a17041
9a5d461a2ae : Added tag jdk8u65-b12 for changeset eb96e8841f16
37cbb47b516 : Added tag jdk8u65-b12 for changeset 261b71f7a4ca
1eb7d4352ba : Added tag jdk8u65-b12 for changeset a65e1a695978
87e04fc2493 : Added tag jdk8u65-b12 for changeset 551444f798d7
a54a47375f3 : Added tag jdk8u65-b12 for changeset b4f387325749
8d9a607e727 : Added tag jdk8u65-b12 for changeset 73a59115c727
3223e705de7 : Added tag jdk8u65-b12 for changeset 62a7e1591571
bb0d279ce6f : Added tag jdk8u65-b12 for changeset bacf7634fdd1
ceef82106d0 : Added tag jdk8u65-b12 for changeset 685b335b8975
4c841853a2e : Added tag jdk8u65-b12 for changeset 048d664562bf
52ac8503804 : Added tag jdk8u65-b12 for changeset ead3445ad997
2274d2bff96 : Added tag jdk8u65-b12 for changeset 6071a39272f0
90b8fbcaba0 : 8134774: Need to backout partial fix for 8081297 from 9, 8u65, 8u66, 7u91
75b73134545 : 8134774: Need to backout partial fix for 8081297 from 9, 8u65, 8u66, 7u91
cf5132e887c : 8078555: GC: implement ranges (optionally constraints) for those flags that have them missing
15196341a5a : 8131330: G1CollectedHeap::verify_dirty_young_list fails with assert
2f46e61a833 : 8129962: Investigate performance improvements in langtools combo tests
ba746798538 : 8134031: Incorrect JIT compilation of complex code with inlining and escape analysis
965fbea021b : 8134031: Incorrect JIT compilation of complex code with inlining and escape analysis
ed9e8b9ff2d : 8134031: Incorrect JIT compilation of complex code with inlining and escape analysis
f10466290d6 : 8075093: Enable UseFPUForSpilling support on SPARC
16a8ed6f5cc : 8134898: Small fixes found during JVMCI work
ef62a6daabf : 8134869: AARCH64: GHASH intrinsic is not optimal
7ef7c96fde1 : 8134468: Lucene test failures with 32 bit JDK 9b78, Server compiler
7c7692856ad : 8134758: Final String field values should be trusted as stable
5f1384e8b4f : 8134007: Improve string folding
9404b65ba8c : 8133300: Ensure symbol table immutability in Nashorn AST
a50663d9f20 : 8134731: Function.prototype.apply interacts incorrectly with arguments
b9c400444e2 : 8134731: Function.prototype.apply interacts incorrectly with arguments
eb2b5771d2d : 8134731: Function.prototype.apply interacts incorrectly with arguments
7b6480cfa4e : 8134493: Cleaning inline caches of unloaded nmethods should be done in sweeper
b476482197c : 8130800: KeyStore.getInstance(File,char[]) does not throw IOE for null password
8960391f057 : 8133962: More general limits
e07007fd512 : 8147051: StaxEntityResolverWrapper should create StaxXMLInputSource with a resolver indicator
42eee1cd092 : Added tag jdk8u66-b11 for changeset 63c6f0f632fb
9d4e3b87047 : Added tag jdk8u66-b11 for changeset 9adbc5f9718c
7af278697bd : Added tag jdk8u66-b10 for changeset a8a50494a464
0e1156011fb : Added tag jdk8u66-b10 for changeset dd770a166b3f
d29ef0223bd : 4339584: Adding a getUI public method to JComponent
eefa394d7ca : 8076178: [macosx] Few open swing and awt reg-tests fail after their update to avoid SunToolkit.realSync
6d9c41eb7fa : Added tag jdk8u65-b11 for changeset f4ca01fa0f9f
76301f996cd : Added tag jdk8u65-b11 for changeset 1a37a983f30e
950e2f82409 : Added tag jdk8u65-b10 for changeset c6923b4e24f4
ae1a1800cf6 : Added tag jdk8u65-b10 for changeset 9f87caaf5f77
f6462e8628d : 8134686: Exclude sun/tools/jps/ tests
d7c1afb0109 : 8048601: Tests for JCE crypto ciphers (part 1)
93860316ae3 : 8049312: AES/CICO test failed with on several modes
23b1cde4191 : 8027575: b113 causing a lot of memory allocation and regression for wls_webapp_atomics
60414d3a40b : 8158495: CCE: sun.java2d.NullSurfaceData cannot be cast to sun.java2d.opengl.OGLSurfaceData
7b3ad66af04 : 8158072: Need a test for JDK-7172749
81d312ada2f : 8048601: Tests for JCE crypto ciphers (part 1)
4010f36480b : 8049312: AES/CICO test failed with on several modes
36ce2b53f74 : 8027575: b113 causing a lot of memory allocation and regression for wls_webapp_atomics
3c3d65a0cba : 8158495: CCE: sun.java2d.NullSurfaceData cannot be cast to sun.java2d.opengl.OGLSurfaceData
0c7ec0cb5de : 8158072: Need a test for JDK-7172749
3f1537d1978 : 8048601: Tests for JCE crypto ciphers (part 1)
ac3c7894986 : Added tag jdk8u65-b09 for changeset 5de28fb7c76d
8a565018eff : Added tag jdk8u65-b09 for changeset ab0746eff3b3
44c462ee50e : 8133987: (fs) Rename GnomeFileTypeDetector to GioFileTypeDetector
bcb0095020b : 8134678: Problem list SecurityManager/CheckPackageAccess.java
237449b3bdd : 8132725: Memory leak in Arguments::add_property function
8c84ecf088d : 8134603: Incorrect destination is used in CGLLayer surface
19015a5d33d : 8134583: sun.management.HotspotCompilation should handle absence of per-thread perf counters
ba6556326f3 : 8134408: Disable warnings for jdk libraries triggered by SS12u4
26b79e6c5c6 : 8134157: adlc fails to compile with SS12u4
6239649ec3c : 8134509: G1ParCopyClosure does not need a ReferenceProcessor
1dbf8f47614 : 8134456: jdk/test/java/lang/SecurityManager/CheckPackageAccess.java failing on several platforms
dc85deceade : 8134632: Mark javax/sound/midi/Devices/InitializationHang.java as headful
e6b269ec595 : 8131067: (zipfs) Zip File System Provider returns doubly-encoded Path URIs
72df63345b0 : Added tag jdk9-b79 for changeset ffea646fc05f
c1f646e04a8 : Added tag jdk9-b79 for changeset 8d067af302fd
f55de39d198 : Added tag jdk9-b79 for changeset 78117959e115
c45c4e90d2c : Added tag jdk9-b79 for changeset 421773f441c6
c247bcda0cd : Added tag jdk9-b79 for changeset 13967da712ff
75ced2d667a : Added tag jdk9-b79 for changeset 7a289da71811
ab1bc89d9a9 : Added tag jdk9-b79 for changeset a7e698aed0b7
2a670919a9c : Added tag jdk9-b79 for changeset 3a2debd4d023
7a83831c2b3 : 8134554: Add sound tests to tier 3
2f6a5f4af7e : 8133807: java.desktop docs: replace some invalid "@returns" tags
ec7659c972c : 8134504: Remove usage of EvacuationInfo from G1CollectorPolicy
35b2990d388 : 8134562: jjs history object should have methods to save/load history to/from given file and also allow reexecution of commands by a call
9b57d98aadc : 8134555: The InquireSecContextPermissionCheck.java test was mistakenly removed
0f5abfa0523 : 8077670: sun/security/krb5/auto/MaxRetries.java may fail with BindException
10afc2dfd2e : 8133646: Internal Error: x86/vm/macroAssembler_x86.cpp:886 DEBUG MESSAGE: StubRoutines::call_stub: threads must correspond
2a66a138c14 : 8134403: Nashorn react.js benchmark performance regression
9cf53b79555 : 8134403: Nashorn react.js benchmark performance regression
d883302b016 : 8134403: Nashorn react.js benchmark performance regression
8b882479737 : 8134521: Problem list failing java/beans/Introspector test
24bf4984686 : 8134520: Bug8134250 test fails in en_IE locale
804a447ee4c : 8133924: NPE may be thrown when xsltc select a non-existing node after JDK-8062518
3b19bff980e : 8134322: AArch64: Fix several errors in C2 biased locking implementation
2f6cf9d31eb : 8134458: Make sun/tools/jps tests non-concurrent with other tests
c177fba43e6 : 8051548: JColorChooser should have a way to disable transparency controls
66ae036b1ff : 8047226: closed/java/awt/Component/GetScreenLocTest/GetScreenLocTest.html clicks on Unity's tool bar
596f4448c56 : 8134484: disallow backquotes as heredoc end marker delimiters
7c4c37aad2d : 8134484: disallow backquotes as heredoc end marker delimiters
089307f2867 : 8134484: disallow backquotes as heredoc end marker delimiters
9dcbe322e0f : 8134288: compiler/runtime/6859338/Test6859338.java crashes in PhaseIdealLoop::try_move_store_after_loop
97577b084f4 : 8134483: A recent update to copyright headers caused two tests to fail
cf87bb08bd8 : 8073613: Here documents: how to avoid string interpolation?
54397999b69 : 8134403: Nashorn react.js benchmark performance regression
4dfbb320cd5 : 8073613: Here documents: how to avoid string interpolation?
bd0516ca1de : 8134403: Nashorn react.js benchmark performance regression
f6fe25800c2 : 8073613: Here documents: how to avoid string interpolation?
8942ef410f8 : 8134321: tools/pack200/Pack200Test.java crashes in the VM PIT jdk9 b79
8d0ebb66bdd : 8133671: langtools tests have bad license
9ee2b211f91 : 8131734: assert(!is_null(v)) failed: narrow klass value can never be zero with -Xshared:auto
791d62a37e6 : 8133939: javadoc clarification for java.sql.Date.toLocalDate
9073b652b3f : 8134356: {@code} tag contains &lt; and &gt; sequences
572aef810cd : 8133802: replace some <tt> tags (obsolete in html5) in security-libs docs
739a00037ee : 8133830: [solaris] Fix for potential memory leak in TimeZone_md.c, function findJavaTZ_md()
7e32d7a8b51 : 8134260: jjs in jre directory fails with "Could not find or load main class jdk.nashorn.tools.jjs.Main"
d2a3c517045 : 8134260: jjs in jre directory fails with "Could not find or load main class jdk.nashorn.tools.jjs.Main"
d2e6717c87c : 8134329: TeeOpTest.java fails across platforms after fix for JDK-8129547
e2861ee6066 : 8046768: com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently
5fafea73fac : 8166840: Synthetic bridge constructor in ArrayList$Itr blocks inlining
4ca92d565cc : 8152000: Java FlightRecorder does not run on Java 8 compact 3 profile since u65
9063f7b856b : 8165829: Android Studio 2.x crashes with NPE at sun.lwawt.macosx.CAccessibility.getAccessibleIndexInParent
2d1bf19041c : 8166747: Add invalid network / computer name cases to isReachable known failure switch
e3e0c0879db : 8155049: New tests from 8144566 fail with "No expected Server Name Indication"
443b3e7efaa : 8144566: Custom HostnameVerifier disables SNI extension
f8b033bed34 : 8165231: java.nio.Bits.unaligned() doesn't return true on ppc
ff9390b2467 : 8046768: com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently
4d68cb8cd50 : 8166840: Synthetic bridge constructor in ArrayList$Itr blocks inlining
3189239baf9 : 8152000: Java FlightRecorder does not run on Java 8 compact 3 profile since u65
8ef41b8dc89 : 8165829: Android Studio 2.x crashes with NPE at sun.lwawt.macosx.CAccessibility.getAccessibleIndexInParent
785d8d08f4f : 8166747: Add invalid network / computer name cases to isReachable known failure switch
c5bf782279e : 8155049: New tests from 8144566 fail with "No expected Server Name Indication"
1f69099cea1 : 8144566: Custom HostnameVerifier disables SNI extension
0f6a205957e : 8165231: java.nio.Bits.unaligned() doesn't return true on ppc
56908a47aab : 8046768: com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently
3672dbcddf8 : 8048318: Refactor sjavac as a thin client
98351414296 : 8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)
1734a60ae03 : 8134397: Features that require AWT, swing should handle headless mode properly
6fc15998eea : 8131921: Pluggable EventQueue in modular JDK
a4e75d9f122 : 8134381: load completion should not use swing from non UI thread
72e8f28d56c : 8075805: Crash while trying to release CompiledICHolder
f750dc80330 : 8134250: Create unit tests for CLDR unique features
e085f49adb7 : 8134239: compiler/arguments/CheckCICompilerCount.java still fails
d905ab3ec9e : 8133561: linux thread id should be reported in decimal in the error reports now
474e49a6bd0 : Added tag jdk8u66-b11 for changeset 24bf86f247bd
1fa4e1d82bb : Added tag jdk8u66-b11 for changeset a2b4cf35bfd2
31333905be5 : Added tag jdk8u66-b11 for changeset 462da3209df0
ff79584e90b : Added tag jdk8u66-b11 for changeset 6e8e309adc56
4af1a2699ae : Added tag jdk8u66-b11 for changeset c823b9fb4965
287171ed15e : Added tag jdk8u66-b11 for changeset 984f7d13b525
e0df14cc1d0 : Added tag jdk8u66-b11 for changeset 27d9002fa66d
91c74c1c835 : Added tag jdk8u66-b11 for changeset 1001a2f890f8
6a7cc9b8df3 : Added tag jdk8u66-b11 for changeset 30ece409ea1f
366022cd897 : Added tag jdk8u66-b11 for changeset 5905cdd3b30b
8c81ecd7abe : Added tag jdk8u66-b11 for changeset bb2001a561c9
3af37e84680 : Added tag jdk8u66-b11 for changeset 49b013f93333
176caa3d2e4 : Added tag jdk8u66-b11 for changeset 913e044e6af0
7223f7710ec : Added tag jdk8u66-b11 for changeset d1046e2ecab2
72c485c00f6 : Added tag jdk8u65-b11 for changeset 5bf9c00eb8dd
a00352c20b3 : Added tag jdk8u65-b11 for changeset 0932fe70b8c9
7eda37464c7 : Added tag jdk8u65-b11 for changeset 0914909f00bc
ab2b765be1b : Added tag jdk8u65-b11 for changeset 167dcf60f62e
3a54742a9c5 : Added tag jdk8u65-b11 for changeset f3052c499708
9b0b1cf3c81 : Added tag jdk8u65-b11 for changeset ea667012f557
c5ff0e51911 : Added tag jdk8u65-b11 for changeset c279d05a3737
e590c257f66 : Added tag jdk8u65-b11 for changeset 0c62d71b1c00
1180e011a75 : Added tag jdk8u65-b11 for changeset 2530dcb82934
f99b240caf6 : Added tag jdk8u65-b11 for changeset 054b77c41b89
abc6fc5191f : Added tag jdk8u65-b11 for changeset e03d0d575c84
8c4138ed517 : Added tag jdk8u65-b11 for changeset 9dd58259a920
67c320125a8 : Added tag jdk8u65-b11 for changeset 83bbfab36907
2874be52bea : Added tag jdk8u65-b11 for changeset da20a0d131d8
79e58cc0e57 : 8132786: java/security/cert/CertPathValidator/OCSP/AIACheck.java fails intermittently
494872e535a : 8133456: HeapRegionManager::shrink_by() iterates suboptimally across regions
472a3333a84 : 8067336: Allow that PLAB allocations at the end of regions are flexible
0d8920ff4ce : 8134309: load call argument completion could be done with file chooser
062a960fd61 : 8129547: Excess entries in BootstrapMethods with the same (bsm, bsmKind, bsmStaticArgs), but different dynamicArgs
d14c028db96 : 6302464: Allow programmatic enabling of subpixel anti-aliasing in Swing on ANY platform
3413347722a : 8134279: jjs should support multiple line input to complete incomplete code
b7e143e8f6d : 8073056: Repeating annotations throws java.security.AccessControlException with a SecurityManager
373f5906d40 : 8133785: SharedScopeCall should be enabled for non-optimistic call sites in optimistic compilation
b63af33cd20 : 8134150: Make Timing both threadsafe and efficient
6e0e719c2e4 : 8134126: 8u66 l10n resource file translation update 2
14b15364b9d : 8134126: 8u66 l10n resource file translation update 2
4470a2eefaa : 8134255: Implement tab-completion for java package prefixes and package names
71c94822c97 : 8134255: Implement tab-completion for java package prefixes and package names
49091ccf1da : 8133926: No frame icon for InternalFrame in Windows LaF
5b3adbd1d35 : 8134028: [PIT] XToolkit, strange behavior of robot.createScreenCapture(): looks like a native crash in X11/GTK
eb10d5455d6 : 8071291: Compiler crashes trying to cast UnionType to IntersectionClassType
34a96d01793 : 8071291: Compiler crashes trying to cast UnionType to IntersectionClassType
321ce034fcd : 8133948: Add 'edit' function to allow external editing of scripts
e13a9b243cd : 8133948: Add 'edit' function to allow external editing of scripts
2fdcbf527f7 : 8043937: Drop support for the IIOP transport from the JMX RMIConnector
e3654c8d0e8 : 8034179: Clean up nio genConstants
61522abf9c9 : 8138712: Backout JDK-8030829 and JDK-8136742 from 8u65, and 8u66 release
19417bfd215 : 8034179: Clean up nio genConstants
2bb93347b3b : 8138712: Backout JDK-8030829 and JDK-8136742 from 8u65, and 8u66 release
08765a55403 : Added tag jdk9-b78 for changeset 23662c20a442
b3b6d59e9ab : Added tag jdk9-b78 for changeset 5841c9337554
f635aa4437a : Added tag jdk9-b78 for changeset d014abca53b7
dda4b206617 : Added tag jdk9-b78 for changeset 5f6d9917598c
5c84b174ce3 : Added tag jdk9-b78 for changeset 11ac73b4eea0
41fbe64f354 : Added tag jdk9-b78 for changeset 7bf24ea31a4d
d030e0ee7da : Added tag jdk9-b78 for changeset 525d3550480f
8af729a7838 : Added tag jdk9-b78 for changeset 6e6ce42fc702
72ddd6cff77 : 8050460: JAAS login/logout tests with LoginContext
56de5acc828 : 8133897: IndexOutOfBounds exception being thrown
029c5bbc368 : 8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
6cb369c9036 : 8133951: Zero interpreter asserts in stubRoutines.cpp
c91c77abd22 : 8067339: PLAB reallocation might result in failure to allocate object in that recently allocated PLAB
041c76d48bb : 8073146: G1 merges thread local age tables too early with global age table
6cca258181c : 8040162: Avoid reallocating PLABs between GC phases in G1
4a849fb21c9 : 8133530: Add JFR event for evacuation statistics
7e07b0d76f8 : 8077270: Missed test data in the test on java.beans.BeanProperty
8e49701e7bf : 8067087: Fix mac-specific deprecation warnings in the java.desktop module
6ca16ee3b8f : 8132478: [tidy] three new warnings from java docs (java.net, javax.annotation)
10c33423319 : 8133842: aarch64: C2 generates illegal instructions with int shifts >=32
ada1a8eecdb : 8074821: Resolve disabled warnings for libnio
68703f6458d : 8130799: KeyStoreSpi.engineProbe does not throw the expected NullPointerException
0ade675b8b5 : 8073013: Add detailed information about PLAB memory usage
43a6ce61de2 : 8133470: Uses of Atomic methods in plab.hpp should be moved to .inline.hpp file
8c2da662ff2 : 8003237: G1: Reduce unnecessary (and failing) allocation attempts when handling an evacuation failure
9bc2e294054 : 8133825: Remove the class G1CollectorPolicyExt
6ad40faac5f : 8133821: Refactor initialization of the heap and the collector policy
513aa028512 : 8133537: clarify position of unlock options in error messages
656a9f516c6 : 8133872: Expression completion should work on contexts where an expression is accepted
3b888867cb0 : 8131339: [macosx] setMaximizedBounds() doesn't work for undecorated Frame
f32b9d19444 : 8132944: test java/lang/ClassLoader/GetSystemPackage.java writes stuff to Agent stdout
7706e361947 : 8072817: CardTableExtension kind() should be BarrierSet::CardTableExtension
33abd28183f : 8086002: Move apple.security.AppleProvider to a proper module
71cc6f510a9 : 8133808: Place java/lang/ProcessHandle/InfoTest.java on the Problem List
49fb91407d9 : 8134626: Misc cleanups after generation array removal
87b0df30ed4 : 8140802: Clean up and refactor of class loading code for CDS
3c41a37bd86 : 8133349: CMS: Assert failed: Ctl pt invariant
891a84dd0cd : 8017187: [TEST BUG] [macosx] After click "test",the case failed automatically with thrown exception in the log since jdk8b75
5899d6fbda6 : 8077168: CodeStoreAndPathTest.java fails in jtreg mode on Mac
b2a4dbc30a2 : 8130308: Too low memory usage in TestPromotionFromSurvivorToTenuredAfterMinorGC.java
3ff6e41288b : 8132478: [tidy] three new warnings from java docs (java.net, javax.annotation)
b7b1b2778cc : 8131969: jit/FloatingPoint/gen_math/Loops05 assert(2 <= size && size <= 16) failed: update low bits table
ef827906e93 : 8133984: print_compressed_class_space() is only defined in 64-bit VM
4d4cf68fd94 : 8132527: jimage tool extract and recreate options are not consistent (no NPE)
19a69d8cbfb : 8133812: identifier and member expression completion handling is not uniform
58cd1143982 : 8059743: Incorrect assumtion in javax\sound\midi\Gervill\SoftProvider\GetDevice.java
79b2be1f076 : 8133321: (tz) Support tzdata2015f
8f7e57929ed : 8133321: (tz) Support tzdata2015f
a9fb6ab8470 : 8133666: OperatingSystemMXBean reports abnormally high machine CPU consumption on Linux
65c74593517 : 8133777: Use file based persistence for history instead of preferences
07bcb7c6bfb : 8133777: Use file based persistence for history instead of preferences
0b57e794cd8 : 8029453: java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
2012c81a087 : 8029453: java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
266a73be019 : Added tag jdk8u66-b10 for changeset a4bfb074d29d
ca75e7e7f1a : Added tag jdk8u66-b10 for changeset 8e607907c952
6884b4f68d7 : Added tag jdk8u66-b10 for changeset 6eae9dd5d7a5
9bdbf14bf7b : Added tag jdk8u66-b10 for changeset 38111d9dad21
b03ad41c87f : Added tag jdk8u66-b10 for changeset 25bbdf5ca45d
3d8da03405a : Added tag jdk8u66-b10 for changeset 6dfbb2078db0
365b6168351 : Added tag jdk8u66-b10 for changeset 95a21f8e7e56
e77f0b75d4b : Added tag jdk8u66-b10 for changeset f1ccb86371d9
ed64c88dc93 : Added tag jdk8u66-b10 for changeset ba8b10219409
27ac1b206d6 : Added tag jdk8u66-b10 for changeset 66f320249f9f
287c71217aa : Added tag jdk8u66-b10 for changeset 919ad71f38a3
4c0b816e035 : Added tag jdk8u66-b10 for changeset 56487e68b93f
225a244361b : Added tag jdk8u66-b10 for changeset f57b7fa1e47b
8aa64ea203a : Added tag jdk8u66-b10 for changeset 81f4455ee79e
a67aa69d21a : Added tag jdk8u65-b10 for changeset ad35b58e80b4
b12c7ba8f2b : Added tag jdk8u65-b10 for changeset f492ff2aab3a
64f6057c049 : Added tag jdk8u65-b10 for changeset e9ef76b05ebe
6bbaebe2723 : Added tag jdk8u65-b10 for changeset dd8b1e99c7e3
6c1c8e03390 : Added tag jdk8u65-b10 for changeset d02e7415863c
d0407f18ecc : Added tag jdk8u65-b10 for changeset eeee21d78fe2
53863777627 : 8133748: Readjust b10 tags for 7u91, 8u65 to include localization changes
def81e05ffa : 8133748: Readjust b10 tags for 7u91, 8u65 to include localization changes
8127a8924fc : 8133748: Readjust b10 tags for 7u91, 8u65 to include localization changes
7a7753666ba : 8133748: Readjust b10 tags for 7u91, 8u65 to include localization changes
9c05b31a767 : 8133748: Readjust b10 tags for 7u91, 8u65 to include localization changes
9385583d3da : 8133748: Readjust b10 tags for 7u91, 8u65 to include localization changes
8e11697b179 : Added tag jdk8u65-b10 for changeset 4e34041cde94
a3772f0f591 : Added tag jdk8u65-b10 for changeset 46d5eb837c88
212c2c1072a : Added tag jdk8u65-b10 for changeset 2a6c2bcba519
be267fa2183 : Added tag jdk8u65-b10 for changeset 89a3a11f1f90
31e83e2a532 : Added tag jdk8u65-b10 for changeset 6935a885a3c6
4d8f889fd4f : Added tag jdk8u65-b10 for changeset aebc3f6a8f55
9471164b09d : Added tag jdk8u65-b10 for changeset b71e33437aeb
771b3dc6988 : Added tag jdk8u65-b10 for changeset db60e053b97f
bd56b579199 : Added tag jdk8u65-b10 for changeset ce89221037ac
53551bad5f2 : Added tag jdk8u65-b10 for changeset 5eb23a8b4400
1c2eef24597 : Added tag jdk8u65-b10 for changeset f07eef897764
635cd026ad6 : Added tag jdk8u65-b10 for changeset e03293aab893
8c194eb8847 : Added tag jdk8u65-b10 for changeset fff7e374b99c
d3756e358d9 : Added tag jdk8u65-b10 for changeset fa32925cdd97
e904de67ecf : 8133415: 8u66 l10n resource file translation update
f370308baad : 8133415: 8u66 l10n resource file translation update
39ebad7a291 : 8133415: 8u66 l10n resource file translation update
ef1f54d2768 : Added tag jdk8u66-b09 for changeset 847edf93c59a
32dc1cb30b6 : 8133415: 8u66 l10n resource file translation update
06902bfec6c : Added tag jdk8u66-b09 for changeset ca565f119121
d700bcb1a2f : 8133415: 8u66 l10n resource file translation update
e1f4a97c278 : 8133415: 8u66 l10n resource file translation update
e4667e50799 : 8133415: 8u66 l10n resource file translation update
dd980dcc677 : 8133415: 8u66 l10n resource file translation update
984c3edc161 : 8133357: 8u65 l10n resource file translation update
7acfe871b2b : 8133357: 8u65 l10n resource file translation update
277c55f6a8a : 8133357: 8u65 l10n resource file translation update
3ed09a7167f : 8133357: 8u65 l10n resource file translation update
7c30029b0be : 8133357: 8u65 l10n resource file translation update
e39699cae0b : 8133357: 8u65 l10n resource file translation update
783394b4f95 : 8133357: 8u65 l10n resource file translation update
bf7e6ed9d5b : 8133357: 8u65 l10n resource file translation update
894f976f307 : 6778087: getLocationOnScreen() always returns (0, 0) for mouse wheel events
a8ae0d78d86 : 8133695: Implement tab-completion for identifiers
0edc019938b : 8133669: Remove unused code in Arguments 8133455: VM ignores setting of the -XX:MemoryRestriction flag
c390eb1b70b : 8133321: (tz) Support tzdata2015f
5e34f12e24a : 8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
20d0bb4d38a : 8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
4445cbb273a : 8133553: Running with -XX:+UseParallelGC -XX:OldSize=30k crashes jvm
a45bb1ba66c : 8133652: Implement tab-completion for member select expressions
5455f89d522 : 8133652: Implement tab-completion for member select expressions
a00b32c8151 : 8133678: test fails due to 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
cd2d84c814f : 8132330: Ineffective SecureRandom usage in RSA encoding with PKCS1Padding
bef17a6e80a : 8039390: Unexpected behaviour of String.format with null arguments
67e6d1bad04 : 8133624: Move JDK-8055034.js and JDK-8130127.js to currently-failing directory to exclude from test run
ea7449a3adb : 8133480: replace some <tt> tags (obsolete in html5) in core-libs docs
1b8b82463e4 : 8131168: Refactor ProcessHandleImpl_*.c and add implememtation for AIX
7cc817742fa : 8133588: Place TimeoutLockLoops.java on the problem list
5d7b720b028 : Added tag jdk9-b77 for changeset 5bf57225d6fc
0bce0e49e15 : Added tag jdk9-b77 for changeset 9fdd8b175dc1
93691df899b : Added tag jdk9-b77 for changeset 59d4b73cb39a
8a19dd511d9 : Added tag jdk9-b77 for changeset c02e2d8c7f9f
bd2258414ae : Added tag jdk9-b77 for changeset 51926b23f437
053ddb237aa : Added tag jdk9-b77 for changeset f057c3f8e4d2
68d4e9ccf40 : Added tag jdk9-b77 for changeset 3cb9ab9c726d
c30f555733a : Added tag jdk9-b77 for changeset 05020a092c0f
10207de32f3 : 8065595: Wrong JNI_OnLoad called if just loaded lib does not have JNI_OnLoad function
c580b989e0f : 8133347: Add makefiles support and basic session, persistence history navigation with jline
d45350bdb17 : 8133347: Add makefiles support and basic session, persistence history navigation with jline
d37f9f40c9f : 8133347: Add makefiles support and basic session, persistence history navigation with jline
6b4c9350353 : 8133459: replace <tt> tags (obsolete in html5) in java.nio docs
48b997d5b3c : 8079769: tools/pack200/PackTestZip64.java may timeout at preparing the large test file
6084889152d : 8048624: Tests for SealedObject
c86001de5a9 : 8075286: Additional tests for signature algorithm OIDs and transformation string
734d50df705 : 8048624: Tests for SealedObject
30ac228fbf2 : 8075286: Additional tests for signature algorithm OIDs and transformation string
ec15b70de5b : 8048624: Tests for SealedObject
e23f5b0ffed : Added tag jdk8u60-b31 for changeset 6579f52062d8
6947f54a103 : Added tag jdk8u60-b31 for changeset 5743d0fa9cf5
e0d1f60f199 : Added tag jdk8u60-b31 for changeset af993c9c49d1
f42aed3fc8c : Added tag jdk8u60-b31 for changeset 595b39bff0a7
8551a9c7c80 : Added tag jdk8u60-b31 for changeset c7d1aa5d645c
eec382b51d7 : Added tag jdk8u60-b31 for changeset 931752cf81b8
5b2356583e8 : Added tag jdk8u60-b31 for changeset f346c26eca46
99551ddcad1 : Added tag jdk8u60-b31 for changeset 2d3099cc79ff
962de5a828e : Added tag jdk8u60-b31 for changeset d480f37012bc
d6339ca920e : Added tag jdk8u60-b31 for changeset ba7dd3c9ff84
7cef0214705 : Added tag jdk8u60-b31 for changeset 1d1630418f69
ed211561b57 : Added tag jdk8u60-b31 for changeset a9a7c48458b9
ea44d8d8801 : 8130929: Enable deployment tests in build system
6b0aff010f4 : 8133232: [fs] Regex has redundant | in the char class
5924c955007 : 8132539: (fs) Files.lines(path).collect() returns wrong value in JDK 9 with certain files
cdb7f50a4bc : 8133318: Exclude intermittent failing PKCS11 tests on Solaris SPARC 11.1 and earlier
c683f90b9ae : 8133188: docs: replace <tt> tags (obsolete in html5) for java.util
96413b5dac5 : 8078743: AARCH64: Extend use of stlr to cater for volatile object stores
4f5be2ee492 : 8133352: aarch64: generates constrained unpredictable instructions
1c9f1ea0999 : 8133935: aarch64: fails to build from source
0d7ee212ea1 : 8133625: src/share/vm/opto/compile.hpp:96: error: integer constant is too large for ‘long’ type
1e55e60cb17 : 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
df82d968345 : 8133599: Unsafe.getAndSetObject() is no longer intrinsified by c2
0baf2f7e8ab : 8130847: Cloned object's fields observed as null after C2 escape analysis
63a173e2c43 : 8019968: Reference CAS induces GC store barrier even on failure
784379f7a44 : 8077055: Allow other named SecurityPermissions, RuntimePermissions, and AuthPermissions to be used
f6c7ab65650 : 8131682: C1 should use multibyte nops everywhere
1104878b02a : 8133105: Fix getFinalAttributes() on Windows to handle more special cases
29a1cfdf2fc : 8133307: Missing files while changing packages of JAXP unittest
8a2078e8a3e : 8053906: javac is accepting a self-referencing variable initializer inside a lambda expression
eb790603374 : 8133287: (fs) java/nio/file/Files/probeContentType/ParallelProbes.java should use othervm mode
c32cc2b9670 : 8133231: Mark TimeoutLockLoops.java as failing intermittently
e3b1d09f1bb : Added tag jdk8u66-b09 for changeset adc5fbabd7f0
34b0857f760 : Added tag jdk8u66-b09 for changeset 2b020f7f9b33
4357032dc85 : Added tag jdk8u66-b09 for changeset 647c65041efd
de13fc480cc : Added tag jdk8u66-b09 for changeset 7169570efa7f
19763121f04 : Added tag jdk8u66-b09 for changeset 5ebd7f779a68
fe8c37af8ca : Added tag jdk8u66-b09 for changeset 39dba8f9537b
9b3a8935b10 : Added tag jdk8u66-b09 for changeset 0e022f53fbde
e1d51652ab8 : Added tag jdk8u66-b09 for changeset 42d3e0ef6544
39201e03a05 : Added tag jdk8u66-b09 for changeset 0fee440b8349
99835d70f24 : Added tag jdk8u66-b09 for changeset 08fc4e35c420
21b02982860 : Added tag jdk8u66-b09 for changeset 0e001ee4fd61
f0744fac276 : Added tag jdk8u66-b09 for changeset 89a02c42e3ff
4db077937c0 : Added tag jdk8u66-b09 for changeset 02c8d3b08420
af27b411fdf : Added tag jdk8u66-b09 for changeset 790b4ca81a3b
966fc670ee7 : 8133223: Clean up package handling code in JavadocTool
a0806c08f38 : Added tag jdk8u65-b09 for changeset 8b016a469280
56fd4ccedc8 : Added tag jdk8u65-b09 for changeset e25b9901eee9
a578c7ccfff : Added tag jdk8u65-b09 for changeset 99862930c7bc
a31f6d7ed9c : Added tag jdk8u65-b09 for changeset 1e0141b61d1b
76e85f7c409 : Added tag jdk8u65-b09 for changeset 0c6866f61b30
2d0e25c1ec4 : Added tag jdk8u65-b09 for changeset 952a01e2685d
90c117f6f57 : Added tag jdk8u65-b09 for changeset 16d765433b67
6a41a0c05e2 : Added tag jdk8u65-b09 for changeset c622b00bbafb
0da866691ac : Added tag jdk8u65-b09 for changeset 5e6bfe177a78
5c0cbcd1800 : Added tag jdk8u65-b09 for changeset 7331029f33e0
40d390dadd2 : Added tag jdk8u65-b09 for changeset 59409ebdbb45
fe9168c7cb8 : Added tag jdk8u65-b09 for changeset 75a6034057ec
3c17dc9032a : Added tag jdk8u65-b09 for changeset a69b6b770bce
d00af13b14b : Added tag jdk8u65-b09 for changeset eb58f8b5c3ee
aabba04bdac : 8132497: (fs) FileSystems.newFileSystem(URI, ..) doesn't handle UOE thrown by provider
645a55a98f4 : 8011858: Use Compile::live_nodes() instead of Compile::unique() in appropriate places
0785d3b5909 : 8132660: Change jaxp unit test package name to be different with jaxp api
de0713848b5 : 8076470: Remove the JVM TI hprof Agent
781b67580f8 : 8076470: Remove the JVM TI hprof Agent
27436603478 : 8076470: Remove the JVM TI hprof Agent
900dc0a49cd : 8129562: JDK 9 build using boot-jdk classes instead of newly compiled classes
d364e5d1916 : 8132892: Memory must be freed after calling Arguments::set_sysclasspath function
15b4d3eff9a : 8133222: [TESTBUG] Quarantine runtime/SharedArchiveFile/SharedStrings.java until the fix
e0803f5e68d : 8133207: ParallelProbes.java test fails after changes for JDK-8080115
7bcd9248db1 : Added tag jdk8u72-b00 for changeset 59e6acebfd40
915cfef33e1 : Added tag jdk8u72-b00 for changeset 401ec06ba970
1ddf0f8eb72 : Added tag jdk8u72-b00 for changeset e50e26f31f8a
7f63ebe872c : Added tag jdk8u72-b00 for changeset e0c56c30d8f3
87edd04838e : Added tag jdk8u72-b00 for changeset 254593dc7d4a
04f558d15d8 : Added tag jdk8u72-b00 for changeset 043b04a6ac51
fa1a94eeca7 : Added tag jdk8u72-b00 for changeset ace5a50e4b91
5201468f8a0 : Added tag jdk8u72-b00 for changeset 078601edca2f
f9a871bcdfb : Added tag jdk8u72-b00 for changeset 353281a276fe
2cc5a731348 : Added tag jdk8u72-b00 for changeset 2498982ba2a8
a20a5d591c0 : Added tag jdk8u72-b00 for changeset 8491d5c017de
fdaf7f61b83 : Added tag jdk8u72-b00 for changeset fcb0ca9c746c
3b1c504cf6a : Added tag jdk8u72-b00 for changeset 8bbe91647047
57cbd9e58b2 : Added tag jdk8u72-b00 for changeset d46d36739cc9
4f489580d7b : 8080401: Uninitialised variable in hotspot/src/os/solaris/dtrace/
6ee89e55d57 : 8033577: [parfait] warnings from b128 for hotspot/src/os/solaris/dtrace: Unportable format string argument mismatch
176e1beb018 : 8132708: Add tests for Humongous objects allocation threshold
f0c2f247935 : 8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
c6cfb3a7fdd : 8133042: Remove some direct accesses of G1Allocator to G1CollectedHeap members
bcca305c14c : 8078904: CMS: Assert failed: Ctl pt invariant
0ee85af4ecd : 8132551: Initialize local varibales before returning them in p11_convert.c
c16b4b76731 : 6858051: Create GC worker threads dynamically
af168abecc8 : 8155639: Remove STEP numbers from error reporting
d4a0000fdb1 : 8147039: Incorrect locals and operands in compiled frames
fd9f92e18de : 8150921: Update Unsafe getters/setters to use double-register variants
e9b0eedbc77 : 8156480: Quarantine compiler/jvmci/compilerToVM/ReadUncompressedOopTest.java
0588e8953c6 : 8156088: Reintegrate 8153892: Handle unsafe access error directly in signal handler instead of going through a stub
b9a10bbf8d7 : 8133044: [TESTBUG] CLDRDisplayNameTest uses deprecated API, fails
f6514bdd8ac : 8080252: java.util.Formatter documentation of %n converter is misleading
ba6e733ede2 : 8129633: (fs) Investigate removing the GNOME-based FileTypeDetector from the Linux and Solaris implementations
e2f7de320cb : 8133022: Instant.toEpochMilli() silently overflows
be08ff74075 : 8132855: Adjust tier 1 and 2 definitions for security-related intrinsics
360600731c1 : 8022224: Rare bug in JISAutodetect charset detected by FindDecoderBugs test
fb79330c95f : 8130891: (bf) More direct buffering
9619bb76067 : 8130891: (bf) More direct buffering
40bfc0c51bb : 8130891: (bf) More direct buffering
922301b33d8 : 8130891: (bf) More direct buffering
4fe952e032c : 8059054: Better URL processing
b752c497109 : 8131291: Perfect parameter patterning
09e7d5b8176 : 8130891: (bf) More direct buffering
7d323b68887 : 8059054: Better URL processing
5685a207e95 : 8131291: Perfect parameter patterning
7983a4235c2 : 8087342: Crash in klassItable::initialize_itable_for_interface
c595f6461c2 : 4379403: Need to disable the "magic AWT dump key" (CTRL+SHIFT+F1)
e9478f50f88 : 8133119: Error message associated with TypeError for call and new should include stringified Node
3050cc0e540 : 8133119: Error message associated with TypeError for call and new should include stringified Node
8d8c82f34ea : 8133119: Error message associated with TypeError for call and new should include stringified Node
c78487e7561 : 8133115: docs: replace <tt> tags (obsolete in html5) for java.util.logging, java.util.prefs, java.util.zip, java.util.jar
c1ef47c4276 : 8080108: [TEST_BUG] ERROR: No IPv6 address returned from platform
45eac190191 : Added tag jdk9-b76 for changeset c9b05353a293
f4914e45774 : Added tag jdk9-b76 for changeset 72b69ab429c9
59e0bcdf2cd : Added tag jdk9-b76 for changeset cd6f3c0376eb
ca7e63acc08 : Added tag jdk9-b76 for changeset 759a2264cea4
5efca1a6336 : Added tag jdk9-b76 for changeset f2d6d8d04628
09f03b7d457 : Added tag jdk9-b76 for changeset 275be672e934
b527ed6b763 : Added tag jdk9-b76 for changeset e6eb1f2fd18c
7fa425fd418 : Added tag jdk9-b76 for changeset 6a88e481dff2
f93a7de976f : 7124271: [macosx] RealSync test failure
9de97cfe33f : 8051626: Rework security restrictions of Java Access Bridge and related Utilities
0e680c10d5c : 8068749: Restrict javax.imageio.spi.ServiceRegistry to ImageIO types
03755fc9cbf : 8133514: Update NervousText demo to use java.version System property
3774d9b151d : 8132850: java.lang.ArrayIndexOutOfBoundsException during text rendering with many fonts installed
298ef6a50e3 : 8081764: [TEST_BUG] Test javax/swing/plaf/aqua/CustomComboBoxFocusTest.java fails on Windows, Solaris Sparcv9 and Linux but passes on MacOSX
5896a1bf4af : 8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url;class=java.net.URL flavor
565373e1bcf : 8132958: [TEST_BUG] Part 1: update client tests failing after changes in setAccessible(true) routine
ddcf7babced : 8131926: java/beans/SimpleBeanInfo/LoadingStandardIcons/LoadingStandardIcons.java failure with modular JDK
ae92e55c998 : 8133134: docs: replace <tt> tags (obsolete in html5) for java.desktop
23438be9c4f : 8014212: Robot captures black screen
f0f77d2b231 : 8075584: test for 8067364 depends on hardwired text advance
6af81451d17 : 8132550: java/util/logging/LoggingDeadlock2.java times out
31c72110179 : Added tag jdk8u51-b32 for changeset dccab0124dbe
84f62e36892 : Added tag jdk8u51-b32 for changeset f72e358e350f
846091bfb06 : Added tag jdk8u51-b32 for changeset 70d2a3441de5
b3313656697 : Added tag jdk8u51-b32 for changeset 2720420fa859
13c6e0b4b89 : Added tag jdk8u51-b32 for changeset 02a84b1c3c5b
55fe3432b61 : Added tag jdk8u51-b32 for changeset 040fab3096e6
bba4d71f9a6 : Added tag jdk8u51-b32 for changeset 91adc08c794e
81bb426f7a1 : Added tag jdk8u51-b32 for changeset ec939c584ba4
b0c8d83adaa : Added tag jdk8u51-b32 for changeset 5792ed1fae86
cbc6a9e4a73 : Added tag jdk8u51-b32 for changeset 879a7b96078c
6b04def38bf : Added tag jdk8u51-b32 for changeset 39d1f3806395
5b49bb36148 : Added tag jdk8u51-b32 for changeset f3fb2e9ebacc
9a98815656e : Added tag jdk8u51-b32 for changeset b5079e7f83c6
480ce030221 : Added tag jdk8u51-b32 for changeset bb2e760744ac
4ed78caa4a8 : Added tag jdk8u51-b32 for changeset e863a7823782
9e94917befd : Added tag jdk8u51-b32 for changeset eb94ee8b837d
c2d0a8dbd03 : 8133047: Rename G1ParScanThreadState::_queue_num to _worker_id
183850cec4d : 8133043: Clean up code related to termination stats printing
6e3ffb1aaed : 8073052: Rename and clean up the allocation manager hierarchy in g1Allocator.?pp
7d145a9a127 : 8133040: docs: replace <tt> tags (obsolete in html5) for java.management
321faa7346f : 8132468: docs: replace <tt> tags (obsolete in html5) for java.io, java.lang, java.math
cee2b1f54df : 8130887: com/sun/tools/sjavac/pubapi/PubApiTypeParam.java has no copyright header
e787253b192 : 8060245: update bsd version of jhelper.d to be in sync with the fix of 8009204 on solaris
924b4ad5ffd : 8080287: The image of BufferedImage.TYPE_INT_ARGB and BufferedImage.TYPE_INT_ARGB_PRE is blank
e3fa80802fb : 8075773: jps running as root fails after the fix of JDK-8050807
35c3f91bc8d : 8136561: Increment the build value to b24 for hs25.60 in 8u60-b32
706edbab282 : Added tag jdk8u60-b31 for changeset d590ca24b214
795a140bb9d : 8075773: jps running as root fails after the fix of JDK-8050807
b42db78894f : 8136561: Increment the build value to b24 for hs25.60 in 8u60-b32
00021f6483c : Added tag jdk8u60-b31 for changeset e56434a8ecc4
876e0590610 : 8075773: jps running as root fails after the fix of JDK-8050807
6b1bc3f4c9e : 8075773: jps running as root fails after the fix of JDK-8050807
95fb9da9de6 : 8075773: jps running as root fails after the fix of JDK-8050807
47dd02d8471 : 8130212: Thread::current() might access freed memory on Solaris
6072bc031ec : Added tag jdk8u60-b27 for changeset abf784c0ea24
473df5a1c21 : Added tag jdk8u60-b27 for changeset 96094a32577e
9948092a3bc : Added tag jdk8u60-b27 for changeset 1aeb0bae091b
f95c35253f8 : Added tag jdk8u60-b27 for changeset 6bbcafbe199a
6bc574ff78e : Added tag jdk8u60-b27 for changeset 757435c97237
7b76ebe5718 : Added tag jdk8u60-b27 for changeset 26eb83e216c7
610d5e1c739 : Added tag jdk8u60-b27 for changeset 21f350029e6b
8fe99836ec6 : Added tag jdk8u60-b27 for changeset cebacea9c0ae
983c8a2866b : Added tag jdk8u60-b27 for changeset 0a1d7cc9171d
8ddda2068ad : Added tag jdk8u60-b27 for changeset c3ce5c59818d
df286378364 : Added tag jdk8u60-b27 for changeset bdfcd1375e82
6e1c3f3736c : Added tag jdk8u60-b27 for changeset 1736d475854c
14bb5fe96c3 : Added tag jdk8u60-b27 for changeset 1e6a3fae2085
813901a3970 : Added tag jdk8u60-b27 for changeset 1879deaf175a
af22b3217ce : Added tag jdk8u60-b27 for changeset 77382330fa1f
738fb3ba96b : Added tag jdk8u60-b27 for changeset 9901da1395ea
e7f31340a0b : 8046321: OCSP Stapling for TLS
16655aecb07 : 8133060: Problem list BasicLauncherTest until fix for JDK-8132648 propagates
fed9b961cb7 : 8132566: [TESTBUG] add regression test for inherited classes with the new bean annotations
3513b815160 : 8132494: Wrong CLDR resource bundle names for legacy ISO language codes
418139cec18 : 8028618: [TEST BUG] javax/swing/JScrollBar/bug4202954/bug4202954.java fails
ff767bf9f9a : 8132877: docs: replace <tt> tags (obsolete in html5) for javax.naming
e6d9c734ec7 : 8132800: clarify stream package documentation regarding sequential vs parallel modes
8bfa163a682 : 8132306: java/lang/ref/ReferenceEnqueue.java fails with "RuntimeException: Error: poll() returned null; expected ref object"
beaf453de7f : Added tag jdk8u66-b08 for changeset 6742b4fde65f
e1ddc748e6e : Added tag jdk8u66-b08 for changeset e9b7354365dc
44aa5770a06 : Added tag jdk8u66-b08 for changeset 3c007eb7211b
cdba7750a04 : Added tag jdk8u66-b08 for changeset 413de54387ac
5f751eb5131 : Added tag jdk8u66-b08 for changeset 34be716f490d
bd3762a5f09 : Added tag jdk8u66-b08 for changeset 4bac44663e75
2ce71a91d7f : Added tag jdk8u66-b08 for changeset fa3871edf001
5b11f7eb9a1 : Added tag jdk8u66-b08 for changeset 0e1c50424fca
b31f32956d1 : Added tag jdk8u66-b08 for changeset 150b678aa742
7689e1ba879 : Added tag jdk8u66-b08 for changeset c7d2a42fa91b
09ca223b366 : Added tag jdk8u66-b08 for changeset 058a4d0ac906
21fcdce4391 : Added tag jdk8u66-b08 for changeset 02ee4eba75e5
92f948b0264 : Added tag jdk8u66-b08 for changeset 850097fec603
50d0492dcac : Added tag jdk8u66-b08 for changeset 8c55e4572ba2
c3bf77707a5 : Added tag jdk8u66-b08 for changeset 026f6813f375
b34aa82e8f3 : Added tag jdk8u66-b08 for changeset fcf04a615287
9c9b37de811 : 8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
9b98a06f7d4 : 8132648: sun/tools/jhsdb/BasicLauncherTest fails with java.lang.RuntimeException
0d46ebff8f4 : 8132969: C++11 requires a space between literal and identifier
82f9578bb38 : 8085919: OperatingSystemMXBean/TestTotalSwap.java failure : Total Swap Space figures mismatch
88da9bbb220 : 8073733: TypeError messages with "call" and "new" could be improved
78184efe40b : 8073733: TypeError messages with "call" and "new" could be improved
b2ad94c8e52 : 8073733: TypeError messages with "call" and "new" could be improved
de096038636 : 8131055: bean annotations: add a test checking if a user-defined BeanInfo is top-priority as compared with the annotations
4673cb217ea : 8132953: imageDecompressor.hpp should not include precompiled.hpp
b215a2b390f : 8132136: [PIT] RTL orientation in JEditorPane is broken
21330b8cf8a : 8130892: Test javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java fails in Solaris Sparcv9
fdb35180da0 : 8130400: Test java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java fails with ClassCastException
ca692610a35 : 8183504: 8u131 Win 10, issue with wrong position of Sogou IME popup
4716ddddb69 : 8154017: Shutdown hooks are racing against shutdown sequence, if System.exit()-calling thread is interrupted
58c562f030b : 8147542: ClassCastException when repainting after display resolution change
d8a206c71eb : 8189646: sun/security/ssl/SSLSocketImpl/SSLSocketCloseHang.java failed with "java.net.SocketTimeoutException: Read timed out"
7222ae6c9c9 : 8169424: src/share/sample/scripting/scriptpad/src/scripts/memory.sh missing #!
190c5348b41 : 8189789: tomcat gzip-compressed response bodies appear to be broken in update 151
2523a442eba : 8188855: Fix VS10 build after "8187658: Bigger buffer for GetAdaptersAddresses"
632703dcdcf : 8187658: Bigger buffer for GetAdaptersAddresses
087f9f7f489 : 8190258: (tz) Support tzdata2017c 8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
0d538a49dc3 : 8190690: Impact on krb5 test cases in the 8u-CPU nightly
707ce9089b4 : 8177721: Improve diagnostics in sun.management.Agent#startAgent()
e1a2192b95e : 8162530: src/jdk.management/share/native/libmanagement_ext/GcInfoBuilder.c doesn't handle JNI exceptions properly
75dcba91b80 : 8190280: [macos] Font2DTest demo started failing for Arabic range from JDK 8 u162 b01 on Mac
d4f392e90c9 : 8166772: Touch keyboard is not shown for text components on a screen touch
6847cc869cc : Added tag jdk8u172-b00 for changeset 495f67303ea5
c8ee5f03002 : 8130400: Test java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java fails with ClassCastException
7f8ae26661d : 8183504: 8u131 Win 10, issue with wrong position of Sogou IME popup
81c2d26308e : 8154017: Shutdown hooks are racing against shutdown sequence, if System.exit()-calling thread is interrupted
9f1bb7a5f19 : 8147542: ClassCastException when repainting after display resolution change
9329085fa67 : 8189646: sun/security/ssl/SSLSocketImpl/SSLSocketCloseHang.java failed with "java.net.SocketTimeoutException: Read timed out"
ce9013276e3 : 8169424: src/share/sample/scripting/scriptpad/src/scripts/memory.sh missing #!
174feebbf20 : 8189789: tomcat gzip-compressed response bodies appear to be broken in update 151
07c101a06b0 : 8188855: Fix VS10 build after "8187658: Bigger buffer for GetAdaptersAddresses"
06d2d2e35c8 : 8187658: Bigger buffer for GetAdaptersAddresses
63b471e854c : 8190258: (tz) Support tzdata2017c 8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
13d0ab45a6b : 8190690: Impact on krb5 test cases in the 8u-CPU nightly
38453df514a : 8177721: Improve diagnostics in sun.management.Agent#startAgent()
ab89bf4b99d : 8162530: src/jdk.management/share/native/libmanagement_ext/GcInfoBuilder.c doesn't handle JNI exceptions properly
6698b2d016b : 8190280: [macos] Font2DTest demo started failing for Arabic range from JDK 8 u162 b01 on Mac
f3752cd752d : 8166772: Touch keyboard is not shown for text components on a screen touch
88db11e46b7 : Added tag jdk8u172-b00 for changeset 2fbf2cbeb0b7
861ba88c865 : 8130400: Test java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java fails with ClassCastException
46b084bd8c7 : 8129881: JDK-8008577 breaks Nashorn test 8130845: Change to CLDR Locale data in JDK 9 b71 causes SimpleDateFormat parsing errors 8132125: German (Switzerland) formatting broken if CLDR Locale Data is used
9166dacb217 : 8129881: JDK-8008577 breaks Nashorn test 8130845: Change to CLDR Locale data in JDK 9 b71 causes SimpleDateFormat parsing errors 8132125: German (Switzerland) formatting broken if CLDR Locale Data is used
8dfd822c414 : 8080298: Clean up os::...::supports_variable_stack_size()
9bd3fad53c1 : 8132249: Clean up JAB debugging code
0d56bfddadd : 6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently
2ca788a9721 : 8131291: Perfect parameter patterning
4997952a0c7 : 6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently
abaec760cfe : 8131291: Perfect parameter patterning
965d7329f89 : Added tag jdk8u65-b08 for changeset f1a3be989c4f
a2de07b2100 : Added tag jdk8u65-b08 for changeset 2acf69ba730e
4606aa65225 : Added tag jdk8u65-b08 for changeset 4552143e1470
ffa52d7542c : Added tag jdk8u65-b08 for changeset 2fc09827d175
c110da30daa : Added tag jdk8u65-b08 for changeset 32295023cfed
035c0d3480e : Added tag jdk8u65-b08 for changeset 2b1201b17fa1
7578a092e4c : Added tag jdk8u65-b08 for changeset abff98cdd5b9
d412d5e1ed2 : Added tag jdk8u65-b08 for changeset 242644cfd480
21fb444ffda : Added tag jdk8u65-b08 for changeset 11851ce1095e
1d552b4da92 : Added tag jdk8u65-b08 for changeset 23659dc0222a
81d260bac0c : Added tag jdk8u65-b08 for changeset f383dcdb41f5
85be5b2ac3d : Added tag jdk8u65-b08 for changeset 11308dae6a85
076ae801d7a : Added tag jdk8u65-b08 for changeset f311a7fb800c
f61fa450acc : Added tag jdk8u65-b08 for changeset 11997401ed4b
685590270e9 : Added tag jdk8u65-b08 for changeset 74ef06b5c798
75ef23243ee : Added tag jdk8u65-b08 for changeset 612eae0ccfa1
594c515e827 : 8132652: Java_sun_nio_ch_Net_poll passes a long to an int
e4c4b49bdff : 8130339: Add tracing info to LowMemoryTest.java to help 8130339 diagnosis
16d8f98d09a : 8131915: CompletionFailure during import listing crashes javac
3b45c076803 : 8132209: DiagnosticCommandImpl.getNotificationInfo() may expose internal representation
2bf01467e3e : 8132876: Increase PerfDataMemorySize to 64K
bdc4e4d0450 : 8132875: AArch64: Fix error introduced into AArch64 CodeCache by commit for 8130309
26cd440c559 : 8132457: Unify command-line flags controlling the usage of compiler intrinsics
31e49478d4c : 8132111: Do not request for addresses for forwarded TGT
f2aa30e173e : 8131034: Cleanup in j.u.regex.Pattern.quote()
3efa371123b : 8132500: Add imageio test to tier 3
1b7884d8c17 : 8132801: Fix typo in javax.sql.RowSet.setBlob
824267a43a2 : 8132214: [TESTBUG] Create basic shared strings test for CDS archive
8c929948870 : 8132795: Bug ID accidentally omitted from top level regression test in fix for JDK-8065556
23bbde4ed5e : 8005226: java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails intermittently
b53098db98e : 8005226: java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails intermittently
8a369f2f2c9 : 8073078: java/nio/file/FileStore/Basic.java sensitive to NFS configuration
56a927013b6 : 8130274: java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal
6dbdc160b41 : 8132505: Signature of Java_sun_nio_ch_Net_socket0 should return jint not int
abd5c879c5a : 8129976: RunFinalizationTest.java times out frequently
71f82b9db5d : 8129215: com.sun.jmx.mbeanserver.Introspector may provide results inconsistent with the JavaBeans Introspector
c1cd222df94 : 8130850: Support loading a keystore with a custom KeyStore.LoadStoreParameter class
bc9c07ed475 : 8132704: [TESTBUG] jdk/internal/jimage/ExecutableTest.java incorrectly asserts all files to be executable
48e1903790c : 8132130: some docs cleanup
8856bacb178 : 8130828: Fix some typos and omissions in the the j.u.stream JavaDoc
791267a0961 : 6544871: java/awt/event/KeyEvent/KeyTyped/CtrlASCII.html fails from jdk b09 on windows
ae9ba69804a : 8130058: jaxp: Investigate removal of com/sun/org/apache/xalan/internal/xslt/Process.java
791c9bdc4da : 8132745: minor cleanup of java/util/Scanner/ScanTest.java
f04bff42c7f : 8062647: Wrong indentation of arguments of annotated methods
7355517868f : 8076339: Better handling of remote object invocation
941d0d02a00 : 8076339: Better handling of remote object invocation
a0824cf9eac : 8132705: Refactor SharedSecrets in sun.misc.JavaNetAccess
147432697b2 : Added tag jdk9-b75 for changeset 1e145ba49d48
82f65de0dd2 : Added tag jdk9-b75 for changeset 0513f1bb463b
06a61466b54 : Added tag jdk9-b75 for changeset 937747a8272f
5bd68c7b8cb : Added tag jdk9-b75 for changeset cab0727bdb53
388205c715d : Added tag jdk9-b75 for changeset 1e8d5755ae81
8ef9d290851 : Added tag jdk9-b75 for changeset 92bf039d8d46
d50b1ad84e4 : Added tag jdk9-b75 for changeset 60d41eeb0196
801515d5110 : Added tag jdk9-b75 for changeset 357a9a8ff41b
7e31b6a9003 : 6206439: JInternalFrame.setLayer(Integer layer) should throw NullPointerException when layer=null
46d78c85b4b : 8132459: ExceptionInInitializerError from 'java -version' on Linux under zh_CN.GB18030 locale
a1a2fc28ff4 : 8087350: Improve array conversions
150d97273ac : 8076339: Better handling of remote object invocation
a825fa46837 : 8087350: Improve array conversions
f0bef528284 : 8076339: Better handling of remote object invocation
ba74e8ecec5 : 8087350: Improve array conversions
fe93ec8b337 : 8087350: Improve array conversions
47bdec1c0e5 : 8059036: Implement Diagnostic Commands for heap and finalizerinfo
3b63ebf8307 : 8059036: Implement Diagnostic Commands for heap and finalizerinfo
5acd1101f7a : 8132382: [macosx] Crash during JMC or JavaFX execution when NSApplication is controlled by SWT or JavaFX libraries
663f10ee9b7 : 8132382: [macosx] Crash during JMC or JavaFX execution when NSApplication is controlled by SWT or JavaFX libraries
9f39d1674f9 : 8132382: [macosx] Crash during JMC or JavaFX execution when NSApplication is controlled by SWT or JavaFX libraries
7baee759699 : 8131742: Syntactically meaningless code accepted by javac
787325090c5 : 8129214: Access error when unboxing a primitive whose target is a type-variable in a different package
34ea5286e4f : 8081769: Redundant error message on bad usage of 'class' literal
98fb52479fd : 8130527: Serviceability tests fails with Can't attach to process
dfc226cfb6f : 8132123: MultiResolutionCachedImage unnecessarily creates base image to get its size
cf608b3cdbc : 8130478: Reconsider "awt.toolkit" property usage in java.awt.Toolkit getDefaultToolkit() method
4b348c9fec8 : 6661889: thread id on Linux is inconsistent in error and log outputs
fdbe749d2a3 : 8132242: LogTouchedMethods (8025692) asserts if TieredCompilation is off
308bdeece19 : Added tag jdk8u60-b26 for changeset d606bbfc3d00
ae4ef7e8619 : Added tag jdk8u60-b26 for changeset 775d6dcfa126
151dc0f7eba : Added tag jdk8u60-b26 for changeset a8914e68112a
2b46132091f : Added tag jdk8u60-b26 for changeset f7aa33e507a3
bd8a9e9940b : Added tag jdk8u60-b26 for changeset d014a461fa19
817b826649f : Added tag jdk8u60-b26 for changeset 831ddd182c8c
fe20e53cb55 : Added tag jdk8u60-b26 for changeset 3b58b2c0d66a
972a6ef0460 : Added tag jdk8u60-b26 for changeset 09006ea57abf
2fa39a14fc5 : Added tag jdk8u60-b26 for changeset cdea0a22768a
fea7696f39a : Added tag jdk8u60-b26 for changeset 9dc79f4f11f0
13439cf0271 : Added tag jdk8u60-b26 for changeset baef1318d34b
07bc967ca04 : Added tag jdk8u60-b26 for changeset 459148cb7461
c4e9f36c36c : Added tag jdk8u60-b26 for changeset 22b4147770fb
b1a6f9a1bb0 : Added tag jdk8u60-b26 for changeset fe3667f9de53
7c2500c27db : Added tag jdk8u60-b26 for changeset 46ebf359d8ef
e3d6ce4503c : Added tag jdk8u60-b26 for changeset 19dcaa9cfb34
dd994acfc07 : Added tag jdk8u66-b07 for changeset bf9905a57d15
3435073b7db : Added tag jdk8u66-b07 for changeset ac624d0fba53
a4f890c072a : Added tag jdk8u66-b07 for changeset 05a3c7bcac7b
022a4d21b5a : Added tag jdk8u66-b07 for changeset b89b413c67cf
bf112850a7b : Added tag jdk8u66-b07 for changeset f8c8d1ed396d
a3d6f5fca43 : Added tag jdk8u66-b07 for changeset f47dce4cd6d6
809dbb032ac : Added tag jdk8u66-b07 for changeset ab1556f42b88
14d1f8dc5f7 : Added tag jdk8u66-b07 for changeset 021ee680e726
c497e75293f : Added tag jdk8u66-b07 for changeset 3af07f14f361
975eb6a6d9c : Added tag jdk8u66-b07 for changeset d2f6bd5dc19d
b05decf8a3a : Added tag jdk8u66-b07 for changeset f26dfbae5926
2f6fe65152d : Added tag jdk8u66-b07 for changeset e599e4bb17ba
54a01082912 : Added tag jdk8u66-b07 for changeset 4670d7544bd0
8500285ad4c : Added tag jdk8u66-b07 for changeset 2cd2007da927
36131959383 : Added tag jdk8u66-b07 for changeset 9e5730cb15fa
dbb6ae6b897 : Added tag jdk8u66-b07 for changeset 1d60a80fde9b
21ba1347d1f : 8132042: Preserve layout presentation
4c5233da489 : 8132042: Preserve layout presentation
9305080e1c9 : 8132042: Preserve layout presentation
a293c5df016 : 8132042: Preserve layout presentation
02ea065175a : 8132042: Preserve layout presentation
c466ee0357a : 8130507: closed/java/awt/font/JNICheck/JNICheck.sh test reports some warnings
96b004cd826 : 8080289: Intermediate writes in a loop not eliminated by optimizer
f31f2f1ff29 : 8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
57d29ad661a : 8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
72e0832da6d : 8059054: Better URL processing
9ab68841def : 8130663: 6 fields can be static fields in Global class
f9ada29e2fe : 8130663: 6 fields can be static fields in Global class
81701c74095 : 8130307: improve Nashorn Javadoc target
071e35a12f8 : 8130307: improve Nashorn Javadoc target
e5138fb7864 : 8130059: jaxp: Investigate removal of com/sun/org/apache/xalan/internal/xslt/EnvironmentCheck.java
408e712d2b6 : Added tag jdk8u66-b02 for changeset e4249d1d4eed
e3467bc35a8 : Added tag jdk8u66-b02 for changeset dfa6a9d4d806
651e669ee38 : Added tag jdk8u66-b02 for changeset 54005cca5005
2083c04b6f3 : Added tag jdk8u66-b02 for changeset 3970531f2f7e
bbc425708c6 : Added tag jdk8u66-b02 for changeset 4732f95a9927
b7a84698312 : Added tag jdk8u66-b02 for changeset 8e45df251c05
8d2d7c4c2ec : Added tag jdk8u66-b02 for changeset 461670cfc60c
744e66caa4d : Added tag jdk8u66-b02 for changeset b3dbdc593370
cc0c6fc61cf : Added tag jdk8u66-b02 for changeset c34e7f3c8a72
cd4fbb041c7 : Added tag jdk8u66-b02 for changeset 7f8f2ecb4426
62ecb777eb1 : Added tag jdk8u66-b02 for changeset 6ab3e450aa76
a6f27e0458e : Added tag jdk8u66-b02 for changeset 33e04015e026
e7b6963a13c : Added tag jdk8u66-b02 for changeset 5895c6e7789d
911dd054caa : Added tag jdk8u66-b02 for changeset 2c21dd0c5b76
d30d40c7b5c : Added tag jdk8u66-b02 for changeset cb25a6c25f1a
6eeaadbf4c7 : Added tag jdk8u66-b02 for changeset 5fa3ff530bc8
5e745d9ef17 : 8013586: audioInputStream.close() does not release the resource 8130305: AudioSystem behavior depends on order that providers are located
7ecc2416293 : 8130735: javax.swing.TimerQueue: timer fires late when another timer starts
17903d15831 : 8025815: Child FileDialog of modal dialog does not get focus on Gnome
c25b61dc1d2 : 8130769: The new menu can't be shown on the menubar after clicking the "Add" button
422cd18f23d : 8130832: Extend the WhiteBox API to provide information about the availability of compiler intrinsics
b22c47c39c2 : 8130832: Extend the WhiteBox API to provide information about the availability of compiler intrinsics
b505b0e570a : 8132355: Incorrect guard block in HPkeysym.h, awt_Event.h
8d3026508af : 8130826: test writes file in test source directory
57ca07fad68 : 8131783: Put LowMemoryTest.java in quarantine
6e586e8a3b8 : 8132256: jaxp: Investigate removal of com/sun/org/apache/bcel/internal/util/ClassPath.java
3a315fb6ca8 : 8132092: Nashorn copyright has to be updated
bf2fe7dd8d5 : 8132092: Nashorn copyright has to be updated
d2fdc747552 : 8132092: Nashorn copyright has to be updated
1570c5e78dd : 8122944: perfdata used is seen as too high on sparc zone with jdk1.9 and causes a test failure
9a7441f204f : 8131105: Header Template for nroff man pages *.1 files contains errors
a13fe250b01 : 8130459: Add additional validation after heap creation
093ee9b6593 : 8079082: VerifyNoCSetOopsClosure is derived twice from Closure
4407ebe5933 : 8132374: AIX: fix value of os.version property
38cf263abdc : 8182402: Tooltip for Desktop button is in English when non-English locale is set
82441e15599 : 8157896: TestDSAGenParameterSpec.java test fails with timeout
4649a9e52da : 8137255: sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java timeouts intermittently
c5295dbb0aa : 8179086: java.time.temporal.ValueRange has poor hashCode()
8f78d59a0a1 : 6977426: sun/tools tests can intermittently fail to find app's Java pid
9257461531e : 8177414: Missing key events on Mac Os
4da361fb454 : 8181786: Extra runLater causes impossible states to be possible using javafx.embed.singleThread=true
3f5cde4091b : 8169961: Memory leak after debugging session
1775ea005f7 : 8185346: Relax RMI Registry Serial Filter to allow arrays of any type
76eef2e2c95 : 8159035: CTSMode.java test crashed due to unhandled case of cipher length value as 0
88e5c7e6f4b : 7124271: [macosx] RealSync test failure
774833e0431 : 8080504: [macosx] SunToolkit.realSync() may hang
d5e138cc2ec : 8074812: More specific error message when the .java_pid well-known file is not secure
f86c5f0ce2a : 4354680: Runtime.runFinalization() silently clears interrupted flag in the calling thread
70e461a5a65 : 6618335: ThreadReference.stop(null) throws NPE instead of InvalidTypeException
030cf99b87b : 8181419: Race in jdwp invoker handling may lead to crashes or invalid results
2821a02bc63 : 8147002: [macosx] Arabic character cannot be rendered on MacOS X
8b8c4c8c0c8 : 7162125: [macosx] A font has different behaviour for ligatures depending on its creation mod
4e337c6d160 : 8179423: 2 security tests started failing fom Jul CPU b05
04939961abf : 8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException
e10f6e53a4a : 8184673: Fix compatibility issue in AlgorithmChecker for 3rd party JCE providers
84640bae258 : 8078269: JTabbedPane UI Property TabbedPane.tabAreaBackground no longer works
4220bf3fdad : 8066185: VM crashed with SIGSEGV VirtualMemoryTracker::add_reserved_region
15ba41a7e88 : 8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
faddbc421a8 : 8182672: Java 8u121 on Linux intermittently returns null for MAC address
90613728d30 : Added tag jdk8u162-b00 for changeset a0e2a806b45e
2b83a6c92ed : 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
b33ac921f10 : 8172297: In java 8, the marshalling with JAX-WS does not escape carriage return
b203d4abd29 : 8132374: AIX: fix value of os.version property
eefe75cb5b5 : 8182402: Tooltip for Desktop button is in English when non-English locale is set
9d342456eb1 : 8157896: TestDSAGenParameterSpec.java test fails with timeout
82da8844a8a : 8137255: sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java timeouts intermittently
9f98b2dcfdc : 8179086: java.time.temporal.ValueRange has poor hashCode()
2e203727b55 : 6977426: sun/tools tests can intermittently fail to find app's Java pid
9872f9dc92e : 8177414: Missing key events on Mac Os
3d3ddb1b51c : 8181786: Extra runLater causes impossible states to be possible using javafx.embed.singleThread=true
83b49d8456b : 8169961: Memory leak after debugging session
c7613c2d7f8 : 8185346: Relax RMI Registry Serial Filter to allow arrays of any type
a7237e2cddd : 8159035: CTSMode.java test crashed due to unhandled case of cipher length value as 0
e36a70ed199 : 7124271: [macosx] RealSync test failure
73d3e4ddd65 : 8080504: [macosx] SunToolkit.realSync() may hang
226576cc7e2 : 8074812: More specific error message when the .java_pid well-known file is not secure
28b352fc635 : 4354680: Runtime.runFinalization() silently clears interrupted flag in the calling thread
6944401b46c : 6618335: ThreadReference.stop(null) throws NPE instead of InvalidTypeException
5881a516b75 : 8181419: Race in jdwp invoker handling may lead to crashes or invalid results
12f8f76132c : 8147002: [macosx] Arabic character cannot be rendered on MacOS X
db877e6b2fa : 7162125: [macosx] A font has different behaviour for ligatures depending on its creation mod
35c175da0a7 : 8179423: 2 security tests started failing fom Jul CPU b05
fa8126d409a : 8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException
23c0b698609 : 8184673: Fix compatibility issue in AlgorithmChecker for 3rd party JCE providers
12b94be8cbf : 8078269: JTabbedPane UI Property TabbedPane.tabAreaBackground no longer works
5effa467069 : 8066185: VM crashed with SIGSEGV VirtualMemoryTracker::add_reserved_region
ddc294c5ff1 : 8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
41db809e643 : 8182672: Java 8u121 on Linux intermittently returns null for MAC address
9fbca20dada : Added tag jdk8u162-b00 for changeset 2446b3583983
b4f135ae4fe : 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
fb8efdf8326 : 8172297: In java 8, the marshalling with JAX-WS does not escape carriage return
29a79fc1a35 : 8132374: AIX: fix value of os.version property
77ea8166047 : Added tag jdk8u65-b07 for changeset 75c0dd2fb817
eef7efd602c : Added tag jdk8u65-b07 for changeset 65d9b5c8845a
cdf71895b13 : Added tag jdk8u65-b07 for changeset 5eb8d43a6559
f65d3b19c98 : Added tag jdk8u65-b07 for changeset b653381c272e
78ffca1bc81 : Added tag jdk8u65-b07 for changeset e22286a9237a
a38ec1505bf : Added tag jdk8u65-b07 for changeset ee3986c141a5
4ff346f9eb0 : Added tag jdk8u65-b07 for changeset ad1b4a0ed852
869eb84d3c5 : Added tag jdk8u65-b07 for changeset d8aae21bf6cf
c34895e9f6a : Added tag jdk8u65-b07 for changeset 714764b49a8e
d150a644c83 : Added tag jdk8u65-b07 for changeset cd3fc3414d3c
51f42d5f8f8 : Added tag jdk8u65-b07 for changeset 6b752c3ba487
1cf9d006aca : Added tag jdk8u65-b07 for changeset 80fc1c372595
37e8c510259 : Added tag jdk8u65-b07 for changeset b6b5fd0ccd69
a3bc7b9ae2a : Added tag jdk8u65-b07 for changeset 769ec08e1994
de7342bcc99 : Added tag jdk8u65-b07 for changeset 952b4e3ca7b3
b040eba4d2b : Added tag jdk8u65-b07 for changeset e0b17c8fb363
5ab1b7ce9d3 : 8131343: Remove unused imports from hotspot/test/testlibrary/jdk/test/lib/*.java
f123b5dde0d : 8132305: fix incorrect title assignment in Nashorn JavaFX samples
b6bee08125e : 8048596: Tests for AEAD ciphers
7ebbdaab0aa : 8131782: C1 Class.cast optimization breaks when Class is loaded from static final
89e90cd763f : 8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds
b0c5ee05b9f : 8048232: Fix for 8046471 breaks PPC64 build
699b20f10b6 : 8046611: Build errors with gcc on sparc/fastdebug
f031546810d : 8046471: Use OPENJDK_TARGET_CPU_ARCH instead of legacy value for hotspot ARCH
eefd7828735 : 8145099: Better error message when SA can't attach to a process
d3559a06030 : 8144935: C2: safepoint is pruned from a non-counted loop
a530cac62d7 : 6869327: Add new C2 flag to keep safepoints in counted loops
223c5868a7f : 8065579: WB method to start G1 concurrent mark cycle should be introduced
4c491d3dec6 : 8129847: Compiling methods generated by Nashorn triggers high memory usage in C2
523e4b45b9b : 8131782: C1 Class.cast optimization breaks when Class is loaded from static final
3a582187a06 : 8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds
89d6dee2ed4 : 8048232: Fix for 8046471 breaks PPC64 build
02e5a68e89d : 8046611: Build errors with gcc on sparc/fastdebug
1dbcc6e649f : 8046471: Use OPENJDK_TARGET_CPU_ARCH instead of legacy value for hotspot ARCH
c4382a7fc5b : 8145099: Better error message when SA can't attach to a process
bbb59fd180c : 8144935: C2: safepoint is pruned from a non-counted loop
1d4b5a6d6dc : 6869327: Add new C2 flag to keep safepoints in counted loops
d9204f08b02 : 8065579: WB method to start G1 concurrent mark cycle should be introduced
3c22a0ea3ac : 8129847: Compiling methods generated by Nashorn triggers high memory usage in C2
c84e2e30f25 : 8132215: class InferenceContext should live in a separate file
81705a9e0ce : 8062849: Optimize EnumMap.equals
d02dfb7a3ae : 8077707: jdk9 b58 cannot run any graphical application on Win 8 with JAWS running
7cd090f2305 : 8065556: (bf) Buffer.position and other methods should include detail in IAE
8f15d5a0c2b : 8132335: jimage tool extract and recreate options are not consistent
adc5c44f587 : 8103675: Better Binary searches
1adc60fad38 : 8103675: Better Binary searches
62b9bedefb5 : 8103675: Better Binary searches
66241414e53 : 8103675: Better Binary searches
e6430f26741 : 8103675: Better Binary searches
86c8964df3c : 8131291: Perfect parameter patterning
cf7ea2f64e9 : 8132148: G1 hs_err region dump legend out of sync with region values
2df4f67054e : 8062938: sun/jvmstat/monitor/MonitoredVm/CR6672135.java: java.lang.IllegalArgumentException: Could not map vmid to user name
4496a599b21 : 8081695: Old verifier fails to reject bad access to protected <init> method
c7fd81acdef : 8086737: Add support for -release to Javadoc
ae988c96b31 : 8086737: Add support for -release to Javadoc
99f005b648c : 8132286: change 'InlineNotify' flag option from "product" to "diagnostic"
77edd5baad5 : 8087315: SIGBUS error in nsk/jvmti/RedefineClasses/StressRedefine
ea406828cef : 8082782: vm crash on StressRedefineWithoutBytecodeCorruption fails with assert(((Metadata*)obj)->is_valid()) failed: obj is valid
6c92ef20e68 : Added tag jdk9-b74 for changeset 1889ccd678ae
85e90ced97f : Added tag jdk9-b74 for changeset ca2d747bbf94
da9674501c8 : Added tag jdk9-b74 for changeset be41b3ebc712
eea9e42b519 : Added tag jdk9-b74 for changeset 63fb159920a7
039813143d4 : Added tag jdk9-b74 for changeset de28c7256c35
fb5d1a6ed64 : Added tag jdk9-b74 for changeset 5a6507bfdb55
e7a02beb563 : Added tag jdk9-b74 for changeset 7c5e7ba80fcd
57d1a3730d1 : Added tag jdk9-b74 for changeset 243b84f44954
d83e080bf46 : 8059038: Create new launcher for SA tools
21553775566 : 8059038: Create new launcher for SA tools
8cc8dd861a1 : 8132232: Signature mismatch between declaration and definition of PosixSemaphore::timedwait
6bdd576f741 : 8037371: [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
e066b6bf775 : 8037371: [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
fdc7b2e85ff : 8130006: java/lang/invoke/MethodHandles/CatchExceptionTest Fails
c005ae3ec0c : 8130676: [TESTBUG] aix: Port CreateCoreDumpOnCrash added in 8078121
781e67c86c0 : 8129897: Old verifier fails to reject erroneous cast from boolean[] to byte[]
1711478e990 : 8131752: [Regression] Test java/awt/GraphicsDevice/CheckDisplayModes.java fails
df4436eaf5f : 8078495: End time checking for native TGT is wrong
e8fbbb06093 : 8131752: [Regression] Test java/awt/GraphicsDevice/CheckDisplayModes.java fails
fd921228a8b : 8078495: End time checking for native TGT is wrong
1939adb9f17 : 8131907: Numerous threads lock during XML processing while running Weblogic 12.1.3
f0afdef03bd : 8131907: Numerous threads lock during XML processing while running Weblogic 12.1.3
ca0fd4b1fe2 : 8004687: G1: Parallelize object self-forwarding and scanning during an evacuation failure
57553520be1 : 8131319: Move G1Allocator::_summary_bytes_used back to G1CollectedHeap
4adc0fd91d3 : 8081760: Better group dynamics
66aa43bb002 : 8081760: Better group dynamics
0ee043751f5 : 8081760: Better group dynamics
4bd1661d213 : 8081760: Better group dynamics
5f06b60fa1d : 8131600: heapdump/JMapHeap EXCEPTION_ACCESS_VIOLATION
3d82fdcaad0 : 8130914: java/util/zip/TestExtraTime.java fails with "java.lang.RuntimeException: setTime should make getLastModifiedTime return the specified instant: 3078282244456 got: 3078282244455"
325d83e6893 : 8140802: Clean up and refactor of class loading code for CDS
31ffde05673 : 8066013: (prefs) Unused variable in src/java.prefs/share/classes/java/util/prefs/MacOSXPreferences.java
7e1ed8f785a : 8129361: ISO 4217 amendment 160
572e30db498 : 8132206: move ScanTest.java into OpenJDK
0dfdc19faa7 : 8027607: (rb) Provide UTF-8 based properties resource bundles
520ba7be6c4 : 8132475: The commands in the modular images are executable by the owner only (once again)
f6d83396214 : 8132408: Check os.name before os.version in SunGraphicsEnvironment constructor
47dbbc7b729 : 8075526: Need a way to read and write ZipEntry timestamp using local date/time without tz conversion
f40ba5b00a4 : Added tag jdk8u60-b25 for changeset d73cb4cb2cb9
98a6e20adf6 : Added tag jdk8u60-b25 for changeset ef942e0a09f8
ea52f792ddf : Added tag jdk8u60-b25 for changeset 63c7adef912d
92e3d0fa993 : Added tag jdk8u60-b25 for changeset b62b8ec48f0e
2bbc04c172f : Added tag jdk8u60-b25 for changeset 5163b41ebcc4
791a028e835 : Added tag jdk8u60-b25 for changeset 13d6791be1a3
5467b51e82a : Added tag jdk8u60-b25 for changeset afd3c0f00b7e
1ffdf40e57e : Added tag jdk8u60-b25 for changeset 45143ee1e4bd
fadc559822d : Added tag jdk8u60-b25 for changeset fc17ad170d87
108a2100496 : Added tag jdk8u60-b25 for changeset 092da5ae832a
204a3a6b9e9 : Added tag jdk8u60-b25 for changeset 018bd079bc65
d6df7f0ff0a : Added tag jdk8u60-b25 for changeset 122e8e8a753d
09051a1ea5a : Added tag jdk8u60-b25 for changeset f20d62ff2501
dcb870faf98 : Added tag jdk8u60-b25 for changeset bdbf253f57de
d721bbc234f : Added tag jdk8u60-b25 for changeset 7fa38ca3fe6b
2e2cea43fc7 : Added tag jdk8u60-b25 for changeset 83d3f2d17939
793dc7b0d26 : 8131907: Numerous threads lock during XML processing while running Weblogic 12.1.3
07e546574b5 : 8130938: Incomplete 8ux fix for 8071710: libfontmanager & t2k should link against headless awt on solaris
7b526e9accb : 8130938: Incomplete 8ux fix for 8071710: libfontmanager & t2k should link against headless awt on solaris
259aeb33992 : 8131675: EA fails with assert(false) failed: not unsafe or G1 barrier raw StoreP
c2a80c89176 : Added tag hs25.66-b03 for changeset b14540d5612a
1294a567e22 : Added tag hs25.66-b03 for changeset 3b7e54cca58e
dbdadd5e40d : 8130434: [TESTBUG] Harden TestLargePageUseForAuxMemory for more page size combinations
19857b164b7 : 8131761: Fix merge error adding code that was removed in 8077936
9ba9e4aecbd : 8129895: New verifier fails to reject erroneous cast from int[] to other arrays of small integer types
13be3a43746 : 8129971: TestStackTrace.java: ArrayIndexOutOfBoundsException thrown by AARCH64ThreadContext.setRegister
ef917cec152 : 8130031: Remove the intermittent keyword for this test
b66a26f3b10 : 8132094: Mark intermittently failuring core-svc tests
e0ae5e6391d : 8131142: late-bind check for testng.jar presence in Nashorn test execution
ecd527cd700 : 8131683: Delete fails over multiple scopes
717679c1694 : 8130931: Refactor CardTableModRefBS[ForCTRS]
24c0f4e471e : 8026324: hs_err improvement: Add summary section to hs_err file 8026333: hs_err improvement: Print GC Strategy 8026336: hs_err improvement: Print compilation mode, server, client or tiered
5d282f2e23d : 8079410: Hotspot version to share the same update and build version from JDK
446d290990e : 8079410: Hotspot version to share the same update and build version from JDK
9904cbbb048 : 8072116: Fix for 8071710 needs to be updated for build dependency checking
fe180efbbbd : 8072116: Fix for 8071710 needs to be updated for build dependency checking
1e2a3f72d1c : 8132003: Update javax/management regression test for Verona (versioning)
d5644aff561 : 8132059: com/sun/jdi/BreakpointTest.java fails with java.lang.IllegalArgumentException: Bad line number
c2255f8c9fc : 8075171: Contended Locking fast notify bucket
d7f565d9ebf : 8075171: Contended Locking fast notify bucket
f3d31d3866b : 8131062: aarch64: add support for GHASH acceleration
b6cfe54a646 : 8132010: aarch64: regression test fails compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnSupportedCPU.java
ae7cdb59723 : 8130858: CICompilerCount=1 when tiered is off is not allowed any more
88a6ccaaa29 : 8131782: C1 Class.cast optimization breaks when Class is loaded from static final
e81669d5dfd : 8131051: KDC might issue a renewable ticket even if not requested
7f9414bc111 : 8068761: Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException
41e72438332 : 8062728: [PIT] Test closed/... fails for Windows only
1564b678e79 : 8130390: Applet fails to launch on virtual desktop
3bc940fdaab : 8075785: The regression-swing case failed as colored text is not shown on disabled checkbox and radio button with the special options "-client -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsClassicLookAndFeel"
f38b5fcc147 : 8085948: [Regression] Few Swing, AWT and 2D case fails with Decoder isn't implemented for WingDings Charset error on Windows
6e48caf2507 : 8081734: ConcurrentHashMap/ConcurrentAssociateTest.java, times out 90% of time on sparc with 256 cpu
f9c408224b5 : 8076339: Better handling of remote object invocation
8b236a44de5 : 8129904: Add beans tests to tier 3
2ed744aa4c4 : Added tag jdk8u65-b06 for changeset 27b3cc6fbb9c
3bd1fe45833 : Added tag jdk8u65-b06 for changeset 9405d64d10c5
9b6943eb516 : Added tag jdk8u65-b06 for changeset 46034c06fa8c
a9b59bb081d : Added tag jdk8u65-b06 for changeset 7f0e2d2d6e82
676eea5ded9 : Added tag jdk8u65-b06 for changeset 7130c12e6aa5
d68ea12d44a : Added tag jdk8u65-b06 for changeset bd4bfda3e28e
070407d3c48 : Added tag jdk8u65-b06 for changeset 28aae1b465e8
52333b4a63d : Added tag jdk8u65-b06 for changeset f20302c61131
f6208a4805f : Added tag jdk8u65-b06 for changeset 690dc16a38cb
1f28a63a778 : Added tag jdk8u65-b06 for changeset d7fbe00ac421
1e642cacdf1 : Added tag jdk8u65-b06 for changeset cb7973fabe4a
8c3bfdc0f5e : Added tag jdk8u65-b06 for changeset 259ac163fcd3
5672fad27a3 : Added tag jdk8u65-b06 for changeset ac0e3ced9889
450a04a0237 : Added tag jdk8u65-b06 for changeset aebd8c7f6dac
e4a42ed3c07 : Added tag jdk8u65-b06 for changeset 7e165586774e
f1db27d3b8b : Added tag jdk8u65-b06 for changeset fe25f3011e75
3542628ec71 : 8130696: Security Providers need to have their version numbers updated for JDK 9
9c3251d1c91 : 8048353: jstack -l crashes VM when a Java mirror for a primitive type is locked
ba8b58dd5ee : 8048353: jstack -l crashes VM when a Java mirror for a primitive type is locked
87792de092f : 8048353: jstack -l crashes VM when a Java mirror for a primitive type is locked
b34c7cbc206 : 8048353: jstack -l crashes VM when a Java mirror for a primitive type is locked
6ab7533af10 : 8048353: jstack -l crashes VM when a Java mirror for a primitive type is locked
981dbca21aa : 8131486: SecureClassLoader key for ProtectionDomain cache also needs to take into account certificates
9866d4239de : 8131350: policytool can directly reference permission classes
d7cf63161f8 : 8131350: policytool can directly reference permission classes
29a5a845e97 : 8075658: Mark intermittently failuring core-svc tests
fb1eda46982 : 8037957: [TEST_BUG] javax/management/mxbean/LeakTest.java misses MerlinMXBean & TigerMXBean in @run build tag
978d434abf3 : 8131340: Varargs function is recompiled each time it is linked
244435704bc : 8131779: AARCH64: add Montgomery multiply intrinsic
b94f8b4caa6 : 8087110: [TESTBUG] Test javax/swing/JFileChooser/8002077/bug8002077.java fails
66f7dec313a : 8087110: [TESTBUG] Test javax/swing/JFileChooser/8002077/bug8002077.java fails
30fe2dde827 : 8087110: [TESTBUG] Test javax/swing/JFileChooser/8002077/bug8002077.java fails
e35ed64f246 : 8087110: [TESTBUG] Test javax/swing/JFileChooser/8002077/bug8002077.java fails
a9da78ecd7c : 8081760: Better group dynamics
8e0627b61b5 : 8066404: The case is failed automatically and thrown the "java.lang.IllegalStateException" exception
4c121563fb3 : 8131752: [Regression] Test java/awt/GraphicsDevice/CheckDisplayModes.java fails
e56a9c23932 : 8067093: Fix windows-specific deprecation warnings in the java.desktop module
0dea9d5c853 : 8130776: Remove EmbeddedFrame.requestFocusToEmbedder() method
9a85aed6c89 : 8074832: Resolve disabled warnings for libjsoundalsa
410e1bbe90e : 8074831: Resolve disabled warnings for libjsound
e8292406d9c : 8130937: Several methods in BeanProperty return null instead of boolean value
92a2288dcb4 : 8075297: Tests for RFEs 4515853 and 4745056
fd3db75c37f : 8075297: Tests for RFEs 4515853 and 4745056
a57b0dd1c8e : 8075297: Tests for RFEs 4515853 and 4745056
8d6eb32eeea : 8079301: Some command line options not settable via JAVA_TOOL_OPTIONS
84ff1787b7e : 8079825: Uninitialised variable in hotspot/src/share/vm & cpu/x86/vm (runtime)
c3bf5486aff : 8079301: Some command line options not settable via JAVA_TOOL_OPTIONS
4ae1cb2cd60 : 8130304: Inference: NodeNotFoundException thrown with deep generic method call chain
b0adb820165 : 8131735: closed/sun/security/ssl/SSLSessionImpl/RemovedPrivateKey.java is failing
417415498df : 8130952: test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed
ca909742802 : 8130952: test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed
378a65b853b : 8131665: Bad exception message in HandshakeHash.getFinishedHash
9ea570dcd85 : 8146725: Issues with SignatureAndHashAlgorithm.getSupportedAlgorithms
e08ebbdd088 : 8136442: Don't tie Certificate signature algorithms to ciphersuites
d94d620e266 : 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
e5a66512ce0 : 8146566: OpenJDK build can't handle commas in LDFLAGS
e7912d335fb : 8145539: (coll) AbstractMap.keySet and .values should not be volatile
430698173e8 : 8131665: Bad exception message in HandshakeHash.getFinishedHash
c2af84b1a1e : 8146725: Issues with SignatureAndHashAlgorithm.getSupportedAlgorithms
d313d5df27f : 8136442: Don't tie Certificate signature algorithms to ciphersuites
1780ae5dde3 : 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
0da68489755 : 8146566: OpenJDK build can't handle commas in LDFLAGS
cbec92eb874 : 8145539: (coll) AbstractMap.keySet and .values should not be volatile
d2ce08a27aa : 8131665: Bad exception message in HandshakeHash.getFinishedHash
7b228fdfec2 : 8131673: [TEST_BUG] add @modules to some OS X-specific regtests
6dc151b7986 : 8131628: new hotspot build - hs25.66-b03
6509038045d : 8131628: new hotspot build - hs25.66-b03
b73ef8ebc6a : 8131362: aarch64: C2 does not handle large stack offsets
c990dc18483 : Added tag hs25.66-b02 for changeset 4d3678fbc17f
d3bb6fab455 : Added tag hs25.66-b02 for changeset ce13263ae741
d9cbd23d508 : 8062543: Replace uses of MethodHandleImpl.castReference with Class.cast
538cbeb455a : Added tag jdk8u66-b01 for changeset f8cf80815c8f
e36beb22ba7 : Added tag jdk8u66-b01 for changeset f0e80cd8c434
eaed2d9be79 : Added tag jdk8u66-b01 for changeset ee6748c68c25
f3ba6e9ca27 : Added tag jdk8u66-b01 for changeset 8f872ab1ca66
911b19bb90e : Added tag jdk8u66-b01 for changeset 407d5dd0cd4f
87475b259a6 : Added tag jdk8u66-b01 for changeset d038711ed890
5835c884716 : Added tag jdk8u66-b01 for changeset 1332a3fe4179
5fc611387c1 : Added tag jdk8u66-b01 for changeset b40957b90071
65211d33683 : Added tag jdk8u66-b01 for changeset 245801b20188
f7eff190c73 : Added tag jdk8u66-b01 for changeset 797ca46732ff
f54d4d87d71 : Added tag jdk8u66-b01 for changeset 7d18828d49a9
d73dbe34772 : Added tag jdk8u66-b01 for changeset 40c0eaa7bd5d
a389749853d : Added tag jdk8u66-b01 for changeset 63eb361b843e
cf509da052f : Added tag jdk8u66-b01 for changeset 718b9a0d71f4
e14ee3e177d : Added tag jdk8u66-b01 for changeset f7f6b6e0315b
78f891ace9a : Added tag jdk8u66-b01 for changeset ba10c7aa0f94
2f1e97b9428 : Added tag jdk9-b73 for changeset 619db21ffc79
7fcf67c83fe : Added tag jdk9-b73 for changeset 53fd6459d92c
9a01d574421 : Added tag jdk9-b73 for changeset 8fc82d01db26
328238d3ae9 : Added tag jdk9-b73 for changeset 10a8368b188b
e296e4f8b80 : Added tag jdk9-b73 for changeset 9ae09ea4c318
fb274497a82 : Added tag jdk9-b73 for changeset 1459b46b5c27
e2061729de6 : Added tag jdk9-b73 for changeset 44abadee145b
32ca9bf47e6 : Added tag jdk9-b73 for changeset 3062efa7e556
558789b9d84 : 8074784: Additional tests for XML DSig API
6bd7772a30b : 8129306: Some new tests developed for JDK-8085979 fail in jdk9/cpu
b02b2c4d5b8 : 8131054: aix: fix two minor issues: large page size and hs_err printing
1bd70b71fc6 : 8131052: Documentation of AbstractSpliterator refers to forEach rather than forEachRemaining
ad601cca0c7 : 8131676: Fix warning 'negative int converted to unsigned' after 8085932
ae05bc036d8 : 8131483: aarch64: illegal stlxr instructions
1a3b0cca616 : 8131326: Enable CheckIntrinsics in all types of builds
2ae906ba4df : 8131039: after adding a function property to Object.prototype, JSON.parse with reviver function goes into infinite loop
392a65ff86a : 8131344: Missing klass.inline.hpp include in compiler files
70eeaa47352 : 8131166: Remove additional whitespace in G1Allocator
1aa0bf7daf8 : 8131140: Mark some tests from WhileOpStatefulTest.java and WhileOpTest.java as serialization hostile
4b8ff016209 : 8130402: Mark intermittently failing test: tools/pack200/PackTestZip64.java
26b5d4f29a1 : 8049814: Additional SASL client-server tests
69647878517 : 8131331: tmtools/jstack/locks/wait_interrupt and wait_notify fail due to wrong number of lock records
6384ca7b1f9 : 8025692: Log what methods are touched at run-time
c5765c28cee : 8131105: Header Template for nroff man pages *.1 files contains errors
265a00eb719 : 8131105: Header Template for nroff man pages *.1 files contains errors
094b5dc5d26 : Added tag jdk8u60-b24 for changeset 2c2d3365d5b9
16c99bd4751 : Added tag jdk8u60-b24 for changeset f144411004ce
f71e674236f : Added tag jdk8u60-b24 for changeset c58ad8b2ad0a
73c20a29a4a : Added tag jdk8u60-b24 for changeset 0718d1cb4ff1
b0e4093d0b5 : Added tag jdk8u60-b24 for changeset a4bc72cb5190
b2f986a3772 : Added tag jdk8u60-b24 for changeset 9e733e0681f6
5158ad3e636 : Added tag jdk8u60-b24 for changeset 49c098bbe7a1
66059cdcc02 : Added tag jdk8u60-b24 for changeset e847e73d1561
119d546aa24 : Added tag jdk8u60-b24 for changeset 863d68a0883a
55d38c9757a : Added tag jdk8u60-b24 for changeset 1c33e2538d55
b053a95607e : Added tag jdk8u60-b24 for changeset c4bc26789f14
7be60dc67c3 : Added tag jdk8u60-b24 for changeset 7816f0cf56ae
eb4fcd21a0f : Added tag jdk8u60-b24 for changeset 2845714b27ca
fb3c702c076 : Added tag jdk8u60-b24 for changeset ca8da37c53f7
9763a3d5c0c : Added tag jdk8u60-b24 for changeset 03dd52aa19e6
0bb7f293187 : Added tag jdk8u60-b24 for changeset bc52a94c0eba
0ee4830a944 : 8065570: (bf spec) ByteBuffer.slice() should make it clear that the initial order is BIG_ENDIAN
44db4a2bcba : 8131359: Correct the JTREG tags in java/security/KeyStore/PKCS12/MetadataStoreLoadTest.java test
ce283b13472 : 8080733: [TESTBUG] several runtime/ErrorHandling/* tests time out on Windows
9ba56436a11 : 8041787: Need new regressions tests for buffer handling for PBE algorithms
03788b946ad : 8129833: Need basic tests for rmic
ea58ca6a256 : 8130394: DatagramChannel tests need to be hardended to ignore stray datagrams
70e846dee88 : 8130078: Document better processing
9187c71ae80 : 8130078: Document better processing
0d0e594c95c : 8130078: Document better processing
ec25a393ef8 : 8130078: Document better processing
13a6fbe6c0a : 8048830: Implement tests for new functionality provided in JEP 166
73d1f73040f : 8131333: [TESTBUG] RedefineRunningMethodsWithResolutionErrors.java Improperly specified VM option 'TraceRedefineClasses=0x600'
01e7710183a : 8131588: new hotspot build - hs25.66-b02
aa913e686f1 : 8131333: [TESTBUG] RedefineRunningMethodsWithResolutionErrors.java Improperly specified VM option 'TraceRedefineClasses=0x600'
1fde9a27eba : 8131588: new hotspot build - hs25.66-b02
a5956d494cf : 8087110: [TESTBUG] Test javax/swing/JFileChooser/8002077/bug8002077.java fails
a3beb77c270 : 8131317: Image writer throws NPE when creating compact profile images
c5e7bbdd6c7 : 8131328: Restore demo/jvmti tests
a7e436f3dff : 8080953: [TEST_BUG]Test java/awt/FontClass/DebugFonts.java fails due to wrongly typed bugid
515dca5c8b8 : 8080932: [TEST_BUG] Test java/awt/BasicStroke/DashStrokeTest.java fails with Bad script error due to improper @run notation
8bc30fb3c80 : 8104574: Update tests to prepare for system class loader not be URLClassLoader
d25ebe4b03f : 8130185: More accessible access switch
02e9e0d7386 : 8130952: test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed
fec6974bfe7 : 8130185: More accessible access switch
ca78e77f05d : 8130952: test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed
e8d341671b1 : 8130877: (process) java/lang/ProcessHandle/TreeTest test3 failure - Destroyed process.isAlive
64b36f8f636 : 8032446: Support Unicode 7.0.0 in JDK 9 8130889: Missing "@since 1.8" tags in j.l.Character.java
85a56be3519 : 8130185: More accessible access switch
8477d88b817 : 8078099: (process) ProcessHandle should uniquely identify processes 8078108: (process) ProcessHandle.isAlive should be robust
7b58767f2bf : 8129344: (process) ProcessHandle instances should define equals and be value-based
f570f46d3b8 : 8131184: Add test sun/security/pkcs11/rsa/TestKeyPairGenerator.java to the problem list
3b93cc19120 : 8131182: Increment minor version of HSx for 8u71 and initialize the build number
de92686dbff : 8131182: Increment minor version of HSx for 8u71 and initialize the build number
f071a419145 : Added tag jdk8u71-b00 for changeset 3f9519568b71
244d2230402 : Added tag jdk8u71-b00 for changeset fc298af73fab
2a2c388486c : Added tag jdk8u71-b00 for changeset 3e8e5eec8e06
467d07b529c : Added tag jdk8u71-b00 for changeset 16cb61c493a2
cbf9646bec4 : Added tag jdk8u71-b00 for changeset 27b318d45af9
8081ae889bc : Added tag jdk8u71-b00 for changeset a0741add9577
28c831f3ca1 : Added tag jdk8u71-b00 for changeset 824954935ef5
de38908d8e5 : Added tag jdk8u71-b00 for changeset 3b893f7d04ec
1118ad4071f : Added tag jdk8u71-b00 for changeset c92ec73b2bcc
86b54f98520 : Added tag jdk8u71-b00 for changeset 6bafcf30ab5b
0b6ee61638d : Added tag jdk8u71-b00 for changeset 7c25880bcbea
cde9fe4fee1 : Added tag jdk8u71-b00 for changeset c2681f18f5a4
e37a2a80cf6 : Added tag jdk8u71-b00 for changeset c80ca92d4b01
a2175285f1c : Added tag jdk8u71-b00 for changeset 1d9770ad2f0a
adf9cffca56 : 8130242: DataFlavorComparator transitivity exception
01e2a84382f : 8076387: Better CORBA value handling
295c9eb7517 : 8076387: Better CORBA value handling
57aed0d5de7 : 8076387: Better CORBA value handling
06112a78627 : 8076387: Better CORBA value handling
47bb8445c1a : 8076387: Better CORBA value handling
2a4f18ccbde : 8085932: Fixing bugs in detecting memory alignments in SuperWord
b063fde5045 : 8131128: Merge error in jprt.properties leads to missing devkit argument
65b7ad5fb71 : 8076392: Improve IIOPInputStream consistency
246f92540a4 : 8076392: Improve IIOPInputStream consistency
6837e394077 : 8076392: Improve IIOPInputStream consistency
47561757602 : 8076392: Improve IIOPInputStream consistency
7c9f679ed8f : 8076392: Improve IIOPInputStream consistency
c4bd6881eaa : 8130041: TsacertOptionTest.java intermittently fails on Mac
796976fe6d2 : 8163889: [macosx] Can't print from browser on Mac OS X
39703abfe05 : 8168751: Two "Direct Clip" threads are created to play the same "AudioClip" object, what makes clip sound corrupted
37b387d997b : 8162796: [macosx] LinearGradientPaint and RadialGradientPaint are not printed on OS X
ff436804590 : 8040635: [macosx] Printing a shape filled with a texture doesn't work under Mac OS X
9fdd7b852e0 : 8157665: ProblemList.txt needs to be updated as 7041639 closed
512f2367cee : 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked
4ee2d8b47c6 : 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
762183e069d : Added tag jdk8u152-b00 for changeset bb89d5dfc98d
8d0204a7728 : 8146086: Publishing two webservices on same port fails with "java.net.BindException: Address already in use"
1f02dc5dd7a : 8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
6e47846392e : 8169112: java.lang.VerifyError: (class: GregorSamsa, method: template-bash signature: (LGregorSamsa8;)V) Register 10 contains wrong type
a97f156c90d : 8150490: Update OS detection code to recognize Windows Server 2016
d07365a3929 : 8165717: [macosx] Various memory leaks in jdk9
4e042931c1f : 8157561: Ship the unlimited policy files in JDK Updates
eae427a4316 : 8166432: Bad 8u112 merge of sun/security/tools/jarsigner/warnings/Test.java
5d72db03952 : 8169229: RSAClientKeyExchange debug info is incorrect
8abf595dc55 : 8156723: JVM crash at sun.java2d.windows.GDIBlitLoops.nativeBlit
33b6573be61 : 8139189: VK_OEM_102 dead key detected as VK_UNDEFINED 8160623: [PIT] Exception running java/awt/event/KeyEvent/KeyChar/KeyCharTest.java
500780c2a05 : 8168405: Pending exceptions in java.base/windows/native
79f348c8a27 : 8152981: Double icons with JMenuItem setHorizontalTextPosition on Win 10
5d8a2cd326e : 8075516: Deleting a file from either the open or save java.awt.FileDialog hangs
dee7f1e4a2a : 8170316: (tz) Support tzdata2016j
f2c49a75e56 : 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
84a6fd13c67 : 8169589: [macosx] Activating a JDialog puts to back another dialog
36518205080 : 8035568: [macosx] Cursor management unification
95f6ca6f907 : 8164908: ReflectionFactory support for IIOP and custom serialization
89d4c54d823 : 8132209: DiagnosticCommandImpl.getNotificationInfo() may expose internal representation
e312b21d9ba : 8170465: JNI exception pending in jni_util.c:190 8170466: JNI exception pending in jni_util.c:190
b58ab29091a : 8145207: [macosx] JList, VO can't access non-visible list items
f61254e6bd0 : 8076554: [macosx] Custom Swing text components need to allow standard accessibility
6f063e903e9 : 8169355: Diacritics input works incorrectly on Windows if Spanish (Latin American) keyboard layout is used
881a71fa28b : 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found
15c5e3d6506 : 8170278: ticket renewal won't happen with debugging turned on
01f5b38be12 : 8140525: AwtFrame::WmShowWindow() may steal focus
21dedc7f3e2 : 8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304
921d070c3f1 : 8169865: Downport minor fixes in java.net native code from JDK 9 to JDK 8
c29d997ca18 : 8022291: Mac OS: Unexpected JavaLaunchHelper message displaying
2d6bc3c8af2 : 7172652: With JDK 1.7 text field does not obtain focus when using mnemonic Alt/Key combin
19f10ef972c : 8160024: jdb returns invalid argument count if first parameter to Arrays.asList is null
39001194265 : 8169191: (tz) Support tzdata2016i
199750bcd20 : 8145952: ISO 4217 amendment 161 8164784: ISO 4217 amendment 162
8feece831a9 : 8038075: JNI warnings in jdk/src/share/native/sun/misc/VMSupport.c
8d808e8af1d : 8080486: JNI exception pending in jdk/src/java.base/windows/native/libnet/DualStackPlainSocketImpl.c
cce7c42a84f : 8064470: JNI exception pending in jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c
4d842d180f3 : 8130041: TsacertOptionTest.java intermittently fails on Mac
ffa4ae28c04 : 8163889: [macosx] Can't print from browser on Mac OS X
fc338e01bf5 : 8168751: Two "Direct Clip" threads are created to play the same "AudioClip" object, what makes clip sound corrupted
8c7262f3174 : 8162796: [macosx] LinearGradientPaint and RadialGradientPaint are not printed on OS X
96c59f1497e : 8040635: [macosx] Printing a shape filled with a texture doesn't work under Mac OS X
b1a745ed3e4 : 8157665: ProblemList.txt needs to be updated as 7041639 closed
958f0780d1f : 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked
aec5d7380e2 : 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
c16076b8ca7 : Added tag jdk8u152-b00 for changeset f731bcf41880
38e0145f990 : 8146086: Publishing two webservices on same port fails with "java.net.BindException: Address already in use"
f9b7d55c321 : 8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
60506cf6e85 : 8169112: java.lang.VerifyError: (class: GregorSamsa, method: template-bash signature: (LGregorSamsa8;)V) Register 10 contains wrong type
f33baaa2e6d : 8150490: Update OS detection code to recognize Windows Server 2016
3036d8d62c9 : 8165717: [macosx] Various memory leaks in jdk9
ab87246d6b4 : 8157561: Ship the unlimited policy files in JDK Updates
15c3667a0d6 : 8166432: Bad 8u112 merge of sun/security/tools/jarsigner/warnings/Test.java
0d43e0e63d6 : 8169229: RSAClientKeyExchange debug info is incorrect
37cafe34bd8 : 8156723: JVM crash at sun.java2d.windows.GDIBlitLoops.nativeBlit
902b7d195c1 : 8139189: VK_OEM_102 dead key detected as VK_UNDEFINED 8160623: [PIT] Exception running java/awt/event/KeyEvent/KeyChar/KeyCharTest.java
02e690a63dd : 8168405: Pending exceptions in java.base/windows/native
09d3b5a9f90 : 8152981: Double icons with JMenuItem setHorizontalTextPosition on Win 10
4753186813e : 8075516: Deleting a file from either the open or save java.awt.FileDialog hangs
8234bdc2451 : 8170316: (tz) Support tzdata2016j
c2f4878bcaa : 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
b9a419a598a : 8169589: [macosx] Activating a JDialog puts to back another dialog
e1350aa37c9 : 8035568: [macosx] Cursor management unification
454176b2378 : 8164908: ReflectionFactory support for IIOP and custom serialization
fc863f33add : 8132209: DiagnosticCommandImpl.getNotificationInfo() may expose internal representation
35fecbfc671 : 8170465: JNI exception pending in jni_util.c:190 8170466: JNI exception pending in jni_util.c:190
b3efc3fd2eb : 8145207: [macosx] JList, VO can't access non-visible list items
e15df5ab182 : 8076554: [macosx] Custom Swing text components need to allow standard accessibility
ff916840c45 : 8169355: Diacritics input works incorrectly on Windows if Spanish (Latin American) keyboard layout is used
c977b3c2044 : 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found
c49bb601048 : 8170278: ticket renewal won't happen with debugging turned on
6e806a21af6 : 8140525: AwtFrame::WmShowWindow() may steal focus
b68867f7de3 : 8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304
d6ef2edf981 : 8169865: Downport minor fixes in java.net native code from JDK 9 to JDK 8
4cf3db14ae9 : 8022291: Mac OS: Unexpected JavaLaunchHelper message displaying
c7a87ca7908 : 7172652: With JDK 1.7 text field does not obtain focus when using mnemonic Alt/Key combin
41a0ca166e9 : 8160024: jdb returns invalid argument count if first parameter to Arrays.asList is null
11195b0973e : 8169191: (tz) Support tzdata2016i
7ab306f9239 : 8145952: ISO 4217 amendment 161 8164784: ISO 4217 amendment 162
58578b62c09 : 8038075: JNI warnings in jdk/src/share/native/sun/misc/VMSupport.c
ff90205a9f0 : 8080486: JNI exception pending in jdk/src/java.base/windows/native/libnet/DualStackPlainSocketImpl.c
664e3147090 : 8064470: JNI exception pending in jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c
9ed9f4f4a93 : 8130041: TsacertOptionTest.java intermittently fails on Mac
99e5ddaa453 : 8131325: Remove hprof agent tests in hotspot repo
0db4f21ce22 : 8130448: thread dump improvements, comment additions, new diagnostics inspired by 8077392
f1d95bc678e : 8079156: [TESTBUG] 32 bit Java 9-fastdebug hit assertion in client mode with StackShadowPages flag value from 32 to 50
92d82811946 : 8078629: VM should constant fold Unsafe.get*() loads from final fields
58be04ef9d3 : 8076164: [JTextField] When input too long Thai character, cursor's behavior is odd
055105c7076 : 8130057: serviceability/sa/TestStackTrace.java should be quarantined
a80c4c9493c : 8130461: HandshakeStatus.NEED_UNWRAP_AGAIN applies only to DTLS
9b9fde193fe : 6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently
255cdcaaf29 : 8131126: Set update release to 8u66 and keep default jprt release as 8u60 on jdk8u repos
6dd581e4086 : 8131126: Set update release to 8u66 and keep default jprt release as 8u60 on jdk8u repos
3e6224f430f : Added tag jdk8u65-b05 for changeset a23eff5ed520
6ed9ab179fa : Added tag jdk8u65-b05 for changeset 4a501411c533
4248b4e220a : Added tag jdk8u65-b05 for changeset dbea260e6884
0f28d2591e3 : Added tag jdk8u65-b05 for changeset 04475ff173cb
937b1b901c3 : Added tag jdk8u65-b05 for changeset 748aff82dab5
a3a37e1ade6 : Added tag jdk8u65-b05 for changeset cbcadcfe3e7d
7b496de01a9 : Added tag jdk8u65-b05 for changeset 6680ccf9f49a
255a3ebdd36 : Added tag jdk8u65-b05 for changeset 537f1db81bab
4ec35bb986c : Added tag jdk8u65-b05 for changeset 545563095d4f
821df564c95 : Added tag jdk8u65-b05 for changeset 83662c8ef326
1b6a5e83cb1 : Added tag jdk8u65-b05 for changeset ef943c312cde
c97ad45cf59 : Added tag jdk8u65-b05 for changeset 5491f03593ed
e531cdd7bee : Added tag jdk8u65-b05 for changeset 02623b9e6973
b1986ea36c7 : Added tag jdk8u65-b05 for changeset 79bb4e31aa92
8ea1d4f51b3 : Added tag jdk8u65-b05 for changeset d2e92ca79cd6
7e2d49f1edd : Added tag jdk8u65-b05 for changeset 02c7947b01fa
34bcc977bc6 : 8129961: SIGSEGV when copying to survivor space
92013862ab4 : 8130853: Non-extensible global is not handled property
e8e87805c09 : 8131683: Delete fails over multiple scopes
8f36d9ba386 : 8131340: Varargs function is recompiled each time it is linked
64085e64e1a : 8131039: after adding a function property to Object.prototype, JSON.parse with reviver function goes into infinite loop
b47b81748ce : 8130853: Non-extensible global is not handled property
98c70bb37f4 : 8131683: Delete fails over multiple scopes
1fa8228fca1 : 8131340: Varargs function is recompiled each time it is linked
8045417581c : 8131039: after adding a function property to Object.prototype, JSON.parse with reviver function goes into infinite loop
94c9e33a380 : 8130853: Non-extensible global is not handled property
85193a1a268 : 8129909: Add -Xdoclint/package: to javadoc
6055fda9047 : 8130864: Better server identity handling
21b02855027 : 8131035: [TESTBUG] sun/management/HotspotRuntimeMBean/GetTotalSafepointTime.java needs to enable UsePerfData
bff48ef15d3 : 8130344: assert(handle != __null) failed: JNI handle should not be null' in jni_GetLongArrayElements
629ace2fd4e : 8080880: some docs cleanup for langtools
b75ed4ce34c : 8131048: ppc: implement CRC32 intrinsic
d3196fb4645 : 8131358: aarch64: test compiler/loopopts/superword/ProdRed_Float.java fails when run with debug VM
ef59ce73327 : 8130728: Disable WorkAroundNPTLTimedWaitHang by default
aaf03873c13 : 8086733: Improve namespace handling
b9d608d1c93 : 8086733: Improve namespace handling
cf3af3df8ad : 8081297: SSL Problem with Tomcat
4c4e407d45b : 8081297: SSL Problem with Tomcat
ae237bc17e0 : 8081297: SSL Problem with Tomcat
0dfe5c70215 : 8132082: Let OracleUcrypto accept RSAPrivateKey
a53aed853da : Added tag jdk8u60-b31 for changeset 3a89fc3fe6c5
2ceaa155cbb : 8081297: SSL Problem with Tomcat
9b90777b777 : 8132082: Let OracleUcrypto accept RSAPrivateKey
e3c041dc63a : Added tag jdk8u60-b31 for changeset db68a6a8de2e
24961812899 : 8081297: SSL Problem with Tomcat
8486cb76508 : 8130332: StarvationMonitorInterval, PreInflateSpin, VerifyGenericSignatures and CountInterpCalls VM Options can be deprecated or removed in JDK 9
b5284a93ce1 : 8129920: Vectorized loop unrolling
963c3852a3a : 8130341: GHASH 32bit intrinsics has AEADBadTagException
274488dbee5 : Added tag jdk8u31-b34 for changeset b1e15a29f401
f3231db2066 : Added tag jdk8u31-b34 for changeset 702e78d2a390
d035582c37b : Added tag jdk8u31-b34 for changeset 91d65918f7c1
5587856c887 : Added tag jdk8u31-b34 for changeset f1d122e82726
472f6426061 : Added tag jdk8u31-b34 for changeset c375f9871346
14e099440f9 : Added tag jdk8u31-b34 for changeset 1d92392848f2
4dacf5aea9b : Added tag jdk8u31-b34 for changeset 8fabe67bbf79
eafd4895b87 : Added tag jdk8u31-b34 for changeset 3fbc5f7de31a
3ae77fd3dce : Added tag jdk8u31-b34 for changeset 9b663b69d712
136e22914bc : Added tag jdk8u31-b34 for changeset 8a8e731b4968
905cb4564f7 : Added tag jdk8u31-b34 for changeset b7584462440f
2ff2faf53de : Added tag jdk8u31-b34 for changeset 11777dde5fe5
74657680502 : Added tag jdk8u31-b34 for changeset 11521deaccf2
41eaff33806 : Added tag jdk8u31-b34 for changeset 79f911db28b0
45f00a66462 : 8129511: PlatformMidi.c:83 uses malloc without malloc header
318513bcf72 : 8098835: [PIT] Endless loop in JEditorPane
d8e8d8f1fa0 : 8076471: Remove hprof agent tests in JDK
ddced53edfa : 8129894: NSApplicationAWT.m:343:72: error: comparison of constant 777 with expression of type 'NSEventSubtype'
4807976fb79 : 8130753: Sync-up javadoc changes in jax-ws area - includes JAX-B API, JAX-WS API, SAAJ-API
a7cf8786ffc : 8044411: Implement classfile tests for RuntimeAnnotations and RuntimeParameterAnnotations attribute
e834520e7e0 : 8130888: Typos in nashorn sources
6ec4c734628 : 8130862: let hg ignore TestNG ZIP file in Nashorn test library directory
a815b8aa270 : 8081590: The CDS classlist needs to be updated for 8u60
ceb249e661e : 8081590: The CDS classlist needs to be updated for 8u60
f4b543ddc94 : 8081590: The CDS classlist needs to be updated for 8u60
73e0b9315d7 : 8081590: The CDS classlist needs to be updated for 8u60
da2c7d7fc6f : Added tag jdk9-b72 for changeset 93250cfbfa54
3e638cf75cb : Added tag jdk9-b72 for changeset 1f783cf1d945
6a0771f941b : Added tag jdk9-b72 for changeset a006a766c8c9
34aa2044656 : Added tag jdk9-b72 for changeset f0d057d75897
722b2a5d051 : Added tag jdk9-b72 for changeset 8ebacfaf4ba6
a7374080bc8 : Added tag jdk9-b72 for changeset 423e8a18b960
1d9002da276 : Added tag jdk9-b72 for changeset 02be96db190a
c265539479c : Added tag jdk9-b72 for changeset 7dd7a38425a8
9d7677a83fe : 8130669: VM prohibits <clinit> methods with return values
7d78c183c48 : 8130803: add regression test related to fix for JDK-8078024
7ce6faa8db8 : Added tag hs25.60-b23 for changeset 03581bfc8258
540de757b3c : Added tag hs25.60-b23 for changeset cdbf8f3e3418
f31659e49d9 : 8087201: OGL: rendering of lcd text is slow
a6b3356816d : 8087201: OGL: rendering of lcd text is slow
562e4371a11 : 8087201: OGL: rendering of lcd text is slow
00da567d15c : 8130183: InnerClasses: VM permits wrong inner_class_info_index value of zero
ddb2c7d1637 : 8130772: Util.hitMnemonics does not work: getSystemMnemonicKeyCodes() returns ALT_MASK rather than VK_ALT
44ecb92126e : 8130193: Improve HTTP connections
058a79edda5 : 8130864: Better server identity handling
17a1ff808de : 8130185: More accessible access switch
5373ef1c88e : Added tag jdk8u71-b00 for changeset 5735ec6bb738
f11e29629b0 : 8130193: Improve HTTP connections
3222fc9669f : 8130864: Better server identity handling
7c3361234d1 : 8130185: More accessible access switch
a17ad16dddf : Added tag jdk8u71-b00 for changeset 5ce3d7ab9ce3
2c294cf02a0 : 8130193: Improve HTTP connections
8de90bd9534 : 8130864: Better server identity handling
fb5e4a894b6 : 8130193: Improve HTTP connections
7c66ec058b0 : 8130864: Better server identity handling
3ca3a07d79a : 8130193: Improve HTTP connections
8c3165a7ef7 : 8130752: Wrong changes were pushed with 8068886
c82e041ffc6 : 8130752: Wrong changes were pushed with 8068886
1e26234d8f5 : 8130752: Wrong changes were pushed with 8068886
997db2cd957 : 8130752: Wrong changes were pushed with 8068886
c797c78253a : 8032763: Remove use of sun.misc.Ref from hprof parser in testlibrary
c02e703138a : 8130430: [TEST_BUG] remove unnecessary internal calls from javax/swing/JRadioButton/8075609/bug8075609.java
eaa42993db2 : 8027634: Support @argfiles for java command-line tool
0f4fb659ead : 8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6
bf429c8a9f8 : Added tag jdk8u60-b23 for changeset da598c4bac74
00462931d88 : Added tag jdk8u60-b23 for changeset e64bdb0afd57
8b6a0729aea : Added tag jdk8u60-b23 for changeset fdcbcd9d9320
103d813d7be : Added tag jdk8u60-b23 for changeset 698aec8f54e8
01544be81f7 : Added tag jdk8u60-b23 for changeset 65f9e7c4f4f2
438e28ee8ee : Added tag jdk8u60-b23 for changeset aeb25e44c4cc
1a72787bae0 : Added tag jdk8u60-b23 for changeset ee1885789e95
ac5ddd04440 : Added tag jdk8u60-b23 for changeset 878f78128935
45fbb153f91 : Added tag jdk8u60-b23 for changeset 5fe048dd8d57
6b255ae58c6 : Added tag jdk8u60-b23 for changeset b9f8008d2831
ac6975d6779 : Added tag jdk8u60-b23 for changeset b9d4ac096517
b0ca2540bed : Added tag jdk8u60-b23 for changeset 70c6ffab2e30
f35149a8a21 : Added tag jdk8u60-b23 for changeset 959361e406c8
0c25f5c9592 : Added tag jdk8u60-b23 for changeset 630ebad84dde
c63ee8013e1 : Added tag jdk8u60-b23 for changeset d57ddb280c5b
61b261b43e2 : Added tag jdk8u60-b23 for changeset d82c2c36b455
c6584c0d39c : 8130426: Test tools/javac/links/LinksTest.java fails on Windows 10(x64)
f9f8058f578 : 8130426: Test tools/javac/links/LinksTest.java fails on Windows 10(x64)
7b64cba44ce : 8130745: Revert fix pushed for JDK-8074346
3adfaf289f0 : Added tag jdk8u66-b00 for changeset f53a0353ed0d
5a3def1a4f4 : Added tag jdk8u66-b00 for changeset 22d61ab2252b
4b2d7a35b2d : Added tag jdk8u66-b00 for changeset d975f13709b1
ec59fb4cd9f : Added tag jdk8u66-b00 for changeset b1ef8268e0d2
55863b895bd : Added tag jdk8u66-b00 for changeset f680191d1516
152ab5ac153 : Added tag jdk8u66-b00 for changeset 783817030004
6221a458b40 : Added tag jdk8u66-b00 for changeset 77f401113e54
8f63f7902a0 : Added tag jdk8u66-b00 for changeset ff024674704c
043490dbc0d : Added tag jdk8u66-b00 for changeset 1e85e07efecf
f70f1a7c1d4 : Added tag jdk8u66-b00 for changeset 44b2d24b9955
bd93f1b2f7e : Added tag jdk8u66-b00 for changeset 7dec34bdb643
ba36d0a4aff : Added tag jdk8u66-b00 for changeset 633dea15bd91
1b28cb16dec : Added tag jdk8u66-b00 for changeset 7ac0c8fc09e8
d7b158d5f22 : Added tag jdk8u66-b00 for changeset 9a0b07f93336
b6fa5ee29b5 : Added tag jdk8u66-b00 for changeset 73bdd0d2cdd8
0212ccc0ef9 : Added tag jdk8u66-b00 for changeset 3f67442e0d3a
4a2aab156b1 : 8130734: Apply transformations found by netbeans Refactor->Inspect and transform menu
af631b95f69 : 8129457: Disposer.pollRemove may fail to dispose
bc9b78ac813 : 8130716: Fix reference problems in jaxp javadoc
7ed29c81ee4 : 8130078: Document better processing
1e46af2eae0 : 8086733: Improve namespace handling
4ebc3708e29 : 8129939: new hotspot build - hs25.60-b23
8b1bf81b3d5 : 8129939: new hotspot build - hs25.60-b23
18b9b116dc1 : 8130238: Remove com.sun.org.apache.xalan.internal.xsltc.cmdline
4a169a2ab13 : 8130687: aarch64: add support for hardware crc32c
39ea2860027 : 8130663: 6 fields can be static fields in Global class
581470a6d10 : 8080679: Include jline in JDK for Java and JavaScript REPLs
f5a4efc1715 : 8080679: Include jline in JDK for Java and JavaScript REPLs
4b60e585076 : 8129940: JRadioButton does not honor non-standard FocusTraversalKeys
dfbb82e3f9a : 8081484: [TEST_BUG]Test javax/swing/plaf/basic/6866751/bug6866751.java fails
66ed0c65d3b : 8076581: Need a NON-PCH build to quickly detect missing dependencies in the source base
c382ece113f : Added tag jdk8u65-b04 for changeset 0e2f9f4483af
5d574c2ecfe : Added tag jdk8u65-b04 for changeset 17d57c33244f
0e0dda95338 : Added tag jdk8u65-b04 for changeset a6e9af1e59fa
fa8eda0da67 : Added tag jdk8u65-b04 for changeset 2628f0b44037
c24fba13ec1 : Added tag jdk8u65-b04 for changeset 0c206b10aef6
de88dc95ac2 : Added tag jdk8u65-b04 for changeset 6bfb6fc4908b
b4c3718e744 : Added tag jdk8u65-b04 for changeset 941b80da731b
d3b4e7c60f3 : Added tag jdk8u65-b04 for changeset a0cf754b46a8
5370854f1a9 : Added tag jdk8u65-b04 for changeset 18003b236ca3
ee4a5274f5f : Added tag jdk8u65-b04 for changeset a268ae923032
ff28382c0d9 : Added tag jdk8u65-b04 for changeset 1d3c157779c3
8f18df209ae : Added tag jdk8u65-b04 for changeset a104be6a7712
fef8d687516 : Added tag jdk8u65-b04 for changeset cf5347051935
8c90579442e : Added tag jdk8u65-b04 for changeset 1270ed7e33e3
bafd3caa5e0 : Added tag jdk8u65-b04 for changeset d6875249e395
627e6c3939e : Added tag jdk8u65-b04 for changeset 5b237084d236
1ec55dd6d48 : 8080012: JVM times out with vdbench on SPARC M7-16
fe9db54b1eb : 8080012: JVM times out with vdbench on SPARC M7-16
a7cf0f2b53d : 8080012: JVM times out with vdbench on SPARC M7-16
35fe9036854 : 8080012: JVM times out with vdbench on SPARC M7-16
3808b282439 : Added tag jdk8u51-b31 for changeset 5d35c72c9072
4231f130be2 : Added tag jdk8u51-b31 for changeset b374db786fa3
9465789a03e : Added tag jdk8u51-b31 for changeset b3c1d4c1d6c6
f7086cec3ff : Added tag jdk8u51-b31 for changeset 5b0ea3b8928d
98bffbdbba3 : Added tag jdk8u51-b31 for changeset 93105d3be807
b08756a4980 : Added tag jdk8u51-b31 for changeset 1d46ba8fa857
507a6b0e948 : Added tag jdk8u51-b31 for changeset 5facfff69660
5eada1c7b51 : Added tag jdk8u51-b31 for changeset 7955aa7e4aa4
284501956d9 : Added tag jdk8u51-b31 for changeset 3f5aaf15baf8
de779abe318 : Added tag jdk8u51-b31 for changeset 42a5697ed0f4
9f9dc42fb25 : Added tag jdk8u51-b31 for changeset 630bb39200fc
1096541648f : Added tag jdk8u51-b31 for changeset 8ed29f8be1f7
04eb8bb079f : Added tag jdk8u51-b31 for changeset 79d36a8857fd
4378eeb6191 : Added tag jdk8u51-b31 for changeset 57a0af90ac10
f881e6d776e : Added tag jdk8u51-b31 for changeset ee8c4212a6a5
40145570b53 : Added tag jdk8u51-b31 for changeset 48f3eb8b01d0
2e3073a8abc : 8130525: Build fail on jdk9-client solaris-sparcv9
8c2a16ca1d4 : 8129108: nmethod related crash in CMS
c828e553050 : 8129108: nmethod related crash in CMS
d0c422b5d4e : 8130476: Remove unused methods in Global.java
dcb18144e1b : 8130476: Remove unused methods in Global.java
94d29a19c8d : 8130476: Remove unused methods in Global.java
f5da3e8708d : 8030829: Add MD5 to jdk.certpath.disabledAlgorithms security property
22f1504e41c : 8030829: Add MD5 to jdk.certpath.disabledAlgorithms security property
68c8b71b044 : 8130253: ObjectStreamClass.getFields too restrictive
1b84d54f699 : 8130253: ObjectStreamClass.getFields too restrictive
65114490674 : 8098854: Do cleanup in a proper order in sunmscapi code
f53a0b6ce2f : 8098854: Do cleanup in a proper order in sunmscapi code
391696a6f8d : 8130253: ObjectStreamClass.getFields too restrictive
ffbfb8f10b0 : 7188942: Remove support of pbuffers in OGL Java2d pipeline
a26c73956ca : 8130125: [TEST_BUG] add @modules to the several client tests unaffected by the automated bulk update
76f2d534426 : 8130424: if directory specified with --dest-dir does not exist, only .class files are dumped and .js files are not
deaa3b3e3da : 8132092: Nashorn copyright has to be updated
4461f19a296 : 8130424: if directory specified with --dest-dir does not exist, only .class files are dumped and .js files are not
f26303e99a6 : 8132092: Nashorn copyright has to be updated
833d2385853 : 8130424: if directory specified with --dest-dir does not exist, only .class files are dumped and .js files are not
aa2d62b6889 : 8129444: socksProxyVersion system property ignored for Socket(Proxy)
94d36649af4 : 8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
f353be1c909 : 8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
26f973d7ec2 : 8130291: Update the Hotspot version numbers in Hotspot for JDK 8u66
b5a901e77af : 8130291: Update the Hotspot version numbers in Hotspot for JDK 8u66
c690ca7cd95 : Added tag jdk9-b71 for changeset 84ecc1a708df
d59b5753a43 : Added tag jdk9-b71 for changeset cf6355e77564
30533247ebc : Added tag jdk9-b71 for changeset c55f96d66cf9
1a0bd08a5b9 : Added tag jdk9-b71 for changeset 976a2f96dbcc
ac7af917e08 : Added tag jdk9-b71 for changeset 9b8258eb95a9
52365865111 : Added tag jdk9-b71 for changeset 9419a7f16a5c
7b23c005ac0 : Added tag jdk9-b71 for changeset 1b06d9da3dc3
e7bb4c430ab : Added tag jdk9-b71 for changeset 9402c8fae0fc
747a3720d61 : 8072147: Preloading libjsig.dylib causes deadlock when signal() is called
f33f7d83009 : 8072147: Preloading libjsig.dylib causes deadlock when signal() is called
0696c89dd7f : 8130247: fix some new tidy warnings from jaxws and CORBA
9f81ca1a595 : 8130247: fix some new tidy warnings from jaxws and CORBA
fb6a41f23a9 : 8130317: "ant test" fails to complete on Windows when run under cygwin shell
48aacbe3f99 : 8130315: Fix wrong prototype of GrowKnownVMs() in java.c
5a35b2a0a95 : 8130151: Exclude sun/security/provider/SecureRandom/StrongSecureRandom.java from testruns on MacOSX 10.10
ff5c2fa53d4 : 8130307: improve Nashorn Javadoc target
6980a8e4cc1 : 8130306: enable running Nashorn test on Windows
c36ae0f64ce : 8130234: Get rid of JSType.isNegativeZero
cb391638efa : 8130234: Get rid of JSType.isNegativeZero
2a2f2f33002 : 8130234: Get rid of JSType.isNegativeZero
cdc2a29ff2e : 8130112: Create a common TEST.properties for @modules in test/sun/security/krb5/auto
95a14aeba14 : 8130303: Fix bogus check for libX11.so in libraries.m4
5941f4ad529 : 8080695: splashscreen_png.c compile error with gcc 4.9.2
78e2220c97e : 8130297: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java still failing after JDK-8076040
29aaa8f743c : 8130297: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java still failing after JDK-8076040
8804c9df5ff : 8130297: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java still failing after JDK-8076040
df60168ad2d : Added tag jdk8u60-b22 for changeset f53a0353ed0d
980f52f78d1 : Added tag jdk8u60-b22 for changeset 22d61ab2252b
37b528c081b : Added tag jdk8u60-b22 for changeset 1e85e07efecf
dd8595fcd71 : Added tag jdk8u60-b22 for changeset 44b2d24b9955
af5c436573f : Added tag jdk8u60-b22 for changeset 7dec34bdb643
2c7361de38a : Added tag jdk8u60-b22 for changeset 633dea15bd91
be20f4d81e0 : Added tag jdk8u60-b22 for changeset d975f13709b1
59353ade5a4 : Added tag jdk8u60-b22 for changeset b1ef8268e0d2
2c5ffb8104c : Added tag jdk8u60-b22 for changeset 7ac0c8fc09e8
5f84cbddf62 : Added tag jdk8u60-b22 for changeset 9a0b07f93336
fc5912ff79c : Added tag jdk8u60-b22 for changeset 77f401113e54
762ca6a1de1 : Added tag jdk8u60-b22 for changeset ff024674704c
01a07aa9ba5 : Added tag jdk8u60-b22 for changeset f680191d1516
17286d007d2 : Added tag jdk8u60-b22 for changeset 783817030004
41cf02b1fcb : Added tag jdk8u60-b22 for changeset 73bdd0d2cdd8
482fb20a848 : Added tag jdk8u60-b22 for changeset 3f67442e0d3a
5b160aac1bd : 8076040: Test com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with -XX:+UseG1GC
2fee46499d0 : 8076040: Test com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with -XX:+UseG1GC
8f2396ede1f : 8076040: Test com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with -XX:+UseG1GC
d0b3af2775c : 8081744: Clear out list corner case
31c2cf89e0b : 8081744: Clear out list corner case
0e510a1f61e : 8077242: (str) Optimize AbstractStringBuilder.append(CharSequence, int, int) for String argument
3fac3ec9da6 : 8098854: Do cleanup in a proper order in sunmscapi code
eacc58bf852 : 8130127: streamline input parameter of Nashorn scripting $EXEC function
3210b9650a1 : 8072480: javac should support compilation for a specific platform version
19a0c8b1f5f : 8080675: Enhance the classfile library to support construction of classfiles from scratch
fba308328be : 8129937: compiler/codecache/jmx/UsageThresholdIncreasedTest.java fails with "Usage threshold was hit"
934ad8e49ba : 8079775: Java 9-fastdebug ia32 Error: Unimplemented with "-XX:CompilationPolicyChoice=1 -XX:-TieredCompilation" options 8079062: Java 9-fastdebug crash(hit assertion) with "-XX:CompilationPolicyChoice=1 -XX:-TieredCompilation" options
22b80848d1c : 8081744: Clear out list corner case
11919f5641c : 8129926: Sub-packages in jdk.* are present in all Compact Profiles when they should not be
5057c69897f : 8129926: Sub-packages in jdk.* are present in all Compact Profiles when they should not be
9ca5bbde0be : 8129926: Sub-packages in jdk.* are present in all Compact Profiles when they should not be
6fb1cb14524 : 8129926: Sub-packages in jdk.* are present in all Compact Profiles when they should not be
d71bb8c72b0 : 8129893: 8129094 fix is incomplete
11e135e30e3 : 8129830: JTree drag/drop on lower half of last child of container incorrect
32c0d8bc468 : 6896810: TEST_BUG: java/lang/ref/SoftReference/Pin.java fails with OOME during System.out.println
afc6a95457e : 8075301: Tests for sun.security.krb5.principal system property
461bb3736c0 : 8098547: (tz) Support tzdata2015e
7e06363697d : 8098547: (tz) Support tzdata2015e
0d59d0fbaa4 : 8130109: Incremental build of java.base-gensrc broken
606f4f5b019 : 8076139: [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
b495f5e1b35 : 8076139: [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
6721f4d8dbf : 8103671: More objective stream classes
04f026f2a6e : 8103671: More objective stream classes
0c329ac4cf2 : 8130051: Cleanup usage of reflection in jaxp
0ccb98b72a0 : 8085895: The Textfield can't be shown after clicking "Show Textfield" button
512986a71cb : 8129759: Mark two tests from DistinctOpTest.java and SliceOpTest.java as serialization hostile
e0916bf5851 : 8130060: Revert use of devkit on macosx in JPRT
e482146d847 : 8098535: Test closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest fails on OEL 7.1
d9a4c01c25d : 8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
e2342386b86 : 8130092: Backout Update jprt.properties with property listing tests subtrees
84ebc260b97 : 8022444: Remove sun.security.util.ObjectIdentifier.equals(ObjectIdentifier other) method
57996d703c0 : 6260652: (coll) Arrays.asList(x).toArray().getClass() should be Object[].class
99f867bdedf : 8098852: java/lang/ProcessHandle/InfoTest.java failed: total cpu time expected < 10s more
82f8a148088 : 8130022: Use Java-style array declarations consistently
74427b9101f : 8130296: [TESTBUG] java/lang/ProcessHandle/OnExitTest - Unaccounted for children expected [0] but found [1]
a1b2aad0802 : 8130460: Increase the stability of DTLS test CipherSuite.java
d65b7a8ec95 : 8081589: Output of -XX:+TraceClassLoadingPreorder in JDK9 incompatible with MakeClasslist tool
16318cebe6e : 8130649: java/util/logging/LoggingDeadlock2.java times out
aebcb1754eb : 8130720: BadKDC1 failed again
4b7514c9fd9 : 8085981: java/lang/ProcessHandle/OnExitTest.java: AssertionError: Child onExit not called
21ed89bc5db : 8085980: java/lang/ProcessHandle/TreeTest.java: AssertionError: Wrong number of spawned children expected [1] but found [2]
d67c81198bd : 8050091: (coll) LinkedList has incorrect implementation comment
2723d13329b : 8098547: (tz) Support tzdata2015e
6d59eaa98c9 : 8042983: test/java/math/BigInteger/ExtremeShiftingTests.java needs too much heap
dd08af55b4e : Added tag jdk8u65-b03 for changeset c99451d5734a
3df13ba9d68 : Added tag jdk8u65-b03 for changeset feeb1b1972a4
4ab97e5111b : Added tag jdk8u65-b03 for changeset b72914439d46
fd4f1afc4f1 : Added tag jdk8u65-b03 for changeset 5034f1f73160
7ebd23d4eca : Added tag jdk8u65-b03 for changeset dc6987658473
a07e97b4169 : Added tag jdk8u65-b03 for changeset a6e91d219f32
3969f46e766 : Added tag jdk8u65-b03 for changeset 55913bd9baa7
68ead5cbdb4 : Added tag jdk8u65-b03 for changeset 54aa3f3e2ed6
1468cf412d6 : Added tag jdk8u65-b03 for changeset 49e6365a41d0
8b5284ee5f2 : Added tag jdk8u65-b03 for changeset 9a7443733426
8c02a63f7b3 : Added tag jdk8u65-b03 for changeset b0bb0fd097d0
f420249ec93 : Added tag jdk8u65-b03 for changeset 51b7f7e83cb0
36edc3a5fce : Added tag jdk8u65-b03 for changeset 2623979594e8
5c105990028 : Added tag jdk8u65-b03 for changeset f806c5bce9b0
8f7a9ff38cc : Added tag jdk8u65-b03 for changeset 93c040d7b683
fdfef65e3e6 : Added tag jdk8u65-b03 for changeset 53d32bb3c816
1465e16631f : 8130007: Update security tests to use Security.getProvider to get security provider
24d0d5af7c0 : 8042377: BufferedWriter and FilteredOutputStream.close throw IAE if flush and close throw equal exceptions
07c7774cd7f : 8086069: Adapt runtime calls to recent intrinsics to pass ints as long
7682410613a : 8130432: ppc64le: Fix build of hsdis
547a40e75a4 : 8130120: Handling of SHA intrinsics inconsistent across platforms
9245cdc2141 : 8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
156e31bd843 : 8080012: JVM times out with vdbench on SPARC M7-16
dd57d9f3b9a : 8080504: [macosx] SunToolkit.realSync() may hang
6279b4ab743 : 8103671: More objective stream classes
0a6597b64e4 : 8058849: test/sun/security/krb5/config/dns.sh needs to re-examined or replaced
0e252b2a934 : 8087324: Use semaphores when starting and stopping GC task threads
e25bcfd3d3c : 8087323: Unify and split the work gang classes
b42d8f80f53 : 8133557: Missing test before a branch when checking for MethodCounters in TemplateTable::branch() on x86
65a39ab0282 : 8130115: REDO - Reduce Symbol::_identity_hash to 2 bytes
6b3f9d3d1ad : 8029453: java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
2fdc0d3f21f : 8112746: Followup to JDK-8059557 (JEP 245)
d32b06427d2 : 8133121: Move implementation of process_grey_object to concurrentMark.inline.hpp
4694fbd7765 : 8098791: Remove PrintClassStatistics and PrintMethodStatistics
b206c669f77 : 8133193: Memory leak in G1 because G1RootProcessor doesn't have desctructor
e4cc69a2883 : 8129969: Switch JPRT configuration to use devkits for Windows and Macosx
920d9bde4ca : 8114822: debug build with --disable-debug-symbols fails: java.io.UncheckedIOException
74b5de9db28 : 8130035: Move test/script/basic/NASHORN-627.js to currently-failing until JDK-8129881 is fixed
6632bf6c503 : 8069253: javax/net/ssl/TLS/TestJSSE.java failed on Mac
33c5b92bc69 : 8080405: Exception in thread "AWT-EventQueue-1" java.security.AccessControlException
a643b89ee24 : 8076139: [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
2943d4bd408 : 4869999: Error on import statement naming package containing no class files
e5f22567ab2 : 8130008: compiler/codecache/jmx/UsageThresholdIncreasedTest.java should be quarantined
052fa35365b : 8129850: java.util.Properties.loadFromXML fails on compact1 profile
febfecfdd52 : 8129850: java.util.Properties.loadFromXML fails on compact1 profile
17dd62d2e75 : 8129601: [launcher] test VersionCheck.java fails with new version string
5109058c5d1 : 7191662: JCE providers should be located via ServiceLoader
2bb8da85d1c : 8079531: Third Party License Readme update for 8u60
cd563f6bdba : 8079531: Third Party License Readme update for 8u60
73b9bb23d61 : 8079531: Third Party License Readme update for 8u60
4b9ae151a46 : 8079531: Third Party License Readme update for 8u60
34cf187f080 : 8079531: Third Party License Readme update for 8u60
687ff92eecc : 8079531: Third Party License Readme update for 8u60
2adcd1a4dda : 8079531: Third Party License Readme update for 8u60
b45e38c8cb6 : 8079531: Third Party License Readme update for 8u60
71dec99613f : 8079531: Third Party License Readme update for 8u60
b8c572e4c5b : 8079531: Third Party License Readme update for 8u60
685a991ca5b : 8079531: Third Party License Readme update for 8u60
81c9b015e40 : 8079531: Third Party License Readme update for 8u60
bf07d2ea671 : 8079531: Third Party License Readme update for 8u60
96a0f2ff596 : 8079531: Third Party License Readme update for 8u60
f50cfe53b84 : 8079531: Third Party License Readme update for 8u60
96b3050682f : 8079531: Third Party License Readme update for 8u60
c7a7129649b : 8129959: DebugLogger has unnecessary API methods
c62ba783616 : 8129959: DebugLogger has unnecessary API methods
c277f9d37c6 : 8129959: DebugLogger has unnecessary API methods
94ad46346b8 : 8129956: jaxp: CodeSource.getLocation() might return null
7a2b3f31e37 : 8129950: Wrong condition for checking absence of logger in MethodHandleFactory
929a7a1a2db : 8129950: Wrong condition for checking absence of logger in MethodHandleFactory
6069477207e : 8129950: Wrong condition for checking absence of logger in MethodHandleFactory
561c4e223c6 : 8014241: Clean up unused JNI fields and methods in imageInitIDs.h
f50537ea961 : 8087329: Introduce VERSION_IS_GA
edacc925a8c : 8087328: Move debuglevel info in version string from PRE to OPT
304d14f0b0a : Added tag hs25.60-b22 for changeset 5df2c35db01e
7c22af3f15e : Added tag hs25.60-b22 for changeset 24a1b5cf8783
452d682a1ef : 8080688: Service for DGC services
ecb0cc0f736 : 8129611: Accessbridge error handling improvement
896022b8e34 : 8080688: Service for DGC services
c5f77fbba52 : 8129611: Accessbridge error handling improvement
d9f0f86bf47 : 8080688: Service for DGC services
008197e2ae5 : 8079361: Broken Localization Strings (XMLSchemaMessages_de.properties)
8d966cce642 : 8079361: Broken Localization Strings (XMLSchemaMessages_de.properties)
61fc03b78d2 : 8129611: Accessbridge error handling improvement
a0bf651e654 : 8129624: Move jdk_rmi test group from tier 2 to tier 3
a89e684eecb : 8129880: Cleanup usage of Class.getResource in jaxp
f3ff947746c : 8087157: PKCS11 provider not instantiated with security manager
46cb74729a9 : Added tag jdk9-b70 for changeset 271525e41254
26769ba7797 : Added tag jdk9-b70 for changeset 2707be8c1d10
fbf657b0c01 : Added tag jdk9-b70 for changeset d3d7f5a45a5c
6b53c705eb5 : Added tag jdk9-b70 for changeset 3a7fb5940d2f
50f7f0ef155 : Added tag jdk9-b70 for changeset bc215e37d299
36b326d4f22 : Added tag jdk9-b70 for changeset d4e08333ac48
ad1dca80980 : Added tag jdk9-b70 for changeset 47e9512ea427
c28e952e42e : Added tag jdk9-b70 for changeset 7d5061c22f0a
1961bb0566c : 8080511: Refresh of jimage support
7d75d2a98ac : 8080511: Refresh of jimage support
065a57c31a9 : 8129822: Define "headful" jtreg keyword
62568b1c1a3 : 8129507: sun/net/www/protocol/http/B6369510.java fails intermittently
648b306c546 : 8076383: Better CORBA exception handling
0f384146ff8 : 8076383: Better CORBA exception handling
a3837043b0a : 8076383: Better CORBA exception handling
c537edfa2d4 : 8129575: Equal DelegationPermission instances may return different hash codes
9f34fe51a85 : 8080993: Compilation errors with recent clang in awt_parseImage.c and splashscreen_sys.m
a47dc46f90c : 8071487: javax/management/monitor/GaugeMonitorDeadlockTest.java timed out
30cacaa5c90 : 8080511: Refresh of jimage support
e2f4c35479b : 8080266: Failed to create CharInfo due to ResourceBundle update for modules
fbde7ab834d : 8129604: Incorrect GPL header in README causes RE script to create wrong output
212ad4665e1 : 8129602: Incorrect GPL header causes RE script to create wrong output
f5ca22c35ca : 8129604: Incorrect GPL header in README causes RE script to create wrong output
22885cd9580 : 8129602: Incorrect GPL header causes RE script to create wrong output
7b990654c51 : 8023546: sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
200a9e86782 : 8098582: Remove redundant package.html file in javax.xml.ws/wsaddressing
a693ebca66b : 8008577: Use CLDR Locale Data by Default
7c8e5792815 : 8080450: doc for Double/Int/LongSummaryStatistics.toString has errors
053ccc4c4a9 : 8129615: Remove jbb from jprt hotspot testset
35d84fe429d : 8129597: Add tier 3 test definitions to the JDK 9 forest
ef7177e418a : 8129597: Add tier 3 test definitions to the JDK 9 forest
ffe4c771379 : 8129597: Add tier 3 test definitions to the JDK 9 forest
b4542557ab2 : 8129597: Add tier 3 test definitions to the JDK 9 forest
6e0e8266740 : 8080524: [TESTBUG] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails on compact profiles due to unsatisfied dependencies in jsse.jar
a875e63d8a9 : 8080524: [TESTBUG] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails on compact profiles due to unsatisfied dependencies in jsse.jar
111aceb63e6 : 8140802: Clean up and refactor of class loading code for CDS
b95fa126c32 : 8129386: [TESTBUG] - com/sun/jdi/cds/*.java missing @build tag for libraries
b46a6500b03 : 8129544: ArrayIndexOutOfBoundsException when decoding corrupt Base64 string
784e854bc0a : Added tag jdk8u60-b21 for changeset dc1d990dd607
6a22ec4f1e6 : Added tag jdk8u60-b21 for changeset 7e4db887b86c
5643bf842b8 : Added tag jdk8u60-b21 for changeset eab5808c4e05
46ef906c3ab : Added tag jdk8u60-b21 for changeset b4f2fc710912
6d951ca69ee : Added tag jdk8u60-b21 for changeset 1bec7f5ae430
211de73faaa : Added tag jdk8u60-b21 for changeset ad3e69c5c7f0
39156ed22a9 : Added tag jdk8u60-b21 for changeset 0c1ffb789f64
0b7f106b56b : Added tag jdk8u60-b21 for changeset 0aa66067a7bc
aed4f6be8dc : Added tag jdk8u60-b21 for changeset 66165f937064
4828b18e687 : Added tag jdk8u60-b21 for changeset 8eb6785c1abf
499ffffa525 : Added tag jdk8u60-b21 for changeset 2670bf3dc07e
9ecbfe76e31 : Added tag jdk8u60-b21 for changeset 018af5517212
80ec5b19c89 : Added tag jdk8u60-b21 for changeset 3af191f5463b
024b734d6a4 : Added tag jdk8u60-b21 for changeset e1168b3685a7
0cb6d713a78 : Added tag jdk8u60-b21 for changeset efdecd4c0bf5
94805939717 : Added tag jdk8u60-b21 for changeset 283e9e0b62cc
fe481eaf1fd : 8129595: New DTLS tests need @modules
0a609732d78 : 8129602: Incorrect GPL header causes RE script to create wrong output
f219ffb2f2f : 8072773: (fs) Files.lines needs a better splitting implementation for stream source
99f5ee06541 : 8081294: aarch64: fails to build on ubuntu wily
b07602d6403 : 8079208: gc/g1/TestLargePageUseForAuxMemory.java fails due to not considering page allocation granularity for setup
4fe28ee3186 : 8079208: gc/g1/TestLargePageUseForAuxMemory.java fails due to not considering page allocation granularity for setup
1a88faab897 : 8129757: ppc/aarch: Fix passing thread to runtime after "8073165: Contended Locking fast exit bucket."
f6a2109bab5 : 8081607: Change default GC for server configurations to G1
d046f1596b9 : 8030076: remove unused runtime related code
e075a4055b8 : 8129607: Incorrect GPL header
7d4e013627c : 8080600: AARCH64: testlibrary does not support AArch64
e33358f4b80 : 8129607: Incorrect GPL header
2dc4323b968 : 8080600: AARCH64: testlibrary does not support AArch64
83a0dd66c58 : 8129607: Incorrect GPL header
9075df539a8 : 8081854: Javadoc should generate named anchors for HTML4 output
e145cf273ca : 8129446: crash when reporting corrupted classfile
2ef39760e65 : 8081247: AVX 512 extended support
d17ff6b63d1 : 8129551: aarch64: some regressions introduced by addition of vectorisation code
e5462e22636 : 8078632: conflicts between open and closed SA ports
4ebbfc918f5 : 8129572: Cleanup usage of getResourceAsStream in jaxp
32a2354292b : 8129518: Remove ParOldGC tests from the jprt hotspot testset
118a8cf98ae : 8129510: java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java should exclude testing the Teredo tunneling interface on Windows
bf695560396 : 8087133: Improve sharing of native wrappers in SignatureHandlerLibrary
b23811b6b65 : 8129584: Fix required for aarch64 after 8122937
d7ff33fd1b5 : 8129532: LFMultiThreadCachingTest.java failed with ConcurrentModificationException
35673b527f4 : 8129535: java_props_md.c should compile on VS 2010
5c4eaf6ba0e : 8129503: The SOURCE value in release file of JDK 9 doesn't contain changesets since b49
63b337e82ea : 8076538: Verify error at runtime due to incorrect classification of a lambda as being instance capturing
7f2ffe8c0eb : 8129549: G1: Make sure the concurrent thread does not mix its logging with the STW pauses
e3b9bcc4f8b : 8080102: Java 8 cannot load its cacerts in FIPS. no such provider: SunEC
5de25e8af7f : 8080102: Java 8 cannot load its cacerts in FIPS. no such provider: SunEC
c55d90aeef8 : 8081576: serviceability/sa tests fail due to LingeredApp process fails to start
fdabdd5f409 : 8081576: serviceability/sa tests fail due to LingeredApp process fails to start
c62e4b8ee30 : 8081576: serviceability/sa tests fail due to LingeredApp process fails to start
31b47d16c2e : 8129410: Java adapters with class-level overrides should preserve variable arity constructors
7bb504b1eb8 : 8129410: Java adapters with class-level overrides should preserve variable arity constructors
bafa097ac78 : 8129410: Java adapters with class-level overrides should preserve variable arity constructors
bdc20e1849c : 8076468: Add @modules to tests in jdk_desktop test group
cd81d2845db : 8129332: Missing test case for JDK-8078438
928449671c1 : 8129120: Terminal operation properties should not be back-propagated to upstream operations
0c11c340843 : 8080247: Header Template update for nroff man pages *.1 files
5b7c547c903 : 8023546: sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
8f26b5ffd8e : 8080246: JNLP app cannot be launched due to deadlock
ea6a57a5af6 : 8129120: Terminal operation properties should not be back-propagated to upstream operations
43f14028efd : 8080247: Header Template update for nroff man pages *.1 files
3e1b9953ac8 : 8023546: sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
173597b2225 : 8080246: JNLP app cannot be launched due to deadlock
3a0e0c86d3b : 8129120: Terminal operation properties should not be back-propagated to upstream operations
d6271fa6297 : 6519182: SunToolkit.appContextMap should be IdentityMap
b46373e8272 : 8078513: [linux] Clean up code relevant to LinuxThreads implementation
c0b2c2b0e68 : 8129499: Structure of java/rmi/activation/rmidViaInheritedChannel tests masks exception
ad0bbaee67e : 8098588: Allow for parsing jdk9 new version string
345b8317c07 : Added tag jdk8u65-b02 for changeset 3f7a7db8ecde
a9af10c4ae9 : Added tag jdk8u65-b02 for changeset 8da91fc358f3
add9256157b : Added tag jdk8u65-b02 for changeset 24df4a4b6581
2c187a3f165 : Added tag jdk8u65-b02 for changeset 7363194de005
95403f0bc6e : Added tag jdk8u65-b02 for changeset 98020e3ef3a1
f669d874b4b : Added tag jdk8u65-b02 for changeset 5f5f95226181
4f938fee054 : Added tag jdk8u65-b02 for changeset 5a3146acc4d0
83ce662485a : Added tag jdk8u65-b02 for changeset 7ad2b6bb477b
417e56c1617 : Added tag jdk8u65-b02 for changeset d2fa0891fd2b
0e458c93c9e : Added tag jdk8u65-b02 for changeset 4a5622729a01
249aa013c36 : Added tag jdk8u65-b02 for changeset 4af829478040
de51ac66f6d : Added tag jdk8u65-b02 for changeset 75be4c505ace
c49da5fa46c : Added tag jdk8u65-b02 for changeset 86dc0c1cfd29
f53e1f0b65b : Added tag jdk8u65-b02 for changeset fd146d03b199
9a0d937350d : Added tag jdk8u65-b02 for changeset 7aee38fc13de
cb1620ff6bd : Added tag jdk8u65-b02 for changeset b5718b7cc116
bbea2ef8bf6 : 8087205: Follow-up fix in langtools for JDK-8085822
3d7db7c9f57 : 8081371: [PIT] Test closed/java/awt/FullScreen/DisplayMode/CycleDMImage.java switches Linux to the single device mode
40ae65d795d : 8081371: [PIT] Test closed/java/awt/FullScreen/DisplayMode/CycleDMImage.java switches Linux to the single device mode
2d0899294a0 : 8081371: [PIT] Test closed/java/awt/FullScreen/DisplayMode/CycleDMImage.java switches Linux to the single device mode
c8358923f7c : 8129116: Deadlock with multimonitor fullscreen windows
6908a573f4b : 8129116: Deadlock with multimonitor fullscreen windows
cd71dd5c15a : 8078823: javax/net/ssl/ciphersuites/DisabledAlgorithms.java fails intermittently
e3aee498403 : 8129532: LFMultiThreadCachingTest.java failed with ConcurrentModificationException
613a5d3fada : 8129116: Deadlock with multimonitor fullscreen windows
bee380073e6 : 8078823: javax/net/ssl/ciphersuites/DisabledAlgorithms.java fails intermittently
1d69cd9e0b0 : 8129532: LFMultiThreadCachingTest.java failed with ConcurrentModificationException
bc2fd16b889 : 8129423: Fix unlink() of LogCompilation tmp files lost in merge of 8007993 and 8060074
60c572a84af : 8080138: sun/management/jmxremote/startstop/JMXStartStopTest.java failed with java.lang.Error intermittently
5e723c42f9b : 8081634: Concurrent usage of a StringBuilder causes test intermittent failures
c1108923f43 : 8066504: GetVersionEx in java.base/windows/native/libjava/java_props_md.c might not get correct Windows version 0
8beff31ddad : 8066504: GetVersionEx in java.base/windows/native/libjava/java_props_md.c might not get correct Windows version 0
96856aa6bc6 : 8066504: GetVersionEx in java.base/windows/native/libjava/java_props_md.c might not get correct Windows version 0
f0b036aabcd : 8098834: Update jprt.properties with property listing tests subtrees
133faafebc5 : 8080157: assert(allocates2(pc)) failed: not in CodeBuffer memory
c23fcc8a3ef : 8087202: Add support for PATCH field and remove unused fields of new version string
ab8dd89e95d : 8087202: Add support for PATCH field and remove unused fields of new version string
9966dd8518a : 8081293: java/nio/file/Files/CopyAndMove.java failed with java.nio.file.FileAlreadyExistsException intermittently
6ff06cfdc4f : Added tag jdk8u45-b37 for changeset b5693e5ef540
d28cc6a9e9c : Added tag jdk8u45-b37 for changeset 5f270224f06f
1c7fd7ed732 : Added tag jdk8u45-b37 for changeset b34c20cdcd36
5ea8945424e : Added tag jdk8u45-b37 for changeset 4754c569b279
1a5147be767 : Added tag jdk8u45-b37 for changeset 287956ba293b
999009b9f7f : Added tag jdk8u45-b37 for changeset 13201bc4c662
501e9d94792 : Added tag jdk8u45-b37 for changeset f83a283c7895
36415ec63f2 : Added tag jdk8u45-b37 for changeset f6843bba7e0f
8cd12d4e7a8 : Added tag jdk8u45-b37 for changeset 4f85202b8a5b
29bb4e20109 : Added tag jdk8u45-b37 for changeset a215c223ebde
592ff21bdf5 : Added tag jdk8u45-b37 for changeset b87e917edce8
c655429dc22 : Added tag jdk8u45-b37 for changeset a4b37fb2b0e4
0b618629336 : Added tag jdk8u45-b37 for changeset 06c3ac40847e
52845cfd783 : Added tag jdk8u45-b37 for changeset c8699410f3ed
5d227a71776 : Added tag jdk8u45-b37 for changeset eb411b46d94a
cf1dc492556 : Added tag jdk8u45-b37 for changeset da83bd8f4995
7f7c840d01a : 8129314: new hotspot build - hs25.60-b22
2c288337d1b : 8129314: new hotspot build - hs25.60-b22
aee58f70c25 : 8050409: Test for JAAS getPrivateCredentials
21a902a1fe5 : Added tag hs25.60-b21 for changeset 59990ff8e825
c26ebbfe71e : Added tag hs25.60-b21 for changeset 01da46e159b4
906d12aa2d4 : 8079539: java/util/prefs/CodePointZeroPrefsTest.java fails with "java.util.prefs.BackingStoreException: Couldn't get file lock."
3b040e22622 : 8086092: More palette improvements
b0b3622a432 : 8086092: More palette improvements
a330686d642 : 8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option
2e51248110b : 8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option
5d48245cf77 : 8080915: [macosx] JDK 9 installation does not add java info to the java_home plist
d3e930b326b : 8067005: Several java/lang/invoke tests fail due to exhausted code cache
69fc48f44d8 : 8067005: Several java/lang/invoke tests fail due to exhausted code cache
aaf069bf473 : 8117883: nasgen prototype, instance member count calculation is wrong
e0a02803625 : 8117883: nasgen prototype, instance member count calculation is wrong
39366de6a71 : 8117883: nasgen prototype, instance member count calculation is wrong
c02d31fc054 : 8055269: java/lang/invoke/MethodHandles/CatchExceptionTest.java fails intermittently
5b5ba1ad869 : 8055269: java/lang/invoke/MethodHandles/CatchExceptionTest.java fails intermittently
9586d5e58a3 : 8039953: [TESTBUG] Timeout java/lang/invoke/MethodHandles/CatchExceptionTest.java
54e747b17cb : 8039953: [TESTBUG] Timeout java/lang/invoke/MethodHandles/CatchExceptionTest.java
bcd100fae51 : Added tag jdk9-b69 for changeset b15ed6c5dedd
9cb54718234 : Added tag jdk9-b69 for changeset adbe1040a135
9e43534d73b : Added tag jdk9-b69 for changeset d24a2c340a47
344c6de9260 : Added tag jdk9-b69 for changeset 97f4fef2d420
47104bc101f : Added tag jdk9-b69 for changeset cf43381c8a56
c4879427a9e : Added tag jdk9-b69 for changeset 4ba02b88b7ed
8c6ad8b54e0 : Added tag jdk9-b69 for changeset 20f60dc00878
eb0abc6a4c8 : Added tag jdk9-b69 for changeset b5fc60ba6aa1
1fd2ac8e9b1 : 8087208: Add devkit creation script for windows
b0742f7a977 : 8087193: Support building with devkits on Macosx
d3571832fcd : 8060103: CheckBlacklistedCerts.java thinks its openjdk build
57a503e4fcb : 8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
8993ac36f03 : 8098821: Crash in system dictionary initialization with shared strings
08aea231207 : 8080826: Group 15: golden files for tests in tools/javac/generics/type* dirs
e8404548b19 : Added tag jdk8u60-b20 for changeset 6e9589b50fe5
444ca0b46c7 : Added tag jdk8u60-b20 for changeset 83b37b00d699
1da6136d768 : Added tag jdk8u60-b20 for changeset 6c65ff3e2dcf
070d9f91d83 : Added tag jdk8u60-b20 for changeset 511c56e0cd31
32931821883 : Added tag jdk8u60-b20 for changeset 57c694da4e8d
d1290bfc8d4 : Added tag jdk8u60-b20 for changeset faa90f68baa9
2800934f460 : Added tag jdk8u60-b20 for changeset 7584059f0696
126756ed889 : Added tag jdk8u60-b20 for changeset aeb7780d175b
749952a7b92 : Added tag jdk8u60-b20 for changeset 0337111bb190
db21e3bae4b : Added tag jdk8u60-b20 for changeset ef4b877bcaf1
4b49706684a : Added tag jdk8u60-b20 for changeset cd4dd2d76fd8
baea0eba4c3 : Added tag jdk8u60-b20 for changeset 11ddc14d7cad
7add60236d3 : Added tag jdk8u60-b20 for changeset c5faae7e887f
11ffe88c164 : Added tag jdk8u60-b20 for changeset 17df77fdab22
680fdc15f76 : Added tag jdk8u60-b20 for changeset bf3b4b14c71f
fc423e83a9e : Added tag jdk8u60-b20 for changeset 9f0fa5b1fc9a
0308afc4907 : 8087156: SetupNativeCompilation ignores CFLAGS_release for cpp files
78b73501cf6 : 8087156: SetupNativeCompilation ignores CFLAGS_release for cpp files
90c06d9bb7c : 8085965: VM hangs in C2Compiler
4186d48cd93 : 8085965: VM hangs in C2Compiler
bd929b1d324 : 8085965: VM hangs in C2Compiler
e1ec82bedce : 8085965: VM hangs in C2Compiler
d267a6d2719 : 8098808: Convert Scope from interface to class
d5406fcfc40 : 8098808: Convert Scope from interface to class
18c25f6f9ff : 8098808: Convert Scope from interface to class
ba9a0d12c89 : 8098847: obj."prop" and obj.'prop' should result in SyntaxError
968176e04e3 : 8098847: obj."prop" and obj.'prop' should result in SyntaxError
55f2b58badb : 8098847: obj."prop" and obj.'prop' should result in SyntaxError
8fe798812fc : 8087200: Code heap does not use large pages
00c9b4ccac3 : 8087200: Code heap does not use large pages
3ea594a3bb2 : 8087312: PropertyMapWrapper.equals should compare className
d94039c9caf : 8135000: Number.prototype.toFixed returns wrong string for 0.5 and -0.5
51ea916d349 : 8135336: Fix broken build after JDK-8135262
628b53a2235 : 8135262: Sanitize CodeInstaller API
f4eda6a1a6b : 8135190: Method code too large in Babel browser.js script
b32f98f837e : 8087312: PropertyMapWrapper.equals should compare className
2a91dca60fc : 8135000: Number.prototype.toFixed returns wrong string for 0.5 and -0.5
f34d4969f91 : 8135336: Fix broken build after JDK-8135262
08ad22088e7 : 8135262: Sanitize CodeInstaller API
2a6481cc483 : 8135190: Method code too large in Babel browser.js script
28f8652430e : 8087312: PropertyMapWrapper.equals should compare className
c8cd5053567 : 8098579: Remove non-existent javax.tools.annotation package from CORE_PKGS.gmk
52b991b4119 : 8130150: Implement BigInteger.montgomeryMultiply intrinsic
97bd6da6c63 : 8130150: Implement BigInteger.montgomeryMultiply intrinsic
dc2bada8803 : 8062045: Update svc regression tests to extend the default security policy instead of override
8a1d15be538 : 8098578: Global scope is not accessible with indirect load call
e901a8a1239 : 8098578: Global scope is not accessible with indirect load call
2ea5c82229f : 8098578: Global scope is not accessible with indirect load call
9de1ade5917 : 8098807: Strict eval throws ClassCastException with large scripts
cebb1f398d0 : 8098807: Strict eval throws ClassCastException with large scripts
e87ce70fa1b : 8098807: Strict eval throws ClassCastException with large scripts
e3523ca1d9b : 8085978: LinkedTransferQueue<T>.spliterator can report LTQ.Node object, not T
69dcfd65729 : 8085978: LinkedTransferQueue<T>.spliterator can report LTQ.Node object, not T
23e3cf3d7f7 : 8074346: Type annotation on a qualified type causes spurious 'cannot find symbol' errors
aad4c335e81 : 8080163: Uninitialised variable in jdk/src/java/desktop/share/native/libfontmanager/layout/LookupProcessor.cpp
d26fd9a5b26 : 8080163: Uninitialised variable in jdk/src/java/desktop/share/native/libfontmanager/layout/LookupProcessor.cpp
3ea752166d3 : 8080774: DateFormat for Singapore/English locale (en_SG) is M/d/yy instead of d/M/yy
5885276687e : 8080774: DateFormat for Singapore/English locale (en_SG) is M/d/yy instead of d/M/yy
3c7d39cd5d5 : Added tag jdk8u65-b01 for changeset f6f828e08edb
6ac1dd8e64a : Added tag jdk8u65-b01 for changeset 97172ef13101
ffb60de4198 : Added tag jdk8u65-b01 for changeset 83f9ed8b9ff5
6547f4f317f : Added tag jdk8u65-b01 for changeset 18755416e718
48138f9cda1 : Added tag jdk8u65-b01 for changeset 3f808dd7a291
b8e92ac5b6f : Added tag jdk8u65-b01 for changeset e43a49ac29f7
cc07dff9812 : Added tag jdk8u65-b01 for changeset dd4270a6b5f9
efad23d88d4 : Added tag jdk8u65-b01 for changeset 97b86536ae99
c3c53ece7b4 : Added tag jdk8u65-b01 for changeset 4ebb35fe6a2f
91b0b046e83 : Added tag jdk8u65-b01 for changeset 920649af4469
e69ef1bd002 : Added tag jdk8u65-b01 for changeset e0a576f16637
e469978f023 : Added tag jdk8u65-b01 for changeset 15bb43a594d2
93826a402c0 : Added tag jdk8u65-b01 for changeset c1183645451f
f76b4068ae1 : Added tag jdk8u65-b01 for changeset bc806a2d8a50
960acf6b1e9 : Added tag jdk8u65-b01 for changeset 4eb0c7d26377
de84eb67de7 : Added tag jdk8u65-b01 for changeset e10995c0d6f2
35f25d72754 : 8068489: remove unnecessary complexity in Flow and Bits, after JDK-8064857
c9cebaa756c : 8068489: remove unnecessary complexity in Flow and Bits, after JDK-8064857
8ad1f8523c3 : 8080907: Develop test for Xerces Update: XML Schema Validation
83ee16e17c4 : 8098546: eval within a 'with' leaks definitions into global scope
25211787990 : 8098546: eval within a 'with' leaks definitions into global scope
3c76c775133 : 8098546: eval within a 'with' leaks definitions into global scope
21c3399f5ed : 8086052: Script evaluation should not return last function declaration
10ca8052a11 : 8087218: Constant fold loads from final instance fields in VM anonymous classes
0141308dfa9 : 8067163: Several JT_HS tests fails due to ClassNotFoundException on compacts
1b1d8f21cb5 : 8129426: aarch64: add support for PopCount in C2
38d2a4cc99f : 8086087: aarch64: add support for 64 bit vectors
e2533553f69 : 8073583: C2 support for CRC32C on SPARC
17ac153c620 : 8087350: Improve array conversions
9fe659cafa5 : 8086092: More palette improvements
5b04ada0dd6 : 8086029: Fix doclint reference warnings in org.omg.CORBA
2aebdad393f : 8015086: add interned strings to the shared archive
22fad64529a : 8087283: Add support for the XML Signature here() function to the JDK XPath implementation
9ac0d9d3411 : 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms
50746b15a94 : 8078521: AARCH64: Add AArch64 SA support
6cdf3e232db : 8072384: Setting IP_TOS on java.net sockets not working on unix
bc919d34800 : 8072384: Setting IP_TOS on java.net sockets not working on unix
5e9e4672b2f : 8072384: Setting IP_TOS on java.net sockets not working on unix
3e910b59b45 : 8072384: Setting IP_TOS on java.net sockets not working on unix
907f7f2c7c3 : 8087211: Indirect evals should be strict with -strict option
a1ca4a29f43 : 8087211: Indirect evals should be strict with -strict option
b66edff068b : 8087211: Indirect evals should be strict with -strict option
bd5a1079fe0 : 8085822: JEP 223: New Version-String Scheme (initial integration)
fac8fb8c294 : 8087238: new hotspot build - hs25.60-b21
66a62982fc4 : 8087238: new hotspot build - hs25.60-b21
822accefd48 : Added tag hs25.60-b20 for changeset fd3626ad2a9c
568f3e2ba68 : Added tag hs25.60-b20 for changeset 45535faeea9f
01ac03fa33c : 8081756: Mastering Matrix Manipulations
ed5812e4dde : 8081756: Mastering Matrix Manipulations
fc91834b25a : 8083601: jdk8u60 l10n resource file translation update 2
fc7ac8cbfe5 : 8083601: jdk8u60 l10n resource file translation update 2
7e9b2930cb7 : 8083601: jdk8u60 l10n resource file translation update 2
01560a1513a : 8083601: jdk8u60 l10n resource file translation update 2
08468231879 : Added tag jdk9-b68 for changeset 4b727de06e46
c154faf881c : Added tag jdk9-b68 for changeset 9bccf568791d
1dd0cc414aa : Added tag jdk9-b68 for changeset 16c2f760e636
28633030241 : Added tag jdk9-b68 for changeset e8e25f52dbd0
3635abd3f72 : Added tag jdk9-b68 for changeset 09305604d861
8ba193319d0 : Added tag jdk9-b68 for changeset 930f9e292f20
e80b3249aa5 : Added tag jdk9-b68 for changeset 32897056f998
a9836ce73e0 : Added tag jdk9-b68 for changeset 55a005ebb6c2
47526a6163b : 8064956: Remove sun.misc.ExtensionInstallationProvider and relevant classes
9a8eaa367ef : 8081674: EmptyStackException at startup if running with extended or unsupported charset
1a4a4c0f701 : 8087156: SetupNativeCompilation ignores CFLAGS_release for cpp files
93c48d3f096 : 8074551: GWT can be marked non-compilable due to deopt count pollution
358e1988ca2 : 8074551: GWT can be marked non-compilable due to deopt count pollution
8d568927076 : 8074551: GWT can be marked non-compilable due to deopt count pollution
f3ae8f0385f : 8074551: GWT can be marked non-compilable due to deopt count pollution
e90a48f34b4 : 8074551: GWT can be marked non-compilable due to deopt count pollution
90a42c24915 : 8074551: GWT can be marked non-compilable due to deopt count pollution
af8e2b97aea : 8087183: Fix call to inline function is_oop in header debugInfo.hpp
d62598136bb : 8129094: assert(is_java_primitive(bt)) failed: only primitive type vectors
c4c528df146 : 8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
7c7b91845f9 : 8080325: SuperWord loop unrolling analysis
77e2056234f : 8087136: regression: apply on $EXEC fails with ClassCastException
f81d62e596e : 8087136: regression: apply on $EXEC fails with ClassCastException
f3198a6632c : 8087136: regression: apply on $EXEC fails with ClassCastException
83339af0422 : 8087118: Remove missing package from java.security files
b4c80860ffb : 8087118: Remove missing package from java.security files
d9a8970008f : Added tag jdk8u60-b19 for changeset 3c74ae146496
48a4c7b6197 : Added tag jdk8u60-b19 for changeset b5baa4711cd8
02357f5de68 : Added tag jdk8u60-b19 for changeset 08050d2a8b45
20e82727eae : Added tag jdk8u60-b19 for changeset 47baa6932553
97120bae571 : Added tag jdk8u60-b19 for changeset bbc804c31d68
2bfb9e98227 : Added tag jdk8u60-b19 for changeset 7623edaf4f8b
58206e9b342 : Added tag jdk8u60-b19 for changeset 35c860376ba1
7b84b2b899b : Added tag jdk8u60-b19 for changeset 3a0cf7b28942
f185a61165e : Added tag jdk8u60-b19 for changeset 9513740d0b88
e601fb2e750 : Added tag jdk8u60-b19 for changeset 18502ff4e928
3dc72000026 : Added tag jdk8u60-b19 for changeset 3669dfd4c591
b862a88e3c0 : Added tag jdk8u60-b19 for changeset 5c3ef1211a5a
bb1e19f5753 : Added tag jdk8u60-b19 for changeset 153c5575129d
ee4c07413a8 : Added tag jdk8u60-b19 for changeset fc15ebfc3505
e390e3ff93f : Added tag jdk8u60-b19 for changeset 80aad47044af
7051eb5f011 : Added tag jdk8u60-b19 for changeset c75e011ba7dc
2b2d7e95f66 : 8085822: JEP 223: New Version-String Scheme (initial integration)
ebd376a99e9 : 8085822: JEP 223: New Version-String Scheme (initial integration)
e9cf2472e32 : 8085822: JEP 223: New Version-String Scheme (initial integration)
678a86c2eaf : 8085822: JEP 223: New Version-String Scheme (initial integration)
b4d034ea5bb : 8083601: jdk8u60 l10n resource file translation update 2
97c36f33fb4 : 8083601: jdk8u60 l10n resource file translation update 2
8b1181a3f0e : 8083601: jdk8u60 l10n resource file translation update 2
af831ed873c : 8083601: jdk8u60 l10n resource file translation update 2
96a15d81054 : 8081674: EmptyStackException at startup if running with extended or unsupported charset
8686b119167 : 8077686: OperationTimedOut exception inside from XToolkit.syncNativeQueue call on Ubuntu 15.04
159dc12a000 : 8081674: EmptyStackException at startup if running with extended or unsupported charset
6219f300c54 : 8077686: OperationTimedOut exception inside from XToolkit.syncNativeQueue call on Ubuntu 15.04
6798f5af740 : 7156085: ArrayIndexOutOfBoundsException throws in UTF8Reader of SAXParser
05e6a9e5424 : 7156085: ArrayIndexOutOfBoundsException throws in UTF8Reader of SAXParser
f8cc15a29bf : 8085805: aarch64: AdvancedThresholdPolicy lacks tuning of InlineSmallCode size
8979cb0b2da : 8086117: java/lang/Runtime/exec/LotsOfOutput.java still fails intermittently with Process consumes memory
0561e64cb13 : 8085979: Make some DTLS feature functional tests work also for TLS protocol
d19a3d76d35 : 8087115: Due to a javac type inference issue, sjavac doesn't compile with 8u31
225ca2617bf : 8080246: JNLP app cannot be launched due to deadlock
ebd11a83537 : 8054717: SJavac should track changes in the public apis of classpath classes!
3a315935079 : 8054717: SJavac should track changes in the public apis of classpath classes!
e37ef5fefc5 : 8056179: Store permissions in concurrent collections in PermissionCollection subclasses 8065942: Store PermissionCollection entries in a ConcurrentHashMap instead of a HashMap in Permissions class
5b6281adb82 : 8079134: [TESTBUG] Remove applicable_*gc and needs_*gc groups from TEST.groups
c8b153a4e7d : 8087153: EXCEPTION_ACCESS_VIOLATION when CDS RO section vanished on win32
ae6886e4d91 : 8085987: Vm crash "not long aligned" in nsk/stress/metaspace/jck60/jck6* tests
5084eb24d09 : 8078669: G1 applies SurvivorAlignmentInBytes to both survivor and old gen
b387838cea6 : 8079315: UseCondCardMark broken in conjunction with CMS precleaning on x86
6cb9f920e15 : 8078438: Interpreter should support conditional card marks (UseCondCardMark) on x86 and aarch64
4875379a42b : 8072931: JEP-JDK-8059557: Test task: test framework development
ed2bb8c9fce : 8122937: [JEP 245] Validate JVM Command-Line Flag Arguments
7f027ca1230 : 8080776: ARM 32 bit binaries do not run on 64 bit ARM v8 hardware
058dd16f78c : 8042041: https://bugs.openjdk.java.net/browse/JDK-8042041
f6fac96205e : 8087195: Support building hotspot with devkits on Macosx
ac072b303da : 8098821: Crash in system dictionary initialization with shared strings
8da14a64c8d : 8098815: Assertion failure in CDS shared string archive support on Windows
295a084cc52 : 7169803: Usage of pretenured value is not correct
8a2a6073df2 : 8077842: Remove the level parameter passed around in GenCollectedHeap
29a1b9c2ed3 : 8085865: hs_err improvement: Printing /proc/cpuinfo makes too long hs_err files
20bb21349c0 : 8085965: VM hangs in C2Compiler
606468abc42 : 8076110: VM crash when class is redefined with Instrumentation.redefineClasses
a6a13b53444 : 8079473: allow demangling to be optional in dll_address_to_function_name
e720ad23aca : 8087121: bscmake fails when building inside VS2013
709d3d936e4 : 8098552: 8079792 breaks Zero builds without precompiled headers
d9e465adaf0 : 8077279: assert(ic->is_clean()) failed: IC should be clean
8098f06af1e : 8098517: Unprotected PrintMalloc in os::realloc
df2efa1c377 : 8042668: GC Support for shared heap ranges in CDS
edcd4cb94b1 : 8015086: add interned strings to the shared archive
c3f3f0f1bd3 : 8025608: GC trace events missing nursery size information
2a9614af957 : 8086073: Fix PrintStubCode for empty StubCodeGenerator
4bbbdd7aa64 : 8086027: Multiple STATIC_ASSERTs at class scope doesn't work
d796407e503 : 8076161: Runtime stub for throw_null_pointer_exception always constructs log messages
9e5e7f9e5a4 : 8035074: hs_err improvement: Add time zone information in the hs_err file 8026335: hs_err improvement: Print exact compressed oops mode and the heap base value 8026331: hs_err improvement: Print if we have seen any OutOfMemoryErrors or StackOverflowErrors
fd10da6423a : 8086016: closed/java/text/Format/NumberFormat/BigDecimalCompatibilityTest.java is crashing
518225447f9 : 8078145: testlibrary_tests/RandomGeneratorTest.java failed with AssertionError : Unexpected random number sequence for mode: NO_SEED
d7522fb0844 : 8086046: escape analysis generates incorrect code as of B67
66dcce4334a : 8082311: NPE when compiling expression with \"^\"
4be8034a40a : 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
5aec013ef93 : 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
0f1bfba6c94 : 8080490: add $EXECV command to Nashorn scripting mode
f5e449156c5 : 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
59967ef2c78 : 8080490: add $EXECV command to Nashorn scripting mode
42184c0b41c : 8080490: add $EXECV command to Nashorn scripting mode
5744f4fc302 : 8071597: Add Stream dropWhile and takeWhile operations
5d91ae33528 : 8058290: JAAS Krb5LoginModule has suspect ticket-renewal logic, relies on clockskew grace
91a4a6b0ce8 : 8064925: URLConnection::getContent needs to be updated to work with modules
e56c76e9f71 : 8081678: Add Stream returning methods to classes where there currently exist only Enumeration returning methods
efa84f658a4 : 8081547: Prepare client libs regression tests for running in a concurrent, headless jtreg environment
bfe32f271f6 : 8129632: (fs) Files.probeContentType returns null on Mac OS X
36d62dcbb1e : 8080945: Improve the performance of primitive Arrays.sort for certain patterns of array elements
dfdcd9050f7 : 8080908: Develop test for Xerces Update: XPointer
4a0e9912f0d : 8080906: Develop test for Xerces Update: DOM L3 Serializer
ee5103f696b : 7130985: Four helper classes missing in Sun JDK
15206bdc395 : 8080246: JNLP app cannot be launched due to deadlock
c79fe56475d : 8080246: JNLP app cannot be launched due to deadlock
57953eb25df : 7130985: Four helper classes missing in Sun JDK
0645f775808 : Added tag jdk8u51-b16 for changeset 23c0739013b3
115c35a4505 : Added tag jdk8u51-b16 for changeset 4589436ea145
c183893a167 : Added tag jdk8u51-b16 for changeset 7f47ce84208d
db19f963276 : Added tag jdk8u51-b16 for changeset aaae8ef51de2
b8d0e2ea0da : Added tag jdk8u51-b16 for changeset 1e7a5299e6a6
cdc191fcfbc : Added tag jdk8u51-b16 for changeset c454144dee37
64dee759446 : Added tag jdk8u51-b16 for changeset 8b717a57f263
26632d874fc : Added tag jdk8u51-b16 for changeset 2ecbf51f6f09
bb47d66b9da : Added tag jdk8u51-b16 for changeset 2354ee979733
011a56220bf : Added tag jdk8u51-b16 for changeset 48f9fa8360aa
b06e48520a8 : Added tag jdk8u51-b16 for changeset fa2c67abe2a4
e02cd6e88c8 : Added tag jdk8u51-b16 for changeset 678c36392296
8b0f7c673f1 : Added tag jdk8u51-b16 for changeset 4f49a9bc75dc
76ecc8dd9cc : Added tag jdk8u51-b16 for changeset 63e61a8f5433
673f7bd7d79 : Added tag jdk8u51-b16 for changeset 7b9b08da6785
acb18eafa7b : Added tag jdk8u51-b16 for changeset 0a0336a0d21a
556216cef04 : 8081315: 8077982 giflib upgrade breaks system giflib builds with earlier versions
b3e99859f9c : 8081315: 8077982 giflib upgrade breaks system giflib builds with earlier versions
f286447281f : 8085975: Fix warning "converting to jlong from double" of gcc 4.1.2 after 8079561
1360b411945 : 8080684: PPC64: Fix little-endian build after "8077838: Recent developments for ppc"
a977dfe41f6 : 8085973: The targeted processes in javax/management tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms
18df7777e0d : 8085813: The targeted processes in sun/tools tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms
a6488e01529 : 8080774: DateFormat for Singapore/English locale (en_SG) is M/d/yy instead of d/M/yy
2541238e18b : 8081517: minor cleanup for docs
811fa6e09fd : 8085813: The targeted processes in sun/tools tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms
a1bb22a48c0 : 8085885: address Javadoc warnings in Nashorn source code
31d1f45723a : 8085937: add autoimports sample script to easily explore Java classes in interactive mode
8677083198d : 8085885: address Javadoc warnings in Nashorn source code
c0c6333c822 : 8085937: add autoimports sample script to easily explore Java classes in interactive mode
dd846448892 : 8085885: address Javadoc warnings in Nashorn source code
e96ff59aa3e : 8085937: add autoimports sample script to easily explore Java classes in interactive mode
2466fa71287 : 8085802: Nashorn -nse option causes parse error on anonymous function definition
6ed694954c6 : 8085802: Nashorn -nse option causes parse error on anonymous function definition
6910dec6f30 : 8085802: Nashorn -nse option causes parse error on anonymous function definition
c8c03565880 : 8054386: Allow Java debugging when CDS is enabled
4ba69287b63 : 8054386: Allow Java debugging when CDS is enabled
8d539c0d7e5 : 8081771: ProcessTool.createJavaProcessBuilder() needs new addTestVmAndJavaOptions argument
d7cf775ca70 : 8076535: Deprecate the com.sun.jarsigner package
ff7350320bb : 8085810: Return value of Objects.requireNonNull call can be used
32b49286d27 : 8085810: Return value of Objects.requireNonNull call can be used
71388e3fb60 : 8085810: Return value of Objects.requireNonNull call can be used
57abe9b3992 : 8080819: Inet4AddressImpl regression caused by JDK-7180557
7dd4ada04be : 8081521: Compiler has trouble compiling nested diamond allocation constructs involving anonymous classes
2a6517f7c15 : 8072839: JAX-B Plugability Layer: using java.util.ServiceLoader
bd2ce760a8f : 8080087: Nashorn $ENV.PWD is originally undefined
62830337ede : 8080087: Nashorn $ENV.PWD is originally undefined
cd3974600b2 : 8080087: Nashorn $ENV.PWD is originally undefined
8f99c7eca79 : 8068416: LFGarbageCollectedTest.java fails with OOME: "GC overhead limit exceeded"
07f5fc8dee8 : 8072515: Test Task: Develop new tests for JEP 219: Datagram Transport Layer Security (DTLS)
f940701d13a : 8081809: Missing final modifier in method parameters (nashorn code convention)
c0f6b7fa618 : 8081809: Missing final modifier in method parameters (nashorn code convention)
24c9ffed425 : 7097567: G1: abstract and encapsulate collector phases and transitions between them
5f5af54f95e : 8081382: Make flags ParallelGCThreads and ConcGCThreads of type uint
601f15a0d12 : 8085869: new hotspot build - hs25.60-b20
29e05127da6 : 8085869: new hotspot build - hs25.60-b20
0c1915dba59 : Added tag hs25.60-b19 for changeset 05804d1fbd24
631163d5044 : Added tag hs25.60-b19 for changeset 8d822587ee76
bc90fc9b015 : 8072726: add adapter to convert Enumeration to Iterator
31fe486b509 : 8083664: Update AudioFileWriter to generate working @see reference 8083436: Doclint regression introduced by JDK-8043758
7670069fbd7 : Added tag jdk8u45-b36 for changeset cf77b72fff6c
9cbe0579d20 : Added tag jdk8u45-b36 for changeset dec98d7353f1
020a498b057 : Added tag jdk8u45-b36 for changeset 5e05f8e3b428
dcc74f446cf : Added tag jdk8u45-b36 for changeset 30389e78f7fc
6d3de896fba : Added tag jdk8u45-b36 for changeset 1f929e69c3a6
ea155d42ed8 : Added tag jdk8u45-b36 for changeset 9598170cbbab
4969d8288a3 : Added tag jdk8u45-b36 for changeset 744750430c46
d58c0d52777 : Added tag jdk8u45-b36 for changeset b659e51e774a
e2c0eb26645 : Added tag jdk8u45-b36 for changeset e518a8b83dfb
3eb5a54fb4c : Added tag jdk8u45-b36 for changeset da6f3ad70095
6a2cc20ac56 : Added tag jdk8u45-b36 for changeset 9745ed8e373f
a16e1aa259e : Added tag jdk8u45-b36 for changeset d0c695db0200
56743a726b6 : Added tag jdk8u45-b36 for changeset d56627c88bd0
06a61d1bf20 : Added tag jdk8u45-b36 for changeset 141ee1757d99
081bb1b61df : Added tag jdk8u45-b36 for changeset 7505aea55b7f
5daa195f0f1 : Added tag jdk8u45-b36 for changeset 21a5404fd30c
52d42bb03a4 : 8085858: Better failure output for test/java/util/Arrays/ParallelPrefix.java
8c644ca310c : 8033530: [regression] Applet fails to load resources or connect back to server under some scenarios
823fb4bd9ee : 8033530: [regression] Applet fails to load resources or connect back to server under some scenarios
61e365e5f82 : 8080722: Revisit how to check for doclint reference warning during the build
4ae5f74173a : 8072384: Setting IP_TOS on java.net sockets not working on unix
2c453beab1e : Added tag jdk9-b67 for changeset c275389a3680
92021a8d906 : Added tag jdk9-b67 for changeset 86337dfa5da2
077ea341b17 : Added tag jdk9-b67 for changeset 00438d7bb747
e27fac003b8 : Added tag jdk9-b67 for changeset 2a45cd1813f7
d93037658d1 : Added tag jdk9-b67 for changeset 0944ee4b0119
cd225874d32 : Added tag jdk9-b67 for changeset a5240da82a64
c051a3bcfb5 : Added tag jdk9-b67 for changeset b83f001a855d
f9895116414 : Added tag jdk9-b67 for changeset b0bcdde43c19
d1f85378743 : 8081814: Modularize the deploy build
89b1efee307 : 8114861: bad javadoc tag in javax.accessibility.AccessibilityProvider
e4e2dba6d0d : 8078658: Make custom Cursors available for modular build
cadfa093b69 : 8081306: [TEST_BUG] remove imports of the internal API from some regression tests
57dd12307f8 : 8025492: Hand cursor does not use Windows' system cursor
2bdd5d6684a : 8098850: Remove remaining native2ascii resource files and man pages
12d1551c294 : 8022057: JFileChooser blocks EDT in Win32ShellFolder2.getIcon
b5764565e80 : 8080163: Uninitialised variable in jdk/src/java/desktop/share/native/libfontmanager/layout/LookupProcessor.cpp
24f072762d1 : 8055160: Support loading of Assistive Technology from service provider
e237db9f3ec : 8077686: OperationTimedOut exception inside from XToolkit.syncNativeQueue call on Ubuntu 15.04
0b7ae9e5118 : 8081412: Remove MHIllegalAccess.java from the problem list
975075a8c80 : 8085978: LinkedTransferQueue<T>.spliterator can report LTQ.Node object, not T
38a04dd0094 : 8080933: LogManager.demandSystemLogger should accept a 'caller' argument
4b1eb9b6188 : 8081843: (fs) FileStore.getTotalSpace returns unexpected results with >2TB file systems
a2d7bc3020c : 8087288: File.get{Free,Total,Usable}Space may return unexpected results with >2TB file systems
b05b9cbefad : 8087283: Add support for the XML Signature here() function to the JDK XPath implementation
0338c81dbdf : 6826789: SecureClassLoader should not use CodeSource URLs as HashMap keys
0357758744b : 7178683: [macosx] The default directory for open dialog is different for FileDialogOpenDirTest.html
3f8d76f3521 : 8085879: Mark intermittently failing: java/util/Arrays/ParallelPrefix.java
3132301b747 : 8054304: Clarify treatment of bounds in j.l.r.Annotated{WildcardType,TypeVariable}
3187c1a8fb3 : 8081756: Mastering Matrix Manipulations
b8c821dfbc6 : 8008803: [macosx] JVM crash in apple.laf.JRSUIUtils.HitDetection.getHitForPoint
2fe980e0412 : 8078269: JTabbedPane UI Property TabbedPane.tabAreaBackground no longer works
032cef6ff86 : 8017487: filechooser in Windows-Libraries folder: columns are mixed up
00e4411c20b : 8081315: 8077982 giflib upgrade breaks system giflib builds with earlier versions
6277fe3fae5 : 8079450: [TESTBUG] javax/swing/plaf/nimbus/8041642/bug8041642.java fails
1eb07c0adc6 : 8085910: OGL text renderer: gamma lut cleanup
b94a868049b : 8081814: Modularize the deploy build
25ccc524c24 : 8078335: Re-examine jdk.accessibility/share/classes/com/sun/java/accessibility/util location
b7baec04e06 : 8068886: IDEA IntelliJ crashes in objc_msgSend when an accessibility tool is enabled
d4b084e6b04 : 8080947: Add uint as a valid VM flag type
862b933a2ed : 8080947: Add uint as a valid VM flag type
bf336b750a4 : 8078606: Deadlock in awt clipboard
d97fc171327 : 8081219: hs_err improvement: Add event logging for class redefinition to the hs_err file
10741a86f6a : 8079565: aarch64: Add vectorization support for aarch64
46b53cd5cf3 : 8080835: Add blocking bulk read to java.io.InputStream
810d1992d2a : 8079778: Add intermittent tag to java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java
1c2084bafb4 : 8079063: ZoneOffsetTransitionRule.of should throw IAE for non-zero nanoseconds
d922187012e : 8031111: fix krb5 caddr
625d9cb9b8f : 8079821: MSOID2.java test is not perfect
31e48bc561d : 8039262: Java compiler performance degradation jdk1.7 vs. jdk1.6 should be amended
e759595d51f : 8081886: CGGlyphImages.m no longer builds with x code 4.x
2698302b16d : 8081792: buffer size calculation issue in NativeGCMCipher
afb73945a37 : 8067808: java/lang/ProcessBuilder/Basic.java failed on Assertion
b440bfb8ebc : 8081567: java/lang/ProcessHandle/InfoTest.java failed Cannot run program "whoami"
e76e828a34a : 8081824: Remove dead code GetPublicJREHome in the launcher
44033ae9bdd : 8076312: The behavior of the javax.swing.SwingContainer.delegate contradicts spec
438dec2d0de : 8081778: Use Intel x64 CPU instructions for RSA acceleration
d68213f7858 : 8079093: Remove FakeRttiSupport workaround for gcc -Wtype-limits
f35750c5d63 : 8058779: Faster implementation of String.replace(CharSequence, CharSequence)
8c46ab0d0db : 8066237: Fuzzing bug: Parser error on optimistic recompilation
e38b7a29a5a : 8066237: Fuzzing bug: Parser error on optimistic recompilation
4286ef28556 : Added tag jdk8u45-b35 for changeset 1f8da3000ff9
cb216fd3671 : Added tag jdk8u45-b35 for changeset 3cc95a1687d8
1a7b303991f : Added tag jdk8u45-b35 for changeset f810b1eb9c72
0f00147907f : Added tag jdk8u45-b35 for changeset aca2a0e2494f
2e8087b8823 : Added tag jdk8u45-b35 for changeset 75a28992c3a2
f44bd7ea484 : Added tag jdk8u45-b35 for changeset 9f440ecc1da2
bd9b7c4f27a : Added tag jdk8u45-b35 for changeset fb7213bc0482
9b377ab90b3 : Added tag jdk8u45-b35 for changeset 236c5b89712a
332be849f99 : Added tag jdk8u45-b35 for changeset bec74ed0c6fe
896a4bfae71 : Added tag jdk8u45-b35 for changeset 54f0d8dfe6f4
53f273f9256 : Added tag jdk8u45-b35 for changeset e5519dd7806d
7f8c924f684 : Added tag jdk8u45-b35 for changeset d27d2bb360bc
93e8855d88c : Added tag jdk8u45-b35 for changeset ecc5af1eb64b
6d2af9ae8dd : Added tag jdk8u45-b35 for changeset fa64362488cd
2470664b16e : Added tag jdk8u60-b18 for changeset 1613ad20692f
f47afc391ad : Added tag jdk8u60-b18 for changeset 0014318f76c6
60863d712e7 : Added tag jdk8u60-b18 for changeset 3f39104fadca
528f2780d0f : Added tag jdk8u60-b18 for changeset b007149b0c91
50f1ffde7b9 : Added tag jdk8u60-b18 for changeset 7a594b2a0bfd
53b28f69244 : Added tag jdk8u60-b18 for changeset 2b26c85ac2a5
1078a81cf65 : Added tag jdk8u60-b18 for changeset 180ae67a9cf3
83a2010588d : Added tag jdk8u60-b18 for changeset 5d5aefb039a8
9e453f1042e : Added tag jdk8u60-b18 for changeset 8cb56ee2b854
aabe092363a : Added tag jdk8u60-b18 for changeset f4626567466d
3a71db930d5 : Added tag jdk8u60-b18 for changeset 1024f54ff74f
a1f54b801ad : Added tag jdk8u60-b18 for changeset ce559c3bd205
99dae416c7a : Added tag jdk8u60-b18 for changeset b30cef364c52
390fa5c7e40 : Added tag jdk8u60-b18 for changeset d0f33862d5f8
33e1bf389eb : Added tag jdk8u60-b18 for changeset f831d6af9635
39cceacc36a : Added tag jdk8u60-b18 for changeset aaa347f73517
ecfa1d7624f : 8081313: MultipleDocumentHandling.java: tidy warnings
9f53a1004c7 : 8081813: JSONListAdapter should delegate its [[DefaultValue]] to wrapped object
95583e3829a : 8081813: JSONListAdapter should delegate its [[DefaultValue]] to wrapped object
f2c0051c6f1 : 8077036: swing docs: fix some tidy warnings
06a3f86af5b : 8081773: sun/net/www/protocol/https/ChunkedOutputStream.java references library that doesn't exist
e11aec59a27 : 8071474: Better failure atomicity for default read object
a1e2230a404 : 8081813: JSONListAdapter should delegate its [[DefaultValue]] to wrapped object
ef2de3761b0 : 8078427: More supportive home environment
016444e88d5 : 8078427: More supportive home environment
082d1bfa040 : 8081692: Configure should verify that -fstack-protector is valid
105784b8539 : 8081809: Missing final modifier in method parameters (nashorn code convention)
a5eab1ce93c : 8077409: Drawing deviates when validate() is invoked on java.awt.ScrollPane
5a582cecb9d : 8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
995e80befa1 : 8081471: Allow SetupTestFilesCompilation to set LDFLAGS for individual tests
399b01bfea5 : 8074523: Windows native binaries have inconsistent 'Product version'
bad3fd94045 : 8074523: Windows native binaries have inconsistent 'Product version'
252b1be9127 : 8081790: aarch64: SHA tests fail
b7ecae1bb93 : 8066220: Fuzzing bug: MethodHandle bug (Object,Object) != (boolean)Object
242ce54cc72 : 8072913: [REDO] GCCause should distinguish jcmd GC.run from System.gc()
93fdb4e5ad4 : 8081682: AbstractWorkGang::_terminate is never used
30a72c7647a : 8076613: gc/TestSmallHeap.java failed with OOME
6a907dfc021 : 8079084: Behavior of BeanProperty.enumerationValues() contradicts spec
2a94099e095 : 8081696: reduce dependency of Nashorn tests on external components
1f705ef6069 : 8038089: TLS optional support for Kerberos cipher suites needs to be re-examine
d9247d44f18 : 8081693: metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
fee0548ed9d : 8077504: Unsafe load can loose control dependency and cause crash
6c17c85b8f9 : 8081693: metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
8c416fc4fd7 : 8077504: Unsafe load can loose control dependency and cause crash
820f4d30891 : 8081616: Remove hard-coded CFLAGS_WARNINGS_ARE_ERRORS to fully respect --disable-warnings-as-errors
db8a93364f9 : 8080275: transparently download testng.jar for Nashorn testing
6d8372c2a7a : 8081668: fix Nashorn ant externals command
d2e20328f22 : 8081386: Test sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test has RC4 dependencies
4351e2db79f : 8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
cfff22517bb : 8081386: Test sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test has RC4 dependencies
5e55c76408b : 8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
8ee571affaa : 8080502: Update JAXB and JAX-WS to work with resource encapsulation
4a873d48e51 : 8066773: JSON-friendly wrapper for objects
cb9a9329161 : 8066220: Fuzzing bug: MethodHandle bug (Object,Object) != (boolean)Object
94a20d1c94f : 8081696: reduce dependency of Nashorn tests on external components
e27e4c462c5 : 8080275: transparently download testng.jar for Nashorn testing
82d384a6640 : 8081668: fix Nashorn ant externals command
835e9cc5a59 : 8066773: JSON-friendly wrapper for objects
0f26636c687 : 8066220: Fuzzing bug: MethodHandle bug (Object,Object) != (boolean)Object
2f90308789b : 8081696: reduce dependency of Nashorn tests on external components
1a99bf941df : 8080275: transparently download testng.jar for Nashorn testing
98a8c7cc2e2 : 8081668: fix Nashorn ant externals command
f3f4608e09f : 8072588: JVM crashes in JNI if toString is declared as an interface method
b09c2994ecf : 8081604: rename ScriptingFunctions.tokenizeCommandLine
19f9e8e4a0f : 8081604: rename ScriptingFunctions.tokenizeCommandLine
79c29537dfc : 8081604: rename ScriptingFunctions.tokenizeCommandLine
f4437cec2a9 : 8081603: erroneous dot file generated from Nashorn --print-code
0d2785c745b : 8066773: JSON-friendly wrapper for objects
20179d8cdfb : 8081603: erroneous dot file generated from Nashorn --print-code
d45b3c1c94e : 8081609: engine.eval call from a java method which was called from a previous engine.eval results in wrong ScriptContext being used
f586c6b0081 : 8081603: erroneous dot file generated from Nashorn --print-code
ae1de4733d5 : 8081609: engine.eval call from a java method which was called from a previous engine.eval results in wrong ScriptContext being used
63cb346d4a5 : 8075555: Add tiered testing definitions to the nashorn repo
c3b0b573ffa : 8081609: engine.eval call from a java method which was called from a previous engine.eval results in wrong ScriptContext being used
0f1698f9068 : 8043758: Datagram Transport Layer Security (DTLS)
1c1c11d9197 : 8075551: Add tiered testing definitions to the jaxp repo
98062e8bd15 : 8075546: Add tiered testing definitions to the langtools repo
665eee5efeb : 8080718: Make -XX:CreateCoredumpOnCrash control core dumping in all cases
3c90d44e1a2 : 8080446: The change for 8074354 removed the server check when creating minidumps on Windows
1141f3ac355 : Added tag jdk8u51-b15 for changeset e66253c7595f
49b3d716120 : Added tag jdk8u51-b15 for changeset 9032ff5ab244
315e203550c : Added tag jdk8u51-b15 for changeset 0c9a24fb40f7
fc79774e1f5 : Added tag jdk8u51-b15 for changeset d68f927c1235
97ab50b02d2 : Added tag jdk8u51-b15 for changeset d586d2faf4d9
9ecc148a237 : Added tag jdk8u51-b15 for changeset b66835b1d853
84d6f1e3c39 : Added tag jdk8u51-b15 for changeset 69fceb6e3a8d
f025174ce3b : Added tag jdk8u51-b15 for changeset d19c6887ed94
71a10b99b82 : Added tag jdk8u51-b15 for changeset 51d504f998ab
c478ff3964e : Added tag jdk8u51-b15 for changeset 757e3b219291
f7f1091cfb2 : Added tag jdk8u51-b15 for changeset 675335753e1d
3a04b14c632 : Added tag jdk8u51-b15 for changeset b527cf7843a9
9d32653c507 : Added tag jdk8u51-b15 for changeset 5266c58051f4
08e7e178997 : Added tag jdk8u51-b15 for changeset 3de50b07bec7
5427dcc0b94 : Added tag jdk8u51-b15 for changeset 6b12d706737f
5f868cb621a : Added tag jdk8u51-b15 for changeset 8b8be651e861
3e3d322579f : 8081622: Increment the build value to b03 for hs25.51 in 8u51-b15
c21787aad39 : 8081622: Increment the build value to b03 for hs25.51 in 8u51-b15
91eb85cce16 : 8073372: Redundant CONSTANT_Class entry not generated for inlined constant
647e1a2a44b : 8073372: Redundant CONSTANT_Class entry not generated for inlined constant
ea68abc64ea : 8081566: java/lang/ProcessHandle/InfoTest.java failed on case sensitive command
0b4d0d4fec6 : 8081565: javac lint warnings in jdk testlibrary
435c40f71bf : 8081019: Check peer to null in CPlatformWindow.checkZoom()
2eb85868f38 : 8066218: UTF-32LE mistakenly detected as UTF-16LE
29b39121664 : 8066218: UTF-32LE mistakenly detected as UTF-16LE
4a9502a06af : 8066218: UTF-32LE mistakenly detected as UTF-16LE
40f869686c7 : 8081386: Test sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test has RC4 dependencies
58c413e2d49 : 8080086: Test javax/imageio/plugins/png/ItxtUtf8Test.java fails on Linux with G1 GC
c71e5bd1826 : 8081392: getNodeValue should return 'null' value for Element nodes
65334d39408 : 8081392: getNodeValue should return 'null' value for Element nodes
efaa3744a21 : 7011441: jndi/ldap/Connection.java needs to avoid spurious wakeup
1a5f839adc6 : 8077667: 'variable may not have been initialized' error for parameter in lambda function
1b685e4aa79 : 8081538: test CheckEBCDICLocaleTest is failing
c8f110edb6d : 8081541: @ignore CheckEBCDICLocaleTest
783a654b178 : 8073372: Redundant CONSTANT_Class entry not generated for inlined constant
b4ff25ecc84 : 8081536: (process) remove unreliable ScaleTest from ProcessHandle tests
103d99baf18 : 8077350: JEP 102 Process API Updates Implementation
5fbfe34bf69 : 8081522: build failed with jdk8081452 change
0c39467189a : 8081447: System JPEG builds include in-tree jpeglib.h, resulting in build failure
97f5b473ec0 : 8081027: Create a common test to check adequacy of initial size of static HashMap/ArrayList fields
5fe4d18385a : 8081452: Move sun.nio.cs.AbstractCharsetProvider into jdk.charset/sun.nio.cs.ext
f5800b1a9c7 : 8023794: [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON
3ab615bd2c4 : 8081508: metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
81b0f156c8e : 8080976: Unexpected AIOOB thrown from 1.9.0-ea-b64 on (regression)
eaf1406cf40 : 8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
69aeb7540a0 : 8001622: loadUB2L_immI8 & loadUS2L_immI16 rules don't match some 8-bit/16-bit masks
aae5102c06a : 8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
d78a5bc2c18 : 8081392: getNodeValue should return 'null' value for Element nodes
38bcbb873f8 : 8081392: getNodeValue should return 'null' value for Element nodes
721778c6b5d : 8081470: com/sun/jdi tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
1bcd297ab15 : 8081470: com/sun/jdi tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
9cc4a70ee91 : 8081470: com/sun/jdi tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
b1388f39a95 : 8080928: Uninitialised variable in hotspot/src/share/vm/prims/jvmtiEnvBase.cpp
80d98f560a6 : 8081475: SystemTap does not work when JDK is compiled with GCC 5
6a5fa52c182 : 8076319: jstat verified class fix
9b5e1ddb927 : 8029567: Clean up linkResolver code
1d268c11053 : Added tag hs25.60-b18 for changeset fca9e09c8bff
af3d40fcca4 : Added tag hs25.60-b18 for changeset 3bf7db4d33a2
f1a3698f4c3 : 8080842: Using Lambda Expression with name clash results in ClassFormatError
4815781a4a3 : 8081271: NPE while compiling a program with erroneous use of constructor reference expressions
adc531d210a : 8051952: Unreachable.java test failing on Windows
69e03ffa354 : 8081295: Build failed with GCC 5.1.1
6b065339e56 : Added tag jdk9-b66 for changeset addfa81a8448
67886b6ed3f : Added tag jdk9-b66 for changeset 271924202c97
4241cee0a08 : Added tag jdk9-b66 for changeset 76bc0159a861
b769cb2a016 : Added tag jdk9-b66 for changeset 1286226d1236
7c650f194d2 : Added tag jdk9-b66 for changeset 4a2e0a5ac013
5ccbd0b4530 : Added tag jdk9-b66 for changeset 725914ee5f0c
54bce8cb178 : Added tag jdk9-b66 for changeset aaed6c21c444
fc4cc37cc63 : Added tag jdk9-b66 for changeset a3ea54d69bd0
6329a86bcaa : 8080991: Compilation error with recent clang in java.base/share/native/launcher/main.c: error: comparison of array 'const_jargs' not equal to a null pointer is always true
db07e1ab72f : 8075678: java.time javadoc error in DateTimeFormatter::parsedLeapSecond 8075676: java.time package javadoc typos
b1b8d30c259 : 8075678: java.time javadoc error in DateTimeFormatter::parsedLeapSecond 8075676: java.time package javadoc typos
6c70d53d169 : 8075678: java.time javadoc error in DateTimeFormatter::parsedLeapSecond 8075676: java.time package javadoc typos 8068276: java.time.chrono.HijrahChronology.eraOf() assertions may lead to misunderstanding
c44a1b31844 : 8081417: test CheckEBCDICLocaleTest.java is failing intermittently
e985219ecdf : 8041470: JButtons stay pressed after they have lost focus if you use the mouse wheel
bd4f308f9bc : 8041470: JButtons stay pressed after they have lost focus if you use the mouse wheel
4dc4dd721ef : 8041470: JButtons stay pressed after they have lost focus if you use the mouse wheel
53a97cbeb35 : 8081347: Add @modules to jdk_core tests
5aee5a8ee73 : 8081359: Update bug reporting URL
91868186b06 : 8038310: Re-examine integration of extended Charsets
c5aebd63b52 : 8081245: MHIllegalAccess.java failing across platforms
d16d3eca510 : 8081037: serviceability/sa/ tests time out on Windows
41af7e78fd1 : 8080628: No mnemonics on Open and Save buttons in JFileChooser
68e4030d044 : 8080628: No mnemonics on Open and Save buttons in JFileChooser
e1c0ef6540a : 8080428: [TESTBUG] java/lang/invoke/8022701/MHIllegalAccess.java - FAIL: Unexpected wrapped exception java.lang.BootstrapMethodError
cb521446fc3 : 8080428: [TESTBUG] java/lang/invoke/8022701/MHIllegalAccess.java - FAIL: Unexpected wrapped exception java.lang.BootstrapMethodError
e6e9202e936 : 8080428: [TESTBUG] java/lang/invoke/8022701/MHIllegalAccess.java - FAIL: Unexpected wrapped exception java.lang.BootstrapMethodError
bfdaf0efed9 : 8081332: AIX: fix charset dependenicies after 8035302:Eliminate dependency on jdk.charsets from 2D font code
98d6dd65f93 : 8081292: sun/tools/jmap/BasicJMapTest.java timed out
32547d8a768 : 8081355: Test missed for the fix of JDK-8007456 backport to jdk8u-dev
c3604d0aa88 : 8081355: Test missed for the fix of JDK-8007456 backport to jdk8u-dev
321449a8e1a : 8077296: RE build fails on non-Win builds when attempting to build Win only javadoc
88254b3345f : 8077296: RE build fails on non-Win builds when attempting to build Win only javadoc
a7621656170 : 8077296: RE build fails on non-Win builds when attempting to build Win only javadoc
527b5d0428e : 8077296: RE build fails on non-Win builds when attempting to build Win only javadoc
18dd0d63051 : 8081278: Typo in Exception Message
7c57878f393 : 8074432: Move jdeps and javap to jdk.jdeps module
ab120497cfb : 8074432: Move jdeps and javap to jdk.jdeps module
ee3e3590251 : 8074432: Move jdeps and javap to jdk.jdeps module
6e124849866 : Added tag jdk8u60-b17 for changeset 2964f5df71d7
ed62bf0f0e2 : Added tag jdk8u60-b17 for changeset 1fbeae7be813
4c02dd7dc10 : Added tag jdk8u60-b17 for changeset 3dede817e0c3
0e86e0f85d1 : Added tag jdk8u60-b17 for changeset ed65a5b78b00
520f9b6a65d : Added tag jdk8u60-b17 for changeset 88e1b8b6249e
be62e136521 : Added tag jdk8u60-b17 for changeset 82437d945228
b4fd63fd444 : Added tag jdk8u60-b17 for changeset ed49124ac77d
a2a8e8a1135 : Added tag jdk8u60-b17 for changeset 8331e2a0fc46
29c904536b0 : Added tag jdk8u60-b17 for changeset 1255347cda7b
a8900222814 : Added tag jdk8u60-b17 for changeset dc9199343dd8
51974f3e92a : Added tag jdk8u60-b17 for changeset 012a687b43ac
a20416d4624 : Added tag jdk8u60-b17 for changeset 64db2d51feae
03be685acec : Added tag jdk8u60-b17 for changeset 44788e6584f0
3ee6943ba2d : Added tag jdk8u60-b17 for changeset 5a1fe42a4999
f07709b4644 : Added tag jdk8u60-b17 for changeset a61e728ac6b9
dcdfff3eeb6 : Added tag jdk8u60-b17 for changeset d65e9ad41e52
3159f35eb9a : 8081022: java/time/test/java/time/format/TestZoneTextPrinterParser.java fails by timeout on slow device
00a0b9a6fba : 8081022: java/time/test/java/time/format/TestZoneTextPrinterParser.java fails by timeout on slow device
7b960a2e592 : 8081022: java/time/test/java/time/format/TestZoneTextPrinterParser.java fails by timeout on slow device
f2d591c2959 : 8081334: com.sun.tools.javap and com.sun.tools.javah are not exported API
ba7c5970f9a : 8028480: (zipfs) NoSuchFileException on creating a file in ZipFileSystem with CREATE and WRITE 8034773: (zipfs) newOutputstream uses CREATE_NEW when no options specified
d321ca95232 : 8081156: jjs "nashorn.args" system property is not effective when script arguments are passed
c908db1268c : 8081156: jjs "nashorn.args" system property is not effective when script arguments are passed
2180c59e9a6 : 8081156: jjs "nashorn.args" system property is not effective when script arguments are passed
c318ab6e23a : 8081814: Modularize the deploy build
dc63fa46894 : 8081037: serviceability/sa/ tests time out on Windows
48a0b961878 : 8077377: java/net/MulticastSocket/SetOutgoingIf.java fails intermittently with NullPointerException
66fa897e7dd : 8079652: Could not enable D3D pipeline
9311a216d39 : 8079652: Could not enable D3D pipeline
742b1ff410d : 8081037: serviceability/sa/ tests time out on Windows
03c24ff25bf : 8041677: java/net/MulticastSocket/TestInterfaces failed on Oracle VM Virtual Ethernet Adapter
f0e860829ec : 8081204: ListAdapter throws NPE when adding/removing elements outside of JS context
b203400c22c : 8081204: ListAdapter throws NPE when adding/removing elements outside of JS context
6e24cffe34d : 8081204: ListAdapter throws NPE when adding/removing elements outside of JS context
5e3d542763e : 8081289: aarch64: add support for RewriteFrequentPairs in interpreter
a1eb5158120 : 8081669: aarch64: JTreg TestStable tests failing
b05ced98a1d : 8007456: Nashorn test framework @argument does not handle quoted strings
0ee851e5efa : 8081039: G1: Remove unused statistics code in G1NoteEndOfConcMarkClosure and G1ParNoteEndTask
385f5d800aa : 8080726: Redundant error message on private abstract interface method with body
6fe284e4018 : 8081231: JDK9 client build broken on Windows
af2adbdc5af : Added tag jdk8u51-b14 for changeset 069c0e18703e
28d4b01bf63 : Added tag jdk8u51-b14 for changeset c1e838fa2e72
7823dbbf4f1 : Added tag jdk8u51-b14 for changeset 86f6768a50f0
bd3c01ba3b1 : Added tag jdk8u51-b14 for changeset c1e1ce031ae3
0cfaf6cc13f : Added tag jdk8u51-b14 for changeset ff19be8a4e25
f0cae5f8b55 : Added tag jdk8u51-b14 for changeset ea0af7ab6fc5
bd41ec306a8 : Added tag jdk8u51-b14 for changeset afc06317b5b6
ee4ffab5a9c : Added tag jdk8u51-b14 for changeset 6d2864973182
9644c3cc6a5 : Added tag jdk8u51-b14 for changeset f6e9e0f84701
8dce81da40a : Added tag jdk8u51-b14 for changeset 8b94180e58d1
d52fcf16475 : Added tag jdk8u51-b14 for changeset 6d2f3fea4b15
3b66b256fae : Added tag jdk8u51-b14 for changeset f5cdcc3d2d04
de19db0e2ac : Added tag jdk8u51-b14 for changeset e2b42325180b
e4904d03e23 : Added tag jdk8u51-b14 for changeset 91ebf3799aff
ddb98d6bfcd : Added tag jdk8u51-b14 for changeset 9527b29b29f7
dc047a3d386 : Added tag jdk8u51-b14 for changeset b6a48f2ffb20
92bfe45d6a3 : 8060161: re-examine sun/nio/cs/Test4200310.sh, test is invalid for modular image
ffa3f067cc2 : 8078408: Java version applet hangs with Voice over turned on
9c465975aca : 8078408: Java version applet hangs with Voice over turned on
77588c66b44 : 8051712: regression Test7107135 crashes
4411bdd3cc9 : 8078427: More supportive home environment
a9f9be2377d : 8078427: More supportive home environment
91b74f4fdc8 : 8078823: javax/net/ssl/ciphersuites/DisabledAlgorithms.java fails intermittently
f41f1b4c7a6 : 8040147: minor cleanup for docs
60ea3cb98fc : 8040147: minor cleanup for docs
99593500bb5 : 8081062: ListAdapter should take advantage of JSObject
c253d7de884 : 8007456: Nashorn test framework @argument does not handle quoted strings
0855d39940e : 8081062: ListAdapter should take advantage of JSObject
b8fc539dc45 : 8007456: Nashorn test framework @argument does not handle quoted strings
1333ff7ddd4 : 8081062: ListAdapter should take advantage of JSObject
4f8755f9b8a : 8080911: sun/security/krb5/auto/UseCacheAndStoreKey.java timed out intermittently
b37f82d7081 : 8081015: Allow conversion of native arrays to Queue and Collection
05e924d4b5a : 8081015: Allow conversion of native arrays to Queue and Collection
f9b1376aa3f : 8081015: Allow conversion of native arrays to Queue and Collection
8d0ec77fc6c : 8080628: No mnemonics on Open and Save buttons in JFileChooser
183dd96318e : 8080663: Use sun.misc.SharedSecrets to allow access from java.management to @ConstructorProperties
2801cf3fee1 : 8080983: libdt_socket: Build failed with VS2013 SP4
7b3c4b4d32b : 8080983: libdt_socket: Build failed with VS2013 SP4
5b954fdc5ec : 8036743: need ArrayBuffer constructor with specified data
976d6c1e2a7 : 8081007: Remove redundant active worker variables and calls in ParNewGeneration::collect
3ef1c8d4c37 : 8079640: GroupLayout incorrect layout with large JTextArea
807c69046a1 : 8081629: CMS split_block() does not correctly fix up block-offset-table for large blocks
c00b15bccda : 8135253: Add push method to CollectionSetChooser
89ec7704978 : 8135260: Split G1CollectorPolicy::finalize_cset into two parts
e587cb71657 : 8135298: Fix zero builds for "unknown" architectures on linux
fea40d07b49 : 8135209: Avoid abutting string literals and identifiers
7ec42b2f7a1 : 8135025: Error message is repeated for large value at G1ConcRefinementThreads
6f11efbbb44 : 8135154: Move cards scanned and surviving young words aggregation to G1ParScanThreadStateSet
5ee47e4f955 : 8134523: Humongous object test fails with OOME
2dbd4dd578d : 8135152: Create a G1ParScanThreadStateSet class for managing G1 GC per thread states
802664728f0 : 8134797: Remove explicit casts in CollectorPolicy hierarchy
abaeabd0cdc : 8042125: Japanese character converters incompatible between Java 7 and Java 8
b04e91828a8 : 8068978: All versions of javax.script.ScriptEngine.eval(...) method may clarify ScriptException throwing
243208ab2e5 : 8003399: JFileChooser gives wrong path to selected file when saving to Libraries folder on Windows 7
27aac42dc55 : 8080833: JDK-8076524 has failed to remove binary files
f3f59e37c99 : 8080879: Remove FlexibleWorkGang::set_for_termination
b04d2bca572 : 8080746: Refactor oop iteration macros to be more general
6b7bbd48847 : 8050374: More Signature tests
421c0ad3312 : 8062552: Support keystore type detection for JKS and PKCS12 keystores
82ef25bb1bf : 8062552: Support keystore type detection for JKS and PKCS12 keystores
b013ddda1d2 : 8080930: SA changes broke bootcycle-images builds
af164e79264 : 8065233: Remove Policy provider code that synchronizes on identityPolicyEntries List
041dbf030e2 : 8048030: Expectations should be consistent
44af11b7a32 : 8061831: [OGL] "java.lang.InternalError: not implemented yet" during the blit of VI to VI in xor mode
9f0e9954f90 : 8079652: Could not enable D3D pipeline
ba66b39837f : 8080541: More direct property handling
a14dda7fefb : 8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
2b7a1f0f83b : 8078427: More supportive home environment
64ed711878b : 8081386: Test sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test has RC4 dependencies
47195b0de20 : 8048030: Expectations should be consistent
6da98d03ddd : 8080541: More direct property handling
074afd7a2a4 : 8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
a5ff0a94a67 : 8078427: More supportive home environment
69fd5e00898 : 8081386: Test sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test has RC4 dependencies
075f70e43e3 : 8048030: Expectations should be consistent
78d9d8c7dfe : 8080541: More direct property handling
81ae8feaede : 8074431: Remove native2ascii tool
015ec1085a5 : 8074431: Remove native2ascii tool
efeb942f9fb : 8074431: Remove native2ascii tool
b081f20d610 : 6587235: Incorrect javadoc: "no parameter" in 2d source code
0de6f9f413b : 8080901: Replace package.html files with package-info.java in the java.base module
4612edcf52c : 8080803: sun/nio/cs/FindEncoderBugs.java failing intermittently
13711e78f09 : 8071306: GUI perfomance are very slow compared java 1.6.0_45
d1d75812b04 : 8064736: Part of java.util.jar.JarFile spec looks confusing with references to Zip
67b606e4563 : 8078855: [TEST_BUG] javax/swing/JComboBox/8032878/bug8032878.java fails in WindowsClassicLookAndFeel
3788afad1f0 : 8074818: Resolve disabled warnings for libjava 8080007: Stop ignoring warnings for libjava
318383493e6 : 8079440: [TESTBUG] @run is missing in java/awt/TrayIcon/8072769/bug8072769.java
db20c1bc454 : 8080877: Don't use workers()->total_workers() when walking G1CollectedHeap::_task_queues
e39d4f074f7 : 8080608: Missing archive name from jdeps -v -e output if no dependency on other JAR
aedf6746768 : 8080156: Integer.toString(int value) sometimes throws NPE
63a6beef711 : 8080156: Integer.toString(int value) sometimes throws NPE
23b343af682 : 8080876: Replace unnecessary MAX2(ParallelGCThreads, 1) calls with ParallelGCThreads
21bb8edbbad : 8080840: Clean up active_workers() asserts
5d81ec20824 : 8080837: Move number of workers calculation out of CollectionSetChooser::prepare_for_par_region_addition
33461c4c6ef : 8080627: JavaThread::satb_mark_queue_offset() is too big for an ARM ldrsb instruction
0296c2894bf : 8080699: Assert failed: Not a Java pointer in JCK test
14a1d718741 : 8080156: Integer.toString(int value) sometimes throws NPE
c55c7818a4f : 8066757: Can't build 'images' with --disable-zip-debug-info on OS X after jigsaw m2 merge
743a5170bae : Added tag hs25.60-b17 for changeset 8d7c4aa0a33d
ba1a18d99ab : Added tag hs25.60-b17 for changeset 5d3b0abd6ca6
48e61a6f7e2 : 8069068: VM warning: WaitForMultipleObjects timed out (0) ..
bd1a0cf8eca : 8080855: Create sanity test for JDK-8080692
a6ffb28ff8e : 8080828: Create sanity test for JDK-8080155
554de7a8bc0 : 8080248: Coding regression in HKSCS charsets
743dc03bc58 : 8080819: Inet4AddressImpl regression caused by JDK-7180557
dd781cae375 : 7156085: ArrayIndexOutOfBoundsException throws in UTF8Reader of SAXParser
305598b7837 : 8080248: Coding regression in HKSCS charsets
dd763c11537 : 8080819: Inet4AddressImpl regression caused by JDK-7180557
48dac158059 : 7156085: ArrayIndexOutOfBoundsException throws in UTF8Reader of SAXParser
9e2b6dfd081 : 8080248: Coding regression in HKSCS charsets
8ddcf2aab04 : 8079693: Add support for ECDSA P-384 and P-521 curves to XML Signature
9ac1ce305e9 : 8080897: tests broken in bad merge
da2e1f9e4ea : 8080870: Open up Dependencies for use from other packages
b6262441ad8 : 8076543: Add @modules as needed to the langtools tests
58d754e109c : Added tag jdk9-b65 for changeset 8bbe109bca14
bc53d77cd1c : Added tag jdk9-b65 for changeset f0f03398adb4
d0f72986d8e : Added tag jdk9-b65 for changeset 9c04ed826c93
4034dc7cb35 : Added tag jdk9-b65 for changeset 92cd300e0653
6d4b156d6cb : Added tag jdk9-b65 for changeset bc411809e58c
1a110827adb : Added tag jdk9-b65 for changeset 7337899df26d
614bc739c4b : Added tag jdk9-b65 for changeset 01b7cab6b7b1
0cb2da8f489 : Added tag jdk9-b65 for changeset a61494bfed44
70c4a5c884a : Added tag jdk8u60-b16 for changeset 90de73506cde
c756702de34 : Added tag jdk8u60-b16 for changeset 483464d7a3d6
b2be2fdcbd9 : Added tag jdk8u60-b16 for changeset 0afbf7561467
f56a5b67ea6 : Added tag jdk8u60-b16 for changeset a1ee39c52539
10f82b934c5 : Added tag jdk8u60-b16 for changeset 600b495dc291
d8a53be0c87 : Added tag jdk8u60-b16 for changeset 5d2b8a9b9f54
3a03c3c42e3 : Added tag jdk8u60-b16 for changeset b7fff0c5309f
399fde96da0 : Added tag jdk8u60-b16 for changeset 249eec1f247f
3e13fe35793 : Added tag jdk8u60-b16 for changeset 858a73a44434
ec638927bbb : Added tag jdk8u60-b16 for changeset cfc952184a8e
17a071e579b : Added tag jdk8u60-b16 for changeset 7615a7750651
c9115dcdb62 : Added tag jdk8u60-b16 for changeset b40ebc89bb03
746c57b90fa : Added tag jdk8u60-b16 for changeset b832df2950bb
d2cd57a437c : Added tag jdk8u60-b16 for changeset 510e966cbd3b
1d4ebc6284f : Added tag jdk8u60-b16 for changeset a0a81b89aa06
0c65a32e96e : Added tag jdk8u60-b16 for changeset 0ccc106229b5
457be276d82 : 8080589: (fs) FileChannel.force should use fcntl(F_FULLFSYNC) instead of fsync on OS X
6deb69ac50f : 8072578: ProbeKeystores.java creates files in test.src
8dae5cfddb2 : 8079145: jdk.nashorn.internal.runtime.arrays.IntArrayData.convert assertion
8d942347d1d : 8079145: jdk.nashorn.internal.runtime.arrays.IntArrayData.convert assertion
5431091715d : 8079145: jdk.nashorn.internal.runtime.arrays.IntArrayData.convert assertion
af066eba2e1 : 8080692: lots of jstack tests failing in pit
47a5823eae3 : 8059340: ConstantPool::_resolved_references is missing in heap dump
3f096651f30 : 8059340: ConstantPool::_resolved_references is missing in heap dump
ac389c041bf : 8060036: C2: CmpU nodes can end up with wrong type information
06da6ba558e : 8077620: [TESTBUG] Some of the hotspot tests require at least compact profile 3
bb0c0fd3660 : 8080804: new hotspot build - hs25.60-b18
2014a92a876 : 8060036: C2: CmpU nodes can end up with wrong type information
09a49ecc88d : 8077620: [TESTBUG] Some of the hotspot tests require at least compact profile 3
4823ccb4873 : 8080804: new hotspot build - hs25.60-b18
346fb9ffa76 : 8060036: C2: CmpU nodes can end up with wrong type information
9131fc15745 : 8080848: delete of bound Java method property results in crash
81844531541 : 8080848: delete of bound Java method property results in crash
8777094b4f5 : 8080848: delete of bound Java method property results in crash
549e51828aa : 8077155: LoginContext Subject ignored by jdk8 sun.net.www.protocol.http.HttpURLConnection
712901d8168 : 8077155: LoginContext Subject ignored by jdk8 sun.net.www.protocol.http.HttpURLConnection
b9a41acccfc : 8077155: LoginContext Subject ignored by jdk8 sun.net.www.protocol.http.HttpURLConnection
3378571e839 : 8077155: LoginContext Subject ignored by jdk8 sun.net.www.protocol.http.HttpURLConnection
940ae164392 : 8077822: javac does not recognize '*.java' as file if '-J' option is specified
e4a6146df62 : 8077822: javac does not recognize '*.java' as file if '-J' option is specified
4e9a9eee847 : 8080869: FlexibleWorkGang initializes _active_workers to more than _total_workers
a3c77df5f12 : 8077504: Unsafe load can loose control dependency and cause crash
d29a80d711e : 8055753: Use ConcurrentHashMap to map ProtectionDomain to PermissionCollection
c81ec40e820 : 8077102: dns_lookup_realm should be false by default
ce52f3f18cc : 8077102: dns_lookup_realm should be false by default
c7c5826bb2c : 8048599: Tests for key wrap and unwrap operations
5dc3521a808 : 8080113: Remove CollectedHeap::set_par_threads()
8d0f1a65288 : 8080112: Replace and remove the last usages of CollectedHeap::n_par_threads()
b77b3ec014d : 8080111: Remove SubTaskDone::_n_threads
c13872f88d5 : 8080110: Remove usage of CollectedHeap::n_par_threads() from root processing
e13e75547c1 : 8080109: Use single-threaded code in Threads::possibly_parallel_oops_do when running with only one worker thread
c08928ac7cf : 8078464: Path2D storage growth algorithms should be less linear
3be88098d8e : 8078464: Path2D storage growth algorithms should be less linear
df3232ad8b0 : 8076419: Path2D copy constructors and clone method propagate size of arrays from source path
1604d2b2def : 8076419: Path2D copy constructors and clone method propagate size of arrays from source path
efc37c5e71f : 8077155: LoginContext Subject ignored by jdk8 sun.net.www.protocol.http.HttpURLConnection
9cecb7f70a7 : 8077822: javac does not recognize '*.java' as file if '-J' option is specified
b7d8c579080 : 8078582: java/lang/Runtime/exec/LotsOfOutput.java fails intermittently with Process consumes memory
1e0436a6c82 : 8066985: Java Webstart downloading packed files can result in Timezone set to UTC
fe46efaf104 : 8066985: Java Webstart downloading packed files can result in Timezone set to UTC
a3ea97f915c : 8080680: sun/nio/cs/TestCompoundTest.java should be removed from TEST.groups
265b75c5845 : 8078834: [TESTBUG] Tests fails on ARM64 due to unknown hardware
d129b4e14c7 : 8080623: CPU overhead in FJ due to spinning in awaitWork
c3cba14d53b : 8080623: CPU overhead in FJ due to spinning in awaitWork
8654e36410c : 8080623: CPU overhead in FJ due to spinning in awaitWork
246b8c09949 : 8079644: memory stomping error with ResourceManagement and TestAgentStress.java
2df112c97bf : 8079644: memory stomping error with ResourceManagement and TestAgentStress.java
d917a8866cc : 8080600: AARCH64: testlibrary does not support AArch64
5816161236f : 8080598: Javadoc warnings in Global.java after lazy initialization
70c0c05826c : 8080598: Javadoc warnings in Global.java after lazy initialization
7945c7b276d : 8080598: Javadoc warnings in Global.java after lazy initialization
c8fa7eb4ddc : 8047330: Remove unrolled card loops in G1 SparsePRTEntry
a519b68e57a : 8072002: The spec on javax.script.Compilable contains a typo and confusing inconsistency
a02001cc6ae : 8072002: The spec on javax.script.Compilable contains a typo and confusing inconsistency
216d24980d6 : 8072002: The spec on javax.script.Compilable contains a typo and confusing inconsistency
8931c0d3b24 : 8080711: Prepare sun/nio/cs/FindEncoderBugs.java to find intermittent failures
21d6bd40e9b : 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
febb31fdd16 : 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
a8e9ef12aee : 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
79a60997267 : 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
58995769550 : 8075284: fix up miscellaneous TM constructions
8f509d71e60 : 8055269: java/lang/invoke/MethodHandles/CatchExceptionTest.java fails intermittently
9fb89f6d014 : 8080584: isGCActiveMark.hpp should not include parallelScavengeHeap.hpp
5dc10dc5068 : 8080658: Update sun/nio/cs/FindDecoderBugs.java to use random number generator library
a6ad9cd49a9 : 8080629: (fs) Re-enable ability to fsync() on directories even though read()s on those directories may fail
7c62a26e6bd : 8080308: TypeProfileLevel on SPARC platform should enable JSR292-only profiling level
5e68a86953e : 8080585: concurrentGCThread.hpp should not include suspendibleThreadSet.hpp
30cda926e9c : 8080422: some docs cleanup for core libs
c001e13f4d2 : 8077620: [TESTBUG] Some of the hotspot tests require at least compact profile 3
7695bc389d1 : 8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
89885de1e85 : 8080190: PPC64: Fix wrong rotate instructions in the .ad file
5e87763e5c3 : 8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before
e68cf368079 : 8080190: PPC64: Fix wrong rotate instructions in the .ad file
6ada2ebc46b : 8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before
b48a61e5be7 : 8080190: PPC64: Fix wrong rotate instructions in the .ad file
d4f45f51c9e : 8080630: Stop doing sed manipulation of manifest files in SetupJavaCompilation
eeaa0923e4f : 8080630: Stop doing sed manipulation of manifest files in SetupJavaCompilation
40acb10f774 : 8080581: Align SA with new GC directory structure
c0fcbe951e6 : 8075288: malloc without free in VM_PopulateDumpSharedSpace::doit()
ae7da8e1198 : 8077102: dns_lookup_realm should be false by default
99f80917827 : 8079644: memory stomping error with ResourceManagement and TestAgentStress.java
ec608e447d7 : 8074657: Missing space on a boundary of concatenated strings
29cc5b32c09 : 8074657: Missing space on a boundary of concatenated strings
13c92b58f07 : 8080538: hprof does not work well with multiple agents on non-Solaris platforms
5223d1eeeb9 : Added tag jdk8u51-b13 for changeset 20e5b81abab1
4beb83f24b9 : Added tag jdk8u51-b13 for changeset 894a86c3d73e
45e07747745 : Added tag jdk8u51-b13 for changeset 2d9686116dfe
94e6a9e6c8e : Added tag jdk8u51-b13 for changeset c7efdf17159b
003c530e23b : Added tag jdk8u51-b13 for changeset f346e0276917
b9ed7e020a4 : Added tag jdk8u51-b13 for changeset 767b4dfc92bc
74fa4a54193 : Added tag jdk8u51-b13 for changeset 34f0ad96a9a2
480b11a4b5b : Added tag jdk8u51-b13 for changeset 60810fecdd96
edba5ff55d3 : Added tag jdk8u51-b13 for changeset c6c077eb9926
4e05ed7920e : Added tag jdk8u51-b13 for changeset 9929fce756e2
ee603d3476b : Added tag jdk8u51-b13 for changeset c7f7992bc326
8a96ec30721 : Added tag jdk8u51-b13 for changeset 175a10ef013a
6d3d3c1ce79 : Added tag jdk8u51-b13 for changeset 3c97eb050e4e
15b94e51170 : Added tag jdk8u51-b13 for changeset 7cefe422e47e
f5c1e4d5763 : 8080281: 8068945 changes break building the zero JVM variant
9f4d4589f7c : 8080318: jdk8u51 l10n resource file translation update
d7c203da095 : 8080318: jdk8u51 l10n resource file translation update
b0e3a1d6e1f : 8080318: jdk8u51 l10n resource file translation update
519cd35a548 : 8080318: jdk8u51 l10n resource file translation update
eb68509b7dd : 8079140: IgnoreAllErrorHandler should use doPrivileged when it reads system properties
43b2601a963 : 8080535: (ch) Expected size of Character.UnicodeBlock.map is not optimal
87e17632b5e : 8080586: aarch64: hotspot test compiler/codegen/7184394/TestAESMain.java fails
7e89934d9ee : 8080522: Optimize string operations in java.base/share/classes/sun/security/x509/
12817670e2a : 8079138: Additional negative tests for XML signature processing
39c8debb45a : 8081771: ProcessTool.createJavaProcessBuilder() needs new addTestVmAndJavaOptions argument
4f1f51fbff7 : 8149417: Use final restricted flag
dd07b4e2175 : 8048147: Privilege tests with JAAS Subject.doAs 8076486: [TESTBUG] javax/security/auth/Subject/doAs/NestedActions.java fails if extra VM options are given
58975d7898d : 8153673: [BACKOUT] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
af9a68728fa : 8151998: VS2010 ThemeReader.cpp(758) : error C3861: 'round': identifier not found
bbb63243e7d : 8076545: Text size is twice bigger under Windows L&F on Win 8.1 with HiDPI display 8149453: [hidpi] JFileChooser does not scale properly on Windows with HiDPI display and Windows L&F 8149368: [hidpi] JLabel font is twice bigger than JTextArea font on Windows 7,HiDPI, Windows L&F
52d82bc2ed7 : 8149450: LdapCtx.processReturnCode() throwing Null Pointer Exception
52d45eac284 : 8044199: Tests for RSA keys and key specifications
6509b5b08f3 : 8050374: More Signature tests
96652dd3ff9 : 8079138: Additional negative tests for XML signature processing
c503987c66c : 8081771: ProcessTool.createJavaProcessBuilder() needs new addTestVmAndJavaOptions argument
11b8c1148e3 : 8149417: Use final restricted flag
c21511dd6f2 : 8048147: Privilege tests with JAAS Subject.doAs 8076486: [TESTBUG] javax/security/auth/Subject/doAs/NestedActions.java fails if extra VM options are given
6d594901013 : 8153673: [BACKOUT] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
d1eb42953ca : 8151998: VS2010 ThemeReader.cpp(758) : error C3861: 'round': identifier not found
fd445d21428 : 8076545: Text size is twice bigger under Windows L&F on Win 8.1 with HiDPI display 8149453: [hidpi] JFileChooser does not scale properly on Windows with HiDPI display and Windows L&F 8149368: [hidpi] JLabel font is twice bigger than JTextArea font on Windows 7,HiDPI, Windows L&F
a568bc6d717 : 8149450: LdapCtx.processReturnCode() throwing Null Pointer Exception
7a8d6aab74a : 8044199: Tests for RSA keys and key specifications
e3b899376f2 : 8050374: More Signature tests
e8064300cbb : 8079138: Additional negative tests for XML signature processing
268d0924b97 : 8072853: SimpleScriptContext used by NashornScriptEngine doesn't completely complies to the spec regarding exception throwing
9264fe218f0 : 8080572: langtools/test/tools/javac/generics/T5011073.java failing
c5889bc1027 : 8048820: Implement tests for SecretKeyFactory
9fe30fb1187 : 8078136: Incorrect figure number in reference to Hacker's Delight book in Long.bitCount() method
f79ca89ac72 : 8074002: java.time.ZoneId.systemDefault() should be faster
30bcd97f817 : 8077846: improve locking strategy for readConfiguration(), reset(), and initializeGlobalHandlers()
4f33aa2348b : 8041654: OutOfMemoryError: RepaintManager doesn't clean up cache of volatile images
2e68b719a3a : 8080137: Dragged events for extra mouse buttons (4, 5, 6) are not generated on JSplitPane
83dcd680334 : 8065739: [macosx] Frame warps to lower left of screen when 7124365: [macosx] setMaximizedBounds() should be implemented
fc00fd2ffb4 : 8015368: javax/print/attribute/URLPDFPrinting.java fails on solaris with java.net.ConnectException: Connection timed out
c3e2e7af685 : 8078408: Java version applet hangs with Voice over turned on
36c9dc6b0d6 : 8080488: JNI exception pending in jdk/src/windows/native/sun/windows/awt_Frame.cpp
d349244b457 : 6260348: GTK+ L&F JTextComponent not respecting desktop caret blink rate
c0d815c3d47 : 7172652: With JDK 1.7 text field does not obtain focus when using mnemonic Alt/Key combin
49ab7a3900a : 8080483: Incorrect test execution string at SumRed_Long.java
8be69405fdf : 8030087: Avoid public native methods in sun.awt packages
2910c5e690f : 8078596: jaxp tests failed in modular jdk due to internal class access
248be1b06d3 : 8076413: Better JRMP message handling
530fc535bdf : 8076413: Better JRMP message handling
48b40a26110 : 8079216: Remove undefined method oopDesc::is_null(Klass *)
828fc948f2e : 8080341: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
cbe55b316ec : 8071571: Move substring of same string to slow path
ff06dffa94f : 8074657: Missing space on a boundary of concatenated strings
6652d6ac332 : 8079205: CallSite dependency tracking is broken after sun.misc.Cleaner became automatically cleared
e5a92a9fb92 : 8079205: CallSite dependency tracking is broken after sun.misc.Cleaner became automatically cleared
18f71352555 : 8079135: C2 disables some optimizations when a large number of unique nodes exist
ff3855c8ba3 : 8049300: jjs scripting: need way to quote $EXEC command arguments to protect spaces
608c2ef4961 : 8061254: SPECjvm2008-XML performance regressions in 9-b33
c9191f56e04 : 8078414: Don't create impossible converters for ScriptObjectMirror
66630f6ae5b : 8079564: Use FP register as proper frame pointer in JIT compiled code on aarch64
a65b1732fef : 8079323: Serialization compatibility for Templates: need to exclude Hashtable from serialization
00b7a1249d4 : 8079323: Serialization compatibility for Templates: need to exclude Hashtable from serialization
324070d259e : 8079323: Serialization compatibility for Templates: need to exclude Hashtable from serialization
91c9f954ebb : 8079323: Serialization compatibility for Templates: need to exclude Hashtable from serialization
6a8c6779ea5 : 8080471: fix usage of replace and file separator in Nashorn tests
96747306e28 : 8079424: code generator for discarded boolean logical operation has an extra pop
a97fb53afc2 : Added tag hs25.60-b16 for changeset aaff1936bb30
1903137d10f : Added tag hs25.60-b16 for changeset d329a3d5d073
d296137c200 : 8038084: CertStore needs a way to add new CertStore types
9af3729cc73 : 8078463: TEST_BUG: optimize java/util/Map/Collisions.java
24c78d855cc : Added tag jdk9-b64 for changeset 8b01824b0cbb
84e174a9f62 : Added tag jdk9-b64 for changeset 47d774ef3c19
0e4d07e88b4 : Added tag jdk9-b64 for changeset aca452591e50
9143fb4ddba : Added tag jdk9-b64 for changeset 3901aa49fb70
1bf9b9d315d : Added tag jdk9-b64 for changeset 8a60622f2e7a
bf1a7f53399 : Added tag jdk9-b64 for changeset 1dbddb2a1971
32c20c0bd69 : Added tag jdk9-b64 for changeset febd2373771c
b1f245e3a3f : Added tag jdk9-b64 for changeset 16659396d71f
ab4ba3b40fe : 8058265: No callers of ReferenceProcessor::clear_discovered_references
416911eb909 : 8080344: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
f85d50f7f8a : 8080344: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
13083350cc1 : 8080342: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
ecdc2b759aa : 8080342: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
813f34059b3 : 6811960: x86 biasedlocking epoch expired rare bug
59c57fb87da : 8025979: [TESTBUG] Write test to exercise uninitialized strings from JNI code
38c5fd780d5 : 8033445: [TESTBUG] Add test case for calling default methods from JNI
8f571ff8131 : 8080342: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
6c916eb0613 : 8080344: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
6ff1090e7dc : 8080343: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
ae5cc01781a : 8072448: Can not input Japanese in JTextField on RedHat Linux
61728217236 : 8080420: Compilation of TestVectorizationWithInvariant fails with "error: package com.oracle.java.testlibrary does not exist"
26076d63aca : 8033069: mouse wheel scroll closes combobox popup
d597148b1c0 : 8047365: Very long function names break codegen
cc2dfde1393 : 8047365: Very long function names break codegen
dd45b6e84ff : 8080330: (cs) Charset.availableCharsets failing with NPE on several platforms
3e2a1f00e54 : 8078143: java/lang/management/ThreadMXBean/AllThreadIds.java fails intermittently
88dd747a1a3 : 6368321: MetalRootPaneUI calls to deprecated code
d95bfcad3ee : 8075771: Enable "missing" doclint check in build of the java.desktop module
7a78b8bd4c1 : 8080317: Disable warning treated as error for signed/unsigned comparison in building splashscreen
8646f9c68d7 : Added tag jdk8u60-b15 for changeset b623d8181bd2
7d33968da69 : Added tag jdk8u60-b15 for changeset 2149387fd56d
b12f4da02a7 : Added tag jdk8u60-b15 for changeset b33229c0c6a5
c9900fce2ff : Added tag jdk8u60-b15 for changeset 5fba791e91b7
9f1a019b368 : Added tag jdk8u60-b15 for changeset 777d50fb81c8
310ff9d4a93 : Added tag jdk8u60-b15 for changeset 369147bb3a96
bce8cfb012d : Added tag jdk8u60-b15 for changeset 488b21761d8b
163999bd20c : Added tag jdk8u60-b15 for changeset 860e2b5e1440
ddf9dfb2641 : Added tag jdk8u60-b15 for changeset 3d823345fae2
d44f566d36f : Added tag jdk8u60-b15 for changeset bf1a5580120b
6d297fc90dd : Added tag jdk8u60-b15 for changeset fb46c6b4861b
a12a929f5a4 : Added tag jdk8u60-b15 for changeset d5547d4f5c89
ebff47c62ba : Added tag jdk8u60-b15 for changeset ec375b6a07de
dae76cc6054 : Added tag jdk8u60-b15 for changeset 69d3c34848c5
039924faa70 : Added tag jdk8u60-b15 for changeset 15f2149d7345
a07b0803404 : Added tag jdk8u60-b15 for changeset f5e3cb8f66e6
acbb57df0f7 : 5109918: Wrong documentation for JSpinner.DateEditor constructor
619677d0dc2 : 8072775: Tremendous memory usage by JTextArea
68085fd1881 : 8080295: Need to adjust test output for 8067931
0f400ba879a : 8067931: Improve error message when with statement is passed a POJO
538f0b4f063 : 8080286: use path separator setting consistently in Nashorn project properties
7889d1211d2 : 8080155: field "_pc_offset" not found in type ImmutableOopMapSet
b0a84916a27 : 8068180: sun/security/pkcs11 tests are still in ProblemList.txt
42e679312b4 : 8079428: [TEST_BUG] Test javax/swing/plaf/windows/6921687/bug6921687.java fails
d7f44658949 : 8029098: Exclude javax/management/remote/mandatory/notif/ListenerScaleTest.java from running on fastdebug builds
15fffb90d7a : 8046869: Several java/lang/instrument/PremainClass/* tests fail due to timeout
c8dc03d400f : 8080182: Array.prototype.sort throws IAE on inconsistent comparison
e53fffa0c50 : 8075609: java.lang.IllegalArgumentException: aContainer is not a focus cycle root of aComponent
b9e4fadedb8 : 8075609: java.lang.IllegalArgumentException: aContainer is not a focus cycle root of aComponent
292354a1fee : 8079841: Buffer underflow with empty zip entry names
a7bea0d0c4f : 8075609: java.lang.IllegalArgumentException: aContainer is not a focus cycle root of aComponent
971e022093d : 8078121: Add 'CreateMinidumpOnCrash' (JDK-8074354) caused many tests failed in nightly testing
3f565a5da4e : 8075966: Update ProjectCreator to create projects using Visual Studio 2013 toolset
a33f1ed55d8 : 8065077: MethodTypes are not localized
6ffd975bdc5 : 8078082: [TEST_BUG] java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java fails
21bd2ca3582 : 8078082: [TEST_BUG] java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java fails
0798e0a659d : 8080048: Test jdk/test/com/sun/jdi/NoLaunchOptionTest.java was merged incorrectly
5c80a9e7632 : 8077584: Value of java.awt.font.OpenType.TAG_OPBD is incorrect
5dbc7756f60 : 8075706: Policy implementation does not allow policy.provider to be on the class path
9a0831a18e1 : 8079323: Serialization compatibility for Templates: need to exclude Hashtable from serialization
ae16a4e44ec : 8076409: Reinforce RMI framework
989d9e1eb2c : 8076409: Reinforce RMI framework
de8d268004b : 8076409: Reinforce RMI framework
a35f69ceddc : 8076409: Reinforce RMI framework
a65f9f95894 : 8079203: AARCH64: Need to cater for different partner implementations
431c16c78db : 8029689: (spec) Reader.read(char[], int, int) throws unspecified IndexOutOfBoundsException
e52bc6a8318 : 8079255: [macosx] Test closed/java/awt/Robot/RobotWheelTest/RobotWheelTest fails for Mac only
863af8d8ae5 : 8055088: Optimization for locale resources loading isn't working
43d246f89b1 : 8055088: Optimization for locale resources loading isn't working
04f236baecd : 8079773: java/util/logging/LogManager/TestLoggerNames.java
513d9a5edea : 8085832: Optimize main and post loop out when pre loop is found empty
197ecf9bc10 : 8081823: C2 performs unsigned comparison against -1
0fb315714c4 : 8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed
93d1573c5ed : 8081778: Use Intel x64 CPU instructions for RSA acceleration
62836eec594 : 8080082: configure fails if you create an empty directory and then run configure from it
0e7987c7216 : 8078645: removeIf(filter) in ConcurrentHashMap removes entries for which filter is false
80b436c3664 : 8080100: compiler/rtm/* tests fail due to Compilation failed
a9cdbd04076 : 8076188: Optimize arraycopy out for non escaping destination
be86925c01c : 8078436: java/util/stream/boottest/java/util/stream/UnorderedTest.java crashed with an assert in ifnode.cpp
ee03c0e102e : 8080090: -d option should dump script source as well
02a2d027b7d : 8039426: gcc can target wrong instruction set when building JDK native code
11215eaec0e : 8078483: Apparent endless loop running JEditorPanePaintTest
1c0f1c478fb : 8001470: JTextField's size is computed incorrectly when it contains Indic or Thai characters
7ceb605aa60 : 8053918: make the spec for @Documented comprehensible
fad6f553c5c : Added tag jdk8u51-b12 for changeset 75a42de41808
05709e163b4 : Added tag jdk8u51-b12 for changeset 54773a052768
cade7e6328d : Added tag jdk8u51-b12 for changeset 70e8e53af68f
f881784c052 : Added tag jdk8u51-b12 for changeset 7374a89eea5a
c46ab9c2d42 : Added tag jdk8u51-b12 for changeset 193842e69607
7814a967bdb : Added tag jdk8u51-b12 for changeset e00b9b628b57
9c81b2bb77c : Added tag jdk8u51-b12 for changeset 858740c3d196
e0766b650b4 : Added tag jdk8u51-b12 for changeset a47225cc67f8
39fd442c19e : Added tag jdk8u51-b12 for changeset 8533aca2d555
4f674f88b56 : Added tag jdk8u51-b12 for changeset 202b4e9f633e
54177d75bfa : Added tag jdk8u51-b12 for changeset 93adbd017f0c
2459dfea428 : Added tag jdk8u51-b12 for changeset 5acdbcd81cb7
37e9dcede82 : Added tag jdk8u51-b12 for changeset 832d5e51c91f
c0a200fe99d : Added tag jdk8u51-b12 for changeset e57f78593970
bd1f780a1ec : Added tag jdk8u51-b12 for changeset 513502f3a185
8242c47393d : Added tag jdk8u51-b12 for changeset fb37ae225440
cb51ce598cf : 8079840: G1StringDedupTable::deduplicate() reset String hash value unnecessarily
fd0591c1056 : 8080042: can't build nashorn.jar from jdk9-dev/nashorn using jdk8 installation as JAVA_HOME
70cfa54b7f3 : 8078331: Upgrade JDK to use LittleCMS 2.7
e1faab3709f : 8078331: Upgrade JDK to use LittleCMS 2.7
b7dca6971d3 : 8079459: JCK test api/java_nio/ByteBuffer/index.html#GetPutXXX start failing after JDK-8026049
d31d389d152 : 8080013: OpenJDK windows build fails due to warning in libfontmanager
95da544d68d : 8079579: Add SuspendibleThreadSetLeaver and make SuspendibleThreadSet::joint()/leave() private
7fb09ab8215 : 8079891: Store configure log in $BUILD/configure.log
6ede1d2199d : 8079900: javadoc is missing for jdk.nashorn.api.tree package
96b94e09d71 : 8034820: Wrong isAssignableFrom test when adding Principal to Subject
9734354c7c8 : 8062518: AIOBE occurs when accessing to document function in extended function in JAXP
68eca0191b6 : 8062518: AIOBE occurs when accessing to document function in extended function in JAXP
187877ad19b : 8062518: AIOBE occurs when accessing to document function in extended function in JAXP
63218d3957b : 8062518: AIOBE occurs when accessing to document function in extended function in JAXP
5b29324b68a : 8076542: G1 does not print heap page size information with -XX:+TracePageSizes
72744bb5fa6 : 8079613: Deeply chained expressions + several overloads + unnecessary inference result in excessive compile times
1867d1a236c : 8080338: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle 8080339: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle 8080340: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
945f55124f2 : 8075166: Group 14d: golden files for tests in tools/javac/generics/wildcards dir
4676493261c : 8080539: Remove few test files that did not get removed with the patch
e16a945d3c1 : 8074514: Group 13d: golden files for tests in tools/javac/generics dir
8f711841fa1 : 8075165: Group 14c: golden files for tests in tools/javac/generics/wildcards dir
395f1173a9e : 8075164: Group 14b: golden files for tests in tools/javac/generics/wildcards dir
f6428eb2bb5 : 8074425: Group 13b: golden files for tests in tools/javac/generics dir
1ebb022e1cc : 8075163: Group 14a: golden files for tests in tools/javac/generics/wildcards dir
491703889c1 : 8074417: Group 13a: golden files for tests in tools/javac/generics dir
11d7b1e161d : 8074502: Group 13c: golden files for tests in tools/javac/generics dir
e21c57f2ab6 : 8076104: Key collisions in ZipFileIndexFileObject content cache lead to wrong content
d0acf99cf6c : 8074408: Group 12: golden files for tests in tools/javac dir
6b7d0740378 : 8074387: Group 11: golden files for coin tests in tools/javac dir
190ba196a0e : 8068465: Group 10e: golden files for tests in tools/javac dir
64622d5d74f : 8068464: Group 10d: golden files for tests in tools/javac dir
3dc9461bc8c : 8079797: assert(index >= 0 && index < _count) failed: check
e113dfc6525 : 8079343: Crash in PhaseIdealLoop with "assert(!had_error) failed: bad dominance"
7590aeb6e2f : 8079080: ConcurrentMark::mark_stack_push(oop) is unused
eea06f70fc6 : 8035568: [macosx] Cursor management unification
90f837dfd3f : 8076413: Better JRMP message handling
a688c63cb1f : 8076409: Reinforce RMI framework
e5e17a62d11 : 8076318: split verifier needs to add TraceClassResolution
4fca8dbb1f3 : 8076276: Add support for AVX512
b15af202c55 : 8030680: 292 cleanup from default method code assessment
ad5afe4557b : 8015900: [TEST_BUG] ScrollbarMouseWheelTest failed on ubuntu 12 with unity and unity 2D
f00ee27f3c0 : 8013820: JavaDoc for JSpinner contains errors
2e5926125a4 : 5036022: JSpinner does not reflect new font on subsequent calls to setFont
ee650b24f55 : 8078149: [macosx] The text of the TextArea is not wrapped at word boundaries
443304485b8 : 7190544: Nimbus LaF: regression UnitTest failure
3a2ff1374b9 : 7155957: closed/java/awt/MenuBar/MenuBarStress1/MenuBarStress1.java hangs on win 64 bit with jdk8
f979b6f8f66 : 7006810: G1: Introduce peace-of-mind checking in the Suspendible Thread Set
25b0a009bc2 : 7072653: JComboBox popup mispositioned if its height exceeds the screen height
a890eee817c : 8079263: Suppress warning about disabling adaptive size policy when enabling UseLargePages with UseNUMA when adaptive size policy is disabled
fee090c6922 : 6470634: Typos in CardTerminals.list(CardTerminals.State) javadoc
8c26397da5a : 6980209: Make tracking SecondaryLoop.enter/exit methods easier
fae0f563bee : 8078497: C2's superword optimization causes unaligned memory accesses
06d4325155c : 8079343: Crash in PhaseIdealLoop with "assert(!had_error) failed: bad dominance"
d10e5cbd628 : 8078497: C2's superword optimization causes unaligned memory accesses
1a262202c90 : 8079343: Crash in PhaseIdealLoop with "assert(!had_error) failed: bad dominance"
43a5abc876d : 8078497: C2's superword optimization causes unaligned memory accesses
008fee0591a : 8079782: RandomFactory should be in the jdk.testlibrary package
94dbab9120c : 8079651: (dc) Promiscuous.java fails with NumberFormatException due to network interference
723a1a75aa4 : 8074859: Turn on warnings as error
7ec9ed5041a : 8074859: Turn on warnings as error
890471d11a2 : 8079561: Add a method to convert counters to milliseconds
4b9b3c027fa : 8062518: AIOBE occurs when accessing to document function in extended function in JAXP
4f0d955e38d : 8079771: Fix SoundLibraries.gmk mismerge after JDK-8072665
7c99296b6ef : 8079559: Exclude demo/jvmti/hprof tests
97fbf6418d0 : 6755586: Test com/sun/jdi/NoLaunchOptionTest.java may erroneously fail
d1f1ef8d00e : Added tag hs25.60-b15 for changeset ba0d3ed1ea9c
79ff58d93cf : Added tag hs25.60-b15 for changeset 4636d3b38dc8
c0d7208b4bb : 8065109: (fs spec) Files.newBufferedWriter doesn't specify SecurityException for DELETE_ON_CLOSE option
2595eb3a91a : Added tag jdk9-b63 for changeset 3564e7eeaead
99ef3918ed3 : Added tag jdk9-b63 for changeset 06dd4411e4ca
4e66b46f213 : Added tag jdk9-b63 for changeset adea7866d41a
01ebe283c1f : Added tag jdk9-b63 for changeset fe75ee04f0d5
58af4a94364 : Added tag jdk9-b63 for changeset 3efcc9d8fe88
e23b8ed0b7f : Added tag jdk9-b63 for changeset 8245edf58a44
cc141f492dd : Added tag jdk9-b63 for changeset 7a3b72d2f7e4
df185a61678 : Added tag jdk9-b63 for changeset b8951994eaee
9a104f4c574 : 8079186: Add 'localeServiceProvider' target in the class description of RuntimePermission
1c00ef3a7bb : 8077685: (tz) Support tzdata2015d
f11158c5229 : 8077685: (tz) Support tzdata2015d
4fcd8e1b26d : 8079510: AIX: fix build after '8042901: Allow com.sun.management to be in a different module...'
7c3182fb56d : 8079200: Fix heapdump tests to validate heapdump after jhat is removed
69aa7ea566a : 8079507: aarch64: fails to build due to changes to template interpreter
07f87406170 : 8051045: HotSpot fails to wrap Exceptions from invokedynamic in a BootstrapMethodError
5c859405b5e : 8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
8b38384449e : 8050123: Incorrect property name documented in CORBA InputStream API
816be8771dd : 8050123: Incorrect property name documented in CORBA InputStream API
d2e7d3f2fc0 : 8079360: AttachProviderImpl could not be instantiated
00e2ae0942a : 8079556: BACKOUT - Determining the desired PLAB size adjusts to the the number of threads at the wrong place
2c662722a0b : 8078440: Safer managed types
b22333b25bb : 8139373: [TEST_BUG] java/net/MulticastSocket/MultiDead.java failed with timeout
4758ab06274 : 8138963: java.lang.Objects new method to default to non-null
259647f3de5 : 8139870: sun.management.LazyCompositeData.isTypeMatched() fails for composite types with items of ArrayType
85378470d9d : 8134928: java.time.Instant.truncatedTo(TemporalUnit unit) is truncating up if the year < 1970
0c9cabae961 : 8072600: Unicode 8 support
274ee0ec5b9 : 8133151: Preferred provider configuration for JCE
efc3a113cda : 8139860: Add ucrypto/TestRSA.java to ProblemList: Message is larger than modulus
176f41a3d48 : 8139925: Problem list LFMultiThreadCachingTest.java on windows
0393e052111 : 8078440: Safer managed types
e4947d0f34b : 8078440: Safer managed types
549731dc2f8 : 8078896: Add @modules as needed to the jdk_svc tests
fc7e87d337c : 8079545: [TESTBUG] hotspot_basicvmtest doesn't fail even if VM crashes
709770f9352 : 8079544: Mark java/util/regex/RegExTest.java as failing intermittently
185b4b110c1 : Added tag jdk8u60-b14 for changeset 0102cda2cdaf
842cb167eed : Added tag jdk8u60-b14 for changeset c64f16d86ca1
cf54c9fc52a : Added tag jdk8u60-b14 for changeset 3effcc2a2b71
261dae123a1 : Added tag jdk8u60-b14 for changeset 2873eaed9b03
16e888dd937 : Added tag jdk8u60-b14 for changeset 7cdaa95b55c1
3f91dac06c1 : Added tag jdk8u60-b14 for changeset bdc5d8ec362c
12b8b3183e6 : Added tag jdk8u60-b14 for changeset e4c5c62ac5d2
cf7c0a09478 : Added tag jdk8u60-b14 for changeset 2706f1943a64
d14a54036cc : Added tag jdk8u60-b14 for changeset 457708fc37a4
4adf2dbb2e3 : Added tag jdk8u60-b14 for changeset faac0d839279
fcfdf6d06c3 : Added tag jdk8u60-b14 for changeset 748a0ec7660e
ced7270afa9 : Added tag jdk8u60-b14 for changeset 46c9b61b3a4b
cffac117f65 : Added tag jdk8u60-b14 for changeset ffdb35641147
a92b5e8404c : Added tag jdk8u60-b14 for changeset 43ca5c5470ff
9b1dffe71bd : Added tag jdk8u60-b14 for changeset d13ca85d69e7
f8a17aeb2eb : Added tag jdk8u60-b14 for changeset 3a92b9f66eca
1e20f048f15 : 8079478: some docs cleanup for sun.security
bcbb9094871 : 6206437: Typo in JInternalFrame setDefaultCloseOperation() doc (WindowClosing --> internalFrameClosing)
719ca35053e : Added tag jdk8u45-b34 for changeset 3d0b69e22161
f282d04cf4e : Added tag jdk8u45-b34 for changeset a4966d288955
58917b60cdf : Added tag jdk8u45-b34 for changeset fea70bf337a4
03cee1dd162 : Added tag jdk8u45-b34 for changeset 812c54ebb6ab
595701fbf42 : Added tag jdk8u45-b34 for changeset 25a56814a3ba
826a8950cb5 : Added tag jdk8u45-b34 for changeset d7b29b9a8604
246c7c9e922 : Added tag jdk8u45-b34 for changeset 09be39abf7ab
312e81268bd : Added tag jdk8u45-b34 for changeset 7779a764f8b2
ed7df1f7f03 : Added tag jdk8u45-b34 for changeset b7016d7fc320
df67c9eb080 : Added tag jdk8u45-b34 for changeset 0292fc54875d
eb5a3a4b644 : Added tag jdk8u45-b34 for changeset cc57e1d55ff6
5c2bbf601ac : Added tag jdk8u45-b34 for changeset e7944e412ad2
5a68413ce3e : Added tag jdk8u45-b34 for changeset 1d62964d25c2
13eeea32a85 : Added tag jdk8u45-b34 for changeset 0e3a4e605753
e429d108a6c : Added tag jdk8u45-b34 for changeset 5624634e5f4a
2f72cb2f05c : Added tag jdk8u45-b34 for changeset f86727599587
3ac44fdc582 : 8066751: Remove casts redundant with Java 9 buffer APIs
b7fdb2bd96f : 8079345: After 8079248 fixed JDK still fails with "jdk\\bin\\management_ext.dll: The specified procedure could not be found"
b9fbd2d32dc : 8079470: Misleading error message when explicit signature constructor is called with wrong arguments
8003b33919b : 8079217: JRE installation is stuck at Progress dialog : redux
a2301acb625 : 8066237: Fuzzing bug: Parser error on optimistic recompilation
421b276f85b : 8079362: Enforce best practices for Node token API usage
45c77a184b3 : 8078046: Remove MCS post-processing on Solaris
79086bc842e : 8079349: Eliminate dead code around Nashorn code generator
f1ceebf3a5a : 8079342: some docs cleanup for CORBA - part 2
0cd8ff5e10c : 8079344: Allow custom or platform specific java source to automatically override shared source
50d1f86836f : 8078058: Clean up mac bundles logic
968a4d3e254 : 8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ffa8bcf6ef5 : 8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
a692523e95f : 8079359: disable JDK-8061553 optimization while JDK-8077392 is resolved
ccb64b56b28 : 8076486: [TESTBUG] javax/security/auth/Subject/doAs/NestedActions.java fails if extra VM options are given
e4df48efea1 : 8078225: tools/launcher/FXLauncherTest.java fails intermittently (win)
38301368462 : 8079419: Update to RegEx test to use random number library
53ae2943eb1 : 8058543: Certificate returns null Subject Alternative Name if it is an X400Address type
c6e557977ec : 8069005: Hotspot crashes in System.out.println with assert(resolved_method->method_holder()->is_linked()) failed: must be linked
c7d33de2022 : 8076284: Improve vectorization of parallel streams
a5bea1d7440 : 8076998: BadHandshakeTest.java fails due to warnings in output
464d5f0e6a2 : Added tag jdk8u51-b11 for changeset 9b22605e919a
9151d588ccb : Added tag jdk8u51-b11 for changeset d1e45ec7039a
942c62a3e6f : Added tag jdk8u51-b11 for changeset a73afb004208
87671ac08b9 : Added tag jdk8u51-b11 for changeset 8dac916047e4
5d7a9e17034 : Added tag jdk8u51-b11 for changeset 0b59fbd997b0
7e109286084 : Added tag jdk8u51-b11 for changeset 4b5e4a50dfb8
c6342e907a2 : Added tag jdk8u51-b11 for changeset e32f7ad92272
13f4716583c : Added tag jdk8u51-b11 for changeset 865733e8599c
241e9b80f77 : Added tag jdk8u51-b11 for changeset ed7baaba4879
1b7b5bc8d01 : Added tag jdk8u51-b11 for changeset 48cce6c8b56a
57a25d369f5 : 8078439: SPNEGO auth fails if client proposes MS krb5 OID
0b1e7e57b2d : 8078439: SPNEGO auth fails if client proposes MS krb5 OID
ad6a99f2f85 : Added tag jdk8u51-b11 for changeset e565c890662e
69563c17184 : Added tag jdk8u51-b11 for changeset 5ffaaa254b0d
918b9614557 : Added tag jdk8u51-b11 for changeset 82f6309cef60
a9512e0cb97 : Added tag jdk8u51-b11 for changeset 4810b3e9a494
8c9a572a382 : Added tag jdk8u51-b11 for changeset d52a4356311a
5f855bfb76c : Added tag jdk8u51-b11 for changeset 5d2f0a79ac5d
99e090089e2 : 8079129: NullPointerException in PKCS#12 Keystore in PKCS12KeyStore.java
dbcd4aef5fe : 8079269: Optimistic rewrite in object literal causes ArrayIndexOutOfBoundsException
41e1772251c : 8064458: OopMap class could be more compact
a90ed05109d : 8079087: Add support for Cygwin 2.0
b4e2d796019 : 8079087: Add support for Cygwin 2.0
560419ac2ff : 8079335: The field Gen.stringBufferType is no longer needed (and not always initialized properly)
b8c48737fe0 : 8078562: Add modified dates
3dd401c9b23 : 8078562: Add modified dates
9cc16fdbed4 : 8078562: Add modified dates
6704a4b508d : 8078562: Add modified dates
08e8a63ab5b : 8078612: Persistent code cache should support more configurations
b3fa231c01e : 8078049: Nashorn crashes when attempting to start TypeScript compiler
9e57400034e : 8079075: some docs cleanup for CORBA - part 1
5c13c285f7a : 8075492: adopt recent IGV
363a7c515f1 : 8079087: Add support for Cygwin 2.0
45ae6536d67 : 8078245: AARCH64: JDK fails to build due to undefined symbol in libpng
3db31d77fc9 : 8078439: SPNEGO auth fails if client proposes MS krb5 OID
9caa55bf9c3 : 8077422: hprof agent: Build failed with VS2013 Update 4
27c9167e8d3 : 8077674: BSD build failures due to undefined macros
f164af7a906 : 8077674: BSD build failures due to undefined macros
b4dc8b67ff0 : 8078495: End time checking for native TGT is wrong
4385df0f3d2 : 8079248: JDK fails with "jdk\\bin\\management_ext.dll: The specified procedure could not be found"
b308a894cf3 : 8074003: java.time.zone.ZoneRules.getOffset(java.time.Instant) can be optimized
c565cf62f82 : 8077685: (tz) Support tzdata2015d
4d62005c688 : 8079235: quarantine TestLargePageUseForAuxMemory.java
da71ab43404 : 8075215: SATB buffer processing found reclaimed humongous object
9b15d6026fc : 8075215: SATB buffer processing found reclaimed humongous object
a8e9687134f : 8079231: quarantine compiler/jsr292/CallSiteDepContextTest.java
eca5b82c2a3 : 8076579: Popping a stack frame after exception breakpoint sets last method param to exception
e08a10f5d40 : 8076579: Popping a stack frame after exception breakpoint sets last method param to exception
6bed31f1c5e : 8079191: remove remaining references to "cp -p" from langtools/test
7dfccc294ed : 8079107: Update TestKeyPairGenerator.java to use random number generator library
95a7e5ca86b : 8079189: new hotspot build - hs25.60-b15
870ca3874ee : 8079189: new hotspot build - hs25.60-b15
a50d19a7246 : Added tag hs25.60-b14 for changeset 6f373ff4c27f
7b0895958c3 : Added tag hs25.60-b14 for changeset 7dcdf20e1d67
1eb0887d234 : 8078654: CloseTTFontFileFunc callback should be removed
840c26f2f31 : 8078654: CloseTTFontFileFunc callback should be removed
56973645219 : Added tag jdk9-b62 for changeset 2ae39df23f8e
2c9b2f1c5aa : Added tag jdk9-b62 for changeset e36081ad2470
f2b1241b663 : Added tag jdk9-b62 for changeset d7b621c7a8d5
035753322ee : Added tag jdk9-b62 for changeset 2c8ff5cb2faa
98e86b9fc4b : Added tag jdk9-b62 for changeset db70d6ebfa97
33e151add28 : Added tag jdk9-b62 for changeset d9c8742b7f8a
7064ad9b784 : Added tag jdk9-b62 for changeset 27f6a088fa6a
e792edab0c2 : Added tag jdk9-b62 for changeset 4440a52322d5
beabc0d8b45 : 8050486: compiler/rtm/ tests fail due to monitor deflation at safepoint synchronization
7545b0f87bc : 8050486: compiler/rtm/ tests fail due to monitor deflation at safepoint synchronization
89217ef90e9 : 8068272: Extend WhiteBox API with methods that check monitor state and force safepoint
b4d0e8b1989 : 8068272: Extend WhiteBox API with methods that check monitor state and force safepoint
2e36b0263ca : 8058846: c.o.j.t.Platform::isX86 and isX64 may simultaneously return true
1bd822e7762 : 8058846: c.o.j.t.Platform::isX86 and isX64 may simultaneously return true
08231934c17 : 8072906: sun/management/jmxremote/bootstrap/CustomLauncherTest.java failing on embedded platform
90d999d04d1 : 8077743: (rm) Port ResourceManagement to JDK9
21d01c79352 : 8077743: (rm) Port ResourceManagement to JDK9
3034b7f80b5 : 8073001: Java's system LnF on OS X: editable JComboBoxes are being rendered incorrectly
63eaf763b06 : 8077982: GIFLIB upgrade
e0eb3d0ed34 : 8073001: Java's system LnF on OS X: editable JComboBoxes are being rendered incorrectly
8065d6dfaf6 : 8077982: GIFLIB upgrade
d2eab58a197 : 8073001: Java's system LnF on OS X: editable JComboBoxes are being rendered incorrectly
71bcae933aa : 8077982: GIFLIB upgrade
169267cb031 : 8044444: The output's 'Page-n' footer does not show completely
5d177a6bfe4 : 8044444: The output's 'Page-n' footer does not show completely
be0d2415dd2 : 8076106: [macosx] Drag image of TransferHandler does not honor MultiResolutionImage
a02371c7fbf : 8076106: [macosx] Drag image of TransferHandler does not honor MultiResolutionImage
41d5c2ea712 : 8073705: more performance issues in class redefinition
d1f811cc063 : 8073705: more performance issues in class redefinition
bd17f06eadc : 8044196: Incorrect applying of repeatable annotations with incompatible target to type parameter
f97624c3a6e : 8078614: WindowsClassicLookAndFeel MetalComboBoxUI.getbaseLine fails with IllegalArgumentException
a44cd06d12b : Added tag jdk8u45-b15 for changeset 622f9941071e
8ee7467951f : Added tag jdk8u45-b15 for changeset ed5fb1e82b84
cabc053f71e : Added tag jdk8u45-b15 for changeset 51a44d2b688d
b9bf4ea0f71 : Added tag jdk8u45-b15 for changeset 37753e209a44
54c86f41c37 : Added tag jdk8u45-b15 for changeset 42d21b7c1d31
c7f2f6123aa : Added tag jdk8u45-b15 for changeset f7686c1068d5
bb86e839b02 : Added tag jdk8u45-b15 for changeset 9317a755f297
e82b5cc7f3e : Added tag jdk8u45-b15 for changeset 74b12b56c96c
a5c7aced6c7 : Added tag jdk8u45-b15 for changeset 374a1e839cc5
ffeff2e88ae : Added tag jdk8u45-b15 for changeset 30cd10aae1bd
abbefd8656d : Added tag jdk8u45-b15 for changeset 0c027023387a
2ad688ed18a : Added tag jdk8u45-b15 for changeset 56a61ec3491f
8bcaa0db32d : Added tag jdk8u45-b15 for changeset a67045835919
d7c496f81ac : Added tag jdk8u45-b15 for changeset 623427918fd8
0ecb0a54c56 : Added tag jdk8u45-b15 for changeset 525d17fba53b
f7fc10bb195 : Added tag jdk8u45-b15 for changeset 0724fd31911f
a4105af83d6 : 8076473: Remove the jhat code and update makefiles
91d1c82f212 : 8076473: Remove the jhat code and update makefiles
30e8183ee89 : 8078672: Print and allow setting by Java property seeds used to initialize Random instances in java.lang numerics tests
c9ba8831c64 : 8078654: CloseTTFontFileFunc callback should be removed
8c93ae05604 : 8078054: [TESTBUG] tools/javac/Paths/wcMineField.sh failed with "operation not permitted"
3cdae26a756 : 8078426: mb/jvm/compiler/InterfaceCalls/testAC2 - assert(predicate_proj == 0L) failed: only one predicate entry expected
20afeb99078 : 8078437: Enable use of devkits for Windows
85af282acbd : 7145508: java.awt.GraphicsDevice.get/setDisplayMode behavior is incorrect when no display is present
77c35dfb2dd : 7145508: java.awt.GraphicsDevice.get/setDisplayMode behavior is incorrect when no display is present
722ec3f5ed2 : 8079067: New version string scheme - Java2D
add46c476a4 : 8078666: JVM fastdebug build compiled with GCC 5 asserts with "widen increases"
7fff971f465 : Added tag jdk8u60-b13 for changeset d5e043a0dce5
d7414de7933 : Added tag jdk8u60-b13 for changeset 50443d888a3f
e85458bd51b : Added tag jdk8u60-b13 for changeset ccaaed7201ef
e936dbedc3c : Added tag jdk8u60-b13 for changeset ea54a1ed7fc9
f61d0519c9a : Added tag jdk8u60-b13 for changeset 4d4d67528dd0
facaf99bd82 : Added tag jdk8u60-b13 for changeset 14d30642d23d
d58656cf538 : Added tag jdk8u60-b13 for changeset f64bf4e66d75
4916dbe10df : Added tag jdk8u60-b13 for changeset 65c0d6c0df26
ec2872a83ed : Added tag jdk8u60-b13 for changeset 2fd7167efbde
fa3908f4584 : Added tag jdk8u60-b13 for changeset 10494e34a918
3ab86c99998 : Added tag jdk8u60-b13 for changeset 0c95698aeac1
682c8d8b372 : Added tag jdk8u60-b13 for changeset 07f2c8ed31ec
9bc1abf1b93 : Added tag jdk8u60-b13 for changeset 053d9b05f29c
d6183240eff : Added tag jdk8u60-b13 for changeset e7b8be343364
63d815f3749 : Added tag jdk8u60-b13 for changeset 608449df3dd3
96a449ff0cf : Added tag jdk8u60-b13 for changeset 8f51ff8ac6cc
ae93bb2873e : 8075545: Add permission check for locale service provider implementations
86c109e1490 : 8078334: Mark regression tests using randomness
b61e85156ef : 8076979: DebugFonts.java fails with stackoverflow error
5e68af873f3 : 8078331: Upgrade JDK to use LittleCMS 2.7
56e9125ea4c : 8078216: JRE installation is stuck at Progress dialog
a7ad7b97e26 : 8031109: Rendering HTML code in JEditorPane throws NumberFormatException
84bc5a8a045 : 8078880: Mark a few more intermittently failuring security-libs
0ecf80f99a0 : 8078562: Add modified dates
17fc606a15c : 8078558: [TESTBUG] Merge hotspot_wbapitest with existing jtreg jprt job
86a3e55decb : 8078528: clean out tidy warnings from security.auth
cd5c5b1c012 : 8059047: Extract parser/validator from jhat for use in tests
19e80a1f8fd : 6407976: GC worker number should be unsigned
4ff68497912 : 8079337: Format string issues in workgroup.cpp and taskqueue.cpp
e5b7417b04b : 8079330: Circular dependency between G1CollectedHeap and G1BlockOffsetSharedArray
7e9f9f9107d : 8013171: G1: C1 x86_64 barriers use 32-bit accesses to 64-bit PtrQueue::_index
7ede39f590e : 8079275: Remove CollectedHeap::use_parallel_gc_threads
00f9d96a8b6 : 8079091: Remove dictionary NULL check on common path of BlockFreeList methods
8986235472e : 8079148: Fix incorrect include guards
0227995013d : 8075215: SATB buffer processing found reclaimed humongous object
20689e5397e : 8078897: Clean out unused code in G1MMUTracker
c120339bf03 : 8078405: Heap decommit failed in TestShrinkAuxiliaryData tests
f10e4ec0a6b : 8073476: G1 logging ignores changes to PrintGC* flags via MXBeans
3a37b5d81c8 : 8142402: G1 should not redirty cards in free regions
62bdcb0abf5 : 8144145: G1GCPhaseTimes should allow externally accounted time
66f8f807683 : 8144077: Add getter for G1CollectorPolicy::_collectionSetChooser
23adc6b9779 : 8051617: Fullscreen mode is not working properly on Xorg
3326129c314 : 8051617: Fullscreen mode is not working properly on Xorg
70a2e7923c0 : 8051617: Fullscreen mode is not working properly on Xorg
66a86de7de5 : 8078482: ppc: pass thread to throw_AbstractMethodError
5d345c4cf64 : 8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
87f949d9ce4 : 8078482: ppc: pass thread to throw_AbstractMethodError
7ed7486b2b1 : 8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
a9a83a919f6 : 8076995: gc/ergonomics/TestDynamicNumberOfGCThreads.java failed with java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr
74169dee6e3 : 8078861: tools/javac/classfiles/attributes/Synthetic/PackageInfoTest.java fails on Windows
324b186f1b2 : 4703110: java.awt.Canvas(GraphicaConfiguration): null reaction
fae244a8b0c : 8077590: windows_i586_6.2-product-c2-runThese8_Xcomp_vm failing after win compiler upgrade
8923c302258 : 8077994: [TESTBUG] Exclude compiler/floatingpoint/ModNaN.java
e41e2678482 : 8078464: Path2D storage growth algorithms should be less linear
8a788d57db1 : 8068352: Move virtualspace.* out of src/share/vm/runtime to memory directory
4c307784aea : 8078600: Infinite loop when compiling annotations with -XDcompletionDeps
e207b18f108 : 8073204: Determining the desired PLAB size adjusts to the the number of threads at the wrong place
6929be6fff2 : 8075156: (prefs) get*() and remove() should disallow the use of the null control character '\u0000' as key
0bdbfa87dc5 : 8076224: some tidy warnings from core libs
d44ef60eb07 : 8024086: (fs) AtomicMoveNotSupportedException allows reason to be null
6dd76600b3f : 8044444: The output's 'Page-n' footer does not show completely
41b36c4295d : 8078826: Add diagnostic info for java/lang/Runtime/exec/LotsOfOutput.java fails intermittently
aca583b3e9d : 8077267: Typo in the test on JavaBean
12d22c56050 : 8078822: 8068842 fix missed one new file PrimeNumberSequenceGenerator.java
89901661884 : 8078822: 8068842 fix missed one new file PrimeNumberSequenceGenerator.java
6f18b7da8f0 : 8076524: Remove jhat tests and help library from JDK
ba963fa58d4 : 8059047: Extract parser/validator from jhat for use in tests
48588bdab88 : 8068842: Better JAXP data handling
2a5d0869d3b : 8068842: Better JAXP data handling
b067270a854 : 8076212: AllocateHeap() and ReallocateHeap() should be inlined
faf8b5fb6e1 : 8076212: AllocateHeap() and ReallocateHeap() should be inlined
649f4e881e4 : 8076212: AllocateHeap() and ReallocateHeap() should be inlined
0b27399a55f : 8076279: Refactor Attr.check* methods to receive/handle a CheckMode enumeration
153dc079bb9 : 8044537: Implement classfile tests for Synthetic attribute
ad5f4f4f84b : 8078595: [TESTBUG] Fix runtime/StackGuardPages/testme.sh to deal with 64k pages
62049de8e0e : 8074016: Add convenient way of adding custom test targets to hotspot's test makefile
f7c143cbb25 : 8073705: more performance issues in class redefinition
0502554dd28 : Added tag jdk8u51-b10 for changeset 777aa636e1c8
e41096d3205 : Added tag jdk8u51-b10 for changeset 428a872d166d
24d4ec5c5f8 : Added tag jdk8u51-b10 for changeset cffa39fb54a7
a9f0589d019 : Added tag jdk8u51-b10 for changeset ff73ca1bd44d
7d98f67c282 : Added tag jdk8u51-b10 for changeset a0c7924b1c61
813067a2e3a : Added tag jdk8u51-b10 for changeset e6aad0b9d1fc
eb06e08c418 : Added tag jdk8u51-b10 for changeset 0c756292d221
b06a8ae6947 : Added tag jdk8u51-b10 for changeset 5a78e8e28f0c
ea3ae356e0c : Added tag jdk8u51-b10 for changeset cbc057d79f46
a1bbda0fbb4 : Added tag jdk8u51-b10 for changeset e943781354d0
6ba65e9728a : Added tag jdk8u51-b10 for changeset ca7d9ec8f7e2
9df1b4f5403 : Added tag jdk8u51-b10 for changeset 054e862cb2fc
4e4191d6def : Added tag jdk8u51-b10 for changeset 8e0474f1c631
5af7f7e5acf : Added tag jdk8u51-b10 for changeset 97cdb013508e
99789c7c067 : Added tag jdk8u51-b10 for changeset 9ab68c9e2180
cadb0113d12 : Added tag jdk8u51-b10 for changeset 3ce4f467a839
2f360205e13 : 8076287: Performance degradation observed with TimeZone Benchmark
80b616fc120 : 8076287: Performance degradation observed with TimeZone Benchmark
642e0ac6f10 : 8078369: [testbug] java/time/tck/java/time/TCKOffsetTime[now] fails on slow devices
68e6a5b22e0 : 6991580: IPv6 Nameservers in resolv.conf throws NumberFormatException
4356cb12401 : 6991580: IPv6 Nameservers in resolv.conf throws NumberFormatException
8abeeabcef2 : 8022853: add ability to load uncompressed object and Klass references in a compressed environment to Unsafe
8cb760c2803 : 8022853: add ability to load uncompressed object and Klass references in a compressed environment to Unsafe
b97b1365302 : 8077605: Initializing static fields causes unbounded recursion in javac
64969c08895 : 8075007: Additional tests for krb5-related cipher suites with unbound server
e57ef90dd98 : 8078473: javac diamond finder crashes when used to build java.base module
c8634327e85 : 8053905: Eager code generation fails for earley boyer with split threshold set to 1000
463df521204 : 8053905: Eager code generation fails for earley boyer with split threshold set to 1000
65abedc5446 : 8053905: Eager code generation fails for earley boyer with split threshold set to 1000
9becc306efa : 8066407: Function with same body not reparsed after SyntaxError
c788feed9f9 : 8066407: Function with same body not reparsed after SyntaxError
0b3777bb51a : 8066407: Function with same body not reparsed after SyntaxError
a79d202015a : 8076971: sun/management/jmxremote/startstop/JMXStatusTest.java failed with AssertionError
883ba192365 : 8077402: JMXStartStopTest fails intermittently on slow hosts
e08169c2530 : 8073632: Make auxiliary data structures know their own translation factor
f171cd3a863 : 8078601: print_concurrent_locks should be guarded with INCLUDE_SERVICES
f7ea0b72ebe : 8076177: Remove usage of stack.inline.hpp functions from taskqueue.hpp
6d5aa2af437 : 8078613: HAS_BEEN_MOVED has been moved
f2ee4e4240f : 8078592: Compiler fails to reject erroneous use of diamond with anonymous classes involving "fresh" type variables
a4a28312150 : 8078622: remove tidy warnings from JPDA docs
a4c5e8666b4 : 8078621: AARCH64: Fails to build without precompiled headers
0411e663361 : 8078490: Missed submissions in ForkJoinPool
4cea2b34d39 : 8077685: (tz) Support tzdata2015d
0b670b48cfb : 8041642: Incorrect paint of JProgressBar in Nimbus LF
1d49d5c0287 : 8072769: System tray icon title freezes java
0e91199f87e : 8079129: NullPointerException in PKCS#12 Keystore in PKCS12KeyStore.java
aed335ab4e3 : 8078439: SPNEGO auth fails if client proposes MS krb5 OID
00ea31120b3 : 8078490: Missed submissions in ForkJoinPool
15705777773 : 8077685: (tz) Support tzdata2015d
52cbfd4eb66 : 8041642: Incorrect paint of JProgressBar in Nimbus LF
d1e7b047a0c : 8072769: System tray icon title freezes java
00376ea4527 : 8079129: NullPointerException in PKCS#12 Keystore in PKCS12KeyStore.java
94c855f1b29 : 8078439: SPNEGO auth fails if client proposes MS krb5 OID
37fbfc1a3dd : 8078490: Missed submissions in ForkJoinPool
82a710eb0f2 : 8076455: IME Composition Window is displayed on incorrect position
650d8b7cb65 : 8075930: AARCH64: Use FP Register in C2
95bf9cd4690 : 8076328: Enforce key exchange constraints
de8bd8e8c7d : 8076328: Enforce key exchange constraints
9211d7150e9 : 8076328: Enforce key exchange constraints
3f50c587945 : 8076328: Enforce key exchange constraints
6d705e69783 : 8078593: [TESTBUG] ppc: Enable jtreg tests for new features
a880f3d1399 : 8078563: Restrict reduction optimization
c87659b9f2c : 8079280: Fix format warning/error in vm_version_ppc.cpp
07f28ae8970 : 8078519: Can't run SA tools from a non-images build
2be6b496fa9 : 8078560: The crash reporting URL listed by javac needs to be updated
8748f347a45 : 8078560: The crash reporting URL listed by javac needs to be updated
07da94ef86e : 8064803: Javac erroneously uses instantiated signatures when merging abstract most-specific methods
595b73cece4 : 8078560: The crash reporting URL listed by javac needs to be updated
2e10ed13c05 : 8064803: Javac erroneously uses instantiated signatures when merging abstract most-specific methods
82cffb6a3ab : 8078383: [TESTBUG] Merge hotspot_runtime and hotspot_runtime_closed in jprt test set
b650eebda9c : 8078383: [TESTBUG] Merge hotspot_runtime and hotspot_runtime_closed in jprt test set
2c1171b8f4f : 8078435: [TESTBUG] runtime/CommandLine/TestVMOptions.java fails when running with an OpenJDK build
5d2ee0a44db : 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
7c0c23574b5 : 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
d56e1c9a982 : 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
fd629f435dc : 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
02c6b823b5d : 8074761: Empty optional parameters of LDAP query are not interpreted as empty
97ac8b74202 : 8074761: Empty optional parameters of LDAP query are not interpreted as empty
fc822a824b1 : 8074761: Empty optional parameters of LDAP query are not interpreted as empty
ea438823284 : Added tag jdk9-b61 for changeset 3fd41cdba15e
a833fc7f0ba : Added tag jdk9-b61 for changeset a136157ff9ef
0a989f81f23 : Added tag jdk9-b61 for changeset d729bb3d4ba9
b88568f8f31 : Added tag jdk9-b61 for changeset c1d81046cbc7
ad144404c60 : Added tag jdk9-b61 for changeset 2146836f6f52
c9fe7f285d5 : Added tag jdk9-b61 for changeset c4d54ad0280d
605f7470bd5 : Added tag jdk9-b61 for changeset 09af07f9398c
455b12614b5 : Added tag jdk9-b61 for changeset a074643872c1
294d9dce7fa : 8078263: AARCH64: Volatile fields should be accessed with ldar and stlr
d112215fc2b : 8078467: Update core libraries to use diamond with anonymous classes
301298546c1 : 8077276: allocating heap with UseLargePages and HugeTLBFS may trash existing memory mappings (linux)
462f735dacb : 8067013: Rename the com.oracle.java.testlibary package
d3c1eacc93f : 8079120: serviceability/dcmd/gc/HeapDumpAllTest.java: compilation failed
e68705a3f83 : 8078628: linux-zero does not build without precompiled header
699feeda585 : 8079112: [TESTBUG] hotspot_jprt group in TEST.groups refers to non-existent groups
0096dd61545 : 8076579: Popping a stack frame after exception breakpoint sets last method param to exception
e87545938c7 : 8078558: [TESTBUG] Merge hotspot_wbapitest with existing jtreg jprt job
fbc3e76d866 : 8059047: Extract parser/validator from jhat for use in tests
f381346db00 : 8078504: Zero fails to build
878cf5e6412 : 8031401: Remove unused code in the reference processor
f0595b2190f : 8059455: LambdaForm.prepare() does unnecessary work for cached LambdaForms
fd88f77a225 : 8059455: LambdaForm.prepare() does unnecessary work for cached LambdaForms
7840b0e7c1e : 8059455: LambdaForm.prepare() does unnecessary work for cached LambdaForms
476d962701e : 8078520: [TESTBUG] fix 'test/tools/launcher/ExecutionEnvironment.java' to run on arbitrary *nix systems
dd2c3d1c22b : 8078468: Update security libraries to use diamond with anonymous classes
cb19c4b63ab : 8078444: compiler/arraycopy/TestArrayCopyNoInitDeopt.java fails with exception 'm2 not deoptimized'
a452b030ce1 : 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
2c3844609c6 : 8078165: [macosx] NPE when attempting to get image from toolkit
e75b6c9ab80 : 6829245: Reg test: java/awt/Component/isLightweightCrash/StubPeerCrash.java fails
d50c630d1ba : 8073669: gc/TestSoftReferencesBehaviorOnOOME.java times out in nightlies
f3a11c507f3 : 8048138: Tests for JAAS callbacks
879707ab310 : 8078482: ppc: pass thread to throw_AbstractMethodError
4a6024895d2 : 8077529: [TESTBUG] Remove hotspot.internalvmtests from jprt config
a6c557d66ff : 8077529: [TESTBUG] Remove hotspot.internalvmtests from jprt config
0bab1d0947e : 8075833: Straighter Elliptic Curves
4af42fc29fb : 8075833: Straighter Elliptic Curves
61be609d70b : 8075833: Straighter Elliptic Curves
2ed89055033 : 8075833: Straighter Elliptic Curves
8941d4be24a : 8078115: Applets now require "modifyThread" permission to exit on windows
4693c79e67f : 8078433: javac, some tests are failing after JDK-8078024 because of golden files mismatch
e3e858b578f : Added tag jdk8u60-b12 for changeset e42f6016126a
aa8ce29fa25 : Added tag jdk8u60-b12 for changeset 964aaf833084
b9dfc977937 : Added tag jdk8u60-b12 for changeset 359742aee417
c9d1c4bfcf2 : Added tag jdk8u60-b12 for changeset b9d0d2768624
8865687a2a4 : Added tag jdk8u60-b12 for changeset 44186fda910a
e3d5f1f9744 : Added tag jdk8u60-b12 for changeset 323b4341fdc4
eeff3c6b095 : Added tag jdk8u60-b12 for changeset 6d2174f59007
07ff8e4d956 : Added tag jdk8u60-b12 for changeset 096c8ede9730
a3e2ee0d52a : Added tag jdk8u60-b12 for changeset 58309c320d38
f74408e1fc3 : Added tag jdk8u60-b12 for changeset f9d139afdd60
a41b795d336 : Added tag jdk8u60-b12 for changeset 3d332febcd91
493030e42a6 : Added tag jdk8u60-b12 for changeset b6f8ef7ea394
b134b26cb27 : Added tag jdk8u60-b12 for changeset dedaac604723
f589f22dcc2 : Added tag jdk8u60-b12 for changeset d84396818d67
c47e62083d7 : Added tag jdk8u60-b12 for changeset 80ffd721ae3d
f69c53f84ab : Added tag jdk8u60-b12 for changeset 195567b8a731
d2559fa477b : 8078023: verify_no_cset_oops found reclaimed humongous object in SATB buffer
ac0c1d05e5c : 8078023: verify_no_cset_oops found reclaimed humongous object in SATB buffer
5f1b96662ac : 8078023: verify_no_cset_oops found reclaimed humongous object in SATB buffer
58d710017c1 : 8078384: Test execution blocker: Nashorn testsuite failing due to compile error in jdk/nashorn/api/scripting/test/ScriptEngineTest.java
c1994612d63 : 8078384: Test execution blocker: Nashorn testsuite failing due to compile error in jdk/nashorn/api/scripting/test/ScriptEngineTest.java
8c8261cbadc : 8078024: javac, several incorporation steps are silently failing when an error should be reported
dc67bb0a0e7 : 8076987: C1 should support conditional card marks (UseCondCardMark)
b30f24676eb : 8078309: compiler/jsr292/MHInlineTest.java failed with java.lang.RuntimeException: 'MHInlineTest$A::protected_x (3 bytes) virtual call' found in stdout
ff227ec11f9 : 8075575: com/sun/security/auth/login/ConfigFile/InconsistentError.java failed in certain env 8075576: com/sun/security/auth/module/KeyStoreLoginModule/OptionTest.java failed in certain env
689d9a58b14 : 8071462: Remove G1ParGCAllocator::alloc_buffer_waste
b3ddbe8cf44 : 8078389: Add test for -Xdoclint + -XDcompletionDeps
9ef4bd4a6c8 : 8078348: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with BindException
6f346f9afdd : 8038764: tidy warnings cleanup for javax.activation
d85dda00023 : 8078261: Initialization of DocLint triggers out of order initialization of Dependencies
078abb2617c : 8077332: tidy warnings from javax/xml
7a4694af8c7 : 8030123: java/beans/Introspector/Test8027648.java fails
ace7f7933e0 : 8077836: Make sure G1ParGCAllocBuffer are marked as retired
849e09bade9 : 8069361: SunGraphics2D.getDefaultTransform() does not include scale factor
7d01ef4a6e4 : 8078345: Move PSParallelCompact::mark_and_push to ParCompactionManager
f3e710a50e0 : 8076541: Parallel GC registers Java heap twice to NMT
9631881fe3b : 8078341: Remove the unused PSParallelCompact::_updated_int_array_klass_obj
4357348f6f4 : 8078340: Remove the unused PSParallelCompact::KeepAliveClosure
b7bf7fd3fda : 8076328: Enforce key exchange constraints
603b2144131 : 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
f6dfa1497f9 : 8051560: Convert JAXP function tests: Astro tests
d822f23fa02 : 8075378: JNDI DnsClient Exception Handling
088f38d5630 : 8075378: JNDI DnsClient Exception Handling
f2dab3a19a4 : 8078139: jdk.xml.dom should be loaded by the ext class loader
ce8a17d5304 : 8078139: jdk.xml.dom should be loaded by the ext class loader
ab2306a9910 : 8078139: jdk.xml.dom should be loaded by the ext class loader
2c663c13b29 : 8075738: Better multi-JVM sharing
6133954e18f : 8075378: JNDI DnsClient Exception Handling
9fdb1101029 : 8075738: Better multi-JVM sharing
148dec0d71a : 8075378: JNDI DnsClient Exception Handling
09247f346d1 : 8075738: Better multi-JVM sharing
fa7d84955df : 8075738: Better multi-JVM sharing
7ee95a458ce : 8075738: Better multi-JVM sharing
ad2c8376dd2 : 8078290: Customize adapted MethodHandle in MH.invoke() case
55c29398fef : 8078290: Customize adapted MethodHandle in MH.invoke() case
cc49c4a4264 : 8072853: SimpleScriptContext used by NashornScriptEngine doesn't completely complies to the spec regarding exception throwing
22600201a23 : 8080341: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
bd8c6ee556b : 8080343: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
c456903c917 : 8033069: mouse wheel scroll closes combobox popup
6408db913c1 : 8072448: Can not input Japanese in JTextField on RedHat Linux
f92c4b66b70 : 8078290: Customize adapted MethodHandle in MH.invoke() case
59ed622663e : 8072853: SimpleScriptContext used by NashornScriptEngine doesn't completely complies to the spec regarding exception throwing
7d6aa6adbf4 : 8080341: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
04cd223b6d7 : 8080343: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
9f96da6edee : 8033069: mouse wheel scroll closes combobox popup
74eee749590 : 8072448: Can not input Japanese in JTextField on RedHat Linux
04c0e090c90 : 8078082: [TEST_BUG] java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java fails
e9000d948f4 : 8077332: tidy warnings from javax/xml
b27f0420109 : 8077332: tidy warnings from javax/xml
55760547762 : 8078276: add copyright header to IPv6NameserverPlatformParsingTest
d604ad29ba3 : 6991580: IPv6 Nameservers in resolv.conf throws NumberFormatException
e028ed3a215 : 8075139: Restore java.protocol.handler.pkgs to work as a fallback for migration
fc379b3042d : 8068737: ArrayType prints element type post order
999f0f1fd48 : 8078144: many nightly tests failed due to NoSuchMethodError: sun.management.ManagementFactoryHelper.getDiagnosticMXBean
137a04308f0 : 8078144: many nightly tests failed due to NoSuchMethodError: sun.management.ManagementFactoryHelper.getDiagnosticMXBean
d65074da2c1 : 8078243: Fix include of stack.inline.hpp in taskqueue.hpp
dba5d6fdc56 : 8074026: Deprecated UseBoundThreads, DefaultThreadPriority and NoYieldsInMicrolock VM options still defined in globals.hpp
650fe66a1b1 : 8077674: BSD build failures due to undefined macros
6436eb31acf : Added tag jdk8u45-b33 for changeset 462270b94287
7096e0dea2c : Added tag jdk8u45-b33 for changeset 62cf05801eb2
a24bf75fd43 : Added tag jdk8u45-b33 for changeset 219b3964c52d
15580255ff8 : Added tag jdk8u45-b33 for changeset aeb001b76528
a977f6e76f2 : Added tag jdk8u45-b33 for changeset 70e30994eddf
ee1b7d1d091 : Added tag jdk8u45-b33 for changeset 48e0d253a06b
97a64d04dbe : Added tag jdk8u45-b33 for changeset 52b37b29348e
839310869fa : Added tag jdk8u45-b33 for changeset 237602c006d4
ae818a09217 : Added tag jdk8u45-b33 for changeset cd8a66aeba3d
29ade1912a2 : Added tag jdk8u45-b33 for changeset 636e1324b4c4
4032c7f977d : Added tag jdk8u45-b33 for changeset d161895ec04f
7d6630565cf : Added tag jdk8u45-b33 for changeset 500d753a4e2b
1dfddb7fcda : Added tag jdk8u45-b33 for changeset 028b62f67953
7058c8a00ca : Added tag jdk8u45-b33 for changeset 9b3363602a08
09a497c2eff : Added tag jdk8u45-b33 for changeset 032ec0096432
dae4344970e : Added tag jdk8u45-b33 for changeset 94812fac4f2f
78ed00713c6 : Added tag jdk8u51-b09 for changeset be8f4ea134eb
a326f8d1b71 : Added tag jdk8u51-b09 for changeset 081186070498
922206e2b93 : Added tag jdk8u51-b09 for changeset 6d424cb74d17
9660a485d3d : Added tag jdk8u51-b09 for changeset 6f7f5d7b51c2
bfb9561cb1e : Added tag jdk8u51-b09 for changeset cc0d7d9f7712
b89512b3649 : Added tag jdk8u51-b09 for changeset 06cae1aaeced
b110925b109 : Added tag jdk8u51-b09 for changeset d7bedca2a32f
3308be34e11 : Added tag jdk8u51-b09 for changeset 394a42f4d90b
1770fd12a7e : Added tag jdk8u51-b09 for changeset 8cf504dc098e
c23a7b4e1d2 : Added tag jdk8u51-b09 for changeset 5432ffe450bc
c76912d80aa : Added tag jdk8u51-b09 for changeset 398aeeaf5ef2
92638973eb4 : Added tag jdk8u51-b09 for changeset 4d204518eef2
ac762e8cb4e : Added tag jdk8u51-b09 for changeset 5f394114fcd1
e17bb2557e3 : Added tag jdk8u51-b09 for changeset 29b6e286a971
f0c8d572be6 : Added tag jdk8u51-b09 for changeset d252b095913e
ef755fa772c : Added tag jdk8u51-b09 for changeset add292a0dad6
cf33d5c103e : 8074146: jdb has succeded to read an unreadable file
4c0f9a19435 : 7145508: java.awt.GraphicsDevice.get/setDisplayMode behavior is incorrect when no display is present
19b0ecc5d45 : 8077952: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh should be quarantined
6b3eb7ab727 : 8075833: Straighter Elliptic Curves
dbbb8bf78eb : 8078174: Add few FX and parser API samples for nashorn
d575b5c0156 : 8076405: Improve serial serialization
9b28681c4df : 8076405: Improve serial serialization
45a35d83f07 : 8076401: Serialize OIS data
c78bdcf581a : 8076405: Improve serial serialization
0aabaa18ff1 : 8076401: Serialize OIS data
d103b4de83b : 8076405: Improve serial serialization
974c7c0d80f : 8076401: Serialize OIS data
b7ea430e822 : 8076401: Serialize OIS data
be6e9b9f507 : 8042891: Format issues embedded in macros for two g1 source files
56c8f87b086 : 8042947: Implement classfile tests for AnnotationDefault attribute
bc04834c268 : 8071928: Instance properties with getters returning wrong values
d7248ad3bd1 : 8073846: Javascript for-in loop returned extra keys
e4a699552a2 : 8068582: UseSerialGC not always set up properly
0d5c04e00d2 : 8078156: G1: Remove dead code PrintObjsInRegionClosure
c1b5c1b53a6 : 8077423: jstatd is not terminated even though it cannot contact or bind to RMI Registry
3e596ef68d7 : 8076376: Enhance IIOP operations
dfe76ce3b1e : 8076376: Enhance IIOP operations
cef6d65e12b : 8076376: Enhance IIOP operations
ad47f475b5b : 8076376: Enhance IIOP operations
233f940f001 : 8076376: Enhance IIOP operations
45ed72aa269 : 8064546: CipherInputStream throws BadPaddingException if stream is not fully read
c8f81f52081 : 8067648: JVM crashes reproducible with GCM cipher suites in GCTR doFinal
4fc237ef298 : Added tag jdk8u51-b13 for changeset 172d8a475388
24c7427e056 : 8064546: CipherInputStream throws BadPaddingException if stream is not fully read
5f82c8852c0 : 8067648: JVM crashes reproducible with GCM cipher suites in GCTR doFinal
92eb62a99bb : Added tag jdk8u51-b13 for changeset b740de3afdc6
d0b5ec75d50 : 8077394: Uninitialised memory in jdk/src/java/desktop/unix/native/libfontmanager/X11FontScaler.c
4be4bee50d1 : 8077394: Uninitialised memory in jdk/src/java/desktop/unix/native/libfontmanager/X11FontScaler.c
6230465f954 : 8077394: Uninitialised memory in jdk/src/java/desktop/unix/native/libfontmanager/X11FontScaler.c
6eafc29cfa9 : 8068842: Better JAXP data handling
a22fc004dee : 8077308: Fix warning: increase O_BUFLEN in ostream.hpp -- output truncated
06aabb47697 : 8077608: [TESTBUG] Enable Hotspot jtreg tests to run in agentvm mode
d933f611479 : 8078017: Introduce hotspot_basicvmtest
b5af5771c70 : 8048264: StringBuffer's codePoint methods throw unspecified IndexOutOfBoundsException
d22d5b20f8b : 8075942: ArrayIndexOutOfBoundsException in sun.java2d.pisces.Dasher.goTo
96e518425b3 : 8075942: ArrayIndexOutOfBoundsException in sun.java2d.pisces.Dasher.goTo
454ec2e69df : 7194452: Remove "Reverse" PKIX CertPathBuilder implementation
474d13bc376 : 8078021: SATB apply_closure_to_completed_buffer should have closure argument
80c04e2e239 : 8078021: SATB apply_closure_to_completed_buffer should have closure argument
c9ebd949ea9 : 8078021: SATB apply_closure_to_completed_buffer should have closure argument
ef932e7b220 : 8078017: Introduce hotspot_basicvmtest
b7ce78f370f : Added tag jdk9-b60 for changeset f678f348c947
5f253a4f9f9 : Added tag jdk9-b60 for changeset f7bd3ddc9292
2a3814c26a3 : Added tag jdk9-b60 for changeset 71609ff1773b
ac8c41fa4da : Added tag jdk9-b60 for changeset aa1bae42dcac
9312a673c7f : Added tag jdk9-b60 for changeset 6d5d546e953b
6f2f110804a : Added tag jdk9-b60 for changeset b45086ad81ed
3c783c3de06 : Added tag jdk9-b60 for changeset f51f8989ad5d
f0bf6fbf849 : Added tag jdk9-b60 for changeset 79641c886929
888e0f812c3 : 8071968: javax/xml/ws/8046817/GenerateEnumSchema.java failed on Windows platform
f0f9b42b177 : 8057967: CallSite dependency tracking scales devastatingly poorly
6716f24c45d : 8076405: Improve serial serialization
4799f0adcd9 : 8076401: Serialize OIS data
615502651ed : 8078057: Reapply fixes for 8073361, 8073374, 8073696
00b87ab5d17 : 8077265: Modify assert to help debug JDK-8068448
66344453554 : 8074757: Remove java.awt.Toolkit methods which return peer types
677097c1286 : 8074763: Remove API references to java.awt.dnd.peer
b9aead1b2c1 : 8074028: Remove API references to java.awt.peer
971438ead7b : 8075942: ArrayIndexOutOfBoundsException in sun.java2d.pisces.Dasher.goTo
72c024d8481 : 8077824: Introduce DefineNativeToolchain to handle toolchain configurations
4ad9ac199dc : 8077824: Introduce DefineNativeToolchain to handle toolchain configurations
868bdb35b21 : 8043984: Confusing (incorrect) error message on repeatable annotations
e17a42c26ab : 8073534: Confusing / incorrect error message regarding annotations on non-declarations
4160686d59f : 8078048: Fix non-pch build after "8076457: Fix includes of inline.hpp in GC code"
38e3be4c28e : 8042901: Allow com.sun.management to be in a different module to java.lang.management
5a66ebc90c5 : 8077936: Remove the unused java_lang_invoke_CallSite::target_volatile
6e76eef82ad : 8072023: Investigate and upgrade the minimum supported gnumake for JDK 9, from 3.81 to 4.0
1ae626fa5df : Added tag hs25.60-b12 for changeset 384778fd25d9
74f671febb2 : Added tag hs25.60-b12 for changeset 11a05e8e14b2
204901217f8 : 7044727: (tz) TimeZone.getDefault() call returns incorrect value in Windows terminal session
df473509f84 : 8042901: Allow com.sun.management to be in a different module to java.lang.management
b705686a862 : 8042901: Allow com.sun.management to be in a different module to java.lang.management
16f9ed4944e : 8042901: Allow com.sun.management to be in a different module to java.lang.management
ed2ed17291a : 8077938: Remove TraceMarkSweep
336a125aa0d : 8075520: Varargs access check mishandles capture variables 8077786: Check varargs access against inferred signature
5451154e973 : 8042244: Re-examine the supportedness of non-SE org.w3c.dom.** API
b6cd67bd3b0 : 8042244: Re-examine the supportedness of non-SE org.w3c.dom.** API
dd09531d4b2 : 8077912: Turn on doclint checking for more modules
e79b50f3228 : 8076264: [macosx] Launching app on MacOSX requires enclosing class
afdabb44dcd : 8077991: Missing javadoc in exceptions types in javax.transaction
1090355e9b2 : 8077915: Fix doclint issues in javax.smartcardio
6fd1b643086 : 8077923: Add missing doclint in javax.management
a000d5154a7 : 8077955: Undeclared globals in eval code should not be handled as fast scope
5b2c289414a : 8076287: Performance degradation observed with TimeZone Benchmark
884f0d320fe : 8073165: Contended Locking fast exit bucket
1e5e03d8e79 : 8073989: Deprecated integer options are considered as invalid instead of deprecated in Java 9
f272493a76e : 8029630: Thread id should be displayed as a hex number in error report
cde528f457e : 8074956: ArrayIndexOutOfBoundsException in javax.swing.text.html.parser.ContentModel.first()
535f7269223 : 8047382: hotspot build failed with gcc version Red Hat 4.4.6-4
bbb7e1ae985 : 8047382: hotspot build failed with gcc version Red Hat 4.4.6-4
41b53b0d3ca : 8077847: Better handling of Windows executable manifest version
35e5e5eaa84 : 8077847: Better handling of Windows executable manifest version
7f3a8ab26cf : 8077814: Add .DELETE_ON_ERROR to makefiles
6c6a6986d95 : 8077520: Morph tables into improved form
66f9dcff794 : 8077520: Morph tables into improved form
490c3dee9c9 : 8077520: Morph tables into improved form
3334a718c93 : 8051559: Convert JAXP function tests: org.w3c.dom to jtreg (testng) tests
d30de5ab316 : 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
2b3647f96e9 : Added tag jdk8u60-b11 for changeset 2762dc89d22c
7f1884d1f2c : Added tag jdk8u60-b11 for changeset 20a8a5989826
338672a864f : Added tag jdk8u60-b11 for changeset 343ff8c91bf1
c85e3ee8ed6 : Added tag jdk8u60-b11 for changeset da760e6d55a0
db85a24e4e0 : Added tag jdk8u60-b11 for changeset 830716fd0fa0
1c8c1e230de : Added tag jdk8u60-b11 for changeset 126b4ccff1a3
660658638b4 : Added tag jdk8u60-b11 for changeset ce1925dbae11
73339ea7c16 : Added tag jdk8u60-b11 for changeset 530efca6f8e4
e65afa58fbb : Added tag jdk8u60-b11 for changeset 38dafbdc07c9
8ac684a05ec : Added tag jdk8u60-b11 for changeset 1e017f832529
64a1d2e14b4 : Added tag jdk8u60-b11 for changeset 9f1d1ddf9cbc
afc166aae35 : Added tag jdk8u60-b11 for changeset 3db8005a4de6
70abc8b3920 : Added tag jdk8u60-b11 for changeset ad34aee76d58
a05f18c2d6b : Added tag jdk8u60-b11 for changeset 4bc5d155c5d0
745766fa853 : Added tag jdk8u60-b11 for changeset b4083fa554d7
2a1f31902a2 : Added tag jdk8u60-b11 for changeset 3d6e81daec3b
6a77a95dcad : 8075466: SATB queue pre-filter verify found reclaimed humongous object
bc6dd01aaaa : 8075466: SATB queue pre-filter verify found reclaimed humongous object
48ed80d136d : 7012980: PSOldGen is increased if there is no space in Metaspace
3e369304865 : 8079555: REDO - Determining the desired PLAB size adjusts to the the number of threads at the wrong place
c8c4924aa31 : 8129558: Coalesce dead objects during removal of self-forwarded pointers
0d758e4c432 : 8129977: TestSummarizeRSetStats.java fails: Incorrect amount of per-period RSet summaries at the end
b959e09360b : 8129355: [TESTBUG] runtime FragmentMetaspaceSimple.java fails with java.lang.ClassNotFoundException: test.Empty
0cd7fa860af : 8130330: Quarantine gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java
d8947ce1ea5 : 8129786: Buffer overrun when passing long not existing option in JDK 9
8085251389b : 8129430: tests that requrie G1 should be excluded from execution on embedded platfomrs where g1 is not supported
e382d8095c3 : 8129590: TestShrinkDefragmentedHeap.java runs out of memory
5aec2dc9fc4 : 8087333: Optionally Pre-Generate the HotSpot Template Interpreter
a7f09562016 : 8072147: Preloading libjsig.dylib causes deadlock when signal() is called
7315d2ea193 : 8130135: backout 8087143 due to failures in 8130115
037958ba9a1 : 8087143: Reduce Symbol::_identity_hash to 2 bytes
28effe7632a : 8073423: Remove LazyClassPathEntry support if no longer needed
bd938df14f8 : 8130036: Fix problems with imprecise C++ coding
a88e8669c5c : 8080925: Make error log write timeout parameter configurable
c85e4ae56f3 : 8078901: Add trace event for G1 MMU information
342ea6369a8 : 8075082: Fix missing doclint warnings in the javax.swing package
763048052f2 : 8069367: Eagerly reclaimed humongous objects left on mark stack
26055f8bcb2 : 8069367: Eagerly reclaimed humongous objects left on mark stack
947216bf942 : 8069367: Eagerly reclaimed humongous objects left on mark stack
7c8ee01ce31 : 8074546: Rename and clean up the ParGCAllocBuffer class
9d2e807891f : 8078193: BACKOUT: Rename and clean up the ParGCAllocBuffer class
d27e6d731ef : 8074545: Rename and clean up the ParGCAllocBuffer class
4fbfdfe87b4 : 8077417: Cleanup of Universe::initialize_heap()
82de4945acc : 8077415: Remove duplicate variables holding the CollectedHeap
f8c508af0f3 : 8077841: G1: Remove PrintReachable support
fdcc47e4437 : 8077873: G1: Remove G1SATBPrintStubs
beede949770 : 8075466: SATB queue pre-filter verify found reclaimed humongous object
cf90c844ebc : 8077611: com/sun/jdi/ConnectedVMs.java should be unquarantined
35d41623613 : 8076221: Disable RC4 cipher suites
2958a22ac4b : 8076221: Disable RC4 cipher suites
5827e6ce0f3 : 8077838: Recent developments for ppc
0dc8a462041 : 8072767: DefaultCellEditor for comboBox creates ActionEvent with wrong source object
a286a0963e4 : 8043202: Prohibit RC4 cipher suites
ac45437ee2c : 8043202: Prohibit RC4 cipher suites
71f032b7642 : 8043202: Prohibit RC4 cipher suites
30d75fd36a4 : 8075853: Proxy for MBean proxies
4b702c149f0 : 8077520: Morph tables into improved form
1d8e10da9cd : Added tag jdk8u45-b31 for changeset ee8cc492cc7c
d78567bcbb7 : 8075853: Proxy for MBean proxies
22f7b97431d : 8077520: Morph tables into improved form
4f722ec9500 : Added tag jdk8u45-b31 for changeset e2ee2fd66365
4e7f0d34a27 : 8075853: Proxy for MBean proxies
f3f1aec43db : 8075853: Proxy for MBean proxies
2bb76f5f362 : 8075853: Proxy for MBean proxies
cb7a08139b8 : 8074676: java.lang.invoke.PermuteArgsTest.java fails with "assert(is_Initialize()) failed: invalid node class"
1c76dd4fbc4 : 8077327: ThreadStackTrace.java throws exception: BlockedThread expected to have BLOCKED but got RUNNABLE
b15381aabaf : 8067648: JVM crashes reproducible with GCM cipher suites in GCTR doFinal
47d774ab344 : 8077364: "if( !this )" construct prevents build on Xcode 6.3
dc99c45870e : 8076221: Disable RC4 cipher suites
b5264b34494 : 8077524: Enable selective test bundle installation for jprt test targets
d617368a755 : 8076624: Fix missing doclint warnings in javax.swing.text
0b622e20f75 : 8077095: Fix missing doclint warnings in the javax.swing.plaf.basic package
31a7b46b003 : 8076117: EndEntityChecker should not process custom extensions after PKIX validation
cdf21714c67 : Added tag jdk8u45-b32 for changeset 757e828907b0
9264af52f15 : Added tag jdk8u45-b32 for changeset 0a122128404d
7d99c72512d : 8077710: BACKOUT - java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options
8a3053a40a7 : 8075838: Method for typing MethodTypes
5882ccec9c4 : 8075838: Method for typing MethodTypes
4dc0960ac27 : 8075838: Method for typing MethodTypes
0f41fd1455f : 8075838: Method for typing MethodTypes
4324c7c275d : 8075838: Method for typing MethodTypes
2e8fb0e5de9 : 8033465: JSR292: InvokerBytecodeGenerator: convert a check for REF_invokeVirtual on an interface into an assert
c9ac987bf39 : 8076461: JSR292: remove unused native and constants
9441584df6e : 8062280: C2: inlining failure due to access checks being too strict
fc97db9ccc9 : 8062280: C2: inlining failure due to access checks being too strict
40973932589 : 8057919: Class.getSimpleName() should work for non-JLS compliant class names
ac13a8215ab : 8077054: DMH LFs should be customizeable
9b9deb62509 : 8077054: DMH LFs should be customizeable
bc83974fb5d : 8077054: DMH LFs should be customizeable
6282dd80bfa : 8073453: Focus doesn't move when pressing Shift + Tab keys
eefa25156ef : 8073453: Focus doesn't move when pressing Shift + Tab keys
1aedcf69834 : 8077419: Launcher mapfile fails linking with SS12u4
7b5aeb4f3ef : 8077419: Launcher mapfile fails linking with SS12u4
31ec6e06ef6 : 8076106: [macosx] Drag image of TransferHandler does not honor MultiResolutionImage
b29fb12ad4f : 8073453: Focus doesn't move when pressing Shift + Tab keys
d81e78e8bcd : 8077615: AARCH64: Add C2 intrinsic for BigInteger::multiplyToLen() method
1cbf641d91e : 8076461: JSR292: remove unused native and constants
5ff12acb9df : 8062280: C2: inlining failure due to access checks being too strict
ce40bf07b24 : 8057919: Class.getSimpleName() should work for non-JLS compliant class names
8e2f1d55602 : 8077403: Remove guarantee from GenCollectedHeap::is_in()
06b8ac7d741 : 8077420: Build failure with SS12u4
63799e0ada6 : 8075374: Responding to OCSP responses
cfb54aa4507 : 8075575: com/sun/security/auth/login/ConfigFile/InconsistentError.java failed in certain env 8075576: com/sun/security/auth/module/KeyStoreLoginModule/OptionTest.java failed in certain env
eb19d4f31e6 : 8043202: Prohibit RC4 cipher suites
46ce5b76147 : 8075374: Responding to OCSP responses
a0f052bc3b7 : 8075575: com/sun/security/auth/login/ConfigFile/InconsistentError.java failed in certain env 8075576: com/sun/security/auth/module/KeyStoreLoginModule/OptionTest.java failed in certain env
75d8e37802f : 8043202: Prohibit RC4 cipher suites
1a20f653751 : 8075374: Responding to OCSP responses
737deb8476f : 8075374: Responding to OCSP responses
ff740dd32fc : 8077408: javax/management/remote/mandatory/notif/NotSerializableNotifTest.java fails due to Port already in use: 2468
2239220be29 : 8077408: javax/management/remote/mandatory/notif/NotSerializableNotifTest.java fails due to Port already in use: 2468
26006ab751d : 8077408: javax/management/remote/mandatory/notif/NotSerializableNotifTest.java fails due to Port already in use: 2468
50dc3c19de7 : Added tag jdk8u51-b08 for changeset 49da7d4f2f4c
0b55363e8d2 : Added tag jdk8u51-b08 for changeset 38ac39bbdb91
a4ddd37b1c9 : Added tag jdk8u51-b06 for changeset bad2946b30ec
3db25c396eb : Added tag jdk8u51-b06 for changeset 986544911595
50c7505b736 : Added tag jdk8u51-b05 for changeset 24a6fe24f81e
4c2cace0e9f : Added tag jdk8u51-b05 for changeset b5fb237fa545
6440afd070d : Added tag jdk8u51-b04 for changeset 74973eb2e1ff
ec82690791b : Added tag jdk8u51-b04 for changeset dda593ef3701
8e3753af09a : 8076214: [Findbugs]sun.awt.datatransfer.SunClipboard.checkChange(long[]) may expose internal representation
74bb07763e4 : 8076214: [Findbugs]sun.awt.datatransfer.SunClipboard.checkChange(long[]) may expose internal representation
95090a7507a : 8076214: [Findbugs]sun.awt.datatransfer.SunClipboard.checkChange(long[]) may expose internal representation
f93a647092d : 8072863: Replace fatal() with vm_exit_during_initialization() when an incorrect class is found on the bootclasspath
af1efee4909 : 8077618: Move rtmLocking.cpp to shared directory
9c427df72e8 : 8072945: Javadoc should generate valid and compliant HTML5 output
e630663bbb8 : 8035302: Eliminate dependency on jdk.charsets from 2D font code
5981b9e79b7 : 8035302: Eliminate dependency on jdk.charsets from 2D font code
95e667b9828 : Added tag jdk8u51-b08 for changeset 23d814b68a8e
08e7e1a8f3e : Added tag jdk8u51-b08 for changeset 552640b0a646
88f5ec06f7e : Added tag jdk8u51-b08 for changeset 7444e335619e
ce9128ccb60 : Added tag jdk8u51-b08 for changeset cee95a3e3601
142ecd0015c : Added tag jdk8u51-b08 for changeset 4789e0d42954
bab061cceca : Added tag jdk8u51-b08 for changeset d214b755b8f1
527538aa31c : Added tag jdk8u51-b08 for changeset 4c6fa7f3f738
5a97840a84e : Added tag jdk8u51-b08 for changeset 9b262d40009f
c901000957e : Added tag jdk8u51-b08 for changeset fc351cf57769
3cde7db6fe2 : Added tag jdk8u51-b08 for changeset 93f1901a88c8
5c0538043bf : Added tag jdk8u51-b08 for changeset 43e55ad65d8c
4b258c103cd : Added tag jdk8u51-b08 for changeset 7e5ebd08e90b
7dd4b6179b6 : Added tag jdk8u51-b08 for changeset 37d9d4660f3a
59b2c3e3c57 : Added tag jdk8u51-b08 for changeset 60d9ef24202e
8778a9b5a2f : Added tag jdk8u45-b32 for changeset 39fb74823c0f
73f995863f3 : Added tag jdk8u45-b32 for changeset 8ed0132e7690
d983d220786 : Added tag jdk8u45-b32 for changeset fbf5b191692c
2132627deb7 : Added tag jdk8u45-b32 for changeset 18538dcefafc
e433de3d706 : 8062264: KeychainStore requires non-null password to be supplied when retrieving a private key
fcbe7329975 : 8062264: KeychainStore requires non-null password to be supplied when retrieving a private key
e87eec9ad11 : Added tag jdk8u45-b32 for changeset cffe7bf0e387
ecb641fd63f : Added tag jdk8u45-b32 for changeset 0705b5865be7
0512b816d5c : Added tag jdk8u45-b32 for changeset f2aa5a2acf89
4ae424bff05 : Added tag jdk8u45-b32 for changeset f46ac0369aab
c01a290a4a8 : Added tag jdk8u45-b32 for changeset f47e54c27286
35685675a6b : Added tag jdk8u45-b32 for changeset 1cf63efc87e9
15be2358e05 : Added tag jdk8u45-b32 for changeset 1813769dc2c0
d9c5022c029 : Added tag jdk8u45-b32 for changeset 311350d85e91
850223c0fe8 : Added tag jdk8u45-b32 for changeset e0fe8c16b18c
a1741da50e5 : Added tag jdk8u45-b32 for changeset a37ff9a35aa3
a0fedc85567 : 8077640: DateTimeFormatter does not parse/accept the era.toString() result from MinguoEra/ThaiBuddhistEra
cddb50dcd1b : 8077622: Add sources from jdk/src/jdk.deploy.osx/macosx/classes/ to unshuffle script
609fc7915da : 8076069: [macosx][TESTBUG] tests failing with Unrecognized system error
5a24e90bdd5 : 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
77b5a0e6c01 : 8076050: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java fails intermittently
45fbc2f8028 : 8077563: 9-dev 1-prebuild fail: "configure: error: write failure creating /config.status"
1b7102b9eae : 8077546: Restore the change to OCSPResponse in the fix for JDK-8074064
8d1ea894414 : 8076968: PICL based initialization of L2 cache line size on some SPARC systems is incorrect
91257368748 : 8076968: PICL based initialization of L2 cache line size on some SPARC systems is incorrect
f3a40ee3d52 : 8062591: SPARC PICL causes significantly longer startup times
e4143cbd747 : 8133062: Increment the build value to b04 for hs25.51 in 8u51-b32
494453f37d4 : Added tag jdk8u31-b34 for changeset 1521f1095258
7b65130d01a : 8062591: SPARC PICL causes significantly longer startup times
45b8469c1c0 : 8133062: Increment the build value to b04 for hs25.51 in 8u51-b32
d7d5fd5b94b : Added tag jdk8u31-b34 for changeset 153b0f09dd90
8b418665066 : 8075374: Responding to OCSP responses
060b684a562 : 8077506: Simplify test JImageTest
f634f25e778 : Added tag hs25.60-b11 for changeset 214232ed7fd3
f179467d016 : Added tag hs25.60-b11 for changeset e634eeeb0851
d0be3332e58 : 8075378: JNDI DnsClient Exception Handling
671367fd2a6 : 8073634: Improve clean targets
5381ee24664 : Added tag jdk8u45-b14 for changeset 0e0e2a3d4b0c
3ff550a76a4 : Added tag jdk8u45-b14 for changeset d6d644965e81
3d1a81a50bd : Added tag jdk8u45-b14 for changeset 15a3a02f69f8
17e100f948a : Added tag jdk8u45-b14 for changeset 4e9cfc93f151
be5329d8862 : Added tag jdk8u45-b14 for changeset 331906f64b4e
0a929ef899c : Added tag jdk8u45-b14 for changeset 1f20d60a56a8
4eeef590621 : Added tag jdk8u45-b14 for changeset 677e42f4b1eb
ff715c48a82 : Added tag jdk8u45-b14 for changeset b85c2533b31c
4decf57e41d : Added tag jdk8u45-b14 for changeset 85b3ee18804a
44894b73b0b : Added tag jdk8u45-b14 for changeset a95cf8cc697e
9a65ebea186 : Added tag jdk8u45-b14 for changeset 747101a8811b
d4c59365ae8 : Added tag jdk8u45-b14 for changeset 491d1469c6f1
d54cd9c41a0 : Added tag jdk8u45-b14 for changeset 8fe2bd8c1c82
65a0f6859f8 : Added tag jdk8u45-b14 for changeset e625b13a4fa0
f8363d09ed4 : Added tag jdk8u45-b14 for changeset 3dafaecc1006
1e87fdf07c6 : Added tag jdk8u45-b14 for changeset 9afc3d586b20
f5477ab1f2c : 8074865: General crypto resilience changes
7ab801e640a : 8078348: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with BindException
fe02e3a05f6 : 8074865: General crypto resilience changes
4c3bb86181f : 8078348: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with BindException
58aa07397a3 : 8074865: General crypto resilience changes
c27d95adb0c : Added tag jdk8u65-b00 for changeset 17430a089606
cd9cf7ab3ce : 8074865: General crypto resilience changes
5aa2106ddb8 : Added tag jdk8u65-b00 for changeset 3cd66ed41ecf
e63cd605f3f : 8077407: Even better MBean connections
e0504049cf0 : 8044416: serviceability/sa/jmap-hashcode/Test8028623.java fails with AssertionFailure: can not get class data for java/lang/UNIXProcess$Platform$$Lambda
7badd1e1ab6 : 8044416: serviceability/sa/jmap-hashcode/Test8028623.java fails with AssertionFailure: can not get class data for java/lang/UNIXProcess$Platform$$Lambda
19d7e33b10f : 8044416: serviceability/sa/jmap-hashcode/Test8028623.java fails with AssertionFailure: can not get class data for java/lang/UNIXProcess$Platform$$Lambda
2cbce413a06 : 8067215: Disable dual fields when not using optimistic types
e17fbda670d : 8067215: Disable dual fields when not using optimistic types
ef5af807ad5 : 8077955: Undeclared globals in eval code should not be handled as fast scope
8a5e9486027 : 8067215: Disable dual fields when not using optimistic types
fc2fc8976b2 : 8077955: Undeclared globals in eval code should not be handled as fast scope
1c82d4a0c7f : 8076549: Update JAX-WS RI integration to latest version (2.2.11-b150402.1412)
2fd5531d452 : 8076151: [TESTBUG] Test java/awt/FontClass/CreateFont/fileaccess/FontFile.java fails
2d5fbe3e4de : 8047789: auth.login.LoginContext needs to be updated to work with modules
8ef4d867b0d : 8074297: substring in XSLT returns wrong character if string contains supplementary chars 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
a9d5c45786b : 8074297: substring in XSLT returns wrong character if string contains supplementary chars 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
8dd530545f5 : 8074297: substring in XSLT returns wrong character if string contains supplementary chars 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
fc807a32dd2 : 8074297: substring in XSLT returns wrong character if string contains supplementary chars 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
6bfd7937d99 : 8074297: substring in XSLT returns wrong character if string contains supplementary chars 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
1859aa8bc3b : 8074297: substring in XSLT returns wrong character if string contains supplementary chars 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
82eda63c2aa : Added tag jdk8u45-b11 for changeset 61e9e4fdcd8e
2dfe789f639 : Added tag jdk8u45-b11 for changeset a069219f2bcb
4edd9d16e50 : Added tag jdk8u45-b03 for changeset 49a4ec728b6c
97696952efc : Added tag jdk8u45-b03 for changeset 1da1ab6dac1a
b98f342710d : 8076090: jimage extract + recreate broken again
00e5e370798 : 8050123: Incorrect property name documented in CORBA InputStream API
c959a460add : 7081580: Specification for MouseInfo.getNumberOfButtons() doesn't contain info about "awt.mouse.numButtons"
7d376fd912d : 6866751: J2SE_Swing_Reg: the caret disappears when moving to the end of the line
7402bb3bf9f : Added tag jdk9-b59 for changeset db33e568f107
094c72c91a0 : Added tag jdk9-b59 for changeset c8bb4d1093d4
e80c4deeea8 : Added tag jdk9-b59 for changeset 80e73beff5ba
7b51da4ffa5 : Added tag jdk9-b59 for changeset 68def6418e33
39925b984dc : Added tag jdk9-b59 for changeset c98fa5c72342
dca9f784cb5 : Added tag jdk9-b59 for changeset 174027605384
163227911ba : Added tag jdk9-b59 for changeset 9cfc40f84fea
135e9f32a7f : Added tag jdk9-b59 for changeset 37dffa581a1e
66bd29b0441 : Added tag jdk8u60-b10 for changeset 5bf22b9bf4c6
f767a8376ce : Added tag jdk8u60-b10 for changeset 997b66f4ba7a
c26627f9c99 : Added tag jdk8u60-b10 for changeset 4136f2741889
bb40ac8db8e : Added tag jdk8u60-b10 for changeset 45fc1fd36f84
812b98f2954 : Added tag jdk8u60-b10 for changeset 342aab8b31b4
66702f58403 : Added tag jdk8u60-b10 for changeset 457c83b2012c
d008edabdb2 : Added tag jdk8u60-b10 for changeset e8300d1294cc
9cfa9181169 : Added tag jdk8u60-b10 for changeset b824ca02da07
90214167d66 : Added tag jdk8u60-b10 for changeset 6f7c521122a9
458a39cab4a : Added tag jdk8u60-b10 for changeset 659ba0b3e89d
8a6707c4544 : Added tag jdk8u60-b10 for changeset 8b228ae7c98a
6a1e2045d07 : Added tag jdk8u60-b10 for changeset c7bfdc013886
9bda3fd9106 : Added tag jdk8u60-b10 for changeset 15e9788679f8
678bf72aca2 : Added tag jdk8u60-b10 for changeset 0bc141e919e3
3776af5af70 : Added tag jdk8u60-b10 for changeset b8fafb284b82
980be3745a9 : Added tag jdk8u60-b10 for changeset 6ec66be8b365
a13602b227f : 8073385: Bad error message on parsing illegal character in XML attribute
e3699917911 : 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
46c83616241 : 8073385: Bad error message on parsing illegal character in XML attribute
6471f3f0ee6 : 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
d1c823d8440 : 8073385: Bad error message on parsing illegal character in XML attribute
f61fe74afb7 : 8073385: Bad error message on parsing illegal character in XML attribute
32ee9c38b0d : 8073385: Bad error message on parsing illegal character in XML attribute
59e4e8f9c55 : 8073385: Bad error message on parsing illegal character in XML attribute
be039332c83 : 8076223: Rest of tidy warning in javax.security / java.security
89649d21af0 : 8026043: Add regression test for JDK-8000831
5285c9ea86e : 8077301: Optimized build is broken
ca9afd25f6d : 8077413: Avoid use of Universe::heap() inside collectors
f078697a455 : 8077400: Unnecessary and incorrect "Code Cache Roots" G1 log entry
2cefed232b0 : 8077411: Remove CollectedHeap::supports_heap_inspection()
d0dafa0c28a : 8077414: PSPromotionLAB _state is unintialized
6cdec1e47b1 : 8041565: JMX ObjectName could be refactored to save memory
c569683941a : 8133314: Update launcher.properties to remove reference to hprof
c3e9d85d317 : 8077137: Port jdk.internal.instrumentation to jdk 9
5c088302c87 : 8077137: Port jdk.internal.instrumentation to jdk 9
6cbdf1b8f42 : 8075331: jdb eval java.util.Arrays.asList(array) shows inconsistent behaviour
c8b71e6bd31 : 8064546: CipherInputStream throws BadPaddingException if stream is not fully read
fc5bd490e53 : 8075667: (tz) Support tzdata2015b
debeeaea1d2 : 8076397: Better MBean connections
38ff4ae68ad : 8075667: (tz) Support tzdata2015b
7c87058eb73 : 8076397: Better MBean connections
759e549668a : 8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
cf857504a36 : 8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
9db1af5eafd : Added tag jdk9-b58 for changeset 9a2cca215a5c
2dd0fdb7547 : Added tag jdk9-b58 for changeset 818af936c30a
12feefa25ce : Added tag jdk9-b58 for changeset 0be5c0da08ef
9e15e0656af : Added tag jdk9-b58 for changeset 06cbde9af956
82d8e0db98b : Added tag jdk9-b58 for changeset 7a40f7a19fd2
870c45e9a07 : Added tag jdk9-b58 for changeset 91800dac27eb
3dddfab2246 : Added tag jdk9-b58 for changeset 88f08214516a
7e6fd2fae58 : Added tag jdk9-b58 for changeset dab796535602
ae8e927e37c : 8076552: jaccess.packages javadoc build failure
f2fdd4a7288 : 8076552: jaccess.packages javadoc build failure
87b1898a8e8 : 8077273: Disable the PKCS11 NSS tests on Windows
2bc44815c56 : 8077094: Fix missing doclint warnings in the javax.swing.plaf package
c13acecad26 : 8076265: Simplify deal_with_reference
ddcf6bfbaa1 : 8076265: Simplify deal_with_reference
5f589f20aaf : 8076311: Java 9 process negative MaxTenuringThreshold in different way than Java 8
2dff1df5da5 : 8076325: java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options
06bba0999a6 : 8077255: TracePageSizes output reports wrong page size on Windows with G1
c2aa4833c37 : 8039440: Tidy warnings cleanup for org/omg
3d93d627227 : 8077257: Use CanUseSafeFetch instead of probing SafeFetch stub directly
fc3275e4931 : 8076557: The specified procedure could not be found in management.dll
d86a561fe4e : 8076614: Add comment to ClearNoncleanCardWrapper::do_MemRegion()
46fd08f9ac0 : 8077315: Build failure on OSX after compiler upgrade
28d6d2146ce : 8077302: src/share/vm/oops/instanceRefKlass.inline.hpp has a doubble /*
75f83990577 : 8076265: Simplify deal_with_reference
f6e2ae001d6 : 8076534: CollectedHeapName in SA agent incorrect
8459bbf4c13 : 8067235: embedded/minvm/checknmt fails on compact1 and compact2 with minimal VM
89256b01cb4 : 8066679: jvmtiRedefineClasses.cpp assert cache ptrs must match
ccb921a5364 : 8073334: Improved font substitutions
779ea1a7add : 8073334: Improved font substitutions
0b17b713ec2 : 8076422: Fix missing doclint warnings in javax.swing.border
8df4646de21 : 8076274: [TESTBUG] Remove @ignore from runtime\NMT\JcmdDetailDiff.java
7d3885b2396 : 8031744: Annotations on many Language Model elements are not returned
706496f63a7 : 8076315: move 4 manual functional swing tests to regression suite
0ef006faca2 : 8027668: sun/tools/jstatd/TestJstatdPort.java: java.net.ConnectException: Connection refused: connect
c034b748063 : 8076475: Misuses of strncpy/strncat
23908e7eb44 : 7042645: Numerous api/java_awt jck tests fail - AWT Assertion Failure on fastdebug ri bundles b138 win7 x86
1200472bb37 : 8074871: Adjust device table handling
46a696e1ec0 : 8074871: Adjust device table handling
5b3b52132ab : 8074330: Set font anchors more solidly
0853135d61c : 8074330: Set font anchors more solidly
539a1b8c92a : 8074335: Substitute for substitution formats
af611449789 : Added tag jdk8u51-b07 for changeset 17430a089606
f1be141d460 : 8074335: Substitute for substitution formats
6b9088b2acf : Added tag jdk8u51-b07 for changeset 3cd66ed41ecf
fb08581429d : 8048992: Enhance thread contexts in JAXWS
0b046e45049 : 8048992: Enhance thread contexts in JAXWS
f84a0d02b98 : 8067991: [Findbugs] SA com.sun.java.swing.ui.CommonUI some methods need final protect
7e6f12e6e96 : 8076442: Cannot fully read BitSet.stream() if bit Integer.MAX_VALUE is set
0a0a22f7eac : 8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29
0a2989add50 : 8076972: Several nashorn tests failing
aec60b7ff72 : 8076972: Several nashorn tests failing
80819a736a4 : 8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29
7ba3b453829 : 8076465: New Init.gmk needs improvements
2de64493a20 : 8076641: getNextEntry throws ArrayIndexOutOfBoundsException when unzipping file
0b68559e2df : Added tag jdk8u52-b07 for changeset 50dd2b5b4927
4a532632a3d : Added tag jdk8u52-b07 for changeset 61d6af2e8f9d
4809e2c0684 : Added tag jdk8u52-b07 for changeset 30581362733c
975cad81459 : Added tag jdk8u52-b07 for changeset 1ad9621b74fa
cc7cc72e21a : Added tag jdk8u52-b07 for changeset 067a2335a1d9
67b36ce2e1d : Added tag jdk8u52-b07 for changeset 3640481b658b
3429a1d6409 : Added tag jdk8u52-b07 for changeset cbd2d833d338
ba2897417c4 : Added tag jdk8u52-b07 for changeset 582cdc5c2549
bee7c6f7c08 : Added tag jdk8u52-b07 for changeset a88e5faca242
e7e6dcbc271 : Added tag jdk8u52-b07 for changeset 8212d83c4f52
37cb7806438 : Added tag jdk8u52-b07 for changeset ce674517f338
66b4afbe8fb : Added tag jdk8u52-b07 for changeset c2e6e6f069e8
bdcce110f62 : Added tag jdk8u52-b07 for changeset 3d81563ba33c
6e2b6cab04d : Added tag jdk8u52-b07 for changeset 3179d08ce4fc
43013de3fce : Added tag jdk8u51-b07 for changeset 953133026532
25d0a51ba42 : Added tag jdk8u51-b07 for changeset 9e2af268d7cc
6cacf6b6f4d : Added tag jdk8u51-b07 for changeset f493c9f431f1
d140bfe84a4 : Added tag jdk8u51-b07 for changeset 1a4b10af986c
294fa5a797b : Added tag jdk8u51-b07 for changeset aba364ab1f3f
84e6f900ac0 : Added tag jdk8u51-b07 for changeset 3669ab70a7c8
9764ca5376f : Added tag jdk8u51-b07 for changeset 301eadc3634b
d70f0390f5a : Added tag jdk8u51-b07 for changeset f1e299ada0e5
e1a84984c93 : Added tag jdk8u51-b07 for changeset 8246a8535cd5
86120fb3f6e : Added tag jdk8u51-b07 for changeset 0ebac750ec91
240a4db8bcc : Added tag jdk8u51-b07 for changeset 3cdab8247008
e2a8e2016e4 : Added tag jdk8u51-b07 for changeset f6b2655b1c69
7ec74015c97 : Added tag jdk8u51-b07 for changeset 9edbd3cb7046
ab903831d82 : Added tag jdk8u51-b07 for changeset 125d3b46f1c8
fcb7a559234 : 8076972: Several nashorn tests failing
a5c792259a7 : Added tag jdk8u45-b31 for changeset 75122bc3019f
4ebc9a486be : Added tag jdk8u45-b31 for changeset 2f48ddc3e9d2
df21207318a : Added tag jdk8u45-b31 for changeset 2545c638fbc2
26fd6676242 : Added tag jdk8u45-b31 for changeset e1b7b01528a6
82e10d4484c : Added tag jdk8u45-b31 for changeset 7febee7adfc2
52544884dac : Added tag jdk8u45-b31 for changeset 1ad43ef39635
1d03526d17d : Added tag jdk8u45-b31 for changeset 42f9414126dc
7d7a8eb3618 : Added tag jdk8u45-b31 for changeset 1f3dc39ab337
299497af93a : Added tag jdk8u45-b31 for changeset 5bc459a6eabd
38cb572ab16 : Added tag jdk8u45-b31 for changeset 333d1d807b57
34a7fd038ca : Added tag jdk8u45-b31 for changeset a12bb94afa61
1326218cf1e : Added tag jdk8u45-b31 for changeset 8907f363aae3
e2b895275bf : Added tag jdk8u45-b31 for changeset 9bf88f0568f6
7e8719ea3e7 : Added tag jdk8u45-b31 for changeset b713ec79f682
5197d1c01a2 : 8072769: System tray icon title freezes java
1bab263e417 : 6921687: Mnemonic disappears after repeated attempts to open menu items using mnemonics
02d89b3afdc : 8041642: Incorrect paint of JProgressBar in Nimbus LF
f8b90cd5798 : 8013566: Failure of GroupLayout in combination of addPreferredGap and addGroup'srow
2c164ba79d9 : 8076646: nashorn tests should avoid using package names used by nashorn sources
2b834642ddd : 8076646: nashorn tests should avoid using package names used by nashorn sources
0f2e689f50f : 8042332: Enhance thread contexts in security libraries
9932bb8fc62 : 8042332: Enhance thread contexts in security libraries
1c198f4faae : 8076583: move jdk.Exported from langtools to jdk
4b07750bb17 : 8076583: move jdk.Exported from langtools to jdk
a9992adde7e : 8076520: Fix missing doclint warnings in javax.swing.{table, tree, undo, plaf.{metal, nimbus, synth}}
21e2effecf7 : Added tag hs25.60-b10 for changeset 4b228a5f3c12
9c1854315fb : Added tag hs25.60-b10 for changeset cb78dacd62af
b26b2b8c688 : 8076531: Switch default compiler on Windows to VS2013
1392515988b : 8076644: MulticastSendReceiveTests.java fails with NumberFormatException due to network interference
781190634ac : 8027771: Enhance thread contexts
cfd751f913d : 8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
5175560d557 : 8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
ed433c58a04 : 8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
43db474447f : 8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
7a600daf8bb : 8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
ffe4b47d205 : 8075926: Add a sun.management.JMXConnectorServer perf counter to track its state
4d07222b011 : 8074368: ThreadMXBean.getThreadInfo() corrupts memory when called with empty array for thread ids
44b017bd909 : 8076646: nashorn tests should avoid using package names used by nashorn sources
9f1092391e8 : 6894632: Removing rows from a DefaultTableModel with a RowSorter deselectes last row
d84f07dd60d : 8075314: All the InternalFrames will be maximized after maximizing only one of the InternalFrame with WindowsLookAndFeel
d1161e073cb : 8073559: Memory leak in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp
704c02a180c : 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
eb3be4051b3 : 8076632: Remove duplicate tests: FDTest, MethodReferenceTest and more -- follow-on (completion)
e2c248c2eea : 8075304: Remove duplicate test: FDTest
6270b80af7b : 8076523: assert(((ABS(iv_adjustment_in_bytes) % elt_size) == 0)) fails in superword.cpp
f2e052ea904 : 8078113: 8011102 changes may cause incorrect results
abf4711ee4e : 8079686: new hotspot build - hs25.60-b16
59c8ab3e154 : 8076523: assert(((ABS(iv_adjustment_in_bytes) % elt_size) == 0)) fails in superword.cpp
74fdd9363a8 : 8078113: 8011102 changes may cause incorrect results
54c9eafcc46 : 8079686: new hotspot build - hs25.60-b16
465e4dca9a8 : 8076420: Consolidate javac file handling in javac.file package
3e33401a5f3 : 8048997: Enhance thread contexts in CORBA
5d1e4e2ba19 : 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
6aa9bef5d3e : 8069004: Kitchensink hanged with 16Gb heap and GC pause >30 min
fcf95632133 : 8068007: [Findbugs] SA com.sun.java.swing.action.ActionManager.manager should be package protect
abe4f6262b8 : 8068007: [Findbugs] SA com.sun.java.swing.action.ActionManager.manager should be package protect
aeb07c2c0da : 8068007: [Findbugs] SA com.sun.java.swing.action.ActionManager.manager should be package protect
6c5d70bfbc3 : 8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find
7b1455163ed : 8074840: Resolve disabled warnings for libjli and libjli_static
1795821684b : 8076441: Dead code in java.time.chrono.Chronology.isLeapYear after fixing JDK-8067800
dccc407b83e : 8076421: Fix Zero Interpreter bugs in class redefinition and template interpreter changes
66d2b6e75af : 8048983: Enhance thread contexts in JAXP
7d455864c87 : 8048983: Enhance thread contexts in JAXP
a0058605f3b : Added tag jdk9-b57 for changeset ac0dca163b36
d3b0080d691 : Added tag jdk9-b57 for changeset 155062c00bfa
1487d5a1216 : Added tag jdk9-b57 for changeset eb6ff6f9d1ca
7bc95894c82 : Added tag jdk9-b57 for changeset c75ff9ed0b4e
770d0796433 : Added tag jdk9-b57 for changeset 75819e4f737b
1bec618a5da : Added tag jdk9-b57 for changeset f9a0bf777d40
79a33f826e6 : Added tag jdk9-b57 for changeset 82711ddae051
88b3106e09b : Added tag jdk9-b57 for changeset 4ada9ce756d0
8236017f2c5 : 8074500: java.awt.Checkbox.setState() call causes ItemEvent to be filed
adad2408707 : 8074500: java.awt.Checkbox.setState() call causes ItemEvent to be filed
e1bdbfa0e08 : 8074500: java.awt.Checkbox.setState() call causes ItemEvent to be filed
f921f125fbd : 8043225: Make whitebox API functions more stable
70283860461 : 8043225: Make whitebox API functions more stable
21964ce20f8 : 8076286: Fix missing doclint warnings in javax.swing.{colorchooser, event, filechooser}
8e5f94bf08e : 8076267: Remove n_gens()
ce950c0798e : 7113878: LogManager - namedLoggers should be ConcurrentHashMap instead of Hashtable
bdbad873349 : 6983747: Remove obsolete dl_mutex lock
d2f816a8759 : 8076452: Remove SharedHeap
7c5c5d80b70 : 8076289: Move the StrongRootsScope out of SharedHeap
c3b72f7f5b4 : 8076454: Clean up/move things out of SharedHeap
64bb2ce3110 : 8076236: VM permits illegal flags for class init method
b89433f7cda : 8076344: serviceability/dcmd/vm/SetVMFlagTest.java test fails with "java.lang.Error: 'MaxHeapSize' flag is not available or immutable"
679db144e5d : 8075810: LogManager.readConfiguration may throw undocumented IllegalArgumentException
d71d16b043b : 8076457: Fix includes of inline.hpp in GC code
66fc45f6020 : 8076456: Remove unnecessary oopDesc::klass() calls
232a59cb40b : 8075955: Replace the macro based implementation of oop_oop_iterate with a template based solution
c0af548c2b0 : 8076447: Remove unused MemoryManager::kind()
f0035b701e4 : 8076492: Make common code from template interpreter code
9767a3bc823 : 8076505: Increment minor version of HSx for 8u65 and initialize the build number
404b5902f33 : 8076505: Increment minor version of HSx for 8u65 and initialize the build number
eaf7ce63dda : 8078349: remove dead code - fast_iagetfield
8377d7ebd66 : 8076419: Path2D copy constructors and clone method propagate size of arrays from source path
f691818b64a : Added tag jdk8u60-b09 for changeset 40cd5355b410
82a9186422e : Added tag jdk8u60-b09 for changeset 6fb569725802
9541e10add1 : Added tag jdk8u60-b09 for changeset 3d3f0d4aa151
458ba4da8c6 : Added tag jdk8u60-b09 for changeset 1dcdbf460a41
2094dde3066 : Added tag jdk8u60-b09 for changeset c023a565fd61
dc541c38ec2 : Added tag jdk8u60-b09 for changeset 16d40a337a57
36940d251eb : Added tag jdk8u60-b09 for changeset ff71af64c790
600887fd70a : Added tag jdk8u60-b09 for changeset 1ad455ec8267
43acdcac34b : Added tag jdk8u60-b09 for changeset 7f77a02aef3b
e27fc526d7e : Added tag jdk8u60-b09 for changeset d964ccd12e4f
635cb267ae1 : Added tag jdk8u60-b09 for changeset af1624b89ed0
efa32a1a943 : Added tag jdk8u60-b09 for changeset 9ffe4cb9dd76
2ce028c6305 : Added tag jdk8u60-b09 for changeset e267f53e2766
6f87e092cf6 : Added tag jdk8u60-b09 for changeset 5ae6cc724f8c
f89d0fb6088 : Added tag jdk8u60-b09 for changeset 8c86feff0721
c35f19c9e8f : Added tag jdk8u60-b09 for changeset a8e616270401
97a263953b8 : 8076397: Better MBean connections
1849df6c271 : 8074871: Adjust device table handling
7cb6dba4390 : 8074330: Set font anchors more solidly
dbb2078ef05 : 8074335: Substitute for substitution formats
4afe98d2f7d : 8073334: Improved font substitutions
baceaab271d : 8074865: General crypto resilience changes
c1e2102b1ad : 8073385: Bad error message on parsing illegal character in XML attribute
d350f07d512 : 8076450: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java: assert(!on_C_heap() || allocated_on_C_heap()) failed: growable array must be on C heap if elements are
f17914b131d : 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
75f2048a842 : 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
b6009d4a48a : 8016276: CMS concurrentMarkSweepGeneration contains lots of unnecessary allocation failure handling
bedce0572af : 8076314: Remove the static instance variable SharedHeap:: _sh
ef561b0d602 : Added tag jdk8u65-b00 for changeset 4a1f8926db60
63d9e2b49db : Added tag jdk8u65-b00 for changeset 136db481792f
87dc7f4e06d : Added tag jdk8u65-b00 for changeset 1aad5ca51369
16639f388f2 : Added tag jdk8u65-b00 for changeset a2e274eb68bd
60693af5755 : Added tag jdk8u65-b00 for changeset 8c0ec6a59f5f
fb9e101a076 : Added tag jdk8u65-b00 for changeset c4338ffdc5e6
f5b82e18697 : Added tag jdk8u65-b00 for changeset 3c925e99256b
1700acb1241 : Added tag jdk8u65-b00 for changeset e387704afe25
63b7d85b814 : Added tag jdk8u65-b00 for changeset fed902d0b2bc
9500a84d8cc : Added tag jdk8u65-b00 for changeset d3f492efe755
d26fbab0189 : Added tag jdk8u65-b00 for changeset ee2613310f75
07dfdb8315b : Added tag jdk8u65-b00 for changeset a67386f18e7f
590ec774811 : 6900757: minor bug fixes to LogCompilation tool
2c695decc29 : 8131078: typos in ghash cpu message
a5d8b8bf25a : 8130653: ppc: implement MultiplyToLen intrinsic
252f04c7fdd : 8026049: (bf) Intrinsify ByteBuffer.put{Int, Double, Float, ...} methods
410bc96fd4f : 8075081: Fix missing doclint warnings in java.awt
abf62840a9c : 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
573be74a2c4 : 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
1afbc04d569 : 8076185: Provide SafeFetchX implementation for zero
0353353bdea : 8074895: os::getenv is inadequate
ffe9d53f7e3 : Added tag jdk8u52-b06 for changeset 4a1f8926db60
48f66120f40 : Added tag jdk8u52-b06 for changeset 136db481792f
02b88335037 : Added tag jdk8u52-b06 for changeset 1aad5ca51369
0c6d2e0dbf6 : Added tag jdk8u52-b06 for changeset a2e274eb68bd
273f4021be0 : Added tag jdk8u52-b06 for changeset 8c0ec6a59f5f
577694cb177 : Added tag jdk8u52-b06 for changeset c4338ffdc5e6
949e22f3b4e : Added tag jdk8u52-b06 for changeset 3c925e99256b
8f0c84d7f14 : Added tag jdk8u52-b06 for changeset e387704afe25
41d5f989a49 : Added tag jdk8u52-b06 for changeset fed902d0b2bc
d4cbca35ea3 : Added tag jdk8u52-b06 for changeset d3f492efe755
451a8f55b4b : Added tag jdk8u52-b06 for changeset ee2613310f75
8b58330ad44 : Added tag jdk8u52-b06 for changeset a67386f18e7f
e76067523b9 : Added tag jdk8u52-b06 for changeset 44cb6065adaa
c851c44c624 : Added tag jdk8u52-b06 for changeset fb52e18ccf75
028ec0b6cfb : Added tag jdk8u51-b06 for changeset 11047b4a0b57
bd9a889fbfd : Added tag jdk8u51-b06 for changeset 98de56ce2552
e78531b1d4a : Added tag jdk8u51-b06 for changeset 77d92ae2b45b
6533a6c4f6f : Added tag jdk8u51-b06 for changeset 9777c2644042
39d2d2d37fd : Added tag jdk8u51-b06 for changeset d9a849236ad3
790aa4db072 : Added tag jdk8u51-b06 for changeset 4e8295ac0efe
cc7f9fda188 : Added tag jdk8u51-b06 for changeset d739c0cc6b54
0c94e6de360 : Added tag jdk8u51-b06 for changeset 73c2dceceaba
4784aaaf691 : Added tag jdk8u51-b06 for changeset bddbb2078914
4bcdfb74817 : Added tag jdk8u51-b06 for changeset a7d7753d63f4
2e2627d1162 : Added tag jdk8u51-b06 for changeset 47ecbf0f8434
c556ee8bb29 : Added tag jdk8u51-b06 for changeset cf8e6cb47e7f
5e71aa30122 : Added tag jdk8u51-b06 for changeset a42e3f672ebc
39b5b766868 : Added tag jdk8u51-b06 for changeset da307b284cae
a194da7ffba : 8076105: java/util/zip/EntryCount64k.java failing after push for JDK-8073158
6a5cd7f591e : 8071668: [macosx] Clipboard does not work with 3rd parties Clipboard Managers
d7906c7f3df : 8071668: [macosx] Clipboard does not work with 3rd parties Clipboard Managers
68aa2c14c26 : 8071668: [macosx] Clipboard does not work with 3rd parties Clipboard Managers
15d51846528 : 8075752: jdk.compiler dependency can be eliminated in MethodReferenceNullCheckTest.java
9f677f4e211 : 8075438: [TESTBUG] Hotspot JTREG tests should use unique CDS archive names
795c4bd7363 : 8074481: [macosx] Menu items are appearing on top of other windows
84eb2174509 : 7021006: (process) Remove disabled clone-exec feature
f0fa5ca5f0c : 8074718: Merge templateTable_x86 _32 and _64 .hpp files
adc0b9b8aa8 : 8076184: Cleanup compile/link warnings on Solaris
7863bfdf2ac : 8075667: (tz) Support tzdata2015b
d4502a832f3 : 8074297: substring in XSLT returns wrong character if string contains supplementary chars
a03f68908a0 : 8074297: substring in XSLT returns wrong character if string contains supplementary chars
90e30c53bc1 : 8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
db2fbf3152a : 8075214: SIGSEGV in nmethod sweeping
a6872dbbfb3 : 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
af874b5889a : 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
c1892494082 : 8059588: deadlock in java/io/PrintStream when verbose javax.net.debug flags are set
aacfc905438 : Added tag hs25.60-b09 for changeset 655fdb647f84
8260e205fe9 : Added tag hs25.60-b09 for changeset 205db1e20e80
e1598c8a28d : 8076181: bytecodeInterpreter.cpp refers to unknown labels
90284ff64ab : 8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop
a005f1cf0b4 : 8075587: Compilation of constant array containing different sub classes crashes the JVM
a6054e5b359 : 8066679: jvmtiRedefineClasses.cpp assert cache ptrs must match
cd8a8d59010 : 8075587: Compilation of constant array containing different sub classes crashes the JVM
d5c7de10716 : 8066679: jvmtiRedefineClasses.cpp assert cache ptrs must match
1c9419637e6 : 8013942: JSR 292: assert(type() == T_OBJECT) failed: type check
81565ff6b73 : 8013942: JSR 292: assert(type() == T_OBJECT) failed: type check
11859b8030e : 8072740: move closed jvm.cfg files out of open repo
8c2c3af2ab3 : 8072740: move closed jvm.cfg files out of open repo
f2bf96030e4 : 8072740: move closed jvm.cfg files out of open repo
0f4227cfded : 8075231: Typed array setters are very slow when index exceeds capacity
0aa16606376 : 8075231: Typed array setters are very slow when index exceeds capacity
c5713670a00 : 8075231: Typed array setters are very slow when index exceeds capacity
c74264d6753 : 8075366: Slow scope access to global let/const does not work
6fb59f08dd8 : 8075366: Slow scope access to global let/const does not work
8659d3d84ed : 8075366: Slow scope access to global let/const does not work
9d2db271f45 : Added tag jdk9-b56 for changeset 8151437996be
b2c4d81ad5d : Added tag jdk9-b56 for changeset 17efac395638
3578b418dfd : Added tag jdk9-b56 for changeset 54be38d2d0d1
7d0185af797 : Added tag jdk9-b56 for changeset 7de5812088f9
67c161ff524 : Added tag jdk9-b56 for changeset 7da9d7e237a0
880e15f4905 : Added tag jdk9-b56 for changeset e484d3735f41
9a5eb9be151 : Added tag jdk9-b56 for changeset 4c4bce4b3b00
45fcc77443f : Added tag jdk9-b56 for changeset b118fc95090f
9c48863bb1f : 8075610: java.desktop module dependency can be eliminated in tools/javac/generics/inference/5073060/GenericsAndPackages.java
01b99713652 : 8075586: Add @modules as needed to the open hotspot tests
ba7242fdab9 : 8076060: Improve make bootstrap process
f0fb07515ac : 8076060: Improve make bootstrap process
1eb8d0b847b : 8076060: Improve make bootstrap process
4af3847ddd7 : 8054220: Debugger doesn't show variables *outside* lambda 8058227: Debugger has no access to outer variables inside Lambda
d2d0fb49f9c : 8054220: Debugger doesn't show variables *outside* lambda 8058227: Debugger has no access to outer variables inside Lambda
78bab3fc150 : 8075956: Fix some tidy warnings for java.awt
fc1c3b48380 : 8075934: Fix some tidy warnings/errors for javax/imageio
cd3cc29559e : 8076057: aix: After 8075506, aix does not support large pages
d4860ee85e1 : 8071546: hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java has been fixed, but still is in the exclude list
03116a7e0e0 : 8076625: IndexOutOfBoundsException in HeapByteBufferTest.java
1b5090da9ef : 8076968: PICL based initialization of L2 cache line size on some SPARC systems is incorrect
81bb7521bd3 : 8076523: assert(((ABS(iv_adjustment_in_bytes) % elt_size) == 0)) fails in superword.cpp
1bcb57c8de7 : 8076532: Fix format warning/error in methodHandles_ppc.cpp
9e55e44c858 : 8074981: Integer/FP scalar reduction optimization
7c5d30b0e30 : 8075587: Compilation of constant array containing different sub classes crashes the JVM
1dfbc44c1fc : 8026049: (bf) Intrinsify ByteBuffer.put{Int, Double, Float, ...} methods
61aa1cfdefc : 8075921: assert assert(allocx == alloc) fails in library_call.cpp
f41f86bff1b : 8075214: SIGSEGV in nmethod sweeping
55556983531 : 8075798: Allow ADLC register class to depend on runtime conditions also for cisc-spillable classes
c8b0b0b85c3 : 8023093: Add ManagementAgent.status diagnostic command
3f410c76ca8 : 8076039: Remove the unused internal API sun.reflect.misc.FieldUtil.getDeclaredFields
edbd6cb695f : 8076012: SA don't support flags of type size_t
ca198f7351d : 8023093: Add ManagementAgent.status diagnostic command
eecde5f24ce : 8076154: com/sun/jdi/InstanceFilter.java failing due to missing MethodEntryRequest calls
87529b48644 : 8075860: aarch64: jdk9/dev fails to build
a818d789722 : Added tag jdk8u60-b08 for changeset 101412dbdd67
5033031dbf5 : Added tag jdk8u60-b08 for changeset 5cb7448dd9b1
8e48c76ea30 : Added tag jdk8u60-b08 for changeset b9e03d0e5110
ebc351aa69a : Added tag jdk8u60-b08 for changeset fba6c3e8e704
a538632f2f2 : Added tag jdk8u60-b08 for changeset f7bb384aad18
678cab09ffb : Added tag jdk8u60-b08 for changeset 5d5e6537d522
0b48d548f29 : Added tag jdk8u60-b08 for changeset a916cc327016
a157b74311a : Added tag jdk8u60-b08 for changeset a91db2269a5e
14388bc3cea : Added tag jdk8u60-b08 for changeset aecd42edef79
7511d1ddfe1 : Added tag jdk8u60-b08 for changeset 9dca3951f16d
aae0631e2e6 : Added tag jdk8u60-b08 for changeset 3da9268006fa
64a1676851e : Added tag jdk8u60-b08 for changeset 9d9e26098f88
5439bad4d2a : Added tag jdk8u60-b08 for changeset 0eeb6042bb3c
3c5f6f3f0cc : Added tag jdk8u60-b08 for changeset ce42618e7139
6c4d00f11b6 : Added tag jdk8u60-b08 for changeset fced0d2b5bca
8caf63f8d1f : Added tag jdk8u60-b08 for changeset 4e090fb77b45
03f5957bbca : 8073868: Regex matching causes java.lang.ArrayIndexOutOfBoundsException: 64
528499c2f1b : 8073868: Regex matching causes java.lang.ArrayIndexOutOfBoundsException: 64
9454c8c825e : 8073868: Regex matching causes java.lang.ArrayIndexOutOfBoundsException: 64
12008d9c8fa : 8075858: AIX: clean-up HotSpot make files
268d8ef7a6b : 8075927: toNumber(String) accepts illegal characters
789c8eb5048 : 8075927: toNumber(String) accepts illegal characters
fe00205de4b : 8075927: toNumber(String) accepts illegal characters
1c38036fd88 : 8075922: assert(t == t_no_spec) fails in phaseX.cpp
a76b85f2bbd : 8033000: No Horizontal Mouse Wheel Support In
023aabbb686 : 7127066: Class verifier accepts an invalid class file
cd19ca4b53a : 7127066: Class verifier accepts an invalid class file
2d4a9917d5a : 8075820: java/lang/management/ThreadMXBean/FindDeadlocks.java should be unquarantined
540bb21731f : 8075240: Output of some tests contains platform specific line break
b220e6cb1dd : 8075307: Pipeline calculating inconsistent flag state for parallel stateful ops
602b7d79e98 : 8075829: Move CSpaceCounters implementation to cSpaceCounters.cpp
b980d939098 : 8075809: Add missing includes of stack.inline.hpp
de784d82f16 : 8012190: Global scope should be initialized lazily
78c0bdbda5a : 8075173: DateFormat in german locale returns wrong value for month march
b75ed37297e : 8075725: Remove /jre subdir in hotspot dist dir
a5bc56dcecb : 8075244: [macosx] The fix for JDK-8043869 should be reworked
22d4785f1d0 : 8049238: Implement classfile tests for Signature attribute
b2805ba95ad : 8075692: jaxp/test/Makefile reference of win32 directory no longer valid
6a2c954d633 : 8074531: Remove javax.security.cert.X509Certificate usage in internal networking packages
82dd135b5fb : 8075824: Add default[Read|Write]Object to java.util.Date
0c57e77d439 : 8075803: Fix GC includes and forward declarations
8efb3ab7c1c : 8075511: Enable -Woverloaded-virtual C++ warning for HotSpot build
c8ac9172fc8 : 8075717: Replace INTERNAL_BUILD with DEBUG in awt
05ea4dbf1e2 : 8069191: moving predicate out of loops may cause array accesses to bypass null check
51fd7169781 : 8078113: 8011102 changes may cause incorrect results
22425d93ca7 : 8077843: adlc: allow nodes that use TEMP inputs in expand rules
f98a23137cf : 8057967: CallSite dependency tracking scales devastatingly poorly
6862ecfe165 : 8077832: SA's dumpreplaydata, dumpcfg and buildreplayjars are broken
7f727ff4dfd : 8075735: Missing include causes minimal build failure
0803c083558 : 8074410: Startup time: Port shell.js to Java
2b63b5d1d76 : 8075071: [TEST_BUG] TimSortStackSize2.java: OOME: Java heap space: MaxHeap shrinked by MaxRAMFraction
4347241371c : Added tag jdk8u51-b05 for changeset 171cbdf86520
79a40ab611f : Added tag jdk8u51-b05 for changeset ff8663dcc495
bcb7e1e5961 : Added tag jdk8u51-b05 for changeset 517078aa9af9
ecd0f360548 : Added tag jdk8u51-b05 for changeset 8e9acd76201c
4e5781ee9b4 : Added tag jdk8u51-b05 for changeset edb9b0e39622
5fbcc36f830 : Added tag jdk8u51-b05 for changeset 0bc3faeef70c
d065189ef1f : Added tag jdk8u51-b05 for changeset d941375af1c1
b9d315f01d1 : Added tag jdk8u51-b05 for changeset 706e1b8d6201
b4997d643d7 : Added tag jdk8u51-b05 for changeset e941a9dd869f
559605f26f7 : Added tag jdk8u51-b05 for changeset d6a92bbb463c
b2e1e017082 : Added tag jdk8u51-b05 for changeset 5c47cc0a3be6
db0d3d3dea9 : Added tag jdk8u51-b05 for changeset e660886fa88a
07cd3717380 : 8075670: Remove intermittent keyword from some tests
b81d606a4cc : 8075663: compiler/rangechecks/TestExplicitRangeChecks.java fails in compiler nightlies
a056457b52b : 8067796: (process) Process.waitFor(timeout, unit) doesn't throw NPE if timeout is less than, or equal to zero when unit == null
c92b8a33a68 : 8073220: A typo in the documentation for class ProcessBuilder
7cb7ae5914c : 8071480: (process spec) ProcessBuilder.start spec linked to the wrong checkRead and checkWrite methods
ef217cba655 : 8076094: CheckCastPPNode::Value() has outdated logic for constants
497fe8d068f : 8075560: Typo in Javadoc for java.util.Optional.equals()
bc29dd414c3 : 8075623: Temporary patch to get fx imports working interim
a16c45029df : 8054890: Serviceability: New diagnostic commands 'VM.set_flag' and 'JVMTI.data_dump'
c99a66c76d5 : 8076163: ppc: port "8074345: Enable RewriteBytecodes when VM runs with CDS"
b115f80cb51 : 8075967: Zero interpreter asserts for SafeFetch<32,N> calls in ObjectMonitor
3e6cf09c393 : 8074345: Enable RewriteBytecodes when VM runs with CDS
257436004be : 7127066: Class verifier accepts an invalid class file
e8495c64948 : 8075818: serviceability/threads/TestFalseDeadLock.java should be unquarantined
4adcfcd75ce : 8075725: Remove /jre subdir in hotspot dist dir
af45a8044e5 : 8024055: serviceability/attach/AttachWithStalePidFile.java createJavaPidFile() fails
e1d7a11c648 : 8075533: Zero JVM segfaults for -version after JDK-8074552
7e09df43e65 : 8075569: jmap test fails due to &quot;ERROR: java.nio.file.NoSuchFileException: 2906081d-06bc-4738-a7e8-f37b8bf13658.lck&quot;
869a12fdab0 : 8075136: Unnecessary sign extension for byte array access
3bc3f7cd495 : 8075324: Costs of memory operands in aarch64.ad are inconsistent
e7e31875003 : 8074954: ImageInputStreamImpl.readShort/readInt do not behave correctly at EOF
35c411ea7e0 : 8048618: Tests for PKCS12 write operations
68593842f8c : 7040592: Gen.java: fix code for handling 'null' literal when expected type is array
8afd89977c5 : 8062373: Project Coin: diamond and anonymous classes
8b611ba470a : 8076026: DocTree should parse hyphenated attributes correctly
38527cecd50 : 8075184: javac is mistakenly considering an missing enclosing instance error as an overload error
ffae4d69552 : 8076060: Improve make bootstrap process
31a45d5c860 : 8054220: Debugger doesn't show variables *outside* lambda 8058227: Debugger has no access to outer variables inside Lambda
3fbfa7ee899 : 8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
ed05aef3fc5 : 8075567: Mark intermittently failuring security-libs tests
9ed9ae6214c : 8075488: compiler/whitebox/DeoptimizeFramesTest fails with exit code 1 due to unrecognized VM option -XX:+IgnoreUnexpectedVMOptions
1eb4f850a6a : 8075655: NIO test generation scripts have incorrect path to Spp.java
71020f90eff : 8075263: MHI::checkCustomized isn't eliminated for inlined MethodHandles
879642dc687 : 8074548: Never-taken branches cause repeated deopts in MHs.GWT case
43dbb43fb54 : 8075263: MHI::checkCustomized isn't eliminated for inlined MethodHandles
ad99060af93 : 8075266: Show runtime call details when printing machine code
d6f7c9f4a69 : 8075269: Extend -XX:CompileCommand=print,* to work for MethodHandle.invokeBasic/linkTo*
e53337224d2 : 8075270: Print locals & stack slots location for PcDescs
f82562e36eb : 8075443: AARCH64: Missed L2I optimizations in C2
d7419560c26 : 8075362: j.u.Properties.load() methods have misaligned @throws clauses
89c87896e2b : 8075039: (sctp) com/sun/nio/sctp/SctpMultiChannel/SendFailed.java fails on Solaris only
49dec121161 : 8074839: Resolve disabled warnings for libunpack and the unpack200 binary
28114420db9 : 8075573: Add jdk_other and jdk_svc to jdk tier 2 test definition
92d5a17a751 : 8075615: new hotspot build - hs25.60-b09
8b10b1c7c86 : 8075615: new hotspot build - hs25.60-b09
c9a932b4029 : Added tag hs25.60-b08 for changeset 358d8a3628fb
6ee5de4723e : Added tag hs25.60-b08 for changeset fea0ffbdfcd8
2d6a39e2e50 : 8075604: jjs exits even when non-daemon threads are still active
b7d77b12979 : 8068306: Tests for AST presentation Nashorn Parser API 8068304: Tests for Diagnostic listener for Nashorn Parser API 8068303: Create tests for Nashorn Parser API for create Tree from some different source and parameters
40807f0a8e2 : 8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
636ae484e4b : 8048147: Privilege tests with JAAS Subject.doAs
2596979bfe5 : 8075565: Define @intermittent jtreg keyword and mark intermittently failing jdk tests
bd11f63b043 : 8075544: Add tiered testing definitions to the jdk repo
7f20824ddab : Added tag jdk9-b55 for changeset 6fae74f3f890
1df4a8aa4c8 : Added tag jdk9-b55 for changeset 94880c5f1226
74ec9dddfb4 : Added tag jdk9-b55 for changeset 3fa4537eefef
a275baa0f1f : Added tag jdk9-b55 for changeset 58a0852cabd5
b080fe28b77 : Added tag jdk9-b55 for changeset 0331c66492b3
c44b9df4a57 : Added tag jdk9-b55 for changeset 73b85977a990
8406d7ff8eb : Added tag jdk9-b55 for changeset 18da5010f46a
2953ddaf4f5 : Added tag jdk9-b55 for changeset 5d1b73337681
0d9de873f40 : 8072128: mutexLocker.cpp _mutex_array[] initialization broken with safepoint check change
cc2bb40bf30 : 8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
c0443563e83 : 8074869: C2 code generator can replace -0.0f with +0.0f on Linux
2a055f494cb : 8074869: C2 code generator can replace -0.0f with +0.0f on Linux
c399e03fe20 : 8075509: List.map should return itself if list is unchanged
3c41d0c0a01 : 8044860: Vectors and fixed length fields should be verified for allowed sizes
2f4de6e0e0c : 8044860: Vectors and fixed length fields should be verified for allowed sizes
133c04874c7 : 7065233: To interpret case-insensitive string locale independently
28fa6024f7e : 7065233: To interpret case-insensitive string locale independently
4d20e7cb9b1 : 8075515: AIX: cleanup xlc options and use -bernotok to detect missing symbols at build time
85fe9907e59 : 8027962: Per-phase timing measurements for strong roots processing
c71d38584cd : 8027962: Per-phase timing measurements for strong roots processing
01893ae5250 : 8005521: StressMethodComparator is not thread-safe
addb7b0b0ff : 8075505: aix: improve handling of native memory
bbd0191aea3 : 8075118: JVM stuck in infinite loop during verification
dca416af3db : 8075495: Update jtreg bin location in configure
98812295748 : 8075495: Update jtreg bin location in configure
24c51e1e1b9 : 8048838: type inference performance regression
582a4ebd92e : 8074100: Turn Type.Mapping into a true visitor
c03dd06d9a0 : 8074381: java.lang.AssertionError during compiling
da290010184 : 8075495: Update jtreg bin location in configure
5feb701fc3a : 8006996: Add a pretty printer that prints script source in nice form
6f0f75a6995 : 8048289: Gtk: call to UIManager.getSystemLookAndFeelClassName() leads to crash
eb1993028a7 : 8048289: Gtk: call to UIManager.getSystemLookAndFeelClassName() leads to crash
a4da3681de1 : 8064923: [TESTBUG] jps doesn't display anything on embedded platforms and it causes some tests to fail
42fd5ce1bd2 : 8075400: Cannot build hotspot in jdk8u on OSX 10.10 (Yosemite)
7d60c3268b6 : 8075400: Cannot build hotspot in jdk8u on OSX 10.10 (Yosemite)
514f489d75b : Added tag jdk8u51-b04 for changeset b94c13e32510
98d42008640 : Added tag jdk8u51-b04 for changeset 3af64e72de38
4b892d7bd2e : Added tag jdk8u51-b04 for changeset 6406e728ab2f
06751fbcbfe : Added tag jdk8u51-b04 for changeset 523fc9989319
b3746a7105a : Added tag jdk8u51-b04 for changeset e7577ef2d5a6
441bf36913c : Added tag jdk8u51-b04 for changeset 4ef7c82710b9
56a98d3d62b : Added tag jdk8u51-b04 for changeset 4baeacb5f4da
80c6bed7b7c : Added tag jdk8u51-b04 for changeset 18e7f9bed4e6
520d33c4222 : Added tag jdk8u51-b04 for changeset 2b62b08f58a2
514bcb1cb94 : Added tag jdk8u51-b04 for changeset 6a4023e4853d
7c726858d66 : Added tag jdk8u51-b04 for changeset 54f01bc8ae31
8c1214a4a60 : Added tag jdk8u51-b04 for changeset 52ffb09ae23d
2024ff1ecca : Added tag jdk8u51-b04 for changeset a41fb369d7aa
02999593d64 : Added tag jdk8u51-b04 for changeset 56ec79ad1fdf
15f8d6fc9c6 : 8075216: Remove old flags, regarding to JDK9, from obsolete_jvm_flags
083acb02ac1 : Added tag jdk8u60-b07 for changeset 166dd7daa06d
805ecbe2ba4 : Added tag jdk8u60-b07 for changeset 22086d9b7b10
c1e1250cf19 : Added tag jdk8u60-b07 for changeset 5cc3b427b7ef
3205378ff1d : Added tag jdk8u60-b07 for changeset 510857b262ca
383b2ed634b : Added tag jdk8u60-b07 for changeset 50cbb8ff38d1
340116b6383 : Added tag jdk8u60-b07 for changeset aee6539168a9
c2cf822a71c : Added tag jdk8u60-b07 for changeset b841bb915dbd
036cd7e55a2 : Added tag jdk8u60-b07 for changeset 9c54c0ce772f
bf01b2a47ab : Added tag jdk8u60-b07 for changeset b7ab965d030a
b3b803ff2db : Added tag jdk8u60-b07 for changeset 689631e38564
aa85535d9c5 : Added tag jdk8u60-b07 for changeset a8f26d528397
a1d187c8037 : Added tag jdk8u60-b07 for changeset 68610b7db410
e87ead87e42 : Added tag jdk8u60-b07 for changeset 90f289eb1f10
ba825a5043b : Added tag jdk8u60-b07 for changeset 6ba0332506a0
e64cc5b5adc : Added tag jdk8u60-b07 for changeset ce469cb877a1
0cefbe003c5 : Added tag jdk8u60-b07 for changeset 1a2473a0e171
898bf9b5906 : 8075454: Anonymous functions have internal names exposed via parser API
78b7b61eaca : 8074694: Lazy conversion of ZipEntry time
766475bef7d : 8074694: Lazy conversion of ZipEntry time
f75ee76af6a : 8075448: nashorn parser API returns init variable tree object of a for loop after for loop statement tree object
fd2f61a53f4 : 8004073: Implement C2 Ideal node specific dump() method
c030d4e3639 : 8132525: java -client -XX:+TieredCompilation -XX:CICompilerCount=1 -version asserts since 8130858
e834a481000 : 8130309: Need to bailout cleanly if creation of stubs fails when codecache is out of space
ca998d2d4c5 : 4473075: JTable header rendering problem (after setting preferred size)
dae5ac017d2 : 8075140: Solaris build of native libraries not consistently using EXTRA_CFLAGS and EXTRA_LDFLAGS
c720b743e5e : 8072897: File sawindbg.dll has incorrect file version
40728fc162c : 8071687: AIX port of "8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework"
7b4b132f802 : 8074807: Fix some tests unnecessary using internal API
beb0315e738 : 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
710d1272147 : 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
853ddeb67ba : 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
923d2845664 : 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
ca08065c341 : 8074350: Support ISO 4217 "Current funds codes" table (A.2) 8074351: Support for currencies with the 4 digits (or more) minor unit
80b33776b19 : 8075277: JDK is still building X11 related Java files on OSX
94cafa6c0e9 : 8075056: Remove Version.java.template from jconsole
d57d843873a : 8075277: JDK is still building X11 related Java files on OSX
b1453f5daff : Added tag jdk8u45-b13 for changeset 8490a48e199d
29f9350a006 : Added tag jdk8u45-b13 for changeset e9758c06485e
9b5c4beb2be : Added tag jdk8u45-b13 for changeset 8c98d0bfdd7d
1e626ae0c83 : Added tag jdk8u45-b13 for changeset fa1e6b250a7a
899a8ab0e06 : Added tag jdk8u45-b13 for changeset 5847964be0d5
3f04447e78a : Added tag jdk8u45-b13 for changeset 3c68affeda44
4b23b45a6bf : Added tag jdk8u45-b13 for changeset 6be713adcb59
d1d94c4bd75 : Added tag jdk8u45-b13 for changeset 94bf8cfd7bb7
1bba72bf97c : Added tag jdk8u45-b13 for changeset a5787de994db
8d99f355a63 : Added tag jdk8u45-b13 for changeset d78f2174be50
d41f58f7bf4 : Added tag jdk8u45-b13 for changeset 768022d0e95e
b7c57dffeab : Added tag jdk8u45-b13 for changeset 9d96b2a5ef8c
393482e4074 : Added tag jdk8u45-b13 for changeset 60403d6f92b7
7150c4a1d24 : Added tag jdk8u45-b13 for changeset 80836c584619
473bf6175fe : 8017462: G1: guarantee fails with UseDynamicNumberOfGCThreads
cee2c148bca : 8076294: Cleanup of CollectedHeap::kind()
be607cf8cfd : 8075401: Remove DiscoveredListIterator::update_discovered()
5449ba9220c : 8076173: VirtualSpaceNode container_count() and container_count_slow() have different return types
68ad80c022c : 8076241: Remove unused methods mod_card_iterate() and non_clean_card_iterate_serial()
a5e42354fed : 8076237: Remove unused _collector_policy field in SharedHeap
ff23a172834 : 8076231: Remove unused is_in_partial_collection()
062cf882e0d : 8076225: Move the thread claim parity from SharedHeap to Thread
4e7e0848a76 : 8076073: shared: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
28d7b8200d0 : 8076072: parNew: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
bbadc1626fc : 8076071: parallelScavenge: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
04fdb5ca76c : 8076055: cms: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
dcd40878af6 : 8076054: g1: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
fd46a24a3e4 : 8076076: Move SharedHeap::print_size_transition() into G1 code
f3a2e4480d1 : 8074678: JCK test java_util/regex/MatchResult/index.html starts failing after JDK-8071479
cdeddbfbca4 : 8075176: DISABLED_WARNINGS caused C++ compiler flags to get lost
17cc06c77ce : 8075176: DISABLED_WARNINGS caused C++ compiler flags to get lost
2fc2ef9a394 : 8075045: AARCH64: Stack banging should use store rather than load
207dec2e01c : 8075236: Change layout of gcov .gcno files in symbols image
72f3a466e0e : 8040328: JSlider has wrong preferred size with Synth LAF
71e31ee0b9d : 8073480: C2 should optimize explicit range checks
207914966bd : 8042796: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
90ad0992923 : 8042796: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
593ded2b555 : 8066217: ArrayBuffer constructor was erroneous with zero args
62d155b5699 : 8066217: ArrayBuffer constructor was erroneous with zero args
39309a5c256 : 8075040: Need a test to cover FREAK (BugDB 20647631)
b8aab40b687 : Added tag jdk8u45-b12 for changeset f52114ea8b98
201eb5718b2 : 8075040: Need a test to cover FREAK (BugDB 20647631)
097fa961a8c : Added tag jdk8u45-b12 for changeset 5ee0c2360591
7d1b3d72778 : 8075222: RandomAccessFile.getChannel changed to non-final in error
bf7fd5f4519 : Added tag jdk8u40-b32 for changeset 793613069418
cdc4a7dcd4c : Added tag jdk8u40-b32 for changeset e4e5c3d6c116
d134483022f : Added tag jdk8u40-b32 for changeset 5630321bcf1a
f099e630725 : Added tag jdk8u40-b32 for changeset fd88994e61fd
252ac2fdf1b : Added tag jdk8u40-b32 for changeset 955212e1edb9
237bdcfb735 : Added tag jdk8u40-b32 for changeset 1db05cefa6b3
56ba3dea70e : Added tag jdk8u40-b32 for changeset a04a3344c98c
8be9beebf30 : Added tag jdk8u40-b32 for changeset 86236b955af8
330a8f90938 : Added tag jdk8u40-b32 for changeset b65ae85a3b6e
bcb9177da66 : Added tag jdk8u40-b32 for changeset d72920a5a96d
3c966038616 : Added tag jdk8u40-b32 for changeset d175c50385a6
27bf2753d2d : Added tag jdk8u40-b32 for changeset 3c1b51bb15e9
f5cc3de86e4 : Added tag jdk8u40-b32 for changeset 117c57c404b4
2e36c76ef21 : Added tag jdk8u40-b32 for changeset 509548bec007
a98b9035182 : Added tag jdk8u40-b32 for changeset 5064a5009dbf
f6430bdeb1b : Added tag jdk8u40-b32 for changeset 3323033d4609
040b872edf3 : Added tag jdk8u45-b12 for changeset 9b73c16dfbca
caad94c5a0c : Added tag jdk8u45-b12 for changeset acf59a793bba
dd7fb51d89a : Added tag jdk8u45-b12 for changeset 34510a00544c
3781fda90c8 : Added tag jdk8u45-b12 for changeset 77ff5a88cc45
1af682a2f4f : Added tag jdk8u45-b12 for changeset ae5b390d42ef
5ba0c223d4a : Added tag jdk8u45-b12 for changeset 06d2893e9900
5586ebe3717 : Added tag jdk8u45-b12 for changeset f1fef56a208e
2d15ba216a2 : Added tag jdk8u45-b12 for changeset 5589c041e8fc
4482d7b561d : Added tag jdk8u45-b12 for changeset f3246c587334
bd5590bed69 : Added tag jdk8u45-b12 for changeset 424034ad3af0
4ae5b2ddee1 : Added tag jdk8u45-b12 for changeset 11b468971fe1
3d2c513d5c0 : Added tag jdk8u45-b12 for changeset d42b7ad7d92e
cb7ddc21dbe : Added tag jdk8u45-b12 for changeset 358bda32aa5f
5f6fa968df1 : Added tag jdk8u45-b12 for changeset 8ab0aadc2cad
016079fa574 : 8073008: press-and-hold input method for accented characters works incorrectly on OS X
d51ddac5755 : 8073008: press-and-hold input method for accented characters works incorrectly on OS X
012666647ca : 8073008: press-and-hold input method for accented characters works incorrectly on OS X
74e2514b516 : 8075223: revert multithreaded deoptimizing compilation livelock prevention
f5e8a4d9439 : 8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
7618752fd97 : 8075230: Optimized count operations incorrectly declare the stream shape
999ce35e849 : 8066217: ArrayBuffer constructor was erroneous with zero args
765a1e44350 : 8028266: Tidy warnings cleanup for packages java.security/javax.security
02c878c4314 : 8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before
2c63bc9175e : 8075635: Remove GenerationSpec array
ba1d121fe0d : 8075957: Reduce calls to the GC specific object visitors in oopDesc
cf37646b3f4 : 8075207: Nashorn parser API returns StatementTree objects in out of order
0258ef4abc5 : 8073866: Fix for 8064703 is not sufficient
d5d207d6356 : 8074836: Resolve disabled warnings for libosxkrb5 8074835: Resolve disabled warnings for libj2gss
4c6eb2b310d : 8075090: Add tests for the basic failure of try/finally compilation
b8770ac0354 : 8075111: Mark testFlatMappingClose (from CollectorsTest) as serialization hostile
cb566c6ce55 : 8067969: Optimize Stream.count for SIZED Streams
20be94ae556 : 8073794: jdk/test/com/sun/jdi/BadHandshakeTest.java should retry if tcp port is taken
2349ff99bc1 : 6996366: convert MacAlg to an enum
41b79b9ad43 : 8074869: C2 code generator can replace -0.0f with +0.0f on Linux
6290291b273 : 8075110: (prefs) CodePointZeroPrefsTest fails on certain platforms
17f8ee8cf0e : 8073214: javadoc of Properties methods should specify NullPointerExceptions
fe068291e19 : 8075035: Turn on doclint checking of modules in the langtools repo
650cabdb7ef : 8075144: new hotspot build - hs25.60-b08
0a6934a9501 : 8075144: new hotspot build - hs25.60-b08
b4247365527 : Added tag hs25.60-b07 for changeset 0eabf25c16f2
6ddc6357e66 : Added tag hs25.60-b07 for changeset 563e19eee7f4
cd6b38c449b : 8074717: Merge interp_masm files for x86 _32 and _64
140bf2be86a : 8073607: add trace events for inlining
1382affe60f : 8075160: Add javadoc to serialver class
cbec89c82e1 : 8075006: Threads spinning infinitely in WeakHashMap.get running test262parallel
cc2f44473ff : 8012190: Global scope should be initialized lazily
c7d0b93efb5 : 8074410: Startup time: Port shell.js to Java
46ecc7d5901 : 8075604: jjs exits even when non-daemon threads are still active
0b1cc6582f5 : 8075006: Threads spinning infinitely in WeakHashMap.get running test262parallel
7fc0f150665 : 8012190: Global scope should be initialized lazily
c5bc46d4680 : 8074410: Startup time: Port shell.js to Java
c9e0ecd4d2b : 8075604: jjs exits even when non-daemon threads are still active
10b38fe9aec : 8075006: Threads spinning infinitely in WeakHashMap.get running test262parallel
d5d9119c1b5 : 8075158: Make jdk8u60 the default release on jdk8u repos
a1a2484f6a7 : Added tag jdk8u65-b00 for changeset 44cb6065adaa
80855332c54 : 8075158: Make jdk8u60 the default release on jdk8u repos
28c82fcc933 : Added tag jdk8u65-b00 for changeset fb52e18ccf75
387b846130e : 8075158: Make jdk8u60 the default release on jdk8u repos
03d8da5bc94 : 8075158: Make jdk8u60 the default release on jdk8u repos
7b384c69589 : 8061205: MetadataOnStackMark only needs to walk code cache during class redefinition
a55dd41fc7a : 8074064: OCSPResponse.SingleResponse objects do not parse singleExtensions
71ad1eca206 : 8075054: Mixed case Windows path break native dependency checks
827d9d39285 : 8061293: Update javax/xml tests to remove references of jre dir
bb8dc09453b : 8074723: AARCH64: Stray pop in C1 LIR_Assembler::emit_profile_type
b19fc1cf8fe : 8072461: Table's field width in "Use" page generated by javadoc with '-s' is unbalanced
ec2a57b4a37 : 8072461: Table's field width in "Use" page generated by javadoc with '-s' is unbalanced
9e2660699e0 : 8074812: More specific error message when the .java_pid well-known file is not secure
f1f1f0f7e11 : 8074148: Attr.visitBinary flags error at wrong position
c4ebb7f3c0e : 8071847: java.lang.NullPointerException at com.sun.tools.javac.code.Types.elemtype(Types.java:1870)
f6c27df607b : Added tag jdk8u40-b27 for changeset 42a49e0bf8eb
853e75027e9 : Added tag jdk8u40-b27 for changeset 14dad1aca607
c1e7fc7cbc9 : Added tag jdk8u40-b27 for changeset e80550589c5d
321582ab8c7 : Added tag jdk8u40-b27 for changeset 773dc105e4bd
d53e626578d : Added tag jdk8u40-b27 for changeset 416e2532367f
c218df64cea : Added tag jdk8u40-b27 for changeset 45776f094393
7e49ee7a2db : Added tag jdk8u40-b27 for changeset 5c68aac6e6d0
f7ff71f1a81 : Added tag jdk8u40-b27 for changeset 70894989ec4e
19bcf6c5f46 : Added tag jdk8u40-b27 for changeset ed02f73b2fc5
84f11218c05 : Added tag jdk8u40-b27 for changeset 367f2f96f45d
54f7906f412 : Added tag jdk8u40-b27 for changeset 46e073cd99bb
8dfc7c2bc08 : Added tag jdk8u40-b27 for changeset d28d0b5ce695
9308374ef9d : Added tag jdk8u40-b27 for changeset 3660013e73b7
5538c7a9a3a : Added tag jdk8u40-b27 for changeset 00db63aedb19
5804862a0be : Added tag jdk8u40-b27 for changeset 6a797ac52cdc
9022fbe316f : Added tag jdk8u40-b27 for changeset 9ccd9916cdd3
85b98e52c2d : 8043770: File leak in MemNotifyThread::start() in hotspot.src.os.linux.vm.os_linux.cpp
f00dc557172 : 8043770: File leak in MemNotifyThread::start() in hotspot.src.os.linux.vm.os_linux.cpp
78a6776477e : Added tag jdk9-b54 for changeset 6270182c91f4
0d3f0c8441d : Added tag jdk9-b54 for changeset a7151c380dac
77675b1d3ad : Added tag jdk9-b54 for changeset 690957fb0862
e1c8c1b50e0 : Added tag jdk9-b54 for changeset a7d29ced6960
77a06f9bd52 : Added tag jdk9-b54 for changeset 38c57ec3fc77
dfe48249b57 : Added tag jdk9-b54 for changeset 2bf25ac4195f
5ae619afe20 : Added tag jdk9-b54 for changeset 192e02fd9242
fce0c144ed7 : Added tag jdk9-b54 for changeset 04b3a5821c0d
6a5b63f190b : 8072734: Turn on doclint checking in the build of modules in the jdk repo
ab59ecebc58 : 8074668: [macosx] Mac 10.10: Application run with splash screen has focus issues
973d73e151a : 8074668: [macosx] Mac 10.10: Application run with splash screen has focus issues
5bf8c5a3d90 : 8074668: [macosx] Mac 10.10: Application run with splash screen has focus issues
ce39a229459 : 8074668: [macosx] Mac 10.10: Application run with splash screen has focus issues
cc89bac7ab5 : 8074980: add WhiteBox API to get a flag value for a method
b78d23ed01a : 8073860: [TESTBUG] compiler/whitebox/DeoptimizeFramesTest fails with exit code 1
8a235045ca1 : 8074980: add WhiteBox API to get a flag value for a method
3c9eab317a1 : 8074668: [macosx] Mac 10.10: Application run with splash screen has focus issues
468ba82cae7 : 8069263: assert(fm == NULL || fm->method_holder() == _participants[n]) failed: sanity
3e227ffea06 : 8067235: embedded/minvm/checknmt fails on compact1 and compact2 with minimal VM
9eb9d2ae213 : 8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
fbe0c05479f : 8076760: new hotspot build - hs25.60-b11
896956aa7fe : 8069263: assert(fm == NULL || fm->method_holder() == _participants[n]) failed: sanity
ecd3a03aff6 : 8067235: embedded/minvm/checknmt fails on compact1 and compact2 with minimal VM
e7252a1ea4b : 8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
e2e94965ce3 : 8076760: new hotspot build - hs25.60-b11
44381600a5e : 8069263: assert(fm == NULL || fm->method_holder() == _participants[n]) failed: sanity
ff31cfd5ce1 : 8074988: Reduce boilerplate in Setup* macro definitions
e755ea9a60b : 8074988: Reduce boilerplate in Setup* macro definitions
60841ee2704 : 8050021: Improper "duplicate case label" error
6b21a5a5ff0 : 8074521: Generate iframe instead of frame and frameset for index.html page
7b6148280aa : 8072461: Table's field width in "Use" page generated by javadoc with '-s' is unbalanced
fad1792bc4d : 8071851: Provide filtering of doclint checking based on packages
020a93a3ca6 : Added tag jdk8u51-b03 for changeset cc10b0b694b2
545735f1fa3 : Added tag jdk8u51-b03 for changeset 6497e52b8e2f
beadfd4e08a : Added tag jdk8u51-b03 for changeset 08626f020168
e6d01c021e1 : Added tag jdk8u51-b03 for changeset 27abddf06e43
a85b94a59b5 : Added tag jdk8u51-b03 for changeset c01eeb164e10
5a70e50e41a : Added tag jdk8u51-b03 for changeset ccd4e8c55b16
1418014aa2b : Added tag jdk8u51-b03 for changeset 96d9b6c4241d
8139db091b0 : Added tag jdk8u51-b03 for changeset 75356f0c5f22
91d1c9dfce9 : Added tag jdk8u60-b06 for changeset 093b08185de4
398e7e62b46 : Added tag jdk8u60-b06 for changeset 5359db74b17d
5662015b496 : Added tag jdk8u60-b06 for changeset 71d8ad0a336e
3d1b0cc9973 : Added tag jdk8u60-b06 for changeset 6fa9e0ce2c3b
8b672cc223a : Added tag jdk8u60-b06 for changeset f165aa02fe13
e6cd35f521d : Added tag jdk8u60-b06 for changeset d104afbe9b50
b4160475c76 : Added tag jdk8u60-b06 for changeset e444c474ca5c
2ffd22ddf0f : Added tag jdk8u60-b06 for changeset a5f7ae424115
a991318fba7 : Added tag jdk8u60-b06 for changeset ee68cadb94e7
c4fb9c084bd : Added tag jdk8u60-b06 for changeset bddab2d2aae1
60eccf3d0fb : Added tag jdk8u60-b06 for changeset 47a8857c8436
f680211aafe : Added tag jdk8u60-b06 for changeset 8b70019a9950
bdb967757f5 : Added tag jdk8u60-b06 for changeset ca51296d1d03
7ef8f7b09ad : Added tag jdk8u60-b06 for changeset 7764809c5081
9dbf74e0097 : Added tag jdk8u60-b06 for changeset 51b2de6134a6
63a55828169 : Added tag jdk8u60-b06 for changeset f26c31ffb90f
cf0f0fcf480 : Added tag jdk8u51-b03 for changeset e4ab0326d008
1e09f89f25a : Added tag jdk8u51-b03 for changeset e0ecf72cf776
78e07f63e1a : Added tag jdk8u51-b03 for changeset a77e7ef59f7c
5bc991f06aa : Added tag jdk8u51-b03 for changeset 870bc2358208
f4d2bf85db5 : Added tag jdk8u51-b03 for changeset 922268284986
909d0e311b0 : Added tag jdk8u51-b03 for changeset 3932a6040aa4
fa23fe559c5 : Added tag jdk8u40-b31 for changeset 2a4dd5b7559f
2659f19f073 : Added tag jdk8u40-b31 for changeset fb4bcc815df2
57ff2209f49 : Added tag jdk8u40-b31 for changeset 9c74fc34f2da
7382eb43029 : Added tag jdk8u40-b31 for changeset c04f20671090
39b396c04a9 : Added tag jdk8u40-b31 for changeset 300b2a86b500
d231760edc8 : Added tag jdk8u40-b31 for changeset 1eed48111bbc
9a9eb46e49b : Added tag jdk8u40-b31 for changeset cda98d5d4c35
8f7e04af3ab : Added tag jdk8u40-b31 for changeset 6c5253c90ccc
0621e789ed2 : Added tag jdk8u40-b31 for changeset 0be395049813
02569a658df : Added tag jdk8u40-b31 for changeset d46bfef5a12f
28059550e9b : Added tag jdk8u40-b31 for changeset 4340ec964b48
7e42dd02bfd : Added tag jdk8u40-b31 for changeset 1475ff9f9ec0
df25e71d118 : Added tag jdk8u40-b31 for changeset a402cd76aee2
7a19d143b7e : Added tag jdk8u40-b31 for changeset 1edec15c6707
3a8b941d530 : Added tag jdk8u40-b31 for changeset 9cc15607cc17
a8bec029546 : Added tag jdk8u40-b31 for changeset c7bc65081b0f
d925619302d : 8043224: -Xcheck:jni improvements to exception checking and excessive local refs
27caa095048 : 8043224: -Xcheck:jni improvements to exception checking and excessive local refs
7e24bd1435a : 8073706: Livelock in CompiledFunction.getValidOptimisticInvocation
7cd70cfbde4 : 8074661: Forward port AbstractJSObject.getDefaultValue(JSObject, Class)
9cfe6a95d0a : 8074910: hgforest.sh needs an option to bring over a smaller set of extra repos
465abe9cfd9 : 8074921: OS X build broken by reference to XToolkit
4e1348cb7b7 : 8074948: javadoc typo in DiagnosticCommandMBean.java: {code instead of {@code
4195de8decc : 8074041: sun/management/jmxremote/startstop/JMXStartStopTest.java fails with InvocationTargetException
984eae0ebff : 8074972: Unused imports, a missing javadoc and a build warning
7cd4395fe2e : 8071966: Bootcycle images build fails on Windows32/64
1cd0f9c6145 : 8074693: Different instances of same function use same allocator map
e7b74ef530a : 8074693: Different instances of same function use same allocator map
235fd3be93a : 8074693: Different instances of same function use same allocator map
ea529d13548 : 8074484: More agressive value discarding
e383c777af8 : 8074939: Add few sample scripts to demo nashorn parser API
e8b15600ac3 : 8074841: Resolve disabled warnings for the JVMTI demo compiledMethodLoad 8074842: Resolve disabled warnings for the JVMTI demo waiters
6a297b5c2ba : 8074791: Long-form date format incorrect month string for Finnish locale
665dc6f6279 : 8072385: Only the first DNSName entry is checked for endpoint identification
984cf4c9b5d : 8069111: Investigate NMT detail tracking support for 32bit ARM
33690bd090c : 8074552: SafeFetch32 and SafeFetchN do not work in error handling
cc658928be4 : 8073990: Deprecated "UseVectoredExceptions" VM options still defined in several globals files
2b6f0b511f3 : 6313046: Remove unused frame::native_param_addr code
fc9ab8f530a : 8074905: Exclude aarch64 from Visual Studio projectcreator.make
defff58acdd : 8069111: Investigate NMT detail tracking support for 32bit ARM
e14531956dd : 8074312: Enable hotspot builds on 4.x Linux kernels
2af438c28e1 : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
9264c06d769 : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
da2e3dfd1b9 : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
8b05c70ed56 : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
aae302e9008 : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
986b1007217 : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
a67784c6a5d : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
e862522adec : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
9a70cc0f1c5 : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
d832c9a017e : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
65b22fbefb9 : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
e88d039d497 : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
08796360c7a : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
6fe00260e66 : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
2b0c8e526fb : 8074098: 2D_Font/Bug8067699 test fails with SIGBUS crash on Solaris Sparc
6e1bfd1eeba : 8074098: 2D_Font/Bug8067699 test fails with SIGBUS crash on Solaris Sparc
670f4d97056 : 8071715: Tune font layout engine
e4ac5463902 : 8071715: Tune font layout engine
2e63511c49c : 8066436: Minimize can cause window to disappear on osx
02ee6dc2e8c : 8066436: Minimize can cause window to disappear on osx
d24e1db13aa : 8072754: com/sun/jdi/NativeInstanceFilter.java requires adjustments to work with module boundaries
0d022c42c9d : 8074579: Use more efficient and readable way of checking PKZIP signatures
aadda7f1187 : 8074098: 2D_Font/Bug8067699 test fails with SIGBUS crash on Solaris Sparc
996a61cf68a : 8049696: com/sun/jdi/RunToExit fails with "ConnectException: Connection refused"
741e72173c3 : 8066436: Minimize can cause window to disappear on osx
528927ada9a : 8074687: Add tests for JSON parsing of numeric keys
1bc883046f3 : 8074484: More agressive value discarding
9cdcd3d0968 : 8074687: Add tests for JSON parsing of numeric keys
b7bf9b66e6a : 8074484: More agressive value discarding
86fefb1f460 : 8074687: Add tests for JSON parsing of numeric keys
017611edae7 : 8074726: Update source and target version used when compiling hotspot class files
09dbe042bf3 : 8073021: add native code coverage target into makefiles
8bc60ff8682 : 8056151: Switching to GTK L&F on-the-fly leads to X Window System error RenderBadPicture
06a745fd7ec : 8069124: runtime/NMT/MallocSiteHashOverflow.java failing in nightlies
53a74d7f415 : 8072887: Better font handling improvements
1c5857f8ddd : 6712222: Race condition in java/lang/management/ThreadMXBean/AllThreadIds.java
44d6ebdeba1 : 8071715: Tune font layout engine
2e202acc73a : Added tag jdk8u45-b11 for changeset 8d676958e7b4
fe8c4acafdc : Added tag jdk8u45-b11 for changeset eab679b06fd3
a81768b3c90 : Added tag jdk8u45-b11 for changeset d42fa16eb4ba
16bba75426c : Added tag jdk8u45-b11 for changeset 092f2a592e6a
b02aa821cba : Added tag jdk8u45-b11 for changeset 25afcc6f1f5d
c6077768fd0 : Added tag jdk8u45-b11 for changeset 3c57a27b2cef
a1e0d35ce24 : Added tag jdk8u45-b11 for changeset 1e91fd0bef4b
8255812ca8f : Added tag jdk8u45-b11 for changeset aa717aed607b
41ac285f7db : Added tag jdk8u45-b11 for changeset 64e0b8ad140c
904d1d9d073 : Added tag jdk8u45-b11 for changeset 7c4f5641e62a
fd698431da3 : Added tag jdk8u45-b11 for changeset c7917bb736a6
5cbf77f874d : Added tag jdk8u45-b11 for changeset 53a555b3f586
4bc21058950 : Added tag jdk8u45-b11 for changeset d69d809a7313
6f4fabff557 : Added tag jdk8u45-b11 for changeset b4eff76cc562
ca4b73ad278 : 8013393: Merge template interpreter files for x86 _32 and _64
083e19510a1 : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
36699418a2a : 8074662: Update 3rd party readme and license for LibPNG v 1.6.16
1a4c355bbcf : 8073654: Marking statistics should use size_t
71bacd69b02 : 4849595: Erroneous javadoc for TableColumn.addPropertyChangeListener
d0ff6ad5657 : 8074690: Fix for JDK-8074429 was not complete
0ed9eb856c9 : 8074671: Nashorn Parser API
d6aef89288c : 8074556: Functions should not share allocator maps
84afe48e4ff : 8074096: Disable (most) native warnings in JDK on a per-library basis
06b2c14db0d : 8074096: Disable (most) native warnings in JDK on a per-library basis
b4593a40d79 : 8071731: Better scaling for C1
c4737ac3173 : Added tag jdk8u51-b05 for changeset fbc99397afab
a90779e9609 : 8071731: Better scaling for C1
ad5ad88a129 : Added tag jdk8u51-b05 for changeset e29a9f72d1d2
73bc9c4c0ba : 8071731: Better scaling for C1
64c0d976300 : 8074373: NMT is not enabled if NMT option is specified after class path specifiers
c1ba12ebd6e : Added tag jdk8u40-b26 for changeset 140d520123ab
9104bea8e94 : Added tag jdk8u40-b26 for changeset ca6a0510c1eb
f6ab7ccf450 : Added tag jdk8u40-b26 for changeset 2998e1fade13
e3fd0063a4a : Added tag jdk8u40-b26 for changeset 73f5d04627aa
9e09f03258b : Added tag jdk8u40-b26 for changeset 46672b6a7411
7c76befbb31 : Added tag jdk8u40-b26 for changeset 3f490b9fe34c
1d44577191d : Added tag jdk8u40-b26 for changeset fca7b44ee2c8
9e08073ea59 : Added tag jdk8u40-b26 for changeset 8cd90d86c5d3
ca402ae93c1 : Added tag jdk8u40-b26 for changeset 9419afedccb1
b41cff49156 : Added tag jdk8u40-b26 for changeset 8f9605b103fb
bd80c5fe05d : Added tag jdk8u40-b26 for changeset 53b0f5b20313
26aa0800c49 : Added tag jdk8u40-b26 for changeset c16e07c0b050
688f30c2ebc : Added tag jdk8u40-b26 for changeset f8090717e440
c02e5ae947c : Added tag jdk8u40-b26 for changeset 9d908229002d
18487c625ea : Added tag jdk8u40-b26 for changeset d9b69cb8a06d
629f2f09102 : Added tag jdk8u40-b26 for changeset ac39d48eb2d6
011b337a512 : 8074406: DateTimeFormatter.appendZoneOrOffsetId() fails to resolve a ZoneOffset for OffsetDateTime
808f9cab051 : 8071501: perfMemory_solaris.cpp failing to compile with "Error: dd_fd is not a member of DIR."
f9a9e68c05a : 8074460: Always print seeds used in [Splittable]Random instances in java.math tests
78dff0df249 : 8074430: Move policytool to jdk.policytool module
a1ffcbec36f : 8074430: Move policytool to jdk.policytool module
04e7f3d8718 : 8074429: Move jar, jarsigner tool to jdk.jartool module
014ea775ad1 : 8074429: Move jar, jarsigner tool to jdk.jartool module
2ae75ccaa18 : 8074428: Move pack200, unpack200, libpack200 to jdk.pack200
392dc6864ed : 8074428: Move pack200, unpack200, libpack200 to jdk.pack200
1a8c9118812 : 8074561: Wrong volatile qualifier for field ClassLoaderDataGraphKlassIteratorAtomic::_next_klass
d0d14d12cac : 8074543: Missing symbol "objArrayOopDesc::obj_at" when buiding with CPP Interpreter
179f7eb9ff9 : 8051984: @ignore should be placed after @test
347dbe2a083 : Added tag hs25.60-b06 for changeset 82b58d293852
26888e91ae3 : Added tag hs25.60-b06 for changeset 536eb286414d
e1ac257862a : 8074545: Undefined object values in object literals with spill properties
d0650dcdae6 : 8074554: Create custom hook for running after AC_OUTPUT
2bb83340149 : 8072900: Mouse events are captured by the wrong menu in OS X
b035ca73482 : 8073692: (cs) Inconsistent docs for CharsetDecoder.replaceWith and CharsetEncoder.replaceWith
a9818711940 : 8074306: NULLCHK is emitted as Object.getClass 8074501: Javac fix for 8073432 is missing right test BugIDs
ff1c62f1775 : 8072490: Better font morphing redux
713302f800e : 8074487: Static analysis of IfNode should consider terminating branches
eda72d961ae : 8074487: Static analysis of IfNode should consider terminating branches
e776a10ce33 : 8074487: Static analysis of IfNode should consider terminating branches
2972cb3840d : 8074491: run-nasgen in ant doesn't see the right Nashorn classes
67fddc10a68 : 8031538: G1 eden usage is sometimes higher than target eden (printed Eden size)
a953097a896 : 8049378: Examine references to ${java.home}/lib in JAXP
02614afbd14 : 8044193: Need to add known answer tests for AES cipher
c01b1f87ded : Added tag jdk9-b53 for changeset 1582f6df75ee
afc563fcc97 : Added tag jdk9-b53 for changeset 569659e4dc38
52d8d1433e2 : Added tag jdk9-b53 for changeset 4bb4756ceb9c
64adac1a817 : Added tag jdk9-b53 for changeset eccafe6808d1
2caa965d423 : Added tag jdk9-b53 for changeset 6be67f434046
f552a16a7de : Added tag jdk9-b53 for changeset 92bf22ed0621
e3a2a22af9b : Added tag jdk9-b53 for changeset 9bbd69ad1f34
e747097c26d : Added tag jdk9-b53 for changeset 6cf7b027c792
9e0c46f629d : 8005226: java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails intermittently
6729c1eb26f : 8040228: TransformerConfigurationException occurs with security manager, FSP and XSLT Ext
556155770df : 8040228: TransformerConfigurationException occurs with security manager, FSP and XSLT Ext
24a89745d24 : 8040228: TransformerConfigurationException occurs with security manager, FSP and XSLT Ext
7cbe1554873 : 8040228: TransformerConfigurationException occurs with security manager, FSP and XSLT Ext
8fe1e48f0c3 : 8073545: Use shorter and more descriptive names for GC worker threads
89cc77c8cba : 8073432: Object.getClass() throws stackless NPE, due to C2 intrinsic
d2fd2a4e0fb : 8035712: Restore some of the RuntimeCallSite specializations
8ca71f83484 : 8035712: Restore some of the RuntimeCallSite specializations
4a3782b0602 : 8035712: Restore some of the RuntimeCallSite specializations
b7c2d1b8fe5 : 8073148: "The server has decided to close this client connection" repeated continuously
1114c269258 : 8073645: Add lambda-based lazy eval versions of Assert.check methods
b4061375ccf : 8030708: warnings from b119 for jdk/src/share/back: JNI exception pending
6ea8b0b3ee8 : 8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp
050728fdeca : 8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp
c4df8e24bce : 8058470: [jconsole] VM Summary Tab is blank for JDK9's jconsole
0ade1fd9741 : 8068260: java/io/Serializable/clearHandleTable/ClearHandleTable.java timed out
8c34ca1072a : 8074395: Random build failures in javadoc on Solaris
2b912ed6017 : 8040228: TransformerConfigurationException occurs with security manager, FSP and XSLT Ext
0803af98c7f : 8074092: Newly introduced unnecessary dependencies on internal API in client regtests
47ed235f367 : 8074578: Document memory visibility effects of Unsafe compareAndSwap methods
33c1f7d181f : 8075774: Small readability and performance improvements for zipfs
8ab93c84ecc : 8073158: zip files with total entry count 0xFFFF need not be ZIP64 files
39b55b3d5ab : 8075959: Change parameter names in some IOException subclasses
f825d1ff35e : 8074577: Modernize Unsafe internal javadoc
8db87d223f2 : 8074870: Really add javax/xml/jaxp/testng/validation to othervm.dirs in TEST.ROOT
367a429ff43 : 8058464: (process spec) ProcessBuilder.redirectXXX throws unspecified NPE
71d53d5bb7d : 8074674: Doclint regression in java/util/regex/Matcher.java
f54b0ebdc29 : 8074788: Javadoc typo in PKCS8EncodedKeySpec
24bf7ba9665 : 8074714: Add javax/xml/jaxp/testng/validation to othervm.dirs in TEST.ROOT
47e85e2963e : 8073430: Deprecate security APIs that have been superseded
6e61892373e : 8065078: NetworkInterface.getNetworkInterfaces() triggers intermittent test failures
bd61d670c34 : 8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
9fae485daba : 8073861: Unused VM Options in JDK9 HotSpot
d01c5811df1 : 8073923: Files.lines() documentation needs clarification
a13a2811d93 : Added tag jdk8u51-b02 for changeset a1243ffd152d
b82b189f3ee : Added tag jdk8u51-b02 for changeset 792081e66433
bb482393b1e : Added tag jdk8u51-b02 for changeset 71d613d69c07
76502f31b82 : Added tag jdk8u51-b02 for changeset 74b16182352a
f4d1afedc90 : Added tag jdk8u51-b02 for changeset 900a5a82b273
ae2dc43aa37 : Added tag jdk8u51-b02 for changeset 045efb268521
e51aa4b8865 : Added tag jdk8u51-b02 for changeset 4c9f007c793a
3f74d5c075d : Added tag jdk8u51-b02 for changeset 5787886331e0
464bac687c3 : Added tag jdk8u51-b02 for changeset ecb1a788aaca
d370ab83411 : Added tag jdk8u51-b02 for changeset d79d145e9f86
792430ffeb9 : Added tag jdk8u51-b02 for changeset d59f5b15b425
4c78bf3b643 : Added tag jdk8u51-b02 for changeset b173d6fb56cc
f67e49d42dc : Added tag jdk8u51-b02 for changeset 4c5a4102c522
d1dd66fbbf1 : Added tag jdk8u51-b02 for changeset bd941232f059
efeae7758fe : Added tag jdk8u60-b05 for changeset f38ef57ae14f
96d5be55aba : Added tag jdk8u60-b05 for changeset 7ef3aad2dd84
b91d7134c61 : Added tag jdk8u60-b05 for changeset b563e628ac88
cf2e165541d : Added tag jdk8u60-b05 for changeset be58350849e5
bd157566b01 : Added tag jdk8u60-b05 for changeset 49861a55589e
efadb082b3d : Added tag jdk8u60-b05 for changeset c3cb53735805
044965c29a0 : Added tag jdk8u60-b05 for changeset 817d33e44d5b
f92eab2befa : Added tag jdk8u60-b05 for changeset 0e379680e646
ce22650438a : Added tag jdk8u60-b05 for changeset 010cb44bd93e
8c497738b2a : Added tag jdk8u60-b05 for changeset 6e4ce1163771
cb821a3466b : Added tag jdk8u60-b05 for changeset 32f9d15e3895
8fc9d1be2d9 : Added tag jdk8u60-b05 for changeset f448d1d79369
c96950fc567 : Added tag jdk8u60-b05 for changeset 33b125e0a665
5c81d8d9abc : Added tag jdk8u60-b05 for changeset d1a68b64c24b
dbb28a66b07 : Added tag jdk8u60-b05 for changeset aa6d7d48700c
d82481cae95 : Added tag jdk8u60-b05 for changeset de83c2f2897a
a6d31e225ea : 8074048: ccache 1.3.10 still not detected properly
08af89e08e2 : 8072436: Refactor X11FontManager
94b3f6069b6 : 8072932: Test fails with java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getDomainCombiner")
033c6dcf286 : 8072932: Test fails with java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getDomainCombiner")
36490b1a719 : 8025667: Warning from b62 for hotspot.agent.src.os.solaris.proc: use after free
9753811e8c4 : 8025667: Warning from b62 for hotspot.agent.src.os.solaris.proc: use after free
2264f58af96 : 8074067: (bf) Re-examine java.base/share/native/libjava/Bits.c
eb8ced80511 : 8074091: Remove dead code from merge mistake in JavaCompilation.gmk
70e66b384ac : 8074099: Even with toolchain type clang, OBJC is set to gcc
fae048d0e26 : 8048610: Implement regression test for bug fix of 4686632 in JCE
7b956182342 : 8050371: More MessageDigest tests
e9eb3bd02ce : 8074010: followup to 8072383
bafff552c6c : 8074010: followup to 8072383
a1f3c2d2fee : 8048360: Test signed jar files
0401cdb946f : 8074319: barrier_set_cast defined via friend injection
21ccf68678f : 8043201: Deprecate RC4 in SunJSSE provider
0bc81c2f762 : 8043201: Deprecate RC4 in SunJSSE provider
33505a8b521 : 8054037: Improve tracing for java.security.debug=certpath 8055207: keystore and truststore debug output could be much better
e616017fc83 : 8073688: Infinite loop reading types during jmap attach
c2a4574760c : 7143664: Clean up OrderAccess implementations and usage
8c5e105bac4 : 8073042: jcmd hangs until another jcmd is executed (which, in turn also hangs)
45d5073b917 : 8074349: AARCH64: C2 generates poor code for some byte and character stores
8def2a3e453 : 8073420: JFrame.EXIT_ON_CLOSE can be removed in favour of WindowConstants.EXIT_ON_CLOSE
8339b30ae2d : 8043937: Drop support for the IIOP transport from the JMX RMIConnector
c1bc0a31b24 : 8074459: Flags handling memory sizes should be of type size_t
3ca192f3b36 : 8039345: Strange behaviour of per-pixel translucency on linux
0405de7fca9 : 8071479: Stream and lambdafication improvements to j.u.regex.Matcher
2c277304d8c : 8073957: assert(ary_src != 0) failed: not an array or instance?
2f5b7a71294 : 8067330: ZERO_ARCHDEF incorrectly defined for PPC/PPC64 architectures
207334577d6 : 8067330: ZERO_ARCHDEF incorrectly defined for PPC/PPC64 architectures
68b3fe02ad5 : 8074066: Useless code in share/native/libjava/VM.c
12cd46edc95 : 8072439: fix for 8047720 may need more work
de2f72a3512 : 8074126: Correct @see cross-refs to the JLS in java.lang[.annotation]
8dd500f3401 : 8073596: Add jdk.management.cmm in boot.modules that needs sun.management.spi be exported to it
29259d17a83 : 8073596: Add jdk.management.cmm in boot.modules that needs sun.management.spi be exported to it
53fa792a166 : Added tag jdk8u45-b10 for changeset fe70513404ed
b7f7ce1e21d : Added tag jdk8u45-b10 for changeset c0b3ee6f7aa0
a1671b07dd5 : Added tag jdk8u45-b10 for changeset 55b626542d31
b095022596a : Added tag jdk8u45-b10 for changeset 5f630dacd145
b57487d5441 : Added tag jdk8u45-b10 for changeset 06c3a18c4332
83d5696fd23 : Added tag jdk8u45-b10 for changeset ebdbb11db0eb
d67072a9cdb : Added tag jdk8u45-b10 for changeset 031d83afea9a
a831a8b9153 : Added tag jdk8u45-b10 for changeset 91938ba926e8
259b0897a77 : Added tag jdk8u45-b10 for changeset ea59e2d708ed
ff5383a5fbf : Added tag jdk8u45-b10 for changeset 5292869b55d2
9b4a52a292b : Added tag jdk8u45-b10 for changeset d05fa658ee70
72360e18e7d : Added tag jdk8u45-b10 for changeset ae9f89b04a52
c4c774399af : Added tag jdk8u45-b10 for changeset 3c07a6567497
f85b5f96104 : Added tag jdk8u45-b10 for changeset 49cffbf1ae11
696ebb309b0 : 8064331: JavaSecurityAccess.doIntersectionPrivilege() drops the information about the domain combiner of the stack ACC
df83a2c7e4d : 8068040: [macosx] Combo box consuming ENTER key
b9c477a4e61 : 8073972: Deprecate Multi-Version Java Launcher (mJRE) for JDK8
ef48a725a17 : 8074125: Add SerializedLogRecord test to jdk8u
8d850956337 : 8064331: JavaSecurityAccess.doIntersectionPrivilege() drops the information about the domain combiner of the stack ACC
a39c8e2e9e7 : 8068040: [macosx] Combo box consuming ENTER key
60454de4d30 : 8073972: Deprecate Multi-Version Java Launcher (mJRE) for JDK8
2cadabf7f6e : 8074125: Add SerializedLogRecord test to jdk8u
539384a8d2d : 8074119: [AARCH64] stage repo misses fixes from several Hotspot changes
362e657e966 : 8073894: Getting to the root of certificate chains
9b5cfb01084 : Added tag jdk8u51-b01 for changeset cd87d5c59159
fcb077ef6db : 8073894: Getting to the root of certificate chains
46ca6b05376 : Added tag jdk8u51-b01 for changeset 4189ada987dd
8c4275fcb75 : 8073773: Presume path preparedness
5f7a2dfec60 : 8043201: Deprecate RC4 in SunJSSE provider
81071309544 : 8071335: gc/TestSmallHeap.java throw OOM
2d22f2780ce : 8073466: Remove buffer retaining functionality and clean up in ParGCAllocBuffer
a827cdfa104 : 8073464: GC workers do not have thread names
e973af73a3d : 8073894: Getting to the root of certificate chains
9b5f69fa243 : 8074032: Instant.ofEpochMilli(millis).toEpochMilli() can throw arithmetic overflow in toEpochMilli()
307da40f999 : 8048782: OpenJDK: PiscesCache : xmax/ymax rounding up can cause RasterFormatException
5738aa69305 : 8074031: Canonicalize is-a-JS-string tests
0e1fdf42ee9 : 8074031: Canonicalize is-a-JS-string tests
b5aaccb15f4 : 8074031: Canonicalize is-a-JS-string tests
6de0c1df26e : 8074072: Race condition in build since JDK-8072842 can cause failed builds on Solaris
28a8022f822 : 8074072: Race condition in build since JDK-8072842 can cause failed builds on Solaris
264b38285f5 : 8072490: Better font morphing redux
ea5b776e635 : 8072490: Better font morphing redux
f02b21927be : 8074055: Improvements in compare.sh from build-infra
c4abf66a302 : 8006960: hotspot, "impossible" assertion failure
75b0bcdcc8d : 8073688: Infinite loop reading types during jmap attach
af74e22e5f9 : 8071501: perfMemory_solaris.cpp failing to compile with "Error: dd_fd is not a member of DIR."
bba9260c680 : 8074550: new hotspot build - hs25.60-b07
4178e06f415 : 8006960: hotspot, "impossible" assertion failure
c7a55634704 : 8073688: Infinite loop reading types during jmap attach
3562acb6445 : 8071501: perfMemory_solaris.cpp failing to compile with "Error: dd_fd is not a member of DIR."
2eb8f3985c4 : 8074550: new hotspot build - hs25.60-b07
b4420f15166 : 8006960: hotspot, "impossible" assertion failure
3f42ccd0ffb : 8073956: Escape analysis dump misses args information
ac73ed837b5 : 8073944: Simplify ArgumentsExt and remove unneeded functionallity
cfe6a805bcb : 8073944: Simplify ArgumentsExt and remove unneeded functionallity
9f7fa061c53 : 8073944: Simplify ArgumentsExt and remove unneeded functionallity
67fb17a6588 : 8067891: Remove vestigal G1SATBCT barrier set kind
8c7781ec72f : 8027962: Per-phase timing measurements for strong roots processing
fee38a671f8 : 8055915: (ch) FileDispatcherImpl.truncate0 should use SetFileInformationByHandle [win]
105275fb879 : 8071453: Allow interface methods to be private
e088a6e1ef0 : 8072602: Unpredictable timezone on Windows when OS's timezone is not found in tzmappings
c8e99e3610e : 8073497: Lazy conversion of ZipEntry time
2bcc0c77891 : 8074018: Named extension not recognized in keytool -ext honored after 8073182
40d3986051d : 8069016: Add BarrierSet downcast support
fa969eac3e3 : 8071599: (so) Socket adapter sendUrgentData throws IllegalBlockingMode when channel configured non-blocking
2006001d6a1 : 8072602: Unpredictable timezone on Windows when OS's timezone is not found in tzmappings
d50604b68e2 : 8071599: (so) Socket adapter sendUrgentData throws IllegalBlockingMode when channel configured non-blocking
b6286d13328 : 8072602: Unpredictable timezone on Windows when OS's timezone is not found in tzmappings
03088bb6e63 : 8071599: (so) Socket adapter sendUrgentData throws IllegalBlockingMode when channel configured non-blocking
7b2bf7805a7 : 8073842: Invalid method reference when referencing a method on a wildcard type
43f188234a0 : 8074043: java.util.Arrays setAll and parallelSetAll subrange note
76cfe3f0bf7 : 8074038: new hotspot build - hs25.60-b06
e40c4a73448 : 8074038: new hotspot build - hs25.60-b06
01ed1c9ea6c : 8073908: Replace hotspot/testlibrary use of sun.management with public API
8851f9b3c72 : Added tag hs25.60-b05 for changeset 25fa916409db
b75db967278 : Added tag hs25.60-b05 for changeset a9e861457678
a88048005f7 : 8073965: Bring compare.sh up to date with JDK 9
32c87303a5e : 8072887: Better font handling improvements
87615dcdb8d : 8073773: Presume path preparedness
581cf08e6d1 : Added tag jdk8u51-b02 for changeset 8e903d92cd52
489bc4c5f7e : 8072887: Better font handling improvements
0c38485d017 : 8073773: Presume path preparedness
ec5ae28ffc0 : Added tag jdk8u51-b02 for changeset d1a636cc0240
9b8b6695108 : 8044051: Test jdk/lambda/vm/InterfaceAccessFlagsTest.java gets IOException during compilation
284a867adcb : 8073644: Assertion in LambdaFormEditor.bindArgumentType is too strict
eedb8550f9c : 8073707: const re-assignment should not reported as a early error
b69cd0e539f : 8074021: Indirect eval fails when used as an element of an array or as a property of an object
6158ed01a3a : 8073707: const re-assignment should not reported as a early error
88dec071159 : 8074021: Indirect eval fails when used as an element of an array or as a property of an object
74c88b05156 : 8073707: const re-assignment should not reported as a early error
ffd434caa16 : 8074021: Indirect eval fails when used as an element of an array or as a property of an object
ee906c96d7b : 8073550: java* tools: replace obj.getClass hacks with Assert.checkNonNull or Objects.requireNonNull
dc378de91bf : 8074022: Serialization should issue a freeze action after reconstituting a graph that contains objects with final fields
f6875fea5be : 8072842: Add support for building native JTReg tests
90a23fca14b : 8072842: Add support for building native JTReg tests
0624f19e6e2 : 8072842: Add support for building native JTReg tests
95b2455d160 : 8071600: Add a flat-mapping collector
dbf67b8e699 : 8073154: NULL-pointer dereferencing in LIR_OpProfileType::print_instr
8efc09a66af : 8073952: Spec of j.l.r.Method.toString/toGenericString need to be clarified
084063f0b61 : Added tag jdk9-b52 for changeset 1a9a6f8f71f6
976db392e3f : Added tag jdk9-b52 for changeset ff6339407acb
10b846cb84d : Added tag jdk9-b52 for changeset 8a11fed0d1a0
3b2f3289afd : Added tag jdk9-b52 for changeset 65feae01b278
f6d69c281e7 : Added tag jdk9-b52 for changeset 991394bd2448
435bd0a7927 : Added tag jdk9-b52 for changeset d638088414a8
46d656c5c4e : Added tag jdk9-b52 for changeset cda0ffc99002
c161f3553b3 : Added tag jdk9-b52 for changeset e42a1d291fde
611b79f4c4d : 8073354: TimSortStackSize2.java: test cleanup: make test run with single argument
21a202f2c71 : 8071705: Java application menu misbehaves when running multiple screen stacked vertically
2e11a0ad1e8 : 8073354: TimSortStackSize2.java: test cleanup: make test run with single argument
b97810a3322 : 8071705: Java application menu misbehaves when running multiple screen stacked vertically
ff45a0b5b0a : 8073354: TimSortStackSize2.java: test cleanup: make test run with single argument
7f950ef63df : 8073924: Update test/java/nio/charset/Charset/NIOCharsetAvailability.java to work with module system
104db62ecaf : 4958064: JPGWriter does not throw UnsupportedException when canWriteSequence retuns false
1426bc9dc13 : 8073883: serviceability/dcmd/gc/RunGCTest.java should not run with -XX:+ExplicitGCInvokesConcurrent
a929976abd6 : 8073955: Update java.security.debug help text to reflect recent enhancements for debugging
fd9d670156a : 8073950: Quarantine failing test: gc/TestSoftReferencesBehaviorOnOOME.java due to JDK-8073669
26261a96004 : 8069291: [TESTBUG] runtime/threads/Fibonacci: OutOfMemoryError: unable to create native thread
fab80a0ca33 : 8073718: [TESTBUG] Cleanup test output and skip creating mini dumps
ca74a848c55 : 8073795: JMenuBar looks bad under retina
56f6034f795 : 8073559: Memory leak in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp
85fb6bd507b : 8073795: JMenuBar looks bad under retina
08371a8f6e6 : 8073559: Memory leak in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp
b15e27a0b28 : 8073795: JMenuBar looks bad under retina
2cc01436950 : 8071447: IBM1166 Locale Request for Kazakh characters
d6db7798adc : 8071447: IBM1166 Locale Request for Kazakh characters
79240eab9ba : 8071447: IBM1166 Locale Request for Kazakh characters
c12ac1b4cc7 : 8073853: KeyToolTest.java has too many too long lines
8c3edc1d575 : 8073361: Missing doPrivileged in com.sun.xml.internal.bind.v2.ClassFactory
42c543abd9a : 8041628: Javadoc cross-compilation problem
f2de6b34082 : 8073699: Memory leak in jdk/src/java/desktop/share/native/libjavajpeg/imageioJPEG.c
ece4e20848a : 8073893: Enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
4329dc265cc : Added tag jdk8u60-b04 for changeset f216cdbc311e
32976b0c6f6 : Added tag jdk8u60-b04 for changeset 18c2803eca21
a3200032e10 : Added tag jdk8u60-b04 for changeset 0853f9d75ad5
719a429d459 : Added tag jdk8u60-b04 for changeset 40f778a5ecfc
c8400df8ea6 : Added tag jdk8u60-b04 for changeset 8cf765088d44
f09de50a16f : Added tag jdk8u60-b04 for changeset 50a568408b5c
a400e741840 : Added tag jdk8u60-b04 for changeset 4c07ead035d2
7908db4d5f3 : Added tag jdk8u60-b04 for changeset ae5d5013fdc2
7841e7b11fb : Added tag jdk8u60-b04 for changeset 9cf5f3ce6f01
3b2bb6ec817 : Added tag jdk8u60-b04 for changeset 07c0b4144d0d
5520f5100b3 : Added tag jdk8u60-b04 for changeset c7d4df62b2c5
caf22fa882e : Added tag jdk8u60-b04 for changeset 962bac302b6a
245f8614ef1 : Added tag jdk8u60-b04 for changeset 3f3343919677
08d45c7ffe3 : Added tag jdk8u60-b04 for changeset b6f56e08a9a8
734a001acac : Added tag jdk8u60-b04 for changeset 9375c5766020
d2e57e34721 : Added tag jdk8u60-b04 for changeset 795b5ac26ca8
47366edcc80 : Added tag jdk8u51-b01 for changeset 37a8fd9ecad2
944c5bb8f0c : Added tag jdk8u51-b01 for changeset d8fa02672949
ab9b39ef7ad : Added tag jdk8u51-b01 for changeset 7b7d554f39fe
dd338981f38 : Added tag jdk8u51-b01 for changeset d64a362f6660
6e280c83f9a : Added tag jdk8u51-b01 for changeset 544ee08bdb50
bf8c76e14cc : Added tag jdk8u51-b01 for changeset fc7895ec0d23
dfa575132f3 : Added tag jdk8u51-b01 for changeset ff8230f922cc
a6309c73913 : Added tag jdk8u51-b01 for changeset 602b4c216997
a247c17108c : Added tag jdk8u51-b01 for changeset 866532c25399
8c594eb8b53 : Added tag jdk8u51-b01 for changeset 2240cf9debd6
093dcecd4aa : Added tag jdk8u51-b01 for changeset 396d2917267a
f43910ca26c : Added tag jdk8u51-b01 for changeset db731b8198c1
ae169829c54 : Added tag jdk8u51-b01 for changeset 093b5c316b01
030ac422357 : Added tag jdk8u51-b01 for changeset 0617833d4338
a1875762be9 : 8046901: Check jdk/src/solaris/native/sun/nio for Parfait flagged uninitialized memory
2e3b73bdf2e : 8046901: Check jdk/src/solaris/native/sun/nio for Parfait flagged uninitialized memory
c90f8b88398 : 8046901: Check jdk/src/solaris/native/sun/nio for Parfait flagged uninitialized memory
fc084beb84a : 8072645: java.util.logging should use java.time to get more precise time stamps
ef226bf7b4a : 8055204: Memory leak in jdk/src/windows/native/java/lang/java_props_md.c
df2fb5864fe : 8055204: Memory leak in jdk/src/windows/native/java/lang/java_props_md.c
0f708456b2b : 8055204: Memory leak in jdk/src/windows/native/java/lang/java_props_md.c
c9873a7b3c4 : 8046893: JNI exception pending in jdk/src/solaris/native/java/net: ExtendedOptionsImpl.c, PlainDatagramSocketImpl.c
a5345085405 : 8046893: JNI exception pending in jdk/src/solaris/native/java/net: ExtendedOptionsImpl.c, PlainDatagramSocketImpl.c
dcdbd326039 : 8046893: JNI exception pending in jdk/src/solaris/native/java/net: ExtendedOptionsImpl.c, PlainDatagramSocketImpl.c
8749a5a08c5 : 8066185: VM crashed with SIGSEGV VirtualMemoryTracker::add_reserved_region
43e3412689a : 8073864: Configure must handle invalid elements on INCLUDE/LIB for visualstudio
b3005d5d3cc : 8073862: BASIC_FIXUP_EXECUTABLE should not fail on empty path
cdf8c27ddb0 : 8014678: Spurious AccessControlException thrown in java.lang.Class.getEnclosingMethod()
891d61a1cc8 : 7178362: Socket impls should ignore unsupported proxy types rather than throwing
1c4102b4a81 : Added tag jdk8u45-b09 for changeset d30fdbf37e51
8076bf1e17f : 7178362: Socket impls should ignore unsupported proxy types rather than throwing
272de34cbed : Added tag jdk8u45-b09 for changeset 19b846fb93a3
8afe0a12852 : 7178362: Socket impls should ignore unsupported proxy types rather than throwing
5ebecc2603e : 7178362: Socket impls should ignore unsupported proxy types rather than throwing
6d78b91ac96 : 7178362: Socket impls should ignore unsupported proxy types rather than throwing
0762c1e09ec : 8056915: Focus lost in applet when browser window is minimized and restored
72bd8d8331b : 8056915: Focus lost in applet when browser window is minimized and restored
25a0458907c : 8073796: assert(check_obj_alignment(result)) failed: address not aligned: ..
292cc735465 : 8073670: TypeF::eq and TypeD::eq do not handle NaNs correctly
a8da73929a3 : 8043393: NullPointerException and no event received when clipboard data flavor changes
b505d5ad056 : 8073182: keytool may generate duplicate extensions
ed25ae3aeb7 : 8073181: keytool -ext honored not working correctly
3bc3440bb63 : 8073231: Add convenient way of adding custom configure options to jprt
3a627c0d835 : 8073792: assert((get_length_if_constant(phase) == -1) == !ary_src->size()->is_con()) failed: inconsistent
a3c0889315e : 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
942d1f7f328 : 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
14cf940405f : 8073735: compiler/loopopts/CountedLoopProblem.java got OOME
e25a9288acd : 8067331: Zero: Atomic::xchg and Atomic::xchg_ptr need full memory barrier
80d95352fa9 : 8067331: Zero: Atomic::xchg and Atomic::xchg_ptr need full memory barrier
aa21fdd0c03 : 8072383: resolve conflicts between open and closed ports
f2313d073e5 : 8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
2390a777895 : 8073394: Clock.systemUTC() should return a constant
1f3b999b98d : 8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
92a410c125d : 8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
f3c49243795 : 8073779: StackOverflowError called StackOverflowException in javadoc
681758e0fab : 8067886: Inaccessible nested classes can be incorrectly imported
f4f9769cd26 : 8073184: Compile of java.lang.Integer::getChars fails with LoopLimitCheck = false after 8054478
3d215c0b633 : 8067822: test/testlibrary_tests/RandomGeneratorTest.java failed on Assert Unexpected random number sequence for mode: NO_SEED
7fdd3ff35dc : 8067162: [TESTBUG] runtime/SharedArchiveFile tests fail on compact profiles
93d09edf065 : 8073713: javadoc warnings in serviceability code
d1225ad4857 : 6588467: Add isDaemon() and getPriority() to ThreadInfo
c000ed0f38e : Added tag jdk8u45-b09 for changeset 8fef00e362e3
7a877c07d6e : Added tag jdk8u45-b09 for changeset d44ea755dd37
71717f7a4a2 : Added tag jdk8u45-b09 for changeset 15725a0ec15a
e44efd9608b : Added tag jdk8u45-b09 for changeset ac19d5353133
e9d8118b536 : Added tag jdk8u45-b09 for changeset 09cd1b2c5b2a
72832d63fea : Added tag jdk8u45-b09 for changeset 5873ac4964de
86eb4f52345 : Added tag jdk8u45-b09 for changeset 0509e26fa574
62d3bd0f98d : Added tag jdk8u45-b09 for changeset 6a3254005f21
6fdb39890ac : Added tag jdk8u45-b09 for changeset 3921501a8aaa
c65975215ac : Added tag jdk8u45-b09 for changeset 55699a4df763
000c34403bd : Added tag jdk8u45-b09 for changeset 8352828fd0f6
47f5876fc18 : Added tag jdk8u45-b09 for changeset eb72ca3d96a7
5e702bb61fa : Added tag jdk8u45-b09 for changeset 342814a09d99
8294c232e4d : Added tag jdk8u45-b09 for changeset 5a86d00a343c
33dd267f40a : 8072663: Remove the sun.security.acl package which is not used in the JDK
91722e7903e : 8072663: Remove the sun.security.acl package which is not used in the JDK
9a2cc32b198 : 8072663: Remove the sun.security.acl package which is not used in the JDK
638c2d5f826 : 8062750: Separate SNMP messages from sun.management.resources.agent
f71f63f2f2b : 8073667: URL should not use service loader to lookup the jar protocol handler
4db8117decd : 8064924: Update java.net.URL to work with modules
b7d07021882 : 8064924: Update java.net.URL to work with modules
110a99f0dd2 : 8071291: Compiler crashes trying to cast UnionType to IntersectionClassType
414de033e0a : 8073498: Enhance GensrcProperties.gmk to allow an alternative source root
938840c853d : 8073498: Enhance GensrcProperties.gmk to allow an alternative source root
37cfc9fb6d5 : 8073257: compiler/codecache/stress/RandomAllocationTest.java + fastdebug + -XX:+LogCompilation, "allocating without ResourceMark"
3f7a17902e9 : 8073624: Fix waring "converting to non-pointer type 'bool' from NULL" in arraycopynode.cpp
ccaded21d27 : 8072774: bigapps/Weblogic+medrec/nowarnings fails due to CodeHeap 'profiled nmethods' exhaustion
58338525b4a : 8072774: bigapps/Weblogic+medrec/nowarnings fails due to CodeHeap 'profiled nmethods' exhaustion
263c86d3123 : 8068790: ZipEntry/JarEntry.setCreation/LastAccessTime(null) don't throw NPE as specified
93967493f5d : 8068790: ZipEntry/JarEntry.setCreation/LastAccessTime(null) don't throw NPE as specified
16989e7b17c : 8068790: ZipEntry/JarEntry.setCreation/LastAccessTime(null) don't throw NPE as specified
87536229932 : 8069412: Locks need better debug-printing support
b994635f9a4 : 8069412: Locks need better debug-printing support
13490088bf9 : 8039214: Inference should not map capture variables to their upper bounds
31717ccf1c5 : 8073374: Re-examine jdk.xml.ws dependency on java.xml.ws SOAPNamespaceConstants
d76b6c183d9 : 8073560: Update BuildNashorn.gmk to require source/target 8 for jdk9 build
e0e6ce31fd2 : 8073479: Replace obj.getClass hacks with Objects.requireNonNull
3b50dea003b : 8072426: Can't compare Java objects to strings or numbers
0fe3fb8f27d : 8074556: Functions should not share allocator maps
f61ef1cd718 : 8074545: Undefined object values in object literals with spill properties
91e39a203c0 : 8072426: Can't compare Java objects to strings or numbers
81974c0c8bd : 8074556: Functions should not share allocator maps
9a114f276de : 8074545: Undefined object values in object literals with spill properties
0a6d13699b6 : 8072426: Can't compare Java objects to strings or numbers
427e0a18910 : Added tag hs25.60-b04 for changeset 62bf856833e1
f00f6a2202b : Added tag hs25.60-b04 for changeset 196235b25e18
67c4d0ad5af : 8068720: Better certificate options checking
53ec46dc742 : 8068720: Better certificate options checking
070ce7854e2 : 8068720: Better certificate options checking
55104d0e990 : Added tag jdk8u45-b10 for changeset 9d667317bbbc
5729786e14a : 8068720: Better certificate options checking
032271a0d51 : Added tag jdk8u45-b10 for changeset 5ded815779f1
5672ca6e684 : Added tag jdk9-b51 for changeset db20db37be55
82735606ddd : Added tag jdk9-b51 for changeset bf992bd35aad
42d9f7489a0 : Added tag jdk9-b51 for changeset 0584b09d5a1d
c3e738b0693 : Added tag jdk9-b51 for changeset 2815ad059e8d
523249ec57d : Added tag jdk9-b51 for changeset c7d0c39dd761
cb126fc539b : Added tag jdk9-b51 for changeset 5fb718119516
0efeaabb0a6 : Added tag jdk9-b51 for changeset 1ede1e98cd63
0fafef81473 : Added tag jdk9-b51 for changeset 5d0c07a90e82
8929d90866f : 8072665: SoundLibraries.gmk and SoundDefs.h: remove isSigned8() dead code
14fc538ce90 : 8056915: Focus lost in applet when browser window is minimized and restored
2a2e56342cd : 8072055: Argument checking for SE Embedded and ARM should be moved out of arguments.cpp
db4c1818449 : 8072656: test/java/lang/reflect/Proxy/ClassRestrictions.java assumes app class loader be URLClassLoader
7bf016c7b1b : 8068489: remove unnecessary complexity in Flow and Bits, after JDK-8064857
f6aabf218fe : Added tag jdk8u60-b03 for changeset 260d5df66e65
7361ab88f4c : Added tag jdk8u60-b03 for changeset 1133fbed7b49
03672cca4cb : Added tag jdk8u60-b03 for changeset bca9fbf35d55
5238ae72a33 : Added tag jdk8u60-b03 for changeset 895046ffa3e5
cff5e928f4f : Added tag jdk8u60-b03 for changeset 34da732c2a27
84f311e4a0d : Added tag jdk8u60-b03 for changeset fcf073ad887f
2c4155b86ec : Added tag jdk8u60-b03 for changeset 2a13d6367536
72bc0cca0c4 : Added tag jdk8u60-b03 for changeset 23e514b3e099
6be9be0ac64 : Added tag jdk8u60-b03 for changeset e1efa32860ab
533acf45876 : Added tag jdk8u60-b03 for changeset be7820d55532
f5de10283df : Added tag jdk8u60-b03 for changeset 8c6ef90358d4
10a5d6676c2 : Added tag jdk8u60-b03 for changeset 2ada1814a240
66f4abec7ec : Added tag jdk8u60-b03 for changeset 4f52c5b81cd8
d7eedabbd18 : Added tag jdk8u60-b03 for changeset 5e504cda665e
c054e4a5e7d : Added tag jdk8u60-b03 for changeset ab5de7d90d9f
5c075c43fd2 : Added tag jdk8u60-b03 for changeset 40a36843274d
7b27235df40 : 8069268: JComponent.AccessibleJComponent.addPropertyListeners adds exponential listeners
88848bd9e8f : 6912521: System.arraycopy works slower than the simple loop for little lengths
c71eca0cbf7 : 8068461: compiler/codecache/jmx/UsageThresholdIncreasedTest.java failed: java.lang.RuntimeException: Usage threshold was hit: 1 times for CodeHeap 'non-nmethods'
3bbf6fb2811 : 8073373: Remove redundant imports from sun/applet/AppletProps.java
f058005ed33 : 8071657: JDI ObjectReferenceImpl.invokeMethod() validation fails for virtual invocations of method with declaring type being an interface
5516557eca8 : 8074791: Long-form date format incorrect month string for Finnish locale
95966d6f38a : 8066436: Minimize can cause window to disappear on osx
71d99561577 : 8071657: JDI ObjectReferenceImpl.invokeMethod() validation fails for virtual invocations of method with declaring type being an interface
14973a67c8f : 8074791: Long-form date format incorrect month string for Finnish locale
ca7a4b6f0d5 : 8066436: Minimize can cause window to disappear on osx
41d784d98e8 : 8071657: JDI ObjectReferenceImpl.invokeMethod() validation fails for virtual invocations of method with declaring type being an interface
55df61e264e : 8067012: Don't create MDO for constant getters
5e8b6ac17a8 : 8068412: [macosx] Initialization of Cocoa hangs if CoreAudio was initialized before
ea3979479bd : 8068412: [macosx] Initialization of Cocoa hangs if CoreAudio was initialized before
86506d68584 : 8068412: [macosx] Initialization of Cocoa hangs if CoreAudio was initialized before
f8c9e34966c : 8067157: Closed compiler tests should not be in hotspot/test/TEST.groups
0596217df62 : 8073499: quarantine compiler/tiered/LevelTransitionTest
eaa8d1e0f31 : 8072395: sun/tools/jmap/heapconfig/LingeredAppTest.java and sun/tools/jmap/heapconfig/JMapHeapConfigTest.java fail due to LingeredApp ERROR: java.io.IOException: Lock is too old. Aborting
7168bf102d5 : 8072835: sun/tools/jmap/heapconfig/JMapHeapConfigTest.java Key MaxHeapSize doesnt match
cf0e1e53239 : 8072904: building jdk9 with jdk9 boot jdk can cause failure or incorrect results
6d4ea4d7da2 : 8073328: Incremental build of gensrc broken
2e888853a10 : 8073387: Move VerifyOopClosures out from genOopClosures.hpp
3004d4881c0 : 8073347: javadoc of Formattable messed up by JDK-8019857
f4ad3e3de76 : 8072753: Nondeterministic wrong answer on arithmetic
f7d88881b58 : 8046282: SA update 8049881: jstack not working on core files
9f46251ce46 : 8072753: Nondeterministic wrong answer on arithmetic
74b23e04e77 : 8046282: SA update 8049881: jstack not working on core files
783f2be52f4 : 8072753: Nondeterministic wrong answer on arithmetic
46fa321d638 : 8069412: Locks need better debug-printing support
f7f4ab9df61 : 8042967: Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes
ce4261471b1 : 8068687: Remove meta-index support and cleanup hotspot code for rt.jar etc in non-modular jdk image
2b1139db7cb : 8073207: javadoc typos in java.nio.channels.Pipe
05a0c3b3ebd : 8072069: Toolkit.getScreenInsets() doesn't update if insets change
d2719e8bdf0 : 8072950: api/xinclude/Harold/harold-97.html\#harold-97, api/xinclude/Harold/harold-67.html\#harold-67 fails on solaris with build port-stage-aarch64
0a57971dd9c : 8067445: New modular image-based file manager skips boot classes
3d5e5584715 : 8042327: Enhance thread contexts in serviceability
8beda66c685 : 8042322: Enhance thread contexts in networking and nio
58d6c8895b8 : 8047149: Enhance thread contexts in core libraries
f9c63b42ed6 : 8025636: Hide lambda proxy frames in stacktraces
a1d6f0cbcd8 : 8073124: Tune test and document TimSort runs length stack size increase
0ad8cc755b8 : 8067846: (sctp) InternalError when receiving SendFailedNotification
1eb1419d72d : 8073152: Update Standard/ExtendedCharsets to work with module system
7efa93517d4 : Added tag jdk8u45-b08 for changeset 3a9e7834ec6e
8ac8a749256 : Added tag jdk8u45-b08 for changeset eea9129076da
2f27a02a4f0 : Added tag jdk8u45-b08 for changeset 2abe703fcd17
d51f50a1f14 : Added tag jdk8u45-b08 for changeset fdddd8d380c4
480f81277af : Added tag jdk8u45-b08 for changeset 6b0b0679fae6
8a37e764aad : Added tag jdk8u45-b08 for changeset 12b1f45501b9
53ae68fcf76 : Added tag jdk8u45-b08 for changeset 1efb9a89de48
612d2f8e27c : Added tag jdk8u45-b08 for changeset 0f851318feee
c15079e68ff : Added tag jdk8u45-b08 for changeset 229b49ccd9a0
03e7d10f458 : Added tag jdk8u45-b08 for changeset 2c5ca8ba4ed5
35c9eeab5cf : Added tag jdk8u45-b08 for changeset 831ada55aa94
b608b5a93dc : Added tag jdk8u45-b08 for changeset df5f3666a167
4abc6698a26 : Added tag jdk8u45-b08 for changeset b69c5be36fe4
da23ca0af9a : Added tag jdk8u45-b08 for changeset e6f5912377b4
8104906db24 : 8068680: Move java.transaction to the ext class loader
767322131b7 : 8072676: [macosx] Jtree icon painted over label when scrollbars present in window
a4be00ce127 : Added tag jdk8u45-b35 for changeset 18a73e16a14e
d1db0978297 : 8072676: [macosx] Jtree icon painted over label when scrollbars present in window
46bb3e0f9c1 : Added tag jdk8u45-b35 for changeset fc72623e4791
aa024f2afc9 : 8039269: images/cursors should not be in ${java.home}/lib
18975e36766 : 8039269: images/cursors should not be in ${java.home}/lib
14916eab46d : 8073115: assert(_covered_region.contains(p)) needs better error messages
f149b6e2fd6 : 8072676: [macosx] Jtree icon painted over label when scrollbars present in window
31b752c691b : 8073201: Incorrect @bug annotation in checkin for JDK-8069545
a7edf52a02b : 8073315: Enable gcc -Wtype-limits and fix upcoming issues
b91b3330538 : 8071241: Investigate alternate strategy for type-checking operators
7208abd71e3 : 8073166: Unable to successfully build the merge of jdk9/hs with jdk9/dev
9f4631e7722 : 8072908: com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2
2400d1a6ee3 : 8072905: Fix copyright year for test from JDK-8071705
b5a98a12fe4 : 8068682: Deprivilege/move java.corba to the ext class loader
c717b07bc57 : 8068682: Deprivilege/move java.corba to the ext class loader
f4fa68a2a79 : 8072678: Wrong exception messages in java.awt.color.ICC_ColorSpace
9604a593eeb : 8073167: Undo change to -retain argument in hotspot/test/Makefile
9c5daccb77e : 8071726: Better RSA optimizations
5c24532905e : Added tag jdk8u45-b08 for changeset b22bb453de53
fb603a480f6 : 8071726: Better RSA optimizations
eb849b548d6 : Added tag jdk8u45-b08 for changeset 0b6b5eab1b07
65ffad53d31 : 8071726: Better RSA optimizations
7beb9645425 : 8071726: Better RSA optimizations
b014a7728f4 : 8066725: javac produces classfiles it cannot read
ad70e041335 : 8022313: sun/security/pkcs11/rsa/TestKeyPairGenerator.java failed in aurora
137f1347438 : 8072770: [TESTBUG] Some Introspector tests fail with a Java heap bigger than 4GB
a9e28164ebd : 8061553: Contended Locking fast enter bucket
ca3cd27fc55 : 8068517: Compiler may generate wrong InnerClasses attribute for static enum reference
16a004c2cbc : 8068517: Compiler may generate wrong InnerClasses attribute for static enum reference
4913ad5d7dc : 8072911: Remove includes of oop.inline.hpp from .hpp files
3d3f6553c0c : 8073132: Eliminate ProcessTools.getProcessId dependency on sun.management.VMManagement
0d2c28e3b88 : 8072935: Fix missing newline at end of file after 8067447
a12ad151103 : 8069325: Pattern.splitAsStream does not return input if it is empty and there is no match
4b2af9acf9f : 8071670: java.util.Optional: please add a way to specify if-else behavior
3cb54779b0e : 8071338: Move policytool from JRE to JDK
351ed3d735a : 8071338: Move policytool from JRE to JDK
a8f03a25b58 : Added tag jdk9-b50 for changeset 51d0ef4e53e6
e8917c48672 : Added tag jdk9-b50 for changeset 1ba2a6b0fd9f
036d9d38e76 : Added tag jdk9-b50 for changeset d0f9f129c1f4
e4b28ccb360 : Added tag jdk9-b50 for changeset f9362d750e69
8f6c7438b00 : Added tag jdk9-b50 for changeset f8317f53f898
1a19291ca8e : Added tag jdk9-b50 for changeset 70a5f7d7a66a
126debe1006 : Added tag jdk9-b50 for changeset 674362e1d111
e63e1780a05 : Added tag jdk9-b50 for changeset 67486ff44b55
0bbdf59743c : 8071836: javadoc fails as javadoc resource bundle not visible to com.sun.tools.javac.util.JavacMessages
68ef8f60358 : 8068373: (prefs) FileSystemPreferences writes \0 to XML storage, causing loss of all preferences
55f8f159ca0 : 8075034: Bad javadoc tags in javax.xml.crypto.dsig
e7472cc455a : 8074796: Disabling warnings on clang triggers compiler bug for libunpack
acb7e7eccd8 : 8074988: Reduce boilerplate in Setup* macro definitions
d7388dd0618 : 8074993: policytool launcher missing
5d4cdb23e5d : 8072034: (process) ProcessBuilder.start and Runtime.exec UnsupportedOperationException editorial cleanup
2c4a9ce20bd : 8072932: Test fails with java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getDomainCombiner")
2cfb1c6abd3 : 8072596: Arrays.asList results in ClassCastException with a JS array
9459486666b : 8072596: Arrays.asList results in ClassCastException with a JS array
8d084dc298a : 8072596: Arrays.asList results in ClassCastException with a JS array
892b06056c3 : 8072909: TimSort fails with ArrayIndexOutOfBoundsException on worst case long arrays
d2cbbd335a9 : 8071585: Update JAX-WS RI integration to latest version (2.2.11-b150127.1410)
c7a16db1452 : 8072856: Eliminate ProcessTools.getProcessId dependency on sun.management.VMManagement
103110ad85a : 8069286: Unexpected count of notification in LowMemoryTest
cb2a21c5a55 : 8069545: javac shouldn't check nested stuck lambdas during overload resolution
14b8722c452 : 8066842: java.math.BigDecimal.divide(BigDecimal, RoundingMode) produces incorrect result
b4ad645936c : 8068518: IllegalArgumentException in JTree.AccessibleJTree
0b5dffb3375 : 8054888: Runtime: Add Diagnostic Command that prints the class hierarchy
2fd7f02260f : Added tag jdk8u40-b25 for changeset 20295997cd3a
aa2bbd04ab6 : Added tag jdk8u40-b25 for changeset 70836b7a15bd
ddf7875cac0 : Added tag jdk8u40-b25 for changeset 59099accb6fc
6bef47d8cfc : Added tag jdk8u40-b25 for changeset 2223efcfad5f
7c11660f464 : Added tag jdk8u40-b25 for changeset fb80170995b1
193ddb72881 : Added tag jdk8u40-b25 for changeset 9e8328ec3316
850a75db1a8 : Added tag jdk8u40-b25 for changeset 65714b039315
753c9f0b1cd : Added tag jdk8u40-b25 for changeset c1db4c61edc5
e48d45c1b5e : Added tag jdk8u40-b25 for changeset 52af76e887a3
4e90f7af588 : Added tag jdk8u40-b25 for changeset f4fff187096f
cf0f50fe274 : Added tag jdk8u40-b25 for changeset 76773132e815
b00478f8c44 : Added tag jdk8u40-b25 for changeset b1be76e62003
3530c81c08f : Added tag jdk8u40-b25 for changeset dc22a8086b9d
26a568025db : Added tag jdk8u40-b25 for changeset f74a5eefdfeb
bd0009ca4e5 : Added tag jdk8u40-b25 for changeset 5846d14f34a1
931a201823b : Added tag jdk8u40-b25 for changeset cf36f6344799
f97922691b0 : Added tag jdk8u60-b02 for changeset 537345001659
867dda2f509 : Added tag jdk8u60-b02 for changeset 7ed80cfe3b9c
cc5a67779e8 : Added tag jdk8u60-b02 for changeset 0141082ed570
e5806ced122 : Added tag jdk8u60-b02 for changeset 3370c72b1e75
fccb0d88849 : Added tag jdk8u60-b02 for changeset 79eabf53935d
839b596e6a4 : Added tag jdk8u60-b02 for changeset 8e987b92c3d6
fe3109a37f2 : Added tag jdk8u60-b02 for changeset e9ba533cd14b
5f71dd18c8c : Added tag jdk8u60-b02 for changeset 2a043e824f76
9f15922559b : Added tag jdk8u60-b02 for changeset 4a9063b17c9d
8f9b6b6876e : Added tag jdk8u60-b02 for changeset cfde1969c592
4604d36508b : Added tag jdk8u60-b02 for changeset 3e525d576f53
83e71cd7d83 : Added tag jdk8u60-b02 for changeset 890c91ef0e18
95641897ffb : Added tag jdk8u60-b02 for changeset 6d4f5f2a213b
72c83b36f55 : Added tag jdk8u60-b02 for changeset 78f212bbe269
195b69c6fe9 : Added tag jdk8u60-b02 for changeset 61657e586863
efce2aeb2d6 : Added tag jdk8u60-b02 for changeset 3de41531174e
654c8931704 : 8072482: Cleanup: In jvm.cpp and other shared files declaration of 64bits constants should use the CONST64/UCONST64 macros instead of the LL suffix
20bfd4cf7c7 : 8066566: Refactor ParNewGeneration to contain ParNewTracer
11ef4537fa5 : 8044394: javadoc for BasicOptionPaneUI.addMessageComponents() has typo and grammar errors
95c2f1d5777 : 8072132: Filter out additional files when stripping
a9b617a74b1 : 8072732: Regression in configure due to JDK-8069057
9c38d96e2e3 : 8071705: Java application menu misbehaves when running multiple screen stacked vertically
02ae2bfafe5 : 8065553: Failed Java web start via IPv6 (Java7u71 or later)
73757a6aaab : 8065553: Failed Java web start via IPv6 (Java7u71 or later)
b88f5d5c3ba : 8065553: Failed Java web start via IPv6 (Java7u71 or later)
3b1a2238802 : 8071643: sun.security.krb5.KrbApReq.authenticate() is not thread safe
75ba80fef42 : 8065553: Failed Java web start via IPv6 (Java7u71 or later)
06aeaac0b20 : 8071643: sun.security.krb5.KrbApReq.authenticate() is not thread safe
0aae6f24437 : Added tag jdk8u31-b33 for changeset 5b68424aa174
65e9bfe5e27 : Added tag jdk8u31-b33 for changeset bb4df27404f6
9167a4a6d69 : Added tag jdk8u31-b33 for changeset 5f09ede9de58
5421456273b : Added tag jdk8u31-b33 for changeset 5117f47ef73a
5fded8c47b2 : Added tag jdk8u31-b33 for changeset 22c4e3af3c87
54b2151065e : Added tag jdk8u31-b33 for changeset 20dfb4044202
2b399bfd73f : Added tag jdk8u31-b33 for changeset 7887ea50d1a1
14ed1fa89e9 : Added tag jdk8u31-b33 for changeset 0076f4a38b7f
b399fad01df : Added tag jdk8u31-b33 for changeset 00905856c6c9
4f0dff75024 : Added tag jdk8u31-b33 for changeset 77ee8285dd14
83a24333b70 : Added tag jdk8u31-b33 for changeset a405566376d7
7cad61fde6d : Added tag jdk8u31-b33 for changeset c338ede377f8
f6d672fdde4 : Added tag jdk8u31-b33 for changeset 40d6af08b277
8fd5308eaa6 : Added tag jdk8u31-b33 for changeset b42ddc48a9b1
297ab981ee6 : Added tag jdk8u31-b33 for changeset 3c3dd972aaff
d50a8a1ab7e : Added tag jdk8u31-b33 for changeset f9520914572c
2c63608419e : 8065093: Remove unused variable/output argument
89d88a42c43 : 8072056: Remove unnecessary header file #include
c002e715653 : 8068977: Remove unused sun.misc.Unsafe prefetch intrinsic support
8df6ac1794d : 8068451: Kitchensink fails with assert(_size >= sz) failed: Negative size
c132a5a0a58 : 8072910: Move the g1EvacFailure.hpp implementation to g1EvacFailure.cpp
71cfff7df1a : 8066771: Refactor VM GC operations caused by allocation failure
7727fe00442 : 8072621: Clean up around VM_GC_Operations
811df313ff1 : 8072694: Need errno info when CDS archive creation fails
a1d993e9ce2 : 8068975: Remove deprecated methods on sun.misc.Unsafe and clean up native implementation
736e4a1146f : 8068975: Remove deprecated methods on sun.misc.Unsafe and clean up native implementation
24bc7738087 : 8062223: Upgrading to ccache 1.3.10 disables the use of ccache
d1c194480fb : 8069182: Nightly test results are empty for targets test262/markdown/testjfx
b856eeaa98e : 8072611: (process) ProcessBuilder redirecting output to file should work with long file names (win)
9807a1372d1 : 8064562: (doc) errors in java.io.PushbackInputStream API documentation
28d199d0888 : 8072834: jrt-fs.jar missing META-INF/services/java.nio.file.spi.FileSystemProvider
4c95aedcd91 : 8065553: Failed Java web start via IPv6 (Java7u71 or later)
42d24e8ed56 : 8072843: Typo in the description of the j.l.r.Executable.getAnnotatedReceiverType
3bf803f0c91 : 8069255: Suppress deprecation warnings in jdk.rmic module (jdk repo)
7c67f47c4d3 : 8050819: Please add java.util.Stream.ofNullable(T object)
31d47aea0fb : 8068587: ScriptEngineFactory.getParameter() should specify NPE for a null key
127d4e1aecf : 8069277: Doclint regression in java/security/KeyStore.java
0d5c151c946 : 8041395: Doclint regression in java.net.SocketOption
5c350798952 : 8069072: GHASH performance improvement
81f4c6102a5 : 8030179: java/nio/Buffer/Chars.java, testcases seems all pass but jtreg/testng failed with java.lang.AssertionError
bf043642844 : 8071931: Return of the phantom menace
8b511427ae4 : 8071931: Return of the phantom menace
10a50a853f9 : 8071931: Return of the phantom menace
476771d2f8c : 8071931: Return of the phantom menace
a1041d1b4ab : 8071931: Return of the phantom menace
996243b015d : Added tag jdk8u45-b07 for changeset 184bfb2f32df
3cf9d83b28c : Added tag jdk8u45-b07 for changeset 385321b82e6a
ecdc759d0d1 : Added tag jdk8u45-b07 for changeset 5fc75350c38d
5fd7ed00f82 : Added tag jdk8u45-b07 for changeset 6e395d484ba5
e19083e39b6 : Added tag jdk8u45-b07 for changeset f305760271ff
c475f1a682f : Added tag jdk8u45-b07 for changeset d85158cee78e
69712d9fc64 : Added tag jdk8u45-b07 for changeset fb8a47d4b858
aed4e281635 : Added tag jdk8u45-b07 for changeset 9ce351b0c792
1bf22e4ab3b : Added tag jdk8u45-b07 for changeset 4f84609e4293
98efd256dfb : Added tag jdk8u45-b07 for changeset abd53568a736
f30990e2571 : Added tag jdk8u45-b07 for changeset 57281a9f3cae
24332d68b03 : Added tag jdk8u45-b07 for changeset 45dda65d2e17
0b1b28e0164 : Added tag jdk8u45-b07 for changeset fcbecf34f0d0
226e093a1c9 : Added tag jdk8u45-b07 for changeset f77b45d2cee8
832b4db2151 : 8072688: Description of flag ExplicitGCInvokesConcurrent should mention G1 as well
01716f18f32 : 8071821: Assert failed in UnexpectedDeoptimizationTest.java
e6ac3ca09ec : 8072016: Array copy may cause infinite cycle of deoptimization/compilation
dfa05d30981 : 8072752: Add regression tests for 8071678 and 8071594
e536b0c107b : 8072752: Add regression tests for 8071678 and 8071594
13a7f3810a6 : 8072752: Add regression tests for 8071678 and 8071594
f387f55093e : 8071811: gc/arguments/TestG1ConcRefinementThreads.java failed on Exception: java.lang.RuntimeException: Actual G1ConcRefinementThreads(0) is not equal to expected value(23)
c8528fd4103 : 8057645: Deprivilege JAX-WS, JAXB, JAF to extension class loader
8d8f34b9a62 : 8067800: Unexpected DateTimeException in the java.time.chrono.HijrahChronology.isLeapYear
182a191e077 : 8071947: AARCH64: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
978182d2293 : 8072698: Add AArch64 support to hsdis
f60dba6c5f4 : 8072053: AARCH64: remove src/java.base/unix/native/libjli/aarch64/jvm.cfg
f32124e4493 : Added tag hs25.60-b03 for changeset 63abc053632b
9c5cfbc1dd9 : Added tag hs25.60-b03 for changeset 4d06572f9fa9
67c555e0533 : 8063066: Some look and feels ignores the JSlider.PaintTrack property
980fb58833d : 8072495: (fs) Path.relativize() gives incorrect result for empty path on Windows
1df9597ce3c : 8072042: (tz) Support tzdata2015a
913593fbc39 : Added tag jdk8u45-b06 for changeset ab4871fc32d6
920b962f282 : 8072042: (tz) Support tzdata2015a
19a71e4e902 : Added tag jdk8u45-b06 for changeset b76c0a8de187
000c431247d : 8072042: (tz) Support tzdata2015a
178af6da950 : 8072042: (tz) Support tzdata2015a
685f6eb32e6 : 8072693: [BACKOUT] GCCause should distinguish jcmd GC.run from System.gc()
a5c366011be : 8071989: NashornScriptEngine returns javax.script.ScriptContext instance with insonsistent get/remove methods behavior for undefined attributes
71ab83798e1 : 8071989: NashornScriptEngine returns javax.script.ScriptContext instance with insonsistent get/remove methods behavior for undefined attributes
2f101d122b4 : 8071989: NashornScriptEngine returns javax.script.ScriptContext instance with insonsistent get/remove methods behavior for undefined attributes
a967f754a2a : 8071999: SA's buildreplayjars fail with exception
283b6c7fbc8 : 8071767: Improve names and dependencies for image targets
8450ccc3718 : 8072106: Properly handle dependencies for deleted header files
c9bf298a67f : 8071329: Stop exporting INCLUDE and LIB when building on windows
c0277e17c9d : 8071329: Stop exporting INCLUDE and LIB when building on windows
ee2ba7946a5 : 8072615: test/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java wrong on Windows
86e7982c2c0 : 8072483: AARCH64: aarch64.ad uses the wrong operand class for some operations
125aff9d198 : Added tag jdk9-b49 for changeset bdc353778a28
a52924200a5 : Added tag jdk9-b49 for changeset ac59fe6cd98f
0ea4df7b6c1 : Added tag jdk9-b49 for changeset 6e8154707178
5d5585acd92 : Added tag jdk9-b49 for changeset abeda3261f92
6680f977945 : Added tag jdk9-b49 for changeset f9e5640d832e
00fa5a044f2 : Added tag jdk9-b49 for changeset 08067f67dde0
e58a6b0ce9a : Added tag jdk9-b49 for changeset 6a22230c068f
5184f0183be : Added tag jdk9-b49 for changeset dd613dc718a1
dbe88a2ef16 : 8072445: tools/javac/lambda/MethodReference55.java fails across platforms
3f9c2f13ee5 : 8072626: Test for JDK-8068872 fails in tip
619d67e7735 : 8067694: Improved certification checking
6743e3bad69 : Added tag jdk8u51-b00 for changeset 46a0360e762e
ea68ff7c65e : 8067694: Improved certification checking
aae315e2663 : Added tag jdk8u51-b00 for changeset 10b0e8784aec
b81e35ebffa : 8072107: New dependency introduced by deploy.dll and awt.dll (msvcp100.dll)
0e498bf1aab : 8068872: Nashorn JSON.parse drops numeric keys
d4e6353375b : 8062141: Various performance issues parsing JSON
7dcde98d954 : 8072595: nashorn should not use obj.getClass() for null checks
47c39e2abe2 : 8072626: Test for JDK-8068872 fails in tip
b7aed1c5c8d : 8068872: Nashorn JSON.parse drops numeric keys
8f507059f54 : 8062141: Various performance issues parsing JSON
9348e3d5a1c : 8072595: nashorn should not use obj.getClass() for null checks
473b37caf6f : 8072626: Test for JDK-8068872 fails in tip
21769672a8c : 8068872: Nashorn JSON.parse drops numeric keys
8909f3bc21f : 8062141: Various performance issues parsing JSON
2d266be7f6d : 8072595: nashorn should not use obj.getClass() for null checks
71e8680a748 : 8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg
2599b1cd057 : Added tag jdk8u51-b03 for changeset 13bf2bd30809
e571805837a : Added tag jdk8u45-b13 for changeset 7fc5406e714b
c2b5751c71d : 8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg
1975d447b7d : 8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg
a6540b57ba4 : Added tag jdk8u51-b03 for changeset f6030ad6e09f
dd876d2fe0b : Added tag jdk8u45-b13 for changeset 11e9945574a3
2bfb0c1f382 : 8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg
9ecde0761a6 : 8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg
c7ab7be4578 : 8071687: AIX port of "8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework"
a1f93efe872 : 8073008: press-and-hold input method for accented characters works incorrectly on OS X
d9d3c46b87f : 8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg
29bf44b8d74 : 8071687: AIX port of "8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework"
bdf6fe4d1b2 : 8073008: press-and-hold input method for accented characters works incorrectly on OS X
4ce8ee0253e : 8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg
80a1d2bba8a : 8072456: @since tags missing from TimeUnit
61473e39ce5 : 8072042: (tz) Support tzdata2015a
fa9a5347317 : 8065213: Specify and implement PlatformMBeanProvider for looking for all platform MBeans
d63bf0c50af : 8071643: sun.security.krb5.KrbApReq.authenticate() is not thread safe
e6eab2e0b6e : Added tag jdk8u40-b24 for changeset 4b39255e7012
0e4981f36a8 : Added tag jdk8u40-b24 for changeset 7ab0b38d72d3
3704aa97810 : Added tag jdk8u40-b24 for changeset c3ca0e688198
16c97efb0fb : Added tag jdk8u40-b24 for changeset 99be1672d23d
bf9aa403b60 : Added tag jdk8u40-b24 for changeset 35503238360d
f613d56930d : Added tag jdk8u40-b24 for changeset 337976433412
bf09d321ff1 : Added tag jdk8u40-b24 for changeset 60170e045690
b02d1fe5f9a : Added tag jdk8u40-b24 for changeset 0c8a3002c1e9
32cc1a99ef5 : Added tag jdk8u40-b24 for changeset f257c60815b8
e25f5ad1e86 : Added tag jdk8u40-b24 for changeset f719372eaeef
dcdba5bd0dc : Added tag jdk8u40-b24 for changeset 6bbdfa739a37
0d919579981 : Added tag jdk8u40-b24 for changeset 1ed885531d4d
b47df6c1a7e : Added tag jdk8u40-b24 for changeset 6f8fbc2b2018
30d7acb47c2 : Added tag jdk8u40-b24 for changeset 955b846d0523
97b8c0b4837 : Added tag jdk8u40-b24 for changeset 960fa8195103
75401fc4685 : Added tag jdk8u40-b24 for changeset 4168c2096c5c
da692fc7189 : Added tag jdk8u60-b01 for changeset 871003c7e61b
fdbf2fe1a34 : Added tag jdk8u60-b01 for changeset f0f311e9d041
3b1551404fa : Added tag jdk8u60-b01 for changeset 1cf7286c4343
e595f2c3c20 : Added tag jdk8u60-b01 for changeset 6e966320d86d
7ed230f250a : Added tag jdk8u60-b01 for changeset c3d23741788b
66cc14aa035 : Added tag jdk8u60-b01 for changeset 744c212dcce8
6eabecdaa4c : Added tag jdk8u60-b01 for changeset 69388b5ea77f
463fec55ae6 : Added tag jdk8u60-b01 for changeset 30af632c7c9d
c673848efcd : Added tag jdk8u60-b01 for changeset be0b5669d5b9
4e72a7e66cf : Added tag jdk8u60-b01 for changeset 56104b6ecce1
32d35596a1f : Added tag jdk8u60-b01 for changeset aa259d04699b
a960d9bb457 : Added tag jdk8u60-b01 for changeset 4de009ee7e4e
43f5ee0a1e0 : Added tag jdk8u60-b01 for changeset b1301b459d38
9c7e95b38f0 : Added tag jdk8u60-b01 for changeset 4991970b2a0f
55a8cb64827 : Added tag jdk8u60-b01 for changeset 894759b99655
2f516eac5ac : Added tag jdk8u60-b01 for changeset 1bf6fe80df28
3e2dcfd880e : 8067460: G1: TestResourceManagementFlagWithCommercialBuild.java failed on embedded platform
13c456e0998 : 8072450: 9-dev build failed on elinux-i586 and rlinux-i586
00d9c7a2d13 : 8071805: BarrierSet::Other is not used and should be removed
3e6220b1abf : 8068589: GCCause should distinguish jcmd GC.run from System.gc()
635f7a3e209 : 8067694: Improved certification checking
e0a39dc5742 : 8069551: Move java.security.acl from compact3 to java.base
37a1a74efd3 : 8069551: Move java.security.acl from compact3 to java.base
778c94c9f31 : 8069551: Move java.security.acl from compact3 to java.base
ddb472a4dcf : 8068278: ArrayIndexOutOfBoundsException instead of DateTimeException in j.t.chrono.JapaneseChronology.eraOf()
bb5e8afcf2a : 8068033: JNI exception pending in jdk/src/share/bin/java.c
d9fe0af0483 : 8066708: JMXStartStopTest fails to connect to port 38112
dc5a35154de : 8069034: gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java nightly failure
a0057ef650e : 8072405: [TESTBUG] DCMD tests needs at least compact3 profile
5ae2ec81e74 : 8072403: [TESTBUG] HeapDumpTest and HeapDumpAllTest fails to find jhat in non-JDK runs
eb678303333 : 8072401: [TESTBUG] Some of the newly added DCMD tests fail due to lack of -XX:+UsePerfData
4f6e5d902d1 : 8072371: Add two failing svc tests to the problem list
fb06281a620 : Added tag jdk8u45-b06 for changeset c47cf929a535
bf82ad3b56e : Added tag jdk8u45-b06 for changeset d85c49fb7248
0bb93864a08 : Added tag jdk8u45-b06 for changeset 9945a6e68941
752469bf601 : Added tag jdk8u45-b06 for changeset 639df3fec4c5
e72f4c0fe4e : Added tag jdk8u45-b06 for changeset 3ec6560d768b
833838d032f : Added tag jdk8u45-b06 for changeset f5ec0e50bb45
7f7c944471c : Added tag jdk8u45-b06 for changeset 9128d328ab62
6cc3f866e78 : Added tag jdk8u45-b06 for changeset 9f290d2edb06
df1dd331e20 : Added tag jdk8u45-b06 for changeset 0d8b25aaa51d
0c1fe4f9eae : Added tag jdk8u45-b06 for changeset f652011bdb9e
e75e98cbb38 : Added tag jdk8u45-b06 for changeset 68a5630b9c1e
071a7949189 : Added tag jdk8u45-b06 for changeset f1006389fd85
404142e7935 : Added tag jdk8u45-b06 for changeset dfd848c3bf7e
498c55555fa : Added tag jdk8u45-b06 for changeset e9b87fa7934d
3aff88ae3b8 : 8072054: Cannot build langtools if checked-out in a directory ending with \"com\"
887b823a0d4 : 8072135: Add javax/xml/ws/8046817/GenerateEnumSchema.java to the problem list
db7a37cee09 : 8072129: [AARCH64] missing fix for 8066900
47d0ae0d368 : 8072088: [PIT] NPE in DnD tests apparently because of the fix to JDK-8061636
3cd8a07dc75 : 8062738: Test java/awt/datatransfer/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug fails in Windows
d32000a7105 : 4952954: abort flag is not cleared for every write operation for JPEG ImageWriter
9ea6ddb8510 : 8072433: copy/paste duplicated tests in some condition statements
a75613049be : 6243376: JPEGImageWriter corrupts color for non-JFIF images with differing sample factor
cec84ed1f2b : 8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
5a65a2cc139 : 8064934: Incorrect Exception message from java.awt.Desktop.open()
aca9dff905c : 8067380: Update nroff to integrate changes made in 8u40
6250a15ffdd : 8067380: Update nroff to integrate changes made in 8u40
788217a445a : 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
afa1e6d6706 : 8015085: [macosx] Label shortening via " ... " broken when String contains combining diaeresis
74f6de68592 : 8069265: ClassCastException when compiled with JDK 9b08+, JDK8 compiles OK
c007f0f7d40 : 8072030: Race condition in ThenComposeExceptionTest.java
dd21d2c4db8 : 8050820: Please add java.util.Optional.stream() to convert Optional<T> to Stream<T>
3b9021981f8 : 8059324: orElseThrow has different signatures for OptionalPrimitive and Optional<T>
8aae81b484e : 8048689: Clarify documentation on BaseStream.spliterator
ba4a04aa052 : 8069760: When iterating over a card, G1 often iterates over much more references than are contained in the card
5eb21ad94f4 : 8071464: Clear up SVC jdk/test/* JRE layout dependencies other than those on tools.jar
1b0daecb265 : 8051710: Convert JAXP function tests: javax.xml.jaxp14.* to jtreg (testng) tests
dc9bb3c2017 : 8071962: The SA code needs to be updated to support Symbol lookup from the shared archive
ffe5a2e589f : 8051709: Convert JAXP function tests: javax.xml.datatype to jtreg (testng) tests
b523cb6aaa3 : 8071629: Write new test to test -j switch
28e17c9db6e : 8062803: 'principal' should be 'principle' in java.time package description 8062796: java.time.format.DateTimeFormatter error in API doc example
1a96ed3e02b : 8062803: 'principal' should be 'principle' in java.time package description 8062796: java.time.format.DateTimeFormatter error in API doc example
24a3c49404f : 8068284: Missing @throws in DateTimeFormatterBuilder.appendOffset 8068285: Missing @throws in DateTimeFormatterBuilder.appendInstant 8062803: 'principal' should be 'principle' in java.time package description 8062796: java.time.format.DateTimeFormatter error in API doc example
0854df7b86f : 8055330: (process spec) ProcessBuilder.start and Runtime.exec should throw UnsupportedOperationException on platforms that don't support
2a8d5c46e1c : 6880737: (fs) FileLock constructors don't throw NPE if the channel argument is null
2f12527848d : 8071908: Port internal Diagnostic Command tests and test framework to jtreg
353ca5002c6 : 8071909: Port testlibrary improvments in jdk/test to hotspot/test as required for DCMD test port
c2fe1ca4702 : 8067669: Documentation for methods in Number incomplete regarding too large values
43bcdf40171 : 8071533: assert(n0->is_Call()) failed: expect a call here
fb0bdf6a4b3 : 8068003: compiler/whitebox/DeoptimizeFramesTest.java fails: compilation 48 can't be available
a25fe37e171 : 8072398: assert fails in L1RGenerator::increment_event_counter_impl
d08372952e0 : 8072000: New compiler warning after JDK-8067139
1978db8e815 : 8072000: New compiler warning after JDK-8067139
73d940848ba : 8072000: New compiler warning after JDK-8067139
d4d8ef4585c : 8071996: split_if accesses NULL region of ConstraintCast
c5bb133c686 : 8068440: Test6857159.java times out
0682d29b8f5 : 8069030: support new PTRACE_GETREGSET
87ac24f1e22 : 8071995: compiler/codecache/jmx/InitialAndMaxUsageTest.java fails with large pages
1e85e321f98 : 8071534: assert(!failing()) failed: Must not have pending failure. Reason is: out of memory
a32f9adb0fc : 8071906: Quarantine OverloadCompileQueueTest until the reason for timeout is known
620ccb1d45d : 8071991: Build errors in 8u-dev after backporting JDK-8067139 and JDK-8066232
d542d4b3e0f : 8071991: Build errors in 8u-dev after backporting JDK-8067139 and JDK-8066232
7c658a76106 : 8068301: [TEST_BUG] Test javax/swing/JColorChooser/Test4177735.java fails with ArrayIndexOutOfBoundsException with GTKL&F
5e1413e6ba7 : 8071818: Incorrect addressing mode used for ldf in SPARC assembler
ea7330da4e3 : 8073223: Increment the build value to b02 for hs25.45 in 8u45-b08
84919507521 : 8071818: Incorrect addressing mode used for ldf in SPARC assembler
5265c75e90d : 8073223: Increment the build value to b02 for hs25.45 in 8u45-b08
883d349e175 : 8071818: Incorrect addressing mode used for ldf in SPARC assembler
8563f899e6f : 8071784: serviceability/attach/AttachWithStalePidFile.java should be quarantined
45a6ed83159 : 8068613: Wrong number of objects pending finalization start
2989b5405de : 8071641: java/lang/management/ThreadMXBean/SynchronizationStatistics.java intermittently failed with NPE
51e2269c61a : 8071959: java.lang.Object uses implicit default constructor
0841b6a90ed : 8071434: doc updates for java.lang.Object
62166e9f598 : 8071584: [TESTBUG] runtime/Unsafe/AllocateMemory.java crashed on OOM during compilation
76ace03a9eb : 8068578: test/java/io/Serializable/subclassGC/SubclassGC.java assumes app class loader is a URLClassLoader
6b95a91213e : 8071617: move pathToURLs from javac.file.Locations to javadoc.DocletInvoker
0aa15bc0cb7 : 8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows
417e7343a2c : 8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows
60fdd0dceb2 : 8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows
d57245dcbbc : 8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
3616cbd4d67 : 8071788: BlockInliningWrapper.asType() is broken
d15cccf0c23 : 8071788: BlockInliningWrapper.asType() is broken
55d14bca62e : 8071788: BlockInliningWrapper.asType() is broken
676ea832409 : 8071787: Don't block inlining when DONT_INLINE_THRESHOLD=0
8f12730ee92 : 8069591: Customize LambdaForms which are invoked using MH.invoke/invokeExact
b0c10a6208b : 8069591: Customize LambdaForms which are invoked using MH.invoke/invokeExact
bfc5193fe73 : 8069591: Customize LambdaForms which are invoked using MH.invoke/invokeExact
a3ca1c9e3b5 : 8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
b948d496d7a : 8067648: JVM crashes reproducible with GCM cipher suites in GCTR doFinal
6060c76fb1a : 8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
fbc762072f4 : 8067648: JVM crashes reproducible with GCM cipher suites in GCTR doFinal
06305c456b9 : 8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
6297f17e2a4 : 8068915: uncommon trap w/ Reason_speculate_class_check causes performance regression due to continuous deoptimizations
4cc5b94f848 : 8074548: Never-taken branches cause repeated deopts in MHs.GWT case
c555ceb1cc1 : 8068915: uncommon trap w/ Reason_speculate_class_check causes performance regression due to continuous deoptimizations
c40be9e7cc4 : 8074548: Never-taken branches cause repeated deopts in MHs.GWT case
efd80ec6afc : 8068915: uncommon trap w/ Reason_speculate_class_check causes performance regression due to continuous deoptimizations
d95bd109611 : 8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
dc0edf831eb : 8072863: Replace fatal() with vm_exit_during_initialization() when an incorrect class is found on the bootclasspath
6ebeeca113d : 8038098: [TESTBUG] remove explicit set build flavor from hotspot/test/compiler/* tests
1e6b498190d : 8078375: [TESTBUG] gc/g1/TestLargePageUseForAuxMemory.java specifies wrong library path
af34e1df690 : 8062537: [TESTBUG] Conflicting GC combinations in hotspot tests
d826ff8d336 : 8078270: new hotspot build - hs25.60-b14
61d27a45af4 : Added tag hs25.60-b13 for changeset bd97943ad4bb
9ca4da7b989 : 8077255: TracePageSizes output reports wrong page size on Windows with G1
5a73324abdf : 8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29
4f04dc61df5 : 8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
6c8c678d5b1 : 8072863: Replace fatal() with vm_exit_during_initialization() when an incorrect class is found on the bootclasspath
f2dc0048c57 : 8038098: [TESTBUG] remove explicit set build flavor from hotspot/test/compiler/* tests
abc653cc016 : 8078375: [TESTBUG] gc/g1/TestLargePageUseForAuxMemory.java specifies wrong library path
38ba81b3ca7 : 8062537: [TESTBUG] Conflicting GC combinations in hotspot tests
8dfdb69fefc : 8078270: new hotspot build - hs25.60-b14
9cb6300b2be : Added tag hs25.60-b13 for changeset 3c72ef281f2e
e0695e7bb06 : 8077255: TracePageSizes output reports wrong page size on Windows with G1
e76af1bf279 : 8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29
7227e9ba536 : 8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
49282c39279 : 8071654: disassembler handles embedded OOPs not uniformly
8717474863e : 8071710: [solaris] libfontmanager should be linked against headless awt library
57d42b897c3 : 8067680: (sctp) Possible race initializing native IDs
8be0bb54581 : 8008678: JSR 292: constant pool reconstitution must support pseudo strings
8dd67e74592 : 8068292: [TEST_BUG] Test javax/swing/JLayer/6824395/bug6824395.java fails with -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
4590abcd511 : 8051547: Convert JAXP function tests: javax.xml.validation.* to jtreg (testng) tests
1a1ddd0d4bf : 8068942: Improve validation of -XX:G1ConfidencePercent value
155c09ca6b9 : 8069273: Decrease Hot Card Cache Lock contention
a35131edd70 : Added tag jdk9-b48 for changeset 5f1e4deb8d30
b2b80fa1f78 : Added tag jdk9-b48 for changeset 6e2e298c50f1
bdd8a4a4b93 : Added tag jdk9-b48 for changeset 6d99e9b8dbe5
fa86b94fe6a : Added tag jdk9-b48 for changeset a5c172165b3b
971b575c257 : Added tag jdk9-b48 for changeset 5da8936a1a2c
a29d6a494d7 : Added tag jdk9-b48 for changeset adf10d73e78b
93198a3c0c7 : Added tag jdk9-b48 for changeset bb8de1967725
99089c5210f : Added tag jdk9-b48 for changeset f4f2bb7513e4
f1948ccbb5a : 8052401: JAXP function gap tests conversion
88deb504619 : 8035938: Memory leak in JvmtiEnv::GetConstantPool
620a5feb285 : 8078529: Increment the build value to b02 for hs25.51 in 8u51-b10
515980d8f48 : 8035938: Memory leak in JvmtiEnv::GetConstantPool
8ba0be7efae : 8078529: Increment the build value to b02 for hs25.51 in 8u51-b10
13f34d01db9 : Added tag jdk8u40-b23 for changeset 52fdd74ea49a
e1c77fa34d1 : Added tag jdk8u40-b23 for changeset 42c1c07accc7
fe04782b169 : Added tag jdk8u40-b23 for changeset b98119c3235f
e26331cb549 : Added tag jdk8u40-b23 for changeset 95987dd50ecd
d5478989788 : Added tag jdk8u40-b23 for changeset 47362d6b3a3b
31b0d21d2f5 : Added tag jdk8u40-b23 for changeset 8c9bc4be8056
51345108746 : Added tag jdk8u40-b23 for changeset cec861d21b2a
6b2180e68bb : Added tag jdk8u40-b23 for changeset 263517306a3e
953e10b2034 : Added tag jdk8u40-b23 for changeset b3068110f983
c65733f1cc5 : Added tag jdk8u40-b23 for changeset 5f521fe6278e
151270d664d : Added tag jdk8u40-b23 for changeset ec43f4a173e0
0ca6f35f786 : Added tag jdk8u40-b23 for changeset dd9ad527a398
ec22aaddf15 : Added tag jdk8u40-b23 for changeset a28497ec5c23
7c37e27b2db : Added tag jdk8u40-b23 for changeset 990f307f9d03
e5390b83da2 : Added tag jdk8u40-b23 for changeset 2cb054dc5ef3
48c9f58de4d : Added tag jdk8u40-b23 for changeset 098e05c82699
34d757e4921 : 8067139: Finally blocks inlined incorrectly
e83ad753395 : 8067139: Finally blocks inlined incorrectly
d09ec5b3e13 : 8067139: Finally blocks inlined incorrectly
967c4486819 : 8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
b5f5424c83e : 8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
7cd26c0c6e0 : 8071781: Bootcycle build fails on macosx
d60c8e9ea6f : 8071651: infinite build loops in 9-dev windows platform on Jan 26
f5b35f790c4 : 8042397: tmtools/jmap/heap_config/jmap_heap_config_OldSize fails
f6d01b36970 : 8071545: Tests are still excluded while the appropriate bug has been fixed
04d8bf6c334 : 8071582: com/sun/jdi/GetLocalVariables4Test.sh should be quarantined
ad9c86bc970 : 8064940: JMH javac performance regressions on solaris-sparcv9 in 9-b34
54b2d15c941 : 8054196: XPath: support any type
5035f5b1d41 : 8068937: jdeps shows "not found" if target class has no reference other than its own package
a67e9f2d369 : 8068463: Group 10c: golden files for tests in tools/javac dir
610bd6ba34a : 8071688: AARCH64: SIGSEGV in MethodData::next_data(ProfileData*)
3bd08574dcb : 8064947: Clean up BarrierSet ctor/dtor
fa47cc3e215 : 8071530: Update OS detection code to reflect Windows 10 version change
873b88dcc94 : 8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check
f6262c1abc8 : 8065178: test/java/util/ResourceBundle/Bug6287579.java needs update for per language package support
3e68a8af37f : 8069269: (spec) Defect in the System.nanoTime spec
63a581a4c16 : 8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
141cb78f450 : 8146979: Backport of 8046471 breaks ppc64 build in jdk8u because 8072383 was badly backported before
355f3006233 : 8144483: One long Safepoint pause directly after each GC log rotation
27ba688dbcf : 8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
f5033d031c5 : 8138745: Implement ExitOnOutOfMemory and CrashOnOutOfMemory in HotSpot
0d22b67cef9 : 8144937: [TEST_BUG] testlibrary_tests should be excluded for compact1 and compact2 execution
3cba013fa5d : 8145754: PhaseIdealLoop::is_scaled_iv_plus_offset() does not match AddI
5be114bc5a3 : 8144487: PhaseIdealLoop::build_and_optimize() must restore major_progress flag if skip_loop_opts is true
2fa1be859ef : 8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
cfbbe6f6d86 : 8146979: Backport of 8046471 breaks ppc64 build in jdk8u because 8072383 was badly backported before
5b4948623b7 : 8144483: One long Safepoint pause directly after each GC log rotation
a0d972f2a38 : 8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
eb6ff1370ab : 8138745: Implement ExitOnOutOfMemory and CrashOnOutOfMemory in HotSpot
232af317b2a : 8144937: [TEST_BUG] testlibrary_tests should be excluded for compact1 and compact2 execution
8dfd7589b55 : 8145754: PhaseIdealLoop::is_scaled_iv_plus_offset() does not match AddI
3393b4c1008 : 8144487: PhaseIdealLoop::build_and_optimize() must restore major_progress flag if skip_loop_opts is true
4326ee324a9 : 8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
3de0140a889 : 8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
8e4f807c36d : Added tag jdk8u45-b05 for changeset 9e513ac24ad0
37047f2bb6f : Added tag jdk8u45-b05 for changeset 4e42843d20c9
bbb53585380 : Added tag jdk8u45-b05 for changeset 7de21f01dc2c
e8cb2b56171 : Added tag jdk8u45-b05 for changeset a973a90220af
021805cf61c : Added tag jdk8u45-b05 for changeset 4072a466d58a
04b1d52c6b2 : Added tag jdk8u45-b05 for changeset 95318e041cd5
10e281fea8a : Added tag jdk8u45-b05 for changeset 5bbbc3d985c6
b543d8580a8 : Added tag jdk8u45-b05 for changeset 10dc93560606
46defa07dd0 : Added tag jdk8u45-b05 for changeset a01463c01175
cde493fdda9 : Added tag jdk8u45-b05 for changeset 7eb77c4a5d25
ff9807b756c : Added tag jdk8u45-b05 for changeset dc3d0f3be5ac
83e8836f36e : Added tag jdk8u45-b05 for changeset b21c3b89df97
55bfb6e1a21 : Added tag jdk8u45-b05 for changeset 931313b31f93
2362c5f4ea8 : Added tag jdk8u45-b05 for changeset 73fe60dd1e5d
8257ab8c01e : 8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function
b69fd1839d3 : 8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function
10df4949d79 : 8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function
c3ae54e2f8d : 8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function
ff6090d89ed : 8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function
ac05aaee1c9 : 8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function
359af721c7d : 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
dca7ac8002e : 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
d73cedb6fa6 : 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
3b4d13e1360 : 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
23a7d693dcf : 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
91d26972f28 : 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
9682ac5e3ae : 8071563: AARCH64 staging fail to build
d58ef60b880 : 8071477: Better Spliterator implementations for String.chars() and String.codePoints()
318a4386439 : 8032513: The Spliterator characteristics CONCURRENT and IMMUTABLE are mutually exclusive
fb6e6379b05 : 8069125: compiler/codecache/stress tests timeout in nightlies
28c59195856 : 8066998: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest.java : sweep shouldn't increase usage
aa6b19f38ee : 8071481: (Process) Merge UNIXProcess.java into ProcessImpl.java
50ce50d7bb6 : 8071550: SetupJavaComilation EXCLUDE/INCLUDE/EXCLUDE_FILE do not work on META-INF files
6a34176e9ce : 8071562: TimestampCheck.java change removes a whitespace between command and args
9e40bd4ad11 : 8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
deeb4faa802 : 8069015: Re-examine Solaris/Linux java.desktop dependency on java.logging
1d41a44b78a : 8071324: com/sun/jdi/ConnectedVMs.java should be quarantined
1eeff6da6e6 : 8049171: Additional tests for jarsigner's warnings
1da82181797 : 8071312: compiler/arguments/CheckCompileThresholdScaling.java fails
cfe8daa596d : 8071483: Possible case-folding collision for color/Color subdirectories of jdk/test/java/awt/
bed1fc268d2 : 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
30de4935c7f : 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
be4035c60a4 : 8030646: track collection set membership in one place
5a030d7b751 : 8069261: Create make dependencies on make variable values
995835697d0 : 8069261: Create make dependencies on make variable values
b2ed5c17b75 : 8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function
4f8c2c58964 : 8055190: Cleanup include and exclude of core-libs native libraries after source code restructure
73a00f6b2f1 : 8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function
04474d85c13 : 8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root
ddba00b8346 : 8055045: StringIndexOutOfBoundsException while reading krb5.conf
fda56d3c54b : 8064833: [macosx] Native font lookup uses family+style, not full name/postscript name
b7eaaba9438 : 8031064: build_vm_def.sh not working correctly for new build cross compile
063091c9a63 : Added tag jdk9-b47 for changeset 73d6633dcfd7
a7ecc9231b2 : Added tag jdk9-b47 for changeset 422ba63d8dda
548150fa8a3 : Added tag jdk9-b47 for changeset 0b4c78ff36f3
834ad6ab06d : Added tag jdk9-b47 for changeset c9c4b9563018
839ec3c2b64 : Added tag jdk9-b47 for changeset dd8e62bad498
ed2cf041952 : Added tag jdk9-b47 for changeset da1a0970667a
9150f5e5ccd : Added tag jdk9-b47 for changeset c54bf921b2ce
5f9dfc294a9 : Added tag jdk9-b47 for changeset 19cacc520105
868a51159d6 : Added tag hs25.60-b02 for changeset 3c1cd1273040
c2a5bd39d0a : Added tag hs25.60-b02 for changeset 1956fa22266d
2a29bb3be6f : 8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
1059b1665d8 : 8069262: Doclint regression in java.nio.channels.Channels
0d7e8b7cf12 : 8065994: HTTP Tunnel connection to NTLM proxy reauthenticates instead of using keep-alive
edc2052f333 : 8069254: Warning issued despite @SafeVarargs annotation on constructor
167de7ae02c : 8067945: SVC jdk/test/* should be cleaned from JRE layout dependency
e70362babad : 6933879: URISyntaxException when non-alphanumeric characters are present in scope_id
cd3e7f46bd8 : 8067748: (process) Child is terminated when parent's console is closed [win]
b4003a768b6 : 8072069: Toolkit.getScreenInsets() doesn't update if insets change
43264477a2a : 8068518: IllegalArgumentException in JTree.AccessibleJTree
6c4a487b303 : 8067846: (sctp) InternalError when receiving SendFailedNotification
ddb695c5406 : 8073124: Tune test and document TimSort runs length stack size increase
8245c07fae3 : 8069268: JComponent.AccessibleJComponent.addPropertyListeners adds exponential listeners
3440c55e59a : 8072909: TimSort fails with ArrayIndexOutOfBoundsException on worst case long arrays
cbc81f56ac5 : 8069072: GHASH performance improvement
8206451bd1e : 8072676: [macosx] Jtree icon painted over label when scrollbars present in window
426de18a642 : 8022313: sun/security/pkcs11/rsa/TestKeyPairGenerator.java failed in aurora
d2fb1d47227 : 8066842: java.math.BigDecimal.divide(BigDecimal, RoundingMode) produces incorrect result
de76d66f8ce : 8067748: (process) Child is terminated when parent's console is closed [win]
f289285ccb9 : 8072069: Toolkit.getScreenInsets() doesn't update if insets change
c7b539cabb6 : 8068518: IllegalArgumentException in JTree.AccessibleJTree
1afc14d724a : 8067846: (sctp) InternalError when receiving SendFailedNotification
1c2eb10b03b : 8073124: Tune test and document TimSort runs length stack size increase
7d5ab1e7531 : 8069268: JComponent.AccessibleJComponent.addPropertyListeners adds exponential listeners
114136e7788 : 8072909: TimSort fails with ArrayIndexOutOfBoundsException on worst case long arrays
7447094d89b : 8069072: GHASH performance improvement
7f7018e003a : 8072676: [macosx] Jtree icon painted over label when scrollbars present in window
d397c7de62c : 8022313: sun/security/pkcs11/rsa/TestKeyPairGenerator.java failed in aurora
757d518fc5a : 8066842: java.math.BigDecimal.divide(BigDecimal, RoundingMode) produces incorrect result
af3db6d31aa : 8067748: (process) Child is terminated when parent's console is closed [win]
d34b9b430ca : 7185221: [macosx] Regtest should not throw exception if a suitable display mode found
3d738985d77 : 8044860: Vectors and fixed length fields should be verified for allowed sizes
d5c853c0888 : 8071313: krb5.conf not read if SCDynamicStore krb5 config is empty
aca4e46572f : 8069414: Rename oracle.accessbridge to jdk.accessbridge
6a6057b3f7c : 8065709: Deadlock in awt/logging apparently introduced by 8019623
bc19782bc08 : Added tag jdk8u45-b04 for changeset ad0bbc5f5284
dd46c293284 : 8065709: Deadlock in awt/logging apparently introduced by 8019623
9a034c0b865 : Added tag jdk8u45-b04 for changeset a2b47b38ec4f
b90c35c4cc9 : 8069414: Rename oracle.accessbridge to jdk.accessbridge
27f201deb89 : 8037394: ZipFileSystem leaks file descriptor when file is not a valid zip file
903cbcb4df5 : 8071302: assert(!_reg_node[reg_lo] || edge_from_to(_reg_node[reg_lo], def)) failed: after block local
c692f0d9eb3 : 8069211: (zipfs) ZipFileSystem creates corrupted zip if entry output stream gets closed more than once
00949632cd5 : 8065709: Deadlock in awt/logging apparently introduced by 8019623
d80497254d7 : 8069155: The value of 'KeyStore Type' isn't 'jks'
a43e328b4a8 : 8069035: compiler/oracle/CheckCompileCommandOption.java nightly failure
01ec6950020 : 8069389: CompilerOracle prefix wildcarding is broken for long strings
25c0dd9958d : 8071310: Tests missing for checkin for JDK-8046977
21e2e5ffc05 : 8069580: String intrinsic related cleanups
b6546c2b92f : 8069593: Changes to JavaThread::_thread_state must use acquire and release
a8f035c7fb5 : 8068028: JNI exception pending in jdk/src/solaris/native/java/net
116edaaed35 : 8068028: JNI exception pending in jdk/src/solaris/native/java/net
92a66b08313 : 8068427: Hashtable deserialization reconstitutes table with wrong capacity
dcc4d613f7e : 8134111: Unmarshaller unmarshalls XML element which doesn't have the expected namespace
76fe70c8fcf : 8073400: Some Monospaced logical fonts have a different width
05a3440a76d : 8150780: Repeated offer and remove on ConcurrentLinkedQueue lead to an OutOfMemoryError
d65865c51e3 : 8044772: TempDirTest.java still times out with -Xcomp
a8c5dfa4898 : 4858370: JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
d75b3178125 : 8068427: Hashtable deserialization reconstitutes table with wrong capacity
4ae8d53c5d2 : 8134111: Unmarshaller unmarshalls XML element which doesn't have the expected namespace
b819d9c10b7 : 8073400: Some Monospaced logical fonts have a different width
dd3e1e193c9 : 8150780: Repeated offer and remove on ConcurrentLinkedQueue lead to an OutOfMemoryError
3ae0f01ddab : 8044772: TempDirTest.java still times out with -Xcomp
239b3bc45f0 : 4858370: JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
eae923a8aed : 8068427: Hashtable deserialization reconstitutes table with wrong capacity
fce643f1be1 : Added tag jdk8u40-b22 for changeset a48fb189fc49
74d1c7b3ea8 : Added tag jdk8u40-b22 for changeset 5dbf30c4cbff
37fc96923ec : Added tag jdk8u40-b22 for changeset c40d225b5da5
55459b3cf91 : Added tag jdk8u40-b22 for changeset 1ae18e84d6e8
d6aaf6d0a1d : Added tag jdk8u40-b22 for changeset e6043b90eb80
ea282d6351e : Added tag jdk8u40-b22 for changeset 76a14e60dbe0
baf42567dcd : Added tag jdk8u40-b22 for changeset 16f314ef0e37
45e4f50a469 : Added tag jdk8u40-b22 for changeset 82f6841db396
5e4eb1c62d1 : Added tag jdk8u40-b22 for changeset 665fa4eed57a
382a95f3324 : Added tag jdk8u40-b22 for changeset d35522bdeba1
b2e5a3eccb5 : Added tag jdk8u40-b22 for changeset 5491c6a40069
8b4f21e3bf0 : Added tag jdk8u40-b22 for changeset 2ec167c2e837
91970942938 : Added tag jdk8u40-b22 for changeset 619744acfa71
69cff58476c : Added tag jdk8u40-b22 for changeset 6232fc956073
a0abd6308aa : Added tag jdk8u40-b22 for changeset 248f792034d6
3ca5c736f28 : Added tag jdk8u40-b22 for changeset c9a935500f96
826e1b9739a : 8069230: Remove unused G1PostBarrierStub::byte_map_base and friends
16cb5bbca26 : 8068732: Adding Initial RowSet tests
4b78cb3eb74 : 8070507: LambdaLambdaSerialized can fail in -agentvm mode
c604e674ee9 : 7056797: The test failed automatically,because throw a ArrayIndexOutOfBoundsException
dedd4de23fe : 6459798: JDesktopPane,JFileChooser violate encapsulation by returning internal Dimensions
8e93b53e3e5 : 8069296: java/lang/management/MemoryMXBean/LowMemoryTest.java should be quarantined
9a126a2f170 : 8069181: java.lang.AssertionError when compiling JDK 1.4 code in JDK 8
aec848ec1e5 : 8069181: java.lang.AssertionError when compiling JDK 1.4 code in JDK 8
e559c179548 : 8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds)
213591a6d32 : 8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator
35be7494ef4 : 8074146: jdb has succeded to read an unreadable file
6613ad58044 : 8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root
d53c921966e : 8036132: Tab characters in test/com/sun/jdi files
ff4a1647ed8 : 8002116: This JdbReadTwiceTest.sh gets an exit 1
f15df55a34d : 8064330: Remove SHA224 from the default support list if SunMSCAPI enabled
ea658d8f214 : 8080492: [Parfait] Uninitialised variable in jdk/src/java/desktop/windows/native/libawt/
7400d261877 : 8061624: [TESTBUG] Some tests cannot be ran under compact profiles and therefore shall be excluded
b8be5fa66da : 8146967: [TEST_BUG] javax/security/auth/SubjectDomainCombiner/Optimize.java should use 4-args ProtectionDomain constructor
8e9ea7e85f2 : 8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator
f6e2ffb0c95 : 8074146: jdb has succeded to read an unreadable file
3405f46dbe3 : 8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root
2d233a297e2 : 8036132: Tab characters in test/com/sun/jdi files
139da49ad9c : 8002116: This JdbReadTwiceTest.sh gets an exit 1
08b844db1d4 : 8064330: Remove SHA224 from the default support list if SunMSCAPI enabled
830aa99e4f8 : 8080492: [Parfait] Uninitialised variable in jdk/src/java/desktop/windows/native/libawt/
5a2c58154e7 : 8061624: [TESTBUG] Some tests cannot be ran under compact profiles and therefore shall be excluded
0a360c54973 : 8146967: [TEST_BUG] javax/security/auth/SubjectDomainCombiner/Optimize.java should use 4-args ProtectionDomain constructor
7daec4f2e60 : 8068432: Inconsistent exception handling in CompletableFuture.thenCompose
fb66984c360 : 8062170: java.security.ProviderException: Error parsing configuration with space
8d044fd1295 : 8068432: Inconsistent exception handling in CompletableFuture.thenCompose
0a12eecba69 : 8062170: java.security.ProviderException: Error parsing configuration with space
6dea79e80ed : 8064857: javac generates LVT entry with length 0 for local variable
9d04b75fb88 : 8064857: javac generates LVT entry with length 0 for local variable
b0fbfba46bc : 8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
0c30a755693 : 8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
c15946fb1ae : 8067751: OOMEInReferenceHandler.java fails: Cleaner terminated abnormally
d85158eee8a : 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
dc6ee47a149 : 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
22e2343e572 : 8046977: ClassCastException: typing information needed for method reference bridging not preserved
117205a41ff : 8068053: AARCH64: C1 and C2 compilers
83a57818325 : Added tag jdk8u45-b04 for changeset b4be86c401cd
3472f0be6f1 : Added tag jdk8u45-b04 for changeset 0e1d7004bbf4
c3e4a5b2b62 : Added tag jdk8u45-b04 for changeset b860461b9fa2
e070bb0ec5e : Added tag jdk8u45-b04 for changeset a32e6b0f0e06
5d0e7eef047 : Added tag jdk8u45-b04 for changeset 01e75119f4b8
93ca0ff96aa : Added tag jdk8u45-b04 for changeset ab5cf900eb47
eafbed12016 : Added tag jdk8u45-b04 for changeset 2131007b0bf8
752e989019e : Added tag jdk8u45-b04 for changeset 5db4f1d09c27
e7231aa2485 : Added tag jdk8u45-b04 for changeset 21c7da7b3f0c
cee72b2f006 : Added tag jdk8u45-b04 for changeset 8afe634a7354
be8cecd427b : Added tag jdk8u45-b04 for changeset 5d51d97a6c5b
bff7be4a536 : Added tag jdk8u45-b04 for changeset df6688bd05b2
922a99211de : Added tag jdk8u45-b04 for changeset 48fe77c2fa81
7fef86bb92f : Added tag jdk8u45-b04 for changeset 4180bf6a9dc5
9c458decf5f : 8068054: AARCH64: Assembler interpreter, shared runtime
637b2eae3fd : Added tag jdk8u31-b32 for changeset 26ef4690ce29
114d4fc020f : Added tag jdk8u31-b32 for changeset 3ded7aba7350
ef98adc2676 : Added tag jdk8u31-b32 for changeset 1812579fa2a4
cc79f8140ac : Added tag jdk8u31-b32 for changeset 9679b777fc24
7d3956a7735 : Added tag jdk8u31-b32 for changeset 2bbdf335ed04
23510677a46 : Added tag jdk8u31-b32 for changeset b41f68a6c93b
c6b0ce10082 : Added tag jdk8u31-b32 for changeset ad3fc984fe0c
8732c2d5ff5 : Added tag jdk8u31-b32 for changeset 22015783f1de
7bdc039ba2d : Added tag jdk8u31-b32 for changeset c3bec3e0042c
390eb959246 : Added tag jdk8u31-b32 for changeset 4f519bdd0c19
15ebe1f9f3e : Added tag jdk8u31-b32 for changeset 0d8f0dde671e
9a0deddb69e : Added tag jdk8u31-b32 for changeset 775a312af60c
644ae2bf3e9 : Added tag jdk8u31-b32 for changeset 98427eb09c9a
3b45bdc8121 : Added tag jdk8u31-b32 for changeset 01da51ac8c83
0029a33f988 : 8068283: Mac OS Incompatibility between JDK 6 and 8 regarding input method handling
c9d591424ee : Added tag jdk8u31-b32 for changeset b10dff6af565
c6a567c5016 : 8068283: Mac OS Incompatibility between JDK 6 and 8 regarding input method handling
dd11936b62e : Added tag jdk8u31-b32 for changeset 17d7fc1ad428
df3b033bcab : 8068283: Mac OS Incompatibility between JDK 6 and 8 regarding input method handling
6e220e2499d : 8068283: Mac OS Incompatibility between JDK 6 and 8 regarding input method handling
84db836cfc9 : 8068283: Mac OS Incompatibility between JDK 6 and 8 regarding input method handling
6d309ec560e : 6515713: example in JFormattedTextField API docs instantiates abstract class
913967bd946 : 8068795: HttpServer missing tailing space for some response codes
e759af3134d : 8068795: HttpServer missing tailing space for some response codes
a84794e3d67 : 8068795: HttpServer missing tailing space for some response codes
c06b7a89151 : 8061448: Cleanup sun/misc/JarIndex tests to remove the check for the jre directory
e1bfe8762e1 : 8067479: verify-modules fails in bootcycle build
a9158e0f408 : 8067479: verify-modules fails in bootcycle build
bf990aa8138 : 8068603: ScriptObjectMirror should reject null/empty string/non-string parameters in Bindings methods
c4f7171cd8f : 8068603: ScriptObjectMirror should reject null/empty string/non-string parameters in Bindings methods
7afc3aaff99 : 8068603: ScriptObjectMirror should reject null/empty string/non-string parameters in Bindings methods
8944d18416b : 8069094: SuppressWarnings(\"deprecation\") not respected on default clause on annotation declarations
671f90ddc75 : 8052070: javac crashes when there are duplicated type parameters
3d814126c27 : 8069162: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java
1249ca93f99 : 8069126: compiler/rtm/locking/TestRTMTotalCountIncrRate.java nightly failure
b203d733eef : 8064601: Improve jar file handling
739e8a3e317 : 8055045: StringIndexOutOfBoundsException while reading krb5.conf
49fbea26429 : Added tag jdk8u45-b05 for changeset 45aa6e826437
f0e60348024 : 8064601: Improve jar file handling
8238dbaa9de : 8055045: StringIndexOutOfBoundsException while reading krb5.conf
94702b9dbdb : Added tag jdk8u45-b05 for changeset c9c6573439ab
aca3a19f56d : 8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
ca4dba303fd : 8069229: new .java file with no copyright notice
cf492da2fa6 : 8067364: Printing to Postscript doesn't support dieresis
1feb41eebd2 : 8067364: Printing to Postscript doesn't support dieresis
a7cd12f10ac : 8067951: System.loadLibrary cannot find library when path contains quoted entry
a8f4ccaa9de : 8067880: Dead typed push methods in ArrayData
d3f2f672606 : 8067880: Dead typed push methods in ArrayData
3ecd5bc958a : 8067880: Dead typed push methods in ArrayData
1a534420a83 : 8087322: Implement a Semaphore utility class
aaac2cbb543 : 8080511: Refresh of jimage support
c7612a11384 : 8129108: nmethod related crash in CMS
2431e87477e : 8129573: CollectedHeap::fill_with_objects() needs to use multiple arrays in 32 bit mode too
def61423c23 : 8129604: Incorrect GPL header in README causes RE script to create wrong output
2a01bb6dda0 : 8081406: cleanup and minor extensions of the debugging facilities in CodeStrings
5f4a67087fb : 8129626: G1: set_in_progress() and clear_started() needs a barrier on non-TSO platforms
fff2d77827a : 8129394: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with double option
ef8ad5ea956 : 8078399: Deprecate -Xoss, -Xsqnopause, -Xoptimize and -Xboundthreads options in JDK 9
304b59b0c84 : 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
f3b9da429d0 : 8129602: Incorrect GPL header causes RE script to create wrong output
3a11c1d75c7 : 8069011: gc/TestSmallHeap.java failing in nightly
d508c520f08 : 8040935: -XX:+AggressiveOpts broken: GC triggered before VM initialization completed on several tests
878f630fe00 : 8069048: (process) Suspend finishing threads when process exits [win]
eb5be4c2fe5 : 8066312: Add new Node* Node::find_out(int opc) method
bba288a91af : 8068748: missing US_export_policy.jar in jdk9-b44 is causing compilation errors building jdk9 source code
d4887f8b666 : 8066132: BufferedImage::getPropertyNames() always returns null
6c9d4861a9b : 8068488: Facilitate extension of the javac parser -- missing modifier
9800aaa84aa : 8060077: Class.toGenericString specification doesn't mention array types
6d0fbaa5e3b : Added tag hs25.40-b25 for changeset c553e6b880f4
12c2561804c : Added tag hs25.40-b25 for changeset 36ea84b4faf4
f97da658859 : 8042262: Javadoc typo in java.util.Formatter
3d112a8dc36 : 8035938: Memory leak in JvmtiEnv::GetConstantPool
b5ac4fe9046 : 8064331: JavaSecurityAccess.doIntersectionPrivilege() drops the information about the domain combiner of the stack ACC
328a3065344 : 8056298: Separate java.awt.datatransfer from the desktop module
c93718e271e : 8056298: Separate java.awt.datatransfer from the desktop module
49d13567834 : 8068040: [macosx] Combo box consuming ENTER key
5e638e9c568 : 8069064: Various improvements and fixes in build system
56c4de876e2 : 8068517: Compiler may generate wrong InnerClasses attribute for static enum reference
759740976be : 8068971: A heap region being cleared should not belong to the cset
134dfd32a7d : 8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat
ebc9cc73963 : 8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat
0520df8a924 : 8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat
580e7ed3ed0 : 8068234: java/lang/instrument/NativeMethodPrefixAgent.java is still in exclude list
0b17d19f488 : 8068231: Several tests are still excluded
427f25366eb : 8068385: [TESTBUG] hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java sometimes fails(unstable behaviour)
09d92134888 : 8069164: Fix langtools make build so that diagnostic framework can be used
31f50fcff96 : 8068736: Avoid synchronization on Executable/Field.declaredAnnotations
3622c75cbd7 : 8061636: Fix for JDK-7079254 changes behavior of MouseListener, MouseMotionListener
20d2fe6e617 : 8066875: VirtualSpace does not use large pages
fbc3fb34324 : 8066875: VirtualSpace does not use large pages
86f95c464ff : 8066875: VirtualSpace does not use large pages
da5d03e7843 : 8069041: Bootcycle builds do not work with sjavac
ac38d61d109 : 8061259: ParNew promotion failed is serialized on a lock
0fa0adbf482 : 8076968: PICL based initialization of L2 cache line size on some SPARC systems is incorrect
55b07acdc28 : 8062591: SPARC PICL causes significantly longer startup times
780013b4b44 : 8077424: new hotspot build - hs25.60-b12
31b27b378ce : 8074561: Wrong volatile qualifier for field ClassLoaderDataGraphKlassIteratorAtomic::_next_klass
ebbfda84bc2 : 8076325: java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options
5fb90613796 : 8061259: ParNew promotion failed is serialized on a lock
eebb8f9d46d : 8076968: PICL based initialization of L2 cache line size on some SPARC systems is incorrect
43dc2cb40c7 : 8062591: SPARC PICL causes significantly longer startup times
7ea484eee67 : 8077424: new hotspot build - hs25.60-b12
72483a6cb48 : 8074561: Wrong volatile qualifier for field ClassLoaderDataGraphKlassIteratorAtomic::_next_klass
fe11c34beda : 8076325: java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options
788b0d89f87 : 8061259: ParNew promotion failed is serialized on a lock
af949acfa4a : 6584008: jvmtiStringPrimitiveCallback should not be invoked when string value is null
46fd92f1af8 : 8071972: Minimal VM is broken for ARM fastdebug
1e945d1230a : 8071534: assert(!failing()) failed: Must not have pending failure. Reason is: out of memory
4012f4f9b11 : 8068013: [TESTBUG] Aix support in hotspot jtreg tests
6c889d8be14 : 8031064: build_vm_def.sh not working correctly for new build cross compile
c8c6e1255e7 : 8071818: Incorrect addressing mode used for ldf in SPARC assembler
af50e4c5655 : 8035938: Memory leak in JvmtiEnv::GetConstantPool
fe996cdb120 : 8071302: assert(!_reg_node[reg_lo] || edge_from_to(_reg_node[reg_lo], def)) failed: after block local
4b17d2fe599 : 8071500: new hotspot build - hs25.60-b03
af18cbd76d7 : 6584008: jvmtiStringPrimitiveCallback should not be invoked when string value is null
efdc3b7577f : 8071972: Minimal VM is broken for ARM fastdebug
10b6e4616fd : 8071534: assert(!failing()) failed: Must not have pending failure. Reason is: out of memory
2e41e0427a6 : 8068013: [TESTBUG] Aix support in hotspot jtreg tests
eac4500dcfb : 8031064: build_vm_def.sh not working correctly for new build cross compile
5d0ed3dbfdb : 8071818: Incorrect addressing mode used for ldf in SPARC assembler
8345270c457 : 8035938: Memory leak in JvmtiEnv::GetConstantPool
d1578d49391 : 8071302: assert(!_reg_node[reg_lo] || edge_from_to(_reg_node[reg_lo], def)) failed: after block local
42f933a86ac : 8071500: new hotspot build - hs25.60-b03
781a793ed9c : 6584008: jvmtiStringPrimitiveCallback should not be invoked when string value is null
120cde915bd : 8051563: Update JAXP functional tests
c0500545f76 : 8069127: Suppress deprecation warnings in jdk.deploy.osx module
163f2e001ee : 8067099: Add deprecation lint warning to build of jdk repository
4f3c9fccb79 : 8062961: [TESTBUG] Spurious timeout for runtime/ErrorHandling/ProblematicFrameTest
3a01ee0832a : Added tag jdk9-b46 for changeset 167aecd0161e
1e645dd9ddb : Added tag jdk9-b46 for changeset 867b8b80696e
3e2e519ce8f : Added tag jdk9-b46 for changeset 1548d75015bd
6472b680e14 : Added tag jdk9-b46 for changeset 76ad1de0fd63
7c785501305 : Added tag jdk9-b46 for changeset b037890ea772
17e982a08fd : Added tag jdk9-b46 for changeset a41296327b3d
af90d9fe8a1 : Added tag jdk9-b46 for changeset 87aeabf7ffa2
9d14d4b1e74 : Added tag jdk9-b46 for changeset 2602be4290e7
a8dc4ff5de9 : 8068927: AARCH64: better handling of aarch64- triples
c07a43ff503 : 8072732: Regression in configure due to JDK-8069057
baedd61a9ee : 8069057: Make sure configure is run by bash
9e8f0f891e0 : 8064357: AARCH64: Top-level JDK changes
f16761f80c6 : 8074554: Create custom hook for running after AC_OUTPUT
a3b99ae70d9 : 8068927: AARCH64: better handling of aarch64- triples
db2104b57e8 : 8072732: Regression in configure due to JDK-8069057
bdcd47bea71 : 8069057: Make sure configure is run by bash
23bb71b0e4b : 8064357: AARCH64: Top-level JDK changes
ed75b1a4892 : 8074554: Create custom hook for running after AC_OUTPUT
0b2476589a7 : 8068927: AARCH64: better handling of aarch64- triples
50c0c29004c : 8068055: AARCH64: os_cpu
f46b3d442f5 : 8059009: LDAPCertStore fails to retrieve CRL after LDAP server closes idle connection
00b2f7005de : 8042581: Intermittent failure in java/net/DatagramSocket/InheritHandle.java
484ca4753c0 : 8069069: Build failure because of dependency on generated file
1310f9142f3 : 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
6f19ee9717b : 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
cd582fa380a : 8066122: CollectionUsageThreshold.java times out when run with -XX:+ExplicitGCInvokesConcurrent
71d4cfb1ada : 8068026: [TESTBUG] Check for -client in gc/g1/TestHumongousCodeCacheRoots.java
721b7a43be8 : 8069057: Make sure configure is run by bash
963ea242c9f : 8069063: More merge errors following JDK-8049367
a278a118ee0 : 8066769: Fix merge errors following JDK-8049367
82db21e08d7 : 8068995: Cleanup method reference lookup code
9ca8fd34f27 : 8068902: Solaris build fails with new 10u10 devkit
7dccb4a74e5 : 8061297: sun/reflect/CallerSensitive/CallerSensitiveFinder.java should use the JRT FileSystem
9d6b3c1d71f : 8067374: Use %f instead of %g for LogCompilation output
bfe8fc74331 : 8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
083d9a2b614 : 8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
6606238d9b4 : 8067368: TestConcMarkCycleWB.java crashed at G1CollectedHeap::heap()+0xb
e7f1a050d3a : 8068985: Wrong 'this' bound to eval call within a function when caller's 'this' is a Java object
834ff91cc51 : 8068864: C2 failed: modified node is not on IGVN._worklist
1144804378e : 8068948: Update java.base module to use new try-with-resources statement
9370bdea226 : Added tag jdk8u40-b21 for changeset 5e44463b9da0
ca933eba35e : Added tag jdk8u40-b21 for changeset c6d39ef9b60e
f0955a82db0 : Added tag jdk8u40-b21 for changeset f17acaba847e
9adc552b50c : Added tag jdk8u40-b21 for changeset 686c95e899f2
7bb260333ae : Added tag jdk8u40-b21 for changeset 986615925658
d3cdd1a617b : Added tag jdk8u40-b21 for changeset c100a4359f95
f2ed01525c0 : Added tag jdk8u40-b21 for changeset 2ce3d3bab19e
ea1cdab72d9 : Added tag jdk8u40-b21 for changeset ba5ef7f6946c
2a203fab481 : Added tag jdk8u40-b21 for changeset 2d617a05e2f9
9e385a4aa96 : Added tag jdk8u40-b21 for changeset 2517f469aa00
f9debdf79b0 : Added tag jdk8u40-b21 for changeset e08735e869bf
10627e27351 : Added tag jdk8u40-b21 for changeset 8181ad88fc49
64548267581 : Added tag jdk8u40-b21 for changeset 08980afbcdb7
91a513f776c : Added tag jdk8u40-b21 for changeset 77d5e0017b83
e93c4f7b6f3 : Added tag jdk8u40-b21 for changeset cfd147d3c7d6
e016c65df85 : Added tag jdk8u40-b21 for changeset f37b5d31ed66
bdccde66c19 : 8069021: Exclude compiler/codecache/stress tests from JPRT runs
fa39b2bbf29 : 8067437: New tests for mJRE feature removal
7882032236e : 8067471: Use private static final char[0] for empty Strings
4935529d4dd : 8069002: NPE on invoking null (8068889 regression)
c9cc8b6c8d3 : 8068994: Forgot to add a test model to JDK-8068573
fdecd626527 : 8068994: Forgot to add a test model to JDK-8068573
b63a1daae49 : 8068994: Forgot to add a test model to JDK-8068573
48192f495ce : 8068994: Forgot to add a test model to JDK-8068573
7090b1cdf55 : 8068994: Forgot to add a test model to JDK-8068573
885e6ddf67a : 7076820: assert(addr != 0) failed: address sanity check in PerfMemory::detach with -XX:-UsePerfData
530e7bd26fa : 8065576: Enable pipefail in the shell used by make to better detect build errors
92b17320310 : 8065576: Enable pipefail in the shell used by make to better detect build errors
93205193c05 : 8068573: POJO setter using [] syntax throws an exception
4b4ef3f1298 : 8069002: NPE on invoking null (8068889 regression)
ba71265eda8 : 8068573: POJO setter using [] syntax throws an exception
a3468594351 : 8069002: NPE on invoking null (8068889 regression)
a004213da75 : 8068573: POJO setter using [] syntax throws an exception
0b0afb2f780 : 8069002: NPE on invoking null (8068889 regression)
99bcf7d2eb9 : 8068573: POJO setter using [] syntax throws an exception
e291f38b260 : 8069002: NPE on invoking null (8068889 regression)
242419de96c : 8068573: POJO setter using [] syntax throws an exception
1b65f85514f : 8067364: Printing to Postscript doesn't support dieresis
4e980350cab : 8055146: Split Verifier incorrectly throws VerifyError for getstatic of an array field
96294a4f608 : 8068495: Update the protocol for references of docs.oracle.com to HTTPS in langtools
5c154854300 : 8068495: Update the protocol for references of docs.oracle.com to HTTPS in langtools
9be29d3b078 : 8068495: Update the protocol for references of docs.oracle.com to HTTPS in langtools
e3a180a6a28 : 8068495: Update the protocol for references of docs.oracle.com to HTTPS in langtools
57f5dbf412e : 8068491: Update the protocol for references of docs.oracle.com to HTTPS
4c1eb19812b : 8068491: Update the protocol for references of docs.oracle.com to HTTPS
6f0a6cd3903 : 8068485: Update references of download.oracle.com to docs.oracle.com in javadoc makefile
05e7a0a3b8b : 8068485: Update references of download.oracle.com to docs.oracle.com in javadoc makefile
f8a282f7943 : 8068485: Update references of download.oracle.com to docs.oracle.com in javadoc makefile
f9881b89792 : 8068485: Update references of download.oracle.com to docs.oracle.com in javadoc makefile
77f22c1241b : 8068396: Rename assert() to vmassert()
1b90760ef41 : 8066843: Messager.printMessage cannot print multiple errors for same source position
bcb2c6e7b17 : 8068889: Calling a @FunctionalInterface from JS leaks internal objects
6fd4129bf68 : 8068889: Calling a @FunctionalInterface from JS leaks internal objects
dceb45803f8 : 8068889: Calling a @FunctionalInterface from JS leaks internal objects
135d3cd1869 : 8068889: Calling a @FunctionalInterface from JS leaks internal objects
b8092a16621 : 8068889: Calling a @FunctionalInterface from JS leaks internal objects
5503c022d6f : 8069590: AIX port of "8050807: Better performing performance data handling"
57c90bba699 : 8069590: AIX port of "8050807: Better performing performance data handling"
9fa2ad99c59 : 8069590: AIX port of "8050807: Better performing performance data handling"
fe6c3d21b31 : 8069590: AIX port of "8050807: Better performing performance data handling"
21cd501d274 : 8069590: AIX port of "8050807: Better performing performance data handling"
f825a8256ee : 6475361: Attempting to remove help menu from java.awt.MenuBar throws NullPointerException
0dfb30c6f5f : 6459800: Some Swing classes violate encapsulation by returning internal Insets
17cbc2efea3 : 6573305: Animated icon is not visible by click on menu
5fdc9c37ce2 : 6338077: link back to self in javadoc JTextArea.replaceRange()
fc7bb28596e : 8048603: Additional tests for MAC algorithms
febe8ce5ca9 : 8143377: Test PKCS8Test.java fails
971fd7acbe9 : 8048357: PKCS basic tests
37516c4a52a : 8050371: More MessageDigest tests
cc23a3ff31c : 8049237: Need new tests for X509V3 certificates
e54626af398 : 8048603: Additional tests for MAC algorithms
29d25a15933 : 8143377: Test PKCS8Test.java fails
008d7d7dd81 : 8048357: PKCS basic tests
98b31b73200 : 8050371: More MessageDigest tests
e234b27748f : 8049237: Need new tests for X509V3 certificates
508b9a0a1f1 : 8068739: G1CollectoryPolicy uses uninitialized field '_sigma' in the constructor
bc24a0ce183 : 8068305: [TEST_BUG] Test java/awt/Mixing/HWDisappear.java fails with GTKL&F
2b3c75aa366 : 8027888: javac wrongly allows annotations in array-typed class literals
5cb253a2e91 : 8068254: Method reference uses wrong qualifying type
99ced8f60ce : 8037546: javac -parameters does not emit parameter names for lambda expressions
a7878a1ccce : 8069545: javac shouldn't check nested stuck lambdas during overload resolution
d3505f54168 : 8037546: javac -parameters does not emit parameter names for lambda expressions
d6374e04a5b : 8069545: javac shouldn't check nested stuck lambdas during overload resolution
33a3e1add3b : 8037546: javac -parameters does not emit parameter names for lambda expressions
1be81e358ca : 8062358: ClassCastException in TransTypes.visitApply
8e2df5f5435 : 8067941: [TESTBUG] Fix tests for OS with 64K page size
4742c185a76 : 8027829: CompileCommand does not accept all JLS-conformant class/method names
817423bd714 : Added tag jdk8u45-b03 for changeset 809568e416f4
622c31ef0b1 : Added tag jdk8u45-b03 for changeset 78612f685180
5a23066229f : Added tag jdk8u45-b03 for changeset cf115fe42134
fbea865bd47 : Added tag jdk8u45-b03 for changeset 8e616e54d7a4
3dc22165834 : Added tag jdk8u45-b03 for changeset f7fba1d80724
bebef2ad90b : Added tag jdk8u45-b03 for changeset c1a3d9aa419f
f491aefe223 : Added tag jdk8u45-b03 for changeset fb7d57da8e44
824fa53dcc3 : Added tag jdk8u45-b03 for changeset 16f0c249ab2e
3a72d7f2b26 : Added tag jdk8u45-b03 for changeset 29123a107372
0e4e8205d0f : Added tag jdk8u45-b03 for changeset 968b0934cf0a
cc0845c129d : Added tag jdk8u45-b03 for changeset 5091c8b479f4
078890ff57e : Added tag jdk8u45-b03 for changeset 39ba8feed3df
7b6570ae371 : Added tag jdk8u45-b03 for changeset 84845513a384
2f51b64383e : Added tag jdk8u45-b03 for changeset 0e5de555e7ec
f13e6193995 : 8055059: JDK9b22 public API exposes package private classes
9000f8c3c7e : 8067187: -XX:MaxMetaspaceSize=20m -Xshare:dump caused JVM to crash
b5b236c2dea : 8006469: Cleanup reflective access of java.lang.annotation.Repeatable
5bd69d7ad42 : 8059551: JEP-JDK-8043304: Test task: stress tests
b8506172439 : 8049355: compiler/rtm/locking/TestRTMLockingThreshold test may fail if transaction was aborted by interrupt
251b4df7645 : 8059342: Add test to cover JDK-8030976
fc66edfd511 : 8068269: RTM tests that assert on non-zero lock statistics are too strict in RTMTotalCountIncrRate > 1 cases
e96da975be6 : Added tag jdk8u31-b31 for changeset 2a7040d10867
da69e57ebb3 : Added tag jdk8u31-b31 for changeset 23a012cd53b3
acb239433d1 : Added tag jdk8u31-b31 for changeset 45f94c4908f8
0a038a3476f : Added tag jdk8u31-b31 for changeset f13b8343e612
83174482602 : Added tag jdk8u31-b31 for changeset a41cce19867a
94ffd4bcc04 : Added tag jdk8u31-b31 for changeset 79445ac02ea3
6303c99e056 : Added tag jdk8u31-b31 for changeset 5e151a2e955e
8868e5b4370 : Added tag jdk8u31-b31 for changeset ece3dcf5955e
207cf2725a2 : Added tag jdk8u31-b31 for changeset bef33305a0db
da304152a36 : Added tag jdk8u31-b31 for changeset c37339f924a0
1c697d50630 : Added tag jdk8u31-b31 for changeset 1bcfa430c301
d1420bfe04d : Added tag jdk8u31-b31 for changeset 22acf4c46fd8
76774563839 : Added tag jdk8u31-b31 for changeset 0c909fe44f37
31a3a9d6b16 : Added tag jdk8u31-b31 for changeset 97af4cce3fa7
a551b183bf5 : Added tag jdk8u31-b31 for changeset 7755e800591d
da748b68027 : Added tag jdk8u31-b31 for changeset a630cd948833
04a6065f419 : 8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
77fdd2badd7 : 8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
0ae0819829d : 8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
b4096990c26 : 8069209: new hotspot build - hs25.40-b25
1617aeba312 : 8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
ccf470b753f : 8069209: new hotspot build - hs25.40-b25
7a8a19d1d9b : 8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
99e6d0d0655 : 8068784: Halve the function object creation code size
a1ed5bd76cf : 8068784: Halve the function object creation code size
fb821c2f75c : 8068784: Halve the function object creation code size
98c8f60ec2f : 8068374: setAlignmentX, setAlignmentY, getAlignmentX, getAlignmentY javadoc of JComponent
9b21f914857 : 8068580: make JavaAdapterFactory.isAutoConvertibleFromFunction more robust
6dd50a65711 : 8068580: make JavaAdapterFactory.isAutoConvertibleFromFunction more robust
faf445e1442 : 8068580: make JavaAdapterFactory.isAutoConvertibleFromFunction more robust
6a4272d45c3 : 8062450: Timeout in LowMemoryTest.java
b5909f6d03d : 8065894: CodeHeap::next_free should be renamed
53821ffdfa0 : 8068724: ppc64: update assembler: SPR access, CR logic, HTM
4e84bf1e933 : 8068584: Compiler attach tests should be quarantined
2ffd52f3068 : 8068778: [TESTBUG] CompressedClassSpaceSizeInJmapHeap.java fails if SA not available
2c2593b7574 : 8069207: [TESTBUG] Exception thrown for java.lang.NoSuchMethodError: sun.misc.Unsafe.monitorExit
5f8b5ceaee1 : 8067480: Crash in klassItable::initialize_itable_for_interface when running vm.runtime.defmeth.StaticMethodsTest
971c121f3de : 8068718: com/sun/jdi/CatchPatternTest.sh should be quarantined
01520ed2aa8 : 8068759: ConstFoldTest fails on Windows
4417397e260 : 4026465: Provide more byte array constructors for BigInteger
c041b882e3f : 8068746: Exclude hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java from nightly runs
dfb7eea15e5 : 8046724: XML Signature ECKeyValue elements cannot be marshalled or unmarshalled
51f333ee32c : 8068639: Make certain annotation classfile warnings opt-in
18e21b5ce18 : 8068639: Make certain annotation classfile warnings opt-in
0263e927071 : Added tag hs25.40-b24 for changeset 9c0b2033c9fb
95e33adbf7a : Added tag hs25.40-b24 for changeset 810fb78c1b37
90c58f1cc98 : 8068733: [TESTBUG] runtime/Unsafe/Reallocate.java sometimes fails when running with -Xcomp
2a73208887f : 8067306: Improve STATIC_ASSERT
0d39dab659a : 8068735: Configure fails on Windows if Visual Studio $LIB/$INCLUDE is lower case
6d1426d5469 : 8067060: build can still fail with spaces following -L on link lines
4eb573aa811 : 8067914: Redundant type cast nodes in AST (follow up from JDK-8043741)
7e499fd15b4 : 8067429: java.lang.VerifyError: Inconsistent stackmap frames at branch target
5de84c28368 : 8043741: VerifyError due to missing checkcast
0eb55d78b67 : 8066871: java.lang.VerifyError: Bad local variable type - local final String
a96727e01d7 : 8068726: Tab completion of targets fails when current dir is the output dir
11d6127f180 : 8067759: Create initial test bundle framework
1b1ac860df2 : 8068013: [TESTBUG] Aix support in hotspot jtreg tests
696242cabe8 : 8068591: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java should be quarantined
dad0da797d0 : 8068661: Exclude compiler/whitebox/ForceNMethodSweepTest.java from nightly runs
8467a04febe : 8068505: interpreter profiling incorrect on PPC64
24d3bb517b2 : 8068653: TestSmalllHeap.java fails when the page size is 64k
274f997aee3 : 8058373: Group 10a: golden files for tests in tools/javac dir
2fe71c2427f : Added tag hs25.60-b01 for changeset 837b4c927753
308dadc5b46 : Added tag hs25.60-b01 for changeset 267972b2ec5e
3948b5d8773 : Added tag hs25.60-b00 for changeset 585a57953eab
19b3c3af974 : Added tag hs25.60-b00 for changeset 95079bf4d14e
605541c13c0 : Added tag jdk9-b45 for changeset 2261a52528ba
db04fe45184 : Added tag jdk9-b45 for changeset 439ddf7e360f
b30e52891c2 : Added tag jdk9-b45 for changeset 7cf8753380ea
97fea39420a : Added tag jdk9-b45 for changeset 6eeedc4257ca
105bd9546f3 : Added tag jdk9-b45 for changeset c0fc59caca88
e6f1e3d210c : Added tag jdk9-b45 for changeset b1b945e3c9b1
d68db278e5f : Added tag jdk9-b45 for changeset b66fb707bb53
fe28ef55f4c : Added tag jdk9-b45 for changeset b3a4ba399911
c5853aabdd8 : 8060219: [TESTBUG] runtime/7194254/Test7194254.java fails to find jstack with modular image build
6173a83d5de : 8058897: Unsafe.reallocateMemory() ignores -XX:MallocMaxTestWords setting
d332437caec : 6481080: (ann) @Deprecated annotation has no effect on packages
d2bbef8dc7a : 8068597: Add error code to to exception condition message resulting from GetAdaptersAddresses function calls
fd9c62c2365 : 8068674: Increment minor version of HSx for 8u51 and initialize the build number
f2d7cbe46b1 : 8068674: Increment minor version of HSx for 8u51 and initialize the build number
bd74062b637 : Added tag jdk8u51-b00 for changeset 742acfd9cbd5
07d4cc2c7f1 : Added tag jdk8u51-b00 for changeset 88dc63a4d13c
03e39739268 : Added tag jdk8u51-b00 for changeset 505510d835d5
4868c65475e : Added tag jdk8u51-b00 for changeset 803c64330ee5
d58e2e6d487 : Added tag jdk8u51-b00 for changeset 5648423fc8a6
d0fc7678218 : Added tag jdk8u51-b00 for changeset 6f7037279368
101c570c719 : Added tag jdk8u51-b00 for changeset 80f51cb61a96
b06cc3ae10c : Added tag jdk8u51-b00 for changeset 95acdae865ad
48ce79bd215 : Added tag jdk8u51-b00 for changeset 2d510345f20d
f7404e5ed0d : Added tag jdk8u51-b00 for changeset fa263a93f341
a5655a25141 : Added tag jdk8u51-b00 for changeset 3f6f158e11a2
6235534c33d : Added tag jdk8u51-b00 for changeset ce839d0c08c8
90e53fd0eb8 : Added tag jdk8u51-b00 for changeset b6fbcd0b64c2
5f1015340ea : Added tag jdk8u51-b00 for changeset dfbc2441a817
801210bc95f : 8068650: $jdk/api/javac/tree contains docs for nashorn
fe483615afc : 8068650: $jdk/api/javac/tree contains docs for nashorn
07c13fba342 : 8068650: $jdk/api/javac/tree contains docs for nashorn
81137efca5e : 8068650: $jdk/api/javac/tree contains docs for nashorn
56a33e45415 : 8058542: Devise scheme for better diagnostic creation
8d30377d508 : 8068037: Remove dead code in G1CollectedHeap
c20d40c269a : 8068507: (fc) Rename the new jdk.net.enableFastFileTransfer system property to jdk.nio.enableFastFileTransfer
d2891a37e78 : 8027626: assert(Opcode() != Op_If || outcnt() == 2) failed: bad if #1
c6e4e649bb2 : 8065226: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be quarantined
5cb70656128 : 8068639: Make certain annotation classfile warnings opt-in
29fc16ebbe5 : 8059175: Zero BigDecimal with negative scale prints leading zeroes in String.format
3f37be4866b : 8067684: Better font substitutions
ca2b37f4001 : Added tag jdk8u45-b02 for changeset 5f645e979f7b
77033fa9c0c : 8067684: Better font substitutions
fb58f986e1c : Added tag jdk8u45-b02 for changeset cabd2b3a08a0
c491b1ac4ee : 8058912: Broken link (access denied error) to http://www.rsasecurity.com in RC5ParameterSpec
3b3dd985de3 : 8063086: Math.pow yields different results upon repeated calls
250126c6500 : 8048179: Early reclaim of large objects that are referenced by a few objects
555f66a099c : 8080458: new hotspot build - hs25.60-b17
773f234ddce : 6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell
7f5d637be16 : 8048179: Early reclaim of large objects that are referenced by a few objects
0a655a30c3a : 8080458: new hotspot build - hs25.60-b17
902f3fc16d0 : 6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell
afb458ef0ec : 8048179: Early reclaim of large objects that are referenced by a few objects
f96d05132da : 8067868: Add GCOld as a JTreg test
b8f42f53dad : 8067868: Add GCOld as a JTreg test
ad629c161a2 : 8068418: NotificationBufferDeadlockTest.java throw exception: java.lang.Exception: TEST FAILED: Deadlock detected
5203f2c751e : 8067676: Add applicable closed gc jtreg tests to run in JPRT
16f26a80d62 : 8067676: Add applicable closed gc jtreg tests to run in JPRT
4b6de211a59 : 8068524: NashornScriptEngineFactory.getParameter() throws IAE for an unknown key, doesn't conform to the general spec
9ff2eb44d7b : 8068524: NashornScriptEngineFactory.getParameter() throws IAE for an unknown key, doesn't conform to the general spec
dc2d8b7e119 : 8068524: NashornScriptEngineFactory.getParameter() throws IAE for an unknown key, doesn't conform to the general spec
dd5f2492905 : 8068503: ppc64: Encode/Decode nodes for disjoint cOops mode
f3c99841f9a : 8067982: Some jcmd /gc/heap_dump tests failed: hprof output contains warning or error
48d9e1f35e4 : 8048607: Test key generation of DES and DESEDE
f7241915b43 : 8068540: [TESTBUG] Exclude failing nightly tests
e13c212339d : 8067331: Zero: Atomic::xchg and Atomic::xchg_ptr need full memory barrier
27a1ed85b61 : 8067836: The Universe::flush_foo methods belong in CodeCache
906301bd80a : 8039921: SHA1WithDSA with key > 1024 bits not working
2a795c814cd : 8069122: l10n resource file update for JDK-8068491
e2c0b042fad : 8039921: SHA1WithDSA with key > 1024 bits not working
f9995fecf8c : 8069122: l10n resource file update for JDK-8068491
e6ea1f0ff85 : 8059977: StandardJavaFileManager should support java.nio.file.Path
0a99f5223f9 : 8068548: jdeps needs a different mechanism to recognize javax.jnlp as supported API
00ebdefa97d : 8068548: jdeps needs a different mechanism to recognize javax.jnlp as supported API
6e5bd5c57b3 : 8068548: jdeps needs a different mechanism to recognize javax.jnlp as supported API
8a21e5ec08c : 8068548: jdeps needs a different mechanism to recognize javax.jnlp as supported API
75b2a03bf9e : 8067883: Javac misses some opportunities for diagnostic simplification
e9f84625933 : 8047776: Add module java.transaction to export API javax.transaction
b43392d0382 : 8047776: Add module java.transaction to export API javax.transaction
4c103acfe95 : 8067867: Subsume module java.xml.soap into module java.xml.ws
35d7b6ffb81 : 8067867: Subsume module java.xml.soap into module java.xml.ws
03197242f12 : 8067867: Subsume module java.xml.soap into module java.xml.ws
8be0e1b5e31 : 8047776: Add module java.transaction to export API javax.transaction
498b808fdd2 : 8068462: javax.script.ScriptEngineFactory.getParameter spec is not completely consistent with the rest of the API
3a90ffa2ab4 : 8068498: Remove constructor dependency on line.separator from PrintWriter and BufferedWriter
f080b654f50 : 8058793: Test sun/awt/datatransfer/DataFlavorComparatorTest.java fails with compilation error
3793acecceb : 8059916: Change default criticality of policy mappings and policy constraints certificate extensions
06e81aae837 : 8068599: Add mutability, serializability, and thread-safety, caveat to all Collectors that do not accept a Collection supplier
3b573293b8e : 8067344: Adjust java/lang/invoke/LFCaching/LFGarbageCollectedTest.java for recent changes in java.lang.invoke
cf89eaf43d2 : 8068774: CounterMonitorDeadlockTest.java timed out
e268dee3612 : 8048603: Additional tests for MAC algorithms
2b871d6987c : 6583051: crash when adding non-static methods to java.lang.Object class
f6ed87ed5aa : 8064857: javac generates LVT entry with length 0 for local variable
65fa012667a : 8067151: [TESTBUG] com/sun/corba/5036554/TestCorbaBug.sh
1c18aef92c5 : 8064457: Introduce compressed oops mode disjoint base and improve compressed heap handling
d4c1378410b : 8068456: Revert project file accidentally pushed
297d54543e8 : 8068456: Revert project file accidentally pushed
3ad1d2a5806 : 8068279: (typo in the spec) javax.script.ScriptEngineFactory.getLanguageName
62ab682757c : 8068431: @since and @jdk.Exported are missing in jdk.nashorn.api.scripting classes and package-info.java files
8885286cf8a : 8068431: @since and @jdk.Exported are missing in jdk.nashorn.api.scripting classes and package-info.java files
8ae90811361 : 8068431: @since and @jdk.Exported are missing in jdk.nashorn.api.scripting classes and package-info.java files
916c818ec2c : 8054565: FilterOutputStream.close may throw IOException if called twice and underlying flush or close fails
5e9bcdfff5e : Added tag jdk8u40-b20 for changeset 72d366397972
9490ebcc0b7 : Added tag jdk8u40-b20 for changeset f553c6a69a2f
1c1c1a2d014 : Added tag jdk8u40-b20 for changeset 4b6b4536fecb
ae8db3c7086 : Added tag jdk8u40-b20 for changeset 4c36a0674103
681a8b14e03 : Added tag jdk8u40-b20 for changeset d5c82cb74746
316a5cb8f26 : Added tag jdk8u40-b20 for changeset 31eaaa91ce80
de9dd4a3063 : Added tag jdk8u40-b20 for changeset 8362d36bfad1
69f441bb8ac : Added tag jdk8u40-b20 for changeset 9e6320b10e13
32c9d9436c1 : Added tag jdk8u40-b20 for changeset fd88f9239e0c
9b305ea1181 : Added tag jdk8u40-b20 for changeset c42da9f95963
729df35c9e9 : Added tag jdk8u40-b20 for changeset be8db3acf598
2d9d022ec14 : Added tag jdk8u40-b20 for changeset d3b77b404e6a
75c1e32243a : Added tag jdk8u40-b20 for changeset 72c3f8f5edbc
adb77240532 : Added tag jdk8u40-b20 for changeset cb68d8bb2c47
0a969473fe4 : Added tag jdk8u40-b20 for changeset 221af7e9fae3
8cdc57f6a77 : Added tag jdk8u40-b20 for changeset 743b3a42f370
60ed4f34b29 : 8028357: Unnecessary allocation in AliasFileParser
ac09164efa8 : 8039921: SHA1WithDSA with key > 1024 bits not working
751fec124e7 : 8056214: Stop including libjawt in libawt_xawt
fae6faa5479 : 8068347: Add java/lang/ClassLoader/deadlock/GetResource.java to ProblemList.txt
5b8ee4c1025 : 8064335: Null pointer dereference in hotspot/src/share/vm/classfile/verifier.cpp
66cb1d62119 : Added tag jdk9-b44 for changeset 1bb8bc01c120
e3fda43a864 : Added tag jdk9-b44 for changeset 518c958a4dfa
19bd53c653e : Added tag jdk9-b44 for changeset a912b7c7622f
fb51294681e : Added tag jdk9-b44 for changeset 70e9e52aba53
0960e03a4df : Added tag jdk9-b44 for changeset 4059d1f7c903
6dad4b1f6b3 : Added tag jdk9-b44 for changeset 18f968ee632e
1b649e3374f : Added tag jdk9-b44 for changeset 44060bbba6ce
0db94b39f68 : Added tag jdk9-b44 for changeset 1206b8e2946d
c44a9b6cc45 : 8054358: move awt automated tests from AWT_Modality to OpenJDK repository - part 7
0cb9e3ec88f : 8068272: Extend WhiteBox API with methods that check monitor state and force safepoint
6f8c6e68beb : 8049021: Add smartcardio tests with APDU buffer
7654e374305 : 8044193: Need to add known answer tests for AES cipher
754d8d2d5c9 : 8154009: Some methods of java.security.Security require more permissions, than necessary
e02c4e53a36 : 8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559
909d03ee9f4 : 8158178: java.awt.SplashScreen.getSize() returns incorrect size for high dpi splash screens
412df876ab6 : 8073542: File Leak in jdk/src/java/base/unix/native/libnet/PlainDatagramSocketImpl.c
4b595446e87 : 8078382: Wrong glyph is displayed for a derived font
f36d21bc96b : 8154144: Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely"
e5fefec1fe9 : 8151876: (tz) Support tzdata2016d
c06c4a7a93a : 8157838: Personalized Windows Font Size is not taken into account in Java8u102
5bbfcb82aa1 : 8075301: Tests for sun.security.krb5.principal system property
8423d209562 : 8154469: Update FSF address
547fd88e82c : 8028486: java/awt/Window/WindowsLeak/WindowsLeak.java fails
05eb051dd11 : 8075007: Additional tests for krb5-related cipher suites with unbound server
414bb1eafbc : 8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check
a5b4d697f12 : 6477756: GraphicsDevice.getConfigurations() is slow taking 3 or more seconds
72092b034eb : 8158111: Make handling of 3rd party providers more stable
571692205e5 : 8145984: [macosx] sun.lwawt.macosx.CAccessible leaks
b8eb0dabd8c : 7172749: Xrender: Class cast exception in 2D code running an AWT regression test
9f6551a124e : 8158059: The fix for 8050402 was partially committed
499823c7aec : 8050402: Tests to check for use of policy files
f190dcb1278 : 8153192: (se) Selector.select(long) uses wrong timeout after EINTR (lnx)
5c2808a520a : 8050409: Test for JAAS getPrivateCredentials
d74511c35d4 : 8048622: Enhance tests for PKCS11 keystores with NSS
93dc311fa96 : 8156521: Minor fixes and cleanups in NetworkInterface.c
e3c1a2b2e0b : 8156478: 3 Buffer overrun defect groups in jexec.c
dd4e812d279 : 8133309: Some unicode characters do not display any more after upgrading to Windows 10
18a410933bf : 8136998: JComboBox prevents wheel mouse scrolling of JScrollPane
ff0f94b2d88 : 8157242: Some java/lang/invoke tests miss othervm
b012e44b2a5 : 8048621: Implement basic keystore tests
ea9383ca622 : 8134232: KeyStore.load() throws an IOException with a wrong cause in case of wrong password
f1ca7c62321 : 6882559: new JEditorPane("text/plain","") fails for null context class loader
5a74dd46a57 : 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
68a1c787397 : 8049021: Add smartcardio tests with APDU buffer
9ed731c0201 : 8044193: Need to add known answer tests for AES cipher
ff619954371 : 8154009: Some methods of java.security.Security require more permissions, than necessary
b91284f1ca8 : 8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559
bb5ac468521 : 8158178: java.awt.SplashScreen.getSize() returns incorrect size for high dpi splash screens
ae8b3153860 : 8073542: File Leak in jdk/src/java/base/unix/native/libnet/PlainDatagramSocketImpl.c
d34ce20f298 : 8078382: Wrong glyph is displayed for a derived font
db3bcffcbd3 : 8154144: Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely"
3a667deab0e : 8151876: (tz) Support tzdata2016d
dc854af5efe : 8157838: Personalized Windows Font Size is not taken into account in Java8u102
b67d64b7c16 : 8075301: Tests for sun.security.krb5.principal system property
b7b9dc1715d : 8154469: Update FSF address
ad6d90aae89 : 8028486: java/awt/Window/WindowsLeak/WindowsLeak.java fails
1862694fb5a : 8075007: Additional tests for krb5-related cipher suites with unbound server
f3e0a7bd36f : 8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check
d9833e6f7ad : 6477756: GraphicsDevice.getConfigurations() is slow taking 3 or more seconds
71a13492c0f : 8158111: Make handling of 3rd party providers more stable
24ee1e23832 : 8145984: [macosx] sun.lwawt.macosx.CAccessible leaks
e2f3e186f80 : 7172749: Xrender: Class cast exception in 2D code running an AWT regression test
1bacd78f488 : 8158059: The fix for 8050402 was partially committed
ba2fa084ed0 : 8050402: Tests to check for use of policy files
a64f19da1ae : 8153192: (se) Selector.select(long) uses wrong timeout after EINTR (lnx)
ce243f5b432 : 8050409: Test for JAAS getPrivateCredentials
4a8438d3a55 : 8048622: Enhance tests for PKCS11 keystores with NSS
9b29d30a787 : 8156521: Minor fixes and cleanups in NetworkInterface.c
11f6ab7e667 : 8156478: 3 Buffer overrun defect groups in jexec.c
b33349ec7ad : 8133309: Some unicode characters do not display any more after upgrading to Windows 10
aee22c2d1ca : 8136998: JComboBox prevents wheel mouse scrolling of JScrollPane
c572c060a2d : 8157242: Some java/lang/invoke tests miss othervm
7af8720ae3f : 8048621: Implement basic keystore tests
0c8ee851c9d : 8134232: KeyStore.load() throws an IOException with a wrong cause in case of wrong password
f06f4e41645 : 6882559: new JEditorPane("text/plain","") fails for null context class loader
dec6d268d51 : 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
f0eb47ad67f : 8049021: Add smartcardio tests with APDU buffer
519a6f94774 : 8066085: Need a sanity test for rmic -iiop
bd3205c63e1 : 8068338: Better message about incompatible zlib in Deflater.init
f096def67ac : 8068233: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java is still in exclude list
cfcc0c431a0 : 8064463: BigDecimal should populate NumberFormatException message
84949710d67 : 8066834: tools/pack200/CommandLineTests.java does not conform ProblemList.txt style
0542ae2f133 : 8067889: 4 pack200 tests fail on mac since jdk became modular
53664dc9769 : 8068242: Quarantine the test IsModifiableClassAgent.java
70feca17ea5 : 8068275: Some tests failed after JDK-8063104
051b422a83f : 8067657: Dead/outdated links in Javadoc of package java.beans
35074c25d58 : 8066132: BufferedImage::getPropertyNames() always returns null
a00744447cd : 8043393: NullPointerException and no event received when clipboard data flavor changes
90fcb8d2b59 : 8015085: [macosx] Label shortening via " ... " broken when String contains combining diaeresis
ef1785be72f : 8067657: Dead/outdated links in Javadoc of package java.beans
5c81700eb54 : 8066132: BufferedImage::getPropertyNames() always returns null
edaee4fac58 : 8043393: NullPointerException and no event received when clipboard data flavor changes
c9848cde2c1 : 8015085: [macosx] Label shortening via " ... " broken when String contains combining diaeresis
6a1f047a778 : 8067657: Dead/outdated links in Javadoc of package java.beans
a6ac3178c88 : 7180976: Pending String deadlocks UIDefaults
5e3f8006f16 : 7180976: Pending String deadlocks UIDefaults
d5a220d6737 : 7180976: Pending String deadlocks UIDefaults
11b1d2cdad7 : 8054689: Split large SJavac.java test source into multiple files
457488c1582 : 8067316: TEST_BUG: update RMI test library with better test.timeout.factor handling
01b5573d03b : 8068187: Fix Xcode project
b9e0a096c51 : 8068187: Fix Xcode project
89ee0327907 : 8067964: Native2ascii doesn't close one of the streams it opens
0062f27c965 : 8030090: (fs) Add default methods to Path for derived methods
befd7d1c258 : 8044445: JEP 229: Create PKCS12 Keystores by Default
9589fd31c11 : 8065420: Eliminate internal API dependency from java/net/ResponseCache/ResponseCacheTest.java
d7c3c2b3f49 : 8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs
d6afcbed4cc : 8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs
fa447efe142 : 8049312: AES/CICO test failed with on several modes
2f10f1d2001 : 8043349: Consider adding aliases for Ucrypto algorithm-only Cipher transformations
832167be7fe : 8067985: merging hs-comp to hs blocked by some tests not updated in 8054892
0193b5b248f : Added tag jdk8u45-b02 for changeset a9c8a2f72e10
b27c37d0763 : Added tag jdk8u45-b02 for changeset 36990c8c2934
92981e060a3 : Added tag jdk8u45-b02 for changeset c7267250fe64
2ada3d55333 : Added tag jdk8u45-b02 for changeset 61372e47fd5e
2435d62aefd : Added tag jdk8u45-b02 for changeset ee3a5e44044b
dcf0aac67d2 : Added tag jdk8u45-b02 for changeset 3ad5cc6ad01e
dac6588fdad : Added tag jdk8u45-b02 for changeset 2fc51f325963
d184b364fe4 : Added tag jdk8u45-b02 for changeset 10c6fd170b02
a32733563e5 : Added tag jdk8u45-b02 for changeset 292d71995b87
2b28a040311 : Added tag jdk8u45-b02 for changeset 4cfd13b7207d
fa04fffa372 : Added tag jdk8u45-b02 for changeset 12d7e00056cc
9d1a3a36bf9 : Added tag jdk8u45-b02 for changeset 93f179f3f4e2
f061d9c7f59 : Added tag jdk8u45-b02 for changeset f191b570a70d
28d3aedab6d : Added tag jdk8u45-b02 for changeset 20b7d25d8d37
1bda5768f3f : 8067972: Bring changes made to WhiteBox.java in 8047290 to that file new location in the top repo
4b953baea9f : 8068052: Correct the merge of 8u31 jdk source into 8u40
766c82ee063 : 8068052: Correct the merge of 8u31 jdk source into 8u40
79439ff560a : 8067947: Regression test for JDK-6522873
52a48239508 : 8068018: Clean up friends of G1CollectedHeap
5fd1e54fc14 : 8067338: compiler/debug/TraceIterativeGVN.java segfaults
be3db6ad882 : 8066479: Better certificate chain validation
310daf7616c : 8066479: Better certificate chain validation
9196ed684d4 : 8061472: String.format in DeferredAttr.DeferredTypeMap constructor leads to excessive object creation
4f7ab1448ed : 8065366: Better private method resolution
f36d8eb8f36 : 8067923: AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639
f1e461b61ec : 6977426: sun/tools tests can intermittently fail to find app's Java pid
6253fc41272 : Added tag jdk9-b43 for changeset b74f34ddea43
8edd68a854d : Added tag jdk9-b43 for changeset 592c5d3be509
d90d57cd119 : Added tag jdk9-b43 for changeset 52310706ed47
d62d10cb781 : Added tag jdk9-b43 for changeset 1eddc8b954d5
16817fe94b1 : Added tag jdk9-b43 for changeset f5f19fe0e83b
cce553e64c4 : Added tag jdk9-b43 for changeset c12e49897c5a
9605b3ca965 : Added tag jdk9-b43 for changeset f323111baaa9
35fec5bd098 : Added tag jdk9-b43 for changeset 2d5bf96c8f17
429ecd69b4d : 8065366: Better private method resolution
e89cade8b71 : 8065366: Better private method resolution
ddcbf613890 : 8067904: Additional DriverManager clean-up from 8060068
ec11dd01531 : 8067898: Disable verify-modules until JDK-8067479 is resolved
feb09bc1188 : 8067713: Move clean_weak_method_links for redefinition out of class unloading
5d39f23e283 : 8067050: Better font consistency checking
46a5e11057b : 8067050: Better font consistency checking
a00a52cc34b : 8065291: Improved font lookups
b46984d8be1 : 8065291: Improved font lookups
bae65eb93ae : 8065286: Fewer subtable substitutions
19471ce7576 : Added tag jdk8u45-b01 for changeset 1879a321a456
b71f2a3b72f : Added tag jdk8u31-b15 for changeset ef1bb8725c33
467e9680b68 : Added tag jdk8u31-b14 for changeset 262cc7cee89c
081b59deed9 : 8065286: Fewer subtable substitutions
2567b6ee9ed : Added tag jdk8u45-b01 for changeset af3069a07807
2de029b7ecb : Added tag jdk8u31-b15 for changeset 73f6613b0d71
6d188e98762 : Added tag jdk8u31-b14 for changeset 8725c03b459f
57198d2b634 : 8067499: G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS
d530b1da99f : 8068036: assert(is_available(index)) failed in G1 cset
1be86b34123 : 8060025: Object copy time regressions after JDK-8031323 and JDK-8057536
69df2fa9e57 : 8067870: Fix java.io.ObjectInputStream.PeekInputStream#skip
97f5022f022 : 8067865: Changes 8066780/8066782 broke the non-PCH build
e176c66ae5b : 8067823: CheckCompileThresholdScaling.java throws RuntimeException
c269c9451bc : 8066974: Compiler doesn't infer method's generic type information in lambda body
8f88a2e52fd : 8067774: Use a stack of types when calculating local variable types
04370389d30 : 8067774: Use a stack of types when calculating local variable types
88c5d41ddc3 : 8067774: Use a stack of types when calculating local variable types
6675399cf6f : 8067854: bound java static method throws NPE when 'null' is used for this argument
87d40e06cee : 8067854: bound java static method throws NPE when 'null' is used for this argument
ae38f756256 : 8067854: bound java static method throws NPE when 'null' is used for this argument
b0ad035af4d : 8059510: Compact symbol table layout inside shared archive
093d2698fc6 : 8066827: Remove ReferenceProcessor::clean_up_discovered_references()
d418f56e602 : 8067873: gc/TestSmallHeap.java does not compile
f2e110fe779 : 8067469: G1 ignores AlwaysPreTouch
bfd9272f3dd : Added tag jdk8u31-b13 for changeset 3868ffda7dcd
ebeadf73a50 : Added tag jdk8u31-b13 for changeset b2f0f04c24f0
166c47f5191 : Added tag jdk8u31-b13 for changeset 47f2785ff08d
cee27937e62 : Added tag jdk8u31-b13 for changeset 0debd13f77a4
852d2350c74 : Added tag jdk8u31-b13 for changeset ea61c294cae5
7edba84974b : Added tag jdk8u31-b13 for changeset 8d70580876bd
76c12139a42 : Added tag jdk8u31-b13 for changeset 9124d41edf33
ecad8cdca94 : Added tag jdk8u31-b13 for changeset 162526d21e40
84df628fdeb : Added tag jdk8u31-b13 for changeset 9934a1b32fb2
bba3c8ec7d6 : Added tag jdk8u31-b13 for changeset 7998bce33fd1
6ffec74988a : Added tag jdk8u31-b13 for changeset 97af5bd7f277
aeaf7285195 : Added tag jdk8u31-b13 for changeset cde16c8d12d1
6aff3377648 : Added tag jdk8u31-b13 for changeset 1e10645e1709
96d480faa4e : Added tag jdk8u31-b13 for changeset 8ecd5a6a508a
0dcc52b918d : Added tag jdk8u31-b13 for changeset 01513b10967c
e0b54d3450d : Added tag jdk8u31-b13 for changeset 9d4e7bd85db3
49b992671cc : 8038189: Add cross-platform compact profiles support
7d926590fd0 : 8038189: Add cross-platform compact profiles support
f8731d01ac8 : 8067829: Remove setting -bootclasspath $(JDK_OUTPUTDIR)/classes from Javadoc.gmk
07740f941d5 : Added tag jdk8u60-b00 for changeset 3809d1519cd0
d741168fcd1 : Added tag jdk8u60-b00 for changeset 2700a65586c8
7e9b302bc34 : Added tag jdk8u60-b00 for changeset e80c50b173b9
c2b28833587 : Added tag jdk8u60-b00 for changeset ccf83b174419
487478c6b58 : Added tag jdk8u60-b00 for changeset 1c68e50e0127
da86d2f8aa5 : Added tag jdk8u60-b00 for changeset aa5061294960
de662eb1f7f : Added tag jdk8u60-b00 for changeset dd1009cff9c1
7eae5e1b3d1 : Added tag jdk8u60-b00 for changeset b22d294c086b
6fe81e65323 : Added tag jdk8u60-b00 for changeset 585a57953eab
f227ea9ed35 : Added tag jdk8u60-b00 for changeset 95079bf4d14e
5360cd5a00b : Added tag jdk8u60-b00 for changeset 40131205bdeb
f93420cddec : Added tag jdk8u60-b00 for changeset b78e095141ce
d90c8cf79ed : Added tag jdk8u60-b00 for changeset 107297ace3a5
d6d6618eba1 : Added tag jdk8u60-b00 for changeset 433341bdb261
d2152257406 : 8061442: Update jdk/tools tests to remove check for the "jre" directory
f4ab205b3f9 : 8067384: Facilitate extension of the javac parser
d57a134a2bb : 8067366: Allow java.{endorsed,ext}.dirs property be set to empty string
cf23b1ea4b8 : 8067366: Allow java.{endorsed,ext}.dirs property be set to empty string
a1031536f32 : Added tag jdk8u40-b19 for changeset 3809d1519cd0
7f8e20f113f : Added tag jdk8u40-b19 for changeset 2700a65586c8
4e5bec0967e : Added tag jdk8u40-b19 for changeset e80c50b173b9
b74e19ef4fb : Added tag jdk8u40-b19 for changeset ccf83b174419
e64395af14a : Added tag jdk8u40-b19 for changeset 0d8c37454c95
e33c084f53a : Added tag jdk8u40-b19 for changeset e8db0258a6d7
4b8330a2100 : Added tag jdk8u40-b19 for changeset 1c68e50e0127
a6db646ac4e : Added tag jdk8u40-b19 for changeset dd1009cff9c1
20611c94096 : Added tag jdk8u40-b19 for changeset aa5061294960
af663f0de14 : Added tag jdk8u40-b19 for changeset b22d294c086b
1206175e223 : Added tag jdk8u40-b19 for changeset 585a57953eab
86325d89376 : Added tag jdk8u40-b19 for changeset 95079bf4d14e
81d9037a22f : Added tag jdk8u40-b19 for changeset 40131205bdeb
7da1083eb3c : Added tag jdk8u40-b19 for changeset b78e095141ce
f625f1165d4 : Added tag jdk8u40-b19 for changeset 107297ace3a5
068709ecf29 : Added tag jdk8u40-b19 for changeset 433341bdb261
675f6c191da : 8049716: PPC64: Implement SA on Linux/PPC64
12273757f78 : 8061611: Remove deprecated command line flags
41070244c96 : 8067792: Javac crashes in finder mode with nested implicit lambdas
9fda1554f44 : Added tag jdk8u25-b33 for changeset 5d0beca1534b
6bfc4eaab63 : Added tag jdk8u25-b33 for changeset a4c43f8c052c
1c41ac64b21 : Added tag jdk8u25-b33 for changeset 61919c622ac9
097e08aacc4 : Added tag jdk8u25-b33 for changeset 4e9ac8a79999
281d1f66505 : Added tag jdk8u25-b33 for changeset a6261f7b61ac
cf1beed29f5 : Added tag jdk8u25-b33 for changeset 21969134a9b8
2ccda1bfa6c : Added tag jdk8u25-b33 for changeset 17ac1c8b946b
e8f60b3fbcd : Added tag jdk8u25-b33 for changeset 7d23207a01e1
df3f517fe2b : Added tag jdk8u25-b33 for changeset cffdefcb96e6
7b7d71506bf : Added tag jdk8u25-b33 for changeset f01e8e1cc19d
30cdf2a7fa2 : Added tag jdk8u25-b33 for changeset 2ed32e7dfbc6
b2e51a0743f : Added tag jdk8u25-b33 for changeset ce2d08108028
c9b51be0dd0 : Added tag jdk8u25-b33 for changeset dd7329084ca0
10b68d90956 : Added tag jdk8u25-b33 for changeset 913b2be31157
9476206609d : Added tag jdk8u25-b33 for changeset 6b98205fef5c
ff368e617c4 : Added tag jdk8u25-b33 for changeset 9b3f1cca5129
e047f11b3bb : 4796987: XP Only JButton.setBorderPainted() does not work with XP L&F
024e2c06d7b : 8066642: Fix deprecation warnings in jdk.naming module
1409c46772b : 6219960: null reference in ToolTipManager
627ce960f54 : 8067422: Lambda method names are unnecessarily unstable
d6ea52ffc7e : 8067777: NetBeans nashorn debug target is broken. Nashorn source directory config. is wrong
58f0841a564 : 8028595: WhiteBox API for stress testing of TieredCompilation
eec8524e847 : 8067438: Add test to verify minimal heap size
f8fe49013da : 8067421: java -help contains information about "-version:",'-jre-restrict-search', '-no-jre-restrict-search', but they are removed 8067411: tools/launcher/MultipleJRE.sh requires adjustments to work with module boundaries 8067290: Missing bug id in test/tools/launcher/*
51bda75a8fa : 8064319: Need to enable -XX:+TraceExceptions in release builds
9e2cda5c023 : 8035117: TEST_BUG: java/rmi/server/RemoteObject/notExtending/NotExtending.java can fail with timeout
2a50c5f3c48 : 8051641: Africa/Casablanca transitions is incorrectly calculated starting from 2027
9cb99ee0800 : 8062588: Support java.util.spi.*, java.text.spi.*, java.awt.im.spi loaded from classpath
e9e0b591dc5 : 8067088: Suppress solaris-specific deprecation warnings in the jdk.crypto.ucrypto module
ad97037319e : 8065373: [macosx] jdk8, jdk7u60 Regression in Graphics2D drawing of derived Fonts
9348dacf1eb : 8069198: Upgrade image library
3e8a2962948 : 8068320: Limit applet requests
796f227b543 : 8067699: Better glyph storage
a42bf9eb524 : 8065373: [macosx] jdk8, jdk7u60 Regression in Graphics2D drawing of derived Fonts
fbef4ecd080 : 8069198: Upgrade image library
99c346bdbac : 8068320: Limit applet requests
d789190d2bb : 8067699: Better glyph storage
bb67c99b24c : 8065373: [macosx] jdk8, jdk7u60 Regression in Graphics2D drawing of derived Fonts
a6d440a9b96 : 8068491: Update the protocol for references of docs.oracle.com to HTTPS
062051288e8 : 8068774: CounterMonitorDeadlockTest.java timed out
1500496a605 : 8065373: [macosx] jdk8, jdk7u60 Regression in Graphics2D drawing of derived Fonts
0ad1dccbc80 : 8068491: Update the protocol for references of docs.oracle.com to HTTPS
55b65f7a69c : 8068774: CounterMonitorDeadlockTest.java timed out
020e01bb92e : 8065373: [macosx] jdk8, jdk7u60 Regression in Graphics2D drawing of derived Fonts
5494b45a7a5 : 8067647: [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API
41844a4b8ca : 8067091: Fix Windows-specific deprecation warnings in the jdk.crypto.mscapi module
0204a1cd9c3 : 8067086: Suppress mac-specific deprecation warnings in the java.desktop module
31ae3490976 : 8067092: Suppress windows-specific deprecation warnings in the java.desktop module
dda67262683 : 7077826: Unset and empty DISPLAY variable is handled differently by JDK
a5e4a995bba : 6573305: Animated icon is not visible by click on menu
8bdafec3b93 : 6515713: example in JFormattedTextField API docs instantiates abstract class
bdc8a27c726 : 6475361: Attempting to remove help menu from java.awt.MenuBar throws NullPointerException
9305429c8a4 : 7077826: Unset and empty DISPLAY variable is handled differently by JDK
533a76ff848 : 6573305: Animated icon is not visible by click on menu
727ecb57e6d : 6515713: example in JFormattedTextField API docs instantiates abstract class
f16e2bf3f13 : 6475361: Attempting to remove help menu from java.awt.MenuBar throws NullPointerException
05705c949e7 : 7077826: Unset and empty DISPLAY variable is handled differently by JDK
e580eec37cb : 8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible
adbed97c757 : 6470361: Swing's Threading Policy example does not compile
4b4deb1e2c1 : 6459800: Some Swing classes violate encapsulation by returning internal Insets
aee3b2f9e31 : 6459798: JDesktopPane,JFileChooser violate encapsulation by returning internal Dimensions
a393ea4a894 : 6338077: link back to self in javadoc JTextArea.replaceRange()
fde90ea3602 : 4958064: JPGWriter does not throw UnsupportedException when canWriteSequence retuns false
d01a7073418 : 4952954: abort flag is not cleared for every write operation for JPEG ImageWriter
76f27d8c7f3 : 8077953: [TEST_BUG] com/sun/management/OperatingSystemMXBean/TestTotalSwap.java Compilation failed after JDK-8077387
2d0f6a7f649 : 8076455: IME Composition Window is displayed on incorrect position
ecf9c024465 : 8075331: jdb eval java.util.Arrays.asList(array) shows inconsistent behaviour
6ebe80e86da : 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
76a1b401205 : 8078165: [macosx] NPE when attempting to get image from toolkit
d00342138e6 : 8075575: com/sun/security/auth/login/ConfigFile/InconsistentError.java failed in certain env 8075576: com/sun/security/auth/module/KeyStoreLoginModule/OptionTest.java failed in certain env
6bd5a6e7427 : 8078348: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with BindException
9a360e6e388 : 8074350: Support ISO 4217 "Current funds codes" table (A.2)
f07dd6dd184 : 8073699: Memory leak in jdk/src/java/desktop/share/native/libjavajpeg/imageioJPEG.c
ffee94629e3 : 8074956: ArrayIndexOutOfBoundsException in javax.swing.text.html.parser.ContentModel.first()
bfcf8e91145 : 7044727: (tz) TimeZone.getDefault() call returns incorrect value in Windows terminal session
9d4f7c96765 : 8064546: CipherInputStream throws BadPaddingException if stream is not fully read
a216263bf45 : 6470361: Swing's Threading Policy example does not compile
758df0bf48f : 6459800: Some Swing classes violate encapsulation by returning internal Insets
5ac645f14af : 6459798: JDesktopPane,JFileChooser violate encapsulation by returning internal Dimensions
ddbf029e0f1 : 6338077: link back to self in javadoc JTextArea.replaceRange()
657152ace86 : 4958064: JPGWriter does not throw UnsupportedException when canWriteSequence retuns false
1884ca88e86 : 4952954: abort flag is not cleared for every write operation for JPEG ImageWriter
050235b66ce : 8077953: [TEST_BUG] com/sun/management/OperatingSystemMXBean/TestTotalSwap.java Compilation failed after JDK-8077387
6cc5c4257a0 : 8076455: IME Composition Window is displayed on incorrect position
bb0e8126411 : 8075331: jdb eval java.util.Arrays.asList(array) shows inconsistent behaviour
21a1ea3f206 : 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
76864e06cd4 : 8078165: [macosx] NPE when attempting to get image from toolkit
953a5ecab1e : 8075575: com/sun/security/auth/login/ConfigFile/InconsistentError.java failed in certain env 8075576: com/sun/security/auth/module/KeyStoreLoginModule/OptionTest.java failed in certain env
9eb21855c3d : 8078348: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with BindException
26f9146247f : 8074350: Support ISO 4217 "Current funds codes" table (A.2)
1bcf75557e9 : 8073699: Memory leak in jdk/src/java/desktop/share/native/libjavajpeg/imageioJPEG.c
02b142afd6a : 8074956: ArrayIndexOutOfBoundsException in javax.swing.text.html.parser.ContentModel.first()
b9f0aaff0ac : 7044727: (tz) TimeZone.getDefault() call returns incorrect value in Windows terminal session
d1ddf8e09ee : 8064546: CipherInputStream throws BadPaddingException if stream is not fully read
d2295af274d : 6470361: Swing's Threading Policy example does not compile
36816b6c0a5 : 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
eb3798a14a3 : 8067663: Add bugId to tests that have been modified as part of JDK-8064365
2e82794bfa6 : 6700100: optimize inline_native_clone() for small objects with exact klass
186ca574472 : 8055530: assert(_exits.control()->is_top() || !_gvn.type(ret_phi)->empty()) failed: return value must be well defined
add1e857d7f : 8050486: compiler/rtm/ tests fail due to monitor deflation at safepoint synchronization
398f9958d61 : 8068272: Extend WhiteBox API with methods that check monitor state and force safepoint
ea23edb88a6 : 8059625: JEP-JDK-8043304: Test task: DTrace- tests for segmented codecache feature
583d750b3df : 8066497: Update c.o.j.t.ByteCodeLoader to be able really reload given class
f70b5b2e9c5 : 8059623: JEP-JDK-8043304: Test task: command line options tests
80613b8656c : 8068183: Add isTieredSupported method to c.o.j.t.Platforms
2e085fa4b31 : 8066864: remove ctw-test from testlibrary/
c9213782f33 : 8067173: remove Utils::fileAsList
5ed29142e5a : 8066896: Update c.o.j.t.InfiniteLoop to skip zero timeout
df2b7b19347 : 8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build
a21f0f99a9b : 8066867: Add InputStream transferTo to transfer content to an OutputStream
29f7c15af9c : 8054892: Improve compiler's CLI tests error reporting
e71ea0c5a96 : 8028595: WhiteBox API for stress testing of TieredCompilation
ccc800dedbe : 8067452: Rename hotspot_all in hotspot/test/TEST.groups
e9233f15a45 : 8067636: ant javadoc target is broken
e286e2fd7a6 : 8049300: jjs scripting: need way to quote $EXEC command arguments to protect spaces
bc87ce8be69 : 8073846: Javascript for-in loop returned extra keys
80ccd805d73 : 8071928: Instance properties with getters returning wrong values
0714685888a : 8078414: Don't create impossible converters for ScriptObjectMirror
28052a1aee5 : 8080471: fix usage of replace and file separator in Nashorn tests
f58f60bfa76 : 8079424: code generator for discarded boolean logical operation has an extra pop
802bb42939c : 8080295: Need to adjust test output for 8067931
a3e78f260d3 : 8067931: Improve error message when with statement is passed a POJO
bdc4aa63711 : 8079362: Enforce best practices for Node token API usage
27e268971ab : 8067636: ant javadoc target is broken
cfbf66cfd6d : 8049300: jjs scripting: need way to quote $EXEC command arguments to protect spaces
3b51b0c3162 : 8073846: Javascript for-in loop returned extra keys
8c2d2b7983b : 8071928: Instance properties with getters returning wrong values
d3e8f353f70 : 8078414: Don't create impossible converters for ScriptObjectMirror
c42a2c394d6 : 8080471: fix usage of replace and file separator in Nashorn tests
37e131ba657 : 8079424: code generator for discarded boolean logical operation has an extra pop
1bac6562e2a : 8080295: Need to adjust test output for 8067931
5e1315276b5 : 8067931: Improve error message when with statement is passed a POJO
22b84e4860a : 8079362: Enforce best practices for Node token API usage
f73717b021d : 8067636: ant javadoc target is broken
9827fe02eae : 8067289: Fix deprecation warnings in java.base module - CRC32C
7d8f013196c : 8067631: hgforest.sh mishandles arguments with spaces
8ecec7ff2c6 : 8067442: Tests using -Xshare:dump does not work with 'make test'
f158033fdad : 8066138: Trailing whitespace in title of javadoc: Overview (Java Platform SE 7 )
6e57ed8a2c1 : 8066621: Suppress deprecation warnings in java.desktop module
fb6255543f1 : Added tag jdk8u45-b01 for changeset 10974ffe4fca
0f038800b35 : Added tag jdk8u45-b01 for changeset e93b50a1ee91
3281c46d0f2 : Added tag jdk8u45-b01 for changeset 7c229e7e6dea
2539da052f3 : Added tag jdk8u45-b01 for changeset 4ab03c690f60
a10f3ba4a76 : Added tag jdk8u45-b01 for changeset 30410a0880f4
c3b4f6ac141 : Added tag jdk8u45-b01 for changeset 1e9bdcbe6ed7
3468be9e47a : Added tag jdk8u45-b01 for changeset c4d82e4a72b1
e6dee71878a : Added tag jdk8u45-b01 for changeset 146e20b62b60
f5ad0a825ea : Added tag jdk8u45-b01 for changeset eb0f6deaaeeb
eca28ce8b3d : Added tag jdk8u45-b01 for changeset af320535ecc8
e021c7a9465 : Added tag jdk8u45-b01 for changeset 9e5493628d72
bfc7e10a035 : Added tag jdk8u45-b01 for changeset 3d3d04a46c5c
f0b3ea0ddbb : Added tag jdk8u45-b01 for changeset 940969721794
4cb4bda2fab : Added tag jdk8u45-b01 for changeset 950bb4c81888
57ac8bbd175 : 8065279: Remove testlibrary_tests from compact profile in jtreg
561c9140d83 : 8067211: rewrite Utils::fileAsString
ce6c1fa0fa2 : 8067486: Add diagnostics for Exception: Read from closed pipe hang
a78b9855a81 : 8065673: XML Test Colo: Add test build system for JAXP tests
871abc48e4c : 8025619: (fc) FileInputStream.getChannel on closed stream returns FileChannel that doesn't know that stream is closed
629b26bb720 : 8065673: XML Test Colo: Add test build system for JAXP tests
7167a27a1f7 : 8067360: verify-modules target was dropped in jdk9 b41
12c05a89f5f : 8067360: verify-modules target was dropped in jdk9 b41
c85244cab90 : 8067241: DeadlockTest.java failed with negative timeout value
fb7fd984fd8 : 8067172: Xcode javaws Project to Debug Native Code
541b4163fac : 8067172: Xcode javaws Project to Debug Native Code
d517ee7ec89 : 8067441: Some tests fails with error: cannot find symbol getSystemMnemonicKeyCodes()
dbc466a25c2 : 8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails
73c5b574fbc : 8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails
df6c67eeeb7 : 8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails
fb226280bb8 : 7155963: Deadlock in SystemFlavorMap.getFlavorsForNative and SunToolkit.awtLock
939c6bbbeae : 8062030: Nashorn bug retrieving array property after key string concatenation
e950ab3db21 : 8062030: Nashorn bug retrieving array property after key string concatenation
49252804f20 : 8062030: Nashorn bug retrieving array property after key string concatenation
b7637531a9f : 8066215: Fuzzing bug: length valueOf bug
05bf0c5a457 : 8067420: BrowserJSObjectLinker should give priority to beans linker for property get/set
d3a0174680c : 8067231: Zero builds fails after JDK-6898462
61f3257000a : 8067231: Zero builds fails after JDK-6898462
396b5aa20f7 : 8067231: Zero builds fails after JDK-6898462
bd3ea105b9b : 8059586: hs_err report should treat redirected core pattern
f486fa7c1ef : 8042418: Remove JVM_FindClassFromClassLoader
ecc9f19dc93 : 8042418: Remove JVM_FindClassFromClassLoader
3b60f51758b : 8067112: Update java/util/Collections/EmptyIterator.java to eliminate dependency on sun.tools.java
5325eb99930 : 8067295: Need to port Utils chagnes from JDK-8066440 into jdk workspace
ca033e9cded : 8066473: Port timeout utils from jdk test library into hotspot
c39c3b01bed : 8059575: JEP-JDK-8043304: Test task: Tiered Compilation level transition tests
e42d9168db5 : 8059613: JEP-JDK-8043304: Test task: JMX- tests
3b009929198 : 8066440: Various changes in testlibrary for JDK-8059613
f2e6ba9b09f : 8059613: JEP-JDK-8043304: Test task: JMX- tests
fb36c6cbbe2 : 8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
1f24ecf09d9 : Added tag hs25.40-b23 for changeset 03cc353cbabb
47a307e56fa : Added tag hs25.40-b23 for changeset 0c3ca706474f
a8c7ba21291 : 8067307: Need custom classloaders(parent-last and filtering one) for JDK-8066625 in testlibrary
4250926e07d : 8066803: compiler/intrinsics/mathexact/SubExactINonConstantTest.java crashed in os::is_first_C_frame(frame*)
3076062240a : 8064365: Better support for finder capabilities in target-typing context
f4e7330e548 : 8067330: ZERO_ARCHDEF incorrectly defined for PPC/PPC64 architectures
b4793617472 : 8067254: No debug symbols in JPRT Windows builds
a420a8b984b : 8067254: No debug symbols in JPRT Windows builds
ff0ca0af12c : 8066863: bigapps/runThese/nowarnings fails: Java HotSpot(TM) 64-Bit Server VM warning: WaitForMultipleObjects
bf6938cb8c5 : 8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs
4d7b50bd51d : 8067337: Remove Whitebox API from hotspot repository
bf022cf7dc1 : 8066433: Move Whitebox test library to top level repository
38a4e8874bc : 8066433: Move Whitebox test library to top level repository
5e71051155a : 8066763: fatal error "assert(false) failed: unexpected yanked node" in postaloc.cpp:139
b9a0ce62424 : 8068678: new hotspot build - hs25.60-b02
1b88017afd7 : 8066763: fatal error "assert(false) failed: unexpected yanked node" in postaloc.cpp:139
6e2d3ba64e4 : 8068678: new hotspot build - hs25.60-b02
09aa6561da3 : 8066763: fatal error "assert(false) failed: unexpected yanked node" in postaloc.cpp:139
349585f6632 : 8066964: ppc64: argument and return type profiling, fix problem with popframe
74036c6f443 : 8066964: ppc64: argument and return type profiling, fix problem with popframe
7cbda8ab502 : 8066633: Fix deprecation warnings in java.rmi module
1d76295d705 : 8047290: Make Mutex::_no_safepoint_check_flag locks verify that this lock never checks for safepoint
706f1238e19 : 8066808: langtools/test/Makefile should not use OS-specific jtreg binary
c0bd7bdb124 : 8055963: Inference failure with nested invocation
2b19eb4d495 : 8080815: Update 8u jdeps list of internal APIs
665c33198ed : 8068937: jdeps shows "not found" if target class has no reference other than its own package
a3e88b936cf : 8080338: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle 8080339: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle 8080340: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
d03a4345b06 : 8065077: MethodTypes are not localized
f00950cf685 : 8066808: langtools/test/Makefile should not use OS-specific jtreg binary
eed57ec5d97 : 8055963: Inference failure with nested invocation
45c0f161af2 : 8080815: Update 8u jdeps list of internal APIs
d4e57e3696e : 8068937: jdeps shows "not found" if target class has no reference other than its own package
77fce35c354 : 8080338: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle 8080339: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle 8080340: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
0ed695c31af : 8065077: MethodTypes are not localized
0900c1f2e0d : 8066808: langtools/test/Makefile should not use OS-specific jtreg binary
827f52c966f : 8066807: langtools/test/Makefile should use -agentvm not -samevm
86291780cb0 : 8062170: java.security.ProviderException: Error parsing configuration with space
aac508e2dfe : 8048819: Implement reliability test for DH algorithm
b06e6b8d9f2 : 8048596: Tests for AEAD ciphers
88acdc503b4 : 8137068: Tests added in JDK-8048604 fail to compile
f50b025c862 : 8048604: Tests for strong crypto ciphers
e25dde6dc10 : 8151535: TESTBUG: java/lang/invoke/AccessControlTest.java should be modified to run with JTREG 4.1 b13
92eeb01372b : 8151352: jdk/test/sample fails with "effective library path is outside the test suite"
4cffdf254da : 8048819: Implement reliability test for DH algorithm
3dd9c477a37 : 8048596: Tests for AEAD ciphers
838d84f6319 : 8137068: Tests added in JDK-8048604 fail to compile
8b451bd1a2f : 8048604: Tests for strong crypto ciphers
4211d3e7f7d : 8151535: TESTBUG: java/lang/invoke/AccessControlTest.java should be modified to run with JTREG 4.1 b13
1331bd86256 : 8151352: jdk/test/sample fails with "effective library path is outside the test suite"
7ffa3cd6690 : 8048819: Implement reliability test for DH algorithm
28d47341e11 : 8067232: [TESTBUG] runtime/CheckEndorsedAndExtDirs/EndorsedExtDirs.java fails with ClassNotFoundException
d0c526d5718 : 8067232: [TESTBUG] runtime/CheckEndorsedAndExtDirs/EndorsedExtDirs.java fails with ClassNotFoundException
4a438d1f982 : 8067291: Need additional vm checks in jdk/test/lib/testlibrary/jdk/testlibrary/Platform, checking which vm is run
94c6fd7bc60 : 8067173: remove Utils::fileAsList
0b30e012ee1 : 8064611: AARCH64: Changes to HotSpot shared code
b82fd80a361 : 8051536: Convert JAXP function tests: javax.xml.parsers to jtreg(testng) tests
0be1ef4bd84 : Added tag jdk9-b42 for changeset 5e4ae56d68ac
e2239dc2bbd : Added tag jdk9-b42 for changeset a48998a1fc72
40f0855cb34 : Added tag jdk9-b42 for changeset f65d79186283
b2f770c75cc : Added tag jdk9-b42 for changeset 1a0a8d89a6d7
5dfce592268 : Added tag jdk9-b42 for changeset 0a96e0cdbae5
01553da997a : Added tag jdk9-b42 for changeset b4926bbdbad8
c12ade4fa2d : Added tag jdk9-b42 for changeset b1cf5f128493
da7812489bb : Added tag jdk9-b42 for changeset 87571251fb93
284e23e67e6 : 8066822: Remove PSMarkSweep::set_reference_processor
2ee38c8c4f6 : 8067219: NPE in ScriptObject.clone() when running with object fields
7cc1d67f635 : 8067219: NPE in ScriptObject.clone() when running with object fields
a7a2c827801 : 8067219: NPE in ScriptObject.clone() when running with object fields
2e3ffa9c5d4 : 8028773: warnings from b116 for hotspot.agent.src.share.native: JNI exception pending
eee722d809c : 8066669: dust.js performance regression caused by primitive field conversion
5649bc0cef3 : 8066669: dust.js performance regression caused by primitive field conversion
ba82472a1ec : 8067039: Revert changes to annotation attribute generation
953cd840af9 : 8067039: Revert changes to annotation attribute generation
a36baa5d156 : 8067030: JDWP crash in transport_startTransport on OOM
c2cd1906ded : 8066669: dust.js performance regression caused by primitive field conversion
4256be0bd60 : 8066932: __noSuchMethod__ binds to this-object without proper guard
fad0c3ac022 : 8066932: __noSuchMethod__ binds to this-object without proper guard
cb8bd7875b5 : 8066798: [TEST] Make java/lang/invoke/LFCaching tests use lib/testlibrary/jdk/testlibrary/TimeLimitedRunner.java to define their number of iterations
7d75c8da1af : 8066932: __noSuchMethod__ binds to this-object without proper guard
59c9d50129c : 8062303: Remove com.sun.tracing API
2aea48249d8 : 8062672: JVM crashes during GC on various asserts which checks that HeapWord ptr is an oop
cd997db44da : 8073543: Circular include dependency between psScavenge.inline.hpp and psPromotionManager.inline.hpp
5cc358251f0 : 8071822: [TEST_BUG] Adapt collectorPolicy internal tests to support 64K pages
cb05b8a496a : 8058446: G1 Hot card cache should use ArrayAllocator to allocate the cache array
ccb2f23f08f : 8073554: Remove unnecessary includes of markSweep[.inline].hpp
12c46a210fe : 8073532: jmap -heap fails after generation array removal
d40f08d0a3d : 8073389: Remove the include of resourceArea.hpp from classFileParser.hpp
b3bed47cc03 : 8062672: JVM crashes during GC on various asserts which checks that HeapWord ptr is an oop
1dcaf0c09b4 : 8062672: JVM crashes during GC on various asserts which checks that HeapWord ptr is an oop
89cec235804 : 8055723: Replace concat String to append in StringBuilder parameters (dev)
6e791e3f319 : 8067207: Replace concat String to append in StringBuilder parameters (client)
f101b301995 : 6522873: Java not print "Unrecognized option" when it is invalid option
bbcd1a03a92 : 8067183: TEST_BUG:File locked when processing the cleanup on test jaxp/test/javax/xml/jaxp/functional/javax/xml/transform/ptests/TransformerFactoryTest.java
fa33eafdad5 : Added tag jdk8u40-b18 for changeset 2234d92fe981
d297ec9cb72 : Added tag jdk8u40-b18 for changeset 7bc4fa9187ab
46290f4e91c : Added tag jdk8u40-b18 for changeset b9dba29b66c0
ef47be26593 : Added tag jdk8u40-b18 for changeset f003fbebe767
0bedeadc839 : Added tag jdk8u40-b18 for changeset 4b81f70be2e9
c037e2a6ce1 : Added tag jdk8u40-b18 for changeset 64e06cb9f3c6
9dfa4fa2725 : Added tag jdk8u40-b18 for changeset ff8a6db14258
ab9da0d74aa : Added tag jdk8u40-b18 for changeset e61b1b9c9b04
28af5d2ebbb : Added tag jdk8u40-b18 for changeset a3456d704d9c
aa961d8dba7 : Added tag jdk8u40-b18 for changeset 9e6ad1055f9f
bc0458d5620 : Added tag jdk8u40-b18 for changeset dad2d84ee722
3476f6bae70 : Added tag jdk8u40-b18 for changeset 233454084d79
57df60f8229 : Added tag jdk8u40-b18 for changeset 5568cdb7a8bc
69f8b511df2 : Added tag jdk8u40-b18 for changeset d4d5fe4672a4
1104ea9a01e : Added tag jdk8u40-b18 for changeset ce0c82221978
ac4ce7b9d8f : Added tag jdk8u40-b18 for changeset 901407090324
b41070012be : 8046219: (str spec) String(byte[], int, int, Charset) should be clearer when IndexOutOfBoundsException is thrown
f011d50c6c5 : 8065157: jdk8u40 Japanese man page file translation update
1bd0fc4bef5 : 8065157: jdk8u40 Japanese man page file translation update
282c9432419 : 8065360: Implement a test that checks possibilty of class members to be imported
7d42a4167f1 : 8067015: Implement os::pd_map_memory() on AIX
912fb05672a : 8066442: Add PS and ParOld support for promotion event
7bde8bebfb7 : 8067115: Add jtreg gc tests to Hotspot JPRT jobs
e29325b0d5e : 8066589: Make importing sa-jdi.jar optional on its existance
0dcab8e479c : 8066221: anonymous function statement name clashes with another symbol
0684b3965d2 : 8066221: anonymous function statement name clashes with another symbol
13c5c044702 : 8066221: anonymous function statement name clashes with another symbol
0dbf9d71616 : 8067144: SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
ccab6bc563e : 8066915: (fs) Files.newByteChannel opens directories for cases where subsequent reads may fail
34673eaf92d : 8067136: BrowserJSObjectLinker does not handle call on JSObjects
eaff0bd40d8 : 8057788: [macosx] "Pinch to zoom" does not work since jdk7
56db4f28c91 : 8064909: FragmentMetaspace.java got OutOfMemoryError
32d197a9286 : 8065627: Animated GIFs fail to display on a HiDPI display
84c470497d8 : 8066236: RuntimeNode forces copy creation on visitation
0545f1144cc : 8066236: RuntimeNode forces copy creation on visitation
3330ff38e9c : 8066236: RuntimeNode forces copy creation on visitation
a213720c603 : 8066224: fixes for folding a constant-test ternary operator
a7eec416428 : 8066224: fixes for folding a constant-test ternary operator
22573e0db4b : 8066224: fixes for folding a constant-test ternary operator
bd66b14cdaf : 8066225: NPE in MethodEmitter with duplicate integer switch cases
716e95c24b3 : 8067136: BrowserJSObjectLinker does not handle call on JSObjects
1c7cbb817eb : 8066225: NPE in MethodEmitter with duplicate integer switch cases
b372efad1a0 : 8067136: BrowserJSObjectLinker does not handle call on JSObjects
47e744920e7 : 8066225: NPE in MethodEmitter with duplicate integer switch cases
bdb2636f9e8 : 8066782: Move common code from CMSGeneration and TenuredGeneration to CardGeneration
b26180dfe95 : 8066781: Minor cleanups to TenuredGeneration
ef7d6c3b9de : 8066780: Split CardGeneration out to its own file
5af5b25f986 : 8066900: Array Out Of Bounds Exception causes variable corruption
caa8dcea645 : 8066103: C2's range check smearing allows out of bound array accesses
da41cfd9f1e : 8067006: Tweak IntelliJ langtools project to show jtreg report directory
e54739f3c0b : 8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
0be2d380141 : 8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
e0eba41e1c3 : 8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
a800908e257 : 8067001: DetectMutableStaticFields fails after modular images push
79ed4de1e1a : 8065134: Need WhiteBox::allocateCodeBlob(long, int) method to be implemented
5d868d4e0fc : 8066102: Clean up HeapRegionRemSet files
46714a78099 : 8066964: ppc64: argument and return type profiling, fix problem with popframe
400505a1f2b : 8066961: NegativeCyclicDependencyTest.java fails on Windows
26099e744a0 : 8044500: Add kinit options and krb5.conf flags that allow users to obtain renewable tickets and specify ticket lifetimes
e209029c14d : 8066756: Test test/sun/awt/dnd/8024061/bug8024061.java fails
594e368671a : 8059949: com/sun/tools/attach/StartManagementAgent.java interrupted! (timed out?)
77e5c6eadf9 : 8066761: Investigate -sourcepath usage when compiling java
56255388c63 : 8066761: Investigate -sourcepath usage when compiling java
196d5af55e1 : 8066828: configure fails if it's set --with-boot-jdk to use JDK 9 modular image
294a85dbe7f : 8066752: Remove space after -L on linker lines
ea81e1bc1f7 : 8064794: Implement negative tests for cyclic dependencies in import statements
b633764a638 : 8066835: TEST_BUG: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails
8d48ce4b570 : Added tag jdk8u31-b12 for changeset f65e4316f8c4
bfa58d7df84 : Added tag jdk8u31-b12 for changeset e49cd24bf8e3
4ffb59561c1 : Added tag jdk8u31-b12 for changeset bf8e062d2e74
716aae72aa2 : Added tag jdk8u31-b12 for changeset e7af3c54d358
f765d650337 : Added tag jdk8u31-b12 for changeset 6765c16470ef
83d4334dd57 : Added tag jdk8u31-b12 for changeset 7b033d780aca
d9f425ccd21 : Added tag jdk8u31-b12 for changeset a8af38e5d52b
905c17a162d : Added tag jdk8u31-b12 for changeset 42a0ac06838f
75879c47f04 : Added tag jdk8u31-b12 for changeset 1d1fdfcb1f7f
55bfaf31651 : Added tag jdk8u31-b12 for changeset 0578ee2aa8ee
df13ce381c2 : Added tag jdk8u31-b12 for changeset 0879d5c3a949
0b6482f1535 : Added tag jdk8u31-b12 for changeset 32f5023cc481
6398be697f1 : Added tag jdk8u31-b12 for changeset 5a0a48687acd
b98ad809531 : Added tag jdk8u31-b12 for changeset a9a7e105ec76
3131e2a8707 : Added tag jdk8u31-b12 for changeset aef1ae689cd1
77efdf110fd : Added tag jdk8u31-b12 for changeset bc62836ba3dd
cf476e93028 : 8066902: JavacParserTest fails on Windows
277a0d2dc8f : 8066841: Need to exclude javacpl in tools/launcher/VersionCheck.java
cc786b287d6 : 8067655: Clean up G1 remembered set oop iteration
220aa4b8385 : 8066643: (zipfs) Suppress deprecation warnings in jdk.zipfs module 8066634: Suppress deprecation warnings in java.management module 8066636: Suppress deprecation warnings in the jdk.jvmstat and jdk.jdi modules
59b3453845e : 8061549: Disallow _ as a one-character identifier
6b8f5cbc53a : 8066747: Backing out Japanese translation change in awt_ja.properties
75272965c1f : 8066747: Backing out Japanese translation change in awt_ja.properties
fb05a030952 : 8066889: IntelliJ langtools launcher ought to be Windows friendly
8732d09ae7f : 8066745: tools/pack200/Pack200Props.java failed with java.lang.OutOfMemoryError: Java heap space
1b02cb6e020 : 8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product
6ede6846d78 : 8180048: Interned string and symbol table leak memory during parallel unlinking
8ef1365c389 : 8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product
956ea91dd2f : 8180048: Interned string and symbol table leak memory during parallel unlinking
a7ebb442cf3 : 8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product
d3b43473309 : 8066227: CodeGenerator load unitialized slot
628fbb406bc : 8066227: CodeGenerator load unitialized slot
631dc8fce6e : 8066227: CodeGenerator load unitialized slot
1284542fb32 : 8066230: Undefined object type assertion when computing TypeBounds
a5fb7f52af9 : 8066230: Undefined object type assertion when computing TypeBounds
a65f35d1b50 : 8066230: Undefined object type assertion when computing TypeBounds
113babff27e : 8065753: javac crashing on a html-like file
34372ab2236 : 8049432: New tests for TLS property jdk.tls.client.protocols
9eafb6c406b : 8064407: (fc) FileChannel transferTo should use TransmitFile on Windows
c278cc80e9f : 8066638: Suppress deprecation warnings in jdk.crypto module 8066641: Suppress deprecation warnings in jdk.naming module
ac8fc3ff279 : 8066507: JPRT is not capable of running jtreg tests located jdk/test
8bb3ef2ca02 : 8066508: JTReg tests timeout on slow devices when run using JPRT
701b666284f : 8065050: vm crashes during CDS dump when very small SharedMiscDataSize is specified
e9b92ce0246 : 8065634: Crash in InstanceKlass::clean_method_data when _method is NULL
4b628f1aee2 : 8066171: Out of order with Metaspace allocation lock
9fa1d1239b8 : 8065238: javax.naming.NamingException after upgrade to JDK 8
2570fc54182 : 8066766: The commands in the modular images are executable by the owner only
cedc73ddfde : Added tag hs25.40-b22 for changeset 7cc669fc0926
cf3f71e86b4 : Added tag hs25.40-b22 for changeset 01e0593d3911
e5df18dce9d : 8066775: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
5b5bf9b9e90 : 8066103: C2's range check smearing allows out of bound array accesses
1b551d2c28e : 8067144: SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
0e889649f4e : 8066775: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
20b34c3ca55 : 8066103: C2's range check smearing allows out of bound array accesses
02797a0c98f : 8067144: SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
5974dd3005b : 8066775: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
421fc583bed : 8066678: java.nio.channels.Channels cleanup
20c4b7ce9de : 8066777: OptimisticTypesPersistence.java should use Files.readAllBytes instead of getting size and then read
b2c1e8a2e75 : 8066753: OptimisticTypePersistence.java should work properly with "jrt" URL
c08a28b218f : 8063104: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 2
7e7e10eb420 : 8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section
7d0d103b3d7 : 8059998: Broken link in java.awt.event Interface KeyListener
f42d5e85e36 : 8066749: jdk9-dev/nashorn ant build fails with jdk9 modular image build as JAVA_HOME
78fd11386cb : 8066737: langtools/test/tools/javac/processing/6348193/T6348193.java fails
765c10de6e6 : 8035001: TEST_BUG: the retry logic in RMID.start() should check that the subprocess hasn't terminated
ea256a978fd : 8066670: PrintSharedArchiveAndExit does not exit the VM when the archive is invalid
61cf03f4f1e : 8066632: Suppress deprecation warnings in java.rmi module
de3548c4b99 : 8066731: javac does not work on exploded image
36ab0d5c9ac : 8066713: ignore compiler/types/correctness
4edac8c9d28 : 8066617: Suppress deprecation warnings in java.base module
bd075b7eb81 : Added tag jdk9-b41 for changeset 08ef93eaca80
712feea533a : Added tag jdk9-b41 for changeset d1a63c99cdd5
c64dd540f96 : Added tag jdk9-b41 for changeset 729f9700483a
6b93b9c07f6 : Added tag jdk9-b41 for changeset 2e8afdf5c6fb
e904b317d52 : Added tag jdk9-b41 for changeset 0db747c09110
7ef6f7a8689 : Added tag jdk9-b41 for changeset 47f369e3c69c
3fa0b9cdc0d : Added tag jdk9-b41 for changeset 55efe677dc75
a7f3e3cfde5 : Added tag jdk9-b41 for changeset adc258b13e2c
a47e1013c2f : 6762191: Setting stack size to 16K causes segmentation fault
369861355d0 : 8066696: test/script/nosecurity/JDK-8055034.js -Xbootclasspath option is wrong
7e261f51565 : 8057020: LambdaForm caches should support eviction
f86e0ea6931 : 8057788: [macosx] "Pinch to zoom" does not work since jdk7
3d94b177cb5 : 8065627: Animated GIFs fail to display on a HiDPI display
01c954882e4 : 8066986: [headless] DataTransferer.getInstance throws ClassCastException in headless mode
c9b5322e409 : 8066756: Test test/sun/awt/dnd/8024061/bug8024061.java fails
da611e72096 : 8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section
b2b7a598d88 : 8059998: Broken link in java.awt.event Interface KeyListener
ac90188e416 : 8065238: javax.naming.NamingException after upgrade to JDK 8
cfac85546d6 : 8057020: LambdaForm caches should support eviction
47d882f92b0 : 8057788: [macosx] "Pinch to zoom" does not work since jdk7
9632f7acb44 : 8065627: Animated GIFs fail to display on a HiDPI display
d30da02eb67 : 8066986: [headless] DataTransferer.getInstance throws ClassCastException in headless mode
67ea810acfa : 8066756: Test test/sun/awt/dnd/8024061/bug8024061.java fails
2d844275ffd : 8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section
57937726d17 : 8059998: Broken link in java.awt.event Interface KeyListener
cef1ba81525 : 8065238: javax.naming.NamingException after upgrade to JDK 8
ea89dad13c6 : 8057020: LambdaForm caches should support eviction
949112fab25 : 8066683: nashorn test failures after modular image changes
5c410f0bb58 : 8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge
98da47c05b5 : 8034263: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails intermittently
7a3496218a5 : 8066662: Fix include after 8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration
f9806ff009d : 8066448: SmallCodeCacheStartup.java exits with exit code 1
bf31fc249e2 : 8048619: Implement tests for converting PKCS12 keystores
ecd6de5910b : 8066649: 8u backport for 8065618 is incorrect
5ec6cda6c72 : 8066649: 8u backport for 8065618 is incorrect
7e500d53249 : 8060068: Possible Deadlock scenario with DriverManager.loadInitialDrivers
4169c687692 : 8039995: Test serviceability/sa/jmap-hashcode/Test8028623.java fails on some Linux/Mac machines
dacb5a70f8f : 8066588: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails to compile
cfba1c41d89 : Added tag jdk8u40-b17 for changeset 95698ae31208
891456bfacc : Added tag jdk8u40-b17 for changeset e52a6926d3a6
c41b69d0ea3 : Added tag jdk8u40-b17 for changeset e6ad6206e6a4
861890576ec : Added tag jdk8u40-b17 for changeset 4da15e28c11e
d807863b797 : Added tag jdk8u40-b17 for changeset 4121e5bb0693
55842c40912 : Added tag jdk8u40-b17 for changeset aea61eb6fec4
48047714d00 : Added tag jdk8u40-b17 for changeset 00f9fdf06ea0
52133fd824e : Added tag jdk8u40-b17 for changeset 6861f4512b85
44952f8b28c : Added tag jdk8u40-b17 for changeset 927ccea7adf9
76e62399d86 : Added tag jdk8u40-b17 for changeset 685601eff1f4
35565171d40 : Added tag jdk8u40-b17 for changeset 639fbc7505bf
d9c66c381a3 : Added tag jdk8u40-b17 for changeset f306ab74dbb0
97f6433621d : Added tag jdk8u40-b17 for changeset 9650809c710a
756a448bfae : Added tag jdk8u40-b17 for changeset 30b1ae58671a
08b5c1bd5ac : Added tag jdk8u40-b17 for changeset 73a52fd608f7
ad02ae4f40f : Added tag jdk8u40-b17 for changeset aeb02f1bfdaf
4b3a02ee0b3 : 8066441: Add PLAB trace event
7a2bd82482e : 8065788: os::reserve_memory() on Windows should not assert that allocation size is aligned to OS allocation granularity
8fd2fa2d039 : 8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
b6c207d5181 : 8066232: problem with conditional catch compilation
061d12e60bd : 8066232: problem with conditional catch compilation
29eb5ce73dd : 8066232: problem with conditional catch compilation
deabb040d5b : 8066222: too strong assertion on function expression names
cc7bb29579b : 8024626: CTW CRASH: SIGSEGV in ctw/jre/lib/rt_jar/preloading_1 and ctw/jre/lib/rt_jar/sun_awt_X11_ListHelper
65904e6ad16 : 8066131: Update java/nio/charset/Charset/NIOCharsetAvailabilityTest.java to eliminate dependency on sun.misc.Launcher
174f2cfc80f : 8049367: Modular Run-Time Images
8bc2b3ff3a9 : 8049367: Modular Run-Time Images
441905cdc76 : 8049367: Modular Run-Time Images
3c5c554fadd : 8049367: Modular Run-Time Images
393a39afe3f : 8049367: Modular Run-Time Images
8fc45d3ebe4 : 8066142: Edit the value in the text field and then press the tab key, the number don't increase
2da63300072 : 8066142: Edit the value in the text field and then press the tab key, the number don't increase
92828b7e7cd : 8049367: Modular Run-Time Images
b26d39ffd73 : 8049367: Modular Run-Time Images
34ea90c8be0 : 8065769: OOM on Window/Solaris in test compile-octane-splitter.js
5208f40e354 : 8065769: OOM on Window/Solaris in test compile-octane-splitter.js
8d3af43a7c1 : 8065769: OOM on Window/Solaris in test compile-octane-splitter.js
d739446063a : 7101822: Compiling depends on order of imports 7177813: Static import to local nested class fails
52d7a1021dc : 6345095: regression test EmptyClipRenderingTest fails
f3be2c51cad : 8066142: Edit the value in the text field and then press the tab key, the number don't increase
cec929efaf2 : 8066397: Remove network-related seed initialization code in ThreadLocal/SplittableRandom
a5ed93db7ce : 8044591: [TESTBUG] com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationp[Content]Test.java fail when -XX:+ExplicitGCInvokesConcurrent
148a50bc783 : 8066214: Fuzzing bug: Object.prototype.toLocaleString(0)
e25e8c81f02 : 8066215: Fuzzing bug: length valueOf bug
e10e4a46345 : 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
74c8e0323a2 : 8080286: use path separator setting consistently in Nashorn project properties
d7b0a590810 : 8067420: BrowserJSObjectLinker should give priority to beans linker for property get/set
1dfed587ede : 8068985: Wrong 'this' bound to eval call within a function when caller's 'this' is a Java object
62b540c2744 : 8066222: too strong assertion on function expression names
b3086f8e9f3 : 8080182: Array.prototype.sort throws IAE on inconsistent comparison
ca4b9571d7c : 8080090: -d option should dump script source as well
1d39072ec44 : 8079470: Misleading error message when explicit signature constructor is called with wrong arguments
bfc3b83b32f : 8079349: Eliminate dead code around Nashorn code generator
0b5dd613a80 : 8079269: Optimistic rewrite in object literal causes ArrayIndexOutOfBoundsException
f5c1bdf2eac : 8075090: Add tests for the basic failure of try/finally compilation
63942abe311 : 8078612: Persistent code cache should support more configurations
6b7550fe3bb : 8078049: Nashorn crashes when attempting to start TypeScript compiler
032e8130b64 : 8066214: Fuzzing bug: Object.prototype.toLocaleString(0)
c8e8f742d85 : 8066215: Fuzzing bug: length valueOf bug
dd320866863 : 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
ea4e1f3e833 : 8080286: use path separator setting consistently in Nashorn project properties
5673848f61a : 8067420: BrowserJSObjectLinker should give priority to beans linker for property get/set
e7c5a05d4d7 : 8068985: Wrong 'this' bound to eval call within a function when caller's 'this' is a Java object
0b1813ae974 : 8066222: too strong assertion on function expression names
d69cab9113b : 8080182: Array.prototype.sort throws IAE on inconsistent comparison
442ba77f325 : 8080090: -d option should dump script source as well
0f97a33cf3c : 8079470: Misleading error message when explicit signature constructor is called with wrong arguments
dd942cb30e2 : 8079349: Eliminate dead code around Nashorn code generator
41264e19b9f : 8079269: Optimistic rewrite in object literal causes ArrayIndexOutOfBoundsException
d4ee1ba29aa : 8075090: Add tests for the basic failure of try/finally compilation
ec09586214f : 8078612: Persistent code cache should support more configurations
d8cb5c63658 : 8078049: Nashorn crashes when attempting to start TypeScript compiler
e3a64209bc7 : 8066214: Fuzzing bug: Object.prototype.toLocaleString(0)
31af33c0e2b : 8065764: javax/management/monitor/CounterMonitorTest.java hangs
65fe921d3d9 : 8066199: C2 escape analysis prevents VM from exiting quickly
659121f80f8 : 8066199: C2 escape analysis prevents VM from exiting quickly
dcc7641c833 : 8058448: Disable JPRT submissions from the hotspot repo
7b43a2594ab : 8066199: C2 escape analysis prevents VM from exiting quickly
14a800f9432 : 8058448: Disable JPRT submissions from the hotspot repo
02e9b832e73 : 8065618: C2 RA incorrectly removes kill projections
1f00a09e575 : 8065618: C2 RA incorrectly removes kill projections
cefb51bf29e : Added tag jdk8u31-b11 for changeset 6687401bc8e9
ed007504b47 : Added tag jdk8u31-b11 for changeset 9eacf59b80de
c76c43f697c : Added tag jdk8u31-b11 for changeset 29dd2bea2ccd
0f3bab79a05 : Added tag jdk8u31-b11 for changeset 713259a0f67b
9c84a24387d : Added tag jdk8u31-b11 for changeset 3a85f35e8d4e
9472a1f3331 : Added tag jdk8u31-b11 for changeset f699d7f1e37b
da053459e1b : Added tag jdk8u31-b11 for changeset 073712ef2823
70671a6cf2d : Added tag jdk8u31-b11 for changeset 9e896931ef73
1591e48487b : Added tag jdk8u31-b11 for changeset 7f52780203ce
351e8487eb5 : Added tag jdk8u31-b11 for changeset 7f112ccbbf21
1941dbc7300 : Added tag jdk8u31-b11 for changeset 5ad2dcb26610
44c371d8b59 : Added tag jdk8u31-b11 for changeset 58fdfad8dba6
4ab02ce5042 : Added tag jdk8u31-b11 for changeset 9192f1c16497
4a79c121571 : Added tag jdk8u31-b11 for changeset 6c95551141c7
da1ee3a9fbf : Added tag jdk8u31-b11 for changeset 3383ee5a8d71
c1b6f206e87 : Added tag jdk8u31-b11 for changeset 1173a4185206
c6b7e46d0dc : 8067447: Factor out the shared implementation of the VM flags manipulation code
48639428ce8 : 8068976: Remove JSDT implementation
3a8d0b8ce00 : 8072434: 8064457: introduces performance regressions in 9-b47
483815ed113 : 8072455: Use jtreg's requiredVersion tag in hotspot/test/TEST.ROOT
de0f1ccb860 : 8072575: Add missing test for 8065895
3bd56fc1a69 : 8065895: Synchronous signals during error reporting may terminate or hang VM process
5b898702339 : 8072472: serviceability/dcmd/framework/* should be quarantined
17ee5da3ff5 : 8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm
56318cdf0a7 : 8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm
37770bb90ed : 8065765: Missing space in output message from -XX:+CheckEndorsedAndExtDirs
e8b140a1002 : 8065765: Missing space in output message from -XX:+CheckEndorsedAndExtDirs
07b4a3626e7 : 6364329: jstat displays "invalid argument count" with usage
56d2ce25a92 : 8065998: Avoid use of _ as a one-character identifier
43f018317f1 : 8065998: Avoid use of _ as a one-character identifier
77c37e1eb76 : 8065870: Update JAX-WS RI integration to latest version (2.2.11-b141124.1933)
b11667b6806 : 8064699: [parfait] JNI primitive type mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c
4d25e9dfce9 : 8064698: [parfait] JNI exception pending in jdk/src/java/desktop/unix/native: libawt_xawt/awt/, common/awt
9b17d8dec8a : 8064700: [parfait] Function Call Mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/xawt/XToolkit.c
fd0dba3fc72 : 8066290: Port JDK-8066191 into hotspot
3a9c14c70aa : 8064669: compiler/whitebox/AllocationCodeBlobTest.java crashes / asserts
cbe8efabfe9 : 8059066: CardTableModRefBS might commit the same page twice
2f9a2c3c320 : 8035000: clean up ActivationLibrary.DestroyThread
a84060d397b : 8065552: setAccessible(true) on fields of Class may throw a SecurityException
5f0f0d6b71c : 8065552: setAccessible(true) on fields of Class may throw a SecurityException
3034f050f9c : 8065552: setAccessible(true) on fields of Class may throw a SecurityException
0fccf46ae46 : 8066141: compiler/whitebox/GetNMethodTest.java: java.lang.RuntimeException: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled
7abe24d3ea0 : 8039953: [TESTBUG] Timeout java/lang/invoke/MethodHandles/CatchExceptionTest.java
3e1d5786af2 : 8066191: Introduce time limited test executor
9c415c61e12 : 8057629: Third Party License Readme update for 8u40
231cb4ccfe9 : 8057629: Third Party License Readme update for 8u40
5aa90540d64 : 8057629: Third Party License Readme update for 8u40
1cc4a166aa1 : 8057629: Third Party License Readme update for 8u40
5fea5aba15f : 8057629: Third Party License Readme update for 8u40
b3846f00b26 : 8057629: Third Party License Readme update for 8u40
79ba0a0e911 : 8057629: Third Party License Readme update for 8u40
fb851050d53 : 8057629: Third Party License Readme update for 8u40
18afa96a874 : 8057629: Third Party License Readme update for 8u40
f67f1375794 : 8057629: Third Party License Readme update for 8u40
9b40756319d : 8057629: Third Party License Readme update for 8u40
36be1387a0c : 8057629: Third Party License Readme update for 8u40
117ad7f07e8 : 8057629: Third Party License Readme update for 8u40
c8c11f4890c : 8057629: Third Party License Readme update for 8u40
f0ce12181da : 8064524: Compiler code generation improvements
5c7ce86846d : 8066452: Increment the build value to b07 for hs25.31 in 8u31-b11
354ef5f7128 : 8064524: Compiler code generation improvements
54e6670d4a9 : 8066452: Increment the build value to b07 for hs25.31 in 8u31-b11
2080004ef06 : 8064524: Compiler code generation improvements
31b803a627a : 8064524: Compiler code generation improvements
84dca97e9e0 : 8064524: Compiler code generation improvements
392436eade0 : 8066130: com.sun.net.httpserver stop() throws NullPointerException if it is not started
67e47dab2ee : 8066146: jdk.nashorn.api.scripting package javadoc should be included in jdk docs
cac3f03d996 : 8066146: jdk.nashorn.api.scripting package javadoc should be included in jdk docs
5f72abe97e6 : 8066261: Typo in Connection.isValid
060d9e6dfb6 : 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
fb00d1bdae3 : 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
6b76d96d817 : 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
ccfdcce2e50 : 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
7546a531c16 : 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
9bbe28f6eaa : 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
71aaf62e4ae : 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
185994757ec : 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
f5292016eea : 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
207fadd39e3 : 8075416: Cleanup GC include dependencies in memoryPool.hpp
28adfbf0bed : 8075249: Cleanup forward_to_atomic and ClaimedForwardPtr
366bf9ff097 : 8075247: Cleanup specialized_oop_closures.hpp
426a345fec1 : 8075242: Remove SpecializationStats
9272128a461 : 8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before
7e86840f64d : 8057632: Remove auxiliary code used to handle the generations array
41455f24371 : 8026047: [TESTBUG] add regression test for DisableExplicitGC flag
bcf9ea6cbf3 : 8073463: G1 does not mangle freed heap regions
395543dadca : 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
5471bf0e8ae : 8073994: STATIC_ASSERT use of __LINE__ is wrong
4e468780624 : 8058935: CPU detection gives 0 cores per cpu, 2 threads per core in Amazon EC2 environment
91dbd4f0889 : 8060074: os::free() takes MemoryTrackingLevel but doesn't need it
14ee0892876 : 8066196: (fs) Typo in Path::normalize, empty path only returned if path does not have a root component
5c41d82d789 : 8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration
ca3e287e964 : 8065992: Change CMSCollector::_young_gen to be a ParNewGeneration*
beb05bda0df : 8066238: AssertionError in parser when syntax errors appeared in non finished Blocks
686e5a0a6f0 : 8064703: crash running specjvm98's javac following 8060252
e325ce88cbf : 8066106: sun/tools/jps/TestJpsClass.java failed to remove stale attach pid file
ab24ad80ee8 : 8029536: JFileChooser filter uses .toString() instead of getDescription() for filter text on GTK laf
db7c757726d : 8066188: BaseRowSet default value for escape processing is not correct
23b769e30e4 : 8058846: c.o.j.t.Platform::isX86 and isX64 may simultaneously return true
4e55928fafb : 8064953: Asserts.assert* should print values
f12ce83a250 : 6618335: ThreadReference.stop(null) throws NPE instead of InvalidTypeException
6c1cf6ba456 : 8065783: DCMD parser fails to recognize one character argument when it's positioned last
746d89a1852 : 8057779: Tests failed on Windows when in output contains path to script
b3c8691707a : 8057779: Tests failed on Windows when in output contains path to script
084ef90bcf8 : 8031696: [macosx] TwentyThousandTest test failed with OOM
f0b198804a1 : 8062955: (fs spec) Files.setLastModifiedTime should specify SecurityException more clearly 8062949: (fs) Files.setLastModifiedTime(path, null) does not throw NPE
98e79efd91b : 8062771: Core reflection should use final fields whenever possible
af31b22744a : 8062771: Core reflection should use final fields whenever possible
d291f2c3f7e : 8066146: jdk.nashorn.api.scripting package javadoc should be included in jdk docs
02df6a45649 : 8065986: Compiler fails to NullPointerException when calling super with Object<>()
4ca54eb6964 : 8059944: [OGL] Metrics for a method choice copying of texture should be improved
647479bd9db : 8061832: J2DBench can be improved
246a6da52ea : 8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
9c7f48c842e : 8066119: Invalid resource tag used for looking up error message in NativeDataView
a43571d0a24 : 8066119: Invalid resource tag used for looking up error message in NativeDataView
ccbb0e3afa3 : 8066119: Invalid resource tag used for looking up error message in NativeDataView
c8a147b8c77 : 8065579: WB method to start G1 concurrent mark cycle should be introduced
d8635f58cdd : 8066133: Fix missing reivew changes for JDK-8065972
a927c89a773 : 8065972: Remove support for ParNew+SerialOld and DefNew+CMS
0ecc753586b : 8065972: Remove support for ParNew+SerialOld and DefNew+CMS
539fecb9bd7 : Added tag hs25.40-b21 for changeset 968670e33d6a
210d6767166 : Added tag hs25.40-b21 for changeset b0c5bc836c07
136f8a368c2 : 8066045: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
c59945db1a9 : 8054478: C2: Incorrectly compiled char[] array access crashes JVM
a0433209ec9 : 8066061: new hotspot build - hs25.40-b22
de1c593e755 : 8066045: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
5315b1ba487 : 8054478: C2: Incorrectly compiled char[] array access crashes JVM
f16b62eed73 : 8066061: new hotspot build - hs25.40-b22
6d20d3298ac : 8066045: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
7b35db48f7c : 8057980: let & const: remaining issues with lexical scoping
c4ced977936 : 8065914: Various improvements and cleanup of build system
2508e510929 : 8065098: JColorChooser no longer supports drag and drop between two JVM instances
4d37a7bb674 : 8065098: JColorChooser no longer supports drag and drop between two JVM instances
a0485e336d9 : 8065985: Inlining failure of Number.doubleValue() in JSType.toNumeric() causes 15% peak perf regresion on Box2D
ae4507e519f : 8051778: support bind on all Nashorn callables
e94ca03260a : 8057980: let & const: remaining issues with lexical scoping
aae94683291 : 8065985: Inlining failure of Number.doubleValue() in JSType.toNumeric() causes 15% peak perf regresion on Box2D
ad3df7c16e1 : 8051778: support bind on all Nashorn callables
d0229a3dd9f : 8057980: let & const: remaining issues with lexical scoping
c8d86467b48 : 8065985: Inlining failure of Number.doubleValue() in JSType.toNumeric() causes 15% peak perf regresion on Box2D
e79371a0bc7 : 8051778: support bind on all Nashorn callables
6c2369366c0 : 8065098: JColorChooser no longer supports drag and drop between two JVM instances
02adde2aac9 : 8065227: Report allocation context stats at end of cleanup
e635ae96cb3 : 8065865: gc/TestSoftReferencesBehaviorOnOOME.java: Error. Can't find source file: TestSoftReference.java
1ffc316e18a : 8055239: assert(_thread == Thread::current()->osthread()) failed: The PromotionFailedInfo should be thread local
2ae66a0f292 : 8038468: java/lang/instrument/ParallelTransformerLoader.sh fails with ClassCircularityError
6026dc63ea9 : 8065748: Add a test to verify that non ascii characters in Encodings.properties do not cause issues
13f3dfa073c : 8060026: Update jdk/test/tools/launcher tests to eliminate dependency on sun.tools.jar.Main
cc689f5d7f9 : 8053995: Add method to WhiteBox to get vm pagesize
9046aa0cdbb : 8053995: Add method to WhiteBox to get vm pagesize
d620b54c63b : 8053995: Add method to WhiteBox to get vm pagesize
09ae36fd33f : 8065656: Use DWARF debug symbols for Solaris
682ab7a66ee : Added tag jdk8u40-b16 for changeset 067f5c2f5584
67c901f53b4 : Added tag jdk8u40-b16 for changeset 4da3dd7a8de4
f65a39fc54e : Added tag jdk8u40-b16 for changeset 421cc0388703
c52da2cad93 : Added tag jdk8u40-b16 for changeset 66a3b1eb2c76
eb1eca9e36b : Added tag jdk8u40-b16 for changeset b88a543c6f17
0eb6579d667 : Added tag jdk8u40-b16 for changeset ed4f3da0bb81
df332912e2e : Added tag jdk8u40-b16 for changeset dd74b333bc04
9ece29a5511 : Added tag jdk8u40-b16 for changeset d9cb7aa1138a
593a4677099 : Added tag jdk8u40-b16 for changeset a620ed592750
bc1844f0746 : Added tag jdk8u40-b16 for changeset c8f5249ae8b3
21de9556fbd : Added tag jdk8u40-b16 for changeset d0b1ed96fc4e
616f8b75d88 : Added tag jdk8u40-b16 for changeset 90c67099774e
8e25af9d1ee : Added tag jdk8u40-b16 for changeset 2667d1e047ce
608c5360c3e : Added tag jdk8u40-b16 for changeset af9209f9b1c2
70f72269261 : Added tag jdk8u40-b16 for changeset bd143020b705
c2431799c52 : Added tag jdk8u40-b16 for changeset 1e14814d44b8
64bb4a891c9 : 8065913: Various improvements in SetupNativeCompilation
e123fc793f2 : 8037968: Add tests on alignment of objects copied to survivor space
ad1a5b384b4 : 8068631: new hotspot build - hs25.40-b24
1af7508d208 : 8037968: Add tests on alignment of objects copied to survivor space
25294bebc63 : 8068631: new hotspot build - hs25.40-b24
5e21021117f : 8037968: Add tests on alignment of objects copied to survivor space
b5ef32af361 : 8065358: Refactor G1s usage of save_marks and reduce related races
d65f3c41b7b : 8065218: Move CMS-specific fields from Space to CompactibleFreeListSpace
eafad5770a8 : 8061253: Spec cleanup for some security-related classes
b1c775730d6 : 8007993: hotspot.log w/ enabled LogCompilation can be an invalid XML
249d5c7edf0 : 8007993: hotspot.log w/ enabled LogCompilation can be an invalid XML
137d39454df : 8007993: hotspot.log w/ enabled LogCompilation can be an invalid XML
26dc1466b7b : 8035663: Suspicious failure of test java/util/concurrent/Phaser/FickleRegister.java
03c93919a36 : 8065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
e1c2900dddd : 8059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed - timeout
bc647c5d3d5 : 8024626: CTW CRASH: SIGSEGV in ctw/jre/lib/rt_jar/preloading_1 and ctw/jre/lib/rt_jar/sun_awt_X11_ListHelper
77f0f438b04 : 8029536: JFileChooser filter uses .toString() instead of getDescription() for filter text on GTK laf
f010c11e7af : 8065702: Deprecate the Extension Mechanism
250161c95b1 : 8065764: javax/management/monitor/CounterMonitorTest.java hangs
8e706667370 : 8066397: Remove network-related seed initialization code in ThreadLocal/SplittableRandom
68bb0e73956 : 8065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
360c555ccfe : 8059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed - timeout
b5e48927b43 : 8024626: CTW CRASH: SIGSEGV in ctw/jre/lib/rt_jar/preloading_1 and ctw/jre/lib/rt_jar/sun_awt_X11_ListHelper
3309e3a9370 : 8029536: JFileChooser filter uses .toString() instead of getDescription() for filter text on GTK laf
39ce7669f66 : 8065702: Deprecate the Extension Mechanism
317a37bcf7c : 8065764: javax/management/monitor/CounterMonitorTest.java hangs
99c43748bad : 8066397: Remove network-related seed initialization code in ThreadLocal/SplittableRandom
a6da554cfb1 : 8065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
15dcd41e875 : 6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94
07537703cc9 : 8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed
91dc7b5d8fa : 6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94
f12f6210db1 : 8065634: Crash in InstanceKlass::clean_method_data when _method is NULL
cfac0468371 : 8066900: Array Out Of Bounds Exception causes variable corruption
af8bf638017 : 8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed
083d63c17f8 : 8066670: PrintSharedArchiveAndExit does not exit the VM when the archive is invalid
1753a09d338 : 8066647: new hotspot build - hs25.40-b23
7abfa0514e6 : 6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94
9bb0f977403 : 8065634: Crash in InstanceKlass::clean_method_data when _method is NULL
92601b22d74 : 8066900: Array Out Of Bounds Exception causes variable corruption
e5ac74943bc : 8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed
c29a38fef22 : 8066670: PrintSharedArchiveAndExit does not exit the VM when the archive is invalid
7fd554f7dfa : 8066647: new hotspot build - hs25.40-b23
bdefb9e2504 : 8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
1da0a969933 : 8065305: Make it possible to extend the G1CollectorPolicy
624fa336006 : 8062638: RuntimeException when run command from js with -scripting on Cygwin 8054343: Nashorn: Some tests fails on windows with AccessControlException
934ec9eaf81 : 8062638: RuntimeException when run command from js with -scripting on Cygwin 8054343: Nashorn: Some tests fails on windows with AccessControlException
5ffd65a7310 : 8064694: Kitchensink: WaitForMultipleObjects failed in hotspot\src\os\windows\vm\os_windows.cpp: 3844
758644082bd : 8059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed - timeout
634c33938c2 : 8058112: Invalid BootstrapMethod for constructor/method reference
8216f4c0167 : Added tag jdk8u31-b10 for changeset 53fb305d7b2c
f52bc8c0eb1 : Added tag jdk8u31-b10 for changeset 1c7ea80534ed
1fbd9c945a9 : Added tag jdk8u31-b10 for changeset 80bf921bf960
e8fce26f49a : Added tag jdk8u31-b10 for changeset 2cd68df14e22
b1cbaa667d4 : Added tag jdk8u31-b10 for changeset 3d86d393d17d
b48575fc9cd : Added tag jdk8u31-b10 for changeset 7f7dfc8a6438
d405261d191 : Added tag jdk8u31-b10 for changeset 967c35d294de
5f153591748 : Added tag jdk8u31-b10 for changeset 5eb2875ec99a
8cf996259bb : Added tag jdk8u31-b10 for changeset 87ece71b9eb6
4bc44f1bae8 : Added tag jdk8u31-b10 for changeset 310790c4d6b5
5fca9be3246 : Added tag jdk8u31-b10 for changeset 4c3e6ffad341
0ceb111f674 : Added tag jdk8u31-b10 for changeset 853d31185dc2
1d276325425 : Added tag jdk8u31-b10 for changeset baa4980e885a
16529102458 : Added tag jdk8u31-b10 for changeset 8f4581b83e78
3469175a632 : 8065720: (ch) AbstractInterruptibleChannel.end sets interrupted to null
07d8483c7f9 : 8065610: 8u31 l10n resource file translation update
ccce183cf1d : 8065610: 8u31 l10n resource file translation update
12492e690fc : 8065610: 8u31 l10n resource file translation update
dc3814dc8f9 : 8065610: 8u31 l10n resource file translation update
73f9e145b5a : 8065610: 8u31 l10n resource file translation update
5003755c380 : 8065610: 8u31 l10n resource file translation update
c119241a9c5 : 8064560: (tz) Support tzdata2014j
1d8ba048156 : Added tag jdk8u31-b10 for changeset 1adfe4d2156c
bc0f9936508 : 8064560: (tz) Support tzdata2014j
d4e83e17d04 : Added tag jdk8u31-b10 for changeset a95a5c09fcc5
b1f21d7e1a8 : 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
327626cd6bd : 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
c43c23d4042 : 8059880: Get rid of LambdaForm interpretation
2ee3f32c8f1 : 8059880: Get rid of LambdaForm interpretation
95ef6e0cb2b : 8059880: Get rid of LambdaForm interpretation
e5e94efaa9b : 8063135: Enable full LF sharing by default
0e11e6c9220 : 8063135: Enable full LF sharing by default
b1ad8012a0f : 8063135: Enable full LF sharing by default
96da5b9ce34 : 8060132: Handlers configured on abstract nodes in logging.properties are not always properly closed
26298f1124f : 8032211: Don't issue deprecation warnings on import statements 6598104: javac should not warn about imports of deprecated classes
2f10adad63d : 8065648: Remove the flag -fsanitize=undefined for GCC 4.9 and later
88f336ba408 : 8065913: Various improvements in SetupNativeCompilation
e9f4e57a6b6 : 8065911: Introduce EvalDebugWrapper for all Setup* macros
e84fe52fb34 : 8057691: Nashorn: let & const declarations are not shared between scripts
6595b2adba6 : 8057691: Nashorn: let & const declarations are not shared between scripts
65d007d4453 : 8065138: Encodings.isRecognizedEnconding sometimes fails to recognize 'UTF8'
c7b43102bc8 : 8065412: generated source to compile .properties file incorreectly includes the module name in the package name
e3e615d6bdc : 8065222: sun/net/www/protocol/http/B6369510.java doesn't execute as expected
5ffaffb47ee : 8065159: AttributedString has quadratic resize algorithm
590188542ed : 8065132: Parameter annotations not updated when synthetic parameters are prepended
da2c303927c : 8056313: TEST_BUG: java/util/Timer/NameConstructors.java fails intermittently
f4aafadd05f : 8064357: AARCH64: Top-level JDK changes
e576ee6a926 : 8064789: Nashorn should just warn on code store instantiation error
3cfa5ad590f : 8064789: Nashorn should just warn on code store instantiation error
bdf693fcc57 : 8061876: replace java.io.File with java.nio.file.Path (again)
c6db8bd7c76 : 8062037: java/lang/instrument/RetransformBigClass.sh should be quarantined
ca85e583e9c : 8046949: Generify the javax.xml.crypto API
b51c641b869 : Added tag hs25.40-b20 for changeset 61e435982b84
bc994e97049 : Added tag hs25.40-b20 for changeset b138a7bc8d90
c90bc5b3166 : 6321472: Add CRC-32C API
b5ae347f9c3 : 8057691: Nashorn: let & const declarations are not shared between scripts
78df8f34ba0 : 8065215: Print warning summary at end of configure
a6355c5d7d2 : 8058631: Rename posix to unix in build system to match file name changes
2c4ba7c947a : 8058631: Rename posix to unix in build system to match file name changes
585ca822b81 : 8064696: compiler/startup/SmallCodeCacheStartup.java doesn't check exit code
bf5546e48d7 : 8059550: JEP-JDK-8043304: Test task: segment overflow w/ empty others
005c56c6e3a : 8063107: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 2 8064573: [TEST_BUG] javax/swing/text/AbstractDocument/6968363/Test6968363.java is asocial pressing VK_LEFT and not releasing 8064575: [TEST_BUG] javax/swing/JEditorPane/6917744/bug6917744.java 100 times press keys and never releases 8064809: [TEST_BUG] javax/swing/JComboBox/4199622/bug4199622.java contains a lot of keyPress and not a single keyRelease
8bf55955dff : 8062359: javac Attr crashes with NPE in TypeAnnotationsValidator visitNewClass
75b86b0ac49 : 8065227: Report allocation context stats at end of cleanup
f6cf1a4b170 : 8065305: Make it possible to extend the G1CollectorPolicy
858126154cc : 8065227: Report allocation context stats at end of cleanup
074e0f00217 : 8065305: Make it possible to extend the G1CollectorPolicy
56e39629eb2 : 8065054: Some tests have junk before the legal header
60113dc1bae : 8063052: Inference chokes on wildcard derived from method reference
6bfd41fed8d : 8058445: Javac throws exception when displaying info
418c9789d6f : 8059921: Missing compile error in Java 8 mode for Interface.super.field access
aba13c04f26 : 8059492: Wrong spelling in assert: "Not initialied properly?"
5ef6d4e99d5 : 8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer
3e02b2dfeb4 : 8064890: SecureClassLoader should use a ConcurrentHashMap
cacb7302354 : 8086208: java/lang/ProcessHandle/OnExitTest.java: IllegalThreadStateException: process hasn't exited
bb207a1cc13 : 8072692: Improve performance of SecurityManager.checkPackageAccess
2f5dc153c2e : 8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option
b07bdeb8bd1 : 8067005: Several java/lang/invoke tests fail due to exhausted code cache
48ea10de6ba : 8098790: Improve cross references and wording in java.lang.reflect.AnnotatedFoo type
0bc308ad38f : 8087304: (ch) java/nio/channels/DatagramChannel/EmptyBuffer.java received 4 times while expected 3
68c088e66f0 : 8065346: WB_AddToBootstrapClassLoaderSearch calls JvmtiEnv::create_a_jvmti when not in _thread_in_vm state
9ea36f7321a : 8064932: java/lang/ProcessBuilder/Basic.java: waitFor didn't take long enough
dfc0a4196ea : 8065372: Object.wait(ms, ns) timeout returns early
9a883ed557d : 8072030: Race condition in ThenComposeExceptionTest.java
806b335a4f7 : 8035868: Check for JNI pending exceptions in windows/native/sun/net/spi/DefaultProxySelector.c
4b3b28fa8e0 : 8064934: Incorrect Exception message from java.awt.Desktop.open()
90b788c965d : 8067380: Update nroff to integrate changes made in 8u40
5bba5d6c333 : 8071710: [solaris] libfontmanager should be linked against headless awt library
f82e998c5c3 : 8067680: (sctp) Possible race initializing native IDs
28d9ea1e48e : 8065994: HTTP Tunnel connection to NTLM proxy reauthenticates instead of using keep-alive
73462d72b4c : 8040810: Uninitialised memory in jdk/src/windows/native/java/net: net_util_md.c, TwoStacksPlainSocketImpl.c, TwoStacksPlainDatagramSocketImpl.c, DualStackPlainSocketImpl.c, DualStackPlainDatagramSocketImpl.c
b5f3638421e : 8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function
ba3e106865e : 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
8c83f99f6a6 : 8067344: Adjust java/lang/invoke/LFCaching/LFGarbageCollectedTest.java for recent changes in java.lang.invoke
4fa5109b8de : 8067471: Use private static final char[0] for empty Strings
9803512c826 : 8055045: StringIndexOutOfBoundsException while reading krb5.conf
68b9a1d34d5 : 8028792: (ch) Channels native code needs to be checked for methods calling JNI with pending excepitons
13872895fc7 : 8068031: JNI exception pending in jdk/src/macosx/native/sun/awt/awt.m
212426453c7 : 8065709: Deadlock in awt/logging apparently introduced by 8019623
00a5d7c9093 : 8069302: Deprecate Unsafe monitor methods in JDK 8u release
4d1853ff32b : 8064932: java/lang/ProcessBuilder/Basic.java: waitFor didn't take long enough
0fa1d6750a7 : 8065372: Object.wait(ms, ns) timeout returns early
813b8bdecc4 : 8072030: Race condition in ThenComposeExceptionTest.java
ecf370a0f13 : 8035868: Check for JNI pending exceptions in windows/native/sun/net/spi/DefaultProxySelector.c
fc5238c50af : 8064934: Incorrect Exception message from java.awt.Desktop.open()
2ba29de3860 : 8067380: Update nroff to integrate changes made in 8u40
0cef6feb4b4 : 8071710: [solaris] libfontmanager should be linked against headless awt library
63cd1538350 : 8067680: (sctp) Possible race initializing native IDs
524fb602161 : 8065994: HTTP Tunnel connection to NTLM proxy reauthenticates instead of using keep-alive
fe816a0cb63 : 8040810: Uninitialised memory in jdk/src/windows/native/java/net: net_util_md.c, TwoStacksPlainSocketImpl.c, TwoStacksPlainDatagramSocketImpl.c, DualStackPlainSocketImpl.c, DualStackPlainDatagramSocketImpl.c
9ab6b4c1be3 : 8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function
864621f0ec6 : 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
2dc0c7b0a06 : 8067344: Adjust java/lang/invoke/LFCaching/LFGarbageCollectedTest.java for recent changes in java.lang.invoke
5a138ce6617 : 8067471: Use private static final char[0] for empty Strings
6fb6e52c6c3 : 8055045: StringIndexOutOfBoundsException while reading krb5.conf
337838cc997 : 8028792: (ch) Channels native code needs to be checked for methods calling JNI with pending excepitons
0aa4fdf964f : 8068031: JNI exception pending in jdk/src/macosx/native/sun/awt/awt.m
b001fa63a46 : 8065709: Deadlock in awt/logging apparently introduced by 8019623
a9dfa9c6544 : 8069302: Deprecate Unsafe monitor methods in JDK 8u release
8e487f6ac46 : 8064667: Add -XX:+CheckEndorsedAndExtDirs flag to JDK 8
cc45f2cafbc : 8064667: Add -XX:+CheckEndorsedAndExtDirs flag to JDK 8
1b82a11ee95 : 8065183: Add --with-copyright-year option to configure
84503995cd4 : 8065183: Add --with-copyright-year option to configure
a16912b4e34 : Added tag jdk8u40-b15 for changeset 947c333695c1
2dfee21fab8 : Added tag jdk8u40-b15 for changeset d48b3ff5d957
cb8208b62a2 : Added tag jdk8u40-b15 for changeset 55a30bde2384
dfe89a9969a : Added tag jdk8u40-b15 for changeset a66374eb6551
a569356f3f6 : Added tag jdk8u40-b15 for changeset 699fa7455628
9b97731137d : Added tag jdk8u40-b15 for changeset 4ef4a910e3a9
650c3d84313 : Added tag jdk8u40-b15 for changeset f48fc7d9deff
36627d1728e : Added tag jdk8u40-b15 for changeset 325096381e03
0b389b814b3 : Added tag jdk8u40-b15 for changeset 7233726e3128
99b87e7b0ab : Added tag jdk8u40-b15 for changeset 821b8d8b1929
fecc3b9f3f7 : Added tag jdk8u40-b15 for changeset e97a57c6c525
7c35b2b5d00 : Added tag jdk8u40-b15 for changeset 8ffbaad80950
66bc54fc2b9 : Added tag jdk8u40-b15 for changeset a4950d56531b
b1facf01a03 : Added tag jdk8u40-b15 for changeset 8a6f38da7ad5
38c43928820 : Added tag jdk8u40-b15 for changeset 48a14710ed26
e7e4d9d4b84 : Added tag jdk8u40-b15 for changeset 9afee50cadd3
a634e74645d : Added tag jdk8u25-b32 for changeset f04ea4538c7e
8ca29a614a5 : Added tag jdk8u25-b32 for changeset d1cb197fd161
93f082f1ff3 : Added tag jdk8u25-b32 for changeset ae3c5b773433
63c30c91f65 : Added tag jdk8u25-b32 for changeset b155a0e1d1ac
eba3bc9b3ab : Added tag jdk8u25-b32 for changeset 0f99d4be97eb
ab779af5205 : Added tag jdk8u25-b32 for changeset d0344d4c2e8d
fd61136de50 : Added tag jdk8u25-b32 for changeset a112d22e6977
4569987a330 : Added tag jdk8u25-b32 for changeset 28aefc1a0d51
2841b9c63ff : Added tag jdk8u25-b32 for changeset 68f537671955
540ebcf69bd : Added tag jdk8u25-b32 for changeset efc2d64b648d
f947f873f90 : Added tag jdk8u25-b32 for changeset 584780ec3fb9
d4897f3dd00 : Added tag jdk8u25-b32 for changeset 225a7857ff84
6c44ae110d2 : Added tag jdk8u25-b32 for changeset 247388f7cfc1
991f2f8a8ad : Added tag jdk8u25-b32 for changeset e1569484d26b
cf5ab937c77 : Added tag jdk8u25-b32 for changeset 2ec4929cd76a
52347e7673c : Added tag jdk8u25-b32 for changeset dd0cd0de4c21
1509139a8b1 : 8042235: redefining method used by multiple MethodHandles crashes VM
ac1fdde978f : 8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer
4680f248657 : 8065385: new hotspot build - hs25.40-b21
bedbfe67e78 : 8042235: redefining method used by multiple MethodHandles crashes VM
0e052007f36 : 8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer
c7e94ca11ec : 8065385: new hotspot build - hs25.40-b21
4151db8bfdc : 8042235: redefining method used by multiple MethodHandles crashes VM
61b8fd5d18a : 8065361: Fixup headers and definitions for INCLUDE_TRACE
9e81e643e0c : 8065361: Fixup headers and definitions for INCLUDE_TRACE
5b5a52cd58c : 8059661: Test SoftReference and OOM behavior
ac5d9dad160 : 8065361: Fixup headers and definitions for INCLUDE_TRACE
71a33bf0641 : 8062536: [TESTBUG] Conflicting GC combinations in jdk tests
b83ddbef42c : 8062537: [TESTBUG] Conflicting GC combinations in hotspot tests
a2b0a2413e9 : 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
4fda3e56f4d : 8058193: [macosx] Potential incomplete fix for JDK-8031485
0e4eb0dc8fd : 8054143: move awt automated tests from AWT_Modality to OpenJDK repository - part 6
75ffcef61d8 : 8062807: Exporting RMI objects fails when run under restrictive SecurityManager
9c481b142e8 : Added tag jdk9-b40 for changeset 4bb9d8815020
f141ae6666b : Added tag jdk9-b40 for changeset 5152f73fa93b
d124cca5301 : Added tag jdk9-b40 for changeset b31dbb20135a
ed11049d5ee : Added tag jdk9-b40 for changeset d480c3085030
b9ea81b9ed6 : Added tag jdk9-b40 for changeset de21c9802939
785151164a6 : Added tag jdk9-b40 for changeset e549997f615f
7f650a64d55 : Added tag jdk9-b40 for changeset 11359380f4f9
20b2f3a5424 : Added tag jdk9-b40 for changeset e49b8c74a1c0
a669f5bd584 : 8043084: XML JAXP unittest co-location
68b0d32b05b : 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
aacfcdb03a5 : 8064815: Zero+PPC64: Stack overflow when running Maven
dabf45c189e : 8072383: resolve conflicts between open and closed ports
fc5eeee33f2 : 8073514: new hotspot build - hs25.60-b05
7e46bfaf712 : 8064335: Null pointer dereference in hotspot/src/share/vm/classfile/verifier.cpp
4ab908d0c24 : 8064815: Zero+PPC64: Stack overflow when running Maven
cdc60f59fe3 : 8072383: resolve conflicts between open and closed ports
38823e43a18 : 8073514: new hotspot build - hs25.60-b05
8a3fdbdfc98 : 8064335: Null pointer dereference in hotspot/src/share/vm/classfile/verifier.cpp
bab9cc4fb9e : 8065183: Add --with-copyright-year option to configure
11eb4132fe7 : 8065183: Add --with-copyright-year option to configure
20802dbd08b : 8065183: Add --with-copyright-year option to configure
221b429a77f : 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
ff18bab0edf : 8055836: move awt tests from AWT_Modality to OpenJDK repository - part 9
ef64d5393d9 : 8064701: Some CDS optimizations should be disabled if bootclasspath is modified by JVMTI
1de18064559 : 8065220: Include alternate sa.make file for MacOSX
8a5d63f3a27 : 8064815: Zero+PPC64: Stack overflow when running Maven
9d6d069c222 : 8055798: Japanese translation for a warning from javac looks incorrect
5bb86103a9d : 8064803: Javac erroneously uses instantiated signatures when merging abstract most-specific methods
f3d9096e4da : 8062258: compiler/debug/TraceIterativeGVN.java segfaults in trace_PhaseIterGVN
77d832f0693 : 8050807: Better performing performance data handling
18266411782 : 8065786: Increment the build value to b06 for hs25.31 in 8u31-b10
3b51108ed5f : 8050807: Better performing performance data handling
58617cd2fc0 : 8065786: Increment the build value to b06 for hs25.31 in 8u31-b10
3f915eeafd4 : 8050807: Better performing performance data handling
389f4f212b0 : 8050807: Better performing performance data handling
29323472b29 : 8050807: Better performing performance data handling
ce278c6f9f4 : Added tag jdk8u31-b09 for changeset a0048f520b1d
c62b320e0c7 : Added tag jdk8u31-b09 for changeset 120540a87fc3
9db26bf9bfc : Added tag jdk8u31-b09 for changeset 810fc202ef04
e6fac62c037 : Added tag jdk8u31-b09 for changeset dbcf0d5df23d
85eb1901d5a : Added tag jdk8u31-b09 for changeset 24458eff74ca
8b92ccf65c5 : Added tag jdk8u31-b09 for changeset 84501be640c5
51710252861 : Added tag jdk8u31-b09 for changeset 5179e5db1f25
baa32ba1e2a : Added tag jdk8u31-b09 for changeset ad80aa430e18
3d5e74b4224 : Added tag jdk8u31-b09 for changeset 1d303fad0770
7b1d9a38e1f : Added tag jdk8u31-b09 for changeset e3dd062df39a
ab3dbeea8e2 : Added tag jdk8u31-b09 for changeset bf043be5da56
056de857f3f : Added tag jdk8u31-b09 for changeset 85b21adf474e
40a3c90a01b : 8049407: Endianness problem with TypedArrays
7e42dbe0eb4 : 8049407: Endianness problem with TypedArrays
ad0645eb58d : 8049407: Endianness problem with TypedArrays
e1f99ed9796 : 8065096: java.net.Authenticator.theAuthenticator should be properly synchronized
1187d3cb7e3 : 8048050: Agent NullPointerException when rmi.port in use
14b96f61215 : 8048050: Agent NullPointerException when rmi.port in use
f30ba73e162 : 8048050: Agent NullPointerException when rmi.port in use
fb6b965e861 : 6542634: TEST BUG: MISC_REGRESSION tests need to have minimum timeouts examined
42c6853ed1f : 8062638: RuntimeException when run command from js with -scripting on Cygwin
ee4d018bad9 : 8064560: (tz) Support tzdata2014j
fdb39122a12 : 8064914: tzdb.dat compilation failure when using tzdata2014j
f81bd8ff29e : 8059732: improve hotspot_*test targets
f50ee8896ab : 8058887: (fmt) Improve java/util/Formatter test coverage of group separators and width
f4aff427086 : 8064288: sun.management.Flag should loadLibrary()
d5aaa2d8ffc : 8065372: Object.wait(ms, ns) timeout returns early
53906a2cb4c : 8064932: java/lang/ProcessBuilder/Basic.java: waitFor didn't take long enough
477b157f387 : 8065070: (fmt) Avoid creating substrings when building FormatSpecifier
5b4a9bc9764 : 8059739: Dragged and Dropped data is corrupted for two data types
51b6986682e : 8034031: [parfait] JNI exception pending in jdk/src/macosx/native/apple/security/KeystoreImpl.m
7c677c5a2a1 : 8034031: [parfait] JNI exception pending in jdk/src/macosx/native/apple/security/KeystoreImpl.m
1b25f01c316 : 8064716: TestHumongousShrinkHeap.java can not be run with -XX:+ExplicitGCInvokesConcurrent 8062957: Heap is not shrunk when deallocating under memory pressure
686f5f55088 : 8064716: TestHumongousShrinkHeap.java can not be run with -XX:+ExplicitGCInvokesConcurrent 8062957: Heap is not shrunk when deallocating under memory pressure
da1287a38fd : 8064716: TestHumongousShrinkHeap.java can not be run with -XX:+ExplicitGCInvokesConcurrent 8062957: Heap is not shrunk when deallocating under memory pressure
cb35a2aab9d : 8058209: Race in G1 card scanning could allow scanning of memory covered by PLABs
e469a6ac2de : 8058209: Race in G1 card scanning could allow scanning of memory covered by PLABs
24c525eb116 : 8023723: Can not paste and copy the text from the text area into the editor
85ab8f2bd40 : 8049198: [macosx] Incorrect thread access when showing splash screen
c1117b924f9 : 8049198: [macosx] Incorrect thread access when showing splash screen
f74fa991c4b : 8043869: [macosx] java -splash does not honor @2x hi dpi notation for retina support
755865b2921 : 8043869: [macosx] java -splash does not honor @2x hi dpi notation for retina support
e158f32141f : 8062747: Compiler error when anonymous class uses method with parametrized exception
579ee058dbb : 8040812: Uninitialised memory in jdk/src/share/native/sun/security/ec/impl/mpi.c
9cfd3cb857b : 8040812: Uninitialised memory in jdk/src/share/native/sun/security/ec/impl/mpi.c
cb0c3ed7ae7 : 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
9cc6c5c2c58 : 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
bb0b55b7bbd : 8064594: AARCH64: JDK changes
032acb319bb : 8043477: java/lang/ProcessBuilder/Basic.java failed with: java.lang.AssertionError: Some tests failed
078034f963f : 8031696: [macosx] TwentyThousandTest test failed with OOM
f447c3f5f3a : 8057629: Third Party License Readme update for 8u40
9fc04e43bfe : 8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
217272d44a1 : 8043477: java/lang/ProcessBuilder/Basic.java failed with: java.lang.AssertionError: Some tests failed
60a1d744b7e : 8031696: [macosx] TwentyThousandTest test failed with OOM
c5184d7e379 : 8057629: Third Party License Readme update for 8u40
29bd8a5221e : 8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
4401923a820 : 8043477: java/lang/ProcessBuilder/Basic.java failed with: java.lang.AssertionError: Some tests failed
ebdc0469493 : 8062937: Need to block constant assumption for index setters and defineOwnProperty, not just delete
8e5771854ad : 8064471: Port 8013895: G1: G1SummarizeRSetStats output on Linux needs improvement to AIX
c96487313bc : 8064779: Add additional comments for "8062370: Various minor code improvements"
54d2060d429 : 8060449: Obsolete command line flags accept arbitrary appendix
3e575a7078c : 8064571: java/lang/instrument/IsModifiableClassAgent.java: assert(length > 0) failed: should only be called if table is present
b259ede6922 : 8033602: wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC 8034005: cannot debug in synchronizer.o or objectMonitor.o on Solaris X86
8f3190b8050 : 8064749: -XX:-UseCompilerSafepoints breaks safepoint rendezvous
20bfcfa75ac : 8064789: Nashorn should just warn on code store instantiation error
e404341a888 : 8059591: Give TaskListener methods empty default implementations
843d8c30131 : 8064391: More thread safety problems in core reflection
e9eb98fad61 : 8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method
f78d37df708 : 8064391: More thread safety problems in core reflection
a7a551fc344 : 8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method
bc52e8443ea : 8061256: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java timed out
d8d026811c9 : 8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method
4bc2edad15c : 8054478: C2: Incorrectly compiled char[] array access crashes JVM
5a00d5f6b55 : 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
9adb455ba85 : 8065339: Failed compilation does not always trigger a JFR event 'CompilerFailure'
f36e8475238 : 8065618: C2 RA incorrectly removes kill projections
54cc0b0fff4 : Added tag jdk9-b39 for changeset d34febeff13b
30d62171d4a : Added tag jdk9-b39 for changeset b2343bf3a5d8
b4c3f1aad38 : Added tag jdk9-b39 for changeset eafa8898e1a0
5c42081e693 : Added tag jdk9-b39 for changeset d4795cb91c4d
ec7efa894a3 : Added tag jdk9-b39 for changeset b2746ec1c520
f0f4ba635cf : Added tag jdk9-b39 for changeset 9f3693786717
e6c564c97f0 : Added tag jdk9-b39 for changeset 4d506c3aaee1
ba04eee49ba : Added tag jdk9-b39 for changeset 940ac2683a10
1f7d2d4c0dc : 8043491: warning LNK4197: export '... ...' specified multiple times; using first specification
959631d58da : 8062307: 'Reference handler' thread triggers assert w/ TraceThreadEvents
f8712e7800e : 8059677: Thread.getName() instantiates Strings
4a8e05977e1 : 8059677: Thread.getName() instantiates Strings
0d49f98a456 : Added tag jdk8u40-b14 for changeset 6374fd56be69
641a50a0811 : Added tag jdk8u40-b14 for changeset 8db8c8c9a2eb
81bc9829caf : Added tag jdk8u40-b14 for changeset 0886754f3b48
06a672ae152 : Added tag jdk8u40-b14 for changeset f0c601f538a4
4fd3010085b : Added tag jdk8u40-b14 for changeset 030a5816feed
a095855aed3 : Added tag jdk8u40-b14 for changeset 4a4498a07d82
327950ecfb6 : Added tag jdk8u40-b14 for changeset 03d808bddfc4
d93c6910885 : Added tag jdk8u40-b14 for changeset 1e3c19359be6
68ddb95c532 : Added tag jdk8u40-b14 for changeset 413133b3c1df
0123ff574e8 : Added tag jdk8u40-b14 for changeset 8e15411d00e5
2fd90071ab2 : Added tag jdk8u40-b14 for changeset a5fea5156486
a107064aa81 : Added tag jdk8u40-b14 for changeset a86424e11196
61ade97aff6 : Added tag jdk8u40-b14 for changeset f122d7ac687f
a4291439edd : Added tag jdk8u40-b14 for changeset 09e5d4e9002e
79b08af8750 : Added tag jdk8u40-b14 for changeset 894dd3732f8a
bef1b9eeb95 : Added tag jdk8u40-b14 for changeset 9442f5b3b08c
afd3405c2f6 : 8054008: Using -XX:-LazyBootClassLoader crashes with ACCESS_VIOLATION on Win 64bit
b136af5563e : 8064362: WriteableScope.dupUnshared misbehaves on shared Scopes
ca13b9a9030 : 8063036: Various pretty printing issues with --log=recompile
ba54fe2761f : 8064707: Remove NativeArray link logic fields
e9c1bd1f26a : 8062937: Need to block constant assumption for index setters and defineOwnProperty, not just delete
222dff5e13a : 8063036: Various pretty printing issues with --log=recompile
74f26cee3af : 8064707: Remove NativeArray link logic fields
72b08586582 : 8062937: Need to block constant assumption for index setters and defineOwnProperty, not just delete
9ca5dddd850 : 8063036: Various pretty printing issues with --log=recompile
2761db3bb62 : 8064707: Remove NativeArray link logic fields
e0d1d687f24 : 8063037: ApplySpecialization.hasApplies shouuld not descend into nested functions
1fd2db0b1a7 : 8064705: Build breaking warning in LengthNotWritableFilter
9130b22f3f2 : 8042931: Implement classfile tests for EnclosingMethod attribute
eb44a367e56 : 8035312: Various array and ScriptObject length issues for non writable length fields
5dc0a2dd85f : 8063037: ApplySpecialization.hasApplies shouuld not descend into nested functions
670ede14793 : 8035312: Various array and ScriptObject length issues for non writable length fields
185bfe4e888 : 8063037: ApplySpecialization.hasApplies shouuld not descend into nested functions
434b1899be6 : 8035312: Various array and ScriptObject length issues for non writable length fields
ed9c1bb743f : 8064464: regression with type inference of conditional expression
f36d1542454 : 8059327: XML parser returns corrupt attribute value
1a93e1b352f : Added tag jdk8u31-b09 for changeset 5467ea7526a8
82658451368 : 8059327: XML parser returns corrupt attribute value
14ad32cbce1 : Added tag jdk8u31-b09 for changeset 34992817cd68
6b0d3530522 : 8059327: XML parser returns corrupt attribute value
85a72b44c35 : 8059327: XML parser returns corrupt attribute value
4bbd3bec850 : 8059327: XML parser returns corrupt attribute value
be478c6f7fc : 8059327: XML parser returns corrupt attribute value
5e8052b4623 : 6988950: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112)
9ac1022cd1b : 8182402: Tooltip for Desktop button is in English when non-English locale is set
1a30701cef3 : Added tag jdk8u152-b31 for changeset b5ad5b23a50c
c3d86b85741 : 6988950: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112)
ede83fa1abe : 8182402: Tooltip for Desktop button is in English when non-English locale is set
e0d18b36c99 : Added tag jdk8u152-b31 for changeset 172fa1c46862
3a6e5c6e094 : 6988950: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112)
5760f0a5051 : 6988950: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112)
cc2452b769b : 6988950: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112)
9aae24502bd : 8063087: policytool reports error message with prefix of "java.lang.Exception"
f2c3ec466be : 8047962: XML test colocation: AuctionPortal test
34661d038af : 8039444: Swing applications not being displayed properly
8ecb575dc8d : 8039444: Swing applications not being displayed properly
15d4deb44a0 : 8046777: apple.security.KeychainStore has a problem searching for identities
c0e01710088 : 8062799: Binary logical expressions can have numeric types
7f58fac545e : 8062799: Binary logical expressions can have numeric types
49e8e073485 : 8062799: Binary logical expressions can have numeric types
ed690e78353 : 8064467: type info persistence failed to calculate directory name
2d8084fb54f : 8064467: type info persistence failed to calculate directory name
a208a9a59aa : 8064467: type info persistence failed to calculate directory name
d6de9519474 : 8062870: src/share/vm/services/mallocTracker.hpp:64 assert(_count > 0) failed: Negative counter
d4b924be78f : 8060147: SIGSEGV in Metadata::mark_on_stack() while marking metadata in ciEnv
b6d14b9e88d : 8060147: SIGSEGV in Metadata::mark_on_stack() while marking metadata in ciEnv
3e0d07ed5c1 : 8060147: SIGSEGV in Metadata::mark_on_stack() while marking metadata in ciEnv
fb8f27e2afd : 8059131: sawindbg.dll is not compiled with /SAFESEH
21527b2ff25 : 8015272: Make @Contended within the same group to use the same oop map
ce96617997f : 8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations'
353fd7cabca : 8059131: sawindbg.dll is not compiled with /SAFESEH
1275e93fa4f : 8033602: wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC 8034005: cannot debug in synchronizer.o or objectMonitor.o on Solaris X86
be12843c7aa : 8062870: src/share/vm/services/mallocTracker.hpp:64 assert(_count > 0) failed: Negative counter
ee7a426579c : 8064854: new hotspot build - hs25.40-b20
62c71f141f9 : Added tag hs25.40-b19 for changeset 29444eaafa0b
921968b46c4 : 8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes
62dcf2a4725 : 8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations'
7df541783c0 : 8059131: sawindbg.dll is not compiled with /SAFESEH
f52530bd6b1 : 8033602: wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC 8034005: cannot debug in synchronizer.o or objectMonitor.o on Solaris X86
59883c5ee13 : 8062870: src/share/vm/services/mallocTracker.hpp:64 assert(_count > 0) failed: Negative counter
19fa323c402 : 8064854: new hotspot build - hs25.40-b20
ec64d38ce89 : Added tag hs25.40-b19 for changeset b31a91955955
7809815b5a3 : 8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes
00aa20db4a2 : 8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations'
f9832688eba : 8064516: BCEL still corrupts generic methods if bytecode offsets are modified
f97ebcc4e10 : 8064516: BCEL still corrupts generic methods if bytecode offsets are modified
da2ecd709cc : 8037909: JNI warnings in jdk/src/windows/native/java/nio/MappedByteBuffer.c
2eae161a469 : 8037909: JNI warnings in jdk/src/windows/native/java/nio/MappedByteBuffer.c
e98e33a745a : 8037909: JNI warnings in jdk/src/windows/native/java/nio/MappedByteBuffer.c
2c4c0652b17 : 8049522: Move @implNote in org.omg.CORBA.ORB to init method
cba5bd26387 : 8058322: Zero name_index item of MethodParameters attribute cause MalformedParameterException
b6fd6638d5f : 8064375: Change certain errors to warnings in CDS output
ad33c9d703d : 8054008: Using -XX:-LazyBootClassLoader crashes with ACCESS_VIOLATION on Win 64bit
2cf92c59809 : 8064375: Change certain errors to warnings in CDS output
783b75a2293 : 8054008: Using -XX:-LazyBootClassLoader crashes with ACCESS_VIOLATION on Win 64bit
4f4c4bbd5c4 : 8064375: Change certain errors to warnings in CDS output
a02a2a54b6f : 8064516: BCEL still corrupts generic methods if bytecode offsets are modified
bbd7b058d18 : 8058313: Mismatch of method descriptor and MethodParameters.parameters_count should cause MalformedParameterException
935c33a50c4 : 8062556: Add jdk tests for JDK-8058322 and JDK-8058313
b08c907f62f : Added tag jdk8u31-b08 for changeset 1729e4bc37b5
43ea9d025d5 : Added tag jdk8u31-b08 for changeset 1d1e8627836f
70eb08992d3 : Added tag jdk8u31-b08 for changeset b22e92e48061
a3e9ea9e435 : Added tag jdk8u31-b08 for changeset 0e513c99eaa5
addb378bf2b : Added tag jdk8u31-b08 for changeset 19d2ec149052
1e49dec025f : Added tag jdk8u31-b08 for changeset 431a9155a565
c013934066a : Added tag jdk8u31-b08 for changeset 85e4a71c5492
5a2631430a4 : Added tag jdk8u31-b08 for changeset 84570d48848b
e3fee848cf6 : Added tag jdk8u31-b08 for changeset e699b57d26e3
c58a6a3fcce : Added tag jdk8u31-b08 for changeset bd2457e5b5a0
1419f651248 : Added tag jdk8u31-b08 for changeset 81f7f2aa9b4d
cc2a2b4d855 : Added tag jdk8u31-b08 for changeset 0529c521ecc4
b06cd449a68 : Added tag jdk8u31-b08 for changeset 1cdecf741d29
fb66f83fbb3 : Added tag jdk8u31-b08 for changeset 6deb51b150e9
732c7c5e287 : 8062737: Sjavac creates unnecessarily many SjavacClient/PooledSjavac/SjavacImpl instances
5ccaf448795 : 8060721: Test runtime/SharedArchiveFile/LimitSharedSizes.java fails in jdk 9 fcs new platforms/compiler
c2ed1a932b6 : 8062675: jmap is unable to display information about java processes and prints only pids
71b90f71fee : 8062675: jmap is unable to display information about java processes and prints only pids
918fac5a527 : 8058407: Remove Multiple JRE support in the Java launcher
1c54a00f752 : 8055063: Parameter#toString() fails w/ AIOOBE for ctr of inner class w/ generic type
bdac8228110 : 8059624: Test task: WhiteBox API for testing segmented codecache feature
6553ede9c3f : 8064372: CompileJavaModules overwrites settings from custom
41d2bc7e75c : 8063106: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 1
043868fac75 : 8063102: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 1
900872016c2 : 8064356: Add BaseRowSet, SQLInputImpl, and SQLOutputImpl tests
e8c7cc1187a : 7169583: JInternalFrame title not antialiased in Nimbus LaF
913c598d6c1 : 8063157: add targets for optimized builds
80830d4932c : 8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm
dda16f6ccd7 : 8062011: JT_HS/compiler/7068051 uses jre/lib/javaws.jar
23a78f8c2f9 : 8059327: XML parser returns corrupt attribute value
8b5fa2a9142 : 8062247: [TESTBUG] Allow WhiteBox test to access JVM offsets
bc1459fa209 : 8064556: G1: ParallelGCThreads=0 may cause assert(!MetadataOnStackMark::has_buffer_for_thread(Thread::current())) failed: Should be empty
e86d1b3d07b : 8060467: CMS: small OldPLABSize and -XX:-ResizePLAB cause assert(ResizePLAB || n_blks == OldPLABSize) failed: Error
18fbcbf6b5d : 8058251: assert(_count > 0) failed: Negative counter when running runtime/NMT/MallocTrackingVerify.java
5f4b8939dce : 8059803: Update use of GetVersionEx to get correct Windows version in hs_err files
a0ebdd30b7f : 8062247: [TESTBUG] Allow WhiteBox test to access JVM offsets
e6124bce431 : 8064556: G1: ParallelGCThreads=0 may cause assert(!MetadataOnStackMark::has_buffer_for_thread(Thread::current())) failed: Should be empty
0f734ab9cc8 : 8060467: CMS: small OldPLABSize and -XX:-ResizePLAB cause assert(ResizePLAB || n_blks == OldPLABSize) failed: Error
7a4021101f5 : 8058251: assert(_count > 0) failed: Negative counter when running runtime/NMT/MallocTrackingVerify.java
73b3f645f7f : 8059803: Update use of GetVersionEx to get correct Windows version in hs_err files
1768fe1eb9c : 8062247: [TESTBUG] Allow WhiteBox test to access JVM offsets
91f772433df : 8056049: getProcessCpuLoad() stops working in one process when a different process exits
4d1d713ea9b : 8056049: getProcessCpuLoad() stops working in one process when a different process exits
6852a6193ad : Added tag hs25.40-b18 for changeset fd3ea8e5dbf8
0baeaaa489b : Added tag hs25.40-b18 for changeset d942ca6cb5aa
19e7d7eb350 : 8058805: [TEST_BUG]Test java/awt/TrayIcon/SecurityCheck/NoPermissionTest/NoPermissionTest.java fails
c81ae51d9d3 : 8062608: BCEL corrupts debug data of methods that use generics
befa651aedd : 8062608: BCEL corrupts debug data of methods that use generics
e9d151f105a : 8062608: BCEL corrupts debug data of methods that use generics
f465a5f2283 : 8062163: java/awt/geom/AffineTransform/TestInvertMethods.java test fails
99343c8e3ec : 8062807: Exporting RMI objects fails when run under restrictive SecurityManager
7790410d8d0 : 8059327: XML parser returns corrupt attribute value
94869854dc3 : Added tag jdk8u31-b09 for changeset aab7266302ab
f8dd861f43d : 8062807: Exporting RMI objects fails when run under restrictive SecurityManager
b7378ff645c : 8059327: XML parser returns corrupt attribute value
76d7d02a0df : Added tag jdk8u31-b09 for changeset c9655e2d1c5f
5922f138ec0 : 8062807: Exporting RMI objects fails when run under restrictive SecurityManager
459d1982c4f : 8060461: Fix for JDK-8042609 uncovers additional issue
d88c0575c70 : 8062807: Exporting RMI objects fails when run under restrictive SecurityManager
eb15861ea7f : 8060461: Fix for JDK-8042609 uncovers additional issue
8ecf707b8df : 8062773: Clarifications for Class specification
7c51cce1ade : 8064846: Lazy-init thread safety problems in core reflection
84e99bc48ea : 8062771: Core reflection should use final fields whenever possible
6c7132bcc9d : 8059327: XML parser returns corrupt attribute value
1924ac8a189 : 8063700: -Xcheck:jni changes cause many JCK failures in api/javax_crypto tests in SunPKCS11
b6a37a36672 : 8059311: com/sun/jndi/ldap/LdapTimeoutTest.java fails with exit_code == 0
d7ec650456a : 8062851: cleanup ObjectMonitor offset adjustments
30c5d4c4e80 : Added tag jdk9-b38 for changeset babdaa819add
4c77e33f9b8 : Added tag jdk9-b38 for changeset 7f3150885118
d607de66cd9 : Added tag jdk9-b38 for changeset e47d7d1e7897
bd67f69e104 : Added tag jdk9-b38 for changeset 1b163230e8c0
670e0342e22 : Added tag jdk9-b38 for changeset f86bf2fa3e02
6e22db57d60 : Added tag jdk9-b38 for changeset 97d38ac57757
baf9de8bf6b : Added tag jdk9-b38 for changeset 8cc25b0f95a0
8720757f209 : Added tag jdk9-b38 for changeset 5c664a8f66d0
c2b5d15a9db : 8062308: Incorrect constant linkage with multiple Globals in a Context
87d664f4f03 : 8062977: Inference: NullPointerException during bound incorporation
ded3a562b99 : 6987475: Order of declarations affects whether abstract method considered overridden
1584416bbc1 : 8062180: MethodHandleImpl.makeArrays throws and swallows java.lang.NoSuchFieldError in normal flow
ed9bce193a6 : 8047365: Very long function names break codegen
0c4006a654c : 8062624: java.lang.String methods not available on concatenated strings
a4a5a90486c : 8062136: com/sun/jdi/Redefine-g.sh should be quarantined 8062137: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be quarantined
af50fa526b5 : 8058715: stability issues when being launched as an embedded JVM via JNI
4af87513d49 : 8062735: CodeCacheSweeperThread missing from SA
c4f34061337 : 8063074: test/tools/javac/plugin/showType/Test.java fails on Windows
a75d2dbd39a : 8062676: Tests which leak lots of file managers should be fixed (group 2)
b96daffd2ed : 8063039: incorrect message reference or broken message file
54e9fee4d2d : 8062116: JVMTI GetClassMethods is Slow
678e0c1b0d0 : 8060130: Simplify the synchronization of defining and getting java.lang.Package
7a414a2c7d9 : 8043770: File leak in MemNotifyThread::start() in hotspot.src.os.linux.vm.os_linux.cpp
8ceddf73d2a : Added tag jdk8u40-b13 for changeset 77a90c7e24a7
912135cb617 : Added tag jdk8u40-b13 for changeset 593dbabb4064
bc94f84f252 : Added tag jdk8u40-b13 for changeset 5842a35b9646
1c5bfb7764c : Added tag jdk8u40-b13 for changeset 526ca611271d
0e06740a0fb : Added tag jdk8u40-b13 for changeset 5565093eb35d
3e9f0138e15 : Added tag jdk8u40-b13 for changeset a4087c7567bb
59b974b636c : Added tag jdk8u40-b13 for changeset 0625aab96507
799881e64a0 : Added tag jdk8u40-b13 for changeset 2d6aeaa2da75
0f1265966b9 : Added tag jdk8u40-b13 for changeset c9eb45d5a8e9
2dbf9a70d94 : Added tag jdk8u40-b13 for changeset 8d33ac0e1e43
8c930b325d7 : Added tag jdk8u40-b13 for changeset ee4ef496cbc1
7a735b67dcd : Added tag jdk8u40-b13 for changeset 40a3f071a491
98ef066b06f : Added tag jdk8u40-b13 for changeset 4e07f98356aa
cade0576ef4 : Added tag jdk8u40-b13 for changeset 34c27af36d84
7527242efa6 : Added tag jdk8u40-b13 for changeset be71d5370914
e617eb1749e : Added tag jdk8u40-b13 for changeset b6619fd26df5
2c48327a923 : 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
5b70fd90f4c : 8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc)
5b3d809eff5 : 8064361: new hotspot build - hs25.40-b19
236981af540 : 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
0e39e1d6390 : 8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc)
c7a6211857f : 8064361: new hotspot build - hs25.40-b19
b4138cce106 : 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
76971f377bd : 8058251: assert(_count > 0) failed: Negative counter when running runtime/NMT/MallocTrackingVerify.java
d934df8a840 : 8061733: [TESTBUG] Exclude tests that have issues with Jigsaw M2 changes
043a07e6543 : 8062386: Different versions of nashorn use same code cache directory
2476a824bd3 : 7195187: [TEST_BUG] [macosx] javax/swing/SwingUtilities/7088744/bug7088744.java failed
dab1636bc2a : 8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant
99a0b1da569 : 8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant
d4fc9133aba : 8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant
49b224a4f75 : 8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc)
0acac5a3d55 : 8035259: javac, incorrect shadowing of classes vs type parameters
fe0da815c52 : 8057825: Bug in apply specialization - if an apply specialization that is available doesn't fit, a new one wouldn't be installed, if the new code generated as a specialization didn't manage to do the apply specialization. Basically changing a conditional to an unconditional
85ea78c1918 : 8062759: Update test/javax/naming/spi/providers/InitialContextTest.java to use classpath
97bc990497d : 8046192: Eliminate SNMP dependencies to the internal APIs from open jdk modules
6b1eac7c4e8 : 8062816: Fix configure freetype detection on Mac OS X Yosemite
9b6713919aa : 8062661: Do not perform X11 checks in configure when X11 is not needed
f2253115a21 : 8062806: Remove unused build/make files
c5d024763f3 : 8062896: TEST_BUG: java/lang/Thread/ThreadStateTest.java can't compile with change for 8058506
56758c9298e : 8068338: Better message about incompatible zlib in Deflater.init
7ebe070c8ba : 8051641: Africa/Casablanca transitions is incorrectly calculated starting from 2027
54510d8a197 : Added tag jdk8u60-b00 for changeset 0d8c37454c95
ee57d490264 : 8062896: TEST_BUG: java/lang/Thread/ThreadStateTest.java can't compile with change for 8058506
3935f5faf11 : 8068338: Better message about incompatible zlib in Deflater.init
108d20f5aa8 : 8051641: Africa/Casablanca transitions is incorrectly calculated starting from 2027
fe46f512242 : Added tag jdk8u60-b00 for changeset e8db0258a6d7
543d65a194b : 8062896: TEST_BUG: java/lang/Thread/ThreadStateTest.java can't compile with change for 8058506
44df30d7f51 : 8046192: Eliminate SNMP dependencies to the internal APIs from open jdk modules
ed9e73bb669 : 8057810: New defaults for DSA keys in jarsigner and keytool
5b517ee9962 : 8062561: Test bug8055304 fails if file system default directory has read access
cd0bc39ec53 : 8036616: [TESTBUG] Embedded: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be launched with -XX:+UsePerfData
4ca3a232d19 : 8062314: Update tools/javac/plugin/showtype/Test.java to use ToolBox.java
47f9eb6c50a : 6770436: Entity callback order differs between Java1.5 and Java1.6
25e91b769f6 : 6770436: Entity callback order differs between Java1.5 and Java1.6
8db9a55e68b : 8062591: SPARC PICL causes significantly longer startup times
df1eec112e6 : 8062744: jdk.net.Sockets.setOption/getOption does not support IP_TOS
bedb577ea95 : 8056049: getProcessCpuLoad() stops working in one process when a different process exits
4a3d559ffb3 : 8062740: Since changeset 2686:030080f03e4f test/tools/sjavac/DependencyCollection.java does no longer compile
28cd00e5677 : 8057800: Method reference with generic type creates NPE when compiling
c6c2500365b : 8057800: Method reference with generic type creates NPE when compiling
bbd2de18190 : Added tag jdk8u31-b07 for changeset c9051c1eb3d3
3584e79e8b8 : Added tag jdk8u31-b07 for changeset c8f86424971a
30c2bd29524 : Added tag jdk8u31-b07 for changeset e730dfa55e4b
dfd9e1b61b1 : Added tag jdk8u31-b07 for changeset ecd01195317f
fb80cc4ceef : Added tag jdk8u31-b07 for changeset 7d8fbf1a42c2
2be318ad631 : Added tag jdk8u31-b07 for changeset 3c2c087bcc66
8636c874216 : Added tag jdk8u31-b07 for changeset 112faca3a613
3a01bec5ee3 : Added tag jdk8u31-b07 for changeset c94d023e3dcb
98bfacc4d39 : Added tag jdk8u31-b07 for changeset f7a6e42ece7c
0c1bd140ee3 : Added tag jdk8u31-b07 for changeset 425b1c281f0f
d12ecb554dc : Added tag jdk8u31-b07 for changeset a5025c1242bf
0858a5e0bc8 : Added tag jdk8u31-b07 for changeset 95f87030345c
336045ba9f9 : Added tag jdk8u31-b07 for changeset 31522d785a04
3a99f50dd66 : Added tag jdk8u31-b07 for changeset 78bac3ac8bbf
023edd31ecc : Added tag jdk8u31-b07 for changeset ac2e2904083f
cda7a58f6fb : Added tag jdk8u31-b07 for changeset 1dd9eea9152e
f048251de8a : 8059803: Update use of GetVersionEx to get correct Windows version in hs_err files
5598ed0cf02 : 8062632: (fs spec) Package description could be clearer on the cases where NPE is thrown 8062553: (fs spec) Files.write and newBufferedWriter methods missing @throws IAE
d82a461e443 : 8062490: Out of memory problems, as untouched array datas didn't go directly to SparseArrayDatas, but dragged very large int arrays around
75d37c8e9cc : 8061959: ArrayBuffer lacked static isViewMethod
f27f5dd6518 : 8062381: Wrong index was used for linking charCodeAt specializations
88fcdf5d054 : 8060204: Fix warnings in Joni and tests
cd4e0a44d5b : 8061616: HotspotDiagnosticMXBean.getVMOption() throws IllegalArgumentException for flags of type double
f52a43892ac : 8061616: HotspotDiagnosticMXBean.getVMOption() throws IllegalArgumentException for flags of type double
78ab98e8fa7 : 8042088: Sjavac spawns external processes in a unnecessarily complex and platform dependent way
a02db2170b9 : 8059443: NPE when unboxing return values
9968f8c4440 : 8062308: Incorrect constant linkage with multiple Globals in a Context
831ea9c918c : 8062624: java.lang.String methods not available on concatenated strings
7eac61967ed : 8062386: Different versions of nashorn use same code cache directory
739f6d61b25 : 8057825: Bug in apply specialization - if an apply specialization that is available doesn't fit, a new one wouldn't be installed, if the new code generated as a specialization didn't manage to do the apply specialization. Basically changing a conditional to an unconditional
5503e077b24 : 8062490: Out of memory problems, as untouched array datas didn't go directly to SparseArrayDatas, but dragged very large int arrays around
6243d2d3979 : 8061959: ArrayBuffer lacked static isViewMethod
7b29b010c19 : 8062381: Wrong index was used for linking charCodeAt specializations
68b1e733458 : 8060204: Fix warnings in Joni and tests
cc36036dd1c : 8059443: NPE when unboxing return values
c89c681344d : 8062308: Incorrect constant linkage with multiple Globals in a Context
84e121a6562 : 8062624: java.lang.String methods not available on concatenated strings
3cc10fea9e9 : 8062386: Different versions of nashorn use same code cache directory
a7a65ea700f : 8057825: Bug in apply specialization - if an apply specialization that is available doesn't fit, a new one wouldn't be installed, if the new code generated as a specialization didn't manage to do the apply specialization. Basically changing a conditional to an unconditional
a594925e9ef : 8062490: Out of memory problems, as untouched array datas didn't go directly to SparseArrayDatas, but dragged very large int arrays around
eaa2f20c9a3 : 8061959: ArrayBuffer lacked static isViewMethod
57d7c5b1f3d : 8062381: Wrong index was used for linking charCodeAt specializations
9aac443161a : 8060204: Fix warnings in Joni and tests
5d2bb4cd2d8 : 8059443: NPE when unboxing return values
83143ef7f88 : 8061210: Issues in TLS
a5545a5c349 : 8062050: A method is considered caller sensitive, but it doesn't have the CallerSensitive annotation
e9ede3d065d : 8062050: A method is considered caller sensitive, but it doesn't have the CallerSensitive annotation
10ebc44ee04 : 8062050: A method is considered caller sensitive, but it doesn't have the CallerSensitive annotation
2591722cc06 : 8061957: Some arithmetic operations have unnecessary widening
10284eac815 : 8061957: Some arithmetic operations have unnecessary widening
c0a2e408592 : 8061957: Some arithmetic operations have unnecessary widening
6ea71a2f48b : 8036913: make DeoptimizeALot dependent on number of threads
860ee433c3a : 8074312: Enable hotspot builds on 4.x Linux kernels
bdce654961f : 8078666: JVM fastdebug build compiled with GCC 5 asserts with "widen increases"
17b097c2663 : 8086111: BACKOUT - metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
f236de5c001 : 8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed
20588938c26 : 8072588: JVM crashes in JNI if toString is declared as an interface method
67bbeadb7a6 : 8078834: [TESTBUG] Tests fails on ARM64 due to unknown hardware
fa223c2598a : 8051045: HotSpot fails to wrap Exceptions from invokedynamic in a BootstrapMethodError
dd42c97de46 : 8036913: make DeoptimizeALot dependent on number of threads
50bd1a7e472 : 8074312: Enable hotspot builds on 4.x Linux kernels
8051b4905df : 8078666: JVM fastdebug build compiled with GCC 5 asserts with "widen increases"
19869aa6e31 : 8086111: BACKOUT - metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
e5fd709ab52 : 8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed
0121398c240 : 8072588: JVM crashes in JNI if toString is declared as an interface method
6be9277e19f : 8078834: [TESTBUG] Tests fails on ARM64 due to unknown hardware
1b5177cebd7 : 8051045: HotSpot fails to wrap Exceptions from invokedynamic in a BootstrapMethodError
bd4a93871b1 : 8062164: Incorrect color conversion, when bicubic interpolation is used
44213132abd : 8062449: Update langtools/test/Makefile to use JCK 9
1755afa0bd7 : 8062583: Throwing object with error prototype causes error proto to be caught
39c9fbd2474 : 8062583: Throwing object with error prototype causes error proto to be caught
da5aeff9d3a : 8060169: Update the Crash Reporting URL in the Java crash log
ea32f916bce : 8064494: Increment the build value to b05 for hs25.31 in 8u31-b08
1ec1968013e : 8058715: stability issues when being launched as an embedded JVM via JNI
5fcbac3333d : 8064303: Increment hsx 25.31 build to b04 for 8u31-b08
cafd51cfa61 : 8060169: Update the Crash Reporting URL in the Java crash log
34f875d2f4d : 8064494: Increment the build value to b05 for hs25.31 in 8u31-b08
47ce16b36cb : 8058715: stability issues when being launched as an embedded JVM via JNI
2f820941600 : 8064303: Increment hsx 25.31 build to b04 for 8u31-b08
d34d7e99dc8 : 8060169: Update the Crash Reporting URL in the Java crash log
bbbe66148f2 : 8060169: Update the Crash Reporting URL in the Java crash log
c5c6c443195 : 8062635: Enable custom CompileJavaClasses.gmk
8ffac3b1fab : 8062635: Enable custom CompileJavaClasses.gmk
00221c96e8a : Added tag hs25.40-b17 for changeset 30da552321fc
e3785d5e280 : Added tag hs25.40-b17 for changeset 849a22fe440a
ff54f6ff545 : 8062558: Add javax/sql/rowset/spi tests
7a54433a74d : 8057830: Crash in Java2D Queue Flusher, OGLSD_SetScratchSurface
f27723c08b0 : 8060169: Update the Crash Reporting URL in the Java crash log
a09725181e1 : 8062561: Test bug8055304 fails if file system default directory has read access
47c1147b574 : 8062561: Test bug8055304 fails if file system default directory has read access
44b0af6eb92 : 8062583: Throwing object with error prototype causes error proto to be caught
05d3afd8ecb : 8062132: Nashorn incorrectly binds this for constructor created by another function
165dbb1acd7 : 8062132: Nashorn incorrectly binds this for constructor created by another function
84dcf7e9157 : 8062401: User accessors require boxing and do not support optimistic types
ffd935f17ab : 8062401: User accessors require boxing and do not support optimistic types
49f87c10341 : 8062475: Enable hook for custom doc generation
60b81359827 : 8061305: Javadoc crashes when method name ends with "Property"
f7b19931422 : 8062475: Enable hook for custom doc generation
77908948c7e : 8062475: Enable hook for custom doc generation
562ef361604 : 8062606: Fix a typo in java.awt.Robot class
cd2c4bfd1d3 : 8062132: Nashorn incorrectly binds this for constructor created by another function
33df9eecaae : 8061308: Remove iCMS
b23c39c07b2 : 4354680: Runtime.runFinalization() silently clears interrupted flag in the calling thread
10d96d7aece : 8062593: remove debug print statements
ee2e529d22f : 8062579: JavacTask, DocumentationTask impls should close file manager when possible
35b29e76622 : 8062336: Revert tools/javap/T6729471.java to original test code
842ce4b94ed : 8028539: Endless loop in native code of sun.java2d.loops.ScaledBlit
5d33a33e2f7 : 8062401: User accessors require boxing and do not support optimistic types
0311b33996b : 8062501: Modifications of server socket channel accept() methods for instrumentation purposes
b30a8ca9cac : 8062501: Modifications of server socket channel accept() methods for instrumentation purposes
32ca949153c : 8062501: Modifications of server socket channel accept() methods for instrumentation purposes
623e2a7cce5 : 8062497: Open up some AffineTransform tests
755b2be9af4 : 8062521: 9-dev glinux/elinux "configure: error: Could not find all X11 headers" since 2014-10-28
baf8cabd665 : Added tag jdk9-b37 for changeset 957656314d82
e9d3130f3d4 : Added tag jdk9-b37 for changeset f3f667e5870c
a4fc3795b6c : Added tag jdk9-b37 for changeset 88fe05f2d973
7fafb195a6a : Added tag jdk9-b37 for changeset a34b97a133ea
b412f2a2f0e : Added tag jdk9-b37 for changeset c4918033790e
6adc3da8411 : Added tag jdk9-b37 for changeset 566704615ade
1f6e40fd8f3 : Added tag jdk9-b37 for changeset 410d1a5e1a5c
f2f6553039c : Added tag jdk9-b37 for changeset afcbbfccf839
08eb67b941e : 8067377: My hobby: caning, then then canning, the the can-can
b13527e3223 : 8056238: (process) ProcessBuilder.redirectError spec has a broken link
45770d31526 : 8065804: JEP 171: Clarifications/corrections for fence intrinsics
0a3973c5a6a : 8065172: More core reflection final and volatile annotations
ccb65f43ee4 : 7156085: ArrayIndexOutOfBoundsException throws in UTF8Reader of SAXParser
63ddccfab06 : 7156085: ArrayIndexOutOfBoundsException throws in UTF8Reader of SAXParser
d2c9b825137 : 8062513: doclint warnings in HijrahChronology
bbf16fb931d : 8056911: Remove internal API usage from ExtendedRobot class
565125c84cb : 8057893: JComboBox actionListener never receives "comboBoxEdited" from getActionCommand
fe1762fbd61 : 8061817: Whitebox.deoptimizeMethod() does not deoptimize all OSR versions of method
342df9829af : 8062514: Update ToolTester tests to close file manager
4ce27b2f9ec : 8062504: javadoc Start does not close file managers that it opens
8bd23f1681a : 8062348: langtools tests should close file manager (group 1)
363ac808d59 : 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
9f625d0e1c4 : Added tag jdk8u40-b12 for changeset 517ac0554f15
9b3509eea84 : Added tag jdk8u40-b12 for changeset b5f865e8f361
097e267e85d : Added tag jdk8u40-b12 for changeset ee3a5b7825f2
08997782114 : Added tag jdk8u40-b12 for changeset 6367892f84c5
209fdf45d37 : Added tag jdk8u40-b12 for changeset f69d7500d7e5
ed1af6de633 : Added tag jdk8u40-b12 for changeset 43750db699fe
ca87131128a : Added tag jdk8u40-b12 for changeset a4f7368693fa
3a68f53f90c : Added tag jdk8u40-b12 for changeset f6e2819163b1
d7666a804d1 : Added tag jdk8u40-b12 for changeset b0a3d2ceaf30
94e110264a6 : Added tag jdk8u40-b12 for changeset 8f13fc24a6a2
3c3a21b48b3 : Added tag jdk8u40-b12 for changeset afd0785bb434
fa99675630e : Added tag jdk8u40-b12 for changeset 68068847a6eb
f5bf54358a8 : Added tag jdk8u40-b12 for changeset 3ffc3c164573
824f947ec93 : Added tag jdk8u40-b12 for changeset ce5bf3acd778
f26a43c05d4 : Added tag jdk8u40-b12 for changeset d6d400941a81
b8c8a735458 : Added tag jdk8u40-b12 for changeset fa332d5e456e
d6a96ba1104 : 8059877: GWT branch frequencies pollution due to LF sharing
ab67b759fd5 : 8064560: (tz) Support tzdata2014j
5b4c1969f2e : 8059877: GWT branch frequencies pollution due to LF sharing
8c0346b40d1 : 8064560: (tz) Support tzdata2014j
224c42ee4d4 : 8059877: GWT branch frequencies pollution due to LF sharing
426cd00f3b9 : 8059206: (tz) Support tzdata2014i
8b8a9d5f943 : 8060707: jdwp accept invalid address ':'
8aa05f7690d : 8062284: Sweeper thread should not be visible when calling Thread.getAllStackTraces()
97fc6cb4fae : 8062312: OpenJDK build fails when bundling freetype libraries
a065473cfc1 : 4774077: Use covariant return types in the NIO buffer hierarchy
9299e8a8a6f : 8062264: KeychainStore requires non-null password to be supplied when retrieving a private key
b587478f7cc : 8062376: Suppress cast warnings when using NIO buffers
0aa09022fa3 : 8062370: Various minor code improvements
8d64173ec8b : 8048124: Read hijra-config-umalqura.properties as a resource
63080521d71 : 8058093: Test nsk/stress/jck60/jck60014: assert in src/share/vm/oops/constantPool.cpp: should not be resolved otherwise 8044209: nsk/split_verifier/security/coglio06 fails with exit code 97 - missing 'prohibited package name'
49109b9d2b6 : 8061592: wrong javadoc parameters for firePropertyChange()
897d6c5c9bd : 8061250: serviceability/dcmd/compiler/CompilerQueueTest.java failed
1c866d84330 : 8062250: [TESTBUG] compiler/codecache/CheckSegmentedCodeCache.java fails after CodeCacheMinimumFreeSpace removal
da1abd67731 : 8058511: StackOverflowError at com.sun.tools.javac.code.Types.lub
efeb9224441 : 8058511: StackOverflowError at com.sun.tools.javac.code.Types.lub
24c29c4db4e : 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads
4c036f57309 : 8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop
b051027d6f1 : 8023173: FileDescriptor should respect append flag
bc0e50683e0 : 8062216: [nashorn] regresion test failure with TimeZone
a06a8217994 : 8062216: [nashorn] regresion test failure with TimeZone
c92cca11f6b : 8062216: [nashorn] regresion test failure with TimeZone
b301b207b30 : 8062135: serviceability/threads/TestFalseDeadLock.java should be quarantined
14e05b48582 : 8059533: (process) Make exiting process wait for exiting threads [win]
0d3acc8838a : 8061552: Contended Locking speedup PlatformEvent unpark bucket
7abf72a2dc0 : 8061960: java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout
178193aa935 : 8062288: Minor re-org of java/sql testing tests
719facf80bd : 8062159: Fix Xrender check to work with sysroot
1e7b7a410e2 : 8061983: [TESTBUG] compiler/whitebox/MakeMethodNotCompilableTest.java fails with "must not be in queue"
d70857aa769 : 8054448: (ann) Cannot reference field of inner class in an anonymous class
4eabb711864 : 8054448: (ann) Cannot reference field of inner class in an anonymous class
5e152d5fcbc : 8062185: Unpaired braces in javadoc
41a7cfd22f4 : 8062233: add java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java to problem list
f9d8e2ae9dc : 8062206: Remove unusable G1RSLogCheckCardTable command line argument
6e148efe69a : 8064348: Add TraceEvent::is_enabled() for embedded/minimal builds
894e9e8f879 : 8060467: CMS: small OldPLABSize and -XX:-ResizePLAB cause assert(ResizePLAB || n_blks == OldPLABSize) failed: Error
bb556024a72 : 8061964: Insufficient compiler barriers for GCC in OrderAccess functions
73394562661 : 8062836: BACKOUT - Parallelize clearing the next mark bitmap
0e549286861 : 8061467: Bad page size passed to setup_large_pages() on Solaris
c1bc4be92b0 : 8061449: G1: FreeRegionList_test() fails with G1 after the JDK-8058534 fix to HeapRegion::orig_end()
4a9f0675872 : 8049341: Parallelize clearing the next mark bitmap
fe45f7091b9 : 8054491: Remove wrong assert and refactor code in G1CollectorPolicy::record_concurrent_mark_end
4601eb634ac : 8061308: Remove iCMS
5fd75161366 : 8043243: convert SCAN_AND_FORWARD, SCAN_AND_ADJUST_POINTERS, SCAN_AND_COMPACT macros to methods
6306dce8314 : 8061234: ResourceContext.requestAccurateUpdate() is unreliable
a76f56165c5 : 8043277: Update jdk regression tests to extend the default security policy instead of override
1457a8cc935 : 8062198: Add RowSetMetaDataImpl Tests and add column range validation to isdefinitlyWritable
40efb44083c : Added tag jdk8u31-b06 for changeset c2cb8f1807b9
befe85cad3f : Added tag jdk8u31-b06 for changeset be8d35718ba1
c3eba491ab4 : Added tag jdk8u31-b06 for changeset 39496fe4f1d2
83998f4dfdf : Added tag jdk8u31-b06 for changeset 3dd5bd1fe290
868afbd8bdf : 8048124: Read hijra-config-umalqura.properties as a resource 8061533: HijrahChronology should use Integer.parseInt
e719e463ca2 : Added tag jdk8u31-b06 for changeset 489e8f8a1b08
ffe9d8db5a3 : Added tag jdk8u31-b06 for changeset 44253ff6197e
8a79ca7bd52 : Added tag jdk8u31-b06 for changeset bc2835b8d9e1
a2594e493a2 : Added tag jdk8u31-b06 for changeset a16461320da7
80fedf44ffd : Added tag jdk8u31-b06 for changeset 0651316613e8
ac5f89117e7 : Added tag jdk8u31-b06 for changeset 23ed651c5a2b
fa55d5bc763 : Added tag jdk8u31-b06 for changeset 6dae694a1d43
8a4b109b4d1 : Added tag jdk8u31-b06 for changeset c527c217d723
f31861a04c8 : Added tag jdk8u31-b06 for changeset e54ea0482177
f48d0f4f95d : Added tag jdk8u31-b06 for changeset c41eff915d98
e2e23093f68 : Added tag jdk8u31-b06 for changeset 31bb710dee9e
41207c6620f : Added tag jdk8u31-b06 for changeset b743d90af454
0bfa3c50361 : 8059423: Replace references for rt.jar by temp.jar
b9c70becabf : 8059614: [TESTBUG] Test for UseNUMA enable UseNUMAInterleaving
d3be5ae7236 : 8060715: There is a small race condition in IdleResetSjavac
b7956c76bc7 : 8062024: Issue with date.setFullYear when time other than midnight
8b73ba2924f : 8062024: Issue with date.setFullYear when time other than midnight
3581d4e2260 : 8062024: Issue with date.setFullYear when time other than midnight
55312612fb7 : 8061574: 9-dev solaris-amd64 and solaris-sparcv9 build fail on 2014-10-20
9589042c5a5 : 8050807: Better performing performance data handling
d0a70994bfb : 8050807: Better performing performance data handling
70e627d95de : 8061323: JavadocTokenizer repeatedly compiles pattern to check for deprecation
424ccf1771e : 8062070: com/sun/jdi/DoubleAgentTest.java.DoubleAgentTest fails intermittently after 8056143
122dd592db9 : 8058847: C2: EliminateAutoBox regression after 8042786
619cf438d46 : 8065346: WB_AddToBootstrapClassLoaderSearch calls JvmtiEnv::create_a_jvmti when not in _thread_in_vm state
584e3a7d2b5 : 8064701: Some CDS optimizations should be disabled if bootclasspath is modified by JVMTI
3aba035d125 : 8058847: C2: EliminateAutoBox regression after 8042786
0df6f27ef20 : 8065346: WB_AddToBootstrapClassLoaderSearch calls JvmtiEnv::create_a_jvmti when not in _thread_in_vm state
1f7e4c3b83c : 8064701: Some CDS optimizations should be disabled if bootclasspath is modified by JVMTI
0c95b0fb5f6 : 8060483: NPE with explicitCastArguments unboxing null
06ca522eff6 : 8061830: [asm] refresh internal ASM version v5.0.3
2e4b80db5be : 8054367: More references for endpoints
9e1cc41cede : 8054367: More references for endpoints
337a018a001 : 8054367: More references for endpoints
13678643ac3 : 8054367: More references for endpoints
f5c3ac04e42 : 8061962: classFileParser.cpp.orig got erroneously added to the hotspot source repository
baeacc8e45e : 8061210: Issues in TLS
fd756c78e8a : 8061210: Issues in TLS
b7ef3a6bdc7 : 8061210: Issues in TLS
63c6a1f3e79 : 8061210: Issues in TLS
3dadb9d8e31 : 8061955: asm.js idioms result in unnecessarily code emission
67589cfc730 : 8061778: Wrong LineNumberTable for default constructors
e0ae597d5a2 : 8075520: Varargs access check mishandles capture variables 8077786: Check varargs access against inferred signature
7971f90d722 : 8061778: Wrong LineNumberTable for default constructors
9dbeedcf8ea : 8075520: Varargs access check mishandles capture variables 8077786: Check varargs access against inferred signature
2e4998b00fc : 8061924: demos target fails if users CDPATH is incorrectly set
f55d90353ff : 8057135: [TESTBUG] Need a test to cover JDK-8050167
991885e85d2 : 8060448: ArrayIndexOutOfBoundsException with annotation processing printout of empty line
1de8cf1b7f6 : 8064367: Fix IntelliJ langtools support to use new dev build
de2b97f1335 : 8063145: ToolBox should support extracting classes from a JavaFileManager/Location
3f3f44af47c : 8058489: More adjustments of langtools/make/build.xml to modularized layout
ab1b9a9cf13 : 8029012: parameter_index for type annotation not updated after outer.this added
aca235b1210 : 8062245: Test executes incorrect class
71ae76123ce : 7154054: [macosx] Can't distinguish the focus move to next cell
0149333fb81 : 8054448: (ann) Cannot reference field of inner class in an anonymous class
535317c6f8b : 8061778: Wrong LineNumberTable for default constructors
b827d99595e : Added tag hs25.40-b16 for changeset 9362f9707d85
45f29e4f068 : Added tag hs25.40-b16 for changeset 4203633d91f8
5306f2430a1 : 6191224: (reflect) Misleading detail string in IllegalArgumentException thrown by Array.get<Type>
8f8d87ece5f : 8061748: Remove check_ct_logs_at_safepoint()
8d400b3cedb : Added tag jdk9-b36 for changeset bed94e5e4a68
a2809ad3eb4 : Added tag jdk9-b36 for changeset d1480cb49283
0d39a08e17c : Added tag jdk9-b36 for changeset f470dec57bab
93ec887d47b : Added tag jdk9-b36 for changeset 2a65d9f1c324
c809c6a3295 : Added tag jdk9-b36 for changeset 28c10766cfac
94c271fa964 : Added tag jdk9-b36 for changeset 1f97f4f1b7d9
771acd9407f : Added tag jdk9-b36 for changeset c05fb0c4c181
96941c89512 : 8057800: Method reference with generic type creates NPE when compiling
efa51d67d43 : 8059710: javac, the same approach used in fix for JDK-8058708 should be applied to Code.closeAliveRanges
b82d5e7219b : 8059710: javac, the same approach used in fix for JDK-8058708 should be applied to Code.closeAliveRanges
503cf15f629 : 8059710: javac, the same approach used in fix for JDK-8058708 should be applied to Code.closeAliveRanges
1aa3da10672 : 8038268: VM Crashes in MetaspaceShared::generate_vtable_methods while creating CDS archive with limiting SharedMiscCodeSize
76684f71a22 : 8059813: Type Info Cache flag must must be documented
4533d1263b0 : 8059813: Type Info Cache flag must must be documented
302bc3438c4 : 8059941: [D3D] The fix for JDK-8029253 should be ported to d3d pipeline
02308fac34e : 8059813: Type Info Cache flag must must be documented
a04c2ed2f54 : 8029465: warnings from b118 for jdk.src.share.native.sun.management: JNI exception pending
25a9e7d26ce : 8061391: concat as a builtin optimistic form, had to remove NoTypedArrayData and replace it, as we throw away a lot of optimistic link opportunities with NoTypedArrayData not being Continuous
410ecf4f8ad : 8061955: asm.js idioms result in unnecessarily code emission
428615ad84c : 8061391: concat as a builtin optimistic form, had to remove NoTypedArrayData and replace it, as we throw away a lot of optimistic link opportunities with NoTypedArrayData not being Continuous
da6b830f3fd : 8061955: asm.js idioms result in unnecessarily code emission
5f5c28bf633 : 8061391: concat as a builtin optimistic form, had to remove NoTypedArrayData and replace it, as we throw away a lot of optimistic link opportunities with NoTypedArrayData not being Continuous
cedf5006180 : 8061630: G1 iterates over JNIHandles two times
30ea2bb77cb : 8061630: G1 iterates over JNIHandles two times
673fbc5a6d2 : 8061630: G1 iterates over JNIHandles two times
52b2ee0d678 : 8061630: G1 iterates over JNIHandles two times
3a3e45ab409 : 8061630: G1 iterates over JNIHandles two times
85c6b454e87 : 8058506: ThreadMXBeanStateTest throws exception
3e9676e59cd : 8064700: [parfait] Function Call Mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/xawt/XToolkit.c
7eff9e0bf09 : 8064699: [parfait] JNI primitive type mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c
e7a47b67971 : 8064698: [parfait] JNI exception pending in jdk/src/java/desktop/unix/native: libawt_xawt/awt/, common/awt
87d5309d5e8 : 7155963: Deadlock in SystemFlavorMap.getFlavorsForNative and SunToolkit.awtLock
c58dd448f2b : 8067241: DeadlockTest.java failed with negative timeout value
55b1467fbc6 : 8034263: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails intermittently
6c4c7f0a964 : 8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
95b03fceded : 8058506: ThreadMXBeanStateTest throws exception
e001698c450 : 8064700: [parfait] Function Call Mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/xawt/XToolkit.c
1d3c3181597 : 8064699: [parfait] JNI primitive type mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c
6c208579fef : 8064698: [parfait] JNI exception pending in jdk/src/java/desktop/unix/native: libawt_xawt/awt/, common/awt
358ee331a11 : 7155963: Deadlock in SystemFlavorMap.getFlavorsForNative and SunToolkit.awtLock
8a734af4ba5 : 8067241: DeadlockTest.java failed with negative timeout value
5418555349c : 8034263: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails intermittently
d0aa0e77560 : 8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
53a4f4cd629 : 8058506: ThreadMXBeanStateTest throws exception
ae573bf95fa : 8061826: Part of JDK-8060474 should be reverted
436cf7e892f : 8061826: Part of JDK-8060474 should be reverted
2d97b4eecf0 : 8061826: Part of JDK-8060474 should be reverted
22e54192668 : 8061826: Part of JDK-8060474 should be reverted
f27e2492e4d : 8061826: Part of JDK-8060474 should be reverted
0e1283a8117 : 8043275: Fix interface initialization for default methods
42def03716f : 8049373: All compact profiles builds fail following JDK-8044473
df55734ad6f : Added tag jdk8u40-b11 for changeset 72d64e8bbe92
51e936ee05e : Added tag jdk8u40-b11 for changeset 8d94c91de4cd
8ccf55a5aa8 : Added tag jdk8u40-b11 for changeset b731913d614e
f7ec4414188 : Added tag jdk8u40-b11 for changeset 0c548eb9efff
0bde12955dd : Added tag jdk8u40-b11 for changeset 0dadaf012d99
7f9b3a177f9 : Added tag jdk8u40-b11 for changeset 61ddbf7334a5
db1200f6163 : Added tag jdk8u40-b11 for changeset 129740c855ef
23efd5652b7 : Added tag jdk8u40-b11 for changeset 95ac593371f4
8d79526f931 : Added tag jdk8u40-b11 for changeset 49c886ea4060
098a9e0f0a4 : Added tag jdk8u40-b11 for changeset 438f679f4e8d
f4502e04f5e : Added tag jdk8u40-b11 for changeset d1519a1bc8b7
da4d6a010c9 : Added tag jdk8u40-b11 for changeset bfd06a6c283e
0674b7d0951 : Added tag jdk8u40-b11 for changeset 4e8205f734a3
e50ea6b1c06 : Added tag jdk8u40-b11 for changeset ebb9c2b6e28e
72c497eef63 : Added tag jdk8u40-b11 for changeset 4f672c214ffb
f6ade7d690d : Added tag jdk8u40-b11 for changeset be46f2a1d4b7
55f5a6fc4b4 : 8054367: More references for endpoints
59ca72f0eb7 : 8059767: FileHandler should allow 'long' limits and handle overflow of MeteredStream.written
27e9dd8a8d4 : 8061805: BACKOUT - Remove the generations array
ea48bceb5e7 : 8057043: Type annotations not retained during class redefine / retransform
023d824a43b : 8042888: Remove extcheck tool
d1773311724 : 8058197: AWT fails on generic non-reparenting window managers
209ffcd9a5e : 8061618: Removed unused networking functions from os class
066947c3246 : 8061456: [OGL] Incorrect clip is used during sw->surface blit in xor mode
5074c6ed367 : 8061723: 8060056 breaks tests on Windows
a3b952a84df : 8061686: Size limits in BufferAllocator should have been final
0e0e189bf63 : 8060056: replace java.io.File with java.nio.file.Path
3b44ba662d3 : 8060474: Resolve more parsing ambiguity
a324ff0f313 : 8058255: Native jbyte Atomic::cmpxchg for supported x86 platforms
2da855a2593 : 8064865: Remove the debug funciontality RotateCMSCollectionTypes for CMS
f3997d8eeda : 8064721: The card tables only ever need two covering regions
4b60638d85a : 8064702: Remove the CMS foreground collector
eebf2b91266 : 8064581: Move INCLUDE_ALL_GCS include section to the end of the include list
d326162380e : 8064580: Move INCLUDE_CDS include section to the end of the include list
04bdb774e1e : 8064473: Improved handling of age during object copy in G1
4feb7b4dab0 : 8058209: Race in G1 card scanning could allow scanning of memory covered by PLABs
95704b233c8 : 8064811: Use THREAD instead of CHECK_NULL in return statements
3b31df26c8f : 8064786: Fix debug build after 8062808: Turn on the -Wreturn-type warning
294a63af5f6 : 8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes
692dbfd02d9 : 8062808: Turn on the -Wreturn-type warning
8244cae54a8 : 8054457: Refactor Symbol kinds from small ints to an enum
e170fafd7cc : 8058610: must not let long operations overflow
50109fe6a3b : 8058610: must not let long operations overflow
e2eb419e3f0 : 8058610: must not let long operations overflow
46e9fb51768 : 6979279: remove special-case code for ParallelGCThreads==0
b548a2d4448 : 8032573: CertificateFactory.getInstance("X.509").generateCertificates(InputStream) does not throw CertificateException for invalid input
955670fefb6 : 8032573: CertificateFactory.getInstance("X.509").generateCertificates(InputStream) does not throw CertificateException for invalid input
394d138ead4 : Added tag jdk8u31-b05 for changeset 9da1ad6433b1
dbe096ef97d : Added tag jdk8u31-b05 for changeset e4a4cd85e739
51c994fefb2 : Added tag jdk8u31-b05 for changeset f26f18a9433e
20158d4f6d8 : Added tag jdk8u31-b05 for changeset bb9787515df9
bc93446a589 : Added tag jdk8u31-b05 for changeset 4c815ab6fc90
7966214c81b : Added tag jdk8u31-b05 for changeset 9dde81741d42
23b8348be66 : Added tag jdk8u31-b05 for changeset 619e9a50063a
c756ec6ba92 : Added tag jdk8u31-b05 for changeset 46970d08d754
9355bff045a : Added tag jdk8u31-b05 for changeset bafb45f1c855
fbb2af71c36 : Added tag jdk8u31-b05 for changeset 50f897b93ce9
796c71c98b1 : Added tag jdk8u31-b05 for changeset 58466ff851ba
1f55ec4e957 : Added tag jdk8u31-b05 for changeset 1e77c36e2b19
66b0c50c87f : Added tag jdk8u31-b05 for changeset e063f8f7b990
2fe0ea44784 : Added tag jdk8u31-b05 for changeset 036766bfe69f
987c3f43b0d : Added tag jdk8u31-b05 for changeset 452cea3c0497
0a6bd9528a7 : Added tag jdk8u31-b05 for changeset 904ebd2b4d74
79738069b0d : 8060252: JDK-7173584 compiler changes regress SPECjvm2008 on SPARC
8cd1a874e89 : 8059780: SPECjvm2008-MPEG performance regressions on x64 platforms
8152a3ea35b : 8044186: Introduce a reproducible random generator
e429e497cec : 8043125: compiler/types/correctness/CorrectnessTest.java: assert(layout->tag() == DataLayout::speculative_trap_data_tag) failed: wrong type
e5a126fe00f : 8036913: make DeoptimizeALot dependent on number of threads
74def215cdc : 8054492: Casting can result in redundant null checks in generated code
62d33442b8b : 8062169: Multiple OSR compilations issued for same bci
1d833b7933d : 8058982: Better verification of an exceptional invokespecial
2eb8f906c3d : 8058982: Better verification of an exceptional invokespecial
616b9271608 : 8058982: Better verification of an exceptional invokespecial
395720bf70e : 8061392: PrinterJob NPE when drawing translucent image with null user clip
4725c250956 : 8058547: Memory leak in ProtectionDomain cache
2a50222f920 : 8059590: ArrayIndexOutOfBoundsException occurs when Container with overridden getComponents() is deserialized
204eaaa4390 : 8059590: ArrayIndexOutOfBoundsException occurs when Container with overridden getComponents() is deserialized
569ddab8680 : 8061464: A typo in CipherTestUtils test
de498625b3b : 8060724: ant test262parallel in Nashorn spends a significant amount of time after almost all the tests are run
97f767041ad : 8059844: Implement optimistic splitter
5ca40a16e1f : 8059844: Implement optimistic splitter
7bb8d394990 : 8059844: Implement optimistic splitter
0178c8c2dac : 8048035: Ensure proper proxy protocols
b8d35dcbf91 : 8048035: Ensure proper proxy protocols
96909cf5f18 : 8059995: Broken link in Package javax.swing.border
13fbfe1e6c8 : 8059590: ArrayIndexOutOfBoundsException occurs when Container with overridden getComponents() is deserialized
bd227a9bac6 : 8058568: GC cleanup phase can cause G1 skipping a System.gc()
aeed202b0b9 : 8061257: nashorn ant build script should have a sanity target
b132ac1701a : 8059064: Better G1 log caching
6d8e4a2abe6 : 8059064: Better G1 log caching
6485d074d4d : 8059064: Better G1 log caching
58981bad953 : 8076467: AARCH64: assertion fail with -XX:+UseG1GC
98988ffc54a : 8061267: PrinterJob: Specified Page Ranges not displayed in Windows Native Print Dialog
1e9d21c6bf2 : 8039915: Wrong NumberFormat.format() HALF_UP rounding when last digit exactly at rounding position greater than 5
3cbfa7c6270 : 8039915: Wrong NumberFormat.format() HALF_UP rounding when last digit exactly at rounding position greater than 5
97f928b131c : 8060151: Check-in changes for 8u40 nroff Open JDK
ab3f56551e4 : 8060151: Check-in changes for 8u40 nroff Open JDK
c681e6ea7d5 : Added tag hs25.40-b15 for changeset 4660ca270d11
8967ead26fd : Added tag hs25.40-b15 for changeset b9cbfb996a05
3d03c79acb5 : 8042622: Check for CRL results in IllegalArgumentException "white space not allowed"
ec1b9469126 : 8042622: Check for CRL results in IllegalArgumentException "white space not allowed"
c557d4f43a2 : 8042622: Check for CRL results in IllegalArgumentException "white space not allowed"
797e56909b2 : 8042622: Check for CRL results in IllegalArgumentException "white space not allowed"
959a708221b : 8059843: Make AST serializable
2e78081f9a5 : 8060724: ant test262parallel in Nashorn spends a significant amount of time after almost all the tests are run
c50f03dcc6e : 8061257: nashorn ant build script should have a sanity target
268cb56047d : 8060011: Concatenating an array and converting it to Java gives wrong result
4e689f0a8ab : 8059843: Make AST serializable
14e51e77fae : 8060724: ant test262parallel in Nashorn spends a significant amount of time after almost all the tests are run
9006eefdfaa : 8061257: nashorn ant build script should have a sanity target
b3ff32668b4 : 8060011: Concatenating an array and converting it to Java gives wrong result
36ddb21187f : 8059843: Make AST serializable
c27e2c99f42 : 8061312: Even more debug output needed
d03eadea273 : 8060170: Support SIO_LOOPBACK_FAST_PATH option on Windows
80b26e58825 : 8042622: Check for CRL results in IllegalArgumentException "white space not allowed"
c603f42b917 : 8056143: interrupted java/lang/management/MemoryMXBean/LowMemoryTest.java leaves running process
d64da6c76eb : 8060692: Delete com/sun/jmx/snmp and sun/management/snmp from OpenJDK
fc36466f8fc : 8059411: RowSetWarning does not chain warnings
dc60e274ffc : 8046002: Move Ucrypto to the open jdk repo
f9e2e247577 : 8060432: tools/pack200/TestNormal.java fails on Windows with java.io.FileNotFoundException after JDK-8058854
dbbd404bbbc : 8049071: Add jtreg jobs to JPRT for hotspot
0006afffece : 8049071: Add jtreg jobs to JPRT for hotspot
12b7532ad02 : 8051561: Convert JAXP functional tests to jtreg(TestNG): javax.xml.xpath.*
1cd48f2b658 : 8051540: Convert JAXP functional tests to jtreg(TestNG): SAX and Transform
cf1a6340002 : 8040131: Implement classfile test for LineNumberTable attribute
33180b072e3 : Added tag jdk9-b35 for changeset b5cd0f03efc4
a1a5ed97f2f : Added tag jdk9-b35 for changeset 906669fe9f2d
3e052996844 : Added tag jdk9-b35 for changeset 4bee12591374
36ef31d90b1 : Added tag jdk9-b35 for changeset 766607612d81
25df080c89e : Added tag jdk9-b35 for changeset ec7f6f7c8797
f0c24e1a0fa : Added tag jdk9-b35 for changeset 58090065f895
aa619e81f8a : Added tag jdk9-b35 for changeset ba12299a76d2
5f7c6d15ebc : Added tag jdk9-b35 for changeset 6ca2395495b0
cc264643ac1 : 8060256: The loop in Arguments::parse() can be enhanced
ae489598a2a : 8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError
7fb49ec8170 : 8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError
8832359f62a : 8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError
8b03e2495ea : 8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError
77a56e6c00b : 8058695: [TESTBUG] Reinvokers with arity >253 can't be cached
aafdb58b6f0 : 8058695: [TESTBUG] Reinvokers with arity >253 can't be cached
a3d49b13a3c : 8061113: Boolean used as optimistic call return type
d995964e449 : 8061113: Boolean used as optimistic call return type
6da7daa4c27 : 8061113: Boolean used as optimistic call return type
318f1da1b6f : 8055191: Split GensrcProperties.gmk into separate modules
248b3ebfee8 : 8060474: Resolve more parsing ambiguity
2e802f66899 : 8060474: Resolve more parsing ambiguity
cf4a6262569 : 8060474: Resolve more parsing ambiguity
3136043b2b0 : 8048035: Ensure proper proxy protocols
00dbcf4648a : 8060474: Resolve more parsing ambiguity
7fc2d5d3e33 : 8048035: Ensure proper proxy protocols
3215beb313d : 8055309: RMI needs better transportation considerations
50f7231e42c : 8055309: RMI needs better transportation considerations
c097d9618dc : 8055309: RMI needs better transportation considerations
adfc8f74e5b : 8055309: RMI needs better transportation considerations
e477cb36d7c : 8055309: RMI needs better transportation considerations
823f5f273e9 : 8032573: CertificateFactory.getInstance("X.509").generateCertificates(InputStream) does not throw CertificateException for invalid input
4bf024dde1d : 8044627: Update JNDI to work with modules
3f4fc416404 : 8047031: Add SocketPermission tests for legacy socket types
972cb662d89 : 8055191: Split GensrcProperties.gmk into separate modules
24484d54385 : Added tag jdk8u40-b10 for changeset fc258aebdd8e
001950f7b26 : Added tag jdk8u40-b10 for changeset ffda25f76049
b188127f06b : Added tag jdk8u40-b10 for changeset d21b7f29a160
9d4ade7e9a8 : Added tag jdk8u40-b10 for changeset 1b7e14830306
a3a87ab5242 : Added tag jdk8u40-b10 for changeset 6ff3684f1a5d
800b353c8cf : Added tag jdk8u40-b10 for changeset d5089e0507ff
e0940fec289 : Added tag jdk8u40-b10 for changeset c654e1f41d21
0fd6627ae4f : Added tag jdk8u40-b10 for changeset aeabe5722e06
bd81f29d111 : Added tag jdk8u40-b10 for changeset edb1a67d5ffe
50d93cd8601 : Added tag jdk8u40-b10 for changeset 42691ce22e2b
992e1ba240f : Added tag jdk8u40-b10 for changeset 1db44c582ee8
cb466d92c1e : Added tag jdk8u40-b10 for changeset d628d61b290b
9e5d3b1c6c5 : Added tag jdk8u40-b10 for changeset 721f970f0c02
ea07db9def3 : Added tag jdk8u40-b10 for changeset 4cb1a36b3574
a186f76a430 : Added tag jdk8u40-b10 for changeset 09a8f59017a9
1a724cbe2d1 : Added tag jdk8u40-b10 for changeset 8ac5ea1f34e7
dd9a420c47d : 8060688: Nashorn: Generated script class name fails --verify-code for names with special chars
3acae394701 : 8060688: Nashorn: Generated script class name fails --verify-code for names with special chars
6427d424c8b : 8060688: Nashorn: Generated script class name fails --verify-code for names with special chars
67196279d04 : 8060241: Immediately invoked function expressions cause lot of deoptimization
b0ca3aea2af : 8060241: Immediately invoked function expressions cause lot of deoptimization
f571816c798 : 8060241: Immediately invoked function expressions cause lot of deoptimization
c39ec5b0b10 : 8060242: Compile-time expression evaluator was not seeing into ArrayBufferViews
6d3d6335193 : 8060242: Compile-time expression evaluator was not seeing into ArrayBufferViews
5d93e4cb256 : 8060242: Compile-time expression evaluator was not seeing into ArrayBufferViews
b79e1193cd8 : 8058606: [TESTBUG] Detailed Native Memory Tracking (NMT) data is not verified as output at VM exit
ed26c7e640f : 8059604: Add CompileThresholdScaling flag to control when methods are first compiled (with and withour TieredCompilation)
bde7fd61b4f : 8060215: per-method PrintIdealGraphLevel
2d25199575d : 8060006: No Russian time zones mapping for Windows
e69d600825d : 8060006: No Russian time zones mapping for Windows
ffbd381c8cd : 8059083: Remove jdk.compact3 from modules.xml
9382ecf5461 : 8059948: Rename the test group from jdk_rt to jdk_rm
c868386f462 : 8059948: Rename the test group from jdk_rt to jdk_rm
ad65e81ce7b : 8044269: Analysis of archive files
8d288ccc544 : 8027428: Different conditions for printing taskqueue statistics for parallel gc, parNew and G1
d10dd283933 : 8060116: After JDK-8047976 gc/g1/TestSummarizeRSetStatsThreads fails
7f664699518 : 8039915: Wrong NumberFormat.format() HALF_UP rounding when last digit exactly at rounding position greater than 5
6b6cc486988 : 8060485: (str) contentEquals checks the String contents twice on mismatch
66b8d7868d6 : 8028539: Endless loop in native code of sun.java2d.loops.ScaledBlit
2fcef980d7d : 8059206: (tz) Support tzdata2014i
7e6c928188a : 8060485: (str) contentEquals checks the String contents twice on mismatch
07c39f622e9 : 8028539: Endless loop in native code of sun.java2d.loops.ScaledBlit
b501990193e : 8059206: (tz) Support tzdata2014i
c25af2a6382 : 8060485: (str) contentEquals checks the String contents twice on mismatch
9db8ce689b6 : 8059083: Remove jdk.compact3 from modules.xml
f1ab0fae73b : 8049737: Contended Locking reorder and cache line bucket
7d50d71fe5d : 8058969: Test closed/sun/java2d/cmm/StubCMMShellTest.sh fails
d7fe532761e : 8047934: Adding new API for unlocking diagnostic argument
18c6eadd5f7 : 7148531: [macosx] In test, the window does not have time to resize before make a screenshot
bd3defa4bb7 : 8060471: DynamicLinker.getLinkedCallSiteLocation() is called even when logger is disabled, and it creates a stacktrace. This contributes unnecessarily to compile time
fab85d4210c : 8012518: Reengineer Parser.java to make it play well with the copy-on-write IR
4e28e24b1a2 : 8060238: Reports for optimistic test run overwrite those for pessimistic run
b9bb3a89f80 : 8060471: DynamicLinker.getLinkedCallSiteLocation() is called even when logger is disabled, and it creates a stacktrace. This contributes unnecessarily to compile time
ad1a24622d7 : 8060238: Reports for optimistic test run overwrite those for pessimistic run
362a7931208 : 8060471: DynamicLinker.getLinkedCallSiteLocation() is called even when logger is disabled, and it creates a stacktrace. This contributes unnecessarily to compile time
a891de31140 : 8060238: Reports for optimistic test run overwrite those for pessimistic run
2756ed20d76 : 8058511: StackOverflowError at com.sun.tools.javac.code.Types.lub
8f96799dd52 : 8058199: Code generation problem with javac skipping a checkcast instruction
b2208c63333 : 8050977: Java8 Javascript Nashorn exception: no current Global instance for nashorn
9801b119651 : 8050977: Java8 Javascript Nashorn exception: no current Global instance for nashorn
7df23b16451 : 8044215: Unable to initiate SpNego using a S4U2Proxy GSSCredential (Krb5ProxyCredential)
a5c50c80007 : 8044215: Unable to initiate SpNego using a S4U2Proxy GSSCredential (Krb5ProxyCredential)
73728c66fe7 : 8061651: Interface to the Lookup Index Cache to improve URLClassPath search time
2593fc8bfa1 : 8061651: Interface to the Lookup Index Cache to improve URLClassPath search time
8cc03657e9b : 8060249: Backout fix for JDK-8058243
51866388d13 : 7102541: RFE: os::set_native_thread_name() cleanups
bf91593f85c : Added tag jdk8u31-b04 for changeset 1c048b0fc409
3d12d231327 : Added tag jdk8u31-b04 for changeset 3ba0b85b756e
9c7dfbbe218 : Added tag jdk8u31-b04 for changeset 2d4d131c6b31
f8815ae2200 : Added tag jdk8u31-b04 for changeset ce38a78ae984
9f427ac2e51 : Added tag jdk8u31-b04 for changeset c98570f7d717
bd8ba222bc8 : Added tag jdk8u31-b04 for changeset 0e8dbd6ac52c
33d6dd105bb : Added tag jdk8u31-b04 for changeset b2eb160695dd
873f32554be : Added tag jdk8u31-b04 for changeset eb65860a6413
6e83abfe1de : Added tag jdk8u31-b04 for changeset f1327b050cda
39efe7a104d : Added tag jdk8u31-b04 for changeset 1b85d49349e4
1160784747f : Added tag jdk8u31-b04 for changeset 6440c9b5132d
9f64b7188b0 : Added tag jdk8u31-b04 for changeset 8a6cb7c52b4c
51a596d69ca : Added tag jdk8u31-b04 for changeset 37ca03545e1e
930bd020c21 : Added tag jdk8u31-b04 for changeset b1d719961194
2ea9c330f24 : Added tag jdk8u31-b04 for changeset f6d9fd6d5062
86eccb1adca : Added tag jdk8u31-b04 for changeset d3a0b940dc6d
c0328441218 : 8059842: Creating symbols for declared functions shouldn't be a special case
a4876d6c0ae : 8059842: Creating symbols for declared functions shouldn't be a special case
de5e2f50333 : 8059842: Creating symbols for declared functions shouldn't be a special case
2d6eed916f1 : 8050977: Java8 Javascript Nashorn exception: no current Global instance for nashorn
ef05cafd6b9 : 8060234: Fix push for JDK-8058243
25c3ce26aa9 : 8059848: Test java/awt/GraphicsDevice/CloneConfigsTest.java causes JVM crash in OEL 7.0
1eb03e49bfd : 8054956: Javac reports wrong error offset for unknown identifier of annotation element/value pair
f3201874bc9 : 8058243: Reduce size of bytecode for large switch statements
4fcc6c8f4f0 : 8060011: Concatenating an array and converting it to Java gives wrong result
0b304cd9ea6 : 8059297: Test api/javax_swing/interactive/JInternalFrameTests.html#JInternalFrame [JInternalFrameTest0007] fails with MotifLookAndFeel
38e46e728dc : 8046268: compiler/whitebox/ tests fail : must be osr_compiled
1fd4eb2824b : 8048052: Permission tests for setFactory
c8ad3dda639 : 8048610: Implement regression test for bug fix of 4686632 in JCE
cf484e1ad7a : 8049814: Additional SASL client-server tests
43b5f2325bf : 8050461: Tests for syntax checking of JAAS configuration file
e2735bc4112 : 8048820: Implement tests for SecretKeyFactory
39fca1f8e7e : 8048052: Permission tests for setFactory
23e400fa866 : 8048610: Implement regression test for bug fix of 4686632 in JCE
2958d864157 : 8049814: Additional SASL client-server tests
6554ec32b0d : 8050461: Tests for syntax checking of JAAS configuration file
43b85124098 : 8048820: Implement tests for SecretKeyFactory
e4a1481ad68 : 8010767: Build fails on OEL6 with 16 cores
50db2beb8b7 : 8010767: Build fails on OEL6 with 16 cores
3b7c61c19b7 : 8010767: Build fails on OEL6 with 16 cores
6d22f589ab1 : 8010767: Build fails on OEL6 with 16 cores
a7b8ca62097 : 8058410: Group 10b: golden files for tests in tools/javac dir
dc8755c285b : 8033699: Incorrect radio button behavior
15cafc931c4 : 8033699: Incorrect radio button behavior
3a86f9cd272 : 8059100: SIGSEGV VirtualMemoryTracker::remove_released_region
9fc5a5101f0 : 8038919: Requesting focus to a modeless dialog doesn't work on Safari
7a967158218 : 8038919: Requesting focus to a modeless dialog doesn't work on Safari
ef2f0e9bfc8 : 8038919: Requesting focus to a modeless dialog doesn't work on Safari
24155c89656 : 8055705: Rename UnixPrintServiceLookup and Win32PrintServiceLookup as a platform neutral class name
5a5d93f9dac : 8060101: AssertionError: __noSuchProperty__ placeholder called from NativeJavaImporter
afa8be83a7d : 8060101: AssertionError: __noSuchProperty__ placeholder called from NativeJavaImporter
e210688db98 : 8059847: complement JDK-8055286 and JDK-8056964 changes
99c9dc1b325 : 8060120: Improve diagnostic output of StartManagementAgent test
b7065f7ee1e : 8060006: No Russian time zones mapping for Windows
cd3c6765c2e : 8044215: Unable to initiate SpNego using a S4U2Proxy GSSCredential (Krb5ProxyCredential)
5468e30603b : 8029659: Keytool, print key algorithm of certificate or key entry
495821f1b26 : 8036951: Xerces Update: XMLSchemaValidator.java and XMLSchemaLoader.java
a708737ce90 : 8058856: tools/jar/LeadingGarbage.java, introduced in JDK-8058520, fails on Windows
ffe5e6e34c0 : 8058854: Remove dependency on dt.jar from test/tools/jar/normalize/TestNormal.java
7467e9bd34c : 8060166: javax/management/MBeanInfo/NotificationInfoTest.java fails with modular image
b52b3773e9e : 8048052: Permission tests for setFactory
1a2e64b98b7 : 8060052: FutureTask; fix underflow when timeout = Long.MIN_VALUE
9b4793ec4c0 : 8058855: Update java.util.zip tests to work with modular image
30f7d127ad4 : 8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError
f2913f0270a : 8060101: AssertionError: __noSuchProperty__ placeholder called from NativeJavaImporter
d30a6e88b8a : 8059943: [macosx] Aqua LaF should use BI.TYPE_INT_ARGB_PRE for a better performance
3f18eda4148 : 8058801: G1TraceReclaimDeadHumongousObjectsAtYoungGC only prints humongous object liveness output when there is at least one candidate humongous object
81474ada3b6 : Added tag hs25.40-b14 for changeset 51c454c34938
ce09380d158 : Added tag hs25.40-b14 for changeset 3549244beac7
d678e2c0dc8 : 8042147: test sun/util/logging/SourceClassName.java failed: Unexpected source: java.util.Currency info
3497cea76cd : 8058120: Rendering / caret errors with HTMLDocument
ab57b0b32c9 : 7170310: ScrollBar doesn't become active when tabs are created more than frame size
f188bbf9371 : 8058120: Rendering / caret errors with HTMLDocument
e1f65318f9b : 7170310: ScrollBar doesn't become active when tabs are created more than frame size
ed64d63248f : 8058120: Rendering / caret errors with HTMLDocument
22976b941ee : 7170310: ScrollBar doesn't become active when tabs are created more than frame size
4f08e490bb3 : 8060043: Rename Locations.Path to Locations.SearchPath
99096d6e683 : 8059904: libjvm_db.c warnings in solaris/sparc build with SS
9a11bfa8229 : 8033699: Incorrect radio button behavior
0624731881d : 8059973: Broken link in Class Pack200
8b424b422f3 : 8057737: Avoid G1 write barriers on newly allocated objects
c8f13b092da : 8059997: Fix broken link in WebRowSet javadoc
e9b8380f38d : Added tag jdk8u45-b00 for changeset 86e9093fec43
f579a2c210a : Added tag jdk8u45-b00 for changeset 28c5e6fad5c2
a9b046b6acc : Added tag jdk8u45-b00 for changeset 273abfb87f40
31ab4ba3667 : Added tag jdk8u45-b00 for changeset 69e17b92d1a2
d6be5b6893b : Added tag jdk8u45-b00 for changeset ea045c1f2fa6
46173eeca45 : Added tag jdk8u45-b00 for changeset 24c7c55cf8a7
46e0caa60f4 : Added tag jdk8u45-b00 for changeset b8820686c5b8
8e95176d050 : Added tag jdk8u45-b00 for changeset d8a3862dd2bc
a64841ea603 : Added tag jdk8u45-b00 for changeset 2a3e7314ea76
d566d9b73bb : Added tag jdk8u45-b00 for changeset 231100f54508
f2e520b66d1 : Added tag jdk8u45-b00 for changeset cb9b5ae81e30
c59f42d5900 : Added tag jdk8u45-b00 for changeset bcbfbd061489
6d1700ab4d0 : Added tag jdk8u45-b00 for changeset 86c0b4fdc9e6
5605a053b7c : Added tag jdk8u45-b00 for changeset 6e0728fb2c0f
f0efccbf79d : Added tag jdk8u25-b31 for changeset 329fdbc4fb43
b1f5200db6a : Added tag jdk8u25-b31 for changeset 14771c48ec82
747472e8011 : Added tag jdk8u25-b31 for changeset 1b1b1345a19a
4c131a61969 : Added tag jdk8u25-b31 for changeset 55e9ab61e296
cf1b97a0325 : Added tag jdk8u25-b31 for changeset 51a1cdcca8f9
617b7100ba6 : Added tag jdk8u25-b31 for changeset 086c229b8afe
aedd2ec2cb8 : Added tag jdk8u25-b31 for changeset 15ee357d85f1
f05b1ce5d2a : Added tag jdk8u25-b31 for changeset 9acf7dce1561
9447e54f0de : Added tag jdk8u25-b31 for changeset e58f7dd34103
6244ec1a163 : Added tag jdk8u25-b31 for changeset 53aa52c0839a
37cbd1a4f21 : Added tag jdk8u25-b31 for changeset 2f50a187168f
a6dab067a76 : Added tag jdk8u25-b31 for changeset 9c7954f7cf07
d26899c371c : Added tag jdk8u25-b31 for changeset afa1e9585ecf
7883fcec32b : Added tag jdk8u25-b31 for changeset f66cc213e7c6
74ac565e5ba : Added tag jdk8u25-b31 for changeset 1e2105b32415
fb54fd24507 : Added tag jdk8u25-b31 for changeset f45a218f88a8
033c1e097d1 : Added tag jdk9-b34 for changeset b5f80ea5eb07
f430fd6995c : Added tag jdk9-b34 for changeset adc83124cc10
14bd578b9f4 : Added tag jdk9-b34 for changeset 6de4f9cd37ad
296b0bf90d3 : Added tag jdk9-b34 for changeset ce4fdd38d96b
a002b16c165 : Added tag jdk9-b34 for changeset 43af2400d718
28ce04fffec : Added tag jdk9-b34 for changeset 8af850ba9862
765552644ac : Added tag jdk9-b34 for changeset 72d2793e397a
772fd36287c : Added tag jdk9-b34 for changeset f213bab3e72c
08fb482e412 : 8054543: Setting a border on a JLayer causes an Exceptions
696e681f41d : 8059037: JdpTest.sh hangs when trying to kill the test VM
6e2fac9bbae : 8055479: TLAB stability
fe7d1cc7296 : 8055479: TLAB stability
8daca859f87 : 8055479: TLAB stability
a192e3f4b6a : 8055479: TLAB stability
2be7e29095a : 8055479: TLAB stability
fe03f41db8c : 8059924: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java: assert(Universe::verify_in_progress() || !SafepointSynchronize::is_at_safepoint()) failed: invariant
fee63b862f1 : 8057777: Cleanup of old and unused VM interfaces
94af7907338 : 8057777: Cleanup of old and unused VM interfaces
60f3ade82b9 : 8059758: Footprint regressions with JDK-8038423
8d304985e6a : 8059811: Turn off optimistic typing by default and add both ant test-pessimistic and ant test-optimistic sub-test suites
d5808c30bf3 : 8059811: Turn off optimistic typing by default and add both ant test-pessimistic and ant test-optimistic sub-test suites
80e39b2431a : 8059938: NPE restoring cached script with optimistic types disabled
2e7467e8d7e : 8059236: Memory leak when executing octane pdfjs with optimistic typing
742cb3d0a28 : 8059811: Turn off optimistic typing by default and add both ant test-pessimistic and ant test-optimistic sub-test suites
f40b83a11ae : 8059938: NPE restoring cached script with optimistic types disabled
3bc6d172d92 : 8059236: Memory leak when executing octane pdfjs with optimistic typing
e95348b58e7 : 8057652: Request to improve error messages for labeled declarations
76b1f8c99ce : 8060007: Keytool test can use bundled NSS lib on Mac
89a3db60a08 : Added tag jdk8u40-b09 for changeset 67030c2fc859
f8819610d83 : Added tag jdk8u40-b09 for changeset dfbb256c75b4
ed84415cbc2 : Added tag jdk8u40-b09 for changeset b23afd2f2022
dad632140aa : Added tag jdk8u40-b09 for changeset 17081f5112f8
3190ef1dcc6 : Added tag jdk8u40-b09 for changeset 6ce37328836e
beb5d6f214f : Added tag jdk8u40-b09 for changeset 01bd7f5a752e
87c0d50df7a : Added tag jdk8u40-b09 for changeset 91da73d88fc7
73e4a136f48 : Added tag jdk8u40-b09 for changeset b1bd679f5c70
03170b08996 : Added tag jdk8u40-b09 for changeset 7a74ced1c90f
68645fb80f1 : Added tag jdk8u40-b09 for changeset 1d506c733cb5
eb8881ecde0 : Added tag jdk8u40-b09 for changeset fedddd0b20fb
094e84a0e48 : Added tag jdk8u40-b09 for changeset 97f84407cf54
043e80b8a97 : Added tag jdk8u40-b09 for changeset 2539c8ac63f0
cf1fff081f0 : Added tag jdk8u40-b09 for changeset b034d26c7f62
5a7211f2aaf : Added tag jdk8u40-b09 for changeset 9096e58e3fb4
cc18ee86c5c : Added tag jdk8u40-b09 for changeset eba26a984b1c
2134f7554d3 : 8059938: NPE restoring cached script with optimistic types disabled
4f8e9a09e25 : 8059236: Memory leak when executing octane pdfjs with optimistic typing
9d855e2856b : 8029253: [macosx] Performance problems with Retina display on Mac OS X
64881fb307c : 8059485: Resolve parsing ambiguity
7c46e9dfe9f : 8059135: New Nasgen dependencies to Nashorn breaks the JDK 9 build - bootstrapping problem?
8b0afa258a6 : 8059135: New Nasgen dependencies to Nashorn breaks the JDK 9 build - bootstrapping problem?
3ed02be10e6 : 8059735: make_not_entrant_or_zombie sees zombies
0545e4b8478 : 8059349: Public API scanning should be implemented in the form of a TaskListener
96074068b88 : 8056258: Analysis of public API does not take super classes into account 8048609: simplify sjavac dependence on javac dependency gathering
b49d404e101 : Added tag jdk8u25-b18 for changeset 5c391c784594
37bbaf99a68 : Added tag jdk8u25-b18 for changeset 46a88b237ed5
9d40fe3b5d5 : Added tag jdk8u25-b18 for changeset 3e1f4035794d
b59afeb588d : Added tag jdk8u25-b18 for changeset 5614a6c46597
882e0877117 : Added tag jdk8u25-b18 for changeset 2c82fda1879f
50eb551536b : Added tag jdk8u25-b18 for changeset d80e28b2d22e
fab4de4bd9a : Added tag jdk8u25-b18 for changeset 574bcedf86ba
7e680ecc373 : Added tag jdk8u25-b18 for changeset 07c793c9e141
4a605c2b433 : Added tag jdk8u25-b18 for changeset f949f86f8ef5
c63272b9271 : Added tag jdk8u25-b18 for changeset 57c85d61f580
99c8cc0410a : Added tag jdk8u25-b18 for changeset 831e882b7c1f
2cb83419815 : Added tag jdk8u25-b18 for changeset 5b06395f00a0
3668a50a4a0 : Added tag jdk8u25-b18 for changeset 86e33e942b76
6e3393c49bc : Added tag jdk8u25-b18 for changeset 8b3f0874ed21
1c4789ecd6a : Added tag jdk8u25-b18 for changeset cdf3e259d9d0
213413de446 : Added tag jdk8u25-b18 for changeset 548d72ffe0d3
067e0eee971 : 8058305: BadLocationException is not thrown by javax.swing.text.View.getNextVisualPositionFrom() for invalid positions
8848e6168ce : 8055662: Update mapfile for libjfr
e74ec72482c : 8059868: JVM crashes on attach on Windows when compiled with /RTC1
35f55998f24 : 8059870: RowsetFactoryTests & RowSetProviderTests failing
6ca1b648836 : 8037550: Update RFC references in javadoc to RFC 5280
cc65df9be17 : 8056909: test/sun/reflect/CallerSensitive/CallerSensitiveFinder.java fails with OOME
0898c94aacb : 8059882: Disable RowSetFactory and RowSetProviderTests which are failing due to agentvm mode
6d1c35615ac : 8058298: Separate heap region iterator claim values from the data structures iterated over
9183fba213d : 8028788: Logger.enterring uses String concatenation in a loop
cb935d35220 : 8059840: (bb) Typo in javadoc for ByteBuffer.wrap()
d2387b2df90 : Added tag jdk8u31-b03 for changeset dffd8f072f16
bf789024670 : Added tag jdk8u31-b03 for changeset 26a3ae1c1dc9
d651129d977 : Added tag jdk8u31-b03 for changeset ad90b447dc46
d5b7647d8a8 : Added tag jdk8u31-b03 for changeset 57fba9f02d1a
af847bfb821 : Added tag jdk8u31-b03 for changeset 38d64d09e4d5
5ca833dad14 : Added tag jdk8u31-b03 for changeset 7a2a21d21a88
39f11b09567 : Added tag jdk8u31-b03 for changeset 1e4d02a3c714
af6e2503f06 : Added tag jdk8u31-b03 for changeset f23372257b96
4429fbb2139 : Added tag jdk8u31-b03 for changeset 77a20a90b005
37895ef7bba : Added tag jdk8u31-b03 for changeset e8b3d6ed4093
d3ffab95c1f : Added tag jdk8u31-b03 for changeset 4e1beddade5e
f131015de95 : Added tag jdk8u31-b03 for changeset 4d0745efed63
8fbe9df2188 : Added tag jdk8u31-b03 for changeset 803f906b952f
375035e9626 : Added tag jdk8u31-b03 for changeset 2c0e787258b0
12e32b15056 : Added tag jdk8u31-b03 for changeset 42d87902c14e
c0fed91f65d : Added tag jdk8u31-b03 for changeset 85267b0765da
9547e0ff45c : 8059570: Addition of tests for RowSetFactory and RowSetProvider
3215ed2f0af : 8059627: Enable PKCS11 tests on Mac
82171aa7abc : 8059331: Print additional information for the assert in Compile::start()
f575843d516 : 8058746: escape analysis special case code for array copy broken by 7173584
d05ce78d476 : 8059658: Bootcycle build not actually using built image
d2a36ed3703 : 8059231: Verify that octane raytrace now works with optimistic types turned off. Add better logging for optimistic types in the compiler
e7e624ddc61 : 8059231: Verify that octane raytrace now works with optimistic types turned off. Add better logging for optimistic types in the compiler
e5e81c4e179 : 8059231: Verify that octane raytrace now works with optimistic types turned off. Add better logging for optimistic types in the compiler
18eb46eb952 : 8059466: Force young GC to initiate marking cycle when stat update is requested
4c1c76ae4f3 : 8059559: SIGSEGV at CodeHeap::allocate(unsigned int, bool)
ac20afc6be5 : 8059219: javax.print.PrintServiceLookup allows to register null service
3bb4024ee73 : 8041740: Test sun/security/tools/keytool/ListKeychainStore.sh fails on Mac
d0f2bd12d8d : Added tag jdk8u45-b07 for changeset f04c4ae3b85f
8a6b3c6fadc : 8041740: Test sun/security/tools/keytool/ListKeychainStore.sh fails on Mac
2f5ca2209fc : Added tag jdk8u45-b07 for changeset 4013f945261f
b173ff1be8f : 8041740: Test sun/security/tools/keytool/ListKeychainStore.sh fails on Mac
28852056288 : 8041740: Test sun/security/tools/keytool/ListKeychainStore.sh fails on Mac
a8d4acac11c : 8041740: Test sun/security/tools/keytool/ListKeychainStore.sh fails on Mac
e55ca9fc588 : 8056051: int[]::clone causes "java.lang.NoClassDefFoundError: Array"
db57351f435 : 8046607: Code cleanup: PerfMemory::backing_store_filename() should be removed
c39454ae56e : 8059621: JVM crashes with "unexpected index type" assert in LIRGenerator::do_UnsafeGetRaw
af1868b9eaf : 8058892: FILL_ARRAYS and ARRAYS are eagely initialized in MethodHandleImpl
7b7bffa5f15 : Added tag jdk9-b33 for changeset 41df1bde8056
e57f07df2cc : Added tag jdk9-b33 for changeset 6be305e56bcb
14ac4b8120e : Added tag jdk9-b33 for changeset f9efcf2457e3
f40e2bedef1 : Added tag jdk9-b33 for changeset a54a9b558134
c38ff9ba353 : Added tag jdk9-b33 for changeset d82c879893c6
272bbf52b61 : Added tag jdk9-b33 for changeset 1197007e187c
ac2627e8e07 : Added tag jdk9-b33 for changeset 763f7ca2eadc
2a607da3695 : Added tag jdk9-b33 for changeset 5f651cc1e71e
8b63f78a087 : 8057555: Less cryptic cipher suite management
2d7a103488d : 8057555: Less cryptic cipher suite management
6069b26a318 : 8048512: Uninitialised memory in jdk/src/share/native/sun/security/ec/ECC_JNI.cpp
8bef42ee6af : 8058695: [TESTBUG] Reinvokers with arity >253 can't be cached
192376f6224 : 8059135: New Nasgen dependencies to Nashorn breaks the JDK 9 build - bootstrapping problem?
6fb57170d5b : Added tag hs25.40-b13 for changeset 0b7d13a69ccd
86f2b5ea1b4 : Added tag hs25.40-b13 for changeset 2d9b72ec6cd4
08dd794b927 : 8059651: Tests specify -XX:+UseG1GC and -XX:ParallelGCThreads=0
90200446c1f : 8047736: Remove JVM_GetClassLoader as no longer used
24e96a0f820 : 8059226: Names of rtm_state_change and unstable_if deoptimization reasons were swapped in 8u40
fa0617c71c0 : 8059226: Names of rtm_state_change and unstable_if deoptimization reasons were swapped in 8u40
48ac6063903 : 8057555: Less cryptic cipher suite management
9f89f1d4da9 : 8031191: Warning exception when XMLSignature logging is enabled
6bf8a39a092 : 8059346: Single class loader is used to load compiled bytecode
5d09350e5d0 : 8059346: Single class loader is used to load compiled bytecode
c7df19bca44 : 8059346: Single class loader is used to load compiled bytecode
0ba49695491 : 8059595: Verifier::verify is wasting time before is_eligible_for_verification check
c410cd3bfbe : 8059596: VM startup fails with 'Invalid code heap sizes' if -XX:ReservedCodeCacheSize is set
628fcb087d3 : 8059527: Disallow ParallelGCThreads=0 for G1
b6ffaffba61 : 8056240: Investigate increased GC remark time after class unloading changes in CRM Fuse
55124081302 : 8059780: SPECjvm2008-MPEG performance regressions on x64 platforms
a68690e63d4 : 8058715: stability issues when being launched as an embedded JVM via JNI
6f4f7d73661 : 8061817: Whitebox.deoptimizeMethod() does not deoptimize all OSR versions of method
bf53086f8f0 : 8062169: Multiple OSR compilations issued for same bci
e59247f2711 : 8062589: new hotspot build - hs25.40-b18
16a9118db97 : 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads
3b7f05d6b10 : 8057043: Type annotations not retained during class redefine / retransform
0d48023f15b : 8061651: Interface to the Lookup Index Cache to improve URLClassPath search time
97e056b22e4 : 8061983: [TESTBUG] compiler/whitebox/MakeMethodNotCompilableTest.java fails with "must not be in queue"
1ba0a20fbb1 : 8061486: [TESTBUG] compiler/whitebox/ tests fail : must be osr_compiled (reappeared in nightlies)
c3e3929605c : 8060454: [TESTBUG] Whitebox tests fail with -XX:CompileThreshold=100
510f3f06f63 : 8046268: compiler/whitebox/ tests fail : must be osr_compiled
99ade487abe : 8056240: Investigate increased GC remark time after class unloading changes in CRM Fuse
821b580c4c1 : 8059780: SPECjvm2008-MPEG performance regressions on x64 platforms
27771bd603e : 8058715: stability issues when being launched as an embedded JVM via JNI
d571a9af2bd : 8061817: Whitebox.deoptimizeMethod() does not deoptimize all OSR versions of method
878e310ce3e : 8062169: Multiple OSR compilations issued for same bci
eeb377e861c : 8062589: new hotspot build - hs25.40-b18
7058fb52d15 : 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads
44505629062 : 8057043: Type annotations not retained during class redefine / retransform
d6677800cf1 : 8061651: Interface to the Lookup Index Cache to improve URLClassPath search time
9e89cee22e3 : 8061983: [TESTBUG] compiler/whitebox/MakeMethodNotCompilableTest.java fails with "must not be in queue"
8429e72a3f0 : 8061486: [TESTBUG] compiler/whitebox/ tests fail : must be osr_compiled (reappeared in nightlies)
27f9681cd8a : 8060454: [TESTBUG] Whitebox tests fail with -XX:CompileThreshold=100
fa8379a3f12 : 8046268: compiler/whitebox/ tests fail : must be osr_compiled
3263a62bb4f : 8059592: Recent bugfixes in ppc64 port
d124a839cec : 8059299: assert(adr_type != NULL) failed: expecting TypeKlassPtr
b16eab45df4 : 8059592: Recent bugfixes in ppc64 port
7aeb009d02d : 8059592: Recent bugfixes in ppc64 port
cb0ffe10620 : 8059177: jdk8u40 l10n resource file translation update 1
a53c6b3a85f : 8059177: jdk8u40 l10n resource file translation update 1
5c8de85a69f : 8059177: jdk8u40 l10n resource file translation update 1
aeaafd3779e : 8059177: jdk8u40 l10n resource file translation update 1
1f9a38f175c : 8055783: Group 9e: golden files for tests in tools/javac dir
5a5f718b6f2 : 8059556: C2: crash while inlining MethodHandle invocation w/ null receiver
0a751b424fe : 8058828: Wrong ciConstant type for arrays from ConstantPool::_resolved_reference
629f38682e6 : 8059450: Not quite correct code sample in javadoc
7200372290f : 8025690: Default FileHandler constructor doesn't throw NullPointerException if pattern is empty and count > 1
4549011c7fb : 8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist
fcb24c89082 : 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
3a21778f748 : 8059485: Resolve parsing ambiguity
dc175e5e537 : 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
d2db8b105d6 : 8059485: Resolve parsing ambiguity
aa396cdaeee : 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
a976717acde : 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
1dba8b5c87e : 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
b812ced5584 : 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
a512e397f22 : Added tag jdk8u40-b08 for changeset 9aa66b2e6ff9
49886623a11 : Added tag jdk8u40-b08 for changeset 152830a22098
8490fa14f7a : Added tag jdk8u40-b08 for changeset bfcf139cb476
b73b88bc24f : Added tag jdk8u40-b08 for changeset f15b6f024dc8
b97eaca133c : Added tag jdk8u40-b08 for changeset 497905376c9e
cccbff95795 : Added tag jdk8u40-b08 for changeset a291094e8367
056a7b5216a : Added tag jdk8u40-b08 for changeset 9a9a033ebd43
76e41c524b7 : Added tag jdk8u40-b08 for changeset fb8458b91bc1
e68f7e35bc2 : Added tag jdk8u40-b08 for changeset b3dfb2f32a11
a4ea8b4c06b : Added tag jdk8u40-b08 for changeset 9db0ca8f8b68
dd61587fd81 : Added tag jdk8u40-b08 for changeset f6061d738668
830b80db211 : Added tag jdk8u40-b08 for changeset 4477822eda19
c414a55b42a : Added tag jdk8u40-b08 for changeset 56e3b391945b
8e96e3e7fd0 : Added tag jdk8u40-b08 for changeset a617a70f142c
72bbb238b55 : Added tag jdk8u40-b08 for changeset 2d62cc6720f9
24bb9ea258b : Added tag jdk8u40-b08 for changeset 17251a7856d1
6f4355a3a6b : 8049599: MetaspaceGC::_capacity_until_GC can overflow
e97393b1086 : 8059372: Code duplication in split emitter
8c9dff938c6 : 8059474: Clean up vm/utilities/Bitmap type uses
8f4114ee433 : 8059371: Code duplication in handling of break and continue
80fe5fad5c1 : 8059370: Unnecessary work in deoptimizing recompilation
72eb3f06435 : 8059390: code cache fills up for bigapps/Weblogic+medrec/nowarnings
79971812ed3 : 8059136: Reverse removal of applet demos [backout 8015376]
2c5c47eda76 : 8059136: Reverse removal of applet demos [backout 8015376]
ea755702aaf : 8059468: Fix PrintCodeCache output changed by JDK-8059137
7a259eeb29f : 8058115: Some of MidiDeviceProviders do not follow the specification
562f2882bd2 : 8059462: Typo in keytool resource file
82931dcc1c3 : 8059452: G1: Change the default values for G1HeapWastePercent and G1MixedGCLiveThresholdPercent
4ba0786cc0c : 8056914: Right Click Menu for Paste not showing after upgrading to java 7
609974cfdd3 : 8058891: serviceability/dcmd/CodelistTest.java - fails on all platforms
d3d896786f6 : 8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
96cb1196dc0 : 8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
3525490c577 : 8059137: MemoryPoolMXBeans for different code heaps should contain 'Code heap' in their names
47ec885497b : 8058657: Add @jdk.Exported to com.sun.jarsigner APIs
ef0e5a1c76c : 8058657: Add @jdk.Exported to com.sun.jarsigner APIs
a21560ae324 : 8059321: Decrease warmup time by caching common structures that were reused during parse
bc2211d2c25 : 8059321: Decrease warmup time by caching common structures that were reused during parse
3d538d9cfd7 : 8059321: Decrease warmup time by caching common structures that were reused during parse
1d9e66c743f : 8058880: Introduce identifier TEMP_DEF for effects in adl
fc64b86853b : Added tag jdk8u31-b02 for changeset 977f1e7a1e6e
a3db1ef2749 : Added tag jdk8u31-b02 for changeset 9f55f52abdeb
44f7c9ce093 : Added tag jdk8u31-b02 for changeset 510a475d4d81
22e43109cd7 : Added tag jdk8u31-b02 for changeset 66bf048b1336
05a86bbb3ba : Added tag jdk8u31-b02 for changeset 942c5b4f5a9e
afb68cb165a : Added tag jdk8u31-b02 for changeset 85311eb46aa9
69707ecce13 : Added tag jdk8u31-b02 for changeset 1a1a06679f7a
27239303a96 : Added tag jdk8u31-b02 for changeset 50c3f1de07ad
01ba8614139 : Added tag jdk8u31-b02 for changeset a983abbd9bde
a5f140eb553 : Added tag jdk8u31-b02 for changeset 100ea43d4736
fe1f3777147 : Added tag jdk8u31-b02 for changeset d4b2e7b7141b
9a9548c0cce : Added tag jdk8u31-b02 for changeset 2d543b43c899
55291de9700 : 8058825: EA: ConnectionGraph::split_unique_types does incorrect scalar replacement
9087c7536e8 : 8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists
a73a5247a50 : 8038098: [TESTBUG] remove explicit set build flavor from hotspot/test/compiler/* tests
dc7da7467b2 : 8025606: [TESTBUG] Move ctw-tests to /testlibrary_tests
872804d9dc6 : 8058578: -XX:+TraceDependencies is broken for call_site_target_value dependency type
d072dfaf9d0 : 8058963: CollectorPolicy::satisfy_failed_metadata_allocation can avoid some safepoints
f5903015593 : 8059105: Add better failure reporting to com/sun/jdi/RunToExit.java test
c01e7966b64 : 8043766: CMM Testing: 8u40 Decommit auxiliary data structures
4a99ec3dce9 : 8059313: Enable keytool NSS test on Mac
fdf24fea722 : 8047976: Ergonomics for GC thread counts should update the flags
fa43abaf4b0 : 8047976: Ergonomics for GC thread counts should update the flags
261735f6fa0 : 8047976: Ergonomics for GC thread counts should update the flags
a035e47deb4 : 8059307: OpenJDK build problem with JDK-8058845
c0e68f53745 : 8058536: java/lang/instrument/NativeMethodPrefixAgent.java fails due to VirtualMachineError: out of space in CodeCache for method handle intrinsic
513ab7bd295 : 8038624: interpretedVFrame::expressions() must respect InterpreterOopMap for liveness
8815f08ad3e : 8058536: java/lang/instrument/NativeMethodPrefixAgent.java fails due to VirtualMachineError: out of space in CodeCache for method handle intrinsic
4c26e0a3e98 : 8038624: interpretedVFrame::expressions() must respect InterpreterOopMap for liveness
3bfea67a9dc : 8058845: Update JCE environment for build improvements
becffe02abf : 8047125: (ref) More phantom object references
c3aa224f176 : 8047125: (ref) More phantom object references
72a9a49cfb2 : 8047125: (ref) More phantom object references
602a7c72159 : 8047125: (ref) More phantom object references
75c4c54c612 : 8060073: Increment minor version of HSx for 8u45 and initialize the build number
0db7e3b7fb4 : Added tag jdk8u45-b00 for changeset f305eefc2d5b
27cb036f8d3 : 8047125: (ref) More phantom object references
18c7136640d : 8060073: Increment minor version of HSx for 8u45 and initialize the build number
cca276ccb10 : Added tag jdk8u45-b00 for changeset b9fc719b0d0e
e75c0c5e746 : 8049389: Move orb.idl and ir.idl to JDK include directory
51aeaaf1c15 : 8049389: Move orb.idl and ir.idl to JDK include directory
866de7bb9ca : 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
3fad9f6677e : 8048351: tidy errors for attribute href, name for langtools javadoc tests needs investigation
46cdc6f193c : 8058927: ATG throws ClassNotFoundException
9b41f63a1af : 8058927: ATG throws ClassNotFoundException
ae9681a5cf9 : 8058927: ATG throws ClassNotFoundException
3d2c518ad80 : 8059211: Changed ArrayData.length accessor to use the protected field and fixed javadoc warnings related to this
ebc6607b656 : 8051857: OperationTimedOut exception inside from XToolkit.syncNativeQueue call
18e80db8ed7 : 8059204: new hotspot build - hs25.40-b13
b5298bc4718 : 8059204: new hotspot build - hs25.40-b13
2cc8928a950 : Added tag hs25.40-b12 for changeset 40a72c9253be
eaed7a4f7d4 : Added tag hs25.40-b12 for changeset 459063bdc023
0a6f6d9d89a : 8043306: Provide a replacement for the API that allowed to listen for LogManager configuration changes
77dc5d3c639 : 8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
97309123c1a : 8058708: java.lang.AssertionError compiling source code
e6b975e9799 : 8058708: java.lang.AssertionError compiling source code
6a80b48be1d : 8058708: java.lang.AssertionError compiling source code
08336b39dde : 8059453: javac crashes with -Xjcov and union types
9fbf466c3fd : 8050117: add to javac test Versions.java tests that show correct operation for source/target options pre 1.9
aaa117b4418 : Added tag jdk9-b32 for changeset 281a3ca2fd5e
65623bce6d2 : Added tag jdk9-b32 for changeset c005611e8f69
4f13da209a1 : Added tag jdk9-b32 for changeset 6558cf507217
02fc3f8c375 : Added tag jdk9-b32 for changeset 5de9ea7b214e
2fa6e4e30a2 : Added tag jdk9-b32 for changeset a0aa269fe46c
3658bffb5f8 : Added tag jdk9-b32 for changeset 559e6ee4a338
feb5f12af6f : Added tag jdk9-b32 for changeset 16409c45f454
1e4125aa8d1 : Added tag jdk9-b32 for changeset f83990f1ceae
ea278f4b220 : 8059101: unshuffle_patch.sh should be able to deal with stdin/stdout
d4f3f7da8fc : 8059132: Nasgen build in JDK9 can't handle new class dependencies to Nashorn - bootstrapping problem
9067dc67565 : 8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt
1d4234aad1e : 8059372: Code duplication in split emitter
1c8ffa07299 : 8059371: Code duplication in handling of break and continue
acb4aee398a : 8059370: Unnecessary work in deoptimizing recompilation
8292db0516d : 8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt
b736fbb8709 : 8059372: Code duplication in split emitter
1a1eb2f07cb : 8059371: Code duplication in handling of break and continue
66ed12b8b19 : 8059370: Unnecessary work in deoptimizing recompilation
da0b4cb7dfc : 8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt
f4d35341ded : 8058473: "Comparison method violates its general contract" when using Clipboard
f227b3be578 : 8058818: Allocation of more then 1G of memory using Unsafe.allocateMemory is still causing a fatal error on 32bit platforms
7eda62ad77b : 8058818: Allocation of more then 1G of memory using Unsafe.allocateMemory is still causing a fatal error on 32bit platforms
31b9cf62512 : 8058818: Allocation of more then 1G of memory using Unsafe.allocateMemory is still causing a fatal error on 32bit platforms
aeecc19f04e : 8056026: Debug security logging should print Provider used for each crypto operation
0a17643e73c : 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
22ced78f0ab : 8059034: ProcessTools.startProcess() might leak processes
1ac95fd8471 : 8054194: jstack crash: assert(handle != NULL) failed: JNI handle should not be null
f824f8c3cbf : 8058968: Compiler time traces should be improved
d63b9025d84 : 8058737: CodeCache::find_blob fails with 'unsafe access to zombie method'
bea6d40f482 : 8058536: java/lang/instrument/NativeMethodPrefixAgent.java fails due to VirtualMachineError: out of space in CodeCache for method handle intrinsic
f5a79eeb0cf : 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
bb0d6ac57f5 : 8058930: GraphicsEnvironment.getHeadlessProperty() does not work for AIX platform
f8dfff2dfb7 : 8076154: com/sun/jdi/InstanceFilter.java failing due to missing MethodEntryRequest calls
5f1fe7b2024 : 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
9c46172a317 : 8071668: [macosx] Clipboard does not work with 3rd parties Clipboard Managers
8e682a0105f : 8074481: [macosx] Menu items are appearing on top of other windows
6739c5066c7 : 8033000: No Horizontal Mouse Wheel Support In BasicScrollPaneUI
713243bd74b : 8075244: [macosx] The fix for JDK-8043869 should be reworked
94f8b047fbf : 8039926: -spash:<image> can't be combined with -xStartOnFirstThread since JDK 7
0d2468e2994 : 8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
08e8287c1c2 : 8072088: [PIT] NPE in DnD tests apparently because of the fix to JDK-8061636
8c3cbe47310 : 8061636: Fix for JDK-7079254 changes behavior of MouseListener, MouseMotionListener
ee9e096c094 : 8074921: OS X build broken by reference to XToolkit
946b32e53f9 : 8056151: Switching to GTK L&F on-the-fly leads to X Window System error RenderBadPicture
0c32a0bb130 : 8075173: DateFormat in german locale returns wrong value for month march
de550e0c771 : 8072385: Only the first DNSName entry is checked for endpoint identification
9d19b0aa43c : 8074954: ImageInputStreamImpl.readShort/readInt do not behave correctly at EOF
9d416262927 : 8054037: Improve tracing for java.security.debug=certpath 8055207: keystore and truststore debug output could be much better
1763a11b32a : 8075039: (sctp) com/sun/nio/sctp/SctpMultiChannel/SendFailed.java fails on Solaris only
a178f80b447 : 8058547: Memory leak in ProtectionDomain cache
f104330d83b : 8058930: GraphicsEnvironment.getHeadlessProperty() does not work for AIX platform
89a2ef89da6 : 8076154: com/sun/jdi/InstanceFilter.java failing due to missing MethodEntryRequest calls
a1862771eb6 : 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
bea4ae30cb9 : 8071668: [macosx] Clipboard does not work with 3rd parties Clipboard Managers
05b6fcfbf12 : 8074481: [macosx] Menu items are appearing on top of other windows
0a5abd380db : 8033000: No Horizontal Mouse Wheel Support In BasicScrollPaneUI
d88adccf2fe : 8075244: [macosx] The fix for JDK-8043869 should be reworked
ea73c7ce20b : 8039926: -spash:<image> can't be combined with -xStartOnFirstThread since JDK 7
df51b1affa3 : 8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
841423f05da : 8072088: [PIT] NPE in DnD tests apparently because of the fix to JDK-8061636
4f987c3e9dd : 8061636: Fix for JDK-7079254 changes behavior of MouseListener, MouseMotionListener
4bb5931b678 : 8074921: OS X build broken by reference to XToolkit
15b409ece59 : 8056151: Switching to GTK L&F on-the-fly leads to X Window System error RenderBadPicture
513811e1f23 : 8075173: DateFormat in german locale returns wrong value for month march
dde0302fff4 : 8072385: Only the first DNSName entry is checked for endpoint identification
e98d32ea279 : 8074954: ImageInputStreamImpl.readShort/readInt do not behave correctly at EOF
d930a086f05 : 8054037: Improve tracing for java.security.debug=certpath 8055207: keystore and truststore debug output could be much better
1ea1470d912 : 8075039: (sctp) com/sun/nio/sctp/SctpMultiChannel/SendFailed.java fails on Solaris only
de9f9dd612a : 8058547: Memory leak in ProtectionDomain cache
1095cd42dad : 8058930: GraphicsEnvironment.getHeadlessProperty() does not work for AIX platform
c0f7675bb73 : 8050142: Optimize java.util.Formatter
5d6a7146ba2 : 8058099: (fc) Cleanup in FileChannel/FileDispatcher native implementation [win]
03e684527e6 : 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
7e72b872ed0 : 8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails
083386f241e : 8037968: Add tests on alignment of objects copied to survivor space
6b2ad9478b2 : 8067802: Update the Hotspot version numbers in Hotspot for JDK 8u60
0d726a04ff3 : 8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge
8ee59c6f698 : 8039995: Test serviceability/sa/jmap-hashcode/Test8028623.java fails on some Linux/Mac machines
3a42db7ce40 : 8058935: CPU detection gives 0 cores per cpu, 2 threads per core in Amazon EC2 environment
139e11804b4 : 8035663: Suspicious failure of test java/util/concurrent/Phaser/FickleRegister.java
0c2fe6c2a12 : 8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
aba3e062078 : 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
673c7e39ed0 : 8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails
ac3d25d9399 : 8037968: Add tests on alignment of objects copied to survivor space
a71eea60d70 : 8067802: Update the Hotspot version numbers in Hotspot for JDK 8u60
e51e527075a : 8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge
d7b18e76111 : 8039995: Test serviceability/sa/jmap-hashcode/Test8028623.java fails on some Linux/Mac machines
1c3cbc63be5 : 8058935: CPU detection gives 0 cores per cpu, 2 threads per core in Amazon EC2 environment
084ac2e2bf7 : 8035663: Suspicious failure of test java/util/concurrent/Phaser/FickleRegister.java
25f94e0bc03 : 8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
a1628426d3c : 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
fbacdbb2abe : Added tag jdk8u40-b07 for changeset 47667bda3b41
369acb82851 : Added tag jdk8u40-b07 for changeset c882f37e1e9e
d7028bf3ea6 : Added tag jdk8u40-b07 for changeset 4f8ecfa75505
f3e0fa44010 : Added tag jdk8u40-b07 for changeset 582c745d60d5
5de3944276d : Added tag jdk8u40-b07 for changeset 1e62d19f561e
19bf2426577 : Added tag jdk8u40-b07 for changeset 8b23fb8bf84b
47fd3f96fb9 : Added tag jdk8u40-b07 for changeset f24a1a4eac4f
d2637723674 : Added tag jdk8u40-b07 for changeset 0922283d4266
9ccc46129d5 : Added tag jdk8u40-b07 for changeset c2bb5ae08ad6
09093fdd214 : Added tag jdk8u40-b07 for changeset 4a4e1b502954
a31d69f610b : Added tag jdk8u40-b07 for changeset 948f6c01bf1a
5097c115fa5 : Added tag jdk8u40-b07 for changeset a00532ade254
f8f8d1d0070 : Added tag jdk8u40-b07 for changeset 91a6d6621622
b2f244ba4f2 : Added tag jdk8u40-b07 for changeset 10e45429cac0
b62801435cf : Added tag jdk8u40-b07 for changeset b6f6a09540c7
0ab449e9c27 : Added tag jdk8u40-b07 for changeset 1a06e01e3e39
e3bda3bd0aa : 8058643: (str) Re-examine hashCode implementation
c8fc432f84e : 8058870: Mac: JFXPanel deadlocks in jnlp mode
c65f81d7260 : 6329748: Invalid/old variable name - newModel in setModel method in JTable class
f07521a354d : 8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError
66d2c728b26 : 8057564: JVM hangs at getAgentProperties after attaching to VM with lower
5215d47cdaa : 8058870: Mac: JFXPanel deadlocks in jnlp mode
68a6d96ef89 : 8057564: JVM hangs at getAgentProperties after attaching to VM with lower
8d6927ff567 : 8058870: Mac: JFXPanel deadlocks in jnlp mode
2d52d7e64d7 : 8057149: sun/management/jmxremote/startstop/JMXStartStopTest.java fails with "Starting agent on port ... should report port in use"
d6f69e8da5a : 8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
ade3cd1920c : 8058936: hotspot/test/Makefile should use jtreg script from $JT_HOME/bin/jreg (instead of $JT_HOME/win32/bin/jtreg)
d4b6338af03 : Added tag jdk8u20-b32 for changeset f5ea559a6a7f
b459a2dc03a : Added tag jdk8u20-b32 for changeset 699a1df9aca3
374d8979028 : Added tag jdk8u20-b32 for changeset a2defbf0f238
e7d8370149f : Added tag jdk8u20-b32 for changeset a60ef65c0e1a
f14425023b1 : Added tag jdk8u20-b32 for changeset 0676f6cb10c6
4491a2eb723 : Added tag jdk8u20-b32 for changeset 43c0e26774b4
d069aaa09ba : Added tag jdk8u20-b32 for changeset cb0330476a03
6c0c046debc : Added tag jdk8u20-b32 for changeset f24f1b3b5ca8
d57b94163fd : Added tag jdk8u20-b32 for changeset 9a0001d9bf29
58065bffcaf : Added tag jdk8u20-b32 for changeset c0bf29c3475f
5771eb415ae : Added tag jdk8u20-b32 for changeset bffd06c75bbd
3cb38ef23d6 : Added tag jdk8u20-b32 for changeset eaf90d224908
9be7968f46b : Added tag jdk8u20-b32 for changeset 835d9043787c
7e446b762c0 : Added tag jdk8u20-b32 for changeset d04402338f3c
e3a8d13b787 : Added tag jdk8u20-b32 for changeset ce70387a3c59
0a12a0b8339 : Added tag jdk8u20-b32 for changeset ea5fff45509e
6892c04d576 : 8058919: Add sanity test for minimal VM in test/Makefile
f85f7d28320 : 8059002: 8058744 needs a test case
8d761fd020e : 8017773: OpenJDK7 returns incorrect TrueType font metrics
d93b6713409 : 8077418: StackOverflowError during PolicyFile lookup
e7d2caaafb7 : 8085910: OGL text renderer: gamma lut cleanup
feb07f46f21 : 8076979: [Regression] Test closed/java/awt/FontClass/DebugFonts.java fails with stackoverflow error
2da57157364 : 8064833: [macosx] Native font lookup uses family+style, not full name/postscript name
64437544071 : 8080137: Dragged events for extra mouse buttons (4, 5, 6) are not generated on JSplitPane
6b7e1de4f22 : 8066188: BaseRowSet returns the wrong default value for escape processing
d61ada4c625 : 8059411: RowSetWarning does not correctly chain warnings
d77a87bddfb : 8062198: Add RowSetMetaDataImpl Tests and add column range validation to isdefinitlyWritable
e5643dd404c : 8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
c42f086c113 : 8068416: LFGarbageCollectedTest.java fails with OOME: "GC overhead limit exceeded"
ebf95905e32 : 8080488: JNI exception pending in jdk/src/windows/native/sun/windows/awt_Frame.cpp
75d43986b5d : 8078149: [macosx] The text of the TextArea is not wrapped at word boundaries
68e9b7f2c25 : 8072775: Tremendous memory usage by JTextArea
d21d933a670 : 8071306: GUI perfomance are very slow compared java 1.6.0_45
d6604a665ef : 8061831: [OGL] "java.lang.InternalError: not implemented yet" during the blit of VI to VI in xor mode
001b8a8091d : 8017773: OpenJDK7 returns incorrect TrueType font metrics
341df8eb2e4 : 8077418: StackOverflowError during PolicyFile lookup
114244164bd : 8085910: OGL text renderer: gamma lut cleanup
7702fdd52fc : 8076979: [Regression] Test closed/java/awt/FontClass/DebugFonts.java fails with stackoverflow error
b24b6147e99 : 8064833: [macosx] Native font lookup uses family+style, not full name/postscript name
b03ddd7ca3f : 8080137: Dragged events for extra mouse buttons (4, 5, 6) are not generated on JSplitPane
261534ba180 : 8066188: BaseRowSet returns the wrong default value for escape processing
c48e081cff9 : 8059411: RowSetWarning does not correctly chain warnings
d45c9354c58 : 8062198: Add RowSetMetaDataImpl Tests and add column range validation to isdefinitlyWritable
4de800acb38 : 8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
8b42729c718 : 8068416: LFGarbageCollectedTest.java fails with OOME: "GC overhead limit exceeded"
edfae294e18 : 8080488: JNI exception pending in jdk/src/windows/native/sun/windows/awt_Frame.cpp
46cc0d7dff6 : 8078149: [macosx] The text of the TextArea is not wrapped at word boundaries
42b3b140220 : 8072775: Tremendous memory usage by JTextArea
f7332538426 : 8071306: GUI perfomance are very slow compared java 1.6.0_45
e745d36ed99 : 8061831: [OGL] "java.lang.InternalError: not implemented yet" during the blit of VI to VI in xor mode
4325c3fbec3 : 8017773: OpenJDK7 returns incorrect TrueType font metrics
ce1c41a15bd : 8058744: Crash in C1 OSRed method w/ Unsafe usage
9556b4137d9 : 8047933: Race between jdk/make/scripts/genExceptions.sh and com.sun.tools.javadoc.Main
b1c5a9eee53 : 8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
98fe9070d72 : 8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
b0f40110155 : 8058858: JRE 8u20 crashes while using Japanese IM on Windows
c5f42560c5b : 8058858: JRE 8u20 crashes while using Japanese IM on Windows
a45b71f9c69 : 8058858: JRE 8u20 crashes while using Japanese IM on Windows
cf494ae6e11 : 8049346: [TESTBUG] fix the @run line of the test: jdk/test/java/awt/Focus/SortingFTP/JDK8048887.java
79218f7ec62 : 8036612: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/mscapi/security.cpp
1d1ac1b3b7b : 8048512: Uninitialised memory in jdk/src/share/native/sun/security/ec/ECC_JNI.cpp
87dce0f91cd : 8028727: [parfait] warnings from b116 for jdk.src.share.native.sun.security.ec: JNI pending exceptions
ae047e9caee : 8058858: JRE 8u20 crashes while using Japanese IM on Windows
3558919e1a2 : 8049346: [TESTBUG] fix the @run line of the test: jdk/test/java/awt/Focus/SortingFTP/JDK8048887.java
4d1ee71ba38 : 8036612: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/mscapi/security.cpp
0ab3fe5e75f : 8048512: Uninitialised memory in jdk/src/share/native/sun/security/ec/ECC_JNI.cpp
ef0d0856da0 : 8028727: [parfait] warnings from b116 for jdk.src.share.native.sun.security.ec: JNI pending exceptions
643e8d87e6f : 8057779: Tests failed on Windows when in output contains path to script
d80b467df1d : 8058448: Disable JPRT submissions from the hotspot repo
1f7d2ae35ca : 8041734: JFrame in full screen mode leaves empty workspace after close
fa2dc110804 : 8058739: The test case failed as "ERROR in native method: ReleasePrimitiveArrayCritical: failed bounds check"
af478a97f47 : 8058858: JRE 8u20 crashes while using Japanese IM on Windows
d0992c80717 : 8049346: [TESTBUG] fix the @run line of the test: jdk/test/java/awt/Focus/SortingFTP/JDK8048887.java
a5187396f51 : 4477961: java.lang.Math.toDegrees(double) could be optimized
b4401ebed90 : 8048614: Add TypeMetadata to contain type annotations and other type information
5ba750abf59 : 8015376: Remove jnlp and applet files from the JDK samples
1bbac19227a : 8015376: Remove jnlp and applet files from the JDK samples
8e72d9a3e80 : Added tag jdk8u31-b01 for changeset 9adc7b00100b
0609e8f2038 : Added tag jdk8u31-b01 for changeset adc7c54fea3f
179432f3fb4 : Added tag jdk8u31-b01 for changeset 722dff8ea751
0ad6d932d2b : Added tag jdk8u31-b01 for changeset 8e65f20cf846
97ded8906b7 : Added tag jdk8u31-b01 for changeset 8fe4b2d2baa8
41d182ae5d8 : Added tag jdk8u31-b01 for changeset 498b754a511c
eabfbd35103 : Added tag jdk8u31-b01 for changeset 49b6d7c27698
c2c7f1d3312 : Added tag jdk8u31-b01 for changeset 10d24d483679
2a43c7393f7 : Added tag jdk8u31-b01 for changeset 81043dac5539
ddde81cd381 : Added tag jdk8u31-b01 for changeset 26f358767f95
c939ee2d451 : Added tag jdk8u31-b01 for changeset 1c59eef63eac
0e19052711f : Added tag jdk8u31-b01 for changeset ce07833f5354
71e2be276d2 : Added tag jdk8u31-b01 for changeset cab410086910
4b30bef54ed : Added tag jdk8u31-b01 for changeset 5b2ed8c96488
149aaf40c10 : Added tag jdk8u31-b01 for changeset 20bb8e40140c
aca1dc6a2f7 : Added tag jdk8u31-b01 for changeset f8ef07707b50
f92d959195d : 8058827: XCode 6.0 (Clang) warning "operator new' should not return a null pointer unless..."
5bab456918f : 8058863: jdk9/hs-comp fails in jprt with "-testset hotspot" from top-level
ce60f8015f5 : 8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
426f3398478 : 8057925: PrintSymbolTableSizeHistogram prints misleading output
53b92fe0723 : 8055141: Catch linker errors earlier in the JVM build by not allowing unresolved externals
30cb2dcb123 : 8036116: Fix thread-id types in G1 remembered set implementations
b0b5fa7bc6e : 8027450: Improve time reporting in G1 remark
da5afa76ab4 : 8058495: G1: normalize names for isHumongous() and friends
f008e09b915 : 8057794: Compiler Error when obtaining .class property
e0a85bf5cbf : 8062359: javac Attr crashes with NPE in TypeAnnotationsValidator visitNewClass
bff093254cd : 8058112: Invalid BootstrapMethod for constructor/method reference
8c01cb9a34c : 8065132: Parameter annotations not updated when synthetic parameters are prepended
d8c52878fb2 : 8029012: parameter_index for type annotation not updated after outer.this added
7bcf70da65d : 8063052: Inference chokes on wildcard derived from method reference
201970587a7 : 8059921: Missing compile error in Java 8 mode for Interface.super.field access
b7a03695748 : 8055798: Japanese translation for a warning from javac looks incorrect
8e169e839e5 : 8048121: javac complex method references: revamp and simplify 8037404: javac NPE or VerifyError for code with constructor reference of inner class 8047341: lambda reference to inner class in base class causes LambdaConversionException 8044748: JVM cannot access constructor though ::new reference although can call it directly 8044737: Lambda: NPE while obtaining method reference through lambda expression 8038776: VerifyError when running successfully compiled java class
dab7c4306d4 : 8062747: Compiler error when anonymous class uses method with parametrized exception
29fedf8e308 : 8057794: Compiler Error when obtaining .class property
f87f13692af : 8062359: javac Attr crashes with NPE in TypeAnnotationsValidator visitNewClass
a943d4a4c62 : 8058112: Invalid BootstrapMethod for constructor/method reference
7c354a3af1e : 8065132: Parameter annotations not updated when synthetic parameters are prepended
b69c980f0ef : 8029012: parameter_index for type annotation not updated after outer.this added
a13664d09ce : 8063052: Inference chokes on wildcard derived from method reference
2cd67daf447 : 8059921: Missing compile error in Java 8 mode for Interface.super.field access
c566fdefa59 : 8055798: Japanese translation for a warning from javac looks incorrect
0aedda9d895 : 8048121: javac complex method references: revamp and simplify 8037404: javac NPE or VerifyError for code with constructor reference of inner class 8047341: lambda reference to inner class in base class causes LambdaConversionException 8044748: JVM cannot access constructor though ::new reference although can call it directly 8044737: Lambda: NPE while obtaining method reference through lambda expression 8038776: VerifyError when running successfully compiled java class
bc0a8c0410b : 8062747: Compiler error when anonymous class uses method with parametrized exception
c30ea9e1d29 : 8057794: Compiler Error when obtaining .class property
00019f9c033 : 8058561: NPE in LocalVariableTypesCalculator
0fee2e2ea8e : 8058728: TEST_BUG: Make java/lang/invoke/LFCaching/LFGarbageCollectedTest.java skip arrayElementSetter and arrayElementGetter methods
8b3f1cc5c82 : 8058728: TEST_BUG: Make java/lang/invoke/LFCaching/LFGarbageCollectedTest.java skip arrayElementSetter and arrayElementGetter methods
280a03c63de : 8047764: Indexed or polymorphic set on global affects Object.prototype
2f4e4ab80a5 : 8058561: NPE in LocalVariableTypesCalculator
b33d1809903 : 8047764: Indexed or polymorphic set on global affects Object.prototype
44f93b10fe2 : 8058561: NPE in LocalVariableTypesCalculator
62f4b355b54 : 8047764: Indexed or polymorphic set on global affects Object.prototype
9ef4115fe75 : 6588417: Incorrect javadoc: no @throws or @exception tag in javax.*
ada2c757721 : 8054877: javadoc issues in javax.print
b9eae7f74f6 : 8058712: [TESTBUG] serviceability/dcmd/CodeCacheTest.java fails with java.lang.Exception
38190eccc45 : 8058843: TEST.groups has runtime/runtime/7158988/FieldMonitor.java
2700003cdb6 : 8058755: Update tools/javadoc/6227454 to add head tag
a1e360202d9 : 8058756: OpenJDK builds fail on Windows - cannot copy freetype.dll
a7908759443 : 8056216: Remove "sun" directory layer from libawt and common
fb0dfe332b8 : 8056216: Remove "sun" directory layer from libawt and common
72e770ad773 : 8058728: TEST_BUG: Make java/lang/invoke/LFCaching/LFGarbageCollectedTest.java skip arrayElementSetter and arrayElementGetter methods
1bae14de542 : 8057845: ClassVerifier::verify_exception_handler_targets reconstructs the ExceptionTable in a loop
8f413c27c01 : 8046202: Make persistent code store more flexible
1bd7bc67219 : 8046202: Make persistent code store more flexible
7cb28afba61 : 8046202: Make persistent code store more flexible
db75425e0a7 : 8058797: Building with sjavac broken after JDK-8058118
338af382bf1 : Added tag hs25.40-b11 for changeset cb1ebd60a969
4f94bb1d940 : Added tag hs25.40-b11 for changeset dca3fda23653
9dd233271c9 : 8058635: [TEST_BUG] sun/awt/datatransfer/SuplementaryCharactersTransferTest.java fails with Compilation error
53bec16184a : 8058479: serviceability/dcmd/CodeCacheTest.java fails
8926b93e20a : 8055189: Cleanup gensrc after source code restructure
e0f5cc2af11 : 8050115: javax/management/monitor/GaugeMonitorDeadlockTest.java fails intermittently
6231d426ee0 : 8050115: javax/management/monitor/GaugeMonitorDeadlockTest.java fails intermittently
746ed2b4eb6 : 8050281: New permission tests for JEP 140
8facf9d8a8e : 8050022: linux-sparcv9: assert(SharedSkipVerify || obj->is_oop()) failed: sanity check
5ef02aa6a9b : 8062084: Increment hsx 25.31 build to b03 for 8u31-b06
414532b5b7a : 8050022: linux-sparcv9: assert(SharedSkipVerify || obj->is_oop()) failed: sanity check
13ab59c2192 : 8062084: Increment hsx 25.31 build to b03 for 8u31-b06
46a3be0307b : 8050022: linux-sparcv9: assert(SharedSkipVerify || obj->is_oop()) failed: sanity check
17e593bf5c3 : 8050022: linux-sparcv9: assert(SharedSkipVerify || obj->is_oop()) failed: sanity check
26f802f36b5 : 8058679: More bad characters in BigIntegerTest
c382770974a : 8058679: More bad characters in BigIntegerTest
20abfd774aa : 8058661: Compiled LambdaForms should inherit from Object to improve class loading performance
83a26602a9b : 8050115: javax/management/monitor/GaugeMonitorDeadlockTest.java fails intermittently
13c109280fd : 8058726: Update regtests using sun.awt.OSInfo, part 1
42e13628a37 : 8058652: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java should be quarantined
f2677eae506 : 8058651: com/sun/jdi/RedefinePop.sh should be quarantined
ebe3ab9dd23 : 8058649: java/lang/management/ThreadMXBean/FindDeadlocks.java should be quarantined
7d629c8335b : 8058647: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java should be quarantined
24028df2372 : 8043740: Doubles with large exponents overflow to Infinity incorrectly
8a75d987d39 : 8057564: JVM hangs at getAgentProperties after attaching to VM with lower
579e48fd608 : 8055032: Improve numerical parsing in java.net and sun.net
b02c07123c1 : 8047745: Javadoc should include encoding information in generated html files
c82c59cd8f6 : 8058716: Add include missing in 8015774
c4680325826 : 8050022: linux-sparcv9: assert(SharedSkipVerify || obj->is_oop()) failed: sanity check
e39f822e38c : 8050407: Add jtreg compiler tests to Hotspot JPRT jobs
99ec33372d8 : 8043698: <title> tag not getting generated in package-summary pages for un-named packages
99a2ef6914f : 8058583: Remove CompilationRepeat
a1186e07b99 : Added tag jdk9-b31 for changeset 12198895df07
caab6b308c1 : Added tag jdk9-b31 for changeset 34aa137c3d5f
b7819d0dd92 : Added tag jdk9-b31 for changeset fe7c921b71f0
07da4cfb66e : Added tag jdk9-b31 for changeset 38f3aee12cf1
6f31d1df92b : Added tag jdk9-b31 for changeset abaac15e3bd1
1a8d48432f8 : Added tag jdk9-b31 for changeset 45ea6e55697b
0c813c1b9e7 : Added tag jdk9-b31 for changeset 8d0d35462d9b
4f5b8de590a : Added tag jdk9-b31 for changeset 2b84f4818a54
ad7e67c98fa : 8058564: Tiered compilation performance drop in PIT
6f7645f43cd : 8058569: Update java/lang/invoke/lambda tests to eliminate dependency on sun.tools.jar.Main
6d148f368dc : 8058679: More bad characters in BigIntegerTest
bf58c82fb5d : Added tag jdk8u40-b06 for changeset 3be197c61630
ae01f371824 : Added tag jdk8u40-b06 for changeset f8b77779e43e
aceb71ae7ed : Added tag jdk8u40-b06 for changeset 780a3ead8904
ede0f8e7899 : Added tag jdk8u40-b06 for changeset b172d1bf5467
cdd958fe788 : Added tag jdk8u40-b06 for changeset 825074dc0762
2f22612d74d : Added tag jdk8u40-b06 for changeset 276c0b4efbbb
7e9a6e10ab7 : Added tag jdk8u40-b06 for changeset d179b8225e6d
70487b44dc3 : Added tag jdk8u40-b06 for changeset c47a5a4c1571
aad09f7071a : Added tag jdk8u40-b06 for changeset b3dc3315e059
54322c66fdd : Added tag jdk8u40-b06 for changeset fb5ceae50e85
bcdf6b80535 : Added tag jdk8u40-b06 for changeset 0c777e21ec0d
a3acf9045c3 : Added tag jdk8u40-b06 for changeset ddad8b799c4d
bcbac9bc74d : Added tag jdk8u40-b06 for changeset 83ce1f9bdc78
cfb17e08e80 : Added tag jdk8u40-b06 for changeset 772aaf7805aa
816eec04aba : Added tag jdk8u40-b06 for changeset 76600e6067a1
2776955b3af : Added tag jdk8u40-b06 for changeset 45b763a0fcfa
caaf4d15fa2 : Added tag jdk8u25-b17 for changeset 2f276bb92ee8
5c632cb4f55 : Added tag jdk8u25-b17 for changeset 5c914e762a47
b34c5adb282 : Added tag jdk8u25-b17 for changeset 2d397c06dae3
c5096c9b9cf : Added tag jdk8u25-b17 for changeset d1d0c3552a91
f95fb9490e9 : Added tag jdk8u25-b17 for changeset 5610b42f2ee5
b9983b525ec : Added tag jdk8u25-b17 for changeset db4dee2e0e89
dcf84eeaa1b : Added tag jdk8u25-b17 for changeset 1d3ded4b2e71
8727e1a7677 : Added tag jdk8u25-b17 for changeset 9c29966a7020
9c46a2eaecb : Added tag jdk8u25-b17 for changeset 33f6fcced669
f29b218cf29 : Added tag jdk8u25-b17 for changeset 67380fe76146
770f502f8b8 : Added tag jdk8u25-b17 for changeset e73a95242411
a1a6fe85fdb : Added tag jdk8u25-b17 for changeset c67702fab6c0
55fe3a66511 : Added tag jdk8u25-b17 for changeset cced09df9bbc
a027a8f6370 : Added tag jdk8u25-b17 for changeset c03842ff7897
37731359c4f : Added tag jdk8u25-b17 for changeset 2aa9c8506446
76cf9fb39c0 : Added tag jdk8u25-b17 for changeset 348bafea500b
e74fe62b02b : 8058487: JRE installer fails if older jre is on the system with MSI 1603 error. System error 183
d93ebabce7d : 8058487: JRE installer fails if older jre is on the system with MSI 1603 error. System error 183
4d106fabede : 8058664: Bad fonts in BigIntegerTest
169057df332 : 8058664: Bad fonts in BigIntegerTest
0c71a5e8f4b : 8058664: Bad fonts in BigIntegerTest
9dc0d55e1ca : 8058509: CLDRLocaleDataMetaInfo should be in jdk.localedata
af548efaa7f : 8058204: stream tests timeout, intermittently but more likely to happen after JDK-8056248
4d8eb788f43 : 8058369: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java Exception java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
2ca3c406872 : 8058636: test case for 8057758
c48f7ee1109 : 8057035: Some tests failed using java.awt.Color on Solaris without X11 libraries
21783901b1c : 8134930: Defer stack trace walking of NashornException for extracting line number and file name
6b096422d5f : 8133300: Ensure symbol table immutability in Nashorn AST
99bb6a9d939 : 8133785: SharedScopeCall should be enabled for non-optimistic call sites in optimistic compilation
12d68897694 : 8136544: Call site switching to megamorphic causes incorrect property read
c2a3e6063c4 : 8080501: javaarrayconversion.js test is flawed
1d60bc3163e : 8134150: Make Timing both threadsafe and efficient
2f0c39476df : 8055917: jdk.nashorn.internal.codegen.CompilationPhase$N should be renamed to proper classes
50b20b27389 : 8136349: Typos patch for nashorn sources submitted on Sep 10, 2015
636f01a0df5 : 8135332: ScriptFunction constructor should use is bound and is strict check rather than checking for 'arguments' and 'caller'
7a1064f3b1c : 8135337: NativeDebug.dumpCounters with incorrect scope count
8c4e61cb7c5 : 8027137: Merge ScriptFunction and ScriptFunctionImpl
eee7d40a9ec : 8130888: Typos in nashorn sources
981a73443c9 : 8087292: nashorn should have a "fail-fast" option for scripting, analog to bash "set -e"
71f1a1d7454 : 8057035: Some tests failed using java.awt.Color on Solaris without X11 libraries
e27c636e161 : 8134930: Defer stack trace walking of NashornException for extracting line number and file name
4c1810171bb : 8133300: Ensure symbol table immutability in Nashorn AST
d106778a612 : 8133785: SharedScopeCall should be enabled for non-optimistic call sites in optimistic compilation
868b1002095 : 8136544: Call site switching to megamorphic causes incorrect property read
a4c6c8e979d : 8080501: javaarrayconversion.js test is flawed
dfeab256e31 : 8134150: Make Timing both threadsafe and efficient
e6a6e01be37 : 8055917: jdk.nashorn.internal.codegen.CompilationPhase$N should be renamed to proper classes
6a9a506d82c : 8136349: Typos patch for nashorn sources submitted on Sep 10, 2015
a8e36ec09cc : 8135332: ScriptFunction constructor should use is bound and is strict check rather than checking for 'arguments' and 'caller'
a1f8079d5ca : 8135337: NativeDebug.dumpCounters with incorrect scope count
0be44a40954 : 8027137: Merge ScriptFunction and ScriptFunctionImpl
ff51e1fb3dd : 8130888: Typos in nashorn sources
701f4cc24e6 : 8087292: nashorn should have a "fail-fast" option for scripting, analog to bash "set -e"
3d7f4564c66 : 8057035: Some tests failed using java.awt.Color on Solaris without X11 libraries
973d9305d0c : 8056263: [TESTBUG] Re-enable NMTWithCDS.java test
e1ebd1504c7 : 8056263: [TESTBUG] Re-enable NMTWithCDS.java test
8be77eed110 : 8055326: Fix typos in client-related packages
53fe8fc18d2 : 8058615: Overload resolution ambiguity involving ConsString
c44fc10416e : 8058615: Overload resolution ambiguity involving ConsString
bddf81075a4 : 8058615: Overload resolution ambiguity involving ConsString
37bfec7de83 : 8015774: Add support for multiple code heaps
cd01de591a1 : 8015774: Add support for multiple code heaps
25244f5b117 : 8056141: Move com.sun.security.jgss into a new module
0c4519a0967 : 8056141: Move com.sun.security.jgss into a new module
f18f44bce37 : 8042900: Allow com.sun.security.jgss to be in different module than org.ietf.jgss
1f56f49cd03 : 8047223: Add algorithm parameter to EncodedKeySpec class and its two subclasses
865fe204056 : 8058550: Clarify that TimerTasks are not reusable
b61f8cc4ecd : 8058579: Copy-java.base.gmk no longer needs to differentiate win32 and win64 java.policy
21e3c51138f : 8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
652c27e15d8 : 8057165: [TESTBUG] Need a test to cover JDK-8054883
50b39c9bc65 : 8058248: LittleCMS: Missing checks for NULL returns from memory allocation
b33a306ea4c : 8058573: Resolve autoconf and other merge issue from 8u25 and 8u40
b80e406c81f : 8058573: Resolve autoconf and other merge issue from 8u25 and 8u40
80ec7dea6e3 : 8055006: Store original value of Min/MaxHeapFreeRatio
4b6222ae1e4 : 8058545: With strict mode, bean property assignment of a non-existent property should result in TypeError
2627ed6b1ff : 8058545: With strict mode, bean property assignment of a non-existent property should result in TypeError
b2620f89c3c : 8058452: ciInstanceKlass::non_static_fields() can be removed
806a31c36a7 : 8057768: Make heap region region type in G1 HeapRegion explicit
d00872a05ac : 8057768: Make heap region region type in G1 HeapRegion explicit
e149222854f : 8058551: Top level README accidentally modified with changeset 1025:1d7a917a35e2
4dd455e2543 : 8058545: With strict mode, bean property assignment of a non-existent property should result in TypeError
2678b42e968 : 8056999: Make hotspot builds less verbose on default log level
beef9930466 : 8058118: Generate modules.list during the build
f7613f10917 : 8058481: Test gc/class_unloading/TestCMSClassUnloadingDisabledHWM.java was removed, but TEST.groups still refers to it
82a321b14ec : 8058481: Test gc/class_unloading/TestCMSClassUnloadingDisabledHWM.java was removed, but TEST.groups still refers to it
adf66602a0a : 8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
8ff4a188d5e : 8058475: TestCMSClassUnloadingEnabledHWM.java fails with '.*CMS Initial Mark.*' missing from stdout/stderr
ef0e7fb3e94 : 8059466: Force young GC to initiate marking cycle when stat update is requested
097295bb380 : 8057165: [TESTBUG] Need a test to cover JDK-8054883
a52d2be7735 : 8058475: TestCMSClassUnloadingEnabledHWM.java fails with '.*CMS Initial Mark.*' missing from stdout/stderr
fb603450fd2 : 8059466: Force young GC to initiate marking cycle when stat update is requested
2aeb0cae7b8 : 8057165: [TESTBUG] Need a test to cover JDK-8054883
cdc16edaa5d : 8058475: TestCMSClassUnloadingEnabledHWM.java fails with '.*CMS Initial Mark.*' missing from stdout/stderr
f1cc7f5119d : 8058520: jar xf does not work on zip files with leading garbage
d7f661e576e : 8058504: [TESTBUG] Temporarily disable failing test runtime/NMT/MallocTrackingVerify.java
bb403d6e302 : 8058505: BigIntegerTest does not exercise Burnikel-Ziegler division
dd061c8a315 : 8058505: BigIntegerTest does not exercise Burnikel-Ziegler division
8acf66df11a : 8058505: BigIntegerTest does not exercise Burnikel-Ziegler division
475c0a767aa : 8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
e490ad1e61b : 8058291: Missing some checks during parameter validation
375020d61a0 : 8058118: Generate modules.list during the build
797b24f7a01 : 8042205: javax/management/monitor/*: some tests didn't get all the notifications
d28777cff80 : 8058514: TEST_BUG: New tests introduced in 8058429 are TimeZone dependent
1e52870e378 : 8057793: BigDecimal is no longer effectively immutable
d32f6f275e0 : 8058632: Revert JDK-8054984 from 8u40
b656c6644d1 : 8033893: jdk build is broken due to the changeset of JDK-8033370
7dbe8c48642 : 8035826: [parfait] JNI exception pending in src/windows/native/sun/util/locale/provider/HostLocaleProviderAdapter_md.c
6c54e8cb700 : 8033370: [parfait] warning from b126 for solaris/native/sun/util/locale/provider: JNI exception pending
cce90b2ea24 : 8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
cdd4002b629 : 8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
72be37ee248 : 8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
2b159bc4328 : 8058291: Missing some checks during parameter validation
a29dc28b9ea : 8058626: Missing part of 8057656 in 8u40 compared to 9
9613b0e3a61 : 8054638: xrender: text drawn after setColor(Color.white) is actually black
e6c078db97a : 8042205: javax/management/monitor/*: some tests didn't get all the notifications
f016a04f731 : 8057793: BigDecimal is no longer effectively immutable
0b2698fbdec : 8058632: Revert JDK-8054984 from 8u40
2b2ef407403 : 8033893: jdk build is broken due to the changeset of JDK-8033370
5d68cbd1092 : 8035826: [parfait] JNI exception pending in src/windows/native/sun/util/locale/provider/HostLocaleProviderAdapter_md.c
dd34ad29782 : 8033370: [parfait] warning from b126 for solaris/native/sun/util/locale/provider: JNI exception pending
8ea6f20f7d9 : 8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
ec2eb591aa3 : 8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
4b4afe846a4 : 8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
7639e9de3d3 : 8058291: Missing some checks during parameter validation
dc868539713 : 8058626: Missing part of 8057656 in 8u40 compared to 9
66e8c1f2124 : 8054638: xrender: text drawn after setColor(Color.white) is actually black
81971677f25 : 8042205: javax/management/monitor/*: some tests didn't get all the notifications
2edb29385b7 : 8058367: Add verify-modules target to the default and images target
2aafc0ee9f4 : 8058429: JCK test api/java_sql/Timestamp/descriptions.html start failing after 8058230
f5de6e94601 : 8057793: BigDecimal is no longer effectively immutable
0bc027879c4 : 8056978: ClassCastException: cannot cast jdk.nashorn.internal.scripts.JO*
98bab7de72b : 8056978: ClassCastException: cannot cast jdk.nashorn.internal.scripts.JO*
9352e3ed553 : 8056978: ClassCastException: cannot cast jdk.nashorn.internal.scripts.JO*
2dcb0e33bb3 : 8058461: serviceability/dcmd/CodelistTest.java and serviceability/dcmd/CompilerQueueTest.java SIGSEGV
2f0bf4e5216 : 8058317: Top-level Makefiles uses deprecated target jvmg in HotSpot Makefiles
1cac6162863 : 8058136: Test api/java_awt/SplashScreen/index.html\#ClosedSplashScreenTests fails because of java.lang.IllegalStateException was not thrown
af261583184 : 8059944: [OGL] Metrics for a method choice copying of texture should be improved
0bacafa7d50 : 8058136: Test api/java_awt/SplashScreen/index.html\#ClosedSplashScreenTests fails because of java.lang.IllegalStateException was not thrown
06bab2e025f : 8059944: [OGL] Metrics for a method choice copying of texture should be improved
ca1f5068b30 : 8058136: Test api/java_awt/SplashScreen/index.html\#ClosedSplashScreenTests fails because of java.lang.IllegalStateException was not thrown
f00468aa401 : 8056991: Provide OSInfo functionality to regression tests
ae97aeb0d98 : 8055963: Inference failure with nested invocation
b1c9bc4f0e6 : 8058422: Users should be able to overwrite "context" and "engine" variables
2284a809177 : 8058422: Users should be able to overwrite "context" and "engine" variables
8c0e33df178 : 8058422: Users should be able to overwrite "context" and "engine" variables
dd6285d984c : 8048721: -XX:+PrintCompilation prints negative bci for non entrant OSR methods
c8ca51ee3cc : 8058413: Change formatDecimalInt so it is package private
2426fa797f6 : 8054029: (fc) FileChannel.size() returns 0 for block devices on Linux
79efb2b9d82 : 8055080: Group 9d: golden files for tests in tools/javac dir
5ddfb6abe14 : 8058366: Export sun.misc to java.sql
4951d046dfe : Added tag hs25.40-b10 for changeset d136dfef72f2
7f8ce744ae1 : Added tag hs25.40-b10 for changeset a477c796d5cf
a4de5e2802c : 8057813: Alterations to jdk_security3 test target
9c4e4476b0c : 8057813: Alterations to jdk_security3 test target
78ea4569e27 : 8054548: JAX-WS tools need to updated to work with modular image
c1aaf5dc041 : 8056264: Multicast support improvements
da99f2e32e3 : 8058304: Non-serializable fields in serializable classes
1c485c87237 : 8058304: Non-serializable fields in serializable classes
f1f0b3896dc : 8057743: Single quotes must be escaped in message resource file
2ed5ae5bef4 : 8057743: Single quotes must be escaped in message resource file
9afdb7964c4 : 8058304: Non-serializable fields in serializable classes
bce59468e0b : 8041465: BMPImageReader read error using ImageReadParam with set sourceRectangle
04ec3bf1d4a : 8049303: Transient network problems cause JMX thread to fail silenty
2c0535a9468 : 8049303: Transient network problems cause JMX thread to fail silenty
fe8dc39be3c : 8049303: Transient network problems cause JMX thread to fail silenty
1e000f777da : 8057743: Single quotes must be escaped in message resource file
ece4386179e : 8048110: Using tables in JTextPane leads to infinite loop in FlowLayout.layoutRow
9e6d4325628 : 8022865: [TESTBUG] Compressed Oops testing needs to be revised
fada700e21d : 8058235: identify GCs initiated to update allocation context stats
9f2d9ff4a63 : 8057826: Minor clean-up to the java.sql Date/Time/Timestamp tests
f4ba168d773 : 8056213: Clean up unix/native/common/sun/awt
6f337fabf4a : 8058180: .hgignore should be updated with webrev in all repos
7286ac27732 : 8058180: .hgignore should be updated with webrev in all repos
57a91cf7bd6 : 8058180: .hgignore should be updated with webrev in all repos
95f194a17f2 : 8058180: .hgignore should be updated with webrev in all repos
1d8c7e63196 : 8058180: .hgignore should be updated with webrev in all repos
2d86f77f5f5 : 8058180: .hgignore should be updated with webrev in all repos
90e46930834 : 8058180: .hgignore should be updated with webrev in all repos
71e08b387aa : 8056276: Fontmanager feature improvements
6c5144c6bd5 : 8055489: Better substitution formats
0cade9c5f1c : 8039898: sunpkcs11-solaris.cfg should be in solaris specific directory
2fa1c08b52a : Added tag jdk9-b30 for changeset 00bb2442d1d6
e084155def3 : Added tag jdk9-b30 for changeset 290847867ded
41fcab17377 : Added tag jdk9-b30 for changeset dfdf7c92f55e
e70cd0eb63b : Added tag jdk9-b30 for changeset a9217d0687d5
740d46572d1 : Added tag jdk9-b30 for changeset bbce32388a2d
b45a0b373e6 : Added tag jdk9-b30 for changeset 9628dff9b9a1
c07a0a62a8e : Added tag jdk9-b30 for changeset 10aa2df75c46
cf0939e3152 : Added tag jdk9-b30 for changeset 8d6d3257c748
6d8b172ecc5 : 8058179: Global constants get in the way of self-modifying properties
1c57f433763 : 8058179: Global constants get in the way of self-modifying properties
a9555741660 : 8057021: UserAccessorProperty guards fail with multiple globals
94b6f89eec9 : 8057021: UserAccessorProperty guards fail with multiple globals
26d9d19841b : 8058179: Global constants get in the way of self-modifying properties
4556c25b0b1 : 8058100: Reduce the RecompilableScriptFunctionData footprint
fc7715495e7 : 8058100: Reduce the RecompilableScriptFunctionData footprint
c121e477c09 : 8058100: Reduce the RecompilableScriptFunctionData footprint
397655357ab : 8057746: Cannot handle JdpException in JMX agent initialization
bf02343a728 : 8057936: java.net.URLClassLoader.findClass uses exceptions in control flow
310192415e1 : 8055145: [TESTBUG] runtime/7158988/FieldMonitor.java fails with VMDisconnectedException
b38881c3e64 : 8057556: JDP should better handle non-active interfaces
70086462dab : 8057747: Several test failing after update to tzdata2014g
8a511279dcd : 8057747: Several test failing after update to tzdata2014g
03143f3fc2f : 8057747: Several test failing after update to tzdata2014g
bfab1461824 : 8057747: Several test failing after update to tzdata2014g
828afa439d9 : 8057747: Several test failing after update to tzdata2014g
2967241e3eb : 8058089: api/javax_management/loading/MLetArgsSupport.html\#MLetArgsSupportTest0001 fails because of java.lang.IllegalArgumentException (argument type mismatch)
98b5d14523b : 8054174: minor buglet in computation of end of pc descs in libjvm_db.c
c5864ca65fb : 8058117: Missing jdk.deploy.osx from modules.xml
92b2ba63920 : 8055304: More boxing for DirectoryComboBoxModel
6dc6f53f6a1 : 8058184: Move _highest_comp_level and _highest_osr_comp_level from MethodData to MethodCounters
7275456c3af : 8058092: Test vm/mlvm/meth/stress/compiler/deoptimize. Assert in src/share/vm/classfile/systemDictionary.cpp: MH intrinsic invariant
3758432b373 : 8057627: Add org.w3c.dom.ranges and org.w3c.dom.traversal as exported API in modules.xml
003e5fd5bf6 : 8058175: [XML 1.0/1.1] - Attribute values with supplemental characters are being corrupted
35d096a99fc : 8056195: Add CUSTOM_SUMMARY_AND_WARNINGS_HOOK
5e63b8cfc48 : 8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
e1a36d62a08 : 8057107: cleanup indent white space issues prior to Contended Locking reorder and cache line bucket
497f5c44a66 : 8057744: (process) Synchronize exiting of threads and process [win]
bd8b450280c : Added tag jdk8u40-b05 for changeset c7cb576ee45c
b3cb152d03b : Added tag jdk8u40-b05 for changeset 0fbb9dc00c10
27d2f9edb56 : Added tag jdk8u40-b05 for changeset 44cce21f5ca0
9e31edf10fe : Added tag jdk8u40-b05 for changeset 1e909d0d505b
5e1e816848e : Added tag jdk8u40-b05 for changeset ab0270564558
7cf9c05ca82 : Added tag jdk8u40-b05 for changeset e7de4b0debea
0be3216093e : Added tag jdk8u40-b05 for changeset 8a5db4406c12
012339b5cd8 : Added tag jdk8u40-b05 for changeset 651de150cd39
e1794c38f17 : Added tag jdk8u40-b05 for changeset f04a4b0fb9cc
e641f67b00c : Added tag jdk8u40-b05 for changeset 5384487f81ff
d1678d86325 : Added tag jdk8u40-b05 for changeset 5a89c7110ae1
ce3d2650c5c : Added tag jdk8u40-b05 for changeset bd004f0fa371
947e001b4f3 : Added tag jdk8u40-b05 for changeset 9fb9ffd3f6e2
a2b08bc34a5 : Added tag jdk8u40-b05 for changeset ddceb67ddb37
5695036e643 : Added tag jdk8u40-b05 for changeset bdcbb0c6ddcf
f84e6d4bde1 : Added tag jdk8u40-b05 for changeset fa69be4a3c25
dbbce7862ed : 8057922: Improve LambdaForm sharing by using LambdaFormEditor more extensively
30f687e2142 : 8057042: LambdaFormEditor: derive new LFs from a base LF
f74266a5a4c : 8056926: Improve caching of GuardWithTest combinator
afe2dd89e46 : 8057657: Annotate LambdaForm parameters with types
563b1c73a4e : 8057656: Improve MethodType.isCastableTo() & MethodType.isConvertibleTo() checks
67504740bd2 : 8057654: Extract checks performed during MethodHandle construction into separate methods
70c6eaee97a : 8050887: Intrinsify constants for default values
9c80853676d : 8050884: Intrinsify ValueConversions.identity() functions
f365de576bc : 8050877: Improve code for pairwise argument conversions and value boxing/unboxing
d565c3701f5 : 8050200: Make LambdaForm intrinsics detection more robust
89409547416 : 8050057: Improve caching of MethodHandle reinvokers
fb7b2acc123 : 8050174: Support overriding of isInvokeSpecial flag in WrappedMember
71bae4addc9 : 8050173: Add j.l.i.MethodHandle.copyWith(MethodType, LambdaForm)
2f4b5e85344 : 8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle
6a177f43fb3 : 8050053: Improve caching of different invokers
da56d3f6d11 : 8050052: Small cleanups in java.lang.invoke code
0898161932e : 8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
693c89e3b9a : 8038261: JSR292: cache and reuse typed array accessors
0b424b49d88 : 8037209: Improvements and cleanups to bytecode assembly for lambda forms
3ce732d637b : 8057813: Alterations to jdk_security3 test target
5edf3d9130c : 8057813: Alterations to jdk_security3 test target
3ad47cdbeb2 : 8055719: Clean out support for old VC versions from ProjectCreator
6a9239547f2 : 8057021: UserAccessorProperty guards fail with multiple globals
1dc4b5e2f80 : 8055251: Re-examine Integer.parseInt and Long.parseLong methods
6062c2db152 : 8054889: Compiler team's implementation task
251addac33b : 8057940: JCK test api/java_awt/Image/renderable/ParameterBlock fails with StackOverflowError
621efcd976d : 8034954: Optimistic iteration in for-in and for-each
1f3bfc8f99e : 8057703: More empty classes generated by Nashorn
4b8f8cf9c8a : 8057703: More empty classes generated by Nashorn
c0bc4f82160 : 8057703: More empty classes generated by Nashorn
9253d434983 : 8057799: Unnecessary NULL check in G1KeepAliveClosure
4ac6751d564 : 8057799: Unnecessary NULL check in G1KeepAliveClosure
02b4e964baf : 8055514: Wrong, confusing error when non-static varargs referenced in static context
6d989b8f22b : 8055514: Wrong, confusing error when non-static varargs referenced in static context
7836c89054e : 8051958: Cannot assign a value to final variable in lambda
e05f0aef91e : 8051958: Cannot assign a value to final variable in lambda
4ed05140334 : 8048035: Ensure proper proxy protocols
138a20315d6 : 8057934: Upgrade to LittleCMS 2.6 breaks AIX build
d04d69fea68 : 8057937: javax/management/monitor/GaugeMonitorDeadlockTest.java should be quarantined
657c4c62903 : 8057558: VirtualMachineImpl.execute on windows should close PipedInputStream before throwing exceptions
eb8950df45b : 8056183: os::is_MP() always reports true when NMT is enabled
2d59d215e28 : 8057758: Tests run TypeProfileLevel=222 crash with guarantee(0) failed: must find derived/base pair
223aa5d79ad : Added tag jdk8u25-b16 for changeset 76f2a10ba6a3
644ea4af020 : Added tag jdk8u25-b16 for changeset f010ca07f1bd
8f9e5869688 : 8042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a static class
287db624e4d : 8054836: [TESTBUG] Test is needed to verify correctness of malloc tracking
cdb4a8c15bd : 8057538: Build the freetype library during configure on Windows
69a942ac41b : 8054210: NullPointerException when compiling specific code
bc1519a381f : 8056051: int[]::clone causes "java.lang.NoClassDefFoundError: Array"
e6ad39a6716 : 8054210: NullPointerException when compiling specific code
0bb4efc066b : 8056051: int[]::clone causes "java.lang.NoClassDefFoundError: Array"
d65d28d9939 : 8054210: NullPointerException when compiling specific code
a37e9881b26 : 8055500: fix for 8030046 is incorrect
2a90745d9d7 : 8057819: No CCC approving removing final modifier from javax.swing.SwingUtilities.isRectangleContainingRectangle static method
7dfcc902f69 : 8057931: Instead of not skipping small functions in parser, make lexer avoid them instead
f8b399466b0 : 8057930: remove eval ID
b18f6e247e3 : 8057125: The fix for JDK-8027627 was incomplete: Don't hardcode bash anywhere
c226fef491f : 8057770: api/javax_swing/JScrollPane/indexTGF.html#UpdateUI failed with MotifLookAndFeel on all platform
5ffb78ec860 : 8057959: Retag 8u25-b16 to include more fixes
bca2c924f77 : 8057770: api/javax_swing/JScrollPane/indexTGF.html#UpdateUI failed with MotifLookAndFeel on all platform
98df09c38fa : 8057959: Retag 8u25-b16 to include more fixes
26ed1b4780c : 8057770: api/javax_swing/JScrollPane/indexTGF.html#UpdateUI failed with MotifLookAndFeel on all platform
9b0811172b4 : 8056930: Output host info under some condition for core dump
df35b8e925b : 8055222: Currency update needed for ISO 4217 Amendment #159
bfacd75a25b : 8051359: JPopupMenu creation in headless mode with JDK9b23 causes NPE
3a8c3e4025d : 8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
358e1184c14 : 8062561: Test bug8055304 fails if file system default directory has read access
6e6c32876ac : 8059206: (tz) Support tzdata2014i
cb56835c7b2 : 8055222: Currency update needed for ISO 4217 Amendment #159
a402aed61df : 8051359: JPopupMenu creation in headless mode with JDK9b23 causes NPE
bbbe5fad31f : 8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
373ac37212f : 8062561: Test bug8055304 fails if file system default directory has read access
f912d1beac9 : 8059206: (tz) Support tzdata2014i
b5c0f098857 : 8057745: TEST_BUG: runtime/SharedArchiveFile/ArchiveDoesNotExist.java fails with openjdk build
694bbb59f5e : Added tag jdk8u25-b16 for changeset 01c34094bd80
2e353333843 : Added tag jdk8u25-b16 for changeset 1d9904bc554a
f4b398230a2 : Added tag jdk8u25-b16 for changeset 27fe5d162cf8
59f9febe0c3 : Added tag jdk8u25-b16 for changeset 6b916b793d03
33170641ad1 : Added tag jdk8u25-b16 for changeset 6073b450dff5
79cbf9aedee : Added tag jdk8u25-b16 for changeset 202cd97b74af
8ce50c6825f : Added tag jdk8u25-b16 for changeset 01da6ec59933
1241de4fa32 : Added tag jdk8u25-b16 for changeset f45e79f51822
0ce51317b8d : Added tag jdk8u25-b16 for changeset 933dab02d41b
24a0aaef370 : Added tag jdk8u25-b16 for changeset 2e6bcf896874
11bd2138cc5 : Added tag jdk8u25-b16 for changeset 228d0b1af89f
e1d30b705e9 : Added tag jdk8u25-b16 for changeset 8fd3d9d7bc86
b139d54439f : Added tag jdk8u25-b16 for changeset 600b7983be16
5536083a330 : Added tag jdk8u25-b16 for changeset 989057cc982e
2a47ca762e1 : Added tag jdk8u25-b16 for changeset 4f145d41eb68
1df09ff2cee : Added tag jdk8u25-b16 for changeset 3adb6dbfb762
c6dd744ff09 : 8057148: Skip nested functions on reparse
e18a2c3b293 : 8056209: Remove unused files for libawt
43c87fde320 : 8057722: G1: Code root hashtable updated incorrectly when evacuation failed
01852ea832d : 8057722: G1: Code root hashtable updated incorrectly when evacuation failed
7bf45791e8f : 8057722: G1: Code root hashtable updated incorrectly when evacuation failed
1e20d1e9f15 : 8057918: Update out-dated ignore tags in GC jtreg tests
c9d4b7a93c7 : 8057910: G1: BOT verification should not pass top
4d6624b4305 : 8057696: java -version triggers assertion for slowdebug zero builds
cf7dd2e6e47 : 8057780: Fix ppc build after "8050147: StoreLoad barrier interferes with stack usages
b91254ea6ad : 8057750: CTW should not make MH intrinsics not entrant
2beda23cf87 : 8057753: Test langtools/test/tools/javac/NoClass.java is failing when run together with langtools/test/tools/javac/DuplicateImport.java
174af2ea344 : 8057752: WhiteBox extension support for testing
d50a563314b : 8057827: notify an obj when allocation context stats are available
fd0e5093caa : 8057824: methods to copy allocation context statistics
40155ae18dd : 8057818: collect allocation context statistics at gc pauses
0856ec5961e : 8057710: Refactor G1 heap region default sizes
3e6d46d28b5 : 8057658: Enable G1 FullGC extensions
a9061c2918f : 8055514: Wrong, confusing error when non-static varargs referenced in static context
13a51887f79 : 8057776: Misc cleanups of the attach code
4c55c73d505 : 8057751: CompileNativeLibraries for custom build
32cbc650077 : 8057751: CompileNativeLibraries for custom build
5c841f8049d : 8057678: Tests for let and const keywords in Nashorn
053a9d56cd7 : 8056021: checkin for JDK-8027262 breaks Checker Framework
f7042614f7f : 8057742: ant clean test should not fail if one or more external test suites are missing
f211cac0cd4 : 8056984: Exception in compiler: java.lang.AssertionError: isSubClass T
49469c49d07 : 8056014: Type inference may be skipped for a complex receiver generic method in a parameter position
ff1498ba6b5 : 8025564: gc/memory/UniThread/Linear1 times out during heap verification
3a7125201ae : 8049343: (tz) Support tzdata2014g
53a09a53da5 : 8049343: (tz) Support tzdata2014g
3fd6bf19474 : 8049343: (tz) Support tzdata2014g
733aeddd1bc : 7010989: Duplicate closure of file descriptors leads to unexpected and incorrect closure of sockets
996b2d8a52b : 8054987: (reflect) Add sharing of annotations between instances of Executable
fa78251c791 : 8057922: Improve LambdaForm sharing by using LambdaFormEditor more extensively
108f10602bc : 8057042: LambdaFormEditor: derive new LFs from a base LF
7aa15c863b0 : 8056926: Improve caching of GuardWithTest combinator
b4d4c676bc6 : 8057657: Annotate LambdaForm parameters with types
c460628c2a6 : 8057656: Improve MethodType.isCastableTo() & MethodType.isConvertibleTo() checks
f96f9d49088 : 8057654: Extract checks performed during MethodHandle construction into separate methods
49f35018ffe : 8050887: Intrinsify constants for default values
ff02eb367a3 : 8050884: Intrinsify ValueConversions.identity() functions
b9bec5dc1cf : 8050877: Improve code for pairwise argument conversions and value boxing/unboxing
58c0e4dde76 : 8050200: Make LambdaForm intrinsics detection more robust
4c4350502b2 : 8050057: Improve caching of MethodHandle reinvokers
076747c387b : 8050174: Support overriding of isInvokeSpecial flag in WrappedMember
809a5cb07c7 : 8050173: Add j.l.i.MethodHandle.copyWith(MethodType, LambdaForm)
e1c4b580884 : 8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle
db84f7c3499 : 8050053: Improve caching of different invokers
bc9498081e7 : 8050052: Small cleanups in java.lang.invoke code
67cca450329 : 8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
9d4206100ad : 8038261: JSR292: cache and reuse typed array accessors
883f68cea27 : 8037209: Improvements and cleanups to bytecode assembly for lambda forms
f99d29c8cc4 : 8037210: Get rid of char-based descriptions 'J' of basic types
fb72bd87e43 : 8030079: Lint warnings in java.lang.invoke 8031373: Lint warnings in java.util.stream
db99b80e773 : 8057934: Upgrade to LittleCMS 2.6 breaks AIX build
f6ca61c01fd : 8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output
b7fedabf48f : 8049343: (tz) Support tzdata2014g
cf255809015 : 7010989: Duplicate closure of file descriptors leads to unexpected and incorrect closure of sockets
0a0ce61cdd6 : 8054987: (reflect) Add sharing of annotations between instances of Executable
9d4de825d3f : 8057922: Improve LambdaForm sharing by using LambdaFormEditor more extensively
10149e72a8c : 8057042: LambdaFormEditor: derive new LFs from a base LF
93a304125a3 : 8056926: Improve caching of GuardWithTest combinator
7f854d80cd8 : 8057657: Annotate LambdaForm parameters with types
862bbd7ff3d : 8057656: Improve MethodType.isCastableTo() & MethodType.isConvertibleTo() checks
3e79149cdd6 : 8057654: Extract checks performed during MethodHandle construction into separate methods
dbcbb9332f4 : 8050887: Intrinsify constants for default values
506de9c35d6 : 8050884: Intrinsify ValueConversions.identity() functions
a0d91d8ba59 : 8050877: Improve code for pairwise argument conversions and value boxing/unboxing
0a2645129d7 : 8050200: Make LambdaForm intrinsics detection more robust
77c3d55df78 : 8050057: Improve caching of MethodHandle reinvokers
5dbbcebe44d : 8050174: Support overriding of isInvokeSpecial flag in WrappedMember
7397869e8c3 : 8050173: Add j.l.i.MethodHandle.copyWith(MethodType, LambdaForm)
fdb0bc00ed6 : 8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle
62143a1610c : 8050053: Improve caching of different invokers
a53fbc9fe07 : 8050052: Small cleanups in java.lang.invoke code
151b1c4f236 : 8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
6630f0efd35 : 8038261: JSR292: cache and reuse typed array accessors
3c6226d1d78 : 8037209: Improvements and cleanups to bytecode assembly for lambda forms
356a1a76adb : 8037210: Get rid of char-based descriptions 'J' of basic types
e8a34b6d671 : 8030079: Lint warnings in java.lang.invoke 8031373: Lint warnings in java.util.stream
d154dccebdb : 8057934: Upgrade to LittleCMS 2.6 breaks AIX build
7d726eb67b0 : 8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output
5e879318756 : 8049343: (tz) Support tzdata2014g
c29aa1d7b99 : 8057986: freetype code to get glyph outline does not handle initial control point properly
acba04a5b83 : 8058394: Doclint clean up in java.sql.Date
f064e2b0289 : 8055079: Group 9c: golden files for tests in tools/javac dir
170f8549b43 : 8055075: Group 9b: golden files for tests in tools/javac dir
feef6557edc : Added tag hs25.40-b09 for changeset 739455be589b
c1028dba57e : Added tag hs25.40-b09 for changeset afb3614232f7
e285f3eadc4 : 8056154: JVM crash with EXCEPTION_ACCESS_VIOLATION when there are many threads running
5167f1158a7 : 8056202: Xerces Update: Catalog Resolver
938374d5f9e : 8057623: add an extension class for argument handling
a7a9fb10c1a : 8057623: add an extension class for argument handling
d3f7dc0d119 : 8057623: add an extension class for argument handling
5db7b3a4e13 : 8056124: Hotspot should use PICL interface to get cacheline size on SPARC
e99423e0620 : 8044473: Allow for extended set of platform MXBeans
dd462144810 : 8057588: Lots of trivial (empty) classes were generated by the Nashorn compiler as part of restOf-method generation
22f5163b711 : 8057588: Lots of trivial (empty) classes were generated by the Nashorn compiler as part of restOf-method generation
5c74cf08196 : 8057588: Lots of trivial (empty) classes were generated by the Nashorn compiler as part of restOf-method generation
5ba01e97b83 : 8057611: Nashorn did not dump the JOx classes to disk when running with the -d flag
1bdb3988edd : 8057611: Nashorn did not dump the JOx classes to disk when running with the -d flag
cbd2f643ad3 : 8057611: Nashorn did not dump the JOx classes to disk when running with the -d flag
35bca0df61e : 8053886: assert(false) failed: Should not allocate with exception pending
991284632f9 : 8029516: (fs) WatchKey cancel unreliable on Windows
d7a306911eb : 8030785: Missing "since 1.8" javadoc for java.lang.reflect.Method:getParameterCount
cdfb0ca3c8a : 8134356: {@code} tag contains &lt; and &gt; sequences
cb2faac5cce : 8075584: test for 8067364 depends on hardwired text advance
2017562561f : 8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)
7a2aa3cbe23 : 8034179: Clean up nio genConstants
253ae9cff1b : 8132850: java.lang.ArrayIndexOutOfBoundsException during text rendering with many fonts installed
4021fa766dc : 8133253: [TESTBUG] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails on compact profile
2fea04bd2e4 : 6857566: (bf) DirectByteBuffer garbage creation can outpace reclamation
e360a719331 : 8022321: java/lang/ref/OOMEInReferenceHandler.java fails intermittently
5fb0a21121b : 8133917: Refactor X11FontManager
4db1af0ae30 : 8133666: OperatingSystemMXBean reports abnormally high machine CPU consumption on Linux
66de4206531 : 8133321: (tz) Support tzdata2015f
d17676d885e : 8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
40ff411a4b9 : 8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
2960218ac42 : 8133232: [fs] Regex has redundant | in the char class
d6769beeb88 : 8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url;class=java.net.URL flavor
51bd8c16a40 : 8132551: Initialize local varibales before returning them in p11_convert.c
8c13eb94c30 : 8133022: Instant.toEpochMilli() silently overflows
e29ffc2f2fc : 8074032: Instant.ofEpochMilli(millis).toEpochMilli() can throw arithmetic overflow in toEpochMilli()
a643e4f5bca : Added tag jdk8u72-b00 for changeset 89ca285f741f
5265ab52adb : 6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently
bd4c68a7d86 : 8005226: java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails intermittently
00fc27c3b39 : 8130776: Remove EmbeddedFrame.requestFocusToEmbedder() method
86112dfc81e : 8132382: [macosx] Crash during JMC or JavaFX execution when NSApplication is controlled by SWT or JavaFX libraries
e8a01c0d625 : 8130006: java/lang/invoke/MethodHandles/CatchExceptionTest Fails
4563cae87cd : 8029516: (fs) WatchKey cancel unreliable on Windows
578f2158e21 : 8030785: Missing "since 1.8" javadoc for java.lang.reflect.Method:getParameterCount
c3d334e3418 : 8134356: {@code} tag contains &lt; and &gt; sequences
0a173591cf9 : 8075584: test for 8067364 depends on hardwired text advance
f5f5ed10d18 : 8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)
1eb8e2bfd03 : 8034179: Clean up nio genConstants
976e04d7834 : 8132850: java.lang.ArrayIndexOutOfBoundsException during text rendering with many fonts installed
6704552684a : 8133253: [TESTBUG] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails on compact profile
31b91b9afa4 : 6857566: (bf) DirectByteBuffer garbage creation can outpace reclamation
501908d4468 : 8022321: java/lang/ref/OOMEInReferenceHandler.java fails intermittently
aa6b1e6adb8 : 8133917: Refactor X11FontManager
3737e872c56 : 8133666: OperatingSystemMXBean reports abnormally high machine CPU consumption on Linux
85df7d5002d : 8133321: (tz) Support tzdata2015f
1701d4b3285 : 8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
b8f91673308 : 8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
65d7d434eae : 8133232: [fs] Regex has redundant | in the char class
d2a8c1c8188 : 8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url;class=java.net.URL flavor
5cd55b4a5a2 : 8132551: Initialize local varibales before returning them in p11_convert.c
0c898bfd5e7 : 8133022: Instant.toEpochMilli() silently overflows
8eca68b2ffc : 8074032: Instant.ofEpochMilli(millis).toEpochMilli() can throw arithmetic overflow in toEpochMilli()
30974553af1 : Added tag jdk8u72-b00 for changeset 441a82c8b7e5
c660f106867 : 6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently
79d193dae52 : 8005226: java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails intermittently
6f97e16f7bb : 8130776: Remove EmbeddedFrame.requestFocusToEmbedder() method
00b3221a3c6 : 8132382: [macosx] Crash during JMC or JavaFX execution when NSApplication is controlled by SWT or JavaFX libraries
a6e6f3d8fd0 : 8130006: java/lang/invoke/MethodHandles/CatchExceptionTest Fails
add8ed526a1 : 8057537: Serialize reconfigure and fix make clean-foo foo
1d67714f2af : 8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris
f8137659f53 : 8057536: Refactor G1 to allow context specific allocations
f8eeba1ce49 : 8057643: Unable to build --with-debug-level=optimized on OSX
100e58569c9 : 8057531: refactor gc argument processing code slightly
15420bd1939 : 8055996: Remove @ignore from tools/javac/T6725036.java
873eb45f646 : 8056056: Remove unnecessary inclusion of HS_ALT_MAKE from solaris Makefile
3667ee8265f : 8056056: Remove unnecessary inclusion of HS_ALT_MAKE from solaris Makefile
0a2a50258ef : 8044473: Allow for extended set of platform MXBeans
5ecfba1b641 : Added tag jdk9-b36 for changeset c8713652410a
bcb19ac108a : 8042888: Remove extcheck tool
8be6fa0ec35 : 8060692: Delete com/sun/jmx/snmp and sun/management/snmp from OpenJDK
cf426daa202 : 8061610: "make test" broken for hotspot test targets
4961a5f8870 : 8060766: build of jdk9-b33 seems broken due to how security zip files are interfaced
6c00ebb043f : 8046002: Move Ucrypto to the open jdk repo
515ee874321 : 8061301: Fix typo when translating characters in $USER
57cdcecff46 : Added tag jdk9-b29 for changeset 317aad3480c8
b931b38fd01 : Added tag jdk9-b29 for changeset 639910c83675
85ccd04a3c5 : Added tag jdk9-b29 for changeset 14591ffc0c61
1fe02d642ab : Added tag jdk9-b29 for changeset 08af5d44cadd
eddd3c8ccdb : Added tag jdk9-b29 for changeset f402435374ad
5f855a8d156 : Added tag jdk9-b29 for changeset dc0034c79fa4
97cac57fc67 : Added tag jdk9-b29 for changeset ca9aa0749e5d
31b97a58354 : Added tag jdk9-b29 for changeset f1c3d5352210
6e6817cf2b5 : 8056129: AtomicInteger is treated as primitive number with optimistic compilation
7fcafaafcfc : 8054970: gc src file exclusion should exclude alternative sources
692cce9567e : 8056122: Upgrade JDK to use LittleCMS 2.6
13007298874 : 8055776: Add tests to exercise SQLPermissions for DriverManager & SyncFactory
aa84a7ebb78 : 8056211: api/java_awt/Event/InputMethodEvent/serial/index.html#Input[serial2002] failure
8762039ef70 : 8056276: Fontmanager feature improvements
960decfc948 : 8055489: Better substitution formats
0ddb358e40b : 8055304: More boxing for DirectoryComboBoxModel
f297b63732f : 8056211: api/java_awt/Event/InputMethodEvent/serial/index.html#Input[serial2002] failure
67d0ba1cdfe : 8056276: Fontmanager feature improvements
a787933267f : 8055489: Better substitution formats
0bcf3fa5be4 : 8055304: More boxing for DirectoryComboBoxModel
7ecdd476206 : 8051889: Implement block scoping in symbol assignment and scope computation
cd9c00627f5 : 8057551: Let the -d flag dump _all_ generated classes to disk and work outside --compile-only mode
2f13f346724 : 8057551: Let the -d flag dump _all_ generated classes to disk and work outside --compile-only mode
917f13e5dbc : 8057551: Let the -d flag dump _all_ generated classes to disk and work outside --compile-only mode
a85101b24e6 : 8057174: MemoryMXBean tests -- TEST FAILED: chunkSize: 6291456 is less than YOUNG_GEN_SIZE: 8388608
63af0e6c0d1 : 7010989: Duplicate closure of file descriptors leads to unexpected and incorrect closure of sockets
4ee01195667 : 8051989: Unportable format string argument mismatch in jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp
fe519e6845d : 5043030: (reflect) unnecessary object creation in reflection
febacf5319f : 8054987: (reflect) Add sharing of annotations between instances of Executable
6f23532a1eb : 8057778: Misc cleanups of the attach code (aix)
fed95a68601 : 8057535: add a thread extension class
bc07a22d12b : 8058534: Remove HeapRegion::_orig_end
59bc2816048 : 8035729: Code using assert(is_oop_or_null) needs better error messages
d90a333e5b2 : 8053998: Hot card cache flush chunk size too coarse grained
f6ab247c459 : 8055091: CollectedHeap::_reserved usage should be cleaned up
366ea377817 : 8056056: Remove unnecessary inclusion of HS_ALT_MAKE from solaris Makefile
13329b5040b : 8050147: StoreLoad barrier interferes with stack usages
32063f52ce2 : 8057019: Various problems with extra arguments to applies
5b98ebd593b : 8034954: Optimistic iteration in for-in and for-each
2c02efb5cf9 : 8057931: Instead of not skipping small functions in parser, make lexer avoid them instead
9e2eb8b80a4 : 8057930: remove eval ID
7faa3dfc8e2 : 8057678: Tests for let and const keywords in Nashorn
02ac205cc30 : 8057148: Skip nested functions on reparse
95e2ec19fde : 8056129: AtomicInteger is treated as primitive number with optimistic compilation
babfe4e155a : 8057742: ant clean test should not fail if one or more external test suites are missing
01866967054 : 8051889: Implement block scoping in symbol assignment and scope computation
b137a3d5c3e : 8057019: Various problems with extra arguments to applies
7893904a1fb : 8034954: Optimistic iteration in for-in and for-each
2f7ee78747c : 8057931: Instead of not skipping small functions in parser, make lexer avoid them instead
30206dbbf92 : 8057930: remove eval ID
47bdfa334f3 : 8057678: Tests for let and const keywords in Nashorn
34530fd2b1c : 8057148: Skip nested functions on reparse
a596a06bd1e : 8056129: AtomicInteger is treated as primitive number with optimistic compilation
099aab03bc3 : 8057742: ant clean test should not fail if one or more external test suites are missing
73fc081c100 : 8051889: Implement block scoping in symbol assignment and scope computation
6db003872b2 : 8057019: Various problems with extra arguments to applies
95232def751 : 8055222: ISO 4217 Amendment #159
6cac1178ba3 : 8047675: tools/javac/defaultMethods/Assertions.java fails if run with -enableassertions (-ea)
83abeb739b1 : 8054563: Update RunCodingRules.java for source code reorg
c81071a7c7b : 8057147: [TESTBUG] Platform.isDebugBuild() doesn't work on all build types
f0b4f3d282f : 8038414: Constant pool's strings are not escaped properly
3b029e1995f : 8034861: Incorrect format and indentation of InnerClasses section
dddc3a42006 : Added tag jdk8u40-b04 for changeset e3ecf0a698f0
689bce3b5c7 : Added tag jdk8u40-b04 for changeset 45efc2cce883
b85207e1d94 : Added tag jdk8u40-b04 for changeset 806f15ba3096
4f09857ce60 : Added tag jdk8u40-b04 for changeset 2cefe1ce3b6e
6167d743cec : Added tag jdk8u40-b04 for changeset 97ae79f8e949
ecdc4bc968a : Added tag jdk8u40-b04 for changeset cece7fc6dcd4
9eff88b015e : Added tag jdk8u40-b04 for changeset 6abeb14f76fc
a920fa2535c : Added tag jdk8u40-b04 for changeset 14596b355b91
8675cd8f08e : Added tag jdk8u40-b04 for changeset 657b229923a8
f1b5e64fb5c : Added tag jdk8u40-b04 for changeset 0393438fc216
7a4c48018c5 : Added tag jdk8u40-b04 for changeset c96583a7b368
81df7705bde : Added tag jdk8u40-b04 for changeset a679fa628989
724bfe24148 : Added tag jdk8u40-b04 for changeset a8667d58548f
86ab714b70c : Added tag jdk8u40-b04 for changeset 29e63b272f74
c0a598263d1 : Added tag jdk8u40-b04 for changeset 7c35b541c7a3
c836e80e4ec : Added tag jdk8u40-b04 for changeset 692a5de4220f
f4e40eeff6a : 8044597: Request to update tools/javap/T4501661.java to add test for package option
d7d41d2c0d7 : 8057134: sun/management/jmxremote/startstop/JMXStartStopTest.java failing intermittently
d840f222df1 : 8057143: Incomplete renaming of variables containing "hrs" to "hrm" related to HeapRegionSeq
e4085cd0a6a : 8057150: Add more diagnostics to JMXStartStopTest
0bfeda937a6 : 8057129: Fix AIX build after the Extend CompileCommand=option change 8055286
fd7a1f908a7 : 8056913: Limit the size of type info cache on disk
4f999652c1a : 8056913: Limit the size of type info cache on disk
b0b75a5371e : 8056913: Limit the size of type info cache on disk
ad3f82869fd : 8057132: Build fails if PROFILE is set in the environment
5ccccbc77ed : 8057037: Verification in ClassLoaderData::is_alive is too slow
60b8d0b4d9f : 8067991: [Findbugs] SA com.sun.java.swing.ui.CommonUI some methods need final protect
380bb4a791d : 8057037: Verification in ClassLoaderData::is_alive is too slow
f45d97ab998 : 8067991: [Findbugs] SA com.sun.java.swing.ui.CommonUI some methods need final protect
635e35d00ad : 8057037: Verification in ClassLoaderData::is_alive is too slow
0fdc2863c1c : 8048621: Implement basic keystore tests
be8ccaf0817 : 8048362: Tests for doPrivileged with accomplice
ba23d3f56fe : 8041787: Need new regressions tests for buffer handling for PBE algorithms
a7c20f25dad : 8130150: Implement BigInteger.montgomeryMultiply intrinsic
8f5c921b173 : 8151064: com/sun/jdi/RedefineAddPrivateMethod.sh fails intermittently
3d199222784 : 8130425: libjvm crash due to stack overflow in executables with 32k tbss/tdata
34f27c69f62 : 8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
c6448c6ddf0 : 8151197: [TEST_BUG] Need to backport fix for test/javax/net/ssl/TLS/TestJSSE.java
d8abfe9f978 : 8048599: Tests for key wrap and unwrap operations
cdaf33795a7 : 8048607: Test key generation of DES and DESEDE
9086dbb7a8e : 8069253: javax/net/ssl/TLS/TestJSSE.java failed on Mac
8fc67195b70 : 8061464: A typo in CipherTestUtils test
ff06fc21884 : 8048362: Tests for doPrivileged with accomplice
be9d2db2cc3 : 8041787: Need new regressions tests for buffer handling for PBE algorithms
560f4623842 : 8130150: Implement BigInteger.montgomeryMultiply intrinsic
3459c3b0219 : 8151064: com/sun/jdi/RedefineAddPrivateMethod.sh fails intermittently
75f4039db43 : 8130425: libjvm crash due to stack overflow in executables with 32k tbss/tdata
2f0f2846b3a : 8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
fd97f649e36 : 8151197: [TEST_BUG] Need to backport fix for test/javax/net/ssl/TLS/TestJSSE.java
908719b76ad : 8048599: Tests for key wrap and unwrap operations
bd17b4faedd : 8048607: Test key generation of DES and DESEDE
3b7127fa8fe : 8069253: javax/net/ssl/TLS/TestJSSE.java failed on Mac
0a4df74acd3 : 8061464: A typo in CipherTestUtils test
259c3ec2e9d : 8048362: Tests for doPrivileged with accomplice
141b2388f63 : 8046210: Missing memory barrier when reading init_lock
b5558a16fec : 8058275: new hotspot build - hs25.40-b11
2c9a62810ac : 8046210: Missing memory barrier when reading init_lock
7458792ee14 : 8058275: new hotspot build - hs25.40-b11
9295c944841 : 8057076: Correct exception message in CertAndKeyGen.java
2cbff3dfc45 : 8038436: Re-examine the mechanism to determine available localedata and cldrdata
503b955cd68 : Added tag jdk8u25-b15 for changeset c17197d84b73
0aaf21c5068 : Added tag jdk8u25-b15 for changeset c99017f14da3
2186153ef4f : Added tag jdk8u25-b15 for changeset 2eaef441d6a8
5d41f8c9a11 : Added tag jdk8u25-b15 for changeset 1a7965223a78
22dabc9ce4c : Added tag jdk8u25-b15 for changeset 043662acd102
77d2cfed655 : Added tag jdk8u25-b15 for changeset b715f906947b
d3f41e4ec8a : Added tag jdk8u25-b15 for changeset 3f15b553d018
832a96f2c65 : Added tag jdk8u25-b15 for changeset 1f6866f04bee
090c6f910d3 : Added tag jdk8u25-b15 for changeset 74d236f0248f
6d967e123b1 : Added tag jdk8u25-b15 for changeset 8a1aff3ccbe1
c63f137371b : Added tag jdk8u25-b15 for changeset 7011bc067086
c8224d2b0e2 : Added tag jdk8u25-b15 for changeset ef0ed836952d
c7be34578c2 : Added tag jdk8u25-b15 for changeset 098ce1d7f53f
5d304f13b49 : Added tag jdk8u25-b15 for changeset cfda768ac501
b8fd5e09391 : Added tag jdk8u25-b15 for changeset fe2710dbfdd0
04bafcb072d : Added tag jdk8u25-b15 for changeset ed0d485461aa
04e110cf2c6 : 8056971: Minor class loading clean-up
127abcdf4d7 : 8056211: api/java_awt/Event/InputMethodEvent/serial/index.html#Input[serial2002] failure
1a77a29985c : 8055746: plenty of clipboard/dnd tests fail and break X11
2905bd08a69 : 8056994: sun/tools/jstatd/TestJstatdPortAndServer.java and sun/tools/jstatd/TestJstatdServer.java miss correct check of RMI server availability
d596c215f69 : 8049429: Tests for java client server communications with various TLS/SSL combinations
e66db038aec : 8050460: JAAS login/logout tests with LoginContext
d2d129598e8 : 8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
bb29bdcfbaf : 8049432: New tests for TLS property jdk.tls.client.protocols
c91b044174a : 8049429: Tests for java client server communications with various TLS/SSL combinations
037e0d5f3c7 : 8050460: JAAS login/logout tests with LoginContext
db4f5620481 : 8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
303920c381b : 8049432: New tests for TLS property jdk.tls.client.protocols
e0e332bdace : 8049429: Tests for java client server communications with various TLS/SSL combinations
ef0951db684 : 8057005: IntelliJ should allow import for nested classes
d23eaa44329 : 8054343: Nashorn: Some tests fails on windows with AccessControlException
01112ca52ae : 8056249: Improve CompletableFuture resource usage
729736b3f4d : 8027627: Don't hardcode bash path in LOG=trace
dff1c192bd8 : 8036981: JAXB not preserving formatting for xsd:any Mixed content
f5539174a90 : 8056264: Multicast support improvements
b519f1e5434 : Added tag jdk8u31-b02 for changeset 65349f932a8e
343ea65531c : 8036981: JAXB not preserving formatting for xsd:any Mixed content
176f8ae8d6b : 8056264: Multicast support improvements
42185915c59 : Added tag jdk8u31-b02 for changeset 36f724911384
c56a51d7a13 : 8036981: JAXB not preserving formatting for xsd:any Mixed content
066694a168f : Added tag jdk8u31-b02 for changeset 50dab6085c3e
f082a94a042 : 8036981: JAXB not preserving formatting for xsd:any Mixed content
9597712964f : Added tag jdk8u31-b02 for changeset 34b108d864e6
dd592fc2256 : 8036981: JAXB not preserving formatting for xsd:any Mixed content
f6714e06f9c : 8036981: JAXB not preserving formatting for xsd:any Mixed content
6888358c94a : 8055314: Update refactoring for new loader
abd1a5ab33b : 8055314: Update refactoring for new loader
aea65d0ee6b : 8055314: Update refactoring for new loader
95a1c8965d5 : 8056951: pico-optimize contains(Object) methods
ba917d94430 : 8057686: Clean up ProblemList.txt
2689839d79c : 8029516: (fs) WatchKey cancel unreliable on Windows
7eb2dc516c8 : 8056248: Improve ForkJoin thread throttling
b8919f94291 : 8056288: Missing bug id in test/com/sun/javadoc/testOrdering/TestOrdering.java
3951dda4cf0 : 8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing
881fa79cfe0 : 8057719: Develop new tests for LambdaForm Reduction and Caching feature
9e30841d288 : 8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java
657d8c6e77c : 8057951: javax/management/monitor/... should be quarantined
52682ab314d : 8058230: Improve java.sql toString formatting
c0411e67366 : 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
e1f2f51d911 : 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
fef0a608c7a : Added tag jdk9-b28 for changeset b7633e8ce82a
5ca16bd5d8d : Added tag jdk9-b28 for changeset 6ce251a87137
b184d5580d2 : Added tag jdk9-b28 for changeset 3c9e4f896414
3508808afb6 : Added tag jdk9-b28 for changeset 0444f488042c
efd6ea11726 : Added tag jdk9-b28 for changeset fabe6090d37a
0797b8ff198 : Added tag jdk9-b28 for changeset 482db0c1193b
fba84b37877 : Added tag jdk9-b28 for changeset 998ca72b253e
b28129e9985 : Added tag jdk9-b28 for changeset a4a81944aedd
53f5fa9af29 : 8055856: checkdeps build target doesn't work for cross-compilation builds 8056113: [build] tools.jar missing modules.xml
b82e9ddea4f : 8055856: checkdeps build target doesn't work for cross-compilation builds 8056113: [build] tools.jar missing modules.xml
2aaede4915c : 8055856: checkdeps build target doesn't work for cross-compilation builds 8056113: [build] tools.jar missing modules.xml
2f0e7c08db7 : 8056310: Cleanup in WinNTFileSystem_md.c
baa94f78237 : 8056252: Incremental build fails on Windows
e7b8addd7f1 : 8055838: Hotspot does not compile with clang 6.0 (OS X Yosemite)
033e6ca74e0 : 8014510: Fix sjavac on all platforms in jprt
e4ff32f580a : 6624085: Fourth mouse button (wheel) is treated like second button - isPopupTrigger returns true
1d0e9ff5d0e : 8048268: G1 Code Root Migration performs poorly
3b48d999c37 : 8048268: G1 Code Root Migration performs poorly
10379e7e823 : 8048268: G1 Code Root Migration performs poorly
91eef299149 : 8056084: Refactor Hashtable to allow implementations without rehashing support
ca008cc21b4 : 8059002: 8058744 needs a test case
bd59b9655bb : 8058744: Crash in C1 OSRed method w/ Unsafe usage
5427b7db47a : 8058936: hotspot/test/Makefile should use jtreg script from $JT_HOME/bin/jreg (instead of $JT_HOME/win32/bin/jtreg)
d601fe11f4a : 8058564: Tiered compilation performance drop in PIT
04a830d7822 : 8052313: Backport CDS tests from JDK-9 to jdk8_u40
3a4df1df885 : 8058798: new hotspot build - hs25.40-b12
fcd1e47f78e : 8056084: Refactor Hashtable to allow implementations without rehashing support
7c24e609920 : 8059002: 8058744 needs a test case
31c98d7a7fe : 8058744: Crash in C1 OSRed method w/ Unsafe usage
d5767703bb5 : 8058936: hotspot/test/Makefile should use jtreg script from $JT_HOME/bin/jreg (instead of $JT_HOME/win32/bin/jtreg)
031ca11a34e : 8058564: Tiered compilation performance drop in PIT
0fa55c89d00 : 8052313: Backport CDS tests from JDK-9 to jdk8_u40
6cbdde8784a : 8058798: new hotspot build - hs25.40-b12
6fc8764c65e : 8056084: Refactor Hashtable to allow implementations without rehashing support
11492e4215c : 8055664: move 14 tests about setLocationRelativeTo to jdk
8df6fff19b9 : 8056246: Fix AIX build after the Modular Source Code change 8054834
23c24788bf9 : 8056246: Fix AIX build after the Modular Source Code change 8054834
f4dc4013f0a : 8055074: Group 9a: golden files for tests in tools/javac dir
e2312f606b5 : 8049126: golden files for annotations test in tools/java dir
64168d018e5 : 8034218: Improve fontconfig.properties for AIX platform
038c4cd680b : Added tag hs25.40-b08 for changeset 0f0974c32520
e40ba501580 : Added tag hs25.40-b08 for changeset cc004985ed80
776f5d72390 : Added tag jdk8u40-b03 for changeset f783c2225722
5b6f61ba51c : Added tag jdk8u40-b03 for changeset 9ef1f4b83400
0dbb9a8ef3d : Added tag jdk8u40-b03 for changeset e4eda90137f3
195e1d6666a : Added tag jdk8u40-b03 for changeset cfb704982987
a6d8601a807 : Added tag jdk8u40-b03 for changeset 3f477e1ed608
2fe3c126778 : Added tag jdk8u40-b03 for changeset 4fd834f129b0
f497cea5ae9 : Added tag jdk8u40-b03 for changeset d00202fda030
1148963c4b4 : Added tag jdk8u40-b03 for changeset 600e34fa47dd
215c038e0bd : Added tag jdk8u40-b03 for changeset 960cce832dc1
a87b9e55bc4 : Added tag jdk8u40-b03 for changeset 0b49233e02a7
1920bb2d735 : Added tag jdk8u40-b03 for changeset fa36476dd485
33df470eb1f : Added tag jdk8u40-b03 for changeset 2c81ea0bc49d
5382ca283d4 : Added tag jdk8u40-b03 for changeset 71055f76038e
29f0957bd6f : Added tag jdk8u40-b03 for changeset fd0944e3040f
c8c4683af44 : Added tag jdk8u40-b03 for changeset c23b68fcdde7
3a7a9954cad : Added tag jdk8u40-b03 for changeset 30377c4bdd8f
6330d8c2070 : 8056223: typo in export_optimized_jdk
46e62d81003 : 8056223: typo in export_optimized_jdk
d66c4567eea : 8056283: @ignore tools/javac/defaultMethods/Assertions.java until JDK-8047675 is fixed
960d0fc613e : 8054355: ENFORCE_CC_COMPILER_REV needs to be updated to Solaris C++ 12u3 for JDK 9
6462e909c20 : 8056256: [TESTBUG] Disable NMTWithCDS.java test as launcher change has yet promoted
4483c297df7 : 8056256: [TESTBUG] Disable NMTWithCDS.java test as launcher change has yet promoted
43eb10bcb85 : 8054500: Refactor sjavac Main class into ClientMain and ServerMain
73d759e5335 : 8049105: Move array component mirror to instance of java/lang/Class (hotspot part 2)
344be395517 : 8054808: Bitmap verification sometimes fails after Full GC aborts concurrent mark
4d88604ce5b : 8029172: warnings from b117 for hotspot.agent.src.os.linux: JNI exception pending
6f13f6587d0 : 8050464: G1 string deduplication tests hang/timeout and leave running processes consuming all resources
5e59a2ef0d2 : 8056243: OptimisticTypePersistence should refuse to work in symlinked directories
7b159338c57 : 8056243: OptimisticTypePersistence should refuse to work in symlinked directories
19f6b98ac62 : 8056243: OptimisticTypePersistence should refuse to work in symlinked directories
ca7943ac3b1 : 8031583: warnings from b03 for hotspot/agent/src/os/solaris/proc: JNI exception pending
549565f3b9f : 8049226: com/sun/jdi/OptionTest.java test times out again
8ef9b8fa14e : 8049226: com/sun/jdi/OptionTest.java test times out again
b330581064e : 8049226: com/sun/jdi/OptionTest.java test times out again
3e3dcfb635b : 8054066: com/sun/jdi/DoubleAgentTest.java fails with timeout
dc13d95f22c : 8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
ce2dc99b61f : 8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
152cf7d4ba2 : 8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
731bbae8fa8 : 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid
95216ecffea : 8055289: Internal Error: mallocTracker.cpp:146 fatal error: Should not use malloc for big memory block, use virtual memory instead
b4c90b963e0 : 8035419: warning from b09 for hotspot.agent.src.os.win32.windbg.sawindbg.cpp: 'JNI exception pending'
3c70d99edad : 8055008: Clean up code that saves the previous versions of redefined classes
07001d03322 : 8056242: Add function to return structured information about loaded libraries
88eb5fb4d65 : 8046210: Missing memory barrier when reading init_lock
46bde90a2b9 : 8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
77d03742902 : 8055299: HttpsURLConnection.equals() broken
cd4f6c4f455 : 8055755: Information about loaded dynamic libraries is wrong on MacOSX
d9da8946df2 : 8056175: Change "8048150: Allow easy configurations for large CDS archives" triggers conversion warning with older GCC
ab1e6999112 : 8056121: set the default release to 8u25 in the source tree for JPRT
a1bc9f6e6da : 8056121: set the default release to 8u25 in the source tree for JPRT
e185c7ed205 : 8054638: xrender: text drawn after setColor(Color.white) is actually black
ece84adc5f0 : 8051588: DataTransferer.getInstance throws ClassCastException in headless mode
62fb85c6bad : 8051588: DataTransferer.getInstance throws ClassCastException in headless mode
4d1339a206e : 8051588: DataTransferer.getInstance throws ClassCastException in headless mode
68a71908284 : 8051588: DataTransferer.getInstance throws ClassCastException in headless mode
5f800435e34 : 8050031: [javadoc] class-use pages have duplicates and missing entries
d5da4b729b0 : 8056072: add jprt_optimized targets
b788fd1a4ce : 8057536: Refactor G1 to allow context specific allocations
f5ddafb3429 : 8057531: refactor gc argument processing code slightly
4f520ea2439 : 8054970: gc src file exclusion should exclude alternative sources
9442ab05733 : 8056072: add jprt_optimized targets
a88634df80f : 8057536: Refactor G1 to allow context specific allocations
cc2251e41a8 : 8057531: refactor gc argument processing code slightly
f010c8618e6 : 8054970: gc src file exclusion should exclude alternative sources
600705ce90a : 8056072: add jprt_optimized targets
288d5ddf1f8 : 8056123: Anonymous function statements leak internal function names into global scope
be2185a577a : 8056123: Anonymous function statements leak internal function names into global scope
15869a4e6c0 : 8055236: Deadlock during NMT2 shutdown on Windows
5236d752e10 : 8055236: Deadlock during NMT2 shutdown on Windows
9e4f249ef08 : 8055922: Work around sjavac limitation with public api tracking cross modules
9b7b252093e : 8056062: Additional minor cleanups from source restructure build changes
3974d1184a6 : 8056064: Fix corba locale build problem on windows
02943e67001 : 8056064: Fix corba locale build problem on windows
b5af5f7eaee : 8056123: Anonymous function statements leak internal function names into global scope
c73224cd2f0 : 8056094: [nashorn] tests fail when running via jtreg
2291d5b837b : 8056094: [nashorn] tests fail when running via jtreg
f50ba8a02f3 : 8055870: iteration fails if index var is not used
4e6b6b4db66 : 8055870: iteration fails if index var is not used
6331a415d5f : 8056148: Add java/lang/management/MemoryMXBean/LowMemoryTest.java to ProblemList.txt
e164c8603b7 : 8054714: Use StringJoiner where it makes the code cleaner
6ec9232c462 : 8051415: TypeTuple::make_domain() and TypeTuple::make_range() allocate too much memory
204425b78fb : 8028787: tmtools/jstat/gcoldcapacity/jstat_gcoldcapacity02 fails nsk.share.Failure: OGC < OGCMN in RT_Baseline
bbe82cb85b7 : 8055816: Remove dead code in g1BlockOffsetTable
b89a9d94b5d : 8056043: Heap does not shrink within the heap after JDK-8038423
ee35cf65160 : 8048617: Tests for PKCS12 read operations
014b2d0c84c : 8046656: Update protocol support
4029366de98 : 8047769: SecureRandom should be more frugal with file descriptors
80fd7677b8d : 8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator
595be219a4e : 8068432: Inconsistent exception handling in CompletableFuture.thenCompose
4476f57e84a : 8055230: Rename attach provider implementation class be platform neutral
3a78ac3c1bd : 8041727: [TESTBUG] runtime/jsig/Test8017498.sh fails with Test8017498.sh: 50: [: x/usr/bin/gcc: unexpected operator
b915e1a4ad4 : 8056094: [nashorn] tests fail when running via jtreg
6abfd1ee2da : 8054925: [javadoc] refactor the Doclet start method
d81bd9fdcf6 : 8038732: [javadoc] NetBeans IDE target does not build doclets
be04e8778bf : 8056075: Add support for dumping inference dependency graphs
c9406c88c40 : 8056061: Mark implementations of public interfaces with an annotation
51cd036ebd3 : 8040617: [macosx] Large JTable cell results in a OutOfMemoryException
98d4234378f : 8040617: [macosx] Large JTable cell results in a OutOfMemoryException
e49eb930a76 : 8056025: CompilationPhase.setStates() is hot in class installation phase
42940eee32d : 8056025: CompilationPhase.setStates() is hot in class installation phase
91f1c2c34cc : 8056025: CompilationPhase.setStates() is hot in class installation phase
305fd1b6c42 : 8040617: [macosx] Large JTable cell results in a OutOfMemoryException
4142c63534e : 8056052: Source.getContent() does excess Object.clone()
aaf28254978 : 8056052: Source.getContent() does excess Object.clone()
a72b2659243 : 8056052: Source.getContent() does excess Object.clone()
97158bb8582 : 8055954: Do not parallelize class installation
04691c0c5ce : 8055954: Do not parallelize class installation
5eb6a95a44a : 8055954: Do not parallelize class installation
f789d43b8e8 : 8055919: Remove dead code in G1 concurrent marking code
40b25893d01 : 8055953: [TESTBUG] Fix for 8055098 does not contain unit test
52411a2d089 : 8055421: (fs) bad error handling in java.base/unix/native/libnio/fs/UnixNativeDispatcher.c
184c69219c7 : 8040617: [macosx] Large JTable cell results in a OutOfMemoryException
219827b8e62 : 8055421: (fs) bad error handling in java.base/unix/native/libnio/fs/UnixNativeDispatcher.c
0842b88f552 : 8040617: [macosx] Large JTable cell results in a OutOfMemoryException
08b18e4ec43 : 8056050: runExternalJsTest method in test/jdk/nashorn/internal/runtime/ClassFilter.java slows down "ant test"
49c91b1f018 : 8056050: runExternalJsTest method in test/jdk/nashorn/internal/runtime/ClassFilter.java slows down "ant test"
4bca3ec0bf9 : 8056050: runExternalJsTest method in test/jdk/nashorn/internal/runtime/ClassFilter.java slows down "ant test"
afd18d4cd4d : 8056055: IntelliJ source paths broken after modularization of langtools
288d75cbc3f : 8055360: Move the rest part of AWT ShapedAndTranslucent tests to OpenJDK
bde97395b57 : 8055811: Tests for Nashorn ClassFilter Support
319bce19d96 : 8055811: Tests for Nashorn ClassFilter Support
d5d952dc487 : 8055923: collect timings using System.nanoTime
6f55c3cc55d : 8055923: collect timings using System.nanoTime
362089dbfc5 : 8055923: collect timings using System.nanoTime
e533964fc85 : 8055906: Avoid throwing an exception with filled in stack trace as part of the normal control flow
5f75c08f1fc : 8055913: Node.hashCode() delegates to Object.hashCode() and is hot
d2f2a242c6c : 8055913: Node.hashCode() delegates to Object.hashCode() and is hot
8525a0f5b5a : 8055913: Node.hashCode() delegates to Object.hashCode() and is hot
dfe621992c8 : 8055911: Don't use String.intern for IdentNode
d9ab47d1f86 : 8055911: Don't use String.intern for IdentNode
2fc5ea46749 : 8055911: Don't use String.intern for IdentNode
b04e423d8de : 8055811: Tests for Nashorn ClassFilter Support
9086b5795fc : 8054819: Rename HeapRegionSeq to HeapRegionManager
cf57255cc8c : 8050370: Need new regressions tests for messageDigest with DigestIOStream
e8ed10f7204 : 8048360: Test signed jar files
533ef2ef7d5 : 8048619: Implement tests for converting PKCS12 keystores
803660a4a56 : 8048617: Tests for PKCS12 read operations
df71d49502e : 8048618: Tests for PKCS12 write operations
cf36cc280e3 : 8048138: Tests for JAAS callbacks
4d4639f3eab : 8050370: Need new regressions tests for messageDigest with DigestIOStream
e07b686ec51 : 8048360: Test signed jar files
d3ad29be867 : 8048619: Implement tests for converting PKCS12 keystores
84c83fbc385 : 8048617: Tests for PKCS12 read operations
5daafd84e4d : 8048618: Tests for PKCS12 write operations
7cc80ce59b2 : 8048138: Tests for JAAS callbacks
6d403095884 : Added tag jdk8u25-b14 for changeset 9f40c61fe757
22f1f7e9107 : Added tag jdk8u25-b14 for changeset ca81837d41e2
cd1d24e045f : Added tag jdk8u25-b14 for changeset 90f83d7ef963
847e79ef29b : Added tag jdk8u25-b14 for changeset b63e24f8b167
c9290959742 : Added tag jdk8u25-b14 for changeset 46754003809f
a54d9c0f901 : Added tag jdk8u25-b14 for changeset 53602d5a1367
c8e13c7f80f : Added tag jdk8u25-b14 for changeset 30ec968cf156
9829901c981 : Added tag jdk8u25-b14 for changeset 1d1805c8794c
ccb000a81d1 : Added tag jdk8u25-b14 for changeset 0c65bc9e7409
a456be2c40f : Added tag jdk8u25-b14 for changeset 2b570b334ccc
4aeaccdf691 : 8055870: iteration fails if index var is not used
e456bb6ea42 : Added tag jdk8u25-b14 for changeset f39b16d6b074
54fca57a859 : Added tag jdk8u25-b14 for changeset 5b92abca95d2
83a71bedc2c : Added tag jdk8u25-b14 for changeset a48a3439dec1
571688a1d32 : Added tag jdk8u25-b14 for changeset cb6a804bba58
e94c23977ab : Added tag jdk8u25-b14 for changeset efcfa0cdb881
2a07b3568bc : Added tag jdk8u25-b14 for changeset afe3049b22ac
619ef479f33 : 8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
6533d2dc01a : 8055230: Rename attach provider implementation class be platform neutral
6f990e0e650 : 8056065: sun/net/www/protocol/http/RedirectOnPost.java failing
515d0c0a232 : 8055421: (fs) bad error handling in java.base/unix/native/libnio/fs/UnixNativeDispatcher.c
27d481fa825 : 8055955: (ch) Remove unnecessary initialization of InetAddress from FileChannel
7c8053cd971 : 8055747: Move SimpleSSLContext to jdk/testlibrary
82dd03274af : 8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing
34e103f04b6 : 8055901: Update policytool for jdk.net.NetworkPermission
f34547460cb : 8050370: Need new regressions tests for messageDigest with DigestIOStream
c46b22661c0 : 8043981: Remove the JPDA demo
8df06738cab : 8043936: Drop HPROF as demo, keep as HPROF agent shipped with JDK
6742e4ea27f : 8055899: Two nashorn tests fail in 8u40 nightly build with ClassNotFoundException
9b12a52d642 : 8055899: Two nashorn tests fail in 8u40 nightly build with ClassNotFoundException
ed9b4d01ec2 : 8055899: Two nashorn tests fail in 8u40 nightly build with ClassNotFoundException
9c81c487468 : 8055878: Nashorn: all tests failed with AccessControlException
2084805273c : 8055906: Avoid throwing an exception with filled in stack trace as part of the normal control flow
ede30a46d05 : 8055878: Nashorn: all tests failed with AccessControlException
969a4142400 : 8055906: Avoid throwing an exception with filled in stack trace as part of the normal control flow
279e660367a : 8055878: Nashorn: all tests failed with AccessControlException
6d54a640e09 : 8055855: "make profiles" failing since refactoring of java.awt.datatransfer
e7456dcf861 : 8048150: Allow easy configurations for large CDS archives
2bf343ea50e : 8055416: Several vm/gc/heap/summary "After GC" events emitted for the same GC ID
e1cf783e067 : 8055818: Remove PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC from g1BlockOffsetTable.cpp
a7727ecf872 : 8055751: TestAnonymousClassUnloading.java needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot
f7af76db24e : 8055657: Test compiler/classUnloading/methodUnloading/TestMethodUnloading.java does not work with non-default GC
749333f0921 : 8055830: JDK-8015969.js is silently failing
dff04f083d8 : 8055830: JDK-8015969.js is silently failing
250fbb065a7 : 8049228: Improve multithreaded scalability of InetAddress cache 7186258: InetAddress$Cache should replace currentTimeMillis with nanoTime for more precise and accurate
10489a3c6c6 : 8055852: Add test/java/lang/Math/DoubleConsts.java and FloatConsts.java
08e122f2cbd : 8044859: javac duplicates option processing when using Compiler API
ff93fd2cceb : 8042003: Update java/lang/Math tests to eliminate dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts
2afd0dbfe3b : 8055844: [TESTBUG] test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails on Solaris Sparc due to incorrect page size being used
f597b4ea0df : 8148353: [linux-sparc] Crash in libawt.so on Linux SPARC
d9ee47463fd : 8149543: range check CastII nodes should not be split through Phi
669b6b9bc70 : 8147645: get_ctrl_no_update() code is wrong
d78f9b70615 : 8017462: G1: guarantee fails with UseDynamicNumberOfGCThreads
57e9c78e57b : 8081778: Use Intel x64 CPU instructions for RSA acceleration
dbdb35c87bf : 8072725: Provide more granular levels for GC verification
d00754fa6c2 : 8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
31ac51ce5c6 : 8144957: Remove PICL warning message
0a2cd4b09f0 : 6425769: Allow specifying an address to bind JMX remote connector
7a8ba94b7ab : 8059661: Test SoftReference and OOM behavior
3cc4cc0f8c8 : 8134963: [Newtest] New stress test for changing the coarseness level of G1 remembered set
b3c5531fe29 : 8059677: Thread.getName() instantiates Strings
cb870d9da86 : 8145442: Add the facility to verify remembered sets for G1
1dc5cadca0d : 8073735: compiler/loopopts/CountedLoopProblem.java got OOME
f51da0f1a05 : 6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
29775fadf7c : Added tag jdk8u82-b00 for changeset 70005b2b92d2
c905f0e3639 : 8055844: [TESTBUG] test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails on Solaris Sparc due to incorrect page size being used
46b0c9b2ea0 : 8148353: [linux-sparc] Crash in libawt.so on Linux SPARC
ac18f19ae08 : 8149543: range check CastII nodes should not be split through Phi
f037899498a : 8147645: get_ctrl_no_update() code is wrong
ddd7f5c89a3 : 8017462: G1: guarantee fails with UseDynamicNumberOfGCThreads
fb0d9bcb874 : 8081778: Use Intel x64 CPU instructions for RSA acceleration
6adea452d2b : 8072725: Provide more granular levels for GC verification
a7f6bc88d77 : 8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
416656f1adb : 8144957: Remove PICL warning message
51970f81e96 : 6425769: Allow specifying an address to bind JMX remote connector
0d472b8a668 : 8059661: Test SoftReference and OOM behavior
10a12e7b713 : 8134963: [Newtest] New stress test for changing the coarseness level of G1 remembered set
1c360fcb8b8 : 8059677: Thread.getName() instantiates Strings
cafd6aa12ae : 8145442: Add the facility to verify remembered sets for G1
a71979d1ea7 : 8073735: compiler/loopopts/CountedLoopProblem.java got OOME
28ac4594327 : 6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
c73e34e0115 : Added tag jdk8u82-b00 for changeset 1aa4bc1ddb90
05c6411eeda : 8055844: [TESTBUG] test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails on Solaris Sparc due to incorrect page size being used
333c7cf2df7 : 8046233: VerifyError on backward branch
2fa300773cd : 8046233: VerifyError on backward branch
91f72da700d : 8055731: sun/security/smartcardio/TestDirect.java throws java.lang.IndexOutOfBoundsException
b153d9a7f1c : 8055393: [Testbug] Some tests are being executed and fail under profiles
a3b095b0158 : 8055731: sun/security/smartcardio/TestDirect.java throws java.lang.IndexOutOfBoundsException
c358c1a5a16 : 8055393: [Testbug] Some tests are being executed and fail under profiles
13da43d0d46 : 8055731: sun/security/smartcardio/TestDirect.java throws java.lang.IndexOutOfBoundsException
f12b7f9feab : 8055785: Modifications of I/O methods for instrumentation purposes
478e8a91794 : 8055785: Modifications of I/O methods for instrumentation purposes
f813683519a : 8055069: TSX and RTM should be deprecated more strongly until hardware is corrected
44b0c90f744 : 8039271: CMM profile files (cmm/*) should not be in ${java.home}/lib
0389eda9908 : 8039271: CMM profile files (cmm/*) should not be in ${java.home}/lib
cb277efc44e : 8055830: JDK-8015969.js is silently failing
c537daee8f6 : 8055814: [TESTBUG] runtime/NMT/NMTWithCDS.java fails with product builds due to missing UnlockDiagnosticVMOptions
c17c658f122 : 8221355: Performance regression after JDK-8155635 backport into 8u
6eca0844eb6 : 8217597: [TESTBUG] old version docker does not support --cpus
f23987d25a3 : 8220718: Missing ResourceMark in nmethod::metadata_do
702a53b7fa5 : 8209951: Problematic sparc intrinsic: com.sun.crypto.provider.CipherBlockChaining
566fe5d507f : 8213825: assert(false) failed: Non-balanced monitor enter/exit! Likely JNI locking
1d507a212ff : Added tag jdk8u222-b00 for changeset 97335f0899ca
591fe7d0313 : 8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running
b7858a523e3 : 8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running
3f590aeec48 : 8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running
6b88c2205aa : 8055744: 8u-dev nightly solaris builds failed on 08/20
9390fa3b72c : 8055006: Store original value of Min/MaxHeapFreeRatio
fac59e417b6 : 8055744: 8u-dev nightly solaris builds failed on 08/20
a479a317d38 : 8055744: 8u-dev nightly solaris builds failed on 08/20
e187fdb46db : 8055767: Sjavac is leaking servers
f93cdce00d7 : 8055796: JSObject and browser JSObject linkers should provide fallback to call underlying Java methods directly
c5c5f85f9bb : 8055796: JSObject and browser JSObject linkers should provide fallback to call underlying Java methods directly
9700f06b1be : 8055796: JSObject and browser JSObject linkers should provide fallback to call underlying Java methods directly
35275f34fd2 : 8055096: Remove explicit mx flag from javadoc command line
2406917f42d : 8055662: Update mapfile for libjfr
2ffe4f820c6 : 8055662: Update mapfile for libjfr
e238141b5ce : 8061802: REDO - Remove the generations array
0241e477f15 : 8073388: Get rid of the depenecy from handles.hpp to oop.inline.hpp
71edbb2d969 : 8055702: Remove the generations array
d410f199618 : 8056240: Investigate increased GC remark time after class unloading changes in CRM Fuse
62664a37c0b : Added tag hs25.40-b06 for changeset 7122f337bb46
06c4796e1e3 : Added tag hs25.40-b06 for changeset af5ceff00df5
8a995a35387 : 8055684: runtime/NMT/CommandLineEmptyArgument.java fails
86d03f832bc : 8055053: [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails
0a021772b3b : 8055052: [TESTBUG] runtime/NMT/JcmdDetailDiff.java fails on Windows when there are no debug symbols available
5eb74f99429 : 8055684: runtime/NMT/CommandLineEmptyArgument.java fails
7efa7f2eb10 : 8055053: [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails
ef08e69bcab : 8055052: [TESTBUG] runtime/NMT/JcmdDetailDiff.java fails on Windows when there are no debug symbols available
311638a602b : 8055684: runtime/NMT/CommandLineEmptyArgument.java fails
2d90aac3815 : 8055053: [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails
663ff7ad59a : 8055052: [TESTBUG] runtime/NMT/JcmdDetailDiff.java fails on Windows when there are no debug symbols available
bf8c47fafe6 : 8055814: [TESTBUG] runtime/NMT/NMTWithCDS.java fails with product builds due to missing UnlockDiagnosticVMOptions
fe076d8a292 : 8055754: filemap.cpp does not compile with clang
8d7b0098347 : 8055338: (process) Add instrumentation to help diagnose JDK-6573254
e35f9a77f0a : Added tag jdk9-b27 for changeset 83c19f00452c
9f1adbcbb3d : Added tag jdk9-b27 for changeset d38d876f1654
147ad153752 : Added tag jdk9-b27 for changeset 3317bb8137f4
2a4f44df81f : Added tag jdk9-b27 for changeset b80b84e87032
0b54c1ce493 : Added tag jdk9-b27 for changeset e5904519ae05
2b06c555511 : Added tag jdk9-b27 for changeset 686eef1e7a79
e040b0fd6c3 : Added tag jdk9-b27 for changeset a5e25d68f971
1d8a80ef6f0 : Added tag jdk9-b27 for changeset 98ce0879ab4c
f79860bda09 : 8046070: Class Data Sharing clean up and refactoring
e95d5a70d91 : 8046070: Class Data Sharing clean up and refactoring
94b66bd429e : Added tag jdk8u40-b02 for changeset bfeef85203be
d2657407d2c : Added tag jdk8u40-b02 for changeset fc417fe6cc0e
74511006f69 : Added tag jdk8u40-b02 for changeset ebe52ff6e5f9
62f19ee49ef : Added tag jdk8u40-b02 for changeset f6cbf10d5890
10d50c28285 : Added tag jdk8u40-b02 for changeset 4b53fb5d79e8
efe36a960f5 : Added tag jdk8u40-b02 for changeset c254cf33c3ca
bb1ce6de685 : Added tag jdk8u40-b02 for changeset 58457a232751
41f5a3fc18f : Added tag jdk8u40-b02 for changeset 7271f42f78e1
0ab15ef1cd6 : Added tag jdk8u40-b02 for changeset 320f7d0ca89c
1f450d280a0 : Added tag jdk8u40-b02 for changeset b5e65ff5c80f
74b7e685c68 : Added tag jdk8u40-b02 for changeset ce99598d20a8
46bb0bb1976 : Added tag jdk8u40-b02 for changeset 51f7e4dc8cb8
9a5fbfda0a6 : Added tag jdk8u40-b02 for changeset 8f6170f22217
5e217bf7872 : Added tag jdk8u40-b02 for changeset 38be6d25ce0b
8186082de41 : Added tag jdk8u40-b02 for changeset b3622b07270e
2777973be39 : Added tag jdk8u40-b02 for changeset 4f66c5db42ba
d1b07dc362a : 8055331: cleaner handling of sub-process non-zero exit result
f44d1a0f767 : 8055772: get_source.sh : version check assumes English localization
1758f89f1f4 : Added tag jdk8u112-b00 for changeset 73ddba0a087a
010087f9cd0 : 8055772: get_source.sh : version check assumes English localization
a6af91217fa : Added tag jdk8u112-b00 for changeset a74f06d63e93
dd9ba70d424 : 8055772: get_source.sh : version check assumes English localization
01ea2212b1e : 8053963: (dc) Use DatagramChannel.receive() instead of read() in connect
38351161f03 : 8054801: Memory leak in jdk/src/windows/native/sun/windows/awt_InputMethod.cpp
6715fc0bed3 : 8055098: WB API should be extended to provide information about size and age of object
185bbdce2b3 : 8055762: Nashorn misses linker for netscape.javascript.JSObject instances
ab2fa2cb64b : 8055762: Nashorn misses linker for netscape.javascript.JSObject instances
017d3219315 : 8055762: Nashorn misses linker for netscape.javascript.JSObject instances
b93e733ad48 : 7132590: javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java fails in JDK8-B22
ba396de64a1 : 7132590: javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java fails in JDK8-B22
3c1daad18d8 : 7132590: javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java fails in JDK8-B22
c3ba2ec46da : 8040692: [TESTBUG] sun/management/jmxremote/bootstrap/JvmstatCountersTest.java requires -XX:+UsePerfData option to pass on embedded platforms
cd181f5b09e : 8055393: [Testbug] Some tests are being executed and fail under profiles
e1b8805c061 : 8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012
37c64c2e2e6 : 8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012
cde8258b655 : 8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012
bc41f7d7e99 : 8055095: Improve "do nothing" incremental build performance after modularized source code integration
74d5ddea1a7 : 8055095: Improve "do nothing" incremental build performance after modularized source code integration
60d601e4395 : 8055188: General cleanup of minor issues from source restructure
6836c834fb8 : 8055188: General cleanup of minor issues from source restructure
f4d27ba3dd7 : 8055687: Wrong "this" passed to JSObject.eval call
7d8562fd7a3 : 8055687: Wrong "this" passed to JSObject.eval call
6f75087c921 : 8027480: Build Windows x64 fastdebug builds using /homeparams
655556a4bfe : 8055164: [TESTBUG] runtime/CompressedOops/CompressedClassPointers.java fails with OpenJDK build
181ebe98ef6 : 8055236: Deadlock during NMT2 shutdown on Windows
0bbb54fff6f : 8054720: Modifications of I/O methods for instrumentation purposes
15aa55d99ee : 8055675: java/util/Currency/PropertiesTest.sh fails on OS X after JDK-8055253
eadc8dbe752 : 8055687: Wrong "this" passed to JSObject.eval call
16bef5aa2ad : 8050078: Nashorn ClassFilter Support
657f94c1e57 : 8055673: test/com/sun/jdi/ShellScaffold.sh does not honor -javaoption
1dfa715feb5 : 8050078: Nashorn ClassFilter Support
4bc9cd460a5 : 8050078: Nashorn ClassFilter Support
b4392ab9c7a : 8055635: Missing include in g1RegionToSpaceMapper.hpp results in unresolved symbol of fastdebug build without precompiled headers
fc12cd3ba8f : 8055635: Missing include in g1RegionToSpaceMapper.hpp results in unresolved symbol of fastdebug build without precompiled headers
ad89797fbd7 : 8055635: Missing include in g1RegionToSpaceMapper.hpp results in unresolved symbol of fastdebug build without precompiled headers
ce3449d8477 : 8054546: NMT2 leaks memory
1e732419533 : 8054546: NMT2 leaks memory
92679c02266 : 8054546: NMT2 leaks memory
a6caec6a83b : 8055525: Bigapp weblogic+medrec fails to startup after JDK-8038423
37dcaeb81f3 : 8038423: G1: Decommit memory within heap
18cea9679e1 : 8055525: Bigapp weblogic+medrec fails to startup after JDK-8038423
9b281bac35e : 8038423: G1: Decommit memory within heap
7fe46865915 : 8055525: Bigapp weblogic+medrec fails to startup after JDK-8038423
b7cc4f2beb9 : 8055405: JDK 9 build started failing on ja_JP.UTF-8 locale due to mapping error (encoding=ascii)
df12cc3a5e5 : 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn 8028345: Remove nashorn repo "bin" scripts to avoid confusion with JDK bin launcher programs 8029090: Developers should be able to pass nashorn properties and enable/disable JFR from command line 8030169: Need regression test for bug JDK-8010731 8033105: Make sure Nashorn test harness can run zlib benchmark 8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation 8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation 8035820: Optimistic recompilation 8035836: Array performance improvements 8036127: Prototype filter needs to be applied to getter guard as well, not just getter 803698
6: : Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one 8037086: Check that deoptimizing recompilations are correct 8037177: -Dnashorn.optimistic should be enabled by default, meaning that it has to be explicitly set to false to run with the jdk 8 style conservative types 8037534: Use scope types to determine optimistic types 8037572: Add more test cases to check static types 8037967: Broke the build, by commiting without saving the last review comment 8038223: Symbol trace debug output takes time 8038396: fix for the compiler expression evaluator to be more inquisitive about types 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework 8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen
scraping : brittle and subject-to-change log output 8038413: NPE in unboxInteger 8038416: Access to undefined scoped variables deoptimized too much 8038426: Move all loggers from process wide scope into Global scope 8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism 8038945: Simplify strict undefined checks 8039044: Expand undefined intrinsics for all commutative combinators of scrict undefined checks 8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects 8040024: BranchOptimizer produces bad code for NaN FP comparison 8040089: Apply to call transform was incomplete. Now passes all tests and performance is back 8040093: Make sure that optimistic splitting works in optimistic types 8040102: Remove all references to Unsafe and definition of anonymous clases from the code 8040655: When processing a RewriteException debug object, the return value has already been reset to null. We need to catch this value before that 8041434: Add
synchronization : to the common global constants structure 8041625: AccessorProperty currentType must only by Object.class when non-primitive, and scoping followup problem for lazily generated with bodies 8041905: Fix apply2call bug that prevented avatar.js unit tests from running correctly 8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes 8042118: Separate types from symbols 8043002: Improve performance of Nashorn equality operators 8043003: Use strongly referenced generic invokers 8043004: Reduce variability at JavaAdapter call sites 8043132: Nashorn : all tests failed with java.security.AccessControlException 8043133: Fix corner cases of JDK-8041995 8043137: Collapse long sequences of NOP in Nashorn bytecode output 8043232: Index selection of overloaded java new constructors 8043235: Type-based optimizations interfere with continuation methods 8043431: Fix yet another corner case of JDK-8041995 8043504: Octane test harness wa
s : missing argument to print_always at one callsite, causing erroneous logging 8043605: Enable history for empty property maps 8043608: Make equality tests inline better 8043611: Move timing dependent benchmark for apply2call specialization to currently_failing. It is dependent that nothing takes machine time when doing the two runs, causing spurious assertions. Suggest running octane.raytrace manually instead to verify that this works, or incorporating it in the nightly test suite 8043632: Parallelize class installation and various script fixes 8043633: In order to remove global state outside of contexts, make sure Timing class is an instance and not a static global collection of data. Move into Context. Move -Dnashorn.timing to an official logging option 8043956: Make code caching work with optimistic typing and lazy compilation 8044012: Integrate the latest best known performance flags int ant octane jobs, and make sure that it's easy to compare 'ant octane-nashorn' and 'ant octane-v8' at the push of a but
ton. : (or rather; the entry of a command line) 8044102: Ensure bechmark exclude list for Octane benchmarks is in only one place, project.properties, and fix benchmark harness 8044154: Nashorn : all tests failed with java.security.AccessControlException 8044171: Make optimistic exception handlers smaller 8044502: Get rid of global optimistic flag 8044518: Ensure exceptions related to optimistic recompilation are not serializable 8044533: Deoptimizing negation produces wrong result for zero 8044534: Constant folding for unary + should produce int for boolean literals 8044760: Avoid PropertyMap duplicate for global instances 8044786: Some tests fail with non-optimistic compilation 8044803: Unnecessary restOf check 8044816: On-demand compiled top-level program doesn't need :createProgramFunction 8044851: nashorn properties leak memory 8046013: TypeError: Cannot apply "with" to non script object 8046014: MultiGlobalCompiledScript should cache :createProgramFunction handle 8046025: AccessorProperty.getGetter is not
threadsafe : 8046026: CompiledFunction.relinkComposableInvoker assert is being hit 8046201: Avoid repeated flattening of nested ConsStrings 8046215: Running uncompilable scripts throws NullPointerException 8046898: Make sure that lazy compilation is the default, remove redundant "enable lazy compilation" flags, added warning message if compile logging is enabled and lazy is switched off. Verified existing test suite code coverage equivalence between lazy and eager 8046905: apply on apply is broken 8046921: Deoptimization type information peristence 8047035: (function() "hello")() crashes in Lexer with jdk9 8047057: Add a regression test for the passing test cases from JDK-8042304 8047067: all eval arguments need to be copied in Lower 8047078: Fuzzing bug discovered when ArrayLiteralNodes weren't immutable 8047166: 'do with({}) break ; while(0);' crashes in CodeGenerator 8047331: Assertion in CompiledFunction when running earley-boyer after Merge 8047357: More precise synthetic return + unreachable throw 80473
59: : large string size RangeError should be thrown rather than reporting negative length 8047369: Add regression tests for passing test cases of JDK-8024971 8047371: local variable declaration in TypeEvaluator should use ScriptObject.addOwnProperty instead of .set 8047728: (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined 8047959: bindings created for declarations in eval code are not mutable 8048009: Type info caching accidentally defeated 8048071: eval within 'with' statement does not use correct scope if with scope expression has a copy of eval 8048079: Persistent code store is broken after optimistic types merge 8048505: ScriptingFunctions.readFully couldn't handle file names represented as ConsStrings 8048586: String concatenation with optimistic types is slow 8048718: JSON.parse('{"0":0, "64":0}') throws ArrayindexOutOfBoundsException 8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes 8049086: Minor API convenience functio
ns : on "Java" object 8049222: JSType class exposes public mutable arrays 8049223: RewriteException class exposes public mutable arrays 8049242: Explicit constructor overload selection should work with StaticClass as well 8049318: Test hideLocationProperties.js fails on Window due to backslash in path 8049524: Global object initialization via javax.script API should be minimal 8050432: javax.script.filename variable should not be enumerable with nashorn engine's ENGINE_SCOPE bindings 8050964: OptimisticTypesPersistence.java should use java.util.Date instead of java.sql.Date 8051019: Separate src and test execution sandbox directories 8051346: Test262 tests for ECMAScript 5 now in branch "es5-tests" 8051439: Wrong type calculated for ADD operator with undefined operand 8051839: GuardedInvocation needs to clone an argument 8053908: jdeps is not PATH on Mac, results in ant clean test failure on Mac 8053910: ScriptObjectMirror causing havoc with Invocation interface 8053913: Auto format caused warning in Composite
TypeBasedGuardingDynamicLinker : 8054223: Nashorn: AssertionError when use __DIR__ and ScriptEngine.eval() 8054411: Add nashorn.args.prepend system property 8054503: test/script/external/test262/test/suite/ch12/12.6/12.6.4/12.6.4-2.js fails with tip 8054651: Global.initConstructor and ScriptFunction.getPrototype(Object) can have stricter types 8054898: Avoid creation of empty type info files 8054993: type info cache may be disabled for test262 and tests explicitly changing that property should use @fork 8055034: jjs exits interactive mode if exception was thrown when trying to print value of last evaluated expression 8055042: Compile-time expression evaluator was missing variables 8055107: Extension directives to turn on callsite profiling, tracing, AST print and other debug features locally 8055139: test/script/trusted/JDK-8055107.js fails with access control exception 8055186: Backport Nashorn optimistic typing to 8u repository 8055529: Clean up the bin directory
43f5dbaa34e : 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn 8028345: Remove nashorn repo "bin" scripts to avoid confusion with JDK bin launcher programs 8029090: Developers should be able to pass nashorn properties and enable/disable JFR from command line 8030169: Need regression test for bug JDK-8010731 8033105: Make sure Nashorn test harness can run zlib benchmark 8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation 8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation 8035820: Optimistic recompilation 8035836: Array performance improvements 8036127: Prototype filter needs to be applied to getter guard as well, not just getter 803698
6: : Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one 8037086: Check that deoptimizing recompilations are correct 8037177: -Dnashorn.optimistic should be enabled by default, meaning that it has to be explicitly set to false to run with the jdk 8 style conservative types 8037534: Use scope types to determine optimistic types 8037572: Add more test cases to check static types 8037967: Broke the build, by commiting without saving the last review comment 8038223: Symbol trace debug output takes time 8038396: fix for the compiler expression evaluator to be more inquisitive about types 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework 8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen
scraping : brittle and subject-to-change log output 8038413: NPE in unboxInteger 8038416: Access to undefined scoped variables deoptimized too much 8038426: Move all loggers from process wide scope into Global scope 8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism 8038945: Simplify strict undefined checks 8039044: Expand undefined intrinsics for all commutative combinators of scrict undefined checks 8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects 8040024: BranchOptimizer produces bad code for NaN FP comparison 8040089: Apply to call transform was incomplete. Now passes all tests and performance is back 8040093: Make sure that optimistic splitting works in optimistic types 8040102: Remove all references to Unsafe and definition of anonymous clases from the code 8040655: When processing a RewriteException debug object, the return value has already been reset to null. We need to catch this value before that 8041434: Add
synchronization : to the common global constants structure 8041625: AccessorProperty currentType must only by Object.class when non-primitive, and scoping followup problem for lazily generated with bodies 8041905: Fix apply2call bug that prevented avatar.js unit tests from running correctly 8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes 8042118: Separate types from symbols 8043002: Improve performance of Nashorn equality operators 8043003: Use strongly referenced generic invokers 8043004: Reduce variability at JavaAdapter call sites 8043132: Nashorn : all tests failed with java.security.AccessControlException 8043133: Fix corner cases of JDK-8041995 8043137: Collapse long sequences of NOP in Nashorn bytecode output 8043232: Index selection of overloaded java new constructors 8043235: Type-based optimizations interfere with continuation methods 8043431: Fix yet another corner case of JDK-8041995 8043504: Octane test harness wa
s : missing argument to print_always at one callsite, causing erroneous logging 8043605: Enable history for empty property maps 8043608: Make equality tests inline better 8043611: Move timing dependent benchmark for apply2call specialization to currently_failing. It is dependent that nothing takes machine time when doing the two runs, causing spurious assertions. Suggest running octane.raytrace manually instead to verify that this works, or incorporating it in the nightly test suite 8043632: Parallelize class installation and various script fixes 8043633: In order to remove global state outside of contexts, make sure Timing class is an instance and not a static global collection of data. Move into Context. Move -Dnashorn.timing to an official logging option 8043956: Make code caching work with optimistic typing and lazy compilation 8044012: Integrate the latest best known performance flags int ant octane jobs, and make sure that it's easy to compare 'ant octane-nashorn' and 'ant octane-v8' at the push of a but
ton. : (or rather; the entry of a command line) 8044102: Ensure bechmark exclude list for Octane benchmarks is in only one place, project.properties, and fix benchmark harness 8044154: Nashorn : all tests failed with java.security.AccessControlException 8044171: Make optimistic exception handlers smaller 8044502: Get rid of global optimistic flag 8044518: Ensure exceptions related to optimistic recompilation are not serializable 8044533: Deoptimizing negation produces wrong result for zero 8044534: Constant folding for unary + should produce int for boolean literals 8044760: Avoid PropertyMap duplicate for global instances 8044786: Some tests fail with non-optimistic compilation 8044803: Unnecessary restOf check 8044816: On-demand compiled top-level program doesn't need :createProgramFunction 8044851: nashorn properties leak memory 8046013: TypeError: Cannot apply "with" to non script object 8046014: MultiGlobalCompiledScript should cache :createProgramFunction handle 8046025: AccessorProperty.getGetter is not
threadsafe : 8046026: CompiledFunction.relinkComposableInvoker assert is being hit 8046201: Avoid repeated flattening of nested ConsStrings 8046215: Running uncompilable scripts throws NullPointerException 8046898: Make sure that lazy compilation is the default, remove redundant "enable lazy compilation" flags, added warning message if compile logging is enabled and lazy is switched off. Verified existing test suite code coverage equivalence between lazy and eager 8046905: apply on apply is broken 8046921: Deoptimization type information peristence 8047035: (function() "hello")() crashes in Lexer with jdk9 8047057: Add a regression test for the passing test cases from JDK-8042304 8047067: all eval arguments need to be copied in Lower 8047078: Fuzzing bug discovered when ArrayLiteralNodes weren't immutable 8047166: 'do with({}) break ; while(0);' crashes in CodeGenerator 8047331: Assertion in CompiledFunction when running earley-boyer after Merge 8047357: More precise synthetic return + unreachable throw 80473
59: : large string size RangeError should be thrown rather than reporting negative length 8047369: Add regression tests for passing test cases of JDK-8024971 8047371: local variable declaration in TypeEvaluator should use ScriptObject.addOwnProperty instead of .set 8047728: (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined 8047959: bindings created for declarations in eval code are not mutable 8048009: Type info caching accidentally defeated 8048071: eval within 'with' statement does not use correct scope if with scope expression has a copy of eval 8048079: Persistent code store is broken after optimistic types merge 8048505: ScriptingFunctions.readFully couldn't handle file names represented as ConsStrings 8048586: String concatenation with optimistic types is slow 8048718: JSON.parse('{"0":0, "64":0}') throws ArrayindexOutOfBoundsException 8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes 8049086: Minor API convenience functio
ns : on "Java" object 8049222: JSType class exposes public mutable arrays 8049223: RewriteException class exposes public mutable arrays 8049242: Explicit constructor overload selection should work with StaticClass as well 8049318: Test hideLocationProperties.js fails on Window due to backslash in path 8049524: Global object initialization via javax.script API should be minimal 8050432: javax.script.filename variable should not be enumerable with nashorn engine's ENGINE_SCOPE bindings 8050964: OptimisticTypesPersistence.java should use java.util.Date instead of java.sql.Date 8051019: Separate src and test execution sandbox directories 8051346: Test262 tests for ECMAScript 5 now in branch "es5-tests" 8051439: Wrong type calculated for ADD operator with undefined operand 8051839: GuardedInvocation needs to clone an argument 8053908: jdeps is not PATH on Mac, results in ant clean test failure on Mac 8053910: ScriptObjectMirror causing havoc with Invocation interface 8053913: Auto format caused warning in Composite
TypeBasedGuardingDynamicLinker : 8054223: Nashorn: AssertionError when use __DIR__ and ScriptEngine.eval() 8054411: Add nashorn.args.prepend system property 8054503: test/script/external/test262/test/suite/ch12/12.6/12.6.4/12.6.4-2.js fails with tip 8054651: Global.initConstructor and ScriptFunction.getPrototype(Object) can have stricter types 8054898: Avoid creation of empty type info files 8054993: type info cache may be disabled for test262 and tests explicitly changing that property should use @fork 8055034: jjs exits interactive mode if exception was thrown when trying to print value of last evaluated expression 8055042: Compile-time expression evaluator was missing variables 8055107: Extension directives to turn on callsite profiling, tracing, AST print and other debug features locally 8055139: test/script/trusted/JDK-8055107.js fails with access control exception 8055186: Backport Nashorn optimistic typing to 8u repository 8055529: Clean up the bin directory
4f4ccbcf5a7 : 8044638: Tidy up Nashorn codebase for code standards 8055199: Tidy up Nashorn codebase for code standards (August 2014)
951b11620af : 8044638: Tidy up Nashorn codebase for code standards 8055199: Tidy up Nashorn codebase for code standards (August 2014)
ad58f36cb51 : 8055373: Typo in InquireType.java
759e173d7ee : 8055497: [infra] build failure when building bootcycle image
9867d883ad5 : 8055501: [javac] ignore test/tools/javac/Paths/AbsolutePathTest.java
7c69c612eba : 8055201: JNI exception pending in jdk/src/solaris/native/sun/awt/CUPSfuncs.c
f9c8748b48b : 8055262: Update jdk/test/java/util/Base64 tests to remove use of sun.misc.BASE64Encoder/Decoder
400f0f7a8f1 : 8055153: nsk/stress/jck60/jck60014 crashes on sparc
b37ae217fa5 : 8055503: Rollback 8054164 changeset
d2031365d39 : 8055012: [TESTBUG] NMTHelper fails to parse NMT output
825bd2a49a9 : 8057719: Develop new tests for LambdaForm Reduction and Caching feature
6bea102a670 : 8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java
57698b1e1d7 : 8057813: Alterations to jdk_security3 test target
78f2a918952 : 8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack
7d60e264314 : 8051359: JPopupMenu creation in headless mode with JDK9b23 causes NPE
0c068c99f53 : 8048110: Using tables in JTextPane leads to infinite loop in FlowLayout.layoutRow
cbf4201fe6e : 8052406: SSLv2Hello protocol may be filter out unexpectedly
4d70d0f2699 : 8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris
1fb879af4c8 : 8056249: Improve CompletableFuture resource usage
31a215c50bf : 8056122: Upgrade JDK to use LittleCMS 2.6
a535b26874a : 8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
7d922c9c346 : 8055012: [TESTBUG] NMTHelper fails to parse NMT output
96b0a3f2f13 : 8057719: Develop new tests for LambdaForm Reduction and Caching feature
a6341ef0030 : 8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java
d7c2d09b77a : 8057813: Alterations to jdk_security3 test target
e802e518f6b : 8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack
dd4eff222a1 : 8051359: JPopupMenu creation in headless mode with JDK9b23 causes NPE
bfd34da22df : 8048110: Using tables in JTextPane leads to infinite loop in FlowLayout.layoutRow
440c43ba21e : 8052406: SSLv2Hello protocol may be filter out unexpectedly
74199b008ce : 8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris
554fd6d6dec : 8056249: Improve CompletableFuture resource usage
069b39705a2 : 8056122: Upgrade JDK to use LittleCMS 2.6
ba6587fd142 : 8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
441a1060ce2 : 8055051: runtime/NMT/CommandLineEmptyArgument.java fails
9e0c9a64be1 : 8054711: [TESTBUG] Enable NMT2 tests after NMT2 is integrated
20a5d6f5740 : 8055051: runtime/NMT/CommandLineEmptyArgument.java fails
599692c35c9 : 8054711: [TESTBUG] Enable NMT2 tests after NMT2 is integrated
1a1ce4534ef : 8055051: runtime/NMT/CommandLineEmptyArgument.java fails
6eb98a5b203 : 8055061: assert at share/vm/services/virtualMemoryTracker.cpp:332 Error: ShouldNotReachHere() when running NMT tests
58a4ff204e5 : 8055061: assert at share/vm/services/virtualMemoryTracker.cpp:332 Error: ShouldNotReachHere() when running NMT tests
fa78f33af10 : 8055395: Nashorn should use source, target to be 1.8 and use ASM5 version for generated code
b91db1e18c9 : Added tag jdk8u25-b13 for changeset 0fb76aab7c2f
91965a52751 : Added tag jdk8u25-b13 for changeset 7ad4157edd71
7857b047eeb : Added tag jdk8u25-b13 for changeset 4dcffd38a8db
40ae5e05006 : Added tag jdk8u25-b13 for changeset cec724a0316c
d86a2021109 : Added tag jdk8u25-b13 for changeset a82d34b80942
0e9fd4eacd0 : Added tag jdk8u25-b13 for changeset 1536f12e6626
f2c009025ce : Added tag jdk8u25-b13 for changeset 268ce891be40
8bc261a56b5 : Added tag jdk8u25-b13 for changeset 933cabe2047c
77b19379a48 : Added tag jdk8u25-b13 for changeset 3e53610d5b60
7130ab0a4cb : Added tag jdk8u25-b13 for changeset 14a74ee1073e
4fbdd61aeed : Added tag jdk8u25-b13 for changeset fdccb3130caa
2cb205a4625 : Added tag jdk8u25-b13 for changeset acab8c6ae587
e32057f9765 : 8055007: NMT2: emptyStack missing in minimal build
34250ddb99c : 8055007: NMT2: emptyStack missing in minimal build
e6720872341 : 8055007: NMT2: emptyStack missing in minimal build
100e51a339d : 8038423: G1: Decommit memory within heap
3195bc66ba5 : 8022177: Windows/MSYS builds broken
d1c2d9e6bda : 8055390: IntelliJ langtools project should reflect modular source tree
73e818fea99 : 8035939: java/lang/management/MemoryMXBean/MemoryManagement.java timed out on Linux-amd64
f0133ac1a0d : 8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
482e4a88597 : 8055012: [TESTBUG] NMTHelper fails to parse NMT output
47a0c94d3f7 : 8055368: Ant build broken after modular source code change
b986429c73f : 8049253: Better GC validation
8599c4f79c4 : 8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC
685032173e0 : 8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC
a0da8dbb9cb : 8054818: Refactor HeapRegionSeq to manage heap region and auxiliary data
1b10b580371 : 8040722: G1: Clean up usages of heap_region_containing
3ec8c5041bc : 8054818: Refactor HeapRegionSeq to manage heap region and auxiliary data
da9eda2ef44 : 8040722: G1: Clean up usages of heap_region_containing
46c981faef2 : 8055088: Optimization for locale resources loading isn't working
391a556d146 : 8054817: File ccache only recognizes Linux and Solaris defaults
8b9a8298369 : 8048879: "unexpected yanked node" opto/postaloc.cpp:139
0613e548bb5 : 8055253: test/java/util/Currency/PropertiesTest.sh modifies the test JDK
bbb2e94d164 : 8055353: libsplashscreen build fails on MacOSX Mavericks
2617d547236 : 8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC
9835d9b9b32 : 8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
8fe87f3da72 : 8054711: [TESTBUG] Enable NMT2 tests after NMT2 is integrated
7bce3150597 : 8055061: assert at share/vm/services/virtualMemoryTracker.cpp:332 Error: ShouldNotReachHere() when running NMT tests
dba4b643596 : 8055243: Make jdk8u40 the default release
dab17c5cf84 : 8055243: Make jdk8u40 the default release
63e180a9a7f : 8055254: Address source incompatability of JSlider generification
ab7e16e1551 : 8054804: 8u25 l10n resource file translation update
7bee6f531b9 : 8054804: 8u25 l10n resource file translation update
86aa0d684e7 : 8054804: 8u25 l10n resource file translation update
15805567e87 : 8054804: 8u25 l10n resource file translation update
b6e58190e1d : 8054804: 8u25 l10n resource file translation update
6b964f7466a : 8054804: 8u25 l10n resource file translation update
c570c57f2a2 : 8054804: 8u25 l10n resource file translation update
c9ca5e8738f : 8054804: 8u25 l10n resource file translation update
b9b2141c2de : 8055284: sanity/WhiteBox.java fails with NPE
2ee5ee89d41 : 8054818: Refactor HeapRegionSeq to manage heap region and auxiliary data
71775c28e2b : 8054362: gc/g1/TestEagerReclaimHumongousRegions2.java timeout
84233e7acce : 7026255: Methods of Subject that throw SecurityException do not specify what permissions are required
3a91779b625 : 8055283: Expand ResourceHashtable with C_HEAP allocation, removal and some unit tests
a5953c450eb : 8137756: Remove hrs_err_msg and hrs_ext_msg from heapRegionSet
c2d62e3cbe6 : 8141056: Erroneous assignment in HeapRegionSet.cpp
813dfa4e341 : 8141140: Zero JVM fails to initialize after JDK-8078554
5bc981fad56 : 8141138: Zero fails to build
7a3cbf30c73 : 8140602: Split other time calculation into methods in G1CollectorPolicy
8f6db1e1a72 : 8141042: Typos and refactoring in Compiler constraints functions
e3e3e02480e : 8141049: Remove CARD_REPEAT_HISTO from the G1 code
6147feb1457 : 8141045: Remove SPARSE_PRT_VERBOSE from the G1 code
584861e9b46 : 8141037: Remove _MARKING_VERBOSE_ from the G1 code
adbbc4e8d8e : 8140509: Add note_gc_start to G1CollectorPolicy
c230209787c : 8140645: Recent Developments for AIX
d8b7d0ecd4b : 8140508: Add utility method for logging phases to G1CollectorPolicy
4930637288e : 8139026: hotspot/make/hotspot.script cannot handle command-line arguments with spaces
abcfc9b394e : 8139564: Convert TraceDefaultMethods to Unified Logging
a0f01babb91 : 8140249: JVM Crashing During startUp If Flight Recording is enabled
8096454d4d4 : 8140781: Remove _MARKING_STATS_ from the G1 code
fee39c63e69 : 8129526: Solaris: clean up another remnant of interruptible I/O
d78d0c4fa4d : 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests
55e81019528 : 8131045: Obsolete JNIDetachReleasesMonitors
173377d355d : 8055275: Several gc/class_unloading/ tests fail due to missed +UnlockDiagnosticVMOptions flag
9190088eb29 : 8055111: [TESTBUG] jdk.testlibrary.Utils.removeGcOpts doesn't remove -Xconcgc
5fe51a5b714 : 8054834: Modular Source Code
8b10a196694 : 8054834: Modular Source Code
3bc69d393d3 : 8054834: Modular Source Code
2b80c4715fd : 8054834: Modular Source Code
8d04e5aec5f : 8054834: Modular Source Code
786f3dbbdf2 : 8054834: Modular Source Code
ed916b30bb1 : 8054834: Modular Source Code
ebd8efe5ef6 : 8054834: Modular Source Code
dbae5ca3e8f : 8055231: ZERO variant build is broken
c0f8ef3ddce : 8068036: assert(is_available(index)) failed in G1 cset
cfd0d36d922 : 8076191: new hotspot build - hs25.60-b10
010b0d3cd7b : 8055231: ZERO variant build is broken
6b7ca6b8902 : 8068036: assert(is_available(index)) failed in G1 cset
95830bac86e : 8076191: new hotspot build - hs25.60-b10
31f98c26fca : 8055231: ZERO variant build is broken
646c399fa27 : 8054360: Refine generification of javax.swing
9227b18d8a9 : 8055199: Tidy up Nashorn codebase for code standards (August 2014)
7cb1497762a : 8054556: javac should report the error for default usage as the primary error
107a5ada428 : 8054278: Refactor jps utility tests
03c06e74412 : 8054878: javadoc issues in javax.imageio
21f7f36b9e2 : 8044269: Analysis of archive files
ba779d9d09d : 8044269: Analysis of archive files
3809699af6f : 8044269: Analysis of archive files
2d982948379 : 8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ed76407154e : 8055004: Reduce allocation overhead in java.time.Period/Duration parse methods
7b0a5001bf6 : Added tag hs25.40-b05 for changeset 34c55fa5c8e8
70c5df48975 : Added tag hs25.40-b05 for changeset 489b69a45ea8
b15b77edafd : Added tag jdk8u20-b31 for changeset 9e52bc311810
1620609382e : Added tag jdk8u20-b31 for changeset 818dfe225668
9ba7602acaa : Added tag jdk8u20-b31 for changeset e6bba9ca564d
e6b9dfead9c : Added tag jdk8u20-b31 for changeset 071db1694d99
04cf248626e : Added tag jdk8u20-b31 for changeset fd673d3069b8
a14d55ff103 : Added tag jdk8u20-b31 for changeset 85f3d2e0f5e0
30b28b31a30 : Added tag jdk8u20-b31 for changeset 0b106ed74d99
15496c16aa3 : Added tag jdk8u20-b31 for changeset 776adc872516
8c4e7d7f276 : Added tag jdk8u20-b31 for changeset 574a6b0c0074
be08812116b : Added tag jdk8u20-b31 for changeset a3582e5aa12d
314649a741f : Added tag jdk8u20-b31 for changeset 780aa2ce3dd2
a6f2a3f966e : Added tag jdk8u20-b31 for changeset 7104b9370649
e79a47b9840 : Added tag jdk8u20-b31 for changeset ee927ba10ce2
7cb88b74187 : Added tag jdk8u20-b31 for changeset af67b08f6f31
736205dc6da : Added tag jdk8u20-b31 for changeset cc13aa1df029
897e8d65ad5 : Added tag jdk8u20-b31 for changeset 305a65285fde
35fc5a5ccf5 : 8054547: Re-enable warning for incompatible java launcher
b8253cdf20c : 8054547: Re-enable warning for incompatible java launcher
67c70b66e42 : 8054547: Re-enable warning for incompatible java launcher
983051a4560 : 8055139: test/script/trusted/JDK-8055107.js fails with access control exception
531fc2cff0c : 8042199: The build of J2DBench via makefile is broken after the JDK-8005402
62e846549d6 : 8055107: Extension directives to turn on callsite profiling, tracing, AST print and other debug features locally
bac9592a7e9 : 8046662: Check JNI ReleaseStringChars / ReleaseStringUTFChars verify_guards test inverted
91ae9894041 : 8046662: Check JNI ReleaseStringChars / ReleaseStringUTFChars verify_guards test inverted
110fc8e47fa : 8046887: JNI exception pending in jdk/src/solaris/native/sun/awt: awt_DrawingSurface.c, awt_GraphicsEnv.c, awt_InputMethod.c, sun_awt_X11_GtkFileDialogPeer.c
15a875a7a5e : 8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null
8763545e888 : 6311046: -Xcheck:jni should support checking of GetPrimitiveArrayCritical
ddf704113ac : 6311046: -Xcheck:jni should support checking of GetPrimitiveArrayCritical
0621f2c870f : 8054368: nsk/jdi/VirtualMachine/exit/exit002 crash with detail tracking on (NMT2)
c14447994d2 : 8054368: nsk/jdi/VirtualMachine/exit/exit002 crash with detail tracking on (NMT2)
06a502d4a61 : 8054368: nsk/jdi/VirtualMachine/exit/exit002 crash with detail tracking on (NMT2)
dbb42efd61a : 8055042: Compile-time expression evaluator was missing variables
b9781a67640 : 8055039: Sjavac does not print compilation errors to the console
84a2ad03728 : 8054824: Clean up ProblemList.txt
0683c8dbb09 : 8054215: Use com.sun.tools.javac.util.Assert instead of 'assert'
d50dfdb3999 : 8054402: "klass->is_loader_alive(_is_alive)) failed: must be alive" for anonymous classes
89127c73603 : 8054164: solaris makefile
b54c5b8113f : 8054883: Segmentation error while running program
2d004b64d15 : 8049253: Better GC validation
3f99a96a6c2 : Added tag jdk8u25-b13 for changeset 29a6a6ad3ceb
b6fcd987184 : 8054883: Segmentation error while running program
513903dcbc4 : 8049253: Better GC validation
50b1aca99aa : Added tag jdk8u25-b13 for changeset cc6fdf06aa64
8ed4cb5a025 : 8054883: Segmentation error while running program
99237ec5d96 : 8047952: Remove _FORTIFY_SOURCE from fastdebug and slowdebug builds
1cf35244f65 : 8055076: fix test failures in classfile tests
edbfeb537ab : Added tag jdk8u40-b01 for changeset 4b336cf6255e
b4630682d5e : Added tag jdk8u40-b01 for changeset cbcba347a21c
2c55390e451 : Added tag jdk8u40-b01 for changeset c42c54eb6bf2
92d970306b0 : Added tag jdk8u40-b01 for changeset 7bb8040ebd18
c224d23eb31 : Added tag jdk8u40-b01 for changeset a9a53cef47b6
b6f1c5046dc : Added tag jdk8u40-b01 for changeset ce741f4f4c52
ad1ad1a352e : Added tag jdk8u40-b01 for changeset a92a5dc93be6
902b39eb007 : Added tag jdk8u40-b01 for changeset 70538be3d6f6
4e0d465b19e : Added tag jdk8u40-b01 for changeset 32dcbc3f65f6
8b263408f4d : Added tag jdk8u40-b01 for changeset ae7ec765e7e1
e2d3f39f457 : Added tag jdk8u40-b01 for changeset 9d606ffb2d56
3a2dfa6e4ca : Added tag jdk8u40-b01 for changeset 8c3d2d3b3fae
e9c30593b29 : Added tag jdk8u40-b01 for changeset 17a60e65e639
5d72693785b : Added tag jdk8u40-b01 for changeset 3c7c44dfa381
bd9bc2b4cc1 : Added tag jdk8u40-b01 for changeset f8f8c490893f
4c6495528f8 : Added tag jdk8u40-b01 for changeset c8b1ec07c9fa
33e6564a6be : 8050429: Update/cleanup ToolBox
ed5be50e9e2 : 8054927: Missing MemNode::acquire ordering in some volatile Load nodes
95707882930 : 8047952: Remove FORTIFY_SOURCE from fastdebug and slowdebug builds
14fcc1d07d9 : 8055054: Remove visitWildcard visitor method from erasure visitor
94d91b13828 : 8054800: JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp
85cc6b9fde7 : 8055055: Improve numeric parsing in java.sql
2daf96018c7 : 8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack
a98a0d19e13 : 8055034: jjs exits interactive mode if exception was thrown when trying to print value of last evaluated expression
ce4c4568200 : 8048457: Sjavac should not use portfiles, sockets, etc if background=false 8044131: Restructure client / server protocol code
f2ebff72bac : 8054993: type info cache may be disabled for test262 and tests explicitly changing that property should use @fork
86d51435a09 : 8046007: Java app receives javax.print.PrintException: Printer is not accepting job
c23cfdcd47f : 8043913: remove legacy code in SPARC's VM_Version::platform_features
d86b4dcf1a8 : 8164293: HotSpot leaking memory in long-running requests
289869c4a29 : 8043913: remove legacy code in SPARC's VM_Version::platform_features
4c8f08f9308 : 8164293: HotSpot leaking memory in long-running requests
a898169a76f : 8043913: remove legacy code in SPARC's VM_Version::platform_features
c6db213e6eb : 8177095: Range check dependent CastII/ConvI2L is prematurely eliminated
0e1c6f1ce32 : 8043913: remove legacy code in SPARC's VM_Version::platform_features
e000fd5e5ab : 8177095: Range check dependent CastII/ConvI2L is prematurely eliminated
abd8ce71353 : 8043913: remove legacy code in SPARC's VM_Version::platform_features
14e6aa6b9e0 : 8049130: Group 8d - golden files for annotations test in tools/java dir
32b768c531e : 8049129: Group 8c - golden files for annotations test in tools/java dir
40f4caa8d01 : 8049127: Group 8b - golden files for annotations test in tools/java dir
69c1d825ffe : 8054713: [TESTBUG] runtime/jsig/Test8017498.sh: Execution failed: exit code 1
5aba1542abf : 8050485: super() in a try block in a ctor causes VerifyError
2250e29f50f : 8055717: Increment hsx 25.25 build to b02 for 8u25-b11
b9bb40ee7dc : 8050485: super() in a try block in a ctor causes VerifyError
1087e92b37d : 8055717: Increment hsx 25.25 build to b02 for 8u25-b11
1436d4b821c : 8050485: super() in a try block in a ctor causes VerifyError
6c6dbcb1288 : 8046070: Class Data Sharing clean up and refactoring
bbe6f51f817 : 8046070: Class Data Sharing clean up and refactoring
bf789b2a48b : 8054964: Add a test for invalid package annotations
32f764dcebc : 8044269: Analysis of archive files
9b07d92516d : 8044269: Analysis of archive files
b78c5d936da : 8044269: Analysis of archive files
17a9b43786e : 8044269: Analysis of archive files
48c5a6ffe36 : 8054952: [TESTBUG] Add missing NMT2 tests
7303609b4db : 8057535: add a thread extension class
c4eea9561a9 : 8057143: Incomplete renaming of variables containing "hrs" to "hrm" related to HeapRegionSeq
5d6c2b7a362 : 8054808: Bitmap verification sometimes fails after Full GC aborts concurrent mark
7e63a62dd7b : 8056043: Heap does not shrink within the heap after JDK-8038423
94c41f1e071 : 8037925: CMM Testing: an allocated humongous object at the end of the heap should not prevents shrinking the heap
9af4f25d091 : 8056971: Minor class loading clean-up
50688e9438d : 8055919: Remove dead code in G1 concurrent marking code
50a76f34d79 : 8055657: Test compiler/classUnloading/methodUnloading/TestMethodUnloading.java does not work with non-default GC
603e9172d3a : 8056299: new hotspot build - hs25.40-b09
84c688d5642 : 8056175: Change "8048150: Allow easy configurations for large CDS archives" triggers conversion warning with older GCC
72b99a2d2fc : 8054819: Rename HeapRegionSeq to HeapRegionManager
0c86679ede4 : 8055953: [TESTBUG] Fix for 8055098 does not contain unit test
889dd0ccd78 : 8029524: Remove unsused method CollectedHeap::unsafe_max_alloc()
8af8cecd219 : 8051002: Incorrectly merged share/vm/classfile/classFileParser.cpp was pushed to 8u20
1cd00ec3028 : 8055952: new hotspot build - hs25.40-b08
27936bf61de : Added tag hs25.40-b07 for changeset 3ad71b7c5ed4
da4ad99adc1 : 8048150: Allow easy configurations for large CDS archives
5c9a3619a8c : 8054402: "klass->is_loader_alive(_is_alive)) failed: must be alive" for anonymous classes
32a6b7ecf25 : 8055069: TSX and RTM should be deprecated more strongly until hardware is corrected
cec5f80825c : 8055786: new hotspot build - hs25.40-b07
c687ab9ceee : 8046070: Class Data Sharing clean up and refactoring
440bbeec3c7 : 8055098: WB API should be extended to provide information about size and age of object
d3a6011241e : 8054952: [TESTBUG] Add missing NMT2 tests
8b161268e07 : 8057535: add a thread extension class
841f9a0c06c : 8057143: Incomplete renaming of variables containing "hrs" to "hrm" related to HeapRegionSeq
e73ca45040d : 8054808: Bitmap verification sometimes fails after Full GC aborts concurrent mark
0a96f3f0232 : 8056043: Heap does not shrink within the heap after JDK-8038423
352273a6f13 : 8037925: CMM Testing: an allocated humongous object at the end of the heap should not prevents shrinking the heap
ec5d343fad2 : 8056971: Minor class loading clean-up
b850b509e92 : 8055919: Remove dead code in G1 concurrent marking code
5547c73bea5 : 8055657: Test compiler/classUnloading/methodUnloading/TestMethodUnloading.java does not work with non-default GC
1c7cd1408b6 : 8056299: new hotspot build - hs25.40-b09
b04da13c3f5 : 8056175: Change "8048150: Allow easy configurations for large CDS archives" triggers conversion warning with older GCC
778169396e5 : 8054819: Rename HeapRegionSeq to HeapRegionManager
7300d331558 : 8055953: [TESTBUG] Fix for 8055098 does not contain unit test
122d18c67b8 : 8029524: Remove unsused method CollectedHeap::unsafe_max_alloc()
6cf5bedd201 : 8051002: Incorrectly merged share/vm/classfile/classFileParser.cpp was pushed to 8u20
43bae598073 : 8055952: new hotspot build - hs25.40-b08
d745161b62a : Added tag hs25.40-b07 for changeset c2f9da84b97f
21580429bb1 : 8048150: Allow easy configurations for large CDS archives
ed60e4a8d39 : 8054402: "klass->is_loader_alive(_is_alive)) failed: must be alive" for anonymous classes
fd8d43cde40 : 8055069: TSX and RTM should be deprecated more strongly until hardware is corrected
10aa5fff08d : 8055786: new hotspot build - hs25.40-b07
94e9c521052 : 8046070: Class Data Sharing clean up and refactoring
c2a4ef76f9f : 8055098: WB API should be extended to provide information about size and age of object
89c5882d2ed : 8054952: [TESTBUG] Add missing NMT2 tests
8a74b0cf77c : 8054938: [TESTBUG] Wrong WhiteBox.java was pushed by JDK-8044140
6c3ee58b3f8 : 8044140: Create NMT (Native Memory Tracking) tests for NMT2
7c742ab25cc : 8046598: Scalable Native memory tracking development
b6b14df4d3b : 8054938: [TESTBUG] Wrong WhiteBox.java was pushed by JDK-8044140
549484265a8 : 8044140: Create NMT (Native Memory Tracking) tests for NMT2
d85c304853b : 8046598: Scalable Native memory tracking development
097085961fe : 8054938: [TESTBUG] Wrong WhiteBox.java was pushed by JDK-8044140
c6508b2a9b8 : Added tag jdk8u25-b12 for changeset 31b9adee4f69
cf30451a617 : Added tag jdk8u25-b12 for changeset 9f88b2e47538
d44b2c49b07 : Added tag jdk8u25-b12 for changeset bcb1ea87ed48
5ed5bd635c7 : Added tag jdk8u25-b12 for changeset f07c303c9bf4
1ac8c907b6b : Added tag jdk8u25-b12 for changeset 593ab08353da
4d3a1615995 : Added tag jdk8u25-b12 for changeset 9d97dba23a05
511e796423b : Added tag jdk8u25-b12 for changeset e0742175e2e3
ffcf237eed5 : Added tag jdk8u25-b12 for changeset 04144d945917
a13be0e6fdb : Added tag jdk8u25-b12 for changeset 8c0d37f983ab
062b6051034 : Added tag jdk8u25-b12 for changeset 3b75d67c7983
24022fbf1da : Added tag jdk8u25-b12 for changeset 8119670d7d75
6084889540e : Added tag jdk8u25-b12 for changeset d9bbf8068ce8
2be9d7826e7 : Added tag jdk8u25-b12 for changeset 11fe1d2e6449
4501320f31a : Added tag jdk8u25-b12 for changeset dc99a64c5263
c50c4d44208 : Added tag jdk8u25-b12 for changeset 50fedc81fdab
ffe78fd420e : Added tag jdk8u25-b12 for changeset 922ae9af0049
505881480c0 : 8042835: Remove mnemonic character from open, save and open directory JFileChooser's buttons
cafb36661dd : 8003426: Remove UseFastAccessors and UseFastEmptyMethods except for zero
600e498c448 : 8053657: [TEST_BUG] move some 5 tests related to undecorated Frame/JFrame to JDK
20607aa6c3b : 8054898: Avoid creation of empty type info files
f71b48d575a : 8044851: nashorn properties leak memory
d5e7d1af490 : 8046894: JNI exception pending in jdk/src/solaris/native/sun/awt/X11Color.c
cc896ceac94 : 8054801: Memory leak in jdk/src/windows/native/sun/windows/awt_InputMethod.cpp
9e19b1edb85 : 8046887: JNI exception pending in jdk/src/solaris/native/sun/awt: awt_DrawingSurface.c, awt_GraphicsEnv.c, awt_InputMethod.c, sun_awt_X11_GtkFileDialogPeer.c
a0046b36f63 : 8054800: JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp
8e65e868111 : 8046894: JNI exception pending in jdk/src/solaris/native/sun/awt/X11Color.c
ee41c166d6e : 8054801: Memory leak in jdk/src/windows/native/sun/windows/awt_InputMethod.cpp
056f81b47e0 : 8046887: JNI exception pending in jdk/src/solaris/native/sun/awt: awt_DrawingSurface.c, awt_GraphicsEnv.c, awt_InputMethod.c, sun_awt_X11_GtkFileDialogPeer.c
dae45b06283 : 8054800: JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp
149fb94d766 : 8046894: JNI exception pending in jdk/src/solaris/native/sun/awt/X11Color.c
2d67061cd93 : 8049065: [JLightweightFrame] Support DnD for SwingNode
8740c99fbde : 8042251: Implement classfile tests for InnerClasses attribute
6dc905c5329 : 8038861: [javadoc] broken links in org/omg/CORBA/FloatSeqHelper.html
8a690a1250e : 6424123: JVM crashes on failed 'strdup' call
714d7c813a3 : 8054044: [javadoc] javadoc tester must print out the javadoc run arguments
a603833464b : 8054503: test/script/external/test262/test/suite/ch12/12.6/12.6.4/12.6.4-2.js fails with tip
69e7c052101 : 8044140: Create NMT (Native Memory Tracking) tests for NMT2
a818508035a : 8054817: File ccache only recognizes Linux and Solaris defaults
a1945787b11 : 8054817: File ccache only recognizes Linux and Solaris defaults
fa334043fe8 : 8054224: Recursive method that was compiled by C1 is unable to catch StackOverflowError
a56ade07c7b : 7173584: Implement arraycopy as a macro node
28806299085 : 8054823: Add size_t as a valid VM flag type
dd95f0a0c2d : 8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot
2649b6be707 : 8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp
a67aa1e3dfc : 8043284: Optimize signed integer comparison
a3cf5e18502 : 6708093: Redundant unused native method declaration in LCMS.java
29ec29b1422 : 6975892: Javadoc typo in javax.print.attribute.standard.DialogTypeSelection
90f1fde6b4e : 8043693: A typo in the javadoc for javax.imageio.ImageReader
d4142068b24 : Added tag jdk9-b26 for changeset e60692e4f736
4e543f382aa : Added tag jdk9-b26 for changeset 5cc16d71dc7a
d1c0417898c : Added tag jdk9-b26 for changeset 2c05592cf0f2
39ca89d315b : Added tag jdk9-b26 for changeset f51938efd4f6
e35087b430c : Added tag jdk9-b26 for changeset 38b0d0abca49
99d4b78faec : Added tag jdk9-b26 for changeset 3a55fad9854a
b719714b5fe : Added tag jdk9-b26 for changeset 30a18bb9b88d
a00c5cca87f : Added tag jdk9-b26 for changeset 11e239e69325
051ebee2670 : Added tag jdk9-b26 for changeset a64f0cd60e66
e238dea6b37 : Added tag jdk9-b26 for changeset 196b7a50a266
323e4860448 : Added tag jdk9-b26 for changeset f51938efd4f6
491e405b220 : Added tag jdk9-b26 for changeset 38b0d0abca49
6fa6e652a98 : Added tag jdk9-b26 for changeset 3a55fad9854a
0289fe19942 : Added tag jdk9-b26 for changeset 30a18bb9b88d
d5d1326409d : Added tag jdk9-b26 for changeset 11e239e69325
c110d6437fc : 8054465: Add --permit-artifact=bar to sjavac
1aa88047a32 : 8047130: Fewer escapes from escape analysis
3f09694252b : 8047130: Fewer escapes from escape analysis
0cb72824460 : 8047130: Fewer escapes from escape analysis
c8256e4d275 : 8054474: Add --state-dir=bar to sjavac
ce6154a2faf : 8054461: Add @file support to sjavac
d1ee28b0705 : 8043836: Need new tests for AES cipher
c3e54338148 : 6302052: Reference to nonexistant Class in javadoc
90f4ae0676b : 8054431: Some of the input validation in the javasound is too strict
3b73e95849d : 8054651: Global.initConstructor and ScriptFunction.getPrototype(Object) can have stricter types
bd7970ecb96 : 8017284: Aqua LaF: memory leak when HTML is used for JTabbedPane tab titles
2d07a3650d0 : 8049533: SwingUtilities.convertMouseEvent misses MouseWheelEvent.preciseWheelRotation
62bbf50825e : 8051359: JPopupMenu creation in headless mode with JDK9b23 causes NPE
a8ece5cffc6 : 8043956: Make code caching work with optimistic typing and lazy compilation
a6397cd3682 : 8040920: Uninitialised memory in hotspot/src/share/vm/code/dependencies.cpp
b9b03c6d6ad : Added tag hs25.40-b04 for changeset aa5235ba6e9b
3b92ac4fd63 : Added tag hs25.40-b04 for changeset fdcd4c16d864
f3df8c7f97e : 8034032: Check src/macosx/native/java/util/prefs/MacOSXPreferencesFile.m for JNI pending issues
5ef67751177 : 8048025: Ensure cache consistency
f0cf82f571c : 8046598: Scalable Native memory tracking development
f8cc861621a : 8048025: Ensure cache consistency
4468542bb5f : Added tag jdk8u25-b13 for changeset c68d9f1d9bf3
3b6c0d755fe : 8048025: Ensure cache consistency
7ec923e6880 : Added tag jdk8u25-b13 for changeset 11e7d7151b89
35c5f0ad5d0 : 8051346: Test262 tests for ECMAScript 5 now in branch "es5-tests"
c2317643233 : 8049340: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java timed out
fad5841384e : 8054372: Cleanup of com.sun.media.sound packages
e3b86ec9084 : 8046343: (smartcardio) CardTerminal.connect('direct') does not work on MacOSX
b79daf9354b : 8054221: StringJoiner imlementation optimization
9d38762126c : 8046026: CompiledFunction.relinkComposableInvoker assert is being hit
d279c6653df : 8051837: Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags
4dc963e62f2 : 8067655: Clean up G1 remembered set oop iteration
cb79dde84ea : 8129221: Increment the build value to b03 for hs25.45 in 8u45-b37
45909a50863 : 8051837: Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags
dffa87a1a76 : 8067655: Clean up G1 remembered set oop iteration
992ab196c87 : 8129221: Increment the build value to b03 for hs25.45 in 8u45-b37
b6c2c98852f : 8051837: Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags
1790564f461 : 8067655: Clean up G1 remembered set oop iteration
34386353792 : 8069760: When iterating over a card, G1 often iterates over much more references than are contained in the card
a206aa7d4db : 8069273: Decrease Hot Card Cache Lock contention
fa1d1338f4f : 8053998: Hot card cache flush chunk size too coarse grained
bc0334682e7 : 8060025: Object copy time regressions after JDK-8031323 and JDK-8057536
2202b4e3f38 : 8075858: AIX: clean-up HotSpot make files
c1834a74b2c : 8067923: AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639
a80e35ad8a8 : 8055416: Several vm/gc/heap/summary "After GC" events emitted for the same GC ID
60683a24f54 : 8065358: Refactor G1s usage of save_marks and reduce related races
8e3c2b75fbb : 8075118: JVM stuck in infinite loop during verification
34af6b6cac0 : 8064473: Improved handling of age during object copy in G1
184985e0cc7 : 8058801: G1TraceReclaimDeadHumongousObjectsAtYoungGC only prints humongous object liveness output when there is at least one candidate humongous object
0ba1c99fca6 : 8051837: Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags
583d268025e : 8067655: Clean up G1 remembered set oop iteration
8d587a16abf : 8069760: When iterating over a card, G1 often iterates over much more references than are contained in the card
84b3b676145 : 8069273: Decrease Hot Card Cache Lock contention
61a31085b31 : 8053998: Hot card cache flush chunk size too coarse grained
f856c3b0274 : 8060025: Object copy time regressions after JDK-8031323 and JDK-8057536
3e34fae7039 : 8075858: AIX: clean-up HotSpot make files
0585cedb62a : 8067923: AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639
117f6cedc3a : 8055416: Several vm/gc/heap/summary "After GC" events emitted for the same GC ID
b84edf9a138 : 8065358: Refactor G1s usage of save_marks and reduce related races
13ef0bf574a : 8075118: JVM stuck in infinite loop during verification
64bf9a6032e : 8064473: Improved handling of age during object copy in G1
21e8f96a0da : 8058801: G1TraceReclaimDeadHumongousObjectsAtYoungGC only prints humongous object liveness output when there is at least one candidate humongous object
ae0190f1212 : 8051837: Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags
d84a697aad5 : 8048123: Replace calendars.properties with another mechanism to specify a new Japanese calendar era
fc86d536943 : 8040921: Uninitialised memory in hotspot/src/share/vm/c1/c1_LinearScan.cpp
202c1b07789 : 8040921: Uninitialised memory in hotspot/src/share/vm/c1/c1_LinearScan.cpp
f7855341e88 : 8041982: Use of animated icon in JLayer causes CPU spin
cf32cd8ae42 : 8053910: ScriptObjectMirror causing havoc with Invocation interface
40facee1a56 : 8053963: (dc) Use DatagramChannel.receive() instead of read() in connect()
1eb2a3c3a4d : 8053963: (dc) Use DatagramChannel.receive() instead of read() in connect()
e9a294c5aa0 : 6521706: A switch operator in JFrame.processWindowEvent() should be rewritten
3dc86bb8348 : 8054411: Add nashorn.args.prepend system property
5d2615f1cb3 : 8051439: Wrong type calculated for ADD operator with undefined operand
1eb6e5cb425 : 8044786: Some tests fail with non-optimistic compilation
ef47f5dc0e8 : 8048269: Add flag to turn off class unloading after G1 concurrent mark
c14ca481dd6 : 8042469: Launcher changes for native memory tracking scalability enhancement
19ccecdf1a8 : 8034056: assert(_heap_alignment >= _space_alignment) failed: heap_alignment less than space_alignment
f13b37ff860 : 8038268: VM Crashes in MetaspaceShared::generate_vtable_methods while creating CDS archive with limiting SharedMiscCodeSize
a4044aa571a : 8041984: CompilerThread seems to occupy all CPU in a very rare situation
7bb409adc6d : 8061234: ResourceContext.requestAccurateUpdate() is unreliable
03771fced98 : 8034056: assert(_heap_alignment >= _space_alignment) failed: heap_alignment less than space_alignment
b262147b300 : 8038268: VM Crashes in MetaspaceShared::generate_vtable_methods while creating CDS archive with limiting SharedMiscCodeSize
827db3e8a9b : 8041984: CompilerThread seems to occupy all CPU in a very rare situation
47b66c614d0 : 8061234: ResourceContext.requestAccurateUpdate() is unreliable
e57b1279b22 : 8034056: assert(_heap_alignment >= _space_alignment) failed: heap_alignment less than space_alignment
94d0494b27e : 8054341: Remove some obsolete code in G1CollectedHeap class
24bee82e67d : 8052170: G1 asserts at collection exit with -XX:-G1DeferredRSUpdate
6b6a37ee50d : 8051382: Optimize java.lang.reflect.Modifier.toString()
6c237d9d0f5 : 8049542: C2: assert(size_in_words <= (julong)max_jint) failed: no overflow
b3f78699f78 : 8054530: C2: assert(res == old_res) failed: Inconsistency between old and new
c86e8f5a2c4 : 8059200: Promoted JDK9 b31 for Solaris-amd64 fails (Error: dl failure on line 744, no picl library) on Solaris 11.1
f1db529ce7b : 8043674: Update compiler/intrinsic/bmi tests to run it on all platforms
c620214d183 : 8041984: CompilerThread seems to occupy all CPU in a very rare situation
db334facfc3 : 8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
916697af2c7 : 8036748: assert(_base == Int) failed: Not an Int w/ -XX:+TraceIterativeGVN
83181efbeb0 : 8058847: C2: EliminateAutoBox regression after 8042786
6520320d1aa : 8046809: vm/mlvm/meth/stress/compiler/deoptimize CodeCache is full
2597d484c63 : 8061486: [TESTBUG] compiler/whitebox/ tests fail : must be osr_compiled (reappeared in nightlies)
7d0337349b1 : 8060479: [TESTBUG] compiler/codecache/CheckSegmentedCodeCache.java test fails with product build
009e923e04e : 8061443: Whitebox get*VMFlag() methods fail with develop flags in product builds
7b42cc8306d : 8047383: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
da37592acbe : 8061563: Typo in test/compiler/exceptions/CatchInlineExceptions.java
44d1787a26b : 8059139: It should be possible to explicitly disable usage of TZCNT instr w/ -XX:-UseBMI1Instructions
415f2cd0750 : 8060454: [TESTBUG] Whitebox tests fail with -XX:CompileThreshold=100
bdd3c3df3a7 : 8060196: 'CodeHeap is full' warning suggests to increase wrong code heap size
a87b3d13df4 : 8059846: InstanceKlass should use MutexLockerEx to acquire OsrList_lock
0c7b59878e8 : 8054371: Need to suppress newly added unchecked cast and conversion in Swing code
5b89cb1b70d : 7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode
73dee84b563 : 8036612: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/mscapi/security.cpp
4ac06978bc1 : 8046233: VerifyError on backward branch
40fd6db235a : 8046233: VerifyError on backward branch
1c5ed7ab4c3 : 8046233: VerifyError on backward branch
dd9932fa02c : 8025667: Warning from b62 for hotspot.agent.src.os.solaris.proc: use after free
b572fc9aad8 : 8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently
cf2b2023787 : Added tag jdk8u25-b11 for changeset 6a54f61e41af
2dfc21ec002 : Added tag jdk8u25-b11 for changeset eb9c02f1dc56
6356385f6c2 : Added tag jdk8u25-b11 for changeset cf6102d6fda4
2585f95357d : Added tag jdk8u25-b11 for changeset cb00e61b98e8
c19147be719 : Added tag jdk8u25-b11 for changeset 076bf98dbe97
8235801a7d9 : Added tag jdk8u25-b11 for changeset d7f2a202aa97
0e9afcbed01 : Added tag jdk8u25-b11 for changeset b23e2f3d1735
33ed27b6c71 : Added tag jdk8u25-b11 for changeset 49eb2126256b
07658a19e4a : Added tag jdk8u25-b11 for changeset cd2ac4113c9b
b59ebc42145 : Added tag jdk8u25-b11 for changeset a7464c9f236e
e4ed5bc267a : Added tag jdk8u25-b11 for changeset 94e579ee03c8
f198c98ad66 : Added tag jdk8u25-b11 for changeset e51d733ee394
f34a584965a : Added tag jdk8u25-b11 for changeset 2c86889a1124
68fae592eeb : Added tag jdk8u25-b11 for changeset ff33ae035f21
ef8a60296e0 : 8052012: move awt automated tests from AWT_Modality to OpenJDK repository - part 5
36bdb068844 : 6521727: DefaultTreeCellEditor doesn't implement Serializable
e56234c6c88 : 8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
cff42386d72 : 8031323: Optionally align objects copied to survivor spaces
90686cd9d00 : 8040920: Uninitialised memory in hotspot/src/share/vm/code/dependencies.cpp
da789408c84 : 8031323: Optionally align objects copied to survivor spaces
b0276101219 : 8040920: Uninitialised memory in hotspot/src/share/vm/code/dependencies.cpp
578ec9d11e0 : 8054223: Nashorn: AssertionError when use __DIR__ and ScriptEngine.eval()
cd392da30a2 : 8048949: Requeue queue implementation
c2e4f9cc71c : 8048949: Requeue queue implementation
bdeaedbd388 : 8051883: TEST.groups references missing test: gc/class_unloading/TestCMSClassUnloadingDisabledHWM.java
108bef819dc : 8054095: No space allowed in platforms string in ProblemList.txt
763e91fb603 : 8051012: Regression in verifier for <init> method call from inside of a branch
08f668a1d88 : 8051012: Regression in verifier for <init> method call from inside of a branch
d5a581fa5ac : Added tag jdk8u25-b11 for changeset 0b2272ca8c72
8c62bdf96d8 : 8051012: Regression in verifier for <init> method call from inside of a branch
6097ab5aca1 : 8051012: Regression in verifier for <init> method call from inside of a branch
a62626e4660 : Added tag jdk8u25-b11 for changeset 5a060a391906
9fc6f0d96d0 : 8051012: Regression in verifier for <init> method call from inside of a branch
8193c31bef9 : 8051012: Regression in verifier for <init> method call from inside of a branch
f588cd13255 : 8051012: Regression in verifier for <init> method call from inside of a branch
355f6eb4aef : 8046698: assert(false) failed: only Initialize or AddP expected macro.cpp:943
eaabce8778a : 8054410: compiler/7068051/Test7068051.java fails with FileNotFoundException: f3oo.jar
1213845b366 : 8029443: 'assert(klass->is_loader_alive(_is_alive)) failed: must be alive' during VM_CollectForMetadataAllocation
7764490363a : 8052081: Optimize generated by C2 code for Intel's Atom processor
97512f58eca : 8040921: Uninitialised memory in hotspot/src/share/vm/c1/c1_LinearScan.cpp
70a55eac34c : 8054033: Remove unused references to Compile*
023c23b23c0 : 8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
0521e7ed8fd : 8051484: Test compiler/6932496/Test6932496.java failed to compile after JDK-8011044: 1.5 is no longer supported
ebcdde4222f : 8051896: jtreg tests don't use $TESTJAVAOPTS
a2d18a02385 : 8057038: Speculative traps not robust when compilation and class unloading are concurrent
dc2c903e434 : 8055904: Develop tests for new command-line options related to SHA intrinsics
83814527755 : 8055903: Develop sanity tests on SPARC's SHA instructions support
9f825ac4cbf : 8056091: Move compiler/intrinsics/mathexact/sanity/Verifier to compiler/testlibrary and extend its functionality
9369af8c066 : 8055946: assert(result == NULL || result->is_oop()) failed: must be oop
fa27000f3cc : 8055910: closed/java/util/Collections/CheckedCollections.java failed with ClassCastException not thrown
b9e949183df : 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
8b93fb04cd9 : 8056964: JDK-8055286 changes are incomplete
4c9f643e107 : 8054292: code comments leak in fastdebug builds
fbab0fe16e4 : 8055286: Extend CompileCommand=option to handle numeric parameters
79be04020ae : 8056067: NodeHash debug variables are available in product build
da8d847087d : 8056223: typo in export_optimized_jdk
3dec1857946 : 7187999: dtrace jstack action is broken
5f2c33e42b6 : 8031323: Optionally align objects copied to survivor spaces
5731d09e617 : 8054158: Fix typos in JNDI-related packages
48710812cbc : Added tag jdk9-b25 for changeset 064db4f56d0d
06f3de9ab15 : Added tag jdk9-b25 for changeset 85d68faca425
65ce4d424fe : Added tag jdk9-b25 for changeset 48b43b7b9e0c
cfd81866b29 : Added tag jdk9-b25 for changeset 3dad8878772d
a4229e08b85 : Added tag jdk9-b25 for changeset d553e7400295
a33df03f530 : Added tag jdk9-b25 for changeset 938af06a9f70
7566d8b011e : Added tag jdk9-b25 for changeset 607831311622
b17398aa78f : Added tag jdk9-b25 for changeset 4c599f00e556
c4304d447ab : 8042982: Unexpected RuntimeExceptions being thrown by SSLEngine
66ea31ef63c : 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks
e75aa4182b2 : 8026497: Font2DTest demo: unused resource files
269f961b6df : 8053931: (fc) FileDispatcherImpl.lock0 does not handle ERROR_IO_PENDING [win]
96c0091bdeb : 8031435: Ftp download does not work properly for ftp user without password
063b7f5dc98 : 8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
12b137c7c09 : 8051991: Flatten VersionHelper hierarchies
140ff9735f0 : 8044671: NPE from JapaneseEra when a new era is defined in calendar.properties
ef6f1e0e2e4 : 8052406: SSLv2Hello protocol may be filter out unexpectedly
f2758e5843e : 8042327: Enhance thread contexts in serviceability
8747b64d35c : 8042322: Enhance thread contexts in networking and nio
b6eef64a982 : 8047149: Enhance thread contexts in core libraries
d81fa0fe0a7 : 8075040: Need a test to cover FREAK (BugDB 20647631)
d13d264e546 : 8068720: Better certificate options checking
efd0db4d6dc : 8073163: Remove the redundant call of System.nanoTime() from RSACore
377f09b1fa0 : 8071726: Better RSA optimizations
e7cf4064cc1 : 8064601: Improve jar file handling
31896469fd9 : 8069198: Upgrade image library
e307e3921e7 : 8068320: Limit applet requests
ecdd3ad65a1 : 8067699: Better glyph storage
e840a34dc22 : 8067684: Better font substitutions
dca06c50cb5 : 8066479: Better certificate chain validation
c60792dc479 : 8067050: Better font consistency checking
5299b605ee6 : 8065291: Improved font lookups
81c5390912a : 8065286: Fewer subtable substitutions
b8ae69575c3 : 8060461: Fix for JDK-8042609 uncovers additional issue
8bfd74fd09f : 8039102: Add raw and unchecked lint warnings to build of jdk repository
8c6d88b327e : 8044867: Fix raw and unchecked lint warnings in sun.tools.*
80e6924c789 : 7058700: Unexpected exceptions and timeouts in SF2 parser code
11c5292dfc0 : 8033141: Cleanup of sun.awt.X11 package
71d23aa793b : 8053956: [TESTBUG] Remove @ignore tag from fixed runtime issues
e03cc0d3c28 : 8054050: Fix stay raw and unchecked lint warnings in core libs
c8ecef89bb7 : 8052396: Catch exceptions resulting from missing font cmap
1a4ca3bf789 : 8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT
e1e9c7ef816 : 8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT
da88be408e2 : 8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT
e546e2a060e : 8054054: 8040121 is broken
a55d1b4b75c : 8053908: jdeps is not PATH on Mac, results in ant clean test failure on Mac
60a32b26878 : 8051838: [Findbugs]sun.awt.image.MultiResolutionCachedImage expose internal representation
b585c203ace : 8048949: Requeue queue implementation
79be4484829 : Added tag jdk8u20-b26 for changeset 0fb94bff76f0
12a4c810a2b : Added tag jdk8u20-b26 for changeset c61cd04384f5
78125d9b7c9 : Added tag jdk8u20-b26 for changeset 6262e7b2f433
0f4ecddbd37 : Added tag jdk8u20-b26 for changeset a14dd604822e
50129c35f02 : Added tag jdk8u20-b26 for changeset 0543789c42bd
4f7fc923db2 : Added tag jdk8u20-b26 for changeset c4e8fdd6f323
d2909da2c5c : Added tag jdk8u20-b26 for changeset 88169655a684
7ea6850e571 : Added tag jdk8u20-b26 for changeset fb966996d98f
fe575dfb3fa : Added tag jdk8u20-b26 for changeset 2db55f685885
434274c24e5 : Added tag jdk8u20-b26 for changeset edd448339578
19cc1d6413c : Added tag jdk8u20-b26 for changeset 6d606df94992
06ee0347f73 : Added tag jdk8u20-b26 for changeset 2f77cfc48f94
25a9b8946b1 : Added tag jdk8u20-b26 for changeset eb15a93118d4
fd065ce0417 : Added tag jdk8u20-b26 for changeset 108306a911ee
457587e48b7 : 8032908: getTextContent doesn't return string in JAXP
38788a703b1 : 8032908: getTextContent doesn't return string in JAXP
c77c24b62dd : 8032908: getTextContent doesn't return string in JAXP
5be9b5e8ecb : 8032908: getTextContent doesn't return string in JAXP
a959c0971e7 : 8051973: Eager reclaim leaves marks of marked but reclaimed objects on the next bitmap
e3073f2e532 : 8053915: bigapps assert failure in C2: modified node is not on IGVN._worklist
efc7daaf828 : 8054081: Crashes with assert "modified node is not on IGVN._worklist"
d230f0b4fdc : 8051398: jvmti tests fieldacc002, fieldmod002 fail in nightly with errors: (watch#0) wrong location
f87e95bf90a : 8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01
0ecf4947e0e : 8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01
3cc3d82ad9f : 8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01
0bd7232f50c : 8053965: Xerces update breaks profile build
d8c8841e2a7 : 8051839: GuardedInvocation needs to clone an argument
343fd87ea89 : 8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
c544bc58cbe : 8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
9fbbf3fbcb5 : 8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
5284120119b : 8047072: javap OOM on fuzzed classfile
ce3b922118a : 8049318: Test hideLocationProperties.js fails on Window due to backslash in path
7c22fbaf998 : Added tag jdk8u25-b10 for changeset ad75c3345d6e
6e066a02aea : Added tag jdk8u25-b10 for changeset 074009349c58
e4f66a68365 : Added tag jdk8u25-b10 for changeset a07407af3d95
d85fce67a94 : Added tag jdk8u25-b10 for changeset cfd30dcbbf29
f8d4f05801b : Added tag jdk8u25-b09 for changeset 76e38e546076
ade5742604f : Added tag jdk8u25-b09 for changeset 08be6e9560ab
e8cdf275dd4 : Added tag jdk8u25-b09 for changeset 8320a00967e7
4213148f6d7 : Added tag jdk8u25-b09 for changeset a696c95d2c9c
c55b0124fc8 : Added tag jdk8u25-b10 for changeset 035559d8f8ad
2c8b83b115d : Added tag jdk8u25-b10 for changeset a66902fce34b
cc8f70c2e0f : Added tag jdk8u25-b10 for changeset c31f42a5d6a3
5353fc5c70a : Added tag jdk8u25-b10 for changeset a36ef2aec972
f824f031365 : Added tag jdk8u25-b09 for changeset 69eff80982be
878f5e18966 : Added tag jdk8u25-b09 for changeset f15eabf25e64
724fd79e2d8 : Added tag jdk8u25-b09 for changeset ee5738c0e8b6
ea47325c406 : Added tag jdk8u25-b09 for changeset f904ecc12a4b
6770e8ebcfb : Added tag jdk8u25-b10 for changeset b5b304deba44
c7de5154d08 : Added tag jdk8u25-b10 for changeset c0c21eefa300
38ffa83e55e : Added tag jdk8u25-b09 for changeset b42d7e69a7b6
698bf498ada : Added tag jdk8u25-b09 for changeset c0954c564c7b
1130be5abd0 : Added tag jdk8u25-b10 for changeset de5d68db8ed9
c75228dcce6 : Added tag jdk8u25-b10 for changeset e4ff25492605
bb3005491d7 : Added tag jdk8u25-b10 for changeset 8d8ca79441ae
76ea5ec2ca9 : Added tag jdk8u25-b10 for changeset a6ab6c060c8b
7868b24085e : Added tag jdk8u25-b09 for changeset 54d12dc8c780
1474f51c51b : Added tag jdk8u25-b09 for changeset 5ee98e4f50cd
a3a72987168 : Added tag jdk8u25-b09 for changeset 0bf343b3ae94
8487d26c21d : Added tag jdk8u25-b09 for changeset a955e364c75a
984d53cb40c : 7058697: Unexpected exceptions in MID parser code
d117fc1ddf1 : Added tag jdk8u20-b24 for changeset 3dc29e6c5520
68d212ff1b8 : Added tag jdk8u20-b24 for changeset 6c8abeef78ce
0a8b885bd52 : Added tag jdk8u20-b24 for changeset 51a6438a5588
fa88a042a38 : Added tag jdk8u20-b24 for changeset 8a3a3f0600b4
5ac2d4c3e72 : Added tag jdk8u20-b24 for changeset 8907a7c04442
f51ce6f381d : Added tag jdk8u20-b24 for changeset 4f30abc33946
9aebbab7d2a : Added tag jdk8u20-b24 for changeset 90a49f1cb8f3
0548b702583 : Added tag jdk8u20-b24 for changeset bbb475ebec86
b1c65722a8a : Added tag jdk8u20-b24 for changeset ce283c3ffb9b
4f384e0a8f6 : Added tag jdk8u20-b24 for changeset b88b8643b9c8
2e1f48cff5c : Added tag jdk8u20-b24 for changeset b3b813c100a6
4d4ce53aa24 : Added tag jdk8u20-b24 for changeset a40aa0349f0a
bae1d9e94ae : Added tag jdk8u20-b24 for changeset bb2ebd485eb2
e5cc7842c5e : Added tag jdk8u20-b24 for changeset 452d42f0ccb1
44a56812e1b : Added tag jdk8u20-b24 for changeset 14e030a97afa
a8f6dd3d73a : Added tag jdk8u20-b24 for changeset 82f2be1d6907
602ce6a6d12 : 8052408: Move AWT_BAT functional tests to OpenJDK (3 of 3)
c5d6fb26786 : 8052999: ProblemList update for Unreachable.java
16cbc58194d : 8035467: Xerces Update: Move to Xalan based DOM L3 serializer. Deprecate Xerces' native serializer
560c7c91fe4 : 8051958: Cannot assign a value to final variable in lambda
99e23fa4aba : 8053913: Auto format caused warning in CompositeTypeBasedGuardingDynamicLinker
5c93b19922e : 8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes
dfb8a22b173 : 8049252: VerifyStack logic in Deoptimization::unpack_frames does not expect to see invoke bc at the top frame during normal deoptimization
69a709cb786 : 8049252: VerifyStack logic in Deoptimization::unpack_frames does not expect to see invoke bc at the top frame during normal deoptimization
4e83db432df : 8049252: VerifyStack logic in Deoptimization::unpack_frames does not expect to see invoke bc at the top frame during normal deoptimization
9c72d861184 : 8053902: Fix for 8030115 breaks build on Windows and Solaris
5f334fbda28 : 8072900: Mouse events are captured by the wrong menu in OS X
74902d87d80 : 8025636: Hide lambda proxy frames in stacktraces
93a78c64813 : 8073148: "The server has decided to close this client connection" repeated continuously
9bd14dcd49d : 8053902: Fix for 8030115 breaks build on Windows and Solaris
6c9ccd52d1b : 8072900: Mouse events are captured by the wrong menu in OS X
ac99a569636 : 8025636: Hide lambda proxy frames in stacktraces
caa4e309825 : 8073148: "The server has decided to close this client connection" repeated continuously
7e86fa8cbe6 : 8048524: Memory leak in jdk/src/share/native/sun/awt/image/BufImgSurfaceData.c
465d2abf4d6 : 8053902: Fix for 8030115 breaks build on Windows and Solaris
dea2dc0312f : 8052961: Test "com/sun/tools/attach/StartManagementAgent.java" failing intermittently
27bdc994515 : 8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
ea2632f91d6 : 8054828: TEST_BUG: Typos in java/lang/Long/ParsingTest
e11665c8f28 : 8054841: (process) ProcessBuilder leaks native memory
7075a99ae9a : 8054857: Fix typos in java.lang.** packages
75c09169772 : 8054555: javadoc cleanup for java.sql and javax.sql
1db8e112f75 : 8054118: java/net/ipv6tests/UdpTest.java failed intermittently
bbaf4bdb098 : 6997010: Consolidate java.security files into one file with modifications
5f5c882323b : Added tag jdk9-b26 for changeset dca4e4c83da4
8c2cdfb1478 : 8054366: Broken link in SecureRandom.html
c36b77bbfd9 : 8049043: Load variable through a pointer of an incompatible type in hotspot/src/share/vm/runtime/sharedRuntimeMath.hpp
d2a5b70cdfe : 8040121: Load variable through a pointer of an incompatible type in src/hotspot/src/share/vm: opto/output.cpp, runtime/sharedRuntimeTrans.cpp, utilities/globalDefinitions_visCPP.hpp
a3652b19e0c : 8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread
9ae1acbd62d : 8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread
035f6b8d1b4 : 8050885: move awt automated tests from AWT_Modality to OpenJDK repository - part 4
fe144b6f900 : 8042284: Add block tags for @return and @param to swing plaf classes
eff10fb399d : 8050924: Fix doclint missing tag warnings in javax.swing.plaf.basic parts 5b,6b of 7
071c3a39240 : 8050973: CMS/G1 GC: add missing Resource and Handle mark
170e14f21c3 : 8030115: [parfait] warnings from b119 for jdk.src.share.native.sun.tracing.dtrace: JNI exception pending
babff4663a1 : 8030115: [parfait] warnings from b119 for jdk.src.share.native.sun.tracing.dtrace: JNI exception pending
5c80bd2210b : 8030115: [parfait] warnings from b119 for jdk.src.share.native.sun.tracing.dtrace: JNI exception pending
764a2d8fd8a : 8030942: Explicitly state floating-point summation requirements on non-finite inputs
e8d1955b5e3 : 8051344: JVM crashed in Compile::start() during method parsing w/ UseRTMDeopt turned on
2103c95d6df : 8055006: Store original value of Min/MaxHeapFreeRatio
54218fde45d : 8055006: Store original value of Min/MaxHeapFreeRatio
5a7fabe3e06 : 8051422: Remove JNDI dependency on java.applet.Applet
0b40742fe14 : 8051588: DataTransferer.getInstance throws ClassCastException in headless mode
0fecd776945 : 8037485: Refactor java.awt.datatransfer to eliminate dependency on AWT
97d17a4ea2a : 8051449: Incorrect parsing of the default flavor mapping
037f9fdccf5 : 8049046: Deprecated Function in hotspot/src/os/solaris/vm/attachListener_solaris.cpp
8e83203e9eb : Added tag jdk8u20-b25 for changeset 3dc29e6c5520
91eb6f8945b : Added tag jdk8u20-b25 for changeset 6c8abeef78ce
8ac17e8c885 : Added tag jdk8u20-b25 for changeset 51a6438a5588
1a0fd02784f : Added tag jdk8u20-b25 for changeset 8a3a3f0600b4
714d5c98c92 : Added tag jdk8u20-b25 for changeset 8907a7c04442
7349a107521 : Added tag jdk8u20-b25 for changeset 4f30abc33946
e585e16b392 : Added tag jdk8u20-b25 for changeset 90a49f1cb8f3
f5fe7597363 : Added tag jdk8u20-b25 for changeset bbb475ebec86
6e65df3d752 : Added tag jdk8u20-b25 for changeset ce283c3ffb9b
c1b68f02b2e : Added tag jdk8u20-b25 for changeset b88b8643b9c8
6d29d329ac1 : Added tag jdk8u20-b25 for changeset f5fa15c632a9
dcb6c553f0d : Added tag jdk8u20-b25 for changeset e95b0b6fd144
ae0b2dbef93 : Added tag jdk8u20-b25 for changeset bb2ebd485eb2
927677c73b6 : Added tag jdk8u20-b25 for changeset 452d42f0ccb1
d1d1afb9c27 : Added tag jdk8u20-b25 for changeset 14e030a97afa
f585496c357 : Added tag jdk8u20-b25 for changeset 82f2be1d6907
62e5aae84fa : 8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread
94f1aff5ba1 : 8035165: Expose internal representation in sun.awt.X11
c18253fc9a4 : 8049057: JNI exception pending in jdk/src/windows/native/sun/windows/
b8d8e19278e : Added tag jdk9-b24 for changeset 263f68539584
0e567040881 : Added tag jdk9-b24 for changeset abe2821cc591
7664fa0572c : Added tag jdk9-b24 for changeset 83960d9537f6
9c599247cfa : Added tag jdk9-b24 for changeset 6073de33135f
80312982e80 : Added tag jdk9-b24 for changeset ba581cb2983f
5550d93edde : Added tag jdk9-b24 for changeset d6c0b1381379
ea5ec7739ce : Added tag jdk9-b24 for changeset 4efd3f7a2c81
b0cbbc38c47 : Added tag jdk9-b24 for changeset 789a49ce93c8
924b9f9fde5 : 8049194: com/sun/tools/attach/StartManagementAgent.java start failing after JDK-8048193
7f8815e0109 : 8051953: Add Unreachable.java test to ProblemList on Windows
0f648920899 : 8050979: Provide javadoc for "framework" classes in langtools tests
d3aa62de9e0 : 8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux
7f95e19daf9 : 8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux
6a2504398e2 : 8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux
a814ee8bf85 : Added tag hs25.20-b23 for changeset 50bd38f4e4ea
6a215ecd8eb : Added tag hs25.20-b23 for changeset 7cc00c5020f4
ab682023137 : 8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object
03e7d91de6c : 8046495: KeyEvent can not be accepted in quick mouse clicking
7dfb61d5efa : 6521783: Unnecessary final modifier for a method in a final class
5ef8c4ff63b : 8048890: Add option to keep track of symbol completion dependencies
fa7177bf0de : 8044614: [macosx] Focus issue with 2 applets in firefox
33e2d502d2c : 8044614: [macosx] Focus issue with 2 applets in firefox
3d60beae0d7 : 8035166: Remove dependency on EC classes from pkcs11 provider
875da4355f0 : 8051614: smartcardio TCK tests fail due to lack of 'reset' permission
063d745091a : 8051614: smartcardio TCK tests fail due to lack of 'reset' permission
5b5c44cd6b3 : 8051614: smartcardio TCK tests fail due to lack of 'reset' permission
0f927242389 : 8051614: smartcardio TCK tests fail due to lack of 'reset' permission
0308bdc9d17 : 8050319: LocalVariableTestBase has unexpected dependency on LocalVariableTableTest
e872bbd3727 : 8051467: javac, additional test case for JDK-8051402
eb13f2d16f7 : 8051467: javac, additional test case for JDK-8051402
9547753bd6d : 8050852: Javadoc cleanup of javax.sound.midi package
c1b9fd1053a : 8044614: [macosx] Focus issue with 2 applets in firefox
f161bd6d16b : 8027959: Early reclamation of large objects in G1
f83488310a7 : 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
58734e6a675 : Added tag jdk8u20-b26 for changeset 2c2141396b9c
c09dab67973 : 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
2de75562065 : Added tag jdk8u20-b26 for changeset 3bdd4f70cd76
0c7cbe257d3 : 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
7f2e44e8c23 : 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
e620c91acd1 : 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
07c4a1a366a : 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
bce9c738ae8 : 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
3d6ba0b657f : 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
a3583689a97 : 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
f26f50470b4 : 8049234: Add support for running/debugging bootstrap tools in IntelliJ
5d40917272e : 8049881: jstack not working on core files
b1798855c04 : 8038937: Validate fields on Swing classes deserialization
a5e2b3c3fbf : 8032864: [macosx] sigsegv (0Xb) Being Generated When Starting JDev With Voiceover Running
1f1ae2c133a : 8043926: javac, code valid in 7 is not compiling for 8
37096a03763 : 8043926: javac, code valid in 7 is not compiling for 8
f148110b414 : 8030051: Check class loaders usage in Swing classes
8c54642a811 : 8048720: KSS sun.swing.SwingUtilities2#makeIcon
31417e554a5 : Added tag jdk8u25-b08 for changeset 88081c5775f3
2b668fd99e9 : Added tag jdk8u25-b08 for changeset 2413f4625cc9
186f8364988 : Added tag jdk8u25-b08 for changeset 0cf70588d93d
4944e4f8f02 : Added tag jdk8u25-b08 for changeset dbdb8f084b87
a8b7f1a2447 : Added tag jdk8u25-b08 for changeset 0a998fba0789
9d81a51ea96 : Added tag jdk8u25-b08 for changeset 49002e03e267
df382e28a90 : Added tag jdk8u25-b08 for changeset e844a7c44c58
98b1a910b25 : Added tag jdk8u25-b08 for changeset 436ba00e3547
ab33263b617 : Added tag jdk8u25-b08 for changeset f44c50f777bf
1527ec67ae8 : Added tag jdk8u25-b08 for changeset 5bf706924690
854e8ff1309 : Added tag jdk8u25-b08 for changeset 9e5d7420e27d
8e0c978499b : Added tag jdk8u25-b08 for changeset 370e11158f67
73d9cfb6a68 : Added tag jdk8u25-b08 for changeset dad62efa6e95
812682bf28a : Added tag jdk8u25-b08 for changeset befa04a45608
78022797736 : Added tag jdk8u25-b08 for changeset a32b723770bc
59a3c954099 : Added tag jdk8u25-b08 for changeset 2b842f1c913e
e7f9a95e710 : 8046888: JNI exception pending in jdk/src/share/native/sun/awt/image/awt_parseImage.c
0033a8e3b61 : 8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory
d707b57a3af : 8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory
0d0d58ac296 : 8051010: Support @apiNote, @implSpec and @implNote in all javadoc bundles
5d208391e82 : 8051482: Fix deprecation warnings in javax.lang.model.util
a06025e11d7 : 8051005: Third Party License Readme update for 8u20
b324e2b804a : 8051005: Third Party License Readme update for 8u20
3d292cbacc0 : 8051005: Third Party License Readme update for 8u20
1098b3e986a : 8051005: Third Party License Readme update for 8u20
e23c4323956 : 8051005: Third Party License Readme update for 8u20
0eecb5837ee : 8051005: Third Party License Readme update for 8u20
4bd35ae11e0 : 8051005: Third Party License Readme update for 8u20
5386130096e : 8051005: Third Party License Readme update for 8u20
2d0a0cd2c6e : 8051005: Third Party License Readme update for 8u20
d2e89fb24d7 : 8051005: Third Party License Readme update for 8u20
be7562741a0 : 8051005: Third Party License Readme update for 8u20
aabfcb16bfd : 8051005: Third Party License Readme update for 8u20
29bb793dd80 : 8051005: Third Party License Readme update for 8u20
f6dc055efdf : 8051005: Third Party License Readme update for 8u20
87fc6e13ca6 : 8051005: Third Party License Readme update for 8u20
9266c2579b6 : 8051005: Third Party License Readme update for 8u20
731ca741008 : 8051005: Third Party License Readme update for 8u20
74e5817ebb2 : 8051005: Third Party License Readme update for 8u20
cd65356f07d : 8051005: Third Party License Readme update for 8u20
be89a77bd4d : 8051005: Third Party License Readme update for 8u20
30f9ae65966 : 8051005: Third Party License Readme update for 8u20
d2810d049bc : 8051005: Third Party License Readme update for 8u20
a0837bb117b : 8051005: Third Party License Readme update for 8u20
35b0b31cc59 : 8051005: Third Party License Readme update for 8u20
1004177ed53 : 8051005: Third Party License Readme update for 8u20
4e6a31855ab : 8051005: Third Party License Readme update for 8u20
58c69e0d730 : 8051005: Third Party License Readme update for 8u20
2120cfca9e8 : 8051005: Third Party License Readme update for 8u20
b51faf7fa92 : 8051005: Third Party License Readme update for 8u20
3dfd26c23fb : 8051005: Third Party License Readme update for 8u20
23f341125ff : 8006627: UUID to/from String performance should be improved by reducing object allocations
744f8147aec : 6721085: Fix broken link to Collections Framework Tutorial
d20e70b9cc1 : 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
df01b0f397e : 8046884: JNI exception pending in jdk/src/solaris/native/sun/java2d/x11: X11PMPLitLoops.c, X11SurfaceData.c
0a9b5d7f5a2 : 8051402: javac, type containment should accept that CAP <= ? extends CAP and CAP <= ? super CAP
714a5fae14b : 8051402: javac, type containment should accept that CAP <= ? extends CAP and CAP <= ? super CAP
d99124eadba : 8048194: GSSContext.acceptSecContext fails when a supported mech is not initiator preferred
72ae973a310 : 8051440: move tests about maximizing undecorated to OpenJDK
0f6c52abb1e : 8049834: Two security tools tests do not run with only JRE
944d684ea8b : 8050167: linux-sparcv9: hs_err file does not show any stack information
ae2cb9b6e32 : 8049684: pstack crashes on java core dump
4f0106f2443 : 8049617: move awt automated tests from AWT_Modality to OpenJDK repository - part 3
29f1de04117 : 8049694: Migrate functional AWT_DesktopProperties/Automated tests to OpenJDK
bc56e061ec3 : 8048112: G1 Full GC needs to support the case when the very first region is not available
ce1a131e47c : 8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account
2e37a94622c : 8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap
1ad5cdb4a49 : 8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking
fa3886e6d00 : 8051399: Fix for JDK-8043071 breaks dev build
bfa19ebfbc1 : 8043071: Expose session key and KRB_CRED through extended GSS-API
f697e160a17 : 8050114: Expose Integer/Long formatUnsigned methods internally
039e3d7ccc5 : 8050165: linux-sparcv9: NMT detail causes assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] == (intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid
ead72d4f5be : 8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
88e77274c74 : 8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
66b93558ede : 8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
1fa3b2ce7fb : 8050968: Extension class loader initialization fails on Win7 x64 zh_TW
50446a33dd8 : 8038970: Deprivilege JAX-WS/JAF code
1980bab985f : 8051057: Optimize StringCharBuffer.toString(int, int)
712d8ff48ec : 8035829: [parfait] JNI exception pending in jdk/src/windows/native/sun/tools/attach/WindowsVirtualMachine.c
80448466d47 : 8050893: (smartcardio) Invert reset argument in tests in sun/security/smartcardio
d62403b09ad : 8051350: Update javadoc for com.sun.jndi.toolkit.corba.CorbaUtils
a27f5c073fb : 8051019: Separate src and test execution sandbox directories
b25600bdbeb : 8048289: Gtk: call to UIManager.getSystemLookAndFeelClassName() leads to crash
2038973fe07 : 8050978: Fix bad field access check in C1 and C2
89a9e4d1b78 : 8051908: new hotspot build - hs25.20-b23
33fa6e63935 : 8050978: Fix bad field access check in C1 and C2
8b15fee106a : 8051908: new hotspot build - hs25.20-b23
cabec1ca5e0 : 8050978: Fix bad field access check in C1 and C2
1caa674424f : 8051550: Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register
c966b03ef99 : 8047740: Add hotspot testset to jprt.properties
be05d523050 : 8047740: Add hotspot testset to jprt.properties
88790a751d3 : 8050922: add additional diagnostic to java/net/MulticastSocket/TestInterfaces
248c1db2bec : 8050954: update DocRootSlash test for tidy error: empty <p>
f8d5d704ae5 : 8050942: PPC64: implement template interpreter for ppc64le
11eb4553c96 : 8040213: C2 does not put all modified nodes on IGVN worklist
1d44fa46f04 : 8050860: Cleanup TypeTuple and TypeFunc
3f0a9454683 : 8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code
a047a4f1ec2 : 8048837: .out files for generics tests in tools/javac dir - part 3
5324b04fde1 : 8048836: .out files for generics tests in tools/javac dir
acacb0481e1 : 8050804: (jdeps) Recommend supported API to replace use of JDK internal API
541591d644c : 8048833: .out files for generics tests in tools/javac dir
aff3d74cb4a : Added tag jdk9-b23 for changeset 000e5d36d0e3
e3876789ad9 : Added tag jdk9-b23 for changeset 376a52c9540c
5a768466b07 : Added tag jdk9-b23 for changeset 4bc08677eca7
ba9b2ef4344 : Added tag jdk9-b23 for changeset 5598c2adf641
67d267a7dc9 : Added tag jdk9-b23 for changeset babcd39958ce
1cf94af67c7 : Added tag jdk9-b23 for changeset dce1ebc0a015
d1f61b5a9d4 : Added tag jdk9-b23 for changeset 4ddeec3198b4
6423f489881 : Added tag jdk9-b23 for changeset 740e05fd7953
dee421ed14c : 8050430: Provided new utility visitors supporting SourceVersion.RELEASE_9
aa91971a3ca : 8051004: javac, incorrect bug id in tests for JDK-8050386
7bd14b7bc3f : 8044301: BasicTreeUI: "revisit when Java2D is ready"
4323d2ade5a : 8050964: OptimisticTypesPersistence.java should use java.util.Date instead of java.sql.Date
c17cd0d39f4 : 8050228: Rename 'rem_size' in compactibleFreeListSpace.cpp because of name clashes on AIX
1439e307dbc : 8050972: Concurrency problem in PcDesc cache
33058abb3f0 : 8051303: 'optimized' build broken by JDK-8039425
d6a4f1737d7 : 8031978: compiler/ciReplay/TestVM_no_comp_level.sh fails with "TEST [CHECK :: REPLAY DATA GENERATION] FAILED:
e6b1dd586f7 : 8032449: Get rid of JMX in test/compiler
4f7af5c597b : 8049348: compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage
1f29a205e25 : 6848902: [TESTBUG] The compiler/6589834/Test_ia32.java timed out
057a0edf66b : 8050144: Remove '-client' from compiler/8004051/Test8004051.java's options
66ce40ebe85 : 8048882: Some regression tests are not robust with VM output
36d328ec5f7 : 8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory
6f17bd944b3 : 8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory
287b8f35633 : 8050953: Fix raw and unchecked lint warnings in sun.text.normalizer.UnicodeSet
a7c0961da05 : 8050798: New unchecked warning introduced in com.sun.jndi.ldap.Connection
79eab12bbaa : 8050802: Update jprt runthese test suite to jck-8
a720c93e8ca : 8050802: Update jprt runthese test suite to jck-8
1ec77bff205 : 8040810: Uninitialised memory in jdk/src/windows/native/java/net: net_util_md.c, TwoStacksPlainSocketImpl.c, TwoStacksPlainDatagramSocketImpl.c, DualStackPlainSocketImpl.c, DualStackPlainDatagramSocketImpl.c
44aeea98391 : Added tag jdk8u20-b23 for changeset 27485e66515a
2893dd99780 : Added tag jdk8u20-b23 for changeset 8c80b134eb91
b8a243f2393 : Added tag jdk8u20-b23 for changeset be0e063ce42f
9b041b29af7 : Added tag jdk8u20-b23 for changeset bb84008aa3c0
a9c066865fb : Added tag jdk8u20-b23 for changeset 6324cf8d37bf
13a2e2c1615 : Added tag jdk8u20-b23 for changeset 29ff663e90fc
8698ae28bb6 : Added tag jdk8u20-b23 for changeset 360c1f5c1ba3
822d979729c : Added tag jdk8u20-b23 for changeset 3bca797add45
9b3f1483fd1 : Added tag jdk8u20-b23 for changeset 48925a3c56cd
c68920f1036 : Added tag jdk8u20-b23 for changeset daa3dd882ac4
f2983a92c7f : Added tag jdk8u20-b23 for changeset 4fef513f12de
d7de658d197 : Added tag jdk8u20-b23 for changeset 60888c678bcf
4963862f330 : Added tag jdk8u20-b23 for changeset a48528a4efe9
82cea1ae8c9 : Added tag jdk8u20-b23 for changeset c9a7e39ea3da
c26c0b6618f : Added tag jdk8u20-b23 for changeset b1b18ea75318
d5039fc510d : Added tag jdk8u20-b23 for changeset 265e4892d5c4
16dfaa65542 : 8050869: Convert runtime dependency to Applet to a static dependency in cosnaming
fa49dc7e139 : 8050386: javac, follow-up of fix for JDK-8049305
46d2cf13c7d : 8054804: 8u25 l10n resource file translation update
e38cc0a41db : 8050386: javac, follow-up of fix for JDK-8049305
733c62aa8b8 : 8054804: 8u25 l10n resource file translation update
3e002a08e60 : 8050386: javac, follow-up of fix for JDK-8049305
31472405174 : 8044047: Missing null pointer checks for streams
c1af22053db : 8202088: Japanese new era implementation 8207152: Placeholder for Japanese new era should be two characters 8211398: Square character support for the Japanese new era 8180469: Wrong short form text for supplemental Japanese era 8206120: Add test cases for lenient Japanese era parsing 8218915: Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points 8217710: Add 5 currency code points to Java SE 8uX
68e393c051d : 8207258: Distrust TLS server certificates anchored by Symantec Root CAs
ff8e80f8f91 : 8139803: Fix for 8132985 breaks OpenJDK build on windows
fcfdb2bf4d4 : 8132985: Crash in freetypescaler.c due to double free
3e9972f809a : 8211382: ISO2022JP and GB18030 NIO converter issues
6c7a91f9c16 : 8080932: [TEST_BUG] Test java/awt/BasicStroke/DashStrokeTest.java fails with Bad script error due to improper @run notation
258fd8be084 : 8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop
fd2ac914624 : 8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
0cfcbdddf0b : 8213583: Error while opening the JFileChooser when desktop contains shortcuts pointing to deleted files
e7b982096a5 : 8213952: Relax DNSName restriction as per RFC 1123
1c3bb91b60e : 8214061: Buffer written into itself
e8c44e004de : 8212941: Support new Japanese era in java.time.chrono.JapaneseEra
2b0e0c687b5 : 8216396: Support new Japanese era and new currency code points in java.lang.Character for Java SE 8
99fe76bb67c : Added tag jdk8u201-ga for changeset f0d1fdd3fce6
cf28beb2d02 : Added tag jdk8u202-ga for changeset 0885b54e08ad
10b628d5b35 : Added tag jdk8u202-b26 for changeset f297c080cce3
dd9aebf8063 : Added tag jdk8u201-b26 for changeset 449e8c70a92c
1bc8bfe0dfe : 8215976: Fix gmtime_r declaration conflicts in zip.cpp with linux header files
66abbb9257a : 8216058: [TESTBUG] tools/launcher/VersionCheck.java fails after JDK-8215992
74726e3e3a0 : 8059038: Create new launcher for SA tools
1a43d933ec2 : 8212914: Test javax/imageio/plugins/bmp/BMP8BPPLoadTest.java fails
58d51e4ec45 : 8187364: Unable to enter zero width non-joiner (ZWNJ) symbol in Swing text component
d40653bdb5d : 8213154: Update copyright headers of files in src tree that are missing Classpath exception
31c05d7cd3d : 8211435: Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: null source
ac9cc8d7f11 : 8219636: Windows build failure after JDK-8207070 8u backport
5ac3fa8ff13 : 8204142: AWT hang occurs when sequenced events arrive out of sequence in multiple AppContexts
a3ae34e7c34 : 8207070: Webstart app popup on wrong screen in a one-screen setup changing to multi-monitor
f8aa8c79bae : 8129822: Define "headful" jtreg keyword
979555fa4e6 : 8213151: [AIX] Some class library files are missing the Classpath exception
215d35a3292 : 8141491: Unaligned memory access in Bits.c
6f136c53bce : 8029661: Support TLS v1.2 algorithm in SunPKCS11 provider
a5fb974af9e : 8044047: Missing null pointer checks for streams
a64a10c2b6e : 8202088: Japanese new era implementation 8207152: Placeholder for Japanese new era should be two characters 8211398: Square character support for the Japanese new era 8180469: Wrong short form text for supplemental Japanese era 8206120: Add test cases for lenient Japanese era parsing 8218915: Change isJavaIdentifierStart and isJavaIdentifierPart to handle new code points 8217710: Add 5 currency code points to Java SE 8uX
fc4542a1973 : 8207258: Distrust TLS server certificates anchored by Symantec Root CAs
febaefeade7 : 8139803: Fix for 8132985 breaks OpenJDK build on windows
b032f10204f : 8132985: Crash in freetypescaler.c due to double free
fc057db67b5 : 8211382: ISO2022JP and GB18030 NIO converter issues
bb9c8375979 : 8080932: [TEST_BUG] Test java/awt/BasicStroke/DashStrokeTest.java fails with Bad script error due to improper @run notation
bc62daf96bd : 8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop
a24b0b9fc09 : 8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
e42155b8b55 : 8213583: Error while opening the JFileChooser when desktop contains shortcuts pointing to deleted files
13b50f72b09 : 8213952: Relax DNSName restriction as per RFC 1123
96c53c66740 : 8214061: Buffer written into itself
f37dfbfdda2 : 8212941: Support new Japanese era in java.time.chrono.JapaneseEra
110bec867ad : 8216396: Support new Japanese era and new currency code points in java.lang.Character for Java SE 8
4cc1af901de : Added tag jdk8u201-ga for changeset 685fa50decb2
7e38bd762d3 : Added tag jdk8u202-ga for changeset 97c4739971d6
e521423957d : Added tag jdk8u202-b26 for changeset c92a8f1dae6e
9b1e559e006 : Added tag jdk8u201-b26 for changeset 9bf73846d5c2
7b74766e535 : 8215976: Fix gmtime_r declaration conflicts in zip.cpp with linux header files
2701b560f53 : 8216058: [TESTBUG] tools/launcher/VersionCheck.java fails after JDK-8215992
484919d5a48 : 8059038: Create new launcher for SA tools
69217194ea2 : 8212914: Test javax/imageio/plugins/bmp/BMP8BPPLoadTest.java fails
934274fe48b : 8187364: Unable to enter zero width non-joiner (ZWNJ) symbol in Swing text component
d5731dfb472 : 8213154: Update copyright headers of files in src tree that are missing Classpath exception
1f2a584a5d2 : 8211435: Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: null source
7230d7d246e : 8219636: Windows build failure after JDK-8207070 8u backport
1d85b34c967 : 8204142: AWT hang occurs when sequenced events arrive out of sequence in multiple AppContexts
4351937e51f : 8207070: Webstart app popup on wrong screen in a one-screen setup changing to multi-monitor
260bac6f712 : 8129822: Define "headful" jtreg keyword
1687886aa23 : 8213151: [AIX] Some class library files are missing the Classpath exception
d41af4b8369 : 8141491: Unaligned memory access in Bits.c
f65d5e7e8f3 : 8029661: Support TLS v1.2 algorithm in SunPKCS11 provider
78d9ad5339b : 8047336: Read flavormap.properties as resource
08c190cdd61 : 8050465: Remove sun.audio package
6390e9c6648 : 8050825: Support running regression tests using jtreg_tests+TESTDIRS from top level
69aaa87605e : 8050825: Support running regression tests using jtreg_tests+TESTDIRS from top level
158c7ec3445 : 8050825: Support running regression tests using jtreg_tests+TESTDIRS from top level
f5ff5bab8ed : 8049441: PPC64: Don't use StubCodeMarks for zero-length stubs
c352c892435 : 8029797: Let jprt run configure when building
dc2d1bae871 : 8029797: Let jprt run configure when building
53ec459b896 : 8050805: Add a target to langtools/make/build.xml to generate docs for test library classes
73d90c222b3 : 8048337: Examine if macosx/bundle/JavaAppLauncher and JavaAppLauncher.java can be removed
a06d36cadae : 8049717: expose L1_data_cache_line_size for diagnostic/sanity checks
8a77a443db7 : 8050432: javax.script.filename variable should not be enumerable with nashorn engine's ENGINE_SCOPE bindings
444268ece3f : 8050408: A few new Java src files for sjavac are missing copyright notices
d83334df7a0 : Added tag jdk8u25-b07 for changeset 815ee3b46beb
d95dc799723 : Added tag jdk8u25-b07 for changeset d10915372664
56ce57e578e : Added tag jdk8u25-b07 for changeset 605d951ca218
bc8550f76c0 : Added tag jdk8u25-b07 for changeset 93900ef2b96a
4583a8b8024 : Added tag jdk8u25-b07 for changeset dbfb3dbb8fec
f0fb3379775 : Added tag jdk8u25-b07 for changeset 53d5bc65c94e
69512c50a2b : Added tag jdk8u25-b07 for changeset a26547bcdd96
b24b004387c : Added tag jdk8u25-b07 for changeset 9b7a1e06106d
316c784c915 : Added tag jdk8u25-b07 for changeset 8bc9cf2d4ebc
c52d0698fb4 : Added tag jdk8u25-b07 for changeset 4dd40624a30f
67fd0bf42fb : Added tag jdk8u25-b07 for changeset 2f401bc53ca3
721380073dd : Added tag jdk8u25-b07 for changeset f0d509afa0e2
4021f27a632 : Added tag jdk8u25-b07 for changeset de5c19690487
d91cf94a123 : Added tag jdk8u25-b07 for changeset 5dc50b2568b5
1d84e43c75f : 8049250: Need a flag to invert the Card.disconnect(reset) argument
e8cc1aa45c4 : 8049250: Need a flag to invert the Card.disconnect(reset) argument
d1439678a48 : 8049715: PPC64: First steps to enable SA on Linux/PPC64
6edca1025ff : 8050283: fix for JDK-8049305 should be removed
6ec02aa50b5 : 8046824: class SJavacTestUtil and *Wrapper are redundant and should be removed
698f4867ae5 : 8048583: CustomMediaSizeName class matching to standard media is too loose
1e87b47b2a0 : 8049305: Verification error due to a bad stackmap frame generated by javac
c11f4a2edb8 : 8040808: Uninitialised memory in OGLBufImgsOps.c, D3DBufImgOps.cpp
acee6fb42a1 : 8049893: Replace uses of 'new Integer()' with appropriate alternative across client classes
229ab7b1649 : 8047027: Fix raw and unchecked lint warnings in generated beaninfo files
221247b43a7 : 8050009: Fix doclint warnings from javax.swing.plaf.basic package, 7 of 7
ce4d4803910 : 8048703: ReplacedNodes dumps it's content to tty
1efd3e911dd : 8048703: ReplacedNodes dumps it's content to tty
db4aa1aa54c : 8048703: ReplacedNodes dumps it's content to tty
28ab3cadc36 : 8049532: LogCompilation: C1: inlining tree is flat (no depth is stored)
c3b162e306c : 8049532: LogCompilation: C1: inlining tree is flat (no depth is stored)
c24909197f2 : 8049532: LogCompilation: C1: inlining tree is flat (no depth is stored)
9e9be7fa024 : 8049529: LogCompilation: annotate make_not_compilable with compilation level
f0ad2da34c3 : 8049529: LogCompilation: annotate make_not_compilable with compilation level
c51f4897860 : 8049529: LogCompilation: annotate make_not_compilable with compilation level
c6f06a65b63 : 8049530: Provide descriptive failure reason for compilation tasks removed for the queue
eedd1416873 : 8049530: Provide descriptive failure reason for compilation tasks removed for the queue
9b8aaef5755 : 8049530: Provide descriptive failure reason for compilation tasks removed for the queue
3dd313825d0 : 8043546: C1 optimizes @Stable instance fields with default values
a14dbf93ee1 : 8049528: Method marked w/ @ForceInline isn't inlined with "executed < MinInliningThreshold times" message
408134efcec : 8049528: Method marked w/ @ForceInline isn't inlined with "executed < MinInliningThreshold times" message
34bf4290644 : 8049528: Method marked w/ @ForceInline isn't inlined with "executed < MinInliningThreshold times" message
412ab83d957 : 8046765: makefiles should use parameterized $(CP) and $(MV) rather than explicit commands
603d592a914 : 8049948: Restore NonDirectSuper.java test
eb1f1c05ede : 8048805: Request to investigate and update lexer error recovery in javac 8046620: Further investigation needed for few error messages for negative unicode tests in langtools regression ws 8048803: javac should report complete character code in the error messages
a79ea5527c1 : 8049715: PPC64: First steps to enable SA on Linux/PPC64
0cc38ff4d51 : 8043454: Test case for 8037157 should not throw a VerifyError
e5b71580fbd : 8046919: jni_PushLocalFrame OOM - increase MAX_REASONABLE_LOCAL_CAPACITY
b3862f59eac : 8046668: Excessive checked JNI warnings from Java startup
7b2f0d4d13b : 8046668: Excessive checked JNI warnings from Java startup
23b30dee7ee : 8046668: Excessive checked JNI warnings from Java startup
3833f75de48 : 8050118: Windows policy file missing semicolon
aabe1d72bb5 : 8050105: test sun/rmi/rmic/minimizeWrapperInstances/run.sh fails
0b3c4bc19cd : 6904367: (coll) IdentityHashMap is resized before exceeding the expected maximum size
b0300541fb7 : 8063700: -Xcheck:jni changes cause many JCK failures in api/javax_crypto tests in SunPKCS11
2e0d5718174 : 6904367: (coll) IdentityHashMap is resized before exceeding the expected maximum size
ae5980dbace : 8063700: -Xcheck:jni changes cause many JCK failures in api/javax_crypto tests in SunPKCS11
1203c8ea34b : 6904367: (coll) IdentityHashMap is resized before exceeding the expected maximum size
1379a7f2f07 : 8036588: VerifyFieldClosure fails instanceKlass:3133
59d0a64c19c : 8041972: Additional parse methods for Long/Integer
9f7993fe137 : 8042589: String.toLowerCase do not work for some concatenated strings
831451c5ba5 : 8050051: Remove unneeded/obsolete -source/-target options in shell tests
579ab5fdd47 : 8049071: Add jtreg jobs to JPRT for hotspot
27cc5d8293c : 8049071: Add jtreg jobs to JPRT for hotspot
d7f59acb440 : 8048328: CUPS Printing does not report supported printer resolutions
93f94161b3e : 8049996: [macosx] test java/awt/image/ImageIconHang.java fails with NPE
58366bce327 : 8049884: Reduce possible timing noise in com/sun/jndi/ldap/LdapTimeoutTest.java
df27040934f : 8049870: Fix doclint warnings from javax.swing.plaf.basic package, 4 of 7
aaeeb7db65c : 8049583: Test closed/java/awt/List/ListMultipleSelectTest/ListMultipleSelectTest fails on Window XP
0de8cc2d4d5 : 8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread
208f4e44dba : 8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris
26dceb67fec : 8049583: Test closed/java/awt/List/ListMultipleSelectTest/ListMultipleSelectTest fails on Window XP
b052ae431b2 : 8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread
7933dfbca33 : 8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris
64522e8f309 : 8049583: Test closed/java/awt/List/ListMultipleSelectTest/ListMultipleSelectTest fails on Window XP
a3d9307fb97 : 8037511: Tidy warnings cleanup for java.awt - 2d part
f429e5b86c1 : 8049198: [macosx] Incorrect thread access when showing splash screen
a5b4cec2538 : 8049831: Metadata Full GCs are not triggered when CMSClassUnloadingEnabled is turned off
076ec3557d6 : Added tag hs25.20-b22 for changeset 133fe806d616
159034ad7aa : Added tag hs25.20-b22 for changeset 767f11d57077
1aed2210e01 : 8049736: Fix raw and unchecked lint warnings in sun.tracing
3b0fa6aca97 : 8049936: Update the CheckBlacklistedCerts.java test to find new location of blacklisted.certs.pem
36d6bfea4ed : 8013942: JSR 292: assert(type() == T_OBJECT) failed: type check
efa54ce5436 : 8043406: Change default policy for JCE providers to run with as few privileges as possible
e0d3041a71d : Added tag jdk9-b22 for changeset aa64bc1a97d9
700ea0bf227 : Added tag jdk9-b22 for changeset b508c04b7005
00276328764 : Added tag jdk9-b22 for changeset 929007aaf883
302df2bf549 : Added tag jdk9-b22 for changeset d501c3d3dab3
2cc2e0ca435 : Added tag jdk9-b22 for changeset 6702f17e734e
6f00c7b1a6a : Added tag jdk9-b22 for changeset c06edfaae13b
637a99008ba : Added tag jdk9-b22 for changeset 7a6cf4bb002f
951b1790246 : 8043546: C1 optimizes @Stable instance fields with default values
be901b7e736 : 8043546: C1 optimizes @Stable instance fields with default values
4c156aa18cf : 8049104: resolve atomic.hpp wording issues from JDK-8047104 code review
c0deb9e08a6 : 8040237: nsk/jvmti/RetransformClasses/retransform001 crashed the VM on all platforms when run with with -server -Xcomp
6c06d45280f : 8041781: Need new regression tests for PBE keys
6b658324847 : 8149330: Capacity of StringBuilder should not get close to Integer.MAX_VALUE unless necessary
62a8cfd9acb : 8148820: Missing @since Javadoc tag in Logger.log(Level, Supplier)
7d53675ef97 : 8147994: [macosx] JScrollPane jitters up/down during trackpad scrolling on MacOS/Aqua
13285295e26 : 8149743: JVM crash after debugger hotswap with lambdas
087764ea9e7 : 8150533: Test java/util/logging/LogManagerAppContextDeadlock.java times out intermittently
11601f45483 : 8062536: [TESTBUG] Conflicting GC combinations in jdk tests
6db1472be15 : 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
249a33340b4 : 8054278: Refactor jps utility tests
8a0987274d2 : 7185591: jcmd-big-script.sh ERROR: could not find app's Java pid
082bf65ad31 : 8050281: New permission tests for JEP 140
a7480b54ffa : 8130242: DataFlavorComparator transitivity exception
7bd468a096a : 8048356: SecureRandom default provider tests
4ec1a86bd74 : 8149411: PKCS12KeyStore cannot extract AES Secret Keys
0fb40c6a5bd : 8135259: InetAddress.getAllByName only reports "unknown error" instead of actual cause
8997841fd00 : 8047031: Add SocketPermission tests for legacy socket types 8065076: java/net/SocketPermission/SocketPermissionTest.java fails intermittently
90b1fc32087 : 8081778: Use Intel x64 CPU instructions for RSA acceleration
26c0effe3c0 : 8038963: com/sun/jdi tests fail because cygwin's ps sometimes misses processes
e9046b06972 : 8146015: JMXInterfaceBindingTest is failing intermittently for IPv6 addresses
c60e85c320d : 8145982: JMXInterfaceBindingTest is failing intermittently
d723523f554 : 6425769: Allow specifying an address to bind JMX remote connector
98a8ee30baa : 8148446: (tz) Support tzdata2016a
3f8486b9531 : 8034168: ThreadMXBean/Locks.java failed, blocked on wrong object
6e505059dc5 : 8149029: Secure validation of XML based digital signature always enabled when checking wrapping attacks
aac2ea8b412 : 8072081: Supplementary characters are rejected in comments
c811b5ea259 : 8144593: Suppress not recognized property/feature warning messages from SAXParser
77a202dbe87 : 8130735: javax.swing.TimerQueue: timer fires late when another timer starts
55dc6bf3395 : 8139581: AWT components are not drawn after removal and addition to a container
bbaecf17c86 : 8145388: URLConnection.guessContentTypeFromStream returns image/jpg for some JPEG images
836f8e04527 : 8059677: Thread.getName() instantiates Strings
2d61709a1ba : 8038837: Add support to jarsigner for specifying timestamp hash algorithm
28b7adcbc2b : 8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected
0e724b36359 : 8141243: Unexpected timezone returned after parsing a date
42da2ea6358 : 8146192: Add test for JDK-8049321
1c9d36527f4 : 8049321: Support SHA256WithDSA in JSSE
4e7210ebde6 : Added tag jdk8u82-b00 for changeset 118098622969
72504743b38 : 6961123: setWMClass fails to null-terminate WM_CLASS string
1e2238f185a : 8046339: sun.rmi.transport.DGCAckHandler leaks memory
b720755c9ec : 8041781: Need new regression tests for PBE keys
db33a25cec6 : 8149330: Capacity of StringBuilder should not get close to Integer.MAX_VALUE unless necessary
09cddc0405f : 8148820: Missing @since Javadoc tag in Logger.log(Level, Supplier)
ef03679b121 : 8147994: [macosx] JScrollPane jitters up/down during trackpad scrolling on MacOS/Aqua
6f8a50b24fd : 8149743: JVM crash after debugger hotswap with lambdas
3a1f33752e1 : 8150533: Test java/util/logging/LogManagerAppContextDeadlock.java times out intermittently
e70dbe292fb : 8062536: [TESTBUG] Conflicting GC combinations in jdk tests
6e32f7a686c : 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
1e715d409bf : 8054278: Refactor jps utility tests
5039fec84f7 : 7185591: jcmd-big-script.sh ERROR: could not find app's Java pid
d5a9838ba6c : 8050281: New permission tests for JEP 140
52585af2999 : 8130242: DataFlavorComparator transitivity exception
8e7ce422769 : 8048356: SecureRandom default provider tests
2fe76f00446 : 8149411: PKCS12KeyStore cannot extract AES Secret Keys
7e67f2f7d15 : 8135259: InetAddress.getAllByName only reports "unknown error" instead of actual cause
ecc6c1f26ec : 8047031: Add SocketPermission tests for legacy socket types 8065076: java/net/SocketPermission/SocketPermissionTest.java fails intermittently
9dd7e21c094 : 8081778: Use Intel x64 CPU instructions for RSA acceleration
3fa541f82de : 8038963: com/sun/jdi tests fail because cygwin's ps sometimes misses processes
c15d1e74a38 : 8146015: JMXInterfaceBindingTest is failing intermittently for IPv6 addresses
bd7ca48d8c1 : 8145982: JMXInterfaceBindingTest is failing intermittently
627e55c7ae2 : 6425769: Allow specifying an address to bind JMX remote connector
6a4f70a0755 : 8148446: (tz) Support tzdata2016a
de81384edf2 : 8034168: ThreadMXBean/Locks.java failed, blocked on wrong object
b0cc0143a01 : 8149029: Secure validation of XML based digital signature always enabled when checking wrapping attacks
0cfa666906c : 8072081: Supplementary characters are rejected in comments
863604dd66f : 8144593: Suppress not recognized property/feature warning messages from SAXParser
bca01deb75b : 8130735: javax.swing.TimerQueue: timer fires late when another timer starts
9761f4a3426 : 8139581: AWT components are not drawn after removal and addition to a container
fedd0d33668 : 8145388: URLConnection.guessContentTypeFromStream returns image/jpg for some JPEG images
4294c66f4b3 : 8059677: Thread.getName() instantiates Strings
ed9329e9f52 : 8038837: Add support to jarsigner for specifying timestamp hash algorithm
2d310e16300 : 8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected
8faef5d0633 : 8141243: Unexpected timezone returned after parsing a date
be32ea4832e : 8146192: Add test for JDK-8049321
b5cecbfbbcf : 8049321: Support SHA256WithDSA in JSSE
a335ad8bc08 : Added tag jdk8u82-b00 for changeset c65b3bfd46bb
4b08678432f : 6961123: setWMClass fails to null-terminate WM_CLASS string
a2f328f93fd : 8046339: sun.rmi.transport.DGCAckHandler leaks memory
06cea988031 : 8048933: -XX:+TraceExceptions output should include the message
f312adb9c52 : 8047734: Backout use of -Og
d8f753f7562 : 8047734: Backout use of -Og
2d0ca2b74b9 : Added tag jdk8u20-b22 for changeset f8510029e459
d9562ea9f00 : Added tag jdk8u20-b22 for changeset 2b00b227b31b
d5379ee766d : Added tag jdk8u20-b22 for changeset fbb23ae2055e
9abc8c79399 : Added tag jdk8u20-b22 for changeset 0f33972344af
ad5499ceeef : Added tag jdk8u20-b22 for changeset 08a147be9037
751c332c2b9 : Added tag jdk8u20-b22 for changeset 4680f1a6dd71
21012d3e083 : Added tag jdk8u20-b22 for changeset ff024667e460
e49bf019f0e : Added tag jdk8u20-b22 for changeset 66c7e9bc8b4f
df5e084ea59 : Added tag jdk8u20-b22 for changeset db90e3f7df6b
74b00f21632 : Added tag jdk8u20-b22 for changeset a496127ff330
b42eb41bb49 : Added tag jdk8u20-b22 for changeset 3552f646bfbe
81297360081 : Added tag jdk8u20-b22 for changeset 0e151a044b0f
67a6e41499f : Added tag jdk8u20-b22 for changeset 880fb92da06c
c75a7ef445d : Added tag jdk8u20-b22 for changeset bb872d0f35bc
4b3cc0eea82 : Added tag jdk8u20-b22 for changeset 89823c016032
3c3eae43fb1 : Added tag jdk8u20-b22 for changeset d1f40cb6d98d
57566efe919 : 8049760: Increment minor version of HSx for 8u31 and initialize the build number
0d7ffdbd4f9 : 8049760: Increment minor version of HSx for 8u31 and initialize the build number
b1f21b87510 : 8033483: Should ignore nested lambda bodies during overload resolution
a6605c26063 : 8042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a static class
97130dce7f7 : 8056984: Exception in compiler: java.lang.AssertionError: isSubClass T
2b4a423cf70 : 8056014: Type inference may be skipped for a complex receiver generic method in a parameter position
34e7c34ba14 : 8033483: Should ignore nested lambda bodies during overload resolution
96863d714b2 : 8042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a static class
b118ebc6c89 : 8056984: Exception in compiler: java.lang.AssertionError: isSubClass T
c2a95b809e0 : 8056014: Type inference may be skipped for a complex receiver generic method in a parameter position
b77bc857999 : 8049426: Minor cleanups after G1 class unloading
dbcaf18f944 : 8044656: Update JAX-WS RI integration to latest version
b4e64d6dabb : 7150092: NTLM authentication fail if user specified a different realm
63f9b6b74b7 : 8035829: [parfait] JNI exception pending in jdk/src/windows/native/sun/tools/attach/WindowsVirtualMachine.c
81d79072774 : 8050893: (smartcardio) Invert reset argument in tests in sun/security/smartcardio
41e562e4058 : 8049884: Reduce possible timing noise in com/sun/jndi/ldap/LdapTimeoutTest.java
82c573c0b87 : 7150092: NTLM authentication fail if user specified a different realm
e833bc99f31 : 8035829: [parfait] JNI exception pending in jdk/src/windows/native/sun/tools/attach/WindowsVirtualMachine.c
627cd2a52cb : 8050893: (smartcardio) Invert reset argument in tests in sun/security/smartcardio
c53de5e9386 : 8049884: Reduce possible timing noise in com/sun/jndi/ldap/LdapTimeoutTest.java
26a1ceb8778 : 8049225: Source class exposes public mutable array
155963abca1 : 8049225: Source class exposes public mutable array
c7852862900 : 8048184: handle mercurial dev build version string
440ffd13d65 : 8048128: Fix for Solaris Studio C++ 5.13, CHECK_UNHANDLED_OOPS breaks PPC build
99e5ac295c5 : Added tag jdk8u31-b00 for changeset 83999beb4eac
5f35a0871e3 : Added tag jdk8u31-b00 for changeset 9ab73c2e3791
72826c6af16 : Added tag jdk8u31-b00 for changeset 1c0ea7b7b43a
9d417290be9 : Added tag jdk8u31-b00 for changeset 0b0b877e30dc
099907d55f1 : Added tag jdk8u31-b00 for changeset 489464a2e94e
a8aefe79c54 : Added tag jdk8u31-b00 for changeset 443b37d182b7
9bffd41c2e7 : Added tag jdk8u31-b00 for changeset d754d09878a3
438f7988a81 : Added tag jdk8u31-b00 for changeset fc7183931943
ed49145afae : Added tag jdk8u31-b00 for changeset 7cac86b82d08
c85eff1b834 : Added tag jdk8u31-b00 for changeset 81f7741ea1b6
93ddc6cf52f : Added tag jdk8u31-b00 for changeset 7fc78c033d6e
939ed5f5c9d : Added tag jdk8u31-b00 for changeset 8e3ca9615dfa
6db2bab4732 : Added tag jdk8u31-b00 for changeset 4f61870bf4ff
e6013e46398 : Added tag jdk8u31-b00 for changeset de8f690cece9
5a8cc5f33dc : 8047714: Fix for JDK-6546236 made Solaris os::yield() a no-op
a9b421dd421 : 8047067: all eval arguments need to be copied in Lower
4048ec18f34 : 8049524: Global object initialization via javax.script API should be minimal
7144d3a4fde : 8046559: NPE when changing Windows theme
d16784f56a2 : 8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel
7a33a203e0f : 8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel
6543d60b1bb : 8048980: Fix raw and unchecked lint warnings in platform-specific sun.font files
d2296aa8bfd : Added tag jdk8u25-b06 for changeset 7a84456395c4
e86ddb330db : Added tag jdk8u25-b06 for changeset 35d5d8ee0dad
3881d997702 : Added tag jdk8u25-b06 for changeset 7857fd9d158f
7b74a43d8eb : Added tag jdk8u25-b06 for changeset b04df0df9133
c79475b8c3b : Added tag jdk8u25-b06 for changeset a782220d12e1
d3b5d291034 : Added tag jdk8u25-b06 for changeset 77be60b395b5
6a05dc905f7 : Added tag jdk8u25-b06 for changeset daef2d869da7
188ea7a5f5b : Added tag jdk8u25-b06 for changeset 521770b28a10
3fbc400ce69 : Added tag jdk8u25-b06 for changeset f3d3a891a6ea
9e80dc0b125 : Added tag jdk8u25-b06 for changeset bd5338e7e469
b4f0d59fe5c : Added tag jdk8u25-b06 for changeset e71e58d2d76c
0b03a8ff8e8 : Added tag jdk8u25-b06 for changeset c47b6a76ee09
dd0e806b5dc : Added tag jdk8u25-b06 for changeset d23ad3c80600
da1640d5a6b : Added tag jdk8u25-b06 for changeset 0bb7bbdc422e
08f236647aa : Added tag jdk8u25-b06 for changeset 84476f185041
cba3e5cc312 : Added tag jdk8u25-b06 for changeset 23f31bb8a396
4f7e4160a0c : 8048620: Remove unneeded/obsolete -source/-target options in hotspot tests
05920770b8b : 8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel
496e9f57a01 : 8048020: Regression on java.util.logging.FileHandler
d9bb44c7c98 : 8056211: api/java_awt/Event/InputMethodEvent/serial/index.html#Input[serial2002] failure
400d3f5fa22 : 6624085: Fourth mouse button (wheel) is treated like second button - isPopupTrigger returns true
07fd01cbc16 : 8056987: 8u-dev nightly windows builds failed from 8/29
f9c0c34d62a : 8034218: Improve fontconfig.properties for AIX platform
3fb605a0106 : 8036981: JAXB not preserving formatting for xsd:any Mixed content
a3a9a527d0d : 8046545: JNI exception pending in jdk/src/share/bin/java.c
c89be181d2e : 8037746: Bundling Derby 10.11 with 8u40
227db7b8be7 : 8048020: Regression on java.util.logging.FileHandler
c76a317bb96 : 8056211: api/java_awt/Event/InputMethodEvent/serial/index.html#Input[serial2002] failure
dceae15125d : 6624085: Fourth mouse button (wheel) is treated like second button - isPopupTrigger returns true
88cba2818e2 : 8056987: 8u-dev nightly windows builds failed from 8/29
61cb0a16878 : 8034218: Improve fontconfig.properties for AIX platform
31a1fe53647 : 8036981: JAXB not preserving formatting for xsd:any Mixed content
6eb90dd9196 : 8046545: JNI exception pending in jdk/src/share/bin/java.c
a0e8217dcc9 : 8037746: Bundling Derby 10.11 with 8u40
723bfa2b582 : 8047368: Remove oracle.jrockit.jfr from open package.access list
44470419c04 : 8048020: Regression on java.util.logging.FileHandler
6219b563933 : 6545422: [TESTBUG] NativeErrors.java uses wrong path name in exec
7f999b2f328 : 6545422: [TESTBUG] NativeErrors.java uses wrong path name in exec
c5665a7027c : 8048212: Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
1b001a2afdf : 8049421: G1 Class Unloading after completing a concurrent mark cycle
ef1e9b3c80c : 8049420: Backout 8048248 to correct attribution
8c3aced3167 : 8048248: G1 Class Unloading after completing a concurrent mark cycle
b0138be1584 : 8049411: Minimal VM build broken after gcId.cpp was added
f7d6809219d : 8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles
95d07208f75 : 8049324: interpretedVFrame::expressions to index oopmap correctly
8159b117385 : 8044760: Avoid PropertyMap duplicate for global instances
d5f9bdbecf7 : 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ca212c0d9ee : 8049086: Minor API convenience functions on "Java" object
25f33c005dd : 8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories
e4904a94ce4 : 8048246: Move AWT_DnD/Clipboard/Automated functional tests to OpenJDK
8dac0497899 : 8046590: fix doclint issues in swing classes, part 1 of 4
18f48c0066c : 8049128: 8u20 l10n resource file translation update 2 - jaxp
2d6cd72c207 : 8049128: 8u20 l10n resource file translation update 2 - jaxp
8eccec5f7c2 : 8049128: 8u20 l10n resource file translation update 2 - jaxp
50543955c29 : 8049128: 8u20 l10n resource file translation update 2 - jaxp
e3479393dea : 8038092: Re-examine Bidi reflective dependency on java.awt.font
ddf0e09c928 : 8043550: Fix raw and unchecked lint warnings in javax.swing.*
cffd7dd2fe8 : Added tag hs25.20-b21 for changeset 274c534ab525
78eaacd9968 : Added tag hs25.20-b21 for changeset b116ac64432b
034751cd14f : 8039905: heapdump/OnOOMToFile and heapdump/OnOOMToPath fail with "assert(fr().interpreter_frame_expression_stack_size() >= length) failed: error in expression stack!"
75ac0ce6937 : Added tag jdk9-b21 for changeset e4ffc9bab6f2
e15373ff091 : Added tag jdk9-b21 for changeset 021089de7317
000a943345d : Added tag jdk9-b21 for changeset 843911d61b95
0023ee6874c : Added tag jdk9-b21 for changeset fa40edc81dd3
be5494c0ed0 : Added tag jdk9-b21 for changeset 6dcab76ce643
73ca4dab49a : Added tag jdk9-b21 for changeset 783e13910e74
60a03e02749 : Added tag jdk9-b21 for changeset a36678c24565
158b584885b : Added tag jdk9-b21 for changeset 4b8db1aec2a3
28767143287 : 8047104: cleanup misc issues prior to Contended Locking reorder and cache
14eb01cb47f : 8049242: Explicit constructor overload selection should work with StaticClass as well
09b196bf605 : 8047154: Testset all fails because of missing jdk_beansX test groups
7f1cf5327fd : 8028474: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh timeout, leaves looping process
a145a396fca : 8046818: Hotspot build system looking for sdt.h in the wrong place
ade82779ac6 : 8047331: Assertion in CompiledFunction when running earley-boyer after Merge
2dbe14ef7ef : 8044371: setOneTouchExpandable functionality of JSplitPane will reduce vertical Scrollbar
08e90ebfcb1 : 8026894: Improve VerifyError message about overriding a final method
d9cdc6efec2 : 8047166: 'do with({}) break ; while(0);' crashes in CodeGenerator
d5b9d36ad92 : 4058433: RFE: tool for creating BeanInfo template
c6dda4ed205 : 8049225: Source class exposes public mutable array
1377f6380eb : 8049223: RewriteException class exposes public mutable arrays
7620f470688 : 8049222: JSType class exposes public mutable arrays
913551730c6 : 8043327: Collectors.toMap studentToGPA example uses Functions.identity() 8043328: Typo in documentation of package java.util.stream
52f8e9c0964 : 8043548: Fix raw and unchecked lint warnings in javax.swing.plaf.* 8042849: Fix raw and unchecked warnings in com.sun.java.swing
8f5c5fdb15a : Added tag jdk8u20-b21 for changeset 303f2bbb24dd
878a404ed0e : Added tag jdk8u20-b21 for changeset 73967f27b825
01747278bfe : Added tag jdk8u20-b21 for changeset c8a8d15912de
c70002ee0a8 : Added tag jdk8u20-b21 for changeset 92803b3a37cb
cf4ad6c19e9 : Added tag jdk8u20-b21 for changeset ac49545fda5e
e4831e8265e : Added tag jdk8u20-b21 for changeset 8a424a7857be
dad4ccd7b29 : Added tag jdk8u20-b21 for changeset 50463935de8f
74e4d55d450 : Added tag jdk8u20-b21 for changeset ab298c5bda6e
e60b68e1a8b : Added tag jdk8u20-b21 for changeset 052d1e5358b3
5e0682ed35b : Added tag jdk8u20-b21 for changeset 1733e1de64a6
92650378ea2 : Added tag jdk8u20-b21 for changeset e20b97814618
84d1664fa4a : Added tag jdk8u20-b21 for changeset 920f7d3ce32f
4364cec178c : Added tag jdk8u20-b21 for changeset 3ac4638077bb
326ad5713a0 : Added tag jdk8u20-b21 for changeset 950fe2bb0257
6cfaedd5516 : Added tag jdk8u20-b21 for changeset 8285bd02a335
c3e7f7a21e2 : Added tag jdk8u20-b21 for changeset 6b155f045531
09fde7dc5d1 : 8049109: Add @since 1.9 to new packages added in jaxp
2caa2648858 : 8046770: .out files for assert, boxing, and overload tests in tools/javac dir
179fd7be270 : 8048840: File.createTempFile has uninformative failure message
a164fcf496e : 8046542: [I.finalize() calls from methods compiled by C1 do not cause IllegalAccessError on Sparc
6240daaf55d : 8049268: new hotspot build - hs25.20-b22
7cadfc28faa : 8046542: [I.finalize() calls from methods compiled by C1 do not cause IllegalAccessError on Sparc
2cdd5df100a : 8049268: new hotspot build - hs25.20-b22
db7f1e428fa : 8048232: Fix for 8046471 breaks PPC64 build
93430374348 : 8044864: .out files for enum tests in tools/javac dir - part 1
60ec6dfa0c6 : 8047737: Move array component mirror to instance of java/lang/Class
8244fe0c5ce : 8044236: create .out files for DefiniteAssignment tests in tools/javac dir
b6e211ab648 : 8048990: ZipFile.entries() can't handle empty zip entry names
e317c5b9e64 : 8047674: java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
39ac0180557 : 8047674: java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
3bb2f8e052c : 8048549: [macosx] Disable usage of system menu bar if AWT is embedded in FX
87beb419b9c : 8033367: [macosx] Appletviewer was broken in jdk8 b124
27ba0956b68 : 8043232: Index selection of overloaded java new constructors
660a91f593a : 8040076: Memory leak. java.awt.List objects allowing multiple selections are not GC-ed
665a89810ce : 8041990: [macosx] Language specific keys does not work in applets when opened outside the browser
e6f644e0029 : 8046656: Update protocol support
9d47e8d3b8e : 8054804: 8u25 l10n resource file translation update
08ce1c72e20 : 8044269: Analysis of archive files
50b1e263d66 : 8048026: Ensure cache consistency
5b701bc4fcd : 8053963: (dc) Use DatagramChannel.receive() instead of read() in connect()
277edd7d015 : 8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01
0a431efb52a : 8051625: JDK-8027144 not complete
4b1d36f474e : Added tag jdk8u25-b07 for changeset dbbaef242a5e
afd372392de : Added tag jdk8u31-b00 for changeset 11e13d42b077
53ed18c0d0e : 8040076: Memory leak. java.awt.List objects allowing multiple selections are not GC-ed
b973422041b : 8041990: [macosx] Language specific keys does not work in applets when opened outside the browser
1228179c663 : 8046656: Update protocol support
4c586c02b5b : 8054804: 8u25 l10n resource file translation update
0999153518f : 8044269: Analysis of archive files
3641c7e28ec : 8048026: Ensure cache consistency
9d8a67fbb06 : 8053963: (dc) Use DatagramChannel.receive() instead of read() in connect()
165e9708217 : 8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01
af7225161dd : 8051625: JDK-8027144 not complete
30c985326f6 : Added tag jdk8u25-b07 for changeset 044abe04b7ba
a0c2488c5ab : Added tag jdk8u31-b00 for changeset 25c7ff86528c
8bd889eb2aa : 8040076: Memory leak. java.awt.List objects allowing multiple selections are not GC-ed
40e186ac672 : 8048895: Back out JDK-8027915
fb6a5827280 : 8048891: Remove unused JObjC from jdk repository
f4db094473e : 8042053: Broken links to jarsigner and keytool docs in java.security package summary
0139a3b9e7d : 8046883: com/sun/jdi/ProcessAttachTest.sh gets "java.io.IOException: Invalid process identifier" on windows
463b504956d : 8048989: small errors in Collectors examples
5d3c63cac68 : 8043780: Use open(O_CLOEXEC) instead of fcntl(FD_CLOEXEC)
76c473d81f6 : 8032188: Remove dead code in TransTypes
f377795d11a : 8048892: TEST_BUG: shell script tests need to be change to not use retired @debuggeeVMOptions mechanism
8d02787bfc5 : 8048511: Uninitialised memory in jdk/src/share/native/sun/security/jgss/wrapper/GSSLibStub.c
edc85c8e4cc : 8027575: b113 causing a lot of memory allocation and regression for wls_webapp_atomics
49402ab5179 : 8046046: Test sun/security/pkcs11/Signature/TestDSAKeyLength.java fails intermittently on Solaris 11 in 8u40 nightly
2edd214440a : 8015081: javax.security.auth.Subject.toString() throws NPE
123c7886fd0 : 8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert
c83293eb7a6 : 8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert
a11814d2648 : 8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert
9baf436fd62 : 8048905: More tweaking with langtools intellij support
9c1aaaebd70 : 7095856: OutputStreamHook doesn't handle null values
fa27b3052d8 : 7095856: OutputStreamHook doesn't handle null values
68c76d1731c : 7095856: OutputStreamHook doesn't handle null values
5a0450feea9 : 8048874: Replace uses of 'new Byte', 'new Short' and 'new Character' with appropriate alternative across core classes
4da668378d3 : 8048267: Replace uses of 'new Long()' with appropriate alternative across core classes
3962277490e : 8044427: [test] sun/management/jmxremote/startstop/JMXStartStopTest times out intermittently on Solaris/Sparcv9
19c07ee15b6 : 7095856: OutputStreamHook doesn't handle null values
829524e7d6d : 8048710: Use ServiceLoader for the jvmstat protocols
e614cf24ef8 : 8048193: [tests] Replace JPS and stdout based PID retrieval by Process.getPid()
81f8f932251 : 8047359: large string size RangeError should be thrown rather than reporting negative length
b2893cec8ed : 8048506: [macosx] javax.swing.PopupFactory issue with null owner
242cba4bbc2 : 8048506: [macosx] javax.swing.PopupFactory issue with null owner
8f2381f0a1e : 8038794: java/lang/management/ThreadMXBean/SynchronizationStatistics.java fails intermittently
62cac75b6bf : 8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs
05e5386bbf7 : 8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible
e9845061d82 : 8064846: Lazy-init thread safety problems in core reflection
17421c860a6 : 8038189: Add cross-platform compact profiles support
51ed2e9d1f9 : 8067151: [TESTBUG] com/sun/corba/5036554/TestCorbaBug.sh
b1ad95c0641 : 8064407: (fc) FileChannel transferTo should use TransmitFile on Windows
4f61788a9f4 : 8060170: Support SIO_LOOPBACK_FAST_PATH option on Windows
01d84f21c82 : 8038794: java/lang/management/ThreadMXBean/SynchronizationStatistics.java fails intermittently
cda3ce1617f : 8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs
209a25ca619 : 8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible
99f31ed16a4 : 8064846: Lazy-init thread safety problems in core reflection
a1a8c373f29 : 8038189: Add cross-platform compact profiles support
81c11be1890 : 8067151: [TESTBUG] com/sun/corba/5036554/TestCorbaBug.sh
d55289e4ebb : 8064407: (fc) FileChannel transferTo should use TransmitFile on Windows
3ad6571a1dd : 8060170: Support SIO_LOOPBACK_FAST_PATH option on Windows
7b43631edcc : 8038794: java/lang/management/ThreadMXBean/SynchronizationStatistics.java fails intermittently
0231fb818fe : 8047996: Quarantine compiler/whitebox tests
cf4ed54c17f : 8043131: Move ShapedAndTranslucentWindows and GC functional AWT tests to regression tree
4b31ce4a17d : 8048687: [TESTBUG] com/sun/jdi/ExclusiveBind.java "Could not find or load main class"
51425f11060 : 8047812: Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops
8ac540550d7 : 8047812: Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops
2ef86bb65b0 : 8047362: Add a version of CompiledIC_at that doesn't create a new RelocIterator
d929c9ead87 : 8007987: ciConstantPoolCache::_keys should be array of 32bit int
f2399d7d549 : 8048839: Reverse sense of -Xlint options in build of jdk repo
61183bb10c7 : 8023276: Java SE should include the full DOM API from JAXP
681a545dee6 : 8037948: Improve documentation for org.w3c.dom package
de69c27db8a : 8037948: Improve documentation for org.w3c.dom package
f5d36bbd4c2 : Added tag jdk8u25-b05 for changeset 7abf34a493a0
eda0494a771 : Added tag jdk8u25-b05 for changeset 7ec8bac354f6
06269353f3f : Added tag jdk8u25-b05 for changeset 18186afffa5f
a0047b380b4 : Added tag jdk8u25-b05 for changeset a711fe967abf
d31fa96a363 : Added tag jdk8u25-b05 for changeset c50d165af0e3
603e5c1c7ed : Added tag jdk8u25-b05 for changeset 95216485ef22
5e29caaa723 : Added tag jdk8u25-b05 for changeset 6103d173543c
559f3ae86c4 : Added tag jdk8u25-b05 for changeset 6812124d28bc
c7873988a78 : Added tag jdk8u25-b05 for changeset 3b7ae824d45e
d7a65e52707 : Added tag jdk8u25-b05 for changeset c7d2248156c8
984a8c1a2ff : Added tag jdk8u25-b05 for changeset 60c28a2def9a
e73e2cd97e0 : Added tag jdk8u25-b05 for changeset 3c6d4291544f
5bc67662b07 : Added tag jdk8u25-b05 for changeset dfc142d874bc
9b2dff09319 : Added tag jdk8u25-b05 for changeset 2995e6639aa4
b90c1e28698 : Added tag jdk8u25-b05 for changeset 1b2d9c13a843
0be747bd516 : Added tag jdk8u25-b05 for changeset ee0094dc85a9
f5c7c3c790e : 8048302: Update bug reporting URL in make/Javadoc.gmk 8048321: Enable doclint warnings in build of docs from langtools
fb7a37edd79 : 8037948: Improve documentation for org.w3c.dom package
968ee3a52cb : 8048169: Change 8037816 breaks HS build on PPC64 and CPP-Interpreter platforms
716c9761f67 : 8048169: Change 8037816 breaks HS build on PPC64 and CPP-Interpreter platforms
3e0fd99223b : 8048586: String concatenation with optimistic types is slow
670eff1ee66 : 6707032: Division by zero warning not suppressed properly in some cases
51aad86e6b4 : 8048718: JSON.parse('{"0":0, "64":0}') throws ArrayindexOutOfBoundsException
c75f8957e82 : 8046434: Fix doclint warnings from javax.swing.plaf.metal package
b45831b5b5a : 8048506: [macosx] javax.swing.PopupFactory issue with null owner
a3765464cba : 8047973: Quarantine compiler/ciReplay/*
bc6fafb55ae : 8048169: Change 8037816 breaks HS build on PPC64 and CPP-Interpreter platforms
b4d4c8a3922 : 8048003: test/compiler/8009761/Test8009761.java failed with: java.lang.RuntimeException: static java.lang.Object Test8009761.m3(boolean,boolean) not compiled
729fe3ec724 : 8047162: [javadoc] index files are non deterministic
8f73a84a15d : 8047720: Xprof hangs on Solaris
83b5c5658a8 : 8048207: Collections.checkedQueue.offer() calls add on wrapped queue
0dd67f4d4e5 : 8048207: Collections.checkedQueue.offer() calls add on wrapped queue
efbff37c1a0 : 8048207: Collections.checkedQueue.offer() calls add on wrapped queue
4b428d5833b : 8046013: TypeError: Cannot apply "with" to non script object
95d24c73612 : 8047812: Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops
41fdef13e50 : Added tag jdk8u40-b00 for changeset 303f2bbb24dd
1b6fa97e3be : Added tag jdk8u40-b00 for changeset 73967f27b825
143e8c854b5 : Added tag jdk8u40-b00 for changeset 50463935de8f
acb008b2207 : Added tag jdk8u40-b00 for changeset ab298c5bda6e
ddae82beccc : Added tag jdk8u40-b00 for changeset 052d1e5358b3
11227323c00 : Added tag jdk8u40-b00 for changeset 1733e1de64a6
5a2b62172b4 : Added tag jdk8u40-b00 for changeset 3ac4638077bb
b7f99b24826 : Added tag jdk8u40-b00 for changeset 950fe2bb0257
8f69a3e4a8e : 8048505: ScriptingFunctions.readFully couldn't handle file names represented as ConsStrings
ac37bf2c10d : 8048080: (smartcardio) javax.smartcardio.Card.openLogicalChannel() dosn't work on MacOSX
df515d4e7f6 : 8047145: 8u20 l10n resource file translation update 2
410001aa325 : 8048080: (smartcardio) javax.smartcardio.Card.openLogicalChannel() dosn't work on MacOSX
1468178f0f2 : 8047145: 8u20 l10n resource file translation update 2
c6a6875e570 : Added tag jdk8u11-b31 for changeset 1ebc2905acae
e0509be842d : Added tag jdk8u11-b31 for changeset e0ce514d4751
7767b56665e : Added tag jdk8u11-b31 for changeset f36dc6820a6b
cb678633f0a : Added tag jdk8u11-b31 for changeset 8db5a62ce046
44e4e82b0e4 : Added tag jdk8u11-b31 for changeset 68c557a411d4
3aba86fe4ab : Added tag jdk8u11-b31 for changeset 7a5a649a84fa
abbb631e5e4 : Added tag jdk8u11-b31 for changeset 0f4d712a502d
b4df8cab5b5 : Added tag jdk8u11-b31 for changeset 5bce2783ac75
527c19ef995 : Added tag jdk8u11-b31 for changeset 626373f56ea3
3ff52ec1660 : Added tag jdk8u11-b31 for changeset 635a9ac9693e
e3a839eb9a8 : Added tag jdk8u11-b31 for changeset 13976cf1e208
ed4dbe06dc8 : Added tag jdk8u11-b31 for changeset c8273e5c47da
0319a015632 : Added tag jdk8u11-b31 for changeset d849b366ec79
cd1584eb072 : Added tag jdk8u11-b31 for changeset 775f4d0ff28a
c437450f412 : Added tag jdk8u11-b31 for changeset f25dd4e84c0e
802c9cfa7eb : Added tag jdk8u11-b31 for changeset f13fb24a10ac
462198fc266 : 8043508: JVM core dumps with very long text in tooltip
1573a33089a : 8041902: When printing, polylines are not rendered as joined
dfc9a84755c : 7067052: Default printer media is ignored
900ca33ab0c : 8034246: remove CMS and ParNew adaptive size policy code
b078d4c58e7 : Added tag jdk9-b20 for changeset 7fb8003ec760
3bfe90c1b1e : Added tag jdk9-b20 for changeset d77065991eb8
1cd83dc91f4 : Added tag jdk9-b20 for changeset 8c82c02495e7
8f396a3720f : Added tag jdk9-b20 for changeset 02490297734b
52da8719abd : Added tag jdk9-b20 for changeset 6dbc3c71c0e2
4199772c994 : Added tag jdk9-b20 for changeset e9f01656f118
e36d1d8a145 : Added tag jdk9-b20 for changeset c9ca62c6a329
519c760b0b0 : Added tag jdk9-b20 for changeset 3abb2de3cdb3
147f6a09266 : 8048298: Clang needs to lower optimization level for some files
8ea2a327ab4 : 8048270: Resolve autoconf and other merge issue from 8u20-b20 to 8u25
41824fae615 : 8048270: Resolve autoconf and other merge issue from 8u20-b20 to 8u25
123d6eae7fa : 8044274: Proper property processing
2dc593d9037 : 8044274: Proper property processing
f2051ed6fac : 8048241: Introduce umbrella header os.inline.hpp and clean up includes
aec070cb691 : 8040977: G1 crashes when run with -XX:-G1DeferredRSUpdate
4b6b14f69e6 : 8048210: More Enhancements to InnocuousThread and friends
b4e0c547b89 : 8035401: Fix visibility of G1ParScanThreadState members
0bd028231f8 : 8035400: Move G1ParScanThreadState into its own files
3168df50f58 : 8047371: local variable declaration in TypeEvaluator should use ScriptObject.addOwnProperty instead of .set
9dde0bfa352 : 8047357: More precise synthetic return + unreachable throw
95e08b3801c : 8042094: Test javax/swing/JFileChooser/7036025/bug7036025.java fails with java.lang.NullPointerException on Windows x86
01ce15ec6b5 : 8042094: Test javax/swing/JFileChooser/7036025/bug7036025.java fails with java.lang.NullPointerException on Windows x86
c08e2bf586b : 8047799: Remove WindowClosingSupport
1e1ef4f73f0 : 8047818: G1 HeapRegions can no longer be ContiguousSpaces
ebdab477c77 : 8048214: Linker error when compiling G1SATBCardTableModRefBS after include order changes
f5df1eca196 : 8048022: Fix raw and unchecked warnings in javax.accessibility
83303777f74 : 8047821: G1 Does not use the save_marks functionality as intended
3e8fb3401ce : 8047145: 8u20 l10n resource file translation update 2
75726e272a3 : 8047145: 8u20 l10n resource file translation update 2
0fcff9cef5b : 8047145: 8u20 l10n resource file translation update 2
910795d6e5f : 8047145: 8u20 l10n resource file translation update 2
c0c69b2e691 : 8047145: 8u20 l10n resource file translation update 2
3592ea7786c : 8047145: 8u20 l10n resource file translation update 2
30b9c7d9cb9 : 8048076: [TESTBUG] runtime/Unsafe/RangeCheck.java fails with -Xcomp
ea6aedb47de : Added tag jdk8u20-b20 for changeset d2ecb01e1ddd
151bfdf78a0 : Added tag jdk8u20-b20 for changeset 5250e9ab9c91
3f5c8bed737 : Added tag jdk8u20-b20 for changeset bd2997d63e45
dad38811db8 : Added tag jdk8u20-b20 for changeset b17b22585b2b
b2d619f5c7d : Added tag jdk8u20-b20 for changeset 10ed90b2f79d
1f316c6c36f : Added tag jdk8u20-b20 for changeset a5fc4a9e790a
3335180df50 : Added tag jdk8u20-b20 for changeset 25119e22adcc
d95d073dcf1 : Added tag jdk8u20-b20 for changeset 97e4def8aab5
7e52afcb40e : Added tag jdk8u20-b20 for changeset a5a129d0d0e9
d36c26a5d04 : Added tag jdk8u20-b20 for changeset 25c217634f6b
717de81750b : Added tag jdk8u20-b20 for changeset fdc02e291dfc
3c7cf6f4e27 : Added tag jdk8u20-b20 for changeset d6114781b9ee
3d00774603e : Added tag jdk8u20-b20 for changeset 72d839580282
fe844cc6a2c : Added tag jdk8u20-b20 for changeset e6e62d5134eb
5e7cbcf129e : Added tag jdk8u20-b20 for changeset 8076ecbd2123
3f17580d25e : Added tag jdk8u20-b20 for changeset c34ec7ee3526
9fddfef33f5 : 8046783: Add hidden field to methods for event based tracing
4dbe4a57f86 : 8047795: Collections.checkedList checking bypassed by List.replaceAll
f61635b8c5f : 8047795: Collections.checkedList checking bypassed by List.replaceAll
4d4642117ef : 8026847: [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops
c0c1d916338 : 8043869: [macosx] java -splash does not honor @2x hi dpi notation for retina support
cfa1c5e67c3 : 8047820: G1 Block offset table does not need to support generic Space classes
ccb4ecb3399 : 8048079: Persistent code store is broken after optimistic types merge
dee1364e7ce : 8048071: eval within 'with' statement does not use correct scope if with scope expression has a copy of eval
5b7c529bb21 : 8047819: G1 HeapRegionDCTOC does not need to inherit ContiguousSpaceDCTOC
801975f4ca3 : 8033332: missing types in TemplateInterpreterGenerator::generate_result_handler_for
c3148bb6cb9 : 8047326: Consolidate all CompiledIC::CompiledIC implementations and move it to compiledIC.cpp
24fcad36b42 : 8047323: Remove unused _copy_metadata_obj_cl in G1CopyingKeepAliveClosure
40c9be9c9e3 : 8047740: Add hotspot testset to jprt.properties
90e98e48a18 : 8047925: Add mercurial version checks to get_source.sh
7f84a862efb : 8048021: Remove @version tag in jaxp repo
47d69e2546d : 8044274: Proper property processing
b531babf097 : 8043541: 'fastdebug' is printed twice in java -version
fb10540f85a : 8047073: Some javax/management/ fails with JFR
0c78a4dd095 : 8062233: add java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java to problem list
0e9bd37bad3 : 8054431: Some of the input validation in the javasound is too strict
395e0bd6a70 : 8054372: Cleanup of com.sun.media.sound packages
42b4f9d9d83 : 6521706: A switch operator in JFrame.processWindowEvent() should be rewritten
64a2b4a9149 : 8026497: Font2DTest demo: unused resource files
b2cea8a6ca4 : 7058700: Unexpected exceptions and timeouts in SF2 parser code
6e88b79b2ab : 8033141: Cleanup of sun.awt.X11 package
0c520b94bf8 : 7058697: Unexpected exceptions in MID parser code
b936ec1c154 : 8058892: FILL_ARRAYS and ARRAYS are eagely initialized in MethodHandleImpl
cf22d307fed : 8047073: Some javax/management/ fails with JFR
502d1fdc6f8 : 8062233: add java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java to problem list
dbd03f6e06f : 8054431: Some of the input validation in the javasound is too strict
16cb47c401b : 8054372: Cleanup of com.sun.media.sound packages
fe885895d9c : 6521706: A switch operator in JFrame.processWindowEvent() should be rewritten
f1c87c2b0cc : 8026497: Font2DTest demo: unused resource files
6fa29f6f506 : 7058700: Unexpected exceptions and timeouts in SF2 parser code
084902cfdbc : 8033141: Cleanup of sun.awt.X11 package
71ee53f7fcd : 7058697: Unexpected exceptions in MID parser code
6e5702b7a5e : 8058892: FILL_ARRAYS and ARRAYS are eagely initialized in MethodHandleImpl
d983b0b09c1 : 8048009: Type info caching accidentally defeated
9808fcce423 : 8035162: Service printing service
3151b9966db : 8035162: Service printing service
cc10c541608 : 8035162: Service printing service
e6cd1637646 : 6642881: Improve performance of Class.getClassLoader()
be9655583c3 : 6642881: Improve performance of Class.getClassLoader()
b549ffc3640 : 8047373: Clean the ExceptionCache in one pass
fd43773a10e : 8046670: Make CMS metadata aware closures applicable for other collectors
566786aba60 : 8047959: bindings created for declarations in eval code are not mutable
33a0064f979 : 8047939: [TESTBUG] Rewrite test/runtime/8001071/Test8001071.sh
6e6c8900409 : 8049864: TestParallelHeapSizeFlags fails with unexpected heap size
5f6168e3096 : 8067469: G1 ignores AlwaysPreTouch
5368b949a5b : 8049536: os::commit_memory on Solaris uses aligment_hint as page size
09f8bf5f2ad : 8078043: new hotspot build - hs25.60-b13
1e5fb164ecc : 8049864: TestParallelHeapSizeFlags fails with unexpected heap size
44502c30e86 : 8067469: G1 ignores AlwaysPreTouch
f75c117aaf9 : 8049536: os::commit_memory on Solaris uses aligment_hint as page size
7300b229873 : 8078043: new hotspot build - hs25.60-b13
3eff7a8f640 : 8049864: TestParallelHeapSizeFlags fails with unexpected heap size
a2984b6c881 : 8057768: Make heap region region type in G1 HeapRegion explicit
1d4a5e9412c : 8049536: os::commit_memory on Solaris uses aligment_hint as page size
debb101f7b7 : 8056237: [TESTBUG] gc/g1/TestHumongousShrinkHeap.java fails due to OOM
f494735340a : 8041946: CMM Testing: 8u40 an allocated humongous object at the end of the heap should not prevents shrinking the heap
a2d9ba3fd67 : 8056039: Hotspot does not compile with clang 3.4 on Linux
b9d46eee2cf : 8057799: Unnecessary NULL check in G1KeepAliveClosure
4241d1c605b : 8027915: TestParallelHeapSizeFlags fails with unexpected heap size on sparcv9
754a598a62e : 8046282: SA update
02990e046b6 : 7112454: TEST_BUG: java/awt/Choice/PopdownGeneratesMouseEvents/PopdownGeneratesMouseEvents.html failed
fca14b0d55e : 8042094: Test javax/swing/JFileChooser/7036025/bug7036025.java fails with java.lang.NullPointerException on Windows x86
886066e697f : 8035328: closed/compiler/6595044/Main.java failed with timeout
5cfb709349b : 8047878: [TESTBUG] runtime/memory/ReadFromNoaccessArea.java and runtime/memory/ReserveMemory.java time out on Solaris
3761efd8356 : 8047763: Recognize sparc64 as a sparc platform
0b98c9be09b : Added tag jdk8u25-b04 for changeset 9e7d5fa8b32c
4a925a37dfb : Added tag jdk8u25-b04 for changeset a2fd1a682cc2
7d6577dced6 : Added tag jdk8u25-b04 for changeset 08febd259144
aebdcbff58f : Added tag jdk8u25-b04 for changeset 1eabe7868e35
80d4f0f976a : Added tag jdk8u25-b04 for changeset a5e68d1a4e88
4f65646694b : Added tag jdk8u25-b04 for changeset c09affccca24
c1021cf78a3 : Added tag jdk8u25-b04 for changeset 4a99a5b0b729
0245e8ed7c2 : Added tag jdk8u25-b04 for changeset cf4b5303ad87
4bc26a5cf2c : Added tag jdk8u25-b04 for changeset 19f41ea94ad6
ba5f1e61f87 : Added tag jdk8u25-b04 for changeset 594a2d3e9b93
f0f7a94b407 : Added tag jdk8u25-b04 for changeset e37a8123ef58
6ec0cef61aa : Added tag jdk8u25-b04 for changeset 37a93ce3d973
314f062f299 : Added tag jdk8u25-b04 for changeset 7d0c4750fa48
8a168ed3ed0 : Added tag jdk8u25-b04 for changeset 5c8dae8e4bcd
8233313cb40 : 8043509: java.awt.Font gets initialized with the wrong font name for some Locales
565ab8b5713 : 8042369: Remove duplicated java.time classes in build.tools.tzdb
22b836a06a8 : 8047798: Remove EventQueueDelegate
f5a99dfd8f8 : 8042872: Fix raw and unchecked warnings in sun.applet
be41c05edc0 : 8049797: Fix raw and unchecked lint warnings in javax.swing.SortingFocusTraversalPolicy
cb14edb87e2 : 4991647: PNGMetadata.getAsTree() sets bitDepth to invalid value
2194d4368fe : 8049808: Fix doclint warnings from javax.swing.plaf.basic package, 3 of 7
f77b84ddc6f : 8049830: Remove reflection from ScreenMenuBar
61b92329697 : 8049704: Fix doclint warnings from javax.swing.plaf.basic package, 2 of 7
91a46ed171d : 8044862: Fix raw and unchecked lint warnings in macosx specific code
529b1b6422b : 8043968: Fix doclint warnings from javax.swing.plaf.basic package, 1 of 7
54e8ddf594b : 8046597: fix doclint issues in swing classes, part 4 of 4
2a84acf3dd0 : 8047367: move awt automated tests from AWT_Modality to OpenJDK repository - part 2
b8db13175e4 : 8047025: Fix raw and unchecked lint warnings in generated nimbus files
021ffcfbdf6 : 8047066: Test test/sun/awt/image/bug8038000.java fails with ClassCastException
89e241569b3 : 8043126: move awt automated functional tests from AWT_Events/Lw and AWT_Events/AWT to OpenJDK repository
61ad72b44a1 : 5077522: Duration.compare incorrect for some values
3c72f00dd82 : 5077522: Duration.compare incorrect for some values
3ad3dd1d894 : 8046201: Avoid repeated flattening of nested ConsStrings
90b667d8652 : 8047728: (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined
d0e17d1ff09 : 8046231: G1: Code root location ... from nmethod ... not in strong code roots for region
50aff94d038 : 8046337: Test closed/tools/pack200/MemoryAllocatorTest.java fails on windows-i586
5507f2b4762 : 8043630: Method os::yield_all() should be removed
578fc514759 : 8044772: TempDirTest.java still times out with -Xcomp
99ff96473e1 : 8046289: compiler/6340864/TestLongVect.java timeout with
fa6b2206198 : 8022968: Some codecache allocation failures don't result in invoking the sweeper
b5e96ad985c : 8046542: [I.finalize() calls from methods compiled by C1 do not cause IllegalAccessError on Sparc
7aa808a993e : 8046905: apply on apply is broken
0b95f7c7a25 : 8040901: fix doclint block tag issues in swing event classes
43d50245b71 : 8046286: assert: Do not add task if compilation is turned off forever
d9a2dbc73bd : 8044818: [TESTBUG] runtime/CDSCompressedKPtrs/XShareAuto.java fails with RuntimeException 'sharing' found in stderr
d284866bf88 : 8047777: (process) ProcessEnvironment_md.c not compiling on 8uX
7ef4565c146 : 8047777: (process) ProcessEnvironment_md.c not compiling on 8uX
399ef93b311 : 8044063: Remove com.sun.java.browser.* from jdk repo
e4db9235e4f : 8044063: Remove com.sun.java.browser.* from jdk repo
1211cc5dbc6 : 8044063: Remove com.sun.java.browser.* from jdk repo
ae6f87cc246 : 8047300: update tools/javadoc/6227454 test for missing <DOCTYPE> tags
b5769155b4b : 8042098: Test sun/java2d/AcceleratedXORModeTest.java fails on Windows
7a3b7526f95 : 8044546: Crash on faulty reduce/lambda
e604a9b3b4a : 8051004: javac, incorrect bug id in tests for JDK-8050386
cc2d691343d : 8050386: javac, follow-up of fix for JDK-8049305
4f041a34341 : 8050804: (jdeps) Recommend supported API to replace use of JDK internal API
d45650dcd4e : 8029548: (jdeps) use @jdk.Exported to determine supported vs JDK internal API 8031092: jdeps does not recognize --help option 8048063: (jdeps) Add filtering capability
59f80f35a90 : 8049075: javac, wildcards and generic vararg method invocation not accepted
0fe96664224 : 8047719: Incorrect LVT in switch statement
86952b6d23b : Added tag jdk8u40-b00 for changeset 4ada9bb8b044
450741f1b63 : 8047145: 8u20 l10n resource file translation update 2
32c87c38e30 : 8044546: Crash on faulty reduce/lambda
48541c8778a : 8051004: javac, incorrect bug id in tests for JDK-8050386
0b6b6430313 : 8050386: javac, follow-up of fix for JDK-8049305
ff3bd61d65d : 8050804: (jdeps) Recommend supported API to replace use of JDK internal API
83e603a28e4 : 8029548: (jdeps) use @jdk.Exported to determine supported vs JDK internal API 8031092: jdeps does not recognize --help option 8048063: (jdeps) Add filtering capability
b8bda7be182 : 8049075: javac, wildcards and generic vararg method invocation not accepted
4b2e147e2e5 : 8047719: Incorrect LVT in switch statement
0bd58741a9b : Added tag jdk8u40-b00 for changeset 34d4dd0a15a1
43a310d7739 : 8047145: 8u20 l10n resource file translation update 2
1ff4245739d : 8044546: Crash on faulty reduce/lambda
22aa7a5b253 : 8036609: Check jdk/src/windows/native/java/lang/ProcessImpl_md.c for JNI pending exceptions
679f83602f8 : 8036609: Check jdk/src/windows/native/java/lang/ProcessImpl_md.c for JNI pending exceptions
cb6c1ea13dd : 8036600: JNI exception pending in src/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/NTLMAuthSequence.c
3799f7646f6 : 8036600: JNI exception pending in src/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/NTLMAuthSequence.c
54314f6f9f2 : Added tag hs25.20-b20 for changeset 579f5dd168f5
a9c5468fcb9 : Added tag hs25.20-b20 for changeset 60729304b5a7
644042fe4a0 : 8041794: remove bytecodes_<arch>.{cpp,hpp} files
6abe4955a67 : 8047321: Hotspot debug builds with clang are broken
5fad815dec3 : 8046060: Different results of floating point multiplication for lambda code block
fe46aeabb06 : 8047407: Add test for JDK-8037385
6c8c5619ed3 : 8044866: Fix raw and unchecked lint warnings in asm
b08d1c7a39d : 8034147: javac crashes with a NullPointerException during bounds checking
c9775ee1291 : 8047407: Add test for JDK-8037385
f7b9f8e8dc5 : 8034147: javac crashes with a NullPointerException during bounds checking
0c1da19d466 : 8047407: Add test for JDK-8037385
06b8a7ac806 : 8034147: javac crashes with a NullPointerException during bounds checking
1fc9b4bee9f : 8035870: Check jdk/src/windows/native/java/io/WinNTFileSystem_md.c for JNI pending exceptions
6ee7cea7e1e : 8035870: Check jdk/src/windows/native/java/io/WinNTFileSystem_md.c for JNI pending exceptions
829b071a6ba : 8035340: (prefs) Check jdk/src/windows/native/java/util/WindowsPreference.c for JNI pending exceptions
00876485c76 : 8035340: (prefs) Check jdk/src/windows/native/java/util/WindowsPreference.c for JNI pending exceptions
67dc38cf407 : 8036603: Check jdk/src/windows/native/java/lang/ProcessEnvironment_md.c for JNI pending exceptions
34b9586adc1 : 8036603: Check jdk/src/windows/native/java/lang/ProcessEnvironment_md.c for JNI pending exceptions
07289a2d98e : 8046445: Fix doclint warnings for javax.swing.plaf.multi
23753e5bff7 : 8039150: host_klass invariant fails when verifying newly loaded JSR-292 anonymous classes
d011ce35835 : 8047732: new hotspot build - hs25.20-b21
a696898a78c : 8039150: host_klass invariant fails when verifying newly loaded JSR-292 anonymous classes
98a7c8e4d97 : 8047732: new hotspot build - hs25.20-b21
cbef61567d4 : 8047180: Move functional tests AWT_Headless/Automated to OpenJDK repository
f4c68a9cfcd : 8046921: Deoptimization type information peristence
8f59fbc43f7 : 8043158: Crash in CodeSweeperSweepNoFlushTest in CompileQueue::free_all()
e6bf0d72641 : 8043158: Crash in CodeSweeperSweepNoFlushTest in CompileQueue::free_all()
1319cf1a68d : 8043158: Crash in CodeSweeperSweepNoFlushTest in CompileQueue::free_all()
603e0eae447 : 8008321: compile.cpp verify_graph_edges uses bool as int
095250600ba : 8150688: Fix os_windows siglabel
ca58868bf91 : 8160748: Inconsistent types for ideal_reg
5220c3f2d85 : 8197864: VS2017 (C4334) Result of 32-bit Shift Implicitly Converted to 64 bits
3cf79c75343 : 8205104: EXTRA_LDFLAGS not consistently being used
0b2ece3b710 : 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
19d8cac58d9 : 8196884: VS2017 Multiple Type Cast Conversion Compilation Errors
429986df398 : 8197868: VS2017 (C2065) 'timezone': Undeclared Identifier in share/runtime/os.cpp
c744d586c48 : 8150426: Wrong cast in metadata_at_put
22a58815ac9 : 8196880: VS2017 Addition of Global Delete Operator with Size Parameter Conflicts with Arena's Chunk Provided One
2f4ec6bdbb6 : 8204053: libsaproc.so not linked with -z,noexecstack
c652c01fd99 : 8203349: 8u hotspot should recognise later Windows compilers
eb7d92fe3a9 : 8162540: Crash in C2 escape analysis with assert: "node should be registered"
64650df20b7 : 8165489: Missing G1 barrier in Unsafe_GetObjectVolatile
f105bb2ed37 : 8202600: [Zero] Undefined behaviour in src/os_cpu/linux_zero/vm/os_linux_zero.cpp
d65aed52ce7 : 8077420: Build failure with SS12u4
464e40a98ec : 8048128: Fix for Solaris Studio C++ 5.13, CHECK_UNHANDLED_OOPS breaks PPC build
69467932619 : 8008321: compile.cpp verify_graph_edges uses bool as int
d914e05bd83 : 8150688: Fix os_windows siglabel
bff0afad88e : 8160748: Inconsistent types for ideal_reg
7892a3a0544 : 8197864: VS2017 (C4334) Result of 32-bit Shift Implicitly Converted to 64 bits
998b0fe537f : 8205104: EXTRA_LDFLAGS not consistently being used
f8cc787b97e : 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
34ba840a862 : 8196884: VS2017 Multiple Type Cast Conversion Compilation Errors
439f16bb257 : 8197868: VS2017 (C2065) 'timezone': Undeclared Identifier in share/runtime/os.cpp
af952391af9 : 8150426: Wrong cast in metadata_at_put
8a326d7425e : 8196880: VS2017 Addition of Global Delete Operator with Size Parameter Conflicts with Arena's Chunk Provided One
5b8c604f16f : 8204053: libsaproc.so not linked with -z,noexecstack
1144be20203 : 8203349: 8u hotspot should recognise later Windows compilers
b01920db989 : 8162540: Crash in C2 escape analysis with assert: "node should be registered"
320f0998a4f : 8165489: Missing G1 barrier in Unsafe_GetObjectVolatile
0cddd6e22e5 : 8202600: [Zero] Undefined behaviour in src/os_cpu/linux_zero/vm/os_linux_zero.cpp
a62a779e947 : 8077420: Build failure with SS12u4
7a172409389 : 8048128: Fix for Solaris Studio C++ 5.13, CHECK_UNHANDLED_OOPS breaks PPC build
2626aed785f : 8008321: compile.cpp verify_graph_edges uses bool as int
cc269950dff : 8029994: Support "include" and "includedir" in krb5.conf
6d55f5983b4 : 8042759: Lambda returning implicitly-typed lambdas considered pertinent to applicability
acdf137d31a : 8042759: Lambda returning implicitly-typed lambdas considered pertinent to applicability
d7c001dd04a : 8042759: Lambda returning implicitly-typed lambdas considered pertinent to applicability
10d82f29a4d : 8047724: @since tag cleanup in jaxws
52f6412c530 : 8047723: @since tag cleanup in jaxp
f301db3a9bd : 8047387: Generate different version of java.policy file for windows 32-bit and 64-bit
9d852a54efc : 8041648: do while loop that misses ending semicolon has wrong end position
2a9e69a4b6f : Added tag jdk9-b19 for changeset a7c5ef3bb9d4
c8e4d3e53a1 : Added tag jdk9-b19 for changeset 26e23230009a
81cb0dbeb4c : Added tag jdk9-b19 for changeset 40b2b32fa541
0d540362928 : Added tag jdk9-b19 for changeset 9ed534348756
73744c4b12c : Added tag jdk9-b19 for changeset 12e7286572ef
25c674c4205 : Added tag jdk9-b19 for changeset 718694e51e25
4a8a4cf86f5 : Added tag jdk9-b19 for changeset 7056eab40723
74b1138a2e8 : Added tag jdk9-b19 for changeset db769f12fe54
2bdfb1233c3 : 8047369: Add regression tests for passing test cases of JDK-8024971
e3df0c1ec19 : 8038182: javac crash with FunctionDescriptorLookupError for invalid functional interface
d1f85c69feb : 8038182: javac crash with FunctionDescriptorLookupError for invalid functional interface
5b199f3cb8c : 8038182: javac crash with FunctionDescriptorLookupError for invalid functional interface
a30dec6af68 : 8000650: unpack200.exe should check gzip crc
03bc9138d1d : 8046446: Fix doclint warnings in javax.swing.text.html package
322ed96c4c0 : 8046895: Fix doclint warnings in javax.swing.text.html.parser package
a027ae4b063 : 8043253: Slow javac compile times in JDK 8
12e8a3e8527 : 8043253: Slow javac compile times in JDK 8
bdf68602c04 : 8046024: JDI shared memory transport failed with "Observed abandoned IP mutex"
18ac28e76f6 : 8047078: Fuzzing bug discovered when ArrayLiteralNodes weren't immutable
5a66e76eff6 : 8044429: move awt automated tests for AWT_Modality to OpenJDK repository
0228c51129d : 8044715: Add finally lint warning to build of jdk repository
17f9ae57134 : 8046071: update three javadoc tests for empty <p> tag
c1c9f333d59 : 8047156: cleanup more non-indent white space issues prior to Contended Locking cleanup bucket
2782c682802 : Added tag jdk8u25-b03 for changeset f4a6aa19ed1b
900494b5bf8 : Added tag jdk8u25-b03 for changeset b25c06e55c5f
f3ceaf57f45 : Added tag jdk8u25-b03 for changeset b6a3a808c5e9
dde7c1c1623 : Added tag jdk8u25-b03 for changeset 76c5b5b325f1
41a8ab69c45 : Added tag jdk8u25-b03 for changeset 4651431c82c7
93cdb2d0369 : Added tag jdk8u25-b03 for changeset 77fa4bcad131
b23c3fae142 : Added tag jdk8u25-b03 for changeset 1e61581bb82f
264271f52e5 : Added tag jdk8u25-b03 for changeset 5a2354948ec7
91909eaa66e : Added tag jdk8u25-b03 for changeset 0c41bd9a9880
55fc8650cd6 : Added tag jdk8u25-b03 for changeset f346b7950d9b
59ea56d1a23 : Added tag jdk8u25-b03 for changeset 817cc31a82a0
8854b920f86 : Added tag jdk8u25-b03 for changeset aa3db73e8805
3c87c9255fd : Added tag jdk8u25-b03 for changeset f755c1613b0e
35c71decf7e : Added tag jdk8u25-b03 for changeset 3fb0d9b90ccf
270075759c5 : Added tag jdk8u25-b03 for changeset 6472ffe1bffd
24284c2b5f1 : Added tag jdk8u25-b03 for changeset d507c0c1480f
62fa4b7e0c7 : 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
9110c16bd91 : 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
4422adefb86 : Added tag jdk8u20-b19 for changeset 8775e53a5945
74a5a5f3819 : Added tag jdk8u20-b19 for changeset 686dd300a8fb
20b92b139e4 : Added tag jdk8u20-b19 for changeset 74d04e2a0810
e9d84b6332f : Added tag jdk8u20-b19 for changeset eff6fd3d936d
bad3b17c296 : 8046471: Use OPENJDK_TARGET_CPU_ARCH instead of legacy value for hotspot ARCH
abce44ab84c : 8046471: Use OPENJDK_TARGET_CPU_ARCH instead of legacy value for hotspot ARCH
bc8c6370eae : 8046611: Build errors with gcc on sparc/fastdebug
32cd848b56f : 8038074: [TESTBUG] Add test for anewarray instruction with more than 255 dimensions
d8ce93cea53 : 6642881: Improve performance of Class.getClassLoader()
243d697d71e : 8026977: NPG: Remove ConstantPool::lock
e339edfbeee : Added tag jdk8u20-b19 for changeset 7dac7a90d0dc
dc974b19b61 : Added tag jdk8u20-b19 for changeset bb6835460050
2ad3e67aa72 : Added tag jdk8u20-b19 for changeset 6b02de032b3c
7722b9ffbe4 : Added tag jdk8u20-b19 for changeset d672f471117e
2db52c55aef : Added tag jdk8u20-b19 for changeset 647040069375
05f726442f5 : Added tag jdk8u20-b19 for changeset 9a9081d8daa0
0765d797cd3 : Added tag jdk8u20-b19 for changeset 33fc5649dc08
de0f447a585 : Added tag jdk8u20-b19 for changeset 2d86e9f86a46
574346d786a : Added tag jdk8u20-b19 for changeset 21fc61e2b549
47bb9b6a60b : Added tag jdk8u20-b19 for changeset f454939b6752
77e032c68f3 : Added tag jdk8u20-b19 for changeset 0637db2e3c76
b07aa37d114 : Added tag jdk8u20-b19 for changeset a4b8438357e1
cef2b3be11e : 8039150: host_klass invariant fails when verifying newly loaded JSR-292 anonymous classes
7ae9df8697c : 8046684: sharedRuntime.cpp...assert(((nmethod*)cb)->is_at_poll_or_poll_return(pc)) failed: safepoint polling: type must be poll
410ba2a8f02 : 8046485: Add missing @since tag under javax.swing.*
affdbb3f1a7 : 8038975: Access control in enhanced for
6e0cb619bbe : 8027886: javac allows illegal receiver parameters 8029042: Receiver parameter not supported on local class constructor
62628130f00 : 8038975: Access control in enhanced for
43371cb80ba : 8027886: javac allows illegal receiver parameters 8029042: Receiver parameter not supported on local class constructor
84c441ee21d : 8044038: Security tests fail on 32 bit linux platform
ef996333c52 : 8044038: Security tests fail on 32 bit linux platform
f8e80ec392a : 8043253: Slow javac compile times in JDK 8
88577971d09 : 8043722: Swapped usage of idx_t and bm_word_t types in parMarkBitMap.cpp
7b69e62c7cc : 8044762: com/sun/jdi/OptionTest.java test time out
2b7234e9d44 : 8155001: SystemTray.remove() leaks GDI Objects in Windows
70a2f414b17 : 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
60d18f433d4 : 8074784: Additional tests for XML DSig API
20e602f4700 : 8078268: javax.swing.text.html.parser.Parser parseScript incorrectly optimized
3920f48b107 : 8049171: Additional tests for jarsigner's warnings
f63dc69748c : 8098581: SecureRandom.nextBytes() hurts performance with small size requests
32c36247157 : 8153781: Issue in XMLScanner: EXPECTED_SQUARE_BRACKET_TO_CLOSE_INTERNAL_SUBSET when skipping large DOCTYPE section with CRLF at wrong place
664824eb090 : 8085903: New fix for memory leak in ProtectionDomain cache
a365d4acad5 : 8155106: MHs.Lookup.findConstructor returns handles for array classes
03a2692d0ec : 8133070: Hot lock on BulkCipher.isAvailable
39200dc5d40 : 8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
76d0ad1096c : Added tag jdk8u112-b00 for changeset 53576ed92bd5
2ef6cf0b10c : 8146387: Test SSLSession/SessionCacheSizeTests socket accept timed out
49544a88343 : 8037557: test SessionCacheSizeTests.java timeout
b04b6b7201e : 8146669: Test SessionTimeOutTests fails intermittently
2ec82bc711f : 8144313: Test SessionTimeOutTests can be timeout
b4c5e5cd962 : 8044762: com/sun/jdi/OptionTest.java test time out
ab40bd69e13 : 8155001: SystemTray.remove() leaks GDI Objects in Windows
b04a2e548f2 : 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
b9ceeb8bec5 : 8074784: Additional tests for XML DSig API
8e2b01c3b93 : 8078268: javax.swing.text.html.parser.Parser parseScript incorrectly optimized
a6e6ea59bc0 : 8049171: Additional tests for jarsigner's warnings
eae5e4ced6d : 8098581: SecureRandom.nextBytes() hurts performance with small size requests
3b894ec2e99 : 8153781: Issue in XMLScanner: EXPECTED_SQUARE_BRACKET_TO_CLOSE_INTERNAL_SUBSET when skipping large DOCTYPE section with CRLF at wrong place
5bee47b93cf : 8085903: New fix for memory leak in ProtectionDomain cache
fa2daace4ce : 8155106: MHs.Lookup.findConstructor returns handles for array classes
303630fd8dd : 8133070: Hot lock on BulkCipher.isAvailable
fc9f3de0b54 : 8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
0a141eefdc6 : Added tag jdk8u112-b00 for changeset 407f28eee4be
7cc5669e453 : 8146387: Test SSLSession/SessionCacheSizeTests socket accept timed out
61a2e3b0f43 : 8037557: test SessionCacheSizeTests.java timeout
ecce23672c8 : 8146669: Test SessionTimeOutTests fails intermittently
16f7b2ee9a4 : 8144313: Test SessionTimeOutTests can be timeout
74ad666e62d : 8044187: Enhancements to InnocuousThread
be48d07662c : 8047061: [macosx] Crash when setting display mode
ec2f4ae4fb1 : 8046916: Type parameter annotations don't work with multiple type parameters
8328fd4446d : 8046916: Type parameter annotations don't work with multiple type parameters
e6b9e34ebe3 : 8046916: Type parameter annotations don't work with multiple type parameters
f537d162426 : 8046778: Better error messages when starting JMX agent via attach or jcmd
9eadfafec8f : 8046778: Better error messages when starting JMX agent via attach or jcmd
8e79908faac : 8042803: Types.wildLowerBound and cvarLowerBound should call unannotatedType()
1af3abec807 : 8042803: Types.wildLowerBound and cvarLowerBound should call unannotatedType()
a007ca78ec6 : Added tag jdk8u11-b12 for changeset c4165c0f3439
220ff4afdc4 : Added tag jdk8u11-b12 for changeset d013edf52e30
dde01123449 : Added tag jdk8u11-b12 for changeset ef1c1258b777
8b0889f3981 : Added tag jdk8u11-b12 for changeset e8204a487fdd
0d6c6bbe4ce : Added tag jdk8u11-b12 for changeset f83614444cab
e062534d719 : Added tag jdk8u11-b12 for changeset 86c22e05210c
0076f657d63 : Added tag jdk8u11-b12 for changeset 9702d3b50bb3
0f65f95a0c3 : Added tag jdk8u11-b12 for changeset 9bc95506c4dd
0a72de2af71 : Added tag jdk8u11-b12 for changeset 49c56d49a4eb
66a52e6e7c2 : Added tag jdk8u11-b12 for changeset 666cf4d85818
91470fe6b1a : Added tag jdk8u11-b12 for changeset 9f6f2382e093
1b00bcce04b : Added tag jdk8u11-b12 for changeset cd94753099db
43ccca3ce8e : Added tag jdk8u11-b12 for changeset dc50db94a107
5c4c3ab8ba0 : Added tag jdk8u11-b12 for changeset dd9e48a57128
0e0efbb9730 : Added tag jdk8u11-b12 for changeset 8438a1622003
7fdc66aefcd : Added tag jdk8u11-b12 for changeset a593d8a0b9ef
02f3dbb898c : 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
7d153c461ed : 8046758: cleanup non-indent white space issues prior to Contended Locking cleanup bucket
bac50f1fdbd : 8036953: Fix timing of varargs access check, per JDK-8016205
48bad53e152 : 8036953: Fix timing of varargs access check, per JDK-8016205
e4773094de1 : 8036953: Fix timing of varargs access check, per JDK-8016205
f2e2245e7be : 8038975: Access control in enhanced for
d39a778d5f9 : 8040007: GtkFileDialog strips user inputted filepath
5079b7bbd48 : 8047062: Improve diagnostic output in com/sun/jndi/ldap/LdapTimeoutTest.java
499b50c15b4 : 8049820: Fix raw and unchecked lint warnings in sun.management
44c5f51ddf2 : 8041781: Need new regression tests for PBE keys
57d0562d7c1 : 8044085: Access ExtendedGSSContext.inquireSecContext() result through SASL
665f030eaf9 : 7065233: To interpret case-insensitive string locale independently
037699d88a2 : 8049794: Fix raw and unchecked warnings in jvmstat
f38db6ce111 : 8048515: Read outside array bounds in jdk/src/solaris/native/java/lang/java_props_md.c
7c04b456669 : 8048913: java/util/logging/LoggingDeadlock2.java times out
b94232fe213 : 8049220: URL.factory data race
8167fa4c808 : 8047765: Generate blacklist.certs in build
cdbe91ef12e : 7150092: NTLM authentication fail if user specified a different realm
f5e233d84be : 8049244: XML Signature performance issue caused by unbuffered signature data
aa12c8fbf5b : 6642881: Improve performance of Class.getClassLoader()
b643ee87ca0 : 8047062: Improve diagnostic output in com/sun/jndi/ldap/LdapTimeoutTest.java
e82b5c4b987 : 8040808: Uninitialised memory in OGLBufImgsOps.c, D3DBufImgOps.cpp
149e63dff09 : 8040007: GtkFileDialog strips user inputted filepath
ff3ed3f3295 : 8049250: Need a flag to invert the Card.disconnect(reset) argument
ef6d48bd586 : 8048583: CustomMediaSizeName class matching to standard media is too loose
23cae4482e5 : 7067052: Default printer media is ignored
3015d266896 : 8049583: Test closed/java/awt/List/ListMultipleSelectTest/ListMultipleSelectTest fails on Window XP
99b21f86c9f : 8049996: [macosx] test java/awt/image/ImageIconHang.java fails with NPE
64d56b1be5a : 8046046: Test sun/security/pkcs11/Signature/TestDSAKeyLength.java fails intermittently on Solaris 11 in 8u40 nightly
c502a5b4005 : 7095856: OutputStreamHook doesn't handle null values
cfe2f2d922a : 8049244: XML Signature performance issue caused by unbuffered signature data
9b6bfa5b0a0 : 4991647: PNGMetadata.getAsTree() sets bitDepth to invalid value
5f3cf075f9d : 8046559: NPE when changing Windows theme
deaaa004275 : 8047062: Improve diagnostic output in com/sun/jndi/ldap/LdapTimeoutTest.java
d760dfc684f : 8040808: Uninitialised memory in OGLBufImgsOps.c, D3DBufImgOps.cpp
f5f8c0a7d5b : 8040007: GtkFileDialog strips user inputted filepath
e03a26d785b : 8049250: Need a flag to invert the Card.disconnect(reset) argument
ed7c44b235e : 8048583: CustomMediaSizeName class matching to standard media is too loose
02dd061f4c0 : 7067052: Default printer media is ignored
21818cd88a6 : 8049583: Test closed/java/awt/List/ListMultipleSelectTest/ListMultipleSelectTest fails on Window XP
d7df0817747 : 8049996: [macosx] test java/awt/image/ImageIconHang.java fails with NPE
431fd11d61d : 8046046: Test sun/security/pkcs11/Signature/TestDSAKeyLength.java fails intermittently on Solaris 11 in 8u40 nightly
e68f1080976 : 7095856: OutputStreamHook doesn't handle null values
55678bcb73f : 8049244: XML Signature performance issue caused by unbuffered signature data
e7918124659 : 4991647: PNGMetadata.getAsTree() sets bitDepth to invalid value
4b78d8f6630 : 8046559: NPE when changing Windows theme
186990579d4 : 8047057: Add a regression test for the passing test cases from JDK-8042304
8baafcf7ef0 : 8048594: The sjavac client/server protocol should be hidden behind an interface
ce0935812b5 : 8047719: Incorrect LVT in switch statement
2f5e083ceef : 8048293: update tools/javadoc/6227454 to have missing <head> tag
3e316a33727 : 8047316: update javadoc tests to fix tidy warning for incorrect html comment
bbc0df83f4b : 8048168: update 2 javadoc tests to add summary attribute for table tag
88288709719 : 8047744: update 2 javadoc tests for nested emphasis <code>
41005acef28 : 8047743: update com/sun/javadoc/testHref for unrecognized <action>
7470fabe6f2 : 8047303: update com/sun/javadoc/DocRootSlash/DocRootSlash for unexpected </a>
47c543e53be : 8007307: DPrinter: support the DocTree API
bd97e7d5ecc : 8047183: JDK build fails with sjavac enabled
5b1596bc253 : 8042345: getDocComment fails for doc comments on PackageElement found in package-info.java
101aaaa4684 : 8048162: Restrict catch type from Throwable to ReflectiveOperationException
a86ace62972 : 8046614: Fill in missing doc comments
25618fc4700 : 8046613: Fill in missing doc comments
30f70a0e1dd : 8048121: javac complex method references: revamp and simplify 8038776: VerifyError when running successfully compiled java class
7aa3c590516 : 8047157: [javadoc] fixup tests for determinism and add classes uses
b963c0bc590 : 7196160: Project Coin: allow @SafeVarargs on private methods
29297396abb : 8046451: Add basic IntelliJ support for langtools
802429b65f0 : 8037404: javac NPE or VerifyError for code with constructor reference of inner class 8047341: lambda reference to inner class in base class causes LambdaConversionException 8044748: JVM cannot access constructor though ::new reference although can call it directly 8044737: Lambda: NPE while obtaining method reference through lambda expression
ff164ddca56 : 8047035: (function() "hello")() crashes in Lexer with jdk9
ede81f43f73 : 8046898: Make sure that lazy compilation is the default, remove redundant "enable lazy compilation" flags, added warning message if compile logging is enabled and lazy is switched off. Verified existing test suite code coverage equivalence between lazy and eager
da1c36533ec : 8046769: Set T family feature bit on Niagara systems
2613fffb871 : 8046369: sjavac should not use javac internal API for starting javac
a8306dd34f5 : 8047721: @since should have JDK version
589ee38cbdb : 8048080: (smartcardio) javax.smartcardio.Card.openLogicalChannel() dosn't work on MacOSX
72fb4c3adf1 : 8039317: Read currency.data as a resource
1d0d27c3127 : 8044276: Fix doclint warnings (missing javadoc tags) in javax.swing.plaf.synth
689a3bb8c1d : 8044281: Fix doclint warnings (missing javadoc tags) in javax.swing.table
6c860a781a7 : 8047795: Collections.checkedList checking bypassed by List.replaceAll
fd148509ce5 : 8029607: Type of Service (TOS) cannot be set in IPv6 header
ea1882be4f9 : 8048073: Cannot read ccache entry with a realm-less service name
99a469d169d : 8038826: sun/management/jmxremote/startstop/JMXStartStopTest.java fails with "should report port in use"
bfe7a7abd1f : 8047904: Runtime.loadLibrary throws SecurityException when security manager is installed
0caae2d748b : 8046273: Add overrides lint warning to build of jdk repository
cc7e85e9408 : 8048005: Add test timing information to JMXStartStopTest
8bca223cbdf : 8047073: Some javax/management/ fails with JFR
ea1f1d527df : 8048014: Update java.lang.SafeVararags for private methods
825d9ee9853 : 8043967: Fix doclint warnings for java.awt
18728f8cb91 : 8047674: java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
0a5b921c130 : 8038321: RMIConnector_NPETest.java can't start rmid if running on fastdebug or Solaris-sparc
a12feb33eb9 : 8044256: Fix doclint warnings (missing javadoc tags) in javax.swing.plaf.nimbus
3d1fe9b0c28 : 8038903: More native monitor monitoring
f652339a160 : Added tag jdk8u25-b04 for changeset 59d332a04032
56985844541 : 8038903: More native monitor monitoring
eabbe2b63dd : Added tag jdk8u25-b04 for changeset be225f01e833
a71432a188c : 8038903: More native monitor monitoring
b0421303e62 : 8046221: [TEST_BUG] Cleanup datatransfer tests
a2153ce7e77 : 8029674: (reflect) getMethods returns default methods that are not members of the class
1f0aeb76086 : 8046903: VM anonymous class members can't be statically invocable
c3d8af6afe3 : 8029674: (reflect) getMethods returns default methods that are not members of the class
5ea0b9a4a34 : 8046903: VM anonymous class members can't be statically invocable
1e5168fceda : 8044742: testlibrary_tests/whitebox/vm_flags/BooleanTest.java NoClassDefFoundError: com/oracle/java/testlibrary/JDKToolFinder
22651209a56 : 8044517: Run & debug single Nashorn test
cb8bc521c62 : 8044517: Run & debug single Nashorn test
0752cdda936 : 8039028: [javadoc] refactor the usage of Util.java
92884a53388 : 8050106: JavaCompiler relies on inappropriate result from comparison
84e4fca0c86 : 8048806: Javadoc errors out on some valid HTML tags
0dd95d497bb : 8050086: jdk.Exported is missing @return
c626683b265 : 8049396: [javadoc] add more class-use test cases
4fa698fe42d : 8049393: [javadoc] parameters are not sorted correctly
f7234f052c1 : 8030610: replace test/tools/javac/versions/check.sh
b4b2f994cae : 8011044: Remove support for 1.5 and earlier source and target options
de072ba28fc : Added tag jdk9-b22 for changeset cf09dddb6caf
5916a0adfaa : 8033483: Should ignore nested lambda bodies during overload resolution
0067b707258 : 8031569: Refactor javac scope implementation to enable lazy imports
c2f98fba15b : 8029548: (jdeps) use @jdk.Exported to determine supported vs JDK internal API 8031092: jdeps does not recognize --help option 8048063: (jdeps) Add filtering capability
15cfa4aac96 : 8043926: javac, code valid in 7 is not compiling for 8
3c5b32658bd : 8042239: javac: TreeMaker.Type(Type t) does not handle UnionClassType
5437ec7e743 : 8044080: .out files for unicode, implicitThis and importChecks tests in tools/javac dir
9c09973b5a9 : 8049491: Remove three auxilary files in tools/javac/enum dir
3ecb57ccc07 : 8046618: .out files for enum tests in tools/javac/dir
0718a280b0b : 8046635: .out files for enum tests in tools/javac/dir
72d57232129 : 8049075: javac, wildcards and generic vararg method invocation not accepted
12b653bb021 : 8042261: Implement classfile tests for Deprecated attribute
50e8d8b28d7 : 8049284: Missing bug id in test/tools/javac/varargs/warning/Warn*
b9ba26357ed : 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
104bbadb1f5 : 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
0cde2d561ae : 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
a2e2ccc3e64 : 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
0d1807cad1f : Added tag hs25.20-b19 for changeset 57dec01b113a
eb01428166a : Added tag hs25.20-b19 for changeset aff1bd0284ad
e5749d72fd7 : 8046408: Build failure from multiple ptrace.h
94c3a456111 : 8046762: Revert some inference fixes in JDK-8033718
6a427381032 : 8046762: Revert some inference fixes in JDK-8033718
3d7b5de8222 : Added tag jdk8u5-b31 for changeset f0adabaf3967
6f15b3200b7 : Added tag jdk8u5-b31 for changeset 7de8ee072b26
e14eff1cb5b : Added tag jdk8u5-b31 for changeset 7006d58f0871
36a5ae6281d : Added tag jdk8u5-b31 for changeset 60d15be4e52f
bb02df61498 : Added tag jdk8u5-b31 for changeset f1f85ec1623e
8161c9e0ae7 : Added tag jdk8u5-b31 for changeset fe1a35ee0838
48293259a1d : Added tag jdk8u5-b31 for changeset 8a0fec8158a9
48203a3e11d : Added tag jdk8u5-b31 for changeset cadb56b4229e
e389f52fa1e : Added tag jdk8u5-b31 for changeset 3ea62d610bfb
df6eceb52ca : Added tag jdk8u5-b31 for changeset 49ae287a99b7
113c1fc95b7 : Added tag jdk8u5-b31 for changeset 93c343ad6785
0461c606efc : Added tag jdk8u5-b31 for changeset a9e33135d133
0675a2d48e5 : Added tag jdk8u5-b31 for changeset d2240ae7fa8b
9b46f65a95a : Added tag jdk8u5-b31 for changeset a4602b00b769
a1d00f870bd : Added tag jdk8u5-b31 for changeset 9158fbda3286
660365d432a : Added tag jdk8u5-b31 for changeset ea4d9215a328
618ad4c940f : Added tag jdk9-b18 for changeset 6ff236765d3b
26e17df2bf0 : Added tag jdk9-b18 for changeset d38c730b86c1
985693b2098 : Added tag jdk9-b18 for changeset fa91157087a5
4769340e5a6 : Added tag jdk9-b18 for changeset ce20b74c4195
f9d75a38ed2 : Added tag jdk9-b18 for changeset 3a82fb0d8a15
15aea604383 : Added tag jdk9-b18 for changeset f41278d32da8
9055f491b5d : Added tag jdk9-b18 for changeset ab3f668fd6e3
88c23795f0d : Added tag jdk9-b18 for changeset 09ca10d317fc
92675f5272c : 8038392: Generating prelink cache breaks JAVA &#39;jinfo&#39; utility normal behaviour
d6f8fbb40b0 : 8044796: G1: Enable G1CollectedHeap::stop()
5100d3497b0 : 8046408: Build failure from multiple ptrace.h
dbaa3adcd20 : 8033626: assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place
ff52245ecce : 8046798: new hotspot build - hs25.20-b20
d5668fad6a8 : 8044796: G1: Enable G1CollectedHeap::stop()
16b7b07d914 : 8046408: Build failure from multiple ptrace.h
4bda7237a63 : 8033626: assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place
ca1463bb364 : 8046798: new hotspot build - hs25.20-b20
5e1811cd0ed : 8044796: G1: Enable G1CollectedHeap::stop()
a22c2ed67f6 : 8046702: default_options.sh test failure on Solaris
7b2f1d267c2 : 8032045: Enable compiler and linker safety switches for debug builds
ce911450320 : 8032045: Enable compiler and linker safety switches for debug builds
833620662c6 : 8046287: [TESTBUG] runtime/Thread/TestThreadDumpMonitorContention.java failed error_cnt=12
17dd5faf6d2 : 8046715: Add a way to verify an extended set of command line options
dea219c735f : 8046474: Source changes needed to build JDK 9 with new platforms and compilers on Solaris and Linux
771158427b0 : 8046474: Source changes needed to build JDK 9 with new platforms and compilers on Solaris and Linux
466ed1ae11a : 6961433: Revisit need to disable Windows C++ compiler optimisation of sharedRuntimeTrig.cpp
324195d4417 : Added tag jdk9-b17 for changeset 681b70d49d8d
d382f3a577b : Added tag jdk9-b17 for changeset abd9a49d0b9c
c05b2d96aaa : Added tag jdk9-b17 for changeset e2e5f24869d5
dbcc6149875 : Added tag jdk9-b17 for changeset f67a670502cb
f232084894f : Added tag jdk9-b17 for changeset a190ad71abdc
fc45bfbbb3c : Added tag jdk9-b17 for changeset b14260e7f98f
9825a526f91 : Added tag jdk9-b17 for changeset 51596e763410
a63e9f4523e : Added tag jdk9-b17 for changeset 4f048ac42b56
86eb6091d21 : 8046516: Segmentation fault in JVM (easily reproducible)
c7ee15b14a1 : 8046287: [TESTBUG] runtime/Thread/TestThreadDumpMonitorContention.java failed error_cnt=12
8e85dd44540 : 8042933: assert(capacity_until_gc >= committed_bytes) failed
2c0184e5f49 : 8046516: Segmentation fault in JVM (easily reproducible)
4b3fb5b52fd : 8046287: [TESTBUG] runtime/Thread/TestThreadDumpMonitorContention.java failed error_cnt=12
6a078591fbe : 8042933: assert(capacity_until_gc >= committed_bytes) failed
b571b4214a6 : 8046516: Segmentation fault in JVM (easily reproducible)
29e8b83b482 : 8043484: DPrinter does not compile
77fa3101ec3 : 8042830: A recently added Xprefer test fails on Windows
9e1754581f4 : 8044517: Run & debug single Nashorn test
ba00ce514e2 : 8046662: Check JNI ReleaseStringChars / ReleaseStringUTFChars verify_guards test inverted
df614caef88 : 8044865: Fix raw and unchecked lint warnings in management-related code
38fdd080403 : 8041523: Xerces Update: Serializer improvements from Xalan
03337fa832a : 8046707: Performance of java.time could be better
f99d9afd0cf : 8046707: Performance of java.time could be better
d924c731c33 : Added tag jdk8u25-b02 for changeset 5b0a4fddf3e4
76ece9c72c7 : Added tag jdk8u25-b02 for changeset c807bcd370ba
debc23467bd : Added tag jdk8u25-b02 for changeset cc0c52b3212e
9db7e2222ce : Added tag jdk8u25-b02 for changeset 2e686e1fc26a
04f9f01b9ed : Added tag jdk8u25-b02 for changeset 6086a72da362
9e7bb895059 : Added tag jdk8u25-b02 for changeset c5be598ad458
2b65d62c46f : Added tag jdk8u25-b02 for changeset 4f508ef1ec0b
51025cd16bd : Added tag jdk8u25-b02 for changeset bba912f14826
7b1e05d8b6c : Added tag jdk8u25-b02 for changeset ba8f78981edd
de551490485 : Added tag jdk8u25-b02 for changeset 342159ab791c
31f05ec34d3 : Added tag jdk8u25-b02 for changeset 841032760ce4
a3a84809d99 : Added tag jdk8u25-b02 for changeset 06ae10195462
19b84af3a07 : Added tag jdk8u25-b02 for changeset 8cc94c0ca4f2
efd46b04826 : Added tag jdk8u25-b02 for changeset 2d81ef91af99
fa2a3846df7 : Added tag jdk8u25-b02 for changeset 55c9fadde445
48104e3883c : Added tag jdk8u25-b02 for changeset a956be8ad0fe
c450cf57a37 : 8033786: White flashing when opening Dialogs and Menus using Nimbus with dark background
05b2d95e393 : 8029455: [JLightweightFrame] support scaled painting
455010af865 : 8033233: [JLightweightFrame] support default JViewport BLIT_SCROLL_MODE
58fb72d9ae4 : 8033786: White flashing when opening Dialogs and Menus using Nimbus with dark background
1cb34e209c9 : 8029455: [JLightweightFrame] support scaled painting
b2bd163f574 : 8033233: [JLightweightFrame] support default JViewport BLIT_SCROLL_MODE
55a338d2890 : 8033786: White flashing when opening Dialogs and Menus using Nimbus with dark background
652e8b5ffb2 : 8029455: [JLightweightFrame] support scaled painting
38479150516 : 8038913: Bolster XML support
0f3fe0c8ce7 : 8040271: Uninitialised memory in jdk/src/windows/native/sun/windows: awt_List.cpp, awt_InputMethod.cpp
8a30e5404fa : 8040271: Uninitialised memory in jdk/src/windows/native/sun/windows: awt_List.cpp, awt_InputMethod.cpp
4a9ad9f15f0 : 8040271: Uninitialised memory in jdk/src/windows/native/sun/windows: awt_List.cpp, awt_InputMethod.cpp
f829432469a : 8043549: Fix raw and unchecked lint warnings in javax.swing.text.*
f312e11bf8f : 8035968: Leverage CPU Instructions to Improve SHA Performance on SPARC
dd6c6fb0eef : 8035968: Leverage CPU Instructions to Improve SHA Performance on SPARC
395560c4284 : 8035968: Leverage CPU Instructions to Improve SHA Performance on SPARC
6f8bea36154 : 8038913: Bolster XML support
091f0af8d46 : 8038913: Bolster XML support
577b60e7118 : 8027886: javac allows illegal receiver parameters 8029042: Receiver parameter not supported on local class constructor
d9b63bdbdd0 : 8043224: -Xcheck:jni improvements to exception checking and excessive local refs
aa08b965158 : Added tag jdk8u20-b18 for changeset 25f6cd7cfa02
86fd310b853 : Added tag jdk8u20-b18 for changeset 763b566e051b
d39b45fd156 : Added tag jdk8u20-b18 for changeset 107e7cb173d0
25852951a95 : Added tag jdk8u20-b18 for changeset a5ae3015366a
f487deeeb4c : Added tag jdk8u20-b18 for changeset 2465e486fb2d
687270a8c47 : Added tag jdk8u20-b18 for changeset ee915c0631e1
9fe8bff16b9 : Added tag jdk8u20-b18 for changeset 9e0af8a1cdd7
ff7644178b0 : Added tag jdk8u20-b18 for changeset 46c4516aaf2e
c5be0062d8f : Added tag jdk8u20-b18 for changeset 061426d4fcd7
350e9fcc6fe : Added tag jdk8u20-b18 for changeset d2b6c7952580
1822c8d7440 : Added tag jdk8u20-b18 for changeset 0c5eb992b191
df85532082e : Added tag jdk8u20-b18 for changeset 807d239f1648
0c09c4ea688 : Added tag jdk8u20-b18 for changeset d96426d7be9e
d2fe29c42a0 : Added tag jdk8u20-b18 for changeset 0620afab0cc1
b2f9848b352 : Added tag jdk8u20-b18 for changeset 07df95c2a855
f2de281d02f : Added tag jdk8u20-b18 for changeset ea37ef76be54
4278bdac8d4 : 8046443: A few typos in JAXP JavaDoc
f3cb0b79b83 : 8044673: Create jtreg groups to list GC specific tests
b6a2f946f6c : 8031819: Remove legacy jdk checks and code
a7396e9236c : 8044135: Add API to start JMX agent from attach framework
60e5749882f : 8044135: Add API to start JMX agent from attach framework
855f7c421ed : 8044135: Add API to start JMX agent from attach framework
258082ac583 : 8044798: API for debugging Nashorn
5967e49a04a : 8044798: API for debugging Nashorn
03d9c0d51d7 : 8042103: Deserialization of empty java.awt.geom.Path2D will cause an exception
eeab94bbc1d : 8042103: Deserialization of empty java.awt.geom.Path2D will cause an exception
a52de212e52 : 8041644: [OGL] clip is ignored during surface->sw blit
569da8dd958 : 8041644: [OGL] clip is ignored during surface->sw blit
6f97a45429b : 6311046: -Xcheck:jni should support checking of GetPrimitiveArrayCritical
0a8fa1b5259 : 8046416: Unable to parse an Instant from fields
e5ca02132fd : 8046707: Performance of java.time could be better
7d5e52ba49f : 8047085: PKCS11/NSS tests failing intermittently on Windows
ed7184cb9bd : 8046596: fix doclint issues in swing classes, part 3 of 4
1553ada84b3 : 8046595: fix doclint issues in swing classes, part 2 of 4
97ce148fa7b : 8044762: com/sun/jdi/OptionTest.java test time out
b6083142453 : 8046778: Better error messages when starting JMX agent via attach or jcmd
710dd1ffeaa : 8046902: Remove sun.misc.Timer
d0f9ecb769b : 8046416: Unable to parse an Instant from fields
be5d648bb5d : 8046024: JDI shared memory transport failed with "Observed abandoned IP mutex"
8996357bad2 : 8047187: Test jdk/net/Sockets/Test.java fails to compile after fix JDK-8046588
2b68aa9a945 : 8047061: [macosx] Crash when setting display mode
0dcb881306c : 8046416: Unable to parse an Instant from fields
662511d3851 : 8046024: JDI shared memory transport failed with "Observed abandoned IP mutex"
ee47dab4df3 : 8047187: Test jdk/net/Sockets/Test.java fails to compile after fix JDK-8046588
b9b34879adb : 8047061: [macosx] Crash when setting display mode
133e2f694ed : 8044538: assert(which != imm_operand) failed: instruction is not a movq reg, imm64
e566ddaa3f6 : 8035328: closed/compiler/6595044/Main.java failed with timeout
d9d7ede1512 : 8044538: assert(which != imm_operand) failed: instruction is not a movq reg, imm64
5bab04b4455 : 8035328: closed/compiler/6595044/Main.java failed with timeout
83fc2acbd75 : 8044538: assert(which != imm_operand) failed: instruction is not a movq reg, imm64
ec7589bf7d2 : 8046391: Hang displaying JFileChooser with Windows L&F
5de5a29808a : 8044798: API for debugging Nashorn
fabdfb56813 : 8015101: Covariance of return type implied by upper bounding on type parameter is ignored
5fc0c625752 : 8015101: Covariance of return type implied by upper bounding on type parameter is ignored
3ea78c679ce : 8015101: Covariance of return type implied by upper bounding on type parameter is ignored
e90a7b8139d : 8035605: Expand functionality of PredictedIntrinsicGenerator
24b6eb6eaf1 : 8052081: Optimize generated by C2 code for Intel's Atom processor
cbbdfab3a37 : 8054341: Remove some obsolete code in G1CollectedHeap class
741de8f3a48 : 8054341: Remove some obsolete code in G1CollectedHeap class
6ab8b41cca2 : 8052170: G1 asserts at collection exit with -XX:-G1DeferredRSUpdate
0eb1e997099 : 8052170: G1 asserts at collection exit with -XX:-G1DeferredRSUpdate
28a9b74af26 : 8051973: Eager reclaim leaves marks of marked but reclaimed objects on the next bitmap
c05f54895b8 : 8051973: Eager reclaim leaves marks of marked but reclaimed objects on the next bitmap
2afbb26ad4a : 8050973: CMS/G1 GC: add missing Resource and Handle mark
23121a425c3 : 8050973: CMS/G1 GC: add missing Resource and Handle mark
74e67f185fb : 8027959: Early reclamation of large objects in G1
fea034c5a2a : 8027959: Early reclamation of large objects in G1
91ecfd0e5b3 : 8048112: G1 Full GC needs to support the case when the very first region is not available
b9531059311 : 8048112: G1 Full GC needs to support the case when the very first region is not available
1eef7b14fa0 : 8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account
a9fa2d77922 : 8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account
afa28ca6b63 : 8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap
c05dab6ecc0 : 8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap
acf1a7dd173 : 8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking
082b7436a52 : 8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking
58f8c2e7231 : 8029443: 'assert(klass->is_loader_alive(_is_alive)) failed: must be alive' during VM_CollectForMetadataAllocation
f15d5a37888 : 8054054: 8040121 is broken
45a73eccc57 : 8049043: Load variable through a pointer of an incompatible type in hotspot/src/share/vm/runtime/sharedRuntimeMath.hpp
133eba60754 : 8040121: Load variable through a pointer of an incompatible type in src/hotspot/src/share/vm: opto/output.cpp, runtime/sharedRuntimeTrans.cpp, utilities/globalDefinitions_visCPP.hpp
6237adcd4b0 : 8035605: Expand functionality of PredictedIntrinsicGenerator
16a06a94c12 : 8052081: Optimize generated by C2 code for Intel's Atom processor
ef42a7fcb65 : 8054341: Remove some obsolete code in G1CollectedHeap class
ccd8dc69b2e : 8054341: Remove some obsolete code in G1CollectedHeap class
481c94af84c : 8052170: G1 asserts at collection exit with -XX:-G1DeferredRSUpdate
a0be7c701b1 : 8052170: G1 asserts at collection exit with -XX:-G1DeferredRSUpdate
d704a0aa1d5 : 8051973: Eager reclaim leaves marks of marked but reclaimed objects on the next bitmap
6716c5de40e : 8051973: Eager reclaim leaves marks of marked but reclaimed objects on the next bitmap
22aa1a668c2 : 8050973: CMS/G1 GC: add missing Resource and Handle mark
2406ea51b5e : 8050973: CMS/G1 GC: add missing Resource and Handle mark
942caaaf743 : 8027959: Early reclamation of large objects in G1
f86dd0cc051 : 8027959: Early reclamation of large objects in G1
bdda7cd2570 : 8048112: G1 Full GC needs to support the case when the very first region is not available
4a42784a21f : 8048112: G1 Full GC needs to support the case when the very first region is not available
d31eec04595 : 8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account
899ff370753 : 8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account
57a059d7f66 : 8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap
f1a81604ddf : 8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap
05e12b9ca3b : 8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking
dfd0080036d : 8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking
234223de54b : 8029443: 'assert(klass->is_loader_alive(_is_alive)) failed: must be alive' during VM_CollectForMetadataAllocation
9339d1dea12 : 8054054: 8040121 is broken
6910670a89a : 8049043: Load variable through a pointer of an incompatible type in hotspot/src/share/vm/runtime/sharedRuntimeMath.hpp
06ceb8b98fb : 8040121: Load variable through a pointer of an incompatible type in src/hotspot/src/share/vm: opto/output.cpp, runtime/sharedRuntimeTrans.cpp, utilities/globalDefinitions_visCPP.hpp
56cea022c9d : 8035605: Expand functionality of PredictedIntrinsicGenerator
ca3ae54675f : 8044575: testlibrary_tests/whitebox/vm_flags/UintxTest.java failed: assert(!res || TypeEntriesAtCall::arguments_profiling_enabled()) failed: no profiling of arguments
116b5764e9b : 8147451: Crash in Method::checked_resolve_jmethod_id(_jmethodID*)
542a8b1befa : 8054326: Confusing message in "Current rem set statistics"
b355ddfe771 : 8154469: Update FSF address
e43abe4fd22 : 8063086: Math.pow yields different results upon repeated calls
ebea22bd6b6 : 8135322: ConstantPool::release_C_heap_structures not run in some circumstances
abe115a0482 : 8154831: CastII/ConvI2L for a range check is prematurely eliminated
fa05e5f146f : 8017629: G1: UseSHM in combination with a G1HeapRegionSize > os::large_page_size() falls back to use small pages
4b2fcfb07d6 : 8077276: allocating heap with UseLargePages and HugeTLBFS may trash existing memory mappings (linux)
c73c81e9e3e : 8154722: Test gc/ergonomics/TestDynamicNumberOfGCThreads.java fails
c9cad7cdf5b : 8036630: Null ProtectionDomain in JVM can cause NPE because principals field is not initialized to an empty array
14a7cf46604 : Added tag jdk8u112-b00 for changeset 3fdf9827de37
e8d7b5a2d53 : 8154210: Zero: Better byte behaviour
fe73a6832d4 : 8130309: Need to bailout cleanly if creation of stubs fails when codecache is out of space
3f7ad31d733 : 8044575: testlibrary_tests/whitebox/vm_flags/UintxTest.java failed: assert(!res || TypeEntriesAtCall::arguments_profiling_enabled()) failed: no profiling of arguments
b2286ac9aec : 8147451: Crash in Method::checked_resolve_jmethod_id(_jmethodID*)
41a32b1b64f : 8054326: Confusing message in "Current rem set statistics"
d85236b0449 : 8154469: Update FSF address
480f644bd40 : 8063086: Math.pow yields different results upon repeated calls
83738b60f8c : 8135322: ConstantPool::release_C_heap_structures not run in some circumstances
cf7888ba289 : 8154831: CastII/ConvI2L for a range check is prematurely eliminated
c2eece11c29 : 8017629: G1: UseSHM in combination with a G1HeapRegionSize > os::large_page_size() falls back to use small pages
ab2982d0198 : 8077276: allocating heap with UseLargePages and HugeTLBFS may trash existing memory mappings (linux)
705a4d483f1 : 8154722: Test gc/ergonomics/TestDynamicNumberOfGCThreads.java fails
745953fd9d1 : 8036630: Null ProtectionDomain in JVM can cause NPE because principals field is not initialized to an empty array
dfe36a9e7ed : Added tag jdk8u112-b00 for changeset b46d55e819e6
04aa76e0639 : 8154210: Zero: Better byte behaviour
640562ce6cc : 8130309: Need to bailout cleanly if creation of stubs fails when codecache is out of space
dc14ad30cef : 8044575: testlibrary_tests/whitebox/vm_flags/UintxTest.java failed: assert(!res || TypeEntriesAtCall::arguments_profiling_enabled()) failed: no profiling of arguments
6c20d58a792 : 8039212: SecretKeyBasic.sh needs to avoid NSS libnss3 and libsoftokn3 version mismatches
d5002ca9752 : 8047085: PKCS11/NSS tests failing intermittently on Windows
24c2b327584 : 8039212: SecretKeyBasic.sh needs to avoid NSS libnss3 and libsoftokn3 version mismatches
7d5012cbf7d : 8047085: PKCS11/NSS tests failing intermittently on Windows
894e594e77f : 8037385: constant pool errors with -target 1.7 and static default methods
3a8d3c98529 : 8037385: constant pool errors with -target 1.7 and static default methods
6e1ae5955e5 : 8037385: constant pool errors with -target 1.7 and static default methods
70c76ec8c45 : 8044738: Check attribute_length of EnclosingMethod attribute
2838bcc3bf3 : 8026796: Make replace_in_map() on parent maps generic
66135672e1f : 8027308: HttpURLConnection should better handle URLs with literal IPv6 addresses
53c7b2ac2b3 : 8023197: Pre-configured command line options for keytool and jarsigner
6445980a62f : 8029674: (reflect) getMethods returns default methods that are not members of the class
1694fa432e7 : 8046499: nativecache.c prints to stdout in debug build
ea9a7a88a15 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
eb521232f2f : 8046368: Code cleanup in SeedGenerator.java
b757b4461e5 : 8039212: SecretKeyBasic.sh needs to avoid NSS libnss3 and libsoftokn3 version mismatches
a5943eeeae4 : 8004807: java/util/Timer/Args.java failing intermittently in HS testing
15f88447cb1 : 8040812: Uninitialised memory in jdk/src/share/native/sun/security/ec/impl/mpi.c
ea0470002e3 : 8033626: assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place
5067eae483f : 8033145: Runtime1::arraycopy_count_address uses wrong _oop_arraycopy_cnt variable
f370027b8d5 : 8046213: Test test/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java Fails
bba624f48e0 : 8046213: Test test/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java Fails
f06c5555b02 : 8046271: Fix overrides lint warnings in Apple laf code
10b9a4996f5 : 8046275: Fastdebug build failing on jdk9/hs/ control jobs after pulling some hs-comp changes
a14e744502a : 8046275: Fastdebug build failing on jdk9/hs/ control jobs after pulling some hs-comp changes
0853423f46c : 8046275: Fastdebug build failing on jdk9/hs/ control jobs after pulling some hs-comp changes
07f12469191 : 8046296: java/util/concurrent/BlockingQueue/PollMemoryLeak.java fails in nightly on all platform due to compiler issue
c6065994826 : 8042870: Fix raw and unchecked warnings in sun.print
e89442e619c : 8039901: jdk/src/share/classes/com/sun/media/sound/services/<platform> appear not to be used
9a089404f84 : 8046355: sun/tools/jstatd/TestJstatdExternalRegistry.java should be quarantined
90ab8e5a786 : 8046352: com/sun/tools/attach/TempDirTest.java should be quarantined
2d567a8aac7 : 8046351: com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotification[Content]Test.java should be quarantined
7261ca19650 : 8046348: com/sun/jdi/OptionTest.java should be quarantined
a58e574ffcf : 8046903: VM anonymous class members can't be statically invocable
9158c1d9b68 : 6622468: TEST_BUG: Time to retire the @debuggeeVMOptions mechanism used in the com.sun.jdi infrastructure
7e1185e1529 : 8044730: small errors in ConcurrentHashMap and LongAdder docs
68747fa0c01 : 8046044: Fix raw and unchecked lint warnings in XML Signature Impl
ed271b0d5a7 : 8041679: Replace uses of StringBuffer with StringBuilder within core library classes
6886e2b8ba3 : 8046389: Add missing @since tag under javax.sql.**
c201595a626 : 8041498: Remove npt library
d4988ce66f0 : 8036613: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/provider/WinCAPISeedGenerator.c
a20967bfac8 : 8043939: Remove management-agent.jar
12e0fea90cb : 6545295: TEST BUG: The test HatHeapDump1Test uses wrong path in exec call
7ab2a6410b9 : 8046588: test for SO_FLOW_SLA availability does not check for EACCESS
48b2a7c0c73 : 8046239: Build failure in 9-client on all non-Windows platforms
9f8c1be3054 : 8046025: AccessorProperty.getGetter is not threadsafe
dab523a7524 : 8043725: javac fails with StackOverflowException
075ea254621 : 8046226: assert(_thread == Thread::current()) failed: thread must be current w/ -XX:+TraceDeoptimization -XX:+Verbose
b2e8017412b : 8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
5ecd91e84a5 : 8044765: Move functional tests AWT_SystemTray/Automated to openjdk repository
1510b7c75e2 : 8044797: Building with clang gives: fatal error: file '...' has been modified since the precompiled header was built
04889b08a19 : 8046245: JDK 9 client build failure on Solaris
25805a5757a : 8046245: JDK 9 client build failure on Solaris
b7b41fb0895 : 8046245: JDK 9 client build failure on Solaris
feac871af5f : 8040244: compiler/whitebox/IsMethodCompilableTest.java fails
5de00ecee83 : 8040244: compiler/whitebox/IsMethodCompilableTest.java fails
cdd2105184d : 8040244: compiler/whitebox/IsMethodCompilableTest.java fails
d71f75ae862 : 8033414: javac Plugin to receive notification (before and) after the compilation
15853aca130 : 7026941: 199: path options ignored when reusing filemanager across tasks
340a7ca36fb : 8042789: org.omg.CORBA.ORBSingletonClass loading no longer uses context class loader
818375780db : 8042789: org.omg.CORBA.ORBSingletonClass loading no longer uses context class loader
a76e39b79fd : 8046085: inserting null key into HashMap treebin fails
8aa391d4c9f : 8042451: Write tests for all possible kinds of type annotation
8ff3cbd414d : 8027262: Determine location for type annotations earlier in compiler pipeline 8027261: Single codepath for attaching annotations to symbols 8027258: Permit a single source annotation to generate multiple bytecode annotations 8027182: Incorrect annotation attributes for type annotations on constructor type parameters 8044010: TypeAnnotation attribute is not generated for repeatable annotation in type argument 8044009: TypeAnnotation attribute is not generated for repeatable annotation in nested types 8043974: TypeAnnotation attribute is not generated for repeatable annotation in lambda 8043669: Few of the ANNOT tests in JCK9 test suite fail with an AssertionError for exception_index 8042060: Type parameter annotations don't work with multiple type parameters 8037348: RuntimeInvisibleAnnotations should not be generated for type annotation on anonymous innerclass creation
879b239e414 : 8043954: Add async connect() support to NET_Connect() for AIX platform
658190f17bf : Added tag hs25.20-b18 for changeset 847c42d1859a
af7ccaad647 : Added tag hs25.20-b18 for changeset bc46bc280a46
eab7ad08139 : 8046215: Running uncompilable scripts throws NullPointerException
704a20b250a : 8044747: [TESTBUG] Test sun/security/tools/policytool/i18n.sh fails after clicking 'Done' button in test frame
b3090f044ea : 8039383: NPE when changing Windows theme
71b76d4073c : 8043492: ad_x86_64_misc.obj : error LNK2011: precompiled object not linked in; image may not run
52233220f23 : 8041464: [TEST_BUG] CustomClassLoaderTransferTest does not support OS X
bfa90f6f301 : 8041990: [macosx] Language specific keys does not work in applets when opened outside the browser
6733dcbb1cd : 8044516: [macosx] ScreenPopupFactory uses native method that could be avoided
865fac84063 : 8043613: Update .properties files for serialver tool
61431e72a80 : 8044553: Fix raw and unchecked lint warnings in javax.sound.*
8538800448b : 8044551: Fix raw and unchecked lint warnings in platform-specific sun.awt files 8044396: Fix raw and unchecked lint warnings in platform-specific sun.java2d.*
57efe4955f0 : 8043972: Remove wrong copyright notice in jdk/test/java/awt/Frame/DecoratedExceptions/DecoratedExceptions.java
d1927658370 : 8042103: Deserialization of empty java.awt.geom.Path2D will cause an exception
e26ff7211c1 : 8041644: [OGL] clip is ignored during surface->sw blit
a9bd96c90c0 : 8046067: test/tools/javac/api/6410643/T6410643.java is broken
887f81a7386 : 8044072: Group 2: create .out files for OverrideChecks tests in tools/javac dir
d15c9840edc : 8044064: Group 1: create .out files for cast and capture negative tests in tools/javac dir
fc858b5c962 : 8044855: Add missing @since tag under java.beans.*
52d7b541a64 : 8042797: Avoid strawberries in LogRecord
ed77b324d4f : 8044695: __stack__ becomes visible in Error properties
20c62e6dde5 : 8044695: __stack__ becomes visible in Error properties
13c8616b472 : 8042797: Avoid strawberries in LogRecord
3b656348b28 : 8042797: Avoid strawberries in LogRecord
cd68d10b6fe : 8043893: Inference doesn't report error on incompatible upper bounds
4e1b129be00 : 8044766: New jdk.net classes have @since 1.9 tags in 8u20
c3b0747f050 : Added tag jdk8u25-b01 for changeset 44b1503b9cbe
90453645b46 : Added tag jdk8u25-b01 for changeset aa1b0a917fc9
3c63aaa2d6c : Added tag jdk8u25-b01 for changeset d053f2b1e2e5
be3233f868b : Added tag jdk8u25-b01 for changeset 0541ebb33c8d
39e1408ebd6 : Added tag jdk8u25-b01 for changeset b03e3c828574
017d696dd4b : Added tag jdk8u25-b01 for changeset cba461f1228c
66ba5520183 : Added tag jdk8u25-b01 for changeset a2f3a26a707a
0701a2116ab : Added tag jdk8u25-b01 for changeset a1bf8ab205b1
0a794fe164c : Added tag jdk8u25-b01 for changeset 351b39bdbd67
e0d5e604131 : Added tag jdk8u25-b01 for changeset 72bec182a339
05217eb51c4 : Added tag jdk8u25-b01 for changeset 4d8bd050c068
b0234161c5d : Added tag jdk8u25-b01 for changeset 7af26217554f
ca797a36f54 : Added tag jdk8u25-b01 for changeset 7488f31f900e
625aa7f136e : Added tag jdk8u25-b01 for changeset 03fa9bea831b
ce50678446b : Added tag jdk8u25-b01 for changeset b31399610342
9808c163cf0 : Added tag jdk8u25-b01 for changeset d81e402627f8
6a2b656e1ab : 8044816: On-demand compiled top-level program doesn't need :createProgramFunction
ea992354d06 : 8046014: MultiGlobalCompiledScript should cache :createProgramFunction handle
aeff8925b30 : 8031389: On x86 C1 emits two relocations for polls
47e4638160f : 8044755: Add a test for algorithm constraints check in jarsigner
13cf13e3414 : Added tag jdk9-b16 for changeset e3b9d834796d
0a28ae7c648 : Added tag jdk9-b16 for changeset f75464f610f6
a5fed315b39 : Added tag jdk9-b16 for changeset 68a979478ffb
7e6dd990be1 : Added tag jdk9-b16 for changeset 1fe6db2229a0
c61859a5852 : Added tag jdk9-b16 for changeset 799f78314361
dd69dc31869 : Added tag jdk9-b16 for changeset f1f02d5f465a
b41f22bc988 : Added tag jdk9-b16 for changeset 87bc69dea937
0c28f90e062 : Added tag jdk9-b16 for changeset 46c176c94864
6d8f7601c4e : 8044727: Problem reading the contents of some zip files
aaaf9a0d29b : 8044749: Resolve autoconf and other merge issue from 8u20 to 8u25
c634f516cab : 8044749: Resolve autoconf and other merge issue from 8u20 to 8u25
09250abb844 : 8041713: Type inference of non-existent method references crashes the compiler
fb404de88f3 : 8038413: NPE in unboxInteger
097a7021b3a : 8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
0df5686eab6 : 8044733: common/autoconf/configure script doesn't properly detect missing tools
1236fb6e8fa : Added tag jdk8u20-b17 for changeset b555089e29bb
797957431e9 : Added tag jdk8u20-b17 for changeset 2835208b4215
373eb7cb3fa : Added tag jdk8u20-b17 for changeset 1aa26adc826d
6fad7d69bbb : Added tag jdk8u20-b17 for changeset a93d60efc363
3429f953b15 : Added tag jdk8u20-b17 for changeset f726342dac04
ea5c3adf24b : Added tag jdk8u20-b17 for changeset 4b97554e4446
9ee54246769 : Added tag jdk8u20-b17 for changeset 59d1348ac9ef
f8309f85977 : Added tag jdk8u20-b17 for changeset fd73225d0104
2d6596c5e2d : Added tag jdk8u20-b17 for changeset 5d4ca00b762c
393e84625b0 : Added tag jdk8u20-b17 for changeset 430e766d7e0e
11484144339 : Added tag jdk8u20-b17 for changeset dbab1b20e78e
b5d29be77f7 : Added tag jdk8u20-b17 for changeset 2d6773bc7e60
1790e13b1a4 : Added tag jdk8u20-b17 for changeset 96e748347c35
20a10600207 : Added tag jdk8u20-b17 for changeset 517c12b31743
8d3ad76434e : Added tag jdk8u20-b17 for changeset df41caf51dac
ee49852fade : Added tag jdk8u20-b17 for changeset 4e6ee0ec8179
1fa7f152d3c : 8044803: Unnecessary restOf check
a5af8cb53ea : 8044695: __stack__ becomes visible in Error properties
2a2595bbd35 : 8036823: Stack trace sometimes shows 'locked' instead of 'waiting to lock'
22fae78e89d : 8036823: Stack trace sometimes shows 'locked' instead of 'waiting to lock'
28f895afc92 : 8044157: [TEST_BUG] Improve recently submitted AWT_Mixing tests
e31033ff1a8 : 8043979: Javadoc cleanup of javax.sound.sampled package
34fd451badf : 8041129: [OGL] surface->sw blit is extremely slow 8017626: [OGL] Translucent VolatileImages don't paint correctly
4ac50d526bb : 8041129: [OGL] surface->sw blit is extremely slow 8017626: [OGL] Translucent VolatileImages don't paint correctly
61a1a26d7a6 : 8041129: [OGL] surface->sw blit is extremely slow 8017626: [OGL] Translucent VolatileImages don't paint correctly
a1ae0af017b : 8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
79188a9310f : 8044590: Broken links in jre.api.net.socketoptions
52ac2452d0b : 8044502: Get rid of global optimistic flag
9c1843a7c34 : 8044768: Backout fix for JDK-8040807
2e06869b6ff : 8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected
56dcda05d3f : 8032901: WaitForMultipleObjects() return value not handled appropriately
d975501839c : 8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hook
5de313f78d3 : 8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hook
5ec014a881c : 8044638: Tidy up Nashorn codebase for code standards
8e7c8f1d889 : 8044775: Improve usage of umbrella header atomic.inline.hpp
9672a26d514 : 8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps
8dc26f1a171 : 8044107: Add Diagnostic Command to list all ClassLoaders
7898fee89eb : 8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hook
27f884497ba : 8031994: java/lang/Character/CheckProp test times out
07eae1641be : 8031994: java/lang/Character/CheckProp test times out
2de4f37d1fd : 8044749: Resolve autoconf and other merge issue from 8u20 to 8u25
ad566c4e794 : 8044749: Resolve autoconf and other merge issue from 8u20 to 8u25
c7056f1df17 : 8044698: Fix finally lint warnings in javax.swing
824e8c78b1a : Added tag jdk8u11-b11 for changeset 3589d978ab55
2e5fbd26c6d : Added tag jdk8u11-b11 for changeset 2914084b340c
b839bda018f : Added tag jdk8u11-b11 for changeset 16a9a2ac8b47
393b1d9e63d : Added tag jdk8u11-b11 for changeset c4f7adb63871
a50f13ec9ee : Added tag jdk8u11-b11 for changeset 481a0995d9bf
3d2bbc57386 : Added tag jdk8u11-b11 for changeset 734c19e7a62a
ce935141947 : Added tag jdk8u11-b11 for changeset fccf6a7c1319
849608afec0 : Added tag jdk8u11-b11 for changeset eb8998a2d82b
5af08a87094 : Added tag jdk8u11-b11 for changeset b6dc7f1298bc
a917cef53a9 : Added tag jdk8u11-b11 for changeset 35d45393cab1
436c3153252 : Added tag jdk8u11-b11 for changeset 7636a2fa79b0
8835501b6d2 : Added tag jdk8u11-b11 for changeset e6179c873238
d29f9bcae2e : Added tag jdk8u11-b11 for changeset 905110a721f5
028dda43fea : Added tag jdk8u11-b11 for changeset b3a60757df66
6d20b3b565d : Added tag jdk8u11-b11 for changeset 4f13af05f19c
0b37ff3f0c7 : Added tag jdk8u11-b11 for changeset fcb330510ccd
f14291c3183 : 8044694: Fix finally lint warnings in sun.print
628e9352544 : 7084904: Introspector returns isX() from base package-private class that throws exception
faa3d72cb09 : 8042860: Fix raw and unchecked warnings in java.beans
333b1ed5ba4 : 8044460: Cleanup new Boolean and single character strings
1d016edb4a7 : 8044520: Nashorn cannot execute node.js's express module
d9f09e2d9f5 : 8044520: Nashorn cannot execute node.js's express module
133f05971e5 : 8044518: Ensure exceptions related to optimistic recompilation are not serializable
52e0363faa0 : 8044534: Constant folding for unary + should produce int for boolean literals
938ab83ff75 : 8044533: Deoptimizing negation produces wrong result for zero
11fb0e21430 : 8044171: Make optimistic exception handlers smaller
dba2bf3f025 : 8044520: Nashorn cannot execute node.js's express module
49e9c27ce4e : 8044612: StringIndexOutOfBoundException in NativeRegExp.appendReplacement
fa93edccbfe : 8044612: StringIndexOutOfBoundException in NativeRegExp.appendReplacement
95ad9113d95 : 8044612: StringIndexOutOfBoundException in NativeRegExp.appendReplacement
2096be6d361 : 8039509: Wrap sockets more thoroughly
30835aec7af : 8039509: Wrap sockets more thoroughly
8b286978cd8 : 8044531: Event based tracing locks to rank as leafs where possible
40407d71fc1 : 8065331: Add trace events for failed allocations
98ff7251f64 : 8066771: Refactor VM GC operations caused by allocation failure
3bcb84dcfad : 8072621: Clean up around VM_GC_Operations
b0751eabce8 : 8044531: Event based tracing locks to rank as leafs where possible
d6de4f28edb : 8065331: Add trace events for failed allocations
7e90b948771 : 8066771: Refactor VM GC operations caused by allocation failure
cfcf870d0f6 : 8072621: Clean up around VM_GC_Operations
36d332413dc : 8038587: [TESTBUG] Create CDS tests to exercise region sizes and base address
489a26ec8e8 : 8044531: Event based tracing locks to rank as leafs where possible
ff16d959961 : 8041142: Re-enabling CBC_PAD PKCS11 mechanisms for Solaris
16e48e2ec54 : 8037745: Consider re-enabling PKCS11 mechanisms previously disabled due to Solaris bug 7050617
de516ee9a88 : 8055006: Store original value of Min/MaxHeapFreeRatio
f06107d1a0d : 8049340: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java timed out
e2c02255a29 : 8028474: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh timeout, leaves looping process
b7d95e672f8 : 8038754: ReplayCacheTestProc test fails with timeout
1570d03ac2d : 8031003: [Parfait] warnings from jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
e3cf6641f3b : 8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null
71bf9790049 : 7107611: sun.security.pkcs11.SessionManager is scalability blocker
c4a53a5c6dc : 8042835: Remove mnemonic character from open, save and open directory JFileChooser's buttons
131ce8fa9ea : 8046007: Java app receives javax.print.PrintException: Printer is not accepting job
db3412df639 : 8042469: Launcher changes for native memory tracking scalability enhancement
8e066fd56d1 : 8048212: Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
3f0e7c55467 : 8029607: Type of Service (TOS) cannot be set in IPv6 header
a7327be4f4d : 8041142: Re-enabling CBC_PAD PKCS11 mechanisms for Solaris
e1a02bd4b08 : 8037745: Consider re-enabling PKCS11 mechanisms previously disabled due to Solaris bug 7050617
9229845d6bd : 8055006: Store original value of Min/MaxHeapFreeRatio
4fdb19476d0 : 8049340: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java timed out
4409762f84b : 8028474: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh timeout, leaves looping process
8b345d9b377 : 8038754: ReplayCacheTestProc test fails with timeout
554208c74f2 : 8031003: [Parfait] warnings from jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
ebc4c8e5530 : 8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null
2200a49d9e5 : 7107611: sun.security.pkcs11.SessionManager is scalability blocker
406e99fd253 : 8042835: Remove mnemonic character from open, save and open directory JFileChooser's buttons
81d10571d59 : 8046007: Java app receives javax.print.PrintException: Printer is not accepting job
db98097ec04 : 8042469: Launcher changes for native memory tracking scalability enhancement
a57603ffdb3 : 8048212: Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
510295703fb : 8029607: Type of Service (TOS) cannot be set in IPv6 header
63f02027c0d : 8044604: Increment minor version of HSx for 8u25 and initialize the build number
fb563b0309f : 8044604: Increment minor version of HSx for 8u25 and initialize the build number
45c3929ecbd : 8044487: Fix for 8042785 causes regression tests to fail with java.lang.VerifyError
c3a2bd52aa3 : 8029381: assert(is_method_type()) failed: bad cast
62421499237 : 8043239: G1: Missing post barrier in processing of j.l.ref.Reference objects
d8497267496 : 8029381: assert(is_method_type()) failed: bad cast
de0a7db7486 : 8043239: G1: Missing post barrier in processing of j.l.ref.Reference objects
1a2988f96bd : 8044364: runtime/RedefineFinalizer test fails on windows
55dd3c482cf : 8044364: runtime/RedefineFinalizer test fails on windows
fd282f6e9ac : 8044364: runtime/RedefineFinalizer test fails on windows
870bec251ca : 8038132: jprt bundles have libjsig.dylib in different place on OSX
07738bf41e3 : 8044495: Remove test demo/jvmti/mtrace/TraceJFrame.java
0c11a6a444e : 8044771: PKIXValidator indent cleanup
fba8040fb3c : 8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output
b9b322467f2 : 8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method
0e0ccc7025e : 8040081: Tidy warnings cleanup for java.applet
20f1eb9a896 : 8044480: JDK image target overwrites lib/server/libjsig.dylib symlink with a copy of lib/libjsig.dylib
0adcad200f2 : 8043160: JDK 9 Build failure in accessbridge
605924f8efe : 8036841: Reuse no-perms AccessControlContext object when performing isAuthorized check
4d074d6309f : 8005873: JRuby test_respond_to.rb asserts with: MT-unsafe modification of inline cache
1618f90bc93 : 8032527: fix a couple doclint errors in java/awt/geom/Path2D
77d07416d5a : 8037742: Re-enabling PKCS11 HMAC mechanisms in Solaris
9d2221daa6a : 8041142: Re-enabling CBC_PAD PKCS11 mechanisms for Solaris
a9f575446de : 8037866: Replace the Fun class in tests with lambdas
e563a70ab70 : 8044540: serviceability/sa/jmap-hashcode/Test8028623.java should be quarantined
ffed33a4916 : 8043807: Incorrect StackTrace in IOException thrown from ClipboardTransferable
b57d6c9a4fa : 8042465: Applet menus not rendering when browser is full screen on Mac
d48bda2c524 : 8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper
ff2c8b6692f : 8043753: Drop javax.transaction from compact2 and compact3
ef22b559c9a : 8043413: REGRESSION: Hotspot causes segmentation fault in jdk8ux, but not in jdk7ux
f03e453c363 : 8043413: REGRESSION: Hotspot causes segmentation fault in jdk8ux, but not in jdk7ux
b3d0dce3941 : 8044235: src.zip should include all sources
7d049748c74 : 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
dcf88b35f32 : 8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
39afcd534f5 : 8208638: Instead of circle rendered in appl window, but ellipse is produced JEditor Pane
377d3ae6c53 : 8210891: Remove unused extutil.h from JDK8u sources
c810748c61c : 8211107: LDAPS communication failure with jdk 1.8.0_181
6980cfdddf9 : 8207150: Clip.isRunning() may return true after Clip.stop() was called
cc00458d178 : 8202264: Race condition in AudioClip.loop()
d1923c30c22 : Added tag jdk8u202-b00 for changeset a8917a2cfb40
1409fd329ec : 8170937: Swing apps are slow if displaying from a remote source to many local displays
7d773ca3a02 : 8191178: [macos] Problem with input of yen symbol
4eeb78c8253 : 8187218: GSSCredential.getRemainingLifetime() returns negative value for TTL > 24 days 8131051: KDC might issue a renewable ticket even if not requested
7583a9396e7 : 8139507: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs
454e7ac600f : 8210384: SunLayoutEngine.isAAT() font is expensive on MacOS
49ca6592808 : 8201801: RTL language (Hebrew) is presented from left to right
10fae278e8c : 8156709: Cannot call setSeed on NativePRNG on Mac if EGD is /dev/urandom
ac5cdbc99e5 : 8201818: [macosx] Printing attributes break page size set via "java.awt.print.Book" object
960d04e85db : 8161732: [TEST_BUG] Test closed/java/awt/MenuBar/MenuBarPeer/MenuBarPeerDisposeTest.java fails in unix enviroments with NullPointerException
e0d57be4b08 : 8209129: Further improvements to cipher buffer management
e0424b196fa : 8206911: javax/xml/crypto/dsig/GenerationTests.java fails in 8u-dev
a8d2c924e1c : 8209184: JCK Test Failure due to ResourceBundle
d97ba67c293 : 8205479: OS X: requestFocus() does not work properly for embedded frame
22c8a8ae075 : 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
b60448f8906 : 8182461: IndexOutOfBoundsException when reading indexed color BMP
48114341084 : 8208583: Better management of internal KeyStore buffers 8207775: Better management of CipherCore buffers
9071b64c46a : 8183979: Remove Kodak CMS (KCMS) code from Oracle JDK
64d3ad485ef : 8207750: Native handle leak in java.io.WinNTFileSystem.list()
50fa4cf3f01 : 8207145: (fs) Native memory leak in WindowsNativeDispatcher.LookupPrivilegeValue0
24c7117c7ca : 8207060: Memory leak when malloc fails within WITH_UNICODE_STRING block
9b01508b580 : 8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][]
43b7ed149f4 : 8165852: (fs) Mount point not found for a file which is present in overlayfs
242f07806e1 : 8134124: sun/security/tools/jarsigner/warnings.sh fails when using Hindi locale
6eea62fd544 : 8044235: src.zip should include all sources
7116bdf99a1 : 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
3452f9b24aa : 8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
48f04a7f20d : 8208638: Instead of circle rendered in appl window, but ellipse is produced JEditor Pane
89d110a3889 : 8210891: Remove unused extutil.h from JDK8u sources
2f670a755eb : 8211107: LDAPS communication failure with jdk 1.8.0_181
aca477d9a86 : 8207150: Clip.isRunning() may return true after Clip.stop() was called
d409ae46b01 : 8202264: Race condition in AudioClip.loop()
d93fd7c0bd4 : Added tag jdk8u202-b00 for changeset b77a0e56b303
5460f345d77 : 8170937: Swing apps are slow if displaying from a remote source to many local displays
e40e3e35dfd : 8191178: [macos] Problem with input of yen symbol
35ccef01605 : 8187218: GSSCredential.getRemainingLifetime() returns negative value for TTL > 24 days 8131051: KDC might issue a renewable ticket even if not requested
ede2555258f : 8139507: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs
f136254dc58 : 8210384: SunLayoutEngine.isAAT() font is expensive on MacOS
bad12ebe06f : 8201801: RTL language (Hebrew) is presented from left to right
1d253a719ca : 8156709: Cannot call setSeed on NativePRNG on Mac if EGD is /dev/urandom
0ab94379787 : 8201818: [macosx] Printing attributes break page size set via "java.awt.print.Book" object
3ad7d8d1798 : 8161732: [TEST_BUG] Test closed/java/awt/MenuBar/MenuBarPeer/MenuBarPeerDisposeTest.java fails in unix enviroments with NullPointerException
3a942ec9f17 : 8209129: Further improvements to cipher buffer management
4b19165b2f3 : 8206911: javax/xml/crypto/dsig/GenerationTests.java fails in 8u-dev
70660565e65 : 8209184: JCK Test Failure due to ResourceBundle
020d5f11607 : 8205479: OS X: requestFocus() does not work properly for embedded frame
243f1176da7 : 8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
a8e8f0c4e97 : 8182461: IndexOutOfBoundsException when reading indexed color BMP
73748e649fc : 8208583: Better management of internal KeyStore buffers 8207775: Better management of CipherCore buffers
7d1a8284e78 : 8183979: Remove Kodak CMS (KCMS) code from Oracle JDK
6952ea63ad2 : 8207750: Native handle leak in java.io.WinNTFileSystem.list()
d4118c26e68 : 8207145: (fs) Native memory leak in WindowsNativeDispatcher.LookupPrivilegeValue0
e434633b3bf : 8207060: Memory leak when malloc fails within WITH_UNICODE_STRING block
35b8586e235 : 8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][]
0d4193b2168 : 8165852: (fs) Mount point not found for a file which is present in overlayfs
3d9135e3dda : 8134124: sun/security/tools/jarsigner/warnings.sh fails when using Hindi locale
1952e9537db : 8044235: src.zip should include all sources
16ad1e8e556 : 8043200: Decrease the preference mode of RC4 in the enabled cipher suite list
76ed697441d : 8043200: Decrease the preference mode of RC4 in the enabled cipher suite list
bda4383997e : 8039865: Add fallthrough lint warning to build of jdk repository
4bc2761620c : 8044477: Fix fallthrough lint warning in ASM
58442c77e67 : 8044046: [asm] refresh internal ASM version to v5.0.3
8be333be375 : Added tag hs25.20-b17 for changeset 8ce44bd98092
e84501f75be : Added tag hs25.20-b17 for changeset 501ddfb40b38
c95509564d0 : 8041717: Issue with class file parser
fafa0abea0d : 8041717: Issue with class file parser
9f06aa633c7 : 8041717: Issue with class file parser
f203dcbfbf4 : 8036533: Method for correct defaults 8036156: Limit default method hierarchy
7bd17413f23 : 8015256: Better class accessibility
8447e4cf464 : 8042785: javac, bridge methods are not getting the flags from the original method
7142b60efc2 : 8044398: Attach code should propagate errors in Diagnostic Commands as errors
68287b3fe87 : 8044418: Add com/sun/jdi/JdbReadTwiceTest.sh to ProblemList.txt
ee1e17c8b9e : 8044363: Remove special build options for unpack200 executable
8f0e6e3060d : 8044461: Cleanup new Boolean and single character strings
ad6d8d6abd2 : 8036823: Stack trace sometimes shows 'locked' instead of 'waiting to lock'
d4d56555567 : 8044027: Remove unused XML Signature schema and dtd files from source
db3f4b4c6d1 : 8038756: new WB API :: get/setVMFlag
ff6c2d9e782 : 8038756: new WB API :: get/setVMFlag
f25d31dd7fe : 8042609: Limit splashiness of splash images
a8b3756c0fe : 8042609: Limit splashiness of splash images
7d730f7819c : 8042609: Limit splashiness of splash images
6a63d3970bb : 8044415: ant makefile should have a target to generate javadoc only for jdk.nashorn.api and sub-packages
f99d8af4fdd : 8044415: ant makefile should have a target to generate javadoc only for jdk.nashorn.api and sub-packages
07b40bb2984 : 8044415: ant makefile should have a target to generate javadoc only for jdk.nashorn.api and sub-packages
2f910049e81 : 8031967: For some sources compiler compiles for ever
09e37d077cf : 8040113: File not initialized in src/share/native/sun/awt/giflib/dgif_lib.c
b7766b47ad6 : 8046085: inserting null key into HashMap treebin fails
d6e4c2ae81b : 8037343: Wrong dateformat for locale es_DO
926a8128906 : 8046588: test for SO_FLOW_SLA availability does not check for EACCESS
658355df09d : 8044046: [asm] refresh internal ASM version to v5.0.3
8a2305145cd : 8040113: File not initialized in src/share/native/sun/awt/giflib/dgif_lib.c
7dd7faf473c : 8046085: inserting null key into HashMap treebin fails
547b325362a : 8037343: Wrong dateformat for locale es_DO
811a1a516bd : 8046588: test for SO_FLOW_SLA availability does not check for EACCESS
b401147de31 : 8044046: [asm] refresh internal ASM version to v5.0.3
19759f801cc : 8031471: Test closed/java/awt/dnd/FileDialogDropTargetTest/FileDialogDropTargetTest.java fails on Solaris zones virtual hosts
e0716258fc6 : 8007563: When checking the default behaviour for a scroll tab layout and checking the 'opaque' checkbox, the area behind tabs is not red
a666497db87 : 8044172: [TEST_BUG] Move regtests for 4523758 and AltPlusNumberKeyCombinationsTest to jdk
7f80153eb20 : 8040113: File not initialized in src/share/native/sun/awt/giflib/dgif_lib.c
9d63a03e7cd : 8042310: TestStringDeduplicationMemoryUsage test failing
7671244ceeb : 8042310: TestStringDeduplicationMemoryUsage test failing
db6fa669549 : 8032788: ImageIcon constructor throws an NPE and hangs when passed a null String parameter
a57ab24f536 : 8036779: sun.security.krb5.KdcComm interprets kdc_timeout as msec instead of sec
38325cc800c : Added tag jdk9-b15 for changeset 67e22e0e8473
1834c52c4d6 : Added tag jdk9-b15 for changeset dbec02c24c7a
27917f7eaa2 : Added tag jdk9-b15 for changeset 0e30add0f485
33541c0e718 : Added tag jdk9-b15 for changeset 039c0ea8c5c6
1ca52c4779d : Added tag jdk9-b15 for changeset e96eee24c138
a8ec75f4cc3 : Added tag jdk9-b15 for changeset 8e732d204328
539ec26cc65 : Added tag jdk9-b15 for changeset 20d187781c7f
2a838667917 : Added tag jdk9-b15 for changeset e4801f790a3c
2be197e2b8e : 8011646: SEGV in compiled code with loop predication
a35b494cbd5 : 8011646: SEGV in compiled code with loop predication
e85046645b2 : 8044342: build failure on Windows noticed with recent smartcardio fix
1eef4367dfb : 8044038: Security tests fail on 32 bit linux platform
92e2e96714d : 8037937: javac: AssertionError during LVT generation, wrong variable ranges
86e0ce97e63 : 8028617: Dvorak keyboard mapping not honored when ctrl key pressed
159dc004974 : 8041623: Solaris Studio 12.4 C++ 5.13, CHECK_UNHANDLED_OOPS use of class oop's copy constructor definitions causing error level diagnostic
18c4c98b07e : 8041623: Solaris Studio 12.4 C++ 5.13, CHECK_UNHANDLED_OOPS use of class oop's copy constructor definitions causing error level diagnostic
5ff7186a1c7 : 8041623: Solaris Studio 12.4 C++ 5.13, CHECK_UNHANDLED_OOPS use of class oop's copy constructor definitions causing error level diagnostic
65cf6a8edc4 : 8042933: assert(capacity_until_gc >= committed_bytes) failed
426151a22e2 : 8043239: G1: Missing post barrier in processing of j.l.ref.Reference objects
26526233086 : 8040807: G1: Enable G1CollectedHeap::stop()
44fc435b7ec : 8042310: TestStringDeduplicationMemoryUsage test failing
06a856ab8aa : 8044132: Quarantine unstable/broken GC tests
013a0a2908d : 8034935: JSR 292 support for PopFrame has a fragile coupling with DirectMethodHandle
934b2a1b221 : 8034935: JSR 292 support for PopFrame has a fragile coupling with DirectMethodHandle
679712201d7 : 8034935: JSR 292 support for PopFrame has a fragile coupling with DirectMethodHandle
0c8a5720097 : 8035186: j2se_jdk/jdk/test/java/lang/invoke/lambda/LogGeneratedClassesTest.java - assertion error
b6e32cb88d3 : 8043720: (smartcardio) Native memory should be handled more accurately
72092934953 : 8043916: Fix fallthrough lint warnings in java/lang/UNIXProcess.java
9c20c6fd5f2 : 8043200: Decrease the preference mode of RC4 in the enabled cipher suite list
1b1639105a3 : 8036709: Java 7 jarsigner displays warning about cert policy tree
6f8ef3eab3e : 7047033: (smartcardio) Card.disconnect(boolean reset) does not reset when reset is true
436e1ecdf25 : 8043786: [TESTBUG] runtime/CommandLine/TestHexArguments.java test fails in nightly
e0f44508254 : 8037934: Javac generates invalid signatures for local types
3966e14be8f : 8044090: C1: Old value instead of new one is passed to post-barrier in UnsafeGetAndSetObject
11eaad476a9 : 6904403: assert(f == k-&gt;has_finalizer(),&quot;inconsistent has_finalizer&quot;) with debug VM
945d3bd3e9f : Added tag hs25.66-b01 for changeset ed50a7ff95f8
2604111a9b2 : 8080776: ARM 32 bit binaries do not run on 64 bit ARM v8 hardware
5603c003f8a : 8080012: JVM times out with vdbench on SPARC M7-16
4a4f01fbebb : 8129108: nmethod related crash in CMS
887887f6cd9 : 8076110: VM crash when class is redefined with Instrumentation.redefineClasses
f06e395ea51 : 6904403: assert(f == k-&gt;has_finalizer(),&quot;inconsistent has_finalizer&quot;) with debug VM
6962904a681 : Added tag hs25.66-b01 for changeset 799031d4a2c2
9b1c3df20c0 : 8080776: ARM 32 bit binaries do not run on 64 bit ARM v8 hardware
d7e625c522a : 8080012: JVM times out with vdbench on SPARC M7-16
ea66f2dbbf2 : 8129108: nmethod related crash in CMS
be5cec95763 : 8076110: VM crash when class is redefined with Instrumentation.redefineClasses
c291efb1dfd : 6904403: assert(f == k-&gt;has_finalizer(),&quot;inconsistent has_finalizer&quot;) with debug VM
be3dc19daea : 8039509: Wrap sockets more thoroughly
39a66950594 : 8043086: Hotspot is expected to report OOM which is occurred String.intern(), but crashes in JDK8u5
a42fbeaf116 : 8043454: Test case for 8037157 should not throw a VerifyError
7187c25e802 : 8044541: Increment hsx 25.11 build to b03 for 8u11-b11
def98e4afc1 : 8043454: Test case for 8037157 should not throw a VerifyError
ba6c1673405 : 8044541: Increment hsx 25.11 build to b03 for 8u11-b11
fc0ccdb6858 : 8043454: Test case for 8037157 should not throw a VerifyError
7454e64fe44 : 8043454: Test case for 8037157 should not throw a VerifyError
d4287c22884 : 8044102: Ensure bechmark exclude list for Octane benchmarks is in only one place, project.properties, and fix benchmark harness
d674dee4f26 : 8043705: Can't exit color chooser dialog when running as an applet
12777bf09de : 8040291: [macosx] Http-Images are not fully loaded when using ImageIcon
7f30fb47bb6 : 8040291: [macosx] Http-Images are not fully loaded when using ImageIcon
cd910ffebba : 8043899: compiler/5091921/Test7005594.java fails if specified -Xmx is less than 1600m
ebf27b2bfd0 : Added tag jdk8u11-b10 for changeset c0ff8ab45d78
4ffe1263658 : Added tag jdk8u11-b10 for changeset d370438d10f6
c6f30def55c : Added tag jdk8u11-b10 for changeset 6f990d7b6396
958987562c2 : Added tag jdk8u11-b10 for changeset 3d2479615dd0
05e56d1edd5 : Added tag jdk8u11-b10 for changeset 6b969ef7e283
6d7d6e36497 : Added tag jdk8u11-b10 for changeset 1cb741b2a9a9
105bd89c763 : Added tag jdk8u11-b10 for changeset 25081490c728
3b5519e3aa9 : Added tag jdk8u11-b10 for changeset 58db919b8f97
b4e09cfdcd3 : Added tag jdk8u11-b10 for changeset 6af5bd0327f0
c3d17f197a4 : Added tag jdk8u11-b10 for changeset b38beb3ef9de
b5610b6f8e9 : Added tag jdk8u11-b10 for changeset 551b32130ca9
0dc64a5024b : Added tag jdk8u11-b10 for changeset ad8c983bfa3e
3f757f701e7 : Added tag jdk8u11-b10 for changeset b77ee91c7da4
8ba0397ad40 : Added tag jdk8u11-b10 for changeset b9c6b3f39b91
2429d242227 : Added tag jdk8u20-b16 for changeset 6aa90de5c9e7
a9f4c451db7 : Added tag jdk8u20-b16 for changeset 7be6004f2525
b1191d75b8d : Added tag jdk8u20-b16 for changeset af5bc39bc57f
6b791c6c0f9 : Added tag jdk8u20-b16 for changeset 80b5774286f8
32aa735fed2 : Added tag jdk8u20-b16 for changeset b262c9d4f254
c7c3fe0fc51 : Added tag jdk8u20-b16 for changeset adac5f347946
9a2599fa051 : Added tag jdk8u20-b16 for changeset 0955eb8e4e5a
795b9927c52 : Added tag jdk8u20-b16 for changeset a6be0a68c4b6
ea0807720db : Added tag jdk8u20-b16 for changeset eae9939e1e92
bd369432466 : Added tag jdk8u20-b16 for changeset 0223051d11eb
822f5663f0f : Added tag jdk8u20-b16 for changeset b33bef720c10
57d083556d4 : Added tag jdk8u20-b16 for changeset c8b8ef91a5c8
0b43c50f8d3 : Added tag jdk8u20-b16 for changeset e48bbe294697
08b70bdfae1 : Added tag jdk8u20-b16 for changeset 412c7e7a0e1b
cb6b1fc4711 : Added tag jdk8u20-b16 for changeset 03f309f9a0c4
40bb29ab0e8 : Added tag jdk8u20-b16 for changeset 766310de779d
1a3734cdfaf : 8043896: Error reporting for insufficient shared region size is incorrect
fe45fa01f9c : 8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp
399b3f3ed0f : 8038132: jprt bundles have libjsig.dylib in different place on OSX
251f78b7579 : 8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp
1baecb4fc31 : 8038132: jprt bundles have libjsig.dylib in different place on OSX
7ffabd53cf5 : 8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp
2b4c40d39b7 : 8044050: Move misplaced inference tests to test/tools/javac/generics/inference
52b67bab542 : 8044050: Move misplaced inference tests to test/tools/javac/generics/inference
def1f24c4f1 : 8042338: Refactor Types.upperBound to treat wildcards and variables separately
cc7077a0595 : 8044050: Move misplaced inference tests to test/tools/javac/generics/inference
e9d0a977d7c : 8042338: Refactor Types.upperBound to treat wildcards and variables separately
849ed753e20 : 8042338: Refactor Types.upperBound to treat wildcards and variables separately
6b0e45946c8 : 8041704: wrong error message when mixing lambda expression and inner class
1ddccbe5ba3 : 8041704: wrong error message when mixing lambda expression and inner class
20e26966e1c : 8003488: (process) Provide Process.getPid()
2a52417897a : 8035301: Eliminate dependency on sun.text from font code
b3aa1f1503f : 8044056: Testcase added in wrong location in 8043302
df02951efd1 : 8044056: Testcase added in wrong location in 8043302
80ad2323c6d : 8044056: Testcase added in wrong location in 8043302
0fd300501b1 : Added tag jdk8u25-b10 for changeset 86c09e18a99c
c6ee3c847ef : Added tag jdk8u25-b09 for changeset 7399e1690a30
f8488d510e4 : 8044056: Testcase added in wrong location in 8043302
95698650362 : Added tag jdk8u25-b10 for changeset 69fbbcae29b4
cc5dd24003b : Added tag jdk8u25-b09 for changeset b3f2643b01f0
a6e90a4ba3f : 8044012: Integrate the latest best known performance flags int ant octane jobs, and make sure that it's easy to compare 'ant octane-nashorn' and 'ant octane-v8' at the push of a button. (or rather; the entry of a command line)
bccd5e4671d : 8044034: Remove unused com/sun/tools/hat files
773e460c33a : 7177211: SharedNameTable.create and .dispose are not used
0b1c40b161c : 8042741: Java 8 compiler throws NullPointerException depending location in source file
649331e00fa : 8041704: wrong error message when mixing lambda expression and inner class
db5f1ec8cda : 8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
97a15e78c5b : 8059200: Promoted JDK9 b31 for Solaris-amd64 fails (Error: dl failure on line 744, no picl library) on Solaris 11.1
fae32eedcb3 : 8047383: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
da7e7510f4d : 8058606: [TESTBUG] Detailed Native Memory Tracking (NMT) data is not verified as output at VM exit
60bf8d0ad67 : 8049542: C2: assert(size_in_words <= (julong)max_jint) failed: no overflow
ac9f8701071 : 8054530: C2: assert(res == old_res) failed: Inconsistency between old and new
3a8e08ec456 : 8043275: 8u40 backport: Fix interface initialization for default methods
9deb285bdc9 : 8061861: new hotspot build - hs25.40-b17
ff98075661e : 8059445: Remove CompilationRepeat
a6483888743 : 8047934: Adding new API for unlocking diagnostic argument
02e1a447148 : 8058828: Wrong ciConstant type for arrays from ConstantPool::_resolved_reference
ba706b412a2 : 8059556: C2: crash while inlining MethodHandle invocation w/ null receiver
81a09b3e5b6 : 8058825: EA: ConnectionGraph::split_unique_types does incorrect scalar replacement
49290f0ac59 : 8058568: GC cleanup phase can cause G1 skipping a System.gc()
33903767a89 : 8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
21b42537e02 : 8059200: Promoted JDK9 b31 for Solaris-amd64 fails (Error: dl failure on line 744, no picl library) on Solaris 11.1
1b75611a965 : 8047383: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
a4ac22a36f5 : 8058606: [TESTBUG] Detailed Native Memory Tracking (NMT) data is not verified as output at VM exit
26fa3f41d5c : 8049542: C2: assert(size_in_words <= (julong)max_jint) failed: no overflow
bed3891712d : 8054530: C2: assert(res == old_res) failed: Inconsistency between old and new
95b99cf2c2b : 8043275: 8u40 backport: Fix interface initialization for default methods
cf753276dcf : 8061861: new hotspot build - hs25.40-b17
100beeb1b4b : 8059445: Remove CompilationRepeat
e58429e0edd : 8047934: Adding new API for unlocking diagnostic argument
6ea1a301ffe : 8058828: Wrong ciConstant type for arrays from ConstantPool::_resolved_reference
54016cff8b7 : 8059556: C2: crash while inlining MethodHandle invocation w/ null receiver
85085bf02cf : 8058825: EA: ConnectionGraph::split_unique_types does incorrect scalar replacement
76b119c65e0 : 8058568: GC cleanup phase can cause G1 skipping a System.gc()
49c3c35a144 : 8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
91bc3af3925 : 8038908: Make Signature more robust
d779eeab899 : 8044000: Access to undefined property yields "null" instead of "undefined"
a2ca5e82ed9 : 8044000: Access to undefined property yields "null" instead of "undefined"
cc8e9eee59e : 8044000: Access to undefined property yields "null" instead of "undefined"
2a4f8652341 : 8043495: Add native FileChannelImpl.transferTo0() implementation for AIX
f7f994834fa : 8024832: ServerSocketChannel.socket().accept() throws IllegalBlockingModeException if not bound
2f8bdbc5fd6 : 8039319: (smartcardio) Card.transmitControlCommand() does not work on Mac OS X
91d93715666 : 8043592: The basic XML parser based on UKit fails to read XML files encoded in UTF-16BE or LE
afab524d613 : 8033627: UTC+02:00 time zones are not detected correctly on Windows
033b19764e3 : 8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
d9d9fa6f43d : 8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
3614adbd182 : 8043954: AIX: Add async connect() support to NET_Connect()
cfd15a1946b : 8044747: [TESTBUG] Test sun/security/tools/policytool/i18n.sh fails after clicking 'Done' button in test frame
3d85e921f21 : 8042009: Generate nroff for Java tools documentation for 8u20 release
9fbf421a303 : 8044590: Broken links in jre.api.net.socketoptions
820c1d246ec : 8044766: New jdk.net classes have @since 1.9 tags in 8u20
1f4f6ce4aab : 8036779: sun.security.krb5.KdcComm interprets kdc_timeout as msec instead of sec
8d23e580285 : 8033627: UTC+02:00 time zones are not detected correctly on Windows
67598ed49ba : 8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
4c58e8e5404 : 8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
4dbfacc66b6 : 8043954: AIX: Add async connect() support to NET_Connect()
08a57ad3d1a : 8044747: [TESTBUG] Test sun/security/tools/policytool/i18n.sh fails after clicking 'Done' button in test frame
bbdc1ed58a8 : 8042009: Generate nroff for Java tools documentation for 8u20 release
1cc3d98c3a6 : 8044590: Broken links in jre.api.net.socketoptions
b9c5f4dddc4 : 8044766: New jdk.net classes have @since 1.9 tags in 8u20
4029b07e837 : 8036779: sun.security.krb5.KdcComm interprets kdc_timeout as msec instead of sec
989151115e1 : 8033627: UTC+02:00 time zones are not detected correctly on Windows
3456a3ebc02 : 8035974: Refactor DigestBase.engineUpdate() method for better code generation by JIT compiler
a4a6f93df9c : 8049065: [JLightweightFrame] Support DnD for SwingNode
8cd39109d80 : 8054841: (process) ProcessBuilder leaks native memory
8bc7078a627 : 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
54c385ac487 : 8046343: (smartcardio) CardTerminal.connect('direct') does not work on MacOSX
0d1fa3375d9 : 8051838: [Findbugs] sun.awt.image.MultiResolutionCachedImage expose internal representation
8bf55bb10c8 : 8042982: Unexpected RuntimeExceptions being thrown by SSLEngine
d09579c9dea : 8031435: Ftp download does not work properly for ftp user without password
1be52a56a41 : 8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
d4d0813c77a : 8040279: [macosx] Do not use the base image in the MultiResolutionBufferedImage
22919c3bc2a : 8041990: [macosx] Language specific keys does not work in applets when opened outside the browser
09082c9656b : 8032908: getTextContent doesn't return string in JAXP
66fea8fd30a : 8032650: [parfait] warning from b124 for jdk/src/share/native/java/util: jni exception pending
5ed9f4e4870 : 8044671: NPE from JapaneseEra when a new era is defined in calendar.properties
e8ac7f23c6f : 8049057: JNI exception pending in jdk/src/windows/native/sun/windows/
780047599a4 : 8035165: Expose internal representation in sun.awt.X11
621eb0585eb : 8043508: JVM core dumps with very long text in tooltip
92ff05eacee : 8048524: Memory leak in jdk/src/share/native/sun/awt/image/BufImgSurfaceData.c
75f7e373b98 : 8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
f70d3d42481 : 8048515: Read outside array bounds in jdk/src/solaris/native/java/lang/java_props_md.c
92730e9ff22 : 8048549: [macosx] Disable usage of system menu bar if AWT is embedded in FX
659eb19c5e2 : 8046495: KeyEvent can not be accepted in quick mouse clicking
db55b714ead : 8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread
aaf0e72687a : 8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object
1105d328c04 : 8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux
94b3aed07bb : 8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix) 8047340: (process) Runtime.exec() fails in Turkish locale
f36eb6163de : 8032864: [macosx] sigsegv (0Xb) Being Generated When Starting JDev With Voiceover Running
30c24fb9ee6 : 8035974: Refactor DigestBase.engineUpdate() method for better code generation by JIT compiler
e091519995e : 8049065: [JLightweightFrame] Support DnD for SwingNode
e6feefe4407 : 8054841: (process) ProcessBuilder leaks native memory
1ae8d8c349d : 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
754aea55717 : 8046343: (smartcardio) CardTerminal.connect('direct') does not work on MacOSX
7fa59f265d9 : 8051838: [Findbugs] sun.awt.image.MultiResolutionCachedImage expose internal representation
a7900f0ba97 : 8042982: Unexpected RuntimeExceptions being thrown by SSLEngine
669e4f4757e : 8031435: Ftp download does not work properly for ftp user without password
bd4110326e1 : 8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
d82d209e30c : 8040279: [macosx] Do not use the base image in the MultiResolutionBufferedImage
7325f4f2116 : 8041990: [macosx] Language specific keys does not work in applets when opened outside the browser
d1ac1a45dab : 8032908: getTextContent doesn't return string in JAXP
8f84de6adb8 : 8032650: [parfait] warning from b124 for jdk/src/share/native/java/util: jni exception pending
6a90becdb0f : 8044671: NPE from JapaneseEra when a new era is defined in calendar.properties
8e105098a6e : 8049057: JNI exception pending in jdk/src/windows/native/sun/windows/
98835af11d5 : 8035165: Expose internal representation in sun.awt.X11
043a3e2df2b : 8043508: JVM core dumps with very long text in tooltip
48cdf725ea6 : 8048524: Memory leak in jdk/src/share/native/sun/awt/image/BufImgSurfaceData.c
54118169386 : 8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
9216ba485f1 : 8048515: Read outside array bounds in jdk/src/solaris/native/java/lang/java_props_md.c
7e4a094b295 : 8048549: [macosx] Disable usage of system menu bar if AWT is embedded in FX
94e3adbe144 : 8046495: KeyEvent can not be accepted in quick mouse clicking
eaf02b52920 : 8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread
5d6be1ef430 : 8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object
b156365787f : 8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux
a145f65f8a6 : 8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix) 8047340: (process) Runtime.exec() fails in Turkish locale
31e908f0ed9 : 8032864: [macosx] sigsegv (0Xb) Being Generated When Starting JDev With Voiceover Running
9442603fcd6 : 8035974: Refactor DigestBase.engineUpdate() method for better code generation by JIT compiler
5fa1e08e423 : 8043975: Update README for jdk9
ef1fa497b31 : 8040250: The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME
e7419662baf : 8038924: Test bit-instructions fails with unexpected exit value on sparc
13c62bc476f : 8019180: Use JComboBox as it's own ActionListener leads to unexpected behaviour
9de45895e71 : 8043762: Remove unused files from jaxws repository
4239598cede : 8009883: REGRESSION: test/closed/javax/swing/AbstractButton/4246045/bug4246045.java fails
ee80d813236 : 8043638: Multiple compilation attempts break LogCompulation, lead to confusing PrintInlining output
8fab8231ab4 : 8041915: Move 8 awt tests to OpenJDK regression tests tree
7a0d4ecc23d : 8040291: [macosx] Http-Images are not fully loaded when using ImageIcon
f7940fec73b : 8043930: TypeError when attemping to create an instance of non-public class could be better
e57aa1bd4f6 : 8043930: TypeError when attemping to create an instance of non-public class could be better
0b0169e6847 : 8043930: TypeError when attemping to create an instance of non-public class could be better
f5db2059dd5 : 8031766: jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled
71a6c01e298 : 8031766: jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled
a7d8aec5fb4 : 8042557: compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed
f65e3fcaac0 : 8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx
b301e22984d : Added tag hs25.20-b16 for changeset 313b10fbb8e7
ecdd4a005a7 : Added tag hs25.20-b16 for changeset 3096668ec963
4f2c88d8cd2 : 8043925: Fix typo in verifier.cpp
20674a667a9 : 8032970: Add stack size check methods to WhiteBox API
7f334fe1a10 : 8041451: com.sun.jndi.ldap.Connection:ReadTimeout should abandon ldap request
659ff66142f : 8043666: Remove unused files from jaxp repository
e6130c49cd9 : 8031485: [macosx] Combo box consuming escape key events
39cca0138f5 : 8043610: Sorting columns in JFileChooser fails with AppContext NPE
d2eac2c95df : Added tag jdk8u31-b08 for changeset bfc24b82262c
a131657b43f : 8043610: Sorting columns in JFileChooser fails with AppContext NPE
b0f799eba9f : Added tag jdk8u31-b08 for changeset 3f1c39c47c16
d454bf5946d : 8043610: Sorting columns in JFileChooser fails with AppContext NPE
c01eecb9942 : 8033437: javac, inconsistent generic types behaviour when compiling together vs. separate
ee6ba152fdb : 8033437: javac, inconsistent generic types behaviour when compiling together vs. separate
9be082f4021 : 8042857: 14 stuck threads waiting for notification on LDAPRequest
e563c48360d : 8043805: Allow using a system-installed libjpeg
13b3a50623f : 8043805: Allow using a system-installed libjpeg
4cac8137e0a : 8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
0ec82933f52 : 8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
b08d6b3a377 : 8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
a6da88c8ad0 : 8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
81760b34989 : 8039210: Fix type error in DefaultResourceInjector
264825d4bf6 : 8043572: demo/jvmti/mtrace/TraceJFrame.java fails with AWTError: Can't connect to X11 window server using '$DISPLAY_SITE' as the value of the DISPLAY variable
f97c6a8a967 : 8041545: Better validation of generated rasters
26e2d0e0968 : 8043507: javax.smartcardio.CardTerminals.list() fails on MacOSX
378c3fe62f8 : 8043336: Missing bug id in test/tools/javac/lambda/TargetType23.java
d09ff695985 : 8042850: [parfait]: Extra unused entries in ICU ScriptCodes enum
6a4110296a1 : 8042855: [parfait] Potential null pointer dereference in IndicLayoutEngine.cpp
ec539d90649 : 8043342: Replace uses of StringBuffer with StringBuilder within crypto code
e70b7ac623d : 8042155: [TESTBUG] Tests for stack guard pages have to be cleaned up
c82d0f24182 : 8043716: JDI test com/sun/jdi/ProcessAttachTest.sh and other 3 jdi tests failed in nightly
80e61212707 : Added tag jdk9-b14 for changeset 2187cb29a50c
5d455cb4827 : Added tag jdk9-b14 for changeset 076ae2d12410
2af1faabc9a : Added tag jdk9-b14 for changeset 2e754d3dbdf2
9b4dd883bb5 : Added tag jdk9-b14 for changeset 334fc8abb249
9fe74fcd0fa : Added tag jdk9-b14 for changeset d122674e5ed7
b6a3e971bbf : Added tag jdk9-b14 for changeset 631682a70d8a
4560a6cb3d3 : Added tag jdk9-b14 for changeset 4009a00151e2
7bcc77b220b : Added tag jdk9-b14 for changeset 78fe3dcb9cf7
91823dc0c84 : 8041540: Better use of pages in font processing
b18841ffa03 : 8042829: [javadoc] index-file output is not sorted correctly 8043062: JDK 9 platform and compiler upgrade failed on Solaris-sparcv9 with Javadoc.gmk:360: recipe for target docs/api/index.html
57d0476f97b : 8043627: NPE in SynthContext in plugin mode
ccdd942921a : 8043772: Typos in Double/Int/LongSummaryStatistics.java
67d65fd0dfe : 8030202: Nashorn: Multiple RegExp#ignoreCase issues
386edbfdc5b : 8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
c093c7cfd4e : 8054805: Update CLI tests on RTM options to reflect changes in JDK-8054376
14ce32d7b13 : 8054376: Move RTM flags from Experimental to Product
6f3d9d3295c : 8051344: JVM crashed in Compile::start() during method parsing w/ UseRTMDeopt turned on
88bfcb9c5bc : 8048269: Add flag to turn off class unloading after G1 concurrent mark
97b630c6469 : 8051883: TEST.groups references missing test: gc/class_unloading/TestCMSClassUnloadingDisabledHWM.java
ca806eadeb7 : 8049831: Metadata Full GCs are not triggered when CMSClassUnloadingEnabled is turned off
b859156ae7b : 8049426: Minor cleanups after G1 class unloading
f33e9c19aa8 : 8049421: G1 Class Unloading after completing a concurrent mark cycle
924a8abd4e4 : 8047362: Add a version of CompiledIC_at that doesn't create a new RelocIterator
613b9fab21e : 8047818: G1 HeapRegions can no longer be ContiguousSpaces
c6a5af1351d : 8048214: Linker error when compiling G1SATBCardTableModRefBS after include order changes
de24e7bfdd0 : 8047821: G1 Does not use the save_marks functionality as intended
9198cfa2634 : 8047820: G1 Block offset table does not need to support generic Space classes
d2cbb323cfa : 8047819: G1 HeapRegionDCTOC does not need to inherit ContiguousSpaceDCTOC
46558de5099 : 8047326: Consolidate all CompiledIC::CompiledIC implementations and move it to compiledIC.cpp
ade83a29492 : 8047323: Remove unused _copy_metadata_obj_cl in G1CopyingKeepAliveClosure
cbcde82c234 : 8047373: Clean the ExceptionCache in one pass
447e157e4a9 : 8046670: Make CMS metadata aware closures applicable for other collectors
163a87d8657 : 8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
e4b3671af5b : 8054805: Update CLI tests on RTM options to reflect changes in JDK-8054376
1a5e96f579e : 8054376: Move RTM flags from Experimental to Product
a1cd5cae8d9 : 8051344: JVM crashed in Compile::start() during method parsing w/ UseRTMDeopt turned on
d33dfff0e1c : 8048269: Add flag to turn off class unloading after G1 concurrent mark
4ad056dad9c : 8051883: TEST.groups references missing test: gc/class_unloading/TestCMSClassUnloadingDisabledHWM.java
f4d7c5632e4 : 8049831: Metadata Full GCs are not triggered when CMSClassUnloadingEnabled is turned off
86fc16d96d8 : 8049426: Minor cleanups after G1 class unloading
e7430f9d030 : 8049421: G1 Class Unloading after completing a concurrent mark cycle
1bc00cc6743 : 8047362: Add a version of CompiledIC_at that doesn't create a new RelocIterator
476428fd6c1 : 8047818: G1 HeapRegions can no longer be ContiguousSpaces
0ba688aeb3f : 8048214: Linker error when compiling G1SATBCardTableModRefBS after include order changes
cf61d1a94a1 : 8047821: G1 Does not use the save_marks functionality as intended
8f6302a3bf4 : 8047820: G1 Block offset table does not need to support generic Space classes
2e0b2128e2a : 8047819: G1 HeapRegionDCTOC does not need to inherit ContiguousSpaceDCTOC
2bcc8cf4cb7 : 8047326: Consolidate all CompiledIC::CompiledIC implementations and move it to compiledIC.cpp
afd4b73e865 : 8047323: Remove unused _copy_metadata_obj_cl in G1CopyingKeepAliveClosure
d0390fd233e : 8047373: Clean the ExceptionCache in one pass
9d0eaa0e56b : 8046670: Make CMS metadata aware closures applicable for other collectors
cab91cae049 : 8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
a8c4f42722c : 8037343: Wrong dateformat for locale es_DO
1d4a340a2ba : 8043646: libosxapp.dylib fails to build on Mac OS 10.9 with clang
8bd4b5624c6 : 8030976: Untaken paths should be more vigorously pruned at highest optimization level
09151477274 : 8031994: java/lang/Character/CheckProp test times out
baadb75921a : 8044735: Print format/argument warnings
f19a5105326 : 8044339: Update FilterSpuriousWakeups documentation. Review "Solaris only" vm options descriptions
e09b9cbc3ca : 8044242: Remove dead NativeMovRegMemPatching class
23d6ad76d7e : 8029381: assert(is_method_type()) failed: bad cast
ddffd7c3f1f : 8044496: 8034812 broke build with clang
bdb8050bbf0 : 8043413: REGRESSION: Hotspot causes segmentation fault in jdk8ux, but not in jdk7ux
2a0815a55e2 : 8034812: remove IDX_INIT macro hack in Node class
f99eed3f243 : 8038756: new WB API :: get/setVMFlag
1ed4c839485 : 8021775: compiler/8009761/Test8009761.java "Failed: init recursive calls: 51. After deopt 50"
a3b9ebba8d2 : 8011646: SEGV in compiled code with loop predication
fc984ddd848 : 8044071: Print format/argument warnings
9b8769711fe : 8028615: jdk.nashorn.x3::some.serious.failure needs more memory to run
aff7fa79fd3 : 8028615: jdk.nashorn.x3::some.serious.failure needs more memory to run
214cb3c4bc7 : 8028615: jdk.nashorn.x3::some.serious.failure needs more memory to run
327cd9a82c3 : 8030202: Nashorn: Multiple RegExp#ignoreCase issues
7699057b192 : 8028615: jdk.nashorn.x3::some.serious.failure needs more memory to run
eae3dbcaa57 : 8030202: Nashorn: Multiple RegExp#ignoreCase issues
c1d46ac9858 : 8028615: jdk.nashorn.x3::some.serious.failure needs more memory to run
09afb7b2109 : 8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method
22def74acbd : 8043274: Test compiler/7184394/TestAESMain.java gets NPE on solaris
87d79375a01 : 8044090: C1: Old value instead of new one is passed to post-barrier in UnsafeGetAndSetObject
04995a70865 : 8043086: Hotspot is expected to report OOM which is occurred String.intern(), but crashes in JDK8u5
b71e4becaba : 8043274: Test compiler/7184394/TestAESMain.java gets NPE on solaris
06fc663ebeb : 8044090: C1: Old value instead of new one is passed to post-barrier in UnsafeGetAndSetObject
a6ba94d24c0 : 8043086: Hotspot is expected to report OOM which is occurred String.intern(), but crashes in JDK8u5
638b464ed3c : 8043274: Test compiler/7184394/TestAESMain.java gets NPE on solaris
ead7a2760b4 : 8042727: nsk/jdb/unwatch/unwatch001 crash in InstanceKlass::methods_do(void (*)(Method*))
ae470d19708 : 8039394: Compiler warnings about C++ exceptions in windows printing code
890f1d7d5fb : Added tag jdk8u20-b15 for changeset 3215c9e82c74
2dd5931a769 : Added tag jdk8u20-b15 for changeset feade743df5f
98aa32d36e9 : Added tag jdk8u20-b15 for changeset eb974210e56c
5b2ae49cc74 : Added tag jdk8u20-b15 for changeset bf6c10467bf1
08b9a5ffa5c : Added tag jdk8u20-b15 for changeset 244001f3622e
537c377c5ec : Added tag jdk8u20-b15 for changeset 76e07b191ccc
db05b701af9 : Added tag jdk8u20-b15 for changeset 10e8fe91a1c8
4bf9f6236ad : Added tag jdk8u20-b15 for changeset a62a00ddca0b
fd79932b824 : Added tag jdk8u20-b15 for changeset 83bd70594f7e
c361b031589 : Added tag jdk8u20-b15 for changeset 68d025be0c4b
8e17ca78546 : Added tag jdk8u20-b15 for changeset 85b6f4357b34
597ac8271d1 : Added tag jdk8u20-b15 for changeset be6108a2b90f
53c88a19e17 : Added tag jdk8u20-b15 for changeset 2dfc1d287042
543fb0aa204 : Added tag jdk8u20-b15 for changeset 785b5f672040
7291ac1220d : Added tag jdk8u20-b15 for changeset 72d851d82079
d7d0a31fd72 : Added tag jdk8u20-b15 for changeset 9da81a8aba87
0a7a48beebe : 8043354: OptimizePtrCompare too aggressive when allocations are present
446ba9eb516 : 8044437: new hotspot build - hs25.20-b18
f811707de20 : 8043354: OptimizePtrCompare too aggressive when allocations are present
a2106d597cd : 8044437: new hotspot build - hs25.20-b18
1bf7f2b9a63 : 8043354: 8043354: Make is_return_allocated() respect allocated objects than can method-escape
a4fbee71455 : 8016451: Scary messages emitted by build.tools.generatenimbus.PainterGenerator during build
b4b7b4e53de : 8043632: Parallelize class installation and various script fixes
cc1275a3bf0 : 8043611: Move timing dependent benchmark for apply2call specialization to currently_failing. It is dependent that nothing takes machine time when doing the two runs, causing spurious assertions. Suggest running octane.raytrace manually instead to verify that this works, or incorporating it in the nightly test suite
7c50cd3e51b : 8043633: In order to remove global state outside of contexts, make sure Timing class is an instance and not a static global collection of data. Move into Context. Move -Dnashorn.timing to an official logging option
8876554e3c0 : 8043639: Backout JDK-8034852: Shrinking of Metaspace high-water-mark causes incorrect OutOfMemoryErrors or back-to-back GCs
5ffa8e1bd4c : 8043605: Enable history for empty property maps
85ac546ee7b : 8042887: Remove serialver -show, this tool does not need a GUI
c3d3305c76a : 8043520: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
c05f339b0cc : 8032650: [parfait] warning from b124 for jdk/src/share/native/java/util: jni exception pending
393ceefdc7e : 8037745: Consider re-enabling PKCS11 mechanisms previously disabled due to Solaris bug 7050617
53cb60f1488 : 8043537: Changes for JDK-8039951 introduced circular dependency between Kerberos and com.sun.security.auth
dd0ba6cac32 : 8043456: KSS: javax.swing.plaf.basic.BasicInternalFrameTitlePane#postClosingEvent
ce8b91fec8d : 8043608: Make equality tests inline better
74511c3cf51 : 8041561: Inconsistent opacity behaviour between JCheckBox and JRadioButton
ad5b8ee3f0d : 8036110: In TextField can only select text visible or to the left of the cursor
506db6a0eab : 8031475: Missing oopmap in patching stubs
9e710c30f7c : 8043551: [TESTBUG] sun/tools/jcmd/TestJcmdSanity.java failure in nightly jdk9-dev fastdebug build
e7ba6aed338 : 8042603: 'SafepointPollOffset' was not declared in static member function 'static bool Arguments::check_vm_args_consistency()'
eb74f91019f : 8042603: 'SafepointPollOffset' was not declared in static member function 'static bool Arguments::check_vm_args_consistency()'
ac4c2fe57a5 : 8042406: javac.jvm.ClassReader.readClassFile() is using Target to verify valid major versions
24c1439f363 : 8037398: integer overflow in jdk/src/share/bin/java.c
7f721c111bc : 8043314: Fix for JDK-8041934 causes assert(is_interpreted_frame()) failed: interpreted frame expected
17612e8b468 : 8042864: Fix raw and unchecked warnings in javax.print
049c4994231 : 8039489: Refactor test framework for dynamic VM options
a7f214e7156 : 8042255: make gc src file exclusion more automatic
dc6a51546f5 : 8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries."
b366255317f : 8042590: Running form URL throws NPE
0f6be2be281 : 8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries."
4f652c8dc3e : 8043302: [TESTBUG] Need a test to cover JDK-8029755
4135f15de74 : 8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries."
007a3da7e07 : 8043302: [TESTBUG] Need a test to cover JDK-8029755
878ab77469c : 8041435: Make JDWP socket connector accept only local connections by default
e671d58fb13 : 8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
3d7f88fb31a : 8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging
62c80f0deec : 8039042: G1: Phantom zeros in cardtable
be716cb33a2 : 8039042: G1: Phantom zeros in cardtable
eddf95338d4 : 8039042: G1: Phantom zeros in cardtable
56436ec3c3f : 7195480: javax.smartcardio does not detect cards on Mac OS X
53dc1a6aa4e : Added tag jdk8u11-b09 for changeset 5368ceaccec9
1d61b985292 : Added tag jdk8u11-b09 for changeset d67aacc2343e
3b96d877a1a : Added tag jdk8u11-b09 for changeset 7efcd363ed2a
4141e60a48f : Added tag jdk8u11-b09 for changeset 41d264ff5dc4
418a63df23d : Added tag jdk8u11-b09 for changeset 911499ab0fb8
9fba1342224 : Added tag jdk8u11-b09 for changeset 368d03cdee76
de72c1d6f84 : Added tag jdk8u11-b09 for changeset 7fa84bcc9bf5
43fde26d6fd : Added tag jdk8u11-b09 for changeset 19576535b708
f36f4fb46a7 : Added tag jdk8u11-b09 for changeset 06e62dc7a49e
ae3f7e3882d : Added tag jdk8u11-b09 for changeset bf2489a4484b
11f4140cacf : Added tag jdk8u11-b09 for changeset dc7881ce00c9
b1875031250 : Added tag jdk8u11-b09 for changeset aabd5080dd78
927e494a213 : Added tag jdk8u11-b09 for changeset 183995d7b86b
52f35c49965 : Added tag jdk8u11-b09 for changeset d62bdb7dbf07
8579e4f35c5 : Added tag jdk8u11-b09 for changeset 222a5d4803c9
00472cdf2cb : Added tag jdk8u11-b09 for changeset 41601a98d2e5
db62a418b31 : 8043443: Test framework changes to run script tests without security manager
5fcf4f4e8a1 : 8043443: Test framework changes to run script tests without security manager
da829df44c9 : 8043443: Test framework changes to run script tests without security manager
bf464ca61b6 : 8026385: [macosx] (awt) setjmp/longjmp changes the process signal mask on OS X
ba597e32a79 : 8042871: Fix raw and unchecked warnings in sun.audio
cfbed730b77 : 8043431: Fix yet another corner case of JDK-8041995
26308e1cd6e : 8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation
4b44e253100 : 8028627: Unsynchronized code path from javax.crypto.Cipher to the WeakHashMap used by JceSecurity to store codebase mappings
86104df3c2a : 8038000: java.awt.image.RasterFormatException: Incorrect scanline stride
f84fd214e05 : 8042590: Running form URL throws NPE
30168ed8f7e : Added tag jdk8u11-b10 for changeset 31c5b4d86bc6
e1507407336 : 8042590: Running form URL throws NPE
03654d25e4c : Added tag jdk8u11-b10 for changeset 8069426f79af
31726139548 : 8040893: Add block tags for @return and @param to swing border classes
764a4758cb6 : 8039966: Add @return and @param block tags in colorchooser and filechooser swing classes
0d4528c45f7 : 8042480: CipherInputStream.close() throws AEADBadTagException in some cases
05ed094d99a : 8015692: java.net.BindException is thrown on Windows XP when HTTP server is started and stopped in the loop
5e65c0f984a : 8063147: Class.getFields spec should state that fields are inherited from superinterfaces
72f7a2a671c : 8062194: java.util.jar.Attributes should use insertion-ordered iteration
187bacb237a : 8050983: Misplaced parentheses in sun.net.www.http.HttpClient break HTTP PUT streaming
ea786e7bc7a : 8034031: [parfait] JNI exception pending in jdk/src/macosx/native/apple/security/KeystoreImpl.m
04edcf722cd : 8004148: NPE in sun.awt.SunToolkit.getWindowDeactivationTime
770bcb3df00 : 8042480: CipherInputStream.close() throws AEADBadTagException in some cases
4616ea5c260 : 8038908: Make Signature more robust
5811b349117 : 8041545: Better validation of generated rasters
7a0462104a2 : 8041540: Better use of pages in font processing
e02f643d46d : 8043302: [TESTBUG] Need a test to cover JDK-8029755
4725a0d2a2c : 8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries."
0213a304794 : 8042590: Running form URL throws NPE
9b34ad9477d : 8042480: CipherInputStream.close() throws AEADBadTagException in some cases
07a7241be43 : 8038908: Make Signature more robust
f14ccdf17f9 : 8041545: Better validation of generated rasters
6ab07a19f8b : 8041540: Better use of pages in font processing
701b1ee1400 : 8043302: [TESTBUG] Need a test to cover JDK-8029755
a41f496693b : 8041633: [TESTBUG] java/lang/SecurityManager/CheckPackageAccess.java fails with "In j.s file, but not in golden set: com.sun.activation.registries."
7ae0d425db4 : 8042590: Running form URL throws NPE
192bd8a421c : 8043382: TempDirTest.java times out
e8c1213b23d : 8043264: hsdis library not picked up correctly on expected paths
7f2b064e439 : 8042796: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
c212c43f70a : 8015927: Class reference duplicates in constant pool
31e6340f543 : 8041422: Split javac ClassReader into ClassReader+ClassFinder
ae0d3204f03 : 8043278: Add initial unit tests for javax.sql.rowset.serial
3a555f05168 : 8032606: ClassValue.ClassValueMap.type is unused
4bb7d288435 : 8042089: Fix doclint warnings from javax.swing.tree and javax.swing.undo packages
c9787c534d9 : 8042120: Fix doclint warnings from javax.swing.text.html.parser
df3fb56e9e4 : 8043153: KSS: javax.swing.plaf.synth.SynthParser#startColor
e01b173e5af : 8043152: KSS: javax.swing.plaf.synth.SynthContext
83d661a615a : 8043151: KSS: javax.swing.plaf.nimbus.AbstractRegionPainter#getComponentColor
25fd9907b2c : Added tag hs25.20-b15 for changeset bc8db88abb3d
f0fb1c97338 : Added tag hs25.20-b15 for changeset 0a16f8bec7c1
911a9fcf979 : 8043186: javac test langtools/tools/javac/util/StringUtilsTest.java fails
ec3e742de18 : 8042885: java does not take hexadecimal number as vm option
c336175c946 : 8038212: Method::is_valid_method() check has performance regression impact for stackwalking
cc3c656cf1d : 8025580: Temporary flags: UseNewReflection and ReflectionWrapResolutionErrors
54da05d8409 : 8028749: java -version crashes with 'fatal error: heap walk aborted with error 1'
d0b62420a11 : Added tag jdk9-b13 for changeset 743eee69ce3f
0fa48738edc : Added tag jdk9-b13 for changeset 069586f14799
7f31c9fecd1 : Added tag jdk9-b13 for changeset c946ad0de0ac
63f88b71f61 : Added tag jdk9-b13 for changeset 9c47b760a47f
97a50c8a187 : Added tag jdk9-b13 for changeset 8ee3c3ffd554
5a070398b39 : Added tag jdk9-b13 for changeset ca74accc73cf
3c63418ea99 : Added tag jdk9-b13 for changeset 9bd83c6b1976
06ad02877b4 : Added tag jdk9-b13 for changeset 3a0155bc559c
a3bff858499 : 8043012: (tz) Support tzdata2014c
c7a234cbcbc : 8043012: (tz) Support tzdata2014c
b0873269dc6 : 8043235: Type-based optimizations interfere with continuation methods
ca501f6b006 : 8041918: BootstrapMethods attribute cannot be empty
5dd715f9b5b : 8042945: Remove @throws ClassCastException for CertificateRevokedException constructor
082caf3a75f : 8042945: Remove @throws ClassCastException for CertificateRevokedException constructor
7e6c37453f8 : 8043182: hgforest.sh: syntax error on line 329
50bd80f70c2 : 8043182: hgforest.sh: syntax error on line 329
de310a91691 : 8043182: hgforest.sh: syntax error on line 329
1521e690b56 : 8034223: Most-specific should not have any special treatment for boxed vs. unboxed types
60729fce6ad : 8034223: Most-specific should not have any special treatment for boxed vs. unboxed types
d7b76028a40 : 8043063: Code aging should allocate MethodCounters when flushing a method
f0baee0a2cb : 8041934: com/sun/jdi/RepStep.java fails in RT_Baseline on all platforms with assert(_cur_stack_depth == count_frames()) failed: cur_stack_depth out of sync
ac6a099ed75 : 8043164: Format warning in traceStream.hpp
d8ec75da348 : 8042595: [TESTBUG] runtime/7110720/Test7110720.sh rarely fails with message "explicit compiler command file not read"
397abe646b7 : 8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
b81be0e5e94 : 8041529: Better parameterization of parameter lists
f0b2b3a73b2 : 8041529: Better parameterization of parameter lists
4fd34367097 : 8043133: Fix corner cases of JDK-8041995
a134b62a96d : 7153400: ThreadPoolExecutor's setCorePoolSize method allows corePoolSize > maxPoolSize
d395efe8f5e : 8043012: (tz) Support tzdata2014c
d0dadf23c53 : 8041791: String.toLowerCase regression - violates Unicode standard
3b959b9adfe : 8043119: (props) Properties.storeToXML closes output stream
6e58e65cf70 : 8041938: [TESTBUG] runtime/SharedArchiveFile/CdsWriteError.java failed in RT_Baseline with 'Unable to create shared archive file' missing from stdout/stderr
4470510f042 : 8044154: Nashorn : all tests failed with java.security.AccessControlException
a305329ba1a : 8043137: Collapse long sequences of NOP in Nashorn bytecode output
9f521f94cc6 : 8043004: Reduce variability at JavaAdapter call sites
14363dbaab1 : 8041564: Improved management of logger resources
0dd40043bdf : 8041564: Improved management of logger resources
d260e2065b7 : 8041564: Improved management of logger resources
309274646c6 : 8043132: Nashorn : all tests failed with java.security.AccessControlException
b6b7033f5ce : 8040804: G1: Concurrent mark stuck in loop calling os::elapsedVTime()
16d8d6be783 : 8040804: G1: Concurrent mark stuck in loop calling os::elapsedVTime()
04341bfffbc : 8040804: G1: Concurrent mark stuck in loop calling os::elapsedVTime()
a8301b57c90 : 8040803: G1: Concurrent mark hangs when mark stack overflows
81c176543d6 : 8040803: G1: Concurrent mark hangs when mark stack overflows
3f35cb0ca0f : 8040803: G1: Concurrent mark hangs when mark stack overflows
df9743eb646 : 8034170: src/share/classes/sun/net/www/protocol/http/DigestAuthentication.java
3f3f8fddc74 : 8043003: Use strongly referenced generic invokers
8811074ef91 : Added tag jdk8u20-b14 for changeset 60315f0bb10a
a434502cba5 : Added tag jdk8u20-b14 for changeset 82b14c43cc9c
b4a96dfbf3f : Added tag jdk8u20-b14 for changeset 01960457fae7
f5303e46d60 : Added tag jdk8u20-b14 for changeset 8f93868d3107
e116d607605 : Added tag jdk8u20-b14 for changeset d1cb5aac2c90
0adffd022b3 : Added tag jdk8u20-b14 for changeset 1e59052cd922
5460f0156f8 : Added tag jdk8u20-b14 for changeset f3a347078404
ae73387a8c4 : Added tag jdk8u20-b14 for changeset 6272c4cdd1b4
c23792362cf : Added tag jdk8u20-b14 for changeset d75b95ec78a5
afd5676dfc3 : Added tag jdk8u20-b14 for changeset d2c332d74322
f4be404b6bb : Added tag jdk8u20-b14 for changeset 72c603d74915
b118738a100 : Added tag jdk8u20-b14 for changeset 41603c81061e
1ffce8d5348 : Added tag jdk8u20-b14 for changeset aef54fe17f4f
3f28eb2b627 : Added tag jdk8u20-b14 for changeset 82b4a1c531ff
27fcd3d7134 : Added tag jdk8u20-b14 for changeset 1a0cd06d614e
be0ccc24d5c : Added tag jdk8u20-b14 for changeset a09f808c60e2
5efa462340a : 8042882: Support verbosity options in langtools testing 8032441: langtools/test/Makefile breaks when JT_JAVA set to a JDK 9 build
64d691fef00 : 8042882: Support verbosity options in langtools testing 8032441: langtools/test/Makefile breaks when JT_JAVA set to a JDK 9 build
0aa187b04e8 : 8042882: Support verbosity options in langtools testing 8032441: langtools/test/Makefile breaks when JT_JAVA set to a JDK 9 build
9798cbad4c9 : 8034223: Most-specific should not have any special treatment for boxed vs. unboxed types
d7871245475 : 8042906: Remove use of reflection in ORB
17a7184b51b : 8003900: X11 dependencies should be removed from Mac OS X build
6975db94bc4 : 8041896: Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException
5b7ccb7c0a2 : 8041725: Nimbus JList selection colors persist across L&F changes
9aa0cef64a1 : 8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests
a89eab1dc79 : 6945174: IndexOutOfBoundsException calling ImageIO.read() on malformed PNG
072b076dcb9 : 8042810: hgforest: some shells run read in sub-shell and can't use fifo
02327e88cfb : 8048184: handle mercurial dev build version string
17b823afb50 : 8047925: Add mercurial version checks to get_source.sh
effc08945b6 : 8042810: hgforest: some shells run read in sub-shell and can't use fifo
17c71341898 : 8048184: handle mercurial dev build version string
9f45649ca42 : 8047925: Add mercurial version checks to get_source.sh
d0094c4295a : 8042810: hgforest: some shells run read in sub-shell and can't use fifo
3d0a7059e83 : 8037379: fix for JDK-8029569 doesn't cover all possible cases
224f9aba1cf : 8037379: fix for JDK-8029569 doesn't cover all possible cases
c0b9c40ed0a : Added tag jdk8u11-b08 for changeset e972329b19fc
a9f4c0516c6 : Added tag jdk8u11-b08 for changeset 83ee45c9f835
5265c49999b : Added tag jdk8u11-b08 for changeset fc0baad53286
8004519c958 : Added tag jdk8u11-b08 for changeset 0c50e5b391cc
04408cd5008 : Added tag jdk8u11-b08 for changeset f72ec7741da7
dadc49a6b52 : Added tag jdk8u11-b08 for changeset ab508e50171d
7d562450cc9 : Added tag jdk8u11-b08 for changeset 7f4ba44f66f3
6e78fe6b683 : Added tag jdk8u11-b08 for changeset 8b848971733b
a9977e24956 : Added tag jdk8u11-b08 for changeset 79a5bd8982ff
0345a77b122 : Added tag jdk8u11-b08 for changeset 0a2d52ba9bcb
e6dd8e08101 : Added tag jdk8u11-b08 for changeset 63fd29b8c7ca
86a69086576 : Added tag jdk8u11-b08 for changeset 5dbb98a3920d
019f9f592ea : Added tag jdk8u11-b08 for changeset e8ba83ba274f
651b7360990 : Added tag jdk8u11-b08 for changeset d0353d834059
52d5e29432d : Added tag jdk8u11-b08 for changeset e21b3d8be325
1756214a1f1 : Added tag jdk8u11-b08 for changeset 81d78ef29b40
6aa281e08d6 : 8028503: javac, for method references a primitive type can be added as a bound
8f0b908523e : 8028503: javac, for method references a primitive type can be added as a bound
3a1e8e7b59e : 8029102: Enhance compiler warnings for Lambda
12855156c0b : 8029102: Enhance compiler warnings for Lambda
cca66c5c25c : 8024932: [TEST_BUG] [macosx] javax/swing/text/StyledEditorKit/8016833/bug8016833.java failed
6468b7b6714 : 8024932: [TEST_BUG] [macosx] javax/swing/text/StyledEditorKit/8016833/bug8016833.java failed
6242ce6c5f0 : 8043002: Improve performance of Nashorn equality operators
db84d6b169f : 8042007: Javadoc cleanup of javax.sound.sampled.spi package
78879e52aa4 : 8041917: unexcepted behavior of LineBorder while using Boolean variable true
60b8a878a38 : 8041917: unexcepted behavior of LineBorder while using Boolean variable true
51093931dc7 : 8042889: (props) Properties.loadFromXML/storeToXML should consistently use the UKit parser
64fd9c191af : 8042118: Separate types from symbols
e170791f6f5 : 8011795: DOM Serializer prints stack traces to System.err
3d35bbe0a9e : 8011795: DOM Serializer prints stack traces to System.err
d7f94ba70f1 : 8042932: Bump up the -source version for JDK 9 builds
24cbe2a44da : 8032551: Remove UsePPCLWSYNC from globals.hpp
976e7c8aa70 : 8040292: Annotation attributes must not appear more than once
4e99062caa1 : 6996377: shrink duplicate code in the constructor of PKIXValidator
a80118b3ae5 : 8038876: Remove use of ServiceLoader in finding class implementing sun.java2d.cmm.CMMServiceProvider
23759a15dd7 : 8042771: Missing bug id in test/tools/javac/classfiles/attributes/SourceFile/NoSourceFileAttribute.java
f7d1a7975b5 : 8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix)
6e71a0cb82a : 8024932: [TEST_BUG] [macosx] javax/swing/text/StyledEditorKit/8016833/bug8016833.java failed
70ef26d4d0f : 8038364: Use certificate exceptions correctly
3e5a530aff8 : 8015256: Better class accessibility
693f28c0128 : 8039805: Fix the signature of the global new/delete operators in allocation.cpp
f8bbbb68e6a : 8042804: Support invoking Hotspot tests from top level
46cd9160cab : 8042804: Support invoking Hotspot tests from top level
60852e22188 : 8031709: Configure --with-jvm-variants=client, server, x produces default outputdir containing comma
ba2ec00d062 : 8044473: Allow for extended set of platform MXBeans
5e52d9f1fcf : Added tag jdk8u40-b00 for changeset 8285bd02a335
ebbc54b4ab1 : 8042804: Support invoking Hotspot tests from top level
a0b538f9eca : 8031709: Configure --with-jvm-variants=client, server, x produces default outputdir containing comma
44052e59ed8 : 8044473: Allow for extended set of platform MXBeans
22716ac57fa : Added tag jdk8u40-b00 for changeset 6b155f045531
630cca22439 : 8042804: Support invoking Hotspot tests from top level
abd503efebb : 8038994: AnnotatedType.getType() of a TypeVariable boundary without annotations return null
56cadd19ee9 : 8038364: Use certificate exceptions correctly
5f9719c63fb : 8038364: Use certificate exceptions correctly
02e5c4a1078 : 8038795: Tidy warnings cleanup for javax.management
0547ad28981 : 8030709: Tidy warnings cleanup for java.lang package; minor cleanup in java.math, javax.script
6049e98a0e8 : 8038928: gc/g1/TestGCLogMessages.java fail with "[Evacuation Failure'
953a139c770 : 8041424: 8u20 l10n resource file translation update 1
688375304f6 : 8041424: 8u20 l10n resource file translation update 1
99467ee9de2 : 8041424: 8u20 l10n resource file translation update 1
86625e22eae : 8041424: 8u20 l10n resource file translation update 1
0e7181d85fe : 8041424: 8u20 l10n resource file translation update 1
22ec66883ce : 8041424: 8u20 l10n resource file translation update 1
10fb2665714 : 8035763: Error parsing binary type annotations data in javac
3b2a17f08fd : 8042886: Test langtools/test/com/sun/javadoc/testHtmlDocument/TestHtmlDocument.java fails on Windows
9cf78d324ce : 8028503: javac, for method references a primitive type can be added as a bound
c374047d362 : 8037379: fix for JDK-8029569 doesn't cover all possible cases
caa22096638 : 8038730: Clean up the way JavadocTester is invoked, and checks for errors
756eae64926 : 8042867: Missing license header for langtools/make/netbeans/langtools/nbproject/project.properties
dc041ecb6a2 : 8039533: Higher resolution resolvers
a3d3f5ce5a4 : 8039533: Higher resolution resolvers
f799e8d6fc2 : 8042656: Inference produces spurious error for intersection type bounds check
305ec3bd3f3 : 8037816: Fix for 8036122 breaks build with Xcode5/clang
ea8b2ed2de5 : 8036533: Method for correct defaults 8036156: Limit default method hierarchy
9c7a06ed9e0 : 8036533: Method for correct defaults 8036156: Limit default method hierarchy
dbbe5b9419f : 8039533: Higher resolution resolvers
23a1b5481b2 : 8036951: Xerces Update: XMLSchemaValidator.java and XMLSchemaLoader.java
3e6986fb584 : 8042726: [TESTBUG] TEST.groups file was not updated after runtime/6925573/SortMethodsTest.java removal
20e8dfef532 : 8042471: Unable to build JDK 9 Hotspot within VS2010
1ad5b0eee18 : 8040327: Eliminate AnnotatedType
47876fcddbe : 8042839: XPreferTest fails on Windows
0c78d5f9e33 : 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
2fea2c21d65 : 8042859: Build broken for Solaris
fc6f28f9ad0 : 8040059: Change default policy for extensions to no permission
a3447a63492 : 8041663: Sensitive dependence on location of nested interface
2e7936e0bc1 : 8041663: Sensitive dependence on location of nested interface
4641fd6073d : 8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework
9794c5f76b2 : 8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework
70bf57509cb : 8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework
3162db1047e : 8042816: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified, part 2
8629eeb4034 : 8034852: Shrinking of Metaspace high-water-mark causes incorrect OutOfMemoryErrors or back-to-back GCs
2d4fa62e0c5 : 8040822: Duplicated notifications can be sent to TaskListener
63c105c89ca : 8042656: Inference produces spurious error for intersection type bounds check
59c084ee86c : 8040822: Duplicated notifications can be sent to TaskListener
9189d59d6b8 : 8042656: Inference produces spurious error for intersection type bounds check
1125e31b779 : Added tag hs25.20-b14 for changeset 93e811fba82a
64e5f43191a : Added tag hs25.20-b14 for changeset e16d70018744
a9f93ddc32c : 8042806: Splashscreen uses libjpeg-internal macros
b84fa9d0f76 : 8042478: Include Mersenne primes in BigInteger primality testing
4c217914c29 : 8038875: Remove use of ServiceLoader in finding class implementing sun.java2d.pipe. RenderingEngine
b87aeaa16bb : 8015256: Better class accessibility
405144edc51 : 8015256: Better class accessibility
756f1add71c : 8015256: Better class accessibility
2e877e7dbe0 : 8015256: Better class accessibility
6037f786bb1 : 8041529: Better parameterization of parameter lists
1f1c8d7506d : 8042601: Javadoc sort fails
5b6afc8503a : 8041663: Sensitive dependence on location of nested interface
23ba7e22d2e : 8040822: Duplicated notifications can be sent to TaskListener
5d636c2c858 : 8036861: Application can't be loaded fine,the save dialog can't show up
908fe511f09 : 8036861: Application can't be loaded fine,the save dialog can't show up
92c09aacd45 : 8036861: Application can't be loaded fine,the save dialog can't show up
358e8a04ee8 : 8042752: [macosx] NSEvent instances leak throw JNI local references
79cdf6ad7f9 : 8039951: com.sun.security.auth.module missing classes on some platforms
db6cc0853b8 : 8040068: SolarisSystem should be @Deprecated and @jdk.Exported(false)
fb627732680 : 8042737: Introduce umbrella header prefetch.inline.hpp
5ec44ad8e9a : 6883953: java -client -XX:ValueMapInitialSize=0 crashes
c66bd8445cb : 6563994: assert(wf.check_method_context(ctxk, m), "proper context") failed
1af450a3cbd : 8032498: compiler/ciReplay tests fail with StatusError: failed to clean up files after test..
6bfc0288f34 : 8042786: Proper fix for 8032566
a2eea4770af : 8043180: SIGSEGV in Events::log_deopt_message
7ef690b2c7d : 8026694: New type profiling points break compilation replay
1ec8e7aa8a6 : 8036917: [macosx] Native memory leaks
04ff1fc0eda : 8042431: compiler/7200264/TestIntVect.java fails with: Test Failed: AddVI 0 < 4
94a572a8940 : 8042431: compiler/7200264/TestIntVect.java fails with: Test Failed: AddVI 0 < 4
535c74a38e4 : 8042416: X11GraphicsEnvironment.isDisplayLocal() throws NoSuchElementException if DISPLAY host has more IP addresses than a local interface
c6e71cb59dc : 8042105: Fix some more doclint issues in javax.swing.text.html classes
09c2deeb5aa : 8042474: Clean up duplicated code in RSHashTable
ac3dd3f1324 : Added tag jdk9-b12 for changeset 8e7a633f1d8e
62e455cc8ea : Added tag jdk9-b12 for changeset 61f3b005022e
1bad68aaada : Added tag jdk9-b12 for changeset 5cbca4ed35a3
45d1ef17ee1 : Added tag jdk9-b12 for changeset b0fcefc9bc5b
fe8e2c6ce56 : Added tag jdk9-b12 for changeset 0d036e9731b8
9456b3c803f : Added tag jdk9-b12 for changeset db0b706c8253
3cf4f9d8819 : Added tag jdk9-b12 for changeset 5b12c43aa53c
1c7743dcd42 : Added tag jdk9-b12 for changeset 82ebbb6c2fa2
ed9c096396c : 8038654: Separate SymbolTable and StringTable code
c0aee71b387 : Added tag jdk8u20-b13 for changeset 8e5a2abc6e7c
1ea44de4df9 : Added tag jdk8u20-b13 for changeset 50d337b2499a
88160faa9b3 : Added tag jdk8u20-b13 for changeset 423963ef0ea2
48411cc5b6f : Added tag jdk8u20-b13 for changeset fbb23cc79bf7
8b3ba125278 : Added tag jdk8u20-b13 for changeset cc6668ce97ce
89582128272 : Added tag jdk8u20-b13 for changeset b108bd4d1313
f8c2fe02394 : Added tag jdk8u20-b13 for changeset e28257f3aede
be8c7126bcb : Added tag jdk8u20-b13 for changeset 31e088e1d46b
4583f777f6b : Added tag jdk8u20-b13 for changeset 031062c22b10
86f6cdc1992 : Added tag jdk8u20-b13 for changeset dab58d338d72
ab0f57b4949 : Added tag jdk8u20-b13 for changeset 9c3c42d541b8
f60d37b5a7d : Added tag jdk8u20-b13 for changeset 3ac85e372cd5
d08bae3cedc : Added tag jdk8u20-b13 for changeset ca548337f0e4
3e1c803011c : Added tag jdk8u20-b13 for changeset 5586295fb2f2
219f470c2b3 : Added tag jdk8u20-b13 for changeset 55ed5159247d
88c29958155 : Added tag jdk8u20-b13 for changeset b7ea41b7267a
84ee94a3323 : 8042585: [macosx] Unused code in LWCToolkit.m
893b42fba7a : 8041654: OutOfMemoryError: RepaintManager doesn't clean up cache of volatile images
34396a61ff2 : 8013820: JavaDoc for JSpinner contains errors
5479e9219fd : 6829245: Reg test: java/awt/Component/isLightweightCrash/StubPeerCrash.java fails
537596cb87c : 6206437: Typo in JInternalFrame setDefaultCloseOperation() doc (WindowClosing --> internalFrameClosing)
9b53c9a65da : 8068886: IDEA IntelliJ crashes in objc_msgSend when an accessibility tool is enabled
758d2e8e5de : 8078606: Deadlock in awt clipboard
482b0503b02 : 8077409: Drawing deviates when validate() is invoked on java.awt.ScrollPane
c1a07181dfb : 8043160: JDK 9 Build failure in accessbridge
29ced446182 : 8023794: [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON
4d3f1a5a910 : 8081392: getNodeValue should return 'null' value for Element nodes
1470a502de0 : 7011441: jndi/ldap/Connection.java needs to avoid spurious wakeup
9f59620a7ff : 8081479: Backport JDBC tests from JDK 9 from test/java/sql and test/javax/sql to JDK 8u
3624d5bc7fa : 8042585: [macosx] Unused code in LWCToolkit.m
43ec515fcd6 : 8041654: OutOfMemoryError: RepaintManager doesn't clean up cache of volatile images
9b036636c00 : 8013820: JavaDoc for JSpinner contains errors
61228cd143f : 6829245: Reg test: java/awt/Component/isLightweightCrash/StubPeerCrash.java fails
53b0e5935ab : 6206437: Typo in JInternalFrame setDefaultCloseOperation() doc (WindowClosing --> internalFrameClosing)
588ffe94c00 : 8068886: IDEA IntelliJ crashes in objc_msgSend when an accessibility tool is enabled
ebaea576d5b : 8078606: Deadlock in awt clipboard
e105f7bfcb5 : 8077409: Drawing deviates when validate() is invoked on java.awt.ScrollPane
ca9fee9f773 : 8043160: JDK 9 Build failure in accessbridge
288151b385f : 8023794: [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON
baef0a4fbe2 : 8081392: getNodeValue should return 'null' value for Element nodes
086a976c380 : 7011441: jndi/ldap/Connection.java needs to avoid spurious wakeup
c3eaaac89ec : 8081479: Backport JDBC tests from JDK 9 from test/java/sql and test/javax/sql to JDK 8u
edc10143cb7 : 8036805: Correct linker method lookup
2216f41ed61 : 8037157: Verify <init> call
55dc1a6965b : 8037167: Better method signature resolution
53685b407a0 : 8036800: Attribute OOM to correct part of code
13d9244b493 : 8035119: Fix exceptions to bytecode verification
b2d433dcfcb : 8028196: Javac allows timestamps inside rt.jar to affect compilation when using -sourcepath
15ebe0dcbfb : 8042654: [javadoc] revert the default methods list.sort to Collections.sort
ad489d2ce37 : 8042441: sjavac does not track dependencies
cb6df44f8e8 : 8042699: sjavac does not track dependencies
2c6668c63dc : 8040129: Implement classfile tests for SourceFile attribute
afbd45bb8ce : 8032536: JVM resolves wrong method in some unusual cases
7ec22758dcf : 8030763: Validate global memory allocation
8270addda82 : 8042600: Add more samples in nashorn/samples directory
130d2b02602 : 8042600: Add more samples in nashorn/samples directory
f7e89ae474e : 8042600: Add more samples in nashorn/samples directory
adcde492fa7 : 8041415: remove port.{cpp,hpp} files
74e4feb592d : 8041697: CompiledScript slower when eval with binding
6916484e6aa : 8041697: CompiledScript slower when eval with binding
b705fef9d6a : 8041697: CompiledScript slower when eval with binding
4b84896981e : 8028192: Use of PKCS11-NSS provider in FIPS mode broken
3a75a0480d5 : 8028192: Use of PKCS11-NSS provider in FIPS mode broken
f64282bc0f7 : 8033718: Inference ignores capture variable as upper bound
9f57b45198f : 8033718: Inference ignores capture variable as upper bound
282ee77f738 : 8033718: Inference ignores capture variable as upper bound
adb414db7d0 : 8042417: hgforest: allow local clone of extra repos
832e2f0994c : 8042417: hgforest: allow local clone of extra repos
b696d5597d7 : 8042417: hgforest: allow local clone of extra repos
f36da5cf703 : Added tag jdk8u11-b07 for changeset 3d94f421d90e
74182b26bac : Added tag jdk8u11-b07 for changeset 4b91ed5fb67a
17d0da70fa8 : Added tag jdk8u11-b07 for changeset 88b17c0048eb
923025be52a : Added tag jdk8u11-b07 for changeset fe39b6726674
fd1a3856758 : Added tag jdk8u11-b07 for changeset f866fc5ddffa
67d5e3229ec : Added tag jdk8u11-b07 for changeset d02e830e87cd
3b7569d1928 : Added tag jdk8u11-b07 for changeset e8776dde83ee
135a58a8a14 : Added tag jdk8u11-b07 for changeset fcce221b2f03
0842a28cc62 : Added tag jdk8u11-b07 for changeset 0b589c97ce21
6561ed8b81b : Added tag jdk8u11-b07 for changeset cbd8b76c0aff
28e720a1b3b : Added tag jdk8u11-b07 for changeset 974f8ad4321b
f5cf89fa107 : Added tag jdk8u11-b07 for changeset 7816ae6da664
fc95aeb6bd5 : Added tag jdk8u11-b07 for changeset 245fe1154993
dba1f58d049 : Added tag jdk8u11-b07 for changeset 9ce1a7948473
eddb53ffb9a : 8041620: Solaris Studio 12.4 C++ 5.13 change in behavior for placing friend declarations within surrounding scope
ee1b91d3f01 : 8041627: Solaris Studio 12.4 C++ 5.13 compilation error due to lack of "surplus" prototype for binaryTreeDictionary.cpp
f96b4d2e4ed : 8042364: Make __proto__ ES6 draft compliant
77834a008e1 : 8041998: RegExp implementation is not thread-safe
e178eb7209b : 8042348: Copyright link in Javadoc page for Java SE 8
92a790c2090 : 8042348: Copyright link in Javadoc page for Java SE 8
85f16f2d555 : 8042348: Copyright link in Javadoc page for Java SE 8
b1e11c4c518 : 8042355: stream with sorted() causes downstream ops not to be lazy
002fb6dc819 : 8042355: stream with sorted() causes downstream ops not to be lazy
0e22f68776e : 8042428: CompileQueue::free_all() code is incorrect
d6a4b688d9e : 8042570: Excessive number of tests timing out on nightly testing due to fix for 8040798
bfc3be4000e : 8042428: CompileQueue::free_all() code is incorrect
19db4034814 : 8042570: Excessive number of tests timing out on nightly testing due to fix for 8040798
3e246627015 : 8036851: volatile double accesses are not explicitly atomic in C2
d0c2821c3c2 : 8051712: regression Test7107135 crashes
828af662a70 : 8081475: SystemTap does not work when JDK is compiled with GCC 5
83ad104f064 : 8080281: 8068945 changes break building the zero JVM variant
b12d70d2039 : 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
0a9d160f2f2 : 8075798: Allow ADLC register class to depend on runtime conditions also for cisc-spillable classes
a0ce7e2091a : 8081436: new hotspot build - hs25.60-b19
e0c7d415cff : 8036851: volatile double accesses are not explicitly atomic in C2
979d10d4648 : 8051712: regression Test7107135 crashes
5283291f010 : 8081475: SystemTap does not work when JDK is compiled with GCC 5
de5630d3d38 : 8080281: 8068945 changes break building the zero JVM variant
dd162420abc : 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
6cce74b30bb : 8075798: Allow ADLC register class to depend on runtime conditions also for cisc-spillable classes
709255dc816 : 8081436: new hotspot build - hs25.60-b19
18f9a880f15 : 8042440: awt_Plugin no longer needed
8f6ab802b04 : 8042440: awt_Plugin no longer needed
b9113e4f414 : 8042440: awt_Plugin no longer needed
ceed2af6206 : 8042219: [macosx] LWComponentPeer should not reference classes from sun.lwawt.macosx
0bb0984a41a : 8042585: [macosx] Unused code in LWCToolkit.m
860e8d8ac71 : 8039109: Fix unchecked and raw lint warnings in java.awt
1a24f81c1bd : 8042256: Fix raw and unchecked lint warnings in com.sun.media.sound
7e2463ea725 : 8023697: failed class resolution reports different class name in detail message for the first and subsequent times
a51135b2022 : 8031126: java/lang/management/ThreadMXBean/ThreadUserTime.java fails intermittently
ac82d170979 : 8038838: Totally remove all vestiges of com.sun.image.codec.jpeg from JDK 9
6289e6c7e82 : 8042212: [macosx] Toolkit.getScreenResolution() can return incorrect resolution
31c5e7065a1 : 8037572: Add more test cases to check static types
7e2e9759d51 : 8042358: some tests have placeholder bugid 1234567
6ec0c32eff7 : 8033437: javac, inconsistent generic types behaviour when compiling together vs. separate
2f01820f6d1 : 8041625: AccessorProperty currentType must only by Object.class when non-primitive, and scoping followup problem for lazily generated with bodies
75f98217c96 : 8038349: Signing XML with DSA throws Exception when key is larger than 1024 bits
915d27d9496 : 8038349: Signing XML with DSA throws Exception when key is larger than 1024 bits
7579bb9eb4d : 8027933: Add --const-as-var option
8e99c7930b2 : 8042309: Some bugfixes for the ppc64 port
3a72574c04e : 8041723: Event Based tracing ids to be reassigned for CDS klasses
d741007965c : 8042309: Some bugfixes for the ppc64 port
2fec290405d : 8041723: Event Based tracing ids to be reassigned for CDS klasses
d33ad45cd92 : 8031036: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java failed on 8b121
3fad8427623 : 8068507: (fc) Rename the new jdk.net.enableFastFileTransfer system property to jdk.nio.enableFastFileTransfer
9eaf2ce2ce8 : 8068418: NotificationBufferDeadlockTest.java throw exception: java.lang.Exception: TEST FAILED: Deadlock detected
2f2327f8c15 : 8039921: SHA1WithDSA with key > 1024 bits not working
151c2fe3b32 : 8068462: javax.script.ScriptEngineFactory.getParameter spec is not completely consistent with the rest of the API
6d9563e2609 : 8068279: (typo in the spec) javax.script.ScriptEngineFactory.getLanguageName
e7349220c88 : 8031036: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java failed on 8b121
e106ea3d99d : 8068507: (fc) Rename the new jdk.net.enableFastFileTransfer system property to jdk.nio.enableFastFileTransfer
349775c6116 : 8068418: NotificationBufferDeadlockTest.java throw exception: java.lang.Exception: TEST FAILED: Deadlock detected
5ad91bc9733 : 8039921: SHA1WithDSA with key > 1024 bits not working
e27316578aa : 8068462: javax.script.ScriptEngineFactory.getParameter spec is not completely consistent with the rest of the API
f34f9f08e5b : 8068279: (typo in the spec) javax.script.ScriptEngineFactory.getLanguageName
04fc12e21ae : 8041992: Fix of JDK-8034775 neglects to account for non-JIT VMs
6113d01f27b : 8041992: Fix of JDK-8034775 neglects to account for non-JIT VMs
d3e5e9eb8d0 : 8042281: compiler/7184394/TestAESMain.java fails with: javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes
c91f0985c3c : 8030741: Inference: implement eager resolution of return types, consistent with JDK-8028800
72ebc476a41 : 8030741: Inference: implement eager resolution of return types, consistent with JDK-8028800
ded8b863dd7 : 8042298: Remove the names gen0 and gen1 from the GC code
d4d9a02e3ec : 8029852: Bad code generated (VerifyError) when lambda instantiates enclosing local class and has captured variables 8029725: Lambda reference to containing local class causes javac infinite recursion
45ef12d2d64 : 8029852: Bad code generated (VerifyError) when lambda instantiates enclosing local class and has captured variables 8029725: Lambda reference to containing local class causes javac infinite recursion
8106c40f242 : Added tag jdk9-b11 for changeset 1786ce9ab4a7
f45fe402eed : Added tag jdk9-b11 for changeset ae887a48401a
9487bc21697 : Added tag jdk9-b11 for changeset e4dc2768f533
1b39420230e : Added tag jdk9-b11 for changeset d47e36fe8f31
727f5cad950 : Added tag jdk9-b11 for changeset b9666074e6db
de507c567d3 : Added tag jdk9-b11 for changeset e21de7fd0dd1
4ede12cf1dc : Added tag jdk9-b11 for changeset 1e3275c2718b
8f8a2c31dcd : Added tag jdk9-b11 for changeset da174d121fd3
71a85db2be4 : 8030741: Inference: implement eager resolution of return types, consistent with JDK-8028800
00f358195ec : 8036942: javac generates incorrect exception table for multi-catch statements inside a lambda
a07191a1f53 : 8036942: javac generates incorrect exception table for multi-catch statements inside a lambda
5cde6667087 : 8042230: 8u11 l10n resource file translation update 1
5646bebb712 : 8042230: 8u11 l10n resource file translation update 1
16a3e2f16d3 : 6885993: Named Thread: introduce print() and print_on(outputStream* st) methods
89be14bfe59 : 8029852: Bad code generated (VerifyError) when lambda instantiates enclosing local class and has captured variables 8029725: Lambda reference to containing local class causes javac infinite recursion
e8adfd1234b : 8036942: javac generates incorrect exception table for multi-catch statements inside a lambda
716baf3d89e : 8039026: Definitely unassigned field can be accessed
c260c9f6606 : 8039026: Definitely unassigned field can be accessed
a652cf06abb : 8038023: Compiler crash ClassCastException
c7e8ef68050 : 8038023: Compiler crash ClassCastException
c0f886ec656 : 8035936: SIGBUS in StubRoutines::aesencryptBlock, solaris-sparc
230b553e373 : 8040097: Implement classfile tests for LocalVariableTable and LocalVariableTypeTable attribute
473215139cd : Added tag jdk8u20-b12 for changeset 6b71aef52654
8194d844d12 : Added tag jdk8u20-b12 for changeset e99c77555f90
69ebb57e29b : Added tag jdk8u20-b12 for changeset 41f4fab80809
fabc3cf66c0 : Added tag jdk8u20-b12 for changeset aab256186d68
b9b1c742313 : Added tag jdk8u20-b12 for changeset 767c4a369959
edb8c66fafa : Added tag jdk8u20-b12 for changeset 62a432ee4a42
f3ec81ca15c : Added tag jdk8u20-b12 for changeset 20d891184ee3
af506cc929c : Added tag jdk8u20-b12 for changeset 1fda531f02d4
520b602b306 : Added tag jdk8u20-b12 for changeset 6dbbcde3e196
9ff1967cea4 : Added tag jdk8u20-b12 for changeset 5dd50be06ccc
8dd0184797a : Added tag jdk8u20-b12 for changeset cf4bb02a46ee
d6af88706fb : Added tag jdk8u20-b12 for changeset 17475212fbb3
31e22f30115 : Added tag jdk8u20-b12 for changeset 39b4dd7e5935
6eb03b388bb : Added tag jdk8u20-b12 for changeset 9311680817af
8ed29a7573c : Added tag jdk8u20-b12 for changeset 27a41f751789
5785e1fb390 : Added tag jdk8u20-b12 for changeset 681dfad92d57
e787680bf15 : 8041917: unexcepted behavior of LineBorder while using Boolean variable true
66ffd3bc104 : 8041772: (ch) PendingFuture.CANCELLED has backtrace that potentially keeps objects alive
939b54d31cb : 8042208: Build fails on Solaris using devkit when X isn't installed
35ee2d6f766 : 8042213: Freetype detection fails on Solaris sparcv9 when using devkit
31e76a93b9e : 8039488: Tidy warnings cleanup for javax.sql
3dff54087de : 8029451: Tidy warnings cleanup for java.util package; minor changes in java.nio, java.sql
b8cc933de8e : 8042090: Fix invalid variable names sun/java2d/loops/ProcessPath.c
111c67af226 : 8042123: Support default and static interface methods in JDI, JDWP and JDB
df0f29e3638 : 8042123: Support default and static interface methods in JDI, JDWP and JDB
c1922ce7842 : 8042123: Support default and static interface methods in JDI, JDWP and JDB
bb2698cfa6f : 8042087: [macosx] LWCToolkit.inokeAndWait is calling EventQueue.invokeLater
518ae6b7a1b : 8041265: jdk/bin/rmic -iiop failed on macosx-x86_64 with "Class sun.rmi.rmic.iiop.BatchEnvironmen not found"
83219b1617e : 8042059: Various fixes to linux/sparc
c21f131905c : 8042059: Various fixes to linux/sparc
c781bb874f4 : 8042059: Various fixes to linux/sparc
88961b859fa : 8022070: Compilation error in stubGenerator_sparc.cpp with some compilers
d3d7ba5e918 : 8037816: Fix for 8036122 breaks build with Xcode5/clang 8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp
575d3e28a76 : 8042786: Proper fix for 8032566
2b358294488 : 8038212: Method::is_valid_method() check has performance regression impact for stackwalking
9d03d9cffdb : 8041918: BootstrapMethods attribute cannot be empty
09a316f7767 : 8042949: +UnlockExperimentalVMOptions missed from TestUseRTMLockingOptionOnUnsupportedVM.java test
a852a695082 : 8043308: new hotspot build - hs25.20-b16
4fcb1648ee6 : 8032551: Remove UsePPCLWSYNC from globals.hpp
d6a2414af3d : 8042052: assert(t != NULL) failed: must set before get
d38c2635357 : 8022070: Compilation error in stubGenerator_sparc.cpp with some compilers
92e1bd56dfb : 8037816: Fix for 8036122 breaks build with Xcode5/clang 8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp
52d7658c414 : 8042786: Proper fix for 8032566
a57f5724adc : 8038212: Method::is_valid_method() check has performance regression impact for stackwalking
ea400b8fe67 : 8041918: BootstrapMethods attribute cannot be empty
24e84e74241 : 8042949: +UnlockExperimentalVMOptions missed from TestUseRTMLockingOptionOnUnsupportedVM.java test
92322e73ed5 : 8043308: new hotspot build - hs25.20-b16
32489984f56 : 8032551: Remove UsePPCLWSYNC from globals.hpp
73e33345750 : 8042052: assert(t != NULL) failed: must set before get
e88c91e4c3c : 8022070: Compilation error in stubGenerator_sparc.cpp with some compilers
47c9e23d81a : 8026396: Remove information duplication in the collector policy
4b81275f811 : 8042178: A comment need to go in RSAClientKeyExchange.java
f0e67ffadf8 : Added tag jdk8u11-b06 for changeset d44f00ba9dea
52a27a91e96 : Added tag jdk8u11-b06 for changeset 8f3b7cd27b60
75a50089682 : Added tag jdk8u11-b06 for changeset dbe2362737b8
1b592afad6f : Added tag jdk8u11-b06 for changeset e6948e8e3cd9
ebe2c9f8260 : Added tag jdk8u11-b06 for changeset db8966323b26
0c4706b558b : Added tag jdk8u11-b06 for changeset dd3ad2caa6e1
e6e6384c58d : Added tag jdk8u11-b06 for changeset b5ad82c03b79
8f9dbe9aecf : Added tag jdk8u11-b06 for changeset 0fd0c5572f16
f4685448257 : Added tag jdk8u11-b06 for changeset 99d7470a039a
5554182ea49 : Added tag jdk8u11-b06 for changeset 3b225ecc3f10
f981ec112e0 : Added tag jdk8u11-b06 for changeset 0401bb97d5b1
cee0f675191 : Added tag jdk8u11-b06 for changeset 2f36e1204a71
9e262b6e0dd : Added tag jdk8u11-b06 for changeset cda4fcfc95b8
10a533757f2 : Added tag jdk8u11-b06 for changeset 6fd09fb19221
536ad9409e3 : 8042159: Allow using a system-installed lcms2
05e0c63b326 : 8042159: Allow using a system-installed lcms2
d9056b18ee6 : 8041957: -XX:UseAVX=0 cause assert(UseAVX) failed
5c074b749cc : 8041959: Skip replay parsing errors with ReplayIgnoreInitErrors
609cbaa9588 : 8035584: ArrayList(c) should avoid inflation if c is empty
aa7d648f523 : 8035584: ArrayList(c) should avoid inflation if c is empty
e9e18d5614d : 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
6e6f0720a9f : 8042195: Introduce umbrella header orderAccess.inline.hpp
3073f25b0d4 : 8042570: Excessive number of tests timing out on nightly testing due to fix for 8040798
9d479b16dee : 8042309: Some bugfixes for the ppc64 port
142ed91465a : 8042443: Fix C++-Interpreter after "8036956: remove EnableInvokeDynamic flag"
4eb39cef629 : 8042428: CompileQueue::free_all() code is incorrect
85296fec28a : 8036851: volatile double accesses are not explicitly atomic in C2
ded0d16e254 : 8042052: assert(t != NULL) failed: must set before get
c909ac41de3 : 8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR))
fd25edc6831 : 8042214: add @ignore tag to all excluded jtreg tests in test/compiler
a92fee550ec : 8041992: Fix of JDK-8034775 neglects to account for non-JIT VMs
0d7c3da5fe9 : 8042096: Backout JDK-8042091
530293bbd03 : 8034057: Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win)
fb85f0a6565 : 8034057: Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win)
5b2e62685a3 : 8034057: Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win)
0224281ecb9 : 8041592: [TEST_BUG] Move 42 AWT hw/lw mixing tests to jdk
2db01648633 : 8031195: Support default and static interface methods in JDI, JDWP and JDB
5e77632b688 : 7132678: G1: verify that the marking bitmaps have no marks for objects over TAMS
778fb466a89 : 7132678: G1: verify that the marking bitmaps have no marks for objects over TAMS
9968a236676 : 7132678: G1: verify that the marking bitmaps have no marks for objects over TAMS
06c26b6f97a : 8036956: remove EnableInvokeDynamic flag
a6f3c855518 : 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
6233db1e6cd : 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
dab05a30402 : 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
cb91afdb8cb : 8039642: Fix raw and unchecked warnings in sun.awt.*
3fddcd27126 : 8040919: Uninitialised memory in hotspot/src/share/vm/compiler/oopMap.cpp
7d0ad1ddb97 : 8041535: Update certificate lists for compact1 profile
3a8ddf6aa79 : 8042058: Missing deleted files from JDK-8040754 breaks jdk9/dev build
acdc55021c4 : 8040754: Break the circular dependency between SAAJ and JAXB
cd35f697210 : 8039407: Regression test needed for JDK-8015396
c7f7685c508 : 8036819: JAB: mneumonics not read for textboxes
87c2dc89065 : 8041953: JDK-8031359.js fails in 8u-dev
aac7fd49014 : 8041953: JDK-8031359.js fails in 8u-dev
56746e59d42 : 8031001: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/awt: JNI-related warnings
2cfa674227c : 8031001: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/awt: JNI-related warnings
fa456308017 : 8030788: [Parfait] warnings from b119 for jdk/src/share/native/sun/awt/medialib: JNI exception pending
8c4a4ca181e : 8030788: [Parfait] warnings from b119 for jdk/src/share/native/sun/awt/medialib: JNI exception pending
a3f88441dbb : 8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes
5daff55f416 : 8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
82d53d1b8bf : 8041987: [macosx] setDisplayMode crashes
b2f2005c587 : 8041987: [macosx] setDisplayMode crashes
943792a91ab : 8041987: [macosx] setDisplayMode crashes
8bf9155b903 : 8041987: [macosx] setDisplayMode crashes
01e8b57668f : 8041987: [macosx] setDisplayMode crashes
856856524e5 : 8041771: C1: remove unused IR::_locals_size
d982cd29083 : 8040085: dtrace/jsdt tests crash on solaris. found an unadvertised bad scavengable oop in the code cache
957bb5a9801 : 8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR))
515fed8c734 : 8041957: -XX:UseAVX=0 cause assert(UseAVX) failed
81d840104ca : 8041959: Skip replay parsing errors with ReplayIgnoreInitErrors
2f9a8923023 : 8042281: compiler/7184394/TestAESMain.java fails with: javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes
7eacd2a774f : 8035936: SIGBUS in StubRoutines::aesencryptBlock, solaris-sparc
d642d54807f : 8042279: new hotspot build - hs25.20-b14
4203334e90b : Added tag hs25.20-b13 for changeset b9652f06a5ba
fc879ff0314 : 8040085: dtrace/jsdt tests crash on solaris. found an unadvertised bad scavengable oop in the code cache
885cd7ebf6b : 8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR))
4c6a7a22439 : 8041957: -XX:UseAVX=0 cause assert(UseAVX) failed
70a71495342 : 8041959: Skip replay parsing errors with ReplayIgnoreInitErrors
f2183f1e4c1 : 8042281: compiler/7184394/TestAESMain.java fails with: javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes
992e6b2a10d : 8035936: SIGBUS in StubRoutines::aesencryptBlock, solaris-sparc
5061d30e37a : 8042279: new hotspot build - hs25.20-b14
0fb941a3641 : Added tag hs25.20-b13 for changeset f5b5425045e5
ff3717e7192 : 8040085: dtrace/jsdt tests crash on solaris. found an unadvertised bad scavengable oop in the code cache
3eaf969bdb9 : 8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
5b6a5ef5546 : 8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
c1abf998a6e : 8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
a9f24ab9f4b : 8040892: Incorrect message in Exception thrown by Collectors.toMap(Function,Function)
5a6f42337f3 : Added tag hs25.20-b12 for changeset fe82532051fc
939b591b744 : Added tag hs25.20-b12 for changeset f5ce97cbc752
ee8e488c75c : 8041979: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
1b8e4f9a30d : 8041979: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
8ad7b17ffd2 : 8041979: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
b597db519ce : 8042360: Subtag syntax check is incomplete in Locale.LanguageRange
b89a5598d42 : 8026236: Add PrimeTest for BigInteger
686936042df : 8042470: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified
b845d7541e4 : 8011537: (fs) Path.register(..) clears interrupt status of thread with no InterruptedException
f2e9e43cc4e : 8042449: Issue for negative byte major record version
6d5bdc8957c : 8042266: [launcher] create test groups for launcher regression tests
551a6ecad9d : 8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
b6182243e5e : 8042355: stream with sorted() causes downstream ops not to be lazy
c1e26ac3104 : 8040806: BitSet.toString() can throw IndexOutOfBoundsException
2241d7462a2 : 8039470: java.net Content Handler API incorrectly specifies implementation specific location of handler classes
bd948f1ace5 : 8032016: Optimizations of Math.next{After,Up}({float,double})
1d776850f26 : 8038349: Signing XML with DSA throws Exception when key is larger than 1024 bits
70dbc1d222d : 8031036: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java failed on 8b121
60a0f257dfe : 8040078: Avoid repeated reading of source for cached loads
844cf2d704a : 8041490: PIT: [macosx] Crash in system tray functionality check test
952e93818d5 : 8041572: [macosx] huge native memory leak in AWTWindow.m
ac6126cf0d3 : 8041572: [macosx] huge native memory leak in AWTWindow.m
30825c31e08 : 8041572: [macosx] huge native memory leak in AWTWindow.m
287b3f9c14c : Added tag jdk8u11-b07 for changeset 9d821a1246ea
8922194fea0 : 8041572: [macosx] huge native memory leak in AWTWindow.m
4d3e84f8950 : Added tag jdk8u11-b07 for changeset 202dc2bcd968
c25473bb382 : 8041572: [macosx] huge native memory leak in AWTWindow.m
b85c2613cba : 8041905: Fix apply2call bug that prevented avatar.js unit tests from running correctly
8fb1f303f77 : 8034967: Reduce access to Nashorn internals
de021ae502b : 8029302: Performance regression in Math.pow intrinsic
e735996cb87 : 8042813: new hotspot build - hs25.20-b15
146166d660c : 8029302: Performance regression in Math.pow intrinsic
5495a500969 : 8042813: new hotspot build - hs25.20-b15
922879d58e2 : 8029302: Performance regression in Math.pow intrinsic
3852709df94 : 8041723: Event Based tracing ids to be reassigned for CDS klasses
a01a78d818d : 8041481: JVM crashes with collect_args_for_profiling
25f5d2fc0a9 : 8041481: JVM crashes with collect_args_for_profiling
633a96c2e35 : 8041481: JVM crashes with collect_args_for_profiling
70496f979a8 : 8040140: System.nanoTime() is slow and non-monotonic on OS X
6d94f3905dc : 8040140: System.nanoTime() is slow and non-monotonic on OS X
0ef4fb71005 : 8040140: System.nanoTime() is slow and non-monotonic on OS X
a162ea836e0 : 8030011: Update Hotspot version string output
772e4dba4c9 : Added tag jdk9-b10 for changeset 8e30fd90c1db
6494ff9ca2e : Added tag jdk9-b10 for changeset 16ec7c58cdea
f3b340b02a0 : Added tag jdk9-b10 for changeset c354cfc60e8e
c4eb70eb4cd : Added tag jdk9-b10 for changeset a77369b22afb
da94f7385c3 : Added tag jdk9-b10 for changeset 933717886959
257f80e7c4c : Added tag jdk9-b10 for changeset 41f447bfbbd7
3c34e7624c1 : Added tag jdk9-b10 for changeset 1348715ce50c
7059ba15c3e : 7124250: [macosx] JOptionPane dialogs show wrong icons
c53f09cffc8 : 8039520: More atomicity of atomic updates
f47c58b2ba1 : 8039520: More atomicity of atomic updates
db34776a9e7 : 8039520: More atomicity of atomic updates
6d03ea4ffea : 8039097: Some tests fail with NPE since 7u60 b12
6b14d69b604 : 8040279: [macosx] Do not use the base image in the MultiResolutionBufferedImage
3fb67755396 : 8041695: Update the NetBeans build script and metadata
0943a936462 : 8041497: Compilation of compiler/rtm/cli/TestUseRTMDeoptOption* tests failed
7b1f15e51ec : 8039960: Unexpected exit from test compiler/profiling/spectrapredefineclass/Launcher.java
d16c89c1089 : 8041468: Field nmethod::_lock_count should be declared volatile
5ce941b1430 : 8037326: VerifyAccess.isMemberAccessible() has incorrect access check
c4be7ca7f23 : Added tag jdk8u20-b11 for changeset d81e4154186e
557408c3e10 : Added tag jdk8u20-b11 for changeset e13e44f28c63
02f868e2f6d : Added tag jdk8u20-b11 for changeset 24468d61fc09
f788e2257c3 : Added tag jdk8u20-b11 for changeset 4c77a670b257
b794d98b605 : Added tag jdk8u20-b11 for changeset 2bb34bccc617
b2cab5b3f87 : Added tag jdk8u20-b11 for changeset c702b8aaf610
45870ecfb60 : Added tag jdk8u20-b11 for changeset c9a9867b4648
a1a24171a0c : Added tag jdk8u20-b11 for changeset 71bbc2b797ea
54e88cc6440 : Added tag jdk8u20-b11 for changeset 6b1e2cb744dc
87fdf563fa4 : Added tag jdk8u20-b11 for changeset 840a9d3d4d4a
0a8e27ea339 : Added tag jdk8u20-b11 for changeset 3c4404ae8ce0
3d8abb0d636 : Added tag jdk8u20-b11 for changeset 0adba546e1ac
d6e2d93e76d : Added tag jdk8u20-b11 for changeset b10db3f0b6cd
6361c18c1ff : Added tag jdk8u20-b11 for changeset e811f51905b1
019a31c425c : Added tag jdk8u20-b11 for changeset 54c56df7b871
793777f53c9 : Added tag jdk8u20-b11 for changeset 538de6f5d8b9
781d6564c91 : 8039464: The scrollbar in JScrollPane has no right border if used WindowsLookAndFeel
8c9150234e7 : 8041397: Lint regression in java.net.SocketOption
e30eb1b6bbf : 8041434: Add synchronization to the common global constants structure
7bb2546460e : 8038426: Move all loggers from process wide scope into Global scope
39ba3c9ea6f : 8039567: Duplicated code in DataTransferer
1b4d763c777 : 8027148: SystemFlavorMap.getNativesForFlavor returns list of native formats in incorrect order
245c97d1478 : 8025710: Proxied HTTPS connections reused by HttpClient can send CONNECT to the server
2a22218a043 : 8041563: More ProblemList.txt updates (4/2014)
bc55ed0b832 : 8038265: CMS: enable time based triggering of concurrent cycles
200231c13f4 : 8039250: Test tools/javac/classfiles/InnerClasses/SyntheticClasses.java fails
afc469248e0 : 8039250: Test tools/javac/classfiles/InnerClasses/SyntheticClasses.java fails
6b335c8d1a7 : 8039250: Test tools/javac/classfiles/InnerClasses/SyntheticClasses.java fails
3acf463dc49 : 8040903: Clean up use of BUG_ID in javadoc tests
f341bacaf3d : 8039860: Fix fallthrough lint warnings in swing
26de6296e0a : 8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(!had_error) failed: bad dominance
187dbd343cf : 8041253: Avoid redundant synonyms of NO_TEST
0a5665b53a9 : 8041521: JDK-8034245 breaks a bootcycle build
da3781e49b9 : 8035807: Convert use of sun.misc.BASE64Encoder/Decoder with java.util.Base64
9783b65028e : 8034245: Refactor TopLevel tree node
62383e4a21c : 8035781: Improve equality for annotations
be55b42e159 : Added tag jdk8u11-b05 for changeset 03decb6890f3
78b788c7abb : Added tag jdk8u11-b05 for changeset be80f6e0e93f
e7e2cdd3a5d : Added tag jdk8u11-b05 for changeset 3ec955c858c0
f26b59b90c3 : Added tag jdk8u11-b05 for changeset c88db68c22dc
ea6240bc2e2 : Added tag jdk8u11-b05 for changeset 5fcee1c0fb0d
ca0401de896 : Added tag jdk8u11-b05 for changeset d50ae56059c3
89ea538ed96 : Added tag jdk8u11-b05 for changeset ee9cd86d6904
34302398f95 : Added tag jdk8u11-b05 for changeset d98ece229e30
9c5dbd44600 : Added tag jdk8u11-b05 for changeset 324bc030debb
36af53b5565 : Added tag jdk8u11-b05 for changeset a6b5f40d4b59
ff2b6d414e1 : Added tag jdk8u11-b05 for changeset 86d70734fa4c
8c55d6e0a10 : Added tag jdk8u11-b05 for changeset 37ca0bfeff66
279fb842dbe : Added tag jdk8u11-b05 for changeset e481a1a081eb
c16fd7f17b8 : Added tag jdk8u11-b05 for changeset 08f2291cb21a
b349726850a : 8038023: Compiler crash ClassCastException
06f651942c3 : 8035063: Option handling in sjavac needs to be rewritten
bdad6d51d40 : 8040747: Improve performance of IP address parsing
17a8cfd9e73 : 8040837: Avoid provoking NFEs when initializing InetAddrCachePolicy
ebe813fbb01 : 8037085: The sjavac exclude option should accept valid directory identifiers
b893bb3e3b6 : 8041485: Update TEST.groups for jdk/nio/zipfs
48160e4d08f : 8041331: Cleanup files for jtreg and windows
6163a42a8e0 : 8033105: Make sure Nashorn test harness can run zlib benchmark
e0b43fe7dfd : 8040267: Remove forced -g from java compile lines in jaxp and jaxws
3992591640d : 8040267: Remove forced -g from java compile lines in jaxp and jaxws
1653234ddae : 8040792: G1: Memory usage calculation uses sizeof(this) instead of sizeof(classname)
7025bc84e60 : 8039862: Fix fallthrough lint warnings in 2d
9cba51fbc5a : 8037066: Secure transport layer
f77173467d8 : 8030046: javac incorrectly handles absolute paths in manifest classpath
a50db59b597 : 8029718: Should always use lambda body structure to disambiguate overload resolution
ed2540840ea : 8038898: Safer safepoints
73583e94664 : 8038898: Safer safepoints
e613bf3290c : 8039816: Some tests depend on internal API sun.security.action.GetPropertyAction
092e29980a4 : 8039438: Some tests depend on internal API sun.misc.IOUtils
1d8cb90952f : 8036936: Use local locales
c86ce11d6cb : 8033584: Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from exclude list
1d1194721bb : 8040656: Classes with overriden methods with covariant returns return random read methods
c6886100bee : 8024061: Exception thrown when drag and drop between two components is executed quickly
704f4dc1134 : 8039279: Move awt tests to openjdk repository
a2651f668e2 : 8037477: Reproducible hang of JAWS and webstart application with JAB 2.0.4
b49a1407bc6 : 8038837: Add support to jarsigner for specifying timestamp hash algorithm
59b6040f1b0 : 8039358: com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be a default method
164c66b391a : 8041535: Update certificate lists for compact1 profile
215d14a7369 : Added tag jdk8u11-b06 for changeset 3ee2cc6523d6
ac12f8b02c4 : 8041535: Update certificate lists for compact1 profile
27c1618965f : Added tag jdk8u11-b06 for changeset f301f7d12364
72b7dacb793 : 8041535: Update certificate lists for compact1 profile
976fb4d81d2 : 8039520: More atomicity of atomic updates
16c193cce58 : 8037326: VerifyAccess.isMemberAccessible() has incorrect access check
f6bfcc1549a : 8037066: Secure transport layer
77adec7be50 : 8035781: Improve equality for annotations
120971167ce : 8036936: Use local locales
0e714803b43 : 8041535: Update certificate lists for compact1 profile
6d5d416440d : 8039520: More atomicity of atomic updates
cbd5ba3b86e : 8037326: VerifyAccess.isMemberAccessible() has incorrect access check
76fb14c6bed : 8037066: Secure transport layer
5a7d9dec95c : 8035781: Improve equality for annotations
9148eb72ccc : 8036936: Use local locales
04e1109b692 : 8041150: Avoid silly use of static methods in JavadocTester
a2d155dfa9e : 8040908: javadoc test TestDocEncoding should use -notimestamp
487d017cd08 : 8029002: javac should take multiple upper bounds into account in incorporation
d993b0828e7 : 8029002: javac should take multiple upper bounds into account in incorporation
89f108e6358 : 8035891: javac, rename method asFree() in InferenceContext to asUndetVar() which reflects better it's purpose
e6e5add517a : 8035891: javac, rename method asFree() in InferenceContext to asUndetVar() which reflects better it's purpose
af27b4200dd : 8040655: When processing a RewriteException debug object, the return value has already been reset to null. We need to catch this value before that
187399b1fdd : 8040102: Remove all references to Unsafe and definition of anonymous clases from the code
81ae76b8dd9 : 8038644: Fix raw and unchecked warnings in sun.java2d.*
a310cda727c : 8029002: javac should take multiple upper bounds into account in incorporation
0a31e5f2467 : 8026252: [macosx] Change AWT_DEBUG_BUG_REPORT_MESSAGE for macosx platform
4c16861cc40 : 8038583: [javadoc] Refactor uses of arrays to Collections
296a39b1178 : 8039410: [javadoc] fix class-use items to be deterministic and index ordering
0996901f290 : 8029102: Enhance compiler warnings for Lambda
218ce31908f : 8039026: Definitely unassigned field can be accessed
6c24c7e153f : 8040904: Ensure javadoc tests do not overwrite results within tests
5ea423778ef : 8038982: java/lang/ref/EarlyTimeout.java failed again
5c030cefa49 : 8038982: java/lang/ref/EarlyTimeout.java failed again
cfa7d828d9d : 8040018: Remove bad assert in ClassFileParser.cpp
96f379e79c9 : 8039975: SIGSEGV in MethodData::next_data(ProfileData*)
6013ce2544b : 8039975: SIGSEGV in MethodData::next_data(ProfileData*)
0acbad17c83 : 8039975: SIGSEGV in MethodData::next_data(ProfileData*)
e505238d2a7 : 8038788: javac behaves incorrectly for annotations after method type parameters in some cases
d9bd02ffc26 : 8035169: Move ThreadGroupUtils from the sun.misc package
db9dcbd63b4 : 8040887: [TESTBUG] Remove test/runtime/6925573/SortMethodsTest.java
89f65d60062 : 8040089: Apply to call transform was incomplete. Now passes all tests and performance is back
f0a6ae97ecc : Added tag jdk9-b09 for changeset 9c965577fb13
688864a6eae : Added tag jdk9-b09 for changeset 16bad6bc066b
5393861767b : Added tag jdk9-b09 for changeset 56fc7867c5c9
1931fa5be1d : Added tag jdk9-b09 for changeset 6b3ffbf07446
6db40fb310d : Added tag jdk9-b09 for changeset 54fd9e33ddec
eeb480a3025 : Added tag jdk9-b09 for changeset 4b998d7123d6
69c5c525c90 : Added tag jdk9-b09 for changeset 667dccd79b65
f2ced63c0c0 : Added tag jdk9-b09 for changeset 31676cffe01c
42e44463e24 : 8040245: G1: VM hangs during shutdown
67f81887bf0 : 8040245: G1: VM hangs during shutdown
820ae7109e4 : 8040245: G1: VM hangs during shutdown
745db9c3886 : 8039861: Fix fallthrough lint warnings in awt
cb5eb6cd317 : 8039080: "jinfo server_id@host" fails with "Invalid process identifier"
bd42246eaa7 : 8040319: Clean up type annotation exception index generating code in Code.java
a1385508307 : 8039260: c.o.j.t.ProcessTools::createJavaProcessBuilder(boolean, String... ) must also take TestJavaOptions
d3af21b931c : 8040809: '}' left in the spec for j.u.Random.doubles(..)
5d967f0aea7 : 8040722: G1: Clean up usages of heap_region_containing
aab9bcc0423 : 8039926: -spash:<image> can't be combined with -xStartOnFirstThread since JDK 7
2579c4f4291 : 8035726: A sentence is truncated in the API doc for j.u.Locale.LanguageRange.parse(String, Map)
9b4ae823efe : 8038976: javadoc requires a trailing / for links where java 7's javadoc didn't
fa14289859f : 8040769: add a comment to the NewInstance test
b3329f42ac4 : 8037484: [javadoc] fails with java.lang.IllegalStateException: endPosTable already set
cc2a4bf79fc : 8038976: javadoc requires a trailing / for links where java 7's javadoc didn't
8ec3b679739 : 8037484: [javadoc] fails with java.lang.IllegalStateException: endPosTable already set
fbcfa027272 : 8038976: javadoc requires a trailing / for links where java 7's javadoc didn't
7a7a57bb88c : 8037484: [javadoc] fails with java.lang.IllegalStateException: endPosTable already set
7a4a5803fc3 : 8039251: Test tools/javadoc/6964914/TestStdDoclet.java fails
81730320bde : 8031649: Clean up javadoc tests
961a489536f : 6959423: [TESTBUG] runtime/6925573/SortMethodsTest.java times out
728ea561aa6 : 8038048: assert(null_obj->escape_state() == PointsToNode::NoEscape,etc) runThese -full
e1b7ec397d5 : 6375303: Review use of caching in BigDecimal
1121030e24b : 8030628: Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg
7da68645114 : Added tag jdk8u20-b10 for changeset 2b76b1412a12
39a19e60ab4 : Added tag jdk8u20-b10 for changeset a02fda85ad76
6d9cbc2f4f5 : Added tag jdk8u20-b10 for changeset ce53e5c3045b
6c36029a5c9 : Added tag jdk8u20-b10 for changeset 65733e05947a
958ff3b51ed : Added tag jdk8u20-b10 for changeset 6309938a1df5
b45e4c40138 : Added tag jdk8u20-b10 for changeset 4f438ce8337c
79e5bc65fc6 : Added tag jdk8u20-b10 for changeset 005f7c44729b
2869a671e17 : Added tag jdk8u20-b10 for changeset 4cd181a6449d
7d834a50732 : Added tag jdk8u20-b10 for changeset 95396090a1d6
c8c201fe23f : Added tag jdk8u20-b10 for changeset 947b4bc0015e
c6616458fba : Added tag jdk8u20-b10 for changeset 9f3301d901f9
0511cd2b01c : Added tag jdk8u20-b10 for changeset 344ecd1c46f8
385ff31ea2f : Added tag jdk8u20-b10 for changeset d56c6720326e
f949e0b18fa : Added tag jdk8u20-b10 for changeset 1ad7ef1b0d1e
7984b7e87ed : Added tag jdk8u25-b00 for changeset 03decb6890f3
722589b3059 : Added tag jdk8u25-b00 for changeset be80f6e0e93f
e60c27d689e : Added tag jdk8u25-b00 for changeset 3ec955c858c0
c658f0b0956 : Added tag jdk8u25-b00 for changeset c88db68c22dc
8b1e7e8ed7b : Added tag jdk8u25-b00 for changeset 6993fb69bb8d
9626bdda6a4 : Added tag jdk8u25-b00 for changeset 430f384910be
dcb4fca8131 : Added tag jdk8u25-b00 for changeset ee9cd86d6904
43234c84cf0 : Added tag jdk8u25-b00 for changeset d98ece229e30
a9d4626df5f : Added tag jdk8u25-b00 for changeset 324bc030debb
a855fee6ddf : Added tag jdk8u25-b00 for changeset a6b5f40d4b59
48c94333e35 : Added tag jdk8u25-b00 for changeset 86d70734fa4c
7b4eca1bb69 : Added tag jdk8u25-b00 for changeset 37ca0bfeff66
f950424595f : Added tag jdk8u25-b00 for changeset e481a1a081eb
bf6454bc9b9 : Added tag jdk8u25-b00 for changeset 08f2291cb21a
813a1a66d2e : 8040332: fixpath must explicitly quote empty string parameters
69c3c313176 : 8040002: Clean up code and code duplication in re-diryting cards for verification
c5ef16027b4 : 8019342: G1: High "Other" time most likely due to card redirtying
f4bc646b3d5 : 8038184: XMLSignature throws StringIndexOutOfBoundsException if ID attribute value is empty String
d7d97ab8f68 : 8143397: It looks like InetAddress.isReachable(timeout) works incorrectly
f370a5aa741 : 8133924: NPE may be thrown when xsltc select a non-existing node after JDK-8062518
adc064816aa : 8067800: Clarify java.time.chrono.Chronology.isLeapYear for out of range years
d8a8d3040f9 : 8140587: Atomic*FieldUpdaters should use Class.isInstance instead of direct class check
24732e3f118 : 8068042: Check jdk/src/share/native/sun/misc/URLClassPath.c for JNI pending
d5eafb2a1d3 : 8131129: Attempt to define a duplicate BMH$Species class
4f7cc3ea782 : 8140344: add support for 3 digit update release numbers
f61a08b176c : 8068761: Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException
5fca8cb3714 : 8141260: isReachable crash in windows xp
2b0da6a0085 : 8133207: ParallelProbes.java test fails after changes for JDK-8080115
af00c4673b8 : 8052396: Catch exceptions resulting from missing font cmap
6165f1f08f4 : 8132890: Text Overlapping on Dot Matrix Printers
82639269e3b : 8139863: [TESTBUG] Need to port tests for JDK-8134903 to 8u-dev
1c12070bf16 : 8129348: Debugger hangs in trace mode with TRACE_SENDS
67174188798 : 8122944: perfdata used is seen as too high on sparc zone with jdk1.9 and causes a test failure
7be88c7d878 : 8074696: Remote debugging session hangs for several minutes when calling findBootType
bd4cd37de31 : 8132503: [macosx] Chinese full stop symbol cannot be entered with Pinyin IM on OS X
1072ec8bb73 : 8139373: [TEST_BUG] java/net/MulticastSocket/MultiDead.java failed with timeout
95ea980ba59 : 8134828: Scrollbar thumb disappears with Nimbus L&F
7b24fe2baa7 : 8068033: JNI exception pending in jdk/src/share/bin/java.c
6be5ca78afb : Added tag jdk8u76-b00 for changeset 600384695958
3d3f90ee79c : 8041900: [macosx] Java forces the use of discrete GPU
9dc357fac48 : 8138764: In some cases the usage of TreeLock can be replaced by other synchronization
8a230385d8e : 8038184: XMLSignature throws StringIndexOutOfBoundsException if ID attribute value is empty String
a018c892325 : 8143397: It looks like InetAddress.isReachable(timeout) works incorrectly
63c6e261b7c : 8133924: NPE may be thrown when xsltc select a non-existing node after JDK-8062518
a168712897f : 8067800: Clarify java.time.chrono.Chronology.isLeapYear for out of range years
0884d434bec : 8140587: Atomic*FieldUpdaters should use Class.isInstance instead of direct class check
c9afa03440e : 8068042: Check jdk/src/share/native/sun/misc/URLClassPath.c for JNI pending
eaa902baa92 : 8131129: Attempt to define a duplicate BMH$Species class
b4df20d3012 : 8140344: add support for 3 digit update release numbers
6cb2b479d7a : 8068761: Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException
10213aed1e5 : 8141260: isReachable crash in windows xp
1df3182e42b : 8133207: ParallelProbes.java test fails after changes for JDK-8080115
5ce929397d1 : 8052396: Catch exceptions resulting from missing font cmap
31c57b23ca5 : 8132890: Text Overlapping on Dot Matrix Printers
46bd8a03fdd : 8139863: [TESTBUG] Need to port tests for JDK-8134903 to 8u-dev
4cdd80dfb5f : 8129348: Debugger hangs in trace mode with TRACE_SENDS
e6d56afed28 : 8122944: perfdata used is seen as too high on sparc zone with jdk1.9 and causes a test failure
18793e1e20f : 8074696: Remote debugging session hangs for several minutes when calling findBootType
600bc58768f : 8132503: [macosx] Chinese full stop symbol cannot be entered with Pinyin IM on OS X
ec0165766bf : 8139373: [TEST_BUG] java/net/MulticastSocket/MultiDead.java failed with timeout
b35b76a5afb : 8134828: Scrollbar thumb disappears with Nimbus L&F
d1f7d490407 : 8068033: JNI exception pending in jdk/src/share/bin/java.c
3655d9a44f7 : Added tag jdk8u76-b00 for changeset 6098b601ed11
48e072fcdaf : 8041900: [macosx] Java forces the use of discrete GPU
83bd5e40b7f : 8138764: In some cases the usage of TreeLock can be replaced by other synchronization
1c659f6945c : 8035745: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_InputMethod.cpp
db41ea8bbad : 8035625: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuItem.cpp
82ef823d1bd : 8038178: Fix corrupt license header
5ad41b677a5 : 8042360: Subtag syntax check is incomplete in Locale.LanguageRange
cc2e582f1b5 : 8034944: (process) Improve subprocess handling on Solaris
96706f13489 : 8038178: Fix corrupt license header
829b2dda28c : 8042360: Subtag syntax check is incomplete in Locale.LanguageRange
d2d7a56b833 : 8034944: (process) Improve subprocess handling on Solaris
8c09bf2308c : 8038178: Fix corrupt license header
e67420cefce : 8038184: XMLSignature throws StringIndexOutOfBoundsException if ID attribute value is empty String
3aab9198151 : 8034220: Improve time zone mapping for AIX platform
0f9e30ad06d : 8028710: G1 does not retire allocation buffers after reference processing work
d9a4d02abe1 : 8039596: Remove HeapRegionRemSet::clear_incoming_entry
42e4a6003c7 : 8037344: Use the "next" field to iterate over fine remembered instead of using the hash table
aa00878260d : 8027553: Change the in_cset_fast_test functionality to use the G1BiasedArray abstraction
26041134a87 : 8032874: ArrayIndexOutOfBoundsException in JTable while clearing data in JTable
c738b124d3f : 8039396: NPE when writing a class descriptor object to a custom ObjectOutputStream
f8088df0b46 : 8038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0) failed: No elements must have been handed out yet
6b404cfdfea : 8038821: Fix typos in java.net
ce428ecfec3 : 8039853: Provider.Service.newInstance() does not work with current JDK JGSS Mechanisms
360461f1367 : 8038420: Lambda returning post-increment generates wrong code
300fbf08897 : 8037935: Javac -- final local String var referenced in binary/unary op in lambda produces code that does not verify
22bde5f7709 : 8036983: JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
8badeecc2c4 : 8039050: Crash in C2 compiler at Node::rematerialize
7f97072ab79 : 8023945: javac wrongly allows a subclass of an anonymous class
124c1c62106 : 8023945: javac wrongly allows a subclass of an anonymous class
5a363875255 : 8035613: With active Securitymanager JAXBContext.newInstance fails
33414a1560b : 8035613: With active Securitymanager JAXBContext.newInstance fails
8b881f38d8b : 8036805: Correct linker method lookup
879971ccd0b : 8036805: Correct linker method lookup
0298d8c0fa2 : 8038500: (zipfs) Upgrade ZIP provider to be a supported provider
91e03b7d294 : Added tag jdk9-b08 for changeset 1b70f28ef99f
919fd1dbac7 : Added tag jdk9-b08 for changeset 06ab27895804
cc49e16c383 : Added tag jdk9-b08 for changeset ce60f7b62312
53ca2089beb : Added tag jdk9-b08 for changeset 053266219b53
676fb8b4155 : Added tag jdk9-b08 for changeset bf6b3c7f8f05
ce452b9f0f3 : Added tag jdk9-b08 for changeset 80e041234b06
d251203b8be : Added tag jdk9-b08 for changeset 02a76805d58d
bb84198c231 : Added tag jdk9-b08 for changeset 1f9fe77d878d
0a493b80e60 : Added tag jdk8u11-b04 for changeset 40dc2153993c
a7435ab9b38 : Added tag jdk8u11-b04 for changeset b4bff6533c63
06c1f68bd25 : Added tag jdk8u11-b04 for changeset 63a9c256ecea
b0a71d65062 : Added tag jdk8u11-b04 for changeset 2b1bd0241b34
2e4845ad726 : Added tag jdk8u11-b04 for changeset 4dd563d32c34
d27c257739d : Added tag jdk8u11-b04 for changeset 84e316584fd6
5c89813136f : Added tag jdk8u11-b04 for changeset aeb2338cfeaa
fc4ac15c7a9 : Added tag jdk8u11-b04 for changeset 8db6b0c5d005
48c68cf5d6d : Added tag jdk8u11-b04 for changeset c055e2f3f6c5
fa5ac6f6783 : Added tag jdk8u11-b04 for changeset da51beaa7966
56e4b3a83d8 : Added tag jdk8u11-b04 for changeset fec3cc1f4d1b
669ea93f0b8 : Added tag jdk8u11-b04 for changeset d685dbf3f24e
fb66aef2461 : Added tag jdk8u11-b04 for changeset 9d698b5e1e8b
dc6c4d3f32e : Added tag jdk8u11-b04 for changeset 35f67b06fac0
74f1c1baa32 : Added tag jdk8u11-b04 for changeset 75e1e3c8be0d
3e574ed37bc : Added tag jdk8u11-b04 for changeset f655ad046429
a97ce35fabc : 8039957: Replace the last few %p usages with PTR_FORMAT in the GC code
ca3fd10341f : 8037259: xerces update: xpointer update
ff48970954f : 8035173: [TESTBUG] runtime/threads/CancellableThreadTest fails with OOM on windows-i586
c95d4f510cd : 8039079: Test tools/javac/processing/environment/round/TestElementsAnnotatedWith.java fails
eb58718c313 : 8038788: javac behaves incorrectly for annotations after method type parameters in some cases
8f850518929 : 8029718: Should always use lambda body structure to disambiguate overload resolution
47a38ad4080 : 8039079: Test tools/javac/processing/environment/round/TestElementsAnnotatedWith.java fails
0575ddf2578 : 8038788: javac behaves incorrectly for annotations after method type parameters in some cases
d1d86f3aeef : 8029718: Should always use lambda body structure to disambiguate overload resolution
bacf6d72338 : 8037925: CMM Testing: an allocated humongous object at the end of the heap should not prevents shrinking the heap
8dd19676cb5 : 8035613: With active Securitymanager JAXBContext.newInstance fails
17ad17c6eca : 8040001: CLI test on RTMRetryCount option was missed from fix for 8039496
2115d3ca0d4 : 8037846: Ensure streaming of input cipher streams
bf3d8de5ea2 : Added tag jdk8u25-b00 for changeset fcf053f8058d
426fb8e9a2c : 8037846: Ensure streaming of input cipher streams
908a1355ea3 : Added tag jdk8u25-b00 for changeset 01c2fbb864fb
e55eebc5ed5 : 8037846: Ensure streaming of input cipher streams
8c36d0cd2bd : 8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults
c8a940ff306 : 8035866: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp
3c6b7be3456 : 8040163: Increment hsx 25.11 build to b02 for 8u11-b04
023a754bf61 : 8040163: Increment hsx 25.11 build to b02 for 8u11-b04
0a8f48eec97 : 8030200: Wrong result for Number.prototype.toString() for certain radix/inputs
c2102af812f : 8030200: Wrong result for Number.prototype.toString() for certain radix/inputs
9c06c11dd8b : 8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
773d879d1c9 : 8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
3ad35f4d18e : 8032808: Support Solaris SO_FLOW_SLA socket option
bb98e176822 : 8032808: Support Solaris SO_FLOW_SLA socket option
5ca274e0ce9 : 8038076: constraint on multianewarray instruction is not checked since class version 50
34ace4a41ae : 8040062: Need to add new methods in BaseSSLSocketImpl
998176c65e0 : 8009637: Some error messages are missing a space
d7f12e04aa8 : 8039947: Dtrace return probe name for jni_SetStaticBooleanField named incorrectly
e2305182b53 : 8039425: Code cleanup: PhaseIterGVN::optimize()
574bf823ed6 : 8029436: CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs
61659f4ab67 : 8041947: new hotspot build - hs25.20-b13
9add0375648 : 8029436: CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs
970f10facb8 : 8041947: new hotspot build - hs25.20-b13
e4fc75979ec : 8029436: CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs
4acce14c79e : 8036979: Support java.net.SocketOption<> in java.net socket types
e66fbbceafb : 8040058: IsoFields.WEEK_BASED_YEAR adjustInto incorrect and WeekFields.weekOfWeekBasedYear().range incorrect
d3bdb3c5989 : 8040760: Addition of new java.sql tests
f707a2fd5a3 : 8027595: Enable BigInteger overflow tests in JTREG
82f7b6b88e3 : 8038823: Missing @Test annotation and copyright in java.time tests
0688bf058d5 : 8038982: java/lang/ref/EarlyTimeout.java failed again
c78cb9b1c56 : 8035284: Remove redundant null initialization
9e71840a875 : 8035427: Math.random() JavaDoc: missing maximum returned value
e72c0ba18fd : 8039904: dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed: Bad size calculated"
fd7570b1433 : 8039863: Fix fallthrough lint warnings in sound
e2d82e9cd71 : 8041151: More concurrent hgforest
456db0f7697 : Added tag jdk9-b10 for changeset 94afcb4be25e
fad4dbfd8f7 : 8041593: Update README-builds.html to refer to jdk9
d8c216194ee : 8041487: Fix proper dependencies for correct incremental build of javadocs
6ecb5d09034 : 8007327: Emit MEMORY_SIZE into spec.gmk
6d662291098 : 8041267: Add filtering capability to CacheFind
2559eb68d79 : 8037085: The sjavac exclude option should accept valid directory identifiers
56298d88579 : 8030794: Update configure to require jdk8 as boot
91298f3466a : 8041141: JDK9 emb build failure on PPC platform
7cc2ce22254 : 8041151: More concurrent hgforest
7e420bd9926 : 8041151: More concurrent hgforest
514cdc2b0dc : 8037924: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC
8692f487234 : 8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects
2b5f33db1e1 : 8038418: New tests development for type profiling and speculation
67871d3371f : 8040024: BranchOptimizer produces bad code for NaN FP comparison
c801528f02c : 8039774: [OGL] Image painting is broken if 'sun.java2d.accthreshold' is set to 0
0a66f692215 : 8039418: [macosx] Calling JNI functions in the scope of Get/ReleasePrimitiveArrayCritical
477f3d6214e : 8039498: Add iterators to GrowableArray
a9693a9e3f8 : 8039498: Add iterators to GrowableArray
e00a1f63f8e : 8039498: Add iterators to GrowableArray
f1edf66ef8a : 8039147: Cleanup SuspendibleThreadSet
7e1059b62db : 8034216: assert(false) failed: infinite loop in PhaseIterGVN::optimize
d91720781ca : 8037112: gc/g1/TestHumongousAllocInitialMark.java caused SIGSEGV
018c0cc73a8 : 8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method
1a9ea5cefe2 : 8031475: Missing oopmap in patching stubs
f33f67d81c7 : 8043906: new hotspot build - hs25.20-b17
d64173d019e : 8037112: gc/g1/TestHumongousAllocInitialMark.java caused SIGSEGV
efdf2994f04 : 8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method
e462169af83 : 8031475: Missing oopmap in patching stubs
3e644fa8fb2 : 8043906: new hotspot build - hs25.20-b17
a3425b64f0d : 8037112: gc/g1/TestHumongousAllocInitialMark.java caused SIGSEGV
598a814fc0e : 8039990: Add sequential operation support to hgforest
4cbbc5e70ee : 8039990: Add sequential operation support to hgforest
c0079f872ae : 8039990: Add sequential operation support to hgforest
fa37e2a2525 : 8039899: Missing licence headers in test for JDK-8033113
e6456ff2a4e : 8038297: Avoid placing CTI immediately following cbcond instruction on T4
401673e81fa : 8037557: test SessionCacheSizeTests.java timeout
f15b18de1ba : 8039891: Remove ppcsflt builds from JPRT
5ff5bfdb02e : 8038655: Resolve autoconf merge issue of 8u5 and 8u20
f0644eb821b : 8038655: Resolve autoconf merge issue of 8u5 and 8u20
b8abb4d97f8 : Added tag hs25.20-b10 for changeset d00c3648ea68
e09e1c96cc9 : Added tag hs25.20-b10 for changeset b730e4d2916f
48815fa5120 : 8039411: Enhance fixpath to allow environment variable assignments
619db87b787 : 8037935: Javac -- final local String var referenced in binary/unary op in lambda produces code that does not verify
7ba48de6908 : 8037935: Javac -- final local String var referenced in binary/unary op in lambda produces code that does not verify
b3c9d243d33 : 8039496: Add sanity tests on RTM-related command line options
746fe025b6c : 8037860: Add tests to cover Intel RTM instructions support
75990f80130 : 8039499: Add all common classes used by tests on RTM support to testlibrary
04d29443011 : 8039497: Testlibrary should be updated to provide information about all VM types as well as access to Unsafe
2b032b10e1b : 8038953: Add sanity tests for BMI1 and LZCNT instructions
a8ce9efc15a : 8039474: sun.misc.CharacterDecoder.decodeBuffer should use getBytes(iso8859-1)
c34e0869d0f : 8038491: Improve synchronization in ZipFile.read()
6d6cf4d6939 : 8039776: Introspector throws NullPointerException for subclasses' mismatched get/setter
717bcde5f35 : 8039750: KSS: Replace MetalLazyValue with lambda
6f88c3dbc35 : 8038420: Lambda returning post-increment generates wrong code
b95b21339a2 : 8038420: Lambda returning post-increment generates wrong code
002e08e73db : 8039864: Fix fallthrough lint warnings in other libs
34b9e5a9bbc : 8039368: Remove testcase from npt utf.c
b8e32d8ca54 : 8039527: Broken links in ConcurrentMap javadoc
522abfc113c : 8005079: fix LogCompilation for incremental inlining
9048f36c385 : 8038113: [macosx] JTree icon is not rendered in high resolution on Retina
459f36284bf : 8035739: [parfait] JNI exception pending and primitive type mismatch in jdk/src/windows/native/sun/windows/awt_List.cpp
9ab2d92ad36 : 8035739: [parfait] JNI exception pending and primitive type mismatch in jdk/src/windows/native/sun/windows/awt_List.cpp
16da9a51254 : 8035739: [parfait] JNI exception pending and primitive type mismatch in jdk/src/windows/native/sun/windows/awt_List.cpp
3ab2286f87e : 8035734: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Choice.cpp
b518cd6f512 : 8035734: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Choice.cpp
f7bbe450675 : 8035734: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Choice.cpp
65d6e6b331c : 8036898: assert(t != NULL) failed: must set before get
87cb02ac81f : 8039575: liberate two manual kerberos tests
613af45d92b : 8039597: WhiteBox :: clean type profiling data
4841e826dda : 8038939: Some options related to RTM locking optimization works inconsistently
55d8dc5d85a : 8039124: j.u.regex.Matcher.appendReplace/Tail() should support StringBuilder variant
352abe254a9 : Added tag jdk8u20-b09 for changeset 9711264b67dc
c476c95190f : Added tag jdk8u20-b09 for changeset 04d4e29909fb
35d39ae84a4 : Added tag jdk8u20-b09 for changeset 0906b05babaf
2574ac61339 : Added tag jdk8u20-b09 for changeset 68f6ab558cf3
359cd11d07b : Added tag jdk8u20-b09 for changeset 2b8ff562098f
8031ca40135 : Added tag jdk8u20-b09 for changeset 239cf3f79ca2
a1e5e2cc397 : Added tag jdk8u20-b09 for changeset 8dad53b6ce6c
e82cb3ada0f : Added tag jdk8u20-b09 for changeset 534b9dcc3cd3
e4eb79a9ef2 : Added tag jdk8u20-b09 for changeset 84a0d33f1556
cee7886f3d5 : Added tag jdk8u20-b09 for changeset cd22e9a346ec
3aacbb02689 : Added tag jdk8u20-b09 for changeset 21111f66123a
ecf9b88068b : Added tag jdk8u20-b09 for changeset 9f54781f9841
6f420d54269 : Added tag jdk8u20-b09 for changeset f23d56be98b2
a03927cabb6 : Added tag jdk8u20-b09 for changeset 03e7a4e6d97d
1affa6995e7 : Added tag jdk8u20-b09 for changeset f27cc91c668d
18f5b20bcfc : Added tag jdk8u20-b09 for changeset ad8b431f2db5
c3a9369016e : 8039752: Regression: Clipboard couldn't be used on linux
f359b1fb2c0 : 8029139: [TESTBUG] runtime/InitialThreadOverflow/testme.sh fails with exit code 127
22166928a56 : 8038631: Create wrapper for awt.Robot with additional functionality
0301b791efa : 8037279: runtime/6929067/Test6929067.sh crashes on 32bit linux
2f501cd8a5d : 8028192: Use of PKCS11-NSS provider in FIPS mode broken
d78446aa456 : 8039743: Use correct format specifier to print size_t values and pointers in the GC code
fbb2e2c7821 : 8039083: REGRESSION: closed/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.html fails with NPE since 8u20 b07 on Linux
61a704cc879 : 8038765: [macosx] Toolkit.sync should be implemented
8962e7ee347 : 8035986: KerberosKey algorithm names are not specified
0778f294d7d : 8039132: cleanup @ignore JAAS/krb5 tests
c559f43cc81 : 8036709: Java 7 jarsigner displays warning about cert policy tree
77abeeba96b : 8044727: Problem reading the contents of some zip files
a9c3e2b91a3 : 8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
64f0c326eab : 8032901: WaitForMultipleObjects() return value not handled appropriately
64404545f0e : 8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method
3325deadf97 : 8043705: Can't exit color chooser dialog when running as an applet
a5363ddf296 : 8040058: IsoFields.WEEK_BASED_YEAR adjustInto incorrect and WeekFields.weekOfWeekBasedYear().range incorrect
38a1446b4a7 : 8005873: JRuby test_respond_to.rb asserts with: MT-unsafe modification of inline cache
9b757baa006 : 8042465: Applet menus not rendering when browser is full screen on Mac
a1f288de730 : 8043495: Add native FileChannelImpl.transferTo0() implementation for AIX
2bf62b429a2 : 8043720: (smartcardio) Native memory should be handled more accurately
8e1cf6bd58d : 8039118: Windows build failure (j2pcsc.dll : fatal error unresolved external symbol throwByName)
73aa09847aa : 8030114: [parfait] warnings from b119 for jdk.src.share.native.sun.security.smartcardio: JNI exception pending
8f2ab84aa89 : 8033571: [parfait] warning from b128 for security/smartcardio/pcsc_md.c: JNI exception pending
1e5ba9c3f2a : 8041451: com.sun.jndi.ldap.Connection:ReadTimeout should abandon ldap request
6be84b07109 : 8042857: 14 stuck threads waiting for notification on LDAPRequest
9ae00b5ee32 : 8031471: Test closed/java/awt/dnd/FileDialogDropTargetTest/FileDialogDropTargetTest.java fails on Solaris zones virtual hosts
40f902af148 : 8039132: cleanup @ignore JAAS/krb5 tests
ae81ed505d6 : 8036709: Java 7 jarsigner displays warning about cert policy tree
2def4aa1edb : 8044727: Problem reading the contents of some zip files
173289d76dc : 8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
960b456af6d : 8032901: WaitForMultipleObjects() return value not handled appropriately
381f8fd64e1 : 8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method
8bab6d2ac45 : 8043705: Can't exit color chooser dialog when running as an applet
25a9cee2fe6 : 8040058: IsoFields.WEEK_BASED_YEAR adjustInto incorrect and WeekFields.weekOfWeekBasedYear().range incorrect
9a2e81d294d : 8005873: JRuby test_respond_to.rb asserts with: MT-unsafe modification of inline cache
6841de66a60 : 8042465: Applet menus not rendering when browser is full screen on Mac
7545c730d13 : 8043495: Add native FileChannelImpl.transferTo0() implementation for AIX
e16bdd38451 : 8043720: (smartcardio) Native memory should be handled more accurately
d2661bd444a : 8039118: Windows build failure (j2pcsc.dll : fatal error unresolved external symbol throwByName)
02d500e763f : 8030114: [parfait] warnings from b119 for jdk.src.share.native.sun.security.smartcardio: JNI exception pending
d588e72ccd4 : 8033571: [parfait] warning from b128 for security/smartcardio/pcsc_md.c: JNI exception pending
a6f08f8c613 : 8041451: com.sun.jndi.ldap.Connection:ReadTimeout should abandon ldap request
a71d59aeb31 : 8042857: 14 stuck threads waiting for notification on LDAPRequest
6db0eb7ca4b : 8031471: Test closed/java/awt/dnd/FileDialogDropTargetTest/FileDialogDropTargetTest.java fails on Solaris zones virtual hosts
3344a6c3530 : 8039132: cleanup @ignore JAAS/krb5 tests
25246641956 : 8039403: Write sanity tests for persistent caching
57daccdd626 : 8039403: Write sanity tests for persistent caching
900591b4ed2 : 8039403: Write sanity tests for persistent caching
eb8588549a9 : 8007988: PrintInlining output is inconsistent with incremental inlining
e0691bb21b6 : Added tag jdk8u11-b03 for changeset 40df50c03246
dd97bbf9d34 : Added tag jdk8u11-b03 for changeset 6e5cbdfeb199
0183fe314d4 : Added tag jdk8u11-b03 for changeset 1f7b170b32a9
b64fc83c1c0 : Added tag jdk8u11-b03 for changeset 3a4f0fccac44
bd64615901a : Added tag jdk8u11-b03 for changeset 4aaa4c675e62
76069ce86a4 : Added tag jdk8u11-b03 for changeset 94bc01d7dbd3
88dbb358824 : Added tag jdk8u11-b03 for changeset 98a9dee1d6ca
927b4f0ec35 : Added tag jdk8u11-b03 for changeset c818da460e1e
d12e73a9445 : Added tag jdk8u11-b03 for changeset 6bd0f3f3e795
cca7ff1d998 : Added tag jdk8u11-b03 for changeset 2e0c2469b7fc
86be0bbd392 : Added tag jdk8u11-b03 for changeset d9224fabc562
0249e1662fa : Added tag jdk8u11-b03 for changeset 7006dd665821
63de067de6d : Added tag jdk8u11-b03 for changeset 9a3c2dd296ca
bebabb184db : Added tag jdk8u11-b03 for changeset c436f3e8c0db
09a3219618d : Added tag jdk8u11-b03 for changeset ebbfd3e66767
f8dbba83afc : Added tag jdk8u11-b03 for changeset eedf9e98a857
c8990959f2c : 8028497: SIGSEGV at ClassLoaderData::oops_do(OopClosure*, KlassClosure*, bool)
fa633bad052 : 8038431: Close InputStream when finished retrieving XML Signature HTTP References
f963ced878c : 6815126: intermittent SimulResumerTest.java failure
bda2d5769ae : 8033113: wsimport fails on WSDL:header parameter name customization
19ccf4bed61 : 8033113: wsimport fails on WSDL:header parameter name customization
805cbfba885 : 8033113: wsimport fails on WSDL:header parameter name customization
5eb8520ff19 : 8033113: wsimport fails on WSDL:header parameter name customization
0ec7b5fb944 : 6690000: Typo's in DataFlavor Javadoc
eea84b4feb2 : 8039348: -XX:+TraceDeoptimization -XX:+Verbose -Xcomp can crash VM
dbdc162e406 : 8038636: speculative traps break when classes are redefined
138a8db4179 : 8038636: speculative traps break when classes are redefined
245cd87b697 : 8038636: speculative traps break when classes are redefined
99d3403505e : 8198794: Hotspot crash on Cassandra 3.11.1 startup with libnuma 2.0.3
b67244bb0e6 : 8188223: IfNode::range_check_trap_proj() should handler dying subgraph with single if proj
8f8970cfed9 : Added tag jdk8u181-b01 for changeset 359ddc804d2a
3159346851a : 8038636: speculative traps break when classes are redefined
a10f4d7eefc : 8198794: Hotspot crash on Cassandra 3.11.1 startup with libnuma 2.0.3
fe59fa0b3c9 : 8188223: IfNode::range_check_trap_proj() should handler dying subgraph with single if proj
7912c1f3fb4 : Added tag jdk8u181-b01 for changeset 9f344d0a5a99
7da7a9c72a4 : 8038636: speculative traps break when classes are redefined
385e2f40846 : 8038296: sun/tools/jinfo/Basic.sh: java.io.IOException: Command failed in target VM
d61322856a9 : 8030100: java.awt.Desktop: Enable check for supported URI schemes on Linux
6aa25a24250 : 8030100: java.awt.Desktop: Enable check for supported URI schemes on Linux
175dba662bd : 8030100: java.awt.Desktop: Enable check for supported URI schemes on Linux
8ed15deb337 : 6788138: leak in Java_sun_awt_X11_XlibWrapper_getStringBytes?
7f3017c6474 : 8019180: Use JComboBox as it's own ActionListener leads to unexpected behaviour
622bc6ce89f : 8009883: REGRESSION: test/closed/javax/swing/AbstractButton/4246045/bug4246045.java fails
bd47a28f77e : 8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
237cc8992d4 : 8028617: Dvorak keyboard mapping not honored when ctrl key pressed
744ddaca159 : 8036607: JNI exception pending in jdk/src/windows/native/java/net/DualStackPlainDatagramSocketImpl.c
187be289b60 : 8025293: JNI exception pending checks in java.net
df9629e389d : 7047033: (smartcardio) Card.disconnect(boolean reset) does not reset when reset is true
b0e99174c72 : 8039319: (smartcardio) Card.transmitControlCommand() does not work on Mac OS X
ea4b420584a : 8043507: javax.smartcardio.CardTerminals.list() fails on MacOSX
3f10d782d78 : 7195480: javax.smartcardio does not detect cards on Mac OS X
d9af31ccf60 : 8017472: [macosx] Transparency demo is not correctly dragged on the second monitor
6b9948c3391 : 8041896: Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException
c7d28de1b85 : 6788138: leak in Java_sun_awt_X11_XlibWrapper_getStringBytes?
bbbff9a834f : 8019180: Use JComboBox as it's own ActionListener leads to unexpected behaviour
1e3213d6be9 : 8009883: REGRESSION: test/closed/javax/swing/AbstractButton/4246045/bug4246045.java fails
84ebbcfcbf5 : 8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
d3afba5a0b0 : 8028617: Dvorak keyboard mapping not honored when ctrl key pressed
a430ad9225e : 8036607: JNI exception pending in jdk/src/windows/native/java/net/DualStackPlainDatagramSocketImpl.c
079a6c0dc37 : 8025293: JNI exception pending checks in java.net
7e94b156819 : 7047033: (smartcardio) Card.disconnect(boolean reset) does not reset when reset is true
824993beb1f : 8039319: (smartcardio) Card.transmitControlCommand() does not work on Mac OS X
c93feeaf351 : 8043507: javax.smartcardio.CardTerminals.list() fails on MacOSX
2ff04671097 : 7195480: javax.smartcardio does not detect cards on Mac OS X
f60a6d69674 : 8017472: [macosx] Transparency demo is not correctly dragged on the second monitor
7ce5739bb63 : 8041896: Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException
adb37773e75 : 6788138: leak in Java_sun_awt_X11_XlibWrapper_getStringBytes?
43246996f46 : 8031087: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/xawt
319aa4c4c50 : 8039387: Nashorn supports indexed access of List elements, but length property is not supported
f4f394efb5f : 8037396: URI getQuery() and getFragment() don't decode properly
60249f90a2f : 8031766: jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled
5cd27375dd2 : 6475394: Spelling mistake in doc for ComponentUI.getBaselineResizeBehaviour
16c5203d45f : 8037157: Verify <init> call
78a93a57a61 : 8037157: Verify <init> call
f046294abc1 : 8039253: Remove undocumented com.oracle.net
bb75caf5095 : 8032219: [macosx] Scrollbars looks bad under retina in Motif and Metal L&F
5dcb46ad227 : 8039097: Some tests fail with NPE since 7u60 b12
a27ff0774a8 : Added tag jdk8u11-b05 for changeset 805e3742cafb
cdd3b467659 : 8039097: Some tests fail with NPE since 7u60 b12
ae419c5efde : Added tag jdk8u11-b05 for changeset 6084a237d7b6
1973dc9f6cb : 8039097: Some tests fail with NPE since 7u60 b12
d490d76297c : 8039097: Some tests fail with NPE since 7u60 b12
ffbb7125b25 : 8035134: JDK9 unix debug bundle manifest file list issue
fbd69476956 : 8039256: Add sun/jvmstat/monitor/MonitoredVm/CR6672135.java to ProblemList.txt
b45e2afa2aa : 8027144: Review restriction of JAX-WS java packages going to JDK8
1c777306af9 : 8027144: Review restriction of JAX-WS java packages going to JDK8
cf22eda2670 : 8027144: Review restriction of JAX-WS java packages going to JDK8
47bf9f6d57d : 8038624: interpretedVFrame::expressions() must respect InterpreterOopMap for liveness
3017df9adc5 : 8039231: [javadoc] test failure caused by javax.crypto fix
332f2ed2ed6 : 8039231: [javadoc] test failure caused by javax.crypto fix
13d8babca9c : 8031095: [Parfait] warning from jdk/src/solaris/native/sun/awt: memory leak
32d99726358 : 8035569: [parfait] JNI expection pending in jdk/src/windows/native/sun/windows/WPrinterJob.cpp
d1887a808a0 : Added tag hs25.20-b09 for changeset 60c0a55d78ae
8145aec8ac8 : Added tag hs25.20-b09 for changeset 4feda8d18edf
7e8f0a2d28b : 8035737: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintControl.cpp
002763f0fca : 8039137: KSS: JTextComponent.isProcessInputMethodEventOverridden
b04364a90eb : 8038962: KSS: javax.swing.text.html[.parser].ResourceLoader
60be1bfa24c : 8039172: Tidy warnings cleanup for java.net, java.math, java.time, java.rmi
2d4116a6508 : 8038306: (tz) Support tzdata2014b
651c1cda34a : 8038306: (tz) Support tzdata2014b
52c87adff4a : 8038306: (tz) Support tzdata2014b
9c4f5b069bd : 8039030: 9-dev windows-i586 build failed with mktemp: command not found
bf96535b5d8 : 8028354: jstat does not provide enough information when fail to read data from remote JVM
dffb8ce684c : 8039259: Tidy warnings cleanup for java.awt
9bae1e597b2 : 8029995: accept yes/no for boolean krb5.conf settings
45b0f3d53e3 : 8039074: Tidy warnings cleanup for javax.swing
d66b80fc8a5 : 8029073: (corba) New connection reclaimed when number of connection is greater than highwatermark
c7bb80faedb : 8029073: (corba) New connection reclaimed when number of connection is greater than highwatermark
213f53d60d8 : 8029073: (corba) New connection reclaimed when number of connection is greater than highwatermark
6583b826bb4 : 8039244: Don't use UINT32_FORMAT and INT32_FORMAT when printing uints and ints in the GC code
b3439195261 : 8038263: Refactor annotation handling after actualEnterAnnotations
c654c5a23e6 : 8015499: javac, Gen is generating extra checkcast instructions in some corner cases
5905e8f494c : 8039466: Tests failing in langtools repository
e5c81018946 : 8038455: Use single Context for all rounds of annotation processing
8e6660eb564 : 8023945: javac wrongly allows a subclass of an anonymous class
73d4a30eded : 8039231: [javadoc] test failure caused by javax.crypto fix
90a9d3cf8b1 : 8032977: Add serial lint warning to build of jdk repository
5de58097cb2 : 8037881: javax.crypto is not listed in the compact* profiles javadoc
bd4ad89f3d8 : 8037881: javax.crypto is not listed in the compact* profiles javadoc
def40f4158d : 8037881: javax.crypto is not listed in the compact* profiles javadoc
3358534ed1e : 8039216: Update hsx version to hs25.11 with b01 for 8u11 release
2d970b0685f : 8039216: Update hsx version to hs25.11 with b01 for 8u11 release
163d4726d7b : 8036767: PPC64: Support for little endian execution model
1ec4701c177 : 8036767: PPC64: Support for little endian execution model
a9fb361904d : 8039181: Persistent code store does not use absolute paths internally
6e6806dfd99 : 8039077: JPRT build configure not setting --with-update-version
7dc226fb19b : 8039077: JPRT build configure not setting --with-update-version
2565abdf65c : 8039077: JPRT build configure not setting --with-update-version
68da2d7db47 : 8039077: JPRT build configure not setting --with-update-version
034d486b080 : 8039089: List verification enabled in product builds
0ab60ab1720 : 8016302: Change type of the number of GC workers to unsigned int (2)
9efb17f38fe : 6664815: Eliminate redundant memcpy operation in jni_GetStringUTFRegion
7ee6324490c : 8033405: metaspace/stressHierarchy/stressHierarchy005 hangs in atexit handler
18a750c5bff : 8019990: IM candidate window appears on the South-East corner of the display
fbfeab21e30 : 8019990: IM candidate window appears on the South-East corner of the display
d7b640b3cef : 8039146: Fix 64-bit store to int JNIHandleBlock::_top
8a4d8a9a5d2 : 8024769: Remove unused code in sharedRuntime.cpp
2d1ec74f677 : 8039146: Fix 64-bit store to int JNIHandleBlock::_top
987b814236f : 8038939: Some options related to RTM locking optimization works inconsistently
c23e736a07b : 8038201: Clean up misleading usage of malloc() in init_system_properties_values()
2131e4643d7 : 8039146: Fix 64-bit store to int JNIHandleBlock::_top
f2ffcf9dab5 : 8038939: Some options related to RTM locking optimization works inconsistently
e16fd2c82a5 : 8038201: Clean up misleading usage of malloc() in init_system_properties_values()
ba522e50983 : 8038473: Remove support for old T1 libthread
4586b66f831 : 8038999: In Java 8 java.awt.datatransfer.DataFlavor.equals is no longer symmetric
aba6e67dc23 : 8038999: In Java 8 java.awt.datatransfer.DataFlavor.equals is no longer symmetric
113e0a9c2f8 : 8038999: In Java 8 java.awt.datatransfer.DataFlavor.equals is no longer symmetric
8b0c2a9c007 : 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
d72103380ec : 8039041: Tidy warnings cleanup for javax.naming
7f65dc344e9 : 8019990: IM candidate window appears on the South-East corner of the display
e97f5d38184 : Added tag jdk9-b07 for changeset dd19ff015a33
cf7bfef8983 : Added tag jdk9-b07 for changeset a70a71ac79f3
c003df80e7f : Added tag jdk9-b07 for changeset ddf6ebcc99da
b3c487bf854 : Added tag jdk9-b07 for changeset 5d95c3684e9f
34e1399df96 : Added tag jdk9-b07 for changeset 8c109399a3da
299644b0397 : Added tag jdk9-b07 for changeset f00a1292f3ab
c82a421d68c : Added tag jdk9-b07 for changeset fd3ce35a9d5c
3df443cf36f : Added tag jdk9-b07 for changeset ed0f4bbe852d
a0c0ddf1495 : 8039022: Fix serial lint warnings in sun.tools.java 8039027: Fix serial lint warnings in jconsole and jstat 8039038: Fix serial lint warnings in com.sun.jmx.snmp
5cc28622870 : 8039118: Windows build failure (j2pcsc.dll : fatal error unresolved external symbol throwByName)
811be0cb680 : 8039114: Build failure: JDK-8039108 issue
aa1964b8d6e : 8039108: Build Broken: 8035618 fix breaks corba build
e6e9f14a728 : 8036767: PPC64: Support for little endian execution model
6428c0a397d : 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
dd193f4eb2d : 8036767: PPC64: Support for little endian execution model
5e4fd51a7ad : 8038655: Resolve autoconf merge issue of 8u5 and 8u20
242393578e5 : 8038655: Resolve autoconf merge issue of 8u5 and 8u20
011792fa344 : 8035618: Four api/org_omg/CORBA TCK tests fail under plugin only
fbb7bd87812 : 8033696: "assert(thread != NULL) failed: just checking" due to Thread::current() and JNI pthread interaction
325ea469e89 : Added tag jdk8u20-b08 for changeset ecb486b8e423
dffe1a63453 : Added tag jdk8u20-b08 for changeset 86a7ebe50aa7
91f9a9e54f5 : Added tag jdk8u20-b08 for changeset 85767ccf8b93
5f206777a4c : Added tag jdk8u20-b08 for changeset dd0d04d1efa7
a4b87258a53 : Added tag jdk8u20-b08 for changeset 8bacd17c9526
1d5c3d86e38 : Added tag jdk8u20-b08 for changeset d0d1dc7263ba
8f4408d4e3e : Added tag jdk8u20-b08 for changeset d632e81b7f01
e805d79e69a : Added tag jdk8u20-b08 for changeset aab9578b4630
042e7fc953c : Added tag jdk8u20-b08 for changeset f29bcb907729
fccbd0fc6cd : Added tag jdk8u20-b08 for changeset 1abe6399daa0
1539ff7f75b : Added tag jdk8u20-b08 for changeset 31f739d9e404
e214ab7a479 : Added tag jdk8u20-b08 for changeset a269a153d9f5
04986a7c133 : Added tag jdk8u20-b08 for changeset d2db7e7db4f1
4bd946e7311 : Added tag jdk8u20-b08 for changeset b388feb27cc5
116bae7d737 : Added tag jdk8u20-b08 for changeset 83930321f65f
62f83741a0d : Added tag jdk8u20-b08 for changeset ab0d987f02ac
d801fbbc9d3 : 8038638: Persistent store for compiled scripts
cf2bf096680 : 8026334: hs_err improvement: Print elapsed time in a humanly readable format
c9c4f5fd729 : 8039088: Fix broken URLs in package.html
0d03eebeb20 : 6612752: Incorrect getOpenIcon() instanceof in the DefaultTreeCellRenderer
d459255128e : 8038653: Fix Time.toLocalTime, Time.valueOf javadoc clarification
09c759135e0 : 6463901: Either generify or deprecate sun.awt.EventListenerAggregate
f6a558b0e79 : 8038940: c.s.j.r.i.ClientNotifForwarder$LinearExecutor
81e9ecbc979 : 8038940: c.s.j.r.i.ClientNotifForwarder$LinearExecutor
6297ed73e3b : 8038940: c.s.j.r.i.ClientNotifForwarder$LinearExecutor
4c6800a4f97 : 8030114: [parfait] warnings from b119 for jdk.src.share.native.sun.security.smartcardio: JNI exception pending
99f8945d7be : 8032595: [macosx] setResizable(false) makes a frame slide down
10205bdb8ed : 8032595: [macosx] setResizable(false) makes a frame slide down
a52fd3388d4 : 8037959: BitMap::resize frees old map before copying memory if !in_resource_area
3c7ebc17458 : 8028733: [TESTBUG] Remove test exclusion for runtime/6626217/Test6626217.sh
c99112a7968 : 8037560: [macosx] Cleanup CClipboard.m
330cbbef360 : 8031765: Child process error stream is not empty!
ec6e4c5822b : 8031765: Child process error stream is not empty!
123e8202a47 : 8031765: Child process error stream is not empty!
b1d0e4261bb : 8031765: Child process error stream is not empty!
a5adc0deb1c : 8038488: Tidy warnings cleanup for java.beans
a3a58cefca6 : 8029196: Focus border of JButton.buttonType=roundRect is cut off
db2d858b29b : 8039047: Parser accepts conditional catch clauses even when --no-syntax-extensions / -nse option is passed
34c9bec510c : 8039047: Parser accepts conditional catch clauses even when --no-syntax-extensions / -nse option is passed
79fba7993d6 : 8039047: Parser accepts conditional catch clauses even when --no-syntax-extensions / -nse option is passed
6ca57a22cae : 8038963: com/sun/jdi tests fail because cygwin's ps sometimes misses processes
8decb5de90d : 8039751: UTF-8 decoder fails to handle some edge cases correctly
e90c029bad0 : 8036979: Support java.net.SocketOption<> in java.net socket types
d12e5e7d296 : 8039044: Expand undefined intrinsics for all commutative combinators of scrict undefined checks
86fedee5f08 : 8038333: TEST_BUG: java/lang/ref/EarlyTimeout.java fails with a non-adequate message
e08428439f3 : 8038333: TEST_BUG: java/lang/ref/EarlyTimeout.java fails with a non-adequate message
65a18434e73 : 8038333: TEST_BUG: java/lang/ref/EarlyTimeout.java fails with a non-adequate message
419ae8206b4 : 8039045: PPC64: need include in adl generated files after 8001532
4d17a23f27f : 8017142: Time display for Spanish(Chile, Ecuador ) locale doesn't show 24-hour format
a461b95a9c9 : 8017142: Time display for Spanish(Chile, Ecuador ) locale doesn't show 24-hour format
d642f92759b : 8032066: Serialized form has broken links to non private inner classes of package private
e231918e582 : 8034933: Update documentation for Types.directSupertypes to clarify behavior
befb7157c91 : 8034044: Class.getModifiers() returns "static" for anonymous classes
c3c7dcd5070 : 7049895: [TESTBUG] vmerrors.sh should suppress windows .mdmp files
2d55c8df9cd : 8035623: [parfait] JNI warnings in jdk/src/windows/native/sun/windows/awt_Font.cpp
33217b22afd : Added tag jdk8u11-b02 for changeset ec46cb0b6526
c75ac41eb92 : Added tag jdk8u11-b02 for changeset b153121631a6
3a0a4ef4955 : Added tag jdk8u11-b02 for changeset 8f814dd7f355
d4459f922ac : Added tag jdk8u11-b02 for changeset ee2363666efc
04edcae1778 : Added tag jdk8u11-b02 for changeset f140a9ff3072
e7265205f2a : Added tag jdk8u11-b02 for changeset 42a448962f39
9e5a1d4dff3 : Added tag jdk8u11-b02 for changeset 4c79a35b63b9
a337107ce6a : Added tag jdk8u11-b02 for changeset 407e7fd37370
0c8ba72ce90 : Added tag jdk8u11-b02 for changeset 7a0c856ff636
6e6caeba825 : Added tag jdk8u11-b02 for changeset 4fe9adcedfac
0828a8a13f4 : Added tag jdk8u11-b02 for changeset 261668ece137
dea35b4c117 : Added tag jdk8u11-b02 for changeset ea4cdc695cd5
f8870f1a829 : Added tag jdk8u11-b02 for changeset 7c1facd35a15
68233bb59e5 : Added tag jdk8u11-b02 for changeset 75b4ee5391af
d9d9742c758 : 8031425: Two langtools/javac tests fail by timeout on Windows
347de8a801a : 8038931: [TESTBUG] Several regression tests fail to compile in JDK 8u20 nightly build
a54b4c69555 : 8038931: [TESTBUG] Several regression tests fail to compile in JDK 8u20 nightly build
6db303a3012 : 8001532: C2 node files refactoring
9d3f23b245e : 8035004: Provider provides less service
fd8e5653a0c : 8038945: Simplify strict undefined checks
91dcc35215b : 8037295: Add size_t versions of Atomic::add, dec, and inc
15b378fd624 : 8035004: Provider provides less service
ced06f515aa : 8035004: Provider provides less service
0d737e40671 : 7052708: Grammar error in EditorKit documentation
f190cc8c67e : 8038201: Clean up misleading usage of malloc() in init_system_properties_values()
a9d59730a6d : 8030052: Remove reflection from JOptionPane
1584dc799c5 : 8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism
4162f57cd5e : 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
8153d7051a6 : 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
f5adc57f944 : 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
9bc062273fa : 8038829: G1: More useful information in a few assert messages
4300bfe5f08 : 8054362: gc/g1/TestEagerReclaimHumongousRegions2.java timeout
6626e1f06c0 : 8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC
c8a88d0e300 : 8055275: Several gc/class_unloading/ tests fail due to missed +UnlockDiagnosticVMOptions flag
090adcc59bc : 8054883: Segmentation error while running program
66936476965 : 8050485: super() in a try block in a ctor causes VerifyError
ac529b96748 : 8026796: Make replace_in_map() on parent maps generic
3ce4cb217dd : 8038265: CMS: enable time based triggering of concurrent cycles
958ebf487cf : 8055217: Make jdk8u40 the default jprt release for hs25.40
c7ecd6341ed : 8046919: jni_PushLocalFrame OOM - increase MAX_REASONABLE_LOCAL_CAPACITY
dfa904bcf9f : 8055155: new hotspot build - hs25.40-b06
cefbd492460 : 8038829: G1: More useful information in a few assert messages
6fe822fe076 : 8054362: gc/g1/TestEagerReclaimHumongousRegions2.java timeout
96f8fdaf7cb : 8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC
787bc7d0ae6 : 8055275: Several gc/class_unloading/ tests fail due to missed +UnlockDiagnosticVMOptions flag
9e20f22df04 : 8054883: Segmentation error while running program
cbc22cbe049 : 8050485: super() in a try block in a ctor causes VerifyError
796d4a0e0a8 : 8026796: Make replace_in_map() on parent maps generic
b56185c3955 : 8038265: CMS: enable time based triggering of concurrent cycles
9d8a54fb092 : 8055217: Make jdk8u40 the default jprt release for hs25.40
77e4d56b243 : 8046919: jni_PushLocalFrame OOM - increase MAX_REASONABLE_LOCAL_CAPACITY
9ba6cdc1c41 : 8055155: new hotspot build - hs25.40-b06
4643207df74 : 8016039: jvm.lib is missing from export list unless building server
282ac72515f : 8035624: [parfait] JNI exception pending, JNI primitive type mismatch in jdk/src/windows/native/sun/windows/ThemeReader.cpp
120f43985cf : 8035736: [parfait] JNI primitive type mismatch in jdk/src/windows/native/sun/windows/awt_Component.cpp
41f9ffd645c : 8038657: javax.swing.BufferStrategyPaintManager has unused imports
268191c838e : 8035751: Clean up Visual Studio detection logic
77d38feb95c : 8038633: crash in VM_Version::get_processor_features() on startup
b0987758cd3 : 8035890: jdk8 javac -source 7 compiles test case it should not
2807e8d6605 : 8031425: Two langtools/javac tests fail by timeout on Windows
529dad03f23 : 8035972: missing test file for 8034048
1e2afea403e : 8034048: javac crash with method references plus lambda plus var args
eadb4ace2c1 : 8035890: jdk8 javac -source 7 compiles test case it should not
4e6497b75ed : 8031425: Two langtools/javac tests fail by timeout on Windows
4d8cba4b806 : 8035972: missing test file for 8034048
dcf1ae55627 : 8034048: javac crash with method references plus lambda plus var args
e3393701758 : 8035890: jdk8 javac -source 7 compiles test case it should not
7d523055595 : 8038723: Openup some PrinterJob tests
59ef7286094 : 7189721: nightly tests failed on JDI attaching
977d1f7a5da : 8038934: Remove prefix allocated_ from methods and variables in Metaspace
b712e5983d4 : 8035437: Xerces Update: xml/serialize/DOMSerializerImpl
536703b4813 : 8002148: [TEST_BUG] The four lines printed are not the bold typeface
62ede6b2c6e : 8034955: JLabel/JToolTip throw ClassCastException for "<html>a<title>"
5c3e5160504 : 8036882: [macosx] Native memory leak in Java_sun_lwawt_macosx_CImage_nativeGetNSImageRepresentationSizes
600c3f9c0cd : 8035069: [macosx] Loading resolution variants by demand
e2f14246f40 : 8033534: [macosx] Get MultiResolution image from native system
82d0cce1cc1 : 8034119: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/CCharToGlyphMapper.m
d437d14109c : 8034113: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/AWTStrike.m
af27f39dfd3 : 8034104: [parfait] warnings from jdk/src/macosx/native/sun/awt/CTextPipe.m: JNI exception pending, JNI critical region violation
01e1132a93d : 8034097: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/QuartzSurfaceData.m
4a216db00e9 : 8034095: parfait] JNI exception pending in src/jdk/src/macosx/native/sun/awt/QuartzRenderer.m
35927a798cc : 8034030: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/ImageSurfaceData.m
9425252dc2b : 8029008: [Parfait] warnings from b116 for jdk.src.share.native.sun.font: JNI exceptions pending
50f1545d5a3 : 8002148: [TEST_BUG] The four lines printed are not the bold typeface
2e592e76ed7 : 8034955: JLabel/JToolTip throw ClassCastException for "<html>a<title>"
289f0cf608d : 8036882: [macosx] Native memory leak in Java_sun_lwawt_macosx_CImage_nativeGetNSImageRepresentationSizes
265fa3b708f : 8035069: [macosx] Loading resolution variants by demand
66da643cbd7 : 8033534: [macosx] Get MultiResolution image from native system
34af8f63a4f : 8034119: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/CCharToGlyphMapper.m
bfc3ea1b961 : 8034113: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/AWTStrike.m
a35cc0e4ccb : 8034104: [parfait] warnings from jdk/src/macosx/native/sun/awt/CTextPipe.m: JNI exception pending, JNI critical region violation
fb07b145a35 : 8034097: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/QuartzSurfaceData.m
39a61e0f894 : 8034095: parfait] JNI exception pending in src/jdk/src/macosx/native/sun/awt/QuartzRenderer.m
1f9f4ae99a2 : 8034030: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/ImageSurfaceData.m
1be4e132119 : 8029008: [Parfait] warnings from b116 for jdk.src.share.native.sun.font: JNI exceptions pending
2d916472f49 : 8002148: [TEST_BUG] The four lines printed are not the bold typeface
11e7a883789 : 8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
9b2f58ce763 : 8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
384e2ee8ba9 : 8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
542d161f9d9 : 8036793: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_new.cpp
42cca7fba84 : 8036793: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_new.cpp
3dadda658d0 : 8036759: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_AWTEvent.cpp
464c894eaa4 : 8036759: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_AWTEvent.cpp
43be51d6053 : 8035847: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp
6d242dd5b09 : 8035847: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp
07e57f53c05 : 8035337: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintJob.cpp
87ec603e83f : 8035337: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintJob.cpp
d415507c467 : 8035325: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Component.cpp
c4e74ce456d : 8035325: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Component.cpp
7c3b665efb8 : 8035626: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Toolkit.cpp, awt_Toolkit.h
9c50428e732 : 8035626: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Toolkit.cpp, awt_Toolkit.h
01cbfbd0c31 : 8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
3528c996164 : 8035437: Xerces Update: xml/serialize/DOMSerializerImpl
1f29133e387 : 8035320: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DnDDS.cpp
ef72ae879fc : 8035320: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DnDDS.cpp
ad2c02a3376 : 8036761: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TextComponent.cpp
bc9afba186e : 8036761: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TextComponent.cpp
7b8abf81ed9 : 8035842: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Insets.cpp
726382162b4 : 8035842: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Insets.cpp
e2b98bf79c8 : 8035335: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TrayIcon.cpp
58cd3f4bc73 : 8035335: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TrayIcon.cpp
af6ba3b8f30 : 8035332: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Window.cpp
3d74be83dc2 : 8035332: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Window.cpp
72544168493 : 8035327: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsConfig.cpp
402ce2b9006 : 8035327: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsConfig.cpp
379d9f239f6 : 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not
521e1207a70 : 8033251: Use DWARF debug symbols for Linux 32-bit as default
f67a3b7e04f : 8038498: Fix includes and C inlining after 8035330
1f5e01e4f44 : 8038829: G1: More useful information in a few assert messages
5307c2e27e3 : 8035860: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/MouseInfo.cpp
9f3fdd08865 : 8035860: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/MouseInfo.cpp
f0be2c2e606 : 8025209: Intermittent test failure java/net/Socket/asyncClose/AsyncClose.java
804d26e7491 : 8025209: Intermittent test failure java/net/Socket/asyncClose/AsyncClose.java
2a709ce3249 : 8035844: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_Rectangle.cpp
dfb357db2ca : 8035844: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_Rectangle.cpp
5abd378b049 : 8035855: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DataTransferer.cpp
b3e028623e4 : 8035855: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DataTransferer.cpp
e7aed741657 : 8037345: com/sun/jdi/* tests can fail, with race condition on log files
278ed96ea70 : 8032217: failure in man page processing
5f57e465a6c : 8036030: Update JAX-WS RI integration to latest version
b21d142f016 : 8037970: make PrintMethodData a diagnostic options
87ef8756c59 : 8031346: Enhance RSA key handling
73c7b3fdb31 : 8031346: Enhance RSA key handling
fa3b0a8f47f : 8031755: Type speculation should be used to optimize explicit null checks
33df051fafb : 8031346: Enhance RSA key handling
a2b14914778 : 8037162: More robust DH exchanges
e08ccd0e48c : 8029143: javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present
eb8eddf653b : 8038393: [TESTBUG] ciReplay/* tests fail after 8034775
920a8f22d0a : 8038393: [TESTBUG] ciReplay/* tests fail after 8034775
f5d6f0ceb8b : 8038393: [TESTBUG] ciReplay/* tests fail after 8034775
8c41b520440 : 8038186: [TESTBUG] improvements of test j.l.i.MethodHandles
1f5bce40bbf : 8038186: [TESTBUG] improvements of test j.l.i.MethodHandles
0a93fe8672c : Added tag hs25.20-b08 for changeset 623af1823d16
76388ef6eb0 : Added tag hs25.20-b08 for changeset bd44827f728f
d5c467d9766 : 8034768: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/JavaTextAccessibility.m
0de17533090 : 8034118: [parfait] JNI exception pending in macosx/native/sun/awt/JavaComponentAccessibility.m
17fb6077140 : 8038655: Resolve autoconf merge issue of 8u5 and 8u20
4bcc7895faf : 8038655: Resolve autoconf merge issue of 8u5 and 8u20
16ce1009892 : 8037506: [javadoc] broken link in java.awt.geom.Line2D.java
d0cc1114339 : 8035828: Turn on @Stable support in VM
d9135479bc7 : 8035828: Turn on @Stable support in VM
4b2c710b1ea : 8035887: VM crashes trying to force inlining the recursive call
0c515c666f0 : 8035887: VM crashes trying to force inlining the recursive call
68dd8df4d06 : 8036667: "assert(adr->is_AddP() && adr->in(AddPNode::Offset)->is_Con()) failed: offset is a constant" with FoldStableValues on
a695effff36 : 8036667: "assert(adr->is_AddP() && adr->in(AddPNode::Offset)->is_Con()) failed: offset is a constant" with FoldStableValues on
3eee0272f8a : 8032832: Applet/browser deadlocks, when IIS integrated authentication is used
15d6848095b : 8032832: Applet/browser deadlocks, when IIS integrated authentication is used
b355da00522 : 8032667: [macosx] Components cannot be rendered in HiDPI to BufferedImage
be9e2831846 : 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
fe000c4059f : 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
4cbd014b295 : 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
a6cae476982 : 8036882: [macosx] Native memory leak in Java_sun_lwawt_macosx_CImage_nativeGetNSImageRepresentationSizes
0d3542b810f : 8029628: Many graphic artifacts
de4e7722dd3 : 8032832: Applet/browser deadlocks, when IIS integrated authentication is used
0a8095d53ab : 8038615: test262 repo is now a git repo in github
a146919e280 : 8038615: test262 repo is now a git repo in github
199e91e4fff : 8038615: test262 repo is now a git repo in github
fb9c998b1df : 8035768: Move TypeAnnotationPosition from Attribute.Compound to Attribute.TypeCompound
5fb2e4f068e : 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
cfc36fc6c57 : 8147567: InterpreterRuntime::post_field_access not updated for boolean in JDK-8132051
aa2f181c25e : Added tag jdk8u75-b04 for changeset 41f9e6ef28f5
1d1b61f4a01 : 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
460d8d4d18c : 8147567: InterpreterRuntime::post_field_access not updated for boolean in JDK-8132051
b1a20bb22f6 : Added tag jdk8u75-b04 for changeset b1d0370e6a0d
841807b41ed : 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
e8dd613c6ea : 8139258: PPC64LE: argument passing problem when passing 15 floats in native call
a326f72a0ce : 8139421: PPC64LE: MacroAssembler::bxx64_patchable kill register R12
c1a3a8a8da3 : 8143855: Bad printf formatting in frame_zero.cpp
f1e3c2b8696 : 8138966: Intermittent SEGV running ParallelGC
226974d3268 : 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms
210f33687d7 : 8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
3f97ccdddc2 : 8140483: Atomic*FieldUpdaters final fields should be trusted
b4e97cdd776 : 8140249: JVM Crashing During startUp If Flight Recording is enabled
11c7f703bd3 : Added tag jdk8u76-b00 for changeset 9ef41d159e8c
c84bfb69993 : 8080650: Enable stubs to use frame pointers correctly
1f6aaf53b3d : 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
724f8ac23ac : 8139258: PPC64LE: argument passing problem when passing 15 floats in native call
f765c782bd0 : 8139421: PPC64LE: MacroAssembler::bxx64_patchable kill register R12
c216ca14ec8 : 8143855: Bad printf formatting in frame_zero.cpp
a8c67817a01 : 8138966: Intermittent SEGV running ParallelGC
2c382a44136 : 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms
130b473efc2 : 8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
96d998297b7 : 8140483: Atomic*FieldUpdaters final fields should be trusted
e3605b403de : 8140249: JVM Crashing During startUp If Flight Recording is enabled
0241a5f7fe4 : Added tag jdk8u76-b00 for changeset 7c15fa9cb490
4ff97692ff4 : 8080650: Enable stubs to use frame pointers correctly
1c09424c5e0 : Added tag jdk9-b06 for changeset 6bb719005d47
4ba8c0364b3 : Added tag jdk9-b06 for changeset 3d574309a737
1e1b7a00cfd : Added tag jdk9-b06 for changeset be226ada3e9b
42665e2f385 : Added tag jdk9-b06 for changeset a9ffadd3fb0c
bfccee60753 : Added tag jdk9-b06 for changeset be22d398982c
849d46e0840 : Added tag jdk9-b06 for changeset 1725abff0290
a456982ede0 : Added tag jdk9-b06 for changeset f789f6c4a87d
e8aa9e9f6d6 : Added tag jdk9-b06 for changeset 062ced780ca4
3c5471b8160 : 8035104: reorder class file attributes in javap listing
4545ab18522 : 8035104: reorder class file attributes in javap listing
7ea75c6bbbd : 8038456: improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods
1d476e912cb : 8038456: improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods
f501342579c : 8038456: improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods
45dd523fc69 : 8038193: Add command line option tests for BMI options
e0f84784f2b : 8038416: Access to undefined scoped variables deoptimized too much
f6722c9a3f7 : 8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen scraping brittle and subject-to-change log output
9907f32e87b : 8038240: new WB API to get nmethod
fcb306930fd : 8038193: Add command line option tests for BMI options
0718680f733 : 8038240: new WB API to get nmethod
5c3d06d90d5 : 8038193: Add command line option tests for BMI options
d9187e9799c : 8038240: new WB API to get nmethod
77ad0945a6e : 8035104: reorder class file attributes in javap listing
097791f2153 : 8038435: Some hgforest.sh commands don't receive parameters
6c6172a5e51 : 8030681: add "serve" command and --quiet and --verbose options to hgforest
7f05e26f743 : 8038435: Some hgforest.sh commands don't receive parameters
9a25f3ae602 : 8030681: add "serve" command and --quiet and --verbose options to hgforest
60eff958b18 : 8038435: Some hgforest.sh commands don't receive parameters
c3dcb7b328d : 8034181: SIGBUS in SctpChannelImpl receive
61c29c01a1d : 8034181: SIGBUS in SctpChannelImpl receive
95bf6250f11 : 8035158: Remove dependency on sun.misc.RegexpPool and friends
f2b50b9f5fc : 8149714: [parfait] char array lengths don't match in awt_Font.cpp:1701
9d15e913743 : 8161742: [parfait] Uninitialised memory in isXTestAvailable of awt_Robot.c:65
ddf17086782 : 8161733: [parfait] Memory leak in imageioJPEG.c:2803
bccf1dd9c5f : 8161761: [parfait] 2 JNI exception pending defect groups in GraphicsPrimitiveMgr.c
112e76678d3 : 8022580: sun.net.ftp.impl.FtpClient.nameList(String path) handles "null" incorrectly
ee52f3d3545 : 8159684: (tz) Support tzdata2016f
689262dabf3 : 8162488: JDK should be updated to use LittleCMS 2.8
1617d967ae3 : 8160664: JVM crashed with font manager on Solaris 12
312c0262745 : 8028363: XmlGregorianCalendarImpl.getTimeZone() bug when offset is less than 10 minutes
0713857f548 : Added tag jdk8u122-b00 for changeset 57c3ca66476a
667f4cae264 : 8145981: (fs) LinuxWatchService can reports events against wrong directory
c4d446d7122 : 8160941: "text/uri-list" dataflavor concats the first two strings
b0144475568 : 8158325: [macosx] Memory leak in com.apple.laf.ScreenMenu
441b1bb89a6 : 8035158: Remove dependency on sun.misc.RegexpPool and friends
d12b4c43ee3 : 8149714: [parfait] char array lengths don't match in awt_Font.cpp:1701
1818d2504b1 : 8161742: [parfait] Uninitialised memory in isXTestAvailable of awt_Robot.c:65
2067d9a9b3c : 8161733: [parfait] Memory leak in imageioJPEG.c:2803
efa821e05d5 : 8161761: [parfait] 2 JNI exception pending defect groups in GraphicsPrimitiveMgr.c
8fe2f33888c : 8022580: sun.net.ftp.impl.FtpClient.nameList(String path) handles "null" incorrectly
1e7820b5d67 : 8159684: (tz) Support tzdata2016f
49b766674bf : 8162488: JDK should be updated to use LittleCMS 2.8
fdbdeae5c17 : 8160664: JVM crashed with font manager on Solaris 12
19bc4e3c55d : 8028363: XmlGregorianCalendarImpl.getTimeZone() bug when offset is less than 10 minutes
7dc49bb0aeb : Added tag jdk8u122-b00 for changeset 89865364b1ad
cbdd4f2390e : 8145981: (fs) LinuxWatchService can reports events against wrong directory
95388eeb757 : 8160941: "text/uri-list" dataflavor concats the first two strings
ad4c428c10e : 8158325: [macosx] Memory leak in com.apple.laf.ScreenMenu
be5be3a85b7 : 8036543: [parfait] JNI pending exceptions for j2secmod.c, j2secmod_md.c, and p11_md.c
f9ab81afb8c : 8036543: [parfait] JNI pending exceptions for j2secmod.c, j2secmod_md.c, and p11_md.c
dba884b9144 : Added tag jdk8u20-b07 for changeset 560a881f5b95
0bedd667f6f : Added tag jdk8u20-b07 for changeset c09fee00b1d5
01dd796fb1e : Added tag jdk8u20-b07 for changeset e7b9be872f76
99170474d64 : Added tag jdk8u20-b07 for changeset a389ceccbecf
556556e53a0 : Added tag jdk8u20-b07 for changeset a8bb3592c600
ed5727830eb : Added tag jdk8u20-b07 for changeset 9bb3094762af
aadc4e27239 : Added tag jdk8u20-b07 for changeset b7479cd329e4
ea2a0b88d59 : Added tag jdk8u20-b07 for changeset 6bdd6e666723
fff745e8e2b : Added tag jdk8u20-b07 for changeset 949a91c70b90
e4e90387c9a : Added tag jdk8u20-b07 for changeset 9991c1ae5924
3b344e5540d : Added tag jdk8u20-b07 for changeset 65144347af6e
fd568fa3231 : Added tag jdk8u20-b07 for changeset 9d2b67d4c3ff
5abbcbfb75d : Added tag jdk8u20-b07 for changeset 7af101007c28
f75a3b49e8a : Added tag jdk8u20-b07 for changeset b616f6c31695
a63f028ed9c : Added tag jdk8u20-b07 for changeset ec535ff671ad
b3dd2a5c7b0 : Added tag jdk8u20-b07 for changeset 16e6712d1744
3eb793cd06e : 8035956: javac, incomplete error message
98d8c513894 : 8027924: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java fails with warning
f6aada536ef : 8038396: fix for the compiler expression evaluator to be more inquisitive about types
a00bf70f6f8 : 8035667: EventMetaspaceSummary doesn't report committed Metaspace memory
15efa470b91 : 8038461: Test gc/g1/TestStringDeduplicationMemoryUsage.java fails with unexpected memory usage
33a7783be53 : 8032595: [macosx] setResizable(false) makes a frame slide down
700e1bbd32b : 8038080: annotation processors don't visit declaration parameter annotations
ffbbee2c980 : 8038080: annotation processors don't visit declaration parameter annotations
24400e17453 : 8038080: annotation processors don't visit declaration parameter annotations
da71a6dd961 : 8031625: javadoc problems referencing inner class constructors
73e087fe261 : 8037258: AIOB while parsing CRL for revoked certificate
760a7de90bb : 8037258: AIOB while parsing CRL for revoked certificate
405f19007be : 8037910: [parfait] JNI warnings in jdk/src/windows/native/sun/java2d/d3d/D3DSurfaceData.cpp
ac75d4fc2fb : 8037821: Account for trampoline stubs when estimating code buffer sizes
d49733b70bf : 8034104: [parfait] warnings from jdk/src/macosx/native/sun/awt/CTextPipe.m
7b41fdf86af : Added tag jdk8u11-b01 for changeset f0adabaf3967
ddf5bafbbe7 : Added tag jdk8u11-b01 for changeset 7de8ee072b26
83218e769e2 : Added tag jdk8u11-b01 for changeset 9accacdd36c7
654c8207313 : Added tag jdk8u11-b01 for changeset 99b79f64c5c8
8d96c13854b : Added tag jdk8u11-b01 for changeset b21764d40c58
1eb2c24f60d : Added tag jdk8u11-b01 for changeset 7beaaf0d2da0
574969f75fb : Added tag jdk8u11-b01 for changeset 950a7b1c9093
fd4409fee9e : Added tag jdk8u11-b01 for changeset 2442bc5a3ba5
aa90f193d33 : Added tag jdk8u11-b01 for changeset 5d8e839171ed
6ff55249975 : Added tag jdk8u11-b01 for changeset ecd8c883975f
cf871a8603d : Added tag jdk8u11-b01 for changeset 8e86747d4309
3e6416fd978 : Added tag jdk8u11-b01 for changeset eb2d046d2eba
63cd9d8514a : Added tag jdk8u11-b01 for changeset 4dacbc328b1c
4f962b021d9 : Added tag jdk8u11-b01 for changeset 07e3a63642cf
8dc03c6744e : 8033666: Make sure @ForceInline is everywhere it needs to be in sun.misc and java.lang.invoke
10ee3e5123b : 8033666: Make sure @ForceInline is everywhere it needs to be in sun.misc and java.lang.invoke
20fe9d821b0 : 8036117: MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed)
23f08685822 : 8036117: MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed)
8229d0058af : 8027827: Improve performance of catchException combinator 8034120: MethodHandles.catchException doesn't handle VarargsCollector right
7c2c7704408 : 8027827: Improve performance of catchException combinator 8034120: MethodHandles.catchException doesn't handle VarargsCollector right
ba63fad3f1f : 8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
28d8432a805 : 8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
a7a60a9173c : 8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
1bdb6807d08 : 8031001: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/awt: JNI-related warnings
ddc2f91ab4f : 8038222: Assembler::bsrl fails on assert when -UseCountLeadingZerosInstruction is used on CPU with LZCNT support
04e8f324514 : 8038286: nm->set_rtm_state() should be called after (nm != NULL) check
ef9ad46ff8d : 8030681: add "serve" command and --quiet and --verbose options to hgforest
95bbd054c70 : 8033662: DateTimeFormatter parsing ignores withZone()
1a09d931b79 : 8037477: Reproducible hang of JAWS and webstart application with JAB 2.0.4
d7b238bb184 : 8039396: NPE when writing a class descriptor object to a custom ObjectOutputStream
be4113377c3 : 8039750: KSS: Replace MetalLazyValue with lambda
b127f687109 : 8039137: KSS: JTextComponent.isProcessInputMethodEventOverridden
396177ef663 : 8038962: KSS: javax.swing.text.html[.parser].ResourceLoader
0a6cbe0fb87 : 8036983: JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
3be6810dc6b : 8033662: DateTimeFormatter parsing ignores withZone()
4a94c503c55 : 8037477: Reproducible hang of JAWS and webstart application with JAB 2.0.4
870a4c890f1 : 8039396: NPE when writing a class descriptor object to a custom ObjectOutputStream
482e2903ae4 : 8039750: KSS: Replace MetalLazyValue with lambda
658aeb3c83f : 8039137: KSS: JTextComponent.isProcessInputMethodEventOverridden
20021667edb : 8038962: KSS: javax.swing.text.html[.parser].ResourceLoader
fc072d1e6c6 : 8036983: JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
dc0b41d3d34 : 8038217: SunFontManager.initIDs NoSuchFieldError: lcdSubPixPos
3273c46daf7 : 8038262: Workaround for ccache in vm.make is missing for aix
1c9ebd2bebb : 8033566: [parfait] warning from b128 for hotspot/src/share/vm/runtime/frame.cpp: JNI primitive type mismatch
0cbec476dd0 : 8037534: Use scope types to determine optimistic types
a7394f09e54 : 8038223: Symbol trace debug output takes time
0ba46cd40c0 : 8037857: Methods j.u.Arrays.spliterator/stream(X[], int, int) throw IAE instead of specified AIOOBE when endIndex < startIndex
1516f610a1b : 6653795: C2 intrinsic for Unsafe.getAddress performs pointer sign extension on 32-bit systems
a134a4d15d2 : 8037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsException
794887a9162 : 8037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsException
252aa24c766 : 8037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsException
676f82b33f1 : 8037274: sun.tools.attach.WindowsVirtualMachine#createPipe() needs more descriptive message when pipe creation fails
be3c17a4897 : 6943190: TEST_BUG: some tests in java/lang/Runtime/exec have hard-coded path to shell commands
7ba46e3ea40 : 8038027: DTDBuilder should be run in headless mode
4505a13ef7f : 8026385: [macosx] (awt) setjmp/longjmp changes the process signal mask on OS X
2232912da5f : 8003900: X11 dependencies should be removed from Mac OS X build
291849f4c5f : 8046888: JNI exception pending in jdk/src/share/native/sun/awt/image/awt_parseImage.c
1447029de08 : 8046884: JNI exception pending in jdk/src/solaris/native/sun/java2d/x11: X11PMPLitLoops.c, X11SurfaceData.c
cc6034631e4 : 8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory
24ba952d1b8 : 8038027: DTDBuilder should be run in headless mode
8b4e20aa3b3 : 8026385: [macosx] (awt) setjmp/longjmp changes the process signal mask on OS X
01837e8141c : 8003900: X11 dependencies should be removed from Mac OS X build
af84c8ea26b : 8046888: JNI exception pending in jdk/src/share/native/sun/awt/image/awt_parseImage.c
3a8c5916474 : 8046884: JNI exception pending in jdk/src/solaris/native/sun/java2d/x11: X11PMPLitLoops.c, X11SurfaceData.c
5204038d506 : 8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory
84a944681a2 : 8038027: DTDBuilder should be run in headless mode
3c590f1afe7 : 8037298: Export HotSpots 'optimized' (i.e. not-product) configuration in the top-level configure/makefile
98e3dea4f31 : 8034169: Fix serial lint warnings in javax.swing
4a45c3ca61f : 8036571: (process) Process process arguments carefully
b9aa4b4fe61 : 8036571: (process) Process process arguments carefully
6f687a5536a : 8036571: (process) Process process arguments carefully
93c0cc2aa87 : 8038181: Can't build product VM without precompiled header
9157f3845d5 : 8037046: Validate libraries to be loaded
33ccc261e0c : 8035788: Provide more consistency for lookups
81670439647 : 8035857: Add tests to verify correctness of operations with BMI1 and LZCNT instructions
beef7a6745e : 8034113: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/AWTStrike.m
95688c35103 : 8029008: [Parfait] warnings from b116 for jdk.src.share.native.sun.font: JNI exceptions pending
eae3043acf2 : 8038106: PIT: access problem to a PrinterJob on OS X
a8e03c46488 : 8035188: KSS: javax.swing.plaf.basic.BasicComboBoxEditor
b4989e7f655 : 8035177: KSS: sun.awt.shell.ShellFolder
ab85ac58f04 : 8035171: KSS: sun.awt.shell.Win32ShellFolderManager2
4036a466ca0 : 8037562: Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys
6500c2dee91 : 8037562: Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys
6bc91d348fc : 8037562: Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys
b2db801ee9a : 7161320: TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code)
5deaaa84e92 : 8037225: sun/tools/jinfo/Basic.sh fails
34be848c9c8 : 8032878: Editable combos in table do not behave as expected
d305e25197d : 8037117: Javadoc cleanup of javax.sound.midi.spi package
795e3203c55 : 8030640: [TEST_BUG] java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with exit code 2
d8901d17998 : 8022531: [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog
724df6d805a : 8036022: D3D: rendering with XOR composite causes InternalError
b6edca73856 : 7124417: [macosx] failure in Window.initGC on Mac with monitor sleeping
966f3bc8451 : 8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries
89a408692d8 : 8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries
f60c942caa2 : 8035870: Check jdk/src/windows/native/java/io/WinNTFileSystem_md.c for JNI pending exceptions
4d1b400d2d6 : 8036607: JNI exception pending in jdk/src/windows/native/java/net/DualStackPlainDatagramSocketImpl.c
299a78721f1 : 8025293: JNI exception pending checks in java.net
d278ecae876 : 8035340: (prefs) Check jdk/src/windows/native/java/util/WindowsPreference.c for JNI pending exceptions
e506d671fac : 8035930: Check jdk/src/windows/native/java/io/io_util_md.c for JNI pending exceptions
6e01e594da7 : 8036600: JNI exception pending in src/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/NTLMAuthSequence.c
5163011f0e4 : 8037507: Fix broken link in javax/sql/rowset/package.html
3a732931029 : 8036601: JNI exception pending in jdk/src/windows/native/sun/net/dns/ResolverConfigurationImpl.c
c78becb6106 : 8034034: [parfait] JNI exc. pending in hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m
86b7f002f4d : 8036609: Check jdk/src/windows/native/java/lang/ProcessImpl_md.c for JNI pending exceptions
706fe7b1dbc : 8036603: Check jdk/src/windows/native/java/lang/ProcessEnvironment_md.c for JNI pending exceptions
c17681a17e2 : Added tag jdk9-b05 for changeset 9471aad8444f
d705db594aa : Added tag jdk9-b05 for changeset a127d7bb1c30
01cf229bac4 : Added tag jdk9-b05 for changeset da7dce5b111a
610c251a87a : Added tag jdk9-b05 for changeset 820ef263f93a
68df72b0a06 : Added tag jdk9-b05 for changeset be03513558fc
7011d097247 : Added tag jdk9-b05 for changeset 911cca83c115
c9fcec7f2df : Added tag jdk9-b05 for changeset 42d16b6cadb0
405bbf7a4d8 : Added tag jdk9-b05 for changeset 2d573a30fd59
c50512a06dd : 8035577: Xerces Update: impl/xpath/regex/RangeToken.java
f3d19df488a : 8035577: Xerces Update: impl/xpath/regex/RangeToken.java
73af010037e : Added tag hs25.20-b07 for changeset 6884fd4b81e5
f6712be52bd : Added tag hs25.20-b07 for changeset c9a4bba09e8e
d4108fc66ce : 8037167: Better method signature resolution
ceaa08df3d5 : 8037167: Better method signature resolution
dc8db5eb0ba : 8037340: Linux semaphores to use CLOCK_REALTIME
851d16bbd7d : 8037340: Linux semaphores to use CLOCK_REALTIME
226c0596583 : 8036134: Check src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c for JNI pending exceptions
51afb9aba16 : 8023475: [TEST BUG] Test javax/swing/JSlider/6794831/bug6794831.java does not wait long enough for test results
6c44c81a959 : 8037967: Broke the build, by commiting without saving the last review comment
6202e3a60d7 : 8030780: test/com/sun/corba/cachedSocket/7056731.sh leaves HelloServer behind
ca1752f3377 : 8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation
e71ffe9834f : 8033075: Broken Links In CORBA API docs
e3ebae0947a : 8037962: metaspaceTracer.cpp misses a symbol
dd01e38812f : 8031765: Child process error stream is not empty!
15e6b91ca55 : 8037340: Linux semaphores to use CLOCK_REALTIME
33ad6f89797 : 8037840: [macosx] Rewrite CWarning window to eliminate the ExecutorService
908ea8bebdf : 7118295: javac does not explicitly close -Xstdout file
fc7f4197f1b : 8037915: PPC64/AIX: Several smaller fixes
97a51c5c2a6 : 8031320: Use Intel RTM instructions for locks
ede414e7808 : 8035337: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintJob.cpp
4787c7e9aad : Added tag jdk8u20-b06 for changeset 3369cdd10cfa
fee5fb299af : Added tag jdk8u20-b06 for changeset 9a1139e802d6
5c86bb88904 : Added tag jdk8u20-b06 for changeset 5e90b9e1b21e
ea42395c299 : Added tag jdk8u20-b06 for changeset 58317918a063
8e58b243a12 : Added tag jdk8u20-b06 for changeset 1f65e0bc2c9a
d2b2e2bfaf0 : Added tag jdk8u20-b06 for changeset a6bb5ad06af6
292ebb9404f : Added tag jdk8u20-b06 for changeset ab3baa94c8c9
4a66a6ee2b1 : Added tag jdk8u20-b06 for changeset cc7d2a985a6c
bbf90a925c9 : Added tag jdk8u20-b06 for changeset e7942f054ba7
1f68d884f3d : Added tag jdk8u20-b06 for changeset 9a6e1f01c809
52afe06f5c5 : Added tag jdk8u20-b06 for changeset 2421e805ea92
92faf177e05 : Added tag jdk8u20-b06 for changeset fe47282fcad4
6749e0f956a : Added tag jdk8u20-b06 for changeset d499d0ea1a09
d0dc17c3b36 : Added tag jdk8u20-b06 for changeset 39cbcd968ff9
194026940aa : Added tag jdk8u20-b06 for changeset dd98796a076b
153db2dfa10 : Added tag jdk8u20-b06 for changeset da76be60c3ac
019025c61f6 : 8025505: Constant folding deficiency
2678bc53ce0 : 8037843: test needs to be removed from jaxp repo
6ca522060c9 : 8037843: test needs to be removed from jaxp repo
fff6b1883a1 : 7107611: sun.security.pkcs11.SessionManager is scalability blocker
54a2f1ea63d : 8037076: Check constant pool constants
a94a59797c5 : 8037076: Check constant pool constants
315e4838e91 : 8031203: remove SafepointPollOffset
eaf70842b78 : 8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
9164b44510e : 8036800: Attribute OOM to correct part of code
5e5d8688ebf : 8036800: Attribute OOM to correct part of code
a8bfc3d374d : 8037868: The build is broken after the JDK-8035630
1ed5b22d6e4 : 8029186: regression-hotspot nightly failure: assert(FLAG_IS_DEFAULT(MaxNewSize) || MaxNewSize < MaxHeapSize) failed
395c71590f0 : 8034094: SA agent can't compile when jni_x86.h is used
0a397210318 : 8026784: Error message in AdaptiveFreeList<Chunk>::verify_stats is wrong
0346ae4c9d3 : 8027643: Merge GenCollectorPolicy and TwoGenerationCollectorPolicy
0701c5f13f8 : 8037743: 2d nightly: wrong class cast to DigraphNode
e0bc15202b6 : 6898851: Compiling against this corrupt class file causes a stacktrace from javac
9a239253db7 : 8037779: NoPersistenceCachingTest fails with ant test
b5c11985504 : 8037779: NoPersistenceCachingTest fails with ant test
71ded92863c : 8037779: NoPersistenceCachingTest fails with ant test
13a9b31a66f : 8037776: [macosx] Swing app fails to exit after last window is disposed when security manager is enabled
e59617293b1 : 7124255: [macosx] java.awt.List: method select(int) doesn't work before be visible
fb4712700fb : 8035630: [parfait] JNI exception pending in jdk/src/windows/native/sun/font/fontpath.c
8adea7db6f6 : 8034030: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/ImageSurfaceData.m
4fee93a750c : 8034097: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/QuartzSurfaceData.m
abd0683c077 : 8034095: [parfait] JNI exception pending in src/jdk/src/macosx/native/sun/awt/QuartzRenderer.m
1b30f405595 : 8036007: javac crashes when encountering an unresolvable interface
2acb80d86fa : 8036007: javac crashes when encountering an unresolvable interface
e7c152d58f3 : 8036007: javac crashes when encountering an unresolvable interface
9c992458aa9 : 8046060: Different results of floating point multiplication for lambda code block
a4f6fe69885 : 8036007: javac crashes when encountering an unresolvable interface
a4d26646c96 : 8046060: Different results of floating point multiplication for lambda code block
03c0b0a11e5 : 8036007: javac crashes when encountering an unresolvable interface
56b41822fbe : 8033271: Manual security tests have @ignore rather than @run main/manual
06461f9c1ba : 8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
d66d121fefa : Added tag jdk8u5-b13 for changeset a7863de11101
55cf2e7375c : Added tag jdk8u5-b13 for changeset b4eb818d7eae
400fef33b4e : Added tag jdk8u5-b13 for changeset 13c10677ee11
2976280a75a : Added tag jdk8u5-b13 for changeset c107ad05756e
a97e504679b : Added tag jdk8u5-b13 for changeset 8e2e706077bf
4dd044447cb : Added tag jdk8u5-b13 for changeset ca6812024c41
533ba4d83d1 : Added tag jdk8u5-b13 for changeset cf2c1a67cbfe
43228295c02 : Added tag jdk8u5-b13 for changeset a250254abb13
ada8cc58236 : Added tag jdk8u5-b13 for changeset 9c34e8aba2e0
b1bac8fa0e8 : Added tag jdk8u5-b13 for changeset b68256377658
91eec830d0f : Added tag jdk8u5-b13 for changeset 95b3a07eed09
177aa5c9c8a : Added tag jdk8u5-b13 for changeset 0a4277dae8b2
ee073a6f517 : Added tag jdk8u5-b13 for changeset 2446757e5c7a
0c0d908524f : Added tag jdk8u5-b13 for changeset 2699f273021e
6e7ed3699b9 : Added tag jdk8u5-b13 for changeset 51b7b9a380a3
1852adce362 : Added tag jdk8u5-b13 for changeset 033fd8fd735b
b578066e0bb : 8035168: [macosx] Remove CThreading class
2beb211aef3 : 8034119: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/CCharToGlyphMapper.m
4a4c0fce93f : 8029075: String deduplication in G1
4880019b3ef : 8036630: Null ProtectionDomain in JVM can cause NPE because principals field is not initialized to an empty array
8725d751749 : 8037529: [asm] add back @Suppress tags, removed by last bulk refresh
21e9bfc83ef : 8008114: [parfait] False positive buffer overrun in jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c
e63f78cc99b : 8028050: Typo correction needed s/Classlaoder/Classloader/
cd9da7c362a : 8037483: issue with the crypto / sec zip unzipping in the jdk8 build
a246384219a : 8035069: [macosx] Loading resolution variants by demand
761e2c85b3d : 8037106: Optimize Arrays.asList(...).forEach
02186906efd : 8037013: [TESTBUG] Fix test/java/lang/ClassLoader/Assert.sh on AIX
eaa221b2680 : 8036759: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_AWTEvent.cpp
6c36e9d3fd1 : 6976636: JVM/TI test ex03t001 fails assertion
d9e857f304d : 8034980: Fix @summary tag of test/tools/javac/parser/T4910483.java
da4aab3c1db : 8025550: valgrind: Conditional jump depends on uninitialised value in Arena::set_size_in_bytes()
70458b30af7 : 8037378: Write sanity tests for bytecode persistence feature
0c91dc5efd2 : 8039387: Nashorn supports indexed access of List elements, but length property is not supported
e62eac5d0c4 : 8039181: Persistent code store does not use absolute paths internally
f97c7b11594 : 8038638: Persistent store for compiled scripts
e5993529224 : 8037378: Write sanity tests for bytecode persistence feature
5fbbb47d0bc : 8039387: Nashorn supports indexed access of List elements, but length property is not supported
9b0f6f2ffbe : 8039181: Persistent code store does not use absolute paths internally
edb61cfa636 : 8038638: Persistent store for compiled scripts
29370945082 : 8037378: Write sanity tests for bytecode persistence feature
3c9e8bee0c9 : 8036762: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Canvas.cpp
8774e390b2c : 8036790: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Scrollbar.cpp
0dccaa3eb37 : 8036783: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuBar.cpp
a255b4d7a09 : 8036717: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Robot.cpp
52f97b0ee1d : 8036576: jtreg failed on Test6792161 timed out
20a398217da : 8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell
84a0445ab6b : 8007563: When checking the default behaviour for a scroll tab layout and checking the 'opaque' checkbox, the area behind tabs is not red
51cf9a1b09d : 8036601: JNI exception pending in jdk/src/windows/native/sun/net/dns/ResolverConfigurationImpl.c
0dad1036017 : 8036134: Check src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c for JNI pending exceptions
2de8a067413 : 8035930: Check jdk/src/windows/native/java/io/io_util_md.c for JNI pending exceptions
67d052b92f6 : 8032788: ImageIcon constructor throws an NPE and hangs when passed a null String parameter
de3efb87b03 : 8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell
928a61e40f2 : 8007563: When checking the default behaviour for a scroll tab layout and checking the 'opaque' checkbox, the area behind tabs is not red
f1dcfc3d7f7 : 8036601: JNI exception pending in jdk/src/windows/native/sun/net/dns/ResolverConfigurationImpl.c
5372a3be3a2 : 8036134: Check src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c for JNI pending exceptions
3824eabaa5e : 8035930: Check jdk/src/windows/native/java/io/io_util_md.c for JNI pending exceptions
e4fec487d65 : 8032788: ImageIcon constructor throws an NPE and hangs when passed a null String parameter
b88756e8fd2 : 8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell
ab9713a75da : 8035119: Fix exceptions to bytecode verification
99ce4940c31 : 8035119: Fix exceptions to bytecode verification
42f5d9558a9 : 8037086: Check that deoptimizing recompilations are correct
acfe43998bd : 8037407: G1: Remove heapRegionSets.cpp
efecc4aeb6e : 8037407: G1: Remove heapRegionSets.cpp
87514d9f0ee : 8029362: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.media.sound: JNI exception pending
9f0c4ee4247 : 8037400: Remove getInitialMap getters and GlobalObject interface
fb740600f34 : 8037400: Remove getInitialMap getters and GlobalObject interface
e34f74421a2 : 8037400: Remove getInitialMap getters and GlobalObject interface
eb2ad0bddfd : 8035743: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Frame.cpp
451daea8f40 : 8037346: Need to terminate server process if client runs into problems
3e98d762b9f : 8035626: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Toolkit.cpp, awt_Toolkit.h
f80b2f863c7 : 8036793: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_new.cpp
2c002ee9b0c : 8037226: compiler/7196199/Test7196199.java fails on 32-bit linux with MaxVectorSize > 16
f623fdfa16c : 8037226: compiler/7196199/Test7196199.java fails on 32-bit linux with MaxVectorSize > 16
d3f1dc78ef5 : 8037226: compiler/7196199/Test7196199.java fails on 32-bit linux with MaxVectorSize > 16
f2fbd2207de : 6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell
53e3990b7cc : 8037420: Silent failures in Annotate.actualEnterTypeAnnotations
47e00453cc6 : 8037221: [asm] refresh internal ASM version
9fc69a0f418 : 8036782: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_MouseEvent.cpp
8e4fd2a0f9e : 8037377: Windows: compilation failed after the fix for 8033712
03e958a5a9b : 8036103: Cleanup of java.awt and java.awt.peer packages
a3cc5f5cf3f : 8037371: [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
ba6fce6273d : 8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one
1afb74429d5 : 8010767: Build fails on OEL6 with 16 cores
ac1be38a4c4 : 8010767: Build fails on OEL6 with 16 cores
26553754383 : 8036128: Remove deprecated VM flag UseVMInterruptibleIO
702e644d93b : 8033921: Build fails if --with-alsa option is used due to incorrect ALSA link parameter in autoconf script
27f536f046f : 8033921: Build fails if --with-alsa option is used due to incorrect ALSA link parameter in autoconf script
72344ee850e : 8037099: [macosx] Remove all references to GC from native OBJ-C code
fbe1ada7768 : 8037180: [TEST_BUG] test/sun/util/calendar/zi/Zoneinfo.java incorrectly calculates raw GMT offset change time
016a9097f0d : 8037162: More robust DH exchanges
26f21a1719b : 8037046: Validate libraries to be loaded
d89a073a27f : Added tag jdk8u11-b01 for changeset f44fd3adc5c3
9a948543ae6 : 8037180: [TEST_BUG] test/sun/util/calendar/zi/Zoneinfo.java incorrectly calculates raw GMT offset change time
3a3aaac2590 : 8037162: More robust DH exchanges
ab678265b03 : 8037046: Validate libraries to be loaded
9afaf42396c : Added tag jdk8u11-b01 for changeset 470fa8a0b426
1b8b577a185 : 8037180: [TEST_BUG] test/sun/util/calendar/zi/Zoneinfo.java incorrectly calculates raw GMT offset change time
f461af84fd5 : 8037012: (tz) Support tzdata2014a
afa5b5c3493 : 8037281: Improve CacheFind and enable on all platforms
6151bfe1cb6 : 8037281: Improve CacheFind and enable on all platforms
1cd40d19c9d : 8036788: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Event.cpp
60029bd9472 : 8034079: G1: Refactor the HeapRegionSet hierarchy
a89cbaa83a2 : 8034079: G1: Refactor the HeapRegionSet hierarchy
6a81209e6fd : 8037262: typo in error message in KrbAsReq.authenticate()
25d1d45fd9b : 8035692: Fix serial lint warnings in mac-specific code
a415d906918 : 8037140: C1: Incorrect argument type used for SharedRuntime::OSR_migration_end in LIRGenerator::do_Goto
af7a190f216 : 8037149: C1: getThreadTemp should return a T_LONG register on 64bit
2564e82ad17 : 8034924: Incorrect inheritance of inaccessible static method
15594ec61d7 : 8037139: Fix serial lint warnings in sun.print
7c9de3ea76f : 8033712: Fix more serial lint warnings in sun.awt
73e0ab9b7fc : 8034127: javac provide debug oriented toString() methods to InferenceContext and UndetVar
4a8eb8c9f4b : Added tag hs25.20-b06 for changeset c617534e8646
715eca014c1 : Added tag hs25.20-b06 for changeset a0cc7b98ff36
23e62011096 : 8035843: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PopupMenu.cpp
29a22468e26 : 8037238: JDK 9 images don't rebuild when access bridge jars rebuild
3fb33e1996c : 8035629: [parfait] JNI exc pending in jdk/src/windows/native/sun/windows/ShellFolder2.cpp
6d3d6ed77a6 : 8035629: [parfait] JNI exc pending in jdk/src/windows/native/sun/windows/ShellFolder2.cpp
266bfdf77b7 : 8029868: Fix KSS issues in sun.lwawt.macosx
14dca54febc : 8029868: Fix KSS issues in sun.lwawt.macosx
d29f117df1b : 8037287: Windows build failed after JDK-8030787
42e11ab35c3 : 8037287: Windows build failed after JDK-8030787
ff28ead70b6 : 8037287: Windows build failed after JDK-8030787
6ac2747decc : 8015958: DataView constructor is not defined
d12463d7dc6 : 8015958: DataView constructor is not defined
572d5812621 : 8015958: DataView constructor is not defined
6f01ed1a816 : 8027561: [macosx] Cleanup "may not respond to selector" warnings in native code
a52dbdc1b53 : 8027561: [macosx] Cleanup "may not respond to selector" warnings in native code
c52dd24de58 : 8030787: [Parfait] JNI-related warnings from b119 for jdk/src/share/native/sun/awt/image
fe0315ce40d : 8041931: test/sun/net/www/http/HttpClient/B8025710.java fails with cannot find keystore
48ab846ccf0 : 8036790: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Scrollbar.cpp
e2d2d22d5f1 : 8036783: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuBar.cpp
d680bf12501 : 8036762: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Canvas.cpp
cbd3d9c27ba : 8036717: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Robot.cpp
9e63f17789b : 8030787: [Parfait] JNI-related warnings from b119 for jdk/src/share/native/sun/awt/image
c79ff5f092e : 8041931: test/sun/net/www/http/HttpClient/B8025710.java fails with cannot find keystore
5eb6f723cd8 : 8036790: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Scrollbar.cpp
77e3e951b5c : 8036783: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuBar.cpp
41a5d4c49f4 : 8036762: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Canvas.cpp
b7bfe00bb14 : 8036717: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Robot.cpp
8294a35add5 : 8030787: [Parfait] JNI-related warnings from b119 for jdk/src/share/native/sun/awt/image
9aefc3174cf : 8035699: File choosers should be choosier
fdda4fe8280 : 8033055: Issues in 2d
727989dc5d6 : 8028591: NegativeArraySizeException in sun.security.util.DerInputStream.getUnalignedBitString()
106b5b9af8f : 7011804: SequenceInputStream with lots of empty substreams can cause StackOverflowError
91eeeafb130 : 8036088: Replace strtok() with its safe equivalent strtok_s() in DefaultProxySelector.c
fd06430b4b1 : Added tag jdk8u20-b05 for changeset c1ab77613d80
c5dde3ac56e : Added tag jdk8u20-b05 for changeset edf5c0d052f7
87a31f40ccc : Added tag jdk8u20-b05 for changeset 49022140d2a1
ef75d435dd4 : Added tag jdk8u20-b05 for changeset ff87ccdbad88
4f82323692b : Added tag jdk8u20-b05 for changeset f2483f6313ea
4bdbdb5d3e8 : Added tag jdk8u20-b05 for changeset b12fd43023a1
f38f8ec80a2 : Added tag jdk8u20-b05 for changeset ebc43130527c
4062f4c8ba0 : Added tag jdk8u20-b05 for changeset e4e381d6fd19
8bd8f0b8a18 : Added tag jdk8u20-b05 for changeset c7228048baeb
e1c1b3d6abb : Added tag jdk8u20-b05 for changeset f1b26d21f7d3
79c7cefc86f : Added tag jdk8u20-b05 for changeset b8418ae45e94
55bece2d3f8 : Added tag jdk8u20-b05 for changeset 77fd758f4915
81da8513314 : Added tag jdk8u20-b05 for changeset 9957db268b62
1b8b1cf1ea5 : Added tag jdk8u20-b05 for changeset 6e7fad1a5a0f
fc92c5b5c0c : Added tag jdk8u20-b05 for changeset 3795eff3a160
2906d5b74e9 : Added tag jdk8u20-b05 for changeset b35f46b48724
769affa9c40 : 8036916: Deprecation warnings in LogManager
e0c3c7a07de : 8035584: ArrayList(c) should avoid inflation if c is empty
67a3648867f : 8035826: [parfait] JNI exception pending in src/windows/native/sun/util/locale/provider/HostLocaleProviderAdapter_md.c
2b893e5d987 : 8041948: Build broken by fix of 8033104
18d53e7b87d : 8033104: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
a04c05225d5 : 8039432: demo/jvmti/mtrace/TraceJFrame.java can't connect to X11
ec7f5007ee7 : 8038947: HotSpotDiagnosticMXBean/CheckOrigin.java 'NewSize' should have origin 'ERGONOMIC' but had 'DEFAULT'
93378ad4b92 : 8040321: keytool and jarsigner tests doesn't pass though VM tools to tools
9226fa61acd : 8034262: Test java/lang/ProcessBuilder/CloseRace.java fails
06e9d01ca55 : 8034262: Test java/lang/ProcessBuilder/CloseRace.java fails
d3271335ade : 8034262: Test java/lang/ProcessBuilder/CloseRace.java fails
776fc07a910 : 8037173: Fix serial lint warnings in sun.audio
0463ed53690 : 8037174: Fix serial lint warnings in sun.applet
323843f3974 : 8021804: Certpath validation fails if validity period of root cert does not include validity period of intermediate cert
6f1436baa2d : 8034055: delete on global object not properly guarded
c73430d5823 : 8038405: Clean up some virtual fucntions in Space class hierarchy
cbf27d7dc9e : 8038412: Move object_iterate_careful down from Space to ContigousSpace and CFLSpace
c0ed86da3a8 : 8038405: Clean up some virtual fucntions in Space class hierarchy
055f9046201 : 8038412: Move object_iterate_careful down from Space to ContigousSpace and CFLSpace
0238d36b151 : 8038404: Move object_iterate_mem from Space to CMS since it is only ever used by CMS
08b981d4f5c : 8038404: Move object_iterate_mem from Space to CMS since it is only ever used by CMS
07e19e38134 : 8031964: [macosx] Dragging images from the browser does not work
9e90c9da4e4 : 8031964: [macosx] Dragging images from the browser does not work
097cd6cc8cc : 8030050: Validate fields on DnD class deserialization
62f3890e567 : 8030050: Validate fields on DnD class deserialization
88079e4eb58 : 8032058: [TEST_BUG] [macosx] java/awt/dnd/Button2DragTest sometimes fail
5aab51f577f : 8032058: [TEST_BUG] [macosx] java/awt/dnd/Button2DragTest sometimes fail
d3b66095789 : 8029893: Remove reflection from DataTransferer.getInstance
f09cba60982 : 8029893: Remove reflection from DataTransferer.getInstance
e5189c410be : 7154841: [macosx] Popups appear behind taskbar
dcce4970681 : 7154841: [macosx] Popups appear behind taskbar
1d3a6ebf462 : 8007220: [macosx] Setting popupmenu on TrayIcon do not work if done *after* adding TrayIcon
6a9f85ef56d : 8007220: [macosx] Setting popupmenu on TrayIcon do not work if done *after* adding TrayIcon
135673f2abf : 7159566: The choice positioned in the top of applet when clicking the choice
99e34277de1 : 7159566: The choice positioned in the top of applet when clicking the choice
9388e944773 : 8026869: [macosx] Support apple.awt.use-file-dialog-packages property
942762fea11 : 8026869: [macosx] Support apple.awt.use-file-dialog-packages property
26664e596d1 : 8035627: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Cursor.cpp
c62f6801b60 : 8023148: [macosx] java.util.NoSuchElementException at java.util.LinkedList.getFirst
fe4d6d23e84 : 8023148: [macosx] java.util.NoSuchElementException at java.util.LinkedList.getFirst
36955ccbc2a : 8035747: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_FileDialog.cpp
a48d31a5da2 : 8035834: InetAddress.getLocalHost() can hang after JDK-8030731
fd66ed83022 : 8035834: InetAddress.getLocalHost() can hang after JDK-8030731
7bd8dd47e93 : 8036710: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_ScrollPane.cpp
7714ce0917f : 8034214: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CInputMethod.m
d0510204290 : 8021350: Share script classes between threads/globals within context
79e2b2ccc2d : 8034055: delete on global object not properly guarded
7146e0555cd : 8021350: Share script classes between threads/globals within context
b9140b1ce69 : 8034055: delete on global object not properly guarded
5c683d18a4d : 8021350: Share script classes between threads/globals within context
76bde648113 : 8037177: -Dnashorn.optimistic should be enabled by default, meaning that it has to be explicitly set to false to run with the jdk 8 style conservative types
16ab238b1ba : 8035622: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DesktopProperties.cpp
e83e738c090 : 8035963: The failed Kerberos tests due to timeouts
07cc98bb1a8 : 8037120: Fix doclint warnings in javax.lang.model exception types
bcc0d72114a : Added tag jdk9-b04 for changeset 7825ce9a8228
060f4862a7b : Added tag jdk9-b04 for changeset 612191246a7d
60774dc46b1 : Added tag jdk9-b04 for changeset e16d4c844e76
fe36912657a : Added tag jdk9-b04 for changeset c78b6c3c5e48
09deb6906d7 : Added tag jdk9-b04 for changeset 4489a70abccd
6d3d6f74563 : Added tag jdk9-b04 for changeset 7a33ca900ff0
8d93dcb8bc6 : Added tag jdk9-b04 for changeset cf836c6f207d
673910ef2f1 : 8037097: Improve diagnosability of test failures for java/util/Arrays/Correct.java
0f8476eff89 : 8041683: Catch OutOfMemoryError in BitLengthOverflow and DoubleValueOverflow
8af81bb8d70 : Added tag jdk9-b04 for changeset 63e429dcac32
da0734c9bea : Added tag jdk8u5-b12 for changeset 90230fde3481
030dd086896 : Added tag jdk8u5-b12 for changeset c8c355f0221e
da0ee7d2cb1 : Added tag jdk8u5-b12 for changeset 38e8acab8c8e
89d14f6fa5c : Added tag jdk8u5-b12 for changeset b03874d0528b
c26eb2ef755 : Added tag jdk8u5-b12 for changeset 78f0ec214927
d00a412f5bc : Added tag jdk8u5-b12 for changeset d47a00644ef4
8814b56b3c2 : Added tag jdk8u5-b12 for changeset 248382f147be
a4a5e3ff94b : Added tag jdk8u5-b12 for changeset 642cdc412f22
bceed65451f : Added tag jdk8u5-b12 for changeset 7b8c075ecf1b
4166929b7de : Added tag jdk8u5-b12 for changeset a852842ef0ee
94a0e4e55c9 : Added tag jdk8u5-b12 for changeset 44709434055c
c1711cf8dce : Added tag jdk8u5-b12 for changeset 45a3e25c6987
6a1d69ce4aa : Added tag jdk8u5-b12 for changeset bb5f80b0e028
8bcb757fd90 : Added tag jdk8u5-b12 for changeset 2707f4729a74
f8596e5c80b : Added tag jdk8u5-b12 for changeset 5c8fcef4986f
36ed9df9169 : Added tag jdk8u5-b12 for changeset 88390f0d558f
9d59eb2da17 : 8036117: MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed)
f013fa9bc7a : 8036781: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintDialog.cpp
ded54fe5044 : 8036787: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_Object.cpp
6035ac234bb : 8036666: VMTI GetObjectMonitorUsage does not return correct recursion count
57d7e49ab19 : 7090324: gclog rotation via external tool
0b0fdb97ce9 : 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
472622d900e : 8031820: NPG: Fix remaining references to metadata as oops in comments 8012125: Comments for ConstantPoolCache should reflect the addition of resolved_references in ConstantPool
3c58faecfeb : 8032222: [TESTBUG] runtime/SharedArchiveFile/CdsWriteError.java fails on Mac OS with java.lang.RuntimeException
c174f6339a2 : 8034168: ThreadMXBean/Locks.java failed, blocked on wrong object
38d80b03c4c : 8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
54db2c2d612 : 8032463: VirtualDispatch test timeout with DeoptimizeALot
5938d3d5b90 : 8021770: BackEdgeThreshold option is no longer used and should be removed
d2af4e35ec7 : 8029343: CodeCache::allocate increments '_number_of_blobs' even if allocation fails
ae28b717f4a : 8042431: compiler/7200264/TestIntVect.java fails with: Test Failed: AddVI 0 < 4
3cd6a66a8f1 : 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ..
405bc140c09 : 8036965: 9-dev solaris builds failed: sort: can't read STDIN: Illegal byte sequence
764075105d1 : 8032872: [macosx] Cannot select from JComboBox in a JWindow
e6406c9bb7a : 8032872: [macosx] Cannot select from JComboBox in a JWindow
56b7c1c482c : 8035847: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp
fd6995ab56c : 8036971: krb5.conf does not accept directive lines before the first section
56364286b03 : 8033908: Fix serial lint warnings in com.sun.java.swing.plaf
5fc831edf69 : 8036543: [parfait] JNI pending exceptions for j2secmod.c, j2secmod_md.c, and p11_md.c
ce25911489a : 8026154: [TESTBUG] runtime/CDSCompressedKPtrs/XShareAuto.java failed due to exception
faad7883f26 : 8036976: PPC64: implement the template interpreter
768beb9a23d : 8031321: Support Intel bit manipulation instructions
1a1f9f0871d : 8037043: put Method flag bits in predictable positions
13a70d932e0 : 8028037: [parfait] warnings from b114 for hotspot.src.share.vm
35f1475d20c : 8025644: java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java fails with TestData$OfRef): failure java.lang.AssertionError: expected [true] but found [false]
e5fb7f77d60 : 8036842: Remove unneeded/obsolete -source/-target options in javac tests, part 2
3f11b2ac965 : 8036848: Fix deprecation warning in sun.misc.CharacterDecoder
0a2655f963a : 8035808: Eliminate dependency to GetPropertyAction and other sun.security.action convenient classes
7e0de8f634d : 8035279: Clean up internal deprecations in BigInteger
d6207a4ca5d : 8036844: test failures due to wrong keystore paths
360a97de8bb : 8036794: Collect more Collector Lambdas
ff726d83d5e : 8036794: Collect more Collector Lambdas
b9bfe5fe352 : 8036760: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Checkbox.cpp
12a50a34fb0 : 8036780: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dimension.cpp
0a87e0cbbfa : 8036611: Cleanup of handling of properties and other java resources in the build
48039a1a54f : 8036611: Cleanup of handling of properties and other java resources in the build
93e8215def8 : 8036611: Cleanup of handling of properties and other java resources in the build
d4486816f5a : 8036611: Cleanup of handling of properties and other java resources in the build
18c3f81053e : 8036611: Cleanup of handling of properties and other java resources in the build
2e796baf6bc : 8034854: outer_class_info_index of synthetic class is not zero
e3487a3f82e : 8034854: outer_class_info_index of synthetic class is not zero
16962804f32 : 8034854: outer_class_info_index of synthetic class is not zero
b5820bf6f2d : 8029755: Enhance subject class
863c6daf9e2 : 8034025: Remove JPLIS agent dependency on canonicalize_md.c
e8bc971d196 : 8029799: vm/mlvm/anonloader/stress/oome prints warning: CodeHeap: # of free blocks > 10000
7aed9a60e02 : 8031670: Remove unneeded -source options in javadoc tests
2e0600a5c01 : 8036095: RMI tests using testlibrary.RMID and testlibrary.JavaVM do not pass through vmoptions
ffeef352668 : 8032518: fatal error has been detected by the Java Runtime Environment(access violation)
4991c1d8508 : 8032518: fatal error has been detected by the Java Runtime Environment(access violation)
af27057b263 : 8034091: There is no records in LineNumberTable attribute for ternary operator ?: splitted to several lines
e7f5dbd07af : 8036792: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Menu.cpp
efc809c16a3 : 8036818: DateTimeFormatter withResolverFields() fails to accept null
5b046a555f6 : 8038822: java/lang/management/MemoryMXBean/LowMemoryTest2.sh still fails with OutOfMemoryError: Metaspace
bd2f3df6e12 : 8034906: Fix typos, errors and Javadoc differences in java.time
53bc90ecd21 : 8104577: Remove debugging message from Font2DTest demo
393902f7189 : 8034906: Fix typos, errors and Javadoc differences in java.time
4e977380b0d : 8104577: Remove debugging message from Font2DTest demo
a06c7e08b39 : 8034906: Fix typos, errors and Javadoc differences in java.time
f31e156be33 : 8020860: cluster Hashtable/Vector field updates for better transactional memory behaviour
a3798db37e2 : 8035782: sun/launcher/LauncherHelper$FXHelper loaded unnecessarily
87b278c44ca : 8036777: AIX: Adapt implementation after '6546236: Thread interrupt() of Thread.sleep() can be lost on Solaris.'
f90699ff167 : 8035647: PPC64: Support for elf v2 abi
bd8255eaa4c : 8036667: "assert(adr->is_AddP() && adr->in(AddPNode::Offset)->is_Con()) failed: offset is a constant" with FoldStableValues on
ae34f472f6c : 8032872: [macosx] Cannot select from JComboBox in a JWindow
19a0ef18422 : 8036761: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TextComponent.cpp
f7a1ea8b57f : 8034037: [parfait] JNI exception pending in macosx/native/sun/awt/AWTEvent.m, AWTView.m
8843617840f : 8036757: [macosx] Space menu accelerator not rendered correctly
c443a82a255 : 8032633: Enable type speculation by default
41d80214125 : 8032633: Enable type speculation by default
d5ff84f8b3e : 8032633: Enable type speculation by default
8439d7fa51f : 8027124: [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
4f2175f0881 : 8027257: [TESTBUG] compiler/ciReplay/TestVM.sh : Error: Could not find or load main class negative_test
54177912e84 : 8028482: [TESTBUG] tests that use JMX should be in need_compact3 test group
2e800053d0e : 7158615: [macosx] Some TrayIcon tests presume action trigger on BUTTON1
74235d9630b : 8038399: Remove dead oop_iterate MemRegion variants from SharedHeap, Generation and Space classes
102943d1f27 : 8033580: Old debug information in IMPORT_JDK is not removed
7a39c2c7d5d : 6521376: MaxTenuringThreshold and AlwayTenure/NeverTenure consistency
547e8e4b756 : 8037958: ConcurrentMark::cleanup leaks BitMaps if VerifyDuringGC is enabled
8159b86e35b : 8037952: Remove code duplication in Metaspace::deallocate
ec8a7c4c34e : 8038399: Remove dead oop_iterate MemRegion variants from SharedHeap, Generation and Space classes
7de1a67131f : 8037958: ConcurrentMark::cleanup leaks BitMaps if VerifyDuringGC is enabled
1c6fac7e871 : 8038399: Remove dead oop_iterate MemRegion variants from SharedHeap, Generation and Space classes
2b9e11f986e : 8037958: ConcurrentMark::cleanup leaks BitMaps if VerifyDuringGC is enabled
f666025b30f : 8036747: Fix unchecked lint warnings in java.security.Provider
b679ef980aa : 8036744: Fix raw lint warnings in java.lang.reflect.WeakCache
03788eb2b7d : 8033571: [parfait] warning from b128 for security/smartcardio/pcsc_md.c: JNI exception pending
f993fafa886 : 8036568: Serial incompatibility in java.util.TreeMap.NavigableSubMap
a9fa15ab7e3 : 8036568: Serial incompatibility in java.util.TreeMap.NavigableSubMap
9ac261c6ae4 : 8035983: Fix "Native frames:" in crash report (hs_err file)
f4b22351042 : 8035983: Fix "Native frames:" in crash report (hs_err file)
533560cb3e7 : 8035983: Fix "Native frames:" in crash report (hs_err file)
85a77c0dec1 : Added tag jdk8u20-b04 for changeset bf99e281459e
50b03f3e0b7 : Added tag jdk8u20-b04 for changeset 0657a3557261
d476e959aea : Added tag jdk8u20-b04 for changeset a81d98a5d90f
08d23286372 : Added tag jdk8u20-b04 for changeset 479eedf31b6f
6c2df4e0774 : Added tag jdk8u20-b04 for changeset 7bc5fcc95dc9
e6c9541cc84 : Added tag jdk8u20-b04 for changeset f3d52b5ca8bd
d6c36502601 : Added tag jdk8u20-b04 for changeset f90f1a3bd685
28788301b8e : Added tag jdk8u20-b04 for changeset 69cd18bf779d
9c587f259ad : Added tag jdk8u20-b04 for changeset 2ebe4b81f3d3
ad193132cdb : Added tag jdk8u20-b04 for changeset 8f92252860f0
e03a45c35e1 : Added tag jdk8u20-b04 for changeset 6899ce51c845
c4ff55eabf9 : Added tag jdk8u20-b04 for changeset 24574758215e
1f2ae6a2c14 : Added tag jdk8u20-b04 for changeset c3a0b5bcd2c7
1549d5c68ee : Added tag jdk8u20-b04 for changeset b6b066f07122
15c2bfb7309 : Added tag jdk8u20-b04 for changeset d8b793a3faf4
c06b8c6faef : Added tag jdk8u20-b04 for changeset 1d43fdfc70c5
63dbfed84f9 : 8036732: Fix raw warning in java.lang.invoke.MethodHandleImpl.java
5a678f7c26a : 8036599: Use Diagnostic Commands instead of SA by default in jinfo
eedf369513e : 8033990: Add message to verbose output to indicate when JVM was unable to use shared archive (with -Xshare:auto)
70af1402f47 : 8036132: Tab characters in test/com/sun/jdi files
8c7d064ee8b : 7098155: Resize young gen at full collections for UseParallelGC
61da35fe439 : 8036675: Compiler warnings in serviceability code
7bee30f699b : 8036146: make CPP interpreter build again
9b7198c0bb7 : 8036676: Rename class name testEnabledProtocols to TestEnabledProtocols
5cdcfca437d : 8035750: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dialog.cpp
40c9b223372 : 8035858: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Desktop.cpp
8e9df5796d5 : 8035867: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIRenderer.cpp
5104ec21dd2 : 8035858: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Desktop.cpp
6313385670b : 8035867: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIRenderer.cpp
017ff296356 : 8035858: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Desktop.cpp
78f0659cdbe : 8035867: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIRenderer.cpp
f5f89d2415c : 8035756: [parfait] JNI exception pending in windows/native/sun/java2d/windows/WindowsFlags.cpp
2635ab8106a : 8035750: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dialog.cpp
8dac5dac6b5 : 8039464: The scrollbar in JScrollPane has no right border if used WindowsLookAndFeel
50df972fa27 : 8025710: Proxied HTTPS connections reused by HttpClient can send CONNECT to the server
b908a884623 : 8024061: Exception thrown when drag and drop between two components is executed quickly
e72d4d23e5a : 8033584: Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from exclude list
7086b5c633b : 8039358: com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be a default method
1e293e91cb7 : 8040656: Classes with overriden methods with covariant returns return random read methods
0ec40813250 : 8038491: Improve synchronization in ZipFile.read()
02b0c8f3c7e : 8035756: [parfait] JNI exception pending in windows/native/sun/java2d/windows/WindowsFlags.cpp
d97060ae78f : 8035750: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dialog.cpp
301926be92f : 8039464: The scrollbar in JScrollPane has no right border if used WindowsLookAndFeel
3a237733c29 : 8025710: Proxied HTTPS connections reused by HttpClient can send CONNECT to the server
976a877b270 : 8024061: Exception thrown when drag and drop between two components is executed quickly
730afceadab : 8033584: Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from exclude list
c40885e17a4 : 8039358: com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be a default method
092443deaff : 8040656: Classes with overriden methods with covariant returns return random read methods
1f99fc2b5e4 : 8038491: Improve synchronization in ZipFile.read()
668a4a1ed86 : 8035756: [parfait] JNI exception pending in windows/native/sun/java2d/windows/WindowsFlags.cpp
ee1b7412a0f : 8035952: Remove use of JVM_Open, JVM_Read and JVM_Close functions from serviceability code
0e750a1a19c : 8019729: JDK build HIGHEST compiler optimisation setting isn't valid for Sun C++ compiler
ca4b5863836 : 8036091: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
9e856ae32f4 : 8036091: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
9e39a2797d2 : 8036091: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
9d927196e85 : 8036127: Prototype filter needs to be applied to getter guard as well, not just getter
38fd717c30d : 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
a55b154c0e5 : 8036092: [TESTBUG] compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: Unrecognized VM option 'UseTypeSpeculation'
3311cfe701a : 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
cdeeafe3937 : 8031754: Type speculation should favor profile data from outermost inlined method
2a3b48c950e : 8031321: Support Intel bit manipulation instructions
a13f6b260c2 : 8036092: [TESTBUG] compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: Unrecognized VM option 'UseTypeSpeculation'
5ba04a3a3b9 : 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
0cbea7a75b0 : 8031754: Type speculation should favor profile data from outermost inlined method
47f14926881 : 8031321: Support Intel bit manipulation instructions
9150b930938 : 8036092: [TESTBUG] compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: Unrecognized VM option 'UseTypeSpeculation'
694a2d010b6 : 8036619: Shark: add LLVM 3.4 support
42564eedab1 : 8032536: JVM resolves wrong method in some unusual cases
ac73f7a4889 : 8032536: JVM resolves wrong method in some unusual cases
a56800f6316 : Added tag jdk8u5-b11 for changeset b691d67bef9e
66e77284c7c : Added tag jdk8u5-b11 for changeset 538074db9742
fa67b0294d1 : Added tag jdk8u5-b11 for changeset 99c4382bba7f
a15c2031404 : Added tag jdk8u5-b11 for changeset 8fc05292f753
2ce5764b63e : Added tag jdk8u5-b11 for changeset 036fd019ef94
56fb2828108 : Added tag jdk8u5-b11 for changeset b756d966a6f6
57d3e8ec4c2 : Added tag jdk8u5-b11 for changeset e8408fa345ee
16252cb8459 : Added tag jdk8u5-b11 for changeset 7357bc82a3ca
3fb9652269f : Added tag jdk8u5-b11 for changeset 1e49e00deaba
9b4913ebd3d : Added tag jdk8u5-b11 for changeset 94a460782e36
0283ded20da : Added tag jdk8u5-b11 for changeset 3a990f107452
01ff184fdc4 : Added tag jdk8u5-b11 for changeset e7a1c2754f7f
90b516b129a : Added tag jdk8u5-b11 for changeset 288ecee7ce03
707a45d3504 : Added tag jdk8u5-b11 for changeset d969ec8bd79b
81c95cd6dc0 : Added tag jdk8-b132 for changeset eae10ed951c9
9eecebea019 : Added tag jdk8-b132 for changeset d6067f0ab43a
754532bb9d2 : Added tag jdk8-b132 for changeset b4c698890fcd
2b43c7cd428 : Added tag jdk8-b132 for changeset 80f274ffc3d7
d015e0ee204 : Added tag jdk8-b132 for changeset 55e843a058b0
2370b770bb5 : Added tag jdk8-b132 for changeset 39a2ff23ba02
b27483fd2a4 : Added tag jdk8-b132 for changeset cc35c914eff4
3a92d807156 : Added tag jdk8-b132 for changeset 76023eabc9ff
c9e522fd0a4 : Added tag jdk8-b132 for changeset 944c7bbd00a2
5c2e6084355 : Added tag jdk8-b132 for changeset c39152232127
ffcb1310a1d : Added tag jdk8-b132 for changeset 8e6191356ee6
bc26c4a5fe3 : Added tag jdk8-b132 for changeset 19013ae72356
92b9eaf65f4 : Added tag jdk8-b132 for changeset a15b9a42c44d
c0fedf128e8 : Added tag jdk8-b132 for changeset 5a172e83776c
69d96bcbb51 : Added tag jdk8-b132 for changeset 6c29dd1be719
53c85b16f3b : Added tag jdk8-b132 for changeset fb34bb54ef27
42ebe07684d : 8036614: AIX: fix adjust-mflags.sh to build with GNU Make 4.0 (adapt 8028407 for AIX)
be0cba07a02 : 8036614: AIX: fix adjust-mflags.sh to build with GNU Make 4.0 (adapt 8028407 for AIX)
7d7f4bf62a8 : 8036614: AIX: fix adjust-mflags.sh to build with GNU Make 4.0 (adapt 8028407 for AIX)
6f8d82a5a7c : 8035837: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_KeyEvent.cpp
d00a1ecd5b1 : 8034955: JLabel/JToolTip throw ClassCastException for "<html>a<title>"
7cb2a76b4f3 : 8035320: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DnDDS.cpp
cb27feab7ec : 8036584: Review comments from 8035897
cde6c2fee6b : 8036584: Review comments from 8035897
8300a5d38e6 : 8036584: Review comments from 8035897
2ef9f90b5c5 : 8036584: Review comments from 8035897
fda7650f437 : 8033534: [macosx] Get MultiResolution image from native system
fc6e8666a11 : 8036100: Default method returns true for a while, and then returns false
30c11844249 : 8025842: Convert warning("Thread holding lock at safepoint that vm can block on") to fatal(...)
d96ae4ca283 : 8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
69d8490bf2c : 8058235: identify GCs initiated to update allocation context stats
320bdf166ba : 8056237: [TESTBUG] gc/g1/TestHumongousShrinkHeap.java fails due to OOM
10ea685bb7e : 8041946: CMM Testing: 8u40 an allocated humongous object at the end of the heap should not prevents shrinking the heap
8edd2a8ba58 : 8032247: SA: Constantpool lookup for invokedynamic is not implemented
2ad74cc73c2 : 8058092: Test vm/mlvm/meth/stress/compiler/deoptimize. Assert in src/share/vm/classfile/systemDictionary.cpp: MH intrinsic invariant
0145546f0e3 : 8058184: Move _highest_comp_level and _highest_osr_comp_level from MethodData to MethodCounters
e44b88a9a4b : 8057752: WhiteBox extension support for testing
078790b832c : 8057827: notify an obj when allocation context stats are available
6b4708b9129 : 8057824: methods to copy allocation context statistics
e55259ee655 : 8057818: collect allocation context statistics at gc pauses
74e8d96f450 : 8057758: Tests run TypeProfileLevel=222 crash with guarantee(0) failed: must find derived/base pair
5fb3221ccb0 : 8054836: [TESTBUG] Test is needed to verify correctness of malloc tracking
96a5b15b219 : 8055289: Internal Error: mallocTracker.cpp:146 fatal error: Should not use malloc for big memory block, use virtual memory instead
4149c9cbac3 : 8055903: Develop sanity tests on SPARC's SHA instructions support
476cf872513 : 8055904: Develop tests for new command-line options related to SHA intrinsics
e8ed819ee6f : 8056091: Move compiler/intrinsics/mathexact/sanity/Verifier to compiler/testlibrary and extend its functionality
9c7b5b32b06 : 8057710: Refactor G1 heap region default sizes
5cbb2638eaa : 8056124: Hotspot should use PICL interface to get cacheline size on SPARC
1cd5916e181 : 8057658: Enable G1 FullGC extensions
5f445747c9d : 6642881: Improve performance of Class.getClassLoader()
66eaa449df0 : 8057643: Unable to build --with-debug-level=optimized on OSX
42c950c15c0 : 8055946: assert(result == NULL || result->is_oop()) failed: must be oop
2ce1a5b1836 : 8054927: Missing MemNode::acquire ordering in some volatile Load nodes
122a4dbe618 : 8054224: Recursive method that was compiled by C1 is unable to catch StackOverflowError
b07c9ddde2c : 8046698: assert(false) failed: only Initialize or AddP expected macro.cpp:943
3f90499b4ba : 8050942: PPC64: implement template interpreter for ppc64le
7e472436ae7 : 8036588: VerifyFieldClosure fails instanceKlass:3133
a872eae9b6e : 8057750: CTW should not make MH intrinsics not entrant
804253b0e41 : 8056154: JVM crash with EXCEPTION_ACCESS_VIOLATION when there are many threads running
305886d5be7 : 8057129: Fix AIX build after the Extend CompileCommand=option change 8055286
b343458852b : 8056964: JDK-8055286 changes are incomplete
6ad5c16f7e8 : 8054292: code comments leak in fastdebug builds
46b3a165c3d : 8055286: Extend CompileCommand=option to handle numeric parameters
58e68665198 : 8046289: compiler/6340864/TestLongVect.java timeout with
dc49f4ca68b : 8030976: Untaken paths should be more vigorously pruned at highest optimization level
b9399522486 : 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
999d8f5c974 : 8044398: Attach code should propagate errors in Diagnostic Commands as errors
2579dcc5ab9 : 8048879: "unexpected yanked node" opto/postaloc.cpp:139
189e463c3a3 : 8057649: new hotspot build - hs25.40-b10
d81a2dd1f8b : 8025842: Convert warning("Thread holding lock at safepoint that vm can block on") to fatal(...)
1d37e88d18a : 8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
93f58bec98a : 8058235: identify GCs initiated to update allocation context stats
2fa2c5f9980 : 8056237: [TESTBUG] gc/g1/TestHumongousShrinkHeap.java fails due to OOM
c5280c89559 : 8041946: CMM Testing: 8u40 an allocated humongous object at the end of the heap should not prevents shrinking the heap
94779984057 : 8032247: SA: Constantpool lookup for invokedynamic is not implemented
e64ee35ce85 : 8058092: Test vm/mlvm/meth/stress/compiler/deoptimize. Assert in src/share/vm/classfile/systemDictionary.cpp: MH intrinsic invariant
dbb1912019a : 8058184: Move _highest_comp_level and _highest_osr_comp_level from MethodData to MethodCounters
a0d8de7aad1 : 8057752: WhiteBox extension support for testing
37e910553d4 : 8057827: notify an obj when allocation context stats are available
06196cc53e5 : 8057824: methods to copy allocation context statistics
a966c0a35ea : 8057818: collect allocation context statistics at gc pauses
5ab9d3e2ebe : 8057758: Tests run TypeProfileLevel=222 crash with guarantee(0) failed: must find derived/base pair
4d96b72ccfa : 8054836: [TESTBUG] Test is needed to verify correctness of malloc tracking
edba93cb1f7 : 8055289: Internal Error: mallocTracker.cpp:146 fatal error: Should not use malloc for big memory block, use virtual memory instead
8c86e65355f : 8055903: Develop sanity tests on SPARC's SHA instructions support
d1dd59ec229 : 8055904: Develop tests for new command-line options related to SHA intrinsics
d0d01cd2dc2 : 8056091: Move compiler/intrinsics/mathexact/sanity/Verifier to compiler/testlibrary and extend its functionality
bcfdfd12072 : 8057710: Refactor G1 heap region default sizes
2cb4f88c684 : 8056124: Hotspot should use PICL interface to get cacheline size on SPARC
61f69089f78 : 8057658: Enable G1 FullGC extensions
5cb23c5c1fb : 6642881: Improve performance of Class.getClassLoader()
ceeced08512 : 8057643: Unable to build --with-debug-level=optimized on OSX
12940a4f909 : 8055946: assert(result == NULL || result->is_oop()) failed: must be oop
8f8a9dda35b : 8054927: Missing MemNode::acquire ordering in some volatile Load nodes
cb9bae4429f : 8054224: Recursive method that was compiled by C1 is unable to catch StackOverflowError
63f681d42f4 : 8046698: assert(false) failed: only Initialize or AddP expected macro.cpp:943
261fde8d660 : 8050942: PPC64: implement template interpreter for ppc64le
ff21690f078 : 8036588: VerifyFieldClosure fails instanceKlass:3133
7a69a9a7950 : 8057750: CTW should not make MH intrinsics not entrant
67daf8761fa : 8056154: JVM crash with EXCEPTION_ACCESS_VIOLATION when there are many threads running
f9cfb91660a : 8057129: Fix AIX build after the Extend CompileCommand=option change 8055286
08491d1146e : 8056964: JDK-8055286 changes are incomplete
69abadcc2d8 : 8054292: code comments leak in fastdebug builds
0538cf08997 : 8055286: Extend CompileCommand=option to handle numeric parameters
98257c96515 : 8046289: compiler/6340864/TestLongVect.java timeout with
4945cbb0163 : 8030976: Untaken paths should be more vigorously pruned at highest optimization level
e117ba57d4e : 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
fc89d74cadb : 8044398: Attach code should propagate errors in Diagnostic Commands as errors
29f25cef731 : 8048879: "unexpected yanked node" opto/postaloc.cpp:139
2a70d4fb50d : 8057649: new hotspot build - hs25.40-b10
1dbe60a4752 : 8025842: Convert warning("Thread holding lock at safepoint that vm can block on") to fatal(...)
3ba019c8b2e : 8035828: Turn on @Stable support in VM
132fd335ebb : 8035887: VM crashes trying to force inlining the recursive call
6e5b7747ccd : 8035629: [parfait] JNI exc pending in jdk/src/windows/native/sun/windows/ShellFolder2.cpp
cad7f300a2d : 8036145: Solaris standard grep does not understand -qE
8a385b110f8 : 8031065: java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails: OutOfMemoryError: Metaspace
521f9a20489 : 8032473: Restructure JSSE regression test hierarchy in jdk test
751adf9af18 : 8035452: Fix serial lint warnings in core libs
3889cebe941 : 8036568: Serial incompatibility in java.util.TreeMap.NavigableSubMap
2e148fb065c : 8035776: Consistent Lambda construction
15411a6579d : 8036584: Review comments from 8035897
6b95f47b7f6 : 8035325: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Component.cpp
727b6eb2e70 : Added tag hs25-b70 for changeset b5a02ca5e11a
1fd3d9a219e : Added tag hs25-b70 for changeset 796110920f5b
27ba53b0c62 : 8036100: Default method returns true for a while, and then returns false
fdcdc34fad7 : 8036100: Default method returns true for a while, and then returns false
735e586b5f9 : 8035878: javadoc tool documentation should be using {@code ..} specifier
72641e4e7fe : 8035877: javadoc classes are missing @return and @param tags
1f9569d2357 : 8035875: remove deprecated html <font> tags from javadoc package-info.java file
2c3cc72c207 : 8035009: Make Proxy representations consistent
d6f20071f1b : 8032960: Running forms URL throws NullPointerException in Javaconsole
6b9060ac8f5 : 8036142: Remove redundant call to annotateTypeLater with null Symbol
1a95f3a409f : 8035735: Metaspace::contains become extremely slow in some cases
97dd276d1cf : 8036079: --with-boot-jdk-jvmargs configure options are ignored
3b5ca2458c6 : 8035948: Redesign property listeners for shared classes
260a26acc3a : 8032869: remove support for legacy options in javap
e4b608f1ad2 : 8032869: remove support for legacy options in javap
1d10b6813e2 : 8031818: Experimental VM flag for enforcing safe object construction
c4bd0f58d31 : 8033380: Experimental VM flag to enforce access atomicity
4b9933a0120 : 8036122: Fix warning 'format not a string literal'
e8d4b7aee3a : 8036547: test/runtime/CompressedOops/CompressedClassPointers.java fails with product build since -XX:+PrintMiscellaneous is a debug only flag
8d4fc394e0a : 8035836: Array performance improvements
c8ad756ad83 : 8035313: Change SwingLazyValue usage to lambda
9b7f6a1cf25 : 8035897: Better memory allocation for file descriptors greater than 1024 on macosx
19064bc6298 : Added tag jdk8u11-b02 for changeset 2ad7fedf05fe
7e04e637f71 : 8035897: Better memory allocation for file descriptors greater than 1024 on macosx
636395dd2d7 : Added tag jdk8u11-b02 for changeset f1db88300ee2
910c9dc3497 : 8035897: Better memory allocation for file descriptors greater than 1024 on macosx
f12e7d78856 : 8036004: Incorrect license header for a test class
33c684a018c : 8031573: [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered in high resolution on Retina
8ceeb729437 : 8035640: JNU_CHECK_EXCEPTION should support c++ JNI syntax
b6a85caeeda : 8035897: Better memory allocation for file descriptors greater than 1024 on macosx
11c85af35fd : 8036004: Incorrect license header for a test class
e24675e0bef : 8031573: [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered in high resolution on Retina
6f1f0d63646 : 8035640: JNU_CHECK_EXCEPTION should support c++ JNI syntax
4482a30c613 : 8036102: part of the fix for 6498581 lost in mismerge
791b5d2b0dd : 6471769: Error: assert(_cur_stack_depth == count_frames(),"cur_stack_depth out of sync")
7ef1c32ad1a : 8035469: Xerces Update: EncodingMap does not recognize Java-style encodings Cp1141-Cp1149
4e90a2ae2e0 : Added tag jdk8-b131 for changeset 361f49e2252f
1df2a8f856b : Added tag jdk8-b131 for changeset 58c925f99d71
b0bd6de5e3d : Added tag jdk8-b131 for changeset 1db8bc51fbfe
e409bc3e8b3 : Added tag jdk8-b131 for changeset 4a075180c4b1
5b8a36400f1 : Added tag jdk8-b131 for changeset 4d9254834c38
c9caee02b49 : Added tag jdk8-b131 for changeset f08023f4a330
250294893ff : Added tag jdk8-b131 for changeset ba1d8680f3dd
0cfc3381793 : Added tag jdk8-b131 for changeset 19b657112223
569ff942f4e : Added tag jdk8-b131 for changeset 961c2ac98b04
33e6578ba55 : Added tag jdk8-b131 for changeset 88b6621b1c76
48bb1abe3b8 : Added tag jdk8-b131 for changeset d35ff49442bf
cce73f8768d : Added tag jdk8-b131 for changeset 87c008c26cc2
b47c8a3a08b : Added tag jdk8-b131 for changeset 5a72bb36748f
5cb26c4b013 : Added tag jdk8-b131 for changeset 8182bc608326
124c9fb8b2f : Added tag jdk8-b131 for changeset 05e7030be3c4
8a09082708e : Added tag jdk8-b131 for changeset 29827186c34c
74250736aab : 8031383: Error recovery in JavacParser could be improved
20a88147818 : 8035777: Consistent Lambda construction
36713c31ffc : 8035777: Consistent Lambda construction
c5ab176b3e2 : 8035891: javac, rename method asFree() in InferenceContext to asUndetVar() which reflects better it's purpose
277792e80e6 : Added tag jdk8-b130 for changeset 6884f3d40244
b51a22717c2 : Added tag jdk8-b130 for changeset 1a0ead7ef074
a88b5ee3d4f : Added tag jdk8-b130 for changeset c9b22d9b15bb
e7f5283d505 : Added tag jdk8-b130 for changeset 7ed304f2e007
6fa2f738456 : Added tag jdk8-b130 for changeset 70cc4bdc9ae4
8f1d6e3177c : Added tag jdk8-b130 for changeset 3438595c92ad
a3490661063 : Added tag jdk8-b130 for changeset 1437b1d21ebe
76b11cf145a : Added tag jdk8-b130 for changeset 471dc12af581
6b50c652ccd : Added tag jdk8-b130 for changeset cd6645356fe5
0703a1bc87f : Added tag jdk8-b130 for changeset 3251e03d5b5d
af5ea9aa52b : Added tag jdk8-b130 for changeset b1fb7aebe2bd
84d01616083 : Added tag jdk8-b130 for changeset 678762dae735
5c1e4031fee : Added tag jdk8-b130 for changeset abb1e4551b5f
f15e5ffc2b0 : Added tag jdk8-b130 for changeset 9cb0d7f2388b
b34bc66aba5 : Added tag jdk8-b130 for changeset 6f94586fbe6e
1f693d10bfd : Added tag jdk8-b130 for changeset fe11b32a3783
d3f86389a8e : Added tag hs25.20-b05 for changeset 79cd775361b9
142eea43d6a : Added tag hs25.20-b05 for changeset 4afe1cf4befc
9267ce8b888 : 8034211: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CFileDialog.m
1e1ad7f1321 : 8036025: Sort the freelist in order to shrink the heap
853fffb2cb1 : 8036703: Add trace event with statistics for the metaspace chunk free lists
0a79ba66806 : 8036701: Add trace event when a metaspace throws out of memory error
b533eca89d2 : 8036699: Add trace event when a metaspace allocation fails
ddce6492be8 : 8037495: Remove platform specific specification of SurvivorRatio for BSD
29387ae1a76 : 8037510: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC
51584519f43 : 8036698: Add trace event for updates to metaspace gc threshold
1fb06836647 : 8036696: Add metaspace gc threshold to metaspace summary trace event
731ef44b87e : 8036673: G1: Abort weak reference processing if mark stack overflows
d75f47a49d6 : 8036672: G1: alloc_purpose in copy_to_survivor_space() used incorrectly
13792b1aa7b : 8037407: G1: Remove heapRegionSets.cpp
a07b2194f75 : 8036860: Pad and cache-align the BiasedMappedArray
483ea400a5a : 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure
375e6df9eec : 8034868: Extract G1 From Card Cache into separate class
2a8616c9d67 : 8035654: Add times for evacuation failure handling in "Other" time
80188ce0b27 : 8035398: Add card redirty time in "Other" time in G1
d3e28ca6824 : 8027295: Free CSet takes ~50% of young pause time
cde8aa670b0 : 8035815: Cache-align and pad the from card cache
329e55e7b09 : 8035406: Improve data structure for Code Cache remembered sets
c88e3def4d7 : 8034079: G1: Refactor the HeapRegionSet hierarchy
17b69ca45d2 : 8034209: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CClipboard.m
6ec334fedeb : 8035327: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsConfig.cpp
d2724c51849 : 8035332: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Window.cpp
227129c4d96 : 8031754: Type speculation should favor profile data from outermost inlined method
c96fd46a4c6 : 6625574: java/lang/management/MemoryMXBean/Pending.java fails: "pending finalization = 0 but expected > 0"
bd9b40bbfb5 : 6946101: ShellScaffold.sh based tests can issue "write error: Broken pipe" messages
9d91b009c1a : 8035633: TEST_BUG: java/net/NetworkInterface/Equals.java and some tests failed on windows intermittently
09034682598 : 8036104: Rename the PAData.java test
558cb26d1c1 : 8035897: Better memory allocation for file descriptors greater than 1024 on macosx
cde48c9e251 : 8035868: Check for JNI pending exceptions in windows/native/sun/net/spi/DefaultProxySelector.c
22bc40c0718 : 8010194: java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh fails with "Timed out waiting ..." (sol)
2b22a256175 : 8035813: Broken link in java.lang.Iterable
255307847f4 : 8033666: Make sure @ForceInline is everywhere it needs to be in sun.misc and java.lang.invoke
856f5c58234 : 8027827: Improve performance of catchException combinator 8034120: MethodHandles.catchException doesn't handle VarargsCollector right
81b6eb6a69f : 8035106: Typo in java.time.format.Parsed error message
e112d0032d6 : 8035889: jdk testlibrary - add printing of values of failed assertions
c92ff7d5e70 : 6835233: Fedora 9 jdk regression test failed: java/lang/instrument/ParallelTransformerLoader.sh
23afad49699 : 8036004: Incorrect license header for a test class
3eb1d7659f6 : 8035949: Remove unused macro USE_SELECT and clean up Unix version of net_util_md.{c,h}
e2ab209b120 : 8035668: [test] Check that jstat does not cause problems when monitored application exits before jstat finishes its work
a6354ef8f2f : 8035904: Solaris fastdebug builds are failing
3651a2fdef0 : 8035893: JVM_GetVersionInfo fails to zero structure
c4949c13ca9 : 8035893: JVM_GetVersionInfo fails to zero structure
9bb0f46d009 : 8035893: JVM_GetVersionInfo fails to zero structure
9e93c58f146 : 8035839: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Label.cpp
bc2a91f0124 : 8035283: Second phase of branch shortening doesn't account for loop alignment
0b5349fb86d : 8035283: Second phase of branch shortening doesn't account for loop alignment
839507dd64c : 8034272: Do not cram data into CRAM arrays
1d81fd35d6b : 8036010: hs: Some jtreg tests use hard coded ports
ee21184b179 : 7195249: Some jtreg tests use hard coded ports
0f389bfe50e : 8035759: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/krb5/NativeCreds.c
97a83609ba5 : 8049373: All compact profiles builds fail following JDK-8044473
f2b37ba5ec1 : 8031721: Remove non-existent test from TEST.groups
142f9668b4e : 8036613: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/provider/WinCAPISeedGenerator.c
f5e84a88940 : 8047066: Test test/sun/awt/image/bug8038000.java fails with ClassCastException
807d5b7f81e : 8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel
2e9752dc5a9 : Added tag jdk8u40-b00 for changeset 575e4873f2a3
1ca49dbc7d8 : 8047795: Collections.checkedList checking bypassed by List.replaceAll
4deb28dfed1 : 8048207: Collections.checkedQueue.offer() calls add on wrapped queue
d0c66acb5c8 : 6545422: [TESTBUG] NativeErrors.java uses wrong path name in exec
f663696b5a0 : 8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles
c2709de878d : 8042053: Broken links to jarsigner and keytool docs in java.security package summary
4cefb9be673 : 8040076: Memory leak. java.awt.List objects allowing multiple selections are not GC-ed
91f9f483bba : 8048511: Uninitialised memory in jdk/src/share/native/sun/security/jgss/wrapper/GSSLibStub.c
ec791913727 : 8035759: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/krb5/NativeCreds.c
5192061344a : 8049373: All compact profiles builds fail following JDK-8044473
8b136b9b60d : 8031721: Remove non-existent test from TEST.groups
f88d182ee91 : 8036613: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/provider/WinCAPISeedGenerator.c
e1601625a6f : 8047066: Test test/sun/awt/image/bug8038000.java fails with ClassCastException
6ca9589564c : 8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel
a5ea7d7926b : Added tag jdk8u40-b00 for changeset 9bf66dbe2fcf
4595a11bf1b : 8047795: Collections.checkedList checking bypassed by List.replaceAll
8a249e9edf4 : 8048207: Collections.checkedQueue.offer() calls add on wrapped queue
f94e809bc7a : 6545422: [TESTBUG] NativeErrors.java uses wrong path name in exec
3fce3b84ad9 : 8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles
24d383be8db : 8042053: Broken links to jarsigner and keytool docs in java.security package summary
239f606cfc2 : 8040076: Memory leak. java.awt.List objects allowing multiple selections are not GC-ed
9099f786142 : 8048511: Uninitialised memory in jdk/src/share/native/sun/security/jgss/wrapper/GSSLibStub.c
76e336a948c : 8035759: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/krb5/NativeCreds.c
a2e8fe967c1 : 8032443: Java Access Bridge version strings need to be fixed
2eb3ca0da42 : 8035188: KSS: javax.swing.plaf.basic.BasicComboBoxEditor
397edfc74d4 : 8035177: KSS: sun.awt.shell.ShellFolder
b47e6a3f0e7 : 8035171: KSS: sun.awt.shell.Win32ShellFolderManager2
a9d5c2567f4 : 8035726: A sentence is truncated in the API doc for j.u.Locale.LanguageRange.parse(String, Map)
cb8f1354e50 : 8035745: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_InputMethod.cpp
29c16d693f9 : 8035625: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuItem.cpp
c4526362d00 : Added tag jdk8u20-b10 for changeset df157e0e811c
64078bb58d1 : 8032874: ArrayIndexOutOfBoundsException in JTable while clearing data in JTable
6617df368d1 : 8039774: [OGL] Image painting is broken if 'sun.java2d.accthreshold' is set to 0
b08dc4d5e6e : 8039418: [macosx] Calling JNI functions in the scope of Get/ReleasePrimitiveArrayCritical
c1730296a55 : 8038765: [macosx] Toolkit.sync should be implemented
0739ec7a7fd : 8032219: [macosx] Scrollbars looks bad under retina in Motif and Metal L&F
707ee550d75 : 8029196: Focus border of JButton.buttonType=roundRect is cut off
4b0b5671d04 : 8037117: Javadoc cleanup of javax.sound.midi.spi package
cc8fc1c590a : 7124417: [macosx] failure in Window.initGC on Mac with monitor sleeping
078236105e5 : 8023475: [TEST BUG] Test javax/swing/JSlider/6794831/bug6794831.java does not wait long enough for test results
279556f652e : 7124255: [macosx] java.awt.List: method select(int) doesn't work before be visible
e430b1f5ae8 : 8028050: Typo correction needed s/Classlaoder/Classloader/
417f3d854da : 8036103: Cleanup of java.awt and java.awt.peer packages
af06239375a : 8032443: Java Access Bridge version strings need to be fixed
14c48ca095f : 8035188: KSS: javax.swing.plaf.basic.BasicComboBoxEditor
1d3c5806673 : 8035177: KSS: sun.awt.shell.ShellFolder
873d0dc734f : 8035171: KSS: sun.awt.shell.Win32ShellFolderManager2
80eedc62fe0 : 8035726: A sentence is truncated in the API doc for j.u.Locale.LanguageRange.parse(String, Map)
1b95bb1a761 : 8035745: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_InputMethod.cpp
385848d24ad : 8035625: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuItem.cpp
615918c5cdf : Added tag jdk8u20-b10 for changeset 95f5c7b73e35
5523bd5056c : 8032874: ArrayIndexOutOfBoundsException in JTable while clearing data in JTable
b4dfb191e01 : 8039774: [OGL] Image painting is broken if 'sun.java2d.accthreshold' is set to 0
dc594ca5f97 : 8039418: [macosx] Calling JNI functions in the scope of Get/ReleasePrimitiveArrayCritical
02ff4d56d9c : 8038765: [macosx] Toolkit.sync should be implemented
fa0790a949b : 8032219: [macosx] Scrollbars looks bad under retina in Motif and Metal L&F
a14adc6c74e : 8029196: Focus border of JButton.buttonType=roundRect is cut off
385708c3732 : 8037117: Javadoc cleanup of javax.sound.midi.spi package
61d71010a3d : 7124417: [macosx] failure in Window.initGC on Mac with monitor sleeping
bd6a156f833 : 8023475: [TEST BUG] Test javax/swing/JSlider/6794831/bug6794831.java does not wait long enough for test results
01016b87205 : 7124255: [macosx] java.awt.List: method select(int) doesn't work before be visible
3ee18557ef6 : 8028050: Typo correction needed s/Classlaoder/Classloader/
90d324e91ab : 8036103: Cleanup of java.awt and java.awt.peer packages
9d53cc06380 : 8032443: Java Access Bridge version strings need to be fixed
53583ae0319 : 8033287: Reduce the size of the endPosTable
8e2c7131456 : 8043725: javac fails with StackOverflowException
be4cf4a3dea : 8043186: javac test langtools/tools/javac/util/StringUtilsTest.java fails
29c833d60e9 : 8033287: Reduce the size of the endPosTable
716da1c1031 : 8043725: javac fails with StackOverflowException
89a85e9d74e : 8043186: javac test langtools/tools/javac/util/StringUtilsTest.java fails
25c2444601d : 8033287: Reduce the size of the endPosTable
e97bf8b1461 : 8035972: missing test file for 8034048
74db1cc7536 : 8035970: PPC64: fix ad file after 8027754: Enable loop optimizations for loops with MathExact
c1019fb03a4 : 8035844: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_Rectangle.cpp
d1e1877a7f6 : 8035860: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/MouseInfo.cpp
037c46281a3 : 8035814: Broken link in java.nio.charset.StandardCharsets
20beab6989a : 8027778: [macosx] Full screen not working properly on 7u45 and jdk8 8010999: [macosx] a constrain of the top level window should be improved 8015100: [macosx] Applet graphics corrupted when applet width/height exceeds screen dimensions
62c392d0062 : 8027778: [macosx] Full screen not working properly on 7u45 and jdk8 8010999: [macosx] a constrain of the top level window should be improved 8015100: [macosx] Applet graphics corrupted when applet width/height exceeds screen dimensions
187432f3b82 : 8027778: [macosx] Full screen not working properly on 7u45 and jdk8 8010999: [macosx] a constrain of the top level window should be improved 8015100: [macosx] Applet graphics corrupted when applet width/height exceeds screen dimensions
2fc105a21fe : 8035842: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Insets.cpp
dc269966200 : 8035855: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DataTransferer.cpp
36a8ed24d88 : 8035876: AIX build issues after '8034174: Remove use of JVM_* functions from java.net code'
045b5dc61ba : 8035746: Add missing Klass::oop_is_instanceClassLoader() function
7036258c9d7 : 8035746: Add missing Klass::oop_is_instanceClassLoader() function
959bdfb211b : 8035746: Add missing Klass::oop_is_instanceClassLoader() function
1719f601637 : 8035648: Don't use Handle in java_lang_String::print
96c443d795f : 8035648: Don't use Handle in java_lang_String::print
ba2326e19f1 : 8035648: Don't use Handle in java_lang_String::print
7fc4ffd40bf : 8035730: Configure fails in cygwin if current dir is in /home/user
95339828fbd : 8032011: nsk/stress/jck60/jck60022 crashes in src\share\vm\runtime\synchronizer.cpp:239
61e7bc54b9a : 8016302: Change type of the number of GC workers to unsigned int (2)
6ce02b8a33d : 8036619: Shark: add LLVM 3.4 support
5cf88cff49b : 8039392: Make jdk8u20 the default jprt release for hs25.20
3680d055a02 : 8039089: List verification enabled in product builds
bed7a5e664a : 8038461: Test gc/g1/TestStringDeduplicationMemoryUsage.java fails with unexpected memory usage
f937bddeb06 : 8026334: hs_err improvement: Print elapsed time in a humanly readable format
02d81ae0705 : 8039291: new hotspot build - hs25.20-b10
970c1ac6290 : 8033696: "assert(thread != NULL) failed: just checking" due to Thread::current() and JNI pthread interaction
f4f8caa9526 : 8032011: nsk/stress/jck60/jck60022 crashes in src\share\vm\runtime\synchronizer.cpp:239
cc8bf9b4e02 : 8016302: Change type of the number of GC workers to unsigned int (2)
2a131b99a9a : 8036619: Shark: add LLVM 3.4 support
91c7aa47039 : 8039392: Make jdk8u20 the default jprt release for hs25.20
20e75ed9d60 : 8039089: List verification enabled in product builds
76cbdf892c1 : 8038461: Test gc/g1/TestStringDeduplicationMemoryUsage.java fails with unexpected memory usage
22643046255 : 8026334: hs_err improvement: Print elapsed time in a humanly readable format
bb90a662b56 : 8039291: new hotspot build - hs25.20-b10
7de81d61591 : 8033696: "assert(thread != NULL) failed: just checking" due to Thread::current() and JNI pthread interaction
58c97205d0d : 8032011: nsk/stress/jck60/jck60022 crashes in src\share\vm\runtime\synchronizer.cpp:239
ad1e6aab2a9 : 8035825: Warn instead of fail when calling the configure wrapper directly
816bfaa7bc6 : 8035766: Execute TypeAnnotate visitor at queue flush time
dd0e29f8b77 : 6533516: Warning needed for file with future time stamps
2c99a4ef9f1 : 8035283: Second phase of branch shortening doesn't account for loop alignment
f6250d77841 : 8034048: javac crash with method references plus lambda plus var args
524eb603d44 : 6498581: ThreadInterruptTest3 produces wrong output on Windows
75f63a90523 : 8028482: [TESTBUG] tests that use JMX should be in need_compact3 test group
e6a0b33fe3e : 8027257: [TESTBUG] compiler/ciReplay/TestVM.sh : Error: Could not find or load main class negative_test
eb78949abdd : 8027124: [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
46e6036b414 : 8025644: java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java fails with TestData$OfRef): failure java.lang.AssertionError: expected [true] but found [false]
60d57064da3 : 8029775: Solaris code cleanup
3780bb0b483 : 6498581: ThreadInterruptTest3 produces wrong output on Windows
90c8a667717 : 8028482: [TESTBUG] tests that use JMX should be in need_compact3 test group
7494d383725 : 8027257: [TESTBUG] compiler/ciReplay/TestVM.sh : Error: Could not find or load main class negative_test
9ba67f69ae4 : 8027124: [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
9e35073c54e : 8025644: java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java fails with TestData$OfRef): failure java.lang.AssertionError: expected [true] but found [false]
828b822ef06 : 8029775: Solaris code cleanup
bfb1c426570 : 6498581: ThreadInterruptTest3 produces wrong output on Windows
66f1fc00875 : 8035618: Four api/org_omg/CORBA TCK tests fail under plugin only
039edce8c74 : 8035618: Four api/org_omg/CORBA TCK tests fail under plugin only
65944e69c9e : Added tag jdk8u20-b03 for changeset a1217d2ccaf6
71b15323326 : Added tag jdk8u20-b03 for changeset d16394ddada2
16119d4c5c4 : Added tag jdk8u20-b03 for changeset 3ac417075402
e2b12c87be9 : Added tag jdk8u20-b03 for changeset dd52ad1b6f51
9f7f26da4c6 : Added tag jdk8u20-b03 for changeset f5883ac1d5fe
9034f03c5b6 : Added tag jdk8u20-b03 for changeset 66f3dd2f7369
59fd520661a : Added tag jdk8u20-b03 for changeset 416e9de6b77d
48f285306f3 : Added tag jdk8u20-b03 for changeset b3dbeced3909
57542a1650f : Added tag jdk8u20-b03 for changeset c4cfcdd74c76
d9323d9cd26 : Added tag jdk8u20-b03 for changeset 63cda89d09db
be8b8920fce : Added tag jdk8u20-b03 for changeset 959c706c05e9
8e1fddf9bab : Added tag jdk8u20-b03 for changeset 7d8b0bc1595a
3bf9bccf69f : 6853696: (ref) ReferenceQueue.remove(timeout) may return null even if timeout has not expired
5dfc27f260f : 7011804: SequenceInputStream with lots of empty substreams can cause StackOverflowError
3acb40b0447 : 8042816: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified, part 2
0f96871fa2b : 8042470: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified
5ab5f731185 : 8011537: (fs) Path.register(..) clears interrupt status of thread with no InterruptedException
b3a8ca81380 : 8043476: java/util/BitSet/BSMethods.java failed with: java.lang.OutOfMemoryError: Java heap space
6bf93e3c7cf : 8040806: BitSet.toString() can throw IndexOutOfBoundsException
91a5abe428a : 8061392: PrinterJob NPE when drawing translucent image with null user clip
e53f84ec69f : 8059311: com/sun/jndi/ldap/LdapTimeoutTest.java fails with exit_code == 0
19044f2d2ad : 8061830: [asm] refresh internal ASM version v5.0.3
f1966dc5959 : 8054029: (fc) FileChannel.size() returns 0 for block devices on Linux
8780757b74f : 8034032: Check src/macosx/native/java/util/prefs/MacOSXPreferencesFile.m for JNI pending issues
8598bdabedf : 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
1f37d407037 : 8060483: NPE with explicitCastArguments unboxing null
212d3d4a9c0 : 8057893: JComboBox actionListener never receives "comboBoxEdited" from getActionCommand
4f0b31b4444 : 8036616: [TESTBUG] Embedded: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be launched with -XX:+UsePerfData
e3902a2fd0d : 8062744: jdk.net.Sockets.setOption/getOption does not support IP_TOS
95332d737b3 : 8048913: java/util/logging/LoggingDeadlock2.java times out
c1cc85860ec : 6853696: (ref) ReferenceQueue.remove(timeout) may return null even if timeout has not expired
08a5869d493 : 7011804: SequenceInputStream with lots of empty substreams can cause StackOverflowError
ca855ba067b : 8042816: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified, part 2
14f774bde24 : 8042470: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified
d5077bb9d0a : 8011537: (fs) Path.register(..) clears interrupt status of thread with no InterruptedException
8352913a148 : 8043476: java/util/BitSet/BSMethods.java failed with: java.lang.OutOfMemoryError: Java heap space
0f84f0c3783 : 8040806: BitSet.toString() can throw IndexOutOfBoundsException
1351240dd30 : 8061392: PrinterJob NPE when drawing translucent image with null user clip
8020a3591d6 : 8059311: com/sun/jndi/ldap/LdapTimeoutTest.java fails with exit_code == 0
ace68bb2290 : 8061830: [asm] refresh internal ASM version v5.0.3
d069f8a91f4 : 8054029: (fc) FileChannel.size() returns 0 for block devices on Linux
a3cc42224d1 : 8034032: Check src/macosx/native/java/util/prefs/MacOSXPreferencesFile.m for JNI pending issues
38ed3db2e7e : 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
f3a71273564 : 8060483: NPE with explicitCastArguments unboxing null
52b36716211 : 8057893: JComboBox actionListener never receives "comboBoxEdited" from getActionCommand
ac764d3e881 : 8036616: [TESTBUG] Embedded: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be launched with -XX:+UsePerfData
9131284052a : 8062744: jdk.net.Sockets.setOption/getOption does not support IP_TOS
bc83b728a0a : 8048913: java/util/logging/LoggingDeadlock2.java times out
e66ea0fddcc : 6853696: (ref) ReferenceQueue.remove(timeout) may return null even if timeout has not expired
648627721f5 : 8017142: Time display for Spanish(Chile, Ecuador ) locale doesn't show 24-hour format
4a47af288d2 : 8034999: change rmidRunning to a simple lookup
bbaf19930a5 : Added tag jdk8u20-b03 for changeset 26a836ba866b
710094c85ed : Added tag jdk8u20-b03 for changeset 9ed905208a1a
3f975f943a6 : Added tag jdk8u20-b03 for changeset c004406b1b8d
13833b7c7d6 : Added tag jdk8u20-b03 for changeset bb750ccf194d
1c27a0720c9 : 8027640: String.indexOf(String,int) for the empty string case not specified
c01a8b92632 : 8035396: Introduce accessor for tmp_oop in frame
9eec94e88cd : 8031340: Better TLS/EC management
d00e3809c28 : 8035881: PPC64: Fix AIX build in ppc-aix-port/stage after syncing 7133499 and 8028293 from jdk8u
cf783731a00 : 8035881: PPC64: Fix AIX build in ppc-aix-port/stage after syncing 7133499 and 8028293 from jdk8u
814e8d04790 : 8035653: InetAddress.getLocalHost crash
46fc4d15070 : 8035150: ShouldNotReachHere() in ConstantPool::copy_entry_to
bd6c141b3f6 : 8035150: ShouldNotReachHere() in ConstantPool::copy_entry_to
e1e850a1326 : 8035150: ShouldNotReachHere() in ConstantPool::copy_entry_to
ead6152f73d : 8035822: Unable to test minimalVM
e9e7dd2ec11 : 8035820: Optimistic recompilation
aa570e227cd : 8034839: jvm hangs with gc/gctests/LoadUnloadGC test
ac4f26242b4 : 8033898: undefined symbol when build hotspot with Xcode5
904f2d837a4 : 8035335: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TrayIcon.cpp
97a80c5f9d3 : 8019470: Changes needed to compile JDK 8 on MacOS with clang compiler
94a86285a7a : 8010500: [parfait] Possible null pointer dereference at hotspot/src/share/vm/opto/loopnode.hpp
39b5a040cd0 : 8032642: [TESTBUG] Fix testbugs in compiler/startup/.*
addc0424e53 : Added tag jdk8u5-b10 for changeset d8a87b5d6b72
facd5de461a : Added tag jdk8u5-b10 for changeset 88dfe296f991
aa4ac1c4961 : Added tag jdk8u5-b10 for changeset dda473c23ee3
a6fe7f6c9af : Added tag jdk8u5-b10 for changeset 1a48dee348e9
25e2cd6f30a : Added tag jdk8u5-b10 for changeset 37f136007ab2
4528dbdab68 : Added tag jdk8u5-b10 for changeset c1b6b7b689e3
7ed93195de8 : Added tag jdk8u5-b10 for changeset 1affe00a4606
5b61225d2fa : Added tag jdk8u5-b10 for changeset f012e300b23d
df555a01f12 : Added tag jdk8u5-b10 for changeset 71f5222cb225
03740ec2ecb : Added tag jdk8u5-b10 for changeset 16feb384ec6c
91dd4e7f59a : Added tag jdk8u5-b10 for changeset 9808042fdcdb
32d3dcd6058 : Added tag jdk8u5-b10 for changeset a26a5666cdc8
2584e2011b9 : Added tag jdk8u5-b10 for changeset 54edaad305ef
4e4631b9d41 : Added tag jdk8u5-b10 for changeset fbed5a91d70e
b47a443628c : Added tag jdk8u5-b10 for changeset 3fb4a28255a4
dab939bb97e : Added tag jdk8u5-b10 for changeset 998ba0e65ac7
38cc4704111 : 8035758: Move annotation codepaths from MemberEnter.java to Annotate.java
33e7f5d7c4f : 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
fe2c88c3ad2 : 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
493557fc909 : 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
5d4b624caf1 : 8033260: assert(lrg._area >= 0.0) failed: negative spill area
e7bd13ff886 : 8028285: RMI Thread can no longer call out to AWT
e7066f39237 : 8035725: Must keep microsoft VS_PATH on PATH after toolchain detection
b5df3005f09 : 8034766: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CRobot.m
18489cc7a41 : 8030197: Nashorn: Object.defineProperty() can be lured to change fixed NaN property
12333aa589c : 8033573: [parfait] warning from b128 for share/native/sun/awt/splashscreen/java_awt_SplashScreen.c: JNI exception pending
532b570e810 : 8032656: Tag the MachSpillCopies with purpose information
3da1253e45b : 8034105: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CImage.m
0392a7cf602 : 8034775: Failing to initialize VM when running with negative value for -XX:CICompilerCount
660f492d042 : 8034775: Failing to initialize VM when running with negative value for -XX:CICompilerCount
a609fe84bb9 : 8034775: Failing to initialize VM when running with negative value for -XX:CICompilerCount
2ef086d668c : 8031573: [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered in high resolution on Retina
f021a7ed4ce : 6744401: Consider removal of code disabling JIT in Toolkit.getDefaultToolkit
086d4ee638d : 6744401: Consider removal of code disabling JIT in Toolkit.getDefaultToolkit
74ff5d8776a : 6744401: Consider removal of code disabling JIT in Toolkit.getDefaultToolkit
d81e2514ce9 : 8031492: [Parfait] warnings from b122 for jdk/src/solaris/native/sun/awt: JNI exception pending
955204c3098 : 8031492: [Parfait] warnings from b122 for jdk/src/solaris/native/sun/awt: JNI exception pending
c45342182e1 : 8017472: [macosx] Transparency demo is not correctly dragged on the second monitor
e3931e81eb2 : 8032894: Remove dead code in Pressure::lower
bfbc3a0d513 : 8025519: [TESTBUG] runtime/7107135/Test7107135.sh need to use COMPILEJAVA for javac task
1f1b54e350e : 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
702ab8de419 : 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
3787d7c3aa5 : 8034267: Probabilistic native crash`
b47c2517adb : 8037210: Get rid of char-based descriptions 'J' of basic types
73995e8591a : 8043476: java/util/BitSet/BSMethods.java failed with: java.lang.OutOfMemoryError: Java heap space
61db60f592f : 8043958: Remove unused com.sun.pept classes from jdk repository
f5a766e0367 : 8041923: Command line output is missing from jinfo
4162a009242 : 8008657: JSpinner setComponentOrientation doesn't affect on text orientation
e00f753d871 : 8035495: Improvements in autoconf integration
d08700af23b : 8035650: Exclude AIX from VS.NET make/windows/projectcreator.make
1f3f54591b5 : 8060116: After JDK-8047976 gc/g1/TestSummarizeRSetStatsThreads fails
9a35e506eec : 6883953: java -client -XX:ValueMapInitialSize=0 crashes
34d72520bf0 : 8059452: G1: Change the default values for G1HeapWastePercent and G1MixedGCLiveThresholdPercent
52bd601ff85 : 8059758: Footprint regressions with JDK-8038423
d1ae33bbbdf : 8055816: Remove dead code in g1BlockOffsetTable
dadd2bcccf6 : 8043766: CMM Testing: 8u40 Decommit auxiliary data structures
09c4e4681d2 : 8049599: MetaspaceGC::_capacity_until_GC can overflow
f6bd1c7eb68 : 8059655: new hotspot build - hs25.40-b15
21c9f111588 : 8035650: Exclude AIX from VS.NET make/windows/projectcreator.make
6fa2c6b79a0 : 8060116: After JDK-8047976 gc/g1/TestSummarizeRSetStatsThreads fails
6e0bd3dd70f : 6883953: java -client -XX:ValueMapInitialSize=0 crashes
c24ce0a2009 : 8059452: G1: Change the default values for G1HeapWastePercent and G1MixedGCLiveThresholdPercent
a039a3b61e2 : 8059758: Footprint regressions with JDK-8038423
fccb2b78386 : 8055816: Remove dead code in g1BlockOffsetTable
300dd9a30d1 : 8043766: CMM Testing: 8u40 Decommit auxiliary data structures
62759f40ea2 : 8049599: MetaspaceGC::_capacity_until_GC can overflow
0ba1bbb775a : 8059655: new hotspot build - hs25.40-b15
fdd127c127c : 8035496: G1 ARM: missing remset entry noticed by VerifyAfterGC for vm/gc/concurrent/lp50yp10rp70mr30st0
8008ee793e7 : 8035496: G1 ARM: missing remset entry noticed by VerifyAfterGC for vm/gc/concurrent/lp50yp10rp70mr30st0
f05640eb98c : 8035496: G1 ARM: missing remset entry noticed by VerifyAfterGC for vm/gc/concurrent/lp50yp10rp70mr30st0
4dc240f785c : 8079792: GC directory structure cleanup
0bedc5f1e72 : 8034788: Rewrite toolchain.m4 to support multiple toolchains per platform
7de1730b108 : 8034948: Back out JDK-6976350 since it does not fix any issue
094f6ae7f72 : 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
ae951df9a5d : 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
2b758971764 : 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
605e69a0dcd : 8035650: Exclude AIX from VS.NET make/windows/projectcreator.make
6adf75b9ebe : 8030788: [Parfait] warnings from b119 for jdk/src/share/native/sun/awt/medialib: JNI exception pending
2ae60596ed9 : 8035329: Move G1ParCopyClosure::copy_to_survivor_space into G1ParScanThreadState
dbc8581147b : 8035326: Assume non-NULL references in G1CollectedHeap::in_cset_fast_test
6c588725c19 : 8027559: Decrease code size and templatizing in G1ParCopyClosure::do_oop_work
4cd3b79f606 : 8032078: [macosx] CPlatformWindow.setWindowState throws RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH
532802de75f : 8032078: [macosx] CPlatformWindow.setWindowState throws RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH
cdc5c0c966a : 8034867: Object references from expression stack are not visible as roots via jvmti FollowReferences and HeapDump
c7af5cd60b8 : 8034143: javac, subclasses of Infer.IncorporationStep should implement the accepts() method
68857c9469e : 8035493: JVMTI PopFrame capability must instruct compilers not to prune locals
0da32293b57 : 8035487: Fix raw and unchecked lint warnings in javax.imageio.spi
9f5fc4e8597 : 8033716: Fix raw and unchecked lint warnings in com.sun.imageio
090c57164e1 : Added tag jdk9-b03 for changeset fdf4454a8368
7d41c598a4d : Added tag jdk9-b03 for changeset 2740ebeb238c
a0bac0c9c01 : Added tag jdk9-b03 for changeset 4a4630af7adf
33769b38e5b : Added tag jdk9-b03 for changeset 973ca15c0167
4b310bb6d09 : Added tag jdk9-b03 for changeset ba5629320bb2
ce71d7e2b2a : Added tag jdk9-b03 for changeset 69d4b2a482eb
540d4e68597 : Added tag jdk9-b03 for changeset 6a651a3acc5e
1dcf806682c : Added tag jdk9-b03 for changeset 0ce00b83a208
b1348c736db : 8026801: Enhance endpoint addressing
080a4bc77a4 : 8026188: Enhance envelope factory
340602a3421 : 8025030: Enhance stream handling
4207a72caf3 : 8032078: [macosx] CPlatformWindow.setWindowState throws RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH
56bce7519dd : 8032585: JSR292: IllegalAccessError when attempting to invoke protected method from different package 8033278: Missed access checks for Lookup.unreflect* after 8032585
0ce0cb0d532 : 8035187: Move fontconfig src files to make/data
dfcc8f710db : 7089615: Broken javadoc link in AbstractQueuedSynchronizer
490655441c9 : 8034174: Remove use of JVM_* functions from java.net code
c97996c5731 : 8035054: JarFacade.c should not include ctype.h
0390c16ac80 : 8035640: JNU_CHECK_EXCEPTION should support c++ JNI syntax
da7601aeecb : 8035453: Fix serial lint warnings in com.sun.tools and elsewhere
3d29dc96b0c : 6952105: TEST_BUG: testcase failure, not very often, com/sun/jdi/SuspendThreadTest.java
70f2238ba9a : 8035395: sun/management/jmxremote/startstop/JMXStartStopTest.java fails intermittently: Port already in use
676da6618bb : 8034962: Dynalink to handle superclasses more carefully
b402436b1db : 8034962: Dynalink to handle superclasses more carefully
8182d80f890 : 8032909: XSLT string-length returns incorrect length when string includes complementary chars
909f76364dc : 8032909: XSLT string-length returns incorrect length when string includes complementary chars
2c18d040ba4 : 8032909: XSLT string-length returns incorrect length when string includes complementary chars
691ff695b4c : 8032909: XSLT string-length returns incorrect length when string includes complementary chars
e57ad3730d6 : 8032909: XSLT string-length returns incorrect length when string includes complementary chars
45ec78bd97e : 8032909: XSLT string-length returns incorrect length when string includes complementary chars
ade65849db6 : 8032909: XSLT string-length returns incorrect length when string includes complementary chars
5d49f942728 : 8007897: Make creates file with illegal name in Windows
78e080d2d37 : 8033745: Reflect upon Nashorn reflection
cf32005a67a : 8033745: Reflect upon Nashorn reflection
8fff62161cc : 8034085: Do not prefer indexed properties
fe936217028 : 8033787: [TESTBUG] Few jdk regression management tests should be improved with -XX:+UsePerfData usage
2dc4a6781a7 : 8033787: [TESTBUG] Few jdk regression management tests should be improved with -XX:+UsePerfData usage
6005bfb33e3 : 8033787: [TESTBUG] Few jdk regression management tests should be improved with -XX:+UsePerfData usage
aaea8f4c7ca : 8035310: The line.separator property can be retrieved via public API
98b44a020b2 : 6457406: javadoc doesn't handle <a href='http://...'> properly in producing index pages
facc03d9f4d : 6411385: Trees.getPath does not work for constructors
99c9a500c05 : 8035412: Cleanup ClassLoaderData::is_alive
6ab6a416400 : 8035412: Cleanup ClassLoaderData::is_alive
a235c50791f : 8035412: Cleanup ClassLoaderData::is_alive
09ba3b19831 : 8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do
fee876f775a : 8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do
42487876541 : 8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do
54b48640d5c : 8035057: NewSize ergonomics wrong when setting small or unaligned size on command line
6f0d3481925 : 8033426: Scale initial NewSize using NewRatio if not set on command line
fd08a861872 : 8041497: Compilation of compiler/rtm/cli/TestUseRTMDeoptOption* tests failed
0026d6251f7 : 8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(!had_error) failed: bad dominance
e2a8d51ab2f : 8038921: assert(t != NULL) failed: must set before get
89391621d3a : 8038048: assert(null_obj->escape_state() == PointsToNode::NoEscape,etc) runThese -full
862712733e0 : 8040898: new hotspot build - hs25.20-b12
dc4a8ba3e81 : Added tag hs25.20-b11 for changeset d6d1e91f1987
2eb1b50f908 : 8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults
80e8c573e5c : 8039050: Crash in C2 compiler at Node::rematerialize
4dddf42a7ff : 8040001: CLI test on RTMRetryCount option was missed from fix for 8039496
f19357371c9 : 8038076: constraint on multianewarray instruction is not checked since class version 50
e74b34711c0 : 8038418: New tests development for type profiling and speculation
6eafd941200 : 8035735: Metaspace::contains become extremely slow in some cases
7ee9bd8822e : 8039904: dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed: Bad size calculated"
2808024f8e6 : 8028497: SIGSEGV at ClassLoaderData::oops_do(OopClosure*, KlassClosure*, bool)
b8b7112ac7b : 8035057: NewSize ergonomics wrong when setting small or unaligned size on command line
dd2eb95911f : 8033426: Scale initial NewSize using NewRatio if not set on command line
daadb3b43e3 : 8041497: Compilation of compiler/rtm/cli/TestUseRTMDeoptOption* tests failed
4bd298139e6 : 8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(!had_error) failed: bad dominance
037a07c5d13 : 8038921: assert(t != NULL) failed: must set before get
94ce921a52c : 8038048: assert(null_obj->escape_state() == PointsToNode::NoEscape,etc) runThese -full
17d0fd7b363 : 8040898: new hotspot build - hs25.20-b12
8cb49b3a73b : Added tag hs25.20-b11 for changeset 5645a19c38a8
17b5c0e404f : 8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults
d7536884c29 : 8039050: Crash in C2 compiler at Node::rematerialize
189f4ca1d6e : 8040001: CLI test on RTMRetryCount option was missed from fix for 8039496
95e24e7cfe8 : 8038076: constraint on multianewarray instruction is not checked since class version 50
c802d1807c1 : 8038418: New tests development for type profiling and speculation
1b9843fedb6 : 8035735: Metaspace::contains become extremely slow in some cases
8a4395d0c59 : 8039904: dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed: Bad size calculated"
84482ef5827 : 8028497: SIGSEGV at ClassLoaderData::oops_do(OopClosure*, KlassClosure*, bool)
90d8f00199e : 8035057: NewSize ergonomics wrong when setting small or unaligned size on command line
f0f5b3aa50b : 8027810: RMI CheckUsage tests should be deleted
ff640227383 : 8034962: Dynalink to handle superclasses more carefully
1110a73114c : 8033745: Reflect upon Nashorn reflection
2194adb36bb : 8030200: Wrong result for Number.prototype.toString() for certain radix/inputs
08bec4bee84 : 8030199: Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation
4e8e6cba621 : Added tag hs25.20-b04 for changeset 9c23b42315b8
cea94a0b5ad : Added tag hs25.20-b04 for changeset b244f013e22e
083589648a8 : 8034998: Fix raw and unchecked lint warnings in javax.imageio
70c77b3470b : 8034898: [TESTBUG]: Zero failure project - tag all Runtime JTReg bugs that fail nightly
a1463e90627 : 8022203: Intermittent test failures in demo/jvmti/hprof
9a9c9867be1 : 8034967: Reduce access to Nashorn internals
17a9f307c45 : 8034967: Reduce access to Nashorn internals
d6000a5fcfe : 8034968: Reduce access to Nashorn internals
4df3414951e : 8034968: Reduce access to Nashorn internals
2e264e59715 : 8034926: Attribute classes properly
cc1b82fd30c : 8035283: Second phase of branch shortening doesn't account for loop alignment
707e2953853 : 8036836: Increment hsx build to b02 for 8u5-b12
c47e1a8b8a8 : Added tag jdk8u5-b11 for changeset 2293580e2d8d
ef47acb6f0a : 8034926: Attribute classes properly
0e1399a51d1 : 8035283: Second phase of branch shortening doesn't account for loop alignment
3e354d15d78 : 8036836: Increment hsx build to b02 for 8u5-b12
c30d5d59fad : Added tag jdk8u5-b11 for changeset 3c1c8e3cbd9b
80d8d0e8b32 : 8034926: Attribute classes properly
770c671bf4a : 8034926: Attribute classes properly
e2a87a0e2c0 : 8035076: Pattern$BnMS never used due to bug in Pattern$BnM.optimize
c29425c5be2 : 8035341: Allow using a system installed libpng
d54998d0af7 : 8035341: Allow using a system installed libpng
e49749f5d44 : 8035364: An extra space in the comments of constant pool entries
812f9160fd6 : 8035364: An extra space in the comments of constant pool entries
12303316417 : 8030875: Macros for checking and returning on exceptions
d75d24b69eb : 8030875: Macros for checking and returning on exceptions
05eda55e3cb : 8035423: AIX: Fix os::get_default_process_handle() in os_aix.cpp after 8031968
6a79019a756 : 8027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittently
832e81bb13f : 8037012: (tz) Support tzdata2014a
710440d3842 : 8035788: Provide more consistency for lookups
e77863d0936 : 8035699: File choosers should be choosier
fd714d29f83 : 8029755: Enhance subject class
e9635747d15 : 8035834: InetAddress.getLocalHost() can hang after JDK-8030731
ae516f314fd : 8033055: Issues in 2d
24954905288 : 8036794: Collect more Collector Lambdas
87ade639ee1 : 8036568: Serial incompatibility in java.util.TreeMap.NavigableSubMap
e71c605eb2e : 8035009: Make Proxy representations consistent
6ac986c1d15 : 8034267: Probabilistic native crash
b7ca9473092 : 8032960: Running forms URL throws NullPointerException in Javaconsole
389887f1f33 : 8034272: Do not cram data into CRAM arrays
c8dd61bd974 : 8017456: [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution
a8d0eb7347f : 8028285: RMI Thread can no longer call out to AWT
e5b0f0b240e : 8031340: Better TLS/EC management
f025afd7dfd : 8027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittently
367f59994cd : 8037012: (tz) Support tzdata2014a
0b555532e87 : 8035788: Provide more consistency for lookups
f6508542a8c : 8035699: File choosers should be choosier
78dd4be0ea7 : 8029755: Enhance subject class
e00dc18cfc1 : 8035834: InetAddress.getLocalHost() can hang after JDK-8030731
da846efde1c : 8033055: Issues in 2d
30e9cb36973 : 8036794: Collect more Collector Lambdas
c0722312c2f : 8036568: Serial incompatibility in java.util.TreeMap.NavigableSubMap
cda1e7d0b87 : 8035009: Make Proxy representations consistent
9f8a71ff502 : 8034267: Probabilistic native crash
61284614ef3 : 8032960: Running forms URL throws NullPointerException in Javaconsole
26b2b6fc05a : 8034272: Do not cram data into CRAM arrays
cebc01e66ce : 8017456: [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution
357de9d15fb : 8028285: RMI Thread can no longer call out to AWT
2a0c2dc1ac2 : 8031340: Better TLS/EC management
52564eb70d5 : 8034840: Regression test tools/javap/MethodParameters.java fails in 8u20 nightly build
01016126214 : 8034840: Regression test tools/javap/MethodParameters.java fails in 8u20 nightly build
a5520f1c94d : 8035394: PPC64: Make usage of intrinsic dsqrt depend on processor recognition
b0422f5f505 : 8035392: cppInterpreter: fix message of NPE
b343cdd96f4 : 8031025: SQE test CertPath/CertPathBuilderTest/* failed with java.lang.IndexOutOfBoundsException
16ee4a111f5 : 8031025: SQE test CertPath/CertPathBuilderTest/* failed with java.lang.IndexOutOfBoundsException
31ca5c712af : 8035364: An extra space in the comments of constant pool entries
683ea742f26 : 8034797: AIX: Fix os::naked_short_sleep() in os_aix.cpp after 8028280
a2f225b1410 : Added tag jdk8u20-b02 for changeset 21cc466646a2
59bf7956624 : Added tag jdk8u20-b02 for changeset adfbcd981006
ac2527dfb69 : Added tag jdk8u20-b02 for changeset c87722051b7b
babecdc3fe4 : Added tag jdk8u20-b02 for changeset 517e1fbd71d9
225f8f785a1 : Added tag jdk8u20-b02 for changeset 0dfad33c359c
9bb65981d4e : Added tag jdk8u20-b02 for changeset 06e76792be09
3a76c85defd : Added tag jdk8u20-b02 for changeset cfe60ab351eb
82c183396b9 : Added tag jdk8u20-b02 for changeset b8282e8d7a77
68ad4ed7e3f : Added tag jdk8u20-b02 for changeset beafc3c71e93
0ea54f2f757 : Added tag jdk8u20-b02 for changeset 499df83759dc
30d20051ae4 : Added tag jdk8u20-b02 for changeset 68b57c1e009f
c660ed5b1d1 : Added tag jdk8u20-b02 for changeset 9bef332ff096
d290a5ae035 : Added tag jdk8u20-b02 for changeset ea647f6913d6
f2eaaee8929 : Added tag jdk8u20-b02 for changeset 728f58472b6c
803e79e3b7b : Added tag jdk8u20-b02 for changeset 04fecbdc3875
8c7414d400d : Added tag jdk8u20-b02 for changeset c6fc431e94c2
314ec7f0d6d : 8025708: Certificate Path Building problem with AKI serial number
e357eb54179 : 8025708: Certificate Path Building problem with AKI serial number
70e28bda6a3 : 8034870: Regression: On Mac, fx app can't be launched if setting a javaagent for it
0c969cd0ea8 : 8034870: Regression: On Mac, fx app can't be launched if setting a javaagent for it
7cb914ecd2a : 8027289: [Windows zh_CN] NumberFormat: Incorrect sequence of loading currency symbol
eff08434da5 : 6546236: Thread interrupt() of Thread.sleep() can be lost on Solaris due to race with signal handler
5ca6c3c7d25 : 7006339: [parfait] potential null pointer dereference in splashscreen
d54b662879f : 7006339: [parfait] potential null pointer dereference in splashscreen
a9868648e69 : 7014526: "java -version" crash on sparc with some values of HeapBaseMinAddress
46a958d506b : 8034033: [parfait] JNI exception pending in share/native/sun/security/krb5/nativeccache.c
9e4a2e2fe7e : 8047674: java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
38459c36161 : 8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert
14374cd9fc4 : 8043610: Sorting columns in JFileChooser fails with AppContext NPE
5e4016f195b : 8048506: [macosx] javax.swing.PopupFactory issue with null owner
80a072a3ffe : 8048073: Cannot read ccache entry with a realm-less service name
e341bae5df9 : 8034033: [parfait] JNI exception pending in share/native/sun/security/krb5/nativeccache.c
5b0b3912e60 : 8047674: java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
142d6f6a2f3 : 8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert
64eb0da5c90 : 8043610: Sorting columns in JFileChooser fails with AppContext NPE
681d98a0a9b : 8048506: [macosx] javax.swing.PopupFactory issue with null owner
d13fa2f2db9 : 8048073: Cannot read ccache entry with a realm-less service name
a9b3a89f24c : 8035287: gcc warnings compiling various libraries files
7ea47873a23 : Added tag jdk8u5-b09 for changeset 5376f375936c
fe69acd4eea : Added tag jdk8u5-b09 for changeset d76a4d97b7d1
4b33b3f1c02 : Added tag jdk8u5-b09 for changeset 71b3b86d011e
052a8d7e071 : Added tag jdk8u5-b09 for changeset b63feecdba6e
1551274d860 : Added tag jdk8u5-b09 for changeset 264d4604be34
58abf104fe8 : Added tag jdk8u5-b09 for changeset 3c7ecb275969
da7a7e404dd : Added tag jdk8u5-b09 for changeset 01ed71ee388d
d1991c440b0 : Added tag jdk8u5-b09 for changeset 43cc2a035e1a
136bfbc2769 : Added tag jdk8u5-b09 for changeset 753320aa14fe
15272c0d4bc : Added tag jdk8u5-b09 for changeset 948ee9efc072
3efab8a9d45 : Added tag jdk8u5-b09 for changeset 9242cc868e60
4698e4da377 : Added tag jdk8u5-b09 for changeset 7db6238b2e01
285809c7cf4 : Added tag jdk8u5-b09 for changeset b631f2ef5f1d
e035d7abe4a : Added tag jdk8u5-b09 for changeset 33bcd3800140
63c9269592f : Added tag jdk8u5-b09 for changeset bd891228f86a
54c72b02135 : Added tag jdk8u5-b09 for changeset 682762c403c2
06e5d1f1928 : 8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option
4a5cf8b0002 : 8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option
db6974faf72 : 8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option
95cdf53e755 : 8034249: need more workarounds for suspend equivalent condition issue
64e4518249e : 7094099: DropDown List of JComboBox detached
dcc00fa11a6 : 7094099: DropDown List of JComboBox detached
002f448175e : 8034038: [parfait] JNI exception pending in macosx/native/sun/awt/CDataTransferer.m
d6399044d72 : 8035147: [macosx] Drag and Drop tests are failing with -Xchech:jni
8847fdc76ac : 8017456: [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution
16aafdc14e3 : 8017456: [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution
f6c3c7f8c12 : 4515292: ReferenceType.isStatic() returns true for arrays
f30e6327f47 : 4515292: ReferenceType.isStatic() returns true for arrays
43b711ea78c : 8034080: Remove the USDT1 dtrace code from Hotspot
9d1b732ccbe : 8034035: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/LWCToolkit.m
21c694d8d1e : 8033114: The values of non-static final fields are printed for the -constants option
d6a5f57f343 : 8033114: The values of non-static final fields are printed for the -constants option
f37265f360c : 8017456: [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution
25d050175de : 8034068: Label.toString performance improvement
a31393a61a6 : 8034068: Label.toString performance improvement
6ec6843975e : 8034068: Label.toString performance improvement
183aa7b821d : 7094099: DropDown List of JComboBox detached
d9b649e6cba : 8029960: Remove reflection from Swing classes
0172cb133f4 : 8033440: jmap reports unexpected used/free size of concurrent mark-sweep generation
294f10a9b89 : 8069030: support new PTRACE_GETREGSET
5a900eb0524 : 8037140: C1: Incorrect argument type used for SharedRuntime::OSR_migration_end in LIRGenerator::do_Goto
e183653ea51 : 8072697: new hotspot build - hs25.60-b04
a9fdf6dfca0 : 8033440: jmap reports unexpected used/free size of concurrent mark-sweep generation
84c61cc5ce3 : 8069030: support new PTRACE_GETREGSET
fbdb5e296b8 : 8037140: C1: Incorrect argument type used for SharedRuntime::OSR_migration_end in LIRGenerator::do_Goto
c1a6276fa2c : 8072697: new hotspot build - hs25.60-b04
10d4420b081 : 8033440: jmap reports unexpected used/free size of concurrent mark-sweep generation
3419e0f9fa6 : 8032819: Extra empty line between field declarations for the "-v -c" and "-v -l" combination of options
e4cbcc5a20c : 8032819: Extra empty line between field declarations for the "-v -c" and "-v -l" combination of options
6abb9b9bbc8 : 8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
d613c6fc6ff : 8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
4ab0b2732c2 : 8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
8fab7f7307a : 8029145: javadoc fails with java.lang.IllegalStateException: endPosTable already set
04738cc430d : 8033686: Internal error for zero indent
fe87ca95bae : 8033180: An inappropriate newline symbol in the help section
a41b7a36dce : 8029145: javadoc fails with java.lang.IllegalStateException: endPosTable already set
b941e716658 : 8033686: Internal error for zero indent
a90d0b63eaf : 8033180: An inappropriate newline symbol in the help section
fa3de0e440c : 8033530: Applet fails to load resources or connect back to server under some scenarios
011c4378fac : 8034870: Regression: On Mac, fx app can't be launched if setting a javaagent for it
4a66117abee : 8033530: Applet fails to load resources or connect back to server under some scenarios
9f7e464b626 : 8034870: Regression: On Mac, fx app can't be launched if setting a javaagent for it
d33cf7d7b36 : 8033530: Applet fails to load resources or connect back to server under some scenarios
ae9616288c7 : 8033530: Applet fails to load resources or connect back to server under some scenarios
c6d70b00113 : 8034912: backport of 8031737 to jdk8u breaks linux buld
802411312bf : 8034912: backport of 8031737 to jdk8u breaks linux buld
1d71463cfed : 8034164: Introspector ignores indexed part of the property sometimes
c6d7438a509 : 8034085: Do not prefer indexed properties
e81b8500513 : 8065397: Remove ExtendedPlatformComponent.java from EXFILES list
0acc49b8940 : 8061960: java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout
73ec559dd20 : 8050983: Misplaced parentheses in sun.net.www.http.HttpClient break HTTP PUT streaming
2e21587a3ac : 8058193: [macosx] Potential incomplete fix for JDK-8031485
8ef252e03ff : 8027148: SystemFlavorMap.getNativesForFlavor returns list of native formats in incorrect order
bc2d6f9ce9a : 8055063: Parameter#toString() fails w/ AIOOBE for ctr of inner class w/ generic type
78e35fda9fc : 8058197: AWT fails on generic non-reparenting window managers
9bec41a81f0 : 7169583: JInternalFrame title not antialiased in Nimbus LaF
130059e3177 : 8062164: Incorrect color conversion, when bicubic interpolation is used
387799a459d : 8057830: Crash in Java2D Queue Flusher, OGLSD_SetScratchSurface
1505dd08284 : 8059941: [D3D] The fix for JDK-8029253 should be ported to d3d pipeline
16c813c3834 : 8061456: [OGL] Incorrect clip is used during sw->surface blit in xor mode
6a455eae8a3 : 7148531: [macosx] In test, the window does not have time to resize before make a screenshot
c4a14cb5cb9 : 8059943: [macosx] Aqua LaF should use BI.TYPE_INT_ARGB_PRE for a better performance
36de04d39e7 : 8029253: [macosx] Performance problems with Retina display on Mac OS X
fdf3e49cd36 : 8041734: JFrame in full screen mode leaves empty workspace after close
63dc413d542 : 6302052: Reference to nonexistant Class in javadoc
f13cc79eb84 : 8059739: Dragged and Dropped data is corrupted for two data types
45e126f5331 : 8064288: sun.management.Flag should loadLibrary()
9f04bcaca3a : 8034164: Introspector ignores indexed part of the property sometimes
c3fe95579c7 : 8034085: Do not prefer indexed properties
e4fa8e3a1c5 : 8065397: Remove ExtendedPlatformComponent.java from EXFILES list
4b1b56f3aee : 8061960: java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout
4383c52c812 : 8050983: Misplaced parentheses in sun.net.www.http.HttpClient break HTTP PUT streaming
2792fb15366 : 8058193: [macosx] Potential incomplete fix for JDK-8031485
e71d50cbcd2 : 8027148: SystemFlavorMap.getNativesForFlavor returns list of native formats in incorrect order
4bef6c0bea6 : 8055063: Parameter#toString() fails w/ AIOOBE for ctr of inner class w/ generic type
527aa6c584d : 8058197: AWT fails on generic non-reparenting window managers
43748f1dc84 : 7169583: JInternalFrame title not antialiased in Nimbus LaF
2af44d2af4d : 8062164: Incorrect color conversion, when bicubic interpolation is used
f09dbd2dd9a : 8057830: Crash in Java2D Queue Flusher, OGLSD_SetScratchSurface
a8cc81abfaf : 8059941: [D3D] The fix for JDK-8029253 should be ported to d3d pipeline
0ba7431c92d : 8061456: [OGL] Incorrect clip is used during sw->surface blit in xor mode
fc4d1e769c8 : 7148531: [macosx] In test, the window does not have time to resize before make a screenshot
be89c2784d2 : 8059943: [macosx] Aqua LaF should use BI.TYPE_INT_ARGB_PRE for a better performance
7d0d94ffb54 : 8029253: [macosx] Performance problems with Retina display on Mac OS X
5e4b7905772 : 8041734: JFrame in full screen mode leaves empty workspace after close
3e1f927fe24 : 6302052: Reference to nonexistant Class in javadoc
bc7e32b52c5 : 8059739: Dragged and Dropped data is corrupted for two data types
2d438da8c28 : 8064288: sun.management.Flag should loadLibrary()
57f20fcdc9b : 8034164: Introspector ignores indexed part of the property sometimes
c9b3cbbdcca : 8007710: runtime/7158988/FieldMonitor.java fails with com.sun.jdi.VMDisconnectedException: Connection closed
297485c5281 : 8034860: Fatal error due to incorrect thread state during nightly testing
783201f70f5 : 8031971: Use only public methods in the SwingLazyValue
e4d96f3cb4f : 8034801: AIX: (ch) Fix synchronization issue in AixPollPort.java
fd5678c49f3 : 8034801: AIX: (ch) Fix synchronization issue in AixPollPort.java
90cc436d8f8 : 8026188: Enhance envelope factory
e53ec9fc123 : 8026188: Enhance envelope factory
07ac6db92c1 : 8026188: Enhance envelope factory
a414fdbfdd8 : 8026188: Enhance envelope factory
8089f573850 : 8025030: Enhance stream handling
88400ae4eda : 8025030: Enhance stream handling
6b84e3ceb2e : 8025030: Enhance stream handling
294320b300d : 8025030: Enhance stream handling
84abeb84de0 : 8034764: Use process_strong_roots to adjust the StringTable
b34aae00e8a : 8034764: Use process_strong_roots to adjust the StringTable
e795bdb3f57 : 8012351: Bold fonts everywhere in GTK L&F on Ubuntu with JDK 7
dc912154798 : 8012351: Bold fonts everywhere in GTK L&F on Ubuntu with JDK 7
fe26cbf70c7 : 8034041: [parfait] JNI exception pending in jdk/src/macosx/native/com/apple/laf/AquaFileView.m
dd1ae2895ed : 8031694: [macosx] TwentyThousandTest test intermittently hangs
250a7484ae6 : 8031694: [macosx] TwentyThousandTest test intermittently hangs
fc8aae16bcd : 8034761: Remove the do_code_roots parameter from process_strong_roots
9738a8bbb2f : 8034761: Remove the do_code_roots parameter from process_strong_roots
dd50cc3eff5 : 8030763: Validate global memory allocation
2ba279c2fc9 : 8030763: Validate global memory allocation
96fa90a5451 : 8031694: [macosx] TwentyThousandTest test intermittently hangs
b1cfdfafe22 : 8028498: runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java asserts in RT_Baseline
a8f01c3f994 : 8038630: Remove ExtendedOopClosure::prefetch_style()
f2de069dc2c : 8038628: Remove unused Closure::abort()
1fdc7cd78ff : 8038405: Clean up some virtual fucntions in Space class hierarchy
c62c16f94a9 : 8038412: Move object_iterate_careful down from Space to ContigousSpace and CFLSpace
e72dd1b433b : 8038404: Move object_iterate_mem from Space to CMS since it is only ever used by CMS
214ad1d3919 : 8028498: runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java asserts in RT_Baseline
d02737b0b84 : 8039891: Remove ppcsflt builds from JPRT
c74d0db846f : 8037860: Add tests to cover Intel RTM instructions support
71f09932eb9 : 8039496: Add sanity tests on RTM-related command line options
597eb434789 : 8039499: Add all common classes used by tests on RTM support to testlibrary
2697db768e9 : 8039497: Testlibrary should be updated to provide information about all VM types as well as access to Unsafe
6184ffc509d : 8038934: Remove prefix allocated_ from methods and variables in Metaspace
bf3aba63cfd : 8035667: EventMetaspaceSummary doesn't report committed Metaspace memory
8d3471f0c13 : 8039967: new hotspot build - hs25.20-b11
be299acc99a : 8028498: runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java asserts in RT_Baseline
708458d4f81 : 8039891: Remove ppcsflt builds from JPRT
0169d5a6072 : 8037860: Add tests to cover Intel RTM instructions support
c0f7906a566 : 8039496: Add sanity tests on RTM-related command line options
7400ab96b71 : 8039499: Add all common classes used by tests on RTM support to testlibrary
66eddeff19d : 8039497: Testlibrary should be updated to provide information about all VM types as well as access to Unsafe
e45259d5f37 : 8038934: Remove prefix allocated_ from methods and variables in Metaspace
dba03785c6c : 8035667: EventMetaspaceSummary doesn't report committed Metaspace memory
e73884482dc : 8039967: new hotspot build - hs25.20-b11
50c7caa82f6 : Added tag jdk8u20-b01 for changeset 216d6fc33c94
d04a34bef9e : Added tag jdk8u20-b01 for changeset 77cc43fd0619
77c5b3358c1 : Added tag jdk8u20-b01 for changeset bc018a5c111f
a6e55e3f022 : Added tag jdk8u20-b01 for changeset 2deb94c3c63a
927043177a5 : Added tag jdk8u20-b01 for changeset b553a069f340
e19266d5f80 : Added tag jdk8u20-b01 for changeset 13f5f37f6ef5
628baf3de1a : Added tag jdk8u20-b01 for changeset d05d612bdd44
bdfa370cab3 : Added tag jdk8u20-b01 for changeset cff9ae3b5d1a
d7f2477b7f4 : Added tag jdk8u20-b01 for changeset 594220874d85
b87454f2a3e : Added tag jdk8u20-b01 for changeset 55a5886cfa5d
5c428202a61 : Added tag jdk8u20-b01 for changeset dc71d776175f
e4e287dafdb : Added tag jdk8u20-b01 for changeset 222e1ab48352
1197de9f3ac : Added tag jdk8u20-b01 for changeset fe8518795538
0d218f798e2 : Added tag jdk8u20-b01 for changeset ac32ce5ca9dc
e82aeb25196 : Added tag jdk8u20-b01 for changeset 519491027b92
4267d3a6244 : Added tag jdk8u20-b01 for changeset bd13f673f128
afe8f1c904c : 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
d0cd67ea067 : 8034781: [TESTBUG] runtime/ClassFileUnsupportedClassFileVersion.java unable to find or load main class
44ae9fc838a : 8034781: [TESTBUG] runtime/ClassFileUnsupportedClassFileVersion.java unable to find or load main class
56c2d62e5e0 : 8034781: [TESTBUG] runtime/ClassFileUnsupportedClassFileVersion.java unable to find or load main class
e9bfae9adb5 : 7127191: SA JSDB does not display native symbols correctly for transported Linux cores
77c01554a1c : 8170681: Remove fontconfig header files from JDK source tree
f453796e035 : 8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties
ea922cfefb5 : 8068269: RTM tests that assert on non-zero lock statistics are too strict in RTMTotalCountIncrRate > 1 cases
bee25cd30a6 : 8076274: [TESTBUG] Remove @ignore from runtime\NMT\JcmdDetailDiff.java
ea08148237b : 7127191: SA JSDB does not display native symbols correctly for transported Linux cores
6d373ebfc38 : 8170681: Remove fontconfig header files from JDK source tree
6dae7d40cf4 : 8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties
9dde00dda6c : 8068269: RTM tests that assert on non-zero lock statistics are too strict in RTMTotalCountIncrRate > 1 cases
ca483af22d9 : 8076274: [TESTBUG] Remove @ignore from runtime\NMT\JcmdDetailDiff.java
656746d828c : 7127191: SA JSDB does not display native symbols correctly for transported Linux cores
917fcdd8829 : Added tag jdk8u11-b00 for changeset 5ca823c4b2e1
1109b01f712 : Added tag jdk8u11-b00 for changeset 039214bb6190
b46e517ea93 : Added tag jdk8u11-b00 for changeset f2a11850b660
00e719e4d7f : Added tag jdk8u11-b00 for changeset b1297c772aa0
79be289e342 : Added tag jdk8u11-b00 for changeset 2248b9ec4bfe
185d9b263fc : Added tag jdk8u11-b00 for changeset 08d605e5b71c
c8beb74a4a0 : Added tag jdk8u11-b00 for changeset 3c63fecc0ee4
c448e0c572b : Added tag jdk8u11-b00 for changeset 0912e2dbd6b0
11112c8f5e0 : Added tag jdk8u11-b00 for changeset df0152828fd2
3135bb6ebe0 : Added tag jdk8u11-b00 for changeset 2853443443c9
aaf691c7914 : Added tag jdk8u11-b00 for changeset 5cf505d22880
a15c65cfa7f : Added tag jdk8u11-b00 for changeset dd155c65a25d
a230a78f20c : Added tag jdk8u11-b00 for changeset eba17b8b9f30
2fdeced5b33 : Added tag jdk8u11-b00 for changeset 5f2138928188
86062e325cc : Added tag jdk8u11-b00 for changeset 0d570838f38d
fb0cc8c86cb : Added tag jdk8u11-b00 for changeset 6a5b7264ab4f
328fa609d0f : 8030010: cleanup native code warnings
a279dee28c0 : 8023667: SA: ExceptionBlob and other C2 classes not available in client VM
07b9cf09111 : 8034102: Check solaris/native/sun/nio/fs/MacOSXNativeDispatcher.c for JNI pending exceptions
1dad9eb9b80 : 8034102: Check solaris/native/sun/nio/fs/MacOSXNativeDispatcher.c for JNI pending exceptions
fa26d0e9341 : 8034102: Check solaris/native/sun/nio/fs/MacOSXNativeDispatcher.c for JNI pending exceptions
b633a889a7e : 8030350: Enable additional compiler warnings for GCC
87ed9d213a7 : 8034780: Remove used imports
961783d9540 : 8034776: Remove sun.misc.Service
2b7c6c0d41d : 8034762: Move krb5.conf related tests into a single place
b7c3e721476 : 8034173: Move JavaApp.icns to proper place in make/data
a752b0b5037 : 8033215: clang: node.cpp:284 IDX_INIT macro use uninitialized field _out
748ff85ddc0 : Added tag jdk8u5-b08 for changeset ef5e55fbdca3
9c8cb693cb2 : Added tag jdk8u5-b08 for changeset d234743e189f
b4a69778e64 : Added tag jdk8u5-b08 for changeset 1e79c3fec1e0
54ccab993bd : Added tag jdk8u5-b08 for changeset 4e5695a29ec2
72d04e0ec1d : Added tag jdk8u5-b08 for changeset 123236a29836
32543040326 : Added tag jdk8u5-b08 for changeset 70d6fa3b70ca
47fc07ff4c7 : Added tag jdk8u5-b08 for changeset 43ea78a898f2
51c10639244 : Added tag jdk8u5-b08 for changeset c4e386042e2d
b1c0e3daa07 : Added tag jdk8u5-b08 for changeset 41aa46754653
ce2bacbff96 : Added tag jdk8u5-b08 for changeset 28e243cbe2ef
4761cb81193 : Added tag jdk8u5-b08 for changeset fd953aeb344d
f146133ed25 : Added tag jdk8u5-b08 for changeset 582809f12c64
c6a1c33f5fd : Added tag jdk8u5-b08 for changeset 0e092f5c6663
d38dfc63aef : Added tag jdk8u5-b08 for changeset a7bc5e314d39
a131f43e300 : Added tag jdk8u5-b08 for changeset 406324e9cbb6
45f84b10231 : Added tag jdk8u5-b08 for changeset cc66f4d761fe
40ac550de2d : 8034227: JDK9 Windows build failure in libdcpr
21c0b96d8de : 8012351: Bold fonts everywhere in GTK L&F on Ubuntu with JDK 7
bad49f6fba2 : 8034182: Misc. warnings in java.net code
7f138c55021 : 7182040: volano29 limited by os resource on Linux - need better diagnostic message
277f6e45fd7 : 8034176: Update mapfile for libjfr
0795ff71ee9 : 8034176: Update mapfile for libjfr
8acc4717a27 : 8034176: Update mapfile for libjfr
47fc7df87f6 : 8034188: OSR methods may not be recompiled at proper compilation level
47cb53e51bd : 8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper
e92394a567a : 8046232: new hotspot build - hs25.20-b19
03d6eea4a61 : 8034188: OSR methods may not be recompiled at proper compilation level
b02e0dac5d1 : 8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper
9492bed622d : 8046232: new hotspot build - hs25.20-b19
cde5c5862b7 : 8034188: OSR methods may not be recompiled at proper compilation level
c607a7fa86a : 8031050: (thread) Change Thread initialization so that thread name is set before invoking SecurityManager
3ebfde20f81 : 8031050: (thread) Change Thread initialization so that thread name is set before invoking SecurityManager
a6cf2e89b9a : 8031050: (thread) Change Thread initialization so that thread name is set before invoking SecurityManager
4fd295f6a62 : 8031050: (thread) Change Thread initialization so that thread name is set before invoking SecurityManager
ee6353e2914 : 8033231: test fails with java.lang.UnsatisfiedLinkError
4cabf25ee73 : 8033231: test fails with java.lang.UnsatisfiedLinkError
81a76b4461a : 8033231: test fails with java.lang.UnsatisfiedLinkError
0876fab0a9d : 8042364: Make __proto__ ES6 draft compliant
6b60ccc5bf5 : 8041998: RegExp implementation is not thread-safe
56044c142a8 : 8040078: Avoid repeated reading of source for cached loads
aaae71d494f : 8027933: Add --const-as-var option
b85afec562c : 8033231: test fails with java.lang.UnsatisfiedLinkError
f4b078ace7c : 8042364: Make __proto__ ES6 draft compliant
25fc9beaed5 : 8041998: RegExp implementation is not thread-safe
b5e4e07bf56 : 8040078: Avoid repeated reading of source for cached loads
f8594f59204 : 8027933: Add --const-as-var option
615623c4737 : 8033231: test fails with java.lang.UnsatisfiedLinkError
7331f030bd6 : 8034098: Configure leaves 'a.out' in root dir
2f3d23b21f6 : 8034171: Remove use of template template parameters from binaryTreeDictionary
c14ba1910e0 : 8035822: Unable to test minimalVM
ccdd16b4ba8 : 8028073: race condition in ObjectMonitor implementation causing deadlocks
f15c1a32df4 : 8034948: Back out JDK-6976350 since it does not fix any issue
2afeb2f950c : 8035329: Move G1ParCopyClosure::copy_to_survivor_space into G1ParScanThreadState
3eb0a1cbcbc : 8035326: Assume non-NULL references in G1CollectedHeap::in_cset_fast_test
ced591f8a5b : 8027559: Decrease code size and templatizing in G1ParCopyClosure::do_oop_work
981645c3620 : 8034171: Remove use of template template parameters from binaryTreeDictionary
4941e2e8f3d : 8035822: Unable to test minimalVM
fc161523035 : 8028073: race condition in ObjectMonitor implementation causing deadlocks
60b66414c45 : 8034948: Back out JDK-6976350 since it does not fix any issue
4fc215a5d67 : 8035329: Move G1ParCopyClosure::copy_to_survivor_space into G1ParScanThreadState
834cbc3150b : 8035326: Assume non-NULL references in G1CollectedHeap::in_cset_fast_test
01ab25a94d8 : 8027559: Decrease code size and templatizing in G1ParCopyClosure::do_oop_work
2b8f41202ae : 8034171: Remove use of template template parameters from binaryTreeDictionary
2a5c51998d9 : 8034764: Use process_strong_roots to adjust the StringTable
2a866afcdbc : 8034761: Remove the do_code_roots parameter from process_strong_roots
062338866e1 : 8033792: AltHashing used jint for imprecise bit shifting
0f229e22ebd : 8033792: AltHashing used jint for imprecise bit shifting
a90e842e0c0 : 8033792: AltHashing used jint for imprecise bit shifting
e7257d8d2a3 : 8034146: Update hgforest.sh for new closed tree
cf5c3370a39 : 8028073: race condition in ObjectMonitor implementation causing deadlocks
57d286084a6 : 8005262: possible gamma launcher issues
938c64be4d5 : 8033739: 8u5 l10n resource file translation update 1
a291c486204 : 8033739: 8u5 l10n resource file translation update 1
3a4a05df221 : 8016644: Improve UnsupportedClassVersionError message
d34ccc3d19a : 8038297: Avoid placing CTI immediately following cbcond instruction on T4
33604fa60e9 : 8016644: Improve UnsupportedClassVersionError message
8d984851c33 : 8038297: Avoid placing CTI immediately following cbcond instruction on T4
dd25d6fed0f : 8016644: Improve UnsupportedClassVersionError message
89e0b917fea : 8031492: [Parfait] warnings from b122 for jdk/src/solaris/native/sun/awt: JNI exception pending
59b710461e3 : 7152892: some jtreg tests fail with permission denied
9be05926940 : 8034227: JDK9 Windows build failure in libdcpr
08c72b6fae1 : 8031737: CHECK_NULL and CHECK_EXCEPTION macros cleanup
d3c6bfbe8c7 : 8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null
f49cd8cb662 : 8032693: javax.print.PrintService does not find any CUPS-Printers on Linux
2c17bbfb82e : 7152892: some jtreg tests fail with permission denied
09f18dae623 : 8034227: JDK9 Windows build failure in libdcpr
e99bb964b56 : 8031737: CHECK_NULL and CHECK_EXCEPTION macros cleanup
d49c5f98b9f : 8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null
539d931ecdc : 8032693: javax.print.PrintService does not find any CUPS-Printers on Linux
b4e3a62871b : 8032632: Wrong version for the first jdk8 fcs build
2dbd539cabd : 6791551: ExclusiveBind.java has a race condition
e1a9279c038 : 8034177: sun/management/jmxremote/startstop/JMXStartStopTest.java should report port in use
d703a18fe80 : 6791551: ExclusiveBind.java has a race condition
e6676c0f9e7 : 8034177: sun/management/jmxremote/startstop/JMXStartStopTest.java should report port in use
71e9bd48469 : 8033917: Keep track of file paths in file streams and channels for instrumentation purposes
93bc6ba29ce : 8033911: Simplify instrumentation of FileInputStream and RandomAccessFile
cbf61621f32 : 8033917: Keep track of file paths in file streams and channels for instrumentation purposes
6b6e99fbcba : 8033911: Simplify instrumentation of FileInputStream and RandomAccessFile
3ca8517998a : 8033923: Use BufferingOopClosure for G1 code root scanning
74987b8323b : 8033923: Use BufferingOopClosure for G1 code root scanning
68e610a5cdc : 8033764: Remove the usage of StarTask from BufferingOopClosure
afe47f5f742 : 8033764: Remove the usage of StarTask from BufferingOopClosure
9d7ec33c26b : 8033951: nasgen needs the newly build nasgen and nashorn classes in the bootclasspath
f7366c9ec93 : 8035948: Redesign property listeners for shared classes
9282c728f74 : 8030197: Nashorn: Object.defineProperty() can be lured to change fixed NaN property
6c792379715 : 8033951: nasgen needs the newly build nasgen and nashorn classes in the bootclasspath
bfbea567e79 : 8035948: Redesign property listeners for shared classes
42e264a7f54 : 8030197: Nashorn: Object.defineProperty() can be lured to change fixed NaN property
ce89103d32c : 8033951: nasgen needs the newly build nasgen and nashorn classes in the bootclasspath
6961828aeb4 : 8033624: Fix raw and unchecked lint warnings in sun.font
2759eb10aed : 8033528: assert(0 <= i && i < length()) failed: index out of bounds
ef9ba9784ad : 8032693: javax.print.PrintService does not find any CUPS-Printers on Linux
0b54fb23fc8 : 8033421: @SuppressWarnings("deprecation") does not work when overriding deprecated method
43dd7164d7a : 8033421: @SuppressWarnings("deprecation") does not work when overriding deprecated method
63d4b4a58a9 : Added tag hs25.20-b03 for changeset cab086cbf9e1
2b0f4022d95 : Added tag hs25.20-b03 for changeset a2843b5890ca
6b108289ade : 8033943: Typo in the documentation for the class Arrays
2f7d6e1157a : 8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null
804f3e85f3d : 8034175: Remove use of UseVMInterruptibleIO from tests
f776be9c0f5 : 8034043: Native methods for preferences API should not be in libjava 8034026: SCDynamicStoreConfig.m should not be in src/macosx/native/java/util
d03152e11b3 : 8034050: Fix serial lint warnings in javax.print
401de1c53e4 : 8034046: Fix serial lint warnings in javax.sound
77bcb60eeef : 7152892: some jtreg tests fail with permission denied
1cf765b9e84 : 6791551: ExclusiveBind.java has a race condition
67201610126 : 8033911: Simplify instrumentation of FileInputStream and RandomAccessFile
79bbec5d8a5 : 8033917: Keep track of file paths in file streams and channels for instrumentation purposes
3d76a6654ee : 8033931: Several nightly tests failing with assert(imin < imax) failed: Unexpected page size
62755b73589 : 8033714: hotspot 'install_jvm' bld target broken with ZIP_DEBUGINFO_FILES=0
ce0900eb72a : 7033533: realSync() doesn't work with Xfce
118cf2ba602 : 8033924: Default permissions are not given for eval code
5a942f037d4 : 8033924: Default permissions are not given for eval code
0779797c50a : 8011964: need indexed access to externally-managed ByteBuffer
d4e486148d0 : 8033924: Default permissions are not given for eval code
792e3966c44 : 8011964: need indexed access to externally-managed ByteBuffer
350c12ac44a : 8033921: Build fails if --with-alsa option is used due to incorrect ALSA link parameter in autoconf script
50b13833fa1 : 8025841: JVMTI: "vtable stub" dynamic code notification is misplaced
7b4cfb1cdbc : Added tag jdk8-b129 for changeset 4b434b606d1a
e73d27094c3 : Added tag jdk8-b129 for changeset f2a8bb0d7604
31dad59f492 : Added tag jdk8-b129 for changeset f2f21cba5199
ca7254785a9 : Added tag jdk8-b129 for changeset 82f616d5b249
6cc572e4c00 : Added tag jdk8-b129 for changeset 9c9657784242
53290d32695 : Added tag jdk8-b129 for changeset ca7f94b3455b
60fad740b0e : Added tag jdk8-b129 for changeset dfed887193d5
a82436620cf : Added tag jdk8-b129 for changeset cb2cb28ba6ea
a7212b52f91 : Added tag jdk8-b129 for changeset b909334ee712
aa89a24e294 : Added tag jdk8-b129 for changeset 4d87352c8a07
1f33fcd26e9 : Added tag jdk8-b129 for changeset c7284d302ec8
b3bb0a35286 : Added tag jdk8-b129 for changeset 347ac0ead82d
da536eef062 : Added tag jdk8-b129 for changeset b081e735c001
ba687626f5f : Added tag jdk8-b129 for changeset 960feefb21d6
13cf2ef1176 : Added tag jdk8-b129 for changeset bcd72e84f93a
5560fc5eb06 : Added tag jdk8-b129 for changeset cb82d786e0a6
6d6327e157e : 8030855: Default methods should be visible under source previous to 8
bdfa9e0e4d2 : 8030855: Default methods should be visible under source previous to 8
b7addf43294 : Added tag jdk9-b02 for changeset 81bb5f538220
fa155ae4bdb : Added tag jdk9-b02 for changeset fc0fe10fbee9
3bc4831434b : Added tag jdk9-b02 for changeset 22a10c3cb5f3
a3723a4c659 : Added tag jdk9-b02 for changeset 01145cf69089
5dee3f88bdb : Added tag jdk9-b02 for changeset 851ae056cca1
d57ec22d365 : Added tag jdk9-b02 for changeset e67a27d0c98a
aedfbb387a9 : Added tag jdk9-b02 for changeset 82544a65e6da
93c628f1577 : Added tag jdk9-b02 for changeset 325b5971d828
18ac61652d3 : 8029240: Default methods not always visible under -source 7
e9f59b17c12 : 8029240: Default methods not always visible under -source 7
d3a85e73a73 : 8029775: Solaris code cleanup 8033464: Linux code cleanup
3eb1ac89c6b : 8028735: runtime/RedefineObject/TestRedefineObject.java interrupted (timed out?) on solaris_sparcv9-fastdebug-c2-runtime and solaris_x64-debugOpen-c2-runtime
e956dc0c43e : 8033590: java.util.Comparator::thenComparing has unnecessary type restriction
8cdace25754 : 8032012: String.toLowerCase/toUpperCase performance improvement
7be40556f67 : 8033900: Remove reference to JNU_Equals in GSSLibStub.c
795c56d54bf : 8033893: jdk build is broken due to the changeset of JDK-8033370
3981cc3f415 : 8031588: warnings from b03 for jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
9a3089ff7f6 : 8033590: java.util.Comparator::thenComparing has unnecessary type restriction
6bb643eaa91 : 8033590: java.util.Comparator::thenComparing has unnecessary type restriction
a00e205d832 : 8021774: [TESTBUG] Tests failed because of a warning in its output
d0310c898c2 : 8021774: [TESTBUG] Tests failed because of a warning in its output
79938735a28 : 8033370: [parfait] warning from b126 for solaris/native/sun/util/locale/provider: JNI exception pending
41edfa7107b : 8030808: dtrace/hotspot/Monitors/Monitors001 fails in product builds on solaris-sparc
7b06d2d49c7 : 8033785: TimeZoneNamesTest should be removed
4762f428207 : 8033785: TimeZoneNamesTest should be removed
4852b5683a9 : 8033785: TimeZoneNamesTest should be removed
9c0abafc35f : 8033785: TimeZoneNamesTest should be removed
81c4d4ed416 : 8033565: Remove unused nativeNewStringPlatform
41ef9eed31f : 8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
05a9943447e : 8026801: Enhance endpoint addressing
f37ac69324e : 8026801: Enhance endpoint addressing
3d6a7f462b1 : 8026801: Enhance endpoint addressing
67632e8b1e7 : 8026801: Enhance endpoint addressing
a534edca25b : 8020443: Frame is not created on the specified GraphicsDevice with two monitors
0d48a7a7dba : 6712222: Race condition in java/lang/management/ThreadMXBean/AllThreadIds.java
6ddda30ede3 : 8072908: com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2
606d216888b : 8071641: java/lang/management/ThreadMXBean/SynchronizationStatistics.java intermittently failed with NPE
8ecff891808 : 8062450: Timeout in LowMemoryTest.java
5660a2c0386 : 8074297: substring in XSLT returns wrong character if string contains supplementary chars 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
3831988250f : 8073385: Bad error message on parsing illegal character in XML attribute
f23f9203a84 : 8075667: (tz) Support tzdata2015b
14533807efb : 8076641: getNextEntry throws ArrayIndexOutOfBoundsException when unzipping file
c6e028b1d4f : 8059588: deadlock in java/io/PrintStream when verbose java.security.debug flags are set
8f8ca012832 : 8020443: Frame is not created on the specified GraphicsDevice with two monitors
e656b3c573f : 6712222: Race condition in java/lang/management/ThreadMXBean/AllThreadIds.java
bc0418041ca : 8072908: com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2
08eeb3dbd9d : 8071641: java/lang/management/ThreadMXBean/SynchronizationStatistics.java intermittently failed with NPE
857f6e4d375 : 8062450: Timeout in LowMemoryTest.java
6a2deb0345a : 8074297: substring in XSLT returns wrong character if string contains supplementary chars 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
fa6c8fdb93f : 8073385: Bad error message on parsing illegal character in XML attribute
37b16d97f2d : 8075667: (tz) Support tzdata2015b
e1ae4e0f81e : 8076641: getNextEntry throws ArrayIndexOutOfBoundsException when unzipping file
a249290ad9f : 8059588: deadlock in java/io/PrintStream when verbose java.security.debug flags are set
d0df7fb561a : 8020443: Frame is not created on the specified GraphicsDevice with two monitors
2c63929e082 : 8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
2ffde4a9933 : 8033778: ObjectIn/OutputStream improvements
59114612288 : 8033757: Redo JDK-8011983 (due to bad merge with JDK-8031586)
3dd998447a1 : 8033763: Add tests to assert map identity of certain objects
f5d05ce8acb : 8033763: Add tests to assert map identity of certain objects
61e0caa71d0 : 8033763: Add tests to assert map identity of certain objects
1754033d028 : 8033758: gcc warnings compiling jdk/src/share/back
012aa7a0f89 : 8023990: Regression: postscript size increase from 6u18
5b0eee89b07 : 8019990: IM candidate window appears on the South-East corner of the display
f2202f88090 : 8027144: Review restriction of JAX-WS java packages going to JDK8
2a61e1c3cf2 : 8023990: Regression: postscript size increase from 6u18
9333cd79fe9 : 8019990: IM candidate window appears on the South-East corner of the display
7e958d1da77 : 8027144: Review restriction of JAX-WS java packages going to JDK8
492411d1c6d : 8033301: Build more informative InfoBuilder
d2244b1f0d8 : 8035834: InetAddress.getLocalHost() can hang after JDK-8030731
308acb75417 : 8036794: Collect more Collector Lambdas
e0cb0f8d493 : 8034870: Regression: On Mac, fx app can't be launched if setting a javaagent for it
ad3a5f6bcf9 : 8033618: Correct logging output
a933426ce6c : 8031050: (thread) Change Thread initialization so that thread name is set before invoking SecurityManager
6b4fdd33acd : 8033301: Build more informative InfoBuilder
dfdfc40fff9 : 8033618: Correct logging output
69f7c674e7c : 8033301: Build more informative InfoBuilder
507f1d28efd : 8033618: Correct logging output
8028313f29e : 8033210: Intermittent build failure: jdk8 fails on win_i586 in jdk/make (p11_convert.c(67) : Cannot open 'sun_security_pkcs11_wrapper_PKCS11.h)
213f8aaf1cb : 8033210: Intermittent build failure: jdk8 fails on win_i586 in jdk/make (p11_convert.c(67) : Cannot open 'sun_security_pkcs11_wrapper_PKCS11.h)
aae536aad7c : 8033289: clang: clean up unused function warning
a3c78aac2f9 : 8032010: Attempt to resolve abstract method in concrete class fails with AbstractMethodError
cf9c1fdbca8 : 8033277: Wrong scaling when printing in Canon Pixma ip100
aef65cc369d : 8025669: [parfait] warning from b62 for jdk.src.solaris.native.com.sun.security.auth.module: memory leak
5475110b726 : 8033616: Fix serial lint warnings in javax.imageio.*
8a6d9792cee : 8033526: Fix serial lint warnings in java.awt.*
9e1e3f4cbda : 8032227: ClassCastException in UnixPrintJob for ipp printer
d4fef530270 : 8033542: test/java/util/logging/SimpleLogManager might let Loggers be gc'ed too early
bfe88a62656 : 8023990: Regression: postscript size increase from 6u18
cd1c936d0a3 : 4891331: BigInteger a.multiply(a) should use squaring code
c0c1137e82e : 8033542: test/java/util/logging/SimpleLogManager might let Loggers be gc'ed too early
dd337e12246 : 8023990: Regression: postscript size increase from 6u18
b011dc72804 : 4891331: BigInteger a.multiply(a) should use squaring code
11c56780a40 : 8033542: test/java/util/logging/SimpleLogManager might let Loggers be gc'ed too early
650470b407f : 8033210: Intermittent build failure: jdk8 fails on win_i586 in jdk/make (p11_convert.c(67) : Cannot open 'sun_security_pkcs11_wrapper_PKCS11.h)
8ca6ca944ba : 8032749: Typo in java.time.Clock 8032888: Error message typo in TemporalAccessor 8032558: Instant spec includes incorrect assertion wrt valid range 8032494: DateTimeFormatter spec includes irrelevent detail on parsing pattern
5804adca86a : 8030993: Check jdk/src/share/native/common/jni_util.c for JNI pending exceptions
adeedfee16f : 8011983: [parfait] False positive: unportable format string argument mismatch in jdk/src/windows/native/com/sun/security/auth/module/nt.c
25a556913e1 : 8023990: Regression: postscript size increase from 6u18
319dd343be2 : 8033689: PlainDatagramSocketImpl missing returns after throwing an exception
7affa7caa9f : 8033443: Test8000311 fails after latest changes to parallelize string and symbol table unlink
c2eaccb3489 : 8033443: Test8000311 fails after latest changes to parallelize string and symbol table unlink
329369ddf68 : 8033680: Profiles build broken
edcca42faa4 : 8033532: Freetype include statement must come before X11 include
cc8c5866169 : 8031586: Check jdk/src/*/native/com/sun/security/auth/module for pending JNI exceptions
50f793a7258 : 8031586: Check jdk/src/*/native/com/sun/security/auth/module for pending JNI exceptions
e8f1f33e466 : 8031586: Check jdk/src/*/native/com/sun/security/auth/module for pending JNI exceptions
91a6e1b0926 : 8026773: Failing compilation in Corba does not fail the build
05e4dd3c74c : 8033426: Scale initial NewSize using NewRatio if not set on command line
08b547c9abd : 8026773: Failing compilation in Corba does not fail the build
961e7da0a4e : 8026773: Failing compilation in Corba does not fail the build
23cc62f593e : 8026773: Failing compilation in Corba does not fail the build
5d739f30833 : 8028254: gc/arguments/TestMinInitialErgonomics.java failed with unexpected initial heap size
4aa4b3a6c91 : 8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type")
be132ca5315 : 8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
d80145368d7 : 8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
e5925cedb4b : 8211231: BarrierSetC1::generate_referent_check() confuses register allocator
73df7446728 : 8218613: [TESTBUG] runtime/ErrorHandling tests are building incorrect testlibrary classes
c40e2000c94 : 8211926: Catastrophic size_t underflow in BitMap::*_large methods
213b8d4dd27 : 8214059: Undefined behaviour in ADLC
4f996432cdb : 8214206: Fix for JDK-8213419 is broken on 32-bit
6e69b435397 : 8213419: C2 may hang in MulLNode::Ideal()/MulINode::Ideal() with gcc 8.2.1
4b2765b33ef : 8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
90ca0a866eb : 8145096: Undefined behaviour in HotSpot
262aed50c59 : 8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java
6008a6450e7 : 8215934: G1 Old Gen MemoryPool CollectionUsage.used values don't reflect mixed GC results
a6d0ad4ceca : 8216037: Avoid calling vm_update with a NULL name
3892df64775 : 8184309: Build warnings from GCC 7.1 on Fedora 26
8f0c308d53b : 8059038: Create new launcher for SA tools
53c66b77443 : 8206075: On x86, assert on unbound assembler Labels used as branch targets 8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1
1ec761a5ccf : 8185975: PPC64: Fix vsldoi interface according to the ISA
3f3e4a7acd4 : 8212110: Build of saproc.dll broken on Windows 32 bit after JDK-8210647
645606ba0ff : 8210647: libsaproc is being compiled without optimization
0b1420c4858 : 8213992: Rename and make DieOnSafepointTimeout the diagnostic option
2283b70dcc2 : 8197429: Increased stack guard causes segfaults on x86-32
5660e1665e5 : 8141491: Unaligned memory access in Bits.c
df417d0af99 : 8133984: print_compressed_class_space() is only defined in 64-bit VM
b2f88173216 : 8065749: [TESTBUG]: gc/arguments/TestG1HeapRegionSize.java fails at nightly
0b9ab930d7d : 8028254: gc/arguments/TestMinInitialErgonomics.java failed with unexpected initial heap size
d7a02834bf5 : 8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type")
bb80c0204e3 : 8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
dc3de9e422a : 8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
b6dc7fd3a31 : 8211231: BarrierSetC1::generate_referent_check() confuses register allocator
78c8eb9aa11 : 8218613: [TESTBUG] runtime/ErrorHandling tests are building incorrect testlibrary classes
79f1253f07f : 8211926: Catastrophic size_t underflow in BitMap::*_large methods
01063d60082 : 8214059: Undefined behaviour in ADLC
1573e165e15 : 8214206: Fix for JDK-8213419 is broken on 32-bit
cb1adea9b35 : 8213419: C2 may hang in MulLNode::Ideal()/MulINode::Ideal() with gcc 8.2.1
82bfab55602 : 8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
8086c2cc865 : 8145096: Undefined behaviour in HotSpot
370b0a59d47 : 8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java
256d66b3c7a : 8215934: G1 Old Gen MemoryPool CollectionUsage.used values don't reflect mixed GC results
6ce0428d7d2 : 8216037: Avoid calling vm_update with a NULL name
a93d38f9f3a : 8184309: Build warnings from GCC 7.1 on Fedora 26
b689921dd76 : 8059038: Create new launcher for SA tools
6a331c71838 : 8206075: On x86, assert on unbound assembler Labels used as branch targets 8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1
ed020ccf3a0 : 8185975: PPC64: Fix vsldoi interface according to the ISA
2e413d5aafc : 8212110: Build of saproc.dll broken on Windows 32 bit after JDK-8210647
734ee3856af : 8210647: libsaproc is being compiled without optimization
014d03804f9 : 8213992: Rename and make DieOnSafepointTimeout the diagnostic option
e57ef6e2fea : 8197429: Increased stack guard causes segfaults on x86-32
7aca5323b66 : 8141491: Unaligned memory access in Bits.c
5ccf730c169 : 8133984: print_compressed_class_space() is only defined in 64-bit VM
fa3db940e14 : 8065749: [TESTBUG]: gc/arguments/TestG1HeapRegionSize.java fails at nightly
465cfd7c016 : 8032223: nsk/regression/b4663146 gets assert(SafepointSynchronize::is_at_safepoint() || JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits))
50feb05f70e : Added tag jdk8u5-b07 for changeset 8fac670b9149
aabd5b4ab6d : Added tag jdk8u5-b07 for changeset 692cb62ac31f
b9703a66963 : Added tag jdk8u5-b07 for changeset afa8aa14b153
03ae1c25cc5 : Added tag jdk8u5-b07 for changeset 188d6b4afaad
4ddba7dde63 : Added tag jdk8u5-b07 for changeset da4e17329d4f
170f583ab39 : Added tag jdk8u5-b07 for changeset c227654b0a46
8d31b8bf0ca : Added tag jdk8u5-b07 for changeset e329ed99921c
70435b770df : Added tag jdk8u5-b07 for changeset d744c4b971bf
4ff61694f72 : Added tag jdk8u5-b07 for changeset f5b2f5f17b49
1cf3aa75bc2 : Added tag jdk8u5-b07 for changeset 09a77583c8f1
b3ce73d2126 : Added tag jdk8u5-b07 for changeset a2724d2440bc
67b82a52c1e : Added tag jdk8u5-b07 for changeset 9562b2e9b3f1
ec5b5fbaa80 : Added tag jdk8u5-b07 for changeset 144ed7c572a4
fe9598dfb67 : Added tag jdk8u5-b07 for changeset 94bc13913290
39b7e0377d5 : Added tag jdk8u5-b07 for changeset 9ac43629d33b
f4d3c5495dd : Added tag jdk8u5-b07 for changeset bb51db712097
055f62f45d3 : 8025306: Inet[4|6]Address class and fieldID initialization in networking native code
d1237e0f9e6 : 8025306: Inet[4|6]Address class and fieldID initialization in networking native code
20e35aed8fb : 8025306: Inet[4|6]Address class and fieldID initialization in networking native code
60f386c8bb9 : 8028727: [parfait] warnings from b116 for jdk.src.share.native.sun.security.ec: JNI pending exceptions
8d903056f34 : 8033525: Fix raw and unchecked lint warnings in sun.swing.*
5fc6cd2aa9f : 8029020: Check src/share/native/java/util/zip code for JNI pending exceptions
579b11a8845 : 8029808: com/sun/jdi/ProcessAttachTest.sh times out
558c694ea98 : 8033425: Delay loading of net library in PortConfig initialization (workaround for for 8033367)
baa85c7ceb5 : 8033425: Delay loading of net library in PortConfig initialization (workaround for for 8033367)
3a2e91fc4b2 : 8033372: Check jdk/src/share/native/java/lang for JNI pending exception issues 8033371: jdk/src/solaris/native/java/lang/ProcessEnvironment.c environ doesn't check for JNI pending exceptions 8030116: (process) Check Parfait warnings in src/solaris/native/java/lang/* 8028769: Check src/share/native/java/lang/*.c for cases when JNI calls are used with pending warnings
9c672840bba : 8033372: Check jdk/src/share/native/java/lang for JNI pending exception issues 8033371: jdk/src/solaris/native/java/lang/ProcessEnvironment.c environ doesn't check for JNI pending exceptions 8030116: (process) Check Parfait warnings in src/solaris/native/java/lang/* 8028769: Check src/share/native/java/lang/*.c for cases when JNI calls are used with pending warnings
28e1b6ccf23 : 8033372: Check jdk/src/share/native/java/lang for JNI pending exception issues 8033371: jdk/src/solaris/native/java/lang/ProcessEnvironment.c environ doesn't check for JNI pending exceptions 8030116: (process) Check Parfait warnings in src/solaris/native/java/lang/* 8028769: Check src/share/native/java/lang/*.c for cases when JNI calls are used with pending warnings
6218ff7a2b0 : 8033425: Delay loading of net library in PortConfig initialization (workaround for for 8033367)
b6d614bd59e : 8033425: Delay loading of net library in PortConfig initialization (workaround for for 8033367)
d3b880a279d : 8033425: Delay loading of net library in PortConfig initialization (workaround for for 8033367)
e6a3eac0140 : 8033425: Delay loading of net library in PortConfig initialization (workaround for for 8033367)
d5dac68544e : 8028725: [Parfait] warnings from b116 for jdk.src.solaris.native.java.net: JNI pending exceptions
1eb796c1bfe : 8028725: [Parfait] warnings from b116 for jdk.src.solaris.native.java.net: JNI pending exceptions
fbe3b00b097 : 8028725: [Parfait] warnings from b116 for jdk.src.solaris.native.java.net: JNI pending exceptions
f9c28e97a25 : 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
6c54a7ef11b : 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
a80e3ed0ee7 : 8033527: Fix raw type lint warning in sun.nio.ch
3bd9bdd9934 : 8033004: Make base TypeAnnotationPosition data immutable, create better methods for creating base TypeAnnotationPositions
c4f2b88d813 : 8031737: CHECK_NULL and CHECK_EXCEPTION macros cleanup
6261c40dcaa : 8033222: Fix serial lint warnings in sun.awt.*
b0082203739 : 8033181: Fix doclint missing issues in java.awt.{peer, im[.spi]}
1c571143473 : 8033416: Remove sun.misc.FpUtils
47efbd82103 : 8029177: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.java.util.jar: JNI exception pending
2bd09d56cea : 8029177: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.java.util.jar: JNI exception pending
034610f191d : 8029177: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.java.util.jar: JNI exception pending
7a0238bfd32 : 8044047: Missing null pointer checks for streams
1d3192ee041 : 4867890: Clarify the return value/exception for java.security.SignedObject.verify
e03728427a0 : 8035975: Pattern.compile(String, int) fails to throw IllegalArgumentException
1ebe2a40a9a : 8049892: Replace uses of 'new Integer()' with appropriate alternative across core classes
73f2d27bdf9 : 8048175: Remove redundant use of reflection on core classes from JNDI
26689adbd2d : 8042778: Getting all visible methods in ReferenceTypeImpl is slow
cbb6f307df5 : 8047737: Move array component mirror to instance of java/lang/Class
ddccb627525 : 8048185: [TESTBUG] need a JTREG test for the fix of JDK-8042796 (OLD and/or OBSOLETE method(s) found)
b2af3087a43 : 8033425: Delay loading of net library in PortConfig initialization (workaround for for 8033367)
731320a7fdb : 8033126: Can't call default methods from JNI
0abb2b14edd : 8030795: java/nio/file/Files/probeContentType/ForceLoad.java failing with ServiceConfigurationError without jtreg -agentvm option
24b84458a10 : 8028792: (ch) Channels native code needs to be checked for methods calling JNI with pending excepitons 8032668: Check jdk/src/solaris/native/java/io for pending JNI exception issues
eaac73cf842 : 8032462: Change the linux SDT implementation to use USDT2 instead of USDT1
4724c454cdd : 8030091: Request to update error messages from javac for negative varargs test cases
2ec6e447480 : Added tag jdk8-b128 for changeset 34f61a6ffdc7
da4d295c5ac : Added tag jdk8-b128 for changeset ec545bbf53ee
8b3ac32f317 : Added tag jdk8-b128 for changeset 3f2d675505fb
30ced723754 : Added tag jdk8-b128 for changeset fb5e7c1db814
9390d03a561 : Added tag jdk8-b128 for changeset f2cc977f7b4f
c4b7d415484 : Added tag jdk8-b128 for changeset 7e531b86c625
0eb7eff7b03 : Added tag jdk8-b128 for changeset 98b075f67f64
8e4db85a4bf : Added tag jdk8-b128 for changeset 2c4679c8ed73
72caa9060d2 : Added tag jdk8-b128 for changeset 3cd6b53f25a7
88583d15aed : Added tag jdk8-b128 for changeset 842774a1e2f8
a43bd578515 : Added tag jdk8-b128 for changeset 6b8cc2defb67
8496d05355b : Added tag jdk8-b128 for changeset 2689abf42dd9
94a4ef813ca : Added tag jdk8-b128 for changeset 31c306453d42
dee5f2cc434 : Added tag jdk8-b128 for changeset 624bbf812e5f
55c025d8a6a : Added tag jdk8-b128 for changeset dd37c15617b1
9fb5e13b105 : Added tag jdk8-b128 for changeset c54d5793b2bf
806b45a0f25 : 8033223: Fix serial lint warnings in sun.{font, java2d[.*]}
a288694e471 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
49805ac3da8 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
75a42fa4ca7 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
652ed6ebe87 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
03b7705690b : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
6d137c2df74 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
2178019adb3 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
f98be2ae848 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
3055a4ae264 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
cb432650a09 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
4abf50afdcb : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
3a44af1adb0 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
930a4614e6b : 8032221: Typo in java.util.date
f710fcde025 : 8011645: CopyOnWriteArrayList.COWSubList.subList does not validate range properly
a856c6c0fc3 : 8011645: CopyOnWriteArrayList.COWSubList.subList does not validate range properly
936e4163105 : 8011645: CopyOnWriteArrayList.COWSubList.subList does not validate range properly
e72d99fef17 : 8030696: Norwegian locales nb_NO and nn_NO should be available locales
1c4873828bf : 8033278: Missed access checks for Lookup.unreflect* after 8032585
091dccb0601 : 8033278: Missed access checks for Lookup.unreflect* after 8032585
334824efdbe : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
f34219b875c : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
fa7f7acb488 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
c5707429bf4 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
47c1c1111ae : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
6e3435af56d : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
c31fe9457d1 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
73538310b7c : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
4213b8580d2 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
41d0a3bf11d : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
5eb5230d8f0 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
442e870de8d : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
886b8e80e31 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
e0ecda87147 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
9edf32c05de : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
a853471e570 : 8032726: THIRD_PARTY_LICENSE_README Update for Little CMS to 2.5
49b52741dac : 8033233: [JLightweightFrame] support default JViewport BLIT_SCROLL_MODE
4dde43fa62e : 8023899: Typo in TraceCPUTime message
adb62a9a351 : 8030822: (tz) Support tzdata2013i
1f0cc28e311 : 8033618: Correct logging output
f8a6d3f799b : 8030822: (tz) Support tzdata2013i
6a70c281d0d : 8033618: Correct logging output
e72edfe3708 : 8032056: Create demo to illustrate new practices of the default methods usage
63cf41a089f : 8032056: Create demo to illustrate new practices of the default methods usage
b8d7f5b46c0 : 8032020: Update try-with-resources demo
712bc3a0584 : 8032020: Update try-with-resources demo
9471ff67f14 : 8031650: Update bulk operation demo
f5ae9a1ba85 : 8031650: Update bulk operation demo
5b1a447b9ce : 8032025: Update repeating annotations demo
b0c871d3c7e : 8032025: Update repeating annotations demo
0b5d951776e : 8030093: Generify DataTrasfer classes
a9618434af9 : 8033292: only warn, not fail, on unknown variables in configure
9057d98a78e : 8033326: 9 build failure after merge with dev
1b29a3e8a97 : 8033106: Wrong predicate for checking whether the correct amount of symbol table entries have been processed in G1
5dedac6350d : 8033106: Wrong predicate for checking whether the correct amount of symbol table entries have been processed in G1
c4173769ec7 : 6991197: G1: specialize deal_with_reference() for narrowOop*
0cd8d375232 : 6991197: G1: specialize deal_with_reference() for narrowOop*
0d958d12f27 : 8032771: The flag VerifySilently misses a test case
6232998044f : 8032771: The flag VerifySilently misses a test case
30e97838505 : 8033180: An inappropriate newline symbol in the help section
97d55c801e4 : 8027113: decouple the '-XXaltjvm=<path>' option from the gamma launcher
4bcf2e303d5 : Added tag hs25.20-b02 for changeset 884f61d8e5c0
3c66652fedb : Added tag hs25.20-b02 for changeset a6bd85dfd2fe
6595d74df0b : Added tag jdk8-b127 for changeset c2b6991aa723
603aa10fe39 : Added tag jdk8-b127 for changeset 26d3f7d292a0
766bf1a5436 : Added tag jdk8-b127 for changeset db7d606c71d9
74bd8c7155c : Added tag jdk8-b127 for changeset d3da285e3115
b4a559561e4 : Added tag jdk8-b127 for changeset a588a7f591fc
b4d44bac9c2 : Added tag jdk8-b127 for changeset d0a0c4ac8c3f
9db07a05b9e : Added tag jdk8-b127 for changeset 64389d4d6374
ea4d2a95a2e : Added tag jdk8-b127 for changeset f55aaf4591ae
856f6ec366a : Added tag jdk8-b127 for changeset 6943e913ebb8
3fd8c293963 : Added tag jdk8-b127 for changeset 8e194f7e0665
6385513cb36 : Added tag jdk8-b127 for changeset 79eca428bf32
c15eb886b2f : Added tag jdk8-b127 for changeset ae00577d9a84
0d2ea72dacf : Added tag jdk8-b127 for changeset 14e64e888d7a
d319337c1cb : Added tag jdk8-b127 for changeset 3543634acf87
59310e8fd2e : Added tag jdk8-b127 for changeset cbfd7322deec
e6138725797 : Added tag jdk8-b127 for changeset d4f333e32656
6a1a07d5fa8 : 8032681: Issues with Nashorn
e8e454d00bc : 8032681: Issues with Nashorn
281b87b796c : 8032681: Issues with Nashorn
39f6f46864c : 8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
8ae164a1b26 : 8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
e51c345d053 : 8032949: Nashorn linkages awry
8e302a6741d : 8032949: Nashorn linkages awry
ea24aa581b4 : 8032948: Nashorn linkages awry
3134f49dff9 : 8032954: Nashorn: extend Java.extend
4c10023d801 : 8032954: Nashorn: extend Java.extend
4c4b46e490a : 8033168: PPC64: gcc 4.8 warning in output_c.cpp
6d897ac7a88 : 8032954: Nashorn: extend Java.extend
762b44e1000 : 8032944: Improve reflection in Nashorn
1783be0ceac : 8032944: Improve reflection in Nashorn
3d9115510ce : 8032943: Improve reflection in Nashorn
ca53cc64e58 : 8033218: Silent failure in TypeAnnotations.resolveFrame
43829fc0cc3 : 8032229: [TEST_BUG] The app failed automatically and it threw exception:java.lang.UnsupportedOperationException
455663f56eb : 6656031: SA: jmap -permstat number of classes is off by 1
e833046b557 : 8032686: Issues with method invoke
acec343410e : 8032686: Issues with method invoke
d5d40cf2481 : 8032686: Issues with method invoke
244ffdb7c24 : 8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
214de0eb69f : 8032869: remove support for legacy options in javap
d29a1f5b86f : 8028391: Make the Min/MaxHeapFreeRatio flags manageable
cb7e4f31848 : 8032985: new hotspot build - hs25.20-b03
f9f278365b4 : 8028391: Make the Min/MaxHeapFreeRatio flags manageable
706a44d3d06 : 8032985: new hotspot build - hs25.20-b03
5301534dc31 : 8028391: Make the Min/MaxHeapFreeRatio flags manageable
b9f32d48428 : 8033119: Improve and document boot-jdk.m4
be8b244af65 : 8027348: (process) Enhancement of handling async close of ProcessInputStream
1409843dda8 : 8032878: Editable combos in table do not behave as expected
9eaaf9a925a : 8037106: Optimize Arrays.asList(...).forEach
0b30b6d6779 : 8037857: Methods j.u.Arrays.spliterator/stream(X[], int, int) throw IAE instead of specified AIOOBE when endIndex < startIndex
9cbeaf53860 : 8038106: PIT: access problem to a PrinterJob on OS X
e121893085b : 7161320: TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code)
dfa8917b667 : 8030640: [TEST_BUG] java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with exit code 2
c3d69a28dee : 8022531: [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog
6dfb859680a : 8037221: [asm] refresh internal ASM version
ae79707527d : 8021804: Certpath validation fails if validity period of root cert does not include validity period of intermediate cert
aabe320c53e : 8036022: D3D: rendering with XOR composite causes InternalError
7ef9429cf05 : 8035963: The failed Kerberos tests due to timeouts
941f142d06f : 8036971: krb5.conf does not accept directive lines before the first section
d16d84f377d : 8035622: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DesktopProperties.cpp
2fc4c39ceb1 : 8036782: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_MouseEvent.cpp
ac73be6bbab : 8036788: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Event.cpp
f91e8d27531 : 8027348: (process) Enhancement of handling async close of ProcessInputStream
fd5c62b2ea8 : 8032878: Editable combos in table do not behave as expected
a4ceba20152 : 8037106: Optimize Arrays.asList(...).forEach
e033bdf5b0a : 8037857: Methods j.u.Arrays.spliterator/stream(X[], int, int) throw IAE instead of specified AIOOBE when endIndex < startIndex
f2581b74d0b : 8038106: PIT: access problem to a PrinterJob on OS X
e1bbde7ef0e : 7161320: TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code)
20407391ead : 8030640: [TEST_BUG] java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with exit code 2
7ab07bb7c98 : 8022531: [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog
4802e2c04e5 : 8037221: [asm] refresh internal ASM version
9507dbac6a7 : 8021804: Certpath validation fails if validity period of root cert does not include validity period of intermediate cert
a57ecf3f57e : 8036022: D3D: rendering with XOR composite causes InternalError
1d0dad42aeb : 8035963: The failed Kerberos tests due to timeouts
edb0d2ed789 : 8036971: krb5.conf does not accept directive lines before the first section
94b171cb602 : 8035622: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DesktopProperties.cpp
82a85766fb6 : 8036782: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_MouseEvent.cpp
977a51934b5 : 8036788: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Event.cpp
592907e7f24 : 8027348: (process) Enhancement of handling async close of ProcessInputStream
49605b7bf93 : 7150539: HttpURLConnection.getResponseMessage() doesn't throw IOException on server error (OS X)
e3f4248c427 : 8032518: fatal error has been detected by the Java Runtime Environment(access violation)
9378d4b0660 : 8032056: Create demo to illustrate new practices of the default methods usage
a7acbb1cb79 : 8032020: Update try-with-resources demo
7bdf4708b27 : 8031650: Update bulk operation demo
5569aab6865 : 8032025: Update repeating annotations demo
4399edf7b26 : 8023541: Race condition in rmid initialization
01e48af83f5 : 8033221: Fix serial lint warnings in sun.swing.*
91796b96b90 : 8022321: java/lang/ref/OOMEInReferenceHandler.java fails intermittently
7e532727a08 : 8030822: (tz) Support tzdata2013i
ba68b878a0b : 8031179: update RMI tests to declare othervm explicitly
8bb6a4e5840 : 8033154: PPC64: Fix AIX build after integration into jdk9/dev
9e782fae6d8 : 8031701: java/lang/management/ThreadMXBean/Locks.java: Thread WaitingThread is expected to wait on Object but got null Thread.State = RUNNABLE
4b69521b635 : 8013116: Robot moves mouse to point which differs from set in mouseMove on Unity shell
c91508a464e : 8031964: [macosx] Dragging images from the browser does not work
a08bd102f77 : 8032435: Cleanup of sun.awt.windows package
da17ca59dba : 8033111: Clean up left-over JObjC code in build system
70737b100f4 : 8033117: PPC64: Adapt to 8002074: Support for AES on SPARC
fcd4a416467 : 8033115: Bad merge between 8027584 and 8031759
57fe89a46b1 : 8031759: Improved tool overriding in configure
ad5f12b1fcd : 8027584: Disable ccache by default
1d36afd7937 : 8032697: Issues with Lambda
18cf5501e91 : 8032697: Issues with Lambda
315de3d0e2a : 8032984: new hotspot build - hs25-b70
7e16d231f50 : 8032984: new hotspot build - hs25-b70
07d32d5ef8c : Added tag hs25-b69 for changeset babc70e98df3
2c1afa44ac6 : Added tag hs25-b69 for changeset 789270d80f30
9f13670d6c0 : Added tag jdk8u5-b06 for changeset c4b9614fd917
d26dc3333ba : Added tag jdk8u5-b06 for changeset d4fb3eb20ba5
2cb561525fe : Added tag jdk8u5-b06 for changeset 469f8dee9c39
decf4897c30 : Added tag jdk8u5-b06 for changeset 4820f6db30a8
440a76359aa : Added tag jdk8u5-b06 for changeset 04354a2059ce
0049e8fb933 : Added tag jdk8u5-b06 for changeset 51aa52d7ea28
badfadef226 : Added tag jdk8u5-b06 for changeset 7e776eab4515
5b168219763 : Added tag jdk8u5-b06 for changeset 90c6e60f91e2
10a3633c44c : Added tag jdk8u5-b06 for changeset 4b597bd27405
1e90d6dc6b0 : Added tag jdk8u5-b06 for changeset 489b3bf9c6c2
bbda785e7da : Added tag jdk8u5-b06 for changeset ab8214abba78
f8f00b58cbf : Added tag jdk8u5-b06 for changeset 682d6137c289
18411adf49f : Added tag jdk8u5-b06 for changeset 50a196419ad4
8fede57712e : Added tag jdk8u5-b06 for changeset ec828c9d17a5
e8b93f2c3ec : Added tag jdk8u5-b06 for changeset b8e10a8e6287
51a34b935ef : Added tag jdk8u5-b06 for changeset 58d69d81b046
77feb9302c8 : 8032932: Add assertion to fix silent failure in Gen.getAndRemoveNonFieldTAs
07998a63354 : 8032980: Silent failure in Attr.annotateType
552e3383779 : 8032819: Extra empty line between field declarations for the "-v -c" and "-v -l" combination of options
7c8c25b62a7 : 8032711: Issue with Lambda in handling 8032704: Issues with lib perm in Lambda
567c54aea6d : 8032711: Issue with Lambda in handling 8032704: Issues with lib perm in Lambda
1b02cd3f127 : 8032711: Issue with Lambda in handling 8032704: Issues with lib perm in Lambda
4dc0e46cb24 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
a0b8b6a0282 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
dee9542bee6 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
49b3f8639b7 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
a279f41644e : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
4592cf458d1 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
d374f39d575 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
f0ca70f06f8 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
772dd898e0b : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
7aa4592f6ec : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
bd017cbc94f : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
2f1f2ff1720 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
8de9c0cf2ad : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
a0f109d8433 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
8052951c267 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
5159b7ce205 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
41186361dd5 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
bf73f332df7 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
a63ece1a060 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
b72a7c1a93f : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
7f2a76ce47e : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
240cdde43aa : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
17868f4ca35 : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
f04c312123b : 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
9e1f30e5009 : 8029941: rollback changes in make/jprt.properties for embedded testing
fa9d024acde : 8035970: PPC64: fix ad file after 8027754: Enable loop optimizations for loops with MathExact
adc362a4b17 : 8035396: Introduce accessor for tmp_oop in frame
f915598400d : 8033566: [parfait] warning from b128 for hotspot/src/share/vm/runtime/frame.cpp: JNI primitive type mismatch
332d2c3cb44 : 8034034: [parfait] JNI exc. pending in hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m
77b5ae3d2ed : 8038274: update 8u fix for 8028073 now that 8028280 is backported to 8u
8e9648a4fab : 8038222: Assembler::bsrl fails on assert when -UseCountLeadingZerosInstruction is used on CPU with LZCNT support
48f37ffdfe7 : 8038286: nm->set_rtm_state() should be called after (nm != NULL) check
e2bf6c4a387 : 8038181: Can't build product VM without precompiled header
57cfab1d435 : 8035857: Add tests to verify correctness of operations with BMI1 and LZCNT instructions
e4c4b65d3f9 : 8033464: Linux code cleanup 8033931: Several nightly tests failing with assert(imin < imax) failed: Unexpected page size
16d2ce230bc : 6653795: C2 intrinsic for Unsafe.getAddress performs pointer sign extension on 32-bit systems
99eed3a9ff3 : 8036860: Pad and cache-align the BiasedMappedArray
5b682be3281 : 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure
e95c883d008 : 8034868: Extract G1 From Card Cache into separate class
f5bf8669db9 : 8035654: Add times for evacuation failure handling in "Other" time
aabfd5d2b89 : 8035398: Add card redirty time in "Other" time in G1
84b78d9a817 : 8027295: Free CSet takes ~50% of young pause time
ef7673a1f5f : 8035815: Cache-align and pad the from card cache
04075dff2cc : 8035406: Improve data structure for Code Cache remembered sets
5e1e0fc6f4c : 8036703: Add trace event with statistics for the metaspace chunk free lists
deed3f5042c : 8036701: Add trace event when a metaspace throws out of memory error
d5373bdbf8e : 8036699: Add trace event when a metaspace allocation fails
5c3b95d7666 : 8036698: Add trace event for updates to metaspace gc threshold
915abb62b6c : 8036696: Add metaspace gc threshold to metaspace summary trace event
eec1651800e : 8031320: Use Intel RTM instructions for locks
bbfffe4e310 : 8037510: CMM Testing: Min/MaxHeapFreeRatio flags should be manageable through the API
97701ad943e : 8038028: new hotspot build - hs25.20-b08
fcedd74d255 : 8037962: metaspaceTracer.cpp misses a symbol
e9acbd7c388 : 8029075: String deduplication in G1
8bed1e9dd75 : 8036673: G1: Abort weak reference processing if mark stack overflows
42505ae7744 : 8036672: G1: alloc_purpose in copy_to_survivor_space() used incorrectly
7d47cbcf0bd : 8036025: Sort the freelist in order to shrink the heap
5e4803bc0d2 : 8034797: AIX: Fix os::naked_short_sleep() in os_aix.cpp after 8028280
c2f73640b65 : 8037821: Account for trampoline stubs when estimating code buffer sizes
1c70dbfe579 : 8038262: Workaround for ccache in vm.make is missing for aix
b2ae2db418c : 8037915: PPC64/AIX: Several smaller fixes
53118cfc98e : 8035423: AIX: Fix os::get_default_process_handle() in os_aix.cpp after 8031968
3632c59692f : 8036976: PPC64: implement the template interpreter
bfec4794e84 : 8035647: PPC64: Support for elf v2 abi
57c866b3880 : 8035394: PPC64: Make usage of intrinsic dsqrt depend on processor recognition
6e2533f0c05 : 8035392: cppInterpreter: fix message of NPE
f5d574b94fd : 8031703: Missing post-barrier in ReferenceProcessor
93ad480edaf : 8033117: PPC64: Adapt to 8002074: Support for AES on SPARC
d62ce53745c : 8033168: PPC64: gcc 4.8 warning in output_c.cpp
21bfd8e0644 : 8029941: rollback changes in make/jprt.properties for embedded testing
ee760ad0c5a : 8035970: PPC64: fix ad file after 8027754: Enable loop optimizations for loops with MathExact
64a1b4b8703 : 8035396: Introduce accessor for tmp_oop in frame
64c0f0120b4 : 8033566: [parfait] warning from b128 for hotspot/src/share/vm/runtime/frame.cpp: JNI primitive type mismatch
f0e164e688d : 8034034: [parfait] JNI exc. pending in hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m
8ddd67adfb6 : 8038274: update 8u fix for 8028073 now that 8028280 is backported to 8u
f20abb999c5 : 8038222: Assembler::bsrl fails on assert when -UseCountLeadingZerosInstruction is used on CPU with LZCNT support
128a01eb44c : 8038286: nm->set_rtm_state() should be called after (nm != NULL) check
59ec66c53a9 : 8038181: Can't build product VM without precompiled header
6142b173f72 : 8035857: Add tests to verify correctness of operations with BMI1 and LZCNT instructions
4d0375c501b : 8033464: Linux code cleanup 8033931: Several nightly tests failing with assert(imin < imax) failed: Unexpected page size
f6c5380d552 : 6653795: C2 intrinsic for Unsafe.getAddress performs pointer sign extension on 32-bit systems
617f45e5678 : 8036860: Pad and cache-align the BiasedMappedArray
0d874b4ab23 : 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure
482a56093df : 8034868: Extract G1 From Card Cache into separate class
ebc11f9e20a : 8035654: Add times for evacuation failure handling in "Other" time
b5bd3a7257a : 8035398: Add card redirty time in "Other" time in G1
94e9f6ccc0c : 8027295: Free CSet takes ~50% of young pause time
12e06ab49e4 : 8035815: Cache-align and pad the from card cache
91f93c62d95 : 8035406: Improve data structure for Code Cache remembered sets
e587ab618c4 : 8036703: Add trace event with statistics for the metaspace chunk free lists
809c8592964 : 8036701: Add trace event when a metaspace throws out of memory error
84cde8d994c : 8036699: Add trace event when a metaspace allocation fails
4e23ed6ab7a : 8036698: Add trace event for updates to metaspace gc threshold
ac140cb4c90 : 8036696: Add metaspace gc threshold to metaspace summary trace event
d94f7d91108 : 8031320: Use Intel RTM instructions for locks
5f4643c09c1 : 8037510: CMM Testing: Min/MaxHeapFreeRatio flags should be manageable through the API
38876d3a04b : 8038028: new hotspot build - hs25.20-b08
8a17666fc2c : 8037962: metaspaceTracer.cpp misses a symbol
ef9547c4f8b : 8029075: String deduplication in G1
26e4c654647 : 8036673: G1: Abort weak reference processing if mark stack overflows
31fb3092dff : 8036672: G1: alloc_purpose in copy_to_survivor_space() used incorrectly
b3637f3596c : 8036025: Sort the freelist in order to shrink the heap
37761a4348c : 8034797: AIX: Fix os::naked_short_sleep() in os_aix.cpp after 8028280
31654bd05da : 8037821: Account for trampoline stubs when estimating code buffer sizes
650a288a9ba : 8038262: Workaround for ccache in vm.make is missing for aix
6ed8e8329e4 : 8037915: PPC64/AIX: Several smaller fixes
0be942941cb : 8035423: AIX: Fix os::get_default_process_handle() in os_aix.cpp after 8031968
cd97b4d3235 : 8036976: PPC64: implement the template interpreter
6ed38f5e8fc : 8035647: PPC64: Support for elf v2 abi
e0033a85ad6 : 8035394: PPC64: Make usage of intrinsic dsqrt depend on processor recognition
e7d8c2d6d46 : 8035392: cppInterpreter: fix message of NPE
8cb8d4d8303 : 8031703: Missing post-barrier in ReferenceProcessor
b505bd90445 : 8033117: PPC64: Adapt to 8002074: Support for AES on SPARC
a455cbccfa6 : 8033168: PPC64: gcc 4.8 warning in output_c.cpp
c4642dd6d7a : 8029941: rollback changes in make/jprt.properties for embedded testing
ad66e1ea2c3 : 8032733: Fix cast lint warnings in client libraries 8032734: Add cast lint warning to build of jdk repository
f811b575d26 : 8032392: Spec: javax.xml.stream.XMLEventFactory/XMLOutputFactory/XMLInputFactory.newFactory(String, ClassLoader) referring to ServiceLoader.load(Class, ClassLoader)
951552b79f9 : 8032392: Spec: javax.xml.stream.XMLEventFactory/XMLOutputFactory/XMLInputFactory.newFactory(String, ClassLoader) referring to ServiceLoader.load(Class, ClassLoader)
2d09a7f0fff : 7142035: assert in j.l.instrument agents during shutdown when daemon thread is running
b509a849e70 : 8034038: [parfait] JNI exception pending in macosx/native/sun/awt/CDataTransferer.m
330a7573e77 : 8034035: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/LWCToolkit.m
7da87866c9e : 7142035: assert in j.l.instrument agents during shutdown when daemon thread is running
2a9520acd70 : 8034038: [parfait] JNI exception pending in macosx/native/sun/awt/CDataTransferer.m
7bb3f36ce9b : 8034035: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/LWCToolkit.m
9d9bc9f86dd : 7142035: assert in j.l.instrument agents during shutdown when daemon thread is running
aa81fd4ead7 : 8032697: Issues with Lambda
0b6a5f744ab : 8007270: Make IsMethodCompilable test work with tiered
7722b3d0972 : 8035946: Use ResourceHashtable for dependency checking
711d611b027 : 8007270: Make IsMethodCompilable test work with tiered
b7aff66e437 : 8038953: Add sanity tests for BMI1 and LZCNT instructions
37d8632fc30 : 8039597: WhiteBox :: clean type profiling data
c4d84779090 : 8007270: Make IsMethodCompilable test work with tiered
e6ec0697186 : 8038953: Add sanity tests for BMI1 and LZCNT instructions
1c314cf6947 : 8039597: WhiteBox :: clean type profiling data
673e8b47c0e : 8032827: NMT: missing virtual memory tagging in os::workaround_expand_exec_shield_cs_limit()
4d64b2ea8d2 : 8022411: Allow overriding of CXX and CC with absolute path
e6d68e6d66e : 7010732: SA_ALTROOT only works if running the SA tools from their build directory
da9c40856e5 : 8032585: JSR292: IllegalAccessError when attempting to invoke protected method from different package
35014e8fa0a : 8032585: JSR292: IllegalAccessError when attempting to invoke protected method from different package
04c87a2bbe7 : 8022323: [JavaSecurityScanner] review package com.sun.management.* Native methods should be private
305d2f27f1b : 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
69a6133c780 : 8032814: LineNumberTable/LocalVariableTable tables duplication for the "-v -l" combination of options
1e80ad98e4e : 6760902: inconsistent behavior in system class loader for classes and resources
56c07eeb89f : 8031212: doclint incorrectly rejects some @see tags in javadoc comments
f40cd11edd2 : 8032814: LineNumberTable/LocalVariableTable tables duplication for the "-v -l" combination of options
9bf37df6619 : 8033930: Unnecessary new line after the StackMapTable 8033913: Incorrect indentation of StackMapTable entries
228e7630d78 : 8033711: An exception is thrown if using the "-classpath" option with no arguments
a6dfb4a2897 : 8033581: Incorrect comment aligment 8033798: javap output has unnecessary trailing whitespace 8033726: StackMapTable does not unindent properly
5f1d537709e : 8031212: doclint incorrectly rejects some @see tags in javadoc comments
4dc357d2f2e : 8032814: LineNumberTable/LocalVariableTable tables duplication for the "-v -l" combination of options
70425908fac : 8033930: Unnecessary new line after the StackMapTable 8033913: Incorrect indentation of StackMapTable entries
b5f8a694d69 : 8033711: An exception is thrown if using the "-classpath" option with no arguments
ffd3ae55b28 : 8033581: Incorrect comment aligment 8033798: javap output has unnecessary trailing whitespace 8033726: StackMapTable does not unindent properly
478d2876a5f : 8031212: doclint incorrectly rejects some @see tags in javadoc comments
a354960abb8 : 8032566: Crash in JIT when running Scala compiler (and compiling Scala std lib)
f20c92e1daa : 8032566: Crash in JIT when running Scala compiler (and compiling Scala std lib)
29f03413a05 : 8032566: Crash in JIT when running Scala compiler (and compiling Scala std lib)
51efd878124 : 8032779: Update code in java.lang to use newer language features
2489c7b220a : 8002116: This JdbReadTwiceTest.sh gets an exit 1
be167599ad2 : 8030177: G1: Enable TLAB resizing
889d90f0f86 : 8030177: G1: Enable TLAB resizing
aab73f93562 : 8024049: com/sun/jdi/ProcessAttachTest.sh shortens 7-digit pid to 6-digit
4a7bc8eccde : 8032662: test/compiler/ciReplay/TestSA.sh should report ulimit issues
ebf3cad435e : 8032247: SA: Constantpool lookup for invokedynamic is not implemented
845168aee54 : 8009738: compiler/6826736/Test.java times out on big machines
0f9d69b7504 : 8009738: compiler/6826736/Test.java times out on big machines
49fdbfba202 : 8031572: jarsigner -verify exits with 0 when a jar file is not properly signed
8b8480c08b9 : Added tag jdk8-b126 for changeset a9c22d5eff5e
95a0fa24e20 : Added tag jdk8-b126 for changeset 9ea94e79de6d
6623e390146 : Added tag jdk8-b126 for changeset 35dd59b3a528
5373b41758a : Added tag jdk8-b126 for changeset 3ccf4a4cb8dd
4a0cc64269f : Added tag jdk8-b126 for changeset 01cc90222425
c572934f7e8 : Added tag jdk8-b126 for changeset 6acb006380f7
0c92e17fe14 : Added tag jdk8-b126 for changeset 413c7b242310
3910a48fa28 : Added tag jdk8-b126 for changeset 787898245b46
5d598606c10 : Added tag jdk8-b126 for changeset bb1233f993fe
e63d3c25879 : Added tag jdk8-b126 for changeset 0b9c7678e53f
a6146c42d1a : Added tag jdk8-b126 for changeset e3e0a9d87002
173eb5e3e4b : Added tag jdk8-b126 for changeset 9fba0325788a
ff2056902fb : Added tag jdk8-b126 for changeset acf6b5b137ba
de51330664f : Added tag jdk8-b126 for changeset cfe402f4f530
3b6cf0de2ca : Added tag jdk8-b126 for changeset 60c63aaee067
834084e3eb3 : Added tag jdk8-b126 for changeset d31460178978
4139d6900cd : 8032392: Spec: javax.xml.stream.XMLEventFactory/XMLOutputFactory/XMLInputFactory.newFactory(String, ClassLoader) referring to ServiceLoader.load(Class, ClassLoader)
d1fc6d132c2 : 8032616: Fix non-deprecation warnings in com.sun.beans.*
b11954393ab : 8032678: [TESTBUG] sun/misc/Version/Version.java doesn't understand two-digit HotSpot minor version numbers
4929760e356 : 8036861: Application can't be loaded fine,the save dialog can't show up
fb8cb9544bc : 8032678: [TESTBUG] sun/misc/Version/Version.java doesn't understand two-digit HotSpot minor version numbers
10106b84314 : 8036861: Application can't be loaded fine,the save dialog can't show up
c329a619fd9 : 8032678: [TESTBUG] sun/misc/Version/Version.java doesn't understand two-digit HotSpot minor version numbers
859a0e94f1d : 8032370: No "Truncated file" warning from IIOReadWarningListener on JPEGImageReader
b436ef0b85a : 8032370: No "Truncated file" warning from IIOReadWarningListener on JPEGImageReader
b39c2e7e489 : 8032370: No "Truncated file" warning from IIOReadWarningListener on JPEGImageReader
786fc244638 : 8029646: [pack200] should support the new zip64 format
4a3b8f4df6f : 8032627: Add @SuppressWarnings("serial") to appropriate javax.swing classes
d5a62b14012 : 8032451: (dc) DatagramChannel.join should support include-mode filtering on OS X
1bb22450911 : 8032587: Change silent failure in Attr.java to assertion
69f2f2fad49 : 8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
6caf4a6d182 : 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass
619a3ce54a0 : 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass
39f19c2f764 : 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass
77f3079bed0 : 8010718: javax/swing/JFileChooser/8013442/Test8013442.java fails
c24ceb9e4a9 : 8032063: javax.swing.plaf.metal.MetalFileChooserUI$FilterComboBoxModel extends non-standard API
970a35292b7 : 8031498: Cleanup and re-factorize PhaseChaitin::build_ifg_physical
62f89da6655 : 8009738: compiler/6826736/Test.java times out on big machines
ad9c3c4a36e : 8032456: vm/jni/Miscellaneous/misc001/misc00101m1/misc00101m1.html failing on OS X
ca6cb1cd5ef : 8032456: vm/jni/Miscellaneous/misc001/misc00101m1/misc00101m1.html failing on OS X
65a9d3695b3 : 8032456: vm/jni/Miscellaneous/misc001/misc00101m1/misc00101m1.html failing on OS X
031c7530d48 : 8032490: Remove -XX:+-UseOldInlining
31dfe9aa0f8 : 8032490: Remove -XX:+-UseOldInlining
fbff3b73a4f : 8032490: Remove -XX:+-UseOldInlining
4bfe56dd4be : 8032632: Wrong version for the first jdk8 fcs build
569f457fa23 : 8032632: Wrong version for the first jdk8 fcs build
08399d71c0b : 8032634: Add #ifdef PPC64 around OrderAccess operations on _thread_state
1866de8913c : 8032634: Add #ifdef PPC64 around OrderAccess operations on _thread_state
6eddc19daf1 : 8032634: Add #ifdef PPC64 around OrderAccess operations on _thread_state
99aae5c1fd0 : 8028267: sun.tools.javac.util.Bits contains a main-method with test code
bd9e6fc0b0a : 8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
5804c30c8b7 : 8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
c19a7e0fa3d : 8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
f2215af5525 : 8028280: ParkEvent leak when running modified runThese which only loads classes
5d1e11fde0c : 8034860: Fatal error due to incorrect thread state during nightly testing
11e53287388 : 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
9159d01ad1c : 8036032: new hotspot build - hs25.20-b06
7f39a0a0e13 : 8028280: ParkEvent leak when running modified runThese which only loads classes
aee54e7b84f : 8034860: Fatal error due to incorrect thread state during nightly testing
f24a995cfb7 : 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ed9cd175d0c : 8036032: new hotspot build - hs25.20-b06
edb5dd324e5 : 8028280: ParkEvent leak when running modified runThese which only loads classes
ba3e0fbfe5a : 8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Linux-amd64: SIGSEGV in JavaThread::last_java_vframe(RegisterMap*)+0xfa
bc236a6be4b : 8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Linux-amd64: SIGSEGV in JavaThread::last_java_vframe(RegisterMap*)+0xfa
7e46f00b861 : 6516909: (cl spec) ClassLoader.loadClass() clarification to indicate it shouldn't be used for array classes
5634f01fdb4 : 4932272: (cl) Remove declaration of the unused private method ClassLoader.defineClass0
85768823cae : 8032608: new hotspot build - hs25-b69
87ee26bb2be : 8032608: new hotspot build - hs25-b69
764c8a898a1 : Added tag hs25-b68 for changeset df34a1f10395
b6048df21f0 : Added tag hs25-b68 for changeset f4885940a099
90a44b778da : 8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types
8ce79f84809 : 8027477: Enable repeating annotations test cases since JDK-8004912 is fixed
c398a7a1e5c : 8027477: Enable repeating annotations test cases since JDK-8004912 is fixed
4a3aa3a77a8 : 6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack
ad1b6f1a39a : 8032578: [TESTBUG] Fix tests which use SecurityConstants.AWT
99239d3872f : 8032063: javax.swing.plaf.metal.MetalFileChooserUI$FilterComboBoxModel extends non-standard API
c6c4b67b62a : 8032063: javax.swing.plaf.metal.MetalFileChooserUI$FilterComboBoxModel extends non-standard API
9f473902652 : 6980984: java/lang/management/MemoryMXBean/MemoryManagement is not robust when getMax() returns -1
2809e983718 : 8030822: (tz) Support tzdata2013i
07df3a48d91 : 8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
835790f6b4d : 8024926: [macosx] AquaIcon HiDPI support
caa660ec135 : 8028212: Custom cursor HiDPI support
786ee781aed : 8011059: [macosx] Support automatic @2x images loading on Mac OS X
4f2479dd89f : 8013116: Robot moves mouse to point which differs from set in mouseMove on Unity shell
2e591a48677 : 8031701: java/lang/management/ThreadMXBean/Locks.java: Thread WaitingThread is expected to wait on Object but got null Thread.State = RUNNABLE
805b45ebe5f : 8032678: [TESTBUG] sun/misc/Version/Version.java doesn't understand two-digit HotSpot minor version numbers
a3ca4253af3 : 8030848: Collections.sort(List l, Comparator) should defer to List.sort(Comparator )
8361539543f : 6980984: java/lang/management/MemoryMXBean/MemoryManagement is not robust when getMax() returns -1
d98062ae2f8 : 8030822: (tz) Support tzdata2013i
5dcbb136136 : 8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
5c2b524fd00 : 8024926: [macosx] AquaIcon HiDPI support
cce5767ef24 : 8028212: Custom cursor HiDPI support
ad29573e3c8 : 8011059: [macosx] Support automatic @2x images loading on Mac OS X
411b6bc4066 : 8013116: Robot moves mouse to point which differs from set in mouseMove on Unity shell
90c3dd45f5d : 8031701: java/lang/management/ThreadMXBean/Locks.java: Thread WaitingThread is expected to wait on Object but got null Thread.State = RUNNABLE
1a3649296db : 8032678: [TESTBUG] sun/misc/Version/Version.java doesn't understand two-digit HotSpot minor version numbers
b30b3fd87b8 : 8030848: Collections.sort(List l, Comparator) should defer to List.sort(Comparator )
7d09fd8b125 : 6980984: java/lang/management/MemoryMXBean/MemoryManagement is not robust when getMax() returns -1
b1bcbaeb4ba : 8029017: ElementType.TYPE_USE should be a logical superset of ElementType.TYPE and ANNOTATION_TYPE
70eb26fc0ab : 8031023: [javac] LambdaToMethod is missing forceSerializedRepresentation logic and switch
0b85ee832e4 : 8027754: Enable loop optimizations for loops with MathExact inside
e2fecea88e5 : 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
14e9dccbe27 : 8027754: Enable loop optimizations for loops with MathExact inside
5ccb85d7d08 : 8037305: new hotspot build - hs25.20-b07
aab40f3f354 : 8027754: Enable loop optimizations for loops with MathExact inside
a04656a1858 : 8037305: new hotspot build - hs25.20-b07
076122acf62 : 8032466: serviceability/sa/jmap-hashcode/Test8028623.java fails with compilation errors
f0a718ceb02 : 6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep
6f46c5c2f0f : 8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked
03045efef61 : 8032047: Fix static lint warnings in client libraries 8032048: Add static lint warning to build of jdk repository
89d771fa883 : 8032250: Add trace event for VM flag changes
d6f610c149c : 8032250: Add trace event for VM flag changes
869722e8166 : 8032250: Add trace event for VM flag changes
387af00a82f : 8032552: Readjust jdk8u5-b05 tag from repos
239c3348e81 : 8032552: Readjust jdk8u5-b05 tag from repos
37dd3d3dd4b : Added tag jdk8u5-b05 for changeset df0152828fd2
d43f60c0a28 : Added tag jdk8u5-b05 for changeset 2853443443c9
ab6480d153c : 8032506: Remove commit.txt that was accidentally pushed with the changeset
93283b8191f : 8032502: java.time add @param tags to readObject
712b922a0fc : 8030816: javac crashes when mixing lambdas and inner classes
91573b8695b : 8031695: CHA ignores default methods during analysis leading to incorrect code generation
538ef4a8534 : Added tag jdk8-b125 for changeset 311eaae77062
f108a67b5a2 : Added tag jdk8-b125 for changeset df0f3d9fa7fd
b5765bc0db9 : Added tag jdk8-b125 for changeset 33f5805a7b0c
8e6957cf588 : Added tag jdk8-b125 for changeset dc742372bc75
d2e520b4eb7 : Added tag jdk8-b125 for changeset 973b7a4f8ebd
3eaacb2eb86 : Added tag jdk8-b125 for changeset 59f45c5b8303
1c47e5f549a : Added tag jdk8-b125 for changeset 3be356f9dc6e
025baa319a5 : Added tag jdk8-b125 for changeset b369f31d4ee7
f37d5e7cb9c : Added tag jdk8-b125 for changeset f4dee6e42231
0d01736e529 : Added tag jdk8-b125 for changeset 8b4b6695120c
8b7c51cd7b0 : Added tag jdk8-b125 for changeset 8644c997fc52
34a6300b0a7 : Added tag jdk8-b125 for changeset fe1ab2bc60c1
72474e6065a : Added tag jdk8-b125 for changeset b5af7183a4a3
4528ad8942f : Added tag jdk8-b125 for changeset 5f2f14f27349
9be668bc407 : Added tag jdk8-b125 for changeset 96152899b492
3116d7f69c8 : Added tag jdk8-b125 for changeset 01bad3e1aafe
dcd212e4f2a : Added tag jdk8u5-b05 for changeset 5ca823c4b2e1
10a85dd01d0 : Added tag jdk8u5-b05 for changeset 039214bb6190
2c882131dc9 : Added tag jdk8u5-b05 for changeset f2a11850b660
8acd537f287 : Added tag jdk8u5-b05 for changeset b1297c772aa0
6defbb8bace : Added tag jdk8u5-b05 for changeset 2248b9ec4bfe
9140b05d21e : Added tag jdk8u5-b05 for changeset 08d605e5b71c
322f4988a86 : Added tag jdk8u5-b05 for changeset 3c63fecc0ee4
fb536a9034e : Added tag jdk8u5-b05 for changeset 0912e2dbd6b0
555e86c7e44 : Added tag jdk8u5-b05 for changeset b67b22ceacbf
313e7e11481 : Added tag jdk8u5-b05 for changeset fbe951dd0de7
4d067901647 : Added tag jdk8u5-b05 for changeset 5cf505d22880
56736ff8dce : Added tag jdk8u5-b05 for changeset dd155c65a25d
986635418fc : Added tag jdk8u5-b05 for changeset eba17b8b9f30
74c254de3d3 : Added tag jdk8u5-b05 for changeset 5f2138928188
eb0b7ada76f : Added tag jdk8u5-b05 for changeset 0d570838f38d
926a0dd9636 : Added tag jdk8u5-b05 for changeset 6a5b7264ab4f
0c38c2d4017 : 8027477: Enable repeating annotations test cases since JDK-8004912 is fixed
6b965a6ae16 : 8032397: Remove sun.misc.Ref
98bb3f44c24 : 8031540: Introduce document horizon
bd62f3de505 : 8031540: Introduce document horizon
4dfefe2d830 : 8031540: Introduce document horizon
0a187c7c735 : 8029868: Fix KSS issues in sun.lwawt.macosx
0780620d830 : 8025005: Enhance CORBA initializations
d52403b635c : 7155984: Security problems in regression test java/awt/PrintJob/Security/SecurityDialogTest.java
edcc1b619c4 : 7155984: Security problems in regression test java/awt/PrintJob/Security/SecurityDialogTest.java
0f4e95136b9 : 7155984: Security problems in regression test java/awt/PrintJob/Security/SecurityDialogTest.java
235809dbc09 : 7133499: (fc) FileChannel.read not preempted by asynchronous close on OS X
14fe207b019 : 8027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittently
2ece7ff3cb6 : 7133499: (fc) FileChannel.read not preempted by asynchronous close on OS X
ad00d1e9f2b : 8027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittently
6a9e1747955 : 7175457: [TEST_BUG] closed/java/awt/Window/AlwaysOnTop/TestAlwaysOnTopBeforeShow.java still failed
bfc61365e0f : 8030050: Validate fields on DnD class deserialization
77e140a290e : 8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -I<path contains j>
6e7d88f9ae4 : 8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -I<path contains j>
5050fd53630 : 8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -I<path contains j>
c12a5021544 : 8031743: C2: loadI2L_immI broken for negative memory values
6a373f4d16f : 8031743: C2: loadI2L_immI broken for negative memory values
0c43978be6a : 8031743: C2: loadI2L_immI broken for negative memory values
8e5696aae18 : Added tag jdk9-b01 for changeset ae2d94255f32
41e4558068f : Added tag jdk9-b01 for changeset 71073f4a867e
7f24b46a10b : Added tag jdk9-b01 for changeset 0da91a6ccb5f
32473644949 : Added tag jdk9-b01 for changeset e8046d3ee0ee
505bcef1c1a : Added tag jdk9-b01 for changeset 6428b06e538b
a3bd10b4113 : Added tag jdk9-b01 for changeset 7ef63208c60e
42ddbad8d77 : Added tag jdk9-b01 for changeset 4d7b21463768
8de12805681 : Added tag jdk9-b01 for changeset 897e2da883cd
7591b3dd893 : 7015395: [TESTBUG] runtime/6626217/Test6626217.sh fails if compilation happens fast enough for timestamps to be equal
f85948cc0c5 : 8028431: NullPointerException in DerValue.equals(DerValue)
250925a34bf : 8032433: Rengerate common/autoconf/generated-configure.sh for 8u-cpu
7006973d7a6 : 8032433: Rengerate common/autoconf/generated-configure.sh for 8u-cpu
fa089a5a50e : 8025005: Enhance CORBA initializations
98c3e5f65f6 : 8025005: Enhance CORBA initializations
d82803e3d06 : 8031825: OCSP client can't find responder cert if it uses a different subject key id algorithm than responderID
ea1c41f4549 : 8032377: test/java/lang/management/ThreadMXBean/ThreadBlockedCount.java still fails intermittently
00efb20e211 : 8030731: Improve name service robustness
7eb6f34296e : 8030731: Improve name service robustness
751c64f2cb2 : 8032190: Specifications of stream flatMap methods should require mapped streams to be closed
cb8de22fded : 8031825: OCSP client can't find responder cert if it uses a different subject key id algorithm than responderID
5a170215b6c : 8032217: failure in man page processing
5bc886f2af0 : 8032190: Specifications of stream flatMap methods should require mapped streams to be closed
106cbd89e9a : 8031825: OCSP client can't find responder cert if it uses a different subject key id algorithm than responderID
452c7e37beb : 8032217: failure in man page processing
692a92335c0 : 8032190: It's unclear that flatMap will ensure each stream will be closed
05286f45c07 : 8032220: Files.createDirectories throws exception with confusing message for root directories that exist
f0bdb8a870e : 8041987: [macosx] setDisplayMode crashes
9f2656d2e79 : 8041572: [macosx] huge native memory leak in AWTWindow.m
148e8633045 : 7124250: [macosx] JOptionPane dialogs show wrong icons
5f8cfb87e7d : 8035743: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Frame.cpp
c07d92715ba : 8031087: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/xawt
273c6ebff64 : 8042449: Issue for negative byte major record version
fa8308bccda : 8028192: Use of PKCS11-NSS provider in FIPS mode broken
d20066c866d : 8040747: Improve performance of IP address parsing
659443282d8 : 8040837: Avoid provoking NFEs when initializing InetAddrCachePolicy
9e606323ce0 : 8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
af2312fcbbe : 8036819: JAB: mneumonics not read for textboxes
d0cd4acf2bd : 8032220: Files.createDirectories throws exception with confusing message for root directories that exist
919b9da0ffb : 8041987: [macosx] setDisplayMode crashes
41470ec0d0d : 8041572: [macosx] huge native memory leak in AWTWindow.m
e2145833665 : 7124250: [macosx] JOptionPane dialogs show wrong icons
6fc40d567a7 : 8035743: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Frame.cpp
268bd3aa27c : 8031087: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/xawt
43a6adcc374 : 8042449: Issue for negative byte major record version
4fc4a6c1ccd : 8028192: Use of PKCS11-NSS provider in FIPS mode broken
a0483a810ce : 8040747: Improve performance of IP address parsing
97939fade9d : 8040837: Avoid provoking NFEs when initializing InetAddrCachePolicy
531b169ccbe : 8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
6fd193eecb6 : 8036819: JAB: mneumonics not read for textboxes
c276ce4f086 : 8032220: Files.createDirectories throws exception with confusing message for root directories that exist
65bdf9f853c : 8031559: javax/management/monitor/StartStopTest.java fails intermittently
28dabe2b6e3 : 8022221: Intermittent test failures in sun/management/jmxremote/startstop/JMXStartStopTest.sh
dc4d716d029 : 6545321: [TESTBUG] jstatLineCounts4.sh has to be resilient to unexpected output
1dbaabdc782 : 7133499: (fc) FileChannel.read not preempted by asynchronous close on OS X
bf29bd2e710 : 8031572: jarsigner -verify exits with 0 when a jar file is not properly signed
c48b8ece7d6 : 8031572: jarsigner -verify exits with 0 when a jar file is not properly signed
679c5d3eba1 : 8028111: XML readers share the same entity expansion counter
3a9a932739a : 8031581: PPC64: Addons and fixes for AIX to pass the jdk regression tests
07e4b6cd384 : 8031581: PPC64: Addons and fixes for AIX to pass the jdk regression tests
77333fdd77c : 8031581: PPC64: Addons and fixes for AIX to pass the jdk regression tests
7554f9dc43e : 7157680: XAWT: Native components should not paint native part on UPDATE event
4339b3b54f8 : 8025886: replace [[ and == bash extensions in regtest
3f1dd83c323 : 8031980: Add new j.u.l deadlock test for JDK-8027670 and JDK-8029281
fd3ab56ffa4 : 8032068: implement @sourceURL and #sourceURL directives
d2e5673217d : 8032068: implement @sourceURL and #sourceURL directives
86a64a99fd2 : 8032068: implement @sourceURL and #sourceURL directives
216e737f269 : 8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range 8009462: Young GC's (ParNewGC and SerialGC) have unexpected variances
6fd20e7c4a1 : 8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range 8009462: Young GC's (ParNewGC and SerialGC) have unexpected variances
795c1462626 : 8027746: Remove do_gen_barrier template parameter in G1ParCopyClosure
dcf78a2851f : 8027746: Remove do_gen_barrier template parameter in G1ParCopyClosure
dfa3a37b390 : 8027454: Do not traverse string table during G1 remark when treating them as strong roots during initial mark
8bfc46f3486 : 8027454: Do not traverse string table during G1 remark when treating them as strong roots during initial mark
0ed35536e3e : 8027476: Improve performance of Stringtable unlink 8027455: Improve symbol table scan times during gc pauses
adccf07d4d0 : 8027476: Improve performance of Stringtable unlink 8027455: Improve symbol table scan times during gc pauses
90db59d13e3 : 8032058: [TEST_BUG] [macosx] java/awt/dnd/Button2DragTest sometimes fail
45cdec51314 : 8031686: G1: assert(_hrs.max_length() == _expansion_regions) failed
de5f1ef50ba : 8031686: G1: assert(_hrs.max_length() == _expansion_regions) failed
7e6f616bd21 : 8031997: PPC64: Make the various POLL constants system dependant
443bf689d1c : 8031997: PPC64: Make the various POLL constants system dependant
417236721a1 : 8031997: PPC64: Make the various POLL constants system dependant
2f46b868d09 : 8031134: PPC64: implement printing on AIX
f6452742e17 : 8031134: PPC64: implement printing on AIX
f10a91610fc : 8031134: PPC64: implement printing on AIX
4fa17d99b2b : 8031375: Revert test exclusions after fix for JDK-8030656 propagates
285b9cc60ac : Added tag hs25-b67 for changeset 1aaee5a45f31
d47f08cd591 : Added tag hs25-b67 for changeset 6ec883e804c9
6f94912c594 : 8032207: C2: assert(VerifyOops || MachNode::size(ra_) <= (3+1)*4) failed: bad fixed size
0a9099f378d : 8031695: CHA ignores default methods during analysis leading to incorrect code generation
47e4ac5a3bc : 8032015: new hotspot build - hs25-b68
414bde1660a : 8032207: C2: assert(VerifyOops || MachNode::size(ra_) <= (3+1)*4) failed: bad fixed size
93840e6659a : 8031695: CHA ignores default methods during analysis leading to incorrect code generation
a01152f6f02 : 8032015: new hotspot build - hs25-b68
2275de8d6be : 8032207: C2: assert(VerifyOops || MachNode::size(ra_) <= (3+1)*4) failed: bad fixed size
6fdb049a352 : Added tag jdk8-b124 for changeset 311eaae77062
47b0b343595 : Added tag jdk8-b124 for changeset df0f3d9fa7fd
bab6867c8c6 : Added tag jdk8-b124 for changeset 33f5805a7b0c
bf3b2fea28a : Added tag jdk8-b124 for changeset dc742372bc75
ed913c6fd51 : Added tag jdk8-b124 for changeset 973b7a4f8ebd
a7290453dde : Added tag jdk8-b124 for changeset 59f45c5b8303
e45ff45378f : Added tag jdk8-b124 for changeset 3be356f9dc6e
9c2283ac3c4 : Added tag jdk8-b124 for changeset b369f31d4ee7
9a221c5766d : Added tag jdk8-b124 for changeset f4dee6e42231
3c8c503d23b : Added tag jdk8-b124 for changeset 8b4b6695120c
706bfcf901b : Added tag jdk8-b124 for changeset 8644c997fc52
e8153cc0387 : Added tag jdk8-b124 for changeset fe1ab2bc60c1
a73caea18b2 : Added tag jdk8-b124 for changeset b5af7183a4a3
cbfe966f71b : Added tag jdk8-b124 for changeset 5f2f14f27349
adc4b18a572 : Added tag jdk8-b124 for changeset 96152899b492
778c3d58b8c : Added tag jdk8-b124 for changeset 01bad3e1aafe
eb1ee0c0e88 : 8028537: PPC64: Updated the JDK regression tests to run on AIX
9da46687ebb : 8028537: PPC64: Updated the JDK regression tests to run on AIX
70041ae4e46 : 8028537: PPC64: Updated the JDK regression tests to run on AIX
ded754b7b29 : 8028623: SA: hash codes in SymbolTable mismatching java_lang_String::hash_code for extended characters
d6a0a9d5130 : 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
23c2ee4f9d2 : 8029378: com/sun/jdi/BadHandshakeTest.java failed with java.util.concurrent.TimeoutException
764bf016217 : 8029646: [pack200] should support the new zip64 format
f249bd190e9 : 6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep
4b6fafa3188 : 8029378: com/sun/jdi/BadHandshakeTest.java failed with java.util.concurrent.TimeoutException
ae58abbb5e2 : 8029646: [pack200] should support the new zip64 format
1be612676b7 : 6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep
be578cbe323 : 8031045: Access checks should precede additional per-instruction checks
49fe45fbe1b : 8030955: assert(_prologue != NULL) failed: prologue pointer must be initialized
781fbf6f168 : 8031045: Access checks should precede additional per-instruction checks
c01f219af8e : 8030955: assert(_prologue != NULL) failed: prologue pointer must be initialized
fe0b2eae895 : 8031045: Access checks should precede additional per-instruction checks
961103778fa : 8032060: PropertyMap of Error objects is not stable
24c0c2a1b74 : 8032060: PropertyMap of Error objects is not stable
b98a7a7891d : 8032060: PropertyMap of Error objects is not stable
87dec1fa1a0 : 8031745: Remove unneeded/obsolete -source/-target options in javac tests, part 1
fa6b8967bb1 : 8032014: new hotspot build - hs25.20-b02
639528557ba : 8032014: new hotspot build - hs25.20-b02
5051716fd0f : Added tag hs25.20-b01 for changeset e7899df18691
028d893107b : Added tag hs25.20-b01 for changeset 5f190cc5d5d0
3f17f52bda4 : 8022395: java.util.zip.ZipException: Not in GZIP format in JT_JDK/test/java/util/zip/GZIP tests
dc84b61e146 : 8022395: java.util.zip.ZipException: Not in GZIP format in JT_JDK/test/java/util/zip/GZIP tests
d80bfaeb142 : 8022395: java.util.zip.ZipException: Not in GZIP format in JT_JDK/test/java/util/zip/GZIP tests
af4c5b7434e : 8027766: Enhance RSA processing
697bc52a561 : 8027766: Enhance RSA processing
0e1259cc729 : 8024366: Make UseNUMA enable UseNUMAInterleaving
c0d55f55d49 : 8054159: new hotspot build - hs25.40-b04
ef1a6a0d986 : Added tag hs25.40-b03 for changeset 0d3bd31ca1b7
c2efe115c9d : 8039489: Refactor test framework for dynamic VM options
d71ff5bece9 : 8046715: Add a way to verify an extended set of command line options
498da471207 : 8038928: gc/g1/TestGCLogMessages.java fail with "[Evacuation Failure'
84461572066 : 8046783: Add hidden field to methods for event based tracing
afb2ac1bdc6 : 8049684: pstack crashes on java core dump
b7ec7347edc : 8051910: new hotspot build - hs25.40-b03
de1bd9612b7 : Added tag hs25.40-b02 for changeset ec324069212e
d73b32f745b : 8051005: Third Party License Readme update for 8u20
d78c5c76bb9 : 8050167: linux-sparcv9: hs_err file does not show any stack information
caea65a890a : 8050165: linux-sparcv9: NMT detail causes assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] == (intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid
00d54782fbf : 8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
e55b54e8fa2 : 8050978: Fix bad field access check in C1 and C2
6b1df29f121 : 8050972: Concurrency problem in PcDesc cache
16f6cd7e822 : 8050229: Uninitialised memory in hotspot/src/share/vm/compiler/oopMap.cpp
3a227e7886f : 8040977: G1 crashes when run with -XX:-G1DeferredRSUpdate
74f75d9e442 : 8035401: Fix visibility of G1ParScanThreadState members
5e710c63762 : 8035400: Move G1ParScanThreadState into its own files
2ebb3718c2b : 8026847: [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops
07aaf4b97f2 : 8043722: Swapped usage of idx_t and bm_word_t types in parMarkBitMap.cpp
49dea6e3198 : 8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx
fdee2a10e4b : 8026784: Error message in AdaptiveFreeList<Chunk>::verify_stats is wrong
c226d2a9aea : 8040792: G1: Memory usage calculation uses sizeof(this) instead of sizeof(classname)
6b3b7d5fa76 : 8040002: Clean up code and code duplication in re-diryting cards for verification
297f319bf87 : 8019342: G1: High "Other" time most likely due to card redirtying
6dab7ef701f : 8028710: G1 does not retire allocation buffers after reference processing work
2a212fa6219 : 8039596: Remove HeapRegionRemSet::clear_incoming_entry
1295ecc57b1 : 8037344: Use the "next" field to iterate over fine remembered instead of using the hash table
ed5766a24dc : 8027553: Change the in_cset_fast_test functionality to use the G1BiasedArray abstraction
5f11e42bddb : Added tag hs25.40-b01 for changeset 68d9fa17ec28
fbe17a54fcf : 8043546: C1 optimizes @Stable instance fields with default values
669aff547ee : Added tag jdk8u40-b00 for changeset e20b97814618
f0251e285a8 : 8042804: Support invoking Hotspot tests from top level
ede8cda55d5 : 8042737: Introduce umbrella header prefetch.inline.hpp
44f11d386b5 : 8042195: Introduce umbrella header orderAccess.inline.hpp
d8cca852ee0 : 8046542: [I.finalize() calls from methods compiled by C1 do not cause IllegalAccessError on Sparc
9de9d95e245 : 8049327: [TESTBUG] gc/logging/TestGCId.java assumes default PrintGCID value is true
4538b3bc962 : 8046769: Set T family feature bit on Niagara systems
2314982c99d : 8047812: Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops
bb8e252c076 : 8038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0) failed: No elements must have been handed out yet
b67cc29c660 : 8042255: make gc src file exclusion more automatic
3da51575c67 : 8049916: new hotspot build - hs25.40-b02
aa1a5d9dfec : 8039147: Cleanup SuspendibleThreadSet
4f999bfccd1 : 8046231: G1: Code root location ... from nmethod ... not in strong code roots for region
08cdf9431c7 : 8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps
726bcc02ae5 : 8048141: Update the Hotspot version numbers in Hotspot for JDK 8u40
acb760c93a8 : 8047732: new hotspot build - hs25.20-b21
c324ddabb9e : 8039150: host_klass invariant fails when verifying newly loaded JSR-292 anonymous classes
198ba089c71 : 8028037: [parfait] warnings from b114 for hotspot.src.share.vm
697f9e9c6a3 : 8024366: Make UseNUMA enable UseNUMAInterleaving
eefebff5522 : 8054159: new hotspot build - hs25.40-b04
ced3b5283ab : Added tag hs25.40-b03 for changeset 198d9a29d6a2
6bb691aa3b2 : 8039489: Refactor test framework for dynamic VM options
53cab472a25 : 8046715: Add a way to verify an extended set of command line options
27258e9773e : 8038928: gc/g1/TestGCLogMessages.java fail with "[Evacuation Failure'
a8a8a98b917 : 8046783: Add hidden field to methods for event based tracing
1497867b577 : 8049684: pstack crashes on java core dump
873b56b8732 : 8051910: new hotspot build - hs25.40-b03
a0e388525a1 : Added tag hs25.40-b02 for changeset 4990a582e774
5d968b11626 : 8051005: Third Party License Readme update for 8u20
8df0cbe36ce : 8050167: linux-sparcv9: hs_err file does not show any stack information
690e1bf7712 : 8050165: linux-sparcv9: NMT detail causes assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] == (intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid
2a822154008 : 8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
e95248c037f : 8050978: Fix bad field access check in C1 and C2
08709c60436 : 8050972: Concurrency problem in PcDesc cache
56fbb62c44f : 8050229: Uninitialised memory in hotspot/src/share/vm/compiler/oopMap.cpp
36929fb445d : 8040977: G1 crashes when run with -XX:-G1DeferredRSUpdate
88712138978 : 8035401: Fix visibility of G1ParScanThreadState members
fdb69064f9f : 8035400: Move G1ParScanThreadState into its own files
2ee12bb6d67 : 8026847: [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops
a6ab61ce849 : 8043722: Swapped usage of idx_t and bm_word_t types in parMarkBitMap.cpp
9404c3f37e9 : 8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx
4e3b31666ee : 8026784: Error message in AdaptiveFreeList<Chunk>::verify_stats is wrong
4d31e23e589 : 8040792: G1: Memory usage calculation uses sizeof(this) instead of sizeof(classname)
b8a836b930c : 8040002: Clean up code and code duplication in re-diryting cards for verification
bd150a72584 : 8019342: G1: High "Other" time most likely due to card redirtying
3f3ddfbf1b4 : 8028710: G1 does not retire allocation buffers after reference processing work
fd24cfff263 : 8039596: Remove HeapRegionRemSet::clear_incoming_entry
5c9ba76a30e : 8037344: Use the "next" field to iterate over fine remembered instead of using the hash table
2022a0e340e : 8027553: Change the in_cset_fast_test functionality to use the G1BiasedArray abstraction
f8f2af9d919 : Added tag hs25.40-b01 for changeset b936f3d2d453
b9f7086b2c7 : 8043546: C1 optimizes @Stable instance fields with default values
a9660c9ae32 : Added tag jdk8u40-b00 for changeset 920f7d3ce32f
f7b50ef561d : 8042804: Support invoking Hotspot tests from top level
ecbffc8bdd5 : 8042737: Introduce umbrella header prefetch.inline.hpp
fcfc277a425 : 8042195: Introduce umbrella header orderAccess.inline.hpp
c499c704a46 : 8046542: [I.finalize() calls from methods compiled by C1 do not cause IllegalAccessError on Sparc
cc1fe0a0d82 : 8049327: [TESTBUG] gc/logging/TestGCId.java assumes default PrintGCID value is true
41294be2bb5 : 8046769: Set T family feature bit on Niagara systems
c239d1df731 : 8047812: Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops
70109dee29c : 8038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0) failed: No elements must have been handed out yet
f32c7a9e892 : 8042255: make gc src file exclusion more automatic
5912a2dd4c0 : 8049916: new hotspot build - hs25.40-b02
d361b8df949 : 8039147: Cleanup SuspendibleThreadSet
58388185090 : 8046231: G1: Code root location ... from nmethod ... not in strong code roots for region
15eabe22a49 : 8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps
689f4b4805f : 8048141: Update the Hotspot version numbers in Hotspot for JDK 8u40
02181107f1f : 8047732: new hotspot build - hs25.20-b21
aff28563063 : 8039150: host_klass invariant fails when verifying newly loaded JSR-292 anonymous classes
3d97d1fc5b6 : 8028037: [parfait] warnings from b114 for hotspot.src.share.vm
fe3ccf2d769 : 8029745: Enhance algorithm checking
96290f2c09b : 8029745: Enhance algorithm checking
afc64e00f09 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
6292944009a : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
34eddd42805 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
11f200cb14c : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
501063ba664 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
7467f403934 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
f6c607ed2ed : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
0b4a7825e20 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
200ce9bafb3 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
677f439b7bf : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
a3642a23d49 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
08db65a5451 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
02ab2806dde : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
31ea32f03b0 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
5f943af6990 : 8031335: Better color profiling
4a52c3957bd : 8031335: Better color profiling
729ebaf7a2a : 8029750: Enhance LCMS color processing
e3928b5974c : 8029750: Enhance LCMS color processing
b35fb5f8c0c : 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
0aac4235b38 : 8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Linux-amd64: SIGSEGV in JavaThread::last_java_vframe(RegisterMap*)+0xfa
7f34fe7eee6 : 8027314: Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message
bb600b79784 : 8032004: instance property "message" of Error objects should be non-enumerable
e3ad537a456 : 8032004: instance property "message" of Error objects should be non-enumerable
62c6b8583a4 : 8032004: instance property "message" of Error objects should be non-enumerable
1271f2ba5de : 8029452: Fork/Join task ForEachOps.ForEachOrderedTask clarifications and minor improvements
c877b997651 : 8057770: api/javax_swing/JScrollPane/indexTGF.html#UpdateUI failed with MotifLookAndFeel on all platform
f11ce28bbcb : 8055222: Currency update needed for ISO 4217 Amendment #159
19d6f795508 : 8029452: Fork/Join task ForEachOps.ForEachOrderedTask clarifications and minor improvements
322098e24de : 8057770: api/javax_swing/JScrollPane/indexTGF.html#UpdateUI failed with MotifLookAndFeel on all platform
4a866a2f7c8 : 8055222: Currency update needed for ISO 4217 Amendment #159
54ac5030e4e : 8028616: Htmleditorkit parser doesn't handle leading slash (/)
650d90561a7 : 8029740: Enhance handling of loggers
b3f1260690f : 8029740: Enhance handling of loggers
3cd01085cd7 : 8031779: Assert in MetaspaceGC is always true
d5ad6d673a8 : 8031709: Configure --with-jvm-variants=client, server, x produces default outputdir containing comma
9ce7db11e3b : 8031983: Error objects should capture stack at the constructor
b857da46090 : 8031983: Error objects should capture stack at the constructor
18fb5f02797 : 8031983: Error objects should capture stack at the constructor
0928eb34782 : 8029101: PPC64 (part 211): ordering of Independent Reads of Independent Writes
330cf8f0f27 : 8029101: PPC64 (part 211): ordering of Independent Reads of Independent Writes
03067370322 : 8029101: PPC64 (part 211): ordering of Independent Reads of Independent Writes
c3c80639a0f : 8031330: Refactor ObjectFactory
1690fd105e2 : 8031330: Refactor ObjectFactory
04a0e50bab7 : 8031330: Refactor ObjectFactory
735887477fd : 8031151: Add basic CDS tests
9514ed78e37 : 8031822: Regenerate common/autoconf/generated-configure.sh after merging changes from CPU14_01
1f90679fa2a : 8031502: JSR292: IncompatibleClassChangeError in LambdaForm for CharSequence.toString() method handle type converter
34b8101ad85 : 8031502: JSR292: IncompatibleClassChangeError in LambdaForm for CharSequence.toString() method handle type converter
76c260f43d1 : 8031090: [macosx] LWToolkit should not depends from the macosx
dc966eac38e : 8034118: [parfait] JNI exception pending in macosx/native/sun/awt/JavaComponentAccessibility.m
ab5f6162259 : 8034768: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/JavaTextAccessibility.m
70073396944 : 8008114: [parfait] False positive buffer overrun in jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c
fae96e4dc48 : 8029362: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.media.sound: JNI exception pending
92faef6542a : 8035624: [parfait] JNI exception pending, JNI primitive type mismatch in jdk/src/windows/native/sun/windows/ThemeReader.cpp
a96ee49e1f7 : 8035736: [parfait] JNI primitive type mismatch in jdk/src/windows/native/sun/windows/awt_Component.cpp
aaec7a314e3 : 8035843: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PopupMenu.cpp
bd31a1fd897 : 8035627: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Cursor.cpp
0fc11e006c6 : 8035747: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_FileDialog.cpp
9464192c9a3 : 8036710: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_ScrollPane.cpp
1016c83b813 : 8036760: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Checkbox.cpp
324fe52cad3 : 8036780: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dimension.cpp
62a3d662800 : 8036792: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Menu.cpp
32d4318f98c : 8035837: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_KeyEvent.cpp
df88e824741 : 8035839: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Label.cpp
92a26361c57 : 8035866: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp
d1036c27f88 : 8034214: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CInputMethod.m
0048ed8ab93 : 8034037: [parfait] JNI exception pending in macosx/native/sun/awt/AWTEvent.m, AWTView.m
8780679f976 : 8034211: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CFileDialog.m
86d124c6a12 : 8034209: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CClipboard.m
e68072447ab : 8034766: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CRobot.m
88d637a16c0 : 8033573: [parfait] warning from b128 for share/native/sun/awt/splashscreen/java_awt_SplashScreen.c: JNI exception pending
056a266afe8 : 8039899: Missing licence headers in test for JDK-8033113
358229c0467 : 8033113: wsimport fails on WSDL:header parameter name customization
8497e41775f : 8034105: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CImage.m
87a64a7d9c9 : 8034041: [parfait] JNI exception pending in jdk/src/macosx/native/com/apple/laf/AquaFileView.m
1c495a4a109 : 7157680: XAWT: Native components should not paint native part on UPDATE event
8ec396b3e2f : 8035284: Remove redundant initializations to null
d57a59c5bff : 8031090: [macosx] LWToolkit should not depends from the macosx
85665ee12d5 : 8034118: [parfait] JNI exception pending in macosx/native/sun/awt/JavaComponentAccessibility.m
2786972df57 : 8034768: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/JavaTextAccessibility.m
61d5c99ae33 : 8008114: [parfait] False positive buffer overrun in jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c
b2551d01fd1 : 8029362: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.media.sound: JNI exception pending
dcbc8a43ce1 : 8035624: [parfait] JNI exception pending, JNI primitive type mismatch in jdk/src/windows/native/sun/windows/ThemeReader.cpp
ce0bc40f895 : 8035736: [parfait] JNI primitive type mismatch in jdk/src/windows/native/sun/windows/awt_Component.cpp
e7740bf3574 : 8035843: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PopupMenu.cpp
a7a1e94f893 : 8035627: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Cursor.cpp
417e4b8db9a : 8035747: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_FileDialog.cpp
ac342180a28 : 8036710: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_ScrollPane.cpp
a4291f5e609 : 8036760: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Checkbox.cpp
31b02f2bd44 : 8036780: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dimension.cpp
4ea4460202b : 8036792: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Menu.cpp
2f920c4626c : 8035837: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_KeyEvent.cpp
993404cc5e0 : 8035839: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Label.cpp
558174a3b49 : 8035866: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp
d7acc48c8ae : 8034214: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CInputMethod.m
ba64203403b : 8034037: [parfait] JNI exception pending in macosx/native/sun/awt/AWTEvent.m, AWTView.m
09987962bc4 : 8034211: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CFileDialog.m
d5faa1082fb : 8034209: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CClipboard.m
5c85255b7c5 : 8034766: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CRobot.m
86716c1065f : 8033573: [parfait] warning from b128 for share/native/sun/awt/splashscreen/java_awt_SplashScreen.c: JNI exception pending
1ed477d40aa : 8039899: Missing licence headers in test for JDK-8033113
cbe4c6b3406 : 8033113: wsimport fails on WSDL:header parameter name customization
15b66a5402a : 8034105: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CImage.m
952304855e5 : 8034041: [parfait] JNI exception pending in jdk/src/macosx/native/com/apple/laf/AquaFileView.m
786441b1b07 : 7157680: XAWT: Native components should not paint native part on UPDATE event
7386e9679d2 : 8035284: Remove redundant initializations to null
b9b2db0eea5 : 8031090: [macosx] LWToolkit should not depends from the macosx
9d4f3dfd4f9 : 8031290: Adjust call to getisax() for additional words returned
a23ee6de8dd : 8031686: G1: assert(_hrs.max_length() == _expansion_regions) failed
9b29efeb637 : 8030177: G1: Enable TLAB resizing
81ba2e32c05 : 8025856: Fix typos in the GC code
f088b12ca48 : 8028576: Incorrect RuntimeVisibleTypeAnnotations for exception parameters when not generating debuging info
4579bfbbd9c : 8034127: javac provide debug oriented toString() methods to InferenceContext and UndetVar
b318f9c5749 : 8034924: Incorrect inheritance of inaccessible static method
8e8078bde11 : 8028576: Incorrect RuntimeVisibleTypeAnnotations for exception parameters when not generating debuging info
58a4640f031 : 8034127: javac provide debug oriented toString() methods to InferenceContext and UndetVar
1ff228cc570 : 8034924: Incorrect inheritance of inaccessible static method
9a0f6ed18e9 : 8028576: Incorrect RuntimeVisibleTypeAnnotations for exception parameters when not generating debuging info
3529de993d5 : 6945460: [TESTBUG] runtime/6929067/Test6929067.sh
b3e2823f537 : 8029690: Move symbol creation from ClassReader to Symtab
d7d8810466d : 8031715: Indexed access to java package not working
f4db62c8ee0 : 8031715: Indexed access to java package not working
6b60afd0fbd : 8031715: Indexed access to java package not working
874ab460154 : 8031477: [macosx] Loading AWT native library fails 8002191: AWT-Shutdown thread does not start with the AppletSecurity on Linux 8031032: SQE test failures after JDK-8025010 was fixed
d6b7c23e9bc : 8031477: [macosx] Loading AWT native library fails 8002191: AWT-Shutdown thread does not start with the AppletSecurity on Linux 8031032: SQE test failures after JDK-8025010 was fixed
2f84f7d5fcf : 7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times
9bbe7cce314 : 8030655: Regression: 14_01 Security fix 8024306 causes test failures
0ed5faaf972 : 8030655: Regression: 14_01 Security fix 8024306 causes test failures
aa5081f72a4 : 8002074: Support for AES on SPARC
5e4e6b98a38 : 8007710: runtime/7158988/FieldMonitor.java fails with com.sun.jdi.VMDisconnectedException: Connection closed
8c22906207a : 8025841: JVMTI: "vtable stub" dynamic code notification is misplaced
9a197404368 : 8027314: Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message
051b2b2efa0 : 8032010: Attempt to resolve abstract method in concrete class fails with AbstractMethodError
5826f2244bf : 8033528: assert(0 <= i && i < length()) failed: index out of bounds
c57eeaf964f : 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
42f9434bf40 : 8002074: Support for AES on SPARC
60118f12fb2 : 8007710: runtime/7158988/FieldMonitor.java fails with com.sun.jdi.VMDisconnectedException: Connection closed
0b49b623323 : 8025841: JVMTI: "vtable stub" dynamic code notification is misplaced
bc32b44044c : 8027314: Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message
54a8e61e955 : 8032010: Attempt to resolve abstract method in concrete class fails with AbstractMethodError
ed6844e0808 : 8033528: assert(0 <= i && i < length()) failed: index out of bounds
899ff9282c4 : 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
d4c9d3889b9 : 8002074: Support for AES on SPARC
33dcbf1e989 : Added tag jdk8u5-b04 for changeset 976dfeaef9b5
c6635dad26f : Added tag jdk8u5-b04 for changeset 13928cd4cc32
a70c2012ee2 : Added tag jdk8u5-b04 for changeset 9a218be8647c
48674c18745 : Added tag jdk8u5-b04 for changeset 922c74048e77
d0365b61b76 : Added tag jdk8u5-b04 for changeset 6953c9739e07
492e8cd413b : Added tag jdk8u5-b04 for changeset d4f041d66e5a
0dfb36a357c : Added tag jdk8u5-b04 for changeset 4fe6f7b6a143
fc624d82d62 : Added tag jdk8u5-b04 for changeset 4488096ea80c
8f2a906a4bc : Added tag jdk8u5-b04 for changeset a5b0966ec706
0417a3d2297 : Added tag jdk8u5-b04 for changeset bd1cfbd3f23f
4c72c66cbbb : Added tag jdk8u5-b04 for changeset 545ded0d9d97
0476e2d1e2f : Added tag jdk8u5-b04 for changeset c4a4a8106ffd
ac829b74166 : Added tag jdk8u5-b04 for changeset b73366bf1b56
efebafb6ec8 : Added tag jdk8u5-b04 for changeset b4e3bb91ac8c
3ed2208c14e : Added tag jdk8u5-b04 for changeset 7f5db9b607ae
b6abcde6181 : Added tag jdk8u5-b04 for changeset 2822a231b0a2
5289bda8e59 : 8030941: Darwin mapfile-vers doesnt work for other BSDs
44a8bf65f35 : 8031059: invokestatic: ICCE trying to invoke static method when it clashes with an abstract method inherited from an interface
1e0966b6cfa : 8011180: remove obsolete scripts
e5a5aefdfb5 : 8028398: [TESTBUG]: test/runtime/memory/ReadFromNoaccessArea.java failed with EXCEPTION_ACCESS_VIOLATION
71a17e4a496 : 8031668: TOOLCHAIN_FIND_COMPILER unexpectedly resolves symbolic links
d0544ca7600 : 8196108: Add build support for VS 2015/2017
6e892c90a06 : 8079788: Fix broken CL version detection in configure for some Visual Studio configurations
541f7ed3675 : 8203845: backport of JDK-8034788 inadvertently rolled back JDK-8187045 changes to toolchain.m4
e8565ed9037 : 8203790: MSVCP dependency introduced in awt.dll
0d96ab2a8c2 : 8078437: Enable use of devkits for Windows
7126c75fe46 : 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
f471c5ce7c4 : 8201495: [Zero] Reduce limits of max heap size for boot JDK on s390
c518bbe86d5 : 8179079: Incremental HotSpot builds broken on Windows
7e22c95c4b4 : 8057538: Build the freetype library during configure on Windows
196ea5a980a : 8022177: Windows/MSYS builds broken
101c0b02652 : 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
c729fc07892 : 8035730: Configure fails in cygwin if current dir is in /home/user
c45dba4326a : 8035825: Warn instead of fail when calling the configure wrapper directly
44420462a64 : 8035495: Improvements in autoconf integration
2b3bf096685 : 8034199: Add 'reconfigure' target for re-creating a configuration
a36053e579b : Added tag jdk8u192-b00 for changeset dd8764d899dd
4106f1ff97d : 8176033: New cygwin grep does not match \r as newline
2508e106b72 : 8039030: 9-dev windows-i586 build failed with mktemp: command not found
9d349ca7066 : 8035751: Clean up Visual Studio detection logic
f7a131bf7da : 8035725: Must keep microsoft VS_PATH on PATH after toolchain detection
5018ad50134 : 8034788: Rewrite toolchain.m4 to support multiple toolchains per platform
35ac78a6f9a : 8033292: only warn, not fail, on unknown variables in configure
33333588a1d : 8031759: Improved tool overriding in configure
f39c65b4675 : 8027584: Disable ccache by default
11f0deac9f1 : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
4db995bdefb : 8031668: TOOLCHAIN_FIND_COMPILER unexpectedly resolves symbolic links
99100f9c922 : 8196108: Add build support for VS 2015/2017
1fff215ef45 : 8079788: Fix broken CL version detection in configure for some Visual Studio configurations
a4428abf8ff : 8203845: backport of JDK-8034788 inadvertently rolled back JDK-8187045 changes to toolchain.m4
243bf10b36c : 8203790: MSVCP dependency introduced in awt.dll
8994ef73c7c : 8078437: Enable use of devkits for Windows
7261f0e3cf9 : 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
247452ddf4b : 8201495: [Zero] Reduce limits of max heap size for boot JDK on s390
825359a88fd : 8179079: Incremental HotSpot builds broken on Windows
053e09fbced : 8057538: Build the freetype library during configure on Windows
9b87df7df9d : 8022177: Windows/MSYS builds broken
e827c690579 : 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
ac728d9683b : 8035730: Configure fails in cygwin if current dir is in /home/user
959be8bfcb3 : 8035825: Warn instead of fail when calling the configure wrapper directly
69434356c40 : 8035495: Improvements in autoconf integration
8875bb94c60 : 8034199: Add 'reconfigure' target for re-creating a configuration
f29b9f4f172 : Added tag jdk8u192-b00 for changeset 508e5c8a6b1a
6fb8de2b663 : 8176033: New cygwin grep does not match \r as newline
ba0181590fc : 8039030: 9-dev windows-i586 build failed with mktemp: command not found
e48b94a6938 : 8035751: Clean up Visual Studio detection logic
a95425dfb18 : 8035725: Must keep microsoft VS_PATH on PATH after toolchain detection
e5872dd961b : 8034788: Rewrite toolchain.m4 to support multiple toolchains per platform
b12a8d14675 : 8033292: only warn, not fail, on unknown variables in configure
7c6f2240239 : 8031759: Improved tool overriding in configure
1cf1af821d7 : 8027584: Disable ccache by default
96efd7f7f8b : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
35219b09dab : 8031668: TOOLCHAIN_FIND_COMPILER unexpectedly resolves symbolic links
45f02787c6b : 8032379: Remove the is_scavenging flag to process_strong_roots
c61f6ed0f81 : 8054550: new hotspot build - hs25.40-b05
9a70fe9128a : 8032379: Remove the is_scavenging flag to process_strong_roots
7079593a701 : 8054550: new hotspot build - hs25.40-b05
4c7c3f06137 : 8032379: Remove the is_scavenging flag to process_strong_roots
8ce7c46ec7f : 8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range 8009462: Young GC's (ParNewGC and SerialGC) have unexpected variances
ba54cfdf885 : 8031776: Remove the unnecessary enum GenRemSet::Name
70fd1802a0d : 8027746: Remove do_gen_barrier template parameter in G1ParCopyClosure
aeba3a8119a : 8027454: Do not traverse string table during G1 remark when treating them as strong roots during initial mark
4bb36318550 : 8027476: Improve performance of Stringtable unlink 8027455: Improve symbol table scan times during gc pauses
64ca1261b4c : 8026253: New type profiling points: sparc support
8825cc2a2a7 : 8026253: New type profiling points: sparc support
b1c92a140b4 : 8026253: New type profiling points: sparc support
7e28110cb98 : 8031394: (sl) Fix exception handling in ServiceLoader
31348f40989 : 8031394: (sl) Fix exception handling in ServiceLoader
0283b47323e : 8030662: "assert(counter_changed) failed: failed dependencies, but counter didn't change" still fails
e387a31ed20 : 8030662: "assert(counter_changed) failed: failed dependencies, but counter didn't change" still fails
bff5f5c875d : 8030662: "assert(counter_changed) failed: failed dependencies, but counter didn't change" still fails
6be5b779e12 : 8025936: Windows .pdb and .map files does not have proper dependencies setup
fd8f7c56aed : 8031580: bootcycle-images crashes with Unrecognized VM option 'PermSize=32m'
a95fcad0365 : 8028764: dtrace/hotspot_jni/ALL/ALL001 crashes the vm on Solaris-amd64, SIGSEGV in MarkSweep::follow_stack()+0x8a
7985a9fec3b : 8028764: dtrace/hotspot_jni/ALL/ALL001 crashes the vm on Solaris-amd64, SIGSEGV in MarkSweep::follow_stack()+0x8a
927369db433 : 8028764: dtrace/hotspot_jni/ALL/ALL001 crashes the vm on Solaris-amd64, SIGSEGV in MarkSweep::follow_stack()+0x8a
c173ff4c02e : 8031046: Native Windows ccache might still get unsupported ticket
157f4359fe2 : 8031046: Native Windows ccache might still get unsupported ticket
c57dce4d933 : 8029464: assert(ft == ttkp->cast_to_ptr_type(jtkp->ptr()) || ft->isa_narrowoop()
01b76764f3e : 8029464: assert(ft == ttkp->cast_to_ptr_type(jtkp->ptr()) || ft->isa_narrowoop()
14578d5ae97 : 8029464: assert(ft == ttkp->cast_to_ptr_type(jtkp->ptr()) || ft->isa_narrowoop()
81990a9f6d1 : 8031553: new hotspot build - hs25-b67
f8bd85cabdd : 8031553: new hotspot build - hs25-b67
4f5da84ea7a : Added tag hs25-b66 for changeset beb8b832f9b0
73e492b4de6 : Added tag hs25-b66 for changeset d9445d6ab650
0de263fb1d8 : 8031462: Fonts with morx tables are broken with latest ICU fixes
d8d61fb14c0 : 8031462: Fonts with morx tables are broken with latest ICU fixes
4ff2c3b94ac : 8026736: Enhance Javadoc pages
69c52bd73b7 : 8039079: Test tools/javac/processing/environment/round/TestElementsAnnotatedWith.java fails
bd6695901cf : 8040181: Silent failure in Code.findExceptionIndex
073ec486706 : 7129980: Third Party License Readme update for JDK8
1dd97ac6e73 : 8011964: need indexed access to externally-managed ByteBuffer
89e3e042d11 : 7129980: Third Party License Readme update for JDK8
982ec21dbdc : 7129980: Third Party License Readme update for JDK8
c704bce1fac : 7129980: Third Party License Readme update for JDK8
f643b8cab06 : 8031545: [javac] refactor and cleanup JNIWriter.java
c7480b65135 : 8029145: javadoc fails with java.lang.IllegalStateException: endPosTable already set
8daec20c869 : 8030714: The steps attribute, flow and desugar are unnecessary for implicit classes when compiling with -implicit:none
e20546fe2ac : 8033961: Formatting of -Xlint: command line help
55801d06ffa : 4910483: Javadoc renders the string ".*\\.pdf" as ".\*\.pdf"
4e86ae99884 : 8033930: Unnecessary new line after the StackMapTable 8033913: Incorrect indentation of StackMapTable entries
c0d767f6f1a : 8033421: @SuppressWarnings("deprecation") does not work when overriding deprecated method
29f985089ab : 8033581: Incorrect comment aligment 8033798: javap output has unnecessary trailing whitespace 8033726: StackMapTable does not unindent properly
67d15f03e06 : 8032526: fix the accessibility, html, syntax errors and warnings reported by doclint report in langtools
8b3c6d6d4f1 : 8033114: The values of non-static final fields are printed for the -constants option
47528ece5e2 : 8033711: An exception is thrown if using the \"-classpath\" option with no arguments
5b738090bd9 : 8033686: Internal error for zero indent
edee080e4ac : 8030855: Default methods should be visible under source previous to 8
cf7f5c0b611 : 8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
d4d18a2ea78 : 7129980: Third Party License Readme update for JDK8
cbcb61e914c : 7129980: Third Party License Readme update for JDK8
b2b0f52acd5 : 7129980: Third Party License Readme update for JDK8
368816ed8db : 8034033: [parfait] JNI exception pending in share/native/sun/security/krb5/nativeccache.c
25167ae7383 : 8033980: Xerces Update: datatype XMLGregorianCalendarImpl and DurationImpl
43886ed1b37 : 7129980: Third Party License Readme update for JDK8
b5253b400c7 : 7129980: Third Party License Readme update for JDK8
cde362cd0f9 : 7129980: Third Party License Readme update for JDK8
ce6c0e77208 : 7129980: Third Party License Readme update for JDK8
0eaf3bd07e3 : 7129980: Third Party License Readme update for JDK8
d0d3778b16e : 7129980: Third Party License Readme update for JDK8
176884b8190 : 8033980: Xerces Update: datatype XMLGregorianCalendarImpl and DurationImpl
20ee88e6d70 : 7129980: Third Party License Readme update for JDK8
61cdce59246 : 7129980: Third Party License Readme update for JDK8
2e916722f5f : 7129980: Third Party License Readme update for JDK8
e6cecff6f38 : 7129980: Third Party License Readme update for JDK8
bd8ec77c0d2 : 7129980: Third Party License Readme update for JDK8
cf5325349ea : 7129980: Third Party License Readme update for JDK8
9bcb07e7642 : 7129980: Third Party License Readme update for JDK8
8b0068bf9a9 : 7129980: Third Party License Readme update for JDK8
3f3b3c2a86a : 7129980: Third Party License Readme update for JDK8
5ec82f84c33 : 8034979: Configuration help messages don't consider --no-create
8f9dfe90ede : 8034199: Add 'reconfigure' target for re-creating a configuration
c59b650c964 : 8030350: Enable additional compiler warnings for GCC
d45fc51a447 : 8034191: Move relevant parts of build system to new closed repo
8356e1f8fdc : 7129980: Third Party License Readme update for JDK8
828c3bb8660 : 7129980: Third Party License Readme update for JDK8
521253c71b9 : 8027908: serialVersionUID of javax.xml.bind.TypeConstraintException accidently changed
11fee3e3220 : 8027908: serialVersionUID of javax.xml.bind.TypeConstraintException accidently changed
cdf2798f11b : 8027908: serialVersionUID of javax.xml.bind.TypeConstraintException accidently changed
0d1b63f4cb4 : 8029893: Remove reflection from DataTransferer.getInstance
509d617369b : 8031530: [TESTBUG] Enable test runtime/LoadClass/LoadClassNegative.java
6c1b243c0ec : 8031304: Add dcmd to print all loaded dynamic libraries
63b770924b9 : 8029332: Do not require nasgen-generated functions to return Object
14171b9e45d : 8029332: Do not require nasgen-generated functions to return Object
fee7c642da9 : 8029332: Do not require nasgen-generated functions to return Object
b6052af9d9b : Added tag jdk8u20-b00 for changeset 9043377e8e11
69c919450a1 : Added tag jdk8u20-b00 for changeset aa6f90025731
3907f2514c2 : Added tag jdk8u20-b00 for changeset e495fdf6b3c7
5888a7f4700 : Added tag jdk8u20-b00 for changeset 4c29ecd2e5e2
36f0fae57f5 : Added tag jdk8u20-b00 for changeset c00009c86f6e
1e351b9e7eb : Added tag jdk8u20-b00 for changeset e22edb381e06
cbaaf633ed8 : Added tag jdk8u20-b00 for changeset 8f178ffd6eed
56b9cb2351b : Added tag jdk8u20-b00 for changeset dfe09815fd39
0769bb7ecd7 : Added tag jdk8u20-b00 for changeset 98b31718c5c9
9113f940943 : Added tag jdk8u20-b00 for changeset d5f225a5176d
ddb5934f06e : Added tag jdk8u20-b00 for changeset dc3ab6599737
ebd9584545d : Added tag jdk8u20-b00 for changeset 31e3e5460392
1c4b3bbb403 : Added tag jdk8u20-b00 for changeset 3a3205a4b739
05db5e006a3 : Added tag jdk8u20-b00 for changeset 7a1e53b69bf1
c90db5ad6c4 : Added tag jdk8u20-b00 for changeset 5476a359eccc
003d27a26c7 : Added tag jdk8u20-b00 for changeset 1837ab6eeb76
bcce0ba622d : 8026736: Enhance Javadoc pages
0ceae0f2a8d : 8026736: Enhance Javadoc pages
7df78c29071 : 8030049: RoundEnvironment.getElementsAnnotatedWith receives wrong elements
91742ab58c5 : 8030816: javac crashes when mixing lambdas and inner classes
a6d4d9d5ff9 : 8030218: javac, compile time error isn't shown when final static field is not assigned, follow-up
54cc9719dcf : 8031023: [javac] LambdaToMethod is missing forceSerializedRepresentation logic and switch
2df6caaf040 : 8029017: ElementType.TYPE_USE should be a logical superset of ElementType.TYPE and ANNOTATION_TYPE
3d5f750718a : 8030049: RoundEnvironment.getElementsAnnotatedWith receives wrong elements
539ce92c91b : 8030816: javac crashes when mixing lambdas and inner classes
509feec16e4 : 8030218: javac, compile time error isn't shown when final static field is not assigned, follow-up
b3e6ab13eaf : 8031023: [javac] LambdaToMethod is missing forceSerializedRepresentation logic and switch
e55aac1162f : 8029017: ElementType.TYPE_USE should be a logical superset of ElementType.TYPE and ANNOTATION_TYPE
8a2542c71f1 : 8030049: RoundEnvironment.getElementsAnnotatedWith receives wrong elements
713b02d827d : 8031059: invokestatic: ICCE trying to invoke static method when it clashes with an abstract method inherited from an interface
6c764241546 : 8031059: invokestatic: ICCE trying to invoke static method when it clashes with an abstract method inherited from an interface
8e140662311 : 8029730: Improve audio device additions
6bc31f2eef9 : 8029730: Improve audio device additions
5a9231a281e : Added tag jdk8-b123 for changeset fbafe40acf9d
5383ecc68fe : Added tag jdk8-b123 for changeset 6c21e274023f
d77bace78bf : Added tag jdk8-b123 for changeset 8db9ff9fdd86
a6ef8d23ef9 : Added tag jdk8-b123 for changeset b9359a5dfe6a
3d535bee7b4 : Added tag jdk8-b123 for changeset a094b5bfd3ee
9225774de65 : Added tag jdk8-b123 for changeset 4400e022b9c8
d7e5ef4bf27 : Added tag jdk8-b123 for changeset 395232c336db
7d5cb0ff252 : Added tag jdk8-b123 for changeset 49c3307bbe3c
fdc65a1ca2c : Added tag jdk8-b123 for changeset adf006217af0
fbc6a14e879 : Added tag jdk8-b123 for changeset bdff65a5777e
0f1b1380460 : Added tag jdk8-b123 for changeset 7cefce8d1a77
38c099d1bc1 : Added tag jdk8-b123 for changeset 0ea23126d19a
cdda4ebab30 : Added tag jdk8-b123 for changeset 863db3a50352
921eff8d71b : Added tag jdk8-b123 for changeset 20a78e3e1ebf
af217be3182 : Added tag jdk8-b123 for changeset 70a08d7f5d03
7ea044a21a3 : Added tag jdk8-b123 for changeset 00be1efc990f
b86d59432b8 : Added tag jdk8-b123 for changeset 958ddadace11
17ac9436312 : Added tag jdk8-b123 for changeset a2ea5fec4759
6005ba852db : 8029858: Enhance array copies
9099e9ddcc5 : 8034926: Attribute classes properly
030d57517fb : 8028389: NullPointerException compiling annotation values that have bodies
f5aaa6b691d : 8039262: Java compiler performance degradation jdk1.7 vs. jdk1.6 should be amended
bab493b66f4 : 8080842: Using Lambda Expression with name clash results in ClassFormatError
0ffc327c127 : 8079613: Deeply chained expressions + several overloads + unnecessary inference result in excessive compile times
488dc4d154e : 8028389: NullPointerException compiling annotation values that have bodies
58f7b0c31d3 : 8039262: Java compiler performance degradation jdk1.7 vs. jdk1.6 should be amended
7432d39e1b7 : 8080842: Using Lambda Expression with name clash results in ClassFormatError
898c53c3c0d : 8079613: Deeply chained expressions + several overloads + unnecessary inference result in excessive compile times
a76d1ab5a21 : 8028389: NullPointerException compiling annotation values that have bodies
327e5f0805e : 6571600: JNI use results in UnsatisfiedLinkError looking for libmawt.so
7a26b77f364 : 6571600: JNI use results in UnsatisfiedLinkError looking for libmawt.so
e32b40185ef : 8029376: Full attribution of unresolvable annotations 8029161: javac crashing when processing broken annotations
31b9601fcdd : 8029858: Enhance array copies
fa581d377d2 : 8029858: Enhance array copies
92c1290d368 : 8031300: No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and jcmd.1 missing on macosx 8030946: No jmc.1 for man page of JMC
e9bfd276653 : 8031300: No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and jcmd.1 missing on macosx 8030946: No jmc.1 for man page of JMC
16e76e838b4 : 8031300: No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and jcmd.1 missing on macosx 8030946: No jmc.1 for man page of JMC
93bac974b31 : 8029162: G1: Shared SATB queue never enabled
424ca2a7b8f : 8029162: G1: Shared SATB queue never enabled
ca035a4040d : 8029162: G1: Shared SATB queue never enabled
5474a242eca : 8029255: G1: Reference processing should not enqueue references on the shared SATB queue
9fbaa25f415 : 8029255: G1: Reference processing should not enqueue references on the shared SATB queue
ce8f2a52fca : 8029255: G1: Reference processing should not enqueue references on the shared SATB queue
88e4e5a9cd1 : 7006339: [parfait] potential null pointer dereference in splashscreen
f08696f8938 : 8022494: Make compilation IDs sequential
f2ad8b4958b : 8022494: Make compilation IDs sequential
42afc756f55 : 8022494: Make compilation IDs sequential
0c84081c878 : 8026413: ScopeDesc::is_equal is declared in header file but not implemented
73d97005307 : 8026909: Retire Some Rarely Used GC Combintations
643378239fa : 8026909: Retire Some Rarely Used GC Combintations
9d16ac7083d : 8022301: [TESTBUG] runtime/jsig/Test8017498.sh incorrectly compiles native code
3d84ac9ef15 : 7012961: runtime/jni/WindowsExceptionFilter/WindowsExceptionFilter01 crashes on windows-amd64
5cb3e67813a : 8031115: intrinsics for Math.decrementExact(J) and incrementExact(J) don't work
b6d03e13152 : 8031115: intrinsics for Math.decrementExact(J) and incrementExact(J) don't work
26ad8adaf47 : 8031115: intrinsics for Math.decrementExact(J) and incrementExact(J) don't work
8e647d9f304 : 8024926: [macosx] AquaIcon HiDPI support
0f6202d1917 : 8028212: Custom cursor HiDPI support
7e1716cfe09 : 8011059: [macosx] Support automatic @2x images loading on Mac OS X
147820083e7 : 8006730: remove workaround tests when jtreg updated
9744c4fe73a : 8031359: Invocable.getInterface() works incorrectly if interface has default methods
29dd471f3de : 8031359: Invocable.getInterface() works incorrectly if interface has default methods
305de05b440 : 8031359: Invocable.getInterface() works incorrectly if interface has default methods
2e13e9981d5 : 8029908: jdk 8u5 mac build produces incorrect version string 1.8.0_5
456e1de38e1 : 8031187: DoubleStream.count is incorrect for a stream containing > Integer.MAX_VALUE elements
afa37384936 : 8031187: DoubleStream.count is incorrect for a stream containing > Integer.MAX_VALUE elements
81842d4fad8 : 8011391: C1: assert(code_offset() - offset == NativeInstruction::nop_instruction_size) failed: only one instruction can go in a delay slot
4ddab1724f6 : 8011391: C1: assert(code_offset() - offset == NativeInstruction::nop_instruction_size) failed: only one instruction can go in a delay slot
f0e34eb09cf : 8011391: C1: assert(code_offset() - offset == NativeInstruction::nop_instruction_size) failed: only one instruction can go in a delay slot
b8fd19accd4 : 8031395: Enhance LDAP processing
0adb7710738 : 8031395: Enhance LDAP processing
bf669dfecdd : 8031352: Enhance PNG handling
aea1ffb9df4 : 8031395: Enhance LDAP processing
7956bf48fc3 : 8031352: Enhance PNG handling
4d23e247415 : 8027561: [macosx] Cleanup "may not respond to selector" warnings in native code
83264d432df : 8027914: Client JVM silently exit with fail exit code when running in compact(1,2) with options -Dcom.sun.management and -XX:+ManagementServer
b97c269644e : 8027914: Client JVM silently exit with fail exit code when running in compact(1,2) with options -Dcom.sun.management and -XX:+ManagementServer
ea35991cab3 : 8027914: Client JVM silently exit with fail exit code when running in compact(1,2) with options -Dcom.sun.management and -XX:+ManagementServer
e9579463841 : 8028726: (prefs) Check src/solaris/native/java/util/FileSystemPreferences.c for JNI pending exceptions
7e0e645fa18 : 8029282: Enhance CharInfo set up
065e03d289f : 8029282: Enhance CharInfo set up
7a4b07caf7b : 8029282: Enhance CharInfo set up
ce4d765d8e0 : 8028468: Add inlining information into ciReplay
52fb3404ef5 : 8028468: Add inlining information into ciReplay
ba7149bbda1 : 8028468: Add inlining information into ciReplay
30bc2891929 : 8030781: System.setProperties(null) drops all system properties (RELEASE not set)
b82ed208c90 : 6772009: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java test failed with 'Completed != 2'
af18377bce2 : 8030781: System.setProperties(null) drops all system properties (RELEASE not set)
52e651a18e5 : 8030781: System.setProperties(null) drops all system properties (RELEASE not set)
9e98292064a : 8030781: System.setProperties(null) drops all system properties (RELEASE not set)
ac4814f9e68 : 8030781: System.setProperties(null) drops all system properties (RELEASE not set)
967e1503223 : 8030781: System.setProperties(null) drops all system properties (RELEASE not set)
97d83a1cd75 : 8030089: java/util/zip/ZipFile/FinalizeZipFile.java intermittently fails with fastdebug builds
76aaded5ed4 : 8029254: Build error when javadoc generates beaninfo for javax.swing.beans
1a7fd74b8aa : 8029254: Build error when javadoc generates beaninfo for javax.swing.beans
4454a9d00c7 : 8031317: SyntaxError when property setter has no parameter
dd7b73b85f0 : 8031317: SyntaxError when property setter has no parameter
9304f8da291 : 8031317: SyntaxError when property setter has no parameter
9dfe222786c : 8030184: Remove unneeded "content_type" declarations from tracetypes.xml
cfcb25517d4 : 8033126: Can't call default methods from JNI
177240ddec9 : 8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked
ed6d647c06d : 8031290: Adjust call to getisax() for additional words returned
4c397298e61 : 8032466: serviceability/sa/jmap-hashcode/Test8028623.java fails with compilation errors
c169f873665 : 8028623: SA: hash codes in SymbolTable mismatching java_lang_String::hash_code for extended characters
6840a49b81f : 8035585: Restore UseOldInlining in jdk8u
2c6c8ba41b2 : 8035436: new hotspot build - hs25.20-b05
2e6cf608d58 : 8030184: Remove unneeded "content_type" declarations from tracetypes.xml
b23809b9e8d : 8033126: Can't call default methods from JNI
e547af8b42e : 8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked
a561d4074ff : 8031290: Adjust call to getisax() for additional words returned
4820c6da31e : 8032466: serviceability/sa/jmap-hashcode/Test8028623.java fails with compilation errors
8768f57022b : 8028623: SA: hash codes in SymbolTable mismatching java_lang_String::hash_code for extended characters
1e6de189a33 : 8035585: Restore UseOldInlining in jdk8u
40f2c90d26f : 8035436: new hotspot build - hs25.20-b05
2352ce8d9cb : 8030184: Remove unneeded "content_type" declarations from tracetypes.xml
19a64e6dc0b : 8029446: assert(_cfg.get_block_for_node(proj) == borig) failed: incorrect block for kill projections
2425e946fe8 : 8029446: assert(_cfg.get_block_for_node(proj) == borig) failed: incorrect block for kill projections
1defb282288 : 8029446: assert(_cfg.get_block_for_node(proj) == borig) failed: incorrect block for kill projections
0939dde24d1 : 8029873: compiler/uncommontrap/TestStackBangRbp.java crashes with SIGSEGV
89e6bcd11a4 : 8029873: compiler/uncommontrap/TestStackBangRbp.java crashes with SIGSEGV
cb7814987c9 : 8029873: compiler/uncommontrap/TestStackBangRbp.java crashes with SIGSEGV
39ac62a64ae : 8031376: TraceClassLoading expects there to be a (Java) caller when you load a class with the bootstrap class loader
659567defc6 : 8059139: It should be possible to explicitly disable usage of TZCNT instr w/ -XX:-UseBMI1Instructions
49d0e9011ef : 8059100: SIGSEGV VirtualMemoryTracker::remove_released_region
28855bc1129 : 8059299: assert(adr_type != NULL) failed: expecting TypeKlassPtr
d6017fffa39 : 8061275: new hotspot build - hs25.40-b16
575eafec1b4 : 8056183: os::is_MP() always reports true when NMT is enabled
846ba30ea9b : 8049411: Minimal VM build broken after gcId.cpp was added
8e27bfe5796 : 8058919: Add sanity test for minimal VM in test/Makefile
ffadd29c143 : 8049071: Add jtreg jobs to JPRT for hotspot
6b4953ec2f5 : 8031376: TraceClassLoading expects there to be a (Java) caller when you load a class with the bootstrap class loader
220c39111df : 8059139: It should be possible to explicitly disable usage of TZCNT instr w/ -XX:-UseBMI1Instructions
32c939b42bb : 8059100: SIGSEGV VirtualMemoryTracker::remove_released_region
c3917410d0a : 8059299: assert(adr_type != NULL) failed: expecting TypeKlassPtr
11a9d1fe826 : 8061275: new hotspot build - hs25.40-b16
733b5c1aa4c : 8056183: os::is_MP() always reports true when NMT is enabled
d8ec67b43e7 : 8049411: Minimal VM build broken after gcId.cpp was added
82088783f1e : 8058919: Add sanity test for minimal VM in test/Makefile
c4b60356ede : 8049071: Add jtreg jobs to JPRT for hotspot
783155575c7 : 8031376: TraceClassLoading expects there to be a (Java) caller when you load a class with the bootstrap class loader
35c8ad651de : 8026570: NLS: jdk8 man page update
3da9e45a5c3 : 8038754: ReplayCacheTestProc test fails with timeout
ae37055bc46 : 8037781: Remove sun.misc.Regexp* classes
eb34c3be0ce : 8035099: LocalTime.with(MILLI_OF_DAY/MICRO_OF_DAY) incorrect
236cccdef90 : 8036785: ChronoLocalDate refers to generics that have been removed
88af481e909 : 8032491: DateTimeFormatter fixed width adjacent value parsing does not match spec
4fdcaf04d8a : 8038186: [TESTBUG] improvements of test j.l.i.MethodHandles
cbaa56fdf70 : 8038276: java/net/NetworkInterface/Test.java fails on Windows intermittently for Teredo Interface
2ab9ecf5d99 : 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
5611388a3dc : 8038493: Tidy warnings cleanup for java.sql
dc7ab2363cd : 8038233: Fix unsafe strcpy in Java_sun_tools_attach_{Aix,Bsd,Linux}VirtualMachine_connect()
a916ed751a6 : 8038242: Tidy warnings cleanup for java.awt.datatransfer, java.awt.dnd, java.awt.event
d056456ee84 : 8038451: Incorrect initialization order of static fields in sun.nio.cs.ext.JISAutoDetect$Decoder
d7853cdac77 : 8038459: Remove superflous classes on platforms without an implementation [macosx, aix]
7c1f3f86f8e : 8031003: [Parfait] warnings from jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
efd4316d452 : 8038438: Review comments from 8034181
ea02a62024b : 8035158: Remove dependency on sun.misc.RegexpPool and friends
ee93384db3d : 8038177: Eliminate unnecessary dependency to sun.security.action
b7a4487e548 : 8038343: Eliminate use of reflection to access JavaBeans Introspector
0c0e4775d4a : 8014066: Remove redundant restriction from ArrayList#removeRange() spec
3092f76b6ed : 8037258: AIOB while parsing CRL for revoked certificate
df046b387e9 : 8031563: TEST_BUG: java/nio/channels/Selector/ChangingInterests.java failed once
6f3216994cd : 8034181: SIGBUS in SctpChannelImpl receive
a9f20cb4c7e : 8038163: Build failure on Mac OS 10.9.2 (Mavericks) due to warning treated as error
a25bcf0ac06 : 8033662: DateTimeFormatter parsing ignores withZone()
0691736805a : 8026570: NLS: jdk8 man page update
b5f74975ead : 8026570: NLS: jdk8 man page update
5f9216723a0 : 8029239: jdk8 l10n resource file translation update - localenames
c51a97d76c2 : 8029239: jdk8 l10n resource file translation update - localenames
c3404f0380f : 8031369: Fix raw types warnings in sun.misc.{Cache, SoftCache}
62d19650592 : 8000962: Update JDK_MINOR_VERSION for JDK 9
3815f04fbcf : 8000962: Update JDK_MINOR_VERSION for JDK 9
aa8188c26b9 : 8030823: Security Providers need to have their version numbers updated for JDK9
dd042bf16e5 : 8022263: use same Clang warnings on BSD as on Linux
dd72fa55fce : 8031360: Update langtools code base to use RELEASE_9
3ebd4aba6f3 : Added tag jdk8u5-b03 for changeset 2180fb6f2cca
783726444e4 : Added tag jdk8u5-b03 for changeset e68f0bbcf3aa
1ab31c5515f : Added tag jdk8u5-b03 for changeset 3c05126a13ea
3abf0884f37 : Added tag jdk8u5-b03 for changeset ce750c64736d
7e6472edc82 : Added tag jdk8u5-b03 for changeset 43492b472ec9
c2756e07743 : Added tag jdk8u5-b03 for changeset 77fd0a077c16
8a073266887 : Added tag jdk8u5-b03 for changeset 93502e78a5b2
89421cf1f2d : Added tag jdk8u5-b03 for changeset fc9767341d9a
4a1b63014d4 : Added tag jdk8u5-b03 for changeset c1e666ba45e2
1c44acfccd5 : Added tag jdk8u5-b03 for changeset 0691f2e9cd1c
525b727bf56 : Added tag jdk8u5-b03 for changeset 8ec7d8c346ee
d7f30670445 : Added tag jdk8u5-b03 for changeset 6d60b501e0b8
b5d77ff5d65 : Added tag jdk8u5-b03 for changeset 974dff9c956f
6cde74130eb : Added tag jdk8u5-b03 for changeset f0a8f07fb1c9
ea762f2256a : Added tag jdk8u5-b03 for changeset 6d3fff920f1f
4b74f5f817c : Added tag jdk8u5-b03 for changeset 8dc2bca8a761
02c64ae77a3 : 8031361: Fix raw types warning in java.lang.management
dadf2446dfb : 8004562: Better support for crossdomain.xml
d1f0b6ffaac : 8004562: Better support for crossdomain.xml
6609c715053 : 8004562: Better support for crossdomain.xml
a265181b1e4 : 8029254: Build error when javadoc generates beaninfo for javax.swing.beans
20e46075a9e : 8028994: com.sun.management.VMOption is missing the ATTACH_ON_DEMAND origin
8348cfd296a : 8031375: Revert test exclusions after fix for JDK-8030656 propagates
3aeefa52845 : 8031373: Lint warnings in java.util.stream 8030079: Lint warnings in java.lang.invoke
49103a8c63f : 8004183: test/sun/management/jmxremote/LocalRMIServerSocketFactoryTest.java doesn't clean-up
286b95f83f3 : 8029378: com/sun/jdi/BadHandshakeTest.java failed with java.util.concurrent.TimeoutException
b31c05a9aa4 : 8031666: TEST_BUG: java/net/ipv6tests/UdpTest.java failed because of SocketTimeoutException
30717d9de31 : 8032057: Remove unneeded/obsolete -source options in concurrency tests
bfd742becf6 : 6667086: Double.doubleToLongBits(final double value) contains inefficient test for NaN
72803ca57ee : 8029452: Fork/Join task ForEachOps.ForEachOrderedTask clarifications and minor improvements
fa4d6879355 : 8031961: (process) java/lang/ProcessBuilder/Basic.java uses "cp -p" which is inefficient
3621fb46437 : 8031502: JSR292: IncompatibleClassChangeError in LambdaForm for CharSequence.toString() method handle type converter
fe3d3df23f9 : 7185591: jcmd-big-script.sh ERROR: could not find app's Java pid
94e85a3a0eb : 8030848: Collections.sort(List l, Comparator) should defer to List.sort(Comparator )
b789652e856 : 8031747: Add overloads lint warning to build of jdk repository
a4bef039d53 : 8030814: Long.parseUnsignedLong should throw exception on too large input
dd8c561aa02 : 8031550: Fix overloads lint warnings in client code
f727e882fa7 : 8031467: Fix doclint missing issues in java.awt.{dnd[.peer], datatransfer}
1e6a7ced2ac : 8031736: Fix doclint issue in javax.print
f855923c6a4 : 8031494: [launcher] java launcher should check for JNI Pending exceptions
fdffcd214eb : 8031721: Remove non-existent test from TEST.groups
48ce9464b0f : 8031651: Remove unneeded -source and -target flags in jdk repo regression tests
bae4227a919 : 7100957: SOCKS proxying does not work with IPv6 connections
43b001e43f3 : 8031708: Windows x86 build failure: JNU_ThrowOutOfMemoryError undefined
1a8acb6b574 : 7027502: Remove demo/jvmti/hprof/MonitorTest.java from exclude list with additional debug output
ca258198932 : 8031566: regression test failure, SSLEngineBadBufferArrayAccess.java
f607277df05 : 8025936: Windows .pdb and .map files does not have proper dependencies setup
a635170108f : 8030847: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails intermittently again
7175e6fe70d : 6380601: MISC_REGRESSION tests need to be more resilient to ps cmd problems
f7868d32996 : 8031046: Native Windows ccache might still get unsupported ticket
520ada1ca71 : 8030829: Add MD5 to jdk.certpath.disabledAlgorithms security property
15c7afef94e : 8028518: Increase the priorities of GCM cipher suites
45609addf60 : 8029007: Check src/share/native/sun/misc code for JNI pending exceptions
5ad3d27c911 : 8031589: Fix doclint issues in java.beans.beancontext
08eb81f9eaf : 8031372: JDK 9 Specification-Version in jar files is still 1.8
01a0c50d3f7 : 8031525: Logger created in test/tools/jar/UpdateManifest.java might get gc'ed too early
ad40a93e8af : 8031082: Fix non-missing doclint problems in client libraries
078338ed6aa : 8031068: java/util/logging/ParentLoggersTest.java: checkLoggers: getLoggerNames() returned unexpected loggers
a923f5c5d3d : 8031420: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails on some platforms: Unable to locate 'libjvm.so'
83ef2a16f5c : 8030845: Fix doclint missing issues in java.awt.event
6fc7157058d : 8028543: Add SourceVersion.RELEASE_9
15b08278570 : 8000962: Update JDK_MINOR_VERSION for JDK 9
74eaab66970 : 8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
7bece12e103 : 8033545: Missing volatile specifier in Bitmap::par_put_range_within_word
a9fc4ad3711 : 8033983: new hotspot build - hs25.20-b04
1ad82d703de : 8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
e8a529e94c7 : 8033545: Missing volatile specifier in Bitmap::par_put_range_within_word
e5139afa228 : 8033983: new hotspot build - hs25.20-b04
469f2908172 : 8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
34ee8749b76 : 8031326: Use Class<?> rather than Class in java.net method signatures
8fc1898a999 : 8031103: java.time.Duration has wrong Javadoc Comments in toDays() and toHours()
d1d703c19ed : 8031103: java.time.Duration has wrong Javadoc Comments in toDays() and toHours()
4541877ec06 : 8031103: java.time.Duration has wrong Javadoc Comments in toDays() and toHours()
84150a37348 : 8031302: Fix raw types lint warnings in java.security
091f9435984 : 8027063: SecurityManger.getClassContext returns a raw type
1b1eb6d38c7 : 8031319: PPC64: Some fixes in ppc and aix coding
37d38342bf7 : 8031319: PPC64: Some fixes in ppc and aix coding
06b92107004 : 8031319: PPC64: Some fixes in ppc and aix coding
3fa2c4f9f3a : 8027571: fatal error: meet not symmetric
195520b1bc6 : 8027571: fatal error: meet not symmetric
417b5f07b7f : 8027571: fatal error: meet not symmetric
85cb1ec8ab1 : 8028064: tiered may collect wrong receiver type at virtual call
2fe7f709e1a : 8028064: tiered may collect wrong receiver type at virtual call
e9b51997812 : 8028064: tiered may collect wrong receiver type at virtual call
d800aeefcae : 8029667: Prototype linking is incorrect
aba61eae516 : 8029667: Prototype linking is incorrect
5071b809449 : 8029667: Prototype linking is incorrect
f27b377f0ed : 8031142: AbstractCollection and AbstractList should specify their default implementation using @implSpec
c0ce7985615 : 8029003: setField in ScriptObject is incorrect for non extensible objects
6229a649027 : 8029003: setField in ScriptObject is incorrect for non extensible objects
a26dd7a41b3 : 8029003: setField in ScriptObject is incorrect for non extensible objects
2b5a40ba807 : 8027364: PSScavenge accounts too large code section to StringTable unlink
bb73ed4d509 : 8027364: PSScavenge accounts too large code section to StringTable unlink
66b65f9f88e : 8027364: PSScavenge accounts too large code section to StringTable unlink
49caccee0d4 : 8028536: Test cases to cover type system fixes pushed with 8024070
bcf881bb569 : 8028536: Test cases to cover type system fixes pushed with 8024070
7c32ed31d21 : 8028536: Test cases to cover type system fixes pushed with 8024070
2878960abe5 : 8031067: java/util/concurrent/atomic/AtomicUpdaters.java: java.lang.Error: Unexpected reflective access
3e537df17c0 : 8031305: (hotspot) com.sun.management.VMOption is missing the ATTACH_ON_DEMAND origin
4d62c07baa8 : 8031306: Incorrect bug id on tests
b3ff3362d22 : 8031187: DoubleStream.count is incorrect for a stream containing > Integer.MAX_VALUE elements
3c425d407fd : 4990369: visibleMethods() and methodsByName() return wrong visible methods
1403c7fe08c : 8030801: SocketHandler(host, port) requires permission ("java.util.logging.LoggingPermission" "control") 8029781: Theoretical data race on java.util.logging.Handler.sealed
76a9fa693d4 : 8029305: add type tag to AbstractCompiler
618ee383564 : 8031199: _MSC_VER is only defined on _WIN32
7afdd44edfe : 8031210: Remove serial warning from java.lang.Enum
67946471354 : 8030955: assert(_prologue != NULL) failed: prologue pointer must be initialized
22aaad0aab9 : 8031188: Fix for 8029015: PPC64 (part 216): opto: trap based null and range checks
1f858b300b7 : 8031188: Fix for 8029015: PPC64 (part 216): opto: trap based null and range checks
fe000cd966d : 8031188: Fix for 8029015: PPC64 (part 216): opto: trap based null and range checks
7cba83ff24d : 8027359: XML parser returns incorrect parsing results
dac9101f133 : 8037180: [TEST_BUG] test/sun/util/calendar/zi/Zoneinfo.java incorrectly calculates raw GMT offset change time
ba46a17252f : 8037012: (tz) Support tzdata2014a
f7965c950f1 : 8037483: issue with the crypto / sec zip unzipping in the jdk8 build
9fbe39c7d37 : 8036781: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintDialog.cpp
a81e349a259 : 8036787: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_Object.cpp
47d4cc423de : 8027359: XML parser returns incorrect parsing results
d0867bc89e3 : 8037180: [TEST_BUG] test/sun/util/calendar/zi/Zoneinfo.java incorrectly calculates raw GMT offset change time
b127af7d37d : 8037012: (tz) Support tzdata2014a
c89f866acd9 : 8037483: issue with the crypto / sec zip unzipping in the jdk8 build
3354cc017b0 : 8036781: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintDialog.cpp
4e5af031a32 : 8036787: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_Object.cpp
ca18310c651 : 8027359: XML parser returns incorrect parsing results
c3df72075bd : 8027359: XML parser returns incorrect parsing results
337f603a50f : Added tag jdk8-b122 for changeset 66b572d5067d
37cac35e93b : Added tag jdk8-b122 for changeset cd3ced157ecf
38f7bb43af4 : Added tag jdk8-b122 for changeset 35eadc466f62
e5559e2c92c : Added tag jdk8-b122 for changeset d764adcffe02
d39717674b5 : Added tag jdk8-b122 for changeset e0872c476940
7313cb4b1c4 : Added tag jdk8-b122 for changeset e9e102c6fd2c
ede2d512f60 : Added tag jdk8-b122 for changeset e4d4ffb7e267
9d81225a302 : Added tag jdk8-b122 for changeset a93eb1430c43
4d29788264a : Added tag jdk8-b122 for changeset 55655e2cd209
c2f25b0fed3 : Added tag jdk8-b122 for changeset ee2fe358a445
8bf3af938af : Added tag jdk8-b122 for changeset 5e64fb36d754
c99807d5b76 : Added tag jdk8-b122 for changeset 1073bf2a1062
04c56b32688 : Added tag jdk8-b122 for changeset 38a25473e0d4
93f066e0654 : Added tag jdk8-b122 for changeset 62193e2cb999
f86eca2656f : Added tag jdk8-b122 for changeset d17da8910146
9712b023190 : Added tag jdk8-b122 for changeset 557e566f66df
81c15c4cd96 : Added tag jdk8-b122 for changeset 793bc4bbe4ab
14f6656303d : Added tag jdk8-b122 for changeset 5c0045d83c80
2bcdd598002 : 8031081: Use separate doclint flags for different doc bundles
5857d1dcb63 : 8031113: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
21ac8366490 : 8031563: TEST_BUG: java/nio/channels/Selector/ChangingInterests.java failed once
ee5c789157d : 8029018: (bf) Check src/share/native/java/nio/Bits.c for JNI pending exceptions
70ac64e52e3 : 8164501: Uninitialised memory in byteArrayToPacket of SharedMemoryConnection.c
8f58734c181 : 8168364: [macosx] Delete unused class NSPrintinfo
17e3f801c15 : 8149521: automatic discovery of LDAP servers with Kerberos authentication
d724686cd0a : 8167179: Make XSL generated namespace prefixes local to transformation process
3ebd6d77cfa : 8029018: (bf) Check src/share/native/java/nio/Bits.c for JNI pending exceptions
b7c24aa7c8c : 8164501: Uninitialised memory in byteArrayToPacket of SharedMemoryConnection.c
ae8c2875209 : 8168364: [macosx] Delete unused class NSPrintinfo
722d3607bd0 : 8149521: automatic discovery of LDAP servers with Kerberos authentication
0a636f0e3e5 : 8167179: Make XSL generated namespace prefixes local to transformation process
637ffe2f0cc : 8031106: Nashorn: IndexOutOfBoundsException in NashornCallSiteDescriptor.getNameToken()
0886e6bf88c : 8031106: Nashorn: IndexOutOfBoundsException in NashornCallSiteDescriptor.getNameToken()
ab0a342a897 : 8031106: Nashorn: IndexOutOfBoundsException in NashornCallSiteDescriptor.getNameToken()
dba63538e5d : 8029143: javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present
33e4ca815ae : 8029143: javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present
2b3ee2280ab : 8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul
e978d85f34c : 8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul
c192e01d9c5 : 6730115: Fastdebug VM crashes with "ExceptionMark destructor expects no pending exceptions" error
fb4cc8ee5bd : 8134157: adlc fails to compile with SS12u4
92e4e27a6f3 : 8158012: Use SW prefetch instructions instead of BIS for allocation prefetches on SPARC Core C4
bdbb59ba568 : Added tag jdk8u192-b00 for changeset 3a79a7945407
7709361dcb6 : 8189851: [TESTBUG] runtime/RedefineTests/RedefineInterfaceCall.java fails
9464b230f6d : 8194739: Zero port of 8174962: Better interface invocations
92bf72757e4 : 8187577: JVM crash during gc doing concurrent marking
64dc87d8d0b : 8148175: C1: G1 barriers don't preserve FP registers
3f000cafe3e : 8189170: Add option to disable stack overflow checking in primordial thread for use with JNI_CreateJavaJVM
fe1815815f3 : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
f1df9c0d4f6 : 8055008: Clean up code that saves the previous versions of redefined classes 8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid
afa5489b650 : 8138692: libjsig compilation is missing EXTRA_CFLAGS on macosx
b798c89e279 : 8173013: JVMTI tagged object access needs G1 pre-barrier
8d87d838bb4 : 8169201: Montgomery multiply intrinsic should use correct name
760811d9e83 : 8199406: Performance drop with Java JDK 1.8.0_162-b32
bda69cf9c71 : 8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
05ae990fd04 : 8194642: Improve OOM error reporting for JDK8
7f1432d758d : 8198794: Hotspot crash on Cassandra 3.11.1 startup with libnuma 2.0.3
a4c3627ef05 : 8188223: IfNode::range_check_trap_proj() should handler dying subgraph with single if proj
7c7650d8e29 : 8035074: hs_err improvement: Add time zone information in the hs_err file 8026335: hs_err improvement: Print exact compressed oops mode and the heap base value 8026331: hs_err improvement: Print if we have seen any OutOfMemoryErrors or StackOverflowErrors
46c45a78f44 : 8153194: PreserveFPRegistersTest.java runs out of memory in the nightlies
f3ba7165b7b : 8078628: linux-zero does not build without precompiled header
79112a42c64 : 8038636: speculative traps break when classes are redefined
0432c4484d9 : 6730115: Fastdebug VM crashes with "ExceptionMark destructor expects no pending exceptions" error
7106f49355e : 8134157: adlc fails to compile with SS12u4
cb0bb1b994f : 8158012: Use SW prefetch instructions instead of BIS for allocation prefetches on SPARC Core C4
51e28ba3fad : Added tag jdk8u192-b00 for changeset 24b4cf55c742
a6795cc1473 : 8189851: [TESTBUG] runtime/RedefineTests/RedefineInterfaceCall.java fails
4b3bfd28feb : 8194739: Zero port of 8174962: Better interface invocations
d367ca54090 : 8187577: JVM crash during gc doing concurrent marking
afd60257c48 : 8148175: C1: G1 barriers don't preserve FP registers
06e01a4d899 : 8189170: Add option to disable stack overflow checking in primordial thread for use with JNI_CreateJavaJVM
59675a7cfa3 : 8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
fe1f08f220f : 8055008: Clean up code that saves the previous versions of redefined classes 8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid
db4513faa18 : 8138692: libjsig compilation is missing EXTRA_CFLAGS on macosx
fa0e0dce303 : 8173013: JVMTI tagged object access needs G1 pre-barrier
b1ace6d0b32 : 8169201: Montgomery multiply intrinsic should use correct name
4bb80c2a89b : 8199406: Performance drop with Java JDK 1.8.0_162-b32
345449360f7 : 8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
098a7f03a37 : 8194642: Improve OOM error reporting for JDK8
7d1cf1f181b : 8198794: Hotspot crash on Cassandra 3.11.1 startup with libnuma 2.0.3
2038f336a9c : 8188223: IfNode::range_check_trap_proj() should handler dying subgraph with single if proj
d8939ef7736 : 8035074: hs_err improvement: Add time zone information in the hs_err file 8026335: hs_err improvement: Print exact compressed oops mode and the heap base value 8026331: hs_err improvement: Print if we have seen any OutOfMemoryErrors or StackOverflowErrors
a63f858ee07 : 8153194: PreserveFPRegistersTest.java runs out of memory in the nightlies
40e537f6f0d : 8078628: linux-zero does not build without precompiled header
dfb03024081 : 8038636: speculative traps break when classes are redefined
e0ca30c97b5 : 6730115: Fastdebug VM crashes with "ExceptionMark destructor expects no pending exceptions" error
e03b5f15ed6 : 8025051: Update resource files for TimeZone display names
cd325278996 : 8028780: JDK KRB5 module throws OutOfMemoryError when CCache is corrupt
bc9ae407ca2 : 8048080: (smartcardio) javax.smartcardio.Card.openLogicalChannel() dosn't work on MacOSX
ae22c509c79 : 8047145: 8u20 l10n resource file translation update 2
e499d2a2e33 : 8044473: Allow for extended set of platform MXBeans
5aad09bbd65 : 8042094: Test javax/swing/JFileChooser/7036025/bug7036025.java fails with java.lang.NullPointerException on Windows x86
4470e091de2 : 8047186: jdk.net.Sockets throws InvocationTargetException instead of original runtime exceptions
3c34616019c : 8044866: Fix raw and unchecked lint warnings in asm
3cc30e90153 : 8028780: JDK KRB5 module throws OutOfMemoryError when CCache is corrupt
2da8a7e91ae : 8048080: (smartcardio) javax.smartcardio.Card.openLogicalChannel() dosn't work on MacOSX
0673bda3a54 : 8047145: 8u20 l10n resource file translation update 2
93491eded54 : 8044473: Allow for extended set of platform MXBeans
f4e069b9952 : 8042094: Test javax/swing/JFileChooser/7036025/bug7036025.java fails with java.lang.NullPointerException on Windows x86
6b4f9ffb264 : 8047186: jdk.net.Sockets throws InvocationTargetException instead of original runtime exceptions
83b94966c39 : 8044866: Fix raw and unchecked lint warnings in asm
ffc26f81a5d : 8032639: Update copyright year to match last edit in jaxws repository for 2013
c231a587f47 : 8031060: new hotspot build - hs25-b66
f0c61689464 : 8031060: new hotspot build - hs25-b66
149a6bb21d0 : Added tag hs25-b65 for changeset 4f96523a32f4
bab222b3b76 : Added tag hs25-b65 for changeset e11257e6b5f8
72c576e9ffd : 8027388: JVM crashes with SIGSEGV (0xb) at pc=0x00000001077cbbf6
cebc00662f5 : 8027388: JVM crashes with SIGSEGV (0xb) at pc=0x00000001077cbbf6
657b9db1ba9 : 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
e7666f597d1 : 6857566: (bf) DirectByteBuffer garbage creation can outpace reclamation
ae40a61ee51 : 8034203: Change JavaDoc for com.sun.jdi.request.EventRequest.setEnabled(boolean val)
7cef8fd674e : 8032909: XSLT string-length returns incorrect length when string includes complementary chars
d32c8e09e3a : 8023022: Some more typos in javadoc
03b4e5d3ba9 : 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
d453c39c634 : 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
d732d34095d : 8030987: sun_awt_X11_GtkFileDialogPeer.h can be removed
0dca42fbd63 : 8032435: Cleanup of sun.awt.windows package
3abb9323f97 : 8032808: Support Solaris SO_FLOW_SLA socket option
4d3d19591ac : 8030987: sun_awt_X11_GtkFileDialogPeer.h can be removed
de74230a399 : 8032435: Cleanup of sun.awt.windows package
05c5c57477b : 8032808: Support Solaris SO_FLOW_SLA socket option
15eae84511d : 8030987: sun_awt_X11_GtkFileDialogPeer.h can be removed
4d741fe4835 : 8030656: Bad version check for parameter information in src/share/vm/classfile/javaClasses.cpp
db67ad52668 : Added tag jdk8u5-b02 for changeset b8356ab0e712
824160bfc4d : Added tag jdk8u5-b02 for changeset c2543205f2d5
f7022ff98c3 : Added tag jdk8u5-b02 for changeset 435b9d084811
1c36fac5778 : Added tag jdk8u5-b02 for changeset fd5c699a52e3
303be2a7cf0 : Added tag jdk8u5-b02 for changeset edad411e02d4
321a648175f : Added tag jdk8u5-b02 for changeset 1d4177e244e3
db3e6433377 : Added tag jdk8u5-b02 for changeset 7203ab07e4b2
8bc4153e08c : Added tag jdk8u5-b02 for changeset 37ac691e4750
0991bfa7324 : Added tag jdk8u5-b02 for changeset 9ccf8ddda132
394adb51f08 : Added tag jdk8u5-b02 for changeset fa52ab39bbfe
59ed5b59089 : Added tag jdk8u5-b02 for changeset 1c532548d69f
42e533d99eb : Added tag jdk8u5-b02 for changeset 92b570eb33e1
590643adeb5 : Added tag jdk8u5-b02 for changeset 677c274cadbf
9ec86dfd904 : Added tag jdk8u5-b02 for changeset c1f9e4d07fda
cb41a760525 : Added tag jdk8u5-b02 for changeset 079cc1016ab4
2e9f7fb2da8 : Added tag jdk8u5-b02 for changeset 001944cc25d1
a0da47fd665 : 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
e64b2eeaa09 : 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
301d1dcdb79 : 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
4cbb43a7e3b : 8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013
93876b4349f : 8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013
8497c6740a8 : 8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013
48580952603 : 7154841: [macosx] Popups appear behind taskbar
ac9faf42431 : 8023735: [TESTBUG] runtime/XCheckJniJsig/XCheckJSig.java fails on MacOS X
3722bb2766b : 6571600: JNI use results in UnsatisfiedLinkError looking for libmawt.so
4297a8de746 : 8029236: Update copyright year to match last edit in jdk8 jaxp repository for 2013
8164cbcdd15 : 8029236: Update copyright year to match last edit in jdk8 jaxp repository for 2013
9827e7cdada : 8030813: Signed applet fails to load when CRLs are stored in an LDAP directory
2a5f13920e4 : 8029231: Update copyright years for files in corba repository for 2013
aa61fa533d4 : 8029231: Update copyright years for files in corba repository for 2013
1520c9297c3 : 8029231: Update copyright years for files in corba repository for 2013
a0345b624d1 : 8029070: memory leak in jmm_SetVMGlobal
0dafc645b11 : 8029070: memory leak in jmm_SetVMGlobal
cfefbcebf52 : 8029070: memory leak in jmm_SetVMGlobal
dbde42105e2 : 8021774: [TESTBUG] Tests failed because of a warning in its output
9fe18cc6c2d : 8009919: [macosx] NPE in AquaSingleImagePainter.paint()
aa1680aca71 : 8009919: [macosx] NPE in AquaSingleImagePainter.paint()
2273f9252a6 : 8009919: [macosx] NPE in AquaSingleImagePainter.paint()
902a80a7b18 : 8030953: SelectionVisible test should test multiline selection in case of TextArea
c6b9c1ec916 : 8039527: Broken links in ConcurrentMap javadoc
1bfb695d862 : 8036818: DateTimeFormatter withResolverFields() fails to accept null
30c6c8e67f2 : 8032502: java.time add @param tags to readObject
06f5729f419 : 8032749: Typo in java.time.Clock 8032888: Error message typo in TemporalAccessor 8032558: Instant spec includes incorrect assertion wrt valid range 8032494: DateTimeFormatter spec includes irrelevent detail on parsing pattern
63ed6712618 : 8035106: Typo in java.time.format.Parsed error message
74cafa198e0 : 8032491: DateTimeFormatter fixed width adjacent value parsing does not match spec
b212f613b00 : 8036785: ChronoLocalDate refers to generics that have been removed
f6df964963d : 8035099: LocalTime.with(MILLI_OF_DAY/MICRO_OF_DAY) incorrect
122ede0d2a1 : 8039776: Introspector throws NullPointerException for subclasses' mismatched get/setter
6bc21ba12e6 : 8039368: Remove testcase from npt utf.c
1cc851f5313 : 8038113: [macosx] JTree icon is not rendered in high resolution on Retina
b3cc9f9c62c : 8032667: [macosx] Components cannot be rendered in HiDPI to BufferedImage
14a32314d1f : 8010718: [macosx] JFileChooser current filter nullified by addChoosableFileFilter
8d272787079 : 8028726: (prefs) Check src/solaris/native/java/util/FileSystemPreferences.c for JNI pending exceptions
f491d6cad91 : 8035737: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintControl.cpp
0d6e9738930 : 8038306: (tz) Support tzdata2014b
7230e861839 : 8035569: [parfait] JNI expection pending in jdk/src/windows/native/sun/windows/WPrinterJob.cpp
8077b4d063a : 8031095: [Parfait] warning from jdk/src/solaris/native/sun/awt: memory leak
de2c13af8a7 : 8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
68837199f40 : 8037910: JNI warnings in jdk/src/windows/native/sun/java2d/d3d/D3DSurfaceData.cpp
e30e4d0e4a1 : 8035630: [parfait] JNI exception pending in jdk/src/windows/native/sun/font/fontpath.c
ba355a4ad2a : 8035623: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Font.cpp
87633780c33 : 8030953: SelectionVisible test should test multiline selection in case of TextArea
8ed472b4454 : 8039527: Broken links in ConcurrentMap javadoc
94b61b2ea7d : 8036818: DateTimeFormatter withResolverFields() fails to accept null
6f86577517a : 8032502: java.time add @param tags to readObject
b336efe8138 : 8032749: Typo in java.time.Clock 8032888: Error message typo in TemporalAccessor 8032558: Instant spec includes incorrect assertion wrt valid range 8032494: DateTimeFormatter spec includes irrelevent detail on parsing pattern
b84237cb482 : 8035106: Typo in java.time.format.Parsed error message
86ca6973c64 : 8032491: DateTimeFormatter fixed width adjacent value parsing does not match spec
6a8c7f5c5c4 : 8036785: ChronoLocalDate refers to generics that have been removed
d05a6034501 : 8035099: LocalTime.with(MILLI_OF_DAY/MICRO_OF_DAY) incorrect
f948c2169f6 : 8039776: Introspector throws NullPointerException for subclasses' mismatched get/setter
fb5ab07e80a : 8039368: Remove testcase from npt utf.c
9c7770dd84b : 8038113: [macosx] JTree icon is not rendered in high resolution on Retina
885ec479457 : 8032667: [macosx] Components cannot be rendered in HiDPI to BufferedImage
64557a819bb : 8010718: [macosx] JFileChooser current filter nullified by addChoosableFileFilter
b1a1e09191c : 8028726: (prefs) Check src/solaris/native/java/util/FileSystemPreferences.c for JNI pending exceptions
ec0b6270914 : 8035737: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintControl.cpp
6b26b529bcc : 8038306: (tz) Support tzdata2014b
4bc68805a8d : 8035569: [parfait] JNI expection pending in jdk/src/windows/native/sun/windows/WPrinterJob.cpp
e61018d63f8 : 8031095: [Parfait] warning from jdk/src/solaris/native/sun/awt: memory leak
e7589dc46f6 : 8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
a15c70c2da0 : 8037910: JNI warnings in jdk/src/windows/native/sun/java2d/d3d/D3DSurfaceData.cpp
ae09c6b1123 : 8035630: [parfait] JNI exception pending in jdk/src/windows/native/sun/font/fontpath.c
a867373cefa : 8035623: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Font.cpp
7842ee39454 : 8030953: SelectionVisible test should test multiline selection in case of TextArea
84eec944e79 : 8029735: Enhance service mgmt natives
8abceffe54c : 8029735: Enhance service mgmt natives
49cd908a59a : 8029286: Enhance subject delegation
6f0e5856403 : 8029286: Enhance subject delegation
e4bef18896e : 8030118: Document listeners fired outside document lock
f65813af4ed : 8030118: Document listeners fired outside document lock
8d4ba575b61 : 8030626: java.lang.VerifyError: Bad return type when lambda's body is in parentheses
bfc4fbc0e86 : 8001472: api/java_awt/Window/indexTGF_* tests fail because expected colors aren't equal
f42a738d57c : 8030850: Setting .level=FINEST in logging configuration file doesn't work
dac4c6cf8f7 : 8030212: Several api.java.util.stream tests got "NaN" value instead of "Infinity" or "-Infinity"
296d7cd8f78 : 8031133: AbstractMap should specify its default implementation using @implSpec
7951eed52d2 : 8025051: Update resource files for TimeZone display names
c9093042648 : 8030850: Setting .level=FINEST in logging configuration file doesn't work
303b327841e : 8030212: Several api.java.util.stream tests got "NaN" value instead of "Infinity" or "-Infinity"
e2f9afa960f : 8025051: Update resource files for TimeZone display names
c3351c4bdf2 : 8029909: Clarify equals/hashcode behavior for java.time types
d57c339d790 : 8030002: Enhance deserialization using readObject
9618085aa17 : 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars
5656705a9b5 : 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars
5255200b860 : 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars
f19a731eaae : 8030752: new hotspot build - hs25-b65
2ef5246889b : 8030752: new hotspot build - hs25-b65
64ce1ec4707 : Added tag hs25-b64 for changeset c41395b15663
25011bd6dc7 : Added tag hs25-b64 for changeset 5e3ad77e48ca
5889a82f15e : 8030863: PPC64: (part 220): ConstantTableBase for calls between args and jvms
f6a722bf7d1 : 8030863: PPC64: (part 220): ConstantTableBase for calls between args and jvms
9c100796538 : 8030863: PPC64: (part 220): ConstantTableBase for calls between args and jvms
785443ca4a1 : 8007220: [macosx] Setting popupmenu on TrayIcon do not work if done *after* adding TrayIcon
e1532350ada : 8028052: compiler/startup/SmallCodeCacheStartup.java fails there is no 'no space to run compiler' in the output
a59f7910e1b : 8028052: compiler/startup/SmallCodeCacheStartup.java fails there is no 'no space to run compiler' in the output
8b623badeab : 8030783: Provide regression test for 8026478: -XX:+VerifyAdapterSharing is broken
c2c410fc559 : 8030783: Provide regression test for 8026478: -XX:+VerifyAdapterSharing is broken
67e1bea22b2 : 8025010: Enhance AWT contexts
1e45b093303 : Added tag jdk8-b121 for changeset e9ddc208ac1b
6997cb6c1b1 : Added tag jdk8-b121 for changeset 0127c0df76cd
0c6a687f70e : Added tag jdk8-b121 for changeset 0127c0df76cd
c03c8b83e64 : Added tag jdk8-b121 for changeset 4b89cce23b75
df41f8cd073 : Added tag jdk8-b121 for changeset 4b89cce23b75
d774b43991e : Added tag jdk8-b121 for changeset f7d4f10e3999
280f3f24efd : Added tag jdk8-b121 for changeset f7d4f10e3999
bbdd68dd921 : Added tag jdk8-b121 for changeset 2b1cd447f3b6
04aaeddf74b : Added tag jdk8-b121 for changeset 2b1cd447f3b6
bb4f49a4177 : Added tag jdk8-b121 for changeset 2b1cd447f3b6
347db381bde : Added tag jdk8-b121 for changeset 6b9397692808
b2d885c8eb3 : Added tag jdk8-b121 for changeset 6b9397692808
73de0bd49c4 : Added tag jdk8-b121 for changeset 519558478225
ce38320afef : Added tag jdk8-b121 for changeset 519558478225
1d341f0ec89 : Added tag jdk8-b121 for changeset 40be46e0fee0
d6d7aa284f7 : Added tag jdk8-b121 for changeset 40be46e0fee0
491a58cf163 : Added tag jdk8-b121 for changeset a1f52953e1ee
fecbe19ce4c : Added tag jdk8-b121 for changeset a1f52953e1ee
b0f5f93cd02 : 8029240: Default methods not always visible under -source 7
a4bac02fa44 : 8030218: javac, compile time error isn't shown when final static field is not assigned, follow-up
208a1a025eb : 8030633: nsk/jvmti/RedefineClasses/StressRedefine failed invalid method ordering length on Solaris
a1c1ad4932d : 8030633: nsk/jvmti/RedefineClasses/StressRedefine failed invalid method ordering length on Solaris
ca7098c25c7 : 8030633: nsk/jvmti/RedefineClasses/StressRedefine failed invalid method ordering length on Solaris
3c77de74be9 : 8030807: langtools should still build using jdk 7
f9d39b76bc7 : 8022879: TEST_BUG: sun/nio/cs/MalformedSurrogates.java fails intermittently
6d69229d05e : 8030690: TEST_BUG java/nio/Buffer/Chars.java fails intermittently
34b1ba40cc8 : 8031666: TEST_BUG: java/net/ipv6tests/UdpTest.java failed because of SocketTimeoutException
2e7b66c3e8b : 8217263: Automate DashOffset test
4b866d7e4cc : 8156035: Remove intermittent key from sun/security/rsa/SpecTest.java
89332540b9c : 8137231: sun/security/rsa/SpecTest.java timeout with Agent error: java.lang.Exception
049f0e78f78 : 8151225: Mark SpecTest.java as intermittently failing
377d6400bef : 8157287: java/nio/file/FileStore/Basic.java failed with "java.nio.file.AccessDeniedException : /zones/zoneone/root "
22fd447f0d0 : 8073078: java/nio/file/FileStore/Basic.java sensitive to NFS configuration
fd8b45d59b5 : 8214112: The whole text in target JPasswordField image are not selected
fe07b2022cd : 8214111: There is no icon in all JOptionPane target image
da731a759e2 : 8214109: XToolkit is not correctly displayed color on 16-bit high color setting
aa7edb30c5e : 8214252: Expanded & Collapsed nodes of a JTree look the same on GTK3
8dccb71d406 : 8214253: Tooltip is transparent rather than having a black background
15ac9d1c71a : 8218469: JSlider display issue with slider for GTKLookAndFeel 8218470: JScrollBar display issue with GTKLookAndFeel 8218472: JProgressBar display issue with GTKLookAndFeel 8203627: Swing applications with JRadioButton and JCheckbox fail to render correctly when using GTK3 and the GTK L&F
33e6f1093ab : 8218473: JOptionPane display issue with GTKLookAndFeel
9c9fd116210 : 8048782: OpenJDK: PiscesCache : xmax/ymax rounding up can cause RasterFormatException
d4bce9fe0c5 : 8218479: JTextPane display issue with GTKLookAndFeel
641b793dfa3 : Added tag jdk8u222-b00 for changeset bd5d166d0d9d
dfeeece34e5 : 8029698: Update Poller demo
23e712af800 : 8030726: tools/javac/NoStringToLower.java fails due to enforcement no use of String.toLowerCase on non-langtools classes
fbb2e935dfa : 8030726: tools/javac/NoStringToLower.java fails due to enforcement no use of String.toLowerCase on non-langtools classes
4d793c02be4 : 8030726: tools/javac/NoStringToLower.java fails due to enforcement no use of String.toLowerCase on non-langtools classes
fe109e82994 : 8030809: Anonymous functions should not be shown with internal names in script stack trace
1d7b5f65222 : 8030809: Anonymous functions should not be shown with internal names in script stack trace
1b8c1520903 : 8030809: Anonymous functions should not be shown with internal names in script stack trace
d914e2bc349 : 8030793: Update jprt.properties to release jdk9
6c4290807ec : 8025277: Add -XX: flag to print code cache sweeper statistics
8cf4dd16b67 : 8025277: Add -XX: flag to print code cache sweeper statistics
0f254286193 : 8026716: (aio) Enhance asynchronous channel handling
a5ea3036e83 : 7159566: The choice positioned in the top of applet when clicking the choice
2fe345235d0 : 8024185: [macosx] Fullscreen button freezes application when started with -splash
81e66689069 : 7102702: java/net/PortUnreachableException/OneExceptionOnly.java failing
b5b0347ba16 : 7052625: com/sun/net/httpserver/bugs/6725892/Test.java fails intermittently
e6d72b09fd9 : 6772009: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java test failed with 'Completed != 2'
cb10c9f6574 : 8171909: [PIT] on Windows, failure of java/awt/Dialog/DialogAboveFrame/DialogAboveFrameTest.java
286d8300aba : 8159058: SAXParseException when sending soap message
1d2b049c244 : 8075484: SocketInputStream.socketRead0 can hang even with soTimeout set
8f1cc25cf87 : 8169465: Deadlock in com.sun.jndi.ldap.pool.Connections
8ad456eda64 : 8172053: (ppc64) Downport of 8170153 breaks build on linux/ppc64 (big endian)
81c300a81ce : 7102702: java/net/PortUnreachableException/OneExceptionOnly.java failing
60d6426d6b2 : 7052625: com/sun/net/httpserver/bugs/6725892/Test.java fails intermittently
2dfbd5387f2 : 6772009: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java test failed with 'Completed != 2'
ab22be9bcfc : 8171909: [PIT] on Windows, failure of java/awt/Dialog/DialogAboveFrame/DialogAboveFrameTest.java
6c86be8f17c : 8159058: SAXParseException when sending soap message
42fe525a02d : 8075484: SocketInputStream.socketRead0 can hang even with soTimeout set
166fe0fb1f0 : 8169465: Deadlock in com.sun.jndi.ldap.pool.Connections
b6ccf10ea82 : 8172053: (ppc64) Downport of 8170153 breaks build on linux/ppc64 (big endian)
3e91b8de355 : 8026155: Enhance ForkJoin pool
bd57b192500 : 8026478: -XX:+VerifyAdapterSharing is broken
df0febe6fe6 : 8026478: -XX:+VerifyAdapterSharing is broken
8ee3492363b : 8016549: jdk7 javadocs are hard to read
1f37cc51f1b : 8016549: jdk7 javadocs are hard to read
225addb8738 : 8016549: jdk7 javadocs are hard to read
48ff6566cce : 7093640: Enable client-side TLS 1.2 by default
6b6b488756f : 8030244: Update langtools to use Diamond
6255412f387 : 8029721: javac crash for annotated parameter type of lambda in a field
7f46fe764f3 : 8029569: internal javac cast exception when resolving varargs ambiguity
ed5c7448033 : 6969276: minor memory leak detected by cppcheck in agent/src/os/linux/symtab.c
def6ad24233 : 8029388: java.exe consumes argument intended for launched java class
feb623a4c75 : 8029513: SwingApplet demo files still found in JDK 8 on Solaris
99ad5db7cf3 : 8032377: test/java/lang/management/ThreadMXBean/ThreadBlockedCount.java still fails intermittently
b98b4c34212 : 8031559: javax/management/monitor/StartStopTest.java fails intermittently
af8fb19c694 : 8022221: Intermittent test failures in sun/management/jmxremote/startstop/JMXStartStopTest.sh
67e67794500 : 8030847: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails intermittently again
3fa33c597a6 : 8031420: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails on some platforms: Unable to locate 'libjvm.so'
b397652fbdf : 8029388: java.exe consumes argument intended for launched java class
be3ecedd172 : 8029513: SwingApplet demo files still found in JDK 8 on Solaris
ef6d681778e : 8032377: test/java/lang/management/ThreadMXBean/ThreadBlockedCount.java still fails intermittently
8d5fa75a259 : 8031559: javax/management/monitor/StartStopTest.java fails intermittently
8e5ed5aeb73 : 8022221: Intermittent test failures in sun/management/jmxremote/startstop/JMXStartStopTest.sh
9c1d9b97212 : 8030847: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails intermittently again
31e1c9ee5a2 : 8031420: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails on some platforms: Unable to locate 'libjvm.so'
c3fa33aca7d : 8029854: Enhance JPEG decodings
c684cce0427 : 8028408: unused-value warning on forte.cpp when build on Mac
9b1fc9ec47a : 8029045: Regression - Unsatisfied Link Error when the Java Access Bridge is started
263fdcbf7a2 : 8029263: user's default browser can not launch after we click the button, and there is an IOException shown in the log text (java.io.IOException)
18979e08347 : 8029263: user's default browser can not launch after we click the button, and there is an IOException shown in the log text (java.io.IOException)
bbcac040a59 : 8029923: Many Swing tests and SwingSet2 are failing under Solaris using GTK LaF - "Unable to load native GTK libraries"
1c221ba9cd4 : 8029809: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails intermittently with "Operation not permitted"
bebe85c15e8 : 8029809: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails intermittently with "Operation not permitted"
9d470898ee8 : 8029890: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails: Blocked thread has 4 blocked counts. Expected 3
417853c0511 : 8031525: Logger created in test/tools/jar/UpdateManifest.java might get gc'ed too early
c70500d7aae : 8031068: java/util/logging/ParentLoggersTest.java: checkLoggers: getLoggerNames() returned unexpected loggers
eee630b55d3 : 8031980: Add new j.u.l deadlock test for JDK-8027670 and JDK-8029281
9ac6ede2db3 : 8028616: Htmleditorkit parser doesn't handle leading slash (/)
43a06141631 : 8030698: Several GUI labels in jconsole need correction
36ef984c259 : 8030187: TEST_BUG: java/util/logging/Logger/setResourceBundle/TestSetResourceBundle.java failing again
0e57330cdc0 : 8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed with NPE
eaf1d5332ac : 8029890: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails: Blocked thread has 4 blocked counts. Expected 3
996acd59e5c : 8031525: Logger created in test/tools/jar/UpdateManifest.java might get gc'ed too early
92ac219ec60 : 8031068: java/util/logging/ParentLoggersTest.java: checkLoggers: getLoggerNames() returned unexpected loggers
6ac36cd019b : 8031980: Add new j.u.l deadlock test for JDK-8027670 and JDK-8029281
003e071bd78 : 8028616: Htmleditorkit parser doesn't handle leading slash (/)
31036ef4657 : 8030698: Several GUI labels in jconsole need correction
e5753382618 : 8030187: TEST_BUG: java/util/logging/Logger/setResourceBundle/TestSetResourceBundle.java failing again
8e42ba2973f : 8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed with NPE
fc41d52e0ae : 8029726: On OS X some dtrace probe names are mismatched with Solaris 8029727: On OS X dtrace probes Call<type>MethodA/Call<type>MethodV are not fired 8029728: On OS X dtrace probes SetStaticBooleanField are not fired
7dd2202a2f3 : 8029726: On OS X some dtrace probe names are mismatched with Solaris 8029727: On OS X dtrace probes Call<type>MethodA/Call<type>MethodV are not fired 8029728: On OS X dtrace probes SetStaticBooleanField are not fired
b91fa108bfc : 8029726: On OS X some dtrace probe names are mismatched with Solaris 8029727: On OS X dtrace probes Call<type>MethodA/Call<type>MethodV are not fired 8029728: On OS X dtrace probes SetStaticBooleanField are not fired
4e749b274a9 : 8026741: jdk8 l10n resource file translation update 5
7d04b22371f : 8026741: jdk8 l10n resource file translation update 5
0c841688b73 : 8026741: jdk8 l10n resource file translation update 5
4f4f39c7a0e : 8026741: jdk8 l10n resource file translation update 5
83ba7f9076d : 8026741: jdk8 l10n resource file translation update 5
45bbfbc7ca2 : 8034769: Move logutil in corba to make/tools
77172c13b23 : 8026741: jdk8 l10n resource file translation update 5
a1a43150b13 : 8026741: jdk8 l10n resource file translation update 5
2e41889290e : 8029788: Certificate validation - java.lang.ClassCastException
493d8ead2c3 : 7090826: Newly added codes need to be localized into pt_BR in LocaleNames
d6ef62d2fd2 : 8030080: Correct misstatement in JSR 269 MR (in javax.lang.model)
45475217991 : 8030080: Correct misstatement in JSR 269 MR (in javax.lang.model)
8bea7b1bd8a : 8029795: LinkedHashMap.getOrDefault() doesn't update access order
b031d0e4eac : 8029979: Allow multiple calls to DropTargetDropEvent.acceptDrop()
07dd9032f62 : 8029760: Enhance AWT image libraries
d9706a03a28 : 8029797: Let jprt run configure when building
f67718a9d7f : 8029800: Flags.java uses String.toLowerCase without specifying Locale
5c11c6515be : 8041713: Type inference of non-existent method references crashes the compiler
1a258d703fe : 8044487: Fix for 8042785 causes regression tests to fail with java.lang.VerifyError
4126a928973 : 8031967: For some sources compiler compiles for ever
4fdf5fb0f89 : 8042785: javac, bridge methods are not getting the flags from the original method
1eeb47c67cf : 8042741: Java 8 compiler throws NullPointerException depending location in source file
39412a61560 : 8037934: Javac generates invalid signatures for local types
7c2e512261c : 8037937: javac: AssertionError during LVT generation, wrong variable ranges
5f370be4d94 : 8029800: Flags.java uses String.toLowerCase without specifying Locale
e6bfe6bab3c : 8041713: Type inference of non-existent method references crashes the compiler
997b417a503 : 8044487: Fix for 8042785 causes regression tests to fail with java.lang.VerifyError
efa41ea06b8 : 8031967: For some sources compiler compiles for ever
9250a22385a : 8042785: javac, bridge methods are not getting the flags from the original method
cf85392f31e : 8042741: Java 8 compiler throws NullPointerException depending location in source file
a9196618b56 : 8037934: Javac generates invalid signatures for local types
95700d39fd7 : 8037937: javac: AssertionError during LVT generation, wrong variable ranges
30fc9d68b2c : 8026869: [macosx] Support apple.awt.use-file-dialog-packages property
6275721dfa2 : 8029091: Bug in calculation of code cache sweeping interval
5c021c2f93d : 8031552: Update the Hotspot version numbers in Hotspot for JDK 8U
74e2b5deeee : Added tag hs25.20-b00 for changeset dc3ab6599737
e4a9e5cc9b7 : 8029091: Bug in calculation of code cache sweeping interval
a83229fb37b : 8031552: Update the Hotspot version numbers in Hotspot for JDK 8U
751b2e00d8f : Added tag hs25.20-b00 for changeset 31e3e5460392
815543bb829 : 8023148: [macosx] java.util.NoSuchElementException at java.util.LinkedList.getFirst
2a1b5da62aa : Added tag jdk8u5-b01 for changeset d0035b178fa8
6bf512ea758 : Added tag jdk8u5-b01 for changeset 915ec67e4f4d
62d9391483a : Added tag jdk8u5-b01 for changeset 71400c412898
81688c10492 : Added tag jdk8u5-b01 for changeset 3eee9939246f
16fd46e2387 : Added tag jdk8u5-b01 for changeset aaccc82267e3
341b8ec918e : Added tag jdk8u5-b01 for changeset 6984e03399e8
7e78e84169b : Added tag jdk8u5-b01 for changeset 8df9f555cee3
8d034679c1c : Added tag jdk8u5-b01 for changeset e7717c4b8179
40609bdf253 : Added tag jdk8u5-b01 for changeset 14fa55703700
64d452dd960 : 8030359: Increment minor version of HSx for 8u5 and initialize the build number
5dc1b1f0b41 : 8026300: VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
9da7499e876 : 8038498: Fix includes and C inlining after 8035330
a27cfca5074 : 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
d3f5120b619 : 8036767: PPC64: Support for little endian execution model
df1c436a48b : 8038633: crash in VM_Version::get_processor_features() on startup
75a075f32eb : 8016039: jvm.lib is missing from export list unless building server
e00446818f4 : 7090324: gclog rotation via external tool
4de860bf20a : 8038639: new hotspot build - hs25.20-b09
30c313143f4 : 8026300: VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
306409ffba3 : 8038498: Fix includes and C inlining after 8035330
d0abefad3db : 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
859de94b4cb : 8036767: PPC64: Support for little endian execution model
c8610a33f53 : 8038633: crash in VM_Version::get_processor_features() on startup
598422b8e57 : 8016039: jvm.lib is missing from export list unless building server
93b07ff939f : 7090324: gclog rotation via external tool
510973f49c0 : 8038639: new hotspot build - hs25.20-b09
8e42e2f5554 : 8030182: scopeCall with -1 as line number
f9be269c7d8 : 8030182: scopeCall with -1 as line number
1bef37e215f : 8030182: scopeCall with -1 as line number
da869e9046c : 8027775: Enhance ICU code
5d49c8af390 : 8029565: java.awt.dnd.InvalidDnDOperationException: data translation failed on file drop
4856bd53aa4 : 8027804: JCK resolveMethod test fails expecting AbstractMethodError
48f5a20e858 : 8027804: JCK resolveMethod test fails expecting AbstractMethodError
0ccaa4b44c3 : 8027804: JCK resolveMethod test fails expecting AbstractMethodError
53293af78c4 : 8030169: Need regression test for bug JDK-8010731
af4a5a5c83b : 8029908: jdk 8u5 mac build produces incorrect version string 1.8.0_5
fd42fb44467 : 8027440: DefNew does not log heap change information when a promotion failure occurs
7aebe12b491 : 8028430: JDI: ReferenceType.visibleMethods() return wrong visible methods
2cabd03b2e8 : 8059177: jdk8u40 l10n resource file translation update 1
ba30f9f612c : 8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist
8dfa655fc25 : 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
cda26b7601a : 8058661: Compiled LambdaForms should inherit from Object to improve class loading performance
3b9bdaa1c63 : 8057936: java.net.URLClassLoader.findClass uses exceptions in control flow
7cb19b4cbd3 : 8058657: Add @jdk.Exported to com.sun.jarsigner APIs
db4cfe1ef05 : 8059462: Typo in keytool resource file
ae000f1216f : 8058739: The test case failed as "ERROR in native method: ReleasePrimitiveArrayCritical: failed bounds check"
8e8afb0106c : 8051857: OperationTimedOut exception inside from XToolkit.syncNativeQueue call
bcfed276b50 : 8048194: GSSContext.acceptSecContext fails when a supported mech is not initiator preferred
922e6c67855 : 7033533: realSync() doesn't work with Xfce
71d013a9486 : 8056914: Right Click Menu for Paste not showing after upgrading to java 7
f8b0cef7a30 : 8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists
78100dde755 : 8056026: Debug security logging should print Provider used for each crypto operation
f16070d7b0b : 8056248: Improve ForkJoin thread throttling
645d6ad0845 : 8058473: "Comparison method violates its general contract" when using Clipboard
cfa4cde1cae : 8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
eb2a2d0260a : 8028430: JDI: ReferenceType.visibleMethods() return wrong visible methods
48b7c5f24fa : 8059177: jdk8u40 l10n resource file translation update 1
2699a9766cb : 8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist
dab5a8789fa : 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
5aa8a7b7477 : 8058661: Compiled LambdaForms should inherit from Object to improve class loading performance
c279fe564d8 : 8057936: java.net.URLClassLoader.findClass uses exceptions in control flow
e07f394af83 : 8058657: Add @jdk.Exported to com.sun.jarsigner APIs
3443382c6e2 : 8059462: Typo in keytool resource file
7c70752e9b8 : 8058739: The test case failed as "ERROR in native method: ReleasePrimitiveArrayCritical: failed bounds check"
5434a22fd78 : 8051857: OperationTimedOut exception inside from XToolkit.syncNativeQueue call
ad90260bdbe : 8048194: GSSContext.acceptSecContext fails when a supported mech is not initiator preferred
fcbdfcd2d68 : 7033533: realSync() doesn't work with Xfce
ba45bbdb897 : 8056914: Right Click Menu for Paste not showing after upgrading to java 7
3d1d1130383 : 8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists
37bc4a9eb50 : 8056026: Debug security logging should print Provider used for each crypto operation
93956b7a09b : 8056248: Improve ForkJoin thread throttling
f8029c9f446 : 8058473: "Comparison method violates its general contract" when using Clipboard
1a9c3fe6229 : 8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
1e351c30b37 : 8030036: Updates to ProblemList.txt after same-binaries run
f33b9344c38 : 8031566: regression test failure, SSLEngineBadBufferArrayAccess.java
e1c8595bb9e : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
47b7cc035f7 : 8029979: Allow multiple calls to DropTargetDropEvent.acceptDrop()
8189cc55a22 : 6571600: JNI use results in UnsatisfiedLinkError looking for libmawt.so
5fdb723ca1a : 8030036: Updates to ProblemList.txt after same-binaries run
ca89d4fcc24 : 8031566: regression test failure, SSLEngineBadBufferArrayAccess.java
d9f5bdc2430 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
e95062c4366 : 8029979: Allow multiple calls to DropTargetDropEvent.acceptDrop()
d47e82cec63 : 6571600: JNI use results in UnsatisfiedLinkError looking for libmawt.so
f72107ae20e : 8028737: Remove JVM_AccessVMIntFlag / JVM_AccessVMBooleanFlag / JVM_VMBreakPoint
3a3cc4bad36 : 8026300: VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
ea73be64ac2 : 8029798: Build warnings in windows/makefiles/sa.make
810bc0c5586 : 8029524: Remove unsused method CollectedHeap::unsafe_max_alloc()
757315de502 : 8025152: Enhance activation set up 8028388: 9 jaxws tests failed in nightly build with java.lang.ClassCastException
43ea1b56bd4 : 8025152: Enhance activation set up 8028388: 9 jaxws tests failed in nightly build with java.lang.ClassCastException
c0a6559fd4a : 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
ee63a0cee51 : 8029844: Enhance argument validation
76465641fa3 : 8027709: JDK8 docs on -XX:CompileOnly option are incorrect
238dc51bb4e : 8030016: HashMap.computeIfAbsent generates spurious access event
e34d45065f7 : 8029055: Map.merge implementations should refuse null value param
9a560f8d45c : 8030062: new hotspot build - hs25-b64
0cefc3286f0 : 8030062: new hotspot build - hs25-b64
c57c09225aa : Added tag hs25-b63 for changeset e3189f28191b
bf9bfd8aa42 : 8030068: Update .jcheck/conf files for JDK 9
98948bb8af4 : 8030068: Update .jcheck/conf files for JDK 9
e341c735eda : 8030068: Update .jcheck/conf files for JDK 9
4da2eec3542 : 8030068: Update .jcheck/conf files for JDK 9
fb95cb3939a : 8030068: Update .jcheck/conf files for JDK 9
f1627a3d887 : 8030068: Update .jcheck/conf files for JDK 9
819cd092c38 : 8030068: Update .jcheck/conf files for JDK 9
679f831609a : 8029721: javac crash for annotated parameter type of lambda in a field
3c7555a15d5 : 8029721: javac crash for annotated parameter type of lambda in a field
4e8c434678d : 8029923: Many Swing tests and SwingSet2 are failing under Solaris using GTK LaF - "Unable to load native GTK libraries"
bbb97e5b391 : 8029383: assert(counter_changed) failed: failed dependencies, but counter didn't change
f6d9a9ced75 : 8029383: assert(counter_changed) failed: failed dependencies, but counter didn't change
6a8991bb683 : 8029628: Many graphic artifacts
681032b6235 : 8027844: Remove the JDK 1.1 compatibility part in jarsigner doc
4243b926b71 : Added tag jdk9-b00 for changeset a1f52953e1ee
2f114ce8e22 : Added tag jdk9-b00 for changeset 0127c0df76cd
d782fd4585a : Added tag jdk9-b00 for changeset 4b89cce23b75
997d7e25e52 : Added tag jdk9-b00 for changeset 54d61bc20e2a
fe51dd253ae : Added tag jdk9-b00 for changeset 2b1cd447f3b6
e4037a39714 : Added tag jdk9-b00 for changeset 9088fb4951d4
663f21810be : Added tag jdk9-b00 for changeset 40be46e0fee0
7524589a396 : 8026941: [TESTBUG] java.lang.ClassNotFoundException: java.lang.invoke.InvokeGeneric
da079783f84 : 8029351: assert(bt != T_OBJECT) failed: Guard is incorrect in VM:defmeth
55ff73a553a : 8026941: [TESTBUG] java.lang.ClassNotFoundException: java.lang.invoke.InvokeGeneric
0e4db5a3a67 : 8029351: assert(bt != T_OBJECT) failed: Guard is incorrect in VM:defmeth
29d4a839a49 : 8029895: XMLOutputFactory.newFactory(String, ClassLoader) - incorrect specification
77d28fe7799 : 8027359: XML parser returns incorrect parsing results
8718111aac5 : 8029236: Update copyright year to match last edit in jdk8 jaxp repository for 2013
57ea1462127 : 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars
948927d98e5 : 8030068: Update .jcheck/conf files for JDK 9
54a3d13a2f9 : Added tag jdk9-b00 for changeset 6b9397692808
a1f10b3f0bf : 8029895: XMLOutputFactory.newFactory(String, ClassLoader) - incorrect specification
2ed79a91c87 : 8029668: Kithcensink crashed with guarantee(Assembler::is_simm13(disp)) failed: Do not match large constant offsets
99d963b5eeb : 8029668: Kithcensink crashed with guarantee(Assembler::is_simm13(disp)) failed: Do not match large constant offsets
662abf10391 : 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
264379da380 : Added tag jdk8-b120 for changeset cc3dfd67ab68
72a06eef780 : Added tag jdk8-b120 for changeset 364ebc8a25e1
32f209883dd : Added tag jdk8-b120 for changeset 358a358062d5
48f99545709 : Added tag jdk8-b120 for changeset 9c26010427f3
32a1c332c23 : Added tag jdk8-b120 for changeset a1eb659bc2df
004db861a51 : Added tag jdk8-b120 for changeset c11c4dbfeef6
fe882ee12e6 : Added tag jdk8-b120 for changeset 1d69b0d20e2c
b7c28c73727 : Added tag jdk8-b120 for changeset 3e952d81f575
be792155960 : Added tag jdk8-b120 for changeset 7e7001d203cb
14f40bab1b2 : 8001472: api/java_awt/Window/indexTGF_* tests fail because expected colors aren't equal
2119e203d43 : 8026115: [zh_CN] inproper translation in output of jarsigner command
9318b9239b6 : 8026741: jdk8 l10n resource file translation update 5
afaa69f874e : 8034853: remove sun.misc.ClassLoaderUtil
0fbc4f88750 : 4515292: ReferenceType.isStatic() returns true for arrays
40041ce438e : 6545422: [TESTBUG] NativeErrors.java uses wrong path name in exec
6da9c36ee04 : 8035067: Move jdk/src/share/classes/java/util/CurrencyData.properties to jdk/make/data
7699817903c : 8025708: Certificate Path Building problem with AKI serial number
2b1f66ac955 : 8031661: java/net/Authenticator/B4769350.java failed intermittently
431e7d6c390 : 8034177: sun/management/jmxremote/startstop/JMXStartStopTest.java should report port in use
878d40f04e9 : 4682009: Typo in javadocs in javax/naming
ee719c94cd9 : 8034943: Eliminate Kerberos dependency on com.sun.security.auth to avoid circular dependency
063b3a74537 : 8034801: AIX: (ch) Fix synchronization issue in AixPollPort.java
39d3c424cb8 : 8030844: sun/rmi/rmic/classpath/RMICClassPathTest.java timeout in same binaries run
3b32d0da29d : 8034896: Correct Clob.free javadoc typo
935bd9f9791 : 8034000: lack of /othervm option can cause some RMI tests to fail
c4edb555927 : 8031025: SQE test CertPath/CertPathBuilderTest/* failed with java.lang.IndexOutOfBoundsException
708c2d8f03d : 8034193: Move X11 wrapper generator files to make/src and make/data
ff24be63a7f : 8034179: Clean up nio genConstants
dca4d10631a : 8028711: TEST_BUG: Shell tests should pass through VM options
4e71a94e914 : 8034856: gcc warnings compiling src/solaris/native/sun/security/pkcs11 8034857: gcc warnings compiling src/solaris/native/sun/management
cd941767e31 : 8034191: Move relevant parts of build system to new closed repo
75ce4d393ce : 8026115: [zh_CN] inproper translation in output of jarsigner command
1b137176a4e : 8029696: Broken doc links to package-summary.html#NonInterference in java.util.stream
b616972fab1 : 8029696: Broken doc links to package-summary.html#NonInterference in java.util.stream
ae961f25d4c : 8029944: Primitive Stream reduce method documentation pseudo code misidentifies apply method
2d2b14d980e : 7052625: com/sun/net/httpserver/bugs/6725892/Test.java fails intermittently
103674cdf89 : 8022852: Fix serial javac warnings in ArrayPrefixHelpers
49554fcceb8 : 8028770: LIBARCHNAME should not be used in CompileLauncher.gmk
201a5c86b74 : 8035105: DNS provider cleanups
384493200fc : 8034087: XML parser may overwrite element content if that content falls onto the border of an entity scanner buffer
05263ad736a : 8032050: Clean up for java/rmi/activation/Activatable/shutdownGracefully/ShutdownGracefully.java
d13d9673f24 : 8029944: Primitive Stream reduce method documentation pseudo code misidentifies apply method
2b6adb0b447 : 8029551: Add value-type notice to java.time classes
d8cb69a4692 : 8007967: Infinite loop can happen in sun.security.provider.certpath.SunCertPathBuilder.depthFirstSearchForward()
2da6ed45d3f : 8031201: Fix casting lint issues in java.net
208ab445941 : 8029354: URLPermission.<init> throws llegalArgumentException: Invalid characters in hostname
dddabe454d5 : 8027359: XML parser returns incorrect parsing results
14bf5056648 : 8030284: intermittent StackOverflow in RMI bench/serial test
0ea41f88dc7 : 8029561: Optimization in Integer to string conversion
398131c8a7a : 8030212: Several api.java.util.stream tests got "NaN" value instead of "Infinity" or "-Infinity"
456defc4688 : 8031148: Fix doclint issues in javax.xml.crypto.dsig
e21c1ec29ba : 8031113: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
b64d8e7b035 : 8029018: (bf) Check src/share/native/java/nio/Bits.c for JNI pending exceptions
994d1ed325c : 8027903: java/net/MulticastSocket/SetGetNetworkInterfaceTest.java throws java.net.SocketException: Cannot assign requested address
2d0da895cde : 8030698: Several GUI labels in jconsole need correction
74e666c00e1 : 8028780: JDK KRB5 module throws OutOfMemoryError when CCache is corrupt
3b4a745b26c : 8025415: Test SSLSocketImplThrowsWrongExceptions.java timed out
646f941ed1f : 8007256: RMI testlibrary cleanup: remove JavaVMCallbackHandler
8e04ecdca92 : 8030813: Signed applet fails to load when CRLs are stored in an LDAP directory
9e4aa28467c : 8029997: [infra] remove Solaris ISA directories and the links
0fd79b26f03 : 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars
39db63b1dfd : 8030850: Setting .level=FINEST in logging configuration file doesn't work
82d13caac2a : 7168267: Cleanup of rmi regression tests
b11efe2e62d : 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
734668feec3 : 8030785: Missing "since 1.8" javadoc for java.lang.reflect.Method:getParameterCount
37477abfad0 : 8029909: Clarify equals/hashcode behavior for java.time types
10db5543da8 : 8030002: Enhance deserialization using readObject
db2551b8715 : 8023471: Add compatibility note to AnnotatedElement
2be7f4fdda5 : 8030187: TEST_BUG: java/util/logging/Logger/setResourceBundle/TestSetResourceBundle.java failing again
f35ec148f5d : 8030851: Update code in java.util to use newer language features
3cb52c1acc3 : 8030690: TEST_BUG java/nio/Buffer/Chars.java fails intermittently
a46e0545ead : 8030842: Intermittent test failure SSLSocketTimeoutNulls.java
167190a3d01 : 8029346: LowMemoryTestConcMarkSweepGC.sh fails intermittently with timeout
aa384aeaafd : 8022879: TEST_BUG: sun/nio/cs/MalformedSurrogates.java fails intermittently
c090f3f331a : 8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed with NPE
dc6438cfd6a : 7102702: java/net/PortUnreachableException/OneExceptionOnly.java failing
ffe3f52e17c : 7093640: Enable client-side TLS 1.2 by default
5735b16807a : 8029513: SwingApplet demo files still found in JDK 8 on Solaris
cd8db125be3 : 8029388: java.exe consumes argument intended for launched java class
610b6254a34 : 8024033: [launcher] remove solaris dual mode support
32c0d130c74 : 7018010: References to ProxySelector is without link
d675ed697b8 : 8029788: Certificate validation - java.lang.ClassCastException
b7f68c381a5 : 8029809: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails intermittently with "Operation not permitted"
f574d5ef408 : 8029890: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails: Blocked thread has 4 blocked counts. Expected 3
0cf258eec27 : 8029886: Change SecurityManager check{TopLevelWindow, SystemClipboardAccessAwtEventQueueAccess} to check AllPermission
80a35913812 : 8030084: Fix lint warnings in sun.security.tools.policytool
3639b2e546b : 8029795: LinkedHashMap.getOrDefault() doesn't update access order
3b18e4d07ca : 8030035: Create a stable test group in TEST.groups
d2642b91359 : 6605915: jinfo -flag <flag name> functionality doesn't work with core files
5b90fb7e5e9 : 8029055: Map.merge implementations should refuse null value param
1e845ac91f4 : 8030016: HashMap.computeIfAbsent generates spurious access event
aee59cb1010 : 6706208: (cs) CharsetProvider permission check cleanup
76a5534d5bf : 8029904: Remove com.sun.security.auth.callback.DialogCallbackHandler
4799040e87a : 8030204: com/sun/jdi/JdbExprTest.sh: Required output "Can\\'t convert 2147483648 to int" not found
6c4e462b479 : 4660158: TTY: NumberFormatException while trying to set values by 'set' command
bf00fe4292f : 8028430: JDI: ReferenceType.visibleMethods() return wrong visible methods
3278b33e1aa : 8030036: Updates to ProblemList.txt after same-binaries run
7c188443727 : 8028562: Test SSLSocketSSLEngineTemplate.java intermittent failed with "Data length error"
00b823a27ae : 8029805: Remove LogManager addPropertyChangeListener and removePropertyChangeListener methods 8029806: Remove Packer/Unpacker addPropertyChangeLister and removePropertyListener methods
4d74f5cae5e : 8025437: Check DefaultProxySelector for JNI pending exception issues
f9b9d835821 : 8022219: Intermittent test failures in java/util/zip/ZipFile
91cc7f3c28e : 8027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittently
997e4bbc8b8 : 4891331: BigInteger a.multiply(a) should use squaring code
73f4f12f6a2 : 8030082: Fix raw types lint warnings, etc. in various sun.security libraries
e38fccc8fba : 8029551: Add value-type notice to java.time classes
a02a8fba3ef : 8029558: java.lang.VerifyError: Bad return type when lambda's body is in parentheses
f85973f0225 : 8029566: PPC: OrderAccess::load_acquire(julong) is broken
b38f891924c : 8029566: PPC: OrderAccess::load_acquire(julong) is broken
d98ced87907 : 8029045: Regression - Unsatisfied Link Error when the Java Access Bridge is started
c502f1025ed : 8029780: "ant externals" broke our test harness with the latest version of the octane benchmarks
116f2c3752f : 8029780: "ant externals" broke our test harness with the latest version of the octane benchmarks
2131424a64a : 8029957: PPC64 (part 213): cppInterpreter: memory ordering for object initialization
fce37d5086e : 8029616: Update jdeps man page to include a new -jdkinternals option
7d565186713 : 8029940: PPC64 (part 122): C2 compiler port
09a211e81fb : 8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object
dd9f5d4ac2d : 8029153: [TESTBUG] test/compiler/7141637/SpreadNullArg.java fails because it expects NullPointerException
6780ffeaa6c : 8029153: [TESTBUG] test/compiler/7141637/SpreadNullArg.java fails because it expects NullPointerException
b88c6c014e5 : 8028122: [TESTBUG] compiler/regalloc/C1ObjectSpillInLogicOp.java
5e69eb1595b : 8028122: [TESTBUG] compiler/regalloc/C1ObjectSpillInLogicOp.java
40ba2bba2cc : 8026849: Fix typos in the GC code, part 2
5d460f1f3d9 : 8033923: Use BufferingOopClosure for G1 code root scanning
a26a6715b00 : 8033764: Remove the usage of StarTask from BufferingOopClosure
980e57c6c42 : 8033922: G1: Back out 8033601 and go back to use the to-obj for chunked arrays
b109e793aaa : 8033545: Missing volatile specifier in Bitmap::par_put_range_within_word
0a63fe1c101 : 8031703: Missing post-barrier in ReferenceProcessor
a81e7a52fc9 : 8033443: Test8000311 fails after latest changes to parallelize string and symbol table unlink
170566f471a : 8033601: G1: Make array chunking use the same length field as the other young GCs
814dad45e07 : 8028254: gc/arguments/TestMinInitialErgonomics.java failed with unexpected initial heap size
c50ff2e023b : 8024366: Make UseNUMA enable UseNUMAInterleaving
58f7d4c7e56 : 8033106: Wrong predicate for checking whether the correct amount of symbol table entries have been processed in G1
90c553c06f5 : 6991197: G1: specialize deal_with_reference() for narrowOop*
0bc1701ea01 : 8032771: The flag VerifySilently misses a test case
c50c083f836 : 8029888: PPC64: (part 219): adl replacement variable CondRegister
3ebc1113c2f : 8004562: Better support for crossdomain.xml
46fb2ba78b7 : 8025974: l10n for policytool
081a51d2ce7 : 8029569: internal javac cast exception when resolving varargs ambiguity
e5e1bbdd7ef : 8029515: Building multiple configurations fails after removal of old build system
8e5dcdfaf42 : 8029354: URLPermission.<init> throws llegalArgumentException: Invalid characters in hostname
7f26a099d00 : 8029467: Widening of booleans causes bad results
fae02cf678a : 8029467: Widening of booleans causes bad results
13725536585 : 8029106: JVM crashes in Metachunk::Metachunk during parallel class redefinition (PrivateMLetController, anonymous-simple_copy_1)
9493a2a7d3c : 8028993: Full collections with ParallelScavenge slower in JDK 8 compared to 7u40
c3e7f99679a : 8029326: G1 does not check if threads gets created
f4a3f5707ba : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
d882c1de5ee : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
8c558b2fb46 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
4cc65b64bff : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
5a005f200b2 : 8029612: the typeErrorThrower field in ScriptFunctionImpl cannot be static and common to all Globals
651d66a034a : 8029612: the typeErrorThrower field in ScriptFunctionImpl cannot be static and common to all Globals
a730ead9886 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
700d68028e0 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
ed8fed1a8a8 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
56a311569b4 : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
46da6083eae : 8029627: Allow duplicate bugid for changeset in jdk8 update forest
d0b8a365913 : 8029366: ShouldNotReachHere error when creating an array with component type of void
e71c8df213f : 8029366: ShouldNotReachHere error when creating an array with component type of void
30a4921713b : 8028107: Kitchensink crashed with EAV
f3fc753f262 : 8028107: Kitchensink crashed with EAV
0454a45a801 : 8029106: JVM crashes in Metachunk::Metachunk during parallel class redefinition (PrivateMLetController, anonymous-simple_copy_1)
5f4d0e9c253 : 8028993: Full collections with ParallelScavenge slower in JDK 8 compared to 7u40
5d5b1157d16 : 8029326: G1 does not check if threads gets created
5ece6fc7fd1 : 8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object
5345f2fbd20 : 8007967: Infinite loop can happen in sun.security.provider.certpath.SunCertPathBuilder.depthFirstSearchForward()
fc0cee1491d : 8023471: Add compatibility note to AnnotatedElement
b2de5eb396a : 8029693: new hotspot build - hs25-b63
39b4ed88242 : Added tag hs25-b62 for changeset dfe9ffbee182
d56f2315c5f : 8029504: Regression: TestDocRootLink test fails on Windows
dbcdc162123 : 8030253: Update langtools to use strings-in-switch 8030262: Update langtools to use foreach loops 8030245: Update langtools to use try-with-resources and multi-catch
bedae747dca : 8030687: Add .out files to fix failing tests
a183356fde6 : 8030642: Add golden files to javac/limits
f089800ee72 : 8030080: Correct misstatement in JSR 269 MR (in javax.lang.model)
0f0e04b6a05 : 8028235: Better error recovery for parsing 'void' as a type of the lambda parameter
92c25244aab : 8028415: TreeMaker.Literal(Object) creates invalid JCLiterals when passed a Character
8ebb81fb7af : 8029800: Flags.java uses String.toLowerCase without specifying Locale
b06d1bfb550 : 8029715: test needs bugID added to @bug tag
b2651d0972e : 8028545: Add -source 9 and -target 9 to javac 8000961: Change javac source and target default to 9
ffb2f480333 : 8030214: fix for JDK-8020216 breaks the build
213b16163bf : 8028708: TEST_BUG, Tests should pass through VM options, langtools tests
4d993839516 : 8020216: javac, compile time error isn't shown when final static field is not assigned
c0f27d0d3bc : 8029504: Regression: TestDocRootLink test fails on Windows
2078c58bbfe : 8029415: java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java fails on all platforms with hs25-b61
2289bfbbf2a : 8029415: java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java fails on all platforms with hs25-b61
09e63454821 : 8029565: java.awt.dnd.InvalidDnDOperationException: data translation failed on file drop
f3dbbd9d4ff : 8029669: PPC64: 8027566 changes broke AIX build after sync
3bca43355bb : 8029629: java/lang/ProcessBuilder/Basic.java fails intermittently
603a48280ba : 8030875: Macros for checking and returning on exceptions
7546938fc2d : 8031428: CountTest causes lambda Ser/Derialization tests to fail
efe46c73dd4 : 8029525: java/lang/ProcessBuilder/Basic.java fails intermittently
efe4e2425fc : 8029501: BigInteger division algorithm selection heuristic is incorrect
9fab2b1e9aa : 8029514: java/math/BigInteger/BigIntegerTest.java failing since thresholds adjusted in 8022181
f6fc8e9104e : 8029264: [doclint] more doclint and tidy cleanup
295c5dcb304 : 8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
cd7d5ca1254 : 8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
1c59527f70e : 8028564: Concurrent calls to CHM.put can fail to add the key/value to the map
722570a7ee4 : 8029507: Enhance JVM method processing
041e07e3176 : 8029507: Enhance JVM method processing
2a3bb7ccda4 : 8027963: Create unlimited policy jars
4c0548181c2 : Added tag jdk8-b119 for changeset c258476caefd
8638a2c00b3 : Added tag jdk8-b119 for changeset a529e9d7d40e
e75e2f3fb8f : Added tag jdk8-b119 for changeset 7598dfa5cb4c
58458be7467 : Added tag jdk8-b119 for changeset ad69f3bf4111
5347e7b3f2b : Added tag jdk8-b119 for changeset a8319a97a474
0ed55262dc3 : Added tag jdk8-b119 for changeset 96c027ed69dc
f8fb03ffcfb : Added tag jdk8-b119 for changeset e61cf7994c51
e0d189a7d9b : Added tag jdk8-b119 for changeset a0ac783d73d4
dc6109b5b70 : Added tag jdk8-b119 for changeset f616b48fffac
ac38ab479bf : 8029550: javadoc since tag for recent Hashtable updates
cd7a8e76a4b : 8029216: (jdeps) Provide a specific option to report JDK internal APIs
bc3d803a285 : 8029552: Remove java/lang/management/MemoryMXBean/CollectionUsageThreshold.java from ProblemList.txt
3c1c57bbbdb : 8027218: TEST_BUG: sun/security/pkcs11/ec tests fail because of ever-changing key size restrictions
e9e560db6d7 : 8029141: Add @FunctionalInterface annotation to Callable interface
ddd22e1feee : 8027244: Need to translate new error message and usage information for jar tool
4c594ee9bc4 : 7067973: test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java hanging intermittently
3239c322f26 : 8029347: sun/rmi/runtime/Log/checkLogging/CheckLogging.java fails in nightly intermittently
40d9b1af54f : 8029434: Spliterator of Stream returned by BufferedReader.lines() should have NONNULL characteristic
ad8191efdfa : 8029395: SA: jstack throws WrongTypeException
62e1b6eddd3 : 8029395: SA: jstack throws WrongTypeException
aabd223997e : 8027458: VM anonymous classes: wrong context for protected access checks
9169a8f064e : 8027458: VM anonymous classes: wrong context for protected access checks
b6d0b72ec0b : 8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul
cfefd043202 : 8027388: JVM crashes with SIGSEGV (0xb) at pc=0x00000001077cbbf6
2eb5e0e89d3 : 8028052: compiler/startup/SmallCodeCacheStartup.java fails there is no 'no space to run compiler' in the output
066ad178935 : 8030783: Provide regression test for 8026478: -XX:+VerifyAdapterSharing is broken
63f7ba0045e : 8025277: Add -XX: flag to print code cache sweeper statistics
0679f774af3 : 8026478: -XX:+VerifyAdapterSharing is broken
2656f6d603a : 8029091: Bug in calculation of code cache sweeping interval
6c439131d65 : 8029382: [macosx] Need test for JDK-7161437
367aa416ef3 : 8027963: Create unlimited policy jars
64e1aae31aa : 8028484: [TEST_BUG][macosx] closed/java/awt/MouseInfo/JContainerMousePositionTest fails
6c53570dc7c : 8029117: (reflect) clarify javadoc for getMethod(...) and getMethods()
8fb00644a92 : 8029164: Race condition in CompletableFuture.thenCompose with asynchronous task
234b4044ba9 : 8028109: compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java crashes in RT_Baseline
eef145dadaf : 8025775: JNI warnings in TryXShmAttach
fcc3014ea57 : 8027973: Error in the documentation for newFactory method of the javax.xml.stream factories
81ef12b24a8 : 8025416: doclet not substituting {@docRoot} in some cases
e820946a1e7 : 8028126: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Solaris-sparc64 fastdebug builds: only current thread can flush its registers
3051e159bba : 8029421: Add java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java to exclude list
536943884a6 : 8028438: static superclass method masks default methods
a64e195ca9c : 8029179: javac produces a compile error for valid boolean expressions
e2d2bb9a255 : 8028699: Compiler crash during speculative attribution of annotated type
1aaa2245569 : 8029204: Printing a GlyphVector on Windows ignores position of first glyph
b5f2f33aaa0 : 8026066: ICCE for invokeinterface static
7d90d5b2dee : 6461635: [TESTBUG] BasicTests.sh test fails intermittently
eefd90c8010 : 8028816: Add value-type notice to Optional* classes
170b3229bc2 : 8029489: StringJoiner spec for setEmptyValue() and length() is malformatted
591834e28d4 : 8028397: Undo the lenient MIME BASE64 decoder support change (JDK-8025003) and remove methods de/encode(buf, buf)
ad74259a341 : 8029158: sun/security/pkcs11/Signature/TestDSAKeyLength.java does not compile (or run)
7ddfe32e7be : 8028351: JWS doesn't get authenticated when using kerberos auth proxy
2c97b5c5cba : 8029281: Synchronization issues in Logger and LogManager
23803430bbf : 8028757: CharSequence.subSequence improperly requires a "new" CharSequence be returned
e9f0b87793b : 7190106: java/rmi/reliability/benchmark fails intermittently because of use of fixed port
e2a0a41dd35 : 8028019: AWT Doclint warning/error cleanup
6c3fdefd1de : 8022181: Tune algorithm crossover thresholds in BigInteger
4d33e16da12 : 8029475: Fix more doclint issues in javax.security
6666cb64d6b : 8029483: BufferedReader.lines() javadoc typo should be fixed
f6b22b2ae38 : 8029478: Fix more doclint issues in javax.script
7da695792cc : 8029127: Redirected POST request throws IllegalStateException on HttpURLConnection.getInputStream
0aa8a5ad09c : 7124391: [TEST_BUG][macosx] MouseEvents are not dispatched when the mouse cursor leaves the component
d78b1178098 : 8029251: [TEST_BUG][macosx] Use safari browser, the ouput contain information that DataFlavor.allHtmlFlavor is not present in the system clipboard
0bb946b80ed : 8023576: [TEST BUG] Compilation fails for java/awt/Choice/ChoiceMouseWheelTest/ChoiceMouseWheelTest.java
5811b8eb938 : 8029329: tmtools tests fail with NPE (in the tool) when run with G1 and FlightRecorder
5e65bad007c : 8029063: test/com/sun/jmx/snmp/NoInfoLeakTest.java does not compile with OpenJDK builds
ff86cc7b7a1 : 8029417: JDBC 4.2 javadoc updates
4a6aad2a5cb : 8028368: There is no description whether or not java.util.ResourceBundle is thread-safe
9dae7f5c55e : 8029369: Shell tests in sun/security/pkcs11/ do not compile PKCS11Test
0f8fe881551 : 8025211: Intermittent test failure: java/net/DatagramSocket/PortUnreachable.java
37ba5776205 : 8029364: NashornException to expose thrown object
4f9006b0cde : 8029031: "ant clean jar" on nashorn repo results in number of ASM deprecated warnings
313ac31583d : 8029364: NashornException to expose thrown object
a6fef1c1990 : 8029031: "ant clean jar" on nashorn repo results in number of ASM deprecated warnings
31006e8d337 : 8029364: NashornException to expose thrown object
f0010291f76 : 8029190: VM_Version::determine_features() asserts on Fujitsu Sparc64 CPUs
46c4ef6572f : 8029396: PPC64 (part 212): Several memory ordering fixes in C-code
d767bd2dfd5 : 8019929: PPC64 (part 107): Extend ELF-decoder to support PPC64 function descriptor tables
3eafe5802b8 : 8006572: DoubleStream.sum() & DoubleSummaryStats implementations that reduce numerical errors
7426f563d3d : 8029367: new hotspot build - hs25-b62
dff92ee01f3 : Added tag hs25-b61 for changeset d42eec86b5bd
72e44e870c6 : 7178682: [TEST_BUG][macosx] Mouse Pressed event can't be monitored for DisabledComponentsTest.html
8850d18abd9 : 8029010: [macosx] Need test for JDK-7124513
2469f9573a9 : 8029348: ProblemList.txt updates (11/2013)
ee95a2a1c40 : 7152982: [TEST_BUG][macosx] Extremely unstable mouse modifiers test
44236e1b30c : Added tag jdk8-b118 for changeset 822d9267dec1
46d6ca88047 : Added tag jdk8-b118 for changeset 6f9e2b240132
7872057617d : Added tag jdk8-b118 for changeset e5aaa3cef7d2
5e6eaf25e5d : Added tag jdk8-b118 for changeset bacdc687ebbd
11dc9bc04aa : Added tag jdk8-b118 for changeset cf588e9e7be5
b2161d87d6f : Added tag jdk8-b118 for changeset 26bfe9e8faa8
4ba2e9f3223 : Added tag jdk8-b118 for changeset 283fe68e7f05
78825cae4e1 : Added tag jdk8-b118 for changeset 140cf98df94d
8f529fa1622 : Added tag jdk8-b118 for changeset d2906692bf6a
b77ba985133 : 6987597: ManagementFactory.getGarbageCollectorMXBeans() returns empty list with CMS
ecca1bcc72e : 8029015: PPC64 (part 216): opto: trap based null and range checks
dec69128e0a : 8021418: Intermittent: SSLSocketSSLEngineTemplate.java test fails with timeout
62879f7be68 : 8028111: XML readers share the same entity expansion counter
a372dd2082a : 8028771: regression test java/util/Locale/LocaleProviders.sh failed
27a7aa78e90 : 8029024: [TEST_BUG] java/awt/Modal/ModalDialogOrderingTest/ModalDialogOrderingTest.java fails
faa166e5b71 : 8024767: [TEST] need test to cover JDK-7189452
144769b78b3 : 7050685: jsdbproc64.sh has a typo in the package name
ab92b2401ef : 8028345: Remove nashorn repo "bin" scripts to avoid confusion with JDK bin launcher programs
ab26348810e : 8011142: [TEST_BUG] 2 AppContext regression tests failed since 7u25b03 with NullPointerException
fe897661849 : 8028515: PPPC64 (part 113.2): opto: Introduce LoadFence/StoreFence
d4a597432be : 8029181: ts.sh generates invalid file after JDK-8027026
78f1afbf450 : 8016839: JSR292: AME instead of IAE when calling a method
7c4cc7e6abc : 8016839: JSR292: AME instead of IAE when calling a method
1ee6fad9ba6 : 8028160: [TESTBUG] Exclude failing (runtime) jtreg tests using @ignore
c21408ea2c1 : 8028584: sun.net.www.protocol.file.FileURLConnection cannot be cast to java.net.HttpURLConnection
fc3d0e6ff38 : 8029173: Debugger support doesn't handle ConsString
461898a0841 : 8029173: Debugger support doesn't handle ConsString
780a13433f8 : 8024854: PPC64: Basic changes and files to build the class library on AIX
28557bc30e6 : 8026065: InterfaceMethodref for invokespecial must name a direct superinterface
e4b29762d57 : 8024161: [TEST_BUG] [macosx] java/awt/Menu/OpensWithNoGrab/OpensWithNoGrab.java failed "menu was opened by first click after opened Choice"
51d11b5222c : 8027789: Access method for Outer.super.m() references indirect superclass
38ef229e3f8 : 8026374: javac accepts void as a method parameter
22478ae2e00 : 8027675: Full collections with Serial slower in JDK 8 compared to 7u40
08506b7c2f6 : 8028271: Wrong alt processing during switching between windows
8a6f7a3d457 : 8029031: "ant clean jar" on nashorn repo results in number of ASM deprecated warnings
979151dfa93 : 8028428: strictfp allowed as annotation element modifier
989fd32e665 : 7160604: Using non-opaque windows - popups are initially not painted correctly
92e64d3a0d7 : 8028293: Check local configuration for actual ephemeral port range
6c6c1d5e1b0 : 8028054: com.sun.beans.finder.MethodFinder has unsynchronized access to a static Map
2d7889013ff : 8029057: test/java/text/Bidi/Bug6665028.java can fail with OutOfMemoryError
2749cdec9e5 : 8029043: Update nroff files for JDK 8
7f2246bbef2 : 8028318: [doclint] doclint will reject existing user-written doc comments using custom tags that follow the recommended rules
fd33467c12c : 8027973: javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java hangs (win)
5e6a93fc201 : 7200306: SunPKCS11 provider delays the check of DSA key size for SHA1withDSA to sign() instead of init()
90b513b09ca : 8028722: Render: Drawing strings with exactly 254 glyphs causes hangs
0b0eece256a : 8029090: Developers should be able to pass nashorn properties and enable/disable JFR from command line
e05b1a8aa11 : 8028995: Write regression test for JDK-8016356
7cc2b13bf14 : 8028516: Java doc error in Int/Long/Double/Stream.peek
c8f99fdb6e1 : 8026067: Enhance signed jar verification
464f1bac9f7 : 8028293: Check local configuration for actual ephemeral port range
dc825e86439 : 8027841: Enhance pixel manipulations
b1e3461fe56 : 8028128: Add a type safe alternative for working with counter based data
14ae5243049 : 8028739: javac generates incorrect descriptor for MethodHandle::invoke
3646381ba61 : 8028815: new hotspot build - hs25-b61
faa4ee25ed8 : Added tag hs25-b60 for changeset b8b59f498f73
b4ded0bc2e1 : 8029025: PPC64 (part 203): opto: Move static _in_dump_cnt to Compile object
81ebc43924d : 8010935: Better XML handling 8027378: Two closed/javax/xml/8005432 fails with jdk7u51b04 8028382: Two javax/xml/8005433 tests still fail after the fix JDK-8028147
c5b9d5ccd39 : 8028624: [TESTBUG] compiler/intrinsics/mathexact/DecExactLTest executes DecExactITest
57e01f15027 : 8028997: mathexact intrinsics are unstable
b7cad91e1f1 : 8028512: [macosx] Crash in full screen api if incorrect display mode is used
a91ac39f00e : 8027479: [macosx] Appletviewer is broken after 8014718
8296f65abb1 : 8023278: Reflection API methods do not throw AnnotationFormatError in case of malformed Runtime[In]VisibleTypeAnnotations attribute
ac94cb0062d : 8028485: [macosx] java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java fails
7289ee45737 : 8028767: PPC64: (part 121): smaller shared changes needed to build C2
a7c123880e2 : 8028471: PPC64 (part 215): opto: Extend ImplicitNullCheck optimization
99fc6852a3b : 7174936: several String methods claim to always create new String
5b8c1335d8e : 8028803: jdk8 l10n resource file translation update 5 - jaxp repo
a353eaac39d : 8028628: java/nio/channels/FileChannel/Size.java failed once in the same binary run
cf45a693dca : 7065902: (file) test/java/nio/file/Files/Misc.java fails on Solaris 11 when run as root
29d469503e5 : 8027370: Support tzdata2013h
9df26266336 : 8028645: [infra] purge applet demos from the Solaris distros
34329af386e : 8028520: JVM should not throw VerifyError when a private method overrides a final method
6b1d834775b : 8026303: CMS: JVM intermittently crashes with "FreeList of size 258 violates Conservation Principle" assert
f3188ce6ea7 : 8058982: Better verification of an exceptional invokespecial
4cbb19c2492 : 8061523: Increment hsx 25.31 build to b02 for 8u31-b05
2963d5694f3 : 8026303: CMS: JVM intermittently crashes with "FreeList of size 258 violates Conservation Principle" assert
612ea67d556 : 8058982: Better verification of an exceptional invokespecial
5da6c08b326 : 8061523: Increment hsx 25.31 build to b02 for 8u31-b05
e06f8e6f6dd : 8026303: CMS: JVM intermittently crashes with "FreeList of size 258 violates Conservation Principle" assert
fa6ba7e3628 : 8059621: JVM crashes with "unexpected index type" assert in LIRGenerator::do_UnsafeGetRaw
83622d33b57 : 8059618: new hotspot build - hs25.40-b14
d251cdc16d4 : 8026303: CMS: JVM intermittently crashes with "FreeList of size 258 violates Conservation Principle" assert
6fedd6aa539 : 8059621: JVM crashes with "unexpected index type" assert in LIRGenerator::do_UnsafeGetRaw
d67caae59b3 : 8059618: new hotspot build - hs25.40-b14
a4957fea5c2 : 8026303: CMS: JVM intermittently crashes with "FreeList of size 258 violates Conservation Principle" assert
582d9a1cb59 : Added tag jdk8-b117 for changeset 5c14f14e46a5
6ed96d89bd9 : Added tag jdk8-b117 for changeset b8948d89dc36
2a37cd5b6d7 : Added tag jdk8-b117 for changeset b8a5f2e7f41a
9502ae8f070 : Added tag jdk8-b117 for changeset 03f1370d6d68
cb9b2b3951e : Added tag jdk8-b117 for changeset 4b9d8f7444bc
fef57abae43 : Added tag jdk8-b117 for changeset f06a4d5b053c
2bb71f5f4c0 : Added tag jdk8-b117 for changeset 797ce5564b97
067e84f909f : Added tag jdk8-b117 for changeset 2794422edce5
54b0b8619b6 : Added tag jdk8-b117 for changeset df929242dddc
6c4294c2d95 : 6703075: (process) java/lang/ProcessBuilder/Basic.java fails with fastdebug
d45f6482a34 : 8022212: Intermittent test failures in java/net
4fe266b9f7b : 7036666: test/com/sun/net/httpserver/Test9a.java fails intermittently
1399e33c872 : 8028632: Update jdk/test/ProblemList.txt to reflect fix JDK-8024423
c3a4fe847af : 6402201: ProcessAttachTest.sh needs better synchronization
aae4ea0fe16 : 8028215: ORB.init fails with SecurityException if properties select the JDK default ORB
4f81d649fb2 : 8028215: ORB.init fails with SecurityException if properties select the JDK default ORB
c7e80c8f2f5 : 8028453: AsynchronousSocketChannel.connect() requires SocketPermission due to bind to local address (win)
a3c2b311580 : 8028453: AsynchronousSocketChannel.connect() requires SocketPermission due to bind to local address (win)
bc63be15f20 : 8028734: test/java/util/Locale/InternationalBAT.java changes does not restore the default TimeZone
d22bde2c913 : 8028580: PPC64 (part 114/120): Support for Call nodes with constants
274905a316b : 8027977: javadoc dies on NumberFormat/DateFormat subclass
7183dce25d9 : 8028647: Add instrumentation in GetSafepointSyncTime.java and remove it from ProblemList.txt
5fd77a7cef4 : 6557966: Multiple upper bounds of the TypeVariable
ed3617da2ee : 8027413: Clarify javadoc for j.l.a.Target and j.l.a.ElementType
319bfa3852f : 8028308: nsk regression, assert(obj->is_oop()) failed: not an oop
bcfc0d59174 : 7141544: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails
94c66a66fe2 : 8025235: [javadoc] fix some errors in 2D
f4c2201eb4d : 8028504: javac generates LocalVariableTable even with -g:none
be7c03049b8 : 8026943: SQE test jce/Global/Cipher/SameBuffer failed
aa58ae7951e : 8028638: java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java fails
c430720e0aa : 8005202: java/util/logging/CheckLockLocationTest.java fail on solars_10
afe298eb7c7 : 8028396: Minimal VM: undefined symbol: _ZN23JvmtiCurrentBreakpoints11metadata_doEPFvP8MetadataE
b33443f9477 : 8028631: Improve the test coverage to the pathname handling on unix-like platforms
86fba81619e : 8028514: PPC64: Fix C++ Interpreter after '7195622: CheckUnhandledOops has limited usefulness now'
f1917fec5dc : 8028185: XMLFormatter.format emits incorrect year
4748b81da84 : 8027541: ully transparent jframe becomes black
ce59b012f7b : 8028141: test/sun/management/jmxremote/bootstrap/LocalManagementTest|CustomLauncherTest.java failing again
844aadb9d0f : 8028565: Remove java/lang/management/ThreadMXBean/ThreadStateTest.java from ProblemList.txt
b1ae577b23b : 6726154: javadoc generated with incorrect version in comment
550196b242f : 8027900: pack200 option is broken due to the incorrect makefile definition for its driver
5548eb1e00d : 8015571: OCSP validation fails if ocsp.responderCertSubjectName is set
1beab3cc443 : 8028581: [TESTBUG] java/net/Socket/LingerTest.java failing
4c729287e7b : 8016728: TEST_BUG: test/java/rmi/transport/closeServerSocket/CloseServerSocket.java failing intermittently
49efd680829 : 8022206: Intermittent test failures in java/lang/ProcessBuilder/Basic.java
242d5a95bd6 : 8028377: test/sun/security/provider/KeyStore/DKSTest.sh attempts to write to ${test.src}
5cdc23a99c6 : 8028094: TEST_BUG: java/lang/ProcessBuilder/Basic.java leaves "sleep 6666" processes behind
0366da9c721 : 8023978: [TEST_BUG] launcher tests must exclude platforms without server vm
b24838bfc0f : 8028589: Instrument tools/jar/JarEntryTime.java to make it easier to diagnose failures
0b55e91e3ec : 8028583: Add helper methods to test libraries
a1e87167e1a : 8027913: drop target notifications are sent out of order during DnD
e0fbec8e0b1 : 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
2cb2725b143 : 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
549ac1b03e9 : 7086879: java/net/InetAddress/CheckJNI.java hangs on Linux when IPv6 enabled
cb23e64ae26 : 8028505: Put sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh on ProblemList.txt
ea4af3f2f11 : 8028573: Line number nodes were off for while nodes and do while nodes - the line number of a loop node should be treated as the location of the test expression
33e1b4929c5 : 8028573: Line number nodes were off for while nodes and do while nodes - the line number of a loop node should be treated as the location of the test expression
ab91495c0ed : 8028479: runNameEquals still cannot precisely detect if a usable native krb5 is available
5c242ed70c0 : 8027628: JWindow jumps to (0, 0) after mouse clicked
19fd00c362c : 8028434: Line number nodes were off for while nodes and do while nodes - the line number of a loop node should be treated as the location of the test expression
508a088b4d4 : 8028434: Line number nodes were off for while nodes and do while nodes - the line number of a loop node should be treated as the location of the test expression
5bd2a99aa1a : 8027992: FileInputStream and BufferedInputStream should be closed in sun.applet.*
e237fbfe1f3 : 8028341: PSR:FUNC: SCOPE PARAMETER MISSING FROM THE -XX:+PRINTFLAGSFINAL
92187d75838 : 8027630: SIGSEGV in const char*Klass::external_name()
c16bc986864 : 8028470: PPC64 (part 214): linux: extend signal handler to catch SIGTRAP on ppc64
1eafa037592 : 8028210: Missing conversions on array index expression
701d25ad414 : 8028210: Missing conversions on array index expression
3e62155fece : 8028347: Rewriter::scan_method asserts with array oob in RT_Baseline
f9a0d6a4b52 : 8028401: PPC (part 117): Improve usability of adlc and format() functionality
13b13f52594 : 8024921: PPC64 (part 113): Extend Load and Store nodes to know about memory ordering
2afce421d51 : 8028385: Enhance RowSet Factory
05ada773b51 : 8028385: Enhance RowSet Factory
13cf514dff5 : 8028444: new hotspot build - hs25-b60
a65e3d6622d : Added tag hs25-b59 for changeset 0cee03c5f3b3
c63514c9aaf : 7124253: [macosx] Flavor change notification not coming
e6e0508e1a0 : 8026231: Look at 'static' flag when checking method references
8c2d186555d : 8027848: The ZoneInfoFile doesn't honor future GMT offset changes
e04c087c6dd : 8025126: [macosx] Invalid calls to setValueAt() within JTable in Java 7 on Mac OS X
12b298218de : 8003854: PPC64 (part 115): Introduce PostallocExpand that expands nodes after register allocation
7ba208e79f7 : 8014266: regression test AsyncSSLSocketClose.java time out
b140c3c382e : 8025524: javadoc does not correctly locate constructors for nested classes
34a6de55b26 : 8026963: type annotations code crashes for code with erroneous trees
2dec2ad0dd5 : 6626412: jstack using SA prints some info messages into err stream
12170368700 : 8027765: Make exit codes and stdout/stderr printing from jmap/jinfo/jstack/jps consistent
44d7813397c : 6606002: jinfo doesn't detect dynamic vm flags changing
901b435bc18 : 8028306: nsk stress tests, CodeCache fills, then safepoint asserts
26d3366a825 : 8028319: ConflictingDefaultsTest.testReabstract spins when running with -mode invoke and -Xcomp
c5ea7b4d915 : 8027201: Enhance JAX-P set up
e206191ab23 : 8027201: Enhance JAX-P set up
71adca3d64e : 8028282: Remove @ignore from test langtools/test/tools/javac/T7042623.java
e7f6de784c1 : 8028159: C2: compiler stack overflow during inlining of @ForceInline methods
9d9ab0ae23f : Added tag jdk8-b116 for changeset 32418cd4ccd2
d6a50f5c764 : Added tag jdk8-b116 for changeset 873d41f3369f
3ad95dda8ec : Added tag jdk8-b116 for changeset 1fbd33ac5531
dff1bc3a13d : Added tag jdk8-b116 for changeset 6815fa4c5500
94fc29193d6 : Added tag jdk8-b116 for changeset 6ea9f58eb1a2
7ff42fec9a7 : Added tag jdk8-b116 for changeset ad4a69ce1836
28098bc78cb : Added tag jdk8-b116 for changeset c00b4d030504
83df74a60fa : Added tag jdk8-b116 for changeset 9b8bd0fa21c4
20a0a4fde07 : Added tag jdk8-b116 for changeset c558de1cebde
df6b4666fed : 8023041: The CDS classlist needs to be updated for JDK 8
4163fbdc499 : 8028055: (reflect) invoking Method/Constructor in anonymous classes breaks with -Dsun.reflect.noInflation=true
d0c41083a21 : 8028343: More ProblemList.txt updates (11/2013)
357597cba86 : 8028161: nashorn: src/jdk/nashorn/api/scripting/ScriptEngineTest.java
143a440b8b0 : 8028161: nashorn: src/jdk/nashorn/api/scripting/ScriptEngineTest.java
453a40a4313 : 8027566: Remove the old build system
1b4ad042787 : 8028197: tools/launcher/DiacriticTest.java failed on MacOSX: Input length = 1
d2a8f2c8190 : 8028433: [TESTBUG] add -XX:+UsePerfData to some sun.management tests
e72d3572928 : 8027163: sun/management/jmxremote/bootstrap/CustomLauncherTest.java should be updated for jdk8 removal of solaris-32bit support
097efbb0e20 : 8028049: Tidy warnings cleanup for packages java.nio/java.io
c5cf3786f78 : 8023138: [TEST_BUG] java/lang/instrument/PremainClass/NoPremainAgent.sh fails intermittently
1a8ec8e2511 : 8027566: Remove the old build system
5f7b6dfb6c9 : 8025440: [TEST_BUG] com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java failed since jdk8b108
01f2c8f8ad4 : 8028230: Behavior of SystemFlavorMap.getNativesForFlavor differ from that in Java 7
dc1dba10e72 : 8028321: Fix for String.split() empty input sequence/JDK-6559590 triggers regression
b941719f942 : 8025113: Convert 7 tools TryWithResources tests to jtreg format
7496b461e37 : 8025632: Remove all references to MagicLambdaImpl from Hotspot
0ff8fc93dbc : 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
fadfc31becd : 8026884: test for fix of JDK-8021398 does not have @bug tag 8028021: @since 1.8 missing for certain methods in java.lang.reflect.Method in generated api docs
ea862540b1a : 8028206: sun/java2d/cmm/ProfileOp/SetDataTest.java fails
4208726b356 : 8027645: Pattern.split() with positive lookahead 6559590: Pattern.compile(".*").split("") returns incorrect result
8280dc21702 : 8028300: Fix raw type lint warnings in java.util.concurrent
7e3d90db4a2 : 6954510: TEST_BUG: Testcase failure com/sun/jdi/BreakpointWithFullGC.sh
fe37ddf865f : 8028270: Files.readSymbolicLink calls AccessController directly so security manager can't grant the permission
f9ecbb8f7d7 : 8022213: Intermittent test failures in java/net/URLClassLoader
50e04746e9c : 8028283: Revert JavaDoc changes pushed for JDK-7068423
d26c11b9d7f : 8028234: Remove unused methods in sun.misc.JavaAWTAccess
4b35aa3d1e1 : 8027229: ICCE expected for >=2 maximally specific default methods
3fbc683322d : 8027572: assert(r != 0) failed: invalid
17e4152715d : 8015497: Take new fixes from hotspot/test/testlibrary to jdk/test/lib/testlibrary
964b256741b : 6959636: testcase failing on windows javax/management/loading/LibraryLoader/LibraryLoaderTest.java
d35ec75e4f9 : 8004126: TEST_BUG: com/sun/jdi/BadHandshakeTest.java fails intermittently
e0c1c25d703 : 8026952: Test java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java has wrong @bug id
cc6f28352f9 : 8023147: Test DisabledShortRSAKeys.java intermittent failed
44f0952afe2 : 8027631: "unexpected profiling mismatch" error with new type profiling
a3d0dbcdd92 : 8028239: test/sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh with NoClassDefFoundError
1ea68289dd2 : 8028014: Doclint warning/error cleanup in javax.management
4d8ac565e48 : 8025767: Enhance IIOP Streams
e4c9ca8a4bb : 8025767: Enhance IIOP Streams
9b16d87703e : 8026193: Enhance CORBA stub factories
74808a3f40e : 8026193: Enhance CORBA stub factories
600047c7fc3 : 8028229: Fix more raw types lint warning in core libraries
f5d34bdef1e : 8028208: (aio) Assertion in clearPendingIoMap when closing at around time file lock is acquired immediately (win)
cd2f2cbb840 : 6849945: VM Periodic Task Thread CPU time = -1ns in HotspotThreadMBean.getInternalThreadCpuTimes()
d9cc0e79203 : 6543856: MonitorVmStartTerminate.sh fails intermittently
9ab430a0d25 : 8027696: Incorrect copyright header in the tests
0b240955580 : 8027972: [macosx] Provide a regression test for JDK-8007006
c1096c05ab9 : 8028027: serialver should emit declaration with the 'private' modifier
9c845933bd3 : 8028207: assert(_outcnt==1) failed: not unique in compile.cpp
2b13aab6689 : 8027209: javax/management/monitor/ThreadPoolAccTest.java fails intermittently
31d2d5121ad : 8027632: assert(xtype->klass_is_exact()) failed: Should be exact at graphKit.cpp
0ef4539a9ff : 8028198: SIGSEGV in PhaseIdealLoop::build_loop_late_post
18ca4cc301f : 8027593: performance drop with constrained codecache starting with hs25 b111
1f89a251457 : 8023046: Enhance splashscreen support
c632cad9d52 : 8024830: SEGV in org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.get
f3cb828db7f : 8027375: javac asserts on nested erroneous annotations
44f29ffde70 : 8027439: Compile-time error in the case of ((Integer[] & Serializable)new Integer[1]).getClass() 8027253: javac illegally accepts array as bound
0e9bb403722 : 8028020: Function parameter as last expression in comma in return value causes bad type calculation
193c892437c : 8028020: Function parameter as last expression in comma in return value causes bad type calculation
d3eb4e0816d : 8027142: Invokedynamic instructions don't get line number table entries
ee23c1f412d : 8027823: catchException combinator fails with 9 argument target
a08f1c2f3a8 : 8027803: test/sun/reflect/AnonymousNewInstance/ManyNewInstanceAnonTest.java fails
f952749e415 : 8026330: java.util.Base64 urlEncoder should omit padding
5829e8952b6 : 8028066: PPC64: 8025715 changes broke AIX build after sync
fc31eabd57b : 8014506: Test of Jdp feature
cfe1c39c107 : 8028149: Clean-up javac -Xlint warnings in com.sun.rowset and com.sun.rowset.internal
536e058b8b3 : 8028060: test/java/net/URLPermission/nstest/lookup.sh failing (win)
c10719362e9 : 8028102: All test targets, jdk/test/Makefile, fail on Windows
4780d5d5608 : 8027991: InputStream should be closed in sun.security.tools.jarsigner.Main
91d4d9438c2 : 8028099: Many com/sun/management/OperatingSystemMXBean tests failing with CCE (win)
db68e030300 : 6523160: RuntimeMXBean.getUptime() returns negative values
3bffac4b480 : 8028092: Lint cleanup of java.time.format
ee6dd6c8739 : 8028044: [TEST_BUG] Calendar shell tests do not pass TESTVMOPTS
eb5d8c2f8bc : 8028041: Serialized Form description of j.l.String is not consistent with the implementation
086dfc45caa : 8028074: InetAddress.getByName fails with UHE "invalid IPv6 address" if host name starts with a-f
61b2527b107 : 8028076: Correct raw type lint warnings in core reflection implementation classes
50b0f7fef4b : 8025985: com.sun.management.OSMBeanFactory should not be public
5d27126a443 : 8023462: TEST_BUG: test/com/sun/net/httpserver/bugs/B6433018.java fails on slow/single core machine
46de2cd14f0 : 8028069: (ref) Finalizer.c not deleted in the changeset for JDK-8027351
10847a8fd1d : 8027960: Assertion assert(end >= start) failed during nightly testing on solaris
c6da83319b5 : 8028093: Initial young size is smaller than minimum young size
2ec0e87f43a : 8027911: Assertion in the collector policy when running gc/arguments/TestMaxNewSize.java
75f943b138b : 8027912: [macosx] Provide means to force the headful mode on OS X when running via ssh
722d25b2ddb : 8027237: New tests on ReservedSpace/VirtualSpace classes
44a19639b30 : 8019834: InetAddress.getByName hangs for bad IPv6 literals
7365de3e251 : 8028061: new hotspot build - hs25-b59
92076375e91 : 8022963: java/net/NetworkInterface/Equals.java fails equality for Windows Teredo Interface
4e0a88f82a9 : 8027351: (ref) Private finalize method invoked in preference to protected superclass method
db344926d89 : Added tag hs25-b58 for changeset 20483ee5d8d8
e2ef3e89e7a : 8024483: assertion failure: (!mirror_alive || loader_alive) failed:
9e336968751 : 8027648: Type of overridden property is resolved incorrectly
505ac76763b : 8023037: Race between ciEnv::register_method and nmethod::make_not_entrant_or_zombie
dd2b0ab746d : 8027836: Webrev should handle files that has been moved from a directory which now is removed
9fddd09d643 : 8027943: serial version of com.sun.corba.se.spi.orbutil.proxy.CompositeInvocationHandlerImpl changed in 7u45
d9cc6080579 : 8027730: Fix release-8 type visitors to support intersection types
01a5526803f : Added tag jdk8-b115 for changeset 09c29fff59ca
f038e13db14 : Added tag jdk8-b115 for changeset 5f83d7dc1b34
ccd53abea1c : Added tag jdk8-b115 for changeset 115e1128ce1a
07c099531fb : Added tag jdk8-b115 for changeset e408bf58d482
30a3a7a1579 : Added tag jdk8-b115 for changeset 708c1fb7aff3
7819fc15221 : Added tag jdk8-b115 for changeset 3136108f4dc4
684f7fa440c : Added tag jdk8-b115 for changeset bafd61947e5d
cb6219b70c9 : Added tag jdk8-b115 for changeset 45b13f655ef2
6cc468e251a : Added tag jdk8-b115 for changeset 64b71122ab70
d876d630e33 : 8027752: sun/tools/jstatd/TestJstatdExternalRegistry.java: java.lang.SecurityException: attempt to add a Permission to a readonly Permissions object
f0a88e10f3e : 8007984: Null pointer dereference in jdk/linux-amd64/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c
2f6d30beca2 : 8027695: There should be a space before % sign in Swedish locale
8d19ef756e3 : 8024458: DataInput.readDouble refers to "readlong" instead of "readLong"
e6f691aeb27 : 8027930: ResourceBundle test failures in fr locale
bdf67228b95 : 8025234: [javadoc] fix some errors in javax.swing.**
6f46da6198d : 8027756: assert(!hr->isHumongous()) failed: code root in humongous region?
56f68070517 : 8027406: JDK demos are missing source files
7950bec46c7 : 8027796: Refactor Core Reflection for Type Annotations
3b4737a6bac : 8027828: ClassCastException when converting return value of a Java method to boolean
9c0bfd337bc : 8027828: ClassCastException when converting return value of a Java method to boolean
d8b9e9f6812 : 8027968: Adapt PPC to 8024927: Nashorn performance regression with CompressedOops
7b010e1c8cb : 8027969: Adapt PPC to 8026328: Setting a breakpoint on invokedynamic crashes the JVM
faa041f68f8 : 8027966: Adapt PPC to 8023657: New type profiling points: arguments to call
570b20f0f11 : 8027965: Adapt PPC to 8015107: NPG: Use consistent naming for metaspace concepts
112120d3f98 : 8027964: Adapt PPC to 6843347: Boundary values in some public GC options cause crashes
bffc06393be : 8027881: test/java/net/URLPermission/nstest/LookupTest.java failing intermittently, output insufficient
af6b8b0b740 : 8027698: Platform specific jars are not being signed by the sign-jars target
dd458ac89c9 : 8027961: Inet[4|6]Address native initializing code should check field/MethodID values
ebe6d84d0bb : 8027822: ProblemList.txt Updates (11/2013)
8d462795cb6 : 8027232: Update j.l.invoke code generating class files to use ASM enhancements for invocation of non-abstract methods on ifaces
23d71ee6eed : 8027227: [asm] generate CONSTANT_InterfaceMethodref for invoke{special/static) of non-abstract methods on ifaces
5eb7e21cc91 : 8025698: (fs) Typo in exception thrown by encode() in UnixPath.java
e9f9c310864 : 8027281: Incorrect invokespecial generated for JCK lang EXPR/expr636/expr63602m* tests
e80dce6a4d3 : 8026775: nsk/jvmti/RedefineClasses/StressRedefine crashes due to EXCEPTION_ACCESS_VIOLATION
4f0480aaeb2 : 8021309: replace test/Makefile jdk_* targets with jtreg groups 8015068: Use jtreg -exclude for handling problemList.txt exclusions
1b7f902c51a : 8022208: Intermittent test failures in java/lang/Thread/ThreadStateTest.java 6944188: ThreadMXBean/ThreadStateTest.java fails intermittently
33be168ccb7 : 8027860: [TEST_BUG] File not closed in javax/xml/jaxp/parsers/8022548/XOMParserTest.java
fe6f3e2439d : 8027712: DistinctOpTest fails for unordered test
c342a79fafe : 8017065: C2 allows safepoint checks to leak into G1 pre-barriers
505c92d5214 : 8027708: NASHORN TEST: Create Nashorn test that draws image step-by-step using JavaFX canvas
f78f47b98df : 8027708: NASHORN TEST: Create Nashorn test that draws image step-by-step using JavaFX canvas
7899a729a95 : 8027751: C1 crashes in Weblogic with G1 enabled
12da1db3d7d : 8027530: javap tonga tests cleanup: test -public, -protected, -package, -private options
14c3c8b4fbc : 8027411: javap tonga tests cleanup: write a java program to test invalid options -h and -b
989860b8c3a : 8025844: Need test to provide coverage for new DocumentationTool.Location enum
3fdca184336 : 8027612: java/io/File/MaxPathLength.java fails intermittently in the clean-up stage
c8757a5edd2 : 8027445: SIGSEGV at TestFloatingDecimal.testAppendToDouble()I
79b1f94594b : 8016725: TEST_BUG: java/lang/reflect/Method/DefaultMethodModeling.java failing intermittently
ee1006e3bd0 : 7194897: JSR 292: Cannot create more than 16 instances of an anonymous class 8027681: Lambda serialization fails once reflection proxy generation kicks in
2d8325d2445 : 8027687: The constructors of URLPermission class do not behave as described in javad
8c97f82aae7 : 8027625: test/java/math/BigInteger/ExtremeShiftingTests.java needs @run tag to specify heap size
d3e3eead180 : 8027753: Support ScriptObject to JSObject, ScriptObjectMirror, Map, Bindings auto-conversion as well as explicit wrap, unwrap
1a4300e042e : 8027753: Support ScriptObject to JSObject, ScriptObjectMirror, Map, Bindings auto-conversion as well as explicit wrap, unwrap
c43c119a472 : 8027755: Anti-delta incorrect push for 8025198
bd40c9b63db : 8025198: Intermittent test failure: java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java
4a3c30545b1 : 8027566: Remove the old build system
73b67fa8718 : 8027566: Remove the old build system
86967c07178 : 8027566: Remove the old build system
e0c5f5bd04f : 8027566: Remove the old build system
fa987f09734 : 8027566: Remove the old build system
9e72063042a : 8027566: Remove the old build system
897e6d41f69 : 8027622: java.time.Instant.create failing since hs25-b56
bb01d169de9 : 8024635: Caching MethodType's descriptor string improves lambda linkage performance
f7db4eb56b4 : 8027624: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java unstable again
513a51e9bb7 : 8027310: Annotation Processor crashes with NPE
96d9e95176c : 8027660: javac crash while creating LVT entry for a local variable defined in an inner block
53cdc28a02f : 8026491: Typos in string literals
0fa3a71c8a4 : 8016309: assert(eden_size > 0 && survivor_size > 0) failed: just checking 7057939: jmap shows MaxNewSize=4GB when Java is using parallel collector
38bf4f6aa6a : 8027580: new hotspot build - hs25-b58
c544fbe101d : Added tag hs25-b57 for changeset 6290e790c312
80f2daae7bc : 8027236: Ensure ScriptObject and ConsString aren't visible to Java
5b69c36f316 : 8027236: Ensure ScriptObject and ConsString aren't visible to Java
b1689ab022b : 8026946: JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint should use MethodHandle 8026948: JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint might not work with anonymous classes
1dbd6b18552 : 8027700: function redeclaration checks missing for declaration binding instantiation
5f0dae04d04 : 8027700: function redeclaration checks missing for declaration binding instantiation
fdbeb8e0fb4 : 8027705: com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events
8fe7a15c083 : 8027692: Remove java/lang/management/MemoryMXBean/LowMemoryTest2.sh from ProblemList.txt
c6fff0de729 : 8024876: [TEST_BUG] javax/xml/jaxp/parsers/8022548/XOMParserTest.java failed when testbase dir has read only permissions
9afe3944aa0 : Added tag jdk8-b114 for changeset 950210c79436
d18e2073ae4 : Added tag jdk8-b114 for changeset 348c2258d7bf
47d505c4880 : Added tag jdk8-b114 for changeset 7e53ada0d2d4
ee9e5682a8b : Added tag jdk8-b114 for changeset dcec14b84950
3ae4396a4af : Added tag jdk8-b114 for changeset 18b08c4ac28d
eb9081a5b05 : Added tag jdk8-b114 for changeset 021350e22576
05b28dbe446 : Added tag jdk8-b114 for changeset 07a68f9401e4
509057ce17e : Added tag jdk8-b114 for changeset 71655e2f499f
909453d3c59 : Added tag jdk8-b114 for changeset 566723cf1888
6c3fabc3420 : 8027155: test/java/io/File/NulFile.java failing when test run in othervm mode
535b4895548 : 8027616: Off by one error in putback for compressed oops nashorn performance improvement
7a38dabd09a : 8024919: G1: SPECjbb2013 crashes due to a broken object reference
e43ac255842 : 8026735: Stream tests throw java.lang.IncompatibleClassChangeError
76f1c66ad58 : 8027570: NullPointerException in URLPermission.hashCode()
6dcdc5b7421 : 8024930: Re-enable disabled bridging tests
9d30f46219e : 8027327: jar files related to test test/tools/javac/ExtDirs/ExtDirTest.java should be removed from the repo
ddce55a5edc : 8027567: JDK 8 build failure: the correct version of GNU make is being rejected
df6d7277ef6 : 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
ca92769602e : 8027304: Lambda: inheriting abstract + 1 default -> default, not ICCE
0188a790ded : 8024378: StAX parser shall support JAXP properties
fa729039bef : 8027481: jdeps to handle classes with the same package name and correct profile for javax.crypto.*
e6599626c59 : 8027562: eval should load second and subsequent arguments for side effect
79197a579a8 : 8027562: eval should load second and subsequent arguments for side effect
0b4ed553d6a : 8027252: Crash in interpreter because get_unsigned_2_byte_index_at_bcp reads 4 bytes
2339f59c148 : 8027532: nashorn should only use jdk8 apis in the compact1 profile
8d2600bcc91 : 8027532: nashorn should only use jdk8 apis in the compact1 profile
612252d7a24 : 8027444: mathExact: assert(i < _max) failed: oob: i=1, _max=1
849b644b8c7 : 8027152: Regression: test closed/java/awt/Serialize/NullSerializationTest/NullSerializationTest.html fails since JDK 8 b112
e54a697aec8 : 8027484: Implementation error in SAX2DOM.java
c4d4a7e77c1 : 8027151: AWT_DnD/Basic_DnD/Automated/DnDMerlinQL/MultipleJVM failing on windows machine
fe9288637cc : 8027447: The wrong string buffer is specified for stderr in $EXEC
a13ce5640b9 : 8027447: The wrong string buffer is specified for stderr in $EXEC
e95f4285819 : 8024633: Lambda linkage performance - initialize generated class earlier
7055290bbec : 8024637: Lambda linkage performance - use reflection instead of ASM to manipulate parameter types 8023984: Lambda linkage performance - use a method ref to a static factory instead of a ctor ref
21a239f4c55 : 7144200: java/lang/management/ClassLoadingMXBean/LoadCounts.java failed with JFR enabled
894f3788d3e : 8027316: Distinct operation on an unordered stream should not be a barrier
b36c00fe926 : 8023863: deprecate support for statically-generated stubs from RMI (JRMP) 4449028: exportObject() javadoc should specify behavior for null socket factories
9e7ba92bff6 : 6910473: java.math.BigInteger.bitLength() may return negative "int" on large numbers 8021203: BigInteger.doubleValue/floatValue returns 0.0 instead of Infinity 8021204: Constructor BigInteger(String val, int radix) doesn't detect overflow 8022780: Incorrect BigInteger division because of MutableBigInteger.bitLength() overflow
5f3b001859d : 8005294: Consider default methods for additions to AnnotatedElement
1b03814ab79 : 8027526: CheckTipsAndVersions.java failing occasionally
aee0b5cf881 : 8027318: Lambda Metafactory: generate serialization-hostile read/writeObject methods for non-serializable lambdas
292c14d972a : 8020467: Inconsistency between usage.getUsed() and isUsageThresholdExceeded() with CMS Old Gen pool
fed302b41d7 : 6931564: Incorrect display name of Locale for south africa
839d5ec95d0 : 6192407: s10_70, ko, s1/dvd, minor misspelling under "Select Software Localizations"
d699dc7582a : 8022229: Intermittent test failures in sun/tools/jstatd
e2589e385ee : 8026880: NetworkInterface native initializing code should check fieldID values
f05950c7866 : 8027058: sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh Failed to initialize connector
f5a1c273545 : 8025521: [de] mnemonic conflict in FileChooser for GTK Style feel&look
a8e91d1e4d2 : 8008647: [es] minor cosmetic issues in translated java command line outputs
094e46c9d78 : 8027358: sun/management/jmxremote/bootstrap/LocalManagementTest.java failing since JDK-8004926
534228451b7 : 8025646: [pt_BR] overtranslation of option in java command line output
c72ee255141 : 8008437: [sv] over-translation in java command line outputs
0c3cb17b82d : 8026108: [it, ja, zh_CN] wrong translation in jar example
e1faf4d8735 : 8027466: Revert jdk/THIRD_PARTY_README to known good version
578f2b5fa60 : 8027442: JDK compilation fails on MacOS
8f2b923945c : 8027298: broken link in jdk8b113 macosx binaries
c500ed69dc8 : 8022746: List of spelling errors in API doc
bbad610f8e6 : 8027157: [SwingNode] needs explicit expose for JWindow
3e0a2a86bf8 : 8026950: Nits in agent ps_proc.c file breaks compilation of open hotspot
f12f9919357 : 8027132: Print deprecation warning message for the flags controlling the CMS foreground collector
4d9e812aa2e : 8027353: Exact intrinsics: assert(n != NULL) failed: must not be null
9ba485b29fa : 8027140: Assertion in compiler when running bigapps/Kitchensink/stability
87fe2fdf421 : 8026949: -Xint flag prints wrong warning: Initialization of C1 thread failed (no space to run compilers)
95cb22eb41a : 8027173: new hotspot build - hs25-b57
854686678ba : Added tag hs25-b56 for changeset 13045b381bc9
3e6630c07bc : 8024927: Nashorn performance regression with CompressedOops
8096e5327c6 : 8026200: Enhance RowSet Factory
b98404d258e : 8030655: Regression: 14_01 Security fix 8024306 causes test failures
4e372752a09 : 8026067: Enhance signed jar verification
3f5d7a8e875 : 8027766: Enhance RSA processing
d5800bb9699 : 8027841: Enhance pixel manipulations
96e5f3f16fc : 8031462: Fonts with morx tables are broken with latest ICU fixes
3caa6fdc1a6 : 8027775: Enhance ICU code
ba1daa673f1 : 8031335: Better color profiling
d331796f221 : 8029750: Enhance LCMS color processing
fcc43d54029 : 8026797: Enhance data transfers
083e9e11a80 : 8030731: Improve name service robustness
92a7e2b4156 : 8031352: Enhance PNG handling
60a88657a76 : 8029286: Enhance subject delegation
b921c9e927a : 8031394: (sl) Fix exception handling in ServiceLoader
cf8f2bc48d7 : 8031477: [macosx] Loading AWT native library fails 8002191: AWT-Shutdown thread does not start with the AppletSecurity on Linux 8031032: SQE test failures after JDK-8025010 was fixed
1276d6b7ef9 : 8029740: Enhance handling of loggers
e50534c1eb7 : 8029844: Enhance argument validation
f87f7719564 : 8029745: Enhance algorithm checking
3a0b9b50565 : 8029760: Enhance AWT image libraries
cb344a7aa3c : 8029697: Update Poller demo
115e92c184f : 8026716: (aio) Enhance asynchronous channel handling
f7a799bbf23 : 8025010: Enhance AWT contexts
c7fe4820180 : 8029854: Enhance JPEG decodings
dcab98765ff : 8023046: Enhance splashscreen support
2728b4c2ff1 : 8029735: Enhance service mgmt natives
b6a92df6092 : 8026163: Enhance media provisioning
8db4bc12983 : 8029730: Improve audio device additions
d7649dfc7ed : 8040262: (fs) Misc. typos in comments and implementation
1e12679af14 : 8039362: Read content-types.properties as a resource
da75221bb87 : 8040167: JDWP spec for ClassType#InvokeMethod contradicts JLS
e34a00b0d75 : 8040038: java/net/URLPermission/nstest/lookup.sh fails with ClassNotFoundException
c3cbccd7de7 : 8026200: Enhance RowSet Factory
af6dec26481 : 8027117: adapt JDK-7165611 to new build-infra whitespace/indent policy
4002278f342 : 8027117: adapt JDK-7165611 to new build-infra whitespace/indent policy
de4a41f9941 : 7172770: Default Toolkit implementation return null value for property "awt.dynamicLayoutSupported"
bf7f4866ebc : 8026822: metaspace/flags/maxMetaspaceSize throws OOM of unexpected type.java.lang.OutOfMemoryError: Compressed class space
93a855408a5 : 8027301: Optimizations for Function.prototype.apply
973b61aff04 : 8027301: Optimizations for Function.prototype.apply
9cd10573aec : 8026705: [TEST_BUG] java/beans/Introspector/TestTypeResolver.java failed
320d333208d : 8027300: configure should use LIBS instead of LDFLAGS when testing freetype
b441547010d : 8004926: sun/management/jmxremote/bootstrap/CustomLauncherTest.sh oftenly times out
18f98bb20eb : 7079145: Remove java/net/ipv6tests/UdpTest.java from the ProblemList.txt
7d4c16ece33 : 8027066: XMLDecoder in java 7 cannot properly deserialize object arrays
3ed1d150a51 : 8027042: Evaluation order for binary operators can be improved
eb1ac57404c : 8027042: Evaluation order for binary operators can be improved
d9f039a4584 : 8026940: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
76ac5b0c283 : 8027294: Prepare hotspot for non TOD based uptime counter
86cd1aaa73b : 8020753: JNI_CreateJavaVM on Mac OSX 10.9 Mavericks corrupts the callers stack size
6c747ded77c : 8025673: [macosx] Disable X11 AWT toolkit
be6a9b1f9c1 : 8025673: [macosx] Disable X11 AWT toolkit
93e44cac1e7 : 8016096: [macosx] jawt_md.h shipped with jdk is outdated
c1f40ad95d1 : 8016096: [macosx] jawt_md.h shipped with jdk is outdated
47f35a51662 : 8026929: remove accelerators from policytool resources
e49bc26ebca : 8027220: DefaultMethodsTest: Change test to match spec
9620913796a : 8026328: Setting a breakpoint on invokedynamic crashes the JVM
53d95065869 : 8004476: XSLT Extension Functions Don't Work in WebStart
bc498e30c4a : 8004476: XSLT Extension Functions Don't Work in WebStart
bf39f5917a4 : 8011786: Better applet networking
0698425eff5 : 8011786: Better applet networking
3033b828653 : 8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
a06b63065db : 8025003: Base64 should be less strict with padding
1ac0200394a : 8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms
6738fb5c5da : 8026978: JSR292: fatal error: Type profiling not implemented on this platform
be2d6e65350 : 8023651: j.l.r.Constructor.getAnnotatedReceiverType() and j.l.r.Constructor.getAnnotatedReturnType() for inner classes return incorrect result
85dad521d93 : 8019646: Clarify javadoc contract of LambdaMetafactory
2e342ed9681 : 8023862: deprecate HTTP proxying from RMI
35e44ba4bc2 : 8027204: Revise the update of 8026204 and 8025758
785895d80dc : 8027204: Revise the update of 8026204 and 8025758
5db9cc7beda : 8027170: Annotations declared on super-super-class should be overridden by super-class
183f370da33 : 8026163: Enhance media provisioning
025567557b2 : Added tag jdk8-b113 for changeset 21f4aa2310c2
a394220a727 : Added tag jdk8-b113 for changeset a3e196032ce5
7217e11778d : Added tag jdk8-b113 for changeset 220220c28a95
a2c13f91e09 : Added tag jdk8-b113 for changeset 70f69e624fc9
061b8f083af : Added tag jdk8-b113 for changeset e72a161be840
fdd9983b099 : Added tag jdk8-b113 for changeset 8a9716442153
38700d4889e : Added tag jdk8-b113 for changeset 031674170429
35d37e60579 : Added tag jdk8-b113 for changeset 221c3167eb35
a1abd2bc9de : Added tag jdk8-b113 for changeset 0cf466e2de61
45dd0a7642d : 8027025: [macosx] getLocationOnScreen returns 0 if parent invisible
8dd4be40662 : 8027030: AWT Multiple JVM DnD Test Failing on Linux (OEL and Ubuntu) and Solaris (Sparc and x64)
811cefb8f28 : 8026772: test/sun/util/resources/TimeZone/Bug6317929.java failing
a4c472645e6 : 8027371: Add JDI tests for breakpointing and stepping in lambda code
482f3cc1b9e : 8026863: regression in anonymous Logger.setParent method
2a5882abfe6 : 5063500: Formatter spec says "char" is not an integral type 7126305: Wrong Unicode value specified for format conversion character 'd' 8027287: incorrect example in Formatter javadoc
b776817a563 : 7090424: TestGlyphVectorLayout failed automately with java.lang.StackOverflowError
a1a132996a5 : 8009280: JCE jurisdiction policy files not copied into jdk/lib/security
21748b738ff : 8009280: JCE jurisdiction policy files not copied into jdk/lib/security
508272e5f57 : 8024423: JVMTI: GetLoadedClasses doesn't enumerate anonymous classes
e62fb20a596 : 8023682: Incorrect attributes emitted for anonymous class declaration
33d6b93e229 : 8026877: Error in opening JAR file when invalid jar specified with -Xbootclasspath/a on OpenJDK build
623fe13d2c3 : 8026417: Enhance XML canonicalization
2d18a94b034 : 8026417: Enhance XML canonicalization
fb5a684124e : 8006732: support correct bytecode storage of type annotations in multicatch
017ea089228 : 8026936: Initialize LamdbaToMethod lazily and as required
c28f9c91f7d : 8026797: Enhance data transfers
cb5592b08e4 : 8012941: JSR 292: too deep inlining might crash compiler because of stack overflow
3375e14588f : 8023004: JSR 292: java.lang.RuntimeException: Original target method was called
91102a74e9c : 8026888: Licensee build failure due to wrong libs being called
dba4a72be21 : 8027169: Xrender: Cleaner version of the fix for 7159455 Nimbus scrollbar glitch
b8a1a586709 : 5036554: unmarshal error on CORBA alias type in CORBA any
cc9f5581c4b : 8026888: Licensee build failure due to wrong libs being called
8a7395c4b89 : 8027150: ScriptObjectListAdapter won't work as expected
045020849b5 : 8027150: ScriptObjectListAdapter won't work as expected
a4e294381f2 : 8027059: (sctp) fatal warnings overly restrictive with gcc 4.8.1
09d0694c90a : 8020851: java.awt.event.WindowEvent spec should state that WINDOW_CLOSED event may not be delivered under certain circumstances
3e7ce096f9d : 8027128: jdk.nashorn.api.scripting.JSObject should be an interface
88d33f9397c : 8027128: jdk.nashorn.api.scripting.JSObject should be an interface
f14e06950e6 : 8024521: (process) Async close issues with Process InputStream
e1c6970bd6d : 8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable
e4ff6010114 : 8001922: Improve freetype handling
af31015c793 : 8001922: Improve freetype handling
1b5bd823352 : 8024070: C2 needs some form of type speculation
e608f6fde3c : 8026939: assert(Reachblock != NULL) failed: Reachblock must be non-NULL
e731a6d078e : 8026808: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java failed with unexpected exit value
13418d48006 : 8025728: Missing volatile specifier for field G1AllocRegion::_alloc_region
ceb177b16fb : 8026407: VM crashes on linux-ppc and linux-i586 when there is not enough ReservedCodeCacheSize specified
14fe29f8459 : 8026861: Wrong LineNumberTable for variable declarations in lambdas
237d1940c6e : 8027191: Fix for JDK-8026861 refers to an incorrect bug number
80787f47a9c : 8026770: javadoc creates invalid HTML in profile summary pages
c9ceea7ac71 : 8022720: Method refeerences - private method should be accessible (nested classes)
5ea357c66ef : 8026508: Invokedynamic instructions don't get line number table entries
0c0442200d8 : 8001173: [findbugs] Evaluate FindBug output for sun.font.CompositeFont, sun.font.CompositeFontDescriptor
53d2f8ae319 : 8027119: Cleanup javadoc comments for taglet API
69709943c35 : 8023668: Desugar serializable lambda bodies using more robust naming scheme
d9328a80c40 : 8027068: Update to NewMakefile.gmk check of MAKE_VERSION broke jdk8-build nightly builds on windows, saying 3.82.90 is too low
4c2ade4cc37 : 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
8d66261093f : 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
80ff340c1d6 : 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
a4db0124577 : 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
3c791baa4a4 : 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
9aa14a6c835 : 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
95958a239ec : 8023098: XRender : AlphaComposite test results are incorrect
0e4eda601c3 : 8014910: deadlock between JVM/TI ClassPrepare event handler and CompilerThread
8f5a3f75141 : 8023483: sun/java2d/DirectX/TransformedPaintTest/TransformedPaintTest.java failed with jdk8 on linux platforms
7eda7c75d77 : 8025018: Enhance JAX-P set up
5cf032ea79f : 8025018: Enhance JAX-P set up
4ac64cd06d9 : 8026809: [TESTBUG] Create regression test for JDK-8026041
033c5b68eac : 8026394: Eclipse fails with JDK8 build 111
b9908d60b7e : 8027020: [regression] java.lang.VerifyError: Bad type on operand stack
e61e6967680 : 8027020: [regression] java.lang.VerifyError: Bad type on operand stack
d24b73ab439 : 8027037: Make ScriptObjectMirror conversions work for any JSObject
70f28a9425d : 8027037: Make ScriptObjectMirror conversions work for any JSObject
806a003cb6c : 8027031: complete merging of loads and converts
85129f17441 : 8027031: complete merging of loads and converts
48b6b38e527 : 8025290: javac implicit versus explicit lambda compilation error
9d1ce9a5550 : 8020209: [macosx] Mac OS X key event confusion for "COMMAND PLUS"
0206687c1a8 : 8027024: String.prototype.charAt and charCodeAt do not evaluate 'self' and 'pos' arguments in right order
2e2ed4da7be : 8027024: String.prototype.charAt and charCodeAt do not evaluate 'self' and 'pos' arguments in right order
ca4ee27ab51 : 8024833: (fc) FileChannel.map does not handle async close/interrupt correctly
36e36d288cf : 8021257: com.sun.corba.se.** should be on restricted package list
f28903e1299 : 8021257: com.sun.corba.se.** should be on restricted package list
24b64e8c235 : 8004912: Repeating annotations - getAnnotationsByType(Class<T>) is not working as expected for few inheritance scenarios 8019420: Repeatable non-inheritable annotation types are mishandled by Core Reflection
f46cc723f8a : 8026864: Deprecate --disable-macosx-runtime-support
7bf42b66277 : 8026966: Most native libs broken on mac in jdk8/build
d46d24b7d4b : 8026848: -XX:+G1SummarizeRSetStats can result in wrong exit code and crash
06b32d6fcb3 : 8026955: for-in should convert primitive values to object
66d4cfc3449 : 8026955: for-in should convert primitive values to object
da800e698bf : 8026780: Crash on PPC and PPC v2 for Java_awt test suit
dce663f4270 : 8001925: Add useful help messages if freetype is not found on Windows
405f2da1270 : 8027015: AutoCloseable no longer implements @FunctionalInterface
02f1c63a96d : 8027015: AutoCloseable no longer implements @FunctionalInterface
fbb9a966b60 : 8027016: Array.prototype.indexOf should return -1 when array is of length zero
4e089bf89fd : 8027016: Array.prototype.indexOf should return -1 when array is of length zero
c8e5afcb707 : 8026962: Put java/lang/management/ClassLoadingMXBean/LoadCounts.java into ProblemList.txt
415ea4460a4 : 8009411: (reflect) Class.getMethods should not include static methods from interfaces
d8d3ea2057e : 8026857: AnnoConstruct.getAnnotationsByType does not search supertype for inherited annotations if @SomeContainer({}) is present
b94884a3300 : 8026251: New type profiling points: parameters to methods
682ea3f0612 : 8026974: solaris build missing java-rmi.cgi
50a598d507b : 8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV
39fb59399ac : 8026758: Inefficient code in LambdaToMethod
4a79e1cec8c : 8026855: AnnoConstruct.getAnnotationsByType includes inherited indirectly present annotations even when containee type is not inheritable
caf263e5b05 : 8008386: (cs) Unmappable leading should be decoded to replacement
0eef9268552 : 8026872: [TESTBUG] Classes OOMCrashClass4000_1.class and OOMCrashClass1960_2.class from runtime/ClassFile/ tests won't run on compact profiles
7b509ee9873 : 8026984: Clarity intended use of jdk.Exported
81ac3108d4a : 8023496: [jprt] build and test solaris 64-bits only
fa9bbd8594a : 8020037: String.toLowerCase incorrectly increases length, if string contains \u0130 char
ce60c35956f : 8024603: Turn on javac lint checking for auxiliaryclass, empty, and try in jdk build
c4dfaa37a2f : 8026951: Fix for 8025988 breaks jdk build on windows
f7a8ae1dd70 : 8022658: Revisit FunctionalInterface on some core libs types
4741adaaf26 : 8026842: Remove Time-Zone IDs HST/EST/MST
9705a6e3f94 : 8026853: Prepare GC code for collector policy regression fix
5976b6915a7 : 8026852: Use restricted_align_down in collector policy code
1123a5596ce : 8026851: Remove unnecessary code in GenRemSet
43754fccbd3 : 8026956: test tools/javac/lambda/TargetType58.java is failing after a libs change
e2efed4a9b4 : 8026959: assert(!n->pinned() || n->is_MachConstantBase()) failed: only pinned MachConstantBase node is expected here
2144264f74e : 8026874: During JAXWS build the newly built JAXP classes should be in the bootclasspath (not only in the classpath)
27f1f8efe62 : 8025834: NPE in Parallel Scavenge with -XX:+CheckUnhandledOops
5e52c4d90ed : 7140929: NotSerializableNotifTest.java fails intermittently
2f8b3bf80a5 : 8026499: Root Logger level can be reset unexpectedly
704c4cc965d : 8026528: [build] configure does not recognize newer make in cygwin
0510816f7bd : 8026871: NASHORN TEST: Enable possibility to test Nashorn use of JavaFX canvas
7adddc6d266 : 8026871: NASHORN TEST: Enable possibility to test Nashorn use of JavaFX canvas
d6fdb0a5713 : 8016344: (props) Properties.storeToXML behaviour has changed from JDK 6 to 7
1197f7a7993 : 8024613: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java failing intermittently
d491a496521 : 7197919: java/lang/management/ThreadMXBean/ThreadBlockedCount.java has concurency issues
8301b34548c : 7068126: Enhance SNMP statuses
ddd9098a272 : 8026781: Add missing test to exercise -XX:+UseLargePagesInMetaspace
1fbfd1734cd : 8026865: [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions
b79a0fda0f1 : 8025631: Enhance Lambda construction
24394acaead : 8026931: MethodParameters tests failing on Windows
29582c0ec02 : 8026791: wrong type_path encoded for method_return on an inner class constructor
84cadf2e45a : 8025109: Better encapsulation for AnnotatedType
0e34fa065ae : 8026893: Push 8026365 to TL early and add test
e5207fe2b4c : 8026794: Test tools/pack200/TimeStamp.java fails while opening golden.jar.native.IST on linux-ppc(v2)
50b8567c55e : 8023318: compiler/whitebox tests timeout with enabled TieredCompilation
fce1adef816 : 8026414: [TESTBUG] Tests for Tiered/NonTiered levels
f6a5cb56ecb : 8026930: In ManagementAgent.start it should be possible to set the jdp.name parameter (hotspot part)
3a6305e6c7d : 8024071: In ManagementAgent.start it should be possible to set the jdp.name parameter
ac0dadca7ff : 8026854: java.time.temporal.TemporalQueries doesn't compile after javac modification to lambda flow analysis
027b935c1b7 : 8024809: javac, some lambda programs are rejected by flow analysis
801ca669e45 : 8026928: new hotspot build - hs25-b56
3f8ae3e9b99 : 8024069: replace_in_map() should operate on parent maps
b6747accdf8 : Added tag hs25-b55 for changeset 9e1f4b025644
cee70e2272f : 8026567: Use meaningful style names for strong and italic styles
fbb6fe55430 : 8025988: [macosx] Attribute settings don't work for JobAttributes range 8025990: [macosx] Attribute settings don't work for JobAttributes setOrientationRequested, setMedia
cf30c203379 : 8026749: Missing LV table in lambda bodies
ef6f8003c8e : 8026858: Array length does not handle defined properties correctly
ec44b393570 : 8026858: Array length does not handle defined properties correctly
d7f0eeb825e : 8025828: Late binding of Chronology to appendValueReduced
a3fda5b9bc8 : 8004213: JDP packet needs pid, broadcast interval and rmi server hostname fields
801b3e680e4 : 8008242: VerifyOops is broken on SPARC
2861048105c : 8026476: Choice does not get mouse events if it does not have enough place for popup menu
fd2c7a37436 : 8024660: TEST_BUG: java/lang/ProcessBuilder/*IOHandle.java leaving hotspot.log open in fastdebug builds
d367fc0c178 : 8026876: (fs) Build issue with src/solaris/classes/sun/nio/fs/SolarisUserDefinedFileAttributeView.java
ef41b62611b : 8026028: [findbugs] findbugs report some issue in com.sun.jmx.snmp package
467adb4a7c4 : 7050570: (fs) FileSysteProvider fails to initializes if run with file.encoding set to Cp037
62105105d77 : 8026756: Test java/util/zip/GZIP/GZIPInZip.java failed
0452f7b159b : 8026859: (fs) test/java/nio/file/Files/StreamTest.java fails to compile intermittently
26158306cda : 7002846: Fix for 6989505 may be incomplete
660aab2c4d7 : 8026805: Array.prototype.length doesn't work as expected
e230ab93cf7 : 8026805: Array.prototype.length doesn't work as expected
d8fad522ed0 : 8021897: EXCEPTION_ACCESS_VIOLATION on debugging String.contentEquals()
6127ab4b869 : 8025869: make docs doesn't regenerate docs correctly after changing API doc comments in jaxp sources
3838ed7b686 : 8022783: Nashorn test fails with: assert(!def_outside->member(r))
6599bbfe0dc : 8001912: Improve detection of msvcr100.dll
376094224f0 : 8026698: Incorrect error handling in Metaspace::allocate
73ccbeb833d : 8025971: Remove ZoneId.OLD_SHORT_IDS 8026197: Slow reading tzdb.dat if the JRE is on a high-latency, remote file system
31f37c1db43 : 8026840: Fix new doclint issues in javax.naming
4f064cafe61 : 8026365: NoClassDefinitionFound for anonymous class invokespecial
1d45d9a3c1c : 8025799: Restore sun.reflect.Reflection.getCallerClass(int) until a replacement API is provided
f8e08a99652 : 8026838: Fix new doclint issues in javax.annotation.processing
a25177c60e0 : 7025699: Policy Tool is not accessible by keyboard
a630fe0c72c : 8016500: Unlocalized warnigs
670a226fcc9 : 8026832: Clean up straggling doclint warnings in java.math
4f5a89a5469 : 8026062: webrev.ksh: fix bug title web scraping, remove teamware, sac, "open bug", -l and wxfile support
1285dee32b7 : 8015912: jdeps support to output in dot file format 8026255: Switch jdeps to follow traditional Java option style
3f1d8870496 : 8004138: ForkJoinTask leaks exceptions
71a12d3eef4 : 8015912: jdeps support to output in dot file format 8026255: Switch jdeps to follow traditional Java option style
0137840fa93 : 8026812: doclint clean up for java.sql and javax.sql
9419bb4f592 : 8026233: test/sun/security/tools/keytool/StorePasswords.java needs to clean up files
70991c80527 : 8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI
a45aa286f30 : 8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI
12fb9529afe : 8026708: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation
056189cbbee : 8026183: minor documentation problems in java.lang.invoke 8015808: Typo in MethodHandle javadoc
44383570a17 : 8026356: [macosx] Found one Java-level deadlock:"AWT-EventQueue-0" && main
96c379d5312 : 8022657: Add FunctionalInterface annotation to awt interfaces
b065a35c903 : Added tag jdk8-b112 for changeset a31eeeed60a8
c9440bc8fcf : Added tag jdk8-b112 for changeset 49f23f00d4e6
28cd7f48eeb : Added tag jdk8-b112 for changeset 96faa2507e3a
81164400248 : Added tag jdk8-b112 for changeset 8518304d2097
8fb3f175e0e : Added tag jdk8-b112 for changeset 7ac3e6a52e4c
997f9fca3a6 : Added tag jdk8-b112 for changeset d0f3600edd98
10120331307 : Added tag jdk8-b112 for changeset 0bbe54dca484
81f22704697 : Added tag jdk8-b112 for changeset 80c546afbfd1
3d21054d49d : Added tag jdk8-b112 for changeset d6efd86ba297
04c47de4a93 : 8024530: Enhance font process resilience
d6811000334 : 8026701: Array.prototype.splice is slow on dense arrays
51efcaca19e : 8026701: Array.prototype.splice is slow on dense arrays
e7ec0b2a5d8 : 8026516: javadoc errors in java.time
70492e8a66e : 8026346: test/java/lang/SecurityManager/CheckPackageAccess.java failing
95ddbab8d9a : 8019540: licensee reports a JDK8 build failure after 8005849/8005008 fixes integrated
00982daf400 : 8026792: HOTSPOT: licensee reports a JDK8 build failure after 8005849/8005008 fixes integrated
b49c59f608b : 8025635: SoftReferences are not cleared before metaspace OOME are thrown
2be8957d814 : 8005810: Update Hotspot Serviceability Agent for Method Parameter Reflection and Generic Type Signature Data
d6f90baf178 : 8025812: tmtools/jmap/heap_config tests fail on Linux-ia32 because it Cant attach to the core file
c57660ca194 : 8008192: Better ordering checks needed in repeatingAnnotations/combo/ReflectionTest
7c6e4696ab8 : 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
34ad8867bc5 : 8026161: Don't narrow floating-point literals in the lexer
58290e75b1e : 8026161: Don't narrow floating-point literals in the lexer
79199b95bca : 8026715: Remove the MetaDataDeallocateALot develop flag
7bf2a9861b3 : 8026707: JDK-8026391 broke the optimized build target
c0555a7232e : 8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
37dccda2c45 : 8025014: Enhance Security Policy 6727821: Enhance JAAS Configuration
b61f4321b30 : 8025758: Enhance Naming management
e9f0b9af4a9 : 8024954: CMS: CMSClassUnloadingMaxInterval is not implemented correctly. This change is also part of the fix for 8024483
c668ed8f33c : 8022718: Runtime accessibility checking: protected class, if extended, should be accessible from another package
286d559a2fc : 8026712: TEST_BUG: update sun/security/tools/keytool/autotest.sh with a new location to find of libsoftokn3.so
91f6f174aeb : 8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
26af18b4267 : 8025703: Update LSR datafile for BCP 47
63f8dbc1d38 : 8026768: java.util.Map.Entry comparingBy methods missing @since 1.8
e59d2386983 : 8024461: [macosx] Java crashed on mac10.9 for swing and 2d function manual test
b8aff04aa02 : 8026286: Improper locking of annotation queues causes assertion failures 8026063: Calls to annotate.flush() cause incorrect type annotations to be generated
21627fb02f9 : 8024804: Crash when InterfaceMethodref resolves to Object.registerNatives
a360c92c70d : 8025715: Split CompileNativeLibraries.gmk
64b6d2b5e52 : 8009303: Tiered: incorrect results in VM tests stringconcat with -Xcomp -XX:+DeoptimizeALot on solaris-amd64
ef68cc1fc1b : 8026704: Build failure with --enable-debug
f888e8419e3 : 2228674: Fix failed for CR 7162144
8a2b60ace2d : 8026500: [infra] remove extraneous docs in solaris images
559aa38445e : 8026702: Fix for 8025429 breaks jdk build on windows
56bf9f42e0c : 8026703: Wrongly placed <xsl:import> element in Event-Based JVM Tracing .xsl files
f1ff8b5c67c : 6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar
14fdc269816 : 6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar
87c5582bacf : 8025925: jmap fails with "field _length not found in type HeapRegionSeq"
da20231112f : 8026172: Enhance UI Management
b2c4b12a12c : 8026487: PPC64: Implement 'os::fork_and_exec' on AIX
d22bf99ead4 : 8026693: getType() called on DISCARD node
98e95a2a05f : 8026693: getType() called on DISCARD node
d41ff60568f : 8026692: eval() throws NullPointerException with --compile-only
4b1800b5563 : 8026692: eval() throws NullPointerException with --compile-only
ec5d05699e7 : 8025638: jmap returns 0 instead of 1 when it fails
c1b27f86f3c : 8026204: Enhance auth login contexts
e5c34a89eb0 : 8026564: import changes from type-annotations forest
bdd269bb9dc : 8015586: [macosx] Test closed/java/awt/print/PrinterJob/PrintToDir.java fails on MacOSX
3b15010d414 : 8025429: [parfait] warnings from b107 for sun.java2d.cmm: JNI exception pending
912fc38c650 : 8026510: The name of com.sun.tools.javac.comp.Annotate.Annotator is confusing
1868655b894 : 8024947: javac should issue the potentially ambiguous overload warning only where the problem appears
53cc43916a7 : 8025816: javac crash with method reference with a type variable as the site
99e02c21cdb : 8026370: javadoc creates empty <span class="italic"></span>
6b7c3f53840 : 8025225: Window.setAlwaysOnTop documentation should be updated
88d5331a544 : 7059886: 6 JCK manual awt/Desktop tests fail with GTKLookAndFeel - GTK intialization issue
4ea77e09790 : 8026498: Revert: latest runsunspider.js tests contains several bugs
5fc60da189e : 8026498: Revert: latest runsunspider.js tests contains several bugs
fd29d64bfdf : 8026367: Add a sync keyword to mozilla_compat
6dea2bf0709 : 8026367: Add a sync keyword to mozilla_compat
e54055bbb88 : 7165611: implement Full Debug Symbols on MacOS X hotspot
232c4efbdb0 : 7165611: implement Full Debug Symbols on MacOS X hotspot
00478aa3b7f : 7165611: implement Full Debug Symbols on MacOS X hotspot
52d83865b80 : 8026180: com.sun.source.tree.NewArrayTree refers to com.sun.tools.javac.util.List
8a727caa63f : 8026397: Fix ambiguity with array conversion, including passing JS NativeArrays in Java variable arity methods' vararg array position
97d7f3fd3cb : 8026397: Fix ambiguity with array conversion, including passing JS NativeArrays in Java variable arity methods' vararg array position
f323c934d79 : 8026392: Metachunks and Metablocks are using a too large alignment
f149d477205 : 8026391: The Metachunk header wastes memory
444a15a09fe : 8015255: NPG: Don't waste fragment at the end of a VirtualSpaceNode before retiring it
909a12e572c : 8001933: Move Gensrc*.gmk and Gendata*.gmk into separate directories
f99959f054d : 8009681: TEST_BUG: MethodExitReturnValuesTest.java may fail when there are unexpected background threads
bdb08c592d4 : 7122887: JDK ignores Gnome3 proxy settings
80ce6f3ec53 : 8025868: Several lang/LMBD JCK tests fail with java.lang.BootstrapMethodError
96e2b92fb13 : 8024688: further split Map and ConcurrentMap defaults eliminating looping from Map defaults, Map.merge fixes and doc fixes
d4ba44bc9d6 : 8026405: javax/xml/ws/clientjar/TestWsImport.java failing on JDK 8 nightly aurora test runs
403003d3be5 : 8027176: Remove redundant jdk/lambda/vm/DefaultMethodsTest.java
41dccdf751d : 5036554: unmarshal error on CORBA alias type in CORBA any
28f4ef62ddd : 8020802: Need an ability to create jar files that are invariant to the pack200 packing/unpacking
7108f683fc2 : 8026789: Update test/java/lang/instrument/Re(transform|define)BigClass.sh test to use NMT for memory leak detection
28fc7fbaeb1 : 8020758: HttpCookie constructor does not throw IAE when name contains a space
92bd2a8b2d6 : 7112404: 2 tests in java/lang/management/ManagementFactory fails with G1 because expect non-zero pools
b7d5f19fe08 : 8025734: Use literal IP address where possible in SocketPermission generated by HttpURLPermission
eb1b9d5ad8f : 7105883: JDWP: agent crash if there exists a ThreadGroup with null name
9132d85a65d : 8027026: Change keytool -genkeypair to use -keyalg RSA
c7a8368f641 : 8025763: Provider does not override new Hashtable methods
46736337e0d : 8025909: Lambda Library Spec Updates 8024179: Document limitations and performance characteristics of stream sources and operations 8024138: (Spec clarification) Lambda Metafacory spec should state DMH constraint on implMethod
edcdc443e44 : 8026427: deprecate obsolete APIs from java.rmi
fc1eac539e3 : 6607048: clear extra l10n resource files in demo
1d8514b2893 : 8026109: [ja] overtranslation of jarsigner in command line output
93dcac6266b : 8026982: javadoc errors in core libs
fbd299b074f : 8027062: Fix lint and doclint issues in java.lang.{ClassLoader, ClassValue, SecurityManager}
eeaf2206bb5 : 8024686: Cleanup of java.time serialization source
c6ac4eb5579 : 8025287: NPE in api/java_security/cert/PKIXRevocationChecker/GeneralTests_GeneralTests
d2d0153dd63 : 7179567: JCK8 tests: api/java_net/URLClassLoader/index.html#Ctor3 failed with NPE 6445180: URLClassLoader does not describe the behavior of several methods with respect to null arguments
8c296952e1d : 8026873: tools/launcher/VersionCheck.java fails in jprt because of jmc.ini
2ebcd75a95c : 8026818: Defmeth failures with -mode invoke
7ebab2dbcd2 : 8026806: Incomplete test of getaddrinfo() return value could lead to incorrect exception for Windows Inet 6
11d02a8031b : 7074436: (sc) SocketChannel can do short gathering writes when channel configured blocking (win)
dc564c1a27e : 8017779: java/net/Authenticator/B4769350.java fails
3854742d69b : 8021191: Add isAuthorized check to limited doPrivileged methods
6b2d8a50492 : 8023390: Test java/net/NetworkInterface/MemLeakTest.java failed with the latest jdk8 build
c6e227a3e60 : 8024634: gc/startup_warnings tests can fail due to unrelated warnings
b6426924cf2 : 8024632: Description of InitialSurvivorRatio flag in globals.hpp is incorrect
908dd546392 : 8023158: hotspot/test/gc/7168848/HumongousAlloc.java fails 14 full gcs, expect 0 full gcs
fa38a2edcaf : 8026186: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java Compilation failed
7d4a3ec94ee : 8025740: Typo. Error line for wrong ReservedCodeCacheSize value is printed twice
615376fb9bb : 8026844: Various Math functions needs intrinsification
be1ae599ee4 : 8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms
1c047b640d2 : 8026495: JVM Crashes when started with -XX:+DTraceMethodProbes on Solaris x86_64
0837163643a : 8025998: Missing LV table in lambda bodies
31b34ce39c6 : 8025693: recent javadoc changes cause com/sun/javadoc/testLinkOption/TestLinkOption.java to fail
75969430ac9 : 8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
26b8f332621 : 8023590: REGRESSION: large count of graphics artifacts with Java 8 on Windows 8 on Intel HD card
72e73082638 : 8026299: invokespecial gets ICCE when it should get AME
fc85ec65d85 : 8026371: "tidy" issues in langtools/src/**/*.html files
52b9a4cd19d : 8026176: Enhance document printing
70e5173968c : 8014719: HttpClient/ProxyTest.java failing with IAE HttpURLPermission.parseURI
da21af58f48 : 8014016: javac is too late detecting invalid annotation usage
09523f25836 : 8026368: doclint does not report empty tags when tag closed implicitly
d8f5fe01b24 : 8022536: closed/javax/print/TextFlavorTest.java fails
a2dc296d679 : 8019591: JCK: testICSEthrowing_fullScreen fails: no ICSE thrown
cc97ce7aac4 : 8020708: NLS mnemonics missing in SwingSet2/JInternalFrame demo
5bcfa111b3c : 8005391: Floating behavior of HTMLEditorKit parser
ba1c14b5274 : 7196801: NPG: Fix java/lang/management/MemoryMXBean/LowMemoryTest2
3e9df3ecf1d : 8025661: Ill-formed -Xminf and -Xmaxf options values interpreted as 0
9eb9388a819 : 7058611: JPG parser bugs found via zzuf fuzzing
a1e06f7eaca : 7058607: GIF parser bugs found via zzuf fuzzing
89b5a10c5ff : 7058602: BMP parser bugs found via zzuf fuzzing
904f9462585 : 8023555: test/java/net/Socks/SocksProxyVersion.java fails when machine name is localhost
3538d0af554 : 8026113: Nashorn arrays should automatically convert to Java arrays
4aeb1cd7758 : 8026113: Nashorn arrays should automatically convert to Java arrays
826ebc04a26 : 7035495: javax.swing.ImageIcon spec should be clarified
0498dd16c0a : 7016396: (spec) JCK test mentioned in 6735293 is still failing
1aa36eafd65 : 8025921: Make LOG=debug output more readable
3c50f751736 : 8026016: too many relinks dominate avatar.js http benchmark
f6a5c283436 : 8026016: too many relinks dominate avatar.js http benchmark
545297d64de : 8025612: rt.jar still has old specification value in the manifest
05ef4a276b8 : 7165112: Incomprehensible garbage in doc for RootPaneContainer
f573ee1917b : 8024704: Improve API documentation of ClassLoader and ServiceLoader with respect to enumeration of resources
ca0d6ea6f70 : 8025824: [cleanup] Fix tidy errors and warnings in preformatted HTML files related to 2d/awt/swing
ec67e938e25 : 8026119: Regression test DHEKeySizing.java failing intermittently
a8aaf9f52ad : 8025255: (tz) Support tzdata2013g
f1e20eb4826 : 8025910: rename substream(long) -> skip and remove substream(long,long)
9ef30e9ae7d : 8013839: Enhance Logger API for handling of resource bundles 4814565: (rb) add method to get basename from a ResourceBundle
fb1bcf242f9 : 8011638: Remove deprecated methods in sun.util.logging.PlatformLogger
1fe89b3d703 : 8026245: InetAddress.getLocalHost crash if IPv6 disabled (macosx)
ec06d2fa6cc : 6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar
45dc5dd0df0 : 8025124: InitialToken.useNullKey incorrectly applies NULL_KEY in some cases
04360f139e2 : 8026378: TEST_BUG: Clean up TEST.groups
3c035b0aacf : 8010371: getaddrinfo can fail with EAI_SYSTEM/EAGAIN, causes UnknownHostException to be thrown
efa036f6781 : 8026513: ProblemList.txt Updates (10/2013)
71f33254816 : 8023431: Test java/util/zip/GZIP/GZIPInZip.java failed
65322444556 : 8025722: TemporalAdjusters and TemporalQueries
c630cf1e68e : 8026404: Logging in Applet can trigger ACE: access denied ("java.lang.RuntimePermission" "modifyThreadGroup")
f5ed80ef596 : 8026398: Can't load jdk.Exported, ClassNotFoundException
c3a2245bba3 : 6804470: JvmstatCountersTest.java test times out on slower machines
c839f538b65 : 8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
ca8301dc7da : 8026362: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed on windows, jtreg report Fail to org.testng.SkipException
811bbcded2c : 8008733: Psr:perf:osb performance regression (18%) in wss_bodyenc
f43f3d62c0f : 8025026: Enhance canonicalization
7476c45011b : 8024667: VM crashes with "assert(method() != NULL) failed: must have set method"
db171c7b5dc : 8025942: os::Bsd::available_memory() needs implementation
098c3c7a866 : 8026304: jarsigner output bad grammar
588c91b042b : 8023643: G1 assert failed when NewSize was specified greater than MaxNewSize
1e73553e8c8 : 8026213: Reflection support for private interface methods
cad4186f29e : 8025796: hgforest.sh could trigger unbuffered output from hg without complicated machinations
7b9107d1738 : 8026265: new hotspot build - hs25-b55
a613a8bf3e5 : Added tag hs25-b54 for changeset aa8bcabd9d44
68b9f08d492 : 8019526: (fs) Files.lines, etc without Charset parameter
532ecca465e : 7195597: ThreadStateTest gets different results with -Xcomp
848f690d01a : 8026301: DomainKeyStore doesn't cleanup correctly when storing to keystore
27c290a9695 : 8026041: JVM crashes with assert "assert(is_updated()) failed: must not be clear" with -XX:+PrintGCApplicationConcurrentTime in -Xcomp mode
4af06813d8a : 8025712: (props) Possible memory leak in java_props_md.c / ParseLocale
fa72ad21f9d : 8022592: assert at constantTag.cpp:57: ShouldNotReachHere()
d04b304568a : 8024776: Max/MinHeapFreeRatio descriptions should be more precise
11caa358e77 : 8024329: [macosx] JRadioButtonMenuItem behaves like a checkbox when using the ScreenMenuBar
c002447a5e7 : 8026262: NPE in SystemFlavorMap.getAllNativesForType - regression in jdk8 b110 by fix of #JDK-8024987
958096d69b2 : 6278240: Exception from AnnotationValue.getValue() should list the found type not the required type
e0df3515ce1 : 8026309: latest runsunspider.js tests contains several bugs
77fa728cc4a : 8026309: latest runsunspider.js tests contains several bugs
891396b2e88 : 8022185: Fix Raw and unchecked warnings in classes belonging to java.awt.datatransfer
2f923e88048 : 8007292: Add JavaFX internal packages to package.access
b7643e01172 : 8004183: test/sun/management/jmxremote/LocalRMIServerSocketFactoryTest.java doesn't clean-up
d290b87de61 : 8031766: jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled
03db096d575 : 8034220: Improve time zone mapping for AIX platform
cb8b28132aa : 8031485: [macosx] Combo box consuming escape key events
d599d25a496 : 8024185: [macosx] Fullscreen button freezes application when started with -splash
52a85030dee : 8037398: integer overflow in jdk/src/share/bin/java.c
253cc3bc507 : 8035752: Some tmtools binaries reference JDK 7 on Mac
c1afa30ccb5 : 8043627: NPE in SynthContext in plugin mode
97e991f4d67 : 8043529: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
83b0dd80a0c : 8036110: In TextField can only select text visible or to the left of the cursor
8d869857657 : 8038994: AnnotatedType.getType() of a TypeVariable boundary without annotations return null
d2f1f355bc8 : 8039083: REGRESSION: closed/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.html fails with NPE since 8u20 b07 on Linux
682aec3ab69 : 8042855: [parfait] Potential null pointer dereference in IndicLayoutEngine.cpp
b1d99a216f8 : 8042850: [parfait]: Extra unused entries in ICU ScriptCodes enum
949002c9204 : 8030628: Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg
820eebee471 : 8029346: LowMemoryTestConcMarkSweepGC.sh fails intermittently with timeout
fbb32f4ee88 : 8043456: KSS: javax.swing.plaf.basic.BasicInternalFrameTitlePane#postClosingEvent
2fc92e07209 : 8040809: '}' left in the spec for j.u.Random.doubles(..)
afe66f00370 : 8028627: Unsynchronized code path from javax.crypto.Cipher to the WeakHashMap used by JceSecurity to store codebase mappings
9963d07882d : 8038000: java.awt.image.RasterFormatException: Incorrect scanline stride
a0955955926 : 8034170: Digest authentication interop issue
0415f9143d8 : 8043012: (tz) Support tzdata2014c
cce8b2480a8 : 8041791: String.toLowerCase regression - violates Unicode standard
7cff8aafd40 : 8043151: KSS: javax.swing.plaf.nimbus.AbstractRegionPainter#getComponentColor
7421c68e93a : 8043152: KSS: javax.swing.plaf.synth.SynthContext
143fd6595cc : 8043153: KSS: javax.swing.plaf.synth.SynthParser#startColor
ed350938ad3 : 7175457: [TEST_BUG] closed/java/awt/Window/AlwaysOnTop/TestAlwaysOnTopBeforeShow.java still failed
6ab48bf7580 : 8041725: Nimbus JList selection colors persist across L&F changes
7f46daa53be : 8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests
a74da930612 : 8039751: UTF-8 decoder fails to handle some edge cases correctly
92eaa11e850 : 8004183: test/sun/management/jmxremote/LocalRMIServerSocketFactoryTest.java doesn't clean-up
ab9f8d014a7 : 8031766: jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled
e6df4152252 : 8034220: Improve time zone mapping for AIX platform
ef25e648fab : 8031485: [macosx] Combo box consuming escape key events
502be3a7280 : 8024185: [macosx] Fullscreen button freezes application when started with -splash
d80efa76705 : 8037398: integer overflow in jdk/src/share/bin/java.c
b6ddc803edb : 8035752: Some tmtools binaries reference JDK 7 on Mac
fefce4205f1 : 8043627: NPE in SynthContext in plugin mode
99676e0cc80 : 8043529: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
1fdcb2e26a6 : 8036110: In TextField can only select text visible or to the left of the cursor
5065e4a7315 : 8038994: AnnotatedType.getType() of a TypeVariable boundary without annotations return null
4741b9668cd : 8039083: REGRESSION: closed/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.html fails with NPE since 8u20 b07 on Linux
4bbf69c5ecf : 8042855: [parfait] Potential null pointer dereference in IndicLayoutEngine.cpp
df7d387e626 : 8042850: [parfait]: Extra unused entries in ICU ScriptCodes enum
2d775e9480f : 8030628: Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg
f2d1c8caf26 : 8029346: LowMemoryTestConcMarkSweepGC.sh fails intermittently with timeout
5eb201629da : 8043456: KSS: javax.swing.plaf.basic.BasicInternalFrameTitlePane#postClosingEvent
e8be427571a : 8040809: '}' left in the spec for j.u.Random.doubles(..)
f7dc2cdade5 : 8028627: Unsynchronized code path from javax.crypto.Cipher to the WeakHashMap used by JceSecurity to store codebase mappings
26e38328b2b : 8038000: java.awt.image.RasterFormatException: Incorrect scanline stride
ec077942f32 : 8034170: Digest authentication interop issue
715a2a57fe5 : 8043012: (tz) Support tzdata2014c
1109e0af029 : 8041791: String.toLowerCase regression - violates Unicode standard
17e1e19e779 : 8043151: KSS: javax.swing.plaf.nimbus.AbstractRegionPainter#getComponentColor
d2bb3e6e715 : 8043152: KSS: javax.swing.plaf.synth.SynthContext
3916bc99b6b : 8043153: KSS: javax.swing.plaf.synth.SynthParser#startColor
7c5b1157cb9 : 7175457: [TEST_BUG] closed/java/awt/Window/AlwaysOnTop/TestAlwaysOnTopBeforeShow.java still failed
4a2312a3cc7 : 8041725: Nimbus JList selection colors persist across L&F changes
4055a2496c5 : 8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests
5f74c09d219 : 8039751: UTF-8 decoder fails to handle some edge cases correctly
76d698bbf82 : 8026317: $ in the function name results in wrong function being invoked
49c07022609 : 8026317: $ in the function name results in wrong function being invoked
7f0264f5485 : 8024425: VM_HeapDumper doesn't put anonymous classes in the heap dump
44c3da1ed0a : 8026199: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java Compilation failed
9b8906104d6 : 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
f32480245f5 : 8023301: Enhance generic classes
0e8081e57b5 : 8025657: compiler/intrinsics/mathexact/ConstantTest.java fails on assert in lcm.cpp on solaris x64
83e635a0903 : 8026293: Schedule part of G1 pre-barrier late
d03157f2cf1 : 8026376: assert(false) failed: DEBUG MESSAGE: exception pc already set
b1d7228bff6 : 8026124: JSR-292 bug: java.nio.file.Path.toString cores dump
c8bfc7e7d7e : 8026054: New type profiling points: type of return values at calls
7f46feeee2a : 8005173: assert(false) failed: DEBUG MESSAGE: exception oop must be empty (macroAssembler_x86.cpp:625)
9215790d61b : 8011415: CTW on Sparc: assert(lrg.lo_degree()) failed:
a71c4a53907 : 8026302: source representation of getter and setter methods is wrong
93568dc4b45 : 8026302: source representation of getter and setter methods is wrong
02625b48e3a : 8026292: Megamorphic setter fails with boolean value
0efd1ec5605 : 8026292: Megamorphic setter fails with boolean value
6468414f4aa : 8026143: [macosx] Maximized state could be inconsistent between peer and frame
a8e63b82f1e : 8012557: Implement lambda methods on interfaces as private 8016320: Method reference in subinterface of type I.super::foo produces exception at runtime
36d36b2eda9 : 8026263: [NASHORN] Test test/script/basic/JDK-8025488.js fails in nightly builds
47391b81c0b : 8026263: [NASHORN] Test test/script/basic/JDK-8025488.js fails in nightly builds
a29d963e53e : 8026294: 8025633 breaks langtools/test/com/sun/javadoc/testRepeatedAnnotations/TestRepeatedAnnotations.java
a78344ba67d : 8008762: Type annotation on inner class in anonymous class show up as regular type annotations 8015257: type annotation with TYPE_USE and FIELD attributed differently if repeated 8013409: test failures for type annotations
ea3f63b0968 : 8003262: reverse translation required changes in xalan resource bundles
89352ad3e6b : 8026011: java.lang.reflect.MalformedParametersException introduces doclint warnings
66bb0d28fac : 8026264: Getter, setter function name mangling issues
b9a835c52c2 : 8026264: Getter, setter function name mangling issues
ad8c918fb18 : 8019461: Clean up javac diagnostics 7196553: Review error messages for repeating annotations
a7125b5d2ea : 8025633: Fix javadoc to generate valid anchor names
dcfd3a3ca8c : Added tag jdk8-b111 for changeset c41d23d035d7
cfdd010545c : Added tag jdk8-b111 for changeset 99b8dd0c81a3
67a4e0fd304 : Added tag jdk8-b111 for changeset 9c619baa6191
5d6172225c0 : Added tag jdk8-b111 for changeset ff73e351b200
728d3e5b32b : Added tag jdk8-b111 for changeset e1123c1187eb
02c9ba8b0fc : Added tag jdk8-b111 for changeset 3aaab60d6b93
373c634bbb6 : Added tag jdk8-b111 for changeset 269723de7103
216d63ee343 : Added tag jdk8-b111 for changeset 24ea7322b779
85b5a91ea8c : Added tag jdk8-b111 for changeset b46e3359ae47
db556bacff5 : 7044282: (reflect) Class.forName and Array.newInstance are inconsistent regarding multidimensional arrays
bc140e31725 : 8025204: Intermittent test failure: javax/management/remote/mandatory/connection/IdleTimeoutTest.java
17c3bb80339 : 8024864: [macosx] Problems with rendering of controls
347f54c3e2c : 7058618: PNG parser bugs found via zzuf fuzzing
e0aeb3cfb79 : 8026250: Logging nullpointer bugfix and javadoc warnings
f7242e368a3 : 8026250: Logging nullpointer bugfix and javadoc warnings
aef0d74e96d : 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
c0c561895ac : 8001931: The new build system whitespace cleanup
952d9ce87cb : 8001931: The new build system whitespace cleanup
75a164f0cdc : 8001931: The new build system whitespace cleanup
6f2bbea8516 : 8001931: The new build system whitespace cleanup
65be173f172 : 8001931: The new build system whitespace cleanup
10aa3f5f29e : 8001931: The new build system whitespace cleanup
a706cda2edf : 8001931: The new build system whitespace cleanup
a577bf41545 : 8026162: "this" in SAM adapter functions is wrong
c137ccf192d : 8026162: "this" in SAM adapter functions is wrong
2fed0b98f83 : 7076487: (sctp) SCTP API classes does not exist in JDK for Mac
c2db4022bfd : 8026248: importClass has to be a varargs function
8cf47380315 : 8026248: importClass has to be a varargs function
b7eebfe7801 : 8026167: Class cache/reuse of 'eval' scripts results in ClassCastException in some cases
d5dda0a437f : 8026167: Class cache/reuse of 'eval' scripts results in ClassCastException in some cases
2acaedb5380 : 7011859: java/util/concurrent/Semaphore/RacingReleases.java failing
5c2cfd8db4f : 8026232: Move libnpt from profile compact1 to compact3
3723c4691ce : 8014446: JT_JDK: Wrong detection of test result for test com/sun/jdi/NoLaunchOptionTest.java
dafa242f76a : 8025588: [macosx] Frozen AppKit thread in 7u40
4230c58678a : 8025427: jstat tests fails on 32-bit platforms
8f5279cf871 : 8026235: keytool NSS test should use 64 bit lib on Solaris
c8a7fb8dced : 8025205: Intermittent test failure: javax/management/remote/mandatory/connection/BrokenConnectionTest.java
3e4c0741c4f : 8021237: clean up JavacAnnotatedConstruct
5a3e98293da : 8025206: Intermittent test failure: javax/management/monitor/NullAttributeValueTest.java
65d897864df : 8025207: Intermittent test failure: javax/management/monitor/CounterMonitorThresholdTest.java
3cb6eedf9fb : 8023611: Win32 and win64: Remove all the WARNINGS in JDK 8 builds for Windows 2008 and MSVS 2010 SP1
25f7d7b91b4 : 8023611: Win32 and win64: Remove all the WARNINGS in JDK 8 builds for Windows 2008 and MSVS 2010 SP1
62fc4be9cbf : 8025185: MethodHandleInError and MethodTypeInError not handled in ConstantPool::compare_entry_to and copy_entry_to
e9ef833478b : 8024354: Explicitly permit DoubleStream.sum()/average() implementations to use higher precision summation
1f3355acb3d : 7058662: AiffFileReader throws java.lang.ArithmeticException: division by zero when frame size is zero 7058666: Unexpected exception in AU parser code 7058672: Unexpected exceptions and freezes in WAV parser code
1514de31eba : 8026185: nsk/jvmit/GetMethodDeclaringClass/declcls001 failed
1abf520f0db : 8026021: more fix of javadoc errors and warnings reported by doclint, see the description
5edd3cbdfee : 8024709: TreeMap.DescendingKeyIterator 'remove' confuses iterator position
3b56462097e : 7189139: BigInteger's staticRandom field can be a source of bottlenecks
4ee6d9bd3a6 : 8016252: More defensive HashSet.readObject
b90addac580 : 8020750: Node::get_int: guarantee(t != NULL) failed: must be con
bc56565f2a5 : 8024076: Incorrect 2 -> 4 year parsing and resolution in DateTimeFormatter
e77075b0226 : 8016551: JMenuItem in WindowsLookAndFeel can't paint default icons
c0ce231319a : 8019623: Lack of synchronization in AppContext.getAppContext()
1f02e9968ec : 8023524: Mechanism to dump generated lambda classes / log lambda code generation
35d5f5765dc : 8026137: Fix Issues with Binary Evaluation Order
16ce875fc6a : 8026137: Fix Issues with Binary Evaluation Order
cbd0e9bf96e : 8023657: New type profiling points: arguments to call
5798b28398a : 8026144: Missing mkdir in Images.gmk
1e868581be3 : 8026008: Constant folding removes var statement
3ef5f027ce4 : 8026008: Constant folding removes var statement
8b7ad3288c1 : 7159266: [macosx] ApplicationDelegate should not be set in the headless mode
bfdab50e817 : 8026125: Array.prototype.slice.call(Java.type("java.util.HashMap")) throws ClassCastException: jdk.internal.dynalink.beans.StaticClass cannot be cast to jdk.nashorn.internal.runtime.ScriptObject
a7261c57e05 : 8026125: Array.prototype.slice.call(Java.type("java.util.HashMap")) throws ClassCastException: jdk.internal.dynalink.beans.StaticClass cannot be cast to jdk.nashorn.internal.runtime.ScriptObject
5ec0ba7c479 : 8025087: Annotation processing api returns default modifier for interface static method
7de3ec870de : 8025141: java.lang.ClassFormatError: Illegal field modifiers in class (...)
9c471c0dc0f : 8013830: [parfait] Uninitialised pointer 'Reachblock' may be used as argument
36b94773c9e : 8026037: [TESTBUG] sun/security/tools/jarsigner/warnings.sh test fails on Solaris
c7b9274feb3 : 8016356: Any swing frame resizes ugly
bff389c83b1 : 8025649: need test to cover JDK-8000423
0f45589a8f9 : 8026112: Function("with(x ? 1e81 : (x2.constructor = 0.1)){}") throws AssertionError: double is not compatible with object
1ed23728161 : 8026112: Function("with(x ? 1e81 : (x2.constructor = 0.1)){}") throws AssertionError: double is not compatible with object
3fc4c7060d0 : 8007923: Tests on references fails
20295341f5e : 8025967: addition of -Werror broke the old build
23cf2b8885e : 8004050: [macosx] The 'ESC' key does not work with jdk8
920880a243d : 8026022: Verifier: allow anon classes to invokespecial host class/intf methods
5ed7c4d3a2e : 8025603: Unused methods in the awt text peers should be removed
ba9b938306d : 8014374: Cannot initialize "AES/GCM/NoPadding" on wrap/unseal on solaris with OracleUcrypto
a5add24f518 : 8012900: CICO ignores AAD in GCM mode
2f4af22f178 : 7196382: PKCS11 provider should support 2048-bit DH
eacfa0f7732 : 8022119: test api/javax_sound/sampled/spi/MixerProvider/indexTGF_MixerProviderTests fails
e4532623a7d : 8025215: jdk8 l10n resource file translation update 4
0d1247801d2 : 8026048: Function constructor should convert arguments to String before performing any syntax checks
c257318ccc7 : 8026048: Function constructor should convert arguments to String before performing any syntax checks
9a9e0fd42cc : 7081594: Windows owned by an always-on-top window DO NOT automatically become always-on-top
a485f88ad95 : 7172597: java.awt.KeyboardFocusManager.clearFocusOwner() missed javadoc tag @since 1.8
fdd26c3a51c : 7081584: Specification for Window.isAlwaysOnTopSupported needs to be clarified
8011d24b073 : 8026042: FoldConstants need to guard against ArrayLiteralNode
90e3c6f95e8 : 8026042: FoldConstants need to guard against ArrayLiteralNode
f6875dad27c : 8024415: Bug in javac Pretty: Wrong precedence in JCConditional trees
bf733d1947b : 7199196: Incremental transfer is broken because of a typo
6cd9ba708ce : 8026039: future strict names are allowed as function name and argument name of a strict function
21a8fda433f : 8026039: future strict names are allowed as function name and argument name of a strict function
acf636d21cc : 7068423: Spec for java.awt.GraphicsDevice.getFullScreenWindow() needs clarification
d8c323d038f : 8000425: FileDialog documentation should be enhanced
419c7a7c32d : 8025585: Win: Popups in JFXPanel do not receive MouseWheel events
ee806b07216 : 7158311: GraphicsDevice.setDisplayMode(...) leads to hang when DISPLAY variable points to Oracle Linux 8001463: Regression : Deadlock between AWT-XAWT thread and AWT-EventQueue-0 Thread when screen resolution changes
d36134467c2 : 8025965: Specialized functions with same weight replace each other in TreeSet
1c0f2023827 : 8025965: Specialized functions with same weight replace each other in TreeSet
ba4818b1523 : 8026033: Switch should load expression even when there are no cases in it
d77e1a17017 : 8026033: Switch should load expression even when there are no cases in it
241991b07e8 : 8025236: [javadoc] fix some errors in AWT
c4f493f5087 : 8025213: Assignment marks variable as defined too early
3d454634610 : 8025213: Assignment marks variable as defined too early
31fdd1b27ca : 8024788: (fs) Files.readAllBytes uses FileChannel which may not be supported by all providers
5bc35911d01 : 8025136: SplittableRandom enchancements
c3d0e64506e : 8019375: Internal symbol table size should be tunable
f9f9dd164ab : 8026025: JVM_GetCallerClass allows Reflection.getCallerClass(int depth) to use
1d8fbe7d053 : 6956398: make ephemeral DH key match the length of the certificate key
640945b6f38 : 8026017: Make history of AnnotatedConstruct methods in jx.l.m.e.Element clearer
6a322383a89 : 8026009: Changes for 8025968 break all stream tests
f00b2dd7ad9 : 8025840: Fix all the doclint warnings about trademark
1542ab6eefb : 8025968: Integrate test improvements made in lambda repo
088ded71f90 : 8009130: Lambda: Fix access controls, loader constraints
e749e357715 : 8005924: Make it possible to set both --with-user-release-suffix and --with-build-number
2cbd654963e : 8025996: Track metaspace usage when metaspace is expanded
55cbe803009 : 8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces
30ed89669a1 : 8003420: NPG: make new GC root for pd_set
2d75de8b05d : 8010506: Typos and errors in descriptions of vm options in globals.hpp
7f3b5378075 : 8014555: G1: Memory ordering problem with Conc refinement and card marking
3b9db3b7b2f : 8007219: [macosx] Frame size reverts meaning of maximized attribute if frame size close to display
254c8525647 : 8025438: [macosx] right JNFCall* method should be used in JDK-8008728 fix
af5d94ec715 : 8025920: webrev.ksh does not provide any details about changes in zip files
68ef7f0bc30 : 8025983: Typo in Javadoc of Files.isRegularFile()
d3158f2d767 : 8025991: tools/launcher/RunpathTest.java fails
bb528dd1d50 : 8025845: Default methods are unnecessarily marked w/ force_inline directive in some situations
0059da4a6da : 8024774: assert(_con < t->is_tuple()->cnt()) failed: ProjNode::_con must be in range
9edb09d8fbd : 8024943: ciReplay: fails to dump replay data during safepointing
9cb5f396ae6 : 8025849: Redundant "pid" in VM log file name (e.g. hotspot_pidpid12345.log)
61e7dbb67ea : 8024867: Enhance logging start up
2b82651ec0c : 8023796: [TESTBUG] Add -XX:-TransmitErrorReport to runtime/6888954/vmerrors.sh
dcbbb4d37be : 8025922: JNI access to Strings need to check if the value field is non-null
be5df968ee7 : 8024438: JSR 292 API specification maintenance for JDK 8
c5b5f0d6c7c : 8025112: JSR 292 spec updates for security manager and caller sensitivity
32e77eaae1c : 8001110: method handles should have a collectArguments transform, generalizing asCollector
4ea5f818b56 : 8024599: JSR 292 direct method handles need to respect initialization rules for static members
154969a2bc0 : 8001108: an attempt to use "<init>" as a method name should elicit NoSuchMethodException
e4df9dc1eec : 8001109: arity mismatch on a call to spreader method handle should elicit IllegalArgumentException
77dc59f6cab : 8019417: JSR 292 javadoc should clarify method handle arity limits
622186edcb3 : 8001105: findVirtual of Object[].clone produces internal error
62ee211c8dc : 8024761: JSR 292 improve performance of generic invocation
6427a35789e : 8016271: wsimport -clientjar does not create portable jars on Windows due to hardcoded backslash
03c9c56f88e : 8005542: jtreg test OverrideBridge.java contains @ignore
c1c21c0ff1d : 8025940: Windows build fails after the fix for 8025280
74d2e71e101 : 8003537: javap use internal class name when printing bound of type variable
80f7d761c6a : 8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8
bb2e47a5f48 : 8025970: Spurious characters in JavaCompiler
6995b57041b : 6525408: DiagnosticListener should receive MANDATORY_WARNING in standard compiler mode
52267389a1f : 8025859: new hotspot build - hs25-b54
91b6c6cb5f6 : Added tag hs25-b53 for changeset 2e003ae41242
be225c4b490 : 8022163: javac exits with 0 status and no messages on error to construct an ann-procesor
b10f820519f : 8024756: method grouping tabs are not selectable
7ad9444ac10 : 8008164: Invisible table captions in javadoc-generated html
785483b7a9d : 8025745: Clarify API documentation of JAXP factories
bfc53b6607c : 8011138: C2: stack overflow in compiler thread because of recursive inlining of lambda form methods
e18872a5a90 : 8025913: Rename jdk.Supported to jdk.Exported
798b7d23562 : 8020688: Broken links in documentation at http://docs.oracle.com/javase/6/docs/api/index
bb40243d1ae : 7096170: should remove unused support for enabling javac logging
1d4c1c6ee53 : 8016271: wsimport -clientjar does not create portable jars on Windows due to hardcoded backslash
c8559006231 : 8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8
f718e1fa547 : 8021186: jdk/lambda/vm/DefaultMethodsTest.java fails
85a24d4abdc : 8025448: Enhance listening events
69e3b11c837 : 8025054: Update JAX-WS RI integration to 2.2.9-b130926.1035
d3094c0e8c6 : 6313383: SA: Update jmap to support HPROF binary format "JAVA PROFILE 1.0.2"
2a3f1d56d35 : 8025526: VirtualSpace should support per-instance disabling of large pages
3b34e78d20a : 8024838: Significant slowdown due to transparent huge pages
829ad9332ba : 8025854: Use "young gen" instead of "eden"
738af149a29 : 8016845: SA is unable to use hsdis on windows
4183b8a64e4 : 8025771: Enhance Nashorn Contexts
be135d2901f : 8025771: Enhance Nashorn Contexts
1afb02e2228 : 8007446: Add /MP to cl.exe speeds up windows builds of OpenJDK
4f459e644f9 : 8025656: compiler/8013496/Test8013496.sh fails on assert
dd031ed38f4 : 8025118: Annotation processing api returns default modifier for interface without default methods
b08778e1395 : 8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV
e2466c15077 : 8025004: -XX:+CheckUnhandledOops asserts for JDK 8 Solaris fastdebug binaries
7b490635eab : 8025294: [parfait] JNI-related warnings from b107 for jdk.src.solaris.native.sun.java2d.x11
3c27e706c7a : 8025664: [parfait] warnings from b62 for jdk.src.share.native.sun.font
3a01c9493ee : 8025309: [parfait] JNI-related warnings from b107 for jdk.src.share.native.sun.java2d.pipe
fa90ce8bf81 : 8025480: [parfait] "JNI exception pending" warnings from b107 for jdk.src.share.native.sun.java2d
85c942f353b : 8025280: [parfait] warnings from b107 for jdk.src.share.native.sun.java2d.loops: JNI exception pending, JNI critical region violation
582aa55e4d1 : 8025852: Remove unnecessary setters in collector policy classes
1705cfa533b : 8020849: jdk/lambda/vm/DefaultMethodsTest.java
551b5e50c6b : 8010433: Remove lambda metafactory work-around to JDK-8005119
11da59e5068 : 8025853: Remove unnecessary uses of GenerationSizer
5520d11d0c5 : 7092283: Property Window.locationByPlatform is not cleared by calling setVisible(false)
5319e7da59d : 7174704: [macosx] New issue in 7u6 b12: HeadlessPrintingTest failure
ccbfbe87360 : 8025738: locale related test fails on langtools mac 10.7 test host
d95f70f9d38 : 8009213: sun/management/jdp/JdpTest.sh fails with exit code 1
cea15b4dee3 : 8013553: [macosx] java.awt.FileDialog removes file extensions
ed022aded1d : 8025855: Simplify GenRemSet code slightly
0d88315d61f : 8024522: java.time packages missing from src.zip
46ad112b4d8 : 8008944: Correct typos
1604846c446 : 8025567: Mark relevant public stream tests as serialization hostile
59adc04ee5a : 8024067: Missing replace_in_map() calls following null checks
619948a8f1f : 8025566: EXCEPTION_ACCESS_VIOLATION in compiled by C1 String.valueOf method
13b13b1aedd : 8022616: u4 should not be used as a type for thread_id
88a74de88a9 : 8022632: Reading a PNG file fails because of WBMPImageReaderSpi.canDecodeInput()
ccff36e79bd : Added tag jdk8-b110 for changeset eabd7e4769ea
62f7e57e935 : Added tag jdk8-b110 for changeset 95df1088d4af
31995e22bae : Added tag jdk8-b110 for changeset f5f4ff5ce376
78e2738c5a0 : Added tag jdk8-b110 for changeset e78392f8a04b
844ccf771ba : Added tag jdk8-b110 for changeset f5f4a0ff651d
dcf803b6fe0 : Added tag jdk8-b110 for changeset 8bf1be227a28
360b472d7f5 : Added tag jdk8-b110 for changeset 5feed41054de
b6c2a8b1353 : Added tag jdk8-b110 for changeset 14f8ce49437e
dd6a63a0874 : Added tag jdk8-b110 for changeset 6766207925ff
e32c2618aa5 : 8025409: Fix javadoc comments errors and warning reported by doclint report
5a67ff2d747 : 8025250: SA: Sync linux and bsd versions of ps_core file
e43112a8ad8 : 7179526: xrender : closed/sun/java2d/volatileImage/LineClipTest.java failed since jdk8b36
d7d6a076178 : 8025837: Extraneous changes in the fix for 8007386
cc862a249ae : 8025569: -XX:+CheckUnhandledOops crashes on Windows
12a77079615 : 8013563: Memory leak in JFrame on Linux
259468dd264 : 8025283: Nits in os_bsd file breaks compilation of open hotspot
a9927a8ee93 : 8024087: Remove dead JVM_{Get,Set}PrimitiveFieldValues functions
696179bbda1 : 8023679: Improve error message for '_' used as a lambda parameter name
10a6fcc8a01 : 8025534: Unsafe typecast in java.util.stream.Streams.Nodes 8025538: Unsafe typecast in java.util.stream.SpinedBuffer 8025533: Unsafe typecast in java.util.stream.Streams.RangeIntSpliterator.splitPoint() 8025525: Unsafe typecast in java.util.stream.Node.OfPrimitive.asArray()
367fa5ac0ee : 8020981: Update methods of java.lang.reflect.Parameter to throw correct exceptions
47f46da3fa2 : 8025694: Rename getStrongSecureRandom based on feedback 8014838: getStrongSecureRandom() should require at least one implementation
a97a2ad3c68 : 8025671: Test name changed, test list not updated. Test6878713.sh
02e57a01523 : 8025233: Move sun.invoke.Stable into java.lang.invoke package
33ff5ac952e : 8023994: Right click on the icon added to the system tray for the first time, java.lang.IllegalArgumentException thrown
efe326ede95 : 8024158: [macosx] java/awt/EventDispatchThread/LoopRobustness/LoopRobustness still failed after fix JDK-8022247; since jdk8b96
92048420932 : 8012525: gc/metaspace/G1AddMetaspaceDependency.java Test fails a safepoint timeout assertion or hangs
a8abc64da91 : 8024600: [macosx] code prevents use of -Xlint:auxiliaryclass,empty in jdk build
d5ec67a6e55 : 8024163: [macosx] NullPointerException at javax.swing.TransferHandler$DropHandler.handleDrag since jdk8b93, 7u40b28
195b490063e : 7124363: [macosx] ClassCastException: CFileDialog cannot be cast to LWWindowPeer
e5260cc5649 : 8024343: Change different color with the "The XOR alternation color" combobox, the color of the image can not shown immediately
fd4113c58e9 : 8006843: org.w3c.dom.events.UIEvent.getView is specified to return type that is not in the Java SE specification
4ff41501d15 : 8007386: On physical machine (video card is Intel Q45) the text is blank
d9502c856a0 : 8021339: Compile-time error during casting array to intersection
67639e0b1a9 : 8025570: Naked oop in test/serviceability/ParserTest
65580cea431 : 6696975: JTop plugin fails if connected readonly to target JVM
7ee60c366e0 : 8025535: Unsafe typecast in java.util.stream.SortedOps
f640e20e654 : 8022666: java.util.Calendar.set(int,int,int,int,int,int) documentation typo
8d0e77641f5 : 8024952: ClassCastException in PlainSocketImpl.accept() when using custom socketImpl
824b25cc945 : 6902861: (cal) GregorianCalendar roll WEEK_OF_YEAR is broken for January 1 2010
54ebd8d42e1 : 8025123: SNI support in Kerberos cipher suites
70a279fde5e : 8025145: [macosx]: java 7 does not recognize tiff image on clipboard
ce8f16808b2 : 8025313: MetaspaceMemoryPool incorrectly reports undefined size for max
6c9d2e5e04b : 8024707: TransformerException : item() return null with node list of length != 1
e5459d3feca : 8016024: Remove solaris path from FillCacheFind
2f3d9d1376b : 7118749: NPE in CreateSymbols caused by bad diagnostic
fb392206087 : 8022187: Missing ResourceMark crash when assertion using FormatBufferResource fails
71a3a55630e : 8011311: Private interface methods. Default conflicts:ICCE. no erased_super_default
f5caf587e73 : 8025707: Frogot to add a file to fix for JDK-8012461
c1c753d0f8c : 7133532: [macosx] closed/javax/swing/JScrollBar/bug4202954/bug4202954.java fails on MacOS
401b226ad5b : 7133545: [macosx] closed/javax/swing/JSplitPane/4514858/bug4514858.java fails on MacOS
920c1d844fd : 8012461: [TEST_BUG] closed/javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java doesn't release mouse button
0307ac32a2d : 8004294: [TEST_BUG] javax/swing/JSpinner/4973721/bug4973721.java failed on win2003
28fa075d75d : 8012466: [TEST_BUG] javax/swing/JInternalFrame/Test6505027.java doesn't release mouse button
c4d57a676d3 : 8012468: [TEST_BUG] javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java doesn't release mouse button
6d63827a99f : 7125471: [macosx] NofocusListDblClickTest should wait between doublr clicks
1056c46d27b : 8025488: Error.captureStackTrace should not format error stack
04d4458ef83 : 8025488: Error.captureStackTrace should not format error stack
91c55cc45ee : 8019219: Fix typo in jdk/makefiles "default" targets
a5369d46102 : 8006661: Use LC_ALL=C instead of LANG=C compare.sh
ac3d3445145 : 8025605: G1: Heap expansion logging misleading for fully expanded heap
0c7604f2bcc : 7150100: [macosx] "0123456789" is selected in the TextField
70335933de6 : 8025689: fx:base.js classes not loading
aa48b7426dd : 8025689: fx:base.js classes not loading
557d4e977ba : 8025652: [macos] build failed
5da4d3ff770 : 8025629: load function should support a way to load scripts from classpath
5c16d547979 : 8025629: load function should support a way to load scripts from classpath
409c2ccd496 : 8025589: Array.prototype.shift should only copy defined elements in generic mode
c9fc9b4c9cd : 8025589: Array.prototype.shift should only copy defined elements in generic mode
938247e8f4b : 8023492: jfr.jar gets loaded even though it's not used
f144f37f498 : 8025441: G1: assert "assert(thread < _num_vtimes) failed: just checking" fails when G1ConcRefinementThreads > ParallelGCThreads
738a5097a70 : 8009719: core reflection should get type annotation data from the VM lazily
2722c5d966b : 8025226: TestPerfCountersAndMemoryPools.java fails with -Xmixed or -Xcomp
279576cf17b : 8007072: Update Core Reflection for Type Annotations to match latest spec 8022324: j.l.Class.getAnnotatedInterfaces() for array type returns wrong value 8024915: j.l.r.Executable.getAnnotatedReceiverType() should return null for static methods
b75899e391a : 8001119: [fingbugs] Evaluate necessity to make some arrays package protected
d03ac9784a5 : 8025413: NPE in Type.java due to recent change
230478592de : 8025610: Add explicit @throws NPE documentation to Optional constructor and Optional.of
512fbc2a590 : 8025128: File.createTempFile fails if prefix is absolute path
a210a6a74e6 : 8020552: [launcher] changes to support removal of Solaris 32-bit distribution 8023495: [infra] create 64-bit solaris bits with symlinks
4baf04a8492 : 8023495: [infra] create 64-bit solaris bits with symlinks
b43acfee981 : 8015073: c.s.t.javac.api.JavacTool.getTask() - more informative exception
114ccbddf83 : 8023340: Clarify that unmodifiable List.replaceAll() may not throw UOE if there are no items to be replaced
ea739968d24 : 8023339: Refined Collection.removeIf UOE conditions
7001d7b786a : 8020190: Fatal: Bug in native code: jfieldID must match object
9a6f8e8463b : 8025548: langtools test tools/javac/lambda/methodReference/BridgeMethod.java incorrectly assumes no other methods generated in lambda class
2c516bc7b49 : 6870661: Setting a custom PrintService on a PrinterJob leads to a PrinterException
e3e8d44bd70 : 8024842: Define ABS_TEST_OUTPUT_DIR via TEST_OUTPUT_DIR
e37d16f11b7 : 7117595: ArrayIndexOutOfBoundsException in Win32GraphicsEnvironment if display is removed
dd224c8deb4 : 8012716: java.beans.EventHandler.create method should check if the given listenerInterface is a public interface
b364358afe4 : 8024990: JT_JDK: 11 failures with SIGSEGV on arm-sflt platforms in nightly fastdebug build
475b209cf7d : 8025537: Convert 2 javac/enumdeclarations tests in jtreg for regression ws
02f6818d8f4 : 8025260: Methodhandles/JSR292: NullPointerException (NPE) thrown instead of AbstractMethodError (AME)
0c588fa80bc : 8025599: Missing store barrier with OptimizeStringConcat
fdf6a159f59 : 8022701: Accessibility checking: InvocationTargetException is thrown instead of IllegalAccessError
de7eca4a397 : 8025342: NLS: unsupported translation format in jar/pack/DriverResource.java
e92da66e0bb : 8021398: j.l.r.Parameter.getAnnotatedType().getType() for not annotated use of type returns null
e68f7e9564b : 8025595: Remove alt-rt.jar, used by +AggressiveOps (jdk repo portion of JDK-8024826)
e0f4378a6cd : 6978886: javadoc shows stacktrace after print error resulting from disk full
6c9b134b120 : 8022765: Compiler crashes with exception on wrong usage of an annotation
eb99702aad4 : 8025520: Array.prototype.slice should only copy defined elements
bf815f12fa7 : 8025520: Array.prototype.slice should only copy defined elements
b9971d37df2 : 8025515: Performance issues with Source.getLine()
1240bd8a489 : 8025515: Performance issues with Source.getLine()
247ec6ca808 : 8016563: Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
9d67cb2e944 : 8025503: [macosx] FileDialog allows file selection with apple.awt.fileDialogForDirectories = true
c49c083729b : 8024122: [TEST] need test to cover JDK-7146572
cae732b1335 : 8024497: crash returning this-referencing lambda from default method
7569765f7e2 : 8025249: [javadoc] fix some javadoc errors in javax/swing/
84fd9150e25 : 8014447: Object.hashCode intrinsic breaks inline caches
9376d94e6c2 : 8025613: clang: remove -Wno-unused-value
30874d35f19 : 8023452: TestCase$Helper(java.lang.Object) must be osr_compiled
74b0d053ee4 : 8024678: Java source files in hotspot/test/testlibrary should not use @author tag in JavaDoc
0dee555eadd : 8020151: PSR:PERF Large performance regressions when code cache is filled
441f1d74cf4 : 8024924: Intrinsify java.lang.Math.addExact
00c37e4e9e4 : 8024895: xrender MaskImage cache isn't accounting for change in alpha
242f0dd3c24 : 8025718: Enhance error messages for parsing
c9982055b43 : 8024612: java/time/tck/java/time/format/TCKDateTimeFormatters.java failed
18f83d0a7c1 : 8026027: Level.parse should return the custom Level instance instead of the mirrored Level
ad959161e49 : 8020061: Clarify reporting characteristics between splits
f36ff9e4676 : 8008171: Refactor KeyStore.DomainLoadStoreParameter as a standalone class
508933e4180 : 8008662: Add @jdk.Exported to JDK-specific/exported APIs
9916c42ef78 : 7180557: InetAddress.getLocalHost throws UnknownHostException on java7u5 on OSX webbugs
d0ef16f2c33 : 7092764: java.awt.font.TransformAttribute.equals(null) throws NPE
e60e01be017 : 8011738: Write test to check for bootstrap attributes for lambda expressions in class file
a47169e435b : 8025536: new hotspot build - hs25-b53
66672ae1e2f : Added tag hs25-b52 for changeset 54bdf1f141cb
cd7bfac3630 : 8024545: make develop and notproduct flag values available in product builds
587ef317c61 : 8025173: HashMap.put() replacing an existing key can trigger a resize()
f5a3e39f942 : 8025139: javac patch for using bootstrap compiler for debugging is not working properly
26b536e23d3 : 8025491: Javac regression test tools/javac/T8003967/DetectMutableStaticFields.java failing
a48aa4cdee9 : Added tag jdk8-b109 for changeset 8331c7014b52
a1c24bd839b : Added tag jdk8-b109 for changeset a9c63e60bf10
58d873f65ab : Added tag jdk8-b109 for changeset 70dd6db0a869
19c90edea24 : Added tag jdk8-b109 for changeset 93c4cdf60be2
eff5402043e : Added tag jdk8-b109 for changeset 839c7fc1db4c
109e02b7931 : Added tag jdk8-b109 for changeset 927782ec0a1e
8f4a717c02f : Added tag jdk8-b109 for changeset fbc092143b0b
b79d965bf35 : Added tag jdk8-b109 for changeset 663d34cd5856
8b333a99143 : Added tag jdk8-b109 for changeset 00aead1c2023
7bf953d005f : 7195622: CheckUnhandledOops has limited usefulness now
d057b2bd9ac : 8025502: Exclude tests due to JDK-8025427
b16be80c6b1 : 8024861: Incomplete token triggers GSS-API NullPointerException
4d086fe704c : 8019192: StringIndexOutOfBoundsException: in Class.getSimpleName()
e866ac23f96 : 8025218: [javadoc] some errors in java/awt classes
bd14ea31371 : 8025486: RegExp constructor arguments are not evaluated in right order
2e8063226dd : 8025486: RegExp constructor arguments are not evaluated in right order
b535463fe46 : 8025160: Recent Java Accessibility Bridge push has make failures
7001bd4f949 : 8025197: String replace method fails with regexp /$/gi
abc7352b43e : 8025197: String replace method fails with regexp /$/gi
a949e946abc : 8004825: javadoc crash DocletAbortException
fd9a09c390e : 8025412: Add legal header and comments to test/tools/doclint/tidy/util/Main.java
2578c3a839e : 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
a13f76ec8c3 : 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
18726314c25 : 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
502d1331efe : 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
f07a2ff3cbd : 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
c5556a0948e : 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
06564ac469c : 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
9692733c7a1 : 8025407: TypeAnnotations does not use Context
18550f77746 : 8024492: [TESTBUG] Test library class Platform.java needs to include methods for missing OS's and architectures
81505a6a571 : 8024677: [TESTBUG] Move tests for classes in /testlibrary
dc5131c84da : 8025228: assert(new_entry->reserved_words() == vs_word_size) fails in nightly
3fceb1f2779 : 8025262: new64jre/new64jdk wrappers should be removed, build 32-bit AU during windows-amd64 builds instead
564d8f4025e : 8025434: RegExp lastIndex can exceed int range
0414dcb01d1 : 8025434: RegExp lastIndex can exceed int range
b909162f850 : 7083457: Incomplete specification for javax/swing/text/DefaultCaret.html#setVisible(boolean)
a9d180056b5 : 8025085: [javadoc] some errors in javax/swing
9056e0008ce : 8025070: [javadoc] fix some javadoc errors in javax/swing/plaf/synth
c3a64bea844 : 8004032: [TEST_BUG] [macosx] There is no effect when double clicking on the Icon, after right clicking on the Icon and the Icon disappear
fe092e9cf36 : 8024987: Copy/paste regression since JDK8 b86
c0720f17f6a : 8007155: [macosx] Disabled panel takes mouse input in JLayeredPane
d5157be0e84 : 8023956: Provide a work-around to broken Linux 32 bit "Exec Shield" using CS for NX emulation (crashing with SI_KERNEL)
ab5637182c3 : 7163191: G1: introduce a "heap spanning table" abstraction
0587e462154 : 8023310: Thread contention in the method Beans.IsDesignTime()
ddddd1d31f7 : 8025140: TEST_BUG: java/util/logging/Logger/getGlobal tests fail due to timeout
817cdf16bc0 : 8025325: parseFloat does not handle '.' in exponent part
f8d5db06b9c : 8025325: parseFloat does not handle '.' in exponent part
22333129462 : 8016328: Regression : Javadoc i18n regression caused by fix for 8012375
0ccb2841ea3 : 8022585: VM crashes when ran with -XX:+PrintInlining
072f43e1176 : 8025215: jdk8 l10n resource file translation update 4
c5bb090fff3 : 8025215: jdk8 l10n resource file translation update 4
48d1808d53c : 8002154: [doclint] doclint should check for issues which are errors in javadoc
e762b2997d7 : 8025272: doclint needs to check for valid usage of @value tag
026c5d76209 : 8025246: [doclint] doclint is showing error on anchor already defined when it's not
14ceb05e0ea : 8025050: Doclint doesn't recognize <dfn> tag
4a45497ed69 : 8025312: parseInt should convert 'radix' argument to ToInt32 even if empty string is parsed
93c8cbec9c0 : 8025312: parseInt should convert 'radix' argument to ToInt32 even if empty string is parsed
c31deb38ace : 8022555: [macosx] AppleScriptEngine.jar MUST call java.awt.Toolkit.getDefaultToolkit() lazily
bdcfc36ee6d : 8015599: [TEST_BUG] [macosx] Test closed/javax/swing/Popup/TaskbarPositionTest.java fails since JDK 8 b75 on MacOSX
91047d3b073 : 7133146: [macosx] closed/javax/swing/JInternalFrame/4193219/IconCoord fails on MacOS
036eee04735 : 7133154: [TEST_BUG] [macosx] closed/javax/swing/JInternalFrame/4251301/bug4251301.java fails on MacOS
a2889becd99 : 7009641: Don't fail VM when CodeCache is full
602931b7cee : 7124320: [TEST_BUG] [macosx] JComboBox doesn't change selection on mouse over
cde6d64f602 : 8025117: [cleanup] Eliminate doclint errors in javax/swing/text classes
b8363e6615b : 8025305: Cleanup CardTableModRefBS usage in G1
27565b7f5d9 : 8025279: metaspace/flags/maxMetaspaceSize throws OOM: out of Compressed Klass space
bd9ffce2676 : 8014078: G1: improve remembered set summary information by providing per region type information
560d55440f4 : 8025230: [cleanup] some more javadoc formatting fixes for swing
af333dc7bb6 : 8025114: Eliminate doclint errors in java.awt.dnd package javadoc
c101eca6bb9 : 6499673: Assertion check for TypeVariable.getUpperBound() fails
b99f593316a : 8019282: keyRelesed is reached even though key was NOT released
522051490c4 : 8025088: Missing cases for JVM_CONSTANT_MethodHandleInError cause crash if debugger steps into error-tagged method handle
e815841576e : 4881267: improve diagnostic for "instanceof T" for type parameter T
10ff8a3aa48 : 7172833: For default java.awt.Toolkit impl methods java.awt.Toolkit.is/setDynamicLayout() are not consistent
eacd2bcb72f : 7154966: CRs found to be in Fixed state with no test and no noreg- keyword
cac6b55e4ee : 8005255: [macosx] Cleanup warnings in sun.lwawt
9ca087d6005 : 8015600: [TEST_BUG] [macosx] Test closed/javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails since JDK 8 b75 on MacOSX
48774216f24 : 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
a2a38c6b65c : 8024988: javac, LVT test harness should generate tests .class files in the scratch folder
4d6a0655f9a : 7133122: SA throws sun.jvm.hotspot.debugger.UnmappedAddressException when it should not
5bc8cd08aa1 : 6989981: jstack causes "fatal error: ExceptionMark destructor expects no pending exceptions"
70e873ec737 : 8024696: Missing null check in bound method reference capture
8a393eac8cc : 8025163: Date methods should not return -0
1508b37a51e : 8025163: Date methods should not return -0
22272f50435 : 8025096: Move the ChunkManager instances out of the VirtualSpaceLists
42589e0f11e : 8014956: nashorn/api/javaaccess/MethodAccessTest.java test fails on sparc-solaris 64
3f2082ef809 : 8014911: Should use SUPPORTS_NATIVE_CX8 define to help C/C++ compiler elide blocks of code
c368a33bf7c : 8025127: new hotspot build - hs25-b52
0f9d70232f1 : Added tag hs25-b51 for changeset e446e24611f9
d179ec2b6b1 : 8025149: JSON.stringify does not handle 'space' argument as per the spec
e259f899133 : 8025149: JSON.stringify does not handle 'space' argument as per the spec
42d4c2e741b : 8025147: Trailing comma is not allowed in JSONArray and JSONObject
f996a92b3bf : 8025147: Trailing comma is not allowed in JSONArray and JSONObject
e4e708cefd1 : 7024235: Nimbus L&F: wrong "packing" of a frame containing tabbed pane
9f6d1df7471 : 8023835: TreeMaker.QualIdent() too leafy
d35ad4fbafa : 7124232: [TEST_BUG] [macosx] JSplitPane has wrong divider location
ec5e07f8109 : 8022887: Assertion hit while using class and redefining it with RedefineClasses simultaneously
ae556f32b99 : 8017180: [macosx] [TEST_BUG] alt-key doesn't work on macos for menu
62b5b716a0e : 7124314: [TEST_BUG] [macosx] Aqua LAF: JTree doesn't select element by keyboards left and right keys
54b12abff50 : 8022587: ClassCache is not optimal and leaks Source instances
82156b393c3 : 8022587: ClassCache is not optimal and leaks Source instances
bbb009b580e : 8025059: Metspace::should_expand mixes bytes and words in check against MaxMetaspaceSize
de71bd10495 : 8024974: Incorrect use of GC_locker::is_active()
b6b06381daa : 8025111: undefined or null 'with' expression in empty with block should throw TypeError
337cfe593f8 : 8025111: undefined or null 'with' expression in empty with block should throw TypeError
8b909ba5580 : 8025110: TreeCopier does not correctly copy LabeledStatementTree
e3d450e3d30 : 8024437: Inferring the exception thrown: sometimes fails to compile
bf404f9ad8a : 7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
721272b6c0d : 7144065: [macosx] Orphaned Choice popup window
247f43df943 : 8025090: 'while' statement with 'test' using var before being declared in body results in VerifyError
996bf0feefd : 8025090: 'while' statement with 'test' using var before being declared in body results in VerifyError
ef6add9f860 : Added tag jdk8-b108 for changeset c1ca1da25bb9
1c1306bb1d0 : Added tag jdk8-b108 for changeset 3afa46cd7e01
cb06edc1bf9 : Added tag jdk8-b108 for changeset 669e1adcbf50
f0b751a8548 : Added tag jdk8-b108 for changeset f45d281bd0de
e8367de47cb : Added tag jdk8-b108 for changeset 815fb8808c4b
bfcf677949d : Added tag jdk8-b108 for changeset 261ae91f2b65
6e53556facb : Added tag jdk8-b108 for changeset be8d551c4d00
62ae29e3cad : Added tag jdk8-b108 for changeset 78407de2df2f
ff9c0f87c4d : Added tag jdk8-b108 for changeset 345aa6f8d18a
d68fab74096 : 8025080: Object literal getter, setter function with number format property name results in ClassFormatError
d6f64ae0092 : 8025080: Object literal getter, setter function with number format property name results in ClassFormatError
132ff0eea1b : 8025034: Improve layout lookups
5db62ec900b : 8024609: sjavac assertion fails during call to BuildState.collectArtifacts
1c9e7a8edc0 : 8022567: Javac Should Generate Warnings For Raw Array Type
a1f3a958803 : 8024517: runtime/CDSCompressedKPtrs/XShareAuto.java failed with RuntimeException
28291c27488 : 8023154: compileAllTests fails with: 2 tests failed to compile
3d49dcdd9a8 : 8023154: compileAllTests fails with: 2 tests failed to compile
ca51d27ee3a : 8017248: Compiler Diacritics Issue
77da4f4a414 : 8025048: true as case label results in ClassCastException
c2859f0bcad : 8025048: true as case label results in ClassCastException
2be05076f8f : 8024096: some javadoc tests may contain false positive results
cf08e9985c2 : 8024659: Clarify JarFile API
cccb39a2709 : 8024302: Clarify jar verifications 8023338: Update jarsigner to encourage timestamping
484e378a9d7 : 8015249: javadoc fails to document static final fields in annotation types
82705bda51b : 8024826: (s) : Remove alt-rt.jar, used by +AggressiveOps
f99391ee6f0 : 8023542: Test java/io/File/CheckPermission.java fails due to unfinished recursion (java.lang.StackOverflowError) when JIT'ed code (-client,-server) is running
8e924e70a6c : 8024616: JSR292: lazily initialize core NamedFunctions used for bootstrapping
b91ee238953 : 8001107: @Stable annotation for constant folding of lazily evaluated variables
2a3c1e97b2c : 8025686: Update jdk repo netbeans projects to support NetBeans 7.4 for Java 8 support
bf705142083 : 8025067: Unconditionally throw NPE if null op provided to Arrays.parallelPrefix
8fd60ce581a : 7057785: Add note about optional support of recursive methods for self-referential Collection/Map
2a5d8d6d8cd : 8024707: TransformerException : item() return null with node list of length != 1
223c6bf379d : 8024408: Specifications for Collection/List/Set/SortedSet.spliterator() need to document if all the (subclass) instances are required to return SIZED spliterators
3debf156b12 : 8016110: Japanese char (MS932) 0x5C cannot be used as an argument when quoted
5108c579fee : 7188071: closed/java/awt/TrayIcon/TrayIconSecurity/GrantedTrayIconTest fails
41bce440a4f : 8019835: Strings interned in different threads equal but does not ==
c5c705217bf : 8022836: JVM crashes in JVMTIENVBASE::GET_CURRENT_CONTENDED_MONITOR and GET_OWNED_MONITOR
775822bed7a : 8024127: javac, Code_attribute.exception_table_langth should be Code_attribute.exception_table_length
c36b6491454 : 8024849: Don't remove upper case letters from username when setting USER_RELEASE_SUFFIX
f6e98b81815 : 8024669: Native OOME when allocating after changes to maximum heap supporting Coops sizing on sparcv9
dae6feeefd0 : 8016746: Test javax/swing/JTable/7068740/bug7068740.java fails
9cf6bb26186 : 8024973: Using a different ScriptContext with a CompiledScript results in ScriptException
8f905713223 : 8024973: Using a different ScriptContext with a CompiledScript results in ScriptException
862bc33d7aa : 8024815: Make --with-dxsdk and friends deprecated
cebaf1314e7 : 8024839: [Unified Swing/Fx threading] don't schedule an event dispatching from the event dispatch thread
3e4a59f7973 : 8024662: gc/arguments/TestUseCompressedOopsErgo.java does not compile
406cffea6e0 : 8024972: for (LeftHandSideExpression in Expression) crashes the compiler
e287ff4ec90 : 8024972: for (LeftHandSideExpression in Expression) crashes the compiler
73fa6170823 : 8022883: Assertion failed: sweptCount >= flushedCount + markedCount + zombifiedCount
7cc012b0086 : 8024538: -Xdoclint + -Xprefer:source + incremental compilation == FAIL
2cab7ea0374 : 8024718: Metaspace performance counters and memory pools should report the same data
876967ae1f1 : 7149464: [TESTBUG] Test runtime/7020373/Test7020373.sh failed to clean up files after test
a19b450d568 : 8016029: test runtime/6878713/Test6878713.sh failed
86d8a77b06c : 7196151: ParserTest SEGv on solaris
0051ace82a8 : 8014905: [TESTBUG] Some hotspot tests should be updated to divide test jdk and compile jdk
4b46c35df36 : 8024900: PPC64: Enable new build on AIX (jdk part)
e6c8a775ed5 : 8024884: Test name changed, test list not updated
508e958dfe7 : 7097386: Correct error in Predicate javadoc example
7e77954221a : 8024914: Swapped usage of idx_t and bm_word_t types in bitMap.inline.hpp
d11f6f252b8 : 8024128: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation
0cd7bc2cde5 : 7164841: Improvements to the GC log file rotation
9505ddf1e2a : 8024647: Default method resolution with private superclass method
dffefd9ecfd : 6986195: correctly identify Ubuntu as the operating system in crash report instead of "Debian"
38fb96b8d13 : 8024863: X11: Support GNOME Shell as mutter
43e0cb63278 : 8024874: Copy-paste typo in the spec for j.u.Comparator.thenComparing(Function, Comparator)
cc5b6c903d5 : 8024485: For 5-1 step: if input something into the 'File:' and 'Dir:', the dir output isn't empty in the output window after showing and canceling the file dialog
9d4a780ccd2 : 8024779: [macosx] SwingNode crashes on exit
441fa0cc1d8 : 8015588: [TEST_BUG] [macosx] Test java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java fails on MacOSX
52cf3b81e76 : 7020060: [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed
70ab336e389 : 8022512: JLightweightFrame: the content pane should be transparent
4d540aa581e : 6458027: Disabling IPv6 on a specific network interface causes problems
5b376db4f09 : 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
35a72600c96 : 8024846: keep separate internal arguments variable
5ddc447fc57 : 8024846: keep separate internal arguments variable
315696de002 : 8021112: Spurious unchecked warning reported by javac 6480588: No way to suppress deprecation warnings when implementing deprecated interface
139c3e6621b : 6900441: PlatformEvent.park(millis) on Linux could still be affected by changes to the time-of-day clock
952b8f0d36d : 8024847: Java.to should accept mirror and external JSObjects as array-like objects as well
aea57c9e6ff : 8024847: Java.to should accept mirror and external JSObjects as array-like objects as well
3184042cd14 : 8024396: VM crashing with assert(!UseLargePages || UseParallelOldGC || use_large_pages) failed: Wrong alignment to use large pages
763eb8d2e34 : 8020687: Deflater.setLevel does not work as expected
344c38fc804 : 7186311: (props) "Unicode" is misspelled as "Uniocde" in JavaDoc and error message
4df3876c56f : 8024837: Rename java/util/concurrent/ConcurrentHashMap/toArray.java to ToArray.java
0732a739b30 : 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling
34c80239495 : 8024922: PPC64 (part 116): Extend adlc to generate fields into nodes
5d63d647c10 : 8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints
ea9e3930af2 : 8024834: Better return type for TemporalField resolve
2040c66b162 : 8024807: Add getChronlogy() to CLDT/CZDT
d18aae693d0 : 8024999: Instant.Parse typo in example
c492e4ef1fa : 8024835: Change until() to accept any compatible temporal
86baa378e40 : 7047734: javac, the LVT is not generated correctly in several scenarios
0a312ba2ce9 : 8024207: javac crash in Flow.AssignAnalyzer.visitIdent
222c7354581 : 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
7b2ffab30e5 : 8024505: [TESTBUG] update test groups for additional tests that can't run on the minimal VM
4fa99b3fc5f : 8024760: add more types, fields and constants to VMStructs
28ae8cc785a : 8024469: PPC64 (part 202): cppInterpreter: support for OSR
2823ae69434 : 8024346: ~CautiouslyPreserveExceptionMark - assert(!_thread->has_pending_exception()) failed: unexpected exception generated
47e8234251c : 8024345: 'assert(_value != NULL) failed: resolving NULL _value' from VM_RedefineClasses::set_new_constant_pool
5c11ecebfba : 8017230: Internal Error (jvmtiRedefineClasses.cpp:1662): guarantee(false) failed: insert_space_at() failed
4831191842e : 8024201: Update bugdatabase url
e3016af23b8 : 8024697: Fix for 8020983 causes Xcheck:jni warnings
dc42cb136da : 8021353: Event based tracing is missing thread exit
a7d4eaed9ad : 8012026: [macosx] Component.getMousePosition() does not work in an applet on MacOS
6578d6acada : 8015597: [TEST_BUG] [macosx] Test closed/javax/swing/JMenuBar/4750590/bug4750590.java fails since JDK 8 b75 on MacOSX
fee5a04c7bf : 8006087: [TEST_BUG] The BACKSPACE key doesn't work and after pressing 'cancel' and 'DONE' button, the case pass automatically
d52e73dc355 : 8015601: [macosx] Test javax/swing/JInternalFrame/InternalFrameIsNotCollectedTest.java fails on MacOS X
2527551f1d1 : 8015455: java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java hangs on windows
d6a839a6381 : 8015371: The HTML text without tags does not appear inside the WordPad application, and we try to click the button, but the case exits
0960c5ec562 : 8015453: java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.java failed on windows with jdk8 since b86
3c280859881 : 8024665: Move open changes for JDK-8020411 to closed source
767ab8c9ae5 : 8024675: java/net/NetworkInterface/UniqueMacAddressesTest.java fails on Windows
13d322d70fa : 8023134: Rename VM LogFile to hotspot_pid{pid}.log (was hotspot.log)
0045b8bd09b : 8024619: JDBC java.sql.DriverManager is not usable from JS script
8c226a62109 : 8024619: JDBC java.sql.DriverManager is not usable from JS script
d477f2800d1 : 8024620: config.log does not end up in corresponding configuration
1b8eb88f33a : 8023057: Enhance start up image display
295225d57e6 : 8024170: [SwingNode] Implement cursor change
4bc9598f85d : 8024764: new hotspot build - hs25-b51
8a7cd2a4017 : 8023672: Enhance jar file validation
312b920fb9d : 8024306: Enhance Subject consistency
f8f4e382cf6 : Added tag hs25-b50 for changeset 8292c62817e4
403a37663ac : 8024671: G1 generates assert error messages in product builds
4d3c6221b78 : 8024752: Log TraceMetadata* output to gclog_or_tty instead of tty
9784317e8a9 : 8024751: Fix bugs in TraceMetadata
860b5dcec78 : 8024650: Don't adjust MaxMetaspaceSize up to MetaspaceSize
d2d4036f859 : 8024651: Remove the incorrect usage of Metablock::overhead()
bfe7c0bfc24 : 8024275: During CTW: assert(sig_bt[member_arg_pos] == T_OBJECT) failed: dispatch argument must be an object
204f4422ba5 : 8023558: Javac creates invalid bootstrap methods for complex lambda/methodref case
276b809ff47 : 8024009: Remove jdk.map.useRandomSeed system property
f6e4c46294b : 8023669: MBean*Info.hashCode : NPE
350906807bf : 8024646: Remove LRG_List container, replace it with GrowableArray
081d2454fb0 : 8024344: PPC64 (part 112): C argument in register AND stack slot
988aff4a2b8 : 8024265: Enable new build on AIX
914b1751c4f : 8013846: javac fails to reject semantically equivalent generic method declarations
672cdff8153 : Added tag jdk8-b107 for changeset 3f34b8506387
9ce24938888 : Added tag jdk8-b107 for changeset e94578d4e6a5
2de4350911f : Added tag jdk8-b107 for changeset bd69808a67e1
ccef21daceb : Added tag jdk8-b107 for changeset 55dd1a0fe510
b406ae898ba : Added tag jdk8-b107 for changeset 8a84d7cf2ea6
f6cfa523c73 : Added tag jdk8-b107 for changeset 82c75a285e35
32856d517b4 : Added tag jdk8-b107 for changeset c86a71fcceaf
a6085bc97e1 : Added tag jdk8-b107 for changeset 03623ef0f781
f0058a6c7e7 : Added tag jdk8-b107 for changeset 2c525ed65d4c
60b4bc0b5a0 : 8024693: Various minor issues with JSONWriter used by script parser API
a122ebe1695 : 8024693: Various minor issues with JSONWriter used by script parser API
4a06176db42 : 8024512: Regex /[^\[]/ doesn't match
58b4892936f : 8024512: Regex /[^\[]/ doesn't match
1ef8009ccfd : 8024395: Improve fix for line break calculations
d8c5dcc1fc9 : 7124537: [macosx] Menu shortcuts for all menu items should be disabled if a menu itself is disabled
f8780c9df78 : 8024476: Octane regression on Richards
a556e37ff2b : 8024476: Octane regression on Richards
dc7c7c5e136 : 8022617: Openjdk hotspot build is broken on BSD platforms using gcc
fcb6d58798f : 7064312: Cleanup: avoid using unsafe string function
9c2e380d221 : 8003965: Toolkit.beep() documentation is ambiguous
10fa6ae01ea : 8008022: Upgrade Direct X SDK used to build JDK
57ed4a7edff : 8008022: Upgrade Direct X SDK used to build JDK
df8c6df8a8c : 8010185: Build should support --with-override-nashorn
e6f97e8fc5b : 8024467: Update autoconf-config.guess to autoconf 2.69
8a515de48c1 : 8024638: Count and expose the amount of committed memory in the metaspaces
dfd2d9a574d : 8023476: Metaspace capacity > reserved
28d455529e7 : 8010430: Math.round has surprising behavior for odd values of ulp 1
091edb47c52 : 8024007: Misc. cleanup of static agent code
a357688f61d : 8015496: Information that package is deprecated is missing in profiles view
c7bb99bcf0e : 8024644: PluggableJSObject.iteratingJSObjectTest fails with jdk8-tl build
75b2463cdef : 8024644: PluggableJSObject.iteratingJSObjectTest fails with jdk8-tl build
08c5ec7136b : 8024320: Add s390(x) detection to platform.m4
01682f340a4 : 8024615: Refactor ScriptObjectMirror and JSObject to support external JSObject implementations
f2db7a5c1c7 : 8024615: Refactor ScriptObjectMirror and JSObject to support external JSObject implementations
962008f22b4 : 8010722: assert: failed: heap size is too big for compressed oops
1b728358839 : 8024510: lib/combo/tools/javac/combo/TemplateTest.java fails
eaa4cfd4a7c : 8024056: runtime/InitialThreadOverflow/testme.sh fails
d0659ef3988 : 8024130: We no longer need slots for temporaries in self-assign indices
ab77668a9ab : 8024130: We no longer need slots for temporaries in self-assign indices
87a98b72679 : 8021823: G1: Concurrent marking crashes with -XX:ObjectAlignmentInBytes>=32 in 64bit VMs
a136d057396 : 8016825: Large pages for the heap broken on Windows for compressed oops
1d978716242 : 8009561: NPG: Metaspace fragmentation when retiring a Metachunk
bcdf7e7a4d6 : 8010941: MinJumpTableSize is set to 18, investigate if that's still optimal
86624d96d77 : 8024176: [macosx] gc/metaspace/ClassMetaspaceSizeInJmapHeap.java failed since jdk8b105, hs25b47
ce469f1922e : 8024256: Minimal VM build is broken with PCH disabled
f0e77ac67f0 : 8001107: @Stable annotation for constant folding of lazily evaluated variables
47f48cad926 : 8024511: Crash during color profile destruction
0a93c9df0d6 : 8024539: FX Libraries update missing file
12d6f7df9b8 : 8024539: FX Libraries update missing file
e9128877e71 : 8003901: [macosx] Need test for JDK-8002114
de5e0f4b27d : 8024414: javac, should facilitate the use of the bootstrap compiler for debugging
4ac63f2df40 : 8024407: [macosx] javax/swing/JScrollBar/7163696/Test7163696.java failed intermittently on macos
1568ef9e858 : 7057770: (spec)Scrollbar spec should specify that unit increment & decrement functionality may not be present
08f8d373f0e : 8024515: ProblemList.txt updates to exclude tests that fail with hs25-b49
fae7d60062e : 8005222: Fixed bugs should have tests with bugid in @bug tag
92bfcc0db03 : 8021253: JFileChooser does not react on pressing enter since java 7
1a1a6829fa2 : 8024381: The test for 8020210 does not have @bug tag
4d99afea082 : 8024473: Remove unused macro: IRT_ENTRY_FOR_NMETHOD
a9e5e17bd28 : 8019521: Enhanced rethrow disabled in lambdas
810c76f567e : 8006972: jtreg test fails: test/tools/javac/processing/model/element/TestMissingElement/TestMissingElement.java
b03e5fc290b : 8015322: Javac template test framework
5b76a0d2165 : 8022322: Reject default and static methods in annotation
76033b1a373 : 8023167: JVM allows duplicate Runtime[In]VisibleTypeAnnotations attributes in ClassFile/field_info/method_info structures
cda1bfff5ae : 8023042: Inaccuracy in documentation in a sound area
aa2badcfbf6 : 8024397: Nashorn FX Libraries need to be finalized
126ef9ca4e2 : 8024397: Nashorn FX Libraries need to be finalized
1704a9454c6 : 8024154: Fix for 8016177: structural most specific and stuckness breaks 6 langtools tests
67694e12b20 : 8024180: Incorrect handling of expression and parent scope in 'with' statements
0b67400c6f9 : 8024180: Incorrect handling of expression and parent scope in 'with' statements
dfacc4e2721 : 8020060: MoleculeViewerTest demo doesn't work due to SecurityPermissions
51205b7e55b : 8024413: Add tests for issues JDK-8002077 and JDK-7199708
972efc6f0a9 : 8023478: Test fails with HS crash in GCNotifier
5df75e001d5 : 8022260: Rename javac.code.Annotations to javac.code.SymbolMetadata
a3b1359af5a : 8024398: javac, compiler crashes with try with empty body
0961a179cff : 8023069: Enhance TLS connections
bef65e773f5 : 8011916: Spec update for java.util.stream 8024339: j.u.s.Stream.reduce(BinaryOperator) throws unexpected NPE
383970e790e : 8015340: remove erroneous @since tag
04a877811a0 : 8024618: Issues with French locale on compact1,2: expected:<janvier> but was:<January>
f0317e41c1e : 8024525: Make Logger log methods call isLoggable()
c138883ba10 : 8024643: Turn on javac lint checking in building the jdk repo
c6aa9956df7 : 8023529: OpenMBeanInfoSupport.equals/hashCode throw NPE
b83654dad28 : 8024500: Missing API coverage for java.util.function.BiFunction andThen
c9b3da34f2c : 8024338: Constant fields introduced by JDK-4759491 fix in b94 are exposed as public fields in public API
3dc259dd940 : 8024164: JSR310 serialization should be described in details
be8cb3eed2b : 8024601: Windows networking code prevents use of -Xlint:auxiliaryclass in jdk build
3e4a3ec6ca4 : 6962494: Update documentation on Executable.getParameterAnnotations()
903435b4cc3 : 8024332: sun/util/resources/en split between rt.jar and localedata.jar
9e8f2037d0b : 8023090: Additional debug info for java/net/NetworkInterface/Equals.java
d639bab3f33 : 8024508: Fix doclint issues in com.sun.nio.sctp
9a30d420c49 : 4987375: (reflect) Class.get{Declared}Method{s} does not return clone() for array types
89d7b92befd : 8024141: Unexpected timezone display name
2f437f19fe7 : 8024501: sun.security.mscapi.Key has no definition of serialVersionUID
befcecbd004 : 8023878: (fs) TEST_BUG java/nio/file/WatchService/SensitivityModifier.java fails intermittently
d5c45c6cde9 : 8024444: Change to use othervm mode of tests in SSLEngineImpl
a2cca722e85 : 8023447: change specification to allow RMI activation to be optional
aefe8c12c04 : 8024432: Fix doclint issues in java.security
ab579cbd5f4 : 8021372: NetworkInterface.getNetworkInterfaces() returns duplicate hardware address
f607953eb87 : 8024434: problem running javadoc tests in samevm mode on Windows
2af861eed12 : 8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
7e04c1775ca : 8024258: new hotspot build - hs25-b50
56654216c44 : 8023034: PPC64 (part 14): Implement AIX/PPC64 support in HotSpot makefiles
eb65e048f94 : Added tag hs25-b49 for changeset 20a700f38686
23d61e9b454 : 8023362: Don't allow soft-fail behavior if OCSP responder returns "unauthorized"
1c2a7eea85e : 8022335: Native stack walk while generating hs_err does not work on Windows x64
92c43dcb6a2 : 8023326: [TESTBUG] java/net/CookieHandler/LocalHostCookie.java misplaced try/finally
33dbc2d51c6 : 8023168: Cleanup LogManager class initialization and LogManager/LoggerContext relationship 8021003: java/util/logging/Logger/getGlobal/TestGetGlobalConcurrent.java fails intermittently 8019945: test/java/util/logging/LogManagerInstanceTest.java failing intermittently
a4c7971bdb5 : 8024046: Test sun/security/krb5/runNameEquals.sh failed on 7u45 Embedded linux-ppc*
8b9c8247a80 : 7188657: There should be a way to reorder the JSSE ciphers
8007590d3bc : 5047859: (reflect) Class.getField can't find String[].length
26758f0ffd8 : 8024039: javac, previous solution for JDK-8022186 was incorrect
c42cf5c3fd3 : 8024379: Adapt PPC64 port to 8003424
61000f0c4b9 : 6815130: Intermittent ThreadMXBean/Locks.java test failure
37709e31918 : 8024260: 10 closed/java/lang/invoke/* tests failing after overhaul to MethodHandleInfo
9c6d420370b : 8023608: method grouping tabs folding issue
a277d40ead5 : 8024283: 10 nashorn tests fail with similar stack trace InternalError with cause being NoClassDefFoundError
b1127783de0 : 8023943: Method description fix for String.toLower/UpperCase() methods
3b41324b706 : 8024255: When a keyword is used as object property name, the property can not be deleted
6311d280324 : 8024255: When a keyword is used as object property name, the property can not be deleted
14b2f8c2d6a : 8021266: Better life cycle for objects
4c43299be6d : 8021266: Better life cycle for objects
e8a28340c05 : 8021266: Better life cycle for objects
c73d3939479 : 8012447: Java CTW implementation
ea3200b7843 : 8004179: Few of test/java/lang/management/ThreadMXBean/* tests don't clean up the created threads
8053376ea24 : 8023392: Swing text components printed with spaces between chars
02d81bbc681 : 8023464: test/closed/sun/tracing/ProviderProxyTest.java failing
c91ef74f6f7 : Added tag jdk8-b106 for changeset 4f6549202558
115b15c1fcb : Added tag jdk8-b106 for changeset 6ba209076a37
16c7de00277 : Added tag jdk8-b106 for changeset fa7b69611589
f10d1b5c6e7 : Added tag jdk8-b106 for changeset 347df39afea6
a1bee3f227e : Added tag jdk8-b106 for changeset 2f514eb96d97
611d484e6f5 : Added tag jdk8-b106 for changeset dabbe0edf55c
250f98771a3 : Added tag jdk8-b106 for changeset a9ef5fb72167
034634875cd : Added tag jdk8-b106 for changeset e80e02865308
92ec85a1d38 : Added tag jdk8-b106 for changeset 8b941e6b5552
4bf1e0d9890 : 8023974: Drop 'implements Completer' and 'implements SourceCompleter' from ClassReader resp. JavaCompiler
d8b770b0cd7 : 8024261: xrender: improve performance of small fillRect operations
b5cd24ccc9f : 8020816: Metafactory crashes on code with method reference 8021050: MethodHandleInfo throws exception when method handle is to a method with @CallerSensitive
7da0f59aec2 : 8024288: javadoc generated-by comment should always be present
db444fae3e2 : 7186632: NLS t13y issue on jar.properties file
e447689d41c : 6341345: (spec) Console.reader() should make it clear that the reader requires line termination
451ff188a08 : 8013938: Native OOME on fastdebug VM on Solaris
6fa75fd4aea : 8024174: Setting __proto__ property in Object literal should be supported
747b74ce5e1 : 8024174: Setting __proto__ property in Object literal should be supported
a0c3d88fba6 : 8019853: Break logging and AWT circular dependency
61fc7dfe0c7 : 8023762: Add ChronoPeriod interface and bind period to Chronology
b33bcb91858 : 8023565: JPG causes javax.imageio.IIOException: ICC APP2 encoutered without prior JFIF
ac101a9d997 : 6823527: java.util.logging.Handler has thread safety issues
34d47bd6722 : 8022798: "assert(seq > 0) failed: counter overflow" in Kitchensink
d28e08b5296 : 8008275: javac.Main should be @Supported
cc84e69bec9 : 8008981: Deprecate SecurityManager checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess
1530a30f522 : 8021943: FileDialog getFile returns corrupted string after previous setFile
65f19c786eb : 8024120: Setting __proto__ to null removes the __proto__ property
1268ef54302 : 8024120: Setting __proto__ to null removes the __proto__ property
5159f55769c : 7159455: Nimbus scrollbar rendering glitch with xrender enabled on i945GM
4966f022db7 : 8024155: Fix 'make CONF= <target>'
256894796fc : 7043064: sun/java2d/cmm/ tests failed against RI b141 & b138-nightly
0fb014c2b3c : 8023463: Improvements to HashMap/LinkedHashMap use of bins/buckets and trees (red/black) 8012913: LinkedHashMap key/value/entry spliterators should report ORDERED
4cc7a55aab2 : 8023549: Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied
cab6b226ffd : 8023545: Misleading error message when using diamond operator with private constructor
06caeea3d6e : 8023389: Javac fails to infer type for lambda used with intersection type and wildcards
0e90cf9ba0e : 8024200: handle hg wrapper with space after #!
bfb3ea37f74 : 8017195: Introduce option to setKeepAlive parameter on CORBA sockets
22039ebd3e8 : 7172865: PropertyDescriptor fails to work with setter method name if setter is non-void
6ffe7bb5137 : 8007156: [macosx] Wrong events in processKeyBinding of JTable Submit Date
4247113e6a6 : 6943780: JTabbedPane throws ArrayIndexOutOfBoundsException sometimes
46d7a993ada : 8022162: Incorrect signature determination for certain inner class generics
0382c78ff16 : 8016177: structural most specific and stuckness
547f4dea7b7 : 8024095: Missing brackets in local scheduling code
e9806ae426a : 8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04
cf7cbcdce88 : 8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing intermittently
bae75822436 : 7122707: Security Providers need to have their version numbers updated for JDK8
2f5f83e38c3 : 8012923: [parfait] File Descriptor Leak in jdk/src/windows/demo/jvmti/hprof/hprof_md.c
a0509f709c4 : 8022184: Fix static , Raw warnings in classes belonging to java.awt
24f316c8610 : 7156658: JTextComponent.setFocusAccelerator() spec does not state that focus accelerator is L&F dependent
bef51c4a089 : 8010293: java/util/concurrent/ConcurrentHashMap/toArray.java fails intermittently
e763c78a79d : 8023556: Update javadoc for start of Meiji era
e2940a0e254 : 8023639: Difference between LocalTime.now(Clock.systemDefaultZone()) and LocalTime.now() executed successively is more than 100 000 000 nanoseconds for slow machines
9bed48236a0 : 8024825: Some fixes are missing from java.util.stream spec update
320e8d21e86 : 8014967: EBehavior of DriverManager.registerDriver(dr) is unspecified if driver is null
ac02958e791 : 7199674: (props) user.home property does not return an accessible location in sandboxed environment [macosx]
c712fac717b : 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
b59dc6762ed : 8021591: Additional explicit null checks
8508d7f51c0 : 8023245: Enhance Beans decoding
900acf0c449 : 8023988: Move local scheduling of nodes to the CFG creation and code motion phase (PhaseCFG)
24f306c761a : 7189452: XRender pipeline does ignore source-surface offset for text rendering
a320f6a5664 : 8023381: VM fails to initialize in runtime/CDSCompressedKPtrs/XShareAuto.java runtime/SharedArchiveFile/CdsSameObjectAlignment.java
43372865024 : 8015663: Need to supply tests to provide javadoc for profiles support code coverage
b8f8cab5f46 : 8022738: doclet should only generate functional interface text if source >= 8
4cf22508266 : 8008367: Sub-packages missing from Profiles javadoc
5793c3a33c6 : 8015882: Javadoc prints NPE when using Taglet
2b932655644 : 7198273: RFE : Javadoc Accessibility : Hyperlinks should contain text or an image with alt text
3dd18b5d8cd : 8024093: Two *.rej files checked in to langtools/test directory
fdf2c975ed4 : 8023872: Verification error in generated lambda classes
0f6bcbe0b5e : 8024050: Incorrect optimization level and comment specified for unsafe.cpp
4449fa0c56d : 8023700: Use non breaking space in various labels
d5c4be9c658 : 4673406: RFE: Java Printing: Provide a way to display win32 printer driver's dialog
9811410a001 : 8017469: [macosx] Printing problem using ja and zh_CN locales
c4d7122a7f9 : 6991327: using -Xprof trigger native memory leak
75fb106fec4 : 8023763: Rename ChronoDateImpl
f8b0bf1b232 : 8022401: [macosx] javax/swing/text/JTextComponent/5074573/bug5074573.java fails
7b50e2e59ce : 8023957: Lock down version of autoconf
7ba96712a85 : 8024022: new hotspot build - hs25-b49
aa34aa0bcf7 : Added tag hs25-b48 for changeset 137826043047
2e5604d06b2 : 8023966: JViewPort.BLIT_SCROLL_MODE does not work in JLightweightFrame
6d7626dba47 : 8019902: G1: Use the average heap size rather than the minimum heap size to calculate the region size
d7bccbe430f : 8023833: Replace direct use of AnnotatedType in javadoc code
3c108d65ed0 : 8023892: test/Makefile shouldn't try to tell langtools/test/Makefile where to put output
fca9e37c809 : 8021954: VM SIGSEGV during classloading on MacOS; hs_err_pid file produced
c7629844852 : 8023764: Optimize Period addition
cbe29b7b72f : 8008296: keytool utility doesn't support '-importpassword' command
f426e35d99b : 8025829: Add java/lang/instrument/RetransformBigClass.sh to problemlist
1e581e11eaa : 8024427: Missing java.time.chrono serialization tests
9ffac2cf47a : 8022744: javac -Xpkginfo command's documentation is sparse
50d89c0ca7e : 8013384: Potential infinite loop in javadoc
445a49ecb6e : 8023522: tools/javac/tree/TypeAnnotationsPretty.java test cases with @TA newline fail on windows only
a92cdcd0107 : 8023976: assert(!CompilationPolicy::can_be_compiled(this, comp_level)) failed: sanity check
a001ae0b98c : 8001669: javadoc internal DocletAbortException should set cause when appropriate
98c327bc7d0 : 8009062: poor performance of JNI AttachCurrentThread after fix for 7017193
02440bce378 : 8022407: sun/misc/CopyMemory.java fails with SIGSEGV in Unsafe_SetByte+0x35
ae3b889b673 : 4792059: test/java/io/pathNames/GeneralSolaris.java fails on symbolic links
fc74c4bfd90 : Added tag jdk8-b105 for changeset c7f4987a3bbc
696e9f594fe : Added tag jdk8-b105 for changeset df7b5446debc
048d171c6a9 : Added tag jdk8-b105 for changeset aa9db9b9ecb1
752e7433978 : Added tag jdk8-b105 for changeset e92c5abf8936
c2ce4de8014 : Added tag jdk8-b105 for changeset 9e7c537661de
8531be7a549 : Added tag jdk8-b105 for changeset 7b65cee32a84
12275d364ee : Added tag jdk8-b105 for changeset 14a09ddd8d8b
9ab6fae6988 : Added tag jdk8-b105 for changeset ff3beb903c1d
50b27ec15a1 : Added tag jdk8-b105 for changeset e164aa20de40
1ff22f2ed9e : 8016764: JVM does not prohibit invokespecial in c.f.v 51.0 that invokes default interface method in c.f.v 52.0
2c67e578401 : 8003162: build-infra: Improve suggestions for missing packages on linux
932c79bc4c0 : 8023786: (jdk) setjmp/longjmp changes the process signal mask on OS X
ef64db06e24 : 8014659: NPG: performance counters for compressed klass space
06571ae8624 : 8023130: (process) ProcessBuilder#inheritIO does not work on Windows
57f84d86371 : 8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec
ca9e74c63d0 : 8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
851fd0447ee : 8024253: ThreadLocal random can use SecureRandom for the initial seed
fdef74ade2c : 7200277: [parfait] potential buffer overflow in npt/utf.c
e5fa00ffb59 : 8025076: Fix for JDK-8017248 breaks jprt submission for non-unicode locales
a066da5d4d4 : 8024416: TESTBUG: com/sun/jdi/MethodEntryExitEvents.java: method entry count mismatch
6de8695342b : 8024985: com/sun/jdi/StepTest.java failed since jdk8b107
0f59d418d81 : 8024405: Spliterators.spliterator should support CONCURRENT characteristic
3a559a7ea07 : 8025002: "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException
6ea068de3a7 : 8023113: tools/jar/ChangeDir.java fails if /tmp/a exists
c7759dc643a : 8011940: java.lang.Class.getAnnotations() always enters synchronized method
100b98aafa3 : 8017248: Compiler Diacritics Issue
8290ada96c0 : 8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win]
ac8db73a7c9 : 8011402: Move blacklisting certificate logic from hard code to data
2785e7d00af : 8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx)
5ae304e238a : 8012615: Realm.getRealmsList returns realms list in wrong
81cd0a87383 : 8023954: MBean*Info.equals: throw NPE
026aac8993a : 8023720: (hotspot) setjmp/longjmp changes the process signal mask on OS X
bdaf52c5649 : 8023900: [TESTBUG] Initial compact profile test groups need adjusting
c56513ee82d : 8010310: [javadoc] Error processing sources with -private
6c974991835 : 8023155: Ensure functional consistency across Random, ThreadLocalRandom, SplittableRandom
67ca3cb4520 : 8023580: Add jtreg test for 8004051 and 8005722
8873ff4e48b : 8014566: Remove @ignore tags from MethodReference66 and InInterface when 8013875 is fixed
54b7d41e696 : 8023713: ZipFileSystem crashes on old zip file
188f6e49f51 : 8022594: Potential deadlock in <clinit> of sun.nio.ch.Util/IOUtil
0628977a7ad : 6968363: ClassCastException while entering HINDI characters with CustomDocument
25d12a300b5 : 8011955: Lunar screen reader crashes intermittently in WindowsAccessBridge-32.DLL 6995891: JAWS will occasionally stop speaking focused objects as user TABs -> problem with message queue 8014738: Combobox menu items are not announced with JAWS 8011938: Java Ferret example corrupts JCombobox of the running application 8012011: JAB 2.0.2 incompletely shows kbd accelerator in menus 8022966: Java Access Bridge no longer usable with screen magnifiers
ce3943d27d9 : 8023717: (process) ProcessBuilder should catch SecurityException rather than AccessControlException
c0f4055c780 : 8020489: VM crash when non-existent interface called by invokespecial
c678f0173a0 : 8023597: Optimize G1 barriers code for unsafe load_store
e60f7b34061 : 8006164: [TESTBUG] compact profile hotspot test issues
336aaacb9df : 8023826: Typo in warning about obsolete source / target values
ab9f31ab536 : 8023827: Fix doclint issues in javax.net.ssl
856570998b9 : 7052170: javadoc -charset option generates wrong meta tag
4520fbf9834 : 8019830: Add com.sun.media.sound to the list of restricted package
4dfd2a07d92 : Added tag jdk7u40-b43 for changeset 4370c4d19e0a
3fa594c02ef : Added tag jdk7u40-b43 for changeset 44e536991f60
76c2347e8ef : Added tag jdk7u40-b43 for changeset b17a5629e46a
90b514d15f8 : Added tag jdk7u40-b43 for changeset 49b5979a0390
ab993af12d2 : Added tag jdk7u40-b43 for changeset fe283fe6fdbb
e5eaf04c788 : Added tag jdk7u40-b43 for changeset d6f284b9fa19
6cba69fb1b7 : Added tag jdk7u40-b43 for changeset 5ec2e8a9dec0
05f2952a67a : 8023769: JDK-8016850 broke the old build
34aafa961f2 : 8023784: Object.prototype.toString should contain the class name for all instances
f5d9acd8193 : 8023784: Object.prototype.toString should contain the class name for all instances
516ee6ca6ae : 8023780: Gracefully handle @CS methods while binding bean properties
a9796aeea06 : 8023780: Gracefully handle @CS methods while binding bean properties
90e8c201bf8 : 8022773: ScriptEngineTest.printManyTest fails
359034825f6 : 8022773: ScriptEngineTest.printManyTest fails
c5fd247e16d : 8022761: regression: SecurityException is NOT thrown while trying to pack a wrongly signed Indexed Jar file
849788a425d : 8015669: KerberosPrincipal::equals should ignore name-type
e304fd35a02 : 8022398: javax/swing/JFileChooser/8013442/Test8013442.java fails
6dd078f94a6 : 8021379: JFileChooser Create New Folder button enabled in write proteced directory
6018c4e07f0 : 7195179: ClassCastException for null values in JComboBox
63e8e674511 : 8020622: create.bat on Windows failed to create project file for Visual Studio 2012
21289e7c0b8 : 8022935: Enhance Apache resolver classes
e6036b624a7 : 8022935: Enhance Apache resolver classes
d99f710f707 : 8023768: Use the unannotatedType in cyclicity checks
4415ae47cdd : 8020675: invalid jar file in the bootclasspath could lead to jvm fatal error
231a351a47d : 8020292: j.u.SplittableRandom
26ddf532fd3 : Added tag hs24-b56 for changeset 02e067e8cad9
0aa4910cf47 : 8023751: Need to backout 8020943, was pushed to hs24 without approval
041cadb78d1 : 8023701: Fix badly named test
e51df300087 : 8023721: Simplify eval in DebuggerSupport
da5fb6dfae6 : 8023721: Simplify eval in DebuggerSupport
033640bd2c8 : 8023477: Invalid CP index when reading ConstantPool
f903091ee20 : 8023491: Remove target names from test/Makefile and defer to sub-repo makefiles
38560368c16 : 8012294: remove generic handling for default methods
5c937b723c0 : 8014135: The JVMTI specification does not conform to recent changes in JNI specification
f88b25ae84d : Added tag jdk7u40-b42 for changeset 2e490441340b
e3092ed8f52 : Added tag jdk7u40-b41 for changeset f5f44e9a807a
85236fc9a48 : Added tag jdk7u40-b40 for changeset 6a71b55a0c88
91af39954f3 : Added tag jdk7u40-b39 for changeset a3539daa5d40
0c35462d4d5 : Added tag jdk7u40-b42 for changeset 4a635eb394fc
0422f0cd89f : Added tag jdk7u40-b42 for changeset bba5de3b3848
3e23785a939 : Added tag jdk7u40-b42 for changeset 3a0223bc1719
8c1a1bc68bc : Added tag jdk7u40-b42 for changeset 5271d292e216
93e9e8436bb : Added tag jdk7u40-b42 for changeset 04f8de0155b8
bd547676873 : Added tag jdk7u40-b42 for changeset 91969c07f580
86af118ec0e : 8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions
e0b682f2d8b : 8011944: Sort fails with ArrayIndexOutOfBoundsException
515a7df9960 : 8016277: Crash in nmethod::is_compiled_by_c1() on x86
c8d2baed47f : 8023650: Regexp m flag does not recognize CRNL or CR
c10f9ffaeb9 : 8023650: Regexp m flag does not recognize CRNL or CR
56dbd896c31 : 8023234: StampedLock serializes readers on writer unlock
9f4ed448a07 : 8023638: Add the regression test for 8006997
4b7e40084cf : 8022595: JSR292: deadlock during class loading of MethodHandles, MethodHandleImpl & MethodHandleNatives
90f87346313 : 8022456: LogCompilation tool does not work with C1 output again
670c3329966 : 8023474: First mousepress doesn't start editing in JTree
f771ef4ea2a : 8023216: Feedback on README-builds.html
d4b28471ff7 : 8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases
be8c8aac48e : 8023691: Create interface for nodes in class Block
618cb11a731 : 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
6a548048a3c : 8022183: GCC 4.6 change sdefault setting for omit-frame-pointer which breaks hotspot stack walking
910d9b815cd : 7129312: BufferedInputStream calculates negative array size with large streams and mark
423284cd203 : 8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8)
e412d7e8d11 : 8023683: Enhance class file parsing
6c5c2d745ab : 6378503: In java.math.BigDecimal, division by one returns zero 6446965: Using BigDecimal.divideToIntegralValue with extreme scales can lead to an incorrect result
a8f6ab1f527 : 8020829: JT_HS: 2 runtime NMT tests fail on platforms if NMT detail is not supported
993de8ba281 : 8014135: The JVMTI specification does not conform to recent changes in JNI specification
6d2de008d77 : 8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle
a7e60f4913a : 7080613: java.beans.DefaultPersistenceDelegate.instantiate(..) doesn't throw NPE
feb12df2acd : 8019987: String trimRight and trimLeft could be defined
0863203de8f : 8019987: String trimRight and trimLeft could be defined
7d047d6829e : 8023454: Updated DEVELOPER_README and command line flags, ensuring that undocumented flags that aren't guaranteed to work (disabled by default) and that are work in progress show up with an EXPERIMENTAL tag
6d31b3a15f6 : 8023454: Updated DEVELOPER_README and command line flags, ensuring that undocumented flags that aren't guaranteed to work (disabled by default) and that are work in progress show up with an EXPERIMENTAL tag
9199a7010f4 : 8020946: TokenType#toString returned null
06e6e351d41 : 8020946: TokenType#toString returned null
68c55f78103 : 8023550: -d option was broken for any dir but '.'. Fixed Java warnings
25bbe574dcf : 8023550: -d option was broken for any dir but '.'. Fixed Java warnings
6f5afdecbfa : 8023630: Implement Java.super() as the preferred way to call super methods
3a14dde3d27 : 8023630: Implement Java.super() as the preferred way to call super methods
eccaf278a26 : 8023453: --log=attr did not unindent identNodes
8e1d44b4847 : 8023453: --log=attr did not unindent identNodes
ac9b72ebec1 : 8023631: engine.js init script should be loaded into every global instance created by engines
6119c39830e : 8023631: engine.js init script should be loaded into every global instance created by engines
6549fc2f259 : 8023635: new hotspot build - hs25-b48
9e84a85d642 : 8023052: JVM crash in native layout
8b2c83eb1b7 : 8023636: Missing files from 8022885
d35ecfaa159 : Added tag hs25-b47 for changeset 5ca7390c9649
e8f5679bc5d : 8022885: Update JAX-WS RI integration to 2.2.9-b14140 8013016: Rebase 8009009 against the latest jdk8/jaxws
75e0844f2a1 : 8021394: Better color profiles
ea17b8decf3 : 8023457: Event based tracing framework needs a mutex for thread groups
5c6c0a8d1dc : 8023547: com/sun/jdi/RedefineMulti.sh fails with IllegalArgumentException after JDK-8021948
ff7c51cd184 : 6470700: Math.random() / Math.initRNG() uses "double checked locking"
4a2acff75d2 : 8023480: Create a jvm.cfg for zero on 32 bit architectures
32a617d198d : 8022173: Relax some warnings in doclint
f61c7dc88b2 : 8023406: make/windows/build_vm_def.sh takes too long even when BUILD_WIN_SA != 1
df7849845e8 : 7057769: JScrollBar spec should specify that unit increment & decrement functionality may not be present
6f09d9cd3a0 : 8023560: Arbitrary javax.script.Bindings objects as ENGINE_SCOPE objects are not handled as expected
7b5f6c66a5c : 8023560: Arbitrary javax.script.Bindings objects as ENGINE_SCOPE objects are not handled as expected
a4b39faa4fd : 8024896: Refactor java.time serialization tests into separate subpackage
b8a3eb1cd83 : 8023228: Debugger information gather is too slow
5d8a44e119b : 8023228: Debugger information gather is too slow
0d3a9fcd89f : 8020745: Suspicious MethodParameters attribute generated for local classes capturing local variables
fac7ee02c53 : 8023033: PPC64 (part 13): basic changes for AIX
a7cf85d9963 : Added tag jdk8-b104 for changeset 0da9f7e0f2a5
a758468eee3 : Added tag jdk8-b104 for changeset 9b5ad625745e
f06b171fe2b : Added tag jdk8-b104 for changeset c45de6831abc
4bbc8e32301 : Added tag jdk8-b104 for changeset 805046a40f61
86b719e366b : Added tag jdk8-b104 for changeset 94ae8ce0f0fa
bcda5085aff : Added tag jdk8-b104 for changeset 1fc167004a38
9276e491e86 : Added tag jdk8-b104 for changeset 78f23ea4586e
080d427e347 : Added tag jdk8-b104 for changeset 2b0842168ce5
2c440a80786 : Added tag jdk8-b104 for changeset 35bf25e3bb38
2df9b70f5e5 : 7121403: [TESTBUG] runtime/7051189/Xchecksig.sh fails on 64bit solaris 8023393: Need to suppress info message if -Xcheck:jni used with libjsig.dylab on Mac OSX
2dd48af1bad : 8023531: new RegExp('').toString() should return '/(?:)/'
863bbb911b3 : 8023531: new RegExp('').toString() should return '/(?:)/'
eaece57c8db : 8023536: Some regression tests have a wrong header
f08402dd575 : 8023551: Mirror functions can not be invoked using invokeMethod, invokeFunction
cc6216ae2ec : 8023551: Mirror functions can not be invoked using invokeMethod, invokeFunction
c65abc95dfa : 8023112: javac should not use lazy constant evaluation approach for method references
27e891247ea : 8020692: TestGCEventMixed.java failed because of timestamp in event after end event
7b989a82fd6 : 8022316: Generic throws, overriding and method reference
80fea6f3059 : 8016155: SIGBUS when running Kitchensink with ParallelScavenge and ParallelOld
f3ca3801d99 : 8020530: Non heap memory size calculated incorrectly
1d19a4f5df8 : 8023528: Rename Comparator combinators to disambiguate overloading methods
d912aa501eb : 8023647: "abc1c".matches("(\\w)+1\\1")) returns false
b87db568f08 : 8023275: Wrapping collections should override default methods
febfa82cfb3 : 8023520: Add missing test for JDK-7118412
64412dad178 : 8022287: javac.sym.Profiles uses a static Map when it should not
8073e1a535e : 7118412: Shadowing of type-variables vs. member types 4987840: What is the scope of an annotation?
1dc32a077ec : 8023515: import type-annotations updates
4c3c3b6caac : 8022872: G1: Use correct GC cause for young GC triggered by humongous allocations
8cb12458693 : Added tag jdk7u40-b41 for changeset 97a2d3633781
fe8088f3161 : Added tag jdk7u40-b41 for changeset 2d87e9a84368
73e038705b1 : Added tag jdk7u40-b41 for changeset 9576f637755b
839f0c4a5d5 : Added tag jdk7u40-b41 for changeset 47ce7187de77
ae085928dee : Added tag jdk7u40-b41 for changeset 9b48a920a6f1
64495832224 : Added tag jdk7u40-b41 for changeset 6904567b7841
27217fa097e : Added tag jdk7u40-b41 for changeset 63ad91421dee
064c1ddaa7c : 8022927: Input validation for byte/endian conversions
3cd2e9e0995 : 6359971: Threads tab: Simple text to explain that one can click on a thread to get stack trace
422a4d5bc7e : 6417649: -interval=0 is accepted and jconsole doesn't update window content at all
edd19c0f397 : 8022445: fix RMISocketFactory example to avoid using localhost
1ea2a0ba050 : 8022904: Enhance JDBC Parsers
3a59c354d9f : 8023368: Instance __proto__ property should exist and be writable
2bb4ab07cab : 8023368: Instance __proto__ property should exist and be writable
303b0f1780f : 8022903: Enhance for-in and for-each for Lists and Maps
00099d7de24 : 8022903: Enhance for-in and for-each for Lists and Maps
b1bab51463e : 8023373: allow super invocation for adapters
6db516232b4 : 8023373: allow super invocation for adapters
f188c2bf708 : 7199175: JSR 292: C1 needs patching when invokedynamic/invokehandle call site is not linked
dac98bcc0d9 : 8023472: C2 optimization breaks with G1
ccfb92c6a96 : 8012972: Incremental Inlining should support scalar replaced object in debug info
1e740c466f8 : 8022808: Kitchensink hangs on macos
b2e2be30468 : 8023433: Improve 'make help'
c7b90c0ca45 : 8013887: In class use, some tables are randomly unsorted
f8295608fb6 : 8022080: javadoc generates invalid HTML in Turkish locale
de59aa8b3ff : 8020663: Restructure some properties to facilitate better translation
c9f3cedbfae : 7179455: tools/javac/processing/model/testgetallmembers/Main.java fails against JDK 7 and JDK 8
e951505eab0 : 8023287: HOTSPOT_BUILD_COMPILER needs to support "Sun Studio 12u3"
557cb9c6b15 : 8011043: Warn about use of 1.5 and earlier source and target values
b3505de6405 : 8022682: Supporting XOM
07d44a65208 : 8019243: AnnotationTypeMismatchException instead of MirroredTypeException
7947e49ae3d : 7182350: Regression in wording of unchecked warning message
75a8f58cd15 : 8022721: AnnotationTypeDeadlockTest.java throws java.lang.IllegalStateException: unexpected condition
31584b6b19d : 8023430: Replace File.mkdirs with Files.createDirectories to get MaxPathLength.java failure details
b3961cb6be4 : 8023587: Fix lone remaining doclint issue in java.util.regex
138561d5963 : 8023101: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails
cac8b88f489 : 8022228: Intermittent test failures in sun/security/ssl/javax/net/ssl/NewAPIs
c9443a8346b : 8016846: Pattern.splitAsStream tests required
629de57fe86 : 8023395: Remove sun.misc.Sort and sun.misc.Compare
8a3c65febe4 : 8023306: Add replace() implementations to TreeMap
01ba926ba1c : 8023485: Remove com/sun/jdi/DoubleAgentTest.java and com/sun/jdi/FieldWatchpoints.java from ProblemList.txt
7568ce74817 : 8023460: OPENJDK build fails due to missing jfr.jar
ab53c307532 : 8023250: Update JavaScript code in JDK for changes in iteration over Java arrays
906bb894db7 : 8023367: Collections.emptyList().sort((Comparator)null) throws NPE
e838e317684 : 8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently
6ef251ac19d : 8022283: Assertion failed: assert(is_loaded() && field->holder()->is_loaded() && klass()->is_subclass_of (field->holder())) failed: invalid access
0c815d13602 : 8023311: Clean up profile-includes.txt
073cd1d6321 : 8022071: Some vm/jvmti tests fail because cannot attach to the Java virtual machine
92f9b54cd34 : 8023230: The impl of KerberosClientKeyExchange maybe not exist
2e2313ef873 : 8020842: IDN do not throw IAE when hostname ends with a trailing dot
d2f2e6fd419 : 8016850: JCK javax.security.auth.Policy tests fail when run in Profiles mode
aa90f3b3128 : 8023203: Wrap RandomAccessFile.seek native method into a Java helper method
63def5d0a05 : Added tag jdk7u40-b40 for changeset ecaf8d84e73e
15a7f808a93 : Added tag jdk7u40-b40 for changeset 35c0e6e2c95e
8f9fb85fea8 : Added tag jdk7u40-b40 for changeset db0d8e704185
6038c744441 : Added tag jdk7u40-b40 for changeset f2bbea0856a0
11b2d408a46 : Added tag jdk7u40-b40 for changeset e261bb4be396
b42a4ec1662 : Added tag jdk7u40-b40 for changeset 3516e9b3f247
fb59e936d08 : Added tag jdk7u40-b40 for changeset 39bea316ccfa
553b498f51e : 8021948: Change InstanceKlass::_source_file_name and _generic_signature from Symbol* to constant pool indexes
c2aba135c23 : 8022241: [macosx] [PIT] lookupPrintServices() returns one too long array
056fb53c830 : 8023188: Unsafe volatile double store on bsd is broken
1b5eaa621e9 : 8015614: Update build settings
7870f1a6dcb : 7071377: Exception when javac -processor is given a class name with invalid postfix
49058214db1 : 8022940: Enhance CORBA translations
a40e2a92362 : 8022655: ClassDump ignored jarStream setting
c130ed36602 : 8023231: Remove comma from jtreg bug line
5a23e46760b : 8023210: jjs tools should support a mode where it will load few command line scripts and then entering into interactive shell
67ca2239594 : 8023210: jjs tools should support a mode where it will load few command line scripts and then entering into interactive shell
910c4e1d346 : 7042707: Un-needed mnemonic in JConsole resource file
1d3c8aa7088 : 6800801: NPE in JConsole when using Nimbus L&F
99f960f2ef4 : 6417721: Thread list should not allow multiple selection
1dd31aff635 : 8017580: Crash in font loading code on Linux (due to use of reflection)
bf1e11707b5 : 6358357: Division by zero in Threads tab when shrinking jconsole window
0e8b1016432 : 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
73ddb82395f : 8022719: tools/launcher/RunpathTest.java fails after 8012146
30a0d259532 : 8021430: 64 bit JDK build fails on windows 7 due to missing corba source files
a29db3a5b80 : 8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails
88cb86076a4 : 8005980: [findbugs] More com.sun.media.sound.* warnings
0b736d6f91e : 8006085: [findbugs] a warning on javax.sound.sampled.DataLine$Info constructor
923be5ce133 : 8023017: SUB missing for widest op == number for BinaryNode
9de0661d63d : 8023017: SUB missing for widest op == number for BinaryNode
8a03379c45d : 8021820: Number of opened files used in select() is limited to 1024 [macosx]
99a38df3abc : 8023146: Sjavac test failes in langtools nightly
d0aa753d993 : 8022817: CMS should not shrink if compaction was not done
79a458c3d41 : 8020051: [TEST_BUG] Testcase for 8004859 has a typo
90882f83e0a : 8023156: make dist-clean should remove javacservers directory
f09520a0646 : 8013446: [parfait] Memory leak in jdk/src/windows/native/sun/java2d/opengl/WGLSurfaceData.c
a1552db3aea : 8019985: Date.parse("2000-01-01T00:00:00.Z") should return NaN
c5193485ade : 8019985: Date.parse("2000-01-01T00:00:00.Z") should return NaN
92e079eae1f : 8023152: new hotspot build - hs25-b47
7ade7987a0a : 8007074: SIGSEGV at ParMarkBitMap::verify_clear()
c70766c84b2 : Added tag hs25-b46 for changeset 33c42f8baa1d
d42579b6478 : 8022945: Enhance JNDI implementation classes
d7e1bdda701 : 8020355: bind on built-in constructors don't use bound argument values
2f90b28014a : 8020355: bind on built-in constructors don't use bound argument values
4d91f4e69d6 : 8003424: Enable Class Data Sharing for CompressedOops 8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops 8005933: The -Xshare:auto option is ignored for -server
d992a671028 : 8022508: javac crashes if the generics arity of a base class is wrong
59e06373391 : 8015809: More user friendly compile-time errors for uncaught exceptions in lambda expression
746be813388 : 8022053: javac generates unverifiable initializer for nested subclass of local class
bce847b2be9 : 8023045: [MacOSX] PrinterIOException when printing a JComponent
5f9db5b8a43 : Added tag jdk8-b103 for changeset d37529f505f2
db0ec61ffd5 : Added tag jdk8-b103 for changeset 1f4e22f16147
4d93dffa7b7 : Added tag jdk8-b103 for changeset 30c8df7a1168
b6b93643844 : Added tag jdk8-b103 for changeset 49d8688ac040
9e1b038ef22 : Added tag jdk8-b103 for changeset bf2d11458125
34c5c0e6380 : Added tag jdk8-b103 for changeset 1317035e27c5
e50bff5642f : Added tag jdk8-b103 for changeset 31869efc272a
d48217e6124 : Added tag jdk8-b103 for changeset 28e832b479d2
034d08cfbd5 : Added tag jdk8-b103 for changeset 5e42d75f3223
fd4983b2547 : 8015145: Smartjavac needs more flexibility with linking to sources
c1b34fdc2c2 : 8020411: lin32 - JDK 8 build for Linux-i586 on Oracle Linux 6.4 64-bit machines does not generate the bundles directory in the build directory
78ee0b6ff23 : 7191018: Manual test closed/java/awt/JAWT causes JVM to crash starting from JDK 5
c144b8c30f2 : 8023021: Unnecessary clearing of the card table introduced by the fix for JDK-8023013
0c6e63367d2 : 8016921: Change the profiles table on overview-summary.html page to a list
9354b09906c : 8021809: Partitioning based on eden sampling during allocation not reset correctly
ae7845053fd : 8022784: TaskQueue misses minimal documentation and references for analysis
e5f563bfef9 : 8023219: NPG: MetaspaceMemoryPool should report statistics for all of metaspace
8fc3bf87157 : 8023227: Enhance layout_helper_log2_element_size assert
5e410901209 : 8023145: G1: G1CollectedHeap::mark_strong_code_roots() needs to handle ParallelGCThreads=0
f63547bf71a : 7145569: G1: optimize nmethods scanning
d91b6547d38 : 6840442: JavaCompiler.getTask() has incomplete specification for IllegalArgumentException
43991d588a7 : 8017191: Javadoc is confused by @link to imported classes outside of the set of generated packages
9d372e78013 : 8005073: [TESTBUG] remove crufty '_g' support from HS tests
1aa32ce1d04 : 8022997: [macosx] Remaining duplicated key events
6b3b53caa1f : 8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 algorithms
20f7d1a82a1 : 8022993: Convert MAX_UNROLL constant to LoopMaxUnroll C2 flag
75149148e34 : 8023026: Array.prototype iterator functions like forEach, reduce should work for Java arrays, lists
a28b8a61dcf : 8023026: Array.prototype iterator functions like forEach, reduce should work for Java arrays, lists
ce4eb93249d : 8007517: DefaultMethodRegressionTests.java fail in TL
f996af21159 : 7173464: Clipboard.getAvailableDataFlavors: Comparison method violates contract
6a28f9e6fba : 8013454: [parfait] Memory leak in jdk/src/windows/native/sun/windows/awt_Cursor.cpp 8012079: [parfait] possible null pointer dereference in jdk/src/windows/native/sun/windows/awt_Font.cpp
dab6bdc071b : 8022899: SunStudio compiler can not handle EXCEPTION_MARK and inlining
d36ef0edd06 : 8013394: compile of iterator use fails with error \"defined in an inaccessible class or interface\"
9b8991f944b : 8022931: Enhance Kerberos exceptions
73aa07b6c5c : 8021355: REGRESSION: Five closed/java/awt/SplashScreen tests fail since 7u45 b01 on Linux, Solaris
19ba4665752 : 8022800: Use specific generations rather than generation iteration
b42a7171ab3 : 8020598: ObjectCountEventSender::send needs INCLUDE_TRACE guards when building OpenJDK with INCLUDE_TRACE=0
36197b96c29 : 7027045: (doc) java/awt/Window.java has several typos in javadoc
e77f64d8dda : 8022797: Clarify spliterator characteristics for collections containing no elements
ea67b80891e : 8022898: java/util/Spliterator/SpliteratorCollisions.java fails in HashableIntSpliteratorWithNull data provider
772a828f730 : 8012940: More than 50 tests failed in Serialization/DeSerialization testing (test-mangled)
3c90e54214f : 8023150: java/util/stream tests no longer compiling following JDK-8019401
a25f924de64 : 8009728: nsk/jvmti/AttachOnDemand/attach030 crashes on Win32
862f0b4eb5f : 8022676: Confusing error message checking instanceof non-class
bf29c2ec49a : 8022676: Confusing error message checking instanceof non-class
53b5f75095f : 8022066: Evaluation of method reference to signature polymorphic method crashes VM
1a739e9d936 : Added tag jdk7u40-b39 for changeset 15a1e69ea1c5
9e826d94259 : Added tag jdk7u40-b39 for changeset 1cb4708a1ef9
007832113c4 : Added tag jdk7u40-b39 for changeset 9815db431da5
a749ac9eb94 : Added tag jdk7u40-b39 for changeset 0f2735ac6f41
0c152676cd9 : Added tag jdk7u40-b39 for changeset 559e43584a33
120da939a1c : Added tag jdk7u40-b39 for changeset 5728e6f6d0f1
2f8f51ea43b : Added tag jdk7u40-b39 for changeset 356cffb2d899
58d92c516a0 : 8021567: Javac doesn't report \"java: reference to method is ambiguous\" any more
4e85a5ae430 : 6537020: JCK tests: a compile-time error should be given in case of ambiguously imported fields (types, methods)
4030ed819b6 : 8019401: Collectors.collectingAndThen
d2956c2e8d8 : 8017109: Cleanup overrides warning in src/solaris/classes/sun/print/AttributeClass.java
bcc5da3b771 : 4858457: File.getCanonicalPath() throws IOException when invoked with "nul" (win)
f8f33c852c4 : 8023108: Remove ShortRSAKey1024.sh from ProblemList.txt
bb69156c80e : 7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException
126c55f2cb7 : 8022126: Remove throws SocketException from DatagramPacket constructors accepting SocketAddress
fc8b2309b8b : 8023104: ConcurrentHashMap typo
ad2505a6697 : 8023103: FJ parallelism zero 8020537: java/util/concurrent/forkjoin/ThrowingRunnable.java
d72491e426b : 8022584: Memory leak in some NetworkInterface methods
ab37de55bfa : 8015765: TEST_BUG: java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failing intermittently
9aceb41d6d7 : 8022921: Remove experimental Profile attribute
e87a2bddafe : 8021121: ISO 4217 Amendment Number 156
0ffa9efb227 : 8023075: JDK-5049299 has broken old make in jdk8
10673cfe8c4 : 8022109: Evaluate adding incrementExact, decrementExact, negateExact to java.lang.Math
bc17f4b0680 : 8022178: System.console() throws IOE on some Windows
57b04c9183e : 8022990: Fix dep_ann lint warnings in swing code
ec7c5982991 : 8022547: [verifier] move DefaultMethodRegressionTests.java to jdk
c6247493d01 : 5049299: (process) Use posix_spawn, not fork, on S10 to avoid swap exhaustion
42953c89cff : 8022959: Fix new doclint issues in java.util.zip
1130c56f813 : 8022259: MakeClasslist is buggy and its README is out of date
58783bd3536 : 8022897: Add test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java to ProblemList
91e6f287961 : 8019948: java/util/logging/bundlesearch/ResourceBundleSearchTest.java is failing intermittently
10ba495eafa : 8022779: ProblemList.txt updates (8/2013)
e3b61c033b8 : 8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero
f537c82bab6 : 8013170: Spec for PBEParameterSpec does not specify behavior when paramSpec is null
d12a32baabe : 8022753: SQLXML javadoc example typo
4f76f097191 : 8022749: Convert junit tests to testng in test/java/lang/invoke
7adae55d1dd : 8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
d0479145f3b : 8015780: java/lang/reflect/Method/GenericStringTest.java failing
ac42104fef4 : 8021275: Better screening for ScreenMenu
30f059b5fce : 8015107: NPG: Use consistent naming for metaspace concepts
bb0b9678946 : 8016848: javax_security/auth/login tests fail in compact 1 and 2 profiles
1c83c2a6ca9 : 8022598: Object.getPrototypeOf should return null for host objects rather than throwing TypeError
7e85e9c196a : 8022598: Object.getPrototypeOf should return null for host objects rather than throwing TypeError
bf16eece7cd : 8022615: [nightly] Two nashorn print tests fail in nightly builds on Windows
cb2ec810510 : 8022615: [nightly] Two nashorn print tests fail in nightly builds on Windows
c2e627d7f2e : 8022731: NativeArguments has wrong implementation of isMapped()
76e9329e16b : 8022731: NativeArguments has wrong implementation of isMapped()
64c15539c09 : 8022614: Please exclude test test/script/trusted/JDK-8020809.js from Nashorn code coverage run
42d8f281811 : 8022614: Please exclude test test/script/trusted/JDK-8020809.js from Nashorn code coverage run
7d43a7bfcfe : 8022789: Revisit doPrivileged blocks in Dynalink
71bd48d8e79 : 8022789: Revisit doPrivileged blocks in Dynalink
1f2ba9f2286 : 8024182: test/java/util/Arrays/SetAllTest.java fails to compile due to recent compiler changes
59440ee0bef : 8008688: Make MethodHandleInfo public
7fc1c28757b : 8024140: [TESTBUG] Profile based regression test groups for jdk repo
25af2121aa2 : 8023997: j.l.String.join(java.lang.CharSequence, java.lang.Iterable) sample doesn't compile and is incorrect
e1619bcf81b : 8017195: Introduce option to setKeepAlive parameter on CORBA sockets
7bc062de1de : 8017513: Support for closeable streams 8022237: j.u.s.BaseStream.onClose() has an issue in implementation or requires spec clarification 8022572: Same exception instances thrown from j.u.stream.Stream.onClose() handlers are not listed as suppressed
45d26c95711 : 8024178: Difference in Stream.collect(Collector) methods located in jdk8 and jdk8-lambda repos
f7b61b93f1d : 8022176: Weaken contract of java.lang.AutoCloseable
9b5513a8e8d : 8024015: TEST.groups: move jdk/lambda tests from jdk_other to jdk_lang
f4dda09731a : 7172176: java/jconsole test/sun/tools/jconsole/ImmutableResourceTest.sh failing
b81e7785d1f : 8016127: NLS: logging.properties translatability recommendation 8024131: Issues with cached localizedLevelName in java.util.logging.Level
ff0317b0980 : 8024103: AtomicLongArray getAndAccumulate/accumulateAndGet have int type for new value arg
1cff90b3353 : 8024068: sun/security/ssl/javax/net/ssl/ServerName/IllegalSNIName.java fails
d6854baa4e3 : 8023765: Improve MaxPathLength.java testcase and reduce its test load 7160013: java/io/File/MaxPathLength.java fails
dbca0a2b859 : 6566891: RMIConnector: map value referencing map key in WeakHashMap prevents map entry to be removed
cd65f6f9739 : 8023881: IDN.USE_STD3_ASCII_RULES option is too strict to use Unicode in IDN.toASCII
06d2a07ab4a : 8022782: publicLookup access failures in ScriptObject, ScriptFunction and ScriptFunction
ec9506c0fe8 : 8022782: publicLookup access failures in ScriptObject, ScriptFunction and ScriptFunction
01059bf88b7 : 8022487: DEREncodedKeyValue.supportedKeyTypes should be private
5189d350c9d : 8022740: Visual 2008 IDE build is broken
190f9337b13 : 6983297: methods missing from NewArrayTree
22652f53542 : 8022622: javac, two tests are failing with compile time error after class Collector was modified
cee3c2853b8 : 8009640: -profile <compact> does not work when -bootclasspath specified
ed4b0261056 : 8019915: whitebox testClearMethodStateTest fails with tiered on sparc
35e27fd5945 : 8022161: javac Null Pointer Exception in Enter.visitTopLevel
e5591bfde4e : 8022548: SPECJVM2008 has errors introduced in 7u40-b34
e4c262d444a : 8022548: SPECJVM2008 has errors introduced in 7u40-b34
1848c820d0d : 8022548: SPECJVM2008 has errors introduced in 7u40-b34
9db3bb4e9c3 : 8020054: (tz) Support tzdata2013d
86ec979f23b : 8022548: SPECJVM2008 has errors introduced in 7u40-b34
8893824d47e : 8021977: Opening a file using java.io can throw IOException on Windows
b377e796f72 : 8022724: lint warnings in j.u.concurrent packages
5fab892391d : 8022452: Hotspot needs to know about Windows 8.1 and Windows Server 2012 R2
7d471dd141c : 8023681: Fix raw type warning caused by Sink
1ee03339e17 : 8022707: Revisit all doPrivileged blocks
8ee7468a8c7 : 8022707: Revisit all doPrivileged blocks
a446ab4d6b0 : 8022661: InetAddress.writeObject() performs flush() on object output stream
ad02c635e3a : 7121409: Two conformance tests for AccessibleText.getCharacterBounds(int i) fail
87efa706f17 : 8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED
7cea3820af8 : 8022688: new hotspot build - hs25-b46
c27859fdda1 : Added tag hs25-b45 for changeset 30045f9d9eb2
b2e34525abe : 8020789: Disable exporting of gc.heap_dump diagnostic command
22a9c24dcd5 : 6614237: missing codepage Cp290 at java runtime
0f814268965 : 8021788: JarInputStream doesn't provide certificates for some file under META-INF
66bb3b1c47b : 8013611: Modal dialog fails to obtain keyboard focus
ea03f7c91f3 : 8022461: Fix lint warnings in sun.security.{provider,rsa,x509}
418cc392cc6 : 8019583: [TESTBUG] runtime/7107135 always passes
617a84061cf : 8022093: syntax error near "umpiconninfo_t" -- when building on Solaris 10
dca36c08f35 : 8015666: test/tools/pack200/TimeStamp.java failing
046a6fa8e22 : 8021360: object not exported" on start of JMXConnectorServer for RMI-IIOP protocol with security manager
ab929494597 : Added tag jdk8-b102 for changeset ac0753db2fee
a4ad7e3be81 : Added tag jdk8-b102 for changeset c6f119e1fb1f
18489ee44f1 : Added tag jdk8-b102 for changeset 8de709d0c375
66b349c32ae : Added tag jdk8-b102 for changeset 0821944c348a
12edd63408c : Added tag jdk8-b102 for changeset a4d982aa5380
06729a6505c : Added tag jdk8-b102 for changeset 558ea2ab19f7
9ac23677b23 : Added tag jdk8-b102 for changeset d807cf45a710
5e33f2e6b49 : Added tag jdk8-b102 for changeset c7cc39696829
f18216cb962 : Added tag jdk8-b102 for changeset 9543adaf5371
ae5b50414a4 : 8016601: Unable to build hsx24 on Windows using project creator and Visual Studio
dc14220ea62 : 8016594: Native Windows ccache still reads DES tickets
a2215722a2f : 8022524: Memory leaks in nashorn sources and tests found by jhat analysis
77e477eaea3 : 8022524: Memory leaks in nashorn sources and tests found by jhat analysis
cecb5cc0ea3 : 8019486: javac, generates erroneous LVT for a test case with lambda code
ae9638f154a : 7147084: (process) appA hangs when read output stream of appB which starts appC that runs forever
15c6717dac1 : 8015986: Incorrect Localization of HijrahChronology
fcca48f761f : 8014883: java.awt.container.add(component comp object constraints) doesn't work as expected on some linux platforms
a231c31f381 : 8022675: Redundant class init check
9e056eedc49 : 8022956: Clang: enable return type warnings on BSD
4ee53ef4e3e : 8021898: Broken JIT compiler optimization for loop unswitching
a235ecb3449 : 8023003: Cleanup the public interface to PhaseCFG
5467bc74f84 : 8022441: Bad code generated for certain interpreted CRC intrinsics, 2 cases
caa3d021301 : 8022832: Add WB APIs for OSR compilation
f9cf9e88b8a : 8016456: ciReplay test assumes TIERED compilation is available
0982c856e53 : 8022479: clean up warnings from sun.tools.asm
a8090b50245 : 4749567: stddoclet: Add CSS style for setting header/footer to be italic
69a3c42db7e : 7198274: RFE : Javadoc Accessibility : Use CSS styles rather than <strong> or <i> tags
f4de445e6a5 : 8022554: Fix Warnings in sun.invoke.anon Package
4ca85aab174 : Added tag jdk7u40-b38 for changeset 695e4320492f
97d3f697d8e : Added tag jdk7u40-b37 for changeset 9a838f63a38d
e9b4c1ba2ff : Added tag jdk7u40-b38 for changeset b20b4a673ba0
9b82e1d0b98 : Added tag jdk7u40-b38 for changeset 9f98cd9d4446
fb5f7572fb6 : Added tag jdk7u40-b38 for changeset ddb3c0332c60
10f4b23e2e7 : Added tag jdk7u40-b38 for changeset 84bb0a056337
114da9d9c94 : Added tag jdk7u40-b38 for changeset bbc2d4b76203
313a4b471f1 : Added tag jdk7u40-b38 for changeset abb25a52594d
d98a8a162fb : 6551589: ContainerListener Documentation may be incorrect
fc44cdf0ecd : 8022475: Remove unneeded ad-files
5fe59d132cb : 7124339: [macosx] setIconImage is not endlessly tolerant to the broken image-arguments
bfe8385fa92 : 8022284: Hide internal data structure in PhaseCFG
5409730fdee : 8022454: Fixed various serializations and deprecation warnings in java.util, java.net and sun.tools
27f8eea2ea7 : 8021771: warning stat64 is deprecated - when building on OSX 10.7.5
eede95c5cfd : 8013849: Awt assert on Hashtable.cpp:124
3ea9481c2fe : 8014659: NPG: performance counters for compressed klass space
6239c7bedab : 8022509: Various Dynalink security enhancements
65cc3fdc8a4 : 8022509: Various Dynalink security enhancements
5c82273ab34 : 8022532: [parfait] Potential memory leak in gtk2_interface.c
4cb22654f8f : 8013809: deadlock in SSLSocketImpl between between write and close
35fe257db99 : 8022483: Nashorn compatibility issues in jhat's OQL feature
7d97d753492 : 7151062: [macosx] SCDynamicStore prints error messages to stderr
68d1aae1be9 : 8021969: The index_AccessAllowed jnlp can not load successfully with exception thrown in the log
3103641be32 : 8008274: javac should not reference/use sample code
0fb4cd9d382 : 8020997: TreeMaker.AnnotationBuilder creates broken element literals with repeating annotations
67517a374c0 : 8022476: cleanup some raw types and unchecked warnings in java.util.stream
f387416fed6 : 8022478: Fix Warnings In sun.net.www.protocol.http Package
b2cc9db8d8a : 8022446: Fix serial warnings in java.util.stream
753a6e3b0cd : 8022447: Fix doclint warnings in java.awt.image
f211cb81b9a : 8022455: Fix doclint warnings in javax.imageio
ddf5fcb7c2c : 8012144: multiple SIGSEGVs fails on staxf
6fede334f96 : 8022453: Fix doclint issues in javax.accessibility
4974d1aef2e : 7187554: JSR 292: JVMTI PopFrame needs to handle appendix arguments
70ac5c3a487 : 8009367: Wrong kind of name used in comparison in javax.lang.model code for repeatable annotations
d75477b1478 : 8021583: test/javax/print/autosense/PrintAutoSenseData.java throwing NPE
2ce2cb1e0da : 8022175: Fix doclint warnings in javax.print
6e609cbc648 : 8022188: Make zero compile after 8016131 and 8016697
5f5b303d7e7 : 8022186: javac generates dead code if a try with an empty body has a finalizer
a932c3bf6ba : 8016833: Underlines and strikethrough not rendering correctly
7647c6e6a1b : 8014824: Document Spliterator characteristics and binding policy of java util collection impls
5d38b44a3e3 : 8023215: test/java/util/Comparator/TypeTest.java not running (failing but reported as passing)
3eae3a200c2 : 8021820: Number of opened files used in select() is limited to 1024 [macosx]
90a9913da7e : 6696970: Jconsole becomes unusable if a plugin throws an exception
6b503b6a096 : 7015157: String "Tabular Navigation" should be rephrased for avoiding mistranslation
2fb1ac860ca : 6721425: jconsole Makefile clean rule is missing rm of generated Version.java
06e0c4e161c : 6417702: Graph in Memory tab is not redrawn immediately if changed via 'Chart' combo box
b42c6fb241c : 8022318: Document Spliterator characteristics and binding policy of java util concurrent collection impls
63de7b9fd0a : 8019185: Inconsistency between JapaneseEra start dates and java.util.JapaneseImperialDate
b23fa148208 : 8022193: java/time/test/java/util/TestFormatter.java failed in th locale
a7ac24961a5 : 8022770: java/time/tck/java/time/chrono/TCKChronology.java start failing 8022766: java/time/test/java/time/chrono/TestUmmAlQuraChronology.java failed
a1c16bf9769 : 8022247: java/awt/EventDispatchThread/LoopRobustness/LoopRobustness throws NPE
73a4e7ced54 : 8021381: JavaFX scene included in Swing JDialog not starting from Web Start
68198af05cb : 8019396: SA-JDI OSThread class initialization throws an exception
a3b45465c60 : 8019292: Better Attribute Value Exceptions
71072411788 : 8022029: GetUnsafeObjectG1PreBarrier fails on 32-bit with: Unrecognized VM option 'ObjectAlignmentInBytes=32'
655fbf4cb1d : 8021444: SA: ClassDump.run() should not ignore existing ClassFilter
1d5b67ee679 : 7073961: [TESTBUG] closed/runtime/4845371/DBB.java failed on solaris 10 X65
10738dc2980 : 8021282: Better recycling of object instances
80af8ad5132 : Added tag jdk7u40-b37 for changeset 8e8780d5969c
a7e2e43bd30 : Added tag jdk7u40-b37 for changeset 4442c78db214
0327bf47953 : Added tag jdk7u40-b37 for changeset 56b9558b24e3
accdf03ba5c : Added tag jdk7u40-b37 for changeset 65e38a071cc5
c577c7f00f5 : Added tag jdk7u40-b37 for changeset 90693acd8a08
f02b953b1c0 : Added tag jdk7u40-b37 for changeset 32306938e601
f690e74fc09 : Added tag jdk7u40-b37 for changeset 9e107d065fe4
fb2554e3f3d : 8021301: better event messages
cab1b96d23d : 8009585: test/runtime/7196045 times out
a7ee7996cfe : 8021381: JavaFX scene included in Swing JDialog not starting from Web Start
461f8bd3452 : 8020943: Memory leak when GCNotifier uses create_from_platform_dependent_str()
af0b21a0adb : 8020943: Memory leak when GCNotifier uses create_from_platform_dependent_str()
0c24c1a1fce : 8022124: new hotspot build - hs25-b45
ac5648d33a8 : Added tag hs25-b44 for changeset 7bf800505a10
4ca00ef5a6d : 8020531: Test compiler/codecache/CheckUpperLimit.java fails when memory limited
adf52d01640 : 8021286: Improve MacOS resourcing
6596ca7512d : 8009407: runtime/8000968/Test8000968.sh has incorrect check for proper config
00b23c2eb8c : 8014294: Assert in ThreadTimesClosure::do_thread() due to use of naked oop instead of handle
fd111e0d533 : 8020614: OutputAnalyzer.shouldHaveExitValue() should print stdout/stderr output
b520de4e1e7 : 8017505: Better Client Service
73fe270826d : 8021946: Disabling sun.reflect.Reflection.getCallerCaller(int) by default breaks several frameworks and libraries
fbf4750c283 : 8022051: G1: Remove some unused G1 flags
6fd08e08fca : 7161568: [macosx] api/javax_swing/JTabbedPane/index2.html#varios fails
6c87ec32dce : Added tag jdk8-b101 for changeset 497ddceb1ffc
d7f1d887bae : Added tag jdk8-b101 for changeset 55745edff2b0
761794aa7c7 : Added tag jdk8-b101 for changeset f27df16b814f
4b24961eb6e : Added tag jdk8-b101 for changeset b4b491c041c9
4c542c9b006 : Added tag jdk8-b101 for changeset 38bb43faf812
fb7619310c4 : Added tag jdk8-b101 for changeset 68d2718ced89
bba02437aed : Added tag jdk8-b101 for changeset 612246822cf0
3ef55b6dcd7 : Added tag jdk8-b101 for changeset de18c7eb70e2
a3886ccb300 : Added tag jdk8-b101 for changeset 7af02a20e411
530a91a3af2 : 8015987: The corba repo contains unneeded .sjava files
c9429aa5a11 : 8020132: Big object literal with numerical keys exceeds method size
24adb234a8b : 8020132: Big object literal with numerical keys exceeds method size
a1e1caf8ba3 : 8021879: G1: G1HeapRegionSize flag value not updated correctly
5a10114616c : 8021967: Deprecate -XX:DefaultMaxRAMFraction
acc719cb011 : Added tag jdk7u40-b36 for changeset 741a2fc18754
2216ff2f7c7 : Added tag jdk7u25-b34 for changeset 04ae39d5f041
37d37fb4dc5 : Added tag jdk7u25-b33 for changeset 41399651ecaa
4c039e5b412 : Added tag jdk7u25-b31 for changeset 07083c6487b0
cc2148e0b63 : Added tag jdk7u21-b31 for changeset 13f4106350d3
8f653c26bc6 : Added tag jdk7u40-b35 for changeset 151b8fdbb246
06eeb61cca3 : Added tag jdk7u21-b50 for changeset 50a793e57e24
8e79dd6d619 : Added tag jdk7u21-b12 for changeset 517475a400e7
1af230953c6 : Added tag jdk7u21-b30 for changeset 88ed54343c02
e4cd6c3caf8 : Added tag jdk7u21-b11 for changeset 2131e2066561
92b3597f3c5 : Added tag jdk7u21-b10 for changeset 2073bbff006c
7cb77e6e042 : Added tag jdk7u21-b09 for changeset beb89aad0905
686b3be9942 : Added tag jdk7u21-b08 for changeset f2fc1fbad42a
9ee86e2ca72 : Added tag jdk7u21-b07 for changeset 9debecb58e50
2ac30bc10bd : Added tag jdk7u21-b06 for changeset 973311de2619
e873e0bc9e2 : Added tag jdk7u21-b05 for changeset 583cd773857a
79eb8cad2a9 : Added tag jdk7u17-b32 for changeset a1b6b314491f
7488646864a : Added tag jdk7u17-b31 for changeset 01a2352edc58
8cd306cc14a : Added tag jdk7u15-b33 for changeset 9ff4645ca273
f196b89681d : Added tag jdk7u15-b31 for changeset e0f54939b9e4
39d6665fa4d : Added tag jdk7u11-b33 for changeset 50b3ff81d4b4
e8c874e0b31 : Added tag jdk7u11-b32 for changeset dfd66cf6ddc5
dfc6b2d53b3 : Added tag jdk7u10-b31 for changeset 2aa64e9463a2
43a0072d19d : Added tag jdk7u9-b32 for changeset 0ab9e8cfd10f
0320e62c8ba : Added tag jdk7u21-b01 for changeset 9983737a83a7
35e43b61a21 : Added tag jdk7u40-b36 for changeset 56aa80f6d929
9bb337650af : Added tag jdk7u40-b36 for changeset 85c3b537b437
11018aaac9e : Added tag jdk7u40-b36 for changeset e496aa7b12a7
5d6f3b8541d : Added tag jdk7u40-b36 for changeset f285609947db
31acd3b659d : Added tag jdk7u40-b36 for changeset 2ae391dc57d4
821c6ffd6a8 : Added tag jdk7u40-b36 for changeset 9e8b55ec1d31
bc37e5f4ad5 : 8021815: Add regression test for JDK-8007267
189bc59190b : 8020983: OutOfMemoryError caused by non garbage collected JPEGImageWriter Instances
d590d5e7d89 : 8021366: java_util/Properties/PropertiesWithOtherEncodings fails during 7u45 nightly testing
da7f38703d1 : 8014826: c.s.t.javac.tree.Pretty.visitNewArray() prints duplicate dimension markers
5540c7cbe13 : 8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
52112c7c19e : 8020983: OutOfMemoryError caused by non garbage collected JPEGImageWriter Instances
298bc013871 : 8014530: Better digital signature processing
7e63c7bb0fc : 8021296: [TESTBUG] Test8017498.sh fails to find "gcc" and fails to compile on some Linux releases
95d9a2533a1 : 8021835: Fix for 8016343 will not compile on Windows
07e26447a0d : 8015300: JComboBox text sometimes become selected, sometimes not (Windows LAF)
5807947c500 : 8020927: JLightweightFrame API should export layout properties change notifications
1cf74954ed1 : 8021841: Remove SSLEngineDeadlock.java from problem list
5555a381fb6 : 8016474: Crash in sun.reflect.UnsafeObjectFieldAccessorImpl.get
eae349e9144 : 8020424: The NSS version should be detected before running crypto tests
512135758b1 : 8010782: clean up source files containing carriage return characters
a854dc11814 : 6230360: Spelling mistake in documentation for AWT: 1.4, 1.5, 1.6, 1.7
4d4a6230b36 : 8012792: print function defined in engine.js does not handle multiple arguments
c9efbba43f7 : 8012792: print function defined in engine.js does not handle multiple arguments
7abc885152c : 8021577: JCK test api/javax_management/jmx_serial/modelmbean/ModelMBeanNotificationInfo/serial/index.html#Input has failed since jdk 7u45 b01
16b4f55129a : 8021120: TieredCompilation can be enabled even if TIERED is undefined
0847cbc4030 : 8021338: Diamond finder may mark a required type argument as unnecessary
21ab6d55587 : 8020689: Missing LineNumberTable entries in compiled class files
82abf9473e0 : 8016343: [macosx] Print job goes to default printer regardless of chosen printer
288fefed143 : 8020208: NullPointerException at sun.print.Win32PrintService.getMediaPrintables
8e2181cb13d : 8008938: TieredCompilation should be default
89e63774474 : 8021565: new hotspot build - hs24-b56
d62245b102d : Added tag hs24-b55 for changeset c1328e23995a
4a42ba3816a : 7190349: [macosx] Text (Label) is incorrectly drawn with a rotated g2d 8013569: [macosx] JLabel preferred size incorrect on retina displays with non-default font size
b4094e9fa8f : 8019845: Memory leak during class redefinition
3be7e0f6030 : 8021571: @fork tests should use VM options passed from project.properties
010a7705a42 : 8021571: @fork tests should use VM options passed from project.properties
5a7d92d256c : 8021353: Event based tracing is missing thread exit
b146ea38dd3 : 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
5bce0606af7 : 8021321: Two runsunspider tests fail after updating sunspider to 1.0
716045c4057 : 8021321: Two runsunspider tests fail after updating sunspider to 1.0
a218959d0c6 : 8020719: Run tests with reduced splitter threshold
77a2559593c : 8020719: Run tests with reduced splitter threshold
31b3d4939ec : 8021566: new hotspot build - hs25-b44
4180daed714 : Added tag hs25-b43 for changeset b29dcea3e5a4
d5cde8e8aeb : 8021148: Regression in SAXParserImpl in 7u40 b34 (NPE)
e6ad6bd861b : 8021148: Regression in SAXParserImpl in 7u40 b34 (NPE)
b3c95408b2c : 8021314: minimal1.make needs to force off components not supported by the minimal VM
a72b868ac2c : 8020775: PPC64 (part 12): posix signal printing
cf98cb05ca0 : 8019972: PPC64 (part 9): platform files for interpreter only VM
d656c7e2b89 : 8019926: PPC64 (part 106): Make hsdis build and work on Linux/PPC64
5bf75c1ff9b : 8021148: Regression in SAXParserImpl in 7u40 b34 (NPE)
212f9eaa392 : 8014850: Third Party License Readme updates for 7u40
270e200d097 : 8014850: Third Party License Readme updates for 7u40
7a0489e2e05 : 8014850: Third Party License Readme updates for 7u40
e8e966a48c6 : 8014850: Third Party License Readme updates for 7u40
13cef9ad6b4 : 8014850: Third Party License Readme updates for 7u40
8ac515ccd29 : 8014850: Third Party License Readme updates for 7u40
6060a2999c8 : 6412968: CMS Long initial mark pauses
9a0805fdfe3 : 8021361: ClassCastException:.ScriptObjectMirror -> ScriptObject when getInterface called on object from different ScriptContext
fdb4922746e : 8021361: ClassCastException:.ScriptObjectMirror -> ScriptObject when getInterface called on object from different ScriptContext
da6bbaf42b5 : 8020843: javac crashes on accessibility check with method reference with typevar receiver
663170c6547 : 8016081: field initialized with lambda in annotation types doesn't compile
67362236e8d : 8020804: javac crashes when speculative attribution infers intersection type with array component
788f3a5b23b : 8019201: Regression: java.awt.image.ConvolveOp throws java.awt.image.ImagingOpException
969c84555eb : 8019201: Regression: java.awt.image.ConvolveOp throws java.awt.image.ImagingOpException
f17199b89ce : Added tag jdk8-b100 for changeset 8987362f9e92
fb82e775a77 : Added tag jdk8-b100 for changeset 12baff1ad7a0
a2fc898bfcb : Added tag jdk8-b100 for changeset 7a1ff44c7732
b56fd2a459a : Added tag jdk8-b100 for changeset d7b96032a966
0b8e11509d1 : Added tag jdk8-b100 for changeset 92cd364d2282
236ff41145d : Added tag jdk8-b100 for changeset 80bb0bd17234
c8e70c6dccb : Added tag jdk8-b100 for changeset 9493b1a85536
be44477bb5c : Added tag jdk8-b100 for changeset e7387def0ed3
4821301ca13 : Added tag jdk8-b100 for changeset 2c6e85d3bb72
e0ec66d1bbb : 8021244: Inconsistent stackmap with splitter threshold set very low
55483aa5489 : 8021244: Inconsistent stackmap with splitter threshold set very low
2030148ec2d : 8007961: javax.lang.model tests for repeating annotations fail in getAnnotationsByType
4baecbc1446 : 8021252: invokeMethod throws NoSuchMethodException when script object is from different script context
90fc477ac36 : 8021252: invokeMethod throws NoSuchMethodException when script object is from different script context
0556e1746be : 8020371: [macosx] applets with Drag and Drop fail with IllegalArgumentException
0c5c7569337 : 8020556: doclint does not check type variables for @throws
6ade50a062b : 8020799: Allow customization of hotspot source directories and files
9cab4237d1b : 8020319: Update Japanese man pages for 7u40
dd0661e5adf : 8016675: Make Javadoc pages more robust
b87447469cc : 8021008: Provide java and jcmd man pages for Mac (OpenJDK)
1af81293120 : Added tag jdk7u40-b35 for changeset e11c4bc22ccc
c94837fd9d6 : Added tag jdk7u40-b35 for changeset aa5e32c740c0
b6f2352a045 : Added tag jdk7u40-b35 for changeset 123c3fe12320
5b88b0b9bc6 : Added tag jdk7u40-b35 for changeset 17e640d2fe8b
88756b09460 : Added tag jdk7u40-b35 for changeset f468f4890d1f
17d8ab7b0e9 : Added tag jdk7u40-b35 for changeset 5d1cb59bd059
b07df16ee55 : Added tag jdk7u40-b35 for changeset a7067f5a740f
a79be71e3a1 : 8005126: [parfait] #418 - #428 XRBackendNative.c Integer overflow
ae6e0e250db : 8011709: [parfait] False positive: memory leak in jdk/src/share/native/sun/font/layout/CanonShaping.cpp
99860de3cd0 : 8020293: JVM crash
1e4dd578252 : 8017189: [macosx] AWT program menu disabled on Mac
5a304dd1a37 : 8021294: --verify-code option results in AnalyzerException
97f5b61172a : 8021294: --verify-code option results in AnalyzerException
e6037a87872 : 8021262: Make nashorn access checks consistent with underlying dynalink
67126cb8fb2 : 8021262: Make nashorn access checks consistent with underlying dynalink
48c46af1777 : 8017189: [macosx] AWT program menu disabled on Mac
3099dd8d18f : 8020718: RETURN symbol has wrong type in split functions
cf28b192458 : 8020718: RETURN symbol has wrong type in split functions
fc7f8e1ed0a : 8021246: Fix regression for 8021189
85d68499be3 : 8021246: Fix regression for 8021189
beb3d4af9fc : 8008782: NPE in TrueTypeGlyphMapper
3e04ced464e : 8021189: Prevent access to constructors of restricted classes
91e5fbd2e0c : 8021189: Prevent access to constructors of restricted classes
763f24fbb96 : 8006324: [TEST_BUG] sun/invoke/util/ValueConversionsTest.java should be modified
0aa76a2c72e : 8020539: Clean up doclint problems in java.util package, part 2
ee1343b38a0 : 8021883: j.u.Random/RandomStream.java test needs more robust timeout duration
980e8cff6f0 : 8021863: Stream.concat incorrectly calculates unsized state
e8e95eec3a0 : 8020977: StringJoiner merges with itself not as expected
b7c322c1984 : 8021767: test/java/time/tck/java/time/format/TCKFormatStyle.java failing
3e4d534e16b : 8021833: javadoc cleanup in java.net
93e5db70331 : 8020123: Test gc/g1/TestPrintRegionRememberedSetInfo.java fails with "test result: Error. No action after @build"
be2ea6f949b : 8016880: 42 tests in annot102* fail with compile-time errors
2a95b6ac747 : 8021215: javac gives incorrect doclint warnings on normal package statements
19ac28e61df : 8019840: Spec updates for java.util.function
5c9dbad612c : 6990419: CMS Remaining work for 6572569: consistently skewed work distribution in (long) re-mark pauses
84c660e652c : 8021129: Use public lookup again
947610257d8 : 8021129: Use public lookup again
333d7b61ed4 : 8021164: REGRESSION: test262 failures after JDK-8021122
34d2bae0b0c : 8021164: REGRESSION: test262 failures after JDK-8021122
9fe1d5266ae : 8021130: Comments need to be tokens
6983b4e9e37 : 8021130: Comments need to be tokens
5db8580b26c : 8016838: improvement of RedefineBigClass and RetransformBigClass tests
27b2f439209 : 8021122: Not all callables are handled for toString and other function valued properties
e2975f94c62 : 8021122: Not all callables are handled for toString and other function valued properties
5459aceca22 : 8020811: [macosx] Merge fault 7u25-7u40: Missed focus fix JDK-8012330
65d83871e2a : 8011888: sa.js: TypeError: [object JSAdapter] has no such function "__has__"
a98d595162f : 7184951: [macosx] Exception at java.awt.datatransfer on headless mode (only in GUI session)
3392a6aecc0 : 8021109: Add serialVersionUID to LambdaConversionException.java
5b17a5cd6dc : 8017196: Ensure Proxies are handled appropriately
7d1dd5bb379 : 8016767: Provide man pages generated from DARB for OpenJDK
65a8379648c : 8020940: Valid OCSP responses are rejected for backdated enquiries
dd70c341306 : 8019632: Method parameters are not copied in clone_with_new_data
6bc3b52e38d : 8020498: Crash when both libnet.so and libmawt.so are loaded
e27ee62c841 : 6799426: Adds constructor PriorityQueue(Comparator)
19aa94ea707 : 7196866: CTW fails on all Solaris platforms
54198bc15ed : 8015926: NPE when using SynthTreeUI's expandPath()
38008f1a210 : 8020976: Ensure consistent insertion for ConcurrentHashMap
027e8fa7c92 : 8020498: Crash when both libnet.so and libmawt.so are loaded
bbd8917a4f4 : 8019975: closed/javax/swing/JFileChooser/4966171/bug4966171.java throws java.io.NotSerializableException: javax.swing.plaf.basic.BasicFileChooserUI$AcceptAllFileFilter
da356310f4a : 8020971: Fix doclint issues in java.nio.*
3102612ca27 : 8020791: [TESTBUG] runtime/jsig/Test8017498.sh failed to compile native code
2bee4db29d8 : 8012263: ciReplay: gracefully exit & report meaningful error when replay data parsing fails
a7dbbbddcd5 : 8012971: PKCS11Test hiding exception failures
ea8bc257637 : 8020156: TreeMap.values().spliterator() does not report ORDERED 8020009: TreeMap.entrySet().spliterator() reports SORTED + null comparator but the elements are not Comparable
9bfff4cae35 : 8021773: print function as defined by jrunscript's init.js script is incompatible with nashorn's definition
164f41212a9 : 8021588: Remove explicit othervm execution from jdk/test/Makefile
7e692e2b86b : 8021609: Fix doclint issues in java.nio.charset
4fe69c432ff : 8020641: Clean up some code style in recent BigInteger contributions
d59c1fac007 : 8014319: Faster division of large integers
b9742daca70 : 8021601: Add unit test for PriorityQueue(Comparator) constructor
26d9259db75 : 8019544: Need to run ProviderTest.java in othervm mode
76c55303924 : 8020875: java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently
7678cb95bce : 8021108: Clean up doclint warnings and errors in java.text package
050d7f177b1 : 8021429: Fix lint warnings in java.lang.ref
04378414a1f : 8012288: XML DSig API allows wrong tag names and extra elements in SignedInfo
59d8b774a83 : 8021148: Regression in SAXParserImpl in 7u40 b34 (NPE)
60b519aaeb5 : 8021421: More doclint fixes in java.net
b1d650a6f85 : 8021417: Fix doclint issues in java.util.concurrent
f75ac882692 : 8021408: Fix misc doclint issues in java.util and java.io
74a0cc9f375 : 8010748: Add PKIXRevocationChecker NO_FALLBACK option and improve SOFT_FAIL option
4adcc57838f : 8021261: ProblemList.txt updates (7/2013)
e01b8f673ef : 8016916: UnstructuredName should support DirectoryString
28502e7c191 : 8016221: A unit test should not use a fix port to run a jmx connector
44bf260d2dc : 8020948: Fix doclint issues in misc package-info.java files
c6cbd090274 : 8020547: Event based tracing needs a UNICODE string type
aa91e0674a1 : 8016538: volatile double access via Unsafe.cpp is not atomic
eef82990945 : 8019584: javax/management/remote/mandatory/loading/MissingClassTest.java failed in nightly against jdk7u45: java.io.InvalidObjectException: Invalid notification: null
c6c6fe7b5e0 : 8017216: javac doesn't fill in end position for some errors of type not found 8019421: Javac doesn't fill in end position for some annotation related errors 8019422: Javac doesn't fill in end position for uninitialized variable errors
bc15f796a45 : 8020796: new hotspot build - hs24-b55
695b7233c7f : Added tag hs24-b54 for changeset 720f6f683a20
72673205151 : 8016579: (process) IOException thrown by ProcessBuilder.start() method is incorrectly encoded
5cae1dc78f6 : 8020810: Typo in javadoc for Class.toGenericString()
bac17de4f58 : Added tag jdk7u25-b34 for changeset 57a7fad06ee4
70a1adb9778 : Added tag jdk7u25-b34 for changeset 8a46c4fbd8e6
0fb4f4f926d : Added tag jdk7u25-b34 for changeset 3b4c7f764177
4a6b15c115c : Added tag jdk7u25-b34 for changeset a091806ac02b
b318b51e174 : Added tag jdk7u25-b34 for changeset 8a58716757bf
7d1ce9cf22d : Added tag jdk7u25-b34 for changeset 597637afc358
89dee24c3eb : Added tag jdk7u25-b34 for changeset 7748e7cf0be3
1a1e83be6ac : 8004872: Early loading of HashMap and StringValue under -XX:+AggressiveOpts can be removed
711f7a37e02 : 8016025: JSR 310 DateTime API Updates IV 8020418: Cleanup of -Xlint warnings in java.time 8016623: test/java/time/format/TestDateTimeTextProvider.java failing
3c5d7e26d15 : 8020426: Fix doclint accessibility issues in java.io
0c344951cc3 : 8020797: new hotspot build - hs25-b43
9a2397d3b95 : Added tag hs25-b42 for changeset 72a811d263ec
fac324a084d : 8015576: CMS: svc agent throws java.lang.RuntimeException: No type named "FreeList" in database
f107468fd6a : 8020820: Limit access to static members of reflective classes
566991e98e2 : 8020820: Limit access to static members of reflective classes
c790a1226e7 : 8020809: Java adapter should not allow overriding of caller sensitive methods
3a0f1e0653a : 8020809: Java adapter should not allow overriding of caller sensitive methods
4c086bd5387 : 8020731: Revisit checkPermission calls in Context class
21be9aded63 : 8020731: Revisit checkPermission calls in Context class
71ca890b667 : 8020697: jniCheck.cpp:check_is_obj_array asserts on TypeArrayKlass::cast(aOop->klass())
c2f8ad531a2 : Added tag jdk8-b99 for changeset a19212c56821
bd5783e38b0 : Added tag jdk8-b99 for changeset d104c72ebc8a
c1ca4a663ac : Added tag jdk8-b99 for changeset 38dd7ede2dfb
53e58e338ae : Added tag jdk8-b99 for changeset 984f3e50463b
fefea4c558c : Added tag jdk8-b99 for changeset c653feb1fe9e
96677c909a4 : Added tag jdk8-b99 for changeset 830a3a26d45b
b2fe68d0a5d : Added tag jdk8-b99 for changeset 009e3b20a47e
e6c7628c4a6 : Added tag jdk8-b99 for changeset a9bf8e1ddffb
225912c694d : Added tag jdk8-b99 for changeset 29592dce4679
c42bcf4526f : 8020664: doclint gives incorrect warnings on normal package statements
772640d4e80 : 8020313: doclint doesn't reset HTML anchors correctly
89197f0946b : 8014636: TestLiteralCodeInPre fails on windows
3dfcb4125e3 : 8020309: Eliminate InstanceKlass::_cached_class_file_len
035ab4e4db3 : 8020547: Event based tracing needs a UNICODE string type
ef70244a9af : 8017498: JVM crashes when native code calls sigaction(sig) where sig>=0x20
70e005a7eb4 : 8013638: Few policy tests are failing in Lambda nightly
9dd71f9a35c : Added tag jdk7u40-b34 for changeset 32ff4335164f
09e039d3cca : Added tag jdk7u40-b34 for changeset 9c2a2e4c43d8
73f3d6c7119 : Added tag jdk7u40-b34 for changeset 400baa592a59
a8f812c3db7 : Added tag jdk7u40-b34 for changeset b3c89d78e5c6
3e21a01e019 : Added tag jdk7u40-b34 for changeset 94f07b863c5f
a286c2a2386 : Added tag jdk7u40-b34 for changeset 7862ee42935f
66a7341a74d : Added tag jdk7u40-b34 for changeset 7e2f76dd33af
dee5d80756e : 8013502: Improve stream factories
8b314fcc506 : 8017298: Better XML support
bf8ed4fe82f : 8020356: ClassCastException Undefined->Scope on spiltter class generated for a large switch statement
c4bea48ac12 : 8020356: ClassCastException Undefined->Scope on spiltter class generated for a large switch statement
c9dbbcce719 : 8011569: ARM -- avoid native stack walking
4839f997108 : 8020596: Initialization of white space strings in scanner should be done with \u strings
2c90f36ca02 : 8020596: Initialization of white space strings in scanner should be done with \u strings
35af8eccde0 : 8020586: Warning produced for an incorrect file
a2a579a4bd9 : 8019942: Graph inference: avoid redundant computation during bound incorporation
717a9892146 : 8019340: varargs-related warnings are meaningless on signature-polymorphic methods such as MethodHandle.invokeExact
73953320cc0 : 8020149: Graph inference: wrong logic for picking best variable to solve
8850329bc10 : 8016640: compiler hangs if the generics arity of a base class is wrong
defbb677714 : 7041019: Bogus type-variable substitution with array types with dependencies on accessibility check
732e49f6dcd : 8020286: Wrong diagnostic after compaction
eb4e8153b31 : 8020147: Spurious errors when compiling nested stuck lambdas
e92a56fade1 : 8012238: Nested method capture and inference 8008200: java/lang/Class/asSubclass/BasicUnit.java fails to compile
99b0413d487 : 8016175: Add bottom-up type-checking support for unambiguous method references
53712027f35 : 8012366: Fix for 8007815 breaks down when only building OpenJDK (without deploy and install forests)
941752ea25d : 8012242: Lambda compatibility and checked exceptions
2d77390705b : 8020701: Avoid crashes in WatcherThread
3f17ccdf683 : 8020701: Avoid crashes in WatcherThread
2fac55ced5c : 8020696: Merge problem for KdcComm.java
ff1d4ae9050 : 8016357: Update hotspot diagnostic class
bd41c425d2a : 8017196: Ensure Proxies are handled appropriately
20511649934 : 8014534: Better profiling support
3d9f33759d5 : 8001029: Add new date/time capability
a775b1ae8d7 : 8015743: Address internet addresses
449936a0c1e : 7162400: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand
b9c256373a8 : 8012425: Transform TransformerFactory
144ba223ddc : 8017585: Exclude two failing tests from Nashorn CC run
3485b7bc5c5 : 8017585: Exclude two failing tests from Nashorn CC run
f76ebb663cf : 8020557: javadoc cleanup in javax.security
fb90cdbe873 : 8019617: Better view of objects
1e88a48f1ae : 8020298: [macosx] Incorrect merge in the lwawt code
36cb049cd58 : 8015356: array concatenation should skip empty elements
f6a5b67f149 : 8015356: array concatenation should skip empty elements
b5c0da41b94 : 8011569: ARM -- avoid native stack walking
1ced232e3f7 : 8010821: [findbugs] Some classes in jdk.nashorn.internal.runtime.regexp expose mutable objects
06394dedc71 : 8010821: [findbugs] Some classes in jdk.nashorn.internal.runtime.regexp expose mutable objects
a4f27565d7b : 8020357: throw RangeError for too large NativeArrayBuffer size
e85e4fb3199 : 8020357: throw RangeError for too large NativeArrayBuffer size
75a8e5921d5 : 8020038: [macosx] Incorrect usage of invokeLater() and likes in callbacks called via JNI from AppKit thread
d4f620c7858 : 8017566: Backout 8000450 - Cannot access to com.sun.corba.se.impl.orb.ORBImpl
1f152430120 : 8017291: Cast Proxies Aside
b834e93e9f9 : 8020425: Product options incorrectly removed in minor version
1b0b4ca8c7e : 8020409: Clean up doclint problems in java.util package, part 1
665bf36b6ff : 8020433: Crash when using -XX:+RestoreMXCSROnJNICalls
0df5f77bd69 : 8020433: Crash when using -XX:+RestoreMXCSROnJNICalls
d7aa718a42b : 8020358: Array(0xfffffff) throws OutOfMemoryError
6055fea6776 : 8020358: Array(0xfffffff) throws OutOfMemoryError
41058d85ee4 : 8011210: fix reporting of call site locations; print them on -tcs=miss
a4b42a9a258 : 8011210: fix reporting of call site locations; print them on -tcs=miss
c9e552e042e : 8020283: Don't use exceptions for widening of ArrayData
9d4ac8b057a : 8020283: Don't use exceptions for widening of ArrayData
687fe4060cb : 8020508: Enforce reflection access restrictions on Object.bindProperties
84e8d48fb40 : 8020508: Enforce reflection access restrictions on Object.bindProperties
4b0269cad7c : 8020354: Object literal property initialization is not done in source order
40b8f5d48c0 : 8020354: Object literal property initialization is not done in source order
c934d0bd27c : 8017492: Static field in HTML parser affects all applications
79bda234fe5 : 8014349: (cl) Class.getDeclaredClass problematic in some class loader configurations
6a6f5006d3c : 8017566: Backout 8000450 - Cannot access to com.sun.corba.se.impl.orb.ORBImpl
30383a110f0 : 8020324: Implement Object.bindProperties(target, source) for beans
e11a9b1d07d : 8020324: Implement Object.bindProperties(target, source) for beans
b0d167645f7 : 7122142: (ann) Race condition between isAnnotationPresent and getAnnotations
0b20e5e9afa : 8020371: [macosx] applets with Drag and Drop fail with IllegalArgumentException
2842af69c08 : 8019410: sun/security/krb5/auto/ReplayCacheTestProc.java
f442e1dad8b : 8020382: new hotspot build - hs25-b42
47f6cf43923 : Added tag hs25-b41 for changeset f88df7eff51e
c39c435b024 : 8020430: NullPointerException in xml sqe nightly result on 2013-07-12
6e93962b883 : 8007898: Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier()
1338c067aa9 : 8007898: Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier()
af40ca89997 : 8020215: Different execution plan when using JIT vs interpreter
2d3b1172492 : 8020215: Different execution plan when using JIT vs interpreter
9dd2fe90d42 : 8020278: NPE in javadoc
7c99d529187 : 8020430: NullPointerException in xml sqe nightly result on 2013-07-12
a507980e6df : 8020298: [macosx] Incorrect merge in the lwawt code
ef064349faa : 8020463: Input argument array wrapping in loadWithNewGlobal is wrong
b8081def9fd : 8020463: Input argument array wrapping in loadWithNewGlobal is wrong
2a2bf1051b5 : 8009168: accessibility.properties syntax issue
c084cc34ff6 : 8019822: Duplicate name and signature in finally block
533439278e7 : 8019822: Duplicate name and signature in finally block
cf924d87c1c : 8020223: ClassCastException: String can not be casted to ScriptFunction
eaed291ba66 : 8020223: ClassCastException: String can not be casted to ScriptFunction
b00d887a3fb : 8020437: Wrong handling of line numbers with multiline string literals
4972fea3167 : 8020437: Wrong handling of line numbers with multiline string literals
ea18ba7986f : 8020054: (tz) Support tzdata2013d
0b7aa23f89c : 8020625: [TESTBUG] java/util/HashMap/OverrideIsEmpty.java doesn't compile for jdk7u
d939aea838d : 8020414: JDK8 b98 source with GPL header errors
1ad2c364d6d : 8020414: JDK8 b98 source with GPL header errors
be5469fc716 : 8014987: Augment serialization handling
ade8d4b6e5c : 8020125: PrintVisitor wasn't printing bodies of FunctionNode within UnaryNode
86036608528 : 8020125: PrintVisitor wasn't printing bodies of FunctionNode within UnaryNode
fe298edbc24 : 8012191: noSuchProperty can't cope with vararg functions
380db28df88 : 8012191: noSuchProperty can't cope with vararg functions
d7ccd6f3487 : Added tag jdk8-b98 for changeset 0d083f901475
65c7578ee8a : Added tag jdk8-b98 for changeset 7954f50477a0
51ac0c583fe : Added tag jdk8-b98 for changeset 5b24b75e2710
69ec2f0570c : Added tag jdk8-b98 for changeset 0549b5fbbde2
3900da3ac2c : Added tag jdk8-b98 for changeset 4d6d050bc7d5
9089220deda : Added tag jdk8-b98 for changeset 9402036a05e2
b5d8676ff87 : Added tag jdk8-b98 for changeset f832872e55e5
61972b30f34 : Added tag jdk8-b98 for changeset 99bf8dc53505
8379a071b64 : 8016256: Make finalization final
f37caa0a65f : 8013925: Remove symbol fields from nodes that don't need them
4eb5c9e3a42 : 8013925: Remove symbol fields from nodes that don't need them
617386d5683 : 8013404: Unclear spec for target typing with conditional operator (?:)
b3a5f0ec387 : 8020038: [macosx] Incorrect usage of invokeLater() and likes in callbacks called via JNI from AppKit thread
4ee309337ab : Added tag hs24-b53 for changeset 1d4476d8bf52
d3d1da337a9 : 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle 8020010: Move lambda bridge creation from metafactory and VM to compiler
94e178de87e : Added tag jdk8-b98 for changeset d3db5fb3d72f
381356dde36 : 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle 8020010: Move lambda bridge creation from metafactory and VM to compiler
3f9a1af5166 : 8020380: __noSuchProperty__ defined in mozilla_compat.js script should be non-enumerable
80f5124f23f : 8020380: __noSuchProperty__ defined in mozilla_compat.js script should be non-enumerable
f22f9eb04b4 : 8020210: [macosx] JVM crashes in CWrapper$NSWindow.screen(long)
5a4f0090b4d : 8020325: static property does not work on accessible, public classes
f0144d9d93a : 8020325: static property does not work on accessible, public classes
0f826405436 : 8020155: PSR:PERF G1 not collecting old regions when humongous allocations interfer
907be196c7e : 8020155: PSR:PERF G1 not collecting old regions when humongous allocations interfer
4a18432d804 : 8012241: NMT huge memory footprint, it usually leads to OOME
8bd458ad703 : 8020381: new hotspot build - hs24-b54
1da053e3341 : 8016648: FEATURE_SECURE_PROCESSING set to true or false causes SAXParseException to be thrown
e80fb41d2a1 : Added tag jdk7u40-b33 for changeset 92fa9fd70b2c
473c6420454 : Added tag jdk7u40-b33 for changeset a65f0d380894
772ca083390 : Added tag jdk7u40-b33 for changeset cf9440a61d3c
1dbc8e4c173 : Added tag jdk7u40-b33 for changeset c80a133ad4f2
73b0ca17faf : Added tag jdk7u40-b33 for changeset 6e234a338f8a
67d76ad4f61 : Added tag jdk7u40-b33 for changeset f78ff13a2e56
552b76162ac : Added tag jdk7u40-b33 for changeset 6cf18cfd660c
a8225a43056 : 8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
93d49935a98 : 8016749: -XX:+UseISM fails an assert(obj->is_oop()) when running SPECjbb2005
701d77dfd11 : 8016737: After clicking on "Print UNCOLLATED" button, the print out come in order 'Page 1', 'Page 2', 'Page 1'
9efce723a62 : 8020276: interface checks in Invocable.getInterface implementation
48c4649f17a : 8020276: interface checks in Invocable.getInterface implementation
54b18575504 : 8013939: Metaspace capacity not available
04f83326fe4 : 8016681: regex capture behaves differently than on V8
652b0209056 : 8016681: regex capture behaves differently than on V8
73d20f90c96 : 8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false
41c47ddf53a : 8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false
473739ff47d : 8012144: multiple SIGSEGVs fails on staxf
255a9b3dd1e : 8016648: FEATURE_SECURE_PROCESSING set to true or false causes SAXParseException to be thrown
424ac16db05 : 8020214: TEST_BUG: test/tools/javap/8007907/JavapReturns0AfterClassNotFoundTest.java broken
f2ea6795a76 : 8025719: Change Chronology to an interface
c11a760a1b1 : 8025720: Separate temporal interface layer
ed46fe2de95 : 8013635: VM should no longer create bridges for generic signatures
b2b2d519caf : 8019587: [macosx] Possibility to set the same frame for the different screens
7acd65992e4 : 8011760: assert(delta != 0) failed: dup pointer in MemBaseline::malloc_sort_by_addr
4382d405550 : 8011760: assert(delta != 0) failed: dup pointer in MemBaseline::malloc_sort_by_addr
da494c8bc95 : 8009315: F# on PATH breaks Cygwin tools (mkdir, echo, mktemp ...)
9d3111f3f3c : 8019625: Test compiler/8005956/PolynomialRoot.java timeouts on Solaris SPARCs
25f2802a700 : 6707231: Wrong read Method returned for boolen properties
9768aeb2a26 : 8020124: In the case of an eval switch, we might need explicit conversions of the tag store, as it was not known in the surrounding environment
cfbe70e2231 : 8020124: In the case of an eval switch, we might need explicit conversions of the tag store, as it was not known in the surrounding environment
94609df5dab : 8017578: Hotspot compilation error with latest Studio compiler
5de04505c1c : 8019625: Test compiler/8005956/PolynomialRoot.java timeouts on Solaris SPARCs
0f2b5afed6c : 8014785: Ability to extend global instance by binding properties of another object
8854b24a303 : 8014785: Ability to extend global instance by binding properties of another object
f4a6dd9d4a2 : 8009758: reactivate the 8006529 test
3e0c71b6c11 : 8009758: reactivate the 8006529 test
1bc320c73a3 : 8015635: Crash when specifying very large code cache size
cd0a45c3e56 : 8017588: SA: jstack -l throws UnalignedAddressException while attaching to core file for java that was started with CMS GC
65405fd6138 : 8014399: Remove JVM_SetProtectionDomain from hotspot
85fedf27147 : 8020059: The flag introduced by 8014972 is not defined if Hotspot is built without a compiler (zero, ppc64 core build)
50a242e5106 : 8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces
ace3a4d1965 : 8015320: Pull spliterator() up from Collection to Iterable
3300eed0bb0 : 8019627: RuntimeException gets obscured during OCSP cert revocation checking
1958240c6fd : 8016903: Thread::_handle_area initial size too big
017ad9ea835 : 8019963: empty char range in regex
4e011cfb8c0 : 8019963: empty char range in regex
007e944455c : 8019265: [macosx] apple.laf.useScreenMenuBar regression comparing with jdk6
7ca1f129930 : 8012925: [parfait] Missing return value in jdk/src/macosx/native/sun/awt/AWTEvent.m
772508330b2 : 8020035: nashorn jdk buildfile BuildNashorn.gmk still renamed jdk.nashorn.internal.objects package
1e0c0dc73ec : 8020035: nashorn jdk buildfile BuildNashorn.gmk still renamed jdk.nashorn.internal.objects package
455cd24c954 : 8008589: Better MBean permission validation
326d8b20204 : 8020015: shared PropertyMaps should not be used without duplication
0a7fda8dbe7 : 8020015: shared PropertyMaps should not be used without duplication
b57506ea6c4 : 8019973: PPC64 (part 11): Fix IA64 preprocessor conditionals on AIX
49c49399366 : 8019922: PPC64 (part 8): Implement Linux/PPC64 support in HotSpot makefiles
1519be52415 : 8020121: PPC64: fix build in cppInterpreter after 8019519
dfaa2689bd0 : 8019983: Void returns combined with return with expression picked the wrong return type
fa6c5ef45f8 : 8019983: Void returns combined with return with expression picked the wrong return type
03c3b9d472d : 8019541: 7u40 l10n resource file translation update
25a98b9fb28 : 8019541: 7u40 l10n resource file translation update
d5b00c34c4c : 8019541: 7u40 l10n resource file translation update
f7bc1550b1a : 8011064: Some tests have failed with SIGSEGV on arm-hflt on build b82
b92c68729ba : 8019819: scope symbol didn't get a slot in certain cases
dbe76b28bda : 8019819: scope symbol didn't get a slot in certain cases
4f243bda245 : 8017084: Use spill properties for large object literals
8f092c733aa : 8017084: Use spill properties for large object literals
7229f89614a : 8019824: very long error messages on inference error
4442f43ea36 : 8016702: use of ternary operator in lambda expression gives incorrect results
28b57590932 : 8016059: Cannot compile following lambda 8016060: Lambda isn't compiled with return statement
86f630b63ec : 8019480: Javac crashes when method is called on a type-variable receiver from lambda expression
7e6f7dcca52 : 8017618: NullPointerException in RichDiagnosticFormatter for bad input program
f6a65631c41 : 8019947: inherited property invalidation does not work with two globals in same context
1853f28ab3b : 8019947: inherited property invalidation does not work with two globals in same context
f6dc4522318 : 8016465: The hs_err file gets wrong name
765f5cd4e73 : 8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
353bdaf8437 : 8019381: HashMap.isEmpty is non-final, potential issues for get/remove
1dc17ca6fc1 : 8019826: Test com/sun/management/HotSpotDiagnosticMXBean/SetVMOption.java fails with NPE
b5efe058f73 : 8019934: new hotspot build - hs25-b41
f2930397a1e : Added tag hs25-b40 for changeset d5b4e1fe16bd
844f46caa27 : 8019821: allInteger switches were confused by boolean cases, as they are a narrower type than int
0807ef36381 : 8019821: allInteger switches were confused by boolean cases, as they are a narrower type than int
bb308aa7e1f : 8014264: The applet pathguy_TimeDead throws java.lang.NullPointerException in java console once click drop-down check box
3d52870f3f3 : 8019809: return after break incorrectly sets the block as terminal
f495ca639cb : 8019809: return after break incorrectly sets the block as terminal
b75b83da3e0 : 8015730: PIT: On Linux, OGL=true and fbobject=false leads to deadlock or infinite loop
71480fbf863 : 8019933: new hotspot build - hs24-b53
3f96b8e7abe : 8016074: NMT: assertion failed: assert(thread->thread_state() == from) failed: coming from wrong thread state
3e8c767620a : 8016074: NMT: assertion failed: assert(thread->thread_state() == from) failed: coming from wrong thread state
2878588814c : Added tag hs24-b52 for changeset e5085d97652b
684d5ec76d3 : 6356530: -Xlint:serial does not flag abstract classes with concrete methods/members
8277af52eea : 8009924: some langtools tools do not accept -cp as an alias for -classpath
80c59b2e2a5 : Added tag jdk8-b97 for changeset 56bf43eaaf6b
277da6e5173 : Added tag jdk8-b97 for changeset f9f7fb94f515
7b58133588f : Added tag jdk8-b97 for changeset 6774fe79db80
f1406aa65ed : Added tag jdk8-b97 for changeset a23062727b66
9731e207951 : Added tag jdk8-b97 for changeset f5105d95c3a3
a3d4e7121cc : Added tag jdk8-b97 for changeset 611e21a147b1
8007f4f434c : Added tag jdk8-b97 for changeset 3a6f15473944
4f3801a66f4 : Added tag jdk8-b97 for changeset 1ebe717664d4
36a8e303163 : Added tag jdk8-b97 for changeset 1c0d035d6968
3d780f68bfc : Added tag jdk7u40-b32 for changeset 9897087cfd78
b5d5262a8ae : Added tag jdk7u40-b32 for changeset 901e91b6bbf9
d54c22ba34e : Added tag jdk7u40-b32 for changeset 90edaf916341
e98224442fc : Added tag jdk7u40-b32 for changeset 0532ade4a438
a3629efdd86 : Added tag jdk7u40-b32 for changeset ad7be9847731
42771e20450 : Added tag jdk7u40-b32 for changeset 75cb37f3c42f
6856a270d37 : Added tag jdk7u40-b32 for changeset 0613397c30ed
f0b7243841e : 8011071: Better crypto provider handling
b454ece6d7d : 7133260: AllocationProfiler uses space in metadata and doesn't seem to do anything useful
c5fcef26c96 : 8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method
4e416d4714b : 8015315: Stream.concat methods
25154dcc20b : 8010679: Clarify "present" and annotation ordering in Core Reflection for Annotations
593f3c74ba7 : 8020430: NullPointerException in xml sqe nightly result on 2013-07-12
53edbe01cb5 : 8015317: Optional.filter, map, and flatMap
c14b02d7078 : 7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set}
b2aec6eda34 : 8014890: (ref) Reference queues may return more entries than expected
94e1bc3172d : 8017212: File.createTempFile requires unnecessary "read" permission
20c1572bcd0 : 8019799: api/java_util/jar/Pack200 test failed with compactX profiles
ec6cb721e1f : 8010285: Enforce the requirement of Management Interfaces being public
a4223b53c16 : 8020321: Problem in PKCS11 regression test TestRSAKeyLength
5a354fd6c74 : 7187144: JavaDoc for ScriptEngineFactory.getProgram() contains an error
841458107b3 : 8019484: Sync j.u.c.ConcurrentHashMap from 166 to tl
d7811f443c3 : 8019826: Test com/sun/management/HotSpotDiagnosticMXBean/SetVMOption.java fails with NPE
ad9738a0be7 : 8020310: JDK-6356530 broke the old build
4111a6d9e45 : 8020318: Fix doclint issues in java.net
a809f3b3f0a : 8020308: Fix doclint issues in java.lang.management
9123d3fed34 : 6480539: BigDecimal.stripTrailingZeros() has no effect on zero itself ("0.0")
7816fc6dded : 6178739: (fmt) Formatter.format("%0.4f\n", 56789.456789) generates MissingFormatWidthException
20cc00ce2b3 : 8020294: Fix doclint issues in java.util.Spliterator
cfbed70a62d : 8020040: Improve and generalize the F/J tasks to handle right or left-balanced trees
b47a0032329 : 8017447: Unmodifiable map entry becomes modifiable if taken from a stream of map entries
2241a3720dd : 8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5
ddb13a825c8 : 8016341: java/lang/ref/OOMEInReferenceHandler.java failing intermittently
411683f3a75 : 8019979: Replace CheckPackageAccess test with better one from closed repo
4fd805da913 : 8019370: Sync j.u.c Fork/Join from 166 to tl
320200e8b7e : 8019551: Make BaseStream public
2409f0944c8 : 8017141: java.util/stream Spliterators from sequential sources should not catch OOME
0fb5272229e : 8020095: Fix doclint warnings in java.util.regex
dfb135dd14f : 8020091: Fix HTML doclint issues in java.io
bc2fd2fe9c2 : 6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws InvalidKeySpecExc if passed SecretKeySpec
6085f712f86 : 8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace
2c7b97640d6 : 8019341: Update CookieHttpsClientTest to use the newer framework
c4932212fc2 : 7196805: DH Key interoperability testing between SunJCE and JsafeJCE not successful
3c389933665 : 8012637: Adjust CipherInputStream class to work in AEAD/GCM mode
e8695e26e42 : 8011547: Update XML Signature implementation to Apache Santuario 1.5.4
2e28a006d8f : 8019381: HashMap.isEmpty is non-final, potential issues for get/remove
fd97f9873af : 8017231: Add StringJoiner.merge
fac53ff2dc7 : 8019622: (sl) ServiceLoader.next incorrect when creation and usages are in different contexts
095614ee2c1 : 8019862: Fix doclint errors in java.lang.*
a58f094d400 : 8016285: Add java.lang.reflect.Parameter.isNamePresent()
c70d472774b : 8019857: Fix doclint errors in java.util.Format*
d0f08f79872 : 8019772: Fix doclint issues in javax.crypto and javax.security subpackages
355205b8a5d : 8017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).parallel().iterator() is empty
22d32e76cea : 8019184: MethodHandles.catchException() fails when methods have 8 args + varargs
eeba729b553 : 8019833: Wrong JNI error code for preexisting JVM
f530400e5c5 : 8014497: [parfait] Potential null pointer dereference in jdk/src/share/native/sun/java2d/cmm/lcms/cmsgamma.c
ed97dc9b4ab : 8011629: Object.defineProperty performance issue
8ebb701354d : 8011629: Object.defineProperty performance issue
3f7d4928e83 : 8017768: allow dot as inner class name separator for Java.type
75501c69930 : 8017768: allow dot as inner class name separator for Java.type
45d608aa5bd : 8004859: Graphics.getClipBounds/getClip return difference nonequivalent bounds, depending from transform
ff3ef9ecbe3 : 8019814: Add regression test for passing cases
1e6e9dc0c6f : 8019814: Add regression test for passing cases
848aedfe095 : 8019811: Static calls - self referential functions needed a return type conversion if they were specialized, as they can't use the same mechanism as indy calls
047d1b732f3 : 8019811: Static calls - self referential functions needed a return type conversion if they were specialized, as they can't use the same mechanism as indy calls
3ac129eecb4 : 8019805: for each (init; test; modify) is invalid
72a7034a41c : 8019805: for each (init; test; modify) is invalid
02834e4afbf : 8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode
62fb002570c : 8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode
edd78479480 : 8010946: AccessControl.doPrivileged is broken when called from js script
92bcfea39ae : 8010946: AccessControl.doPrivileged is broken when called from js script
1001452ba93 : 8019481: Sync misc j.u.c classes from 166 to tl
efb561f6322 : 8011427: java.util.concurrent collection Spliterator implementations
6514fe67947 : 8019519: PPC64 (part 105): C interpreter: implement support for jvmti early return
5f627c3f736 : 8019791: ~ is a unary operator
6dfb638284f : 8019791: ~ is a unary operator
2fc3e674181 : 8012146: Improve tool support
d5243432021 : 8019783: typeof does not work properly for java methods and foreign objects
5ccee02c35e : 8019783: typeof does not work properly for java methods and foreign objects
90c790728d4 : 8017571: JSR292: JVM crashing on assert "cast to instanceKlass" while producing MethodHandle for array methods with MethodHandle.findVirtual
9a359984c2c : 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
4a47ea26029 : 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
2304036211e : 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
8cc4fad1159 : 8019518: PPC64 (part 103): cppInterpreter: implement support for compressed Oops
c53ece7ba29 : 8016133: Regression: diff. behavior with user-defined SAXParser
118272d2e9a : 7165807: Non optimized initialization of NSS crypto library leads to scalability issues
7c47a187f26 : 8019517: PPC64 (part 102): cppInterpreter: implement G1 support
c12f5a01801 : 8016696: PPC64 (part 4): add relocation for trampoline stubs
5a360a7579c : 8007035: deprecate public void SecurityManager.checkMemberAccess(Class<?> clazz, int which)
8973e85fd2b : 7122222: GC log is limited to 2G for 32-bit
ea2c99f5bba : 6326693: variable x might already have been assigned, when assignment is in catch block
467296964c9 : 8019692: JDK build CC_OPT_HIGHEST setting isn't valid for Sun C++ compiler
fbd20eb5a5d : 8019629: void operator should always evaluate to undefined
22b6014ba6b : 8019629: void operator should always evaluate to undefined
5f717a6674f : 7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration
12dab6c8f94 : 8017159: Unexclude sun/tools/JMAP/Basic.sh test
13fbdf6a7df : 8014925: Disable sun.reflect.Reflection.getCallerClass(int) with a temporary switch to re-enable it
afe1b20cde5 : 8019537: jdk8-build prebuild fails in source bundle generation, The path of TOOLS_DIR ... is not found
e888c99eeae : 8017082: Long array literals were slightly broken
8ff9291b055 : 8017082: Long array literals were slightly broken
1e7c006d39a : 8015391: NPG: With -XX:+UseCompressedKlassPointers OOME due to exhausted metadata space could occur when metaspace is almost empty
747485156ae : 8019553: NPE on illegal l-value for increment and decrement
f05a001210e : 8019553: NPE on illegal l-value for increment and decrement
bd5975ceec0 : 8017463: [TEST_BUG] 2 tests from tools/pack200/ remain about 1 GB of data in work directory after execution
422a1a6e4fe : 8016667: Wrong bytecode when testing/setting due to null check shortcut checking against primitive too
518a9bf3d06 : 8016667: Wrong bytecode when testing/setting due to null check shortcut checking against primitive too
66ab4f94710 : 8019500: Exclude MemoryTest.java and MemoryTestAllGC.sh to enable integration
c4d4ded2d8e : 8019580: Build Script Change for Nashorn promotion testing
e8a1440b915 : 8019580: Build Script Change for Nashorn promotion testing
278a5e17af4 : 8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger
dc5d9e37c62 : 8020430: NullPointerException in xml sqe nightly result on 2013-07-12
432dee99fec : 8019587: [macosx] Possibility to set the same frame for the different screens
112083bf937 : 8019979: Replace CheckPackageAccess test with better one from closed repo
7a943767244 : 8014805: NPE is thrown during certpath validation if certificate does not have AuthorityKeyIdentifier extension
85279901d98 : 8020228: Restore the translated version of logging_xx.properties
2da07ceec17 : 8009168: accessibility.properties syntax issue
1369b96040f : 8017173: XMLCipher with RSA_OAEP Key Transport algorithm can't be instantiated
0fb5f4199e3 : 8019265: [macosx] apple.laf.useScreenMenuBar regression comparing with jdk6
fa7e2693cb3 : 8016737: After clicking on "Print UNCOLLATED" button, the print out come in order 'Page 1', 'Page 2', 'Page 1'
b9a3f7fdc27 : 8006941: [macosx] Deadlock in drag and drop 7199783: Setting cursor on DragSourceContext does not work on OSX
13eaf71b749 : 8019628: [macosx] closed/java/awt/Modal/BlockedMouseInputTest/BlockedMouseInputTest.html failed since 7u40b30 on MacOS
86a9394ec75 : 8004859: Graphics.getClipBounds/getClip return difference nonequivalent bounds, depending from transform
c6095a9e2d4 : 8009985: [parfait] Uninitialised variable at jdk/src/solaris/native/com/sun/management/UnixOperatingSystem_md.c
677643324ed : 8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger
b1cb933d7ac : 8019236: [macosx] Add javadoc to the handleWindowFocusEvent in CEmbeddedFrame
386e37ba15b : 8014972: Crash with specific values for -XX:InitialCodeCacheSize=500K -XX:ReservedCodeCacheSize=500k
fc1302ea956 : 8019247: SIGSEGV in compiled method c8e.e.t_.getArray(Ljava/lang/Class;)[Ljava/lang/Object
200428aa69f : 8019539: Fix doclint errors in java.security and its subpackages
bf2a400ca2e : 8006023: Embedded Builds fail management test because of requirement for UsePerfData being enabled
bab861035d2 : 8019460: tests in changeset do not have @bug tag
ba85477f84d : 8019397: javap does not show SourceDebugExtension properly
a0fa326cb41 : 8019535: Fix doclint issues in java.time.format
7936ee54bfa : 8019382: PPC64: Fix bytecodeInterpreter to compile with '-Wunused-value'
425681caecc : 8009204: [dtrace] signatures returned by Java 7 jstack() are corrupted on Solaris
6db46407082 : 8019529: Fix doclint issues in java.util.spi
04e9fa32891 : 8019527: Fix doclint issues in java.lang.instrument
71a1e79eeb4 : 8015144: Performance regression in ICU OpenType Layout library
68c516f654b : 8006629: NEED_TEST: need test for JDK-8001071
547a050fe19 : 7162089: Add support for repeating annotations to javax.annotation.processing
329abc40280 : 8017540: Improve multi-threaded contention behavior of radix conversion cache
817ab71e77d : 8019508: Comma handling in object literal parsing is wrong
f743fb3852d : 8019508: Comma handling in object literal parsing is wrong
ed644dfab72 : 8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed
bcf7f18a379 : 8019488: switch on literals result in NoSuchMethodError or VerifyError
c6b05141128 : 8019488: switch on literals result in NoSuchMethodError or VerifyError
1c13f5e4cbf : 7034798: Ambiguity error for abstract method call is too eager
4d4e099942b : 8009744: build-infra: REGRESSION: Publisher was NOT set for some JDK files
53ecefacacd : 8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set
afc55770aaf : 8019482: Number("0x0.0p0") should evaluate to NaN
135ccaceef2 : 8019482: Number("0x0.0p0") should evaluate to NaN
d0a47b3b30d : 8017287: Better resource disposal
7addcb118b9 : 8014045: test/java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently
09fbdd43ec4 : 8019478: Object.prototype.toString.call(/a/.exec("a")) === "[object Array]" should be true
1a074a8b66c : 8019478: Object.prototype.toString.call(/a/.exec("a")) === "[object Array]" should be true
4a0c5773e88 : 8019473: Parser issues related to functions and blocks
1a0fc187f41 : 8019473: Parser issues related to functions and blocks
8de97d93a09 : 8019467: Fix doclint issues in java.util.jar.Pack200
60782578cb5 : 8019466: Fix doclint issues in java.util.function
a33129c6af1 : 6983646: javap should identify why a DefaultAttribute is being used
607de236dcf : 8019286: Fix javadoc typo in ResultSet.next
7109e85e430 : 8017611: Auto corrector for mistyped vm options
f93ee2a9ddd : 8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed
36967c98e4a : 8014022: G1: Non Java threads should lock the shared SATB queue lock without safepoint checks
78425fd8daa : 8019347: JDK8 b96 source with GPL header errors
96d8c85b805 : 8019347: JDK8 b96 source with GPL header errors
e11ec149ced : 8015318: Extend Collector with 'finish' operation
10f964a3246 : 8022406: Fix doclint issues in java.beans
bcf263eb10d : 8022410: Fix Javac Warnings in com.sun.security.auth Package
6c4cb951711 : 8022440: suppress deprecation warnings in sun.rmi
6ecdd925d1d : 8022443: Fix lint warnings in sun.security.pkcs12
ebb9d2fb06d : 8022439: Fix lint warnings in sun.security.ec
cd162a777df : 8022412: Fixed warnings in java.util root, except for HashMap
ae54a3c9653 : 8022174: Fix doclint warnings in javax.sound 8022404: Fix doclint issues in java.applet
0f4a06a92a7 : 7184826: (reflect) Add support for Project Lambda concepts in core reflection
78255f5c55e : 8022120: JCK test api/javax_xml/crypto/dsig/TransformService/index_ParamMethods fails
04449cd1a91 : 8022344: Additional debug info for test/java/net/NetworkInterface/IndexTest.java
b65847a2066 : 8011038: sourceObj validation during desereliazation of RelationNotification should be relaxed
c05c2330cf5 : 8020854: change RMI javadocs to specify that remote objects are exported to the wildcard address
bdc36d78a16 : 8016531: jconsole-plugin script demo does not work with nashorn
2be7768ab06 : 8022190: Fix varargs lint warnings in the JDK
aafacb6fa66 : 8022094: BigDecimal/CompareToTests and BigInteger/CompareToTests are incorrect
b661fb4e1ae : 8011194: Apps launched via double-clicked .jars have file.encoding value of US-ASCII on Mac OS X
2c31d993a43 : 6476168: (fmt) Inconsistency formatting subnormal doubles with hexadecimal conversion
b1a10b8ed7b : 8020291: j.u.c.CompletionStage 8020435: CompletableFuture/Basic.java fails on single core machine
0844d3e77bd : 8001319: Add SecurityPermission "insertProvider" target name
49fe3afa185 : 8022121: Remove superfluous @test tag from SpliteratorTraversingAndSplittingTest
b456dfe6299 : 8020191: System.getProperty("os.name") returns "Windows NT (unknown)" on Windows 8.1
9688bbb771e : 8021789: jarsigner parses alias as command line option (depending on locale)
3e78508945c : 8020016: Numerous splitereator impls do not throw NPE for null Consumers
98fb15899e8 : 8022087: Fix doclint issues in j.u.Deque & Queue
b431c6929d1 : 7127524: P11TlsPrfGenerator has anonymous inner class with serialVersionUID
ebe38d6cdc5 : 8020669: (fs) Files.readAllBytes() does not read any data when Files.size() is 0
e1b3c5b5ba5 : 7192942: (coll) Inefficient calculation of power of two in HashMap
8a710dcc7ea : 8022061: More ProblemList.txt updates (7/2013)
6084db7277a : 8019384: jps and jcmd tests fail when there is a process started with a .war file
da1d369ffe9 : 8019407: Fix doclint issues in javax.naming.*
0b7143c3ee1 : 8019360: Cleanup of the javadoc <code> tag in java.security.*
0faa9a064fc : 8015799: HttpURLConnection.getHeaderFields() throws IllegalArgumentException
8002fd8cbf9 : 8019380: doclint warnings in java.nio, java.nio.file.**, java.nio.channels.**
681764bad08 : 8016534: javax/swing/text/View/8014863/bug8014863.java failed
e8d954092fc : 8019365: Error stack format
0eb7f23c990 : 8019365: Error stack format
39673a6ee96 : 8005552: c.s.t.javap.AttributeWriter.visitLocalVariableTable() uses incorrect format string
e8952a47646 : 6473148: TreePath.iterator() should document the iteration order
4535f67d050 : 8019377: Sync j.u.c locks and atomic from 166 to tl
0eb360620b9 : 8017739: ReentrantReadWriteLock is confused by the Threads with reused IDs
95e39e60398 : 8016760: Failure of regression test langtools/tools/javac/T6725036.java
b09cf3ec077 : 8010385: build with LOG=trace broken on mac
3b0b76b721f : 8016303: make CONF= isn't working
bf403c2e7ea : 8019229: Build Configuration Fail in Windows Platform
343cdc40e77 : 8016605: New files dont apear in src.zip
13bcac6e93c : 8019302: new hotspot build - hs25-b40
bac4ba39392 : Added tag hs25-b39 for changeset 4056af328b00
27da77ce6bb : 8012987: Optimizations for Stream.limit/substream
eec215f2c44 : 8019298: new hotspot build - hs24-b52
e3013496bb0 : Added tag hs24-b51 for changeset 4fd0d2a92f72
9b1ec513d58 : 8013357: javac accepts erroneous binary comparison operations
e0d1f4674f5 : Added tag jdk7u40-b31 for changeset 6202d88a4f46
cfb15a4cecb : Added tag jdk7u60-b00 for changeset a39882a84ef3
d41d147b0e2 : Added tag jdk7u40-b30 for changeset 970b3c59b4c3
04e8ed686cd : Added tag jdk7u40-b29 for changeset 05794f227b6f
977735ad029 : Added tag jdk7u40-b28 for changeset 78ac735c8675
79655f51e1d : Added tag jdk7u40-b27 for changeset 0f2081cf691b
5209a4108d8 : Added tag jdk7u40-b26 for changeset fd72fc550d07
51779f2b713 : Added tag jdk7u40-b25 for changeset 3914abbea152
0ccb11f8627 : Added tag jdk7u40-b24 for changeset 3062de8acde7
53fdcef01db : Added tag jdk7u40-b23 for changeset 3bbc5428c99c
adf8535e15f : Added tag jdk7u14-b22 for changeset 88d88ecd7373
45c187857d1 : Added tag jdk7u14-b21 for changeset edaf7ac043ab
151a2a298bc : Added tag jdk7u14-b20 for changeset 0dc3c296f453
3781994a96b : Added tag jdk7u14-b19 for changeset f005633b1907
eff0d022100 : Added tag jdk7u14-b18 for changeset f968f7f0b1eb
89cc2f3cda0 : Added tag jdk7u14-b17 for changeset cbc49c1e0d97
1db4073b149 : Added tag jdk7u14-b16 for changeset 1150e22cec6d
91ee3a3418c : Added tag jdk7u17-b30 for changeset 2bb40bf12cef
c8486574476 : Added tag jdk7u17-b02 for changeset df800415bc8e
2bb986087f7 : Added tag jdk7u17-b01 for changeset e8a02c323c02
a914b405c4c : Added tag jdk7u15-b03 for changeset 97027d6cdacd
24cc2799a29 : Added tag jdk7u15-b30 for changeset 54401a565c93
786a07fc891 : Added tag jdk7u15-b02 for changeset 6385b466fea7
169122ebf85 : Added tag jdk7u15-b01 for changeset ae0c38142a12
066e9d6785e : Added tag jdk7u13-b30 for changeset d979112f9813
57636865148 : Added tag jdk7u13-b10 for changeset 035570910e4e
8a256026750 : Added tag jdk7u14-b15 for changeset d9a66c21d3b2
7ffe07206d5 : Added tag jdk7u14-b14 for changeset 5db39d0677b0
37f292d9738 : Added tag jdk7u13-b20 for changeset acefe380ee11
68c4f3da528 : Added tag jdk7u13-b09 for changeset 9b8c3b3ebabd
8d769f9fcb8 : Added tag jdk7u11-b08 for changeset cc472cc951b3
8e9a09124ee : Added tag jdk7u11-b07 for changeset 1d3fb02674ab
59b58b5eb1b : Added tag jdk7u11-b06 for changeset 9ae473ec2993
c1418a45e72 : Added tag jdk7u11-b05 for changeset c51eda6d6e7f
9a8b1489304 : Added tag jdk7u11-b04 for changeset 74b84a61f290
cba4ef6def9 : Added tag jdk7u11-b03 for changeset 5b63f2609e5c
0c3c266da51 : Added tag jdk7u14-b13 for changeset 9b4e799b9d22
2c4d850ea2c : Added tag jdk7u14-b12 for changeset 14d3ad05f643
60baf6df088 : Added tag jdk7u11-b21 for changeset 75727db4d355
c695ebbbef4 : Added tag jdk7u11-b20 for changeset 600fa4a68f63
62df2a8194e : Added tag jdk7u14-b11 for changeset c46d7559220d
9873202e7a5 : Added tag jdk7u14-b10 for changeset 9b4ac920c834
b748ee49780 : Added tag jdk7u12-b09 for changeset 62a9f08c8bab
c39ea7d09a3 : Added tag jdk7u12-b08 for changeset 964aa48f4e3b
09b19eadf03 : Added tag jdk7u10-b30 for changeset 9e73da607cfb
59ff6762e47 : Added tag jdk7u10-b18 for changeset 745247b0fc1e
0972463981c : Added tag jdk7u10-b17 for changeset 0f3bcce55b0d
8fa60748f84 : Added tag jdk7u10-b16 for changeset 3094a2adfe44
3fc8054e631 : Added tag jdk7u10-b15 for changeset 01eac5326250
488aa0c5de8 : Added tag jdk7u10-b14 for changeset 870359fa1a77
994b1f40b35 : Added tag jdk7u10-b13 for changeset 441257732706
ef77662203f : Added tag jdk7u10-b12 for changeset 676d115cc02a
6a521a625d3 : Added tag jdk7u10-b11 for changeset 13b3e32dde73
927845c97a6 : Added tag jdk7u10-b10 for changeset 358bf28f0e05
75799a0597a : Added tag jdk7u12-b07 for changeset a351be5b537a
40d5e4f76d4 : Added tag jdk7u12-b06 for changeset d3e88043ace2
111a0731654 : Added tag jdk7u12-b05 for changeset 7fdff8f54b99
d7da8859a75 : Added tag jdk7u12-b04 for changeset fd6788251040
033e2c5b563 : Added tag jdk7u12-b03 for changeset c17a6d8fa58c
e4951ef053a : Added tag jdk7u12-b02 for changeset c295534e3ca4
c3e15d7ea31 : Added tag jdk7u12-b01 for changeset dfb6437cb578
64cfaba5712 : Added tag jdk7u9-b31 for changeset 973925dd07da
ca44b6f7e94 : Added tag jdk7u9-b05 for changeset 1dab2accf9df
a21b26d92cf : Added tag jdk7u9-b04 for changeset 941237cb8dc5
cdeba29f9db : Added tag jdk7u9-b03 for changeset 7e2863361129
79a1b7552eb : Added tag jdk7u7-b31 for changeset fa3c94f451aa
9913a63fa52 : Added tag jdk7u9-b02 for changeset 3b7a52308244
491066819d0 : Added tag jdk7u10-b09 for changeset 445ae2301135
14e508aafe6 : Added tag jdk7u10-b08 for changeset b0bdc3f8e737
37a1c54ac2e : Added tag jdk7u10-b07 for changeset 990382043a4c
05f510372e5 : Added tag jdk7u10-b06 for changeset 2ce690f9ace6
f3c070b2cf1 : Added tag jdk7u7-b11 for changeset 6d56303e56cc
bb6d11fb9c5 : Added tag jdk7u7-b30 for changeset 9fb01e023f78
ae810fca8fb : Added tag jdk7u7-b10 for changeset 68bfec67eb50
bf32bf2b7a4 : Added tag jdk7u6-b31 for changeset b4b414c07a76
8ea6229d61a : Added tag jdk7u6-b30 for changeset 4517fcbb20dd
2b1396b117a : Added tag jdk7u8-b05 for changeset 31ddf7e22c97
010a3c40124 : Added tag jdk7u8-b04 for changeset 1509fa37aa0f
934109d6ea6 : Added tag jdk7u8-b03 for changeset 22ff36b9663c
0db67aa8c31 : Added tag jdk7u6-b24 for changeset e133f2005385
ce1ccf832de : Added tag jdk7u6-b23 for changeset 00b0ecdd2861
0b9ddff57cb : Added tag jdk7u6-b22 for changeset 9378fcd3afb9
397b0545e3b : Added tag jdk7u8-b02 for changeset 229b1bc58d32
a0c640fdfbe : Added tag jdk7u8-b01 for changeset c2f7c1f26f8c
cfa6cb1647e : Added tag jdk7u6-b21 for changeset e5fbf5c6d121
e31b4795d5c : Added tag jdk7u6-b20 for changeset 4fcde9777e66
acc3b98b970 : Added tag jdk7u6-b19 for changeset 801cedcb4613
dbdf9d105a0 : Added tag jdk7u6-b18 for changeset dbd43628f9d9
f9b5b715635 : Added tag jdk7u6-b17 for changeset 6dbfb1c9400f
27d84b6ca89 : Added tag jdk7u6-b16 for changeset 0ffccca2b27a
33fe0be0d42 : Added tag jdk7u9-b01 for changeset 30b9f362a476
9016e6590af : Added tag jdk7u6-b15 for changeset 4c6c513d0b52
0ed94add779 : Added tag jdk7u5-b30 for changeset 1324466fb2b2
39f8e38be0f : Added tag jdk7u5-b05 for changeset 4564842cb62a
ef946e36615 : Added tag jdk7u5-b04 for changeset 35c0e4748b70
24835ac8555 : Added tag jdk7u5-b02 for changeset 419630c67deb
512818aace4 : Added tag jdk7u4-b31 for changeset b13dcb24ccfd
2fc57021b8c : Added tag jdk7u4-b22 for changeset 1061181de4ff
97154b2ef90 : Added tag jdk7u4-b21 for changeset 126956f82e17
40dd33de7de : Added tag jdk7u5-b01 for changeset 18229aa2e517
38de0f755ac : Added tag jdk7u6-b14 for changeset a6959a188485
1cd6958be77 : Added tag jdk7u6-b13 for changeset fede781fae74
d25dbf03582 : Added tag jdk7u6-b12 for changeset 132a24edc83c
e3031cb8f7d : Added tag jdk7u6-b11 for changeset e78602f4bc50
e573f1ab9c0 : Added tag jdk7u6-b10 for changeset 1928f25b519e
91e27cf1b7b : Added tag jdk7u6-b09 for changeset 0c28241955d3
63a2171ec32 : Added tag jdk7u6-b08 for changeset cc75eed0e36e
123fc2b234f : Added tag jdk7u6-b07 for changeset 7ea2600bf5c9
f010c53cc7c : Added tag jdk7u4-b30 for changeset 3a77cddeed4a
8bef3427e8e : Added tag jdk7u4-b20 for changeset b2aa36996ae4
0e774abe62a : Added tag jdk7u4-b19 for changeset fe030a46f225
317a0eeb0f9 : Added tag jdk7u6-b06 for changeset ce5cd3820026
f98383d3000 : Added tag jdk7u6-b05 for changeset 192590a6e3ba
b5320621ead : Added tag jdk7u4-b18 for changeset dde76c2fbc5c
7a88d37ce48 : Added tag jdk7u6-b04 for changeset ea9f6af2c757
be5b2edb035 : Added tag jdk7u6-b03 for changeset bc43890886d2
55220380c36 : Added tag jdk7u4-b17 for changeset 630e0570a9cc
354714a3f6d : Added tag jdk7u4-b16 for changeset 5a2304599aec
e0326116148 : Added tag jdk7u4-b15 for changeset 2c6b3c5703fd
24f09dc07f4 : Added tag jdk7u6-b02 for changeset 4fbcaad39cd1
92a9c7084d7 : Added tag jdk7u6-b01 for changeset 0b1280d5d025
2bd9a44bace : Added tag jdk7u4-b14 for changeset 56a86e0bd516
bc4d54fcbfb : Added tag jdk7u4-b13 for changeset ba602306ef0a
d642c5307d2 : Added tag jdk7u3-b04 for changeset db6b634f612f
d30485ea05b : Added tag jdk7u3-b03 for changeset 6da9af8acc0c
5b2929f1b4a : Added tag jdk7u3-b02 for changeset 69446e4b273a
91c75842ff0 : Added tag jdk7u4-b12 for changeset a2fb9f7b576e
f0747e49272 : Added tag jdk7u4-b11 for changeset 3bbc19d4247d
6b25a9af1df : Added tag jdk7u4-b227 for changeset 7d42b22f2af7
6fbc2d4ed09 : Added tag jdk7u4-b225 for changeset da9f5bb75d46
2674a2cdce0 : Added tag jdk7u4-b200 for changeset 78cf89ef2e87
0417c23c3de : Added tag jdk7u4-b10 for changeset 011d16a44b02
88f16ddfcba : Added tag jdk7u4-b09 for changeset 6b81ceef9be1
35fd0229a9e : Added tag jdk7u4-b08 for changeset 6ea2a78e404b
7925d9883a6 : Added tag jdk7u4-b07 for changeset 7a9fdd725835
53d6d194a24 : Added tag jdk7u4-b06 for changeset 1ce2f6e9f1cd
b4dab34ea1f : Added tag jdk7u4-b05 for changeset b2de9455eb02
0bc817f8736 : Added tag jdk7u4-b04 for changeset 95a10df22350
1c3fa3b60b7 : Added tag jdk7u2-b21 for changeset 7c989a0aa277
68a87b3d52c : Added tag jdk7u2-b13 for changeset adf0853fc6d9
81cca17521e : Added tag jdk7u4-b02 for changeset a7ce0436b0e5
367d4804361 : Added tag jdk7u2-b12 for changeset dcd525c6b1c4
7b24957ed5e : Added tag jdk7u2-b11 for changeset cfaacab8e4b1
992097dd9e2 : Added tag jdk7u2-b09 for changeset dcfcc70c8ae6
b48df400b64 : Added tag jdk7u2-b08 for changeset 2abc8cd5eac0
d369fd50631 : Added tag jdk7u2-b07 for changeset 787245b651e0
4da398edcd6 : Added tag jdk7u2-b06 for changeset 9209dc017842
c77d4bee361 : Added tag jdk7u2-b05 for changeset dc6a4620f20e
6dbeae5e89a : Added tag jdk7u2-b04 for changeset 1e512b0c8807
ddf967c41a6 : Added tag jdk7u2-b01 for changeset 7c370aa44cf4
8a8e5c429ad : Added tag jdk7u1-b08 for changeset 9b952aa643c9
de4d41d8d07 : Added tag jdk7u1-b07 for changeset e52608f46b64
624730e800c : Added tag jdk7u1-b06 for changeset 7319cfa899e8
83b0a7c4733 : Added tag jdk7u1-b05 for changeset 1440369e1ac2
db5e6d9b277 : Added tag jdk7u1-b04 for changeset 24b6393b6470
649ff2e7019 : Added tag jdk7u1-b03 for changeset 4fd775884cd1
7948a41eb70 : Added tag jdk7u1-b02 for changeset ad81c3f86dd3
38432344331 : Added tag jdk7u1-b01 for changeset a6e7026e6c15
7772c7a0446 : Added tag jdk7-b147 for changeset 42cefba2990a
5573fc2bcd5 : Added tag jdk7-b146 for changeset 2bdf12d80292
a92d51f0bba : Added tag jdk7-b145 for changeset 3c1d461deec8
1e3215a2aa5 : Added tag jdk7-b144 for changeset 8c3166f8fba7
91422c7fbb5 : Added tag jdk7u40-b31 for changeset 1eec5a268e4d
751b29370ad : Added tag jdk7u40-b31 for changeset b4e7c1fa91d5
7754367e649 : Added tag jdk7u40-b31 for changeset 837eb804e7dd
2d9f12524c4 : Added tag jdk7u40-b31 for changeset 1dfd62a63864
e3a14f67990 : Added tag jdk7u40-b31 for changeset e7329a3c137e
289d3384180 : Added tag jdk7u40-b31 for changeset 7d6a5bc2ea20
2e58f1d6aa5 : Added tag jdk8-b96 for changeset 7bb6906ec528
73d6b7cc523 : Added tag jdk8-b96 for changeset 472d8f5f0d9b
8ba7651e27d : Added tag jdk8-b96 for changeset 51ef92228b23
c3b9b19f915 : Added tag jdk8-b96 for changeset 627400b6bdcf
f5f1e7468b2 : Added tag jdk8-b96 for changeset 388de52dcee3
b2d8996d7f0 : Added tag jdk8-b96 for changeset ca76027384ab
20294ba90ed : Added tag jdk8-b96 for changeset 14d9242a9dc9
8369f7184ce : Added tag jdk8-b96 for changeset f7f6b997342b
60bbc95a1b3 : Added tag jdk8-b96 for changeset 3fe185be063a
704f96a0d59 : 7080001: Need to bump version numbers in build.properties for 8
21d2b037641 : 8019308: Add descriptions of Java SE 7 and 8 language changes to SourceVersion
b99b4379b2b : 7165807: Non optimized initialization of NSS crypto library leads to scalability issues
97f7bab3c75 : 8015720: since tag isn't copied while generating JavaFX documentation
a87b5d942dd : 7008643: inlined finally clauses confuse debuggers
4e49cb5fc55 : 8016099: Some @SuppressWarnings annotations ignored ( unchecked, rawtypes )
6f0cf96a286 : 7199324: IPv6: JMXConnectorServer.getConnectionIDs() return IDs contradicting to address grammar
13f301694b9 : 8019236: [macosx] Add javadoc to the handleWindowFocusEvent in CEmbeddedFrame
f20ec2a5b56 : 8019227: JDK-8010325 broke the old build
9e35962ebf2 : 8017609: javac, ClassFile.read(Path) should be ClassFile.read(Path, Attribute.Factory)
94991de3c34 : 7066788: javah again accepts -old option (ineffectively) which was removed in 1.5
7cdf8d8a084 : 8014513: Sjavac doesn't detect 32-bit jvm properly
d3dfbb3cf2d : 8017483: G1 tests fail with native OOME on Solaris x86 after HeapBaseMinAddress has been increased
0f5321b7c5f : 8017483: G1 tests fail with native OOME on Solaris x86 after HeapBaseMinAddress has been increased
a32e6fdb566 : 8019226: line number not generated for first statement if it is on the same function declaration line
a089899deb7 : 8019226: line number not generated for first statement if it is on the same function declaration line
19689fb2ab5 : 8017047: Can't use --with-java-devtools and --with-devkit at the same time
a2c99b7e5cb : 8014230: Compilation incorrectly succeeds with inner class constructor with 254 parameters
b2c41f305ec : 8013738: Two javadoc tests have bug 0000000
9a773a649ca : 8014017: extra space in javadoc class heading
561009c4aca : 8007338: Method grouping tab line-folding
eedcd5d290d : 8014137: Update test/tools/javac/literals/UnderscoreLiterals to add testcases with min/max values
ed14278b824 : 8016684: JDK8 b94 source with GPL header errors
a744eb3dcb2 : 8016684: JDK8 b94 source with GPL header errors
dcb3a24cfc8 : 8017323: JDK8 b95 source with GPL header errors
7b09b9e85a8 : 8019155: Update makefiles with correct jfr packages
3ab53b61f03 : 8016908: TEST_BUG: removing non-ascii characters causes tests to fail
c47d29e3816 : 8019175: Simplify ScriptObject.modifyOwnProperty
1e7b1f36e40 : 8019175: Simplify ScriptObject.modifyOwnProperty
bb7b31d9ff5 : 8016331: Minor issues in event tracing metadata
604a75ff30e : 8013590: NPG: Add a memory pool MXBean for Metaspace
10ead7dab61 : 8014781: support Error.captureStackTrace
ee8b3bd8239 : 8014781: support Error.captureStackTrace
1e0a3218952 : 8017317: PPC64 (part 7): cppInterpreter: implement support for biased locking
668a3e084e3 : 8019157: Avoid calling ScriptObject.setProto() if possible
70383eb20a7 : 8019157: Avoid calling ScriptObject.setProto() if possible
591fe98443c : 8008458: Strict functions dont share property map
e628bb4979f : 8008458: Strict functions dont share property map
dcd23b305b4 : 8017950: error.stack should be a string rather than an array
f4695eca85b : 8017950: error.stack should be a string rather than an array
46033ac8ed4 : 8015668: overload resolution: performance regression in JDK 7
84a34cfcf17 : 8016254: several sun/java2d/OpenGL tests failed with SIGFPE
4cdc47e10bb : 8011686: [macosx] AWT accidentally disables the NSApplicationDelegate of SWT, causing loss of OS X integration functionality
225038e24d1 : 8016046: (process) Strict validation of input should be security manager case only [win]
898435e4399 : 8014821: Regression: Focus issues with Oracle WebCenter Capture applet
26679390403 : 8016814: sun.reflect.Reflection.getCallerClass returns the frame off by 1
ca3a1be3fe1 : 8014851: UseAdaptiveGCBoundary is broken
bf595978d73 : 8015334: Memory leak when kerning is used on Windows
a154f7c01eb : 8014546: MetaspaceAux print_metaspace_change() should print "used" after GC not capacity
fd80bae5c51 : 8006973: jtreg test fails: test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java
d7fff903e85 : 8017104: javac should have a class for primitive types that inherits from Type
7b2e1c47f42 : 8017561: Build errors caused by missing .PHONY
e9d5123d37d : 8015969: Needs to enforce and document that global "context" and "engine" can't be modified when running via jsr223
249d0ae5b46 : 8015969: Needs to enforce and document that global "context" and "engine" can't be modified when running via jsr223
10f98044f8a : 8012564: The SOURCE value in release file of JDK 8 doesn't contain valid changesets for some OS since b74
ce1f93f1839 : 8017480: Move copying of jfr files to closed makefile
17f58088282 : 8012722: Single comma in array initializer should parse
39a1c1d6c2f : 8016325: JVM hangs verifying system dictionary
ac0c6f1e84b : 8017313: PPC64 (part 6): stack handling improvements
1f6c4015a73 : 8017531: 8010460 changes broke bytecodeInterpreter.cpp
2b669002573 : 8017510: Add a regression test for 8005956
19d56715faf : 8017243: 8001345 is incomplete
de4b9dacebc : 8017538: Clang support broke slowdebug build for i586
fad60d14285 : 8017308: Remove unused breakpoint relocation type
81d5a4107ac : 8015959: Can't call foreign constructor
02e0b5c3f17 : 8015959: Can't call foreign constructor
196c8abc3d6 : 8009575: Reduce Symbol::_refcount from 4 bytes to 2 bytes
9fbabf6b050 : 8017448: JDK-8010732.js.EXPECTED truncated
2aad633d9b7 : 8017448: JDK-8010732.js.EXPECTED truncated
98ae30c81ed : Added tag hs24-b50 for changeset d11040d5e602
c97358ca981 : 8003268: SharedRuntime::generate_native_wrapper doesn't save all registers across runtime tracing calls for JNI critical native methods
a2a718a63c5 : Added tag jdk7u40-b30 for changeset c2f2d43da48d
f2dd06d97fa : Added tag jdk7u40-b30 for changeset e6562fb3cdd8
486e40eb6b1 : Added tag jdk7u40-b30 for changeset 125d853aa785
238dedd9a43 : Added tag jdk7u40-b30 for changeset 8e323c483e29
b21456e68ce : Added tag jdk7u40-b30 for changeset 7032a85cd842
74d5be839a9 : Added tag jdk7u40-b30 for changeset 8308e2eafd3a
d22650c8888 : Added tag jdk7u40-b30 for changeset eaf321d5804d
b963805954f : 8010732: BigDecimal, BigInteger and Long handling in nashorn
86ff93e5442 : 8010732: BigDecimal, BigInteger and Long handling in nashorn
8b4ab0bb1e2 : 8007642: Media Names on Java Print Do Not Match the Printer’s and Confuse Users
de95c76cea0 : 8016735: Remove superfluous EnableInvokeDynamic warning from UnlockDiagnosticVMOptions check
42ca17cea24 : 8017177: more explicit code location information in hs_err crash log
90292afbfae : 8004124: Handle and/or warn about SI_KERNEL
10e6614da08 : 8016545: java.beans.XMLEncoder.writeObject output is wrong
f37c79c4217 : 8017260: adjust lookup code in objects.* classes
6f8f3be8c3a : 8017260: adjust lookup code in objects.* classes
1dc7a25eaca : 8017253: new hotspot build - hs25-b39
c623ba96a08 : Added tag hs25-b38 for changeset 5fa5cb572ab6
146bc8a8b54 : 8014326: [OSX] All libjvm symbols are exported
0522ce7a17e : 8016586: PPC64 (part 3): basic changes for PPC64
bca53c33de8 : 8007546: ClassCastException on JSR308 tests 8015993: jck-compiler tests are failed with java.lang.ClassCastException
92d31ec9c35 : 8014499: MulticastSocket should enable IP_MULTICAST_ALL (lnx)
9f4b2e48b93 : Added tag jdk8-b95 for changeset 868fcc7cc381
a2ff843552b : Added tag jdk8-b95 for changeset aee867cdeb80
fa27360b227 : Added tag jdk8-b95 for changeset 41b9fc8961f6
d5569033f3d : Added tag jdk8-b95 for changeset b537ef8da8d5
c51a318e1b2 : Added tag jdk8-b95 for changeset fb4997d1f3bf
a982ab708a0 : Added tag jdk8-b95 for changeset 1db35290f46d
261b0510b87 : Added tag jdk8-b95 for changeset 2ee055cdda86
91ac93f3b54 : Added tag jdk8-b95 for changeset 0664c494ac98
b92c0f4da7a : Added tag jdk8-b95 for changeset 0229eabb2693
4fb1e1757ab : 8014264: The applet pathguy_TimeDead throws java.lang.NullPointerException in java console once click drop-down check box
b0246ef1ae6 : 8017157: catch more exception in test RejectClientRenego
3377e0da574 : 8017088: Map/HashMap.compute() incorrect with key mapping to null value
ef69ce852cb : 8016697: Use stubs to implement safefetch
e7b16a5e790 : 8016735: Remove superfluous EnableInvokeDynamic warning from UnlockDiagnosticVMOptions check
338bfbd857a : 8016139: PrimitiveIterator.forEachRemaining
6cb8fc5c5f2 : 8016455: Sync stream tests from lambda to tl
ae0d33346e0 : 8016324: filter/flatMap pipeline sinks should pass size information to downstream sink
434bea45ac4 : 8016308: Updates to j.u.stream.Node/Nodes
f5460159e57 : 8017046: Cannot assign undefined to a function argument if the function uses arguments object
9e051832007 : 8017046: Cannot assign undefined to a function argument if the function uses arguments object
1a284a49c94 : 8016613: javac should avoid source 8 only analysis when compiling for source 7
ccc1dc9103b : 8014085: Better serialization support in JMX classes
0decdc537a0 : 8008964: NPG: Memory regression: Thread::_metadata_handles uses 1 KB per thread
1f4dfcf4229 : 7025238: HttpURLConnection does not handle URLs with an empty path component
0534c089d6d : 8016698: Cleanup overrides warning in sun/tools/ClassDeclaration.java
53f06da300e : 8016610: javac, add new internal symbols to make operator resolution faster
ffbad7e9cb2 : 8016576: Overrides warnings in jdi and jconsole
e5fa731ce90 : 8014326: [OSX] All libjvm symbols are exported
cac8a151960 : 8016592: Clean-up Javac Overrides Warnings In javax/management/NotificationBroadcasterSupport.java
3a767959918 : 4837946: Faster multiplication and exponentiation of large integers 4646474: BigInteger.pow() algorithm slow in 1.4.0
e4025899fa5 : 8015347: Parsing issue with decodeURIComponent
1d927dd28e6 : 8015347: Parsing issue with decodeURIComponent
a66a268679e : 8017057: More ProblemList.txt updates (6/2013)
d792da6ac6b : 8005661: [parfait] Possible buffer overrun in jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c 8005695: [parfait] Format string argument mismatch in jdk/src/solaris/native/sun/xawt/XToolkit.c 8005752: [parfait] False positive function call mismatch at jdk/src/solaris/native/sun/xawt/XWindow.c
053da424c7e : 8015903: Format issue with -XX:+PrintAdaptiveSizePolicy on JDK8
353aa488cea : 8010697: DeletedArrayFilter seems to leak memory
d643a2fcd76 : 8010697: DeletedArrayFilter seems to leak memory
700804c6f25 : 8017045: anti-delta fix for 8013789
c3b4a84026f : 8017044: anti-delta fix for 8015402
036382cefdd : 8016491: PPC64 (part 2): Clean up PPC defines
f94d68550af : 8013442: No file filter selected in file type combo box when using JFileChooser
5ecd1c96557 : 8016476: PPC64 (part 1): reenable CORE build
88aaaa7878c : 8006981: javac, method toString() of class ...javac.code.Flags doesn't print all the flag bits
1ead1fc8bce : 7188658: Add possibility to disable client initiated renegotiation
3957195309f : 8016824: jdk8 l10n resource file translation update 3 - jaxp
9dbb5efc0da : 8015657: jdk8 l10n resource file translation update 3
a3d1e738784 : 8015657: jdk8 l10n resource file translation update 3
f184888940c : 8015657: jdk8 l10n resource file translation update 3
7384a4704eb : 8000456: Add programmatic deadlock detection in SSLEngineDeadlock
e1dd752d544 : 8016780: README-builds.html misses crucial requirement on bootstrap JDK
4eeb7e8bc59 : 8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap
556b4925b3f : 8001345: VM crashes with assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
3cc79df807d : 8016556: G1: Use ArrayAllocator for BitMaps
5382e0759ea : 8015237: Parallelize string table scanning during strong root processing
66bcedaa7ad : 8015395: NumberFormatException during startup if JDK-internal property java.lang.Integer.IntegerCache.high set to bad value
67d8885626c : Added tag jdk7u25-b33 for changeset 318303e85b72
303d46e9aa2 : Added tag jdk7u25-b33 for changeset cc0f1e4ec558
6c6c7c62078 : Added tag jdk7u25-b33 for changeset 354f419c433c
abcaa6d975c : Added tag jdk7u25-b33 for changeset 7c5be40611e3
72da19d9246 : Added tag jdk7u25-b33 for changeset b24f66316595
cfa53afab61 : Added tag jdk7u25-b33 for changeset 7aef371d5fbd
a48b1a1a910 : 8016267: javac, TypeTag refactoring has provoked performance issues
d1a88e0b7a3 : 8016607: javac, avoid analyzing lambdas for source 7 compilation
e97599b826b : 8015660: Test8009761.java "Failed: init recursive calls: 24. After deopt 25"
857e168f7a9 : 8016046: (process) Strict validation of input should be security manager case only [win]
af25107e111 : 8012698: [nashorn] tests fail to run with agentvm or samevm
93241c0ecb0 : 8012698: [nashorn] tests fail to run with agentvm or samevm
61a30f035b5 : 8013651: NMT: reserve/release sequence id's in incorrect order due to race
3514ec53246 : 8015377: Support using compiler devkits on Linux
6cf0a1dd593 : 8014404: Debug flag not added to jdk native compile when --enable-debug is set
e7679df19da : 8008915: URLReader constructor should allow specifying encoding
8f55a0b00b0 : 8008915: URLReader constructor should allow specifying encoding
8be22cce2d9 : 8015402: Lambda metafactory should not attempt to determine bridge methods
1839512a15a : 8013789: Compiler should emit bridges in interfaces
c778d843884 : 8014620: Signature.getAlgorithm return null in special case
0dcdb3b3fa4 : 7177472: JSR292: MethodType interning penalizes scalability
55c85107b76 : 8016779: Fix doclint warnings in javax.lang.model
f320f80d13f : 8016133: Regression: diff. behavior with user-defined SAXParser
11aa764a6f9 : 8015334: Memory leak when kerning is used on Windows
71ae6f9b152 : 8016572: Pass CONCURRENCY=$(JOBS) to test/Makefile
7ddef5cd695 : 8002160: Compilation issue with adlc using latest SunStudio compilers
055cce652bf : 8016304: ThreadMXBean.getDeadlockedThreads reports bogus deadlocks on JDK 8
153bde4dbb6 : 8013571: TreeModelEvent doesn't accept "null" for root as Javadoc specifies
a2e706f3406 : 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
9821ebcba7a : 8016236: Class.getGenericInterfaces performance improvement
47eba2d2e02 : 8016550: nashorn.option.no.syntax.extensions has the wrong default
135319a5f0f : 8016550: nashorn.option.no.syntax.extensions has the wrong default
9dd2251abcb : 8016701: JAXP Build failure
44f48f1242f : Added tag jdk7u25-b32 for changeset 454caf524508
4d389dc07a1 : Added tag jdk7u25-b32 for changeset a881b1352c2d
7cba5771f0b : Added tag jdk7u25-b32 for changeset a8f461f5e9fa
b37ac98b3ef : Added tag jdk7u25-b32 for changeset 2ec319e122b8
cfa7b3606ab : Added tag jdk7u25-b32 for changeset 42bd6e9f9f50
78bb66cce65 : Added tag jdk7u25-b32 for changeset 33a02f777abc
5d4b6cd0d06 : 8008023: Get rid of utf8 chars in two tests
060dfe2898a : 8016618: script mirror object access should be improved
835f3c4de04 : 8016618: script mirror object access should be improved
3d7b4ec397a : 8012156: tools/javac/file/zip/T6865530.java fails for win32/64
5a1dc4e22ea : 8019155: Update makefiles with correct jfr packages
8322464f71f : 8012156: tools/javac/file/zip/T6865530.java fails for win32/64 in 7u25 nightly runs
3f85c00fb2c : 8011157: Improve CORBA portablility
44641445d7e : 8016569: javac, add new flag for polymorphic method signatures
ae96f935a2c : 8011157: Improve CORBA portablility
a968eabd507 : 8011157: Improve CORBA portablility
a8616cb1c2c : 8016567: new hotspot build - hs25-b38
8620494bc90 : 8011968: Kitchensink crashed with SIGSEGV in MemBaseline::baseline
76fe82b881f : 8016556: G1: Use ArrayAllocator for BitMaps
0e763b1f069 : 8014821: Regression: Focus issues with Oracle WebCenter Capture applet
96fbb88df3e : 8016235: Use in catch block that may not have been executed in try block caused illegal byte code to be generated
f74c3ecd828 : 8016235: Use in catch block that may not have been executed in try block caused illegal byte code to be generated
e7d2bb0ca40 : 8016520: jdk native build does not fail on compilation error on windows
52cfa3dc50d : 8015978: Incorrect transformation of XPath expression "string(-0)"
48a8955ad62 : 8014307: Memory leak ... security/jgss/wrapper/GSSLibStub.c
e6d0dba36c7 : 8015978: Incorrect transformation of XPath expression "string(-0)"
15fcf20d64b : Added tag hs25-b37 for changeset d8e8521557b2
f18e968d432 : 8012265: VM often crashes on solaris with a lot of memory
0c6e41ec521 : 8012265: VM often crashes on solaris with a lot of memory
eb00b0e4f34 : 7169142: CookieHandler does not work with localhost
9129e6dc2ba : 8016157: During CTW: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
f02741a5a8a : 8016485: Windows native print dialog does not reflect default printer settings
d6402d44521 : 8010124: JVM_GetClassContext: use GrowableArray instead of KlassLink
73c5ae165c4 : 8014098: Better profile validation
7face9458ce : 8016542: String.prototype.replace called with function argument should not replace $ patterns
2904cada122 : 8016542: String.prototype.replace called with function argument should not replace $ patterns
310a5ee8e55 : 8015421: NegativeArraySizeException occurs in ChunkedOutputStream() with Integer.MAX_VALUE
39d8f60804a : 8016566: new hotspot build - hs24-b50
773c004f076 : Added tag hs24-b49 for changeset 38503901f582
11dd66826a3 : Added tag jdk8-b94 for changeset 80e5f3732fee
e2613d3b41b : Added tag jdk8-b94 for changeset ac5976df1b9c
18aa8b4042a : Added tag jdk8-b94 for changeset f7887244ecd2
343d4c48566 : Added tag jdk8-b94 for changeset 166c25c5681e
cbd6d51f325 : Added tag jdk8-b94 for changeset 62123b1d4f2a
5924aa4ae1f : Added tag jdk8-b94 for changeset a825382915a9
ddf560776ea : Added tag jdk8-b94 for changeset 847c7c6c4e4a
a75781d8eb4 : Added tag jdk8-b94 for changeset 1921ac5090fc
bf11a4380b7 : Added tag jdk8-b94 for changeset 4ee958900191
21b8cd749b5 : 6847588: AWT test fails
5b154a5b4f3 : 8016528: Hex code from escape() should be padded
f2751c93e83 : 8016528: Hex code from escape() should be padded
01de8f81d7b : 8014231: --with-alsa configuration options don't add include or lib directories to proper flags
78a2cedbb62 : 8014231: --with-alsa configuration options don't add include or lib directories to proper flags
939f5310e05 : 8016522: Numeric literal must not be followed by IdentifierStart
bd1ee81a66c : 8016522: Numeric literal must not be followed by IdentifierStart
b5954586075 : 7181748: java/lang/ThreadGroup/Suspend.java test fails intermittently
dda28264649 : 8016518: Parsing of octal string escapes is broken
96b4d172c06 : 8016518: Parsing of octal string escapes is broken
16d0a965fac : 8015355: Array.prototype functions don't honour non-writable length and / or index properties
6a09a3934e7 : 8015355: Array.prototype functions don't honour non-writable length and / or index properties
aed188663e4 : 8016251: Balanced spliterator for SpinedBuffer
d99233cab7e : 8013468: [macosx] Cursor does not update properly when in fullscreen mode on Mac
cd61a1e1a55 : 7040556: SimpleDateFormat.format Portuguese Month should not be capitalized
8f2b5d850a8 : Added tag jdk7u25-b16 for changeset befa6fb96ec8
741fa45d91e : Added tag jdk7u25-b16 for changeset bf03b0cae34c
8c9e1cd7ac9 : Added tag jdk7u25-b16 for changeset bbfcfa7d5142
f3f589e4921 : Added tag jdk7u25-b16 for changeset ec9ef30766ae
99fcd61b100 : Added tag jdk7u25-b16 for changeset 19c0fc1d9ce1
36d31e34fb8 : Added tag jdk7u25-b16 for changeset 9b8d70fe1835
3055f19661f : Added tag jdk7u40-b29 for changeset af336cd57000
42a03623ae0 : Added tag jdk7u40-b29 for changeset 1389699bbff8
f9f66a3bbe1 : Added tag jdk7u40-b29 for changeset cac4ccf5ac6b
9197d19dab3 : Added tag jdk7u40-b29 for changeset efd95262cd83
dd85dec1391 : Added tag jdk7u40-b29 for changeset e1bc0a42ae3a
3c5a1cea46a : Added tag jdk7u40-b29 for changeset eb25781b82c9
756083081ff : Added tag jdk7u40-b29 for changeset a86a8c88669f
0be06276403 : 8015731: Subject java.security.auth.subject to improvements
c7d65c42078 : 8013739: Better LDAP resource management
1e0ca48079a : 8015274: TEST_BUG: Step2: After selecting 'View Warning Log', it is empty instead of FileNotFound 8015276: TEST_BUG: The 'ptool.test' can't be saved in the 'tmp' folder 8016158: Instruction is not clear on how to use keytool to create JKS store in case
77e684366c4 : 8014310: JAAS/Krb5LoginModule using des encytypes failure with NPE after JDK-8012679
270dabb0b18 : 8013651: NMT: reserve/release sequence id's in incorrect order due to race
5a6e3cdfded : 8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895
e19945c794b : 8010325: Remove hash32() method and hash32 int field from java.lang.String
86bb799080d : 8016065: Write regression test for 7167142
3d767bca1bf : 8011893: JS Object builtin prototype is not thread safe
0f3e8001ded : 8011893: JS Object builtin prototype is not thread safe
2aa8ffc64ff : 8016453: loadWithNewGlobal does not allow apply operation
11462f8b0ea : 8016453: loadWithNewGlobal does not allow apply operation
44a563fb458 : 8016170: GC id variable in gcTrace.cpp should use typedef GCId
55c80a79543 : 8013021: Rebase 8005432 & 8003542 against the latest jdk8/jaxws 8003542: Improve processing of MTOM attachments 8005432: Update access to JAX-WS
2eab1610b07 : 8015683: object_count_after_gc should have the same timestamp for all events
f9c8b8769ab : 8016170: GC id variable in gcTrace.cpp should use typedef GCId
c4963d6500a : 8015683: object_count_after_gc should have the same timestamp for all events
861f05be2fe : 8015454: java/awt/Focus/TypeAhead/TestFocusFreeze.java hangs with jdk8 since b56
9a67229e2fe : 8016131: nsk/sysdict/vm/stress/chain tests crash the VM in 'entry_frame_is_first()'
1859ec25568 : 6671508: JNI GetPrimitiveArrayCritical should not be callable on object arrays
a47de580e71 : 8015759: hotspot changes needed to compile with Visual Studio 2012
2d5af88356d : 8019324: assert(_f2 == 0 || _f2 == f2) failed: illegal field change
221308625da : 7162400: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand
9ff3405151e : 8012241: NMT huge memory footprint, it usually leads to OOME
c716fa083cd : 7143807: ResourceMark nesting problem in stringStream
347ad370e8b : 8016131: nsk/sysdict/vm/stress/chain tests crash the VM in 'entry_frame_is_first()'
d233c115569 : 8016369: java/lang/instrument/RetransformBigClass.sh failing again
2977c8fca37 : 8016444: Duplicate zombie check in safe_for_sender
8ce6e0db3dd : 7060111: race condition in VMError::report_and_die()
17ebe26fa04 : 7007040: Check of capacity paramenters in JNI_PushLocalFrame is wrong
8d048d554de : 8016075: Win32 crash with CDS enabled and small heap size
08377de5aba : 8010278: SA: provide mechanism for using an alternative SA debugger back-end
4f7010b9734 : 8017478: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites
fdab7e63383 : 8016370: javadoc warnings, unexpected </p> mostly
8abacd55d92 : Added tag jdk7u25-b31 for changeset 6ae9c5f5bc68
02846792b4e : Added tag jdk7u25-b31 for changeset 20407af12e81
955467b043d : Added tag jdk7u25-b31 for changeset 00a268fa4155
704b5b7396d : Added tag jdk7u25-b31 for changeset db2a7afc26fc
eb55649217d : Added tag jdk7u25-b31 for changeset 1706d1b3c6cd
c43ca59a4a6 : Added tag jdk7u25-b31 for changeset cd9dda001de0
e7e5832ef9d : Added tag jdk7u25-b31 for changeset c89d5cac3032
0df3d2fa1a5 : 8016213: Convert j2se NetBeans project to use top-level make targets
7d4d2b7c6d2 : 8016153: Property http://javax.xml.XMLConstants/property/accessExternalDTD is not recognized
411df5ec909 : 8009736: Comparator API cleanup
154d88d2bdf : 8019359: To comment why not use no_renegotiation to reject client initiated renegotiation
0e32f67d959 : 8019357: Fix doclint warnings in java.lang.invoke
eb278c1a275 : 6609431: (rb) ResourceBundle.getString() returns incorrect value
ff500d62010 : 8019320: Fix doclint issues in javax.script
c421a2d9b74 : 8019224: add exception chaining to RMI CGIHandler
a8bb269e470 : 8019315: Fix doclint issues in java.util.logging
f693157806b : 8017471: Fix JDBC -Xdoclint public errors
50e05b177d7 : 8019304: Fix doclint issues in java.util.prefs
c9e713d562b : 8019228: Fix doclint issues in java.util.zip
5837f1387b4 : 8019223: Fix doclint warnings in java.rmi.server
4d367e8fbbb : 7018139: Fix HTML accessibility and doclint issues in java.math
6dfb6853401 : 8017322: java/util/Currency/PropertiesTest.sh should run exclusively
9151d673653 : 8016761: Lambda metafactory - incorrect type conversion of constructor method handle
b3e5539d060 : 8012647: Add Arrays.parallelPrefix (prefix sum, scan, cumulative sum)
d22a89a1aea : 8017049: rename property jdk.tls.rejectClientInitializedRenego
345f3a94c5f : 8013836: getFirstDayOfWeek reports wrong day for pt-BR locale
d30f173a22d : 8017326: Cleanup of the javadoc <code> tag in java.security.spec
1b06c50919f : 8017325: Cleanup of the javadoc <code> tag in java.security.cert
32b2aa91836 : 8014233: java.lang.Thread should have @Contended on TLR fields
b158c095ac8 : 8016051: Possible ClassCastException in KdcComm
5a0793018c8 : 4641897: Faster string conversion of large integers
980d06ca5fc : 8017570: jfr.jar should not be in compact3 (for now)
e751cc77ad5 : 8017550: Fix doclint issues in java.lang and subpackages
9c0605b8e62 : 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
650898839b0 : 8017468: typo in javadoc: " ResourceBunlde "
fbf2d367714 : 8017477: Remove TimeZone.DisplayNames, no longer used
cb9be510855 : 8017453: ReplayCache tests fail on multiple platforms
14ddb9177d5 : 7157360: HttpURLConnection: HTTP method DELETE doesn't support output
a294d4b6a4b : 8017271: Crash may occur in java.net.DualStackPlainSocketImpl::initIDs due to unchecked values returned from JNI functions
feace4506da : 6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect
90aebf1cf93 : 7131192: BigInteger.doubleValue() is depressingly slow
f52ad64ccc0 : 7192954: Fix Float.parseFloat to round correctly and preserve monotonicity 4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0 7039391: Use Math.ulp in FloatingDecimal
af996219c70 : 8001326: Improve Kerberos caching
a7f93a54800 : 8014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx)
219121826ed : 8014959: assert(Compile::current()->live_nodes() < (uint)MaxNodeLimit) failed: Live Node limit exceeded limit
02d09e934a0 : Added tag jdk7u25-b30 for changeset 98da209d6724
451af793fde : Added tag jdk7u25-b30 for changeset 2cb91a566655
8ff2dc4899b : Added tag jdk7u25-b30 for changeset 989448618ccb
5483c0784f6 : Added tag jdk7u25-b30 for changeset 04c7f40688b4
52da32b49bc : Added tag jdk7u25-b30 for changeset 6032149fbf08
89e1fb6fa22 : Added tag jdk7u25-b30 for changeset 1f4a7d21baac
2ea5ec54191 : 8015960: java/util/Locale/LocaleProviders.java failing again on Windows
f2a70d73109 : 8003268: SharedRuntime::generate_native_wrapper doesn't save all registers across runtime tracing calls for JNI critical native methods
e6443fcec85 : 8015379: PropertyMap.addProperty() is slow
526f21a95ed : 8015379: PropertyMap.addProperty() is slow
3352552f34a : 8009984: [parfait] Buffer overrun at jdk/src/macosx/native/com/apple/laf/AquaFileView.m
857a99a9e72 : 8015336: BasicComboBoxEditor throws NullPointerException
d3187c76c86 : 8010785: JDK 8 build on Linux fails with new build mechanism
fcb2ec8d6f0 : 8010785: JDK 8 build on Linux fails with new build mechanism
c6a5dcd8bfa : 8008707: build-infra: Closed (deploy) can't be built using environment from SDK SetEnv.cmd
fadbd214699 : 8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable)
096a439d068 : 7059085: Retire Thread.stop(Throwable) so that it throws UOE
1df3335d0d2 : 7184908: TEST_BUG: [macosx] closed/com/sun/java/swing/plaf/gtk/4928019/bug4928019.java fails
1963dde59aa : 8012569: TEST_BUG: java/awt/GraphicsDevice/CheckDisplayModes.java fails
ee671075919 : 8015895: Int/LongStream.range/rangeClosed 8012986: Right-bias range spliterators for large ranges
3596018eb7e : 8007907: javap, method com.sun.tools.javap.Main.run returns 0 even in case of class not found error
4836bfbcf1f : 8008547: javac, warning message: use of ''_'' as an identifier might not be supported in future releases, should be more especific
bdb8adea298 : 8015357: a = []; a[0x7fffffff]=1; a.sort()[0] should evaluate to 1 instead of undefined
83aedc7fdd6 : 8015357: a = []; a[0x7fffffff]=1; a.sort()[0] should evaluate to 1 instead of undefined
b914f8d6be4 : 8016153: Property http://javax.xml.XMLConstants/property/accessExternalDTD is not recognized
41f703dac21 : 8013827: File.createTempFile hangs with temp file starting with 'com1.4' 8011950: java.io.File.createTempFile enters infinite loop when passed invalid data
30764faede9 : 7158805: Better rewriting of nested subroutine calls
bb95f4df6b9 : 8001330: Improve on checking order 8011896: Add check for invalid offset for new AccessControlContext isAuthorized field
e8efa342063 : 8016218: Warnings building corba repo due to missing hashCode methods
80407ef47d2 : 8013576: Add stat support to LambdaToMethod
87505d60f6b : 8013917: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites
08f43d43790 : 8016105: Add complementary RETURN_NULL allocation macros in allocation.hpp
f0d506b4b5e : 6493116: JVMTI Doc: GetOwnedMonitorStackDepthInfo has a typo in monitor_info_ptr parameter description
be6e7457559 : 7178026: os::close can restart ::close but that is not a restartable syscall
737454c7445 : 8011968: Kitchensink crashed with SIGSEGV in MemBaseline::baseline
53448fdbed3 : 8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux
e1219b994da : 8015324: Create tests for CDS feature
e72f763439f : 8016065: Write regression test for 7167142
72a51a0c44e : 8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint
5ff8d35786d : 8013917: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites
053ba4e20d1 : 8016239: loadWithNewGlobal should support user supplied arguments from the caller
be9816a81e3 : 8016239: loadWithNewGlobal should support user supplied arguments from the caller
7258bbbfde0 : 7113519: test/tools/javac/VersionOpt.java passes on windows
3039fb09eb4 : 7105030: [TEST_BUG] [macosx] The tests never finishes
451a0034a1a : 8016217: More javadoc warnings
1b1f02c19ef : 8016226: backing out test without third party license approval
2d2e7fe029c : 8016226: backing out test without third party license approval
6a2a3f6704b : 8015892: canBeUndefined too conservative for some use before declaration cases
ce8819512fb : 8015892: canBeUndefined too conservative for some use before declaration cases
cde3ef7ba09 : 8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator
350636532e1 : 8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream
37d4e6871bf : 8015492: Remove DoubleStream.range methods
be7ed4cfc7f : 8005008: Add Java Flight Recorder Phase II
718f3252f64 : 8005849: JEP 167: Event-Based JVM Tracing
4cc3613b7f5 : 8016209: TEST_BUG: non-compliant jmc in the bin directory hangs testing
20641e00abd : 7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted
5b2339a7a28 : 8008407: remove SPARC V8 support
3f6b61d75e2 : 8015997: Additional improvement in Javadoc framing
a476a195ac9 : 8016193: Fix OAC issue in langtools docs
de1f485bd66 : 8015728: (zipfs) demo/zipfs/basic.sh failing
ef953f52e08 : 8016101: Fix typo in SerialRef and missing @param in SerialStruct
71532784279 : 7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER
75e22e5c54e : 8013810: PrintServiceLookup.lookupPrintServices() does not return consistent result
57e244f957a : 8015016: Improve JAXP 1.5 error message
1ddf2378dbb : 7122222: GC log is limited to 2G for 32-bit
6b2c468c35e : 8016078: new hotspot build - hs25-b37
8030137fd52 : Added tag hs25-b36 for changeset 0403dabe9186
ce78a8a9324 : 8012291: NativeArray is inconsistent in using long for length and index in some places and int for the same in other places
2bc5557936d : 8012291: NativeArray is inconsistent in using long for length and index in some places and int for the same in other places
690abe1b20b : 8015437: SPARC cbcond branch offset out of 10-bit range
34dc5002fd9 : 6830714: cmm test failures with OpenJDK
b5131a87e3c : 7064270: java/text/Format/DateFormat/WeekDateTest.java fails on OEL5.6 hi_IN.UTF-8
f1d2e9ae5a7 : 7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces
77a90a952c2 : Added tag jdk8-b93 for changeset b71467e97bcf
f80e242127a : Added tag jdk8-b93 for changeset 0fc814e0feae
5b5c7e541c4 : 8016117: New sun.misc.FDBigInteger class as part of 7032154
e89bdfbdc33 : 8015016: Improve JAXP 1.5 error message
35584bae5d8 : 8016063: getFinalAttributes should use FindClose
45c882ac0a6 : 8013434: Xalan and Xerces internal ObjectFactory need rework
c8597a018dc : Added tag jdk7u25-b15 for changeset d0855ddfbceb
c994159504a : Added tag jdk7u25-b15 for changeset ad2110baa8dc
4c96534e256 : Added tag jdk7u25-b15 for changeset f9b5dfb3b724
d3eda464ed4 : Added tag jdk7u25-b15 for changeset 02ab0dda5689
3d907965f01 : Added tag jdk7u25-b15 for changeset 9d57e97ebb6d
d07a7f47e80 : Added tag jdk7u25-b15 for changeset 757705d317ba
6e3f0b329fe : Added tag hs24-b48 for changeset 67ee4dd4edf1
c62345cbe06 : 7186737: Unable to allocate bit maps or card tables for parallel gc for the requested heap
a15468655ea : 8016077: new hotspot build - hs24-b49
e142a2e82d0 : Added tag jdk8-b93 for changeset 1697301ac053
5de9fe6192f : Added tag jdk8-b93 for changeset 9bf66362d942
5df715fef2c : Added tag jdk8-b93 for changeset a233c04832cf
a273490f39e : Added tag jdk8-b93 for changeset 3ea33579af2b
7c89126c981 : Added tag jdk8-b93 for changeset 2b7343cbcbbf
45fa6739924 : Added tag jdk8-b93 for changeset 3898a926fa12
f6fce94513d : Added tag jdk8-b93 for changeset 2567cad1138a
53ae44836c6 : 8009579: Xpathexception does not honor initcause()
aa61dce719b : 8014246: remove assert to catch access to object headers in index_oop_from_field_offset_long
c2900ab304c : 8015346: JSON parsing issues with escaped strings, octal, decimal numbers
769aac6d4a0 : 8015346: JSON parsing issues with escaped strings, octal, decimal numbers
459b2cba93d : 8015648: Duplicate variable in lambda causes javac crash
abaf1a5c511 : 8015432: javac crashes with stack overflow when method called recursively from nested generic call
07baf8072a4 : 8008627: Compiler mishandles three-way return-type-substitutability
4cb585609d4 : 7139681: Enhanced for loop: local variable scope inconsistent with JLS
884ad14bdfc : 6360970: javac erroneously accept ambiguous field reference
269ea64b67b : 8015853: java.lang.ArrayIndexOutOfBoundsException when running SwingSet2 demo
1a56f32a4a3 : 7109977: [macosx] MixingInHwPanel.java test fails on Mac trying to click in the reserved corner
a20d06c4c1b : 8015976: OpenJDK part of bug JDK-8015812 [TEST_BUG] Tests have conflicting test descriptions
539f7d1cdbc : 8009302: Mac OS X: JVM crash on infinite recursion on Appkit Thread
c58691dc6fe : 8015701: MethodParameters are not filled in for synthetic captured local variables
8e6c2bb1b0c : 8013430: REGRESSION: closed/java/awt/color/ICC_Profile/LoadProfileTest/LoadProfileTest.java fails with java.io.StreamCorruptedException: invalid type code: EE since 8b87
a1fe63768f7 : 7032154: Performance tuning of sun.misc.FloatingDecimal/FormattedFloatingDecimal
9e29e5f3f0b : 8009579: Xpathexception does not honor initcause()
47556dfb0d4 : 8016019: Remove setProtectionDomain0 and JVM_SetProtectionDomain in JDK
a3d61f5a755 : 8000450: Restrict access to com/sun/corba/se/impl package
ddabf9f30a0 : 8015470: Remove redundant calls of toString() on String objects
8f39fa951a4 : Added tag jdk7u40-b28 for changeset c477c58d96ec
1628fc5e3be : Added tag jdk7u40-b28 for changeset a42c7c7de7b6
2d662ea5ea0 : Added tag jdk7u40-b28 for changeset 93dfee47704e
a0dcca7e9b0 : Added tag jdk7u40-b28 for changeset d20e7f2d00fe
0e8f9d0a6b4 : Added tag jdk7u40-b28 for changeset 1c7807d945ac
79ca5edc035 : Added tag jdk7u40-b28 for changeset 76b3d17b18d1
18e73a66ab0 : Added tag jdk7u40-b28 for changeset 83bf2da53749
135a4647614 : 8015522: CharSequence.codePoints can be faster
83d9be97c99 : 6983966: remove lzma and upx from repository JDK8
91f5800bbb3 : 6983966: remove lzma and upx from repository JDK8
3c1474dded0 : 8015998: Additional improvement in Javadoc framing
2fad2249a2f : 8009302: Mac OS X: JVM crash on infinite recursion on Appkit Thread
5b98f8a331b : 8015910: Nashorn JavaFX includes are out of sync with JavaFX repo
6b7b9e67e20 : 8015910: Nashorn JavaFX includes are out of sync with JavaFX repo
f405277c725 : 7150256: Add back Diagnostic Command JMX API
317fbcc0e8c : 8015963: Add at since tags to new ConcurrentHashMap methods
8b35e25262b : 8011719: Properties.loadFromXML fails with a chunked HTTP connection
ee8568fe00e : 8015604: JDP packets containing ideographic characters are broken
332b758ab0d : 8013370: Null pointer exception when adding more than 9 accelators to a JMenuBar
ff6cb043ba2 : 8015339: Correct a wording in javadoc of java.awt.ContainerOrderFocusTraversalPolicy
dc36d6930b5 : 8015911: $EXEC does not handle large outputs
a0707f358d6 : 8015911: $EXEC does not handle large outputs
63c141c5125 : 7186887: Test T6567415.java can fail on a slow machine
69dcf8a54e4 : 8015425: [macosx] A follow-up for the fix 8010721
c3d380202b9 : 8015880: GenerateBreakIteratorData build warning
40901eeec22 : 8015350: Array.prototype.reduceRight issue with large length and index
008916124b4 : 8015350: Array.prototype.reduceRight issue with large length and index
d7c42983fb7 : 8015375: Edits to text components hang for clipboard access
057821805b9 : 8015961: Several small code-gardening fixes
03ee3a979c1 : 8015961: Several small code-gardening fixes
f6b8b82217b : 8015955: ObjectNode.elements should be stronger typed
c5540744e79 : 8015955: ObjectNode.elements should be stronger typed
18b6e1531d9 : 8015972: Refactor the sending of the object count after GC event
25165cb8153 : 8016187: assert(nbits == 32 || (-(1 << nbits-1) <= x && x < ( 1 << nbits-1))) failed: value out of range
c67146c416e : 8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint
74f190f320c : 8015972: Refactor the sending of the object count after GC event
b741beb138c : 8015945: loadWithNewGlobal return value has to be properly wrapped
1e63ac571c9 : 8015945: loadWithNewGlobal return value has to be properly wrapped
9fbd8582b46 : 8015252: Enable HotSpot build with Clang
f3fb3c4777c : 8010257: remove unused thread-local variables _ScratchA and _ScratchB
bdfb93ee25e : 8004643: Reduce javac space overhead introduced with compiler support for repeating annotations
50cbe913caa : 8015644: makefile changes to allow integration of new features
a28a9d65513 : 8010724: [parfait] Null pointer dereference in hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
b560445ae09 : Added tag jdk7u25-b14 for changeset 584159c827a9
50f3c5e1831 : Added tag jdk7u25-b14 for changeset 07ed1aa65d58
bcce2ea62b3 : Added tag jdk7u25-b14 for changeset 2bad72876ea6
872b73e493c : Added tag jdk7u25-b14 for changeset 7f55237e2878
b11830d0e9a : Added tag jdk7u25-b14 for changeset 145119bb3052
a8400ea7aed : Added tag jdk7u25-b14 for changeset f0260dbd7eb8
c3d6abc4e11 : 8015244: G1: Verification after a full GC is incorrectly placed
6886336fa6f : 8015830: Javascript mapping of ScriptEngine bindings does not expose keys
7ee2adb4d72 : 8015830: Javascript mapping of ScriptEngine bindings does not expose keys
53ba53a9419 : 8015630: Remove default restriction settings of jaxp 1.5 properties in JDK8
aeb1c4b67e4 : 7165659: javac incorrectly sets strictfp access flag on inner-classes
61897695580 : 8015855: test/script/basic/JDK-8012164.js fails on Windows
5817f439abc : 8015855: test/script/basic/JDK-8012164.js fails on Windows
5d6029baacd : 8015505: Spurious inference error when return type of generic method requires unchecked conversion to target
1c6a680e668 : 8008160: Five lambda TargetType tests have @ignore
f0112464e0d : 7116676: RichDiagnosticFormatter throws NPE when formatMessage is called directly
22dc46d3cdc : 8015510: (s) Improve JTReg location detection and provide location to test/Makefile
0a8d4b90f52 : 8015784: Add configure parameter --with-update-version
e609456b0e7 : 8015803: Test8015436.java fails 'can not access a member of class Test8015436 with modifiers "public static"'
a282ed39238 : 8007687: javadoc -X does not include -Xdoclint
a850ba134de : 8006615: [doclint] move remaining messages into resource bundle
c594d824a49 : 8013405: DocLint should support <LI value="value">
07ed2c141fa : 6976350: G1: deal with fragmentation while copying objects during GC
6d485348e1a : 8014052: JSR292: assert(end_offset == next_offset) failed: matched ending
9906e2767b5 : 8005956: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
6919ab2e722 : 8007028: java/util/NavigableMap/LockStep hit assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr
f4682b75e5b : 8005956: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
9fad4d9a7dd : 8015814: loadWithNewGlobal needs to wrap createGlobal in AccessController.doPrivileged
fcf3353ddf8 : 8015814: loadWithNewGlobal needs to wrap createGlobal in AccessController.doPrivileged
169904a3ead : 8015796: Race condition in RuntimeCallsites
b73369b1fe5 : 8015796: Race condition in RuntimeCallsites
02a27e28249 : 8015385: Remove RelaxAccessControlCheck for JDK 8 bytecodes
fb8bd30b8e6 : 6337518: Null Arrow Button Throws Exception in BasicComboBoxUI
8c13d6cecfb : 8015500: Prevent sending multiple WINDOW_CLOSED events for already disposed windows
f788b6d3f64 : 8015741: Need a global.load function that starts with a new global scope
b7ee1a873e5 : 8015741: Need a global.load function that starts with a new global scope
40faec4d9d5 : 8015345: Function("}),print('test'),({") should throw SyntaxError
49c5af63c9e : 8015345: Function("}),print('test'),({") should throw SyntaxError
8db7e02270c : 7151823: The test incorrectly recognizing OS
287d8fbb6e1 : 8013900: More warnings compiling jaxp
d6efb99686b : 8013329: File leak in hotspot/src/share/vm/compiler/compileBroker.cpp
05a410aadae : 8015477: Support single threaded AWT/FX mode
def8d0dca23 : 7179353: try-with-resources fails to compile with generic exception parameters
7ab75872278 : 6695379: Copy method annotations and parameter annotations to synthetic bridge methods
0ace868fe4f : 8010737: javac, known parameter's names should be copied to automatically generated constructors for inner classes
bc01a9e9919 : Added tag hs24-b47 for changeset ad81639c4de2
ee39c24a1be : 8015441: runThese crashed with assert(opcode == Op_ConP || opcode == Op_ThreadLocal || opcode == Op_CastX2P ..) failed: sanity
5915421eb0b : 8016331: Minor issues in event tracing metadata
886af31ed35 : 8013791: G1: G1CollectorPolicy::initialize_flags() may set min_alignment > max_alignment
710cb993d3d : 8017510: Add a regression test for 8005956
dbeebe743ba : 8017478: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites
fd7ee907f24 : 8013546: compiler/8011901/Test8011901.java fails with CompilationError: Compilation failed
7a7099763cb : 8016740: assert in GC_locker from PSOldGen::expand with -XX:+PrintGCDetails and Verbose
4f56f79781e : 8015237: Parallelize string table scanning during strong root processing
13daf7daf79 : 8001345: VM crashes with assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
3b3afa96371 : 8016734: Remove extra code due to duplicated push
28f21536b42 : 8017252: new hotspot build - hs24-b51
15bb514ff09 : 8016157: During CTW: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
6a7e90e3620 : 6726963: multi_allocate() call does not CHECK_NULL and causes crash in fastdebug bits
f488447accd : 8015690: new hotspot build - hs25-b36
43fb923d1b6 : Added tag hs25-b35 for changeset 02ffee063e24
2cbcc2b315d : 8015556: [macosx] surrogate pairs do not render properly
d223732b781 : 8015727: Thread safe print function
4cfdae2e46d : 8015727: Thread safe print function
a754c039bee : 6436314: Vector could be created with appropriate size in DefaultComboBoxModel
cbf2e399c75 : 6725714: par compact - add a table to speed up bitmap searches
9c64c6f45b8 : 7068740: If you wrap a JTable in a JLayer you can't use the page up and page down cmds
ccc2c23a3e3 : 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently
0ce83122300 : 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently
d834509ee44 : 8013557: XMLEncoder in 1.7 can't encode objects initialized in no argument constructor
70f22c649b8 : 8022880: False sharing between PSPromotionManager instances
0e6bee19f8a : 8012164: Error.stack needs trimming
a48b38238f8 : 8012164: Error.stack needs trimming
14c2e566433 : 8014003: New build does not handle symlinks in workspace path
9fcacb29a50 : 7195481: FDS: debuginfo file for libjdwp.so is missed
391e1eadefe : 8015589: Test java/awt/Window/Grab/GrabTest.java fails on MacOSX
6d51346158d : 8014709: Constructor.getAnnotatedReturnType() returns empty AnnotatedType
98f4957bb88 : 8015673: Type for :e symbol is wrong
c6404425ec6 : 8015673: Type for :e symbol is wrong
6a5ab80e210 : 8015674: CodeGenerator.initSymbols mutates a list
102a06fdef3 : 8015674: CodeGenerator.initSymbols mutates a list
11b6e8b779f : 8015684: FieldObjectCreator.putField ignores getValueType
9617ee41ca5 : 8015684: FieldObjectCreator.putField ignores getValueType
0bb0fe7a76c : 8015693: reduce NodeLiteralNode to NullLiteralNode
8bcbbe70deb : 8015693: reduce NodeLiteralNode to NullLiteralNode
3c4b82e2bbe : 8015606: Text is not rendered correctly if destination buffer is custom
912472fd718 : 8013189: JMenuItems draw behind TextArea
06d1d22eb56 : 7179353: try-with-resources fails to compile with generic exception parameters
f2224939ec1 : 8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining()
049fc8b7b08 : 8003895: java/nio/channels/AsynchronousChannelGroup/Unbounded.java failing again [win64]
c0c2397857d : 8014097: add doPrivileged methods with limited privilege scope
6ffe8293b92 : 8005704: Update ConcurrentHashMap to v8
a30cf6a6cca : 8013903: Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows
dafa7774134 : 8014855: TEST_BUG: java/nio/file/Files/StreamTest.java fails when sym links not supported
98809eb73fb : 8015872: ProblemList.txt updates (6/2013)
bf60c3fe297 : 8014723: sun/misc/URLClassPath/ClassnameCharTest.java failing
06985bbc35d : 8015790: Remove duplicate spliterator tests
53a90d216f8 : 8005698: Handle Frequent HashMap Collisions with Balanced Trees
84523604115 : 8015856: Remove java/lang/instrument/IsModifiableClassAgent.java from ProblemList.txt
310769ebc8b : 8015813: add test/tools/pack200/TimeStamp.java to ProblemsList
a6acf483b7a : 8014966: Add the proper Javadoc to @Contended
138c0ccabdd : 8014383: StringJoiner example in class description not in sync with streams API
a455b8ab9d2 : 8014834: shell tests don't begin with #!/bin/sh
4b74b9fdcc6 : 6526682: JConsole shows negative CPU Usage
fdd231289a5 : 8014731: j.u.stream.StreamSupport class has default constructor generated
c58c1508674 : 8015008: Primitive iterator over empty sequence, null consumer: forEachRemaining methods do not throw NPE
a246da16d1c : 8015436: compiler/ciReplay/TestSA.sh fails with assert() index is out of bounds
961fa7a16b3 : Added tag jdk8-b92 for changeset 6fa92b678666
403f5cc7b32 : Added tag jdk8-b92 for changeset 3ed2867af3bf
f49bd7d3b8e : Added tag jdk8-b92 for changeset fe7926936461
058f6ed2569 : Added tag jdk8-b92 for changeset 874119ae66c4
d30d85e9391 : Added tag jdk8-b92 for changeset 3e02d3c20e99
a979b3188ff : Added tag jdk8-b92 for changeset d2f0e76ff056
e9072745064 : Added tag jdk8-b92 for changeset b34bf6985a14
5eaf3d4ac5f : Added tag jdk8-b92 for changeset 8ada1018118c
7fe48f8a201 : Added tag jdk8-b92 for changeset b51d66ab6ffd
2ab206de9e0 : 8011693: Remove redundant fontconfig files
833d23804d1 : 8013773: requestFocusInWindow to a disabled component prevents window of getting focused
e460380426d : 8013424: Regression: java.awt.datatransfer.FlavorListeners not notified on Linux/Java 7
36b5e14b310 : 8015303: [macosx] Application launched via custom URL Scheme does not receive URL
088d541d8b3 : 8015353: Date.parse illegal string parsing issues
91a299799ef : 8015353: Date.parse illegal string parsing issues
a4156cbc526 : 8013416: Java Bean Persistence with XMLEncoder
3ab0a842734 : 8014469: (tz) Support tzdata2013c 8015570: Use long comparison in Rule.getRules()
dd5dcda9077 : 8015641: genstubs needs to cope with static interface methods
142c71a815d : Added tag jdk7u40-b27 for changeset 39fb949cffc2
9cf65e5de85 : Added tag jdk7u40-b27 for changeset bdc378639fc0
56b426f5f89 : Added tag jdk7u40-b27 for changeset e7cfd0034877
a5ae2b30c46 : Added tag jdk7u40-b27 for changeset 6277fd44adbe
bb635185957 : Added tag jdk7u40-b27 for changeset 73de2137f2b8
eb8bb53277c : Added tag jdk7u40-b27 for changeset 51cae4ae21f9
d62cb6c109d : Added tag jdk7u40-b27 for changeset 13f6560eaec0
48cfa4cb5a4 : 8015636: Add more typed arrays code coverage tests
a3f6ca8aed3 : 8015636: Add more typed arrays code coverage tests
f2329516775 : 7174966: With OCSP enabled on Java 7 get error 'Wrong key usage' with Comodo certificate
b08f6026b42 : 8015525: JDK8 b91 source with GPL header errors
320a9159a3e : 8015525: JDK8 b91 source with GPL header errors
d1eabf07b1b : 8015525: JDK8 b91 source with GPL header errors
1539c3330d9 : 8012381: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest
0415127a271 : 7183520: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest
c48e92a7808 : 8015349: "abc".lastIndexOf("a",-1) should evaluate to 0 and not -1
4e5a976adf1 : 8015349: "abc".lastIndexOf("a",-1) should evaluate to 0 and not -1
445a8ea0d71 : 8012586: [x11] Modal dialogs for fullscreen window may show behind its owner 8014726: TEST_BUG: java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java should be modified
d463443af29 : 8014863: Line break calculations in Java 7 are incorrect
d57a6a4cb32 : 7174966: With OCSP enabled on Java 7 get error 'Wrong key usage' with Comodo certificate
bae0158d398 : 7160084: javac fails to compile an apparently valid class/interface combination
b0c280785dd : 8011023: Math round didn't conform to ECMAScript 5 spec
14cc2ba534f : 8011023: Math round didn't conform to ECMAScript 5 spec
e4879cb3e6c : 8013489: New build system does not run codesign on SA-related launchers on OS X
4f1888c9fc5 : 8013489: New build system does not run codesign on SA-related launchers on OS X
9a455252720 : 8013920: Configure sets JOBS to 0 if memory is too low
f9f6fa778f1 : 8005979: A lot of tests are named "runTest" in reports
993430afb0c : 8005979: A lot of tests are named "runTest" in reports
33f5aae0ffb : 7053059: VerifyError with double Assignment using a Generic Member of a Superclass
fc0eb589444 : 8014928: (fs) Files.readAllBytes() copies content to new array when content completely read
5b011a90204 : 8009911: [macosx] SWT app freeze when going full screen using Java 7 on Mac
762cff81b73 : 8015440: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails with RuntimeException
ebea2d81683 : 8009258: TEST_BUG:java/io/pathNames/GeneralWin32.java fails intermittently
cb9ce0a95c2 : 8010815: some constructors issues in com.sun.jndi.toolkit
9dc36eb9234 : 8014912: Restore PrintSharedSpaces functionality after NPG
442c815128e : 6251788: (rb) PropertyResourceBundle doesn't document exceptions
ee0d343130f : 8014762: Add JMC configure option mapping to Jprt.gmk
6b2527c45c9 : 8001750: CharsetDecoder.replacement should not be changeable except via replaceWith method
18f63771346 : Added tag jdk7u21-b50 for changeset 624eef6aa5f5
9fd5a3ff494 : Added tag jdk7u21-b50 for changeset 0cb7076f6401
ade840a777a : Added tag jdk7u21-b50 for changeset 1aaae63004cd
a643cc96360 : Added tag jdk7u21-b50 for changeset bc8e1b39cf5c
216c9ef319b : Added tag jdk7u21-b50 for changeset 1af64f98cfd4
be091b9db90 : Added tag jdk7u21-b50 for changeset 5b48e4e8c2c7
bbae50582f8 : 8012333: javac, ClassFile should have a read(Path) method
0793ab7e650 : 8015493: runtime/contended/OopMaps.java fails with OutOfMemory
87a429a457c : 7038105: File.isHidden() should return true for pagefile.sys and hiberfil.sys
8d4061812f5 : 8011064: Some tests have failed with SIGSEGV on arm-hflt on build b82
b0dcc34e060 : 8013461: There is a symbol AsyncGetCallTrace in libjvm.symbols that does not exist in minimal/libjvm.a when DEBUG_LEVEL == release
4bfd2d2b398 : 8014420: Default JDP address does not match the one assigned by IANA
afee04d0fb6 : 8005472: com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.sh failed on windows
7f2a2f1460e : 8015329: Print reason for failed MiniDumpWriteDump() call
c5e39e9e2b2 : 7039616: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java should be updated
e58031cebae : 6970173: Debug pointer at bad position
f5341377ec3 : 8015459: Octane test run fails on Turkish locale
d2583c85157 : 8015459: Octane test run fails on Turkish locale
abdbb79b150 : 8000422: [macosx] Views keep scrolling back to the drag position after DnD
54964edefa5 : 8013895: G1: G1SummarizeRSetStats output on Linux needs improvemen
c39235c3779 : 8015486: PSScavenge::is_obj_in_young is unnecessarily slow with UseCompressedOops
de314e391b4 : 6725714: par compact - add a table to speed up bitmap searches
e0285412811 : 8007129: build-infra Add configure --with-jtreg option for location of JTREG
23431500a04 : 8012566: Replace find, rm, printf and similar with their proper variables
375e12feb95 : 8015270: @Contended: fix multiple issues in the layout code
625394bc367 : 8014726: TEST_BUG: java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java should be modified
cbb053f7fb1 : 8015447: Octane harness fixes for rhino and entire test runs: ant octane, ant octane-v8, ant octane-rhino
d1cfaae2c63 : 8015447: Octane harness fixes for rhino and entire test runs: ant octane, ant octane-v8, ant octane-rhino
d13ac3d3d52 : 8015352: "i".toUpperCase() => currently returns "İ", but should be "I" (with Turkish locale)
bca9af88dac : 8015352: "i".toUpperCase() => currently returns "İ", but should be "I" (with Turkish locale)
30482b86cf8 : 6470730: Disconnect button leads to wrong popup message
1a031142e56 : 8015439: Minor/sync/cleanup of ConcurrentHashMap
fb25dcbb050 : 7030476: Fix conflicting use of JCTree/JCExpression
6a392f4027b : 8014219: Make the run-octane harness more deterministic by not measuring elapsed time every iteration. Also got rid of most of the run logic in base.js and call benchmarks directly for the same purpose
a34fd412c52 : 8014219: Make the run-octane harness more deterministic by not measuring elapsed time every iteration. Also got rid of most of the run logic in base.js and call benchmarks directly for the same purpose
c13149ab8d8 : 8015422: Large performance hit when the StringTable is walked twice in Parallel Scavenge
8b7d3c5d3b5 : 8015428: Remove unused CDS support from StringTable
2ccd92e927b : 8015268: NPG: 2.5% regression in young GC times on CRM Sales Opty
11468d556f0 : 8015348: RegExp("[") results in StackOverflowError
6e76fe0cf24 : 8015348: RegExp("[") results in StackOverflowError
af284660df6 : 8010721: [macosx] In JDK7 the menu bar disappears when a Dialog is shown
c6e58fdb1d1 : 7038914: VM could throw uncaught OOME in ReferenceHandler thread
ef2ccefb3a5 : 8014394: (fs) WatchService failing when watching \\server\$d
fb0022c7b1d : 8013945: CMS fatal error: must own lock MemberNameTable_lock
7cb20773ad9 : 8015265: revise the fix for 8007037
485921b0162 : 8007333: [launcher] removes multiple back slashes
53196c98e88 : Added tag jdk7u25-b13 for changeset 40b0171b4375
27441598f29 : Added tag jdk7u25-b13 for changeset d67ef4ef4b3d
c3961e21725 : Added tag jdk7u25-b13 for changeset 56fb0218030a
9ba8a1fe70f : Added tag jdk7u25-b13 for changeset 3e5326a2c106
e01ac03d4be : Added tag jdk7u25-b13 for changeset fa6071802d98
c7b42bad03a : Added tag jdk7u25-b13 for changeset b5583e3e29aa
b4854e299c0 : 8014836: Have GenericDeclaration extend AnnotatedElement
a5fe44b6dba : 8015351: Nashorn shell does not start with Turkish locale
5bf7dac8d72 : 8015351: Nashorn shell does not start with Turkish locale
ddea5b012c3 : 8015305: new hotspot build - hs25-b35
e418c51f5a6 : 8008535: JDK7 Printing : CJK and Latin Text in a string overlap
e6a52ec48e6 : Added tag hs25-b34 for changeset e12c800cd4a8
7dc93ab8549 : 8013416: Java Bean Persistence with XMLEncoder
d176f2abdf9 : 8014494: javac crashes when varargs element of a method reference is inferred from the context
9d588c1a23d : 8014649: Regression: bug in Resolve.resolveOperator
372fabc4763 : 8014643: Parser regression in JDK 8 when compiling super.x
7ff57078e38 : 8013437: Test sun/awt/datatransfer/SuplementaryCharactersTransferTest.java fails to compile since 8b86
332e51a6bbb : 8015354: JSON.parse should not use [[Put]] but use [[DefineOwnProperty]] instead
f86162c90c6 : 8015354: JSON.parse should not use [[Put]] but use [[DefineOwnProperty]] instead
b5bf1571ba0 : 8011630: JSON parsing performance issue
cdf12764903 : 8011630: JSON parsing performance issue
438841bdc71 : 8014196: ktab creates a file with zero kt_vno
26280dbb9e8 : 8014420: Default JDP address does not match the one assigned by IANA
13cfab19fd9 : 8008535: JDK7 Printing : CJK and Latin Text in a string overlap
67a5cf31722 : 8007333: [launcher] removes multiple back slashes
17655edbaa7 : 8008289: DefaultButtonModel instance keeps stale listeners in html FormView
2ce53fb9331 : 6470730: Disconnect button leads to wrong popup message
a1e7d992805 : 8015275: Resolve ambiguity in OCSPChecker & CrlRevocationChecker
bad85e20ead : 8014924: JToolTip#setTipText() sometimes (very often) not repaints component
c43d7aa0dee : 8014196: ktab creates a file with zero kt_vno
b2e43ed612c : 8014288: perf regression in nashorn JDK-8008448.js test after 8008511 changes
6b0eb55bc56 : Added tag hs24-b46 for changeset 6bd6bf78a554
4e79febb749 : 8012629: java.lang.UnsatisfiedLinkError exception throw by getAllFonts() on MacOSX
ad318bc7080 : Added tag jdk8-b91 for changeset d3ac9fd23818
97932395dc0 : Added tag jdk8-b91 for changeset 7d6fffdd46a9
7fb6c93ec00 : Added tag jdk8-b91 for changeset a5e4cac27b50
061596e851c : Added tag jdk8-b91 for changeset 053ed974a2ae
a66fd7b0668 : Added tag jdk8-b91 for changeset 1b09fbc97609
5ae68c32a28 : Added tag jdk8-b91 for changeset e4e0796ef6c5
09facbd2efe : Added tag jdk8-b91 for changeset 7083a5fec809
6430d3536c0 : Added tag jdk8-b91 for changeset 63e3e07dfc0d
d8f8fedca74 : Added tag jdk8-b91 for changeset 46c3a4b9ef6d
7eb923313a2 : 8014076: Arrays parallel and serial sorting improvements
bd53fa8370d : 8009576: Test returns ClassNotFoundException
d37d4b61ca8 : 8012522: Clean up lexical contexts - split out stack based functionality in CodeGenerator and generify NodeVisitors based on their LexicalContext type to avoid casts
3111019493f : 8012522: Clean up lexical contexts - split out stack based functionality in CodeGenerator and generify NodeVisitors based on their LexicalContext type to avoid casts
9179358ff4f : 8014048: Online user guide of jconsole points incorrect link
c372c8e9075 : 8014048: Online user guide of jconsole points incorrect link
60a926134cb : 8014969: Use open man pages for non commercial builds
c8ef930865f : 8012004: JInternalFrame not being finalized after closing
6c30b714488 : 8014430: JRE crashes instead of stop compilation on full Code Cache. Internal Error (c1_Compiler.cpp:87)
7a641744bff : 8005997: [macosx] Printer Dialog opens an additional title bar
1942e52e48d : 8014924: JToolTip#setTipText() sometimes (very often) not repaints component
5d9778f14ba : 8005405: [macosx] Drag and Drop: wrong animation when dropped outside any drop target
58f21a6ba61 : 8015278: Revert accidental changes to build.xml
75c3e853b40 : 8015278: Revert accidental changes to build.xml
f83e9199891 : 8012083: Array literal constant folding issue
f9d1d0f5387 : 8012083: Array literal constant folding issue
aa8d9513f31 : 8014611: reserve_and_align() assumptions are invalid on windows
bd7bc9962a9 : 6725714: par compact - add a table to speed up bitmap searches
459ac9baaaa : 8016102: Increment build # of hs23.25 to b02 for 7u25-b31 psu
ccffa1b5867 : Added tag jdk7u25-b15 for changeset 0ed599f98539
138602bbb56 : Added tag jdk7u25-b14 for changeset 3c8c04c14b66
8e05d7538be : Added tag jdk7u21-b50 for changeset 85a77ed4aef7
e58aa27b1bb : Added tag jdk7u25-b13 for changeset 7dee0f528bf3
e2354d2c6d4 : 8014611: reserve_and_align() assumptions are invalid on windows
52a4d3c8b2f : 8015267: Allow conversion of JS arrays to Java List/Deque
dd837d94dd3 : 8015267: Allow conversion of JS arrays to Java List/Deque
6c70c24b4da : 8012086: The object count event should only send events for instances occupying more than 0.5% of the heap
7c644b0a4b9 : 8014836: Have GenericDeclaration extend AnnotatedElement
606e0261429 : 8010927: Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy
47a5d851ad9 : 8010927: Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy
4ef977fec3a : 8014814: (str) StringBuffer "null" is not appended
c9d407ad395 : 7056126: DateFormatSymbols documentation has incorrect description about DateFormat 7083668: Sample code in ListResourceBundle is still not correct
7b7fb0c21e9 : Added tag jdk7u40-b26 for changeset fab26940b469
f55b51a0526 : Added tag jdk7u40-b26 for changeset 90c82e3a9174
74101229217 : Added tag jdk7u40-b26 for changeset 0117958473c0
aadfb40da4e : Added tag jdk7u40-b26 for changeset 9d19c66643b8
0ad214cd999 : Added tag jdk7u40-b26 for changeset b6baefd127e9
6dc4dccae0a : Added tag jdk7u40-b26 for changeset 32bb7ff3fdde
a2359121f1b : Added tag jdk7u40-b26 for changeset e8abd294ed94
9cf1fd790d4 : Added tag jdk7u25-b12 for changeset e55a471a9b4b
c3080967fac : Added tag jdk7u25-b12 for changeset 3c4682b36337
a6d26750d3c : Added tag jdk7u25-b12 for changeset 779718593400
cfcf64cc2be : Added tag jdk7u25-b12 for changeset e09ecc4d9c72
dade25301cb : Added tag jdk7u25-b12 for changeset 2d932c3a1293
a3525ebb58f : Added tag jdk7u25-b12 for changeset 97a4771cde65
4b0d5dd4053 : Added tag jdk7u25-b12 for changeset 91cf35892922
59c9296f637 : 8010680: Clarify "present" and annotation ordering in javax.lang.model
6ed8c8fcea1 : 8003421: NPG: Move oops out of InstanceKlass into mirror
1e80919f4cb : 8007762: Rename a bunch of methods in size policy across collectors
eccee3e025c : 8014819: set max size for jtreg testvms
d805e540e87 : 8014811: loopTransform.cpp assert(cmp_end->in(2) == limit) failed
6b2fc08d36d : 6843375: Debuggee VM crashes performing mark-sweep-compact
9d38d72e65f : 8015304: new hotspot build - hs24-b47
ea54d8f3f0c : 8014811: loopTransform.cpp assert(cmp_end->in(2) == limit) failed
7c1db2aff08 : 8014514: Fix jvm args for sjavac
c77f6c77d47 : 8010804: Review long and integer usage conventions
aab1e4573c6 : 8010804: Review long and integer usage conventions
adcd7d1aff4 : 8014735: Typed Array, BYTES_PER_ELEMENT should be a class property
2cd9f2dde4e : 8014735: Typed Array, BYTES_PER_ELEMENT should be a class property
04312439106 : 8014737: java/lang/invoke/7196190/MHProxyTest.java fails after 8009424
64b3efd73b0 : 8010182: Thread safety of Thread get/setName()
e943be04957 : 8015087: Provide debugging information for programs
cb084456a0a : 8015087: Provide debugging information for programs
383bb9dcfdb : 8008947: ScriptEnvironment ctor should be public
41974c2e072 : 8008947: ScriptEnvironment ctor should be public
984242631fc : 8014721: TEST_BUG: java/awt/TrayIcon/DragEventSource/DragEventSource.java fails with java.lang.UnsupportedOperationException
cc85b8ed193 : 8014970: Use open man pages for non commercial builds
d4f4c29b959 : 8012312: hsdis fails to compile with binutils-2.23.2
0be2f273c7f : 8014971: Minor code cleanup of the freelist management
6c7b06db6b8 : 7197666: java -d64 -version core dumps in a box with lots of memory
a50a5688af6 : 8015007: Incorrect print format in error message for VM cannot allocate the requested heap
19da55568fd : 8014059: JSR292: Failed to reject invalid class cplmhl00201m28n
e6118e93cce : 8014891: Redundant setting of external access properties in setFeatures
d2b23f3ebb1 : 8011891: The vm/gc/heap/heap_summary_after_gc event for CMS contains old data
2d9455927d5 : 8014968: OCSP and CRL connection timeout is set to four hours by default
de93893f4e5 : 8013726: runtime/memory/ReserveMemory.java fails due to 'assert(bytes % os::vm_allocation_granularity() == 0) failed: reserve block size'
5b9726dca19 : 8012683: Remove unused, obsolete ObjectFactory classes
43a9c5b0d3a : 8011346: build-infra: While Constructing Javadoc information, JSpinner.java error: package sun.util.locale.provider does not exist
5b545ba465d : 7164114: Two jtreg tests are not run due to no file extension on the test files
55d726cd069 : 8014827: readLine should accept a prompt as an argument
9e9c04939b7 : 8014827: readLine should accept a prompt as an argument
6a02cd46e05 : 8005207: test has 2 @bug tags
11ec013b8da : 8014953: Have NativeJavaPackage throw a ClassNotFoundException when invoked
1a3b9278eb2 : 8014953: Have NativeJavaPackage throw a ClassNotFoundException when invoked
a9185efc828 : 8014508: Fix log levels in make
a24da777522 : 7060779: test/tools/javac/diags/Example.java leaves directories in tempdir
a95cb95e1f4 : 7177168: Redundant array copy in UnsharedNameTable
4a4457b2374 : 8013180: Qualified type reference with annotations in throws list crashes compiler
b33547e3470 : 8014405: G1: PerRegionTable::fl_mem_size() calculates size of the free list using wrong element sizes
e2ffa5a3154 : 8014892: More ProblemList.txt updates (5/2013)
f52a3e8fc1c : 7066063: CMS: "Conservation Principle" assert failed
8d3d35b8615 : 7066063: CMS: "Conservation Principle" assert failed
ed440d1096b : 8012683: Remove unused, obsolete ObjectFactory classes
b2539c8d619 : 8014941: make jdk7u40 the default jprt release for hs24
4ebf44cbe4a : 7074882: Locale data needs correction (Month names for Maltese language)
c7a9104bb7a : 8014862: Add fast Metasapce capacity and used per MetadataType
aa649f097f3 : 8014857: Enable ergonomic VM selection in arm/jvm.cfg
075f3e82d97 : 8005607: Recursion in J2DXErrHandler() Causes a Stack Overflow on Linux
d463e0c4ae2 : 7011777: JDK 6 parses html text with script tags within comments differently from previous releases
80041e51d1d : 8014891: Redundant setting of external access properties in setFeatures
a462587e4b9 : 8014878: Clean up class field layout code
5d5bca4ae56 : 8014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectively
34bc5ff07fc : 8014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectively
c6619c912d6 : 8004789: (zipfs) zip provider doesn't work correctly with file systems providers rather than the default
47c64fb0c37 : 7186737: Unable to allocate bit maps or card tables for parallel gc for the requested heap
9a455247a1f : 8014909: ant test compilation error with JoniTest.java
32261c12b2f : 8014909: ant test compilation error with JoniTest.java
1dedaf5bf04 : 8014718: Netbeans IDE begins to throw a lot exceptions since 7u25 b10
75ba3803734 : 8014718: Netbeans IDE begins to throw a lot exceptions since 7u25 b10
4dcde05de29 : 8013934: Garbage collection event for CMS has wrong cause for System.gc()
ae8734143b0 : 8006069: Range analysis first iteration, runtime specializations
cc79bd12371 : 8006069: Range analysis first iteration, runtime specializations
d4645c4efe8 : 8011186: [TEST_BUG] java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest.java failed on windows 8
7efa591bee5 : 8014871: Move @Contended regression tests to the same place
f9ae3b46de8 : 8014262: PrintStringTableStatistics should include more footprint info
bf33d47c4dc : 8014745: Provide a switch to allow stack walk search of resource bundle
f5bda14b93b : 6885876: add comments to javac/util/Convert.java
a4f54f441d4 : 8014823: Reprise - Smoke test fail: Windows JDK-8008554.js - access denied ("java.io.FilePermission" "//C/aurora/sandbox/nashorn~source/test/script/basic/NASHORN-99.js" "read")
e0fcb74c7e4 : 8014823: Reprise - Smoke test fail: Windows JDK-8008554.js - access denied ("java.io.FilePermission" "//C/aurora/sandbox/nashorn~source/test/script/basic/NASHORN-99.js" "read")
0ad376b3a8e : 8003444: Fix potential NULL pointer dereference
dbe27b6d39b : 8014760: new hotspot build - hs25-b34
bf0301f704a : 8014676: Java debugger may fail to run
2a9739589dd : Added tag hs25-b33 for changeset b00c73d51b8a
441dc7c79b0 : 7145527: sscanf must use a length in the format string
d6531cbf9fa : 8014783: java/net/HttpURLPermission/HttpURLPermissionTest.java leaves files open
33744fee616 : 7176220: 'Full GC' events miss date stamp information occasionally
3478d932330 : 7176220: 'Full GC' events miss date stamp information occasionally
f65caabf9cd : 7176220: 'Full GC' events miss date stamp information occasionally
0afc5ae6fc6 : 8065749: [TESTBUG]: gc/arguments/TestG1HeapRegionSize.java fails at nightly
89dca54c748 : 8062943: REDO - Parallelize clearing the next mark bitmap
4f617d05527 : 7176220: 'Full GC' events miss date stamp information occasionally
c17637a0f87 : 8014791: More ProblemList.txt updates (5/2013)
b92ca760474 : 8011891: The vm/gc/heap/heap_summary_after_gc event for CMS contains old data
2548b20c9ef : 8014477: (str) Race condition in String.contentEquals when comparing with StringBuffer
aab6997ce09 : 8012261: update policytool to support java.net.HttpURLPermission
a8783e010fa : 8011136: FileInputStream.available and skip inconsistencies
5c7bbef8853 : 8014205: Most of the Swing dialogs are blank on one win7 MUI
9cde187c6fa : 8014205: Most of the Swing dialogs are blank on one win7 MUI
fda49c17d8b : 8000936: Enable Java2D D3D pipeline on newer Intel chipsets : Intel HD and later
cfd62619068 : 4892259: GIF ImageReader does not call passComplete in IIOReadUpdateListener
f894b19d501 : 8013426: TEST_BUG: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails with "RuntimeException: The data should be available" on Linux
c2731f2b66a : 8014721: TEST_BUG: java/awt/TrayIcon/DragEventSource/DragEventSource.java fails with java.lang.UnsupportedOperationException
0f9e2457c5d : 8014277: Remove ObjectClosure as base class for BoolObjectClosure
8d94e88c931 : 8013900: More warnings compiling jaxp
98c17c258eb : 8013900: More warnings compiling jaxp
6b69d16477f : 7079254: Toolkit eventListener leaks memory
0bbf0b3dcd3 : 8014759: new hotspot build - hs24-b46
28a23ca4174 : Added tag hs24-b45 for changeset 93f315c57f37
a4a210dc699 : 4487672: (proxy) Proxy constructor should check for null argument
efe96b13434 : 8014509: @Contended: explicit default value behaves differently from the implicit value
b8276670c26 : 8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set
2fd72e202f2 : 8012939: @Contended doesn't work correctly with inheritance
1fac9cbf0e8 : Added tag jdk8-b90 for changeset 9ab32c10c705
186eb231a89 : Added tag jdk8-b90 for changeset 9757c7aa8f78
4c48c4410c4 : Added tag jdk7u40-b25 for changeset f91e714f9859
04210a7351e : Added tag jdk8-b90 for changeset c710c82509ec
211c06ba689 : Added tag jdk7u40-b25 for changeset a5fa6078ada4
04fa7c69daf : Added tag jdk8-b90 for changeset 1a8b44cae081
c8456195d9e : Added tag jdk8-b90 for changeset 11ae34f362ad
0f2005f0f64 : Added tag jdk7u40-b25 for changeset d6cfba2a3826
4cc78c737d2 : Added tag jdk7u40-b25 for changeset c461cb5c657b
9ffa2923776 : Added tag jdk8-b90 for changeset f96a31ce35e6
f8787301504 : Added tag jdk8-b90 for changeset c0cc3acd917d
0dcb31e397b : Added tag jdk7u40-b25 for changeset 3f36df2601d6
8a2c88a5be4 : Added tag jdk8-b90 for changeset 77d6a1b1e9ec
caf45c880e8 : Added tag jdk7u40-b25 for changeset 3dd786c932a0
ae3ddf15638 : Added tag jdk8-b90 for changeset dcfa2b312921
b328df9d2b3 : Added tag jdk7u40-b25 for changeset a35d6145dd35
2c5370dbb2c : 8012359: Increase code coverage in Joni
2c97733af03 : 8012359: Increase code coverage in Joni
4c8411b088b : 8012625: Incorrect handling of HTTP/1.1 " Expect: 100-continue " in HttpURLConnection
5838d847a19 : 8010738: G1: Output for full GCs with +PrintGCDetails should contain perm gen size/meta data change info
bb4af57bdd8 : 8014511: runtime/RedefineObject/TestRedefineObject.java has incorrect classname in @run tag
114b5782285 : 8012371: Adjust Tiered compile threshold according to available space in code cache
172cc0a06ef : 8008169: test/runtime/7158804/Test7158804.sh has bad copyright header
fffb35cbc29 : 8013919: Original exception no longer thrown away when a finally rethrows
aeda283b752 : 8013919: Original exception no longer thrown away when a finally rethrows
aa8c5805611 : 6313816: SA: jstack -m fails on Win32 : UnalignedAddressException
9681f58b219 : 8010814: More buffers are stored or returned without cloning
5ebe77bb6b4 : 8014240: G1: Add remembered set size information to output of G1PrintRegionLivenessInfo
9b4403735d1 : 8004177: test/java/lang/Thread/GenerifyStackTraces.java doesn't clean-up
82c688192f7 : 8009141: Avoid netscape.javascript.JSObject in nashorn code
6e915764806 : 8009141: Avoid netscape.javascript.JSObject in nashorn code
dfef96cdffc : 8014408: G1: crashes with assert assert(prev_committed_card_num == _committed_max_card_num) failed
33e5169fd78 : 8014669: arch specific flags not passed to some link commands
d2c98e432d3 : 8015689: new hotspot build - hs24-b48
e91aa76fafd : 7176479: G1: JVM crashes on T5-8 system with 1.5 TB heap
d583cdc2532 : 8014408: G1: crashes with assert assert(prev_committed_card_num == _committed_max_card_num) failed
ccb50f749f6 : 8014669: arch specific flags not passed to some link commands
797c3916229 : 8001163: [pack200] should support attributes introduced by JSR-308
83505983f58 : 7150552: network test hangs [macosx]
03a640d7f1d : 8014676: Java debugger may fail to run
b0c93f4d19a : 8013380: Removal of stack walk to find resource bundle breaks Glassfish startup
41c159f597d : 8013233: java/util/Locale/LocaleProviders.sh fails
9218ecaa37f : Added tag jdk7u25-b11 for changeset 8edcf7f6173d
7549537fe41 : Added tag jdk7u25-b11 for changeset 5af767aa229f
ffe84881f9d : Added tag jdk7u25-b11 for changeset ecadc329f0be
2a097dd87fa : Added tag jdk7u25-b11 for changeset 0fcd980d6c96
c1e3a66cc3f : Added tag jdk7u25-b11 for changeset d106219ca567
f1c56e11cd9 : Added tag jdk7u25-b11 for changeset fcaccc5939dc
bf1380cc770 : 8014068: TEST_BUG: compiler/ciReplay/TestSA.sh fails on Windows: core wasn't generated
9da19b1b6d6 : 8014647: Allow class-based overrides to be initialized with a ScriptFunction
18bdc5fd423 : 8014647: Allow class-based overrides to be initialized with a ScriptFunction
87b33174785 : 8007763: Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy
31ad82b41b1 : 8006879: Detection of windows in sjavac fails
3ae8c401b03 : 8014189: JVM crash with SEGV in ConnectionGraph::record_for_escape_analysis()
40a5f1f53ca : 8014677: Correct docs warning for Objects.requireNonNull(T, Supplier<String>)
f06f2a3e521 : 8014648: Exclude testing and infrastructure packages from code coverage, round two
e5be7a02eaf : 8014648: Exclude testing and infrastructure packages from code coverage, round two
48fc4f5552b : 8013730: JSR 310 DateTime API Updates III
36859692240 : 8012305: Function.bind can't be called on prototype function inside constructor
8bbf3e9b524 : 8012305: Function.bind can't be called on prototype function inside constructor
527399b98cc : 8010464: Evolve java networking same origin policy
495e78ce524 : 8010006: NPE in javac with interface super in lambda
4b1aa379e51 : 8013222: Javac issues spurious raw type warnings when lambda has implicit parameter types
fc9e870275c : 8012685: Spurious raw types warning when using unbound method references
ec458693f78 : 8012003: Method diagnostics resolution need to be simplified in some cases
b19cc5aba53 : 8014646: Update the Java interop documentation in the Java Scripting Programmer's Guide
a3e2765ce8d : 8014646: Update the Java interop documentation in the Java Scripting Programmer's Guide
53b25e14cfa : 8014227: JLightweightFrame needs another synchronization policy
cd5cf59bae2 : 4965252: JvmtiExport::post_raw_field_modification jni ref handling is odd
8d53e75550f : 6843347: Boundary values in some public GC options cause crashes
52900113502 : 8014639: Remove debug flag from test runs
3710d6fcf60 : 8014639: Remove debug flag from test runs
892414e73c4 : 8004133: Provide javax.lang.model.* implementation backed by core reflection
4e4591b4da5 : 8013395: StringBuffer.toString performance regression impacting embedded benchmarks
df6136dc9a0 : 8014323: Add VariableTree.getNameExpression
20c8d5925ce : 8013163: Convert 4 tools multicatch tests to jtreg format
54582cab820 : 8013852: update reference impl for type-annotations
bedabba81ca : 8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit
1e18db55d6a : 8012326: Deadlock occurs when Charset.availableCharsets() is called by several threads at the same time
ac02470255e : 8014557: Mutable static field in HtmlDocletWriter
85308337471 : 8014461: genstubs creates default native methods
fc3f2b72c7a : 8013380: Removal of stack walk to find resource bundle breaks Glassfish startup
2bfb5a9460f : Added tag jdk7u25-b11 for changeset 13c2c911bfd9
e4b48317044 : 8007699: Move some tests from test/sun/security/provider/certpath/X509CertPath to closed repo
4e50454550f : 6328537: Improve javadocs for Socket class by adding references to SocketOptions
c51505263f9 : 8012556: Implement lambda methods on interfaces as static 8006140: Javac NPE compiling Lambda expression on initialization expression of static field in interface
b32558e9a72 : 8014426: Original exception no longer thrown away when a finally rethrows
41f972c2ed5 : 8014426: Original exception no longer thrown away when a finally rethrows
383e211c44c : 8011718: binding already bound function with extra arguments fails
ca08772ec8f : 8011718: binding already bound function with extra arguments fails
997db012009 : 8012308: Remove TagletOutput in favor of direct use of Content
2a88c7b71da : 8012311: Cleanup names and duplicatre code in TagletManager
3cbf2d13c3e : 8012295: Cleanup JavaFX features in standard doclet
100a8ab7e03 : 8012180: Speed up removeNonInlineHtmlTags
760506498b0 : 8012183: replace some uses of Configuration.getText with Configuration.getResource
160967e9916 : 8012178: Cleanup use of Util.escapeHtmlChars
37eaa215848 : 8012177: HTMLDocletWriter methods should generate Content, not Strings
1631e192424 : 8012176: reduce use of TagletOutputImpl.toString
147bdb8230b : 8012175: Convert TagletOutputImpl to use ContentBuilder instead of StringBuilder
fc641c0bd6e : 8012174: {@literal} and {@code} should use \"new\" Taglet, not old
0ac80e7f937 : 8011288: Erratic/inconsistent indentation of signatures
b2becec2bc2 : 8011668: Allow HTMLWriter.getResource to take Content args
1711056efca : 8011662: Remove single instance of resource with HTML from doclet resource bundle
c7eaca84daa : 8011651: simplify LinkInfoImpl API
f7e7f8d1bcb : 8011650: reduce use of RawHtml nodes in doclet
f961eafe351 : 8011642: Remove LinkOutput in favor of direct use of Content
f2f747f4752 : 8010440: Replace int constants in LinkInfoImpl with enum
c39030c7b32 : 7194075: Various classes of sunec.jar are duplicated in rt.jar
5ed0727b83c : 8014519: scriptpad sample does not work with nashorn
60d10767f41 : 8008366: [macosx] ActionListener called twice for JMenuItem using ScreenMenuBar
98151c30c88 : 8012902: remove use of global operator new - take 2
41b7094a94d : 8012453: (process) Runtime.exec(String) fails if command contains spaces [win]
9ce95861883 : 8014489: tests/gc/arguments/Test(Serial|CMS|Parallel|G1)HeapSizeFlags jtreg tests invoke wrong class
24edc8dc91a : 8010727: WLS fails to add a logger with "" in its own LogManager subclass instance
9411edc7591 : 8014427: REGRESSION: closed/javax/imageio/plugins/bmp/Write3ByteBgrTest.java fails since 7u25 b09
a0b542fd336 : 8014512: Exclude testing and infrastructure packages from code coverage
df78dbbf736 : 8014512: Exclude testing and infrastructure packages from code coverage
6288fc0c481 : 8014500: bootcycle-images fails after upgrade to JAXP 1.5
ec01b8e3e1b : 8014423: [macosx] The scrollbar's block increment performs incorrectly
3aa20631a99 : 8014138: Add VM option to facilitate the writing of CDS tests
aa3ca48b35f : 8014281: Better checking of XML signature
de7e7cb85b8 : 8002045: Auto failed and threw exception:java.lang.UnsatisfiedLinkError:
4661adb2d03 : 8014460: Need to check for non-empty EXT_LIBS_PATH before using it
5106a9fb691 : 8014492: Make NashornLinker public
c83c87082ab : 8014492: Make NashornLinker public
b3675a00d9b : 8014448: Purge PrintCompactFieldsSavings
905ae5c9e34 : 8014478: EnableTracing: output from multiple threads may be mixed together
41ab7f43081 : 8014411: Decrease lock order rank for event tracing locks
b281decb0aa : 8014365: Restore Objects.requireNonNull(T, Supplier<String>)
288d98cbaa6 : 8013386: (tz) Support tzdata2013c
79e4c9f146e : 8010714: XML DSig API allows a RetrievalMethod to reference another RetrievalMethod
54f6e14be59 : 8013140: Heap corruption with NetworkInterface.getByInetAddress() and long i/f name
2ed62e808cf : 8014286: failed java/lang/Math/DivModTests.java after 6934604 changes
162500725ae : 8014254: Selector in HttpServer introduces a 1000 ms delay when using KeepAlive
7a409b13e03 : 8005056: NPG: Crash after redefining java.lang.Object
c5150dac168 : 8008687: MethodHandle code: allow static and invokespecial calls to interface methods
16b048acf6b : 8011653: Upgrade to JAXP 1.5
53fafed9230 : 8012975: Remove rhino from jdk8
b2e28d42a4e : 8012453: (process) Runtime.exec(String) fails if command contains spaces [win]
7a9a0e9a816 : 8014427: REGRESSION: closed/javax/imageio/plugins/bmp/Write3ByteBgrTest.java fails since 7u25 b09
1e9265b7011 : 8014423: [macosx] The scrollbar's block increment performs incorrectly
ff7cd4ce63f : 8010727: WLS fails to add a logger with "" in its own LogManager subclass instance
71c39fc97dd : 8014281: Better checking of XML signature
9d11c897d35 : 8005598: (reopened) Need to clone array of input/output parameters
2c8a469ee73 : 7184945: [macosx] NPE in AquaComboBoxUI since jdk7u6b17, jdk8b47
0abd396d421 : 8005535: SSLSessionImpl should have protected finalize()
49eded9ba58 : 7194902: [macosx] closed/java/awt/Button/DoubleActionEventTest/DoubleActionEventTest failed since jdk8b49 7181403: Invalid MouseEvent conversion with SwingUtilities.convertMouseEvent
d3a0a48fbb0 : 8014339: Improve assert and remove some dead code from parMarkBitMap.hpp/cpp
9cfde1acc34 : 8014058: Regression tests for 8006088
9d3af841d98 : 8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check
171fdabebb2 : 7021870: GzipInputStream closes underlying stream during reading
b1127b30501 : 8014357: Minor refactorings to sun.reflect.generics.reflectiveObjects.*
e732ebaa3e8 : 8014279: new hotspot build - hs25-b33
0c58bd4bfdb : Added tag hs25-b32 for changeset bc27a3d4b35f
18a5911f1d9 : 8014312: Fork hs23.25 hsx from hs23.21 for jdk7u25 and reinitialize build number
386bb440ad1 : 8014316: Use Method Refs in j.u.stream.MatchOps
8620b1e2d7f : 8014333: javadoc error in JAXP 1.5 patch
d5da33beea8 : 8014296: DivModTests should not compare pointers
fdf90eaba2b : 8014249: Add Modifer.parameterModifiers()
c6aa9c656f3 : 8003557: NPG: Klass* const k should be const Klass* k
6622dd4edfa : 8011128: (fs) Files.createDirectory fails if the resolved path is exactly 248 characters long
921bd431311 : 8012929: Trees.getElement should work not only for declaration trees, but also for use-trees
c037757e7b4 : 8014363: javac test class ToolTester handles classpath incorrectly
8ea0284b138 : 8014365: Restore Objects.requireNonNull(T, Supplier<String>)
d4858d53df1 : 8014318: tools/javac/profiles/ProfileOptionTest.java needs modifying now that javax.script is in compact1
4d3ac84f4d4 : 8014329: Slim down the label stack structure in CodeGenerator
1fbc1cbc43d : 8014329: Slim down the label stack structure in CodeGenerator
5d83fde0d1a : 8007073: Implement Core Reflection for Type Annotations on parameters
d7176bf7f87 : 8014189: JVM crash with SEGV in ConnectionGraph::record_for_escape_analysis()
b1de0b9ff74 : 8014129: makefile changes to allow integration of new features
55fa340b2ac : 8014129: makefile changes to allow integration of new features
1b186bfddd2 : 8014289: JDK8 b89 source with GPL header errors
862e2f6a7d0 : 8006884: (fs) Add Files.list, lines and find
5a95645a18b : 8004015: Additional static and instance utils for functional interfaces 8011010: Spec j.u.f.Predicate doesn't specify NPEs thrown by the SE8's Reference Implementation
b175321e7dc : 8014133: Spliterator.OfPrimitive
eb669292855 : 8013334: Spliterator behavior for LinkedList contradicts Spliterator.trySplit
ceb03179807 : 8013196: TimeZone.getDefault() throws NPE due to sun.awt.AppContext.getAppContext()
c38f8fc5435 : 7176479: G1: JVM crashes on T5-8 system with 1.5 TB heap
de9d74a6a3a : Added tag jdk8-b89 for changeset b247b91f47ed
b28e1d37e74 : Added tag jdk8-b89 for changeset 36a256ff82cb
a8476a7787e : Added tag jdk8-b89 for changeset 9336d45f8213
83957af6000 : Added tag jdk8-b89 for changeset b3459340dd1f
5ed4655142d : Added tag jdk8-b89 for changeset 4945d5ca32c8
9e98214983a : Added tag jdk8-b89 for changeset e3e2d366215b
02ee113df63 : Added tag jdk8-b89 for changeset 67f1ddecad67
59a13fe6595 : Added tag jdk8-b89 for changeset 74ccf75aa7da
dbbcb98ba57 : Added tag jdk8-b89 for changeset b77fd4a47faf
d54de32f4e8 : 8014278: new hotspot build - hs24-b45
b65b68b0a83 : Added tag hs24-b44 for changeset 2843054950b0
f0330c4199a : 8011653: Upgrade JDK8 to JAXP 1.5
857550cad18 : 8014269: Add missing .PHONY targets to Main.gmk
bbff951f678 : 8013184: CMS: Call reset_after_compaction() only if a compaction has been done
1482836ba3c : Added tag jdk7u40-b24 for changeset 0469c8b81d87
bffb650e159 : Added tag jdk7u40-b24 for changeset ce7897672aff
d2b2b2eb44b : Added tag jdk7u40-b24 for changeset f26f39ef675c
aaf62d16525 : Added tag jdk7u40-b24 for changeset 9a2e0f6bf997
26fc89b5b7d : Added tag jdk7u40-b24 for changeset 5f5f8e4f28a1
c7d3435216d : Added tag jdk7u40-b24 for changeset 7bd766657990
c24b224166c : 8006997: ContendedPaddingWidth should be range-checked
973d0400c49 : 8013032: CMS: assert(used() == used_after_gc && used_after_gc <= capacity()) failed: used: 0 used_after_gc: 292080 capacity: 1431699456
b4977e887a5 : 6934604: enable parts of EliminateAutoBox by default
6b031570b63 : 8013875: Incorrect vtable index being set during methodHandle creation for static
94bc7320f8f : 8009424: Restrict publicLookup with additional checks
c4261792509 : 8013652: (profiles) Add javax.script to compact1
8ea053d4414 : 8014225: Rerun only failed 262 tests
52d2511fedd : 8014225: Rerun only failed 262 tests
6f3be1db82c : 8013912: Nashorn needs to reuse temporary symbols
6a35e8c5a8d : 8013912: Nashorn needs to reuse temporary symbols
7a1ccbc48af : 8013591: compiler/ciReplay/TestSA.sh fails in nightly
dc96e028d20 : 8007018: RFE: -XX:+UseLargePages does not work with CDS
d5eeeb875b3 : 8013485: javac can't handle annotations with a <clinit> from a previous compilation unit
20afd0e3514 : 8013841: [macosx] Animations not disabled for CALayers used via JAWT
654953bc9a4 : 8008255: jvmtiExport.cpp::post_to_env() does not check malloc() return
81621f63cad : 8014341: Better service from Kerberos servers
d86660d21bb : 8012277: Improve AWT DataFlavor
5c6c0246ccc : 8012071: Better Building of Beans
9a9e180fdd5 : 8014102: Improve image conversion
38c8e922af1 : 8013744: Better tabling for AWT
7dacefeca14 : 8014093: Improve parsing of images
e8457abad47 : 8013510: Augment image writing code
0c02ab3a5e5 : 8012679: Let allow_weak_crypto default to false
32df114e2a3 : 8014024: NPG: keep compiled ic methods from being deallocated in redefine classes
5b3642b5cec : 8004082: test/tools/javac/plugin/showtype/Test.java fails on windows: jtreg can't delete plugin.jar
2c0b00cbe0e : 8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR
94c8fa5cb1d : 7196009: SunPkcs11 provider fails to parse config path containing parenthesis
3eaddd68685 : 8010134: A finalizer in sun.security.pkcs11.wrapper.PKCS11 perhaps should be protected
7ca524c5cd9 : 8013506: Better Pack200 data handling
0582038c10f : 8013736: [launcher] cleanup code for correctness 8005735: [parfait] False positive integer overflow in jdk/src/solaris/bin/jexec.c 8009873: [parfait] Memory leak at jdk/src/share/bin/wildcard.c 8005807: [parfait] Undefined return value at jdk/src/share/bin/java.c
988dca9db39 : Added tag jdk7u25-b10 for changeset 56f3bf2d15e8
23f473f3235 : Added tag jdk7u25-b10 for changeset 24b6976f6eab
430262e71d6 : Added tag jdk7u25-b10 for changeset a9eac7c6e752
36a53b74f6b : Added tag jdk7u25-b10 for changeset 301161ec3f30
72431ebbaad : Added tag jdk7u25-b10 for changeset a14cd5232f9c
292c160585d : Added tag jdk7u25-b10 for changeset bd2e372e78c2
601071bc6d4 : 8009577: Test test/closed/runtime/classunload broken
aac9a477c2c : 4802647: Throw required NPEs from removeAll()/retainAll()
06036d34efb : 8013086: NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied
dafdd3677f8 : 8004007: test/sun/tools/jinfo/Basic.sh fails on when runSA is set to true
90294d0d6a6 : 6980985: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage is not robust when getMax() returns -1 7181907: TEST_BUG: j/l/management/MemoryMXBean/ResetPeakMemoryUsage fails with NegativeArraySizeException 7148492: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java failing since update to hs23-b15 or b16
32fa61ad546 : 8009729: Refix hotspot jni_<cpu>.h JNIEXPORT and JNIIMPORT definitions to match jdk version
6bae4c82a93 : 8011069: Printing: NullPointerException since jdk8 b82 showing native Page Setup Dialog
de01ed0a09f : 8013633: Cleanup platform ifdefs in unsafe.cpp
83206608461 : 8013063: nsk/jvmti/RetransformClasses/retransform001 failed debug version on os::free
136b4bc9b23 : 8014023: When a method reference to a local class constructor is contained in a method whose number of parameters matches the number of constructor parameters compilation fails
b160091adec : 8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes
c668214703d : 8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes
37d8e521279 : 8013913: Removed Source field from all nodes except FunctionNode in order to save footprint
a788347b73d : 8013913: Removed Source field from all nodes except FunctionNode in order to save footprint
edf88d3db7c : 8005038: remove crufty '_g' support from SA
fd1ead19be0 : 8014044: Spelling error in JDK-8009615: boostrapmethod
a638aed2e15 : 8011139: (reflect) Revise checking in getEnclosingClass
b317a8b9928 : 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently
361312dcfe5 : 8013541: Revise javadoc for Executable.getAnnotatedReturnType()
5ec35be1d25 : 8010192: Enable native JGSS provider on Mac
722199f9b2a : 8013252: Regex Matcher .start and .end should be accessible by group name 8013254: Constructor \w need update to add the support of \p{Join_Control}
68101a98fd8 : 8003258: BufferedReader.lines()
e41e09a670f : 8013150: Iterator.remove and forEachRemaining relationship not specified
5001b55ff12 : 8013712: Add Objects.nonNull and Objects.isNull
7c367a6025f : 8008772: remove gamma launcher
ba80b3e045b : 8013067: Zero builds are broken after 8010862
c31fc852f19 : 8003992: File and other classes in java.io do not handle embedded nulls properly
a63447ce65f : 7196277: JSR 292: Two jck/runtime tests crash on java.lang.invoke.MethodHandle.invokeExact
149097fbb75 : 7196277: JSR 292: Two jck/runtime tests crash on java.lang.invoke.MethodHandle.invokeExact
dbb7fe4b2a3 : 7191872: Xrender: No text displayed using 64 bit JDK on solaris11-sparc
a8ad116e493 : 8013872: G1: HeapRegionSeq::shrink_by() has invalid assert
f4c589b895e : 8009615: JvmtiClassFileReconstituter does not create BootstrapMethod attributes
c76e4b0e466 : 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently
15adfafa5b6 : 8012664: Add tests for java.util.stream and lambda translation
9b9b515fb82 : 8006088: Incompatible heap size flags accepted by VM
c2330eb6b1a : 8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check
57d8a7fc0f8 : 8009724: Enhance the DocTree API with DocTreePath
768a1b55cf1 : 8013648: Guarantee(VerifyBeforeGC || VerifyDuringGC || VerifyBeforeExit || VerifyAfterGC) failed: too expensive
c9775371ced : 7161575: [macosx] On MacOSX port java.awt.Toolkit.is/setDynamicLayout() are not consistent
7e6639dea3b : 8012933: Test closed/java/awt/Dialog/DialogAnotherThread/JaWSTest.java fails since jdk 7u25 b07
36c195270dd : 8013791: G1: G1CollectorPolicy::initialize_flags() may set min_alignment > max_alignment
d606b9d0d6f : 8013909: Fix doclint issues in javax.lang.model
d4f6e1c9d34 : 8013403: Update JDK8 with Java DB 10.10.1.1
46da8f45a9f : 8011366: Enable debug info on all libraries for OpenJDK builds
4b44fd76225 : 8008768: Using {@inheritDoc} in simple tag defined via -tag fails
cb5ef8cc5cc : 8000407: remove @GenerateNativeHeader
b762ba9ab48 : 8005922: TEST_BUG: There is no /tmp directory for windows system
c6db4d2a03c : 8013874: Function argument's prototype seem cached and wrongly reused
5504a220f74 : 8013874: Function argument's prototype seem cached and wrongly reused
43cd5160dd6 : 8013873: Regexp regression for escaped dash in character class
253e421ec58 : 8013873: Regexp regression for escaped dash in character class
3d3dacd0eac : 8013878: ClassCastException in Regex
973d6563206 : 8013878: ClassCastException in Regex
a90afa9d76d : 8013528: Provide SharedSecrets access to String(char[], boolean) constructor
ce05f1c8ec3 : 8002387: Improve rendered HTML formatting for {@code}
155bd74411a : 8012728: Normalize @ignore comments on langtools tests
64831179a95 : 8012375: Improve Javadoc framing
5e8becfa394 : 8013800: new hotspot build - hs25-b32
73a8b2719a2 : Added tag hs25-b31 for changeset 62f2a12da171
d416f578406 : 8013871: mem usage histograms enabled with compiler logging level set to more specific than or equals to info when --print-mem-usage flag is used
87ff1bd7519 : 8013871: mem usage histograms enabled with compiler logging level set to more specific than or equals to info when --print-mem-usage flag is used
ce70e6a95de : 8013477: Node.setSymbol needs to be copy on write - enable IR snapshots for recompilation based on callsite type specialization. [not enabled by default, hidden by a flag for now]
6f6ec2d9d10 : 8013477: Node.setSymbol needs to be copy on write - enable IR snapshots for recompilation based on callsite type specialization. [not enabled by default, hidden by a flag for now]
7c2fb496086 : 8004095: Add support for JMX interface to Diagnostic Framework and Commands
1f2075c0e4f : 8013785: Respect EXTRA_CFLAGS on windows
cd65b9e32ee : 8008453: JvmtiClassFileReconstituter does not recognize default methods
4a262a3096c : 8012037: Test8009761.java "Failed: init recursive calls: 7224. After deopt 58824"
f88c429a69f : 8012641: Perf_CreateLong creates perf counter of incorrect type
f0a63c7a422 : Added tag jdk8-b88 for changeset 4dd124fd040b
cd39069cf4e : Added tag jdk8-b88 for changeset ddfec66935ab
4cb79dcf349 : Added tag jdk8-b88 for changeset a072db97da9b
0de3f3d975e : Added tag jdk8-b88 for changeset a7caf0d4cb98
86ee3fb7f00 : Added tag jdk8-b88 for changeset bc758d2252be
864cbe9a70f : Added tag jdk8-b88 for changeset a53cf0f890db
d08bf8d1bee : 8013574: PrintMalloc conflicts with the command line parsing
31e3e6051a8 : Added tag jdk8-b88 for changeset e6d52b5fe8d1
11051daab3b : Added tag jdk8-b88 for changeset 4752a2b59f2e
41ad8fa3f5a : Added tag jdk8-b88 for changeset 53de314b1c30
97f68fda95b : 8013796: load("fx:base.js") should not be in fx:bootstrap.js
cd9c2c1bb24 : 8013796: load("fx:base.js") should not be in fx:bootstrap.js
75e4c64a036 : Added tag hs24-b43 for changeset cef5a70f2ca5
df4cd7e0684 : 8013794: JDK-8006220 caused an octane performance regression
6ee68537b60 : 8013794: JDK-8006220 caused an octane performance regression
7613bea3d4e : 8008744: Rework part of fix for JDK-6741606
570af5a3dde : 8010783: assert(s->refcount() != 0) failed: for create_overpasses
6ad3839543b : 8013552: Add build support for different man pages for OpenJDK and OracleJDK
e1001e848f3 : 8011687: Support correct dependencies from header files on windows and solaris
e44f5ce0ae4 : 8013786: JDK-8013480 broke configure on solaris
7c11aba7939 : 7199324: Connection ID for IPv6 addresses is not generated accordingly to the specification
cd5050ea28b : 8013855: DigestMD5Client has not checked RealmChoiceCallback value
3dbbc23195f : 8013140: Heap corruption with NetworkInterface.getByInetAddress() and long i/f name
ec8f960d211 : 8013155: [pack200] improve performance of pack200
e9d3d7b7892 : 8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile
3c0606c1b82 : 8012243: about 30% regression on specjvm2008.serial on 7u25 comparing 7u21
317f9c229e7 : 8013532: Remove unused parameter "compiler" from DTRACE_METHOD_COMPILE* macros
aad82c7b91c : 8013729: SwitchPoint invalidation not working over prototype chain
323a923236d : 8013729: SwitchPoint invalidation not working over prototype chain
35b650e3644 : 8013225: Refresh jdk's private ASM to the latest
ffbf777a6e7 : Added tag jdk7u21-b31 for changeset 0fcf30b6cffd
01afc5bf4ac : Added tag jdk7u21-b31 for changeset e8adc7afb61b
ec00847ac57 : Added tag jdk7u21-b31 for changeset fe9666fb41e5
2522a83dc54 : Added tag jdk7u21-b31 for changeset d0cae7f17395
337b1c4f647 : Added tag jdk7u40-b23 for changeset 88acaaeda702
2076bc5dcd8 : Added tag jdk7u21-b31 for changeset 89d050745726
a264b7e559e : Added tag jdk7u21-b31 for changeset 1bd23ceca686
4a5af373430 : Added tag jdk7u40-b23 for changeset 145bb152edbe
da2d6c83514 : Added tag jdk7u21-b31 for changeset ff6281f75f5c
5b05447b999 : Added tag jdk7u40-b23 for changeset f5efbda77fc4
3ecb52a1e57 : Added tag jdk7u40-b23 for changeset 8a0695d64490
3621dbe2812 : Added tag jdk7u40-b23 for changeset 4a58d3a68ded
ae23a164442 : Added tag jdk7u40-b23 for changeset 12287fe564ee
1c4e31bca76 : Added tag jdk7u40-b23 for changeset 7146578e90d3
b047746827f : 8012646: Pattern.splitAsStream
33196b314da : 8007699: Move some tests from test/sun/security/provider/certpath/X509CertPath to closed repo
0ab1bb68cc9 : 8011591: BootstrapMethodError when capturing constructor ref to local classes
73e9aec3c4c : 8012665: add CharSequence.chars, CharSequence.codePoints
f631e3d253e : 8013418: assert(i == total_args_passed) in AdapterHandlerLibrary::get_adapter since 8-b87
a62c004ab43 : 8007458: [findbugs] One more beans issue, with ReflectionUtils
fabd3bed5f7 : 8012082: SASL: auth-conf negotiated, but unencrypted data is accepted, reset to unencrypt
905250cdfe1 : 8012082: SASL: auth-conf negotiated, but unencrypted data is accepted, reset to unencrypt
efa5a06ca38 : 8013723: ProblemList.txt updates (5/2013)
9272b07bd04 : 8009012: [macosx] DisplayChangedListener is not implemented in LWWindowPeer/CGraphicsEnvironment
a58ccf742af : 8013719: Increment build # of hs23.21 to b02
dc74edc5161 : 8013531: Provide a utility class in com.sun.tools.classfile to find field/method references
2a9830b56c0 : 8013398: Adjust number of stack guard pages on systems with large memory page size
867c30e1bd9 : 8013398: Adjust number of stack guard pages on systems with large memory page size
e8848553b15 : 8013364: SA-JDI exceptions caused by lack of permissions on OSX should be more verbose about issue cause
9cfd6466748 : Added tag jdk7u25-b09 for changeset 982efc14ae9e
0d1a1273926 : Added tag jdk7u25-b09 for changeset 9b84c768e7a9
6dcdebd7f15 : Added tag jdk7u25-b09 for changeset 63b90ade3bf3
dbb16619ea6 : Added tag jdk7u25-b09 for changeset f847bd17671a
13e45856c62 : Added tag jdk7u25-b09 for changeset d0d3e3f41a27
718e74bbed3 : Added tag jdk7u25-b09 for changeset 03ec61665eb8
0f7adcc3d9b : 8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
b09026494b5 : 8007799: Base64.getEncoder(0, byte[]) returns an encoder that unexpectedly inserts line separators
49619272d07 : 6594296: NetworkInterface.getHardwareAddress returns zero length byte array
ecf27fe8fe4 : 8013531: Provide a utility class in com.sun.tools.classfile to find field/method references
68780273747 : 8013647: JPRT unable to clean-up after tests that leave file trees with loops
2a56d8fc8f9 : 8009389: Unpack200 native library should be removed from profiles
10f955e3702 : 8011814: Add testng.jar to Netbeans projects test compile classpath 8013271: Add MacOS sources to J2SE Netbeans project 8013272: JDK Netbeans projects should use ASCII encoding for sources
785f0d2a94d : 8010416: Add a way for java.sql.Driver to be notified when it is deregistered
10be07bb9d4 : 8008541: Remove old code in HotSpot that supported the jmap -permstat functionality
eecd56482f9 : 7166296: closed/java/awt/Frame/DisabledParentOfToplevel/DisabledParentOfToplevel.html failed since 1.8.0b36
a2f5f4ca1bb : 8013214: BigApps fails due to 'fatal error: Illegal threadstate encountered: 6'
81ccb78e8c7 : 8006220: Simplify PropertyMaps
ab18b431cb4 : 8006220: Simplify PropertyMaps
b342ac9ee19 : 8000642: Better handling of objects for transportation
07098f16844 : 8012330: [macosx] Sometimes the applet showing the modal dialog itself loses the ability to gain focus
6eb1682ef60 : 8012004: JInternalFrame not being finalized after closing
60a56c2f06b : 8013466: SA crashes when attaching to a process on OS X
64a0fe0517d : 8013533: Increase code coverage report for types and logging
a2c222ef34a : 8013533: Increase code coverage report for types and logging
1f000b9fda4 : 8012597: Better image channel verification
8394ed673f0 : 8007373: Inet6Address serialization incompatibility
ab5d36141f9 : 8003671: [findbugs] sun.management.AgentConfigurationError.getParams() may expose internal representation by returning AgentConfigurationError.params
73fcb04231a : 8011917: Add java.util.stream.Collectors utilities
33cbb83b12d : 8008814: Configurable ignore/warning/error behavior for function declaration as statement
8c132a0300f : 8008814: Configurable ignore/warning/error behavior for function declaration as statement
f18c58b0fde : 8008632: Additional JavaDoc tags @apiNote, @implSpec and @implNote
9e8a3585b0d : 8012015: Use PROT_NONE when reserving memory
2a692f80bf5 : 8011773: Some tests on Interned String crashed JVM with OOM
08b07cc5988 : 8005302: [findbugs] public methods return internal arrays; may be private
c3f688a4e21 : 8013480: fix zero build on arm
86ae90ad599 : 8009217: REGRESSION: test com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java fails to compile since 7u21b03
fe2a1522589 : 8013444: JSON.parse does not invoke "reviver" callback as per spec
56129142b07 : 8013444: JSON.parse does not invoke "reviver" callback as per spec
8a512cafbaf : 8011986: [corba] idlj generates read/write union helper methods that throw wrong exception in some cases
f93211b1fab : 8011986: [corba] idlj generates read/write union helper methods that throw wrong exception in some cases
5db9cd379af : 4504275: CORBA boolean type unions do not generate compilable code from idlj
83a4efe5654 : 4504275: CORBA boolean type unions do not generate compilable code from idlj
4eac7391771 : 8007458: [findbugs] One more beans issue, with ReflectionUtils
db7849a34b1 : 8012108: Memory leak in jdk/src/windows/native/java/net/NetworkInterface_winXP.c
e0cc6375d8e : 8010280: jvm.cfg needs updating for non-server builds
f85bdfa3a29 : 8013419: Streamline handling of with and eval
a659fce8ff4 : 8013419: Streamline handling of with and eval
dedfcd5aa4a : 8012547: Code cache flushing can get stuck reclaming of memory
40531b20094 : 8013129: Possible deadlock with Metaspace locks due to mixed usage of safepoint aware and non-safepoint aware locking
a06b5fe6d71 : 8013415: Changes for JDK-8005523 requires updates to refs.allowed
ab42e2c0ca5 : 8010428: Special -agentpath checks needed with minimal VM to produce proper error message
9077ce999d8 : 8013413: javadoc warnings
70b23a07be6 : 8005523: Unbound krb5 for TLS
95aba478195 : 7123493: (proxy) Proxy.getProxyClass doesn't scale under high load
15ded19c2be : 8012375: Improve Javadoc framing
ae06d053cb0 : 8012617: ArrayIndexOutOfBoundsException with some fonts using LineBreakMeasurer
115e6100262 : 8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters
955b42848e5 : 8013036: vm/runtime/simpleThresholdPolicy.cpp: assert(mcs != NULL)
4d86bd3503d : 8011152: Precision problems on sflt builds
e7356bc24fc : 8013360: Should be using JavaFX 8 classes for -fx support
0a036d8c65c : 8013360: Should be using JavaFX 8 classes for -fx support
fefd60fcfd0 : 8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException: '[Verifying' missing from stdout/stderr: [Error: Could not find or load main class]
4f9af3406e9 : 8013228: Create new system properties to control allowable OCSP clock skew and CRL connection timeout
a38e5540ecc : 8000642: Better handling of objects for transportation
369feefb2bb : 8013369: nashorn build failure with jdk8 b84
cae93c27468 : 8013369: nashorn build failure with jdk8 b84
1748c9c908f : 8006559: Octane:pdfjs leaks memory, runs slower iteration to iteration
65661628afe : 8006559: Octane:pdfjs leaks memory, runs slower iteration to iteration
4c481aa87cf : 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
4693d6568d6 : 8012586: [x11] Modal dialogs for fullscreen window may show behind its owner
25dd2eda882 : 8012322: Tiered: CompilationPolicy::can_be_compiled(CompLevel_all) mistakenly return false
1700f6fb548 : 8013337: Issues with Date.prototype's get, set functions
b165a1a8824 : 8013337: Issues with Date.prototype's get, set functions
971360d0b37 : 8013208: Octane performance regression
806256d657a : 8013208: Octane performance regression
287d1c2caae : 8007154: Remove support for u4 MethodParameter flags fields
a20460d6cb9 : 8008562: javac, a refactoring to Bits is necessary in order to provide a change history
625f8df5f58 : 8012723: strictfp interface misses strictfp modifer on default method
ad20a6bd76b : 8013160: NPG: Remove unnecessary mark stack draining after CodeCache::do_unloading
a6a565abdf4 : 8012915: ReservedSpace::align_reserved_region() broken on Windows
4c3a6867ecb : 8012601: Better validation of image layouts
94ea3eeac23 : 8013227: new hotspot build - hs25-b31
dcb3f25f459 : Added tag hs25-b30 for changeset 18be17ecfd6c
404c83da33e : 8013325: function named 'arguments' should set DEFINES_ARGUMENTS flag in its parent, not itself
08a8593cd63 : 8013325: function named 'arguments' should set DEFINES_ARGUMENTS flag in its parent, not itself
bab2164e30f : 8013295: ScriptEngineTest.java fails with compilation error when running under jtreg
76c993b3029 : 8013295: ScriptEngineTest.java fails with compilation error when running under jtreg
2c4b48dced3 : 8013256: javac test failing after Lambda changes to java.util.List
7228a890387 : 8012421: Better positioning of PairPositioning
22e3eeb9efc : 8011313: OCSP timeout set to wrong value if com.sun.security.ocsp.timeout not defined
d6c963fbb3e : 8000529: Regression: SimpleDateFormat incorrectly parses dates formatted with Z and z pattern letters
4e19360f892 : 8008962: NPG: Memory regression: One extra Monitor per ConstantPool
a618ff7cf99 : 8013228: Create new system properties to control allowable OCSP clock skew and CRL connection timeout
0a434e425b7 : 8011675: adding compilation level to replay data
5733943877a : 8012337: Change Whitebox implementation to make absence of method in Whitebox.class not fatal
f26c1a6c88b : 8012260: ciReplay: Include PID into the name of replay data file
cd7abd927fb : 8009199: Printed text become garbage on Mac OSX
6723ecebd1c : Added tag jdk8-b87 for changeset 3f12e433b33f
1418f59c79e : Added tag jdk8-b87 for changeset 5884314a2095
080fcf080e7 : Added tag jdk8-b87 for changeset c4b5ab25b20c
a664982c79a : Added tag jdk8-b87 for changeset 2871326c0383
b5ab96c56a0 : Added tag jdk8-b87 for changeset 76e8f6a063b4
6a018e8d704 : Added tag jdk8-b87 for changeset ed19c1288d5b
5863dae579c : Added tag jdk8-b87 for changeset b6607ce9fa8d
45a0a50f2d8 : Added tag jdk8-b87 for changeset c11b147126a1
460b288196f : Added tag jdk8-b87 for changeset faa51a420c63
05f5fcb792f : Added tag hs24-b42 for changeset 24139a3e40e0
03a74993225 : 8011313: OCSP timeout set to wrong value if com.sun.security.ocsp.timeout not defined
6b7ee7010a2 : 7074926: create Solaris Studio IDE (Netbeans) project for hotspot sources
cfb277ad095 : 8013480: fix zero build on arm
64b4df92483 : 8013167: Vararg constructor not found
dc20ce76ca6 : 8013167: Vararg constructor not found
7c66918b731 : 8013203: A collection of smaller speedups to compilation pipeline
d32994d9443 : 8013203: A collection of smaller speedups to compilation pipeline
f495c8b9f3a : 8013131: Various compatibility issues in String.prototype.split()
1ac0e870a19 : 8013131: Various compatibility issues in String.prototype.split()
333cf9a7565 : 8007037: JSR 292: the VM_RedefineClasses::append_entry() should do cross-checks with indy operands
a5020f1d416 : 8013185: Add java.util.stream to CORE_PKGS.gmk in root repo
3f42e9e1183 : 8003853: specify offset of IC load in java_to_interp stub
606acc7c0b3 : 8011920: Main streams implementation 8012542: Stream methods on Collection
670aea401ad : 8013041: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
1c170fbd81b : 8012715: G1: GraphKit accesses PtrQueue::_index as int but is size_t
0872993c6c6 : 8012638: test/java/time/test/java/util/TestFormatter fails in UTC TZ
cd7d504d546 : 8011803: release_C_heap_structures is never called for anonymous classes
d38007fc116 : Added tag jdk7u14-b22 for changeset 9d4c89d7e18b
8f3ccc12175 : Added tag jdk7u14-b22 for changeset 0a9e11f9256a
d027ef45c0a : Added tag jdk7u14-b22 for changeset 3e0d75917ef2
e1b5d6840d8 : Added tag jdk7u14-b22 for changeset d8fc084ed561
25294368bc9 : Added tag jdk7u14-b22 for changeset 733cf5d63cdf
f5709078602 : Added tag jdk7u14-b22 for changeset 3eecb9d7ea2e
63e6629755b : Added tag jdk7u14-b22 for changeset 4fe34033066d
3a817dc8b4e : 8011218: Kitchensink hanged, likely NMT is to blame
f0ae855b078 : 8013132: Add a flag to turn off the output of the verbose verification code
19d99e3d923 : 8012715: G1: GraphKit accesses PtrQueue::_index as int but is size_t
3db24cefeee : 8005555: TEST_BUG: java/io/Serializable/accessConstants/AccessConstants.java should be removed
316993b3db8 : 8013136: NPG: Parallel class loading tests fail after fix for JDK-8011802
3317de20cae : 8009928: PSR:PERF Increase default string table size
fa57f7b7ffb : 8012251: jjs should support -fx option
9f005902b9b : 8012251: jjs should support -fx option
7a0b2b59874 : 8012438: Better image validation
d567edd8098 : 8012695: Assertion message displays %u and %s text instead of actual values
830c2485007 : 8009985: [parfait] Uninitialised variable at jdk/src/solaris/native/com/sun/management/UnixOperatingSystem_md.c
34da1742ef0 : 8012292: optimized build with GCC broken
20b5d3aa4f7 : 8012037: Test8009761.java "Failed: init recursive calls: 7224. After deopt 58824"
691cf54e57e : 8008238: Labeled break in finally causes stack overflow in Node copy
512740c397c : 8008238: Labeled break in finally causes stack overflow in Node copy
9e818775ef2 : 8012931: NativeDate.safeToString() throws RangeError for invalid date
48b0c0e8f34 : 8012931: NativeDate.safeToString() throws RangeError for invalid date
8bf1b1cb9c6 : 8012334: ToUint32, ToInt32, and ToUint16 don't conform to spec
77d7f14b967 : 8012334: ToUint32, ToInt32, and ToUint16 don't conform to spec
6ae26f2e942 : 8010460: Interpreter on some platforms loads ConstMethod::_max_stack and misses extra stack slots for JSR 292
34f8be0bc97 : 8013496: Code cache management command line options work only in special order. Another order of arguments does not deliver the second parameter to the jvm
ff008d06155 : 8015441: runThese crashed with assert(opcode == Op_ConP || opcode == Op_ThreadLocal || opcode == Op_CastX2P ..) failed: sanity
6a17746b6cb : 8009981: nashorn tests fail with -XX:+VerifyStack
337a9c1432a : 8015266: fix some -Wsign-compare warnings in adlc
2e5f4737520 : 8015585: Missing regression test for 8011771
19779230c91 : 8011186: [TEST_BUG] java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest.java failed on windows 8
95ce391b51b : 8011771: runThese crashed with EAV
8b7ccb804f4 : 8012643: JDK8 b86 source with GPL header errors
05f3d6ab4ba : 8012643: JDK8 b86 source with GPL header errors
acc2c066c67 : Added tag jdk7u25-b08 for changeset 47c519d244f0
da1fb336ff6 : Added tag jdk7u25-b08 for changeset 3b8c4ce56a08
734bb8fb9b6 : Added tag jdk7u25-b08 for changeset 45a7ec3d34c1
7184c9b771c : Added tag jdk7u25-b08 for changeset 52d0d229ae72
122c3bdfe7e : Added tag jdk7u25-b08 for changeset dc786171becd
e7b4e097fc8 : Added tag jdk7u25-b08 for changeset b8d2d98a82e4
8c2c17a0677 : 8012927: 'assert(nbits == 32 || (-(1 << nbits-1) <= x && x < ( 1 << nbits-1))) failed: value out of range' in interpreter initialization
0bfc34cfd5a : 8012157: removed unused code in SharedRuntime::handle_wrong_method
558346471ce : 8011620: adding free form netbeans project for jdbc to jdk/make/netbeans
cadadd73c2c : 8012961: Do not restrict static interface methods to be private
8f6b3f3c71c : 8010731: Don't expose internal symbols to scripts
491404586d8 : 8010731: Don't expose internal symbols to scripts
1dea05c94f5 : 8012930: (fs) Eliminate recursion from FileTreeWalker
ca3a625f1e5 : 8010332: removed unused method: ciMethod::uses_monitors
8da3c198d8f : 8011065: Problems when script implements an interface with variadic methods
f5b57754c34 : 8011065: Problems when script implements an interface with variadic methods
8f734f4dcff : 8011081: Improve jhat
79174472a10 : 8010666: Implement Currency/LocaleNameProvider in Windows Host LocaleProviderAdapter
c7f421eaa15 : 8008366: [macosx] ActionListener called twice for JMenuItem using ScreenMenuBar
6b2fcd1c77b : 8011230: [TEST_BUG] java/awt/Toolkit/BadDisplayTest/BadDisplayTest.java failed on solaris
663a2225466 : 8012919: findMegaMorphicSetMethod should not cast result type
6004d46935b : 8012919: findMegaMorphicSetMethod should not cast result type
0dd02a9d0c7 : 8012673: Nashorn's package name vs class name inferring logic is wrong
3722b6d434d : 8012673: Nashorn's package name vs class name inferring logic is wrong
1fc6a72e9d8 : 8011896: Add check for invalid offset for new AccessControlContext isAuthorized field
25760a69ff7 : 8012714: Assign the unique traceid directly to the Klass upon creation
16bec05e63b : 8011027: Type parameter annotations not passed through to javax.lang.model
138bab29638 : 8012907: anti-delta fix for 8010992
617090ab4ab : 8005527: [TEST_BUG] console.sh failed Automatically with exit code 1
a6a45e72e52 : 8014129: makefile changes to allow integration of new features
5e4e2a6534a : Added tag jdk7u40-b24 for changeset 97db3869c174
0ec3fd796b5 : 8005527: [TEST_BUG] console.sh failed Automatically with exit code 1
8d5c8613fc4 : 8012650: Arrays streams methods 8011918: java.util.stream.Streams
a5c3cd8ee3a : 6729929: I18N - Taking Heap Dump failed if project path contains multibyte characters
18ad0aa2037 : 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail
13344600089 : 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail
87f3086e130 : 8008511: JSR 292: MemberName vmtarget refs to methods must be updated at class redefinition
f20d5ec64a0 : 8010939: Deadlock in LogManager
e6a0594ce9d : 8010714: XML DSig API allows a RetrievalMethod to reference another RetrievalMethod
fd61ffcb0a9 : 8012933: Test closed/java/awt/Dialog/DialogAnotherThread/JaWSTest.java fails since jdk 7u25 b07
ef67ceb80d7 : Added tag jdk7u25-b10 for changeset 9e7391cc6d12
b1334df1b8a : 8008744: Rework part of fix for JDK-6741606
364f4a006da : 8013196: TimeZone.getDefault() throws NPE due to sun.awt.AppContext.getAppContext()
ff5484a34a3 : 8012243: about 30% regression on specjvm2008.serial on 7u25 comparing 7u21
8f316cc40e6 : 8010939: Deadlock in LogManager
7b3f0949f97 : 6983966: remove lzma and upx from repository JDK7u
2e806d1c3e9 : 8012661: remove langtools Makefile-classic
735ab2cd1cf : 8010992: Remove calls to global ::operator new[] and new
94d9107a7b3 : 8012559: new hotspot build - hs25-b30
3f90a08c135 : Added tag hs25-b29 for changeset 4beed8bc9715
911f441787e : 8010495: Update JAXP NetBeans project - add support for generating javadoc
ebad1dc34d5 : 8010701: Immutable nodes - final iteration
fb7a325141b : 8010701: Immutable nodes - final iteration
6240f92b6e7 : 8012593: JSAdapter overrides impacts strongly construction time
f9a53d819fa : 8012593: JSAdapter overrides impacts strongly construction time
ebe4bc9bc20 : 8012612: Compile failed
865a11d502e : 8012612: Compile failed
51d2ddd7902 : 8012681: Commit for JDK-8012656 breaks tl build
3c7d12fc052 : 8012656: cache frequently used name strings for DocImpl classes
66dde86ad05 : 8012658: Change default langtools source level to 7
128f59ffb41 : 8001330: Improve on checking order 8011896: Add check for invalid offset for new AccessControlContext isAuthorized field
1184e7beb69 : 8012558: new hotspot build - hs24-b42
951ec5bd722 : Added tag hs24-b41 for changeset c81897aaf011
fdf5bf86032 : Added tag jdk7u25-b07 for changeset d51616161547
cd12fdafc63 : Added tag jdk7u25-b07 for changeset b20fbcc0be88
1c42a665f98 : Added tag jdk7u25-b07 for changeset 4460d328a58d
793a6d38f8b : Added tag jdk7u25-b07 for changeset 2ef88ee59fa7
434a9b98384 : Added tag jdk7u25-b07 for changeset af944641fe99
831601d6c3e : Added tag jdk7u25-b07 for changeset 7af02e7fc518
4f91b439d47 : Added tag jdk8-b86 for changeset 96bce8a54eeb
c00ad9959fa : Added tag jdk8-b86 for changeset 6ee429aebbde
b88db650119 : Added tag jdk8-b86 for changeset 29071bf3de15
93c2ae0ff2b : Added tag jdk8-b86 for changeset 8344675901d3
da15ff63ad8 : Added tag jdk8-b86 for changeset 41918e176381
1026125334d : Added tag jdk8-b86 for changeset 6733de0488b4
28c4fc4666e : Added tag jdk8-b86 for changeset b1cf5aefa461
146af42db6a : Added tag jdk8-b86 for changeset ec149fe77498
af106dbe562 : Added tag jdk8-b86 for changeset 02ed1673d56f
6ece37c6275 : 7109087: gc/7072527/TestFullGCCount.java fails when GC is set in command-line
a87a847a9ca : 8012182: Add information about class loading and unloading to event based tracing framework
f63b13e379f : 8006267: InterfaceMethod_ref should allow invokestatic and invokespecial
8dbd66cd8ff : 8011686: AWT accidentally disables the NSApplicationDelegate of SWT, causing loss of OS X integration functionality
cfaea9fe7dd : 8012464: NMT: classes should not derive from _ValueObj, use VALUE_OBJ_CLASS_SPEC instead
d2fc3d537a3 : 8012460: RegExp regression
42397007104 : 8012460: RegExp regression
65adccc0ce0 : 8012462: Date.prototype.toJSON does not handle non-Date 'this' as per the spec
649b7e005b9 : 8012462: Date.prototype.toJSON does not handle non-Date 'this' as per the spec
478d8d8bdfd : 8012572: Exclude sun/tools/jmap/Basic.sh for short term
15e13fa034f : 8012455: Missing time and date stamps for PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime
687b6a8d440 : 8012455: Missing time and date stamps for PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime
3a6de961ebf : 8011557: Improve reflection utility classes
848ec37e2b5 : 6741606: Integrate Apache Santuario
48b654d67d5 : 8009071: Improve shape handling
063278f17dc : Added tag jdk7u14-b21 for changeset 742ea3d2eb3c
146839e8f1b : Added tag jdk7u14-b21 for changeset 1e6c7a255cb3
71d4cf88efd : Added tag jdk7u14-b21 for changeset 4c5277f84f71
9a43560c252 : Added tag jdk7u14-b21 for changeset 415860e51641
5e374206750 : Added tag jdk7u14-b21 for changeset b736ed03b1db
63ca15ea7eb : Added tag jdk7u14-b21 for changeset e82f0460754c
0ac54596823 : Added tag jdk7u14-b21 for changeset ab80c0271d89
87313cd7ce8 : 8012529: Remove -esa from testing jvmargs
b8f4f275b47 : 8012529: Remove -esa from testing jvmargs
b97f20acb0e : 8012335: G1: Fix bug with compressed oops in template interpreter on x86 and sparc
d61a4656e46 : 8012335: G1: Fix bug with compressed oops in template interpreter on x86 and sparc
ff5ef4a3f60 : 8012019: (fc) Thread.interrupt triggers hang in FileChannelImpl.pread (win)
15ad4478a73 : 8004821: Graphics2D.drawPolygon() fails with IllegalPathStateException
2a6c63b8545 : 8000435: [macosx] Button painting error under Java 7 on Mac
d19d612c919 : 8007703: Remove com.sun.servicetag API
77b43bacfdf : 8008174: DocTree API should provide start and end positions for tree nodes
9a94591b8e5 : 8005954: JAXP Plugability Layer should use java.util.ServiceLoader
54b7ae1ff96 : 8009928: PSR:PERF Increase default string table size
54b929b3499 : 8012457: Function.prototype.apply should accept any array-like argument for function arguments
49eb3c0de18 : 8012457: Function.prototype.apply should accept any array-like argument for function arguments
0e9ad4439af : 8011181: javac, empty UTF8 entry generated for inner class
3b5f4fc54a4 : 8011426: java.util collection Spliterator implementations
1bde2fd87ee : 8008682: Inital Streams public API
4fa1f1f4fc5 : 8001647: default methods for Collections - forEach, removeIf, replaceAll, sort
535dc8a1546 : 8013117: Thread-local trace_buffer has wrong type and name
71f201d0993 : 8010770: Zero: back port of 8000780 to HS24 broke JSR 292
574fc5b13c5 : 8013226: new hotspot build - hs24-b43
91215928b8e : 8007036: G1: Too many old regions added to last mixed GC
fc3e45929e2 : 8011977: ISO 4217 Amendment Number 155
5644f4fe2a3 : 8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive
88e1b692236 : 8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive
176ed8d94c9 : 8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive
c1b4063c0e7 : 8008670: Initial java.util.stream putback -- internal API classes
37958d62031 : 8010505: HTTP DIGEST implementation incorrectly quotes header values, fails auth
ab7ecdd1b34 : 8009636: JARSigner including TimeStamp PolicyID (TSAPolicyID) as defined in RFC3161
b56c6130ffc : 8006935: Need to take care of long secret keys in HMAC/PRF compuation
30e93b56e36 : 8012005: LogManager needs test to ensure stack trace is not being done to find bundle
fab6405961f : 8011934: sun.misc.PerfCounter calls Perf.createLong with incorrect parameters
2d5e636c880 : 8012624: Add sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java in ProblemList.txt
a5d52ed7395 : 8011946: java.util.Currency javadoc has broken link to iso.org
167854b5ab6 : 8009648: Tests fail in -agentvm -concurrency mode
6c1e93b7c6e : 8011536: (fs) BasicFileAttributes.creationTime() should return birth time (mac)
dfcf6055a75 : 8011124: Make KerberosTime immutable
498a6cceefa : Added tag jdk7u25-b06 for changeset 188032988536
0bda2df4245 : Added tag jdk7u25-b06 for changeset 5d12c0e54a5b
ab5e3c79a4c : Added tag jdk7u25-b06 for changeset 155f1df5e83c
be5ff83c1b8 : Added tag jdk7u25-b06 for changeset cc315dd21573
decf3f886e1 : Added tag jdk7u25-b06 for changeset 4886db972cf3
3e50dd69240 : Added tag jdk7u25-b06 for changeset 0c097c2b5b3e
12cfd3e1b4e : 8004518: Add in-place operations to Map 8010122: Add defaults for ConcurrentMap operations to Map
95fadac5c68 : 8010096: Initial java.util.Spliterator putback
fa54d97a102 : 8004260: dynamic proxy class should have the same Java language access as the proxy interfaces
25b15c78377 : 8010953: Add primitive summary statistics utils
bdcf6abb461 : 8009531: Crash when redefining class with annotated method
aefbf5bd89e : 8012019: (fc) Thread.interrupt triggers hang in FileChannelImpl.pread (win)
2c3899554fa : 8011347: JKD-8009824 has broken webrev with some ksh versions
7f5fa645103 : 8011695: [tck-red] Application can not be run, the Security Warning dialog is gray
7279ecc4f91 : 8011901: Unsafe.getAndAddLong(obj, off, delta) does not work properly with long deltas
bad6728ea40 : 8011901: Unsafe.getAndAddLong(obj, off, delta) does not work properly with long deltas
dc668d18a34 : 8012244: java/net/Socket/asyncClose/Race.java fails intermittently on Windows
0a5657be1cf : 8012237: CompletableFuture/Basic.java still fails intermittently
23d10238b10 : 8012343: Objects.requireNonNull(Object,Supplier) breaks genstubs build
dbb722dfb0b : 8011800: Add java.util.Objects.requireNonNull(T, Supplier<String>)
67e05359fc5 : 8008509: 6588413 changed JNIEXPORT visibility for GCC on HSX, jdk's jni_md.h needs similar change
ec4ddd305ad : 7109274: Restrict the use of certificates with RSA keys less than 1024 bits
7cc7dc2d199 : 8012240: Array.prototype.map.call({length: -1, get 0(){throw 0}}, function(){}).length does not throw error
a4bf4b9be6d : 8012240: Array.prototype.map.call({length: -1, get 0(){throw 0}}, function(){}).length does not throw error
92069b97d09 : 8011622: Use lcms as the default color management module in jdk8
8ab167f0ed1 : 8010923: Avoid redundant speculative attribution
8b680bdde22 : 8011392: Missing checkcast when casting to intersection type
8f2d47cf793 : 8011028: lang/INFR/infr001/infr00101md/infr00101md.java fails to compile after switch to JDK8-b82
e59fd44a734 : 8011376: Spurious checked exception errors in nested method call
2b94dbb504c : 8011377: Javac crashes when multiple lambdas are defined in an array
efc501257bd : 8011383: Symbol.getModifiers omits ACC_ABSTRACT from interface with default methods
d9216cb5e1c : 8005930: [lcms] ColorConvertOp: Alpha channel is not transferred from source to destination
4ba0521da37 : 7147075: JTextField doesn't get focus or loses focus forever
c0e62cff317 : 8012112: java/awt/image/mlib/MlibOpsTest.java fails on sparc solaris
68645ed1cab : 7147075: JTextField doesn't get focus or loses focus forever
7d3f26a18f5 : 8011799: CompletableFuture/Basic.java fails intermittently
56d97d65076 : 8009686: Generated javadoc documentation should be able to display type annotation on an array
3044b19d21c : 8010659: Javac Crashes while building OpenJFX
3599cd103bb : 6443505: Ideal() function for CmpLTMask
e5746718689 : 8012048: JDK8 b85 source with GPL header errors
9261edec972 : 8012048: JDK8 b85 source with GPL header errors
930dcf7d28a : 8012048: JDK8 b85 source with GPL header errors
6e2f758312b : 8012048: JDK8 b85 source with GPL header errors
3b3b7d1f738 : 8012048: JDK8 b85 source with GPL header errors
47686a92e05 : 8011805: Update sun.tools.java class file reading/writing support to include the new constant pool entries
dbdbff14459 : 8012123: hijrah-config-umalqura.properties is missing from makefiles/profile-includes.txt
aa9a92ce9c3 : 8004866: [macosx] HiDPI support in Aqua L&F
58af157d96b : 8011172: JSR 310 DateTime API Updates II
3e3d516b787 : 8011885: Switch to Joni as default Regexp engine
f88be03f6b2 : 8011884: Regexp literals are compiled twice
4ea289521d0 : 8009881: TEST_BUG: javax/swing/JTree/8004298/bug8004298.java should be modified
e2272999546 : 8000629: [macosx] Blurry rendering with Java 7 on Retina display
2e5ce055767 : 8010297: Missing isLoggable() checks in logging code
32995a04526 : 8010009: [macosx] Unable type into online word games on MacOSX
36ef0217a63 : 8011992: java/awt/image/mlib/MlibOpsTest.java failed since jdk7u25b05
6f2f8b14be4 : 7015104: use new subtype of TypeSymbol for type parameters
07b5382f247 : Added tag hs24-b40 for changeset 775b831f95d1
6aa1ba2f503 : 8011949: new hotspot build - hs25-b29
2a029f80ad5 : Added tag hs25-b28 for changeset cd2648ba846b
63a6638ebfe : 6425477: Better support for generation of high entropy random numbers
9ce964ad389 : 8012052: java/lang/invoke/6987555/Test6987555.java crashes with assert(mcs != NULL) failed: MethodCounters cannot be NULL
a973a4d533d : 8011680: Re-integrate AEAD implementation of JSSE
b1d5a4f3abf : 8012056: SunJCEInstance needs to run in it's own vm
d0e1727ce6d : 8011812: JDK-8011278 breaks the old build
dbfbe6ca614 : 8001596: Incorrect condition check in PBKDF2KeyImpl.JAVA
080470408b9 : 7171982: Cipher getParameters() throws RuntimeException: Cannot find SunJCE provider
408b6224f8f : Added tag jdk8-b85 for changeset 5fe3d5ec96e2
0ce8d41fad1 : Added tag jdk8-b85 for changeset 769940c9fbc4
965bf390d49 : Added tag jdk8-b85 for changeset 575b651b1b3c
488df135583 : Added tag jdk8-b85 for changeset c62699ce4007
8cd81603472 : Added tag jdk8-b85 for changeset 38a3aebc07ce
0e4fa44bde6 : Added tag jdk8-b85 for changeset cacf7ffa3281
3a62b966736 : Added tag jdk8-b85 for changeset 462779762d8a
fcf8d60f4e1 : Added tag jdk8-b85 for changeset ad477d409ae8
40143847f56 : Added tag jdk8-b85 for changeset f53ea98c2a4b
f82212cd860 : 8008118: (process) Possible null pointer dereference in jdk/src/solaris/native/java/lang/UNIXProcess_md.c
60fae999609 : 8012028: Metafactory-generated lambda classes should be final 8008941: isSynthetic() returns false for lambda instances
3273287f586 : 8010279: java.util.Stream.min/max((Comparator)null) is not consistent in throwing (unspecified) NPE
6b4d6274148 : 8002390: (zipfs) Problems moving files between zip file systems
38e4efd7842 : 8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime
50821686b56 : 8011972: Field can be erroneously marked as contended when @Contended annotation isn't present
c1409aacef9 : 4683761: Incomplete Introspection on nonpublic classes lead to IllegalAccessExceptions
d124c9bfd9b : 8011952: Missing ResourceMarks in TraceMethodHandles
fe4b74edc71 : 8011952: Missing ResourceMarks in TraceMethodHandles
92ef5fe748e : 8006952: Slow VM due to excessive code cache freelist iteration
33e3f6b59bc : 8011971: WB API doesn't accept j.l.reflect.Constructor
09fdc18edc5 : 8011621: live_ranges_in_separate_class.patch
fbdab16d851 : 7172922: export_ makefile targets do not work unless all supported variants are built
9f96eb3ed5c : 8011648: C1: optimized build is broken after 7153771
361d401c11d : 8011582: assert(nbits == 32 || (-(1 << nbits-1) <= x && x < ( 1 << nbits-1))) failed: value out of range
25c31f37422 : 6443505: Ideal() function for CmpLTMask
55c4ce1ca1e : 7104565: trim jprt build targets
4ac4649aabf : 8011678: test/Makefile should pick up JT_HOME environment variable
01e43be7189 : 8011933: add number of classes, methods and time spent to CompileTheWorld
52a3bc55c0b : 8009032: Implement evacuation info event
0e49b64b836 : 8011980: Allow NUL character in character class
9170d68b5ac : 8011974: Comparator function returning negative and positive Infinity does not work as expected with Array.prototype.sort
06a29c14178 : 8011948: new hotspot build - hs25-b28
2d0bb26480c : Added tag hs25-b27 for changeset ea5bba2e47e9
30fdece5709 : 8011960: [2,1].sort(null) should throw TypeError
b0fed981f73 : 8009638: Wrong comment for PL in LocaleISOData, 1989 forward Poland is Republic of Poland
5f73008cc0e : 8009638: Wrong comment for PL in LocaleISOData, 1989 forward Poland is Republic of Poland
3d44ddefd60 : 8011745: Unknown CertificateChoices
85b5a6c936d : 8011867: Accept unknown PKCS #9 attributes
87eb9cc825a : 8011745: Unknown CertificateChoices
b02989edeff : 8011867: Accept unknown PKCS #9 attributes
5b110e02bb7 : 8005460: [findbugs] Probably returned array should be cloned
7d8e86633a4 : 8005460: [findbugs] Probably returned array should be cloned
6b6510941e9 : 8011930: Long.parseLong(String, int) has inaccurate limit on radix for using 'L'
87e056aa002 : 8010948: Add conversion functional interfaces
8b4ed5f8cce : 8011200: (coll) Optimize empty HashMap and ArrayList
be3390c1161 : Added tag jdk7u25-b05 for changeset 744dc1ef56df
5ba4ee906f4 : Added tag jdk7u25-b05 for changeset e059a78bbb8a
56ae5207d13 : Added tag jdk7u25-b05 for changeset c8e192b2efae
0ed0a15c040 : Added tag jdk7u25-b05 for changeset a1cd2a318637
b8b5cf8bb0e : Added tag jdk7u25-b05 for changeset 4e6e789b498c
8e8b72cd473 : Added tag jdk7u25-b05 for changeset c0768bfa68f9
0f09c0e5efa : 8010780: G1: Eden occupancy/capacity output wrong after a full GC
3551e0df3bf : 8013214: BigApps fails due to 'fatal error: Illegal threadstate encountered: 6'
1d7ea5a647a : 8011425: NPE in TestObjectCountAfterGCEvent.java on Linux32
b6176de59b6 : 8011218: Kitchensink hanged, likely NMT is to blame
fbc62758ec7 : 8009536: G1: Apache Lucene hang during reference processing
c6af2bfed3b : 8005032: G1: Cleanup serial reference processing closures in concurrent marking
a37fb2fd763 : 6761744: Hotspot crashes if process size limit is exceeded
f027d43e5dc : 8013799: new hotspot build - hs24-b44
0826210859c : Added tag jdk7u14-b20 for changeset 0b571db3ec31
a11702e4d5d : Added tag jdk7u14-b20 for changeset 8e94b21170ec
0a1a63500fa : Added tag jdk7u14-b20 for changeset de66cfb6246c
71a2f986981 : Added tag jdk7u14-b20 for changeset 20d8a25769da
bf84e7e6143 : Added tag jdk7u14-b20 for changeset 9a58c7c132fe
e13cbf7830a : Added tag jdk7u14-b20 for changeset 321795fd604e
fede1ca2ea7 : Added tag jdk7u14-b20 for changeset aba0cfe5d9ff
db2027379f2 : 8006753: fix failed for JDK-8002415 White box testing API for HotSpot
37fe1421a84 : 8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed: Worker should not be started"
e96efdaa1ae : 8011872: Include Bit Map addresses in the hs_err files
ad7e2cd8de1 : 8011756: Wrong characters supported in RegExp \c escape
3c60983c024 : 8011749: Bugs with empty character class handling
ab923e74bf0 : 8011714: Regexp decimal escape handling still not correct
aad93b5b316 : 8011243: Improve ImagingLib
cde5be4904a : 8011432: javac, compiler regression iterable + captured type
0edccc9e610 : 8010196: NPG: Internal Error: Metaspace allocation lock -- possible deadlock
6f7e2685381 : 8008920: Tracing events for heap statistics
cc8b9a8c310 : 8011699: CMS: assert(_shared_gc_info.id() != SharedGCInfo::UNSET_GCID) failed: GC not started?
c99c99aa361 : 8011706: specjvm2008 test xml.transform gets array bound exception with c1
56c265c48d9 : 8010916: Add tenuring threshold to young garbage collection events
b82442a565f : 8005091: javadoc should be able to return the receiver type
56370657b97 : 8010862: The Method counter fields used for profiling can be allocated lazily
0a6c65bc99e : 8011348: use of which in common/autoconf/autogen.sh is not portable
d6e014a7192 : 8011806: 7u25-b05 hotspot fastdebug build failure
ca901856071 : 8007288: Additional WB API for compiler's testing
dc6fd2d5dd2 : 8005696: Add CompletableFuture
be10521e31d : 8011671: JCK tests on static interface methods fail under b84: Illegal type at constant pool entry 5
cce2911c191 : 8010393: Update JAX-WS RI to 2.2.9-b12941
91a27900eda : 8010393: Update JAX-WS RI to 2.2.9-b12941
6f3fdce7b39 : 8009808: TEST-BUG : test case is using bash style tests. Default shell for jtreg is bourne. thus failure
c831a0277ee : 8011154: java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java failed since 7u25b03 on windows
93bfa98ac4a : 8012917: ObjectStreamClass and ObjectStreamField should be CallerSensitive aware
33204355fa8 : 8008132: Better serialization support
0f6c7898430 : 8012689: CallerSensitive annotation should not have CONSTRUCTOR Target
6eca5172233 : 8012692: SerialJavaObject.java should be CallerSensitive aware
a0051746253 : 8007812: (reflect) Class.getEnclosingMethod problematic for some classes
6f0a5a97ae8 : 8006611: Improve scripting
80b7d8cf990 : 8010465: Can't enable sjavac when building in jprt
21711140e2e : 8006288: build-infra: Use solaris nm and not gnm on solaris
2c7f3d292f3 : 6298888: Add toGenericString to j.l.Class and getTypeName to j.l.reflect.Type 6992705: Include modifiers in Class.toGenericString()
35d38242d26 : 8010849: (str) Optimize StringBuilder.append(null)
dec7bd5d024 : 8001032: Restrict object access
cb7ed9827c9 : 8001032: Restrict object access
d6adbf8a672 : 8011257: Better Byte Component Rasters
988ba5e3c7e : 8011253: Better Short Component Rasters
6a20e4d5072 : 8011248: Better Component Rasters
60bb493c66c : 8009235: Improve handling of TSA data
4b5d81c5106 : 8006036: (process) cleanup code in java/lang/Runtime/exec/WinCommand.java
a45f8e0ef9c : 8011677: EndPosTables should avoid hidden references to Parser
876df309737 : 8011676: Instances of Tokens.Comment should not be defined in inner classes
7f1fd4ecb92 : 8011388: Support building zero and zeroshark with the new build
ca98a33db4f : 8011388: Support building zero and zeroshark with the new build
da9dd76b205 : 8010822: Intersection type cast for functional expressions does not follow spec EDR
ea550151557 : 8009131: Overload: javac should discard methods that lead to errors in lambdas with implicit parameter types
b4b6e4f82e8 : 8010404: Lambda debugging: redundant LineNumberTable entry for lambda capture
08df98aa3c4 : 8010823: DefaultMethodTest.testReflectCall fails with new lambda VM
f298073f336 : 8010922: Cleanup: add support for ad-hoc method check logic
f687ff76135 : 8010913: compiler/6863420 often exceeds timeout
12be356d81b : 8010913: compiler/6863420 often exceeds timeout
d7081aaf765 : 7153702: [TEST_BUG] [macosx] Synchronization problem in test javax/swing/JPopupMenu/6827786/bug6827786.java
4a685f181b7 : 7197666: java -d64 -version core dumps in a box with lots of memory
13d1be151e9 : 8008593: Better URLClassLoader resource management
71ebef7328a : Added tag jdk7u21-b12 for changeset 624eef6aa5f5
d61e018ac46 : Added tag jdk7u21-b12 for changeset 0cb7076f6401
b164e9cefcb : Added tag jdk7u21-b12 for changeset 1aaae63004cd
3107d2c9e64 : Added tag jdk7u21-b12 for changeset bc8e1b39cf5c
149742564c0 : Added tag jdk7u21-b12 for changeset b3f76cda678c
77d61dd4209 : Added tag jdk7u21-b12 for changeset 1af64f98cfd4
06a15b6500d : Added tag jdk7u21-b12 for changeset 5b48e4e8c2c7
76a59cf150c : 8011590: More tests for core reflection modeling of default methods
963eb2f9d7f : 8011602: jobjc build failure on Mac
ca2ee916b0d : Added tag jdk7u21-b30 for changeset 63ccff9c5239
d6eebff53c8 : Added tag jdk7u21-b30 for changeset 5d6d0f96f939
4c24ccac3fa : Added tag jdk7u21-b30 for changeset 86ed657d75d2
b75c729712b : Added tag jdk7u21-b30 for changeset c09829a2c221
cd1ebcfdbc7 : Added tag jdk7u21-b30 for changeset 147ab0fe4f3c
28446d3a2b8 : Added tag jdk7u21-b30 for changeset 5301556bfa8b
2fcda10ec71 : Added tag jdk7u21-b30 for changeset 6b27d6133596
a7b0073f5ae : 5001942: Missings SOCKS support for direct connections
a72b5d24e6f : 8006001: [parfait] Possible file leak in hotspot/src/os/linux/vm/perfMemory_linux.cpp
bc7905ab3a7 : 8009230: Nashorn rejects extended RegExp syntax accepted by all major JS engines
c4443f5f067 : 8011380: FX dependency on PlatformLogger broken by 8010309
efdece0bc7d : 8011380: FX dependency on PlatformLogger broken by 8010309
9ff5db6260d : 8006941: [macosx] Deadlock in drag and drop 7199783: Setting cursor on DragSourceContext does not work on OSX
28e33e673a1 : 8011161: NMT: Memory leak when encountering out of memory error while initializing memory snapshot
605849d9fe3 : Added tag jdk7u14-b19 for changeset b4cb89c0d50e
3812152316f : Added tag jdk7u14-b19 for changeset 6f94f3c1746e
e7fd8a3243e : Added tag jdk7u14-b19 for changeset 36fa3a719111
7be47c77d5a : Added tag jdk7u14-b19 for changeset 9d1396b81cf8
aef5536ac6d : Added tag jdk7u14-b19 for changeset f515c20873b9
ba285a1e285 : Added tag jdk7u14-b19 for changeset 6218b6c5c64b
761b291d9e3 : Added tag jdk7u14-b19 for changeset 6e5df939bc47
6ebc920e1e1 : 8001330: Improve on checking order
8328f67bc78 : 8001330: Improve on checking order
fd5beb8ab5f : 8001330: Improve on checking order
8a0f4c1171d : 8006016: Memory leak at hotspot/src/share/vm/adlc/output_c.cpp
340226f16a5 : 8006016: Memory leak at hotspot/src/share/vm/adlc/output_c.cpp
989cb5b8fc7 : 8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'
6cb72b3aabb : 8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'
0afa77628c9 : 8011584: new hotspot build - hs25-b27
fe9ae80e5dc : Added tag hs25-b26 for changeset 7d026deaf1db
4ce74c065ed : 7155720: PKCS11 minor issues in native code
259866f140a : Added tag jdk8-b84 for changeset 953d22f6489c
403f66ad1dd : Added tag jdk8-b84 for changeset c3a8125548f0
f4cf1435ed3 : Added tag jdk8-b84 for changeset 5e63bda2ec36
1234f8529cf : Added tag jdk8-b84 for changeset 9c96ead03162
188c36b378f : Added tag jdk8-b84 for changeset 0ee966fccbc1
0f87989600a : Added tag jdk8-b84 for changeset 545ba3c9bf47
c8755701efc : Added tag jdk8-b84 for changeset df190a3da0e2
3cf19735278 : Added tag jdk8-b84 for changeset 8d11dc7a1d97
2c9fb2de3ee : Added tag jdk8-b84 for changeset aec7eec37b03
d4c353d053c : Added tag jdk7u21-b11 for changeset c5d6cffd3569
9ae476f1311 : Added tag jdk7u21-b11 for changeset 050e3aeb672b
49b88330448 : Added tag jdk7u21-b11 for changeset 58bdcf8249a1
215ec34622e : Added tag jdk7u21-b11 for changeset 78c8cb059f87
f0596086015 : Added tag jdk7u21-b11 for changeset 625e44ca874c
1dcacfe446f : Added tag jdk7u21-b11 for changeset 5808d209db30
2a34f20aafc : Added tag jdk7u21-b11 for changeset d987e44bffb8
209e92f4fec : 8000406: change files using @GenerateNativeHeader to use @Native
c68fa92e4b7 : 8011198: LP64 setting is not preserved on Solaris after 8006965
eeb83733a61 : 8003310: Enable -Wunused-function when compiling with gcc
35f9ab20540 : 8011555: Invalid class name in with block with JavaImporter causes MH type mismatch
194f867e245 : 8011552: Arrays with missing elements are not properly sorted
5a45a7da031 : 8011544: Allow subclassing Java classes from script without creating instances
76f2aa79e6f : 8011543: "".split(undefined,{valueOf:function(){throw 2}}) does not throw exception
70276abeb15 : 8011540: PropertyMap histories should not begin with empty map
a55483f7a77 : 8012212: Want to link against kstat on solaris x86 as well as sparc
afa1b9da291 : 8008916: G1: Evacuation failed tracing event
a17b0be0e07 : 8012210: Make TracingTime available when INCLUDE_TRACE = 0
29262d30331 : 8012102: CollectedHeap::ensure_parsability is not always called during heap inspection
7a8f835ef62 : 8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed: Worker should not be started"
2fc645bd051 : 8010514: G1: Concurrent mode failure tracing event
b10618c2aa0 : 8011161: NMT: Memory leak when encountering out of memory error while initializing memory snapshot
69a8aac5397 : 8008391: Incorrect metadata for event based tracing
0de5a888180 : 8011947: new hotspot build - hs24-b41
e20dc52ab24 : 8011421: When using Object.defineProperty on arrays, PropertyDescriptor's property accessors are invoked multiple times
a73aea2549b : 8010399: Test8009761.java "Failed: init recursive calls: 5498. After deopt 5494"
4afef4c8f7a : 8006014: Memory leak in hotspot/src/share/vm/adlc/dfa.cpp
5548661d72b : 8006014: Memory leak in hotspot/src/share/vm/adlc/dfa.cpp
02a014996bb : 8010399: Test8009761.java "Failed: init recursive calls: 5498. After deopt 5494"
3231305a340 : 8011372: Remove -p from cp in IdleCompilation.gmk
a88f9ec2d62 : 8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
8bdf1ec903e : 8006008: Memory leak in hotspot/src/share/vm/adlc/archDesc.cpp
0f3a43e3184 : 8006008: Memory leak in hotspot/src/share/vm/adlc/archDesc.cpp
2b494aafd93 : 8011394: RegExp.prototype.test() does not call valueOf on lastIndex property as per the spec
33f6dd22157 : 8006103: [parfait] Possible null pointer dereference at hotspot/src/os/linux/vm/os_linux.cpp; os_windows.cpp; os_solaris.cpp; os_bsd.cpp
e3b0538db80 : 8011350: hgforest.sh uses non-POSIX sh features that may fail with some shells
bb754ed4987 : Added tag jdk7u14-b19 for changeset 3784cc1c09cc
82b7638c6a9 : Added tag jdk7u14-b19 for changeset b188c9fdf038
1b45f220ff9 : Added tag jdk7u14-b19 for changeset 048aa2332829
3d744145285 : Added tag jdk7u14-b19 for changeset 73f9df08f0a1
a983b975c54 : Added tag jdk7u14-b19 for changeset 943a00fb6f34
7622fabd378 : Added tag jdk7u14-b19 for changeset 23cc15294f16
944954dea2e : Added tag jdk7u14-b19 for changeset 4acc18ed9b43
8e0c1ac8cd7 : 8010437: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
d73725cebff : 8020525: Increment build # of hs23.25 to b03 for 7u25-b34 psu
314de78c018 : Added tag jdk7u25-b33 for changeset 312076fba94b
93c40233d6f : 8010437: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
31a61b2ab33 : 8010437: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
3aabe92c929 : 8011052: Add DEFAULT to javax.lang.model.Modifier
88f70d80267 : 8011102: Clear AVX registers after return from JNI call
cf013457d7a : 8011102: Clear AVX registers after return from JNI call
dde8f4d277f : 8009125: Add NMT tests for Virtual Memory operations
8cbc501cd55 : 8008454: test/runtime/NMT/PrintNMTStatistics is broken
559b4bf362a : 8010090: GC ID has the wrong type
f073690d2bf : 8011882: Replace spin loops as back off when suspending
4952f6a6de3 : 7091601: Arabic Locale: can not set type of digit in application level
918a3764741 : 8010925: COPY AND PASTE TO AND FROM SIGNED APPLET FAILS AFTER FIRST INTERNAL COPY PRFRMD
fb6bf29f89d : 8011393: Typo in javadoc for SerialClob.truncate
7e68ec53aa3 : 8011123: serialVersionUID of java.awt.dnd.InvalidDnDOperationException changed in JDK8-b82
84f1ee1581b : 8011382: Data prototype methods and constructor do not call user defined toISOString, valueOf methods per spec
963ad663527 : 8011373: Property java.runtime.profile should be removed (left-over code)
9523e954550 : 8011234: Performance regression with ftp protocol when uploading in image mode
10a941202b7 : 8010925: COPY AND PASTE TO AND FROM SIGNED APPLET FAILS AFTER FIRST INTERNAL COPY PRFRMD
84e09062c09 : 8011234: Performance regression with ftp protocol when uploading in image mode
6b89fa96a30 : 8007774: Enable code cache again
a85fab27306 : 8011365: Array.prototype.join and Array.prototype.toString do not throw TypeError on null, undefined
7891ed4115d : 8011362: Overloaded method resolution foiled by nulls
d35b6ae5f6f : 8011357: Array.prototype.slice and Array.prototype.splice should not call user defined valueOf of start, end arguments more than once
fa0b9daa08c : 8004979: java.lang.reflect.Modifier.toString should include "default"
4c7d3a9bd11 : 5015163: (str) String merge/join that is the inverse of String.split() 7172553: A utility class that forms the basis of a String.join() operation
0f56bf298ba : 8005051: optimized defaults for Iterator.forEachRemaining
d51ab5c39cf : 8012530: test/sun/security/provider/SecureRandom/StrongSeedReader.java failing
9822b2cd84e : 8000529: Regression: SimpleDateFormat incorrectly parses dates formatted with Z and z pattern letters
47bb6585b4b : 8012937: Correct errors in javadoc comments
edbd8cf91ca : 8012044: Give more information about self-suppression from Throwable.addSuppressed
bc93996d275 : 8011342: hgforest.sh : 'python --version' not supported on older python
7f40eb5f014 : Added tag jdk7u25-b04 for changeset 70b3ee51b936
76924ba0574 : Added tag jdk7u25-b04 for changeset 9786e3fc04cd
65176a4b9bc : Added tag jdk7u25-b04 for changeset 4874f5b8d6aa
a0de6d69a75 : Added tag jdk7u25-b04 for changeset a2292a2ef8af
afa46697779 : Added tag jdk7u25-b04 for changeset 4a3c500fc280
09a2fc9d0c5 : Added tag jdk7u25-b04 for changeset b3a6fc31495e
934072f7742 : 8011278: Allow using a system-installed giflib
b34573420a8 : 8011278: Allow using a system-installed giflib
e96d207c684 : 8011274: Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get.hasOwnProperty("prototype") should be false
db6f362071b : 8007150: Event based tracing is missing truncated field in stack trace content type
3457ff43371 : 8007379: Base64.getMimeDecoder().decode() throws IAE for a non-base64 character after padding 8008925: Base64.getMimeDecoder().decode() does not ignore padding chars
fcc548f01dc : 8011237: Object.isExtensible(Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get) should be false
53d40472c2a : 8011233: Create a Nashorn shell for JavaFX
c6ab956b21d : 8009988: build-infra: Fix configure output for zip debuginfo check
da76d3b5ec1 : 8011209: Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get.length is not 0
10cd2de7ed0 : 8011219: Regression with recent PropertyMap history changes
a19d0728baa : 4965689: class literal code wastes a byte
a4300aa98bc : 8009763: Add WB test for String.intern()
bce70c8f7b1 : 8009558: linked_md.c::dll_build_name can get stuck in an infinite loop
45cc7f61db5 : 8005857: assert in GC_locker from PSOldGen::expand with -XX:+PrintGCDetails and Verbose
5b838d4ce15 : 7034299: Faulty winsock initialization code
01ab1da0581 : 8011178: improve common/bin/hgforest.sh python detection (MacOS)
7d45058eaa0 : 8011199: Backout changeset JDK-7143928 (2b34a1eb3153)
12f1183c74d : 8011187: Remove obsolete/unused targets from jdk/test/Makefile
3e6daeda3a1 : 7143928: Optimize empty HashMap and ArrayList
ba2c11a93a0 : 8011048: Possible reading from unmapped memory in UTF8::as_quoted_ascii()
cd2f264ba1b : 8010268: Remove dependence upon clean target from jdk/test/Makefile prep target
7f78a7f4750 : 8011173: NPG: Replace the ChunkList implementation with class FreeList<Metachunk>
fa3b9934232 : 8010780: G1: Eden occupancy/capacity output wrong after a full GC
1cfc0cae65f : 8011095: PropertyHashMap.rehash() does not grow enough
330408f8cd9 : Added tag jdk7u21-b10 for changeset cc2bb69aad6d
474c9340343 : Added tag jdk7u21-b10 for changeset 573f1c806b66
be72b018367 : Added tag jdk7u21-b10 for changeset 65f6a3b470b4
c818ec22894 : Added tag jdk7u21-b10 for changeset f787abecff7a
0cb2cf74f78 : Added tag jdk7u21-b10 for changeset 442b3546252c
1631382ba3c : Added tag jdk7u21-b10 for changeset 515fc131296d
09fa103288c : Added tag jdk7u21-b10 for changeset 8b09fc4f7548
214b7d9dcff : 8011009: Use do-while(0) instead of while(0) in EC_TRACE and RC_TRACE* macros
5f93d0e84ca : 8006006: [parfait] Memory leak at hotspot/src/share/tools/launcher/wildcard.c
e1383d49316 : 8010943: guarantee(length == 0) failed: invalid method ordering length
c435269587f : 8009125: Add NMT tests for Virtual Memory operations
49db1864a30 : 8010463: G1: Crashes with -UseTLAB and heap verification
3c586e8f267 : 8010934: assert failure in c1_LinearScan.cpp: "asumption: non-Constant instructions have only virtual operands"
db89cafb532 : 8011063: With older ant, we get the error "The <property> type doesn't support nested text data ("${run.te...jvmargs}")."
858bdaabaf3 : 8010375: sun.swing.JLightweightFrame should be implemented for XToolkit
fec16029ea7 : 8010995: The bug ID 8010710 accidentally got two digits transposed in the checkin and unit test name
458ed03a184 : 7107135: Stack guard pages are no more protected after loading a shared library with executable stack
7591c715dc0 : 8015411: Bump the hsx build number for 7u21-b50 for customer
f6b3e5b4950 : 8011022: new hotspot build - hs25-b26
142f171fb66 : Added tag hs25-b25 for changeset 4c619ad74be5
60dbff17de9 : 8010309: Improve PlatformLogger.isLoggable performance by direct mapping from an integer to Level
2ca495dd433 : 8010309: Improve PlatformLogger.isLoggable performance by direct mapping from an integer to Level
18f48ab46b5 : 8010511: Tests are creating files in /tmp
51fd18e16b7 : Added tag jdk8-b83 for changeset 04bff61aaa3b
ea13857a216 : Added tag jdk8-b83 for changeset 4f4788d62566
e4d9e1a5e7c : Added tag jdk8-b83 for changeset fd242a461861
194b6327bc9 : Added tag jdk8-b83 for changeset a93e7eb6663c
ff17e3e399c : Added tag jdk8-b83 for changeset 74e3fc2986f0
65616fa742e : Added tag jdk8-b83 for changeset 8ca744a5d6f4
afd676cdb34 : Added tag jdk8-b83 for changeset 395a7c20e300
91473e6924d : Added tag jdk8-b83 for changeset d2d074c62b67
361893b41ad : Added tag jdk8-b83 for changeset 64247ba55872
84a50dc1144 : 8006346: doclint should make allowance for headers generated by standard doclet
46be67dfb69 : Added tag hs24-b38 for changeset 97531abdc702
bf6e4f1ec77 : 8010924: Dealing with undefined property gets you a fatal stack
388d803077f : 8002118: WindbgDebuggerLocal should not try to load 64-bit debug libraries for 32-bit JVM
cbe728a9bdd : 8010723: fatal error: acquiring lock Metaspace allocation lock/5 out of order
4a64ecdf42d : 8010125: keytool -importkeystore could create a pkcs12 keystore with different storepass and keypass
059c4839bc1 : 8010490: FindBugs: double assignments in LambdaToMethod.visitIdent
b67623d2723 : 8010469: Bad assertion in LambdaToMethod
d891c7c5604 : 8010991: Enable test/javax/script/GetInterfaceTest.java again
d81ec5b9f38 : 8010908: Images target failes when configured with --disable-zip-debug-info
76cc94fb999 : 2178143: JVM crashes if the number of bound CPUs changed during runtime
d7a9cb6312c : Added tag jdk7u14-b18 for changeset 966de7ffd0af
89f00e97a15 : Added tag jdk7u14-b18 for changeset 4ea97fd659e9
074186410ed : Added tag jdk7u14-b18 for changeset 89d420810fac
82cababee68 : Added tag jdk7u14-b18 for changeset 5d7ac8b74ee0
096d55b9b68 : Added tag jdk7u14-b18 for changeset 87c0c25a68b5
ff6ff590f74 : Added tag jdk7u14-b18 for changeset e73a1308efe1
ef5be0077e6 : Added tag jdk7u14-b18 for changeset 21f8292c08cd
e56c5733ecb : 8010005: [parfait] Memory leak in jdk/src/macosx/native/sun/awt/CTextPipe.m
7363c58e322 : 8010474: [parfait] Undefined return value of the functions in hotspot/src/share/vm/services/memTracker.hpp
b79e2c6803d : 8009731: Confusing error message for loader constraint violation
f45e9f484df : 8010846: Update the corresponding test in test/vm/verifier/TestStaticIF.java
80245b04398 : 8009152: A number of jtreg tests need review/improvement
c2a873f014b : 8009152: A number of jtreg tests need review/improvement
3987724a242 : 7185456: (ann) Optimize Annotation handling in java/sun.reflect.* code for small number of annotations
2ffe97f06e9 : 8010837: FileInputStream.available() throw IOException when encountering negative available values
366b7e1c5ef : 8010833: Test7116786.java is failing on most configs after fix for 8010667
2e97782d350 : 8003559: Update display of applet windows
36fd8181af9 : 7075105: WIN: Provide a way to format HTML on drop
878c7e4cd05 : 8009531: Crash when redefining class with annotated method
cf6d13410ca : 8010818: NPG: Remove metaspace memory pools
4d162632508 : 7059170: Assume availablility of URLClassLoader.close
af36b14fdb3 : 7041251: Use j.u.Objects utility methods in langtools
4b536c175f0 : Added tag jdk7u21-b09 for changeset fdbc8f2ceff9
09c9eed7f9b : Added tag jdk7u21-b09 for changeset 3e378566fa0f
f8253a99505 : Added tag jdk7u21-b09 for changeset fcbc091fd326
a9aad827281 : Added tag jdk7u21-b09 for changeset b98a4ecefbc0
ed6181e13aa : Added tag jdk7u21-b09 for changeset c34084032a78
7d429b5c218 : Added tag jdk7u21-b09 for changeset 073bfaf5e455
447e64b6dc5 : Added tag jdk7u21-b09 for changeset 30d75db2f3a9
f6e7fbe674c : Added tag jdk7u25-b03 for changeset fd0d4fc4ce30
4dc0d044fbf : Added tag jdk7u25-b03 for changeset 5197a58c4bbd
78ba3479adf : Added tag jdk7u25-b03 for changeset 386b527b1654
129c98c48b3 : Added tag jdk7u25-b03 for changeset 51fac1226d0e
42c53993e27 : Added tag jdk7u25-b03 for changeset 4d9dbb3b6447
c352dcb9224 : Added tag jdk7u25-b03 for changeset 8f03c1d985ef
848ccdbdfeb : 8004640: C2 assert failure in memnode.cpp: NULL+offs not RAW address
7c46953faf0 : 8010651: create.bat still builds the kernel
ecc23551a57 : 8009824: webrev.ksh generated jdk.patch files do not handle renames, copies, and shouldn't be applied
c691233acce : 8010267: Add test-clean for cleaning of testoutput directory from output directory. Add depedency on test-clean to clean
ee3ea81f654 : 8009382: Add JVM_Get{Field|Method}TypeAnnotations
feec2af7b40 : 8009595: The UseSplitVerifier option needs to be deprecated
97d7f98a215 : 8010720: Linkage problem with java.lang.String.length()
143a0039a3a : 8010281: Remove code that is never executed
f20cadfd8bd : 8010706: -Dnashorn.args system property to create command lines to wrapped nashorn.jar:s
d79b11782a0 : 8010787: changeset for 8007703 is missing the deleted files
d414a7e8320 : 8007703: Remove com.sun.servicetag API
6964a690ed9 : 7198429: need checked categorization of caller-sensitive methods in the JDK
fa35aeb6eb0 : 8010521: jdk8 l10n resource file translation update 2
9309aac6971 : 8010521: jdk8 l10n resource file translation update 2
3c711cf801e : 8010521: jdk8 l10n resource file translation update 2
136e493e719 : 8006120: Provide "Server JRE" for 7u train
0e9d4090368 : 8009552: test/vm/verifier/TestStaticIF.java failing with hs25.0-b
c3647bf3a61 : 8010668: builtin JNI libraries should not be unloaded
61c8affcc13 : 8010704: The test closed/java/lang/SecurityManager/CheckPackageDefinition.java failed after fix for 8009869
57ea346abde : 8007701: Hotspot trace allocation events
a9423b7ebf4 : 8010709: org on the top level doesn't resolve
41f0004e4ff : 8010667: Non-zero padding is not allowed in splitverifier for tableswitch/lookupswitch instructions
897aab045e7 : 8017010: index evaluation to a temporary location for index operator much change temporaries to slots, but never scoped vars
c458eb3fd64 : 8008454: test/runtime/NMT/PrintNMTStatistics is broken
196cd6601b3 : 8010498: new hotspot build - hs25-b25
981e9c35c93 : 8009026: [parfait] Null pointer deference in hotspot/src/share/vm/code/nmethod.cpp
9afb5dba836 : Added tag hs25-b24 for changeset 5f89974cce81
d67e393dd60 : 8009408: gc/metaspace/ClassMetaspaceSizeInJmapHeap.java fails with "exit code 1"
9c89e6d28aa : 8010463: G1: Crashes with -UseTLAB and heap verification
bb5bd507d76 : 7112912: Message "Error occurred during initialization of VM" on boxes with lots of RAM
89120e78275 : 7014552: gc/lock/jni/jnilockXXX works too slow on 1-processor machine
5f089665158 : 8009875: Provide a default udp_preference_limit for krb5.conf
87b698f3943 : 8009970: Several LoginModule classes need extra permission to load AuthResources
7188961426d : 8010652: Eliminate non-child references in Block/FunctionNode, and make few node types immutable
d54accaf5c4 : 7080464: langtools regression test failures when assertions are enabled
439ddacaac5 : 7123476: DesktopOpenTests:When enter the file path and click the open button,it crash
902be4665bd : 8000754: NPG: Implement a MemoryPool MXBean for Metaspace
538615fc977 : 8009539: JVM crash when run lambda testng tests
6132db352dc : 8009539: JVM crash when run lambda testng tests
1c46d9bac24 : 8004172: Update jstat counter names to reflect metaspace changes
445664ec520 : 8005116: NPG: Rename -permstat option for jmap in jdk8 to -clstats
7ee4846b459 : 8010387: Javac crashes when diagnostic mentions anonymous inner class' type variables
2b66afe14de : 8010303: Graph inference: missing incorporation step causes spurious inference error
710a687c15c : 8009820: AssertionError when compiling java code with two identical static imports
cec722fe8ff : 8010101: Intersection type cast issues redundant unchecked warning
2454c8c5ae7 : 8009649: Lambda back-end should generate invokespecial for method handles referring to private instance methods
debc12e19ed : 8010531: Add BadKdc* tests to problem list for solaris-sparcv9
ba67f14480f : 8010389: After fix for 7107135 a failed dlopen() call results in a VM crash
9b5ebab5f6b : 8009517: new code changes causing errors in old build (-Werror) environment
5391834dcf3 : 8009427: Re-enable tests that were disable to ease complicated push
edcaf232330 : 8010316: Improve handling of char sequences containing surrogates
2a57075d850 : 8007905: To add a system property to create zip file without using ZIP64 end table when entry count > 64k
a18d635b93b : Added tag hs24-b37 for changeset 5100b13772f9
04c11d084ab : Added tag jdk8-b82 for changeset 60d74435bd59
0fbaf75ff11 : Added tag jdk8-b82 for changeset fd698c5ee684
58859413d38 : Added tag jdk8-b82 for changeset db9ac0924815
6219b241119 : Added tag jdk8-b82 for changeset 744dd8193801
c9e41a62381 : Added tag jdk8-b82 for changeset d5a7172af7df
fd6ca911a56 : Added tag jdk8-b82 for changeset 11e0f924d1ba
65547b27ffc : Added tag jdk8-b82 for changeset 3826413d5c5b
c8f1a1b8e2c : Added tag jdk8-b82 for changeset e2239e25e90a
d04381e4276 : Added tag jdk8-b82 for changeset caa9b4e63aab
8eecfc75226 : 8009251: Add proxy handling and keep-alive fixes to jsse
6c55facb77e : 8009593: [parfait] Null pointer deference in hotspot/src/share/vm/oops/constantPool.cpp
85aa7836deb : 8009584: [parfait] Null pointer deference in hotspot/src/cpu/x86/vm/relocInfo_x86.cpp
7dddf9897fe : 8009008: Better manage management-api
9bf86a475ef : 8009904: jvmtiClassFileReconstituter.cpp needs to be excluded from the minimal jvm
0f8bf3e7c38 : 8009869: Need to modify java.security property package.access to include nashorn packages
62fb07baaa2 : 8008611: Better handling of annotations in JMX
30245ce5432 : 8007467: Better JMX type conversion
7d8a89c6c1a : 8005007: Better glyph processing
f4069d13748 : 8008124: Better compliance testing
87a26efe0d4 : 8008120: Improve JMX class checking
07ca78ead7d : 8007471: Improve MBean notifications
e0c7d59246c : 8006328: Improve robustness of sound classes 8009057: Improve MIDI event handling
2801163256e : 8001038: Resourcefully handle resources
9f8bb22b73c : 8008982: Adjust JMX for underlying interface changes
7938121238f : 8001318: Socket.getLocalAddress not consistent with InetAddress.getLocalHost
7fc34775d10 : 8009554: Improve SerialJavaObject.getFields
d168b09c441 : 8007925: Improve cmsStageAllocLabV2ToV4curves 8007926: Improve cmsPipelineDup
c5ed90b0bb3 : 8009654: Improve stability of cmsnamed
dc1533f6cf4 : 8010209: Better provision of factories
4a77df1972d : 8008128: Better API coherence for JMX
62573eeab1b : 8008615: Improve robustness of JMX internal APIs
fb31c370c76 : 8009004: Better implementation of RMI connections
d0890024607 : 8007146: [macosx] Setting a display mode crashes JDK under VNC
ea20eb7d971 : 8009067: Improve storing keys in KeyStore
06ef4cddf78 : 7153771: array bound check elimination for c1
bf2d40f6db3 : 8008623: Better handling of MBeanServers
6bec5bf02c1 : 8004241: NPG: Metaspace occupies more memory than specified by -XX:MaxMetaspaceSize option
a003234ac85 : 8010396: checking MallocMaxTestWords in testMalloc() function is redundant
1f24cdd86cb : 8006818: SunEC and SunPKCS11 providers should be in all profiles
08c578cdcf8 : 8010364: Clarify javax.lang.model API for Type Annotations
2f4ecb86a29 : 8006965: remove test_gamma and add dedicated test_* targets instead
e91d6c8f4da : 8010427: Refine Method.isDefault implementation
d76b61b2e81 : 8004584: Augment applet contextualization
049dae0fa48 : Added tag jdk7u14-b17 for changeset b226f022709b
86a85b3468d : Added tag jdk7u14-b17 for changeset 03e775254d4b
c25e28cba27 : Added tag jdk7u21-b08 for changeset ab07a8de9bc0
16288b402c7 : Added tag jdk7u14-b17 for changeset 1ce89934390b
c817a1b813a : Added tag jdk7u14-b17 for changeset 3488e6c16355
b6924c9ec1f : Added tag jdk7u21-b08 for changeset 701b1746e734
f718f0361af : Added tag jdk7u14-b17 for changeset 819ea9b3b8b5
bdb27a1d804 : Added tag jdk7u21-b08 for changeset 003f778fac6a
981451ef65a : Added tag jdk7u14-b17 for changeset e5ee6875311a
0b762573867 : Added tag jdk7u21-b08 for changeset 25a847ed940c
f26e65ae0cb : Added tag jdk7u14-b17 for changeset b2b71f09e789
226595763b1 : Added tag jdk7u21-b08 for changeset 986eb126b7c4
8945c9ebc19 : Added tag jdk7u21-b08 for changeset a87a26e5a8c5
4a65d86782f : Added tag jdk7u21-b08 for changeset d081297a67cc
3c460e0b602 : 8007815: extend HAVE_JPRT_SAVE_BUNDLES from product builds to all builds 8007878: Need to move fast-debug bundle targets to top-level makefiles
b7d738913e3 : 8007982: some runtime/CommandLine/ tests fail on 32-bit platforms
d0625280b3c : 7196080: assert(max_heap >= InitialHeapSize) in arguments.cpp
0268771fc45 : 7196080: assert(max_heap >= InitialHeapSize) in arguments.cpp
fcd5e6c4046 : 8010213: Some api/javax_net/SocketFactory tests fail in 7u25 nightly build
e97bdfa854f : 8007929: Improve CurvesAlloc
c9e6a41b998 : 8006104: Improve tests to test ".useParentHandlers" property set in the logging configuration
ce35dce7009 : 6550588: java.awt.Desktop cannot open file with Windows UNC filename
58a945da1c5 : 6550588: java.awt.Desktop cannot open file with Windows UNC filename
cfb7431cca4 : 8010017: lambda: reflection get(Declared)Methods support for default methods
198ae0916d1 : 8010112: NullPointerException in sun.security.provider.certpath.CertId()
9df17fd446c : 8010282: sun.net.www.protocol.jar.JarFileFactory.close(JarFile) should be thread-safe
a62f572a50d : 8009181: [parfait] Null pointer deference in hotspot/src/share/vm/opto/loopTransform.cpp
b799726f352 : 8009298: NMT: Special version of class loading/unloading with runThese stresses out NMT 8009777: NMT: add new NMT dcmd to control auto shutdown option
09098aff2f6 : 8009578: [parfait] Null pointer deference in hotspot/src/share/vm/classfile/defaultMethods.cpp
5082c639fd4 : 8009565: [partfait] Null pointer deference in hotspot/src/share/vm/ci/ciEnv.cpp
eaa8ade37a0 : 8009248: [parfait] Null pointer deference in hotspot/src/share/vm/code/compiledIC.cpp
e21f2d67e19 : 8008217: CDS: Class data sharing limits the malloc heap on Solaris
f61a46ce67f : 8009880: TEST_BUG: Test java/beans/Introspector/TestTypeResolver.java should be modified again
97927be30a3 : 8006193: (process) Clean-up java.lang.ProcessImpl.finalize, does not need to be public
3277de9dad1 : 8010084: Race in runtime/NMT/BaselineWithParameter.java
d4e9a74af52 : 8010317: DocLint incorrectly reports some <pre> tags as empty
622349cdb1a : 8010333: Remove com.sun.tools.javac.Server
ab8f7a37628 : 8010361: fix some langtools findbugs issues
5b1cca1b966 : 8001642: Add Optional<T>, OptionalDouble, OptionalInt, OptionalLong
a52c1dd51a4 : 8010315: doclint errors in javac public API
ed9fe2bcb3a : 8001309: Better handling of annotation interfaces
03d5b3069f3 : Added tag jdk7u21-b07 for changeset 6e0c4e721c44
65b163641a2 : Added tag jdk7u21-b07 for changeset edba23860974
5705e6bf576 : Added tag jdk7u21-b07 for changeset 554d178e7369
8b303a78833 : Added tag jdk7u21-b07 for changeset e5b66fdd09e1
d48932da314 : Added tag jdk7u21-b07 for changeset 1c43d9e38677
cc5707100c0 : Added tag jdk7u21-b07 for changeset 380f44dc5a44
b329590e9b2 : Added tag jdk7u21-b07 for changeset dc13eb577360
46e4f5b1827 : Added tag jdk7u25-b02 for changeset 03a656b26479
20d5106a218 : Added tag jdk7u25-b02 for changeset c294f88ca1e3
da754f1ead1 : Added tag jdk7u25-b02 for changeset d5d4d2d165e2
964a1b4605c : Added tag jdk7u25-b02 for changeset b54403dd84e3
1ec6bd5ccb0 : Added tag jdk7u25-b02 for changeset e11029d76e7e
db44b3ef08b : Added tag jdk7u25-b02 for changeset d433dd2db94c
33af6236b89 : 8009013: Better handling of T2K glyphs
479d5c83b08 : 8010179: Remove transitional target values from javac
25c4a7fccdb : 8008811: [parfait] Null pointer deference in hotspot/src/share/vm/opto/loopopts.cpp
c6d91fa2d96 : 8009022: [parfait] Null pointer deference in hotspot/src/share/vm/oops/generateOopMap.cpp
f4bcfd04cae : 7030610: runtime/6878713/Test6878713.sh fails Error. failed to clean up files after test 7123945: runtime/6878713/Test6878713.sh require about 2G of native memory, swaps and times out
3679ebdd7d8 : 8010222: 8007439 disabled inlining of cold accessor methods
3ec67b93ed8 : 8010166: TEST_BUG: fix for 8009634 overlooks possible version strings (sun/misc/Version/Version.java)
69c170b9097 : 8008301: G1: guarantee(satb_mq_set.completed_buffers_num() == 0) failure
a8087d1cb64 : 8008301: G1: guarantee(satb_mq_set.completed_buffers_num() == 0) failure
2e4abcea23a : 8010277: Configure doesn't fail when Xrender.h is missing
7e6a92e08b8 : 8008663: [parfait] Null pointer deference in hotspot/src/share/vm/compiler/compileBroker.cpp
887dd2634cd : 8009172: [parfait] Null pointer deference in hotspot/src/share/vm/opto/output.cpp
21b40049b3b : 8010289: PSParallelCompact::marking_phase should use instance GCTracer
1cf81abbdff : 8010084: Race in runtime/NMT/BaselineWithParameter.java
2b154d7ac23 : 8008790: Promotion failed tracing event for all GCs
bd1a2ff1d46 : 8010227: Remove promotion failed boolean from YC event
e4b8273cc6a : 8009969: CodeCoverage should use template
57215b19389 : 8009881: TEST_BUG: javax/swing/JTree/8004298/bug8004298.java should be modified
3630c6a1279 : 8009457: SA: A small fix on "scanoops" command in CLHSDB
4fdb8216ace : 8009456: SA: typeToVtbl of BasicTypeDataBase should not be static
0244671a23d : 8003703: Update RMI connection dialog box
e6e67652d9b : 8010121: Remove definition of ShouldNotReachHere2(msg)
1fee5c8bdaa : 8009940: G1: assert(_finger == _heap_end) failed, concurrentMark.cpp:809
9164834d731 : 8009940: G1: assert(_finger == _heap_end) failed, concurrentMark.cpp:809
2b3155346ca : 8007803: Implement javax.lang.model API for Type Annotations
49d55f9300f : 8007803: Implement javax.lang.model API for Type Annotations
4bb3e820523 : 8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
0e8a3df6c7b : 8008425: Remove interim new javax.lang.model API for type-annotations
08e50cc4ce2 : 8007607: security native code doesn't always use malloc, realloc, and calloc correctly
8c5749843ce : 8009426: "profiles" target fails due to nashorn if "images" is not built first
f716ccd3436 : 8006637: Failure to filter out native frame events on Solaris
285ce3709b5 : 8000435: [macosx] Button painting error under Java 7 on Mac
d41c0fce7fc : 8009536: G1: Apache Lucene hang during reference processing
1e918245352 : 8005220: RFE to write javap tests for repeating annotations
c846064c8fb : 8010199: javax.script.Invocable implementation for nashorn does not return null when matching functions are missing
7b22402218b : 8010030: Allow configure to detect if EC implementation is present
35dc8be1bf3 : 8010030: Allow configure to detect if EC implementation is present
d14329cff05 : 8008918: Reference statistics events for the tracing framework
27602b04885 : 8008555: Debugging code in compiled method sometimes leaks memory
8f1814d8743 : 8008555: Debugging code in compiled method sometimes leaks memory
d992866e2a4 : 8009232: Improve stats gathering code for reference processor
51c733dfb1a : 8008211: Some of WB tests on compiler fail
77302c24fbf : 8001043: Clarify definition restrictions
09f414379d9 : 8009996: tests javax/management/mxbean/MiscTest.java and javax/management/mxbean/StandardMBeanOverrideTest.java fail
bb303a20eff : 8010142: ProblemList.txt updates (3/2013)
2cd055b0b2d : 8010144: [parfait] Null pointer deference in hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp
e98f593fb01 : 8008328: [partfait] Null pointer defererence in hotspot/src/cpu/x86/vm/frame_x86.inline.hpp
5b729220581 : 8009156: [parfait] Null pointer deference in hotspot/src/share/vm/services/memoryService.cpp
f8081de0064 : 8009166: [parfait] Null pointer deference in hotspot/src/share/vm/opto/type.cpp
f27f7d4c572 : 8008796: SA: Oop.iterateFields() should support CompressedKlassPointers again
6f76ade8e15 : 8007725: NPG: Klass::restore_unshareable_info() triggers assert(k->java_mirror() == NULL)
2774999b757 : 8007927: Improve cmsAllocProfileSequenceDescription
f5f5775dc3a : 8005716: Enhance JNI specification to allow support of static JNI libraries in Embedded JREs
54485169dd7 : 8010105: new hotspot build - hs25-b24
943bd88ce1b : Added tag hs25-b23 for changeset 57159db35c41
09ba8e6d1cf : 8009699: Methodhandle lookup
cca57710506 : 8009699: Methodhandle lookup
5aea724d29e : 8010145: removed workaround "init.js" in nashorn repo
10a02b0e2c0 : 8009614: nsk/split_verifier/stress/ifelse/ifelse002_30 fails with 'assert((size & (granularity - 1)) == 0) failed: size not aligned to os::vm_allocation_granularity()
e05970ca52e : 8010147: Forgot to add EXPECTED files for lazy and eager sunspider test
9e78f6feb26 : 8010136: Make jrunscript's init.js to work on nashorn
ccff3589627 : 8009221: [macosx] Two closed/javax/swing regression tests fail on MacOSX
cd78ad2c8a1 : 8007767: TargetAnnoCombo.java need to be updated to add a new test mode
f8b735bb2b8 : 8009987: (tz) Support tzdata2013b
a7e53ae56d9 : 5053846: javac: MethodRef entries are duplicated in the constant pool
46e9ef69a77 : 8010010: NPE generating serializedLambdaName for nested lambda
1a557d00f5b : 8009634: TEST_BUG: sun/misc/Version/Version.java handle 2 digit minor in VM version
6b708cf6e06 : Added tag jdk8-b81 for changeset a7ab085069a9
4e8c9ce3082 : Added tag jdk8-b81 for changeset 86a86261de2b
db8bf59fdfe : Added tag jdk8-b81 for changeset 9597171cffbd
8d2d6305252 : Added tag jdk8-b81 for changeset 4f3da455d5f5
82f7d021b63 : Added tag jdk8-b81 for changeset 25c319ff4cf4
4606c00f0dd : Added tag jdk8-b81 for changeset f2ef1e5c2955
7866abdf812 : Added tag jdk8-b81 for changeset 13e9af9186a2
79eaa97ca48 : 8010116: Abstract_VM_Version::internal_vm_info_string() should recognize VS2010 and VS2012
96ca9c41742 : 8008576: Calendar mismatch using Host LocaleProviderAdapter
78bf4e03f4d : 8010103: new hotspot build - hs24-b37
1208eea53b6 : Added tag hs24-b36 for changeset 84cd1f6cbcbc
857b7efb962 : 8005428: Update jdeps to read the same profile information as by javac
a7f501c6208 : 7183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1)
7dcaee05cb7 : 8009305: Improve AWT data transfer
b938257957f : 8005716: Enhance JNI specification to allow support of static JNI libraries in Embedded JREs
7324e9bdc32 : 8009677: Better setting of setters
e61a8b5d69d : 8009814: Better driver management
46a623ec88c : 8008560: [parfait] Null pointer deference in hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp
2aeaf10fffd : 8009982: Lazy execution bugfix. Added lazy sunspider unit test. Added mandreel to compile-octane test. Fixed warnings
e1df78e3902 : 6733980: par compact - TraceGen1Time always shows 0.0000 seconds
a4a4c34e961 : 8005602: NPG: classunloading does not happen while CMS GC with -XX:+CMSClassUnloadingEnabled is used
4ef6ef5d0fb : 8008582: jtreg failures after conversion of shell tests to Java
be64bfbaada : 8000183: 7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs
be1b5fc17ea : 8003348: SA can not read core file on OS
8f4f6fa24a3 : 8009429: Miscellaneous profiles cleanup 8009428: Revert changes to $ substitution performed as part of nashorn integration
52954e063d3 : 8009429: Miscellaneous profiles cleanup
d1bf476e1d9 : 8009428: Revert changes to $ substitution performed as part of nashorn integration
3cf0ad20beb : 8001033: Refactor network address handling in virtual machine identifiers
ebbaaa0f184 : 7170730: Improve Windows network stack support
fe1f600d80f : 8008607: Better input checking in JMX
69718bb834c : 8008585: Better JMX data handling
bafe2383ad0 : 8009650: HttpClient available() check throws SocketException when connection has been closed
01fb68690e5 : Added tag jdk7u14-b16 for changeset e75dd2d7f565
8d073a351d6 : Added tag jdk7u14-b16 for changeset 51bd5348d250
b13b0e6ecf8 : Added tag jdk7u14-b16 for changeset 76f83c710706
04269daa532 : Added tag jdk7u14-b16 for changeset af558df52be8
b8f608685b6 : Added tag jdk7u14-b16 for changeset 6176ddcac0b6
32e0c806f72 : Added tag jdk7u14-b16 for changeset c758925406ca
e0254363323 : Added tag jdk7u14-b16 for changeset d27a72da08b1
f3e45cd062e : 8001334: Remove use of JVM_* functions from java.io code
82210b98a8b : 8009684: Default top left frame should be "All Packages" in the generated javadoc documentation
c5867cb71b3 : 8003419: NPG: Clean up metadata created during class loading if failure
09e3f06ae60 : 8006547: Repeating annotations: No Target on container annotation with all targets on base annotation gives compiler error
b243475fd27 : 8009829: CDS: JDK JPRT test fails crash in Symbol::equals()
709f67b8f99 : 8002070: Remove the stack search for a resource bundle for Logger to use
0bcb468549c : 8009751: (se) Selector spin when select, close and interestOps(0) invoked at same time (lnx)
70b26044ba6 : 8009836: nsk/regression/b4222717 fails with empty stack trace
b8b487dd5f5 : 7190897: (fs) Files.isWritable method returns false when the path is writable (win)
62eae8cc5ec : 8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
4d75d57692b : 8009819: build-infra: RE jdk8 build forest fails for windows since addition of --with-dxsdk
9e5da0ad31d : 8009925: Back out AEAD CipherSuites temporarily
6d521e76f30 : Added tag jdk7u25-b01 for changeset a167afcb9c27
557ea0a7fa8 : Added tag jdk7u25-b01 for changeset e52afba7c807
97fbf95a5f2 : Added tag jdk7u25-b01 for changeset 17318141982d
49707eb1a89 : Added tag jdk7u25-b01 for changeset 084e8a3afd36
f7a80315fa2 : Added tag jdk7u25-b01 for changeset 48554aad96a0
b2e7e6f5623 : Added tag jdk7u25-b01 for changeset 0d8c68b6f5b1
f9ac71587dd : Added tag jdk7u21-b06 for changeset dfbfbfb86d05
0cba6407a11 : Added tag jdk7u21-b06 for changeset 887e4dd1dc36
c6ee35c7d78 : Added tag jdk7u21-b06 for changeset 943308d99da1
e60e650490b : Added tag jdk7u21-b06 for changeset 47c10a91ab41
8aa7581c32e : Added tag jdk7u21-b06 for changeset 2c8836ae4a11
233d78cfcc1 : Added tag jdk7u21-b06 for changeset 3aeebfa56821
208cf48d0e3 : 7158805: Better rewriting of nested subroutine calls
79c091f2871 : 6976528: PS: assert(!limit_exceeded || softrefs_clear) failed: Should have been cleared
7601ceddc2a : 7199858: Marshal exception is wrong
4de6d2c42c4 : 7196531: Duplicate error messages on repeating annotations
22e2c128a26 : 8009545: Graph inference: dependencies between inference variables should be set during incorporation
69ee819808a : 8008540: Constructor reference to non-reifiable array should be rejected 8008539: Spurious error when constructor reference mention an interface type 8008538: Constructor reference accepts wildcard parameterized types
d671cda73c2 : 8009868: For loop with "true" as condition results in AssertionError in codegen
7d74801ce2e : 7154889: Non-zero padding is still not allowed in the tableswitch/lookupswitch instructions
1af08ef1006 : 8009718: Lazy execution architecture continued - ScriptFunctionData is either final or recompilable. Moved ScriptFunctionData creation logic away from runtime to compile time. Prepared for method generation/specialization. Got rid of ScriptFunctionImplTrampoline whose semantics could be done as part of the relinking anyway. Merge with the lookup package change
b44696200eb : 8009695: embedded/GP/RI: This intermittent error happens too often, makes the build unstable, and waste machine
401d1f315d0 : 8008684: CMS: concurrent phase start markers should always be printed
bb6c34adc76 : 8009757: Package access clean up and refactoring
c3e43ab7d54 : 8005205: tests missing bugid for repeating annotation change
9e0c698e003 : 8009034: Improve resulting notifications in JMX
c5d1f48f543 : 8009038: Improve JMX notification support
c51ea967ce5 : 8001049: VM crashes when running with large -Xms and not specifying ObjectAlignmentInBytes
0f54c506382 : 8009835: Only produce a warning when -Xshare:auto is explicitly requested
5b309f3462f : 8009610: Blacklist certificate used with malware
bbb2ba13179 : Added tag jdk7u21-b06 for changeset 64f054d6e81e
454b9ff0714 : 8009843: sjavac should accept -cp as synonym for -classpath
085fbcc6524 : 8006593: Peformance and compatibility improvements to hash based Map implementations
0570d43e18f : 6877495: JTextField and JTextArea does not support supplementary characters
2f5e08742af : 8008965: @Contended fails with classes having static fields
41447ec7650 : 8009742: Bad lambda name for lambda in a static initializer or ctor
475c6f42ad5 : 6181889: Empty try/finally results in bytecodes being generated
ae7c4faeb48 : 8001322: Refactor deserialization
944e71a25a2 : 8009857: Problem with plugin
1e1174e0be3 : 8004697: SIGSEGV on Solaris sparc with -XX:+UseNUMA
1aa6c272985 : 8009282: Assertion "assert(used_and_free == capacity_bytes) failed: Accounting is wrong" failed with -XX:+Verbose -XX:+TraceMetadataChunkAllocation
a181e6d5056 : 8009723: CMS logs "concurrent mode failure" twice when using (disabling) -XX:-UseCMSCompactAtFullCollection
81b6fb94d04 : 8009559: clean up method handle lookup code
d9cd2f6ad3e : 8009559: clean up method handle lookup code
2ec1224ff0b : 8000653: SPNEGO tests fail at context.getDelegCred().getRemainingInitLifetime(mechOid)
9db64793186 : 8001667: Comparator combinators and extension methods
1430ceb19da : 8009645: ClassFileTransformer hooks in ClassLoader no longer required
addd95f165c : 8003553: NPG: metaspace objects should be zeroed in constructors
5d0afe6210f : 8009688: new hotspot build - hs25-b23
ebdab667c36 : Added tag hs25-b22 for changeset f06b74113bc2
9849742625b : 8006000: TEST_BUG: java/lang/invoke/lambda/LambdaAccessControlTest.java fails intermittently
f590fb2dc7a : 8009463: Regression test test\java\lang\Runtime\exec\ArgWithSpaceAndFinalBackslash.java failing
d14d9f5f6ac : 8009750: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java should run in other vm mode
4f01f03d094 : Added tag hs24-b35 for changeset 4b3684e30d22
e0a29cc0f13 : Added tag jdk8-b80 for changeset dec13271b739
83ceccf920a : Added tag jdk8-b80 for changeset 72415be10117
2849834a458 : Added tag jdk8-b80 for changeset 55eb22e60638
b67e4eeabf8 : Added tag jdk8-b80 for changeset 81737a0a6546
6a85dd0d01b : Added tag jdk8-b80 for changeset 8a6e09ace0d3
6190b6e12ee : Added tag jdk8-b80 for changeset 18835185e71e
2f0d1e1f6eb : Added tag jdk8-b80 for changeset 3a8903868eb2
f4b13b1acf0 : Added tag jdk7u14-b15 for changeset c343d6789d2b
1ea0a02d407 : Added tag jdk7u14-b15 for changeset b823eeadf2dc
d7bd91e2b1f : Added tag jdk7u14-b15 for changeset 5df5f124dbfc
aaf9bb05991 : Added tag jdk7u14-b15 for changeset 28e6b667f26e
c579a8104b5 : Added tag jdk7u14-b15 for changeset 52e38b6f997c
37ef61b63d1 : Added tag jdk7u14-b15 for changeset a307125f6fed
209616101f0 : Added tag jdk7u14-b15 for changeset ed6670f281a6
9ba43203131 : 8008257: NMT: assert(new_rec->is_allocation_record()) failed when running with shared memory option
4cdcd6dc138 : 8008257: NMT: assert(new_rec->is_allocation_record()) failed when running with shared memory option
3baff284ba4 : 8008368: Deprecate MaxGCMinorPauseMillis
455fd39d498 : 7158805: Better rewriting of nested subroutine calls
867e1720c2a : 8009582: Method reference generic constructor gives: IllegalArgumentException: Invalid lambda deserialization
f1924473cb1 : 8008603: Improve provision of JMX providers
b04bec81561 : 8009170: Regression: javac generates redundant bytecode in assignop involving arrays
7d6b4b81def : 6370908: Add support for HTTP_CONNECT proxy in Socket class
6c0e4804276 : 8005530: [lcms] Improve performance of ColorConverOp for default destinations
7fe4d602a67 : 8009138: javac, equals-hashCode warning tuning
556ff23124b : 8009604: old make images failed: JarBASE64Encoder class not found
46b80b34167 : 8008759: Do not let internal JDK zlib symbols leak out of fastdebug libzip.so
18f75c26763 : 8006309: More reliable control panel operation
c4285d7a704 : 8006309: More reliable control panel operation
b871ad4f6b1 : 8009472: Print additional information for 8004640 failure
010f6400692 : 8009472: Print additional information for 8004640 failure
94853afaeed : 8008474: Add -Wundef to warning flags
e1f180f82e2 : 8006498: #if <symbol> is wrong in the code
a6be16446db : 8008310: Some adjustments needed to minimal VM warnings and errors for unsupported command line options
a65f7e7df08 : 8007808: Missing method: Executable.getAnnotatedReturnType()
d442a71f32e : 8009553: Object.create(Array.prototype) doesn't respect reset length
4f3800def1d : 8009553: Object.create(Array.prototype) doesn't respect reset length
32091fcb1b4 : 8009162: root repo "make test" target should run against image
c1030273a23 : 4199622: RFE: JComboBox shouldn't sending ActionEvents for keyboard navigation
b1d7c46e142 : 8007295: Reduce number of warnings in awt classes
a99c6a7fe59 : 6877495: JTextField and JTextArea does not support supplementary characters
1823b939190 : 8009391: Synthetic name of serializable lambda methods should not contain negative numbers
a4e10d2aad1 : 8009459: Wrong behavior of diamond finder with source level 7
c9bae7b335b : 8009299: Javac crashes when compiling method reference to static interface method
5b60a94e4f9 : 8008073: build-infra: Need --with-dxsdk option? And awt/sound -I option additions?
cbceb13b712 : 8009530: ICU Kern table support broken
9aba745d561 : 8009222: java.lang.IllegalArgumentException: not invocable, no method type when attempting to get getter method handle for a static field
ef56e8fdec0 : 8008073: build-infra: Need --with-dxsdk option? And awt/sound -I option additions?
748083843ac : 8009460: C2compiler crash in machnode::in_regmask(unsigned int)
a9a7cc3a230 : 8009529: Fix for 8006988 missed closed configure changes
15108cd14e6 : 8008750: [partfait] Null pointer deference in hotspot/src/share/vm/oops/instanceKlass.hpp
58012634661 : Added tag jdk7u21-b05 for changeset aaf3787875b6
d579e188b81 : Added tag jdk7u21-b05 for changeset b81f190641ac
7203852d644 : Added tag jdk7u21-b05 for changeset 1c71c683c0b4
102f6b21c8b : Added tag jdk7u21-b05 for changeset baff9e152193
d2aa7474ef9 : Added tag jdk7u21-b05 for changeset af925859769c
2639e7edab4 : Added tag jdk7u21-b05 for changeset 19feac8d7860
4bec822d401 : 8008079: G1: Add nextObject routine to CMBitMapRO and replace nextWord
5116181e1f8 : 7107135: Stack guard pages are no more protected after loading a shared library with executable stack
8391257f03f : 8006988: build-infra: Configure fails if 'cl' is in path on linux
2b100092d00 : 8009397: test/com/sun/jdi/PrivateTransportTest.sh: ERROR: transport library missing onLoad entry: private_dt_socket
d9a872d71a2 : 8004726: webrev.ksh still generating monaco URL instead of JIRA 8008629: webrev.ksh needs to quote bug title it gets back from scraping bugs.sun.com
838b7a17064 : 4880778: URL final class has protected methods
a21c6a99db1 : 8008804: file descriptor leak in src/windows/native/java/net/DualStackPlainSocketImpl.c
538968c7b47 : 7183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1)
c7f0820893b : 8009012: [macosx] DisplayChangedListener is not implemented in LWWindowPeer/CGraphicsEnvironment
fdb902fab90 : 8003992: File and other classes in java.io do not handle embedded nulls properly
5827a1468af : 7190897: (fs) Files.isWritable method returns false when the path is writable (win)
7ede463a1e9 : 8009751: (se) Selector spin when select, close and interestOps(0) invoked at same time (lnx)
d2b27faad41 : 8008804: file descriptor leak in src/windows/native/java/net/DualStackPlainSocketImpl.c
e788a0e5368 : 8009129: Illegal access error when calling method reference
7a28d6291d3 : 8009154: Missing cast in method reference bridge leads to NoSuchMethodError
3cbe22f256b : 8009227: Certain diagnostics should not be deferred
d0a0df54ed7 : 8004962: Code generation crash with lambda and local classes
7659fe9df29 : 7152608: [macosx] Crash in liblwawt.dylib in AccelGlyphCache_RemoveCellInfo
4b638cf9558 : 8009120: Fuzz instruction scheduling in HotSpot compilers
ff36c9800e2 : 8008574: [parfait] Null pointer deference in hotspot/src/share/vm/runtime/frame.cpp
1ba4dd5979d : 8009259: TEST_BUG: sun/misc/Cleaner/exitOnThrow.sh failing intermittently
112317dbe3a : 8009287: [parfait] Uninitialised variable in hotspot/agent/src/os/linux/ps_core.c
f167bb36ab6 : 8008451: Make mac builds on 10.8 work on 10.7
16bd2e12981 : 8004240: Return value from getAdapterPrefence() can be modified
bc576240bcc : 8009267: Restore isAnnotationPresent methods in public AnnotatedElement implementations
4a3efff02bf : 8000638: Improve deserialization
bcb240177ec : Added tag jdk7u17-b32 for changeset aefa053ab4dd
a4d96ecd322 : Added tag jdk7u17-b32 for changeset b4116a7a582f
5fc6cb84d34 : Added tag jdk7u17-b32 for changeset b1dd0d73b406
43659351d82 : Added tag jdk7u17-b32 for changeset f23109935795
a5e26beed71 : Added tag jdk7u17-b32 for changeset 8cb35dd840ff
a762a4d64eb : Added tag jdk7u17-b32 for changeset a6c869f1e913
999837eb304 : 8008559: [parfait] Path through non-void function '_ZN2os15thread_cpu_timeEP6Thread' returns an undefined value
a3a42c48e82 : 8007036: G1: Too many old regions added to last mixed GC
2d156b01957 : 8001031: Better font processing
d19d25a4fb8 : 8009399: Bump the hsx build number for APRIL CPU
737b863ce4e : 8004352: build-infra: Limit JOBS on large machines
d87e8b4f5b2 : 8009379: Remove $ from generated class names
dc1c8a5cd72 : 8009379: Remove $ from generated class names
e3e82316299 : 8009384: Temporarily disable jstat tests to ease complicated push
37aa83449e4 : 8004172: Update jstat counter names to reflect metaspace changes
0801dadec3f : 8008370: coffee script compiler doesn't work with Nashorn
242e864599b : 8008370: coffee script compiler doesn't work with Nashorn
bffaa53287e : 8007297: [pack200] allow opcodes with InterfaceMethodRefs
96faca8cf23 : 8009063: Improve reliability of ConcurrentHashMap
4d1eee31242 : Added tag jdk7u21-b05 for changeset 36da0844d933
705931d31d6 : Added tag jdk7u17-b31 for changeset 6778a7ae0b6b
e85b21307ca : Added tag jdk7u17-b31 for changeset 0cf2187e4c65
758c01cf672 : Added tag jdk7u17-b31 for changeset faf2f44b112f
34b68ea003c : Added tag jdk7u17-b31 for changeset 24b6648170cb
6f82e178764 : Added tag jdk7u17-b31 for changeset b456283cbf4f
a46095f6d6d : Added tag jdk7u17-b31 for changeset 20c5fc8eefd4
5c63906e50d : Added tag jdk7u17-b31 for changeset 2656a14e5abc
4f7476392da : Added tag jdk7u17-b30 for changeset 60ab0170391d
f370399022c : Added tag jdk7u17-b30 for changeset 2cb4f69c3f23
bd11619004f : Added tag jdk7u17-b30 for changeset f98506402e66
5146f9c5086 : Added tag jdk7u17-b30 for changeset 370ba056f45c
06e4256634f : Added tag jdk7u17-b30 for changeset e5e0f74273e6
bcf05aabbd1 : Added tag jdk7u17-b30 for changeset 7244e54bd683
61906209b6f : Added tag jdk7u17-b30 for changeset fa43eff343ea
3a216a7fdcb : 8008378: FJP.commonPool support parallelism 0, add awaitQuiescence
4dd999e1eef : 8008327: [parfait] Unitialized variable in hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m
4994fe08404 : 8006645: TEST_BUG: java/nio/file/Files/CopyAndMove.java failing intermittently (sol)
6cd495e473d : 8008908: Access denied when invoking Subject.doAsPrivileged()
c1689a587e5 : Added tag jdk7u17-b02 for changeset c860a0f2f515
6b86ea87946 : Added tag jdk7u17-b02 for changeset 0ab58a80c499
53ca4801de5 : Added tag jdk7u17-b02 for changeset 18c2f9db7854
bccd85e7296 : Added tag jdk7u17-b02 for changeset 2f90ae49e5e1
e2caba0c26d : Added tag jdk7u17-b02 for changeset 759c74a06eeb
8b6cb6f4e16 : Added tag jdk7u17-b02 for changeset 89d62972d60d
33fffedadc5 : Added tag jdk7u17-b02 for changeset 8f60877717ee
6c39105c602 : 8008949: javadoc stopped copying doc-files
916da4ac2cb : 7184945: [macosx] NPE in AquaComboBoxUI since jdk7u6b17, jdk8b47
ee6031ae603 : 8009165: Fix for 8008817 needs revision
ad307deebc7 : 7081476: test/java/net/InetSocketAddress/B6469803.java failing intermittently
b87df9f9e12 : 8009226: new hotspot build - hs25-b22
f3236a879e7 : Added tag hs25-b21 for changeset 972d3f095a95
b6a841d5a33 : 7194902: [macosx] closed/java/awt/Button/DoubleActionEventTest/DoubleActionEventTest failed since jdk8b49 7181403: Invalid MouseEvent conversion with SwingUtilities.convertMouseEvent
9abb1854303 : 7030966: Support AEAD CipherSuites
19bc54290f9 : 7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs
d0d98ebe5b3 : 8009263: Fix all javadoc errors in nashorn code
1909e5f9d6f : 8009263: Fix all javadoc errors in nashorn code
86b53b9dd72 : 8009196: install doesn't define $(AR) as /usr/ccs/bin/ar, results in ar: Command not found
fbc6f854cd5 : 8008140: Better method handle resolution
a876e30cd44 : 8010944: Incorrectly separated package list in java.security-windows
23f643597be : 8007406: Improve accessibility of AccessBridge
10415b74b76 : 8005432: Update access to JAX-WS
618b36f5eb7 : 8006853: OCSP timeout set to wrong value if com.sun.security.ocsp.timeout < 0
2c0f248ffc6 : 8008140: Better method handle resolution
dca0468ab1b : 8009049: Better method handle binding
246d61b324a : 8009240: RegExpScanner code is inefficient and too complex
bd2109d3fa1 : 8009240: RegExpScanner code is inefficient and too complex
b60db70ab67 : Added tag hs24-b34 for changeset 9fc2ac58ed09
f21ded8eeab : Added tag jdk8-b79 for changeset eef229ae322b
0bd26c4c5b7 : Added tag jdk8-b79 for changeset 630e3bc5b729
0eab6d54add : Added tag jdk8-b79 for changeset b258a0e45b83
14d7f144325 : Added tag jdk8-b79 for changeset 1f581fc39f6b
c2043f5ac97 : Added tag jdk8-b79 for changeset f2f591a26d5f
ae0385ccc02 : Added tag jdk8-b79 for changeset 6cecdca1115d
ae5f0fafc4b : Added tag jdk8-b79 for changeset 31943a427b7d
c90343ea509 : 7182152: Instrumentation hot swap test incorrect monitor count
1270c690887 : 8003169: [macosx] JVM crash after disconnecting from projector
96d45a5a349 : 8009229: ant makefile default target should be "test"
66c2fc6e661 : 8009229: ant makefile default target should be "test"
f932d844c1e : 8008537: Missing method reference lookup error when unbound search finds a static method
85067f78696 : 8008813: Structural most specific fails when method reference is passed to overloaded method
9c01455eb6e : 8008723: Graph Inference: bad graph calculation leads to assertion error
f5f12c7995f : 8008660: Failure in 2D Queue Flusher thread on Mac
e161c78dc39 : 8006409: ThreadLocalRandom should dropping padding fields from its serialized form
4e03fabf292 : 7173959: Jvm crashed during coherence exabus (tmb) testing
0a0a558ceb5 : 7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option
093d1163e44 : 7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option
58321da702a : 8008764: 7uX l10n resource file translation update
2b3025ea683 : 8008764: 7uX l10n resource file translation update
cf689bcefe8 : 8008764: 7uX l10n resource file translation update
0d5c433c899 : Added tag jdk7u14-b14 for changeset 70513384f874
2bba46068cd : Added tag jdk7u14-b14 for changeset 04f8cc868395
f15baa01836 : Added tag jdk7u14-b14 for changeset d803d308f9d2
dd647c1808d : Added tag jdk7u14-b14 for changeset 9e6c118993fc
f1a2730ae64 : Added tag jdk7u14-b14 for changeset 180d70573ed8
3822980fd73 : Added tag jdk7u14-b14 for changeset d3ea9c320788
2be780f2429 : Added tag jdk7u14-b14 for changeset 504af6fd5b7a
776841b1bc4 : 8007476: assert(the_owner != NULL) failed: Did not find owning Java thread for lock word address
39f44d93434 : 7178741: SA: jstack -m produce UnalignedAddressException in output (Linux)
342b3161ef3 : 8011583: new hotspot build - hs24-b40
a02af63003c : Added tag hs24-b39 for changeset 0c5fe42556dd
6ebbe766644 : 8008917: CMS: Concurrent mode failure tracing event
8e3b3881bed : 8011400: missing define OPENJDK for windows builds
37cdc7b1f81 : 7178741: SA: jstack -m produce UnalignedAddressException in output (Linux)
7003810d4ff : 8001040: Rework RMI model
52621426017 : 8008785: IdentityHashMap.values().toArray(V[]) broken by JDK-8008167
e19091b0b19 : 8009158: Incomplete fix for 7178079
b097b0d2342 : 7178079: REGRESSION: Some AWT Drag-n-Drop tests fail since JDK 7u6 b13
7427ee048ba : 8009150: Previous dead code elimination was incomplete
c44210c9714 : 8009150: Previous dead code elimination was incomplete
98e332f91ed : 8009146: Eliminate some dead code in preparation for immutable AST
5b7d451617e : 8009146: Eliminate some dead code in preparation for immutable AST
e475dbfa276 : 8009143: Eliminate Dynalink dependency on java.beans
a1ade22dc06 : 8009143: Eliminate Dynalink dependency on java.beans
eaef0b4d211 : 8008950: jdk8/tl failing with SetupJavaCompilation BUILD_NASGEN contains missing directory -c on Windows
9f8e932d418 : 8008950: jdk8/tl failing with SetupJavaCompilation BUILD_NASGEN contains missing directory -c on Windows
13505fc4e5b : 8008807: SA: jstack crash when target has mismatched bitness (Linux)
6c0568d162b : 8007439: C2: adding successful message of inlining
50efb858e05 : 8007439: C2: adding successful message of inlining
013fa331c61 : 8004288: (fs) Files.probeContentType problems
76fa5955997 : 8008959: Fix non-PCH build on Linux, Windows and MacOS X
14d39ee3594 : 8001034: Memory management improvements
1caebc408da : 8008279: Remove InvalidContainerAnnotationError.java
a26b355e8b5 : 8009102: Several docs warnings in Project Lambda APIs
e95e6b90701 : 8004336: Better handling of method handle intrinsic frames
899bcf76ae0 : 8007776: Test6852078.java timeouts
e6d0a46a7e0 : 8007776: Test6852078.java timeouts
18e1157d3b5 : 8009029: SunEC provider classes ending up in rt.jar after Nashorn build changes
ccaf8e65237 : Added tag jdk7u21-b04 for changeset 0dec8b7b419c
4ed7fdbae66 : Added tag jdk7u21-b04 for changeset f96424f9d1c5
b229bf5a862 : Added tag jdk7u21-b04 for changeset c51679bace73
20c105b9e93 : Added tag jdk7u21-b04 for changeset 716ed30c7274
88fc2f215e4 : Added tag jdk7u21-b04 for changeset 6470177f731e
45fb6cbaa86 : Added tag jdk7u21-b04 for changeset 8ea65801a3e4
8ea561d54d4 : Added tag jdk7u17-b01 for changeset 1ca5419f17da
5f38d604476 : Added tag jdk7u17-b01 for changeset ed0f25500352
0da966bb684 : Added tag jdk7u17-b01 for changeset 36ebebbe6def
86eac5aa300 : Added tag jdk7u17-b01 for changeset b1d6034299c8
98a72c65fae : Added tag jdk7u17-b01 for changeset 403b5dc8f7aa
d54c33672ad : Added tag jdk7u17-b01 for changeset 5e5bb55394bf
b0dc9de25e9 : 8008770: SerializedLambda incorrect class loader for lambda deserializing class
e8f0d67e394 : 8009021: nasgen should be run on boot jdk rather than currenly built jdk
7bdfa989fff : 8009021: nasgen should be run on boot jdk rather than currenly built jdk
20b2cd48901 : 8009019: Updates to generated-configure.sh required for 8008914
92a2a717805 : 8008081: Print outs do not have matching arguments
9ef9f8d9421 : 8009460: C2compiler crash in machnode::in_regmask(unsigned int)
e599cbf8be4 : 8008737: The trace event vm/gc/heap/summary is missing for CMS
e876d1b8cf7 : 8004640: C2 assert failure in memnode.cpp: NULL+offs not RAW address
5810f5045dc : 8010294: Refactor HeapInspection to make it more reusable
c918242d978 : 8010651: create.bat still builds the kernel
55de792b20c : 7107135: Stack guard pages are no more protected after loading a shared library with executable stack
f61e100b1cb : 8011021: new hotspot build - hs24-b39
960480c53da : 8008081: Print outs do not have matching arguments
8eaa894f7c1 : 8008977: profiles build broken by Nashorn build changes
61e56e8ead6 : 8008978: nashorn-rules.gmk missing
1a74b23a2f8 : 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
43795724d42 : 8005943: (process) Improved Runtime.exec
f7c825b07a3 : 8007406: Improve accessibility of AccessBridge
c84424d4af3 : 8007722: C2: "assert(tp->base() != Type::AnyPtr) failed: not a bare pointer" at machnode.cpp:376
b699a71e5ef : 8007722: C2: "assert(tp->base() != Type::AnyPtr) failed: not a bare pointer" at machnode.cpp:376
f5666f9a691 : 7087570: java.lang.invoke.MemberName information wrong for method handles created with findConstructor
9f2721bfb12 : 8008436: javac should not issue a warning for overriding equals without hasCode if hashCode has been overriden by a superclass
5c31bde4c01 : 8008914: Add nashorn to the tl build
b3a313fa2bf : 8008914: Add nashorn to the tl build
944e1b9636c : 8006039: test/tools/launcher/I18NJarTest.java fails on Mac w/ LANG=C, LC_ALL=C
e3254772617 : 8007918: Better image writing
50f6733ed09 : 8007667: Better image reading
8cd1e8e49e1 : 8004336: Better handling of method handle intrinsic frames
c59a86b6368 : 8004986: Better handling of glyph table 8004987: Improve font layout 8004994: Improve checking of glyph table
a04fad868ef : 8008808: Allowed dependencies added by JDK-8008481 no longer required
12886329d43 : 8008815: [TEST_BUG] Add back tests to the Problemlist files post the jdk7u -> 7u-cpu test sync up
be989a7875c : 8006984: Introducing local into a function inside with statement confuses its scope
0248a988429 : 8006984: Introducing local into a function inside with statement confuses its scope
fe928620896 : 8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution
8f09a4746ca : 8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution
c54b346fdcb : 8008789: Enable java access and nashorn runtime tests for jtreg
445b8d2438b : 8008789: Enable java access and nashorn runtime tests for jtreg
0022a1122ff : 8008731: Separate configuration environment (options, error/output writer etc.) from Context
f688068adfe : 8008731: Separate configuration environment (options, error/output writer etc.) from Context
861a97e715e : 8006070: TEST_BUG: Up and down the Y coordinate of the mouse position, the selected item doesn't change for the single list
68d2d95f008 : 8006634: Unify LWCToolkit.invokeAndWait() and sun.awt.datatransfer.ToolkitThreadBlockedHandler
63fe7356837 : 7112427: The doclet needs to be able to generate JavaFX documentation
797ef551291 : 6556996: (ann spec) SuppressWarnings strings should be documented
2ff5bb1c920 : 8004712: build-infra: Move user guide from web pages to repository
b5a3cc405ba : 8008775: Remove non-ascii from jdk/THIRD_PARTY_README
8a9551ba99c : 8008776: Revise BuildNashorn.gmk for changes in new build system
f58612a3ade : 8008776: Revise BuildNashorn.gmk for changes in new build system
636021664ae : 8008774: nashorn missing from dependencies after merge with tl
78a060dbde5 : 8005545: Add System property to identify ARCH specific details such as ARM hard-float binaries
6715b64842a : 8009140: jtreg tests under sun/tools/jrunscript should use nashorn engine
f99a5d722e6 : 8008793: SecurityManager.checkXXX behavior not specified for methods that check AWTPermission and AWT not present
b7511e7609a : 8009115: jtreg tests under jdk/test/javax/script should use nashorn as script engine
22e895a8979 : 8008757: NEWBUILD=true has separate launcher code for jjs
e99848e82df : 8008756: THIRD_PARTY_README contains Unicode
d1643f18332 : 8005796: [parfait] Possible uninitialised variable at jdk/src/share/native/sun/java2d/loops/ByteBinary1Bit.c
3cc83d24adb : 8006110: pageDialog is showing the swing dialog with DialogTypeSelection.NATIVE
79322449ddd : 8007221: G1: concurrent phase durations do not state the time units ("secs")
7776fdebe75 : 8008708: Regression: separate compilation causes crash in wildcards inference logic
c444c1faea0 : 8008692: new hotspot build - hs25-b21
96dbc173469 : Added tag hs25-b20 for changeset 93430469429d
b7f7637dc7d : 8008729: Make sure that we can run basic jsr223 tests using jtreg
48a5d9cb5fe : 8008729: Make sure that we can run basic jsr223 tests using jtreg
96e3102f276 : 8006028: Integrate Joni regexp engine with Nashorn
1867421e9b9 : 8006028: Integrate Joni regexp engine with Nashorn
8a3cf6b796e : 8008093: Make RegExp engine pluggable
1c711a064a2 : 8008093: Make RegExp engine pluggable
1d0b5f3261b : 8008721: Tweaks to make all NEWBUILD=false round 4
33ebb8d71df : 8008721: Tweaks to make all NEWBUILD=false round 4
36b43451a79 : 8008716: address typo in CallableStatement javadocs
ff7ec1f6671 : 8008721: Tweaks to make all NEWBUILD=false round 4
ba7a50ebcfc : 8008290: (profiles) Startup regression due to additional checking of JAR file manifests
b8b9434a9fc : 8000797: NPG: is_pseudo_string_at() doesn't work
96495bc664a : 8008337: Write test to check for compiler error when static method in interface is called via super()
000985c4f6f : 8007002: Replace implicit exception throwing methods with explicit throws - simplify control flow and remove useless code
0685f8e9387 : 8007002: Replace implicit exception throwing methods with explicit throws - simplify control flow and remove useless code
a8305fc6e6f : 8006406: lightweight embedding in other Java UI toolkits
17992b9ac9c : 8004933: Improve MethodHandle interaction with libraries
0ae708ca99b : 8006125: Update MethodHandles library interactions
f179e269b97 : 8006179: JSR292 MethodHandles lookup with interface using findVirtual()
98e5a4b3938 : 8006439: Improve MethodHandles coverage
0e139907d21 : 8008575: Re-integrate code coverage
406f72e5e90 : 8008575: Re-integrate code coverage
3e1c15cc0ac : 7165259: Remove BugSpot
074696c5b58 : 8008546: Wrong G1ConfidencePercent results in GUARANTEE(VARIANCE() > -1.0) FAILED
c5b1ce2cc21 : 8007085: EnableTracing prints garbage for Compilation: [Java Method
c92cbd8e005 : 8008554: load was broken for URLs
90b971a60d4 : 8008554: load was broken for URLs
7a31c1d5f3e : 8008691: Build failure (NEWBUILD=false) on Mac
e84b39e459a : 8008658: Four new method param jtreg tests fail in nightly tests
bcaa703a498 : 8008405: Now that metafactory is in place, add javac lambda serialization tests
ec9e3036301 : 8006182: cleanup to use java.util.Base64 in java security component, providers, and regression tests
56baa11720f : 8008356: Test LambdaSerialization.java failing
9f4d8efb221 : 8008447: Tweaks to make all NEWBUILD=false round 3
9441d55bcae : 8008447: Tweaks to make all NEWBUILD=false round 3
d51f7457b0e : 8008447: Tweaks to make all NEWBUILD=false round 3
fc7f562588e : 8008447: Tweaks to make all NEWBUILD=false round 3
60f0c3f6fc1 : Added tag jdk8-b78 for changeset 27bb87e628ae
410fa3840e8 : Added tag jdk8-b78 for changeset 3cd100d3bd6b
b08ac437b7b : Added tag jdk8-b78 for changeset bfa2a6f233d5
fbc01baf4a1 : Added tag jdk8-b78 for changeset 909304be06a3
4e3d30888f3 : Added tag jdk8-b78 for changeset e3645986b98a
4b358696a64 : Added tag jdk8-b78 for changeset 23887ff7a8ee
9946dda7998 : Added tag jdk8-b78 for changeset e29ed094b804
9ed09d08f57 : 8008549: NPG: SystemDictionary::find(...) unnecessarily keeps class loaders alive
199d64ce85c : 8008648: Lazy JIT scope and callee semantics bugfixes. Broke out wallclock timer
9ff7a57a0f9 : 8008648: Lazy JIT scope and callee semantics bugfixes. Broke out wallclock timer
73b1aee3f43 : 8008444: Inherited generic functional descriptors are merged incorrectly
6fd868a3068 : 8007461: Regression: bad overload resolution when inner class and outer class have method with same name
8c1621ee383 : 8008293: Declared bounds not considered when functional interface containing unbound wildcards is instantiated
5bbf5f39fcb : 8005183: Missing accessor for constructor reference pointing to private inner class ctor
937b7d2fbac : 8008276: assertion error in com.sun.tools.javac.comp.TransTypes.visitApply
eb68b331859 : 8008227: Mixing lambdas with anonymous classes leads to NPE thrown by compiler
53ae53637df : 8007903: 8005583's changes to make/install-rules.gmk need to made to jdk/make/closed/InstallWrapper.gmk
b70f9bfef4e : 8008451: Make mac builds on 10.8 work on 10.7
d56a0e26bf7 : 8008451: Make mac builds on 10.8 work on 10.7
11cd94d40ba : 8007387: "sed: RE error: illegal byte sequence" when building images on Mac
7b43f3402c0 : 8008071: Crashed in promote_malloc_records() with Kitchensink after 19 days
7dd31f8c519 : 8008071: Crashed in promote_malloc_records() with Kitchensink after 19 days
88783a16096 : 8007675: Improve color conversion
9ff6dfb849e : 6799919: Recursive calls to report_vm_out_of_memory are handled incorrectly
debd718fc14 : 8008629: webrev.ksh needs to quote bug title it gets back from scraping bugs.sun.com
556f6dfebbb : 8006582: Test for parameter names feature
af5204cc348 : 8005432: Update access to JAX-WS
5eb01d191d9 : 8008352: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh fails on MKS
1d1641be2ff : 8008188: Add regression test for 8005875
7f53f8def4b : 8008379: TEST_BUG: Fail automatically with java.lang.NullPointerException
0e83e072700 : 8008166: URL handling was broken on windows, causing "load" to malfunction
017e73cbd00 : 8008166: URL handling was broken on windows, causing "load" to malfunction
29658bd3b43 : 8007454: (process) SetHandleInformation parameters DWORD (not BOOLEAN)
2d47fd66589 : 8004495: [parfait] False positive Buffer overflow in hotspot/src/os/linux/vm/os_linux.cpp
cdb0c441c2e : 8008207: Make constants array and source fields private
4a5a1e4404f : 8008207: Make constants array and source fields private
bfe1255adc9 : 8006948: Update javac for MethodParameters format change
16a309f16cf : Added tag jdk7u21-b03 for changeset 54e9cfdb04f2
62e8e30cac7 : Added tag jdk7u21-b03 for changeset 39eda762fd5e
92652238e9d : Added tag jdk7u21-b03 for changeset ef02ba357867
e63816be2a0 : Added tag jdk7u21-b03 for changeset dbe3fe3c374c
bfe250c2367 : 8006628: NEED_TEST for JDK-8002870
345e7e8175a : 8008481: Dependency analyzer needs exclusion for profile builds with JFR disabled
fbf9db4dc40 : Added tag jdk7u15-b33 for changeset f2f1fd85cd92
936ecc69536 : Added tag jdk7u15-b33 for changeset 36268864eb1e
0e906309e41 : Added tag jdk7u15-b33 for changeset 5ec60359a761
ed04335afcd : Added tag jdk7u15-b33 for changeset 8161cef7c9da
63e394b8e79 : Added tag jdk7u15-b33 for changeset aa842fa8b2fa
3408574e621 : Added tag jdk7u15-b33 for changeset a1a6032690f4
6aa8b27e811 : Added tag jdk7u15-b33 for changeset fde040e1bb73
872cd491a72 : 7092447: Clarify the default locale used in each locale sensitive operation
68a3295c8b3 : 8006212: javac, convert jtreg tests from shell script to java
1d468be4b11 : 8006753: fix failed for JDK-8002415 White box testing API for HotSpot
78fe727c6d7 : 8008312: Re-enable MethodParameter tests in JDK
b56b3bc9aa6 : 8007153: Ensure that MethodParameters API works properly with RedefineClasses
8d2a55d5b71 : 8007609: WinNTFileSystem_md.c should correctly check value returned from realloc
a97003cb224 : 8006070: TEST_BUG: Up and down the Y coordinate of the mouse position, the selected item doesn't change for the single list
1f07da5943d : 8008448: Add coverage test for jdk.nashorn.internal.ir.debug.JSONWriter
be8f1b2b357 : 8008448: Add coverage test for jdk.nashorn.internal.ir.debug.JSONWriter
117010c6ec3 : 8007315: HttpURLConnection.filterHeaderField method returns null where empty string is expected
05a3bdceae7 : 7197187: Currency.isPastCutoverDate should be made more robust
6ac18a4c3b1 : 8008446: Tweaks to make all NEWBUILD=false round 2
301152ddb79 : 6749267: Signal handler should save/restore errno
8a9ce7cf7ec : 8008420: Tweaks to make all NEWBUILD=false round 2
564d7d3add5 : 8008420: Tweaks to make all NEWBUILD=false round 2
88eea092fb2 : 8008379: TEST_BUG: Fail automatically with java.lang.NullPointerException
8c52b75d0fd : 8008424: Isolate PROFILE make variable from incidental setting in the environment
49ba72c4637 : 8008374: Build failure (NEWBUILD=false) on Mac
8bb4f96911f : 8007097: (profiles) Build needs test to ensure that profile definitions are updated
6e097b8776a : 8008267: Add @Supported annotation to com.sun.source types
d6a99026903 : 8008435: Fix new build to include jdk.Supported in ct.sym
66b344c616f : 8008434: Misc javadoc warning fixes in DateTimeFormatterBuilder and TimeZone
33184bb4131 : 8007675: Improve color conversion
656949d0147 : 8004867: VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
1ed70153230 : 8004867: VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
af2f27072de : 8007804: Need to be able to access Performance counter by name from JVM
bc355f033a4 : 8007804: Need to be able to access Performance counter by name from JVM
4314da95178 : 8006938: Change os::print_location to be more descriptive when a location is pointing into an object
5b15bee8e1e : 7102300: performance warnings cause results diff failure in Test6890943
8d2496d7de3 : 7102300: performance warnings cause results diff failure in Test6890943
eba603edcf5 : 8008420: Fix Nashorn forest to build with NEWBUILD=false
971f247b1bc : 8008339: Test TargetAnnoCombo.java is broken
9b1d29a9722 : 8008180: Several tests in compiler/5091921 need more time to run
d867a3f9a80 : 8008180: Several tests in compiler/5091921 need more time to run
80da999bf32 : 8005191: [parfait] #384 sun/font/layout/LookupProcessor.cpp Null pointer dereference
dc574bf905d : 6657673: Issues with JAXP
2e810672ba3 : 8003445: Adjust JAX-WS to focus on API
dd9f8e52425 : Added tag jdk7u15-b32 for changeset 26c2df3a9604
6fe8ce95332 : Added tag jdk7u15-b32 for changeset 2876a4a978dd
c3e5043c47f : Added tag jdk7u15-b32 for changeset ff389305983f
dc224cae7c4 : Added tag jdk7u15-b32 for changeset 191a61f178aa
383386594e0 : Added tag jdk7u15-b32 for changeset 4672b8f004d7
12597cd1ad6 : Added tag jdk7u15-b32 for changeset 05760af0ebdd
199ee8685d2 : Added tag jdk7u15-b03 for changeset fa1512101c15
b53da37a9fc : Added tag jdk7u15-b03 for changeset 4a7916b753e2
028a7aef093 : Added tag jdk7u15-b03 for changeset adad83897621
b0eb57e1ca1 : Added tag jdk7u15-b03 for changeset b81ff9b459b7
4d2d063a4af : Added tag jdk7u15-b03 for changeset 1551ea1eaf03
da4eb13625a : Added tag jdk7u15-b03 for changeset 9585781abbd5
3f2945664d2 : Added tag jdk7u15-b03 for changeset 5195cf3573f8
8b12f5abcc7 : 6657673: Issues with JAXP
855926b65b5 : 8008387: Improve code coverage tests for JSObjectLinker and NashornBottomLinker
350c3e01c10 : 8008387: Improve code coverage tests for JSObjectLinker and NashornBottomLinker
f70504b548b : 8008371: Fix Dynalink compiler warnings and whitespace
ccce3fa8036 : 8008371: Fix Dynalink compiler warnings and whitespace
e6b61ae08ae : 6563143: javac should issue a warning for overriding equals without hashCode
7658ed3a4d8 : 8008382: Remove redundant use of Atomic::add(jlong, jlong *) in create_new_gc_id()
1439d121c21 : 8007779: os::die() on solaris should generate core file
e73e890d687 : 8007779: os::die() on solaris should generate core file
7e8a3b3d11c : 8008295: build-infra: Cleanup in Import.gmk
bf12ddea853 : 8008294: build-infra: Build-infra closed fails on solaris 11.1
52655146895 : 8007901: SA: Don't read flag values as constants
b7a2d200600 : 8008351: Avoid using String.replace(String, String) in codegen
9a4e9fe31e5 : 8008351: Avoid using String.replace(String, String) in codegen
12da33eaa87 : 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
27f74b1698c : 8008305: ScriptEngine.eval should offer the ability to provide a codebase
b1f72f6fd2f : 8008305: ScriptEngine.eval should offer the ability to provide a codebase
3a353cb8e0c : 8007436: (profiles) Add JSR-310 to Compact Profiles contents
3ec7915e25b : 6429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ignore interestOps
18c9c4970eb : 8009259: TEST_BUG: sun/misc/Cleaner/exitOnThrow.sh failing intermittently
7baeb793416 : 8002390: (zipfs) Problems moving files between zip file systems
7886b3e26b1 : 6429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ignore interestOps
1f5fafc4e6c : 8007959: Use expensive node logic for more math nodes
260e8224590 : 8007959: Use expensive node logic for more math nodes
bf26c0a1438 : 8006748: getISO3Country() returns wrong value
3bf5666e603 : 6657673: Issues with JAXP
c64f5833d2a : 8008348: The leftover jdk/make/tools/javazic causes build problems with hs25-b19 control
381aecb7c2c : 8004970: Implement serialization in the lambda metafactory
b2a3c762ffe : 8004969: Generate $deserializeLambda$ method 8006763: super in method reference used in anonymous class - ClassFormatError is produced 8005632: Inner classes within lambdas cause build failures 8005653: Lambdas containing inner classes referencing external type variables do not correctly parameterize the inner classes
5159c925af4 : 8008286: new hotspot build - hs25-b20
96300f3ad9a : Added tag hs25-b19 for changeset 9895f0eb0c56
ff25ecbcbb4 : 8008313: 8007052 breaks test/tools/javap/MethodParameters.java
fd17a4290b3 : 8008309: TargetType60 fails because of bad golden file
30058417e19 : 8007427: Annotation element as '_' gives compiler error instead of a warning 8007401: Write test to check for generation of warnings when '_' is used as an identifier
f5df2a25627 : 8007535: Compiler crashes on @FunctionalInterface used on interface with two inherited methods with same signatures
b496912ee10 : 8007462: Fix provisional applicability for method references
e88e06a5e0a : 8007285: AbstractMethodError instead of compile-time error when method reference with super and abstract
a695bef8909 : 8007052: javap should include the descriptor for a method in verbose mode
f8f9896cc75 : 8006749: compiler does not allow Object protected methods to be used in lambda
532b85158a6 : 8008298: Add tests to cover specialized versions of Math functions
1fb8213bb01 : 8008298: Add tests to cover specialized versions of Math functions
d273278133c : 8005920: After pressing combination Windows Key and M key, the frame, the instruction and the dialog can't be minimized
fd286bd400c : 8008291: Add more tests for better coverage of objects, scripting and parser packages
c09d1ba6d76 : 8008291: Add more tests for better coverage of objects, scripting and parser packages
5c9a25d2d24 : 8008223: java/net/BindException/Test.java fails rarely
46154425506 : 8008289: DefaultButtonModel instance keeps stale listeners in html FormView
5287640ec65 : 7173873: JFrame.setDefaultCloseOperation(EXIT_ON_CLOSE) will never lead to SE if EXIT_ON_CLOSE is already set
7dc8dad176e : 8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac
d49ae7856ea : 8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac
c137609dd82 : 8008239: Unpublicized parts of the code generator package that were only package internal
7d9a872e3fb : 8008239: Unpublicized parts of the code generator package that were only package internal
2a825273bff : 8008215: break in catch clause causes java.lang.VerifyError: Inconsistent stackmap
8edbed784de : 8008215: break in catch clause causes java.lang.VerifyError: Inconsistent stackmap
a793cce7637 : 8008102: SA on OS X does not stop the attached process
19f22d8bbc6 : 8008102: SA on OS X does not stop the attached process
3b84bd03607 : 8008284: new hotspot build - hs24-b34
c1d41e36d46 : Added tag hs24-b33 for changeset 99639479fc61
a433a8918df : 8008254: j.u.Calendar.JavatimeTest failed at TL b78 pit testing
95bd43cd0a3 : 8007764: Wrong initialized value of max_gc_pause_sec for an instance of class AdaptiveSizePolicy
f5e3306d750 : 8008173: [parfait] #1173 Uninitialised variable -- TransformHelper.cpp
6ded4220d5d : Added tag jdk7u21-b02 for changeset 919039522a24
f5b4658ea54 : Added tag jdk7u21-b02 for changeset 9dd168ff80c7
b7aeb01dfff : Added tag jdk7u21-b02 for changeset b513d66321d3
4a04696d3ec : Added tag jdk7u21-b02 for changeset cbb49997291f
2fd9426c20b : 7199858: Marshal exception is wrong
d258e2c0698 : 8007639: Workaround for ccache in vm.make is incorrect
32bced14f57 : Added tag jdk8-b77 for changeset d97b73add494
14251d64808 : Added tag jdk8-b77 for changeset e587650e9aa6
08c118806c3 : Added tag jdk8-b77 for changeset 9df84d06d040
827f8f788b1 : Added tag jdk8-b77 for changeset bd0373289b63
2e048c5ce6d : Added tag jdk8-b77 for changeset 739a5754a11e
78687c4aaf5 : Added tag jdk8-b77 for changeset e637fdab418c
0b69873d738 : Added tag jdk8-b77 for changeset b2c2a48dae5c
ff4bbcd501d : 8007736: VerifyError for static method in interface
07c7afeaac6 : 8007736: VerifyError for use of static method in interface
bbd49628e64 : 8008208: Event tracing for code cache subsystems can give wrong timestamps
ee65d32c204 : 8006225: tools/jdeps/Basic.java failes with AssertionError
469a44bcd6a : 8003581: UseG1GC is not properly accounted for by INCLUDE_ALTERNATE_GCS
1db22b304cb : 8006878: Some non-existent GC source files are in the minimalVM exclude list
4622677fda1 : 8007014: Improve image handling
a310492287b : Added tag jdk7u17-b01 for changeset 359cac763f45
b5b6aefe2a2 : 8008231: Fix build system to accommodate integration of dynalink
f95919ab1e8 : 8008231: Fix build system to accommodate integration of dynalink
0784dedd4c0 : 8008198: java.lang.AssertionError: Invalid break target class jdk.nashorn.internal.ir.TryNode
6aeeee6b63e : 8008198: java.lang.AssertionError: Invalid break target class jdk.nashorn.internal.ir.TryNode
58e7d300d9f : 8007990: No access to interface methods on a restricted class
7bd8f3c100b : 8008206: The allInteger case for SwitchNode generation in CodeGenerator assumes integer LITERALS only
85c55a2aa45 : 8007990: No access to interface methods on a restricted class
af9c882b958 : 8008206: The allInteger case for SwitchNode generation in CodeGenerator assumes integer LITERALS only
2da585d2229 : 8008085: Integrate Dynalink source code into Nashorn codebase
82f8cef55c5 : 8008085: Integrate Dynalink source code into Nashorn codebase
bf91374f3fe : 8004840: Jstack seems to output unnecessary information in 7u9
1161569a905 : 8004840: Jstack seems to output unnecessary information in 7u9
542a00cabcc : 8006937: [obj|type]ArrayKlass::oop_print_on prints one line to tty instead of the provided output stream
4c6e1899de0 : 8008199: Lazy compilation and trampoline implementation
7c466c84eb5 : 8008199: Lazy compilation and trampoline implementation
fdd466393a7 : 8008197: Cross script engine function calls do not work as expected
022533a7498 : 8008197: Cross script engine function calls do not work as expected
c2f4ba73be0 : 8006398: Add regression tests for deprectated GCs
2fb38081d51 : 8001457: New tests needed for library-side changes for repeating annotations
e46f35f222d : 8008193: test262 tests should be run with security manager enabled
9f6e3f08f2f : 8008193: test262 tests should be run with security manager enabled
e5187892fca : Added tag jdk7u15-b30 for changeset 0f665132bc98
15d83b30b18 : Added tag jdk7u15-b30 for changeset 4dce29a0e880
14632958c53 : Added tag jdk7u15-b30 for changeset 204588dd567b
fea88bddfa0 : Added tag jdk7u15-b30 for changeset 82bde9bc1a43
10556b9df2f : Added tag jdk7u15-b30 for changeset fbf7329b91d2
37aaa0c3ef7 : Added tag jdk7u15-b30 for changeset 3ea3a1f0d649
17c09ac8a19 : Added tag jdk7u15-b30 for changeset d3449440e964
693690c960a : Added tag jdk7u14-b13 for changeset ccf8f9f34c1d
4c55c212b16 : Added tag jdk7u14-b13 for changeset 8aa29ccd733d
30b2319ca01 : Added tag jdk7u14-b13 for changeset cc34f9e3080b
978314dfb88 : Added tag jdk7u14-b13 for changeset b4db895f5b5e
8769282edfe : Added tag jdk7u14-b13 for changeset d5bf6aa901a8
2c5a1990238 : Added tag jdk7u14-b13 for changeset b30f46bb03aa
8e90caea2ab : Added tag jdk7u14-b13 for changeset e8ef35adcca3
20987e61442 : 8008017: The fix for 8005129 does not build on Windows
1930d1f090f : 8008167: IdentityHashMap.[keySet|values|entrySet].toArray speed-up
24b144ccd9f : 8008201: Add java/lang/Class/asSubclass/BasicUnit.java to the ProblemList
ba9cf66b482 : 8007935: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh should use $COMPILEJAVA for javac
db31a896d88 : 8007888: jdk fix default method: VerifyError: Illegal use of nonvirtual
4c2a4c9b4ad : 8005750: [parfait] Memory leak at jdk/src/share/bin/parse_manifest.c
48a592be5a1 : 8008161: Regression: j.u.TimeZone.getAvailableIDs(rawOffset) returns non-sorted list
8f58ebc2613 : 8007755: Support the logical grouping of keystores
403e23ec706 : 8008095: TEST_BUG: JDK-8002048 one more testcase failure on Solaris
8ccde1a96e7 : 8006345: Report Synthesized Parameters in java.lang.reflect.Parameter API 8006896: ClassReader doesn't see MethodParameters attr for method of anon inner class 8007098: Output Synthesized Parameters to MethodParameters Attributes
034705ee13e : 8006683: Add WhiteBox API to testing of compiler
3d55cc1e02c : 8007934: algorithm parameters for PBE Scheme 2 not decoded correctly in PKCS12 keystore
959ddfce4a7 : 8005629: javac warnings compiling java.awt.EventDispatchThread and sun.awt.X11.XIconWindow
42b8720beff : 7079260: InputContext leaks memory
f44592861ca : 4199622: RFE: JComboBox shouldn't sending ActionEvents for keyboard navigation
dfdd79f3eee : 7132383: [macosx] bug6596966.java should be adapted for Mac
821d945e1a0 : 8008103: Source object should maintain URL of the script source as a private field
ecc2be22e3d : 8008103: Source object should maintain URL of the script source as a private field
30a25e41d22 : 7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified
c2c5ca3f5f0 : 8008096: TokenStream buffer should grow exponentially
b8d10c0a0e2 : 8008096: TokenStream buffer should grow exponentially
45d71361d6f : 8007312: null check signal semaphore in os::signal_notify windows
c4a2dc3ab37 : 8007147: Trace event ExecuteVMOperation may get dangling pointer
e0eba88c1b4 : 8007278: Rename j.l.r.AnnotatedElement.getAnnotations(Class) to getAnnotationsByType(Class)
14c0c8eed83 : 8007279: Rename javax.l.model.element.Element.getAnnotations(Class) to getAnnotationsByType(Class)
bcbdbf99960 : 8005772: Stubs report compile id -1 in phase events
b26473a6cfc : 8009721: Make PhaseLive independent from regalloc
05b1c69fc0b : 8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
081fe1b44bb : 8005772: Stubs report compile id -1 in phase events
a6b57f4f321 : 8008089: Delete OS dependent check in JdkFinder.getExecutable()
0a5d02aaa60 : 8008089: Delete OS dependent check in JdkFinder.getExecutable()
2373a631884 : 8008262: pack200 should support MethodParameters - part 2
ab4a830be8e : 8008107: [parfait] Use after free of pointer in jdk/src/share/native/sun/security/pkcs11/wrapper/p11_convert.c
71666c4c5ac : 8004561: Additional functional interfaces, extension methods and name changes
05d4ff03830 : 8008088: SA can hang the VM
7d28698730a : 8007312: null check signal semaphore in os::signal_notify windows
969c87e0487 : 8008088: SA can hang the VM
6a334920c9e : 8006837: Missing call to cr() when printing entry_point in nmethod, in os::print_location
464abcb4fa4 : 8008077: update reference impl for type-annotations
9bb27cedcb8 : 8007398: Peformance improvements to Integer and Long string formatting
ae11ef7f7f4 : 7188517: Check on '$' character is missing in the HttpCookie class constructor
b5935428839 : 8008972: Memory leak: Java_java_net_TwoStacksPlainDatagramSocketImpl_receive0 [parfait]
99e8d731930 : 8015628: Test Failure in closed/java/io/pathNames/GeneralSolaris.java
7037ed261ef : 7006052: awt_InputMethod.c cleanup is needed
1f2b4683fdb : 8015686: {Int|Long}SummaryStatistics toString() throws IllegalFormatConversionException
f3d70293194 : 8014854: (bf) CharBuffer.chars too slow with default implementation
608c5138833 : 7107883: getNetworkPrefixLength() does not return correct prefix length
5fe4973a2cd : 8014732: Minor spec issue: java.util.Spliterator.getExactSizeIfKnown
bb1932055b9 : 6750584: Cipher.wrap/unwrap methods should define UnsupportedOperationException
3ecc12a044a : 8013069: javax.crypto tests fail with new PBE algorithm names
ddc0a1e51f3 : 7160837: DigestOutputStream does not turn off digest calculation when "close()" is called
b888136f125 : 8014618: Need to strip leading zeros in TlsPremasterSecret of DHKeyAgreement
64751d0f414 : 8015271: Conversion table for EUC-KR is incorrect
3857db466ba : 8014393: Minor typo in the spec for j.u.stream.Stream.findFirst()
84d248176f9 : 8014409: Spec typo: extra } in the spec for j.u.s.StreamBuilder
6258d24af02 : 8015627: test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails in agentvm mode
1e5fd0d5956 : 8015299: Memory leak in jdk/src/solaris/bin/java_md_solinux.c
9e918d6fbcb : 4759491: method ZipEntry.setTime(long) works incorrectly 6303183: Support NTFS and Unix-style timestamps for entries in Zip files 7012856: (zipfs) Newly created entry in zip file system should set all file times non-null values 7012868: (zipfs) file times of entry in zipfs should always be the same regardless of TimeZone
d72b5162011 : 8008966: NPG: Inefficient Metaspace counter functions cause large young GC regressions
eafc00bc250 : 8011724: G1: Stack allocate instances of HeapRegionRemSetIterator
c47ec9b4ca0 : 8011802: NPG: init_dependencies in class loader data graph can cause invalid CLD
ddbf6ad621d : 8012111: Remove warning about CMS generation shrinking
bdf829cf3ed : 8012687: Remove unused is_root checks and closures
4e6c27cef0b : 7109087: gc/7072527/TestFullGCCount.java fails when GC is set in command-line
e1cbb28f3f5 : 8011268: NPG: Free unused VirtualSpaceNodes
4bc6279af87 : Added tag jdk7u15-b31 for changeset 71a6bab3db3a
30cac3ac198 : Added tag jdk7u15-b31 for changeset 12d66a235ed2
b2c62b875c8 : Added tag jdk7u15-b31 for changeset a7f786ae3cba
57f2fc283c9 : Added tag jdk7u15-b31 for changeset fa87fcbb10bf
1bee03bc99b : Added tag jdk7u15-b31 for changeset 1897e66821c3
a5e88cd5e3a : Added tag jdk7u15-b31 for changeset 4b9939e7c9d8
b0f9e524af6 : Added tag jdk7u15-b31 for changeset 4fdf037d1522
4e7de85e4d6 : 8006691: Remove jvm_version_info->is_kernel_jvm field
1ec5dfafe03 : 8007464: Add graph inference support
4f0ea0b0108 : 8007748: MacOSX build error : cast of type 'SEL' to 'uintptr_t' (aka 'unsigned long') is deprecated; use sel_getName instead
7ca3c9dd848 : 8007748: MacOSX build error : cast of type 'SEL' to 'uintptr_t' (aka 'unsigned long') is deprecated; use sel_getName instead
e7cdd4a93aa : 8007392: JSR 310: DateTime API Updates
73c043f49eb : 8007392: JSR 310: DateTime API Updates 8007520: Update date/time classes in j.util and j.sql packages 8007572: Replace existing jdk timezone data at <java.home>/lib/zi with JSR310's tzdb
ef7aa05f207 : 8007950: Undo hs_file permission change
728ab5b30e3 : 8002169: TEST_BUG: compiler/7009359/Test7009359.java sometimes times out
851ae93451e : 8002169: TEST_BUG: compiler/7009359/Test7009359.java sometimes times out
9bdfca5e561 : 8006334: javap, JavapTask constructor breaks with null pointer exception if parameter options is null
3ac1813eeb4 : 8005932: Java 7 on mac os x only provides text clipboard formats
10d6fa4404f : 8012597: Better image channel verification
6406dc7c405 : Added tag jdk7u25-b09 for changeset 982361a0f73b
c26c08bd52c : 8013228: Create new system properties to control allowable OCSP clock skew and CRL connection timeout
76a2b6c54d0 : 8011313: OCSP timeout set to wrong value if com.sun.security.ocsp.timeout not defined
232b814f68a : 8007786: JDK-8002048 testcase doesn't work on Solaris
c401bf065da : 7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
37172b6dba7 : 7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
951f582c145 : 8007900: Function binding is inefficient
8de46290f0b : 8007956: Wrong or obsolete system properties in docs/DEVELOPER_README
d50e3823e4a : 8007900: Function binding is inefficient
b98a77d26c2 : 8007956: Wrong or obsolete system properties in docs/DEVELOPER_README
024075fabb9 : 8004822: RFE to write language model API tests for repeating annotations based on the spec updates
527b0d661a0 : 8003252: PPC: move MacroAssembler into separate file
44e3518c321 : 8007574: Provide isFunctionalInterface in javax.lang.model
faea95b8d39 : 8007320: NPG: move method annotations
46677b6d86d : 8003251: ARM: move MacroAssembler into separate file
fabb8c6e25a : 8008508: CMS does not correctly reduce heap size after a Full GC
90d010120f0 : 8011343: Add new flag for verifying the heap during startup
e57a759515a : 8007915: Nashorn IR, codegen, parser packages and Context instance should be inaccessible to user code
1e1537c13f8 : 8007915: Nashorn IR, codegen, parser packages and Context instance should be inaccessible to user code
f1ebebe4f21 : 8006430: TraceTypeProfile is a product flag while it should be a diagnostic flag
212f30a18ee : 8006430: TraceTypeProfile is a product flag while it should be a diagnostic flag
003360c66c6 : 8007402: Code cleanup to remove Parfait false positive
43c01fd8b69 : 8007402: Code cleanup to remove Parfait false positive
895a6347fb0 : 8006943: Fix order of function method arguments to be (callee, thisObject)
710f06674d2 : 8006943: Fix order of function method arguments to be (callee, thisObject)
b30e5c63130 : 8007610: javadoc doclint does not work with -private
6a910ea8f2a : 8006851: When TieredCompilation is set, max code cache should be bumped to 256mb
c4d93a257f1 : 8007708: compiler/6855215 assert(VM_Version::supports_sse4_2())
231bbf39f4b : 8007708: compiler/6855215 assert(VM_Version::supports_sse4_2())
ef59a25f715 : 8006691: Remove jvm_version_info.is_kernel_jvm field
4e766f0ef11 : 8007791: More Restricted hs_err file permission
c3e1c6d07b5 : 8005261: [parfait] #415 sun/java2d/opengl/GLXSurfaceData.c Memory leak of pointer 'glxsdo' allocated with malloc
410876d0ee8 : 8005129: [parfait] #1122 - #1130 native/sun/awt/medialib/mlib_Image*.c Memory leak of pointer 'k' allocated with mlib_malloc
082078f6ce0 : Added tag jdk7u15-b02 for changeset d9716f8c3bc5
3dbe716d269 : Added tag jdk7u15-b02 for changeset e99936e0d196
22610d836ab : Added tag jdk7u15-b02 for changeset b681fff60815
96f83fb5dae : Added tag jdk7u15-b02 for changeset 7357b626087d
d3518d75fe7 : Added tag jdk7u15-b02 for changeset ecd958208349
f41e63d9413 : Added tag jdk7u15-b02 for changeset ee70a39df1db
98fd94b8c21 : Added tag jdk7u15-b02 for changeset 1a1e9e89f4c6
fc6a9c2d07f : 8005932: Java 7 on mac os x only provides text clipboard formats
2fd28ebb439 : 8007801: new hotspot build - hs25-b19
59bf14707f2 : Added tag hs25-b18 for changeset f3f52401a78c
556c15b3e00 : 8005572: fatal error: acquiring lock JfrBuffer_lock/19 out of order with lock MethodData_lock/19 -- possible deadlock
3021567975b : 8004903: VMThread::execute() calls Thread::check_for_valid_safepoint_state() on concurrent VM ops
ed7cbb8171d : 8004902: correctness fixes motivated by contended locking work (6607129)
6d3af04b941 : 6444286: Possible naked oop related to biased locking revocation safepoint in jni_exit()
3dd942237df : 8008314: Unimplemented() Atomic::load breaks the applications
8748f8f4666 : 8009225: new hotspot build - hs24-b35
ee8adb97d77 : 8005722: Assert in c1_LIR.hpp incorrect wrt to number of register operands
134a62c626f : 8006222: Move slot from SpillProperty to Property
32d71c7cb95 : 8006222: Move slot from SpillProperty to Property
d1002549ac3 : 8006423: SA: NullPointerException in sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:67)
e563c0ecf48 : 8006423: SA: NullPointerException in sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:67)
92053d4fb29 : 8007434: Write tests for 8006298
59318f1b2e4 : 7167125: Two variables after the same operation in a inner class return different results
561631ea441 : 8005931: javac doesn't set ACC_STRICT for classes with package access
bba94170387 : 7166455: javac doesn't set ACC_STRICT bit on <clinit> for strictfp class
f1442d82614 : 7195131: Update 2 compiler combo tests for repeating annotations to include package and default use cases
8efd1399f09 : 8007688: Blacklist known bad certificate
3ae3ac4f875 : 8007688: Blacklist known bad certificate
e1d6f09bba5 : 8006777: Improve TLS handling of invalid messages
dcf3b18bbb4 : Added tag jdk7u21-b01 for changeset ea8b41988ab6
2d56db7b87d : Added tag jdk7u21-b01 for changeset 162bff54766b
c3fb10cf234 : Added tag jdk7u21-b01 for changeset 4bbcdb743ac2
6fc7dfc0238 : Added tag jdk7u21-b01 for changeset 7abea8c89e80
36033302d54 : Added tag jdk7u15-b01 for changeset a97fe7e2af91
f2835e10608 : Added tag jdk7u15-b01 for changeset 46b5381d1060
dfad046afdb : Added tag jdk7u15-b01 for changeset 9734cd5b40e9
fbb88937cb0 : Added tag jdk7u15-b01 for changeset 0c2f0967fd09
a78cb97482e : Added tag jdk7u15-b01 for changeset c69716349893
aa25fd72563 : Added tag jdk7u15-b01 for changeset 54d140b8c2d3
3c14f63ca1f : Added tag jdk7u15-b01 for changeset 928480db89a7
4f0f5861edb : Added tag jdk8-b76 for changeset aa274a6f970a
45f09caa8de : Added tag jdk8-b76 for changeset 0da59c40187c
2683bbdf2f1 : Added tag jdk8-b76 for changeset 95266e83c5e7
b0b7e821de5 : Added tag jdk8-b76 for changeset 503de5a7b5ef
2ac871a5a19 : Added tag jdk8-b76 for changeset faf3f7a9a86f
a68198e6bc4 : Added tag jdk8-b76 for changeset 2fea158ee664
08131626085 : Added tag jdk8-b76 for changeset 6bb57fea1027
4d52383ae7b : 8006777: Improve TLS handling of invalid messages
15bab10c3f9 : 8006954: GC Cause equals No GC for CMS background collection in the trace GC event
3479e4412ab : 8007611: logging behavior in applet changed
2591d262c84 : 8007611: logging behavior in applet changed
5404b8e7fa3 : 8007718: Make static RegExp properties fully compatible to other engines
f2dc010c161 : 8007718: Make static RegExp properties fully compatible to other engines
37142fb8a11 : 8007627: Support @Getter annotation on constructor
37905fb387d : 8007627: Support @Getter annotation on constructor
89366b1e2cc : 8007715: Make sure that not all tests run with AllPermission
b247ddfcc39 : 8007715: Make sure that not all tests run with AllPermission
c88c3bb683a : 8007698: jtreg test T6306137.java won't compile with ASCII encoding
fb6927c36c6 : 8005194: [parfait] #353 sun/awt/image/jpeg/imageioJPEG.c Memory leak of pointer 'scale' allocated with calloc()
8ef946f380e : 7182152: Instrumentation hot swap test incorrect monitor count
b8adbe20b07 : 8006807: C2 crash due to out of bounds array access in Parse::do_multianewarray
285249963c8 : 8006807: C2 crash due to out of bounds array access in Parse::do_multianewarray
62b85e6a178 : 8006594: Add jdk_core target to jdk/test/Makefile
b74073c0db5 : 8007405: Update java.lang.reflect API to replace SYNTHESIZED with MANDATED
249b55b5738 : 8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument
be1edfbb6f7 : 8007536: Incorrect copyright header in JDP files
83b9b38fc5e : 8007902: [unpack200] incorrect BootstrapMethods attribute
8a4107ab649 : 8007519: [unpack200] produces bad class files when producing BootstrapMethods attribute
76953b4d1e9 : 8007761: NTLM coding errors
d8233ec6572 : 8001104: Unbound SASL service: the GSSAPI/krb5 mech
724f325f44f : 8005697: Add StampedLock
826105d5489 : 8005623: Retrofit FunctionalInterface annotations to core platform interfaces
ea5819f8d36 : 8007038: ArrayIndexOutOfBoundsException on calling localizedDateTime().print() with JapaneseChrono
19982b2e807 : 8007142: Add utility classes for writing better multiprocess tests in jtreg
925fe9142b1 : 8006995: java launcher fails to open executable JAR > 2GB
218dc713ff1 : 8006505: additional changes for JSR 310 support
58d8702881f : 8006595: Use jdk/test/Makefile targets in preference to local definitions
574897c629d : 8004726: Link bug ids to jbs rather than monaco
383e963093f : 8007666: nashorn missing from hgforest.sh
677001c39cd : 8007643: Add testing for quit and exit
57ef7ce075b : 8007643: Add testing for quit and exit
774a2b9848a : 8007277: JDK-8002048 testcase fails to compile
83975f44e5f : 8007629: Remove extraneous quit from shell.js
574016d0d3e : 8007629: Remove extraneous quit from shell.js
305cf1f98bc : 8007566: DocLint too aggressive with not allowed here: <p>
ac96c41fe80 : 8000326: Focus unable to traverse in the menubar
681e6c377e6 : 8007479: Refactor DeferredAttrContext so that it points to parent context
0336a57511c : 8007463: Cleanup inference related classes
c572f250407 : 8007277: JDK-8002048 testcase fails to compile
e12e6971aee : 8007545: jjs input evalinput need to be NOT_ENUMERABLE
5900e641b04 : 8007545: jjs input evalinput need to be NOT_ENUMERABLE
97a52f86e90 : 8007619: Add support for deprecated properties of RegExp constructor
c95d492268e : 8007619: Add support for deprecated properties of RegExp constructor
dab327e501d : 8007625: race with nested repos in /common/bin/hgforest.sh
468959cca1d : 8007273: Creation of ScriptFunctions can be refactored
4eee363f14a : 8007273: Creation of ScriptFunctions can be refactored
e84e88f4c9b : 8007393: Possible race condition after JDK-6664509
133066ab097 : 8007393: Possible race condition after JDK-6664509
919ef8e0dfd : 8004924: NPG: jmap -heap output should contain ClassMetaspaceSize value
fb8617f293c : 8007221: G1: concurrent phase durations do not state the time units ("secs")
050d7c9d90c : 8008546: Wrong G1ConfidencePercent results in GUARANTEE(VARIANCE() > -1.0) FAILED
ceb2baae924 : 8008314: Unimplemented() Atomic::load breaks the applications
2a4bf8ddd81 : 8008536: Add HotSpot support for printing class loader statistics for JMap
23ca2415977 : 8007485: test creates .class files in the test/ directory
8985a7c2aca : 8007504: Remove @ignore from tests that no longer need it
c2bb152e6c6 : 8005032: G1: Cleanup serial reference processing closures in concurrent marking
06a67619263 : 8007523: VerifyError on script that uses regular expression literals with ternary operator
292a819b532 : 8007523: VerifyError on script that uses regular expression literals with ternary operator
c9bb9bdc6d0 : 8006613: adding reason to made_not_compilable
014d9489bbe : 8006613: adding reason to made_not_compilable
50f48fd4653 : 8006790: Improve checking for windows
ac95e3f1ed0 : 8006790: Improve checking for windows
05882c2a521 : 8001031: Better font processing
ae2454b3e56 : 8004986: Better handling of glyph table 8004987: Improve font layout 8004994: Improve checking of glyph table
ae5b3c93101 : 8008249: Sync ICU into JDK
3a4936696cf : 8009857: Problem with plugin
d059d367eb4 : 8009814: Better driver management
c5d72546c0f : 8009610: Blacklist certificate used with malware
28441d3ff34 : 8009463: Regression test test\java\lang\Runtime\exec\ArgWithSpaceAndFinalBackslash.java failing
78478633f93 : 8009305: Improve AWT data transfer
046d36e089c : 8009063: Improve reliability of ConcurrentHashMap
b15549ed0b0 : 8007918: Better image writing
57d870834fe : 8007667: Better image reading
243470f47e0 : 8007617: Better validation of images
46a46798f15 : 8006795: Improve font warning messages
e3fdd3983dd : 8006435: Improvements in JMX
3c0be232beb : 8005942: (process) Improved Runtime.exec
0c8b65724ac : 8004261: Improve input validation
99468dc6c0d : 8007524: build-infra: Incremental build of tools.jar broken
27c34351ef9 : 8007522: IllegalStateException thrown from String.prototype.search function
ac9ca521adb : 8007522: IllegalStateException thrown from String.prototype.search function
3d09f6b621c : 8007389: Remove uses of _ as identifier in jaxp
85c0519ca64 : 8007483: attributes are ignored when loading keys from a PKCS12 keystore
7ac28367f61 : 8007521: $ENV should be undefined when security manager is present
be500502ec8 : 8007521: $ENV should be undefined when security manager is present
631c9a9bada : 8005791: Remove java.beans.* imports from com.sun.jmx.mbeanserver.Introspector
d1a58e452a8 : 7170447: Intermittent DeadListenerTest.java failure
329bc97900d : 8006508: Wrong frame constructor is called in os_linux_x86.cpp
5b5440f3c5f : 8007452: add scripting programmers doc changes for nashorn
31aa060b112 : 8007452: add scripting programmers doc changes for nashorn
05a047b442e : 8007492: DocumentationTool cannot locate standard doclet when invoked from JRE
920d11993ca : 8007113: Upgrade AnnotatedElement.isAnnotionPresent to be a default method
4d8014cefad : 8007490: NPE from DocumentationTool.run
41d211f5d56 : 8001384: G1: assert(!is_null(v)) failed: narrow oop value can never be zero
13339482664 : 8001384: G1: assert(!is_null(v)) failed: narrow oop value can never be zero
78b547afa76 : 8005052: [parfait] #416 X11SurfaceData.c UNINITIALISED OR MISSING RETURN VALUE 8005054: [parfait] #417 X11SurfaceData.c UNINITIALISED OR MISSING RETURN VALUE
db8ced219f1 : 8006295: Base64.Decoder.wrap(java.io.InputStream) returns InputStream which throws unspecified IOException on attempt to decode invalid Base64 byte stream 8006315: Base64.Decoder decoding methods are not consistent in treating non-padded data 8006530: Base64.getMimeDecoder().decode() throws exception for non-base64 character after adding =
1f37bc3e364 : 8006191: `cmd` -> exec("cmd") in script mode
233a9042cf5 : 8006191: `cmd` -> exec("cmd") in script mode
f7acc145bf0 : 8007403: Incorrect format arguments in adlparse.cpp
37d83019d0e : 8007475: Memory stomp with UseMallocOnly
16990e896a5 : 8006949: Update hotspot for MethodParameters format change 8006907: Hotspot should reject classfiles with multiple MethodParameters attributes
ddbfa5fe533 : 8006994: Cleanup PKCS12 tests to ensure streams get closed
5712b216b4a : 7077259: [TEST_BUG] [macosx] Test work correctly only when default L&F is Metal
7add1f152df : 8004821: Graphics2D.drawPolygon() fails with IllegalPathStateException
5222c771f7d : 8007215: Varargs broken for the case of passing more than the arg limit arguments
8b7a8d75b39 : 8007215: Varargs broken for the case of passing more than the arg limit arguments
0188ecc4564 : 8007460: var assignment to a parameter in a varargs method causes compilation error
bd2303d9e48 : 8007460: var assignment to a parameter in a varargs method causes compilation error
ab344389382 : 8005405: [macosx] Drag and Drop: wrong animation when dropped outside any drop target
1831def9cc6 : 8000968: NPG: UseCompressedKlassPointers asserts with ObjectAlignmentInBytes for > 32G CompressedOops
efb0dea57a5 : 8007455: Extraneous $(ECHO) in make/Makefile
58f1fb6ecdf : 8007455: Extraneous $(ECHO) in make/Makefile
88da513ed34 : 8007144: Incremental inlining mistakes some call sites for dead ones and doesn't inline them
3450d1a199b : 8002144: G1: large number of evacuation failures may lead to large c heap memory usage
c5bb0a0ba98 : 8006691: Remove jvm_version_info.is_kernel_jvm field
da5499f4ed5 : 8007144: Incremental inlining mistakes some call sites for dead ones and doesn't inline them
eaa663b2412 : 8007403: Incorrect format arguments in adlparse.cpp
2b800f01d96 : 8007275: build-infra: Create final-images target
fe5aed65c28 : 8007268: build-infra: configure reports Solaris needs gcc for deploy, but logs don't indicate it's used
2708349f7ce : 8007093: build-infra: Make should fail if spec is older than configure files
f13dbb00cfa : 8005114: VM is crashing in ciKlass*ciObjArrayKlass::element_klass() if metaspaces are full
812262d16bf : 7197672: There are issues with shared data on windows
302a583c08b : 8002048: Protocol to discovery of manageable Java processes on a network
eea117f3e5a : 8002048: Protocol to discovery of manageable Java processes on a network
3f02516d3e6 : 6471906: java.lang.NegativeArraySizeException in tenToThe
a4a897ce527 : 7199823: javac generates inner class that can't be verified
a9f424c8878 : 8005075: Pool.Method, and Pool.Variable redundant Symbol field should be removed
e618b1556c9 : 8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch
898965f4587 : 8000363: runtime/7158988/FieldMonitor.java fails with exception
b61bb15030d : 8007322: untangle ftp protocol from general networking URL tests
8734c66d55d : 8005013: Add NMT tests
8da1d4a40c9 : 8007428: [launcher] add tools/launcher/FXLauncherTest.java to ProblemList.txt
81a6d7fb011 : 8003549: (pack200) assertion errors when processing lambda class files with IMethods
0050c5b4fbe : 6964528: Double.toHexString(double d) String manipulation with + in an append of StringBuilder
26b2bbe306a : 8007257: NPG: metaspace.cpp: Incorrect arguments in calls to err_msg
9d47280d2a5 : 7189971: Implement CMSWaitDuration for non-incremental mode of CMS
111ddcc8274 : 8005012: Add WB APIs to better support NMT testing
9f01bb3d23f : 8006894: G1: Number of marking threads missing from PrintFlagsFinal output
d701ede8bbd : 8006894: G1: Number of marking threads missing from PrintFlagsFinal output
854e269f207 : 5035569: Formatter should document that %a conversion unsupported for BigDecimal args
c2e77030a1e : 8001614: Include annotation type to documented supported-ness
3796c13a4af : Added tag hs24-b32 for changeset 17b4b60b5162
8f90cd00254 : 8007344: javac may not make tree end positions and/or doc comments available to processors and listeners
5cc9440cd1c : Added tag jdk7u13-b30 for changeset a0a0ab90a9be
a2fd5aad523 : Added tag jdk7u13-b30 for changeset ecaa009d25fc
35706343b4d : Added tag jdk7u13-b30 for changeset 8ee8fda7a018
201ae75319e : Added tag jdk7u13-b30 for changeset 162bff54766b
e1f1e189cf8 : Added tag jdk7u13-b30 for changeset 4bbcdb743ac2
9cc5470fdb1 : Added tag jdk7u13-b30 for changeset 7abea8c89e80
4205b331887 : Added tag jdk7u13-b30 for changeset bad9ee71e61f
a2966dd62d9 : 8006298: Specifying malformed JFR options (-XX:+FlightRecorderOptions) outputs non-sensical error
da167caf805 : Added tag jdk7u13-b20 for changeset ae8285b15245
8b8e41c4ed0 : Added tag jdk7u13-b20 for changeset 4524b0ca400c
ea6a8ba0b8c : Added tag jdk7u13-b20 for changeset 257a11516fb8
44809d33341 : Added tag jdk7u13-b20 for changeset 19a6647cf848
29595e0116c : Added tag jdk7u13-b20 for changeset 229b615c025b
57eb19fadf0 : Added tag jdk7u13-b20 for changeset 7f418383ce0e
f2694638df4 : Added tag jdk7u13-b20 for changeset 0abc804781ea
d3d706b6b64 : Added tag jdk7u14-b12 for changeset dbdf74bd2cb9
c7e306d1343 : Added tag jdk7u14-b12 for changeset 2cb9921d7291
5b900626d8e : Added tag jdk7u14-b12 for changeset d9026b66676a
98652514085 : Added tag jdk7u14-b12 for changeset 7462470ea31c
5a38192b304 : Added tag jdk7u14-b12 for changeset cd76c98d9ded
8b80c988523 : Added tag jdk7u14-b12 for changeset 9ee522fd7320
06a79720bdd : Added tag jdk7u14-b12 for changeset 586d6ab024fd
6b4b68a1456 : 8006808: mapfile use check in jdk/make/common/shared/Defs-solaris.gmk is throwing 'egrep: syntax error'
7ee6242d0c6 : 8007305: DPrinter: provide better usage message
81e9d881ca3 : 8007306: DPrinter: improve display of impl-class, internal tag/kind, and external tag/kind
01ea5d17ec5 : 8004801: The image of BufferedImage.TYPE_INT_ARGB is blank
7e50cc3e082 : 8006536: [launcher] removes trailing slashes on arguments
38f3a59c9a2 : 8006536: [launcher] removes trailing slashes on arguments
ab0a9b39570 : 8003543: Improve processing of MTOM attachments
d0830009e80 : 8006395: Race in async socket close on Linux
932c29e08e8 : 8006731: JSR 292: the VM_RedefineClasses::rewrite_cp_refs_in_method() must support invokedynamic
da8ccb93758 : 8006546: JSR 292: typos in the ConstantPool::copy_cp_impl()
823c749bd14 : 8006542: JSR 292: the VM_RedefineClasses::append_entry() must support invokedynamic entry kinds
9bf4d2f9783 : 8004353: Generated html is wrong for overview.html; content has incorrect css footer class
64ef3bfccc0 : 8007329: minor issues in impl class hierarchry for DCTree.* classes
71b457cb970 : 8007351: Malformed copyright statements in typeAnnotations test directory
9c33947353b : 8000973: SA on windows thread inspection is broken
b543c19bac8 : 8000973: SA on windows thread inspection is broken
b438ec55db1 : 8007060: Primitive wrap filter throws ClassCastException in test262parallel
4f2891ca8d4 : 8007060: Primitive wrap filter throws ClassCastException in test262parallel
2ccecb9e10d : Added tag jdk8-b75 for changeset dbafd8b0d8a2
79896f3eafe : Added tag jdk8-b75 for changeset cfe93cb07f19
7c22c50e9e6 : Added tag jdk8-b75 for changeset bef9d985cc1c
34d99c6b392 : Added tag jdk8-b75 for changeset 504959da18bb
545ef0e5fe5 : Added tag jdk8-b75 for changeset 3b129a5ff9fd
7ecc657cee4 : Added tag jdk8-b75 for changeset 5aa96ebbc95e
f9329eb66f3 : Added tag jdk8-b75 for changeset a86f171d15a1
0c6cb9cdc2f : 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit
f7f0768c22b : 6355704: (fmt) %f formatting of BigDecimals is incorrect
6b6febce981 : 8006933: Need to use nawk on Solaris to avoid awk limitations
665fca9d607 : 8006709: Add minimal support of MacOSX platform for NetBeans Projects
320ce960ce4 : 8007298: Base64.getMimeDecoder().decode() throws IAE for a single non-base64 character 8006526: Base64.Decoder.decode(String) spec contains a copy-paste mistake
757d9cdeb9c : 8007115: Refactor regression tests for java.lang.reflect.Parameter
4484857b505 : 8007313: Remove use of {ContainerFor/ContainedBy} from langtools
9101ca61f5f : 8005832: Remove java.lang.annotation.{ContainedBy, ContainerFor} annotation types
907f0724ce2 : 8005394: Base64.Decoder/Encoder.wrap(XStream) don't throw NPE for null args passed
b3fa7187ae4 : 7042126: (alt-rt) HashMap.clone implementation should be re-examined
7d2ccf3a21a : 8005875: G1: Kitchensink fails with ParallelGCThreads=0
e0df851a45c : 8005875: G1: Kitchensink fails with ParallelGCThreads=0
ae906f1e7b5 : 8006529: Methods always get callee - it should be conditional
fe52eb5992e : 8006529: Methods always get callee - it should be conditional
b3372e2df58 : 8007005: JEP 167 tracing gives negative time stamps for certain event fields
018fbffe544 : 7179482: Component.accessibleContext and JComponent.accessibleContext refactoring
bebf6488913 : 8007286: Add JavaAdapter and importPackage to compatibility script
bdcffc23f7d : 8007286: Add JavaAdapter and importPackage to compatibility script
d843dec3b7d : 8007006: [macosx] Closing subwindow loses main window menus
2b389730e23 : 8006872: Stop creating four jars with identical content in the new build system
c2b707c5594 : 8006872: Stop creating four jars with identical content in the new build system
ba0917c5314 : 8006872: Stop creating four jars with identical content in the new build system
676769c08f6 : 8006872: Stop creating four jars with identical content in the new build system
45c58805e70 : 8006872: Stop creating four jars with identical content in the new build system
9f5b40123d7 : 8006872: Stop creating four jars with identical content in the new build system
34e17268605 : 8005712: Simplify support for repeating annotations in j.l.r.AnnotatedElement 8004919: AnnotationSupport uses possibly half-constructed AnnotationType instances
c3cd43825b0 : 8007034: debug printer for javac internals
ebc0ebf54d6 : 8007096: DocLint parsing problems with some comments
14a9ae26c4a : 8007140: Java.extend crashes when attempting to extend java.lang.Object
fcd28bdcc5a : 8007140: Java.extend crashes when attempting to extend java.lang.Object
9eab414776b : 8007109: Regression: String(ConsString) does not flatten argument to String
411b70d54a8 : 8007109: Regression: String(ConsString) does not flatten argument to String
eac1dc0df22 : 8007132: Java objects returned from constructor functions are lost
8cd63a75f27 : 8007132: Java objects returned from constructor functions are lost
c11259d73ce : 8007062: Split Lower up into Lower/Attr/FinalizeTypes. Integrate AccessSpecalizer into FinalizeTypes
30b950d2d20 : 8007062: Split Lower up into Lower/Attr/FinalizeTypes. Integrate AccessSpecalizer into FinalizeTypes
c5e3f60649f : Added tag jdk7u13-b10 for changeset ae8285b15245
a1e7198851f : Added tag jdk7u13-b10 for changeset 3b97a47c46dc
4ea30aa228c : Added tag jdk7u13-b10 for changeset 257a11516fb8
f66688d54d6 : Added tag jdk7u13-b10 for changeset 19a6647cf848
200e7faeeb5 : Added tag jdk7u13-b10 for changeset 229b615c025b
dd3e18aab33 : Added tag jdk7u13-b10 for changeset 7f418383ce0e
bc34b743af1 : Added tag jdk7u13-b10 for changeset 0abc804781ea
ba58f1d0c31 : Added tag jdk7u11-b33 for changeset 5bbd6cbe0609
8fce61557f4 : Added tag jdk7u11-b33 for changeset e2adcd07dbbe
ee2d56b8104 : Added tag jdk7u11-b33 for changeset 40d7ae6c57a6
173242d7978 : Added tag jdk7u11-b33 for changeset e42c97ff8cc4
337fc2431cf : Added tag jdk7u11-b33 for changeset 9534f49062fa
6562f8ff171 : Added tag jdk7u11-b33 for changeset 0f7f1be7d923
f91a3fe7b9b : Added tag jdk7u11-b33 for changeset d0b4f00d7d13
e579cec6682 : 8007094: Apply version to nashorn.jar manifest
b342e3c5361 : 8007094: Apply version to nashorn.jar manifest
a1d7653c193 : 8006873: SWAT-b74 msvcr100.dll does not have the permission for all
7afeaba0250 : 8007091: Provide private API to pass application class loader for nashorn script engine
ae80adfc105 : 8007091: Provide private API to pass application class loader for nashorn script engine
e8860a177b4 : 8004710: NPG: jmap could throw sun.jvm.hotspot.types.WrongTypeException after PermGen removal
b29b4794613 : 8004698: Implement Core Reflection for Type Annotations
12aa8497b4f : 8006882: Proxy generated classes in sun.proxy package breaks JMockit
d56ceaa96bd : 8006676: Integrate Nashorn into new build system
813d9e8175b : 8006676: Integrate Nashorn into new build system
e39e306c637 : 8006676: Integrate Nashorn into new build system
0b9014a9d63 : 8006676: Integrate Nashorn into new build system
88d3b835390 : 8007004: nashorn script engine should not use thread context class loader as script 'application loader'
97a071dc3d4 : 8007004: nashorn script engine should not use thread context class loader as script 'application loader'
cb255a0269e : 8004967: Default method cause VerifyError: Illegal use of nonvirtual
2447f369f67 : 6348447: Specifying -XX:OldSize crashes 64-bit VMs
d5ea3f11150 : 8006983: Introduce a command line option to switch off syntactic extensions of nashorn
daaeb20effc : 8006983: Introduce a command line option to switch off syntactic extensions of nashorn
a320378fac7 : 8006864: Update java.security-linux to include changes in java.security
b5148d30e2e : 8006944: javac, combo tests should print out the number of threads used
c2419823c8b : 8006503: JVM_PrintStackTrace is not used in JDK
7d8f6231806 : 6518907: cleanup IA64 specific code in Hotspot
a4e00185b8e : 8006500: compiler/8004741/Test8004741.java fails intermediately
78a27a9c6d8 : 8005439: no message about inline method if it specifed by CompileCommand
89b86589773 : 8006500: compiler/8004741/Test8004741.java fails intermediately
6c80586b400 : 8005811: Turn off TierdCompilation in JDK8 trunk for all platforms
1a9e6be809a : 8005439: no message about inline method if it specifed by CompileCommand
a25db953cc4 : 8006410: allocating without ResourceMark when CompileCommand was specified
93b845e21bc : 6479360: PrintClassHistogram improvements
8ae092e16ad : 8006766: Array-like access to characters of a string is slow
327a6cf1b7a : 8006766: Array-like access to characters of a string is slow
fc0efc91c80 : 8000692: Remove old KERNEL code
0c7d523859b : 8006827: new hotspot build - hs25-b18
6e9aeb35208 : Added tag hs25-b17 for changeset f767fc368725
25189c1a6a1 : 8006413: Add utility classes for writing better multiprocess tests in jtreg
19303cc71d7 : 8005278: Serviceability Agent: jmap -heap and jstack -m fail
020fe75e677 : 8005128: JSR 292: the mlvm redefineClassInBootstrap test crashes in ConstantPool::compare_entry_to
90c6fdd5060 : Added tag jdk8-b74 for changeset 2d74b1d7456b
686adf319b5 : Added tag jdk8-b74 for changeset 64054e252871
bdd8df2f1b5 : Added tag jdk8-b74 for changeset f0f3e46c8780
23ff2911e33 : Added tag jdk8-b74 for changeset 6ab75b6a0432
86f89a0768c : Added tag jdk8-b74 for changeset 8d54b69d4504
ad11d38f922 : Added tag jdk8-b74 for changeset 5a4f1fb4c6ef
5288b84f0ae : Added tag jdk8-b74 for changeset dde885cc8685
fad9c0e89cf : 8004937: Improve proxy construction
7303280ef5e : 8006446: Restrict MBeanServer access
7cb8f824d3f : 8006882: Proxy generated classes in sun.proxy package breaks JMockit
071a7b7cefb : 8006439: Improve MethodHandles coverage
27c881b2fbb : 8006280: Need to reorder metadata structures to reduce size (64-bit)
deceb833bf0 : 8005722: Assert in c1_LIR.hpp incorrect wrt to number of register operands
83321b989a9 : 8003539: Minimal VM don't react to -Dcom.sun.management and -XX:+ManagementServer
3b667453f29 : 8006857: ClassCastException when interface implementing function uses arguments object
5231fef61c2 : 8006857: ClassCastException when interface implementing function uses arguments object
67f3d5a81b7 : 8006852: Move tests from JIRA for prepopulated map failures
c2bdb49b759 : 8006852: Move tests from JIRA for prepopulated map failures
601fc96c276 : 8003400: JTree scrolling problem when using large model in WindowsLookAndFeel
14609d9a08e : 7124347: [macosx] "java.lang.InternalError: not implemented yet" on call Graphics2D.drawRenderedImage
6d5f0df029a : 8005138: test/java/beans/Introspector/TestTypeResolver.java fails
b8350dffce4 : 8006408: Clean up and specialize NativeString
d9ecc2ea0c6 : 8006408: Clean up and specialize NativeString
2c1808e68da : 8003173: [macosx] Fullscreen on Mac leaves an empty rectangle
d22b9b71497 : 6817933: Setting the background of an HTML Widget changes the native Windows JFileChooser
300c6d6d1c0 : 8006755: Functions inside with statements dont get correct scope
d3f071dc73f : 8006755: Functions inside with statements dont get correct scope
c41878d46d9 : 7143768: [macosx] Unexpected NullPointerException and java.io.IOException during DnD
3f2ea7f894d : 8005997: [macosx] Printer Dialog opens an additional title bar
6eb458d3645 : 7132793: [macosx] setWheelScrollEnabled action reversed
7782e252f16 : 7147078: [macosx] Echo char set in TextField doesn't prevent word jumping
4e671677c09 : 8006575: Error in codegen for element access on primitive value
67db0ba236d : 8006575: Error in codegen for element access on primitive value
ae1a2f5e3c8 : 8006758: LinkResolver assertion (caused by @Contended changes)
6b27e067018 : 8006264: Add explanation of why default methods cannot be used in JDK 8 javax.lang.model
c727c73cce9 : 8005452: NPG: Create new flags for Metaspace resizing policy
251a9ff39c1 : 8007772: G1: assert(!hr->isHumongous() || mr.start() == hr->bottom()) failed: the start of HeapRegion and MemRegion should be consistent for humongous regions
77ebf3cbc1d : 8002144: G1: large number of evacuation failures may lead to large c heap memory usage
2c17d50a8b7 : 8006432: Ratio flags should be unsigned
63fd60257c3 : 7052429: G1: Avoid unnecessary scanning of humongous regions during concurrent marking
89152955605 : 8003878: compiler/7196199 test failed on OS X since 8b54, jdk7u12b01
9d0cc8d03d2 : Added tag jdk7u14-b11 for changeset 1975eb8fa886
7c95ac12dcf : Added tag jdk7u14-b11 for changeset 644e4174f16f
d524bcfea5a : Added tag jdk7u14-b11 for changeset 21ea54095be2
e5ec1c3219e : Added tag jdk7u14-b11 for changeset 997f94603529
4e6a9db15b7 : Added tag jdk7u14-b11 for changeset 86a4a2f84d0f
67c40ba126f : Added tag jdk7u14-b11 for changeset ef6cf273926b
9b876bff67a : Added tag jdk7u14-b11 for changeset d1be25807b03
3fcddbbea28 : 8006797: build-infra JPRT builds need JPRT_ARCHIVE_INSTALL_BUNDLE in common/makefiles/Jprt.gmk
659a96edf9d : 8006775: JSR 308: Compiler changes in JDK8
5b1a78dc920 : 8006694: temporarily workaround combo tests are causing time out in several platforms
f1cf6ff5882 : 8006799: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() (jdk part of 6896617)
698fba94eff : 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
99039568f9c : 8006040: NPG: on_stack processing wastes space in ConstantPool
eb646f3c097 : 8006692: jdk/test/java/util/Collections/BigBinarySearch.java fails to compile
248f87fd750 : 8004298: NPE in WindowsTreeUI.ensureRowsAreVisible
2705d996c3d : 8006736: nashorn script engine should support the usage multiple global objects with same engine instance
4135674f928 : 8006736: nashorn script engine should support the usage multiple global objects with same engine instance
af4998b10e3 : 8006658: build-infra: Make MILESTONE behave the same as JDK_BUILD_NUMBER
0a44d7bfec5 : 8006663: build-infra: Compare two arbitrary zip/jar files with compare.sh
036eecdd790 : 8005855: build-infra: Remove -R flag when cross compiling
4b926cfd51c : 8003680: JSR 310 Date/Time API
cac81479887 : 8006728: temporarily workaround jtreg problems for doclint tests in othervm
7bdddc8471f : 8006723: sjavac test fails to compile on clean build
26936d0600c : 8006667: Merge issue: Profile attribute need to be examined before custom attributes
9e0c61f822a : 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
167c9b8b6ca : 8005055: pass outputStream to more opto debug routines
593703393a1 : 8009298: NMT: Special version of class loading/unloading with runThese stresses out NMT 8009777: NMT: add new NMT dcmd to control auto shutdown option
48fa23b6517 : 8008357: [sampling] assert(sender_blob->is_runtime_stub() || sender_blob->is_nmethod()) failed: Impossible call chain
7222b713a06 : 8009992: Prepare tracing of promotion failed for integration of evacuation failed
4d838e5728c : 8010497: new hotspot build - hs24-b38
44cdae9a57a : 8005055: pass outputStream to more opto debug routines
080750fe652 : 6871190: Don't terminate JVM if it is running in a non-interactive session
1f8b2abf80e : 8006684: Compiler produces java.lang.VerifyError: Bad type on operand stack
24883efde5d : 8006678: Avoid too many Context.getGlobal() calls
7014b0ccede : 8006678: Avoid too many Context.getGlobal() calls
948888218bc : 8006673: TargetType52 fails because of bad golden file
43b86091384 : 4247235: (spec str) StringBuffer.insert(int, char[]) specification is inconsistent
5dc4c11b2b2 : 8004201: Add static utility methods to primitives to be used for redution operations
293df929916 : 8005632: Extend java.util.Logger to use Supplier<String> for messages
3e5a0c70ab9 : 7017962: Obsolete link is used in URL class level spec
2add9b3fcf7 : 8006951: Avoid storing duplicate PKCS12 attributes
241fc73e259 : 8006946: PKCS12 test failure due to incorrect alias name
355fea6f2ad : 8006565: java.lang.instrument specification should make it clear that -javaagent is optional
e349682e3d3 : 7183373: URLClassloader.close() does not close JAR files whose resources have been loaded via getResource()
3807bcee8bf : 8006895: Clarify that FunctionalInferface is only informative
546eee6d156 : 8006863: javadoc cleanup for 8005408
183657c9ab5 : 8006850: [pack200] disable pack200 tests until JSR-308 is implemented
3727e751f6d : 8006855: PKCS12 test failures due to unsupported algorithm
a1d5ea2b9dc : 8006524: JSR-3: Allows java.beans to be optional
930299d58c8 : 8006813: Compilation error in PKCS12KeyStore.java
b680bc8ca75 : 8005408: KeyStore API enhancements
7dcd0b38a87 : 8006591: Protect keystore entries using stronger PBE algorithms
c3343fdb496 : 8006773: test/java/util/zip/ZipFile/FinalizeZipFile.java failing intermittently
6c5679d418b : 8004729: Add java.lang.reflect.Parameter and related changes for parameter reflection
5f7ebf8d51e : 8006764: FunctionalInterface missing from rt.jar (old build)
12e480040aa : 8006669: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails on mac
3b0f760747a : 6519127: user.home property not set correctly
cd509df8b65 : 8006741: javadoc cleanup for 6263419
df4d235c1f0 : 8003680: JSR 310 Date/Time API
54752a2afe7 : 8005646: TEST_BUG: java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup leaves process running
995a0dc1b85 : 6263419: No way to clean the memory for a java.security.Key
15d98b74e99 : 7140852: Add test for 7022100
bc751c3469b : 8004903: VMThread::execute() calls Thread::check_for_valid_safepoint_state() on concurrent VM ops
98c357abf89 : 8004902: correctness fixes motivated by contended locking work (6607129)
8f1dc208745 : 6444286: Possible naked oop related to biased locking revocation safepoint in jni_exit()
aa364898cc9 : 8006677: Remove unused FunctionNode flags
245ec829fff : 8006677: Remove unused FunctionNode flags
451e586cb61 : 8006570: This-value for non-strict functions should be converted to object
739b5316427 : 8006570: This-value for non-strict functions should be converted to object
fe173efccd4 : 8006506: Add test for redefining methods in backtraces to java/lang/instrument tests
ad7544b47ca : 8004147: test/Makefile jtreg_tests target does not work with cygwin
3923c40e5c9 : 8003978: [macosx] closed/javax/swing/JRootPane/bug4670486.java fails since jdk7u12b01 on macosx
cd451cc9556 : 8004151: build-infra: Generating X11 wrapper offset file is not cross compilable
a23a1a942be : 8004502: Compact Profiles contents
3ca765dfbdd : 8004931: add/removePropertyChangeListener should not exist in subset Profiles of Java SE
50ccbb60187 : 8003256: (profiles) Add support for profile identification
99f32851067 : 8003255: (profiles) Update JAR file specification to support profiles
945d6e8f239 : 8004265: Add build support for Compact Profiles
08f31d51983 : 8006651: build-infra: Import.gmk needs to add support for the minimal VM
3b2a84d762b : 8002048: Protocol to discovery of manageable Java processes on a network
7cfbcaed34f : 8004937: Improve proxy construction
3054ea55805 : 8005166: Add support for static interface methods
a6fc182d40d : 8005851: Remove support for synchronized interface methods
422c8bd914b : 8006566: Remove transient lambda-related guards from JavacParser
442154dcf9e : 8005244: Implement overload resolution as per latest spec EDR
11e010320c0 : 8006642: Fix javadoc warnings due to Integer.MAX_VALUE
f251cc24ca5 : 8006251: doclint: incorrect position for diagnostic for illegal text in tags
7967c92db0e : 8006263: Supplementary test cases needed for doclint
bee936d7109 : 8006635: Reduce access levels as much as possible
017fe2d0022 : 8006635: Reduce access levels as much as possible
ece23e1bac1 : 8006579: build-infra: In jvm.cfg, alias -server to -client when no server jvm is built
14d12615360 : 8004298: NPE in WindowsTreeUI.ensureRowsAreVisible
3f14786363e : 8005311: Add Scalable Updatable Variables, DoubleAccumulator, DoubleAdder, LongAccumulator, LongAdder
dab7afc69f4 : 8006583: build-infra: Remove /javax/swing/SwingBeanInfoBase.java from src.zip
54a42bf334b : 8006525: Give StaticClass objects their own linker
acaee2a2f48 : 8006525: Give StaticClass objects their own linker
cfbcddfb0f5 : 8006431: os::Bsd::initialize_system_info() sets _physical_memory too large
3d92cb12a66 : 8006092: SecurityPermission: printIdentity doesn't exist
2f7185008f4 : 8004265: Add build support for Compact Profiles
c4c9a281f3b : 8004182: Add support for profiles in javac
6bc0d6d200d : 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI 8006509: Add more calendar symbol names from CLDR
caf667de05e : 8004182: Add support for profiles in javac
bd4ebc07d84 : 8006124: javadoc/doclet should be updated to support profiles
2c520899180 : 8006124: javadoc/doclet should be updated to support profiles
2b742e4081c : 8006124: javadoc/doclet should be updated to support profiles
f9d0dd3d724 : 4745761: (cal) RFE: Support builder for constructing Calendar
6b32c387f12 : 8006560: java/net/ipv6tests/B6521014.java fails intermittently
961ba37044f : 8006557: JDK8/Lambda build clashes on Map.replace()
993b92c9851 : 8006557: JDK8/Lambda build clashes on Map.replace()
69757a1c928 : 8005080: JDBC 4.2 Core changes
c98a554aaf8 : 8006139: add missing methods to javax.sql.rowset.serial.SQLInputImpl, SQLOutputImpl
4e11f499f4e : 8006568: HTTP protocol handler NLTM Authentication should use Base64 API
56629369dc9 : 8006179: JSR292 MethodHandles lookup with interface using findVirtual()
66a0b9b3d60 : 8006446: Restrict MBeanServer access
9c9bc4413f4 : 8006584: improve variable handling in NashornScriptEngine
7784f11d280 : 8006584: improve variable handling in NashornScriptEngine
435bcab6c4d : 8000839: Integrate the Java Access Bridge with Java Runtime
a9080d9ab2c : 8000839: Integrate the Java Access Bridge with Java Runtime
69b0c6aad4b : 6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision
9bad85cb031 : 8005120: Compiler warnings in socket transport native code
8b7552a6169 : 8003693: build-infra: bridgeBuild should allow for partial build (no hotspot)
52b64fa9dc2 : 8006567: jre/lib/applet missing from Mac JDK installation
00ae27b2cff : 8006561: Langtools test failure: missing diags/examples
3f328d88c6e : 8005019: JTable passes row index instead of length when inserts selection interval
6fd7fcd8f58 : Added tag jdk7u17-b32 for changeset c7316bac1457
8984c1bd21c : 8005019: JTable passes row index instead of length when inserts selection interval
5d282ff1a1a : 8006417: JComboBox.showPopup(), hidePopup() fails in JRE 1.7 on OS X
397361d7951 : 8006417: JComboBox.showPopup(), hidePopup() fails in JRE 1.7 on OS X
ca94a86847d : 8006417: JComboBox.showPopup(), hidePopup() fails in JRE 1.7 on OS X
db0f450d531 : 7179050: [macosx] Make LWAWT be able to run on AppKit thread
1c9730cfb8c : 8006511: new hotspot build - hs25-b17
ab8570e77f9 : Added tag hs25-b16 for changeset bf71fcc9d682
35229e820af : 8006562: findOwnMH in nashorn "objects" package should be cleaned up
cef1f6c50b1 : 8006562: findOwnMH in nashorn "objects" package should be cleaned up
fdf4b2e6bdf : 7124209: [macosx] SpringLayout issue. BASELINE is not in the range: [NORTH, SOUTH]
b51d7e5a561 : 8005465: [macosx] Evaluate if checking for the -XstartOnFirstThread is still needed in awt.m
04fc62c5ed1 : 8005465: [macosx] Evaluate if checking for the -XstartOnFirstThread is still needed in awt.m
272e33b245e : 8006520: build-infra: Fix sparkle-framework configure parameter
ffacac0c8d6 : 8006527: nashorn jsr223 engine does not work in sandbox
07484149d6e : 8006527: nashorn jsr223 engine does not work in sandbox
833b7fcfff8 : 8006548: version wrong in new constantPool code
59f02090080 : 8006537: Assert when dumping archive with default methods
3d5f55b8512 : 8004658: Add internal smart javac wrapper to solve JEP 139
a7f43eaad5c : 8006534: CLONE - TestLibrary.getUnusedRandomPort() fails intermittently-doesn't retry enough times
8f2bd71dc92 : 7171415: java.net.URI.equals/hashCode not consistent for some URIs
fe16fc39d62 : 8006090: Formatter asserts with -esa
e508ba9b0bd : 7174978: NPG: Fix bactrace builder for class redefinition
0a95b1d28c9 : 8005852: Treatment of '_' as identifier
68f3dd76c92 : 7102489: RFE: cleanup jlong typedef on __APPLE__and _LLP64 systems
b7bcfe73b19 : 7124209: [macosx] SpringLayout issue. BASELINE is not in the range: [NORTH, SOUTH]
f0b6a957fb0 : 7104594: [macosx] Test closed/javax/swing/JFrame/4962534/bug4962534 expects Metal L&F by default
6adda5c25c5 : 8006517: PropertyHashMap.Element.equals() compares to Property
e1e509319e2 : 8006517: PropertyHashMap.Element.equals() compares to Property
c7e23591556 : Added tag hs24-b30 for changeset b03d4c7f2e6c
e3542064f3d : 7124525: [macosx] No animation on certain Swing components in Aqua LaF
6799149f7d1 : 8006513: Null pointer in DefaultMethods::generate_default_methods when merging annotations
7b493a180e4 : 8006228: Doclint doesn't detect <code> {@code nested inline} </code>
fcc61c27ddf : 8006204: please JTREGify test/compiler/7190310/Test7190310.java
c803a77fa8f : 8006204: please JTREGify test/compiler/7190310/Test7190310.java
06c946d5a30 : Added tag jdk7u14-b10 for changeset adf9b16ed134
9f51396c06d : Added tag jdk7u14-b10 for changeset bed6e4910a30
4d8cedbb087 : Added tag jdk7u14-b10 for changeset 920a6fc76a0e
f069267eda6 : Added tag jdk7u14-b10 for changeset f6f1afbf93d8
7f912bc8393 : Added tag jdk7u14-b10 for changeset 3d457a6eedae
12f52a211ee : Added tag jdk7u14-b10 for changeset 97ad252a2923
6e4d892a946 : Added tag jdk7u11-b32 for changeset db1fee92ff8b
3c4284c72eb : Added tag jdk7u11-b32 for changeset 1fe75958e0a0
ce126e6ebce : Added tag jdk7u11-b32 for changeset 17a4c2f56ff4
8d1d019f36a : Added tag jdk7u11-b32 for changeset 2f6394c4247a
74900b5014d : Added tag jdk7u11-b32 for changeset e7aad31ce80d
960a22e24ec : Added tag jdk7u11-b32 for changeset 640eecefec0f
e942cdde819 : 8006283: Change to Class.cast() in javax.lang.model implementation for repeating annotations
2062fc003c1 : Added tag jdk8-b73 for changeset b568005e66bd
656c28326cf : Added tag jdk8-b73 for changeset 24d25ecda7ce
4598fecb7c1 : Added tag jdk8-b73 for changeset a7dead2f55ef
41ec1cb0656 : Added tag jdk8-b73 for changeset 4c46a5207766
c5c2fe5f140 : Added tag jdk8-b73 for changeset b63b5628ae56
7716c3be5ed : Added tag jdk8-b73 for changeset 8268581591da
15750269ce0 : Added tag jdk8-b73 for changeset e6f9cd2122f9
5d2a6972af5 : 8005939: sun/security/x509/{X509CRLImplX509CertImpl}/Verify.java fail in confusing way when some providers not present
17ebfc350d1 : 8006236: doclint: structural issue hidden
5a60f56dbe3 : 8005964: Regression: difference in error recovery after ambiguity causes JCK test failure
3b3feb3853f : 8005299: Add FunctionalInterface checking to javac
d19bc80ca1d : 8005854: Add support for array constructor references
763bd925b36 : 8006424: Passing null or undefined to adapter class constructors results in NPE or ClassCastException
71e9d57ee3e : 8006424: Passing null or undefined to adapter class constructors results in NPE or ClassCastException
fbb2e494a81 : 8006385: build-infra: linux and solaris *-debuginfo-*.zip file created from the new makefile has extra HUDSON direcotry in jre/lib/i386/server
07e2e8803a1 : 8006403: Regression: jstack failed due to the FieldInfo regression in SA
68eb431db8f : 8005389: Backout fix for JDK-6500133
9a4e15eaf62 : 8005492: Reduce number of warnings in sun/awt/* classes
5e762790d8d : 8006412: Improve toString method of ScriptObjectMirror class
d35ae9ab058 : 8006412: Improve toString method of ScriptObjectMirror class
dcc8fbec729 : 8001666: Add lambda-compatible atomics and accumulators to the ActomicXXX classes
b3507cf6bc4 : 8006242: G1: WorkerDataArray<T>::verify() too strict for double calculations
38f6de7a0c6 : 8006242: G1: WorkerDataArray<T>::verify() too strict for double calculations
2f71a6baa73 : 8006304: Remove pre-population of maps for constructor produced maps
c6c424f27ad : 8006304: Remove pre-population of maps for constructor produced maps
7062898817c : 8005926: Merge ThreadLocalRandom state into java.lang.Thread
caa6eaa7f04 : 6512101: Incorrect encoding in NetworkInterface.getDisplayName()
5d5e36cc45f : Added tag jdk7u13-b09 for changeset 26c2df3a9604
8ee6b5cbb72 : Added tag jdk7u13-b09 for changeset aa68dbc38e0d
f59d3845a5f : Added tag jdk7u13-b09 for changeset 2876a4a978dd
1cc498ab4ae : Added tag jdk7u13-b09 for changeset ff389305983f
b87dbc8f04e : Added tag jdk7u13-b09 for changeset 191a61f178aa
52be49edcb1 : Added tag jdk7u13-b09 for changeset 4672b8f004d7
25ad4b43984 : Added tag jdk7u13-b09 for changeset 05760af0ebdd
325a41d4f85 : 2223196: [macosx] Situation when KeyEventDispatcher doesn't work on AWT but does on Swing
87ca3def6fe : 8005821: C2: -XX:+PrintIntrinsics is broken
cc15237ca51 : 8005821: C2: -XX:+PrintIntrinsics is broken
84fce989ddf : 8005467: CDS size information is incorrect and unfriendly
f8b61f9b0cf : 8006224: Doclint NPE for attribute with no value
b60eabe8132 : 8006344: Broken javadoc link in javax.lang.model.element.Element
075ce2e156a : 8001425: G1: Change the default values for certain G1 specific flags
b677fd13975 : 8001424: G1: Rename certain G1-specific flags
2e655374faf : 8001425: G1: Change the default values for certain G1 specific flags
45d428f50a6 : 8004816: G1: Kitchensink failures after marking stack changes
b3b1b412b1e : 8001425: G1: Change the default values for certain G1 specific flags
99c8a81836f : 8006109: test/java/util/AbstractSequentialList/AddAll.java fails: assert(rtype == ctype) failed: mismatched return types
5dda34f7984 : 8006109: test/java/util/AbstractSequentialList/AddAll.java fails: assert(rtype == ctype) failed: mismatched return types
bdca3e8f8c9 : 8005618: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently
08f29b04df5 : 7124525: [macosx] No animation on certain Swing components in Aqua LaF
5dc732a4db2 : 8006337: Discarded arguments for INVOKESTATIC must still be evaluated for side effects
a2efb1b4f57 : 8006337: Discarded arguments for INVOKESTATIC must still be evaluated for side effects
f68fed18654 : 8005958: invoking a function through INVOKESTATIC with more arguments than it declares resulted in malformed bytecode being generated
311e57397d4 : 8005958: invoking a function through INVOKESTATIC with more arguments than it declares resulted in malformed bytecode being generated
492a251bdbe : 8006296: build-infra: Unsigned sunmscapi.jar is missing manifest
c8b8b4b6db9 : 8006293: Reduce ScriptObject.findCallMethodMethod
0c53c5de50f : 8006293: Reduce ScriptObject.findCallMethodMethod
cb7b639e6a6 : 8005406: HTTP server implementation should use Base64 API
6fb3c63ad30 : 7196533: TimeZone.getDefault() slow due to synchronization bottleneck
5bd55334906 : 8005250: Downgrade normative references to ${java.home}/lib folder from Java client code
9d65c6d24f2 : 8005994: Method annotations are allocated unnecessarily during class file parsing
67fc68ea7f8 : 8005590: java_lang_Class injected field resolved_constructor appears unused
97013ba0282 : 8003978: closed/javax/swing/JRootPane/bug4670486.java fails since jdk7u12b01 on macosx
51dc5c00443 : 8005008: Add Java Flight Recorder Phase II
ea13f507e4c : Added tag jdk7u14-b10 for changeset 0a2c2ce1a107
62311f559f7 : 8005849: JEP 167: Event-Based JVM Tracing
40039951b82 : 8006265: Add test SSLEngineDeadlock.java to ProblemList
c79f62bb7dc : 8005284: build-infra: nonstandard copyright headers under common/autoconf/build-aux
a788c5b6b88 : 8005252: pack200 should support MethodParameters
f92bbd33111 : 8006241: Test DocRootSlash.java fails
a2f594bf745 : 8006119: update javac to follow latest spec for repeatable annotations
33b7cd7cae2 : 8005972: ParNew should not update the tenuring threshold when promotion failed has occurred
9fa23770540 : 7162007: Clean up i18n related caches
b4546eb428e : 8005592: ClassLoaderDataGraph::_unloading incorrectly defined as nonstatic in vmStructs
9e3a1213576 : 7193719: Support repeating annotations in javax.lang.model
95cbed6639b : 8005204: Code Cache Reduction: command line options implementation
56138476267 : 8005639: Move InlineSynchronizedMethods flag from develop to product
2145c4921d5 : 8006095: C1: SIGSEGV w/ -XX:+LogCompilation
f8b9f3900ca : 8006095: C1: SIGSEGV w/ -XX:+LogCompilation
be0c8e9f08c : 8006005: Fix constant pool index validation and alignment trap for method parameter reflection
6cdb342ef5f : 8006181: nashorn script engine does not run jrunscript's initialization script
246e4e8daf6 : 8006181: nashorn script engine does not run jrunscript's initialization script
0a35a0b212b : 8006168: ability to generate multi-type Java adapters
f36a46aea45 : 8006168: ability to generate multi-type Java adapters
efc2bb8cee5 : 8006100: build-infra: Bundle up the correct images in jprt
0614ed65426 : 8003985: Support @Contended Annotation - JEP 142
73b452e9414 : 7166409: bug4331515.java fail with NullPointerException on ubuntu10.04-x86 for JDK8
7510da35149 : 8006074: build-infra: Configure fails to find SetEnv.Cmd in microsoft sdk
a3639fdea17 : 8004018: Remove old initialization flags
48aff5a2675 : 7114053: [sq] Inproper tanslation for iso lanugage of Albanian
e9127734518 : 8005232: (JEP-149) Class Instance size reduction
7a8ddfee995 : 8006153: HTTP protocol handler authenication should use Base64 API
bc6a20fbabb : Added tag jdk7u11-b21 for changeset 923b29645cb2
66012ba64eb : Added tag jdk7u11-b21 for changeset 48c42137cce7
54c1816d67d : Added tag jdk7u11-b21 for changeset fee71061e9f9
9446313513d : Added tag jdk7u11-b21 for changeset dbb470836db4
a6c2efa7abb : Added tag jdk7u11-b21 for changeset 81af8d2c1fc3
c9897f56a48 : Added tag jdk7u11-b21 for changeset b1e2f83f8c0c
1c8638aada5 : Added tag jdk7u11-b21 for changeset b1a0c0995ca9
7428b2f902d : 8005466: JAR file entry hash table uses too much memory (zlib_util.c)
827930b510d : 8006127: remove printing code added with 8006031
7598436431f : 8006125: Update MethodHandles library interactions
fb60d01e363 : 8006123: Support @Contended Annotation - JEP 142 (jdk part)
b17ebac5b54 : 8005820: Shark: enable JSR292 support
ba649f4203f : 8005818: Shark: fix OSR for non-empty incoming stack
a0a0d0b65ef : 8005817: Shark: implement deoptimization support
a42478ecf41 : 8005816: Shark: fix volatile float field access
546e2eb164e : 7131459: [Fmt-De] DecimalFormat produces wrong format() results when close to a tie
6c57a4b9f89 : 8006031: LibraryCallKit::inline_array_copyOf disabled unintentionally with 7172640
2cbabcea4a6 : 8005895: Inefficient InstanceKlass field packing wasts memory
c12b6240786 : 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools
47cec555cfd : 8006035: new hotspot build - hs24-b30
fd7fc8bc6c8 : Added tag hs24-b29 for changeset 1f0827ed0254
93d2366337f : 8005936: PrintNMTStatistics doesn't work for normal JVM exit
b46cd16e7b0 : Added tag jdk7u11-b20 for changeset 7f9cedd8bc10
83dddc72414 : Added tag jdk7u11-b20 for changeset 8614ce6808dc
5feb647b8d0 : Added tag jdk7u11-b20 for changeset a33633af35e2
2fa75a1c00c : Added tag jdk7u11-b20 for changeset 9a510e94cee3
de32b1e28bc : Added tag jdk7u11-b20 for changeset 0d40f936580b
1cf20cec082 : Added tag jdk7u11-b20 for changeset 016357d3a298
8783382896a : Added tag jdk7u11-b20 for changeset adb38569ee82
a606fdcfb3c : 8003147: port fix for BCEL bug 39695
e3710e06f6a : 8006093: Add a makefile target to run all tests (test, test262, perf tests)
7e7ea2a2951 : 8006093: Add a makefile target to run all tests (test, test262, perf tests)
e6829f6d260 : 8006082: Provide option to run octane benchmarks in separate processes
a8b9e9a36d7 : 8006082: Provide option to run octane benchmarks in separate processes
7b29264bee9 : 8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol)
36e2ef2ba85 : 8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol)
d06c06026ac : 8006034: new hotspot build - hs25-b16
ad4210a395d : 8005850: build-infra: Make --enable-openjdk-only really disable custom
95d6d393e96 : Added tag hs25-b15 for changeset 8bac833614e0
7a81644bbe1 : 8005976: Break out AccessSpecializer into one pass before CodeGenerator instead of iterative applications from CodeGenerator
8bbf26bc899 : 8005976: Break out AccessSpecializer into one pass before CodeGenerator instead of iterative applications from CodeGenerator
3dfc6b7512f : 8006062: Add @Repeatable to repeating annotations regression tests in JDK repo
8f705500808 : 8003147: port fix for BCEL bug 39695
c71ef1bab65 : 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9
3243aaf47a4 : 8005615: Java Logger fails to load tomcat logger implementation (JULI)
7518dede81f : 8004834: Add doclint support into javadoc
4837a1c13da : 8004834: Add doclint support into javadoc
ce51b6ebee9 : 8004834: Add doclint support into javadoc
b8ac00dae48 : 8004933: Improve MethodHandle interaction with libraries 8006017: Improve lookup resolutions
cac8a55fb2a : 8005921: Memory leaks in vmStructs.cpp
e7e6443c6d3 : 8004747: Remove last_entry from VM_STRUCT macros
80a7fb0bb4e : 8006033: bug in Pretty.toSimpleString
472004ca58f : 7199207: NPG: Crash in PlaceholderTable::verify after StackOverflow
ca5da47efcd : 8006037: extra space in javac -help for -J and @ options
a2dea4d9f4c : 8006007: j.u.c.atomic classes should use intrinsic getAndXXX provided by 7023898
5c5820e9508 : 8005582: java/lang/Runtime/exec/WinCommand.java intermittent test failures
9ccd74a38d9 : 8005615: Java Logger fails to load tomcat logger implementation (JULI)
f7eb6cd5561 : 8005962: TEST_BUG: java/util/Properties/MacJNUEncoding can fail in certain environments
bd2402428b9 : Added tag jdk8-b72 for changeset e905c5894743
49feba985e6 : Added tag jdk8-b72 for changeset 21fe12436601
28f35575da3 : Added tag jdk8-b72 for changeset 1cd43fe99320
09e823e002e : Added tag jdk8-b72 for changeset c65f0fb0d9de
0adc452e4f6 : Added tag jdk8-b72 for changeset 371ef2925907
714ada87e73 : Added tag jdk8-b72 for changeset e927c8725ba4
d696ea84e66 : Added tag jdk8-b72 for changeset a521fc006ff6
f62fe774a49 : 8005983: JavaAdapterFactory generated proxy classes should take extra constructor arguments at the end
ddf4b86c577 : 8005983: JavaAdapterFactory generated proxy classes should take extra constructor arguments at the end
7c7dad8d0d8 : 8005982: NASHORN-71.js failing in nightlys
164350cecfb : 8005982: NASHORN-71.js failing in nightlys
9785f5eac5e : 8005987: ant octane tries to run non-benchmark scripts
643a6b824ce : 8005987: ant octane tries to run non-benchmark scripts
a1118e2d866 : 8005856: build-infra: Remove special handling of base module classes header generation
4ed6eedb665 : 8005858: build-infra: Add missed comparison of sec-windows-bin.zip and friends to compare.sh
fdcb1896187 : 8005971: runsunspider.js should check results of benchmarks
3d269485fc0 : 8005971: runsunspider.js should check results of benchmarks
3e898cf1899 : Added tag jdk7u12-b09 for changeset 70f4a32bad08
5c59e940cd0 : Added tag jdk7u12-b09 for changeset 1af5c688a0d4
ec6855a1364 : Added tag jdk7u12-b09 for changeset 6cee92868c4f
206ad874004 : Added tag jdk7u12-b09 for changeset b11fc6325ab3
2c21b5b373a : Added tag jdk7u12-b09 for changeset c4c3a1250470
26283f95ab8 : Added tag jdk7u12-b09 for changeset ee014f7583d8
55608ff605b : Added tag jdk7u12-b09 for changeset 25bfff258595
f2c492220c5 : 8005713: Simplify library support for repeating annotations in java.lang.annotation
51e7243003d : 8004730: Add language model support for parameter reflection
265b144e44c : 7103957: NegativeArraySizeException while initializing class IntegerCache
2f440bd883b : 8007609: WinNTFileSystem_md.c should correctly check value returned from realloc
3e96febaf1e : 8006039: test/tools/launcher/I18NJarTest.java fails on Mac w/ LANG=C, LC_ALL=C
75804d13538 : 8005962: TEST_BUG: java/util/Properties/MacJNUEncoding can fail in certain environments
af27b8c59d0 : 7103957: NegativeArraySizeException while initializing class IntegerCache
e276266e986 : 8005418: JSR 292: virtual dispatch bug in 292 impl
364de021cb4 : 8000692: Remove old KERNEL code
77d45893969 : 8005048: NMT: #loaded classes needs to just show the # defined classes
857b393ce1d : 8003878: compiler/7196199 test failed on OS X since 8b54, jdk7u12b01
aa9d7780db4 : 8006031: LibraryCallKit::inline_array_copyOf disabled unintentionally with 7172640
84419fc4287 : 8007101: make jdk7u14 the default jprt release for hs24
8e8a7884ef8 : 6871190: Don't terminate JVM if it is running in a non-interactive session
e3e9606fd67 : 8006826: new hotspot build - hs24-b32
e92512abdcd : Added tag hs24-b31 for changeset 0b7a19fcda91
54f8e7ac268 : 8005936: PrintNMTStatistics doesn't work for normal JVM exit
a55305503e8 : 8005418: JSR 292: virtual dispatch bug in 292 impl
e84d78d2d76 : 7152671: RFE: Windows decoder should add some std dirs to the symbol search path
dcbf7a4bcfb : 8002048: Protocol to discovery of manageable Java processes on a network
b0f70d9f9b5 : 8006431: os::Bsd::initialize_system_info() sets _physical_memory too large
bc100cd74c3 : 8000780: make Zero build and run with JDK8
2734650791b : 8006400: Add support for defining trace types in closed code
83430cd2ac3 : 8006510: new hotspot build - hs24-b31
030fa5107d4 : 7152671: RFE: Windows decoder should add some std dirs to the symbol search path
4779676ac10 : 8005644: set default max errs and max warns
a935837a75e : 8005940: provide ant targets to get and update external test scripts
ff9829969fa : 8005940: provide ant targets to get and update external test scripts
8762d54e63d : 8005689: InterfaceAccessFlagsTest failures in Lambda-JDK tests
45b5d84c8fb : 8005903: build-infra: bad symlink: j2sdk-bundle/jdk1.8.0.jdk/Contents/MacOS/libjli.dylib
6e551e5e378 : 8005777: Bug in the FacetIntrospector of Dynalink - non-public class should search super
12801c40c53 : 8005777: Bug in the FacetIntrospector of Dynalink - non-public class should search super
19b3fdf5eea : 8005019: JTable passes row index instead of length when inserts selection interval
33f29174737 : 8005096: Move a few source files in swing/beaninfo and in a demo
0f2c37ea4a7 : 8005489: VM hangs during GC with ParallelGC and ParallelGCThreads=0
3c8b65b820b : 8005794: in new infra, how do we change java -version?
df5b548d028 : 8005298: Add FunctionalInterface type to the core libraries
b492dc9bac7 : 7019834: Eliminate dependency from PolicyFile to com.sun.security.auth.PrincipalComparator
6cc211f4e18 : 8002306: (se) Selector.open fails if invoked with thread interrupt status set [win]
c6f02e06f0a : 8004044: Lazily instantiate SunJCE.RANDOM
ec91fe8c9b2 : 8005419: Improve intrinsics code performance on x86 by using AVX2
38c81fb4113 : 8005419: Improve intrinsics code performance on x86 by using AVX2
5c6318e8163 : 8005048: NMT: #loaded classes needs to just show the # defined classes
be968245ece : 8004728: Add hotspot support for parameter reflection
cfea76669a8 : 8005076: Creating a CDS archive with one alignment and running another causes a crash
8d91f983e00 : 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9
e568483f2c1 : 8005848: assigning to global toString variable affects Object.prototype.toString
e40b456a27d : 8005848: assigning to global toString variable affects Object.prototype.toString
c645ecb4331 : 8005842: Loops in ASTWriter. Corrected @Reference and @Ignore node annotation for IR nodes
dd47345d51e : 8005842: Loops in ASTWriter. Corrected @Reference and @Ignore node annotation for IR nodes
9d4f6a0ebea : 8005167: execution time of combo tests in javac should be improved
81d9cd15db2 : 8005801: Refactor findSetMethod
df21b0860f2 : 8005801: Refactor findSetMethod
9736b529028 : 8005846: Remove Mangler in favor of Dynalink's NameCodec
3cb78315676 : 8005846: Remove Mangler in favor of Dynalink's NameCodec
8bebf9cc7da : 8005843: refSymbols lookup of unbound variable could cause NullPointerException in Lower
eb0f10508fd : 8005843: refSymbols lookup of unbound variable could cause NullPointerException in Lower
057228b62f3 : 8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED file
d8e79f1ce12 : 8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED file
5ee942d5a8d : 8005184: Restructure DeferredAttr to allow pluggable deferred type completers
c932023b04d : 8005179: Cleanup Resolve.AmbiguityError
159b251085a : 8005243: Restructure method check code to allow pluggable checkers
b530c701ef6 : 8005788: Loggers and their corresponding system properties not working correctly
51ceb762403 : 8005788: Loggers and their corresponding system properties not working correctly
d9c892c9fd2 : 8005447: default principal should act as anyone
f5bca99a101 : 8005782: get rid of javadoc errors, warnings in nashorn build
b501e8fdc45 : 8005782: get rid of javadoc errors, warnings in nashorn build
f660de4e1e6 : 7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails intermittently
b3fe91a8039 : 8004537: replace AbstractAssembler emit_long with emit_int32
cd3ceb47715 : 8005442: autogen.sh sets DATE_WHEN_GENERATED to empty string on Solaris version 11 or later
1d0f191d9d3 : 8003228: (props) sun.jnu.encoding should be set to UTF-8 [macosx]
b21bc8e16d9 : 8003228: (props) sun.jnu.encoding should be set to UTF-8 [macosx]
89e575df23b : 8003705: CDS failed on Windows: can not map in the CDS
96c54994396 : 6996769: support AEAD cipher
6f6eee4ea8f : 8005703: Offsets miscalculated for blocks
569e8ef1703 : 8005703: Offsets miscalculated for blocks
05f5fb65246 : 8005789: Forgot to document -Dnashorn.unstable.relink.threshold
24e583d55f8 : 8005789: Forgot to document -Dnashorn.unstable.relink.threshold
1381be8b23a : 8004547: Extend JavaFX launcher support to allow full JavaFX launch feature set
259f5d7cc82 : 8005647: langtools/test/tools/javap/MethodParameters.java fails on windows
f4c27e0ba1f : 8005709: Add at since tags to new FJP getCommonPoolParallelism and commonPool
d0ff55ec00b : 8005092: javadoc should check for synthesized bit on an annotation
1dbfb160ba3 : 8004891: Check for abstract method in javadoc does not conform to the language model
ec348edbe68 : 8004229: build-infra: Umbrella for switch of default "make" to new makefiles
7fb60025eea : 8005672: Clean up some changes to GC logging with GCCause's
cca092892b5 : 8000325: Change default for CMSClassUnloadingEnabled to true
6ae79cff82b : 8005683: ProblemList.txt updates (01/2013)
02d21005622 : 8005723: build-infra: in new infra build, sec-windows-bin-zip and jgss-windows-*-bin.zip are missing
174782e0222 : 8005723: build-infra: in new infra build, sec-windows-bin-zip and jgss-windows-*-bin.zip are missing
2574114b01b : 8003822: Deprecate the incremental mode of CMS
a4434fe7db3 : 8005654: build-infra: Create sec-bin.zip
e92b3e716e5 : 8005654: build-infra: Create sec-bin.zip
260c554c063 : 8005597: build-infra: bridgeBuild broken for pure openjdk build
839f973de62 : 8005692: build-infra: Target "all" should do the right thing
df61de8df2c : 8005694: build-infra: Cleanup of misc changes in build-infra
0364797d775 : 8005663: Update copyright year to 2013
311f43d5a68 : 8005663: Update copyright year to 2013
1fd3d3acf4c : 8005665: JavaDoc should only display public interfaces
33e2b39ed3a : 8005665: JavaDoc should only display public interfaces
b84f85581b8 : 8005666: Add webrev to .hgignore
440f8df1eca : 8005666: Add webrev to .hgignore
c994d9bc0e6 : 8005638: Less secure Authentication schemes should work when more secure schemes are not available
6061c09cab1 : 8005659: Add tools/pack200/AttributeTests.java to exclude list (ProblemList.txt) until pack200 updated to support method parameters
c7144600bf1 : 8005575: build-infra: Three JCK tests fails on Solaris with new RE Autoconf-Based build
24f8d048287 : 8005575: build-infra: Three JCK tests fails on Solaris with new RE Autoconf-Based build
a393578bcc6 : 8005575: build-infra: Three JCK tests fails on Solaris with new RE Autoconf-Based build
2cd5c87cb9d : 8003820: Deprecate untested and rarely used GC combinations
6d44ff6b0f8 : 8005544: Use 256bit YMM registers in arraycopy stubs on x86
7b9133b99c0 : 8005544: Use 256bit YMM registers in arraycopy stubs on x86
88a0bde46ea : 8005522: use fast-string instructions on x86 for zeroing
cfcd28fd9d9 : 8005522: use fast-string instructions on x86 for zeroing
6f5991fa38f : 8004895: NPG: JMapPermCore test failure caused by warnings about missing field
3e9bf7d7537 : Added tag jdk7u12-b08 for changeset e979088e2f3b
eff5d69ac72 : Added tag jdk7u12-b08 for changeset 756e044a6bdd
f6a3519c4a4 : Added tag jdk7u12-b08 for changeset 3e798617a97a
fc0a206331a : Added tag jdk7u12-b08 for changeset e4e1f6990438
8f0469930d9 : Added tag jdk7u12-b08 for changeset dd261c631b3a
39ebc8f872e : Added tag jdk7u12-b08 for changeset 8f3753a3719c
37987bf8ac1 : Added tag jdk7u12-b08 for changeset 21caca8b2f1f
696db0f4f7a : Added tag jdk8-b71 for changeset 3849a5b1c05c
36dee835165 : Added tag jdk8-b71 for changeset 8c4241503c02
240cfb1ef1b : Added tag jdk8-b71 for changeset 25285d2ea668
98f5be72c4c : Added tag jdk8-b71 for changeset c27887135b51
54b645a88bb : Added tag jdk8-b71 for changeset 03dafcea1815
1c2cee9c683 : Added tag jdk8-b71 for changeset 9d40ca78a623
37f63f5f8ad : Added tag jdk8-b71 for changeset 456ba4f4c541
782ef982f65 : 8004051: assert(_oprs_len[mode] < maxNumberOfOperands) failed: array overflow
9ff32c288e3 : 8005635: build-infra: Support building install in jprt
f2fab621730 : 8005635: build-infra: Support building install in jprt
83223ad4acf : 8005634: tools/launcher/VersionCheck.java fails version check on jdeps
64499d94942 : 8005494: SIGSEGV in Rewriter::relocate_and_link() when testing Weblogic with CompressedOops and KlassPtrs
1d85687c300 : 8005355: build-infra: Java security signing (need a top-level make target)
55ba91ee3ee : 8005355: build-infra: Java security signing (need a top-level make target)
f80cc97adb8 : 8005347: build-infra: Verify 'gnumake source' at the top level works ok
36c06a232d8 : 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable
8a93671af6c : 8005583: Install build(gnumake all) failed preventing RE from doing JDK8 combo builds
39734d27f0e : 8005195: Doclint regression tests fail on windows
75a99396e70 : 8004490: build-infra: mac: hotspot is always built in product, regardless of --with-debug-level setting
53cdde9124b : 8005396: Use ParNew with only one thread instead of DefNew as default for CMS on single CPU machines
15bae865ac6 : 8004816: G1: Kitchensink failures after marking stack changes
73b497c12e0 : 8004727: Add compiler support for parameter reflection
9224d25f96a : 8029237: Update copyright year to match last edit in jaxws repository for 2012
94dec7973c2 : 8001161: mac: EmbeddedFrame doesn't become active window
e8ce882d431 : 8003562: Provide a CLI tool to analyze class dependencies
87ea670a650 : 8003562: Provide a CLI tool to analyze class dependencies
f9332094758 : 8005594: Fix to 8003265 breaks build
2fc01efdd8a : 8005118: Javadoc styles are inconsistent
c2f4000a6f8 : 8005556: java/net/Socks/SocksV4Test.java is missing @run tag
f85705002ec : 8003562: Provide a CLI tool to analyze class dependencies
36ae5399740 : 7120365: DiffHBTest.java fails due to ConcurrentModificationException
a16e8f75d6c : 8003265: Need to clone array of input/output parameters
e781e203bf1 : 8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
8ae16060660 : 8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile
6d41a58c826 : 7109274: Restrict the use of certificates with RSA keys less than 1024 bits
552c289b793 : 8005561: typo in Calendar
ada3653e481 : 8005277: Regression in JDK 7 in Bidi implementation
12ae00bd7d1 : 8005471: DateFormat: Time zone info is not localized when adapter is CLDR
c04f299d283 : 8005473: Warnings compiling jaxp
0e735d67fb4 : Added tag jdk7u12-b07 for changeset f976f2d4ddd5
41e9460b998 : Added tag jdk7u12-b07 for changeset 23d460cb556b
db7414c7826 : Added tag jdk7u12-b07 for changeset 1a8b0acaf00e
504f34e7360 : Added tag jdk7u12-b07 for changeset 2e72f2331f00
b9e70179b62 : Added tag jdk7u12-b07 for changeset b2ad1e098fa3
6edc73100ef : Added tag jdk7u12-b07 for changeset 31a183f393e7
9ec77a68962 : Added tag jdk7u12-b07 for changeset 8ac269c5c03e
d2bce7f267f : 8003981: Support Parallel Array Sorting - JEP 103
645890b1430 : Added tag jdk8-b70 for changeset 08e2eaa7999a
b4bb519963f : Added tag jdk8-b70 for changeset ee8e64d2ea04
cea2872b766 : Added tag jdk8-b70 for changeset 2981496fa5fa
1ca719243fd : Added tag jdk8-b70 for changeset 6ca279338b6b
ca417aacd25 : Added tag jdk8-b70 for changeset fabcdf88c360
919a2e217ff : Added tag jdk8-b70 for changeset e6b0cf31279d
ae64839a12f : Added tag jdk8-b70 for changeset 5e47d0354a44
9268fe1857e : 8005548: build-infra: Fix docs target on windows
b9ea1c81080 : 8005540: build-infra: Improve incremental build speed on windows by caching find results
1ac4606dea1 : 8005540: build-infra: Improve incremental build speed on windows by caching find results
ce4f8fe85bd : 8001942: build-infra: General permission problems on Windows/cygwin
d11167de225 : 8001161: mac: EmbeddedFrame doesn't become active window
4bc8e6ac870 : 8005117: Eliminate dependency from ConfigSpiFile to com.sun.security.auth.login.ConfigFile
8a40619e4dc : 8004893: the javadoc/doclet needs to be updated to accommodate lambda changes
dfbb5287a99 : 8005402: Need to provide benchmarks for color management
78a555f9e07 : 7124245: [lcms] ColorConvertOp to color space CS_GRAY apparently converts orange to 244,244,0
e485b1ef6f1 : 8005071: Incremental inlining for JSR 292
73d6d417be5 : 8005071: Incremental inlining for JSR 292
43efb242d22 : 8005440: Improve .hgignore filtering for Nashorn repo
dca6998949e : 8005440: Improve .hgignore filtering for Nashorn repo
7dd77a4b623 : 8005280: (props) Improve test coverage for small XML parser
edf8c2bbd2e : 8005403: Open-source Nashorn
98762d6ee02 : 8005403: Open-source Nashorn
3001720e930 : Added tag hs24-b28 for changeset 9ae74bd0f96a
524b5d133ac : 8001424: G1: Rename certain G1-specific flags
af673f411ad : 8007134: Enable tracing asserts on missing ResourceMark
4f22af3f075 : 8000363: runtime/7158988/FieldMonitor.java fails with exception
bbfb8687782 : 8006298: Specifying malformed options outputs non-sensical error
edb616b9171 : 8005013: Add NMT tests
3ab3f9fe7e8 : 7182152: Instrumentation hot swap test incorrect monitor count
9720a3705ab : 8005012: Add WB APIs to better support NMT testing
7bdad9bc8a5 : 8006413: Add utility classes for writing better multiprocess tests in jtreg
4cc1774ad12 : 8007394: new hotspot build - hs24-b33
ff6e8f7fd44 : 8006563: Remove unused ProfileVM_lock
2df5f7cc5a1 : 8001424: G1: Rename certain G1-specific flags
7cb614b0e50 : 8004132: SerialGC: ValidateMarkSweep broken when running GCOld
86dd7963226 : 8005486: NPG: Incorrect assertion in ChunkManager::list_index()
52a0bed8f5f : 8005382: new hotspot build - hs25-b15
0c6644eb2e6 : Added tag hs25-b14 for changeset 2fb5c8602c9f
1d3157ac878 : 8003512: javac doesn't work with jar files with >64k entries
378571e10e4 : 8005282: Use @library tag with non-relative path for javac tests
84f47545638 : 8003982: new test javax/swing/AncestorNotifier/7193219/bug7193219.java failed on macosx
98faf6568eb : 8003982: new test javax/swing/AncestorNotifier/7193219/bug7193219.java failed on macosx
446a481b155 : 8005325: The script should use TESTVMOPTS
ad4080a20a1 : 7146162: javax/management/remote/mandatory/connection/BrokenConnectionTest.java failing intermittently
fcff43c2b3f : 8005290: remove -showversion from RMI test library subprocess mechanism
460d3961092 : 8006534: CLONE - TestLibrary.getUnusedRandomPort() fails intermittently-doesn't retry enough times
1fd4da4d29b : 8005290: remove -showversion from RMI test library subprocess mechanism
06be28ce8d6 : 7195759: ISO 4217 Amendment 154
113e9ab39d6 : 8004250: replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
5dc630b150a : 8004982: JDK8 source with GPL header errors
306cab1006b : 8004982: JDK8 source with GPL header errors
8208c844dd6 : 8004982: JDK8 source with GPL header errors
fb31951ddfc : 8004982: JDK8 source with GPL header errors
b3404d2c71f : 8004982: JDK8 source with GPL header errors
9008a63fde7 : 7180359: Assertion in awt_Win32GraphicsDevice.cpp when running specjbb in jprt
fede1f0216d : 8004330: Add missing Unsafe entry points for addAndGet() family
1f191028bfa : 8005364: initial hg tags for nashorn repo
958099576a0 : 8005364: initial hg tags for nashorn repo
50185a43714 : 8005281: (props) loadFromXML/storeToXML with small parser is not thread safe
27f7bfd9f0c : 8001048: JSR-160: Allow IIOP transport to be optional
f2c8fd3d1ac : 8004330: Add missing Unsafe entry points for addAndGet() family
071961f3458 : 8005345: JSR 292: JDK performance tweaks
d8b54b1219b : 8005345: JSR 292: JDK performance tweaks
20aab5d9d68 : 8004846: Time-specific certpath validation applies to all certs involved
e2bd09e6f68 : 8005307: fix missing @bug tags
16bb0e7a816 : Added tag jdk8-b69 for changeset ec5621e36729
b2724c11c46 : Added tag jdk8-b69 for changeset 5dfed9cbd6cf
553bf8aba97 : Added tag jdk8-b69 for changeset d703e9dcfdfd
11dfefe2523 : Added tag jdk8-b69 for changeset 2d4530f2c281
5f74f40caa3 : Added tag jdk8-b69 for changeset 72008e0da092
4630ee07bb5 : Added tag jdk8-b69 for changeset 554224849d39
d571173bc7a : Added tag jdk8-b69 for changeset 0798861b8903
96c02bccd3a : 8005309: Missed tests for 6783290,6937053,7009998
6d67de55fad : 8005306: Redundant cast warning in KeepAliveStream.java
a3f6c5ebebd : 8002356: Add ForkJoin common pool and CountedCompleter
3b34f3b493b : 8003335: Better handling of Finalizer thread
1bb9122f698 : 8001329: Augment RMI logging
e064f7ea781 : 8001322: Refactor deserialization
d4eb0397649 : 8001040: Rework RMI model
009c674511c : 8000897: VM crash in CompileBroker
724cfc18977 : 8000724: Improve networking serialization
9f917b11d6f : 7200507: Refactor Introspector internals
65172138add : 8007014: Improve image handling
e7883b1710f : 8003335: Better handling of Finalizer thread
0f8ad3e5f7e : 8003445: Adjust JAX-WS to focus on API
199a9c32b26 : 7009998: JMX synchronization during connection restart is faulty
bba9907d2af : 6937053: RMI unmarshalling errors in ClientNotifForwarder cause silent failure
8c190945b9c : 8005178: build-infra: Dependency on libfdlibm on mac is broken
28979bd7a27 : 6783290: MBeanInfo/MBeanFeatureInfo has inconsistent readObject/writeObject
6ed6cb5375d : 8004823: Add VM support for type annotation reflection
2a45536ba10 : 7190137: Add support for JVM_VARIANT minimal1
5bac85fc667 : 8004691: Add a jtreg test that exercises the ExecuteInternalVMTests flag
e04716bf381 : 8004741: Missing compiled exception handle table entry for multidimensional array allocation
e508acf3721 : 8004741: Missing compiled exception handle table entry for multidimensional array allocation
ec7a628f34f : Added tag jdk7u12-b06 for changeset b9145dd9665c
49a9300133d : Added tag jdk7u12-b06 for changeset 295cc3682d25
fbd8e7d4e76 : Added tag jdk7u12-b06 for changeset 42c85cf769b3
c9ce7164f94 : Added tag jdk7u12-b06 for changeset feb8651ac8d7
5e1719eca82 : Added tag jdk7u12-b06 for changeset 6270fd69a51f
1eeb3d1513e : Added tag jdk7u12-b06 for changeset 729d460b6f6e
09151e673c8 : Added tag jdk7u12-b06 for changeset 57dfa1d5337d
d60b7900ad6 : 8004835: Improve AES intrinsics on x86
960d969ade5 : 8004835: Improve AES intrinsics on x86
ada23c2849a : 8005033: clear high word for integer pop count on SPARC
ba0d2572eb3 : 8005033: clear high word for integer pop count on SPARC
e6b2117f048 : 8003261: static field is public but not final
059b2b67b39 : 8005097: Tie isSynthetic javadoc to the JLS
9c761152db9 : 8005044: remove crufty '_g' support from HS runtime code
4ce906db2b2 : 8005248: (props) Integrate small footprint parser into Properties
e2459632de4 : 8004302: javax/xml/soap/Test7013971.java fails since jdk6u39b01
122ca6521ee : 8004371: (props) Properties.loadFromXML needs small footprint XML parser as fallback when JAXP is not present
679f2eee3f4 : 7158614: JMXStartStopTest.sh failing intermittently
606197bf4bb : 8004803: build-infra: Cannot use icedtea as boot for closed build
9ee412031f4 : 8003261: static field is public but not final
f39122797ed : 8004318: JEP-171: Support Unsafe fences intrinsics
4c293ebcd6e : 8004318: JEP-171: Support Unsafe fences intrinsics
6fec53905ca : 8004699: Add type annotation storage to Constructor, Field and Method
407aefdc02a : 8005042: Add Method.isDefault to core reflection
be64e9b087b : 8004302: javax/xml/soap/Test7013971.java fails since jdk6u39b01
52da261983a : 8004536: replace AbstractAssembler emit_word with emit_int16
a54661714fe : 8001901: build-infra: Fix "misbehaving" which command on Solaris
f569dcc7e92 : 7104594: [macosx] Test closed/javax/swing/JFrame/4962534/bug4962534 expects Metal L&F by default
6364e24bcbf : 8003135: HotSpot inlines and hoists the Thread.currentThread().isInterrupted() out of the loop
6d08af845e0 : 8003135: HotSpot inlines and hoists the Thread.currentThread().isInterrupted() out of the loop
b1c3e5ccc67 : 8005031: Some cleanup in c2 to prepare for incremental inlining support
b7d5be2a420 : 8005031: Some cleanup in c2 to prepare for incremental inlining support
da4c36cdcb2 : 8005108: NPG: MetaspaceAux::used_in_bytes(), capacity_in_bytes() and reserved_in_bytes() return inconsistent numbers
ccafa0b2e11 : 8004145: New improved hgforest.sh, ctrl-c now properly terminates mercurial processes
82af0b7ed0a : 8003260: [findbug] some fields should be package protected
e046c9d3f55 : 8004863: Infinite Loop in KeepAliveStream
fb747183394 : 8004548: remove unused AbstractAssembler::print(Label&)
fe6a78af864 : 8004832: Add new doclint package
c75042e28b8 : 8004802: jcmd VM.native_memory baseline=false crashes VM
d398aa77d77 : 8005018: X11: focus problems with openjdk 1.7.0 under gnome3 when selected keyboard is not the first in keyboard list
d159fff7fd1 : 8005090: Include com.sun.source.doctree in Tree API docs
2533b1ce06d : 8005090: Include com.sun.source.doctree in Tree API docs
00802749eaf : 8005081: java/util/prefs/PrefsSpi.sh fails on macos-x
7fc460bae3f : 8004845: Catch incorrect usage of new and delete during compile time for value objects and stack objects
f458bb38614 : 8004234: Downgrade normative references to ${java.home}/lib/security/krb5.conf
aed660dc958 : 8005065: [findbugs] reference to mutable array in JavaBeans
c5c34df7bfa : 8004928: TEST_BUG: Reduce dependence of CoreLib tests from the AWT subsystem
a3355065bee : 7173959: Jvm crashed during coherence exabus (tmb) testing
5ded9d47a1e : 7197159: accept different kvno if there no match
72cbbd7f3b2 : 8005098: Provide isSynthesized() information on Attribute.Compound
aee2457cd0a : 8004833: Integrate doclint support into javac
22964532687 : 8005193: New regression test test/tools/javac/lambda/BadMethodCall2.java fails
d61f7ca3282 : 8004657: Add hooks to javac to enable reporting dependency information
da02d4f3d5f : 8005046: Provide checking for a default method in javax.lang.model
9f039ad8bd0 : 8005137: Rename DocLint.call to DocLint.init which overrides Plugin.init
3ce1d653260 : 8004961: rename Plugin.call to Plugin.init
08823b61032 : 8004099: Bad compiler diagnostic generated when poly expression is passed to non-existent method
4a3e904c6e2 : 8004832: Add new doclint package
c5acce45697 : 8004814: javadoc should be able to detect default methods
29698e62124 : 8004963: URLConnection, downgrade normative reference to ${java.home}/lib/content-types.properties
c1804d64099 : 8000518: Javac generates duplicate name_and_type constant pool entry for class BinaryOpValueExp.java
b3c99170211 : 8005036: new hotspot build - hs25-b14
4cb99fc37e0 : Added tag hs25-b13 for changeset a644646e04e5
fd69767808d : 8003260: [findbug] some fields should be package protected
80e76cfc5ea : 8003238: JSR 292: intermittent exception failure with java/lang/invoke/CallSiteTest.java
40a871f3e9d : 8003238: JSR 292: intermittent exception failure with java/lang/invoke/CallSiteTest.java
af7cedec674 : 7153050: remove crufty '_g' support from HotSpot repo makefiles
65793d56444 : 6757986: javax/swing/JInternalFrame/5066752/bug5066752.java needs correction
630bba40bdb : 8004976: test/tools/javac/7153958/CPoolRefClassContainingInlinedCts.java can fail
5bcda924777 : 8004337: java/sql tests aren't run in test/Makefile
516f5d5da25 : 8003632: HPROF class file version java.lang.RuntimeException errors
614bbcf903f : Added tag hs24-b27 for changeset a1e9dab9ffbf
f329e189928 : Added tag jdk8-b68 for changeset 36e1566efb55
d25f3ac7fb6 : Added tag jdk8-b68 for changeset e56b4a0c1da8
294f5f158ea : Added tag jdk8-b68 for changeset 461e60cdcd3e
892ca4947b7 : Added tag jdk8-b68 for changeset 0447ec5a0e8c
7b0930ff0e9 : Added tag jdk8-b68 for changeset 9e5f94da743d
dc523aae7a9 : Added tag jdk8-b68 for changeset 9b354f853d8b
e3a5678c3e4 : Added tag jdk8-b68 for changeset 388af7398bc9
7524cd99c15 : 8000525: Java.net.httpcookie api does not support 2-digit year format
077973261a0 : 7132385: [macosx] IconifyTest of RepaintManager could use some delay
c9063f559f0 : 8003890: corelibs test scripts should pass TESTVMOPTS
e3c39dffe50 : 7193792: sun/security/pkcs11/ec/TestECDSA.java failing intermittently
453bef09b09 : 8004675: Inet6Address.getHostAddress should use string scope identifier where available
2f8cd2937d5 : 8004925: java/net/Socks/SocksV4Test.java failing on all platforms
0ed52d16e23 : 8004661: Comment and function name java_lang_String::toHash is wrong
2b3c2f26031 : 8004674: Add necessary .inline.hpp files to fix non-PCH build
9032aa33919 : 8004898: library_call.cpp build error after 7172640 with GCC 4.7.2
e57799bc0e6 : 8004357: Implement various methods in SerialBlob/Clob/Array and specify Thread Safety
85db8f96025 : 8004235: Disable native JGSS provider on Mac
3e23931d0c6 : 8004651: TEST: java/util/logging/CheckLockLocationTest.java failed to delete file (win)
d1398dfca79 : 8001235: Improve JAXP HTTP handling
47424a5d4d9 : 8005002: Crash because of a raw oop in ClassLoaderData::add_dependency
0d7c6381b37 : 8004713: Stackoverflowerror thrown when thread stack straddles 0x80000000
c79bd5a5fa8 : Added tag jdk7u12-b05 for changeset 498bf3a0dfc3
e3a5bfc5f48 : Added tag jdk7u12-b05 for changeset 522b993401b7
568528d2fce : Added tag jdk7u12-b05 for changeset 225f23b0e7c4
6f914827191 : Added tag jdk7u12-b05 for changeset cec773aef530
5443b4a8fb8 : Added tag jdk7u12-b05 for changeset d233ecf04b78
e7017ec7c6b : Added tag jdk7u12-b05 for changeset a138acafd2ca
7a827e56d0a : Added tag jdk7u12-b05 for changeset d85d00180c01
73843e1140b : 8001028: Improve GC option handling
4b51dc0b995 : 8004748: clean up @build tags in RMI tests
b8618c0b489 : 7197652: Impossible to run any signed JNLP applications or applets, OCSP off by default
38887c71672 : 8004748: clean up @build tags in RMI tests
3780f56b0f9 : 8004341: Two JCK tests fails with 7u11 b06
54bbf614e89 : 8004883: NPG: clean up anonymous class fix
bf46e16bbc0 : 8004337: java/sql tests aren't run in test/Makefile
f7ad1c8c983 : 8004064: Downgrade normative references to ${java.home}/lib/security/java.security
64b0adf8371 : 8004874: Reduce dependency on java.beans to only add/removePropertyChangeListener
2f710eebba8 : 8004921: Trivial javadoc warnings in Base64
c740727efc3 : 8004904: Makefile for ntlm
d98cb93fb14 : 8004316: Printer - tempfile having incorrect extension
2c1f08ea9e4 : 8004316: Printer - tempfile having incorrect extension
20d79bf4408 : 8004905: Correct license of test to remove classpath exception
ee1832fd745 : 8003246: Add InitialValue Supplier to ThreadLocal
8bef7bbe471 : Added tag jdk7u11-b08 for changeset 8de6ed23f74f
c1578ccdc98 : Added tag jdk7u11-b08 for changeset daaddb764852
f81d9d512a0 : Added tag jdk7u11-b08 for changeset 2edd3be60b54
f7186b42c76 : Added tag jdk7u11-b08 for changeset c701342bd30b
0188d649622 : Added tag jdk7u11-b08 for changeset bbecf0d50100
15200aea547 : Added tag jdk7u11-b08 for changeset 413831bcd766
84fda59c5e0 : Added tag jdk7u11-b08 for changeset 6734d394bfb8
eb61aaf5012 : 8004188: Rename src/share/lib/security/java.security to java.security-linux
511a9d8982d : 8004076: Move _max_locals and _size_of_parameters to ConstMethod for better sharing
c745a7e9234 : 7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
90d26750b29 : 8003948: NTLM/Negotiate authentication problem
862232875af : 7200720: crash in net.dll during NTLM authentication
5695b639f8d : 8001753: build-infra: mismatch with full debug symbol control for hotspot
7e37c10bf1c : 8001753: build-infra: mismatch with full debug symbol control for hotspot
f5fc8bc6504 : 8003945: build-infra: problems finding compiler when using --with-dev-kit
490ff442608 : 8004341: Two JCK tests fails with 7u11 b06
2be2f20b659 : 8004488: wrong permissions checked in krb5
9cb760fd37b : 6512101: Incorrect encoding in NetworkInterface.getDisplayName()
e4a502d7f5f : 4819681: Typo in http://java.sun.com/j2se/1.4.1/docs/api/java/util/logging/LogManager.html
5e999034a3c : 8003948: NTLM/Negotiate authentication problem
52ef2c3d70e : 8004094: Javac compiler error - synthetic method accessor generated with duplicate name
78a8ed73a26 : 8000983: Support narrow display names for calendar fields 8003267: Support generic time zone names in TimeZoneNameProvider (SPI)
8be8c66772e : 7194370: (fs) WatchService fails if volume S/N is 0 [win]
1f79085aa24 : 8004042: Arrrghs.java test failed on windows with access error
3d448c8c79c : 8009617: jarsigner fails when TSA response contains a status string
4698a5c96de : 8004042: Arrrghs.java test failed on windows with access error
648ac449516 : 8004391: Bug fix in jtreg causes test failures in pre jdk 8 langtools tests
d644ecee422 : 8004391: Bug fix in jtreg causes test failures in pre jdk 8 langtools tests
04fee0b7925 : 8004668: Build failure for Zero target
ba2a5a260d2 : 8004724: new hotspot build - hs25-b13
07d6fc6bd10 : 8000537: Contextualize RequiredModelMBean class
0d262db9b48 : Added tag hs25-b12 for changeset 31453af433e7
f790d59eca1 : 8004045: build-infra: Error 12 from zip when updating src.zip
514d91e4384 : Added tag jdk7u10-b31 for changeset 98988ee9ee1a
f6b6323c6e9 : Added tag jdk7u10-b31 for changeset 8314a5f9195f
ab9ecb49629 : Added tag jdk7u10-b31 for changeset cb8f7ff20fba
e587ece4967 : Added tag jdk7u10-b31 for changeset 19718c2554d1
5affdab9563 : Added tag jdk7u10-b31 for changeset 1e53bddf2532
98ac9fec6bb : Added tag jdk7u10-b31 for changeset 2cb0359b887b
a583fa0f607 : Added tag jdk7u10-b31 for changeset 5cd43a235aac
846f0f2ded0 : 8003881: Prevent lambda implementing inner classes from allowing the creation of new instances
b7f53938ae0 : 8004685: add java.util.function to CORE_PKGS.gmk
536c5eea1dd : 7200297: agent code does not handle multiple boot library path elements correctly
fbc76e673a6 : 8004374: CachedRowSetSwriter.writeData reports wrong number of conflicts in SyncProviderException
453c37183cf : Added tag jdk8-b67 for changeset 68edf7c31a6d
d8eae9f3ec0 : Added tag jdk8-b67 for changeset 558a3373ba7e
8dfc01a8f3a : Added tag jdk8-b67 for changeset 8f2ccadbf32b
8afda75aded : Added tag jdk8-b67 for changeset 11084bacb67d
d3371161700 : Added tag jdk8-b67 for changeset af8f87762e23
a3784507bfe : Added tag jdk8-b67 for changeset 66fb055d7580
dcf65b2a52e : Added tag jdk8-b67 for changeset dc59b2c5a701
85b0a1a2420 : 8004170: G1: Verbose GC output is not getting flushed to log file using JDK 8
0cc00ccd807 : 7194633: G1: Assertion and guarantee failures in block offset table
34733bb83cb : 8003250: SPARC: move MacroAssembler into separate file
6fd00f446e8 : 8004104: build-infra: Minor cleanup
fd781e424ce : 8003934: Fix generation of malformed options to Projectcreator
c09190aea77 : 8007003: ParNew sends the heap summary too early
0e01d61aede : 8009723: CMS logs "concurrent mode failure" twice when using (disabling) -XX:-UseCMSCompactAtFullCollection
ca0e9333087 : 8009687: new hotspot build - hs24-b36
7cd4aaa02dd : 8003934: Fix generation of malformed options to Projectcreator
c8dd42f5ac4 : 8004317: TestLibrary.getUnusedRandomPort() fails intermittently, but exception not reported
499b605eed5 : 8006560: java/net/ipv6tests/B6521014.java fails intermittently
38de1c4e1c8 : 8005556: java/net/Socks/SocksV4Test.java is missing @run tag
af8d0e7159c : 8004925: java/net/Socks/SocksV4Test.java failing on all platforms
aab1dbdc30e : 8004317: TestLibrary.getUnusedRandomPort() fails intermittently, but exception not reported
79ed4e5f52a : 8004131: move jdi tests out of core testset
e6cfb70d486 : Added tag jdk7u12-b04 for changeset cf7b173472b6
256d0192aad : Added tag jdk7u12-b04 for changeset 50ad910ba5a1
7f13591e1a8 : Added tag jdk7u12-b04 for changeset b3655c38a374
aed1dcc0bb5 : Added tag jdk7u12-b04 for changeset 3ef0594d03b1
28dadde588c : Added tag jdk7u12-b04 for changeset 3897ee27b16f
c711c68e6ca : Added tag jdk7u12-b04 for changeset f441c927d5a6
4e29ca015a4 : Added tag jdk7u12-b04 for changeset 1fe8f1dbd1b9
d093c6fbb64 : 8004175: Restricted packages added in java.security are missing in java.security-{macosx, solaris, windows}
3e174b1a3d6 : 8004175: Restricted packages added in java.security are missing in java.security-{macosx, solaris, windows}
96081b45efa : 7192449: fix up tests to accommodate jtreg spec change
a23ba8f2c3f : 7192449: fix up tests to accommodate jtreg spec change
8fe1f2cdaa9 : 7192744: fix up tests to accommodate jtreg spec change
3ef1053ea07 : Added tag jdk7u21-b03 for changeset 73f2fb6fd821
e41577c4316 : Added tag jdk7u21-b02 for changeset 73a68223627f
59494c11698 : Added tag jdk7u21-b01 for changeset a0a0ab90a9be
a413bb34f6d : 7192744: fix up tests to accommodate jtreg spec change
cbba06982b6 : 8003414: build-infra: fails on on windows
56122e92fd0 : 7124347: [macosx] java.lang.InternalError: not implemented yet on call Graphics2D.drawRenderedImage
ab547359c95 : Added tag jdk7u11-b32 for changeset f03f42a7b04a
f5797a2ffe1 : 8004491: Build breakage on Linux due to 8004188
6c560d6b091 : 8004281: build-infra: Move all jar creation to images target and put jars in images/lib
e60836f1d63 : 8004281: build-infra: Move all jar creation to images target and put jars in images/lib
f148219a1f3 : 8001541: Cannot build on Solaris using softlinks
7c8dc812e45 : Added tag jdk7u10-b30 for changeset d6a42ee37cfb
b64875cc610 : Added tag jdk7u10-b30 for changeset 206bf29ef51b
d6b7b2e0cbe : Added tag jdk7u10-b30 for changeset d5ca031c64fe
3202e3ac1f5 : Added tag jdk7u10-b30 for changeset b106000a7fbe
9136e450ef4 : Added tag jdk7u10-b30 for changeset c9d0786ea0b9
0ad988b2ab5 : Added tag jdk7u10-b30 for changeset 30e0d2f61f8c
8524610df59 : Added tag jdk7u10-b30 for changeset 00693dc901b6
a3f91508bde : 8004188: Rename src/share/lib/security/java.security to java.security-linux
f436d234921 : 8003596: TEST_BUG: java/util/logging/CheckLockLocationTest.java failing [win]
cffe289a7c1 : Added tag jdk7u11-b07 for changeset 2dd245d426b1
d10bcfeb171 : Added tag jdk7u11-b07 for changeset 96e486ce52cf
8b3ad3898b0 : Added tag jdk7u11-b07 for changeset 4fbebce9290e
407781af553 : Added tag jdk7u11-b07 for changeset d4b028c3d39f
02cfaa68082 : Added tag jdk7u11-b07 for changeset a7785e485557
630faf41bd2 : Added tag jdk7u11-b07 for changeset 137c400e4b93
9ac37ae973d : Added tag jdk7u11-b07 for changeset 81ab4bb17bef
01dc08a587e : 8004360: regression test DefaultMethodRegressionTests fails in langtools
e6ab16c2839 : 8004066: TEST_BUG: test/java/lang/Math/DivModTests.java assumes ArithmeticException message
00ad2900ddd : 7142921: (fs) Files.probeContentType reports a MIME type of "text/plain" on Ubuntu 11.04 7144997: (fs) Files.probeContentType returns null on Solaris 64-bit
0b8ff325538 : 8004344: Fix a crash in ToolkitErrorHandler() in XlibWrapper.c
ec15d0a1b0b : 4631925: JColor Chooser is not fully accessible
88418033994 : 8002077: Possible mnemonic issue on JFileChooser Save button on nimbus L&F
288c935f0d9 : 8003830: NPE at BasicTreeUI$Actions.page:4470
367e07444ae : 6671481: NPE at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection
c5240e7c53a : 8004319: test/gc/7168848/HumongousAlloc.java fails after 7172640
e8b3b892645 : 8005082: NPG: Add specialized Metachunk sizes for reflection and anonymous classloaders
36ace956401 : 7199143: RFE: OCSP revocation checker should provide possibility to specify connection timeout
d406e5a89d8 : 7199143: RFE: OCSP revocation checker should provide possibility to specify connection timeout
c5b739c3d38 : 8012330: [macosx] Sometimes the applet showing the modal dialog itself loses the ability to gain focus
eb6b4b5c0db : 8012601: Better validation of image layouts
bbe7fc4d902 : 8012617: ArrayIndexOutOfBoundsException with some fonts using LineBreakMeasurer
d7fa32f10e3 : 8009217: REGRESSION: test com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java fails to compile since 7u21b03
1d37f7e0186 : 8012438: Better image validation
a9863fd635b : Added tag jdk7u25-b08 for changeset 65c67b45b2de
47f22ab3f55 : 8012421: Better positioning of PairPositioning
760166ae136 : 8001330: Improve on checking order 8011896: Add check for invalid offset for new AccessControlContext isAuthorized field
be7fa60c6e0 : Added tag jdk7u25-b07 for changeset ba9f8b7dea9a
fa0c710c78f : 8011139: (reflect) Revise checking in getEnclosingClass
fec6df5daf7 : 8011990: TEST_BUG: java/util/logging/bundlesearch/ResourceBundleSearchTest.java fails on Windows
103653cdd26 : Added tag jdk7u25-b06 for changeset d8c2062fa120
0bcac55e022 : 8011695: [tck-red] Application can not be run, the Security Warning dialog is gray
47bcf633106 : 8012112: java/awt/image/mlib/MlibOpsTest.java fails on sparc solaris
0a794861069 : 8011992: java/awt/image/mlib/MlibOpsTest.java failed since jdk7u25b05
4a8c09926f9 : Added tag jdk7u25-b05 for changeset 7ac24a908ca3
e42a18510d6 : 8010009: [macosx] Unable type into online word games on MacOSX
b18214f5a78 : 8011806: 7u25-b05 hotspot fastdebug build failure
01a0c6d6201 : 8009424: Adapt Nashorn to JSR-292 implementation change
e13e83dc2ad : 8011243: Improve ImagingLib
da4e5adc5ea : 8011154: java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java failed since 7u25b03 on windows
1afbd55d4b7 : 8010118: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive
7a9786cf0a8 : 8001032: Restrict object access
ded359cb08e : 8009235: Improve handling of TSA data
1152b3d9b06 : 8011253: Better Byte Component Rasters
c5f90355a90 : 8011253: Better Short Component Rasters
d276a111395 : 8011248: Better Component Rasters
cc5c991d85f : 8008593: Better URLClassLoader resource management
342dc29a5f8 : 8011557: Improve reflection utility classes
329d8022be8 : 8001330: Improve on checking order
e994d5f2162 : 8006611: Improve scripting
2bb8d025577 : Added tag jdk7u25-b04 for changeset e2ac6743fed8
2fd76a3b086 : 8001308: Update display of applet windows
b90fe1a9694 : 8005007: Better glyph processing
91965ee758d : 8006328: Improve robustness of sound classes 8009057: Improve MIDI event handling
2d9e4da99a5 : 8009654: Improve stability of cmsnamed
29e1c6464c7 : 8001318: Socket.getLocalAddress not consistent with InetAddress.getLocalHost
5c89a9d57be : 8008124: Better compliance testing
d1a73b5fd3c : 8007925: Improve cmsStageAllocLabV2ToV4curves 8007926: Improve cmsPipelineDup
162ba1433d7 : 8001038: Resourcefully handle resources
feecedf084c : 8008982: Adjust JMX for underlying interface changes
ce6f32bd276 : 8010209: Better provision of factories
955a23f013d : 8008120: Improve JMX class checking
1525c93a990 : Added tag jdk7u25-b03 for changeset 91bffa8820bc
7b91fbedbef : 8009999: Test sun/tools/jcmd/jcmd-f.sh failing after JDK-8008820
5a7587e2efe : 8009013: Better handling of T2K glyphs
592ab50a2c9 : 8007812: (reflect) Class.getEnclosingMethod problematic for some classes
d3dc805f756 : 8008132: Better serialization support
b3dd6104b67 : 8001309: Better handling of annotation interfaces
09448b3bfa6 : 8009554: Improve SerialJavaObject.getFields
378b0195223 : 8008128: Better API coherence for JMX
11657cd4b63 : 8007471: Improve MBean notifications
a2efd4f1767 : 8008616: Improve robustness of JMX internal APIs
d2d24db4ed0 : 8008611: Better handling of annotations in JMX
cad93192a75 : 8009071: Improve shape handling
32ebabc862c : 8009067: Improve storing keys in KeyStore
f93a0f24be2 : 8008623: Better handling of MBeanServers
0f3f82296f9 : 8007929: Improve CurvesAlloc
38afadb406b : 8007927: Improve cmsAllocProfileSequenceDescription
6de93e8686d : 8010213: Some api/javax_net/SocketFactory tests fail in 7u25 nightly build
231081eeb89 : Added tag jdk7u25-b02 for changeset 860d69a7474d
ad9a1f7cec2 : 8007467: Improve robustness of JMX internal APIs
c47b6080da0 : 8004584: Augment applet contextualization
8cc8531bfb8 : 8010166: TEST_BUG: fix for 8009634 overlooks possible version strings (sun/misc/Version/Version.java)
d14f632e417 : 8009857: Problem with plugin
edc4a0cd77b : 8003703: Update RMI connection dialog box
6fafcf791d4 : 8009004: Better implementation of RMI connections
9c42e86faf3 : 8009996: tests javax/management/mxbean/MiscTest.java and javax/management/mxbean/StandardMBeanOverrideTest.java fail
686d4fec8a3 : 8009814: Better driver management
283381854b7 : 8001043: Clarify definition restrictions
5682e96b325 : 8009987: (tz) Support tzdata2013b
ac7265e3e8a : 8009634: TEST_BUG: sun/misc/Version/Version.java handle 2 digit minor in VM version
b20d28590c8 : 8001033: Refactor network address handling in virtual machine identifiers
030d52a5b26 : 7170730: Improve Windows network stack support
12ec27c4d15 : 7053526: Upgrade JDK 8 to use Little CMS 2.4
b34aabad631 : 8009677: Better setting of setters
fe98b28795b : 8008607: Better input checking in JMX
c12af0be983 : 8008585: Better JMX data handling
47faed0602b : 8002070: Remove the stack search for a resource bundle for Logger to use
396579c0e74 : Added tag jdk7u25-b01 for changeset 88f9ed93c48e
24cc115797a : 8009034: Improve resulting notifications in JMX
4032c02568b : 8009038: Improve JMX notification support
b89c3b7660d : 8009610: Blacklist certificate used with malware
194e294f42c : 8001322: Refactor deserialization
30dcec84397 : 8009305: Improve AWT data transfer
660e238ee6a : 8009463: Regression test test\java\lang\Runtime\exec\ArgWithSpaceAndFinalBackslash.java failing
5b9ca75e2f7 : 8008603: Improve provision of JMX providers
673c3f95620 : 8009530: ICU Kern table support broken
a900d23ca20 : 8000638: Improve deserialization
9e88e6cf807 : 8001031: Better font processing
44ef73efef7 : 8009063: Improve reliability of ConcurrentHashMap
da3cbba4754 : 8009165: Fix for 8008817 needs revision
275b319ec2f : 8008140: Better method handle resolution
0e05ccee2d9 : 8009049: Better method handle binding
144ece377c7 : 8001040: Rework RMI model
b9b83ebd016 : 8004288: (fs) Files.probeContentType problems
9f5b3756385 : 8001034: Memory management improvements
7371918dbd1 : Added tag jdk7u21-b04 for changeset 0df39627f6d8
aca15bef539 : 8005943: (process) Improved Runtime.exec
773886e4d18 : 8007918: Better image writing
8dc67a52c5b : 8007667: Better image reading
e596efe4691 : 8004986: Better handling of glyph table 8004987: Improve font layout 8004994: Improve checking of glyph table
aad5fd4b91f : 8008815: [TEST_BUG] Add back tests to the Problemlist files post the jdk7u -> 7u-cpu test sync up
b49d65be9c9 : 8006435: Improvements in JMX
0a55419a4ce : 8007617: Better validation of images
a4439c76548 : 8007406: Improve accessibility of AccessBridge
99291afb30f : 8007675: Improve color conversion
74b94427626 : 8005432: Update access to JAX-WS
e47c9a73668 : Added tag jdk7u21-b03 for changeset 7d1e15217293
8c70c335a00 : 8004261: Improve input validation
cfa8aed7a14 : 6657673: Issues with JAXP
2af83ec138d : 8008249: Sync ICU into JDK :
db36085e66f : Added tag jdk7u21-b02 for changeset 1cbc18375cc3
b79c7d57e75 : 8007014: Improve image handling
a3f44f4cbf6 : 6741606: Integrate Apache Santuario
094e4536d18 : 8000724: Improve networking serialization
ff9bba25fe4 : 7200507: Refactor Introspector internals
e2a8fb2c230 : 8007688: Blacklist known bad certificate
397d53bf1d1 : Added tag jdk7u21-b01 for changeset 8fc573b5ea07
b460ffe8c75 : 8006795: Improve font warning messages
67babf4ce00 : 8006777: Improve TLS handling of invalid messages
493a2fee4e9 : 8001329: Augment RMI logging
e4c0346aa9d : 7199143: RFE: OCSP revocation checker should provide possibility to specify connection timeout
eb66ce8b2e0 : 8004184: security tests leave JSSEServer running
0c7b2461a25 : 7124347: [macosx] java.lang.InternalError: not implemented yet on call Graphics2D.drawRenderedImage
e4c3d2d7273 : 8001114: Container annotation is not checked for semantic correctness
9537c44ca57 : 8004504: ListBuffer could reuse List.nil() as the sentinel element
1c8e65a20e9 : 8004828: refactor init of *DocImpl classes
8fc2d739bd9 : 8003967: detect and remove all mutable implicit static enum fields in langtools
5c0bff8f21b : 8004094: Javac compiler error - synthetic method accessor generated with duplicate name
c4bb9ec3b8f : 8003819: build-infra: backslashes at end of LIB and INCLUDE in spec.gmk
fdd109b467a : 7198507: [TEST_BUG] sun/security/tools/keytool/console.sh should be rewritten
ecdf296456a : 7200297: agent code does not handle multiple boot library path elements correctly
d2d5213b87a : 8003846: Override mechanism for currency data should not require creating currency.properties in java.home
e78a1eb083f : 8004212: java.util.Base64 methods decodeArray and decodeBuffer should return the number of bytes written
6a66f243668 : 8004248: new hotspot build - hs25-b12
1944119a773 : Added tag hs25-b11 for changeset 7236115a66ae
2c2c007448c : 8003240: x86: move MacroAssembler into separate file
17d78ff0138 : 7173494: some jdk tests are not run in test/Makefile
d7cae9afff8 : 7197662: (prefs) java/util/prefs/AddNodeChangeListener.java fails by timeout or by "couldn't get file lock"
a5333926844 : 8003195: AbstractAssembler should not store code pointers but use the CodeSection directly
98c1b902dd1 : 8001885: JSR 292 classes should use jdk.internal.org.objectweb.asm
d7884e5ae26 : 8002099: Add support for intersection types in cast expression
c76c08e82a1 : 8004101: Add checks for method reference well-formedness
0db60b7bb28 : 8004102: Add support for generic functional descriptors
684271da344 : 8004105: Expression statement lambdas should be void-compatible
792a1f9d72a : 7124242: [macosx] Test doesn't work because of the frame round corners in the LaF
eb67f3f1da2 : 7201064: Better dialogue checking
151b6d2f6ce : 8004211: Remove unused dlinfo local variable in launcher code
152cdbe9c19 : 8005277: Regression in JDK 7 in Bidi implementation
9938e5d7156 : 8001161: mac: EmbeddedFrame doesn't become active window
5b7045b5ba4 : 8004110: Remove debug code form sun/reflect/annotation/AnnotationSupport.java
a42dd61e457 : 7165762: (aio) Default thread pool should be configured so that threads terminated after a timeout period
2f3796af9d9 : 8003949: LogManager, downgrade normative reference to ${java.home}/lib/logging.properties
4b272f6fddc : 8004211: Remove unused dlinfo local variable in launcher code
96a62b95f3b : 7124223: [macosx] Regression test failure with new exception, when glyph is positioned explicitly
f429de0841b : 7155168: java/util/TimeZone/Bug6912560.java: expected Asia/Tokyo
856826db5e9 : 8003830: NPE at BasicTreeUI$Actions.page:4470
c75a66a0ac9 : 6671481: NPE at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection
4b83643646d : 6952814: sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/InterruptedIO.java failing in PIT
f0858cec376 : 8004131: move jdi tests out of core testset
251c1c4af89 : 7124347: [macosx] java.lang.InternalError: not implemented yet on call Graphics2D.drawRenderedImage
1854a7a20b5 : 8000423: Diacritic is not applyed to a base letter on Linux
5db4b1e70da : 7173494: some jdk tests are not run in test/Makefile
c5a3ee0b0f5 : 7147408: [macosx] Add autodelay to fix a regression test
3e27a8d3314 : 7072120: No mac os x support in several regression tests
c1126e37273 : 7155168: java/util/TimeZone/Bug6912560.java: expected Asia/Tokyo
a018020ce71 : 8003550: new hotspot build - hs24-b27
bf679e5634f : Added tag hs24-b26 for changeset c137848608d6
e9bab8a51c8 : Added tag jdk7u12-b03 for changeset 05d7ec126275
390b92bebd5 : Added tag jdk7u12-b03 for changeset f356bee152b3
3b80eb68053 : Added tag jdk7u12-b03 for changeset 8a7ad0cddee7
6ebf1dc2e03 : Added tag jdk7u12-b03 for changeset 68cecb9f7444
b6197b29d08 : Added tag jdk7u12-b03 for changeset 6b1914e4802c
2044f41595f : Added tag jdk7u12-b03 for changeset 5035ea8a8133
1b820b7167d : Added tag jdk7u12-b03 for changeset 2347139d15a3
dd422778629 : 8004134: More ProblemList.txt updates (11/2012)
98abf6fb1ca : 8004199: Change the ASM package for Test8003720
7aa43fc5d89 : 8000662: NPG: nashorn ant clean test262 out-of-memory with Java heap
f57661e3686 : 8004114: build environment change
e21b3cc37b5 : Added tag jdk8-b66 for changeset 4f273518dc3b
32e0bb9c4e5 : Added tag jdk8-b66 for changeset bc93357f4936
1bedcf62af1 : Added tag jdk8-b66 for changeset b2f74901d05c
cc7b34ea063 : Added tag jdk8-b66 for changeset bc221bce9150
d926f938777 : Added tag jdk8-b66 for changeset fe1a7da1f85c
e0d4a1ff335 : Added tag jdk8-b66 for changeset f83c6348160b
484044afec3 : Added tag jdk8-b66 for changeset d31d8682bc9e
e74d5516086 : 8003554: NPG: move Metablock and Metachunk code out of metaspace.cpp
4e43b881538 : 8004170: G1: Verbose GC output is not getting flushed to log file using JDK 8
79727a83aa8 : 8004141: UnsafeStaticFieldAccessorImpl#base should be final
463528217c4 : 8000423: Diacritic is not applyed to a base letter on Linux
7aed72aa115 : 8003380: Compiler warnings in logging test code
ba3ae37ef0e : 7153958: add constant pool reference to class containing inlined constants
ab75d799e3d : 7200720: crash in net.dll during NTLM authentication
2d91430e91f : 8004131: move jdi tests out of core testset
2a4b35660e5 : 6553074: String{Buffer,Builder}.indexOf(Str, int) contains unnecessary allocation
1cf41521cce : 7175464: entrySetView field is never updated in NavigableSubMap
f721ac5ad58 : 8004131: move jdi tests out of core testset
b0b98010ca8 : Added tag jdk7u10-b18 for changeset 492c4d07ab8b
16bfb15fe2d : Added tag jdk7u11-b06 for changeset 3f37c862d7bf
ec08457dd59 : Added tag jdk7u10-b18 for changeset 4a304547afd4
1ea6dd2d5a1 : Added tag jdk7u11-b06 for changeset 30dbefc608ed
9526ce87533 : Added tag jdk7u10-b18 for changeset c337223fd855
7eb07fe1c29 : Added tag jdk7u10-b18 for changeset 9d68e78fb73f
b4f6ba0294d : Added tag jdk7u11-b06 for changeset 784b020ba1e5
9637a7be9ca : Added tag jdk7u11-b06 for changeset b2863638bf2c
4bd4bfa63d7 : Added tag jdk7u10-b18 for changeset d3e25c643630
89cfd0f8b11 : Added tag jdk7u11-b06 for changeset 6d4f2618ce31
96050b24375 : Added tag jdk7u10-b18 for changeset f584eefe7cf4
1fa46904384 : Added tag jdk7u10-b18 for changeset ad06caf4283b
da307b9b71d : Added tag jdk7u11-b06 for changeset f24b3d0539d3
2f602259484 : Added tag jdk7u11-b06 for changeset de042d76a6b5
6538c5134b8 : 8003635: NPG: AsynchGetCallTrace broken by Method* virtual call
67a70e3b758 : 8003869: Eliminate java.lang.invoke.InnerClassLambdaMetafactory dependency on java.util.logging
6c4d705c91a : 8003851: MethodHandleNatives dependency on java.sql.DriverManager
36464f41e2c : 7154390: Add support for repeating annotations in j.l.r.AnnotatedElement
373bc42aac6 : 8003689: MemTracker::init_tracking_options() reads outside array if commandline argument is empty
408c9d46f34 : 8003689: MemTracker::init_tracking_options() reads outside array if commandline argument is empty
d1b26bf6dd1 : 8003476: Cleanup warnings in com.sun.jmx.snmp code
a1c151acd04 : 8004019: Removes unused method HandshakeHash.setCertificateVerifyAlg()
ef28e7a277c : 6924920: Class Data Sharing limit on the java version string can create failures
2f74d6d52eb : 8003482: build-infra: Use correct manifest in security jars
861d5c3e011 : 8003528: build-infra: Diffs in libjava and hotspot libs on solaris
760fa576587 : 8003528: build-infra: Diffs in libjava and hotspot libs on solaris
858cebeb663 : 8003844: build-infra: docs target isn't working properly
29a342dabef : 8003844: build-infra: docs target isn't working properly
bf822bfa138 : 8003477: build-infra: Remove explicit source file listings for libs when possible
318015ba7ac : 8001460: build-infra: Linker warnings on macosx
fb43b09f46d : 8001460: build-infra: Linker warnings on macosx
35183211d77 : 7064516: ImageIO.read() fails to load an image
b197a6ca688 : 8003960: build-infra: Jarsigner launcher has wrong classname
17ab9f5969c : 5082749: GIF stream metadata specification of aspect ratio is incorrect
d89c34023b7 : 4649812: GIFImageReader handles transparency incorrectly
ff1d49bc5b7 : 8004088: hg push for bug#4235519 failed to push all files
aad815709ff : 4235519: Make sun.misc.BASE64{De,En}coder classes public
8e00acca17d : 8003850: add support for constants in stub code
2d2532e7400 : 7092905: C2: Keep track of the number of dead nodes
f0bbdd08340 : 8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests
63c22dfc473 : 8003948: NTLM/Negotiate authentication problem
c00c803b89d : 7194633: G1: Assertion and guarantee failures in block offset table
10f71a3f725 : 8003848: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod
96562be9e51 : 8003868: fix shark for latest HotSpot and LLVM
24fde021e4a : 8003833: Spurious NPE from Socket.getIn/OutputStream
8c32bcb3150 : 8003879: Duplicate definitions in vmStructs
57204d9f345 : 8003935: Simplify the needed includes for using Thread::current()
bfc0bfcd8e2 : 8002308: [macosx] 7198229 should be applied to the user action only
3c2f3a321a4 : 8003720: NPG: Method in interpreter stack frame can be deallocated
7dde39f4f5a : 6664509: Add logging context 6664528: Find log level matching its name or value given at construction time
31411dbc32a : 7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop()
8288138aacd : 8001634: Initial set of functional interface types
610f9193cbd : 6664509: Add logging context 6664528: Find log level matching its name or value given at construction time
2e2b69e96b4 : 8003722: More gcc 4.7 compilation errors
6ddbe35ee27 : 7186952: Improve clipboard access
9ed666756fa : 8003983: LogCompilation tool is broken since c1 support
0bf634e035f : 8004319: test/gc/7168848/HumongousAlloc.java fails after 7172640
76492778381 : 7092905: C2: Keep track of the number of dead nodes
07f4f18dca8 : 7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop()
42c0192ee60 : 8003983: LogCompilation tool is broken since c1 support
c9b91fa45a4 : 7167056: Clarify that BasicPermission names that contain non-wildcard asterisks are not invalid
d869bfa1795 : 7162111: TEST_BUG: change tests run in headless mode [macosx] (open)
9eb345a1e4e : 8003951: Removes unused variables in sun.security.ssl
7363eaae0ea : 8003950: Adds missing Override annotations and removes unnecessary imports in sun.security.ssl
a2314ab9cad : 8001751: Javadoc warnings in JSSE code
9bbd8928182 : 7144981: javac should ignore ignorable characters in input
7fb8379371e : 8004068: Fix build problems caused by on-demand imports
f064dd967cf : 7201064: Better dialogue checking
68a92f6e882 : 8003898: X11 toolkit can be chosen as the default toolkit
263dd4796ad : Added tag jdk7u10-b17 for changeset c9ebe24cb042
b64a7ed3ccf : Added tag jdk7u10-b17 for changeset c357b663d445
41db42d580d : Added tag jdk7u10-b17 for changeset e3df7148376f
65b8b216c8b : Added tag jdk7u10-b17 for changeset f6ede6e64e03
85197eafdac : Added tag jdk7u10-b17 for changeset afbf5078d6fc
6c6ce69e264 : Added tag jdk7u10-b17 for changeset 74c5f91e6508
902e3ab60d2 : Added tag jdk7u10-b17 for changeset 6572aa642af0
8b54df7773a : 8003591: Abstract_VM_Version::internal_vm_info_string needs to stringify FLOAT_ARCH for ease of use
478bc00629b : 7200720: crash in net.dll during NTLM authentication
5cd2d1448d6 : 8003254: make jdk7u12 the default jprt release for hs24
1d4cbc27ff4 : 6574624: javax.tools.JavaCompiler spec contains errors in sample code
07e9c8cf275 : 7190862: javap shows an incorrect type for operands if the 'wide' prefix is used 7109747: (javap) classfile not treating iinc_w correctly
5791b1f1c3e : 8003690: Example code in JVMTI GetStackTrace documentation is broken
e0eaca5e5a4 : 8003273: Missing testcase for 7171812
7f0d3fe5e78 : 8001538: hs_err file does not list anymore compiled methods in compilation events
a1650c441e9 : 8001538: hs_err file does not list anymore compiled methods in compilation events
55eba1fa2e4 : 7154516: [macosx] Popup menus have no visible borders
6a2db1d680a : 7193214: Consider simplifying CPlatformWindow.setResizable()
27d64e18d22 : 7124552: [macosx] NullPointerException in getBufferStrategy() 7124219: [macosx] Unable to draw images to fullscreen
df3c665be36 : 7198904: (alt-rt) TreeMap.clone is broken
1251940b088 : Added tag jdk7u11-b05 for changeset 3421f9a5f0a0
e561a620209 : Added tag jdk7u11-b05 for changeset 4fa78ece20ea
a040c99fc3d : Added tag jdk7u11-b05 for changeset d00ce5d15687
388de55732b : Added tag jdk7u11-b05 for changeset 640033623cae
10f8bd16eab : Added tag jdk7u11-b05 for changeset 5f07e2f95c14
3298da540e4 : Added tag jdk7u11-b05 for changeset 049dde5cac1f
4fb7a07e8c0 : Added tag jdk7u11-b04 for changeset f98f1eb49398
410d8ff64ca : Added tag jdk7u11-b04 for changeset b7ab10d56c10
10577bed1b2 : Added tag jdk7u11-b04 for changeset 02ee67639122
d1cc960d62f : Added tag jdk7u11-b04 for changeset b44c12a6a15c
98127eb4d21 : Added tag jdk7u11-b04 for changeset 2a596398fab2
30441d3fd5d : Added tag jdk7u11-b04 for changeset 749abb0fc302
bfacd95de5f : Added tag jdk7u11-b04 for changeset ecb459c03968
d1a78e20211 : 8003639: convert lambda testng tests to jtreg and add them
d1eede168bf : 8003663: lambda test fails on Windows
f2fa2a199cc : 8003650: java.lang.Exception: expected string not found: pkg/package-frame.html
f0fe027b508 : 8003649: regression/langtools: tools/javac/doctree
f19ad0fb5b7 : 8003333: Regression: java/beans/EventHandler/Test6277266.java fails with ACE
7e892709bd5 : 7198334: UseNUMA modifies system parameters on non-NUMA system
b9b59635225 : 8002325: Improve management of images
6dfea5e8471 : 8003660: (launcher) 8001533 regression tests
5f0debc0052 : 8001533: java launcher must launch javafx applications
0bb98e7294c : 8000476: Memory Leaks and uninitialized memory access in PKCS11 and other native code
61235e9c09b : 8003655: Add javac.jvm.ClassFile.V52
55e7dd8b715 : 8002304: Group methods by types in methods summary section
103aa32912b : 8001242: Improve RMI HTTP conformance
4f6049fd87b : 8001242: Improve RMI HTTP conformance
4850bec745b : 8003300: build-infra: fails on solaris when objcopy is not found
52caa8646b6 : 6563318: RMI data sanitization
6d3d4426f16 : 6563318: RMI data sanitization
5d60626d397 : Added tag jdk7u11-b05 for changeset a300fd5e7779
5a30b6af0cb : 8001098: Provide a simple light-weight "plug-in" mechanism for javac
c94385feb8f : 8003607: More ProblemList.txt updates (11/2012)
2aea4cbc8c0 : 8002344: Krb5LoginModule config class does not return proper KDC list from DNS
28ca680a317 : 8003587: Warning cleanup in package javax.net.ssl
a494f0ab863 : 8003280: Add lambda tests
7e1a7f381f7 : 8002325: Improve management of images
a9594cbcebc : 7178922: (props) re-visit how os.name is determined on Mac
fea11c53eba : 7146636: compiler/6865265/StackOverflowBug.java fails due to changed stack minimum
ea01a88fab7 : 7146636: compiler/6865265/StackOverflowBug.java fails due to changed stack minimum
ef1950d0243 : 8003518: (prefs) Tests in jdk/test/java/util/prefs should not be run concurrently
c39f1d99b4c : 8003357: Add support for jtreg -concurrency to langtools/test/Makefile
a0542226349 : 8003541: new hotspot build - hs25-b11
03311b147c6 : Added tag hs25-b10 for changeset 6d791db85d73
20a420930c2 : 8003487: NMT: incorrect assertion in VMMemPointerIterator::remove_released_region method (memSnapshot.cpp)
2cb72bf9894 : 8003487: NMT: incorrect assertion in VMMemPointerIterator::remove_released_region method (memSnapshot.cpp)
b3a3f7cdf35 : 6493690: javadoc should have a javax.tools.Tool service provider installed in tools.jar
7749e896e76 : 8001972: Improve image processing
6c62e2d0f18 : 7199750: Loading sequence of service provider is changed
6ef527a3e7e : 8002079: update DocFile to use a JavaFileManager
88b097b9775 : Added tag jdk7u12-b02 for changeset ee0918490c6b
ede6d56c7ad : Added tag jdk7u12-b02 for changeset a59a4cee43e0
5a5ce8edf9b : Added tag jdk7u12-b02 for changeset 70bfc0716a0d
406b0a4b990 : Added tag jdk7u12-b02 for changeset 17f11aeba98e
c3235cf6dd1 : Added tag jdk7u12-b02 for changeset 74b5f5f2762d
416fe975d04 : Added tag jdk7u12-b02 for changeset de1be51b7417
3fc10c6b018 : Added tag jdk7u12-b02 for changeset a0c4abde7984
78ff6a33ee9 : 8003263: redundant cast build failure after 8003120
b379df39d9b : Added tag jdk8-b65 for changeset 0e685b019743
6e2b60ce656 : Added tag jdk8-b65 for changeset 3afebf1aaea2
aa988a211bd : Added tag jdk8-b65 for changeset 2fbfa728248d
18602b4eedb : Added tag jdk8-b65 for changeset d94c92ed588c
64bb3ed664c : Added tag jdk8-b65 for changeset bbff420f1248
d757cb8b111 : Added tag jdk8-b65 for changeset 6bae6642a942
2f70d7a0ffd : Added tag jdk8-b65 for changeset eb017c6fa58a
2aefbba0700 : 8003257: refactor javadoc tool option handling
1d3d850ee0b : 7192977: Issue in toolkit thread
62e8355d0b0 : 8001077: remove ciMethod::will_link
026621295f6 : 8005383: new hotspot build - hs24-b29
4b288c89761 : 8001077: remove ciMethod::will_link
ed633a2108a : 8000800: javadoc uses static non-final fields
ffb67710f1f : 8001972: Improve image processing
f439018255b : 6244047: impossible to specify directories to logging FileHandler unless they exist
bf5a9e0f6f2 : 8000537: Contextualize RequiredModelMBean class
bbe12c2488a : 8003259: NPG: Build with gcc 4.7.2 broken by 7045397
c49db135ad6 : Added tag jdk7u10-b16 for changeset dc043193f2b7
31cfc4541e1 : Added tag jdk7u10-b16 for changeset 9927b556dd48
fad4af14510 : Added tag jdk7u10-b16 for changeset 171172367da1
3da13fd700b : Added tag jdk7u10-b16 for changeset 400f9cf1ed46
4d0aa8c5d2f : Added tag jdk7u10-b16 for changeset 8cee926e4779
48a40852bd5 : Added tag jdk7u10-b16 for changeset 25a3e3d90522
8a96d427b20 : Added tag jdk7u10-b16 for changeset a4a4fbcb57aa
c78e1cbfac4 : 7021614: extend com.sun.source API to support parsing javadoc comments
acd0ee7c35b : 8001906: build-infra: warning: [path] bad path element on Solaris
23c574fe3ad : 8003327: build-infra: "/bin/sh: : cannot execute" on solaris
0f6c2bcdde6 : 8003317: build-infra: Configure fails when current dir is part of a symlink
9359ccee627 : 8001941: build-infra: --disable-precompiled-headers does not seem to work
5bf5ff88120 : 8001875: build-infra: We must be able to force static linking of stdc++
56d387a2ef0 : 8003412: javac needs to understand java.lang.annotation.Native
13e6e19e2c6 : 8002026: build-infra: deploy repository building
87c47a14389 : 8003403: Test ShortRSAKeyWithinTLS and ClientJSSEServerJSSE failing after 7u11 cleanup
b2c88587d04 : 8003402: (dc) test/java/nio/channels/DatagramChannel/SendToUnresovled.java failing after 7u11 cleanup issues
b05c04c8c06 : 6789984: JPasswordField can not receive keyboard input
f7ee6989a00 : 7147408: [macosx] Add autodelay to fix a regression test
9b7998e0e70 : 7201156: jar tool fails to convert file separation characters for list and extract
b2926d97241 : 7088952: Add size in bytes constant "BYTES" to primitive type wrapper types
78499292e16 : 8000404: rename javax.tools.GenerateNativeHeader to java.lang.annotation.Native
8c308db5795 : 8003285: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [macosx]
6bb3dd6ea2e : 7201156: jar tool fails to convert file separation characters for list and extract
96aa3fad5ae : 7088913: Add compatible static hashCode(primitive) to primitive wrapper classes
5120fd0d142 : Added tag jdk7u11-b03 for changeset dc043193f2b7
290a0c807f8 : Added tag jdk7u11-b03 for changeset 9318cecab185
9f820a10fbc : Added tag jdk7u11-b03 for changeset 171172367da1
e5acab2147e : Added tag jdk7u11-b03 for changeset f4723adb74dc
1289d59362d : Added tag jdk7u11-b03 for changeset 8e48383ee4b7
3876f4600a5 : Added tag jdk7u11-b03 for changeset 180660cc17ed
50735888d28 : Added tag jdk7u11-b03 for changeset a4a4fbcb57aa
b873533e987 : 7105461: Large JTables are not rendered correctly with Xrender pipeline
415574536ec : 8003274: build-infra: Makefile changes needed for sjavac
4b3c0978fb0 : 8003299: Cleanup javac Log support for deferred diagnostics
3fba7a43f2d : 8001965: build-infra: Large compare diffs between new and old on mac
0377c715325 : 7192977: Issue in toolkit thread
be815ba8faa : 8003306: Compiler crash: calculation of inner class access modifier
457d5b05c87 : 7197546: (proxy) Reflect about creating reflective proxies
f712e12f985 : 6830717: replay of compilations would help with debugging
4aad9b74e74 : 8001471: Klass::cast() does nothing
a28380d97e8 : 7122219: Passed StringTableSize value not verified
32808622c62 : 8002028: build-infra: need no-hotspot partial build
cc66da7e9fd : 8002028: build-infra: need no-hotspot partial build
fa30c0d8f21 : 8003177: build-infra: Compare reports diff in LocaleDataMetaInfo.class
f56a68e8cb5 : 8002365: build-infra: Build-infra fails on solaris 11.1 on sparc
aaa52056e95 : 8000986: Split java.util.spi.CalendarDataProvider into week parameters and field names portions
86d36e5d55b : 8003253: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java hang intermittently [win]
f47de1cb41b : 8001592: NMT: assertion failed: assert(_amount >= amt) failed: Just check: memBaseline.hpp:180
695e6ab2e07 : 8002091: tools/launcher/ToolsOpts.java test started to fail since 7u11 b01 on Windows
dc552ad8a0e : 7141694: Improving CORBA internals
8735609a8c2 : 8003231: new hotspot build - hs25-b10
99eb0a76071 : Added tag hs25-b09 for changeset f2d39eb04e60
c4388354dc3 : 8002273: NMT to report JNI memory leaks when -Xcheck:jni is on
01d5c186f86 : 8001592: NMT: assertion failed: assert(_amount >= amt) failed: Just check: memBaseline.hpp:180
1abc21c3108 : 8002273: NMT to report JNI memory leaks when -Xcheck:jni is on
0165b4455de : Added tag hs24-b25 for changeset 2894416445c5
d0e329751f5 : 8001569: Regression test GetPeerHost uses static port number
1e1d3e73505 : Added tag jdk7u12-b01 for changeset 1ab42c52c29b
ca3926cf296 : Added tag jdk7u12-b01 for changeset aafbaeed8694
9591e143aa6 : Added tag jdk7u12-b01 for changeset ec74c2541e77
a2ec9b06f0c : Added tag jdk7u12-b01 for changeset 6c2bd9a84943
6a9f3d1d7bf : Added tag jdk7u12-b01 for changeset 8e062fb666ba
d913aca4a70 : Added tag jdk7u12-b01 for changeset 25d22fe7129c
abdcf9c269d : Added tag jdk7u12-b01 for changeset 1ee216712985
39edc8d2b5b : 7201070: Serialization to conform to protocol
14d66924619 : 7200229: NPG: possible performance issue exposed by closed/runtime/6559877/Test6559877.java
6309b2b2cdd : 8001307: Modify ACC_SUPER behavior
342adcc9f73 : Added tag jdk8-b64 for changeset 323bf6f14277
9d0e05f86d3 : Added tag jdk8-b64 for changeset 1cb211602711
c0eb3dd25cb : Added tag jdk8-b64 for changeset 20d8f4e5a30b
a049fb10b2a : Added tag jdk8-b64 for changeset 13b36a0b5705
25248f528e8 : Added tag jdk8-b64 for changeset 529fffb2ec02
78d4071a340 : Added tag jdk8-b64 for changeset f0b6a25db9f2
26d28a3d4fb : Added tag jdk8-b64 for changeset 2ed7c69fba51
fdfd7968f77 : 7198416: CertificateIssuerName and CertificateSubjectName are redundant
2d8ab983936 : 8003161: small fixes to re-enable new build system
556c5ce459c : 8003161: small fixes to re-enable new build system
5d67e2bbb1f : 6282196: There should be Math.mod(number, modulo) methods
f95e6bbe59e : 8002040: Allow Full Debug Symbols when cross-compiling
0ab31664d94 : Added tag jdk7u10-b15 for changeset 461eaf977abd
312b04d105b : Added tag jdk7u10-b15 for changeset aaec3aa16aa8
245a2d604a2 : Added tag jdk7u10-b15 for changeset 4bbee8e66598
dddc39272fc : Added tag jdk7u10-b15 for changeset 78725b5703d2
e99b3d8ad45 : Added tag jdk7u10-b15 for changeset f122ccf5f4a4
e4fc52a6116 : Added tag jdk7u10-b15 for changeset ccd237b22521
609e2bf3121 : Added tag jdk7u10-b15 for changeset 1944ddabebcf
dc77a5a2c94 : 8001598: Augment ElementType enum for JSR 308
18b3a4951e3 : 8003134: CheckResourceKeys issues
eb055bba92f : 8002157: Write combo compiler tests for repeating annotations for JDK8
bb434e94b4c : 8001205: Calendar.getDisplayName(...): Returns null when provider is SPI but there is no SPI implementation 8001562: Collator.getAvailableLocales() doesn't return all locales for which localized instances are available
dd5c8eb6604 : 8001185: parsing of sun.boot.library.path in os::dll_build_name somewhat broken
f0ceb65207a : 8003120: ResourceManager.getApplicationResources() does not close InputStreams
309e36603fc : 8002227: (tz) Support tzdata2012i
185552568a2 : 8002362: Build fails after integration of 7185280 to jdk7u-dev
f17d5f6d065 : 2202276: Swing HTML parser can't properly decode codepoints outside the Unicode Plane 0 into a surrogate pair
90f2168fa25 : 7201071: InetSocketAddress serialization issue
f2eac8a30a8 : 6720349: (ch) Channels tests depending on hosts inside Sun
1f34c4e8ad2 : 8001579: Cleanup warnings in security native code
5fca8126cd2 : 6355584: Introduce constrained Kerberos delegation
81afea61469 : 7198195: Support Unicode 6.2.0
1ebf7b91167 : 8002069: Assert failed in C2: assert(field->edge_count() > 0) failed: sanity
096a52585a5 : 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently
7fee66f1524 : 8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
813239a52ef : 8002212: adding read/writeObject to additional SerialXXX classes
0bf17877c3f : 8001124: jdk7u ProblemList.txt updates (10/2012)
c9321f0b08f : 8002294: assert(VM_Version::supports_ssse3()) failed
8e50f0daf95 : 7201066: Change modifiers on unused fields
e3b2bdd16f1 : 7141694: Improving CORBA internals
6c1b79146ed : 7201066: Change modifiers on unused fields
b8cd7cd3b8a : 7185280: Jre7cert: focusgained does not get called for all focus req when do alt + tab
ec9f5edf2ff : 7200491: Tighten up JTable layout code
715005df44a : 8002225: (tz) Support tzdata2012i
40d5fa156cc : 8002034: Allow Full Debug Symbols when cross-compiling 8001756: Hotspot makefiles report missing OBJCOPY command in the wrong circumstances
c1be65b49cb : 8001307: Modify ACC_SUPER behavior
31d34bceaac : 8001591: NMT: assertion failed: assert(rec->addr() + rec->size() <= cur->base()) failed: Can not overlap in memSnapshot.cpp
c5322d202a6 : 7199092: NMT: NMT needs to deal overlapped virtual memory ranges
c1df1d96590 : 8001591: NMT: assertion failed: assert(rec->addr() + rec->size() <= cur->base()) failed: Can not overlap in memSnapshot.cpp
f3e4fda6ede : 7197210: java/lang/invoke/CallSiteTest.java failing on armsflt
a76a9ecd7ad : 7050936: (pack200) Support version 52.0 class files in langtools
99a97c7d3a7 : 8001191: use -source 8 -target 8 when compiling the JDK
bd748175f81 : 6383200: PBE: need new algorithm support in password based encryption
59347fd9bb3 : 8000484: Bad error recovery when 'catch' without 'try' is found
63f6e5febdc : 7198690: missing compiler message
97e77ea0250 : 8000612: Discrepancy between resources provided in javadoc resource files and resources required by code
4d8168a8e52 : 8002286: Regression: Fix for 8000931 causes a JCK test failure
5b23307a8f9 : 7171570: JEP 124 Potential API Changes
f2aa8d9df96 : 8000330: (fc) FileChannel.truncate issues when given size > file size 8002180: (fc) FileChannel.map does not throw NPE if MapMode specified as null
558e4c2abf6 : 8002220: build-infra: update for mac, solaris 11 issues 8002184: Fixed exclude and includes for jarsigner in new build
78246559ae9 : 8002220: build-infra: update for mac, solaris 11 issues 8002184: Fixed exclude and includes for jarsigner in new build
ac014a1aa1a : 8002183: Increased max number of paths to list in ListPathsSafely to 16000
d3ccd20d1fc : 7197546: (proxy) Reflect about creating reflective proxies
3b9822eab7e : 7169362: JDK8: Write compiler tests for repeating annotations for JDK8
a9c40e9df41 : 8000489: older builds of hsdis don't work anymore after 6879063
642c6b415a9 : 8001658: No need to pass resolved_references as argument to ConstantPoolCacheEntry::set_method_handle_common
15e192571c8 : 8001876: Create regtest for 8000283
7771aa79297 : 8001808: Create a test for 8000327
430592a30ee : 7197491: update copyright year to match last edit in jdk8 jdk repository
99cabdb7153 : 8002114: fix failed for JDK-7160951: [macosx] ActionListener called twice for JMenuItem using ScreenMenuBar
c0c03f17ce9 : 7124310: [macosx] "opposite" seems always null in focus events
d81c4b5d7d9 : 8002181: new hotspot build - hs25-b09
cbc6ccf7842 : Added tag hs25-b08 for changeset b2e5b6581dec
38087c7a48a : 8001209: Evaluate findbugs reprot for java.text.ChoiceFormat
1aa03d0b505 : 8001633: Wrong alt processing during switching between windows
895cfedd21c : 2229575: Swing HTML parser can't properly decode codepoints outside the Unicode Plane 0 into a surrogate pair
a60d4fd720f : 7110803: SASL service for multiple hostnames
5412833e72c : 7198815: Add the minimal VM as "known" in jvm.cfg
956f8edf613 : 8002120: ProblemList.txt updates (11/2012)
9cfc35f3657 : 8001536: Added readObject,writeObject,clone, equals, hashcode to SerialXLob
240382e751a : Added tag jdk8-b63 for changeset c9ce28f01a29
5eebce30005 : Added tag jdk8-b63 for changeset 540a11e15fbb
29a08de0fec : Added tag jdk8-b63 for changeset 8f2eb6bac62e
876b26e99ae : Added tag jdk8-b63 for changeset 590a9a630b02
514be155c76 : Added tag jdk8-b63 for changeset 1c4fb78585e7
1499e11b2ad : Added tag jdk8-b63 for changeset 0a3039ec2e47
0bbc94a7051 : Added tag jdk8-b63 for changeset c76eadb8e8fd
799007c62d8 : 8001440: CLDR adapter: Invalid number extension in language tag causes exception in NumberFormat.format()
a998d5815f9 : 8000483: cryptic error message when source file contains hash
487c3beae21 : 8002078: hs_err_pid file should report full JDK version string
4cb4e648988 : 8002294: assert(VM_Version::supports_ssse3()) failed
ff6a68b8015 : 8002078: hs_err_pid file should report full JDK version string
07880728edb : 7153951: Add new lint option -Xlint:auxiliaryclass
f1f634eb389 : 8002101: break out auxiliary classes that will prevent multi-core compilation of the JDK
dbf05f802c2 : Added tag jdk7u10-b14 for changeset 724e7625ea3e
c5ebaa071e3 : Added tag jdk7u10-b14 for changeset 3b60ef5b7741
44184fdee67 : Added tag jdk7u10-b14 for changeset ce8be1b81794
6a90d445cc7 : Added tag jdk7u10-b14 for changeset c073d4f6d316
7cc5c5447a8 : Added tag jdk7u10-b14 for changeset b7cd7950a1ca
7826a238bba : Added tag jdk7u10-b14 for changeset 4d48e6338a33
071e6c338e9 : Added tag jdk7u10-b14 for changeset 90aa45259f47
80cc4706a6f : 7194607: VerifyLocalVariableTableOnRetransformTest.sh fails after JSR-292 merge
04ab375fd20 : 8001664: refactor javadoc to use abstraction to handle files
1410fb9074a : 8002068: Build broken: corba code changes unable to use new JDK 7 classes
e84c0fab29e : 8001231: Move locale data out of rt.jar (except the US locale)
d079a05f38c : 8001112: Make -target 8 in javac generate version 52.0 classfile
7c849a94da6 : 8000931: Cleanup Resolve.java
d4be9a13c8d : 7192246: Add type-checking support for default methods
d50b720eccf : 8002168: Cleanup initialization of javadoc Messager
3bd08c5eff1 : 8002146: javadoc doesn't release resources in a timely manner
84e4fa5a937 : 6949443: visitTree assertion triggered using -Xjcov on small sample program
6874eed2527 : Added tag jdk7u9-b32 for changeset efa712b3158c
3b6ef0e937a : Added tag jdk7u9-b32 for changeset a89893843344
a60af7f6ee3 : Added tag jdk7u9-b32 for changeset 66dee9bfdbbf
fd6cc3ecd5b : Added tag jdk7u9-b32 for changeset c64ca22b2d69
351646d0294 : Added tag jdk7u9-b32 for changeset 647d2c69a2a5
88759bcf9b7 : Added tag jdk7u9-b32 for changeset 1a9e4aaa9582
56200c4c8a9 : Added tag jdk7u9-b32 for changeset 1d4d7a65d5da
65aa73c8092 : 8001564: The load balancing function steal_1_random in taskqueue is not random
e5310516941 : 7200261: G1: Liveness counting inconsistencies during marking verification
650a78c7288 : 8002069: Assert failed in C2: assert(field->edge_count() > 0) failed: sanity
8f711aa359d : 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
94d2e734323 : 8002034: Allow Full Debug Symbols when cross-compiling 8001756: Hotspot makefiles report missing OBJCOPY command in the wrong circumstances
cf9922e7c3a : Added tag hs24-b24 for changeset 7f9e7538550f
badb2a2af85 : 8000988: VM deadlock when running btree006 on windows-i586
0777dc6caa7 : 8001929: fix doclint errors in langtools doc comments
f50507bccf9 : 8000540: Improve IIOP type reuse management
e7b5a50b686 : 8000540: Improve IIOP type reuse management
25e301ca195 : 8000631: Restrict access to class constructor
47b3fff19ed : 8000631: Restrict access to class constructor
526b1f405ca : 8000539: JMX implementation allows invocation of methods of a system class
85947c2f2c0 : 7072120: No mac os x support in several regression tests
01d496ad5aa : 8001764: vsvars.sh should support VS2012
a865f8b91af : 6206780: (str) Forwarding append methods in String{Buffer,Builder} are inconsistent
1e78e4b639d : 8001897: build-infra: misc adjustments to configure script
9c95463a7da : 7193219: JComboBox serialization fails in JDK 1.7
e64619c43f6 : 8001898: build-infra: correct exclusion lists for mac jar builds 8001896: build-infra: UNLIMITED_CRYPTO changes
f4511e60c54 : 8001891: build-infra: Adding X_CFLAGS and X_LIBS to lwawt and sizer compilation
c28e34e514b : 8001887: build-infra: Correct mapfiles in build-infra area
bcf7a3c2986 : 8001619: Remove usage of _ALLBSD_SOURCE in bsd files
46c74fcecb3 : 7198229: Painting during resizing of the frame should be more smooth
60a8943a52f : 8001235: Improve JAXP HTTP handling
cb6de385543 : 6533010: SPEC: A few broken links in jvmti.html
e184d5cc4ec : 8000780: make Zero build and run with JDK8
1203231cf95 : 8000997: Multiple locale sensitive services cannot be loaded
7c26f7db542 : 8000694: Add generation of lambda implementation code: invokedynamic call, lambda method, adaptor methods
f5e72e432e8 : 8000970: break out auxiliary classes that will prevent multi-core compilation of the JDK
a5b6cdf1aed : 8000970: break out auxiliary classes that will prevent multi-core compilation of the JDK
dc9bf2de74e : 8001621: Update awk scripts that check output from jps/jcmd
14364d11d21 : 7195426: kdc_default_options not supported correctly
620f0e5006f : 7184246: Simplify Config.get() of krb5
b9f46f00011 : 7176225: Remove JDBC-ODBC Bridge
bde4b842d8b : 8001717: TypeTags cleanup breaks GenStubs
7c509b7652c : 8001714: add missing tests for 7199925
574f3eeef5d : 8001229: refactor javac so that ct.sym is just used for javac, not all clients of JavacFileManager
f9c6f4bd18e : 8000992: Update new build-infra makefiles
ab0a4530c87 : 8000992: Update new build-infra makefiles
4e44b9cf81c : 8000992: Update new build-infra makefiles
4a59eea32bc : 8000992: Update new build-infra makefiles
c15035bb7fc : 8000992: Update new build-infra makefiles
38c629a354d : 8000992: Update new build-infra makefiles
f0534ca4701 : 8001663: new hotspot build - hs25-b08
97c1b9deaeb : Added tag hs25-b07 for changeset 490cfcf46c7d
6f31fa54ac0 : 8001575: Minor/sync/cleanup j.u.c with Dougs CVS - Oct 2012
4d410669724 : 8001219: Clean up use of URLs in javadoc Extern class
cb3cb72e07d : 7201068: Better handling of UI elements
9ab0f931be8 : 8001635: assert(in_bb(n)) failed: must be
fc84b112273 : 8001635: assert(in_bb(n)) failed: must be
ed483ab38b3 : 4239752: FileSystem should be a platform-specific class to avoid native code
020472d1221 : 8000806: Implement runtime lambda metafactory
63abc6323a4 : 7163534: VM could crashes assert(false) failed: infinite EA connection graph build
4531e51fc4e : 7163534: VM could crashes assert(false) failed: infinite EA connection graph build
78aeafc1a2d : 8001565: (fs) Typo Path.endsWith(String) javadoc
07f94ef8bc8 : 7159567: inconsistent configuration of MemoryHandler
4e5ebae2d30 : 7191817: -XX:+UseSerialGC -XX:+UseLargePages crashes with SIGFPE on MacOS X
044dcef0e69 : 6725230: Java Compilation with Jsr199 ignores Class-Path in manifest
fc938fcbd97 : 7188234: Deprecate VM command line options
0c42ca44f37 : 8001584: NPG: Incorrect assertion in BinaryTreeDictionary::get_chunk()
de259994813 : 7200915: convert TypeTags from a series of small ints to an enum
431bad33c0f : Added tag jdk8-b62 for changeset 90de1dc5cd5b
bb35ccdbc39 : Added tag jdk8-b62 for changeset f0d59eea9c70
3e547a0921e : Added tag jdk8-b62 for changeset ea25fe53bbce
8ca6d2e3fb6 : Added tag jdk8-b62 for changeset 6fc9f2af5e0d
86f198088af : Added tag jdk8-b62 for changeset e3e135066607
43443b03d5d : Added tag jdk8-b62 for changeset fbfe6a11980d
0b024171d1f : Added tag jdk8-b62 for changeset b2bf9e584614
bf6c304c44d : 7082294: nsk/regression/b4265661 crashes on windows
6036ad08e5c : 8000486: REGRESSION: Three java2d tests fail since jdk8b58 on Windows 7 with NullPointerException
5c007000561 : 7184394: add intrinsics to use AES instructions
2bad3481cc1 : 8003230: new hotspot build - hs24-b26
6d94ef1ee77 : 7184394: add intrinsics to use AES instructions
3877e3dda4e : 8000203: File descriptor leak in src/solaris/native/java/net/net_util_md.c
3dbaac95b3a : Added tag jdk7u10-b13 for changeset 8032808d11c7
c946a11f95b : Added tag jdk7u10-b13 for changeset 153ed7bb887b
c8338bfad86 : Added tag jdk7u10-b13 for changeset 83435c2a712f
3c9723ef6d3 : Added tag jdk7u10-b13 for changeset 054399886ea0
a1b57ee0539 : Added tag jdk7u10-b13 for changeset 77bfd9ed1c8b
d3700bf4166 : Added tag jdk7u10-b13 for changeset b01f8082e5a9
d85c130cea9 : Added tag jdk7u10-b13 for changeset cf1410c8cd80
3e4e347c260 : 6976971: TEST: javax/management/remote/mandatory/URLTest.java should be re-integrated
b01d15feb09 : 8001466: Nightly regression test failure of SSLSocketSNISensitive.java
d96d10ded0b : 7193219: JComboBox serialization fails in JDK 1.7
5d717a96fb9 : 7053526: Upgrade JDK 8 to use Little CMS 2.4
aff615b4d6e : 8001419: Build the JCE portion of JDK-8000970
ce1db67272b : 8000416: refactor javadoc to provide and use an abstraction for relative URIs
296286534c3 : 8000741: refactor javadoc to use abstraction to handle relative paths
cd1240436f6 : 8001183: incorrect results of char vectors right shift operaiton
a9c2b6a9008 : 8001183: incorrect results of char vectors right shift operaiton
30dd7eee314 : 7197071: Makefiles for various security providers aren't including the default manifest
5b56f653791 : 7152336: Enable builds on Windows with MinGW/MSYS
9c0b5ee904c : 7152336: Enable builds on Windows with MinGW/MSYS
906081c12df : 7152336: Enable builds on Windows with MinGW/MSYS
28475942c9c : 8000204: Memory leak in com/sun/security/auth/module/Unix.c
3c6c782cf3f : 6624200: Regression test fails: test/closed/javax/swing/JMenuItem/4654927/bug4654927.java
433715e09c6 : 7051394: NullPointerException when running regression tests LoadProfileTest by using openjdk-7-b144
8744fd02bd2 : 8001208: Fix for KRB5CCNAME not complete
9322a179db0 : 8001225: Disable jdk regression test java/lang/System/Versions.java until jdk's classfile version code is updated
6d7b8726593 : 8000821: JSR 292: C1 fails to call virtual method (JRUBY-6920)
65c20a5492a : 8000821: JSR 292: C1 fails to call virtual method (JRUBY-6920)
c915e9da09d : 6771058: TEST_BUG: java/lang/ref/Basic.java may fail with -server -Xcomp
5c44b047bcb : 8000805: JMM issue: short loads are non-atomic
7f872374009 : 8000805: JMM issue: short loads are non-atomic
5e1584a4381 : 8000624: Move MaxRetries.java to ProblemList for the moment
3dcf67df0d8 : 8001204: typo: Unable to obtain Princpal Name for authentication
d11cb7e6c1e : 7197401: Add a subset of the org.objectweb.asm packages to jdk8
0905490facd : 8000941: Remove ftp from the required list of protocol handlers
29edcef765d : 8000954: Add final keyword to new method in SSLParameters
3e481cdd81a : 7199092: NMT: NMT needs to deal overlapped virtual memory ranges
01d0ba69ced : 8000989: smaller code changes to make future JSR 292 backports easier
6477dec96d4 : 8000989: smaller code changes to make future JSR 292 backports easier
8277d1355e1 : 8001176: new hotspot build - hs25-b07
d5e230c1c74 : 8001101: C2: more general vector rule subsetting
e57ac83cace : 8001101: C2: more general vector rule subsetting
65c322fa707 : Added tag hs25-b06 for changeset 57dfd29e4742
f214e4cef37 : 8001055: Bytes.swap should follow big endian
3d8142d5fdf : 8000818: SA constant pool need to reference to reference map after permgen removal
b61d0d9772b : 7124520: [macosx] re:6373505 Toolkit.getScreenResolution() != GraphicsConfiguration.getNormalizingTransform()
3c2e0ae2acd : 8000206: Uninitialized variable in PlainDatagramSocketImpl.c
8bb18682d47 : Added tag jdk8-b61 for changeset 539f9d08a9e5
d9aab5025ed : Added tag jdk8-b61 for changeset 1a8b3b760f60
4dae92ce29c : Added tag jdk8-b61 for changeset 3d833bc526da
0f95eb5efc3 : Added tag jdk8-b61 for changeset 877dd5308e32
3e188b47751 : Added tag jdk8-b61 for changeset 929432f0c3b6
c7df814ec7b : Added tag jdk8-b61 for changeset e4251351a6dd
f88b8fb20f8 : Added tag jdk8-b61 for changeset 0623a2cf29df
240b5c93297 : 7053130: hs_err file does not record specified CLASSPATH
e9755cef6a6 : 7188233: UseVMInterruptibleIO flag deprecate for JDK8
9a39ec25ca0 : 7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again
c81966a594b : 8001071: Add simple range check into VM implemenation of Unsafe access methods
247b39e0100 : 8001071: Add simple range check into VM implemenation of Unsafe access methods
80d1115eb73 : 7199708: FileChooser crashs when opening large folder
1892ebf911d : 7068321: Support TLS Server Name Indication (SNI) Extension in JSSE Server
4939dca5bfb : Added tag jdk7u10-b12 for changeset fd8a01e86dff
ac89881da89 : Added tag jdk7u10-b12 for changeset 0e7f74e375d2
7bda8552ad6 : Added tag jdk7u10-b12 for changeset 9bdedcb06834
fd7b542e918 : Added tag jdk7u10-b12 for changeset 0920df57899f
42266906edd : Added tag jdk7u10-b12 for changeset e0f14b33221d
a6d742ace07 : Added tag jdk7u10-b12 for changeset 351b9b1c7ed6
2a6ddd415c0 : Added tag jdk7u10-b12 for changeset aa20a999fcbe
1fb99101466 : 8001046: java/util/PluggableLocale/LocaleNameProviderTest.sh failing
81d44088523 : 8000362: (pack200) Deprecate Packer/Unpacker addPropertyChangeLister and removePropertyChangeListener methods
94981324797 : 7198496: (sl) ServiceLoader.load(Class, null) behavior differs from spec
2d3b78abcca : 8000623: tools/javac/Diagnostics/6769027/T6769027.java crashes in PSPromotionManager::copy_to_survivor_space
15df2d2de55 : 8001012: jdk8 SKIP_BUILD_CYCLE=false build fails with BUILD_JAXWS=false
848ec301f2d : 7192245: Add parser support for default methods
953bec36abb : 8000617: It should be possible to allocate memory without the VM dying
9c38da478a3 : 6809322: javax.management.timer.Timer does not fire all notifications
45dd15087f8 : 8000626: Implement dead key detection for KeyEvent on Linux
721264460ad : 8000969: [macosx] Directories are not deselected when JFileChooser has FILES_ONLY selection mode
a76d98e716d : 8000955: Hashtable.Entry.hashCode() does not conform to Map.Entry.hashCode() defined behaviour
ed656de70f5 : 8000685: (props) Properties.storeToXML/loadFromXML should only require UTF-8 and UTF-16 to be supported
336948d5145 : 7175704: [macosx] "8" PIT: NPE in GetDisplayMode fullscreen test
4aedf7469a5 : 8000673: remove dead code from HtmlWriter and subtypes
56e63d98b9d : 7198073: (prefs) user prefs not saved [macosx]
37685c8106a : Added tag jdk7u9-b31 for changeset 141bd43c6a01
b1dedf87af0 : Added tag jdk7u9-b31 for changeset 97510aa7d9e3
3693218a48c : Added tag jdk7u9-b31 for changeset d1e702864454
90eedbfd380 : Added tag jdk7u9-b31 for changeset 55abc1975d52
315aacd9b9c : Added tag jdk7u9-b31 for changeset 344e370b22be
aabf5a67c4b : Added tag jdk7u9-b31 for changeset 9106812ac882
cef96f5ee4b : Added tag jdk7u9-b31 for changeset 96f419039914
2647f75cdd3 : 8000245: SimpleDateFormat.format(date, StringBuffer, FieldPosition) doesn't work as expected with custom extensions 8000273: java.util.Locale.getDisplayVariant(Locale l) isn't transferred to the custom service provider 8000615: JRE adapter: timezone name of en_US is changed when extension directory is added
1fd51fa05e4 : 6818083: When DISPLAY is bad, InternalError thrown, not AWTError
2b89b1a7709 : 7169395: Exception throws due to the changes in JDK 7 object tranversal and break backward compatibility
e73159a94cd : 7193977: REGRESSION:Java 7's JavaBeans persistence ignoring the "transient" flag on properties
a0b8f099ab6 : 8000666: javadoc should write directly to Writer instead of composing strings
a14592d8914 : 8000487: Java JNDI connection library on ldap conn is not honoring configured timeout
9abdcd4a3cc : 8000831: Heap verification output incorrect/incomplete
2dca3dc06be : 8000817: Reinstate accidentally removed sleep() from ProcessBuilder/Basic.java
037bcf1683c : 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
48ba63e9e0e : 7146552: java/util/logging/LoggingMXBeanTest.java failing intermittently
f57338c400c : 8000664: 2 SAX features does not work properly
515f1281e1e : 8000834: new hotspot build - hs25-b06
d586b5d0376 : Added tag hs25-b05 for changeset 29bfe6c53630
caa087067c5 : 8000822: Fork hs23.7 hsx from hs23.6 for jdk7u11 and reinitialize build number
2cae43552d6 : 7184326: TEST_BUG: java/awt/Frame/7024749/bug7024749.java has a typo
2a56b6aa5af : 8000763: use XXX.valueOf methods instead of constructors
b05abd18802 : 8000740: remove LinkWellKnownClasses
222b2457edb : 8000740: remove LinkWellKnownClasses
7757ae0cbf9 : 8000459: assert(java_lang_String::is_instance(entry)) failure with various mlvm tests
7b940bac400 : 7152183: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently [sol]
77242836009 : Added tag jdk8-b60 for changeset e8ce51f159dd
dd1899ba623 : Added tag jdk8-b60 for changeset fd85bb97232e
7778b7d0066 : Added tag jdk8-b60 for changeset ad9498bbcc27
6380aca7b26 : Added tag jdk8-b60 for changeset 77de918f1de3
2f003be07e6 : Added tag jdk8-b60 for changeset 2805a3e211f3
afe29376fe8 : Added tag jdk8-b60 for changeset 708d4b770214
d78b7570979 : Added tag jdk8-b60 for changeset a11476021d05
6563cda42b8 : 7200776: Implement default methods in interfaces
74ea92ce426 : 8000753: compiler/6912517 crashes on 64bit sparc with compressed oops off
0a590fc7def : 7198570: (tz) Support tzdata2012f
6e283062c6b : 7186817: Remove Windows 95/98/ME Support
ec5ee599314 : 8000310: Clean up use of StringBuffer in langtools
8b895ea8560 : 8000418: javadoc should used a standard "generated by javadoc" string
3eea5d7b1d0 : Added tag jdk7u10-b11 for changeset 6ccafc14b337
6384a19fff8 : Added tag jdk7u10-b11 for changeset 5ab1b1b8598b
74013506b2f : Added tag jdk7u10-b11 for changeset d831be44a1fc
964b679e54a : Added tag jdk7u10-b11 for changeset dd14cc4db7b2
e69a48bda7a : Added tag jdk7u10-b11 for changeset 0afc6913f63b
1569d354772 : Added tag jdk7u10-b11 for changeset ed5834381aa1
538aa4e6242 : Added tag jdk7u10-b11 for changeset ab734235547c
a1f2dbf7c2c : 8000743: docencoding not available to stylesheet
9551f94d32b : 8000743: docencoding not available to stylesheet
680ffebcb60 : 8000665: fix "internal API" comments on javadoc files
a446a98f53e : 8000712: Remove unused fields in SyncFactory
d1635b44993 : 7192274: Deprecate LogManager addPropertyChangeListener and removePropertyChangeLister methods
c5eaaaa070f : 7189254: Change makefiles for more flexibility to override defaults
2a6e8cc9626 : 8000687: Correct javadoc typo for getLogWriter and setLogWriter
b155b54a5e0 : 8000208: fix langtools javadoc comment issues
36c39152578 : 8000663: clean up langtools imports
9ac0cd91486 : 8000592: Improve adlc usability
f28ac57f94c : 8000592: Improve adlc usability
0b25975fcdb : 8000172: 2 SAX features does not work properly
724e5ecfb34 : 8000659: NPG: ClassCastExceptions are unexpectedly thrown when testing nashorn
a5a2ce0e909 : 7199654: Remove LoadUI2LNode
66744235235 : 7199654: Remove LoadUI2LNode
63128f0e6d1 : 7196086: update copyright years for files in corba repository (JDK 8)
23b1ff04af4 : 7181793: Socket getOutputStream create streams that cannot be GC'ed until Socket is closed
769dd501820 : 7197424: update copyright year to match last edit in jdk8 hotspot repository
743e5c0d91b : 7124321: [macosx] TrayIcon MouseListener is never triggered
04816adee5a : 7200341: DateFormatSymbols.hashCode() throws ArrayIndexOutOfBoundsException in some circumstances
63a30e32686 : 7185280: Jre7cert: focusgained does not get called for all focus req when do alt + tab
6a0faae4b57 : 7160951: [macosx] ActionListener called twice for JMenuItem using ScreenMenuBar
2a3853c1b9e : 7197395: Add @Deprecated to all deprecated methods to eliminate compiler warnings in JDBC
511c6abf082 : 7173494: some jdk tests are not run in test/Makefile
b807a9bf598 : 7173494: some jdk tests are not run in test/Makefile
fb1294fec5c : 7196533: TimeZone.getDefault() slow due to synchronization bottleneck
61eb5a05498 : 7054512: Compress class pointers after perm gen removal
2a5dea32289 : 8000622: Forgot to hg add and check in test for JDK-7170638
ec0a9ee8a6c : 8000622: Forgot to hg add and check in test for JDK-7170638
183fdef1811 : 8000461: Top level build doesn't pass OPENJDK=true through to the hotspot build
94e76ed32bf : 8000263: JSR 292: signature types may appear to be unloaded
7162ad011c5 : 8000263: JSR 292: signature types may appear to be unloaded
b2cf8c4cb05 : 8000332: SA ClassDump throws exception after permgen removal
af40d3c89bd : 8000313: C2 should use jlong for 64bit values
b1d745897b0 : 8000313: C2 should use jlong for 64bit values
845106af137 : 8000358: G1: metaspace information not printed in PrintHeapAtGC output nor in hs_err file
4e01d17bb1d : 7170638: Use DTRACE_PROBE[N] in JNI Set and SetStatic Field
0f858e256e7 : 8004802: jcmd VM.native_memory baseline=false crashes VM
c460b5bc586 : 7173959: Jvm crashed during coherence exabus (tmb) testing
a8400693dca : 8004713: Stackoverflowerror thrown when thread stack straddles 0x80000000
573ce991ca4 : 8005035: new hotspot build - hs24-b28
959d0a9ebbf : 7170638: Use DTRACE_PROBE[N] in JNI Set and SetStatic Field
a5312cbadb7 : 7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true
18688c3a56c : 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
319150fde04 : 7177386: Add attribution support for method references
fd15ca5e44f : 7127708: G1: change task num types from int to uint in concurrent mark
da86f3d438e : 8000485: Hotspot build fails in Solaris Studio IDE when building dtrace
2467d2f2476 : 8000485: Hotspot build fails in Solaris Studio IDE when building dtrace
4a200438e19 : 8000232: NPG: SIGSEGV in Dependencies::DepStream::check_klass_dependency on solaris-x64
81be4b2f154 : 8000232: NPG: SIGSEGV in Dependencies::DepStream::check_klass_dependency on solaris-x64
6909f93a1fe : 7177003: C1: LogCompilation support
822deb6ee64 : 7177003: C1: LogCompilation support
83042670bb0 : 4696488: javadoc doesn't handle UNC paths for destination directory
8949fccef99 : 7068595: html files in class-use dir do not get loaded correctly when Frames link is clicked
b32f33b69a2 : 7132631: The help-doc.html generates an invalid link to constant-values.html
9e9db7f831c : 8000498: new hotspot build - hs25-b05
10f5782aff9 : Added tag hs25-b04 for changeset 21b044417a2e
eeac68872b9 : 7198834: HOST Adapter: one extra empty space in the end of the pattern string
496da3014d5 : 7195779: javax/management/remote/mandatory/threads/ExecutorTest.java fails intermittently, NPE in tie class
72f39bf20cd : 7177385: Add attribution support for lambda expressions
4e6d9a8f7e1 : 8000176: Need automated test for checking scale quality
96d4c83eca6 : 7200762: [macosx] Stuck in sun.java2d.opengl.CGLGraphicsConfig.getMaxTextureSize(Native Method)
efea1162744 : 7200119: Collator.getAvailableLocales() doesn't return Locale.US
363fac131cb : 7199186: runtime/7194254/Test7194254.java fails - wrong test name on @run
01465313ff0 : Added tag jdk8-b59 for changeset aded5e617602
ab2c8f811a5 : Added tag jdk8-b59 for changeset 6408a49a3a6b
c12876f9914 : Added tag jdk8-b59 for changeset 6fa036b39eb9
56e12ecc3aa : Added tag jdk8-b59 for changeset e31f9b0d349f
a09b38f3e47 : Added tag jdk8-b59 for changeset 22fa34424aa9
f67940dd4b3 : Added tag jdk8-b59 for changeset 173d83d9c9d7
447af5923f7 : Added tag jdk8-b59 for changeset ba9e9ff8d8ef
2102c5a5b68 : 7184932: Remove the temporary Selector usage in the NIO socket adapters
4fa0ac52566 : 7198873: NPG: VM Does not unload classes with UseConcMarkSweepGC
3caba25f6b2 : 7196799: CLDR adapter can not be invoked when region code is specified in Locale 7197573: java/util/Locale/LocaleProviders.sh failed
ed98ea0a88e : 8000311: G1: ParallelGCThreads==0 broken
1d7a022c1a5 : 8000102: Resolve include conflicts
e228ec40786 : 8000102: Resolve include conflicts
e1d995ab869 : 7127792: Add the ability to change an existing PeriodicTask's execution interval
6c03b1be14a : 7127792: Add the ability to change an existing PeriodicTask's execution interval
b278ea3cb6c : 8001662: new hotspot build - hs24-b25
284879b3fcb : 6884973: java -XX:Atomics=2 crashes
5a5c90dd1c7 : 7198519: Broken build, hotspot-rt win USE_PRECOMPILED_HEADER=0
c0e2ed86c15 : 7177387: Add target-typing support in method context
700a5c6ee0a : 7201151: Fix Contribution : Java cannot get Windows's IME name correctly
64b949310f6 : 7196316: Wrong rounding mode in DecimalFormat after deserialization
187b77f90e6 : Added tag jdk7u10-b10 for changeset 584f7fe2699b
00e02f5a036 : Added tag jdk7u10-b10 for changeset 9c9b153bdcc3
6c774d14a78 : Added tag jdk7u10-b10 for changeset 97cf46671cb6
68e61a45b10 : Added tag jdk7u10-b10 for changeset edb8aced8ac1
df912cf2144 : Added tag jdk7u10-b10 for changeset 07062f2788af
bc443d0bc35 : Added tag jdk7u10-b10 for changeset 20b7a46f8016
3b289e11e8e : Added tag jdk7u10-b10 for changeset 36ca1823d105
3506d44c57e : 8000351: Tenuring threshold should be unsigned
ebff918cc74 : 7171412: awt Choice doesn't fire ItemStateChange when selecting item after select() call
88ab075a6da : 7199349: NPG: PS: Crash seen in jprt
684361a3d97 : 6910472: Typo in : java.io.ObjectOutputStream.reset() "refered"
c3026d4a59f : 7104012: AIOOBE from RuleBasedBreakIterator.lookupState for some suppl. chars
3041fe22358 : 7199742: A lot of C2 OSR compilations of the same method's bci
8d8d00ff005 : 7199742: A lot of C2 OSR compilations of the same method's bci
6e8f0fb6892 : 7201026: add vector for shift count
e8332c76e9e : 7201026: add vector for shift count
a22ec55c299 : 8000307: Jre7cert: focusgained does not get called for all focus req when do alt + tab
1ad15c81906 : 7187834: [macosx] Usage of private API in macosx 2d implementation causes Apple Store rejection
4f03d8146f7 : 7195106: REGRESSION : There is no way to get Icon inf, once Softreference is released
30d429cc257 : 8000268: sun/security/provider/X509Factory/BigCRL.java failing on Linux 32-bit
25c830b9d5e : 7197642: (sl) ServiceLoader.load(null) doesn't throw NPE
b6ea800f9bd : 7050528: Improve performance of java.text.DecimalFormat.format() call stack
a9fff9fd3fe : 7198640: new hotspot build - hs23.6-b04
59b8489a0cd : 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
3d880fa194f : 7188093: closed/sun/java2d/pipe/ScaleQualityTest.java fails
aac13806ea4 : 8000244: G1: Ergonomically set MarkStackSize and use virtual space for global marking stack
9b8e06e6994 : 8000269: Cleanup javadoc warnings
7ccbee4177d : 8000228: Missing call to cr() when printing entry_point in nmethod, in os::print_location
3e967d8f8d4 : 8000227: [obj|type]ArrayKlass::oop_print_on prints one line to tty instead of the provided output stream
80d5f4b66df : 7200145: runtime/7196045/Test7196045.java fails with No class provided for `main'
492233054c7 : 7200145: runtime/7196045/Test7196045.java fails with No class provided for `main'
ed2bca8140d : 7198582: (java) Minor refactor of JavacParser
8af0bcb7fe3 : 7186723: TEST_BUG: Race condition in sun/management/jmxremote/startstop/JMXStartStopTest.sh
28047d6a0fe : 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
9972f3d338a : 8000251: new hotspot build - hs25-b04
a06ac50538e : 7200742: (se) Selector.select does not block when starting Coherence (sol11u1)
10e48f968dc : Added tag hs25-b03 for changeset 4d2ca6fb1285
1c489c5ec56 : 7199925: Separate compilation breaks check that elements have a default for the containing annotation
8fbd614bf34 : 8000241: langtools doesn't build
7f58c7c7ad3 : 8000233: Fix issues in recent push
ddd6138b951 : 8000230: Change os::print_location to be more descriptive when a location is pointing into an object
01025ec99e8 : 7197619: Using modifiers for the dead key detection on Windows
f41a30cb5c1 : 6950237: Test java/nio/file/Path/CopyAndMove.java does not work correctly when test dir in on VFAT
7ffcd7343fe : 7200682: TEST_BUG: keytool/autotest.sh still has problems with libsoftokn.so
5a3a2dc308b : 7069824: Support for BCP47 locale matching
152b0d6143c : 7199219: Proxy-Connection headers set incorrectly when a HttpClient is retrieved from the Keep Alive Cache
1d1cb5811b7 : 7198084: NPG: distance is too big for short branches in test_invocation_counter_for_mdp()
d560ac115bd : 7198084: NPG: distance is too big for short branches in test_invocation_counter_for_mdp()
157b8fa41b7 : 7200261: G1: Liveness counting inconsistencies during marking verification
80d3fce8972 : 7199862: Make sure that a connection is still alive when retrieved from KeepAliveCache in certain cases
20911d0ab6c : Added tag jdk8-b58 for changeset a54f29461808
575a9f82e2b : Added tag jdk8-b58 for changeset 17beb247c83a
d719297988b : Added tag jdk8-b58 for changeset e033f1ff319a
b62f8968fe4 : Added tag jdk8-b58 for changeset 63e6a7c76188
291e3f0b9ab : Added tag jdk8-b58 for changeset f75a1b3efb69
6aeb6eaccbc : Added tag jdk8-b58 for changeset 84521b7fdb66
ad235595298 : Added tag jdk8-b58 for changeset fc1beab39b2a
65248883ccf : 7201205: Add Makefile configuration option to build with unlimited crypto in OpenJDK
9728976389e : 8000178: (bf) Backout 7190219 fix for jdk7u (JCK issue)
3e71789e3eb : 8000486: REGRESSION: Three java2d tests fail since jdk8b58 on Windows 7 with NullPointerException
e2ed11ec8a5 : 7193219: JComboBox serialization fails in JDK 1.7
0fa038b4e08 : 7201205: Add Makefile configuration option to build with unlimited crypto in OpenJDK
ad0d6a5a51c : 7193318: C2: remove number of inputs requirement from Node's new operator
d5d2e78faad : 7193318: C2: remove number of inputs requirement from Node's new operator
903c4c0c7f1 : 7200742: (se) Selector.select does not block when starting Coherence (sol)
d88a170b273 : Added tag jdk7u10-b09 for changeset 480a7668f80b
5f2468e5fb8 : Added tag jdk7u10-b09 for changeset 5b7415e95bcb
9c30c531ed5 : Added tag jdk7u10-b09 for changeset 6e03e9f6d829
7a7797b921e : Added tag jdk7u10-b09 for changeset d1ef35d7accc
0dee2389a9d : Added tag jdk7u10-b09 for changeset 2762f9c3203f
9c642ad1d25 : 7200295: CertificateRequest message is wrapping when using large numbers of Certs
989c8e0201c : 7199488: [TEST] runtime/7158800/InternTest.java failed due to false-positive on PID match
8bb2411d345 : 7124515: [macosx] Test fail like 6366126 (ArrayIndexOutOfBoundException pressing ENTER after removing items)
5f629e503cb : 7188968: New instance creation expression using diamond is checked twice
e3ccd8953f6 : 7200264: 7192963 changes disabled shift vectors
973fdc81a18 : 7200264: 7192963 changes disabled shift vectors
4a6b247c1c4 : Added tag jdk7u9-b05 for changeset b3a86c030b4f
3984335aa51 : Added tag jdk7u9-b05 for changeset 2198e0c96ce2
8d8eeea034b : Added tag jdk7u9-b05 for changeset da692f0b4716
55ae7e76961 : Added tag jdk7u9-b05 for changeset ddb12d9f0fb6
ec06a24ff9f : Added tag jdk7u9-b05 for changeset e1d286b57c8b
27a5fee8a40 : Added tag jdk7u9-b05 for changeset 1ca42cf2e006
764bf571d52 : Added tag jdk7u9-b05 for changeset bdaba26dcd5c
6a310eb0496 : 7196464: upgrade JavaCompiler.shouldStopPolicy to accomodate policies in face of error and no error
c2e8d5a0176 : 7193657: provide internal ArrayUtils class to simplify common usage of arrays in javac
6f6f1d3bea1 : 7199939: DSA 576 and 640 bit keys fail when initializing for No precomputed parameters
0733ebe2f2d : 7199941: test about AES/ECB mode fails
82df346f99b : 7200233: C2: can't use expand rules for vector instruction rules
9c3545d4fb0 : 7200233: C2: can't use expand rules for vector instruction rules
5f949b57511 : 7158350: [macosx] Strange results of SwingUIText printing
1ea36e23246 : 7200615: NPG: optimized VM build is broken
fcae0353d2f : 7200470: KeepAliveClosure not needed in CodeCache::do_unloading
70f397b4a21 : 7200065: Cross-compilation changes to support the new-build
f49f25c60db : 7177306: Regression: unchecked method call does not erase return type
d4c5fca16a8 : 7175433: Inference cleanup: add helper class to handle inference variables
07155682a1c : 7194586: Add back-end support for invokedynamic
8be3009d089 : 7193913: Cleanup Resolve.findMethod
55ec94e302f : 7196462: JavacProcessingEnvironment should tolerate BasicJavacTask
22544e7a7c7 : 6879063: SA should use hsdis for disassembly
df557ef17cc : 7199488: [TEST] runtime/7158800/InternTest.java failed due to false-positive on PID match
08c6d032641 : 7160627: [macosx] TextArea has wrong initial size 7124213: [macosx] pack() does ignore size of a component; doesn't on the other platforms
914bc61d4be : 7179349: [macosx] Java processes on Mac should not use default Apple icon
12bf2c7d520 : 7192975: Issue with JMX reflection
898b21ebf3d : 7198296: Problem with classloader in JMX
0ea3bcf8a89 : 7124239: [macosx] sun.awt.SunToolkit.InfiniteLoop exception in realSync called from SwingTestHelper
71c8aa302c1 : 7192975: Issue with JMX reflection
d6538dc2984 : 7200236: new hotspot build - hs25-b03
38c34d56b03 : Added tag hs25-b02 for changeset b3b50cc0cb4d
89f1772d078 : 7191703: jprt cannot build jdk on MacOSX
360754471cf : 7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
aca74a151c9 : 7199180: [macosx] Dead keys handling for input methods
d6be6ae6e19 : 7200092: Make NMT a bit friendlier to work with
f22735ae17a : 8003591: Abstract_VM_Version::internal_vm_info_string needs to stringify FLOAT_ARCH for ease of use
8bc04a0b289 : 7200092: Make NMT a bit friendlier to work with
efccf8e20b5 : Added tag jdk7u10-b08 for changeset 02f9f23b317e
7f524c2a0ee : Added tag jdk7u10-b08 for changeset 2de8648368ed
3774bccdefd : Added tag jdk7u10-b08 for changeset 13f48d72fc9d
404d60d3b00 : Added tag jdk7u10-b08 for changeset c5f1833427ce
d213472c190 : Added tag jdk7u10-b08 for changeset 7148385e1615
bcf43576c78 : Added tag jdk7u10-b08 for changeset b58493c7493b
6de715b9e6a : Added tag jdk7u10-b08 for changeset abf2c713f9d9
1743a11163c : 7199082: write warning messages to stderr
e9c197dc42e : Added tag jdk7u9-b04 for changeset d818d6247cf4
bb708132597 : Added tag jdk7u9-b04 for changeset e6d3685545c1
b96428a815c : Added tag jdk7u9-b04 for changeset b896056fca03
d8a59194777 : Added tag jdk7u9-b04 for changeset 9f6c0adf3495
61c81c140bf : Added tag jdk7u9-b04 for changeset b1b66281fcf9
59b424b200e : Added tag jdk7u9-b04 for changeset c0d292f0fddf
220a382341c : Added tag jdk7u9-b04 for changeset 0bbc6260bdba
0a735e76f68 : 7196190: Improve method of handling MethodHandles
73016372e3c : Added tag jdk8-b57 for changeset a4e282e892b6
10d4078b950 : Added tag jdk8-b57 for changeset ad1e86451b3f
685f6679feb : Added tag jdk8-b57 for changeset 8ac23c0c609c
1672690b20d : Added tag jdk8-b57 for changeset 61be07ec4655
1f784d2ce58 : Added tag jdk8-b57 for changeset 386342128efe
6da011c932e : Added tag jdk8-b57 for changeset 9674d32cdc2a
638632979d6 : Added tag jdk8-b57 for changeset b3dd9df01aa0
71637b6902b : 7199614: (pack200) remove unused file
f6cc90e927c : 7199923: NPG: tools/javac/T7093325.java timeout
54412491e85 : 7190666: G1: assert(_unused == 0) failed: Inconsistency in PLAB stats
211c061e3e6 : 7123767: Wrong tooltip location in Multi-Monitor configurations
49aa62455c4 : 7194184: JColorChooser swatch cannot accessed from keyboard
374a36e20e2 : 7193520: Removed references to Linux kernel version 2.2
3ad669f224e : 7199669: Update tags in .hgtags file for CPU release rename
7f095e74cfc : 7199669: Update tags in .hgtags file for CPU release rename
4f3bf8566fc : 7199669: Update tags in .hgtags file for CPU release rename
afb979d0043 : 7199669: Update tags in .hgtags file for CPU release rename
5475d2c0a90 : 7199669: Update tags in .hgtags file for CPU release rename
58ba020a692 : 7199669: Update tags in .hgtags file for CPU release rename
c6659efee7f : 7199669: Update tags in .hgtags file for CPU release rename
a062d9329ac : 7198606: Improve VM optimization
61096658e08 : 7196190: Improve method of handling MethodHandles
e78edc79b70 : 7193946: Move warnings associated with UseMemSetInBOT flag
8e0655095b3 : 7195372: Wrong copyright in new files
03d65ced3e2 : 7198606: Improve VM optimization
ffb7a818d80 : 7199645: Increment build # of hs23.5 to b02
c8ac5773db8 : 7198296: Refactor classloader usage
1a3e1b43e0f : 7195917: XMLDecoder parsing at close-time should be improved
6573cbf346b : 7016955: G1: remove the is_zeroed parameter from the HeapRegion constructor
baaa088aea4 : 7195917: XMLDecoder parsing at close-time should be improved
9d839ea0d1d : 7196045: Possible JVM deadlock in ThreadTimesClosure when using HotspotInternal non-public API
1c502686ea3 : 7196045: Possible JVM deadlock in ThreadTimesClosure when using HotspotInternal non-public API
47528331810 : 7199500: Minor typo in AbstractStringBuilder.java header
ae79d50df26 : 4722265: (spec str) StringBuffer.ensureCapacity() should mention that capacity is mutable
921375e4180 : 7199410: Remove files that were omitted from 7130909 changeset
37bddeb62b9 : 7045397: NPG: Add freelists to class loader arenas
5fe2efc6f7a : 8000210: Improve JarFile code quality
be620af8645 : 8002091: tools/launcher/ToolsOpts.java test started to fail since 7u11 b01 on Windows
08f28dcfab8 : 7201070: Serialization to conform to protocol
e29c2d39448 : 8000539: Introspect JMX data handling
d0df0aed18c : 7201071: InetSocketAddress serialization issue
09ab89be72f : 7201068: Better handling of UI elements
5fc2e05810c : 7200500: Launcher better input validation
8571aa91873 : 7200499: Better data validation for options
5bc8f147cb1 : 7200493: Improve cache handling
806b6aad19b : 7200491: Tighten up JTable layout code
450d75697ba : 7192393: Better Checking of order of TLS Messages
2e8893e5da7 : 7192392: Better validation of client keys
40581ca672d : 7186957: Improve Pack200 data validation
21a249d5deb : 7186952: Improve clipboard access
2dce0b1e5d0 : 7186948: Improve Swing data validation
a22e7d9eba6 : 7186946: Refine unpacker resource usage
25d0aa61515 : 7173145: Improve in-memory representation of splashscreens
4c786df9730 : 7186945: Unpack200 improvement
6bdf1747bf5 : 7186954: Improve connection performance
5967d9edb4f : 7197546: (proxy) Reflect about creating reflective proxies
42cf97b02fd : 8000210: Improve JarFile code quality
64bb35a5c6a : 7186954: Improve connection performance
c8ebc97b440 : 7192392: Better validation of client keys
8159d98a99d : 7198070: Eliminate static dependency from JMX to java.beans.ConstructorProperties
8831f6fde23 : 7195933: There is incorrect link to "Info-ZIP Application Note 970311" in doc page of Package java.util.zip
cf5f4f736f9 : 7197557: NPG: nsk/sysdict/vm/stress/chain/chain004 hangs intermittently
3b337824c0d : 7190273: Deprecate com.sun.security.auth.callback.DialogCallbackHandler
f65906c1bc8 : 7198329: Add $(sort) to object files used in links makes binarties more consistent
d5cd2350a82 : 7198325: Fix more $(sort) issues on lnk commands in makefiles, making binaries more consistent 7130909: Add a more general mechanism for customizing the build logic
25cc8761f1b : 7197849: Update new build-infra makefiles
075c55b7130 : 7197849: Update new build-infra makefiles
28f46567e4d : 7197849: Update new build-infra makefiles
aa6143b6c3c : 7197849: Update new build-infra makefiles
c363db8ed00 : 7197849: Update new build-infra makefiles
228c21635b0 : 7197849: Update new build-infra makefiles
1e3c4179150 : 7199249: TEST_BUG : Add /othervm to Collisions.java @run main with -D definitions
6b6dde5a11d : 7198984: Add java/text/Bidi/Bug6665028.java to ProblemList.txt
3236415bdaa : 7191786: retransformClasses() does not pass in LocalVariableTypeTable of a method
b8e234fb52b : 7199066: Typo in method name
67cc344382b : 7190587: Open source and jtreg'ify JAWT regression test
aa8c350075f : 7142919: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing intermittently [sol11]
a2d727401db : 8003169: [macosx] JVM crash after disconnecting from projector
6bbf29918aa : 8008660: Failure in 2D Queue Flusher thread on Mac
a7cc130429b : 8011200: (coll) Optimize empty HashMap and ArrayList
46c714cfafc : 8003173: [macosx] Fullscreen on Mac leaves an empty rectangle
14df6111865 : 7124520: [macosx] re:6373505 Toolkit.getScreenResolution() != GraphicsConfiguration.getNormalizingTransform()
9b103073439 : 8002308: [macosx] 7198229 should be applied to the user action only
d7d18f5f222 : 8006634: Unify LWCToolkit.invokeAndWait() and sun.awt.datatransfer.ToolkitThreadBlockedHandler
66875f8ea1c : 7198229: Painting during resizing of the frame should be more smooth
c0d69f323b2 : 7179050: [macosx] Make LWAWT be able to run on AppKit thread
cd25bf4b6e8 : 7142919: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing intermittently [sol11]
79b32166151 : 7198901: correct the field size check when decoding a point on ECC curve
89a8feeaffc : 7198871: cleanup security tests in problem lists with no CR attached
43a665edcd0 : 7188594: Print statistic collected by NMT with VM flag
fb2076c572f : 7188594: Print statistic collected by NMT with VM flag
b2b4d40c732 : 7172012: Make test-in-build an option (Queens)
25570f8d691 : 7198988: re-order paramaters for Collision.java @run
017242251ef : 7190089: NMT ON: NMT failed assertion on thread's stack base address
afd497eecc9 : 7190089: NMT ON: NMT failed assertion on thread's stack base address
6dc21336eab : 7160951: ActionListener called twice for JMenuItem using ScreenMenuBar
48255b9ff3a : 7194254: jstack reports wrong thread priorities
10b80ccca67 : 7198849: Make javax/management/remote/mandatory/notif/ListenerScaleTest.java less timing sensitive
b86fae01ab0 : 7196855: autotest.sh fails on ubuntu because libsoftokn.so not found
e91b6584ebd : 7193201: [OS X] The development launcher should be signed and given task_for_pid privileges
1c8d337aaa2 : 7186799: Regression tests for ImageIO metadata fail on second run
1f8baaf6f07 : 7198846: Add javax/management/remote/mandatory/notif/DiffHBTest.java to ProblemList.txt
8e21ad57680 : 7198205: CloseTest fails on mac
a08d48f9b19 : 7198130: G1: PrintReferenceGC output comes out of order
9a271f468a8 : 7197269: NPG: FollowReferences has no ClassLoader -> Class link to follow
227d6c722e0 : 7195409: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest fails with NullPointerException
c188598dddf : 7198641: new hotspot build - hs25-b02
a13f8a7da19 : Added tag hs25-b01 for changeset ab29bec425bb
d0d065e65c7 : 7198676: NPG: exclude MemoryMXBean tests which assume a perm gen
62be90fc385 : 7198162: exclude test MemoryMXBean/LowMemoryTest2.sh
36d902cd658 : Added tag hs23.6-b03 for changeset 0398eae2f960
cdc45931dd8 : 7198146: Another new regression test does not compile on windows-amd64
f945d8d92da : 7198529: NPG: assert with NMT code in Thread destructor
119c20297b3 : 7198529: NPG: assert with NMT code in Thread destructor
ead2379ece2 : 7195301: XML Signature DOM implementation should not use instanceof to determine type of Node
f1487754e69 : 7192073: (javac) minor refactoring of tree maker to help IDEs
ccf7724f51b : 6994562: Swing classes (both JTextArea and JTextField) don't support caret width tuning
14ad427568a : 6294277: java -Xdebug crashes on SourceDebugExtension attribute larger than 64K
8b54dc6ea98 : 7196547: [macosx] Implement dead key detection for KeyEvent
43349040a24 : 7197320: [macosx] Full Screen option missing when Window.documentModified
ae09b798392 : 7177970: fix issues in langtools doc comments
8a2b4598e42 : Added tag jdk8-b56 for changeset 5b1ac23fe8a0
04d30a320f4 : Added tag jdk8-b56 for changeset 9a3f2acd6f92
9c52f1e17ab : Added tag jdk8-b56 for changeset 35d8828b27fb
9500be57ff3 : Added tag jdk8-b56 for changeset 5cc92e17f3ec
aeb1e1d09e7 : Added tag jdk8-b56 for changeset 1bce16d0ddd1
0d408009f60 : Added tag jdk8-b56 for changeset 1797aae1f07c
4fd78c5611d : Added tag jdk8-b56 for changeset d8e903d6b2e0
00c30b04f43 : 7198074: NPG: assert(((Metadata*)obj)->is_valid()) failed: obj is valid
f341fb094c9 : Added tag jdk7u10-b07 for changeset 40a10e52b649
c4ba725e2fd : Added tag jdk7u10-b07 for changeset 9cbee0729151
2b17b30c784 : Added tag jdk7u10-b07 for changeset 1331a18c8e33
f63284bb196 : Added tag jdk7u10-b07 for changeset b6cf2dca0019
a8b46591a0b : Added tag jdk7u10-b07 for changeset 7a279b00b4bb
46d0e9bfbb2 : Added tag jdk7u10-b07 for changeset 9c855c575fd3
9d294cb35fe : Added tag jdk7u10-b07 for changeset 07a5496ef053
18582cee625 : 7197906: BlockOffsetArray::power_to_cards_back() needs to handle > 32 bit shifts
d2471fc93ab : Added tag jdk7u9-b03 for changeset 4e373962533e
61b0a35369f : Added tag jdk7u9-b03 for changeset d6663e80f329
240786a5ece : Added tag jdk7u9-b03 for changeset aa42f8e4ae30
91e1c6b6af7 : Added tag jdk7u9-b03 for changeset 05ce62a0d81a
8c746dbaa6d : Added tag jdk7u9-b03 for changeset 66fb108424a1
fde11e1ef4d : Added tag jdk7u9-b03 for changeset 5114bda87ff3
f431d385953 : Added tag jdk7u9-b03 for changeset e2e78c7c9b98
2becb01890f : 7198338: make jdk7u10 the default jprt release for hs23.6
ffadb2c6a53 : 7198318: SunToolkitSubclass.java should be removed
08a51f13785 : 7186109: Simplify lock machinery for PostEventQueue & EventQueue
589854449ee : 7124534: [macosx] Submenu title overlaps with Submenu indicator in JPopupMenu
980730e4324 : 7160951: ActionListener called twice for JMenuItem using ScreenMenuBar
9d4e784a37e : 7124375: [macosx] Focus isn't transfered as expected between components
5dd79f57066 : 7195931: UnsatisfiedLinkError on PKCS11.C_GetOperationState while using NSS from jre7u6+ 7197071: Makefiles for various security providers aren't including the default manifest
c8883d396dd : 7181995: NMT ON: NMT assertion failure assert(cur_vm->is_uncommit_record() || cur_vm->is_deallocation_record
442e4b0e54a : 7181995: NMT ON: NMT assertion failure assert(cur_vm->is_uncommit_record() || cur_vm->is_deallocation_record
6f1b52ab16c : 7196681: NPG: Some JSR 292 tests crash in Windows exception handler
17c95c8129f : 7180906: Javadoc tool does not apply parameter -nosince
b4f55953e0a : 7197771: Adjust jdk sources to avoid use of implementation defined value of __FILE__ 7180608: Sort the order of object files when building shared libraries
bb1c4324e94 : 7189926: Reduce test size for default run. Add additional run enabling alternative hashing
c6064021fdf : 7193302: Remove ConstructorProperties annotation from java.lang.management.LockInfo
5e999830925 : 7176627: CertPath/jep124/PreferCRL_SoftFail test fails (Could not determine revocation status)
a9eb740a314 : 7197637: (ch) sun.nio.ch.Default* cause providers for other platforms to be included in rt.jar
35059494958 : 7197203: sun/misc/URLClassPath/ClassnameCharTest.sh failed, compile error
b89fe033cb1 : 7196593: java.security.debug=help doesn't list certpath option
08757b8a990 : 7195816: NPG: Crash in c1_ValueType - ShouldNotReachHere
5c8cd863b3f : 7186371: [macosx] Main menu shortcuts not displayed (7u6 regression)
b1f6bbd2ffa : 7169884: LogManager checks do not work correctly for sub-types
96357686915 : 7195194: Better data validation for Swing
b979c4ebe01 : 7197350: NPG: jvmtiHeapReferenceCallback receives incorrect reference_kind for system class roots
41e85e364f9 : 7195194: Better data validation for Swing
9223ff8a36c : 7195549: Better bean object persistence
24043fa401f : 7181199: [macosx] Startup is much slower in headless mode for apps using Fonts
e539ff810a4 : 7195549: Better bean object persistence
c14183f3767 : 7193977: REGRESSION:Java 7's JavaBeans persistence ignoring the "transient" flag on properties
2ab9ff26586 : 7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed
88b57095224 : 7017818: NLS: JConsoleResources.java cannot be handled by translation team
748b5869f6d : 7183516: [macosx]Can't print-out the defined fonts for PrintFont_2D and AntialiasTableTest
2acad9f6003 : 7172187: [macosx] JAWT native CALayer not positioned over Canvas
8b3d86f3bc7 : 7186371: [macosx] Main menu shortcuts not displayed (7u6 regression)
174fd758bfd : 7181199: [macosx] Startup is much slower in headless mode for apps using Fonts
9f146b5a1c3 : 6997116: The case automatically failed due to java.lang.ClassCastException
96fd72e1ccd : 7153339: InternalError when drawLine with Xor and Antialiasing
89bc332aa7d : 7188708: REGRESSION: closed/java/awt/EventQueue/PostEventOrderingTest.java fails
c2620f75ae7 : 7193977: REGRESSION:Java 7's JavaBeans persistence ignoring the "transient" flag on properties
7004635879b : 7195919: (sl) ServiceLoader can throw CCE without needing to create instance
2d082caf33c : 7195919: (sl) ServiceLoader can throw CCE without needing to create instance
90dc1832def : Added tag jdk7u7-b31 for changeset 9dbb51f85fe7
2ee6bcd7379 : Added tag jdk7u7-b31 for changeset 733139eb512e
7e6fba3b388 : Added tag jdk7u7-b31 for changeset 3614eec3f87c
3704ddb27b9 : Added tag jdk7u7-b31 for changeset e3c3e123cf34
28699c999ee : Added tag jdk7u7-b31 for changeset c085f64785e1
1bf0affe079 : Added tag jdk7u7-b31 for changeset 70aef84588d7
b4430d0b345 : Added tag jdk7u7-b31 for changeset f911a7df3795
accba3a5e11 : 7183516: [macosx]Can't print-out the defined fonts for PrintFont_2D and AntialiasTableTest
21f5431109c : 7195301: XML Signature DOM implementation should not use instanceof to determine type of Node
778974e343d : 7181320: javac NullPointerException for switch labels with cast to String expressions
fc3506df220 : 7180906: Javadoc tool does not apply parameter -nosince
c6f43f35997 : 7169884: LogManager checks do not work correctly for sub-types
e21e5b090bb : Added tag hs23.6-b02 for changeset d2d55d904e11
e481a11b209 : 7197106: renumber hs23.4 to hs23.6
6fda647450b : 7196103: NPG: Unable to allocate bit map for parallel garbage collection for the requested heap size
19e3f0756e7 : 7180362: RFE: Implement date cutover functionality for currency.properties file
41288f1e841 : Added tag jdk7u7-b11 for changeset 78b573607c77
0a524aa672d : Added tag jdk7u7-b11 for changeset 0b1018c20ea8
e9acd298f3c : Added tag jdk7u7-b11 for changeset 446acc7a6bf3
87f621bcc04 : Added tag jdk7u7-b11 for changeset a6f4db0c3900
e466a7ba2ae : Added tag jdk7u7-b11 for changeset 40e9db9751a7
b16d3420f0d : Added tag jdk7u7-b11 for changeset eab620da1d01
931be5a67e5 : Added tag jdk7u7-b11 for changeset 018993ed31d8
b4b43de2105 : 7196760: tree end positions incorrect after anno processing
f4749d4e501 : 7196774: javac cannot be built with JDK 6 after 7151010
0844683a0e7 : 7186925: JavapTask passes null to java.io.Writer
21cc7bf2774 : 4647343: IDENT variable in sun.security.x509 classes not used
12b9a4edbb7 : 7195833: NPG: Rename instanceClassLoaderKlass, instanceRefKlass and instanceMirrorKlass
0f265ad8905 : 7185778: javah error "Not a valid class name" on class names with dollar signs
8fbd047f8cb : 6354758: rename old test HttpServer classes
de965a866ad : 7032247: java/net/InetAddress/GetLocalHostWithSM.java fails if hostname resolves to loopback address
966d2c0cd4a : 7194469: Pressing the Enter key results in an alert tone beep when focus is TextField
ef46ca3b4dd : 7178324: Crash when compiling for(i : x) try(AutoCloseable x = ...) {}
7e677a587bc : 7196677: diff compares same file to itself in PaddingTest regression test
7eb98442e17 : Added tag jdk8-b55 for changeset bc332057d97a
1e5b3e3ded6 : Added tag jdk8-b55 for changeset 4efc4ab93edd
79f7de8d0f9 : Added tag jdk8-b55 for changeset 39d1771dd21b
76b8a9a6b73 : Added tag jdk8-b55 for changeset b5d27d05eea2
2aa10d79aa2 : Added tag jdk8-b55 for changeset 49f23700884c
ef3763175d1 : Added tag jdk8-b55 for changeset a180f4cc7c94
5802f97caf5 : Added tag jdk8-b55 for changeset b4f6c05ae88a
1e258cff361 : 7192302: Remove JDBCRowSetImpl dependency on java.beans
cd5df1082a6 : 7196298: Better fix for 7195789
9c35d5e4d1b : 7153339: InternalError when drawLine with Xor and Antialiasing
cfefd5fc47a : 7195557: NPG: Unexpected number of memory pools
a483db078df : 7175183: [macosx] Objective-C exception thrown when switching monitor configuration
8536f548db5 : 7195867: NPG: SAJDI tests fail with sun.jvm.hotspot.types.WrongTypeException: No suitable match for type
560510ed2d0 : Added tag jdk7u10-b06 for changeset 6eb681b351ca
ea66f2af1ab : Added tag jdk7u10-b06 for changeset 89e2e13e0a6d
fc9e2147d96 : Added tag jdk7u10-b06 for changeset ed1d69f4bbc5
b60fcaf4f65 : Added tag jdk7u10-b06 for changeset 932f0582c5b2
bf73c5437d3 : Added tag jdk7u10-b06 for changeset c1578a847900
e4a982d8b64 : Added tag jdk7u10-b06 for changeset 035dd3929557
5d80c0c16fc : Added tag jdk7u10-b06 for changeset 19db8ca6a527
1fc1536a31f : 7196361: add hotspot/make/closed to hgforest.sh
001687b6bc5 : 7196361: add hotspot/make/closed to hgforest.sh
c624ae0f2dd : Added tag jdk7u10-b09 for changeset bc371ab88f35
e9b83f5d6f2 : 7194005: (launcher) needs to be enhanced for 64-bit jar file handling
7788603b2ec : 7124523: [macosx] b216: Mising part of applet UI
f3b6368c393 : 7196167: NPG: mismerge in make/solaris/makefiles/fastdebug.make
2663894371c : 7187834: [macosx] Usage of private API in macosx 2D implementation causes Apple Store rejection
7dfe1cb86cf : 7185778: javah error "Not a valid class name" on class names with dollar signs
fb34db00cdd : 6963102: Testcase failures sun/tools/jstatd/jstatdExternalRegistry.sh and sun/tools/jstatd/jstatdDefaults.sh
330ba0e8736 : 6963102: Testcase failures sun/tools/jstatd/jstatdExternalRegistry.sh and sun/tools/jstatd/jstatdDefaults.sh
36d57e36699 : 7195935: NPG: Some issues with compressed oops
a431f9851d1 : 7044060: Need to support NSA Suite B Cryptography algorithms
6f32be5139d : 7195789: NPG: assert(used + free == capacity) failed: Accounting is wrong
0f2dd1c15eb : 7196120: NPG: JSR 2292 test fails because missing fix for 7188911
badaff577bd : 7184649: NPG: Implement another MetdataPtr case
52ca21c92a9 : 7195519: OutOfMemoryError in docs build after 7151010
2276a386320 : 7195106: REGRESSION : There is no way to get Icon inf, once Softreference is released
3610a76e25d : 7195968: NPG: oopDesc::list_ptr_from_klass is broken
e0782017fec : 7195733: TEST_BUG: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/B6216082.java failing
25c0370a8b4 : 7169395: Exception throws due to the changes in JDK 7 object tranversal and break backward compatibility
eff152a7be3 : 7195823: NPG: CMS reserved() doesn't match _rs.base()
3143f5226a5 : 7107613: scalability blocker in javax.crypto.CryptoPermissions
cdcf41cc0d9 : 7107616: scalability blocker in javax.crypto.JceSecurityManager
2bbe76ab657 : 7185471: Avoid key expansion when AES cipher is re-init w/ the same key
5c58d27aac7 : 6964458: Reimplement class meta-data storage to use native memory
36eee7c8c86 : 7195615: new hotspot build - hs25-b01
ae110cd170a : Added tag hs24-b22 for changeset a83f6d24c373
b6bee3c9e9a : 7193406: Clean-up JDK Build Warnings in java.util, java.io
366a5c51752 : 7194597: Typeo in com.sun.management.VMOption.toString()
5aa6dd0031c : 7194567: Improve long term persistence of java.beans objects
67b1f9248be : 6981400: Tabbing between textfield do not work properly when ALT+TAB 7157015: [macosx] Situation when KeyEventDispatcher doesn't work on AWT but does on Swing 7121442: Regression : Reopen CR 6458497 still reproducible using JDK 7
7d367a51235 : 7186794: Setter not found. PropertyDescriptor(PropertyDescriptor,PropertyDescriptor)
99bfc33cceb : 7192955: Introspector overide PropertyDescriptor for generic type field defined in super class
9c23b8bad0b : 7151010: Add compiler support for repeating annotations
53024605e43 : Added tag jdk8-b54 for changeset edce301a53ed
18c8f759012 : Added tag jdk8-b54 for changeset 9b806d4f69be
1ee5aecfeb7 : Added tag jdk8-b54 for changeset e0b1a72b7a91
6b75da0827d : Added tag jdk8-b54 for changeset 3799d28d324f
f6008840a0e : Added tag jdk8-b54 for changeset 0b41a071152f
0c6def85cc2 : Added tag jdk8-b54 for changeset bbaf12c708dc
1bd0a0be7d7 : Added tag jdk8-b54 for changeset c5705c72aff8
58a50b25ebc : 7154641: Servicability agent should work on platforms other than x86, sparc
145770ba17e : Added tag jdk7u8-b05 for changeset 960f54631dd7
5b5d196687f : Added tag jdk7u8-b05 for changeset 0e74f72357d9
258ad920c74 : Added tag jdk7u8-b05 for changeset 759e6c7ff129
c2709124ef5 : Added tag jdk7u8-b05 for changeset 779112b11491
ec5140bd537 : Added tag jdk7u8-b05 for changeset 43bb794d846b
7ed8f69e3a3 : Added tag jdk7u8-b05 for changeset 98ab5966e2ce
8be29816497 : Added tag jdk7u8-b05 for changeset 865b2f34d962
1522823da9c : Added tag jdk7u7-b30 for changeset 2237ca10ec6b
c9abd6b2e9d : Added tag jdk7u7-b30 for changeset 82a6a257fd32
ce0205366c4 : Added tag jdk7u7-b30 for changeset 20f47b4283e0
5728144cadf : Added tag jdk7u7-b30 for changeset 4eb67dd15712
fd5fe736859 : Added tag jdk7u7-b30 for changeset 8f73db8a5965
b9c038314db : Added tag jdk7u7-b30 for changeset 0f1d9a3a44d4
303df2bf4d0 : Added tag jdk7u7-b30 for changeset 0d09f25e164b
ac4a9defcaa : 7192887: java/awt/Window/Grab/GrabTest.java still failed (fix failed for CR 7149068)
f51faf2bbea : 7194409: os::javaTimeNanos() shows hot on CPU_CLK_UNHALTED profiles
da65cc45326 : 7160161: Missed safepoint in non-Counted loop
373b8ccd272 : 7191926: Remove MKS dependency in Hotspot regression tests
ce9390d6664 : 7160252: (prefs) NodeAddedEvent was not delivered when new node add when new Node
1621f7f7d14 : 7184287: (prefs) BackingStoreException when calling flush on root node[macosx]
5401c740d5c : Added tag jdk7u7-b10 for changeset 711071a2a707
6569a923253 : Added tag jdk7u7-b10 for changeset 0a8ff3bad5c4
ced0e74f74a : Added tag jdk7u7-b10 for changeset df8de78318f3
3a6f8c3a3aa : Added tag jdk7u7-b10 for changeset 95aa6ffedffd
dabaafecc8b : Added tag jdk7u7-b10 for changeset c9d2252368d5
1b47864e8b2 : Added tag jdk7u7-b10 for changeset 6ebffaf11b8e
a0edb4bc752 : Added tag jdk7u7-b10 for changeset cfb56415188f
18e3872928a : 7124375: [macosx] Focus isn't transfered as expected between components
84603e4d94b : 7189567: java net obselete protocol
31ec802d7e6 : 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag
40c1bd42425 : 7192406: JSR 292: C2 needs exact return type information for invokedynamic and invokehandle call sites
eb2c52c7170 : 7041879: G1: introduce stress testing parameter to cause frequent evacuation failures
aa8948f9742 : 7194662: JSR 292: PermuteArgsTest times out in nightly test runs
e48b871bdc4 : 7194662: JSR 292: PermuteArgsTest times out in nightly test runs
7cc31128eaa : 7179908: Fork hs23.3 hsx from hs22.2 for jdk7u7 and reinitialize build number
52592925619 : 7194612: api/java_lang/invoke/MethodHandles/Lookup/index.html#ExceptionsTests[findVirtualNSME] fails w/ -esa
03930364c82 : 7194612: api/java_lang/invoke/MethodHandles/Lookup/index.html#ExceptionsTests[findVirtualNSME] fails w/ -esa
7f75e401ccd : 7194608: add VerifyLocalVariableTableOnRetransformTest.sh to Problem.list
228b4f6d7f0 : 7093328: JVMTI: jvmtiPrimitiveFieldCallback always report 0's for static primitives
b296b69382c : 7195151: Multiplatform tescase for 6929067
04a9a141937 : 7054345: Support version 52.0 class file in HotSpot
6b158b4089e : 7199068: NPG: SharedSkipVerify is meaningless
d981574a8ac : 7192896: Reason of CertPathValidatorException should be UNDETERMINED_REVOCATION_STATUS if OCSP request failed
0107379c530 : 7186371: [macosx] Main menu shortcuts not displayed (7u6 regression)
25c7724d6e5 : 6962637: TEST_BUG: java/io/File/MaxPathLength.java may fail in busy system
4eda4728cdd : 7194035: update tests for upcoming changes for jtreg
b331a207a1b : 7194035: update tests for upcoming changes for jtreg
3d3ce7eb1b8 : 8001621: Update awk scripts that check output from jps/jcmd
ea2a456c9ee : 7194035: update tests for upcoming changes for jtreg
3edec130c32 : 7194035: update tests for upcoming changes for jtreg
5cc858b77a0 : 7194032: update tests for upcoming changes for jtreg
64f86adbb00 : 7194032: update tests for upcoming changes for jtreg
5c400d3812f : 6963102: Testcase failures sun/tools/jstatd/jstatdExternalRegistry.sh and sun/tools/jstatd/jstatdDefaults.sh
c10db9f8006 : 7194032: update tests for upcoming changes for jtreg
a6d2056388d : 6963102: Testcase failures sun/tools/jstatd/jstatdExternalRegistry.sh and sun/tools/jstatd/jstatdDefaults.sh
e4326b6cc50 : 7194032: update tests for upcoming changes for jtreg
f7c2d784ae4 : 7194472: FileKeyTab.java test fails on Windows
447e7065d20 : 6677625: Move platform specific flags from globals.hpp to globals_<arch>.hpp
f0d08c04f13 : 7148109: C2 compiler consumes too much heap resources
398a74ffa0b : 7192068: (javac) provide a way for IDEs to produce Enclosing Method attributes
66f06a99dcf : 7152121: Krb5LoginModule no longer handles keyTabNames with "file:" prefix
4966edb849e : 7153374: ARM ONLY .. linking problem with new compilers.. Need to use -fPIC
9108824515c : 7193339: Prepare system classes be defined by a non-null module loader
2271c9dfad0 : 7194004: new hotspot build - hs24-b22
da2de44d1a8 : Added tag hs24-b21 for changeset 2ab6bbc9883c
086a6465140 : 7192847: new hotspot build - hs23.4-b02
1cd3c20de66 : Added tag hs23.4-b01 for changeset 628bc85e3ec0
4107d95e889 : 7189136: Fork hs23.5 hsx from hs23.4 for jdk7u9 and reinitialize build number
54f3f7f7ed9 : 7168172: (fs) Files.isReadable slow on Windows
ccd9f0ffaaa : 7193933: More ProblemList.txt updates (8/2012)
2d1e211a101 : 7193601: Build breakage with the fix to 6336885 (build-infra build)
bc512ea101c : 7160609: [macosx] JDK crash in libjvm.dylib ( C [GeForceGLDriver+0x675a] gldAttachDrawable+0x941)
ed711d4ca77 : 7160609: [macosx] JDK crash in libjvm.dylib ( C [GeForceGLDriver+0x675a] gldAttachDrawable+0x941)
a1e20b1d0ae : 7193169: The code example in javadoc of Component.java misses 'implements' keyword
25fe6a4c378 : Added tag jdk8-b53 for changeset f7a4c716de5d
428409a29bb : Added tag jdk8-b53 for changeset 08dbb62358cb
5099c5a4d07 : Added tag jdk8-b53 for changeset c45e8803a82b
badee55a595 : Added tag jdk8-b53 for changeset e18b2f956052
17a596280e4 : Added tag jdk8-b53 for changeset 441121a0bcde
489be4fd9b2 : Added tag jdk8-b53 for changeset 7953230add35
abfcb957227 : Added tag jdk8-b53 for changeset ead6122c3c52
fbcc3da64fc : 7192965: assert(is_aligned_sets(size)) failed: mask is not aligned, adjacent sets
7e51cd125da : 7192804: Build should not install jvisualvm man page for OpenJDK
3800b44b13d : 7191587: (se) SelectionKey.interestOps does not defer changing the interest set to the next select [macosx]
cd118009c86 : 7193463: Improve registering signal handlers in java.lang.Terminator.setup()
68bbfe24e7e : 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
c75fc3a69fc : 7193157: G1: Make some develpflags available in product builds
6dbe18d7029 : 7193157: G1: Make some develpflags available in product builds
838401cfe8d : 6776941: Improve thread pool shutdown
1193ef2418f : 6776941: Improve thread pool shutdown
2414c54cc12 : 7200500: Launcher better input validation
f9122bd3fd3 : 7200499: Better data validation for options
ef7ede903e9 : 7186946: Refine unpacker resource usage
0c4da1ece18 : 7186957: Improve Pack200 data validation
1ee5b4509e4 : 7186945: Unpack200 improvement
e2a34e4d9e5 : 7186948: Improve Swing data validation
c4f31fd22e9 : 7200493: Improve cache handling
f36ef09388c : 7192393: Better Checking of order of TLS Messages
69a6be03057 : 7173145: Improve in-memory representation of splashscreens
6db7c894093 : Added tag jdk7u8-b04 for changeset 44c6ed8cfe86
07ca3a72312 : Added tag jdk7u8-b04 for changeset acccb90aed31
5e67135f474 : Added tag jdk7u8-b04 for changeset ce41a08a994d
ce6e0e424eb : Added tag jdk7u8-b04 for changeset cec07c35ff77
6ff3e43f74f : Added tag jdk7u8-b04 for changeset 0a3f353dc24f
ebf9ebd6b90 : Added tag jdk7u8-b04 for changeset a3f0f0e56e6c
ab8f1adeab0 : Added tag jdk7u8-b04 for changeset e9753f3ee9a9
37b7029f325 : 7189567: java net obselete protocol
cbfca3259c9 : 7192963: assert(_in[req-1] == this) failed: Must pass arg count to 'new'
792b00972aa : 7171824: assert(_offset >= 1) failed: illegal call to offset()
0da8122bb64 : 7197100: new hotspot build - hs23.6-b03
405f5a75cd4 : 7171824: assert(_offset >= 1) failed: illegal call to offset()
61a5d47ae67 : 7189350: Fix failed for CR 7162144
12a13d5682e : 7197652: Impossible to run any signed JNLP applications or applets, OCSP off by default
6d8fa095b30 : 7192916: Hotspot development launcher should use DYLD_LIBRARY_PATH on OS X
ef4102148a7 : 7192964: assert(false) failed: bad AD file
61493cd92e0 : 7185699: G1: Prediction model discrepancies
73ff23b7f78 : 6336885: RFE: Locale Data Deployment Enhancements 4609153: Provide locale data for Indic locales 5104387: Support for gl_ES locale (galician language) 6337471: desktop/system locale preferences support 7056139: (cal) SPI support for locale-dependent Calendar parameters 7058206: Provide CalendarData SPI for week params and display field value names 7073852: Support multiple scripts for digits and decimal symbols per locale 7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat 7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales 7151414: (cal) Support calendar type identification 7168528: LocaleServiceProvider needs to be aware of Locale extensions 7171372: (cal) locale's default Calendar should be created if unknown calendar is specified
a14e902e922 : 7192167: JSR 292: C1 has old broken code which needs to be removed
384650cb3e7 : 7192128: G1: Extend fix for 6948537 to G1's BOT
ae25fd53b68 : 7132889: (se) AbstractSelectableChannel.register and configureBlocking not safe from asynchronous close
9ef68c62d13 : 6866747: J2SE_Swing_Reg:can not see any HSB tab
610a183b8ac : 7189103: Executors needs to maintain state
504f41de5de : 7192744: fix up tests to accommodate jtreg spec change
04c6a7ce100 : 7190310: Inlining WeakReference.get(), and hoisting $referent may lead to non-terminating loops
e3c3c8527ed : 6340864: Implement vectorization optimizations in hotspot-server
6214b5d9062 : 7181320: javac NullPointerException for switch labels with cast to String expressions
e81dadf1121 : 7191777: test/java/lang/ProcessBuilder/Basic.java failing intermittently due to additions for 4244896
b884fcc43d3 : 7189112: java.beans.Introspector misses write methods
65713fce9ae : 7188612: JTable's AccessibleJTable throws IllegalComponentStateException instead of null
d35a91d60d3 : 7192202: Make sure keytool prints both unknown and unparseable extensions
edd2d4ce864 : 7191467: (fs) WatchService periodically fails to queue ENTRY_DELETE event for short lived file [sol11]
280b56b270a : 7192275: Minimize LogManager dependencies on java.beans
c1ee469435d : 7192449: fix up tests to accommodate jtreg spec change
5ecf4c013d0 : 7191102: nightly failures after JSR 292 lazy method handle update (round 3)
9d9d7877aac : 7191102: nightly failures after JSR 292 lazy method handle update (round 3)
865bb6f9595 : Added tag jdk7u6-b31 for changeset 711071a2a707
e7469a0cb7b : Added tag jdk7u6-b31 for changeset 5fa760028c9a
63492cb1ae4 : Added tag jdk7u6-b31 for changeset df8de78318f3
ff79722f7b7 : Added tag jdk7u6-b31 for changeset 95aa6ffedffd
6d4b629556f : Added tag jdk7u6-b31 for changeset 52e644468d6b
060d5d813c5 : Added tag jdk7u6-b31 for changeset 6ebffaf11b8e
196e4c737fa : Added tag jdk7u6-b31 for changeset cfb56415188f
e357b7512aa : 7191547: XMLEventFactory.newFactory(String factoryId, ClassLoader loader) does not work as expected
5d2e65169c4 : 7191547: XMLEventFactory.newFactory(String factoryId, ClassLoader loader) does not work as expected
d07131ac672 : 7190750: (pack200) the java unpacker produces non spec. compliant classfile with lambda classfiles
3be453e452c : 7191322: add test for 7064927 to java.lang.instrument
630647752ab : 6500133: REGRESSION: CertificateParsingException for CRL Distribution Point with blank
5aa8e80d0bc : 7190597: Nimbus: regtest for 4235420 fails
6a7bd4b00cc : 7191275: Cleanup OS specific blocks in PlainDatagramSocketImpl.c to support more unix-like platforms
3504e5bcfad : 7150594: VM chash in JCK api/java_awt/Image/ConvolveOp/ tests for 64 bit jdk8 on linux
982db354473 : Added tag jdk8-b52 for changeset 2d183808d5fd
9f4a2d95ee2 : Added tag jdk8-b52 for changeset 81d8f7cbdcbc
84503031907 : Added tag jdk8-b52 for changeset 0408deebe989
664534610e5 : Added tag jdk8-b52 for changeset 249b4f59d330
22d6b39dc8a : Added tag jdk8-b52 for changeset c2e1881d85fa
1c60d4521b5 : Added tag jdk8-b52 for changeset 3a6dd182033b
2885a2198f9 : Added tag jdk8-b52 for changeset 0e6fd20fd7a4
9f27d2af4c0 : 7189103: Executors needs to maintain state
9618fb91e4a : 7132247: java/rmi/registry/readTest/readTest.sh failing with Cygwin
3c326203b33 : 7144861: speed up RMI activation tests
4c397fb8503 : 6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently
adb1e24ac4c : 7171812: [macosx] Views keep scrolling back to the drag position after DnD
1fc6ddb1d06 : 7175183: [macosx] Objective-C exception thrown when switching monitor configuration
7a1286fe843 : 7187834: [macosx] Usage of private API in macosx 2d implementation causes Apple Store rejection
ca9c974b48e : 7194469: Pressing the Enter key results in an alert tone beep when focus is TextField
77e5e280cb8 : 7191587: (se) SelectionKey.interestOps does not defer changing the interest set to the next select [macosx]
e2a0551c240 : 7195063: [TEST] jtreg flags com/sun/corba/cachedSocket/7056731.sh with Error failure
6b186c12384 : 7132247: java/rmi/registry/readTest/readTest.sh failing with Cygwin
16c1be5ff67 : 7191892: ProblemList.txt updates (8/2012)
3261af24cf2 : 7191556: (fs) UnixNativeDispatcher.getextmntent should be moved into platform specific code
9573fdd192b : 7185965: Build error in javadoc make stage for bundles not containing crypto package
5f5ef86b42d : 7056731: Race condition in CORBA code causes re-use of ABORTed connections
103c0de71e9 : 7185965: Build error in javadoc make stage for bundles not containing crypto package
b9fda6fcd8d : 7056731: Race condition in CORBA code causes re-use of ABORTed connections
53ae283dfcc : 7056731: Race condition in CORBA code causes re-use of ABORTed connections
6490b69f576 : 7056731: Race condition in CORBA code causes re-use of ABORTed connections
e284fe5f5a9 : 7191765: make jdk8 the default jprt release for hs24
e892fb5b1d5 : 6931128: (spec) File attribute tests fail when run as root
12a8d128630 : 7191449: update copyright year to match last edit in jdk8 langtools repository
e5fbf014899 : 7189490: More improvements to DomainCombiner checking
1ec7522737e : 7110151: Use underlying platform's zlib library for Java zlib support
6db39dc542c : 7172187: [macosx] JAWT native CALayer not positioned over Canvas
741d368217d : 7190543: Nimbus LaF: regression: JSplitPane is not opaque -- or should it?
24d3fc39dde : 7190550: REGRESSION: Some closed/com/oracle/jfr/api tests fail to compile becuse of fix 7185245
818c47e9444 : 7189490: More improvements to DomainCombiner checking
ce9faa46922 : 7190813: (launcher) RPATH needs to have additional paths
5bc134a53b0 : 7191124: Optimized build is broken due to inconsistent use of DEBUG_ONLY and NOT_PRODUCT macros in NMT
45a49cb9697 : Added tag jdk7u6-b30 for changeset cc52ed8047cb
848e809666a : Added tag jdk7u6-b30 for changeset 34655036f886
bff41feaccc : Added tag jdk7u6-b30 for changeset 6f1d94cd9086
f6be72a87b4 : Added tag jdk7u6-b30 for changeset 7d88b075bac1
2aab4cf1750 : Added tag jdk7u6-b30 for changeset 69bf03aebd2a
920804da0a6 : Added tag jdk7u6-b30 for changeset b1fa80d35f2c
d96dfe23324 : Added tag jdk7u6-b30 for changeset baaf04707b63
8f7cec559fe : Added tag jdk7u8-b03 for changeset 9014d544e00f
fab0596ef11 : Added tag jdk7u8-b03 for changeset d41ceaea64ca
84fe90b2980 : Added tag jdk7u8-b03 for changeset 242a279778cb
12bec2308e1 : Added tag jdk7u8-b03 for changeset 77ebc289d55a
0eed32f7bee : Added tag jdk7u8-b03 for changeset 11eaaea01a82
f324330429e : Added tag jdk7u8-b03 for changeset d265f5f46e8c
22cdff84b92 : Added tag jdk7u8-b03 for changeset 04d5814aae52
d78db85100d : 7177144: [macosx] Drag and drop not working (regression in 7u6)
402fcded143 : 7159381: [macosx] Dock Icon defaults to Generic Java Application Category
4bd6fb3f68e : 7161437: [macosx] awt.FileDialog doesn't respond appropriately for mac when selecting folders
6c2dd79382c : 7190254: NetworkInterface getFlags implementation should support full integer bit range for flags value
cb721017c44 : 7132889: (se) AbstractSelectableChannel.register and configureBlocking not safe from asynchronous close
48e5b771c7d : 7189611: Venezuela current Currency should be Bs.F
91a90ed7872 : 7188755: Crash due to missing synchronization on gconf_client in DefaultProxySelector.c
0765c9f0ab7 : 7184815: [macosx] Need to read Kerberos config in files
7fce0f3d757 : 7150594: VM chash in JCK api/java_awt/Image/ConvolveOp/ tests for 64 bit jdk8 on linux
67c11796891 : 7194472: FileKeyTab.java test fails on Windows
f2eb1676e3b : 7168172: (fs) Files.isReadable slow on Windows
120267aa227 : 7167780: Hang javasoft.sqe.tests.api.javax.swing.Timer.Ctor2Tests
77a0aca1ed5 : 7152121: Krb5LoginModule no longer handles keyTabNames with "file:" prefix
32647908e5c : 7160609: [macosx] JDK crash in libjvm.dylib ( C [GeForceGLDriver+0x675a] gldAttachDrawable+0x941)
5d59ed5a93b : 7189112: java.beans.Introspector misses write methods
3651d266a91 : 7189350: Fix failed for CR 7162144
4e28ce96d0a : 7190772: new hotspot build - hs24-b21
c99e9bbc0f1 : 7190512: Fix for 7181175 broke hotspot/make/windows/create.bat builds
de7d70ee062 : Added tag hs24-b20 for changeset 25eb3939c390
c686ed0e62f : Added tag jdk7u6-b24 for changeset bd5c0c03a418
84c974ce667 : Added tag jdk7u6-b24 for changeset 6c3bb6666f72
85ece20cc70 : Added tag jdk7u6-b24 for changeset c7a7cebacce6
c513fd2acde : Added tag jdk7u6-b24 for changeset 0a0af0dd4e4e
13534269a95 : Added tag jdk7u6-b24 for changeset c100ef411e71
69074571f59 : Added tag jdk7u6-b24 for changeset 23aeb903c310
324436dc621 : Added tag jdk7u6-b24 for changeset 514ebade13e3
79c6a614548 : Added tag jdk8-b51 for changeset 716ed0cb0cea
ff0c2855780 : Added tag jdk8-b51 for changeset 1325e8a540e5
2db20e0e30e : Added tag jdk8-b51 for changeset d63c06178ebc
fd4e1e725fa : Added tag jdk8-b51 for changeset f333428be769
923215d482a : Added tag jdk8-b51 for changeset 90fa336b0a49
defa61a4fc5 : Added tag jdk8-b51 for changeset 0efd681d5f54
65699480fc3 : Added tag jdk8-b51 for changeset 3cb655c7a1f2
41a8e7c437b : 7190416: JSR 292: typo in InvokerBytecodeGenerator.getConstantPoolSize
bc7a239b908 : 7190416: JSR 292: typo in InvokerBytecodeGenerator.getConstantPoolSize
4f5a96bc8b5 : 7188442: rename java.lang.annotation.ContainerAnnotation to ContainedBy
790c4cdceca : 7190945: pkcs11 problem loading NSS libs on Ubuntu
492ac282bf7 : 7190254: NetworkInterface getFlags implementation should support full integer bit range for flags value
f349c3da24b : 7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
d947b5d95aa : 7188755: Crash due to missing synchronization on gconf_client in DefaultProxySelector.c
a44a57d7b67 : 7185471: Avoid key expansion when AES cipher is re-init w/ the same key
919dca60245 : 7107616: scalability bloker in javax.crypto.JceSecurityManager
21f7aaed741 : 7107613: scalability bloker in javax.crypto.CryptoPermissions
c0dc8e53b5d : 7187962: sun.security.pkcs11.P11DSAKeyFactory.implTranslatePublicKey doesn't check if params is null
ff93896a39b : 7189363: Regex Pattern compilation buggy for special sequences
12ab6cc327e : 7183753: [TEST] Some colon in the diff for this test
bf010afd880 : 7189946: Incorrect copyright header in ExpertTaglet.java
1919559c81d : 7190130: make jdk7u8 the default jprt release for hs23.4
0371526c98d : 7189729: jprt.properties should include release jdk7u8
53ca0e022dd : 7190118: new hotspot build - hs23.4-b01
b6622dce735 : 7153374: ARM ONLY .. linking problem with new compilers.. Need to use -fPIC
0e0cf5a3045 : Added tag jdk7u7-b02 for changeset 13a71e15dba6
ddf3135caaa : Added tag jdk7u7-b02 for changeset 4da3532a6dca
d07d0a1f187 : Added tag jdk7u7-b02 for changeset d020f5912f58
daee331ac78 : Added tag jdk7u7-b02 for changeset 101b0f08e313
f2460e533be : Added tag jdk7u7-b02 for changeset c626b32ee276
5d2bd516b1c : Added tag jdk7u7-b02 for changeset 28f07ea1987c
8fcbe6cb6a9 : Added tag jdk7u7-b02 for changeset 18a209aabee6
97245830226 : 7178324: Crash when compiling for(i : x) try(AutoCloseable x = ...) {}
60ea1205b76 : 7189944: (launcher) test/tools/launcher/Arrrrghs.java needs a couple of minor fixes
56779e429b4 : 7189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPool
b3ebff94abb : 7189533: GetJavaProperties should free temporary file if subsequent allocations fails
f2ecdd24585 : 7185245: Licensee source bundle tries to compile JFR
e622fcdc276 : 7188911: nightly failures after JSR 292 lazy method handle update (round 2)
4367a0bf1f1 : 7188911: nightly failures after JSR 292 lazy method handle update (round 2)
e52fc3fb2cd : 7188911: nightly failures after JSR 292 lazy method handle update (round 2)
bcc326ee5b3 : Added tag jdk7u6-b23 for changeset 7e29e2927529
7317d2637c7 : Added tag jdk7u6-b23 for changeset 0ad4c5f7447a
f934d341da7 : Added tag jdk7u6-b23 for changeset 867a7c97ee7a
84e0c7de7f6 : Added tag jdk7u6-b23 for changeset 004adb4dc9b2
304ce62b646 : Added tag jdk7u6-b23 for changeset c6adcfe40e1c
2afc8a24a41 : Added tag jdk7u6-b23 for changeset 00465a4bf869
3a705d27faf : Added tag jdk7u6-b23 for changeset f5e9ce9ded2e
eee7b367a1f : 7189729: jprt.properties should include release jdk7u8
3ba6a2dff8d : 7076644: TEST_BUG: test/java/io/File/Basic.java fails with cygwin
fb21f799bdd : 7083664: TEST_BUG: test hard code of using c:/temp but this dir might not exist
558d6f3a7b3 : Added tag jdk7u8-b02 for changeset 702326557405
d1c85f42797 : Added tag jdk7u8-b02 for changeset 24ddc8af5ae2
60c5156b3da : Added tag jdk7u8-b02 for changeset 459533108e88
9d736886deb : Added tag jdk7u8-b02 for changeset dfeaba7b676d
91ad30a42ae : Added tag jdk7u8-b02 for changeset 9b20c0015fea
aa3819b7497 : Added tag jdk7u8-b02 for changeset 7241968ea019
bbc9cb45cb3 : Added tag jdk7u8-b02 for changeset fc7b5ef95613
6b6c6a1698a : 7184326: TEST_BUG: java/awt/Frame/7024749/bug7024749.java has a typo
dbe25e46f30 : 7116786: RFE: Detailed information on VerifyErrors
3234f913bb7 : 6818524: G1: use ergonomic resizing of PLABs
03195ba6c29 : 7143535: ScriptEngine corrected permissions
6c6a9571214 : 7181175: Enable builds on Windows with MinGW/MSYS
82446583c41 : 7189086: new hotspot build - hs24-b20
8651eaa7850 : Added tag hs24-b19 for changeset a8397f4de214
647686bc38f : 7182135: Impossible to use some editors directly
aad3b8b88e1 : 7194567: Improve long term persistence of java.beans objects
50c23d566fc : 7182135: Impossible to use some editors directly
6ddb48d9c89 : 7187876: ClassCastException in TCPTransport.executeAcceptLoop
6c923633cb2 : 7189944: (launcher) test/tools/launcher/Arrrrghs.java needs a couple of minor fixes
655e55d7090 : 7151434: java -jar -XX crashes java launcher
842175df7c5 : 7146424: Wildcard expansion for single entry classpath
f001b9eb530 : 7187876: ClassCastException in TCPTransport.executeAcceptLoop
80335ce2806 : Added tag jdk8-b50 for changeset 1081f6a5c2ef
10862691675 : Added tag jdk8-b50 for changeset 9e9deec19f0f
d461ecc60db : Added tag jdk8-b50 for changeset 4b4d56b18674
1b9d38a1232 : Added tag jdk8-b50 for changeset c0935ebf58d0
04cd1ed8a09 : Added tag jdk8-b50 for changeset 91311c4d5882
4fcfbee1219 : Added tag jdk8-b50 for changeset 48c6010d07a1
7db4eb4efd2 : Added tag jdk8-b50 for changeset 3d3a1c3550f3
4dc77e5a9de : 7188168: 7071904 broke the DEBUG_BINARIES option on Linux
4a848cf3e5f : 7188168: 7071904 broke the DEBUG_BINARIES option on Linux
b1457fe8145 : 7187104: Inference cleanup: remove redundant exception classes in Infer.java
a39622326e2 : 7175538: Integrate efectively final check with DA/DU analysis
b03ad3ae096 : 7175911: Simplify error reporting API in Check.CheckContext interface
1bbbba58c1f : 7026347: Certificate and X509CRL should have verify(PublicKey key, Provider sigProvider)
d2dcf64b529 : Added tag jdk7u6-b22 for changeset 20c5cbe57240
92c57b7093e : Added tag jdk7u6-b22 for changeset 6319568e570c
ec60fd53c5e : Added tag jdk7u6-b22 for changeset bdbe33f656e1
29b2e19d703 : Added tag jdk7u6-b22 for changeset a167772d95a3
66182b6797d : Added tag jdk7u6-b22 for changeset b7d65aa6f40d
04b2b31356b : Added tag jdk7u6-b22 for changeset b1f1be23dda5
f463898b1c4 : Added tag jdk7u6-b22 for changeset 6540ba7b0c76
e409ee94ae6 : 7188276: JSR 292: assert(ct == T_OBJECT) failed: rt=T_OBJECT, ct=13
a13f3bdad85 : 7185614: NMT ON: "check by caller" assertion failed on nsk ThreadMXBean test 7187429: NMT ON: Merge failure should cause NMT to shutdown
d8dce911412 : 6844255: Potential stack corruption in GetJavaProperties
ebeff89a892 : 7188227: VM should recognize M-series SPARC
d52b3a7eb70 : 7129723: MAC: Some regression tests need to recognize Mac OS X platform
771200f58c4 : 7179715: OCSP revocation checking fails if the signer certificate is identified using the key ID
7c357b0628e : 7186278: Build error after CR#6995781 / 7151532 with GCC 4.7.0
1dcdc944c9f : Added tag jdk7u8-b01 for changeset eeb325442d8b
56a25d28fe3 : Added tag jdk7u8-b01 for changeset 08ccddc1a559
eb7fcea3049 : Added tag jdk7u8-b01 for changeset d1c3c5f7366b
8b07a69f5e5 : Added tag jdk7u8-b01 for changeset 5ae94cccef5d
63a6e81cee8 : Added tag jdk7u8-b01 for changeset 04e5fa54cc14
176e9070c2d : Added tag jdk7u8-b01 for changeset 25c6d190237b
a4e5602bed9 : Added tag jdk7u8-b01 for changeset 571acb0db4a9
8ab8ef182ea : 7146424: Wildcard expansion for single entry classpath
91bc3af5602 : 7188114: (launcher) need an alternate command line parser for Windows
c0283983eb8 : 7188114: (launcher) need an alternate command line parser for Windows
b5bee4c17ee : 7188852: Move implementation of De/Inflater.getBytesRead/Writtten() to java from native
4e5c88a7fe0 : 7120665: Change Java SE spec so that external networking not required
5e05a0d5928 : 7187454: stack overflow in C2 compiler thread on Solaris x86
5515df5c319 : 7186778: MachO decoder implementation for MacOSX
26f36a5cd0c : 7184365: closed/java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest fails
3851c96f71a : 7187618: PropertyDescriptor Performance Slow
f4ac5f79567 : 7185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java failing intermittently [win]
1c29d4299bf : 7186286: TLS implementation to better adhere to RFC
0934143a812 : 7186111: fix bugs in java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup
1625e2019e1 : 7186111: fix bugs in java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup
dafee02d325 : 7187463: new hotspot build - hs24-b19
5e72278e621 : Added tag jdk7u6-b21 for changeset eeb325442d8b
d7914ec166f : Added tag jdk7u6-b21 for changeset 126a6fc455da
93c69c95ee5 : Added tag jdk7u6-b21 for changeset d1c3c5f7366b
cd7672fc6ae : Added tag jdk7u6-b21 for changeset 63bccefaf2f6
b9eb5785cc8 : 7187290: nightly failures after JSR 292 lazy method handle update
90c813edcac : Added tag jdk7u6-b21 for changeset 04e5fa54cc14
e6743ac7363 : Added tag jdk7u6-b21 for changeset 25c6d190237b
dfa162d5600 : Added tag jdk7u6-b21 for changeset 7868a79729d2
558e1362a94 : 6914123: (str) Missing synchronization in java.lang.String#contentEquals(CharSequence)
3f2effb856b : Added tag hs24-b18 for changeset bf02c20037ae
4852f8a9951 : 7149068: java/awt/Window/Grab/GrabTest.java failed
3cf0eca766e : Added tag jdk8-b49 for changeset b47c53dc4c45
707c3b054a8 : Added tag jdk8-b49 for changeset be20c8b5a9da
fb21a08d027 : Added tag jdk8-b49 for changeset 521a481677ff
2197a8fbd06 : Added tag jdk8-b49 for changeset 23117496a054
4ea3138612c : Added tag jdk8-b49 for changeset 9e2de5dca700
5a3b41290fa : Added tag jdk8-b49 for changeset 530f4983fc73
9e1309ade2d : Added tag jdk8-b49 for changeset f66321de53db
338bf6e0b18 : 7187046: Crash in ClassFileParser on solaris-ia32 during RetransformClasses
cf1a05647cf : 7179879: SSLSocket connect times out instead of throwing socket closed exception
37f0895031f : 7179879: SSLSocket connect times out instead of throwing socket closed exception
cac7fc8e122 : 7187051: ShortRSAKeynnn.sh tests should do cleanup before start test
6df6ad7c762 : 7184145: (pack200) pack200 --repack throws NullPointerException when JAR file specified without path
e55dd14a45a : 7186829: test/sun/nio/cs/OLD/JIS_X_0201_OLD.java failed in jdk8 TL nightly build
3d203e885dc : 7185678: java/awt/Menu/NullMenuLabelTest/NullMenuLabelTest.java failed with NPE
79a36f32ee5 : 7185678: java/awt/Menu/NullMenuLabelTest/NullMenuLabelTest.java failed with NPE
79228b75d42 : 4650871: Classes in sunw.* should be removed from workspace and rt.jar
d25cab64cdf : 7177040: Deadlock between PostEventQueue.noEvents, EventQueue.isDispatchThread and SwingUtilities.invokeLater
30ec391b795 : 7167780: Hang javasoft.sqe.tests.api.javax.swing.Timer.Ctor2Tests
efcf422fb08 : 7176485: (bf) Allow temporary buffer cache to grow to IOV_MAX
025b35ce7a8 : 8000297: REGRESSION: closed/java/awt/EventQueue/PostEventOrderingTest.java fails
39e7d7c03b0 : 8000285: Deadlock between PostEventQueue.noEvents, EventQueue.isDispatchThread and SwingUtilities.invokeLater
d593425dc35 : 8000286: [macosx] Views keep scrolling back to the drag position after DnD
e58d6ccfd97 : 7146424: Wildcard expansion for single entry classpath
c1beb9376e3 : 7188114: (launcher) need an alternate command line parser for Windows
9b4da3fa504 : 7184287: (prefs) BackingStoreException when calling flush on root node[macosx]
b9fa2e4fb93 : 6653797: Reimplement JDK charset repository charsets.jar
12901d0e5b9 : 7023639: JSR 292 method handle invocation needs a fast path for compiled code 6984705: JSR 292 method handle creation should not go through JNI
79ccbeb66a8 : 7023639: JSR 292 method handle invocation needs a fast path for compiled code 6984705: JSR 292 method handle creation should not go through JNI
360d5128547 : 7023639: JSR 292 method handle invocation needs a fast path for compiled code 6984705: JSR 292 method handle creation should not go through JNI
8007dfcd9b8 : 7129800: [macosx] Regression test OverrideRedirectWindowActivationTest fails due to timing issue
58aa6e97a4f : 7185576: Need to consider the connection timeout at test/com/sun/jndi/ldap/InvalidLdapFilters.java
9c1a70644aa : 7185512: The printout doesn't match image on screen
8c3e408bcf3 : 7184951: [macosx] Exception at java.awt.datatransfer on headless mode (only in GUI session)
3caaf6a13de : 7179796: GSSExceptionImpl outputs duplicate mech oid
5a456b09911 : 7185550: TEST: runtime/7020373/Test7020373.sh fails because there is no test/runtime/7020373/testcase.jar
893817c28d7 : 7185775: new hotspot build - hs24-b18
5ca5cc7488d : Added tag hs24-b17 for changeset bc3545585f1d
ca56ab97bee : Added tag jdk8-b48 for changeset 9d19a5f8d2ad
d6470ba9cb7 : Added tag jdk8-b48 for changeset b070f2471114
d31d68b07c4 : Added tag jdk8-b48 for changeset 2bd7c6c12449
6140c462db7 : Added tag jdk8-b48 for changeset ff4cbdd893ef
7c2cc82bb54 : Added tag jdk8-b48 for changeset 16ab57e58669
6e4646ad87b : Added tag jdk8-b48 for changeset 7a93e19ba08f
98cf9a3c0b3 : Added tag jdk8-b48 for changeset 60b5f491c654
f8546f3fad5 : 7184845: Apps6: menu tree bean in form throws npe in jre 7 while closing
cd7e4aab712 : 7185512: The printout doesn't match image on screen
f28b4889946 : 7180036: Build failure in Mac platform caused by fix # 7163201
ffc9ae12456 : 7163201: Simplify toolkit internals references
5f514127836 : 7183701: [TEST] closed/java/beans/security/TestClassFinder.java - compilation failed
656946f6bbf : 6633549: (dc) Include-mode filtering of IPv6 sources does not block datagrams on Linux
a500ec1f9c1 : 7191556: (fs) UnixNativeDispatcher.getextmntent should be moved into platform specific code
1f01abdedad : 7192887: java/awt/Window/Grab/GrabTest.java still failed (fix failed for CR 7149068)
dad0499822b : 6633549: (dc) Include-mode filtering of IPv6 sources does not block datagrams on Linux
3db0a0443c0 : 7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout
53170d594f1 : 7180907: Jarsigner -verify fails if rsa file used sha-256 with authenticated attributes
d9e291c57c8 : 7184401: JDk7u6 : Missing main menu bar in Netbeans after fix for 7162144
0048589a093 : 7183251: Netbeans editor renders text wrong on JDK 7u6 build
ddeb344647f : 7182902: [macosx] Test api/java_awt/GraphicsDevice/indexTGF.html#SetDisplayMode fails on Mac OS X 10.7
f1d5df35731 : 7130915: File.equals does not give expected results when path contains Non-English characters on Mac OS X
f3bd05e257f : 7199708: FileChooser crashs when opening large folder
cad84d35ea0 : 8001208: Fix for KRB5CCNAME not complete
271ac61fa56 : 7172826: (se) Selector based on the Solaris event port mechanism
e54943008f9 : 7199249: TEST_BUG : Add /othervm to Collisions.java @run main with -D definitions
8fb48b4029f : 7198988: re-order paramaters for Collision.java @run
b216b7871c8 : 7189926: Reduce test size for default run. Add additional run enabling alternative hashing
b8e22f57d14 : 7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again
9ba4c83a4c4 : 7198073: (prefs) user prefs not saved [macosx]
f3b6c37fccf : 8000955: Hashtable.Entry.hashCode() does not conform to Map.Entry.hashCode() defined behaviour
c0befa764ca : 8000487: Java JNDI connection library on ldap conn is not honoring configured timeout
067447f6c6c : 7130915: File.equals does not give expected results when path contains Non-English characters on Mac OS X
a6580a7e632 : 7114678: G1: various small fixes, code cleanup, and refactoring
feceda537f8 : 7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name
d74533b1ebd : 7081476: test/java/net/InetSocketAddress/B6469803.java failing intermittently
a221e99ad1d : 7177144: [macosx] Drag and drop not working (regression in 7u6)
9134e382877 : 7181027: [macosx] Unable to use headless mode
5f81b7f30d9 : 7124330: [macosx] javax.swing.JComboBox throws unexpected ClassCastException
f9083712dd5 : 7182543: NMT ON: Aggregate a few NMT related bugs
e85c6de35fe : 7170657: [macosx] There seems to be no keyboard/mouse action to select non-contiguous items in List
941eb443f09 : Added tag jdk7u6-b20 for changeset 8c2645c80f9b
991b83c6959 : Added tag jdk7u6-b20 for changeset 3ba2d9304862
3214561c750 : Added tag jdk7u6-b20 for changeset f09cb6baa46e
9b9dae9bccc : Added tag jdk7u6-b20 for changeset d7d6beb6a0d2
36c9e3b54b5 : Added tag jdk7u6-b20 for changeset 8c323c902d54
3e43b13b80b : Added tag jdk7u6-b20 for changeset ee4b83d08cd0
767655a60f9 : Added tag jdk7u6-b20 for changeset a874d71c2774
c542e8e7b7e : 7185051: Remove TestProviderLeak.java from the ProblemList
94f61c976b1 : 7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name
3eb93f230cc : 7184943: fix failing test com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java 7184946: fix failing test com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java
ce4ebf2f740 : 7142596: RMI JPRT tests are failing
02615f1c67e : 7161437: [macosx] awt.FileDialog doesn't respond appropriately for mac when selecting folders
31c8ec3ced8 : 7183753: [TEST] Some colon in the diff for this test
811a20ee54a : 7184943: fix failing test com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java 7184946: fix failing test com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java
14e75d338bc : 7182902: [macosx] Test api/java_awt/GraphicsDevice/indexTGF.html#SetDisplayMode fails on Mac OS X 10.7
bba3260a52d : 7053586: TEST: runtime/7020373/Test7020373.sh fails on 64-bit platforms
50e0a37ed96 : 7183053: Optimize DoubleByte charset for String.getBytes()/new String(byte[])
062fbe8cad3 : 7183251: Netbeans editor renders text wrong on JDK 7u6 build 17
7ac8896f1df : 7182260: G1: Fine grain RSet freeing bottleneck
6fdfe86bbdd : 7184772: G1: Incorrect assert in HeapRegionLinkedList::add_as_head()
7e2522f2837 : 7173712: G1: Duplicated code in G1UpdateRSOrPushRefOopClosure::do_oop_nv()
c25dd162334 : 7142596: RMI JPRT tests are failing
e99cc14fc59 : 7177040: Deadlock between PostEventQueue.noEvents, EventQueue.isDispatchThread and SwingUtilities.invokeLater
d7f3ef3fb73 : 7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified
59f0c66299b : 7183203: ShortRSAKeynnn.sh tests intermittent failure
8c0bafddc3e : 7183203: ShortRSAKeynnn.sh tests intermittent failure
15f4203b0fd : 7181494: cleanup avx and vectors code
50bf3b7bdcb : 7177045: Rework the TestProviderLeak.java regression test, it is too fragile to low memory errors
317421f6e63 : 6880559: Enable PKCS11 64-bit windows builds
b530224aad8 : 6880559: Enable PKCS11 64-bit windows builds
62ce00b4ca9 : 7147464: Java crashed while executing method with over 8k of dneg operations
889ba613697 : 7184406: Adjust get_source/hgforest script to allow for trailing // characters
96390530841 : 7184406: Adjust get_source/hgforest script to allow for trailing // characters
2abe8579def : 7184406: Adjust get_source/hgforest script to allow for trailing // characters
85acaf777ca : 6625113: Add the normalize and rmkw perl script to the openjdk repository or openjdk site?
19ea8f720f9 : 7087357: JSR 292: remove obsolete code after 7085860
196abe25233 : 7181986: NMT ON: Assertion failure when running jdi ExpiredRequestDeletionTest
1bb1a8008c6 : 7181989: NMT ON: Assertion failure when NMT checks thread's native stack base address
c0a96ff2a4b : 7183754: Test runtime/6294277/Test6294277.sh runs wrong JVM
62614472054 : 7170657: [macosx] There seems to be no keyboard/mouse action to select non-contiguous items in List
5ef289c76b7 : 7181438: [OGL] Incorrect alpha used, during blit from SW to the texture
3c9f53969ab : 7184145: (pack200) pack200 --repack throws NullPointerException when JAR file specified without path
27e9d6f36d5 : 7123926: Some CTW test crash: !_control.contains(ctrl)
29739d16eeb : 7160252: (prefs) NodeAddedEvent was not delivered when new node add when new Node
b5cfc76c1e0 : 7184050: new hotspot build - hs24-b17
8aaf8673f1a : Added tag hs24-b16 for changeset 3db9eaf7c6ab
c0bb6795173 : Added tag hs23.2-b09 for changeset b49b878205e6
0e9cfc3c530 : 7166896: DocumentBuilder.parse(String uri) is not IPv6 enabled. It throws MalformedURLException
88f70c283a9 : 7182135: Impossible to use some editors directly
61e86082ea4 : 7181027: [macosx] Unable to use headless mode
730260ccf07 : 7182500: OCSP revocation checking fails if OCSP responce does not contain certificates
9869573f33b : 7180907: Jarsigner -verify fails if rsa file used sha-256 with authenticated attributes
340f4947e50 : 7181578: javac reports uninitialized variable with nested try...finally blocks
fec1de491bd : 7183760: DocumentBuilder.parse(String uri) is not IPv6 enabled
e351ad62878 : Added tag jdk8-b47 for changeset f0b04f0fc310
9805e67718e : Added tag jdk8-b47 for changeset 2bfc7517a106
f4018d1d357 : Added tag jdk8-b47 for changeset eb447c603031
ebbf572261f : Added tag jdk8-b47 for changeset 6ab81ecbfa0d
32a0fe5fa49 : Added tag jdk8-b47 for changeset a655fb35e798
079b7a5e8ab : Added tag jdk8-b47 for changeset 89587a8ac2f4
9564f9eeb19 : Added tag jdk8-b47 for changeset 89d0de913efd
53cbbbb036c : 7183458: Metrics of space character in algorithmically emboldened font have changed in JDK 7
29b63ae89a9 : 7162144: Missing AWT thread in headless mode in 7u4 b06
d0b5b673e8e : 7022041: TitleBorder Null Pointer Exception
17da9e46ad0 : 7169111: Unreadable menu bar with Ambiance theme in GTK L&F
e0cf9c652d6 : 6711908: JVM needs direct access to some annotations
aae03ec81c4 : 7127687: MethodType leaks memory due to interning
8bc65af3028 : 7127687: MethodType leaks memory due to interning
b9f3201a38a : 7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited
c04c841a700 : 7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited
1609dc46a89 : 7129034: VM crash with a field setter method with a filterArguments
b9299f283f8 : 7129034: VM crash with a field setter method with a filterArguments
0d882ec317e : 7153157: ClassValue.get does not return if computeValue calls remove
5d70a384a5c : 7182971: Need to include documentation content for JCMD man page
e2fc7f742cf : 7181658: CTW: assert(t->meet(t0) == t) failed: Not monotonic
92c294bbf57 : 7183209: Backout 7105952 changes for jdk7u
3571ee23dc3 : 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
8a7d724e4de : Added tag jdk7u6-b19 for changeset ae1fd54457da
c1968285fb8 : Added tag jdk7u6-b19 for changeset 096434ae3f81
9499281eba8 : Added tag jdk7u6-b19 for changeset ad178452a92f
5cf6aed2f94 : Added tag jdk7u6-b19 for changeset f5a44c556134
1b611ab3dde : Added tag jdk7u6-b19 for changeset 4bd7c82a9a37
65589cd85bd : Added tag jdk7u6-b19 for changeset 5bbab33fb621
d44af71b804 : Added tag jdk7u6-b19 for changeset 1b12bf3c1dc0
621dfdbb52d : 7177173: [macosx] JFrame.setExtendedState(JFrame.MAXIMIZED_BOTH) not working as expected in JDK 7
3e4ca7604b6 : 6966259: Make PrincipalName and Realm immutable
77c86c2ae6b : 7182226: NLS: jdk7u6 message drop20 integration
95af7bf142e : 7179305: (fs) Method name sun.nio.fs.UnixPath.getPathForExecptionMessage is misspelled
13c689d9c3f : 6294277: java -Xdebug crashes on SourceDebugExtension attribute larger than 64K
572da86cc6a : Added tag jdk7u6-b18 for changeset 98ae4a4ab698
c5879e88b30 : Added tag jdk7u6-b18 for changeset 97a69e602647
495a6dbbd36 : Added tag jdk7u6-b18 for changeset 82a7e78dbb67
ee5924a8857 : Added tag jdk7u6-b18 for changeset eddd91dcec7f
8d325712460 : Added tag jdk7u6-b18 for changeset 382353cfceaa
ef2f731a0d5 : Added tag jdk7u6-b18 for changeset 2a1b92ac80e7
b83674ecc2b : Added tag jdk7u6-b18 for changeset 42ded5c58926
d91b2b6f6ef : 7177173: [macosx] JFrame.setExtendedState(JFrame.MAXIMIZED_BOTH) not working as expected in JDK 7
870e72753de : Added tag jdk7u6-b17 for changeset 2bf05adc7f05
16bf80f49e4 : Added tag jdk7u6-b17 for changeset fac00a2328fd
e7864ccd3e6 : Added tag jdk7u6-b17 for changeset e1f7042da0c2
ca439a82d24 : Added tag jdk7u6-b17 for changeset c701625dd30f
0b79876bb17 : Added tag jdk7u6-b17 for changeset c7f36b40c193
b515cd20fa2 : Added tag jdk7u6-b17 for changeset 2ffb5dff9d0e
f21725b0bd2 : Added tag jdk7u6-b17 for changeset 5fbad286ed93
e83a16fa421 : 7181353: Update error message to distinguish native OOM and java OOM in net
e6c547e0262 : Added tag jdk8-b46 for changeset b7b7fb648bf6
c7a1cb0da06 : Added tag jdk8-b46 for changeset c35f7a2acbec
b769ce017f0 : Added tag jdk8-b46 for changeset a454fca4fd87
cb0f1fed690 : Added tag jdk8-b46 for changeset b5166f281c42
21a3abc4d42 : Added tag jdk8-b46 for changeset 7604568cf818
a18ea334088 : Added tag jdk8-b46 for changeset 3b78e26c0c38
0bf6babbb7e : Added tag jdk8-b46 for changeset 8e117f8b08eb
34570ba6907 : 7182051: Update of latest build-infra Makefiles (missing files)
494465e6987 : 7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145
e13a29b3f2b : 7180914: Compilation warning after: 7172967: Eliminate the constMethod's _method backpointer to the methodOop
b28493b31b4 : 7123972: test/java/lang/annotation/loaderLeak/Main.java fails intermittently
48d5be1b33c : 6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently
559278381bc : 7181200: JVM new hashing code breaks SA in product mode
e3a1dad2c0a : 7124513: [macosx] Support NSTexturedBackgroundWindowMask/different titlebar styles to create unified toolbar
a433c60a8a9 : 7124244: [macosx] Shaped windows support
046f2c92e27 : 7180038: regression test failure, SSLEngineBadBufferArrayAccess.java
af253d110d9 : 7129724: MAC: Core file location is wrong in crash report
f7b99ca7f6a : 7181504: Update of latest build-infra Makefiles
4e7263a44ae : 7181504: Update of latest build-infra Makefiles
d85c0b6f6fc : 7181501: Add some GenerateNativeHeader annotations and misc Mac adjustments to makefiles
0c7c3bb2c55 : 7133344: Document the java.security.properties system property feature in the java.security file
f51d607e9fe : 7181508: Remove GenerateNativeHeader on awt java file
d1080de4eed : 7179383: MaxDirectMemorySize argument parsing is broken for values >2G
9a2ec820dc0 : 7176907: additional warnings cleanup in java.util, java.util.regexp, java.util.zip
761e0b221da : 7180769: assert(tboth->klass_is_exact()) failed: klass should be exact
2a72b6a15fc : 7174887: Deadlock in jndi ldap connection cleanup
4d512adc5e3 : 7167142: Consider a warning when finding a .hotspotrc or .hotspot_compiler file that isn't used
3511594d3c3 : 7177917: Failed test java/lang/Math/PowTests.java
e9301228b48 : 7180882: new hotspot build - hs24-b16
71eeebb5959 : Added tag hs24-b15 for changeset e4f98cec6edd
826591b5166 : 7170938: (str) incorrect wording in doc for String.subSequence
06dce9a14f0 : Added tag hs23.2-b08 for changeset e4ac64d6b888
29e09dc7d4e : 7100996: (spec str) IndexOutOfBoundsException when using a StringBuffer from multiple threads
9f400835dfd : 7179759: ENV: Nightly fails during jdk copiyng for solaris platforms after FDS unzipping
b91408a5fdd : 7179759: ENV: Nightly fails during jdk copiyng for solaris platforms after FDS unzipping
57b8661095d : 7175845: jar uf changes file permissions unexpectedly 7177216: native2ascii changes file permissions of input file
90319cfb391 : 7180621: Hashtable has incorrect alternative hashing threshold default value
da9d54ebd71 : 7178079: REGRESSION: Some AWT Drag-n-Drop tests fail since JDK 7u6 b13
4c0c58e59dd : 7180594: Fix GenStubs in langtools for build-infra builds
a39b17624a6 : 6995781: Native Memory Tracking (Phase 1) 7151532: DCmd for hotspot native memory tracking
d5e3e91be7c : Added tag jdk7u7-b01 for changeset 0fa8226f0610
2f3511a70cd : Added tag jdk7u7-b01 for changeset 532993da3a66
4b3f39b52bf : Added tag jdk7u7-b01 for changeset a686dcfd835e
b12ac793557 : Added tag jdk7u7-b01 for changeset fc298af8e990
afad964797d : Added tag jdk7u7-b01 for changeset 807a807cd405
5561ca73b24 : Added tag jdk7u7-b01 for changeset 77d65a5003f4
95aa6aa8a44 : 7180240: Disable alternative string hashing by default
efdeeb14af1 : Added tag jdk8-b45 for changeset b34aca67a4db
0a806c8aa76 : Added tag jdk8-b45 for changeset 82534e9c5cc7
f69560f821e : Added tag jdk8-b45 for changeset 466ddaf02777
6af718bb7ff : Added tag jdk8-b45 for changeset a21c904ee700
405208abe79 : Added tag jdk8-b45 for changeset 8ff1c75f204a
c6fbe129bfe : Added tag jdk8-b45 for changeset 27f3d36a24d5
4f081bf0d09 : Added tag jdk8-b45 for changeset 07ad352154a8
86e45f8339f : 7169111: Unreadable menu bar with Ambiance theme in GTK L&F
39dfe6d0471 : 7178703: Fix handling of quoted arguments and better error messages in dcmd
6cc3f0d33d4 : Added tag jdk7u6-b16 for changeset 93d8a8d8a85f
12f392fd42a : Added tag jdk7u6-b16 for changeset da3241ce92fe
574f41898db : Added tag jdk7u6-b16 for changeset 2d0a2e2509b6
306ad05a50e : Added tag jdk7u6-b16 for changeset 2ff9a78e57c0
3523a5e95d8 : Added tag jdk7u6-b16 for changeset eddf61cc87ad
33e785437ce : Added tag jdk7u6-b16 for changeset 405ac1660553
b2ae3a22801 : Added tag jdk7u6-b16 for changeset 26f176647511
fed8efa8739 : 6893617: JDK 6 CNCtx always uses the default ORB
a18c8a12bb5 : 6893617: JDK 6 CNCtx always uses the default ORB
55c71e93179 : 7162902: Umbrella port of a number of corba bug fixes from JDK 6 to jdk7u/8
5dce50c1b47 : 7162902: Umbrella port of a number of corba bug fixes from JDK 6 to jdk7u/8
f36efd6aa7a : 7024749: JDK7 b131---a crash in: Java_sun_awt_windows_ThemeReader_isGetThemeTransitionDurationDefined+0x75
9d276c7cae1 : 6994562: Swing classes (both JTextArea and JTextField) don't support caret width tuning
8e42425c921 : 7178667: ALT_EXPORT_PATH does not export server jvm on macosx
488b3199e14 : 7180036: Build failure in Mac platform caused by fix # 7163201
45e10212382 : 7161229: PriorityBlockingQueue keeps hard reference to last removed element
52e4f5e33f4 : 7180036: Build failure in Mac platform caused by fix # 7163201
819131585c9 : 7180036: Build failure in Mac platform caused by fix # 7163201
56df3bd48d9 : 7178145: Change constMethodOop::_exception_table to optionally inlined u2 table
6b5a5ca0e25 : 7166896: DocumentBuilder.parse(String uri) is not IPv6 enabled. It throws MalformedURLException
4c53fe60de1 : 7179908: Fork hs23.3 hsx from hs22.2 for jdk7u7 and reinitialize build number
79d14ef96a9 : 7164282: check for NULL return from malloc is testing wrong variable name
514f24864db : 7176447: Lunix/Solaris fontpath.c : double free(family)
9502ea1ac26 : 7145771: [macosx] CreateFont/Register.java test fails because of cached results of getAllFonts()
c7ff53f5c11 : 7145771: [macosx] CreateFont/Register.java test fails because of cached results of getAllFonts()
ff14e7951c3 : 7179138: Incorrect result with String concatenation optimization
8c4cefaa96f : 7179138: Incorrect result with String concatenation optimization
cd461f227cf : 7124326: [macosx] An issue similar to autoshutdown one in two AppContexts situation
f20339895c2 : 7142091: [macosx] RFE: Refactoring of peer initialization/disposing
98dba02e885 : 7124326: [macosx] An issue similar to autoshutdown one in two AppContexts situation
9931c2f2b86 : 7024749: JDK7 b131---a crash in: Java_sun_awt_windows_ThemeReader_isGetThemeTransitionDurationDefined+0x75
5b1d9f77736 : 7179349: [macosx] Java processes on Mac should not use default Apple icon
45ec9295abe : 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames
54ddaf5ab76 : 4244896: (process) Provide System.getPid(), System.killProcess(String pid)
9e9ac093ae4 : 7142091: [macosx] RFE: Refactoring of peer initialization/disposing
dc5fe663cbb : 7178670: runtime/7158800/BadUtf8.java fails in SymbolTable::rehash_table
79ee0ab0c24 : 6921087: G1: remove per-GC-thread expansion tables from the fine-grain remembered sets
97cc5e6c445 : 7156729: PPC: R_PPC_REL24 relocation error related to some libraries built without -fPIC
09dd368c9b2 : 7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames
d558c37a5b7 : 7176784: Windows authentication not working on some computers
4ea5b30610b : 7178846: IterateThroughHeap: heap_iteration_callback passes a negative size
137a8ad633e : Added tag jdk7u6-b15 for changeset 4f53d0c7dae7
b322a74b49b : Added tag jdk7u6-b15 for changeset 6a0d7d19e11d
721cab4a772 : Added tag jdk7u6-b15 for changeset c1aa5d3b0b53
6b9c683e910 : Added tag jdk7u6-b15 for changeset 8e269405388b
9dc3428a8bd : Added tag jdk7u6-b15 for changeset 4e8c7206b051
b4133782e54 : Added tag jdk7u6-b15 for changeset e51762ad8ac3
986f0d1d83a : Added tag jdk7u6-b15 for changeset 189d91e7e659
5a8ccebf069 : 7177128: SA cannot get correct system properties after 7126277
e742ae2157d : 7177128: SA cannot get correct system properties after 7126277
a7cf5e505e3 : 7175133: jinfo failed to get system properties after 6924259
3a9b9e9e5e5 : 7181200: JVM new hashing code breaks SA in product mode
bffebb3efb7 : 7167142: Consider a warning when finding a .hotspotrc or .hotspot_compiler file that isn't used
e576ee2ee2d : 7156729: PPC: R_PPC_REL24 relocation error related to some libraries built without -fPIC
99120529b8f : 7180884: new hotspot build - hs23.2-b09
f4fdc03167b : 7175133: jinfo failed to get system properties after 6924259
3005c7daac2 : 7178763: javadoc OutOfMemory error results in several jdk8 tl nightly failures
775db95389b : Added tag hs23.2-b07 for changeset 42a9059882aa
1a35ed23d9d : 7177409: Perf regression in JVM_GetClassDeclaredFields after generic signature changes
6bc673930fe : 7178280: Failed new vector regression tests
5e84600efcf : 7169888: Narrowing resource definitions in JMX RMI connector
7572cbd5aa0 : 7170716: JVM crash when opening an AWT app from a registered file
9a307c8287e : 7158796: Tighten properties checking in EnvHelp
a4ece10c562 : 7177701: error: Filling jar message during javax/imageio/metadata/IIOMetadataFormatImpl compilation
8e267289d57 : Added tag jdk8-b44 for changeset 96e306b8f5e5
8e301e97d21 : Added tag jdk8-b44 for changeset 5a7d295a9b76
e37f1e94358 : Added tag jdk8-b44 for changeset fc9fe83a8a52
df2b1220d45 : Added tag jdk8-b44 for changeset b52db8219e73
769bc4a4205 : Added tag jdk8-b44 for changeset 1531e68c3b60
bae02fa6d92 : Added tag jdk8-b44 for changeset fab97dcc43bb
04f6e273611 : Added tag jdk8-b44 for changeset 053c1b820253
87314953956 : 7178297: provide mapping from doc comment position to source file position
c85edca66b3 : 7129715: MAC: SIGBUS in nsk stress test
470db77b36b : 7129715: MAC: SIGBUS in nsk stress test
f15b0759d26 : 7093490: adjust package access in rmiregistry
63cf10e5005 : 7093490: adjust package access in rmiregistry
3675d9eacb3 : 7178483: Change version string for Embedded releases
e8d5a249904 : 7120481: storeStore barrier in constructor with final field
48f71278c1f : 7177216: native2ascii changes file permissions of input file
04632dd35b5 : 7175845: "jar uf" changes file permissions unexpectedly
4189d0802f6 : 7175255: symlinks are wrong, which caused jdk8-promote-2 to fail (client/64/64 directories in debuginfo zips)
e06dcd15fb7 : 7175255: symlinks are wrong, which caused jdk8-promote-2 to fail (client/64/64 directories in debuginfo zips)
f2cefcbfad3 : 7174143: encapsulate doc comment table
eb2e7dd11fc : 7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
6797a9cdc7a : 7158800: Improve storage of symbol tables
8b20e7af539 : 7178113: build environment change
4dc38d43414 : 7178113: build environment change
563f4546ff5 : 7166487: checkSequenceNumber method never called within readRecord of SSLEngineImpl
b5b10846c23 : 7177923: SIGBUS on sparc in compiled code for java.util.Calendar.clear()
dfe111a0850 : 7178241: Basic script for JDK source code legal headers conformance verification
ec8de3b90a1 : 7165257: Add JFR tests to the JDK code base
1248d310a35 : 7172522: Improve DomainCombiner checking
0930b183d68 : 7172430: [macosx] debug message in non debug jdk build
ba060888e0a : 7162476: XMLDecoder security issue via ClassFinder
386367a03f5 : 7162476: XMLDecoder security issue via ClassFinder
cc6e343055f : 7124536: [macosx] PrintServiceLookup.lookupDefaultPrintService() return null
ae5861ebe68 : 7162473: ConstructorFinder/FieldFinder/MethodFinder gives access to restricted classes
288480e312a : 7177701: error: Filling jar message during javax/imageio/metadata/IIOMetadataFormatImpl compilation
a032738d818 : 7163201: Simplify toolkit internals references
db3a00c9470 : 7183701: [TEST] closed/java/beans/security/TestClassFinder.java - compilation failed
d8fe9b6fe95 : 7162476: XMLDecoder security issue via ClassFinder
c5fb46e710f : 7162473: ConstructorFinder/FieldFinder/MethodFinder gives access to restricted classes
dba439df27d : 7163201: Simplify toolkit internals references
c0679a0902b : 6901992: InvalidJarIndexException due to bug in sun.misc.JarIndex.merge()
94a64967269 : 6380549: (rb) ResourceBundle.Control global binding support
561e255dc89 : 7157365: jruby/bench.bench_timeout crashes with JVM internal error
ed2051c8615 : 7157365: jruby/bench.bench_timeout crashes with JVM internal error
3927b8d331b : 7176856: add the JRE name to the error log
32b07d647d7 : 7158807: Revise stack management with volatile call sites
d87e57ac8aa : 7172522: Improve DomainCombiner checking
4406545ed55 : 7174970: NLS [ccjk] Extra mnemonic keys at standard filechooserdialog (open and save) in metal L&F
83f975cf420 : 7177617: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing (win)
97e33eee7da : 7174363: Arrays.copyOfRange leads to VM crash with -Xcomp -server if executed by testing framework
ea2659007a8 : 7178670: runtime/7158800/BadUtf8.java fails in SymbolTable::rehash_table
4f49ee4e9ed : 7179194: new hotspot build - hs23.2-b08
118f552a6ef : 7174363: Arrays.copyOfRange leads to VM crash with -Xcomp -server if executed by testing framework
48cefbd9601 : 7177556: Put TestProviderLeak.java on the ProblemList until test can be reworked
18fce99e636 : 7175515: new hotspot build - hs24-b15
9c6ac94d372 : Added tag hs24-b14 for changeset 812bed29656a
36dbbfde4b4 : 7175758: Improve unit test of Map iterators and Iterator.remove()
9ec1d582344 : 7162473: ConstructorFinder/FieldFinder/MethodFinder gives access to restricted classes
4c73c02d6dd : 7176485: (bf) Allow temporary buffer cache to grow to IOV_MAX
8f4a77bfefc : 7171163: [macosx] Shortcomings in the design of the secondary native event loop made JavaFX DnD deadlock
d40606665a9 : 7156963: Incorrect copyright header in java/io/SerialCallbackContext
979e6cb5db7 : 7169888: Narrowing resource definitions in JMX RMI connector
b34546866d2 : 7183701: [TEST] closed/java/beans/security/TestClassFinder.java - compilation failed
cec5228943f : 7186286: TLS implementation to better adhere to RFC
5423c4bafd2 : 7185678: java/awt/Menu/NullMenuLabelTest/NullMenuLabelTest.java failed with NPE
3bbe0f720ab : Added tag jdk7u7-b01 for changeset 4db91a68da23
6ad27831e0f : 7176326: CertPath/CertPathBuilderTest failures after webrev 6854712_6637288_7126011
90c19a99071 : 7177307: fix fo CR7158800 doesn't contain Test7158800.sh
ac3543cabe6 : 7158796: Tighten properties checking in EnvHelp
d1191bb4f45 : 7119644: Increase superword's vector size up to 256 bits
a15896d20e9 : 6631398: FilePermission improved path checking
d4f94bb6ee1 : 6631398: FilePermission improved path checking
0527d016225 : 7158366: [macosx] Print-to-file dialog doesn't have an entry field for a name
0fa1d92c647 : Added tag jdk7u6-b14 for changeset e74aef4294c0
ffb2c8abcda : Added tag jdk7u6-b14 for changeset acf90a4140bc
3cb6dda7672 : Added tag jdk7u6-b14 for changeset 89b0e1d417b3
522119382cb : Added tag jdk7u6-b14 for changeset 4918c1247a82
e0c7cfeabb7 : Added tag jdk7u6-b14 for changeset 6167b60f05a8
4506538c75d : Added tag jdk7u6-b14 for changeset 5f4af0a99322
b694b499bd0 : Added tag jdk7u6-b14 for changeset 0bcc5bd0b280
ab54b675f7b : Added tag jdk8-b43 for changeset a689392675ed
967b63e659b : Added tag jdk8-b43 for changeset d3f312fc19e1
7f147407902 : Added tag jdk8-b43 for changeset a6336eb51596
9842dda872b : Added tag jdk8-b43 for changeset d382060bd755
835b46c1f19 : Added tag jdk8-b43 for changeset 6e8bd51d480c
cfd10db9904 : Added tag jdk8-b43 for changeset cb67f4b91b0c
1627c865c3c : Added tag jdk8-b43 for changeset 5d9bc9df9263
4bb6dcf36b3 : 7145913: CachedRowSetSwriter.insertNewRow() throws SQLException
4254270688d : 6310967: SA: jstack -m produce failures in output
9d94d325940 : 7153693: Three 2D_ImageIO tests failed due ImageFormatException on OEL 6.* Unbreakable Kernel x64
3a13213fe92 : 7176894: back out LocaleNames_xx.properties files from 7u6 message drop10
55b09e70169 : 7158800: Improve storage of symbol tables
4824bf600d5 : 7173919: Minor optimization of hashing methods
c580cfee801 : 7176630: (sc) SocketChannel.write does not write more than 128k when channel configured blocking [win]
a8072dc2a06 : 7027300: Unsynchronized HashMap access causes endless loop
301e9f95480 : 7174928: JSR 292: unresolved invokedynamic call sites deopt and osr infinitely
e3224a276b5 : 7176691: prtconf: devinfo facility not available in corba building
cdd3995109d : 7175616: Port fix for TimeZone from JDK 8 to JDK 7
4529bcedea5 : 7150049: [macosx] closed/javax/swing/JCheckBox/4449413/bug4449413.java check the checkbox again,it auto fail
e03737eb576 : 7043963: AWT workaround missing for Mutter
bf4e37de483 : 7176644: [macosx] Missing NSAutoreleasePool in CGLGraphicsConfig.m OGLGC_DestroyOGLGraphicsConfig
911aeb6828d : 7176574: sun/security/krb5/auto/TcpTimeout.java failed with solaris-i586
a184b27ebe5 : 7156657: Version 7 doesn't support translucent popup menus against a translucent window
dd85e2f3567 : 7173340: C2: code cleanup: use PhaseIterGVN::replace_edge(Node*, int, Node*) where applicable
0b0b610a213 : 7171918: XmlReaderContentHandler.endElement does not handle a Delete Tag properly
529b3701742 : 7174218: remove AtomicLongCSImpl intrinsics
a4bc0fa0132 : 7176138: Fixes for missing close() calls and possible null pointer reference instead of fatal error
de36990d5e8 : 7175367: NLS: 7u6 message drop10 integration
e483fae45b8 : 7175367: NLS: 7u6 message drop10 integration
7eaaa092959 : 7175367: NLS: 7u6 message drop10 integration
4308401f8e1 : 7157610: NullPointerException occurs when parsing XML doc
2d598757f90 : 7144423: StAX EventReader swallows the cause of error
94d67fa6a56 : 7144423: StAX EventReader swallows the cause of error
0e938a07a10 : 7169782: C2: SIGSEGV in LShiftLNode::Ideal(PhaseGVN*, bool)
e67db1b150d : 7169782: C2: SIGSEGV in LShiftLNode::Ideal(PhaseGVN*, bool)
bd09c5ac38b : 7174532: jdk/test/java/lang/Math/WorstCaseTests.java failing on x86
0a9cf5324a2 : 7063674: Wrong results from basic comparisons after calls to Long.bitCount(long)
df5acb982ad : 6310967: SA: jstack -m produce failures in output
24731b391fc : 7177365: new hotspot build - hs23.2-b07
080b2243711 : Added tag hs23.2-b06 for changeset dd722ed06ec2
02eef114a10 : 7063674: Wrong results from basic comparisons after calls to Long.bitCount(long)
e8810685309 : 7157610: NullPointerException occurs when parsing XML doc
4525667c738 : 7160072: (javac) JavacParserTests needs cleanup
722e63d2112 : 7174510: 19 JCK compiler tests fail with C2 error: memNode.cpp:812 - ShouldNotReachHere
1e1df4de265 : 7174928: JSR 292: unresolved invokedynamic call sites deopt and osr infinitely
ae6d0d30f51 : 7174510: 19 JCK compiler tests fail with C2 error: memNode.cpp:812 - ShouldNotReachHere
9b279135421 : 7175802: Missing jdk_jfr in top-level make file
b198d462bce : 7157608: One feature is not recognized
7c17e9e75b3 : 7175914: Usage of gcc with precompiled headers produces wrong build dependencies
be964b9263a : 7175966: Fix windows build issues for build-infra project
c419fa61714 : 7171917: CachedRowSetImpl.populate does not handle map properly
f6020a8e347 : 7155887: ComboBox does not display focus outline in GTK L&F
68d20eb382e : 7175775: Disable SA options in jinfo/Basic.java test until SA updated for new hash and String count/offset
881d64f005e : 7175775: Disable SA options in jinfo/Basic.java test until SA updated for new hash and String count/offset
663f9df53e0 : 7173487: closed/java/awt/Frame/RemoveNotifyTest/RemoveNotifyTest.html
0494bcb19c1 : 7165725: JAVA6 HTML PARSER CANNOT PARSE MULTIPLE SCRIPT TAGS IN A LINE CORRECTLY
bb43ca49b2b : 7170091: Fix missing wait between repo cloning in hgforest.sh
530ee0262f3 : 7170091: Fix missing wait between repo cloning in hgforest.sh
5a3b13508d0 : 7170091: Fix missing wait between repo cloning in hgforest.sh
68e49e83854 : Added tag hs23.2-b05 for changeset ac0a7ac94a68
478e52def47 : 7157608: One feature is not recognized
aaafa0557d2 : 7175566: [macosx] Glich in fix for CR7124247 caused MacOS crash during PIT testing
042cc29680c : 7161881: (dc) DatagramChannel.bind(null) fails if IPv4 socket and running with preferIPv6Addresses=true
a493775cdb6 : 7158804: Improve config file parsing
c39971d4f1a : 7158804: Improve config file parsing
52f39f95df1 : 7163198: Tightened package accessibility 7169887: Tightened package accessibility
92246eda42b : 7092551: Double-click in TextField sets caret to the beginning
2c5c12219c8 : 7175413: Typo in comments of JVM_SupportsCX8 in jvm.h
f8603caee84 : 7172708: 32/64 bit type issues on Windows after Mac OS X port
3fdbcc9c268 : 7175516: new hotspot build - hs23.2-b06
27c2e51e674 : 7172708: 32/64 bit type issues on Windows after Mac OS X port
f558e39f7e4 : 7170079: Adjustments to build-infra makefiles
1ff2fcfeedd : 7170079: Adjustments to build-infra makefiles
7a04d587711 : 7170079: Adjustments to build-infra makefiles
55e52f1b6df : 7170079: Adjustments to build-infra makefiles
bdbf4901744 : 7170079: Adjustments to build-infra makefiles
36674b96fd6 : 7170079: Adjustments to build-infra makefiles
260708fa267 : 7170969: Add @GenerateNativeHeader to classes whose fields need to be exported for JNI
3efc9785b32 : 7172551: Remove Native calls from DriverManager for jigsaw
61a6e227576 : 7151118: Regressions on 7u4 b11 comp. 7u4 b06 on specjvm2008.xml.transform subbenchmark
aca1037e9f2 : 7151118: Regressions on 7u4 b11 comp. 7u4 b06 on specjvm2008.xml.transform subbenchmark
4a65e326b9f : Added tag jdk8-b42 for changeset 3e580bb83096
0605d17f027 : Added tag jdk8-b42 for changeset 14313c0fbca4
e38ad5476b5 : Added tag jdk8-b42 for changeset 489ab38ab6db
7bd0bb92de3 : Added tag jdk8-b42 for changeset 8fc801f2ef62
8205e664c80 : Added tag jdk8-b42 for changeset f095886560ac
4418d860e8c : Added tag jdk8-b42 for changeset 79b9edd5f45f
d17664eb582 : Added tag jdk8-b42 for changeset b8b7f69608fb
25fedaf9362 : 7156657: Version 7 doesn't support translucent popup menus against a translucent window
3e485845fd4 : 7163198: Tightened package accessibility 7169887: Tightened package accessibility
4eb87c577e0 : 7124247: [macosx] Implement GraphicsDevice.setDisplayMode()
2b73b294216 : 7152952: [macosx] List rows overlap with enlarged font
a2535454873 : 7165257: Add JFR tests to the JDK code base
18644676e56 : 7165257: Add JFR tests to the JDK code base
f3159c31b0f : 7174736: JCK test api/java_util/HashMap/index_EntrySet failing
519dc0c3f9b : 7174723: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing [win]
e830ff8c8f2 : 7175041: HttpTimestamper should accept https URI
980d62fd251 : 7174233: Openjdk is missing some key maps on the Japanese keyboards
390b54f2095 : Added tag jdk7u6-b13 for changeset 3f87a6e3c2fb
fa9879a43ac : Added tag jdk7u6-b13 for changeset 7d32a9a868f8
6a1521c65e6 : Added tag jdk7u6-b13 for changeset 8ed8822f003c
f158b3899dc : Added tag jdk7u6-b13 for changeset 7e85cc1fd4b5
b9c43b19bd6 : Added tag jdk7u6-b13 for changeset c6cb55da0162
ad2feb5ad87 : Added tag jdk7u6-b13 for changeset e92bbd59240c
751159da462 : Added tag jdk7u6-b13 for changeset c56cd641a945
36093c2bf69 : 7174884: C1: failures after 7171890: assert(cur_state != NULL) failed: state_before must be set
2b4b0582658 : 7172967: Eliminate constMethod's _method backpointer to methodOop
d71b6b6ffb0 : 7169285: [macosx] Test api/javax_swing/JPopupMenu/descriptions.html#setgetXXX doesn't take Mac main menu
bd06ea72a9d : 7170275: os::print_os_info needs to know about Windows 8
a658a623a87 : 7123957: Switch of Gnome theme ends up deadlocked in GTKEngine.native_switch_theme
911dcf0f083 : 7171703: JNI DefineClass crashes client VM when first parameter is NULL
cbe6d65df3a : 7163471: Licensee source bundle failed around 7u4
dd23946ec90 : 7164256: EnumMap clone doesn't clear the entrySet keeping a reference to the original Map
ad1642cdd90 : 7175011: ProblemList.txt updates (6/2012)
775655b44ab : 7172149: ArrayIndexOutOfBoundsException from Signature.verify
c549cc814d4 : 7174244: NPE in Krb5ProxyImpl.getServerKeys()
43eb7b646e5 : 7174861: all/OPT jdk build on Solaris with FDS enabled sets wrong options
8cccc8f99a0 : 7173645: (props) System.getProperty("os.name") should return "Windows Server 2012" for Windows Server 2012
08c4f120c9b : 7172826: (se) Selector based on the Solaris event port mechanism
dfccae97eba : 7174351: test/sun/security/tools/keytool/standard.sh failed after new Hashtable
543792f1548 : 6183404: Many eudc characters are incorrectly mapped in MS936 and GBK converter
76b4500c33d : 7173515: (se) Selector.open fails with OOME on Solaris when unlimited file descriptors
429a57b49dd : 7172722: Latest jdk7u from OSX broke universal build
cef72cc08ef : 7172701: KDC tests cleanup
6d29429c4e8 : 7171890: C1: add Class.isInstance intrinsic
46d6e762742 : 7173044: MemoryMonitor hangs if getMax method in MemoryUsage object returns -1
440b57e0b58 : 7043963: AWT workaround missing for Mutter
1ac78792291 : 7166498: JVM crash in ClassVerifier
ee7ac304207 : 7173460: G1: java/lang/management/MemoryMXBean/CollectionUsageThreshold.java failes with G1
e294a9f5ec4 : 7172388: G1: _total_full_collections should not be incremented for concurrent cycles
cb35692923c : 7161766: [macosx] javax/swing/JPopupMenu/6694823/bug6694823.java failed on Mac OS X
d9bb3177f80 : 7173036: test/com/sun/jdi/ConnectedVMs.java does not run as expected
ad2bdf4faaf : 7166055: Javadoc for WeakHashMap contains misleading advice
1ae0edb1f12 : 7172226: HotSpot fails to build with GCC 4.7 because of stricter c++ argument dependent lookup
528d6f3d549 : 7173438: new hotspot build - hs24-b14
48140aa4e1e : Added tag hs24-b13 for changeset 4f7547c15006
5eeebc5c394 : 7159016: Static import of member in processor-generated class fails in JDK 7
65eb5b19cf6 : Added tag jdk8-b41 for changeset b7d886b99bba
d08ae1fefe2 : Added tag jdk8-b41 for changeset e29decc8b008
cc7c813d9bc : Added tag jdk8-b41 for changeset 39a51a9b90e1
2349d985f7f : Added tag jdk8-b41 for changeset 1ef14f73e385
90d6f85d395 : Added tag jdk8-b41 for changeset 609e4849830f
27d4c7ead06 : Added tag jdk8-b41 for changeset 039a50f38068
e6f8d1b836f : Added tag jdk8-b41 for changeset beca65859e06
bf00d763927 : Added tag hs23.2-b04 for changeset 2ba4243ef217
d89405c10f7 : 7173635: jprt.properties should include release jdk7u6
33799389d4a : 7173635: jprt.properties should include release jdk7u6
0e816e0b83e : 7155453: [macosx] re-enable jbb tests in JPRT
32a168ab1cd : 7120895: FontConfiguration should not use thread contextClassLoader
e9ba931b3b4 : 7112115: Component.getLocationOnScreen() work incorrectly if create window in point (0, 0) on oel
a036af76dba : 7112115: Component.getLocationOnScreen() work incorrectly if create window in point (0, 0) on oel
62b9c68d844 : 7173432: Handle null key at HashMap resize
59ccdc0fbc5 : 7173432: Handle null key at HashMap resize
65293fee1fb : 7159016: Static import of member in processor-generated class fails in JDK 7
623306546af : 7173329: Fix build broken by 7126277 to jdk7u-dev
160eba6e2d3 : Added tag jdk7u6-b12 for changeset 9b30f2d9d8d1
87ebd599254 : Added tag jdk7u6-b12 for changeset e6407773f634
2e265cd2377 : Added tag jdk7u6-b12 for changeset 7a3c4149ae0d
7707ca405e9 : Added tag jdk7u6-b12 for changeset 481a42cd2caf
68398772fbc : Added tag jdk7u6-b12 for changeset 5f6552d3bccc
d832636edda : Added tag jdk7u6-b12 for changeset cb2a4ebac68d
a0d8cc6eac0 : Added tag jdk7u6-b12 for changeset 758bcb2cfc84
212ab5c73a1 : 7172279: G1: Clean up TraceGen0Time and TraceGen1Time data gathering
3f99d2eda57 : 7160084: javac fails to compile an apparently valid class/interface combination
7e32f8e5858 : 7166552: Inference: cleanup usage of Type.ForAll
6f838e09d70 : 7150089: [macosx] Default for a custom cursor created from non-existent image is not transparent
21fe97badd4 : 7148242: Regression: valid code rejected during generic type well-formedness check
458f3269dd3 : 7120895: FontConfiguration should not use thread contextClassLoader
705c53b045b : 7126277: Alternative String hashing implementation
14c586557e0 : 6854712: Revocation checking enhancements (JEP-124) 6637288: Add OCSP support to PKIX CertPathBuilder implementation 7126011: ReverseBuilder.getMatchingCACerts may throws NPE
20b16ea7aaa : 7172843: C1: fix "assert(has_printable_bci()) failed: _printable_bci should have been set"
057a1b71283 : 7158682: G1: Handle leak when running nsk.sysdict tests
5be51d39ec2 : 7171806: Missing test for bug ID 6800513 fix
4b1faaaf666 : 7171223: Building ExtensionSubtables.cpp should use -fno-strict-aliasing
bb720d173d8 : 7147407: remove never used debug code in DnsClient.java
e57803c7f59 : 7161881: (dc) DatagramChannel.bind(null) fails if IPv4 socket and running with preferIPv6Addresses=true
25451895af8 : 7174645: Could not enable access bridge
16bd51c088e : 7175331: Remove FDS files from embedded JRE images
66b8d984fb5 : 7163471: Licensee source bundle failed around 7u4
6f7d9f6983b : 7174244: NPE in Krb5ProxyImpl.getServerKeys()
c466d3498fb : 7173918: set alternative string hashing threshold
70620f12c21 : 7174736: JCK test api/java_util/HashMap/index_EntrySet failing
10d2ac12e62 : 7149608: Default TZ detection fails on linux when symbolic links to non default location used
425bbf56153 : 7174861: all/OPT jdk build on Solaris with FDS enabled sets wrong options
c8b797f3c1d : 7172722: Latest jdk7u from OSX broke universal build
cced9c31abb : 7173515: (se) Selector.open fails with OOME on Solaris when unlimited file descriptors
1b6a45d291d : 7171223: Building ExtensionSubtables.cpp should use -fno-strict-aliasing
da6cfab1055 : 7141296: [macosx] Mouse Wheel Turn closes combobox popup
f904017c748 : 7146131: [macosx] When click the show optionpane button,it display partly of dialog and hung until timeout
884f00e27eb : 7171653: 32-bit cross-compile on 64-bit build host generates 64-bit data for awt/X11 leading to crash
3a6a1bd3229 : 7170655: Frame size does not follow font size change with XToolkit
4747e218b30 : 7168401: pack200 does not produce a compatible pack file for JDK7 classes if indy is not present
7ae64e60c18 : 7171591: getDefaultScopeID() in src/solaris/native/java/net/net_util_md.c should return a value
5d37cf46d5d : 7172177: test/java/util/TimeZone/DstTzTest.java failing on all platforms
5bcaf4e1572 : 7172177: test/java/util/TimeZone/DstTzTest.java failing on all platforms
7da56bf7351 : 7172014: Remove empty and unused javah include files
a5780148fd3 : 7171853: new hotspot build - hs24-b13
963943745e8 : Added tag hs24-b12 for changeset 686dd42705db
f83f83b0011 : 7171852: new hotspot build - hs23.2-b04
b65f7252b41 : Added tag hs23.2-b03 for changeset f57193c536ac
b76f6e07ab7 : 7171936: LOG_G incorrectly defined in globalDefinitions.hpp
3f38785a0a1 : 7143858: G1: Back to back young GCs with the second GC having a minimally sized eden
18130380ebe : 7170145: C1 doesn't respect the JMM with volatile field loads
f89ffeaf327 : 7171703: JNI DefineClass crashes client VM when first parameter is NULL
e7851947604 : 7170275: os::print_os_info needs to know about Windows 8
33c0a8898a2 : 7166498: JVM crash in ClassVerifier
cae3a52cf4a : 7155453: [macosx] re-enable jbb tests in JPRT
9ff56874907 : 7173436: new hotspot build - hs23.2-b05
687fab1763e : 7170145: C1 doesn't respect the JMM with volatile field loads
ecba4fb0370 : 7171776: one more setGlobalCurrentFocusCycleRoot call requires doPrivileged
594b196afc9 : 7170449: Management is completely broken at least on Solaris 11 X86
a9ea68bd3ff : 7170463: C2 should recognize "obj.getClass() == A.class" code pattern
3b3363d6596 : 7151070: NullPointerException in Resolve.isAccessible
aea990be824 : 6800513: GTK-LaF renders menus incompletely
ea1b65ad8a1 : 7146550: [macosx] DnD test failure in createCompatibleWritableRaster()
d22011a2fcc : 7094176: (tz) Incorrect TimeZone display name when DST not applicable / disabled
42e963e4137 : 7189611: Venezuela current Currency should be Bs.F
1c9465c6df8 : Added tag jdk8-b40 for changeset 305a3d828f11
66750be14c4 : Added tag jdk8-b40 for changeset 95f428cdf9d2
0f097de5737 : Added tag jdk8-b40 for changeset 907be86f2bd8
a0c3e086d9d : Added tag jdk8-b40 for changeset aaf5a4412dd3
42a2cab56e2 : Added tag jdk8-b40 for changeset 287fd8991324
9432db3c2ce : Added tag jdk8-b40 for changeset 966bd1f6ee4c
b0d8fccba71 : Added tag jdk8-b40 for changeset 7693b47ff4f5
007bd00dde6 : Added tag jdk7u6-b11 for changeset 202b8e9ebeda
ca25544396e : Added tag jdk7u6-b11 for changeset 1d7a438f7c1d
d12041919fc : Added tag jdk7u6-b11 for changeset 13f2466bded7
210f8d8abb4 : Added tag jdk7u6-b11 for changeset 278cdf7e4a17
6ae2170397e : Added tag jdk7u6-b11 for changeset b91975950841
e134f3f1374 : Added tag jdk7u6-b11 for changeset 7e543d65ca6c
28769daf74c : Added tag jdk7u6-b11 for changeset 11aab7af732a
7cad871f54e : Added tag jdk7u5-b30 for changeset 2d62851e0466
89a17a03e9e : Added tag jdk7u5-b30 for changeset e41ef96c3a57
5f3679a48a8 : Added tag jdk7u5-b30 for changeset c8107ee670a4
89432f24b1f : Added tag jdk7u5-b30 for changeset c7967ef69829
d97219b0825 : Added tag jdk7u5-b30 for changeset df7002e42683
f9268318524 : Added tag jdk7u5-b30 for changeset 2f25b71f43ed
7b2625c3693 : Added tag jdk7u5-b30 for changeset fd688f30549d
cad78d6f046 : 7165598: enable FDS on Solaris X64 when 7165593 is fixed
5b1264ceabd : 7165598: enable FDS on Solaris X64 when 7165593 is fixed
7fdf0dfa52e : 7171228: closed/java/lang/SecurityManager/CheckPackageDefinition.java failure
09b14034833 : 7171474: Incorrect @see tags in java.lang.NumberFormatException javadoc
a982d867cba : 7017818: NLS: JConsoleResources.java cannot be handled by translation team
9a28860b9dc : 7171028: dots are missed in the datetime for Slovanian
ee1d40055a4 : 7094176: (tz) Incorrect TimeZone display name when DST not applicable / disabled
e301754c0de : 7117230: clean up warnings in java.text
42a22c1dc82 : 7160725: Strange or obsolete @see tags in some exception java.lang javadoc
0ccc41fc10d : 7171422: Change 7161732 breaks SA on Windows
058f95b388d : 7144064: [macosx] "Could not find class" error in JTree's ctor when called in headless mode
ff104be956e : 7169050: (se) Selector.select slow on Solaris due to insertion of POLLREMOVE and 0 events
e1774fc7a11 : 7169050: (se) Selector.select slow on Solaris due to insertion of POLLREMOVE and 0 events
11b6c98db4d : 7143353: -Xrunhprof fails in Java 7 due to bad switch
529f6523121 : 7170197: Update JPRT default build targets to support embedded builds
e0f2eed80d2 : 7170197: Update JPRT default build targets to support embedded builds
0a84e90eea0 : 7158801: Improve VM CompileOnly option
115f09fc375 : 7158801: Improve VM CompileOnly option
380c23f06b9 : 7170169: (props) System.getProperty("os.name") should return "Windows 8" when run on Windows 8
f785c8a7a4f : 7162687: enhance KDC server availability detection
12556eaf75e : 7170996: IME composition window does not disappear when file dialog is closed : Japanese WinXP
8652b3123dc : 7148556: Implementing a generic interface causes a public clone() to become inaccessible
e054554a36f : 7160293: [macosx] FileDialog appears on secondary display
be3945d9ff5 : 7161732: Improve handling of thread_id in OSThread
3d77d813ce0 : 7157798: Add 6 test scenarios for testing inheritance of multiple same-name methods from mulitple interfaces
3b10a3f9b81 : 7167656: Multiple Seeders are being created
427a8162cb1 : 7167656: Multiple Seeders are being created
33648efb4cf : 7170427: setGlobalCurrentFocusCycleRoot unexpectedly throws SecurityException
31e63d5a3ab : 7168280: Eliminate the generic signature index slot from field array for field without generic signature
f88f95d5751 : 7167157: jcmd command file parsing does not respect the "stop" command
ae57b6a3618 : 7170087: tools/launcher/Arrghs.java test has wrong bugID for 7151434
87b69c668d5 : 7168144: No appropriate CCC request for changes introduced by 7154030
1d1ed3ddb34 : 7168144: No appropriate CCC request for changes introduced by 7154030
818597ae4f0 : 7168848: Add test to check that humongous object allocation path also checks the heap occupancy
ecf06b34593 : 7154088: [macosx] Regression: Component.createImage do not inherits component attributes
9ea4ab4133f : 7124400: [macosx] CGraphicsDevice.getConfigurations() returns reference to member (does not copy configs)
0435705d19e : 7170203: TEST_BUG: test/java/nio/MappedByteBuffer/Truncate.java failing intermittently
66b51d0b9f7 : 7170203: TEST_BUG: test/java/nio/MappedByteBuffer/Truncate.java failing intermittently
e9757795650 : 7169934: pow(x,y) or x64 computes incorrect result when x<0 and y is an odd integer
d11c407c11d : 7170308: timing error in the krb5 test SSL.java
6b14cf6b82e : 7165628: Issues with java.lang.invoke.MethodHandles.Lookup
57692966b73 : 7170006: new hotspot build - hs24-b12
f1828f22b9b : Added tag hs24-b11 for changeset 100019c94f7c
2321d8e2b63 : 7169496: Problem with the SHA-224 support for SunMSCAPI provider
100eb2036d5 : 7170053: crash in C2 when using -XX:+CountCompiledCalls
197cadbc984 : Added tag hs23.2-b02 for changeset 4f7a5829028e
5ea3d5b1ea7 : 7170010: conditional "ZIP_DEBUGINFO_FILES ?= 0" setting is not reliable on Windows
7f4d14efbe4 : 7156191: [macosx] Can't type into applet demos in Pivot
285f7e06404 : 7167254: Crash on OSX in Enumerator.nextElement() with compressed oops
955e0697ba1 : 7145960: sun/security/mscapi/ShortRSAKey1024.sh failing on windows
48fe03882f4 : Added tag jdk7u6-b10 for changeset f97e90bce268
42c5a4dff9e : Added tag jdk7u6-b10 for changeset 4e393b6489a8
26c443303b1 : Added tag jdk7u6-b10 for changeset b2aa749b54b9
57761535a12 : Added tag jdk7u6-b10 for changeset d829b6fde765
d54ed44ce21 : Added tag jdk7u6-b10 for changeset d931214f29cc
073afff3eec : Added tag jdk7u6-b10 for changeset b5199ec9a122
c20bc03c134 : Added tag jdk7u6-b10 for changeset 7709ebbdf98c
890b6d7ba8b : 7168110: Misleading jstack error message
6e3096a0fa0 : 7169062: CMS: Assertion failed with -XX:+ObjectAlignmentInBytes=64
4a46c4fa607 : 7145827: [macosx] JCK failure in b11: FocusableWindow3
09df642ee8a : 7145768: [macosx] Regression: failure in b11 of ModalDialogInFocusEventTest
781549f47d2 : 7125044: [macosx] Test failure because Component.transferFocus() works differently in applet and application
50220cd3d11 : 7154072: [macosx] swallowing key events
e49b6e7624f : 7142565: [macosx] Many special keys processed twice in text fields
93165eb6387 : 6924259: Remove offset and count fields from java.lang.String
fc0ac47566f : 7171653: 32-bit cross-compile on 64-bit build host generates 64-bit data for awt/X11 leading to crash
d4efa989381 : 7126277: Alternative String hashing implementation
cfe3885d8a8 : 7172552: jabswitch utility should not request elevated privilege on the system
0a6c2eb5c01 : 7170169: (props) System.getProperty("os.name") should return "Windows 8" when run on Windows 8
01ee615acb3 : 7166956: Integrate the Java Access Bridge with Java Runtime
f9769510461 : 7103889: (fs) Reduce String concatenation when iterating over directory
9fa708cacf5 : 7127235: (fs) NPE in Files.walkFileTree if cached attributes are GC'ed
dd55c164c46 : 7143744: (se) Stabilize KQueue SelectorProvider and make default on MacOSX
914c862a375 : 7168110: Misleading jstack error message
df24494a02f : 7124411: [macosx] There's no KEY_TYPED for VK_ESCAPE
05fb2a9e6d2 : 7160293: [macosx] FileDialog appears on secondary display
f10ca71da41 : 7168550: [macosx] duplicate OGL context state changes related to vertex cache
54d7225b1db : 7154088: [macosx] Regression: Component.createImage do not inherits component attributes
67bbfd39e0e : 7124400: [macosx] CGraphicsDevice.getConfigurations() returns reference to member (does not copy configs)
1dac0b04183 : 7146550: [macosx] DnD test failure in createCompatibleWritableRaster()
76961dec4de : 7170449: Management is completely broken at least on Solaris 11 X86
b7cbfde21fa : 7171163: [macosx] Shortcomings in the design of the secondary native event loop made JavaFX DnD deadlock
94a13beefe2 : 7160623: [macosx] Editable TextArea/TextField are blocking GUI applications from exit
c1596d97778 : 7143353: -Xrunhprof fails in Java 7 due to bad switch
f55750d05a0 : 6924259: Remove offset and count fields from java.lang.String
eb7d35d85e6 : 7168520: No jdk8 TL Nightly linux builds due to broken link in b39-2012-05-13_231
4b002876d3f : Added tag jdk8-b39 for changeset 679d89b6a21a
df34620afa2 : Added tag jdk8-b39 for changeset 2052d5a6991c
66e90b1610c : Added tag jdk8-b39 for changeset b5e60661b9a2
b57dfbffa8c : Added tag jdk8-b39 for changeset a70d185bcc77
6412273c948 : Added tag jdk8-b39 for changeset 402efa0d91d4
c285bb9bd61 : Added tag jdk8-b39 for changeset 999611eec364
00a5b03f1ba : Added tag jdk8-b39 for changeset 8c8235b1fcb6
c0f2f2b464b : 7166322: closed/javax/swing/text/html/HTMLEditorKit/4242228/bug4242228.java failed since 1.8.0b36
6e3d96dc67f : 7123896: Unexpected behavior due to Solaris using separate IPv4 and IPv6 port spaces
d06f47f95c8 : 7148281: [macosx] JTabbedPane tabs with HTML text do not render correctly
04d132c0695 : 7169409: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Windows X86
542ec8c49e7 : Added tag jdk7u5-b05 for changeset f2b6a1860007
58fd4867b2c : Added tag jdk7u5-b05 for changeset 4c5e86806261
c195029be72 : Added tag jdk7u5-b05 for changeset ccc0fcfe5e8f
2904cbc9e89 : Added tag jdk7u5-b05 for changeset abb37ab30509
522c035dc1c : Added tag jdk7u5-b05 for changeset bdb826d7aa6d
2f979a8146c : Added tag jdk7u5-b05 for changeset 7e05c8a66c92
48668496921 : Added tag jdk7u5-b05 for changeset 0aa2fc073a02
f7483afe41a : 7158928: [macosx] NLS: Please change the mnemonic assignment system
5b3babf9c44 : 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
c6e36dd3eb6 : 7168505: (bf) MappedByteBuffer.load does not load buffer's content into memory
7b93606437e : 7161766: [macosx] javax/swing/JPopupMenu/6694823/bug6694823.java failed on Mac OS X
2a928a555da : 7168505: (bf) MappedByteBuffer.load does not load buffer's content into memory
c4b4c6a9a52 : 7168851: [macosx] Netbeans crashes in CImage.nativeCreateNSImageFromArray
a4ab9d70505 : 7124337: [macosx] FileDialog fails to select multiple files
44acc5d570e : 7112427: The doclet needs to be able to generate JavaFX documentation
5f43f7c289a : 7164636: (prefs) Cleanup src/macosx/classes/java/util/prefs
9b0ee815d46 : 7157855: jvisualvm.1 not included in binaries
aaf2d69944e : 7165060: dtrace tests fail with FDS debug info files
5c7d192e3a3 : 7165060: dtrace tests fail with FDS debug info files
ce388a548ab : 7164191: properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario
6d2f5978f78 : 7168550: [macosx] duplicate OGL context state changes related to vertex cache
eba9965d54f : 7166894: Add gc cause to GC logging for all collectors
b2d4591455d : 7169056: Add gigabyte unit to proper_unit_for_byte_size() and byte_size_in_proper_unit()
73636f80f03 : 7168294: G1: Some Full GCs incorrectly report GC cause as "No GC"
b305cf722e3 : 7133857: exp() and pow() should use the x87 ISA on x86
8e8033fadab : 7158457: division by zero in adaptiveweightedaverage
c23595da74e : 7158457: division by zero in adaptiveweightedaverage
7cd108a5679 : 6924259: Remove String.count/String.offset
53ca4136500 : 7167254: Crash on OSX in Enumerator.nextElement() with compressed oops
eb4a860bc31 : 6924259: Remove String.count/String.offset
b68794be17d : 7161545: G1: Minor cleanups to the G1 logging
9190ab1d6bb : 7167988: PKIX CertPathBuilder in reverse mode doesn't work if more than one trust anchor is specified
4be2fba1822 : 7150322: Stop using drop source bundles in jaxws
da0a1442134 : 7110683: Issues with some KeyboardFocusManager method
3cdc5fa537e : 7149005: [macosx] Java Control Panel's UI controls are distorted when draging scroll bar
65a285cb995 : 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
1a22d5c7a08 : 7168374: Upgrade of XML components to JAXB 2.2.4-2, SAAJ 1.3.16, JAXWS 2.2.4-1
641548f6e9f : 7167976: Fix broken get_source.sh script
ab6353b042f : 7167976: Fix broken get_source.sh script
fd8e6eca55b : 7167976: Fix broken get_source.sh script
17b26a6a0c6 : 7168247: new hotspot build - hs24-b11
757948e54b6 : Added tag hs24-b10 for changeset fcb3aef57178
024a3d83707 : 7144861: speed up RMI activation tests
a4416b223d4 : 7071826: Avoid benign race condition in initialization of UUID
c9d4ea00e5f : 7168520: No jdk8 TL Nightly linux builds due to broken link in b39-2012-05-13_231
ce6f00fcaf5 : 7156842: test/java/util/zip/ZipFile/vmcrash.zip triggers McAffe virus warning
0838a4a5f98 : 7096436: (sc) SocketChannel.connect fails on Windows 8 when channel configured non-blocking
987e76527ec : 7158928: [macosx] NLS: Please change the mnemonic assignment system
e030463a7ea : 7157855: jvisualvm.1 not included in binaries
f29382e744a : 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
c5546c68e86 : 7166687: InetAddress.getLocalHost().getHostName() returns FQDN
67bedb19cb8 : 7149062: [macosx] dock menu don't show available frames
f9b05640a74 : 7166437: [macosx] Support for Window.Type.UTILITY on the Mac
a1f849ea07a : 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
44d54c9de97 : 7024963: Notepad demo: remove non-translatable resources from Notepad.properties file
e8fc4f5d74a : 7093156: NLS Please change the mnemonic assignment system to avoid translation issue (Swing files)
3b77eb76806 : 7071826: Avoid benign race condition in initialization of UUID
80abef163a3 : 7167625: Adjustments for SE-Embedded build process
039b636ea2c : 7168249: new hotspot build - hs23.2-b02
bfa3402f161 : 7167625: Adjustments for SE-Embedded build process
5e880611f45 : Added tag hs23.2-b01 for changeset dd1bb3692c89
9d4ac4c1886 : 7149062: [macosx] dock menu don't show available frames
101d88a6550 : 7168208: Change use of @ in one sed command involving paths to different character
817ad87a289 : 7166990: java/compiler Inherited interfaces using generics sometimes looses the generic type
50d1683efd1 : 7166437: [macosx] Support for Window.Type.UTILITY on the Mac
11b140fdcfc : 7167359: (tz) SEGV on solaris if TZ variable not set
6e335b37209 : 7167359: (tz) SEGV on solaris if TZ variable not set
abd7e74713e : 7163874: InetAddress.isReachable should support pinging 0.0.0.0
16ef190a9c7 : 7168098: Adjustments for SE-Embedded build process
0e64353858c : 7149320: Move sun.misc.VM.booted() to the end of System.initializeSystemClass()
b201c9b58ea : 7166570: JSSE certificate validation has started to fail for certificate chains
842c597015e : Added tag jdk7u6-b09 for changeset 83e5456ed66c
c7c03f45538 : Added tag jdk7u6-b09 for changeset 0989a28c77ac
8ab9508b6f8 : Added tag jdk7u6-b09 for changeset b0c5e9daaff2
93c647a671b : Added tag jdk7u6-b09 for changeset 36044b885276
fba060aad22 : Added tag jdk7u6-b09 for changeset dad483dc3f44
e324eb7abec : Added tag jdk7u6-b09 for changeset 642882040904
4cc340f7851 : Added tag jdk7u6-b09 for changeset 472a37eb9e5f
9feb7f3e15b : 7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
f36f12f54e3 : Added tag jdk8-b38 for changeset 8bf61a6c4a22
2e89926eabe : Added tag jdk8-b38 for changeset 5904985dac0a
f592cd9eb66 : Added tag jdk8-b38 for changeset b03bb9688c69
74f10135f50 : Added tag jdk8-b38 for changeset 426adeeabf00
d75e89764eb : Added tag jdk8-b38 for changeset dd5e885125b4
5784582da12 : Added tag jdk8-b38 for changeset 748373b1eae7
927c948fb5a : Added tag jdk8-b38 for changeset ab7f1daeaf13
c28cf456f4a : Added tag jdk7u5-b04 for changeset dc6be6063bc5
fe283e8395e : Added tag jdk7u5-b04 for changeset 1cbae36d2f6f
36f4abc9d5c : Added tag jdk7u5-b04 for changeset bc652e87376b
d51fc1f5fd4 : Added tag jdk7u5-b04 for changeset 387c10f89264
b45e1ce5691 : Added tag jdk7u5-b04 for changeset 6221c612acc8
ecb62d5e8f8 : Added tag jdk7u5-b04 for changeset f2bf810888c4
4aa37c45ae1 : Added tag jdk7u5-b04 for changeset 0d0d8cb0d466
9668994591d : 7080109: Dialog.show() lacks doPrivileged() to access system event queue
a9aba51caf0 : 7167593: Changed get_source.sh to allow for getting full oracle jdk repo forest
9e915b2a8d7 : Added tag jdk7u21-b03 for changeset 4d39f737dc5d
3005990c367 : Added tag jdk7u21-b02 for changeset 737762a3be27
beefc5b77a8 : Added tag jdk7u21-b01 for changeset bad9ee71e61f
c8fa50bdadd : 7167593: Changed get_source.sh to allow for getting full oracle jdk repo forest
5c5ce877e8c : 7167593: Changed get_source.sh to allow for getting full oracle jdk repo forest
7d82c13142e : 7165755: OS Information much longer on linux than other platforms
a160adcf6c8 : 7169102: 7165060 merge lost changes to make/windows/makefiles/defs.make
8b44324ec46 : 7157734: hotspot test scripts not testing 64-bit JVM under JPRT/JTREG
831d61ffeec : 7167069: 6 VM flags crash the VM when queried via jinfo
c3e4ab92092 : 7163470: Build fails if javax.crypto src files not present
efb4e7d77da : 7167437: Can't build on linux without precompiled headers
2c13671808d : 7096436: (sc) SocketChannel.connect fails on Windows 8 when channel configured non-blocking
34aa937e993 : 7167362: SecureRandom.init should be converted, amendment to 7084245
5c2efc04bed : Added tag jdk8-b37 for changeset ac17e6eab3e8
688375fd871 : Added tag jdk8-b37 for changeset 6cc8efda172c
0ae04de4eff : Added tag jdk8-b37 for changeset cc70c2a4a56c
c1e2bb79f84 : Added tag jdk8-b37 for changeset 19c92373018b
e53314cbb74 : Added tag jdk8-b37 for changeset f2944668a5b3
b0296ea6c48 : Added tag jdk8-b37 for changeset 64ed6b4e402e
1beaa06ed7f : Added tag jdk8-b37 for changeset 1246483aab30
769059e3a30 : 7165118: (prefs) AbstractPreferences.remove(null) does not throw NPE
35e44803db2 : 7166955: (pack200) JNI_GetCreatedJavaVMs needs additional checking
361ef4ac69c : 7163117: Agent can't connect to process on Mac OSX
018f4098e84 : 7163117: Agent can't connect to process on Mac OSX
23910f1fd38 : 7167406: (Zero) Fix for InvokeDynamic needed
97d244d75a9 : 7167406: (Zero) Fix for InvokeDynamic needed
7befd87c216 : 7165722: Invalid path in MemoryMonitor demo's README.txt
0e573c42842 : 7153184: NullPointerException when calling SSLEngineImpl.getSupportedCipherSuites
081be38b26c : 7166570: JSSE certificate validation has started to fail for certificate chains
879e30901ed : 4963723: Implement SHA-224
f44a8ebe074 : 7167092: Need to put the return clause in the synchronized block
7ecd34e3687 : 7167266: missing copyright notes in 3rd party code
6eac86e9998 : 7167266: missing copyright notes in 3rd party code
e5d1a37e5de : 7164344: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Solaris and Windows
833a064cfe6 : 7162726: Wrong filter predicate of visible locals in SA JSJavaFrame
24c297da4c9 : 7157656: (zipfs) SeekableByteChannel to entry in zip file always reports its position as 0
7ac176f3f5e : 8004866: [macosx] HiDPI support in Aqua L&F
7d08cfb9406 : 8000629: [macosx] Blurry rendering with Java 7 on Retina display
2e4794b20e7 : 8014724: Broken 7u-dev build
44dce00e614 : 2223192: [macosx] "opposite" seems always null in focus events
30fb5c81463 : 7157656: (zipfs) SeekableByteChannel to entry in zip file always reports its position as 0
c8da8f2595f : 7014640: To add a metachar \R for line ending and character classes for vertical/horizontal ws \v \V \h \H
828158fb8d9 : 7103570: AtomicIntegerFieldUpdater does not work when SecurityManager is installed
548864b0b37 : 7156842: test/java/util/zip/ZipFile/vmcrash.zip triggers McAffe virus warning
7dbc0158a4a : Added tag jdk7u4-b31 for changeset 3ed0114054b8
fc7bc1b13c2 : Added tag jdk7u4-b31 for changeset 3d553475fe99
120e3cb9803 : Added tag jdk7u4-b31 for changeset 31cf871145df
c36956ca6a4 : Added tag jdk7u4-b31 for changeset 979f2ae67353
1068700f6c2 : Added tag jdk7u4-b31 for changeset bb8a048cc80e
de113ae85ba : Added tag jdk7u4-b31 for changeset 0389b4a3cc09
29fc622e616 : Added tag jdk7u4-b31 for changeset 7d811c678941
6f56fa39898 : Added tag jdk7u4-b22 for changeset 2b7a77dfabc2
735b6d5d3d0 : Added tag jdk7u4-b22 for changeset d1887b83c6e3
55e1efedbea : Added tag jdk7u4-b22 for changeset ba00e7958ff2
b811b194d83 : Added tag jdk7u4-b22 for changeset 89da35b2aaf4
f9a7be4f320 : Added tag jdk7u4-b22 for changeset 5ec11bf2144d
b1f40ebea49 : Added tag jdk7u4-b22 for changeset 20a5f1a1f40b
abe32a677dd : Added tag jdk7u4-b22 for changeset f2a25f6a1de8
904f53db88d : 7160610: Unknown Native Code compilation issue
bbd1d5c0cfb : 7166687: InetAddress.getLocalHost().getHostName() returns FQDN
fd928bc1ef6 : 7166687: InetAddress.getLocalHost().getHostName() returns FQDN
703f08dfe8d : 7166048: Remove the embeded epoll data structure
5abcb819bb1 : 7165628: Issues with java.lang.invoke.MethodHandles.Lookup
97ce6a102f0 : 7163470: Licensee source bundle build failed with CipherSpi not found (7u4)
415b5600bd7 : 7124376: [macosx] Modal dialog lost focus
7ae15519b1b : 7153184: NullPointerException when calling SSLEngineImpl.getSupportedCipherSuites
ffd4d391444 : 7166615: new hotspot build - hs24-b10
d1c83acabb4 : Added tag hs24-b09 for changeset 6123dd756c56
2f8d099c205 : 7166598: FilteredRowSetImpl can result in Invalid Cursor Position
bf549e93b93 : 7147055: [macosx] Cursors are changing over a blocked window; also blinking
1c3d28cb43e : 7154062: [macosx] Mouse cursor isn't updated in applets
324e987e821 : 7166010: (javac) JavacMessager incorrectly restores log source file
b963b0bcc40 : 7146237: closed/java/awt/Focus/SetFocusTraversalKeysTest/SetFocusTraversalTest.html failed since 1.8.0b19
a87ef6a7bb7 : 7123896: Unexpected behavior due to Solaris using separate IPv4 and IPv6 port spaces
045ba7db6b2 : 7024963: Notepad demo: remove non-translatable resources from Notepad.properties file
8d6909b8e88 : 7118100: (prefs) Inconsistency when using system and user preference on OSX Lion
995b6a502f0 : 7160757: Problem with hotspot/runtime_classfile
ff66fcc442a : 7160757: Problem with hotspot/runtime_classfile
cb0de2af373 : 7148289: [macosx] Deadlock in sun.lwawt.macosx.CWrapper$NSScreen.visibleFrame
e3ab8ba856c : 7148289: [macosx] Deadlock in sun.lwawt.macosx.CWrapper$NSScreen.visibleFrame
e6869edf381 : 7124376: [macosx] Modal dialog lost focus
0705c620501 : 7160623: [macosx] Editable TextArea/TextField are blocking GUI applications from exit
701bb6589e2 : 7154130: Add Mac OS X Instructions to README-builds.html
1f736c82a9c : 7154130: Add Mac OS X Instructions to README-builds.html
8efd6197af1 : Added tag jdk7u6-b08 for changeset b429624057c6
5530fe1140c : Added tag jdk7u6-b08 for changeset 224c308fcaac
2609a0aae4d : Added tag jdk7u6-b08 for changeset 6719ed6ede51
c7e5a619167 : Added tag jdk7u6-b08 for changeset 86d1b8c20e98
a0012f2b9ec : Added tag jdk7u6-b08 for changeset 788a2ec285d3
4d15d52e3c3 : Added tag jdk7u6-b08 for changeset e37f14507536
1312b3df0aa : Added tag jdk7u6-b08 for changeset 546a2ab3f449
b4c2c567d6c : 7160714: Strange or obsolete @see tags in some exception java.util javadoc
05ffd97b08d : 7165102: Only run assertion on Integer autoboxing cache size once
2fa131f8db4 : 7158552: The instanceKlsss::_host_klass is only needed for anonymous class for JSR 292 support
4d0e923a608 : 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
43ef89d4a63 : 7087021: TEST: com/sun/crypto/provider/Mac/MacClone.java failed on Solaris sparc 5.10
3f596509e18 : 7154062: [macosx] Mouse cursor isn't updated in applets
728600d4e30 : 7164376: Replace use of sun.security.action.LoadLibraryAction with System.loadLibrary
4a3f30b7446 : 7158688: Typo in SSLContext Spec
6fed495d1f5 : 7164570: (fs) WatchService queues CREATE event but not DELETE event for very short lived files [sol11]
e0e7eb6c448 : 7165312: Fix jaxp source movement for new build-infra
d85f615c03a : 7165277: Fix missing execute permission issue running logger.sh
5e307557c8d : 7162043: Add headless mode tests to problem list [macosx]
bebe65a3422 : 7124210: [macosx] Replacing text in a TextField does generate an extra TextEvent
f4f5b85061d : 7124328: [macosx] javax.swing.JDesktopPane.getAllFramesInLayer returns unexpected value
03b36bd4549 : 6996372: synchronizing handshaking hash
3118f65376a : Added tag jdk8-b36 for changeset 5875a9028f2c
cd1a43e9b28 : Added tag jdk8-b36 for changeset 8a3b65a2aab7
2867dc7446d : Added tag jdk8-b36 for changeset d142a9139249
4149bc3c4a9 : Added tag jdk8-b36 for changeset 69a997cbdf15
a4aab05579b : Added tag jdk8-b36 for changeset a7cb86ab5b6e
530ce70e39d : Added tag jdk8-b36 for changeset 46cc3a1a6961
66a72d74116 : Added tag jdk8-b36 for changeset 9e7bde7b948b
7a81643af5f : 7162955: Attach api on Solaris, too many open files
ea892424477 : 7162955: Attach api on Solaris, too many open files
64c6dc258c3 : 7013850: Please change the mnemonic assignment system to avoid translation issue
c53c258233f : 7118100: (prefs) Inconsistency when using system and user preference on OSX Lion
8c3f861909f : 7124328: [macosx] javax.swing.JDesktopPane.getAllFramesInLayer returns unexpected value
21e63eca82a : 7124210: [macosx] Replacing text in a TextField does generate an extra TextEvent
d0e26fa1f96 : 7154030: java.awt.Component.hide() does not repaint parent component
39c1b4be346 : 7154030: java.awt.Component.hide() does not repaint parent component
5b91fbd2b55 : 7164344: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Solaris and Windows
304267f1dcc : 7128699: Change the bundle name so it won't be overwritten when installing a new version
6d834825dea : 7160242: (prefs) Preferences.remove(null) does not throw NPE [macosx]
9dac65e6e50 : 7128699: Fix bundle name so it contains the bugfix number in the name
653ffb1218c : 7154480: [macosx] Not all popup menu items are visible
7f8dfa7abbf : 7163482: [macosx] Regtest closed/javax/swing/JTree/4908142/bug4908142.java intermittent failure
eaf0292a7bb : 7154822: forward port fix for Bug 13645891 to JDK8 jcmd (1024 byte file size limit issue)
93bfefecfef : 7163848: G1: Log GC Cause for a GC
377a04fe57d : 7143490: G1: Remove HeapRegion::_top_at_conc_mark_count
b63f7f3a18b : 7164144: Fix variable naming style in freeBlockDictionary.* and binaryTreeDictionary*
3eb45451f33 : 7159320: change default ZIP_DEBUGINFO_FILES back to '1' after fix for 7133529 is available
21d0c9ef0d1 : 7144274: [macosx] Default IPv6 multicast interface is not being set when calling MulticastSocket.joinGroup()
59a75697e30 : 7157659: [macosx] Landscape Printing orientation doesn't work
83ff79ed012 : 7157695: Add windows implementation of socket interface
cb9507190ee : 7151434: java -jar -XX crashes java launcher
14842a2b975 : 7131021: [macosx] Consider using system properties to pass arguments from the launcher to AWT/SplashScreen
e06802409e8 : 7163898: add isLoggable() check to doLog()
c72f4d25b90 : 8010939: Deadlock in LogManager
4b22d38e871 : 7153702: [TEST_BUG] [macosx] Synchronization problem in test javax/swing/JPopupMenu/6827786/bug6827786.java
95e1abafe1e : 6983966: remove lzma and upx from repository JDK7u
2942df6c930 : 7163898: add isLoggable() check to doLog()
56a050e73aa : 7150109: [macosx] the Frame showed incomplete
3548b15ce34 : 7163865: Performance improvement for DateFormatSymbols.getZoneIndex(String)
60466285a2e : 7171028: dots are missed in the datetime for Slovanian
83d6fa492bf : 7166955: (pack200) JNI_GetCreatedJavaVMs needs additional checking
1aa1d2c741b : 7163874: InetAddress.isReachable should support pinging 0.0.0.0
8c029909a48 : 7163865: Performance improvement for DateFormatSymbols.getZoneIndex(String)
eafa56894a4 : Added tag jdk7u6-b07 for changeset f8b521796d45
30000dae2b3 : Added tag jdk7u6-b07 for changeset c3373bee7b55
244b484e07a : Added tag jdk7u6-b07 for changeset a43c37bf34a2
52d95b28e5e : Added tag jdk7u6-b07 for changeset 9bf5fdf05278
ccd94177275 : Added tag jdk7u6-b07 for changeset 02302b4c3500
d5755fe9cb8 : Added tag jdk7u6-b07 for changeset 3c2973b90083
da1835b1fc9 : Added tag jdk7u6-b07 for changeset 86f892fe8296
85603cb521a : 7163621: Bump the hs23.1 build number to b03
eb94a6361dc : 7118373: (se) Potential leak file descriptor when deregistrating at around the same time as an async close
31459837845 : 7163524: Add SecTaskAccess attribute to jstack [macosx]
581bf505f34 : 7100140: [macosx] Test closed/javax/sound/sampled/DirectAudio/bug6400879.java is invalid
a99356188d4 : 7013850: Please change the mnemonic assignment system to avoid translation issue
3dfdc1713d1 : 7157659: [macosx] Landscape Printing orientation doesn't work
bf5a3b90fb9 : 7163524: Add SecTaskAccess attribute to jstack [macosx]
ca57fd5c977 : 7162063: libsaproc debug print should format size_t correctly on 64bit platform
f87059b8a72 : 7132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 socket and IPv6 enabled [macosx]
4bce4fd4a64 : 7176485: (bf) Allow temporary buffer cache to grow to IOV_MAX
1765e934773 : 7032018: The file list in JFileChooser does not have an accessible name
35a0ff69b08 : 7132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 socket and IPv6 enabled [macosx]
091f0781b8b : 7163395: jdk8/tl no longer builds on Mac
b0c273a9b8b : 6981776: Pack200 must support -target 7 bytecodes
6de80de07f4 : 7163193: new hotspot build - hs24-b09
240c3c48393 : Added tag hs24-b08 for changeset 55ac5f20c7bf
5a7b7e854db : Added tag jdk7u4-b21 for changeset 0d578ff857b3
1ae7197c806 : Added tag jdk7u4-b21 for changeset b0404d1110a2
887dce246a7 : Added tag jdk7u4-b21 for changeset 479c78ef55d5
64aea143542 : Added tag jdk7u4-b21 for changeset 4c125bd140b2
bd8a44d8b6e : Added tag jdk7u4-b21 for changeset e282833c44d9
7a23b6a775d : Added tag jdk7u4-b21 for changeset d898b82a5432
8fc58a94168 : Added tag jdk7u4-b21 for changeset 4b41dc8f941d
beaeba8862b : 7161925: sjava files in corba don't have copyright string and legal notice
b893f8f4027 : 7162488: VM not printing unknown -XX options
7ec28f0cd09 : 7162488: VM not printing unknown -XX options
7e36bafdcdb : 7162488: VM not printing unknown -XX options
c354b234a4f : 7159982: ZipFile uses static for error message when malformed zip file encountered
3a3377b2b70 : 7055065: NullPointerException when sorting JTable with empty cell
ec5cf74987f : 7195106: REGRESSION : There is no way to get Icon inf, once Softreference is released
0267a572096 : 7193169: The code example in javadoc of Component.java misses 'implements' keyword
91ae75b0874 : 7055065: NullPointerException when sorting JTable with empty cell
2f21d39ae5a : 7129742: Unable to view focus in Non-Editable TextArea
05e0e4ac7f4 : 7162440: Fix typo in BUNDLE_ID variable so it can be overridden
0590a1ea49c : 7158636: InterfaceAddress.getBroadcast() returns invalid broadcast address on WLAN
501cb1e7863 : 7162440: Fix typo in BUNDLE_ID-related macro names
9e597f377fb : 7162440: Fix typo in macro so BUNDLE_ID can be overridden
4f6ca7513e4 : 7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again
d43b7a3a074 : Added tag jdk8-b35 for changeset 55cc12e59097
26c6d93e073 : Added tag jdk8-b35 for changeset 7d350b06fde4
c103c7f0492 : Added tag jdk8-b35 for changeset dc30e060f828
8e5fedeb454 : Added tag jdk8-b35 for changeset 4bca4ac90e85
17f06f1623e : Added tag jdk8-b35 for changeset f81ec813e7ee
dadb671a173 : Added tag jdk8-b35 for changeset b8ea05aeddf8
d7ad8620589 : Added tag jdk8-b35 for changeset 499f1fc13620
a7c87287046 : 7162823: Modify the list of excluded tests (ProblemList
5befb6f577d : 7162262: (fs) Typo in java.nio.file.Path class description
a02fad04b2f : 7161796: PhaseStringOpts::fetch_static_field tries to fetch field from the Klass instead of the mirror
38e8c99e8b7 : Added tag jdk7u6-b06 for changeset b249e8bb9774
9c599acac45 : Added tag jdk7u6-b06 for changeset 5a5b82b69d48
7332e875fab : Added tag jdk7u6-b06 for changeset 8392962b61e1
897c5da3032 : Added tag jdk7u6-b06 for changeset 45049a0ff10c
0d90bc2e04b : Added tag jdk7u6-b06 for changeset 86005264d0e3
576c2ec8981 : Added tag jdk7u6-b06 for changeset d889953d3641
bd3b4e03b28 : Added tag jdk7u6-b06 for changeset 360576d8986f
0afaaf8d367 : 7145441: G1: collection set chooser-related cleanup
846b62bbd60 : 7124286: [macosx] Option modifier should work like AltGr as in Apple jdk
158d1779b9f : 7160895: tools/launcher/VersionCheck.java attempts to launch .debuginfo
4e12e516d8e : 7071907: JDK: Full Debug Symbols
899181bf7c5 : 7162043: Add headless mode tests to problem list [macosx]
01ea4199c71 : 7157073: G1: type change size_t -> uint for region counts / indexes
3f500741421 : 7156194: [macosx] Can't type non-ASCII characters into applets
00ef83a6ab5 : 7157893: Warnings Cleanup in java.util.*
4869b7a5a72 : 7152856: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing on Windows
87e24367ff4 : 7160380: Sync JDK8 with JAXP 1.4.5
db4db388768 : 7160380: Sync JDK8 with JAXP 1.4.5
2ded12cdfd5 : 7162094: LateInlineCallGenerator::do_late_inline crashed on uninitialized _call_node
b86618edf93 : 7161109: [macosx] JCK AWT interactive test DnDTextDropTest fails on MacOS
ea4cd6ca39b : 7159320: change default ZIP_DEBUGINFO_FILES back to '1' after fix for 7133529 is available
9e2790c8aec : 7116200: (cs) test/java/nio/charset/coders/StreamTimeout.java fails with "Address already in use"
350730be55c : 7118373: (se) Potential leak file descriptor when deregistrating at around the same time as an async close
423841f6343 : 7152564: Improve CodeSource.matchLocation(CodeSource) performance
c5681473cb4 : 7015981: java.net.HttpCookie.domainMatches returns false if domain doesn't start with a dot
56c82577435 : 7100140: [macosx] Test closed/javax/sound/sampled/DirectAudio/bug6400879.java is invalid
4661534e565 : 7147848: com.sun.management.UnixOperatingSystem uses hardcoded dummy values [macosx]
311ea4a9695 : 7147848: com.sun.management.UnixOperatingSystem uses hardcoded dummy values [macosx]
608fc5fb182 : 7161105: unused classes in jdk7u repository
e65bfe8be27 : Added tag jdk7u6-b05 for changeset 5dc299c36b38
ba95b0e31c6 : Added tag jdk7u6-b05 for changeset 57f8f8882a0b
8025a066ddc : Added tag jdk7u6-b05 for changeset fbf242ae6011
64aca93b822 : Added tag jdk7u6-b05 for changeset a7dce843d499
08903983b3c : Added tag jdk7u6-b05 for changeset 63d49ccdc990
716f2fb4523 : Added tag jdk7u6-b05 for changeset 3b2fb00b3c4f
bba8cb75f23 : Added tag jdk7u6-b05 for changeset 8d8a01582fd7
d090606f367 : 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
a75da56b875 : Added tag jdk7u4-b30 for changeset a5d22ee2d7c3
bb228841e4e : Added tag jdk7u4-b30 for changeset ae0e83608827
d4c6253e9d1 : Added tag jdk7u4-b30 for changeset 1a4572a2489d
65c1bf63bb2 : Added tag jdk7u4-b30 for changeset 0365cf548607
0a2679a853c : Added tag jdk7u4-b30 for changeset 855aac48d71a
e7c27ab674c : Added tag jdk7u4-b30 for changeset c0f1257e37e5
a5242e001d3 : Added tag jdk7u4-b30 for changeset dd1af8a9b723
5b1baa3d10d : 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
b29ee109380 : 7143744: (se) Stabilize KQueue SelectorProvider and make default on MacOSX
975313d5ccc : 7080700: numAppContexts is accessed in non-threadsafe way in sun.awt.AppContext
253976ad79d : 7058852: javax/sound/sampled/FileWriter/AlawEncoderSync.java failing intermittently
fe5942b7bf8 : 7131021: [macosx] Consider using system properties to pass arguments from the launcher to AWT/SplashScreen
8c21857ff5f : 7161282: Move test/sun/tools/classpath/RMICClassPathTest.java to a more appropriate location
a51733d81da : 7161282: Move test/sun/tools/classpath/RMICClassPathTest.java to a more appropriate location
afa494b2a59 : 7149090: Nimbus:BorderFactory.createTitledBorder() the DEFAULT position of a title is not the same as the TOP
d997c315141 : Added tag jdk7u5-b02 for changeset ac00bded11d8
e933cfbf84a : Added tag jdk7u5-b02 for changeset 47fbbb3bc2ec
5afe456da39 : Added tag jdk7u5-b02 for changeset f8e61eeda4d0
6599e7e1f0b : Added tag jdk7u5-b02 for changeset e403d13be59f
4b5ee82d2df : Added tag jdk7u5-b02 for changeset 1c9335acff43
74025671571 : Added tag jdk7u5-b02 for changeset 28804b6e71d4
1979b1c5bba : Added tag jdk7u5-b02 for changeset ee103fb2477c
34af18cd401 : 7152169: TEST_BUG: sun/security/tools/jarsigner/ec.sh occasionally fail due to keytool error on sparc
8263a06f214 : 7124272: [macosx] VK_DELETE does produce an extraneous character in a TextArea or TextField
ac620e811d7 : 7152564: Improve CodeSource.matchLocation(CodeSource) performance 7155693: CodeSource.matchLocation getPort test can be improved
9de05ceb7a3 : 7160895: tools/launcher/VersionCheck.java attempts to launch .debuginfo
1f4653910f4 : 7067045: replaceAll("\u20ac", "$"); causses java.lang.StringIndexOutOfBoundsExceptio
d8720eac7dc : Added tag jdk7u4-b20 for changeset 8706932b0d09
688b46f6ef5 : Added tag jdk7u4-b20 for changeset fe8e0955eeb6
e29fa2e074c : Added tag jdk7u4-b20 for changeset cd7267adf4a9
218a00d19df : Added tag jdk7u4-b20 for changeset ee00158bc1ec
bbf9bb2dfd9 : Added tag jdk7u4-b20 for changeset 0831ea36dc46
74588ab741a : Added tag jdk7u4-b20 for changeset 0d698a831735
9cffd52d98d : Added tag jdk7u4-b20 for changeset 1f3144bece20
24500364ed8 : 7160677: missing else in fix for 7152811
1187f3a1496 : 7152690: Initialization error with charset SJIS_0213 when security manager is enabled
86621c40f2f : 7173645: (props) System.getProperty("os.name") should return "Windows Server 2012" for Windows Server 2012
0fd5e42f7b6 : 7170716: JVM crash when opening an AWT app from a registered file
b869b84db35 : 7176784: Windows authentication not working on some computers
97ec1df9647 : 7158366: [macosx] Print-to-file dialog doesn't have an entry field for a name
9ee80d012b4 : 7027300: Unsynchronized HashMap access causes endless loop
3d5fc52e651 : 7174970: NLS [ccjk] Extra mnemonic keys at standard filechooserdialog (open and save) in metal L&F
2f9ac8d4d1e : 7178483: Change version string for Embedded releases
314f39f20c6 : 7178548: Hashtable alternative hashing threshold default ignored
3086d87274d : 7174704: [macosx] New issue in 7u6 b12: HeadlessPrintingTest failure
a2c3253519a : 7159381: [macosx] Dock Icon defaults to Generic Java Application Category
da981f87e99 : 7124239: [macosx] sun.awt.SunToolkit.InfiniteLoop exception in realSync called from SwingTestHelper
75275ac2ba9 : 7146564: DefaultProxySelector should filter 0.0.0.0 and ::0 [macosx]
6bf56aec463 : 7168191: Signature validation can fail under certain circumstances
f92df42485f : 7147055: [macosx] Cursors are changing over a blocked window; also blinking
2c442020a32 : 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
c12cf4c7e68 : 7165257: Add JFR tests to the JDK code base
61e939ddd84 : 7150105: [macosx] four scroll-buttons don't display. scroll-sliders cursors are TextCursor
51a0044faa8 : 7172430: [macosx] debug message in non debug jdk build
e0e2d71da91 : 7173487: [macosx] Problems with popup menus, tooltips and dialog boxes in dual monitor setup
973278a0626 : 7156963: Incorrect copyright header in java/io/SerialCallbackContext
4051542e1f6 : 7080109: Dialog.show() lacks doPrivileged() to access system event queue
48cbbb76c9d : 7122740: PropertyDescriptor Performance Slow
80369f73038 : 7092551: Double-click in TextField sets caret to the beginning
c48ecbdfdc9 : 7123957: Switch of Gnome theme ends up deadlocked in GTKEngine.native_switch_theme
4870bd1b7ec : 7175758: Improve unit test of Map iterators and Iterator.remove()
67832ed89f8 : 7158366: [macosx] Print-to-file dialog doesn't have an entry field for a name
77d79857648 : 7153693: Three 2D_ImageIO tests failed due ImageFormatException on OEL 6.* Unbreakable Kernel x64
d90a384a7a1 : 7165725: JAVA6 HTML PARSER CANNOT PARSE MULTIPLE SCRIPT TAGS IN A LINE CORRECTLY
47cb83783c7 : 7124247: [macosx] Implement GraphicsDevice.setDisplayMode()
d4817a1e4fe : 7152690: Initialization error with charset SJIS_0213 when security manager is enabled
fd2396213fa : 7156873: (zipfs) FileSystems.newFileSystem(uri, env) fails for uri with escaped octets
8571ff38418 : 8000817: Reinstate accidentally removed sleep() from ProcessBuilder/Basic.java
0c8343e5312 : 7152183: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently [sol]
ce0e3459f33 : 8001124: jdk7u ProblemList.txt updates (10/2012)
bd45c3fd4f0 : 7154638: Change download.oracle.com to docs.oracle.com in jdk/make/docs/Makefile
09ae9ab408c : 7192804: Build should not install jvisualvm man page for OpenJDK
bbca5b0997d : 7200762: [macosx] Stuck in sun.java2d.opengl.CGLGraphicsConfig.getMaxTextureSize(Native Method)
0e2cbdbca85 : 7199219: Proxy-Connection headers set incorrectly when a HttpClient is retrieved from the Keep Alive Cache
d32a31c7f87 : 7199862: Make sure that a connection is still alive when retrieved from KeepAliveCache in certain cases
ff2263ca3cd : 7197619: Using modifiers for the dead key detection on Windows
9fe242ba0f3 : 7200742: (se) Selector.select does not block when starting Coherence (sol11u1)
986f31475d9 : 7055363: jdk_security3 test target cleanup
8a009c43800 : 7055362: jdk_security2 test target cleanup
178da14da2a : 7054918: jdk_security1 test target cleanup
17d3cafd5be : 7156873: (zipfs) FileSystems.newFileSystem(uri, env) fails for uri with escaped octets
275576b2185 : Added tag jdk8-b34 for changeset c529d3f99946
b127787553f : Added tag jdk8-b34 for changeset 17ed142e28eb
a19cce278c7 : Added tag jdk8-b34 for changeset f2ca1609c83c
a1a5bd99c1a : Added tag jdk8-b34 for changeset 664a26130786
5ed629de9f0 : Added tag jdk8-b34 for changeset c71d5b52c0e8
5099649ff06 : Added tag jdk8-b34 for changeset 6ec49b7a7e19
0ad7c6fe6de : Added tag jdk8-b34 for changeset 863d9350e84b
60663487f6c : 7160496: Rename JDK8 JAXP source directory
1095f90a26e : 7160976: Fix missing file in new build infrastructure: Defs-utils.gmk
df4e718c399 : 7158712: Synth Property "ComboBox.popupInsets" is ignored
93c317d8e6a : 7160653: test/javax/swing/plaf/synth/7158712/bug7158712.java failed on Ubuntu
2c70dc8614e : 6610897: New constructor in sun.tools.java.ClassPath builds a path using File.separator instead of File.pathSeparator
0b4463c8969 : 7164191: properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario
4479e3e58f0 : 7194184: JColorChooser swatch cannot accessed from keyboard
6980f04300f : 7201151: Fix Contribution : Java cannot get Windows's IME name correctly
00b38ee0511 : 6610897: New constructor in sun.tools.java.ClassPath builds a path using File.separator instead of File.pathSeparator
5cdba91dcc8 : 7160539: JDeveloper crashes on 64-bit Windows
d16ab3b53e3 : 7160539: JDeveloper crashes on 64-bit Windows
c3a386ef6da : 7143606: File.createTempFile should be improved for temporary files created by the platform
9fce2ce3a63 : 7160677: missing else in fix for 7152811
8716e4744b2 : 7157903: JSSE client sockets are very slow
68bfaa0d224 : 7157903: JSSE client sockets are very slow
9cbde0b81ef : 7124411: [macosx] There's no KEY_TYPED for VK_ESCAPE
5017ee9fdb4 : 7071907: JDK: Full Debug Symbols
99802ac63d8 : 7160613: VerifyRememberedSets doesn't work with CompressedOops
f695b75d78a : 4988100: oop_verify_old_oop appears to be dead
bb59715dae6 : 7160728: Introduce an extra logging level for G1 logging
d951098c653 : 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
3662e2a4171 : Added tag hs23-b21 for changeset 4b69b2b89699
dcfcdd72ce1 : 7157609: Issues with loop
2e12d45877e : 7097771: setEnabled does not work for components in disabled containers
4fd64312c80 : 7159772: instanceKlass::all_fields_count() returns incorrect total field count
910846ed2cd : 7158712: Synth Property "ComboBox.popupInsets" is ignored
e630f8d216c : 7146146: Deadlock between subclass of AbstractDocument and UndoManager
e32ab98b32f : 7074397: Build infrastructure changes (makefile re-write)
c41339543f8 : 7074397: Build infrastructure changes (makefile re-write)
9b450f06061 : 7074397: Build infrastructure changes (makefile re-write)
36523aa64ec : 7074397: Build infrastructure changes (makefile re-write)
78c56238423 : 7074397: Build infrastructure changes (makefile re-write)
2c8ab7122b6 : 7074397: Build infrastructure changes (makefile re-write)
eda93686832 : 7124551: [macosx] Once added, Menu shortcut cannot be removed
8a66dbf0776 : 7158930: (ann) library support for repeating annotations is not built when compiling the JDK
2c28d27dcf7 : 7154809: JDI: update JDI/JDB debugee commandline option parsing
82a829aa2cf : 7158329: NPE in sun.security.krb5.Credentials.acquireDefaultCreds()
d3f6468e948 : 7200295: CertificateRequest message is wrapping when using large numbers of Certs
63e3bfb2b20 : 7199066: Typo in method name
77aefcd2d32 : Added tag jdk7u10-b09 for changeset 14dd88e724f3
331dab86261 : 7199637: TEST_BUG: add serialization tests to jdk7u problem list for macosx
7f4e6c6b427 : 7076791: closed/javax/swing/JColorChooser/Test6827032.java failed on windows
33a410f022d : 7123767: Wrong tooltip location in Multi-Monitor configurations
7ea024e4c11 : 7110151: Use underlying platform's zlib library for Java zlib support
7bc09703456 : 7188852: Move implementation of De/Inflater.getBytesRead/Writtten() to java from native
374f29c0ff5 : 7129742: Unable to view focus in Non-Editable TextArea
e02041a6013 : 7173044: MemoryMonitor hangs if getMax method in MemoryUsage object returns -1
9c8af427e8d : 7158329: NPE in sun.security.krb5.Credentials.acquireDefaultCreds()
3a1842e5538 : 7121314: Behavior mismatch between AbstractCollection.toArray(T[] ) and its spec
db124f6c251 : 7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
79f8fba3f9f : 7121314: Behavior mismatch between AbstractCollection.toArray(T[] ) and its spec
2bf65cc749b : 7150134: JCK api/java_awt/Graphics/index.html#DrawLine fails with OOM for jdk8 with XRender pipeline
0f0e273e0d9 : 7156633: (javac) incorrect errors when parsing variable declaration in block statements
cd1c2f7fe95 : 7159266: [macosx] ApplicationDelegate should not be set in the headless mode
123d0b0ec34 : 7159766: Tiered compilation causes performance regressions
023ad06e46f : 7159842: new hotspot build - hs24-b08
5186970421f : Added tag hs24-b07 for changeset a320e1d913a6
551e571779c : 7154505: [macosx] NetBeans sometimes starts with no text rendered
9eb83db3dd7 : 7157626: Create a new test to check major version for a class file
abd23a3577a : 7157609: Issues with loop
8de79a6398c : 7148275: [macosx] setIconImages() not working correctly (distorted icon when minimized)
654920cc5ba : 7124553: [macosx] Need minimum size for titled Frames and JFrames
1862aaa218c : 7147435: closed/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh failed since 7u4b11
0d9cb5e7752 : 7159136: JDK 7 font manager refactoring left JNI header generation and inclusion out of sync
42a2707f1b8 : 7159041: Fix for 7152519 causing build breakage
0cbc08a5823 : Added tag jdk7u4-b19 for changeset 74c7d111e421
b60ceb419d4 : Added tag jdk7u4-b19 for changeset df6131358170
44600a63d18 : Added tag jdk7u4-b19 for changeset b1f99c7418d5
b68a6d283f9 : Added tag jdk7u4-b19 for changeset 51341a5f83af
d3181e08352 : Added tag jdk7u4-b19 for changeset 0fca6b061fdb
ec842c2513e : Added tag jdk7u4-b19 for changeset 0f8a5484ab35
c7b78c0bfbd : Added tag jdk7u4-b19 for changeset cc51692c55d0
29761601c59 : Added tag jdk8-b33 for changeset 5ca52c9d6568
9b1c60970bd : Added tag jdk8-b33 for changeset fceb406055d8
6becffdec6b : Added tag jdk8-b33 for changeset c71900b39a90
380bf4c7a97 : Added tag jdk8-b33 for changeset e8ae2b095548
f234bdec5bc : Added tag jdk8-b33 for changeset 468f9d2380ec
6dba3d3fc11 : Added tag jdk8-b33 for changeset f02f1e242204
c815af765f6 : Added tag jdk8-b33 for changeset 2f7d5473c3ca
29afa9bf4bd : 7127697: G1: remove dead code after recent concurrent mark changes
4acd4d97f31 : 7125657: [macosx] SpreadSheet demo has the broken display when clicking outside of the table
da37ef4781f : 7124528: [macosx] Selection is not cleared properly in text component
6412600e72a : 7149913: [macosx] Deadlock in LWTextComponentPeer
09db79364b4 : 7124401: [macosx] After call Frame dispose() application continues to work
90430b3f493 : 7150105: [macosx] four scroll-buttons don't display. scroll-sliders cursors are TextCursor
f3e1a941c5c : 7133806: Typo in Files.newByteChannel javadoc
14237a532b0 : 7074853: TransparentRuler demos Readme should mention the correct jar file name
3e6d198cf73 : 7152811: Issues in client compiler
6ace4683da2 : 7152811: Issues in client compiler
0881e4a989b : 7159130: add java/rmi/transport/pinClientSocketFactory to problem list
8c9271f6d70 : 7134701: [macosx] Support legacy native library names
4b1bb650f80 : 7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds
9f7ccc5d47b : 7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds
6dcd3cd408b : 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
38e189dcc0b : 7153735: [macosx] Text with diacritics is pasted with broken encoding
61cddd047cc : 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
60b713fd8dc : 6963841: java/util/concurrent/Phaser/Basic.java fails intermittently
ea3e5e2a843 : 7093156: NLS Please change the mnemonic assignment system to avoid translation issue (Swing files)
f2364fbf5c7 : 7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds
62756e9f1c1 : 7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds
6f5472dfe9d : 7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
a086c7a26ca : 7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
e352bc83f0c : 7154177: [macosx] An invisible owner frame becomes visible upon clicking a child window
c3a00c02479 : 7156191: [macosx] Can't type into applet demos in Pivot
ef9432980b5 : 7156194: [macosx] Can't type non-ASCII characters into applets
0019f8e20ed : 7158483: (tz) Support tzdata2012c
e35eef1257f : 7158483: (tz) Support tzdata2012c
ca82eea9cf7 : 7157141: crash in 64 bit with corrupted oops
f41ed66a4ce : 7165755: OS Information much longer on linux than other platforms
5ae704ed6d1 : 7170009: new hotspot build - hs23.2-b03
8fc6b2ef2a9 : 7157141: crash in 64 bit with corrupted oops
a1babbd6714 : Added tag jdk7u6-b04 for changeset 758155caa004
ef050638d22 : Added tag jdk7u6-b04 for changeset 9b931d2f6f14
dc1302c3162 : Added tag jdk7u6-b04 for changeset f604a6aa25ff
439fe9c3d65 : Added tag jdk7u6-b04 for changeset 995772e17f18
c112e08b216 : Added tag jdk7u6-b04 for changeset 5ff8287bbfbd
2275c7cd615 : Added tag jdk7u6-b04 for changeset df0fd8d19d91
24d5420e569 : Added tag jdk7u6-b04 for changeset ceac0f70ff7b
318d3309ad9 : 7142172: Custom TrustManagers that return null for getAcceptedIssuers will NPE
e9a8c90da4a : 7151484: NullPointerException caused by a bug in XMLDocumentFragmentScannerImpl
fb7a43f033a : 7132808: [macosx] closed/javax/swing/JFileChooser/4524490/bug4524490.java fails on MacOS
e0fac5b2017 : 7155298: Editable TextArea/TextField are blocking GUI applications from exit
f2abd7ea1ab : 7159982: ZipFile uses static for error message when malformed zip file encountered
045668b4541 : 7155298: Editable TextArea/TextField are blocking GUI applications from exit
f13a39a3613 : 7158090: (launcher) newly added ToolsOpts.java fails on openjdk builds
7775fea771f : 7142172: Custom TrustManagers that return null for getAcceptedIssuers will NPE
cdd9c702ac8 : 7158137: new hotspot build - hs24-b07
d791ecac01c : Added tag hs24-b06 for changeset 020217b7a101
f9e5aed93e1 : 7158135: new hotspot build - hs23-b21
aa381ba7771 : Added tag hs23-b20 for changeset 7b2216a2e8ee
fb0b3c53e27 : 7158116: Bump the hs23.1 build number to b02
410c51d5f4d : 7157165: Regression: code with disjunctive type crashes javac
2283a8eff1d : 7157688: Regression: common compiler diagnostic features swapped required/found types
ecc9a141a11 : 7154822: forward port fix for Bug 13645891 to JDK8 jcmd (1024 byte file size limit issue)
6dd51e0e8eb : 7124428: [macosx] Frame.setExtendedState() doesn't work for undecorated windows
7f78d7e54c7 : 7028073: The currency symbol for Peru is wrong
f5558edf7bc : 7131629: Generalize the CMS free list code
9d2cd27e597 : 7156976: improve java tools testing
fbcf78297ff : 7110720: Issue with vm config file loadingIssue with vm config file loading
78430121e10 : Added tag jdk7u4-b18 for changeset 5e5e807bfe58
3925e51cda2 : Added tag jdk7u4-b18 for changeset 655ecfbb3695
70abaf883d0 : Added tag jdk7u4-b18 for changeset e8fdc04b5ca3
423c63481a5 : Added tag jdk7u4-b18 for changeset 7b3320cba435
62fbfc17335 : Added tag jdk7u4-b18 for changeset eeea8dfe7a5c
e7d69ee259c : Added tag jdk7u4-b18 for changeset a89346fb5d1e
066cde10f0b : Added tag jdk7u4-b18 for changeset 2a8e8565b8ef
96603fcc12b : Added tag jdk8-b32 for changeset c0968fe1c711
01c768e4caa : Added tag jdk8-b32 for changeset fa6a1e7240ae
a550556929e : Added tag jdk8-b32 for changeset 810c7eb54560
1a6c31bc2b1 : Added tag jdk8-b32 for changeset b8b4c42fef3c
5e1d3eebdf9 : Added tag jdk8-b32 for changeset 5bfcff7a3ab2
9fb46dcea42 : Added tag jdk8-b32 for changeset a3f3757b3463
d251572201c : Added tag jdk8-b32 for changeset b160cad4e082
5b900237a59 : 7156960: Incorrect copyright headers in parts of the Serviceability agent
dc145fcceb1 : 7110720: Issue with vm config file loadingIssue with vm config file loading
711195de69d : 7163863: Updated projectcreator
71e2f54bc71 : 7200001: failed C1 OSR compile doesn't get recompiled with C2
7ac07221eac : 7188176: The JVM should differentiate between T and M series and adjust GC ergonomics
86e55255d8c : 7200163: add CodeComments functionality to assember stubs
6b8a2dc9216 : 7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()
ed2114fd5dc : 7199010: incorrect vector alignment
cd8083bfd7e : 7198499: TraceTypeProfile as diagnostic option
46c0c5af0c5 : 7196199: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect
6183eb669c9 : 7197033: missing ResourceMark for assert in Method::bci_from()
83d29e1d969 : 7196262: JSR 292: java/lang/invoke/PrivateInvokeTest.java fails on solaris-sparc
67c7a4c143c : 7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed
d8459cae658 : 8000831: Heap verification output incorrect/incomplete
9ca6c5f7c09 : 8000311: G1: ParallelGCThreads==0 broken
2e3631eee18 : 7190666: G1: assert(_unused == 0) failed: Inconsistency in PLAB stats
93ef7e14ac3 : 7193946: Move warnings associated with UseMemSetInBOT flag
ea88f8d6bb5 : 7198130: G1: PrintReferenceGC output comes out of order
aca134488b7 : 8001175: new hotspot build - hs24-b24
238d6a63d25 : Added tag hs24-b23 for changeset ed9c25741059
8db97b07beb : 8001192: allow duplicate bug ids in hs24
0977a219ae3 : 8001174: new hotspot build - hs24-b23
3d1e34f83d5 : 7093328: JVMTI: jvmtiPrimitiveFieldCallback always report 0's for static primitives
b9c524520b9 : 8000459: assert(java_lang_String::is_instance(entry)) failure with various mlvm tests
7eab466823d : 7197906: BlockOffsetArray::power_to_cards_back() needs to handle > 32 bit shifts
38fac1817e0 : Added tag hs24-b22 for changeset ea31b4ebf65d
68e93df5ce6 : Added tag jdk8-b54 for changeset 783c1526dd49
84dabd0cb60 : 7154641: Servicability agent should work on platforms other than x86, sparc
351c7a96d1e : 7194409: os::javaTimeNanos() shows hot on CPU_CLK_UNHALTED profiles
bc9d361041c : 7160161: Missed safepoint in non-Counted loop
dead326f131 : 7191926: Remove MKS dependency in Hotspot regression tests
24fc6c2df11 : 7192406: JSR 292: C2 needs exact return type information for invokedynamic and invokehandle call sites
5ab7f2849b4 : 7041879: G1: introduce stress testing parameter to cause frequent evacuation failures
0686dcd14c1 : 6677625: Move platform specific flags from globals.hpp to globals_<arch>.hpp
32733724b19 : 7148109: C2 compiler consumes too much heap resources
c8a084c76a6 : 7194004: new hotspot build - hs24-b22
f280f2b9299 : Added tag hs24-b21 for changeset 8d81c8abc966
3a73e380eb5 : Added tag jdk8-b53 for changeset bf002b966112
0696b028a21 : 7192965: assert(is_aligned_sets(size)) failed: mask is not aligned, adjacent sets
dd59527fdce : 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
9c46b1c389d : 7193157: G1: Make some develpflags available in product builds
9908ba6dc11 : 7192963: assert(_in[req-1] == this) failed: Must pass arg count to 'new'
4aaf236b503 : 7171824: assert(_offset >= 1) failed: illegal call to offset()
5bbaeae89b5 : 7192916: Hotspot development launcher should use DYLD_LIBRARY_PATH on OS X
0ddd966821f : 7192964: assert(false) failed: bad AD file
c1c6a20eb29 : 7185699: G1: Prediction model discrepancies
5935877a0bb : 7192167: JSR 292: C1 has old broken code which needs to be removed
add1f0f8a6d : 7192128: G1: Extend fix for 6948537 to G1's BOT
2040af9f4f5 : 7190310: Inlining WeakReference.get(), and hoisting $referent may lead to non-terminating loops
aedfda77516 : 6340864: Implement vectorization optimizations in hotspot-server
7215f0821d0 : Added tag jdk8-b52 for changeset 8562621dd0a4
c70c8288a55 : 7191765: make jdk8 the default jprt release for hs24
dfdf51e13fd : 7191124: Optimized build is broken due to inconsistent use of DEBUG_ONLY and NOT_PRODUCT macros in NMT
c30a2733ef8 : 7190772: new hotspot build - hs24-b21
c8e2c0add28 : 7190512: Fix for 7181175 broke hotspot/make/windows/create.bat builds
335e28afea9 : Added tag hs24-b20 for changeset b53ff7c06eae
6b0873393f8 : Added tag jdk8-b51 for changeset e76dcd9ef993
c083417ff82 : 7153374: ARM ONLY .. linking problem with new compilers.. Need to use -fPIC
00cef389f14 : 7188911: nightly failures after JSR 292 lazy method handle update (round 2)
86de6cfa5e8 : 7189729: jprt.properties should include release jdk7u8
9f96ab5269f : 7116786: RFE: Detailed information on VerifyErrors
53fdffd930e : 6818524: G1: use ergonomic resizing of PLABs
97ab9c6e760 : 7181175: Enable builds on Windows with MinGW/MSYS
313a28666ea : 7189086: new hotspot build - hs24-b20
b0593274a56 : Added tag hs24-b19 for changeset 723c7631eaf5
659ebd0832a : Added tag jdk8-b50 for changeset 3e2f86d5d63e
9d0a2446fa7 : 7188168: 7071904 broke the DEBUG_BINARIES option on Linux
e3750c7d455 : 7188276: JSR 292: assert(ct == T_OBJECT) failed: rt=T_OBJECT, ct=13
f5416e75632 : 7185614: NMT ON: "check by caller" assertion failed on nsk ThreadMXBean test 7187429: NMT ON: Merge failure should cause NMT to shutdown
336c144afa8 : 7188227: VM should recognize M-series SPARC
ec7280e6289 : 7129723: MAC: Some regression tests need to recognize Mac OS X platform
3e105a07911 : 7186278: Build error after CR#6995781 / 7151532 with GCC 4.7.0
91582e9dfd4 : 7187454: stack overflow in C2 compiler thread on Solaris x86
653d4f375aa : 7186778: MachO decoder implementation for MacOSX
e5302a95f5e : 7187463: new hotspot build - hs24-b19
dba460e3fb1 : 7187290: nightly failures after JSR 292 lazy method handle update
fca1341c58a : Added tag hs24-b18 for changeset e998e7007b42
e4135a3c084 : Added tag jdk8-b49 for changeset be98cbf74691
adcb6c19e07 : 7187046: Crash in ClassFileParser on solaris-ia32 during RetransformClasses
4f01c8877d2 : 7023639: JSR 292 method handle invocation needs a fast path for compiled code 6984705: JSR 292 method handle creation should not go through JNI
cf90ece8fe5 : 7185550: TEST: runtime/7020373/Test7020373.sh fails because there is no test/runtime/7020373/testcase.jar
a0c8688ea56 : 7185775: new hotspot build - hs24-b18
d3099f4a28b : Added tag hs24-b17 for changeset 1ffe72740f3a
419f3b8c386 : Added tag jdk8-b48 for changeset 8602742d3c35
5649ea7a3b3 : 7114678: G1: various small fixes, code cleanup, and refactoring
acaa97a83c8 : 7182543: NMT ON: Aggregate a few NMT related bugs
ac64fcca075 : 7053586: TEST: runtime/7020373/Test7020373.sh fails on 64-bit platforms
89a3f25e8e8 : 7182260: G1: Fine grain RSet freeing bottleneck
3129a533132 : 7184772: G1: Incorrect assert in HeapRegionLinkedList::add_as_head()
4be9bcd6ae9 : 7173712: G1: Duplicated code in G1UpdateRSOrPushRefOopClosure::do_oop_nv()
49cda105bfc : 7181494: cleanup avx and vectors code
8066365ac8a : 7147464: Java crashed while executing method with over 8k of dneg operations
a701e9b236e : 7087357: JSR 292: remove obsolete code after 7085860
1d5a314ee6f : 7181986: NMT ON: Assertion failure when running jdi ExpiredRequestDeletionTest
fbf4493cda3 : 7181989: NMT ON: Assertion failure when NMT checks thread's native stack base address
2571adaec1a : 7183754: Test runtime/6294277/Test6294277.sh runs wrong JVM
b642707b51d : 7123926: Some CTW test crash: !_control.contains(ctrl)
383733c0ab7 : 7184050: new hotspot build - hs24-b17
c1fe9df0b6c : Added tag hs24-b16 for changeset 4185f0478ae2
7503d2a69cf : Added tag jdk8-b47 for changeset 94401351651f
2e9bedc9ff4 : 6711908: JVM needs direct access to some annotations
acb8f050fdb : 7181658: CTW: assert(t->meet(t0) == t) failed: Not monotonic
1818b8e9629 : 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
d3b126337e5 : 6294277: java -Xdebug crashes on SourceDebugExtension attribute larger than 64K
ab008d0197c : Added tag jdk8-b46 for changeset 12cd61bacfe3
ead5d7795be : 7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145
efbf696cff9 : 7180914: Compilation warning after: 7172967: Eliminate the constMethod's _method backpointer to the methodOop
0377b1565e0 : 7181200: JVM new hashing code breaks SA in product mode
741f4d86709 : 7129724: MAC: Core file location is wrong in crash report
14c4c9da0f5 : 7179383: MaxDirectMemorySize argument parsing is broken for values >2G
1507d48f7eb : 7180769: assert(tboth->klass_is_exact()) failed: klass should be exact
1872e3aec00 : 7167142: Consider a warning when finding a .hotspotrc or .hotspot_compiler file that isn't used
83c807f3f89 : 7177917: Failed test java/lang/Math/PowTests.java
3ad2bec0fbc : 7180882: new hotspot build - hs24-b16
08026a6ff73 : Added tag hs24-b15 for changeset ff79126c683d
ba56e579b0f : 7179759: ENV: Nightly fails during jdk copiyng for solaris platforms after FDS unzipping
d0bc3f58715 : 6995781: Native Memory Tracking (Phase 1) 7151532: DCmd for hotspot native memory tracking
b59e046b1c9 : Added tag jdk8-b45 for changeset 782851994a6b
61366076b5f : 7178703: Fix handling of quoted arguments and better error messages in dcmd
c00727bf2fe : 7178667: ALT_EXPORT_PATH does not export server jvm on macosx
6e317090474 : 7178145: Change constMethodOop::_exception_table to optionally inlined u2 table
112319e1a5d : 7179138: Incorrect result with String concatenation optimization
3b35387bb8c : 7178670: runtime/7158800/BadUtf8.java fails in SymbolTable::rehash_table
6547ded1f0a : 6921087: G1: remove per-GC-thread expansion tables from the fine-grain remembered sets
e38cbd6905c : 7156729: PPC: R_PPC_REL24 relocation error related to some libraries built without -fPIC
733f873e394 : 7178846: IterateThroughHeap: heap_iteration_callback passes a negative size
abb60024a55 : 7177128: SA cannot get correct system properties after 7126277
73c5b0560bf : 7175133: jinfo failed to get system properties after 6924259
99c2c810b6a : 7177409: Perf regression in JVM_GetClassDeclaredFields after generic signature changes
ff0965127d3 : 7178280: Failed new vector regression tests
7a243a41174 : Added tag jdk8-b44 for changeset 0f4831e85127
1f9d91a4118 : 7129715: MAC: SIGBUS in nsk stress test
1986194f2dd : 7178113: build environment change
f6fa2b11d62 : 7177923: SIGBUS on sparc in compiled code for java.util.Calendar.clear()
71cbdd77b5d : 7157365: jruby/bench.bench_timeout crashes with JVM internal error
6039bf24b1c : 7176856: add the JRE name to the error log
f9aca3e2fbf : 7174363: Arrays.copyOfRange leads to VM crash with -Xcomp -server if executed by testing framework
5f7c6dee69b : 7175515: new hotspot build - hs24-b15
fe0f7985c46 : Added tag hs24-b14 for changeset b2ee39a4e89e
db3eb641b1c : 7177307: fix fo CR7158800 doesn't contain Test7158800.sh
3ba7d6c4d45 : 7119644: Increase superword's vector size up to 256 bits
4b1dd207c79 : Added tag jdk8-b43 for changeset c24d581b0449
c75972836b6 : 6310967: SA: jstack -m produce failures in output
15c6352ae38 : 7158800: Improve storage of symbol tables
1880b7dc5a5 : 7174928: JSR 292: unresolved invokedynamic call sites deopt and osr infinitely
a36676145cd : 7173340: C2: code cleanup: use PhaseIterGVN::replace_edge(Node*, int, Node*) where applicable
641477f32d5 : 7174218: remove AtomicLongCSImpl intrinsics
908c0366117 : 7169782: C2: SIGSEGV in LShiftLNode::Ideal(PhaseGVN*, bool)
17a73a98f44 : 7174532: jdk/test/java/lang/Math/WorstCaseTests.java failing on x86
1e7ef424e64 : 7063674: Wrong results from basic comparisons after calls to Long.bitCount(long)
4538d4391ca : 7174510: 19 JCK compiler tests fail with C2 error: memNode.cpp:812 - ShouldNotReachHere
68433d5a07d : 7175914: Usage of gcc with precompiled headers produces wrong build dependencies
164a834cccb : 7172708: 32/64 bit type issues on Windows after Mac OS X port
6eff6d67162 : Added tag jdk8-b42 for changeset 93be8ea6d5b0
2ddf075d634 : 7174884: C1: failures after 7171890: assert(cur_state != NULL) failed: state_before must be set
0be85f876bb : 7172967: Eliminate constMethod's _method backpointer to methodOop
27f79382526 : 7170275: os::print_os_info needs to know about Windows 8
1cecee9fb81 : 7171703: JNI DefineClass crashes client VM when first parameter is NULL
5eefead3f26 : 7171890: C1: add Class.isInstance intrinsic
1bf5285776b : 7166498: JVM crash in ClassVerifier
713712deeee : 7173460: G1: java/lang/management/MemoryMXBean/CollectionUsageThreshold.java failes with G1
f1614832e39 : 7172388: G1: _total_full_collections should not be incremented for concurrent cycles
cb3d7cc9621 : 7172226: HotSpot fails to build with GCC 4.7 because of stricter c++ argument dependent lookup
7285e9ad1ff : 7173438: new hotspot build - hs24-b14
b51ba1ec5a1 : Added tag hs24-b13 for changeset 7784d526b755
ee08d108213 : Added tag jdk8-b41 for changeset f3b4722ad5c4
90afd3c524e : 7173635: jprt.properties should include release jdk7u6
f4bf3e61221 : 7155453: [macosx] re-enable jbb tests in JPRT
ffd5d45f1bf : 7172279: G1: Clean up TraceGen0Time and TraceGen1Time data gathering
45cf8dd7bd2 : 7172843: C1: fix "assert(has_printable_bci()) failed: _printable_bci should have been set"
a55ba6c5c2f : 7158682: G1: Handle leak when running nsk.sysdict tests
044e939b300 : 7171853: new hotspot build - hs24-b13
0dc02ffdc9c : Added tag hs24-b12 for changeset 89094687074c
d4ec003d870 : 7171936: LOG_G incorrectly defined in globalDefinitions.hpp
69009fdd763 : 7143858: G1: Back to back young GCs with the second GC having a minimally sized eden
43c3408c97b : 7170145: C1 doesn't respect the JMM with volatile field loads
e13291677c3 : 7170463: C2 should recognize "obj.getClass() == A.class" code pattern
c7ad73549bb : Added tag jdk8-b40 for changeset baa983385b9d
af8ff61b1e8 : 7171422: Change 7161732 breaks SA on Windows
92fe1954f66 : 7170197: Update JPRT default build targets to support embedded builds
9329c21f099 : 7161732: Improve handling of thread_id in OSThread
c07524e607c : 7168280: Eliminate the generic signature index slot from field array for field without generic signature
e19afa510be : 7168848: Add test to check that humongous object allocation path also checks the heap occupancy
ddc21101849 : 7169934: pow(x,y) or x64 computes incorrect result when x<0 and y is an odd integer
fe19de9a09e : 7170006: new hotspot build - hs24-b12
90b00900a41 : Added tag hs24-b11 for changeset 3101a09eb69d
9fcd8cca854 : 7170053: crash in C2 when using -XX:+CountCompiledCalls
f525ec2aa5d : 7170010: conditional "ZIP_DEBUGINFO_FILES ?= 0" setting is not reliable on Windows
4201dde6095 : 7167254: Crash on OSX in Enumerator.nextElement() with compressed oops
9cbfafdd0ea : 7169062: CMS: Assertion failed with -XX:+ObjectAlignmentInBytes=64
e66c85e94eb : Added tag jdk8-b39 for changeset 686d35c23b70
3a40b781344 : 7169409: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Windows X86
8fcd726fac0 : 7166894: Add gc cause to GC logging for all collectors
45ab8e3056a : 7169056: Add gigabyte unit to proper_unit_for_byte_size() and byte_size_in_proper_unit()
c8cc27ccde5 : 7168294: G1: Some Full GCs incorrectly report GC cause as "No GC"
0c889f97138 : 7133857: exp() and pow() should use the x87 ISA on x86
994dee62501 : 7158457: division by zero in adaptiveweightedaverage
6c502a13ec9 : 6924259: Remove String.count/String.offset
962a2b7c3c9 : 7161545: G1: Minor cleanups to the G1 logging
6f16cdfb780 : 7168247: new hotspot build - hs24-b11
8c4677131f8 : Added tag hs24-b10 for changeset 674497a93014
a9cab13f93d : 7167625: Adjustments for SE-Embedded build process
514c69c8e9c : Added tag jdk8-b38 for changeset 8fcfeb590dd0
5b747db086a : 7165755: OS Information much longer on linux than other platforms
755667ca456 : 7169102: 7165060 merge lost changes to make/windows/makefiles/defs.make
ae3ae02c5e1 : 7157734: hotspot test scripts not testing 64-bit JVM under JPRT/JTREG
bfd84dc4ddd : 7167069: 6 VM flags crash the VM when queried via jinfo
03b88d6cc27 : 7167437: Can't build on linux without precompiled headers
8c594734dd8 : Added tag jdk8-b37 for changeset 6a7a670623e0
bf56fdc72bd : 7163117: Agent can't connect to process on Mac OSX
6fd06112ec1 : 7167406: (Zero) Fix for InvokeDynamic needed
44271151511 : 7167266: missing copyright notes in 3rd party code
af582885346 : 7162726: Wrong filter predicate of visible locals in SA JSJavaFrame
4505e9050f0 : 7160610: Unknown Native Code compilation issue
8eea72e1326 : 7166615: new hotspot build - hs24-b10
72fd16a26ac : Added tag hs24-b09 for changeset a953ccb33071
30a2a9c614e : 7160757: Problem with hotspot/runtime_classfile
e402f3c198f : 7158552: The instanceKlsss::_host_klass is only needed for anonymous class for JSR 292 support
71a72e7fad9 : Added tag jdk8-b36 for changeset 2844ad6dffba
43d5c3c2ac2 : 7162955: Attach api on Solaris, too many open files
3e6986c0275 : 7164344: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Solaris and Windows
7b43d7f39f7 : 7163848: G1: Log GC Cause for a GC
42b8ab85a9e : 7143490: G1: Remove HeapRegion::_top_at_conc_mark_count
445589dddc1 : 7164144: Fix variable naming style in freeBlockDictionary.* and binaryTreeDictionary*
82c7d5bdf0f : 7157695: Add windows implementation of socket interface
e482e14be66 : 7162063: libsaproc debug print should format size_t correctly on 64bit platform
0b379fd93e7 : 7163193: new hotspot build - hs24-b09
6e2c7d91386 : Added tag hs24-b08 for changeset bab455c115e0
2eb49491d5d : 7162488: VM not printing unknown -XX options
b553f6f84ac : Added tag jdk8-b35 for changeset 02e8ca6cc92b
e0e6e10152c : 7161796: PhaseStringOpts::fetch_static_field tries to fetch field from the Klass instead of the mirror
6697ba89506 : 7145441: G1: collection set chooser-related cleanup
04fb2af274a : 7157073: G1: type change size_t -> uint for region counts / indexes
274a150e8a7 : 7162094: LateInlineCallGenerator::do_late_inline crashed on uninitialized _call_node
5d3b039f3f7 : 7160677: missing else in fix for 7152811
3c6de42eabe : Added tag jdk8-b34 for changeset 899a89e6e116
35f290988ce : 7160539: JDeveloper crashes on 64-bit Windows
e9b8ac19f80 : 7160613: VerifyRememberedSets doesn't work with CompressedOops
8099c85ac15 : 4988100: oop_verify_old_oop appears to be dead
1e4cabfa563 : 7160728: Introduce an extra logging level for G1 logging
0732f6aedd1 : 7159772: instanceKlass::all_fields_count() returns incorrect total field count
32cfaeb086b : 7159842: new hotspot build - hs24-b08
f23f0dda637 : Added tag hs24-b07 for changeset 33c05b1a6559
cdf2bc5aaf1 : Added tag jdk8-b33 for changeset b5e8ea6574ee
7796bc9994e : 7127697: G1: remove dead code after recent concurrent mark changes
fec30886a32 : 7152811: Issues in client compiler
851ce189f00 : 7157141: crash in 64 bit with corrupted oops
bff66d018fe : 7158137: new hotspot build - hs24-b07
74aaa63a995 : Added tag hs24-b06 for changeset 2cd1dd98bb04
daa2345c5c0 : 7131629: Generalize the CMS free list code
9d83983086c : 7110720: Issue with vm config file loadingIssue with vm config file loading
aaa98915b9e : Added tag jdk8-b32 for changeset 7ab570ac4e47
ac3b6a64424 : 7163863: Updated projectcreator
0bae010a3b9 : 7200001: failed C1 OSR compile doesn't get recompiled with C2
c791cfaf95f : 7188176: The JVM should differentiate between T and M series and adjust GC ergonomics
5ada1969618 : 7200163: add CodeComments functionality to assember stubs
302540691b2 : 7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()
25f18c20d95 : 7199010: incorrect vector alignment
3874f44d1cb : 7198499: TraceTypeProfile as diagnostic option
811c047ec1d : 7196199: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect
45435c5485c : 7197033: missing ResourceMark for assert in Method::bci_from()
b0d292378a5 : 7196262: JSR 292: java/lang/invoke/PrivateInvokeTest.java fails on solaris-sparc
044b12b8c13 : 7124551: [macosx] Once added, Menu shortcut cannot be removed
5bb1350803e : 7087969: GarbageCollectorMXBean notification contains ticks vs millis
2acc88262d5 : 7087969: GarbageCollectorMXBean notification contains ticks vs millis
e127bc8acf4 : 7070436: Support Unicode 6.1.0 in JDK 8
feae0cfbaaa : 6888634: test/closed/javax/swing/Popup/TaskbarPositionTest.java fails
4794a6f8c8e : 7146728: Inconsistent length for the generated secret using DH key agreement impl from SunJCE and PKCS11
4b95e50bf7d : 7156960: Incorrect copyright headers in parts of the Serviceability agent
416208068b8 : 7156960: Incorrect copyright headers in parts of the Serviceability agent
ffdb3cc64d6 : 7118280: The gbyc00102 JCK7 test causes an assert in JVM 7.0 fastdebug mode
1b5ef701300 : 7154480: [macosx] Not all popup menu items are visible
3b851193a2d : 7150089: [macosx] Default for a custom cursor created from non-existent image is not transparent
b8bf879da9c : 7154047: [macosx] When we choose print one page in the print dialog,it still prints all the pages
4045142fb2c : 7153735: [macosx] Text with diacritics is pasted with broken encoding
7709928453e : 7079902: Refine CORBA data models
193b4ea20e1 : 7156831: The jcmd man page is not included in generated bundles
db2df813399 : 7156831: The jcmd man page is not included in generated bundles
3e5d1cdbe40 : 7155051: DNS provider may return incorrect results
1e4dfcfbf00 : 7134701: [macosx] Support legacy native library names
c08a4cd52ce : Added tag jdk7u6-b03 for changeset 3548b120a955
aa713d18554 : Added tag jdk7u6-b03 for changeset 7417045ba760
0d83a003434 : Added tag jdk7u6-b03 for changeset a6472e0ca730
23d4042af89 : Added tag jdk7u6-b03 for changeset b9e8aa5a787a
6936abf626a : Added tag jdk7u6-b03 for changeset 94f2e1ba8ad7
7d9ef7e444d : Added tag jdk7u6-b03 for changeset 46e38fbbd3e2
1b8ddc1f5ad : Added tag jdk7u6-b03 for changeset 8d5bf2d7fa05
6f79a874440 : 7156459: Remove unnecessary get() from Currency.getInstance()
5c6579f46b4 : 7132692: [macosx] Class com.apple.eawt not functioning
b6cab6070fc : 7149085: [macosx] Quit with QuitStrategy CLOSE_ALL_WINDOWS does terminate application
f1484f0cd4c : 7150516: [macosx] appletviewer shouldn't link against libX11 on the Mac
a6d84bc8119 : 7156764: Remove unused size parameter from some CollectedHeap methods
35591cd8c6e : 7156764: Remove unused size parameter from some CollectedHeap methods
bbd737f5fd9 : 7087428: move client tests out of jdk_misc
43d811f3814 : 7087428: move client tests out of jdk_misc
e3e639ca1c8 : 7136506: FDS: rework jdk repo Full Debug Symbols support
c4eec4d6593 : 7136506: FDS: rework jdk repo Full Debug Symbols support
056d1d0c8b1 : 7128738: dragged dialog freezes system on dispose
51235439c24 : 7133185: Update 292 overload resolution logic to match JLS
9b1e54dae36 : 7151492: Encapsulate check logic into Attr.ResultInfo
9693d60c231 : 7151580: Separate DA/DU logic from exception checking logic in Flow.java
502876ad9aa : 7143851: Improve IIOP stub and tie generation in RMIC 7149048: Changes to corba rmic stubGenerator class are not used during jdk build process
5e34672a6d8 : 7143851: Improve IIOP stub and tie generation in RMIC 7149048: Changes to corba rmic stubGenerator class are not used during jdk build process
8a971dd3d8c : Added tag hs23-b19 for changeset 6776644fa8cb
2ecd2048d4f : 7156659: new hotspot build - hs24-b06
9c4127d37f1 : 7156659: new hotspot build - hs24-b06
f4e105e8417 : Added tag hs24-b05 for changeset 56f2ec7778c3
bace4bad0d6 : Added tag hs24-b05 for changeset 12e6dc520f96
86dac44dac3 : 7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
971fbdd7cba : 7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
bf4827166be : 7136506: FDS: rework jdk repo Full Debug Symbols support
1431a5efd15 : 7150058: Allocate symbols from null boot loader to an arena for NMT
66a3cf2d08f : 7150058: Allocate symbols from null boot loader to an arena for NMT
da98a12658f : 7146246: G1: expose some of the -XX flags that drive which old regions to collect during mixed GCs
8b91901fdfc : 7103665: HeapWord*ParallelScavengeHeap::failed_mem_allocate(unsigned long,bool)+0x97
efa036748bf : 7103665: HeapWord*ParallelScavengeHeap::failed_mem_allocate(unsigned long,bool)+0x97
450d6e8d9a0 : 7146246: G1: expose some of the -XX flags that drive which old regions to collect during mixed GCs
1c9ac261e74 : 7103665: HeapWord*ParallelScavengeHeap::failed_mem_allocate(unsigned long,bool)+0x97
a94aea4519a : 7146246: G1: expose some of the -XX flags that drive which old regions to collect during mixed GCs
f7a5da18cde : 7074616: java.lang.management.ManagementFactory.getPlatformManagementInterfaces fails
3dd01b81904 : 4310381: Text in multi-row/col JTabbedPane tabs can be truncated/clipped
94d23d15809 : 7032436: When running with the Nimbus look and feel, the JFileChooser does not display mnemonics
921ffcf9ef3 : 4310381: Text in multi-row/col JTabbedPane tabs can be truncated/clipped
3076586cb16 : 7133581: [macosx] closed/javax/swing/JTree/4330357/bug4330357.java fails on MacOS
d333a5641f5 : 7133573: [macosx] closed/javax/swing/JToolTip/4846413/bug4846413.java fails on MacOS
07a5505e460 : 7156000: Change makefile to reflect refactored classes
4d9e420aa75 : 7156000: Change makefile to reflect refactored classes
ce4e70b60b3 : 7155051: DNS provider may return incorrect results
c0c3fb980da : 7152582: PKCS11 tests should use the NSS libraries available in the OS
a2edf554639 : 7136506: FDS: rework jdk repo Full Debug Symbols support
a9afb486111 : 7155585: Fix ifeq errors in makefiles [macosx]
185dfa498a1 : 7133566: [macosx] closed/javax/swing/JTable/4220171/bug4220171.java fails on MacOS
cb0117b9312 : 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
5296c895601 : 7155757: make jdk7u4 the default jprt release for hs23
b96e38bf707 : 7144328: Improper commandlines for -XX:+-UnlockCommercialFeatures require proper warning/error messages
304fbf94dd3 : Added tag jdk7u4-b17 for changeset 202ff6427794
efe680fa7dc : Added tag jdk7u4-b17 for changeset cb47d9b83567
0529b9f51e4 : Added tag jdk7u4-b17 for changeset b82f2a3029ee
9bf9c7f61fd : Added tag jdk7u4-b17 for changeset af86615d08db
21da925ec8b : Added tag jdk7u4-b17 for changeset 84fb1928b035
72d9e60b772 : Added tag jdk7u4-b17 for changeset 1f9a731ee77e
07847e4cf1a : Added tag jdk7u4-b17 for changeset a5bf66f9721a
ad08800a5dc : Added tag jdk8-b31 for changeset 780ca4f4edd7
dfaa0d4cdfc : Added tag jdk8-b31 for changeset 2c45788139a6
6b0b5941da0 : Added tag jdk8-b31 for changeset 3df600e3cd1e
2372340c559 : Added tag jdk8-b31 for changeset 3de32ba5241d
edbf46c2da2 : Added tag jdk8-b31 for changeset 5bd77c0f5009
d0006ae193c : Added tag jdk8-b31 for changeset 8f4d802f91b8
98a06dbf636 : Added tag jdk8-b31 for changeset 3977c85f7f66
74eed1eb661 : Added tag jdk8-b31 for changeset 5be32b2f3be2
e7fc59fe997 : 6888634: test/closed/javax/swing/Popup/TaskbarPositionTest.java fails
650337cafa2 : 7152519: Dependency on non-POSIX header file <link.h> causes portability problem
0b371fa18c0 : 7104147: the fix for cr6887286 was not appropriate for backporting
550028f6a14 : 7155300: Include pthread.h on all POSIX platforms except Solaris to improve portability
733b1d638e5 : 7104147: the fix for cr6887286 was not appropriate for backporting
ee2be1009c0 : 7149005: [macosx] Java Control Panel's UI controls are distorted when draging scroll bar
4bd5174d6db : 7154072: [macosx] swallowing key events
8156ac4187c : 7150637: No newline emitted after XML decl in XSLT output
40efe4af5df : 7155419: Remove reference to JRockit and commercial features from java man page
c10527c3aa2 : 7154516: [macosx] Popup menus have no visible borders
ab75f46737c : 7152952: [macosx] List rows overlap with enlarged font
b33626e87a3 : 7145454: JVM wide monitor lock in Currency.getInstance(String)
4285b2b0146 : 7124286: [macosx] Option modifier should work like AltGr as in Apple jdk 6
ba383d66318 : 7145768: [macosx] Regression: failure in b11 of ModalDialogInFocusEventTest
341d04e5af6 : 7149085: [macosx] Quit with QuitStrategy CLOSE_ALL_WINDOWS does terminate application
e22e350e358 : 7124428: [macosx] Frame.setExtendedState() doesn't work for undecorated windows
3a3385e1a96 : 7154177: [macosx] An invisible owner frame becomes visible upon clicking a child window
8f33652062b : 7149005: [macosx] Orphaned Choice popup window
62cdcafe07b : 7144063: [macosx] Swing JMenu mnemonic doesn't work; hint misleading; cross symbol typed
ba427732989 : 7144063: [macosx] Swing JMenu mnemonic doesn't work; hint misleading; cross symbol typed
40e8f0fb2aa : 7150349: [macosx] Applets attempting to show popup menus activate the applet process
4fc64435890 : 7150345: [macosx] Can't type into applets
3a8e9e61048 : 7146728: Inconsistent length for the generated secret using DH key agreement impl from SunJCE and PKCS11
3693f0fe430 : 7144328: Improper commandlines for -XX:+-UnlockCommercialFeatures require proper warning/error messages
d128a0874e0 : 7144328: Improper commandlines for -XX:+-UnlockCommercialFeatures require proper warning/error messages
08973326c4f : 7154997: assert(false) failed: not G1 barrier raw StoreP
e6bdb22762a : 7154997: assert(false) failed: not G1 barrier raw StoreP
c9c0358f662 : 7150349: [macosx] Applets attempting to show popup menus activate the applet process
2773d723fb8 : 7154114: jstat tests failing on non-english locales 7154113: jcmd, jps and jstat tests failing when there are unknown Java processes on the system
0041a04fb27 : 7154114: jstat tests failing on non-english locales 7154113: jcmd, jps and jstat tests failing when there are unknown Java processes on the system
7b947b7a425 : 7152176: More krb5 tests
f579bb23a7d : 7130521: [macosx] closed/javax/swing/JMenuItem/6209975/bug6209975.java failed on macosx
0dddefa3f6c : Added tag jdk7u6-b02 for changeset d1580e25174b
43cff4f57e0 : Added tag jdk7u6-b02 for changeset 35fce642b7c6
a85333e0a86 : Added tag jdk7u6-b02 for changeset 0edbbb492591
189e2c6feb3 : Added tag jdk7u6-b02 for changeset 025edbdf6183
bc62276930c : Added tag jdk7u6-b02 for changeset ccb9d5994724
d74f48d202e : Added tag jdk7u6-b02 for changeset 75481e77b89c
64886e463e1 : Added tag jdk7u6-b02 for changeset 51ea198198e3
17888bc3c0d : 7153266: Adjustments to corba strip property utility (neutral to builds)
9ce3fed968e : 7152800: All tests using the attach API fail with "well-known file is not secure" on Mac OS X
310990d4dc5 : 7128738: dragged dialog freezes system on dispose
def47a73433 : 7152798: TEST_BUG: sun/management/HotspotClassLoadingMBean/GetClassLoadingTime.java does not compile
ad2270d3ae7 : 8005555: TEST_BUG: java/io/Serializable/accessConstants/AccessConstants.java should be removed
510a05529f5 : 7152866: Tests not run because they are missing the @run tag
e0a4e74f80f : 7152798: TEST_BUG: sun/management/HotspotClassLoadingMBean/GetClassLoadingTime.java does not compile
cfc6c74d020 : 7141246: build-infra merge: Introduce new JVM_VARIANT* to control which kind of jvm gets built
a3c44866814 : 7152800: All tests using the attach API fail with "well-known file is not secure" on Mac OS X
8ca876fdd11 : 7141246: build-infra merge: Introduce new JVM_VARIANT* to control which kind of jvm gets built
8af193addfa : 7152800: All tests using the attach API fail with "well-known file is not secure" on Mac OS X
121d9ea84f5 : 7154758: NLS: 7u4 message drop 20
c06123ae0c7 : 7154706: new hotspot build - hs23-b05
e831e379ed8 : 7154706: new hotspot build - hs23-b05
587e9b4f492 : Added tag hs24-b04 for changeset d87d6ad0b075
d3433ad421e : Added tag hs24-b04 for changeset f152540b8ea2
ed26a0b9a73 : Added tag hs23-b18 for changeset 80bc2021b789
029f7d644a4 : 7153977: Generate English man pages for JDK 7u4
c3183e79edb : 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
92096f057d2 : 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
091be537c85 : 7152007: Fix warnings in sun/rmi/rmic
9940e879d4d : 7152007: Fix warnings in sun/rmi/rmic
e3da2ed97ee : 7150345: [macosx] Can't type into applets
613b35421de : Added tag jdk7u4-b16 for changeset 97c8079d7cd4
82c884746c4 : Added tag jdk7u4-b16 for changeset f11050ec3d51
809357f2466 : Added tag jdk7u4-b16 for changeset e6b1c022d18f
6beb50cf541 : Added tag jdk7u4-b16 for changeset 51c0139fd3b1
f200b88c003 : Added tag jdk7u4-b16 for changeset 7a94d05d50db
98da63a4b05 : Added tag jdk7u4-b16 for changeset be44a1cfa3f9
bcc8e653eca : Added tag jdk7u4-b16 for changeset 5abf4ef98ede
a99b0c08d45 : 7130974: G1: Remove G1ParCopyHelper
68ea3f76063 : 7130974: G1: Remove G1ParCopyHelper
cd47d982d9f : 7154333: JVM fails to start if -XX:+AggressiveHeap is set
3fa7149c4a0 : 7154333: JVM fails to start if -XX:+AggressiveHeap is set
ba57c8f33a7 : Added tag jdk8-b30 for changeset 5fc6bf869751
d87a192fe6d : Added tag jdk8-b30 for changeset b1e7314664f0
ed057d7f678 : Added tag jdk8-b30 for changeset 75a5a7153772
400aa66520d : Added tag jdk8-b30 for changeset a32dddd6ba7c
7a0d223ed62 : Added tag jdk8-b30 for changeset aa03c70c8688
f7a3e34d09c : Added tag jdk8-b30 for changeset b4de08ed0494
a77ac5eb393 : Added tag jdk8-b30 for changeset f7f3ea6ae9d7
518ec0c1686 : Added tag jdk8-b30 for changeset c4732b3f0d31
c99fda5f5d0 : 7150454: add release jdk7u4 to jprt.properties
51a4c6e21b3 : 7129872: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing on non-Solaris platforms on 7u4
c30822ab7eb : 7154770: NLS: 7u4 man page update
7cde7d68c3b : 7090832: Some locale info are not localized for some languages
35327262bd5 : 7129872: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing on non-Solaris platforms on 7u4
a84af3a80c5 : 7148584: Jar tools fails to generate manifest correctly when boundary condition hit
e744ae18f02 : 7144488: Infinite recursion for some equals tests in Collections
a55e22381b0 : 7133138: Improve io performance around timezone lookups
2c07f4154e9 : 7148488: Whitebox tests for the Diagnostic Framework Parser
5d4a1b7922f : 7148488: Whitebox tests for the Diagnostic Framework Parser
97292b3883a : 7085757: Currency Data: ISO 4217 Amendment 152
7d0f6b051c2 : 7123170: JCK vm/jvmti/ResourceExhausted/resexh001/resexh00101/ tests fails since 7u4 b02
a056da40ba1 : 7123170: JCK vm/jvmti/ResourceExhausted/resexh001/resexh00101/ tests fails since 7u4 b02
f6faa640b7a : 7150784: bad copyright date in file
8f6138af88e : 7141141: Add 3 new test scenarios for testing Main-Class attribute in jar manifest file
2479b1de26e : 7027139: getFirstIndex() does not return the first index that has changed
2c9482428f0 : 7068625: Testing 8 bytes of card table entries at a time speeds up card-scanning
92a0a3d00e5 : 7068625: Testing 8 bytes of card table entries at a time speeds up card-scanning
b943c9c83de : 7145419: com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events
005f647e136 : 7153343: Dependency on non-POSIX header file <link.h> causes portability problem
3e2f8ef7eba : 7130959: Tweak 7058133 fix for JDK 8 (javah makefile changes)
56132c04476 : 7045655: An empty InMemoryCookieStore should not return true for removeAll
7138ff4750c : 7151898: Check for LANG in Mac OS X jdk build sanity check [macosx]
b4973919698 : 7074616: java.lang.management.ManagementFactory.getPlatformManagementInterfaces fails
f2ca2f48353 : 7152948: DatagramDispatcher.c should memset msghdr to make it portable to other platforms
ea28f470626 : 7152955: print_method crashes with null root
feccab61cda : 7152955: print_method crashes with null root
5fc1a2e66e2 : 7150368: javac should include basic ability to generate native headers
9f1ffb53dcf : 7150368: javac should include basic ability to generate native headers
4a2a6ebe995 : 7152954: G1: Native memory leak during full GCs
3ad630710a8 : 7152954: G1: Native memory leak during full GCs
327c63f2e89 : Added tag jdk7u6-b01 for changeset ecf6040573da
2ca86a2cbaa : Added tag jdk7u6-b01 for changeset bb1d4a4acfd7
3bbd3129f6e : Added tag jdk7u6-b01 for changeset 2895054e4b13
afb28793346 : Added tag jdk7u6-b01 for changeset def19f3e48d2
f9999aa52e4 : Added tag jdk7u6-b01 for changeset 9cc235d7c4df
aef5bd23a9d : Added tag jdk7u6-b01 for changeset 6e878f47c4e9
359597862ad : Added tag jdk7u6-b01 for changeset d02971efa57d
79c90a15fa5 : 7143511: G1: Another instance of high GC Worker Other time (50ms)
3e0df839055 : 7143511: G1: Another instance of high GC Worker Other time (50ms)
b9e6895d3ab : 7109878: The instanceKlass EnclosingMethhod attribute fields can be folded into the _inner_class field
907e1f2e1b9 : 7109878: The instanceKlass EnclosingMethhod attribute fields can be folded into the _inner_class field
3683f82865f : 7152961: InlineTree::should_not_inline may exit prematurely
f95c47f8754 : 7152961: InlineTree::should_not_inline may exit prematurely
089eea6bef1 : 7027139: getFirstIndex() does not return the first index that has changed
0ec2d0eca18 : 7149608: Default TZ detection fails on linux when symbolic links to non default location used
60444fd6e7e : 7152796: TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate
f3598a3f5a6 : 8006536: [launcher] removes trailing slashes on arguments
65d1e59bf43 : 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit
9fa0d19c727 : 7042126: (alt-rt) HashMap.clone implementation should be re-examined
b24a9c3825c : 8002313: TEST_BUG : jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.java should run in headless mode
015d7657e74 : 7152796: TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate
347ddc955ff : 7092140: Test: java/util/concurrent/locks/Lock/TimedAcquireLeak.java fails on SE-E due to -XX:-UsePerfData
31659c5833a : 7146099: NLS: [de,es,it,ko,pt_BR]launcher_**.properties, double backslash issue
7b7d3507db1 : 7152957: VM crashes with assert(false) failed: bad AD file
d9443e47e42 : 7152957: VM crashes with assert(false) failed: bad AD file
16cb367f872 : 7147724: G1: hang in SurrogateLockerThread::manipulatePLL
be86e848676 : 7154677: new hotspot build - hs23-b20
006def0451a : 7147724: G1: hang in SurrogateLockerThread::manipulatePLL
8950ee8d8ed : 7154517: Build error in hotspot-gc without precompiled headers
07299b0a1e5 : 7152791: wbapi tests fail on cygwin
46a6f9366d4 : 7154724: jdk7u4 test properties missing from jprt.properties
3fd0c2e87bf : 7147724: G1: hang in SurrogateLockerThread::manipulatePLL
24f20fd1b5b : 7154517: Build error in hotspot-gc without precompiled headers
c38db1b6a3a : 7152791: wbapi tests fail on cygwin
f0f22feb8b9 : 7154724: jdk7u4 test properties missing from jprt.properties
12b4b456cb1 : 7151089: PS NUMA: NUMA allocator should not attempt to free pages when using SHM large pages
5bc03040916 : 7151089: PS NUMA: NUMA allocator should not attempt to free pages when using SHM large pages
e5f92a2396e : 7147744: CTW: assert(false) failed: infinite EA connection graph build
a5e05597871 : 7147744: CTW: assert(false) failed: infinite EA connection graph build
bfbf85b7a76 : 7148584: Jar tools fails to generate manifest correctly when boundary condition hit
3ecf3e0fa12 : 7152866: Tests not run because they are missing the @run tag
0e1c5e521a1 : 7151427: Fix the potential memory leak in error handling code in X11SurfaceData.c
b36bd5a3a0f : Added tag hs23-b17 for changeset 3f756a210115
db0efee3d44 : 7152700: new hotspot build - hs24-b04
2590fa58f14 : 7152700: new hotspot build - hs24-b04
b8f2831c68a : Added tag hs24-b03 for changeset c1a6253f0d55
de5e4a851b0 : Added tag hs24-b03 for changeset a375834e7fc6
f6ee974ac75 : 7151802: compiler update caused sqe test failed
7c2e062ccb5 : Added tag jdk8-b29 for changeset cc866298b20c
dd9799aaa2a : Added tag jdk8-b29 for changeset cad5cb628235
805065faa49 : Added tag jdk8-b29 for changeset 756dbb31c9b0
545c4a7aa78 : Added tag jdk8-b29 for changeset c7420b6abb44
9dfe7b710eb : Added tag jdk8-b29 for changeset 463281379d91
d1236c9c966 : Added tag jdk8-b29 for changeset 276acbb70c55
924af8d1c04 : Added tag jdk8-b29 for changeset 9bf30f58c4bc
99d808ac37d : Added tag jdk8-b29 for changeset c4fd9c6f75fb
9dad666a662 : 7152425: Fix copyright notices on 12 files in jaxws
bbd20b347d6 : 7151595: Disable creation of db demos if NO_DEMOS is specified
77938a4084c : Added tag jdk7u4-b15 for changeset d97204f517db
e2c41ef3b8e : Added tag jdk7u4-b15 for changeset 42fa3f689cd4
249242dbe00 : Added tag jdk7u4-b15 for changeset 4eda9cc17437
596b85f7460 : Added tag jdk7u4-b15 for changeset 3d549c2c78d5
d55fa5ad7d8 : Added tag jdk7u4-b15 for changeset 37b8a018508d
2084dd64e7b : Added tag jdk7u4-b15 for changeset 9c4b91f0f2aa
fdc4f3b844d : Added tag jdk7u4-b15 for changeset d2b2b5334463
cf99e1e9f8c : 7151008: Add library support for repeating annotations in java.lang.annotation
57a9560def2 : 7152186: java.awt.HeadlessException when running AWT apps [macosx]
c8ff3bb0cc2 : 7152206: anti-delta the fix for 7152031
175ad844bba : 7152206: anti-delta the fix for 7152031
19be3402a0e : 7150392: Linux build breaks with GCC 4.7 due to unrecognized option
b970b57afc7 : 6346658: (se) Selector briefly spins when asynchronously closing a registered channel [win]
2f69478189b : 7167157: jcmd command file parsing does not respect the "stop" command
585cb90c7cb : 7154809: JDI: update JDI/JDB debugee commandline option parsing
8303d071269 : 7144542: [macosx] Crash in liblwawt.dylib setBusy() when exiting an FX app
1ee1acb94fb : 7150392: Linux build breaks with GCC 4.7 due to unrecognized option
7352937e75f : 7092140: Test: java/util/concurrent/locks/Lock/TimedAcquireLeak.java fails on SE-E due to -XX:-UsePerfData
96766ad78f2 : Added tag jdk7u5-b01 for changeset d97204f517db
3a9820b7847 : Added tag jdk7u5-b01 for changeset 71b85770df07
46f57951f74 : Added tag jdk7u5-b01 for changeset 4eda9cc17437
c7b56b6c949 : Added tag jdk7u5-b01 for changeset 3d549c2c78d5
ffb0b8c8498 : Added tag jdk7u5-b01 for changeset b1b5956bc223
0e9ecb1f29c : Added tag jdk7u5-b01 for changeset ed7302e790bf
5870c23aaa1 : Added tag jdk7u5-b01 for changeset d2b2b5334463
ec59e22ec04 : 7152031: Hotspot needs updated xawt path [macosx]
80233a29e6c : 7152031: Hotspot needs updated xawt path [macosx]
304f1400f9d : 7146377: closed/javax/swing/DataTransfer/4876520/bug4876520.java failed since b08 in jdk 8
7fb480158ad : 7146431: java.security files out-of-sync
5f01fd2c548 : 7132808: [macosx] closed/javax/swing/JFileChooser/4524490/bug4524490.java fails on MacOS
87bde4100f9 : 7148281: [macosx] JTabbedPane tabs with HTML text do not render correctly
d74cd0bff86 : 7150579: Moved ant code into a separate package, anttasks
0bc11358bbc : 6961765: Double byte characters corrupted in DN for LDAP referrals
eed26a53e19 : 7150390: JFR test crashed on assert(_jni_lock_count == count) failed: must be equal
c01f8dd7f40 : 7150326: new hotspot build - hs23-b18
9a93f60e347 : 7150390: JFR test crashed on assert(_jni_lock_count == count) failed: must be equal
1b1201f2044 : 7150390: JFR test crashed on assert(_jni_lock_count == count) failed: must be equal
bc113af571d : 7150322: Stop using drop source bundles in jaxws
3269d858380 : 7113349: Initial changeset for Macosx port to jdk
041b97af42d : 7113349: Initial changeset for Macosx port to jdk
597f277dcaf : 7113349: Initial changeset for Macosx port to jdk
4b62ceec81b : 7113349: Initial changeset for Macosx port to jdk
ec8aa636486 : 7113349: Initial changeset for Macosx port to jdk
43c770844fb : 7151573: Fork hs23.1 hsx from hs23.0 for 7u5 and reinitialize build number
62076384500 : 7145980: Dispose method of window.java takes long
d5fc3436ce0 : 7147666: High lock time for com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory.getInstance()
271ed603e17 : 7148556: Implementing a generic interface causes a public clone() to become inaccessible
6acf436edc0 : 7151070: NullPointerException in Resolve.isAccessible
0e9bc5c4a99 : 7124262: [macosx] Drag events go to a wrong child
954444af1cf : 7133238: Merge proto-kind and proto-type into a single result class
d5036d16cd6 : 7144506: Attr.checkMethod should be called after inference variables have been fixed
21312c56171 : 7148622: Some diagnostic methods do not go through Log.report
cf406f37e35 : 7160570: Intrinsification support for tracing framework
7359b908135 : 7160467: Fix test for 7158988
2ea955a6420 : 7160924: jvmti: GetPhase returns incorrect phase before VMInit event is issued
83806487dce : 7133111: libsaproc debug print should be printed as unsigned long to fit large numbers on 64bit platform
beaeca558b2 : 7158988: jvm crashes while debugging on x86_32 and x86_64
4a02eb3afe5 : 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass
c568ca17ce4 : 7160570: Intrinsification support for tracing framework
08681e27677 : 7160467: Fix test for 7158988
fbf2c5f2db6 : 7160924: jvmti: GetPhase returns incorrect phase before VMInit event is issued
eda2b7375b9 : 7133111: libsaproc debug print should be printed as unsigned long to fit large numbers on 64bit platform
a863411b4f2 : 7158988: jvm crashes while debugging on x86_32 and x86_64
f5d76f47e95 : 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass
23105937bca : 7147066: [macosx] FileDialog.getDirectory() returns incorrect directory
bba69953cdc : 7149012: jarsigner needs not warn about cert expiration if the jar has a TSA timestamp
36efb40d10c : 6658428: C2 doesn't inline java method if corresponding intrinsic failed to inline
5a098f6c080 : 6658428: C2 doesn't inline java method if corresponding intrinsic failed to inline
56dd4159144 : 7151348: Build breaks due to warning clean up in sun.rmi.*(7146763)
4264d66e096 : 7151348: Build breaks due to warning clean up in sun.rmi.*(7146763)
3256953c076 : 7147078: [macosx] Echo char set in TextField doesn't prevent word jumping
b931cecc969 : 7146131: [macosx] When click the show optionpane button,it display partly of dialog and hung until timeout
9a05c7b1efc : 7132793: [macosx] setWheelScrollEnabled action reversed
98f297ba235 : 7150046: SIGILL on sparcv9 fastdebug
f16929a86ed : 7150046: SIGILL on sparcv9 fastdebug
3f9a51509aa : 7078053: Solaris JDK build: C compiler writing tmp files into the make tree
419bf7b9a50 : 7150516: [macosx] appletviewer shouldn't link against libX11 on the Mac
594e1781805 : 7151109: backout CR 6988842
0f708d90df3 : 7148143: PropertyChangeSupport.addPropertyChangeListener can throw ClassCastException
f9860017956 : 7107099: JScrollBar does not show up even if there are enough lebgth of textstring in textField
a70c2d02adc : 7130521: [macosx] closed/javax/swing/JMenuItem/6209975/bug6209975.java failed on macosx
13c4ad8e202 : 7150324: Stop using drop bundles in jaxp
2d9226ff606 : 7145043: HttpServerProvider.java:81: warning - @code("httpServerProvider") is an unknown tag
2d0d3e1f632 : 7150899: remove unused build.targets lines from jprt.properties
4d6653d4322 : 7150899: remove unused build.targets lines from jprt.properties
20beadbcb19 : 7150454: add release jdk7u4 to jprt.properties
f619462194c : 7150454: add release jdk7u4 to jprt.properties
95bc08f56bc : 7150327: new hotspot build - hs24-b03
1f18dfb5741 : 7150327: new hotspot build - hs24-b03
ec659dc825e : Added tag hs24-b02 for changeset 6cf227da58e6
6273659f69d : Added tag hs24-b02 for changeset 78c5cda62158
dc71b40a5f6 : 6625113: Add the normalize and rmkw perl script to the openjdk repository or openjdk site?
bbf5d11a466 : 7146763: Warnings cleanup in the sun.rmi and related packages
88c495e04dd : 8004344: Fix a crash in ToolkitErrorHandler() in XlibWrapper.c
35a54dbb171 : 8000525: Java.net.httpcookie api does not support 2-digit year format
3aee5de2b48 : 7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
a4035ac973c : 7124242: [macosx] Test doesn't work because of the frame round corners in the LaF
2e9ea3a97ec : 4631925: JColor Chooser is not fully accessible
0006ef0cc81 : 7146763: Warnings cleanup in the sun.rmi and related packages
4bcab49b68c : 7147806: G1: Crash in vm bootstrap when running with -XX:+UseG1GC -XX:-UsePerfData
86feb0feac3 : 7147806: G1: Crash in vm bootstrap when running with -XX:+UseG1GC -XX:-UsePerfData
1e3b108ef9a : 6988842: jce/ECC test fails for SunPKCS11 provider using nss library
607f822b203 : 6910464: Lookupswitch and Tableswitch default branches not recognized as safepoints
444787f2580 : 6910464: Lookupswitch and Tableswitch default branches not recognized as safepoints
2ba2192f6fc : 7148164: attribution code for diamond should not rely on mutable state
b10e766b734 : 7148242: Regression: valid code rejected during generic type well-formedness check
f01bc46dfec : 7132880: Resolve should support nested resolution contexts
b2212006b38 : 7130241: [macosx] TransparentRuler demo can not run due to lacking of perpixel transparency support
fb813126491 : 7145827: [macosx] JCK failure in b11: FocusableWindow3
4621afaeb12 : 7152608: [macosx] Crash in liblwawt.dylib in AccelGlyphCache_RemoveCellInfo
db12163d8a3 : 7124321: [macosx] TrayIcon MouseListener is never triggered
aed3a425a3b : 7125044: [macosx] Test failure because Component.transferFocus() works differently in applet and application
f9237bd8595 : 7149913: [macosx] Deadlock in LWTextComponentPeer
e3b1fc507d2 : 7124537: [macosx] Menu shortcuts for all menu items should be disabled if a menu itself is disabled
68ac7d2d025 : 7124523: [macosx] b216: Mising part of applet UI
4716babe940 : 7148275: [macosx] setIconImages() not working correctly (distorted icon when minimized)
3b841b5dd60 : 7124219: [macosx] Unable to draw images to fullscreen
e44e04a5f53 : 7130241: [macosx] TransparentRuler demo can not run due to lacking of perpixel transparency support
e184a853cbd : 7150051: incorrect oopmap in critical native
7c2b3c6ab5f : 7150051: incorrect oopmap in critical native
e7cc2b4be53 : 7150051: incorrect oopmap in critical native
a1745412050 : Added tag jdk7u4-b14 for changeset ecf6040573da
3dec5ebf57f : Added tag jdk7u4-b14 for changeset bb1d4a4acfd7
498276154e4 : Added tag jdk7u4-b14 for changeset 2895054e4b13
37bfb118772 : Added tag jdk7u4-b14 for changeset def19f3e48d2
ea3b51d81ad : Added tag jdk7u4-b14 for changeset 9cc235d7c4df
b4bff5cb457 : Added tag jdk7u4-b14 for changeset 6e878f47c4e9
7bd605cc707 : Added tag jdk7u4-b14 for changeset d02971efa57d
2c85ca538e6 : Added tag jdk8-b28 for changeset 6a9e1767fc90
0c33720da29 : Added tag jdk8-b28 for changeset cb1d70aa45ad
05b0b4f2ae0 : Added tag jdk8-b28 for changeset 1eae1ee06752
0ca13f7ff62 : Added tag jdk8-b28 for changeset afee4474f087
d144cbfe099 : Added tag jdk8-b28 for changeset b99bec991962
88cecd7c9e6 : Added tag jdk8-b28 for changeset 3a2fb02e0315
ef3de8e1f77 : Added tag jdk8-b28 for changeset ecb426820bba
3669ad06b0b : Added tag jdk8-b28 for changeset 6446faed7091
9c64402c80d : 7149320: Move sun.misc.VM.booted() to the end of System.initializeSystemClass()
f4e81d2e194 : 7149785: Minor corrections to ScriptEngineManager javadoc
3385cfe8cf8 : 7118280: The gbyc00102 JCK7 test causes an assert in JVM 7.0 fastdebug mode
3e57794d82e : 7118280: The gbyc00102 JCK7 test causes an assert in JVM 7.0 fastdebug mode
e5447cf35a7 : 7142641: -Xshared:on fails on ARM
281faab8edf : 7154724: jdk7u4 test properties missing from jprt.properties
4264a500902 : 7154333: JVM fails to start if -XX:+AggressiveHeap is set
46f5afbda02 : 7123170: JCK vm/jvmti/ResourceExhausted/resexh001/resexh00101/ tests fails since 7u4 b02
1f306f7c2b5 : 7152784: new hotspot build - hs23-b19
2d7038a4088 : 7152954: G1: Native memory leak during full GCs
9cd12c0bcd1 : 7142641: -Xshared:on fails on ARM
4aef1af23ef : 7142641: -Xshared:on fails on ARM
fc1df5b4e46 : 7143851: Improve IIOP stub and tie generation in RMIC 7149048: Changes to corba rmic stubGenerator class are not used during jdk build process
b2ae94ee3a5 : 7143851: Improve IIOP stub and tie generation in RMIC 7149048: Changes to corba rmic stubGenerator class are not used during jdk build process
8f5b808cfe8 : 7148499: Stack size in tools/launcher/Settings.java needs to be increased
cbf5f3e4de9 : 7133573: [macosx] closed/javax/swing/JToolTip/4846413/bug4846413.java fails on MacOS
91bb732f9cf : 7110104: It should be possible to stop and start JMX Agent at runtime
7902f129f5a : 7143872: Improve certificate extension processing
1cebc359f01 : 7143872: Improve certificate extension processing
d9eed8495b8 : 7143606: File.createTempFile should be improved for temporary files created by the platform
81b0f3f5c09 : 7149626: (reflect) Improve javadoc of java.lang.reflect.Executable
959e0b9dfb2 : 7147183: test/tools/javac/apt.sh can be removed from tl/langtools repository
9c503c56896 : 7093891: support multiple task listeners
5707f715aa1 : 7144951: fix minor javadoc issues
43cd6ed6fa3 : 7145024: Crashes in ucrypto related to C2
a78639146c7 : 7079902: Refine CORBA data models
54c7a429499 : 7143614: SynthLookAndFeel stability improvement
14732a0d275 : 7149181: sun/management/jmxremote/startstop/JMXStartStopTest.sh failing on all platforms
2358974c43b : 7132692: [macosx] Class com.apple.eawt not functioning
ff471632206 : 6910461: Register allocator may insert spill code at wrong insertion index
825a304b384 : 7145024: Crashes in ucrypto related to C2
52b1acc36f6 : 6910461: Register allocator may insert spill code at wrong insertion index
08500526329 : 7145024: Crashes in ucrypto related to C2
39cf6b2fdc8 : 7143617: Improve fontmanager layout lookup operations
0193199d573 : 7143162: Allow disable building of jdk demos and samples
2f6d883fcb3 : 7143162: Allow disable building of jdk demos and samples
b9bc3b78462 : 7143614: SynthLookAndFeel stability improvement
48ca85ec464 : 7147830: NullPointerException in java.security.Policy.implies() when the ProtectionDomain has a null code sou
fe4588a87ef : 7110104: It should be possible to stop and start JMX Agent at runtime
c8159087740 : 7148486: At a method handle call returning with an exception may call the runtime with misaligned stack (x64)
5dbc51af3c5 : 7148486: At a method handle call returning with an exception may call the runtime with misaligned stack (x64)
4012f6cd341 : 7147740: add assertions to check stack alignment on VM entry from generated code (x64)
a1f41b03c97 : 7147740: add assertions to check stack alignment on VM entry from generated code (x64)
6d519d366e5 : 7148921: More ProblemList updates (2/2012)
84470be5788 : 7148126: ConstantPoolCacheEntry::print prints to wrong stream
53230ba9afe : 7148126: ConstantPoolCacheEntry::print prints to wrong stream
fafe66921e8 : 7148664: new hotspot build - hs24-b02
2580efacfc9 : 7148664: new hotspot build - hs24-b02
7f5093d00db : Added tag hs24-b01 for changeset b357c6ebe63e
4ed4d252eae : Added tag hs24-b01 for changeset 5aaa11b5e050
c3da3a50487 : 7148758: Resolve merge issue which caused testcase failure
9c6ab6372fd : 7147416: LogCompilation tool does not work with post parse inlining
15e19a69a27 : 7147416: LogCompilation tool does not work with post parse inlining
17f17157b91 : 7079093: TEST_BUG: java/lang/instrument/ManifestTest.sh fails with cygwin
399194bb7a0 : 7073626: RmiBootstrapTest.sh and RmiSslBootstrapTest.sh fail under Cygwin
a46962c4c1b : 7137836: tidy up Names.java
8694cd7c625 : 7147584: Changing to Nimbus/GTK in SwingSet2 on Solaris 10 Sparc causes malformed menus/layout
d76f84108fa : 7145980: Dispose method of window.java takes long
cecb6289706 : 7144488: Infinite recursion for some equals tests in Collections
27720df27ac : 7133138: Improve io performance around timezone lookups
f6d2a6aa628 : Added tag jdk7u4-b13 for changeset 38056748c725
2e5eac55ef7 : Added tag jdk7u4-b13 for changeset cfbe9430eaea
eff39a02bae : Added tag jdk7u4-b13 for changeset 1be1f17d08b5
c04c89d34bb : Added tag jdk7u4-b13 for changeset ca8cacec639d
b073341b30e : Added tag jdk7u4-b13 for changeset c0cde2fc0840
3a2f2dc8d44 : Added tag jdk7u4-b13 for changeset 75d5c313f05a
8418bbd52f0 : Added tag jdk7u4-b13 for changeset b4dde09aeedb
9d978102bc8 : Added tag jdk8-b27 for changeset bc664cc5f2a0
7835898d92f : Added tag jdk8-b27 for changeset 020ee18d16db
5e6beee12cb : Added tag jdk8-b27 for changeset 0b1b48f6f78d
076a67b1bf3 : Added tag jdk8-b27 for changeset 4506e41cb329
158427237eb : Added tag jdk8-b27 for changeset 30cf3316d124
c03d5502da2 : Added tag jdk8-b27 for changeset b35c3b733cfc
663327f4088 : Added tag jdk8-b27 for changeset 96028882c1dc
aebf95f6f22 : Added tag jdk8-b27 for changeset 9f0948ea25eb
de52238d066 : 7148025: javac should not warn about InterrupttedException on the declaration of AutoCloseable itself
27c0786c3bf : 7148152: Add whitebox testing API to HotSpot
3995b6f5188 : 7148152: Add whitebox testing API to HotSpot
e3ce03230a6 : 7145239: Finetune package definition restriction
b59b7a9300b : 7145239: Finetune package definition restriction
942b3e2aaec : 7107099: JScrollBar does not show up even if there are enough lebgth of textstring in textField
97612e5913f : 7141244: build-infra merge: Include $(SPEC) in makefiles and make variables overridable
e1675f98d47 : 7110104: It should be possible to stop and start JMX Agent at runtime
b3509ae5ced : 7141244: build-infra merge: Include $(SPEC) in makefiles and make variables overridable
648e5f324ae : 7110104: It should be possible to stop and start JMX Agent at runtime
ec4a91ece07 : 7146442: assert(false) failed: bad AD file
f348a48df68 : 7110104: It should be possible to stop and start JMX Agent at runtime
5bcfb824929 : 7148663: new hotspot build - hs23-b17
22db6951dc1 : 7146442: assert(false) failed: bad AD file
4fc7bfcfbba : 7146442: assert(false) failed: bad AD file
3e904497b1e : 7120481: storeStore barrier in constructor with final field
3ee65ca4597 : 7120481: storeStore barrier in constructor with final field
df18cb7401b : 7146572: enableInputMethod(false) does not work in the TextArea and TextField on the linux platform
e9695997501 : 7147407: remove never used debug code in DnsClient.java
58de6a8294d : 7133581: [macosx] closed/javax/swing/JTree/4330357/bug4330357.java fails on MacOS
7bea3e0303a : 7133571: [macosx] closed/javax/swing/JToolBar/4247996/bug4247996.java fails on MacOS
8326ba32356 : 7133566: [macosx] closed/javax/swing/JTable/4220171/bug4220171.java fails on MacOS
ace6464105e : 7147336: clarification on warning of keytool -printcrl
378bc323c29 : Added tag hs23-b16 for changeset 1bfc33519320
805c04f3f76 : Added tag hs23-b16 for changeset 8bbc8e90b8c8
41f7f6302b3 : 7145358: SA throws ClassCastException for partially loaded ConstantPool
2e7f104ba81 : 7145358: SA throws ClassCastException for partially loaded ConstantPool
9ec735df6bb : 7144530: KeyTab.getInstance(String) no longer handles keyTabNames with "file:" prefix
87804cd2908 : 6961765: Double byte characters corrupted in DN for LDAP referrals
7c06904627b : 7148921: More ProblemList updates (2/2012)
1844ded0f79 : 7148143: PropertyChangeSupport.addPropertyChangeListener can throw ClassCastException
d21a6ce41f6 : 7144530: KeyTab.getInstance(String) no longer handles keyTabNames with "file:" prefix
5f68d9921d3 : 7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c
118dae9a8a3 : 7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c
b4cbe82e26f : 7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c
065eeea15b5 : 7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c
697f1518969 : 7147087: Remove AWT/Swing/client tests from ProblemList
86410b610b6 : 6346658: (se) Selector briefly spins when asynchronously closing a registered channel [win]
2995eff3e36 : 7146506: (fc) Add EACCES check to the return of fcntl native method
d2449123bee : 7146152: File.path should be final
352f7efd5da : 7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on BSD/OSX
1afa19ca28a : 7167028: new hotspot build - hs23.2-b01
d856a7745c0 : 7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on BSD/OSX
200c13c3cdf : 7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on BSD/OSX
4c599f3e1e9 : 7145798: System.loadLibrary does not search current working directory
b0b5725863c : 7145798: System.loadLibrary does not search current working directory
ed138412554 : 7143910: test/tools/apt/Basics/apt.sh fails with 'real' sh
a908ea8cb5e : 7146700: new hotspot build - hs24-b01
8330cf220ca : 7146700: new hotspot build - hs24-b01
be21bbbc255 : Added tag hs23-b16 for changeset e545d7e1f01e
5c0a2aef83a : Added tag hs23-b16 for changeset 442cb5c14fa2
0d25b8c4d5c : 7146729: nightly failure after 7141200: tty is sometimes null during shutdown of main thread
14bb1369565 : 7146729: nightly failure after 7141200: tty is sometimes null during shutdown of main thread
1b32c44aa3c : 4153167: separate between ANSI and OEM code pages on Windows
867f3ba8891 : 7145346: VerifyStackAtCalls is broken
13fbbbd357c : 7145346: VerifyStackAtCalls is broken
5f0143a7744 : 6330863: vm/gc/InfiniteList.java fails intermittently due to timeout
8ce689adfc0 : 6330863: vm/gc/InfiniteList.java fails intermittently due to timeout
6827f384c90 : 7146343: PS invoke methods should indicate the type of gc done
4402909c063 : 7146343: PS invoke methods should indicate the type of gc done
30b3953b451 : Added tag jdk8-b26 for changeset 90bc745052c7
1f2ee111b20 : Added tag jdk7u4-b12 for changeset cf2f7c71cf03
d3539e79ca3 : Added tag jdk8-b26 for changeset a9b4578da2a8
7551efdd701 : Added tag jdk8-b26 for changeset b51c748f410d
aa4aad9e24b : Added tag jdk7u4-b12 for changeset d7abceb90a79
6a8b78d6db5 : Added tag jdk8-b26 for changeset 1d96f9313a4b
2d1474fbde1 : Added tag jdk7u4-b12 for changeset 59c4bfc5939d
ae4364bc5f8 : Added tag jdk7u4-b12 for changeset a24f8a00ce13
5fa0678ef1b : Added tag jdk8-b26 for changeset 70e517098d81
74b406dda9a : Added tag jdk8-b26 for changeset 69f609170f91
34f8b8a19f8 : Added tag jdk7u4-b12 for changeset fa7ed2e33f5f
36725334b1d : Added tag jdk8-b26 for changeset b831ee8beaf8
10397e5d0ec : Added tag jdk8-b26 for changeset d771ef859fba
b863d8dd722 : Added tag jdk7u4-b12 for changeset f763eec167bc
be2176bc031 : Added tag jdk7u4-b12 for changeset 215d8177ba57
b2c416ee83d : 7146354: Re-enable Compressed OOPs after 7118647 is resolved
ac2ed397614 : 7146354: Re-enable Compressed OOPs after 7118647 is resolved
ac69a5f84ab : 6708398: Support integer overflow
9e339b8ded3 : 7144318: GCLocker assert failure: assert(_needs_gc || SafepointSynchronize::is_at_safepoint(
d6352a826eb : 7144318: GCLocker assert failure: assert(_needs_gc || SafepointSynchronize::is_at_safepoint(
5ed8c8ab582 : 7142113: Add Ivy Bridge to the known Intel x86 cpu families
f33961a1df6 : 7142113: Add Ivy Bridge to the known Intel x86 cpu families
40d87232e68 : 7089914: Focus on image icons are not visible in javaws cache with high contrast mode
cb7dbaebc9d : 7143038: SIGSEGV in assert_equal / LinearScan::assign_reg_num
6a993903bea : 7143038: SIGSEGV in assert_equal / LinearScan::assign_reg_num
4c5ba0d841e : 7145837: a little performance improvement on the usage of SecureRandom
539616f85a6 : 7125136: SIGILL on linux amd64 in gc/ArrayJuggle/Juggle29
31a3528c3c2 : 7125136: SIGILL on linux amd64 in gc/ArrayJuggle/Juggle29
a1d2da174b8 : 7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
e1c2a814e0a : 7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
24b07e7ae63 : 7142680: default GC affected by jvm path
c1dd780d212 : 7142680: default GC affected by jvm path
7aaaab61987 : 7134730: Create Ant task for generating Mac OS X app bundles
6e0b68a63b8 : 7142086: performance problem in Check.checkOverrideClashes(...)
166428d41d9 : 7144268: [macosx] ProblemList.txt updates to exclude networking tests failing on macos
c0c2682d4a0 : 7114611: (fs) DirectoryStream fails with SIGBUS on some embedded platforms, dirent alignment
b972e52710e : 7145345: Code cache sweeper must cooperate with safepoints
59e47256d41 : 7145345: Code cache sweeper must cooperate with safepoints
0e0f5c0d373 : 7145243: Need additional specializations for argument parsing framework
510522ff57e : 7145243: Need additional specializations for argument parsing framework
a1429e482e2 : 7145925: Removing remote access to diagnostic commands in the HotSpotDiagnosticMBean
3551563ff5d : 7145925: Removing remote access to diagnostic commands in the HotSpotDiagnosticMBean
520f6fcc87d : 7145537: minor tweaks to LogEvents
d3b2d188d20 : 7145537: minor tweaks to LogEvents
be06406cb89 : 7132029: G1: mixed GC phase lasts for longer than it should
06ee3f27bc8 : 7132029: G1: mixed GC phase lasts for longer than it should
5f9a26a0095 : 7145910: Remove dependency on apt and com.sun.mirror API (breaks boot cycle builds)
11396e5224f : 7144833: sun/tools/jcmd/jcmd-Defaults.sh failing intermittently
c3bd2cf6015 : 8008223: java/net/BindException/Test.java fails rarely
89d06c3cf08 : 8005920: After pressing combination Windows Key and M key, the frame, the instruction and the dialog can't be minimized
11b41f68020 : 8007006: [macosx] Closing subwindow loses main window menus
1220d6b7a47 : 8008235: Fix for 8002114 is missing in jdk7u-dev
f56f0b41cb9 : 8007450: Add build support for different man pages for OpenJDK and OracleJDK
1fbda36825d : 7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified
e7aa080bba5 : 8008095: TEST_BUG: JDK-8002048 one more testcase failure on Solaris
3fada727b64 : 7132385: [macosx] IconifyTest of RepaintManager could use some delay
dc8a2979659 : 8006757: Refactor Socket and File I/O tracing
7e847b24904 : 8007515: TEST_BUG: update ProblemList.txt and TEST.ROOT in jdk7u-dev to match jdk8
9d2f9708cc8 : 8007761: NTLM coding errors
b1e59d3a4f7 : 8007786: JDK-8002048 testcase doesn't work on Solaris
537c190f7c1 : 8005932: Java 7 on mac os x only provides text clipboard formats
1fed7684b09 : 8007536: Incorrect copyright header in JDP files
935b4eb776a : 7077259: [TEST_BUG] [macosx] Test work correctly only when default L&F is Metal
bda8d90ffa7 : 8004904: Makefile for ntlm
10774195a2e : 8005646: TEST_BUG: java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup leaves process running
08315d18693 : 7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails intermittently
63256de173a : 8006864: Update java.security-linux to include changes in java.security
7940cc3ef04 : 8007142: Add utility classes for writing better multiprocess tests in jtreg
78900cc5be9 : 8006669: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails on mac
ddaeb8933c5 : 7144833: sun/tools/jcmd/jcmd-Defaults.sh failing intermittently
efb2e557dec : 7144274: [macosx] Default IPv6 multicast interface is not being set when calling MulticastSocket.joinGroup()
2175f2af55a : 7124553: [macosx] Need minimum size for titled Frames and JFrames
6edc2206b3e : 7124363: [macosx] ClassCastException: CFileDialog cannot be cast to LWWindowPeer
9ae3bdf520c : 7124552: [macosx] NullPointerException in getBufferStrategy()
7fa9fdba762 : 7133577: [macosx] closed/javax/swing/JTree/4314199/bug4314199.java fails on MacOS
5977a2d6a73 : 7024604: OID.1 causes IAE in X500Principal constructor
f9235626ebb : 7143857: Memory leak in javax.swing.plaf.synth.SynthTreeUI
e6f3ba89ec1 : 7126041: jdk7u4 b05 and b06 crash with RubyMine 3.2.4, works well with b04
989d573d2d7 : 7126041: jdk7u4 b05 and b06 crash with RubyMine 3.2.4, works well with b04
06f402e0182 : 7045132: sun.security.util.Resources_pt_BR.java translation error
97effe4b4d3 : 7124171: 7u4 l10n message update related to Mac OS X port
2e4c36a7ab6 : 7124223: [macosx] Regression test failure with new exception, when glyph is positioned explicitly
3c37c6398e9 : 7145375: 7u4 l10n message update related to langtools
ee881856d1f : 7143617: Improve fontmanager layout lookup operations
479baa64e59 : 7140866: assert(covered) failed: Card for end of new region not committed
ac05ceba043 : 7140866: assert(covered) failed: Card for end of new region not committed
3ec0a952c65 : 7130993: nsk/jdi/ReferenceType/instances/instances004 fails with JFR: assert(ServiceUtil::visible_oop(obj))
c25eebd3216 : 7130993: nsk/jdi/ReferenceType/instances/instances004 fails with JFR: assert(ServiceUtil::visible_oop(obj))
38a70328081 : 7145589: First JSDT provider creation fails
ccebd55230a : 7145589: First JSDT provider creation fails
f9b7a3e6926 : 7143061: nsk/stress/stack/b4525850 crash VM
05f2ab1bba7 : 7143061: nsk/stress/stack/b4525850 crash VM
3887a6d0120 : 7142086: performance problem in Check.checkOverrideClashes(...)
654bc2322c4 : 7142950: jdk7u cannot bootstrap Mac OS build [macosx]
1d56fdab497 : 7143612: improve backwards compatibility of OSIS post-CR6887286
5d2f7d8eb6a : 7145587: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV (sparc version)
5afc57be8e2 : 7145587: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV (sparc version)
1ac05a89e0b : 7142667: Problems with the value passed to the 'classes' param of JavaCompiler.CompilationTask.getTask(...)
7ec1b2dac34 : 7125657: [macosx] SpreadSheet demo has the broken display when clicking outside of the table
66827fef2c1 : 7144979: incorrect path separator in make/build.xml for Windows when running jtreg tests
c64821b24fb : 7143711: Feature added by 7053556 should not override what's set by the constructor in secure mode
383a5619036 : 7141296: [macosx] Mouse Wheel Turn closes combobox popup
08f7c7346ee : 7140868: TEST_BUG: jcmd tests need to use -XX:+UsePerfData
f4bce41f850 : 8008534: 7u15 to 7u-dev sync: Update java.security-linux to contain java.security changes
e1486346d70 : 7140868: TEST_BUG: jcmd tests need to use -XX:+UsePerfData
87de45733f9 : 8008379: TEST_BUG: Fail automatically with java.lang.NullPointerException
fc6d16307ac : 8001621: Update awk scripts that check output from jps/jcmd
fa6201d4c17 : 7154114: jstat tests failing on non-english locales 7154113: jcmd, jps and jstat tests failing when there are unknown Java processes on the system
09ce14c0139 : 7144833: sun/tools/jcmd/jcmd-Defaults.sh failing intermittently
b61bcd42075 : 8008223: java/net/BindException/Test.java fails rarely
b2a16faa302 : 8005920: After pressing combination Windows Key and M key, the frame, the instruction and the dialog can't be minimized
d4d584c9efe : 7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified
e37ba4f7ab2 : 8007515: TEST_BUG: update ProblemList.txt and TEST.ROOT in jdk7u-dev to match jdk8
5ad56259957 : 7140868: TEST_BUG: jcmd tests need to use -XX:+UsePerfData
d8b18a47675 : 8008379: TEST_BUG: Fail automatically with java.lang.NullPointerException
552b255c564 : 8001621: Update awk scripts that check output from jps/jcmd
c73abe79127 : 7154114: jstat tests failing on non-english locales 7154113: jcmd, jps and jstat tests failing when there are unknown Java processes on the system
0fb901b8109 : 7144833: sun/tools/jcmd/jcmd-Defaults.sh failing intermittently
064ff152bf2 : 8008223: java/net/BindException/Test.java fails rarely
9d3ad50f0e8 : 8005920: After pressing combination Windows Key and M key, the frame, the instruction and the dialog can't be minimized
b8cf175e20d : 7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified
cafbd7cf401 : 8007515: TEST_BUG: update ProblemList.txt and TEST.ROOT in jdk7u-dev to match jdk8
52739303dbf : 7140868: TEST_BUG: jcmd tests need to use -XX:+UsePerfData
c2ca70deccf : 7143760: Memory leak in GarbageCollectionNotifications
476ee444493 : 7143760: Memory leak in GarbageCollectionNotifications
7c6f3c6cb27 : 7133577: [macosx] closed/javax/swing/JTree/4314199/bug4314199.java fails on MacOS
e72027177f0 : 7143768: [macosx] Unexpected NullPointerException and java.io.IOException during DnD
abfc726cc44 : 7142888: sun/security/tools/jarsigner/ec.sh fail on sparc
1ad2cb33030 : 7133495: [macosx] KeyChain KeyStore implementation retrieves only one private key entry
57384f4c29b : 7133495: [macosx] KeyChain KeyStore implementation retrieves only one private key entry
f01e2de7961 : 7082294: nsk/regression/b4265661 crashes on windows
e7ece2a7428 : 7144405: JumbleGC002 assert(m->offset() == pc_offset) failed: oopmap not found
c8f9ce6f10d : 7144405: JumbleGC002 assert(m->offset() == pc_offset) failed: oopmap not found
df7b871807c : 7142672: Problems with the value passed to the 'classes' param of JavaCompiler.CompilationTask.getTask(...)
bb8d8108cb1 : 7142509: Cipher.doFinal(ByteBuffer,ByteBuffer) fails to process when in.remaining() == 0
da95fa4aee2 : 7069991: Setup make/jprt.properties files for jdk8
95cfa1c3a78 : 7069991: Setup make/jprt.properties files for jdk8
c97a222bfb3 : 7124272: [macosx] VK_DELETE does produce an extraneous character in a TextArea or TextField
33366326d22 : 7059899: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV
cfdca5342c7 : 7059899: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV
7c7523d9686 : 7142339: PKCS7.java is needlessly creating SHA1PRNG SecureRandom instances when timestamping is not done
1579b69cf7a : 7143070: test/java/awt/print/PaintSetEnabledDeadlock/PaintSetEnabledDeadlock.java freezes on exit
2ac69799ec2 : 7143070: test/java/awt/print/PaintSetEnabledDeadlock/PaintSetEnabledDeadlock.java freezes on exit
fc953fb8fbe : 7124528: [macosx] Selection is not cleared properly in text component
bd9bdc28cdb : 7124337: [macosx] FileDialog fails to select multiple files
df753a2942e : 7143766: add ALT_JDK_IMAGE_DIR and improve test_jdk
188d469d71d : 7143766: add ALT_JDK_IMAGE_DIR and improve test_jdk
7c264a12bb8 : 7144064: [macosx] "Could not find class" error in JTree's ctor when called in headless mode
425b53e0624 : 7141329: Strange values of stack_size in -XX:+TraceMethodHandles output
ed72688f76b : 7141329: Strange values of stack_size in -XX:+TraceMethodHandles output
7abee00e975 : 7143230: fix warnings in java.util.jar, sun.tools.jar, zipfs demo, etc
cfa17f52c38 : 7009098: SA cannot open core files larger than 2GB on Linux 32-bit
e565fbba321 : 7009098: SA cannot open core files larger than 2GB on Linux 32-bit
0073cdd5124 : 7144979: incorrect path separator in make/build.xml for Windows when running jtreg tests
6e1303417cf : 7144895: ProblemList.txt updates (2/2012)
cfe8581b9b2 : 7133367: ResponseCache.put should not be called when setUseCaches(false)
42e2465c18e : 7144781: incorrect URLs in JSSE java doc
7ddcb409b62 : 7144781: incorrect URLs in JSSE java doc
533795bb75d : 7142509: Cipher.doFinal(ByteBuffer,ByteBuffer) fails to process when in.remaining() == 0
b33087c6d38 : 7140985: HSDIS does not handle caller options correctly
ce8668b63b0 : 7140985: HSDIS does not handle caller options correctly
2d533fa2a91 : 7129284: +DoEscapeAnalysis regression w/ early build of 7u4 (HotSpot 23) on Linux
387998ecf04 : 7129284: +DoEscapeAnalysis regression w/ early build of 7u4 (HotSpot 23) on Linux
4659df3c49f : 7144322: new hotspot build - hs23-b16
6849a264589 : 7144322: new hotspot build - hs23-b16
46f9604fd6f : Added tag hs23-b15 for changeset 323ec1849b7c
1a4a4cbd9ad : Added tag hs23-b15 for changeset 55cfa9cd7639
f67d19788e6 : 7109991: SwingUtilities.isXMouseButton behaves unexpectedly starting from JDK8 b08
1cfc57d91b1 : 7144475: fix some warnings in java.awt, javax.print.attribute.standard, and sun.beans.infos
9b65dbabc1e : 6879539: enable empty password support for pkcs12 keystore
4ccb224ca84 : Added tag jdk8-b25 for changeset 5f9506e97a45
c6ddf04da5f : Added tag jdk7u4-b11 for changeset 654b5fa0387f
9b26ab91a57 : Added tag jdk8-b25 for changeset 5e35df9fddb6
79a983c1eed : Added tag jdk7u4-b11 for changeset 4aa3184b351d
ead2757410b : Added tag jdk8-b25 for changeset 3ef37abc6e33
33ee7754cea : Added tag jdk7u4-b11 for changeset b8ea6adbc153
3cc3ab97edc : Added tag jdk8-b25 for changeset 6d836b7888ea
f9dcdf2f3d2 : Added tag jdk7u4-b11 for changeset 1b009ca86061
5d17e0d33e7 : Added tag jdk8-b25 for changeset 5464af66b3ba
e7fe0fe1114 : Added tag jdk8-b25 for changeset 45ab5466a505
e6d45a1aead : Added tag jdk7u4-b11 for changeset 9357d76774f7
76f9c11768f : Added tag jdk8-b25 for changeset 58ac5bae81ab
f3f05e2748b : Added tag jdk7u4-b11 for changeset 7603fa48ee9f
cbebb2687af : Added tag jdk8-b25 for changeset b832ef83f076
49bb7506d9e : Added tag jdk7u4-b11 for changeset d38ade9f72a6
17db0aa7dac : 7144086: TEST_BUG: java/nio/file/WatchService/SensitivityModifier.java failing intermittently
9ace5d5b198 : 7144086: TEST_BUG: java/nio/file/WatchService/SensitivityModifier.java failing intermittently
02a235d8734 : 7141259: Native stack is missing in hs_err
e0ec1c804ea : 7141259: Native stack is missing in hs_err
36a08afe2a1 : 7142955: DefaultTreeCellRenderer doesn't honor 'Tree.rendererFillBackground' LAF property
d228d3127c1 : 7114611: (fs) DirectoryStream fails with SIGBUS on some embedded platforms, dirent alignment
ffc91880e18 : 7143857: Memory leak in javax.swing.plaf.synth.SynthTreeUI
7d255a75829 : 7131006: java/lang/management/ThreadMXBean/ThreadLists.java
3a09f847bb3 : 7131006: java/lang/management/ThreadMXBean/ThreadLists.java
ff7281a8661 : 7132367: [macosx] ChoiceMouseWheelTest should be adapted for mac toolkit
0b4df63ee22 : 7138665: JOptionPane.getValue() unexpected change between JRE 1.6 and JRE 1.7
d53f00fb691 : 6957683: test/java/util/concurrent/ThreadPoolExecutor/Custom.java failing
ba9ddb94fa9 : 6736316: Timeout value in java/util/concurrent/locks/Lock/FlakyMutex.java is insufficient
5070eb57b62 : 7105929: java/util/concurrent/FutureTask/BlockingTaskExecutor.java fails on solaris sparc
0f2f8f179e8 : 7119286: JSR292: SIGSEGV in JNIHandleBlock::release_block(JNIHandleBlock*, Thread*)+0x3c
30a1bf2a0b4 : 7119286: JSR292: SIGSEGV in JNIHandleBlock::release_block(JNIHandleBlock*, Thread*)+0x3c
18a83d872ba : 6880619: reg tests for 6879540
d8c00fda7b4 : 7143629: JDK jar/zip code should use unsigned library support
e6015c7c26d : 7143491: G1 C2 CTW: assert(p2x->outcnt() == 2) failed: expects 2 users: Xor and URShift nodes
04d5a1d9909 : 7143491: G1 C2 CTW: assert(p2x->outcnt() == 2) failed: expects 2 users: Xor and URShift nodes
6a8d1c46fe5 : Added tag jdk7u3-b05 for changeset 5fb2162d16af
2856b9535ec : 7142167: MAC: _get_previous_fp broken on bsd with llvm-gcc
20c1f91a732 : 7142167: MAC: _get_previous_fp broken on bsd with llvm-gcc
b37db2a9db7 : 7142847: TEST_BUG: java/nio/file/WatchService/SensitivityModifier.java has incorrect @run tag, runs Basic
edaa618f76f : 7142847: TEST_BUG: java/nio/file/WatchService/SensitivityModifier.java has incorrect @run tag, runs Basic
0e6d16b5006 : 7177617: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing (win)
e0ef886ce79 : 7176630: (sc) SocketChannel.write does not write more than 128k when channel configured blocking [win]
36c3005442e : 6879539: enable empty password support for pkcs12 keystore
4ea71cf959b : 7129382: change minor unit of VND to 0
01ee621b401 : 7143122: new hotspot build - hs23-b15
eef9e177209 : 7143122: new hotspot build - hs23-b15
ce62364df59 : Added tag hs23-b14 for changeset 04e30cc559a9
46437fada0b : Added tag hs23-b14 for changeset ebd77850c4d6
8bd7cfc4720 : 7142616: MAC: Honor ALT_EXPORT_PATH overrides from JDK control builds
65e7666a126 : 7142616: MAC: Honor ALT_EXPORT_PATH overrides from JDK control builds
50daea08242 : 7142852: MAC: Comment out JPRT jbb tests on Mac OS X until 7142850 is resolved
aa1887d19da : 7142852: MAC: Comment out JPRT jbb tests on Mac OS X until 7142850 is resolved
a1b4a3f698e : 7141242: build-infra merge: Rename CPP->CXX and LINK->LD
15f7bf7feba : 7141242: build-infra merge: Rename CPP->CXX and LINK->LD
f30ca2fd584 : 7041249: Remove apt tool and API from the JDK
6667bfa0a92 : 7041249: Remove apt tool and API from the JDK
33859eda7af : 7140918: Remove dependency on apt and com.sun.mirror API
487391eab6c : 7140918: Remove dependency on apt and com.sun.mirror API
9a1089d27ba : 7132204: Default testset in JPRT should not run all tests
511e7438d7b : 7041778: Move SCTP implementation out of sun.nio.ch and into its own package
5071c6aa0a7 : 7142393: new hotspot build - hs23-b14
b25c3650118 : 7142393: new hotspot build - hs23-b14
119aa701d09 : Added tag hs23-b13 for changeset c996ca3f8bac
5e77899d8d4 : Added tag hs23-b13 for changeset 25b2a49d7847
80e0df803f3 : 7141914: Draw glyph cause JVM crash
a1486e0c082 : 7071775: javax/swing/JFileChooser/6396844/TwentyThousandTest.java failed on winxp
314ecdc15ad : 7141573: JProgressBar resize exception, if setStringPainted in Windows LAF
aa2c06d3cff : Added tag jdk7u4-b10 for changeset c1c54826523b
c264aaa5da3 : Added tag jdk7u4-b10 for changeset 9cc2cf1875e6
7464b1da7b3 : Added tag jdk7u4-b10 for changeset a8d3f6d7bca3
e877baacaeb : Added tag jdk7u4-b10 for changeset 0adced8029fe
7dbde43f13e : Added tag jdk7u4-b10 for changeset 587e26fb265a
a205e9e9252 : Added tag jdk7u4-b10 for changeset b111ee129a7c
49f26673e71 : Added tag jdk7u4-b10 for changeset ecd1a38e633b
39ab213a0a0 : 6679764: enable parallel compaction by default
b23a0a4c598 : 6679764: enable parallel compaction by default
c750a3e42c9 : 7141141: Add 3 new test scenarios for testing Main-Class attribute in jar manifest file
a92252b1564 : 7141910: Incorrect copyright dates on new test cases
c1695f63362 : 7124382: [macosx] Property sun.awt.enableExtraMouseButtons is always 'false'
fc851bfb71b : Added tag jdk8-b24 for changeset e320a58c5e9a
89ba3aae12e : Added tag jdk8-b24 for changeset b0f8f6fd6947
cf9dd9cf3b4 : Added tag jdk8-b24 for changeset b18da790e3ea
1f03218e566 : Added tag jdk8-b24 for changeset abbbbaf35c96
9cbc2661e11 : Added tag jdk8-b24 for changeset 7e187fc00d45
77102b968aa : Added tag jdk8-b24 for changeset d53944242771
1e4aa8a7d4f : Added tag jdk8-b24 for changeset f920d3637c9f
1540e46180b : Added tag jdk8-b24 for changeset b77ae0f8eec8
b9fbc2faab9 : 7141637: JSR 292: MH spread invoker crashes with NULL argument on x86_32
24831bcca4e : 7141637: JSR 292: MH spread invoker crashes with NULL argument on x86_32
0e6e1a500a8 : 7142123: test/java/net/ProxySelector/B6737819.java failing on all platforms since Mac OS integration
7313a31b927 : 7132194: GtkFileDialog does not point to the correct file(s) is Recent Files are used
9599296d97c : 7013347: allow crypto functions to be called inline to enhance performance
d28a657464b : 7013347: allow crypto functions to be called inline to enhance performance
8ac9bc5858d : 7141910: Incorrect copyright dates on new test cases
73785e645b7 : 7123386: RFE: Preserve universal builds of HotSpot on Mac OS X
460ffe9a616 : 7123386: RFE: Preserve universal builds of HotSpot on Mac OS X
7c7e1b9c74e : 7053556: An implementation-specific feature in Oracle's JAXP: to allow disable the use of services mechanism
5a41427b373 : 7141200: log some interesting information in ring buffers for crashes
5dd4f7c1c53 : 7141200: log some interesting information in ring buffers for crashes
e142e3595ff : 7082443: JComboBox not backward compatible (with Java 6)
12dd3dff9d1 : 7141675: Fix jcheck issues in .m sources
f97266a8c0a : 7141465: macosx] com/sun/jdi/PrivateTransportTest.sh fails on Mac OS X
6c716c4cb4f : 7141462: ProblemList.txt updates to exclude tests that cause test runs to hang [macosx]
cd3e9ddf045 : 7122250: [macosx] mouseMoved Events test do not respond in JCK-runtime-7 interactive
ec9b7d57ac7 : 7120974: ManagementPermission "control" needs clarification
649f5227613 : 7130360: [macosx] Packed JInternalFrame invisible on Aqua L&F
7bd17d71619 : 7124393: [macosx] JCheckBox in JTable: checkbox doesn't alaways respond to the first mouse click
504128e87cf : 7124387: [macosx] Application freezes on dispose window, created by JFileChooser
5495c29ba49 : 7129732: [macosx] JCK failure: no focus transfer back to Window owner
491a7d1024f : 7131793: [macosx] some cleanup in OGL pipeline code
82ac49190be : 7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms
24ae03338e4 : 7141413: [macosx] Regression test java/rmi/registry/readTest/readTest.sh failing on Mac OS X
dadfad70433 : 7129825: [macosx] Native activation is not changed when focusing other frame's owned window
a59952f4c9b : 7090976: Eclipse/CDT causes a JVM crash while indexing C++ code
a423198b3c1 : 7090976: Eclipse/CDT causes a JVM crash while indexing C++ code
df9a71fbd2a : 7141071: TEST_BUG: update shell scripts in java/nio/charset to detect Mac OS as a valid platform
7e7b99063ab : 7133220: Additional patches to JAXP 1.4.5 update 1 for 7u4
b28995ee469 : 6802962: java/awt/FontClass/CreateFont/fileaccess/FontFile.java failed on 5u8b01 and 6u13b01
b723dd64cad : 6868690: TEST:java/awt/FontClass/CreateFont/BigFont.java test should be modified in jdk7&8 to run via jtreg
2fd128fe15f : 7132180: JSR 292: C1 JVM crash with ClassValue/MethodHandle
472be6b48cf : 7132180: JSR 292: C1 JVM crash with ClassValue/MethodHandle
5846b3559fd : 7122138: IAE thrown because Introspector ignores synthetic methods
4acc0a7c546 : 7132809: [macosx] MAXIMIZED_BOTH set before setVisible(true) hides Frame
1b91bcb3421 : 7140924: SIGSEGV in compiled code for sun.awt.X11.XDecoratedPeer.updateMinSizeHints
d015fc7139c : 7140924: SIGSEGV in compiled code for sun.awt.X11.XDecoratedPeer.updateMinSizeHints
b68c69d8199 : 7129125: TEST_BUG: java/lang/ProcessBuilder/Zombies.java failed on linux with "No such file"
a7ae76b5540 : 7124399: [macosx] All Swing drag-n-drop tests faild
bd71369ca5b : 7082443: JComboBox not backward compatible (with Java 6)
301215b8601 : 7132779: build-infra merge: Enable ccache to work for most developer builds
76dfe7f7078 : 7142586: Cannot build on Solaris 11 due to use of ia_nice
7eb1d8acab9 : 7132779: build-infra merge: Enable ccache to work for most developer builds
54ddee1428f : 7142586: Cannot build on Solaris 11 due to use of ia_nice
46accc58299 : 7133301: (process) UNIXProcess_md.c should include sys/wait.h rather than wait.h
bb9be9ed00e : 7122138: IAE thrown because Introspector ignores synthetic methods
c3ee1cf7f9f : 7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms
343e9e71612 : 7131196: [macosx] Cmd-Q does not quit a graphical Java app
e2825e09dad : 7114376: Make system dictionary hashtable bucket array size configurable
ce074f86c33 : 7114376: Make system dictionary hashtable bucket array size configurable
082b8cb318d : 7141059: 7116795 broke pure c2 builds
ebb0ecccab8 : 7141059: 7116795 broke pure c2 builds
f8a10dbb7ae : 7140989: [MacOSX] Test Pack200Test fails on Mac
1cda50f82f8 : 7139770: MacOS JCK failures in DatagramSocket and MulticastSocket
85e4d13987c : 7140909: Visual Studio project builds broken: need to define INCLUDE_TRACE
59c36547bbd : 7140909: Visual Studio project builds broken: need to define INCLUDE_TRACE
cd5e1ef1aae : 7133476: (fs) Files.readAttributes throws NPE on MacOSX
7aaf83aa85f : 7122794: (macosx) DatagramSocket.disconnect() not working
55630e16dcf : 7132699: [macosx] Proxy using for connection to localhost
fa6e2473309 : 7132679: (dc) DatagramChannel.send fails with ECONNREFUSED when not connected (Mac OSX)
c32364a1817 : 7132637: (dc) DatagramChannel multicast tests failing on MacOSX
45569b3a650 : 7132378: Race in FutureTask if used with explicit set ( not Runnable )
a982cb9de3e : 7140882: Don't return booleans from methods returning pointers
ce79f12b7b2 : 7140882: Don't return booleans from methods returning pointers
283be081f83 : 7122173: [macosx] Several Regression tests fail on MacOS
ef9c5e7bfe5 : 7122149: [macosx] closed/javax/swing/UITest/UITest.java fails on MacOS
8a3cd66c3dd : 7105040: [macosx] closed/javax/swing/JPopupMenu/4966112/bug4966112.java deadlocks on MacOS
13323a8f6d0 : 7109962: [macosx] closed/javax/swing/JList/6462008/bug6462008.java fails on MacOS
4c7308f6ff8 : 7116634: [macosx] closed/javax/swing/JTree/6263446/bug6263446Tree.java fails on MacOS
6cb3d71bbe5 : 7112854: [macosx] closed/javax/swing/JPopupMenu/Test6827786.java unstable on MacOS
e7910ba8cdf : 7078460: JDialog is shown as separate icon on the taskbar
c0b462dd425 : 7122149: [macosx] closed/javax/swing/UITest/UITest.java fails on MacOS
aa6ad84f579 : 7122054: (tz) Windows-only: tzmappings needs update for KB2633952
356be47bab2 : 7134690: remove legacy jnilib support from ClassLoader and System [macosx]
81d09c2114a : 7129308: Handle different format of OperatingSystemMXBean.getSystemLoadAverage() output on macosx
77384773702 : 7130335: Problem with timezone in a SimpleDateFormat
5721fa222ae : 7129164: JNI Get/ReleasePrimitiveArrayCritical doesn't scale
7f99b80a175 : 7129164: JNI Get/ReleasePrimitiveArrayCritical doesn't scale
25f79b38d8d : 7127906: (launcher) convert the launcher regression tests to java
507ee3323c5 : 7131697: (se) Need AsynchronousChannelProvider implementation for Mac OS X
9b4334593cf : 7136538: typo in test/Makefile under the jdk_security3 target
e75161d2374 : 7126889: Incorrect SSLEngine debug output
99b8ef66fde : 7135385: new hotspot build - hs23-b13
3f706b66366 : 7135385: new hotspot build - hs23-b13
b67bc26c4d7 : Added tag hs23-b12 for changeset 68d6477cc31f
8568b230bdb : Added tag hs23-b12 for changeset 6a64c2c86d44
d3e7ef31b2b : Added tag jdk7u3-b20 for changeset daa51833f768
261d3409556 : 7134826: [macosx] KeyEvent difference between Apple 1.6 and openjdk
044658b0c58 : Added tag jdk7u4-b09 for changeset 1746a325f893
0fb796fa46a : Added tag jdk7u4-b09 for changeset 8771804b1924
bc911143260 : Added tag jdk7u4-b09 for changeset 7ab2512c0200
d9a65bc911e : Added tag jdk7u4-b09 for changeset 44de03c3085a
5801a18b724 : Added tag jdk7u4-b09 for changeset 0f47a9a1165c
2b269d35d94 : Added tag jdk7u4-b09 for changeset 46004cca3325
4593e9435d6 : Added tag jdk7u4-b09 for changeset c7962675c636
b3c3761cf1c : 7010561: Tab text position with Synth based LaF is different to Java 5/6
036e845b65a : 7110002: Rename xawt/libmawt.so and headless/libmawt.so so they can be colocated with libawt
9a010b5d735 : 7105040: [macosx] closed/javax/swing/JPopupMenu/4966112/bug4966112.java deadlocks on MacOS
4ad03aebbb2 : 7134655: Crash in reference processing when doing single-threaded remarking
4d340a01c7d : 7134655: Crash in reference processing when doing single-threaded remarking
a70eddca0d3 : 7109962: [macosx] closed/javax/swing/JList/6462008/bug6462008.java fails on MacOS
67ef00ed432 : 7022100: Method annotations are incorrectly set when redefining classes
b7d5d72f78f : 7022100: Method annotations are incorrectly set when redefining classes
153bd2fc0d8 : 7122173: [macosx] Several Regression tests fail on MacOS
ab4475e2b90 : 7124554: [macosx] JWindow does ignore setAlwaysOnTop property
05ebc9a6d7e : 7129420: [macosx] SplashScreen.getSplashScreen() returns null
33a5a447a86 : 7130335: Problem with timezone in a SimpleDateFormat
68758865427 : 7017458: (cal) Multithreaded deserialization of Calendar leads to ClassCastException
4bf9bd138e0 : Added tag jdk7u4-b227 for changeset ffb8dc1e9670
45b47b8a4c6 : Added tag jdk7u4-b227 for changeset bba63cf6b2db
3d631d7389c : Added tag jdk8-b23 for changeset 6662fc41e1c3
38012030415 : Added tag jdk7u4-b227 for changeset 044593157e81
931a45bdb39 : Added tag jdk7u4-b227 for changeset 5b08b345c65b
1b98d6343f8 : Added tag jdk8-b23 for changeset 412e931c07b9
34ff11cc2f9 : Added tag jdk8-b23 for changeset 11fa98675c2a
c4b15b06e6e : Added tag jdk8-b23 for changeset 939aca1c5dac
8b534fa6d60 : Added tag jdk7u4-b227 for changeset 5b05cf7bb71a
36aafbd031a : Added tag jdk7u4-b227 for changeset 37daa1af02fd
5e494c370aa : Added tag jdk8-b23 for changeset af005838b2f8
44db4abf758 : Added tag jdk8-b23 for changeset e5e407496d92
fbc7f2bbafd : Added tag jdk8-b23 for changeset 751387b26353
47bf575dfa7 : Added tag jdk8-b23 for changeset c62b7a0288a4
08fe131e348 : 7126889: Incorrect SSLEngine debug output
09e21afaaa3 : 7082553: Interpret Thread.setPriority(Thread.MAX_PRIORITY) to mean FX60 on Solaris 10 and 11
d9c851baaa8 : 7082553: Interpret Thread.setPriority(Thread.MAX_PRIORITY) to mean FX60 on Solaris 10 and 11
fa918cde67d : 7133815: address the findbug errors in CachedRowSetImpl, SerialStruct, BaseRow, SerialInputImpl, SerialOutputImpl
179d6df8c01 : 7133038: G1: Some small profile based optimizations
d85fa910448 : 7133038: G1: Some small profile based optimizations
84dda879d04 : 7131259: compile_method and CompilationPolicy::event shouldn't be declared TRAPS
ce29c69d8da : 7131259: compile_method and CompilationPolicy::event shouldn't be declared TRAPS
56fe67893e1 : 7131752: [macosx] Multiselect List doesn't display scrollbar after consecutive additions
f14cdf2fe5c : 7130587: [macosx] Scrolling and painting issues with late invocation of setText
b0360a05116 : 7124524: OutOfMemory exception after (or even before) some 2500 creations of LWWindowPeer
070f9108ffb : 7120468: SPARC/x86: use frame::describe to enhance trace_method_handle
6a9604d2340 : 7120468: SPARC/x86: use frame::describe to enhance trace_method_handle
4ae19286096 : 7010561: Tab text position with Synth based LaF is different to Java 5/6
7d8a85551b6 : 7124530: What is background color of AWT component? (And foreground, for that matter)
91955aa5252 : 7133124: Remove redundant packages from JAR command line
804ef2d9ee4 : 7133124: Remove redundant packages from JAR command line
925313b4bf1 : 7124224: [macosx] Port's controls are improperly ordered
de3ed511b19 : 7123910: Some CTW tests crash VM: is_loaded() && that->is_loaded()
295371cbaae : 7123910: Some CTW tests crash VM: is_loaded() && that->is_loaded()
844d8fc641e : 7017458: (cal) Multithreaded deserialization of Calendar leads to ClassCastException
3eb017ee50e : 7112413: JVM Crash, possibly GC-related
c3a0f07f9a5 : 7112413: JVM Crash, possibly GC-related
044f90ffb05 : 7126832: com.sun.tools.javac.api.ClientCodeWrapper$WrappedJavaFileManager cannot be cast
93062dfe24b : 7129225: javac fails to run annotation processors when star import of package of gensrc
19874f61f3d : 7068595: html files in class-use dir do not get loaded correctly when Frames link is clicked
cd85c690df4 : 7132690: InstanceKlass:_reference_type should be u1 type
a9d99dfa0bc : 7132690: InstanceKlass:_reference_type should be u1 type
e1fa8cca42f : 7133314: The regression test for 7129225 fails when run with jtreg -samevm or jtreg -agentvm
6d2f32a4c0f : 7132631: The help-doc.html generates an invalid link to constant-values.html
6fd2cebd853 : 7131346: Parsing of boolean arguments to diagnostic commands is broken
e07829757c9 : 7131346: Parsing of boolean arguments to diagnostic commands is broken
648f375a4d3 : 7124316: [macosx] Passive and Peered IMF Client does not cope with input methods
802519ea537 : 7127706: G1: re-enable survivors during the initial-mark pause
3290c2e0a88 : 7127706: G1: re-enable survivors during the initial-mark pause
fdf8f817d31 : 7132515: Add dcmd to manage UnlockingCommercialFeature flag
5073cfe0d6b : 7132515: Add dcmd to manage UnlockingCommercialFeature flag
0d0b5bb1c8b : 7124994: [macosx] GUI app is stuck in i18n testing (caused by reference cast)
5f177022014 : 7124562: [macosx] RobotTest0001 & RobotTest0002 are not functional in JCK-runtime-7 interactive
2da1f2a2936 : 7124364: [macosx] Robot screen capturing functionality doesn't work
3f3c24055b7 : 7131038: [macosx] Document usage of -XstartOnFirstThread and -Xdock:*
d40530a1317 : 7131399: Poll system call appears to be broken on Mac OS [macosx]
f3ce53be679 : 7116050: C2/ARM: memory stomping error with DivideMcTests
da9e0e7d8db : 7116050: C2/ARM: memory stomping error with DivideMcTests
d137e98243f : 7123100: javac fails with java.lang.StackOverflowError
3770ecec6fa : 7132936: guarantee(t != NULL) failed: must be con
d9c5550f7c9 : 7132936: guarantee(t != NULL) failed: must be con
7f44e351343 : 7132945: Tiered: adjust OSR threshold of level 3
4b59c72cfb2 : 7132945: Tiered: adjust OSR threshold of level 3
ccf7d491f7f : 7125793: MAC: test_gamma should always work
7ca1428fea4 : 7125793: MAC: test_gamma should always work
8f129be7fb0 : 7129225: javac fails to run annotation processors when star import of package of gensrc
139ce2d98ad : 7126832: com.sun.tools.javac.api.ClientCodeWrapper$WrappedJavaFileManager cannot be cast
7f5b0355420 : 7130319: C2: running with -XX:+PrintOptoAssembly crashes the VM with assert(false) failed: bad tag in log
f3a67635a34 : 7130319: C2: running with -XX:+PrintOptoAssembly crashes the VM with assert(false) failed: bad tag in log
501bad4fd6f : 7066129: GarbageCollectorMXBean#getLastGcInfo leaks native memory
1572aa19d06 : 7066129: GarbageCollectorMXBean#getLastGcInfo leaks native memory
abf04e0d1c7 : 7132879: address Findbugs issue in WebRowSetXmlWriter
cba74d62085 : 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
22b36008bb5 : 7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
a270bda83dc : 7124089: (launcher) refactor the launcher code for macosx
a3effc183eb : 7130704: Few of the jtreg tests need to be ported for mac builds
d0df777779e : 7132270: tools/launcher/DefaultLocaleTestRun.java failing (win)
d353146b32d : 7129801: Merge the two method applicability routines
8a1f6838bb7 : 7126979: (props) JCK test java_lang/System/GetProperties.java failing [macosx]
f980dd3d71f : 7130948: Kerberos and JGSS JCK tests failing [macosx]
e59111ddf36 : 7121905: grammatically incorrect apostrophe in BeanInfo javadoc
40dbde3a86c : 7078460: JDialog is shown as separate icon on the taskbar
3f08a215005 : 7120450: complete information dumped by frame_describe
223acabffaa : 7120450: complete information dumped by frame_describe
24986d5b436 : 7130476: Remove use of #ifdef TRACE_DEFINE_KLASS_TRACE_ID from klass.hpp
ec891da5a71 : 7130476: Remove use of #ifdef TRACE_DEFINE_KLASS_TRACE_ID from klass.hpp
8b9c898a3c2 : 7127924: langtools regression tests sometimes fail en-masse on windows
c72c2bee4bc : 7132204: Default testset in JPRT should not run all tests
3f0a3af8c49 : 7110396: Sound code fails to build with gcc 4.6 on multiarch Linux systems
ee13740527e : 7133571: [macosx] closed/javax/swing/JToolBar/4247996/bug4247996.java fails on MacOS
cf013f78866 : 7105952: Improve finalisation for FileInputStream/FileOutputStream/RandomAccessFile
986b92d084b : 7123582: (launcher) display the -version and -XshowSettings 7148499: Stack size in tools/launcher/Settings.java needs to be increased
702ea3cbe7f : 7149785: Minor corrections to ScriptEngineManager javadoc
77ad1e47c15 : 7110396: Sound code fails to build with gcc 4.6 on multiarch Linux systems
c6aa1692bdd : Added tag jdk7u4-b08 for changeset 5e502e33d59c
0f66a604ef9 : Added tag jdk7u4-b08 for changeset 95cc256cc6cd
e40dd6eff72 : Added tag jdk7u4-b08 for changeset f5afe85c3e22
386d1b657bc : Added tag jdk7u4-b08 for changeset 33e3b4b71628
29f9ae2ffe5 : Added tag jdk7u4-b08 for changeset 7aea9fdf728f
b52c89216f5 : Added tag jdk7u4-b08 for changeset 8d1c6f4c4b39
e6481600d46 : Added tag jdk7u4-b08 for changeset 912a561b7e78
9239e727a2a : Added tag jdk7u3-b04 for changeset 149e27771c79
0cc0290c606 : Added tag jdk7u3-b04 for changeset c666f7d777d4
1c0a3fae3f8 : Added tag jdk7u3-b04 for changeset 79fc27d4e48a
510b09b17ea : Added tag jdk7u3-b04 for changeset c3c37974c741
9e827503de4 : Added tag jdk7u3-b04 for changeset 19b92a13109e
5bdf217d82e : Added tag jdk7u3-b04 for changeset 9b13b2391ca7
04de6fac8f5 : Added tag jdk7u3-b04 for changeset 76a4ff30a425
a9036ec9a8f : 7122246: [macosx] JCK swing test CaretTests fails in b205
aaedcfe2ee3 : 7130935: [macosx] Still, JSpinner 4656590 regression
9bf6ef1857a : 7130140: using horizontal scroll button on mouse causes a message to be printed on stdout
830a24d326d : 7132248: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java failing
7db39934a7a : 7126993: JCK test api/java_util/jar/Jarfile jarFile0129 failing [macosx]
ea9ee98dd78 : 7116634: [macosx] closed/javax/swing/JTree/6263446/bug6263446Tree.java fails on MacOS
2909ee7529f : 7112854: [macosx] closed/javax/swing/JPopupMenu/Test6827786.java unstable on MacOS
52979e62062 : 7130676: Tiered: assert(bci == 0 || 0<= bci && bci<code_size()) during stack trace construction
e7b41af1197 : 7130676: Tiered: assert(bci == 0 || 0<= bci && bci<code_size()) during stack trace construction
af9f0733746 : 6972759: Step over not working after thrown exception and Pop
5ff752be9be : 6972759: Step over not working after thrown exception and Pop
cc5049f41ea : 4504839: Java libraries should provide support for unsigned integer arithmetic 4215269: Some Integer.toHexString(int) results cannot be decoded back to an int 6322074: Converting integers to string as if unsigned
63b889aba65 : 7131979: new hotspot build - hs23-b12
c2a19fc39a2 : 7131979: new hotspot build - hs23-b12
f0908fd16bc : Added tag hs23-b11 for changeset ad2a7ae4f3b0
27048f34b9b : Added tag hs23-b11 for changeset 4dc451f44e8b
55c9a74046c : 7131028: Switch statement takes wrong path
345f56e12ac : 7131028: Switch statement takes wrong path
8d4b04a3650 : Added tag jdk8-b22 for changeset e6809c7d1735
6f9ada38430 : Added tag jdk8-b22 for changeset 054ae6fb4346
ae6fa39b205 : Added tag jdk8-b22 for changeset 0a4b26cf7553
1599f28a1f9 : Added tag jdk8-b22 for changeset 99a092d22c70
106518995c2 : Added tag jdk8-b22 for changeset 8b2993f4f9c6
6dfde400c49 : Added tag jdk8-b22 for changeset 07e61778bf7c
10e49d5a1e1 : Added tag jdk8-b22 for changeset 5df4cdb80642
a95f19a9f31 : Added tag jdk8-b22 for changeset ca3137c9be77
3db7b4e77c1 : 7124306: [macosx] VoiceOver cursor not on currently focused object when app gets focus
5b3f2efc2e8 : 7131302: connode.cpp:205 Error: ShouldNotReachHere()
5dc6673d680 : 7131302: connode.cpp:205 Error: ShouldNotReachHere()
e687f08774d : 7130751: [macosx] EventTest0020 test fails in JCK-runtime-7 interactive
f4453692e53 : 7125491: [macosx] Regression: A component can get unexpected keyTyped event
3723858603f : 7128597: [macosx] Program freeze when Swing is used with -XstartOnFirstThread
e323998c19d : 7111138: delete the obsolete flag -XX:+UseRicochetFrames
abb55f04a05 : 7111138: delete the obsolete flag -XX:+UseRicochetFrames
b25a3c3f11e : 7131153: GetDC called way too many times - causes bad performance
f105bf6f5b0 : 7092825: javax.crypto.Cipher.Transform.patternCache is synchronizedMap and became scalability bottleneck
c21cf7cf4bf : 7131288: COMPILE SKIPPED: deopt handler overflow (retry at different tier)
bd9bce6c8b4 : 7131288: COMPILE SKIPPED: deopt handler overflow (retry at different tier)
dda98f3010a : Added tag jdk7u4-b07 for changeset 12cac0a47a83
4fe20563257 : Added tag jdk7u4-b07 for changeset 8447879bbb53
638610533fe : Added tag jdk7u4-b07 for changeset 7f55db486a56
b8a29b7d25b : Added tag jdk7u4-b07 for changeset b6d43c6a187f
65ce697a24a : Added tag jdk7u4-b07 for changeset 35646aa37df6
55b476321c4 : Added tag jdk7u4-b07 for changeset 9a37faf02f26
76f7978ae57 : Added tag jdk7u4-b07 for changeset cf738930f0b3
98d100be295 : 7127771: (macosx)test/java/net/Socket/TrafficClass.java fails on Mac OS X
d0dfef0321a : 7121761: creation of java.awt.DataFlavour fails for turkish locale
98113dc2b34 : 7104647: Adding a diagnostic command framework
0108699812e : 7083621: Add fontconfig file for OEL6 and rename RH/O EL 5 file so that it is picked up for all 5.x updates
2a54a8f99ba : 7033170: Cipher.getMaxAllowedKeyLength(String) throws NoSuchAlgorithmException
a99ecbe8720 : 7092825: javax.crypto.Cipher.Transform.patternCache is synchronizedMap and became scalability bottleneck
323665eec5a : 7131308: Three regression tests fail due to bad fix for 7127924
cec41c4c9d9 : 7030453: JSR 292 ClassValue.get method is too slow
1c49ad8a033 : 7077803: java.lang.InternalError in java.lang.invoke.MethodHandleNatives.init
0f74c39fbed : 7117167: Misc warnings in java.lang.invoke and sun.invoke.*
ef856f2fe08 : 7117167: Misc warnings in java.lang.invoke and sun.invoke.*
c569749a218 : 7130768: Clarify behavior of Element.getEnclosingElements in subtypes
d2ae0f33b04 : 7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
fa9d6d7682a : 7129514: time warp warnings after 7117303
6a31970946b : 7129892: G1: explicit marking cycle initiation might fail to initiate a marking cycle
47d1b9ee332 : 7144296: PS: Optimize nmethods processing
02a40756aef : 7129514: time warp warnings after 7117303
0fa4e17decc : 7129892: G1: explicit marking cycle initiation might fail to initiate a marking cycle
7f830a2c48b : 7144296: PS: Optimize nmethods processing
ef9c4ac7a00 : 7125456: [macosx] Programmatically selecting List item triggers an ItemEvent
dce4a696bfa : 7131050: fix for "7071311 Decoder enhancement" does not build on MacOS X
553d16d4182 : 7131050: fix for "7071311 Decoder enhancement" does not build on MacOS X
0e506c7c12b : 7127448: Regression test scripts for policytool need to recognize Mac OS X
0abc61ea2c1 : 7127874: Add handling of MacOSX env variables to ProcessBuilder regression test
b78021fcd1f : 7126960: Add property to limit number of request headers to the HTTP Server
b11b6e4ddae : 7120448: Fix FP values for compiled frames in frame::describe
8f611c2918a : 7120448: Fix FP values for compiled frames in frame::describe
e9e1f6a0b2e : 7130662: GTK file dialog crashes with a NPE
8344974f135 : 7197662: (prefs) java/util/prefs/AddNodeChangeListener.java fails by timeout or by "couldn't get file lock"
b0a44f036b0 : 7170447: Intermittent DeadListenerTest.java failure
71f8c5f1fe1 : 8005582: java/lang/Runtime/exec/WinCommand.java intermittent test failures
80c2d4752ec : 8009221: [macosx] Two closed/javax/swing regression tests fail on MacOSX
50ddec2334f : 7160242: (prefs) Preferences.remove(null) does not throw NPE [macosx]
2780e0b5c60 : 8006120: Provide "Server JRE" for 7u train
6970d95cd59 : 8000183: JCK/7b59: api/java_beans/Introspector/descriptions_Introspector fails on arm platforms
d84acaf3759 : 7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs
d71913777d4 : 8010282: sun.net.www.protocol.jar.JarFileFactory.close(JarFile) should be thread-safe
6e4816cd51a : 8009251: Add proxy handling and keep-alive fixes to jsse
f1917df7dae : 8009650: HttpClient available() check throws SocketException when connection has been closed
9df0bc7ee1e : 8000624: Move MaxRetries.java to ProblemList for the moment 8010531: Add BadKdc* tests to problem list for solaris-sparcv9
73c00265cd8 : 8005466: JAR file entry hash table uses too much memory (zlib_util.c)
6a8d2326006 : 8007315: HttpURLConnection.filterHeaderField method returns null where empty string is expected
d280043d6df : 6550588: java.awt.Desktop cannot open file with Windows UNC filename
d5d6252e5bb : 7130662: GTK file dialog crashes with a NPE
05c15faad63 : 7124430: [macosx] LWCToolkit.grab() and LWCToolkit.ungrab() events are not implemented yet
9f978cfed84 : 7058133: Javah should use the freshly built classes instead of those from the BOOTDIR jdk
ad5e8f8249e : 7130398: ProblemList.txt updates (1/2012)
3d0da40b0d2 : 7127924: langtools regression tests sometimes fail en-masse on windows
75e511ab323 : 7117570: Warnings in sun.mangement.* and its subpackages
7d7a39ab9d1 : 6671616: TEST_BUG: java/io/File/BlockIsDirectory.java fails when /dev/dsk empty (sol)
43bb0877fc1 : 7071311: Decoder enhancement
0d14cad59b5 : 7071311: Decoder enhancement
4953b8bfa56 : 7132386: makefile support for tracing/Java Flight Recorder framework phase I
a2cb0c30291 : 7132204: Default testset in JPRT should not run all tests
032af13e8bb : 7132338: Use @code friendly idiom for '\' in javadoc
ced9a44bc84 : 7131084: XMLDSig XPathFilter2Transform regression involving intersect filter
36b3d034d2c : 7110590: DnDMerlinQLTestsuite_DnDJTextArea test fails with an java.awt.dnd.InvalidDnDOperationException
a44b7e1a601 : 7124303: [macosx] SwingSet2 - Control + Spacebar causes hang
8d3dc3ed375 : 6671616: TEST_BUG: java/io/File/BlockIsDirectory.java fails when /dev/dsk empty (sol)
bc46a05634c : 7129083: CookieManager does not store cookies if url is read before setting cookie manager
c77eb16a790 : 7129083: CookieManager does not store cookies if url is read before setting cookie manager
3fc15f302b2 : 7130398: ProblemList.txt updates (1/2012)
e20614ed03a : 7122740: PropertyDescriptor Performance Slow
083be2b2a48 : 7124368: UnsupportedOperationException is thown on getLockingKeyState()
9946310c41c : 7109063: JSR 292: fix for 7085860 is incomplete
1bdfde52ad7 : 7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
e6ade0739df : 7083621: Add fontconfig file for OEL6 and rename RH/O EL 5 file so that it is picked up for all 5.x updates
5cbd245badd : 7118809: rcache deadlock
b4dae5f5775 : 7129512: new hotspot build - hs23-b11
21ee1389870 : 7129512: new hotspot build - hs23-b11
e30e21cdf59 : Added tag hs23-b10 for changeset 4412a0411174
0c998aa90c9 : Added tag hs23-b10 for changeset f88670c3003c
3b8a1fee1df : 7127827: JRE8: javaws fails to launch on oracle linux due to XRender
b9cba282eee : 7129618: assert(obj_node->eqv_uncast(obj),"");
759c1f1070e : 7129618: assert(obj_node->eqv_uncast(obj),"");
8765748af22 : Added tag jdk8-b21 for changeset 9d026cb0fb2f
f7d05ab615e : Added tag jdk8-b21 for changeset 0287f9a11368
ec17932998f : Added tag jdk8-b21 for changeset e1dd9987d5a7
25236e8d348 : Added tag jdk8-b21 for changeset bcda986cbc2e
35bca520952 : Added tag jdk8-b21 for changeset d4711a3a19f6
60a93631e34 : Added tag jdk8-b21 for changeset bf70e6cac9a8
6f619e30b6d : Added tag jdk8-b21 for changeset ee4b0991718c
0bff6320230 : Added tag jdk8-b21 for changeset 4482b9090d5e
5af636d6846 : 7122780: (macosx) JVMTI Test DemoRun.java doesn't understand macosx .dylibs
a8730101431 : 7094155: JSR105 code throws javax.xml.crypto.URIReferenceException when running into Java 7 VM
42c1b5f5422 : 7124515: [macosx] Test fail like 6366126 (ArrayIndexOutOfBoundException pressing ENTER after removing items)
5c8b083c663 : 7129029: (fs) Unix file system provider should be buildable on platforms that don't support O_NOFOLLOW
2d7edf54885 : 7121765: closed/javax/swing/JTextArea/4697612/bug4697612.java fails on MacOS on Aqua L&F
30f7f59109d : 7121765: closed/javax/swing/JTextArea/4697612/bug4697612.java fails on MacOS on Aqua L&F
8eab2176796 : 7118809: rcache deadlock
57fe2efae5a : 7106773: 512 bits RSA key cannot work with SHA384 and SHA512
c4f77e41b61 : 7090565: Move test/closed/javax/security/auth/x500/X500Principal/Parse.java to open tests
eafb7ad68ce : 7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
337666a80cb : 7128355: assert(!nocreate) failed: Cannot build a phi for a block already parsed
76e2501abf5 : 7128355: assert(!nocreate) failed: Cannot build a phi for a block already parsed
c8c8361529a : Added tag jdk7u3-b03 for changeset af2687c9d5f7
71c6c40fc64 : Added tag jdk7u3-b03 for changeset 506d95195c0d
b44778f901f : Added tag jdk7u4-b225 for changeset 496c6a528f5e
288fb49bc8c : Added tag jdk7u3-b03 for changeset 9cef74485eb8
f0bcc3d6a2b : Added tag jdk7u3-b03 for changeset e570dc19ffca
3e5e7bade26 : Added tag jdk7u4-b225 for changeset 61c2c6d7e292
f073d8fde43 : Added tag jdk7u3-b03 for changeset 6ed0b9084ea0
756d3690ee7 : Added tag jdk7u4-b225 for changeset a934eceec00a
5579662c1b7 : Added tag jdk7u3-b03 for changeset 69c0a1abfee4
39bf3328c60 : Added tag jdk7u4-b225 for changeset 26df63cef9d4
5cd625b8302 : Added tag jdk7u3-b03 for changeset d0d8bc5e5ebd
ae09f3deb14 : Added tag jdk7u4-b225 for changeset 12facc973ced
fe4d0089ce6 : Added tag jdk7u4-b225 for changeset 6a53f4bfde10
f3f36ae0941 : 7064302: JDK7 build 147 crashed after testing my java 6-compiled web app
b43d65bf832 : 7064302: JDK7 build 147 crashed after testing my java 6-compiled web app
33f60e0a13b : 7121961: javadoc is missing a resource property
1b000de1866 : 7123100: javac fails with java.lang.StackOverflowError
6c9d8f95e38 : 7115357: closed/javax/swing/JTable/6263446/bug6263446Table.java fails on MacOS
69eadd2d1ab : 6505523: NullPointerException in BasicTreeUI when a node is removed by expansion listener
8b5551f1ebd : 7106773: 512 bits RSA key cannot work with SHA384 and SHA512
db704d91a5d : 7124283: [macosx] Can't move focus out of a table with the keyboard
a8077054ba0 : 7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map
212b6757ecc : 7095980: Ensure HttpURLConnection (and supporting APIs) don't expose HttpOnly cookies
0fa6fc2279f : 6484965: G1: piggy-back liveness accounting phase on marking
8861552c075 : 7132398: G1: java.lang.IllegalArgumentException: Invalid threshold: 9223372036854775807 > max (1073741824)
4e395f3ddd4 : 7132311: G1: assert((s == klass->oop_size(this)) || (Universe::heap()->is_gc_active() && ((is_typeArray()..
79463065839 : 7131791: G1: Asserts in nightly testing due to 6976060
c90c1877567 : 7078465: G1: Don't use the undefined value (-1) for the G1 old memory pool max size
43a30ad4830 : 7129271: G1: Interference from multiple threads in PrintGC/PrintGCDetails output
c9eb103b7f1 : 7097586: G1: improve the per-space output when using jmap -heap
c11ba93098b : 6976060: G1: humongous object allocations should initiate marking cycles when necessary
af0211c2006 : 7130334: G1: Change comments and error messages that refer to CMS in g1/concurrentMark.cpp/hpp
dac656c9554 : 7121547: G1: High number mispredicted branches while iterating over the marking bitmap
27c363de411 : 6484965: G1: piggy-back liveness accounting phase on marking
bc14b6599fc : 7132398: G1: java.lang.IllegalArgumentException: Invalid threshold: 9223372036854775807 > max (1073741824)
fe4cf9dfbf5 : 7132311: G1: assert((s == klass->oop_size(this)) || (Universe::heap()->is_gc_active() && ((is_typeArray()..
b6565bb788d : 7131791: G1: Asserts in nightly testing due to 6976060
7ed7604d9b4 : 7078465: G1: Don't use the undefined value (-1) for the G1 old memory pool max size
a2f99e0e2c7 : 7129271: G1: Interference from multiple threads in PrintGC/PrintGCDetails output
751ebae9985 : 7097586: G1: improve the per-space output when using jmap -heap
1ae936f7ca0 : 6976060: G1: humongous object allocations should initiate marking cycles when necessary
5e00ff50f77 : 7130334: G1: Change comments and error messages that refer to CMS in g1/concurrentMark.cpp/hpp
44329e5fa20 : 7121547: G1: High number mispredicted branches while iterating over the marking bitmap
6bc84f78650 : 7129240: backout fix for 7102776 until 7128770 is resolved
0940f258509 : 7129240: backout fix for 7102776 until 7128770 is resolved
007126d0102 : 7115199: Add event tracing hooks and Java Flight Recorder infrastructure
2376dca6b0e : 7115199: Add event tracing hooks and Java Flight Recorder infrastructure
1b522d7c486 : 7117469: Warning cleanup for j.u.Currency and j.u.Locale related classes
2c453c5844b : 7126754: Generics compilation failure casting List<? extends Set...> to List<Set...>
2ac1ff65b8f : 7027061: Testcase failure: java/util/Locale/Bug6989440.java - java.util.ConcurrentModificationException
82b1a491cea : 7122256: scrollbar thumb is not full height in SThumbTest0001
0263ac08ad0 : 7124540: [macosx] the Color panel is a black for ColorTest0005
b25ccd9a159 : 7125442: jar application located in two bytes character named folder cannot be run with JRE 7 u1/u2
82dd2c4d679 : 7030453: JSR 292 ClassValue.get method is too slow
e75f376286d : 7077803: java.lang.InternalError in java.lang.invoke.MethodHandleNatives.init
86fa49b707d : 7125442: jar application located in two bytes character named folder cannot be run with JRE 7 u1/u2
4c8c16ca0c4 : 7124335: [macosx] Need a java.awt.EmbeddedFrame subclass
26ca37df497 : 7046929: tools/javac/api/T6397104.java fails
948b2b3e952 : 7110815: closed/javax/swing/JSplitPane/4885629/bug4885629.java unstable on MacOS
69a71c999c7 : 7068856: (fs) Typo in Files.isSameFile() javadoc 7099208: (fs) Files.newBufferedReader has typo in javadoc
1f16d123b1a : 7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map
791afc42dad : 7128352: assert(obj_node == obj) failed
865da65b718 : 7128352: assert(obj_node == obj) failed
cd63594f4ae : 7128931: Bad HTML escaping in java.lang.Throwable javadoc
d3428db5c5a : 7112008: Javadoc for j.l.Object.finalize() vs JLS 12.6 Finalization of Class Instances
1d3b26e52b5 : 6888336: G1: avoid explicitly marking and pushing objects in survivor spaces
32882ef9de7 : 6888336: G1: avoid explicitly marking and pushing objects in survivor spaces
2bf3afe882a : 7128532: G1: Change default value of G1DefaultMaxNewGenPercent to 80
6489d5fcb5c : 7128532: G1: Change default value of G1DefaultMaxNewGenPercent to 80
000fd12eb95 : 7127660: (macosx) *Socket Async close not working
a6f9704a916 : 6505523: NullPointerException in BasicTreeUI when a node is removed by expansion listener
a5c9da18fbf : 7128584: Typo in sun.misc.VM's private directMemory field comment
59c8f5f79f6 : 7110815: closed/javax/swing/JSplitPane/4885629/bug4885629.java unstable on MacOS
f44b5b58129 : 7123415: Some cases of network interface indexes being read incorrectly
8e9917e8881 : 7127199: [macosx] test/com/sun/jdi/ShellScaffold.sh needs to include Darwin as a recognized platform
3d5c80a6a6e : 7123679: Update regression tests that use os.name to work on MacOSX
a80bd6f893d : 7123519: problems with certification path
74fcfe6c7e5 : 7123519: problems with certification path
30bfc8f549a : 7125281: G1: heap expansion code is replicated
c1b4d0c7284 : 7125281: G1: heap expansion code is replicated
a821772a15d : 7128512: Javadoc typo in java.lang.invoke.MethodHandle
3e1fe2c7e93 : 7123229: (coll) EnumMap.containsValue(null) returns true
d51673ed910 : 7123229: (coll) EnumMap.containsValue(null) returns true
f8400651e0d : 7128441: StrictMath performance improvement note shared with Math
6eb76c4598c : 7030573: test/java/io/FileInputStream/LargeFileAvailable.java fails when there is insufficient disk space
a3a11340ee3 : 7096063: /META-INF/mimetypes.default missing in jre\lib\resources.jar
467c036ccf6 : 7128320: Fix freetype sanity check to make it more generic
9733fb2f4e5 : 7126960: Add property to limit number of request headers to the HTTP Server
849571d5b3a : 7120511: Add diagnostic commands
401ff367120 : 7120511: Add diagnostic commands
94927c382b4 : 7125896: Eliminate nested locks
423daa00f81 : 7125896: Eliminate nested locks
f99fb50071f : 7110824: ctw/jarfiles/GUI3rdParty_jar/ob_mask_DateField crashes VM
ad1ed0dd48e : 7110824: ctw/jarfiles/GUI3rdParty_jar/ob_mask_DateField crashes VM
90cdae97756 : 7121623: G1: always be able to reliably calculate the length of a forwarded chunked array
99922315052 : 7121623: G1: always be able to reliably calculate the length of a forwarded chunked array
57096116d95 : 7123649: Remove public modifier from Math.powerOfTwoF
12558e2ef93 : 7033170: Cipher.getMaxAllowedKeyLength(String) throws NoSuchAlgorithmException
5fa281c0ee3 : 7127235: (fs) NPE in Files.walkFileTree if cached attributes are GC'ed
1081efba4f3 : 6414899: P11Digest should support cloning
72f3f7db440 : 7119294: Two command line options cause JVM to crash
c719e061047 : 7119294: Two command line options cause JVM to crash
2cd87d4e3a8 : 7126480: Make JVM start time in milliseconds since the Java epoch available
6f53b18a291 : 7126480: Make JVM start time in milliseconds since the Java epoch available
a64c825270d : 7123392: (launcher) fix MacOSX launcher failures
abee2d77266 : Added tag jdk8-b20 for changeset 075cd2a7d88e
43b9e261ed1 : Added tag jdk8-b20 for changeset e069ef26f072
30b95117d5e : Added tag jdk8-b20 for changeset 90e14ec89395
f33bdc967aa : Added tag jdk8-b20 for changeset 4296421cf07a
f03bd3541ad : Added tag jdk8-b20 for changeset a0bd97631679
6f76ba6f341 : Added tag jdk8-b20 for changeset efdfa70ce627
e89e1b79bf7 : Added tag jdk8-b20 for changeset 7ed0c3890bb7
a0d920bae52 : Added tag jdk8-b20 for changeset 87d3111b6629
1de4ad84a24 : 7125594: C-heap growth issue in ThreadService::find_deadlocks_at_safepoint
534187691e4 : 7125594: C-heap growth issue in ThreadService::find_deadlocks_at_safepoint
743a35d2dc0 : 7127032: fix for 7122253 adds a JvmtiThreadState earlier than necessary
d8952c4caa5 : 7127032: fix for 7122253 adds a JvmtiThreadState earlier than necessary
892dcc25fc7 : 7127104: Build issue with prtconf and zones, also using := to avoid extra execs
d1c86caeaa0 : 7104647: Adding a diagnostic command framework
799afd934d1 : 7046929: tools/javac/api/T6397104.java fails
a3afa8624e5 : 7125722: [macosx] 7u4 b200 crash i.e. in Tonga
5782866b28e : 7126185: Clean up lasterror handling, add os::get_last_error()
a15eabbb67a : 7126185: Clean up lasterror handling, add os::get_last_error()
a3f0f7b59ca : 4881269: improve diagnostic for ill-formed tokens
6274287b95e : 7124443: (launcher) test DefaultsLocaleTest fails with Windows shells
3890c64b862 : 7123582: (launcher) display the -version and -XshowSettings
e0ae7fac7c5 : 7125503: Compiling collectedHeap.cpp fails with -Werror=int-to-pointer-cast with g++ 4.6.1
2025ed3a3f4 : 7125503: Compiling collectedHeap.cpp fails with -Werror=int-to-pointer-cast with g++ 4.6.1
c323bcdca8e : 7125934: Add a fast unordered timestamp capability to Hotspot on x86/x64
b5145a68147 : 7125934: Add a fast unordered timestamp capability to Hotspot on x86/x64
1d37e604b0d : 7125055: ContentHandler.getContent API changed in error
92b8990737c : 7123107: [macosx] native ccache
05ec1c08161 : 7125879: assert(proj != NULL) failed: must be found
a046f65bd40 : 7125879: assert(proj != NULL) failed: must be found
240cb12934b : 7124289: [macosx] Modal behavior difference with and without Robot interaction
f06ef081a3d : 7125723: [macosx] painting artifacts after running SwingSet2 with jdk7u-osx build
79235d31976 : 7122061: add -Xlint:all -Werror to warning-free build steps
d09c9a8fd30 : Added tag jdk8-b19 for changeset 8e546b2b9dd0
cb15ac68aa7 : Added tag jdk8-b19 for changeset d0ec48636c58
1209eff35b3 : Added tag jdk8-b19 for changeset 3bf50beb6cfb
da097641d1f : Added tag jdk8-b19 for changeset 5d3d2bd1dfd1
9fc4c79d3ff : Added tag jdk8-b19 for changeset a8d0b94dcf7c
85daa71c5bb : Added tag jdk8-b19 for changeset a757b7cc1861
689eb5c788f : Added tag jdk8-b19 for changeset d7beecd46eba
a639e6c9920 : Added tag jdk8-b19 for changeset 13a20c009f86
041493143e8 : 7125267: TrayIcon removal test invariably crashes on System.exit after successful completion
1a23c2ec6f8 : Added tag jdk7u4-b200 for changeset 06d77a024ee8
95947d73f3a : Added tag jdk7u4-b200 for changeset 71b58f9c79e3
af6500c618b : Added tag jdk7u4-b200 for changeset 1e8e092210bd
4543a24b072 : Added tag jdk7u4-b200 for changeset cfe2f7fe2cde
f5f53d7c95e : Added tag jdk7u4-b200 for changeset 80e40114a7a5
c8edcd5384f : Added tag jdk7u4-b200 for changeset 3bf417025594
addc0092244 : 7124354: [macosx] PopipMenuTest is not functional in JCK-runtime-7 interactive
5ea052f08cd : 7124511: [macosx] Strange NullPointerException (err message: 'CFMessagePort: bootstrap_register(): failed 110
3d7d9b53b55 : 7124373: [macosx] Setting frame icon images causes IllegalArgumentException
24e4bf6a80c : 7125516: G1: ~ConcurrentMark() frees incorrectly
01a9218fa00 : 7125516: G1: ~ConcurrentMark() frees incorrectly
c68f46aacd7 : Added tag jdk7u4-b06 for changeset fb8d4d5cb0cd
9d0a827fc88 : Added tag jdk7u4-b06 for changeset e62d0aaa91ce
7916dae13f8 : Added tag jdk7u4-b06 for changeset eeb57c1bcf40
deead1c8ea2 : Added tag jdk7u4-b06 for changeset 49d4e4353ed9
a8914b04fc3 : Added tag jdk7u4-b06 for changeset 2c452cb93b09
25a55310902 : Added tag jdk7u4-b06 for changeset 23944e3eef33
aed21ba0665 : Added tag jdk7u4-b06 for changeset 240689b1374e
67f3e04e0dc : 7124316: [macosx] Passive and Peered IMF Client does not cope with input methods
0671e90755a : 7123315: instanceKlass::_static_oop_field_count and instanceKlass::_java_fields_count should be u2 type
0515585da91 : 7123315: instanceKlass::_static_oop_field_count and instanceKlass::_java_fields_count should be u2 type
c299b699eeb : 7003595: IncompatibleClassChangeError with unreferenced local class with subclass
152a77b4f6b : 7121482: some sun/java2d and sun/awt tests failed with InvalidPipeException since 1.7.0_03b02, 6u31b02
c7ec06ba8e7 : 7124829: NUMA: memory leak on Linux with large pages
5b3bdb55dbb : 7124829: NUMA: memory leak on Linux with large pages
f96f3e5e855 : 7123954: Some CTW test crash with SIGSEGV
34660c46656 : 7123954: Some CTW test crash with SIGSEGV
e3530a4d87b : 7046238: new InitialContext(); hangs
0a7fc3b472e : 7078816: /test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failure
059e06b49fa : 7123810: new hotspot build - hs23-b10
4959131c711 : 7123810: new hotspot build - hs23-b10
b928899267f : Added tag hs23-b09 for changeset 1020a9a071b7
ac34236ac8d : Added tag hs23-b09 for changeset 4826e2e9c452
6c38bc48ca7 : 7110832: ctw/.../org_apache_avalon_composition_util_StringHelper crashes the VM
445f309c7f5 : 7110832: ctw/.../org_apache_avalon_composition_util_StringHelper crashes the VM
42b9d6bc2e1 : 7124605: typos in javac comments
39d61f89a25 : 7121496: G1: do the per-region evacuation failure handling work in parallel
3c0eb44a7c0 : 7113006: G1: excessive ergo output when an evac failure happens
544b5080d7e : 7121496: G1: do the per-region evacuation failure handling work in parallel
be12b6e1224 : 7113006: G1: excessive ergo output when an evac failure happens
82e135c6f54 : 7124627: Please sync up changes from workspace macosx-port into the jdk7u-osx
05aa2e91f85 : 7121600: Instrumentation.redefineClasses() leaks class bytes
59b883333ba : 7123253: C1: in store check code, usage of registers may be incorrect
f53d3275e18 : 7123253: C1: in store check code, usage of registers may be incorrect
d69e5e7e949 : Added tag jdk8-b18 for changeset ff9cf1de21fa
c3b4f37dce2 : Added tag jdk8-b18 for changeset 18c0332b5a94
6f93677a16b : Added tag jdk8-b18 for changeset 70e192b61669
1fba5dd4950 : Added tag jdk8-b18 for changeset 9bdd4ab27689
80a5e573012 : Added tag jdk8-b18 for changeset c1d8be9305ad
ab5ecc0b6b0 : Added tag jdk8-b18 for changeset e7a67a439b4c
a7865379957 : Added tag jdk8-b18 for changeset 7669801cfef1
8b65c439718 : Added tag jdk8-b18 for changeset 73359e35e507
937ae45cd80 : 7121600: Instrumentation.redefineClasses() leaks class bytes
778dab850d9 : 7121110: JAXP 1.4.5 update 1 for 7u4
c210a09fdfa : 7122253: Instrumentation.retransformClasses() leaks class bytes
29bda34f0d4 : 7122253: Instrumentation.retransformClasses() leaks class bytes
9a3d5b10ef9 : 7120875: fix macos ipv6 issue and update multiple test scripts
2984ceb01c8 : 7121482: some sun/java2d and sun/awt tests failed with InvalidPipeException since 1.7.0_03b02, 6u31b02
a046e398d59 : 7076310: (file) AclEntry.Builder setFlags throws IllegalArgumentException if set argument is empty
c10042bc68c : 7123108: C1: assert(if_state != NULL) failed: states do not match up
ed10e1b3cab : 7123108: C1: assert(if_state != NULL) failed: states do not match up
440adedd511 : 7122169: TcpTimeout fail for various reasons
46332c400d8 : Added tag jdk7u4-b05 for changeset d557755951a4
981fbd86f66 : Added tag jdk7u4-b05 for changeset ca84e21535c2
20ef70064fe : Added tag jdk7u4-b05 for changeset e26b51b7dacd
e60df44f4e4 : Added tag jdk7u4-b05 for changeset 35050f32f6f1
a2a927c424d : Added tag jdk7u4-b05 for changeset 4c2c586c2dea
918a7a1a138 : Added tag jdk7u4-b05 for changeset 64a3458e4582
1d25254d235 : Added tag jdk7u4-b05 for changeset a5e215bdbeac
9b7ddf16025 : 6839886: Array overrun in pkcs11
a4f6289b4f5 : 7064927: retransformClasses() does not pass in LocalVariableTable of a method
194d71d1db8 : 7064927: retransformClasses() does not pass in LocalVariableTable of a method
056282a67b5 : 7113021: G1: automatically enable young gen size auto-tuning when -Xms==-Xmx
062c20609c3 : 7113021: G1: automatically enable young gen size auto-tuning when -Xms==-Xmx
5657eb0c6cb : 7091417: recvfrom's 6th input should be of type socklen_t
6e000a27970 : 7091417: recvfrom's 6th input should be of type socklen_t
94795821f09 : 7078386: NetworkInterface.getNetworkInterfaces() may return corrupted results on linux
e4dad47833c : 7078386: NetworkInterface.getNetworkInterfaces() may return corrupted results on linux
c15d5acd012 : 7122054: (tz) Windows-only: tzmappings needs update for KB2633952
97439fb4ff7 : 7121140: Allocation paths require explicit memory synchronization operations for RMO systems
9fefc047375 : 7121140: Allocation paths require explicit memory synchronization operations for RMO systems
82a0e267234 : 7116216: StackOverflow GC crash
ff74f91fd99 : 7116216: StackOverflow GC crash
9adae54941c : 7122796: SunToolkit constructor should create the EventQueue for the Main AppContext
b3582e243e8 : 7122796: SunToolkit constructor should create the EventQueue for the Main AppContext
cf614fb1dd8 : 7123022: Fixing some Mac sanity checks
a8ad56bd5cf : 6990617: Regular expression doesn't match if unicode character next to a digit
2c192911dd3 : 7122880: Extend vendor-specific command interface to include manageable switches
d13e69f66b5 : 7122880: Extend vendor-specific command interface to include manageable switches
f49894d78c3 : 7122939: TraceBytecodes broken with UseCompressedOops
5cd45bfd146 : 7122939: TraceBytecodes broken with UseCompressedOops
870bea622a8 : 7117303: VM uses non-monotonic time source and complains that it is non-monotonic
ef05719226e : 7117303: VM uses non-monotonic time source and complains that it is non-monotonic
12589463327 : 7117011: Reduce number of warnings in sun/awt/windows and sun/awt/datatransfer
61ee75c9d48 : 7120463: Fix method reference parser support in order to avoid ambiguities
37047155696 : 7117334: Warnings cleanup day: reduce number of javac warnings in the java.awt package
2829f07b307 : 7046238: new InitialContext(); hangs
6702bf177fd : 7087549: (fs) Files.newInputStream throws UOE for custom provider options
be40fd78003 : 7122235: stop the build if javac fails
441d03061d6 : 7122342: testPrintProcessorInfo/TestWithXstdout.java failed for JDK8 nightly build at 12/16/2011
c51d53af8a6 : 7109837: Provide a mechanism for computing an Adler32 checksum for the contents of a ByteBuffer
e559289081b : 7121961: javadoc is missing a resource property
106a949bb5e : 7122001: new hotspot build - hs23-b09
2c74a725ce5 : 7122001: new hotspot build - hs23-b09
8fa69349e25 : Added tag hs23-b08 for changeset 40104529a61f
98f18316a3f : Added tag hs23-b08 for changeset 5ab92968ed3f
2768349b41d : 7120038: G1: ParallelGCThreads==0 is broken
21da6e471be : 7120038: G1: ParallelGCThreads==0 is broken
d6807254322 : 7095980: Ensure HttpURLConnection (and supporting APIs) don't expose HttpOnly cookies
8b05b38909d : 7113012: G1: rename not-fully-young GCs as "mixed"
648ff3f8ce8 : 7113012: G1: rename not-fully-young GCs as "mixed"
59128f61076 : Added tag jdk8-b16 for changeset 3b5651ae449e
64a4e006540 : Added tag jdk8-b16 for changeset 9b857545922a
199b7bc5b25 : Added tag jdk8-b16 for changeset 76e4bc65bb65
d71f8f6c111 : Added tag jdk8-b16 for changeset 235fd08346ca
53b8114278b : Added tag jdk8-b16 for changeset 161820e6113e
bd297fd0270 : Added tag jdk8-b16 for changeset 6a317defb125
ec4a2991dcd : Added tag jdk8-b16 for changeset 76782d63dda5
85b827115fe : Added tag jdk8-b16 for changeset a13e5e6f9ad0
8514873d3da : 7118283: Better input parameter checking in zip file processing
a98e5a19c05 : Added tag jdk8-b17 for changeset 27c6c6c32d01
00b5a73ca24 : Added tag jdk8-b17 for changeset f93045767e5d
974838e972f : Added tag jdk8-b17 for changeset 76e4bc65bb65
c5b3a96b641 : Added tag jdk8-b17 for changeset 235fd08346ca
02818b03d5c : Added tag jdk8-b17 for changeset 161820e6113e
0b9fca15ee6 : Added tag jdk8-b17 for changeset 6a317defb125
c3cc27b1d8c : Added tag jdk8-b17 for changeset 76782d63dda5
5a902e85b63 : Added tag jdk8-b17 for changeset a13e5e6f9ad0
a2c3171c5c7 : Added tag jdk7u4-b04 for changeset 6ab42259e407
8c704595205 : Added tag jdk7u4-b04 for changeset 057d86502d29
69a3dcb9601 : Added tag jdk7u4-b04 for changeset f23c6fa36fa6
2aa89b26cfc : Added tag jdk7u4-b04 for changeset 0c9fc7d49d01
31bdd95736b : Added tag jdk7u4-b04 for changeset 7ea52edb71ce
10a209420e1 : Added tag jdk7u4-b04 for changeset 9c6778c17f51
ed38463f989 : Added tag jdk7u4-b04 for changeset 57ef31be8344
608e5fd8eaa : 7120869: javax/swing/JScrollBar/4708809/bug4708809.java fails on Windows
ec479fbf599 : 7105890: closed/javax/swing/JScrollBar/4708809/bug4708809.java deadlocks on MacOS
e850a9fde08 : 7121682: remove obsolete import
b7711854970 : 7121681: compiler message file broken for javac -fullversion
4976ad0ccf6 : 7119908: G1: Cache CSet start region for each worker for subsequent reuse
b808f97f80a : 7119908: G1: Cache CSet start region for each worker for subsequent reuse
52d8e6e2dd3 : Added tag jdk7u4-b02 for changeset 480b7f0de810
b9f3cd35744 : Added tag jdk7u4-b02 for changeset 9dde7f789758
91d85752628 : Added tag jdk7u4-b02 for changeset 6bf8257155dc
0d9a14c6022 : Added tag jdk7u4-b02 for changeset 8029838b46e7
3d676683cdb : Added tag jdk7u4-b02 for changeset 096ff69128b7
1b9a8a8aa46 : Added tag jdk7u4-b02 for changeset ed5edd3419ed
9a127e27101 : 7111022: javac no long prints last round of processing 7121323: Sqe tests using -Xstdout option fail with an invalid flag error message
0ebc10bb132 : 7121618: Change type of number of GC workers to unsigned int
1de50427de2 : 7119027: G1: use atomics to update RS length / predict time of inc CSet
9427bd6eec1 : 7123165: G1: output during parallel verification can get messed up
c99080c35d0 : 7121618: Change type of number of GC workers to unsigned int
41fa8eeeb59 : 7119027: G1: use atomics to update RS length / predict time of inc CSet
0abdc3a8521 : 7123165: G1: output during parallel verification can get messed up
f6580817fda : 7121368: Remove jdbc-odbc bridge from macosx build
85db00acd68 : 7104647: Adding a diagnostic command framework
ff894f649e0 : 7104647: Adding a diagnostic command framework
a3943834e10 : 7121373: Clean up CollectedHeap::is_in
93ac0649d3b : 7121373: Clean up CollectedHeap::is_in
53ea54c90fd : 7112642: Incorrect checking for graphics rendering object
666bd54f803 : 6351654: Problem with java/classes_util_i18n
f31e66f99ce : 4808233: "Locale" not thread-safe
07070712173 : 7121164: renamed files not committed
ea7f040a8e0 : 7120736: refactor javac option handling
7acd8858d07 : 7116950: Reduce number of warnings in swing
84ee878ee3f : 7120869: javax/swing/JScrollBar/4708809/bug4708809.java fails on Windows
b633dc9918e : 7112931: closed/javax/swing/JTabbedPane/6416920/bug6416920.java fails on MacOS
4f5d5c4a80a : Added tag jdk7u2-b21 for changeset 8d7f79c478b0
727d919e86f : Added tag jdk7u2-b21 for changeset 33276ab92486
1b0dc71182f : Added tag jdk7u2-b21 for changeset 3597221f0071
72eaccf828b : Added tag jdk7u2-b21 for changeset 893a51d01085
520d66113bb : Added tag jdk7u2-b21 for changeset 57ba24d78acb
a35ed754735 : Added tag jdk7u2-b21 for changeset ae72d494d1b3
2f155313da4 : Added tag jdk7u2-b21 for changeset 25653dce5bdd
c07fc633bc5 : Added tag jdk7u3-b02 for changeset 8d7f79c478b0
76dac0201c0 : Added tag jdk7u3-b02 for changeset ae5e1aa7d0db
c1a32d790b1 : Added tag jdk7u3-b02 for changeset 3597221f0071
ee10aaa7176 : Added tag jdk7u3-b02 for changeset 893a51d01085
c5acaabdc62 : Added tag jdk7u3-b02 for changeset f4cca355f0e5
9e7c226cf05 : Added tag jdk7u3-b02 for changeset 3eff0dc21c7d
6ed1350a29d : Added tag jdk7u3-b02 for changeset 25653dce5bdd
d73bba556b1 : 7109092: Wrong computation results with double at armsflt
acbad434701 : 7112931: closed/javax/swing/JTabbedPane/6416920/bug6416920.java fails on MacOS
0ba8e92f468 : 7105529: XAWT: Optimize getFieldsAsString() methods generated by WrapperGenerator
092bb45d808 : 7003124: In Bulgarian Locale DateFormat is wrong
f5bfcb05b27 : 7119829: Adjust default jprt testing configuration
daca795ff4f : 7119829: Adjust default jprt testing configuration
67b3e95477c : 7119829: Adjust default jprt testing configuration
3892973c2b5 : 7119829: Adjust default jprt testing configuration
5683b67955e : 7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac
bf884c6dffd : 7119829: Adjust default jprt testing configuration
877c60e798a : 7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac
c0323a859ab : 7119829: Adjust default jprt testing configuration
8e961f2f38e : 7118907: InetAddress.isReachable() should return false if sendto fails with EHOSTUNREACH
defdba0dad7 : 7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified
dd45f8c0644 : 7184145: (pack200) pack200 --repack throws NullPointerException when JAR file specified without path
136447b3cc2 : 7146572: enableInputMethod(false) does not work in the TextArea and TextField on the linux platform
622ac75d6b8 : 7118907: InetAddress.isReachable() should return false if sendto fails with EHOSTUNREACH
43c224b6080 : 7105890: closed/javax/swing/JScrollBar/4708809/bug4708809.java deadlocks on MacOS
87062ca29f0 : 7118066: Warnings in java.util.concurrent package
bf0106a903d : 7120266: javac fails to compile hotspot code
d7cfaf1336c : 7119487: JavacParserTest.java test fails on Windows platforms
714e978aac1 : 7119584: UseParallelGC barrier task can be overwritten
c294ecbfe7e : 7119584: UseParallelGC barrier task can be overwritten
272ee9bc572 : Added tag jdk7u4-b03 for changeset 480b7f0de810
ea347c7a68a : Added tag jdk7u4-b03 for changeset b55ebaf1ede3
9bce87f6409 : Added tag jdk7u4-b03 for changeset 9dde7f789758
ab6463bdae4 : Added tag jdk7u4-b03 for changeset 6bf8257155dc
0b0cc066a72 : Added tag jdk7u4-b03 for changeset 8029838b46e7
f29a2245359 : Added tag jdk7u4-b03 for changeset 096ff69128b7
8ef4f32c2cb : Added tag jdk7u4-b03 for changeset ed5edd3419ed
6d0e8939c17 : 7117053: Fix build warnings in com/sun/tools/jdi/*
7beeeca1de0 : 7119032: (javac) increase visibility of JavacParser methods to improve subtyping
5eaf5ed9bc6 : 7118546: fix warnings in javax.xml.crypto, javax.script
d312aad0c11 : 7117612: Miscellaneous warnings in java.lang
f930f9f6f64 : 7050298: ARM: SIGSEGV in JNIHandleBlock::allocate_handle
cb90fa523d3 : 7050298: ARM: SIGSEGV in JNIHandleBlock::allocate_handle
92f2120b41c : 7117249: fix warnings in java.util.jar, .logging, .prefs, .zip
2b9e2e90380 : 7086015: fix test/tools/javac/parser/netbeans/JavacParserTest.java
4799ed65a40 : 7118202: G1: eden size unnecessarily drops to a minimum
d5d7cf92912 : 7118202: G1: eden size unnecessarily drops to a minimum
6660af464d6 : 7118773: Fix jdk/test/makefile so it works on the mac
2a6a2b2d0a3 : 7118648: disable compressed oops by default on MacOS X until 7118647 is fixed
48b93e269c3 : 7118648: disable compressed oops by default on MacOS X until 7118647 is fixed
277bb6b756c : 7117008: Warnings cleanup day: reduce number of javac warnings in the sun.awt package
e057d60ca1d : 7118863: Move sizeof(klassOopDesc) into the *Klass::*_offset_in_bytes() functions
dc542c99096 : 7121648: Use 3-operands SIMD instructions on x86 with AVX
2928feab6a7 : 7121073: secondary_super_cache memory slice has incorrect bounds in flatten_alias_type
b7f5d60a7ed : 7116452: Add support for AVX instructions
11dbaed93ff : 7121111: -server -Xcomp -XX:+TieredCompilation does not invoke C2 compiler
ebdae40c345 : 7114106: C1: assert(goto_state->is_same(sux_state)) failed: states must match now
d447f026080 : 7119730: Tiered: SIGSEGV in AdvancedThresholdPolicy::is_method_profiled(methodOop)
128fa2a60f8 : 7118863: Move sizeof(klassOopDesc) into the *Klass::*_offset_in_bytes() functions
484941785b9 : 7121648: Use 3-operands SIMD instructions on x86 with AVX
00998293d36 : 7121073: secondary_super_cache memory slice has incorrect bounds in flatten_alias_type
49fefe35ca3 : 7116452: Add support for AVX instructions
7b109b21487 : 7121111: -server -Xcomp -XX:+TieredCompilation does not invoke C2 compiler
84487d9fbfe : 7114106: C1: assert(goto_state->is_same(sux_state)) failed: states must match now
cc7d2c92044 : 7119730: Tiered: SIGSEGV in AdvancedThresholdPolicy::is_method_profiled(methodOop)
f9f4ba02031 : 7117052: instanceKlass::_init_state can be u1 type
fa92fe0ea61 : 7117052: instanceKlass::_init_state can be u1 type
c7a1eec197c : 7116997: fix warnings in java.util.PropertyPermission
f8deb3b6539 : 7117162: jdk8/jaxws/Makefile default DROPS_DIR should set to jdk8-drops
58672f238e8 : 7117162: jdk8/jaxws/Makefile default DROPS_DIR should set to jdk8-drops
793cf03f6b8 : 7118094: Use of printf on Mac cannot accept format string starting with --
51ccb11899b : 7118095: Add macosx targets to make/jprt.properties file
54dbf288e3f : 7118095: Add macosx targets to make/jprt.properties file
507ca378488 : 7118095: Add macosx targets to make/jprt.properties file
0a64abd2409 : 7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac
1a53d108cdf : 7118095: Add macosx targets to make/jprt.properties file
51b3929df04 : 7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac
b2542bab57f : 7118095: Add macosx targets to make/jprt.properties file
9909c4e73e1 : 7118095: Add macosx targets to make/jprt.properties file
d47b04d0c4e : 7118283: Better input parameter checking in zip file processing
272537ad669 : 7117469: Warning cleanup for j.u.Currency and j.u.Locale related classes
95afca84d25 : 7116993: fix warnings in java.applet
8c1b558a388 : 7116914: Miscellaneous warnings (sun.text)
8e680b0d660 : 7117748: SA_APPLE_BOOT_JAVA and ALWAYS_PASS_TEST_GAMMA settings should not be required on MacOS X
3e86d8e0e43 : 7117748: SA_APPLE_BOOT_JAVA and ALWAYS_PASS_TEST_GAMMA settings should not be required on MacOS X
660404e7847 : 7098530: tools/javac/javazip/Test.sh can fail on Windows
4744f6dd1da : 5063455: (fmt) MissingFormatArgumentException.getFormatSpecifier() incorrect return value
6532572c0b9 : 7117389: Add a framework for vendor-specific command line switch extensions to Hotspot
3e5ee936863 : 7117389: Add a framework for vendor-specific command line switch extensions to Hotspot
c5cb5b2ac5a : 7117360: Warnings in java.util.concurrent.atomic package
34876429cb1 : 7115400: jdk 8 awt-gate build fails in headless toolkit on solaris
5751fb4a860 : 7117717: (aio) Tests failing due to implementation bug 7052549
ee187b8cfa2 : 7086595: Error message bug: name of initializer is 'null'
3e1629b9636 : 7116857: Warnings in javax.security and some sun.misc
2bea67436c7 : 7117199: Fix javac warnings in src/share/classes/java/awt/font
472f4068021 : 7113349: Initial changset for Macosx port to jdk7u
163d5239e1c : 7117914: Fix javac warnings in src/share/classes/sun/java2d
78034a3d3b4 : 7117282: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)
c3e54d3dc1a : 7117282: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)
8efc0954af7 : 7117536: new hotspot build - hs23-b08
ee2655403f6 : 7117536: new hotspot build - hs23-b08
6dbd0de785a : 7117487: Warnings Cleanup: some i18n classes in java.util and sun.util
1c74eea15d5 : 7116445: Miscellaneous warnings in the JDBC/RowSet classes
d69cbad3f95 : 7117585: Eliminate java.lang.instrument, java.lang.management warnings
689ccf050df : 5035850: (str) String.CASE_INSENSITIVE_ORDER should override readResolve()
99fe6f9a781 : 7117465: Warning cleanup for IMF classes
958027e9e5b : Added tag hs23-b07 for changeset 3ba6557b91f7
fbb38c6ef0a : Added tag hs23-b07 for changeset 979a7c253921
2b5cf7aebd7 : 7117357: Warnings in sun.instrument, tools and other sun.* classes
6303a14f1ae : 7116957: javax.script.ScriptEngineManager should use java.util.ServiceLoader to lookup service providers
971d37d8c2f : 7113349: Initial changset for Macosx port to jdk7u
445a9170818 : 7116946: JSSecurityManager should use java.util.ServiceLoader to lookup service providers
106d1623ee6 : 7115524: Regression: keytool -printcert -sslserver failure
ed8a1e0c945 : 7056472: Speed up test/java/util/ResourceBundle/Control/ExpirationTest.sh
907866e8979 : 7116384: backout the unallowed changes in the KeyboardFocusManager.java javadoc
dc1cd38b85d : 7116890: additional warnings fixes for java.io
b4263161d93 : 7116954: Misc warnings in java.beans/java.beans.context
d115f54e18e : Added tag jdk8-b15 for changeset 14b0b1e3dd43
250c83949bb : Added tag jdk8-b15 for changeset 64fbc4786179
8161661bbb7 : Added tag jdk8-b15 for changeset 0c8bd2a7ecb9
c66f24bf21e : Added tag jdk8-b15 for changeset ab11a4dcb014
69c6b12309d : Added tag jdk8-b15 for changeset 2e0d0fb7ccc8
ec7a1bb5006 : Added tag jdk8-b15 for changeset 38323db3045e
b4354d6d726 : Added tag jdk8-b15 for changeset e82c66df0a41
a8e5c167160 : Added tag jdk8-b15 for changeset a31cbe56aacf
02a9029229a : 7116722: Miscellaneous warnings sun.misc ( and related classes )
e60b163500d : 7116795: Tiered: enable by default for server
77a43fa318d : 7116795: Tiered: enable by default for server
9b34cbb8d94 : 7112642: Incorrect checking for graphics rendering object
af629d027cd : 7116322: enhance javac make rule with a little bit of instrumentation
d8a3f87866d : 7093090: Reduce synchronization in java.security.Policy.getPolicyNoCheck
5e1d1487dec : 7116730: Revert 7116481: Commercial features in Hotspot must be gated by a switch
c3a38d093c5 : 7116730: Revert 7116481: Commercial features in Hotspot must be gated by a switch
407d05d5e8f : 7115357: closed/javax/swing/JTable/6263446/bug6263446Table.java fails on MacOS
278291c1f78 : 7110440: closed/javax/swing/JScrollBar/4865918/bug4865918.java fails on Aqua L&F
988204b65e4 : 7110440: closed/javax/swing/JScrollBar/4865918/bug4865918.java fails on Aqua L&F
8b11c10364e : 7116404: Miscellaneous warnings (java.rmi.**, serialization, some core classes)
b5babaa8344 : 7112925: closed/javax/swing/JTabbedPane/4624207/bug4624207.java fails on MacOS
cff2cf5eaf3 : 7030624: size_t usages in src/windows/native/java/io/io_util_md.c need to be re-visited
1372b916ff2 : 7116481: Commercial features in Hotspot must be gated by a switch
ca4fef94a41 : 7116481: Commercial features in Hotspot must be gated by a switch
8df2ceb1185 : 7109837: Provide a mechanism for computing an Adler32 checksum for the contents of a ByteBuffer
f85207d6ddc : 7095949: java/net/URLConnection/RedirectLimit.java and Redirect307Test fail intermittently
5b3d1ed37b9 : 7110149: Update the JDK8 bundled zlib library to the latest version 1.2.5
0499ad6e84a : 7113740: hotspot_version file has wrong JDK_MINOR_VER
08b5ce19fc3 : 7116462: Bump the hs21.1 build number to 02
31933d1f8fc : 7116189: Export JVM_SetNativeThreadName from Hotspot
f014e67271d : 7116189: Export JVM_SetNativeThreadName from Hotspot
0f23db02a5e : 7081670: Disposing an AppContext can lead to a spinning EventDispatchThread
6087c7f96c4 : 7112925: closed/javax/swing/JTabbedPane/4624207/bug4624207.java fails on MacOS
ac8579d7f83 : 7109092: Wrong computation results with double at armsflt
e187503af07 : 7112478: after 7105605 JRuby bench_define_method_methods.rb fails with NPE
97dea7fbe09 : 7112478: after 7105605 JRuby bench_define_method_methods.rb fails with NPE
b0a9998899c : 7115052: Add parser support for method references
4ac518143c3 : 7115050: Add parser support for lambda expressions
207390a3460 : 7113337: Swing closed test tries to click in the area reserved for resize by Mac OS X
78d7be03bfb : 7116081: USE_PRECOMPILED_HEADER=0 triggers a single threaded build of the JVM
2e17ecc0a84 : 7116081: USE_PRECOMPILED_HEADER=0 triggers a single threaded build of the JVM
fcdf0223702 : 7112034: Parallel CMS fails to properly mark reference objects
a71320f2296 : 7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should still be pointing to obj
4d8307d1e4b : 7112034: Parallel CMS fails to properly mark reference objects
43cc9d183c6 : 7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should still be pointing to obj
e8cf8cce560 : 7113337: Swing closed test tries to click in the area reserved for resize by Mac OS X
579659c9d44 : 7111903: (tz) Windows-only: tzmappings needs update for KB2570791
342328d3117 : 7109617: Test was writed for Metal L&F but not set it
7d5142854cf : 7109085: Test use hotkeys not intended for Mac
86e6e6be732 : 7115049: Add AST node for method references
41a3a6c5d3a : 7115046: Add AST node for lambda expressions
5cae0f71309 : 7115070: (fs) lookupPrincipalByName/lookupPrincipalByGroupName should treat ESRCH as not found
9b493dea27f : 7169395: Exception throws due to the changes in JDK 7 object tranversal and break backward compatibility
fcb805e4aa8 : 7153343: Dependency on non-POSIX header file <link.h> causes portability problem
6834380a163 : 7159041: Fix for 7152519 causing build breakage
81ad1fa12e1 : 7152519: Dependency on non-POSIX header file <link.h> causes portability problem
c1393f64c2e : 7155887: ComboBox does not display focus outline in GTK L&F
19cb818bc74 : 7165722: Invalid path in MemoryMonitor demo's README.txt
7118f8d38fe : 7170655: Frame size does not follow font size change with XToolkit
8dea93c99e5 : 7172149: ArrayIndexOutOfBoundsException from Signature.verify
81e1e8b481e : 7186794: Setter not found. PropertyDescriptor(PropertyDescriptor,PropertyDescriptor)
554b0f24b8b : 7192955: Introspector overide PropertyDescriptor for generic type field defined in super class
5ece3ffa531 : 7185471: Avoid key expansion when AES cipher is re-init w/ the same key
f4201fe380f : 7107616: scalability blocker in javax.crypto.JceSecurityManager
b4895349780 : 7107613: scalability blocker in javax.crypto.CryptoPermissions
b9a1fa353b2 : 7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag
ba49e6be8eb : 7113275: compatibility issue with MD2 trust anchor and old X509TrustManager
aba5b47101f : 7102369: remove java.rmi.server.codebase property parsing from registyimpl 7094468: rmiregistry clean up
d9a7e2ef9c7 : 7110700: Enhance exception throwing mechanism in ObjectStreamClass
6ffc2c3b692 : 6776144: java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX
e7c8bba9047 : 7107585: Test incorrect calculate position of object on frame
7115a56a214 : 7113275: compatibility issue with MD2 trust anchor and old X509TrustManager
71ed60ac692 : 7112997: Remove obsolete code ResetObjectsClosure and VerifyUpdateClosure
4c2e8e7bfb4 : 7112997: Remove obsolete code ResetObjectsClosure and VerifyUpdateClosure
404bb0d0ac6 : 7106024: CMS: Removed unused code for precleaning in remark phase
d2ad254d9ac : 7106024: CMS: Removed unused code for precleaning in remark phase
b69fd6e4412 : 7022407: Spinning CPU in LocaleObjectCache.get()
82c2945b958 : 7093090: Reduce synchronization in java.security.Policy.getPolicyNoCheck
a3e56c5b67e : 7114558: Inet4AddressImpl should use memset (rather than bzero) and NI_MAXHOST (rather than MAXHOSTNAMELEN)
07d9df5a7fb : 7090968: Allow adlc register class to depend on runtime conditions
0aebaad06fe : 7090968: Allow adlc register class to depend on runtime conditions
20168f092cb : 7109085: Test use hotkeys not intended for Mac
a6d9142357d : 7097436: Project Coin: duplicate varargs warnings on method annotated with @SafeVarargs
dbdf12e6a57 : 7114125: TEST_BUG: java/util/Timer/KillThread.java should use volatile cross thread variable declaration
68e837cb9b7 : 7084033: TEST_BUG: test/java/lang/ThreadGroup/Stop.java fails intermittently
ac3959fff2c : 7149012: jarsigner needs not warn about cert expiration if the jar has a TSA timestamp
bc4f9a8bc85 : 6183404: Many eudc characters are incorrectly mapped in MS936 and GBK converter
dcb7b9cb848 : 7162111: TEST_BUG: change tests run in headless mode [macosx]
d070ad01ba0 : 8003898: X11 toolkit can be chosen as the default toolkit
8e223404068 : 8003400: JTree scrolling problem when using large model in WindowsLookAndFeel
dd22668cffc : 8000978: [Fmt-De] DecimalFormat produces wrong format() results when close to a tie
0a416094b60 : 7084033: TEST_BUG: test/java/lang/ThreadGroup/Stop.java fails intermittently
069f218a98b : 7112308: Fix Visual Studio build for precompiled header
921d20d5334 : 7112308: Fix Visual Studio build for precompiled header
5349d9af9a6 : 7110611: compiler message file broken for javac -fullversion
eb8005cfd4b : 6860309: TEST_BUG: Insufficient sleep time in java/lang/Runtime/exec/StreamsSurviveDestroy.java
7427f0be1e6 : 6860309: TEST_BUG: Insufficient sleep time in java/lang/Runtime/exec/StreamsSurviveDestroy.java
ba6a29835a2 : 6860309: TEST_BUG: Insufficient sleep time in java/lang/Runtime/exec/StreamsSurviveDestroy.java
325b9e4abbb : 6860309: TEST_BUG: Insufficient sleep time in java/lang/Runtime/exec/StreamsSurviveDestroy.java
e0de33a847c : 6731620: TEST_BUG: java/util/Timer/Args.java is too optimistic about the execution time of System.out.printf
509b181884e : 6818464: TEST_BUG: java/util/Timer/KillThread.java failing intermittently
ccd515b0dbf : 7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again
b5290c70598 : 7152856: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing on Windows
ed2c52b039c : 7030573: test/java/io/FileInputStream/LargeFileAvailable.java fails when there is insufficient disk space
92bf20a12ab : 6957683: test/java/util/concurrent/ThreadPoolExecutor/Custom.java failing
268cae23a43 : 6736316: Timeout value in java/util/concurrent/locks/Lock/FlakyMutex.java is insufficient
e8d11f428d4 : 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently
1e2ae4fd9bb : 7105929: java/util/concurrent/FutureTask/BlockingTaskExecutor.java fails on solaris sparc
740be578788 : 6818464: TEST_BUG: java/util/Timer/KillThread.java failing intermittently
e20d8b75f6f : 7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again
051ce8d673a : 7152856: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing on Windows
54809577f58 : 7030573: test/java/io/FileInputStream/LargeFileAvailable.java fails when there is insufficient disk space
ad0afcfb5d9 : 6957683: test/java/util/concurrent/ThreadPoolExecutor/Custom.java failing
48d4eacf8fb : 6736316: Timeout value in java/util/concurrent/locks/Lock/FlakyMutex.java is insufficient
933a79708cd : 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently
a62310df8cc : 7105929: java/util/concurrent/FutureTask/BlockingTaskExecutor.java fails on solaris sparc
86ead6b602d : 6818464: TEST_BUG: java/util/Timer/KillThread.java failing intermittently
7ac211d2440 : 7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again
442cea3b5c8 : 7152856: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing on Windows
e0b5fecf7a9 : 7030573: test/java/io/FileInputStream/LargeFileAvailable.java fails when there is insufficient disk space
06f26144d74 : 6957683: test/java/util/concurrent/ThreadPoolExecutor/Custom.java failing
948b1c0f478 : 6736316: Timeout value in java/util/concurrent/locks/Lock/FlakyMutex.java is insufficient
7b370400c46 : 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently
0d496f68f63 : 7105929: java/util/concurrent/FutureTask/BlockingTaskExecutor.java fails on solaris sparc
673ab99f166 : 6818464: TEST_BUG: java/util/Timer/KillThread.java failing intermittently
e53317616fa : 7113503: Bump the hs23 build number to 07
8ef3de377e4 : 7113503: Bump the hs23 build number to 07
b9ff98b776f : Added tag hs23-b06 for changeset 6b882ec466cd
eb6b42a8546 : Added tag hs23-b06 for changeset 8c16e655c188
c125edce882 : 7094995: Trailing daemon thread causes continuous GC in agentvm mode
dfda4bf46ac : 7115070: (fs) lookupPrincipalByName/lookupPrincipalByGroupName should treat ESRCH as not found
b806440fe32 : 7115524: sun.security.provider.certpath.ssl.SSLServerCertStore no longer works
687f622f95c : 7115744: Do not call File::deleteOnExit in security tests
c04d87b88b7 : 7115586: Suppress creation of SocketImpl in SocketAdaptor's constructor
6742077be9c : 7115150: java.net.HttpCookie code cleanup, style, formatting, typos
7c2e42f8b0e : 7077172: KerberosTime does not take into account system clock adjustement
9111a2a768e : 7077172: KerberosTime does not take into account system clock adjustement
92c6dee3642 : Added tag jdk7u2-b13 for changeset aa9a0919fb30
1151f0704ab : Added tag jdk7u2-b13 for changeset 2714b3016a09
1f95429cd29 : Added tag jdk7u2-b13 for changeset 386126de4fb5
4e9a542001e : Added tag jdk7u2-b13 for changeset 1ddf8ec09035
c80d78e429d : Added tag jdk7u2-b13 for changeset 8d83380698d8
2c513eb6c83 : Added tag jdk7u2-b13 for changeset 89b9f35caa5b
ec4a8a117e0 : Added tag jdk7u2-b13 for changeset 8bd8ab4829a7
29ad75ff833 : 7067691: java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently
348fa7b88e5 : 7112267: clean up fix for 7110700
a3311881b5a : 7112743: G1: Reduce overhead of marking closure during evacuation pauses
861168c82ec : 7114303: G1: assert(_g1->mark_in_progress()) failed: shouldn't be here otherwise
cefb2b81bd2 : 7112743: G1: Reduce overhead of marking closure during evacuation pauses
743f9c32142 : 7114303: G1: assert(_g1->mark_in_progress()) failed: shouldn't be here otherwise
2142a468753 : 7110704: Issues with some method in corba
9fbb77c3945 : Added tag jdk8-b14 for changeset aab57958af8d
67feae118cd : Added tag jdk8-b14 for changeset 21d97162fe47
f9f73b74a40 : Added tag jdk8-b14 for changeset 9b823c528db3
42462397429 : Added tag jdk8-b14 for changeset 8f64d0e75d9e
32a189c4f93 : Added tag jdk8-b14 for changeset a4a9e5c60f0a
c4c24db387b : Added tag jdk8-b14 for changeset a22d11efb79f
a61df2e304e : Added tag jdk8-b14 for changeset 21889dc8d0c4
fd76da6d217 : Added tag jdk8-b14 for changeset dcafb43249cf
add77dda1a5 : 7113017: Use POSIX compliant include file headers in sun/awt/medialib/mlib_types.h
ee88278d34e : 7102776: Pack instanceKlass boolean fields into single u1 field
8ee56a6ce52 : 7102776: Pack instanceKlass boolean fields into single u1 field
81682374221 : 7110590: DnDMerlinQLTestsuite_DnDJTextArea test fails with an java.awt.dnd.InvalidDnDOperationException
b0e137724ce : 7108598: Pogo Table Games freeze with JDK 7
63d54598f28 : Added tag hs22-b10 for changeset 6f914d310812
3dbb3eac9b2 : 7112766: Bump the hs22 build number to 10
9a65ac929d9 : 7110017: is_headless_jre should be updated to reflect the new location of awt toolkit libraries
2f0e39e7e67 : 7110017: is_headless_jre should be updated to reflect the new location of awt toolkit libraries
9b428e449c9 : 7110428: Crash during HeapDump operation
edb038df807 : 7110428: Crash during HeapDump operation
67518bf27dc : 7110428: Crash during HeapDump operation
e4696020647 : Added tag jdk7u4-b01 for changeset c4e9e91a7c75
0ec58c82516 : Added tag jdk7u4-b01 for changeset 124289a7eb89
f4f0f22f5af : Added tag jdk7u4-b01 for changeset 2754e8df7936
a4975f2f705 : Added tag jdk7u4-b01 for changeset 4106db685215
5676cab2103 : Added tag jdk7u4-b01 for changeset 43265951fb15
e3d50d87024 : Added tag jdk7u4-b01 for changeset 835117b219d2
f421b44e455 : Added tag jdk7u4-b01 for changeset ca9c889b5fb7
70b9eef84e0 : 7112160: jdk8 javadoc failure in jdk/make/docs javadoc: error - java.lang.OutOfMemoryError
3cf1d6ac151 : 7108598: Pogo Table Games freeze with JDK 7
5233de39d5e : 7112298: remove security baseline sanity check
fe50fa5abf8 : 7112298: remove security baseline sanity check
7e7549fdebf : 7111903: (tz) Windows-only: tzmappings needs update for KB2570791
44dd83da701 : 7111579: klist starttime, renewtill, ticket etype
ed1e70076b6 : 7110152: assert(size_in_words <= (julong)max_jint) failed: no overflow
500751a4ab8 : 7110152: assert(size_in_words <= (julong)max_jint) failed: no overflow
a99e60d456a : 7091388: Regular unexplained npe's from corba libs after few days
b7094ba03c6 : 7106166: (javac) re-factor EndPos parser
ca1deee4d35 : 7110974: (javac) add coding conventions and style checkers for langtools
1dc8937659f : 7107020: java.net.PlainSocketImpl.socketSetOption() calls itself
ab7852e1295 : 7111548: unexpected debug log message
60e2df066fe : 7109885: security baseline for 7u2 or above is not set correctly
b65996ade96 : Added tag jdk7u4-b02 for changeset b55ebaf1ede3
f622d7c8067 : 7109885: security baseline for 7u2 or above is not set correctly
c007822f026 : 6996291: command line selection of MToolkit by -Dawt.toolkit=sun.awt.motif.MToolkit fails from jdk7 b21 on
1612a6cb798 : 7110521: Regression test failed: Introspector/TestTypeResolver.java
11310982971 : 7109617: Test was writed for Metal L&F but not set it
d6e13af09cf : 7110700: Enhance exception throwing mechanism in ObjectStreamClass
5f797b5bda5 : 7112670: Inet4AddressImpl should use getaddrinfo/getnameinfo
cb6b0495c5c : 7103610: _NET_WM_PID and WM_CLIENT_MACHINE are not set
fa09230159a : 7092744: XMLEncoder fails to encode and breaks backward compatibility
e91ad4bf01e : 7073906: Locale.getDefault() returns wrong Locale for Java SE 7
ca86a52a6c0 : 7103610: _NET_WM_PID and WM_CLIENT_MACHINE are not set
ff772aece8c : 7091388: Regular unexplained npe's from corba libs after system has been running for days
9e42e3d20a3 : 7105952: Improve finalisation for FileInputStream/FileOutputStream/RandomAccessFile
acc378d7cf3 : 7051769: java.text.Bidi.toString() output is wrong
55d2fb51368 : 7110586: C2 generates incorrect results
b83a25de977 : 7110676: Update jaf source download url for jaxws
e3cb7516c2e : Added tag jdk7u2-b12 for changeset 528c80b09290
1269b98a270 : Added tag jdk8-b13 for changeset 7e7229cae97b
d93385bb413 : Added tag jdk7u2-b12 for changeset 71f34cdcc075
5ffc2022066 : Added tag jdk8-b13 for changeset 8f6f084a8666
b3d50043f72 : Added tag jdk7u2-b12 for changeset 6af2402975f2
dfb20e7716d : Added tag jdk7u2-b12 for changeset 02be3f1ea3c8
c39cff6af7d : Added tag jdk8-b13 for changeset d4e4b5f54af7
fc6d47bc5cb : Added tag jdk8-b13 for changeset 5002669612fc
6e1ccb9a07d : Added tag jdk8-b13 for changeset 660da5b5870e
1c738b39639 : Added tag jdk8-b13 for changeset d061776a0b42
44b8a3e1d89 : Added tag jdk7u2-b12 for changeset fef4c68e3486
75f0f16626b : Added tag jdk8-b13 for changeset e0e566b9d2b2
d299b4a2eb8 : Added tag jdk7u2-b12 for changeset 29d01d31e473
cd9872667c5 : Added tag jdk7u2-b12 for changeset 167e46f7474f
0357c1c0779 : Added tag jdk8-b13 for changeset c3b8ec8ea08d
f6f5a14a328 : 7110111: Minor Java SE javadoc & Constructor clean up
bac4f6c7ac6 : 7110484: HttpServer.stop() not closing selector
6a9b345420b : 7087429: Constructor of java.beans.PropertyChangeEvent should declare thrown NPE for null source
cc590754f3e : 7092744: XMLEncoder fails to encode and breaks backward compatibility
4ec20806206 : 7087876: java/beans/PropertyDescriptor.html#createPropertyEditor() throws RE if editor cannot be created
0fdddc243eb : 7064279: Introspector.getBeanInfo() should release some resources in timely manner
66bc904d369 : 7057459: Regression: Performance degradation with java.beans.XMLEncoder
0e3359bea80 : 7080203: JTree.getSelectionPaths() now returns empty array instead of null
26cb79b7bbb : 7107516: LinkedBlockingQueue/Deque.drainTo(Collection, int) returns 'maxElements' if its value is negative
ae1d5327991 : 7108264: Fix for 7104173 is insufficient
374de959937 : 7108264: Fix for 7104173 is insufficient
2eda2d142d0 : 6938583: Unexpected NullPointerException by InputContext.endComposition()
911637a2723 : 7110190: GCCause::to_string missing case for _adaptive_size_policy
38a67eca316 : 7110190: GCCause::to_string missing case for _adaptive_size_policy
09b7902e144 : 7107042: assert(no_dead_loop) failed: dead loop detected
e2b7e5a3d09 : 7107042: assert(no_dead_loop) failed: dead loop detected
dc1f4fe50ec : 7109887: java/util/Arrays/CopyMethods.java fails with -XX:+DeoptimizeALot
e12f5514cf4 : 7109887: java/util/Arrays/CopyMethods.java fails with -XX:+DeoptimizeALot
248bde3e58a : 7045370: Java Statically Determines Display Size on Linux platforms
82266506f26 : 7109063: JSR 292: fix for 7085860 is incomplete
423972a7d80 : 7087727: JSR 292: C2 crash if ScavengeRootsInCode=2 when "static final" MethodHandle constants are in use
b9a61e53523 : 7087727: JSR 292: C2 crash if ScavengeRootsInCode=2 when "static final" MethodHandle constants are in use
619a330217c : 7109096: keytool -genkeypair needn't call -selfcert
23060422f85 : 7177111: Jcomponent.AccessibleJComponent.AddPropertyListeners adds exponential listeners
8162057c4db : 7197320: [macosx] Full Screen option missing when Window.documentModified
54229dbc547 : 7109096: keytool -genkeypair needn't call -selfcert
89ccd723ce5 : 7108242: jinfo -permstat shouldn't report interned strings as part of perm
7c499239a45 : 7108242: jinfo -permstat shouldn't report interned strings as part of perm
890f9e28847 : 7107019: sun.security.krb5.internal.ccache.CCacheInputStream.readCred does not use auth data
087c7441f75 : 7105305: assert check_method_context proper context
a433ec2378a : 7105305: assert check_method_context proper context
ebe950642c0 : 7108669: cleanup Log methods for direct printing to streams
738aef1b75e : 7108668: allow Log to be initialized and used earlier
399b71b9f08 : 6921494: provide way to print javac tree tag values
5afa12f8ac5 : Added tag hs22-b09 for changeset 7ac85489329b
bff3e3a7f30 : 7108550: Bump the hs22 build number to 09
051c64ad4d6 : 7104960: JSR 292: +VerifyMethodHandles in product JVM can overflow buffer
92b63884d6d : 7104960: JSR 292: +VerifyMethodHandles in product JVM can overflow buffer
856768a6c08 : 7107585: Test incorrect calculate position of object on frame
44b419af514 : 7099849: G1: include heap region information in hs_err files
6f1d24cbffe : 7099849: G1: include heap region information in hs_err files
83958f54fb6 : 7092309: G1: introduce old region set
470d5801d2d : 7092309: G1: introduce old region set
0bc2963b7d7 : 7059047: EA: can't find initializing store with several CheckCastPP
ee25181450e : 7059047: EA: can't find initializing store with several CheckCastPP
b1408532df6 : 7096080: UTF8 update and new CESU-8 charset 7082884: Incorrect UTF8 conversion for sequence ED 31 7082883: Incorrect UTF8 conversion for sequence fc 80 80 8f bf bf
a346c5d21d0 : 7080203: JTree.getSelectionPaths() now returns empty array instead of null
9d6d4e292b8 : 7108553: Bump the hs23 build number to 06
841eeb9bc82 : 7108553: Bump the hs23 build number to 06
93fbade63da : 6636110: unaligned stackpointer leads to crash during deoptimization
133b7255eaa : 6636110: unaligned stackpointer leads to crash during deoptimization
232b9d793fa : Added tag hs23-b05 for changeset 38f5bbc6cd8d
8e3f572d1e8 : Added tag hs23-b05 for changeset 65bc31e983ed
ddb3e8ecffe : 7086601: Error message bug: cause for method mismatch is 'null'
be5a83c8ce8 : 7104201: Refactor DocCommentScanner
bc997634941 : 4533691: Add Collections.emptySortedSet()
524b8ef2fef : Added tag jdk8-b12 for changeset 5ec6698ec5a9
7982aae1c43 : Added tag jdk8-b12 for changeset 7e570cc378fb
4af82ec8870 : Added tag jdk8-b12 for changeset cc748b263c6f
ab91a77f0c6 : Added tag jdk8-b12 for changeset 043062d0d76a
169afafaf7d : Added tag jdk8-b12 for changeset dbb81ca736fc
285ce6c5a68 : Added tag jdk8-b12 for changeset fcb8405b54ae
c7cad98c9d9 : Added tag jdk8-b12 for changeset 0023f3816a1f
acf5a65a367 : Added tag jdk8-b12 for changeset f0f8f1159227
9740abac58a : 7106944: assert(_pc == *pc_addr) failed may be too strong
c720ef3705a : 7106944: assert(_pc == *pc_addr) failed may be too strong
5a4de97cf03 : 7106774: JSR 292: nightly test inlineMHTarget fails with wrong result
3de27747273 : 7106774: JSR 292: nightly test inlineMHTarget fails with wrong result
4901f7e75a8 : 7049024: DnD fails with JTextArea and JTextField
b8587b38787 : 7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
b47310ebf8d : 7106751: G1: gc/gctests/nativeGC03 crashes VM with SIGSEGV
cd83d210f1f : 7106751: G1: gc/gctests/nativeGC03 crashes VM with SIGSEGV
dae561e3ea7 : 7101933: langtools jtreg tests do not work with jprt on windows
05c6e4f718a : 7104625: sun.awt.X11.XEvent is creating 600 MB of char[] for no good reason
2c5cec930ab : 7106766: Move the precompiled header from the src/share/vm directory
b364ee0c956 : 7106766: Move the precompiled header from the src/share/vm directory
730163dc7fe : 7107063: Fork hs22.1 hsx from hs22.0 for 7u3 and reinitialize build number
65916660b95 : 7101495: In Latvia first day of week is Monday
0db43a92276 : 6755060: Collator.compare() does not compare correctly for the Thai locale
c24783568ee : 7077119: remove past transition dates from CurrencyData.properties file
e9207384c5a : 4243978: (ref) Race condition in Reference.enqueue() 4268317: (ref) Reference.isEnqueued() can return true when instance not enqueued
becccc16ec5 : 7053252: New regression test does not compile on windows-amd64
b354aa367ca : 7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java
2c18fe8a039 : 7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java
c0fa1414cf9 : 7102337: Third Party License Readme updates for 7u2
faee05aee26 : 7102337: Third Party License Readme updates for 7u2
a5aae5f1800 : 7102337: Third Party License Readme updates for 7u2
59823535812 : 7102337: Third Party License Readme updates for 7u2
269e635cb23 : 7102337: Third Party License Readme updates for 7u2
442186968f0 : 7102337: Third Party License Readme updates for 7u2
884e520b259 : 7102337: Third Party License Readme updates for 7u2
089b5b16e3c : 7105780: Add SSLSocket client/SSLEngine server to templates directory
5ffce97ffcb : 7104561: UseRDPCForConstantTableBase doesn't work after shorten branches changes
099fcc40514 : 7104561: UseRDPCForConstantTableBase doesn't work after shorten branches changes
c444c3eee7d : 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
de196c805af : 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
665445dae90 : 7106277: Brokenness in the seqNumberOverflow of MAC
662b7aff3db : 7106277: Brokenness in the seqNumberOverflow of MAC
612b722a3c0 : 7053252: New regression test does not compile on windows-amd64
247532bf34e : 7103889: (fs) Reduce String concatenation when iterating over directory
84066778b8b : 7106092: Bump the hs23 build number to 05
a090d04be93 : 7106092: Bump the hs23 build number to 05
d61593bed3e : Added tag hs23-b04 for changeset 721977078d6e
3da780a4203 : Added tag hs23-b04 for changeset dfcd2213d373
6bcf8774946 : 7103261: crash with jittester on sparc
c232afd2f0f : 7103261: crash with jittester on sparc
bdb9312b86d : 7105940: Test regression: KeyStore must be from provider SunPKCS11-NSSKeyStore
762ad9c51cd : 7105611: Set::print() is broken
cb703d2b2b5 : 7105611: Set::print() is broken
ad3a8d27914 : 7104173: sun/tools tests fail with debug build after 7012206
ae3eaa8fe61 : 7104173: sun/tools tests fail with debug build after 7012206
5a2f55d0e01 : 7104177: Tiered: -XX:+PrintCanonicalization doesn't work with -XX:+TieredCompilation
2524574b152 : 7104177: Tiered: -XX:+PrintCanonicalization doesn't work with -XX:+TieredCompilation
31ff82c1c8b : Added tag jdk8-b11 for changeset b44e4293ec86
83c35d376a1 : Added tag jdk8-b11 for changeset 7116fbba4c13
e0e7783359a : Added tag jdk8-b11 for changeset df5d402bd8f5
96ca36886a7 : Added tag jdk8-b11 for changeset 1c9f26d85678
d471bfae9b8 : Added tag jdk8-b11 for changeset 719fbe1902a0
b4cb1b48a58 : Added tag jdk8-b11 for changeset 5b6ed52397d5
467fe2be801 : Added tag jdk8-b11 for changeset 30a16214b365
b58a00d8055 : Added tag jdk8-b11 for changeset 541e4b0cf4f9
1b0d7ac5d05 : Added tag jdk7u2-b11 for changeset bcbf84716224
b946cb61b58 : Added tag jdk7u2-b11 for changeset 8492f8f05b79
ccaa9953c07 : Added tag jdk7u2-b11 for changeset 7fdd6f1ebf96
703b948d5cc : Added tag jdk7u2-b11 for changeset 5b43704d6073
929fe2c6be9 : Added tag jdk7u2-b11 for changeset 715708b0a5d8
23ac31c444e : Added tag jdk7u2-b11 for changeset fe568d4ff330
78c8109e92f : Added tag jdk7u2-b11 for changeset b9dc9f7c4e3c
a6318f2dcd8 : 7105364: JDK8 b10 hotspot: src/share/vm/ci/ciMethodHandle.cpp Error: Use "." or "->"
233862aab3d : 7105364: JDK8 b10 hotspot: src/share/vm/ci/ciMethodHandle.cpp Error: Use "." or "->"
65b1500ae51 : 7094155: JSR105 code throws javax.xml.crypto.URIReferenceException when running into Java 7 VM
6d1f314a4bf : 7102657: JSR 292: C1 deoptimizes unlinked invokedynamic call sites infinitely
5858945a7c8 : 7102657: JSR 292: C1 deoptimizes unlinked invokedynamic call sites infinitely
f65db39c049 : 7099658: Properties.loadFromXML fails with ClassCastException
e759589efe5 : 7104161: test/sun/tools/jinfo/Basic.sh fails on Ubuntu
ccab0de6bc3 : 6789984: JPasswordField can not receive keyboard input
63b2c9ecd83 : 8003322: Add instrumentation points for tracing of I/O calls
3cd4eaa1f0d : 7104161: test/sun/tools/jinfo/Basic.sh fails on Ubuntu
f5af1323dae : 7105163: CMS: some mentions of MinChunkSize should be IndexSetStart
fbcbc763604 : 7105163: CMS: some mentions of MinChunkSize should be IndexSetStart
b08d0bb77e9 : 7105275: wrong tag added to jdk7u master repos
9cccc32150c : 7105275: wrong tag added to jdk7u master repos
d790dc0d17b : 7105275: wrong tag added to jdk7u master repos
c084cba1cbe : 7105275: wrong tag added to jdk7u master repos
6e245c517a0 : 7105275: wrong tag added to jdk7u master repos
74f3f4b3570 : 7105275: wrong tag added to jdk7u master repos
66263e4a756 : 7105275: wrong tag added to jdk7u master repos
b5b00d6b8f3 : 7090046: Lots of invalid link in java.text.BreakIterator comments
669fa7396d1 : 7097546: Optimize use of CMOVE instructions
d11329cfe40 : 7097546: Optimize use of CMOVE instructions
15d761f7631 : 7104650: rawtype warnings in several net, nio and security source files
93aa3c5516d : 6205776: Some KeyboardFocusManager methods are unsafe
159d2cd6928 : 7088367: JavaSound security issue (12865443)
eceee36fb45 : 7088367: JavaSound security issue (12865443)
868cfdb5f40 : 7102191: G1: assert(_min_desired_young_length <= initial_region_num) failed: Initial young gen size too small
7ea52b1f25c : 7102191: G1: assert(_min_desired_young_length <= initial_region_num) failed: Initial young gen size too small
9181202876c : 7099817: CMS: +FLSVerifyLists +FLSVerifyIndexTable asserts: odd slot non-empty, chunk not on free list
0fc972ab39a : 7099817: CMS: +FLSVerifyLists +FLSVerifyIndexTable asserts: odd slot non-empty, chunk not on free list
b171ddacd06 : 7104905: Java SE build fails on call to CreateSymbols
4d5aee2301d : Added tag jdk7u2-b10 for changeset 3f61b5bad3b2
7bf18075a49 : Added tag jdk7u2-b10 for changeset cebe13d97a5e
49e2b939129 : Added tag jdk7u2-b10 for changeset 7890731d508f
65794e02b13 : Added tag jdk7u2-b10 for changeset 71049f517833
915d00b0e50 : Added tag jdk7u2-b10 for changeset 7782379c02ea
ac762217fd8 : Added tag jdk7u2-b10 for changeset 5f1f4f22022f
36b67fde435 : Added tag jdk7u2-b10 for changeset c60e0ed4abad
952f0b9b812 : 7059039: EA: don't change non-escaping state of NULL pointer
70b2f8757c1 : 7059039: EA: don't change non-escaping state of NULL pointer
d20f9f51bc1 : 7104039: refactor/cleanup javac Paths class
160ad3376d0 : 7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
f08da6fd094 : 7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
1469ebc6da4 : 7104618: MessageInfo.java is failing after lexer changes
3336939f084 : 7101642: JSR 292: SIGSEGV in java.lang.invoke.MethodHandleImpl$FieldAccessor.getFieldI(Ljava/lang/Object;)I
e11b118a0db : 7101642: JSR 292: SIGSEGV in java.lang.invoke.MethodHandleImpl$FieldAccessor.getFieldI(Ljava/lang/Object;)I
c114070e2ac : 7104577: Changes for 7104209 cause many RMI tests to fail
616b1a997f8 : 7104577: Changes for 7104209 cause many RMI tests to fail
249b9c657d1 : 7094138: JSR 292: JRuby junit test fails in CallSite.setTargetNormal: obj->is_oop() failed: sanity check
cf04b8df344 : 7094138: JSR 292: JRuby junit test fails in CallSite.setTargetNormal: obj->is_oop() failed: sanity check
f5ff85a77a4 : 7103549: Remove dependencies on libjava and libjvm from security libraries
ed2db8b2a58 : 7104209: Cleanup and remove librmi (native library)
5e2d5442c9c : 8002077: Possible mnemonic issue on JFileChooser Save button on nimbus L&F
de7b2614765 : 7104209: Cleanup and remove librmi (native library)
8d4798d0d95 : 7104126: Insert openjdk copyright header back into TZdata files
51c07ae53a0 : 6604109: javax.print.PrintServiceLookup.lookupPrintServices fails SOMETIMES for Cups
26e9e643556 : 7079904: corba issue
ae64d0bc306 : 7090904: JSR 292: JRuby junit test crashes in PSScavengeRootsClosure::do_oop
7f6b05eeb34 : 7090904: JSR 292: JRuby junit test crashes in PSScavengeRootsClosure::do_oop
7873cba6b26 : 7098660: Write better overload resolution/inference tests
063b622daf4 : 7096014: Javac tokens should retain state
72c2cfef4f2 : 7096030: G1: PrintGCDetails enhancements 7102445: G1: Unnecessary Resource allocations during RSet scanning
946140afa47 : 7096030: G1: PrintGCDetails enhancements 7102445: G1: Unnecessary Resource allocations during RSet scanning
5dc4f00ff5d : 7103784: enable some flags by default
92643dfcfe4 : 7103784: enable some flags by default
8b1bd284bc1 : 7103380: assertion failure with -XX:+PrintNativeNMethods
d0808b2a358 : 7103380: assertion failure with -XX:+PrintNativeNMethods
7f02c85f242 : 7103405: Correct display names for Pacific/Apia timezone
1c38082fccf : 7103619: Bump the hs23 build number to 04
de6e4a11c4d : 7103619: Bump the hs23 build number to 04
5955806228a : 7098530: tools/javac/javazip/Test.sh can fail on Windows
3ff8da7657f : Added tag hs23-b03 for changeset 0e5b229f9d70
e24ae0ace79 : Added tag hs23-b03 for changeset 78debffeff8e
539ac12cf2e : 7101882: 2 tests fail in 7u4 workspace with new inference change
27ae28ada04 : 7103405: Correct display names for Pacific/Apia timezone
2f1ee9427a3 : 7103108: (tz) Support tzdata2011l
2dedae3038b : 7102515: javac running very very long and not returning
c8143a724ef : 7099824: G1: we should take the pending list lock before doing the remark pause
e9c173518f9 : 7099824: G1: we should take the pending list lock before doing the remark pause
7cab00227fa : Added tag jdk8-b10 for changeset 371ba3560eaf
7c5f436a8a0 : Added tag jdk8-b10 for changeset 0c1ab928e08c
1513128fe7f : Added tag jdk8-b10 for changeset dbbb34e9fb90
45d8e3cd09b : Added tag jdk8-b10 for changeset e99452c9ff04
620632fa7ba : Added tag jdk8-b10 for changeset 2e5282ba5c7c
d6fc7248e9b : Added tag jdk8-b10 for changeset 5fe98688520c
0fb0730525c : Added tag jdk8-b10 for changeset 4ae1c2114056
1eec62606e1 : Added tag jdk8-b10 for changeset 94322bddfb4a
8fb3eec82e4 : 7097516: G1: assert(0<= from_card && from_card<HeapRegion::CardsPerRegion) failed: Must be in range
d4dffc69b6f : 7097516: G1: assert(0<= from_card && from_card<HeapRegion::CardsPerRegion) failed: Must be in range
2cbcb398a3f : 6351654: (tz) java.util.TimeZone.setDefault() should be controlled by a security manager
6c299173e18 : 7101146: Paths should more directly managed by BaseFileManager
70549630422 : 7102369: remove java.rmi.server.codebase property parsing from registyimpl 7094468: rmiregistry issue 7100592: java.rmi.server.codebase property parsed incorrectly for rmiregistry process
96500c22d76 : 7100935: win32: memmove is not atomic but is used for pd_conjoint_*_atomic operations
1452ac8162f : 7100935: win32: memmove is not atomic but is used for pd_conjoint_*_atomic operations
747169f70ef : 7102515: javac running very very long and not returning
0d2c2b92f7c : 7099488: TwoStacksPlainSocketImpl should invoke super.create(stream), typo in fix for 7098719
078935452e9 : 7098719: -Dsun.net.maxDatagramSockets and Socket constructor does not work correctly with System.gc()
71900c472e1 : 7092679: (tz) Java getting wrong timezone/DST info on Solaris 11
a65796909d6 : 7068451: Regression: javac compiles fixed sources against previous, not current, version of generated sources
a794fe268dc : 7031830: bad_record_mac failure on TLSv1.2 enabled connection with SSLEngine
0929b68ecc1 : 7099017: jdk7u2-dev does not build
aa8b793bfe9 : 7099017: jdk7u2-dev does not build
a93d63b7c59 : 7101658: Backout 7082769 changes
bf203dac41b : 7098528: crash with java -XX:+ExtendedDTraceProbes
ab8043dca28 : 7098528: crash with java -XX:+ExtendedDTraceProbes
56141261255 : 7099017: jdk7u2-dev does not build
7749aaf387a : 7093690: JSR292: SA-JDI AssertionFailure: Expected raw sp likely got real sp, value was
dc518809f7b : 7093690: JSR292: SA-JDI AssertionFailure: Expected raw sp likely got real sp, value was
cab4072f8d0 : 7095243: Disambiguate ReferenceProcessor::_discoveredSoftRefs
a966e1fecc2 : 7095243: Disambiguate ReferenceProcessor::_discoveredSoftRefs
d3efececf32 : 7093325: Redundant entry in bytecode exception table
1a335eb0477 : 7097436: Project Coin: duplicate varargs warnings on method annotated with @SafeVarargs
8863ec439e4 : 6997116: The case automatically failed due to java.lang.ClassCastException
bc976382ae7 : 7099399: cannot deal with CRL file larger than 16MB
a52913da6dd : 7103108: (tz) Support tzdata2011l
de8a5176042 : 7073337: Crash after playing Java game on Pogo
66fa44b2acd : 7085024: internal error; cannot instantiate Foo
f522dc5509f : 7086586: Inference producing null type argument
c9021fc009a : 7101096: Bump the hs23 build number to 03
77250790fc2 : 7101096: Bump the hs23 build number to 03
02c6e310916 : Added tag hs23-b02 for changeset e597a451dc88
81b4b482d89 : Added tag hs23-b02 for changeset 9943a8a1b093
0dc07d12b67 : Added tag hs22-b08 for changeset 8011c35bc0f3
01b141fef0a : 7101102: Bump the hs22 build number to 08
532ab00d7cc : 7100757: The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
2407655ab10 : 7100757: The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
0716bdfe76d : 7100757: The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
81bdd2ccc6b : 7088680: G1: Cleanup in the G1CollectorPolicy class
e1639370c2b : 7088680: G1: Cleanup in the G1CollectorPolicy class
c882b488e06 : 7099228: Use a PKCS11 config attribute to control encoding of an EC point
4b50222c16e : 7080289: java/awt/AWTKeyStroke/AlienClass/Test2.java failed on jdk1.5.0_32b02 but passed on previous build
0c477561945 : 7075105: WIN: Provide a way to format HTML on drop
bde026b9e34 : 7100165: JSR 292: leftover printing code in methodHandleWalk.cpp
a8a4b778ca6 : 7100165: JSR 292: leftover printing code in methodHandleWalk.cpp
e4ed97f07aa : 7100165: JSR 292: leftover printing code in methodHandleWalk.cpp
d1c6787aa18 : 7098085: G1: partially-young GCs not initiated under certain circumstances
a5b7a1c33e1 : 7098085: G1: partially-young GCs not initiated under certain circumstances
5839368eeed : Added tag jdk8-b09 for changeset 0169651a48bf
70a4d097915 : Added tag jdk8-b09 for changeset 8b314218e3ab
f5245346501 : Added tag jdk8-b09 for changeset 8124579f60fd
7a7270c0bda : Added tag jdk8-b09 for changeset 072884311758
5219fbb3973 : Added tag jdk8-b09 for changeset fad441085165
35718f33d68 : Added tag jdk8-b09 for changeset 9c6e25b15db2
9acc7012805 : Added tag jdk8-b09 for changeset 44d496c3c830
1175eb8a27a : Added tag jdk8-b09 for changeset 56ae1c1e8584
32708baef1b : 7098194: integrate macosx-port changes
6c4502704b8 : 7098194: integrate macosx-port changes
45a877b44c1 : 7107957: AWT: Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h
16b47aa1774 : 7107957: AWT: Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h
bd73f1cc1d2 : 6955919: Intermittent ClassCastException in bug4492274 test
c59424668d0 : 7049024: DnD fails with JTextArea and JTextField
34c1a2b7168 : 7074853: TransparentRuler demos Readme should mention the correct jar file name
6612f2a7e63 : 6624077: Regression test fails: closed/javax/swing/ToolTipManager/6256140/bug6256140.java
d3cb1a4bdd7 : 7105529: XAWT: Optimize getFieldsAsString() methods generated by WrapperGenerator
60689cf49bb : 7104625: sun.awt.X11.XEvent is creating 600 MB of char[] for no good reason
756974b448e : 6887286: StackOverflowError at sun.awt.image.ImageWatched$WeakLink.isWatcher
45109520ef1 : 7077293: javax/swing/JComponent/4337267/bug4337267.java failed on windows 2003
08192530239 : 7100004: javax.swing.JTable.setAutoCreateRowSorter(boolean autoCreateRowSorter) should mention default value
224bf60e307 : 7099251: javax.swing.text.html.HTMLDocument.insertAfterStart(null, something) throws NPE
448e208ddb4 : 7100054: (porting) Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h
0ec5b82c857 : 7102665: Move tests to Problemlist
ed977156e59 : 7102704: test/java/net/DatagramSocket/ChangingAddress.java failing
8d1c6cf60ee : 5029031: Add Collections.checkedQueue()
f1f3aad11cf : 7102686: Restructure timestamp code so that jars and modules can more easily share the same code
d25a9c128ff : 7031830: bad_record_mac failure on TLSv1.2 enabled connection with SSLEngine
9852219b7e0 : 7092897: sun.security.util.Cache should be generified
ab1010388db : 7099399: cannot deal with CRL file larger than 16MB
4bc227715b2 : 6953295: Move few sun.security.{util, x509, pkcs} classes used by keytool/jarsigner to another package
a06fd2ba37d : 7100054: (porting) Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h
b78f614ef58 : 7179305: (fs) Method name sun.nio.fs.UnixPath.getPathForExecptionMessage is misspelled
fbe248df96a : 6938583: Unexpected NullPointerException by InputContext.endComposition()
f67492aecbf : 7129029: (fs) Unix file system provider should be buildable on platforms that don't support O_NOFOLLOW
e0a71655d5a : 7146506: (fc) Add EACCES check to the return of fcntl native method
801741150dd : 7113017: Use POSIX compliant include file headers in sun/awt/medialib/mlib_types.h
9ed6c866e20 : 7161229: PriorityBlockingQueue keeps hard reference to last removed element
29fb37c12f1 : 6953455: CookieStore.add() cannot handle null URI parameter, contrary to the API
700587fc4c3 : 7178079: REGRESSION: Some AWT Drag-n-Drop tests fail since JDK 7u6 b13
6809d87ddd7 : 7174887: Deadlock in jndi ldap connection cleanup
1dd0c9c2b6e : 7180621: Hashtable has incorrect alternative hashing threshold default value
e6e820c6474 : 7099228: Use a PKCS11 config attribute to control encoding of an EC point
2f9a7103c98 : 7082299: AtomicReferenceArray should ensure that array is Object[]
9b2ccdbd0ef : 7095698: jdk7u2 does not work as a bootstrap after 7091141
02db22f7e73 : 7092712: JSR 292: unloaded invokedynamic call sites can lead to a crash with signature types not on BCP
758e26e6116 : 7092712: JSR 292: unloaded invokedynamic call sites can lead to a crash with signature types not on BCP
f54e7ec9bc6 : 7027061: Testcase failure: java/util/Locale/Bug6989440.java - java.util.ConcurrentModificationException
4738ed88a55 : 7098282: G1: assert(interval >= 0) failed: Sanity check, referencePolicy.cpp: 76
347d41ac92c : 7098282: G1: assert(interval >= 0) failed: Sanity check, referencePolicy.cpp: 76
e088fb2b1a3 : 7082299: AtomicReferenceArray should ensure that array is Object[]
6fb68448ccc : 7076791: closed/javax/swing/JColorChooser/Test6827032.java failed on windows
de00cc778ca : 7081938: JSR292: assert(magic_number_2() == MAGIC_NUMBER_2) failed
ab7dc525e5b : 7081938: JSR292: assert(magic_number_2() == MAGIC_NUMBER_2) failed
7fa7f8a5972 : 7099454: /bin/sh does not support syntax used in the src/os/posix/launcher/launcher.script shell script
db948b95117 : 7099454: /bin/sh does not support syntax used in the src/os/posix/launcher/launcher.script shell script
e9b8f2bab46 : 7096278: Update the VM name to indicate it is an embedded build
b26741cd5b2 : 7096278: Update the VM name to indicate it is an embedded build
56347fccd18 : 7096366: PPC: corruption of floating-point values with DeoptimizeALot
fa43b0cdd8b : 7096366: PPC: corruption of floating-point values with DeoptimizeALot
8e71fffcffb : 7096366: PPC: corruption of floating-point values with DeoptimizeALot
a7dc8670570 : 7095236: G1: _markedRegions never contains NULL regions
daba79788cd : 7095236: G1: _markedRegions never contains NULL regions
0b92e7c70bc : Added tag jdk8-b08 for changeset c9fb751a1f21
1d6d5772d74 : Added tag jdk8-b08 for changeset 88f1603ed2de
a8ca4c2947c : Added tag jdk8-b08 for changeset c074b109d708
6d08c900c44 : Added tag jdk8-b08 for changeset c6ec1d396a6f
bc8656528cd : Added tag jdk8-b08 for changeset 410b29777a51
42ec66383de : Added tag jdk8-b08 for changeset 26b0e09dd031
7e4cbf7ede1 : Added tag jdk8-b08 for changeset 21c3dca02af5
e0ebf7426d9 : Added tag jdk8-b08 for changeset 29f7779184ad
b6f671b41ea : 7090499: missing rawtypes warnings in anonymous inner class
6513930e7a6 : 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t
cc539acb586 : 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t
72f4cfb2e7c : 7072167: The "root" field in BufferStrategyPaintManager leaks memory
e3c38523b23 : 6865265: JVM crashes with "missing exception handler" error
43a17cea113 : 6865265: JVM crashes with "missing exception handler" error
a4975758bb2 : 7097679: Tiered: events with bad bci to Gotos reduced from Ifs
00fb5594043 : 7097679: Tiered: events with bad bci to Gotos reduced from Ifs
6f95a0fd77c : Added tag jdk7u1-b08 for changeset 8c218e392e63
81091f60384 : Added tag jdk7u1-b08 for changeset a3211d5c1514
d688415f7ef : Added tag jdk7u1-b08 for changeset 19420c04bc9c
47cff59d769 : Added tag jdk7u1-b08 for changeset b2c5454aa5de
c14cc00eba2 : Added tag jdk7u1-b08 for changeset 8a5f6e3e425b
7686741af86 : Added tag jdk7u1-b08 for changeset 01ad16082ac2
ad97aed87b7 : Added tag jdk7u1-b07 for changeset 5a27c0f518e6
8cfcdd0e9a0 : Added tag jdk7u1-b07 for changeset 06b487821a25
5fca1c4ff90 : Added tag jdk7u1-b07 for changeset 227a99862f8d
eed8edf3a13 : Added tag jdk7u1-b07 for changeset d4a6a6b914f5
c4bc74915a4 : Added tag jdk7u1-b07 for changeset 4e629fd6df3a
0642ac11df7 : Added tag jdk7u1-b07 for changeset da6343171d97
91823a458fd : 7096124: Bump the hs23 build number to 02
35142c3f978 : 7096124: Bump the hs23 build number to 02
3880af02571 : Added tag jdk7u1-b06 for changeset 4700c1a425fd
3133c9cc665 : Added tag jdk7u1-b06 for changeset 4464baf7e676
618db30f969 : Added tag jdk7u1-b06 for changeset 18316e94efe8
37603caa47b : Added tag jdk7u1-b06 for changeset 5f4dbd20e83c
67fb4e5dcc6 : Added tag jdk7u1-b06 for changeset bbda9d1c262d
1db9abf1c6b : Added tag jdk7u1-b06 for changeset 178d32db0fda
7025becfaa2 : 7096936: issue in jsse/runtime 7096937: TEST: com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java need modification as a result of TLS fix
3c41c66fb14 : 7096936: issue in jsse/runtime 7096937: TEST: com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java need modification as a result of TLS fix
b731247c382 : Added tag hs23-b01 for changeset cca3c612bd14
e6bcd1f7588 : Added tag hs23-b01 for changeset 4f9855220325
8ae50d45a4c : 7096010: c2: running with +PrintOptoAssembly crashes the VM when $constanttablebase is used
7d91d892bd7 : 7096010: c2: running with +PrintOptoAssembly crashes the VM when $constanttablebase is used
0219cf54239 : 7096639: Tiered: Incorrect counter overflow handling for inlined methods
57f4807712f : 7096639: Tiered: Incorrect counter overflow handling for inlined methods
4749de17ea5 : Added tag jdk8-b07 for changeset 64ad92439924
723ea00e0cb : Added tag jdk8-b07 for changeset 3286cf6d9881
bede38196b4 : Added tag jdk8-b07 for changeset 2b6c60642ad8
34db0587a4a : Added tag jdk8-b07 for changeset dff0b2eda2a8
f5d9fec70db : Added tag jdk8-b07 for changeset 3793fe38dc85
117ee512d76 : Added tag jdk8-b07 for changeset 5ecaba762bd3
5be998e5ce1 : Added tag jdk8-b07 for changeset 24e2df5cb0b0
261f588e13e : Added tag jdk8-b07 for changeset 5b03d68a6a38
73b50710f03 : 7064341: jsse/runtime security problem
812f6192140 : 7096016: SA build still produces "arg list too long" errors
4f139f97df9 : 7096016: SA build still produces "arg list too long" errors
d617e87a50e : 7092278: "jmap -finalizerinfo" throws "sun.jvm.hotspot.utilities.AssertionFailure: invalid cp index 0 137"
f103a0e31f5 : 7092278: "jmap -finalizerinfo" throws "sun.jvm.hotspot.utilities.AssertionFailure: invalid cp index 0 137"
3e94268318c : 7092278: "jmap -finalizerinfo" throws "sun.jvm.hotspot.utilities.AssertionFailure: invalid cp index 0 137"
f5a3718f1d3 : 7064341: jsse/runtime security problem
e83fde21ffc : 7092375: Security Libraries don't build with javac -Werror
08d82ca0444 : 7099488: TwoStacksPlainSocketImpl should invoke super.create(stream), typo in fix for 7098719
e92787f0751 : 7098755: test/sun/misc/JarIndex/metaInfFilenames/Basic.java should use supported compiler interface
9a2fc5f236f : 7099119: Remove unused dlinfo local variable in launcher code
214254cac52 : 7098719: -Dsun.net.maxDatagramSockets and Socket constructor does not work correctly with System.gc()
a3fcc12dc84 : 7094377: Com.sun.jndi.ldap.read.timeout doesn't work with ldaps
7af669ecc0b : 7098394: JDK8 TL repo build fails in src/solaris/native/java/util/TimeZone_md.c
d5e5ad5996a : 7090499: missing rawtypes warnings in anonymous inner class
a9ef11a8d48 : 7092679: (tz) Java getting wrong timezone/DST info on Solaris 11 6984762: Invalid close of file descriptor '-1' in findZoneinfoFile
1d5bbbec86c : 7095949: java/net/URLConnection/RedirectLimit.java and Redirect307Test fail intermittently
ebd4f912d74 : 6953455: CookieStore.add() cannot handle null URI parameter, contrary to the API
cfe349b1e09 : 7005808: G1: re-enable ReduceInitialCardMarks for G1
c250f0e1b1f : 7005808: G1: re-enable ReduceInitialCardMarks for G1
650bd8320d9 : 7077646: gssapi wrap for CFX per-message tokens always set FLAG_ACCEPTOR_SUBKEY
a912e7557c6 : 7077640: gss wrap for cfx doesn't handle rrc != 0
a0992020066 : 7089889: Krb5LoginModule.login() throws an exception if used without a keytab
fc06bb2f0bb : 7089889: Krb5LoginModule.login() throws an exception if used without a keytab
24046b4dc5e : 7077646: gssapi wrap for CFX per-message tokens always set FLAG_ACCEPTOR_SUBKEY
3cd8b273442 : 7077640: gss wrap for cfx doesn't handle rrc != 0
9a08be72f05 : 7094377: Com.sun.jndi.ldap.read.timeout doesn't work with ldaps
45df73bc12c : 7073337: Crash after playing Java game on Pogo
09ff8564313 : 7088502: Security libraries don't build with javac -Werror
daa2552a251 : 7029903: Splash screen is not shown in 64-bit Linux with 16-bit color depth
1dbe69d4150 : Added tag jdk7u2-b09 for changeset 5262efedc9af
8de55eef221 : Added tag jdk7u2-b09 for changeset c0df87e138a3
b82adfc0bd3 : Added tag jdk7u2-b09 for changeset 580514b7daec
75800a181c9 : Added tag jdk7u2-b09 for changeset f5d7b29b7a07
ffdedd14993 : Added tag jdk7u2-b09 for changeset 05073233f858
f7b4ec3269e : Added tag jdk7u2-b09 for changeset 38cc697305d0
b7bbc9a9bd8 : Added tag jdk7u2-b09 for changeset 8230164345b9
8987ea2bdf4 : 7084030: DatagramSocket.getLocalAddress inconsistent on XP/2003 when IPv6 enabled and socket is connected
47e357e16f9 : 7081933: Use zeroing elimination optimization for large array
9ee46d34c03 : 7081933: Use zeroing elimination optimization for large array
89371ad57dc : 7080289: AWTKeystroke class registers a subclass factory during deserialization
2d492ea7e1a : 7094141: test/sun/misc/JarIndex/metaInfFilenames/Basic.java no longer compiles
20558b33b9c : 7081670: Disposing an AppContext can lead to a spinning EventDispatchThread
3cfef23dffb : 7088744: SwingUtilities.isMiddleMouseButton does not work with ALT/Meta keys
0ac639e5b05 : 7094842: test/javax/security/auth/Subject/{Synch.java,Synch2.java,Synch3.java} loop forever in agentvm mode
95c56a472b9 : 7089790: integrate bsd-port changes
1af718012af : 7089790: integrate bsd-port changes
4d65df7e862 : Added tag jdk7u1-b05 for changeset 9f37cc65194c
8c875bfc232 : Added tag jdk7u1-b05 for changeset c85e8ed8f786
e0a3e67d900 : Added tag jdk7u1-b05 for changeset 52cb43b2edef
7b75f01b8ca : Added tag jdk7u1-b05 for changeset c4427c915c0c
866371bb98a : Added tag jdk7u1-b05 for changeset 7e5908e62a7a
8f0ed2729ea : Added tag jdk7u1-b05 for changeset 605dec9b84de
b5f3c339b04 : 7105640: Unix printing does not check the result of exec'd lpr/lp command
2a7fbdb25b2 : 7105640: Unix printing does not check the result of exec'd lpr/lp command
552427e13de : 7091003: ScheduledExecutorService never executes Runnable with corePoolSize of zero
60036870e4c : 7142565: [macosx] Many special keys processed twice in text fields
2cbb2a2c39b : 7124543: [macosx] Horizontal scrolling doesn't work
6f19afdaa1b : 7138665: JOptionPane.getValue() unexpected change between JRE 1.6 and JRE 1.7
e072114c818 : 7132367: [macosx] ChoiceMouseWheelTest should be adapted for mac toolkit
d641384d8f9 : 7141281: [macosx] GridBagLayout baseline issue
bebe4350131 : 7124308: [macosx] JSlider thumb moves to the right direction when it's used as a JTable cell editor
8a54be3a8a8 : 7142516: [macosx] sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOneExtraByte.sh fails
fede6a90c50 : 7133488: (cs) java/nio/charset/Charset/NIOCharsetAvailabilityTest.java fails on MacOSX
835fcb008a9 : 7133112: [macosx] org.ietf.jgss.GSSException while sun.security.jgss.GSSManagerImpl.createName
b48e7850ac3 : 7142120: [macosx] Some JCK tests for SplashScreen fail on Mac OS X due to incorrect positioning of the splash
afb216f76a7 : 7119760: [macosx] The OpenGL queue flusher thread is created in the wrong thread group
86b344df9ba : 7142780: [macosx] Font2DTest demo throws NPE
db1c338b246 : 7124225: [macosx] Input lines support only current sample rate
cefcb03df26 : 7131367: [macosx] reg test test/java/awt/Window/TranslucentJAppletTest fails
e979988dccc : 7142617: De-optimize fdlibm compilation [macosx]
7387d28adfa : 7132204: Default testset in JPRT should not run all tests
0f5562d96df : 7092627: use agentvm mode instead of samevm in regtests
08b80fc00ca : 7141739: [osx] Local attach fails if java.io.tmpdir is set
2d19ea519b1 : 7091003: ScheduledExecutorService never executes Runnable with corePoolSize of zero
93cf5130d6e : Added tag jdk8-b06 for changeset c579ee9c7624
7b62b4870c6 : Added tag jdk8-b06 for changeset d91b32b59eda
2587f18d1c9 : Added tag jdk8-b06 for changeset 3632c6a1c35c
07617347777 : Added tag jdk8-b06 for changeset 301b3b8fc6aa
9ebcc8e000b : Added tag jdk8-b06 for changeset d062411f33d7
b4b9a1528e9 : Added tag jdk8-b06 for changeset 3e63783b2ba3
c055987003b : Added tag jdk8-b06 for changeset 553337da9f77
a4515c2fa34 : Added tag jdk8-b06 for changeset f6b03ab4a2b6
cbb7e4b99b0 : 7085944: FDS: gdb does not find debug symbols for libjsig link
4a8efe66a58 : 7075721: javac should have public enum for exit codes
f4e1298403e : 7051189: Need to suppress info message if -xcheck:jni used with libjsig.so
719000de10d : 7051189: Need to suppress info message if -xcheck:jni used with libjsig.so
1102785250b : Added tag jdk7u2-b08 for changeset 791dbfde5d4d
067fa7cf7b5 : Added tag jdk7u2-b08 for changeset b328571ad0a5
74ce2825df2 : Added tag jdk7u2-b08 for changeset f84892ce8655
16b7339b734 : Added tag jdk7u2-b08 for changeset 05d141e1a119
6c5c6c83733 : Added tag jdk7u2-b08 for changeset a3acc2607ffb
d2cc7dc89f9 : Added tag jdk7u2-b08 for changeset d2d0f2ce92a2
0311fd91b5d : Added tag jdk7u2-b08 for changeset 0e127c0b17da
39b8fb2573d : 7088287: libpng need to be updated
82e488e3aea : 7092404: Add Math.nextDown and Double.isFinite
ff7362918f4 : 7092965: javac should not close processorClassLoader before end of compilation
035522bd7a4 : 7092627: use agentvm mode instead of samevm in regtests
74413ac51a1 : 7092186: adjust package access in rmiregistry
6f12fe9039f : 7092186: adjust package access in rmiregistry
98f96fac17e : 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
daed5f0dd38 : 7032018: The file list in JFileChooser does not have an accessible name
334554c13da : 7092236: java/util/EnumSet/EnumSetBash.java fails
26b2c5dd6d0 : 7097048: G1: extend the G1 SA changes to print per-heap space information
f0b023a3e34 : 7097053: G1: assert(da ? referent->is_oop() : referent->is_oop_or_null()) failed: referenceProcessor.cpp:1054
26fb4406d84 : 7086533: G1: assert(!_g1->is_obj_dead(obj)): We should not be preserving dead objs: g1CollectedHeap.cpp:3835
86c7892a02a : 7075646: G1: fix inconsistencies in the monitoring data
acea689efe9 : 6484982: G1: process references during evacuation pauses
4d5f91a8fc4 : 7092238: G1: Uninitialized field gc_efficiency in G1PrintRegionLivenessInfo output
87382938709 : 7092245: G1: Wrong format specifier in G1PrintRegionLivenessInfo header output
080281179d3 : 7091032: G1: assert failure when NewRatio is used
48906ae0016 : 7068215: G1: Print reference processing time during remark
52f0eccb245 : 7092236: java/util/EnumSet/EnumSetBash.java fails
a8f967c12cf : 7092236: java/util/EnumSet/EnumSetBash.java fails
57fcd2169f3 : 7045232: G1: pool names are inconsistent with other collectors (don't have 'Space')
14d3ed99242 : Added tag hs22-b07 for changeset 314db145d626
91f29d655ac : 7093108: Bump the hs22 build number to 07
d9b7e6c18cf : 7012206: ~20 tools tests failing due to -XX:-UsePerfData default in Java SE Embedded
43b11a7dca3 : 7085944: 3/3 FDS: gdb does not find debug symbols for libjsig link
17af9b241a1 : 6268216: Boolean.getBoolean() throws SecurityException
a6af19c66cf : 7092412: G1: Some roots not marked during an initial mark that gets an evacuation failure
b9c11d661ea : 7074264: Switches to packages tree view and adds unit tests to sources
1577e0f0733 : 7030473: Remove dead field JCCompilationUnit.flags
a46128d0ddf : 7081842: assert(Compile::current()->unique() < (uint)MaxNodeLimit) failed: Node limit exceeded
27b055aa55f : 7081842: assert(Compile::current()->unique() < (uint)MaxNodeLimit) failed: Node limit exceeded
64594e313ec : 7059019: G1: add G1 support to the SA
4d4a89de9b1 : 7091290: fails to build jdk8 b05 Embedded build
9661feecbc9 : 7091764: Tiered: enable aastore profiling
aada2e37d48 : 7091764: Tiered: enable aastore profiling
b88865d91f1 : 7091369: DatagramSocket/Limit.java failing on 8 and 7u2
b89d40e747c : 7088287: libpng need to be updated
5b7643e258c : 7091682: Move sun.misc.FpUtils code into java.lang.Math
19f1338ae96 : 7091935: (fs) Polling based WatchService not used on Linux
e3faa527bd1 : 7091545: hs23 - set hotspot version & build number
df95cdca4a4 : 7091545: hs23 - set hotspot version & build number
a7db099068e : 7071904: 4/4 HotSpot: Full Debug Symbols
d381d4b0b47 : 7071904: 4/4 HotSpot: Full Debug Symbols
a9a91eb5acd : 7091528: javadoc attempts to parse .class files
51763c43f7f : 7091528: javadoc attempts to parse .class files
284cea1f63e : 7091141: JAXP 1.4.5 update 1 for 7u2
35806610982 : 7090158: Networking Libraries don't build with javac -Werror
bd420dc94ee : 7086586: Inference producing null type argument
c1cf18cb797 : Added tag hs22-b06 for changeset a851ab04cbcf
854ad24077c : Added tag hs22-b06 for changeset 9de632dc424b
0f3a55b60a4 : 7091255: Bump the hs22 build number to 06
303c03e2ea7 : 7091255: Bump the hs22 build number to 06
12b50d19f2e : 7091294: disable quicksort tests
86b01d99606 : 7091294: disable quicksort tests
f843db55a42 : Added tag jdk8-b05 for changeset deef5f066e00
0d44b9c7af9 : Added tag jdk8-b05 for changeset d9917af875f5
8ef6c48fcbc : Added tag jdk8-b05 for changeset 05ac1c050035
a3ac3c7ae5a : Added tag jdk8-b05 for changeset af07bf5ee3ea
c22ae1301d2 : Added tag jdk8-b05 for changeset 2cdf92088fc8
b8466e73395 : Added tag jdk8-b05 for changeset 388f989c2cd8
f534667145c : Added tag jdk8-b05 for changeset 48766c0a793d
08f2f9619ec : Added tag jdk8-b05 for changeset c9501aef849e
9f964f31237 : 6963006: Javacard exception when trying to access card during read operation
40ce6ba310c : 6988099: jvmti demos missing Publisher (COMPANY resource) in dlls/exes on windows
64c2502a163 : 7066713: Separate demos from the bundles on Solaris and Linux
e1b9fdae8d1 : 7066713: Separate demos from the bundles on Solaris and Linux
ead8ed45d9a : 7054637: Enable PKCS11 to use raw encoding for the EC point in an Elliptic Curve public key
5c1719ed2d4 : 7073491: -Dsun.net.maxDatagramSockets=1 does not work correctly with system.gc()
f9cd96b19ba : 7073491: -Dsun.net.maxDatagramSockets=1 does not work correctly with system.gc()
782f6f887ef : 7090007: Missing style.css in nimbus/doc-files/properties.html
ce08e32e41d : 7049963: DISTINGUISHED NAMES FOR CERT ARE ESCAPED IN JROCKIT 1.6(NOT COMPATIBLE WITH JROC
2a8fda7a1e8 : 7042148: closed/java/awt/font/TextLayout/CheckLayoutLTR.java failed
e36703639fb : 7090843: (tz) Support tzdata2011j
335ea94abd2 : 7012364: test/java/util/Locale/LocaleCategory.sh fails on Cygwin
a6b47b47921 : 7090844: Support a timezone whose offset is changed more than once in the future
0594a394983 : 7090843: (tz) Support tzdata2011j
3674ebe6e6c : 7090844: Support a timezone whose offset is changed more than once in the future
d611a2162ef : 7082689: allow duplicate bug ids in jdk7u repos
ef12d2e16fb : 7082689: allow duplicate bug ids in jdk7u repos
dd7cfa7b784 : 7082689: allow duplicate bug ids in jdk7u repos
47b1bd7b283 : 7082689: allow duplicate bug ids in jdk7u repos
5bc14193d12 : 7082689: allow duplicate bug ids in jdk7u repos
ad66b0e33b7 : 7082689: allow duplicate bug ids in jdk7u repos
d9777d76bda : 7049963: DISTINGUISHED NAMES FOR CERT ARE ESCAPED IN JROCKIT 1.6(NOT COMPATIBLE WITH JROC
4589920917f : 7068437: Regression: Filer.getResource(SOURCE_OUTPUT, ...) no longer works in JDK 7 w/o -s
68f774dc8c8 : 7068437: Regression: Filer.getResource(SOURCE_OUTPUT, ...) no longer works in JDK 7 w/o -s
afaeb37bb51 : 7090700: fix for 7080267 breaks two tests
309116efae8 : 7090654: nightly failures after 7086585
a300a41ea19 : 7090654: nightly failures after 7086585
785424884f7 : Added tag jdk7u2-b07 for changeset a336d3a81a6b
b874441899c : Added tag jdk7u2-b07 for changeset 5c744e8bbe3e
3fd281b65d4 : Added tag jdk7u2-b07 for changeset 34d6b5b0796c
5e658f8da12 : Added tag jdk7u2-b07 for changeset 6d63aaac332d
989e5c3dd01 : Added tag jdk7u2-b07 for changeset 179fc2f16396
5cd48987142 : Added tag jdk7u2-b07 for changeset 097a1697e0d7
1af8b5d6d02 : Added tag jdk7u2-b07 for changeset 62d008951b18
2c3a780b41a : 7088500: there is no @since tag on SafeVarargs
2bbf6511565 : 7090249: IllegalStateException from Trees.getScope when called from JSR 199
1ec8f70fdd4 : 7080267: Call to toString() from an ExpressionStatementTree doesn't take in consideration the ";" at the end
30d2b45bd80 : 6879143: java.math.BigInteger misses the xxxValueExact methods
16a24a909d8 : 6915797: Remove sun.tools.jar.JarImageSource that is not used 7090178: Move java.util.XMLUtils to another package to avoid split package
20e3eb74e43 : 7077806: ARM: java.lang.InternalError: bound subword value does not fit into the subword type
bc855ff2e0d : 7077806: ARM: java.lang.InternalError: bound subword value does not fit into the subword type
abcfef82404 : 7012783: JFileChooser fails to resolve DFS links on Windows Vista SP2
18b9d3e58d5 : 7057978: improve robustness of c1 ARM back-end wrt non encodable constants
fcc31d97412 : 7057978: improve robustness of c1 ARM back-end wrt non encodable constants
9d8e44db598 : 7077312: Provide a CALL effect for instruct declaration in the ad file
89d4179a4ba : 7110058: change default for ScavengeRootsInCode to 2
4511ca18dee : 7110489: C1: 64-bit tiered with ForceUnreachable: assert(reachable(src)) failed: Address should be reachable
ed9a60ae020 : 7108383: JSR 292: JRuby bench_define_method_methods.rb: assert(slow_jvms != NULL) failed: miss path must not
b6ce13798b6 : 7112085: assert(fr.interpreter_frame_expression_stack_size()==0) failed: only handle empty stacks
8d2ee232933 : 6890673: Eliminate allocations immediately after EA
81c085a1e29 : 7003454: order constants in constant table by number of references in code
6b52dbceb0e : 7105605: Use EA info to optimize pointers compare
157ba53d271 : 7110586: C2 generates incorrect results
73164a8caad : 7077312: Provide a CALL effect for instruct declaration in the ad file
f614901c11c : 7110058: change default for ScavengeRootsInCode to 2
a25b1467aee : 7110489: C1: 64-bit tiered with ForceUnreachable: assert(reachable(src)) failed: Address should be reachable
13ba450e1e4 : 7108383: JSR 292: JRuby bench_define_method_methods.rb: assert(slow_jvms != NULL) failed: miss path must not
0954d7e7812 : 7112085: assert(fr.interpreter_frame_expression_stack_size()==0) failed: only handle empty stacks
809ec0c7459 : 6890673: Eliminate allocations immediately after EA
9d14e3f1fb6 : 7003454: order constants in constant table by number of references in code
ac386d9b252 : 7105605: Use EA info to optimize pointers compare
b87f5a45746 : 7110586: C2 generates incorrect results
99787c060a0 : 7090259: Fix hotspot sources to build with old compilers
f99084037a1 : 7090259: Fix hotspot sources to build with old compilers
4e36efea6c8 : 7090069: Java launcher hangs in infinite loop on windows when UseNUMA[Interleaving] is specified
9b101c8ba6a : 7090069: Java launcher hangs in infinite loop on windows when UseNUMA[Interleaving] is specified
12a0dac949b : 7090297: Remove com.sun.tools.javac.Launcher from tools.jar
d70355c2003 : 7089632: assert(machtmp->outcnt() == 1) failed: expected for a MachTemp
e756c96259d : 7089632: assert(machtmp->outcnt() == 1) failed: expected for a MachTemp
26df665c041 : 7082769: FileInputStream/FileOutputStream/RandomAccessFile allow file descriptor be closed when still in use 7087019: Initialized is misspelled in FileOutputStream.java
da7c98908d4 : 7089625: G1: policy for how many old regions to add to the CSet (when young gen is fixed) is broken
7d850203b95 : 7089625: G1: policy for how many old regions to add to the CSet (when young gen is fixed) is broken
08619c2e9c9 : 7086601: Error message bug: cause for method mismatch is 'null'
0208d38b3c0 : 7003595: IncompatibleClassChangeError with unreferenced local class with subclass
8db2f8de590 : 7086595: Error message bug: name of initializer is 'null'
81d33c47271 : 7082769: FileInputStream/FileOutputStream/RandomAccessFile allow file descriptor be closed when still in use
4d5464c6e1b : 7024697: SessionRef.dispose() should determine if the token referred to by the token object is still valid
907f6c2fbbe : 7089709: type "jushort" not found
1f8f1f79be9 : 7089709: type "jushort" not found
8166c2b32bf : 7068451: Regression: javac compiles fixed sources against previous, not current, version of generated sources
a4523cfc7ff : 7021322: assert(object_end <= top()) failed: Object crosses promotion LAB boundary
75685a273aa : 7097048: G1: extend the G1 SA changes to print per-heap space information
02e98944546 : 7097053: G1: assert(da ? referent->is_oop() : referent->is_oop_or_null()) failed: referenceProcessor.cpp:1054
bbfe9c6e250 : 7086533: G1: assert(!_g1->is_obj_dead(obj)): We should not be preserving dead objs: g1CollectedHeap.cpp:3835
cc177fd5159 : 7091366: re-enable quicksort tests
55c503aea2d : 7075646: G1: fix inconsistencies in the monitoring data
1b62d10b4b2 : 6484982: G1: process references during evacuation pauses
70bb8e788e1 : 7092238: G1: Uninitialized field gc_efficiency in G1PrintRegionLivenessInfo output
08bdb35a29b : 7092245: G1: Wrong format specifier in G1PrintRegionLivenessInfo header output
0f7ff53cce8 : 7091032: G1: assert failure when NewRatio is used
2f83b52706e : 7068215: G1: Print reference processing time during remark
c5b2025c028 : 7045232: G1: pool names are inconsistent with other collectors (don't have 'Space')
3ae9021b594 : 7092412: G1: Some roots not marked during an initial mark that gets an evacuation failure
95832db2e52 : 7059019: G1: add G1 support to the SA
cb8ec463295 : 7021322: assert(object_end <= top()) failed: Object crosses promotion LAB boundary
c39651e873c : 7097048: G1: extend the G1 SA changes to print per-heap space information
b82d9abc5d5 : 7097053: G1: assert(da ? referent->is_oop() : referent->is_oop_or_null()) failed: referenceProcessor.cpp:1054
c562de2881c : 7086533: G1: assert(!_g1->is_obj_dead(obj)): We should not be preserving dead objs: g1CollectedHeap.cpp:3835
76c54677603 : 7091366: re-enable quicksort tests
fbb1215dbb5 : 7075646: G1: fix inconsistencies in the monitoring data
c7218b0c6d4 : 6484982: G1: process references during evacuation pauses
e8512b7eda3 : 7092238: G1: Uninitialized field gc_efficiency in G1PrintRegionLivenessInfo output
0f6b522078c : 7092245: G1: Wrong format specifier in G1PrintRegionLivenessInfo header output
c4216c0ac03 : 7091032: G1: assert failure when NewRatio is used
ed6c192705b : 7068215: G1: Print reference processing time during remark
80ab15210b8 : 7045232: G1: pool names are inconsistent with other collectors (don't have 'Space')
28b2af24dfd : 7092412: G1: Some roots not marked during an initial mark that gets an evacuation failure
9d9b03adfa7 : 7059019: G1: add G1 support to the SA
d6b3a2ac9a1 : 7088955: add C2 IR support to the SA
e3afdf10adb : 7088955: add C2 IR support to the SA
1cef23e0772 : 7086585: make Java field injection more flexible
e39ba1a5fef : 7086585: make Java field injection more flexible
8eaf9a19c63 : 7089131: test/java/lang/invoke/InvokeGenericTest.java does not compile
b1fadc8f75f : 7089131: test/java/lang/invoke/InvokeGenericTest.java does not compile
d3ecbae9f64 : 7088020: SEGV in JNIHandleBlock::release_block
1ebca30d268 : 7088020: SEGV in JNIHandleBlock::release_block
37d72210de2 : 7073508: Regression: NullPointerException at com.sun.tools.javac.code.Lint$AugmentVisitor.augment
a0084596d49 : 7073508: Regression: NullPointerException at com.sun.tools.javac.code.Lint$AugmentVisitor.augment
a086d03f683 : Added tag hs22-b05 for changeset 661d00fbeafe
d6fd9c2339e : Added tag hs22-b05 for changeset 2787676b53cf
5e2c104815e : 7088991: Bump ths hs22 build number to 05
8ad902f1ed4 : 7088991: Bump ths hs22 build number to 05
6d8ffa0972d : 7087932: Wrong legal notice introduced in the JDK8 changeset a976ff46116b
b912037a23a : 7035946: Up to 15% regression on JDK 7 b136 vs b135 on specjvm2008.crypto.rsa on x64
92b2b44b182 : 7035946: Up to 15% regression on JDK 7 b136 vs b135 on specjvm2008.crypto.rsa on x64
c23570b092c : 7074386: fallback to fontconfig.<major_version>.bfc/properties if fontconfig.<major_version>.<minor_version>
d961381c47d : 7088747: Use multicatch in Socket constructor
82ec76ae38b : 7024118: possible hardcoded mnemonic for JFileChooser metal and motif l&f
746c7f89ed6 : 7166055: Javadoc for WeakHashMap contains misleading advice
09ddcc025f1 : 7199180: [macosx] Dead keys handling for input methods
c9ad6c49f17 : 7196547: [macosx] Implement dead key detection for KeyEvent
fb6be05bb94 : 7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true
0b8205428e3 : 7024118: possible hardcoded mnemonic for JFileChooser metal and motif l&f
518e846e107 : 7085981: XXSocket types depend on impl finalizer to close if constructor throws exception
c99cccfb9c3 : 7050935: closed/java/awt/Choice/WheelEventsConsumed/WheelEventsConsumed.html fails on win32
0c32ee37aa9 : 7087717: G1: make the G1PrintRegionLivenessInfo parameter diagnostic
1a9d9b84f83 : 7087717: G1: make the G1PrintRegionLivenessInfo parameter diagnostic
b4ad743c390 : 7087956: add libattach.so to embedded JRE to enable additional troubleshooting support
720b4860662 : 7047200: keytool safe store
67e174f1991 : 7115586: (so) Suppress creation of SocketImpl in SocketAdaptor's constructor
8e44c6b0cf4 : 7127104: Build issue with prtconf and zones, also using := to avoid extra execs
700ceee11eb : 7047200: keytool safe store
c66c50437c7 : Added tag jdk8-b04 for changeset cd423392ab94
ae1f9680b67 : Added tag jdk8-b04 for changeset d4c5e59b82f8
cdfbdfc355c : Added tag jdk8-b04 for changeset 03bf33b63d68
5a6cbc47b87 : Added tag jdk8-b04 for changeset 6332e6ee2b55
58c9fc45262 : Added tag jdk8-b04 for changeset fed6cacab5cb
fdb343136b9 : Added tag jdk8-b04 for changeset 7f59fc01bccd
ddcd67afd9a : Added tag jdk8-b04 for changeset e4b998912367
01771c74b6d : Added tag jdk8-b04 for changeset 3a558ed43088
336c961732b : Added tag jdk7u2-b06 for changeset 2bd49bc389bd
490dafe23ec : Added tag jdk7u2-b06 for changeset 4e6cca94cc1c
fd421b206ee : Added tag jdk7u2-b06 for changeset a4319d0e9ad1
a40b5554ecb : Added tag jdk7u2-b06 for changeset a9790b66781b
d2977532c27 : Added tag jdk7u2-b06 for changeset f937e87048c6
71b5ea391e7 : Added tag jdk7u2-b06 for changeset db5291d8339d
dfce60a63a9 : Added tag jdk7u2-b06 for changeset c65bb62a9d7c
156c59c0ffa : 7068416: Lightweight HTTP Server should support TCP_NODELAY
2d3645ef09d : 7050826: Hebrew characters are not rendered on OEL 5.6
cba71d1ed21 : 6929868: G1: introduce min / max young gen size bounds
0be11c915cb : 6929868: G1: introduce min / max young gen size bounds
7781aa8fb89 : 7084509: G1: fix inconsistencies and mistakes in the young list target length calculations
d96de580b6e : 7084509: G1: fix inconsistencies and mistakes in the young list target length calculations
293bab5f298 : 7087453: PhaseChaitin::yank_if_dead() should handle MachTemp inputs
6a8d365195a : 7087947: Add regression test for 7068051
19858322649 : 7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
77c1147e541 : 7087445: Improve platform independence of JSR292 shared code
499732d316d : 7087453: PhaseChaitin::yank_if_dead() should handle MachTemp inputs
42c3c5cb7be : 7087947: Add regression test for 7068051
439b75eb12b : 7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
6141a568aae : 7087445: Improve platform independence of JSR292 shared code
08856493a1c : 7082631: JSR 292: need profiling support in GWTs
fcf71409737 : 7091369: DatagramSocket/Limit.java failing on 8 and 7u2
45ffd1e7a35 : 7012206: ~20 tools tests failing due to -XX:-UsePerfData default in Java SE Embedded
50bc4343b36 : 7082631: JSR 292: need profiling support in GWTs
19d3eca7144 : 7086226: UseNUMA fails on old versions of windows
1940a13d313 : 7086226: UseNUMA fails on old versions of windows
83b6b7ace1c : 7087428: move client tests out of jdk_misc
6b8980e983a : 7087428: move client tests out of jdk_misc
2e17ddf0712 : 4965777: GC changes to support use of discovered field for pending references
ed72e31727f : 4965777: GC changes to support use of discovered field for pending references
34e0b541080 : 7078024: Update JDK service tag for JDK 8
178d0da5f76 : 7054211: No loop unrolling done in jdk7b144 for a test update() while loop
61068411fa7 : 7054211: No loop unrolling done in jdk7b144 for a test update() while loop
57841c2abac : Added tag jdk7u1-b04 for changeset b742a3f52342
dfc647b349e : Added tag jdk7u1-b04 for changeset 7a1acf82da4f
e4e72fd027b : Added tag jdk7u1-b04 for changeset b1534778fe45
7cf4652e77c : Added tag jdk7u1-b04 for changeset 603fcb681498
30b7ea5eb3f : Added tag jdk7u1-b04 for changeset c5dfcc11c988
8c1d3053d1c : Added tag jdk7u1-b04 for changeset c67612c3a6b2
af80d778f91 : 7050392: G1: Introduce flag to generate a log of the G1 ergonomic decisions
24eb07061e3 : 7050392: G1: Introduce flag to generate a log of the G1 ergonomic decisions
868420f3361 : 7085012: ARM: com/sun/jdi/PopSynchronousTest.java still fails
90844ca5dc7 : 7085012: ARM: com/sun/jdi/PopSynchronousTest.java still fails
d64cfacc81a : 7081012: REGRESSION:Component.transferFocusBackward invokes clearGlobalFocusOwner()
5cc2aca2d92 : 7071248: IME composition window does not disappear when file dialog is closed : Japanese WinXP
732ac029ec5 : 7012783: JFileChooser fails to resolve DFS links on Windows Vista SP2
a4a9685fbbd : 7086394: c2/arm: enable UseFPUForSpilling
48ecf5dfe42 : 7086394: c2/arm: enable UseFPUForSpilling
a1f5f73508d : 7086192: (reflect) Have TypeVariable extend AnnotatedElement
5eaf0a271f9 : 7087583: Hotspot fails to allocate heap with mmap(MAP_HUGETLB)
a9cd50a1c89 : 7087583: Hotspot fails to allocate heap with mmap(MAP_HUGETLB)
51fae9a3c4b : 7067974: multiple ETYPE-INFO-ENTRY with same etype and different salt
ba77c3a48f2 : 7067974: multiple ETYPE-INFO-ENTRY with same etype and different salt
b3aa4cdcbad : 7050826: Hebrew characters are not rendered on OEL 5.6
a6eac39b32d : 6898310: (cs) Charset cache lookups should be synchronized
0eb367c3a96 : 7030332: Default borders in tables looks incorrect JEditorPane
2a22d4691ae : 6838776: Defer initialization of static fields in java.math.BigInteger
52c99c5d2b3 : 7067811: Update demo/sample code to state it should not be used for production
11c4e464881 : 7051798: SA-JDI: NPE in Frame.addressOfStackSlot(Frame.java:244)
edb7b9514ac : 7051798: SA-JDI: NPE in Frame.addressOfStackSlot(Frame.java:244)
59a4dbb95a7 : 7086710: java/util/Formatter/Basic.java failing after 7082971
077625bba2e : 7071248: IME composition window does not disappear when file dialog is closed : Japanese WinXP
84bde2643e0 : 7049079: NTSYSTEM CLASS IS LEAKING WINDOWS TOKENS
92de2299c5d : 7049079: NTSYSTEM CLASS IS LEAKING WINDOWS TOKENS
b0fb95c8d3d : 7081411: DSA keypair generation affected by Solaris bug
56e4cd07181 : 7081783: jarsigner error when no $HOME/.keystore
1a5e5b9ddf7 : 7012206: ~20 tools tests failing due to -XX:-UsePerfData default in Java SE Embedded
833bcd22773 : 7081783: jarsigner error when no $HOME/.keystore
48f8ddaf89a : 7075098: Remove unused fdlibm files
dbad1b6406f : 7086560: 7085404 changes broke VM with -XX:-EnableInvokeDynamic
dece7fbfece : 7086560: 7085404 changes broke VM with -XX:-EnableInvokeDynamic
179b982e9d4 : 7084032: test/java/net/Inet6Address/B6558853.java fails on Windows XP/2003 if IPv6
ee853f9e2c8 : 7016881: JSR 292: JDI: sun.jvm.hotspot.utilities.AssertionFailure: index out of bounds
d4d5856fd42 : 7016881: JSR 292: JDI: sun.jvm.hotspot.utilities.AssertionFailure: index out of bounds
b9213952a27 : 7071307: MethodHandle bimorphic inlining should consider the frequency
32fd1b087d6 : 7071307: MethodHandle bimorphic inlining should consider the frequency
3d9f3ee2b13 : 6989067: BigInteger's array copiers should be converted to System.arraycopy()
e64846a9722 : Added tag hs22-b04 for changeset 57ea0542f310
c8c58542b34 : Added tag hs22-b04 for changeset 741bcb34b337
5a611ae716a : 6476261: (reflect) GenericSignatureFormatError When signature includes nested inner classes 6832374: (reflect) malformed signature can cause parser to go into infinite loop 7052898: (reflect) SignatureParser will accept strings outside of the grammar
6eb152b81b0 : 7039731: arraycopy could use prefetch on SPARC
f7d7a6071a5 : 7039731: arraycopy could use prefetch on SPARC
9f67707386f : 6898310: (cs) Charset cache lookups should be synchronized
a456f207391 : 7086261: javac doesn't report error as expected, it only reports ClientCodeWrapper$DiagnosticSourceUnwrapper
adae5ec43c2 : 7086261: javac doesn't report error as expected, it only reports ClientCodeWrapper$DiagnosticSourceUnwrapper
0da4a588979 : 7024096: Stack trace has invalid line numbers
0eb346995a8 : 7071709: JSR 292: switchpoint invalidation should be pushed not pulled
1038fed51d2 : 7071709: JSR 292: switchpoint invalidation should be pushed not pulled
aeec78ab377 : 7074386: fallback to fontconfig.<major_version>.bfc/properties if fontconfig.<major_version>.<minor_version>
4c2188fc039 : 7086589: bump the hs22 build number to 04
6d7314e710a : Added tag hs22-b03 for changeset e35eca22fbc6
58055d9b383 : Added tag hs22-b02 for changeset 686e26a81797
cef98b687cb : Added tag hs22-b01 for changeset 2143c41c2a90
096ba80aea6 : 7086589: bump the hs22 build number to 04
d42d7de7fff : Added tag hs22-b03 for changeset 52cac2467a60
87501184d9f : Added tag hs22-b02 for changeset 7adf55aec150
b57839cc49e : Added tag hs22-b01 for changeset 2143c41c2a90
a642ae9bd06 : 7085404: JSR 292: VolatileCallSites should have push notification too
db44acbeb41 : 7085404: JSR 292: VolatileCallSites should have push notification too
238bb5d3bb7 : 7082971: More performance tuning of BigDecimal and other java.math classes
7d7c8d7cdfc : 7086071: tools/javac/7079713/TestCircularClassfile.java fails on windows
fd8978fa757 : Added tag jdk8-b03 for changeset df130f34ab4c
ea16c130483 : Added tag jdk8-b03 for changeset 11c81bbc7690
03730b799c4 : Added tag jdk8-b03 for changeset 6126faad61f0
a481e029fad : Added tag jdk8-b03 for changeset 7a7c32801316
463d10d607c : Added tag jdk8-b03 for changeset 52cac2467a60
cfc2558499d : Added tag jdk8-b03 for changeset e35eca22fbc6
e0896d794ed : Added tag jdk8-b03 for changeset b2c1fbeecd43
5f1b3f48fa4 : Added tag jdk8-b03 for changeset 987739a4fab0
4c8aecff7da : 7073631: (javac) javac parser improvements for error position reporting
6f70d425f25 : 7073631: (javac) javac parser improvements for error position reporting
8a046e84bee : 7085906: Replace the permgen allocated sentinelRef with a self-looped end
5b6ba4e6117 : 7085906: Replace the permgen allocated sentinelRef with a self-looped end
4be64adddda : 7081012: REGRESSION:Component.transferFocusBackward invokes clearGlobalFocusOwner()
a9eb5002c7a : 7041800: URI.equals may incorrectly return true with escaped octets
93ee31b1787 : 7064279: Introspector.getBeanInfo() should release some resources in timely manner
bfeee8da4d6 : 7041800: URI.equals may incorrectly return true with escaped octets
fbe31bc5025 : 7058828: test/java/util/concurrent/Phaser/Arrive.java fails intermittently
b9671b33ab8 : 7051516: ThreadLocalRandom seed is never initialized so all instances generate the same sequence
9efa33fb274 : 7079673: JSR 292: C1 should inline bytecoded method handle adapters
fcc2a865828 : 7079673: JSR 292: C1 should inline bytecoded method handle adapters
db624414246 : 7014860: Socket.getInputStream().available() not clear for shutdown input
1012c352a84 : 7083786: dead various dead chunks of code
fa7c124af1e : 7083786: dead various dead chunks of code
1334ff190a4 : 6670868: StackOverFlow with authenticated Proxy tunnels
654ae83d8e4 : 7074416: Regression: JSR199: javac doesn't unwrap clientcodewrapper objects
1266f3a86d9 : 7074416: Regression: JSR199: javac doesn't unwrap clientcodewrapper objects
bd313bccf76 : Added tag jdk7u2-b05 for changeset 99a2270c5c3e
d69428f79c2 : Added tag jdk7u2-b05 for changeset 7a2dc29a3c87
25a96b08953 : Added tag jdk7u2-b05 for changeset 330f79a1986b
97af230c26e : Added tag jdk7u2-b05 for changeset 9d3de85f95fb
a3bd370a52c : Added tag jdk7u2-b05 for changeset e0998b77ec47
78029c6d2a6 : Added tag jdk7u2-b05 for changeset 62679c20204e
5a24425d243 : Added tag jdk7u2-b05 for changeset 5d0005daafa3
a6a0c084ffa : 7066841: remove MacroAssembler::br_on_reg_cond() on sparc
6c8c4fb3214 : 7066841: remove MacroAssembler::br_on_reg_cond() on sparc
b82ff27547b : 7085137: -XX:+VerifyOops is broken
9c87ea9062a : 7085137: -XX:+VerifyOops is broken
67f3781cb16 : 7079713: javac hangs when compiling a class that references a cyclically inherited class
68039c29047 : 7085024: internal error; cannot instantiate Foo
2e7a0438c9c : 7067811: Update demo/sample code to state it should not be used for production
18e7bceb8dd : 7078382: JSR 292: don't count method handle adapters against inlining budgets
05b60b3662d : 7078382: JSR 292: don't count method handle adapters against inlining budgets
9d538ceb0c3 : 7085279: C1 overflows code buffer with VerifyOops and CompressedOops
5903a384b43 : 7085279: C1 overflows code buffer with VerifyOops and CompressedOops
a37d582eec8 : 7083664: test hard code of using c:/temp but this dir might not exist
97583c8f0d1 : 7083012: fix for RMI Registry
fc63417af1b : 7083012: fix for RMI Registry
fcee5390dbb : 7077466: fix for RMI DGC
f01f1b7d2c3 : 7077466: fix for RMI DGC
0a9fa0feb2a : 7084245: Update usages of InternalError to use exception chaining
c0585ea0858 : Added tag jdk7u2-b04 for changeset 97acaa8cdc90
1b404491e69 : Added tag jdk7u2-b04 for changeset 00bda2d08180
1d35a61cd6b : Added tag jdk7u2-b04 for changeset 42a8e6850506
bd032358925 : Added tag jdk7u2-b04 for changeset 12a2f3166e15
5c24bb4b003 : Added tag jdk7u2-b04 for changeset 86d09b59552e
43b7cba7e05 : Added tag jdk7u2-b04 for changeset 61110c91f530
9c752aeaad7 : Added tag jdk7u2-b04 for changeset 4da5e4a566e2
ddee84901d9 : 7084560: Crash in net.dll
f86f0f481a7 : 7155300: Include pthread.h on all POSIX platforms except Solaris to improve portability
3d811fd1651 : 7184365: closed/java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest fails
953032e673b : 7152948: DatagramDispatcher.c should memset msghdr to make it portable to other platforms
e6d637b797b : 7129800: [macosx] Regression test OverrideRedirectWindowActivationTest fails due to timing issue
49a630d0ebf : 7170996: IME composition window does not disappear when file dialog is closed : Japanese WinXP
9163dcf9ed0 : 7187618: PropertyDescriptor Performance Slow
b39dbfa215b : 7181438: [OGL] Incorrect alpha used, during blit from SW to the texture
fdb48420335 : 7124513: [macosx] Support NSTexturedBackgroundWindowMask/different titlebar styles to create unified toolbar
61d0eae7d2a : 7124244: [macosx] Shaped windows support
059b6f398fe : 7149068: java/awt/Window/Grab/GrabTest.java failed
57fd38b0aad : 7084560: Crash in net.dll
dd72eca1bc7 : 7080281: AbtsractButton.checkVerticalKey()/checkHorizontalKey() methods do not specify returned value
97da5923516 : 7082263: Reflection::resolve_field/field_get/field_set are broken
cebdce4479a : 7082263: Reflection::resolve_field/field_get/field_set are broken
5dcff7325d7 : 7083576: add javax/xml/crypto into jdk_security2
a6ae1f87f38 : 7082645: Hotspot doesn't compile on old linuxes after 7060836
d8fd276e351 : 7082645: Hotspot doesn't compile on old linuxes after 7060836
7593c4276c0 : 7080389: G1: refactor marking code in evacuation pause copy closures
1bec3a1bd37 : 7080389: G1: refactor marking code in evacuation pause copy closures
e96d7e3af48 : 7024771: "\\<>" in attribute value part of X500Principal constructor parameter makes strange effect
8e853c8484d : 7059542: JNDI name operations should be locale independent
1dbae5e7cfe : 7030332: Default borders in tables looks incorrect JEditorPane
0b135edeb11 : 7083184: JSR 292: don't store context class argument with call site dependencies
e3342531b46 : 7083184: JSR 292: don't store context class argument with call site dependencies
cf6e15a2e34 : 7060790: (fs) FileSystem.newWatchService error message confusing when maximum inotify descriptors reached
ca2767a5d34 : 7084040: Clearup warning in HttpsURLConnection
9548010f512 : 6591247: C2 cleans up the merge point too early during SplitIf
ec3f90d1b49 : 6591247: C2 cleans up the merge point too early during SplitIf
24626cd6c24 : 7077769: (zipfs) ZipFileSystem.writeCEN() writes wrong "data size" for ZIP64 extended information extra field
957b5926c23 : 7083916: Bump the hs22 build number to 03
d475b8efcb9 : 7083916: Bump the hs22 build number to 03
2825119dca5 : 7077769: (zipfs) ZipFileSystem.writeCEN() writes wrong "data size" for ZIP64 extended information extra field
f953b5c397e : 7060243: (dc) Multicasting tests fail on Windows XP if IPv6 is enabled
d19c34798b5 : Added tag jdk7u1-b03 for changeset 282657feb8a0
f32043197b3 : Added tag jdk7u1-b03 for changeset e40400dd3b5c
a9f55d01839 : Added tag jdk7u1-b03 for changeset 2fbabb83f9ee
353bf1922c2 : Added tag jdk7u1-b03 for changeset 6b06d0eb5f5c
c8819ec280d : Added tag jdk7u1-b03 for changeset d5aed3719c73
c15b955b684 : Added tag jdk7u1-b03 for changeset 8b555b5641a6
38deca50433 : 7059037: Use BIS for zeroing on T4
64462056882 : 7059037: Use BIS for zeroing on T4
90502358adf : 7024697: SessionRef.dispose() should determine if the token referred to by the token object is still valid
0b2e849ae3f : 7082949: JSR 292: missing ResourceMark in methodOopDesc::make_invoke_method
19f7fb98b8a : 7082949: JSR 292: missing ResourceMark in methodOopDesc::make_invoke_method
4198da6308a : Added tag jdk8-b02 for changeset 88a0fd8156da
103c7b03832 : Added tag jdk8-b02 for changeset c36bd96ae005
acdf03d87f8 : Added tag jdk8-b02 for changeset 776899fe4bff
db1cefbdf41 : Added tag jdk8-b02 for changeset 201b3cac405d
7e98ef4f0e5 : Added tag jdk8-b02 for changeset 4c6704d59ad1
ccde3bce246 : Added tag jdk8-b02 for changeset f52e385063e0
466b62e73ac : Added tag jdk8-b02 for changeset 7ec2456168bc
4506feffa2d : Added tag jdk8-b02 for changeset e9e28bfc0fe8
099b9b9198a : 7082727: VirtualMachineError should declare its serialVersionUID
72c1f57f87e : 7044870: java/nio/channels/DatagramChannel/SelectWhenRefused.java failed on SUSE Linux 10
0ffda7cd74a : 7082969: NUMA interleaving
06d05b7c47f : 7082969: NUMA interleaving
7cc44cf3c3f : 7082689: allow duplicate bug ids in jdk7u repos
f31cad1b9e6 : 7082231: Put a @since 1.7 on System.lineSeparator
de95acb0a6c : 7068328: BufferPoolMXBean and PlatformLoggingMXBean getObjectName may return null
7a82dc8421c : 7072645: Toolkit.addPropertyChangeListener(name, pcl) throws NPE for null name
f5a86a1b348 : 7066490: @since 1.7 tag is missing for java.util.regex.Matcher.group(java.lang.String)
a5751d5e016 : 7068328: BufferPoolMXBean and PlatformLoggingMXBean getObjectName may return null
2e4089a2c2c : 7072645: Toolkit.addPropertyChangeListener(name, pcl) throws NPE for null name
217ba15ba6b : 7082220: Visual Studio projects broken after change 7016797: Hotspot: securely/restrictive load dlls and new
0c6ad2c2983 : 7082220: Visual Studio projects broken after change 7016797: Hotspot: securely/restrictive load dlls and new
adb8253b89d : 7080038: (ann) Serializable types in sun.reflect.annotation do not declare serialVersionUIDs
e7028175e2d : 7080038: (ann) Serializable types in sun.reflect.annotation do not declare serialVersionUIDs
243a5f3b79f : 7081817: test/sun/security/provider/certpath/X509CertPath/IllegalCertiticates.java failing
a0f3a629c5c : 7080038: (ann) Serializable types in sun.reflect.annotation do not declare serialVersionUIDs
d0bd4f51ce0 : 6476261: (reflect) GenericSignatureFormatError When signature includes nested inner classes 6832374: (reflect) malformed signature can cause parser to go into infinite loop 7052898: (reflect) SignatureParser will accept strings outside of the grammar
674049319e5 : 6810861: G1: support -XX:+{PrintClassHistogram,HeapDump}{Before,After}FullGC
3af2ea16d66 : 6810861: G1: support -XX:+{PrintClassHistogram,HeapDump}{Before,After}FullGC
765c6904e3e : 7080020: Add conventional constructors to InternalError and VirtualMachineError
43c4a97adba : 7081926: assert(VM_Version::supports_sse2()) failed: must support
85b4875e2ef : 7081926: assert(VM_Version::supports_sse2()) failed: must support
ec94102c636 : 7081813: ProblemList.txt updates (8/2011)
da765e2cafc : 7081064: G1: remove develop params G1FixedSurvivorSpaceSize, G1FixedTenuringThreshold, and G1FixedEdenSize
2cbacf440a2 : 7081064: G1: remove develop params G1FixedSurvivorSpaceSize, G1FixedTenuringThreshold, and G1FixedEdenSize
3217c0283e2 : 7023713: HttpCookie.domainMatches("hostname.local", "hostname") should return true
f072f346317 : 7081796: (ch) rawtype warning in sun.nio.ch.InheritedChannel
369b8d2153c : 7043847: NTML impl of SaslServer throws UnsupportedOperationException from (un)wrap method 7043860: NTML impl of SaslServer doesn't throw ISE from getAuthorizationID() method 7043882: NTML impl of SaslServer doesn't throw ISE from getNegotiatedProperty() method 7043938: NTML impl of SaslClientFactory throws NPE instead of SaslException 7043959: NTML impl of SaslClientFactory throws NPE for null CallBackHandler instance
ce10a379eb8 : 7076831: TEST_BUG: compiler/5091921/Test7005594.java fails on LOW MEM SYSTEMS
b4082c3cd1e : 7076831: TEST_BUG: compiler/5091921/Test7005594.java fails on LOW MEM SYSTEMS
00983b30087 : 4748706: typos in java.util.Observable documentation
5adfcca0740 : 7081251: bump the hs22 build number to 02
4af11eb3ae8 : 7081251: bump the hs22 build number to 02
2271473f136 : 7025938: Add bitmap mime type to content-types.properties
1d481c885a2 : 8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests
03dca291aa0 : 7025938: Add bitmap mime type to content-types.properties
76c266e9e0e : 6814390: G1: remove the concept of non-generational G1
6fdb1414fa7 : 6814390: G1: remove the concept of non-generational G1
f09e1c6f2dc : 7043847: NTML impl of SaslServer throws UnsupportedOperationException from (un)wrap method 7043860: NTML impl of SaslServer doesn't throw ISE from getAuthorizationID() method 7043882: NTML impl of SaslServer doesn't throw ISE from getNegotiatedProperty() method 7043938: NTML impl of SaslClientFactory throws NPE instead of SaslException 7043959: NTML impl of SaslClientFactory throws NPE for null CallBackHandler instance
700b93fe426 : Added tag jdk8-b01 for changeset cca843a7d258
e0ebaf2365c : Added tag jdk8-b01 for changeset c044acdfb900
87c82d80886 : Added tag jdk8-b01 for changeset f8eee974ce44
5cd44b95adb : Added tag jdk8-b01 for changeset 1df939041fc6
30265a42fd4 : Added tag jdk8-b01 for changeset 2143c41c2a90
5ed5fbef227 : Added tag jdk8-b01 for changeset 2143c41c2a90
af2f8f09128 : Added tag jdk8-b01 for changeset a3a3c58b415c
d84f0a188dc : Added tag jdk8-b01 for changeset dd03729633cc
ff4faaab4b8 : 7080431: VM asserts if specified size(x) in .ad is larger than emitted size
9c5193ff426 : 7015589: (spec) BufferedWriter.close leaves stream open if close of underlying Writer fails
21ae3c3be05 : 7066203: Update currency data to the latest ISO 4217 standard
cce243ac06e : 7066490: @since 1.7 tag is missing for java.util.regex.Matcher.group(java.lang.String)
0ec73ca0815 : 6237353: Remove sun.io package from j2se binary
db338313bfb : 7079769: JSR 292: incorrect size() for CallStaticJavaHandle on sparc
7053ed12e33 : 7032436: When running with the Nimbus look and feel, the JFileChooser does not display mnemonics
4883eafc104 : 7075563: Broken link in "javax.swing.SwingWorker"
fc31a8e0b91 : 7079626: x64 emits unnecessary REX prefix
ba67e662ef5 : 7071166: LayoutStyle.getPreferredGap() - IAE is expected but not thrown
5cecfbc0fe6 : 7071609: javax/swing/JPopupMenu/6694823/bug6694823.java failed on solaris10
90651b2666e : 7079329: Adjust allocation prefetching for T4
080f790edc7 : 7079317: Incorrect branch's destination block in PrintoOptoAssembly output
134c40b4db0 : 7071653: JSR 292: call site change notification should be pushed not pulled
f661cbe1573 : 7079204: add several security and networking tests to problems list
45b0a4eb009 : 7077389: Reflection classes do not build with javac -Xlint:all -Werror
9cc89c7e8c2 : 7079486: Locale.getDisplayScript() (no args) does not honor default DISPLAY locale
750b4876ce2 : 7073906: Locale.getDefault() returns wrong Locale for Java SE 7
0c5879c7e2c : 7079606: tl nightly build failure due to incomplete generification
598c79031d4 : 7064075: Security libraries don't build with javac -Xlint:all,-deprecation -Werror
38afb5138c9 : 4850225: Integer.getInteger() : Bad reference to getProperty?
44f30c463ac : 7063647: To use synchronized map in key manager
f5cc085a5b9 : 7066203: Update currency data to the latest ISO 4217 standard
444f4d009bb : 7079144: concise_jarsigner.sh test often fails on solaris
f769f7067fe : 7078816: /test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failure
fb01d942c31 : 7076526: add test MemoryMXBean/CollectionUsageThreshold to the problem list
0cb631bf43f : 4900206: Include worst-case rounding tests for Math library functions
0ce97f4ec8c : 7077423: Enable Xrender by default
89bf09f3e42 : 7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally
f482091133f : 7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally
16f1845614a : 7078355: sun/net/www/protocol/file/DirPermissionDenied.sh leaves garbage on some linux systems
382ff0afff9 : 7071609: javax/swing/JPopupMenu/6694823/bug6694823.java failed on solaris10
b908f502d38 : 7047325: Internal API to improve management of direct buffers
610c9dd4e33 : 7055363: jdk_security3 test target cleanup
d159e01aebd : 7076415: sun/security/krb5/runNameEquals.sh failed on sles 10
00a27e8760e : 7061379: [Kerberos] Cross-realm authentication fails, due to nameType problem
fc028c77bad : 7077672: jdk8_tl nightly fail in step-2 build on 8/10/11
ac99f413d79 : 7063629: use cbcond in C2 generated code on T4
46d837cd442 : 7074579: G1: JVM crash with JDK7 running ATG CRMDemo Fusion App
0da9dc64d2b : 7074579: G1: JVM crash with JDK7 running ATG CRMDemo Fusion App
c26005b40ee : 7047325: Internal API to improve management of direct buffers
60f02bda346 : 4909150: WindowsTreeUI can cause NullPointerException occasionally
52f678435ac : 7077439: Possible reference through NULL in loopPredicate.cpp:726
1fb66802078 : 7072353: JNDI libraries do not build with javac -Xlint:all -Werror
c7b1e7e9291 : 7077451: SerialLob, SerialClob have the wrong checks for setStream methods
00f98a3f3d6 : 7019963: The goto parent directory button doesn't operate in JFileChooser
9ffae6ddb03 : 7057459: Regression: Performance degradation with java.beans.XMLEncoder
086b9f32b4a : 7076523: TEST_BUG: test/java/net/NetworkInterface/NetParamsTest.java can fail with NPE
8372a474d8a : 7099228: Use a PKCS11 config attribute to control encoding of an EC point
a0fdac04ec5 : 7099658: Properties.loadFromXML fails with ClassCastException
6a63715a5f0 : 7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
59d409ada58 : 7076523: TEST_BUG: test/java/net/NetworkInterface/NetParamsTest.java can fail with NPE
1c51283f6ab : 7073913: The fix for 7017193 causes segfaults
aefb3a004fd : 7073913: The fix for 7017193 causes segfaults
a474e9cae90 : 7049774: UID construction appears to hang if time changed backwards
17ac838c747 : 7065972: Some race condition may happen in SSLSocketImpl class
15070123fa0 : 6593758: RFE: Enhance GC ergonomics to dynamically choose ParallelGCThreads
a03f061ca21 : 7111795: G1: Various cleanups identified during walk through of changes for 6484965
6d0e0064bf1 : 7110173: GCNotifier::pushNotification publishes stale data
40c94189f76 : 7110718: -XX:MarkSweepAlwaysCompactCount=0 crashes the JVM
3cd36270b72 : 7097002: G1: remove a lot of unused / redundant code from the G1CollectorPolicy class
df42471309e : 6593758: RFE: Enhance GC ergonomics to dynamically choose ParallelGCThreads
a29e1d43f54 : 7111795: G1: Various cleanups identified during walk through of changes for 6484965
9c870059e60 : 7110173: GCNotifier::pushNotification publishes stale data
04011e0c6ec : 7110718: -XX:MarkSweepAlwaysCompactCount=0 crashes the JVM
8cc86b244ad : 7097002: G1: remove a lot of unused / redundant code from the G1CollectorPolicy class
3c44477c530 : 7076756: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails to cleanup in Cygwin
2f3ffae9c0e : 7076756: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails to cleanup in Cygwin
a9b67b4e15f : 7076756: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails to cleanup in Cygwin
d011e3ddebe : 7076756: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails to cleanup in Cygwin
aea19245c6a : 7073295: TEST_BUG: test/java/lang/instrument/ManifestTest.sh causing havoc (win)
d6ffec69f9d : 7044870: java/nio/channels/DatagramChannel/SelectWhenRefused.java failed on SUSE Linux 10
e9a2684cb55 : 6776144: java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX
9c606b9d9d9 : 6963841: java/util/concurrent/Phaser/Basic.java fails intermittently
143c8fb3b78 : 7032247: java/net/InetAddress/GetLocalHostWithSM.java fails if hostname resolves to loopback address
23e6339528f : 7073295: TEST_BUG: test/java/lang/instrument/ManifestTest.sh causing havoc (win)
7e6ac749067 : 7044870: java/nio/channels/DatagramChannel/SelectWhenRefused.java failed on SUSE Linux 10
dd41d3149cb : 6776144: java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX
c9cf25c09c4 : 6963841: java/util/concurrent/Phaser/Basic.java fails intermittently
082d9a7f74c : 7032247: java/net/InetAddress/GetLocalHostWithSM.java fails if hostname resolves to loopback address
ea239813d5d : 7077259: [TEST_BUG] [macosx] Test work correctly only when default L&F is Metal
92fee4672c3 : 8005646: TEST_BUG: java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup leaves process running
b285e728541 : 7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails intermittently
acadcde37b0 : 8006669: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails on mac
264c7aa958d : 8005290: remove -showversion from RMI test library subprocess mechanism
0e4a2951a34 : 8006534: CLONE - TestLibrary.getUnusedRandomPort() fails intermittently-doesn't retry enough times
5cc9d099058 : 8004317: TestLibrary.getUnusedRandomPort() fails intermittently, but exception not reported
3700f010f22 : 8006560: java/net/ipv6tests/B6521014.java fails intermittently
99e5039d3e1 : 8005556: java/net/Socks/SocksV4Test.java is missing @run tag
e93992119c2 : 8004925: java/net/Socks/SocksV4Test.java failing on all platforms
c5d75900df6 : 7152796: TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate
ac5638188dc : 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit
32e59181304 : 8002313: TEST_BUG : jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.java should run in headless mode
98c5dc63593 : 7084033: TEST_BUG: test/java/lang/ThreadGroup/Stop.java fails intermittently
4edb65ce54d : 7162111: TEST_BUG: change tests run in headless mode [macosx]
80cb6caa850 : 7104594: [macosx] Test closed/javax/swing/JFrame/4962534/bug4962534 expects Metal L&F by default
0f862f3d3ab : 7183203: ShortRSAKeynnn.sh tests intermittent failure
f72e9fb4b6a : 8003982: new test javax/swing/AncestorNotifier/7193219/bug7193219.java failed on macosx
5b2e6f48665 : 8004748: clean up @build tags in RMI tests
621e681edc5 : 7147408: [macosx] Add autodelay to fix a regression test
ff01c150b9d : 7072120: No mac os x support in several regression tests
03a3e0648ef : 8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests
7435cda3e45 : 7175775: Disable SA options in jinfo/Basic.java test until SA updated for new hash and String count/offset
a99966a62e2 : 7104161: test/sun/tools/jinfo/Basic.sh fails on Ubuntu
9c75399e829 : 7073295: TEST_BUG: test/java/lang/instrument/ManifestTest.sh causing havoc (win)
81dbc0763f6 : 7044870: java/nio/channels/DatagramChannel/SelectWhenRefused.java failed on SUSE Linux 10
6711cbd2d66 : 6776144: java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX
c9ce5d1df46 : 6963841: java/util/concurrent/Phaser/Basic.java fails intermittently
dd16043e605 : 7032247: java/net/InetAddress/GetLocalHostWithSM.java fails if hostname resolves to loopback address
c99ecc12263 : 7077259: [TEST_BUG] [macosx] Test work correctly only when default L&F is Metal
968829c15a8 : 8005646: TEST_BUG: java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup leaves process running
78ac92b89f2 : 7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails intermittently
4938fa10ed0 : 8006669: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails on mac
c25c8de3515 : 8005290: remove -showversion from RMI test library subprocess mechanism
dbf9f98dc4e : 8006534: CLONE - TestLibrary.getUnusedRandomPort() fails intermittently-doesn't retry enough times
453663db98e : 8004317: TestLibrary.getUnusedRandomPort() fails intermittently, but exception not reported
e681c8c79f8 : 8006560: java/net/ipv6tests/B6521014.java fails intermittently
05731e0cafe : 8005556: java/net/Socks/SocksV4Test.java is missing @run tag
0afa7a7defc : 8004925: java/net/Socks/SocksV4Test.java failing on all platforms
b7d2279f420 : 7152796: TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate
0c89ad76aaf : 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit
4a7b39945d5 : 8002313: TEST_BUG : jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.java should run in headless mode
52065b44d1a : 7084033: TEST_BUG: test/java/lang/ThreadGroup/Stop.java fails intermittently
8b947620a07 : 7162111: TEST_BUG: change tests run in headless mode [macosx]
65571337448 : 7104594: [macosx] Test closed/javax/swing/JFrame/4962534/bug4962534 expects Metal L&F by default
78528414239 : 7183203: ShortRSAKeynnn.sh tests intermittent failure
6cd212daf60 : 8003982: new test javax/swing/AncestorNotifier/7193219/bug7193219.java failed on macosx
abdf97a22a4 : 8004748: clean up @build tags in RMI tests
2dae1001604 : 7147408: [macosx] Add autodelay to fix a regression test
06936877845 : 7072120: No mac os x support in several regression tests
046595fceeb : 8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests
3b2d1d0baed : 7175775: Disable SA options in jinfo/Basic.java test until SA updated for new hash and String count/offset
4cf2d299ede : 7104161: test/sun/tools/jinfo/Basic.sh fails on Ubuntu
ac490e2fce1 : 7073295: TEST_BUG: test/java/lang/instrument/ManifestTest.sh causing havoc (win)
6e1c27cad84 : 7041125: LDAP API does not catch malformed filters that contain two operands for the ! operator
28a1130e8ec : 7055902: Oracle Java IIOP Deserialization Type Confusion Remote Code Execution Vulnerability
a6a40fcabeb : 7012365: TEST_BUG: test/java/nio/charset/spi/basic.sh can be run with Cygwin
ebe985c1ecf : 7036518: TEST_BUG: add cygwin support to test/java/nio/charset/coders/CheckSJISMappingProp.sh 7036519: TEST_BUG: add cygwin support to test/demo/zipfs/basic.sh
2aa1b6d5655 : 6380161: (reflect) Exception from newInstance() not chained to cause
5acfe8c521e : 7076215: (jli) jdk/src/share/bin/jli_util.h should include function prototypes for str functions
6639cb71d50 : 7039182: PPC: NIO: java.io.IOException: Invalid argument in sun.nio.ch.FileDispatcherImpl.read0
24e63f385c7 : 7075098: Remove unused fdlibm files
8b16f518cb4 : 7064544: (javadoc) miscellaneous fixes requested by netbeans
280fc485881 : 7064544: (javadoc) miscellaneous fixes requested by netbeans
341fa6d05aa : 7060836: RHEL 5.5 and 5.6 should support UseNUMA
c4b791d93aa : 7060836: RHEL 5.5 and 5.6 should support UseNUMA
5270060e38a : 7060842: UseNUMA crash with UseHugreTLBFS running SPECjvm2008
427c4044001 : 7060842: UseNUMA crash with UseHugreTLBFS running SPECjvm2008
4cd6c8c31e1 : 7074189: some javac tests fail with latest jtreg 4.1 b03
285887711fa : 7071246: Enclosing string literal in parenthesis in switch-case crashes javac
dba9612ad98 : 7071246: Enclosing string literal in parenthesis in switch-case crashes javac
3af58aa80c1 : Added tag jdk7u1-b02 for changeset 120529819155
643d04ac3a0 : Added tag jdk7u1-b02 for changeset 8a2acb32a0d8
a2a64851b5e : Added tag jdk7u1-b02 for changeset 11d4554db208
5c102a860a4 : Added tag jdk7u1-b02 for changeset 9bf50aed0e86
edd1326cc01 : Added tag jdk7u1-b02 for changeset a615deeb8cf9
ebfb6f6d11d : Added tag jdk7u1-b02 for changeset a146b98f35fb
80af4650a87 : 7073296: Executable.equalParamTypes() incorrectly returns true when the number of params differs
840e8200ad4 : 7061379: [Kerberos] Cross-realm authentication fails, due to nameType problem
f86996535a5 : 7072328: Sun URL in the MetalLookAndFeel.getLayoutStyle() specification should be replaced with Oracle one
b9389104ab9 : 7069863: G1: SIGSEGV running SPECjbb2011 and -UseBiasedLocking
f7d3d2b63e1 : 7069863: G1: SIGSEGV running SPECjbb2011 and -UseBiasedLocking
b543a07b9ab : 7074017: Introduce MemBarAcquireLock/MemBarReleaseLock nodes for monitor enter/exit code paths
9cd1a00e3f8 : 7075623: 6990212 broke raiseException in 64 bit
6a54c8a55fb : 7071823: Zero: zero/shark doesn't build after b147-fcs
5ad0c2a3701 : 7075559: JPRT windows_x64 build failure
24e8905fdf1 : 7072527: CMS: JMM GC counters overcount in some cases
c9ba4240d13 : 7068240: G1: Long "parallel other time" and "ext root scanning" when running specific benchmark
144fb9dc256 : 7068240: G1: Long "parallel other time" and "ext root scanning" when running specific benchmark
ceb052fc3f5 : 7068060: closed/java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java failed on windows
8083d3a8754 : 6978200: ServerSocket.toString include "port=0" in the returned String
abdf98fef80 : 7072523: java.math should be built with javac -Xlint:all -Werror
df8d608ac74 : 7068051: SIGSEGV in PhaseIdealLoop::build_loop_late_post
a12c0407ddb : 7055902: ZDI-CAN-1253: Oracle Java IIOP Deserialization Type Confusion Remote Code Execution Vulnerability
2ee0410a0ce : 7068662: Reserve and restore the default locale
d5e142fba46 : 7068616: NIO libraries do not build with javac -Xlint:all,-deprecation -Werror
e30a6790338 : 7060619: C1 should respect inline and dontinline directives from CompilerOracle
d6b37040505 : 7072341: enable hotspot builds on Linux 3.0
28383f3e188 : 7072341: enable hotspot builds on Linux 3.0
eeacd60822a : 7071166: LayoutStyle.getPreferredGap() - IAE is expected but not thrown
6abadbf15ac : 6995769: occasion NPE thrown from SwingUtilities.computeIntersection()
23b10ec6183 : 7066143: JSR 292: Zero support after regressions from 7009923 and 7009309
18329266ea1 : 7069452: Cleanup NodeFlags
c8953685529 : 7071427: AdapterFingerPrint can hold 8 entries per int
53abe0d254d : 7068902: (javac) allow enabling or disabling of String folding
7ae7141e46a : 7057297: Project Coin: diamond erroneously accepts in array initializer expressions
5c209a7d2dd : 7057297: Project Coin: diamond erroneously accepts in array initializer expressions
3ea1d49eb79 : 7046778: Project Coin: problem with diamond and member inner classes
02802c9449b : 7046778: Project Coin: problem with diamond and member inner classes
7257eab46c7 : 7062745: Regression: difference in overload resolution when two methods are maximally specific
0416358f16c : 7074189: some javac tests fail with latest jtreg 4.1 b03
af30a2dbf3b : 7062745: Regression: difference in overload resolution when two methods are maximally specific
281db94b241 : 6670868: StackOverFlow with bad authenticated Proxy tunnels
dd43791e4a9 : 7070134: Hotspot crashes with sigsegv from PorterStemmer
18fbb548738 : 7071275: Fix jdk7 references in README files, remove Forest Extension mentions
e95d21a2bf6 : 7070155: A small refactoring patch for the abstract RenderingEngine
545b41c9abc : 7069870: Parts of the JDK erroneously rely on generic array initializers with diamond
05387aad774 : 7035556: DatagramSocket.java:183: warning: unreachable catch clause
5fb55770ffd : 7046794: Configurable behavior for server-side stacktraces
98bbf6a0455 : 7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
25bac45a673 : 7069176: Update the JDK version numbers in Hotspot for JDK 8
5ed600c64ee : 7069993: Adjust make/jprt.properties file for jdk8
b98e69d69b2 : 7069993: Adjust make/jprt.properties file for jdk8
a6b33d5a4ac : 7069993: Adjust make/jprt.properties file for jdk8
d615775c533 : 7069993: Adjust make/jprt.properties file for jdk8
59802b73291 : 7069993: Adjust make/jprt.properties file for jdk8
ef74b1c19f2 : 7069993: Adjust make/jprt.properties file for jdk8
096686792a8 : 7019773: AWTKeyStroke.ctor is a mutable static
33c1357ca74 : 7068047: DnDMerlinQLTestsuite_DnDJTextArea test fails with an java.awt.dnd.InvalidDnDOperationException
536904f7d3e : 7046490: Preallocated OOME objects should obey Throwable stack trace protocol
a87de29538d : 6330275: Rework the PaddingTest regression test
c51d894a1e9 : Added tag jdk7u2-b01 for changeset 95dbc4c883a9
91ee43515c5 : Added tag jdk7u2-b01 for changeset cc3295222e05
fe8cfe37407 : Added tag jdk7u2-b01 for changeset 456dd9959166
326f912385f : Added tag jdk7u2-b01 for changeset 611e67e366a6
1ace15b2834 : Added tag jdk7u2-b01 for changeset f235abbced34
6a7cd3c0e56 : Added tag jdk7u2-b01 for changeset 750976ed6c6e
48c12939169 : 7063628: Use cbcond on T4
b59690c5a0e : 7068416: Lightweight HTTP Server should support TCP_NODELAY
aa163096574 : 7012081: JSR 292: SA-JDI can't read MH/MT/Indy ConstantPool entries
aa89b8c08d5 : 7066339: Tiered: policy should make consistent decisions about osr levels
fa11842c276 : 7023640: calculation for malloc size in TransformHelper.c could overflow an integer
a9a95f25de3 : 7068617: Core libraries don't build with javac -Xlint:all -Werror
7faffd3edc7 : 7032417: Fix for 6981922 does not address multiple VM case
6a627fd1281 : 7044285: 64 bit VM crashes in Java_sun_java2d_loops_MaskFill_MaskFill
7b1c8be3d3c : 7065972: Some race condition may happen in SSLSocketImpl class
f106ea9ed69 : 7007535: (reflect) Please generalize Constructor and Method
7fa9b2b0894 : 7068471: NPE in sun.font.FontConfigManager.getFontConfigFont() when libfontconfig.so is not installed
f2dc6e7209c : 7181353: Update error message to distinguish native OOM and java OOM in net
ac9dfcfa1e9 : 7188612: JTable's AccessibleJTable throws IllegalComponentStateException instead of null
c23379387e9 : 7191275: Cleanup OS specific blocks in PlainDatagramSocketImpl.c to support more unix-like platforms
61f58bb15d5 : 7193463: Improve registering signal handlers in java.lang.Terminator.setup()
f0ad65d0a41 : 6988099: jvmti demos missing Publisher (COMPANY resource) in dlls/exes on windows
93477e3128f : 7151427: Fix the potential memory leak in error handling code in X11SurfaceData.c
4b645cf8337 : 7089914: Focus on image icons are not visible in javaws cache with high contrast mode
aae3b227cc2 : 7166048: Remove the embeded epoll data structure
4ea3a979676 : 7068471: NPE in sun.font.FontConfigManager.getFontConfigFont() when libfontconfig.so is not installed
d6b92ac4007 : 7067922: (launcher) java -jar throws NPE if JAR file does not contain Main-Class attribute
2b42b783935 : 7067922: (launcher) java -jar throws NPE if JAR file does not contain Main-Class attribute
07381cf2d4d : 7059709: close the IO in a final block
39aba3b4cf7 : 7021280: SocketPermission should accept wildcards
d8fd6d70de0 : 7031941: Use generificated JComboBox and JList in core libraries
394accda4ab : 6509273: Password in JPasswordField gets Printed in clear text
c51b78d5de2 : 7068059: Update jdk/test/ProblemList.txt
e2b3aaa7282 : 7062430: Minor inconsistency in ulp descriptions
ee85a304790 : 6983728: JSR 292 remove argument count limitations
8b3e857aab5 : 7058651: JSR 292 unit tests need a refresh
016bb18d58f : 7058630: JSR 292 method handle proxy violates contract for Object methods
413b614bd92 : 7058651: JSR 292 unit tests need a refresh
ab13f2b526d : 7128512: Javadoc typo in java.lang.invoke.MethodHandle
7ec58085233 : 6983728: JSR 292 remove argument count limitations
30257105cbb : 7058630: JSR 292 method handle proxy violates contract for Object methods
0bf4a7a469f : 7062969: java -help still shows http://java.sun.com/javase/reference
af9fd2aa95d : 7029903: Splash screen is not shown in 64-bit Linux with 16-bit color depth
b9d5fc86631 : 7043737: klist does not detect non-existing keytab
a4ca103a59b : 7062969: java -help still shows http://java.sun.com/javase/reference
8acdd5ce557 : 6990212: JSR 292 JVMTI MethodEnter hook is not called for JSR 292 bootstrap and target methods
0a5bf67eff7 : 7057857: SIGSEGV [libunpack.so] store_Utf8_char(signed char*, unsigned short) in java.util.jar.pack200
ef4bd68f5b3 : 7067784: TEST: move testcase for # 7023640 from open to close in 7u1
100d734981a : 4717864: setFont() does not update Fonts of Menus already on screen
d2567eb0571 : 6642728: Use reflection to access ScrollPane's private method from within sun.awt package
8dd448e6b83 : 6596915: JCK-runtime-6a/tests/api/java_awt/Component/index.html tesPaintAll fails
787c2d3671d : 7043815: AWT-XAWT - AWT-EventQueue-0 deadlock
d027ff25308 : 7043679: Wrong class name is used in Java_sun_awt_windows_WPrinterJob_initIDs
877f2dea32a : 4909150: WindowsTreeUI can cause NullPointerException occasionally
cf91e8dbcae : 7067288: compiler regression test Test7052494 timeouts with client VM
9b98f1f0a84 : 7057857: SIGSEGV [libunpack.so] store_Utf8_char(signed char*, unsigned short) in java.util.jar.pack200
3ccd4b17f23 : 7057320: test/java/util/concurrent/Executors/AutoShutdown.java failing intermittently
904d20cb638 : 8002114: fix failed for JDK-7160951: [macosx] ActionListener called twice for JMenuItem using ScreenMenuBar
135920ff723 : 8001876: Create regtest for 8000283
272e7438d20 : 8001808: Create a test for 8000327
02451563785 : 7193219: JComboBox serialization fails in JDK 1.7
517763ddf16 : 7057320: test/java/util/concurrent/Executors/AutoShutdown.java failing intermittently
de36a61819f : 7065535: Mistyped function name that disabled UseLargePages on Windows
fcba257a743 : 7065535: Mistyped function name that disabled UseLargePages on Windows
e3c0616ac79 : 7022407: Spinning CPU in LocaleObjectCache.get()
082623e70e8 : 7058828: test/java/util/concurrent/Phaser/Arrive.java fails intermittently
c85b06f8165 : 7019963: The goto parent directory button doesn't operate in JFileChooser
53c7e90bff8 : 7051769: java.text.Bidi.toString() output is wrong
d3669b49eb6 : 7042148: closed/java/awt/font/TextLayout/CheckLayoutLTR.java failed
f0b57adba42 : 7012364: test/java/util/Locale/LocaleCategory.sh fails on Cygwin
61e2d7af102 : 7061212: use o/s low memory notification in embedded builds
7e5574e3f88 : 7050935: closed/java/awt/Choice/WheelEventsConsumed/WheelEventsConsumed.html fails on win32
09a3aca98bc : 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
ae4c0a9af1a : 7060849: Eliminate pack200 build warnings
20a26c54cd8 : 7059034: Use movxtod/movdtox on T4
bf486b030a1 : 7053189: remove some unnecessary platform-dependent includes
5f2157a8bc8 : 7061125: Proposed javac argument processing performance improvement
d57ae985647 : 7062856: Disassembler needs to be smarter about finding hsdis after 1.7 launcher changes
804e3e1d968 : 7061225: os::print_cpu_info() should support os-specific data
73687afa5e7 : 7061204: clean the chunk table synchronously in embedded builds
c76b491afb9 : 7061197: ThreadLocalStorage sp map table should be optional
769ba74d9c8 : 7061192: option handling adjustments for oracle and embedded builds
07d5e137946 : 7061187: need some includes for arm/ppc
d23654d8515 : 7061101: adlc should complain about mixing block and expression forms of ins_encode
85f75843f3c : 7054969: Null-check-in-finally pattern in java/security documentation
01ee832f447 : 7025809: Provided new utility visitors supporting SourceVersion.RELEASE_8
2337123692b : 6478991: C1 NullCheckEliminator yields incorrect exceptions
c27746be10a : 7041125: LDAP API does not catch malformed filters that contain two operands for the ! operator
1b8996c8b46 : 7052988: JPRT embedded builds don't set MINIMIZE_RAM_USAGE
5afaffa1a9a : 7061768: Backout fix # 6941169
e1c126af5e0 : 7061768: Backout fix # 6941169
69c74553307 : 7060642: (javadoc) improve performance on accessing inlinedTags
a195753a0c8 : 6735320: StringIndexOutOfBoundsException for empty @serialField tag
d82d76ad4f7 : 7061691: Fork HS21 to HS22 - renumber Minor and build numbers of JVM
47caaa4c063 : 7057120: Tiered: Allow C1 to inline methods with loops
528a9bb4520 : 7058689: Tiered: Reprofiling doesn't happen in presence of level 4 OSR methods
2c1ce646b9d : 7058133: Javah should use the freshly built classes instead of those from the BOOTDIR jdk
182cb265810 : 7058708: Eliminate JDK build tools build warnings
29583aac86a : 7061195: Clean up makefiles for JDK 8
c1deb9188ba : 7061195: Clean up makefiles for JDK 8
fa7e844eb47 : 7061190: Update boot JDK version for JDK 8
8a05d9f4344 : 7059905: (javadoc) promote method visibility for netbeans usage
74d28721aed : 6735320: StringIndexOutOfBoundsException for empty @serialField tag
7a979c16867 : 7060642: (javadoc) improve performance on accessing inlinedTags
6da1410fa7f : 7068902: (javac) allow enabling or disabling of String folding
50cb4ad906f : 7061125: Proposed javac argument processing performance improvement
78a9fcc789f : 7060926: Attr.PostAttrAnalyzer misses a case
46059f270ca : Added tag jdk7u2-b01 for changeset 1aba3e40e404
37aa419c8a2 : 7059905: (javadoc) promote method visibility for netbeans usage
00fd0bdcfda : 7060926: Attr.PostAttrAnalyzer misses a case
774aa0130ae : 6951623: 3/3 possible performance problems in FollowReferences() and GetObjectsWithTags()
b443bf1f4c6 : 7047954: VM crashes with assert(is_Mem()) failed
b3505a88a49 : 7044738: Loop unroll optimization causes incorrect result
565f8579ace : 6990015: Incorrect Icache line size is used for 64 bit x86
976fd97ddf1 : 7058036: FieldsAllocationStyle=2 does not work in 32-bit VM
26bdbaed5c8 : Added tag hs21-b17 for changeset 221b73f1f871
3aaa5fb06d1 : 7016112: CMS: crash during promotion testing
f9cb1ca594a : 7058832: com/sun/net/httpserver/bugs/B6373555.java failing intermittently
5d0d741efe0 : 7039182: PPC: NIO: java.io.IOException: Invalid argument in sun.nio.ch.FileDispatcherImpl.read0
e080b00214e : Added tag jdk7u1-b01 for changeset 091105ee87a2
49acff21717 : Added tag jdk7u1-b01 for changeset d3a8a4372495
f95a18e527b : Added tag jdk7u1-b01 for changeset ec963d261376
97ed60d6290 : Added tag jdk7u1-b01 for changeset 030e836989f7
c19f08a98c3 : Added tag jdk7u1-b01 for changeset 01f33636354c
70b7bb1bd1e : Added tag jdk7u1-b01 for changeset cbf2704bc0e1
a0d7bf52cb9 : 6941169: XML parsing cannot be trusted
90f473d7cde : Added tag jdk7-b147 for changeset a116417ae33f
a3a8789cac7 : Added tag jdk7-b147 for changeset af62a2ace951
116ce578dfa : Added tag jdk7-b147 for changeset aaa336ac71f3
a72976552e6 : Added tag jdk7-b147 for changeset 807b419805d8
400273d3678 : Added tag jdk7-b147 for changeset eacc511aeb90
06024626ed8 : Added tag jdk7-b147 for changeset c504e1cee58c
bf417ff7736 : Added tag jdk7-b147 for changeset 7123e6f4571b
9d5df3c0874 : Added tag jdk7-b147 for changeset f2a6a84060f0
ebebe266233 : Added tag jdk7-b147 for changeset 221b73f1f871
899627cc4a2 : Added tag jdk7-b147 for changeset ae6afc45330b
16bf9cba53e : Added tag jdk7-b147 for changeset a80bb2097f8e
aedd61e9e65 : Added tag jdk7-b147 for changeset 68017efa111e
3baa7ef93a0 : Added tag jdk7-b147 for changeset 1a289b7faf76
5734b20519e : 7059259: (process) ProcessBuilder.start permission check should be improved when redirecting output to append
c3c22d1d742 : 7059259: (process) ProcessBuilder.start permission check should be improved when redirecting output to append
afa7a314d2d : 7046007: (launcher) Improve usage information for -verbose option
27d3dc1f415 : 7059777: Remove lang tests from Problemlist.txt
faf515b31f9 : 6575445: Update annotation processor to only use java.util.ServiceLoader
b110e763130 : 7049339: AnyBlit is broken with non-rectangular clips
3f2da7c5b68 : 7049339: AnyBlit is broken with non-rectangular clips
30e31944d61 : 6965150: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java takes too long
31bd73ee50e : 6720349: (ch) Channels tests depending on hosts inside Sun
ca78df13b9b : 7198904: (alt-rt) TreeMap.clone is broken
4b0b382e177 : 8003333: Regression: java/beans/EventHandler/Test6277266.java fails with ACE
b23f54e6282 : 8002344: Krb5LoginModule config class does not return proper KDC list from DNS
e58db3d46f9 : 7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout
dbf26196c74 : 8002227: (tz) Support tzdata2012i
188af35af8a : 8002040: Allow Full Debug Symbols when cross-compiling
ecf0e3510ff : 7185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java failing intermittently [win]
32dc7b330ec : 6965150: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java takes too long
c3fc4c78dbf : 6720349: (ch) Channels tests depending on hosts inside Sun
98d4b228c4f : 7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout
48e2f50141f : 7089131: test/java/lang/invoke/InvokeGenericTest.java does not compile
8f99eb22fe8 : 7185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java failing intermittently [win]
a922c00c29c : 8000817: Reinstate accidentally removed sleep() from ProcessBuilder/Basic.java
41fc4e33416 : 7152183: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently [sol]
b5741fb56c0 : 7055363: jdk_security3 test target cleanup
39ebb083c84 : 7055362: jdk_security2 test target cleanup
c8873be00a7 : 7054918: jdk_security1 test target cleanup
5bf9878bb68 : 7199637: TEST_BUG: add serialization tests to jdk7u problem list for macosx
33858365fef : 7076791: closed/javax/swing/JColorChooser/Test6827032.java failed on windows
4d2d68f54af : 7132247: java/rmi/registry/readTest/readTest.sh failing with Cygwin
b7ee6a94e0d : 7144861: speed up RMI activation tests
f46cb69835d : 6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently
ae51e919432 : 7186111: fix bugs in java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup
ef63e45b7f5 : 7184943: fix failing test com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java 7184946: fix failing test com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java
30b97e3d737 : 7142596: RMI JPRT tests are failing
6dfa4d5e351 : 7183753: [TEST] Some colon in the diff for this test
6f7ec2b4536 : 7129800: [macosx] Regression test OverrideRedirectWindowActivationTest fails due to timing issue
4df25034dc1 : 7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified
5eb3063302b : 8006435: Improvements in JMX
3dc4ab36c15 : 8007617: Better validation of images
256c3e17509 : 8007675: Improve color conversion
5cb04a91c25 : 8005432: Update access to JAX-WS
bf2896fb21c : 8004261: Improve input validation
db0db74474a : 6657673: Issues with JAXP
416e4cee616 : 8008249: Sync ICU into JDK :
66b45cae0f8 : 8007014: Improve image handling
c95290f746f : 6965150: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java takes too long
cc746c033de : 6720349: (ch) Channels tests depending on hosts inside Sun
4ea58d3606b : 7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout
30a27a0b11f : 7089131: test/java/lang/invoke/InvokeGenericTest.java does not compile
302d06fd3b9 : 7185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java failing intermittently [win]
4f853e9e269 : 8000817: Reinstate accidentally removed sleep() from ProcessBuilder/Basic.java
40775178811 : 7152183: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently [sol]
5c055d9a1ef : 7055363: jdk_security3 test target cleanup
4d44609b955 : 7055362: jdk_security2 test target cleanup
1248683ff4c : 7054918: jdk_security1 test target cleanup
4ca494c1563 : 7199637: TEST_BUG: add serialization tests to jdk7u problem list for macosx
515b03c1c4b : 7076791: closed/javax/swing/JColorChooser/Test6827032.java failed on windows
4453ec01cb6 : 7132247: java/rmi/registry/readTest/readTest.sh failing with Cygwin
02f048dfe91 : 7144861: speed up RMI activation tests
48d61361994 : 6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently
33ad3b7c513 : 7186111: fix bugs in java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup
2b43bfb2253 : 7184943: fix failing test com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java 7184946: fix failing test com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java
24b0f6ab4b7 : 7142596: RMI JPRT tests are failing
c637472d16a : 7183753: [TEST] Some colon in the diff for this test
37668b313fd : 7129800: [macosx] Regression test OverrideRedirectWindowActivationTest fails due to timing issue
2a5fb29ee13 : 7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified
a02c5e28fb5 : 6965150: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java takes too long
4597e4c7a8b : 7049999: G1: Make the G1PrintHeapRegions output consistent and complete
9a181b28d80 : 6941169: XML parsing cannot be trusted
bc408da53d3 : 7043987: 3/3 JVMTI FollowReferences is slow
c05e29adebe : 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
4857a8bb7b6 : 7057556: Bump the HS21 build number to 17
8df44305c71 : 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
392eef08cae : 6253144: Long narrowing conversion should describe the algorithm used and implied "risks"
d27b36c60e3 : 7046794: Configurable behavior for server-side stacktraces
d44dc19842d : 7058174: Reduce langtools build warnings
e81b99b9c72 : 7021010: java/lang/Thread/ThreadStateTest.java fails intermittently
0e67c8350cf : 7057935: com/sun/nio/sctp tests should be moved out of jdk_nio and into their own target, jdk_sctp
58f8a03a507 : 7057022: test/sun/security/pkcs11/fips/ClientJSSEServerJSSE.java has invalid jtreg tags
6482ba14aa6 : 7021010: java/lang/Thread/ThreadStateTest.java fails intermittently
d97cf81a2a7 : 7057935: com/sun/nio/sctp tests should be moved out of jdk_nio and into their own target, jdk_sctp
0a90983600f : 7058271: Remove InterruptedIO.java record from ProblemList.txt
5798f5bb9d8 : 6952814: sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/InterruptedIO.java failing in PIT
6619d1aec96 : 7055362: jdk_security2 test target cleanup
55d52a83a8b : 6449184: Provide JavacProcessingEnvironment.getWriter
16dd8c3ba14 : 7057587: JSR 292 - crash with jruby in test/test_respond_to.rb
15161b8cd18 : 7057587: JSR 292 - crash with jruby in test/test_respond_to.rb
de7673ad9d5 : 7057046: Add embedded license to THIRD PARTY README
4ecd9b3bd01 : 7057046: Add embedded license to THIRD PARTY README
583ed9bc81a : 7057046: Add embedded license to THIRD PARTY README
6d83420751c : 7057046: Add embedded license to THIRD PARTY README
bc28936d6bb : 7057046: Add embedded license to THIRD PARTY README
5bbc6ad211c : 7057046: Add embedded license to THIRD PARTY README
4aa72cd991c : 7057046: Add embedded license to THIRD PARTY README
90faf386e90 : 7057046: Add embedded license to THIRD PARTY README
fc63915f9d1 : 7057046: Add embedded license to THIRD PARTY README
e43b81c0358 : 7057046: Add embedded license to THIRD PARTY README
4afc2335c1c : 7057046: Add embedded license to THIRD PARTY README
c755d188f91 : 7057046: Add embedded license to THIRD PARTY README
6401f436138 : 7057046: Add embedded license to THIRD PARTY README
b886a232767 : 7057046: Add embedded license to THIRD PARTY README
5f7a0dd87c3 : 7057046: Add embedded license to THIRD PARTY README
ae17ad9326b : 7056447: test/java/lang/management/ManagementFactory/MBeanServerMXBeanUnsupportedTest.java fails in agentvm
c57d510dd7f : 8013827: File.createTempFile hangs with temp file starting with 'com1.4' 8011950: java.io.File.createTempFile enters infinite loop when passed invalid data
1e1c5296c0a : 7164256: EnumMap clone doesn't clear the entrySet keeping a reference to the original Map
71db4191baf : 8016063: getFinalAttributes should use FindClose
0b22340b8c2 : 7038105: File.isHidden() should return true for pagefile.sys and hiberfil.sys
09aa996e75f : 7184908: TEST_BUG: [macosx] closed/com/sun/java/swing/plaf/gtk/4928019/bug4928019.java fails
12dc764a9d3 : 8000450: Restrict access to com/sun/corba/se/impl package
7749251aac7 : 8013810: PrintServiceLookup.lookupPrintServices() does not return consistent result
3b86cc572d8 : 7105030: [TEST_BUG] [macosx] The tests never finishes
e53a9b70cd5 : 8009199: Printed text become garbage on Mac OSX
54cee36f0e8 : 7183520: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest
1bfb66f3850 : 8012044: Give more information about self-suppression from Throwable.addSuppressed
e1949506b47 : 8011128: (fs) Files.createDirectory fails if the resolved path is exactly 248 characters long
f9d5df69790 : 8015375: Edits to text components hang for clipboard access
f58fbcacaf9 : 8013370: Null pointer exception when adding more than 9 accelators to a JMenuBar
9bee565a5a0 : 8015556: [macosx] surrogate pairs do not render properly
1454ff29887 : 8009911: [macosx] SWT app freeze when going full screen using Java 7 on Mac
65f0d15fe3c : 8015604: JDP packets containing ideographic characters are broken
3625fe9bac3 : 7151823: The test incorrectly recognizing OS
e7037a300d6 : 6337518: Null Arrow Button Throws Exception in BasicComboBoxUI
b1972c33959 : 8014863: Line break calculations in Java 7 are incorrect
376f96c08f5 : 8010721: In JDK7 the menu bar disappears when a Dialog is shown
0e947f64139 : 7068740: If you wrap a JTable in a JLayer you can't use the page up and page down cmds
7b085779076 : 6436314: Vector could be created with appropriate size in DefaultComboBoxModel
58d6b436b62 : 8015606: Text is not rendered correctly if destination buffer is custom
1b0390f3028 : 8013557: XMLEncoder in 1.7 can't encode objects initialized in no argument constructor
48de5d8ed64 : 7158350: [macosx] Strange results of SwingUIText printing
0d8643471cc : 8012381: [macosx] Collation selection ignored when printing on MacOSX
77385cbdd51 : 8013900: More warnings compiling jaxp
74b55543815 : 8015303: [macosx] Application launched via custom URL Scheme does not receive URL
4f8b8115c70 : 7191872: Xrender: No text displayed using 64 bit JDK on solaris11-sparc
61c7a477c6d : 7132378: Race in FutureTask if used with explicit set ( not Runnable )
dd9cd14eb84 : 7181710: [macosx] jawt_md.h shipped with jdk is outdated
52d46c20991 : 7109977: [macosx] MixingInHwPanel.java test fails on Mac trying to click in the reserved corner
a12aaa8a350 : 7056447: test/java/lang/management/ManagementFactory/MBeanServerMXBeanUnsupportedTest.java fails in agentvm
1893dced181 : 7057705: can't generate api docs for JDK7 updates
15f72d9e547 : 7057705: can't generate api docs for JDK7 updates
408e0b1bc1f : 7046182: G1: remove unnecessary iterations over the collection set
a2a420e7dee : 7022113: Security icon can be moved behind the window using the com.sun.SecurityWarning.setPosition() method
a7c091cadfd : 7056380: VM crashes with SIGSEGV in compiled code
7c1d16f7d3a : 7056380: VM crashes with SIGSEGV in compiled code
3b79194b8b9 : 7056815: test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh times out intermittently on busy machine
7ceee7642b7 : 7055073: G1: code cleanup in the concurrentMark.* files
092c61fcbff : 7055295: (reflect) add conventional constructor to GenericSignatureFormatError
d84921b06b4 : 7052494: Eclipse test fails on JDK 7 b142
3933c053d6b : Added tag hs21-b16 for changeset be3289a12574
d19a8f6e354 : 7052494: Eclipse test fails on JDK 7 b142
372f63f99b1 : Added tag jdk7-b146 for changeset 996242032853
bcb861049a4 : Added tag jdk7-b146 for changeset 4faa3e3988d9
45d73fe88c5 : Added tag jdk7-b146 for changeset 5f44e9dc3049
57ca68dc10a : Added tag jdk7-b146 for changeset ab9dfe2f7cce
4045f345456 : Added tag jdk7-b146 for changeset 909731f081e7
5cc33ba0ea5 : Added tag jdk7-b146 for changeset b592b2284082
a86a1a73770 : Added tag jdk7-b146 for changeset 5cb4b52a180a
217a519b3e7 : Added tag jdk7-b146 for changeset dbf30739b207
13787a460ce : Added tag jdk7-b146 for changeset be3289a12574
543bffaeadb : Added tag jdk7-b146 for changeset 01ff46d55b35
024b378da15 : Added tag jdk7-b146 for changeset 52a6defbfaf6
6f65c2ba13d : Added tag jdk7-b146 for changeset 1051d91efcc2
b8eb4e2da32 : Added tag jdk7-b146 for changeset df6e8e85c3c8
45f42598c17 : 6916968: CMS: freeList.cpp:304 assert(_allocation_stats.prevSweep() + ..., "Conservation Principle")
700f4e1951b : 7054918: jdk_security1 test target cleanup
58f7b196113 : 7051516: ThreadLocalRandom seed is never initialized so all instances generate the same sequence
8bdce645f3a : 7054428: test/java/security/SecureClassLoader/DefineClassByteBuffer.java error
4375a5167f3 : 7056489: test/com/sun/jndi/ldap/ReadTimeoutTest.java hangs or times out
0982a2586d1 : 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
f05e437aa91 : 7052425: Change the look and feel of the javadoc generate HTML pages using stylesheet
e5700a0e11a : 7043125: TEST: tools/launcher/VersionCheck.java fails just against openjdk7 (b141 & b138-nightly) promoted
eb2d2e632cc : 7021922: java.lang.annoation.IncompleteExceptions throws NPE when type is null
c4f6ba9248f : 7055508: (aio) EXCEPTION_ACCESS_VIOLATION in AsynchronousSocketChannel.connect on Windows 7
03cd5997f7f : 7055508: (aio) EXCEPTION_ACCESS_VIOLATION in AsynchronousSocketChannel.connect on Windows 7
f452160a856 : 7055355: JSR 292: crash while throwing WrongMethodTypeException
5d2e4e676b2 : 7055355: JSR 292: crash while throwing WrongMethodTypeException
937d6ded89a : 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap
b38b32d82a1 : 7046823: vulnerability with rhino javascript engine
9a1ce11be0c : 7055247: Ignore test of # 7020373
6af175455a1 : 7055247: Ignore test of # 7020373
43d9e95a424 : 7045751: G1: +ExplicitGCInvokesConcurrent causes excessive single region evacuation pauses
a73d3ad1f4c : 7041252: Use j.u.Objects.equals in security classes
80da503482d : 7000600: InputStream.skip() makes sensitive data accessible to malicious code
bf1d9ef99f5 : 7000600: InputStream.skip() makes sensitive data accessible to malicious code
cc081632199 : 7054590: (JSR-292) MethodHandleProxies.asInterfaceInstance() accepts private/protected nested interfaces
a3ac6db8b52 : 7131084: XMLDSig XPathFilter2Transform regression involving intersect filter
a01b4590240 : 7132386: makefile support for tracing/Java Flight Recorder framework phase I
1f3aab409b6 : 7054590: (JSR-292) MethodHandleProxies.asInterfaceInstance() accepts private/protected nested interfaces
9acf4f02840 : 7052202: JSR 292: Crash in sun.invoke.util.ValueConversions.fillArray
664a38dac96 : 7052202: JSR 292: Crash in sun.invoke.util.ValueConversions.fillArray
0c0705ca8cb : 7052219: JSR 292: Crash in ~BufferBlob::MethodHandles adapters
98126afc3db : 7054669: javadoc warnings from java.awt.Toolkit
af8e463d1a1 : 7053520: JSR292: crash in invokedynamic with C1 using tiered and compressed oops
da15072ddc4 : 7052219: JSR 292: Crash in ~BufferBlob::MethodHandles adapters
cbef0c0f898 : 7055788: Bump the HS21 build number to 16
ea3198868d3 : 7055247: Ignore test of # 7020373
5919a613ccb : 7053520: JSR292: crash in invokedynamic with C1 using tiered and compressed oops
b94d0b830c6 : 7004681: G1: Extend marking verification to Full GCs
438b911b294 : 7049774: UID construction appears to hang if time changed backwards
015e872efe9 : 7046558: G1: concurrent marking optimizations
70b94c5b15c : 7052122: Update JDK_MINOR_VERSION for JDK 8
fe7f869e784 : 7052122: Update JDK_MINOR_VERSION for JDK 8
c0d64ac5951 : 6918185: Remove unused code for lost card-marking optimization in BacktraceBuilder
9ca97e4c78f : 7051430: CMS: ongoing CMS cycle should terminate abruptly to allow prompt JVM termination at exit
0bc7540e017 : 7032417: Fix for 6981922 does not address multiple VM case
5d0ad03a550 : 6941923: RFE: Handling large log files produced by long running Java Applications
ef25ce2948a : 7023640: calculation for malloc size in TransformHelper.c could overflow an integer
9332c44d846 : 7045330: G1: Simplify/fix the HeapRegionSeq class 7042285: G1: native memory leak during humongous object allocation 6804436: G1: heap region indices should be size_t
a51853081ca : 7046557: Changes to the Java DB README files in JDK7
5e6eb7474f5 : 7046557: Changes to the Java DB README files in JDK7
7f1b0b84206 : 7022113: Security icon can be moved behind the window using the com.sun.SecurityWarning.setPosition() method
9441e080858 : 7019773: Problem with java/classes_awt
33be52be86f : 7052537: java/security/Security/NotInstalledProviders.java is causing -samevm tests to fail
3d5f92ed349 : 7052537: java/security/Security/NotInstalledProviders.java is causing -samevm tests to fail
089c11bb9b8 : 7052782: Two langtools regression tests fail due to fix for 7034977 which removed the invokeGeneric method
adb931e45a2 : 7052782: Two langtools regression tests fail due to fix for 7034977 which removed the invokeGeneric method
6d6d8a571c0 : 7045662: G1: OopsInHeapRegionClosure::set_region() should not be virtual
bb3a527f9a7 : 7047697: MethodHandle.invokeExact call for wrong method causes VM failure if run with -Xcomp
c95896bfb49 : 7047697: MethodHandle.invokeExact call for wrong method causes VM failure if run with -Xcomp
507bff762b9 : 7032531: G1: enhance GC logging to include more accurate eden / survivor size transitions
9ed202225f8 : 7050028: ISE "zip file closed" from JarURLConnection.getInputStream on JDK 7 when !useCaches
b10528b2a88 : 7050028: ISE "zip file closed" from JarURLConnection.getInputStream on JDK 7 when !useCaches
9ce9d5e6bab : 7043737: klist does not detect non-existing keytab
3e5351568d3 : Added tag hs21-b15 for changeset 9447045cf119
67cd1c65ef7 : Added tag jdk7-b145 for changeset e4b5be572a36
27320176cba : Added tag jdk7-b145 for changeset b8b2539d3b84
69b450d3631 : Added tag jdk7-b145 for changeset e271924310f9
40140f19b42 : Added tag jdk7-b145 for changeset 235b76d94181
c4f73fb3cbf : Added tag jdk7-b145 for changeset 38453b2eac62
08de0bb1bc0 : Added tag jdk7-b145 for changeset 26efc5aff223
51f3bcc4c4b : Added tag jdk7-b145 for changeset 027c88c4e55f
35e4ab5a38a : Added tag jdk7-b145 for changeset b881106895e6
ef59dfccd30 : Added tag jdk7-b145 for changeset 9447045cf119
a635feff6ea : Added tag jdk7-b145 for changeset 18c6a8bc55b0
9b846b8e778 : Added tag jdk7-b145 for changeset 98f9611a6fd3
8f03f056546 : Added tag jdk7-b145 for changeset fcb5ff9cf5b1
b4740f0b053 : Added tag jdk7-b145 for changeset a3cb959f04f4
d735ee65abe : 7048568: Crash in Java_sun_awt_Win32GraphicsEnvironment_isVistaOS
7a8d4680b74 : 7048568: Crash in Java_sun_awt_Win32GraphicsEnvironment_isVistaOS
6c20dab3665 : 7042594: 3 testis api/java_awt/Color/ICC_ProfileRGB/index.html fail against RI b138 OEL6x64
ff7409d0999 : 7042594: 3 testis api/java_awt/Color/ICC_ProfileRGB/index.html fail against RI b138 OEL6x64
18dd7131d0c : 7050280: assert(u->as_Unlock()->is_eliminated()) failed: sanity
662b107d90a : 7050280: assert(u->as_Unlock()->is_eliminated()) failed: sanity
998c7912279 : 7050329: test/java/security/Policy/GetPermissions/JarURL.java fails on Windows
360fe384389 : 7050358: (fs spec) Path.toUri doesn't allow custom providers to use opaque URIs
5b7bbbebaa0 : 7050358: (fs spec) Path.toUri doesn't allow custom providers to use opaque URIs
a664e486bd4 : 7045514: SPARC assembly code for JSR 292 ricochet frames
3e60bc62342 : 7045514: SPARC assembly code for JSR 292 ricochet frames
f3339b2ebe9 : Added tag hs21-b14 for changeset 14f5ab844ab1
b7c5605096d : 6977587: GTK L&F: jnlp: java.io.IOException thrown when choosing more than 1 file in the dialog
ad33af1a1ca : 7051206: JSR 292 method name SwitchPoint.isValid is misleading to unwary users; should be hasBeenInvalidated
cf4a47366f6 : 7051206: JSR 292 method name SwitchPoint.isValid is misleading to unwary users; should be hasBeenInvalidated
e666162b034 : 7050554: JSR 292 - need optimization for selectAlternative
8d5a3b83b27 : 7050554: JSR 292 - need optimization for selectAlternative
426580448b5 : 7049928: VM crashes with "assert(_adapter != NULL) failed: must have" at methodOop.cpp:63
991018b6b2c : 7049928: VM crashes with "assert(_adapter != NULL) failed: must have" at methodOop.cpp:63
a893b9dd919 : 7048782: CMS: assert(last_chunk_index_to_check<= last_chunk_index) failed: parCardTableModRefBS.cpp:359
82ecc2e8eae : 7049107: Cannot call initCause() on BatchUpdateException
c0d9c39aa24 : 7049122: java/lang/invoke/RicochetTest.java with MAX_ARITY=255 in -Xcomp mode overflows code cache
90c978e3da9 : 7049122: java/lang/invoke/RicochetTest.java with MAX_ARITY=255 in -Xcomp mode overflows code cache
f32795386e3 : 7050328: (jsr-292) findConstructor throws ExceptionInInitializerError if run under SecurityManager
5d0f4def385 : 7050328: (jsr-292) findConstructor throws ExceptionInInitializerError if run under SecurityManager
d50a168dede : 7049415: Failure of resolution of sym.reference to the c.s.s. should be wrapped in BootstrapMethodError
d02b1f64684 : 7049415: Failure of resolution of sym.reference to the c.s.s. should be wrapped in BootstrapMethodError
42cb36b7702 : 7025784: Add SourceVersion.RELEASE_8 7025786: Add -source 8 and -target 8 to javac 7025789: Change javac source and target default to 8
8465226f297 : 7049410: JSR 292 old method name MethodHandle.invokeGeneric should not be accepted by the JVM
20ec1279797 : 7049410: JSR 292 old method name MethodHandle.invokeGeneric should not be accepted by the JVM
0ed03852e54 : 7049415: Failure of resolution of sym.reference to the c.s.s. should be wrapped in BootstrapMethodError
421dffce504 : 7049415: Failure of resolution of sym.reference to the c.s.s. should be wrapped in BootstrapMethodError
a86407a0b22 : 7045594: 4/4 fix for 6977677 introduced a ResourceBundle race
0d21eb970ff : 7048308: 4/4 LoggingDeadlock3 test timeout is too small
8df816992b7 : 7042623: Regression: javac silently crash when attributing non-existent annotation
bb42c3904bc : 7049699: Problem with xml/jax-ws
2670d70bb5a : 7049699: Problem with xml/jax-ws
582efc86b48 : 7042097: JDK 7's Unlimited Cryptographic Policy bundle text files must be updated
a8556d6c01c : 6956668: misbehavior of XOR operator (^) with int
5e06fd27e4e : 6956668: misbehavior of XOR operator (^) with int
7a9f1558cdb : 7049874: OpenJDK Build breakage fix: freetypescaler.c needs to match updated signature
0b7f35c9bb5 : 7042550: Reintegrate 6569621
5df5bab271d : 7049173: Replace the software license for ECC native code
930f604543a : 7045193: interactive JCK tests java_awt/interactive/FileDialogTests fail
36b98d379ed : 7045354: Korean IME's Hanja candidate window is not displayed on IMFDemo
4994ea2e8f3 : 7032904: XRender: Java2Demo : Infinite loop in Java_sun_java2d_loops_MaskBlit_MaskBlit on OEL 5.6 x64
2f04b56c06b : 7046325: Broken links in java.awt.Toolkit's javadoc
c6f97c94627 : 7048204: NPE from NimbusLookAndFeel.addDefault
d1e122886b5 : 7049385: Bump the HS21 build number to 15
69880924309 : 7024120: Verify reduced JRE contents for java 7
83ea6b67cf4 : 7024120: Verify reduced JRE contents for java 7
970e4783707 : 7042740: CMS: assert(n> q) failed: Looping at: ... blockOffsetTable.cpp:557
5c42c1b6ded : 7033141: assert(has_cp_cache(i)) failed: oob
0cd0c8c54fb : 7045697: JDK7 THIRD PARTY README update
5f23c009e83 : 7045697: JDK7 THIRD PARTY README update
ab83556ec3d : 7045697: JDK7 THIRD PARTY README update
0c820a37864 : 7045697: JDK7 THIRD PARTY README update
40feccaa7b1 : 7045697: JDK7 THIRD PARTY README update
29e8b68722f : 7045697: JDK7 THIRD PARTY README update
1cac850bbec : 7045697: JDK7 THIRD PARTY README update
d862169f36d : 7045697: JDK7 THIRD PARTY README update
0be1027a425 : 7045697: JDK7 THIRD PARTY README update
46eed63461c : 7045697: JDK7 THIRD PARTY README update
991abaa0699 : 7046587: Outlines in OTF/CFF fonts are misclassified as quadratic curves
c3a77960681 : 7047069: Array can dynamically change size when assigned to an object field
391295863f1 : 7047069: Array can dynamically change size when assigned to an object field
8a46284b54a : 7048342: CMS: eob == _limit || fc->isFree() failed: Only a free chunk should allow us to cross over the limit
df0aefd4ae6 : 7045174: Most of the tests in awt area fails with jdk 7b142 on windows with -Xcheck:jni
5d0ffc65f82 : 7045184: GTK L&F doesn't have hotkeys in jdk7 b141, while b139 has
8e987420b41 : Added tag jdk7-b144 for changeset 3e48977e539d
e5b23d82324 : Added tag jdk7-b144 for changeset 3e48977e539d
abca89ba925 : Added tag jdk7-b144 for changeset b33a24d77590
318d1f51f97 : Added tag jdk7-b144 for changeset b33a24d77590
43da98bcd5c : Added tag jdk7-b144 for changeset 1a67669453f3
240b51a99a5 : Added tag jdk7-b144 for changeset 1a67669453f3
40eff40fbfa : Added tag jdk7-b144 for changeset 57cd6696ddb0
9f6935c483f : Added tag jdk7-b144 for changeset 57cd6696ddb0
c285abc6c2f : Added tag jdk7-b144 for changeset 180a194b4f06
cfe68c847e0 : Added tag jdk7-b144 for changeset 6fcd25d0c401
ca2e8df73f7 : Added tag jdk7-b144 for changeset 6fcd25d0c401
e0a36096f27 : Added tag jdk7-b144 for changeset a0d1548bb83d
09d70174849 : Added tag jdk7-b144 for changeset a0d1548bb83d
f0d2f69eed5 : 7048466: Move sun.misc.JavaxSecurityAuthKerberosAccess to sun.security.krb5 package
025d0aead84 : 7032323: code changes for JSR 292 EG adjustments to API, through Public Review
59b8c459b78 : 7047961: JSR 292 MethodHandleWalk swap args doesn't handle T_LONG and T_DOUBLE properly
7cf200bd15d : 7047961: JSR 292 MethodHandleWalk swap args doesn't handle T_LONG and T_DOUBLE properly
7273b6697fb : 7047491: C1: registers saved incorrectly when calling checkcast_arraycopy stub
193c0ac698d : 7047491: C1: registers saved incorrectly when calling checkcast_arraycopy stub
45f53b91f1f : 7046882: Regression : JDK 7b123 : Enum exchanged as parameters using CORBA call results in Exception
2060755f1e2 : 7048332: Cadd_cmpLTMask doesn't handle 64-bit tmp register properly
a1e18b9ed36 : 7048332: Cadd_cmpLTMask doesn't handle 64-bit tmp register properly
6b60f787a4d : 7044394: TrueTypeFont inner class DirectoryEntry should be static
f6d95d906ab : 7046732: JSR 292 assert(result == cpce->f1()) failed: expected result for assembly code
170844d3073 : 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
f1744917be5 : 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
37948442214 : 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
c1a8187d769 : 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
65530c91007 : 7048030: is_scavengable changes causing compiler to embed more constants
da271b804e0 : 7046893: LP64 problem with double_quadword in c1_LIRAssembler_x86.cpp
45e6d77e4d1 : 7048009: Update .jcheck/conf files for JDK 8
80e464755e5 : 7048009: Update .jcheck/conf files for JDK 8
60efa7c218f : 7048009: Update .jcheck/conf files for JDK 8
44af04a5831 : 7048009: Update .jcheck/conf files for JDK 8
79f6d8076c6 : 7048009: Update .jcheck/conf files for JDK 8
24b47ab2e8a : 7048009: Update .jcheck/conf files for JDK 8
d418cb71c2e : 7048009: Update .jcheck/conf files for JDK 8
b49a7d27688 : 7044443: Permissions resolved incorrectly for jar protocol (Patch from bugs.openjdk.java.net)
88f5cae01f1 : Added tag hs21-b13 for changeset c59e039b8a59
69bcf415400 : 7047300: VM crashes with assert(_base == InstPtr) failed: Not an object pointer
266d3c9585d : 7045593: Possible Regression : JTextfield cursor placement behavior algorithm has changed
ed15a87975c : 7042740: CMS: assert(n> q) failed: Looping at: ... blockOffsetTable.cpp:557
fa196116c74 : 7046348: Regression: javac complains of missing classfile for a seemingly unrelated interface
57769e36008 : 7033141: assert(has_cp_cache(i)) failed: oob
800a1a06110 : 7045506: assert(!can_reshape || !new_phi) failed: for igvn new phi should be hooked
0aff6e35b8b : 7045693: java/util/EnumSet/EnumSetBash.java still failing intermittently
94128d3cf0d : Added tag jdk7-b143 for changeset 1eab738591a7
44f7c585930 : Added tag jdk7-b143 for changeset d2ab47373680
fa13db19b5e : Added tag jdk7-b143 for changeset 2917db2e1e91
3d8755bc345 : Added tag jdk7-b143 for changeset 9fcad86579e6
0b8be060249 : Added tag jdk7-b143 for changeset c59e039b8a59
a0b94c4dc8b : Added tag jdk7-b143 for changeset 9f1dca42bec3
0432476b6e5 : Added tag jdk7-b143 for changeset 83db8167c9f6
8d44d62173c : 7046096: SEGV IN C2 WITH 6U25
81013a98d01 : 7040781: Bump the HS21 build number to 14
a3b2fd358db : 7044493: Incorrectly formated GPL headers in JDK7 JAXP source drop
250f88282b0 : 7045138: OutOfMemoryError thrown without stack trace in jdk7-b142
8bb387d77e3 : 7044892: JSR 292: API entry points sometimes throw the wrong exceptions or doesn't throw the expected one
4b011923e2d : 7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called
c2f2cb75fc9 : 7045513: JSR 292 inlining causes crashes in methodHandleWalk.cpp
807e4b3dcfc : 7044892: JSR 292: API entry points sometimes throw the wrong exceptions or doesn't throw the expected one
32ead86b1cd : 7045570: compiler/5091921/Test7005594.java failed because not enough space for object heap
4b893d695b0 : 7045515: ARM assembly code for JSR 292 ricochet frames
95548aa2915 : 7041440: G1: assert(obj->is_oop_or_null(true )) failed: Error #
a16e057c0a0 : 6996747: SIGSEGV in nmethod::cleanup_inline_caches / CompiledIC::verify
45986bdcc15 : 7044682: Image I/O JPEG Metadata spec. should document that PhotoYCC ColorSpace interpretation is optional
0e10a5ad613 : 7044725: -XX:-UnrollLimitCheck -Xcomp : Exception: String index out of range: 29488
41491be4d60 : 7041595: 4/4 add lost test for 6487638
792f2aa15e0 : 7016208: 4/3 null sometimes returned by java.util.logging.Logger.getLogger(String name) in -server -Xcomp
564b2b7a173 : 6977677: 3/2 Deadlock on logging subsystem initialization
eebc4b1ee3c : 7043700: Regression for IcedTea builds
e075dabb401 : 7036199: Adding a notification to the implementation of GarbageCollectorMXBeans
f01001207c8 : 7010721: Frame#setMaximizedbounds not working properly on dual screen environment
a4dd92fb42a : 7042679: Phaser javadoc example does not compile
1ee0f8da662 : 7043922: Regression: internal compiler error for nested anonymous inner class featuring varargs constructor
fc79ef453f0 : 7035744: jprt no longer does open-only builds
ceaf51e1803 : 7044849: Constructs for Unicode binary properties should be \p{IsXXX} not p{isXXX}
430ceddfa35 : 7042537: When press the 'Print' button,the NullPointerException is thrown and printdialog is not pop up
2804648f956 : 7031754: javax.management docs need to be updated to replace Java SE 6 occurrences
643341dea0c : 7040780: Bump the HS21 build number to 13
14216b3f51d : Added tag hs21-b12 for changeset 19acba38f929
9a58e303d71 : 6939861: JVM should handle more conversion operations
eb9632506bb : 7034977: JSR 292 MethodHandle.invokeGeneric should be renamed MethodHandle.invoke
26adfef762a : Added tag jdk7-b142 for changeset 4fc57aa6bbab
19d25014372 : Added tag jdk7-b142 for changeset f09a2b7a4eeb
4a5e1727dc1 : Added tag jdk7-b142 for changeset 837252ffce27
a852fe1092d : Added tag jdk7-b142 for changeset 80cd3986b5de
81fa17dbea6 : Added tag jdk7-b142 for changeset 19acba38f929
288dc3d0c3d : Added tag jdk7-b142 for changeset f1451ca1fca3
2f060b40b5b : Added tag jdk7-b142 for changeset 70e694b33e64
db9005f0d38 : 6998541: JSR 292 implement missing return-type conversion for OP_RETYPE_RAW
b38843c8d9f : 7036199: Adding a notification to the implementation of GarbageCollectorMXBeans
e5357d4bee9 : 7043461: VM crashes in void LinkResolver::runtime_resolve_virtual_method
30a20e1d621 : 7043921: generate java-rmi.cgi on 64 bit platform
2ba6bd02d21 : 7044203: Missing @test tag in test/javax/management/timer/StartTest.java
36415e8393b : 7043514: NPE in sun.security.ssl.JsseJce.isEcAvailable
91db4e26f79 : 6659215: javax.management.timer.Timer frequently fails to start
b7fbd6c9bff : 7043054: REGRESSION: JDK 7 b126 : Wrong userBounds in Paint.createContext()
c40a4d68789 : 7043891: CMS: assert(_whole_heap.contains(p)) failed: out of bounds access to card marking array
31ffaa86e57 : 7043867: docs/jdk/api/javac have html files that have issues with HTML4 compliance
6df9bf9a412 : 7044019: LocaleEnhanceTest.java needs to be updated for 7004603
0852628421f : 7004603: L10n needed for newly added codes in LocaleNames
1d148aa7d31 : 7043298: 4/4 fix for 7028172 causes "Label too long: ..." error message
dcf6e9a4c2e : 7043234: (fmt) java.util.Formatter links in javadoc to BigDecimal need to be fixed
55d817cdad9 : 7043684: Update man pages for JDK 7 tools
fa107ec80ea : 7043788: (fs) PosixFileAttributes.owner() or group() throws NPE if owner/group not in passwd/group database
54cdd2715c1 : 7043425: (fc) ClosedByInterruptException thrown but interrupt status not set
b14549c78aa : 7043455: Taking a screenshot may fail on X11 after 6903034
568387fe022 : 7041730: Regression: compiler accepts invalid cast from int to Byte
d3d252186b6 : 7042566: Regression: new ambiguity between varargs method
c0a3fc99bd7 : 7042429: jdk 7 b140: crashes in awt.dll+0xb85fb] Java_sun_awt_Win32GraphicsEnvironment_isVistaOS+0xfdf
831a82e3c11 : 7043694: printStackTrace call should be removed
249ae523240 : 7043040: JSR292: JRuby bench/shootout/binarytrees.ruby-2.ruby SEGV: constantPoolKlass::oop_follow_contents
a3640362171 : 7042773: Integrate JAXWS 2.2.4 update to JDK7
6908741d9b8 : 7043548: message drop 3 translation integration
2f96d5c458e : 7041232: IllegalArgumentException in sun.text.bidi.BidiBase.setLine starting from JDK 7 b64
de0dac8ac81 : 7040717: Test case for 6522514 was not included in bug fix
b0b388c1375 : 7043548: message drop 3 translation integration
95f71f88486 : 7022005: [ja,zh_CN] javadoc, part of navigation bar in generated html are not translated
29fd1ea6417 : 7043548: message drop 3 translation integration
794e6118a2f : 7038807: [CCJK] OK button on message dialog of JOptionpane is not translated
9d5b11b9aff : 7042475: [ja,zh_CN] extra mnemonic key in jconsole
2fbd14ee698 : 7028447: security-related resources Chinese translation errors
66230b488ed : 7042323: [sv, de, es, it] Print dialog has duplicate mnemonic key
70dfd21e873 : 7043552: regression after 7042327
523d29a670b : 7043580: integrate man page translation drop 2 into jdk7
953f34d325d : 7043564: compile warning and copyright fixes
f3d675ecef8 : 7043443: address missed reason initialization in BatchUpdateException
165868a3f60 : 7043513: Update test for StandardCharsets
cd2f47b0fd7 : 7041387: Introduce new boolean system property java.awt.smartInvalidate
ba52c9f91ea : 7035053: java/awt/event/MouseWheelEvent/DisabledComponent/DisabledComponent.java fails against jdk7 b134
8afd78fe593 : 7034619: Scrollable Tabs don't appear with JDK7 Synth based LaF, different from Java 5/6
fee8d7fca4a : 7042122: JSR 292: adjust various inline thresholds for JSR 292 API methods and method handle adapters
8e56205189b : 6883834: ParNew: assert(!_g->to()->is_in_reserved(obj),"Scanning field twice?") with LargeObjects tests
42e49be1bc3 : 7043301: assert(locals < caller->fp() || locals > (caller->fp() + 16)) failed: locals in save area
7edc69abf58 : 7021645: Project Coin: Minor improvements to java.lang.Throwable
93cc60559cb : 7041635: GSSContextSpi.java copyright notice error
bce7c82aae8 : 7041950: Fix copyright
914105d32e9 : 7042979: Rename StandardSocketOption and StandardWatchEventKind
8b1efebaa18 : 7043104: disable test java/lang/invoke/InvokeDynamicPrintArgs.java
25ec11dfe66 : 7042673: LockSupport.getBlocker(null) crashes
691c55d04af : 6987652: VM crashed in sun.security.mscapi.RSAKeyPairGenerator.generateRSAKeyPair(...)
d814ae14d10 : 7011326: Add informative example to @SafeVarargs type or language discussion
6aeaca98d1f : 6939861: JVM should handle more conversion operations
63c85322b11 : 7040779: Bump the HS21 build number to 12
b9851bd6eb0 : Added tag hs21-b11 for changeset de80080e77a6
bb2c21a0252 : 7042153: guarantee(x_compare_res != Constant::not_comparable) failed: incomparable constants in IfOp
207f711ac27 : 7021691: Most log level words are not translated in java logging
186fce71ec8 : 7028071: Add two attributes to the OperatingSystemMXBean to provide CPU Load info
86b4b082bb8 : 6894541: javax/swing/JTable/6788484/bug6788484.java fails w/ compilation errors
8698030a919 : 7042327: assert(opaq->outcnt() == 1 && opaq->in(1) == limit)
8553d963c0f : 7036525: Disable alternative source mechanism for OPENJDK builds
e20a4c4a39c : 7026163: gzip tar files
6e40ce24d5c : 7042040: Remove disk space sanity check
eb1839a1105 : Added tag jdk7-b141 for changeset af4b2168b0f9
b56aedf4651 : Added tag jdk7-b141 for changeset 3d44ee873b9c
08faa8037b8 : Added tag jdk7-b141 for changeset 76bb81c6327c
31d82bb88b9 : Added tag jdk7-b141 for changeset cb7a3284b15b
e554c899e50 : Added tag jdk7-b141 for changeset dbc77e0dc173
5af1de038ec : Added tag jdk7-b141 for changeset b24cc3620ee4
230aec2f494 : Added tag jdk7-b141 for changeset 0f69dca4aa47
d7fa132400f : 7033669: JVM TI spec has to be changed to not contain URLS to the VM Spec
62a85085875 : 6728025: LinkResolver is missing some ResourceMarks
e061c0b0a42 : 7040450: G1: assert((_g1->evacuation_failed()) || (!_g1->obj_in_cs(obj))) failed: shouldn't still be in ..
9f0bca3b75d : 7042070: Typo in Test6796786.java
d63a3a993b3 : 7042052: Xcomp crash with PopSynchronousTest
679f58d07c1 : 7041284: arm/ppc Missing launcher mapfiles prevent build
13d8bb1f5dd : 7036267: c2/arm: mark version number as experimental and disable on unsupported platforms
63f068ad0d9 : 7041501: NUMA: Expand the old gen more aggressively
1ac79543d01 : 5091921: Sign flip issues in loop optimizer
87259cf6b3b : 6738532: Error in Elliptic Curve NamedCurve determination. (related to PKCS11)
b2607ad0a10 : 7020198: ImageIcon creates Component with null acc
2a4463da40d : 7035172: Reintroduce LICENSE file in JDK/JRE bundle
1bde2994742 : 7040577: Default implementation of Toolkit.loadSystemColors(int[]) and many others doesn't throw HE in hl env
488bc73bcd8 : 7041244: JSR 292: Server VM gets a SEGV running a JCK test
af178514e2f : 7041582: set_mode_flags isn't called without -Xmixed specified
116ccec7a04 : 7031551: Generics: JComboBox
676d346314b : 7041603: standalone SA doesn't build after 7010849
b2a0b94b360 : 7041612: Rename StandardCharset to StandardCharsets
3ad5f6532c4 : Added tag hs21-b10 for changeset 33e592b5ff17
544652776cd : 7041410: 5/4 finish removing SOLARIS_7_OR_LATER from HotSpot
0ecc18851ab : 6796786: invalid FP identity transform - (a - b) -> b - a
6819e3739e4 : 7041789: 30% perf regression with c2/arm following 7017732
56154746f30 : 6986065: Rebrand exe/dll company names
e1442309e1d : 7041100: The load in String.equals intrinsic executed before null check
fb47d47b6f4 : 7031385: incorrect register allocation in release_store_fence on linux x86
d02acdc62a6 : 7041156: gcc 4.6 doesn't recognise -export-dynamic option
2b767e1070b : 7016528: Deadlock during mutual initialization of DataTransferer and DataTransferer$DataFlavorComparator
33f0e509943 : 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
50d82a0f699 : 7028172: 3/4 SA needs to adapt to Solaris libproc change made in 6748307
1003e3e7442 : 6563734: Path2D.Float and Path2D.Double should have final getPathIterator methods
9987e199cc7 : 7041044: InetAddress.getByName(String,InetAddress) added in error
61e1313498f : 7040151: SPNEGO GSS code does not parse tokens in accordance to RFC 2478
0962e85dc0b : 7041136: Use Objects.equals in JDK platform classes
371bd92aef4 : 7040220: java/char_encodin Optimize UTF-8 charset for String.getBytes()/new String(byte[])
9678eb84764 : 6553182: Need to modify javadoc doclet for GPL
a2642b89a75 : 6553182: Need to modify javadoc doclet for GPL
fbecf91f80e : 7040883: Compilation error: "length in Array is defined in an inaccessible class or interface"
551c22b4331 : 6569621: Problem with java/classes_net
746cdfda772 : 6492694: @deprecated tag doesn't work in package-info files
6bfb3064877 : 6552561: MaxRecursiveInlineLevel flag doesn't operate correctly
17bd221976b : 7036522: j.u.r.Pattern documentation errors
2b924057aae : 7040803: regression: bugster fail to start
317bcf10c2f : 7040916: DynamicKeyTab test fails on Windows
fcbd7a77c40 : 7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments
caba73d1dd4 : 7040777: Bump the HS21 build number to 11
589a17bd790 : 6982632: closed/java/awt/Graphics2D/MTGraphicsAccessTest/MTGraphicsAccessTest.java fails
3cb767db944 : 7040572: Fix broken java/nio/charset/StandardCharset/Standard.java and add more tests
c23ab1c2235 : 7036252: sunpkcs11-solaris.cfg needs a review
f1c12a7da40 : 6903609: Max memory of 896 may be too large for typical windows developer environment
6b348af4c0a : 6522514: Extending Arc2D.Double and serializing the object causes InvalidClassException
344a758c27c : 7040147: jaxp 1.4.5 jdk7 integration
b0269509f12 : 7019808: build fails on Fedora 14: SELinux run-time check: execution of stack in libjvm.so
be710bc66d6 : 7039809: Remove @ConstructorProperties annotation from java.io.File class
ea2c9e0af0f : 6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
7fb85c5cef8 : 7034495: Javac asserts on usage of wildcards in bounds
e7081dbf6aa : 7039937: Improved catch analysis fails to handle a common idiom in the libraries
f7618cbf971 : 7040104: javac NPE on Object a[]; Object o = (a=null)[0];
4e98f838c84 : 7040150: Indexing Error in CachedRowSetImpl.removeCurrentRow
202b18b4f56 : 7026055: Regression : Cannot use IME on JComboBox Japanese
2ab6e13a219 : 7034291: Regression : Preedit String on active client is committed into unexpected component
e8ad64314e5 : 7020955: No focus point adjustment for RadialGradientPaint
fbffd24fc5b : 7040068: CMS: Possibly unsafe initialization of BlockOffsetArrayUseUnallocatedBlock
2abb1bbd586 : 7040485: Use transparent huge page on linux by default
10f6cc7fc37 : 7035144: G1: nightly failure: Non-dirty cards in region that should be dirty (failures still exist...)
8c04c761939 : 7034139: G1: assert(Thread::current()->is_ConcurrentGC_thread()) failed: only a conc GC thread can call this
8b55d3b5017 : 7040257: [pt_BR,fr] Print dialog has duplicate mnemonic key
df7a03a4c34 : 7039066: j.u.rgex does not match TR18 RL1.4 Simple Word Boundaries and RL1.2 Properties
4463efaf617 : 7037261: j.l.Character.isLowerCase/isUpperCase need to match the Unicode Standard
ce5fc02a169 : 7040228: [zh_TW] extra (C) on cancel button on File Chooser dialog
faa5e45f7a6 : 7038843: IIOP serialization fails with NullPointerException when serializing Throwable
a4dd2f32d79 : Added tag jdk7-b140 for changeset c0c0f0374f67
bf38109be47 : Added tag jdk7-b140 for changeset adbb12180d75
12324e11fb1 : Added tag jdk7-b140 for changeset 3202e475f9d9
36230d8a903 : Added tag jdk7-b140 for changeset 2c31217f748a
874944e5bc5 : Added tag jdk7-b140 for changeset 33e592b5ff17
6ae3e039ab0 : Added tag jdk7-b140 for changeset 837037533544
13cf1a72777 : Added tag jdk7-b140 for changeset 90e228752038
2683d5390bd : 7039652: Performance regression after 7004547 changes
f2023969440 : 6578658: Request for raw RSA (NONEwithRSA) Signature support in SunMSCAPI
5b3550c1072 : 7040410: -Xloggc:<file> incorrectly enables TraceClassUnloading causing tracing on tty
e29746adb0f : 7029150: Project Coin: present union types from the tree API through to javax.lang.model
eb8db400924 : 7032162: assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr
972c4e25d67 : 7040381: Add StandardCharset.java to FILES_java.gmk
d97d48b225b : 7037081: Remove com.sun.tracing from NON_CORE_PKGS
2999ef704df : 7037081: Remove com.sun.tracing from NON_CORE_PKGS
ac156aab263 : 7034766: closed/java/awt/EmbeddedFrame/EmbeddedFrameGrabTest/EmbeddedFrameGrabTest.java failed on jdk7 b134
7d7755b8a49 : 7039447: 2/1 java profiling is broken in build 139 (garbage in function name)
1e3fce0242f : 6853146: Regression: on-the-spot input is broken in AWT Peered components
c9f3d958ec3 : 6956646: Test: MouseWheelEvent/InfiniteRecursion test receives more MouseWheelEvents than expected
6ab11e169dd : 7038565: address Findbugs issue in BatchUpdateException
cf97b67aa29 : 7036754: NaNs in stroked quadratics
f32a89adb04 : 7037201: regression: invalid signed jar file not detected
88ddcf5e65d : 7032830: GraphicsDevice.setFullScreenWindow() works strange for decorated windows on OEL 7016382: GraphicsDevice.setFullScreenWindow() - spec clarification for exclusive mode for dec/undec Frames
7d2260eaa5b : 7038803: [CCJK] Incorrect mnemonic key (0) is displayed on cancel button on messagedialog of JOptionPane
00ac2f30b88 : 6501385: ColorChooser demo - two elemets have same mnemonic in it locale, GTK L&F
ff317342372 : 7028815: Missing styles for some bulleted items in the new stylesheet
90c0a645c27 : 7039822: Project Coin: add explicit tests for the lub of an exception parameter
2126589fd09 : 7029167: add support for conditional card marks
b777d36af86 : 7037756: Deadlock in compiler thread similiar to 6789220
ca53ccfc326 : 7040096: Fix broken hg tip for 'make source'
8c88165312e : 6753664: Support SHA256 (and higher) in SunMSCAPI
b44f91dc52d : 6979551: closed/javax/swing/plaf/basic/BasicLabelUI/4798542/bug4798542.java fails
1f4f92b81d5 : 6888633: test/closed/javax/swing/JPopupMenu/4786415/bug4786415.java fails
ed12b2ab187 : 6998716: client vm crashes making browser fails to respond under some scenarios
865413485dd : 7036747: 7017009 reappeared, problem with ElfStringTable
bbadc1bb04c : 7039186: (ch) EPoll based asynchronous I/O implementation should be portable to linux-arm and linux-ppc
57f34d2482b : 7035209: 6u26 ea b01 - running an applet with old plugin crashes in awt.dll
f5afc05e608 : 7020922: java.awt.Toolkit.getPropertyChangeListeners() should mention that it returns proxies
aa161ffe8d9 : 7039403: Could not compile test/javax/swing/JLabel/6596966/bug6596966.java
a9a765fdfc0 : 6950929: Failures on Solaris sparc 64bit sun/security/krb5/auto/BadKdc4.java (and linux?)
d21b9aa7bfc : 7037091: sun/java2d/pipe/Test7027667.java test is not executed
1037728a037 : 7036955: Japanese man pages in linux should be in utf-8 encoding
d86311b13c3 : 7039089: G1: changeset for 7037276 broke heap verification, and related cleanups
4231fbb3e6c : 6631003: Add hg tip changeset to build image
d2dbecb06ba : 6631003: Add hg tip changeset to build image
a6c3e808780 : 6631003: Add hg tip changeset to build image
5c45b515379 : 6631003: Add hg tip changeset to build image
bb6082b053d : 6631003: Add hg tip changeset to build image
c2bdfcee053 : 6631003: Add hg tip changeset to build image
74225e1f348 : 6631003: Add hg tip changeset to build image
b0c37f182fc : 7003952: SEC: securely load DLLs and launch executables using fully qualified path
a5e37c93774 : 4884238: Adds java.nio.charset.StandardCharset to provide static final constants for the standard charsets
6c8fc4b347b : 7039586: test/java/util/Collections/Rotate.java failing with hs21-b09
e3121a5a43b : 7037939: NUMA: Disable adaptive resizing if SHM large pages are used
ab86f12c440 : 7009923: JSR 292: VM crash in JavaThread::last_frame
30bdc40c819 : 7039369: Limit range of strictfp in FloatingDecimal
a5e7b8d0d73 : 7029383: Refresh of non-client demos
8b9fe065648 : 7039493: incorporating WPTG translation bug fixes
58aa826b315 : 7039469: (tz) Support tzdata2011g
f23eb2096ff : 7034259: [all] incorrect mnemonic keys in JCP automatic update advanced settings dialog
16d64146196 : 7030715: JSR 292 JRuby test/test_super_call_site_caching.rb asserts with +DoEscapeAnalysis
59b66506144 : 7038363: cast from object to primitive should be for source >= 1.7
94164d4b451 : 7039019: test cannot run standalone
5621d404bfb : 6888182: Readable and permitted to delete files could not be transferred through Clipboard and DnD
b91701fce63 : 7030632: Pasting HTML that was copied from MS Word results in IOException
385e7253a7f : 7037250: cscope.make database generation is silently broken
1b20e61722c : 7039044: Bump the HS21 build number to 10
b5141e63fd8 : 7031011: fallbackfont testing failed on OEL 6
218457a8457 : 6595663: Manifest on jars contain JavaBeans entries
6431b121c72 : 7036871: Some JCK interactive JSplitPane tests that test continuous layout fail with Nimbus L&F
dc6eb040b71 : 6931562: Support SunMSCAPI Security Provider in Windows 64-bit releases of JVM
4071e413e5a : 7038885: Improved bulk operation disclaimers for concurrent collections
c5114e7e0ff : 7025227: SSLSocketImpl does not close the TCP layer socket if a close notify cannot be sent to the peer 6932403: SSLSocketImpl state issue
fc92df058dd : Added tag hs21-b09 for changeset 3d6edd0ae4e9
4e01afab2d1 : 7038711: Fix CC_VER checks for compiler options, fix use of -Wno-clobber
896553f4395 : 6998871: Support making the Throwable.stackTrace field immutable
47d82e1ad5b : Added tag jdk7-b139 for changeset af2ac0dd2fa6
815e5d03021 : Added tag jdk7-b139 for changeset 9d9c9b8d0e5c
65211ff93d3 : Added tag jdk7-b139 for changeset abe0fef42da3
9501c6fe3c7 : Added tag jdk7-b139 for changeset 190a0cc8ef93
f86b47af7c0 : Added tag jdk7-b139 for changeset 3d6edd0ae4e9
78d091c31e5 : Added tag jdk7-b139 for changeset 01cb01fa8690
82d9a199f22 : Added tag jdk7-b139 for changeset f8890645b255
25813017983 : 7038175: Expired PKITS certificates causing CertPathBuilder and CertPathValidator regression test failures
d617d849a08 : 6732372: Some MSCAPI native methods not returning correct exceptions
6663052a885 : 6946417: G1: Java VisualVM does not support G1 properly
9d72155fc57 : 7038542: Small performace regression in ConcurrentHashMap on c1 since CR 703655
c74acca8b08 : 6888925: SunMSCAPI's Cipher can't use RSA public keys obtained from other sources
6e092bff6a4 : 7038501: Clarify meaning of "(optional)" in javadoc
90df638cdcc : 7021058: The Create folder button produces error in the Details mode (JFileChooser)
868bf68a3e0 : 6993078: JSR 292 too many pushes: Lesp points into register window
43b343694ff : 7035843: [zh_CN, ja] JConsole mnemonic keys don't work
b4d40650b2f : 7037276: Unnecessary double traversal of dirty card windows
abc5f94df75 : 7026700: regression in 6u24-rev-b23: Crash in C2 compiler in PhaseIdealLoop::build_loop_late_post
1a7f59d292a : 6546713: link the word (optional) in exception specifications to the text which provides explanation and context
cf6f747d172 : 7034464: Support transparent large pages on Linux
7d1c44eae43 : 6896297: (rmi) fix ConcurrentModificationException causing TCK failure
c82deda455b : 7018125: Reverting the JFB version string for JDK releases
46259d93baf : 7035861: linux-armsflt: assert(ni->data() == (int)(x + o)) failed: instructions must match
75eac4de0f1 : 7009346: java/dyn/InvokeDynamicPrintArgs.java fails with NPE on solaris-sparc with -Xcomp
f3c1d5f3ea8 : 6989724: font warnings in the build, native code
e45512128a0 : 7030629: closed/sun/audio/AudioClipClose/AudioClipClose.java test fails just against jdk7 b134 7033899: SoundTestSuite: test050 fails on Ubuntu Linux
1b62e08853c : 7034570: java.lang.Runtime.exec(String[] cmd, String[] env) can not work properly if SystemRoot not inherited
68d5cd6f233 : 6894072: always refresh keytab
7a7cba03244 : 7025070: man page localization broken in jdk7
12d1d9acc1d : 7011855: G1: non-product flag to artificially grow the heap
21a2cb6922e : 7030579: Extra words in documentation of ListIterator may cause confusion
e8d2ed978ff : 7037812: few more defaults changes for new AMD processors
d097a2cab14 : 7036733: Regression : NullPointerException when scrolling horizontally on AWT List
95e14306e7a : 7036906: Scope: CompoundScope.getElements() doesn't pass scope filter to subscopes
89d504b32f6 : 7036669: Simplify revalidating component hierarchy with multiple validate roots
06c379e859b : 7036025: java.security.AccessControlException when creating JFileChooser in signed applet
8e70d44f2c4 : 7036905: [de] dem - the german mark display name is incorrect
2da9c4454aa : 7027900: (fs) glob syntax under-specified
236207402df : 7036706: G1: Use LIR_OprDesc::as_pointer_register in code changes for 7035117
fbb8954b523 : 6758050: javadoc handles nested generic types incorrectly
d845140f333 : 7035160: Disable broken test cases for test/java/lang/reflect/Generics/Probe.java
bad4b686c4c : 7031076: Retained ZipFile InputStreams increase heap demand
1c94406e2a1 : 7037085: Add hashCode() to Timestamp to address Findbugs warning
a91e07ae240 : 7036559: ConcurrentHashMap footprint and contention improvements
4fbaadca47e : 7005503: Make GuaranteedSafepointInterval a diagnostic flag
d6d40a3f873 : 7037436: CR 7035020 fails to check shutdown
7fb4bcc5506 : 7036960: TemplateTable::fast_aldc in templateTable_x86_64.cpp uses movptr instead of load_klass
2e4d569195c : 7034614: The insets of TitledBorder vary, will be modified by another method, in JDK7
f1659ec169a : 7030649: URL.equals() fails to compare jar urls
0b2d972fd3d : 7018355: JSR 292: VM crash in DefNewGeneration::copy_to_survivor_space
04d347dde1d : 7021568: Double.parseDouble() returns architecture dependent results
c930bfc3878 : 7036582: Improve test coverage of java.math.BigDecimal
34c1a8cd799 : 7007254: NullPointerException occurs with jvisualvm placed under a dir. including Japanese chars
4ccabedd50e : 7032589: FileHandler leaking file descriptor of the file lock
f0b2f389897 : 7037174: Bump the HS21 build number to 09
16ddb7350c0 : 7035115: sun/security/pkcs11/Provider/ConfigShortPath.java compilation failed
49e24e3e8fe : 7036048: Bring the Java DB in JDK7 to the same level as JDK 6 (Java DB v10.6.2.1)
7e782e5b4f5 : 6942504: test/javax/imageio/metadata/DOML3Node.java fails
5a6ab5cdcf0 : 7036148: NullPointerException with null JMenu name
76e57779ec2 : 6985329: 9 classes in swing.plaf contains words inappropriate for public spec - about some compiler bug
f603d437be1 : 7036021: G1: build failure on win64 and linux with hs21 in jdk6 build environment
8ea39deb186 : 7032903: javax/swing/JComponent/6989617/bug6989617.java test fails against jdk7
6d199252f6e : 6519228: JDWP Spec: need references at capability canRequestMonitorEvents for JDWP 1.6 Monitor* events
4e60b6278a3 : 7035446: some regression tests take too long
6c5cc4e2d9b : 7003964: SERV: securely load DLLs and launch executables using fully qualified path
258de27aefd : 6994753: Optional tracking of JRE usage
8acea1848a0 : 7032407: Crash in LinkResolver::runtime_resolve_virtual_method()
cc471e46d23 : 7016797: Hotspot: securely/restrictive load dlls and new API for loading system dlls
462140d52db : 7016797: Hotspot: securely/restrictive load dlls and new API for loading system dlls
4aef36e9aff : 7016797: Hotspot: securely/restrictive load dlls and new API for loading system dlls
ee231d325a5 : 7036952: build warning after the changes for 7003962
30d9e9d6dc7 : 6983562: Two java/awt tests failing just on jdk7b108
b4d4e3bed48 : 6430675: Math.round has surprising behavior for 0x1.fffffffffffffp-2
c3fa6db9f22 : 7036842: HTML tag mismatch in API doc for ChoiceFormat
fa2b3a414e7 : Added tag hs21-b08 for changeset dff699fcdf23
5ede995e533 : Added tag jdk7-b138 for changeset 7a2738b5e9c6
2248e7bc494 : Added tag jdk7-b138 for changeset 26c2c1de1631
a2ebd0060a1 : Added tag jdk7-b138 for changeset 63c8767f5915
5d58977c4ac : Added tag jdk7-b138 for changeset 0319b53ef05f
5f954ad7f24 : Added tag jdk7-b138 for changeset dff699fcdf23
b6d4e6f724b : Added tag jdk7-b138 for changeset 33b454ccd9f2
bc5860b142b : Added tag jdk7-b138 for changeset b4b1b3e184ee
91657bd273d : 7036482: clear argument is redundant and unused in cardtable methods
b3eb7daed6e : 7033100: CreateMinidumpOnCrash does not work for failed asserts
d9212b0817b : 7032566: Toolkit.areExtraMouseButtonsEnabled() not alws correspnd "sun.awt.enableExtraMouseButtons" sys prop
118113c31f3 : 7021001: Default implementation of Toolkit.loadSystemColors(int[]) and many others doesn't throw HE in hl env
6c09d788597 : 7036540: A change for 7021001 and some makefile changes have been pushed as a part of 7030062
c933c7d4f23 : 7036220: Shark fails to find LLVM 2.9 System headers during build
0b3e04d41f0 : 7032911: javax/swing/JLabel/7004134/bug7004134.java test fails against jdk7
3344bbfb294 : 7036236: VM crashes assert((!inside_attrs()) || is_error_reported()) failed ..
899e0913f3d : 7028818: (lc) Lazily initialize locale extension 7029740: (lc) New Locale class implementation doesn't follow the Java coding conventions 7032820: (lc) sun.util.locale.InternalLocaleBuilder.CaseInsensitiveChar.equals problems 7033503: (lc) Restore optimization code for Locale class initialization 7033504: (lc) incompatible behavior change for ja_JP_JP and th_TH_TH locales
f4ec972481f : 7036157: TCP connection does not use kdc_timeout
20a3437a74e : 7035117: G1: nsk/stress/jni/jnistress002 fails with assertion failure
2b73acfa12e : 6626257: Update SWAN-specific webcaching to Oracle environment in the regression tests
5ef43cd3d8b : 7036275: EUDC character is not displayed on Swing if ClearType is enabled
aac4b1553e5 : 6988308: assert((cnt > 0.0f) && (prob > 0.0f)) failed: Bad frequency assignment in if
bbf16c0b3a9 : 7032960: API files in java.awt need to be updated for references to JVM Spec with editions/hyperlinks 7032965: API files in java.io need to updated for references to JVM Spec with editions/hyperlinks 7032958: API files in java.lang need to updated for references to JLS with editions/hyperlinks 7032961: API files in java.lang need to updated for references to JVM with editions/hyperlinks 7032976: API files in javax.lang need to be updated for references to JLS with editions/hyperlinks 7032959: API files in java.util need to updated for references to JLS with editions/hyperlinks 7032962: API files in java.util need to updated for references to JVM Spec with editions/hyperlinks 7032967: API files in java.security need to updated for references to JVM Spec with editions/hyperlinks 7032955: API files in java.math need to updated for references to JLS with editions/hyperlinks
2be59f90fdb : 7031343: Provide API changes to support future GCM AEAD ciphers
c2de8bb04de : 6914617: JCE framework code signing certificate is expiring at the end of 2010
e9456bc9af3 : 7032975: API files in javax.annotation.processing need to be updated for references to JLS 7032972: API files in javax.tools need to updated for references to JVM Spec with editions/hyperlinks 7032978: API files in javax.tools need to be updated for references to JLS with editions/hyperlinks
44505cde63c : 6597112: referential integrity loophole during remote object export
e7883dafb6b : 7030774: javax/swing/text/CSSBorder/6796710/bug6796710.java test fails against jdk7 b134
29e4a957915 : 7032376: A type parameter isn't seen by using an web browser
c45ccb0b5d7 : 7036251: Correct SQLPermission constructor javadocs for permission target names
02daeca60eb : 7034019: ClassCastException in javac with conjunction types
c46387423a0 : 7034511: Loophole in typesafety
86875ab33d5 : 6986789: Sun pkcs11 provider fails to parse path name containing "+"
20fec807e52 : 7001094: Can't initialize SunPKCS11 more times than PKCS11 driver maxSessionCount
d4ab380c60e : 7033957: Library built without a mapfile: libxinerama.so
b1860c6416c : 7022841: LocaleNames_no_NO_NY.class is missing in rt.jar
3aebb779d9c : 7020373: JSR rewriting can overflow memory address size variables
dcb1e7947ce : 7045697: JDK7 THIRD PARTY README update
5059329d894 : 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
625307257bd : 6791672: enable 1G and larger pages on solaris
222ac812228 : 7020373: JSR rewriting can overflow memory address size variables
d5438d3e056 : 7045697: JDK7 THIRD PARTY README update
079c89189f3 : 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
2af4bb66d48 : 6791672: enable 1G and larger pages on solaris
ceb7ad70f10 : 7020373: JSR rewriting can overflow memory address size variables
3d4a927981e : 7035555: 4/4 attach/BasicTests.sh needs another tweak for Cygwin
e7c5e104eab : 7034918: Integrate JAX-WS 2.2.4-b01 in to JDK 7
31a03639b07 : 7007772: Address typos in javadoc for ResultSet
b055efc73bc : 7035615: Address lint warnings for javax.sql.rowset & com.sun.rowset
9fd280409ca : 6882437: CertPath/X509CertPathDiscovery/Test fails on jdk7/pit/b62
fc7a236fd5c : 7030062: duplicate free
f159608a012 : 7026304: Fork-Join sample
cd31a3e19da : 7034231: Default font appears twice in fallback font list
50017761892 : 7035870: JSR 292: Zero support
75aff285223 : 7035073: Add missing timezones to TimeZoneNames_pt_BR.java
3382d837906 : 7026287: Asynchronous API sample
09c93cbb251 : 7034585: Adjust fillInStackTrace filtering to assist 6998871
6848dc8c89c : 7035834: Bad @param tags in LayerUI.java
04b99a97676 : 7025525: CSS property list in javax.swing.text.html.CSS is incomplete
bea445368e2 : 7005865: Crash when running with PrintIRWithLIR
899faa3fec8 : 7035713: 3DNow Prefetch Instruction Support
0fce7a7e9de : 7030623: closed/javax/accessibility/4864610/bug4864610.java test fails just against jdk7 b134
2ea041a2b2c : 7034625: Product builds in Visual Studio projects should produce full symbol information
e27e4cb99b0 : 7033561: Missing Unicode Script aliases
6f7b1ef68a1 : 7030180: AES 128/256 decrypt exception
65df911e4ab : 7012160: read SF file in signed jar in streaming mode
19317c2c457 : 7034532: (fs) AssertionError when working directory is UNC
93459f517d1 : 6987991: JSR 292 phpreboot test/testtracefun2.phpr segfaults
06a8e9b35ed : 7019529: JSR292: java/dyn/ClassValueTest.java depends on sub-test execution order
4114756f391 : 7035109: Regression: awt SplashScreen/test18.sh fails - missing mapfile entry
bbb0b31bfe2 : 7035161: assert(!o->is_null_object()) failed: null object not yet handled here
e8447846eea : 7034967: C1: assert(false) failed: error (assembler_sparc.cpp:2043)
6f92a236126 : 7035259: Bump the HS21 build number to 08
260ad514b0d : Added tag hs21-b07 for changeset 25580f153384
10ec13e8efa : 7004984: Features.h was renamed to ICUFeatures.h and should be removed
4220a85daf0 : 7034940: message drop 2 translation integration
d75a8fc89ca : 7034940: message drop 2 translation integration
7766e526792 : 7024528: [sv] format error in appletviewer usage translation
2096fd712c5 : 7004555: Add new policy for one iteration loops
4cb420ecc91 : 7034940: message drop 2 translation integration
2049b7016ec : 7035077: Minor addition to the changes for 7003962
c2d4b9c218f : 7008513: Case TranslucentJAppletTest.jtr automatically failed due to java.lang.RuntimeException
f9feed66689 : 7029832: Buffer overrun at awt_LoadLibrary.c (and java_props_md.c)
060de528124 : 7003962: AWT: securely load DLLs and launch executables using fully qualified path
8ca505ebed7 : 7027013: Regression: JComponent.revalidate() has no effect on invisible components
e93ee5debaa : 7035020: ForkJoinPool.invoke may deadlock if parallelism = 1
2a48e38d0f6 : 6976117: SSLContext.getInstance("TLSv1.1") returns SSLEngines/SSLSockets without TLSv1.1 enabled
e60c5b1af03 : 6817525: turn on method handle functionality by default for JSR 292
fe74e1ba6ac : 7034957: acquiring lock CodeCache_lock/1 out of order with lock tty_lock/0 -- possible deadlock
b5ebf999a2d : 7034932: Merging src/share/classes/sun/util/resources/CurrencyNames.properties and CurrencyNames_pt.propertie
7bf0d4d5cd4 : 7019210: Fix misc references to /bugreport websites
852e8daf7ad : 7019210: Fix misc references to /bugreport websites
f9b80cdc1c0 : 6841742: par compact - remove unused/unsupported options
f8fe3457a5b : 7009600: JSR 292 Server compiler crashes in Compile::find_intrinsic(ciMethod*, bool)
b95f04efbf3 : 7012087: JSR 292 Misleading exception message for a non-bound MH for a virtual method
bc945571e4f : 7034700: (unpack200) build fails with fastdebug builds
16784a72e86 : 6981791: remove experimental code for JSR 292
dadf395fbed : 7034133: cleanup obsolete option handling
046f7fce9f7 : Added tag jdk7-b137 for changeset ec825a21d1f8
3bb12b3ebda : Added tag jdk7-b137 for changeset 6f226af63661
7e1c393933a : Added tag jdk7-b137 for changeset e7ad21289bd4
cf25a79f410 : Added tag jdk7-b137 for changeset 4d1bb30e7cb5
0996fdf3ea9 : Added tag jdk7-b137 for changeset 25580f153384
a80b980dcfa : Added tag jdk7-b137 for changeset 81da7c8abcbd
76a63983e2c : Added tag jdk7-b137 for changeset 1a08398a6716
f5b47c645e7 : 6596966: Some JFileChooser mnemonics do not work with sticky keys
aa39508b835 : 7029048: (launcher) fence the launcher against LD_LIBRARY_PATH
fae19754bb6 : 7031854: JCK 7 test FileDialogTest0001 fails on Windows with Russian locale
a08e1ce9061 : 7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error
15e098d8843 : 7034656: Address lint warnings for DriverManager
27da779f25d : 7016889: GraphicsDevice.setFullScreenWindow() spec for simulated full-screen mode is not always correct
1693ab3b695 : 7034657: Update Creative Commons license URL in legal notices
9dd7a1a346b : 6384973: Incorrect translations in awt.properties
76cc3910b33 : 7033660: Update copyright year to 2011 on any files changed in 2011
d2b1e20c7dc : 7033660: Update copyright year to 2011 on any files changed in 2011
2034d4c8c5d : 7033660: Update copyright year to 2011 on any files changed in 2011
b49579c56c3 : 7033660: Update copyright year to 2011 on any files changed in 2011
5cee2a80b54 : 7033660: Update copyright year to 2011 on any files changed in 2011
502320fdde8 : 7033660: Update copyright year to 2011 on any files changed in 2011
8725555c40f : 7033954: (launcher) Launchers not built with mapfiles
777c93481f8 : 7033809: Rename "disjunctive" to "union" in javax.lang.model
2c02243de9f : 7032354: no-addresses should not be used on acceptor side
ed30132e8b4 : 6992789: assert(phi->_idx >= nodes_size()) failed: only new Phi per instance memory slice
8a4683b5edf : 7034513: enable fast accessors and empty methods for ZERO and -Xint
56352663f5c : 7034471: Wrap registeredDrivers in DriverManager
4926951ba85 : 7034155: (ch) NullPointerException in sun.io.ch.IOUtil when OOM is thrown
81221f1be03 : 7031546: test/java/util/ResourceBundle/Bug4168625Test.java fails on solaris10u9 sparc
a54e99d9a7f : 6849232: closed/javax/swing/text/GlyphPainter2/6427244/bug6427244.java fails on RHEL5
7f998c2049c : 6312706: Map entrySet iterators should return different entries on each call to next()
58ceadaf02f : 7002839: Static initialization deadlock between sun.awt.Win32GraphicsEnvironment and sun.awt.windows.WToolkit
a37d4170e2e : 6992523: FindBugs scan - Malicious code vulnerability Warnings in com.sun.media.sound.*
c586b1db7ab : 7009127: [Spec clarification request] Wrapping the devices retrieved from MidiDeviceProvider
222a6908b7b : 7003777: Nonexistent html entities not parsed properly
9607c93485f : 6973777: JCK manual case JEditorPaneTests.html#JEditorPane fails in jdk7 b100
67acc17b0c7 : 7033534: Two tests fail just against jdk7 b136
e858be00387 : 7020583: Some currency names are missing in some locales
4f41ea7ffff : 7033779: CodeCache::largest_free_block may need to hold the CodeCache lock
aac4647e6eb : 7032963: StoreCM shouldn't participate in store elimination
4819e529c3e : 7033960: Do not check for mapfiles when fastdebug building
d9a3f235e27 : 7032593: DLL_LOADING: Upgrade solution to 7016985 to reflect JDK7 solution
c9e484d473e : 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass
a0e0abb54ce : 6983666: Typo in JavaDoc comments within FileCacheImageOutputStream
e33b64329af : 7033865: JDK: Add private API for secure/restrictive loading of system dlls
15113a03ad6 : 6998877: After double-click on the folder names , FileNameOverrideTest FAILED
1a5a2ecd25f : 6777083: assert(target != __null,"must not be null")
3327aeff0c3 : 6528013: C1 CTW failure with -XX:+VerifyOops assert(allocates2(pc),"")
3151573d393 : 7004547: regular loop unroll should not unroll more than max unrolling
863e692b16f : 6989729: jarreorder warnings (classlists files are out of date)
1875cfefc6e : 7033732: C1: When calling c2 arraycopy stubs offsets and length must have clear upper 32bits
953a87d003d : 7009276: Add -XX:+IgnoreUnrecognizedVMOptions to several tests
efb31c00794 : 7029905: demo applets missing some html files
774ac503d06 : 7026957: assert(type2aelembytes(store->as_Mem()->memory_type(), true) == 1 << shift->in(2)->get_int()) failed
cd674679e65 : 7033579: XRobotPeer._dispose() native method should be added to the make/sun/xawt/mapfile-vers
fad93836a2d : 6565585: Remove critical section in Method.invoke, Constructor.newInstance, Field.getFieldAccessor improving performance
363df8be6ac : 6751338: ZIP inflater/deflater performance
434827d86e3 : 6543593: (reflect) Clarify private final field mutability
f6697e15da4 : 7032791: TableCellRenderer.getTableCellRendererComponent() doesn't accept null JTable with GTK+ L&F
e1a6f9cdeac : 7030249: Eliminate use of LoadLibrary and other clean-ups
0069129f00e : 7010344: Some of the html files do not have element <a> in right context
a50069aa794 : 7033568: (file) Miscellaneous typos
39b8c8c0576 : 7029979: (fs) Path.toRealPath(boolean) should be toRealPath(LinkOption...)
fba270080e9 : 7029979: (fs) Path.toRealPath(boolean) should be toRealPath(LinkOption...)
650afe234d4 : 7025987: Nimbus L&F increases insets unexpectedly
80dfa0e3427 : 7032458: Zero and Shark fixes
b85845f9dab : 7026275: TEST_BUG: test/javax/sound/sampled/Clip/ClipSetPos.java throws uncatched IllegalArgumentException
e0f158c0a06 : 7033174: (tz) Support tzdata2011e
e3d10322c18 : 7028405: (javac) remove unused JSR-292 code
f94d7776ca0 : 7033154: Improve C1 arraycopy performance
00eca5e982e : 7004535: Clone loop predicate during loop unswitch
68f1177f594 : 7032314: Allow to generate CallLeafNoFPNode in IdealKit
5cd8d5c115d : 6909440: C2 fails with assertion (_always_cold->is_cold(),"must always be cold")
3b74e3fbe54 : 7033237: Bump the HS21 build number to 07
56980cf4116 : 7032930: A way to specify MS Mincho to be used in dialoginput on windows JA locale
e78547586a8 : 7029934: Xrender: Text is truncated with 64 bit Linux JRE
f61376e61bf : Added tag hs21-b06 for changeset 8908d8654a39
91f76da3a4f : 6903034: java.awt.Robot.createScreenCapture() doesn't work for translucent windows
be712a0152e : 7032633: javac -Xlint:all warns about flush() within try on an auto-closeable resource
f4f9b16391c : 6984540: closed/java/awt/dnd/DragInterceptorAppletTest/DragInterceptorAppletTest.html test fails
3ad32dbe575 : 6385687: UseFastEmptyMethods/UseFastAccessorMethods considered harmful
92c64a56aeb : 7005628: Clarify NPE behavior of Throwable.addSuppressed(null)
4ddb181ec8c : Added tag jdk7-b136 for changeset 6aa795396cc8
712b47a7e0c : Added tag jdk7-b136 for changeset fb3ae88d8e8d
b7dd5b7d0a5 : Added tag jdk7-b136 for changeset f69a163a9b51
8dbe27427fc : Added tag jdk7-b136 for changeset cc86c97af00b
6c26fd43cdd : Added tag jdk7-b136 for changeset 8908d8654a39
385806e22ea : Added tag jdk7-b136 for changeset 7f7e00766ae7
bddd7f15bd7 : Added tag jdk7-b136 for changeset 9186e0e62eea
f33b8cbb7ab : 7032849: 7022998 changes broke hs_err compile task print
b0b08af4d7a : 7026407: Broken </code> in javax.imageio.metadata.IIOMetadataNode.getTagName()
036560e9991 : 7032129: Native memory usage grow unexpectedly for vm/oom/*InternedString tests
0493606cdd7 : 7032696: Fix for 7029152 broke VM
c19fe5a5d08 : 7027700: /jfc/SwingApplet demo needs to be improved
5faf6281645 : 7032866: Problem with fix for 7030256
d695515e875 : 7009422: Two dead links in Swing API documentation
727612ede91 : 7030388: JCK test failed to reject invalid class check01304m10n
cf3120dddc9 : 7010849: 5/5 Extraneous javac source/target options when building sa-jdi
df96662d1ac : 7032775: Include Shark code in the build again
c9e2dcda4b6 : 6817525: turn on method handle functionality by default for JSR 292
79c814c6164 : 7032388: guarantee(VM_Version::supports_cmov()) failed: illegal instruction on i586 after 6919934
d0e5ec7ac97 : 7025837: fix plural currency display names in sr_Latn_(BA|ME|RS).properties
9b466ebe897 : 7030400: 3/4 PrivateTransportTest.sh needs adjustment to work with 7003964
b396e66f2ba : 7032364: Add jvm.cfg file for ARM and PPC architectures
cd57e9960f0 : 7031005: javap prints "extends java.lang.Object"
ce0e6ca247a : 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
7fbd4448837 : 7027693: /jfc/CodePointIM demo needs to be improved
65b52f04ae9 : 6564610: assert(UseCompiler || CompileTheWorld, "UseCompiler should be set by now.")
3ecb9f51dfc : 7029152: Ideal nodes for String intrinsics miss memory edge optimization
97d01f5e6f1 : 7027682: /applets/Fractal demo needs to be improved
ab41c31673e : 7027701: /jfc/TableExample demo needs to be improved
5064de7c288 : 7027690: /applets/SpreadSheet demo needs to be improved
ea2862f2869 : 7027687: /applets/NervousText demo needs to be improved
52bf12aead9 : 7017193: Small memory leak in get_stack_bounds os::create_stack_guard_pages
fd8aac2f3c0 : 7031614: jmap -permstat fails with java.lang.InternalError in sun.jvm.hotspot.oops.OopField.getValue
f0b8d4d0683 : 7032334: Update Font2DTest demo to support Unicode 6
431a861d74e : 7026307: DEBUG MESSAGE: broken null klass on amd64
2c724957899 : 7032306: Fastdebug build failure on Solaris with SS11 compilers
16dfe8ab5cb : 7032327: Fix overview-core.html file, refers to version 6
546f3df880f : 6741940: Nonvolatile XMM registers not preserved across JNI calls
f24980f896b : 7026507: Bidi initialization fails if AWT not present
47a20b75265 : 6381464: SimpleFormatter should use one single line format
793f1078b66 : 7024172: Move BufferPoolMXBean and PlatformLoggingMXBean java.lang.management
00fdfda12a8 : 7011718: VS2010, remove makefile logic with regards to use of VC6, VS2003, VS2005, VS2008
6fec1477a3c : 7027486: JPopupMenu doesn't take window shape into account
1c5ff7f80a9 : 7032133: Enable sse4.2 for new AMD processors
acf788aa1f5 : 7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
bd9526ecbe5 : 7030150: Type inference for generic instance creation failed for formal type parameter
bc3a1c60efa : 7030606: Project-coin: multi-catch types should be pairwise disjoint
0a0b5a7a8a4 : 7030687: Diamond: compiler accepts erroneous code where diamond is used with non-generic inner class
493fdf3e242 : 7019937: Translatability bug - Remove Unused String - String ID , read end of file 7019938: Translatability bug - Remove Unused String - String ID can not specify Principal with a 7019940: Translatability bug - Remove unused string - String ID: provided null name 7019942: Translatability bug - String ID: trustedCertEntry, 7019945: Translatability bug - Translatability issue - String ID: * has NOT been verified! In order to veri 7019947: Translatability bug - Translatability issue - String ID: * The integrity of the information stored i 7019949: Translatability bug - Translatability issue - String ID: * you must provide your keystore password
6dcd5b2414a : 7003516: Methods java.awt.geom.Line2D.Double/Float.getBounds2D() don't satisfy inherited spec
828d6c87c07 : 7031929: Variable names typos in Release-embedded.gmk
c8d5601a8a3 : 7030147: java.awt.image.SampleModel.setDataElements() does't throw ArrayIndexOutOfBoundsEx for Integer.MAX_VA
a1a5907f794 : 7031166: (pack200) tools/pack200/CommandLineTests.java fail with testsdk on RO filesystem
e39693ced31 : 7023011: Toolkit.getPrintJob(Frame,String,Properties) throws HE instead of specified NPE
f51036e9bcd : 7022998: JSR 292 recursive method handle calls inline themselves infinitely
66a08540c2e : 7031571: Generate native VS2010 project files
680370af5b0 : 7031536: test/sun/security/krb5/auto/HttpNegotiateServer.java should not use static ports
1ce7eeaa523 : 7019384: Realm.getRealmsList returns realms list in wrong (reverse) order
e7b397be03a : 6957870: Monospaced font mapped to proportional font (David) for Hebrew
bc86509c395 : 7030131: Update README-builds.html to cover changes introduced by SE-Embedded integration
36303f61b69 : 6964776: c2 should ensure the polling page is reachable on 64 bit
ab263062ef5 : 6985593: Crash in Java_sun_java2d_loops_MaskBlit_MaskBlit on oel5.5-x64
5387ee459e7 : 7024475: loop doesn't terminate when compiled
e4e3b2b0d72 : 7022204: LogFile wildcarding should use %p instead of star
29627db7465 : 7031376: Typos in javadoc of TimSort classes
46e71698c99 : 7031371: Clarify javadoc of Throwable, including addSuppressed
f69e8bedea9 : 7031227: Bump the HS21 build number to 06
65971e6ac03 : Added tag hs21-b05 for changeset 0001aa6ce1bf
5f3e767f80e : 7031238: Problem with fix for 6981922
d5fd66ab02a : 7001086: NLS: un-used resources should be removed from standard.properties and improper concatenation
f6a0d5983e2 : 7025708: Assertion if using "-XX:+CITraceTypeFlow -XX:+Verbose" together
2afb191a2fc : 7030442: Add missing @param tag for Collections.reverseOrder()
99ff1b58f47 : 7027673: /applets/ArcTest demo needs to be improved
e2d98d99c3d : 7027692: /applets/WireFrame demo needs to be improved
29e2bcd7aff : 7027674: /applets/BarChart demo needs to be improved
e41a51b3b80 : 7027686: /applets/MoleculeViewer demo needs to be improved
359dffbbeb8 : 7027683: /applets/GraphicsTest demo needs to be improved
68002d40984 : 7027675: /applets/Blink demo needs to be improved
d6fce830423 : 7030256: Cleanup/Remove code supporting old Windows versions (98, NT, 2000, etc)
f36dc58a6f2 : 6437138: JSR 199: Compiler doesn't diagnose crash in user code 6482554: uncaught exception from annotation processor not reported through JavaCompiler.CompilationTask.call
b540a63a843 : 7009599: javac build puts extraneous files into dist/lib/classes.jar
12f9a0fc722 : 7027694: /jfc/FileChooserDemo demo needs to be improved
3d4529f30fd : 7027697: /jfc/Notepad demo needs to be improved
a9452d32b7a : 7027698: /jfc/SampleTree demo needs to be improved
466a172fafa : 7030792: /jfc/TransparentRuler needs to be included into build process
ebba49aa621 : 7030063: AWT support for SE-Embedded integration
6d3c3c71dc8 : 6989717: media native code compiler warnings
4171ca786ea : 7029017: Additional architecture support for c2 compiler
f7860d24d94 : 7023056: NPE from sun.security.util.ManifestEntryVerifier.verify during Maven build
3d3e0d5f7f3 : 7029680: fix test/sun/misc/Version/Version.java build parsing
7be50d11b14 : 6597678: JavaCompiler.getStandardFileManager always uses default charset not the one that user specifies
4eb4d46567f : 6825739: jdk regression test failing on linux: java/lang/reflect/Method/InheritedMethods.java
1273c8e2331 : 7029823: (ann) test/java/lang/annotation/package-info.java no longer compiles
7bd93b33db7 : Added tag jdk7-b135 for changeset bf9507aab301
4efb4a5c69b : Added tag jdk7-b135 for changeset 81eebf5a4f77
a78c53091d2 : Added tag jdk7-b135 for changeset 88216c3c4af7
ac0ed228596 : Added tag jdk7-b135 for changeset ef8d7bf5bc99
6508316baf0 : Added tag jdk7-b135 for changeset 0001aa6ce1bf
ed14cabf3f2 : Added tag jdk7-b135 for changeset 9ee26678bf4e
8e8168ab8f3 : Added tag jdk7-b135 for changeset e9c5ee40c666
64113347093 : 7027849: New demo for Shaped/Translucent windows feature needs to be created
fe328ea51a7 : 7027680: /applets/DrawTest demo needs to be improved
6816afe9030 : 7027696: /jfc/Metalworks demo needs to be improved
23681047d1d : 7027678: /applets/DitherTest demo needs to be improved
cb5bb89742f : 7027689: /applets/SortDemo demo needs to be improved
326df0a555b : 7027688: /applets/SimpleGraph demo needs to be improved
92b8a16fd3a : 7027677: /applets/Clock demo needs to be improved
7ba94229db2 : 7027676: /applets/CardTest demo needs to be improved
0dc83b2158c : 6992716: Typos in JLayer files
fc58f091b83 : 6735285: "Zero" x,y springs passed to SpringLayout.Constraints constructor are not returned from getters
d31e82c17fa : 7030207: Zero tweak to remove accidentally incorporated code
8887f99e55a : 7030174: Jarsigner should accept TSACert with an HTTPS id-ad-timeStamping SIA
55ddf029009 : 4715085: [Ch] Doc: java.lang.Character.digit documentation unclear regarding fullwidth characters
3718824e691 : 7012648: move JSR 292 to package java.lang.invoke and adjust names
6241ea3004e : 7030523: regression: imporper checking of paramater
ffb46704687 : 7029848: KeyStoreBuilderParameters((Builder)null) does not throw NullPointerException
187e9e37281 : 7029997: Restyling of SortedMap Javadoc
987d5902c1a : 7010342: End tag for element P is not open for few html files generated using new javadoc
87c2f53c251 : 7030300: more nightly failures after statics in Class changes
efdad520ca5 : 7029805: JSR 292 compiler/6991596/Test6991596.java fails in nightly
26b60b1b28b : 7028490: better suggestion for jarsigner when TSA is not accessible
881add500f8 : 7025314: NLS: translatability violation on standard.properties
93af7b4699d : 7025066: Build systems changes to support SE Embedded Integration
a5327b368f5 : 7025628: Remove the temporary hack added for jdk modularization in hotspot
fe899cc10d5 : 6962931: move interned strings out of the perm gen
119b647cba7 : 6737397: Should support running JCK test suite with test/Makefile and JPRT
b115ff4faea : 6737397: Should support running JCK test suite with test/Makefile and JPRT
f240c00e9bc : 6896934: README: Document how the drop source bundles work for jaxp/jaxws 6896978: README: Updates to openjdk README-builds.html 6903517: README: OpenJDK additions needed - cygwin issues
f267ef101fd : 6773586: java.awt.image.SampleModel.getPixels() methods not allways throw ArrayIndexOutOfBoundsException
91f8f158a4b : 6993561: java.awt.image.SampleModel.setSamples() methods not always throw ArrayIndexOutOfBoundsException
4efe3a9cb74 : 7027797: take care of ECDH_anon/DH_anon server key exchange for TLS 1.2
fc77896fd71 : 7029704: JFB: Refix JFB Custom Revision Version Build/Makefile changes
5b717e764a4 : 6535709: interrupt of wait()ing thread isn't triggerring InterruptedException - test intwait3
1ed31f9194e : 6962930: make the string table size configurable
31ac558f3dd : 7029509: nightly failures after static fields in Class
af9167398f3 : 7029491: fix broken test file committed with CR 5045147
3de260da413 : 7008866: Missing loop predicate for loop with multiple entries
a3e259c3356 : 7027232: JSR 292: wrong numeric value returned by MH on solaris-sparc
c09ed843731 : 7020960: CurrencyNames_sr_RS.properties is missing
ea8bdc9e7aa : 7026184: (launcher) Regression: class with unicode name can't be launched by java
8dfe1d556a3 : 7017446: (fs) Updates to file system API (3/2011)
6e8a263a062 : 7017732: move static fields into Class to prepare for perm gen removal
f5ef48f3b97 : 7028374: race in fix_oop_relocations for scavengeable nmethods
a6f5b69e412 : 7028846: Bump the HS21 build number to 05
49f0232c39b : 7028468: (fs) FileSystems.getDefault() fails when kernel micro version contains/ends non-numeric characters
b8ff55c2759 : 7016131: JDK 7 b127: 8 crashes in native frame:awt_DrawingSurface_FreeDrawingSurfaceInfo+0xc on linux amd64
45f658fb768 : 7028668: 3/4 improve diagnosibility and robustness of sun.tools.attach.WindowsVirtualMachine.openProcess()
e7ebd4792b2 : 6839872: remove implementation inheritance from JSR 292 APIs
7969a3155e0 : 7022382: convert pack200 library code to use try-with-resources
e197657e026 : 7011865: JSR 292 CTW fails: !THREAD->is_Compiler_thread() failed: Can not load classes with the Compiler thre
6a1b3633411 : 6981922: DNS cache poisoning by untrusted applets
5dfa0548994 : Added tag hs21-b04 for changeset 8f90284bf3fa
a472ac15e89 : 6907662: System clipboard should ensure access restrictions
0e25c516975 : 7027387: (tz) Support tzdata2011d
deb8d5a4ffa : 5045147: Prevent insertion of null Key into empty TreeMap (and null element into TreeSet) when no Comparator is used. Prevent insertion of key of incorrect type into empty TreeMap and incorrect type element into TreeSet and incorrect type when Comparator is used
6f2c41beec3 : Added tag jdk7-b134 for changeset fbf4a969ccba
d1df6efddf8 : Added tag jdk7-b134 for changeset d7436373981b
dcd6411bd7b : Added tag jdk7-b134 for changeset 0cea4fe308ee
3441f43b510 : Added tag jdk7-b134 for changeset 74c6fa05df57
7e074712ebe : Added tag jdk7-b134 for changeset 3cb740be56d2
e52af022452 : Added tag jdk7-b134 for changeset 0c806e137e3f
be0da745024 : Added tag jdk7-b134 for changeset 6baee4c33881
7ff32514bf8 : 7028133: Specify serialVersionUID for RegularEnumSet and JumboEnumSet
998b726ce7c : 7028394: Newer AMD Processor Prefetch Defaults
8ecd463d9fa : 6796662: (fmt spec) Formatter spec on BigDecimal output should not reference Float a
b4b287e7ac1 : 6668573: CMS: reference processing crash if ParallelCMSThreads > ParallelGCThreads
63838d971ba : 7028422: regression: SKID miss-matching
725342da29d : 7026898: DriverManager to now use CopyOnWriteArrayList
ee2da094058 : 7021517: java.beans code comments have issues with HTML4 compliance
933ed2b69d4 : 7014528: ColorModel and SampleModel gotten from the same ImageTypeSpecifier instance can be not compatible
cc992b27bf7 : 6930508: Passing nested class names on javac command line interfere with subsequent name -> class lookup
d79934dd2ff : 7027910: Add basic cross-compilation support and add ARM/PPC to the known architectures in the open code
0ec85f12ef5 : 7027923: Disable VS2003 use in preparation for all VS2003 make logic removal
5423e4402e7 : 6803681: RFE: Need new codeset converter for IBM Cp1364
c912c296902 : 7019165: Incorrect symbols in pstack output after SymbolTable changes
7293fabc43d : 6896099: Integrate CMS heap ergo with default heap sizing ergo 6627787: CMS: JVM refuses to start up with -Xms16m -Xmx16m 7000125: CMS: Anti-monotone young gen sizing with respect to maximum whole heap size specification 7027529: CMS: retire CMSUseOldDefaults flag
034e24095e2 : 7022473: JDK7 still runs /etc/prtconf to find memory size
733707ac37f : 7026359: (langtools) fix big jar test
50deeb91cd9 : 6973319: incorrect spec version in jdk 7 rt.jar manifest
36f660a41fa : 6989760: cmm native compiler warnings
69293767175 : 7027043: (doc) Confusing typo at java/beans/VetoableChangeSupport.java
eb4e1b86cd5 : 6558548: The compiler needs to be aligned with clarified specification of throws
7705e63e309 : 7022855: Export "PKIX" as the standard algorithm name of KeyManagerFactory
85935bc056a : 7025073: Stricter check on trust anchor makes VerifyCACerts.java test fail
c9f0c7a2522 : 7001933: Deadlock in java.lang.classloader.getPackage()
87f8cc390f5 : 7027897: Build support for client-VM only configurations
ea5c82bf9c9 : 6710813: SwingSet2 source display tabs do not work since JDK 7 b20 6685150: make/mkdemo/jpda/Makefile creates jpda.jar and src.zip instead of examples.jar
73407fb7a16 : 4743537: Help doesn't say what "All Classes" and other links really mean
816dc493b7a : 7019861: Last scanline is skipped in pisces.Renderer
bdd71ec7bd6 : 7027667: clipped aa rectangles are not drawn properly
a4b1b99eb00 : 6988079: Errors reported via Messager.printMessage(ERROR,"error message") are not tallied correctly
d52a9484743 : 6987384: -XprintProcessorRoundsInfo message printed with different timing than previous
13d31713dc6 : 6993311: annotations on packages are not validated
c4e301bffa6 : 7024970: 2/3 assert(ServiceThread::is_service_thread(Thread::current())) failed: Service thread must post enqueue
0c3498d3741 : 7024234: 2/3 jvmti tests fail assert(!_oops_are_stale) failed: oops are stale on Win-AMD64
4b0829340ed : 7026376: (dc) DatagramChannel created without specifying protocol family fails to join IPv4 group
a3de65241c7 : 6987703: iCMS: Intermittent hang with gc/gctests/CallGC/CallGC01 and +ExplicitGCInvokesConcurrent
b96d0e610a4 : 7014637: Improve behavior of EnumSet Iterator.remove()
8f64aeabe2a : 7026509: Cannot use JavaCompiler to create multiple CompilationTasks for partial compilations
79ccccaa96a : 7027362: Project Coin: warn of throwing InterruptedException in AutoCloseable.close javadoc
593927cf2d9 : 7010608: the string 'error' should appear in error messages
c2e43768612 : 7026414: Types.asElement() returns null for ErrorType
1dc9c053c45 : 6686215: Some mutables not defensively copied when deserializing java.security.CodeSource & Timestamp objects
b5ae4b58101 : 7027288: (launcher) remove jkernel test from MiscTests
d9bae78d04c : 7016150: 6246816 refers to the Laffy demo which is not present in the JDK 7 demo/jfc directory
31942cda2c9 : 7009794: misleading text in SSLHandshakeException exception message
f62f3738dd4 : 7022931: GradientPaint class spec clarification: 7022931, 7016391, 7017246, 7019386
9e81085efdb : 6464022: Memory leak in JOptionPane.createDialog
c6c7267c546 : 6990848: JGSS/windows security code native code compiler warnings
f6344076f28 : 7012648: move JSR 292 to package java.lang.invoke and adjust names
6146dffe45e : 6839872: remove implementation inheritance from JSR 292 APIs
91cd6261bc3 : 7006178: findbugs high priority issues in new javadoc
c6006bc6054 : 7026868: Apply specification changes fro 6505047
f38a80b8379 : 7023931: PcDescCache::find_pc_desc should not write _last_pc_desc
d7b9fcfbd49 : 7023613: (lc) Incorrect string returned by Locale.toString() with non-empty script field
2785e49558d : 7023416: (pack200) fix parfait issues
4c5f41c72f4 : 7026631: field _klass is incorrectly set for dual type of TypeAryPtr::OOPS
aad948f0e85 : 6820066: Check that -XX:ParGCArrayScanChunk has a value larger than zero
b6f518d3c15 : 7023363: URI("ftp", "[www.abc.com]", "/dir1/dir2", "query", "frag") should throw URISyntaxException
05cd7bb4c26 : 7019267: Currency Display Names are not localized into pt_BR
328f8c84555 : 6986477: sun/security/mscapi/AccessKeyStore.sh test is failing on jdk7
15ddaff2abb : 7026346: URLConnection.guessContentTypeFromStream does not support UTF-8 and UTF-32 xml streams with BOM
a62dd6282b7 : 7024560: InetAddress.getLocalHost().getHostName() returns localhost for hostnames of length HOST_NAME_MAX
a609621069d : Added tag jdk7-b133 for changeset 527e04a21c75
8b631e9ecf3 : Added tag jdk7-b133 for changeset b333a0dbc626
c80c4fb44d0 : Added tag jdk7-b133 for changeset f3c2826383e4
77d4b381d04 : Added tag jdk7-b133 for changeset 97a72738edc8
b49c270cc95 : Added tag jdk7-b133 for changeset d7dd3e46bc54
5f56fc5f8ae : Added tag jdk7-b133 for changeset 1a8d894467d8
a7f9b7d3a4e : Added tag jdk7-b133 for changeset 309991ddb9a1
5fccff3de96 : 7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
4f26bca4dea : 6776656: Incorrect number in 'generated' help-doc.html
7c4a7e96287 : 7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
07f4c197b36 : 7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
594cddaa6b4 : 7011490: Wrong computation results in Test6880034
d72ccc8786c : 7016078: javax.net.ssl.SSLException: Received fatal alert: internal_error starting JDK 7 b126
4770417e710 : 7025485: leverage shared x86-only deoptimization code
d7556c7d593 : 6710434: PIT: Reg test java/awt/Graphics2D/ClipPrimitivesTest.java fails in pit build 6u10_b26
8469345e050 : 7026228: Remove make/modules and make/common/Modules.gmk
b1b7b412a71 : 6960211: JavaScript engine allows creation of interface although methods not available
3e459d7a5d9 : 7025631: Remove the modules build support from jdk 7
47d80ee1335 : 7022370: Launcher ergonomics should provide simple default implementation
71bd8c66ee0 : 6908562: JFB Custom Revision Version Build/Makefile changes
c64ee496caa : 7026167: Broken fastdebug only build
f93ab74ad1a : 6635776: Regression in jaxb tests with JDk6 U4 6741058: Move org/relaxng/datatype sources from jdk to jaxws workspace
691add8afc3 : 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
fd6487f2015 : 7025742: Can not use CodeCache::unallocated_capacity() with fragmented CodeCache
bb05a1437c7 : 7025988: Test test/tools/javac/file/zip/T6836682.java takes too long to complete
a88439cd539 : 7023019: Constructor of class java.awt.Component.FlipBufferStrategy throws unspecified IAE
b190c247379 : 7022280: Parfait reports Format string argument mismatch in /jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c
1215af2a238 : 7025324: NLS: t13y fix for 7022005 [ja,zh_CN] javadoc, part of navigation bar in generated html are not translated
c88813019c2 : 6611830: UUID thread-safety and performance improvements
6984d3041cc : 7020528: closed/java/awt/print/PageFormat/PageFormatFromAttributes.java failed
6a14cb99e05 : 7023006: Reduce unnecessary thread activity in ForkJoinPool
f048eee6434 : 6495521: (doc) ConcurrentSkipListMap links to web page NOT describing SkipList
a36a5ce5999 : 7025468: Tests using diamond with anonymous inner classes needs to be reverted
a816ca8a514 : 6962082: merge back in lines from bad merge in CR 6501644 and open up a test
aa60df67822 : 7021927: javac: regression in performance
58bbf343915 : 7017324: Kerning crash in JDK 7 since ICU layout update
1daa47b01d4 : 6994008: PKCS11 should support "RSA" and "RSA/ECB/NoPadding" ciphers
f71b78ced33 : 6980021: javac should document @file command line option
3471fe3ee47 : 7024584: Symbol printouts shouldnt be under PrintGCDetails
32bdbb2b3fb : 7025303: NLS: t13y fix for 7021691 Most log level words are not translated in java logging
69b88e89a28 : 7021693: [ja, zh_CN] jconsole throws exception and fail to start in ja and zh_CN locales
3655ac44e9f : 7025267: NLS: t13y fix for 7021689 [ja] Notepad demo throws NPE
93b5e28256d : 7022467: SecretKeyFactory doesn't support algorithm "AES" on Windows and Linux
02b628a10f2 : 7025105: TEST_BUG test/com/sun/jndi/ldap/NoWaitForReplyTest.java should be cleaned up
409b9b8d25e : 7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes
ddaf77107d9 : 7024568: Very long method resolution causing OOM error
84ef74286f0 : 6965570: assert(!needs_patching && x->is_loaded(),"how do we know it's volatile if it's not loaded")
9f4cbe2ea9b : 7016542: NLS: obsolete resources in MsgAppletViewer.java should be removed
8f5e126d826 : 6589823: Error: meet not symmetric
1af9167ee76 : 6760148: Certain fonts are not correctly soft wrapped when using JTextComponent.print()
dcfa5e385aa : 7024866: # assert(limit == NULL || limit <= nm->code_end()) failed: in bounds
9365637c4a5 : 6964914: javadoc does not output number of warnings using user written doclet
75c64565c41 : 6227454: package.html and overview.html may not be read fully
42bc55bf32e : 6866185: Util.getPackageSourcePath should use lastIndexOf not indexOf and related cleanup
fb59857e93b : 7023591: Xrender: java2D font demo - text highlighting tab content is black
2114527fec4 : 7020403: Add AdvancedCompilationPolicy for tiered
d0c0743b8ca : 7024814: Bump the HS21 build number to 04
d048451ca29 : 7023403: (ch) sun.nio.ch.SolarisEventPort.startPoll failed with AssertionError
fac08551808 : 6845426: non-static <clinit> method with no args is called during the class initialization process
2b73fac982c : 7023244: (zipfs) langtools CompileTest fails on read-only file system
cc52e2d4130 : 6966736: javac verbose output is inconsistent
a5c5bb811d1 : 7023963: (misc) fix diamond anon instances in the jdk
1d820278f6f : 6944810: (ch) Assert failure in sun.nio.ch.PendingIoCache.clearPendingIoMap [win]
3ebf2446ee5 : 7021653: Parfait issue in hotspot/src/share/vm/oops/methodDataOops.hpp
a411df237d1 : 6512830: Error: assert(tag_at(which).is_unresolved_klass(), "Corrupted constant pool")
c3805bc224c : 7022999: Can't build with FORCE_TIERED=0
f13a584b8a2 : 7023589: Xrender : NullPointerException in sun.font.XRGlyphCache.freeGlyphs running Java 2D demo
4fe4b76e30b : Added tag hs21-b03 for changeset 36d51765affc
7b37da87269 : 7016985: (launcher) implement safe secure dll loading
e4307eeefe0 : Added tag jdk7-b132 for changeset 83cbfe0a919f
d3dc82585cf : Added tag jdk7-b132 for changeset 6f39c4c0f737
a3ac62f38bb : Added tag jdk7-b132 for changeset d5d7b14cb04c
42384274cc2 : Added tag jdk7-b132 for changeset 3ea23e6be269
0ee9f71c251 : Added tag jdk7-b132 for changeset 802ca1911963
ddc22a0ffe9 : Added tag jdk7-b132 for changeset 2779d6e22651
0aad3ec7dba : Added tag jdk7-b132 for changeset 3de4870f376a
7b3d32182ef : 7024212: TestWarnErrorCount fails
f416cac8157 : 7022054: Invalid compiler error on covariant overriding methods with the same erasure
291f04e8c00 : 7023703: Valid code doesn't compile
9d85a7afc45 : 7024264: HttpURLConnection/NetPermission doc issue
75bd2accd37 : 6750362: Very large LDAP requests throw a OOM on LDAP servers which aren't aware of Paged Results Controls 6748156: add an new JNDI property to control the boolean flag WaitForReply
23ff61a1ff6 : 6721694: java/lang/Thread/StartOOMTest.java fails with timeout or with crash
98a8940e334 : 7018137: HTML4 compliance issues
340701d0218 : 7018606: (process) test/java/lang/ProcessBuilder/Basic.java failing intermittently (win)
f0eab628fd8 : 6653511: JComponent.safelyGetGraphics() may sometimes return null
1ad7870180c : 6796710: Html content in JEditorPane is overlapping on swing components while resizing the application
516f0be2cec : 6835393: MidiSystem fails to correctly read Sequence with SMPTE division
fceef467398 : 6660470: RealTimeSequencer incorrectly opens (implicitly) synthesizer
8fa35f419c0 : 6801206: SoundTestSuite: test050 fails
601f9c0feae : 6938426: Concurrency bug in ALAW encoder causes random bursts of static/noise in output
edb9e105eb1 : 7023747: G1: too strict assert in RefineRecordRefsIntoCSCardTableEntryClosure::do_card_ptr in g1RemSet.cpp
a35c7dbfebc : 7022943: G1: improve logging to avoid interleaved numbers
c295eb25154 : 7018056: large pages not always enabled by default
3ff554aec1e : 7014923: G1: code cleanup
df9296f5678 : 7023233: False positive for -Xlint:try with nested try with resources blocks
f78030e4f10 : 6639645: Modeling type implementing missing interfaces
ed6677cbba9 : 6986892: confusing warning given after errors in annotation processing
6c7b14a7627 : 6986895: compiler gives misleading message for no input files
6f914794d26 : 7020815: REBASE should not be required for windows jdk repo builds - can't build with VS 2010 Express
b2d0026bffa : 7023289: jaxp 1.4.5 development jdk7 2nd integration
45fd401ff73 : 7021987: native2ascii "file cannot be read" error message is broken
5b51e2c9aa8 : 7017110: Add /SAFESEH to links on windows 32bit to verify safe exceptions
799cba0df4e : 7016495: Crash in Java 2D transforming an image with scale close to zero
380d90b3644 : 6878713: Verifier heap corruption, relating to backward jsrs
45e06252b77 : 6541876: "Enclosing Instance" error new in 1.6
97e74a38628 : 7023323: Build failure on VS2003: IsDebuggerPresent not found
90194bc5012 : 7022624: use try-with-resources in java.io tests
90a153aa387 : 6627983: G1: Bad oop deference during marking
0b9cde591a0 : 6974985: Jave2Demo threw exceptions when xrender enabled in OEL5.5
bb4c847186c : 7021567: need to create jnlp javadoc for 64 bit bundles
5fd6eeaa54e : 7021183: 269: assertion failure getting enclosing element of an undefined name
2e224bfc675 : 7023111: Add webrev script to make/scripts
5432554ecb9 : 6725983: Assertion "method->method_holder())->is_not_initialized(),"method holder must be initialized"
548f6e6c5e6 : 6826397: PIT : Frame System Menu is not seen for when ALT + Space Bar is pressed in jdk7 b55 build
c4da54f7a97 : 7023034: Files.createTempDirectory((Path)null, "temp") does not throw NPE
58995bfc8cf : 7022488: The security warning may disappear unexpectedly
314c75c7425 : 7020531: test: java/security/cert/CertificateFactory/openssl/OpenSSLCert.java file not closed after run
d232a8bbdc6 : 7023229: extraneous include of precompiled.hpp in hsdis.c
36ed8161027 : 7022711: compiler crash in try-with-resources
148841e5e11 : 7022741: warning counts are wrong after anno processing
ffab67875db : 7020118: Alter frame assignability to allow for exception handler coverage of invokespecial <init>
56d963bdf62 : 7022337: repeated warnings about bootclasspath not set
3c489ff5e20 : 7004728: [parfait] potential memory leaks in XRender code
9babe64b0a7 : 7022200: G1: optimized build broken
eb75b23d934 : 7013521: AudioSystem.write for AIFF files closes source audio stream
23f78001e2c : 6826074: JScrollPane does not revalidate the component hierarchy after scrolling
b777a1fbae8 : 7021789: Remove jarsigner -crl option
cd6c0b147ea : 7012914: JSR 292 MethodHandlesTest C1: frame::verify_return_pc(return_address) failed: must be a return pc
cc6f4613572 : 7022037: Pause when exiting if debugger is attached on windows
1683dd4109e : 7015715: lub gets stuck on type with complex supertype
32216fc797c : 7015430: Incorrect thrown type determined for unchecked invocations
666257ae3f9 : 7022386: gethostbyname_r needs a pointer aligned buffer passed to it
b989a55847b : 7022269: clean up fscanf usage in Linux networking native code
f6f0e6bad2f : 7021753: Add a build times report
4eb6876e261 : 7021753: Add a build times report
3c355ece1d9 : 7022237: Fix use of \" in the new "release" file at the top of the install, windows issues
a74bc735985 : 6942326: x86 code in string_indexof() could read beyond reserved heap space
52708b0603b : 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
d8cd0e62385 : 7016175: HTML generated from new JavaDoc has tags added from makefile
464a65b11c3 : 6998391: Serbian (Latin) locale support
81c907a4b82 : 7022570: Bump the HS21 build number to 03
78ebde094c8 : 7022310: test/tools/javac/diags/Example: args added twice
a51962066db : 7021650: fix Context issues
19f730fedf2 : Added tag hs21-b02 for changeset 70ed6d8368bc
a6c14fb5129 : 7012520: Heap overflow vulnerability in FileDialog.show()
7f8e2a2e669 : 7009114: GTK FileDialog lies about it's Bounds
2b4c79548c1 : 7020522: Need to reapply the fix for 6664512
cea2f398431 : 7021582: convert jar/zip code and tests to use try-with-resources
579f3ad0566 : 7016707: Remove the BootClassLoaderHook for jkernel support
e0626b003a0 : 7021939: com.oracle.net is not a NON_CORE_PKGS
1db0f6f9eb4 : 7022383: add reference to CR for ReadLongZipFileName test to problem list
e6b07111eac : 7021953: Remove flags from globals.hpp inadvertently dragged in by 7016023
6c237e3450d : Added tag jdk7-b131 for changeset 4de608132976
4fb27746141 : Added tag jdk7-b131 for changeset 29efcc797dc6
9c4f7e6ac01 : Added tag jdk7-b131 for changeset a13a950d71df
72cafcadc8f : Added tag jdk7-b131 for changeset df8969303f96
15d041a2402 : Added tag jdk7-b131 for changeset e0205cb94879
71dddd7634e : Added tag jdk7-b131 for changeset 590b6cc6f974
058b3bbd6d9 : Added tag jdk7-b131 for changeset 836de2e4bdee
b4bb5b3e261 : 7022228: JPRT failure: RuntimeException in SupportedMedia regression test
83661087ea6 : 7021603: crash in fill_sync_handler with ExtendedDTrace probes
9685a7a509b : 6835668: Use of /usr/include/linux/ files creates a dependence on kernel-headers
afa5d117b7b : 6812217: Base memory of MergeMem node violates assert during killing expanded AllocateArray node
6d172a6a634 : 7018753: tools/javac/varargs/warning/Warn5.java times out on slow machines
60bf44dc75f : 6849693: index of fdTable should be less than num. of fdTable in jdk7
9607630405f : 7020136: java/net/URLConnection/RedirectLimit.java fails intermittently
57b41de95d1 : 6996708: The event on the tray icon does not trigger and there is no message printed
2b3aef04c37 : 6772689: java.sql.Date.valueOf("2042-10-xx").toString() wrong in some time zones
812a8ded980 : 6844879: Source distribution should be more robustly built without the security source distribution
84e687333e6 : 7021989: Missing observesDaylightTime override in ZoneInfo
562aedc8840 : 7012072: CompileTheWorld causes incorrect class initialization
a787d570051 : 7021314: Build should not install javaws man page
ad3d04a30c2 : 7017493: ConcurrentLinkedDeque: Unexpected initialization order can lead to crash due to use of Unsafe
7186448cfe8 : 7019631: issues in test headers in b130
1ae687fbd25 : 7020657: Javac rejects a fairly common idiom with raw override and interfaces
7e8c6fd47b9 : 6955047: (tz) javadoc for TimeZone.getDisplayName(boolean daylight, int style, Locale locale) is not clear 7021680: (tz) daylight savings time should be daylight saving time
66ca7600c46 : 6623219: Font.canDisplayUpTo does not work with supplementary characters
dd0e38d73ab : 7021209: convert lang, math, util to use try-with-resources
8967db2c358 : 7021531: lock ordering problems after fix for 6354181
1c5e7bf24ae : 7020521: arraycopy stubs place prebarriers incorrectly
4ce80489091 : 6604496: Support for CKM_AES_CTR (counter mode)
7073df6b966 : 6702400: ChunkedInputStream expecting -1 from int read, but int->char comparision is wrong
4c2006a7802 : 7021327: Changes for 7020888 included changes to other files in error
17cace4c588 : 7020888: (file) Miscellaneous and trivial clean-ups (typos and opportunities to use suppressed exceptions)
53bff122391 : 7010379: fontconfig update for RHEL 6
7ddd950b1d1 : 7019705: Add -XX:+AggressiveOpts options to MOAT test
99aa7bad623 : 7001685: Renable EnumSetBash Test
8e292417027 : 7020517: (fs) FileStore.equals returns true if both volumes have the same serial number
46bcea93efe : 7020992: jmm_DumpThreads should not allocate system object arrays outside the perm gen
dc728d5d5ae : 7020047: Project Coin: generate null-check around try-with-resources close call
3899f14f1f9 : 7019557: SharedMiscDataSize too small for 64-bit fastdebug JVM
1f7e05695e0 : Added tag jdk7-b130 for changeset 09e47b898040
dbe007c7b0b : Added tag jdk7-b130 for changeset 8924242a88c8
cdb0e033c67 : Added tag jdk7-b130 for changeset 1607780fe197
5d6d7f29f4d : Added tag jdk7-b130 for changeset b0a4325b9ef5
4138cbb7b06 : Added tag jdk7-b130 for changeset 70ed6d8368bc
f2249adf60d : Added tag jdk7-b130 for changeset 04b2533d5d44
edcd96a1295 : Added tag jdk7-b130 for changeset 00d174cbd0bb
00a47ca240a : 6850806: NPE exception throws in PrintServce.getSupportedAttributeValues
f0730a655cb : 7018385: update javax.sql classes to use try-with-resources
b88a6b82c58 : 6722351: sun.print.Win32PrintService.initMedia() is slow
154f0709bd0 : 7020042: G1: Partially remove fix for 6994628
f418b77aa6d : 7027766: G1: introduce flag to dump the liveness information per region at the end of marking
cec5c206562 : 7033292: G1: nightly failure: Non-dirty cards in region that should be dirty
3e9fe24ddd6 : 7023069: G1: Introduce symmetric locking in the slow allocation path 7023151: G1: refactor the code that operates on _cur_alloc_region to be re-used for allocs by the GC threads 7018286: G1: humongous allocation attempts should take the GC locker into account
349d820dd15 : 7029458: G1: Add newly-reclaimed regions to the beginning of the region free list, not the end
c2275649b76 : 7026932: G1: No need to abort VM when card count cache expansion fails
4fd9f5071f6 : 6948149: G1: Imbalance in termination times
3e02204f5df : 7029036: Card-table verification hangs with all framework collectors, except G1, even before the first GC
4282af91a0f : 7030435: Some oop_oop_iterate_m() methods iterate outside of specified memory bounds
7b9e1ea0d5d : 7017637: closed/java/awt/font/StyledMetrics/BoldSpace.java failed : Space char should have 0 advance
e640a52207b : 6857592: Getting warning while moving or resizing the frame when component.printAll() is called on local JNI
e70749d90d3 : 6997102: Test case has hard code, so that applet thread threw exception
5ddedf5391e : 6474153: LookAndFeel.makeKeyBindings(...) doesn't ignore last element in keyBindingList with odd size
0f411471669 : 7020626: diamond: add diagnostic test for diamond and non-generic classes
3b676c49253 : 7018859: javac turn off the Zip optimization by default
bbcb5e8be37 : 7013969: NetworkInterface.toString can reveal bindings
7d8c3e94602 : 7020043: Project Coin: diamond allowed on non-generic type
ba7c4a35c3a : 7000132: Misplaced description in javax.sound.sampled.AudioSystem.getTargetDataLine
5e361485c1a : 6801236: test closed/javax/sound/sampled/FileWriter/WaveBigEndian.java fails
437b0f5f717 : 7018459: javax.script code comments have issues with HTML4 validation and Accessibility compliance
daf96106165 : 7016693: javax/swing/JScrollBar/6542335/bug6542335.java failed on Ubuntu
9aa277a5417 : 6526860: (fc) FileChannel.position returns 0 when FileOutputStream opened in append mode
f1c2d419cb6 : 7018912: [parfait] potential buffer overruns in imageio jpeg
e5d4746fb47 : 7017901: OOME in java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java
0c700cc07d0 : 7013519: [parfait] Integer overflows in 2D code
313991183b7 : 7018392: update URLJarFile.java to use try-with-resources
c2ea25db39c : 7019718: make error reporting flags product instead of diagnostic
daf8e751d42 : 7019441: No lookup cache for internal composite font creation leads to java heap growth
527e2fedcd4 : 7010594: Add /SAFESEH to links on windows to verify safe exceptions
5e83438315b : 7019689: Non-dependent name is found in dependent base class although it should be rejected
cff49a91527 : 7013964: openjdk LICENSE file needs rebranding
c378d70f330 : 7013964: openjdk LICENSE file needs rebranding
246c483c58c : 7013964: openjdk LICENSE file needs rebranding
2ae751c338a : 7013964: openjdk LICENSE file needs rebranding
4d9392390fd : 7013964: openjdk LICENSE file needs rebranding
5c3ac3b6f6f : 7013964: openjdk LICENSE file needs rebranding
932f3af0eb8 : 7013964: openjdk LICENSE file needs rebranding
2c97d8fb44c : 6999337: java.exe fails to start if some directory names in path to java binaries contain Russian characters
f1181c706c7 : 6990136: Cleanup use of Type.clone()
9c5679fe532 : 6840152: JVM crashes when heavyweight monitors are used
9c787663dc5 : 6980124: closed/javax/swing/plaf/synth/SynthPainter/unitTest/UnitTest.java fails
560ab81595b : 6562203: Thread doesn't terminate immediately if it was stopped before start
0bfde7d2430 : 6936350: API clarification needed on useDaylightTime() for timezones that have defined usage dates
5d5154fbeac : 6954420: 2/4 jps shows "process information unavailable" sometimes
0a926d8d57a : 6994933: java.awt.Desktop feature is "intermittently" supported on Solaris. Really unexpected behavior
3073a786644 : 7017581: missing copyright header in test/sun/java2d/pipe/RegionOps.java
a2309c8fe04 : 6956842: BasicTreeUI.getPreferredSize(JComp c) is delegated to getPreferredSize(c, true) not (c, false)
dd20e6fdd72 : 7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
77f10a1c5f2 : 7017664: Add listeners infrastracture to javac scopes
24715146fdb : 7016520: JSR 292 rules for polymorphic signature processing must be in package-info
ba8c9929762 : 7014755: JSR 292 member lookup interaction with security manager
53a35e23ee9 : 7016261: JSR 292 MethodType objects should be serializable
d4fbb08ec06 : 7018928: test failure: sun/security/krb5/auto/SSL.java
74c63197eb1 : 7018429: JPRT: Update Makefile to use ALT_JDK_TARGET_IMPORT_PATH for copying JDK
511e9c3dcbf : 7008433: Minor copyright changes
ce7292003a1 : 7018897: CertPath validation cannot handle self-signed cert with bad KeyUsage
52dac61212e : 7019371: JDK7 is not building UPX. IFTW wrappers are not compressed
32b8c54ea35 : 6927486: Hashtable writeObject() may deadlock
709cabc2f18 : 6934356: Vector.writeObject() serialization may deadlock
14997b102e8 : 7016704: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with new version of find (lnx)
29b4c549847 : 6637230: 2/3 jps doesn't work for application waiting for direct attach
dcf0b454c61 : 7022659: errorHandler doesn't compile without precompiled headers
876fbcb9f7d : 7019157: errorHandler doesn't compile with super old gcc without precompiled headers
710ec9f95dd : 6505047: javax.lang.model.element.Element.getEnclosingElement() doesn't return null for type parameter
05a3d3acb60 : 6996192: Console.readPassword race: input echo off must be prior to writing prompt
72ec986b224 : 7019104: Bump the HS21 build number to 02
3cda6b5fd04 : 7016698: test sun/security/krb5/runNameEquals.sh failed on Ubuntu
8c80661027e : Added tag hs21-b01 for changeset 251814950cb2
d43bb4114c7 : 6742654: Code insertion/replacement attacks against signed jars 6911041: JCK api/signaturetest tests fails for Mixed Code PIT builds (b91) for all trains 6921823: JarVerifier csdomain field not initialized 6921839: Update trusted.libraries list
0e639011569 : 7007596: (zipfs) FileSystems.newFileSystem(FileRef...) always employs zipfs regardless the real Path type
8a19e99f74b : 7018364: XShmGetImage with image's > drawable's size causes BadMatch
311bd2a9a98 : 7018257: jmm_DumpThreads allocates into permgen
f485ab561e0 : 7013730: JSR 292 reflective operations should report errors with standard exception types
54e473f9f88 : 7012650: implement JSR 292 EG adjustments through January 2010
eedbedae93b : 7013417: JSR 292 needs to support variadic method handle calls
2c8d5d64725 : 6604827: JavaDoc for ScriptEngineFactory.getMethodCallSyntax contains an error
841872dc4ba : 7017734: jdk7 message drop 1 translation integration
43148e53288 : 7012644: Regression: jdk/make/common/shared/Defs-windows.gmk has problems on cygwin 7018835: Debug build issues in jdk makefiles
c800d6ea462 : 7017734: jdk7 message drop 1 translation integration
07038649d54 : Added tag jdk7-b129 for changeset 22e1f19ae95c
e861a90caa3 : Added tag jdk7-b129 for changeset 6552a84fac3c
86a083c1f73 : Added tag jdk7-b129 for changeset be4f18a6d7c5
20b88d2aaea : Added tag jdk7-b129 for changeset ff78798ebd0e
97dbe914435 : Added tag jdk7-b129 for changeset 251814950cb2
631189b716d : Added tag jdk7-b129 for changeset c9679be023bb
6db98ef4035 : Added tag jdk7-b129 for changeset b66ada7c8e10
caf02570752 : 6485027: javac incorrectly handles relative paths in manifest classpath
2c35cde7504 : 7018302: newly added assert related to size of constantPoolOop causes secondary assertions or crashes
5ca7f854cf1 : 7018452: langtools not buildable on Mac
02c1789d114 : 7017734: jdk7 message drop 1 translation integration
1406a86c7d0 : 7018098: CacheFSInfo persists too long
c5468080e48 : 7014477: pt_BR corba resource bundle is missing in jdk7 build
17088aceaaa : 6993171: JavaTest/JDK7b114 - no help text is shown for interview questions, JavaTest HANGS UP
32b46da6e32 : 7017824: Add support for creating 64-bit Visual Studio projects
d30b5f01d3a : 7018366: hotspot/runtime_erro Fix for 7014918 does not build using MVC 2003
4598218eac4 : 6989774: imageio compiler warnings in native code
76468b0bcfd : 7018447: langtools launcher template fails if tools run from their own directory
4b3ada699de : 7016474: string compare intrinsic improvements
477cbff4b69 : 7019819: bare oop in ciField
a7f9351b5d9 : 7018101: os::dll_address_to_function_name returning wrong answers in 64 bit
c2b37037c6e : 7018378: JSR 292: _bound_int_mh produces wrong result on 64-bit SPARC
add4b5bf69d : 7018506: CTW swallowing OOMs after symbol changes
01cc76e02d0 : 7018673: Zero: 6953144, 6990754 and 7009756 made some changes which broke Zero
c13062093b7 : 7018849: 7017124 fix broke VM build on some platforms
5d3ab72d1d0 : 7017746: Regression : C2 compiler crash due to SIGSEGV in PhaseCFG::schedule_early()
4c567f5969c : 7018277: JSR 292 change test/compiler/6987555/Test6987555.java to new MH syntax
6782422f01c : 7017434: Tiered needs to support reprofiling
3f1466e7d2a : 7018387: Xrender pipeline may leak GC's
c9335a55e11 : 7010792: remove bad debugging method from javac
a71eecc4f72 : 7016750: tools/javac/nio/CompileTest failing in nightly test
763f8900291 : 6818960: ImageFetcher ( MediaTracker) Thread leak
7334402db57 : 7017008: G1: Turn on compressed oops by default
35f815a7b42 : 7018258: Dual-pivot updates in 7013585 can fail with ArrayIndexOutOfBoundsException
a0b7ff83694 : 7016724: Remove sun.jkernel.* classes in JDK 7
237866941a4 : 7014918: Improve core/minidump handling in Hotspot
71a1558a674 : 7013961: Threads attached via JNI attach prevent daemon ThreadGroups from being destroyed
5c4ea049dd3 : 7017800: (tz) Support tzdata2011b
e8b79573d20 : 6618658: Deserialization allows creation of mutable SignedObject
7b6e6b647ab : 7016976: Documentation for required ant version on JDK7 builds on Solaris 10 and Solaris 11
37564ccd3aa : 7016976: Documentation for required ant version on JDK7 builds on Solaris 10 and Solaris 11
287139e5a5e : 7014874: Incorrect COOPs modes on solaris-{sparcv9,amd64} with ParallelGC
a6241f31b17 : 7006865: Regression: Corrupted output when printing images with bit depth of 4
9acb43fa6df : 7003401: Implement VM error-reporting functionality on erroneous termination
50ef3f8522e : 7017840: (zipfs) test/demo/zipfs/basic.sh needs to be updated due to 7013420
aa6f495fbe1 : 4421494: infinite loop while parsing double literal
9eecf686c54 : 7017673: Remove setting of the sun.jkernel.DownloadManager as a boot classloader hook
47a983f28a8 : 7015500: Locale.toLanguageTag() uses "und" as lang subtag for private use only Locale
477c01454f5 : 7013585: Dual-pivot quicksort improvements for highly structured (nearly sorted) and data with small periods
4b61d914f1e : 7016856: dashing performance was reduced during latest changes to the OpenJDK rasterizer
0c395c77996 : 7014851: Remove unused parallel compaction code
7eccb460db8 : 6912621: iCMS: Error: assert(_markBitMap.isMarked(addr + 1),"Missing Printezis bit?")
fef1c1e8164 : 7017675: typo in JavacParser for allowUnderscoresInLiterals
c4ddbc7c870 : 6472925: OutOfMemoryError fails to generate stack trace as it now ought
b9633d42b40 : 7017124: Fix some VM stats to avoid 32-bit overflow
98f1ff044f0 : 6979537: closed/javax/swing/JSplitPane/UnitTest/UnitTest.java fails
e7c3086ed3b : 7013538: Java memory leak with escape analysis
4c2196918e0 : 7016942: Revert a refactoring in TooltipManager to allow reflection hack
dfec6e2301f : 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123
3c0d8e8275f : 7017414: before the move of JSR 292 to package java.lang.invoke, javac must recognize the new package
8c1c23cb0a3 : 7017454: Residual warnings in sun/nio/** and java/io native code (win64)
c00a50c8e99 : 7017240: C2: native memory leak in nsk/regression/b4675027 on windows-x86 in comp mode with G1
a0b7ecd3d1b : 7016898: PlainSocketImpl.fd is null on Windows
6207a0fa9c0 : 7003155: (fs) Paths.get(<file-uri>) does not handle escaped octets correctly
bc1f07b5872 : 7012823: TEST_BUG: java/nio/MappedByteBuffer tests leave file mappingsthat prevent clean-up (win)
b11e82495ac : 7017486: Need synchronized access when flushing the LDAP request queue
4f8fd33ba86 : 7005986: (zipfs) ZipPath.startsWith() fails because of the implementation of getName(index)
50cd98ab88f : 7015783: Update JDK Netbeans projects to -source 1.7
0b8033ccf35 : 6995147: Case needs to be update. ServiceDialogTest.java failed as compilation error
947318a06f2 : 7014796: Regression test java/awt/PrintJob/Text/stringwidth.sh cannot be terminated on Windows
af8b8f7e353 : 6741526: KeyboardFocusManager.setDefaultFocusTraversalPolicy(FocusTraversalPolicy) affects created components
6db39ae8a5c : 7014095: Broken link in java.sql package specification
e6aca17c499 : 7017176: Several JNDI tests are mssing GPL header
60418bbde39 : 7015169: GC Cause not always set
4940eacbf74 : 7017009: Secondary out of c-heap memory error reporting out of memory
2eb8699d50b : Added tag jdk7-b128 for changeset 4b78c27c217f
12d68f85e1b : Added tag jdk7-b128 for changeset d11e5f2eb62c
0e36c790ac5 : Added tag jdk7-b128 for changeset 86a3def1e503
ae7dd833219 : Added tag jdk7-b128 for changeset 830d9cfc3121
924a1720858 : Added tag jdk7-b128 for changeset 5eecea832c83
52d68e44c92 : Added tag jdk7-b128 for changeset 5e42523b8b5a
29728ab40f4 : Added tag jdk7-b128 for changeset cc2af205b2d9
9a5a2207adb : 6989705: ECC security code native code compiler warnings
4c1f2a17d90 : 6968053: (launcher) hide exceptions under certain launcher failures
561ef8dad20 : 7014634: By default, only build the product bits with a closed jdk build (like openjdk does)
738c9260b12 : 6944304: Potential rebranding issues in the openjdk7/corba sources
6435c3ecac3 : 7014645: Support perl style Unicode hex notation \x{...}
5b37c4faec0 : 7016998: gcutil class LinearLeastSquareFit doesn't initialize some of its fields
e9f2c8444e2 : 6997561: A request for better error handling in JNDI
3ed07d01b93 : 7013282: No appropriate CCC request for listed JDK 7 changes in java.util.spi package (b121)
6232632ef8d : 7014794: (file) lookupPrincipalByGroupName fails to find large NIS groups
d48bd086df5 : 7013453: BufferStrategyPaintManager.dispose will cause IllegalMonitorStateException in event thread
1d6cc8fc424 : 6751021: TEST_BUG: race condition in the test java/lang/Runtime/exec/Duped.java
bdd31714050 : 6887710: Jar index should avoid putting META-INF in the INDEX.LIST
6ed5196d7d8 : 7016897: Copyright header correction : test/sun/security/provider/SeedGenerator/SeedGeneratorChoice.java
d191a468739 : 7008595: Class loader leak caused by keepAliveTimer thread in KeepAliveCache
f4daf3d7bf7 : 7014715: javac returns different error code for certain failure(s)
536bd08692e : 6969184: poor error recovery after symbol not found
6ded62c828e : 5017953: spurious cascaded diagnostics when name not found
79d1b7b1e10 : 6594914: @SuppressWarnings("deprecation") does not not work for the type of a variable
052aed62767 : 7012088: jump to 0 address because of lack of memory ordering in SignatureHandlerLibrary::add
8a44936bb0d : 6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread"
3373070e7fb : 6923430: G1: assert(res != 0,"This should have worked.") 7007446: G1: expand the heap with a single step, not one region at a time
ce8ab391641 : 7012540: java.util.Objects.nonNull() incorrectly named
31e3fe4a984 : 7016023: Enable building ARM and PPC from src/closed repository
dd26efb159f : 6988176: There is focus painted inside the button
069ec3aa004 : 6988168: Press the "Toggle Font" button.The size of the combo box didn't change
d0c8cd68156 : 7015391: (zipfs) Update zip provider for 1/2011 changes 7014948: (zipfs) ZipFileSystem.newFileSystem(Path...) should not throw FileSystemAlreadyExistsException 7015139: (zipfs) ZipPath.delete() should throw DirectoryNotEmptyException when handling "real, non-empty" dir
f743a9db849 : 7014998: assert(is_T_family(features) == is_niagara(features)) failed: Niagara should be T series
9be3c0f7897 : 6961571: Update visitors to support ARM's ElementKind.RESOURCE_VARIABLE
0c44452fefb : 7015232: missing copyright header in CheckZOrderChange.java
cba53708ec2 : 6588413: Use -fvisibility=hidden for gcc compiles
932380b9e07 : 7015908: 3 javax.script tests fail with openjdk build
6baa3e1f566 : 7012339: JSR 292 crash in G1SATBCardTableModRefBS::write_ref_field_pre_work()
1c643e68f0a : 6789220: CMS: intermittent timeout running nsk/regression/b4796926
1046ee088f9 : 6999988: CMS: Increased fragmentation leading to promotion failure after CR#6631166 got implemented
85a3f20cefe : 7011497: new CertPathValidatorException.BasicReason enum constant for constrained algorithm
561c090437b : 7009309: JSR 292: compiler/6991596/Test6991596.java crashes on fastdebug JDK7/b122
8e948a84fae : 7015827: Fix HTML validation issues in java.math package
ba98ee427f6 : 7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
f78d8f1157f : 6354181: nsk.logging.stress.threads.scmhml001 fails assertion in "src/share/vm/oops/instanceKlass.cpp, 111"
d18d952e56c : 7014679: G1: deadlock during concurrent cleanup
a09ca04b628 : 6999045: DOC: Unclear spec for BevelBorder constructor and BorderFactory factory method (colors switching)
d12c1d0e494 : 7001118: DOC: javax.swing.border.StrokeBorder.paintBorder() doesn't throw NPE in all specified cases
066a92efdac : 7001484: DOC: Method javax.swing.border.StrokeBorder.getBorderInsets() should specify how it converts float
9b7612b0457 : 7015156: Remove JSR 308 changes from core libraries
8f9c072c89b : 7015530: Reiterate API specializations in javax.lang.model.elment subinterfaces
7ac10515737 : 7014301: Change make 3.81 sanity check to a fatal, 3.81 is needed now
d4946d1ec34 : 6340263: Regression testcase java/awt/dnd/DnDClipboardDeadlockTest throughs IOException: Owner timed out
26b3b9744fe : 7015410: test/java/net/Socks/SocksProxyVersion.java needs to be updated due to 7013420
15959fbf115 : 6838943: inference: javac is not handling type-variable substitution properly
1e776bc78a6 : 6313164: javac generates code that fails byte code verification for the varargs feature
6647b73cc8c : 6910550: javac 1.5.0_17 fails with incorrect error message
2f37110eca5 : 7006126: (fs) Updates to file system API (1/2011)
68c23b7878a : 7006126: (fs) Updates to file system API (1/2011)
50d526442a7 : 7015482: jtreg test tools/javac/diags/MessageInfo.java fails when test/ dir is not in langtools repo
732cd2c94f5 : Added tag jdk7-b127 for changeset 97fc02571ce4
f1b2110aa01 : Added tag jdk7-b127 for changeset a7313d21f4d1
f3cfd3735fb : Added tag jdk7-b127 for changeset 610f48fcaf6f
1fd7554dee5 : Added tag jdk7-b127 for changeset 784082330dbc
d3c6da23e01 : Added tag jdk7-b127 for changeset afc10913decb
d175cf9b7d9 : Added tag jdk7-b127 for changeset ee4e45399c23
403bf1aad23 : Added tag jdk7-b127 for changeset 6485675c3e33
7b4f8073f0a : 6990754: Use native memory and reference counting to implement SymbolTable
c3ccfc3a2f6 : 4645692: solveCubic does not return all solutions
777ccc075e6 : 6935155: @since tag is missing in JTextComponent.save/restoreComposedText
f771851eb28 : 6902615: Method JTextComponent.getKeyStrokesForAction() throws StackOverflowError
de3bde6688f : 7013272: Automatically generate info about how compiler resource keys are used
eef80dd156d : 6940890: Java doesn't pick up the correct fontconfig files in latest Solaris Next builds
1dd962a92e6 : 7013420: Project Coin: remove general expression support from try-with-resources statement
e5079417fd2 : 7014738: Update jdk repo application manifests with Windows 7 compatibility section
a184b53cecd : 6554097: "final" confuses @SuppressWarnings
65c9e92668c : 7012663: javadoc warning in javax.swing.JComponent and javax.swing.plaf.synth.SynthTextPaneUI
ec50779b72f : 7013420: Project Coin: remove general expression support from try-with-resources statement
34880c294ba : 7014711: Fork HS20 to HS21 - renumber Major and build numbers of JVM
ded092cb709 : 7014261: G1: RSet-related failures
a0d098f1711 : Added tag hs20-b07 for changeset c2f2ee35ff81
18fcb81cff3 : 7014247: CTW fails when compile sun/misc/AtomicLongCSImpl (REMOVED from JDK7)
ecdb5848ebd : 6608385: G1: need to support parallel reference processing
5c7903af7d9 : 6431076: Cursor gets reset to text cursor in xawt TextArea when autoscrolling on append
fa97643b69e : 6693961: cross-window focus transfer ability in the Focus Spec should be revised
5573dccf963 : 6566340: Restore use of stillborn flag to signify a thread that was stopped before it started
43e51855df0 : 7006578: Project Coin: Retrofit JDK libraries with @SafeVarargs
bcf09ec04f8 : 6988106: javac report 'java.lang.IllegalMonitorStateException'
1ab227adc49 : 6581775: Fix the white space problem in javac shell tests
1d1fd8962df : 6963934: JCCompilationUnit.getImports does not report all imports
4739203b6c3 : 7008809: should report the class in ArrayStoreExceptions from compiled code
e7265c2832a : 5001004: Required Security Algorithms need to be defined
8bce4225f6d : 7006576: (zipfs) Path.exists() always returns false on dirs when zip/JAR file built without dirs 7009092: (zipfs) ZipPath.isSameFile() should always return true if this Path and the given Path are equal 7009085: (zipfs) ZipPath.normalize("/./.") returns null 7009102: (zipfs) ZipPath.toRealPath() should always return absolute path
6bd5b48ca77 : 7013865: varargs: javac crashes during overload resolution with generic varargs
96d0749bfcb : 6569633: Varargs: parser error when varargs element type is an array
13ecf26dedb : 6510286: Wording of javac error for inner classes
b77effad6c6 : 6968793: issues with diagnostics
df54c56a04b : 6943278: spurious error message for inference and type-variable with erroneous bound
76600dc5357 : 6735293: javax.swing.text.NavigationFilter.getNextVisualPositionFrom() not always throws BadLocationException
7f68f1c5f4c : 6999620: [parfait] potential buffer overruns in 2d and awt
e1a25da53b2 : 7002766: Java2d: Changes to correct c/c++ language issues for use of parfait
84536ec263c : 6809483: hotspot:::method_entry are not correctly generated for "method()V"
01c9167c256 : 6912013: Remove the temporary launcher fix to add modules in the bootclasspath
e615d63fad6 : 7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
14f4450d25c : 7013718: G1: small fixes for two assert/guarantee failures
6c31af960e8 : 6892138: Windows GDI platform font lookup apis affect start-up for small UI apps
248c3bb784d : 6892493: potential memory leaks in 2D font code indentified by parfait
14a381f250d : 7013682: two test checking cpuTime filed java/lang/management/ThreadMXBean
9256b1a02a1 : 7013812: C1: deopt blob too far from patching stub
3a985f5c158 : 7013739: jdk_rmi target is missing in the top repo's test/Makefile
ad7ce8329f4 : 7013739: jdk_rmi target is missing in the top repo's test/Makefile
c37b51609d9 : 6173675: M&M: approximate memory allocation rate/amount per thread
f8077e99a64 : Added tag jdk7-b126 for changeset ecd42a8e578e
fa37805dfab : Added tag jdk7-b126 for changeset 3b85a5b1538a
f1142770021 : Added tag jdk7-b126 for changeset b3d0df94a2c9
b74d5841e6a : Added tag jdk7-b126 for changeset b1e3d8548ad2
6083cfa267a : Added tag jdk7-b126 for changeset 58ca438889f6
a7730221b63 : Added tag jdk7-b126 for changeset 99921385f9e6
c1581d642ad : Added tag jdk7-b126 for changeset abcb441e62bd
ef0c3851d3a : 7013646: remove obsolete fontconfig files for linux and solaris
33dfd5c1e86 : 6980204: closed/java/awt/font/LogicalFonts/MappingTest.java fails
5e35df892d0 : 7011839: JSR 292 turn on escape analysis when using invokedynamic
a534ff63b7b : 6983248: net/net001 and net/net003 fail on WinXP with JDK7-B108
5eb8f2a9ef5 : 7011857: java/util/concurrent/Phaser/FickleRegister.java fails on solaris-sparc
abc42d9b10c : 7011442: AppletClassLoader.java needs to avoid spurious wakeup
5fcdecb5a95 : 7011443: ./share/classes/sun/awt/SunToolkit.java needs to avoid spurious wakeup
68d81ea91b6 : 7011446: ./windows/classes/sun/awt/windows/WToolkit.java needs to avoid spurious wakeup
0637d18813e : 7013109: windows application manifest problems 6820955: Update application manifests with new Windows 7 dpiAware section
3be956cf8b8 : 6983037: closed/java/awt/font/FontNames/Type1Fonts.java failed due to missed font
8bce4a6620e : 6977804: G1: remove the zero-filling thread
272d7eaffc3 : 7012505: BreakpointWithFullGC.sh fails with Internal Error (src/share/vm/oops/methodOop.cpp:220)
2ad5e5ace57 : 7012642: G1: JumbleGC002 test aborts with segmentation violation due to uncaught stack overflow
347b9111fbc : 6951501: EUDC character is not displayed on Swing
adca27cd2ca : 4493128: CubicCurve2D intersects method fails
f0288167867 : 7013008: 2/3 assert(method == NULL || check_method(method, bcp)) failed: bcp must point into method
5dc9441b0a6 : 7012493: 2/2 6849574/Test.java fails with Internal Error (src/share/vm/prims/jvmtiTagMap.cpp:3294)
e9beeba39f1 : 4724552: CubicCurve2D.contains(Rectangle2D) returns true when only partially contained
05b7df20dd1 : 7011379: G1: overly long concurrent marking cycles
7264124305a : 6246816: SwingSet2 should be rewritten
00e24ca7ca0 : 7012766: assert(false) failed: DEBUG MESSAGE in MacroAssembler::debug32
d2aac739a8c : 7012965: Fix failed on sparc for 7009756: volatile variables could be broken throw reflection API
41aff425b6c : 6982999: tools must support -target 7 bytecodes
4edf584b30d : 6342301: Bad interaction between setting the ui and file filters in JFileChooser
19889fbd3e9 : 6508943: small typo in the documentation 6759414: javascript engine can not write to StringWriter 6869617: RhinoScriptEngine bug : ScriptException cause not set (with fix) 7012701: Add a test to check that Rhino's RegExp parser accepts unescaped '['
ba58eb78962 : 7012003: diamond conversion for ssl
07cf679af30 : 6930980: Disable TrueType hinting for fonts known not to hint well
4f99e5d754a : 7010903: impl. of http.maxConnections is different from the description in JavaSE document
01e63ab0d1f : 6939417: ArrayIndexOutOfBoundsException in Win 7 on selected printers
d7cd379d572 : 6950375: Remove msvcrt.dll from the Windows JRE bundles
5ef33b6dc28 : 6950375: Remove msvcrt.dll from the Windows JRE bundles
8efa2d97ed3 : 7011272: langtools build.xml should provide a patch target
d7db7e3515b : 6925760: Scaled graphics can cause overlapped LCD mode strings on Windows for pixel size > 48
f1c4dc3a281 : 6571165: Minor doc bugs in JavaCompiler.java
9a6afb10e4a : 6419926: JSR 199: FileObject.toUri() generates URI without schema (Solaris)
8d30a7a6429 : 6989370: Windows platform fonts may be incorrectly marked as ineligible for the native rasteriser
06c1663385c : 6951086: Excessive Local References in sun.font.SunLayoutEngine.nativeLayout
f29b91c7b1c : 6811367: Fix code in HeapDumper::dump_heap() to avoid buffer overrun
0dae258b027 : 6949040: java.dyn package must be compiled with -target 7 or better
ede9924b4e2 : 7007432: Test generic types well-formedness
7d909796933 : 6992698: JSR 292: remove support for transient syntax in polymorphic signature calls
6c4c4000d19 : Added tag hs20-b06 for changeset abf8b0ea66cb
254ad140f32 : 7012279: Project Coin: Clarify AutoCloseable and Throwable javadoc
423f587b013 : 4926272: methodOopDesc::method_from_bcp is unsafe
1551fd74e20 : 7010528: javadoc performance regression
b40613587d1 : 6728865: Provide a better heuristics for Collections.disjoint method
f063bf980c9 : Added tag jdk7-b125 for changeset ae40314fa64e
74baa547718 : Added tag jdk7-b125 for changeset 99497627ca18
0f474d25595 : Added tag jdk7-b125 for changeset a45e9dd33dbb
b73f903d3d4 : Added tag jdk7-b125 for changeset c477817f26b9
09910005ac6 : Added tag jdk7-b125 for changeset abf8b0ea66cb
de642a4fd1d : Added tag jdk7-b125 for changeset ad6f4daff46b
7db21db8dc2 : Added tag jdk7-b125 for changeset 1a53528f3a9e
c1bf12c7a1e : 6917884: NPE in sun.font.FcFontConfiguration.getPlatformFontNames
1a80af87fe0 : 7008047: remove sanity check of msival tool from JDK tree
a491a767501 : 7012269: mapfile for headless awt needs getFontPathNative defined
e66871ae108 : 6430241: Hard to disable symbol file feature through API
597a0cd2143 : 7011940: iCMS: SIGSEGV in SweepClosure::do_already_free_chunk(FreeChunk*)+0x360
721a612e66e : 7001056: JDK 7 fails on to build on Solaris 10 update 9 - updated Xrender header files
593f3c20f4b : 6990651: Regression: NPE when refreshing applet since 6u22-b01
f8bfe29fae7 : 7003398: NetworkInterface equals() and hashCode() behaviors depend on permissions granted
ab0fe3d4216 : 6964547: Impossible to set useV4 in SocksSocketImpl
2464e6b3693 : 6941122: G1: UseLargePages does not work with G1 garbage collector
de3e3830d21 : 6896088: URLClassLoader.close() apparently not working for JAR URLs on Windows
18619a6ed64 : 7011627: C1: call_RT must support targets that don't fit in wdisp30
efefa140388 : 6958221: java.awt.Font.getFamily() leads to JVM crash on Linux on JDK7 for "custom" fonts
8d210c170e8 : 7009828: Fix for 6938627 breaks visualvm monitoring when -Djava.io.tmpdir is defined
07549260db3 : 7008713: diamond conversion of kerberos5 and security tools
bc1df68513c : 6994297: G1: do first-level slow-path allocations with a CAS
5f21cb1b9b9 : 7007068: G1: refine the BOT during evac failure handling
8867f6b2982 : 6436034: Instance filter doesn't filter event if it occurs in native method
b6d2068ee20 : 6994753: Implement optional hook to a Java method at VM startup
058b35d369d : 6829919: URLClassLoader.close() doesn't close resource file if getResourceAsStream(...) was called before
677a39996a4 : 7005424: Resync java.util.concurrent classes with Dougs CVS - Jan 2011
4912ef0e5d6 : 7011386: race in objArrayKlass::array_klass_impl
6931aa0a24a : 7011463: Sparc MacroAssembler::incr_allocated_bytes() needs a RegisterOrConstant argument
259f06de383 : 7011095: revert diamond changes from 6880112 that occur in method args
10467906c41 : 7000693: java.sql.Timestamp compareTo() issues using low values
12f8b2493ef : 6993305: starting position of a method without modifiers and with type parameters is incorrect
6308eab4d57 : 6814943: getcpool001 catches more than one JvmtiThreadState problem
30e2ffcf775 : 6589952: Swing: dead links in API documentation
6a80d2126c7 : 4930919: race condition in MDO creation at back branch locations
d0cebf13506 : 6989472: Provide simple jdk identification information in the install image
571f84fa868 : 7005608: diamond conversion of JCA and crypto providers
fc42d65040f : 7011382: Fix use of VS100COMNTOOLS when installed in non-default or non-space path
e2ed68fb2f9 : 6396503: javac should not require assertions enabled
43e78a8d44f : 6992999: fully remove JSR 308 from langtools
ae65c6240f8 : 6458402: 3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent
a137c29891a : 6544224: Remove the need of sun.reflect.misc
ed5bd3c06d1 : 6997851: Create NTLM AuthenticationCallBack class to avoid NTLM info leakage on client side
595eda12a49 : 7010913: JSR 292 ciMethodHandle does not handle MethodHandleCompiler exceptions properly
a449cd08d74 : 7002957: (fc) FileChannel.transferTo fails to load libsendfile on Solaris 64-bit
b2f607fcb60 : 7010180: JSR 292 InvokeDynamicPrintArgs fails with: assert(_adapter == NULL) failed: init'd to NULL
5d2936a29ce : 7010665: Misplaced membar in C1 implementation of Unsafe.get/putXXX
f87965dc9e7 : 7011125: Bump the HS20 build number to 06
c5d2b222a94 : 6980024: Rebranding jre7/jdk7 License, Copyright, Readme 6912291: Third party license agreement should be present in all bundles
45d3cde9242 : Added tag hs20-b05 for changeset 5f31baaff55b
b2ef93e7d4e : 7008728: diamond conversion of basic security, permissions, authentication
c816ca10db2 : 7009760: Possible stack corruption in Java_java_net_TwoStacksPlainSocketImpl_socketGetOption
5bce844ff63 : 6876037: CTW fails jdk7/hotspot/src/share/vm/opto/type.cpp:2055. assert(bits,"Use TypePtr for NULL")
afbf71368ca : 7009756: volatile variables could be broken throw reflection API
c14e8eb4f29 : 7009268: guarantee(middle - slop > start) failed: need enough space to divide up
5182f947a27 : 6993732: Remove the HPI
7b0134a7cbf : 7003271: Hotspot should track cumulative Java heap bytes allocated on a per-thread basis
e208093ec82 : 7000511: PrintStream, PrintWriter, Formatter, Scanner leave files open when exception thrown
6f2c2c3272d : 7009975: Large file support broken in hs20-b04
d921d72f209 : 7008136: CMS: assert((HeapWord*)nextChunk <= _limit) failed: sweep invariant
8365212a9fc : Added tag jdk7-b124 for changeset 1f0819a3341f
7ce7f859c26 : Added tag jdk7-b124 for changeset 3ebe17bda998
b4949bba8bf : Added tag jdk7-b124 for changeset d08eedd613c1
8c9c66c2dc4 : Added tag jdk7-b124 for changeset b715439429dd
ebfb6cb15aa : Added tag jdk7-b124 for changeset 5f31baaff55b
f3af82e8996 : Added tag jdk7-b124 for changeset aec650969dd5
aa5ca5f2355 : Added tag jdk7-b124 for changeset a8d5f59bbae6
c6f34365c25 : 7010618: C1: array length should be treated at int on 64bit during array allocation
dd5f96536e2 : 7010537: javah no longer depends on javadoc
1f42cca35e3 : 6583275: Hotspot crash in vm_perform_shutdown_actions due to uninitialized TLS during out of memory handling
88990fd1b00 : 7009969: Remove SKIP_OPENJDK_BUILD from top Makefile
ab7cdfe74fb : 6975326: Problem in install/make/rebase/Makefile, grep on empty pattern 6413588: Add 'ldd -r' and 'dump -Lv' checks to all .so files delivered in the JDK 7000995: Add check in makefiles to verify that msvcp100.dll is NOT used
21c037bb9bb : 7010194: several langtools regression failures after JSR 292 changes (b123)
022d6b1633f : 7009618: regression test failed caused by the fix for 7003462
f9239f8eaca : 7010192: InetAddress.isReachable hits ShouldNotReachHere with hs20-b04 (win)
3c6a7c89ff6 : 7010068: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - first pass
dec384330b6 : 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places
34b0ff28e89 : 7009849: C1: Incorrect frame size computation
f02562388c2 : 6928562: Assert(_no_handle_mark_nesting==0,"allocating handle inside NoHandleMark")
528a4138bbf : 6989702: sound native code compiler warnings
ec54e400eed : 7003434: test/closed/java/awt/FullScreen/DisplayChangeVITest/DisplayChangeVITest.java fails with ClassCastExc
28050800c08 : 7008325: CodeCache exhausted on sparc starting from hs20b04
e611aef5630 : 6963357: After clicking the "Load" button,the case FileDialogUserFilterTest.html crashes in jdk7 b98
e56a2bc8d29 : 7006997: A typo in MidiSystem.getTransmitter() implementation code
25a7d0c26f8 : 7008106: com/sun/awt/Translucency/WindowOpacity.java test fails just against jdk7 b122
4286ac7947d : 7009359: HS with -XX:+AggressiveOpts optimize new StringBuffer(null) so it does not throw NPE as expected
875160bd934 : 6991482: Add global jdk makefile options to silence some VS2010 warnings
84b5875f265 : 6962318: Update copyright year
6b6a611c8e9 : 6962318: Update copyright year
9560e4e79f0 : 6962318: Update copyright year
e060789ea47 : 6962318: Update copyright year
5757e522de0 : 6962318: Update copyright year
ce82625a2c3 : 6962318: Update copyright year
67712c83708 : 6999766: Changes to correct c/c++ language issues for use of parfait
d60b64b17cf : 6842956: Assertion error in javax_sound on 64-bit RHEL 5.3 with 32-bit JDK
43280aa63e8 : 7009231: C1: Incorrect CAS code for longs on SPARC 32bit
00c8b5c7a07 : 6921598: PrinterDialog hidden behind other frames
a4142667f3d : 6866808: nsk/stress/jck12a/jck12a014 crashes with SIGSEGV at [libjvm.so+0xc5b10]
86b6ed4a42e : 6957765: Test Bug - javax/swing/SwingWorker/6480289/bug6480289.java failed on 1.7.0b94 but passed on previous
b719528ce0d : 4887645: Remove "awt.threadgroup" system property
8d3bfc152b7 : 6532833: PIT: Metal LAF - The right side border is not shown for the Spinner after the removing the buttons
ab1c0a938ea : 6975480: VS2010 says _STATIC_CPPLIB is deprecated, may need to change this usage
96734e403ee : 6959584: closed/javax/swing/JFileChooser/4847375/bug4847375.java : compilation failed
f2bb972af47 : 7003643: [Fmt-Me] MessageFormat.toPattern produces wrong quoted string and subformat modifiers 7008195: [Fmt-Me] Improve MessageFormat.applyPattern performance
0370a1df6b4 : 6997210: Solaris 11 has no development support for DGA: Cannot build JDK
e02ff5e906a : 7008759: Bump the HS20 build number to 05
8769a48a69a : 6983028: java/awt/FontClass/FontPrivilege.java
4ef8c5c56c7 : 7005984: 3/3 Incorrect values of S0C and S0CMX appear with -gcnewcapacity in jstat
5119e6d87a0 : 6927458: font system should cache transient strikes with weak references
1c49ac1a78e : 7008723: Remove binary plugs creation and use from openjdk
d77b051398a : 7008723: Remove binary plugs creation and use from openjdk
45f02b1cb5c : 6891551: Font rasterisation uses more heap than needed for some strikes
23e2064389f : 7002386: (launcher) fix XshowSettings
4157467833a : 6982992: Tests CheckAttributedTree.java, JavacTreeScannerTest.java, and SourceTreeeScannerTest.java timeout
a5689daad8e : 6949749: regression cases need to be updated by removing "System.exit(0)"
1e123e8a3e8 : 6913300: Missing serialVersionUID in javax.print.attribute.standard.DialogTypeSelection
089d7481924 : 7008869: Debug printlns accidentally added to make/build.xml
336f6c2576f : 6987812: 2/3 SAJDI: "gHotSpotVMTypes was not initialized properly in the remote process"
f6993442af8 : 7007708: TEST: javax/swing/JScrollBar/6542335/bug6542335.java failes agaisnt jdk7 on solaris/linux
25eeccff380 : 6973773: JCK manual case JSliderTests.html#JSlider fails in jdk7 b100
154dedcd106 : 7002627: JNI Critical Arrays should be released with the original (unmodified) pointer
088fd232f96 : Added tag hs20-b04 for changeset 5d1dc8153960
9f0db4a0a4e : 6924489: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_OPERATION_NOT_INITIALIZED
16faa79cf40 : 6581254: pkcs11 provider fails to parse configuration file contains windows short path
052ccfe98fe : Added tag jdk7-b123 for changeset 00e80d00deea
517fa29a09d : Added tag jdk7-b123 for changeset 8de47554f105
c7fc44bcf68 : Added tag jdk7-b123 for changeset 06df97f9d413
93491a0775c : Added tag jdk7-b123 for changeset 0fe786c062f0
edd7bbf2396 : Added tag jdk7-b123 for changeset 5d1dc8153960
e0e185c73b7 : Added tag jdk7-b123 for changeset c7ae8ae2340b
cf458a1f543 : Added tag jdk7-b123 for changeset 346d9718942b
01d8aee41bc : 6996867: Garbage rendering of LCD text with SRC composite mode
decbe031fc2 : 7007299: FileFontStrike appears not to be threadsafe?
213481a24b8 : 7003845: README-builds document proper location of forest extension, provide alternatives
7098ab98d51 : 6961186: Better VM handling of unexpected exceptions from application native code
2ee20ffcdb2 : 6998323: Unexpected color change after invoking SplashScreen.update()
e3c8b1e0790 : 6996365: Evaluate the priorities of cipher suites
7e5478ceabe : 6560348: PIT : java/awt/xembed/server/RunTestXEmbed.java fails
a8a98509e78 : 7007377: JSR 292 MethodHandlesTest.testCastFailure fails on SPARC with -Xcomp +DeoptimizeALot
ef4ac58dde5 : 7008466: Tiered: Enable testing of tiered compilation in JPRT
b5542c1c406 : 7008444: Remove unnecessary include of stdint.h in java_md.c
bf2ba650f9a : 6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location
d5ee3dcc8a4 : 6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location
97663382e13 : 7008378: javac bootstrap launcher fails on cygwin when called via an absolute path
c84359f6225 : 4940539: Constructor of java.util.Locale should handle ISO 639-2 Language Codes
85dd2792835 : 7003130: assert(iterations<CG_BUILD_ITER_LIMIT) failed: infinite EA connection graph
e970ef61829 : 7008165: Garbage in ClassFormatError message
5936104d93d : 6968933: Clip loop() deadlock in DirectAudioDevice$DirectClip.run
a09b75abd00 : 6996367: improve HandshakeHash
6d0bcba475c : 7007905: javazic produces wrong line numbers
b1df6e0d01b : 6943959: NumericShaper API doc doesn't describe ARABIC/EASTERN_ARABIC precedence
6e7cb44eeaa : 6880112: Project Coin: Port JDK core library code to use diamond operator
178b7bb4c1d : 7007769: VM crashes with SIGBUS writing PerfData if tmp space is full
5c49b6b99df : 6909331: Add vsvars.sh to the jdk repository (handy cygwin way to get vcvars32.bat run)
66b5a3c0ed4 : 6736178: java.awt.image.SampleModel constructor unexpectedly throws IllegalArgumentException
2aa9ac11779 : 6896624: G1: hotspot:::gc and hotspot:::mem-pool-gc probes are not fired
7c9523592e0 : 6909026: Change GNU make version requirement to 3.81
cec00df9d34 : 6909026: Change GNU make version requirement to 3.81
019f0eb58c9 : 6909026: Change GNU make version requirement to 3.81
5032fcd7b5e : 6567415: Neverending loop in ClassReader
cf7aa136ac9 : 7007157: (pack200) stripping attributes causes a NPE
135eaf7e219 : 6990933: assert(sender_cb) failed: sanity in frame::sender_for_interpreter_frame
41bf31bff44 : 6807801: CMS: could save/restore fewer header words during scavenge
ecddc15f7cb : 6579789: Internal error "c1_LinearScan.cpp:1429 Error: assert(false,"")" in debuggee with fastdebug VM
b2fa4708ade : 7006113: G1: Initialize ReferenceProcessor::_is_alive_non_header field
33b174749a7 : 6635462: D3D: REGRESSION: XOR rendering is extremly slow
2540ccd05fe : 7003487: clhsdbproc stacktrace fails on x64
dbef654a2cc : 7006948: FindBugs warning in IndexColorModel class
62f4413b7b0 : 6983207: API: MessageFormat quote handling discrepancy
c1d0a22eac9 : 6644493: [Fmt-Da] SimpleDateFormat parsing RFC822 time offset is slow
8f82f506b85 : 7007583: (tz) Windows-only: update tzmappings for KB2443685
fdbca6b5f64 : 6975866: api/org_ietf/jgss/GSSContext/index.html#wrapUnwrapIOTest started to fail since jdk7 b102
bb9ddb74a84 : Added tag jdk7-b122 for changeset 41cc0cb556fe
07600d10b6c : Added tag jdk7-b122 for changeset a6ce631dfd85
fd0b9f516ee : Added tag jdk7-b122 for changeset bb380e31601c
fd8f109e589 : Added tag jdk7-b122 for changeset adf3a281adc9
1c1adc7c033 : Added tag jdk7-b122 for changeset c601f7238c18
988ca2678e1 : Added tag jdk7-b122 for changeset f12620579baa
64f8557bf31 : Added tag jdk7-b122 for changeset aa625a3cd2a3
156ee8c4533 : 7003707: need to remove (some) system include files from the HotSpot header files
34cd7bc2241 : 7001424: implement JSR 292 EG adjustments, November 2010
9fd396ce552 : 7006505: Use kstat info to identify SPARC processor
03dc40d7569 : 7006853: Integrate JAX-WS 2.2.2 RI into JDK 7
08bce30ea2f : 7007257: jaxp 1.4.5 jdk7 1st integration
b80ad03e3ff : 6839888: Array overrun in vm adlc
92a7b611711 : 6993803: Request to update SplashScreen specification 6984255: Request for java.awt.SplashScreen spec update: mention possibility of having custom "-splash" option 6992416: [Spec clarification request] Is color deviation for splash screen image allowed? 6992833: [Spec clarification request] point (0,0) in SplashScreen.createGraphics() 6993071: java.awt.SplashScreen should mention that no unnecessary distortions to the image are allowed 6993113: [Spec clarification request] getSplashScreen(): null or HeadlessException? 6996439: [Spec clarification request] Is any delay with splashscreen appearance allowed?
254e7faf342 : 6980447: Rhino JavaScript engine code in jdk-7 has to updated with the latest code from Rhino 1.7R3
64cb5ac047e : 7006265: Javadoc warnings
3ccd57dac4d : 7007229: Fix warnings with VS2010 in compressedStream.cpp
f5e1bc5ca8a : 6782574: AffineTransformOp.filter(BufferedImage, BufferedImage) fails with InternalError
c299b4709f5 : 7006354: Updates to Visual Studio project creation and development launcher
facb1c1b6df : 7006564: NPE in javac running test/tools/javac/nio/compileTest/CompileTest.java
c7842c25509 : 7006659: temporary adlc files are added to the build variables
7baef5d6196 : 6927816: Demo crash in heaptracker with Non-Sun JDK due to possible violation of JNI spec
e738b0097aa : 6765546: Wrong sscanf used to parse CompilerOracle command >= 32 characters could lead to crash
f58190736ed : 6990037: font warnings in the build, missing fonts
cfe2f7eb5d0 : 6999891: DefaultFileManager incorrect
80cb99bacb3 : 6766342: Improve performance of Ductus rasterizer
727333a1a3f : 7000559: G1: assertion failure !outer || (full_collections_started == _full_collections_completed + 1)
e7d9fa1a92f : 7006454: Typo in javadocs typo for Statement.executeBatch @since
0563626b3c6 : 7006044: materialize cheap non-oop pointers on 64-bit SPARC
18324204efe : 7006471: fix for 6988439 crashes when pending list lock is null
3f8b4d6b64a : 7006704: (pack200) add missing file for 6990106
1a68506b19e : 6990106: FindBugs scan - Malicious code vulnerability Warnings in com.sun.java.util.jar.pack.*
0e6307f4b79 : 6444769: java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.html fails
a5f501c021a : 7004940: CTW: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG
aeae2e42030 : 6999460: Glassfish build with JDK 6 / 7 is 5x-10x slower on Windows than on Linux
6ef52286328 : 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
9d7eb99f30c : 7006129: Project Coin: Annotation type to reduce varargs warnings
675d4c42a3c : 7003462: cannot read InputStream returned by java.util.ZipFile.getInputStream(ZipEntry)
8850af593b8 : 7006270: Several javadoc regression tests are failing on windows
c961543922a : 7002320: Locale.forLanguageTag()/toLanguageTag() not working properly with ja_JP_JP locale
26382e27dd0 : 6799854: CodeSigner.hashCode() does not work with serialization
ecb30ce1391 : 7006109: Add test library to simplify the task of writing automated type-system tests
bde6bdb43d4 : 6990134: minor (but red) findbugs warnings
61a4658b22c : 7003748: Decode C stack frames when symbols are presented (PhoneHome project)
72a4a57a9ec : 7006221: Bump the HS20 build number to 04
1986c6588fe : 7005896: Java2D D3D pipeline doesn't recognise latest Windows OSes
19a01fed974 : 6993125: runThese crashes with assert(Thread::current()->on_local_stack((address)this))
aa521ed9cdd : 6988439: Parallel Class Loading test deadlock involving MethodData_lock and Pending List Lock
1ce40f31dd9 : 6504896: TreeMaker.Literal(Object) does not support Booleans
450d85b95a0 : 6199075: Unambiguous varargs method calls flagged as ambiguous
ba8f15cef1f : 7005671: Regression: compiler accepts invalid cast from X[] to primitive array
6c39971cb72 : 6998583: NativeSeedGenerator is making 8192 byte read requests from entropy pool on each init
458596deff8 : 7004439: SCTP_SET_PEER_PRIMARY_ADDR throws SocketException on Linux
90141befa83 : Added tag jdk7-b121 for changeset 89ced394b320
98e6656b3cd : Added tag jdk7-b121 for changeset 4a42e58ee6c3
3dd432bce0a : Added tag jdk7-b121 for changeset 1813eb437117
49604555648 : Added tag jdk7-b121 for changeset 75d78f95b8eb
06759914a27 : Added tag jdk7-b121 for changeset 355804dc2e5e
9494f0dc4b8 : Added tag jdk7-b121 for changeset 5a27cf522774
b95088ea8c6 : Added tag jdk7-b121 for changeset 0961b69bacc0
5d1c8426a15 : 6986242: cut-n-paste error in javadoc for Trees.instance(ProcessingEnvironment)
e753774a968 : 6515695: [Col] java.text.RuleBasedCollator - JavaDoc "Examples" - Two bugs in sample code
b66118af844 : 7005856: avoid name clash for langtools when building on MacOS
83c72a434a2 : 7005007: Refine use of ALT_COMPILER_PATH to avoid conflict with JPRT usage
63331cdad11 : 7000507: javadoc warnings in java.util.Locale 7004335: Javadoc for Locale.toLangaugeTag() is unclear 7005320: (lc) doc: missing " in Locale.forLanguageTag code samples
de27a1608c7 : 7004582: Add GetThisObject() function to JVMTI 1.2
3458c499c96 : 6486695: [Col] Doc: CollationElementIterator example assumes Collator.getInstance return type
b2516290d46 : 6659234: Incorrect check in SerialBlob.getBytes
8baafdfd453 : 7005259: CMS: BubbleUpRef asserts referent(obj)->is_oop() failed: Enqueued a bad referent
cc42fec2558 : 6985202: no access to doc comments from Tree API
3244279bb22 : 4917091: javac rejects array over 128 in length
d2e437cb966 : 7005371: Multicatch: assertion error while generating LocalVariableTypeTable attribute
929d3fd3f50 : 6476118: compiler bug causes runtime ClassCastException for generics overloading
e8d1ae243d1 : 7005095: Cast: compile reject sensible cast from final class to interface
d344b512099 : 6989076: JVM crashes in klassItable::initialize_itable_for_interface
116762a60e5 : 7003550: Loosen modeling requirements for annotation processing erroneous code
5b0e49b0e12 : 5076980: (fmt) FormattableFlags specifies unsupported '^' format flag
f104b182dab : 6911839: Sles/SuSE 11 needs CJK support
aba298cdf0a : 6859086: Dialog created by JOptionPane.showMessageDialog does not repaint sometimes
15d5f3b7090 : 6647615: Sample code in ListResourceBundle is not correct and causes a compile error
2de767fbf0a : 6813208: pageDialog throws NPE from applet
b9f90baa59b : 7004698: javap does not output CharacterRangeTable attributes correctly
860a7e1fc92 : 6415373: (cs) UnicodeEncoder emits BOM when there are no bytes to encode
68746705da6 : 6527572: (cs) Charset.forName can throw NullPointerException when testing bug level
e54cb28a962 : 6977034: Thread.getState() very slow
d91f2b34af0 : 6998860: Signed jar file verification is currently creating many extra new Sun providers
03a1ccfef28 : 7003789: PTRACE_GETREGS problems with SA on Linux
eafb22164bf : 7005241: C1: SEGV in java.util.concurrent.LinkedTransferQueue.xfer() with compressed oops
163e0575c4a : 6457726: Character.isWhitespace JavaDoc has nonexistent char literals
544b475fc57 : 7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed()) 7002546: regression on SpecJbb2005 on 7b118 comparing to 7b117 on small heaps
5039c146a81 : 6653944: (cal) BuddhistCalendar yearOffset erased when deserialized
1ff9b7213a3 : 6203034: [AC] AttributedCharacterIterator methods works wrong (run with respect differs from spec)
8818a291658 : 4396385: [Fmt-Da] SimpleDateFormat too lenient when parsing 1-based hours
8f4579fe600 : 6994628: G1: Test gc/gctests/FinalizeTest05 fails (one live object is finalized)
8e9c506c6ca : 6999210: javac should be able to warn of anomalous conditions in classfiles
edcfaf0f84f : 6994056: G1: when GC locker is active, extend the Eden instead of allocating into the old gen
797fb02b412 : 7004925: CTW: assert(nbits == 32 || -(1 << nbits-1) <= x && x < ( 1 << nbits-1)) failed: value out of range
dc328d312ad : 6984049: applet browser vendor rebranding changes (jdk7 only)
04da9997910 : 7005016: sqe test jhttp/HttpServer150013/HttpServer150013.java
1765b0fbf06 : 6539281: -Xcheck:jni should validate char* argument to ReleaseStringUTFChars
aaf74fa9194 : 6990370: FindBugs scan - Malicious code vulnerability Warnings in com.sun.jndi.ldap.*
e9ba5a8f34a : 6990094: ObjectInputStream cloneArray doesn't handle short[]
d22377ef7a2 : 6775317: Improve performance of non-AA transformed rectangles and single wide lines in software pipelines
dd0d8c601ce : 7004205: fixes handling of sane-gcc-compiler on 32-bit linux and solaris. Previously committed as 6998016 and 6998012
0ea8ad36648 : 6986825: policytool can not save file
dd62e29b29d : 7003782: Update JVMTI version to 1.2 for jdk7
740215236a1 : 6886358: layout code update
9610d3c130f : 6989148: (fs) zip provider should be available "out of the box"
7870d5a3351 : 6557615: Method toString() of java.security.Timestamp throws IndexOutOfBoundsException if CertPath has empty
914bab4e19b : 7001720: copyright templates not rebranded
43fa4159cc4 : 7001720: copyright templates not rebranded
5cdc149cc1a : 5088429: varargs overloading problem
47f6d8a95ea : 7002070: If catch clause has an incompatible type, error pointer points to first exception type in list
63f05334a62 : 7003744: Compiler error concerning final variables
bed261e6aa7 : 7004713: regression: cannot find symbol: variable delegate failed compile _Stub
819310f3777 : 6877056: SVUID calculated for java.lang.Enum is not 0L
b62df1f7137 : 7004021: docs should not assume -source 1.5
36d8bb215e9 : 6992964: FindBugs warnings in com.sun.security.auth.module.UnixSystem.java
d670fd38bf0 : 6943352: SSL regression: RSAClientKeyExchange fails to pass securerandom arg to KeyGen
d9f1152680a : 6896700: Validation of signatures succeed when it should fail
6ad8ffe59ba : 7004168: jarsigner -verify checks for KeyUsage codesigning ext on all certs instead of just signing cert
1d7abe0313b : 7004035: signed jar with only META-INF/* inside is not verifiable
9c33e815ee5 : 6925851: Localize JRE into pt_BR
1c5309a7432 : 7004706: l10n of 7000752 Duplicate entry in RowSetResourceBundles.properties
11fdf5a2232 : 7000729: NLS: rmic.properties cannot be processed by translation team
3281356d0f2 : 7004721: ktarg.sh fails when there's no default realm
96a99876994 : 6980281: SWAT: SwingSet2 got core dumped in Solaris-AMD64 using b107 swat build
df6c2c2e630 : 6704010: Internal Error (src/share/vm/interpreter/interpreterRuntime.cpp:1106)
a1e7708fceb : 6522789: [zh_CN] translation of "enclosing class" in doclet is incorrect
1458ae13130 : 6896693: [fr] keytool: wrong message format in fr locale
a1f1443f96d : 6785462: Missing "(O)" in JFileChooser Open button in Windows LAF
8618cbf1a49 : 6745048: Unnecessary surfix "(O)" in JFileChooser open button text
a7f046b014a : 6708417: On Chinese OS Applet string is appearing in English
0a4f318b2ee : 6579775: l10n update after 6212566
de71f5df78b : 6566218: l10n of 6476932
cc7c58e1661 : 7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute
81df9d108c1 : 6578041: Drag & Drop from Motif to Java does not work
7c3b449ca9b : 6990209: JCK7-compiler lang/ICLS/icls006/icls00603/icls00603a.html#icls00603src test fails
f74039fd415 : 7004530: casx used for 32 bit cas after 7003554
f5a7f6d6061 : Added tag hs20-b03 for changeset a683e80b9ca8
8644a0bc466 : 7002837: Diamond: javac generates diamond inference errors when in 'finder' mode
7613f7a72ca : 6956758: NPE in com.sun.tools.javac.code.Symbol - isSubClass
bd6731ae924 : 7003798: test/compiler/6991596 fails with true != false
ffaadcecea2 : 6961690: load oops from constant table on SPARC
5c9c79fca61 : 6979376: to have ldap filters tolerate underscore character in object identifier
7579c0a24d4 : Added tag jdk7-b120 for changeset 49e5caf5b854
e92f8ce7646 : Added tag jdk7-b120 for changeset 445c518364c4
609788c8270 : Added tag jdk7-b120 for changeset 0165dcd8285f
9efe7286dd7 : Added tag jdk7-b120 for changeset e9aad21cf42e
636b550f8cc : Added tag jdk7-b120 for changeset 6df7c2b3dbea
41f96b78720 : Added tag jdk7-b120 for changeset a3c4c326e934
5d80d9aad5a : Added tag jdk7-b120 for changeset a841cb10e4ea
ab725dba1d1 : 7003554: (tiered) assert(is_null_object() || handle() != NULL) failed: cannot embed null pointer
e07cc985e8a : 7004029: intermittent failures compiling pack200
6caf0e6415e : 6851050: unnecessary full stop character in ja jdi messages
dcf8c40e3a5 : 7003860: G1: assert(_cur_alloc_region == NULL || !expect_null_cur_alloc_region) fails
906b2618213 : 7002173: java.awt package docs build warnings
c55824b4d47 : 6988205: Test failed due to compilation failed, JTextComponent doesn't create drop locations with null bias
77653680225 : 6981484: Update development launcher
c4121e43755 : 7003786: sort Obj_Files before compiling
0e5e1f88648 : 6639507: Title of javax.swing.JDialog is null while spec says it's empty
65d25a6a2ae : 7001423: JSR 292 bytecode enhancements need unit tests
ef031e0195c : 7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute
e69d930bf8f : 6925851: Localize JRE into pt_BR
7fedab77bfe : 6998985: faulty generic arraycopy on windows x86_64: 4th arg overwritten with oop
1065281a980 : 6983204: G1: Nightly test nsk/regression/b4958615 failing with +ExplicitGCInvokesConcurrent
c380ff11d08 : 6402006: FileInputStream.available() returns negative values when reading a large file
f9d845fd455 : 6875026: CTW failure jdk6_18/hotspot/src/share/vm/c1/c1_LinearScan.cpp:5486
f9a00e61998 : 7003745: Code style cleanups (sync from Dougs CVS)
c5f85d1c78d : 7002594: Math.max and Math.min should use floatToRawIntBits() to check for -0.0
275e77646db : 6851834: Javadoc doclet needs a structured approach to generate the output HTML
532dec37974 : 7002666: eclipse CDT projects crash with compressed oops
fe02e1f7c15 : 6945178: SecurityException upon drag-and-drop
4a33afe6c4a : 7003125: precompiled.hpp is included when precompiled headers are not used
18a6408d84b : 7004217: Remove IA64 workaround re-introduced with CR6953477
9802f91e661 : 6348631: remove the use of the HPI library from Hotspot
3111dfa081a : 6709457: (fc) lock/tryLock() throws IOException "Access is denied" when file opened for append [win]
92db57255da : 6709453: (dav)Screen flickers when a JFrame switches to fullscreen mode
8c5bc8227ab : 7003456: ADLC files not correctly generated on Windows
d59d7ffc4ab : 6985015: C1 needs to support compressed oops
71f75cb4816 : 6675400: "Details" in English has to be "Details" in German
dddeba18de0 : 6987107: Add variable to add to but not modify non-fcs version string
05ca2bb455f : 6987107: Add variable to add to but not modify non-fcs version string
338c085a7f7 : 7003544: backout of openjdk changeset 6a391a0ed0da
efca767f827 : 6783910: (dav) java.awt.Color.brighter()/darker() methods make color opaque
36b4f605855 : 7001363: java/dyn/InvokeDynamic should not be a well-known class in the JVM
6edf2ff9a30 : 7003477: Paths.isDefaultBootClassPath needs to be public
cf15a10d325 : 6998592: FileDialog tests crashed on solaris
86b928e0959 : 6988188: The test failed due to Applet thread threw exception
47d77755bca : 6382377: incorrect Exception is given to interceptor 6828768: RMI-IIOP EJB clients do not fail over due to defect in JDK 1.6.0_12
be8a607fef4 : 6900037: javac should warn if earlier -source is used and bootclasspath not set
acdfc13f597 : 7003227: (pack200) intermittent failures compiling pack200
a1d3c19596d : 6780143: hs203t003 hits SIGSEGV/EXCEPTION_ACCESS_VIOLATION with -XX:+UseCompressedOops
7da94e3872d : 6998016: Incorrect ifdef nesting in sane-gcc-compiler rule 6998014: Use /etc/lsb-release, when available, to detect linux variant and version
b98c37125d5 : 6981576: TitledBorder.getBorder() returns null in java build 1.7.0-ea-b107
68ea64e30f6 : 7003006: add option to list directory in deterministic order
8a6f6567b28 : 6999033: Methods BorderFactory.createSoftBevelBorder() don't return SoftBevelBorder instances
274d4652f6f : 6939227: Nimbus: 6597895 for JCheckBox, JButton and JToggleButton JCK tests
1fd75b2cc9b : 6939001: Nimbus: JTabbedPane setBackgroundAt and setForegroundAt have no effect
c41b76c703b : 6559589: Memory leak in JScrollPane.updateUI()
b38c70ff492 : 7002986: (pack200) intermittent failures compiling pack200
968c2304895 : 6953894: docs build reports warning in java.awt.FileDialog
de54670198e : 7002856: Provide an accessor for Container.validateUnconditionally()
11c66fbbcf1 : 6770017: PIT : java/awt/Choice/BlockedWin32Choice/BlockedWin32Choice.java fails on 6u12 b01 pit build
5ddb1f9a778 : 6699851: setMaximizedbounds not working properly on dual screen environment
a38572f3ded : 6561353: The text for J2SE NervousText demo should be updated to 7.0
d4e68b9bcec : 7002176: JLayer docs build produces warnings
eaebbf1783a : 6992847: javax/swing/JLayer/SerializationTest/SerializationTest.java failed in jdk7 just against b114
2cb1aa04886 : 6999872: java.awt.Window instantiation leads to JVM CRASH on Windows, JDK7b118+ fastdebug
9fdb9162560 : 6551412: [OpenJDK] Change the 'name=' entry in src/windows/resource/java.manifest XML file
ca74e2b2696 : 6993784: Clarification to shaped/translucent windows specification is required
d2a42e48968 : 6807534: CurrencyNameProvider.getDisplayName(String, Locale) doesn't throw IllegalArgumentException
b6b4b5086c4 : 6878369: (ch) AsynchronousSocketChannel read/write methods that specify timeouts should not throw IAE
2a09eb6d222 : 7002398: Apply Corrigendum #8 for Unicode 6.0.0
fac39410b5f : 6452854: Provide a flag to print the java configuration
9f743252e51 : 7002036: ktab return code changes on a error case
cba5c7df9f8 : 7002346: javap test relies on location of scratch directory
df07a3e457c : 6942366: javadoc no longer inherits doc from sourcepath
8006fe8f753 : 6989984: Use standard include model for Hospot
0386e253659 : 6930106: Testcases with legal notice problems
9897a1dfae3 : 7002248: Update urls for jaxp and jaxws source downloads
9abcddfc694 : 7002248: Update urls for jaxp and jaxws source downloads
7b0fb2a1e3b : 7002129: Zero and Shark fixes, 3rd
3e65664acfe : 6995200: JDK 7 compiler crashes when type-variable is inferred from expected primitive type
aa7f1cc8265 : 6979327: method handle invocation should use casts instead of type parameters to specify return type
a296bc0a0a6 : 7000225: Sanity check on sane-alsa-headers is broken
bf54a0ce83e : 7001434: charset name for Cp833 should be x-IBM833
1558c2f9b14 : 6858865: Fix for 6728376 causes regression if the size of "data" is 0 and malloc returns Null for 0-length
dac44785bf7 : Added tag jdk7-b119 for changeset 2322464ada6f
c61a6186f39 : Added tag jdk7-b119 for changeset 7f370da0805b
848bdbff6e8 : Added tag jdk7-b119 for changeset 80bacb622b68
7daccf11f86 : Added tag jdk7-b119 for changeset 1db26590e632
b23d739ffb9 : Added tag jdk7-b119 for changeset a683e80b9ca8
89974462e7c : Added tag jdk7-b119 for changeset d45d466d6759
7e92fd9fb27 : Added tag jdk7-b119 for changeset fa550ae6eb32
5bec7cedec1 : 6984182: Setting SO_RCVBUF/SO_SNDBUF to larger than tcp_max_buf fails on Solaris 11 if kernel params changed
c5c0369dc29 : 6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile
b44ef9738fe : 6980681: CORBA deadlock in Java SE beleived to be related to CR 6238477
11c0d2dbeca : 6979329: CCacheInputStream fails to read ticket cache files from Kerberos 1.8.1
ae111e5e4ae : 6903584: Legal notice repair: Three files under jdk/src/share/classes/sun/security/ssl/
358ee90f29d : 6720456: New 4150 may have larger blowfish keysizes
b3d56521491 : 6203816: Can not run test/java/security/Security/ClassLoaderDeadlock.sh from the command line
5731d03344e : 7001669: Typo in javadocs for SQLPermission
f4f78e456b0 : 7000752: Duplicate entry in RowSetResourceBundles.properties
76c49b73fc7 : 6957230: CharsetEncoder.maxBytesPerChar() reports 4 for UTF-8; should be 3
1848635fab6 : 6989471: compiler warnings building java/zip native code
a48d403c44a : 6631046: BufferedInputStream.available() reports negative int on very large inputstream
f6639fefed0 : 7001301: com/sun/net/httpserver/bugs/6725892/Test.java failing
b91e418b3e9 : 6837842: JNI_CreateJavaVM crashes under impersonation
823b331f15a : 6712185: java/util/concurrent/Executors/AutoShutdown.java fails on slow or busy systems
bdc7e811688 : 6999438: remove support for exotic identifiers from JDK 7
35e7f8d2a73 : 6689925: Add transform attributes to the rendering tests in J2DBench
04b08adf060 : 6751923: JNDI wake up when clock_settime() is called
64f52e63b04 : 7000136: Backward compatibility problem in LocaleNameProvider
c1b0efa7326 : 7000913: (bf) CharBuffer.wrap, slice, position, slice leads to CharBuffer with incorrect offser
606ee163caf : 7000491: assert(false) failed: should be optimized out in SharedRuntime::g1_wb_pre
193b5129c1f : 6997170: Spec for javax.swing.plaf.LayerUI.installUI/uninstallUI() methods contradict behavior of the RI
cd9eaf7bcc7 : 6990904: (dav) on oel5.5, Frame doesn't show if the Frame has only a MenuBar as its component
5891397981e : 6994419: JLayer.removeAll() behavior doesn't correspond to JLayer.remove() behavior
8aaa66c1f78 : 6217210: RFE: Support for Cp833 in 1.4.2
8add507dbc7 : 6615506: (fmt spec) Date/Time conversion table missing column for 'Z'
220f3b1c1b3 : 7000973: isBogus needs to be called on the to-be-returned entry, not on the current entry
3f7a78b5b02 : 6447751: Bean Customizer should be detectable by reflection name alone
3bf1b8793ff : 6997515: KERNEL=0 in JDK7 build causes loss of lzma compression
e4d948e846f : 6725892: Http server stability issues
5c238caed11 : 7000349: Tiered reacts incorrectly to C1 compilation failures
e5344b854c0 : 6978187: G1: assert(ParallelGCThreads> 1 || n_yielded() == _hrrs->occupied()) strikes again
9af444d0118 : 7000578: CMS: assert(SafepointSynchronize::is_at_safepoint()) failed: Else races are possible
1451cced854 : 6997999: Remove duplicated entries from ISO language/country code tables
4a4fb15178c : 6959267: Support Unicode 6.0.0
721443756ba : 6613829: (docs) Readable.read() ReadOnlyBufferException is not linked
12b076396ca : 6939261: Since 1.6.0_18 JMenus at JMenuBar are not selectable by their Mnemonic key anymore
0ec3c185d57 : 6687725: Internal PKCS5Padding impl should throw IllegalBlockSizeException and not BadPaddingException
64c60db32c6 : 6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException
1a159a4c9a0 : 6862652: A number of tests fail for some background Themes configured on Windows7 & Windows 2008R2 in 6u15
09b7dae4414 : 6763340: memory leak in com.sun.corba.se.* classes 6873605: Missing finishedDispatch() call in ORBImpl causes test failures after 5u20 b04
660a621b77e : 6277781: Serialization of Enums over IIOP is broke
0407a3cf9e2 : 6544278: SecurityException not thrown for Indexed Jar file whose signature is corrupted
d581e4f434b : 6994145: (zipfs) README should be updated 6994161: (zipfs) newFileSystem method should FileSystemAlreadyExistsException 6994152: (zipfs) copyTo ignores COPY_ATTRIBUTES option
181f23cfef8 : 6987844: Incorrect width of JComboBox drop down
cdcbbea8cbe : 6993789: LinkedBlockingDeque iterator/descendingIterator loops and owns lock forever
80fdc078e71 : 6999635: Multicatch: crash while compiling simple code with a multicatch parameter
4dfa884fe5e : 6999915: TEST_BUG: test/java/nio/channels/AsynchronousSocketChannel/Leaky.java failed intermittently (win)
3a681162e48 : 6985719: Alike methods in interfaces (Inheritance and Overriding)
3aae57e0523 : 6991528: Support making Throwable.suppressedExceptions immutable
f9f932a9f38 : 6991528: Support making Throwable.suppressedExceptions immutable
79ed0e75cee : 6771184: Some methods in text package don't throw BadLocationException when expected
4295a2eea6f : 6613904: javax.swing.GroupLayout.createParallelGroup(..) doesn't throw IllegalArgumentException for null arg
7bc8c8a57e7 : 6899877: JComponent.add/removeNotify() should mention that they are not supposed to be called directly
d563b15558a : 6999491: non-zero COOPs are used when they should not
60bd27ee736 : 6999086: Clarify that SyncFactory.setLogger can throw an NullPointerException
707e6f0318e : 6960894: Better AS-REQ creation and processing
64789c24919 : 6970016: Clean up ARM/try-with-resources implementation
bb03754fd1f : 6999067: cast for invokeExact call gets redundant cast to <type> warnings
8f61f3fcff8 : 6598108: com.sun.source.util.Trees.isAccessible incorrect
ef57b6ecfd7 : 6982530: javadoc update to SyncFactory & JdbcResource bundle for synchronization issues
5301c4b90df : 6997698: Bump the HS20 build number to 03
5a96d198288 : Added tag hs20-b02 for changeset dc71e7fdd835
17b6195bbdd : Added tag jdk7-b118 for changeset f6bd6c4fcf54
14f97bb004b : Added tag jdk7-b118 for changeset e5798edad254
b274587600e : Added tag jdk7-b118 for changeset bc960be59c11
f315d35ad53 : Added tag jdk7-b118 for changeset dd5e977be090
ccc776c4def : Added tag jdk7-b118 for changeset d3227b2c2929
60e8c4f73e6 : Added tag jdk7-b118 for changeset fa3579325f8b
9d92c99126a : Added tag jdk7-b118 for changeset 28ce0f4e02fa
215735255a6 : 6465367: (coll) Typo in TreeMap documentation
33688e92b95 : 6998802: ScavengeALot: assert(!gch->incremental_collection_failed()) failed: Twice in a row
f1517084890 : 6877895: Some AWT's methods should specify throwing NPE for null arg value
2fa98fdbd70 : 6987827: security/util/Resources.java needs improvement
83fb083bfa1 : 6996914: Diamond inference: problem when accessing protected constructor
1524b98ebc2 : 6960516: sun.awt.UngrabEvent has an ID over AWTEvent.RESERVED_ID_MAX
4fd5dcc367e : 6992226: Missing windows COMPANY file property settings
1546b42862d : 6997958: test tools/javac/api/T6412669.java fails in PIT
22c924061d1 : 6839891: Array overrun in vm ci
0e15b9fce34 : 6998737: JSR 292: Remove the plug guarding the use of compressed oops
4f08e82908f : 6979009: (fc) FileChannel.read() fails to throw ClosedByInterruptException
579c9e4b03f : 6996613: CompactibleFreeListSpace::print should call CompactibleFreeListSpace::print_on, not Space::print_on
41fb6ec356d : 6998250: Remove redundant src/solaris/classes/sun/net/www/protocol/http/NTLMAuthentication.java
b8107f137d4 : 6989505: java.awt.Robot's getPixelColor treats not fully opaque Window as fully transparent
4c592b0ab51 : 6984039: awt source rebranding vendor changes needed (jdk7 only)
5b6c23c8098 : 6952519: kdc_timeout is not being honoured when using TCP
39a2b6c9ff9 : 6792706: Add JAR file to bootclasspath when using AggressiveOpts
8676006f11e : 6994717: expired certificate in test ValidateCertPath
28dedbec71a : 6960655: GTKFileDialogPeer shouldn't be a singletone
a77052796a8 : 6988428: Shape is not applied sometimes
c0b8fe5e036 : 4225362: localized DateFormatSymbols for fr_FR is wrong
296ddc8e2e6 : 6991188: C2 Crashes while compiling method
ce2df719c64 : 6997311: SIGFPE in new long division asm code
aa4bee613c5 : 6998063: new Scope impl to fix Scope performance issues
ddf465f954c : 6997928: LocaleCategory test fails with b118 PIT
42b61014b3e : 6997740: ktab entry related test compilation error
c3d3f0f2626 : 6997456: Not possible to build just compiler2
3f811bd6346 : 6985763: Pack200.Packer.pack(...) and Pack200.Unpacker.unpack(...) throw unspecified exceptions
fe147ae5926 : 6997298: fatal error: must own lock CMS_markBitMap_lock during heap dump
4b08c56f727 : 6996563: 6984311 changes forgot to update vmStructs.cpp for new field _operands
c661170adba : 6957378: JMX memory leak
9072e150d7d : 6696028: JMXServiceURL like service:jmx:rmi:///jndi/iiop:// should be rejected by the RMI conn provider 6984520: NPE IN RMIConnector.connect
d4ca94df328 : 6981737: The java.vm.specification.version property is 1.0, seems like it should be 2.0
628e3faeb4d : 6988618: JCK test setDaemon0101 hangs on specific machine
1d6db6ac202 : Added tag jdk7-b117 for changeset 0c40f3078aa3
a3d41ab6930 : Added tag jdk7-b117 for changeset 42a9e115bd6f
b489fcb8805 : Added tag jdk7-b117 for changeset 4415519b35e2
8d5ed096f0a : Added tag jdk7-b117 for changeset be017e4765f7
59efb01f6ad : Added tag jdk7-b117 for changeset fa3a454c72a6
afd2f4fa084 : Added tag jdk7-b117 for changeset 984109266a3d
16225759ef3 : Added tag jdk7-b117 for changeset 0a086f450822
d6009ec7714 : Added tag hs20-b02 for changeset 9353ae6eae7d
b09bdda512a : 6985875: Change servicetags registration to refer to Oracle SSO and MSO 5.2 release
fb4886a3b57 : 6720170: ByteArrayInputStream.skip(long) can overflow internally
b64a0fd5a4e : 6997459: JSR 292 after 6994093 getting: on return to interpreted call, restored SP is corrupted
f37b5faab7f : 6997495: correction of regression test compiler/6857159/Test6857159
e202a05c38e : 6714835: Safe cast is rejected (with warning) by javac
d4d5f60edc5 : 6993963: Project Coin: Use precise exception analysis for effectively final catch parameters
308952f81ee : 6996136: VM crash in src/share/vm/runtime/virtualspace.cpp:424
a1396ef871b : 6996240: The BitSet.length method sometimes returns an index+1 value less than that of the highest bit set
0a4cc582e70 : 6996740: Yet more breakage caused by 6891766
63cb31c203f : 6989111: Incorrect default locale for New Zealand 6990452: Provide system properties for the user specified script 6992312: Currency becomes XXX if do not specify user.country.format
249b1f6c4f3 : 6987135: Performance regression on Intel platform with 32-bits edition between 6u13 and 6u14
d7bcf98e99f : 6945529: Apply fix for CR 6921001 to platform-specific java.security configuration files
9b7bc21bb08 : 6939780: add a warning to detect diamond sites
ac9f97939fa : 6996415: Override bridges causes compiler-generated code to end up with synthetic infinite loop
b8b9c355679 : 6950553: Applet: IE process crash in OLE32.DLL when playing a sound
eb350dece22 : 6432566: Replace usage of StringBuffer with StringBuilder in Swing
b1deb7b1e3c : 6431343: (dc) DatagramChannel may not report its local address correctly after connect or disconnect
c51ac2a369d : 6993126: (aio) remove AsynchronousDatagramChannel
225924d47a9 : 6996686: (tz) Support tzdata2010o
f685cc171ac : 6916074: Add support for TLS 1.2 6985179: To support Server Name Indication extension for JSSE client
efcecaa50a2 : 6996626: Scope fix issues for ImportScope
b71960eeee5 : 6994413: JDK_GetVersionInfo0 only expects a two digit build number
d6eb6a5be4a : 6995674: (launcher) make of jli fails on windows if directory exists
bb1d39eef8d : 6994263: Untrusted code can replace JRE's XML DSig Transform or C14N algorithm implementations
faa52adcadd : 6792180: Enhance to reject weak algorithms or conform to crypto recommendations
e39f48eed4f : 6996356: Changes for 6891766 break build
4f508abf497 : 6981777: implement JSR 292 EG adjustments from summer 2010
2a322bbd1dd : 6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions
ce0125e7f2e : 6984311: JSR 292 needs optional bootstrap method parameters
fb2011ac042 : 6981777: implement JSR 292 EG adjustments from summer 2010
c798146bee6 : 6994093: MethodHandle.invokeGeneric needs porting to SPARC
b22ecee5550 : 6981788: GC map generator sometimes picks up the wrong kind of instruction operand
aab01a90d78 : 4873188: Support TLS 1.1
5d95cda5531 : 6985453: Font.createFont may expose some system properties in exception text
8954a44a052 : 6994608: javah no longer accepts parameter files as input
af760db4640 : 6993304: JavacTrees.getAttrContext not updated to Tree.Kind.{ANNOTATION_TYPE,ENUM,INTERFACE}
4dce0bd6ec5 : 6984037: jmx/management rebranding vendor changes needed
2c483fba5cb : 6670881: Phantom lines appear when rendering polygons & ellipses with antialiasing OFF
49e996e3c1b : 6994946: option to specify only syntax errors as unrecoverable
2b6cf5554e6 : 6659894: JDialog instance returns unexpected GraphicsConfiguration
9333ab23995 : 6995045: assert(!gch->incremental_collection_failed()) failed: Error, defNewGeneration.cpp:827
fe482aaef15 : Added tag jdk7-b116 for changeset 661f6dc7e63b
64f56601468 : Added tag jdk7-b116 for changeset 0141eb3aac61
d75356caef7 : Added tag jdk7-b116 for changeset 4e762faec132
aa30496d735 : Added tag jdk7-b116 for changeset 990c6c2dc488
a62c13ae818 : Added tag jdk7-b116 for changeset fde203c3a894
705e36bf629 : Added tag jdk7-b116 for changeset 1361b8fed8a0
50ca3769fa8 : Added tag jdk7-b116 for changeset 78706f13dfc3
3e7e25e084c : 6460352: Reintroduce Scope.dble
d2ef113186a : 6950546: "ktab -d name etype" to "ktab -d name [-e etype] [kvno | all | old]" 6984764: kerberos fails if service side keytab is generated using JDK ktab
336fbd6d7fc : 6994630: java/lang/instrument/IsModifiableClassAgent.java fails with -XX:+EnableInvokeDynamic
2c65efd85ce : 6993206: Removing non-functional tests
596507e5d3e : 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
39ed27a831f : 6541462: outdated specification for CCC 6339875
efaaa59c32f : 6949587: rename "DisjointType" to "DisjunctType"
e36f1e36ebc : 6891959: HotSpot should not throw ClassFormatError if a class has a field with '>' and/or '<' in its name
37502d4f794 : 6967434: Round joins/caps of scaled up lines have poor quality
3a8d7f818e6 : 6735286: javax.swing.DefaultTableCellRender.getTableCellRendererComponent() doesn't allow passing null Tables
38eb6ee5233 : 6989469: (launcher) compiler warnings in jli native code
00b0b853c8a : 6632810: javax.swing.plaf.basic.BasicScrollPaneUI.getBaseline(JComponent, int, int) doesn't throw NPE and IAE
e5836e67217 : 6816582: WindowsFileChooserUI throws NullPointer when awt.useSystemAAFontSettings=false
cbc7f8756a7 : 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
35cc8afcf96 : 6993301: catch parameters do not have correct kind (i.e. ElementKind.EXCEPTION_PARAMETER)
22929fb78f4 : 6988353: refactor contended sync subsystem
ffc76778592 : 6994079: PlainSocketImpl should close the socket if it fails
d6aaa2692f6 : 6993339: Bug4168625Test.java fails
5b64666e303 : 6985460: PlatformLogger throws ArrayStoreException when j.u.logging is initialized
f8b4e1e1bd7 : 6816049: (bf) MappedByteBuffer.force() method does not flush data correctly
454c8926383 : 6663447: D3D: excessive surface data replacements
7a66e4288e8 : 6993140: protected constructor in javax.swing.plaf.synth.SynthTabbedPaneUI.SynthTabbedPaneUI is needed
4ebbe4ca450 : 6994130: Zero PowerPC fix
1e63f773b16 : 6659228: GridBagConstraints API typo - 'ComponentOrienation' (missing t) 6210739: Need spec clarification of Scrollbar set/getVisibleAmount()
2580a79f300 : 6947677: InetAddress.isReachable() throws "java.net.SocketException:Invalid argument" on Linux if run as root
74b3f2ef97f : 6993984: PIT: b116 - Many of the swing test are failing on Solaris
554e77efb45 : 6992998: CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent
9c7bfd60b5e : Added tag jdk7-b115 for changeset 17f7431708c8
3dbab834fda : Added tag jdk7-b115 for changeset d4a3f4d26885
6bd69199fb9 : Added tag jdk7-b115 for changeset 2d6f4aa03058
d2d92cc407b : Added tag jdk7-b115 for changeset aced6801fb45
1e57e21d508 : Added tag jdk7-b115 for changeset 6c5fa35fa077
da6aa972d65 : Added tag jdk7-b115 for changeset 1c74ecb366a0
fdf87ef7b24 : Added tag jdk7-b115 for changeset 78cff985750d
1571a4a56f6 : 6970683: improvements to hs_err output
704780d250e : 4358979: javax.swing.border should have a DashedBorder
7d22a39cae8 : 6992859: InetAddressCachePolicy.setIfNotSet() fails
0d92e368eeb : 6993490: SocketTimeoutException on HTTP keep-alive connections
c3401153c81 : 6991315: RedefineClasses fails with java.lang.VerifyError
c6d66451cf7 : 6993267: TEST_BUG: java/nio/file/Path/InterruptCopy.java fails intermittently (win)
eee0c8b9593 : 6989617: Enable JComponent to control repaintings of its children
631d924ad65 : 6867515: Reduce impact of D3D initializion on startup time 6891435: Improve D3D preloading 6946559: AWTToolKit thread crashes in JNU_GetEnv 6987967: D3D preloading thread should initialize COM
fbe778aead3 : 6991380: (cal) Calendar.cachedLocaleData should be transitioned from Hashtable to ConcurrentHashMap 6560965: [Fmt-Da] defaultCenturyStart In SimpleDateFormat should be protected 6560980: [Fmt-Da] DateFormatSymbols.cacheLookup doesn't update cache correctly
1d8c677377b : 6968367: can_post_on_exceptions is still using VM_DeoptimizeFrame in some places
bf00a77f2d5 : 6987760: remove 308 support from JDK7
6a17d9c416d : 6989669: Coops: -Xshare:dump causes crash
d0f3de3b59f : 6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE
441155f0d90 : 6992968: test/java/lang/management/MemoryMXBean/CollectionUsageThresholdConcMarkSweepGC.sh should not hang
9cabdbf7704 : 6990192: VM crashes in ciTypeFlow::get_block_for()
564807c643b : 6551367: javadoc throws ClassCastException when an @link tries to reference constructor
8df28ab0e3a : 6992272: I18N: Locale.getDisplayName() and toString() return empty if just script is set
4e9ee94a4d6 : 6991980: polymorphic signature calls don't share the same CP entries
9b05f554fad : 6974104: TEST: sun/nio/ch/6645197.java should be fixed in 1.5.0u25b05 and jdk6 workspace
1ba350e5ebb : 6992545: FindBugs scan - Malicious code vulnerability Warnings in com.sun.net.httpserver.HttpsParameters.*
d207ddff59a : 6988599: CertificateRevokedException specifies name of authority but interacts with authority instance
7ed3e0a896b : 4837564: (bf) Please make DirectByteBuffer performance enhancements
14d9ac3169d : 6991596: JSR 292 unimplemented adapter_opt_i2i and adapter_opt_l2i on SPARC
0c660e1f60c : 6991377: G1: race between concurrent refinement and humongous object allocation
f6acb9efb02 : 6988458: G1: assert(mr.end() <= _cm->finger()) failed: otherwise the region shouldn't be on the stack
0c9bfb6003c : 6992189: G1: inconsistent base used in sparse rem set iterator
e4f08bc1950 : 6992477: fix for 6991512 broke sparc barriers
1ff2431b71f : 6804454: RFE: Provide a way to control the printing dpi resolution from MSIE browser print. See also 6801859
bbded477bb7 : 6954275: XML signatures with reference data larger 16KB and cacheRef on fails to validate
444dc7067b3 : 6743526: (bf) -XX:MaxDirectMemorySize=<size> limits memory usage rather than total capacity as intended
aa1307fc6ed : 6976036: Dual-pivot quicksort update (10/2010 tune-up)
cd9f7232bb5 : 6984033: imageio vendor references need to change (jdk7 only)
b3cbd07d1ab : 6638110: (tz) TimeZone.getDisplayName(...) spec is inconsistent with implementation for unavailable locales
e1a504b3438 : 6991577: add IfOp optimization to C1
5e04c64e9e1 : 6773022: java.awt.image.SampleModel.getDataElements() does't throw ArrayIndexOutOfBoundsEx for Integer.MAX_V
134dfead44b : 6725821: Compiler warnings in medialib code
e79e8416365 : Added tag jdk7-b114 for changeset 114c3761ebd8
77580cfc93c : Added tag jdk7-b114 for changeset 59be7b5071f2
fd66f3bd4c3 : Added tag jdk7-b114 for changeset 645f70db28dc
edef1c5aef1 : Added tag jdk7-b114 for changeset 83c0366b459c
c37a3a68efb : Added tag jdk7-b114 for changeset 21dec68c50e9
5e71d608335 : Added tag jdk7-b114 for changeset a8770885b5cb
b9a07ccad75 : Added tag jdk7-b114 for changeset fec780096b1f
982b899b402 : 6850402: Deadlock on sun.security.jca.ProviderConfig starting from jdk7-b55
fa55c66665a : 6988081: Use GetPrimitiveArrayCritical instead GetByteArray to Reduce allocation in some sunpkcs jni wrappers
daea1b7ef43 : 6992267: Bump the HS20 build number to 02
74d4519ed4c : 6746111: Improve pack200 error message
4b93eff932e : 6982312: (pack200) pack200 fails with the jdk7 class files
9fc2bd47e3b : 6991013: Serialized form for java.util.Locale contains typos
1fdf430197b : 6575419: Solaris : XSetICFoucs is not called with Java application at appropriate timing
e17e251af7b : 6991164: pack source needs vendor rebranding changes (jdk7 only)
0af2737f3ac : 6838089: java.awt.Window.setOpacity() doesn't throw IllegalComponentStateException for two-display conf
d849b89a039 : 6979568: Test failure: test\closed\java\awt\Component\VisibleHwInLwContTest\VisibleHwInLwContTest.html
b269b5a65cd : 6986385: JLayer should implement accessible interface
e79a62412fb : 6990359: G1: don't push a stolen entry on the taskqueue, deal with it directly
f3d579d254b : 6991992: Need to forward-port AWT's part of the fix for 6691674
3ac6dde5fa3 : 6989721: awt native code compiler warnings
6445f22ebc9 : 6984643: Unable to instantiate JFileChooser with a minimal BasicL&F descendant installed
bbc2ed3f745 : 6973199: java/awt/Robot/RobotWheelTest/RobotWheelTest.html failed on JDK7 b102 bug passed on b101
571e75371e8 : 6603635: links to tutorials broken in JTable API doc
08e2ead4030 : 6991211: assert failure on sparc: "can not have caller-save register operands at calls"
98e9ecf9dae : 6987555: JSR 292 unboxing to a boolean value fails on big-endian SPARC
28a13e88e77 : 6991512: G1 barriers fail with 64bit C1
822884735db : 6989440: tomcat test from dacapo benchmark fails with ConcurrentModificationException
2ea1ba10a2c : 6887853: javadoc for java.lang.Classloader should be more clear
b4b4ed03ec5 : 6908476: test/tools/javac/T6705935.java fails if non-zip files found on platform class path
214427fe788 : 6990133: AnnotationProxyMaker.ValueVisitor$1 contains non-transient non-serializable field
8ce46043314 : 4942232: missing param class processes without error
3f57abb0ba4 : 6988407: javac crashes running processor on errant code; it used to print error message
2baca00eeb3 : 6989457: javadoc test file test/tools/javadoc/T4994049/FileWithTabs.java probably does not
d85b042fcad : 6989448: G1: refactor and simplify G1ParScanThreadState
02bad20969e : 6971296: G1: simplify G1RemSet class hierarchy
8742f245de1 : 6991300: MimeTable is unsafe
da95f5319ec : 6392697: Additional flag needed to supress Hotspot warning messages
214842d862d : 6990352: SplashScreen.getSplashScreen() does not return null for implicitly closed splash screen
bc52d31ebdc : 6895647: Frame may jump to an unpredicted location upon entering the non-opaque mode on X11
9c061c00c8c : 6989690: java/net native code compiler warnings
e8708666991 : 6991065: missed a review comment in 6829194
39bcf3ff5f1 : 6983520: java/io/pathNames/GeneralWin32.java fails with jdk7-b108 (win)
79abb3e80f7 : 6728842: File.setReadOnly does not make a directory read-only (win) 6464744: java/io/File/SetAccess.java ignores sticky bit
48e04c75c50 : 6984046: java/jar jar/pack source needs vendor rebranding changes (jdk7 only)
d9908718811 : 6977738: Deadlock between java.lang.ClassLoader and java.util.Properties
0b7ceb02049 : 6990390: javah -help produces help screen with extraneous output
0e4ed251b80 : 6829194: JSR 292 needs to support compressed oops
752ae0cda8e : 6987154: HTML link to serialization guide is broken
2d526410d44 : 6990846: Demo: NIO.2 filesystem provider for zip/jar archives
add97e78c62 : 6990639: Fix for #6975829 breaks build
a10ec19a4dd : 6990549: Zero and Shark fixes after 6978355 and 6953144
d78f92c4130 : 6989116: (verifier) compiler warning messages
39d16839d37 : 6980792: Crash "exception happened outside interpreter, nmethods and vtable stubs (1)"
55f7d8222a6 : 6970930: RuleBasedCollator.compare(String,null) throws IAE (should be NPE)
1da6aa89d24 : 6990379: two examples fail under CheckExamples on Windows
85df6f646d6 : Added tag jdk7-b113 for changeset edcbadb1c4b3
545a4719069 : Added tag jdk7-b113 for changeset 2347b7452dcd
ea504457e0b : Added tag jdk7-b113 for changeset 9d2d843d318f
a6e5f5eb910 : Added tag jdk7-b113 for changeset 039713686e1c
b705fe7b129 : Added tag jdk7-b113 for changeset 4fb06c9f1ce0
70757fa2697 : Added tag jdk7-b113 for changeset c180f52ae197
74e14ce6016 : Added tag jdk7-b113 for changeset 584eae2875f4
e924b42b387 : 6894719: (launcher)The option -no-jre-restrict-search is expected when -jre-no-restrict-search is documented
612faf72b7f : 6966589: hs16-b08 causes java.lang.StackOverflowError
ad51e6bdec4 : 7012348: Bump the HS20 build number to 07
72616ad2bc0 : 6989297: Integrate additional portability improvements
2e08a829539 : 6975829: Perf. of gzip in existing JDKs is too slower than in 1.3.1
39992cab03e : 6983240: guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages...) wrong
b6584fa0ab9 : 6986335: 10 regtest failures (test/javax/sound/midi/Gervil) due AudioFloatConverter.PCM_FLOAT not found
1e7137761d9 : 6984047: sound sources needs vendor rebranding changes (jdk7 only)
14a7edc2ad4 : 6989466: Miscellaneous compiler warnings in java/lang, java/util, java/io, sun/misc native code
1550d01979a : 6989903: (process) test/java/lang/ProcessBuilder/Basic.java failing with "Bad file number" (sol)
cdf0f01c92a : 6979793: closed/javax/swing/JFileChooser/6396844/TwentyThousandTest fails due FileNotFound exc
8b789531bf8 : 6975884: sun/java2d/SunGraphics2D/DrawImageBilinear.java failed
9c7a01ef27f : 6948223: Corba issue, fail to reload object
a30e55aedd1 : 6929137: java-corba: Locking too broad in com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl
d22fa91e864 : 6896157: unsynchronized hashmap in com.sun.corba.se.impl.transport.SelectorImpl.createReaderThread
7720bcf09cf : 6893109: memory leak in readObject() and writeObject() using idlj from jdk 1.6.0_14
f91d0d4e60e : 6714797: InitialContext.close does not close NIO socket connections
790044e1619 : 6917323: serializable classes in java.dyn do not specify serialVersionUIDs
478fb788a2b : 6988317: RowSetProvider.newFactory() may throw unspecified exception
c5327905178 : 6988310: SyncFactory.setLogger(Logger,Level) requires unspecified security permission
7752677d6c6 : 6979541: closed/javax/swing/plaf/basic/AWTEventListenerLeak/AWTEventListenerLeak.java fails
2d791621a41 : 6853488: REGRESSION : A black background is seen for a transparent animated gif image for splash screen
f3c22cd1e24 : 6989736: fix mapfile warnings on solaris
ec3cd6e3f01 : 6893932: javah help screen lists -h and -? but does not accept them
5967ec228df : 6988836: A new JavacElements is created for each round of annotation processing
84e48aee057 : 6988018: dtrace/hotspot/MethodInvocation/MethodInvocation002 crashes with client compiler
c5191a8103f : 6979458: VM crashes when -XX:ObjectAlignmentInBytes is too big
3ba822a482c : 6828273: javax/swing/system/6799345/TestShutdown.java test fails with RuntimeException
42867588ae4 : 6829546: Modal dialog causes underlying parent JFrame to be set to "Always on top"
246920e9302 : 6987116: (so) test/java/nio/channels/SocketChannel/VectorIO.java failed on Solaris 11
32ebbc92ecf : 6989368: Regression in scimark2.MonteCarlo in jdk7_b112 on Linux
014b414926a : 6976076: sun/java2d/pipe/MutableColorTest/MutableColorTest.java failed
f591ed981dd : 6968348: Byteswapped memory access can point to wrong location after JIT
981d5fdfcb7 : 6983855: The jre combo bundle target needs to be added in the makefile
9e4a795ff5a : 6763959: java.util.concurrent.locks.LockSupport.parkUntil(0) blocks forever
0c5307c12be : 6989139: Address JDBC Findbugs where Number type Constructor are used
41cc1e2f4a9 : 6989190: SO_SNDBUF/SO_RCVBUF limits should only be checked when setsockopt fails (sol)
8aee53f1b5c : 6982279: java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed due to NPE
afc679f6adf : 6987233: FileDialog.getDirectory() should add a trainling slash when GTK FileDialog is used
fbb62aa5664 : 6847155: test/java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Extra.java fails
2588620965f : 6955776: (tz) Windows-only: tzmappings needs update for KB981793 6929185: (tz) Windows-only: tzmappings needs update for KB979306
ca93e7004f7 : 6907737: (file) FileVisitor and Files.walkFileTree issues
b44a1bd1052 : 6907737: (file) FileVisitor and Files.walkFileTree issues
afac13bfe2a : 6979526: (file) java/nio/file/FileStore/Basic.java fails if the same file system is mounted more than once
c299b2e4c08 : 6988213: lcms build failure on windows-amd64
3ee389a913d : Added tag hs20-b01 for changeset 75ef8813e3e2
ee2df8c3c0f : Added tag jdk7-b112 for changeset c325801e1b17
fb444f04e23 : Added tag jdk7-b112 for changeset 382d78ea38b0
be3968f8b46 : Added tag jdk7-b112 for changeset eb3c76a898eb
76b7afa4ea7 : Added tag jdk7-b112 for changeset 4597d735f40c
498a2a778a2 : Added tag jdk7-b112 for changeset 75ef8813e3e2
86b4193a546 : Added tag jdk7-b112 for changeset 2212d6ed6562
b03add14fca : Added tag jdk7-b112 for changeset 4dbc2a40aa76
189be5a71f7 : 6980838: G1: guarantee(false) failed: thread has an unexpected active value in its SATB queue
20289fbffde : 6983311: G1: LoopTest hangs when run with -XX:+ExplicitInvokesConcurrent
8fbdf5c7f09 : 6794422: Perm gen expansion policy for concurrent collectors
f5a046aae8b : 6988993: Address Findbugs warnings for the use of String Constructor
8ca7d6b81cf : 6622002: UIDefault.ProxyLazyValue has unsafe reflection usage
9c946f5a9c6 : 6829267: Regression test java/awt/Toolkit/ToolkitPropertyTest/ToolkitPropertyTest_Enable.java fails in RHEL5
7cc55737b63 : 6916062: assert(_inserts <= _insert_limit,"hash table overflow") in NodeHash::hash_insert
63fd308170b : 6988779: c1_LIRAssembler_x86.cpp crashes VS2010 compiler
603e50f355f : 6988678: fatal error deadlock handling was unintentionally disabled
b281273d712 : 6988436: Cleanup javac option handling
013d4693223 : 6860270: JVM crash is occuring when verifying whether Browse action is supported on WinVista 64 bit
55c5ae30110 : 6982753: javax/swing/JTextArea/6940863/bug6940863.java should be modified
afc563751f0 : 6988363: Rebrand vm vendor property settings (jdk7 only)
ce43c743ff4 : 6988037: fileClose prints debug message is close fails
35092b1bf32 : 6694729: obsolete link in ActionEvent javadoc
4231c494950 : 6983738: Use a JavacTestingAbstractProcessor
8309071a087 : 6988346: 6986046 breaks tiered
cf2163334f4 : 6692906: CMS: parallel concurrent marking may be prone to hanging or stalling mutators for periods of time
ef791d4adba : 6502392: Invalid relative names for Filer.createResource and Filer.getResource
8067fc5d4a8 : 6988303: 6986046 breaks build with recent gcc
674e1ca1c7d : 6987461: Handle leak when enabling java.net.useSystemProxies
59ea7a14e68 : 6987634: JSR 292 assert(start_bci() >= 0 && start_bci() < code_size()) failed: correct osr_bci argument
b1bd74bb7d5 : 6988163: sun.security.util.Resources dup and a keytool doc typo
13069fe969c : 6735275: java.awt.image.SampleModel.getSamples() methods not allways throw ArrayIndexOutOfBoundsException
1cdd538ea54 : 6423256: GC stacks should use a better data structure 6942771: SEGV in ParScanThreadState::take_from_overflow_stack
836de5036ca : 6915621: (rb) ResourceBundle.getBundle() deadlock when called inside a synchronized thread
8ddfb92179e : 6982520: Move kernel to install ws
55a531c45f5 : 6967842: Element not returned from tree API for ARM resource variables
aff36499e70 : 6941395: G1: Use only lock-free versions of region stack push() and pop()
6e5fbc56691 : 6987945: XDecoratedPeer shouldn't allow to resize a frame to zero size
2cd0e300b80 : 6987927: can't use -Dfile.encoding=Cp037 in net test
2c29ae4f3c3 : 6550798: Using InputStream.skip with ResponseCache will cause partial data to be cached
07a295701d7 : 6987896: Modal dialogs resumes the calling thread before it's hidden
523d43b1e34 : 6966692: defaultReadObject can set a field multiple times
421b7e62a6e : 6559775: Race allows defaultReadObject to be invoked instead of readFields during deserialization
5384d6be9ed : 6987763: assert(kind() == EmptyExceptionState) failed: only EmptyExceptionStates can be modified
95a1a609649 : 6986246: Trees object is round-specific
d2bd33c2644 : 6987638: javadoc update to RowSetProvider and Statement
f5bac56265c : 6987115: Non-tiered compilation policy creates unnecessary C1 threads
2730836d77e : 6877202: Elements.getDocComment() is not getting JavaDocComments 6861094: javac -Xprint <file> does not print comments 6985205: access to tree positions and doc comments may be lost across annotation processing rounds
26f967ece44 : 6890226: javah -version is broken
365010ff3eb : 6986450: javax/swing/JTable/Test6888156.java test is failing against jdk7 just on windows
625c4ba907f : 6986968: Crash on XIM server restart
09694104072 : 6886678: Clicking on parent JFrame's client area does not switch focus from JWindow to JFrame on Windows
397abc7260b : 6505819: Provide traverseIn method for sun.awt.EmbeddedFrame
b90f2341f9a : 6976577: JCK7 api/java_beans/EventSetDescriptor/descriptions.html#Ctor1 fails since jdk7 b102
d7169cc13ea : 6891766: Vulnerabilities in use of reflection in CORBA
b32aa9d2d53 : 6986868: TEST failure: sun/security/tools/jarsigner/crl.sh
f181e2fb8f8 : 6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target 6987113: Remove SCCS logic from makefiles
02949194028 : 6987117: Add jprt test sets
4e0aea2b650 : 6987117: Add jprt test sets
e0c099ccb23 : 6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
79847991ad3 : 6986944: JSR 292 assert(caller_nm->is_method_handle_return(caller_frame.pc())) failed: must be MH call site
b7d1b4674b9 : 6987149: Fix incorrect Oracle copyright header in make/templates files
84ca32b8df7 : 6986612: pit jdk7 b112: java.util.Locale getDisplayVariant() sqe test getDisplayVariantTests.java fails
90841ef428b : Added tag jdk7-b111 for changeset 4ad83e49760f
311fc82f632 : Added tag jdk7-b111 for changeset 6daafb1093c6
59fbc517871 : Added tag jdk7-b111 for changeset 492db456c4fa
d7a72c75bad : Added tag jdk7-b111 for changeset d32614f0702d
fcc90d4983f : Added tag jdk7-b111 for changeset a8fb6372bee7
b640ef0cf0f : Added tag jdk7-b111 for changeset eaf3ed79a7b5
3ca0fc18536 : Added tag jdk7-b111 for changeset fde8c74d7bd1
b03b79abd0f : 6986400: Change Cookie to Cookie2 in 6980004 fix
bce771e0fee : 6986028: assert(_base == Int) failed: Not an Int in CmpINode::sub
872a9b93033 : 6984036: servicetag vendor rebranding issues
16efe7ce5c9 : 6972540: sun/nio/ch/SocketChannelImpl compilation crashed when executing CompileTheWorld
f788ac2dbde : 6982971: TEST failure: com/sun/security/sasl/ntlm/NTLMTest.java
f4b4eae617b : 6982537: Crash in Node*step_through_mergemem
5e44010f8cc : 6986772: langtools netbeans build should use ${ant.core.lib} instead of ${ant.home}/lib/ant.jar
86803785e89 : 6946527: rebranding system properties per Oracle Requirements (vendor)
28c94557eb4 : 6587674: NoClassdefFound when anonymously extending a class
c7a512e0060 : 6949710: 3/3 the GC'able nature of Logging objects needs to be made brutally clear
0f315117182 : 6986270: guarantee(*bcp != Bytecodes::_monitorenter || exec_mode != Deoptimization::Unpack_exception) fails
9d5707e87d5 : 6986050: Small clarifications and fixes for ForkJoin
0d636dcf1c2 : 6672144: HttpURLConnection.getInputStream sends POST request after failed chunked
08b41f30d85 : 6985848: 3/4 fix for 6561870 causes sa-jdi.jar to be rebuilt every time
89def18fcae : 6978052: No appropriate CCC request for listed JDK 7 changes in javax.swing.plaf.synth package (b84)
83a639538d6 : 6960126: With GTK L&F JDesktopPane substitutes set desktop manager
94ffffd5cb8 : 6981113: Add ConcurrentLinkedDeque
bc7a44e5951 : 6975210: java.lang.VerifyError in some of JCK tests
05fb73163ce : 6863465: javac doesn't detect circular subclass dependencies via qualified names
cd3371e702d : 5088624: cannot find symbol message should be more intelligent
fbf72650b93 : 6980862: too aggressive compiler optimization causes stale results of Types.implementation()
11bbc5d5bc1 : 6984044: RowSet source needs to rebrand vendor references
07ebbaac23f : 6981157: Improve UnknownHostException with EAI error details and other cleanups
11cc8fa5e60 : 6981138: (process) Process.waitFor() may hang if subprocess has live descendants (lnx)
d9989f8e0e5 : 6888546: restore System.initializeSystemClasses
db3fbf81801 : 6542335: different behavior on knob of scroll bar between 1.4.2 and 5.0
1c45f6db9e6 : 4330950: Lost newly entered data in the cell when resizing column width
76501ba258a : 6576054: NullPointerException when closing tooltip by pressing esc
80129bc0045 : 6632953: MetalComboBoxUI.getBaseline(JComponent, int, int) throws IAE for valid width/height
f00f0ea36ce : 6606019: NPE and IAE are interchanged in specification for GroupLayout.Group class
43560f07481 : 6982661: Complete JLayer component
1832138a314 : 6985725: RowSetProvider has typo for the property javax.sql.rowset.RowSetFactory in the javadoc
979b63326fe : 6985400: DatabaseMetaData.generatedKeyAlwaysReturned, "indexe(s)" should be "index(es)"
45ad71b5655 : 6984864: Exception when running acceptChanges with custom SyncProvider
c90d91d5fcb : 6983452: SyncProvider issue for JoinRowSet implementation
f9eb9cccb9a : 6981753: Rebrand vm vendor property settings
a8cfef66b35 : Added tag jdk7-b110 for changeset a74f1fdb0bb8
47f544e802f : Added tag jdk7-b110 for changeset 5c7242a0a4a5
2299cf4c824 : Added tag jdk7-b110 for changeset 763ed87a4ad6
b23471dfea7 : Added tag jdk7-b110 for changeset dcabd2849331
d346ecbbb31 : Added tag jdk7-b110 for changeset 184ac472c680
e96d855817d : Added tag jdk7-b110 for changeset 50870108a9a4
910804d2fa3 : Added tag jdk7-b110 for changeset 65cdbb9664e3
e0caf9f6604 : 6985115: tests create too much output
1144807f1f6 : 6985181: Annotations lost from classfile
a5da7a1b31c : 6980004: limit HTTP request cookie headers in HttpURLConnection 6961084: limit setting of some request headers in HttpURLConnection
4dff2e9974c : 6981426: limit use of TRACE method in HttpURLConnection
331eea0db74 : 6984543: Test sun/java2d/DirectX/OnScreenRenderingResizeTest fails on GNOME
575b9e1d81c : 6741392: libmawt.so crash at Java_com_sun_java_swing_plaf_gtk_GTKEngine_nativeFinishPainting+0x4f
2e4e2602d7f : 6984979: OptimizeFill misses some cases with an odd memory graph
1ab450b8482 : 6974813: JVM needs to use demand loading for its DTrace probes
7100220f9b1 : 6985022: update make/jprt.properties for new jdk7 tools
55b13f6d55b : 6984545: (fc) transferFrom does not throw NonReadableChannelException when target is size 0 and non-readable
7df5e956d15 : 6984368: Large default heap size does not allow to use zero based compressed oops
e65f42fe5e5 : 6982370: SIGBUS in jbyte_fill
817fbc9a0bc : 6977726: JColorChooser.getPreviewPanel() returnes null starting from jdk7 b105
62180d1385a : 6635395: javax.swing.JDialog constructors should specify IAE throwing if invalid owners passed
c69aa15d0e4 : 6978482: MetalBorders.ToolBarBorder should specify that its getBorderInsets impl accepts only JToolBar inst
306f12db9e9 : 6979979: Rounding error in font sizes selected by the GTK Look and Feel
ded210964b6 : 4933700: RFE: Add way to get device from Receiver and Transmitter
a6d309e0bbb : 4937708: AudioFormat.matches should allow NOT_SPECIFY in all fields
82088e1e2b6 : 6982752: dynamic languages need to decorate types with runtime information
4cf465320c5 : 6944033: RFE: add PCM_FLOAT support
65b5c68b972 : 6984418: (cal) GregorianCalendar.setWeekDate doesn't check parameter consistency in non-lenient
52e3d262a1c : 6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions
ce46bf17370 : 6982840: sun/security/tools/jarsigner/emptymanifest.sh fails
7be7d19ba5f : 6984346: Remove development code in type.hpp
aa21a39d974 : 6919069: client compiler needs to capture more profile information for tiered work
e3c7ca0c531 : 6978974: [langtools] <findbugs> task should use ${target.java.home}
0d2b8790d3b : 6965264: langtools build should use ${ant.core.lib} instead of ${ant.home}/lib/ant.jar
662f05162a4 : 6983225: libjvm_db.so is not imported into solaris-x86 builds, and libjvm_dtrace.so not imported at all
2b0e8a56df9 : 6981746: G1: SEGV with -XX:+TraceGen0Time
efedb2236ab : 6943053: Gervill: failures on invalid ranges and 14-bit banks
0ffd8f54e09 : 6941027: Gervill update, April 2010
a4641686a02 : 6978087: jsr166y Updates
4c7ea632626 : 6845220: Need to update Policytool for Rowset 1.1 and JDBC 4.1 MR added permissions
0aba89442c4 : 6984056: C1: incorrect code for integer constant addition on x64
ce872b40fb8 : 6765718: Indicate which thread throwing OOME when generating the heap dump at OOME
f53d5692217 : 6983930: CMS: Various small cleanups ca September 2010
ea6a45ae321 : 6983984: Fixed typo in DatabaseMetaData.getPseudoColumns() javadocs
fbca39ee5d7 : 6875847: Java Locale Enhancement
36b68b66fa4 : 6589685: JDBC 4.1 updates
ba3ab123267 : 6983794: TEST_BUG: test/java/nio/channels/Selector/ConnectWrite.java failing
7640dd5beed : 6915566: Closed swing tests failing with assert errors when run with -ea -esa
218b17b9135 : 6942092: Loader-constraint test is failing
0fb0f548972 : 6881498: (file) Re-examine DirectoryStream exception handling
b7f1641806c : 6980517: TEST_BUG sun\net\www\http\ChunkedInputStream\ChunkedEncodingTest.java NullPointerException
dea3e2e152b : 6912560: Timezone is not set correctly on Win Vista when Security manager is present 6941137: DST broken in 6u18 when jre/lib/zi is moved elsewhere and replaced with symlink
036b7a86a59 : 6983724: redundant @exception description for Character.Subset(String name)
6c5a8b341bf : 6980510: Fix for 6959252 broke JConsole mnemonic keys
5ef912b870e : 6982137: Rebranding pass 2 - missed copyright changes
fd65dbfc500 : 6982137: Rebranding pass 2 - missed copyright changes
f7e31fc6c25 : 6982137: Rebranding pass 2 - missed copyright changes
e179cdf2fb0 : Added tag jdk7-b109 for changeset e14215cd81b9
3b975443ecb : Added tag jdk7-b109 for changeset f2f25ed74ff7
f1d3652b00d : Added tag jdk7-b109 for changeset 156995b5d710
7998ff0c057 : Added tag jdk7-b109 for changeset 6ae478428a17
811a0f01556 : Added tag jdk7-b109 for changeset 59327a28f6c0
56ac0fe70e7 : Added tag jdk7-b109 for changeset 7e79ddd7faee
92a8efc635f : Added tag jdk7-b109 for changeset bca3b1e3474c
949983f6b05 : 6983239: TreeScanner does not scan default value for method
c73d500311f : 6390477: (launcher) replace unsafe usages of sprintf with snprintf
af2548723cc : 6934483: GCC 4.5 errors "suggest parentheses around something..." when compiling with -Werror and -Wall
899dcb6de0c : 6523398: OSS CMM: Need to implement writing ICC profile tags in new lcms library
3a9f12ff354 : 4919632: RFE: SimpleDateFormat should fully support ISO8601 standard for timezone
a5aa8a0943a : 6900149: IllegalStateException when compiling same files and DiagnosticListener is set
0ecb9e32981 : 6965815: OptimizeStringConcat: assert(!q->is_MergeMem()) failed with specjbb2000
45c90a843eb : 6953246: JSR 292 should support SAM conversion
6fbfeff4e20 : 6980096: JSR 292 reflective lookup should throw checked exceptions
c7b608b1ed2 : 6964498: JSR 292 invokedynamic sites need local bootstrap methods
2077fb46a17 : 6983320: Fork HS19 to HS20 - renumber Major and build numbers of JVM
bad3865d4ec : 6294399: (reflect) Constructor.getName() returns fully qualified name of declaring class
79fbcf5d033 : 6983296: build sanity checks for jdk7 should require SS12u1
28e56b89705 : 6984287: Regularize how GC parallel workers are specified
9ed55aba81a : 6974017: Upgrade required Solaris Studio compilers to 5.10 (12 update 1 + patches)
9f5159e6944 : 6974017: Upgrade required Solaris Studio compilers to 5.10 (12 update 1 + patches)
059de12e570 : 6561870: 3/3 Long javac compile lines fail due to command line length issues (agent compiles?)
d0cc3fc3760 : 6983073: fix compiler error with GCC 4.4 or newer on SPARC
2abe4f48b74 : 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
92e93b59c67 : 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ac8ea934680 : 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
43a5a8356fa : 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
8890e99b2c3 : 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
68ba7cf2a36 : 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
34b016cb421 : 6982921: assert(_entry_bci != InvocationEntryBci) failed: wrong kind of nmethod
cf8bea660bb : 6982533: Crash in ~StubRoutines::jbyte_fill with AggressiveOpts enabled
08c9310254c : 6982499: ant detection is fragile on windows. especially using cygwin
dc9d72b5b1a : 6982774: HOTSPOT_IMPORT_PATH detection does not work as expected
4da9c57770f : 6970584: Flow.java should be more error-friendly
c1ac5e88620 : 6981185: com.sun.tools.model.JavacTypes.contains() calls Type.contains instead of Types.containsType
cd74d63c129 : 6979327: method handle invocation should use casts instead of type parameters to specify return type
73825fc8853 : 6337171: javac should create bridge methods when type variable bounds restricted
06c0a051da2 : 6982851: Add b107 machine classifications to jprt.properties file
2d2d444adf0 : 6972495: javax/imageio/CachePremissionsTest/CachePermissionsTest.java failed
ade072e46bc : 6971706: sun/nio/cs/ext/* classes are duplicated between rt.jar, charsets.jar, and localedata.jar
c09fe5cafbb : 6930507: Symbols for anonymous and local classes made too late for use by java tree API
657e4c62cb7 : 6982510: Updated SQLException subclasses from the outback for 6861385 so that the copyrights only have 2 years
0b8bc76cefd : 6680198: UnmarshalException caused by incompatible serialVersionUID
96eebc523f2 : 6843995: RowSet 1.1 updates
a239e8e4620 : 6861385: Updated SQLException subclasses to clarify that they may be thrown for vendor specific conditions
2d875cdd6fa : 6978977: Productivity: use ant for java part of build
2c66a6c3fd6 : 6953144: Tiered compilation
7d47787007f : 4881419: The type of X[].clone() should be X[]
990a6d67a13 : Added tag jdk7-b108 for changeset 44d515c5b5b6
57cf63def3b : Added tag jdk7-b108 for changeset b5444f4cf92e
f4bbd7d1923 : Added tag jdk7-b108 for changeset 4fc84aaaa7ab
9cf82cab338 : Added tag jdk7-b108 for changeset 47349e388f34
aaf5561c577 : Added tag jdk7-b108 for changeset 9aa5fae6f446
e4db025a73c : Added tag jdk7-b108 for changeset 82e065bffb94
5e55abdeffb : Added tag jdk7-b108 for changeset eed672dd8675
c5ccd42ac0e : 6870851: Bad frame_chop in StackMapTable crashes JVM
ef7b8cbc9ea : 6981001: (launcher) EnsureJREInstallation is not being called in order
2fdbbbae4e3 : 6965072: Need API to create SDP sockets
fdaf5c86b2d : 6867293: switching TAB in a browser doesn't deactivate EmbeddedFrame
977ad1ae6a4 : 6956462: AssertionError exception thrown in the Compiler Tree API in JDK 7
60cf6eb1de8 : 6458823: Messager messages on TypeParamterElements to not include position information
753b8d0fea0 : 6921495: spurious semicolons in class def cause empty NOPOS blocks
6e78f6cb4bb : 6981773: incorrect fill value with OptimizeFill
9a37a1e7761 : 6930062: Need to remove or build as part of the test file jdk/test/java/util/Locale/data/deflocale.exe
caef089b98c : 6981759: copyright header fix for test/java/util/Locale/LocaleCategory.java
183a7b7797b : 6458749: TypeParameterElement.getEnclosedElements throws NPE within javac
1cef1a3806b : 6977887: (doc) Java 6 API missing info about encoding parameter in storeToXML method
db3c4132688 : 6981408: Upgrade jaxp to 1.4.4
080f83060e5 : 6981145: (se) Eliminate JNI*Critical when creating pipes and other cleanups
c66d80c2d50 : 6981436: Variable gets hidden if Defs-javadoc is included
ca3dbff3f85 : 6979683: inconsistent interaction of reference cast with box/unbox conversions leaves out a useful case
63495e2114c : 6981466: Adding missing test LocaleCategory.java
d9501665731 : 4267450: (cal) API: Need public API to calculate, format and parse "year of week" 6549953: (cal) WEEK_OF_YEAR and DAY_OF_YEAR calculation problems around Gregorian cutover
624d93d4fa4 : Added tag hs19-b06 for changeset 97604d92cdcf
6d2cb040131 : 4700857: RFE: separating user locale and user interface locale
2aa1723b399 : 6977548: Broken link in ClassLoader.defineClass javadoc
c8f3efcc756 : 6981005: TEST BUG: java/lang/ClassLoader/TestCrossDelegate.sh timeout on windows
41e1560d14f : 6480547: REG: bug 4118621 which got Integrated in 1.1.8 fails in mustang from b25 onwards 6808185: test/closed/java/awt/Menu/NullMenuLabelTest crashes
5d5bcb4bca0 : 6979444: add command line option to print command line flags descriptions
0930f811319 : 6403465: javac should defer diagnostics until it can be determined they are persistent
84aedee955d : 6969586: OptimizeStringConcat: SIGSEGV in LoadNode::Value()
7f6ca926733 : 6962317: jdk7 jaxws source bundle still needs rebranding 6955300: Missing files in the jaf source bundle
1edc810119e : 6981043: Clean out all native code makefile logic from corba repository
3f7bac73fe5 : 6980978: assert(mt == t->xmeet(this)) failed: meet not commutative
7fe5113fe77 : 6911951: NTLM should be a supported Java SASL mechanism
aff3ad21b84 : 6980747: Runtime.exec can fail due to SecurityException (lnx)
e96eb944c29 : 6980707: Reduce use of IOException in JavaCompiler
08d9e03b816 : 4809552: Optimize Arrays.fill(...)
fba51e328b4 : 6570730: com.sun.source.tree.ModifiersTree.getFlags() should return class type
99d83d8d85f : 6980724: test/tools/javac/InterfaceAssert.java sometimes fails
6247222cf6f : 6980262: Memory leak when exception is thrown in static initializer
b513e518d2d : 6980206: G1: assert(has_undefined_max_size, "Undefined max size");
2114fddad91 : 6980392: TEST_BUG: gc/6581734/Test6581734.java has typo
6a0c40f1fee : 6961697: move nmethod constants section before instruction section
38d15129491 : Added tag jdk7-b107 for changeset c3c1f7961b1a
e3a36e49149 : Added tag jdk7-b107 for changeset d2462a7b07c5
a805814fd47 : Added tag jdk7-b107 for changeset a8c1cf6a14b9
a133e18a3bf : Added tag jdk7-b107 for changeset e8ced0e364f9
72ce2b8c221 : Added tag jdk7-b107 for changeset ce4b745d5d58
1e6bf5f9e1d : Added tag jdk7-b107 for changeset a9fb2c5cf4df
7f1dcd2d0f7 : Added tag jdk7-b107 for changeset 86c8feba9218
98f8b67c3a7 : 6980017: javap -XDdetail:source behaves badly if source not available
de9921986c3 : 6604599: ToolProvider should be less compiler-specific
45d90a77757 : 6976400: "Meet Not Symmetric"
670922cd272 : 6978641: Fix for 6929067 introduces additional overhead in thread creation/termination paths
0f3dd95156a : 6980019: Finish rename of ARM -> try-with-resources in jdk repository
34fda8a36d5 : 6875847: Java Locale Enhancement
be6d973a496 : 6978300: G1: debug builds crash if ParallelGCThreads==0
37fcc133f61 : 6960424: new option -Xpkginfo for better control of when package-info.class is generated
0e1661c2f15 : 6979564: ":" for path separator in dist/bin/javac does not work on Windows
1456a4c4238 : 6941275: G1: The MemoryPools are incorrectly supported for G1
a4b2fe3b1c4 : 6978355: renaming for 6961697
19a96223031 : 6929404: Filer.getResource(SOURCE_PATH, ...) does not work when -sourcepath contains >1 entry
bb23e305111 : 6974966: G1: unnecessary direct-to-old allocations
d6c5c969f07 : 6935638: -implicit:none prevents compilation with annotation processing
e0b5ab6bcb7 : 6976186: Integrate Shark
28253f9cb3f : 6949936: Provide API for running nested events loops, similar to what modal dialogs do
23ee6aa5f6e : 6910183: CMS: assert(_index < capacity(),"_index out of bounds")
c12f12ce8ef : 6976747: JCDiagnostic: replace "boolean mandatory" with new "Set<JCDiagnostic.Flag>"
c72513c86b9 : 6975005: improve JavacProcessingEnvironment.Round abstraction
8f806006bd8 : 6966740: (pack200) need to add the timezone regression test
6f001f2e2fd : 6969063: (pack200) The default value of Pack200.Packer.SEGMENT_LIMIT property is empty string instead of -1
f2e822b50ff : 6977851: NPE from FileURLConnection.connect
3756a7daa9f : 6896381: CTW fails share/vm/ci/bcEscapeAnalyzer.cpp:99, assert(_stack_height < _max_stack,"stack overflow")
92de62f50bc : 6978574: return statement in try block with multi-catch causes ClassFormatError
f5dd0bab3fe : 6932571: Compiling Generics causing Inconvertible types
226ae73a8d1 : 6531345: Memory leak in unpack200
f92a419833c : 6431344: (fc) FileChannel.transferTo() doesn't work if address space runs out
b7ca44871ee : 6978511: (file) Path.toRealPath should fail if not resolving links and file does not exist
b0942f5a43b : 6965924: java.net.HttpCookie using static SimpleDateFormat which is not thread safe
107837ccd77 : 6968584: Thread should not be Cloneable
cd78cc6fdba : 6977550: (tz) Support tzdata2010l
c7e50e83058 : 6912064: type profiles need to be exploited more for dynamic language support
5530cf12269 : 6978915: Remove Mercurial tags for Hotspot 19 Build 06
8a3ced949aa : 6978889: Remove premature change of build number to Hotspot 19 Build 07
28fff3ad36a : 6966737: (pack200) the pack200 regression tests need to be more robust
8a49894619c : 6978726: Bump the HS19 build number to 07
3a6039c5bea : Added tag hs19-b06 for changeset a5c5892863c7
8eb6166ca14 : Added tag hs19-b05 for changeset ffcd9ec2df9a
d13610cef5d : Added tag jdk7-b106 for changeset 9af6b80c6f4b
6a8e4a71ed8 : Added tag jdk7-b106 for changeset 546a8efadb54
190c5bdf8a6 : Added tag jdk7-b106 for changeset c61d5f1854de
212be87e66a : Added tag jdk7-b106 for changeset 443acf814b79
ce653608381 : Added tag jdk7-b106 for changeset 60bd1c133a48
04d8c6d439e : Added tag jdk7-b106 for changeset 07335a216c91
29264f00497 : Added tag jdk7-b106 for changeset 3367eadd6595
a54b1ff70e9 : 6978249: spill between cpu and fpu registers when those moves are fast
facee61c794 : 6888127: java.util.jar.Pack200.Packer Memory Leak
500e68f0b1e : 6978533: CMS: Elide BOT update asserts until 6977974 is fixed correctly
b002fe5992d : 6885308: The incorrect -XX:StackRedPages, -XX:StackShadowPages, -XX:StackYellowPages could cause VM crash
634d001c643 : 6977800: Regression: invalid resolution of supertype for local class
d56e09153a8 : 6885255: Improve usability of raw warnings
71962ebfb06 : 6886247: regression: javac crashes with an assertion error in Attr.java
c736a3d9c7b : 6921610: 1.6 update 17 and 18 throw java.lang.IndexOutOfBoundsException
34198dbc4c7 : 6976536: Solaris JREs do not have the krb5.kdc.bad.policy configured by default
fb2ceb5470e : 6932743: Makefiles not parsing version strings with - from uname -r
737e6157fe0 : 6974005: Use of cygpath in Makefile logic needs to silence error messages
fc61f2721e9 : 6977970: CMS: concurrentMarkSweepGeneration.cpp:7947 assert(addr <= _limit) failed: sweep invariant
3b69a96c58a : 6977924: Changes for 6975078 produce build error with certain gcc versions
a325f5589a5 : 6977640: Zero and Shark fixes
a3319eba8ab : 6977952: Test: Sync missing tests from hs16.3 to hs17.x
51e553fe0e6 : 6969651: TEST_BUG: tools/jar/JarEntryTime.java failed on JDK7 when run on NFS
ce2883fbbd2 : 6975964: G1: print out a more descriptive message for evacuation failure when +PrintGCDetails is set
7125621712c : 6974928: G1: sometimes humongous objects are allocated in young regions
1f0201f90be : 6959014: G1: assert(minimum_desired_capacity <= maximum_desired_capacity) failed: sanity check
8eca7db3071 : 6339649: URI.create should include a detail message when throwing IllegalArgumentException
77f845359ac : 6948538: CMS: BOT walkers can fall into object allocation and initialization cracks
a33a3ae92b5 : 6921234: TEST_BUG: java/lang/ClassLoader/deadlock/TestCrossDelegate.sh needs to be modified for Cygwin
d7787c25cff : 6976833: options included twice in Example SimpleCompiler
2801325742a : 6369605: Unconstrained type variables fails to include bounds
91bd86216a7 : 6976649: javac does not enforce required annotation elements in arrays
0f1f7c3b7f7 : 6976372: # assert(_owner == Thread::current()) failed: invariant
5223492f6b1 : 6976186: Integrate Shark
aff549a4ab6 : Added tag jdk7-b105 for changeset 60298a435212
f11a30cdf88 : Added tag jdk7-b105 for changeset 6a99ae51ed62
95a3c51ea76 : Added tag jdk7-b105 for changeset fe0fb5c541c6
daf33b796d7 : Added tag jdk7-b105 for changeset 989115191d21
21a5efbe753 : Added tag jdk7-b105 for changeset 1b104350a980
1996b057951 : Added tag jdk7-b105 for changeset 0e859833ce7c
c9abbe87dfb : Added tag jdk7-b105 for changeset 50afdd611849
ba5d36a6d6a : 6977051: Bump the HS19 build number to 06
a96301c84e8 : 6975006: assert(check.is_deoptimized_frame()) failed: missed deopt
83f6032e228 : 6976516: Add support for compiling deploy ws without compiling j2se
1d736d28510 : 6974176: ShouldNotReachHere, instanceKlass.cpp:1426
abc4e4d7d03 : 6973831: NPE when printing stack trace of OOME
49d555edeeb : 6971825: (so) improve scatter/gather implementation
bb7d4b2b35c : 6976378: ParNew: stats are printed unconditionally in debug builds
b092cb33e66 : 6973329: C2 with Zero based COOP produces code with broken anti-dependency on x86
a3c07597f25 : 6976265: No STROKE_CONTROL
d7310fb0f74 : 6976186: integrate Shark HotSpot changes
04d90d25e34 : 6959252: convert the anonymous arrays to named arrays in Java List Resource files
3072a8ef28d : 6974093: Thread.clone should NOT invoke addUnstarted on started threads
c9ac8cc788d : 6975855: don't emit deopt MH handler in C1 if not required
b36bff7dcd6 : 6378314: Bad warning message when agent library not found. local directory is not searched
7ee29eeb6a3 : 6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging
46e4eafc0cf : 6923794: About 40 JCK test case fail with AssertionError if -esa option is specified
dc37d152e73 : 6975027: use of movptr to set length of array
55323320b6f : 6967436: lines longer than 2^15 can fill window 6967433: dashed lines broken when using scaling transforms
22534d46e9f : 6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is disabled
e1edb38d9ed : 6960267: JTable.getRowHeight() returns value different from the specified default (16.0) with GTK L&F
1716bf859b7 : 6898593: java.sql.Date.valueOf no exception if date given is not in the JDBC date escape syntax
23a89dba043 : 6975231: Regression test for 6881115 is failing with compiler output not matching expected output
132dde52c30 : 6975275: diamond implementation needs some cleanup
b0e98512a72 : 6970376: ParNew: shared TaskQueue statistics
2e48a18645c : 6975078: assert(allocated_on_res_area() || allocated_on_C_heap() || allocated_on_arena()
7fe1c05c7c4 : 6966222: G1: simplify TaskQueue overflow handling
80a48b15c73 : Added tag jdk7-b104 for changeset fef4187d7622
2791b0619d5 : Added tag jdk7-b104 for changeset 0feaed799206
6cb5b0ee66c : Added tag jdk7-b104 for changeset 930517ba4d97
ba330f23de1 : Added tag jdk7-b104 for changeset e4e7ae0ec293
b8117e78691 : Added tag jdk7-b104 for changeset 83e5347f5988
8ab0372f608 : Added tag jdk7-b104 for changeset cd7adc8eaafb
57069c5967c : Added tag jdk7-b104 for changeset c27b7b809bd2
7895bef72f2 : 6975049: nsk/regression/b4287029 crashes with -Xss64 on solaris-i586
438ccadcce6 : 6962604: 3/3 Testcase sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh failure
f8eed77f36c : 6930581: G1: assert(ParallelGCThreads > 1 || n_yielded() == _hrrs->occupied(),"Should have yielded all the .
72990b87b14 : Added tag hs19-b04 for changeset 9dfa2b7f8640
fa2cb78a09c : 6857948: Calling a constructor with a doubly bogus argument causes an internal error
156e82c164f : 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
bc38b1c703b : 6945961: SIGSEGV in memcpy() during class loading on linux-i586
4728aa064a2 : 6974682: CTW: assert(target != NULL) failed: must not be null
b4148f33790 : 6963209: G1: remove the concept of abandoned pauses
5bed80aab98 : 6973963: SEGV in ciBlock::start_bci() with EA
500a66b0d8a : 6955504: (str) String[Builder/Buffer].append(char[],int,int) throws OutOfMemoryError in b94
f82d12c1b4c : 6974239: Correct reference to jdk document site in javadoc
707346f0994 : 6653372: Error in java.security.KeyStore example code
b95c7e95232 : 6953477: Increase portability and flexibility of building Hotspot
784f62993b0 : 6973030: NTLM proxy authentication fails with https
a656854b1ec : 6971426: jdk/make/docs docs target does not work on windows
f6c41540438 : 6973616: Update minimum boot jdk from 1.5 to 1.6
0c1962f5deb : 6973626: test/tools/javac/processing/* tests fail with assertions enabled
74210780a08 : 6971877: Project Coin: improve semantics of suppressed exceptions in try-with-resources
f0b6dc4e4fe : 6973308: Missing zero length check before repne scas in check_klass_subtype_slow_path()
bf106fcab7e : 6510892: com/sun/net/httpserver/bugs/B6361557.java fails
e51e3b724f3 : 6972468: Security manager should be used for tests in java/beans/XMLEncoder
d3b90b41643 : 6199676: REGRESSION: ColorChooser loses preview when change LandF in Java5
4ce3f156ec3 : 6973381: Bump the HS19 build number to 05
eff5854b963 : 6966604: JavacFiler not correctly notified of lastRound
75b10073880 : 6340549: javax.tools.JavaCompilerTool.getStandardFileManager().list() includes directories
30c006f23f4 : 6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
f5bf509c49c : Added tag jdk7-b103 for changeset a5cf09e6c109
2c09c3cf0bd : Added tag jdk7-b103 for changeset 81a799b11c0e
9b19c5b40c9 : Added tag jdk7-b103 for changeset f84fd6d66187
a1e95a38029 : Added tag jdk7-b103 for changeset d599ee7032ef
5bc757e86c2 : Added tag jdk7-b103 for changeset 0dc48f97ffd1
e6fcfd056b5 : Added tag jdk7-b103 for changeset a5f45610331b
c0563bc803f : Added tag jdk7-b103 for changeset a80a6daf6891
476f58c4af0 : 4743225: Size of JComboBox list is wrong when list is populated via PopupMenuListener
a38fe743aa5 : 6970833: Try-with-resource implementation throws an NPE during Flow analysis
d7444b88be4 : 6972747: CheckExamples fail when assertions are enabled
541f7a7a414 : 6938454: Unable to determine generic type in program that compiles under Java 6
1736731b74b : 6934977: (bf) MappedByteBuffer.load can SIGBUS if file is truncated 6799037: (fs) MappedByteBuffer.load crash with unaligned file-mapping (sol)
2d91b17b0a9 : 6972374: NetworkInterface.getNetworkInterfaces throws "java.net.SocketException" on Solaris zone
c45761e2a84 : 6958465: Sparc aten build24.0: openjdk-7.ea-b96 failed Error: Formal argument ... requires an lvalue
d44a3683b1c : 6888526: Linux getCurrentThreadCpuTime is drastically slower than Windows
bcbe3b25771 : 6403456: -Werror should work with annotation processing
157108fe22c : 6972327: JCTree.pos incorrect for annotations without modifiers and package
837cc6d0644 : 6972409: Cease emitting LDAP filter debug messages
caefa97f8c4 : 6870947: 15 sec delay detecting "socket closed" condition when a TCP connection is reset by an LDAP server
1c75e971088 : 6957438: improve code for generating warning messages containing option names
ccd014ed3fd : 6971882: Remove -XDstdout from javac test
3362748733a : 6972274: Fix the use of egrep -ci in the top level makefile sanity checks
cf3105821b2 : 6971847: 4/4 jmap '-histo:live' option is necessary for proper leak detection
564c0a977bc : 6717780: (coll spec) LinkedList api documentation provides the wrong method name
9d92d626e36 : 6972005: ConfPlusProp.java test failure when DNS has info for realm
f5561769de6 : 6867345: Turkish regional options cause NPE in sun.security.x509.AlgorithmId.algOID
3f659885ece : Added tag jdk7-b102 for changeset 755ea7201562
78845e9e0b6 : Added tag jdk7-b102 for changeset 828a1670fef1
5f0efc9ebc3 : Added tag jdk7-b102 for changeset 69f365110144
bc54af4743b : Added tag jdk7-b102 for changeset 39fde8f85ca1
f907666b7cb : Added tag jdk7-b102 for changeset e2378fd93633
6b4a0e7c264 : Added tag jdk7-b102 for changeset f15aef32e2b3
63ff9298d5c : Added tag jdk7-b102 for changeset 785a8905908b
3fbdd52bdf9 : 6969569: assert(is_static() && is_constant()) failed: illegal call to constant_value()
575bf80be62 : 6676075: RegistryContext (com.sun.jndi.url.rmi.rmiURLContext) coding problem
70d78801024 : 6969851: VM hangs/crashes in FileDialog test (VS2008/2010 build)
762e078636c : 6970566: runThese fails with SIGSEGV
7eb8c115ec1 : 6968063: provide examples of code that generate diagnostics
3dde10558af : 6952017: HttpURLConnection chunked encoding issue (Http request splitting)
05153d7e826 : 6952603: NetworkInterface reveals local network address to untrusted code
38ab95c64b9 : 6962589: remove breadth first scanning code from parallel gc
3a2b2b4fd88 : 6814437: G1: remove the _new_refs array
5fb46fd5a88 : 6581734: CMS Old Gen's collection usage is zero after GC which is incorrect
7dea7787e27 : 6964018: 3/4 AnonLoggerWeakRefLeak and LoggerWeakRefLeak can fail in JPRT
9f5d2eb1560 : 6962804: 4/4 ShellScaffold tests can fail without a specific reason
5d8f395e2b0 : 6941287: 4/4 jrunscriptTest.sh test does not work right under Cygwin
11b424e02ba : 6963907: (so) Socket adapter need to implement sendUrgentData
c7d240fc1aa : 6970262: TEST_BUG: test/java/net/NetworkInterface/IPv4Only.java has wrong test name in @run tag
2890d62dbbe : 6969395: TEST_BUG: Tests in java/net sun/net problems
3888d500b93 : 6964170: Verifier crashes
882b752caff : 6870553: X509Certificate.getSigAlgName method description uses non-standard algorithm name as example
5c3da1ee7ee : 6956639: G1: assert(cached_ptr != card_ptr) failed: shouldn't be, concurrentG1Refine.cpp:307
f2f06cfb5d1 : 6969292: make DNS lookup for realm/kdc really work
2dace6e70f1 : 6969683: Generify ResolverConfiguration codes
daf491a814c : 6962947: shared TaskQueue statistics
985efdc4759 : 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler 6964740: Project Coin: More tests for ARM compiler changes 6965277: Project Coin: Correctness issues in ARM implementation 6967065: add -Xlint warning category for Automatic Resource Management (ARM)
7e34622217d : 6969574: invokedynamic call sites deoptimize instead of executing
98f8ed01aad : 6964313: Find sun/nio/cs/ext issue with CreateSymbols, then move sun/nio/cs/ext to charset.jar
640336ebe64 : 6649594: Intermittent IOExceptions during dynamic attach on linux and solaris
b9859c555d9 : Added tag jdk7-b101 for changeset 197b3b36b3f4
6d2cecc1657 : Added tag jdk7-b101 for changeset 47da38a8c0f0
78d224e10f0 : Added tag jdk7-b101 for changeset 42130df1ac5b
cfc55e5aa10 : Added tag jdk7-b101 for changeset 705b83bb0c66
431a99ccf91 : Added tag jdk7-b101 for changeset c8f322bd177e
3aafcb67dff : Added tag jdk7-b101 for changeset 3085ed0d1781
158f98af372 : Added tag jdk7-b101 for changeset f3297675495c
a4e41493406 : 6964498: JSR 292 invokedynamic sites need local bootstrap methods
7dcb52915b4 : 6963622: Project Coin: Refinements to suppressed exceptions
ea255418202 : 6968336: VM crash guarantee(!nm->is_zombie()) failed: cannot lock a zombie method
9c273720d69 : 6964669: javac reports error on miranda methods
aa93fd77012 : 6967002: JDK7 b99 javac compilation error (java.lang.AssertionError)
abe67eceb02 : 6955341: Oracle rebranding changes for man pages
2b339c9319c : 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
7378cf14d9d : 6968646: JVM crashes with SIGFPE during startup
a1e7efde4ab : 6968789: incorrect text in "diamond not supported" message
5db54afdeaa : 6968434: test CheckResourceKeys fails on control builds
ec05f75ccd9 : 6966732: replace use of static Log.getLocalizedString with non-static alternative where possible
c3da6192277 : 6462562: InternationalFormatter inserts text incorrectly 6578432: Currency format instance does not work with Swing's NumberFormatter
c20e1ffd6c0 : 6670889: Keystore created under Hindi Locale causing ArrayIndexOutOfBoundsException
bd18ff374c4 : 6964714: NetworkInterface getInetAddresses enumerates IPv6 addresses if java.net.preferIPvStack property set
1eabc287374 : 6968385: malformed xml in sweeper logging
29ceaebc373 : 6968497: localized text appears in raw diagnostic
9ab742ede83 : 6968373: FontUtilities static initializer throws AccessControlException
ccbd1078131 : 6968401: 3/3 disable tests added by 6942989 until 6964018 is fixed
37f89e6be67 : 6959998: Return of SurfaceData_InitOps point not checked in all cases (parfait found these)
d3c3800a298 : 6958668: repeated uncommon trapping for new of klass which is being initialized
6f0719f8026 : 6966846: Incorrect assertion in java.net.Inet6Address.readObject
41fbcaf73d2 : 6967684: httpserver using a non thread-safe SimpleDateFormat
25c1ab1e55f : 6967937: Scope id no longer being set after 6931566
5245d5d52ce : Added tag jdk7-b100 for changeset 84d4886d48aa
0955245ab50 : Added tag jdk7-b100 for changeset 4f5e99470724
6f9b7f8e407 : Added tag jdk7-b100 for changeset 6bca2bbbf1f3
709178cf04c : Added tag jdk7-b100 for changeset 9962977aef86
d65cdc272a3 : Added tag jdk7-b100 for changeset 4670a882996f
9a744b5c79a : Added tag jdk7-b100 for changeset f037d51a0c87
bb3e41d2868 : Added tag jdk7-b100 for changeset 2d321433a4f0
95408ff1c75 : 6967533: Epoch bug: ExceptionInInitializerError on systems with uninitialized clock
2ca2c1d52fc : 6963811: Deadlock-prone locking changes in Introspector
e5b31c9351a : 6921472: RFE: java launcher code needs clean up
6474c4d2a3e : 6930056: (launcher) Need to remove or build as part of test these liblibrary.so files
049e350efde : 6894597: test/closed/javax/swing/JPopupMenu/6495920/bug6495920.java fails
cbe3e79eb9a : Added tag hs19-b03 for changeset 4670a882996f
7533d0caf75 : 6965184: possible races in make_not_entrant_or_zombie
93a394d6ee4 : 6520101: FileChooser will cause OutOfMemory when application will run long time
a20650acd07 : 6967423: Hotspot support for modules image
d6b705678a4 : 6967036: Need to fix links with // in Javadoc comments
2b8c80bc91d : 6954517: Testcase failure tools/launcher/UnicodeTest.sh
dcc737282de : 6959174: Need to introduce sun.awt.disableGtkFileDialogs system property
5ab764cefb4 : 6963723: Project Coin: Retrofit more JDK classes for ARM
1e8cbf3a53a : 6967050: JDK build issues with cygwin/vc2010
6d38b079028 : 6966643: GTK FileDialog hangs when user manually closes it
983ec867738 : 6424157: java.awt.EventQueue push/pop might cause threading issues
cc513a8564d : 6966411: escape.cpp:450 assert(base->Opcode() == Op_ConP
bf1ca00b7cc : 6965671: fatal error: acquiring lock JNIGlobalHandle_lock/16 out of order with lock CodeCache_lock/1
13ac5e3af2b : 6964164: MonitorInUseLists leak of contended objects
dbeca02bca5 : 6937415: Some components return undocumented default values under Nimbus LaF
4b7f7c425e6 : 6711682: JCheckBox in JTable: checkbox doesn't alaways respond to the first mouse click
b4884449a64 : 6966252: Bump the HS19 build number to 04
e8dbd32204c : 6957084: simplify TaskQueue overflow handling
f74b88af115 : 6782979: Add JNLPAppletLauncher (6618105) to blacklist
6593dfa3334 : 6947216: Even more Dual-pivot quicksort improvements
55db965e8d9 : 6959266: test javax/swing/JInternalFrame/6725409/bug6725409.java should be modified
41f3ac53686 : 4129681: Cannot get a title border to display its label as disabled
f34c8ae2900 : 6963489: ZDI-CAN-803: Sun JRE ICC Profile Device Information Tag Remote Code Execution Vulnerability
e4386725950 : 6964768: need test program to validate javac resource bundles
c8a460e29db : 6940258: (bf) Use intrinsified reverseBytes operation; elide no-op constructs
cd7e4c8c167 : 6935172: Optimize bit-twiddling in Bits.java
3cb2c5c25a5 : 6934271: Better handling of longer utf-8 sequences
ff895e1ca9d : 6933322: Add methods highSurrogate(), lowSurrogate() to class Character
aa6a17064b9 : 6934270: Remove javac warnings from Character.java
9c3e20af572 : 6963749: Minor improvements to Character.UnicodeBlock
0af0decb668 : 6940381: Wording improvements for String.indexOf, String.lastIndexOf
9c81e25271b : 6937112: String.lastIndexOf confused by unpaired trailing surrogate
a0f3e72c244 : 6934265: Add public method Character.isBmpCodePoint
30d5c660bc5 : 6934268: Better implementation of Character.isValidCodePoint
0a47db80ed5 : 6926623: Thread clone issues
76b5c4503b5 : 6963023: ZDI-CAN-809: Sun JRE JPEGImageWriter.writeImage Remote Code Execution Vulnerability
408319a6385 : 6964882: 32 bit JDK does not build on 64 bit Windows platforms
a58629198da : 6964882: 32 bit JDK does not build on 64 bit Windows platforms
4bd03814665 : 6964774: Adjust optimization flags setting
93f31249a1c : 6943487: NPE in makeMultiCharsetString while printing on linux
62b559b4e98 : 6213702: (so) non-blocking sockets with TCP urgent disabled get still selected for read ops (win)
a55533ffabb : 6963870: NPE in CompoundBorder.getInsets()
7511a7950ba : 6856415: Enabling java security manager will make programe thrown wrong exception ( main method not found )
448b83e288a : 6677629: PhaseIterGVN::subsume_node() should call hash_delete() and add_users_to_worklist()
8dd995ca0d9 : 6961029: java/net/BindException/Test.java should not use wildcard address
dfc84e8c89a : 6944166: G1: explicit GCs are not always handled correctly
968deb76584 : 6962569: assembler_sparc.cpp:1969: assert(false) failed: error
8a416b23659 : 6964479: widen normalization of small int and long values should be symmetric
85a8187c52f : 6954525: Testcase failure java/net/Authenticator/B4769350.java
efa88ff48b7 : 6963828: TEST_BUG: java/nio/channels/FileTransfer.java takes too long (win)
667d968e28f : 6964311: Build regression due to rt.jar contents change
9db4736a1ea : Added tag jdk7-b99 for changeset c24b113fe4ac
b9b38ef01c2 : Added tag jdk7-b99 for changeset f825b9b605e4
6b96799305a : Added tag jdk7-b99 for changeset a66eb9dba76c
52ca0b63886 : Added tag jdk7-b99 for changeset 2ac6aa68ce63
d6e7567e90c : Added tag jdk7-b99 for changeset f45234b29a80
aa4f13c0ea8 : Added tag jdk7-b99 for changeset 3eab1800a65c
c457ab9c1a8 : Added tag jdk7-b99 for changeset 3aeed58228be
a792499b68e : 6888573: class data sharing does not always disable large pages
17e95725012 : 6917288: Unnamed nested class is not generated
ce119517a23 : 6963941: Correct download link for source drop bundle
83f31097a2f : 6957166: With XAWT, set arguments properly creating a MouseWheelEvent
c93ecb66237 : 6946669: SSL/Krb5 should not call EncryptedData.reset(data, false)
6426b520766 : 6844907: krb5 etype order should be from strong to weak
4bdcad4b69b : 6958026: Problem with PKCS12 keystore
50f960454d4 : 6911258: Project Coin: Add essential API support for Automatic Resource Management (ARM) blocks 6911261: Project Coin: Retrofit Automatic Resource Management (ARM) support onto platform APIs 6962571: Infinite loop in printing out Throwable stack traces with circular references
5b2078e7133 : 6911258: Project Coin: Add essential API support for Automatic Resource Management (ARM) blocks
670501c6c6b : 6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
381c57e0d49 : 6947341: JVM Crash running Oracle ATG CRMDemo
c443776640e : 6952853: SIGSEGV with UseAdaptiveGCBoundary on 64b linux running jvm2008
5cf9793864a : 6931566: NetworkInterface is not working when interface name is more than 15 characters long
dfb66312ab3 : 6933622: Duplicate class files in rt.jar and charsets.jar 6895003: JarReorder is not excluding a requested file
5fcb4ac25f5 : 6939022: Source code adjustments for parfait compilation
7a40a76a813 : 6962980: C1: stub area should take into account method handle deopt stub
62854e9b81a : 6963156: TEST_BUG: Several tests under sun/nio/cs failed
9a0c9857b1a : 6942989: 2/2 Memory leak of java.lang.ref.WeakReference objects
43eef4d0ef8 : 6931871: Rebranding of javadoc generation in makefiles 6951293: control docs target does not work on windows
38241ca3a42 : 6684401: JTree isExpanded should not call itself recursively
3e7a0f0bfdc : 6777378: NullPointerException in XPDefaultRenderer.paint()
360fcdc7bdb : 6939019: Source code adjustments for parfait compilation of hotspot
c24951c3660 : 6959260: javax/swing/JLabel/6501991/bug6501991.java failed on build 1.7.0-ea-b96
3cd3bb09583 : 6707234: Method returned by Introspector.internalFindMethod not necessarily most specific
239fc2abf7b : 6962815: support enable and disable of the servicetag's system registry for testing purpose
fdaa7a673c3 : 6656830: assert((*p)->is_oop(),"expected an oop while scanning weak refs")
0eca63f3983 : 6960853: Cleanup makefiles, remove unused vars etc 6959596: Windows fastdebug build broken 6960335: Add top level 'make test' rule that uses test/Makefile, runs all test batches
6b39e91debb : 6938813: Swing mutable statics
4d0c91a7c94 : 6962478: Privacy page referenced in register_ja.html is incorrect
b383b9ba47f : 6962617: Testcase changes, cleanup of problem list for jdk_tools targets
4c7ea8f9efb : 6960853: Cleanup makefiles, remove unused vars etc
30c988b71e3 : 6712743: pack200: should default to 150.7 pack format for classfiles without any classes
909d0bb109a : 6962419: TEST_BUG: java_io tests fails in samevm mode
dfd2d3b4787 : 6961178: Allow doclet.xml to contain XML attributes
338714d4e6b : 6956958: assert(is_clean() || is_call_to_compiled() || is_call_to_interpreted() || is_optimized() || is_megam
7210444d874 : 6962540: langtools Makefile sets DEV_NULL incorrectly
30e0321d0a1 : 6962045: TEST_BUG: Tests in test/java/io/Serializable leave files open
ee0a2ddfe6e : 6961633: gui applications cause a jvm crash on windows
0a801a25db2 : 6961894: TEST_BUG: jdk_lang tests fail in samevm mode
0b946fc36ee : 4981129: (dc) DatagramSocket created by DatagramChannel does not provide sender info
c49c7ce7e81 : 6961754: JCK tests CvsEventTest0001 and CvsEventTest0002 fail under FF 3.5 on OEL 5
a0e99eb3e47 : 6959165: JVM crash during execution FileDialogBufferOverflowTest.html
16cf90d5448 : 6925710: IndexColorModel.finalize can be made to double free
70d13b11e3b : 6955292: Workaround ant 1.7.1 package-info.java issue in ant scripts 6940241: Change jaxp/jaxws so that the http downloads are not done by default 6960333: Add make level ALLOW_DOWNLOADS=true option
8cc0b7c9350 : 6869741: Integrate JAX-WS 2.2 and JAXB 2.2 in JDK 7
5bdc7a2a887 : Added tag jdk7-b98 for changeset eca02d17ce03
704059e82cf : Added tag jdk7-b98 for changeset 3046e368377b
5cb762fd3ad : Added tag jdk7-b98 for changeset 2166b8232399
01e7cde1273 : Added tag jdk7-b98 for changeset 19fe6cf1559b
e8b11fe509c : Added tag jdk7-b98 for changeset cddc74d84e01
da01f1bc643 : Added tag jdk7-b98 for changeset 7b1eebf9ecf0
3a1ab0ea9d5 : Added tag jdk7-b98 for changeset eda3e9ad64dc
eadcba1cd97 : 6869741: Integrate JAX-WS 2.2 and JAXB 2.2 in JDK 7
12d90b94840 : 6962067: TEST_BUG: Tests in java/util/zip/ZipFile leave file open
cafa9bd6e5b : 6955292: Workaround ant 1.7.1 package-info.java issue in ant scripts 6960333: Add make level ALLOW_DOWNLOADS=true option 6940241: Change jaxp/jaxws so that the http downloads are not done by default
98a56c7ab7f : 6955301: Update names and references to rebranded drop bundles (jaxp, jaxws, jaf)
29b21948470 : 6395224: (so) SocketChannel writer blocked on large buffer is not preempted by close method (vista)
ec720fb754d : 6961408: test/java/util/logging/ParentLoggersTest.java fails in samevm mode
5141220c5e8 : 6959292: regression: cannot login if session key and preauth does not use the same etype
0b400582673 : 6958060: Malformed AP-REQ crashes acceptor side
c218e4488ee : 6957564: Disclosure of DNS server IP address
bb97fb08348 : 6956638: JavacTask.generate does not generate all required files
0f0ac3ef39d : 6961502: TEST_BUG: test/java/lang/ClassLoader/defineClass/DefineClassByteBuffer.java fails
fad23a5a1f1 : 6575373: Error verifying signatures of pack200 files in some cases
cb437cbfe4e : 6961732: FontMetrics.getLeading() may be negative in freetype-based OpenJDK builds
2e9f8b9c55d : 6961079: Build JDK7 for 64 bit Windows using free Windows 7.1 SDK 64 bit compilers
f3aeed71d60 : 6961079: Build JDK7 for 64 bit Windows using free Windows 7.1 SDK 64 bit compilers
16f4bd8ec33 : 6961079: Build JDK7 for 64 bit Windows using free Windows 7.1 SDK 64 bit compilers
08c333279b8 : 6860491: WRAP_TIME_MILLIS incorrectly set
dadf7053f7b : 6961630: TEST_BUG: Several SocketChannel and Selector tests can fail with "address already in use"
f79194f505b : 6959787: java/awt/FileDialog/FilenameFilterTest/FilenameFilterTest.html failed on 7b94
008e969429a : 6961506: TEST_BUG: ResourceBundle/Bug4168625Test.java and TestBug4179766.java fails in samevm mode
fc99cf17936 : 6961518: TEST_BUG: add @run main/othervm in tests that call setSecurityManager
21f481e5ddb : 6959430: Make sure raw loads have control edge
f6c60282871 : 6952176: Remove debug flag from adlc makefile for 6Update trains
f27b8e12bdf : 6739756: JToolBar leaves space for non-visible items under Nimbus L&F
0b9679e5b7d : 6771547: SynthParser throws StringIndexOutOfBoundsException parsing custom ColorTypes
9e05cd86056 : 6959641: testcase failing java/util/Locale/Bug4184873Test.java
1696f0a3a62 : 6952161: Rebranding: Registration html for servicetag
cee6cf433e5 : 6961358: TEST_BUG: java/nio/channels/SocketChannel/OpenLeak.java can't run in samevm mode
52c2b63a7a7 : 6932744: TEST_BUG: java/nio/channels/Selector/OpRead.java failing
b96bd0ebfc8 : 6735259: NPE at WindowsComboBoxUI$XPComboBoxButton.getState(WindowsComboBoxUI.java:408)
db380d57754 : 6788484: NPE in DefaultTableCellHeaderRenderer.getColumnSortOrder() with null table
003df98660c : 5066685: BorderFactory lacks SoftBevelBorder support
788f7f34854 : 6961062: (dc) Several DatagramChannel tests timeout or fail with "address already in use"
612e107faad : 6960789: com.sun.servicetag API needs to be added in ct.sym
8fbcd87b242 : 6960831: fix CORBA build warnings
ff41c48f122 : 6961061: make/tools/freetypecheck doesn't build with VS2010 : breaks openjdk builds
729c6246fb7 : 6960550: Missing semicolon in Zero
35e50729a82 : 6960898: Regression due to src/share/classes/java/lang/ProcessBuilder.java changes
c8359c37388 : 6960865: ldc of unloaded class throws an assert in ciTypeFlow
53a219bfee7 : 6914943: Implement final TLS renegotiation fix
45b78120fcb : 6944584: Improvements to subprocess handling on Unix
5b0c4babe61 : 6959197: When building with JAVAC_MAX_WARNINGS=true, the build fails in sun/nio/cs due to the use of -Werror
f6a74429838 : 6958836: javadoc should support -Xmaxerrs and -Xmaxwarns
774e9847c49 : 6877961: langtools build should allow more options when running jtreg
356e978bce5 : 6938230: (so) SocketAdaptor.close() does not translate IOException resulting in Error
82adf1a2243 : 6934585: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java
b0277a96313 : 6958869: regression: PKIXValidator fails when multiple trust anchors have same dn
19b81a2817b : 6960407: Potential rebranding issues in openjdk/langtools repository sources
0dd9ef9b436 : 6944312: Potential rebranding issues in openjdk/langtools repository sources
d6dea71e067 : 6959259: Minor improvements to static Random field caching
e267adc80aa : 6960394: Stop linking with -lnsl on Linux
7313e1145f5 : 6952043: Incorrect JNI calls in fontpath.c
22ac1684a07 : 6959965: jstat: Add new -classload option to print class loading statistics
75ed3422282 : Added tag jdk7-b97 for changeset 8dacdb7bb25b
52745529045 : Added tag jdk7-b97 for changeset 895b66935810
3697cd7eb30 : Added tag jdk7-b97 for changeset 84794cde307a
34af62642f1 : Added tag jdk7-b97 for changeset c537acdc6dba
7a9d90b3362 : Added tag jdk7-b97 for changeset 3a1d6e247019
b52450cf400 : Added tag jdk7-b97 for changeset 75aee3dfd68e
6d42ebc2f2b : Added tag jdk7-b97 for changeset 96c2ff3f0865
9c7b430e114 : 6730276: JDI_REGRESSION tests fail with "Error: count must be non-zero" error on x86
875dc24cfcc : 6945418: Project Coin: Simplified Varargs Method Invocation
1f4cfb029b2 : 6939203: JSR 292 needs method handle constants
3c05d51ed69 : 6935563: (dc) Improve connection reset/port unreachable handling [win]
4df63bafc0e : 6939203: JSR 292 needs method handle constants
bc95863f7d4 : 6935997: Please add a nested throwable constructor to AssertionError
aafc1e13c09 : 6959123: Remove use of obsolete png_check_sig function in splashscreen_png.c
2f408651fb6 : 6957375: java/net/ResponseCache getResponseCode and ResponseCacheTest fail after rebranding
6d8002eb267 : 6953058: G1: A bigapp crashes with SIGSEGV in compiled code
17a997cfe31 : 6888130: SwingSet2: Demo is not launching and throwing NPE
154ae789ef8 : 6958485: fix for 6879921 was insufficient
44c72be43ee : 6959116: Fix regression in make/jdk_generic_profile.sh (PROCESSOR_IDENTIFIER)
aa58d212135 : 6958802: cleanup and doc langtools build.xml file
c8cce21323f : 6958391: add vizant support to langtools build
c0ec10188d4 : Added tag hs19-b02 for changeset 95a32517326e
00b75f83534 : 6958292: C1: Enable parallel compilation
2d9fcecd298 : 6951366: kerberos login failure on win2008 with AD set to win2000 compat mode
da823fbf449 : 6519115: MirroredTypeException thrown but should be MirroredTypesException
51ba3f99816 : 6958458: Bump the HS19 build number to 03
3bc126336f4 : 6955264: add option to suppress Abort in Check.completionError
36f8c829706 : 6958254: -XX:+VerifyOops is broken on x86
324e5b7fcc5 : Added tag jdk7-b96 for changeset 766529b3422f
2a64946cbb7 : Added tag jdk7-b96 for changeset ba0f3e4fc590
23a0b1cf517 : Added tag jdk7-b96 for changeset 28ba1ea472b9
f52bff6fde4 : Added tag jdk7-b96 for changeset 4d5b1beafffc
e5cdaaa6129 : Added tag jdk7-b96 for changeset 95a32517326e
a32689f43ac : Added tag jdk7-b96 for changeset 43de3ab7df33
f08a79d7839 : Added tag jdk7-b96 for changeset 1496a9cbeac4
c45d80a0a27 : 6958257: Add support for alpha
93283bd962e : 6958257: Add support for alpha
9934e0af8e7 : 6852873: Reduce safepoint cleanup time
3cf74e191f8 : 6930994: Code cache is full warning should be visible in product
fa91c4b4350 : 6933147: Provided new utility visitors supporting SourceVersion.RELEASE_7
72ec2d876a1 : 6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked for java.util.Random(long)
b26797f892c : 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
bdef27482cb : 6957882: nsk/sajdi tests failed with NullPointerException
a3005a16fcb : 6954029: Improve implicit null check generation with compressed oops
5d3cbf89ec0 : 6636983: Japanese text does not display correctly in a JEditorPane
9351f319e28 : 6950927: Testcase failure sun/management/jmxremote/bootstrap/JvmstatCountersTest.java
94422f1795c : 6857057: api/javax_swing/text/GlyphView/index.html#Methods test fails
aaba19a88d2 : 6955873: CORBA resources bundles and javax.activity missing from b94
141897fe19c : 6950931: test fails on windows sun/security/tools/jarsigner/crl.sh
be95b163a6c : 6957080: MethodComparator needs stress testing
49cbc41c820 : 6957004: MethodComparator uses the wrong CP index accessor
1771e204599 : 6307603: [X11] Use RENDER extension for complex operations done in software
bef3a5238cf : 6955707: Correct addNotices.sh logic in Makefiles 6949590: exes(java.exe, javaws.exe) show Copyright Year as 2004, COMPANY as Sun
bb19e223b46 : 6956930: Remove unused OS_VENDOR make variable
c093127f249 : 6956840: (ch) Rawtype warning when compiling sun.nio.ch.CompletedFuture
bb99e229437 : 6670274: Incorrect tab titles for JTabbedPane if using HTML (BasicTabbedPanelUI problem)
38bcbb7d6f1 : 6889007: No resize cursor during hovering mouse over JTable
e54c515e8a6 : 6954231: SynthTextPaneUI.installUI() doesn't set component to opaque even if prop was not set by client progr
e186e4f62be : 6929507: Build error on file swing.plaf.synth.SynthUI
4da8658b144 : 6955349: C1: Make G1 barriers work with x64
ba7c1736598 : 6941466: Oracle rebranding changes for Hotspot repositories
cc18a50e59c : 6916623: Align object to 16 bytes to use Compressed Oops with java heap up to 64Gb
211a79fc652 : 6930553: classfile format checker allows invalid method descriptor in CONSTANT_NameAndType_info in some cases
308ec93f02f : 6956472: test/runtime/6888954/vmerrors.sh uses ksh-specific syntax
02c01a314ba : 6956513: Bump the HS19 build number to 02
68416bcd044 : Added tag jdk7-b95 for changeset f8f961ea5739
b76a3296de4 : Added tag jdk7-b95 for changeset 3469fc641c7a
d8bb8116417 : Added tag jdk7-b95 for changeset 8971a47eb364
6e1518685e7 : Added tag jdk7-b95 for changeset eca8ec9ea1e6
834fa8f12e4 : Added tag jdk7-b95 for changeset 85e3d459ab3c
42993904cdd : Added tag jdk7-b95 for changeset 38456a7de79b
38ca271eeca : Added tag jdk7-b95 for changeset c3a9a2a60e35
05b4f2e796a : 6956164: nightly regressions from 6939207
8b691389232 : 6954424: Support OpenType/CFF fonts in JDK 7
7e86c31feef : 6955783: ServiceUnavailableException caught even the secondary DNS is available
80b67f81afd : 6956202: Fix a few missed rebranding issues, please contact lines etc
3a941f57d37 : 6956202: Fix a few missed rebranding issues, please contact lines etc
d77b9cb85e2 : 6956202: Fix a few missed rebranding issues, please contact lines etc
433dfec05a9 : 6925473: REGRESSION: JOptionPane in dialog is full-screen height
09398944af8 : 6632959: swing html parser doesn't know &euro; or &rsaquo;
fe008ae27a7 : 6943119: Rebrand source copyright notices
bd4f4be9d7e : 6943119: Rebrand source copyright notices
20b5f2a74c7 : 6943119: Rebrand source copyright notices
149a47c01f0 : 6943119: Rebrand source copyright notices
54705799f5d : 6943119: Rebrand source copyright notices
136614e00b0 : 6943119: Rebrand source copyright notices
d864e546279 : 6934615: Relative classpaths in jarfile manifests are handled inefficiently by rmic
dd916173dbe : 6884066: JTableHeader listens mouse in disabled state and doesn't work when not attached to a table
f6adc010882 : 6768387: REGRESSION: JTable no longer serializable
42ddf1f6679 : 6937798: Nimbus: Issues with JTable grid
9aca53da769 : 6786238: api/javax_swing/DefaultDesktopManager/descriptions.html#xxxFrame Fails with NPE since 6u12 b02
235a3e379ce : 6948287: KDC test strange knvo
7a9f2e76250 : 6934104: JSR 292 needs to support SPARC C2
9936975b96d : 6941378: G1: change default value of G1UseFixedWindowMMUTracker to true
0582a3ba999 : 6490487: java support on 64 bit solaris x86 machines is broken
a7b730f1273 : 4690407: JAR tool: option -i can't be combined with other options
0bc8b10673f : 4691425: GZIPInputStream fails to read concatenated .gz files
480f0af4e8e : 6932525: Incorrect encryption types of KDC_REQ_BODY of AS-REQ with pre-authentication
37ae69dba33 : 6948781: CertificateFactory.generateCertificate doesn't throw CertificateException for malformed certificate
a7fbe2d8589 : 6882687: KerberosTime too imprecise
6e9dba43a05 : 6954621: small error in 6948909
874ec0972c8 : 6948803: CertPath validation regression caused by SHA1 replacement root and MD2 disable feature
581521ba966 : 6939207: refactor constant pool index processing
1955a6c3751 : 6954901: langtools/test/Makefile should check for bin/javac(.exe) instead of lib/tools.jar
cdb9a989f17 : Added tag hs19-b01 for changeset 727ea9be3ad4
09d031cd102 : 6953396: javax.swing.plaf.basic.BasicViewportUI.uninstallDefaults() is not called when UI is uninstalled
2e24ba80e95 : 6930772: JSR 292 needs to support SPARC C1
8f950e676a9 : 6773270: java.net.URI fails to escape \u0000
60ca3700536 : Added tag jdk7-b94 for changeset 1792af5280b8
fd50f69f682 : Added tag jdk7-b94 for changeset 98087eafc189
d4eb25c6340 : Added tag jdk7-b94 for changeset 5cb1d1d6eaef
9ad064770cc : Added tag jdk7-b94 for changeset 5693469198cd
cb7c0592350 : Added tag jdk7-b94 for changeset 84ace44cf876
c3187134bf2 : Added tag jdk7-b94 for changeset 955f6787b490
53a84e465e8 : Added tag jdk7-b94 for changeset dad5d1f3317b
d738280014b : 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
7c2929aaf80 : 6910490: MatteBorder JScrollpane interaction
cd6f30d3bc8 : 6479191: LTP: XMLEncoder does not update initialized property of GridBagConstraints type
c9f2ba541bb : 6951083: oops and relocations should part of nmethod not CodeBlob
ed25c962e12 : 6953952: collectedHeap.cpp should use #ifdef _LP64 not LP64
51c1f355488 : 6953483: Typo related to ReduceInitialCardMarks leaves concurrent collectors vulnerable to heap corruption
56be4c0b46a : 6953588: hotspot\src\share\vm\interpreter\bytecodes.cpp doesn't compile with VS2010 on AMD64
ca5f8bd9bb5 : 6903970: VS2008/VS2010 build fails in make/sun/jkernel because of "afxres.h" missing
184c523bdb8 : 6903970: VS2008/VS2010 build fails in make/sun/jkernel because of "afxres.h" missing
836fb6fe526 : 6951833: latest diamond implementation generates spurious raw type warnings
56c4bf22d41 : 6948381: javac Null Pointer Exception in Types.makeCompoundType
cd66a7b462b : 6946618: sqe test fails: javac/generics/NewOnTypeParm in pit jdk7 b91 in all platforms
1bc9b6324ea : 6880344: Recursive type parameters do not compile
4f45d8c3a2c : 6911922: JVM must throw VerifyError for jsr or jsr_w opcodes in class file v.51+ 6693236: A class file whose version number is greater than to 50.0 must be verified using the typechecker
00d1e12daf1 : 6953576: bottom_type for matched AddPNodes doesn't always agree with ideal
bb2be852aa0 : 6945564: Unicode script support in Character class 6948903: Make Unicode scripts available for use in regular expressions
b03699b985c : 6953539: after 6892658 c1 reports that it doesn't inline StringBuffer.append
d1dc8092ecd : 6951599: Rename package of security tools for modularization
04b4d790945 : 6951319: enable solaris builds using Sun Studio 12 update 1
c12b2b3f69d : 6953267: assert in EA code with -XX:+StressReflectiveCode
5545514e602 : 6953275: Many Swing tests are failing because of a GTK lib
3ee6427a9c8 : 6953294: Fix for 6909002 was incorrectly merged
430574f3988 : 6950075: nmethod sweeper should operate concurrently
da26b0d8785 : 4853493: GZIPOutputStream passes a reference to a private array into an untrusted method
6d1dc62ab18 : 4813885: RFE: GZIPOutputStream should implement flush using Z_SYNC_FLUSH
85854f0e138 : 6951686: Using large pages on Linux prevents zero based compressed oops
8c248ee5f29 : 6949515: 3/3 VM crash when calling GetMethodDeclaringClass
04c87a2d5ee : 6938481: 4906607 is not fixed for NIMBUS L&F
f8643be2669 : 6948539: CMS+UseCompressedOops: placement of cms_free bit interferes with promoted object link
6524a87e07b : 4465490: Suspicious about double-check locking idiom being used in the code
e009d84ff6c : 6745217: jmap assertion failure
2dca32f307a : 4263582: RFE: GZIPInputStream throws IOException on non-gzipped data
0c958f899ea : 6952701: Use http://www.ietf.org/rfc for rfc references in jdk public APIs
0d3978019b6 : 6921317: (partial) G1: assert(top() == bottom() || zfs == Allocated,"Region must be empty, or we must be setting it to
3927da83d06 : 6952330: Fix for 6933217 broke contract of StringBuffer.ensureCapacity
0f4df9f6181 : 6951064: Typo in javadoc for ZipException ctors
f52963c1bcc : 6952178: Fork HS18 to HS19 - renumber Major and build numbers of JVM
e07663d1084 : Added tag jdk7-b93 for changeset 19b9aa23e950
24b484a0157 : Added tag jdk7-b93 for changeset e415207ac256
8843a8a083e : Added tag jdk7-b93 for changeset cd6bd47caa4d
a0f06a97b07 : Added tag jdk7-b93 for changeset b698288c7b9b
9d2e4e10222 : Added tag jdk7-b93 for changeset 886a48579400
2362acb347f : Added tag jdk7-b93 for changeset ed71fb20ba0f
9c93404ddea : Added tag jdk7-b93 for changeset 30b170e85ca5
7648a5f5ef7 : 6952188: update timeout for langtools jtreg tests on JPRT
fb9c4505a14 : 6951887: Wrong redirection useage in test sun/nio/cs/Test4200310.sh
56131863a71 : 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
5ef47408fb8 : 6951661: Eliminate jvmstat dependency on sun.management.counter
df4f3b6c420 : 6951923: some uses of fatal1 were missed by 6888954
b8491bb9fed : 6951784: Zero deoptimizer changes
325809a3cdd : 6931180: Migration to recent versions of MS Platform SDK 6944048: VS2010 build failure in make/com/sun/java/pack: missing unpack200.exe.manifest 6944015: VS2010 build failure in awt_TextArea.cpp: ambiguous call to abs() 6936319: JDK build fails in awt_DnDDS.cpp with Visual Studio 2008/Platform SDK 7 6944516: Windows L&F is broken in SwingSet2, when JDK is built with the recent Windows SDK
db63a9aa556 : 6931180: Migration to recent versions of MS Platform SDK 6951582: Build problems on win64
4260bdf72f9 : 6931180: Migration to recent versions of MS Platform SDK
cd28ed503fd : 6931180: Migration to recent versions of MS Platform SDK
8afbd9a53e8 : 6951190: assert(!klass_is_exact(),"only non-exact klass") while building JDK
4715f32101a : 6951188: CMS: move PromotionInfo into its own file
3adf1d85381 : 6937842: Unreadable \uXXXX in javadoc
75e3cde9288 : 6937857: Concurrent calls to new Random() not random enough
b455514c890 : 6950540: PriorityQueue(collection) should throw NPE if collection contains a null
4a29f05c6ad : 6933217: Huge arrays handled poorly in core libraries
bd1c4063c8d : Added tag hs18-b04 for changeset 31ba466ddb99
521354406a4 : 6946673: DatagramSocket.connect() documentation contradicts the implementation
399d1f6a5f1 : 6950617: Zero/Shark interface updates
473182bb12e : 6947917: Error in basic authentication when user name and password are long
cac32ee6367 : Added tag jdk7-b92 for changeset f6dc4589a315
41ac1559fb7 : Added tag jdk7-b92 for changeset d36af409752e
746ed59fd05 : Added tag jdk7-b92 for changeset dc292c44a947
c68729ee76a : Added tag jdk7-b92 for changeset 34f8f501f771
d8298c3ca4a : Added tag jdk7-b92 for changeset 8f63b4408306
15c8636f2ed : Added tag jdk7-b92 for changeset e5dbe15cfee0
f529a3e9b8a : Added tag jdk7-b92 for changeset 6cd754e132a2
611ef519647 : 6950438: Add 6u18 and 6u20 release values explicitly to jprt.properties file
1a12511929e : 6946825: com.sun.net.httpserver.HttpServer; Memory Leak on Non HTTP conform open socket
4d6c5d6fefa : 6950178: Zero stack improvements
5a66416a07a : 6919629: Nimbus L&F Nimbus.Overrides option leaks significant amounts of memory
7c6813eb7aa : 6890876: jarsigner can add CRL info into signed jar
a94d06f6b77 : 6948909: Jarsigner removes MANIFEST.MF info for badly packages jar's
51da92458c8 : 6949118: jvm.dll shows the company name as Sun Microsystems
070ea7c3104 : 6949830: 6939134 broke Zero
e3e5b8ad72d : 6886723: light weight http server doesn't return correct status code for HEAD requests
510d77a436d : Added tag hs18-b03 for changeset d5db8102090b
43a9130faa2 : 6935118: UseCompressedOops modification in methodOopDesc::sort_methods() causes JCK timeout
416df6da75a : 6949423: remove tagged stack interpreter for Zero
07ee2dd2593 : 6939196: method handle signatures off the boot class path get linkage errors
d14cf2e13cb : 6919638: CMS: ExplicitGCInvokesConcurrent misinteracts with gc locker
de2b567108d : 6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
762f60d3435 : 6948537: CMS: BOT walkers observe out-of-thin-air zeros on sun4v sparc/CMT
973b1ef143b : 6939196: method handle signatures off the boot class path get linkage errors
a56ce237755 : 6939134: JSR 292 adjustments to method handle invocation
4eb75c2df3f : 6939134: JSR 292 adjustments to method handle invocation
0d30a781cf6 : 6939134: JSR 292 adjustments to method handle invocation
0211f9703a9 : 6943304: remove tagged stack interpreter
55457c9cc71 : 6939182: Zero JNI handles fix
61b9d428d1b : 6948602: Disable use of SSE4.2 in String.indexOf intrinsic until 6942326 is fixed
a7fa37352db : 6948636: Bump the HS18 build number to 04
74597db90f5 : Added tag jdk7-b91 for changeset cdc146f667c7
7320b428801 : Added tag jdk7-b91 for changeset bafb4ec71cd3
088d5c41e98 : Added tag jdk7-b91 for changeset e675c1f4d97e
332c6ac1812 : Added tag jdk7-b91 for changeset d93fc4179dc2
1273d6969f2 : Added tag jdk7-b91 for changeset c5092b6d8193
2467acb3fad : Added tag jdk7-b91 for changeset acab8ba96315
5d05e67d861 : Added tag jdk7-b91 for changeset cc69164423eb
3b66a751506 : 6948251: need to quote args in langtools launcher script
16e7bb5c198 : 6899405: Specification for JLayer.setLayerEventMask() should mention that eventDispatch() might not be called
98a42c6444e : 6899453: Remove unnecessary methods from LayerUI
ac7a6db631d : 6899413: Fix for CR #6878399 should be refactored
6d2a896bcd4 : 6829193: JSR 292 needs to support SPARC
20fbeb53cdd : 6844193: support max_retries in krb5.conf
46ebf10e260 : 6947487: use HexDumpEncoder.encodeBuffer()
c21ea1a6d8c : 6913179: The java.awt.FileDialog should use native GTK file chooser on linux distros
cb911cf0986 : 6946892: c1 shouldn't sign-extend to upper 32bits on x64
d052130c495 : 6880336: SwingWorker deadlocks due one thread in the swingworker-pool
77a56e5d33e : 6718504: IN6_IS_ADDR_ANY tests only 12 bytes of 16-byte address
eb534d777ad : 6943485: JVMTI always on capabilities change code generation too much
cd48f31efee : 6946040: add intrinsic for short and char reverseBytes
ba20286ba3e : 6939646: Remove obsolete com.sun.corba.se.internal.io package
24bf601cb1f : Added tag jdk7-b90 for changeset e04dfc23e480
68bf3a5f377 : Added tag jdk7-b90 for changeset 89baf99a5e06
4eb5d78bbef : Added tag jdk7-b90 for changeset ab2911ce6db7
1c77657b607 : Added tag jdk7-b90 for changeset 785ad20ceb84
f0c93107d37 : Added tag jdk7-b90 for changeset f1a81d71d1c6
6b237fafac2 : Added tag jdk7-b90 for changeset 637841d87234
7105f7c9c3b : Added tag jdk7-b90 for changeset ffbb10639cc8
99196ff9ca2 : 6888954: argument formatting for assert() and friends
3e2cf1a294f : 6946048: G1: improvements to +PrintGCDetails output
a6d2266193b : 6949307: G1: raise a vm error, do not core dump, if target pause time and target interval are inconsistent
b1867e0dd59 : 6819061: G1: eliminate serial Other times that are proportional to the collection set length 6871109: G1: remove the concept of the scan only prefix
7cc72590c76 : 6856069: PrincipalName.clone() does not invoke super.clone()
f05dd156c2c : 6945316: The Win32ShellFolderManager2.isFileSystemRoot can throw NPE
dea5e42c57f : 6730476: invalid "unchecked generic array" warning
ed15f54cfbc : 6943963: NumericShaper with ARABIC doesn't shape digits correctly after calling another instance
09ae7d4842b : 6945604: wrong error message in CardImpl.java
166ea7f01ca : 6945219: minor SA fixes
5d137e0d2f9 : 6944847: native gss lib names on linux
8403ec67a34 : 6936389: FontManager.fileCloser may cause memory leak in applets
8f45ed22995 : 6945238: (tz) Support tzdata2010i
50654ebc2b3 : 6944822: Fix for 6938627 exposes problem with hard-coded buffer sizes
4d2c11649f5 : 6943941: Rebranding issues with some tests in jdk/test/java/util
5e6b4184727 : 6944503: Improved Zero crash dump
d132f8e1c62 : 6897143: Stress test crashes during HeapInspection using ParallelGC
99cdb36ecab : 6942253: G1: replace G1ParallelGCAllocBufferSize with YoungPLABSize and OldPLABSize
193be0b9eb2 : 6944473: 6941224 misses new files
3157c37cf5f : 6922179: SynthTextPaneUI.installUI() doesn't set component to opaque as specified
41515b3a35f : 6944361: Missing CKR_ values in PKCS11Exception
471633a5911 : 6609675: [Fmt-Da] DateFormat.parse() on a timezone changes its calendar's timezone
592e8de4e14 : 6939248: Jarsigner can't extract Extended Key Usage from Timestamp Reply correctly
a61cccd54ba : Added tag hs18-b02 for changeset 0c79cc0b79fd
67e6e0207c5 : 6944398: Bump the HS18 build number to 03
7afbc895a82 : 6937978: let keytool -gencert generate the chain
98ee92e7246 : 6939930: exception unwind changes in 6919934 hurts compilation speed
d0a7eafe8d7 : 6931676: TEST_BUG: wrong value for bugid in comments
89dcd228da7 : 6939027: G1: assertion failure during the concurrent phase of cleanup
6110c052aa8 : 6943926: G1: Integer overflow during heap region verification
78db5576002 : Added tag jdk7-b89 for changeset 8d57da0c20f6
056ada1df62 : Added tag jdk7-b89 for changeset 892f63d483d9
657ff085672 : Added tag jdk7-b89 for changeset 8063e418d57c
5a8b753b8a2 : Added tag jdk7-b89 for changeset a5368e5402f5
8c5458caf10 : Added tag jdk7-b89 for changeset 750e57985f1e
d74a843b458 : Added tag jdk7-b89 for changeset 6bdda0396d9d
c782032ff8a : Added tag jdk7-b89 for changeset e996369c787b
61ab8e5bfdf : 6943219: test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java fail in linux
d8899093350 : 6944028: 6940701 broke Zero
95b528bff00 : 6941224: Improved stack overflow handling for Zero
a1446b775d5 : 6938026: C2 compiler fails in Node::rematerialize()const
d3fa7f79ad1 : 6939620: Switch to 'complex' diamond inference scheme
b984132c165 : 6920842: Wheel events do not bubbling to the browser if they was not treated in applet
965595d38b4 : 6939618: Revert 'simple' diamond implementation
6cfd12db854 : 6941948: NumaricShaper.shape() doesn't work with NumericShaper.Range.EASTERN_ARABIC
87fe7a43767 : 6706251: api/java_net/NetworkInterface/index.html#misc: getDisplayName() returned non null but empty String
2790d3b8187 : 6709938: RFE: Support more scripts in JDK logical fonts using new fonts in Windows XP and later
795261fbaae : 6942707: nwe Big5.map for HKSCS2008 missed 5 codepoints
f78418e286d : 6875904: Java 7 message synchronization 1
144741e52c7 : 6875904: Java 7 message synchronization 1
52e1e32cdbb : 6941936: Broken pipe error of test case DNSIdentities.java
36657229559 : 6942649: add hidden option to identify location and version of javac classes
5794ed41e6c : 6909281: 6u19 b99(pit):Error loading first applet in browser session( both FF && IE, windows ): NPE is thrown
92062ab1396 : Added tag jdk7-b88 for changeset 27beb127f317
84aff5abecd : Added tag jdk7-b88 for changeset 03ed19dc460c
fdb7b18c807 : Added tag jdk7-b88 for changeset 349fc36a6694
e1b0bb83550 : Added tag jdk7-b88 for changeset d929b243d1f3
9e32cd08378 : Added tag jdk7-b88 for changeset 0c79cc0b79fd
073197e2d92 : Added tag jdk7-b88 for changeset ad4ae3f4ca67
27f4cf5d08e : Added tag jdk7-b88 for changeset 9c9bfe8f3a47
fc76d07b409 : 6942223: c1 64 bit fixes
4d0664b4273 : 6941529: SharedRuntime::raw_exception_handler_for_return_address must reset thread MethodHandle flag
a0d85f3139e : 6918573: sun.security.pkcs11.P11RSACipher.finalize() is a scalability blocker
f6934fd3b72 : 6940726: Use BIS instruction for allocation prefetch on Sparc
6b4917957fe : 6941130: Semaphore should throw if number of permits overflows or underflows
b98560aa101 : 6940894: G1: assert(new_obj != 0 || ... "should be forwarded") for compaction tests
629d139cac4 : 6940733: allocate non static oop fields in super and sub classes together
5f8098a4023 : 6940701: Don't align loops in stubs for Niagara sparc
e6d3771bc3a : 6717164: FilterInputStream.skip incorrectly inherits wording specifying how the InputStream.skip works
429cea33bae : 6940677: Use 64 bytes chunk copy for arraycopy on Sparc
719e7f0926a : 6909756: G1: guarantee(G1CollectedHeap::heap()->mark_in_progress(),"Precondition.")
eb427a0e847 : 6921111: NullPointerException in PlainDatagramSocketImpl.socketSetOption
cb7c94da7ee : 6648001: Cancelling HTTP authentication causes subsequent deadlocks
f90547c0b97 : 6940520: CodeCache::scavenge_root_nmethods_do must fix oop relocations
d72f8abedf9 : 6937111: Restore optimization for Phi of AddP (6552204)
2e3363d1090 : 6940310: G1: MT-unsafe calls to CM::region_stack_push() / CM::region_stack_pop()
ec708514506 : 4947220: (process)Runtime.exec() cannot invoke applications with unicode parameters(win)
8e1f4082166 : 6939804: ciConstant::print() prints incorrect bool value
9545c0521e3 : 6677708: G1: re-enable parallel RSet updating and scanning
dd2e2966dd7 : 6940419: Bump the HS18 build number to 02
7a9a8771312 : 6936709: AsyncGetCallTrace doesn't handle inexact stack walking properly
47cda47c42c : 6938627: Make temporary directory use property java.io.tmpdir when specified
8a72fb502e3 : 6939845: zero needs fallback path in C++ interpreter for platform dependent fast bytecodes
8dbf2b80207 : 6939731: JSR 292 Zero build fix after 6934494
0020f5af66c : 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7 6911753: NSN wants to add Big5 HKSCS-2004 support
9b4fc8fc235 : 6937142: G1: improvements to debugging output (S-M)
f5197d0d363 : 6858496: Clear all SoftReferences before an out-of-memory due to GC overhead limit
972acdab816 : 6937160: G1: should observe GCTimeRatio
da8ef7e4333 : 6907881: Different undesired behavior for entering Asian characters in Windows IME starting with Java 6.0
a44958558ea : 6939021: (tz) Support tzdata2010g
e76823e70bb : 6939180: Zero locking fix
0f50eeb2227 : 6693917: regression tests need to update for supporting ECC on solaris 11
9759f199ccc : 6938326: Use of "ant -diagnostics" a problem with ant 1.8.0, exit code 1 now
b44f682bf94 : 6938185: 3/4 6923488 breaks Windows command shell builds
f59826eb7e8 : Added tag jdk7-b87 for changeset ea586c2ae58a
639516e17cc : Added tag jdk7-b87 for changeset 506a77354250
1dc986730d1 : Added tag jdk7-b87 for changeset 3e4978c572e1
f04aa441ba7 : Added tag jdk7-b87 for changeset 40e99ec5ee66
c37cee8e67f : Added tag jdk7-b87 for changeset e147a1eaf2fc
5ed66de10fd : Added tag jdk7-b87 for changeset 8b61398d2060
7ead7dfa490 : Added tag jdk7-b87 for changeset 8367da959bab
6fb499dc043 : 6937703: java/net regression test issues with samevm
512e4f93a37 : 6813340: X509Factory should not depend on is.available()==0
04194bfc9a6 : 6937417: javac -Xprint returns IndexOutOfBoundsException
8ef8d879e45 : 6937318: jdk7 b86: javah and javah -help is no output for these commands
af4ae14e2ac : 6922214: SynthTextPaneUI.installUI() doesn't install the default caret and highlighter
26378d832bd : Added tag hs18-b01 for changeset 39a1b68b0062
4212e786d4c : 6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540
624b674ca3f : 6937244: sqe ws7 tools javap/javap_t10a fail jdk7 b80 used output of javap is changed
30e02ce948b : 6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540
498067c8a3e : 6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all its Sockets 6771432: createSocket() - smpatch fails using 1.6.0_10 because of "Unconnected sockets not implemented" 6766775: X509 certificate hostname checking is broken in JDK1.6.0_10
5266d0e3505 : 6586707: NTLM authentication with proxy fails
67639e07f3d : 6632169: HttpClient and HttpsClient should not try to reverse lookup IP address of a proxy server
235a0d94bdc : 6936788: Minor adjustment to top repo test/Makefile, missing non-zero exit case
6fb9ea72789 : 6935233: java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java fails with modules build
b05376b1087 : 6837847: PKCS#11 A SecureRandom and a serialization error following installation of 1.5.0_18
107e21bdc57 : 6591117: Poor preformance of PKCS#11 security provider compared to Sun default provider
e549c50c7dc : 6936366: Fork HS17 to HS18 - renumber Major and build numbers of JVM
c0cdafcd43a : 6695485: SignedObject constructor throws ProviderException if it's called using provider "SunPKCS11-Solaris"
67c094c4c71 : 6926979: should simplify catch_inline_exception
6a97a152f01 : Added tag jdk7-b86 for changeset cd99680e9c56
13244e7bc11 : Added tag jdk7-b86 for changeset ebd0e0190faf
501d4a8778f : Added tag jdk7-b86 for changeset 998d177fa12c
9d5408b8477 : Added tag jdk7-b86 for changeset 221fb7990478
fde61522159 : Added tag jdk7-b86 for changeset 16a26e16c83f
c441540d339 : Added tag jdk7-b86 for changeset 28050e60c70d
62d446be0ee : Added tag jdk7-b86 for changeset 41627c4e030e
87f44737a83 : 6936168: Recent fix for unmapping stack guard pages doesn't close /proc/self/maps
aa951c36cb6 : 6935839: excessive marking stack growth during full gcs
35f23f97b0b : 6935821: G1: threads created during marking do not active their SATB queues
23a0fee5182 : 6829283: HTTP/Negotiate: Autheticator triggered again when user cancels the first one
9d111384633 : 6932524: NIMBUS: 3 constructors of JSplitPane creates new jsp with continuous layout - they should not
1270c6c0052 : 6932091: JSR 292 x86 code cleanup
2fa0d006352 : 6921710: G1: assert(new_finger >= _finger && new_finger < _region_limit,"invariant")
dac78c30b9d : 6930043: C2: SIGSEGV in javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_forw(II)I
72a7a6ffcf1 : 6935535: String.indexOf() returns incorrect result on x86 with SSE4.2
2450ae35a10 : 6935224: Adding new DTrace probes to work with Palantir
a0553816a11 : 6933784: NIMBUS: ImageView getNoImageIcon and getLoadingImageIcon returns nulls instead of an icon
ebc298d2081 : 6934966: JSR 292 add C1 logic for saved SP over MethodHandle calls
69e5f8b7915 : 6868865: Test: sun/security/tools/jarsigner/oldsig.sh fails under all platforms
13296056f08 : 6923488: 4/4 need minor tweaks to HotSpot build for Cygwin
e8191b67300 : 6935466: new CodeCache flushing code is not guarded by the flag
9b236173734 : 6935199: java/net regression tests failing with Assertions
82e9e2b4af2 : 6934494: JSR 292 MethodHandles adapters should be generated into their own CodeBlob
f2034e6bbad : 6934923: test/java/net/ipv6tests/TcpTest.java hangs on Solaris 10
d8ec4533828 : 6932480: Fix crash in CompilerThread/Parser. Unloaded array klass?
1be45512de2 : 6931347: SynthTabbedPaneUI.paintTabArea() is not called when tabbed pane is painted
09f8dd45d11 : 6934758: Expose the break down of clean up task time during safepoint
c21467f5549 : 6934759: Add langtools testing to jprt control builds
a4d7c77789a : 6934712: run langtools jtreg tests from top level test/Makefile
a49bd21f3d0 : 6934224: update langtools/test/Makefile
79132950401 : 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
053d7adeb29 : 6929067: Stack guard pages should be removed when thread is detached
2c08386c759 : 6934327: Update linux fontconfigs for Ubuntu and Fedora
57a26502f08 : 6929479: Add a system property sun.zip.disableMemoryMapping to disable mmap use in ZipFile
e9f77f7ec14 : 6755988: G1: assert(new_obj != 0 || ... "should be forwarded")
63a75eead0d : 6223635: Code hangs at connect call even when Timeout is specified when using a socks proxy
9cf7c0352d8 : 6933629: java/net/HttpURLConnection/HttpResponseCode.java fails if run in samevm mode
ae14beadd3d : 6934054: java/net/Socket/FDClose.java return error in samevm
a55a44a6e20 : 6707226: java.beans.Statement & java.beans.Expression miss one important usecase
dae3356905a : 6934089: Zero 32-bit/64kb page fix
8742fc8e628 : 6933402: RFE: Improve PrintSafepointStatistics output to track cleanup time
02e9344ed0d : 6933032: (tz) Support tzdata2010e
2ed0d635830 : 6933914: fix missing newlines
3f5bea08cdf : 6931812: A better implementation of sun.nio.cs.Surrogate.isBMP(int)
77c61b98194 : 6933618: java/net/MulticastSocket/NoLoopbackPackets.java fails when rerun
61995b9270b : 6932473: (tz) javazic produces incorrect SimpleTimeZone parameters with Sun<=7
dbcabb71d73 : Added tag hs17-b10 for changeset bd3cc6d99492
9e32d0d9d12 : 6918065: Crash in Java2D blit loop (IntArgbToIntArgbPreSrcOverMaskBlit) in 64bit mode
891aa6bb9fe : 6928700: Configure top repo for JPRT testing
e4fce697023 : 6915983: testing problems, adjusting list of tests, needs some investigation
ec862c8b439 : 6932659: JTreg test files were missed in push of 6887703
3c60c0e8efd : 6930108: IllegalArgumentException in AbstractDiagnosticFormatter for tools/javac/api/TestJavacTaskScanner.jav
7dcf59914ea : 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
ffec4c00c4b : 6919934: JSR 292 needs to support x86 C1
11051a4e6a0 : 6932270: Allow Java's ELF symtab reader to use separate debuginfo files
94a808f51d4 : 6932536: JSR 292 modified JDK MethodHandlesTest fails on x86_64
1e5ad14ac62 : Added tag jdk7-b85 for changeset 6830a7ec21d0
e3eb0067608 : Added tag jdk7-b85 for changeset 5751e91f963a
d535de5c406 : Added tag jdk7-b85 for changeset 58d57db8348f
e2d20d45a85 : Added tag jdk7-b85 for changeset cdc37d7f9bba
d1d696c305e : Added tag jdk7-b85 for changeset 448969041d3d
bca6339a72b : Added tag jdk7-b85 for changeset 3e4b803f1d22
5b75fb93878 : Added tag jdk7-b85 for changeset 13d8d7dd8b00
b3a9b5dca9b : 6921644: XMLEncoder generates invalid XML
953e0268588 : 6931126: jtreg tests not Windows friendly
3f4b3b14882 : 6880321: sun.security.provider.JavaKeyStore abuse of OOM Exception handling
3733e130465 : 6923681: Jarsigner crashes during timestamping
8055ab99b7e : 6844909: support allow_weak_crypto in krb5.conf
a7dbb87f0e2 : 6931927: position issues with synthesized anonymous class
077b9d9f1b4 : 6449781: TypeElement.getQualifiedName for anonymous classes returns null instead of an empty name
4f823404760 : 4396719: Mark Sweep stack overflow on deeply nested Object arrays
fa7b68252bb : 6931763: sanity checks broken with latest cygwin, newer egrep -i option problems
8b6f1b6e6f9 : 6917744: JScrollPane Page Up/Down keys do not handle correctly html tables with different cells contents
8f8262e8299 : 6913768: With default SynthLookAndFeel instance installed new JTable creation leads to throwing NPE
5fdec09798d : 6910182: CMS: assert(_cursor[j] == _survivor_plab_array[j].end(),"Ctl pt invariant")
140ed0124d7 : 6931216: TEST_BUG: test/java/nio/file/WatchService/LotsOfEvents.java failed with NPE
d859ed231ed : 6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
d500623121a : 6892485: Deadlock in SunGraphicsEnvironment / FontManager
87efbd8787e : 6931127: strange test class files
d55b7273614 : 6931482: minor findbugs fixes
2b4f43efebb : 6931130: Remove unused AnnotationCollector code from JavacProcessingEnvironment
13ac3be829a : 6914050: jvm assertion "guard pages must be in use" in -Xcomp mode
e904069b514 : 6930398: fix for return address locals in OSR entries uses wrong test
0f70e6a8219 : 6921001: api/java_security/IdentityScope/IdentityScopeTests.html#getSystemScope fails starting from b78 JDK7
16b8431cf31 : 6921374: java.lang.String::hashCode() should check for count == 0 to avoid repeated stores hash = 0
ab0eb81f5b1 : 6815768: File.getxxxSpace() methods fail for very large file systems under 32bit Java
32d811b1f70 : 6929259: Remove double spaces from Dual-pivot quicksort
c9776d3175c : 6929532: (file) WatchService should avoid queuing new modify events when lots of files are changing
2dd1ee93df5 : 6929298: The SynthSliderUI#calculateTickRect method should be removed
0a231a50e2e : 6923305: SynthSliderUI paints the slider track when the slider's "paintTrack" property is set to false
81941ba3147 : 6918861: SynthSliderUI.uninstallDefaults() is not called when UI is uninstalled
9dd15f9fc9c : 6918447: SynthToolBarUI.setBorderToXXXX() methods don't correspond inherited spec. They do nothing
c1ce8910fd8 : 6913758: Specification for SynthViewportUI.paintBorder(...) should mention that this method is never called
a5c51fcd1d1 : 6930032: fix findbugs errors in com.sun.tools.javac.comp
9ce36383eb1 : 6930076: "null" can incorrectly appear in error message compiler.err.error.reading.file
cef423370c0 : 6923123: Hotspot refuses to start when -Xmx4m or -Xms4m is specified
97162a48b1b : 6881645: Unchecked method call on a method declared inside anonymous inner causes javac to crash
6f9a6edc4f3 : 6887703: Unsigned applet can retrieve the dragged information before drop action occur
667e7ff0c05 : 6930116: loop predication code does not handle If nodes with only one projection
8554996b9b1 : 6930035: C2 type system incorrectly handles case j.l.Object->meet(constant AryPtr)
02289ebec3f : 6893943: exit code from javah with no args is 0
54cd0cc441e : 6929544: langtools source code uses statics qualified by instance variables
0ab4fb9e379 : 6915557: assert(_gvn.type(l)->higher_equal(type),"must constrain OSR typestate") with debug build
0f2c1bcc27c : 6929645: Address various findbugs warnings in langtools
0cc023734db : 4880220: Add a warning when accessing a static method via an reference
3f2af07ba1d : 6916202: More cases of invalid ldap filters accepted and processed
1eb12e87a70 : 6928065: G1: use existing command line parameters to set the young generation size
5925b23d559 : 6929382: Various core classes in util and elsewhere are missing @param <T> tags
f2547452281 : 6928081: G1: rename parameters common with CMS
77b2dfce1dd : 6928073: G1: use existing command line parameters for marking cycle initiation
b5c83abcd4b : 6928059: G1: command line parameter renaming
f37b9d82457 : 6511613: javac unexpectedly doesn't fail in some cases if an annotation processor specified
bdfb60de8c3 : 6926800: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with newer versions of find(1)
d5dc027db90 : 6928960: make modules fails to build class analyzer
4623333de0f : 6925932: (file) Path.endsWith can throw ArrayIndexOutOfBoundsException (unx)
4337f1df368 : 6925977: (file) test/java/nio/file/Path/CheckPermissions.java fails if test.src on read-only file system
6c012bed487 : 6365587: Proxy-Connection header sent through tunnel
d1a6f819e6e : 6928839: JSR 292 typo in x86 _adapter_check_cast
e599f6c9271 : 6928717: HS17 fails to build with SS11 C++
1fe66fbda77 : 6902299: Java JAR "unpack200" must verify input parameters
0592bca0a5a : 6928623: Behaviour of VERBOSE=true on langtools build
6e3ed53d0a7 : 6912868: "java.net.useSystemProxies" behavior fails to check "use_same_proxy" in GNOME
fbd5ca617d7 : 6927049: assert(is_Loop(),"invalid node class")
25977969248 : 6899653: Sun Java Runtime CMM readMabCurveData Buffer Overflow Vulnerability
fa2d360cd5c : 6910664: C2: java/util/Arrays/Sorting.java fails with DeoptimizeALot flag
fbd3f3a787a : 6927886: Bump the HS17 build number to 10
19147ccb611 : 6927797: langtools/test/tools/javac/EarlyAssert.java fails when run with assertions enabled (-ea)
3e1688a8cd8 : 6663854: assert(n != __null,"Bad immediate dominator info.") in C2 with -Xcomp
5e91da1b95c : Added tag jdk7-b84 for changeset ae856f7b6776
0d12029d1b7 : Added tag jdk7-b84 for changeset b8df1478b109
b4e8419abe3 : Added tag jdk7-b84 for changeset be1133a82187
a2494d2da23 : Added tag jdk7-b84 for changeset 1a0d508d727c
85b4073f996 : Added tag jdk7-b84 for changeset 31557f5428d0
4b22090ca44 : Added tag jdk7-b84 for changeset a10244151b29
d0d4cbff17f : Added tag jdk7-b84 for changeset a1aa32963dec
51b9396b404 : 6927165: Zero S/390 fixes
424fef54374 : 4498236: RFE: Provide a toString method for PropertyChangeEvent and other classes
0c605ed991d : 6926782: CodeBuffer size too small after 6921352
e9855584598 : 6927061: Refactor apt implemenation to use code from JSR 269
5a001b5a18b : 6909597: Sun Java Runtime Environment JPEGImageReader stepX Integer Overflow Vulnerability
1440d3c2b78 : 6914823: Java AWT Library Invalid Index Vulnerability
6c405971d9c : 6914866: Sun JRE ImagingLib arbitrary code execution vulnerability
51fc36cc9af : 6877221: Endless deoptimizations in OSR nmethod
892336beb10 : 6926697: "optimized" VM build failed: The type "AdapterHandlerTableIterator" is incomplete
b8574a9e3b7 : 6926703: apt tests should run with assertions enabled
779ba4bd836 : 6926699: Annotation processing regression tests should typically return SourceVersion.latest
1fb4cb42420 : 6634138: Source generated in last round not compiled
f9cbc20c101 : 6926555: 6921979 breaks TreePosTest
bad9881310c : Added tag jdk7-b83 for changeset 36fcedcbb231
706d8fd0390 : Added tag jdk7-b83 for changeset 063470ff633d
add74b6402d : Added tag jdk7-b83 for changeset deb836072de4
e63e477ad4b : Added tag jdk7-b83 for changeset ab248239edc6
d3c21e471a9 : Added tag jdk7-b83 for changeset 36d525db29a0
d7e74ca5207 : Added tag jdk7-b83 for changeset 268bfb70324f
c92f7732920 : Added tag jdk7-b83 for changeset 109f388bca57
652882e3b4e : 6925868: Eliminate pack200's dependency on logging
17a0e10b078 : 6926048: Improve Zero performance
29302271885 : 6705345: Enable multiple file selection in AWT FileDialog
d4437819bd8 : 6925249: assert(last_sp < (intptr_t*) interpreter_frame_monitor_begin(),"bad tos")
f27acf4a2a4 : 6921289: (tz) Support tzdata2010b
97617dd2f3d : 6776102: sun/util/resources/TimeZone/Bug6317929.java test failed against 6u12b01 and passed against 6u11b03
394f79f57d0 : Added tag hs15-b05 for changeset c77d20908054
e2d51faf01a : Added tag hs15-b04 for changeset 0ea2576e714b
a4f8dd6290c : Added tag hs15-b03 for changeset c5c3e5f4accc
a4ec1f8d33c : Added tag hs15-b02 for changeset ccfb5ba09cb6
7a355435d66 : Added tag hs15-b01 for changeset a128eac78670
01e49c956d0 : Added tag hs16-b08 for changeset d716bbc29dcc
25c80d5c0c0 : Added tag hs16-b07 for changeset 699915c095af
246dccdceab : Added tag hs16-b06 for changeset 60611616dba4
ea13d3eda96 : Added tag hs16-b05 for changeset 06171649948f
f2daf5d1747 : Added tag hs16-b04 for changeset 28ccf5edf0ec
59829da36c2 : Added tag hs16-b03 for changeset 10154d4b4b4b
86600223728 : Added tag hs16-b02 for changeset 86c4409e49f6
54083a72cb2 : Added tag hs16-b01 for changeset 1ecc4413e7e7
db5d24ec8b7 : Added tag hs17-b09 for changeset 246521c00249
7fc922d19fa : Added tag hs17-b08 for changeset 4197a09e1259
4b3a1713bdf : Added tag hs17-b07 for changeset 8f15a8afca28
d4d720b74c8 : Added tag hs17-b06 for changeset 9b63533d5895
e8b9c404778 : Added tag hs17-b05 for changeset 02d36709a16f
7eacf2d5f6a : Added tag hs17-b04 for changeset ac997bc87110
e3d5b796ea4 : Added tag hs17-b03 for changeset b95ea007fe67
222701d515c : Added tag hs17-b02 for changeset 2248859f89d4
0c7a5610f86 : Added tag hs17-b01 for changeset 0fa11a27fb57
ab8d48e8511 : 6925639: keytool -genkeypair -help missing dname option
52b92d5593c : 6923991: G1: improve scalability of RSet scanning
cd890eddf0d : 6909002: Remove indicim.jar and thaiim.jar from JRE and move to samples if needed
d9eac222f1d : 6915413: Module build: building of specified jdk components instead of all
ee38364a920 : 6693244: Java Web Start app fails on 6u10 beta w/ AssertionError in AuthenticationInfo.requestCompleted
d56d72a8238 : 6848475: JSlider does not display the correct value of its BoundedRangeModel
0356567ed8c : 6782663: Data produced by PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime is not accurate
1a1e1454984 : 6924097: assert((_type == Type::MEMORY) == (_adr_type != 0),"adr_type for memory phis only")
22409a57040 : 6910618: C2: Error: assert(d->is_oop(),"JVM_ArrayCopy: dst not an oop")
eee94572e32 : 6924497: HotSpotDiagnosticsMXBean.getDiagnosticOptions throws NPE
3f7a94c3f2d : 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
a88853347fa : 6802453: G1: hr()->is_in_reserved(from),"Precondition."
7d7887d46c5 : 6587322: dtrace probe object__alloc doesn't fire in some situations on amd64
cb926f8d9e9 : 6882912: Strange behaviours when typing @ or '
2fd8d359053 : 6923002: assert(false,"this call site should not be polymorphic")
c73000ad8f2 : 6904882: java.awt.Font.createFont() causes AccessControlException if executed with "-Djava.security.manager"
ff1e82994be : 6923692: java/classes_util TEST_BUG:ReadZip.java fails when
9b4ec210a04 : 6923976: TestProviderLeak.java is using too small of an initial heap under newer Hotspot (b79+)
94ccfa41877 : 6921473: Bump the HS17 build number to 09
c1be36be1bd : 6920293: OptimizeStringConcat causing core dumps
c157b744edc : 6920977: G1: guarantee(k == probe->klass(),"klass should be in dictionary") fails
9ff3b18578a : 6919132: Regex \P{Lu} selects half of a surrogate pari
81397ffe98b : 6921057: REGRESSION: persistence delegate issue on Windows and Linux against 5.u23b03/6u17b11
297505b256a : Added tag jdk7-b82 for changeset 737d10f28a89
a74b9f4e319 : Added tag jdk7-b82 for changeset ca4ba6dd55c0
d78f930c164 : Added tag jdk7-b82 for changeset d512637fe883
0bd596e2d2a : Added tag jdk7-b82 for changeset 735cf3731da4
06f98d7a767 : Added tag jdk7-b82 for changeset a84303f7ca26
eeed92dab34 : Added tag jdk7-b82 for changeset 5960e50c8713
3ac46d640c3 : Added tag jdk7-b82 for changeset 5560473b9cbe
22ce62f2d16 : 6921992: failure in verify scheduling after 6792161
c9c72ab9da8 : 6923080: TreeScanner.visitNewClass should scan tree.typeargs
9dff5300aeb : 6921979: add test program to verify annotations are attached to nodes as expected
d647d7dfb4e : 6923146: Upgrade to JAXP 1.4.3
688398edefa : 6921969: optimize 64 long multiply for case with high bits zero
d4878296c50 : 6923043: failed nightly tests which use -XX:+PrintCompilation -Xcomp -XX:CompileOnly
aecc4f4081e : 6921922: fix for 6911204 breaks tagged stack interpreter
9452aaa027a : 6922300: [308] populate the reference_info for type annotations targeting primitive class literals
3485352c435 : 6922429: extend tree position test waiver
913e14a4632 : 6922482: keytool's help on -file always shows 'output file'
aafe7d73982 : 6896335: GraphicsEnvironment.getDefaultScreenDevice() throws UnsatisfiedLinkError in headless mode
7f9ba03c32e : 6914402: G1: assert(!is_young_card(cached_ptr),"shouldn't get a card in young region")
b0d7cf8472b : 6918625: handle annotations on array class literals
54c04bca938 : 6918421: 1/1 in-process JVM now ignores preset Windows unhandled exception filter
d5280868a3e : 6888734: PIT: regression test fails when java.security.manager is enabled
d7c18f0617f : 6921740: Eliminate warnings from sun.io converters and allow compiling with JAVAC_MAX_WARNINGS=true
c61ab190cf8 : 6904516: More object array barrier fixes, following up on 6906727
378a8861c04 : 6919986: [308] change size of type_index (of CLASS_EXTENDS and THROWS) from byte to short
0c27c5537e2 : 6614597: Performance variability in jvm2008 xml.validation
f23b68b3673 : 6902182: 4/4 Starting with jdwp agent should not incur performance penalty
4e8608a1246 : 6921799: JSR 292 call sites should not be fixed-up
918c7a2e338 : 6921352: JSR 292 needs its own deopt handler
8cc63249e90 : 6916644: C2 compiler crash on x86
0b2d026575d : 6499119: Created package-info class file modeled improperly 6920317: package-info.java file has to be specified on the javac cmdline, else it will not be avail
305d4bc5fc4 : 6919889: assorted position errors in compiler syntax trees
b34027a600a : 6885297: java -XX:RefDiscoveryPolicy=2 or -XX:TLABWasteTargetPercent=0 cause VM crash
a57d68e35b2 : 4360113: Evict nmethods when code cache gets full
9aa675b7e60 : 6921339: backout 6917766
fbc43afae62 : 6917766: JSR 292 needs its own deopt handler
07c442542c1 : 6792161: assert("No dead instructions after post-alloc")
2d314b47cd3 : 6917466: Should set bootclasspath for javadoc in jdk build
0b2600abcd1 : 6920346: G1: "must avoid base_memory and AliasIdxTop"
6e0e99e0cd5 : 6921068: Remove javadoc builds warnings from specdefault tag
3ef13802197 : Added tag jdk7-b81 for changeset 43ee00bea176
d202ec0bed0 : Added tag jdk7-b81 for changeset a280fa50978f
04d4c26c540 : Added tag jdk7-b81 for changeset 4ef036bb3679
acd68fe1dac : Added tag jdk7-b81 for changeset 0c8ad4a8e25b
2fb0850cfdf : Added tag jdk7-b81 for changeset 4197a09e1259
03ff9b9965e : Added tag jdk7-b81 for changeset 9900f2781664
9b387b7ab7e : Added tag jdk7-b81 for changeset f2507e238f8a
46cb7c49ab1 : 6412286: DOC: LTP: Unspecified NPE in java.beans.DefaultPersistenceDelegate.instantiate method
6e4af7581c8 : 6920970: Zero build fixes after 6849984 and 6911204
3b48821acea : 6912118: Incosistency in several SynthUI classes between inherited specs ofupdate() and paint() methods
30885d636b6 : 6919624: minimalDaysInFirstWeek ressource for hungarian is wrong
b09ac3b7e88 : 6920732: opensource test/java/nio/charset
0c8c19d6299 : 6920143: test/java/awt/TestArea/UsingWithMouse.java needs realSync()
ea8cd923240 : 6905552: libnet/nio portability issues
342a620a7fc : 6920090: G1: Disable ReduceInitialCardMarks at least until 6920109 is fixed
7235cabd9f1 : 6917130: should test that annotations that have been optimized away are not emitted to classfile
1433e8c8174 : 6919944: incorrect position given for duplicate annotation value error
f557cc8bd02 : 6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld
32443b7f2e9 : 6919185: test/closed/sun/net/ftp/FtpTests fails to compile
4641ee098b1 : 6919610: KeyTabInputStream uses static field for per-instance value
63df4ddb3e9 : 6912866: (date) java.util.Date.before / after may be expensive
e19600ac5d8 : 6919980: G1: remove +UseG1GC from under experimental options (second attempt)
1891bb8f68b : 6707289: InterfaceAddress.getNetworkPrefixLength() does not conform to Javadoc
233fefb60d3 : 6919437: Bump the HS17 build number to 08
27a0a30da8f : 6756774: fstdebug jvm fails with assertion (result != deleted_handle(),"Used a deleted global handle.")
99efc13e49c : 6916787: Ukrainian currency name needs to be fixed
35324b7e7da : 6918006: G1: spill space must be reserved on the stack for barrier calls on Windows x64
50b83fe62fe : 6763530: Cannot decode PublicKey (Proider SunPKCS11, curve prime256v1)
b2ed547ec09 : 6895236: CMS: cmsOopClosures.inline.hpp:43 assert(..., "Should remember klasses in this context")
529b769396f : Added tag jdk7-b80 for changeset 50559985f09b
6f9b40f5772 : Added tag jdk7-b80 for changeset 3effa7542ca5
3000b7b7779 : Added tag jdk7-b80 for changeset 45ed797aeb93
c22703a78f7 : Added tag jdk7-b80 for changeset 4f440ce94e8f
ede64045488 : Added tag jdk7-b80 for changeset 8f15a8afca28
d50eddb9626 : Added tag jdk7-b80 for changeset 2e36be9a9a7f
79eae06de62 : Added tag jdk7-b80 for changeset e28f9a870f12
d28858928b3 : 4968536: DOC: Javadoc for java.beans.Encoder.getPersistenceDelegate is incomplete
559ad6f8f87 : 4922835: DOC: Statement javadoc should indicate that target and methodName cannot be null
0ebcf0d4925 : 6894807: No ClassCastException for HashAttributeSet constructors if run with -Xcomp
bac125984cb : 6911204: generated adapters with large signatures can fill up the code cache
187a9d305c3 : 6918127: improve handling of TypeAnnotationPosition fields
688eab11570 : 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
57afe92dd17 : 6862064: incorrect implementation of PKIXParameters.clone()
a0cb26b72d7 : 6893701: compiler/6877254/Test.java fails because it combines -XX:+UseConcMarkSweepGC with other GC
90bf9a073fe : 6660258: Java application stops Windows logout/shutdown (regression in 1.5.0_14)
a9131d080c4 : 6917067: refactor type annotations code from TransTypes into new TypeAnnotations class
8101e71766a : 6626217: Fixed loader constraint array handling
bb4f475e1bc : 6917931: compiler/6895383/Test.java don't compile due missed imports
9645beba5ce : 6917791: KeyTabEntry, when the byte value smaller then 16, the string drop '0'
0dd2aad54fa : 6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
f57059f5b46 : 6917663: test/java/security/Provider/Turkish.java not samevm friendly
01c326e0daf : 6917021: (file) copyTo/moveTo can overrwrite existing file when target associated with custom provider
3e77553ac17 : 6917317: (sctp) Remove dependency on handleSocketError
34b95319c2e : 6916890: (sctp) SctpChannel.send may cause IAE if given a heap buffer with an offset
3ea93d46c41 : 6917698: os::is_allocatable Zero fix for 32-bit platforms
95b04ad35c1 : 6917485: Corba doc warnings
f839a363ca4 : 6879943: CTW failure jdk6_18/hotspot/src/share/vm/c1/c1_LIR.hpp:2029
5ce386d80e3 : 6917463: Bump the HS17 build number to 07
72d0f638c7a : 6849984: Value methods for platform dependent math functions constant fold incorrectly
8cfb6752582 : 6915906: tests in closed/javax/print/ should not be calling System.exit()
c5c869ce949 : 6916922: (sctp) SO_RCVBUF & SO_SNDBUF returns twice the value set
60fa841f74a : 6915939: Exception should be thrown if OCSP SingleResponses contain unresolved critical extensions
738b0c0ec75 : 6908218: java.lang.Deprecated should have explicit @Target meta-annotation
d7b99be6483 : 6916986: handle spaces in langtools launcher path
7d98f6dfb12 : 6917122: provide utility method to find the inner most type of a type tree
d5c43b2149e : Added tag jdk7-b79 for changeset e7616c247414
c3dc52b53d2 : Added tag jdk7-b79 for changeset 9cb43bde544d
a2f40ac18b3 : Added tag jdk7-b79 for changeset 4b85cf247673
f93e23910ca : Added tag jdk7-b79 for changeset c7d5c3613e3f
ea80682a9f3 : Added tag jdk7-b79 for changeset 9b63533d5895
698830b36ed : Added tag jdk7-b79 for changeset ae0f40f891d4
50b34833aa8 : Added tag jdk7-b79 for changeset 142aec7359d5
b5f77a0513a : 6916867: Fastdebug build failed after CR 4874070 fix putback
8214fc3a3bc : 6912065: final fields in objects need to support inlining optimizations for JSR 292
5d1e287266a : 6472751: SourcePositions.getStartPos returns incorrect value for enum constants 6567414: javac compiler reports no source file or line on enum constant declaration error
29a13dc1051 : 6915005: G1: Hang in PtrQueueSet::completed_buffers_list_length with gcl001
331512606a6 : 6896647: card marks can be deferred too long
04d77ad78ee : 6916652: G1: remove +UseG1GC from under experimental options
a5e58e8d538 : 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
e2c3e248e5c : 6868503: RuleBasedBreakIterator is inefficient
74703b44934 : 6915502: Legal notice repairs needed in jdk/make/modules/tools
0917ad432eb : 6902115: G1:assert(ignore_max_completed||thread->is_Java_thread()||SafepointSynchronize::is_at_safepoint())
815db4fcbab : 6894779: Loop Predication for Loop Optimizer in C2
a77c29524f4 : 6910590: Application can modify command array, in ProcessBuilder
6e3f4a8a4cd : 6909470: langtools stub generator should prune unnecessary imports
8e7d694a820 : 6828204: NavigableSet.subSet() documentation refers to nonexistent parameters
2279a1af124 : 6915497: test test/tools/javac/nio/compileTest/CompileTest.java fails under Hudson
8d426576002 : 6915476: java.util.regex.PatternSyntaxException in com.sun.tools.javac.nio.PathFileObject
dfe44a05ec8 : 6764569: [PATCH] Fix unused imports in list resource bundles
4447330ab3a : 6326754: Compiler will fail to handle -Xmaxerrs with -ve numbers
1d92211cb69 : 6915313: Reorganize implementation to make it more feasible to port to JDK6
30d2fd5f41b : 6913877: (fs) AsynchronousFileChannel.write can return wrong result under load [win]
46d57b48e41 : 6907760: (file) OVERFLOW event should cause pending events to be purged
96612c6e233 : 6909839: missing unsigned compare cases for some cmoves in sparc.ad
6fbdf208fc2 : 6912063: inlining parameters need to be adjusted for some uses of the JVM
fdbb64ef71a : 6912062: disassembler plugin needs to produce symbolic information in product mode
09e737337bc : 6915152: langtools build failures with import.jdk on Windows
2c83d314bc5 : 6915078: ALT_JDK_IMPORT_PATH typo in langtools/make/Makefile
fb26d8497e1 : 6665791: com.sun.source.tree.MethodTree.toString() does not output default values
114e3f9b31c : 6878146: incorrect unused value should be deleted
9f2d8827dba : 6878147: Keywords.log is declared and initialized but unused
eca996c10f8 : 6910484: incorrect integer optimization (loosing and op-r in a given example)
7548b8eed5c : 6915110: IfNode::up_one_dom moves beyond RootNode bug in src/share/vm/opto/ifnode.cpp
74452cc0180 : 6584033: (tz) wrong buffer length in TimeZone_md.c
e5fb2ad1c4f : 6914206: change way of permission checking for generated MethodHandle adapters
7eff9123d30 : 6915171: Clarify checked/unchecked status of Throwable and its subclasses
8da8433a6f5 : 6912517: JIT bug compiles out (and stops running) code that needs to be run. Causes NPE
5d66f5aca8d : 6914622: Print values of all flags for product VM
020e5501fd8 : 6914665: update jdk code for JSR 292 (post 6858164)
d298973077e : 6914986: Make sure openjdk doc generation not turned off with JDK_UPDATE_VERSION
b4749c950a7 : 6911737: Module build: generate modules with native libraries and any other files not in jar
69342d1472f : 6912018: CMS: guarantee(head() != 0,"The head of the list cannot be NULL")
0269746b49b : 6821191: Timezone display name localization
dbcf39cd957 : 6914413: abbreviation name for November is not correct in be_BY
98449cf2c22 : 6914300: ciEnv should export all well known classes
b796b9a5d29 : 6855236: Compiler Tree API TreePath class generates NullPointerException from Iterator
8fef75cd307 : 6307206: missing lint control for pkg-info
3ef2389b01d : 6716626: Integrate contributed language and country names for NL
0998a8591fc : 6914002: unsigned compare problem after 5057818
99b489b4f78 : 6908267: Zero fails to unlock synchronized native methods on exception
47f2433a587 : 6893268: additional dynamic language related optimizations in C2
375527d84ea : 6829187: compiler optimizations required for JSR 292
a3071a3b477 : 6913636: kvno check in JSSE
d6e00a699d7 : 6895424: RFC 5653
5870e852d51 : 6911104: Tests do not work with CYGWIN: tools, sun/tools, and com/sun/tools
c49eb02208d : 6911108: These tests do not work with CYGWIN: java/util
2e5624299a4 : 6911129: These tests do not work with CYGWIN: java/lang
5b5ca23ef08 : 6911112: Tests do not work with CYGWIN: javax/imageio/, javax/script/, and sun/misc/
67582cd0a5a : 6911131: Test does not work with CYGWIN: sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.sh
a1ddf1b5050 : 6911117: These tests do not work with CYGWIN: com/sun/jdi
a59db62f071 : 6911113: These tests do not work with CYGWIN: java/nio
4ae2047584d : 6910835: TESTS: 3 java/io run.sh tests fail when run on Windows XP CYGWIN
23ac573ae78 : 6910834: TEST: java/io/File/Basic.java fails on Windows CYGWIN environment
9be2e299304 : 6913075: EA identifies escape state incorrectly after 6895383 fix
642d1bc5554 : 6637203: Classunloading messages go to stdout rather than Xloggc file, causing hangs when stdout is closed
caf28727ebe : 6893081: method handle & invokedynamic code needs additional cleanup (post 6815692, 6858164)
3a896a14089 : 6894206: JVM needs a way to traverse method handle structures
3baf653c681 : 6913869: Zero assert fix
915d9602feb : 6909153: Fix broken options on Zero
9b131fbbb88 : 6986046: C1 valuestack cleanup
32bb0605eb8 : 6585666: Spanish language names not compliant with CLDR
b592c924173 : 6857363: deadlock caused by sun.awt.X11.XTrayIconPeer$Tooltip.display
ca167b29353 : 6860438: [Nimbus] Code to globally set slider's thumb background doesn't work as specified
35e0d860faa : 6541350: TimeZone display names localization
a3e3f6d3217 : 6870908: reopen bug 4244752: month names in Estonian should be lowercase
fa9fcae42b8 : 4874070: invoking DragSource's startDrag with an Image renders no image on drag
56ac52238f2 : 6907425: JCK Kerberos tests fail since b77
709a5076d8c : 6843127: krb5 should not try to access unavailable kdc too often
dc8d9d049e0 : 6908348: java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java get OOME for unbounded queues
272a6d47bbb : 6631166: CMS: better heuristics when combatting fragmentation
071aabe3f80 : 6912893: (build) make/java/nio/FILES_java.gmk doesn't list sun.nio.cs.Unicode
9e74b05b9c2 : 6912628: test/java/util/jar/JarFile/TurkCert.java cannot be run in samevm mode
b4b46468504 : 6908541: Bad resource management in java/math/BigInteger/BigIntegerTest.java
54542ccadf9 : 6912782: Bump the HS17 build number to 06
6fa1d771698 : 6904691: Java Applet Trusted Methods Chaining Privilege Escalation Vulnerability
79b63384b2c : 6893325: JComboBox and dragging to an item outside the bounds of the containing JFrame is not selecting that
99ec4574349 : 6908299: Missed changes for 6664512 during the merge with 6879044
af7c975cc67 : 6860433: [Nimbus] Code to set a single slider's thumb background doesn't work as specified
5304e769f1c : 6573250: Java.util.Currency.getSymbol(Locale) returns wrong value when locale is not US
bb86b60a83b : 6910489: Slovenia Locale, wrong firstDayOfWeek number
fc0c5a5729b : 6909573: Temporary launcher support to add modules in the bootclasspath
146de763348 : 6909572: Add a new target for building modules
791e5e16c4a : 6911854: Update TestElementsAnnotatedWith.java to use @compile/proc
2c4310ffa4a : 6899737: JDK build fails in make/java/jli because of _vsnprintf macro redefinition
a3c0096fcf0 : 6904162: Add new VeriSign root CA certificates to JRE and remove some old/unused ones
17da0a6c0cc : 6645405: Errors in Hungarian local-specific formatting. (L10N part of 6609703)
a08074d0f37 : 6650730: Lithuanian locale date and number formats mismatch
b8e2455d197 : Added tag jdk7-b78 for changeset fcbbd4d49581
98f50e7fcc7 : Added tag jdk7-b78 for changeset 97c33ee30c4f
94d6fb6f1ef : Added tag jdk7-b78 for changeset f6cdb0710f97
36c11ef7504 : Added tag jdk7-b78 for changeset 977f877abc78
1cba1184f3c : Added tag jdk7-b78 for changeset c60317f0dfe6
3ffd8a18c79 : Added tag jdk7-b78 for changeset 185d9f127780
a5896f61a85 : Added tag jdk7-b78 for changeset 2325bc76b570
886a7ade8fc : 6898747: Allow JNDI cosnaming provider to be used when java.applet is not present
0ab16fe4a20 : 6646611: Incorrect spelling of month name in locale for Belarusian language ("be", "BY")
bffc24639a1 : 6645268: Country/language names with locale fi_FI are incorrect for FRANCE/FRENCH
17e4f8df984 : 6450945: The week day for Saturday and the first week day in Romania locale are incorrect
eb547a56a55 : 5057818: codecache full and compiler disabled in bigapps fastdebug run
1383dc414bd : 6862387: tune concurrent refinement further
f42d7fcedb2 : 6895168: JCK api/signaturetest/sigtest.basic.html#basic test fails for jdk 5.0 with HS 16 in nightly build
ad61b86753f : 6899467: System property java.class.version out-of-sync with VM for jdk 5.0 with HS 16 in nightly build
a699196b308 : 6909462: Fix nbproject/private references in .hgignore
904638e8abe : 6909462: Fix nbproject/private references in .hgignore
36bd014c876 : 6909462: Fix nbproject/private references in .hgignore
2291784cf1f : 6909462: Fix nbproject/private references in .hgignore
cef018f3828 : 6909462: Fix nbproject/private references in .hgignore
7237125d511 : 6909462: Fix nbproject/private references in .hgignore
83f4b9c50a6 : 6909462: Fix nbproject/private references in .hgignore
6d3a4136f98 : 6558110: tmp/java/jli/obj_g/static is not deleted automatically
ce423c9e98d : 6843629: Make current hotspot build part of jdk5 control build
fae9c37803a : 6829192: JSR 292 needs to support 64-bit x86
37a980650b7 : 6908131: Pure Java implementations of StrictMath.floor(double) & StrictMath.ceil(double)
5722595a5bc : 6910317: [classfile] typo and other issues in Dependency classes
5deb15889c3 : 5047314: [Col] Collator.compare() runs indefinitely for a certain set of Thai strings
ce789445391 : 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
8dd1b6ace1b : 6648438: 4/4 src/share/vm/prims/jvmtiEnv.cpp:457 assert(phase == JVMTI_PHASE_LIVE,"sanity check")
8d1a5a5750d : 6907575: [classfile] add support for classfile dependency analysis
d610594e739 : 6909442: Fix comments in test/sun/tools/jhat/HatRun.java
d44fe667d85 : 6909373: Add -ea to the testing done by jdk/test/Makefile
75f1feee86b : 6906175: bridge JSR199 and JSR 203 APIs
4f656a451eb : 6361589: Print out stack trace for target thread of GC crash
7f5baa6fe83 : 6909563: Javadoc build warnings in rmi, security, management
82e58a7b133 : 6909538: Clarify meaning of "element" in javax.lang.model.element API
d4f1ac859c4 : 6873931: New Turkish currency since 2009
5d2842c0cf3 : 4891262: API spec, javax/accessibility: few invalid javadoc tags
d4acc8e0fcf : 6909070: Missing package statements in java.text.Bidi @see links
317dfd52052 : 6867348: Digest Value of References inside Manifest - calculation order problem
526f2c6d7fe : 6909089: Memory leak occurs by lack of free for read buffer in SocketInputStream#read()
6f392281efd : 6827653: Make Synth UI classes public
93d5e80a7e3 : 6908215: G1: SEGV with G1PolicyVerbose=2 debug flag
642c276d6cb : 6909082: Docs warning from java.util.logging.PlatformLoggingMXBean
00f583219fe : 6896727: nsk/logging/LoggingPermission/LoggingPermission/logperm002 fails with G1, EscapeAnalisys
07d94668d2d : 6909057: @see Arrays#hashCode missing particular method specification in j.u.Objects.hash
9f5ca0249d1 : 6895383: JCK test throws NPE for method compiled with Escape Analysis
61c09153f3a : 6906210: Fix another minor typo in test/Makefile
9fa82507816 : 6903893: Fix failed for CR 6834576: RemoveChild/ test fail with deadlock on rhel and sles
f11ee4ea151 : 6900622: Security warning icon is not getting displayed properly for tooltip
dc08e504798 : 6905574: DOC: Introspector's javadoc contains wrong statement
340a46710cf : 4638075: DOC: Doc for java.beans.PropertyDescriptor.getPropertyType() is incorrect
bb806220910 : 6507067: TimeZone country/area message error
245eebd3c71 : 6609737: DateFormat incorrect for German locale
c2b0820237e : 6645271: Wrong date format for Croatian (hr) locale
d87dfc7a2eb : 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
8e1f9a0dd39 : 6908628: ObjectIdentifier s11n test fails
dfbb0bf3e28 : 6908167: jbb2005, OptimizeStringConcat causes assert in EA
d090b4fe290 : 6908208: UseCompressedOops: array_size() returns incorrect size for MAX_INT object array following 6906727
e06b29685a6 : 6633872: Policy/PolicyFile leak dynamic ProtectionDomains
1c4f3aa56bf : 6903754: (bf) Improve floating-point buffer comparison
881a1c58421 : 6907568: java/awt/KeyboardFocusManager.java inproperly merged and lost a changeset
decdef947ba : 6905046: More Dual-pivot quicksort improvements
309744138c1 : 6898739: TLS renegotiation issue
74ad65ac210 : 6900043: Add method to return line.separator property
5732731ca5b : 6905029: Broken links in Deflater and DeflaterOutputStream javadoc
3d3790d91c4 : 6907660: stupid typo in ZipFileIndex guarantees NPE
203cd9408aa : 6904967: G1: some CollectionUsageThreshold tests fail
5c20a6292f1 : 6876158: Remove dependencies on Signer, Certificate, Identity, IdentityScope classes from java.security pkg
45c70cd97e0 : 6903890: SWT_AWT focus issues when a dialog is shown/disposed, on X11
21d2a75a162 : 6902010: (cl) Delay initialization of ClassLoader.parallelLoaders
76e3aaa4366 : 6903753: (se) Selector should implement Closeable
f4e99168985 : 6823138: Need to replace ComponentAccessor with AWTAccessor
0974e6c1f35 : 5099725: AWT doesn't seem to handle MappingNotify events under X11 5036807: Pressing action keys "STOP/AGAIN/COMPOSE" generates keycode of F11/F12 keys 4787377: VK_STOP key on Solaris generates wrong Key Code
45eee34489d : 6886058: JNDI LDAP InitialLdapContext SECURITY_CREDENTIALS byte[] can be corrupted, then LDAP referral fails
19061b35844 : 6879540: enable empty password for kerberos 5
945eaabe91f : 6868106: Ukrainian currency has wrong format
911a80e5d51 : 6906565: G1: deal with compilation warning in g1MemoryPool.hpp
8a125d9913e : 6880903: G1: G1 reports incorrect Runtime.maxMemory()
7eb100548df : 6903354: deadlock involving Component.show & SunToolkit.getImageFromHash
c40412f4f42 : 6907177: Update jdk tests to remove unncessary -source and -target options
d875a8e0f16 : 6906727: UseCompressedOops: some card-marking fixes related to object arrays
d19aa4e217e : 6892265: System.arraycopy unable to reference elements beyond Integer.MAX_VALUE bytes
3229a1bbc6f : 6906748: Project Coin: Minor strings in switch cleanup
5debca27af9 : 6906854: SSL/Krb5 testcase should not use a fixed port number
d57c12160a7 : Added tag jdk7-b77 for changeset 2edda439128d
0a842f22b76 : Added tag jdk7-b77 for changeset 78820074e4d5
480bbd3130e : Added tag jdk7-b77 for changeset 8b1d8a20852f
f875dbf9f55 : Added tag jdk7-b77 for changeset d396d3706e0b
740223f03bc : Added tag jdk7-b77 for changeset 3b5dba03cfd7
aa82a2f3a8a : Added tag jdk7-b77 for changeset a9713976af74
ccdb4e2e149 : Added tag jdk7-b77 for changeset 606fe54fc200
8a9580b1a18 : 6901572: JVM 1.6.16 crash on loops: assert(has_node(i),"")
6e6324c6070 : 6906510: Fix testcase for 6894643: Separate out dependency on Kerberos
b0a13700e13 : 6566375: PIT : test/java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html
d7402c700b0 : 6893954: Subclasses of InetAddress may incorrectly interpret network addresses
44e0bda21c9 : 6901021: Security Warning Icon not getting displayed properly when frame loses focus
10232cb341e : 6822370: ReentrantReadWriteLock: threads hung when there are no threads holding onto the lock (Netra x4450)
0ce235a4da5 : 6905705: Fix broken exit code values in jdk/test/Makefile
2bea841cbea : 6904962: GlyphVector.getVisualBounds should not be affected by leading or trailing white space
cd8f275bdbf : 6903197: Some java template files need to be renamed to .java.template
b6b042bf8f9 : 6905516: Test failed: java/beans/EventHandler/Test6788531.java
b7292e2cf43 : 6905515: Test failed: java/beans/XMLEncoder/6329581/Test6329581.java
63cc2211edc : 6896043: first round of zero fixes
609f2d2cef1 : 6832063: OpenJDK fails to open the default ALSA device when PulseAudio is enabled
a9413787d94 : 6823449: Gervill: ArrayIndexOutOfBoundsException thrown when trying to play too may voices at same time
dca3f935d46 : 6833357: Improve time-stamp support in Gervill to reduce jitter
d7b200bf359 : 6402325: Swing toolbars vs native toolbars on Windows
a6dd224efda : 4913324: Deadlock when using two event queues
69190da5ef1 : 5102804: Memory leak in Introspector.getBeanInfo(Class) for custom BeanInfo: Class param
a9d5e9765ca : 6904997: (tz) Windows-only: tzmappings needs update for KB976098
23831b1ecbf : 6904925: Changeset for 6745393 for jdk7 ssr forest was incomplete
a3b6bcb4a8c : 6904191: OptimizeStringConcat should be product instead of experimental
bcdbff29852 : 6745393: Inflater/Deflater clone issue
f2e3043d12a : 4899516: Transferable has no DataFlavors when dragging from Gnome window to Swing
79eb5136744 : 6888156: With GTK Look and Feel Icons cannot be rendered in Jtable Cells
f6a63204a6c : 6893947: Deserialization of RMIConnectionImpl objects should enforce stricter checks [ZDI-CAN-588]
b409d164779 : 6888880: JKernel VM to inject the sun.jkernel.DownloadManager as a boot classloader hook
547328d305d : 6904183: Fix jdk/test/com/sun/jdi tests to run with -samevm
8358846d5fb : 6736390: File TOCTOU deserialization vulnerability
5a239d996b7 : 6899058: G1: Internal error in ptrQueue.cpp:201 in nightly tests
812677f7203 : 5098433: REG: DnD of File-List between JVM is broken for non ASCII file names - Win32
84a48a72936 : 6888171: JMX Monitor API should not require JavaBeans to be present
5db737cd4cf : 6823603: Generics: JList
d020b04219b : 6902666: Include closed tests in the test/Makefile jdk_* targets 6902667: Fix JT_HOME not working from env in jdk/test/Makefile
3932bb1884d : 6899503: Security code issue using Verisign root certificate
3552fe5b4a2 : 6903102: 3/3 fixes in nightly testing version of ShellScaffold.sh need to be committed
01a5fb5da52 : 6903638: Remove dependency on AuthPermission from SecurityConstants
9b6c8a826f0 : 6639665: ThreadGroup finalizer allows creation of false root ThreadGroups
d6a4ac97346 : 6903453: Zero build on ARM and IA-64
bab0e148d6f : 6903453: Zero build on ARM and IA-64
4aba621c221 : 6900899: vm fails to start when -Xmx value is less than OldSize + NewSize
9cf0c891d94 : 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
42bf8347dce : 6902337: fix langtools build to allow forward refs into jdk/ repo
3d2d85a19c3 : 6367077: Purge LD_LIBRARY_PATH usage from the launcher 6899834: (launcher) remove the solaris libjvm.so symlink
22d5c338dbc : 6770883: Infinite loop if SPNEGO specified as sun.security.jgss.mechanism
61fe319f78b : 6901085: SPNEGO does not works with native program
6a6d0a3c7ae : 6853328: Support OK-AS-DELEGATE flag
046d1831b01 : 6903456: 6898585 drops javadoc doclet.xml from JDK
117f4401d05 : 6863566: Java should support the freedesktop.org startup notification specification
4da1e67db39 : 6901170: HttpCookie parsing of version and max-age mis-handled
39a98bab1de : 6902036: WorldWind asserts on escape.cpp:1153: assert(addr->is_AddP(),"AddP required")
b5af9f34088 : 6902303: G1: ScavengeALot should cause an incremental, rather than a full, collection
a502ed59ba5 : 6902720: javac pretty printer does not handle enums correctly
26a6e8a1986 : 6900511: javac command line help broken
ea8f6074320 : 6902264: fix indentation of tableswitch and lookupswitch
c54bb4236d3 : 6902701: G1: protect debugging code related to 6898948 with a debug flag
e6547d1b204 : 6902000: use ShouldNotReachHere() for btos/ctos/stos in TemplateInterpreterGenerator::set_short_entry_points
8d62fe076c1 : 6902678: com.sun.tracing.ProviderFactory.createProvider doesn't throw IllegalArgumentException
d0c9ba3fe58 : 6727046: Add message when docs are skipped in control build 6864011: typo? in top level Makefile: DAYE_STAMP
f1fd7e28fe6 : 6892742: Improve root set used by jhat
5ef31ba1520 : 6902323: Fix testcase sun/tools/native2ascii/NativeErrors.java 6902325: Fix testcase sun/tools/jhat/HatHeapDump1Test.java
1b92857246b : 6894461: OCSP Checker should not wrap all Exception as "Unable to send OCSP request."(introduced by #6885667)
92cb82eecb1 : 6882917: Nimbus and DefaultTableCellRenderer: must start with normal background
207583b21ec : 6520574: JFileChooser - create new folder - not editable
538c9dbddf4 : 6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
7ab71fb4434 : 6868611: FileSystemView throws NullPointerException
c09da77c871 : 6901318: Yet more Dual-pivot quicksort improvements
69fbaac381a : 6890458: Datatransfer API should not require RMI to be present
0a8ab811e97 : 6858708: HotspotDiagnosticMXBean.setVMOption() throws NullPointerException
241f0f0cd87 : 6898948: G1: forensic instrumentation for out-of-bounds recent_avg_pause_time_ratio()
4d0aedf53a8 : Added tag jdk7-b76 for changeset bd950c8f4fb3
168d1ad5255 : Added tag jdk7-b76 for changeset 731e12a5b61d
4a8601fc819 : Added tag jdk7-b76 for changeset bd5ae0a4bc94
1511ef1bd90 : Added tag jdk7-b76 for changeset 430015834eb3
39adc1c2b24 : Added tag jdk7-b76 for changeset 02d36709a16f
24dd7762515 : Added tag jdk7-b76 for changeset 2180f3e03264
e9f0ee8846b : Added tag jdk7-b76 for changeset ef0a6062eaec
005e04bd073 : 6894643: Separate out dependency on Kerberos
9c954f92e70 : 6899851: Regression causes new dependency to jkernel
9db2092b1b0 : 6892658: C2 should optimize some stringbuilder patterns
b9e854d9002 : 6898124: Bidi should not require AWT to be present
274e8c83b2f : 6842557: NumericShaper needs to be updated for Unicode 5.1 support 6843181: NumericShaper is not thread-safe 6900137: Typo in API Doc for NumericShaper
58c459c32e9 : 6882909: Resetting a full-screen window to normal rotates screen to normal orientation
1fb2423873a : 6892079: live value must not be garbage failure after fix for 6854812
47748afed52 : 6893504: LinkageError for bootstrap duplicate class definitions
7a3e45cb46b : 6900341: jaxp/jaxws ant scripts using ant runtime in classpath, needs to be explicit
59ea6ab4d53 : 6900341: jaxp/jaxws ant scripts using ant runtime in classpath, needs to be explicit
186882959de : 6900234: Several NIO tests should be removed from test/ProblemList.txt
67ffb33afaa : 6880694: GraphicsDevice.setFullScreenWindow(null) throws NPE if there's a fullscreen window displayed
1fbf7057398 : 6852111: Unhandled 'spurious wakeup' in java.awt.EventQueue.invokeAndWait()
0d833367296 : 6899694: Dual-pivot quicksort improvements
a1e00ce9347 : 6899397: (tz) Support tzdata2009r
bedf9084362 : 6898857: [Regression] -XX:NewRatio with -XX:+UseConcMarkSweepGC causes fatal error
a5e7fb45436 : 6899147: java.beans.MetaData should not require JDBC to be present
aac491b420d : 6898234: (dc) Multicast tests fail on OpenSolaris with vboxnet0 adapter
a7ec8a6b092 : 6899607: Update java.util.prefs.FileSystemPreferences to use PlatformLogger
2fdf51d313d : 6899078: potential deadlock and performance issue in freeing strike resources with D3D pipeline
88c07c4b253 : 6899444: Fix demo/jvmti tests so they can run in jtreg samevm mode, cleanup problemlist
d12589297ce : 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
eedc1f473a2 : 6878399: public SwingUtilities.getParentViewport() is required
e0b6c6ec3fa : 6879228: LayerUI should be extended
f473d94b9c8 : 6895788: G1: SATB and update buffer allocation code allocates too much space
ab33367c0ad : 6887318: Incorrect constant used in DirectSound Mixer implementation
bbe245dca31 : 6657138: Mutable statics in Windows PL&F (findbugs)
83ed1005923 : 6744801: JCK api/javax_sound/interactive/RecordSoundTest.html#RecordSoundTest fails on Solaris10 x64 for -d64
e918d4b8607 : 6621569: Win32ShellFolder2 and Win32ShellFolderManager2 may leak native resources
2baf7ea7dce : 6898220: Optimize Formatter.parse (including String.printf)
450da8a0610 : 6897553: LinkedList performance improvements
61acb34177a : 6898707: Bump the HS17 build number to 05
4b41f78b011 : 6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws
e1fabca4ec8 : 6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws
fb6b9445d74 : 6897993: (se) Close or cancel performance issue when number of pending updates is high (lnx)
c5744bd138f : 6896352: CTW fails hotspot/src/share/vm/opto/escape.cpp:1155
9c1321eed34 : 6896370: CTW fails share/vm/opto/matcher.cpp:1475 "duplicating node that's already been matched"
e38fa6385f8 : 6898160: Need serviceability support for new vm argument type 'uint64_t'
a3e539d0dad : 6801625: CDS: HeapDump tests crash with internal error in compactingPermGenGen.cpp
d45297718d4 : 6897844: Fix broken build on newer versions of X11 (libXext >= 1.1.0)
3e515ef90f1 : 6897550: BigInteger constructor should use local cached String length
54d78087027 : 6827009: Project Coin: Strings in Switch
ef2dd097ccf : 6865582: jsr166y - jsr166 maintenance update 6865571: Add a lightweight task framework known as ForkJoin 6445158: Phaser - an improved CyclicBarrier 6865579: Add TransferQueue/LinkedTransferQueue
7eea7dcfe4b : 6769124: various 64-bit fixes for c1
903247cf85e : 6858164: invokedynamic code needs some cleanup (post-6655638)
d9568c4ee6e : 6896829: test/sun/util/logging/PlatformLoggerTest.java needs @compile tag to be compiled by jtreg
d9eeb64ea6c : 6894950: test/java/util/zip/Bounds.java fails with OoutOfMemoryError
041e6cb9671 : 6896068: SunGraphics2D exposes a reference to itself while non fully initialised
b967181a3f9 : Added tag jdk7-b75 for changeset 0096541a388e
672e476db1a : Added tag jdk7-b75 for changeset 203caeb1e9a8
9f13fdfb9af : Added tag jdk7-b75 for changeset 1b2a2be70c6e
1929d58f7bd : Added tag jdk7-b75 for changeset 48c7cd650a5e
5873c77d42c : Added tag jdk7-b75 for changeset ac997bc87110
3a96d065a03 : Added tag jdk7-b75 for changeset 82850953ef29
1885800cdb5 : Added tag jdk7-b75 for changeset 18a82a5ac45b
e3b5580eccf : 6852078: HSX 14/16 in jdk 5.0: api/javax_management api/org_omg jck tests crashes or make tnameserv crash
b36e33e9e0c : 6896573: Arrays.sort(long[]) fails with StackOverflowError
fcfa835d860 : 6891412: The sun.awt.shell.ShellFolder#getInvoker method should be synchronized
ce0d94ffec1 : 6894504: javax/swing/JFileChooser/6741890/bug6741890.java fails w/ RuntimeException
7f63f4fe027 : 6894534: SeedGenerator shouldn't require java.nio.file to be present
bdd0f44defb : 6896084: VM does not reserve protected page below heap for compressed oops implicit null checks
294edcdf2d5 : 6896472: Missing libjsig.so causes jdk build failure
bf0f699b33b : 6889740: G1: OpenDS fails with "unhandled exception in compiled code"
37ce3410491 : 6896422: Add @ignore to test/java/util/zip/Bounds.java
43f93f6ba68 : 6880672: Replace quicksort in java.util.Arrays with dual-pivot implementation
4eb5fcbd739 : 6865492: /java/devtools/win32/bin/gnumake.exe doesn't work with cygwin
2f7d60fa36f : 6887571: Increase default heap config sizes
140e4862f11 : 6888709: Change use of -DX=\""Y\"" to -DX='"Y"', consistently for all platforms
4f260ef889c : 6888701: Change all template java source files to a .java-template file suffix
48b475ef765 : 6895875: Missing serialVersionUID in sun.management classes
cd43e74d4e9 : 6818264: Heap dumper unexpectedly adds .hprof suffix
692684aa31f : 6890872: keytool -printcert to recognize signed jar files
9b3b87dab8d : 6893158: AP_REQ check should use key version number
f66cba870b8 : 6876135: Add PlatformLoggingMXBean to eliminate the dependency on JMX from logging
1f214f0d127 : 6895456: Eliminate dependency on java.io.ObjectStreamClass during boot
ad6d07e80b2 : 6893554: SPECjvm2008 mpegaudio fails with SecurityException
79580cb4250 : 6870843: G1: G1 GC memory leak
b8832a673c4 : 6888179: Separate out dependency on CORBA
1a550423764 : 6895287: disable building fontchecker
2c661812523 : 6894633: NetHooks should not require provider to be present (sol)
c85f6acf418 : 6894844: Bump the HS17 build number to 04
d15712270d1 : 6894833: Upgrade jaxp drop source bundle
0452077b9a9 : 6891113: More methods for java.util.Objects: deepEquals, hash, toString with default
2aa71b1071b : 6894441: Add checksum checks, remove use of original sources in jax repositories, fix bundle logic
855418d1912 : 6894441: Add checksum checks, remove use of original sources in jax repositories, fix bundle logic
32f47acd27e : 6888167: memory leaks in the medialib glue code
f9f22a5e0b6 : 6888215: memory leak in jpeg plugin
85e10718ce8 : 6887249: Get rid of double-check for isValid() idiom in validate() methods
5e235aa57e3 : 6894169: Move HttpLogFormatter into a separate package
da1b89b746a : 6858886: G1: guarantee(_next_marked_bytes <= used(),"invariant") at heapRegion.hpp:359
5b04b875ea7 : 6795356: Leak caused by javax.swing.UIDefaults.ProxyLazyValue.acc
e7de83e1e2c : 6550546: Win LAF: JFileChooser -> Look in Drop down should not display any shortcuts created on desktop
ec86441a47b : 6893704: Potential memory leak in gtk2_interface.c
4b2a80c711f : 6707273: TrayIcon does not support 8-bit alpha channel in Windows XP
c4f814598ef : 6891770: JSR 292 API needs initial unit tests
30e3c9dc224 : 4206909: want java.util.zip to work for interactive use (Z_SYNC_FLUSH)
e5745ffc8c5 : 6878475: Better syntax for the named capture group in regex
8c93a06dddb : 6560935: BigInteger.modPow() throws ArithmeticException for negative exponent
022d690049e : 6892186: SA does not dump debug info for scalar replaced objects
bfedf39895d : 6851617: Remove JSR 255 (JMX API 2.0) from JDK 7
6a460a3b961 : 6893238: Move NTLM and SPNEGO implementations into separate packages
196a0c5cf8c : 6893702: Overhaul of Ftp Client internal code
b50342c24e1 : 6852592: invalidate() must be smarter
48792ee40cf : 6873543: CookieManager doesn't enforce httpOnly
c1bf8506f11 : 6892340: Part of the CR 6741890 should be forwardported
820bae5fe3f : 6893426: ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u
5e986ae4249 : 6870812: enhance security tools to use ECC algorithms
6dfb497d00a : 6893483: DTrace probe return values for a couple JNI methods are wrong
65e203be59b : 6893062: remove support for obsolete attributes
589f5d20cb8 : 6371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws StackOverflowError
562fb9a67fd : 6890349: Fix #6870935 in jdk7/pit/b74 caused HttpClinet's check for "proxy capture" attack by-passed
0bb99b44ef9 : 6892749: assert(UseParNewGC || UseSerialGC || UseConcMarkSweepGC, "...") fails
c2252920044 : 6889858: Add nonNull methods to java.util.Objects
302bb544948 : 6889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly
613eae59d0c : 6889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly
355021b7b0f : 6884480: (file) Path.relativize has typo in parameter description
b712d23c2f7 : 6879463: (file) DirectoryStream#iterator's remove method throws wrong exception when stream is closed
1ff76e39389 : 6892711: (file) test/java/nio/file/Path/CopyAndMove.java fails on Windows 2000
6e476efa4ae : 6892710: (file) test/java/nio/file/Path/CheckPermissions.java fails in samevm mode
a77b6a72e03 : 6891483: XToolkit.getEnv() checks for NULL on a wrong symbol
2134a92922d : 6815692: method handle code needs some cleanup (post-6655638)
e634c0ee8e6 : 6888367: classfile library parses signature attributes incorrectly
ac9bcbd819c : 6680634: Printing: "Collate" is ignored under Windows Vista x64
928ac69fcde : 6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning 6889757: G1: enable card mark elision for initializing writes from compiled code (ReduceInitialCardMarks)
793ab852711 : 4428022: System.out.println(0.001) outputs 0.0010
9c1ea09b072 : 6891707: Eliminate the java.io.FilePermission dependency on PolicyFile
d6388ffec98 : Added tag jdk7-b74 for changeset 17d415c7180f
66b96c7d3fe : Added tag jdk7-b74 for changeset 6bab93485a15
bf385caedb6 : Added tag jdk7-b74 for changeset 4fb4f2670583
ebfdb196052 : Added tag jdk7-b74 for changeset 73df4e30ad5a
89510f5c0bd : Added tag jdk7-b74 for changeset b95ea007fe67
7917e7916c9 : Added tag jdk7-b74 for changeset 2a58cc6c4797
cd806fb89cd : Added tag jdk7-b74 for changeset e8f92456bc49
8eace255e18 : 6891750: deopt blob kills values in O5
c45a788c5ca : 6891677: java/build integrate zero assembler JDK changes
c83af332056 : 6891677: java/build integrate zero assembler JDK changes
e30aafe421f : 6891677: java/build integrate zero assembler JDK changes
31f813d99e8 : 6886436: Lightwight HTTP Container (com.sun.* package) is unstable
d7441d87721 : 6891404: (fs) ACL tests fail with "Invalid argument" on ZFS (sol)
347f6581ead : 6883983: JarVerifier dependency on sun.security.pkcs should be removed
6f42b7b834c : 6891701: test/java/lang/management/RuntimeMXBean/GetSystemProperties should restore the system property
bb0ea6325cd : 6558804: Specification for Elements.getDocComment(Element e) should be clarified
44767bbfbea : 6838467: JSR199 FileObjects don't obey general contract of equals
1455f5ef1ab : 6891632: Remove duplicate ECC source files
34324e30c0c : 6890984: Comparison of 2 arrays could cause VM crash
3d9a536c1a8 : 6722084: JPRT make file doesn't create required symbolic link to libjvm.so
6b576be53ca : 6890945: Typo in sentence about thread safety
6af1a616569 : 6889869: assert(!Interpreter::bytecode_should_reexecute(code),"should not reexecute")
e507e02d677 : 6884960: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails
581d01d8c4e : 6885667: CertPath/CertPathValidatorTest/bugs/bug6383078 fails on jdk6u18/b02, jdk7/pit/b73 and passes on b72
b32d27a2532 : 6885735: closed/java/awt/Component/DisablingLWDisabledHW/DisablingLWDisabledHW.html fails
370b3a923b8 : 6711717: PIT: Security Icon is hidden for FullScreen apps, WinXP
99d8a50297b : 6684916: jframe.setMaximizedBounds() has no effect in linux
998bcbaf4b1 : 6889300: assert(i != k || is_new || i->outcnt() > 0, "don't return dead nodes")
9a22acef055 : 6889656: assert(lo_lrg->lo_degree() || !lo_no_simplify,"Live range was lo-degree before coalesce
f276d82e07b : 6349921: (enum) Include links from java.lang.Enum to EnumSet and EnumMap
9ecd8e48ca1 : 6889302: TraceExceptions output should include detail message
51a7e386003 : 6891079: Compiler allows invalid binary literals 0b and oBL
8b993775d5b : 6648344: (reflect spec) State default of isAccessible for reflective objects
837c2b0a07c : 6887895: CONSTANT_Class_info getBaseName does not handle arrays of primitives correctly
5473f394c6c : 6890308: integrate zero assembler hotspot changes
7628a594141 : 6796915: Deadlock in XAWT when switching virtual desktops
7e76feaf427 : 6888953: some calls to function-like macros are missing semicolons
83f1d02a67d : 6946056: assert((intptr_t) sp()<=(intptr_t) result,"result must>=than stack pointer"), frame_x86.cpp:295
eca779ecad5 : 6797535: Add shared two argument static equals method to the platform
19fcbc7c3e9 : 6890293: Bump the HS17 build number to 03
c44758929fc : 6888552: Allow JNDI to be used when java.applet is not present
e31cb363017 : 6889552: Sun provider should not require LDAP CertStore to be present
a67426faf8a : 6866190: Remove SIMPLE_STACK code from TaskQueue
9b306d03eed : 6885584: A particular class structure causes large allocation spike for jit
debdf79d18c : 6480728: Byte.valueOf(byte) returns a cached value but Byte.valueOf(String) 6655735: Integer.toString() and String.valueOf(int) contain slow delegations
1c6255de3e9 : 6888888: new javah throws NullPointerException when building in jdk/make/java/nio
ba951dbf36a : 6875959: CTW fails hotspot/src/share/vm/opto/reg_split.cpp:1087
67bff2db550 : 6887364: SetOutgoingIf.java fails if run on multihomed machine without PIv6 on all interfaces
9681f68f38a : 6888847: TaskQueue needs release_store() for correctness on RMO machines
9288a186396 : 6888619: G1: too many guarantees in concurrent marking
0835f0c4df2 : 6888316: G1: has_aborted() || _cm->region_stack_empty() fails
9c32dec0bf5 : 6885916: Memory leak in inferencing verifier (libverify.so)
07871a4920f : 6888802: sun.misc.BootClassLoaderHook.getBootstrapPaths stack overflow
bd9e7da356c : 5062288: (reflect) Core reflection uses raw types when it could be using wildcards
9ae7ce5ffe2 : 6888149: AtomicReferenceArray causes SIGSEGV -> SEGV_MAPERR error
930f3d4570d : 6880034: SIGBUS during deoptimisation at a safepoint on 64bit-SPARC
65e5c75b0bc : 6489130: FileChooserDemo hung by keeping pressing Enter key
e4541dcd086 : 6879902: CTW failure jdk6_18/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp:845
9f6fbc5544f : 6612680: Remove classloader dependency on jkernel
04890be7bb0 : 6885204: JSSE should not require Kerberos to be present
a64ba16c4fd : 6887494: NPE in pisces Renderer
31de6adee95 : 6847956: G1: crash in oopDesc*G1ParCopyHelper::copy_to_survivor_space(oopDesc*)
2170e604da3 : 6854954: Eliminate static dependency on java.awt.AWTPermission
936d0362c2f : 6884800: (file) Path.newInputStream does not usefully implement available()
2684c3a4312 : 6882730: G1: parallel heap verification messes up region dump
99a529bb86b : 6885041: G1: inconsistent thread dump
e379759e1b2 : 6887948: test/gc/6845368/bigobj.java fails due to timeout
c0a2b68ef8f : Added tag jdk7-b73 for changeset 6a163854aee4
e9d2bf22830 : Added tag jdk7-b73 for changeset d02ee9795d57
716cb7404a1 : Added tag jdk7-b73 for changeset 2d600411d2b7
fa60fa0a5db : Added tag jdk7-b73 for changeset 35b6f37d3023
f174a87b098 : Added tag jdk7-b73 for changeset 2248859f89d4
841b128bca0 : Added tag jdk7-b73 for changeset 7e1a948466e2
4d85021a724 : Added tag jdk7-b73 for changeset 9cc5500d129d
3fa31de7919 : 6887292: memory leak in freetypeScaler.c
1686f3996fa : 6787605: OpenSolaris doesn't have /usr/ucb/ps so ShellScaffold fails
45d2886ea71 : 6870935: DIGEST proxy authentication fails to connect to URLs with no trailing slash
2882b91893c : 6868579: RFE: jarsigner to support reading password from environment variable
52779dbc1fe : 6874472: display address lists for tickets in klist tool
10b2d33a487 : 6862679: ESC: AD Authentication with user with umlauts fails
fcaded312e2 : 6324292: keytool -help is unhelpful
7f1cf79e6d1 : 6887186: G1: Incorrect code generated for G1 pre-barrier by C1 on SPARC
68c236347fa : 6862611: Reg testcase closed/java/awt/Component/NativeInLightShow/NativeInLightShow.html fails
92d4496fac3 : 6886868: giflib has a memory leak in the MakeMapObject() function
2c2a8ae8b14 : 6890137: G1: revamp reachable object dump
7c9b6d8d16f : 6886024: G1: assert(recent_avg_pause_time_ratio() < 1.00,"All GC?")
d091c784edd : 6878284: Sometimes test/javax/swing/system/6799345/TestShutdown.java "hangs"
3bb6edd1675 : 6884837: JTReg test SetOutgoingIf is not correct
0d7e36485c4 : 6853592: VM test nsk.regression.b4261880 fails with "X Error of failed request: BadWindow" inconsistently
72f355d0cff : 6886718: missing license info
fc0fc96e689 : 6879044: Eliminate the dependency on logging from the AWT/2D/Swing classes
eb4298db6a2 : 6501644: sync LayoutEngine *code* structure to match ICU
ef945f97223 : 6886108: Test case B4933582 binding to fixed port number
fa9b682fcff : 6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles
6b768958fb2 : 6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles
9640e8148d5 : 6886353: For DeoptimizeALot, JTreg tests should "IgnoreUnrecognizedVMOptions on a product build
9caa2fcaf21 : 6886348: apt incorrectly uses Scope.table
13748aa22b1 : 6795060: VM crash on Linux in ICU layout library when processing \u0DDD (Sinhalese)
7e942d79d07 : 6883468: C2 compiler enters infinite loop in PhaseIterGVN::transform
3cb09cdcfce : 6885900: Bump the HS17 build number to 02
06d5d6e0ea1 : 6337964: should ignore last comma in annotation array
b56db814255 : 6863503: SECURITY: MessageDigest.isEqual introduces timing attack vulnerabilities
89aa7fcef62 : 6880029: JDK 1.6.0_u14p Application crashed very early
a4622c3ab0b : 6885166: regression test for 6877357 (IPv6 address does not work) error (timed out)
eb73cf4739c : 6885169: merge of 4957990 and 6863023 causes conflict on do_nmethods
e116c27b51a : 6572945: javah should be written as an annotation processor, not a doclet
6e3d9701963 : 6410637: Make decision on deprecated methods in DefaultFileManager and BaseFileObject 6747645: ZipFileObject.getName is incorrectly deprecated 6885123: JavaFileObject getName issues
2f016d3e822 : 6517779: javax.lang.model.util.Elements.getConstantExpression() doesn't throw any exception 6517907: javax.lang.model.util.Elements.getConstantExpression() with negative byte value fails
a6a41760f1f : 6884552: remove some unnecessary #ifdef's introduced in the fix for 4957990
73e9e343caf : 6872735: Further update build readme for new platforms 6641691: Bring build readme's up-to-date
7580f395078 : 6857888: closed/javax/swing/JMenuItem/6458123/bug6458123.java fails with InvocationTargetException
f6523d1043b : 6876794: 4/4 sp07t002 hangs very intermittently
beaa8fd82d0 : 6582946: Add suite of compare(T, T) methods for ints, longs etc
4e63c9bc06d : 4245470: algorithm of java.lang.Byte.hashCode() is not specified
8249846a75d : 6468534: (reflect) Exception types cannot be parameterized, rephrase getGenericExceptionTypes
dbe66b7524a : 6884624: Update copyright year
b9490b461c1 : 6884624: Update copyright year
15f08eb80e6 : 6884624: Update copyright year
bd6c8e08ad3 : 6884624: Update copyright year
61b219fab08 : 6884624: Update copyright year
d3dbee73a63 : 6882768: (launcher) test for 6842838 is broken
83a2d513303 : 6882384: Update http protocol handler to use PlatformLogger
147409ee767 : 6882654: Remove dependency on java.util.concurrent from KeepAlive implementaion
2486dde2ef6 : 6884227: Clarify ordering requirements of javax.lang.model.TypeElement.getEnclosedElements
938ca046418 : 6877357: IPv6 address does not work
1329a2d707a : 6884220: Have drop sources ignore the output.dir property
a0515a4b2fb : 6884220: Have drop sources ignore the output.dir property
f13c1a7ce95 : 6884175: CR cleanup for 6840752: Provide out-of-the-box support for ECC algorithms
08094f7265a : 6856630: Restructure jaxp/jaxws repositories
31015d22e79 : 6856630: Restructure jaxp/jaxws repositories
2a4f2840292 : 6419370: 4/4 new jmethodID code has tiny holes in synchronization
77205e0f7be : 6883341: SWAT: jdk7-b72 swat build(2009-09-17) threw exceptions when running Java2D demo by clicking Paint ta
cd6e08db279 : 6883816: corba fix for missing javax/transaction/xa classes (the real fix)
97f616d2bd6 : 6883790: corba build problem related to wildcard and vpath, regression
fc6bda88ab0 : 6882594: Remove static dependancy on NTLM authentication
25296d001bb : 6820514: meet not symmetric failure in ctw
be7dddc8a30 : 6882609: Move default InMemoryCookieStore to java.net
c47e47b64a6 : 6840086: JFileChooser lacks icons on top right when running on Windows 7
70bee45623d : 6882376: Add internal support for JRE implementation to eliminate the dependency on logging
20b992369b5 : Added tag jdk7-b72 for changeset 182e4a28c0ce
581ef376a52 : Added tag jdk7-b72 for changeset 41a9e8c0158c
c9c5ac0904b : Added tag jdk7-b72 for changeset e7c4cb9f1531
243c6bb6b92 : Added tag jdk7-b72 for changeset 860f9bfce06d
fc5a3ad2a80 : Added tag jdk7-b72 for changeset 0fa11a27fb57
8355f042dbe : Added tag jdk7-b72 for changeset 8a5d4dfe242d
003a900fadd : Added tag jdk7-b72 for changeset 457827146a9c
c6abcd3327f : 4833524: BasicTreeUI.isToggleSelectionEvent() does not properly handle popup triggers
9ed976194ba : 6879572: SA fails _is_marked_dependent not found
7437f0b8257 : 6854812: 6.0_14-b08 crashes with a SIGSEGV
c975650b829 : 4337267: Arabic Numeral Shaping
e261aecad83 : 6863023: need non-perm oops in code cache for JSR 292
f97dbeeb5ca : 6882363: 4/4 typos in java.util.logging javadocs
c89a572b3e9 : 6879362: assert(!klass_is_exact(),"only non-exact klass")
e4f3f066c09 : 6860965: Project Coin: binary literals 6860973: Project Coin: Underscores in literals
8c189909642 : 6861557: G1: assert(top() == bottom() || zfs == Allocated,"Region must be empty, or ...")
8a6e77c4363 : 6882235: invalid exponent causes silent javac crash
1cf5b7ae110 : 6879921: CTW failure jdk6_18/hotspot/src/share/vm/utilities/globalDefinitions.cpp:268
840c0d81504 : 6875716: JLayer.remove((Component)null) should behave consistently in (not) throwing NPE
8de3691f04b : 6868255: Requirements for correct operating of the HW/LW Mixing feature need to be specified
2b70fc1bba4 : 6862295: JDWP threadid changes during debugging session (leading to ingored breakpoints)
e851626bac1 : 6881317: regression: NPE in CloseableURLClassLoader
a89a6c4aeb6 : 6878481: Add performance counters in the JDK
4a82626658f : 6842838: 64-bit failure in handling invalid manifest in launcher
243514d4832 : 6827605: new String intrinsics may prevent EA scalar replacement 6875866: Intrinsic for String.indexOf() is broken on x86 with SSE4.2
c492f4cde58 : 6877254: Server vm crashes with no branches off of store slice" when run with CMS and UseSuperWord(default)
8543d84e30c : 6876541: (file) Files.walkFileTree(...): no SecurityException if read access to the starting file is denied
8f7bc9c9f35 : 6529758: JVMTI Waiters demo crashes. Double free
1e716786f00 : 6872358: JRE AWT setBytePixels vulnerable to Heap Overflow
b5f1c84e3ec : 6881442: (reflect) Race condition in Class.getName()
3d73906ac52 : 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk
ee98fe5cd91 : 6881337: ZipEntry.setComment() was accidentally changed back to old spec/impl in jdk7-b64
e0519e7bbdb : 6880053: assert(alloc_obj->as_CheckCastPP()->type() != TypeInstPtr::NOTNULL)
e42ca11cd10 : 6872136: CMS: confusing message may be printed when a collector is switched off implicitly
923f6651262 : 6882745: Add DISABLE_INTREE_EC option to make new EC provider optional
19396438bbb : 6737819: sun.misc.net.DefaultProxySelector doesn't use proxy setting to localhost
515f68b6374 : 6880574: C2 assert in escape.cpp:445 on linux-amd64
c87d132dccc : 6631533: ICC_Profile allows detecting if some files exist
3915dad0c75 : 6632445: DoS from parsing BMPs with UNC ICC links
c26aec2e526 : 6822057: X11 and Win32GraphicsDevice don't clone arrays returned from getConfigurations()
e07c626a488 : 6862968: JPEG Image Writer quantization problem
a3de8d40ebe : 6872357: JRE AWT setDifflCM vulnerable to Stack Overflow
886ebc30da3 : 6827786: Mnemonic cycling for multiple equal mnemonic armed menu items stops when encountering a submenu
67e3ba76c16 : 6874643: ImageI/O JPEG is vulnerable to Heap Overflow
55b5651b113 : 6737212: Fixed javadoc warning messages in RowSet classes
75e90c90274 : 6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions
106b2d9f640 : 6745437: Add option to only check revocation of end-entity certificate in a chain of certificates 6869739: Cannot check revocation of single certificate without validating the entire chain
215be80bb81 : 6878792: Sample provided in javax.swing.JLayer class description is not usable
f0f6f93143c : 6880052: SIGSEGV in GraphKit::null_check_common()
f22c8483044 : 6850958: Honor -XX:OnOutOfMemoryError when array size exceeds VM limit
528f733b283 : 6709246: ClassCastException in javadoc
f4883897ce5 : 5093723: REGRESSION: ClassCastException in SingleIndexWriter
b2645b9065d : 6879371: javap does not close internal default file manager
a8e28960cd1 : 6879346: files have Windows newlines
b2eaa8339f8 : 6419701: DefaultFileManager clean up: URI.create 6483788: DefaultFileManager.ZipFileObject.toUri() fails to escape space characters 6501502: JSR 199: FileObject.toUri should return file:///c:/ or file:/c:/ not file://c:/ 6877206: JavaFileObject.toUri returns bogus URI (win) 6877223: tests @ignored because of issues with File.toURI on Windows
d486b5f5fd3 : 6875619: CTW fails with /hotspot/src/share/vm/opto/type.hpp
e9e1f27be4b : 6868185: 2 JCK api/java_beans/Introspector/ tests fails starting from jdk7 b66
9cbfcde9a77 : 6879689: Fix warning about ignored return value when compiling with -O2
b339e0eaac0 : 6589634: Unable to view focus on "Up one level", "create new folder" etc. of JFileChooser Dialog
755af2463d1 : 6699856: Creating text in a JTextPane using Chinese text causes undesired behavior
d1f3f3509d2 : 6432567: PIT : com/sun/jdi/BadHandshakeTest.java fails due to java.net.ConnectException
86d587f77cf : 6879368: Remove stray quote in Character javadoc
f8db2dee43e : 6873951: test/java/lang/reflect/Generics/Probe.java fails
5d15a448680 : 6868627: (spec) Files.walkFileTree doesn't make it clear that uncaught errors and exceptions are propagated
98e07b99bf3 : 6873621: (file) FileStore.supportsFileAttributeView(Class<FileAttributeView> type) returns wrong result
488e99efd8d : 6830542: Performance: JVM_DefineClass already verified
13dde485d8a : 6871299: Shift+Tab no longer generates a KEY_TYPED event; used to with JRE 1.5
58285b80f7f : 6871847: AlgorithmId.get("SHA256withECDSA") not available
fe71efb327c : 6876328: different names for the same digest algorithms breaks jarsigner
928d5f78a4c : 6879076: disable jprt sync after builds are done
0c401657e1e : 6855174: Improve log output when builds transition from one workspace to another
b08657d2a5c : Added tag jdk7-b71 for changeset cdf91569d4eb
13aa25f4c70 : Added tag jdk7-b71 for changeset 9abe0c99c0b9
dd4c0eb96a7 : Added tag jdk7-b71 for changeset ee84ebd54dea
87d5ac63dbf : Added tag jdk7-b71 for changeset 8796aa786ade
c5819893e7e : Added tag jdk7-b71 for changeset 8e014ad9c233
3783377b2b1 : Added tag jdk7-b71 for changeset ae9b655e7393
d1c8fd4a06a : Added tag jdk7-b71 for changeset 9a027a1c0510
63810a5c429 : 6657026: Numerous static security flaws in Swing (findbugs)
4de45a009d1 : 6874249: Check has duplicate local variable and field for "source"
b4723614c17 : 6875240: Reduce Makefile build time by limiting repeated exec's (mostly for cygwin building)
8db0c57ad00 : 6797139: JButton title is truncating for some strings irrespective of preferred size
c04761e799d : 6858208: jvm crash when specifying TypeProfileWidth=0 on jdk 6.0
a2574bbbdb8 : 6878106: Synchronize CORBA and JDK makefiles where possible
98fa57b3ac6 : 6877763: update langtools/test/Makefile for JPRT
3ef90fd6fdf : 6875153: JLayer.isOptimizedDrawingEnabled() throws NPE for null glass pane set
1de40db76d5 : 6650759: Inference of formal type parameter (unused in formal parameters) is not performed
4e092f7b460 : 6387579: Usage of package-private class as parameter of a method (javax.swing.tree.DefaultTreeSelectionModel)
1c6321606d0 : 6856390: RFE : sequence.allfonts.UTF-8.ja for Windows fontconfig.properties
1edb7c8b69c : 6838887: (tz) Add UTC and Yerevan to tzmappings
7a13cf5c899 : 6830423: Unified Ext B character not displayed with Dialog font
a4d40c31007 : 6877759: test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java leaves open file
729ed5d7468 : 6877751: test/tools/javac/6627362/T6627362.java fails
9df373712c2 : 6877744: delete extraneous file
57a92290f4c : 6855215: Calculation error (NaN) after about 1500 calculations
9ef7eb78849 : 6860431: Character.isSurrogate(char ch)
ec2a9994f57 : 6877229: more javac tests fail on Windows
457be8ad499 : 6876276: assert(!is_visited,"visit only once")
28023ec9d0a : 6872503: JLayer event handling should be rewritten
4f51fb40472 : 6844267: Nimbus generator depends on JIBX
39c5985ede3 : 6844267: Nimbus generator depends on JIBX
d1839690e3d : 6802944: Nimbus initialization is too slow
6ef69eb7c32 : 6875967: CTW fails with./generated/adfiles/ad_sparc.cpp:6711
4e064060c04 : 6456628: (tz) Default timezone is incorrectly set occasionally on Linux
4e70dbf4cd8 : 6872467: (tz) Support tzdata2009l
be422eef481 : 6851214: (tz) New Jordan rule creates a failure for SimpleTimeZone parsing post tzdata2009h
45e9a3c1e91 : 6877188: some javac shell tests do not work on Windows
d3e91c9151d : 6261502: (reflect) Add the functionality to screen out the "inappropriate" modifier bits
e4158efc0ed : 6876782: two javadoc tests fail on Windows
779247f1cbc : 6875393: 2/3 JNI itable index cache is broken
343b5b0bef4 : 6875577: CTW fails with /hotspot/src/share/vm/opto/memnode.cpp
575a3613d5b : 6877122: Many javadoc warnings from java.awt.Window, other awt classes
42e578e5ccd : 6821003: Update hotspot windows os_win32 for windows 7
197de32fb3e : 6689468: test/closed/java/awt/Component/VisibleHwInLwContTest/VisibleHwInLwContTest.html fails
944568ba4b9 : 6876765: javah tests fail on Windows
4b58ee1a37a : 6876282: BigDecimal's divide(BigDecimal bd, RoundingFormat r) produces incorrect result
57102e24d49 : 6876755: apt tests fail on Windows
ba8c7416f89 : 6876753: javap tests fail on Windows
cf9084dc862 : 6843707: bad tests generate files in the test/ directory 6876699: generated files in repository
03e98121758 : 6876628: @throw instead of @throws in two ParagraphView classes
af2f2e8d36d : 6875336: some tests should use /nodynamiccopyright/
b357ca3ad17 : 6865583: Verbose CIPrintMethodCodes asserts when ldc an empty String
8b2b083b28f : 6854898: Frame is located at the negative coordinates instead of origin for Solaris 10 CDE
27d7a83c528 : 6852051: Getting Null Pointer Exception when displaying message for TrayIcon on Opensolaris
02d0fa16dbf : 6780496: Javaw process taking up 80-90 percent of CPU time!
e5ce4a752ba : 6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
a8985946398 : 6548708: Annotation processing should free service loader if there are no processors
193bae28848 : 6824265: (tz) TimeZone.getTimeZone allows probing local filesystem
28c28df142b : 6868712: Improve concurrent queue tests
f1047d3739d : 6871697: LinkedBlockingQueue Iterator/remove/poll race
50754f7c2e2 : 6868864: Kerberos tests fail under windows/cygwin
a6f341dfc92 : 6875861: javadoc build warning on java.util.Properites from unconventional @see ordering
47307bdb89c : 6872011: Update printing processor to support JSR 308
71cf18b3e26 : 4963968: zlib should be upgraded to current version of zlib
9966801c6c8 : 6875329: fix for 6795465 broke exception handler cloning
b91de4eb6a0 : 6869216: testgetallmembers should consistently use correct filemanager
2a362d8b87f : 6873800: enable compressed oops by default
f249b36d724 : 6872048: bad private keys are generated for 2 specific ECC curves
1b8f98b70e6 : 6853636: Fix warnings in jdwpgen, add jdwpgen NetBeans project
343439d82f0 : 6824395: Several Swing core components prevent using them in wrapper classes
5e92ec1716f : 6849266: closed/javax/swing/JFileChooser/6484091/bug6484091.java fails on solaris 10 sparc
e936496a7b0 : 6875033: regression: test of 6867665 fail
aecf7417ad6 : 6842687: New I/O: Update Asynchronous I/O API to jsr203/nio2-b101
7fa9df60cee : 6874521: Remove @note tags
3356fa9895c : 6873236: Fork HS16 to HS17 - renumber Major and build numbers of JVM
0ec50406330 : 6873845: refine access to symbol file
edc02e3e92a : 6705913: freetype_versioncheck.exe - Unable To Locate Component
980873244b9 : 6378701: (enum) Unclear purpose of EnumConstantNotPresentException
bde1a2faf8b : 6873849: suppress notes generated by javac
afca1557181 : 6579827: vista : JSlider on JColorchooser is not properly render or can't be seen completely
fb19c4e1f91 : 6874407: Missing regression test for 6636650
3b237a13dfc : 6636650: (cl) Resurrected ClassLoaders can still have children
ff9a1bddb5d : 6873116: Modify reexecute implementation to use pcDesc to record the reexecute bit
792dd2427f9 : Added tag jdk7-b70 for changeset b4c0c49979ff
74fd6ac4825 : Added tag jdk7-b70 for changeset 510668ab2f32
0c2b4cd1831 : Added tag jdk7-b70 for changeset c311084b506d
0d0c940c990 : Added tag jdk7-b70 for changeset 102c6671e1cf
8d3b392ec7d : Added tag jdk7-b70 for changeset 0caafb54c87f
e0f2ac7318c : Added tag jdk7-b70 for changeset e77e0b46683d
5f8e711a97f : Added tag jdk7-b70 for changeset d36024aecf97
2513311062d : 6664512: Component and [Default]KeyboardFocusManager pass security sensitive objects to loggers
b458f8ca650 : 6866804: (file) Path calls checkPermission insteadof checkXXX (sol)
97e10327edc : 6870926: (file) Path.toRealPath performance can be improved (win)
41a783f149e : 6595866: File does work with symbolic links (win,vista)
7c86823f017 : 6867665: Problem with keytabs with multiple kvno's (key versions)
15b6cdf8976 : 6873799: enable escape analysis by default
0217f432c22 : 6873777: FPU control word optimization still performed with SSE
310e07492f6 : 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk javac
54aaa7ae7a6 : 6871291: Please clarify javax.tools.JavaCompiler.getTask() "classes" parameter
5c818e4b6af : 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk
68a69bc334a : 6872492: JLayer sources contain wrong header
c14324faa56 : 6861062: Disable MD2 support
d0acfd8b316 : 6873200: patch.out and jaxws.patch do not belong in jaxws repository
85c26d2c576 : 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk javac
94bafe8b8f1 : 6864911: ASN.1/DER input stream parser needs more work
afe6e91726c : 6829785: TextCallbackHandler does not honor PasswordCallback.isEchoOn()
cc01c0f4f6c : 6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
05c34e93bdc : 6866651: Regression: simple int sum crashes jvm (build 1.6.0_14-b08 and 1.7.0-ea-b59)
f6f2d510b92 : 6829127: Deoptimization Failure on Specjvm98 _227_mtrt with -XX:+DeoptimizeALot since Hs11 b01
8a4dd6d4257 : 6872177: JCE framework and provider builds broken following -target 7 changes
398fffa232e : 6862863: C2 compiler fails in elide_copy()
efe409bf8b3 : 6730652: CharsetEncoder.canEncode(char) returns incorrect values for some charsets
e674d627258 : 6867603: sun.font.FontManager.getDefaultPlatformFont throws NPE in OpenJDK on Solaris 10 10/08
ead860c0693 : 6872000: G1: compilation fails on linux/older gcc
6f927f1578d : 6869822: assert(Universe::narrow_oop_shift() == 0,"use unscaled narrow oop")
94d23c375f9 : 6866397: (file) PathMatcher with regex syntax doesn't match as expected (win)
5fe3a9d7b6a : 6824600: OOM occurs when setLookAndFeel() is executed in Windows L&F(XP style)
c94a076d349 : 6862956: PhaseIdealLoop should have a CFG verification mode
68e4dd48162 : 6871765: Bump the HS16 build number to 08
fcfe031b58d : 6676423: (prefs) Opensource unit/regression tests for java.util.prefs
e35a79a5184 : 6870335: Provider numbers need to be bumped to 1.7
ab474107c05 : Added tag jdk7-b69 for changeset 2556d2c42271
5fcd7752868 : Added tag jdk7-b69 for changeset e0b23259a484
0f356feefba : Added tag jdk7-b69 for changeset acd82ea7ff8d
798e9abf97f : Added tag jdk7-b69 for changeset 803bf611f5c9
6c9a7e8afe7 : Added tag jdk7-b69 for changeset 93c79b9962dd
7918093df4a : Added tag jdk7-b69 for changeset 3b0aa8182028
0ce3618e919 : Added tag jdk7-b69 for changeset f6b28dd0120d
dfa68f9504c : 6840246: Lightweight implementation of String.split for simple use case
1a11be46ca4 : 6867645: java -Xshare:dump failed - read only space too small
b81f0f8916b : 6558476: com/sun/tools/javac/Main.compile don't release file handles on return
afb1868fc46 : 6870238: Font2DTest fails on Debian after FontManager refactoring
b95303097db : 6758471: should be able to set jtreg options in langtools build
d029eaeb574 : 6870706: langtools launcher issues
1a7648b1c25 : 6866585: debug code in ciObjectFactory too slow for large objects
def4483570a : 6870298: 4/4 fix minor typos in java/lang/instrument/Instrumentation.java
46c42f2362e : 6870743: update comments in langtools/make/build.properties
da2b8ebcd09 : 6870591: langtools build sets javac.bootclasspath incorrectly
aca1d9534f3 : 6862945: 4/3 conversion of jmethodID to methodOop in JVMTI is too expensive
59d983ade01 : 6840752: Provide out-of-the-box support for ECC algorithms
a3af9140c99 : 6865748: (file) SimpleFileVisitor methods ignore null arguments
c583b690e31 : 6867781: (file) Examples in javadoc use newFileAttributeView instead of getFileAttributeView
90b1aee1425 : 4516760: (so) Intermittent SocketException: Transport endpoint is not connected (lnx)
3db64bc897b : 6585239: Regression: 2 DNS tests fail with JDK 5.0u13 b01 and pass with 5.0u12fcs
aa514761f5d : 6868867: Test: sun/security/tools/keytool/standard.sh fails under windows/cygwin
be3a1f1294d : 6821190: more InquireType values for ExtendedGSSContext
50689ce5363 : 6710360: export Kerberos session key to applications
cb2742d7b21 : 6866479: libzip.so caused JVM to crash when running jarsigner
b2f97fc3417 : 6199153: Generic throws and overriding
d8292cad053 : 6569404: Cannot instantiate an inner class of a type variable
b097f12a5d6 : 6869075: regression: javac crashes when compiling compound string assignment with generics
a11cd67b7cb : 6521805: Regression: JDK5/JDK6 javac allows write access to outer class reference
b466a2fcc99 : 6840059: regression: javac silently crashes when resolving erroneous anonymous inner constructor
578138abeba : 6390045: Unexpected error "cannot access java.lang.Void" with '-target cldc1.0' with -source >=1.5
ac4b216060d : 6806876: ClassCastException occurs in assignment expressions without any heap pollutions
3f2aa03af78 : 6822696: Integrating JXLayer component to Swing library
aedd67d988c : 6461173: One JCK test([NewFolderAction0001]) failed on Windows due to lack of PropertyPermission(s)
7d420d30b9f : 6868539: javap should use current names for constant pool tags
c28b62e1d50 : 6868548: remove spurious ';' from after constant pool entries
7d8f9efba60 : 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
02d508cbf21 : 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
354661db004 : 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
cbc42a9c38d : 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
f8a396b1662 : 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
452d4d3f20c : 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
1d2b6d72b22 : 6813167: 6u14 JAX-WS audit mutable static bugs 6803688: Integrate latest JAX-WS (2.1.6) in to JDK 6u14
db5938b2082 : 6869705: Missing files of CR6795908, FontManager refactoring
9a5d0532c53 : 6869697: Missing entry in makefiles for java/lang/ReflectiveOperationException.java
eb12553aa3b : 6795908: Refactor FontManager
24fdb8e4be2 : 6868189: Nested enum class with custom BeanInfo fails
aca12274060 : 6826801: JarFileFactory should not use HashMap<URL>
75379fe244c : 6826780: URLClassPath should use HashMap<String, XXX> instead of HashMap<URL, XXX>
d78b7fcc9b0 : 6858429: javap classfile library a minor bug
d8b50037deb : 6838598: Legal notice repair: jdk/src/share/classes/sun/dyn/FilterGeneric.java
fc188b8b292 : 6867657: Many JSN tests do not run under cygwin
792cd2a88a9 : 6865853: Additional code changes needed to build deploy using WXP SP2 and Visual Studio 2008
fb688547c4f : 6864028: Update the java launcher to use the new entry point JVM_FindClassFromBootLoader
383f39ffa1c : 6868487: EnableInvokeDynamic and EnableMethodHandles should not be visible flags in JDK6 or JDK7
90e6599f470 : 6868051: (SA) FreeChunk support for compressed oops is broken
0f923041b98 : 4917309: (cl) Reduce internal usage of ClassNotFoundExceptions during class-loading
ef226d3a7e7 : Added tag jdk7-b68 for changeset 2974ea6ad890
6ceaf265fd9 : Added tag jdk7-b68 for changeset a02edc83f1b4
a79bbfdcfef : Added tag jdk7-b68 for changeset 7df0da9e6d70
314304f9ba5 : Added tag jdk7-b68 for changeset 8cfea160b2e5
8fae4c547c8 : Added tag jdk7-b68 for changeset 4ae7310eb37d
d66b689a4b0 : Added tag jdk7-b68 for changeset 0589e2ed45b3
9130e7d3473 : Added tag jdk7-b68 for changeset a3946f62adaa
872d3ebfc72 : 6593649: Word wrap broken for JTextArea
1121581e070 : 6868991: JPRT: elide GCBasher_G1 test on winx64 until 6867250 is resolved
3474b7fa5b0 : 6821693: 64-bit TaskQueue capacity still too small 6821507: Alignment problem in GC taskqueue
8790c489e1e : 6868533: 3/4 JDI: remove '-source 1.5' and '-target 1.5' options from com.sun.jdi tests
9e26dc467b2 : 6729471: javap should accept class files on the command line
ea9763ee245 : 6868553: 6867671 breaks some tests
3e7e112ee5e : 6868269: CompileTheWorld assertion failure introduced by the reexecute bit implementation
31e53b285c6 : 6856590: (process) Use RESTARTABLE in UNIXProcess_md.c
c857f977c3b : 6868160: (process) Use vfork, not fork, on Linux to avoid swap exhaustion
22c0a5cddfb : 6867671: javap whitespace formatting issues
63e666407cf : 6829673: ThinLineTest: A line < 1 pixel disappears
adcbcc3cdcb : 6868486: timouts and outOfMemory in regression tests
f1cbffdd3ed : 6819077: G1: first GC thread coming late into the GC
6dfe09a9a61 : 4116222: Errors in Arabic code-conversion tables, part II
7bf64229838 : 6647452: Remove obfuscation, framework and provider self-verification checking
36917caf5e8 : 6865703: G1: Parallelize hot card cache cleanup
82eb86f2bea : 6539700: JTextPane line wrap radically different from previous versions in jre 1.5.0_10+
bd1c93a58e1 : 6843292: "Expect to be beyond new region unless impacting another region" assertion too strong
d9b7798319d : 6862534: -XX:NewRatio completely ignored when combined with -XX:+UseConcMarkSweepG
3fef36803a7 : 6867687: keytool's standard.sh test timeout sometimes
ae00753bf79 : 6833129: specjvm98 fails with NullPointerException in the compiler with -XX:DeoptimizeALot
f2ea22a5478 : 6865031: Application gives bad result (throws bad exception) with compressed oops
426d2a0ee75 : 6851688: Hung up in applet application
099a44dbf82 : 6865565: Test failed: /test/closed/javax/swing/JInternalFrame/6325652/bug6325652.java
bdafe7ca74c : 6867231: Regression: jdk/test/sun/security/krb5/ConfPlusProp.java error against jdk7/pit/b68
6538a1bcf91 : 6867244: Tests missing @run tag
08f07d0f8ae : 6867101: Path.checkAccess fails with sharing violation on special files such as pagefile.sys
9f97cf13e89 : 6864914: SPECjvm2008 produces invalid result with zero based Compressed Oops
243367ec165 : 6819085: G1: use larger and/or user settable region size
c6763b5badc : 4957990: Perm heap bloat in JVM
2491751525f : 6841313: G1: dirty cards of survivor regions in parallel
e7c70c499b0 : 6845368: large objects cause a crash or unexpected exception
662adda5e68 : 6861660: OopMapBlock count/size confusion
20a43bad219 : 6798898: CMS: bugs related to class unloading
4d138cd0943 : 6871111: G1: remove the concurrent overhead tracker
1d0a8b29458 : 6866591: G1: print update buffer processing stats more often
f3564aefecd : Added tag jdk7-b67 for changeset 02ba23f205f3
b097c4f9bb3 : Added tag jdk7-b67 for changeset db82a42da273
a2e3e2663f2 : Added tag jdk7-b67 for changeset d4ab6018e6f6
f0f100555b6 : Added tag jdk7-b67 for changeset 8943b2e74175
d1a146f0034 : Added tag jdk7-b67 for changeset c8b1b0aecdfe
0971a646028 : Added tag jdk7-b67 for changeset 805a72a26925
6909a95df27 : Added tag jdk7-b67 for changeset f86e6d4a49b4
24bbb68d386 : 4880672: javap does not output inner interfaces of an interface
219445d03ac : 6866657: add byteLength method to primary classfile types
638db1aabb6 : 6861837: JCK compilation failures
fe1aaa81542 : 6864382: NPE in the rich formatter when processing an unattributed type-variable
25497fcea71 : 6862608: rich diagnostic sometimes contain wrong type variable numbering
59b2cbc4483 : 6827648: Extremely slow compilation time for visitor pattern code + generics
a74a7d0f30f : 6866243: Javadoc for java.lang.Character still refers to Unicode 4 instead of 5
2d83195be50 : 6866719: Rename execvpe to avoid symbol clash with glibc 2.10
827200b265d : 6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort
36736be8baa : 6866554: Misc. javadoc warnings
54b80cfe2a0 : 4777949: Javap Rewrite : Warn javap usage on package classes with simple name
a3128d7e747 : 6865753: 6854244 breaks partial (jdk-only) builds
5f7ed79e3c2 : 6864886: G1: rename -XX parameters related to update buffers
d43e798981f : 6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage 6815766: LinkedBlockingQueue's iterator can return null if drainTo(c) executes concurrently
df5da31f55e : 6785442: ConcurrentLinkedQueue.remove() and poll() can both remove the same element 6493942: ConcurrentLinkedQueue.remove sometimes very slow
40de9c5fcc1 : 6862295: JDWP threadid changes during debugging session (leading to ingored breakpoints)
d0493af09e3 : 6862919: Update copyright year
e0c1d516047 : 6862919: Update copyright year
e8052f207a1 : 6862919: Update copyright year
632469b81d4 : 6862919: Update copyright year
a63ef100047 : 6862919: Update copyright year
f3605fc37cf : 6862919: Update copyright year
10a6d2437a3 : 6862919: Update copyright year
66637352acd : 6734068: Some variable length attributes set their size incorrectly
2655dbfaac6 : 6855990: javap InstructionDetailWriter should support new 308 annotations attribute
c1073a5d61e : 6864297: Right-to-left oriented JScrollPane is aligned to the wrong direction while resizing the container
6dd47535cd1 : 6863155: Server compiler generates incorrect code (x86, long, bitshift, bitmask)
e364d187eaf : 6865482: test case BalancedParentheses.java is missing GPL header
2a737b4aa9b : 6865399: some javac files are missing Sun internal API comment
b84cd5a9cdb : 6854244: change source/target used to compile JDK to 7
50dfd0ebd98 : 6854244: change source/target used to compile JDK to 7
33e236c7660 : 6854244: change source/target used to compile JDK to 7
8ae07c63e4f : 6854244: change source/target used to compile JDK to 7
103e820d941 : 6854244: change source/target used to compile JDK to 7
a7e89dff0e2 : 6854244: change source/target used to compile JDK to 7
19093784f48 : 6864319: (fs) Eliminate static dependency on fdopendir (lnx)
86a40825c74 : 6863667: (ch) Several tests in java/nio/channels/* need to be updated after 6638712
22fac524b1b : 6863864: (fs) Path.createSymbolicLink doesn't set directory flag when creating sym link to directory (win)
3c30eafbb57 : 6864003: Modify JVM_FindClassFromBootLoader to return null if class not found
a51137d9425 : 6449574: Invalid ldap filter is accepted and processed
642a5040a09 : 6856929: Frame is not getting resized using Robot in OpenSolaris and Ubuntu
55dc8eb040a : 6381698: Warn of decommissioning of apt
2641db378bb : 6863420: os::javaTimeNanos() go backward on Solaris x86
9387db99482 : 6851386: assert(b->find_node(def) < j,"uses must follow definitions")
4d07a8cfb95 : 6639458: Improvements to Surrogate.java
7ac7d3079f6 : 6639443: Character.toCodePoint and Character.toSurrogates can be optimized
d911e41fe74 : 6864901: Bump the HS16 build number to 07
604fce4d260 : 6863746: javap should not scan ct.sym by default
c3a06b2ebe4 : Added tag jdk7-b66 for changeset dc62947a6e47
cfd046568f1 : Added tag jdk7-b66 for changeset 7441718ff264
fd6571fe2e5 : Added tag jdk7-b66 for changeset 0d64f3a8ed0b
7548a15ae9b : Added tag jdk7-b66 for changeset fe07d1599221
7084283bfa3 : Added tag jdk7-b66 for changeset f367b7c24c74
b0029d3ebcc : Added tag jdk7-b66 for changeset ec9f33978e19
608d9bf61e7 : Added tag jdk7-b66 for changeset 3e00e9de363a
86034e0e20d : 6861984: solaris version of libsaproc.so should support SA_ALTROOT directly
e9b3362acef : 5063507: (fmt) missing exception for "%#s" format specifier
8dd34cd52f9 : 6860599: nodes limit could be reached during Output phase
ae71131125c : 6863914: bug number missing from test
b1c83646db1 : 6863814: javap crashes when facing array class literals
653e2804122 : 6460525: javax/swing/JFileChooser/6396844/TwentyThousandTest.java times out
193cf2ead14 : 6863110: Newly connected/accepted SctpChannel should fire OP_READ if registered with a Selector
8440a8dba3b : 6848424: java/awt/Frame/FrameSize/TestFrameSize.java needs improvement
7e2e64f5e04 : 6857870: Regression tests are failing with ExceptionInInitializerError
759881b511e : 6863216: Clean up debugging debris inadvertently pushed with 6700789
2ea2c4b650a : 6823905: crash in sun.security.pkcs11.wrapper.PKCS11.C_Sign during stress-test
b0f75657c5b : 6826736: CMS: core dump with -XX:+UseCompressedOops
7cfb301baa8 : 6814140: deadlock due to synchronized demandLogger() code that locks ServerLogManager
1b3374bcceb : 6857358: Two testcases are failing in jdk7 b64 pit build with java.security.AccessControlException
0e783b75540 : 6862661: G1: _gc_alloc_region_counts is not updated properly after 6604422
6293f73bd86 : 6859935: REGRESSION: Settings are missing in JCP/Advanced tab on windows
945ec035633 : 6561126: keytool should use larger default keysize for keypairs
ee5188c4c3d : 6854308: more ktab options
20ee77e0d00 : 6847026: keytool should be able to generate certreq and cert without subject name
f1b3e33db72 : 6858589: more changes to Config on system properties
da10005c86f : 6802868: JInternalFrame is not maximized when maximized parent frame
6515225d49f : 6862576: vmIntrinsics needs cleanup in order to support JSR 292 intrinsics
62ca1df1dd9 : 6857159: local schedule failed with checkcast of Thread.currentThread()
31eb8dfb51a : 6787645: CRL validation code should permit some clock skew when checking validity of CRLs
6b849a12a03 : 6860920: serialize.cpp shouldn't use objArrayOopDesc::base_offset_in_bytes(T_BYTE)
4ba0a901892 : 6849331: Nimbus L&F: AbstractRegionPainter's paint context is not initialized
b838a003268 : 6857360: NimbusLAF: Menu indicator looks ugly with RTL orientation
d12079f670e : 6657695: AbstractSaslImpl.logger is a static mutable (findbugs)
97bb9bff6fe : 6657619: DnsContext.debug is public static mutable (findbugs)
e5047864cd1 : 6844297: java/awt/EventQueue/6638195/bug6638195.java test failed in jdk7 on Windows just on b59,passed on b57
44904765cac : 6387360: Usage of package-private class as a parameter of a method (javax.swing.text.ParagraphView)
fea09e9cd03 : 6840305: Discrepancy in system memory details (when 4G or greater) reported by JVM and Windows OS
1c4a7e95bb5 : 6861513: correct copyright attribution in test for 6837094 and 6860469
2e2f60507e8 : 6851282: JIT miscompilation results in null entry in array when using CompressedOops
c3efa899b62 : 6851742: (EA) allocation elimination doesn't work with UseG1GC
c524fb1e664 : Added tag jdk7-b65 for changeset dde9c43422cd
27e3d0608dd : Added tag jdk7-b65 for changeset 6d887683b2b4
9243a322655 : Added tag jdk7-b65 for changeset 83ac5deac923
9b9bfcc5ffa : Added tag jdk7-b65 for changeset 98a2177833c8
7edbc2373cf : Added tag jdk7-b65 for changeset 60611616dba4
a9c0cc51107 : Added tag jdk7-b65 for changeset 2ad3a445ce89
addbc1de711 : Added tag jdk7-b65 for changeset f5311292903a
da30267d99e : 6505027: terminateEditOnFocusLost making problems for table in JDesktopPane
b8fae2d33cf : 6463998: Undocumented NullPointerExeption from Float.parseFloat and Double.parseDouble
a24ea182cc2 : 6860469: remix_address_expressions sets incorrect control causing crash in split_if_with_block_post
8c000e858b4 : 6857789: (reflect) Create common superclass of reflective exceptions
26c66d00158 : 6859911: G1: assert(Heap_lock->owner() = NULL, "Should be owned on this thread's behalf")
ae2586d2c36 : 6860795: NullPointerException when compiling a negative java source
c854c85621a : 6612541: api/javax_swing/text/LabelView/index.html#getXXX[LabelView0004] fails since JDK 7 b20
dd76763423f : 6846972: cannot access member of raw type when erasure change overriding into overloading
075c1335cb6 : 6700789: G1: Enable use of compressed oops with G1 heaps
565f4998b5b : 6837446: Introduce Window.isOpaque() method
fa45d4b2e5b : 6832540: IllegalArgumentException in ClassLoader.definePackage when classes are loaded in parallel
5a409d142f9 : 6859338: amd64 native unverified entry point pushes values before implicit null check
d42a7a68182 : Added tag jdk7-b64 for changeset 186b38713174
5c530639420 : Added tag jdk7-b64 for changeset 2bd0e908f480
636adcfc264 : Added tag jdk7-b64 for changeset 9bd8eb50ad5a
18605d75a20 : Added tag jdk7-b64 for changeset 5b8a9427ecc5
068ac9fe232 : Added tag jdk7-b64 for changeset 4905b291b676
9c68af3ff5d : Added tag jdk7-b64 for changeset 444fd06c5063
1783cb93300 : Added tag jdk7-b64 for changeset 752e62a9e600
cbb1a71a104 : 6453837: PartialCompositeContext.allEmpty is buggy
1b9d35f50c3 : 6562614: Compiler warnings for gettimeofday in Inet4/Inet6AddressImpl.c
6480dd7357c : 6859411: Bump the HS16 build number to 06
5ba2fd7d33d : 6852744: PIT b61: PKI test suite fails because self signed certificates are beingrejected
40a7ea7c9c6 : 6628737: Specification of wrapper class valueOf static factories should require caching
00593576774 : 6847149: test/java/awt/Window/OwnedWindowsLeak/OwnedWindowsLeak.java fails
cd90c35e8f2 : 6847958: MouseWheel event is getting triggered for the disabled Textarea in jdk7 b60 pit build
4d337f68e85 : 6759726: TrayIcon constructor throws NPE instead of documented IAE
74d89957476 : 6855323: Robot(GraphicsDevice) constructor initializes LEGAL_BUTTON_MASK variable improperly
e4502f3b6fa : 6858484: If an invalid HMAC XML Signature is validated, all subsequent valid HMAC signatures are invalid
64697c3e7ac : 6855551: java -Xrunhprof crashes when running with classes compiled with targed=7
529e9065c20 : 6858127: Missing -DNDEBUG on Linux and Windows native code compiles
9148ed61cfd : 6857795: krb5.conf ignored if system properties on realm and kdc are provided
96a8d1a9f88 : 6857802: GSS getRemainingInitLifetime method returns milliseconds not seconds
21aa3652d44 : 6857803: Missing links to exceptions in javadoc for Class.getGeneric{Superclass, Interfaces}
1215bc6717e : 6855834: G1: minimize the output when -XX:+PrintHeapAtGC is set
b3f3644fea8 : 6853916: java.awt.Window.setBackground(null) throws NullPointerException
f3358ba3db7 : 6489447: Apply the more robust fix for 6449933 to dolphin and 6ux
57bbf9b1cb3 : 6857805: Fix openjdk builds to avoid building deploy repository
5a1032d9e6c : 6857661: 64-bit server VM: assert(is_Initialize(),"invalid node class")
92d332e08b7 : 6857707: Add missing test case for CR 6855164 from its bug description
cab876d8d1d : 6854795: Miscellaneous improvements to "jar"
d8a3c097065 : 6856856: NPE in HTTP protocol handler logging
8a5359c35b6 : 6723447: Introspector doesn't check return type for indexed property setters
839196d14e1 : 6857287: (file) Clarifications for symbolic link related javadoc
64bc185e550 : 6329581: RFE: LTP: java.beans.XMLEncoder does not manage ClassLoader
521bc9973e4 : 6606396: Notepad and Stylepad demos don't run in Japanese locale
5363b41a3e6 : 6853793: OutOfMemoryError in sun.security.provider.certpath.OCSPChecker.check
7a36ade1ec9 : 6855164: SIGSEGV during compilation of method involving loop over CharSequence
6e0fdb31a33 : Added tag jdk7-b63 for changeset 128e22c119ee
618ccf3eb4f : Added tag jdk7-b63 for changeset c8270bf40b76
b97d4ce1f4f : Added tag jdk7-b63 for changeset 7f19175c3da7
ed8fe0a826c : Added tag jdk7-b63 for changeset 602c27ff78bc
21c2f06caba : Added tag jdk7-b63 for changeset 06171649948f
fafbce61bc6 : Added tag jdk7-b63 for changeset 216abec68111
7aef72f7088 : Added tag jdk7-b63 for changeset f8a5fbede855
2914141733e : 6380849: RFE: Automatic discovery of PersistanceDelegates
bb726c6f280 : 6840775: Multiple JVM crashes seen with 1.6.0_10 through 1.6.0_14
da11e65fa42 : 6856025: assert(_base >= OopPtr && _base <= KlassPtr,"Not a Java pointer")
4d69072a889 : 6848799: Reg-test java/awt/print/PageFormat/PageFormatFromAttributes.java fails on Rhel_5
7db63ef95fd : 6852429: IME should call ImmIsUIMessage() or DefWindowProc() when it receives WM_IME_SETCONTEX
9fa3fbda4ba : 6856257: Bump the HS16 build number to 05
f7b598496d4 : 6843003: Windows Server 2008 R2 system recognition
fdd02806616 : 6855713: jdk7: debug build failure in awt_Frame.cpp
c9930b0e4fc : 6855671: DerOutputStream encodes negative integer incorrectly
4b33465b42d : 6707281: Adler32.update() JavaDoc is wrong 6553961: java.util.zip.{CRC32,Adler32}.update(int) doc errors 6646605: Missing method ZipFile.getComment() 6841232: ZipFile should implement Closeable 4985614: Failure on calls to ZipFile constructor 5032358: "java.util.zip.ZipException: The system cannot find the file specified" 6846616: java/util/zip/ZipFile/ReadAfterClose.java failed after fix for 6735255
b6347a63bfb : 6855993: fix comments in langtools launcher script
f2d770bf734 : 6855715: Font2Dtest demo needs to be updated to support Unicode 5.1.0
92af1e97cfa : 6855069: rmic should support v51 class files
28d4ad46aa6 : 6850957: Honor -XX:OnOutOfMemoryError when array size exceeds VM limit
08f5aeffc1d : 6857194: Add hotspot perf counters to aid class loading performance measurement
84c0ca5fa8a : 6855953: JDK7 - merger error of deployment changes with b62 -in jdk/make/sun/Makefile
eec17fe7759 : 6855115: G1: Fix for 6850869 is incorrect
f9268d3c208 : 6827999: 6827999: URLClassLoader.addURL(URL) adds URLs to closed class loader
60b4f589fbf : 6855335: Several changes in the SCTP implementation
a505db1f7db : 6513803: httpserver regression test Test13 failing and causing NullPointerException
9b6fcc28d2f : 6844054: (bf) Eliminate dependency on javax.management.ObjectName
212565afd76 : 6838333: New I/O: Update file system API to jsr203/nio2-b101 6844313: New I/O: File timestamps should be represented by a FileTime rather than a long+TimeUnit
48800dcb6c0 : 6855563: test broken after merge with latest parser
4f6bc0cc73b : 6855180: Fix classfile version check in java_crw_demo
d6b7dc08129 : 6854796: update JSR308 impl with latest code from type-annotations repo
e03ee9130a7 : 6855544: add missing files
5a1465b9de3 : 6843077: JSR 308: Annotations on types
272d82ec235 : 6843077: JSR 308: Annotations on types
986d5709816 : 6851908: interpreter null check profiling broken causing extra compilation invalidation
3bdd70fe187 : 6818666: G1: Type lost in g1 pre-barrier
2b12b62ad4f : 6593082: MirroredTypeException constructor does not throw NPE when type is null
f17d1e509ed : 6849805: Nimbus L&F: NimbusLookAndFeel.getDerivedColor() not always returns color2 for 1.0 midPoint
bf215dbb7e1 : 6854027: Precompiled headers are not being updated in Linux/GCC builds
adb1c7571e2 : 6848458: java/awt/GridLayout/LayoutExtraGaps/LayoutExtraGaps.java fails
33dbe6a01d8 : 6855297: Windows build breaks after 6811297
a9ad90fa87e : 5057225: Remove useless I2L conversions
99370fd8712 : 6742850: Antialiasing for GTK L&F should be turned on by default if there is no embedded bitmap
d41845e0abd : 6679840: provide a way to choose v-synced BufferStrategy
0ed9b1c52f7 : 6557223: Resize cursor stays after fast outline-resize of JInternalFrame with JScrollPane
c61b48b28b5 : 6711676: Numpad keys trigger more than one KeyEvent
433856b24dd : 6827032: NIMBUS: Drag and drop throws a NPE in SwingSet2 ColorChooser
9feab8fb3ae : 6852607: MessageUtils JVM crash
a37f5785ad9 : Added tag jdk7-b62 for changeset aca415f62ac6
16157d1e61e : Added tag jdk7-b62 for changeset 301dcd5c88d0
6b2bc4b69ee : Added tag jdk7-b62 for changeset 90c518858444
fd510076920 : Added tag jdk7-b62 for changeset fe183c0b19a9
5cd0d5d07cf : Added tag jdk7-b62 for changeset c9577b36ceac
c8519d5bfac : Added tag jdk7-b62 for changeset 71847d16bc71
e798379e7ff : Added tag jdk7-b62 for changeset 5d65d3a7be83
1ece67558e3 : 6811297: Add more logging to HTTP protocol handler
3fcee8351e8 : 6848364: javax/swing/border/Test4856008.java regression test fails due to BorderedComponent package not found
bbd33e6ddc1 : 6792400: Avoid loading of Normalizer resources for simple uses
3876899a845 : 6609750: [Fmt-De] SimpleDateFormat.format() doesn't handle pattern "y" correctly
f73952ec124 : 6853792: test/java/text/Bidi/Bug6850113.java compilation error
8f6070ce0eb : 6841800: Incorrect boundary values behavior for option -XX:MaxLabelRootDepth=0-6 leads to jvm crash
b8b39b3d37d : 6633813: Add standard hotspot import path for Kernel VM
3a643c42b00 : 6850869: G1: RSet "scrubbing" scrubs too much
eaf8bfc5f37 : 6737700: api/javax_swing/table/DefaultTableCellRenderer/index.html#getset:DefaultTableCellRenderer
c48e8ec7a63 : 6852574: EnumPersistenceDelegate fails to persist instances with blocks
b4cc117e8ce : 6852649: The Rich formatter printer should be an explicit class to facilitate overriding
1fc0b5c3675 : 6852595: Accessing scope using JSR199 API on erroneous tree causes Illegal Argument Exception
6847ebb65ff : 6822637: ResolveError hierarchy needs to be refactored
2c5f52b5112 : 6837094: False positive for "meet not symmetric" failure
b751a27e27c : 6851646: test/closed/java/awt/GridBagLayout/GridBagLayoutIpadXYTest/GridBagLayoutIpadXYTest.java can fail
4fc4bb20aea : 6821291: assertion failure in awt_Frame.h
0cadb2e0233 : 6736247: Component.printAll Invalid local JNI handle
2e78b95300d : 6824169: Need to remove some AWT class dependencies
25986e7185e : 6844273: jdk/make/docs/CORE_PKGS.gmk does not list Nimbus
beedf39dcee : 6844273: jdk/make/docs/CORE_PKGS.gmk does not list Nimbus
cab60341e32 : 6853806: Prefer (cd $dir && jar) to jar -C for performance reasons
7c01613569d : 6834805: Improve jar -C performance
3c65bb63436 : 6847092: (cs) CharsetEncoder.isLegalReplacement of US_ASCII behaves differently since
614cc9b007b : 6851653: (launcher) Make every java process 20 bytes smaller
886c516b5b3 : 6853617: race condition in java.awt.Font.getAttributes() (private method)
95f53ce57bb : 6845701: Xerces2 Java XML library infinite loop with malformed XML input
babd1164a44 : 6853596: Update Build README-build.html with new info regarding update for Solaris 10u2 and BOOTDIR update
cb5399d3804 : 6850398: Allow GraphicsEnvironment to be loaded by system classloader (edit)
d92c74443f7 : 6830335: Java JAR Pack200 Decompression Integer Overflow Vulnerability
68d0756ea67 : 6824440: XML Signature HMAC issue
6b90310fed5 : 6656610: AccessibleResourceBundle.getContents exposes mutable static (findbugs)
3006b1fcd0e : 6849277: Nimbus L&F: lots of painter classes were added to JDK7 as public
356454363f4 : 6853336: (process) disable or remove clone-exec feature (6850720)
c0146a5bd0d : 6850606: Regression from JDK 1.6.0_12
721a90bda57 : 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding 4891024: EUC-KR and JOHAB converters need to be updated to include two new characters 4287467: Character converter generator tool
5cd182518e0 : 6721086: Toolkit beep does not work consistently
2d11eb64db3 : 6853152: JDK 7 cannot build w/o ALT_HOTSPOT_KERNEL_PATH set. - still broken
b62ac9c58c8 : 6852856: javap changes to facilitate subclassing javap for variants
2eaba453453 : 6852646: JDK 7 cannot build w/o ALT_HOTSPOT_KERNEL_PATH set
2b51b9ab1a0 : 6853676: OperatingSystemMXBean.TotalPhysicalMemorySize has incorrect value
ddd9274a101 : 7033824: TEST_BUG: java/nio/file/Files/CopyAndMove.java fails intermittently
0c39548e005 : 7195063: [TEST] jtreg flags com/sun/corba/cachedSocket/7056731.sh with Error failure
9f5d367ff9c : 7151010: Add compiler support for repeating annotations
fac11519c45 : 7195099: update problem list with RMI test failures
8081077ff5f : 6995421: Eliminate the static dependency to sun.security.ec.ECKeyFactory
f6d90bb3473 : 7193683: DriverManager Iterator Warning cleanup
be8df60f79a : 7193710: ByteArrayOutputStream Javadoc contains unclosed <code> element
a04e185cd11 : 7184815: [macosx] Need to read Kerberos config in files
712e4baa4b8 : 6852108: Remove Preferences dependance from SocksSocketImpl
1d5c5893404 : 6851973: ignore incoming channel binding if acceptor does not set one
1d0779a3a4b : Added tag jdk7-b61 for changeset d3f240c8b48f
38d90218be2 : Added tag jdk7-b61 for changeset 11089342ea90
ce0ae876c88 : Added tag jdk7-b61 for changeset e1179c38abf6
62d03b7b683 : Added tag jdk7-b61 for changeset 539a96985f3b
b1455878eeb : Added tag jdk7-b61 for changeset c97f5ba46ed8
56bdb06bb12 : Added tag jdk7-b61 for changeset 5f63016850d8
d12a988e50c : Added tag jdk7-b61 for changeset 73a162bf9360
5e6adf6d994 : 6833839: RFE: improve ManifestDigester by instantiating StringBuilder constructor w/ initial value
0681d1454c1 : 6660049: Synth Region.uiToRegionMap/lowerCaseNameMap are mutable statics
48ed6852bf3 : 4788402: SortingFocusTraversalPolicy: prob with non-focusable focus Cycle Root as first
f5d1fbc0b4a : 6712755: jarsigner fails to sign itextasian.jar since 1.5.0_b14, it works with 1.5.0_13
fdff41f7110 : 6851515: awt_p.h incorporates a chunk of the XRender header
e4d607185f2 : 6851515: awt_p.h incorporates a chunk of the XRender header
bc2c9e927f7 : 6851829: solaris build fails with 5.8 compilers
7b2694f5b37 : 6849275: enhance krb5 reg tests
71306719d39 : 6850783: InvalidityDateExtension returns reference to internal mutable state
3b51e6ae0d2 : 6638712: Inference with wildcard types causes selection of inapplicable method
fda3d758e31 : 6835428: regression: return-type inference rejects valid code
5f7f3d4e389 : 6835430: javac does not generate signature attributes for classes extending parameterized inner classes
518efd59c16 : 6845686: basic and raw formatters do not display captured var id properly when javac runs in -XDoldDiags mode
d7d8999b2b0 : 6847584: closed/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html fails
0574960761f : 6684104: Applets fails to launch using ImageIO if .java.policy with File permissions present on the system
5ecb6c24be6 : 6829549: JVM crash on certain images
5bf951e2a63 : 6511515: poor performance of LogRecord.inferCaller depending on java.lang.Throwable.getStackTraceElement
a5e977cf14a : 6850720: (process) Use clone(CLONE_VM), not fork, on Linux to avoid swap exhaustion
3445a114814 : 6850113: Bidi class needs to be updated to support Unicode 5.1
f741e2fceb2 : 6850846: G1: extend G1 marking verification
e487e255849 : 6797688: Umbrella: Merge all JDK 6u4 - 6u12 deployment code into JDK7 6845973: Update JDK7 with deployment changes in 6u13, 6u14 4802695: Support 64-bit Java Plug-in and Java webstart on Windows/Linux on AMD64 6825019: DownloadManager should not be loaded and referenced for full JRE 6738770: REGRESSION:JSException throws when use LiveConnect javascript facility 6772884: plugin2 : java.lang.OutOfMemoryError or crash 6707535: Crossing domain hole affecting multiple sites/domains using plug-in 6728071: Non-verification of Update files may allow unintended updates 6704154: Code loaded from local filesystem should not get access to localhost 6727081: Web Start security restrictions bypass using special extension jnlp 6727079: Java Web Start Socket() restriction bypass 6727071: Cache location/user name information disclosure in SingleInstanceImpl 6716217: AppletClassLoader adds permissions based on codebase regardless of CS 6694892: Java Webstart inclusion via system properties override [CVE-2008-2086]
6704074: : localhost socket access due to cache location exposed 6703909: Java webstart arbitrary file creation using nativelib 6665315: browser crashes when deployment.properties has more slashes ( / ) 6660121: Encoding values in JNLP files can cause buffer overflow 6606110: URLConnection.setProxiedHost for resources that are loaded via proxy 6581221: SSV(VISTA): Redirection FAILS to work if user does a downgrade install 6609756: Buffer Overflow in Java ActiveX component 6608712: Bypassing the same origin policy in Java with crafted names 6534630: "gnumake clobber" doesn't 6849953: JDK7 - replacement of bufferoverflowU.lib on amd64 breaks build 6849029: Need some JDK7 merge clean-up after comments on the webrev 6847582: Build problem on JDK7 with isSecureProperty in merge 6827935: JDK 7 deployment merging - problem in Compiler-msvm.gmk 6823215: latest merge fixes from 6u12 -> JDK7 6816153: further mergers for JDK7 deployment integration 6807074: Fix Java Kernel and JQS in initial JDK7 builds
2f977c16d93 : 6570344: Invalid RSA OID in sun.security.x509.AlgorithmId
79522a97095 : 6850551: Bump the HS16 build number to 04
24f3527be23 : 6849716: BitMap - performance regression introduced with G1
ac945bbf62b : 6797688: Umbrella: Merge all JDK 6u4 - 6u12 deployment code into JDK7 6845973: Update JDK7 with deployment changes in 6u13, 6u14 4802695: Support 64-bit Java Plug-in and Java webstart on Windows/Linux on AMD64 6825019: DownloadManager should not be loaded and referenced for full JRE 6738770: REGRESSION:JSException throws when use LiveConnect javascript facility 6772884: plugin2 : java.lang.OutOfMemoryError or crash 6707535: Crossing domain hole affecting multiple sites/domains using plug-in 6728071: Non-verification of Update files may allow unintended updates 6704154: Code loaded from local filesystem should not get access to localhost 6727081: Web Start security restrictions bypass using special extension jnlp 6727079: Java Web Start Socket() restriction bypass 6727071: Cache location/user name information disclosure in SingleInstanceImpl 6716217: AppletClassLoader adds permissions based on codebase regardless of CS 6694892: Java Webstart inclusion via system properties override [CVE-2008-2086]
6704074: : localhost socket access due to cache location exposed 6703909: Java webstart arbitrary file creation using nativelib 6665315: browser crashes when deployment.properties has more slashes ( / ) 6660121: Encoding values in JNLP files can cause buffer overflow 6606110: URLConnection.setProxiedHost for resources that are loaded via proxy 6581221: SSV(VISTA): Redirection FAILS to work if user does a downgrade install 6609756: Buffer Overflow in Java ActiveX component 6608712: Bypassing the same origin policy in Java with crafted names 6534630: "gnumake clobber" doesn't 6849953: JDK7 - replacement of bufferoverflowU.lib on amd64 breaks build 6849029: Need some JDK7 merge clean-up after comments on the webrev 6847582: Build problem on JDK7 with isSecureProperty in merge 6827935: JDK 7 deployment merging - problem in Compiler-msvm.gmk 6823215: latest merge fixes from 6u12 -> JDK7 6816153: further mergers for JDK7 deployment integration 6807074: Fix Java Kernel and JQS in initial JDK7 builds
2189d1b41af : 6797688: Umbrella: Merge all JDK 6u4 - 6u12 deployment code into JDK7 6845973: Update JDK7 with deployment changes in 6u13, 6u14 4802695: Support 64-bit Java Plug-in and Java webstart on Windows/Linux on AMD64 6825019: DownloadManager should not be loaded and referenced for full JRE 6738770: REGRESSION:JSException throws when use LiveConnect javascript facility 6772884: plugin2 : java.lang.OutOfMemoryError or crash 6707535: Crossing domain hole affecting multiple sites/domains using plug-in 6728071: Non-verification of Update files may allow unintended updates 6704154: Code loaded from local filesystem should not get access to localhost 6727081: Web Start security restrictions bypass using special extension jnlp 6727079: Java Web Start Socket() restriction bypass 6727071: Cache location/user name information disclosure in SingleInstanceImpl 6716217: AppletClassLoader adds permissions based on codebase regardless of CS 6694892: Java Webstart inclusion via system properties override [CVE-2008-2086]
6704074: : localhost socket access due to cache location exposed 6703909: Java webstart arbitrary file creation using nativelib 6665315: browser crashes when deployment.properties has more slashes ( / ) 6660121: Encoding values in JNLP files can cause buffer overflow 6606110: URLConnection.setProxiedHost for resources that are loaded via proxy 6581221: SSV(VISTA): Redirection FAILS to work if user does a downgrade install 6609756: Buffer Overflow in Java ActiveX component 6608712: Bypassing the same origin policy in Java with crafted names 6534630: "gnumake clobber" doesn't 6849953: JDK7 - replacement of bufferoverflowU.lib on amd64 breaks build 6849029: Need some JDK7 merge clean-up after comments on the webrev 6847582: Build problem on JDK7 with isSecureProperty in merge 6827935: JDK 7 deployment merging - problem in Compiler-msvm.gmk 6823215: latest merge fixes from 6u12 -> JDK7 6816153: further mergers for JDK7 deployment integration 6807074: Fix Java Kernel and JQS in initial JDK7 builds
13dc5bb0c00 : Added tag jdk7-b60 for changeset 47bb5c4cb85e
861912d7775 : Added tag jdk7-b60 for changeset 21261fc963f2
76d4b7bdd40 : Added tag jdk7-b60 for changeset 76ee911ec65f
8a94398eb59 : Added tag jdk7-b60 for changeset 23aa5ac01f3b
283db215efb : Added tag jdk7-b60 for changeset 4df6b30560c1
9599b16f634 : Added tag jdk7-b60 for changeset 6737e8a2ab2b
fbcb9909e0b : Added tag jdk7-b60 for changeset fc15870ef45c
d78db1b0c76 : 5101862: WBMP Image reader tries to load Quicktime MOV files
83632f1cab0 : 6296893: BMP Writer handles TopDown property incorrectly for some of the compression types
0f4f530213d : 6849574: VM crash using NonBlockingHashMap (high_scale_lib)
46c07190420 : 6845161: Bottleneck in Configuration.getConfiguration synchronized call
7b9d6a79ac6 : 6837472: com/sun/jdi/MonitorFrameInfo.java fails with AggressiveOpts in 6u14
8a52d1a9d5a : 6578647: Undefined requesting URL in java.net.Authenticator.getPasswordAuthentication()
307bb62ca55 : 6849122: G1: Typo introduced during implementation of the parallel refinement
10002fa2ff4 : 6814552: par compact - some compilers fail to optimize bitmap code
70fe3ca4f59 : 6843694: G1: assert(index < _vs.committed_size(),"bad index"), g1BlockOffsetTable.inline.hpp:55
9d9317de4c7 : 6820167: GCALotAtAllSafepoints + FullGCALot(ScavengeALot) options crash JVM
96111747988 : 6848641: CMSCollector::_roots_scanning_options should be initialized
0429abd38a1 : 6848466: frame::frame_size() assertion failure with -XX:+DebugDeoptimization
7019b37e8c0 : 6829180: Removing focused component from a window causes a JVM crash for JDK7b50+ on WinXP/Vista
eb1cb99d4e6 : 6832386: Fix JTreg test: java/awt/Graphics/DrawImageBG/SystemBgColorTest.java
105735aeb63 : 6847459: Allow trust anchor self-issued intermediate version 1 and version 2 certificate
169c83bf8db : 6847305: solaris reorder mapfiles generate too many warnings
1770d3d03ef : 6839645: Swing application prints message in Control Panel if language is changed
01649412e30 : 6808625: Incomplete code sample in Deflater javadoc
e25b3b48340 : 6838199: remove support for old javap
542d43cc107 : 6838199: remove support for old javap
9641cb498ca : 6807602: Increase MAX_BUFFER_LEN and MAX_HEAP_BUFFER_LEN on 64-bit Solaris and Linux
6fb18b568c6 : 6802102: unignore @ignored tests where possible
f981546f2d4 : 6837146: Should perform unswitch before maximally unroll in loop transformation
f46daf03eb9 : 6845805: Test for CR 6713352 is failed under Linux
05ea258bbbb : 6843761: Update langtools tests to remove unncessary -source and -target options
c2ff547e1f3 : 6838211: jdk docs creation broken for tracing docs
802f3552f97 : 6843752: missing code for an anti-dependent Phi in GCM
06370a8f01c : 6845286: Add regression test for name constraints
26e0c238dda : 6535104: TEST_BUG: FindDeadlocks.java fails intermittently
dd2d72ea50e : 6512493: TEST_BUG: unexpected LockInfo failure in LockedSynchronizers.java
354731edb58 : 5080203: TEST_BUG: ThreadStateTest fails intermittently
bb698a2b6f8 : 6798842: TEST_BUG: ThreadStackTrace.java fails intermittently with unexpected thread status
e2f7248afb4 : 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
74bfe722ce7 : 6726695: HttpURLConnection shoul support 'Expect: 100-contimue' headers for PUT
93614a3c7d8 : 6720721: CRL check with circular depency support needed
5f228867b63 : 6822460: support self-issued certificate
9823ad0eae3 : 6844887: NPE in TextCallbackHandler
97c0be00456 : 6349566: java.net.CookieManager doesn't set default domain
fb9bba27b91 : 6844750: Solaris build failed after 6799099
2af45eb5715 : 6806261: BigDecimal.longValueExact() method throws NullPointerException
9f9d70b2705 : 6622432: RFE: Performance improvements to java.math.BigDecimal
8e2b3cf3063 : 4893408: JPEGReader throws IllegalArgException when setting the destination to BYTE_GRAY
627e2d9b8dd : 6843580: JavaThread.getStackBase throws sun.jvm.hotspot.WrongTypeException invoked by jstack
072ba357bf2 : 6799099: All automatic regression tests that create Robot fail on X11
f625a6d5450 : 6843578: Re-implement IBM doublebyte charsets 6639450: IBM949C encoder modifies state of IBM949 encoder 6569191: Cp943 io converter returns U+0000 and U+FFFD for unconvertable character 6577466: Character encoder IBM970 throws a BufferOverflowException 5065777: CharsetEncoder canEncode() methods often incorrectly return false
dfe2bac1c26 : 6839133: lcms 1.18 update breaks ICC_ProfileRGB Tests
fdb3ca87082 : 6772683: Thread.isInterrupted() fails to return true on multiprocessor PC
f3d01961f85 : 6829659: Circle is rendered in C shape
62ccd90ee54 : 6841728: Make building the Nimbus L 'n' F optional (100054)
b02a9e2e05f : 6833019: KeyboardFocusManager.getCurrentKeyboardFocusManager() throws unspecified HeadlessException
a74aa282437 : 6722234: javac diagnostics need better integration with the type-system
55c50f50d02 : 6794764: Translucent windows are completely repainted on every paint event, on Windows 6719382: Printing of AWT components on windows is not working 6726866: Repainting artifacts when resizing or dragging JInternalFrames in non-opaque toplevel 6683775: Painting artifacts is seen when panel is made setOpaque(false) for a translucent window
db4ff5c63b4 : 6843648: tools/javac/versions/check.sh is broken
9c931b21381 : 6827026: Change javac source and target default to 7
6178f3c3737 : 6827026: Change javac source and target default to 7
1a23b46f1e4 : 6827026: Change javac source and target default to 7
3cba2870f9c : 6827026: Change javac source and target default to 7
5c4f8ce7ae6 : 6827026: Change javac source and target default to 7
6fbe9f979e6 : 6827026: Change javac source and target default to 7
6ee565c7b86 : 6839599: JVM crash while profiling Tomcat and Liferay
0263c2809b3 : 6832353: Krb5LoginModule: use the KRB5CCNAME when searching for Kerberos ticket cache
04e56f7701e : 6682516: SPNEGO_HTTP_AUTH/WWW_KRB and SPNEGO_HTTP_AUTH/WWW_SPNEGO failed on all non-windows platforms
2005a31e5df : 6832016: {DigestMD5Base,Des3DkCrypto}.setParityBit should use Integer.bitCount
253ff785903 : 6733313: corba build warnings: /bin/sh: gcc: not found
b9887724645 : 6843041: Remove duplicate README files in repositories (make/README)
ef6f1e857d9 : 6843041: Remove duplicate README files in repositories (make/README)
efa22ed94aa : 6843041: Remove duplicate README files in repositories (make/README)
d5ce0cdbb4e : 6843041: Remove duplicate README files in repositories (make/README)
637888e40dc : 6843041: Remove duplicate README files in repositories (make/README)
c27639c4d2e : 6728376: Wrong error handling in Java_java_util_zip_Deflater_deflateBytes leads to size 0 if compress fails 6735255: ZipFile.close() does not close ZipFileInputStreams, contrary to the API document
15baf98a0ab : 6843079: Putback for the new EUC_TW is not complete
a1958b22efa : 6831794: charset EUC_TW is 12.6% of the total size of charsets.jar 6229811: Several codepoints in EUC_TW failed in roundtrip conversion
131c3e10eed : 6832154: refactor Paths to be just a utility class for JavacFileManager
9de58af34f9 : 6843013: missing files in fix for 6824493
72b623769ad : 6824493: experimental support for additional info for instructions
f05e74203e2 : 6841419: classfile: add constant pool iterator
58eddef3f42 : 6841420: classfile: add new methods to ConstantClassInfo
c1b42c6d847 : 6841422: classfile: add Type visitor
c403935e343 : 6839999: Cumulative fix for 6762511 and 6838003
b7eda61fb64 : 6819065: G1: eliminate high serial card table clearing time
013285996b5 : 6833444: _BOOTDIR1/_BOOTDIR2 on MS Windows should be consistent with other platforms
7648a0d70bb : 6812298: Dynamic GraphicsConfig changes don't work on X11 platforms
41def7835db : 6811219: Deadlock java AWT in XWarningWindow
4f6c7e4a145 : 6841831: G1: assert(contains_reference(from),"We just added it!") fires
f4e0a8215f6 : 6842023: Improve test reliability, Increase timeout factor on jtreg tests, etc
db67339fc16 : 6834525: PIT: RowToleranceTransitivityTest test fail with crash on rhel4 x86 and rhel 5x86
b324b462d09 : 6841873: Fix windows redist default location for msvc runtime dlls
210c9c8b6f4 : 6713352: Deadlock in JFileChooser with synchronized custom FileSystemView
fb42efb4c9d : 6678385: Random java.lang.StackOverflowError from various JDKs
ec0e5a2b69f : 6827581: Contextkey does not work in Nimbus
ed2d2684f60 : Added tag jdk7-b59 for changeset 43abe9a4635d
6a308df3901 : Added tag jdk7-b59 for changeset b17924394fab
a4e92d5f8ee : Added tag jdk7-b59 for changeset d2427dc1e789
7290b272ce5 : Added tag jdk7-b59 for changeset bb13aa7f099b
9ca52ee60ee : Added tag jdk7-b59 for changeset ba9ddcebd212
ef820dcedba : Added tag jdk7-b59 for changeset a6cb451eede5
e498e1e6fda : Added tag jdk7-b59 for changeset 2ca12c11db49
8514d49a219 : 6741426: ClassCastException from ComboBoxEditableState (Nimbus LaF) in JDK 1.6.0_10 RC
272f5e12f9e : 6777448: JDK13Services.getProviders creates instances with full privileges [hawtin, alexp]
00b701fedae : 6738524: JDK13Services allows read access to system properties from untrusted code
28848d3300b : 6657625: RmfFileReader/StandardMidiFileWriter.types are public mutable statics (findbugs)
8a262ce04b4 : 6814842: Load shortening optimizations
702a13b7852 : 6840196: NUMA allocator: crash in fastdebug during startup on Linux
708863fcf9d : 6839839: access checking logic is wrong at three points in MethodHandles
ce7e28f3e6e : 6801071: Remote sites can compromise user privacy and possibly hijack web sessions
136168a10c2 : 6834474: (tz) Support tzdata2009g
9d698bded0c : 6839802: java.dyn needs to be on the CORE_PKGS list
e101bdf5dfe : 6836054: java/util/Arrays/CopyMethods.java fails on solaris-sparc with IllegalArgumentException
6202395cb27 : 6832293: JIT compiler got wrong result in type checking with -server
8c764e214c3 : 6484957: G1: parallel concurrent refinement 6826318: G1: remove traversal-based refinement code
9135d7552c8 : Added tag jdk7-b58 for changeset 81bd48bfe2e6
dc73a833657 : Added tag jdk7-b58 for changeset d01743017349
5a15b20036d : Added tag jdk7-b58 for changeset 2c677d453222
b0205055793 : Added tag jdk7-b58 for changeset 2d7afc04121f
c724f6fbe76 : Added tag jdk7-b58 for changeset 4b001cb378e2
f9618e7435e : Added tag jdk7-b58 for changeset f50e6e2c1b3b
40b682817a1 : Added tag jdk7-b58 for changeset 9f9b8a0e6229
dacaa6b65d9 : 6838842: NUMA allocator: Segfault during startup on Linux
4ac53f25668 : 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
a3ead33c8d9 : 6839126: Type error found by newer windows compiler
34ee921399f : 6788527: Server vm intermittently fails with assertion "live value must not be garbage" with fastdebug bits
813ad65e9a7 : 6823373: [ZDI-CAN-460] Java Web Start JPEG header parsing needs more scruity
8fdb1d367a6 : 6657133: Mutable statics in imageio plugins (findbugs)
10f62128a45 : 6656625: ImageReaderSpi.STANDARD_INPUT_TYPE/ImageWriterSpi.STANDARD_OUTPUT_TYPE are mutable static (findbugs)
67fd924e0e1 : 6838819: Bump the HS16 build number to 03
663faa821c0 : 6835803: Type error in src/windows/native/sun/windows/awt_Window.cpp
8cc962d4a30 : 6837982: SCTP API docs not being generated
ec41d4d0e93 : 6736293: OpenType checks can be bypassed through finalizer resurrection
21e4bf10525 : 6838154: make/linux/makefiles/sa.make needs hash-style fix
c71395c821d : 6806822: Font.getFontName() is slow in Java5 and 6
96139033e67 : 6837011: SIGSEGV in PhaseIdealLoop in 32bit jvm
d5f349c8ca7 : 6837665: Deal with windows ant problem where commas in -D options do not work
994ff424657 : 6837665: Deal with windows ant problem where commas in -D options do not work
59fa6868bbd : 6837665: Deal with windows ant problem where commas in -D options do not work
a9fe649f3d4 : 6838046: Rollback 6762511 due to build failure (6838003)
e53f13b49f2 : 6837906: compiler tests of 6636138 fail with IllegalAccessException
f6e8569c858 : 6656586: Cursor.predefined is protected static mutable (findbugs)
825bafa0ead : 6837004: java.awt.GraphicsDevice.setFullScreenWindow throws NPE for windows with background color not set
6a270f9f196 : 6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
fb6164cec85 : 6829144: JSR 292 JVM features need a provisional Java API
92afe130d14 : 6833576: G1: assert illegal index, growableArray.hpp:186
716c78f080c : 6833879: Assigning positive zero is ignored when old value is negative zero
dfb6852a162 : 6818787: It is possible to reposition the security icon too far from the border of the window on X11
2453a64fc49 : 6805231: Security Warning Icon is missing in Windows 2000 Prof from Jdk build 6u12
2c819571f15 : 6762511: Translucency is not working on Linux using Metacity
b23fe07b430 : 6801497: Proxy is assumed to be immutable but is non-final
d663bac9312 : 6837293: Reapply fix for 6588003 to JDK7
df05badc497 : 6837224: libsaproc.so on linux needs version of 6799141
1f70f716211 : 6658158: Mutable statics in SAAJ (findbugs) 6658163: txw2.DatatypeWriter.BUILDIN is a mutable static (findbugs)
0bbebf3a62a : 6588002: XSLTProcessorApplet still allows reading from forbidden URLs
5ba10ad9adb : 6829189: Java programming with JSR 292 needs language support
2b96ebbe499 : 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
221af5e5e11 : 6837214: Update JDK7 man pages
1e41f46948d : 6829234: Refix 6822407 and 6812971
e4f45d0a0b0 : 6834246: (ch) AsynchronousSocketChannel#write completes with wrong number of bytes written under load (win)
2c08c535e01 : 6836489: Incorrect @link usage in java.util.zip API doc
3c70cff23a9 : 6835796: Fedora 9 linux_i586-fastdebug-c2-runThese_Xcomp times out
55750920b44 : 6490395: G1: Tidy up command line flags
bb0d22f3856 : Added tag jdk7-b57 for changeset dd13095c13cb
56074531b7a : Added tag jdk7-b57 for changeset 93833fce07e3
798d1746b9a : Added tag jdk7-b57 for changeset 583fd6b10e17
a5b6b6ecdc1 : Added tag jdk7-b57 for changeset f3be0d512b5d
b2a4da69f05 : Added tag jdk7-b57 for changeset 86c4409e49f6
e4251b62c96 : Added tag jdk7-b57 for changeset b4665c6a75e5
b87234f8cda : Added tag jdk7-b57 for changeset e5d0323a2da4
232190dc7bb : 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
e2a126f80d4 : 6834202: Bump the HS16 build number to 02
2c4602adb3a : 6834177: Running jsynprog on Solaris Nevada can cause JVM crash
de6e2fb6e26 : 6777487: Encoder allows reading private variables with certain names
99c5ea5368b : 6660539: Introspector shares cache of mutable BeanInfo between AppContexts
2756e993160 : 6835241: Annotate some tests with @ignore that have shown to be unpredictable
68a46651584 : 6835113: Nimbus Makefile issue
101e0eb8710 : 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
70b0bc68ce1 : 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
de24cb0a4d7 : 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
9be05f339de : 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
a06bb2ee0a9 : 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
86adbce1ec5 : 6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
db68fa7326f : 6819098: G1: reduce RSet scanning times
a1533dafced : 6834142: method->print_codes(): Error: ShouldNotReachHere()
f7b87611c69 : 6829503: addShutdownHook fails if called after shutdown has commenced
8b8c52ada8e : 6591875: Nimbus Swing Look and Feel
c738ebdc678 : 6591875: Nimbus Swing Look and Feel
60e1a19b44a : 6833573: C2 sparc: assert(c < 64 && (c & 1) == 0,"bad double float register")
003ca0f8487 : 6833951: Extra ":" Causes Testcase in CR 6589834 "Parse Exception: Invalid tag: summary:"
97e6e7e2773 : Added tag jdk7-b56 for changeset 845ccf65d4a7
2906215abb5 : Added tag jdk7-b56 for changeset 825f6628794a
103983356d5 : Added tag jdk7-b56 for changeset 28972659503d
bff91cc1a4e : Added tag jdk7-b56 for changeset 252c72d1f659
57d7af3e237 : Added tag jdk7-b56 for changeset 5bef15d9d54a
6719f783634 : Added tag jdk7-b56 for changeset d717c0dc996d
cefc566e6ea : Added tag jdk7-b56 for changeset eafb72a35bee
04fdef79fad : 6589834: deoptimization problem with -XX:+DeoptimizeALot
c2578847e2b : 6829013: G1: set the default value of G1VerifyConcMarkPrintRechable to false
b5ace034c33 : 6832557: TEST_BUG: java/lang/Class/getEnclosingConstructor/EnclosingConstructorTests.java fails to compile
e84d20271d6 : 6833316: jprt.properties not setting values for 6u14 release flag
273a47426e9 : 6709742: find_base_for_derived's use of Ideal NULL is unsafe causing crashes during register allocation
34c1d724217 : 6655646: dynamic languages need dynamically linked call sites
2e43a0450f2 : 6830069: UseLargePages is broken on Win64
57d945fd3dd : 6822110: Add AddressLiteral class on SPARC
a14c9509986 : 6829678: StrokeShapeTest: createStrokedShape() behaves differently
9331eed2d68 : 6831313: update jaxws in OpenJDK7 to 2.1 plus bug fixes from OpenJDK 6 6672868: Package javax.xml.ws.wsaddressing not included in make/docs/CORE_PKGS.gmk
176a41f92e6 : 6802853: API: shaped & translucent windows
1633b4781d9 : 6738894: Merge jaxp fixes from 6 update train into OpenJDK 6 and 7 6573268: Four JCK-devtools-6a tests report OOM: Java Heap space since JDK7 b14
c0b32f4e3c8 : 6278014: java.util.logging.LogRecord.getThreadID() should provide real thread id
4910f50ea29 : 6716076: test UTIL_REGRESSION/test/java/util/logging/LoggingDeadlock2.java failed with exit code 1
8d5b9cfad87 : 6830220: Logging issues due to regression from bug fix 6797480
71315ac3a32 : 6831313: update jaxws in OpenJDK7 to 2.1 plus bug fixes from OpenJDK 6 6672868: Package javax.xml.ws.wsaddressing not included in make/docs/CORE_PKGS.gmk
f662d4d7266 : 6821495: test/java/awt/print/PrinterJob/PrtException.java fails
2af71865f91 : 6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
a1ed403a44a : 6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
25d08c3b85f : 6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
fbea8d87f48 : 6825362: Avoid calling peer.setZOrder on Window instances
76fedc71adf : 6770457: Using ToolTips causes inactive app window to exhibit active window behavior
75d9b0f9860 : 6633354: AppletPanel loads Swing classes
d4a0d0c66da : 6831461: (sample) Copy -r fails with IllegalArgumentexception: 'maxDepth' is negative
cab29c9b7a8 : 6830721: (fc) test/java/nio/channels/AsynchronousFileChannel/Basic.java intermittent failure
e13875dd4ea : 6372405: Server thread hangs when fragments don't complete because of connection abort 5104239: Java: thread deadlock 6191561: JCK15: api/org_omg/PortableInterceptor/ClientRequestInfo/index.html#RIMethods sometime hang 6486322: org.omg.CORBA.ORB.init() thread safety issue 6420980: Security issue with the com.sun.corba.se.impl.orbutil.ORBUtility class 6465377: NullPointerException for RMI ORB in 1.5.0_08 6553303: Corba application fails w/ org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No 6438259: Wrong repository ID generated by IDLJ
425fb8197e5 : 6831604: missing null check in guarantee
66152627379 : 6831323: Use v8plus as minimum required hardware for current Hotspot sources
2b6dba6c958 : 6829575: 100028: Debug information is incomplete or missing
0d75be20c19 : 6829575: 100028: Debug information is incomplete or missing
27b2fa447a6 : 6829575: 100028: Debug information is incomplete or missing
90d648356bb : 6829575: 100028: Debug information is incomplete or missing
ef21b09a71f : 6829575: 100028: Debug information is incomplete or missing
3dadf6bce7c : 6829575: 100028: Debug information is incomplete or missing
4b321c2bfcb : 6829858: JInternalFrame is not redrawing heavyweight children properly
c0f20f9d47f : 6821948: Consider removing the constraints for bounds of untrusted top-level windows
b426a72177f : 6823446: Gervill SoftLowFrequencyOscillator fails when freq is set to 0 cent or 8.1758 Hz
2f6783dce50 : 6823445: Gervill SoftChannel/ResetAllControllers jtreg test fails after portamento fix from last merge
e06ad08fd43 : 6826104: Getting a NullPointer exception when clicked on Application & Toolkit Modal dialog
b136abc3440 : 6821030: Merge OpenJDK Gervill with upstream sources, Q1CY2009
9a0763bf6bf : 6806019: 38 JCK api/javax_sound/midi/ tests fails starting from jdk7 b46
d15fceaa776 : 4895403: SPEC: documentation of javax.sound.sampled.spi.MixerProvider should be detailed
8d4e786794c : 4672194: FloatControl should provide consistent policy for the floats
a758339886e : 5050147: RFE: Add More Useful Constructors to MidiMessage Subclasses
fd76ca6d808 : 6829923: Test javax/swing/system/6799345/TestShutdown.java fails on X11 platforms
617835c8502 : 6741757: minor ctw improvements
c435a0905df : 4244499: ZipEntry() does not convert filenames from Unicode to platform 4532049: IllegalArgumentException in ZipInputStream while reading unicode file 5030283: Incorrect implementation of UTF-8 in zip package 4700978: ZipFile can't treat Japanese name in a zipfile properly 4980042: Cannot use Surrogates in zip file metadata like filenames 4820807: java.util.zip.ZipInputStream cannot extract files with Chinese chars in name
88ac170f53c : 6828024: verification of fixed interval usage is too weak
c45cade441a : Added tag jdk7-b55 for changeset ff2e2ca5634e
6451f9b113e : Added tag jdk7-b55 for changeset 357e7d58ea2f
d53e0f773f6 : Added tag jdk7-b55 for changeset 720827f5391b
8ad78372211 : Added tag jdk7-b55 for changeset 0734512b1faf
faaab0292b9 : Added tag jdk7-b55 for changeset c7888e8ac47a
09334a554e8 : Added tag jdk7-b55 for changeset 45f0ffd05a04
593402d1ad9 : Added tag jdk7-b55 for changeset 0b27fe141322
970eb79fc45 : 6449385: JCK test dup2_x200106m1 fails with Segmentation Fault on x86
26ae13fe804 : 4927640: Implementation of the sctp protocol
cdcc52dcab9 : 6830815: jprt.config not setting proper compiler version for use in 6u14
3119cce77df : 6830658: Changeset ec64fd74aa69 breaks the fastdebug build in NativeCreds.c
1097f945259 : 6684007: PrintAssembly plugin not available for linux or windows
dce704d5785 : 6827989: Use Unsafe.copyMemory for array->Unsafe copy operations in RenderBuffer
26dc2b8949b : 6543863: (fc) FileLock.release can deadlock with FileChannel.close 6429910: (fc) FileChannel.lock() IOException: Bad file number, not AsynchronousCloseException 6814948: (fc) test/java/nio/channels/AsynchronousFileChannel/Lock.java failed intermittently 6822643: (fc) AsynchronousFileChannel.close does not invalidate FileLocks
9e2590b7bf3 : 6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
15dd62fcba3 : 6818072: Load Ductus using Class.forName if exist instead of using the service loader
9c7b1e8b5b9 : 6825342: Security warning may change Z-order of top-level
bca01e08266 : 6829098: Regression test java/security/Security/ClassLoaderDeadlock/Deadlock2.java error - missing ";"
8ac601577f9 : 6590857: Drag & Drop arbitrary file copy
29e370d9110 : 6829326: Getting java.lang.NullPointerException: null pData while opening a File,Print,Page Dialog in Win
e8f11acb077 : 6827153: Miscellaneous typos in javadoc
08466ce0cae : 6829021: tests for 6636138 use UseSuperword instead of UseSuperWord
23d8c5ddc11 : 6587676: Krb5LoginModule failure if useTicketCache=true on Vista
7a543510bd7 : 6404304: RFE: Unicode 5.1 support
029e1d422b5 : Added tag jdk7-b54 for changeset 892e6a06285e
ab095606fe9 : Added tag jdk7-b54 for changeset 0e9e14e7f54a
9f18b194b08 : Added tag jdk7-b54 for changeset 629fcf301ed8
1f7564a7d62 : Added tag jdk7-b54 for changeset 31bec7a68275
baa83308c5e : Added tag jdk7-b54 for changeset c77d20908054
929ed1911c1 : Added tag jdk7-b54 for changeset 8f61b973b389
1fb3cbf4e91 : Added tag jdk7-b54 for changeset 9590951ad57b
2827ff39e5f : 6714845: Quotes in Kerberos configuration file are included in the values
1f75d1c6dd8 : 6828076: Fork HS15 to HS16 - renumber Major and build numbers of JVM
ce0c084720b : 6655638: dynamic languages need method handles
0470f91e7fa : 6827921: ByteToCharBig5.java should use nio data tables instead of its own copy
7e58d1b4974 : 6827871: Cleanup leftover code in CharToByteJohab.java
318da3f68c3 : 6827505: sizing logic for vtable and itable stubs needs self-check
67bb035b94a : 4811968: ASN.1 (X509Certificate) implementations don't handle large OID components
ca3a3504bee : 6711117: Assertion in 64bit server vm (flat != TypePtr::BOTTOM,"cannot alias-analyze an untyped ptr")
014e5cdefbe : 6826960: C2 Sparc: assert(bb->_nodes(_bb_end)->is_Proj(),"skipping projections after expected call")
406119889a5 : 6740974: api/javax_swing/PopupFactory/index.html#Ctor[PopupFactory2002] fails with NPE
193bce6e2e7 : 6663040: Using com.sun.awt.AWTUtilities do not give warning while compilation
a2a7ded4d4c : 6440846: (cl) Deadlock between AppClassLoader and ExtClassLoader
c10f593c2c6 : 4735126: (cl) ClassLoader.loadClass locks all instances in chain when delegating
62fa852746a : 6699669: Hotspot server leaves synchronized block with monitor in bad state
72afcb0285a : 6539464: Math.log() produces inconsistent results between successive runs
2c63f90f199 : 6635110: GTK problem when testing Sun Studio IDE on snv_77 with jdk1.6 using Gnome window manager
560560dc558 : 4890703: Support SDP (sol)
5f10e8e82e6 : 6826261: class file dumping from SA is broken
9676f044cbe : 6823609: (se) Selector.select hangs on Windows under load
090346b4e8d : 6823453: DeoptimizeALot causes fastdebug server jvm to fail with assert(false,"unscheduable graph")
b01525e89b4 : 6825352: support self-issued certificate in keytool
067a3d9ad63 : 6825815: Bump HS15 build number to 05 and update copyright date of HOTSPOT_VM_COPYRIGHT
6103649b6b2 : Added tag jdk7-b53 for changeset e053a98a8120
9d4aff2eaf2 : Added tag jdk7-b53 for changeset 05e04a29c589
223f8354add : Added tag jdk7-b53 for changeset b52ef22dd797
b1371af3b75 : Added tag jdk7-b53 for changeset d14d2d3caaf1
f907f0a9d24 : Added tag jdk7-b53 for changeset 94c3ff1a20d0
a91d2cfe7af : Added tag jdk7-b53 for changeset 66f056cc8fd4
21e44848b0b : Added tag jdk7-b53 for changeset 149237542285
21aa30606a2 : 4681995: Add support for large (> 4GB) zip/jar files
208dfa22cd0 : 6825765: Further adjustments to regression tests run by jprt
78e97626561 : 6824477: (se) Selector.select fails with IOException: "Invalid argument" if maximum file descriptors is low
1f5324fed41 : 6825642: nsk sajdi tests fail with NullPointerException
8b6fca5d9fd : 6753173: No need to read all the TrueType 'post' table to get underline info
f83fd900a95 : 6824141: test/java/rmi/activation/rmidViaInheritedChannel tests fail
15bf5db9c7e : 6666739: (ref) ReferenceQueue.poll() doesn't scale well 6711667: (ref) Update SoftReference timestamp only if clock advances
d2cd2518151 : 6824135: (ch) test/java/nio/channels/AsyncCloseAndInterrupt.java fails (lnx)
8ed0a99cb64 : 6825175: Remove or disable sanity check on binary plugs
4be7c3c6728 : 6819213: revive sun.boot.library.path
4d34a77121f : 6823454: Oop-typed loadP yields invalid pointer (0x1) on SPECjbb2005 at OSRed method entry
1e18bf2d6e5 : 6824583: regtest TimeUnit/Basic.java fails intermittently on Windows - again
0a24bf67c20 : 6818312: com.sun.awt.SecurityWarning.getSize() always reports (0, 0) on X11
c81e6c29c17 : 6824595: OpenJDK fix breaks product build for jdk7
1870624c082 : 6819110: Lazily load Sun digest provider for jar verification
c9ce349372f : 6824012: Add jdk regression tests to default jprt jobs
53b5f6ae6b5 : 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
a4fccad415c : 6745361: Add -XX options to prevent stdout/stderr pollution using fastdebug/debug bootjdk
183aabe3b52 : 6604458: linux_x64-fastdebug-c2 fails on hyperbolic trig tests
0a7ba6e27e3 : 6819847: build is broken for OpenJDK with plugs
b857081608c : 6824463: deopt blob is testing wrong register on 64-bit x86
c0d62ad9e6b : 6761600: Use sse 4.2 in intrinsics
851190bb2e8 : 6813059: replace use of JavaCompiler.errorCount with shouldContinue
681d2163323 : 6817950: refactor ClassReader to improve attribute handling
f38ce535369 : 6819601: Fix AWT JTReg tests which fail to compile
705188bb7b4 : 6821700: tune VM flags for peak performance
dcd22838961 : 6819246: improve support for decoding instructions in classfile library
0c7428a7201 : 6823589: Remake sizes.64-solaris-i386 with newly added fields 6782746: Keyboard hotkeys don't work in locales where non latin characters are used 6299348: Zero keycode returned in keyPressed and keyReleased for some keys in non-english layout - Win32 6316369: Provide a method to convert a character to VK_* Java keycode, if possible 6446568: KeyEvent lacks 3 virtual keys of Danish keyboards 6559449: Support for converting from char to KeyEvent VK_ keycode 6182651: Need to identify any key pressed/released with a unique code
137a6794460 : 6819891: ParNew: Fix work queue overflow code to deal correctly with +UseCompressedOops
350ce4d28be : 6823377: Bump HS15 build number to 04
99aa7292a36 : 6822333: _call_stub_compiled_return address handling in SA is broken causing jstack to hang occasionally
0f23916d8bb : Added tag jdk7-b52 for changeset a9071341dbea
ace77b0dc3f : Added tag jdk7-b52 for changeset ea5331b4a192
d8cd1fc4329 : Added tag jdk7-b52 for changeset 56b454d324bb
93a90129b2a : Added tag jdk7-b52 for changeset 37c56ec4ec7d
422ea850e0a : Added tag jdk7-b52 for changeset 0d989c04422c
a83e0c09252 : Added tag jdk7-b52 for changeset 8608524e334e
9bac626c1a0 : Added tag jdk7-b52 for changeset 90eb5f83241a
6d21b1e4cd8 : 6822407: heapOopSize lookup is incorrect in Serviceability Agent
de8096cf482 : 6772303: (se) IOException: Invalid argument" thrown on a call to Selector.select(value) with -d64
f59df4d4896 : 6693490: (se) select throws "File exists" IOException under load (lnx)
51ef95c3964 : 6680988: KeyEvent is still missing VK values for many keyboards
595ff704c09 : 6812297: update project creation for Visual Studio 2005-2008
739414c1770 : 6802846: jarsigner needs enhanced cert validation(options)
ec207ef6828 : 6822903: Reliability and documentation improvements for ReentrantReadWriteLock
2ce9a96c012 : 6822374: Windows: detect X64 when PROCESSOR_IDENTIFIER contains EM64T or Intel64 6822913: Consolidate make/jprt.config files, let JPRT manage this file make it optional in repos
69c8b43f099 : 6822913: Consolidate make/jprt.config files, let JPRT manage this file make it optional in repos
7bb1e5eae12 : 6822913: Consolidate make/jprt.config files, let JPRT manage this file make it optional in repos
ab419e86a93 : 6822913: Consolidate make/jprt.config files, let JPRT manage this file make it optional in repos
9d17772469e : 6822374: Windows: detect X64 when PROCESSOR_IDENTIFIER contains EM64T or Intel64 6822913: Consolidate make/jprt.config files, let JPRT manage this file make it optional in repos
eba9038e412 : 6822913: Consolidate make/jprt.config files, let JPRT manage this file make it optional in repos
68cf08d2c36 : 6810845: Performance regression in mpegaudio on x64
134debb0ba7 : 6822204: volatile fences should prefer lock:addl to actual mfence instructions
b63d6d68d93 : 6801020: Concurrent Semaphore release may cause some require thread not signaled
74e0691df55 : 6822263: G1: JVMTI heap iteration fails
a1fd30eb7a1 : 6693253: Security Warning appearance requires enhancements 6779717: A Window does not show applet security warning icon on X platforms 6785058: Parent dn't get the focus after dialog is closed if security warning is applied
93751b6e8c3 : 6798062: Memory Leak on using getFiles of FileSystemView
cf2ae8d98d2 : 6543938: G1: remove the concept of popularity
5d6fffa036e : 6819122: DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects
cec3a034d18 : 6541756: Reduce executable C-heap
101468324db : 6603316: Improve instrumentation for classes loaded at startup
be5021d224f : 6714678: IDE (Netbeans, Eclipse, JDeveloper) Debugger hangs process on Linux
584c02dfa8c : 6400189: raw types and inference
d0892edd695 : 6816548: Uninitialized register when performing casting + auto(un)boxing
83216051219 : 6182950: methods clash algorithm should not depend on return type
01a36018d30 : 6800572: Removing elements from views of NavigableMap implementations does not always work correctly
5231fcdc400 : 6810653: Change String cache class used by Hotspot from String to StringValue
a5396e1107c : 6820510: assertion failure with unloaded class in subnode.cpp
1a0a9da5700 : 6809233: Modal dialog blocks calling thread after it is hidden and disposed
fface2e4ca7 : 6636138: UseSuperWord enabled failure
b2f54efed2d : 6821504: typo in lcmsio.c
312ee333acd : 6821031: Upgrade OpenJDK's LittleCMS version to 1.18
6af949fe241 : 6621689: (dc spec) DatagramChannel.receive when channel is not bound is not specified
4654daefa2d : 6819689: File.lastModified can return bogus value for remote file accessed as it is being deleted [win]
a2b46bd3207 : 6807702: Integer.valueOf cache should be configurable
7d94fdb0663 : 6819886: System.getProperty("os.name") reports Vista on Windows 7
7c23bf37369 : 6695776: corba jscheme jar files in repository could be built from source
283deccd890 : 6695776: corba jscheme jar files in repository could be built from source
1cafadfd3e8 : 6805522: Server VM fails with assertion (block1->start() != block2->start(),"successors have unique bcis")
4db0a48b104 : 6745225: Memory leak while drawing Attributed String
3f0b988cfc8 : 6636323: Optimize handling of builtin charsets 6636319: Encoders should implement isLegalReplacement(byte[] repl)
cd71edadc5d : 6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
1a1db06a37d : 4783068: Components with HTML text should gray out the text when disabled
4ce28ac8a05 : 6653395: Default LAF is set to CrossPlatformLookAndFeel not SystemLookAndFeel
b1d6f69a580 : 6820606: keytool can generate serialno more randomly
542f88fae5d : 6516404: regression: Choice vertical scrollbar is not seen when the item in the choice is increased more than
d5e5e5a3d15 : 6820321: G1: Error: guarantee(check_nums(total, n, parts), "all seq lengths should match")
cfb08c72ba7 : 6814659: separable cleanups and subroutines for 6655638
c8da21faa95 : 6805748: Assertion "don't reset to 0 -- could be mistaken for never-executed" in CompilationPolicy
df65a88edb3 : 6817475: named-capturing group name started with digit causes PSE exception
34d8fbb5e26 : 6820360: Fix for definition list tags nesting adds an extra list tag for package summary page
7f2828e070a : 6733501: Apply IcedTea little cms patches
fba41825898 : 6819853: VM does not detect JDK which supports parallel class loaders
dc5ad18362f : 6774258: api/java_awt/Component/index.html#PaintUpdate fails randomly
fd5bc720053 : 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
f714e2735c4 : Added tag jdk7-b51 for changeset 95e3c21b2919
a78838a0194 : Added tag jdk7-b51 for changeset 7f8562969499
62b683190f6 : Added tag jdk7-b51 for changeset a727a0158548
b7423717999 : Added tag jdk7-b51 for changeset c00902c9cfbf
7f88fc46978 : Added tag jdk7-b51 for changeset c5c3e5f4accc
ad903b11ed3 : Added tag jdk7-b51 for changeset 222ac40efb53
6e7e0b172ca : Added tag jdk7-b51 for changeset 82d167c95656
827d4255604 : 6819272: keytool -importcert should read the whole input
e85a4d85368 : 6817246: Redundant call to set InetAddressCachePolicy to FOREVER if not set during initialization
25de21d6203 : 4766230: Hotspot vtable inconsistencies cause core dumps. 6579515. 6582242
5e669551737 : 6772368: REGRESSION:tomcat crashed twice with JDK 7
0b7966e54a6 : 6818565: Regression with fix 6816311: COMPILER_VERSION -> REQUIRED_COMPILER_VERSION
a787d51eea2 : 6814587: Legal notice repair needed in jdk/src/share/classes/java/nio 6814590: Legal notice repair needed in jdk/test/java/awt/Frame/FrameSize/TestFrameSize.java 6814591: Legal notice repair needed in jdk/test/javax/script/Test3.java
61485906a30 : 6814592: Legal notice repair needed in langtools/test/tools/javap/T4884240.java
30beae5a8c7 : 6738668: JFileChooser cannot be created under SecurityManager
6a44e920f6b : 6383095: CRL revoked certificate failures masked by OCSP failures
736e8a2d4b1 : 6815683: G1: SEGV during marking
f210928e731 : 6816308: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003
8e6208656a3 : 6812600: The miter line join decoration isn't rendered properly
20f06ceb093 : 6816311: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003
217739210df : 6816154: G1: introduce flags to enable/disable RSet updating and scanning
82619cc8da8 : 6817419: G1: Enable extensive verification for humongous regions
ecdb99412dc : 6604422: G1: re-use half-promoted regions 6728271: G1: Cleanup G1CollectedHeap::get_gc_alloc_regions()
9dff23337ba : 6812971: SA: re-attaching to process fails
b8dbe8d8f65 : 6813212: factor duplicated assembly code for general subclass check (for 6655638)
a45005f6467 : 6808322: ParNew, CMS, G1: ParGCAllocBuffer overflow
de67e529498 : 6378821: bitCount() should use POPC on SPARC processors and AMD+10h
e6ea9147f9d : 6815767: Bad parameter when calling another method in the class SynthTabbedPaneUI
cc57a283fb9 : 6805897: Gap present between the choice and its drop down list in Jdk 7 build for a non resizable frame
95ef28ff0d9 : 6798714: OCSPResponse class has to check the validity of signing certificate for OCSP response
d6f2afc28f0 : 6550221: jaas, jgss and smartcardio javadoc files do not contain Copyrights
78ae650f8f8 : 6815182: GSSAPI/SPNEGO does not work with server using MIT Kerberos library
8debef1a64e : 6816970: Bump HS15 build number to 03
1e875ce5627 : 6816433: Test G1 and ParOld in JPRT
5f9073cac04 : 6727719: Performance of TextLayout.getBounds()
69f9ddee905 : 6791178: Specialize for zero as the compressed oop vm heap base
2f06b83dfcf : 6813240: Remove dead code in sun.misc.FormattedFloatingDecimal class
0a64902056d : 6810254: Lazily instantiate the shared secret access objects
e4661801352 : 6661448: Make the SNMP agent optional when OPENJDK=true and IMPORT_BINARY_PLUGS=false
93c4a7033c7 : 6491795: COM should be initialized for Shell API calls in ShellFolder2.cpp
ad9390102dc : 6816311: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003
83f34e55074 : 6790292: BOOTDIR of jdk6 u12 will not work with jdk7 builds
66cecec2306 : 6812587: Use auxv to determine SPARC hardware features on Solaris
97942f9872e : 6815946: regression: failed to build MToolkit
006e84fc77a : 6737315: LDAP serialized data vulnerability
56f4a68e6b3 : 6806217: implement synthetic focus model for MS Windows
a0ec52da332 : 6630639: lightweight HttpServer leaks file descriptors on no-data connections
13c13c72891 : 6760309: G1: update remembered sets during Full GCs
576a962dcb6 : 6721651: Security problem with out-of-the-box management
f9e73b6fb38 : 6536193: Fix the flaw in UTF8XmlOutput
fbcaea5fc15 : 6610896: JMX Monitor handles thread groups incorrectly
b047886b2f7 : 6610888: Potential use of cleared of incorrect acc in JMX Monitor
2f5bb727a1e : 6691246: Thread context class loader can be set using JMX remote ClientNotifForwarded
605e712ecd9 : 6656633: getNotificationInfo methods static mutable
56fcf6c0524 : 6814575: Update copyright year
f038343dc28 : 6814575: Update copyright year
380fa9ec0fe : 6814575: Update copyright year
27f75e71c5d : 6814575: Update copyright year
2be2e027b0b : 6814575: Update copyright year
78f81626786 : 6814575: Update copyright year
45d1edf5dcc : 6814575: Update copyright year
d541bcf9430 : 6787130: java.policy file contains stale link to http://java.sun.com/notes
89cea91c48a : 6797305: Add LoadUB and LoadUI opcode class
e4e765e34e6 : 6814467: G1: small fixes related to concurrent marking verboseness
8893530f3a0 : 6812428: G1: Error: assert(ret || obj_in_cs(obj),"sanity")
e7d899910b6 : 6810698: G1: two small bugs in the sparse remembered sets
26d192003fd : 6812831: factor duplicated assembly code for megamorphic invokeinterface (for 6655638)
416d70bf918 : 6720309: G1: don't synchronously update RSet during evacuation pauses 6720334: G1: don't update RSets of collection set regions during an evacuation pause
6c11535cddb : 6804997: JWS GIF Decoding Heap Corruption [V-r687oxuocp]
c9de141417c : 6735296: Regression: Common print dialog does not show the correct page orientation
4ae52d7dc1e : Added tag jdk7-b50 for changeset 7faffd237305
4e539172f69 : Added tag jdk7-b50 for changeset 6075b2a504ac
421eed2e071 : Added tag jdk7-b50 for changeset 4dd69fd1b1f9
cc6fbb6a7fc : Added tag jdk7-b50 for changeset 9c9bf2f9d3f3
4e52be63fe6 : Added tag jdk7-b50 for changeset 90cbd9088155
d05dcd3c10c : Added tag jdk7-b50 for changeset 4f3bb7d32ea0
aef18fc5a79 : Added tag jdk7-b50 for changeset c7a5f07b79b2
a46fd793cc6 : 6799605: Basic/Raw formatters should use type/symbol printer instead of toString()
938af6ca9fc : 6807255: LineNumberTable wrong if enhanced-for-loops are used
5ff31e060f7 : 6804733: javac generates spourious diagnostics for ill-formed type-variable bounds
7b461338a04 : 6467183: javac fails to raise unchecked warning on cast of parameterized generic subclass
d033b16582b : 6804998: JRE GIF Decoding Heap Corruption [V-y6g5jlm8e1]
5f12c03c564 : 6813402: keytool cannot -printcert entries without extensions
07321dec653 : 6812678: macro assembler needs delayed binding of a few constants (for 6655638)
a2b97ae3ece : 6812879: Excess code line in ArrayList method
e63a1bf4605 : 6784816: Remove AWT tree lock from Container methods: getComponent, getComponents, getComponentCount
bfa69d72f5b : 6737323: Typo in javadoc for SocketPermission
9caca0a0896 : 6775145: ClassLoaderUtil.releaseLoader calls System.out.println ("classLoader = " + classLoader)
8a7cd86a288 : 6809227: poor performance on Panel.Add() method in jdk6
793a7d81874 : 6705872: SecureRandom number init is taking too long on a java.io.tmpdir with a large number of files
ddd8b068abd : 6812738: SSL stress test with GF leads to 32 bit max process size in less than 5 minutes with PCKS11 provider
37885fe5f8d : 6799230: Lazily load java.lang.annotation.Annotation class
3e2ae682527 : 6812721: Block's frequency should not be NaN
de4c8e0eb58 : 2163516: Font.createFont can be persuaded to leak temporary files
bc706440bdc : 6810474: par compact - crash in summary_phase with very full heap
ce3f3161daf : 6824570: ParNew: Fix memory leak introduced in 6819891
7a593ea8955 : 6811674: Container.setComponentZOrder throws NPE
72bfacbd95e : 6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC
8aebf283018 : 6567360: 3/4 SIGBUS in jvmti RawMonitor magic check for unaligned bad monitor pointer
da3f81559f5 : 6805864: 4/3 Problem with jvmti->redefineClasses: some methods don't get redefined
56fe18e3756 : 6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness
74a99e1e82c : 6700114: 3/4 Assertion (_thread->get_interp_only_mode() == 1,"leaving interp only when mode not one")
ff67e1ba9ab : 6549506: Specification of Permission.toString() method contradicts with JDK implementation
48d4a43c2ad : 6811384: MacroAssembler::serialize_memory may touch next page on amd64
03b68e99898 : 6811578: genSolarisConstants.c should not require kernel patch to compile on Solaris 10
50208648879 : 6786690: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - DL tag and nesting issue
5f4195e4624 : 6809504: Remove enctype="text/xml" from the offline registration page
3650c6531d5 : 6799689: Make sun.misc.FloatingDecimal.hexFloatPattern static field initialized lazily
05d1de77274 : 6810672: Comment typos
67a5668b168 : 6811267: Fix for 6809798 broke linux build
d6cdfde9d9a : 6778669: Patch from Red Hat -- fixes compilation errors
fb317642d01 : 6810915: Sun proprietary warnings in JDK build
8ecfee604a4 : 6810915: Sun proprietary warnings in JDK build
c50a9c66cc4 : 6809563: corba build in JDK uses invalid bootclasspath for javah
114da9bcfc6 : 6810855: KILL vs. TEMP ordering restrictions are too strong
4e657281da4 : 6801467: Defer get the launcher resource bundle until it's needed
9b31d58b981 : 6809798: SafePointScalarObject node placed into incorrect block during GCM
4fd14806a47 : 6791612: OGLBat tests are failed in jdk 7 b42
d9ebfd3dddd : Added tag jdk7-b49 for changeset 12d66066c9b7
3e1462dee5f : Added tag jdk7-b49 for changeset 8e06c3b9ec6e
9f76e08bcfc : Added tag jdk7-b49 for changeset 9e4d64791991
67ae0dd34b3 : Added tag jdk7-b49 for changeset d9cfdc5370b1
6f9ccbbe7f2 : Added tag jdk7-b49 for changeset 2fb28c2f14c0
800cf36c963 : Added tag jdk7-b49 for changeset a00ac25cb702
8781033c39e : Added tag jdk7-b49 for changeset 073e31b93bb0
95a3c4a81f7 : 6794831: Infinite loop while painting ticks on Slider with maximum=MAX_INT
f7098831dde : 6807963: need tool to make sense of LogCompilaton output
a82243d8874 : 6805427: adlc compiler may generate incorrect machnode emission code
b051a23591c : 6806226: Signed integer overflow in growable array code causes JVM crash
178049faf3b : 6498938: Faulty comparison of TypeMirror objects in getElementsAnnotatedWith implementation
0b44eecef27 : 6501749: 6501749 Filer should state connection between created files and root elements
34f01f340ef : 6750383: 2D_PrintingTiger\PrintDocOrientationTest fails, wrong orientated images are printed
ca6e1aecc35 : 6803402: Race condition in AbstractQueuedSynchronizer
f883e6fde85 : 6804746: G1: guarantee(variance() > -1.0,"variance should be >= 0") (due to evacuation failure)
53cf69e562a : 6809463: Missing license header in test LargeZipFile.java
07338e17b5b : 6804221: Three tests for JTabbedPane produce VM crash on rhel3
ee5c2301ecd : 6599383: Unable to open zip files more than 2GB in size
16fbd2d7e51 : 6809132: (file) Javadoc style and consistency issues
6d59271ca99 : 6808647: (file) Paths.get("C:").newDirectoryStream() iterates over Path elements with additional slash [win] 6808648: (file) Files.walkFileTree should obtain file attributes during iteration [win]
952857e6820 : 6350801: Add support for named (instead of numbered) capture groups in regular expression 6676425: Opensource unit/regression tests for java.util.regex
b07ac51bf3f : 6791572: assert("duplicating node that's already been matched")
0723dab28bd : 6808589: Merge vm_version_x86_{32,64}.{cpp,hpp}
5efe4b020a9 : 6806649: synchronization bottleneck when constructing Thread subclasses
d1f800c5779 : 5067458: Loopback SSLSocketImpl createSocket is throwing an exception
3a37d195f3b : 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
500caf95bd3 : 6803376: BasicConstraintsExtension does not encode when (ca==false && pathLen<0)
90816588379 : 6804045: DerValue does not accept empty OCTET STRING
967dd884ac1 : 6789935: cross-realm capath search error
7465090acf9 : 6535697: keytool can be more flexible on format of PEM-encoded X.509 certificates
f73daa0e581 : 6460529: Provide mixin interfaces for getQualifiedName and getTypeParameters
f9a987bf43a : 6804747: Ensure consistent graphicsConfig member across components hierarchy
22f94de7e6a : 6804996: JWS PNG Decoding Integer Overflow [V-flrhat2ln8]
f202d9a6e1e : 6697270: Inputstream dosent behave correct
15891a2f7ff : 4918870: Examine session cache implementation (sun.misc.Cache)
dc3008a5136 : 6802499: EA: assert(false,"unknown node on this path")
55676cacc2f : Added tag jdk7-b48 for changeset 299092b5d884
2f8cdfaaa7a : Added tag jdk7-b48 for changeset 7b8efe5390c4
4a72da6f6a0 : Added tag jdk7-b48 for changeset a9f9b366f4d3
d389c635bc2 : Added tag jdk7-b48 for changeset a2189fee3a39
f5594e9e8dc : Added tag jdk7-b48 for changeset 1da7c5c8156d
3b924cd4f6d : Added tag jdk7-b48 for changeset 3c81794d974b
9ca5bdcd523 : Added tag jdk7-b48 for changeset a5f5cb034a05
a1117d31b6e : 6806224: PIT : Getting java.lang.NullPointerException while opening Filedialog
6aec7d2ea91 : 6806046: Hotspot build error when compiled from Visual Studio
473e5b6e544 : 6807345: Bump HS15 build number to 02
dcbd65a1c35 : 6792554: Java JAR Pack200 header checks are insufficent
73e8e582ba6 : 6807084: AutoBox elimination is broken with compressed oops
11a5dc38c76 : 6802694: Javadoc doclet does not display deprecated information with -nocomment option for serialized form
f1847266b7f : 6786346: intermittent Internal Error (src/share/vm/memory/cardTableModRefBS.cpp:226)
c59552fc2d5 : 6723941: Crash in sun.awt.windows.WToolkit.eventLoop()
e05fd5d6f5d : 6792023: Print suspends on Windows 2000 Pro since 6u12 b01
0d79cc75299 : 6769607: PIT : Modal frame hangs for a while for few seconds in 6u12 b01 pit build
f72a09355f8 : 6805950: Typos in andL_rReg_imm instructions in x86_64.ad
022fb387d9b : 6806035: Fix for 6804680 is incomplete
7dbcbc13d71 : 6800805: java.net.NetworkInterface.getNetworkInterfaces() does not list IPv6 network interfaces correctly
dd25f397095 : 6805724: ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant
030a13d8fee : 6781363: New I/O: Update socket-channel API to jsr203/nio2-b99 4313887: New I/O: Improved filesystem interface 4607272: New I/O: Support asynchronous I/O
a2ed00b6502 : 6800154: Add comments to long_by_long_mulhi() for better understandability
198f2427b42 : 6769027: Source line should be displayed immediately after the first diagnostic line
824fac8c751 : Added tag jdk7-b47 for changeset c445221445df
c8d87a676ab : Added tag jdk7-b47 for changeset 37d45cffbdfc
f2e5249ea97 : Added tag jdk7-b47 for changeset caeb9cc18005
312e8b696cc : Added tag jdk7-b47 for changeset 2feefc62f981
0982a576153 : Added tag jdk7-b47 for changeset e3f44a955240
1157bba8372 : Added tag jdk7-b47 for changeset 2b9d207712eb
268b47be93b : Added tag jdk7-b47 for changeset e57d3cfab04a
ce1993bf8e8 : 6724890: Deadlock between AWT-EventQueue-1 and AWT-XAWT threads during IDE start
3ca96fa4452 : 6804680: Solaris AMD64 build fails after the fix for 6633275/7
b8af3d50192 : 6799345: JFC demos threw exception in the Java Console when applets are closed
e67e7cb5a7e : 6633275: Need to support shaped/translucent windows
68c4bef9747 : 6799040: Portability issues in src/solaris/native/java/net/Inet4AddressImpl.c
a7da5440ddd : 6700941: G1: allocation spec missing for some G1 classes
9aab9d4aeb4 : 6755621: Include SA binaries into Windows JDK
0badccf962c : 6800586: -XX:+PrintGCDateStamps is using mt-unsafe localtime function
4be1a50ed36 : 6802413: G1: G1FixedSurvivorSpaceSize should be converted into regions in calculate_survivors_policy()
3b5d6a04dd6 : 6690928: Use spinning in combination with yields for workstealing termination
2f2589d2dc5 : 6791852: assert(b->_nodes[insidx] == n,"got insidx set incorrectly")
553a2dfa660 : 6794071: Provide exception superclass for UnknownFooExceptions
21507b2ba77 : 6595666: fix -Werror
d83e26cba47 : 6800846: REGRESSION: Printing quality degraded with Java 6 compared to 5.0
212dd5d9b89 : Added tag jdk7-b46 for changeset b60cca94e94d
46cd7f09fcd : Added tag jdk7-b46 for changeset 3a1f36b2dd3b
31fff5194b2 : Added tag jdk7-b46 for changeset 03eb3b436021
5fa439fa37b : Added tag jdk7-b46 for changeset 080653129953
f7ccda2b14a : Added tag jdk7-b46 for changeset be9d0d46381d
e4a970d4edd : Added tag jdk7-b46 for changeset b37289fd1a6d
ce8564b7f80 : Added tag jdk7-b46 for changeset 872bdc318937
94a461f4cb7 : 6799693: Server compiler leads to data corruption when expression throws an Exception
61181babf13 : 6484959: G1: introduce survivor spaces 6797754: G1: combined bugfix
72b75d1adf8 : 6788376: allow to ignore unrecognized VM options
275a0bfb426 : 6793828: G1: invariant: queues are empty when activated
a21476939e4 : 6801769: 6588003 should be backed out from jdk7
8f96eb9cea9 : 6669869: Beans.isDesignTime() and other queries should be per-AppContext
837ece487dd : 4769844: classes in java.beans that are serializable but don't define serialVersionUID
67f20d82c9e : 6442502: assert(bits,"Use TypePtr for NULL") on linux-x86
a70da64c72a : 6798785: Crash in OopFlow::build_oop_map: incorrect comparison of 64bit pointers
06d5f1e07f8 : 6588003: LayoutQueue shares mutable implementation across AppContexts
b17d12c83de : 6585546: Please update API doc for java.net.CookieManager
df345d27f43 : 6782783: regtest HttpsURLConnection/B6216082.java throws ClosedByInterruptException
b56f0731482 : 6799583: LogManager shutdown hook may cause a memory leak
13c271c69b1 : 6797195: Forward-port enhancements for hw/lw mixing from 6u12 to 7
c46f7470707 : 6782260: Memory leak in CodeBuffer::create_patch_overflow
6a6fc9ad3fd : 6548433: (enum spec) java.lang.Enum docs should explain about values() and valueOf(String)
17d35f31a2f : 6799452: HotSpot tests Makefile should take care of ALT_SLASH_JAVA
ecbdf3bb835 : 6795362: 32bit server compiler leads to wrong results on solaris-x86
17e0db945f1 : 6785456: Read Kerberos setting from Windows environment variables
e7c217c72de : 6552334: Enable DNS in Kerberos by default
57a4df4e505 : 6791927: Wrong Locale in HttpCookie::expiryDate2DeltaSeconds
2fa7dc18d77 : 6799141: Build with --hash-style=both so that binaries can work on SuSE 10
09010fe0a76 : 6799141: Build with --hash-style=both so that binaries can work on SuSE 10
614df1958ca : 6791649: add "SKIP_MSIVAL2=true" to the Windows section of make/jprt.config
39b23ff0a00 : 6792421: assert(_bitMap->isMarked(addr+size-1),inconsistent Printezis mark)
82b15672f3d : 6799462: Minor typo (wrong word) in JavaDoc for InputStream.read(byte[] b) method
d981bd442bc : 6787254: Work queue capacity can be increased substantially on some platforms
71dfa4d2db4 : 4167874: URL-downloaded jar files can consume all available file descriptors
2b84dc567f0 : 6799343: (fmt) java.util.Formatter uses plainlink instead of linkplain
454a7c0732e : 6791502: IIOException "Invalid icc profile" on jpeg after update from JDK5 to JDK6
f32326c0006 : Added tag jdk7-b45 for changeset 779f966ee652
2fd86a0f09a : Added tag jdk7-b45 for changeset fdad8fbddf3a
01829882de1 : Added tag jdk7-b45 for changeset a935fb480c23
70ff87882c4 : Added tag jdk7-b45 for changeset 5c97af908fdd
49f97d10c81 : Added tag jdk7-b45 for changeset 6b84304c8b89
6f353354898 : Added tag jdk7-b45 for changeset b32f7f58ca66
090aa094a78 : Added tag jdk7-b45 for changeset 516aa5488b1a
0476ba59fbb : 6327048: Enum javadoc could link to JLS 6653154: Exception message for bad Enum.valueOf has spurious "class"
3f450f06e26 : 6239194: Object.hashCode() should reference System.identityHashCode()
798600a691e : 6794836: BasicSliderUI throws NullPointerExc when JSlider maximum is Integer.MAX_VALUE
d36d7895934 : 6788531: java.beans.Statement imposes excessive access control
4021098c46c : 6729401: Compiler error when using F-bounded generics with free type variables
c5d61313683 : 6557182: Unchecked warning *and* inconvertible types
552a7a0e198 : 6315770: javac inference allows creation of strange types: Integer & Runnable
9ea74925229 : 6721088: Bad window size calculation after using pack()
2a2bbe28790 : 6631559: Registration of ImageIO plugins should not cause loading of jpeg.dlli and cmm.dll
40754a99242 : 6798822: (process) Non-portable use of isdigit in src/solaris/native/java/lang/UNIXProcess_md.c
2f243ad8744 : 6719182: update legal notice in java/lang/instrument/package.html
79ec4bf8d37 : 6704655: Test test/java/lang/reflect/Generics/Probe.java fails under OpenJDK
55076b2558a : 6793344: BasicStroke's first element dash pattern is not a dash
4aefa80bf10 : 6176978: current Javadoc's invocation and extension (Doclet) mechanisms are problematic
da292a71971 : 6783381: NUMA allocator: don't pretouch eden space with UseNUMA
f82d6e454bf : 6707027: langtools/test/tools/javac/processing/model/testgetallmember/Main.java fails
0c356279605 : 6797480: Remove synchronization bottleneck in logger
285d905e09d : 6790677: java.net.HttpCookie.parse(String) should ignore unrecognized attributes, RFC2965
61f89b00255 : 6601457: Move wrapper class tests from closed to open 6601458: Move java.math tests from closed to open 6740185: Move java/lang/annotations tests to open 6759433: Move Math and StrictMath regression tests from closed to open
1b49bea0ad0 : 6797871: Fix for 6797463 did not remove the jtreg tests, and it should have
f031c45430d : 6786503: Overflow list performance can be improved
5ee6e7f6eda : 6795913: A few remaining wrong casts need to be fixed for building hotspot successfully on Mac OS
3b8452da931 : 6796746: rename LoadC (char) opcode class to LoadUS (unsigned short)
02e741f2753 : 6796489: (tz) Support tzdata2009a
e6ce4c24880 : 6797463: 6557199 breaks the jax-ws workspace
cf1252d823d : 6795365: NetBeans projects in langtools repository are not NB6.5-friendly
e08feb9741b : 6604864: Double.valueOf(String) does not specify behaviour for overflow and underflow
2726f2a3621 : 6793818: JpegImageReader is too greedy creating color profiles
606b473fb59 : 4222508: JColorChooser ignores setEnabled() function call
8c2a336349c : 6795544: GIFImageWriter does not write the subImage of BufferedImage to a file correctly
a9c275ed18b : 6476425: (fmt)java.util.Formatter.print() throws IllegalArgumentException on large BigDecima
72a1863490b : 6796965: dev-time wrapper script for javac broken
3112e3e0657 : Added tag jdk7-b44 for changeset 9d204be2281a
9f55075d21f : Added tag jdk7-b44 for changeset 4ce86f6829fb
5669063091c : Added tag jdk7-b44 for changeset 8a29755677e2
b398e5f4913 : Added tag jdk7-b44 for changeset 4c202c81d33f
9933a50bf39 : Added tag jdk7-b44 for changeset ec694d49c4be
2ec2e709fd2 : Added tag jdk7-b44 for changeset 8a25de0ed498
2bb798a3ff7 : Added tag jdk7-b44 for changeset 72a127c48637
c0b51b79722 : 6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin 6786276: Locale.getISOCountries() still contains country code "CS"
ae8aa00398a : 6794939: assert(_base == OopPtr,"subclass must override cast_to_ptr_type")
2d180da2dec : 6792401: Windows LAF: ActiveWindowsIcon should not be greedy with fallback icon
f495424a45d : 6795030: Files in langtools build can be compiled ignoring java.home settings
73aaa40e097 : 6792705: Add JAR file to bootclasspath when using AggressiveOpts
15099c9ffe3 : 6795903: fix latent build warnings in langtools repository
981f025a853 : 6794582: javadoc should read files using a FileManager
4f3a9a43924 : 6769976: (fc) FileChannelImpl.isAMappedBufferField not used
11431a63294 : 6793429: Use compiled properties instead of plain properties for resource file
19b769a3759 : 6557199: Fails to reject bad override of generic method
dffa62753fe : 6795580: parser confused by square brackets in qualified generic cast
3247a314787 : 6551075: screenshot image taken through clipboard on W2K terminal server is shifted
a1f31b73db5 : 6794959: add new switch -XDexpectKeys=key,key...
e3d66c64149 : 6702956: OpenJDK: replace encumbered code (software synthesizer) 6717691: Update Gervill with post 1.0 fixes 6740210: Update Gervill with more post 1.0 fixes 6748247: Further update Gervill with still more post 1.0 fixes 6748251: Apply IcedTea midi sound patch 6758986: Gervill: Turn SoftJitterCorrector, SoftAudioPusher threads into a daemon threads
220ed002647 : 6793475: krb5.ini not found on some Windows
66443965435 : 6583626: Improve serialization support in javax.lang.model.type exception classes
a23ea7296a4 : 6790209: server VM fails with assert(will_link,"_new: typeflow responsibility")
5d486c3a66f : 6484956: G1: improve evacuation pause efficiency
b4747d31883 : 6794520: MessageRetriever should be upgraded to use varargs Object..
de73102ff40 : 6786682: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - HTML tag should have lang attribute
0590d5d8223 : Added tag jdk7-b43 for changeset a02ba404f9c6
0de2dd962c4 : Added tag jdk7-b43 for changeset ab58fd13ab49
fb9dbf3a881 : Added tag jdk7-b43 for changeset ff917d84bdf3
52dd839b3e5 : Added tag jdk7-b43 for changeset 849b63af3c8c
58317112cf0 : Added tag jdk7-b43 for changeset a0e6196f0e90
45da1acf72c : Added tag jdk7-b43 for changeset 3b2f390959e4
cb48ba0b84e : Added tag jdk7-b43 for changeset 2d231505b363
47a5b98c7f6 : 6788096: ImageIO SreamCloser causes memory leak in FX applets
6a54f22ae09 : 6754862: jdk/src/windows/bin/java_md.c: hardcoded reference to msvcr71.dll 6779412: VS2008 errors compiling jdk sources
b15aadf61d6 : 6786948: SA on core file fails on solaris-amd64 if vm started with -XX:+StartAttachListener
f79090efe7b : 6793825: Missing include dependancies for GCC without predefined headers
640ed7d08b6 : 6792545: Typo in java.util.Collection JavaDoc 6655123: Incorrect ref to The Art of Computer Programming in doc for java.util.Random
532cc3cef85 : 6788347: C2Compiler crash 6u7
1606eaa0b99 : 6755782: It is not clear how DatagramSocket deals with broadcast enabling/disabling
74a472983b8 : 6792301: StackAlignmentInBytes not honored for compiled native methods
aae30d753f7 : 6791815: Fix for 6471657 can cause deadlock on non-Solaris platforms when initializing direct buffer support
a3d528cc302 : 6791132: bad control in autobox split code
a1442ea7fff : 6791168: Fix invalid code in bytecodeInterpreter that can cause gcc ICE
78f5dc395e2 : 6784930: server jvm fails with assert(!n->is_SpillCopy(),"")
c0731761a3e : 6792515: Specify awt peer's API
4a82a1723e9 : 6332094: "jar t" and "jar x" should use ZipFile, not ZipInputStream
57a1271b06b : 6782079: PNG: reading metadata may cause OOM on truncated images
bf4d190698d : 5082756: Image I/O plug-ins set metadata boolean attributes to "true" or "false"
34719749c53 : 6558559: Extra "unchecked" diagnostic
9dff8d691f4 : 6723444: javac fails to substitute type variables into a constructor's throws clause
f6cd370370a : 6665356: Cast not allowed when both qualifying type and inner class are parameterized
795b53a014b : 6765045: Remove rawtypes warnings from langtools
729f2789f01 : 6752622: java.awt.Font.getPeer throws "java.lang.InternalError: Not implemented" on Linux
c2ff9781c78 : 6692899: CMS: many vm.parallel_class_loading tests fail with assert "missing Printezis mark"
1db3e0312e5 : 6792066: src/share/native/java/io/io_util.c clean-ups
a2a9e39ec7d : 6786028: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Bold tags should be strong
e8974fee90a : 6791458: FileInputStream/RandomAccessFile.read leaks memory if invoked on closed stream with len > 8k
9bf45458433 : 6791656: nsk defclass0 asserts handles.hpp
3849600cdd8 : 6790217: Javadoc HTML WCAG 2.0 accessibility issues in jdk docs makefile - Bold tags should be strong
dda3b0af663 : 6512707: "incompatible types" after (unrelated) annotation processing
95f52224451 : 6788196: (porting) Bounds checks in io_util.c rely on undefined behaviour
1ff1bdc3e68 : 6790182: matcher.cpp:1375: assert(false,"bad AD file")
49ee6acaa20 : 6782232: assert("CreateEx must be first instruction in block" )
b1c4a6ff3f9 : 6790467: Add test for setInterval() for local MonitoredHost and local MonitoredVm
a0930ff4d46 : 6785424: SecurityException locating physical fonts on Windows Terminal Server
34746231069 : 6689653: JMapPerm fails with UseConcMarkSweepIncGC and compressed oops off
c357cbe4e01 : 6632886: Font.createFont can be persuaded to leak temporary files 6522586: Enforce limits on Font creation 6652929: Font.createFont(int,File) trusts File.getPath
315de68fc04 : 4670071: loadClassInternal is too restrictive
e33cec202fe : 6717680: LdapCtx does not close the connection if initialization fails
aa3da7789a0 : 6736248: EnumEditor bug. Class check incorrect
f05b009ce8b : 6781583: Hotspot build fails on linux 64 bit platform with gcc 4.3.2
14b56dc3a01 : 6652463: MediaSize constructors allow to redefine the mapping of standard MediaSizeName values
1362b9fd1d5 : 6787106: Hotspot 32 bit build fails on platforms having different definitions for intptr_t & int32_t
6f0de04c870 : 6752638: java.awt.GraphicsEnvironment.preferLocaleFonts() throws NPE on Linux 6755034: Legal notice repair: jdk/src/solaris/classes/sun/font/FcFontConfiguration.java
fa5248c9db8 : 6728838: Native memory leak in StrikeCache.java
1880943a7f1 : 6788797: Fork HS14 to HS15 - renumber Major and build numbers of JVM
d80f5c02659 : 4997835: RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
1ad664c0c99 : 6778662: fixes 64-bits libraries directory search paths on linux
347b8afe5b7 : 6778657: Casts in SharedRuntime::f2i, f2l, d2i and d2l rely on undefined C++ behaviour
5fa8ada0751 : 6787009: (attach) Stub injection potentially unsafe on windows-x64
9330abadeae : 4864117: RFE: Make XMLDecoder API more reusable
b5743bd6e9e : 6787832: Bump Hotspot build number to 08
74d9cf0fb8d : 6784100: getTimeNanos - CAS reduction
cdc04301264 : 6773985: OutOfMemory (PermGen space) under Linux / Firefox when switching bw. applets
94649662ec7 : Added tag jdk7-b42 for changeset f5855e0473e3
a393c3b01f3 : Added tag jdk7-b42 for changeset a97859015238
9c14ecd49ba : Added tag jdk7-b42 for changeset 180d45acc127
e75f92c54dc : Added tag jdk7-b42 for changeset fccef3af5757
22a73d8b7d1 : Added tag jdk7-b42 for changeset a0dd9009e992
f28432c20a6 : Added tag jdk7-b42 for changeset fc350fcb122a
122daf56a7b : Added tag jdk7-b42 for changeset 0e40cad98e4a
997f677fc55 : 6750401: SSL stress test with GF leads to 32 bit max process size in less than 5 minutes,with PCKS11 provider
0f5687c1ebf : 6786340: hs14b09a pit: a lot of tests failed in "-server -Xcomp" on solaris-amd64 using fastdebug bits
744c80add40 : 6787050: assert(n->in(0) == 0L,"no control") with UseCompressedOops on sparcv9
5b1de891b34 : 6708137: Remove obsolete fontconfig.98.properties from JDK 7
f3c34ce9b6b : 6786188: par compact - "SplitALot" stress mode should fill to_space
f90394b6fb2 : 6784849: par compact - can fail when to_space is non-empty
a88e734cac2 : 6786195: many nsk.monitoring tests fail with -server -Xcomp
2d0b1225eb4 : 6496274: jar seems to use more CPU than it should
8848b3ab632 : 6761791: Crash in the FontManager code due to use of JNIEnv saved by another thread
29488f12167 : 6782820: Server VM fails with "unhandled implicit exception in compiled code"
7582e6a1ebd : 6785258: Update copyright year
cc8641d33a8 : 6785258: Update copyright year
99f0eac1a20 : 6785258: Update copyright year
87e027e6c78 : 6785258: Update copyright year
06e37c03fb2 : 6653214: MemoryPoolMXBean.setUsageThreshold() does not support large heap sizes
baa4663714d : 6758234: if (k cond (a ? : b: c)) returns reversed answer if k is constant and b and c are longs
40a81c63b8b : 6757316: load_constant() produces a wrong long constant, with high a low words swapped
552c37000d8 : 6767587: missing call to make_not_entrant after deoptimizing for patching volatiles
6f7b6c816a1 : 5106550: PNG writer merge standard metadata fails for TextEntry sans #IMPLIED attributes
8fc946854cd : 6765954: par compact - stress mode for splitting young gen spaces
7a9585170d1 : 6765745: par compact - allow young gen spaces to be split
000b1845077 : 6578152: fill_region_with_object has usability and safety issues
92ea783f354 : 6639341: sometimes contended-exit event comes after contended-entered on another thread
26f6b1692ac : 6782457: CMS: Livelock in CompactibleFreeListSpace::block_size() 6736295: SIGSEGV in product jvm, assertion "these are the only valid states during a mark sweep" in fastdebug
e0d2bfab81e : 6727377: VM stack guard pages on Windows should PAGE_READWRITE not PAGE_EXECUTE_READWRITE
89fa477ecf2 : 6642323: Speeding up Single Byte Decoders 6642328: Speeding up Single Byte Encoders
871bbff9cec : 6456269: Add a GenericMBeanException so clients don't have to have server's exception classes present
67464baa7a2 : 6771309: debugging AD files is difficult without #line directives in generated code
16870a77673 : 6336980: NotificationBroadcasterSupport: to tell whether there are listeners and to do clear
2064095b24f : 6768935: Clarify the behaviour of ObjectName pattern matching with regards to namespaces
6a4903d4586 : 6332907: Add ability for connector server to close individual connections
d2c931b2226 : 6760712: Provide a connector server option that causes it not to prevent the VM from exiting
ccf03a6e2c1 : 6780803: Wrong parameter name in description of EventClient::addListeners() 6470295: Misleading exception message says context classloader when it isn't 6714954: Description of MBeanPermission checking in MBeanServer javadoc is inaccurate 6732037: Event Service spec needs more detail about Executor use 6740900: Specify that listeners invoked via SendNotification should not block 6778436: Typo in @NotificationInfos spec
34982c7509f : 6405891: MLet: could be improved to load a native lib
85e1e1e290e : 6287328: Add methods to StandardMBean to retrieve a method based on MBean{Attribute|Operation}Info
ef7000f82e4 : 6450834: RFE: allow StandardMBean to call MBeanRegistration methods on its wrapped resource 6373143: MonitorNotification should have a public constructor
b14fec69734 : 6675526: Define an Annotation to name registered MBeans
36f5b8dd54c : 6689685: Hotspot crash error message should include libraries version
04950cd8463 : 6250014: MBeanOperationInfo Descriptor field for exceptions
049436370fd : 6501362: DescriptorSupport(String) could recognize "name=value" as well as XML format
5588717cc48 : 6774918: @NotificationInfo is ineffective on MBeans that cannot send notifications
e50f766540e : 6779339: turn off LinkWellKnownClasses by default pending further testing
463acdac660 : 6772137: D3D: Dragging the scroll bar of a JScrollPane containing a JTree causes incorrect red
c07de94ae31 : 6773838: There is no calling stack for Compiler thread in hs_err file on x86
2f8d598ab16 : 6665212: PrinterJob class, method lookupStreamPrintServices(), "fos" in docs is unknown
d90b02d7943 : 6781784: Fix ant link in build readme
ec343fa4bc0 : 6781742: Bump HS14 build number to 09
ee022987430 : 6750389: The cpuManufactorer does not correctly recognized for Solaris 10
745c0e32485 : 6764062: Revise usage of java.io.*.close
eddda26255a : 6739363: Xcheck jni doesn't check native function arguments
5d3228cbb3b : 6708580: Java applications slow when EXA enabled
8ffbb1eee13 : Added tag jdk7-b41 for changeset 6471e8a4578f
606d3d6cd10 : Added tag jdk7-b41 for changeset d255ae63f83c
211621e750d : Added tag jdk7-b41 for changeset c2c85c9ad771
62267e3f027 : Added tag jdk7-b41 for changeset ff9b7f94082a
868fd3b0439 : Added tag jdk7-b41 for changeset 49f1a8464e11
03b38c0c8dd : Added tag jdk7-b41 for changeset fc8a80d3e672
59ae4174f02 : Added tag jdk7-b41 for changeset 9d3c7a336f93
80de0f058a2 : 6587245: Import declaration not used in sun.print.*
3123299828e : 6319823: new mbean register/unregister notification for groups of mbeans 6779698: Merge error caused duplicate example code in MBeanServerNotification
af509dd90da : 6779436: NUMA allocator: libnuma expects certain size of the buffer in numa_node_to_cpus()
f2f18a01e51 : 6775880: EA +DeoptimizeALot: assert(mon_info->owner()->is_locked(),"object must be locked now")
b44236abdf1 : 6766136: corrupted gif image may cause crash in java splashscreen library
e936f852bfd : 6778613: Update javax.crypto.Cipher.getMaxAllowedKeyLength to point to proper Appendix after doc reorg
9ed32847660 : 6778638: javadoc regression tests require tabs
16aa57cb4b2 : 6778647: snap(), snap_policy() should be renamed setup(), setup_policy()
d039601207c : 6750229: Upgrade Recommended Linux and Windows Build OS
69e0e018d47 : 6778493: Fix (langtools) ant build to honor fcs MILESTONE setting
b596dd66fa8 : 6725399: (ch) Channels.newInputStream should check for null
569029da790 : 6743339: Enable building sa-jdi.jar and sawindbg.dll on Windows with hotspot build
8242c2b3b60 : 6776095: Code improvement and warnings removing from swing packages
70624128b46 : 6776225: JMX.isNotificationSource wrong when DynamicWrapperMBean + SendNotification injection
5a8c6c3bf7b : 6776856: Code with useShellFolder field shuold be simplify
e7c2dc0b7ad : 6560349: REGRESSION :folder having ".lnk" in the name can not be opened by 5.0 and later versions
c0500f7d745 : 6720866: Slow performance using HttpURLConnection for upload
4121a03c4c6 : 6699589: java/awt/EventQueue/PostEventOrderingTest.java fails
71eb0166527 : 6776289: Regression: javac7 doesnt resolve method calls properly
21883705f7e : 6653384: Variable "initialized" in class CUPSPrinter is static by mistake
2bba3afabc1 : 6756768: C1 generates invalid code
efd62d5c812 : 6593946: (bf) X-Buffer.compact() does not discard mark as specified
b9638d0527f : 6774710: spp.sh used by genBasic.sh/genCopyDirectMemory.sh
93225a0b608 : 6728890: Add SwissSign root certificates to the JDK 6732157: Add VeriSign TSA Root Cert to the JDK 6754779: Add Camerfirma root certificates to the JDK 6768559: Add t-systems root CA certificate (Deutsche Telekom Root CA 2) to the JRE
466eda6ee48 : 6698013: JFileChooser can no longer navigate non-local file systems
f58e193de06 : 6474243: suspicious jvmti code that uses oop unsafely across GC point
6c53645a845 : 6774607: SIGSEGV or (!is_null(v),"oop value can never be zero") assertion when running with CMS and COOPs
8dc49502e35 : 6775152: freetype version check program problem main arg order
85138023c10 : 6554406: Change switch UseVMInterruptibleIO default to false (sol)
de0532a7ec5 : 6775176: Bump HS14 build number to 08
9f61f3723c5 : 6774170: LocalRMIServerSocketFactory should protect against ServerSocket.accept().getInetAddress() being null
50a5499c502 : 6676175: BigApps crash JVM Client VM (build 10.0-b22, mixed mode, sharing) with SIGSEGV (0xb)
7d7cf3f8aff : 6684579: SoftReference processing can be made more efficient
9f247462f60 : 6745216: missing 4 chraset aliases in sun.nio.cs package
db6bef2c706 : 6722113: CMS: Incorrect overflow handling during precleaning of Reference lists
6683daa8c7f : Added tag jdk7-b40 for changeset 5db12b3a75ea
5a1a07a54f9 : Added tag jdk7-b40 for changeset eb261bd963b2
a6c8f28b4ea : Added tag jdk7-b40 for changeset a0bb1aca37c4
323cfc4f265 : Added tag jdk7-b40 for changeset 116996236e31
c60ef2ef3b0 : Added tag jdk7-b40 for changeset d9cee294e5e4
68703b507d2 : Added tag jdk7-b40 for changeset 14c451a86ec1
abed5710b01 : Added tag jdk7-b40 for changeset 4e9ce4796705
4d6c508c349 : 6772779: @NotificationInfo does not create MBeanNotificationInfo in the MBean's MBeanInfo 6773593: CompositeDataSupport constructor javadoc is not in sync with the implementation
df043132210 : 6714428: 'os.name' system property shows wrong value on 64-bit Windows XP
72f11361614 : 6757527: D3D: serious rendering issues on Nvidia boards with driver version 178.13 on Vista
e7b4bb5f00c : 6758179: D3D: AlphaComposite is applied incorrectly for uncached opaque BufferedImage
a2078f04e87 : 6771742: Remove duplicate files from G1 merge
43051c98f31 : 6773078: UseCompressedOops: assert(kid == 0L || s->_leaf->in(0) == 0L,"internal operands have no control")
893d1c41488 : 6766316: assert(!nocreate,"Cannot build a phi for a block already parsed.")
f2c8d25c734 : 6772413: code cleanup
59b2212c9dd : 6772646: Regression test java/text/Date/DateFormat/Bug4823811.java started failing after DST ended
36134f31f5b : 6769873: Regression test java/text/Date/DateFormat/Bug6683975.java started failing after DST ended
9487cedae1a : 6771030: Code improvement and warnings removing from the com.sun.java.swing.plaf.gtk package
a7d5fce367f : 6771977: Bump HS14 build number to 07
cbf1c89d604 : 6770608: G1: Mutator thread can flush barrier and satb queues during safepoint 6660573: G1: BigApps Failure : guarantee(satb_mq_set.completed_buffers_num() == 0,"invariant")
907d90158a0 : 6683213: CounterMonitor's derived Gauge badly initialized
f377bd69c3a : 6745052: SLServerSocket file descriptor leak
8db7ed98eab : 6728126: Parsing Extensions in Client Hello message is done in a wrong way
ce3f3dd8d30 : 6767659: Conversion from i486 to x86 missed some entries in makefiles
4e2c4fb4bd7 : 6770949: minor tweaks before 6655638
849e0ffb04a : 6653858: dynamic languages need to be able to load anonymous classes
015a08b3e8f : 6769748: Fix solaris makefiles for the case when "CC -V" produces several lines
e9076296a90 : 6755625: Add HttpURLConnection.setFixedLengthStreamingMode(long)
454f269528e : 6768932: Add support for multiline diagnostics
5c6f569aa54 : 6765491: Krb5LoginModule a little too restrictive, and the doc is not clear
9f36c3b7c74 : 6733095: Failure when SPNEGO request non-Mutual
1716627be03 : 6758445: loop heads that are exception entry points can crash during count_edges/mark_loops
12fd79632cf : 6764892: VS2008 changes required to compile hotspot sources
e9a892dd412 : 6763122: ZipFile ctor does not throw exception when file is not a zip file
98685a4d93b : 6769128: failure to run generateJvmOffsets is ignored
6fe817326c7 : 6718879: cannot build on solaris nevada
bbac59f2184 : 6336968: Methods to convert AttributeList to/from Map 6750008: Add JMX.getSpecificationVersion(MBeanServerConnection) and document interop 6750472: Add a way to convert a CompositeData into a Map 6752563: Allow CompositeDataSupport to have zero items
7aae40a95fe : 6462850: generate biased locking code in C2 ideal graph
0cecb67ae74 : 6760773: UseCompressedOops is broken with UseParNewGC
ab227cb6710 : 5072267: A way to communicate client context such as locale to the JMX server
2c3b8ec969d : 6761594: framesize rounding code rounds using wrong units leading to slightly oversized frames
0e63b7609a2 : 6743900: frequency based block layout
803f241db64 : Added tag jdk7-b39 for changeset 628049ac53ed
85ab3e2820d : Added tag jdk7-b39 for changeset 94a146b4f52a
6759fbba865 : Added tag jdk7-b39 for changeset 83ca2ddee2dd
452ff15c375 : Added tag jdk7-b39 for changeset b7877f7986a3
ec8b80fefc4 : Added tag jdk7-b39 for changeset c483fc7ff658
b0133ca5b4b : Added tag jdk7-b39 for changeset 4d2a283e9da2
fc59049c531 : Added tag jdk7-b39 for changeset 731c67277e2b
cb4eb96188a : 6765046: CertPathValidatorException(Throwable).getMessage() always returns null since b37
ec4b93457e5 : 6744888: OCSP validation code should permit some clock skew when checking validity of OCSP responses
f0bc3cdc91d : 6541476: PNG imageio plugin incorrectly handles iTXt chunk
5118c7cd7f7 : 6766173: Spec should say that createMBean wraps a constructor RuntimeException in a RuntimeMBeanException
7bcfb5965da : 6764622: IdealGraphVisualizer fixes
38f19ad4b77 : 6764553: com.sun.org.apache.xml.internal.security.utils.IdResolver is not thread safe
7de6d649be5 : 6756528: Bytecodes::special_length_at reads past end of code buffer
8f7e2b93577 : 6450848: make it easier to get the ObjectName of a JMX Proxy
44dcc74e788 : 6252609: Two different default descriptor forms defined for ModelMBeanInfoSupport 6253137: Documentation for NotificationListener's handback parameter is confusing 6368691: javadoc for JMX Descriptors has bugs and is very hard to navigate 6602699: support for async notification of mbeaninfo update 6759612: [javadoc] EventClient.NOTIFS_LOST has a garbled href to addEventClientListener 6759619: Clarify what EventClient.getEventClientNotificationInfo does 6759622: Clarify what EventClient.getListeners list does
1bff9286d7d : 6764308: (tz) Support tzdata2008i
401e04572ae : 6765804: GC "dead ratios" should be unsigned
85375338730 : 6649622: HotSpot Biased locking needs tuning on latest CPUs
df32a451dab : 6761856: OpenJDK: vertical text metrics may be significanly different from those returned by Sun JDK
285a7ec5e31 : 6764257: D3D/OGL: color is not reset properly after save/restoreState() [RSL]
66b3af8b02e : 6764543: SIGSEGV in libfontconfig.so starting from jdk7b33
540b83b6b19 : 6763051: MXBean: Incorrect type names for parametrized dealing with arrays (openType) 6713777: developer diagnosability of errors in uncompliant mxbean interfaces
429a95440a9 : 6754519: don't emit flag fixup for NaN when condition being tested doesn't need it
333adf3ae12 : 6756771: com.sun.net.httpserver.HttpServer should handle POSTs larger than 2Gig
dacdf4a500d : 6758673: WeakReference leak in Window.ownedWindowList
caa22f14833 : 6763518: Impossible to suppress raw-type warnings
49c8929c4ae : 6764226: ListTest fails on javap output with bad characters
d3972610f43 : 6763639: Remove "rawtypes" warnings from JMX code
adcd85f803f : 6761678: (ann) SecurityException in AnnotationInvocationHandler.getMemberMethods
a21aaaa7dce : 6762569: Javac crashes with AssertionError in Types.containedBy
418461fae23 : 6758789: Some method resolution diagnostic should be improved
dd2a864f513 : 6746184: javac fails to compile call to public varargs method
3a7c0b423cc : 6680106: StackOverFlowError for Cyclic inheritance in TypeParameters with ArrayType Bounds
5a17e286024 : 6557954: Inner class type parameters doesn't get substituted when checking type well-formedness
2531ec2c039 : Added tag jdk7-b38 for changeset 62c548002ecb
f623a9cb536 : Added tag jdk7-b38 for changeset 1b948c48b8e9
66c2adbaa43 : Added tag jdk7-b38 for changeset d4268c9919d4
92ac5f1b9fb : Added tag jdk7-b38 for changeset aee0dbbcda19
3ae2c2ca54e : Added tag jdk7-b38 for changeset 2db019fa6029
df2736e9cc0 : Added tag jdk7-b38 for changeset 6e4503bc10a3
ffbe5e4f507 : Added tag jdk7-b38 for changeset 654f8f2e8e45
0408a1adae3 : 6548436: Incorrect inconvertible types error
b2ffad71804 : 6487370: javac incorrectly gives ambiguity warning with override-equivalent abstract inherited methods
90e63799169 : 6711619: javac doesn't allow access to protected members in intersection types
be7b82ffe48 : 6732484: Bound error on wildcard code
347534f43bd : 6761092: jvm crashes when CDS is enabled
f3a403d0d4f : 6762004: 6532536 fix contains changes in os_solaris.cpp which were pushed by mistake
1b42c56aebe : 6755274: 6u10b33 2d tests fails on sles10x64 with jvm crash
7d2872604dd : 6759996: ignore empty entries on paths
d9d3a811682 : 6761072: new krb5 tests fail on multiple platforms
fac7f6fd8a2 : 6760930: empty element on bootclasspath breaks test/tools/apt/Discovery/discovery.sh
8175eb6c0e6 : 6760805: empty element on bootclasspath breaks test/tools/apt/Compile/compile.sh
92992b2e764 : 6755943: Java JAR Pack200 Decompression should enforce stricter header checks
f134b5139af : 6706974: Add krb5 test infrastructure
3b082d1d699 : 6759521: Move Bidi test programs from closed to open
c6c8882d70b : 6760500: test com/sun/javadoc/testSupplementary/TestSupplementary.java is not same-VM safe
1cfe36b8a13 : 6760226: test/tools/javap/T6622260.java fails with specific locale settings
72ffb28a4d8 : 6759810: bad regression test causes source file to be deleted
ad3ca8d8f2d : 6759775: RegularFileObject.inferBinaryName gives bad result on empty path
ed94b2e90be : 6751616: outline for underline in TextLayout with underline is off rasterized underline
7fb9ea225e6 : 6758988: (tz) Support tzdata2008h
f52b203b13f : 6759959: VS2008 errors compiling corba sources
a75a5f00d66 : 6759796: test/tools/javac/6348193/T6348193.java fails if there are empty entries on the bootclasspath
a2201c5ae7a : 6759795: test/tools/apt/Basic/print.sh may fail depending on jtreg options
0f7dc308163 : 6759682: APT: compiler message file broken after refactoring of com.sun.tools.javac.util.Message
55ef4bc22e0 : 6748541: javadoc should be reusable
5c08fa0e797 : 6759311: RepaintManager casts Tookit to SunToolkit without instanceof check
e5e6ca9d624 : 6306922: Dump dump created by +HeapDumpOnOutOfMemoryError should include stack traces for stack roots
55925534ec5 : 6532536: Optimize arraycopy stubs for Intel cpus
a7c6406a8f4 : 6758881: (launcher) needs to throw NoClassDefFoundError instead of JavaRuntimeException
1dc1dcab49f : 6759143: com.sun.tools.javac.util.Messages is obsolete and should be removed
d1aacc7cdff : 6700107: java/lang/Class/forName/TooManyDimensions.java crashes with SIGSEGV in c2 compiler with fastdebug
0dac6431d22 : 6717150: improper constant folding of subnormal strictfp multiplications and divides
bc9f3649179 : 6758633: G1: SEGV with GCOld on Linux
2549cb015c6 : 6732647: isAttributeValueSupported() is not consistant with getSupportedValues() for Copies, TEXT flavor
7add953cfed : 5025260: Register methods should throw ClosedChannelException instead of NPE
e585263735c : 6752257: Use NOT instead of XOR -1 on x86
246d79484df : 6758165: ConnectorBootstrap.DefaultValues should have a default value for USE_LOCAL_ONLY
118a4cdb150 : 6749060: LCD AA text rendered incorrectly when destination is non opaque (sw pipeline only)
01bf9872448 : 6721753: File.createTempFile produces guessable file names
16155a7d48d : Added tag jdk7-b37 for changeset 076a3cde30d5
443bd6a8ef4 : Added tag jdk7-b37 for changeset b4c26443dee5
c5fd243bcef : Added tag jdk7-b37 for changeset 4c4fb0aeb1fc
97fb020199c : Added tag jdk7-b37 for changeset e665a277bfd2
8f0558c5301 : Added tag jdk7-b37 for changeset 5eb97f366a6a
ccd6d11b809 : Added tag jdk7-b37 for changeset 7ffc53470502
ecc1626f21d : Added tag jdk7-b37 for changeset 00ad557cab71
c09e705e045 : 6586091: javac crashes with StackOverflowError
68c9df41108 : 6731573: diagnostic output should optionally include source line
7a442ce1782 : 6406133: JCDiagnostic.getMessage ignores locale argument
ab5f1cb24b0 : 6724345: incorrect method resolution for enum classes entered as source files
67339c0aabe : 6738538: javac crashes when using a type parameter as a covariant method return type
9315b88d670 : 6751514: Unary post-increment with type variables crash javac during lowering
4f96480e176 : 6332953: JMX agent should bind to loopback address when starting the local connector server
8fe5a021a36 : 6757225: MXBean: Incorrect type names for parametrized types, dealing with arrays
3a72f5c241a : 6755845: JVM_FindClassFromBoot triggers assertions
b760e253375 : 5076635: Double click speed is not honored in KDE linux
98ab03e7e5f : 6749967: regression tests for apt should be same-vm friendly
2229fb0a55c : 6752764: PIT B37: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest failed
90f6b8301e4 : 6750288: Regression after 6315717. ArrayIndexOutOfBoundsException
671a2de6c7b : 6756569: (tz) Support tzdata2008g
d80199b4036 : 6753547: NUMA allocator: Invalid chunk size computation during adaptive resizing
c7f7759bdd7 : 6706382: jdk/test/java/util/Locale/data/deflocale.sol10 has incorrect legal notice
1a0a9d1a6f7 : 6748546: javadoc API should be classloader-friendly
fe28b4f7688 : 6673124: Runtime.availableProcessors / os::active_processor_count wrong if unused processor sets exist
6f5e28aca13 : 6752248: G1: introduce parallel heap verification
ae6690b3028 : 5100701: Toolkit.getLockingKeyState() does not work on XToolkit, but works on Motif
8e3e3658c5d : 6755847: (launcher) will trigger assertions in debug build
043fde10e58 : 6743188: incomplete fix for 6700047 C2 failed in idom_no_update
c507643efe9 : 6683975: [fmt-da] Regression: Java 6 returns English DateFormatPatterns for Thai locale
bfec071cbfb : 6755110: Solaris build has corrupted with extra mouse buttons RFE
4dcb55b4b52 : 6754988: Update copyright year
6e86513c3a9 : 6754988: Update copyright year
76df5ec473c : 6754988: Update copyright year
9d02d6ab31f : 6754988: Update copyright year
1c9496b1917 : 6754988: Update copyright year
b089627fe8f : 6755406: minor mistakes in copyright notices
6c19542a369 : 6660681: Incrementally reserve pages on win server 2003 for better large page affinity
3a902871efc : 6726779: ConvolveOp on USHORT raster can cause the JVM crash
adce6fc49ac : 6667595: Set probability FAIR for pre-, post- loops and ALWAYS for main loop
3729356740f : 6734167: Calendar.readObject allows elevation of privileges
ef34d898410 : 6645263: (cal) Calendar throw java.lang.IllegalArgumentException: WEEK_OF_MONTH
59f2891c07a : 6754998: Update Hotspot version for hs14 b06
02332d6aa7a : 6748601: javadoc API should allow varargs use
c8bd8e9a0f3 : 4459600: java -jar fails to run Main-Class if classname followed by whitespace
5cdf6e6e08f : 6751643: ThreadReference.ownedMonitors() can return null
2be5ac062d5 : 6581243: Service Tag and Product Registration Support in JDK 7
e98b7ce059e : 6729594: par compact - remove unused block table implementation
f2851186bbf : 6725697: par compact - rename class ChunkData to RegionData
d40b6daac9a : 6753795: HotSpot crash in strlen() when JVMTI is used
2e52e9dff24 : 6716466: par compact - remove VerifyParallelOldWithMarkSweep code
e7058ee0c38 : 6739427: -Xlint:processing not recognized as an option
3588eee6c04 : 6749920: Cleanup AWT peer interfaces
82a7a9f030e : 6753718: raw type warnings should be suprresed during a langtools build
5fc92453b6a : 6747671: -Xlint:rawtypes
e102e388732 : 6746212: Broken MouseEvents for TrayIcon
a8d5a91270e : 6735840: Need a type/symbol visitor printer
ec0853a1134 : 6500343: compiler generates bad code when translating conditional expressions
4204f82a1ae : 6740923: NUMA allocator: Ensure the progress of adaptive chunk resizing
32addb490d6 : 6719149: Wrong "java/lang/String should not be loaded yet" assertion in fastdebug bits with UseStringCache
4f54397ad86 : 6752807: java.net test ADatagramSocket.sh is broken
f3455aa5845 : Added tag jdk7-b36 for changeset 7798f9e88bf9
ca37022cf01 : Added tag jdk7-b36 for changeset 41afb8ee8f45
9c306e41838 : Added tag jdk7-b36 for changeset 5a725d2f0daa
d7e6943136d : Added tag jdk7-b36 for changeset 3ebe122b58a9
20563e146db : Added tag jdk7-b36 for changeset c347afc55218
e5401e44910 : Added tag jdk7-b36 for changeset 1e2b0dc294fd
b345a7f5f8f : Added tag jdk7-b36 for changeset 700ccd6abff4
ac161a1e171 : 6744783: HotSpot segfaults if given -XX options with an empty string argument
42be28ceced : 6750588: assert(lrg._area >= 0,"negative spill area") running NSK stmp0101 test
d799afdc047 : 6742159: (launcher) improve the java launching mechanism
ffbeca8c2e4 : 6751621: TextLayout.getBounds() doesn't account for strike through
0b215ddf601 : 6621697: Problem with file test/sun/net/www/http/ChunkedInputStream/test.txt
6caae4568d4 : 6750935: The expected NotCompliantMBeanException is not thrown for the custom MXBeanMappingFactory 6751872: MXBeanMappingFactory example says "implements" when it should be "extends"
c6083c20e5c : 6749308: java.io, java.lang, java.util exception classes don't specify serialVersionUID
b15796424e5 : 6747051: Improve code and implicit null check generation for compressed oops
fc58b54ba3e : 6420151: need to improve byfile compile policy to eliminate footprint issues
717114d2067 : 6263966: TEST: com/sun/jdi/ClassesByName2Test.java has a race
57bd8dc7e19 : 6739920: java 6u4~ use larger C heap if there are many threads
c8a68bace63 : 6469266: Integrate Apache XMLSec 1.4.2 into JDK 7
c03ab32ab5e : 6742641: G1: NullPointerException during GCOld
2e7b00b7d58 : 6697180: JMX query results in java.io.IOException: Illegal state - also a deadlock can also be seen
9f7bdd313a2 : 6746836: java.net exception classes don't specify serialVersionUID
1807fe2b97a : 6750364: Error in test for 6744329
4cea49cf1c9 : 6744408: Extra ouput is appearing in stderr
2fecfdfb503 : 6728697: tools/javac/versionOpt.sh fails on OpenJDK builds
0dc0bf82b2f : 6749707: Update build number for HS14 B05
2928b8143be : 6724787: OpenJDK README-builds.html suggested changes 6746440: Add Fedora 9 & CentOS 5.2 instructions to OpenJDK Build README
4b1e2422991 : 6384206: Phis which are later unneeded are impairing our ability to inline based on static types
eee15b163e3 : 6711100: 64bit fastdebug server vm crashes with assert(_base == Int,"Not an Int")
b56f92d23b9 : 6748745: JConsole: plotters don't resize well when the window is resized
3ca95fc7a62 : 6574134: Allow for alternative implementation of Name Table with garbage collection of name bytes
2c0b584b2d5 : 6315717: Support for mouse with multiple scroll wheels and 4 or more buttons
fc36794c8ef : 6748082: remove platform-specific code from SwingUtilities2.isDisplayLocal
c3552d02018 : 6747983: jmx namespace: unspecified self-link detection logic
38e8cbedc6c : 6747899: jmx namespaces: hooks for permission checks should be defined in HandlerInterceptor
a1e4e3ec942 : 6747411: EventClient causes thread leaks
3020470ba90 : 6440786: Cannot create a ZIP file containing zero entries
092df722695 : Added tag jdk7-b35 for changeset 59749505f3e8
e786504157d : Added tag jdk7-b35 for changeset 61dbf0534cc0
c39e794a3a7 : Added tag jdk7-b35 for changeset a4639ed3162c
459a0ea7036 : Added tag jdk7-b35 for changeset 74058712101b
3477036199f : Added tag jdk7-b35 for changeset cd4deb70bf5e
b427ee34cb2 : Added tag jdk7-b35 for changeset 2b8dd97d6682
92fbd1ca18b : Added tag jdk7-b35 for changeset 26dc44e4ee9f
d9f838f7399 : 6746415: The include file stropts.h is not available in Fedora 9 (STREAMS Kernel Extension?)
545b7e4f620 : 6465942: Add problem identification facility to the CertPathValidator framework
68141df565e : 6745363: Add ability to run packtest to hotspot/test/makefile
597abb50828 : 6744329: Exception in light weight http server code
6b814bb3fcb : 6727884: Some Uncaught Exceptions are no longer getting sent to the Uncaught Exception Handlers
9812da470c0 : 6746907: Improve implicit null check generation
659ca734bb7 : 6706829: Compressed Oops: add debug info for narrow oops
63c98ed8889 : 6746892: Register Allocator does not process a data phi with one unique input correctly
ddc444d7b28 : 6746409: Error: dl failure on line 689: Copies of libjvm.so need to have chcon (selinux) re-applied to them
edb7cf2a916 : 6746430: Fix problems with getting 'ant -version' and the required setting of 'ANT_HOME'
ddfbf23583d : 6746424: Remove build dependency on findbugs and FINDBUGS_HOME
28aaf9add2f : 6746421: Compare images logic needs to be more forgiving
46533a9546b : 6587742: filling half of a JSlider's track is no longer optional
b2e851f920d : 6746754: jmx namespace: test for leading separator missing 6669137: RFE: InstanceNotFoundException should have a constructor that takes an ObjectName 6746796: jmx namespaces: Several tests are missing an @bug or @run keyword
370ae84e730 : 6746759: Fix for 6734813 introduced build break
a4ef2ba11de : 6734813: Provide a way to construct an ObjectName without checked exceptions 6746649: ObjectName constructors and methods declare unchecked exceptions in throws clauses
5e24b7bc99b : 6743433: IM candidate window is not shown until window is deactivated and reactivated again
d487d2b19e0 : 6746424: Remove build dependency on findbugs and FINDBUGS_HOME
646d12c63fd : 6746424: Remove build dependency on findbugs and FINDBUGS_HOME
3eca12f7b7a : 6733145: (bf) CharBuffer.subSequence can be updated to take advantage of covariant returns
77dfe98c4ed : 6728229: (str) StringBuilder.append(CharSequence) does not throw IndexOutOfBoundsException
ae1dc3db15a : 6746320: Hotspot regression test for 6512111 fails in -Xmixed mode
b0419018b03 : 6724118: change JavaCompiler to not use Scanner directly 6736119: refactor Parser and Parser.Factory
8166ad7ece4 : 6557752: Original type of an AST should be made available even if it is replaced with an ErrorType
4e22cb6970b : 6745832: jmx namespaces: Some refactoring/commenting would improve code readability
e0a15fc51d2 : 6746196: Some JMX classes do not compile with Eclipse compiler
ebdad848b87 : 6736611: [Evt Srv] EventSubscriber.unsubscribe removes other listeners
f284d2a3b23 : 6744609: Disable MMX support when building libpng library
79a295755e8 : 6746055: Spelling error in README-builds.html
367e60a4384 : 6356642: extcheck.exe -verbose throws ArrayIndexOutOfBoundsException exception
51a345480ab : 6661861: Decrease memory use of Inflaters by ZipFile
54e427219cc : 6730743: (tz) Support tzdata2008e
c8b64116614 : 6466476: (tz) Introduction of tzdata2005r can introduce incompatility issues with some JDK1.1 3-letter TZ Ids
4b2e9eb2318 : 6740833: krb5.conf does not accept kdc=hostname (no spaces around =)
f7ea37f1b9a : 6650748: (tz) Java runtime doesn't detect VET time zone correctly on Windows
6ee252719cd : 4823811: [Fmt-Da] SimpleDateFormat patterns don't allow embedding of some literal punctuation
3927ae98322 : 6645292: [Fmt-Da] Timezone Western Summer Time (Australia) is parsed incorrectly
9ce33168b12 : 6607310: InputContext may cause loading of swing classes even for non-Swing applets
14ea0be2120 : 6665028: native code of method j*.text.Bidi.nativeBidiChars is using the contents of a primitive array direct
8174b8b497b : 6676462: JVM sometimes would suddenly consume significant amount of memory
f76aa542707 : 6745064: Update Hotspot build number for HS14
6358686351b : 6743059: Error in spaceDecorator.cpp "optimized" build
3a7a9cc5577 : 6733959: Insufficient checks for "Main-Class" manifest entry in JAR files
6aab63dd371 : 6588160: jaas krb5 client leaks OS-level UDP sockets (all platforms)
9b311f9a7b6 : 6692802: HttpCookie needs to support HttpOnly attribute
db6b4110dac : 6738181: api/java_awt/Toolkit/index.html#GetAWTEventListeners Fails with:empty array returned unexpectedly
6b53043eead : 5072476: RFE: support cascaded (federated) MBean Servers 6299231: Add support for named MBean Servers
4a2921184f0 : 6278700: JSlider created with BoundedRangeModel fires twice when changed
29440e8636b : 6744422: incorrect handling of -1 in set_jump_destination
756eea5eece : 6743107: clean up use of static caches in file manager
d46ed5c358e : 6397609: DOC: De-register API required for PropertyEditorManager and/or doc change
ab464bccd1e : 6744132: Spurious failures from test/javax/management/MBeanInfo/NotificationInfoTest.java
3d9b153464a : 6738933: assert with base pointers must match with compressed oops enabled
83e7d321613 : 6741004: UseLargePages + UseCompressedOops breaks implicit null checking guard page
fdfb7acee2a : 6405862: Allow CompositeType to have zero items 6737133: Compilation failure of test/javax/management/eventService/LeaseManagerDeadlockTest.java 6737140: Javadoc of some throw clauses of MBeanServer and MBeanServerConnection is garbled 6737143: createMBean of MBeanServer should acquire 2 extra throw clauses present in MBeanServerConnection
50a610e81ca : 6731410: JMXServiceURL cannot use @ConstructorProperties for compatibility reasons
003c0aae4ae : 6707023: Chenese Characters in JTextPane Cause Pane to Hang
fe4ebb456ff : 5026703: RFE: DOC: Are PropertyChangeSupport & VetoableChangeSupport Thread-Safe? --Docs Should Say
803014e138d : 5062055: JEditorPane HTML: HR-tag with attribute size=1px causes NumberFormatException
63d86bcfdaa : 4640544: New I/O: Complete socket-channel functionality
deaa5d94467 : 6570619: (bf) DirectByteBuffer.get/put(byte[]) does not scale well
5f00e2cd200 : 6554743: JFileChooser dn't close after pressing escape key after changing the views
ca45a0c6cc8 : 6614052: jhat fails to read heap dump > 2GB
39d8c225791 : 6597471: unused imports in javax.tools.JavaCompiler 6597531: unused imports and unused private const. in com.sun.tools.javac.Server.java
1833c872a0b : 6576763: Thread constructors throw undocumented NPE for null name
7861fdb8627 : 6742358: MetalSliderUI paint wrong vertical disabled filled JSlider for DefaultMetalTheme
b4ad1bd707c : 6742490: JSlider tests are located in JFileChooser directory
aba715ae04a : 6732698: crash with dead code from compressed oops in gcm
bef3a59d4cf : 6739267: D3D/OGL: add missing ThreeByteBgr to texture upload blit loop
969313d8cc0 : Added tag jdk7-b34 for changeset 1f47a876c043
3735e1a4b2d : Added tag jdk7-b34 for changeset 8810ae8edcd1
83dafe98b2f : Added tag jdk7-b34 for changeset 115202335eb1
14ecb7850fb : Added tag jdk7-b34 for changeset e33522ffd9bb
9da2b45a82d : Added tag jdk7-b34 for changeset fff241969646
b0c44a6c6eb : Added tag jdk7-b34 for changeset 1faafeba249c
3cc7c783623 : Added tag jdk7-b34 for changeset 5d6b06900843
bdd62705f2f : 6611837: block frequency is zero
b640b025c83 : 6731958: Include all the SA classes into sa-jdi.jar
8ab0a4d7a94 : 6732732: CTW with EA: assert(n != 0L,"Bad immediate dominator info.")
99ff6e5eb22 : 6742207: jdk7 32-bit windows build failed running pack200
3c4879eb9af : 6741738: TypePtr::add_offset() set incorrect offset when the add overflows
790bc3042dd : 4849617: (cs)Revise Charset spec to allow '+' in names
168e2b0ff2b : 6351074: JFileChooser removes leading space in filename
37306315b20 : 6736417: Fastdebug C2 crashes in StoreBNode::Ideal
26c780da728 : 5108146: Merge i486 and amd64 cpu directories 6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up
2697216f3a1 : 6741642: bad enum definition in ciTypeFlow.hpp
aa6165d767a : 6722116: CMS: Incorrect overflow handling when using parallel concurrent marking
fc7983c4052 : 6508981: cleanup file separator handling in JavacFileManager
136ad92f3d4 : 6685121: (launcher) make ReportErrorMessages accessible by other launcher subsystems
e2c297b29f6 : 5041784: (reflect) generic signature methods needlessly return generic arrays
4bdcbbe0b6c : 6741364: Some input method problems after the fix for 6585765
8bb4a8ec156 : 6727662: Code improvement and warnings removing from swing packages
d41b0a77b2a : 6682020: (bf) Support monitoring of direct and mapped buffer usage
e4f977c0a16 : 6585765: RFE: Remove Unicows-related code from AWT 6733976: VS2008 errors compiling AWT files - explicit casts need to be added 6728735: VS2008 errors compiling UnicowsLoader.h and fatal error in awtmsg.h
827a25e39d4 : 6728542: (se) epoll based SelectorProvider should be portable to platforms other than x86 and x64
b6db0aad855 : 6736649: test/closed/javax/swing/JMenuItem/6458123/ManualBug6458123.java fails on Linux
cd9045f4e8a : 6740930: G1: compilation failure with latest gcc
ec7f8bf1cbc : 6740526: sun/management/HotspotThreadMBean/GetInternalThreads.java test failed
a16656700d5 : 6737722: api/java_awt/TrayIcon/index.html#TrayIconHeadlessMode
29241c76941 : 6717876: Make java.net.NetworkInterface.getIndex() public
95008ab775e : 6740702: Comment tag update
87a408a8466 : 6497740: Limit the size of RSA public keys
630d73eb0ac : 4486841: UTF-8 decoder should adhere to corrigendum to Unicode 3.0.1 6636317: Optimize UTF-8 coder for ASCII input
cac629a0709 : 6732421: Removed old javavm and Classic VM files from the jdk7 sources
48d3ec16608 : 6735416: G1: runThese javasoft.sqe.tests.lang.thrd011.thrd01101.thrd01101 fails 6622418: G1: assert(false,"Non-balanced monitor enter/exit!") fails
99706867d4b : 6653883: jmap with no option should print mmap instead of heap information
b9c79ae2131 : 6733837: Recent work on javac diagnostic affected javac output
a3cdb4dcfbc : 6258215: Num of backlog in ServerSocket(int, int) should be mentioned more explicitly
befe056b42c : 6728478: Assertion at parallel promotion from young to old generation
6804a4e8ef6 : 6739357: CMS: Switch off CMSPrecleanRefLists1 until 6722113 can be fixed
2cb9d9610e8 : 6739302: Check that deserialization preserves EnumSet integrity
ea4f164aae1 : 6731826: race condition in UnixPrintServiceLookup
b00baea4a1e : 6736341: PermGen size is insufficient for jconsole
64b449dd2a1 : 6736461: ThreadMXBean Locks.java fails intermittently
731dd43ab43 : 6614210: JPRT Windows 32bit msival2 build failure when building 'install' workspace
ae4e7551248 : 6730716: nulls from two unrelated classes compare not equal
45f8e241e3d : 6732194: Data corruption dependent on -server/-client/-Xbatch
f1f86e9fa2a : 6705893: javax.script tests should not require a js engine on OpenJDK
cf5e518affd : 6459085: naked pointer subtractions in class data sharing code
36a04a49a72 : 6496269: Many warnings generated from com/sun/java/util/jar/pack/*.cpp when compiled on Linux
179908ef64b : 6737659: debug bundles are empty
1c42f2e0d3c : 6737900: TEST: Some JDI regression tests timeout on slow machines
bf2763ee4e1 : 6608862: segv in JvmtiEnvBase::check_for_periodic_clean_up()
57dabb4fcbf : 6722112: CMS: Incorrect encoding of overflown object arrays during concurrent precleaning
6ec4c76bb76 : 6674227: Missing LICENSE file during build
27a4da4686d : 6625846: Export system property java.version via jvmstat
0e04930c24e : 6724668: Hotspot: Official change to Sun Studio 12 compilers on Solaris
1e49d39e6b7 : 6732154: REG: Printing an Image using image/gif doc flavor crashes the VM, Solsparc
2a6a483ba0e : Added tag jdk7-b33 for changeset e1305f648e12
161f43b05a6 : Added tag jdk7-b33 for changeset 8725ccb1a22d
1e09fae226e : Added tag jdk7-b33 for changeset 31ff14943017
6b67fc83409 : Added tag jdk7-b33 for changeset f0165b195228
932d8f3242a : Added tag jdk7-b33 for changeset 58918025243a
948cea9d3fd : Added tag jdk7-b33 for changeset d958f883b42a
109504ddc4c : Added tag jdk7-b33 for changeset 05b15a2aeaaf
f5cc9098789 : 6708392: Provide internal API to create OverrideRedirect windows, XToolkit
f60907fd0a7 : 6736718: more copyright headers wrong
14b6adc7829 : 6718125: SA: jmap prints negative size for MaxNewHeap
0e5cf24bb35 : 6735918: test/closed/javax/swing/JMenuItem/6458123/bug6458123.java fails on Linux
18c2b3a6041 : 6735584: XNETProtocol:setStateHelper() produces bad _NET_WM_STATE messages
aeb1b5f21c4 : 6579243: Windows, GTK: Internal frame title is drawn wrong if the frame has RTL orientation
3b50ea90031 : 6604281: NimbusL&F :Regression in Focus traversal in JFileChooser in pit build
6144fe8e3eb : 6735720: Bump the HS14 build number to 03
c448d362ba7 : 6732461: broken message file for annotation processing
f092fd7939b : 6584657: GTK Look and Feel: Bugs in menu item layout
054a64704ad : 6734819: Javac performs flows analysis on already translated classes
a7cdf346853 : 6676362: Spurious forward reference error with final var + instance variable initializer
fe12031643d : 6718364: inference fails when a generic method is invoked with raw arguments
e2890ec21ac : 6610174: Improve CompositeDataSupport.toString when it includes arrays
0c7d8c2c756 : 6734977: Fix build failure regarding the now deleted file jdk/README.html
b267c3b7462 : 6695838: javac does not detect cyclic inheritance involving static inner classes after import clause
2d8b7bbf478 : 6334663: TabularDataSupport should be able to return values in the insertion order
1aa82b740b5 : 6733294: MBeans tab - UI issues with writable attributes
3630a38b8fc : 6731937: javax/print/CheckDupFlavor.java fails
fe12d75a7a6 : 6717257: MBeanServer doesn't describe RuntimeException for methods inherited from MBeanServerConnection
a1269f9d94d : 6730507: java.util.Timer schedule delay Long.MAX_VALUE causes task to execute multiple times
ac52b07e8df : 6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris
8e03026cf7e : 6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris
9af3b7b6bf8 : 6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris
0d4785d9a30 : 6728161: Add SKIP_BOOT_CYCLE feature to create boot jdk and use it during build
fa892cff0fb : 6728161: Add SKIP_BOOT_CYCLE feature to create boot jdk and use it during build
d87089df645 : 6734545: Corrections to missing explicit corba sources on javac compile lines
50913059004 : 6732441: TEST_BUG: ThreadMXBeanProxy test fails intermittently
ca985b5697e : 6734273: Minor updates to documentation of Custom MXBean Mappings
e2b3310cb65 : 6722565: G1: assert !r->is_on_unclean_list() fires
ffcb07d2868 : 6734171: java.net.NetworkInterface reports XCheck:jni warnings
6d08d079f09 : 6731685: CertificateFactory.generateCertificates throws IOException on PKCS7 cert chain
1788cb3419a : 6733995: legal notice repair on langtools/src/share/classes/com/sun/tools/javap/JavapTask.java
0c7e3a5aafa : 6733718: test /java/awt/FullScreen/UninitializedDisplayModeChangeTest/ fails
ad5fef1fce7 : 6730423: Diagnostic formatter should be an instance field of JCDiagnostic
4e01039ec99 : 6454041: decimal separator munches the character standing at the right (sk keyboard)
e174ee82847 : 6733589: Intermittent failure of test/javax/management/eventService/SharingThreadTest.java
b6dbc8cf63a : 4884240: additional option required for javap
44444bd9c09 : 4111861: static final field contents are not displayed
8a7edaa6c11 : Added tag jdk7-b32 for changeset aded486da6fd
a553eec7c9d : Added tag jdk7-b32 for changeset be386e469547
73799b19b5f : Added tag jdk7-b32 for changeset a89e8027a876
fa874d3a364 : Added tag jdk7-b32 for changeset ebccb17151f8
071bdf5302b : Added tag jdk7-b32 for changeset 49e709107aec
9dcada3fc24 : Added tag jdk7-b32 for changeset 9ab23b73f1b9
2517825e131 : Added tag jdk7-b32 for changeset 52d57178a9d7
449d7efefda : 6717988: D3D: rendering problems with JConsole on [Nvidia FX 5200]
c2fe3112f6c : 6728834: D3D/OGL: LCD AA text becomes bold and blurred when rendering to a non-opaque destination
609c288c72c : 4356282: RFE: T2K should be used to rasterize CID/CFF fonts
632c83fb463 : 6732819: Turn off compressed oops by default for now
7c754d92684 : 6627362: javac generates code that uses array.clone, which is not available on JavaCard 6627364: javac needs Float and Double on the bootclasspath even when not directly used 6627366: javac needs Cloneable and Serializable on the classpath even when not directly used
12198cdafde : 6618886: Anonymous objects can be destructed immediately and so should not be used
3da24841be5 : 6719981: Update Hotspot Windows os_win32 for windows XP 64 bit and windows 2008
4c82d94e47a : 6730273: TEST: JDI_REGRESSION test Solaris32AndSolaris64Test.sh fails if -XX:+UseCompressedOops is used
00d6396ea08 : 6732815: CORBA_2_3 java sources not explicitly compiled
897278fce0f : 6731641: assert(m->adr_type() == mach->adr_type(),"matcher should not change adr type")
eca52f9d2c2 : 6608572: Currency change for Malta and Cyprus
d0c78cb9cf5 : 6732192: CORE_PKGS.gmk: need to declare javax.management.event in the CORE_PKGS variable
28ced6a8e34 : 6509039: Swedish localization has incorrect am/pm markers in FormatData_sv
1c84fa35829 : 6725789: ScheduledExecutorService does not work as expected in jdk7/6/5
731e9ea8a90 : 6730380: java.util.Timer should use AtomicInteger
bea7a516fb6 : 6731726: jmap -permstat reports only 50-60% of permgen memory usage
5e94e3bf699 : 6732312: Switch off executing Escape Analysis by default
3e4831d05dc : 6616825: JMX query returns no value in 1.0 compatibility mode - deserialization bug in readObject()
cf105cf0857 : 5108776: Add reliable event handling to the JMX API 6218920: API bug - impossible to delete last MBeanServerForwarder on a connector
22260fb95db : 6689505: Improve MBeanServerNotification.toString
192678a7934 : 6730926: Document that create/registerMBean can throw RuntimeMBeanException from postRegister
413cf8882e4 : 6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
74b3de5c3be : 6730514: assertion failure in mangling code when expanding by 0 bytes
09fd47bcefc : 6652160: G1: assert(cur_used_bytes == _g1->recalculate_used(),"It should!") at g1CollectorPolicy.cpp:1425
d35e1bbd889 : 6730192: expression stack wrong at deoptimization point
91e177bfd9d : 6710791: Remove files or build from source:maf-1_0.jar, jlfg-1_0.jar
9b8118e3f71 : 6402254: Revisit ModelMBean DescriptorSupport implementation of equals and hashCode
8171c4e3d7c : 6730740: Fix for 6729881 has apparently broken several 64 bit tests: "Bad address"
50c4a23cac0 : 6726999: nsk/stress/jck12a/jck12a010 assert(n != null,"Bad immediate dominator info.")
ee07f33cc5a : 6730587: TEST: com/sun/jdi/MonitorFrameInfoTest.java fails with -server -Xcomp
74faacc9450 : 6721093: -XX:AppendRatio=N not supported
da50d1d60b1 : 6729881: Compiler warning in networking native code
c936a75ed04 : 6720185: DiagnosticFormatter refactoring
034e883c863 : 6727683: Cleanup use of COMPILER_WARNINGS_FATAL in makefiles
4d46dbd62c9 : 6709758: keytool default cert fingerprint algorithm should be SHA1, not MD5
6a3f9fd9985 : 6681798: (build) CharsetEncoder.java fails to compile in openjdk6 on ubutu 8.04
2d1fcda0d7f : 6729552: jvm98 crashes with SS12 built jdk on Solaris X64 fastdebug version
20de63f383e : 6700047: C2 failed in idom_no_update
7b4a7f7bdc4 : 6712835: Server compiler fails with assertion (loop_count < K,"infinite loop in PhaseIterGVN::transform")
1dce4ceddd3 : 6699328: NullPointerException in EventQueue.dispatchEvent when applet is closed, only reprise/scenario applet
b4ae1216b3d : 6638195: need API for EventQueueDelegate
873a9176c75 : 6630275: The spec on VetoableChangeSupport.fireVetoableChange should be updated
97c80b8c847 : 6717457: Internal Error (src/share/vm/code/relocInfo.hpp:1089)
f7be937495c : 6608456: need API to define RepaintManager per components hierarchy
eba63ce0883 : 6727661: Code improvement and warnings removing from the swing/plaf packages
fbde930522c : 6675483: Javac rejects multiple type-variable bound declarations starting with an enum type
16436dc54de : 6235443: REG:Overlapping a swing app with an AWT app causes flickering in the background swing app on Windows
5f46dc30019 : 6500701: Enhanced for loop with generics generates faulty bytecode
9d9f5afb8ea : 6687968: PNGImageReader leaks native memory through an Inflater
e4417bdabfd : 6672135: setInterval() for local MonitoredHost and local MonitoredVm does not work
b2066f470b3 : 6727829: BasicLabelUI rendering fails if multiple AppContexts exist in same java JVM
44b60b7c426 : 6725543: Compiler warnings in serviceability native code
3bc508df8a6 : 6717241: some diagnostic argument is prematurely converted into a String object
95dc5f84736 : 6707406: BasicColorChooserUI tests throw NPE while getColorSelectionModel if isPropertyChanged() returns true
8ad3454b180 : 6722802: Code improvement and warnings removing from the javax.swing.text package
949d3854a5b : 6726309: Compiler warnings in nio code
2fa9f3bee9f : 6728728: (se) WindowsSelectorImpl.c doesn't compile with Visual Studio 2008
02a6cd79141 : 4778988: CompoundBorder.isBorderOpaque() has incorrect documentation
c3732ffc5d4 : 6725409: Unable to localize JInternalFrame system menu during run-time
9879011723a : 6594284: NPE thrown when calling a method on an intersection type
fec04e0a18d : 6651719: Compiler crashes possibly during forward reference of TypeParameter
f3eff961d36 : 6726015: JavaCompiler: replace desugarLater by compileStates
7f639280120 : 6728076: Test case for 6536211 is failing on all platforms
bd5f86fee19 : 6728492: typo in copyrights in some files touched by the d3d pipeline port
fcbf2d12456 : 6726504: handle do_ifxxx calls in parser more uniformly
a44852b8fe9 : 6607130: REGRESSION: JComboBox cell editor isn't hidden if the same value is selected with keyboard
7f530b42c8d : 6668281: NullPointerException in DefaultTableCellHeaderRenderer.getColumnSortOrder()
20dba03e991 : 6716785: implicit null checks not triggering with CompressedOops
22e8b43f705 : 6726164: jdk\src\windows\native\java\net\NetworkInterface.h(172) : error C2365: 'IpPrefixOriginOther' : redef
e4c9db984fe : 6725214: D3D: forward-port the new pipeline from 6u10
e91ae90285a : 6552812: Add HSL tab to JColorChooser
5628d956d54 : 6405995: (ch) test/java/nio/channels/Selector/Wakeup.java broken
d7394859b3f : Added tag jdk7-b31 for changeset bcb5c0d7c1ab
8b4c5a01d24 : Added tag jdk7-b31 for changeset 9a19b12225f4
4a6a9212016 : Added tag jdk7-b31 for changeset 3e8ca32a629a
70234955571 : Added tag jdk7-b31 for changeset 2378316adee0
c04b76a222b : Added tag jdk7-b31 for changeset e1baa9c8f16f
271059534c0 : Added tag jdk7-b31 for changeset 918ff19c1a3a
873c5789943 : Added tag jdk7-b31 for changeset d9dc137c39e1
1193f0f9dbe : 6723228: NUMA allocator: assert(lgrp_id != -1, "No lgrp_id set") 6723229: NUMA allocator: assert(lgrp_num > 0, "There should be at least one locality group")
fae39068e8e : 6723160: Nightly failure: Error: meet not symmetric
c09d716d345 : 6429289: (se) sun.nio.ch.SelectorImpl.processDeregisterQueue creates excessive garbage
61dd937d11c : 6541641: (fc) java/nio/channels/FileChannel/ExpandingMap.java should clean up after itself
a8fc1db8c1e : 6707044: uncommon_trap of ifnull bytecode leaves garbage on expression stack
c65bf79ac2e : 6548261: Use of SE in make/common/Defs-windows.gmk
a6f6acaf271 : 6657907: javadoc has unchecked warnings
43dbd05ddec : 6724071: refactor Log into a front end and back end
6acd06f8b53 : 6720240: IOB exception when getting font metrics of hershey font
2270e88840c : 6608833: (se spec) SelectionKey @throws references wrong param
e9e432633bd : 6720130: NUMA allocator: The linux version should search for libnuma.so.1
cc0b15ccd8a : 6536211: flaw in ServerImpl
040fbc1535a : 6725192: Some JDI Regression tests fail if @debuggeeVMOptions contain multiple blanks
26625ab7f58 : 6724367: par compact could clear less young gen summary data
038a30dde34 : 6483129: par compact assertion failure (new_top > bottom)
398aa66a77b : 6718283: existing uses of *_FORMAT_W() were broken by 6521491
72e64424e06 : 6725036: javac returns incorrect value for lastModifiedTime() when source is a zip file archive
efd2515395f : 6724551: Use Queues instead of Lists to link compiler phases
aa985271fdb : 6724327: eliminate use of shell tests for simple golden file tests
2703662478b : 6723570: G1: assertion failure: p == current_top or oop(p)->is_oop(),"p is not a block start" (revisited!)
634c79b98d2 : 6704966: OpenJDK README needs additional info on how to build freetype 6704968: OpenJDK Build README is missing ant requirement 6704973: OpenJDK Build readme needs cygwin package list improvements 6590549: Cygwin build of OpenJDK has problems and not very well documented 6462815: cygwin's gnumake 3.81-1 does not support MS-DOS path names 6597857: JDK build instructions need to be updated (BUILD_JDK_IMPORT_PATH, BUILD_BINARY_PLUGS_PATH)
18dbebd1430 : 6672698: mangle_unused_area() should not remangle the entire heap at each collection
4c954210137 : 6700889: Thread resume invalidates all stack frames, even from other threads 6701700: MonitorInfo objects aren't invalidated when the owning thread is resumed
3916f38bd49 : 4994637: LTP: java.beans.java_util_Map_PersistenceDelegate: ConcurrentModificationException
1bdca97b29c : 6351692: catch(Throwable) in java.beans.MetaData preventing thread shutdown
4333dd35201 : 6323980: Annotations to simplify MBean development
9ac27197dfe : 6480981: keytool should be able to import certificates from remote SSL servers
02ef4bbc8c8 : 4501661: disallow mixing -public, -private, and -protected options at the same time
d1e93339315 : 6716452: (classfile) need a method to get the index of an attribute
a2ef1138ade : 6715753: unknown option error can be a little more helpful
23aea10d3ed : 6715757: javap does not print "extends java.lang.Object"
fdd75a4bbbd : 6715251: javap should be consistent with javac and return 2 if given no arguments
16cd6c79226 : 6723762: Fix shell command that gets java version (uses 2>1)
6fa758c552a : 6695765: Remove winver.exe completely from jdk sources
e2a366414cf : 4916852: RFE: LTP: BorderLayout Persistence Delegate should use 1.5 API
f7cbc30ff9e : 6723013: Incomplete push for 6693974
b4be323f02a : 6635663: make/tools/AutoMulti/{AutoMulti,TestALFGenerator}.java still generate files with wrong legal notices
2720870af6c : 6723018: Need to push the test for 6682046
5a843be073f : 6682046: Mixing code does not always recalculate shapes correctly when resizing components
1dce7af76f2 : 6647340: Minimized JInternalFrame icons appear in incorrect positions if the main frame is resized
29aa2aecb4f : 6693974: Unify EventQueue$EventQueueItem and SunToolkit.$EventQueueItem classes
1267284a6fc : 6582346: javaw launcher does not display MessageBox after change to the resource files
5967d518b5e : 6601652: MXBeans: no IllegalArgumentException in the ex. chain for SortedSet/Map with a non-null comparator()
696e17c0ba6 : 6684714: Optimize EA Connection Graph build performance
bd5973ed587 : Added tag jdk7-b30 for changeset 372aa565a221
7a3824742c9 : Added tag jdk7-b30 for changeset f16baef3a20e
326cc028f55 : Added tag jdk7-b30 for changeset ea49b52bbea7
65160bc8efa : Added tag jdk7-b30 for changeset a56dfa43e9c6
63688d86ae4 : Added tag jdk7-b30 for changeset ddf3e9583f2f
fae3ed24bc1 : Added tag jdk7-b30 for changeset 8e2f588d7b97
730d49c5c1b : Added tag jdk7-b30 for changeset 982030fabc32
3ec1c6f1088 : 6695777: Queens.class should be built from source, not put in source repo
27f026097f9 : 6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles)
07198ddeda4 : 6702387: G1: assertion failure: assert(p == current_top || oop(p)->is_oop(),"p is not a block start")
4d965a71531 : 6719955: Update copyright year
2617d1d179f : 6719955: Update copyright year
c54b4b418b1 : 6719955: Update copyright year
f287feae097 : 6719955: Update copyright year
c96a95c4b8d : 6719955: Update copyright year
c9dfb8b1bfe : 6719955: Update copyright year
47cc716f012 : 6719955: Update copyright year
3f961d60620 : 6618401: Input method cannot be selected from System menu
1a0c2614692 : 2157677: ClassPrepareRequest.addSourceNameFilter() does not behave as documented
3fce795f6c2 : 6656849: NullPointerException thrown while de-serializing IPV6 Address
19fc7593d15 : 6713809: FTP fails from multi-homed system
d44be8e3a0d : 6618726: Introduce -XX:+UnlockExperimentalVMOptions flag
dd2dfec9f5b : 6675856: Open charset tests
35038e62cdd : 6541631: (fc) java/nio/channels/Filechannel/LongTransferTest.java should clean up after itself
84b91226e30 : 6645197: (so) Timed read with socket adaptor throws ClosedSelectorException if temporary selector GC'ed
2c9fd9172b2 : 6718830: Hotspot fails to build with gcc 4.3
4213e62fb7b : 6716441: error in meet with +DoEscapeAnalysis
a0b0fb42fdc : 6718811: Mismerge of 6680469:macro.cpp
ef9b3891fc4 : 6718965: Swing color chooser tests should be open source
9d7b3f41e04 : 6718964: Swing border tests should be open source
86ac930e557 : 6581899: JTextField & JTextArea - Poor performance with JRE 1.5.0_08
72d83e37086 : 6614556: null location for MonitorContendedEnterEvent
dd0f4f4cc69 : 6507179: javadoc -source 1.3 does not work with jdk6
827decba87c : 6481955: Uncanonicalized absolute filepath with length 248-260 no longer works (win)
d1ff48eb56c : 4752069: (cs spec) BOM should not be ignored in UTF-16 charsets
510a97ebed4 : 6620329: jstack prints double native methods on Solaris/sparc
1755a594512 : 6717128: Using relative path for ALT_OUTPUTDIR does not work properly
873da1efe8e : 6718676: putback for 6604014 is incomplete
a671e7c7b5c : 6710487: More than half of JDI Regression tests hang with COOPs in -Xcomp mode
2d64a7a3698 : 6604014: add support for ideal graph visualizer
b6c292d65db : 6718086: CMS assert: _concurrent_iteration_safe_limit update missed
5106cf17a39 : 6708714: Optimize long LShift on 32-bits x86
36d2406edc1 : 6708509: print dialog is not displayed when default paper is custom
762ea5875b8 : 6623943: javax.swing.TimerQueue's thread occasionally fails to start
3a96c0f73d3 : 6704896: FD_SET usage can cause stack corruption (sol)
6aa1d81c2f4 : 6682536: java\awt\FullScreen\NonfocusableFrameFullScreenTest\NonfocusableFrameFullScreenTest.java fails
1f819855d5a : 6694099: Hotspot vm_exit_out_of_memory should dump core
f457ac179ab : 6717462: Update build number for HS14 B01
0a077d276e1 : 6715633: when matching a memory node the adr_type should not change
694776b2973 : 6714694: assertion in 64bit server vm (store->find_edge(load) != -1,"missing precedence edge") with COOPs
8b4b14af5c8 : Added tag jdk7-b29 for changeset 94987e5c1597
fe4c7083aab : Added tag jdk7-b29 for changeset 53d8346cf189
795c6f10123 : Added tag jdk7-b29 for changeset ffdeab0ba9fb
678dc33225c : Added tag jdk7-b29 for changeset 0a9d30ac11e8
915e0d1ee44 : Added tag jdk7-b29 for changeset 3c247f90db8c
ec4388fe50c : Added tag jdk7-b29 for changeset 2adceccb860a
0bad93b9d7e : Added tag jdk7-b29 for changeset c7154bfdcf4b
f33c28c7fb0 : 6294779: Problem with interface inheritance and covariant return types
5e1c37cd117 : 6716534: Krb5LoginModule has not cleaned temp info between authentication attempts
cfd8c6e652b : 6716866: some javac regression tests fail to compile with re-orged file manager
f44f03f9ea5 : 6714842: CertPathBuilder returns incorrect CertPath for BasicConstraints in builderParams
7690c18be2a : 4114658: DOC: Unspecified behaviour for java.beans.PropertyEditorSupport
9e5e0e9d44c : 6694792: Syntax error in java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter_2.java
f8d7c817f6b : 6706121: makefile: unnecessary Motif classes compilation in JDK7
93584b3060a : 6676016: ParallelOldGC leaks memory
2e420d40019 : 6715767: javap on java.lang.ClassLoader crashes
85148f4cf0c : 6716137: Fix 6691328 is broken
3bdf3063261 : 6708550: LTP: XMLEncoder does not encode instances of the File class
27b7da6dfc6 : 6714365: refactor JavacFileManager to move nested classes to top level
3a5617e9f7c : 6616323: consider benefits of replacing a componen array with other collection from the awt.Container class
5917bb24f3b : 6711377: test/java/awt/font/TextLayout/VisibleAdvance.java missing GPL
69eb2b72c60 : 6714758: hotspot: provide an entry point to the BootStrap Class loader[dholmes,acorn]
d39e2090113 : 6625520: javac handles missing entries on classpath badly
cb8502a58c6 : 6681796: hotspot build failure on gcc 4.2.x (ubuntu 8.04) w/ openjdk 6
172da57394b : 6673277: Thread unsafe lazy initialization code in sun.security.provider.certpath.*Checker classes
7d7546ef37a : 4685768: A11y issue - Focus set to disabled component, can't Tab/Shift-Tab
c8fdd80cc2b : 6714364: refactor javac File handling code into new javac.file package
2d15cd8fc69 : 6501089: test/java/nio/channels/SocketChannel/AsyncCloseChannel.java failing (timeout) on Linux
6978df8f5d4 : 6714406: Node::dominates() does not always check for TOP
aed0736fe3f : 6714043: Minor fix to SS12 makefile changes
afbdf296292 : 6714404: Add UseStringCache switch to enable String caching under AggressiveOpts
1c4114a2d38 : 6483406: new ServerSocket() sometimes takes more than 3 minutes on Suse Linux
0557c0b5005 : 6714244: Plotters in MBeans tab should use SnapshotMBeanServerConnection too
9a3b5642cf3 : 6697238: missing dependencies for precompiled headers with platform dependent includes
64cefa94d14 : 6378099: RFE: Use libfontconfig to create/synthesise a fontconfig.properties
b381148ebea : 6697236: missing Identity for "(X+Y) - X" into Y
840473c1e37 : 6628569: api/java_net/MulticastSocket/descriptions.html#setTTL fails is ipv6 configured
278b5e83cef : 6630348: Invalid html tags (extra double quote)
f2e8ba353cd : 6698625: InetAddress.getLocalHost() failed in returning chinese local host name
a82afd549a2 : 6710665: G1: guarantee(_cm->out_of_regions() && _cm->region_stack_empty() && _task_queue->size() == 0, ...)
98b9988c29d : 6647068: libjvm.so is not built PIC
bc2be13ac05 : 6704165: JDK_DEBUG_IMAGE_DIR used in jdk/make/common/Release.gmk but not defined
0fbcd876e75 : 6710907: vestigial MOTIF references from Makefiles
1b581dbcbcb : 6710904: COMMON_BUILD_ARGUMENTS needs PREVIOUS_..._VERSION settings
f7134c8cfda : Added tag jdk7-b28 for changeset 9ab834e560b8
eca36c6c047 : Added tag jdk7-b28 for changeset 2063bcfb0878
07db8cfb881 : Added tag jdk7-b28 for changeset 520aef2d35e0
e4a3ab03e8e : Added tag jdk7-b28 for changeset 9b4457aa27c8
2885519cea6 : Added tag jdk7-b28 for changeset 4fffe2012767
08aed95c283 : Added tag jdk7-b28 for changeset 835a30ccef5b
bc8e4ad55a8 : Added tag jdk7-b28 for changeset 46753aa3d328
0568ea9ed47 : 6688799: Second fix for Guarantee failure "Unexpected dirty card found"
0c259336ec0 : 6711106: REGRESSION: Bad usage of SnapshotMBeanServerConnection in MBeans tab and JConsole plugins
b572eb5b2b4 : 6711435: console.sh uses incompatible ==
afdf0ae0a0d : 6711509: PolicyTool is misspelling Runtime permission - 'setSecurityManager' entry in the policy file
a2d6036a4d0 : 6687581: Make CMS work with compressed oops
ed4e9a5d5c3 : 6711930: NUMA allocator: ParOld can create a hole less than minimal object size in the lgrp chunk
fa0719879c5 : 6706299: System property java.class.version should be 51 for jdk7
4cce21039ef : 6711701: disable compressed oops by default
8f7aabf9558 : 5035693: "Open" button should be a default one in JFileChooser under Windows XP LAF
4760698435d : 6614100: EXCEPTION_ACCESS_VIOLATION while running Eclipse with 1.6.0_05-ea
12669e953fd : 6710199: SJIS_0213 does not handle "unmappable" encoding operation correctly 6699038: sun/nio/cs/findencoderBugs.java fails
18f3386a98e : 6711316: Open source the Garbage-First garbage collector
952b45f6b68 : 6711083: 64bit JVM crashes with Internal Error (type.cpp:763) - ShouldNotReachHere() with enabled COOPs
1562d780800 : 6695819: verify_oopx rax: broken oop in decode_heap_oop
92cea6ce44e : 6711276: langtools has incorrect -Werror switch
dbdeade3b7a : 6709093: Compressed Oops: reduce size of compiled methods
97bcf18b885 : 6710579: (ch) test/java/nio/channels/AsyncCloseAndInterrupt fails (lnx)
06e7bf1f858 : 6596323: (fc) ClosedByInterruptException not thrown by the interrupt method (lnx)
f46dc4e70ba : 6652379: File.setLastModified fails on large files (lnx only)
252f292cc22 : 4939819: File.canWrite() returns false for the "My Documents" directory (win)
dfe323d6407 : 6562936: Support custom type mappings in MXBeans
e01cfb7fa8c : 6701498: Change JMX query language to use * and ? as wildcards rather than % and _
0ad6d3770b6 : 6626677: Error: Unimplemented()/HPI sysMonitorExit is broken on linux
9a2ae13639a : 6688110: JSlider has incorrect javadoc for the setValueIsAdjusting method
54eeffff83c : 6709165: Tests hang or misbahve with HS 13.0-b01 on solaris-sparcv9
00bce59c67d : 6710654: SAJDI failures with Compressed Oops
39463bb3fcb : 6629727: assertion in set_trap_state() in methodDataOop.hpp is too strong
821c41a2cd4 : 6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles)
ea96ee4b47f : 6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles)
86031542b2e : 6571802: 'Shared Documents' listed in-between C,D drives in the JFileChooser, does not match with native
4db94beee6a : 6708322: test/closed/java/awt/Focus/TemporaryLostComponentDeadlock fails
ac0b8d6ebe0 : 6280057: I have audited SystemTray and TrayIcon code
720109f8ec2 : 6690018: RSAClientKeyExchange NullPointerException
321a423512c : 6708729: update jdk Makefiles for new javap
0a7516d7442 : 4075303: Use javap to enquire aboput a specific inner class 4348375: Javap is not internationalized 4459541: "javap -l" shows line numbers as signed short; they should be unsigned 4501660: change diagnostic of -help as 'print this help message and exit' 4776241: unused source file in javap.. 4870651: javap should recognize generics, varargs, enum 4876942: javap invoked without args does not print help screen 4880663: javap could output whitespace between class name and opening brace 4975569: javap doesn't print new flag bits 6271787: javap dumps LocalVariableTypeTable attribute in hex, needs to print a table 6305779: javap: support annotations 6439940: Clean up javap implementation 6469569: wrong check of searchpath in JavapEnvironment 6474890: javap does not open .zip files in -classpath 6587786: Javap throws error : "ERROR:Could not find <classname>" for JRE classes 6622215: javap ignores certain relevant access flags 6622216: javap names some attributes incorrectly 6622232: javap gets whitespa
ce : confused 6622260: javap prints negative bytes incorrectly in hex
d10912d5133 : 6709972: runThese failed with assert(false,"bad AD file")
cda549c2c28 : 4987336: JSlider doesn't show label's animated icon
2ae586bafcd : 6709530: There are unnecessary code in slider classes, such as in JSlider and SliderUIs
835c7a9ddb7 : 6709213: Update Build number for HS13 b02
160c6f164de : 6592586: RequiredModelMBean prints a WARNING message when calling getAttributes() for a non-existing attr
e3ba3ecd1db : 6677785: REGRESSION: StackOverFlowError with Cyclic Class level Type Parameters when used in constructors
afb636d5994 : 6507024: casting an array to a generic type results in a 'capture#69 of ?' type error
617daebc690 : 6665223: Static import of inherited protected method causes compiler exception
2e672ac9bf6 : 6695049: (coll) Create an x86 intrinsic for Arrays.equals
a1f50998ae7 : 6705887: Compressed Oops: generate x64 addressing and implicit null checks with narrow oops
319d9561459 : 6706604: Copyright headers need to be changed to GPL
eaa732b2fd8 : 6673853: LegacyIntrospectorTest is testing an old deprecated com.sun API not present in OpenJDK
da21254012a : 6691328: DragSourceContext returns unexpected cursor
646ceb4a454 : 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
1f9e095ee3c : 6707485: bytecodeInterpreterWithChecks.xsl is malformed
f73b1b78d78 : 6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
e3cd9f9e06f : 6587560: OpenJDK problem handling bitmaps returned when LCD text is requested
831ee085f03 : 6706662: Remove workaround introduced in fix for 6624782
5d322a1edf0 : 6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles)
c0dfc6ea219 : 6705313: Incorrect exit $? in keytool's autotest.sh
44b0d9abbe5 : 6694823: A popup menu can be partially hidden under the task bar in applets
f0fd6aa12c2 : 6668273: Example given in java.beans.EventHandler shows incorrect order of parameters
e7c264308cc : 6705935: javac reports path name of entry in ZipFileIndex incorectly
e3cb6a2c82d : 6657909: javap has unchecked compilation warnings
aefbc416952 : 6705945: com.sun.tools.javac.zip files do not have valid copyright
e072682162f : 6706358: jdk/test/sun/security/pkcs11/Cipher/TestSymmCiphers.java has the wrong copyright notice
c966634470a : 6705523: Fix for 6695506 will violate spec when used in JDK6
2bd5006eac8 : Added tag jdk7-b27 for changeset ae44a6d84438
f269bbddcf8 : Added tag jdk7-b27 for changeset 5ca30a3c97e7
a9926f22874 : Added tag jdk7-b27 for changeset 2c73948e4bf3
5e5fa100832 : Added tag jdk7-b27 for changeset 907e5ecf4714
6346f4b62bc : Added tag jdk7-b27 for changeset 9ba36c07dcee
9f5e04c259b : Added tag jdk7-b27 for changeset 4d94f3a46d3e
e9c2aa9df9e : Added tag jdk7-b27 for changeset fcdebcbc4177
4b3a6a58b40 : 6606443: Infinite loop in FlowView.layout when using HTML tables in JEditorPane
e53e767d885 : 6703888: Compressed Oops: use the 32-bits gap after klass in a object
76035424de9 : 6703890: Compressed Oops: add LoadNKlass node to generate narrow oops (32-bits) compare instructions
757229db719 : 6695810: null oop passed to encode_heap_oop_not_null
68458b3b27a : 6703377: freetype: glyph vector outline is not translated correctly
4b9a053b3fa : 6253172: Some key characters on none US keyboard cannot be typed since JDK 1.4
be8dde580e8 : 6611637: NullPointerException in sun.font.GlyphLayout$EngineRecord.init
b57cf5b990f : 6703552: Missing files from changeset for 6701459
60c74ba1157 : 6701887: JDK7 server VM in endless loop in Node::dominates
9bcba384cbb : 6700102: c2 assertion "counter_changed,"failed dependencies, but counter didn't change")" with AggressiveOpts
1138f00d745 : 6630501: CRASH: JCK test eats much memory and jvm crashes
19c686e7f48 : 6590549: Cygwin build of OpenJDK has problems and not very well documented
a83943f8b04 : 6670408: testcase panics 1.5.0_12&_14 JVM when java.net.PlainSocketImpl trying to throw an exception
69a10f680ae : 6644301: lightweight components can repaint outside request bounds
f333c99e58f : 6675596: SurfaceManagerFactory should allow plugging in different implementations
f3ee9c2f060 : 6383078: OCSP checking does not work on end-entity certificate
a9f3e4ddb87 : 6701459: Synchronization bug pattern found in javax.management.relation.RelationService
3ea05e6a1a6 : 6604044: java crashes talking to second X screen
3a4ea9a9864 : 6701024: SAJDI functionality is broken
33dda32d9ca : 6697721: OpenJDK: rotated text baseline different between TextLayout and drawString
8011082abfb : 6696292: Printing transformed images accuracy problems
95f191ea957 : 6636469: Java Fullscreen Exclusive Mode not working with Xorg server 1.3.0 and above
6014ce6668d : 6699843: IllegalArgumentException when using Graphics.drawString( "", 0, 0 )
e7b25f91b24 : 6691215: (coll) IdentityHashMap.containsValue(null) returns true when null value not present
53684b64792 : 6691185: (coll) TreeMap.navigableKeySet's descendingIterator method starts at first instead of last entry
901635bc1d6 : 6636363: BufferUnderflowException decoding length 6 UTF-8 sequences with direct buffers
a2a49ae8de8 : 6670684: 4/5 SA command universe did not print out CMS space information
1689a5ecba5 : 6697534: Premature GC and invalid lgrp selection with NUMA-aware allocator
c3f28b519ad : 6697875: Copyright headers need to be upgraded with GPL derivative
c2072462fb7 : 4935607: RFE: LTP: Should be possible to set the TRANSIENT attribute of propertiies to FALSE
99f494c8ee7 : 6348456: BasicColorChooserUI ignores JColorChooser selection model changes
bc777dbec95 : 6635277: Incorrect text seen when creating a new folder, when selection is on the image file in JFileChooser
72313bcf20e : 6603011: RFE: Optimize long division
cc169e2b9d3 : 6625450: javax.swing.border.TitledBorder.getBaseline() doesn't throw IAE when width is < 0
9b2d755745a : 6662086: 6u4+, 7b11+: CMS never clears referents when -XX:+ParallelRefProcEnabled
bd09a2baed5 : 6687919: REGRESSION : Classloader can handle any resource which is not included in classpath
f8f23e46abb : 6688203: Memory leak and performance problems in the method getFileSystemView of FileSystemView
bf8a41a9fce : 6563616: Clarify instructions for unpacking openjdk binary "plug" 6611685: Incorrect link to CA certs info from build README 6682167: Add cygwin faq to README-builds.html
12cef95d403 : 6695553: Cleanup GPLv2+SPL legal notices in hat sources
faadc399660 : 6656651: Windows Look and Feel LCD glyph images have some differences from native applications
c2d32a0f1bc : 6695818: New regression test (KerberosTixDateTest) for Kerberos failing on (probably) all platforms
0bbb786728b : 6695506: JVM should accept classfiles with classfile version 51
92019e467c0 : 6690791: Even more ClassCasetException with TrayIcon
4594b0f8ea8 : 6642612: JFileChooser approve buttons should use Open and Save text (GTK)
f09d6c6ac39 : 6524424: JSlider Clicking In Tracks Behavior Inconsistent For Different Tick Spacings
bb7ccea4ff2 : 6652736: well known classes in system dictionary are inefficiently processed
b05f95c5a9a : 6695288: runThese tests expr30303 and drem00301m1 fail when compiled code executes without deopt
aee4bafd9b3 : 6689523: max heap calculation for compressed oops is off by MaxPermSize
e6afe110b8d : 6692246: Regression : JDK 6u4 b01 fails two JCK tests when fallback is switched off
f149163508f : 6614972: JSlider value should not change on right-click
f5ac15812cd : 6693507: There are unnecessary compilation warnings in the com.sun.java.swing.plaf.motif package
a24f915b60d : 6684395: Port NUMA-aware allocator to linux
c091ee49da4 : 6210674: FileChooser fails to load custom harddrive icon and gets NullPointerException
c672506f950 : 6679308: Poor text rendering on translucent image
cb5a8e47fb1 : 6664915: SecurityException using javax.print APIs when queuePrintJob permission is granted
88cfc253d10 : 6694480: Two small inefficiencies in getting font strikes for transformed fonts
9d90ce57817 : 4252173: Inability to reuse the HorizontalSliderThumbIcon
818282ec8cc : 6659990: KerberosTicket.getEndTime does not copy date (findbugs)
bd6eb33b2a7 : 6524501: inconsistency with PKCS#11 spec - 0-value flags in CK_SLOT_INFO struct returned by C_GetSlotInfo()
edfa6ff652f : 6692979: VM Crash when shearing text + rect over a range of values
9e39cf49ed3 : 6687298: Reg testcase java/awt/Graphics2D/DrawString/RotTransText.java fails on windows
71791668df0 : 6690169: Specification for BasicPermission.equals() is not consistent
088cd1203f3 : 6646019: array subscript expressions become top() with -d64
74c68ed9590 : Added tag jdk7-b26 for changeset a19298c17815
aefdc2b0681 : Added tag jdk7-b26 for changeset 2965fc37ce01
945d119b8e7 : Added tag jdk7-b26 for changeset bdb54a99e398
631d7accc6e : Added tag jdk7-b26 for changeset 10fbc32c25b0
0584538555a : Added tag jdk7-b26 for changeset a00cf1fc28a8
87af4e2e53c : Added tag jdk7-b26 for changeset 878e1f117e8e
fe8717cad44 : Added tag jdk7-b26 for changeset 4cba87fe0944
81c6ccf7294 : 6693457: Open-source hotspot linux-sparc support
f82f310abaa : 6523403: Need to provide lcms library with PYCC and LINEAR_RGB OS ICC profiles
6f63c6e88b1 : 6663848: assert(i < Max(),"oob") in C2 with -Xcomp
4e3444d0ce5 : 6625997: CastPP, CheckCastPP and Proj nodes are not dead loop safe
041877583d4 : 6601321: Assert(j == 1 || b->_nodes[j-1]->is_Phi(),"CreateEx must be first instruction in block")
69155d87f9e : 6689060: Escape Analysis does not work with Compressed Oops
c2e37f139a2 : 6682380: Foreach loop with generics inside finally block crashes javac with -target 1.5
8dff6c648be : 6691503: Malicious applet can show always-on-top popup menu which has whole screen size
9145169200e : 6627324: Alt Graph doesnot generate any key event when pressing in German locale
a934ff801a3 : 6689000: Changes in 6675606 causing regression test failures on windows-i586
1ca7f71818e : 6692027: Custom subclasses of QueryEval don't serialize
3c827ac2b02 : 6691494: doc build broken in tracingdocs
0e9c8616cc5 : 6641585: jdk/make/javax/Makefile should not have both SUBDIRS and AUTO_FILES_JAVA_DIRS
7cc4f58228f : 6675802: Regression: heavyweight popups cause SecurityExceptions in applets
18ff524a84e : 6558853: getHostAddress() on connections using IPv6 link-local addrs should have zone id
0d2e60cbc6d : 6690036: some code cleanup for insets-related code
f072bc9d3f9 : 6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
cd24f6fc4a9 : 6690122: Provide a mechanism for specifying Java-level USDT-like dtrace probes
15b006b37c8 : 6690518: Bump Version to 13 B01
8ece15fd058 : 6688137: c++ interpreter fails on 64bit sparc
2dc88cc9c93 : 6644726: Cookie management issues
df8fc19aac4 : 6686791: Side effect in NumberFormat tests with -server -Xcomp
fe31c020533 : 6689788: Bump HSX12 build version number
849e0dfc447 : 6622385: Accessing protected static methods
351801ee0b1 : 6687282: URLConnection for HTTPS connection through Proxy w/ Digest Authentication gives 400 Bad Request
e4c9ea9e2dc : 6692301: Side effect in NumberFormat tests with -server -Xcomp
3f919e4a32e : 6659779: HttpURLConnections logger should log tunnel requests
bcbd82060a1 : 6430553: MouseClick event should not be fired if MouseRelease happened without MousePress
f935457fef2 : 6635133: Exception thrown when using a Unicode escape
a2db9ffac05 : 6484686: The next directory looks like it is no longer part of the build (deploy makefiles)
5a0ae8fa6f9 : 6631361: Spec of AccessControlContext constructor is not complete
697620a8bb9 : 6612531: api/javax_swing/ScrollPaneLayout/index.html#xxxLayoutSize (ScrollPaneLayout2024) throws NPE
c942da3f2e1 : 6688067: regression test for 6471693 is missed
f1854fe0bf1 : 6471693: Moving the vertical scroll bar of List in FileDialog leads Flickering in solaris
4a831d45f08 : 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
74ae1c6b654 : 6686273: Some AWT reg. tests should be moved to open repository (for CRs 6444769, 6480547, and 6560348)
6c33c4e7215 : 6687508: Update test/sun/management jtreg tests due to sun.management.ManagementFactory class rename
4230ecea86c : 6644928: Internal Error (src/share/vm/code/relocInfo.hpp:1089)
0d3612f2d84 : 6624717: Corrupted combo box, GTK L&F, Ubuntu 7.10
fb2418cb144 : 6571950: SSLSocket(raddr, rport, laddr, lport) allows null as laddr that spec doesn't reflect
b8995164f70 : 6546671: (spec)javax.net.ssl.TrustManagerFactory.getInstance() throws undocumented NP 5053895: (spec) Unspecified IllegalStateException in TrustManagerFactory
3b3f5839b6f : 6546639: (spec)javax.net.ssl.SSLContext.getInstance(null) throws undocumented NPE
caf5ff6f0e6 : 6662775: Move imaging and color classes from closed to open
7f4be796503 : 6529796: Support JIS X 0213:2004 in existing JDK versions, especially for Windows Vista
34f12e0ac43 : 6678161: Printing to remote non-Postscript printer does not work in Linux
7ea08914580 : 6692235: Fix for 6666698 broke -XX:BiasedLockingStartupDelay=0
0b3a154bf30 : 6686407: Fix for 6666698 broke -XX:BiasedLockingStartupDelay=0
98ecfdaa470 : 6610094: Add generic support for platform MXBeans of any type (also fixed 6681031)
6361bb6771a : 6638477: Two external URLS referenced in 2D documentation are no longer functioning
81475bf1a6c : 6615981: JVM class file parser incorrectly rejects class files with version < 45.2
b3d58351588 : 6684056: SUPERSCRIPT TextAttribute on font needs to trigger layout
da0bf7574c8 : 6684582: Launcher needs improved error reporting
c5757d6fbdd : 6675606: javax.security.auth.login.Configuration does not recognize path with spaces
fbb2220d00a : 6633656: Cross platform print dialog doesn't check for orientation being unsupported
3e1b0813ecd : 6683472: Incorrect handling of translation component of font transform
c8e6b3d60be : 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
7e94966c915 : Added tag jdk7-b25 for changeset 2afbdd3321d0
d045aa8a11f : Added tag jdk7-b25 for changeset 8d655ddd5a03
08dc0809951 : Added tag jdk7-b25 for changeset 3b2c9223cdf5
a8420df5f3f : Added tag jdk7-b25 for changeset 510a9a867e27
86c8eed0dbb : Added tag jdk7-b25 for changeset 408b55da75b0
d4ea3d391bc : Added tag jdk7-b25 for changeset 4e9d88727ae3
2ec586cd174 : Added tag jdk7-b25 for changeset 41658053480c
ba411c24668 : 6684385: Loop unswitching crashes without LoopNode
38763bd6374 : 6559182: Cast from a raw type with non-generic supertype to a raw type fails unexpectedly
e63129f7b51 : 6683438: Bad regression test for CR 6611449
d09cfea3c26 : 6657499: javac 1.6.0 fails to compile class with inner class
bafc1f6d00e : 6450290: Capture of nested wildcards causes type error
70bdf8ae8d0 : 6481655: Parser confused by combination of parens and explicit type args
11b40a75ac7 : 6365166: javac (generic) unable to resolve methods
3c80eb1a9ee : 5009937: hiding versus generics versus binary compatibility
2daecbb6977 : 6531075: Missing synthetic casts when accessing fields/methods of intersection types including type variables
e1d1e39f494 : 6522725: Component in a minimized Frame has focus and receives key events
8b3a19628fc : 6685160: fix cscope build with hg
c89e39d40a2 : 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
06e38823546 : 6607170: Focus not set by requestFocus
5887f56e62e : 6520716: event classes lack info about parameters
bfbfdfa4289 : 6663908: NegativeArraySizeException is not thrown
d21a0af9752 : 6623459: Get rid of XConstant, XProtocolConstants and XUtilConstants antipattern
0e36651f337 : 6613529: Avoid duplicate object creation within JDK packages
f3cc321cb27 : 4765383: JTextArea.append(String) not thread safe
e6ce57d09ed : 6683078: Update JCE framework and provider builds to work on read-only filesystems 6644659: Error in default target of make/javax/crypto in OpenJDK build
c54c100fd7e : 6573289: api/java_awt/Color/index.html#CreateContextTesttestCase4,5,6,7 fail since JDK 7 b14
3093e354db2 : 6646020: assert(in_bb(n),"must be in block") in -Xcomp mode
f62ccad5cdd : 6570242: Regression test failures with Javac on win32
21dbe47a30f : 6624474: Server compiler generates unexpected LinkageError
3bc5120d53f : 6671882: memory access after free in solaris/vm/os_solaris.cpp
89290f28174 : 6619271: The -Xprintflags causes the VM to segv
a61087c7628 : 4714674: JEditorPane.setPage(url) blocks AWT thread when HTTP protocol is used
a602ec9fb2d : 6615015: Typo in javadoc for Component.getTreeLock()
194fc6af430 : 6619458: testcase depends on a file with the name te{st.html
2dddf4033e5 : 6668231: Presence of a critical subjectAltName causes JSSE's SunX509 to fail trusted checks
ccaa58c5db5 : 6681577: PIT: some VM tests fails with -XX:+AggressiveOpts in 6u5p b01
0d27a8639f0 : 6667042: PrintAssembly option does not work without special plugin
e95ef5ac217 : 6677332: incorrect signatures for JNI methods in XWindow.c and XlibWrapper.c
1be460dbdd9 : 6531090: Cannot access methods/fields of a captured type belonging to an intersection type
8ef814eb9cf : 6509042: javac rejects class literals in enum constructors
70bcd151a03 : 6569789: Compiler test lang/TYPE/type153/type15304/type15304.html fails since jdk7 b05
659a8dc7d55 : 6681646: Relocking of a scalar replaced object during deoptimization is broken
de514b4b6eb : 6627823: Missed whitespace normalization files: jdk/test/java/rmi
3d9e4854d0a : 6482134: JDK 6 build error on Windows, Visual Studio .NET on Japanese locale
4eb04f83d50 : 6681889: JSN security test headline/noWarningApp failed with NPE exception
332059a5554 : 6610917: Define a generic NotificationFilter
252a10cf1a8 : 6539517: CR 6186200 should be extended to perm gen allocation to prevent spurious OOM's from perm gen
833746644c4 : 6682236: C2 hits ideal nodes limit during IGVN optimization with EA
4a807d5ed37 : 6501543: Username can have non-alphanumeric characters
298642faa15 : 6482445: j2se/make/java/java/localegen.sh uses 'sort' from PATH, could get system32/sort
ea297b80d98 : 6672405: OPENJDK build: jdk7/jdk/make/tools/freetypecheck leaves dirt behind
1a350ad182a : 6636352: Unit tests for supplementary character support fail with -XX:+AggressiveOpts
0397417ad84 : 6682417: JCK test failed w/ ProviderException when decrypted data is not multiple of blocks
c10465ee58c : 6682411: JCK test failed w/ ArrayIndexOutOfBoundException (-1) when decrypting with no data
b9705263ec8 : 6469580: 1.5.0_08 JVM crashes in SignatureHandlerLibrary::add on Fujitsu Primepower platform
3470103a939 : 6681652: Two new regression test failures in pkcs11 code
cfaf19f2787 : 6637204: TrayIcon.displayMessage fails to show icon twice
b2b125f8a93 : 6508505: JComboBox collapses immediately if it is placed to embedded frame
b63d2cdd275 : 6679422: networkStream::connect() in ostream.cpp is not 64-bit clean
5ac01e984f5 : 6642862: Code cache allocation fails with large pages after 6588638
2ea233816f4 : 6680665: bytecode Escape Analyzer produces incorrect escape information for methods without oop arguments
0530e0d8542 : 6680594: Load + Load isn't canonicalized leading to missed GVN opportunities
fb63e297435 : 6679854: assert in escape.cpp:397
fa0a3d04957 : 6603312: Segmentation fault running java -jar SwingSet2.jar in 256 color mode
e1362bb54d6 : 6679866: 3/2 portability issues with JLI-batch-200803 on Win*
50bc5573a81 : 6679708: No_Safepoint_Verifier and BacktraceBuilder have uninitialized fields
911da0a7964 : 6616792: five AWT focus regression tests should be fixed
75f6b17d66a : 6609607: test/closed/java/awt/Focus/AppletInitialFocusTest should be rewritten
3a0d8165cea : 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
938ac15f82f : 6627817: Remove ^M characters in all files (Makefiles too)
ba11a6a5e62 : 6627817: Remove ^M characters in all files (Makefiles too)
fb56a9a49f3 : 6623832: Cleanup old j2se makefile targets
5b39f2291c5 : 6613426: two WM_TAKE_FOCUS messages on one mouse click in GNOME Metacity 2.16.0
f555fe0a575 : 6255653: REGRESSION: Override isLightweight() causes access violation in awt.dll
88699393d78 : 6610244: modal dialog closes with fatal error if -Xcheck:jni is set
afd0a54dd04 : 6667089: 3/3 multiple redefinitions of a class break reflection
a6edacebb85 : 6655234: 4/4 j.l.i.: setNativeMethodPrefix does not document that prefix string can be null
43ac52cdce3 : 6572160: 3/3 Instrumentation.getObjectSize triggers JVM crash in JPLISAssert in shutdown
ff7433606c0 : 6642405: 4/4 src/share/instrument/JPLISAgent.c line 286: "==" found where assignment "=" expected
f465e852603 : 6547500: 2/2 j.l.i.: .retransformClasses throws unexpected InternalError
b6cb4857d97 : 6547358: 2/2 j.l.i.: manifest attribute 'Can-Retransform-Classes' is ignored by isRetransformClassesSupported()
11ff50b3400 : 6545149: 4/4 JLI Instrumentation.redefineClasses SIGSEGVs on java/lang/Thread
904063c9c9d : 6528548: 4/4 NativeMethodPrefixAgent.java times out intermittently in nightly
7d1d2b63c1a : 6491461: 3/3 TEST: java/lang/instrument .sh tests need to use $TESTVMOPTS in their java commands
a3114e931c6 : 6487488: 3/5 TEST_BUG: Something in test/java/lang/instrument creates a copy of an SCCS dir
791e6a4a43e : 6289149: 4/4 Java Agent will pick wrong execution path while attaching
dba3a02ea0d : 6274276: 3/2 java.lang.instrument JAR manifest processing does not remove spaces from class names
fa12ec89ef9 : 5088398: 3/2 java.lang.instrument TCK test deadlock (test11)
bab69115c75 : 4926961: 4/4 TransformerManagementThreadRemoveTests hangs
41dd8d9f6f4 : 6239043: 4/4 TransformerManagementThreadAddTests.java failed
87e915d1afc : 6638872: invalid links
1f1d82e2aaf : 6637607: 1st char. is discarded after a modal dialogue shows up and disappears
4387f047bcf : 6643627: JMX source code includes incorrect Java code
86bf96a3b2d : 6649542: Document explicitly in registerMBean etc that MBeanServerNotification is emitted
c58e0f9c957 : 6678377: Update build number for HS12
f865626b541 : 6599270: Using EmbeddedFrame in SWT leads to a hang
adaa79491ed : 6599979: KeyStore.setEntry/setKeyEntry() do not override existing entry for secret key objects
4b9b2408f3e : 6572331: regression: cipher.wrap operation fails with CKR_ATTRIBUTE_VALUE_INVALID
83d7d2cdfbf : 4898461: Support for ECB and CBC/PKCS5Padding
cdd27962da4 : 6674600: (Escape Analysis) Optimize memory graph for instance's fields
1ba25233869 : 6259129: (Escape Analysis) scalar replacement for not escaping objects
a2b4f557577 : 6663621: JVM crashes while trying to execute api/java_security/Signature/SignatureTests.html#initSign tests
8cb91c890d6 : 6618930: (javac) fix test after whitespace normalization
74107ff438c : 6598089: JDK 7: AWT often goes into busy loop when showing dialog
816ed65ca63 : 6630878: clean target in sun/xawt is incomplete
eb02c12739b : 4993545: NativeInLightFixer adds asynchronousity
2aadb6cde1d : 6670362: HTTP/SPNEGO should work across realms
b71360f5576 : 6662967: Optimize I2D conversion on new x86
d200260fe55 : 6661247: Internal bug in 32-bit HotSpot optimizer while bit manipulations
cd2e0b7e918 : 6611629: Avoid hardcoded cygwin paths for memory detection
bca4fce00a8 : 6675768: NoSuchElementException thrown in RequiredModelMBean when tracing enabled
bf559c6dced : 6667833: Remove CacheTimeMillis
a24634be6b4 : 6567410: PIT : java/awt/Focus/AutoRequestFocusTest/AutoRequestFocusSetVisibleTest.java fails
49434b6bad2 : 6659207: access violation in CompilerThread0
8e1624d88cd : 6676841: ClearArrayNode::Identity is incorrect for 64-bit
9c8e97d713a : 6672804: First line in com/sun/management/package.html is broken
af4bff1a1e3 : 6658779: Regression: HotspotDiagnosticMXBean.getDiagnosticOptions() throws NullPointerException
641bce6847e : 6666343: Compile::has_loops not always set correctly
e35b18e39bd : 6654458: /java/devtools findbugs doesn't work on windows
42919ee3bb7 : 6674232: OPENJDK=false is same as OPENJDK=true
0dbfd8d9bf6 : 6611788: chmod a+x bin/winver.exe in make/tools/winver/Makefile fails on a read only file system
65cbc8719fa : 6674226: Warning errors in freetypecheck
3bcb1388207 : 6674232: OPENJDK=false is same as OPENJDK=true
723e2559384 : 6589527: Window and Frame instances can hide their "Applet Warning"
c195eb4ef5b : 6581927: REG : Non focusable frame can be minimized to very small & Frame icon can be seen on frame buttons
8813269b78a : 6304277: PIT: Adding a TrayIcon closes a SplashScreen on Solaris but not on Win32
80a01c07965 : 6637796: setBounds doesn't enlarge Component
cdf1fcc79dc : 6607660: java.awt.Container.getMouseEventTargetImpl should be invoked while holding the TreeLock
f92bcde4781 : 6613927: Compilation of splashscreen png library failed on Ubuntu 7.04 (64bit)
2095e90fb08 : 6608764: PropertyChangeListeners machinery should have a better locking scheme
04886b6f442 : 6447412: Issue with socket.close() for ssl sockets when poweroff on other system
f2b6ac989e1 : 6634032: CMS: Need CMSInitiatingPermOccupancyFraction for perm, divorcing from CMSInitiatingOccupancyFraction
e61d136dd95 : 6542796: CPU issue with JSSE and tomcat
4a616b57053 : 6618387: SSL client sessions do not close cleanly. A TCP reset occurs instead of a close_notify alert
5fc030e9d39 : 6648816: REGRESSION: setting -Djava.security.debug=failure result in NPE in ACC
20046c1a187 : 6672848: (Escape Analysis) improve lock elimination with EA
2f36d025cab : 6638501: Regression with Javac in JDK6 U4 b03?
fc0117cb9af : 6674588: (Escape Analysis) Improve Escape Analysis code
84360263526 : 6514993: (prefs)prefs should use java.util.ServiceLoader to lookup service providers
9e5bc6d8bfb : 6578583: Regression: Modality is broken in windows vista home premium from jdk1.7 b02 onwards
ad051bbc3af : 6524352: support for high-resolution mouse wheel
4033c902511 : 6603010: Out-of-process Java Plug-In non-functional or barely functional on X11 platforms
f97f9eb9a58 : 6612497: api/java_awt/Container/index.html#isAncestorOf Container2019 hangs since JDK 7 b15
387f42921bf : 6204603: Modify hotspot to use new Solaris mmap semantics for class data archive file
07a13673461 : 6522731: Location of the frame changes,when the frame is resized & non-resized
30dc0edfc87 : 6673473: (Escape Analysis) Add the instance's field information to PhiNode
db98b5b071a : 6675289: Make default production build NOT include an openjdk build
000ac830a03 : 6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
d3dcc1c1152 : 6559315: Inconsistent non-standard Sun copyright in src/share/opensource/javac/doc/document.css
eab1a9b3dfe : 6546113: (bf) CharSequence.slice() on wrapped CharSequence doesn't start at buffer position
66fa5dcf96d : 6628575: (fc) lock/tryLock methods do not work with NFS servers that limit lock range to max file size
cf50796ba5f : 6611991: Add support for parsing RFC4514 DNs to X500Principal
dc0d619ccb5 : 6538066: XSelection should be more passive
205971fd7c1 : 6645856: static field XWindowPeer.defaultFont hides XWindow.defaultFont
3c81ec38517 : 6645885: small refactoring for XContentWindow
a7dad49796f : 6636368: XAtom contains unused code
9c0e7108a33 : 6636370: minor corrections and simplification of code in AppContext
794142ee36e : 6636331: ConcurrentModificationException in AppContext code
59d9653ecfc : 6636369: sun.awt.datatransfer.DataTransferer contains double-check idiom
43fd376e712 : 6607163: Linux: Cannot copy image from Java to OpenOffice
c02f0bd9b71 : 6603256: Startup: Defer initialization of DropTarget's flavorMap
16b0d38feb2 : 6592751: EmbeddedFrame disposal is fragile and breaks clean AppContext termination
d51ba24908c : 6632140: minor refactoring for XWM
ee0c8e43e4e : 6616095: AWT's WindowDisposerRecord keeps AppContext alive too long
2a20e69f1a2 : 6595651: Focus transfers broken for applications embedding AWT across processes
63a8cc420e5 : 6667089: 3/3 multiple redefinitions of a class break reflection
29278156581 : 6452081: 3/4 Allow for Linux builds with Sun Studio Linux compilers
454bce89939 : 6453355: 4/4 new No_Safepoint_Verifier uses fail during GC
f813016add7 : 6599425: 4/3 OopMapCache::lookup() can cause later crash or assert() failure
0f1d30354af : 6497639: 4/3 Profiling Swing application caused JVM crash
7dbe0828dec : 6668794: javac puts localized text in raw diagnostics 6668796: bad diagnostic "bad class file" given for source files
b64d5e42097 : 6667615: (Escape Analysis) extend MDO to cache arguments escape state
7434ffcbfbb : 6673164: dns_fallback parse error
3bf59e9c0a9 : 6673975: Disable ZapUnusedHeapArea to reduce GC execution times of debug JVM's
4cd40a47ff9 : 6307187: clean up code for -Xlint:options
96e8bcb6aaf : 6667620: (Escape Analysis) fix deoptimization for scalar replaced objects
50708126d47 : 6623167: C2 crashed in StoreCMNode::Value
40922e91274 : 6644607: (ch) test/java/nio/channels/SocketChannel/Connect.java throws UnknownHostException
d5b852b81db : 6448457: (ch) Channels.newOutputStream().write() does not write all data
5d9d5e3e884 : 6625725: (coll) modCount should not be volatile
95c7559bd3d : 6583872: (coll) Direct uninformed users away from Vector/Hashtable
af3cf15e6ea : 6633113: test/java/util/concurrent/SynchronousQueue/Fairness.java fails intermittently
e4f30f80848 : 6625723: Excessive ThreadLocal storage used by ReentrantReadWriteLock
2bcc7a86a0c : 6620549: ExecutorService#shutdown should clearly state that it does not block
f280870c0fe : 6609775: Reduce context switches in DelayQueue due to signalAll
01701511713 : 6602600: Fast removal of cancelled scheduled thread pool tasks
2ebe861fe50 : 6612102: (coll) IdentityHashMap.iterator().remove() might decrement size twice
f8092959d40 : 6595669: regtest LinkedBlockingQueue/OfferRemoveLoops.java fails
5f387b52a10 : 5080227: (coll spec) Bug in documentation for WeakHashMap
134f15a93f8 : 6655515: MBeans tab: operation return values of type Component displayed as String 6439590: MBeans tab: jconsole mbean tree not correctly refreshed 6446434: MBeans tab: Not possible to view MBean content before all MBeans have been initially loaded 6520144: Hard to find MBean Attributes, Operations, and Notifications in Java 6 jconsole 6522091: VMPanel.java contains non-ASCII character 6608334: JConsole fails to display MBean operation with <null> return type 6611445: MBeans tab: MBean tree algorithm wrongly removes intermediate nodes
c0165a4ae8e : 6649672: Adjustments to OUTPUTDIR default and mkdirs to avoid empty directory clutter
f8103008516 : 4981215: Publishing a port number for management console to access
4341094bebf : 6600143: Remove another 450 unnecessary casts
f3d6a3bd3b1 : 6671051: (process) Runtime.exec() hangs if signalled during fork/exec
4385dbf930a : 6642034: System.getProperty("os.name") returns Windows Vista on Windows Server 2008 (longhorn)
abde1241e18 : 4960438: (process) Need IO redirection API for subprocesses
504a24907dc : 6631352: File{OutputStream,Writer} should implement atomic append mode using FILE_APPEND_DATA (win)
8d412f036d7 : 6631437: File{In,Out}putStream minor improvements to spec and stylistic improvements to code
2c1daccc0a4 : 6631362: Nuke io_util_md.c:handleFileSizeFD (win)
a686efe6ac9 : 6632696: Writing to closed output files (writeBytes) leaks native memory (unix)
4d5b9980281 : 6631966: (process) Raise Windows pipe buffer size an extra 24 bytes (win)
f7ce4bc4ab4 : 6633613: (str) StringCoding optimizations to avoid unnecessary array copies with Charset arg
14120d1c34e : 6671834: (str) Eliminate StringCoding.java compile warnings
13ced2b9352 : 4499288: (cs spec) Charset terminology problems
6377bd6f3ab : 6649672: Adjustments to OUTPUTDIR default and mkdirs to avoid empty directory clutter
fbfab433d55 : 6672777: Broken deploy build from jdk fix 6668781 for cygwin windows
6b9d629f069 : 6649270: Change by-default openjdk building in control/make/makefile to use open source tree
095647f3a47 : 6597349: KeyStore.getCertificateChain() may not return the full chain
e75aa5c3abd : 6643094: Test on keytool -startdate forgets about December
b85d2a9e765 : 6634644: broken fragment, should use @link
a15c7805028 : 6640532: Graphics.getFontMetrics() throws NullPointerException
9ec574b7e69 : 6667605: (Escape Analysis) inline java constructors when EA is on
077f55f4708 : 6631048: Problem when writing on output stream of HttpURLConnection
950ab581668 : 6628661: NTLM-authentication doesn't work with non-ASCII letters
afd3b1f4ba2 : 6672682: Forgotten file from CR 6615656
349fef2b701 : 6628576: InterfaceAddress.equals() NPE when broadcast field == null
1b9d87730f2 : 6591358: documentation error in URLConnection.setRequestProperty("accept", ...)
b8383dba863 : 6615656: Removed unimplemented java.net methods
b02a978ac43 : 6667108: typo in javadoc for java.net.Socket.getRemoteSocketAddress()
37b9a97e088 : 6670459: Fix Node::dump() performance
623bcb71a54 : 6578538: com.sun.crypto.provider.SunJCE instance leak using KRB5 and LoginContext
2dae31e47ce : 6624808: corba makefiles not using langtools compiler
373ad3f1c5c : 6628146: Exclude the .hgignore and .hgtags files from the source bundles
277c3322f6b : 6667612: (Escape Analysis) disable loop cloning if it has a scalar replaceable allocation
9a2759ee8df : 6623830: SCCS cleanup has broken two regression tests
bf7f5e18873 : 6667610: (Escape Analysis) retry compilation without EA if it fails
a7ed75b36aa : 6668802: javac handles diagnostics for last line badly, if line not terminated by newline
7c8027dacea : 4741726: allow Object += String
86d2ba8dfca : 6596475: (launcher) javaw should call InitCommonControls
d8e9d223231 : 6662830: OpenJDK build testing results
17458c96607 : 6671250: In Parse::do_if() old Cmp node 'c' should be replaced with new one after BoolNode transformation
e33dde98175 : 6651717: Debug output statement left in MailToURLConnection
45c655a7821 : 6660405: HttpURLConnection returns the wrong InputStream
be421c50f19 : 6664612: debug output leaked
0c6743a9708 : 6590930: reed/write does not match for ccache
578a880feef : 6648972: KDCReq.init always read padata
ffacce23977 : 6641309: Wrong Cookie separator used in HttpURLConnection
0f960354ea2 : 6641312: Fix krb5 codes indentation problems
fc9ffa52c48 : 6652588: Fix broken JPRT makefile target, no bundle saved
12028b6de12 : 6652588: Fix broken JPRT makefile target, no bundle saved
4b49c996b42 : 6668781: Openjdk windows cygwin build failure: no rule to make linker_md.obj target
c13218442ae : 6638060: Build failed with GNU make 3.81 (part of latest Solaris 'gmake')
962e1ab78ea : 6638571: Fix freetype sanity check to work on solaris 64bit
05b8e8fbfdc : 6637583: Build failure on latest Solaris, source missing include of resource.h?
e467c731a73 : 6654456: OpenJDK build problem with freetype makefiles
6797bd9fb23 : 6638560: APPCRASH in "SPNEGO_HTTP_AUTH/PROXY_FALLBACK" test case with 64 bit JDK on Win2008 x64, VinVista x64
e82f6255835 : 6663588: Compiler goes into infinite loop for Cyclic Inheritance test case
6350088352f : 6608214: Exception throw while analysing a file with error
c953a1e7b81 : 6666698: EnableBiasedLocking with BiasedLockingStartupDelay can block Watcher thread
00c56207401 : 6660289: declared bound in inner class referring a type variable of the outer class
9e5259f7928 : 6611449: Internal Error thrown during generic method/constructor invocation
59cc274f16e : 6655385: Disable frame pointer omission in jvm.dll on Windows for better crash logs
702926ba556 : 6614974: javac successfully compiles code that throws java.lang.VerifyError when run
5cd758db4c9 : 6670375: Missing unit test for 6607114 (Make JMXServiceURL reconstructible)
8736cd2d59f : 6607114: Make JMXServiceURL reconstructible in MXBeans
c79ec66f1a0 : 6651382: The Java JVM SNMP provider reports incorrect stats when asked for multiple OIDs
104cc863595 : 6602310: Extensions to Query API for JMX 2.0 6604768: IN queries require their arguments to be constants
6c0c606249d : 6557851: CMS: ergonomics defaults are not set with FLAG_SET_ERGO
c426bbd074c : 6669216: Add jcheck configuration directories
1fd0bb23700 : 6669216: Add jcheck configuration directories
f7a57b1ea2c : 6669216: Add jcheck configuration directories
c5ef8d3eaf3 : 6669216: Add jcheck configuration directories
1559ee2a709 : 6669216: Add jcheck configuration directories
5529465023f : 6669216: Add jcheck configuration directories
fde483bc315 : 6669216: Add jcheck configuration directories
dc6ad19d705 : 6667618: disable LoadL->ConvL2I ==> LoadI optimization
09d7f4bbcfe : 6667588: Don't generate duplicated CMP for float/double values
a6d8fca8768 : 6668743: CMS: Consolidate block statistics reporting code
7ec44373b51 : 6667581: Don't generate initialization (by 0) code for arrays with size 0
c223fed0840 : 6667580: Optimize CmpP for allocations
9a4ccf8a064 : 6667573: Use set_req_X() in AddPNode::Ideal() for Iterative GVN
7be6246821e : 6590177: jck60019 test assert(!repeated,"do not walk merges twice")
f235d989d0b : 6549844: Wording problems in "An unexpected error ..."
73fa03eafcf : 6610906: inexplicable IncompatibleClassChangeError
51bf19209d6 : 6621728: Heap inspection should not crash in the face of C-heap exhaustion
9f1a8ede80b : 6633953: type2aelembytes{T_ADDRESS} should be 8 bytes in 64 bit VM
0dd8f3e8c01 : 6650373: Assert in methodOopDesc::make_adapters()
63f1de52fc6 : 6362677: Change parallel GC collector default number of parallel GC threads
e06dedd2f1d : 6498878: client compiler crashes on windows when dealing with breakpoint instructions
b8789d9c9af : 6621084: ciMethodBlocks::split_block_at() is broken for methods with exception handler
74f243990ce : 6642634: Test nsk/regression/b6186200 crashed with SIGSEGV
26097e9848a : 6621094: PrintOptoAssembly is broken for oops information in DebugInfo
5ade869e8cb : 6614330: Node::dump(n) does not print full graph for specified depth
9c36dab8c45 : 6665445: Backout change to CardTableModRefBS::resize_covered_region()
ae065e62903 : 6621144: CMS: assertion failure "is_cms_thread == Thread::current()->is_ConcurrentGC_thread()"
38fdc8ab98e : 6624765: Guarantee failure "Unexpected dirty card found"
90815abd517 : 6621098: "* HeapWordSize" for TrackedInitializationLimit is missing
41895dc06d2 : 6659981: +ParallelRefProcEnabled crashes on single core platform
527390207c7 : 6624782: Bigapps crashes during CMS precleaning
f804a7e9f9b : 6610420: Debug VM crashes during monitor lock rank checking
f7eb4517190 : 6598190: JPRT tests fail when run with -XX:+CheckUnhandledOops
f54eceace37 : 6631248: Memory problem when doing invalid type cast
218615259df : 6646946: Kernel installation failed on Japanese and Chinese XP SP2 (VM part)
1bfa153ebe8 : 6635560: segv in reference processor on t1000
4576d7abf7f : 6629887: 64-bit windows should not restrict default heap size to 1400m
b3b837074b7 : 6614036: REGRESSION: Java server x86 VM intermittently crash with SIGSEGV (0xb)
4abbae1fc2b : 6621621: HashMap front cache should be enabled only with AggressiveOpts
10c473e425f : 6395208: Elide autoboxing for calls to HashMap.get(int) and HashMap.get(long)
5fa349cc424 : 6664627: Merge changes made only in hotspot 11 forward to jdk 7
3d9467a9486 : Added tag jdk7-b24 for changeset 06bc494ca11e
e40791d448c : Added tag jdk7-b24 for changeset 90ce3da70b43
fcc15c26e24 : Added tag jdk7-b24 for changeset 474761f14bca
3dde8f95e58 : Added tag jdk7-b24 for changeset 7f561c08de6b
dcbf4ea9ee8 : Added tag jdk7-b24 for changeset 489c9b5090e2
7828a7dee6d : Added tag jdk7-b24 for changeset 02bb8761fcce
70ec72585d4 : Added tag jdk7-b24 for changeset fd16c54261b3
f57b87e8f6b : Initial load
98837380592 : Initial load
74f47796979 : Initial load
d714d32cbbc : Initial load
319a3b99470 : Initial load
8153779ad32 : Initial load
6a5ec8ea1c5 : Initial load
db7a00335ad : Initial load
686d76f7721 : Initial load

+- Project: platform/libnativehelper

6bb9552 : Move `libnativehelper` tests from `device-tests` to `general-tests`.
3b0ea8d : Libnativehelper: Visible to BpfUtil
f1f74ce : Allow T mainline connectivity code to link libnativehelper.
8f9ac54 : Unconditionally use libartd if the debug apex is installed.
944b109 : Use libartd if system property is empty.
084aa22 : Libnativehelper: Visible to BpfUtil
3ac2e48 : libnativehelper: Visible to BpfMap
070fc71 : libnativehelper: Visible to BpfMap
235a797 : Add ramdisk_available to init_first_stage's deps
b4938f9 : libnativehelper: further API surface reduction
5e37868 : libnativehelper: further API reduction
3cd974a : libnativehelper: Retire legacy FileDescriptor methods
57ea221 : Move JNIHelp to header
cd299ec : libnativehelper: retire AFileDescriptor_{get,set}FD

+- Project: platform/packages/apps/BasicSmsReceiver

7ffce4a : Import translations. DO NOT MERGE ANYWHERE
41bffa7 : Import translations. DO NOT MERGE ANYWHERE
c87c329 : Remove log line that dumps sender and message contents
2fa8395 : Fix license and license text.
f00b52c : Import translations. DO NOT MERGE ANYWHERE
11f8118 : Import translations. DO NOT MERGE ANYWHERE
1500c8c : Import translations. DO NOT MERGE ANYWHERE
6eb0367 : Import translations. DO NOT MERGE ANYWHERE
f4c4339 : Import translations. DO NOT MERGE ANYWHERE
a512069 : Import translations. DO NOT MERGE ANYWHERE
7be0556 : Import translations. DO NOT MERGE ANYWHERE
c94a69f : Import translations. DO NOT MERGE ANYWHERE
64d02ad : Import translations. DO NOT MERGE ANYWHERE
8c60ea2 : BasicSmsReceiver: post notifications permission
d5a1af3 : Import translations. DO NOT MERGE ANYWHERE
e244cfb : Import translations. DO NOT MERGE ANYWHERE
5f40cfb : Import translations. DO NOT MERGE ANYWHERE
2d64582 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/Browser2

2fafc7a : Remove appcache references.

+- Project: platform/packages/apps/Calendar

fad091f8 : packages/apps/Calendar - Tiramisu is now 33
6d2455d1 : Deskclock - set target sdk version to 30.
af7a8e4f : Calendar: post notifications permission
93450006 : AOSP/Calendar - Fix closing of system dialogs broadcast without permission.
21ea50b2 : AOSP/Calendar - Fix closing of system dialogs broadcast without permission.
1f3d2270 : API level 30 upgrade: AOSP/Calendar
6188fe37 : AOSP/Calendar - Android.bp changes
f059a23e : AOSP/Calendar - .java files deleted
301173aa : AOSP/Calendar - Add Kotlin code for MonthWeekEventsView.kt. Also uploaded corresponding Android.bp file
42e4b431 : AOSP/Calendar - Initial conversion of MonthWeekEventsView as performed by Android Studio's automatic converter.
7adab399 : AOSP/Calendar - Add Kotlin copy of MonthWeekEventsView.java
83dac0c8 : AOSP/Calendar - MonthByWeekAdapter and SimpleWeeksAdapter fully converted with bp file
83732c13 : AOSP/Calendar - Initial conversion of MonthByWeekAdapter and SimpleWeeksAdapter
ba5bef48 : AOSP/Calendar - Copy of MonthByWeekAdapter.java and SimpleWeeksAdapter.java
8b0a7714 : AOSP/Calendar - EventInfoFragment fully converted with bp file
44caaf00 : AOSP/Calendar - Initial Conversion of EventInfoFragment
2cba2a78 : AOSP/Calendar - Copy of EventInfoFragment.java
805e4e0e : AOSP/Calendar - DayView fully converted with bp file
9b97629d : AOSP/Calendar - Initial Conversion of DayView
eeb807f7 : AOSP/Calendar - Copy of DayView.java
0c62d323 : AOSP/Calendar - CalendarAppWidgetService fully converted with bp file
55abf946 : AOSP/Calendar - Initial conversion of CalendarAppWidgetService
7d1147c4 : AOSP/Calendar - Copy of CalendarAppWidgetService.java
1bbc1a05 : AOSP/Calendar - AllInOneActivity fully converted with bp file
fc4bb23b : AOSP/Calendar - Initial Conversion of AllInOneActivity
5610d367 : AOSP/Calendar - Copy of AllInOneActivity.java
79b42da8 : AOSP/Calendar - CalendarAppWidgetProvider fully converted with bp file
0208a6ef : AOSP/Calendar - Initial Conversion of CalendarAppWidgetProvider
669e5709 : AOSP/Calendar - Copy of CalendarAppWidgetProvider.java
530f46a9 : AOSP/Calendar - Add Kotlin code for SimpleDayPickerFragment.kt. Also uploaded corresponding Android.bp file
35942094 : AOSP/Calendar - Given the changes to SimpleDayPickerFragment.kt, these 3 other files had to be modified to fix build errors
34e99100 : AOSP/Calendar - Initial conversion of SimpleDayPickerFragment as performed by Android Studio's automatic converter.
2b78e72b : AOSP/Calendar - Add Kotlin copy of SimpleDayPickerFragment.java
2882e5f0 : AOSP/Calendar - MonthByWeekFragment fully converted with bp file
5a74b731 : AOSP/Calendar - Inital conversion of MonthByWeekFragment
817a2d33 : AOSP/Calendar - Copy of MonthByWeekFragment.java
8f2ef620 : AOSP/Calendar - Month View Bug Fix
af3d93fb : AOSP/Calendar - CalendarAppWidgetModel fully converted with bp file
195aafd7 : AOSP/Calendar - Copy of CalendarAppWidgetModel.java
57f31c93 : AOSP/Calendar - Runtime error fix
8d904410 : AOSP/Calendar - Utils fully converted with bp file
c46c8a50 : AOSP/Calendar - Copy of Utils.java
199495aa : AOSP/Calendar - Add Kotlin code for CalendarData.kt and SimpleWeekView.kt. Also uploaded corresponding Android.bp file
d101b2ff : AOSP/Calendar - Add Kotlin copy of CalendarData.java and SimpleWeekView.java
eef428e6 : AOSP/Calendar - Event fully converted with bp file
00b027ec : AOSP/Calendar - Copy of Event.java
0f56a6c9 : AOSP/Calendar - Add Kotlin code for CalendarViewAdapter.kt and MonthListView.kt. Also uploaded corresponding Android.bp file
e89b9ddd : AOSP/Calendar - Add Kotlin copy of CalendarViewAdapter.java and MonthListView.kt
1fdffcdc : AOSP/Calendar - Add Kotlin code for DayFragment.kt. Also uploaded corresponding Android.bp file
c2556b08 : AOSP Calendar - StickyHeaderListView fully converted with bp file
fc65c97b : AOSP/Calendar - Add Kotlin copy of DayFragment.java
3d72547d : AOSP/Calendar - Copy of StickyHeaderListView.java
77f4d9d3 : AOSP/Calendar - Add Kotlin code for EventLoader.kt. Also uploaded corresponding Android.bp file
c49f19b9 : AOSP/Calendar - Add Kotlin copy of EventLoader.java
c201c349 : AOSP/Calendar - Add Kotlin code for GeneralPreferences.kt. Also uploaded corresponding Android.bp file
a67aacea : AOSP/Calendar CalendarController fully converted with bp file
d11a1d15 : AOSP/Calendar - Copy of CalendarController.java
df7d9cc2 : AOSP/Calendar - Add Kotlin copy of GeneralPreferences.java
dbf48a8a : AOSP/Calendar - Add Kotlin code for OtherPreferences.kt. Also uploaded corresponding Android.bp file
c77f767c : AOSP/Calendar - Add Kotlin copy of OtherPreferences.java
b813f3a6 : AOSP/Calendar - EventInfoActivity fully converted with bp file
3fd4ec0d : AOSP/Calendar - Copy of EventInfoActivity.java
dd891206 : AOSP/Calendar - DismissAlarmsService, GlobalDismissManager, InitAlarmsService, bp file
52e08699 : AOSP/Calendar - Copy of DismissAlarmsService, GlobalDismissManager, and InitAlarmsService
8e6783da : AOSP/Calendar - NotificationMgr, QuickResponseAcitivty, AlertService tweak, bp file
0e3d2bac : AOSP/Calendar - Copy of NotificationMgr.java and QuickResponseActivity.java
805df83a : AOSP/Calendar - Add Kotlin code for CalendarUtils.kt. Also uploaded corresponding Android.bp file
bfa4de2f : AOSP/Calendar - AlarmScheduler.java fully converted with bp file
7abfcd30 : AOSP/Calendar - Copy of AlarmScheduler.java .kt file
b9dc65a6 : AOSP/Calendar - Add Kotlin copy of CalendarUtils.java
d2ceaee7 : AOSP/Calendar - AlarmManagerInterface.java fully converted with bp file
792018a7 : AOSP/Calendar - Copy of AlarmManagerInterface.java .kt file
2df73eb4 : AOSP/Calendar - Add Kotlin code for EventGeometry.kt and MultiStateButton.kt. Also uploaded corresponding Android.bp file
222b4846 : AOSP/Calendar - AlertService.java fully converted with bp file
b86cec11 : AOSP/Calendar - Add Kotlin copy of the following files: EventGeometry.java, MultiStateButton.java
ff4ce6a7 : AOSP/Calendar - Copy of AlertService.java .kt file
d40c3241 : AOSP/Calendar - AlertReceiver.java fully converted with bp file
98fd08d2 : AOSP/Calendar - Copy of AlertReceiver.java in .kt file
2c93b954 : AOSP/Calendar - DayOfMonthDrawable.java fully converted with bp file
8754af4b : AOSP/Calendar - Copy of DayOfMonthDrawable.java in DayOfMonthDrawable.kt
46a22909 : AOSP/Calendar - Add Kotlin code for AsyncQueryServiceHelper.kt, CalendarApplication.kt, CalendarBackupAgent.kt. Also uploaded corresponding Android.bp file
86299621 : AOSP/Calendar - Add Kotlin copy of following files: AsyncQueryServiceHelper.java, CalendarApplication.java, CalendarBackupAgent.java
1c4de12d : AOSP/Calendar - AlertUtils.java fully converted to Kotlin
c57766ab : AOSP/Calendar - Adding corresponding Android.bp file
48bf7d84 : AOSP/Calendar - Copy of AlertUtils.java in AlertUtils.kt
c73e51ea : AOSP/Calendar - Add Kotlin code for UpgradeReceiver.kt Also uploaded corresponding Android.bp file
13b2e0af : AOSP/Calendar - Add Kotlin copy of UpgradeReceiver.java
8f1879cc : AOSP/Calendar - Add Kotlin code for GoogleCalendarUriIntentFilter
f794fea1 : AOSP/Calendar - Adding corresponding Android.bp file with bpfmt -w check.
c13dc361 : AOSP/Calendar - Add Kotlin copy of GoogleCalendarUriIntentFilter.java
24144814 : AOSP / Calendar Android.bp changes
0a600b84 : Converting mk to bp

+- Project: platform/packages/apps/Camera2

4d60bff64 : Camera2: Invoke saveVideo when mVideoFileDescriptor != null
261a61689 : Convert Camera2 to Soong
866d9fcb3 : Remove Help & Feedback option from filmstrip
70e80b5fc : AOSP/Camera2 - Set HAS_RENDERSCRIPT to false as RenderScript will not be supported.
8d993baa7 : Camera2: post notifications permission
fb34661a6 : Add Precise Location Permission to AOSP Camera2 app
addad94cc : AOSP/Camera2: check system feature instead of actual camera device
22a2d8f7d : Handle MediaMetadataRetriever.release IOException
10020c9a1 : Camera: Remove possible duplicate filmstrip items
04fa8b4cf : Convert Camera2/jni/Android.mk to Android.bp

+- Project: platform/packages/apps/Car/Calendar

038ec9c : Import translations. DO NOT MERGE ANYWHERE
9952e8e : Import translations. DO NOT MERGE ANYWHERE
15ac212 : Import translations. DO NOT MERGE ANYWHERE
5b53f4c : Import translations. DO NOT MERGE ANYWHERE
8eebc66 : Import translations. DO NOT MERGE ANYWHERE
a240b0d : Import translations. DO NOT MERGE ANYWHERE
72ce8eb : Import translations. DO NOT MERGE ANYWHERE
f08121b : Import translations. DO NOT MERGE ANYWHERE
40c2f5b : Import translations. DO NOT MERGE ANYWHERE
3ffafc1 : Import translations. DO NOT MERGE ANYWHERE
9cd37af : Remove ProcessLifecycleOwnerInitializer workaround from manifest
14c79a2 : Import translations. DO NOT MERGE ANYWHERE
a268e5e : Update toolbar usage

+- Project: platform/packages/apps/Car/Cluster

2aa1baf : Update MetadataController constructor parameters
10f06a4 : Replace the depreciated permission MANAGE_ACTIVITY_STACKS to MANAGE_ACTIVITY_TASKS.
0addfd1 : Migrate ClusterHomeApplication to use CarUserManager#addListener with filter
de3d1ca : Ignore UserLifecyleEvent from non-current user.
9c869c6 : Make ClusterHomeSample persistent.
1c7826e : Use non-trusted virtual display for ClusterOsDouble.
54fa65e : Fix NPE in ClusterHomeSample
31eb275 : Use non-trusted virtual display for ClusterOsDouble.
5693551 : Ignore UserLifecyleEvent from non-current user.
c83e3f4 : Make ClusterHomeSample persistent.
a629156 : Refactor register and unregister methods for cluster home callbacks.
f655698 : Make Maps starting Cluster Activity.
2260a67 : Removed unnecessary libraries

+- Project: platform/packages/apps/Car/Hvac

3c8ac10 : Update HVAC targetSdk to 31
414033b : Update legacy HVAC OWNERS
bde2a75 : Update legacy HVAC OWNERS
b3f1429 : Add unaudited exported flag to exposed runtime receivers
382d0af : Converted android.car dependency into android.car-system-stubs
bee9678 : Convered android.car dependency into android.car-system-stubs

+- Project: platform/packages/apps/Car/LatinIME

3942474 : Convered android.car dependency into android.car-system-stubs

+- Project: platform/packages/apps/Car/Launcher

95547c0 : Make a media card tap open the currently playing source in Media Center.
6e8c129 : CarLauncher starts Maps when user-unlocked.
1174960 : Import translations. DO NOT MERGE ANYWHERE
1a5cf6f : Fix CarLauncher crash on CW
fbcbf0e : Restart Task in TaskView when related packages are updated.
f03cf07 : Remove MapsHealthMonitor from CarLauncher
1825a1d : Import translations. DO NOT MERGE ANYWHERE
5c8b682 : Introduce CarTaskView.
3f39fbc : Import translations. DO NOT MERGE ANYWHERE
fd3e682 : Clean up of Plural String usage in ProjectionModel.
4a1974d : Import translations. DO NOT MERGE ANYWHERE
1e5f712 : Import translations. DO NOT MERGE ANYWHERE
121f8c2 : Clean up: remove some unused code from CarLauncher
2cc53d3 : Import translations. DO NOT MERGE ANYWHERE
70014f4 : Move maybeBringEmbeddedTaskToForeground() to onResume().
6b86339 : Import translations. DO NOT MERGE ANYWHERE
ca6bd02 : Add dialing state support to launcher phone card
fe7de81 : Set launchBounds to start Activity in TaskView.
ebe60e4 : Remove displayarea code from CarLauncher
c03a7d6 : Update CarLauncher implementation to use KEY_PACKAGES_DISABLED_ON_RESOURCE_OVERUSE API.
b9a3138 : Unit test for CarLauncher#onDestroy unregistering UserLifecycleListener.
c8128b1 : Only release previous user resources when switching
0963482 : Change repo hooks after tools/ migrated from libs to systemlibs
a5412cc : Update Launcher OWNERS
6436215 : Update Launcher OWNERS
2ed09bd : DO NOT MERGE Remove displayarea code from CarLauncher
2200258 : Update CarLauncher implementation to use KEY_PACKAGES_DISABLED_ON_RESOURCE_OVERUSE API.
76ebb19 : Fix mute behaviour on the call card
b93c695 : Fix the NullPointerException in car_ui_portrait.
8c50387 : Fix duplicate UserLifecycleEvent messages received by CarLauncher.
b28982c : Add a permission GET_TASKS.
6dc464b : Fix the IME placement issue.
60b32e0 : reset voice plate layering before showing
5e923cb : Migrate CarLauncher to use CarUserManager#addListener with filter
fb43214 : reset the layering before animation
6a9e9f5 : let ControlBar activity own the titlebar
521f8b1 : Handle active calls on a bluetooth connection
8c82b6f : Fix overlayable_resource_hook script path
1d840c5 : Minor improvements of Launcher lifecycle and embedded task handling
9757e20 : [DO NOT MERGE] Add support switching between full and limited map view in launcher
6d54c2c : do not start a new animation when a current animation is ongoing
1e29408 : Check the isVisible state to make a DA visible
0a7c89e : Add support switching between full and limited map view in launcher
f0964d7 : Let CarLauncher report Task lifecycle events to CarService.
cec4df5 : Fix voice plate layering
9082d65 : Update the foreground DA bound to show SUW
904518f : Import translations. DO NOT MERGE ANYWHERE
bd90c2c : Import translations. DO NOT MERGE ANYWHERE
d8353d0 : Uses Activity context on Car object created by CarLauncher.
6478bea : Import translations. DO NOT MERGE ANYWHERE
d4e6b65 : Minor improvements of Launcher lifecycle and embedded task handling
f10f72d : Car Launcher: Post notifications permission
6848bfd : Updating Media card to ignore Video apps
66fab8d : Updating AppLauncherUtils to handle Video apps
66158c8 : Provide IconProvider in sysui dagger
f144f02 : Revert "Provide IconProvider in sysui dagger"
dba6a17 : Provide IconProvider in sysui dagger
f1496b0 : Migrate Maps to CarAM.setPersistentActivity.
cbda265 : Converted android.car dependency into android.car-system-stubs
9e7553e : Open correct task in desired DA launched via intents
d01979c : Update the z-index of foreground DA before animations starts.
eed9f65 : Update the z-index for the DA's
8617426 : Import translations. DO NOT MERGE ANYWHERE
c54f770 : Import translations. DO NOT MERGE ANYWHERE
82b7bc7 : Add touch gesture to titleBar
8153175 : Update code to match new CarUiRecyclerView design
c7cf865 : Add Title bar window to the title bar feature.
8c3098b : Reset the layers of DA's on config change.
a3216a8 : Set/Reset the AppGridShown flag at the right place.
f68bdf9 : Add control bar Display area
fc21741 : Ensure that TDA controller exists
3820081 : Enable extending AppGridActivity
a3bd751 : Add animations to foreground DA hosting default apps
a1e0bf9 : Fix a crash on launcher
5daeff7 : Support car reference design in launcher.
be9f289 : Small fix for portrait launcher

+- Project: platform/packages/apps/Car/LinkViewer

25fee28 : Convered android.car dependency into android.car-system-stubs
e048338 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/Car/LocalMediaPlayer

d52c1b4 : Add required flag to registerReceiver call in LocalMediaBrowserService
af4ccdf : Car Local Media Player: post notifications permission
de0d6c3 : Add channel to playback notification

+- Project: platform/packages/apps/Car/Notification

21be1d6 : Fix RTL layout for Notification Body
d12da8f : Import translations. DO NOT MERGE ANYWHERE
48a51b0 : Import translations. DO NOT MERGE ANYWHERE
61a8307 : Import translations. DO NOT MERGE ANYWHERE
fea310c : Import translations. DO NOT MERGE ANYWHERE
1d1cd56 : Import translations. DO NOT MERGE ANYWHERE
a4517a4 : Import translations. DO NOT MERGE ANYWHERE
1f0b418 : Change repo hooks after tools/ migrated from libs to systemlibs
1207c5b : Re-add notification custom icon support
5c58333 : Restore support for displaying relative time in notification header
21f9f83 : Remove sensitive debug messages to be printed in prod
24e3ef7 : Update Notification OWNERS
488549e : Update Notification OWNERS
201eff2 : Prevent NotificationGroup list from updating outside of setNotification
fc25f6a : Add CardView attributes to overlayable
899a2ee : Fix overlayable_resource_hook script path
79c349c : Import translations. DO NOT MERGE ANYWHERE
e279f0f : Import translations. DO NOT MERGE ANYWHERE
b3ff622 : Import translations. DO NOT MERGE ANYWHERE
0c9c34f : Track notification removal inside HeadsUpEntry
24a69b2 : [apps/car] remove PackageInfoFlags annotation
8ae53bf : Import translations. DO NOT MERGE ANYWHERE
b67dc9a : Import translations. DO NOT MERGE ANYWHERE
c7f5f04 : Import translations. DO NOT MERGE ANYWHERE
995c650 : Import translations. DO NOT MERGE ANYWHERE
dcd3db9 : DO NOT MERGE Remove restricted_message_text from overlayables
46d2268 : Remove restricted_message_text from overlayables
a75f720 : Add direct reply button for message notifications
e4df538 : Import translations. DO NOT MERGE ANYWHERE
76edaa9 : Add optional image drawables to action buttons
25f6c7d : Import translations. DO NOT MERGE ANYWHERE
6451c63 : Import translations. DO NOT MERGE ANYWHERE
296f706 : Import translations. DO NOT MERGE ANYWHERE
e1017a5 : Use launcher app icon in notification body icon
e7a6e9f : Import translations. DO NOT MERGE ANYWHERE
e668001 : Add recents and older notifications header
47a4f19 : Move CarNotification out of system_ext to match expected location for permission granting
50ff698 : Moved Userlib classes to CarAPI
f6bdc14 : Import translations. DO NOT MERGE ANYWHERE
de977f1 : Converted android.car dependency into android.car-system-stubs
bcfbe09 : Convered android.car dependency into android.car-system-stubs
17ee08f : Add large action buttons
aea3990 : Import translations. DO NOT MERGE ANYWHERE
9c53672 : Import translations. DO NOT MERGE ANYWHERE
a14ed88 : Import translations. DO NOT MERGE ANYWHERE
255369c : Import translations. DO NOT MERGE ANYWHERE
deed794 : Import translations. DO NOT MERGE ANYWHERE
9d23be2 : Add Manage button to empty notification panel.
5baaca2 : Allow null fields in header and body
bf822c5 : Support separate header and body layouts for HUNs vs NC
3956860 : Set up Notifications overlayable
e2f847e : Import translations. DO NOT MERGE ANYWHERE
bdc8c0a : Fix Notifications for standalone app
e65979e : Import translations. DO NOT MERGE ANYWHERE
0e52cf2 : Show big icon in messaging- and call notifications
1629cfd : Moves mute functionality to the app when mute pending intent
635f7e3 : Migrate NotificationClickHandlerFactoryTest to instrumented unit test.

+- Project: platform/packages/apps/Car/Provision

3c90a62 : Audit exported broadcast receivers
70b4046 : Add default UserNoticeUiService
806132f : Add unaudited exported flag to exposed runtime receivers
af56c09 : Car Provision: post notifications permission
1843264 : Implement dump(), so it can be used to add more DPCs.

+- Project: platform/packages/apps/Car/Radio

1e039f0 : Removed radio app service start audio from create method.
4a72242 : Convered android.car dependency into android.car-system-stubs
c59c225 : Skip updating program list while closing the app
4ce1a9d : Update code to match new CarUiRecyclerView design

+- Project: platform/packages/apps/Car/RotaryController

e80be2b : Get the installed IMEs correctly
097abc3 : Setting mNavigator according to screen height
967268e : Remove problematic mHomeButtonReceiver
404ec19 : Remove problematic mHomeButtonReceiver
08cbdbd : Changed AfterScrollAction to use IntDef
9071d91 : Change repo hooks after tools/ migrated from libs to systemlibs
25b407d : Fix overlayable_resource_hook script path
20a703c : Support nudging to orphan views
1411ac7 : Make rotary support projected apps
e6c3027 : Make rotary support projected apps
58bf043 : Initialize the focus properly when there is a view focused in touch mode
f2e52a9 : Support disabling nudge
d10553e : Recycle the window on UI thread
bbdc7ef : Allow to specify off-screen nudge actions per application
6b692e5 : Add null check of mCarInputManager
d3874ea : Treat ComposeViews similarly to WebViews
d48de2b : Add null check of mCarInputManager
865770f : Add required flag to registerReceiver call in RotaryService
9ee61a2 : Treat ComposeViews similarly to WebViews
b2c4946 : Fix broken tests
5ae09a5 : Remove dependency on hidden APIs of android.car
0745812 : Fix broken unit tests
052d78c : Converted android.car dependency into android.car-system-stubs
358f601 : Use task ID to decide whether a window is a TaskView window
b478d92 : Add unit tests for direct manipulation mode
d31315a : Fix flaky tests
0f8622a : Support embedded view hierarchy in SurfaceView
663eaa6 : Add custom nudge actions
ac8cf8b : Add unit tests for RotaryService
d641e5c : Add unit tests for RotaryService
2bb7049 : Add unit tests for RotaryService
b876bd6 : Add unit tests for RotaryService

+- Project: platform/packages/apps/Car/Settings

972e9276c : Import translations. DO NOT MERGE ANYWHERE
ab1e835f6 : Replaces recent location requests with recently accessed
9a30a4451 : Prevent fragments from being removed by proguard
75bcfe69a : Import translations. DO NOT MERGE ANYWHERE
73fcf15e0 : Import translations. DO NOT MERGE ANYWHERE
bb088511d : Add proguard to Settings
e2196b495 : Import translations. DO NOT MERGE ANYWHERE
0c7da17b6 : Replaces car_ui_text_color_primary with icon_color_default
4cdedf23a : Apply dpm restrictions to wifi entries
8353c132f : Add debouncing to preferences
3d981899c : Import translations. DO NOT MERGE ANYWHERE
c88bcf75f : Extract app label from component name in notification access confirmation UI
d086549f1 : Import translations. DO NOT MERGE ANYWHERE
f8fa869e9 : Import translations. DO NOT MERGE ANYWHERE
fcac7fb35 : Import translations. DO NOT MERGE ANYWHERE
4bccab978 : Audit exported broadcast receivers
754272fb7 : Import translations. DO NOT MERGE ANYWHERE
062072931 : Import translations. DO NOT MERGE ANYWHERE
7a039bd62 : Fix failing bluetooth tests
6d7844cfb : Import translations. DO NOT MERGE ANYWHERE
6ac67cc63 : Import translations. DO NOT MERGE ANYWHERE
754bea02a : Import translations. DO NOT MERGE ANYWHERE
cb412e2e3 : Ensure the learn more string meet Accessibility requirement.
a26a415ea : Import translations. DO NOT MERGE ANYWHERE
792978408 : Import translations. DO NOT MERGE ANYWHERE
dcb9c5fb6 : Extract app label from component name in notification access confirmation UI
c722768e6 : Import translations. DO NOT MERGE ANYWHERE
6f054af08 : Import translations. DO NOT MERGE ANYWHERE
452a0d9bf : RESTRICT AUTOMERGE Fix apps being able to turn on bluetooth scanning
cabd9048f : RESTRICT AUTOMERGE Fix apps being able to turn on bluetooth scanning
cf75551a4 : RESTRICT AUTOMERGE Fix apps being able to turn on bluetooth scanning
7adb8ff6d : Fix apps being able to turn on bluetooth scanning
6290e599c : Remove exported=true for car NotificationAccessConfirmationActivity.
1f9bc84ce : Import translations. DO NOT MERGE ANYWHERE
339860d5a : Import translations. DO NOT MERGE ANYWHERE
a89edc23d : Remove exported=true for car NotificationAccessConfirmationActivity.
6e47364f3 : Fixes a bug in "Recently accessed".
3b68f009a : Import translations. DO NOT MERGE ANYWHERE
94297b05d : Import translations. DO NOT MERGE ANYWHERE
094eea7fe : Replace a camera icon
88d0bdb98 : Import translations. DO NOT MERGE ANYWHERE
383d935cc : Import translations. DO NOT MERGE ANYWHERE
91f1c79af : Fix failing DualPaneBaseCarSettingsActivityTest
d691aea7b : Fix failing AppDataUsageFragmentTest
867cdb2b5 : Import translations. DO NOT MERGE ANYWHERE
633310eb3 : Import translations. DO NOT MERGE ANYWHERE
177c48b6e : Import translations. DO NOT MERGE ANYWHERE
81469237c : Import translations. DO NOT MERGE ANYWHERE
2fcf73876 : Fix profiles unit test NPE
63af15f74 : Add Accessibility page to search
8225a8fe2 : Import translations. DO NOT MERGE ANYWHERE
edccac0b9 : Import translations. DO NOT MERGE ANYWHERE
f77c129c1 : Fixed Volume Mute Setting Test
a104d4e00 : Import translations. DO NOT MERGE ANYWHERE
41854b707 : Add en_XA to language list for Car language picker
c0418e749 : Removed disconnected subtitle from unpaired devices
82db290e9 : Initialize tether security preference list
855bcae86 : Import translations. DO NOT MERGE ANYWHERE
098404f60 : Import translations. DO NOT MERGE ANYWHERE
a7ec1698e : Import translations. DO NOT MERGE ANYWHERE
fe4b0e36a : Import translations. DO NOT MERGE ANYWHERE
e301ece95 : Import translations. DO NOT MERGE ANYWHERE
d6035d1d3 : Import translations. DO NOT MERGE ANYWHERE
4a52b810d : Hide bluetooth DPM pop ups and double checked calls
ec91547c2 : Hide bluetooth DPM pop ups and double checked calls
d58d02629 : Import translations. DO NOT MERGE ANYWHERE
70e1d84bf : Import translations. DO NOT MERGE ANYWHERE
8e54ab677 : Fix security pins/passwords not updating
200dc012e : Singularization of duplicated multi user strings.
f1fd6d7ae : Fix night mode zeriozing security credentials
21c06eae2 : Import translations. DO NOT MERGE ANYWHERE
689773566 : Import translations. DO NOT MERGE ANYWHERE
4a60d9f61 : Fix Bluetooth state security vulnerability
6772726b2 : API Review: factoryReset->clearBluetooth
9bfcf1d42 : Added feature supported around mute functionality in settings.
ba9222763 : Change repo hooks after tools/ migrated from libs to systemlibs
d1ec1123c : Fallback Home doesn't restart on keyboard change
b9f4049ce : Final String changes for Enterprise Privacy Settings
46b104b01 : Fix failing unit tests
5affd51c5 : Migrate profiles robo tests
08adf27f3 : Add ProfileDetailsEndSesionPrefrenceController unit test
39e17c236 : Import translations. DO NOT MERGE ANYWHERE
a17b728ea : Import translations. DO NOT MERGE ANYWHERE
34115d246 : Import translations. DO NOT MERGE ANYWHERE
56c8dfa31 : Import translations. DO NOT MERGE ANYWHERE
5d03ca48d : Let non-admins and guest create profiles
2f82e0612 : Fix SettingsScreenLockActivity blank screen
ca0c4bfee : Update CarSettings targetSdk to 31
77994df37 : Fix a failing test MixedProfileOwnerTest#testPackageInstallUserRestrictions
308e1125e : Revert "Rename Do Not Disturb -> Priority Mode"
9cf784011 : Update CarSettings targetSdk to 32
649e8bc1b : Add check for managaed user's acknowledgement for AddAccountPreferenceController
3604130df : Improve UX for NewUserDisclaimerActivity
efadf9ea8 : Car Settings App: Added WPA3 SAE option
f655e49de : Import translations. DO NOT MERGE ANYWHERE
de9e57e8c : Fix bluetooth app label spoofing
233686f74 : Add Profiles & Accounts to search
690f101ec : Replace use of AbstractExtendedMockitoTestCase's deprecated constructor
98bbce3d2 : DO NOT MERGE: BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog
c6fcbbb6f : DO NOT MERGE: BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog
b9dc32613 : Import translations. DO NOT MERGE ANYWHERE
f1eacbe09 : Import translations. DO NOT MERGE ANYWHERE
506da33eb : Import translations. DO NOT MERGE ANYWHERE
fdaf5181d : Prevent security search indexing for guest user
404d06597 : Add Settings preference for intenting to SR internal settings
7bb0b5d2a : Add screen reader settings to CarSettings
9a3801e8f : Add all relevant strings for TalkBack/Screen Reader settings
2bb488541 : Implements camera privacy settings
b52fdaf3d : Adds Settings preference for intenting to SR internal settings
f8a487754 : Add restrictions to qc bluetooth devices
d9d4d7ebd : Add check for managaed user's acknowledgement for AddAccountPreferenceController
73a6ed1ae : DO NOT MERGE Add restrictions to qc bluetooth devices
e35daf6a1 : Fix account title NPE
8537118c0 : Resolve bluetooth hidden API usages
d1c8e99ca : Fix overlayable_resource_hook script path
019fa9c12 : Adds screen reader settings to CarSettings
05f2ef2aa : Removing @hide constructors in the test code
06bb66702 : Resolve bluetooth hidden API usages
f7f8bc515 : Add CHANGE_WIFI_STATE permission to toggle request
66de934a8 : Import translations. DO NOT MERGE ANYWHERE
12a532903 : Import translations. DO NOT MERGE ANYWHERE
8c59351fc : Import translations. DO NOT MERGE ANYWHERE
f4c924163 : Import translations. DO NOT MERGE ANYWHERE
e931599df : Disable password types based on quality
861980c7f : remove user_helper from CarAPI.
58b8de6a5 : Disable password types based on quality
c3b19fd28 : Fix toast showing when rapidly toggling bluetooth
717d8c620 : Validate passwords and pins with complexity
8ecc1cb4f : Validate passwords and pins with complexity
e6d0cb721 : Fix toast showing when rapidly toggling bluetooth
258b88394 : Add NotificationActivity intent filter
1ca9105f1 : Fix failing EnterpriseUtils tests
1790308e9 : Fix Bluetooth action item UX restrictions not showing
6d6e1f019 : BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog
71c1daf15 : BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog
ed1e033a6 : BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog
0106e56c5 : BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog
b80ee786c : BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog
4620eea76 : [[MS79] Remove NetworkTemplate hidden API dependencies
49b076909 : Implement EnterpriseInstalledPackagesPreferenceController and fragment.
e4c36c8e2 : Implements default apps screen on managed device info.
2aa827267 : Removed unneeded call to PreferenceControllerTestUtil.assignPreference()
07045dec0 : Minor improvements on enterprise privacy classes:
3915f8554 : Reused logic to asynchronously get app-based info.
733dbb417 : BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog
1678b2c64 : Fix Bluetooth action item UX restrictions not showing
bf770f583 : Add User Restrictions to Quick Controls
c2603c20a : [MS79] Remove NetworkTemplate hidden API dependencies
23e8bf902 : [MS79] Remove NetworkTemplate hidden API dependencies
d6f38fcee : Refactored AdminGrantedPermissionsPreferenceControllers to be async.
975ced9dc : Initial implementation of AdminGrantedPermissionsApplicationsListPreferenceControllers.
74de13314 : Fixed message on failed password attempts screen.
d1abf9263 : Initial implementation of AdminGrantedPermissionsPreferenceControllers.
3e0ce5aee : Creates a temporary settingslib package.
da2cf3c1e : Initial implementation of FailedPasswordWipeCurrentUserPreferenceController.
d3cf57813 : Sets user restriction to connected bluetooth device
191c53f1c : Sets user restriction to connected bluetooth device
34c0e752b : Fix managed device disclosure on "Add account" screen
cda8d834e : Implement pending Enterprise related PreferenceControllers in car settings.
632d76d30 : Changes ProfileHelper so it calls the proper API to logout a user.
53c41930f : Import translations. DO NOT MERGE ANYWHERE
88c9a7a67 : Import translations. DO NOT MERGE ANYWHERE
6f46f3417 : Import translations. DO NOT MERGE ANYWHERE
e20d962ab : Import translations. DO NOT MERGE ANYWHERE
bc2cb8d84 : Fix failing enterprise disclosure test
2a2bf522c : Condition datetime preference disabled click state
8ec2be003 : Show choose account screen when device is managed
d5fd127c2 : Creates settingslib.applications package.
e1cf199bd : Fix failing enterprise Comp Mode tests
96176dc78 : Add user restriction by DPM for settings' reset credentials
791790164 : Managed device info screen UX polishing
c379dee41 : Cleaning up bluetooth tests
df1d54dbd : Show badged user icon on Settings Profiles & accounts screen.
ca79984c2 : Changes ProfileHelper so it calls the proper API to logout a user.
36c6a00fd : Rename Do Not Disturb -> Priority Mode
3041522aa : Refine the plural strings design in Car Settings
93e58d2b3 : Import translations. DO NOT MERGE ANYWHERE
41993d183 : Import translations. DO NOT MERGE ANYWHERE
d3ea2822d : Import translations. DO NOT MERGE ANYWHERE
a9ddbac77 : Fixes usage of UserCreationResult.
699ab67ee : eSIM deprecated API Refactoring- Car Settings
e44916b09 : Import translations. DO NOT MERGE ANYWHERE
c799a4a58 : Import translations. DO NOT MERGE ANYWHERE
c91a60e7f : Import translations. DO NOT MERGE ANYWHERE
f657700b5 : Import translations. DO NOT MERGE ANYWHERE
a75bfbf24 : Import translations. DO NOT MERGE ANYWHERE
f505aac90 : [DO NOT MERGE][resolved conflict] eSIM deprecated API Test Refactoring- Car Settings am: 7944153d2e am: a96221caae am: c5f6afe261
4a593990c : Fix managed device disclosure on "Add account" screen
f366a7f52 : Add caller check to com.android.credentials.RESET
ebeb6602f : Condition datetime preference disabled click state
7944153d2 : eSIM deprecated API Test Refactoring- Car Settings
6e4a895e2 : Handle user restrictions on QC bluetooth devices
e419e9f68 : [MS11] Remove INetworkStatsSession usage in Car
1b2f4165a : [MS11] Remove INetworkStatsSession usage in Car
9c0b18128 : Fix and migrate flaky bluetooth tests
f04261571 : Prevent focus shift stackoverflow
602a69a20 : Cleanup bluetooth connection summary
1f0509332 : Add Wi-Fi subtitle to state switch
8315c2993 : Show choose account screen when device is managed
58244d6f6 : Import translations. DO NOT MERGE ANYWHERE
56276ab78 : [MS11] Remove INetworkStatsSession usage in Car
8d7699ba3 : Implement EnterpriseInstalledPackagesPreferenceController and fragment.
2a6f7d02c : Update allowed toggles while driving
2ffd6467b : Update hotspot settings subtitle behavior
e2b82644b : Remove references to Google in strings
ca96477c7 : Implements default apps screen on managed device info.
72cd9560f : Remove localization from configuration strings
737ab9470 : Removed unneeded call to PreferenceControllerTestUtil.assignPreference()
6a550e726 : Fix flaky tts test
d8146c926 : Update CarSettings owners
50cafc0fd : Minor improvements on enterprise privacy classes:
60467be93 : Reused logic to asynchronously get app-based info.
2bf8f0d68 : Refactored AdminGrantedPermissionsPreferenceControllers to be async.
0d007e780 : Link to recent permissions summary screeen
3a30ce493 : Fix failing AppOpsBridge tests
a2e94aeec : Add off subtitle to mobile network
3097ae7e6 : Initial implementation of AdminGrantedPermissionsApplicationsListPreferenceControllers.
ac4af4632 : Fix failing enterprise disclosure test
1906921c7 : Add unaudited exported flag to exposed runtime receivers
71cd7f0f7 : Fixed message on failed password attempts screen.
39a44f309 : Add WiFi toggle disabled color
3d34d88b7 : Fix empty wifi names
54c8b4bab : Add user restriction by DPM for settings' reset credentials
073b92695 : Show badged user icon on Settings Profiles & accounts screen.
08f75feec : Fix AlwaysOnVpnCurrentUserPreferenceControllerTest.
8fbc12d3a : Fix failing enterprise Comp Mode tests
7547f7c50 : Initial implementation of AdminGrantedPermissionsPreferenceControllers.
c2ba8ab8d : Add User Restrictions to Quick Controls
4355e4af7 : Managed device info screen UX polishing
4e2894775 : Creates settingslib.applications package.
0e392a08b : Creates a temporary settingslib package.
429f06968 : Initial implementation of FailedPasswordWipeCurrentUserPreferenceController.
478e4a74b : Change wifi password edittext to support RTL
8b0526818 : Cleaning up bluetooth tests
c0f311a77 : Dissmiss wifi password keyboard when rotary changes focus
388c49a07 : Fix remove mac address truncation
3ba5d5945 : Implement pending Enterprise related PreferenceControllers in car settings.
7d8d27bd0 : Fix BaseEnterpriseTestCase test failure
efe2ea030 : Import translations. DO NOT MERGE ANYWHERE
393bf80e2 : eSIM deprecated API Test Refactoring- Car Settings
407a67973 : Import translations. DO NOT MERGE ANYWHERE
03724c24c : Import translations. DO NOT MERGE ANYWHERE
3a473d839 : Adding icons for top level accessibility and caption settings
513382b0e : Adding closed captions style preset settings to accessibility settings
06a24865e : Refactor Bluetooth scan mode APIs
c7e816764 : Adding caption size settings to the car caption settings page
a531f5082 : Adding caption settings page to accessibility settings
292c37269 : Adding all relevant strings for TalkBack/Screen Reader settings
eb43a9bbc : Import translations. DO NOT MERGE ANYWHERE
d63f9af85 : Adding a new accessibility section to car settings
6ec732077 : Adding relevant strings for accessibililty/caption settings
f325b965e : Fix BluetoothDevicePickerPreferenceControllerTest
006371a5a : Import translations. DO NOT MERGE ANYWHERE
a0d59945b : Fixed failing AddProfileHandlerTest
2ae5d17e1 : Fix Car settings crash if no TTS engine is installed
350c69ede : Import translations. DO NOT MERGE ANYWHERE
08185ce99 : Fixed icon used by blocked by admin dialog.
6a4d35cef : Update NewUserDisclaimer UX
7c51d612c : Fix Car settings crash if no TTS engine is installed
be849c6af : Fix DeviceAdminAddFragmentTest.
58bbb251d : Fix DeviceAdminAddFragmentTest.
3b3d3abd4 : Import translations. DO NOT MERGE ANYWHERE
e7c4fe6fa : Removed admin_support_more_info, which was not used.
92a9a5682 : Add focus highlight for Accept button in NewUserDisclaimerActivity.
172da7d95 : Import translations. DO NOT MERGE ANYWHERE
1d5d6b54f : Import translations. DO NOT MERGE ANYWHERE
06364f904 : Import translations. DO NOT MERGE ANYWHERE
a986c048b : Update code to match new CarUiRecyclerView design
99571647d : Import translations. DO NOT MERGE ANYWHERE
9c3b124a8 : Refactor the settings calls that pass user in the car settings code.
db6b878f9 : Import translations. DO NOT MERGE ANYWHERE
8f91ec39a : Add testing for quick control background workers
45454e9d1 : Proper strings for all messages added for device policy manager.
26241d0cb : Migrate to chassis ClickableWhileDisabled prefs
c76d26d66 : Add mobile network quick control row
c519a82c9 : Migrate icons to new color resource
7e49664f2 : Import translations. DO NOT MERGE ANYWHERE
880a5a33a : Adding hotspot quick control
8b451765d : Initial quick control volume sliders
27c2f4c55 : Fix bluetooth discovery states
60df8d674 : Add wifi row quick control
5acc4b33e : Create adaptive brightness quick control toggle
bbb417fd5 : Import translations. DO NOT MERGE ANYWHERE
27821ab30 : Refactor hidden api
49b14661b : Create two quick control brightness sliders
182c8d1fc : Add FactoryResetActivity and NewUserDisclaimerActivity.
617aeee3b : Import translations. DO NOT MERGE ANYWHERE
eec93d4a6 : Import translations. DO NOT MERGE ANYWHERE
7735fda45 : Add QC Brightness Slider
b2f268adc : Fix bluetooth broadcast vulnerability
678b47ed2 : Removed remaining UserInfo from CarAPI
acf0ba4c2 : Import translations. DO NOT MERGE ANYWHERE
561306feb : Import translations. DO NOT MERGE ANYWHERE
08c86f867 : Removed UserInfo from UserCreationResult
2cb906edb : Add initial quick control tiles
460768810 : Moved Userlib classes to CarAPI
0a3e54183 : Replaced core AndroidAsync with local car-lib AndroidAsync
671da595d : Add mobile data tile
0b373dfc5 : Update bluetooth device toggles
68a6659d4 : Initial CarSettings QC Provider Framework
33cb74816 : Import translations. DO NOT MERGE ANYWHERE
e4523a431 : Import translations. DO NOT MERGE ANYWHERE
b08eb8500 : Import translations. DO NOT MERGE ANYWHERE
ae90e4650 : Check the access type for Units properties
3ab2e516a : Import translations. DO NOT MERGE ANYWHERE
a13e0100e : Fix looking for wrong ids
32cca2261 : Import translations. DO NOT MERGE ANYWHERE
4e2715367 : Import translations. DO NOT MERGE ANYWHERE
62f1d47c3 : Remove usage of getRecyclerView
6ee00ebff : Import translations. DO NOT MERGE ANYWHERE
e36eca351 : Remove NetworkScoreManager from WifiTrackerLib classes
6e10b2165 : Import translations. DO NOT MERGE ANYWHERE
fe8c5491f : Import translations. DO NOT MERGE ANYWHERE
ba8e34dc0 : Import translations. DO NOT MERGE ANYWHERE
3c397de03 : Import translations. DO NOT MERGE ANYWHERE
08480f7eb : Import translations. DO NOT MERGE ANYWHERE
c7aad9f74 : Import translations. DO NOT MERGE ANYWHERE
bec326a28 : Import translations. DO NOT MERGE ANYWHERE
86cca18d2 : Import translations. DO NOT MERGE ANYWHERE
5c3cff39e : Import translations. DO NOT MERGE ANYWHERE
f3f9bdfb0 : Import translations. DO NOT MERGE ANYWHERE
66344e7ff : Import translations. DO NOT MERGE ANYWHERE
4a88027eb : Add Ensure Peak Performance setting to Car Settings
083cd06e4 : Import translations. DO NOT MERGE ANYWHERE
b5e0dabed : Update code to match new CarUiRecyclerView design
d12061fc7 : Import translations. DO NOT MERGE ANYWHERE
09a828eec : Import translations. DO NOT MERGE ANYWHERE
3a4c69836 : Import translations. DO NOT MERGE ANYWHERE
ee98f25d8 : Import translations. DO NOT MERGE ANYWHERE
f0a9fe6af : Import translations. DO NOT MERGE ANYWHERE
b2a1b421e : Add WifiTrackerLib as static lib to Car Settings
efe42eb1c : Import translations. DO NOT MERGE ANYWHERE
c1884be3b : Import translations. DO NOT MERGE ANYWHERE
5dda8e306 : Import translations. DO NOT MERGE ANYWHERE
10d7fe13b : Extract CarSettings-core build target
8edbf31ef : Import translations. DO NOT MERGE ANYWHERE
f2b3ea0a7 : Import translations. DO NOT MERGE ANYWHERE
301124fd8 : Import translations. DO NOT MERGE ANYWHERE
9c365903d : Import translations. DO NOT MERGE ANYWHERE
281c0639f : Import translations. DO NOT MERGE ANYWHERE
aa5ec4e45 : Import translations. DO NOT MERGE ANYWHERE
0f58fbff6 : Import translations. DO NOT MERGE ANYWHERE
b10762fbb : Import translations. DO NOT MERGE ANYWHERE
eb54f5ef6 : Import translations. DO NOT MERGE ANYWHERE
97c66e102 : Import translations. DO NOT MERGE ANYWHERE
ed51f67d1 : Import translations. DO NOT MERGE ANYWHERE
4e8b95cf1 : Import translations. DO NOT MERGE ANYWHERE
a05f53c24 : Import translations. DO NOT MERGE ANYWHERE
92bf9d60a : Import translations. DO NOT MERGE ANYWHERE
7948fa333 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/Car/SettingsIntelligence

e172781 : Change repo hooks after tools/ migrated from libs to systemlibs
caed096 : Update SettingsIntelligence OWNERS
eb78492 : Update SettingsIntelligence OWNERS
0b928de : Fix overlayable_resource_hook script path
6493418 : Update code to use CarUiRecyclerView.OnScrollListener
d4bca17 : Update code to match new CarUiRecyclerView design

+- Project: platform/packages/apps/Car/SystemUI

114b33f0 : Show toast UI with display id
4049ab4f : Import translations. DO NOT MERGE ANYWHERE
07518815 : Pass non-IME controls to InsetsController
7b8ec97a : Rename config_automotiveHideNavBarForKeyboard
209afc7f : Import translations. DO NOT MERGE ANYWHERE
2f5c79ae : Fix the system bar navigation button selection handling
96c81f4f : Remove CentralSurfaces dependency
c4fe455c : Initialize NotificationViewController out of callback.
d0ca46df : Import translations. DO NOT MERGE ANYWHERE
3e1c123e : EnhancedEstimates is now bound in PowerModule.
a9b9d995 : Show a border for the small green indicator
0a60fae2 : Add LAYOUT_IN_DISPLAY_CUTOUT_MODE systembar config
3ddc88ab : Import translations. DO NOT MERGE ANYWHERE
74bd30cf : Add outside stroke to privacy chip indicator
6d698741 : Import translations. DO NOT MERGE ANYWHERE
eea8fbf3 : Assign correct id to mic privacy panel
6fe2b23e : Update method to get current activity
6acc0da8 : Import translations. DO NOT MERGE ANYWHERE
af6091fc : Import translations. DO NOT MERGE ANYWHERE
57ca5165 : Fix for failing tests under FanDirectionButtonTest.
6419c12c : Updating code due to TaskStackChangeListener changes
032afbb6 : Add additional KeyguardViewController method
5d511116 : Add FPV as first quick controls content view
61b8e3fe : Import translations. DO NOT MERGE ANYWHERE
0b808ca0 : systemui.Dumpable no longer takes a FileDescriptor
8a3228c2 : Update IVoiceInteractionSessionListener stub (car)
f6deeaa5 : Import translations. DO NOT MERGE ANYWHERE
4b18dfd6 : Code cleanup for PrivacyChipViewController
9676ae14 : Workaround to fix the invisible icon in privacy chip
11a6e73f : Fix for error while adjusting Fan Position.
3f36e7a6 : Import translations. DO NOT MERGE ANYWHERE
78ddcc09 : Update Toast UI component according to UX reference spec
aa3dcb81 : Update KeyguardUpdateMonitor bouncer showing callback
4a1bf672 : Import translations. DO NOT MERGE ANYWHERE
dda669fd : Import translations. DO NOT MERGE ANYWHERE
2126fc6d : Remove userId in PrivacyChipViewController
3887a0b2 : Accommodate the topFocussedWindowChanged() api change.
9d9bc166 : Import translations. DO NOT MERGE ANYWHERE
a4be1a80 : Import translations. DO NOT MERGE ANYWHERE
d6db51dc : Add new interface method
affb2e0e : Singularization of duplicated multi user strings.
c68bfc2b : Add View Policies button to device monitoring dialog
9b8ccde2 : Add camera privacy chip
790a7766 : Change repo hooks after tools/ migrated from libs to systemlibs
92a1510c : Set the toggle type correctly
13137d63 : Update isSensorPrivacyEnabled() due to API change
fc80baa9 : Fix notification panel cropping
151330dc : Remove empty modules
0b0773fa : [Status Bar] Rename StatusBar -> CentralSurfaces in Car.
29c99b65 : Update DozeServiceHost methods
ccd08e6c : Migrate SystemUI code to use CarUserManager#addListener with filter
17e157e2 : Fix to use displayFeatureId
c541d50d : Button state should depend on FEATURE_DEFAULT_TASK_CONTAINER
64fdf518 : Fix randomly stuck volume dialog
53aa829f : Update privacy element for attribution
81659f9a : Bluetooth reported battery level no longer needs conversion
9c739945 : Update managed device icon
c680b237 : Migrate ConnectedDevicesSignalController to new HFP APIs (pt 2)
4477ecb3 : Add qc scrolling and managaged device disclosure
6cae5c84 : Revert "Update car to reflect changes to support multiple dark t..."
3683e297 : Revert "Update car to reflect changes to support multiple dark t..."
c015aae7 : Replace ActivityStarter with normal activity launch
06d1b434 : Fix overlayable_resource_hook script path
3f9cf942 : Replace ActivityStarter with normal activity launch
261c0cae : Remove usage of Bluetooth hidden APIs in Voice Recognition Notifier
f456f629 : Update car to reflect changes to support multiple dark tint areas
8dc62e4d : Migrate ConnectedDevicesSignalController to new HFP APIs
19562907 : Migrate Car SystemUI battery indicator to new BluetoothDevice API
fe4b6ef2 : Disable errorprone by default on SystemUI-tests
0d780cfa : Change HeadsUpManagerPhone to use VisualStabilityProvider
e5f79c77 : Import translations. DO NOT MERGE ANYWHERE
d4cdde29 : Import translations. DO NOT MERGE ANYWHERE
3d88e0ed : Revert User Switch Workaround
887804b2 : remove user_helper from CarAPI.
ebe83252 : Add additional messages to management dialog
812b149a : Remove StatusBarState.FULLSCREEN_USER_SWITCHER
82c6e3b1 : Fix HVAC RTL layout
fa4c56c3 : Remove config_systemUIServiceComponents from Car.
9da7f1c3 : Fix rotary focus on + HVAC temperature button
77598d9b : Add additional messages to management dialog
fadf2c40 : Adds SessionTracker to dagger
81760d00 : RESTRICT AUTOMERGE Update OWNERS
241846cd : Show badged user icon on the user switch screen.
673812da : Provide action to start BugReportApp
bbb51062 : Renaming notification-related resources
cd5c9846 : Synchronize access to car service and listeners
4cce283a : Fix randomly stuck volume dialog
15c204d3 : Confirm keyguard showing before visibility change
e540d023 : Implement DPM Show Device Monitoring Dialog
6852cdf3 : Show badged icons on the quick settings user switcher drop-down.
d1834de6 : Apply user restrictions to add user button
68ddab79 : Allow VTS verifier to post toast in AAOS
1cf21a38 : Dismiss qc panels when launching activity
91ba6979 : Allows DPM to disable StatusBar on AAOS
cdf0ac8c : Show user switching message set by DPM setStartUserSessionMessage()
e4c801db : Only display single hvac or notification panel
69988bbe : Expose APIs to change animation to subclasses
e3d30a8c : Car/SystemUI/OWNERS: Remove old team members, add new backups from core SysUI
3a07489d : Car/SystemUI/OWNERS: Remove old team members, add new backups from core SysUI
45a45d4e : Allows DPM to disable StatusBar on AAOS
f2ff40ac : Import translations. DO NOT MERGE ANYWHERE
bcde6a62 : Preload quick control elements
43e1778f : Revert User Switch Workaround
b1e905f2 : Add KeyguardBiometricLockoutLogger core Startable
c0dd55f0 : Disable one-handed bouncer on auto
caedf468 : Implement DPM Show Device Monitoring Dialog
5ff6707b : Update system bar user and clock to match spec
58a19356 : Import translations. DO NOT MERGE ANYWHERE
10b311fb : Import translations. DO NOT MERGE ANYWHERE
6dcfbaa1 : Import translations. DO NOT MERGE ANYWHERE
73a74e64 : Apply user restrictions to add user button
5a6e1bb3 : Screen on/off event cleanup
13103802 : Add required flag to registerReceiver call in CarVolumeDialogImpl
8831383c : Run CarUserManager name callback on UI thread
491789c1 : Remove plurals from Car SystemUI
72458526 : Fix flaky test case in StatusIconpanelControllerTest.
054c2e20 : Import translations. DO NOT MERGE ANYWHERE
6c9a99f1 : Remove setAnimateScreenOff, which is removed in ag/16492188.
fe701925 : Import translations. DO NOT MERGE ANYWHERE
315ae511 : Follow CarPowerManager API change
3c0c8a69 : Support multiple system bar touch listeners
0214c01d : Show badged icons on the quick settings user switcher drop-down.
a6b05d23 : Show badged user icon on the user switch screen.
e9406ad9 : Allow VTS verifier to post toast in AAOS
1fb5fea6 : Dismiss qc panels when launching activity
d191ca06 : Updating icon badging logic
398815ca : Show user switching message set by DPM setStartUserSessionMessage()
b86e95d5 : Bouncer updates
3d280ad6 : Import translations. DO NOT MERGE ANYWHERE
00442f0f : Fix crash in numpad keyguard portrait layout
004c5d57 : Remove quick control panels when unprovisioned
f2ea36c9 : Adding annotation for overriding base component
00c7532b : Import translations. DO NOT MERGE ANYWHERE
ab4d1c04 : Remove profile panel while unprovisioned
4de76e67 : Fix failing CarSysUi Tests and flakiness
043795f0 : Rename SystemUI class to CoreStartable
f9aee69d : Change "Add Profile" to "Add a profile"
068dd9ef : New Pipeline: Add HeadsUpManagerLogger
11f9a90b : Update 'user' to 'profile'
82805fb0 : Add selected state to mic privacy chip
f1ab953f : Fix StatusIconPanelController#attachPanel to account for gravity
127947e6 : Update StatusIcon and Panel UI per design specs
0dd34262 : Refactor ClusterHomeCallback to ClusterStateListener.
fc92d368 : Improve Status Icon Panel RTL Support
4681560c : Change quick control footer dimensions
a2d90bd4 : Add required user_name view to unprovisioned top system bar
45b51f50 : Dismiss quick controls panel when lost focus
e847e2f1 : Import translations. DO NOT MERGE ANYWHERE
ada795ee : Add profile picker panel
6456edc0 : Center hvac text
963b5b79 : Import translations. DO NOT MERGE ANYWHERE
d7e26920 : Import translations. DO NOT MERGE ANYWHERE
c7bbba89 : Revert "Create ControlPanelController"
719165e1 : Create ControlPanelController
b722578b : Update NetworkController imports to follow frameworks/base
ff864ab8 : Import translations. DO NOT MERGE ANYWHERE
ce355052 : Import translations. DO NOT MERGE ANYWHERE
40f1ca2b : Import translations. DO NOT MERGE ANYWHERE
e8135d6f : Integrating initial Quick Control palettes
ed61fb17 : Fix behavior of Notification shade when manually closed without opening it completely
dd5f8ab6 : Implement StatusIcon Panel
f9c599e5 : Cherry-pick latest QC entry points impl
3c9f1587 : Update manifest to account for new startup library
890cbea7 : Implement QC entry buttons
2fabdd09 : Update manifest to account for new startup library
6f59503e : Update manifest to account for new startup library
7d3ad7df : [Dagger] Remove CarVolumeDialogComponent now that the custom car volume dialog can be injected instead.
9b84da7b : Removed remaining UserInfo from CarAPI
af7c4165 : Import translations. DO NOT MERGE ANYWHERE
a9153cd8 : Removed UserInfo from UserCreationResult
0f0a6e0d : Use NotificationDataManager.getInstance()
7f29414c : Moved Userlib classes to CarAPI
c1eede51 : Import translations. DO NOT MERGE ANYWHERE
093b734f : Fix AAOS Keyguard layout
95b62ed5 : Add ActivityBlockingActivity & ContinuousBlankActivity in SystemUi code.
3cfbf433 : Move FeatureFlags to flags package.
b34c3b7c : Import translations. DO NOT MERGE ANYWHERE
d020c63c : Update missing javadocs and unused imports or configs
eb370293 : Import translations. DO NOT MERGE ANYWHERE
dbcf8bd1 : Import translations. DO NOT MERGE ANYWHERE
4cf2ca98 : Import translations. DO NOT MERGE ANYWHERE
768f3bb6 : Clean up HVAC implementation
45f01868 : Add attribute to prevent disabling when enabled
7f662c61 : Add FeatureFlags to DarkIconManager's constructor
d214c2ea : Update aosp sysui hvac to use new views
322a9e8e : Set selected state to control background separately
17f5dc16 : Support seat cooling
08dbf75b : Import translations. DO NOT MERGE ANYWHERE
8f7b4932 : Separate boolean and integer hvac toggle buttons
92dddf05 : Remove RearViewCameraViewController/Mediator from CarSystemUI.
a00c5258 : Support granular control of temperature by display unit.
c79430c2 : Add support for closing panel
354f9225 : Allow custom drawables for seat heater button
74b3385e : Add empty notification text and manager button to notification center.
e463a59e : Enable long clicking seat heat buttons to toggle max/off.
eb4d9e91 : Clean up hvac panel container layout.
2156c20f : Import translations. DO NOT MERGE ANYWHERE
7766bb30 : Import translations. DO NOT MERGE ANYWHERE
2bce8507 : Make app grid app configurable in sysui
44aeddd4 : Import translations. DO NOT MERGE ANYWHERE
551ba598 : Import translations. DO NOT MERGE ANYWHERE
4f00581e : Implement TemperatureBar interface for the reference HVAC app
f1ecab6a : Implement fan control interface for reference HVAC
6711abdd : Implement button interfaces for HVAC reference app.
8e3f4593 : Refactor HvacController to broadcast global HVAC prop changes.
ec12db46 : Clean up method names in SystemUI (setup -> setUp).
d15c021f : Refactor OverlayPanelViewController and implement HVAC Panel View.
36a3cfc7 : Import translations. DO NOT MERGE ANYWHERE
d4ab15e5 : Inject the StatusBarSignalPolicy in CarSystemBar
a101128a : Delete references to AnimatedTemperatureView.
a22ab607 : Import translations. DO NOT MERGE ANYWHERE
5b6235b3 : Import translations. DO NOT MERGE ANYWHERE
8acfd028 : Import translations. DO NOT MERGE ANYWHERE
0395c335 : Import translations. DO NOT MERGE ANYWHERE
ec8e98cb : Fix focus highlight for sysui
878b5229 : Update hvac UI on locale change
a33117c4 : Import translations. DO NOT MERGE ANYWHERE
e8d51667 : Add mic off functionality to privacy chip.
5d8aca98 : Don't crash SystemUI if HVAC properties are not available.
cf3c83d0 : Revert to using Android.mk file.
c12ce216 : Implement HvacController and System Bar HVAC Control.
f6142e48 : Revert^2 "Deprecate existing HVAC implementations"
3057f72d : Revert "Deprecate existing HVAC implementations"
efc26677 : Revert "Implement HvacController and functioning SystemBar HVAC ..."
f4c80c5d : Implement HvacController and functioning SystemBar HVAC Control.
9db4d454 : Fix breaking inset-related tests.
93bdeac1 : Deprecate existing HVAC implementations
5efa6c07 : Fix Presubmit Flakiness.
15bfd8e9 : Clean up car systembar package
166f5008 : Show Navigation Buttons when unoccluding without keyguard.
71515395 : Use Executors instead of Handlers.
64d578eb : Fix Presubmit Flakiness
aaac97c9 : Update Toast changes in Car/SystemUI
b3446623 : Fix Launcher button not highlighting due to TaskView
625013e1 : Revert "Fix Crash in PIN screen."
d5258229 : Fix SystemUI presubmit tests flakiness.

+- Project: platform/packages/apps/Car/SystemUpdater

e4a9d9f : Car System Updater: post notifications permission
56b49b6 : Import translations. DO NOT MERGE ANYWHERE
050cf8a : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/Car/systemlibs

9e4c948 : Merge 'Adjust Button Toggle UI component according to UX reference spec' into tm-dev
59bcf3c : Initial empty repository
1a876a7 : Add additional unavailable toggle drawable state
ce08260 : DO NOT MERGE Add additional unavailable toggle drawable state
b284ac4 : Move the tests/tools scripts into libs
c0a2023 : Remove unbundled code from the platform
87fbd25 : Fixed QC SeekBar clickable while disabled behavior
a1bd7f7 : Add clickable while disabled functionality
3235eb4 : Import translations. DO NOT MERGE ANYWHERE
52a081a : Import translations. DO NOT MERGE ANYWHERE
6534a95 : Import translations. DO NOT MERGE ANYWHERE
9d4c2cc : Import translations. DO NOT MERGE ANYWHERE
6aba426 : Import translations. DO NOT MERGE ANYWHERE
151dfe1 : Add bind method to QCControllers
4b2fdf5 : Fixed QC SeekBar clickable while disabled behavior
4962d69 : Import translations. DO NOT MERGE ANYWHERE
d707986 : Import translations. DO NOT MERGE ANYWHERE
14bbdd6 : Import translations. DO NOT MERGE ANYWHERE
9d1ebd0 : Import translations. DO NOT MERGE ANYWHERE
88a91b5 : Import translations. DO NOT MERGE ANYWHERE
9f8eed2 : Import translations. DO NOT MERGE ANYWHERE
da920da : Import translations. DO NOT MERGE ANYWHERE
8bde078 : Add clickable while disabled functionality
6b42904 : Remove switch frame to allow for correct focus highlight behavior
cd39f5f : Unset switch change listener before updating
9b31979 : Fix bluetooth device shift on pairing
6cb9ed7 : Import translations. DO NOT MERGE ANYWHERE
bb10a32 : Import translations. DO NOT MERGE ANYWHERE
259b813 : Import translations. DO NOT MERGE ANYWHERE
ec7f7dc : Import translations. DO NOT MERGE ANYWHERE
9924bc9 : Import translations. DO NOT MERGE ANYWHERE
d699356 : Import translations. DO NOT MERGE ANYWHERE
8e01e69 : Import translations. DO NOT MERGE ANYWHERE
ebfa7ea : Import translations. DO NOT MERGE ANYWHERE
3ebdc6f : Import translations. DO NOT MERGE ANYWHERE
4b65082 : Import translations. DO NOT MERGE ANYWHERE
b00f3e0 : Update quick control row spacing
2d83544 : Use the SeekBar thumb from the default theme
2ddaa79 : Align qc row text based on locale
1dfcb65 : Import translations. DO NOT MERGE ANYWHERE
26f174c : Import translations. DO NOT MERGE ANYWHERE
bdb1527 : Import translations. DO NOT MERGE ANYWHERE
95d3091 : Import translations. DO NOT MERGE ANYWHERE
9c06feb : Import translations. DO NOT MERGE ANYWHERE
5afe9bc : Improve QC Provider Destroy/Cleanup
ad29ea4 : Improve quick controls slider rotary support
f5d955d : Allow providing apps to prevent icon tinting
0933ad1 : Add default tint to start icon
9072a79 : Updating QC toggles
b2718ab : Add initial quick control controllers
3930dc5 : Define initial quick control views
4fe06d7 : Improve method annotations
e22c4b6 : Initial QC provider implementation
03bbd8c : Initial Quick Controls lib
43e0311 : Import translations. DO NOT MERGE ANYWHERE
c0258ce : Import translations. DO NOT MERGE ANYWHERE
d83fd18 : Import translations. DO NOT MERGE ANYWHERE
20d9b76 : Import translations. DO NOT MERGE ANYWHERE
22bfdcf : Import translations. DO NOT MERGE ANYWHERE
f49851c : Import translations. DO NOT MERGE ANYWHERE
6be14d6 : Add default tint to start icon
2611327 : Import translations. DO NOT MERGE ANYWHERE
7c76f3c : Import translations. DO NOT MERGE ANYWHERE
294d048 : Import translations. DO NOT MERGE ANYWHERE
9a693bd : Import translations. DO NOT MERGE ANYWHERE
43b3143 : Import translations. DO NOT MERGE ANYWHERE
853fa93 : Import translations. DO NOT MERGE ANYWHERE
d46f008 : Import translations. DO NOT MERGE ANYWHERE
cc8c612 : Updating QC toggles
ca3a67d : Add initial quick control controllers
c77c93e : Define initial quick control views
2f7faea : Move car-ui-lib .gitignore to top level
2e9cac3 : Improve method annotations
3249b46 : Initial QC provider implementation
49a3b36 : Initial Quick Controls lib
fca4cd6 : Import translations. DO NOT MERGE ANYWHERE
a947a02 : Import translations. DO NOT MERGE ANYWHERE
5444597 : Import translations. DO NOT MERGE ANYWHERE
cb79a40 : Import translations. DO NOT MERGE ANYWHERE
105068d : Import translations. DO NOT MERGE ANYWHERE
4de8f83 : Import translations. DO NOT MERGE ANYWHERE
5cee9a0 : Import translations. DO NOT MERGE ANYWHERE
f8f5a98 : Import translations. DO NOT MERGE ANYWHERE
29b0504 : Import translations. DO NOT MERGE ANYWHERE
f2a1af1 : Import translations. DO NOT MERGE ANYWHERE
489ee69 : Import translations. DO NOT MERGE ANYWHERE
b93dbc8 : Import translations. DO NOT MERGE ANYWHERE
60b440c : Import translations. DO NOT MERGE ANYWHERE
d521189 : Import translations. DO NOT MERGE ANYWHERE
d61efaa : Moves mute functionality to the app when mute pending intent
8946886 : Moves mute functionality to the app when mute pending intent
9d3a120 : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Car/libs
fe6c06f : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Car/libs
3291223 : Updates OWNERS file in Car Assist Client Lib and Car Assist
3e86457 : Skip assistant fallback set-up when it's disabled
9ef397b : Skip assistant fallback set-up when it's disabled
3eceefa : Import translations. DO NOT MERGE ANYWHERE
88c3cd1 : Import translations. DO NOT MERGE ANYWHERE
f2a7311 : Import translations. DO NOT MERGE ANYWHERE
96c1ebe : Import translations. DO NOT MERGE ANYWHERE
f71ef01 : Import translations. DO NOT MERGE ANYWHERE
7b3110f : Import translations. DO NOT MERGE ANYWHERE
2080ef8 : Import translations. DO NOT MERGE ANYWHERE
594fa88 : Import translations. DO NOT MERGE ANYWHERE
fb0c984 : Import translations. DO NOT MERGE ANYWHERE
2814c1a : Import translations. DO NOT MERGE ANYWHERE
b73717c : Import translations. DO NOT MERGE ANYWHERE
b2ea564 : Revert "Import translations. DO NOT MERGE ANYWHERE"
0b4a481 : Revert "Import translations. DO NOT MERGE ANYWHERE"
ae109d4 : Import translations. DO NOT MERGE ANYWHERE
bb70918 : Import translations. DO NOT MERGE ANYWHERE
22cb5d1 : Import translations. DO NOT MERGE ANYWHERE
343fe95 : Import translations. DO NOT MERGE ANYWHERE
6057a67 : Import translations. DO NOT MERGE
be6b5ff : Import translations. DO NOT MERGE ANYWHERE
c487436 : Import translations. DO NOT MERGE ANYWHERE
7ed8967 : Import translations. DO NOT MERGE ANYWHERE
6bc1e71 : Import translations. DO NOT MERGE ANYWHERE
0f1c2a5 : Import translations. DO NOT MERGE ANYWHERE
360dff9 : Updates CarAssistUtils to getAllActions including invisible actions when deriving the notification's actions.
50f682b : DO NOT MERGE change the NotificationCompat to Notification to enable showing app icon in the notification.
c87f0e2 : adding a pre-upload hook to check to uploading files that don't have a trailing empty line for chassis.
1f4599b : Use findViewByRefId instead of findViewById
9942934 : Add resources lib drop of androidx car from google3
be722c4 : FallbackAssistant should use equals() not == for Person.
574f63a : FallbackAssistant reads group convos correctly + Snapback bug fix
ab17f2f : DO NOT MERGE: Add a preupload hook to prevent accidental use of findViewById and requireViewById.
bdf173f : Turning off the fallback assistant path by default
7442973 : Import translations. DO NOT MERGE
923b915 : FallbackAssistant reads out group conversations correctly
fc8e911 : Convert more of packages/apps/Car/libs to Android.bp
aa7e282 : Convert more of packages/apps/Car/libs to Android.bp
222e974 : Convert more of packages/apps/Car/libs to Android.bp
a1f416c : Remove sample RROs presubmit checks
9ecfccb : Import translations. DO NOT MERGE
90bc644 : Check for invalid RROs when updating chassis
2646018 : DO NOT MERGE Add boolean to Exception bundle, to indicate if Fallback is enabled
478a9b7 : Add boolean to Exception bundle, to indicate if Fallback is enabled
37fa42b : Import translations. DO NOT MERGE
ca6ef10 : Import translations. DO NOT MERGE
aef7b58 : Fix code for Google3
07d9da6 : Set AudioAttributes in TextToSpeechEngine
d2606d1 : DO NOT MERGE Create unit tests for Car Assist Client Lib
e36c6f2 : Fix bug in car-compat-message-notification criteria
b13e6f1 : Import translations. DO NOT MERGE
2c68017 : Import translations. DO NOT MERGE
ffdd55c : Import translations. DO NOT MERGE
e527197 : Check if messageList is null / empty before use.
c15dc21 : Import translations. DO NOT MERGE
e289d47 : Import translations. DO NOT MERGE
a835f5e : Import translations. DO NOT MERGE
e1a3d13 : Import translations. DO NOT MERGE
80fcecb : FallbackAssistant should say the Sender name when reading message
14070dc : Classify FallbackAssistant Audio as USAGE_ASSISTANT
2282a30 : DO NOT MERGE Cleanup: applying comments made in a Q CP CL
172af19 : Check if assistant supports HANDLE_EXCEPTION action before showing session
5c76d0b : Add FallbackAssistant config flag, alert assistant to request perms
ca13f1a : DO NOT MERGE Add FallbackAssistant config flag, alert assistant to request perms
a2abc04 : Return TTS result AFTER action has been completed
1463f88 : DO NOT MERGE Return TTS result AFTER action has been completed
92d9402 : Clean up logs in CarAssistUtils
29ab35a : DO NOT MERGE Clean up logs in CarAssistUtils
fa1031c : Add VOICE_ACTION_HANDLE_EXCEPTION API to CarVoiceInteractionSession
b04a8cb : DO NOT MERGE Add getMarkAsReadAction api, send Mark as read intent back to app
3b6e8c6 : Add getMarkAsReadAction api, send Mark as read intent back to app
f669a56 : All the visible and invisible actions should be checked for compatibility.
b26a1d5 : Use current user's id to retrieve settings preferences in CarAssistUtils
926b76c : DO NOT MERGE Use current user's id to retrieve settings preferences in CarAssistUtils
bc1dbcc : DO NOT MERGE Adding logs to help debug Tap to read issues.
ad37384 : Adding logs to help debug Tap to read issues.
9f67954 : Import translations. DO NOT MERGE
ee336f7 : Import translations. DO NOT MERGE
5b1b93e : Import translations. DO NOT MERGE
f071f51 : Import translations. DO NOT MERGE
969d122 : Fix TTS to play all unread messages when background audio is playing.
413f83d : DAB band node
74add5b : Import translations. DO NOT MERGE
3f9539a : Remove REPLY from required semantic actions
8ff88fc : Use package name to check for notification listener.
b6dd4ef : Add iggor@ and jiayuzhou@ to car-assist-lib and car-assist-client-lib owner.
fe826e2 : DO NOT MERGE Use package name to check for notification listener.
332165f : Import translations. DO NOT MERGE
89c8051 : Publicly available AM/FM band media ids
e56f18e : Add default code reviewers into OWNERS
fbb9e68 : Integrate VoiceInteractionSession API changes.
12a0e65 : Swap out Assist Library .mk files for .bp files.
0a55158 : Import translations. DO NOT MERGE
2fd7cd7 : Import translations. DO NOT MERGE
a629d70 : Add implementation of fallback voice actions.
d070cd8 : Implement Car Assistant Support Libraries.
6808632 : Import translations. DO NOT MERGE
81c612f : Import translations. DO NOT MERGE
dd97f50 : Adding more people to OWNERS
c66cd49 : Import translations. DO NOT MERGE
c04c064 : Add handling for program/favorite/band media ids
9dcbd07 : Migrate broadcastradio and streamui to androidx
74c2163 : MASTER Add OWNERS and update OWNERS for Car/libs
f38dbe1 : Add OWNERS and update OWNERS for Car/libs
c424fbe : Import translations. DO NOT MERGE
ad68c5e : Migrate from media support library to the system version.
a052152 : Implement program type fallback in ProgramSelector display name generation.
0d66ee0 : Implement program type fallback in ProgramSelector display name generation.
49f3b8a : Migrate broadcastradio and streamui to androidx
fc1a39b : Migrate broadcastradio and streamui to androidx
1a2ffd0 : Prepare car-broadcastradio-support lib for sharing.
3e4430e : Prepare car-broadcastradio-support lib for sharing.
77507d6 : Fix AM/FM band switching.
1d91bfe : Add ContentStyle to media, implement with radio
3cbe505 : Add ContentStyle to media, implement with radio
4134438 : Implement general play intent.
90e4291 : Tag band root nodes with EXTRA_BCRADIO_BAND_NAME_EN.
5bd74e7 : Import translations. DO NOT MERGE
dbe0d11 : Import translations. DO NOT MERGE
48d3ed0 : Import translations. DO NOT MERGE
f11da2a : Extract car-broadcastradio-support lib from the radio app.
792766f : Extract car-broadcastradio-support lib from the radio app.
d1e574c : Add a PREUPLOAD file.
40f3c6e : Add a PREUPLOAD file.
ed0146c : Initial empty repository

+- Project: platform/packages/apps/CarrierConfig

b50d92d : Remove one cert from KT list
51cb2e4 : Update carrier SHA-256 certificates for DTAG
c33393a : add use_tel_uri_for_pidf_xml field for ATT-UCE 430
1c1f584 : Convert apct/carrierconfig/unit_test-cloud-tf to Test Mapping Suite.
76f9e79 : [Telephony] added VOWIFI_TTY_SUPPORTED key value on TMUS CarrierConfig
cd4e9ef : Adjusted MMS and XCAP priority
d887509 : Disable holding emergency calls on NTT DOCOMO
e5b1e1b : Updated the owners
109de6a : Adding carrier config for operator TANGO
e18bd88 : Add enable_presence_capability_exchange_bool to Tmobile_us and verizon
864d88f : Used single TCP configuration for devices
2d910d5 : Migrate resource overlays to carrier configs
e522421 : Add use_SIP_URI_for_presence_subscribe to CarrierConfig
d2600df : [217184768] Carrier privileges
5774994 : Add use_SIP_URI_for_presence_subscribe to CarrierConfig
85eab4a : Used single TCP configuration for devices
4d02ebe : Update WFC configs for TMO US
bfdbc2b : Migrate resource overlays to carrier configs
b49d431 : Added Carrier eRate with id 2524
372c757 : Revert "AT&T/Cricket/FirstNet use lower of IPv4/IPv6 MTU values"
7d032aa : Update owners file
d0cad09 : Change ECC list config for carrier ID 1454.
3ab7cd5 : Fixed incorrect carrier config format
b76e9fa : Supported minimum aggregated bandwidth for 5G+
ad0bc3b : Added T-Mobile 5G UC support
7e5da96 : Including carrier privileges for Mi Movistar ES
b2d4331 : Fix missed incoming call SMS patterns for NTT DOCOMO
24672a0 : The carrierid 1839 add additional_nr_advanced_band and pco_id
125b590 : Fixed the carrier name
c9882df : Merged two carrier config files
50aa8d7 : Add carrier SHA-256 certificates for DTAG.
9d11651 : move unrecognized mccmnc to existing carrierid config files
882ada4 : Update carrier package names for DTAG.
61911b3 : Update telephony OWNERS file
15da47d : Updated carrier config file for carrier 1658
efd8f8e : Add configurable RSRP boost for 5G NR SA for Verizon.
0fbeb25 : Config changes for "au", "UQ mobile" and "povo", which are owned by KDDI JP.
e280863 : Carrier SHA-256 certificate for SFR (update at the request of the carrier)
fa3eaa4 : Grant carrier privileges to additional Orange apps.
51b799e : Revert "Update Verizon LTE icon to 4G."
909e6e2 : Update Verizon LTE icon to 4G.

+- Project: platform/packages/apps/CellBroadcastReceiver

918d98166 : Import translations. DO NOT MERGE ANYWHERE
db1f42efb : Import translations. DO NOT MERGE ANYWHERE
a6a597ca6 : Import translations. DO NOT MERGE ANYWHERE
cd4bb39f8 : Override DND for NL-Alert
203357685 : Import translations. DO NOT MERGE ANYWHERE
9b8113aaf : Import translations. DO NOT MERGE ANYWHERE
ed7940cfc : Import translations. DO NOT MERGE ANYWHERE
787991bde : Add translation for mcc313(PR)
bd687eaf3 : Import translations. DO NOT MERGE ANYWHERE
2d8e14c92 : Support Qatar new V8.0 requirement
080661d46 : Bump version codes in tm-dev to match tm-mainline-prod
05b7749a8 : Update the channels and titles for de-alert
5f025b099 : Import translations. DO NOT MERGE ANYWHERE
e56a9caa9 : Import translations. DO NOT MERGE ANYWHERE
b9d4c149a : Set target sdk version to 33
1ce97a847 : Import translations. DO NOT MERGE ANYWHERE
fca0bb5d4 : Import translations. DO NOT MERGE ANYWHERE
c1eec26b5 : Add test for the channel config of filter language
bb8acf253 : Import translations. DO NOT MERGE ANYWHERE
044f1dc2e : Import translations. DO NOT MERGE ANYWHERE
617eb9cee : Support FR-Alert for overseas territories
33d8dc005 : Bump Mainline Module Version Codes in tm-dev to 330090000
df540a1dc : Import translations. DO NOT MERGE ANYWHERE
eeb73d10f : Revert test code to prevent other test case failure
9846716dd : Import translations. DO NOT MERGE ANYWHERE
4c02b0223 : Change Date/Time format "YYYY-MM-DD HH:MM" to "yyyy-MM-dd HH:mm"
45c3b6f5f : Import translations. DO NOT MERGE ANYWHERE
1d6abbcae : Import translations. DO NOT MERGE ANYWHERE
2705a57c3 : Import translations. DO NOT MERGE ANYWHERE
e323dd6a2 : Support FR-Alert v0.2
6836e6d63 : Support ES-Alert
3dd671b4e : Make the config of PuertoRico as a symlink of US
2aab8cd4d : Import translations. DO NOT MERGE ANYWHERE
2140e6cf2 : Make CBR allowlists non-installable
4a293fb07 : Refine requirement in Ecuador(MCC-740)
f1d6402e6 : fix channel 50 for Ecuador
10c7d34ec : Revert "Enable other tests on watch"
444bb8db9 : Import translations. DO NOT MERGE ANYWHERE
c3ad18d12 : Import translations. DO NOT MERGE ANYWHERE
c64451c98 : Move CellBroadcastReceiverUnitTests to presubmit.
e13a990a2 : Remove FLAG_ONE_SHOT from PendingIntent for Notification.
ef1387130 : Bump apex version to 33xxxxxx in tm-dev.
e3abeaa18 : Import translations. DO NOT MERGE ANYWHERE
c865f0790 : Import translations. DO NOT MERGE ANYWHERE
d7557dda9 : Import translations. DO NOT MERGE ANYWHERE
8d8a5f3ee : Update mts tag to mts-cellbroadcast for CellBroadcastReceiverOemUnitTests.
8dfe2e4bb : Import translations. DO NOT MERGE ANYWHERE
99987ebfa : Import translations. DO NOT MERGE ANYWHERE
0becb3efd : Import translations. DO NOT MERGE ANYWHERE
cce506d61 : Import translations. DO NOT MERGE ANYWHERE
768fd879d : Import translations. DO NOT MERGE ANYWHERE
e1187e891 : Import translations. DO NOT MERGE ANYWHERE
393e8d76c : Import translations. DO NOT MERGE ANYWHERE
dfbc8c6ac : Import translations. DO NOT MERGE ANYWHERE
d134c30c2 : Enable local test channels when preference is not shown but default is True
84a5f8c28 : Update the title for the exercise IT-Alert
20930025d : Import translations. DO NOT MERGE ANYWHERE
d5ad02d99 : Import translations. DO NOT MERGE ANYWHERE
8fe004f2d : Import translations. DO NOT MERGE ANYWHERE
5a7320710 : Import translations. DO NOT MERGE ANYWHERE
b7c72163b : Import translations. DO NOT MERGE ANYWHERE
7a6bf4561 : Import translations. DO NOT MERGE ANYWHERE
c9cba7aad : Import translations. DO NOT MERGE ANYWHERE
9c98a7b8c : Change Preference title 'Test alerts' to 'Exercise alerts' for OMAN
6e299d3dc : Import translations. DO NOT MERGE ANYWHERE
21d520960 : Import translations. DO NOT MERGE ANYWHERE
a425e245d : Import translations. DO NOT MERGE ANYWHERE
bacf74744 : Remove 'Area update broadcasts' setting menu regarding Telefonica
cfc5870aa : Add configuration for Telecom of Croatia
73f7a08c5 : Revert^2 "Do not initialize carrier id by non default sub id"
dc6384416 : Fix CellBroadcastAppPlatform allowlist
e027e300d : Revert^2 "Add allowlist for com.android.cellbroadcast"
89fe5f452 : Revert "Add allowlist for com.android.cellbroadcast"
8b8c296f2 : Make testalert not searchable if the testalert toggle is not shown
6b75018d1 : Import translations. DO NOT MERGE ANYWHERE
e43f1d648 : Import translations. DO NOT MERGE ANYWHERE
2556c493a : Using common apex_defaults for com.android.cellbroadcast module.
0a9333990 : Import translations. DO NOT MERGE ANYWHERE
d72cfed67 : Import translations. DO NOT MERGE ANYWHERE
f5bb05963 : Make vibration not searchable if the vibration toggle is not shown
2df4d102d : Add allowlist for com.android.cellbroadcast
d75f88027 : Add UT to verify no notification on onStop
c2a0b0b5c : Fix exception for getActiveSubscriptionInfo() in CellBroadcastReceiverOemUnitTests
54693a116 : Apply translation for description strings of actionbar menu in cellbroadcast history
6bfcafb5a : Remove unnecessary code for dialog title
1f77d91e0 : Add a new config for KDDI (MCCMNC:44054)
416bea85d : Revert "Do not initialize carrier id by non default sub id"
46011e248 : Remove the redundant cache of resources
eceae6dd2 : Do not initialize carrier id by non default sub id
066a4eb2a : Fix the flaky test for Android R
9beb2691d : Cache the resources when the mnc of the configuration is not zero
599d02053 : Fix licenses and license texts.
59b271503 : Adding BT dependency for CellBroadcast
6244d3497 : Adding BT dependency for CellBroadcast
612b3e1a1 : Add unit test for channel cofigurations not covered before
e6035a062 : Import translations. DO NOT MERGE ANYWHERE
0b10a68b7 : Import translations. DO NOT MERGE ANYWHERE
5a92c08b9 : Import translations. DO NOT MERGE ANYWHERE
f8bd708ca : Reset the cache of CellBroadcastChannelRange
fb7f2fa01 : Revert "Revert "Change the broadcast intent of START_CONFIG to app inside""
caa238bae : Import translations. DO NOT MERGE ANYWHERE
6d0252908 : Import translations. DO NOT MERGE ANYWHERE
de9ee46b1 : Import translations. DO NOT MERGE ANYWHERE
2b3753e3a : Set strings of secondary language setting for Puerto Rico
9354fd8d9 : Add geo_fencing_trigger_messages_range_strings to range resource keys
c80b55611 : Add language_filter for Italian additional language channel
acb62a804 : Revert "Change the broadcast intent of START_CONFIG to app inside"
0e1f89d68 : Import translations. DO NOT MERGE ANYWHERE
affb8ac62 : Import translations. DO NOT MERGE ANYWHERE
f8c027f2f : Change the broadcast intent of START_CONFIG to app inside
23fa0f053 : Support cell broadcast config for DE-Alert
cf973927f : Remove language filter at primary channels for Turkey
af8e893d6 : Add POST_NOTIFICATIONS permission
95fd52b09 : Disable testing_mode on below conditions.
3187b920f : Enable channel id 0 for MCC001 configuration
09d8b7bfc : Import translations. DO NOT MERGE ANYWHERE
68b1cf79b : Import translations. DO NOT MERGE ANYWHERE
2404813e2 : Reset ResourcesCache for OemUnitTests
7c81d3775 : Add new SettingsLib dependency to OemUnitTests
b4addb241 : Block test-mode on mcc440-mnc20(Softbank)
c35eec6e5 : Support WEA3.0 for Puerto Rico
0a1db188f : Support the latest requirement of Qatar
beef27dd5 : Support auto cancel for notification of setting changed
9d3340efc : Change the logic making notification from onStop to onUserLeaveHint
18e4b85fb : Remove redundant test codes of CellBroadcastSettingsTest
ebb1cefc2 : Make CollapsingToolbarBaseActivity be collapsed when user scrolls up
f9b7726c3 : Trigger ACTION_ENABLE_CHANNELS on master toggle change
d4a0d9007 : Fix the flaky test for CellBroadcastSettings
1eb6a79cb : Import translations. DO NOT MERGE ANYWHERE
9b4f89982 : Import translations. DO NOT MERGE ANYWHERE
0cfc628e3 : Support config for roaming network
27b6a367b : Support WEA3.0 for Puerto Rico
2b5c078ee : Enable 4396~4399 cellbroadcast channels for Qatar
7eb1ab060 : Support cell broadcast configuration for FR-Alert
3a72d3ecc : Update vibration tests
53ed48688 : Disable navigation bar and quick settings for Chile
353a4acf6 : Update owners file
33f388223 : Apply dark theme to CellBroadcastOptOutActivity
5b74f78a2 : Revert "Disable navigation bar and quick settings for Chile"
737dae52e : Revert "Disable navigation bar and quick settings for Chile"
edac6f1c2 : Show alert dialog with notification for Telefonica channel 50
79c8b5a65 : Disable navigation bar and quick settings for Chile
d18021184 : Disable navigation bar and quick settings for Chile
85c4344af : Additional Fix about mismatch of unread count when"Show full-screen messages" is OFF
49ca0a42b : Import translations. DO NOT MERGE ANYWHERE
e369692e3 : Import translations. DO NOT MERGE ANYWHERE
efff919d2 : Modify the date&time format of alert message for Chile
4f01f5ead : Do not stop vibration when display is off for Chile
58a45f693 : Revert "Add READ_PHONE_STATE permission"
fcbea7579 : Revert "[automerge] Add READ_PHONE_STATE permission 2p: 90db87e813"
5213977b0 : Update the logic to check the language code of the channel
90db87e81 : Add READ_PHONE_STATE permission
897a291e2 : Fix mismatch of unread count when"Show full-screen messages" is OFF
46fa10ea7 : Import translations. DO NOT MERGE ANYWHERE
e65f855b2 : Import translations. DO NOT MERGE ANYWHERE
c4d93bb39 : Allow settingslib_config_headlineFontFamily customization
6f7abcc80 : Import translations. DO NOT MERGE ANYWHERE
aeebb7fe3 : Import translations. DO NOT MERGE ANYWHERE
43bed8a91 : Import translations. DO NOT MERGE ANYWHERE
9a70fcfae : Import translations. DO NOT MERGE ANYWHERE
a33fbb11d : Import translations. DO NOT MERGE ANYWHERE
181b4b32c : Import translations. DO NOT MERGE ANYWHERE
d8b8709b8 : Import translations. DO NOT MERGE ANYWHERE
da193b9c7 : Import translations. DO NOT MERGE ANYWHERE
20fbdb3f0 : Import translations. DO NOT MERGE ANYWHERE
20f3c0b29 : Change alert labels and sound policy for turkey
4859991cb : Disable startup provider from LegacyCellBroadcastContentProvider
b5e1ccf45 : Import translations. DO NOT MERGE ANYWHERE
4f793f7db : Import translations. DO NOT MERGE ANYWHERE
172a70afd : Catch exception when calling TelephonyManager#getSimApplicationState
000b92153 : Update text-to-speech settings for PE
9e686769b : Change fullscreen popup description for KR
2455a8299 : Enable "speak alert" menu for Canada
49066b054 : Compile CellBroadcastReceiver with module_current
8f86a25b7 : Compile CellBroadcastReceiver with module_current
e64aa8a01 : Import translations. DO NOT MERGE ANYWHERE
2a518e66c : Import translations. DO NOT MERGE ANYWHERE
4b6af102b : Stop CellBroadcastAlertAudio service safely
4529cee02 : Mock telephony api instead of static flag in CellBroadcastSettings
bc5f30894 : Show CMAS messages in priority order for USC
024de0068 : Import translations. DO NOT MERGE ANYWHERE
d192a4168 : Import translations. DO NOT MERGE ANYWHERE
f6f835227 : Add more unit test cases to improve code coverage
38793e656 : Support Telefonica channel requirements for LATAM
d09281b46 : Support to enable channels on debug build only
a177169c2 : Import translations. DO NOT MERGE ANYWHERE
45dfeb512 : Import translations. DO NOT MERGE ANYWHERE
4c690d52a : Import translations. DO NOT MERGE ANYWHERE
8d5c04a1b : Import translations. DO NOT MERGE ANYWHERE
f2b219388 : Import translations. DO NOT MERGE ANYWHERE
5f9209512 : Import translations. DO NOT MERGE ANYWHERE
12b3b7870 : Import translations. DO NOT MERGE ANYWHERE
baff72468 : Import translations. DO NOT MERGE ANYWHERE
291250bc9 : Revert "Test alert in Chile shows specific message"
f9d3593d7 : Update telephony OWNERS file
633e29814 : always using device locale as the alert title language
248ec4fbc : DO NOT MERGE fix channel 50 for Ecuador
086421f28 : Import translations. DO NOT MERGE ANYWHERE
fbb28742f : Import translations. DO NOT MERGE ANYWHERE
a6bf33486 : check sim state to avoid cachining the wrong resources before sim loaded
1d855913d : Import translations. DO NOT MERGE ANYWHERE
6a8542917 : Import translations. DO NOT MERGE ANYWHERE
dde1118af : Import translations. DO NOT MERGE ANYWHERE
7f7ce13ad : Import translations. DO NOT MERGE ANYWHERE
d802e923f : Import translations. DO NOT MERGE ANYWHERE
08fc81fbb : Import translations. DO NOT MERGE ANYWHERE
b8f6783d6 : Fix test failure
6ea1ee7ab : use customize layout in CollapsingToolbarBaseActivity for R SDK
984c951a3 : provide alram on/off function of public safety messages for KR
7cd9e7b83 : FCC change Presidential alert label to “National alert”
591fdb811 : Import translations. DO NOT MERGE ANYWHERE
e0fe1284d : Import translations. DO NOT MERGE ANYWHERE
c51a35cd0 : Import translations. DO NOT MERGE ANYWHERE
48974edc7 : Import translations. DO NOT MERGE ANYWHERE
76701a540 : Import translations. DO NOT MERGE ANYWHERE
c62ae62f9 : Import translations. DO NOT MERGE ANYWHERE
f71c315c7 : Import translations. DO NOT MERGE ANYWHERE
e94798b5e : Import translations. DO NOT MERGE ANYWHERE
dd39a43c9 : Import translations. DO NOT MERGE ANYWHERE
bdd2ea837 : Import translations. DO NOT MERGE ANYWHERE
0b0545947 : Import translations. DO NOT MERGE ANYWHERE
bbd182dbe : Import translations. DO NOT MERGE ANYWHERE
76b534e7b : Import translations. DO NOT MERGE ANYWHERE
88333b9c5 : Import translations. DO NOT MERGE ANYWHERE
26d9b8b83 : Import translations. DO NOT MERGE ANYWHERE
a2c3d4a10 : Import translations. DO NOT MERGE ANYWHERE
a604d54fb : Import translations. DO NOT MERGE ANYWHERE
56b365c9c : Import translations. DO NOT MERGE ANYWHERE
36545b1c6 : Import translations. DO NOT MERGE ANYWHERE
8e63cf2e5 : Import translations. DO NOT MERGE ANYWHERE
2ef0df67a : Import translations. DO NOT MERGE ANYWHERE
0d24dbc5b : Import translations. DO NOT MERGE ANYWHERE
64cd54c30 : Import translations. DO NOT MERGE ANYWHERE
119e60a4c : Import translations. DO NOT MERGE ANYWHERE
c3850e33e : Import translations. DO NOT MERGE ANYWHERE
a852b237f : Import translations. DO NOT MERGE ANYWHERE
d4cff349e : Import translations. DO NOT MERGE ANYWHERE
f21c45701 : Import translations. DO NOT MERGE ANYWHERE
21509183d : Import translations. DO NOT MERGE ANYWHERE
b65d91493 : Import translations. DO NOT MERGE ANYWHERE
58e80e1d7 : Import translations. DO NOT MERGE ANYWHERE
9780f3026 : Import translations. DO NOT MERGE ANYWHERE
07a9a874f : FCC change Presidential alert label to “National alert”
1c086c8c5 : Import translations. DO NOT MERGE ANYWHERE
5c855581a : Import translations. DO NOT MERGE ANYWHERE
4f149b48e : Import translations. DO NOT MERGE ANYWHERE
c406039ea : Import translations. DO NOT MERGE ANYWHERE
4b28fdf5c : Mark cellbroadcast apex as compressible
60bbd56d1 : fix the issue that reads out alert even 'Speak alert setting' is OFF
cb3b5ab9d : Import translations. DO NOT MERGE ANYWHERE
516a0a254 : Import translations. DO NOT MERGE ANYWHERE
8836b6d0e : Import translations. DO NOT MERGE ANYWHERE
08e6df2d9 : Import translations. DO NOT MERGE ANYWHERE
6f66a97b5 : Import translations. DO NOT MERGE ANYWHERE
8fc4f591e : Import translations. DO NOT MERGE ANYWHERE
488b8ef6e : Import translations. DO NOT MERGE ANYWHERE
2264924a5 : Import translations. DO NOT MERGE ANYWHERE
365ad2b4b : Import translations. DO NOT MERGE ANYWHERE
ab499ff98 : Import translations. DO NOT MERGE ANYWHERE
e76fd4b65 : Import translations. DO NOT MERGE ANYWHERE
e1620de2c : Import translations. DO NOT MERGE ANYWHERE
a07a4cb6a : Import translations. DO NOT MERGE ANYWHERE
9ac0bcaa3 : Import translations. DO NOT MERGE ANYWHERE
55dde5074 : Import translations. DO NOT MERGE ANYWHERE
6a317625a : Import translations. DO NOT MERGE ANYWHERE
0bfab27a4 : Import translations. DO NOT MERGE ANYWHERE
281b5709e : Import translations. DO NOT MERGE ANYWHERE
9030b0b42 : Import translations. DO NOT MERGE ANYWHERE
7b6abd42e : Import translations. DO NOT MERGE ANYWHERE
c7de7fe9b : Import translations. DO NOT MERGE ANYWHERE
e217fe113 : Import translations. DO NOT MERGE ANYWHERE
a0b4052f3 : Import translations. DO NOT MERGE ANYWHERE
996890b61 : Import translations. DO NOT MERGE ANYWHERE
a923f5d16 : Import translations. DO NOT MERGE ANYWHERE
c13a43adf : Import translations. DO NOT MERGE ANYWHERE
8bbf5a10e : Import translations. DO NOT MERGE ANYWHERE
2d742f50f : Import translations. DO NOT MERGE ANYWHERE
5d52970b4 : Import translations. DO NOT MERGE ANYWHERE
6b2a5fdbe : Import translations. DO NOT MERGE ANYWHERE
569088878 : Import translations. DO NOT MERGE ANYWHERE
e0a219c40 : Import translations. DO NOT MERGE ANYWHERE
e00b348d3 : Update config for CA
8db2dc9be : support Turkey emergency alert
6091206d8 : test app refactor to be used as a lib for sl4a
d602dfd00 : Import translations. DO NOT MERGE ANYWHERE
15e694cd4 : Import translations. DO NOT MERGE ANYWHERE
87c21e87a : Import translations. DO NOT MERGE ANYWHERE
c3a267ee1 : Import translations. DO NOT MERGE ANYWHERE
05f349d7e : Import translations. DO NOT MERGE ANYWHERE
ab3cf66b2 : Import translations. DO NOT MERGE ANYWHERE
d8be52951 : Import translations. DO NOT MERGE ANYWHERE
9a75067bd : Import translations. DO NOT MERGE ANYWHERE
d2c8b1688 : Import translations. DO NOT MERGE ANYWHERE
94f8b80a8 : Import translations. DO NOT MERGE ANYWHERE
5fb0a1135 : Import translations. DO NOT MERGE ANYWHERE
0ee91e07e : Import translations. DO NOT MERGE ANYWHERE
d4240298e : Import translations. DO NOT MERGE ANYWHERE
be15d3097 : Import translations. DO NOT MERGE ANYWHERE
fd599606f : Import translations. DO NOT MERGE ANYWHERE
1f7b4bbc3 : Import translations. DO NOT MERGE ANYWHERE
9a421350c : Import translations. DO NOT MERGE ANYWHERE
65930794d : Import translations. DO NOT MERGE ANYWHERE
10a961c31 : Import translations. DO NOT MERGE ANYWHERE
5fb1c4cbc : Import translations. DO NOT MERGE ANYWHERE
a63311ed8 : Import translations. DO NOT MERGE ANYWHERE
313c47872 : Import translations. DO NOT MERGE ANYWHERE
10b6b72ef : Import translations. DO NOT MERGE ANYWHERE
26de15dca : keep default settings on for Telstra
96bc4d46e : correct cbr dialog timestamp format for Chile
94388830a : Import translations. DO NOT MERGE ANYWHERE
d0ac8a2a8 : Import translations. DO NOT MERGE ANYWHERE
e7163677b : Import translations. DO NOT MERGE ANYWHERE
e59f8761b : Import translations. DO NOT MERGE ANYWHERE
ef1a41545 : Import translations. DO NOT MERGE ANYWHERE
328af882f : Import translations. DO NOT MERGE ANYWHERE
cc4c1b046 : Import translations. DO NOT MERGE ANYWHERE
645886abb : Import translations. DO NOT MERGE ANYWHERE
1a58ce950 : Import translations. DO NOT MERGE ANYWHERE
34fef3e4f : Import translations. DO NOT MERGE ANYWHERE
5b861fef1 : Import translations. DO NOT MERGE ANYWHERE
f2ab4fae2 : Import translations. DO NOT MERGE ANYWHERE
5ebeb12ad : Import translations. DO NOT MERGE ANYWHERE
50560d5df : Import translations. DO NOT MERGE ANYWHERE
24de5a491 : Import translations. DO NOT MERGE ANYWHERE
3e46a0d8d : Import translations. DO NOT MERGE ANYWHERE
4318b2dfd : test app refactor to be used as a lib for sl4a
6b518887a : Import translations. DO NOT MERGE ANYWHERE
5dabc7b2d : Import translations. DO NOT MERGE ANYWHERE
5bc4c0a34 : support Ecuador emergency alert
240872016 : Import translations. DO NOT MERGE ANYWHERE
9b657cf80 : Import translations. DO NOT MERGE ANYWHERE
dcf56ef29 : Import translations. DO NOT MERGE ANYWHERE
10b776c93 : Import translations. DO NOT MERGE ANYWHERE
c9c16785b : Import translations. DO NOT MERGE ANYWHERE
92ad13580 : Import translations. DO NOT MERGE ANYWHERE
992231fc5 : Import translations. DO NOT MERGE ANYWHERE
9f3002f77 : Import translations. DO NOT MERGE ANYWHERE
7b3d8d569 : Import translations. DO NOT MERGE ANYWHERE
390e1f0d7 : Import translations. DO NOT MERGE ANYWHERE
9217012eb : Import translations. DO NOT MERGE ANYWHERE
a25244d4c : Import translations. DO NOT MERGE ANYWHERE
c94cf356d : Import translations. DO NOT MERGE ANYWHERE
dc3586546 : Import translations. DO NOT MERGE ANYWHERE
4b9600b8a : Import translations. DO NOT MERGE ANYWHERE
1d7f9268b : Enable other tests on watch
602d588a3 : Import translations. DO NOT MERGE ANYWHERE
ab575a2f7 : Import translations. DO NOT MERGE ANYWHERE
7846bb408 : Import translations. DO NOT MERGE ANYWHERE
f7146ad7f : Import translations. DO NOT MERGE ANYWHERE
40a088b55 : Import translations. DO NOT MERGE ANYWHERE
6795dea3f : Import translations. DO NOT MERGE ANYWHERE
c18a8d19d : Import translations. DO NOT MERGE ANYWHERE
6b4fa9210 : Import translations. DO NOT MERGE ANYWHERE
ccec845e6 : Use Intent.FLAG_ACTIVITY_NO_USER_ACTION
bb63715c0 : Import translations. DO NOT MERGE ANYWHERE
9f1e4ab60 : Import translations. DO NOT MERGE ANYWHERE
f374f20a3 : Import translations. DO NOT MERGE ANYWHERE
5e84e747a : Import translations. DO NOT MERGE ANYWHERE
04a9d283d : Import translations. DO NOT MERGE ANYWHERE
624d8f7db : Import translations. DO NOT MERGE ANYWHERE
3b11f158a : Import translations. DO NOT MERGE ANYWHERE
9ee8a5b6f : Import translations. DO NOT MERGE ANYWHERE
d28a30359 : Import translations. DO NOT MERGE ANYWHERE
facfc5c64 : Center button and add width
072310fdd : Import translations. DO NOT MERGE ANYWHERE
5176e79f7 : Import translations. DO NOT MERGE ANYWHERE
4fa7c428b : Set target sdk 30
fa0812f42 : Import translations. DO NOT MERGE ANYWHERE
fcefe0700 : Import translations. DO NOT MERGE ANYWHERE
e2bde5b1d : Import translations. DO NOT MERGE ANYWHERE
f8720db45 : Import translations. DO NOT MERGE ANYWHERE
28bfeafb4 : Import translations. DO NOT MERGE ANYWHERE
1c26869cd : Import translations. DO NOT MERGE ANYWHERE
be0dd38ab : Import translations. DO NOT MERGE ANYWHERE
3c2d284ce : Remove unneeded permissions
fc6b43779 : Import translations. DO NOT MERGE ANYWHERE
e80bf7439 : Import translations. DO NOT MERGE ANYWHERE
3355d9c12 : Import translations. DO NOT MERGE ANYWHERE
78652cfd3 : Change notification priority and add vibration setting summary
a117256d5 : Import translations. DO NOT MERGE ANYWHERE
465da37bf : Import translations. DO NOT MERGE ANYWHERE
0869736b0 : Import translations. DO NOT MERGE ANYWHERE
4d2ecead4 : Revert "[automerge] Add 0xA807 channel for ETWS for KDDI 2p: f61..."
441107655 : Import translations. DO NOT MERGE ANYWHERE
b9dbe084f : Import translations. DO NOT MERGE ANYWHERE
912bd401d : Import translations. DO NOT MERGE ANYWHERE
782ea646a : Import translations. DO NOT MERGE ANYWHERE
b4d55c083 : Import translations. DO NOT MERGE ANYWHERE
ab4cf690f : Import translations. DO NOT MERGE ANYWHERE
1313119f3 : Import translations. DO NOT MERGE ANYWHERE
3bff8f9bd : improve dialog touch outside logic
0303d8ad2 : Import translations. DO NOT MERGE ANYWHERE
49483675b : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/CertInstaller

87a06dd : Import translations. DO NOT MERGE ANYWHERE
2bf1ca3 : Import translations. DO NOT MERGE ANYWHERE
dc4c6a1 : Import translations. DO NOT MERGE ANYWHERE
30cb719 : Import translations. DO NOT MERGE ANYWHERE
4d7cafc : Import translations. DO NOT MERGE ANYWHERE
35a3c74 : Import translations. DO NOT MERGE ANYWHERE
bd273db : Import translations. DO NOT MERGE ANYWHERE
6917611 : Import translations. DO NOT MERGE ANYWHERE
38445f3 : Import translations. DO NOT MERGE ANYWHERE
f424e33 : Import translations. DO NOT MERGE ANYWHERE
ce58ed6 : Import translations. DO NOT MERGE ANYWHERE
5a57012 : Import translations. DO NOT MERGE ANYWHERE
5b51c7b : Import translations. DO NOT MERGE ANYWHERE
be42cc1 : [Bugfix] Don't crash when MIME type is unknown.
fa85249 : Fix licenses and license texts.
006bc92 : Import translations. DO NOT MERGE ANYWHERE
605971a : Import translations. DO NOT MERGE ANYWHERE
6a92179 : Import translations. DO NOT MERGE ANYWHERE
47f55d9 : Import translations. DO NOT MERGE ANYWHERE
091de41 : Import translations. DO NOT MERGE ANYWHERE
968b7e1 : Import translations. DO NOT MERGE ANYWHERE
4e4c256 : Import translations. DO NOT MERGE ANYWHERE
ef4eb9f : Import translations. DO NOT MERGE ANYWHERE
ce5832e : Import translations. DO NOT MERGE ANYWHERE
c2aedeb : Import translations. DO NOT MERGE ANYWHERE
b3cb0c0 : Import translations. DO NOT MERGE ANYWHERE
13f5c77 : Import translations. DO NOT MERGE ANYWHERE
18557c6 : Import translations. DO NOT MERGE ANYWHERE
6e012eb : Import translations. DO NOT MERGE ANYWHERE
4cfbfec : Import translations. DO NOT MERGE ANYWHERE
2897053 : Import translations. DO NOT MERGE ANYWHERE
18ed447 : Import translations. DO NOT MERGE ANYWHERE
e44d180 : Import translations. DO NOT MERGE ANYWHERE
8c924f0 : Import translations. DO NOT MERGE ANYWHERE
7fb1da3 : Import translations. DO NOT MERGE ANYWHERE
e680ead : Import translations. DO NOT MERGE ANYWHERE
d326560 : Import translations. DO NOT MERGE ANYWHERE
8575cf3 : Import translations. DO NOT MERGE ANYWHERE
ba693bd : Import translations. DO NOT MERGE ANYWHERE
a8fbddf : Import translations. DO NOT MERGE ANYWHERE
0aead2d : Hide overlays over WifiInstaller dialog

+- Project: platform/packages/apps/Contacts

4d0a3e139 : Import translations. DO NOT MERGE ANYWHERE
d84da7526 : Import translations. DO NOT MERGE ANYWHERE
cc1d62c0a : Import translations. DO NOT MERGE ANYWHERE
689b6c809 : Import translations. DO NOT MERGE ANYWHERE
f2d7679b3 : Import translations. DO NOT MERGE ANYWHERE
9ce8e7794 : Import translations. DO NOT MERGE ANYWHERE
5d62b6d66 : Import translations. DO NOT MERGE ANYWHERE
ad97a4ad2 : Import translations. DO NOT MERGE ANYWHERE
5647a8dfa : Import translations. DO NOT MERGE ANYWHERE
102d4a80c : Import translations. DO NOT MERGE ANYWHERE
20feedffb : Import translations. DO NOT MERGE ANYWHERE
4e800db37 : Import translations. DO NOT MERGE ANYWHERE
b6f30b914 : Import translations. DO NOT MERGE ANYWHERE
6ae0eb119 : Add notification permission request on app start
f1796a6f4 : Import translations. DO NOT MERGE ANYWHERE
4fe7f9dba : Import translations. DO NOT MERGE ANYWHERE
0f414df70 : Import translations. DO NOT MERGE ANYWHERE
0b983fd28 : Import translations. DO NOT MERGE ANYWHERE
0d9282da2 : Import translations. DO NOT MERGE ANYWHERE
83334e605 : Import translations. DO NOT MERGE ANYWHERE
2796d7ace : Import translations. DO NOT MERGE ANYWHERE
8230045cd : Import translations. DO NOT MERGE ANYWHERE
c0429c008 : Import translations. DO NOT MERGE ANYWHERE
a098acd94 : Import translations. DO NOT MERGE ANYWHERE
db21d114e : Import translations. DO NOT MERGE ANYWHERE
a848ac53c : Import translations. DO NOT MERGE ANYWHERE
33b00585d : Import translations. DO NOT MERGE ANYWHERE
fa0272c98 : Import translations. DO NOT MERGE ANYWHERE
7edf11528 : Import translations. DO NOT MERGE ANYWHERE
08b27b674 : Import translations. DO NOT MERGE ANYWHERE
06a2dab6c : Import translations. DO NOT MERGE ANYWHERE
da2739ca1 : Import translations. DO NOT MERGE ANYWHERE
a4748866a : Import translations. DO NOT MERGE ANYWHERE
bdd0fc3ad : Import translations. DO NOT MERGE ANYWHERE
93457e5b5 : Import translations. DO NOT MERGE ANYWHERE
8c77decd0 : Import translations. DO NOT MERGE ANYWHERE
cba77f8ee : Import translations. DO NOT MERGE ANYWHERE
2c7202cc5 : Import translations. DO NOT MERGE ANYWHERE
1f6d68c79 : No longer export CallSubjectDialog
af44f5ac3 : No longer export CallSubjectDialog
64997cbda : Update min and target SDK of Contacts to 31
751e29cc5 : Import translations. DO NOT MERGE ANYWHERE
b3b04edf4 : Import translations. DO NOT MERGE ANYWHERE
ff41bfee2 : Import translations. DO NOT MERGE ANYWHERE
ab4cc1684 : Import translations. DO NOT MERGE ANYWHERE
d53188041 : Import translations. DO NOT MERGE ANYWHERE
e5ac654e7 : Import translations. DO NOT MERGE ANYWHERE
a57542f2f : Import translations. DO NOT MERGE ANYWHERE
64051e72a : Import translations. DO NOT MERGE ANYWHERE
6827f3920 : Fix licenses and license texts.
50427d5dd : Import translations. DO NOT MERGE ANYWHERE
ca8229af4 : Import translations. DO NOT MERGE ANYWHERE
e17434d57 : Use CP2 for default account setting in AOSP.
aa6bdeb4e : Import translations. DO NOT MERGE ANYWHERE
173aefd37 : Import translations. DO NOT MERGE ANYWHERE
7575f24d5 : Add READ_PHONE_NUMBERS to requested permissions for Contacts
9fd72303e : Add required flag to registerReceiver call in AccountTypeManager
8c4cc301a : Import translations. DO NOT MERGE ANYWHERE
5df891273 : Import translations. DO NOT MERGE ANYWHERE
9a12ef4c8 : add post_notifications permission to manifest
1ffb63878 : Add intent query for taking a photo
49a48400e : Import translations. DO NOT MERGE ANYWHERE
b7ef1534c : Import translations. DO NOT MERGE ANYWHERE
f97bb3bf1 : Import translations. DO NOT MERGE ANYWHERE
669c79222 : Import translations. DO NOT MERGE ANYWHERE
a7ec85e7e : Import translations. DO NOT MERGE ANYWHERE
2c58073ad : Import translations. DO NOT MERGE ANYWHERE
9b09412e8 : Update min and target SDK of Contacts to 31
c866ad472 : Update min and target SDK of Contacts to 31
793e03f6e : Use DefaultAccount permission in AOSP Contacts.
0ef847bc3 : Import translations. DO NOT MERGE ANYWHERE
b7456c667 : Import translations. DO NOT MERGE ANYWHERE
64e839a9a : Revert "Bump aosp contacts to target SDK 31"
cde0bbd90 : Import translations. DO NOT MERGE ANYWHERE
d32c4e9cd : Plurals cleanup in packages/apps/Contacts
45550dea5 : Import translations. DO NOT MERGE ANYWHERE
2eaf7e65b : Import translations. DO NOT MERGE ANYWHERE
9c1cba1d9 : Import translations. DO NOT MERGE ANYWHERE
a4b6cd585 : Import translations. DO NOT MERGE ANYWHERE
fdc1eb25a : Import translations. DO NOT MERGE ANYWHERE
39536ba88 : Import translations. DO NOT MERGE ANYWHERE
2a7dd3ff1 : Import translations. DO NOT MERGE ANYWHERE
8dfc2d851 : Import translations. DO NOT MERGE ANYWHERE
dd0ae7b37 : Import translations. DO NOT MERGE ANYWHERE
561cebf3a : Import translations. DO NOT MERGE ANYWHERE
80dd1abac : Add permission to start NFC activity to ensure it is from NFC stack
36bb30611 : Bump aosp contacts to target SDK 31
637259af5 : Import translations. DO NOT MERGE ANYWHERE
2d471597c : Import translations. DO NOT MERGE ANYWHERE
0b4ed053f : Remove legacy SyncHighResPhoto service ref.
d654cf8c0 : Import translations. DO NOT MERGE ANYWHERE
75a2d9cbd : Import translations. DO NOT MERGE ANYWHERE
ceade14e7 : Import translations. DO NOT MERGE ANYWHERE
cb005f387 : Import translations. DO NOT MERGE ANYWHERE
cf58d6030 : Import translations. DO NOT MERGE ANYWHERE
baf85cb30 : Import translations. DO NOT MERGE ANYWHERE
52e9ebe37 : Import translations. DO NOT MERGE ANYWHERE
9e5473b04 : Import translations. DO NOT MERGE ANYWHERE
7010789b9 : Import translations. DO NOT MERGE ANYWHERE
5c152abe0 : Import translations. DO NOT MERGE ANYWHERE
882e78f1d : API level 30 upgrade: AOSP Contacts
b3fc7ba4f : Import translations. DO NOT MERGE ANYWHERE
e40370457 : Import translations. DO NOT MERGE ANYWHERE
1b0b93794 : Import translations. DO NOT MERGE ANYWHERE
3f3cfc9be : Import translations. DO NOT MERGE ANYWHERE
6069c7722 : Import translations. DO NOT MERGE ANYWHERE
d4c3641be : Import translations. DO NOT MERGE ANYWHERE
51a0ac084 : Import translations. DO NOT MERGE ANYWHERE
34d8d5011 : Import translations. DO NOT MERGE ANYWHERE
bdb4badb9 : Import translations. DO NOT MERGE ANYWHERE
6bcf8c779 : Import translations. DO NOT MERGE ANYWHERE
b9210a38a : Import translations. DO NOT MERGE ANYWHERE
7bf6dec48 : Import translations. DO NOT MERGE ANYWHERE
e39a67821 : Import translations. DO NOT MERGE ANYWHERE
2b4afa2e8 : Import translations. DO NOT MERGE ANYWHERE
e2b704ed3 : Import translations. DO NOT MERGE ANYWHERE
2ed6d65e0 : Import translations. DO NOT MERGE ANYWHERE
2ab625292 : Import translations. DO NOT MERGE ANYWHERE
0dd814fba : Import translations. DO NOT MERGE ANYWHERE
93c54add0 : Import translations. DO NOT MERGE ANYWHERE
e37cb9f68 : Import translations. DO NOT MERGE ANYWHERE
6e7d07cb5 : Import translations. DO NOT MERGE ANYWHERE
745a1a425 : Import translations. DO NOT MERGE ANYWHERE
19ff4ed83 : Hide non system overlays in ContactSelectionActivity
fe84edae5 : Import translations. DO NOT MERGE ANYWHERE
0b6598081 : Import translations. DO NOT MERGE ANYWHERE
d27db2994 : Import translations. DO NOT MERGE ANYWHERE
1d1b849a0 : Import translations. DO NOT MERGE ANYWHERE
3881462c4 : Import translations. DO NOT MERGE ANYWHERE
6e170d3f8 : Import translations. DO NOT MERGE ANYWHERE
4a3428e66 : Import translations. DO NOT MERGE ANYWHERE
1122fa4d8 : Import translations. DO NOT MERGE ANYWHERE
51807b93f : Import translations. DO NOT MERGE ANYWHERE
054213fb7 : Import translations. DO NOT MERGE ANYWHERE
cc682e26e : Import translations. DO NOT MERGE ANYWHERE
103a4bd9e : Import translations. DO NOT MERGE ANYWHERE
e124b3360 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/DeskClock

f8de6a6c4 : Update DeskClock to be compatible with latest Jetpack libraries
cd3fba3ae : packages/apps/DeskClock - Tiramisu is now 33
eb376a282 : Revert "AOSP/DeskClock - Android T - request permission for POST_NOTIFICATIONS"
8866cb156 : AOSP/DeskClock - Android T - request permission for POST_NOTIFICATIONS
fa3494e5e : Fix licenses and license texts.
f2cee2f59 : Deskclock - set target sdk version to 24.
1baadbe24 : add post_notification permission to manifest so the package can send notifications on T+
164231200 : DeskClock: fix setting alarm volume
9acc398d0 : Adding receivers flags to DeskClock alarms.
1f37195e8 : AOSP/DeskClock - Move API level 24 for Alarm, Timer and basic functionality to work.
31c56def5 : AOSP DeskClock: unit test fix
b588f0609 : API level 30 upgrade: AOSP/DeskClock

+- Project: platform/packages/apps/Dialer

187477b9b : RESTRICT AUTOMERGE Refactor device policy resource APIs to a separate class
0efea3126 : No longer export CallSubjectDialog
31f48e0ed : No longer export CallSubjectDialog
53fc67531 : No longer export CallSubjectDialog
40d454da6 : No longer export CallSubjectDialog
1ab4eeb65 : No longer export CallSubjectDialog
380a088b2 : No longer export CallSubjectDialog
7be24dda4 : Allow updating enteprise strings in Dialer
bfc776aff : Dialer: Handle LEAudioDevice
3f4183af2 : add post_notification permission to manifest so the package can send notifications on T+
5a4bf153b : Dialer: Adding post notification permission
0c2c8e76b : Add new API for unavailable display name.
9c452d9f2 : Add FLAG_IMMUTABLE to PendingIntent in LegacyModeSmsHandler.
7a4f978b2 : Use platform error_prone_annotations, add it to dialer-rootcomponentprocessor
da990478c : Revert "Hash ICC ID used in the notification tag for voicemail notifications."
54dc4e874 : Add FLAG_IMMUTABLE to PendingIntent in LegacyModeSmsHandler.
e3ef98047 : Add a permission to guard receiving intents in StatusSmsFetcher.
ea87e575e : Use an explicit intent to start VoicemailChangePinActivityPeer.
ec2225445 : Hash ICC ID used in the notification tag for voicemail notifications.
360d2eb8d : Remove PhoneAccountHandle when building the intent to call Voicemail.
aed2d604d : Update SyncHighRes service in AOSP Dialer app.
6d65daf7c : Remove FSA1 SyncHighResPhoto service ref.
74b1dd97d : Use Option.ofNullable instead of Optional.of
2ac6d470d : API level 30 upgrade: AOSP Dialer
350ed89a1 : Dialer: correct the expanded search bar height
634651389 : Wait for IPv4 before sending VVM requests.

+- Project: platform/packages/apps/DocumentsUI

6b75fa277 : Import translations. DO NOT MERGE ANYWHERE
85ef2dc7b : Import translations. DO NOT MERGE ANYWHERE
fdcbd26be : Import translations. DO NOT MERGE ANYWHERE
53fbf8bc2 : add post_notification permission to manifest so the package can send notifications on T+
51fd45cdd : Wait for MediaStore idle state to reduce the test flake
25750e5d1 : Wake up screen before starting the test
e39d44cab : Add version checks in tests that use Dynamo in DocsUi.
9c22922ff : Add presubmit
bddfc3e21 : DO NOT MERGE Update OWNERS
df6c7ce40 : Use toString instead of toSafeString
efe837047 : Import translations. DO NOT MERGE ANYWHERE
b060373ea : Import translations. DO NOT MERGE ANYWHERE
5a3443162 : Import translations. DO NOT MERGE ANYWHERE
619ba5595 : Import translations. DO NOT MERGE ANYWHERE
230917ec0 : Force enable RESTRICT_STORAGE_ACCESS_FRAMEWORK for S and above.
87c028223 : Enable updating enterprise related resources
37b6b410c : Import translations. DO NOT MERGE ANYWHERE
3b571c162 : Import translations. DO NOT MERGE ANYWHERE
275a94cb5 : Import translations. DO NOT MERGE ANYWHERE
0ca29025a : Import translations. DO NOT MERGE ANYWHERE
36bdfd797 : Import translations. DO NOT MERGE ANYWHERE
cb144c173 : Import translations. DO NOT MERGE ANYWHERE
64f88aaa9 : Import translations. DO NOT MERGE ANYWHERE
6d67581fc : Import translations. DO NOT MERGE ANYWHERE
31e8e56aa : Import translations. DO NOT MERGE ANYWHERE
0bceaf525 : Import translations. DO NOT MERGE ANYWHERE
9a9fd7a14 : use SdkLevel fo version checking
09adb0626 : Import translations. DO NOT MERGE ANYWHERE
74c2332f6 : Import translations. DO NOT MERGE ANYWHERE
384a310d7 : Import translations. DO NOT MERGE ANYWHERE
cb2f55e4f : Import translations. DO NOT MERGE ANYWHERE
3da192487 : Import translations. DO NOT MERGE ANYWHERE
30f65d80c : Import translations. DO NOT MERGE ANYWHERE
f017fff97 : Import translations. DO NOT MERGE ANYWHERE
040fd68af : Import translations. DO NOT MERGE ANYWHERE
6dcc462a4 : Import translations. DO NOT MERGE ANYWHERE
49d9c21e5 : Import translations. DO NOT MERGE ANYWHERE
538d9dbff : Import translations. DO NOT MERGE ANYWHERE
9ffa19a02 : Import translations. DO NOT MERGE ANYWHERE
860dd78ef : Import translations. DO NOT MERGE ANYWHERE
d64ba78ff : Import translations. DO NOT MERGE ANYWHERE
eacf94a43 : RESTRICT AUTOMERGE Refactor device policy resource APIs to a separate class
08022181f : RESTRICT AUTOMERGE add requiresAPI annotation for DPM#getString
c7d761960 : Import translations. DO NOT MERGE ANYWHERE
dbfff11a4 : Import translations. DO NOT MERGE ANYWHERE
e042298f5 : Import translations. DO NOT MERGE ANYWHERE
a55902319 : Import translations. DO NOT MERGE ANYWHERE
e2dfe9996 : Import translations. DO NOT MERGE ANYWHERE
31a450db1 : fix: change docsui owner Bug: 219053247 Test: No test (no code change) Change-Id: I0371e97c71fd9c5622813e0ed5e9eb3157d0a9d2
e3982efbc : Import translations. DO NOT MERGE ANYWHERE
f91f90c5e : Import translations. DO NOT MERGE ANYWHERE
bdcc5f0b4 : Import translations. DO NOT MERGE ANYWHERE
db66be493 : Import translations. DO NOT MERGE ANYWHERE
73afc1969 : Import translations. DO NOT MERGE ANYWHERE
7b273c27a : Allow updating enteprise drawables in DocsUI
4734040e6 : Import translations. DO NOT MERGE ANYWHERE
c9963261b : Import translations. DO NOT MERGE ANYWHERE
3ccf52c4f : Import translations. DO NOT MERGE ANYWHERE
b0ebbfb59 : Import translations. DO NOT MERGE ANYWHERE
92b8a0ea5 : Import translations. DO NOT MERGE ANYWHERE
03e4e44fb : Allow updating enteprise strings in DocUI
2dbb39df8 : Import translations. DO NOT MERGE ANYWHERE
cb4543b11 : Import translations. DO NOT MERGE ANYWHERE
a5e8bdf95 : Import translations. DO NOT MERGE ANYWHERE
e84c15f12 : Import translations. DO NOT MERGE ANYWHERE
51bde7e11 : Import translations. DO NOT MERGE ANYWHERE
2fa71e2e9 : Import translations. DO NOT MERGE ANYWHERE
1e4c65c8f : Import translations. DO NOT MERGE ANYWHERE
e8442e0a4 : Import translations. DO NOT MERGE ANYWHERE
901f1d604 : fix: redirect to root to block access bug:200034476 test: manual Change-Id: Idc4d18d15cec389a6756388f3dc1c752de121bf9
919c29e66 : add post_notification permission to manifest so the package can send notifications on T+
e9f176a61 : Import translations. DO NOT MERGE ANYWHERE
7c039d72e : Import translations. DO NOT MERGE ANYWHERE
b59d01cc0 : Import translations. DO NOT MERGE ANYWHERE
4d06772ac : Import translations. DO NOT MERGE ANYWHERE
482214d2d : Import translations. DO NOT MERGE ANYWHERE
7b615ea9a : Import translations. DO NOT MERGE ANYWHERE
99c1b02b2 : Import translations. DO NOT MERGE ANYWHERE
0ebf4f3ae : Import translations. DO NOT MERGE ANYWHERE
90940fb8c : fix: adding padding top and changing default color for tab bug: 187798688 test: manual
0119681fb : Import translations. DO NOT MERGE ANYWHERE
d0dcd2bd7 : Import translations. DO NOT MERGE ANYWHERE
57851b67f : Import translations. DO NOT MERGE ANYWHERE
a88cbaa9b : Import translations. DO NOT MERGE ANYWHERE
7cdd27220 : fix: enabling newApi checks
8b9ba38f8 : fix: fragment pick material next changes bug: 197148124, 197148457 test: manual
b884f0292 : Import translations. DO NOT MERGE ANYWHERE
84b031cfc : Import translations. DO NOT MERGE ANYWHERE
dd5ddd5ef : Import translations. DO NOT MERGE ANYWHERE
25c344946 : Import translations. DO NOT MERGE ANYWHERE
4bc189377 : Fix license text -- switch to Android-Apache-2.0
ee6f01ab0 : Import translations. DO NOT MERGE ANYWHERE
4bd2cced1 : Import translations. DO NOT MERGE ANYWHERE
2be4b811a : Import translations. DO NOT MERGE ANYWHERE
986be08b2 : Import translations. DO NOT MERGE ANYWHERE
b2b7c1638 : fix: work profile tab color change
381cb2723 : Fix preview icon tapping behavior when magnifying the screen
e944b955a : fix: work profile paused text change
e15fa709e : Fix preview icon tapping behavior when magnifying the screen
2e208d751 : fix: profile pause text color change
b4e2a9b9b : Import translations. DO NOT MERGE ANYWHERE
0fe1ec492 : Import translations. DO NOT MERGE ANYWHERE
148ebef71 : Import translations. DO NOT MERGE ANYWHERE
417a44183 : fix: work profile material next change
5705a673e : Import translations. DO NOT MERGE ANYWHERE
eb9fdff44 : work profile pause material next change
225311fa7 : Import translations. DO NOT MERGE ANYWHERE
6749f5a35 : Import translations. DO NOT MERGE ANYWHERE
b750330b5 : Import translations. DO NOT MERGE ANYWHERE
78d3f4de5 : Import translations. DO NOT MERGE ANYWHERE
a26409edb : Import translations. DO NOT MERGE ANYWHERE
894d48b06 : Import translations. DO NOT MERGE ANYWHERE
94171dd77 : Import translations. DO NOT MERGE ANYWHERE
b490e1ecf : Import translations. DO NOT MERGE ANYWHERE
434f2be54 : adding unit as part of metric name
de8790714 : material next changes for profile tab
018bd898d : material next changes for button color
0263e9d92 : material next change for toolbar text
69e4cc201 : Import translations. DO NOT MERGE ANYWHERE
925f5cb3f : Import translations. DO NOT MERGE ANYWHERE
b62594ba1 : Import translations. DO NOT MERGE ANYWHERE
eee48f37f : adding corner radius for buttons Bug: 191423382 Test: manual
91c37e1f6 : Import translations. DO NOT MERGE ANYWHERE
d0ebb2b9f : Import translations. DO NOT MERGE ANYWHERE
a18a91e00 : Import translations. DO NOT MERGE ANYWHERE
c3c4e9126 : Import translations. DO NOT MERGE ANYWHERE
4d90443ce : Add two new overlayable font strings to differentiate header vs body font.
353bf34b1 : Remove all TextAppearance.DeviceDefault.
6004ed96a : Remove all TextAppearance.DeviceDefault.
4d1635c80 : Import translations. DO NOT MERGE ANYWHERE
4068494fb : Import translations. DO NOT MERGE ANYWHERE
4810c95da : Import translations. DO NOT MERGE ANYWHERE
313edcafe : Import translations. DO NOT MERGE ANYWHERE
62f27ece7 : Import translations. DO NOT MERGE ANYWHERE
688876879 : Import translations. DO NOT MERGE ANYWHERE
87d3b2b70 : Import translations. DO NOT MERGE ANYWHERE
4cc1e31e1 : Import translations. DO NOT MERGE ANYWHERE
a479751a1 : Import translations. DO NOT MERGE ANYWHERE
5483159a6 : Import translations. DO NOT MERGE ANYWHERE
e262827ac : Import translations. DO NOT MERGE ANYWHERE
fdd9f52de : Import translations. DO NOT MERGE ANYWHERE
6643809d4 : Import translations. DO NOT MERGE ANYWHERE
2aac5879f : Import translations. DO NOT MERGE ANYWHERE
d0f0decc2 : Import translations. DO NOT MERGE ANYWHERE
d7b7e96f9 : Import translations. DO NOT MERGE ANYWHERE
c9d9cb501 : Import translations. DO NOT MERGE ANYWHERE
9a1575569 : Import translations. DO NOT MERGE ANYWHERE
5da5637b4 : Import translations. DO NOT MERGE ANYWHERE
299abed0f : Import translations. DO NOT MERGE ANYWHERE
8b0e4fd27 : Import translations. DO NOT MERGE ANYWHERE
35ffcf4f3 : Import translations. DO NOT MERGE ANYWHERE
8e96f5846 : Import translations. DO NOT MERGE ANYWHERE
f324da7f0 : Import translations. DO NOT MERGE ANYWHERE
269a14b14 : Import translations. DO NOT MERGE ANYWHERE
88787fda4 : Fix test error 'No static method isAtLeastS()' by adding reference in production code.
a121511b7 : Fix S MTS on Q by excluding unavailable hidden API.
c819b53ee : Import translations. DO NOT MERGE ANYWHERE
7917e5845 : Import translations. DO NOT MERGE ANYWHERE
68176adc9 : Import translations. DO NOT MERGE ANYWHERE
4c01127c9 : Import translations. DO NOT MERGE ANYWHERE
cc7a1fd3c : Import translations. DO NOT MERGE ANYWHERE
e69f9daa8 : Import translations. DO NOT MERGE ANYWHERE
f57dd8310 : Import translations. DO NOT MERGE ANYWHERE
10458d6c6 : Import translations. DO NOT MERGE ANYWHERE
ef204ba36 : Import translations. DO NOT MERGE ANYWHERE
099b66e31 : Import translations. DO NOT MERGE ANYWHERE
3f7fd820b : Import translations. DO NOT MERGE ANYWHERE
56c64404a : Import translations. DO NOT MERGE ANYWHERE
55f2dc8a3 : Import translations. DO NOT MERGE ANYWHERE
72906fa58 : For tablets show the metadata (2/2)
93dedd174 : Import translations. DO NOT MERGE ANYWHERE
7795393ad : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/EmergencyInfo

0a901e5 : Import translations. DO NOT MERGE ANYWHERE
b6c4c0a : Import translations. DO NOT MERGE ANYWHERE
71111e6 : Import translations. DO NOT MERGE ANYWHERE
b6b2093 : Import translations. DO NOT MERGE ANYWHERE
e2b097a : Import translations. DO NOT MERGE ANYWHERE
7266cb9 : Import translations. DO NOT MERGE ANYWHERE
ab74960 : Import translations. DO NOT MERGE ANYWHERE
8aa0432 : Import translations. DO NOT MERGE ANYWHERE
0544990 : Import translations. DO NOT MERGE ANYWHERE
9aa4815 : Import translations. DO NOT MERGE ANYWHERE
cc3d8af : Import translations. DO NOT MERGE ANYWHERE
ad0ab9d : Import translations. DO NOT MERGE ANYWHERE
5b775d6 : Import translations. DO NOT MERGE ANYWHERE
e93f483 : Import translations. DO NOT MERGE ANYWHERE
81a88c1 : Import translations. DO NOT MERGE ANYWHERE
0c47ae0 : Update emergency info EC empty state string
e1776d8 : Import translations. DO NOT MERGE ANYWHERE
ed6bc47 : Import translations. DO NOT MERGE ANYWHERE
8689d76 : Import translations. DO NOT MERGE ANYWHERE
4343c89 : Import translations. DO NOT MERGE ANYWHERE
587c0aa : Import translations. DO NOT MERGE ANYWHERE
7a051b4 : Import translations. DO NOT MERGE ANYWHERE
4667ca8 : Import translations. DO NOT MERGE ANYWHERE
d1f3f3b : Import translations. DO NOT MERGE ANYWHERE
0cd7187 : Fix a bug where add EC result is ignored
fac28ab : Prevent exfiltration of system files via user image settings.
15fd427 : Import translations. DO NOT MERGE ANYWHERE
d53ee6c : Import translations. DO NOT MERGE ANYWHERE
b54b46b : Import translations. DO NOT MERGE ANYWHERE
538833d : Import translations. DO NOT MERGE ANYWHERE
f5c5d58 : Import translations. DO NOT MERGE ANYWHERE
b132095 : Import translations. DO NOT MERGE ANYWHERE
dd60bee : Import translations. DO NOT MERGE ANYWHERE
c9f2c98 : Import translations. DO NOT MERGE ANYWHERE
db887da : Import translations. DO NOT MERGE ANYWHERE
12fc1a6 : Import translations. DO NOT MERGE ANYWHERE
d731eb4 : Import translations. DO NOT MERGE ANYWHERE
b0938f8 : Import translations. DO NOT MERGE ANYWHERE
09a886f : Import translations. DO NOT MERGE ANYWHERE
206703a : Import translations. DO NOT MERGE ANYWHERE
714959c : Import translations. DO NOT MERGE ANYWHERE
51d34a9 : Import translations. DO NOT MERGE ANYWHERE
4d89228 : Import translations. DO NOT MERGE ANYWHERE
6236581 : Import translations. DO NOT MERGE ANYWHERE
a3ef178 : Import translations. DO NOT MERGE ANYWHERE
af695bb : Import translations. DO NOT MERGE ANYWHERE
511f7a9 : Import translations. DO NOT MERGE ANYWHERE
5575ed0 : Import translations. DO NOT MERGE ANYWHERE
4f25e36 : Import translations. DO NOT MERGE ANYWHERE
4743086 : Import translations. DO NOT MERGE ANYWHERE
a479c89 : Import translations. DO NOT MERGE ANYWHERE
e772d9b : Import translations. DO NOT MERGE ANYWHERE
7e705f0 : Import translations. DO NOT MERGE ANYWHERE
4b91073 : Import translations. DO NOT MERGE ANYWHERE
0cde93a : Import translations. DO NOT MERGE ANYWHERE
23d792a : Import translations. DO NOT MERGE ANYWHERE
eefc40e : Import translations. DO NOT MERGE ANYWHERE
0e02d95 : Import translations. DO NOT MERGE ANYWHERE
9fedfd2 : Import translations. DO NOT MERGE ANYWHERE
b83512b : Import translations. DO NOT MERGE ANYWHERE
dec289c : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/Gallery

+- Project: platform/packages/apps/Gallery2

0bd4d095a : AOSP/Gallery - Deleted "Set As" menu item and ability to ATTACH_DATA.
c10e604d4 : AOSP/Gallery - Deleted "Set As" menu item and ability to ATTACH_DATA.
0acea168f : AOSP/Gallery2 - Disable copying of arbitrary private file of Gallery2 into External Storage.
a31abaf7d : Gallery2 - set target sdk version to 28.
8d60379fa : add post_notification permission to manifest so the package can send notifications on T+
9c0f2d68b : Handle MediaMetadataRetriever.release IOException
05d271087 : AOSP Gallery2 API level downgrade
a1feca9b0 : API level 30 upgrade: AOSP/Gallery2

+- Project: platform/packages/apps/HTMLViewer

4b028b1 : Fix license and license text.

+- Project: platform/packages/apps/ImsServiceEntitlement

a8683c3 : FcmRegistration: lazily initialize Firebase objects
10a9eed : Fix test failure.
2fd1705 : Fix issue that disableWfc was no-op
2c4bd13 : Skip CARRIER_CONFIG_CHANGED broadcast if SIM not loaded.
3daf719 : Add test cases for the code coverage
796d9df : Return default value if Version is not valid.
476575e : Add script for calculating the code coverage
b7f2899 : resolve merge conflicts of ff992b8c2527c92321b3420c40cb56358d29071e to master
e3baa01 : Add EntitlementUtilsTest
71c94c8 : Add XmlDocTest and Ts43VowifiStatusTest

+- Project: platform/packages/apps/KeyChain

8550c37 : Encode authority part of uri before showing in UI
890dc03 : Encode authority part of uri before showing in UI
7022cae : Import translations. DO NOT MERGE ANYWHERE
ca01d96 : Import translations. DO NOT MERGE ANYWHERE
53e31bf : Use ActivityToken for calling app details
8d04e33 : Import translations. DO NOT MERGE ANYWHERE
fff8a4c : Import translations. DO NOT MERGE ANYWHERE
066d5c1 : Import translations. DO NOT MERGE ANYWHERE
76a4199 : Import translations. DO NOT MERGE ANYWHERE
19125f5 : Import translations. DO NOT MERGE ANYWHERE
9e624ac : Import translations. DO NOT MERGE ANYWHERE
bec012c : Import translations. DO NOT MERGE ANYWHERE
841ceb9 : Import translations. DO NOT MERGE ANYWHERE
c8d75a8 : Import translations. DO NOT MERGE ANYWHERE
0f1a14a : Import translations. DO NOT MERGE ANYWHERE
4d8b13d : Import translations. DO NOT MERGE ANYWHERE
92e7e4d : Import translations. DO NOT MERGE ANYWHERE
85c3d3c : Import translations. DO NOT MERGE ANYWHERE
55588f9 : Import translations. DO NOT MERGE ANYWHERE
317cf31 : Import translations. DO NOT MERGE ANYWHERE
1851cfd : Import translations. DO NOT MERGE ANYWHERE
528f091 : Import translations. DO NOT MERGE ANYWHERE
11f63ea : Handle null case KeyChain getPredefinedAliasForPackageAndUri

+- Project: platform/packages/apps/Launcher3

6d17a71d19 : Detect force visible nav bar based on kids mode.
506165689f : Revert "Finish recents animation on activity destroyed."
fa9f6501e9 : Import translations. DO NOT MERGE ANYWHERE
dd44423c3f : Import translations. DO NOT MERGE ANYWHERE
4d18da78c0 : Fix All set activity not drawing on initial swipe.
a379435d04 : Clear MotionPauseDetector onRecentsAnimationCanceled()
6677fa3cf3 : Remove hideKeyboard exception in the log
2345fee566 : Snap to running task if it's offscreen when back is invoked
3945f028de : Revert line that could wrongly initialize RecentsView scroll
3ce47a6268 : Import translations. DO NOT MERGE ANYWHERE
5631bd53de : Import translations. DO NOT MERGE ANYWHERE
24c77a5ff5 : Hide keyboard when thumb scroller is visible.
fa317f4420 : [Toast] Add a new type fields for user visible cold status.
f26bdcb4c1 : Fix NPE when user swipes back in All Apps and no matching view found
e5f265c76e : Workspace should not receive touch events
13d38f34e3 : Import translations. DO NOT MERGE ANYWHERE
918ba0c9f2 : Updates keyboard option feature flag name.
0d88d0088a : Clone the drawable lazily instead of on the UI thread while initializing
2545e92264 : Use DISPLAY_CATEGORY_ALL_INCLUDING_DISABLED for getDisplays
883facf091 : Updating call to match change in interface
ce647cc9ae : Fixes issue where personal/work tabs could overlap search reasults.
5a476da75c : Fixes Search bar padding when work profile not present.
68a63e0b73 : [Toast] Add a new latency type as FAIL.
c04af333f5 : Prevent wallpaper flicker while entering split screen from overview
8763cb57d4 : Add grid_x field to DeviceSearchResultContainer.
a61a2cc962 : [Toast] Add query_length for launcher latency logging.
b01161606f : Import translations. DO NOT MERGE ANYWHERE
774a541d61 : Import translations. DO NOT MERGE ANYWHERE
29c68e73dc : Revert changes waiting for launcher to resume when transitioning to home
ede514f275 : Update notification dot from T90 to T80
8d72018a87 : Don't allow swiping to HintState if we're already in HintState
d7a02ec7ae : Fix IME hiding animation being delayed after unlocking the device
9899468884 : Enables keyboard option by default.
e20a35c7a3 : Adds helper methods in SearchUiManager and OnboardingPrefs.
f58db150af : Play fallback animation if icon in All Apps is covered by header.
46ecc0ca08 : Pause expensive view updates before setting hw/sw layers.
959a9f5444 : Fixing wrong diffing logic in AdapterItem
1a9044d1ad : Import translations. DO NOT MERGE ANYWHERE
7ca87c785a : Ignore pinned tasks for purposes of gesture nav
dac75aef3b : Revert "Update app icon shadows"
2a7fbee0d4 : Give FloatingIconView a copy of, rather than, the original icon.
a36af25ab7 : Remove workspace fade from ALL_APPS > NORMAL transition.
7ee40a4190 : Update the workspace and background scale interpolators.
4eebbac3b7 : Use DeviceProfile.widthPx to initialize Taskbar touchableRegion
359cb5d1b6 : Ensure page scrolls are initialized even for 0 children.
f7b4e7f497 : Limit starting bounds of swipe to animation start rect
afd72f0726 : Have separate DeviceProfile instances for taskbar and all apps windows.
ff3721fe96 : Allows work apps to be dragged down while work edu is showing.
3efef1ce5a : Attempt to preload the Launcher activity when the user reaches the All Set Page.
158caf466c : Only setup SecondaryDropTarget in onDragStart
e2e1509d55 : Fix taskbar icon flicker and jump when transforming to hotseat
cdc111a158 : Creating the transaction on the UI thread
2ba7797edb : Moves Search results into a separate RV (take 2).
16026ae9f9 : Import translations. DO NOT MERGE ANYWHERE
dbaeaa5c05 : Import translations. DO NOT MERGE ANYWHERE
aa5ae621c5 : Add screen recording to drag to splitscreen taskbar tests to help with debugging.
45fc301b0e : Change accessibility announcement for workspace from "Pixel Launcher" to "Home".
5b0193026a : Center drop target button alignment across devices
425bfa320f : Fixing ConcurrentModificationException in FirstScreenBroadcast
c472da1e5e : Fixes scroll bar issues.
4f3cf5d05f : Fix widget span
13b3922af9 : Revert "Revert "Add "incrementEventCountBy" function to Onboardi..."
514979dd2d : Revert "Add "incrementEventCountBy" function to OnboardingPrefs."
28f61b5177 : Fix folder app icon truncation after rotating to landscape.
617f9fae3d : Avoiding updating task via scroll if RectF spring animation is running
52bbef9d94 : Adding support for customiting the animation in PropertySetter
906d882f91 : Update drop target button alignment across devices
b29dabce18 : Revert "Update drop target button alignment across devices."
969f6a8c4d : fixed scalable grid allApps to match home screen icons in largest display size
3c8c47778f : Import translations. DO NOT MERGE ANYWHERE
fbe7a74f05 : Import translations. DO NOT MERGE ANYWHERE
0d345e5e04 : Add "incrementEventCountBy" function to OnboardingPrefs.
b811a29b7d : Remove obsolete TODO for verifying all apps on 2nd display.
ee14d4761a : Add LAUNCHER_SYSTEM_SHORTCUT_APP_SHARE_TAP event
3c0f4c156d : Bound drop target layout values to left and right.
dee5fc561f : Label is no longer Unlabeled. Now says "closed"
b6fa2ce486 : Ensure that we're animating the current live tasks when going back
e2aca3e664 : Add type TYPE_ADD_TO_HOME_CONFIRMATION to AbstractFloatingView
b4ccd3dc23 : Fix GO Phones..added attribute to this device profile that other phones already had
8b5be54b47 : Fix crash if AM returns empty task list
27e7b1ca41 : Import translations. DO NOT MERGE ANYWHERE
cf9f262963 : Import translations. DO NOT MERGE ANYWHERE
c72742a44a : Import translations. DO NOT MERGE ANYWHERE
c57409f575 : Import translations. DO NOT MERGE ANYWHERE
2cb5cb5d00 : Report ITYPE_BOTTOM_MANDATORY_GESTURES insets for Taskbar
3438c92334 : Add drag icon to folder use case back
1f60acd68d : Revert "Snap to last task if swiping down at a greater Y than X velocity."
3f2637faee : Adding support for extending back behavior in Launcher
6a41d56b50 : Log the reason why a WorkspaceItemInfo was removed
303b4e8aae : Fix issue when preference screen title won't change depending on the device..
efc5fffa33 : Import translations. DO NOT MERGE ANYWHERE
c416eae08b : Import translations. DO NOT MERGE ANYWHERE
07ca884eea : App row padding is now consistent for all grid sizes. Also fix when 2x2 allApp icons get super big.
1c89ee8cb1 : Additional polish for the NORMAL<->ALL_APPS transitions.
ea948c2b33 : Update the NORMAL<->ALL_APPS swipe transitions on phones.
766f2fc346 : Coordinate the SUW All Set page first reveal with the taskbar unstash to hotseat animation.
42be8fa0db : Clear recents animation controllers and recents animation snapshots synchronously.
3c354421c8 : Extra checks to find the source of flaky tests
70d63456d3 : Add non null check on mViewPager
9b5548c56d : Consider padding when measuring AllApps in SecondaryDragLayer
19d43e0511 : Skip onSharedPreferenceChanged if mIgnoreAutoRotateSettings is true in RotationHelper
46254675da : Fixing transaction applier holding on to the release check if no frame update was scheduled
5064be12db : Revert "Ignore swipe velocity if next task is considered the destination."
28a24306b3 : Fix jank when launching the All set page on devices that support vibrations
205e39be79 : Fix Fail to Launch work tab in launcher
fe435ad44e : Update app icon shadows
27bfcaa651 : Update drop target button alignment across devices.
28a8b9f158 : Add a scrim to AllApps and Widgets
25d5334a9d : Re-land "Update workspace, cell layout, shortcut and widget, and cell size calculations."
c2bd15fd2a : Fix slow page animations on large devices
5d301a6fca : Revert "Set mState = mCurrentStableState in onAnimationCancel()"
001b547499 : Tune dragToFolder test so that it works with the new nav bar height
8a01f6af3e : Removing redundant waiting for window change event and adding debug logging for dragging and dropping.
f0ff70a2a5 : Adding support for easily extending Launcher DragAndDrop support
1557ba37c1 : Separate color into app color and dot color; specify dot color
1fe83fe881 : Tune overview icon size and paddings
425f6828f1 : Fix hotseat width to span a number of columns
c70f286a9f : [Toast] Keep keyboard up for query builder tapping
bde366ddd1 : Ignore swipe velocity if next task is considered the destination.
0d3772b65f : Skip passing gesture to bubble when notif expanded
a82a7dc205 : Clear all DragView in onResume
a69a46e8e7 : Add latency tracking for aiai
d333091d79 : Fixing wrong alpha for disbled icon
89a89d63a4 : Revert "Fix hotseat width to span a number of columns"
3e8a04b341 : Revert "Update workspace, cell layout, shortcut and widget, and cell size calculations."
00f80ed1ae : Add missing enterprise string
f0fd3d8e2e : [Toast] Fix the NPE in isPersonalTab().
52bb52aeb4 : Remove long press on home button for kids mode.
efff096bdd : Use T50 base instead of T95
8a47d5f955 : Avoid logging LAUNCHER_OVERVIEW_GESTURE in 3 button mode
d5a4d60483 : update enterprise strings on ACTION_DEVICE_POLICY_RESOURCE_UPDATED
23dcc290b0 : Import translations. DO NOT MERGE ANYWHERE
92b1c3965e : Import translations. DO NOT MERGE ANYWHERE
1f285a594a : Fix the IndexOutOfBoundsException in AllAppsGridAdapter.
b1436b0ae7 : Extend recents button hitbox on tablet
2a84e378b7 : Adding feature to automatically show keyboard in all-apps
e391a12d7c : Add DisplayController in PreviewContext's allowed objects
1145722685 : Add DisplayController in PreviewContext's allowed objects
d4cb76ebf0 : Preventing widget preview from getting accessibility focus on internal content
e5142c5c53 : changed name and dimensions of work_mode_toggle button, changed outline to surface for the (x) icon..
78357f7979 : Finish mIconAlignmentForLauncherState animation before animating to new value
997a757661 : Check if launcher has touch interaction service when registering touch events
ef006c7603 : Update the NORMAL->ALL_APPS transition when tapping on QSB on phones.
d2ae944a43 : Actually interpolate the time value.
664c1c18e7 : Sort hotseat items in migration to preserve position
6183c4dd74 : [Toast] Create one search tapl tests for opening qsb and calculator app.
a717d1621d : Allow BaseState.getTransitionDuration to read DeviceProfile
a70e23384f : Fix overview and quickswitch gesture logging
9f922d3598 : Fix recents animation flicker
f67536e1eb : Allow workspace to provide icon positions in tests
b45d6c421d : Update workspace, cell layout, shortcut and widget, and cell size calculations.
ca7c61d385 : Support fade-in divider bar with quick switch gesture
3c5a08ada1 : Implementing support for item diffing instead of creating out the complete UI on every update
32a05ae3f0 : Use isTablet instead of isPhone for check
13b16060f3 : Don't fade out live tile when dismissed
8f45458925 : Close icon folder for predictive back to home animation.
afaefbca33 : Removing fading edges from recyclerView as we already have full background behing search box, and additional laying is not requred
bb44c03b1c : Fix janky overview animation.
32084d49d3 : Replacing ItemInfoMatcher with predicate
d3e8cc40b4 : Add logs for InvariantDeviceProfile.getDeviceProfile
e7b977ddd5 : Fix all app button taskbar animation in LTR and RTL.
7bf8730634 : Fixing wrong window insets estimation
811e76353a : Ensure log buffers are dumped to file on uncaught exceptions
9b6babf839 : Translate the 3 navigation buttons to/from their in-app position when animating to/from the -1 screen, all apps and widgets.
c0b30dc266 : Fix taskbar 3-button truncation on rotate
883e7e412b : Provide the back callback instance when unregistering it from SysUI.
976cab3e09 : Import translations. DO NOT MERGE ANYWHERE
f102e1f75d : Import translations. DO NOT MERGE ANYWHERE
f6254c5947 : Do not add HOTSEAT_ICONS to visible elements for device type "phone" in ALL_APPS State
8e0e88bb2f : Update home, back and overview gesture tutorial introductions to be clearer for blind users
f39cc126bf : Tune AllApps dismiss animation
f2cd2f7748 : Update TaskOverlay corner radius as fullscreen parameters are updated.
3091f0a4fe : Removing ununsed append logic in search
c5bb4bdd4b : Import translations. DO NOT MERGE ANYWHERE
828875cd12 : Fix hotseat width to span a number of columns
d08e03388f : Re-land "Animate overivew actions view hiding on scroll."
0fd3b13d01 : Finish recents animation on activity destroyed.
a3f014d737 : Removing unused SearchSessionManager
f153d917dd : Adding support for LauncherAppWidgetHostView in CellLayout
9a6dbac68c : Making the parseAndAddDeepShortcut api private.
5cc7ff0990 : Revert "Refactors Search results into separate RV for Toast."
2a6e364e91 : Remove unnecessary updatePivots
015d44aee3 : Cleanup tapl test workaround
2f5a1b6756 : Adding support to parse deep-shortcuts.
52f4c16a94 : Revert^2 "Removing some unused code from All-Apps"
023537038d : Originate split select animation from the original icon view instead of the split menu icon
76fb120994 : Make Hotseat report shelf height on large screen devices.
6df9aa3086 : Tracing the cause for saving bugreports
3e952539a1 : Fix screen rounded corner flicker.
0056e95d8e : Change home dragging logic for dead zones
2d1a69e58b : Revert "Revert "Use new onStartSplitLegacy when starting split f..."
a2fc764405 : Update overview actions alignment
a2e1499a2f : Move spring loaded scale calculation to DeviceProfile.
25ac8b804f : Increase empty space limits
00aff95ac0 : Give the tests the ability to emulate other devices screens
c3865b86e4 : Fix divider bar won't fade-in as the other splitting tasks
5f02b2d52c : Import translations. DO NOT MERGE ANYWHERE
6729f0b950 : Refactors Search results into separate RV for Toast.
aed0c4d73e : Defer onIsStashedChanged() until all controllers are initialized
04169cd3fc : Provide more accurate feedback on nav bar region gestures during the back gesture tutorial.
b8ad6e08cf : Revert "Use new onStartSplitLegacy when starting split from overview"
42276318b9 : Fix crash bug when splitting with animations disabled
13ae6784b5 : Revert "Removing some unused code from All-Apps"
7b8d63fcf8 : Removing fade in logic during load.
e3b806366a : Update pull back animation for tablet AllApps
a9e9c667b4 : Use shared background color animation for settings activity
ef6f41a574 : Adds Search Onboarding count and renames existing edu pref.
e10ab8cdcd : Snap to last task if swiping down at a greater Y than X velocity.
dd7e132db5 : Use new onStartSplitLegacy when starting split from overview
1dc4dea6ae : Bring Widget Picker message style inline with All Apps message style.
f286f9cb98 : Address a couple small followups for TaskbarInsetsController
a681cf6abe : Migrate from InsetsInfo.contentInsets to WindowManager.LayoutParams#providedInternalInsets
26aa8c2496 : Making tablet grid scalable and tuning size
5c590bd79a : Import translations. DO NOT MERGE ANYWHERE
e7af40c247 : Import translations. DO NOT MERGE ANYWHERE
81bff9becd : Disallow long press below taskbar icons
36c9d888d8 : Move taskbar insets logic to TaskbarInsetsController
3946ecd441 : Removing some unused code from All-Apps
ea5c1d29fe : Prevent edit state workspace scale from hiding next pages.
e957b600d3 : Refactor code to be used in LauncherLily features
25fbd5b0bb : Sampling too long Launcher tests
95cad640c7 : Decrease overview degree threshold from 45 to 15 degrees.
4c5bd537bb : Attach work badge to Weather and Battery widgets
a7572a77d6 : Import translations. DO NOT MERGE ANYWHERE
22f8ad0dc0 : Set mState = mCurrentStableState in onAnimationCancel()
f020447a47 : Add Developer Options string to xml.
79c938e8be : Prevent arrow popup from going off screen bottom when below icon.
8f994ea76f : Add jank instrument support for split screen
25137534a1 : Fixing potential NullPointer exceptions when Launcher is created before TouchInteractionService is initialized
3a60866b70 : Trying to remove waiting for broadcasts
cd2ac0f3e9 : Updating target SDK for Launcher
7ee087f53f : Revert "Revert "Removing AM.getTasks call on UI thread during touch down""
f9042d32ae : Revert "Removing AM.getTasks call on UI thread during touch down"
df307ef14f : Import translations. DO NOT MERGE ANYWHERE
da78e7047e : Import translations. DO NOT MERGE ANYWHERE
241293aaee : Fixed overlap issue where toggle button gets overlapped by 3 button nav bar..now button shifts up so it's not totally obscured
e28dbba7b4 : Check for auto-rotation when initializing RecentsOrientedState
729eb8458b : Fix crash/flicker with taskbar when canceling drag and drop
4ce2b40f91 : Polish the back to home gesture animation to match the spec.
8d68c6150f : Add flag that disables depth on overlay scroll
bee13b6305 : Catch SecurityException from NoMan to workaround possible race condition
645af0a6b3 : Revert "fix broken build on erorrprone"
2604dd348c : Move Taskbar background drawing to TaskbarBackgroundRenderer
4d90868075 : Add flag that disables depth on overlay scroll
013a8a75ab : Removing AM.getTasks call on UI thread during touch down
a4e5a9eebe : Prevent double selection of second split app
5f5bd84d99 : Fix flicker when entering PiP from split-screen / overview
fefafe5aa9 : Putting back generics for Workspace
9db305478e : fix broken build on erorrprone
a74a8595fb : Creaet separate pull back animation for AllApps
da8759ae29 : Showing alert dialog when shortcut version higher than the App
b1508b8023 : Use bottomMargin to align OverviewActions with 3 button
59120581e4 : Dismiss keyboard when leaving AllApps state
afb6e23500 : Updating code due to TaskStackChangeListener changes
7bb79ae8e2 : Tune menu size
8c4dd9e6dc : Update edit state drop target and hotsteat margins.
1d313372fe : Import translations. DO NOT MERGE ANYWHERE
05e2272138 : Import translations. DO NOT MERGE ANYWHERE
8c619a2b52 : Import translations. DO NOT MERGE ANYWHERE
6f41d53de9 : Import translations. DO NOT MERGE ANYWHERE
07111f25f4 : Change page snapping logic for large screen devices
48beebbed5 : Update widget edit icon to use material colors.
f78da1bae3 : Review comments followup
29fbab4ddd : Animate clear all button's alpha after last task has scrolled beyond its edge.
7013ee716d : Add drop target button overlap correction to second button only.
4ad53f1268 : Defer unstashing taskbar on all apps close if gesture in progress.
c2538d748a : Add originalView of the menu to SystemShortcut
d4ed2f7717 : Update task bar icon alignment logic when launcher is paused and resumed in Overview
42e30963c3 : Play icon alignment animation in live tile mode
51cf7d18a7 : Pass sourceRectHint to auto-enter-pip transition
ba7cf0dc7d : Fixing potential ANR when fetching for wallpaper info
5b89b31b12 : Log taskbar all apps entrypoint, launches, and drags
e8a60abc83 : Don't use double padding in DeferredAppWidgetHostView if that would result in negative width
671d44b36b : Force update orientation handler for initial recents view state.
40a73e5bb5 : Import translations. DO NOT MERGE ANYWHERE
92fd7b6e20 : Import translations. DO NOT MERGE ANYWHERE
d4a0afffe7 : Import translations. DO NOT MERGE ANYWHERE
5aa70fb47c : Import translations. DO NOT MERGE ANYWHERE
43c79704ed : Fix placement bug with split staging icon in RtL
c317d925f7 : Improving folder icon drawable
abdf25d226 : Implement splitting from Taskbar long-press
f5f14acba3 : Revert "Animate overivew actions view hiding on scroll."
4ea95b7fd8 : Revert "Making tablet grid scalable and tuning size"
0f2e1b6714 : Added provision to switch the PageIndicator in specific Launchers
7ef4fe42cb : Add separate AFV type for options popup dialog.
d123fbd15d : Simplify AbstractFloatingView.closeOpenViews usage.
655627f70b : Set finishedToApp = false when rotating in Overview
c327e6bad4 : Fixing spring animation for fallback launcher activity
dfa88d55f5 : Make the widget option on the PopupContainer full width
a5e95419f5 : [Toast] Polish the layout of the QSB, tabs and header protection.
d2d8e97a65 : Make the text for the drop target buttons fit if it's too long.
c0481524da : Making tablet grid scalable and tuning size
dac0769af1 : Removing line submited by mistake.
45f221621e : Add ALL_APPS_SEARCH_RESULT_WEB_SUGGEST for ResultType.WEB_SUGGEST
253c23b2e8 : Close open folders when pausing launcher.
d66f433cde : Log LAUNCHER_ALLAPPS_QUICK_SEARCH_WITH_IME event.
1823bdba6e : Add logging to debug incorrect taskbar states caught by flaky tests.
5c20fdd73f : Adding finish signal to GestureNavContract.
e0227551cf : Clone mInsets when copying DeviceProfile to taskbar
feb31ca567 : Add the staggered ring appear animation!
27f9559203 : Revert "Revert "Sync hotseat/taskbar handoff""
510a818521 : Show an 'Undo' snackbar when users dismiss a predicted hotseat item.
c3d2d45851 : Revert "Add screen record to FallbackRecentsTest#goToOverviewFro..."
c83ea5f8fb : Make AllApps bottom sheet follow finger and snap after 30% progress
08610ca583 : Adjust workspace grid and cellLayout paddings.
52307a4604 : Adjust grid cell visualizations.
777dddbdb9 : Import translations. DO NOT MERGE ANYWHERE
794a254346 : Import translations. DO NOT MERGE ANYWHERE
b891ee715f : Import translations. DO NOT MERGE ANYWHERE
e9903f38db : Import translations. DO NOT MERGE ANYWHERE
de25c0db36 : Adjust edit state drop targets and workspace scaling per device type and orientation.
499723636d : Ensure TestLauncher is actaully shown in goToOverviewFromHome
936c6c6ead : Removes deprecated uses of Display#getRealSize in Gesture Nav Edu.
d20011be15 : Change work_app_edu to be like T spec: https://screenshot.googleplex.com/43ThiCnqrAqAQgE
9d8eeabfec : Reset touch state when removing all tasks in RecentsView.applyLoadPlan
63c32cab98 : Create ResourceBasedOverride for SearchSessionManager.
53d3be9d66 : Add ScreenRecordrule to FallbackRecentsTest
c62a4dae5f : Show correct drop targets for All-apps predicted item drags.
20af9304cb : Override statusBar top inset in Launcher
458dcdbe1e : Animate overivew actions view hiding on scroll.
612230dbd3 : Make hotseat RTL aware
e3f7624ecb : Adjust the insets frame providing method per API change
dde19ea64d : Rename "ONE_SEARCH" attributes to "WEB_SEARCH"
b5f7e4fc19 : Fix npe in FrameHandler
0439fcdd5c : Do not append additional delimiters
188ae14220 : Listen for density changes through DisplayController callbacks
26b6b577b9 : Add metrics for taskbar 3 button nav
bda5f6b3e5 : Moving away from obsolete Display#getRealSize().
ae82fc4ba0 : Decouple taskbar background color from overview
72c4de8c13 : Use Chrome instead of Camera for TwoPanelWorkspaceTest
8a7451a565 : Allow 5 hotseat icons in tablet 3 button
64cfa05d59 : Update orientation state while gesture animation start.
864f8d45b8 : [RESTRICT AUTOMERGE] Ignore taskbar system gesture inset on Launcher
054faba0a1 : Add public constructors to gesture tutorial fragments.
b6b4069aa4 : Fix widget drop animation in 4x5 grid
36c0f76e21 : Using the WindowMetrics API instead of display.getRealSize
12d0eff037 : Make inline qsb part of grid attrs
1322fc3710 : Fix translation for secondary split thumbnail in RTL
013a85e926 : Update overview scrim color to system_neutral2_200
120e48b40c : Remove unnecessary offset from the app label ICU string
f5d90b9ec2 : Fix wrong split percentage after split layout been pushed up
080d890383 : Add border space to all apps cells
264d9a67de : Enable pressback tests
34aad9e022 : Fixed cts failure of WindowInsetsControllerTests
59cfcd0946 : Updating font to Google Sans for widget dialog when work profile is paused
6d5a1c1307 : Fixing crash when unfolding with an app already open
10b5d68045 : Avoid closing PopUpContainer immediately after view is clicked.
c8aada4433 : Moving away from obsolete Display#getRealSize().
1d57706125 : Update monochrome theme icon notification dot color
ae4d2193d9 : Fix One-handed mode tutorial broken on large screen device
68e1af2bc2 : Separate workspace item finding logic
0c3961c367 : Refactor the floating header's positioning.
526f4ce7ae : Always look for MODE_OPENING during task launch from overview
c84b58beda : Import translations. DO NOT MERGE ANYWHERE
0d6db09676 : Import translations. DO NOT MERGE ANYWHERE
30be4bfdb3 : Update gesture region when display size changes
b46d6ebc01 : Handle shadow radius for auto-pip in Launcher
6be66c96ef : Close system windows when toggling overview
538c9a0b52 : Fix problems with taskbar floating views on rotation
2871958fb4 : Add screen record to FallbackRecentsTest#goToOverviewFromHome
e372366bb3 : Revert "Adjust edit state drop targets, workspace scaling, and m..."
4a39289296 : Import translations. DO NOT MERGE ANYWHERE
30e9301222 : Import translations. DO NOT MERGE ANYWHERE
87d2f0d38a : Import translations. DO NOT MERGE ANYWHERE
1fba444664 : Import translations. DO NOT MERGE ANYWHERE
4383a121dd : Import translations. DO NOT MERGE ANYWHERE
a3c6ff41f9 : Import translations. DO NOT MERGE ANYWHERE
9779a95364 : Import translations. DO NOT MERGE ANYWHERE
9296e0eb77 : Import translations. DO NOT MERGE ANYWHERE
534966f98e : Import translations. DO NOT MERGE ANYWHERE
b8eeb41ee0 : Fix issue with camera overlapping split staging UI
234889c81c : Update text in "get app suggestions" bottom sheet to use Google Sans font family.
e13cb961e3 : Update tool that fill screen with icons
e81d9679c1 : Implement switchtoScreenshot recents callback
3b7a391c2b : Don't recreate taskbar on rotation
ff84d2bc66 : Tune fold animation on top of apps
0437823e12 : Import translations. DO NOT MERGE ANYWHERE
dffa0c3186 : Import translations. DO NOT MERGE ANYWHERE
5b0608e0c2 : Import translations. DO NOT MERGE ANYWHERE
9f5fe666e0 : Import translations. DO NOT MERGE ANYWHERE
eeca859bc9 : Adding a feature flag to disable icon overrides
dfd154f18d : Use numAllAppsColumns to calculate height of all apps icons
c750e3d3aa : Hide taskbar when launcher receives nav and keyguard showing
0bf6a14a79 : Log when calling disposeEventHandlers
12db27fe34 : Task thumbnail background is spilling to the front, making the BK 1px smaller to fix it
38bb3b0c5c : Aligning Hotseat and Workspace icons in vertical bar mode
c7dee917db : Prevent removing the feedback view and callbacks when the user completes a gesture.
5282efddc9 : Brighten theme-icons when in Dark mode and add dark color for taskbar
67bc75a8a9 : Fix thumbnail disappearing during staged split animation
1d6058c2cd : Null out mRemoteTargetHandles when swiping to home
808d568367 : Hide the Taskbar when user leaves PiP mode
53ad207008 : Use topComponent to get package name
b04dd608bf : Add workspace page translations for edit state.
44aadeaef6 : Fix issue cauing the taskbar to show in the all set page of the SUW.
b21fd239a9 : [Toast] Flip the QSB motion flag to true by default.
b7ef569591 : Change size of All Apps bottom sheet
4ff3615b23 : Update initial staged split UX.
a5addf0e89 : Keep live tile running when TaskMenuView is showing
88319c4828 : Add utility for isWallpaperSupported.
ad9c83966b : Add auto-enter-pip support in FallbackSwipeHandler
02458386cf : Revert "Combining the Thumbnail bitmap with the background to fix background spilling in the front."
24fab62d35 : [OneSearch] Add a flag to guard QSB animations.
7d14923195 : Fix height of hotseat
af6641414c : RESTRICT AUTOMERGE Fix newAPI lint error
bf6f171f84 : Fix issue with split thumbnails overflowing during rotation
b4b79142d8 : Fix UI overlap when rotating in split select mode
b42345273c : Fix paired icon placement in landscape/seascape
3b687a5092 : Fix small positioning bug with DWB banner in landscape
64212c5439 : Fix crash condition by adding a null check in DigitalWellBeingToast
d478f555cb : Have taskbar all apps extend ActivityAllAppsContainerView.
85a6bab0dc : Change Home screen to 'home screen' when it's in middle of a sentence
8ef29784e1 : Fix Proto compilation on M1 Macs
29b8135260 : Replace consumeNextDraw with SurfaceSyncer
90ba15622a : Reset the home settings activity when launching it
c8c761621b : Fix overriden deep shortcut titles and icons
1acf2b18af : Adjust edit state drop targets, workspace scaling, and margins per device type and orientation.
5eb66d8abb : Refactor ActivityAllAppsContainerView to depend on ActivityContext.
f477ec2032 : Refactor allapps.search package to depend on ActivityContext.
f6780f66c3 : Allow depth animation when user swipes back to home.
a6907dc8c9 : Use correct config.smallestScreenWidthDp when creating Resource in DeviceProfile
44cc3a2e21 : Add more border space options
38397e46cf : Limit the number of commands in OverviewCommandHelper
bacd5e1d21 : Use ComponentCallbacks to recreate on fold/unfold
8cee1ebed0 : Fix splitPrimaryScrollOffset in RTL
2903a624ce : Correct inline qsb for foldables
2e48760e97 : Update overview grid icon sizes and paddings
0b0442f87e : Import translations. DO NOT MERGE ANYWHERE
b4479127a7 : Import translations. DO NOT MERGE ANYWHERE
496bab5d60 : Import translations. DO NOT MERGE ANYWHERE
7933df7269 : Import translations. DO NOT MERGE ANYWHERE
487a62c361 : Import translations. DO NOT MERGE ANYWHERE
bde3c8b6bd : Move activity starting logic into new ActivityContext extension.
1ccb68a9fd : RESTRICT AUTOMERGE Hide keyboard when launcher is resumed for misbehaving apps
8cd020bb1d : Reset the size of hotseat cells
7315e33630 : [Shell Transition]Release floating task view after second task select.
85025d248d : [Avocado] Use device config for arm2 flags instead.
e210b47c20 : RESTRICT AUTOMERGE Moved enteprise resource updatability to Launcher3
d5859e80d7 : Change grid migration to start from top to bottom
fe74997235 : Fix NPE in BubbleTextView
142b054e06 : Tune widget picker bottom sheet VisD for large screen
0cde81a5d2 : Fix failing test TaplTaskbarTest#testHideShowTaskbar
b82d945953 : Add event tracking to the gesture navigation tutorial.
41c0b52cd9 : Renaming LauncherInstrumentation.pressHome to goHome
b960ea2be1 : Clear back callback in SystemUiProxy.
aed4675433 : Remove ENABLE_ONE_SEARCH
7884332174 : Top row of first workspace screen occupied only when QSB is placed at the top.
f6365d5b85 : Add debug logs for bad launcher state.
581429b3dc : Launcher side implementation of gesture seekable back to home animation.
7910a3ca0a : Close taskbar all apps when task stack changes.
84da9622d7 : Close taskbar all apps on popup notification and app info shortcut tap.
fb252e7ce1 : Add taskbar TAPL tests
b2068f2eda : Never look for matching view in All Apps when swiping up to go home.
7ebe209c21 : Add debug logs for bad launcher state.
19c6eca5c5 : Use overview_actions_height from Resources to calculate OverviewActionsView alignment
355bd482c8 : Revert "Add entry and cursor location in GetSuggestionRequest"
a2f26954a0 : Set taskbar touchable region to empty when all apps is open.
b282446dac : Fix gesture navigation tutorial colors to match SUW colors.
cea2480cac : Properly center all apps divider.
efca5c8655 : Revert "Sync hotseat/taskbar handoff"
e395453bd9 : Add entry and cursor location in GetSuggestionRequest
2efb7b6247 : Fixes a list equality check and adds a refreshResults() method.
d7a0b0420f : Add brianji@ to OWNERS.
d9cb8cfa0d : Support launching an intent and a task from the same app as multi-instance
dd2bea9e70 : Fix wrong initial staged split position
79e76f4e7b : Update home settings subheads' style to Google Sans Text
187b16cb91 : Updating window manager estimation logic:
ede8718e63 : Sync hotseat/taskbar handoff
9c7096c8ac : Revert "Revert "Extract out common adapter logic to support diff..."
4f1a232cca : Revert "Extract out common adapter logic to support different Al..."
694407ce08 : Make AllAppsEntry and exit events optional.
2f733b6ce9 : [OneSearch] Add LAUNCHER_ALLAPPS_SCROLLED event.
fe9a07bb96 : Pass in dbFile from idpGridState for grid migration
8175da9644 : Shrink hotseat icons size in large tablet portrait
8d55819f6e : Revert "Sync hotseat/taskbar handoff"
824d036378 : Remove stale log statement for b/195430732
b42e124f5b : Never look for matching view in All Apps when swiping up to go home.
19f2d0dcd4 : Add support for dedicated executors for package tasks.
b2a5f266ad : Play fallback animation if there are multiple closing targets.
38c59cfe4a : Update gesture nav tutorial with updated phone landscape layouts
8e6c9bbb3e : Widgets - Filter work widgets when Work Profile is paused.
4937d79c03 : Sync hotseat/taskbar handoff
fe9ec740cc : Do not run unfold taskbar animation when in portrait
50c49447cc : [OneSearch] Add packageId as an int for latency logging.
464209c535 : Recreate All Apps when Taskbar is recreated.
39334f4013 : Allow icons to take up full width in all cases where width > height.
04db7091c7 : Close Taskbar AFVs when locking screen.
64b3497301 : Fixing crashloop where LauncherActivityInfo can be null during icon query.
a0fb57dc43 : Let BubbleTextHolder extend IconLabelDotView
fcd569055e : Revert "Adding better diags when SysUI crashes during Launcher test"
6ed408f59f : Use less icons in hotseat when in 3 button nav for tablet
915a435f13 : ENABLE_QUICK_SEARCH
ddf8ab0f4a : Update using tabs boolean immediately if it changes.
56b179350b : Immediately close taskbar all apps on swipe up gesture.
4403d078a6 : Moving NavigationMode to display controller
8dd3e6e7ce : Move the BitmapUtil to com.android.internal package
789a6a95cc : Add method to pause expensive view updates during the app launch aimation
b0b289d6ef : Add logging for OneSearch entry point.
3e7415df56 : Keep reporting > 0 insets on home screen
834f633931 : Add ONE_SEARCH_WEB_PERSONAL attribute.
d7af3cc784 : Add support for logging multiple attributes per item.
b097f24610 : Adds StatsLatencyLogger library.
894984299f : Fix Tapl drag to folder issue on S5 and R3
a56a197e14 : Properly animate canceled deep shortcut drag back to original icon
ac736e7dac : Provide content insets while in SUW in portrait mode
854f34dcc3 : Add empty implementation for item_attributes field on Launcher.
27d33e2994 : Address some insets issues in Taskbar All Apps
1d7848aedb : Add OneSearch SuggestionType enums to launcher atom.
ede8ad8ec9 : Use shared insets resize animation duration for taskbar stashing
5a915fb883 : Get display id from display instead of the display of root view
01bbf1a8f3 : Switch to persist.wm.debug
1bc23b7662 : Ignore touches in taskbar and all apps windows during system drag.
e40b16c9ea : Import translations. DO NOT MERGE ANYWHERE
5a2d58c05d : Import translations. DO NOT MERGE ANYWHERE
652dee2a40 : Import translations. DO NOT MERGE ANYWHERE
dd74e5e99c : Import translations. DO NOT MERGE ANYWHERE
a9df81be06 : Import translations. DO NOT MERGE ANYWHERE
10791cf6ad : Import translations. DO NOT MERGE ANYWHERE
c57229d4c0 : Import translations. DO NOT MERGE ANYWHERE
15d906fc53 : Import translations. DO NOT MERGE ANYWHERE
17a9ba37d8 : Import translations. DO NOT MERGE ANYWHERE
bf37866067 : Import translations. DO NOT MERGE ANYWHERE
be2d610046 : Import translations. DO NOT MERGE ANYWHERE
cc9382570a : Import translations. DO NOT MERGE ANYWHERE
6ecc69974b : Increase PromiseIconUiTest timeout temporarily
411c1b4856 : Transfer PipContentOverlay when swipe to home with Shell transition
9f72c67e65 : Fix split screen divider corners flicker
1684d7a739 : [OneSearch] Arm2 - Add feature flags.
031a77022b : Intercept workspace touch when Launcher is in AllApps bottom sheet
9918df01af : Don't use incorrect inputconsumers during recents animation
6badc405ad : Extract out common adapter logic to support different AllApps layouts
e3e1054f19 : Rename 'EMPTY' to 'SOLID_COLOR' for splash screen API changes.
384beda472 : Revert "Disable flakey fallback recents test"
26f5393db3 : Improve the staged split animation
6bc4257d86 : Separating refresh rate tracking to a separate class
91c37bbd09 : Restrict the area for the input to unsatsh the taskbar
407403315d : Add flag for One Search support in Taskbar All Apps.
b0e0f5f44a : Adding better diags when SysUI crashes during Launcher test
2da28dcdc9 : Refactor force visible nav bar into new secure setting.
bcec90b081 : Adding tests for themed icons support in Launcher
5c65febbb6 : Ensure that the Hotseat respects the margins of the QSB.
890e4a75c3 : Dump DeviceProfile in TouchInteractionService dumpsys
d986bbd0fa : Register hinge angle sensor listener in a background thread
e479619836 : Just return an empty list if the system returns null
f2f302bcf6 : Fix DnD logic for determining current drag screen / panel
d68872426c : Change the all apps atomic transition duration to 150 ms
5a9dce518e : Combining the Thumbnail bitmap with the background to fix background spilling in the front.
871759483b : 1b/ Replace removed shared lib calls with direct calls
8e5a164e05 : Removing unnecessary AM.getTasks() call on every touch
5a0a17f119 : Fix scaling of workspace and hotseat with wrong pivots
2dacbee028 : Fix incorrect accessibility announcement on two panel home
4fda59a0cc : No longer stash taskbar when swiping up all apps
d2ec834fac : Removing unnecessary AM.getTasks() call on every touch
d4c4ad9212 : Removing some unnecessary layout calls in TaskView
48a2f7a0ac : Use color tokens for all apps entry buttons.
58c27cce73 : Remove Taskbar and Taskbar EDU flags.
b8c22e1155 : Tune AllApps bottom sheet VisD and motion
0a7ff8780f : Create new logic for grid migration
a1370bfc5f : Put taskbar all apps in separate overlay window and stash taskbar.
a8fe8b448e : Cancel recents animation when touch home key(2/2)
4c2e3310e6 : Disable flakey fallback recents test
fe4e974a53 : Fix icon loading null pointer.
411e862175 : Add a reason to the broadcast to collapse system dialogs
13839e4cc6 : Preparing to using "platform-test-rules" library from Launcher tests
2763365eb6 : Fix icon loading null pointer.
5765d42ada : Fix jump in animation for hotseat while re-arranging icons
d4a5bb244a : Fix Launcher icons not animated during unfold
78ef3a5348 : Enable back gesture when a SyUI dialog is showing (2/2)
cb60b65bc0 : [ShellTransition]: invoke WMS#setRecentsAppBehindSystemBars to WM
c519538bca : Passing in the launch cookie for widget broadcast trampolines
46c8678447 : Passing in the launch cookie for widget broadcast trampolines
9b38947b32 : Fix crash when loading string cache
8aa4b05d22 : Remove popup container drag listener on close complete.
3516ecc534 : Allow split with an existing split task
98fda41b31 : Import translations. DO NOT MERGE ANYWHERE
634ddc934f : Import translations. DO NOT MERGE ANYWHERE
a2ba15674c : Import translations. DO NOT MERGE ANYWHERE
83b345338b : Stop using bottom inset in preview
0551313a9b : Correct order of split action buttons
35d294387c : Init FloatingIconView properties before fetching drawable. & Make sure properties are reset when recycled.
76d56ee5a1 : Re-enable bulk icon loading
7faaffa56a : Prevent lingering divider animators in AbsSwipeUpHandler
659cfbe1f6 : Fix two panel tapl test dragging issue
6f1bd180f0 : Use correct text size for settings collapsed toolbar in landscape.
d6279ae641 : Update TAPL object hierarchy in preparation for Taskbar TAPL tests
8350fbdc39 : Reverse order of long-press menu.
1f7afc7740 : Remove popup container drag listener on close complete.
0aa263c5a0 : Do not theme icons when the original view is not themed.
12a24dca8d : Cover thumbnail view instead of TaskView for split animation
181f4b2c40 : Ensure starting split animation scale is always 1
12131a40fe : Add Z scaling during unfold to launcher
3a2d621429 : Refactor startIntentAndTaskWithLegacyTransition
baf1ef55ab : Revert "Clear all DragView in onSaveInstanceState"
7738cac424 : Implemnet methods to drag a icon to given Workspace cell
e44c403710 : Fix bug where back swipe to icon in All Apps search result.
3db7cd137e : Add fallback for missing remote animation callbacks
ab5f39bdc0 : Dispatch hover events through the input consumer proxy
b2670d2051 : Init FloatingIconView properties before fetching drawable. & Make sure properties are reset when recycled.
099945b075 : Add predictions row to taskbar all apps.
9b2b607a09 : Fix taskbar hotseat alignment
2dd23a0466 : Not postponing expecting Pilfer when swiping to overview.
5ed87e4c96 : Populate search attributes only if the atom's has DeviceSearchResultContainer.
84a7fee8af : Reverting the change that causes test breakage
29a96adaab : Fix restore not migrating to new grid
74fe0425af : Work folder name is only fetched from activity, not ActivityContext
9f12373bdd : [11/n] Letterbox Education: set LAUNCHER_TASKBAR_EDUCATION_SHOWING.
701774d021 : Add debug logs for testPromiseIcon_addedFromEligibleSession
31a4c539d0 : Only show unstash feedforward hint when long press will unstash
693f4e78bb : Switch pip to fixed-rotation in shell transitions
c78ac6277c : Fix DWB placement in grouped task view
11de8735f5 : Work folder name is only fetched from activity, not ActivityContext
fb54cf54e3 : Avoid AllApps bottom sheet from being and add collapse handle
103ccf1d87 : Populate LauncherUiChanged.search_attributes field.
53e864d118 : Set launch source info for shell recents animation
73c6288038 : Add null check for null task in getItemInfo()
90e0fe3923 : Add null check for mRemoteTargetHandles for side task launch
d937831791 : Add basic return animation when drag is canceled
546acd3aec : Work folder name is only fetched from activity, not ActivityContext
565ec8247b : Work folder name is only fetched from activity, not ActivityContext
57810aefa4 : Work folder name is only fetched from activity, not ActivityContext
697ae451d4 : Use config_imeDrawsImeNavBar in Launcher
b1c3f88185 : Fix NPE when mRecentsView is null
daa3150b9c : Move All Apps button to the left in RTL.
5a6e08c3cd : Prediction icons in Taskbar were updating when dragging icon in the same place
ceec31b17c : Expose action that allows landing on the work tab
c33c574698 : [OneSearch] Add direct_match to SearchAttributes.
26031b0dd2 : Prevent lingering divider animators in AbsSwipeUpHandler
963c4b064f : Enable split from workspace / all apps
441461c95c : [OneSearch] Deprecate CorrectedDeviceSearchResultContainer with SearchAttributes.
5fbac637c6 : [OneSearch] Extract logging event for all apps entry into separate method.
f7bad2c880 : Use less steps for home gesture
cf462e879a : Adds ENABLE_FLOATING_SEARCH_BOX flag for All Apps.
116b51a999 : Tune homescreen paddings
a0d4720815 : Initial implementation of split from workspace and all apps
dce4693bff : Use fixed-rotation by default for shell transitions
391bb2dd93 : Log LAUNCHER_ALLAPPS_CLOSE_TAP when dismissing via touching scrim
c70fa777de : Add split action buttons to workspace icon menu
596ebbc9fb : Fix licenses and license texts.
478abd32c3 : Fix licenses and license texts.
a8dae26d39 : Fix taskbar icon dragging issues
a7548b5871 : Fix licenses and license texts.
3a7e71b322 : Enable all apps in taskbar flag.
6a7d1e2ad1 : Don't apply nav bar insets in tablets
fd48b0c988 : Add All Apps entry button to Taskbar.
c4ed3ab82c : Fix blank workspce icons on Launcher data refresh.
30c28a0a22 : Reenable tablet tests for OOP TAPL tests.
758437493f : Add ScreenRecord for a flaky test
b9f7e269a9 : Be forgiving with accidental horizontal scroll
25b2ac8527 : Do not scale down taskbar all apps icons.
9e80fb355c : Inflate taskbar all apps in abstract slide-in view.
4edf1da6e2 : Introduce initial A-Z app drawer to taskbar.
b707aa2464 : Add tracking for widget creation
c76b2035aa : Allow overriding enterprise related strings in Launcher
05ff09c52c : Do not translate taskbar icons in kids mode when IME present.
2a0d1bed1a : Include A11y timeout for taskbar icon dimming in kids mode.
c0629496e9 : Disable bulk icon loading
5f0a5eb877 : Utilities.trim never returns null.
c4ae75d7b5 : Disable bulk icon loading
4185089847 : Revert "Add ScreenRecord for a flaky test"
f6e98fdc9c : Don't add IME back and switcher buttons if IME renders them
900ef936ad : Animate icon dimming in taskbar when force showing in immersive mode.
c8c3d20cdf : [settings-pixel-search] Turn off slice timeout logging
8a10e63be7 : Dismiss AllApps when scrim is clicked
41e2824bfa : Revert "Temporarily disable SUW specific insets logic"
635b3abcf1 : Remove ENABLE_OVERVIEW_GRID feature flag
52ab94bf17 : Don't update everything when only refreshrate changes
a46ba689f3 : Adjust margins for kids mode back button.
5a8b62b38f : Avoid sending FirstScreenBroadcast if there is nothing to send.
1702a0ea90 : Enable bulk icon loading on master
4e18c410bf : Import translations. DO NOT MERGE ANYWHERE
d97da07a54 : Import translations. DO NOT MERGE ANYWHERE
f7f4f4d7ed : Don't start dragging widget below bottom gesture margin
dfc8ddff87 : Manually apply nav bar insets in DeviceProfile for tablets
78d0d4f832 : Remove ADAPTIVE_ICON_WINDOW_ANIM feature flag.
3ad2e4e350 : Cleanup dead code from old all close prototype.
1664c9f418 : Refactor all apps to depend on activity context.
bb530e9058 : Add fallback for missing remote animation callbacks
0a1f7d5de5 : Add ScreenRecord for a flaky test
cd6abc19a8 : Update taskbar resume alignment anim if launcher state changes in the middle
1a9ef83988 : Add ScreenRecord for a flaky test
21720c9a2c : Revert "Revert "Removing unused tracing""
0aff1151c3 : Add log to help debug crash during bindItems.
cff4006759 : Revert "Allow items to be added alongside smartspace"
eff9a120c6 : Dispatch hover events through the input consumer proxy
a1012904bb : Make hotseat fit one line on tablets
3f40a17e54 : Add fallback for missing remote animation callbacks
c9676e20d3 : Align OverviewActionsView for 3 button taskbar
231c9229bf : Adds Launcher in-window animations, and reworks how the unlock flow works.
68c38e40c4 : Fix NPE crash when merge transition to remote transition.
db767aa575 : Fix bug where back swipe to icon in All Apps search result.
27c41677b1 : Don't create new nav bar layer when IME is rendering nav buttons
da84bcad57 : Defer gesture when IME is currently rendering nav buttons
312b68fde4 : Fix taskbar icon dragging issues
fa0bfee97a : Add log dumps for taskbar state
b030f83f52 : Fix bug where back swipe to icon in All Apps search result.
6751202328 : Skip animation if there are no targets
3ec6fc46cf : Log display size and bounds returned from each dispaly
cf627e4de5 : [AA+ Search] Update "All apps" to use Google Sans.
27b39b9668 : Put AllApps in bottom sheet for tablets
0077caa15d : End live tile when notification panel is pulled down for the first time in Overview.
5fa2ed27bf : Update taskbar resume alignment anim if launcher state changes in the middle
7dece749a3 : Updating logic to check if icon needs badging
d41ce4980d : Create new DesktopNavbarButtonsViewController class.
66a265c87c : Center paired app icons
56be73be80 : Utilities.trim never returns null.
26a4e5bf26 : Add screenRecord for PromiseIconUiTest
d58ae513b2 : Don't treat object from test package as system anomaly dialog
291d88460b : Make Taskbar focusable when a popup is open.
cb1dd97416 : Import translations. DO NOT MERGE ANYWHERE
a472190c8a : Limit home gesture distance to half of screen height
85224ebd08 : Consolidate recent animation in split screen with shell-transition
66971f87e1 : Create new window for Taskbar Nav Buttons when taskbar is focusable
c07fb08a1e : Make taskbar focusable when folder is open to get IME input
1ac72db930 : Removing 2-button support from tests
2975bb25ac : Add more grid dbs to Launcher3 backupscheme
55f74d675c : Set launch display id to an action performed on BaseQuickStepLauncher
e09067c2f4 : Allow items to be added alongside smartspace
487c69e0e2 : Import translations. DO NOT MERGE ANYWHERE
8ff9808c85 : Import translations. DO NOT MERGE ANYWHERE
bb956f5d16 : Import translations. DO NOT MERGE ANYWHERE
26a1a46b4d : Remving SurfaceControlCompat
18668ee6e4 : Import translations. DO NOT MERGE ANYWHERE
f893704985 : Import translations. DO NOT MERGE ANYWHERE
b8b61348cc : Import translations. DO NOT MERGE ANYWHERE
4ece098f3d : Launch activity if click on a TaskView which has the task running on different display wit root.
5b59e75f4a : Uninstall an app from workspace via TAPL
672f2fc24a : Generate bugreports for ANRs and other anomalies
68af549a45 : Adding icon theming API support in Launcher
dd027348dd : create 6x5 scalable grid for tablets
3d8cfd22a1 : Two panel workspace TAPL follow up CL
2c4a1d8f7a : Create taskbar for kids mode.
871467b651 : Add required flag to registerReceiver call in LauncherAppState
f3dbb049dc : Add 6 col grid to UIEvents
4a2732da03 : AppSharing: Better handling of Work Profiles
bb7d3881fe : launcher: more options for all apps icon sizes
6e7f36c86a : add attributes for hotseat space
85c942fcc9 : rename display-option attributes
23a4275e1c : Trace fold/unfold animation with atrace
80a071be2b : Updating interface name to avoid AS build errors due to name conflict with SysUI
00308cfd57 : Ensure to inject events outside of the insets region for right margin
ee01176810 : Fix launcher scroll distance for TAPL tests.
e5398a78f7 : Import translations. DO NOT MERGE ANYWHERE
f7c2adf861 : Avoid race condition with hotseat predictions.
44b86c89bb : Use all targets passed back for recents animation
abe8e3a947 : Not generating memory dump for intentional leak tests
651d22c907 : Public API setSplashScreenStyle(3/N)
d85be8e64a : Add ALLOW_SLIPPERY_TOUCHES to make StatusBarTouchController slippery
9a6a47e351 : Revert "Temporarily disable Launcher3 tests affected by fling changes"
3ca151d0e5 : Import translations. DO NOT MERGE ANYWHERE
3405fe3831 : Import translations. DO NOT MERGE ANYWHERE
676941869f : Add feature flag for All Apps in system Taskbar.
19ab3a5582 : Include border spacing to align tasbar icons with hotseat.
bec00acf28 : Delay showing task bar until the user releases their finger dragging from all apps to normal
85232a91bf : Avoid drawing the first frame in launcher before animation completes
3a50ab4af1 : Adding ripple effect to the "All Apps tab" buttons.
761327b103 : Fixing drawable cloning does not preserve badge
beae64cd95 : Notify system to report the rounded corners that task bar draws
22fbc854ea : Toggle notification panel when new buttons are clicked in taskbar
db5960de5e : Add new buttons to taskbar
9fee3fd379 : Allow column size of search container to be configured
e317d29b04 : Tune taskbar handle height
bd94f7c2b8 : Add cheap aidl tracing suitable for always-on-tracing (3/3)
4a77efe99d : Add setSuggestOnChrome method to OneSearch interface
f7ebfb9a7f : Log launcher settings whenever launcher layout is logged using pull atom.
f12e7dbab3 : Account for early display rotation for gestures with shell transitions
43c2c6c05c : add post_notification permission to manifest so the package can send notifications on T+
74fd7af92d : Add content descriptions to task bar nav buttons
4f7952ead4 : Use percentage scaling for overview thumbnail size
111a5c5df5 : Adding support for logging wallpaper container info.
d872a97bd0 : Updating icon badging logic
aa79e68759 : Fixes BinderTests when enable shell transition.
a3fe68dcb1 : Implement AccessibilityDelegateImpl for the Taskbar
5e91cbe069 : Add shortcut drag/drop support to the taskbar.
c817dac4cd : Merge ag/16307859 into master without bug fix.
8664cb1261 : Revert "Fix ClassCastException in QuickstepModelDelegate"
b9bc1326d0 : Add ALLOW_SLIPPERY_TOUCHES to make StatusBarTouchController slippery
0baf062698 : Add TaskbarControllers#runAfterInit()
4da3b4bddd : Separate getTaskViewAt usage
bdb0dd8cfb : Refactor LauncherAccessibilityDelegate so it can be used outside of Launcher
804dd0a2e1 : Annotate getMaxRadius
d4c6ecdca6 : Revert "Sending broadcast message when home screen is ready."
37542c8c0e : Logging the stack trace for system anomaly messages
2f0c1e6e30 : Introduce COLLECT_SEARCH_HISTORY flag
d51057a5d4 : Making second argument configurable in wallpaper intent function
edd5f77c51 : Sending broadcast message when home screen is ready.
027e895451 : Import translations. DO NOT MERGE ANYWHERE
f50acd3ed8 : Move FloatingTaskInit set up into init method
e8b4ccddff : Update Android manifests to allow using android studio with android 12
5173fd8090 : Add notification dots and popup menu notification support to the taskbar.
9385170c1b : Add some more @Nullable annotations
ac9cee5a7c : Annotate RecentsView with @Nullable
5f2516c03a : Create new TaskbarUIController class for Kingyo.
c9ffa88cc3 : (5/n) Remove One-handed mode overlay mechanism from quickstep
41edede1ee : Simplify getTaskViewAt call
920dc2f28f : Add @Nullable annotations for simple cases
96f8792c04 : Annotate AttributeSet with @Nullable
c8d588cff6 : Fix the cutout of magnification border
4d0fd9f44d : Import translations. DO NOT MERGE ANYWHERE
525330faa9 : Import translations. DO NOT MERGE ANYWHERE
cad2d5ca92 : Import translations. DO NOT MERGE ANYWHERE
6f220d92b6 : Revert "launcher: use a different task menu for foldables"
238f630001 : launcher: use a different task menu for foldables
462fe7c007 : Allowing OOP tests to enable home screen rotation.
487ccf4cd3 : Call into shell for recent tasks
bff03e2d0f : Fix overview scroll triggering haptics on swipe up gesture
b8a02a69e9 : Import translations. DO NOT MERGE ANYWHERE
7dc44969e0 : Import translations. DO NOT MERGE ANYWHERE
8a573dda95 : Import translations. DO NOT MERGE ANYWHERE
5c446d9ed4 : Move floating rotation button handling to Launcher
688621498a : P2P App Sharing: Gray out disabled SystemShortcut
12609edb72 : Revert "Temporarily disable Launcher3 tests affected by fling changes"
309e21844b : Add back @Ignore for testOverviewForTablet
6d4b2244b6 : Revert "Adding support for dynamic letter spacing for icon labels"
ae3482748f : Ignore testOverviewForTablet until root cause of cuttlefish failure is found.
f1bdf836d9 : Import translations. DO NOT MERGE ANYWHERE
76b605fc1c : Import translations. DO NOT MERGE ANYWHERE
962757e281 : Hyphenate options in home screen long-press menu
a77cb24f2e : Import translations. DO NOT MERGE ANYWHERE
9afe1ea212 : Make hotseat bottom a launcher config
caecf6393b : Migrate Aardwolf to Soong
ae17b47a45 : Import translations. DO NOT MERGE ANYWHERE
fe50f1b75f : Import translations. DO NOT MERGE ANYWHERE
85f0cec3dc : Remove workaround for unrotated gesture monitor (3/3)
e6b3d9fa93 : Import translations. DO NOT MERGE ANYWHERE
b5faa1f674 : Import translations. DO NOT MERGE ANYWHERE
22af63e81e : Import translations. DO NOT MERGE ANYWHERE
accfe86e59 : Overview - leave modal state on orientation changes.
19525fff1a : Import translations. DO NOT MERGE ANYWHERE
6427f86bed : Import translations. DO NOT MERGE ANYWHERE
25f20a2bd9 : Import translations. DO NOT MERGE ANYWHERE
11dce78022 : Standardize screenshot naming scheme
89c21c77f5 : P2P App Sharing: Add Shareability Cache
0d33c08c45 : Import translations. DO NOT MERGE ANYWHERE
3eaac1be22 : Import translations. DO NOT MERGE ANYWHERE
02126fa0e3 : Import translations. DO NOT MERGE ANYWHERE
88c3e793ed : Overview - leave modal state on orientation changes.
e13ff2cb9a : Revert "Temporarily disable Launcher3 tests affected by fling changes"
8c2932567b : Revert "Make hotseat bottom a launcher config"
0d53b02d23 : Fixing ModelPreload cancelling existing load
0ab476cb92 : Only call setCurrentPage in applyLoadPlan if mCurrentPage is outdated
d869eac03f : Make hotseat bottom a launcher config
183bca2dcc : Temporarily disable Launcher3 tests affected by fling changes
94b8f0f6e4 : Disable eager initialization of Jetpack libraries
4c63015f46 : Introduce haptic when all apps state transition happens.
fd08b1cb75 : [Work] Fix work apps showing in personal tab
f6274ec271 : Remove robolectric build targets
0dea19a9d2 : NIU Actions: Dismiss modal dialogs when overlay is closed
5c53ce41a5 : Import translations. DO NOT MERGE ANYWHERE
f8568c092c : Import translations. DO NOT MERGE ANYWHERE
1beab2a3d7 : Fix crash in Go Launcher
8b4a6ee65b : Revert "Temporarily disable Launcher3 tests affected by fling changes"
46ddd6f79d : Import translations. DO NOT MERGE ANYWHERE
13f4fc87af : Import translations. DO NOT MERGE ANYWHERE
eecf16761b : Import translations. DO NOT MERGE ANYWHERE
ca34b4d571 : Temporarily disable Launcher3 tests affected by fling changes
58dd935348 : Disable eager initialization of Jetpack libraries
bc4dc49c6c : Temporarily disable Launcher3 tests affected by fling changes
a88802ee92 : Disable eager initialization of Jetpack libraries
82ef77230a : Import translations. DO NOT MERGE ANYWHERE
7b4ab1213e : Update QuickStepContract.getWindowCornerRadius API
a7cf89f968 : NIU Actions: Update text color in dialogs
d32a35b27b : Import translations. DO NOT MERGE ANYWHERE
1fbeb066f1 : Import translations. DO NOT MERGE ANYWHERE
bb7553017c : Add callback to ImageActionUtils for unresolved intents
b9472327b1 : Adjust all apps zoom level
40383acc82 : Import translations. DO NOT MERGE ANYWHERE
4eda9fc848 : Revert "[DO NOT MERGE]"
91fdf160c5 : NIU Actions: Handle null default assistant
d0823a77da : [DO NOT MERGE] API level 30 upgrade: AOSP/Launcher3
1c01685186 : API level 30 upgrade: AOSP/Launcher3
d14c730776 : Import translations. DO NOT MERGE ANYWHERE
03609d13e3 : Import translations. DO NOT MERGE ANYWHERE
6a5c260404 : NIU Tooltip : tooltip timer changes
499ffce2e7 : API level 30 upgrade: AOSP/Launcher3
5fe1c1e502 : Import translations. DO NOT MERGE ANYWHERE
031418c6e1 : Simplifying color extraction registration logic
8185dedf56 : NIU Tooltip : tooltip overlap issue fix
ca09b51e28 : Import translations. DO NOT MERGE ANYWHERE
b33b4ce15d : Enables Enhanced Smartspace by default.
8af8dda1d8 : Import translations. DO NOT MERGE ANYWHERE
7e07c1051f : Import translations. DO NOT MERGE ANYWHERE
374336a571 : Update hotseat sizing for 4x5 grids.
9430b16384 : Import translations. DO NOT MERGE ANYWHERE
2cc564c647 : Folder icon polish.
4f6f4fa308 : Import translations. DO NOT MERGE ANYWHERE
f027fbc667 : Import translations. DO NOT MERGE ANYWHERE
c2b283888a : Import translations. DO NOT MERGE ANYWHERE
1ad3b5c6f4 : Import translations. DO NOT MERGE ANYWHERE
031eaa94d8 : Import translations. DO NOT MERGE ANYWHERE
d9389278cc : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Launcher3
1507695f77 : Import translations. DO NOT MERGE ANYWHERE
b34db49a8b : Import translations. DO NOT MERGE ANYWHERE
b9f722ab3a : Import translations. DO NOT MERGE ANYWHERE
53f53ba73d : Import translations. DO NOT MERGE ANYWHERE
e30ceb51c3 : Import translations. DO NOT MERGE ANYWHERE
1d600ace90 : Import translations. DO NOT MERGE ANYWHERE
2e7eb2559e : Import translations. DO NOT MERGE ANYWHERE
40de46d164 : Import translations. DO NOT MERGE ANYWHERE
2cf4b5dd1a : Import translations. DO NOT MERGE ANYWHERE
9538d9bf99 : Set FLAG_IMMUTABLE flag on FirstScreenBroadcast PendingIntent.
b5c9b67b5e : Fix widget animation truncated at drop if a widget is resized
2881801c7b : Correct color extraction on App Widget drop.
3334740889 : Import translations. DO NOT MERGE ANYWHERE
d76d479169 : Import translations. DO NOT MERGE ANYWHERE
ff2ef2aee7 : Import translations. DO NOT MERGE ANYWHERE
b590937719 : Import translations. DO NOT MERGE ANYWHERE
3cbd7e3c33 : Update widget manipulation colors.
251568d152 : Import translations. DO NOT MERGE ANYWHERE
f7ae5338a2 : Import translations. DO NOT MERGE ANYWHERE
4febf9d14c : Import translations. DO NOT MERGE ANYWHERE
f762dc3270 : Move qsb according to spec.
499c9dfd25 : Import translations. DO NOT MERGE ANYWHERE
6f7135211a : Import translations. DO NOT MERGE ANYWHERE
069f7b255f : Import translations. DO NOT MERGE ANYWHERE
f8073681e7 : Address LAUNCHER_APP_LAUNCH_FROM_ICON jank.
8644368e08 : Folder polish - update color extraction, fix contrast issues.
8953469fca : Update baseline to declare REL.
09f64a12f2 : Import translations. DO NOT MERGE ANYWHERE
157947b53b : Import translations. DO NOT MERGE ANYWHERE
06b9166f88 : Import translations. DO NOT MERGE ANYWHERE
34a30fc84e : Import translations. DO NOT MERGE ANYWHERE
fef0d31c26 : Import translations. DO NOT MERGE ANYWHERE
d9217b1eb8 : Import translations. DO NOT MERGE ANYWHERE
c2aec9b3b2 : Import translations. DO NOT MERGE ANYWHERE
2c86c6d83e : Import translations. DO NOT MERGE ANYWHERE
a88fe6efce : Remove min/max values for RectFSpringAnim2.
97db58f969 : Remove min/max values for RectFSpringAnim2.
887af18fe2 : Import translations. DO NOT MERGE ANYWHERE
c2fe04988a : Import translations. DO NOT MERGE ANYWHERE
d4e2eef13b : Pass home rotation state to SysUI
f0ae43d5e5 : Remove min/max values for RectFSpringAnim2.
9f52670d6f : Import translations. DO NOT MERGE ANYWHERE
d6ea39c859 : Import translations. DO NOT MERGE ANYWHERE
e51662b85e : Import translations. DO NOT MERGE ANYWHERE
8157197f51 : Import translations. DO NOT MERGE ANYWHERE
e2d95f9703 : Import translations. DO NOT MERGE ANYWHERE
6a5f6fe7ff : Import translations. DO NOT MERGE ANYWHERE
d1f39ec833 : Import translations. DO NOT MERGE ANYWHERE
9cbba5e50d : Import translations. DO NOT MERGE ANYWHERE
655ac082c2 : Extra logging related to widget removal upon restore
7a1a41372c : Import translations. DO NOT MERGE ANYWHERE
0e627de74f : Import translations. DO NOT MERGE ANYWHERE
e1a299f5be : Import translations. DO NOT MERGE ANYWHERE
697be86b8d : Import translations. DO NOT MERGE ANYWHERE
19814ef884 : Import translations. DO NOT MERGE ANYWHERE
1ac7eaaf8d : Import translations. DO NOT MERGE ANYWHERE
f58dd502c3 : Import translations. DO NOT MERGE ANYWHERE
b346f72070 : Import translations. DO NOT MERGE ANYWHERE
dc46d015ce : Import translations. DO NOT MERGE ANYWHERE
59f67752ad : Some cleanup for handler invalidation
4aa98749be : Import translations. DO NOT MERGE ANYWHERE
ab6e2820cb : Import translations. DO NOT MERGE ANYWHERE
e20b300f84 : Revert "Calling pageTransisionEnd only after edgeEffect finishes"
d9c92fa5ad : Import translations. DO NOT MERGE ANYWHERE
c2953b3047 : Import translations. DO NOT MERGE ANYWHERE
9b92b5e151 : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Launcher3
6098557683 : Revert "2/ Resolve gesture one handed conflicts swipe up recents"
97eb2d3cc0 : Revert "2/ Resolve gesture one handed conflicts swipe up recents"
2a041ef290 : Import translations. DO NOT MERGE ANYWHERE
5d1084f613 : Import translations. DO NOT MERGE ANYWHERE
de53472a0f : Import translations. DO NOT MERGE ANYWHERE
90c849fcbf : Import translations. DO NOT MERGE ANYWHERE
3b088f9f2c : Import translations. DO NOT MERGE ANYWHERE
c4478b0989 : Import translations. DO NOT MERGE ANYWHERE
956a8aa305 : Import translations. DO NOT MERGE ANYWHERE
521134fc11 : Import translations. DO NOT MERGE ANYWHERE
5c89b0f4dd : Import translations. DO NOT MERGE ANYWHERE
6c401aa12a : Import translations. DO NOT MERGE ANYWHERE
0bad0fd263 : Import translations. DO NOT MERGE ANYWHERE
47aa35fd16 : Import translations. DO NOT MERGE ANYWHERE
5d37d2fabb : Import translations. DO NOT MERGE ANYWHERE
bf679d8343 : Fix drag-n-drop for recommended widgets
db05108c3c : Fix drag-n-drop for recommended widgets
b2b91c32e6 : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Launcher3
f90d6451b0 : Adding some build rules in Launcher3
53221f09e4 : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Launcher3
0d79f03ac3 : Revert "[Search] Support flexible results-per-row in AllApps"
ca535d9403 : Revert "[Search] Support flexible results-per-row in AllApps"
c119e2cf30 : Revert "Make keyguard exit animation to remote animation."
1c720fd8c0 : Revert "Make keyguard exit animation to remote animation."
6d0fec8ac7 : Fix incorrect launcher loading.
b8cab8d878 : Update FloatingIconView to display PreloadIconDrawables during swipe home animations.
66f287dba0 : Make keyguard exit animation to remote animation.
0b8e16e2cb : Showing DWB remaining time for work profile apps
a24b9ff69d : Fix some issues with TwoButtonNavbarTouchController
fc82c5a920 : Inherit theme colors on app drawer and folder
650fe52313 : Turn ENABLE_DEVICE_SEARCH to DeviceConfig flag
b454862005 : Refactoring startShareActivity to allow crop to be passed in.
3c66b72ee8 : Revert "Add UI updates for incremental app installs."
e678cc18d7 : Revert "Add UI updates for incremental app installs."
70e2d12ef2 : Fixing preview rendering in device search mode
a994593bde : Revert "Add UI updates for incremental app installs."
f21f812762 : Revert "Add UI updates for incremental app installs."
4fd82210af : Include more error logging for widget restore
a40a239df1 : Revert "Merge commit '8d14dbe041199d611839140f1c9285fd4174e9f4' ..."

+- Project: platform/packages/apps/LegacyCamera

f7cbd7ae : Fix licenses and license texts.
3dd09831 : Add unaudited exported flag to exposed runtime receivers
23949934 : Handle MediaMetadataRetriever.release IOException

+- Project: platform/packages/apps/ManagedProvisioning

34adfa51 : Use the AllowOffline provisioning extra to force platfrom provisioning.
be2af80d : Import translations. DO NOT MERGE ANYWHERE
4fcdc523 : Import translations. DO NOT MERGE ANYWHERE
66656a74 : Import translations. DO NOT MERGE ANYWHERE
e24f11b7 : Import translations. DO NOT MERGE ANYWHERE
8ce16a24 : Import translations. DO NOT MERGE ANYWHERE
36ae9879 : Import translations. DO NOT MERGE ANYWHERE
86dafc8f : Import translations. DO NOT MERGE ANYWHERE
10bee42d : Import translations. DO NOT MERGE ANYWHERE
f15c6aae : Import translations. DO NOT MERGE ANYWHERE
25c0e3d0 : Default to platform-provided provisioning if role holder is not installed and role holder updater is not defined
086555c8 : Don't call initiateProvisioning more than once
302344e2 : Pass the desired package name to InstallPackageTask
fc1c58bc : Import translations. DO NOT MERGE ANYWHERE
5f823911 : Import translations. DO NOT MERGE ANYWHERE
545c3a4e : ManagedProvisioning: move voltron starting logic to onStart
b7beeccc : Add metrics
df066c44 : Always go to platform-driven provisioning for failed platform-triggered RH update
0f23fbab : Expand visibility of TermsViewModel to protected
0bd6c686 : Always fallback to platform-driven provisioning for actions that don't support role holders
8efb7403 : Don't load provisioning params for screen on extra in finalization
0c1db864 : Import translations. DO NOT MERGE ANYWHERE
11c3382d : Import translations. DO NOT MERGE ANYWHERE
901cb27b : Import translations. DO NOT MERGE ANYWHERE
85f42d1e : Import translations. DO NOT MERGE ANYWHERE
2fa227b7 : Import translations. DO NOT MERGE ANYWHERE
7a3f2c41 : Let the role holder updater specify what the strategy should be if update fails
92fc8ecd : Ensure wifi picker is never shown if EstablishNetworkConnectionActivity was previously shown
fa306ea2 : Enable Dynamo flag on platform
f9eb2b33 : Enable FinalizationControllerTest tests
3b6931e8 : String change for terms screen on work profiles
f4796f95 : Forward RESULT_OK and arbitrary result codes from the role holder updater
c7ba4769 : Import translations. DO NOT MERGE ANYWHERE
3aeb1815 : Post values instead of setting them in the current thread
eb44fa8e : Add edge cases in the role holder requesting update case
39ffb989 : Add support for establish network screen
b25d2d9c : Import translations. DO NOT MERGE ANYWHERE
35269777 : Import translations. DO NOT MERGE ANYWHERE
2ea7f958 : Import translations. DO NOT MERGE ANYWHERE
05710e66 : Import translations. DO NOT MERGE ANYWHERE
63fcf94b : Import translations. DO NOT MERGE ANYWHERE
63ce6346 : Import translations. DO NOT MERGE ANYWHERE
0507a8cc : Import translations. DO NOT MERGE ANYWHERE
0c48e895 : Import translations. DO NOT MERGE ANYWHERE
887d9cdc : Log provisioning extras for easier debugging
8d36b87e : Update THEME_GLIF_V3 to THEME_GLIF_V4
74546a1d : Import translations. DO NOT MERGE ANYWHERE
c7ee4537 : Import translations. DO NOT MERGE ANYWHERE
c0a787a6 : Import translations. DO NOT MERGE ANYWHERE
ebb22631 : Add retry logic for failed role holder-requested update
1598fa27 : Import translations. DO NOT MERGE ANYWHERE
9c8f51e5 : Import translations. DO NOT MERGE ANYWHERE
fdd099ac : Import translations. DO NOT MERGE ANYWHERE
331fe97f : Update to Glifv4
27c2e2b8 : Check that the role holder updater can be launched in advance
643d474a : [qt] RESTRICT AUTOMERGE Use finalizeWorkProfileProvisioning.
bd381d5a : [rvc] RESTRICT AUTOMERGE Use finalizeWorkProfileProvisioning.
572d99ca : Pass EXTRA_ROLE_HOLDER_UPDATE_RESULT_CODE to role holder regardless of who triggers the role holder update
ae394d01 : [sc] RESTRICT AUTOMERGE Use finalizeWorkProfileProvisioning.
1a7ef6dd : [scv2] RESTRICT AUTOMERGE Use finalizeWorkProfileProvisioning.
6a5ffbae : Always start role holder after a role holder-triggered update
19093225 : Pass the provisioning trigger to the role holder updater
7c22eaf7 : Pass the calling package to the role holder
5373b1fe : Import translations. DO NOT MERGE ANYWHERE
9c09c2d7 : Remove duplicate libs from ManagedProvisioning
53a5461e : Launch the Role Holder Result Intent after provisioning.
fdfa81b6 : Import translations. DO NOT MERGE ANYWHERE
24faf78b : Import translations. DO NOT MERGE ANYWHERE
132510ee : Import translations. DO NOT MERGE ANYWHERE
757a83e3 : Update strings for role holder downloader
1348145e : Support provisioning should launch result intent extra.
f9307350 : Import translations. DO NOT MERGE ANYWHERE
8525f238 : Import translations. DO NOT MERGE ANYWHERE
0456a8f8 : Import translations. DO NOT MERGE ANYWHERE
aea80dd5 : Fix broken MP tests.
3bb8ac96 : Update Utils#getManagedProfile to call to DPM API
4598cefc : Use finalizeWorkProfileProvisioning.
96113bfc : Add support for role holder updater-side feature disabling
6ffb6a51 : Use shouldApplyMaterialYouStyle
001cb599 : Rename ACTION_UPDATE_DEVICE_MANAGEMENT_ROLE_HOLDER
1685767e : Download DMRH at the beginning of provisioning if DMRH download extras were provided
1efe0164 : Rename device policy management role holder
2da69d27 : Minor renamings in DevicePolicyManager
320ee729 : Parse role holder download extras
1b4fb204 : Import translations. DO NOT MERGE ANYWHERE
bbe071fc : Import translations. DO NOT MERGE ANYWHERE
4e4731f3 : Import translations. DO NOT MERGE ANYWHERE
02229049 : Import translations. DO NOT MERGE ANYWHERE
8747e9dc : Import translations. DO NOT MERGE ANYWHERE
e7c2a533 : Support allow offline provisioning extra
c63d366e : Read Settings.Global flag to determine whether to delegate to role holder
ef9e593b : Process error messages from the provisioning DPM APIs
c05b76e0 : Add provisioning extra to keep screen on during provisioning
58960aa2 : Read DMRH package name directly form config
86057be0 : Start RetryLaunchActivity only once per activity creation
246f1967 : Don't start activity if it was already started before
e76a928c : Deprecate `android.app.extra.PROVISIONING_LOGO_URI` in ManagedProvisioning.
233357ea : Make EXTRA_ROLE_HOLDER_STATE be a PersistableBundle rather than a Bundle
647ef4d5 : Forward adminExtras bundle to DPM provisioning APIs
38b8eb57 : Forward setup wizard extras to DMRH activities
69cd4e3a : Hardcode drawable path data
cdbb3e8b : Handle role holder-requested update
1692616f : Make DMRH and DMRH updater optional
a1cc3513 : Read configs for DMRH and DMRH updater
97ae2556 : Update strings for screen which retries activity launches
2a2dba1b : Import translations. DO NOT MERGE ANYWHERE
bf3e4726 : Import translations. DO NOT MERGE ANYWHERE
2d86a08f : Import translations. DO NOT MERGE ANYWHERE
3b270eae : Import translations. DO NOT MERGE ANYWHERE
42561d87 : Add required flag to registerReceiver call in DownloadPackageTask
0161c916 : Prevent back key from cancelling BYOD mid-provisioning
e3490e22 : Make AOSP NFC provisioning always use DO like in pre-T
c886862c : Make ManagedProvisioning hide non-system overlays
538aca6f : Add the ManagedProvisioningTestsLib module
735f4be2 : Fix Managed Provisioning crash on OTA
00768f6f : Re-use the managed user creation listener for PO/DO provisioning
b23006e1 : Add LAUNCH_DEVICE_MANAGER_SETUP signature permission to ManagedProvisioning
011154e6 : Always keep screen on during provisioning
5f6adc34 : Use the ScreenManager override of FinalizationInsdeSuwActivity instead of using the class directly
89d0e2f2 : Make activity launch retries reusable.
7f021975 : add post_notification permission to manifest so the package can send notifications on T+
2dba117f : Improve logging of TestUtils
b4233b4b : Logic to delegate provisioning finalization to the DMRH
2256089d : Logic to delegate provisioning to the device management role holder
e83d2cd3 : Add helpers for device management role holder and updater launching
79dc5b4b : Add activity to handle view holder updater launch
b621b40a : Add providers for the role holder and role holder updater package names
4641193d : Import translations. DO NOT MERGE ANYWHERE
00899c60 : Import translations. DO NOT MERGE ANYWHERE
a01c0d7f : Fix Managed Provisioning crash on OTA
b7247be2 : Add logo without using CustomizationParams for color retrieval
05c40f57 : Only factory reset during the setup wizard flow for organization-owned devices.
bf07e241 : Disable LogoUtilsTest
32cee17b : Remove failing obsolete NFC-related tests
9ec04b01 : Protect Context#startService from BackgroundServiceStartNotAllowedException
5a6d5a50 : [RESTRICT AUTOMERGE] Protect Context#startService from BackgroundServiceStartNotAllowedException
a52eea0c : Clean up SetupGlifLayoutActivity#initializeLayoutParams
81308fb3 : Import translations. DO NOT MERGE ANYWHERE
b3d163e0 : Import translations. DO NOT MERGE ANYWHERE
8b557635 : Update OWNERS to point to central files.
4b5ee317 : Cleanup AAOS dependency in ManagedProvisioning
76014ee5 : UM.getUserHandle -> UM.getProcessUserId
a1f4c9ae : Import translations. DO NOT MERGE ANYWHERE
b8ddf8ee : Import translations. DO NOT MERGE ANYWHERE
4773cd16 : Import translations. DO NOT MERGE ANYWHERE
3a7e3c97 : Import translations. DO NOT MERGE ANYWHERE
28eb3e44 : [RESTRICT AUTOMERGE] Protect Context#startService from BackgroundServiceStartNotAllowedException
0c7a0982 : Import translations. DO NOT MERGE ANYWHERE
c4345ff8 : Import translations. DO NOT MERGE ANYWHERE
74a1e245 : Disable startup provider due to resource loading issue
955ef868 : Show different dialogs for invalid NFC data and device already provisioned
d0d84027 : Update dialog for the case when NFC provisioning started post-device setup
da3f5999 : Disable startup provider due to resource loading issue
c1534e22 : Disable startup provider due to resource loading issue
f3223495 : Import translations. DO NOT MERGE ANYWHERE
6dcf8eb9 : Import translations. DO NOT MERGE ANYWHERE
1e25004f : Import translations. DO NOT MERGE ANYWHERE
94856409 : Import translations. DO NOT MERGE ANYWHERE
59544375 : Wait for validated network for mobile data
6eb0d160 : Import translations. DO NOT MERGE ANYWHERE
7132b734 : Import translations. DO NOT MERGE ANYWHERE
7c3795d2 : Import translations. DO NOT MERGE ANYWHERE
aa2e4e6e : Import translations. DO NOT MERGE ANYWHERE
0fabf17f : Import translations. DO NOT MERGE ANYWHERE
09d3dbe5 : Import translations. DO NOT MERGE ANYWHERE
bf60aecf : NFC provisioning only work while on SUW
dfd2b0ed : Import translations. DO NOT MERGE ANYWHERE
7f753654 : Import translations. DO NOT MERGE ANYWHERE
74039221 : Converted android.car dependency into android.car-system-stubs
8761450a : Import translations. DO NOT MERGE ANYWHERE
99bee79c : NFC use same logic as other flows in MP
a4b54ed6 : Import translations. DO NOT MERGE ANYWHERE
19df33e7 : Import translations. DO NOT MERGE ANYWHERE
db5d18fc : Added Nfc admin-integrated provisioning logging
7b659b24 : Import translations. DO NOT MERGE ANYWHERE
290a2694 : Import translations. DO NOT MERGE ANYWHERE
d8311981 : Import translations. DO NOT MERGE ANYWHERE
1a7b9c31 : Import translations. DO NOT MERGE ANYWHERE
63c6aeca : Import translations. DO NOT MERGE ANYWHERE
06eeae91 : Import translations. DO NOT MERGE ANYWHERE
325b67d5 : Import translations. DO NOT MERGE ANYWHERE
274087a3 : Import translations. DO NOT MERGE ANYWHERE
7de38487 : Import translations. DO NOT MERGE ANYWHERE
f4740a9e : Import translations. DO NOT MERGE ANYWHERE
abc0d6e9 : Import translations. DO NOT MERGE ANYWHERE
97ede984 : Import translations. DO NOT MERGE ANYWHERE
eebed756 : Import translations. DO NOT MERGE ANYWHERE
d78161b1 : Import translations. DO NOT MERGE ANYWHERE
07168d92 : Import translations. DO NOT MERGE ANYWHERE
de071672 : Import translations. DO NOT MERGE ANYWHERE
7cd8f56f : Import translations. DO NOT MERGE ANYWHERE
35e36457 : Import translations. DO NOT MERGE ANYWHERE
e3596424 : Import translations. DO NOT MERGE ANYWHERE
c85a2957 : Import translations. DO NOT MERGE ANYWHERE
09580e15 : Import translations. DO NOT MERGE ANYWHERE
7a892a03 : Import translations. DO NOT MERGE ANYWHERE
097a1891 : Import translations. DO NOT MERGE ANYWHERE
db855b1e : Import translations. DO NOT MERGE ANYWHERE
81a43aef : Import translations. DO NOT MERGE ANYWHERE
1bb7fff1 : Import translations. DO NOT MERGE ANYWHERE
7b21a677 : Import translations. DO NOT MERGE ANYWHERE
978b3311 : Import translations. DO NOT MERGE ANYWHERE
e83c4da3 : Import translations. DO NOT MERGE ANYWHERE
913ee566 : Import translations. DO NOT MERGE ANYWHERE
640b4348 : Import translations. DO NOT MERGE ANYWHERE
7f54a745 : Import translations. DO NOT MERGE ANYWHERE
5df66de3 : Import translations. DO NOT MERGE ANYWHERE
39c47a8b : Import translations. DO NOT MERGE ANYWHERE
097d3c5c : Import translations. DO NOT MERGE ANYWHERE
6030d7c4 : Import translations. DO NOT MERGE ANYWHERE
8d3c7886 : Import translations. DO NOT MERGE ANYWHERE
76542d75 : Import translations. DO NOT MERGE ANYWHERE
e415cc09 : Import translations. DO NOT MERGE ANYWHERE
a5130431 : Import translations. DO NOT MERGE ANYWHERE
c32d41d8 : Import translations. DO NOT MERGE ANYWHERE
80317f9a : Import translations. DO NOT MERGE ANYWHERE
c78df0f1 : Import translations. DO NOT MERGE ANYWHERE
6d9e32e9 : Import translations. DO NOT MERGE ANYWHERE
034ba3f6 : Import translations. DO NOT MERGE ANYWHERE
76a69d5c : Import translations. DO NOT MERGE ANYWHERE
241035bb : Wait for user to be unlocked before setting up the admin app.
6d3c2101 : Don't consider ACTION_PROVISION_MANAGED_PROFILE a legacy flow

+- Project: platform/packages/apps/Messaging

c8e4ab2 : Fix url:file:// style URIs from not being detected in UriUtil.
f62c3cd : Updating the DATA_ROAMING flag acceess from Settings to TelephonyManager API.
d755ff5 : Correct APNs for Carolina West Wireless
d29da02 : Convert messaging to Soong
e0fd216 : Messaging: remove unused drawables
27e27d9 : Use UriUtil when checking if a URI is a file.
ebc64c5 : Use UriUtil when checking if a URI is a file.
0b258f0 : Fix isFileUri to recognize URIs with spaces.
f64cd7e : add post_notification permission to manifest so the package can send notifications on T+
9607c95 : Convert URI scheme to lower case before checking if it is a file.
c4ce65c : Handle MediaMetadataRetriever.release IOException
78ecab8 : Messaging: allow selecting text inside the selected message

+- Project: platform/packages/apps/Music

b6ed0c5 : Fix license and license text.
4b40a09 : Declare resources in a library under kotlin/ for Music app Bazel build.
774496f : AOSP Music to bazel: Added BUILD file
d2ccb7c : API level 30 upgrade: AOSP/Music

+- Project: platform/packages/apps/MusicFX

86259aa : Save the package name and audio session in onCreate
5b0a1ad : Import translations. DO NOT MERGE ANYWHERE
7087fbd : Import translations. DO NOT MERGE ANYWHERE
d584a95 : Import translations. DO NOT MERGE ANYWHERE
9124811 : Import translations. DO NOT MERGE ANYWHERE
03f2304 : Import translations. DO NOT MERGE ANYWHERE
e0d49a4 : Import translations. DO NOT MERGE ANYWHERE
cc20a64 : Import translations. DO NOT MERGE ANYWHERE
4bb6c46 : Import translations. DO NOT MERGE ANYWHERE
13fd51b : Import translations. DO NOT MERGE ANYWHERE
615547d : Import translations. DO NOT MERGE ANYWHERE
52a488b : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/Nfc

ace8831d : Import translations. DO NOT MERGE ANYWHERE
241e6a43 : Use com.android.bluetooth as the BT stack APK
7c7c8ca9 : Bluetooth pairing with NFC failed
89964af0 : Refine delay polling control flow
6bd5b99c : Change vibration type to USAGE_HARDWARE_FEEDBACK
f17276cc : Handle shutdown for right user
f3717429 : Refine MSG_DELAY_POLLING enqueue condition
3b1b320f : Import translations. DO NOT MERGE ANYWHERE
8b3cfcf1 : Import translations. DO NOT MERGE ANYWHERE
1e786df0 : Correct the default payment selection for multiple profiles
c38dc5e9 : Import translations. DO NOT MERGE ANYWHERE
76c19bee : Import translations. DO NOT MERGE ANYWHERE
6d4cba11 : Import translations. DO NOT MERGE ANYWHERE
a6bb7ad2 : Update bluetooth's packagename
5774f824 : Revert "Do not set default contactless application without user interaction"
2a11ffa0 : Import translations. DO NOT MERGE ANYWHERE
51e3e520 : Import translations. DO NOT MERGE ANYWHERE
f99046ad : Import translations. DO NOT MERGE ANYWHERE
c3d1fd0c : Add error handling for multiple users and profiles
d20e1fec : Revert "Do not set default contactless application without user interaction"
d9b68a46 : Revert "Do not set default contactless application without user interaction"
ec2c8674 : Revert "Do not set default contactless application without user interaction"
26a4cc33 : Refine Java imports
bb3c55ec : Revert "Do not set default contactless application without user interaction"
8f2da8a9 : Refine jni java formats
6e7c8bd3 : Import translations. DO NOT MERGE ANYWHERE
61ee3a57 : Import translations. DO NOT MERGE ANYWHERE
3d1c3f20 : Import translations. DO NOT MERGE ANYWHERE
f00bac1c : Import translations. DO NOT MERGE ANYWHERE
9aea9381 : Import translations. DO NOT MERGE ANYWHERE
1342f221 : Refine NFC UI
63d30b56 : Revert "Fix P2P prio logic enabled even if beam is disabled"
f0d86f7f : OOB read in phNciNfc_RecvMfResp()
8a1d737b : Correct the parsing of historical bytes for multiprotocol tag.
7b7d9039 : Fix for ISO-DEP/default route not set to offhost
7b246c90 : Fix compiler warnings
abc85df1 : API Review: add `UNBOND` in `EXTRA_REASON` name
653f7434 : Added flag to skip T2T tag classification request
ccfe5109 : Added system property to skip ndef read
0ff05a9c : Set NFC forum test configuration from system property
2ae0a462 : Add EventLog to trace the tag reusing issue
349e7d01 : Add methods to check tag availability
f04ae670 : skip NDEF detection if it is already done during NDEF R/W
49e32b20 : Fix P2P prio logic enabled even if beam is disabled
6f71ab37 : Do not set default contactless application without user interaction
0477b139 : Fix incorrect checking logic for preferred service
c805398b : Do not set default contactless application without user interaction
5b057cb9 : Import translations. DO NOT MERGE ANYWHERE
fc22b508 : Replace .equals(null) with == null
417499f5 : Import translations. DO NOT MERGE ANYWHERE
4ddeec28 : Refine the code and add atests for RoutingTableParser
81c5d873 : Do not set default contactless application without user interaction
4177b086 : Do not set default contactless application without user interaction
040593a3 : Fix Wbitwise-instead-of-logical introduced by clang-r445002
b4d9c271 : Add methods to check tag availability
2a2e25b1 : Change the default payment foreground setting
b7d05c42 : New UX for NFC tap
09fd7c09 : Do not set default contactless application without user interaction
f84e6e7f : Add routing table dumping function to dumpsys nfc
5aca229d : Add routing table dumping function to dumpsys nfc
13dbb73c : Import translations. DO NOT MERGE ANYWHERE
12946c8c : Import translations. DO NOT MERGE ANYWHERE
db0701d0 : Fix SCBR not allowed when eSE is disabled
e3413fe6 : Add android.permission.READ_DEVICE_CONFIG for TechListChooserActivity
71a21ded : Add required flag to registerReceiver calls in nfc/beam
9c6230aa : Import translations. DO NOT MERGE ANYWHERE
f7dc72e6 : Import translations. DO NOT MERGE ANYWHERE
fe6f608e : Fix warnings from static analysis tools
1104cfc8 : Add pts-prebuilt to Nfc TEST_MAPPING for Pixel prebuilt validation.
3c2a949b : Import translations. DO NOT MERGE ANYWHERE
afe313b2 : Import translations. DO NOT MERGE ANYWHERE
af3a9e7d : add post_notification permission to manifest so the package can send notifications on T+
7484d117 : use test app's data folder as filter directory
889d477c : Update HCE return rules
09801dc7 : Fix managedProfileUnlock_stopped
2fcaebf5 : Replaced hidden API call to BluetoothClass init.
77c83faf : EVT_TRANSACTION is not triggered for main user
4b0c176d : Support NFC dispatch to work profile applications
e540b7a8 : Import translations. DO NOT MERGE ANYWHERE
e516f5e2 : Import translations. DO NOT MERGE ANYWHERE
bd9fd9ec : Handle ISODEP & EmptyAID route entries to SE which doesn't support tech A/B
7359f400 : Fix work profile applications do not receive event transaction data
d90de48c : Fix 2nd user applications do not receive event transaction data
a219427f : NFC-F support in work profile
9016eefb : NFC support in work profile
8d660c73 : Handle IllegalArgumentException when unregistering BroadCastReceiver
7b43dc75 : Refine setNfcSecure
a5a97e79 : Restore default route destination if possible
8e5faa9b : Import translations. DO NOT MERGE ANYWHERE
32c217c6 : Import translations. DO NOT MERGE ANYWHERE
9a0b5d62 : Only send the message when the screen state change
0e3c71da : Support multi users for NFC payments
31a7e192 : Import translations. DO NOT MERGE ANYWHERE
2bdd4235 : Import translations. DO NOT MERGE ANYWHERE
7f257351 : Import translations. DO NOT MERGE ANYWHERE
6ba3ae85 : Import translations. DO NOT MERGE ANYWHERE
f6e98e2b : Import translations. DO NOT MERGE ANYWHERE
aea60eac : Import translations. DO NOT MERGE ANYWHERE
ddac1205 : Migrate usages of Bluetooth profile connect and disconnect methods to setConnectionPolicy
8488dbbc : Change 'TYPE_SYSTEM_ALERT' to 'TYPE_SYSTEM_DIALOG'
0c811a34 : Import translations. DO NOT MERGE ANYWHERE
b6b547de : Fix popping up notification repeatedly issue
c66746cc : Add TEST_MAPPING
e67ae805 : Import translations. DO NOT MERGE ANYWHERE
d31836af : Import translations. DO NOT MERGE ANYWHERE
911fe8d5 : Unset reader mode when nfc is turned off
92b1826f : Recovery nfc dispatch
858dee1e : Import translations. DO NOT MERGE ANYWHERE
2916e7e9 : Import translations. DO NOT MERGE ANYWHERE
392317fb : Fix bluetooth peripheral handover issue
8468725f : Change logging message control from prebuilt to dynamic
7c9f5090 : Import translations. DO NOT MERGE ANYWHERE
2c1e9a18 : Import translations. DO NOT MERGE ANYWHERE
e08056f8 : Add HIDE_NON_SYSTEM_OVERLAY_WINDOWS permission to Nfc
06df45ab : Fix screen off HCE
a97fe83e : Dynamic enable or disable nfc stack log
d6c7f492 : Import translations. DO NOT MERGE ANYWHERE
990ac0a4 : Import translations. DO NOT MERGE ANYWHERE
942c8d9d : Import translations. DO NOT MERGE ANYWHERE
d26fbf53 : Import translations. DO NOT MERGE ANYWHERE
7533cabd : Fix getSelectionModeForCategory
93068b04 : CRLF Injection in Nfc ConfirmConnectActivity
61750f11 : Potential out of bound in phNciNfc_RecvMfResp
fd697c56 : Tapjacking vulnerability when pairing Bluetooth devices with NFC
d216c423 : Import translations. DO NOT MERGE ANYWHERE
386e640c : Import translations. DO NOT MERGE ANYWHERE
a2fcabce : Import translations. DO NOT MERGE ANYWHERE
6efc563e : Import translations. DO NOT MERGE ANYWHERE
e5b5a3a5 : Import translations. DO NOT MERGE ANYWHERE
68eb183d : Import translations. DO NOT MERGE ANYWHERE
b3bf86f2 : Import translations. DO NOT MERGE ANYWHERE
082edd13 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/PhoneCommon

4be1670 : Import translations. DO NOT MERGE ANYWHERE
f3bf690 : Import translations. DO NOT MERGE ANYWHERE
eb82f5e : Import translations. DO NOT MERGE ANYWHERE
2d17487 : Import translations. DO NOT MERGE ANYWHERE
4f96fad : Import translations. DO NOT MERGE ANYWHERE
070ee78 : Import translations. DO NOT MERGE ANYWHERE
f8d96f0 : Import translations. DO NOT MERGE ANYWHERE
19e2aa5 : Import translations. DO NOT MERGE ANYWHERE
f0330a0 : Import translations. DO NOT MERGE ANYWHERE
11062fe : Import translations. DO NOT MERGE ANYWHERE
df482f7 : Import translations. DO NOT MERGE ANYWHERE
ccc50fa : Import translations. DO NOT MERGE ANYWHERE
fe430fe : Import translations. DO NOT MERGE ANYWHERE
18b3d48 : Import translations. DO NOT MERGE ANYWHERE
5af2e27 : Import translations. DO NOT MERGE ANYWHERE
0728379 : Import translations. DO NOT MERGE ANYWHERE
c0bd6c9 : Import translations. DO NOT MERGE ANYWHERE
738979a : Import translations. DO NOT MERGE ANYWHERE
9d895d7 : Import translations. DO NOT MERGE ANYWHERE
a681962 : Import translations. DO NOT MERGE ANYWHERE
1f37453 : Import translations. DO NOT MERGE ANYWHERE
4e8ed99 : Import translations. DO NOT MERGE ANYWHERE
f181c6d : Import translations. DO NOT MERGE ANYWHERE
5689f0c : Import translations. DO NOT MERGE ANYWHERE
ed8cad8 : Import translations. DO NOT MERGE ANYWHERE
d406992 : Import translations. DO NOT MERGE ANYWHERE
99adfb9 : Import translations. DO NOT MERGE ANYWHERE
08fb7c7 : Import translations. DO NOT MERGE ANYWHERE
b3b9804 : Import translations. DO NOT MERGE ANYWHERE
2e765d7 : Import translations. DO NOT MERGE ANYWHERE
d2a5aa5 : Import translations. DO NOT MERGE ANYWHERE
bd8e33d : Import translations. DO NOT MERGE ANYWHERE
7045b1b : Import translations. DO NOT MERGE ANYWHERE
2fabf32 : Import translations. DO NOT MERGE ANYWHERE
b20c25f : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/Provision

9a18210 : Fix license and license text.

+- Project: platform/packages/apps/QuickAccessWallet

1b9ab36 : Target QuickAccessWallet to SDK 33.
c3bf4aa : Target QuickAccessWallet SDK to 33.
e8bfdf3 : QuickAccessWallet to target API level 31.
2a2ac2d : Import translations. DO NOT MERGE ANYWHERE
330e5c3 : Import translations. DO NOT MERGE ANYWHERE
0a37646 : QuickAccessWallet to target current API level.
319c070 : Import translations. DO NOT MERGE ANYWHERE
128ed1b : Import translations. DO NOT MERGE ANYWHERE
28a46ed : Import translations. DO NOT MERGE ANYWHERE
3aa91d1 : Import translations. DO NOT MERGE ANYWHERE
1e5ccd8 : Import translations. DO NOT MERGE ANYWHERE
6e50f19 : Import translations. DO NOT MERGE ANYWHERE
061c690 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/QuickSearchBox

1e706eb : add logtags dependency as srcs instead of deps
d1fbce2 : use aliased //external/guava target
47d1d28 : Fix license and license text.
cc7f6ec : Add a Bazel Build file for QuickSearchBox.
d8cb3ae : Secure the pendingIntent in SearchWidgetProvider.
3926d31 : AOSP QuickSearchBox: http library upgrade
a316ecf : AOSP QuickSearchBox: unit test fix
259f56d : API level 30 upgrade: AOSP/QuickSearchBox

+- Project: platform/packages/apps/RemoteProvisioner

406a0f5 : Add widevine provisioning functionality.
86da2d7 : Test registration status of device directly.
77f611f : Add metrics for remote provisioner
6ac2f49 : Add code generation for remoteprovisioner stats
7b8b6ad : Remove metered vs unmetered network checks
4824ee5 : Fix toggling of airplane mode in remote provisioner tests
8624651 : Fix test for properly provisioned device.
b476b7a : Add test to verify "device not registered" RKP behavior
7497fda : Propagate more details about RKP failures
e8f9823 : Refactoring Test mode argument to setting.
96b0cb6 : Improve practical performance of key monitoring.
e7d6002 : Fixing test to comply with new expiration pruning.
d5c4b82 : Improve practical performance of key monitoring.
2c708c6 : Fixing test to comply with new expiration pruning.
11ea457 : Switching the WorkTask to a unique registration
c8a7ae4 : Replacing JobScheduler with WorkManager
92f07de : Adding additional logging.
f4fbf81 : use test app's data folder as filter directory
af74d34 : Finalizing network endpoint to production URL
179f7ec : Reduce expected network usage of RemoteProvisioner
da6a3d8 : Add some truly end to end tests.
4431de6 : Refactoring app for server changes, P256 support
c633574 : Adding a SettingsManager for server provided conf
7135f0e : Signing EEK chain properly in tests.
a097e23 : Fixing notifyKeyGenerated for hybrid RKP systems.
a8a1d75 : Fixing manifest entry for service
c441e9d : Fixing up DeviceInfo formatting and tests.
80f5b07 : Fixing up URLs to reflect actual public endpoints.

+- Project: platform/packages/apps/SafetyRegulatoryInfo

14028e1 : Import translations. DO NOT MERGE ANYWHERE
4bbfa1f : Import translations. DO NOT MERGE ANYWHERE
306e6cd : Import translations. DO NOT MERGE ANYWHERE
4b47730 : Import translations. DO NOT MERGE ANYWHERE
55f949b : Make SafetyRegulatoryInfo target the current API level.
bdd007b : Import translations. DO NOT MERGE ANYWHERE
509502e : Import translations. DO NOT MERGE ANYWHERE
ca5a06d : Fix licenses and license texts.
0cf1b45 : Import translations. DO NOT MERGE ANYWHERE
3a9841f : Import translations. DO NOT MERGE ANYWHERE
c2dab35 : Import translations. DO NOT MERGE ANYWHERE
f86d9b5 : API level 30 upgrade: AOSP SafetyRegulatoryInfo
9d88903 : Import translations. DO NOT MERGE ANYWHERE
a380730 : Import translations. DO NOT MERGE ANYWHERE
7e5123b : Import translations. DO NOT MERGE ANYWHERE
fc88b5d : Import translations. DO NOT MERGE ANYWHERE
9a99fba : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/SecureElement

062a321 : Revert "Add required flag to registerReceiver calls in SecureElementService"
6fef1ff : Implement getInterfaceHash/Version
ed4f8f5 : Implement getInterfaceHash/Version
017f4e6 : Implement getInterfaceHash/Version
eb0db22 : Add required flag to registerReceiver calls in SecureElementService
1a491a4 : Fix license and license text.
8eac356 : Add vendor stable omapi interface enable check test
5cddac9 : Fix CLA byte encoded with wrong SM bit
a729797 : Fix managedProfileUnlock_stopped
9ffb007 : Fix work profile applications do not receive event transaction data
b487062 : Get packageManager based on current user
77fbe29 : Boolean resource added to enable vendor stable service
6297143 : Vendor modules are allowed access eSE only
10b0a90 : UUID based access rules support for SE
b8af895 : Support for OMAPI Vendor stable interface

+- Project: platform/packages/apps/Settings

d10618d489 : [Settings] Adjusted the API of Settings app
1b92a98891 : Import translations. DO NOT MERGE ANYWHERE
fabd8de898 : Import translations. DO NOT MERGE ANYWHERE
f528e7de49 : Use com.android.bluetooth as the BT stack APK
e00a15d95f : Import translations. DO NOT MERGE ANYWHERE
980d88cc0d : Import translations. DO NOT MERGE ANYWHERE
a1df448703 : Fix title used for financed device info in Settings
5a4df243f0 : Fix the NullPointException
4a9c108b28 : Use API to check for the superivion component.
27c6b55ac5 : Remove FLAG_ACTIVITY_NEW_DOCUMENT when starting the deep link
f68acfb73e : Import translations. DO NOT MERGE ANYWHERE
03da62810c : [Settings] Avoid from close dialog when touch outside.
ae1c17bd0f : Add "smallestScreenSize" into homepage activities
e006e9823d : Import translations. DO NOT MERGE ANYWHERE
154b913f4b : Import translations. DO NOT MERGE ANYWHERE
f5cfec7f75 : Import translations. DO NOT MERGE ANYWHERE
c1ebda67c2 : Import translations. DO NOT MERGE ANYWHERE
5391d591c8 : Import translations. DO NOT MERGE ANYWHERE
b9be27b006 : [VolumePanel] Fix the Hearable control slice uri parameter
7f1ff1b796 : Revert "Do not show the redundant RemoveAccountFailureDialog"
d98e536863 : Import translations. DO NOT MERGE ANYWHERE
fe71b2e76c : Import translations. DO NOT MERGE ANYWHERE
77452db3f9 : Updated FP enroll confirmation string
8514ff65eb : [Setting crash] The dialog is null
e6b9e1fdf5 : Import translations. DO NOT MERGE ANYWHERE
64430ba2d2 : Unable to enable the removable esim
106e52ca92 : Import translations. DO NOT MERGE ANYWHERE
96fda27ccb : Import translations. DO NOT MERGE ANYWHERE
d3dc439a10 : Import translations. DO NOT MERGE ANYWHERE
74f7988ced : Update fingerprint removal dialog strings
73cce5c14c : Import translations. DO NOT MERGE ANYWHERE
8f7ce798e7 : Import translations. DO NOT MERGE ANYWHERE
edf4416177 : [DO NOT MERGE] Fix can't change notification sound for work profile.
32145cc362 : [DO NOT MERGE] Fix can't change notification sound for work profile.
0eb3011fc2 : [DO NOT MERGE] Fix can't change notification sound for work profile.
0e5c208a4f : [DO NOT MERGE] Fix can't change notification sound for work profile.
0d8d05a221 : [DO NOT MERGE] Fix can't change notification sound for work profile.
90968c8437 : [DO NOT MERGE] Fix can't change notification sound for work profile.
46e00dc6df : [DO NOT MERGE] Fix Settings crash when setting a null ringtone
d94b73b304 : [DO NOT MERGE] Fix Settings crash when setting a null ringtone
973a46134b : [DO NOT MERGE] Fix Settings crash when setting a null ringtone
e3134c4a04 : [DO NOT MERGE] Fix Settings crash when setting a null ringtone
73985c8296 : [DO NOT MERGE] Fix Settings crash when setting a null ringtone
67b9fb57ea : [DO NOT MERGE] Fix Settings crash when setting a null ringtone
8d749c55f4 : Extract app label from component name in notification access confirmation UI
78799a550a : RESTRICT AUTOMERGE Fix: policy enforcement for location wifi scanning
a12fff673b : RESTRICT AUTOMERGE Fix: policy enforcement for location wifi scanning
a3d586794b : Import translations. DO NOT MERGE ANYWHERE
3466df0415 : Import translations. DO NOT MERGE ANYWHERE
2598a722ae : RESTRICT AUTOMERGE Fix: policy enforcement for location wifi scanning
7e605531d0 : Import translations. DO NOT MERGE ANYWHERE
4a398405a2 : Import translations. DO NOT MERGE ANYWHERE
9eff8f7a8d : RESTRICT AUTOMERGE Fix: policy enforcement for location wifi scanning
68f6089745 : Ensure lottie animations are not empty.
c877dce583 : Fix: policy enforcement for location wifi scanning
c548f102e5 : Extract app label from component name in notification access confirmation UI
9f6eaf8624 : Fix flicker in Dark theme
75e4028b3e : Clean up DarkUIInfoDialogFragment
1b27c91a7b : Use Uri.toString() instead of Uri.toSafeString()
40fbcf333f : Fix can't change notification sound for work profile.
18f10bb8b1 : [MEP] The removale slot can read the esim card
c2dacf1b75 : Fix flicker for AppDataUsage when zero usage
ff457d8594 : Import translations. DO NOT MERGE ANYWHERE
4fcb08305a : Import translations. DO NOT MERGE ANYWHERE
0c732f2a80 : Don't start two pane for singleInstance deep links
d793e9512d : Fix wrong summary string show on the network page.
3a99f7c370 : Fix flicker for AppDataUsagePreference
bdda48ebe5 : Create the glifv4 theme and set to glifv4 theme when the themestring is glifv4.
948f512098 : Changing the condition since the esim may be removable
968f30a470 : Fix SeekBarPreference selectable test
866b79c245 : Clean up lifecycle in MobileNetworkSettings
2af5588692 : Fix unable to toggle off Pause app activity
c3efb1d35c : Fix crash for DefaultSubscriptionController
bd369cfee5 : Fix Conversation page flickers
fdcf407543 : Import translations. DO NOT MERGE ANYWHERE
cec4bd47cb : Import translations. DO NOT MERGE ANYWHERE
2953db1d2c : Fix crash for DefaultSubscriptionController
2e34038233 : Fix crash for DefaultSubscriptionController
03d8d11914 : Fix can't start injected item problem
2b0d9cfc5d : Fix talkback speak "double tap to activate" on LabeledSeekBarPreference
26e5e919c8 : Prevent keyboard from blocking the input box for WiFi configuration page.
353ce6f4e9 : Enable hyphenation on most of preference.
77f9cbe315 : Refine carrier Wi-Fi functions
7e27ecb91e : [Panlingual] Fix icon shall have work badage in work profile.
02eb0aa980 : Fix crash when operator name contains %
0167a4d8a6 : [LE unicast] Disable the "phone calls" when LE is enabled
5bc2dc4ae9 : Simplify the duplicate click checker logic
750cea242e : Import translations. DO NOT MERGE ANYWHERE
26be41c615 : Import translations. DO NOT MERGE ANYWHERE
e04dfaa29e : Filter out the duplicate click event on menu page
0c0b16955b : Import translations. DO NOT MERGE ANYWHERE
70a7ba0f71 : Import translations. DO NOT MERGE ANYWHERE
f9b665e302 : Import translations. DO NOT MERGE ANYWHERE
e763ca1715 : Revert "Show previous query upon configuration change"
9a0675cdc9 : Apply the glifv3 theme when the theme string in intentExtra is glifv4.
dceda96854 : [VolumePanel] Add Hearable control slice in VolumePanel
d30d1a74e1 : Fix Conversation page flickers when back
f8f2d17b66 : Show mobile data icon with carrier Wi-Fi level in Settings
7de5f99847 : The settings crash when it add the RTL mark on MEP message
26588fc2e5 : Fix the work profile's deep link problem
692068d535 : Add the jank detection to Settings toggles
1a253baae4 : Avoid getting app locale config for each app
bb3f56fc02 : Update Spatial audio settings page
65d46ee179 : Guard against the NPE in setPreferenceIcon()
b64d3589c1 : Guard against the NPE in getTransitionType()
eadeee54bb : Fix incorrect battery icon showing on the recent apps
6890a9fd64 : Import translations. DO NOT MERGE ANYWHERE
fa6c9f3a53 : [Settings] Stop network mode query when changing config
dc67fb3283 : Flag off stickiness of show/hide system setting.
61a85eaee7 : [Settings] Select RAT in between SIMs for Internet
3cb8171f4f : Center apps Preference title when there is no summary
0aaa6d1154 : Import translations. DO NOT MERGE ANYWHERE
ff3c01f123 : Import translations. DO NOT MERGE ANYWHERE
f9ebeadb33 : Fix flicker in Location page when location is off
c5bb55689b : [Panlingual] Fix the item clicked is not match target application
0c5772fdc4 : Add the ripple effect to the highlight background
f3270e5c1c : Recalculate view's height when tab is selected
ec3ae8bb17 : Fix Settings crash when setting a null ringtone
d941a36042 : Import translations. DO NOT MERGE ANYWHERE
1c8b7a9fe8 : Import translations. DO NOT MERGE ANYWHERE
acd3f94fde : Pop up pairing another ear dialog when detecting hearing aid is a set
02b373522a : Add mechanism to add accessibility service or activity into bluetooth 'Related' category
384200a337 : Add 'Live Caption' preference for hearing aids device in Device details page
82d3bb2b73 : Update summary in Accessibility -> Hearing aids
688c5c900d : Update the 'is valid contentIntent' check
36693d8096 : [Panlingual][Settings] Add top intro on the top of app list.
de0c2a08dd : Add refresh broadcast id checks
5f168b333a : [LE broadcase sink] The LE device's isGroupOp is true
8847c3186a : Refine the homepage app bar layout
edf8c5dc89 : Update maximum length of device name for WiFi direct settings
1b1c07afc4 : Support the managed profile deep links for large screen
f659095c07 : Fix that once the phone is rotated to portrait orientation, the "Use TalkBack" toggle is truncated.
68d12953e7 : Update learn more string of FooterPrefernce
b7cb887f8e : Fix Change link is not clickable in Internet
8595cf779a : Add Hearable control slice in bluetooth device detail settings
4d7776de7b : Add log for user language selection
18965897bf : [BT LE broadcast sink] Initialize the sourceId
5bdc11a00d : Updates the padding of the reset button to meet for SetupWizard style.
ecc0a45a98 : Implement "More privacy settings"
5c71853bd9 : [Settings] Expand scrollable area of Wifi calling UI
b1795081da : Avoid unnecessary stopTethering when startTethering fails
4b345980c3 : [Le Audio] Move BT QR code scanner from Settingslibs to Settings
b8315994b9 : Make sure loading extra info once
87e0b3c7e5 : Correct Magnification shortcut title in edit shortcut dialog
f81a4817f2 : Show USB flash drive in storage spinner when it's unmounted
9b09c57578 : Fine-tune the location of the logging for accessibility text and reading options.
06139d3ffc : RESTRICT AUTOMERGE Make bluetooth not discoverable via SliceDeepLinkTrampoline
c44b6fed73 : RESTRICT AUTOMERGE Make bluetooth not discoverable via SliceDeepLinkTrampoline
9399a699d7 : RESTRICT AUTOMERGE Make bluetooth not discoverable via SliceDeepLinkTrampoline
1c4142e1ae : RESTRICT AUTOMERGE Make bluetooth not discoverable via SliceDeepLinkTrampoline
663066691e : RESTRICT AUTOMERGE Make bluetooth not discoverable via SliceDeepLinkTrampoline
8bae222489 : RESTRICT AUTOMERGE Make bluetooth not discoverable via SliceDeepLinkTrampoline
f29a071fca : Cache summary text to avoid flickering
89f48dce82 : [Panlingual] Fix shall not show app with empty LocaleConfig.
2011588b16 : Use NMS calculation of fixed importance
25b0db21ac : Get app label by launched package
7d41a8e01b : Add summary strings of "Tips & support" for tablets
2754a20c72 : Make the force stop dialog work properly in split screen
5a2f5ecff5 : [DO NOT MERGE] Fix flicker for Data Usage page
23b95b4147 : Recreate fingerprint setup if degree 0 to 180
85db3167e2 : [Panlingual] Remove the warning message from AppLocaleDetails
87212cf504 : Storage Settings crash
29b7f1d5fa : Only cancel bonding if pair button is not pressed
d67cd2320e : Fix issue no action on clicking link in footer
7015cd0dd9 : Hide running time for "Android System" in the optimization page
205752dcf2 : Make bluetooth not discoverable via SliceDeepLinkTrampoline
4a35bf929a : Remove "Remove animation" assistive technologies in setup
420404f9e3 : [Panlingual][Settings] Fix when tap search bar, will leave a big blank.
d2c9581b44 : [Settings] Broken test fix - SimStatusDialogControllerTest
c389149ff3 : stop show preferred SIM card dialog during sim switch
640eab60f2 : [DO NOT MERGE] Verify ringtone from ringtone picker is audio
4b02b7dc7d : [DO NOT MERGE] Verify ringtone from ringtone picker is audio
1682354551 : [DO NOT MERGE] Verify ringtone from ringtone picker is audio
8b06c96fe9 : [Settings] Hide some Preference entries when no mobile data support
ee0931f5ba : Fix reset app preferences for work profile apps
78765b0b26 : Cancel bonding upon back gesture.
e0f1081739 : [Settings] IMS feature checking before accessing VT IMS API
42aa247383 : Reuse the active esim slot
05de9819e9 : Disable setting items in App details page
82ce1d19de : Header for hearing aids now listed in one summary
13c91159a2 : Fix More details not work on fingerprint
0e8acae9d1 : Fix the device admin apps status not refreshed
f35406c4b2 : [Panlingual] Invisible TopIntroPreference under opt-out mode.
8976293162 : [Panlingual] Use feature flag to switch opt-in on/off
c9615611e1 : Reduce flickers of Injection
f288d3a31b : Verify ringtone from ringtone picker is audio
babe83e217 : Verify ringtone from ringtone picker is audio
1b7fa6f8fc : Verify ringtone from ringtone picker is audio
830d8e0fec : [Settings] Ignore failure test cases - NetworkProviderSimListControllerTest
e25b88a8f9 : [Settings] Ignore failure test cases - DefaultSubscriptionControllerTest
651a548e84 : [Settings] Ignore failure test cases - SubscriptionUtilTest
a34f5053df : [Settings] Ignore failure test cases - ProviderModelSliceHelperTest
c880114dba : Use system package name for SYSTEM_UID in the BatteryEntry
649ad42457 : [Settings] Remove the subscription name verification.
65b1c6b4ee : Import translations. DO NOT MERGE ANYWHERE
5116946868 : Import translations. DO NOT MERGE ANYWHERE
6503ce14a7 : Import translations. DO NOT MERGE ANYWHERE
e5b6c71281 : Import translations. DO NOT MERGE ANYWHERE
9fd2b9fbcc : Import translations. DO NOT MERGE ANYWHERE
4cbb2ea010 : Import translations. DO NOT MERGE ANYWHERE
2a0680f979 : Import translations. DO NOT MERGE ANYWHERE
e4c22580c9 : Verify ringtone from ringtone picker is audio
194fc00787 : Add missing settings strings.
fdbf748dc0 : Ensure loading all apps once in ManageApplications
358dd2b494 : Revert "Prevent side channel package installation enumeration"
482ad196cc : SpatialAudioSettings: Fix state check
e0ff6f8dd6 : Fix Wi-Fi "Network usage" and "Privacy" drop down
2cb52b2353 : Update SUW biometric string product
7cbba753dc : Change zen mode schedules page rule handling
e8bb9c9be3 : [BT Broadcast Sink] Add the function for leave and scan QRcode buttons
b7f4f56cad : Add missing settings strings.
7e47784da1 : Fix Voice Access scroll down in the Add network
be10538a09 : Support special tethering and removed apps UID in the usage list
130a64779e : Fix Learn more link not work
70fe2d1fdd : [Panlingual] Fix conflict
1709c80eff : [LE broadcast sink] Add the source list in boradcast sink UI.
cb641fa6eb : Show slice without toggle when there's no wifi permission
5efeddcdbe : Add PRIVACY_ADVANCED_SETTINGS intent
4138b6f68a : Remove notification permission feature flag
ff34195604 : Extract app label from component name in notification access confirmation UI
322d401aa8 : Move set work lock message from header to footer
d9453bf8c6 : Show previous query upon configuration change
140cb75566 : Display TOO_SHORT_WHEN_ALL_NUMERIC
2290b0af8c : Do not let guest user disable secuer nfc via SettingsSlice
a5ef37752b : [Panlingual] Unit test for onLocaleSelected
ca4920090f : Fix a11y label for LE Audio Battery
3d1b6fd065 : Add a mechanism to configure whether the summary should be set or not
2d3d9b9305 : Hide Wi-Fi toggle in the Wi-Fi slice
9dfbd9dab8 : Remove Wi-Fi toggle in settings search
a26381aa85 : Notify about brightness change when screen turns on
f311566b85 : Add the jank detection to Settings sliders
cf81f94e3b : Improve Talkback for user select dialog
61b960f787 : Update the title of Model page
ec0c171735 : Fix can't select the [USB Tethering] item in [Developer Options]
eff476375c : [Settings] Fix missing part for refactor
e37a553e94 : Show restricted message in Wi-Fi hotspot settings
f31b5769d7 : [LE] Launch the dialog for the user to broadcast or find broadcast
d268b11e85 : Add Settings for back animation developer option DO NOT MERGE
382d27f9c7 : [Settings] Preferred network mode appears during in-call
0e92c7e777 : Adjust profile category padding in factory reset page.
ec3264f831 : [Settings] Stop listening data connected intent for presenting reset APN dialog
91fd88a519 : Fix first item not a11y focusable in SimListDialog
2119458e6d : Save user's option when clicking 'Change setting' in triple-tap warning dialog
2bb9cac5f0 : Fix that ripple effect of level buttons for adjusting font/display size doesn't fit the shape.
472713f47c : Import translations. DO NOT MERGE ANYWHERE
f86842f0a2 : Import translations. DO NOT MERGE ANYWHERE
d0a12e0106 : Import translations. DO NOT MERGE ANYWHERE
192bd4e1f0 : Import translations. DO NOT MERGE ANYWHERE
2141602328 : Import translations. DO NOT MERGE ANYWHERE
51fef3196f : Import translations. DO NOT MERGE ANYWHERE
b7f3001cea : Fix final UDFPS enrollment haptic.
e2ef52d6f1 : Update dream settings logic to keep the customize button unselected.
bc9856104d : Add SDK sandbox network usage to corresponding apps.
93f945d516 : Fix the flashing list on Opening link page
ba943c9b94 : [Settings] Rename title of SIM UI when changed
a95b12f921 : Remove tab symbol for app pinning strings
0f68faf996 : [Settings] Avoid from crash UI when querying data usage
1c3cb4505c : Hide running time information for "Android System" entry
5e3d75a6f9 : Show restricted message in Wi-Fi Direct summary
b81da264a8 : Import translations. DO NOT MERGE ANYWHERE
aedbfeb8b8 : Import translations. DO NOT MERGE ANYWHERE
42c15dc26c : Import translations. DO NOT MERGE ANYWHERE
ac6b0bdef6 : Import translations. DO NOT MERGE ANYWHERE
4e34e65228 : Show restricted message in Wi-Fi hotspot summary
392df50da0 : Import translations. DO NOT MERGE ANYWHERE
c12b9500e6 : Refine the BatteryUsageStats close() method invoke timing
c15fb9ed81 : Update the SafetyCenter icon
ddedb31f6e : Fix flicker for Mobile data & Wi-Fi page
3e2d7f4581 : Remove extra argument WorkPolicyUtil constructor
b899bd3690 : [Panlingual] Avoid activity restart during rotation
963f1a0051 : Revert "Update data_usage_bytes_editor spinner background"
049aa73cb1 : Add unit test for AppLocalePickerActivity
3438e20da1 : Delete Fast Pair Settings
d7189cc7ce : Make final factors configurable.
68981a3004 : [Settings] Fix flaky presubmit failure
646e9e4ff8 : Move REVIEW_PERMISSIONS_NOTIFICATION_STATE to Global from Secure
10c9cf6cd5 : Fixe the problem of invalid switch preference.
d790fa2800 : Fix collapsing toolbar can't collapse problem
fcce62aa77 : Logging for the feature "Text and reading options" in Android T.
11dc02d115 : Make the checkbox item large enough to click.
8789731cde : Revert "[Settings] Code refactor for BroadcastReceiver under Lifecycle"
031cda05c3 : Fixe the problem of invalid switch preference
4e32727c01 : [Settings] Link to incorrect SIM after SIM swap
3bddc056d8 : Revert "[Settings] Code refactor for combining TelephonyCallback with Lifecycle"
e540c8165d : Fix ZenModeScheduleRuleSettingsTest to test onAttach
263592e3dd : Prevent side channel package installation enumeration
e8bbf576c9 : Fix USB tethering grey out behaviour
2818dedc28 : [LE] Launch the MediaOutputBroadcastDialog when the current device is broadcasting
71b9cc0e32 : Check Wi-Fi permissions for QrCode scanner
cab2b2c4d0 : Fix NPE in Bluetooth Settings.
f38cec326a : Fix the description of one-handed mode doesn't change immediately in Gestures page after users turn on/off in Quick Settings
cc8790f7b3 : Create separate On/Off string resources for Vibration & haptics
e5fff060a2 : [MEP] show the DSDS mode selection dialog for user when user insert esim
f250493787 : Update Personal / work selection UI.
ef817325bc : Don't show back arrow in Security when in split mode.
880471a1b0 : Renew the highlight state color
bf3a207fb5 : Change the alignment of the foreground preferernce controller
9c1a1cb884 : Relaunch the account page after removing a work account
d1d9798a5d : [LE Audio] Add entry point in Media Volume slice for broadcast sink
e48ebb9755 : Correct Magnification shortcut title
0c2f84941f : Import translations. DO NOT MERGE ANYWHERE
35705d94c8 : Import translations. DO NOT MERGE ANYWHERE
3f51a847ff : Import translations. DO NOT MERGE ANYWHERE
03b1b23c74 : Fix 'Documents & other' missing problem
67007e5933 : Use settingslib util methods for work policy info
d1749cfbab : Allow intent into Privacy Controls page
b76feffe4f : Gray out the network mode UI before the carrier config is ready
aeac0619df : [Settings] Code refactor for combining TelephonyCallback with Lifecycle
5d33ca9120 : Remove loading spinner from Premium SMS access
8814d96884 : Fix issue where SmartAutoRotateController tries to unregister an unregistered receiver
d44da3b959 : Fine tune Caption size and style preview height for tablet
7f67e278ca : Fine-tune the location and style of the reset button in the “Display size and text” page.
0d47c548d9 : Fix Live Caption does not follow caption size if caption is not enabled
2b7cadac12 : Fix the problem that apps can read SIM card information through screenshots.
81d230b250 : [Settings] Code refactor for BroadcastReceiver under Lifecycle
3856ac4be9 : [Settings] Code refactor for async Lifecycle listening
37a326bd3e : [Settings] Code refactor for Lifecycle listening
a9e6e8c811 : Fix quick settings tooltip changed when color correction fab clicked
c5551dc974 : Fix that the color of each option and subtext of Display size and text has the color difference.
b833fe1bad : Should popup the confirmation toast after clicking the reset button.
3954a79773 : Prevent cutting the thumb of the LabeledSeekBarPreference from different themes.
76e230918f : Check null BT profile to prevent crash
af08983841 : Import translations. DO NOT MERGE ANYWHERE
9896cc4089 : Import translations. DO NOT MERGE ANYWHERE
6a45659d7b : Set IME_FLAG_NO_EXTRACT_UI for ImeAwareEditText
c4c027a89d : Add accessibility string description for auto rotate
1f7be3a07f : Import translations. DO NOT MERGE ANYWHERE
e14416d5a3 : Import translations. DO NOT MERGE ANYWHERE
238b2cc721 : Update auto-rotate strings/toggles for better accessibility
87e2471ab6 : Remove config_showOperatorNameInStatusBar
ea4260c0e7 : Fix ManageStoragePreferenceController always consume click event
821608c5be : Do not expose wifi slice when no permission
61022c6419 : Fix UiBlcoker regression
e488927e34 : Fix wrong glifLayout padding for tablet resolution
a4f30404f0 : Not relaunch BiometricEnrollActivity durng SUW
7ae0b641dd : Fix transparency seekbar is enabled while fade feature is disabled.
8bc83ef615 : Read CarrierConfig to get operator name
aadc44ae26 : Fix default usb settings will set wrong function when onPause()
64a0937f54 : Import translations. DO NOT MERGE ANYWHERE
442f62eb55 : Import translations. DO NOT MERGE ANYWHERE
fc86f72e65 : Import translations. DO NOT MERGE ANYWHERE
d5de2ec5ae : Import translations. DO NOT MERGE ANYWHERE
f5496a99cd : Remove redundant margin from SudContentFrame
0f8ee91e1e : Remove the legacy getReplacingActivity() method from feature provider
ca7f11d965 : Adjust the padding between profile tab and app filter spinner
37375565e5 : Fix sub status of LocationSettings
91adbd3b16 : Use en-dash in the time range instead of a hyphen for different format
b593e00af0 : Format BatteryEntry and BatteryDiffEntry class
afa4a259d3 : Import translations. DO NOT MERGE ANYWHERE
713df54284 : Import translations. DO NOT MERGE ANYWHERE
586bcd69d9 : Clean up extra app info.
1c6695951f : Use the custom name in the battery attribution if it is unknown item
e9864510ab : Change "Previously connected devices" string to "Saved devices"
b50430e09d : [LE unicast] Change the default value for LeContactSharingEnabled
e431df2036 : Remove singeLine attribute in the usage chart divider
3ce806d870 : Fix scrolling position not kept in Trusted Credentials
50520c2d3f : Fix inconsistent shortcut strings on accessibility setting and edit dialog
d8b90650d3 : Update dream settings categories, to fix padding.
05e824e9e0 : Set Active dream to not be clickable when active.
554ab1fe3e : Special handling for intent coming from "welcome" notification.
1ccbf8b7d5 : Add hyphenation to customize button text.
39972db17d : Pass the activtiy launch flags into the AdvancedPowerUsageDetail
668aea9b55 : Use androidx.window from prebuilt.
5281736004 : [Panlingual] Add a description for per app language.
ef80331fb0 : [MEP] sort the simSlotMapping by logcal slot id
ccd55cc5c9 : In E+E, the user can't enable the PSIM
2479c9f7bd : [MEP] psim's logical slot index is 0
5c0df6913b : [MEP] The condition of "null point check" is wrong
d786b64ff6 : Fix the settings crash when SimDialogActivity is null
7ab547f1b8 : [MEP] The subscriptionInfo's getSimSlotIndex is logical slotId
fe4fcb4019 : Add 2 pixels to top of Advanced Options component
9ee91da8e1 : [MEP] the port id is wrong
650b048749 : [MEP] Inserting a pSIM while user has 2 esims, showing the MEP dialog
3597302ae1 : [MEP] Refactor SlotSidecar API for all of sim page.
d3f3730721 : [MEP]The Esim's PhysicalSlotIndex is wrong
130b739ed1 : Lost code for setting the list as visible
f88ffb09fd : The list does not follow the UX dialog design doc in alert dialog.
f513452d4b : The carrier name is wrong in the dialog
964c7d5eaf : Refine the mobile data selection UI
ca510b1550 : Import translations. DO NOT MERGE ANYWHERE
23f2bfb3a3 : Import translations. DO NOT MERGE ANYWHERE
e658709ef2 : Import translations. DO NOT MERGE ANYWHERE
b31a221ace : Import translations. DO NOT MERGE ANYWHERE
76f5b29384 : Import translations. DO NOT MERGE ANYWHERE
17b4bfa5b0 : Import translations. DO NOT MERGE ANYWHERE
11b337178a : Hide the Contact sharing toggle for LE audio mode
75a349c1b8 : Add the title of the SettingsMainSwitchPreference in the mobile_network_settings.xml to avoid the preference can not be indexed.
ddbff186f3 : [Panlingual] Make error message generic.
ce9b4447c4 : Remove the legacy config_ethernet_iface_regex from Settings.
9ee9787dd3 : Remove subtitle of system default
d2ce1d9194 : Unchecked battery saver switch once it's 1st launch
25dc3817a9 : [Panlingual] Fix settings's crash.
019eb77224 : Fix LaunchAnyWhere in AppRestrictionsFragment
f600c05a5a : Fix LaunchAnyWhere in AppRestrictionsFragment
f8f45888e6 : Fix LaunchAnyWhere in AppRestrictionsFragment
1b9da55a31 : Fix LaunchAnyWhere in AppRestrictionsFragment
aeb36e5c28 : Fix LaunchAnyWhere in AppRestrictionsFragment
b3eecdd13d : Fix LaunchAnyWhere in AppRestrictionsFragment
42d5979f69 : [Security] Verify the permission first before querying installed apps
09a2a49bd3 : Fix that device isn't responding for a while when resetting all settings on “Display size and text” page.
37edbd33b8 : Remove redundant WiFi tethering listener
87bb1b34c5 : Add missing extra when launching apps
4d46dddbe7 : Fix some history issues
cd11aa887a : Disable dream highlight when screensaver is disabled in Settings.
2f2f0e982f : Write default accessibility service only when user enter into corresponding page.
c5b8287f1e : Replace HashSet with memory efficient ArraySet collection
f8739eda93 : Fix "Factory Reset" fails to reset the device
257ebe4a5e : Index the gesture options in System Navigation Settings page
e706ccc59a : Fix color lint
db1b6accac : [Panlingual] Fix settings crash due to no content view.
a56e198c61 : [LE Audio] Broadcast Sink UI
f89aa3ca1a : Import translations. DO NOT MERGE ANYWHERE
a8dc008745 : Import translations. DO NOT MERGE ANYWHERE
8acb20ea2a : Import translations. DO NOT MERGE ANYWHERE
4beecb6946 : Import translations. DO NOT MERGE ANYWHERE
29510c162d : Import translations. DO NOT MERGE ANYWHERE
f0622598ef : Import translations. DO NOT MERGE ANYWHERE
94716a5d58 : Always set the customize button in dream settings to not selected.
0cacded5ca : Apply enhanced confirmation mode OEM config to Settings
237a06e0c1 : Fix keyboard settings crash in multi-user case
6c42636cb8 : Fix unexpected Wi-Fi hotspot shutdown
f94a8a9af3 : Import translations. DO NOT MERGE ANYWHERE
2c4b82e04b : Import translations. DO NOT MERGE ANYWHERE
5468439c4c : Import translations. DO NOT MERGE ANYWHERE
0ac1b5fd50 : Import translations. DO NOT MERGE ANYWHERE
98490cc740 : [Panlingual] Screen title is displayed incorrectly
7280add032 : Avoid accessibility pages display on notification bar in setup
22c8bf81e1 : Restrict Wi-Fi toggle in Internet Settings
c4121c15e4 : Hide non-system overlay window on ActivityPicker
d10662cf97 : Hide non-system overlay window on ActivityPicker
c55b5b54d2 : Hide non-system overlay window on ActivityPicker
d0a23dc840 : Hide non-system overlay window on ActivityPicker
b95bd5b449 : Hide non-system overlay window on ActivityPicker
877a41b054 : Hide non-system overlay window on ActivityPicker
32d0a9eace : Import translations. DO NOT MERGE ANYWHERE
2b07fb08f9 : Import translations. DO NOT MERGE ANYWHERE
2c5a30e12e : Import translations. DO NOT MERGE ANYWHERE
cc1f1b5e6e : Import translations. DO NOT MERGE ANYWHERE
62dd76e7d4 : Import translations. DO NOT MERGE ANYWHERE
c0214ff9f3 : [Panlingual] Fix the back button press
19bd21d96c : [Panlingual] Fix settings crash from rotation.
6436a5aa6f : [Pnalingual] Resolve code conflict.
90e095dbe3 : Fix LaunchAnyWhere in AppRestrictionsFragment
3b3e66c780 : Fix the flow for ZenCustomRuleSettingsBase
284cb1c2b2 : Fixes 'learn more' link in ScreenTimeoutSettings
5d0057615a : Fix title clipped for "Custom settings for schedule"
e14c23fcf9 : Remove GameSettings and ExtraAppInfo.
b8187256eb : Update framework strings for the security page.
f7a95e4b5d : Fix bug where not all views are getting disabled alpha applied.
7afcf4efdb : Use more unique ids for safety sources
bab799899d : Fix Flicker for ZenCustomRuleSettingsBase
f03f79b145 : Fix cannot add language
8779260fd8 : Update Spinner style of Print Settings to apply MN style
6c9da58f4b : Clean up unused Sliceable.copy()
d16c12b9ac : Set up correct ComponentName for test mode of Parental Controls
baa59815d8 : Warnings at top of per-app settings page
f3dce9d7d4 : Update the function used to log the dream picking events.
454f21cb21 : Update the preview of the conversation message in the "Display size and text" page.
b7409f8b39 : Add work profile badge for icon of free up space
40a6de1ec4 : [Panlingual] Add error message on per-app language page.
ee41ad89a9 : Add cache mechanism for secondary users in Storage
27536c8333 : Properly apply the SUW dynamic color theme
f4514b9fbf : Fine tune background color for dual pane in homepage
e32d422d3d : [Panlingual] Fix the app language is shown incorrectly in the work profile
cfb04f4c35 : Fix System language option missing and locale region missing issue
18ddc6525b : Remove dependency of SudGlifTheme from SettingsTheme
213b3ce4af : [Panlingual] Improve and refactor revamped UI
5ad94e7c56 : Turn off Fast Pair MainSwitch
2088b4985d : WiFi restricted connection when scan QR code
bc0f6f7639 : Fine tune Select time zone Settings UI
29bc66a352 : Use WifiEntry.getStandardString() for Wi-Fi Type summary
7ee344ab54 : Apply only RING_VIBRATION_INTENSITY to ringtone vibrations
f02c069f3d : Extract inner helper from AccessibilitySettings to public
963abde2dc : [Panlingual] Handle onLocaleSelected.
9acf3d7846 : [Panlingual] Settings UI revamp - Navigation handling
0991b39ed3 : Settings: Fix NPE FC when access saved wifi p2p device after screen rotation
523bd80862 : [MEP] The progress dialog use the same string for psim and esim cases
5710b02972 : Settings: Fix cellular internet option Not seen after internet reset
f3fe5cf197 : Settings: Fix WifiSettings FC when rotating screen
cc9f99268a : Import translations. DO NOT MERGE ANYWHERE
9be043e750 : [Panlingual] Revamp the panlingual UI in Settings.
baf2ef0be6 : Do update signal icon for -1 level in AddAppNetworksFragment
75063d8474 : Added vibration back to UDFPS#onEnrollmentProgress
f14248310f : Update strings of clear app data dialog
ee23152051 : Fix "Remove Guest" option shows "Reset Guest" dialog
b388ccfc70 : Remove title of Smart Lock / Trust Agents preference category
6771edae5c : Settings: Fix sometimes reset progress dialog not dismissed
680fce3acd : Refine layouts for large screen
c138118d48 : Home Controls: Add conditional copy for setting.
183c3f965b : Fix typo in Preference definition for Security Advanced Settings
84012c3054 : [Settings] Add null pointer protection for Subscription API
70470586a6 : Fix XML preference controller with androidx LifecycleObserver
ec589193c3 : Updated UDFPS strings.
9d8603568d : Fix "Automatically sync app data" button state not changed
ac9baaee08 : Import translations. DO NOT MERGE ANYWHERE
3cfc87cc05 : Update hibernation toggle title to have "if unused"
d01497a5de : Fix "learn more" link is not clickable
0bf3ed99eb : Fix flickers on the Location page
906805a591 : Set title to the hearing aid pair instruction dialog
0ab2226dff : Add a cancel string for ToggleSubscriptionDialog to handle Tamil translation
917ab11ed1 : Fix Caption preview SubtitleView textSize cannot update correctly
4b27f24ab2 : Rename the wording for "Wallpaper" under About
4c4a1f58c1 : Restrict secondary users to share Wi-Fi network
62dc714628 : Import translations. DO NOT MERGE ANYWHERE
38de1eab21 : Import translations. DO NOT MERGE ANYWHERE
9e58dde841 : Import translations. DO NOT MERGE ANYWHERE
e4b50ee2d6 : Import translations. DO NOT MERGE ANYWHERE
6879183335 : Add a cancel string for ToggleSubscriptionDialog to handle Tamil translation
9d49da2eab : Import translations. DO NOT MERGE ANYWHERE
404ed2b0b2 : Hide fingerprint setup animation from talkback users
cd6c83ac8d : [MEP] Use switchToSub API with pending intent
eaec059551 : [MEP] disable enabled esim profile before set simSlotMapping
ba9d26696b : [MEP] renew the sim confirm dialog UI
db2ddb6a92 : [MEP] renew the default data selection UI
59a6ecbde2 : switch SIM refactor to support MEP
37358798bc : switch SIM refactor to support MEP
562cc5ed45 : Support RTL mode in Sim switch dialog
aa042c2d6c : Add a cancel string for the dialog to handle Tamil translation
0f77d567b4 : Revert "Add a cancel string for ToggleSubscriptionDialog to handle Tamil"
876f691377 : Restrict secondary users to share Wi-Fi network
9ecda98ada : Add a cancel string for ToggleSubscriptionDialog to handle Tamil translation
8cf82f41d5 : Increase WifiEntryPreference summary max lines for verbose logging
5290a8040c : Update category title for unused apps
2a775c69fc : Use migrated severity levels
34704f4108 : Set exported flag to false.
64f9d41ee3 : Changing apk name in the manifest and the corresponding packages.
9fdbd6501c : Only play fp vibration if accessibility is enabled.
bf99e37329 : [LeAudio] Remove the QrCamera and decorateView in Settings
b844a7a920 : Fix Wi-Fi hotspot switch UI issue
2f2b648693 : Fix group cast volume slider not disabled after switching to group devices.
177573c892 : Enhance Settings deep link transition
8edf692915 : Moves battery saver warning message below Screen Attention setting.
4564bce03c : Singularization of duplicated multi user strings.
f1255b4298 : Enable Encryption & Creds UI for Secondary users
ad5e65a338 : Update API according to API council feedback
e2bd7d9886 : Import translations. DO NOT MERGE ANYWHERE
70d210b974 : Import translations. DO NOT MERGE ANYWHERE
a2aacc0aac : Import translations. DO NOT MERGE ANYWHERE
4f7405f4d8 : Import translations. DO NOT MERGE ANYWHERE
c2e03b0a34 : Import translations. DO NOT MERGE ANYWHERE
ff73238f91 : Import translations. DO NOT MERGE ANYWHERE
296b904bf1 : Update multiple users strings
0f29d1562d : Update screen saver overlay toggle description
058796b7eb : Update enable toggle processing.
c39ddd2624 : Ignore PublicVolumeSettingsTest#test_invalidSetupDoesNotCrashSettings
af22553089 : Postpone getting Metrics Category until it is needed
1aa790501f : Update restricted setting dialog, unlock toast, and menu strings
dacce1fae3 : Move the QrCodeGenerator from Settings to SettingsLib for Wifi and BT
68d7b91bb1 : Add summary to "Vibration & haptics" settings
4bfe215e4c : Add link functionality in message of magnification triple-tap dialog
3b96a2c57e : Apply new flow to hint user about triple-tap will delay when user select triple-tap shortcut on window-mode.
1933ffacab : Fix SetupChooseLockPasswordTest
24782cf8c3 : Add checking if device should not support One-handed mode shortcut widget
5069aa7263 : Fix that strings have the similar color as the background in preview section.
b355af9a87 : Update the string
f5cd7140f4 : Fix adding wifi configuration issue
418d78f978 : [LE adudio] The condition of right location is wrong.
98d30c880d : Fix ConnectivityManager.requestNetwork crash issue when try again
eee64f2f73 : Fix inaccessible view issue.
10ef599170 : Make reward constants configurable.
be98245015 : Declare task affinity for entries that could be launched by SafetyCenter
18f8850521 : Update data_usage_bytes_editor spinner background
8a651a499c : Fix SetupSkipDialogTest
b2358c6cce : Register Safety Center as SubSetting for two-pane mode
2d54d60ead : Polish and humanize the strings for the preview of mail content.
d10effc102 : Update spatial audio strings
5a535e6674 : Add a developer option to controll mockmodemservice permission
a28770e459 : Add visibility control for the UiBlocker
caa28b6e1f : Fix that the user has no way of knowing if the reset was successful.
2c21adcf59 : Fix shortcut toggles content has been covered by Switch Access accessibility focus.
61a733ad0f : Ignore PrivateVolumeForgetTest#test_invalidSetupDoesNotCrashSettings
188fe36c8d : Update hibernation toggle string
b827221ed3 : Make sure vibration previews in Settings apply latest intensities
57b35f9f35 : Hides the settings entry in Magnification Settings if window magnification feature is not supported
b26d99ac77 : Update battery saver schedule min trigger value
c79e74dd49 : [Settings] Avoid popup activity get bringup from recent history
1fd5f8ff5c : Add i18n team to localepicker OWNER
1cc85062cf : Remove EXTRA_KEY_TYPE intent data
fa18f4de06 : Revert "[Settings] Resolves unsynced infomation between status bar and settings"
d5460431e4 : [Settings] Code refactor - NetworkModePreference
b6a4bc9d3f : [Settings] Enable support for AdaptiveIcon (Data Usage, Hotspot, VPN)
616b0925ac : DO NOT MERGE Add setting page for the Spatial audio
d6b2b705ec : Polish and humanize the strings for the preview of the conversation message.
31f3dca871 : Polish and humanize the strings for the confirm dialog of "Display size and text".
702f242e47 : Update content in Accessibility -> Hearing aids
438db974c4 : Add strings for pair other ear dialog.
6525ff3d79 : Make action constants configurable.
8a9780527e : Add special app access for turning on the screen.
e20ddfa5f4 : Add null check for mChannel object in WifiP2Settings
50d9224a4c : Fix flicker for Device admin apps.
17ef335938 : Clean up footer preference on battery saver page.
8f1e3fec84 : Hide emergency setting from "Search settings"
12f2a7df0a : Migrate SuW new flag isMNStyle into Accessibility
b8f477691c : Polish and humanize the strings for the preview of mail content.
de78149c16 : RESTRICT AUTOMERGE Refactor device policy resource APIs to a separate class
9112567332 : Use new severity levels and builders
d57ae61aa9 : Fix that icons overlapped in Preview at Display size and text screen under Vision Settings.
f94762176f : Fix that holding volume buttons to activate Extra dim feature doesn't do anything.
d004638343 : Fix connected device detail page slice items are in smaller font size
aa4ac1e5b9 : Do not allow editing of mcc, mnc for carrier id APNs
3b0a315b40 : Update the default split ratio
4473f60448 : Fix settings page flicker in two ways: 1. On create use UiBlocker as recommended by settings team 2. On resume only update the preferences list if the system setting has changed.
4d1eb0f301 : Remove preference category in zen mode alarms page
cd1d375cbd : API Review: factoryReset->clearBluetooth
f3eda672e3 : Remove translatable=false from zen mode people settings footer
5f56a273c4 : Reduce gap above user list in multiuser settings.
56e9b25b5f : Set higher priority for ADD_DEVICE_ADMIN intent
b76eb99d4a : Add the battery information into device details header
e7c89d616a : [LE]Gray out the a2dp and hfp when LeAudio is enabled
351af8ebd1 : Crash when scanning WiFi QR code
abae445ca8 : Add the string for new flow to hint user about triple-tap will delay when user select triple-tap shortcut on window-mode.
57dd3bc444 : Add the battery information into device details header
466ee402bf : Fix no response after Talkback users double-tap on Learn more in Accessibility pages
28e4e39cee : Import translations. DO NOT MERGE ANYWHERE
1575c5762c : Import translations. DO NOT MERGE ANYWHERE
6d7f03d94b : Import translations. DO NOT MERGE ANYWHERE
e46d423191 : Import translations. DO NOT MERGE ANYWHERE
a9a68c077f : Import translations. DO NOT MERGE ANYWHERE
50710ebebc : Import translations. DO NOT MERGE ANYWHERE
3a82089630 : Not show default footer strings in accessibility settings
3ff6148d1b : Minor update to the 3-button navigation steps string
b21d2216ac : Remove support for converting from FDE to FBE
8339724c21 : [LE]Gray out the a2dp and hfp when LeAudio is enabled
4e255cb407 : Set the Refresh Broadcast ID for Safety Event if available
273d3445ee : Update the categorize rule for system and app item bucket
323606ee25 : Correct null UserHandle handling for ACTION_CHANGE_DEFAULT
46f8b18446 : Settings: only set phone number if it's not empty
54b7d84212 : Updated fp enrollment to have 5 enroll stages.
9a845de914 : Fix that the toggle of High contrast text doesn't change to turn off after tapping the Reset button.
93a4ef67c4 : Export battery usage data for EBS essential list filter mechanism
d45b5275d1 : Update animation on storage item
0d6d1eea28 : [DataUsage] The drop down menu and gear icon not aligned
764e7fbc44 : Prevent scrolling after the homepage recreating
f6cbd7ce7a : Fix the problem that the "Remove account" keyword has no search result.
ffba705f8d : Provide getBatteryLast24HrUsageData() method for application info
47bdc61116 : Make NFC Setting summary text translatable
25c2e31242 : Add LE audio hardware offload development option
c697af1787 : Remove developer option for bluetooth Gabeldorche
f6124ea5b9 : [Settings] Ignore failed test case
7d56faf46a : Add LE audio hardware offload development option
66095680b2 : Allow deferred SUW to add multiple fingerprints
506c3df5b9 : [MEP] sort the simSlotMapping by logcal slot id
b418d4272f : Fix WhenToDreamPreferenceControllerTest
40ebbb17cf : Add ingress rate limit to developer settings
fb1818969b : Remove the extra line below context button
bbb9f20346 : Add highlight menu key for app pages
b0e18980ad : Change the metric category of "Display size and text" in SuW.
cd2109a17b : Rename READ_MEDIA_IMAGE to READ_MEDIA_IMAGES
34261e25a7 : Clean up unused profile_select_tablayout.
5eda7f09d0 : FPSettings depends on SensorProps for maxEnrolls
075364f147 : Clean up accessibility quick settings "tooltips" for singular purpose
da1d346422 : Show quick settings tooltip when turning on extra dim in Accessibility setting
99a9171108 : Customized accessibility framework features quick setting tooltips content
fa9d529b42 : Check KEY_PREFER_2G_BOOL before showing 2G options.
a0ce0e6340 : Bug fix - when enrolled, biometrics have ok safety state.
d2fc78d797 : Fix that the theme of "Vision Settings" was inconsistent with "Anything else?".
ffc747e820 : Show lock icon in restricted settings dialog
d09d62a55e : Apply restricted settings to notification access.
2bfb31c877 : Apply the settings lib style into the reset button of "Display size and text".
982f5507c7 : Device state auto-rotation settings: log device state specific state changes
7b5f8ad883 : RESTRICT AUTOMERGE Implement Spatial Audio and Head Tracking option in bluetooth settings
f41b0abd7d : Audio Description preference updates according to IC reviewing: 1) Update audio description preference summary as the Legal team suggestion as b/194376036#comment6 2) Move audio description preference item under "Audio" category as the UX team suggestions as b/194376037#comment#9
e1aeacad6a : Fix NullPointerException at ManageApplications$ApplicationsAdapter.access
3bb2a81042 : wifi setting: Add psk length check
b1a76d63a6 : Update accessibility button and gesture footer text for usability
a0f71780e9 : Fixed lockscreen pattern size.
b4c3817a65 : Fix App Compatibility Settings' lifecycle
52e863b5a2 : Hide private DNS settings UI in Guest mode
e8d3c4290a : Use FAST_PAIR_SCAN_ENABLED in Nearby Manager
e8e40609df : Make icons show up on DND bypassing apps page
69b895c892 : Add animation to button navigation settings page
0abc02c446 : Fix WhenToDreamPickerTest and re-enable.
64dc746a68 : Rename crypt_keeper_* strings that are still used
922a11f659 : Remove CryptKeeperSettings
438c3af097 : Remove CryptKeeper
c300a01bf4 : Remove FDE support from accessibility settings
bc4fd99ddb : Change default USB configuration to a RestrictedPreference
d9071dea25 : Add master toggle to enable/disable screen savers
856cc0da65 : Fix app notification toggle
8db7f1a81d : Replced BluetoothCodecStatus creator by Builder
21564efa8b : Fix the problem that voice search can not find the Use Battery Saver slice.
190d871520 : Restrict WiFi network connection
5bd3568078 : Fix that the preview text in "Text and reading options" page is too small.
072dcd9025 : Fix One handed mode Settings "Pull screen into reach" function fail
652ba71605 : Modify the path message to correct path.
b9b750fa60 : Enable "Remove animation" assistive technologies in setup
1d48df59e5 : Remove FDE support from accessibility settings
6167665b8f : Rename crypt_keeper_* strings that are still used
9b18c5d081 : Remove CryptKeeperSettings
f8ca0a448c : Remove CryptKeeper
cc97297375 : Minor bug fixes for Lockscreen Safety Center source
b8c30c7c5d : Add user button UX update
f15bebe6c3 : Inject different User IDs into biometric utils
71f2d6d44c : Fix Other default preferences alignment
00cbd72c60 : Rename back button to navigate up button
68cfaafe73 : In E+E, the user can't enable the PSIM
78a0f6f98e : p2p: Close the channel when onStop is called.
cf7338c1cf : Apply proper icon tinting to dream icons
eddf2b1345 : Fix bug where dream preview image s not reset.
4e31442a72 : Update UI to show feedback while creating Guest from Settings.
6af43b1412 : Remove no reference code
bb0a8f2523 : Remove InterfaceState and Role @IntDef from TetheredSettings.
3aff4b1513 : Add dynamic color support
705276771a : Remove Flashlight from search results while the hardware is unavailable
372bbdcf9c : Add summary and footer message for the ScreenResolutionFragment.
cd517a654a : Use android.app.AlertDialog in SetupChooseLockGeneric
ea34e9ab42 : Home Controls: Update subtitle for setting.
3fc4642ab4 : Fix Guest string was not translated in UMS.userWithName()
0b948c827b : [MEP] psim's logical slot index is 0
4a75dc192c : Change default USB configuration to a RestrictedPreference
0dba77bc2f : Ignore test case of SetupSkipDialogTest
8950a90024 : Prevent exfiltration of system files via user image settings.
e90d80cc52 : [MEP] The subscriptionInfo's getSimSlotIndex is logical slotId
ce8232d0a4 : [MEP] The condition of "null point check" is wrong
a3b98f5d04 : Fix the settings crash when SimDialogActivity is null
ea9e627c1c : [Panlingual] Improve UI can not show on at first.
e761b75cd0 : Updated icon for reverse-landscape udpfs
a3c62aa1c7 : Remove font size & screen size setup flow instance
0dea418d57 : Add ScreenResolutionController to Settings app
9d86fbc7a7 : Fix that symbol at top left corner mismatch with remaining options in vision settings.
566ba7c3c3 : Move the "Dark theme" preference into the "Color and Motion" page.
e23cd8ad0b : [SafetyCenter] Update Settings to align with renamed SafetyCenterManager APIs
b759790da1 : Apply Glif theme before using dynamic color.
069df8dcb0 : Fix the broken tests on BatteryTipDialogFragmentTest
ad345144ed : Import translations. DO NOT MERGE ANYWHERE
a9e8ee6e40 : Import translations. DO NOT MERGE ANYWHERE
2ba7f57217 : Import translations. DO NOT MERGE ANYWHERE
0a5c4fc117 : Import translations. DO NOT MERGE ANYWHERE
48fce57d2c : Import translations. DO NOT MERGE ANYWHERE
11683d653b : Import translations. DO NOT MERGE ANYWHERE
ca258ccd33 : Use android.app.AlertDialog in SetupChooseLockGeneric
51f1225954 : Polish and humanize the summaries for "Remove animations" and "Large mouse pointer".
b72d5aba2d : Change magnify typing setting item's string.
e11d9e9ef3 : Fix the problem that the autofill could be searched.
ba498a8205 : Show different tooltips for QS features auto-added and non-auto-added
9ba80e76b3 : Only show 2-pane deep link when homepage is available
f97f5f7005 : Update workprofile TabLayout for Material Next style
6cadee43e5 : Add warning card for Safety Center when no screen lock is set
81da0689ec : Don't show the "When to show" PreferenceCategory
32c1fc76d8 : Fix unable to scroll to the bottom page
427906c29e : [Tetheirng] Show a dialog indicate tethering is unsupported by carrier.
bcfd5b3d65 : Make homepage search bar remain persistent when scrolling
3f67f87efe : Use Build.VERSION.RELEASE_OR_PREVIEW_DISPLAY for user visible versions
2b5bf34eda : Provide data for BiometricsSafetySource
2a1f0b7418 : Indicate min allowed bucket.
9f7374b045 : On Settings lockscreen changes send new safety status to Safety Center.
f26a246f5a : Revert "Rename Do Not Disturb -> Priority Mode"
017545c6d1 : Persist state of no thanks button.
9548af2cc8 : Change dream icon color to be the same as the text color.
5b19c1200f : Update dream preview button text color
5a30a80824 : Introduce developer option for Stylus handwriting
62a8514d1b : [Panlingual] Fix duplicated locale show on suggested group
eb89d146f2 : Fallback Home doesn't restart on keyboard change
aad5f295b0 : Trigger SafetyCenter update on each Face setting change.
f56aa26b2e : Disable app toggle for some T+ apps
5e91b7eab3 : Allow other layouts to be passed into the dream view adatper.
c7709aebb3 : Add dream descriptions to dream settings UI.
51b6eb3260 : Trigger SafetyCenter update on each Fingerprint settting change.
e9b6679971 : Polish and humanize the summary for Display/Font size.
bc67cf5102 : Polish humanize strings for one-handed mode page
f93bb8c7e8 : Override the text size attribute of "Preview" in the text and reading options.
0607c5116c : Cache mechanism for Storage page with work profile
db7d7de3b4 : Adapt new EthernetManager APIs in Settings.
2d12b846d4 : Update TARE UI.
e0f4e795ce : Home Controls: Add Device Controls settings
6fd71484b5 : Remove unnecessary async
de08d984ef : Ensure icons on app filtering page
bc3304b6a2 : Clean up code.
ba685c0be0 : Switch from androidx to android.
a6693df48d : Reset all TARE constants.
16148d2c8c : Add setting for showing the vibrate icon in status bar
4871b2cf6a : Add setting for showing the vibrate icon in status bar
5d69ff508a : Use FakeFeatureFactory in SafetySourceBroadcastReceiverTest
d4822fe6b4 : Use primary profile lock settings string in Safety Source, not work profile
39c8905f4c : Fix incorrect colored bar when task bar is hidden
674c4b2104 : Import translations. DO NOT MERGE ANYWHERE
fc83e2a05a : Import translations. DO NOT MERGE ANYWHERE
b07f4eca84 : Import translations. DO NOT MERGE ANYWHERE
c23be3fa16 : Cache mechanism for Storage page
f3ce34203a : Import translations. DO NOT MERGE ANYWHERE
3c24caf357 : Refine A11y Tile Service javadoc
26f5dfd966 : Rename safety source ids to match format from other apps.
e000a21064 : Enable touch feedback settings when the phone is in silent mode
82b0e1ccdb : Simplifying settings string generation.
ce321f0dd0 : Merge SafetyCenterStatusHolder into SafetyCenterManagerWrapper
268d1d6dc6 : Move all the shared data from biometric controllers to separate utility classes
09c96a331b : Media permission update for Android T
827910d3c3 : Show prediction time when both value are ready
ff9065ac95 : Add support for device state based auto-rotation preferences in Settings.
cad616bd9a : Show different tooltips for QS features auto-added and non-auto-added
6cd9fc0a7e : Refactor compact battery status method (1/2)
fc9b13e865 : Provide data to LockScreenSafetySource
2a51b8bfe0 : Update constant names.
b45dc4ca74 : Import translations. DO NOT MERGE ANYWHERE
b3c81561c2 : Import translations. DO NOT MERGE ANYWHERE
bfb1c0090c : Import translations. DO NOT MERGE ANYWHERE
41068978bb : Import translations. DO NOT MERGE ANYWHERE
1a4ca56796 : Fix two intro strings for Magnification page during Suw
40af6d61fd : Update the show wallet settings description label.
a95180f228 : Remove hidden Bluetooth dependencies
fa5ab2e268 : Replace SettingsSpinner with Spinner
a663f10c4e : Revert "Add support for device state based auto-rotation prefere..."
43412bcccd : Increase default user icon size.
2df79641cb : Show/hide back button for 2nd page
21a0bed00c : Add log for shouldShowBatteryAttributionList() checking
74468a94cc : Add keywords into Font Size, Display Size preferences.
9b30265880 : Add accessibility annotations to dream settings.
039868e454 : Update dream settings strings to match latest UX mocks
1bce5eb511 : Add default placeholder when a dream doesn't provide a preview image.
00f80d8cef : Update default dream settings dimens for phones.
75c44cd02b : Update dream settings UX to match latest mocks.
1d649951f9 : Use compact battery status string if available (1/3)
01d02d3d8e : Show different tooltips for QS features auto-added and non-auto-added
5c106bab04 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (22/n).
c59ecb07f5 : Do not let guest user disable secure nfc
1106faf2cf : Send safety center status on boot
78a0e714c4 : Add support for device state based auto-rotation preferences in Settings.
55ce0f7cdd : Fix dream settings OWNERS path
bf6a2c8136 : Handle null safety source id list in broadcast receiver.
53a107f2d4 : Log clicks on the "Show System / Hide System" button in Location Settings recent accesses.
e4b9fb2f80 : Allow new users to configure WiFi details
4ca57b3c4e : [Panlingual] Remove Icon of system language
cfc5554068 : [Panlingual] Add device default language to suggested group
a52a55f39c : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (20/n).
19631ec1b1 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (19/n).
0a85c12fca : Polish humanize strings for magnification page
27e442ded7 : Polish humanize strings for color correction page
4af8439e66 : Polish humanize strings for extra dim page
e1cc9e438b : Polish humanize strings for color inversion page
18eb37fb7d : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (18/n).
85420f3cab : Polish humanize strings for Accessibility autoclick page
8e231a2ce3 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (17/n).
84771e9801 : Polish humanize strings for Accessibility timeout page
0f384398b4 : Polish and humanize the summary for the High Contrast Text.
aa02174745 : Integrate new accessibility intro attr into settings
426e781f19 : Accessibility framework & Settings to support the Android accessibility intro & footer
61264d046d : Polish and humanize the title for the entry of Text and Reading Options in SuW.
8f38c46c51 : Polish and humanize the title for Text and Reading Options.
3eb4cb41ae : Move Dream OOBE activity to SettingsGoogle
f6040e12bc : Polish humanize strings for Caption preferences page
a69d69e01c : Polish humanize strings for Accessibility button & gesture page
6de80163b1 : Resolve bluetooth hidden API usages
088a7b87f2 : Use allowed system value
5f03fad2d3 : Switch "UTC time" to "Unix epoch time"
c10c16bb39 : Move all the shared Screen Lock details into a reusable utility class
28e8f4d65a : [MEP] the port id is wrong
b91f6ee0fb : Fix NPE of ToggleAccessibilityServicePreferenceFragmentTest.
2cb3f925a3 : Only set embedding rule for top level injection
f7c1d39f27 : Fix NPE of AccessibilityShortcutPreferenceFragmentTest.
80c649fe3e : Fix NPE of LaunchAccessibilityActivityPreferenceFragmentTest.
2353147905 : [Settings] Fix the test fail in robo tests
39034b66cf : Add some functionality to Settings ShadowLockPatternUtils
0b82d67a04 : wifi data usage: Query wifi usage per configuration
12945af711 : Implement floating dream preview button.
c3f78bce8d : Update OWNERS for dream settings
2b6746b183 : Fix broken tests of AppInfoDashboardFragmentTest
125a84f0cb : Adds LockScreen SafetySource and SafetySource broadcast receivers.
696fc420f4 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (15/n).
618508c0c4 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (14/n).
f71050b515 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (13/n).
edb52508d3 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (12/n).
34f0724a63 : Ignore all broken tests
49f2385cde : Fix NPE of UnrestrictedDataAccessPreference
0eee699438 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (11/n).
4681ef2b47 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (10/n).
085e5fc946 : Add a OWNER file for per-app language
ddb5147649 : Fix NPE if keyboard settings is launched by work apps
f6a7b65a98 : Allow users to add profile owner after setup if the supervision role is set.
17ff2b25a5 : Made following changes to Settings:
c1c39b6717 : Fetch active trustagents from LockPatternUtils
efb44b7173 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (16/n).
1e9a9cdec4 : Refine NFC settings UX
c7b568751e : Use Intent.EXTRA_USER for ACTION_CHANGE_DEFAULT
6a23595bb9 : Add switch preference for Audio Description.
c747455196 : [MEP] Inserting a pSIM while user has 2 esims, showing the MEP dialog
61479cde86 : Integrate new accessibility tileService attr into settings
3ff45523f7 : Update Accessibility quick setting tooltip strings subtext
0d6909dc0f : Support accessibility settings load title from quick settings panel
0577a068b8 : Show quick setting tooltips after shortcut edit dialog dismiss
9855997b3c : Show quick setting tooltips after shortcut tutorial dialog dismiss
d7314e11b9 : Add supervised user support
0b3c4b8a53 : Make distinction between null and empty IM list.
4a5c128624 : Resolve bluetooth hidden API usages
89f5e2e497 : Show "Turns on at bedtime" in Dark theme setting based on feature flag
84a9b23ba8 : Show identity address in the bluetooth details page
74cf5865cf : Remove dependencies on hidden network stats APIs
4d0749febd : [MEP] Refactor SlotSidecar API for all of sim page.
b48802c152 : [Panlingual] Add PackageManager api to Per app language.
b1a48df4f7 : Remove restricted icon
2dd111b3c3 : Update financed device info screen
269f97d960 : Allow overriding of strings referenced in XML files.
777dbb327e : Import translations. DO NOT MERGE ANYWHERE
e7f361b3cc : Import translations. DO NOT MERGE ANYWHERE
6a7e5dcaa4 : Import translations. DO NOT MERGE ANYWHERE
2e5004e48c : Import translations. DO NOT MERGE ANYWHERE
9082be89bf : Clear recent access list when fragment is paused.
d565d8679f : DO NOT MERGE Fix of crash when error messages are triggered
457715b00d : Remove uses of deprecated class, BatteryStatsHelper
0dd1b46fcf : Remove dependencies on hidden network stats APIs
3adae773b6 : Add Fast Pair saved devices settings preference
4e543a38f6 : Do not let guest user disable secure nfc
9692c59d3a : Replacing getActiveDevice by btAdapter.getActiveDevices()
547416749e : Settings for timeout to user 0 when docked.
2b860e009f : Adding configuration to timeout for "Android is starting message"
06e373dcb0 : Add oobe dream settings activity
7f0cc14af8 : Replace hard-coded bedtime action with Settings.ACTION_BEDTIME_SETTINGS
8ccfd6da23 : Use allowed system value
ea69c42587 : Fix crash when error is shown during invalid lifecycle.
143cc954f3 : Hook up hibernation eligibility to exemption toggle
a6db6c28a4 : Set default name when creating a supervised user in fallback activity.
f0f7adc612 : Implement dream complication settings.
1900be4361 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (10/n).
6b9a1fff47 : Adds the SEND_SAFETY_CENTER_UPDATE privileged permission to the Settings app.
e539db77c4 : [MS49] Remove NetworkStats hidden Api usages
1cd87986eb : Fix UserDetailsSettingsTest for mAppCopyingPref
55df7acc51 : Dream settings refactor.
28bed8ec9f : [MEP]The Esim's PhysicalSlotIndex is wrong
88d63ea3af : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (9/n).
cc5808cbd7 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (8/n).
04eec0382c : Lost code for setting the list as visible
c76a11f0c1 : Add restricted settings UI in Settings accessibility screeen
19bdc6ce67 : Apply a new icon cache mechanism for memory improvement
535d47b298 : Owners updates
d7451d16ff : [MS48.2] Remove NetworkStatsHistory from CycleAdaptor
b4831d9fde : Settings: Fix FC when learn more textview help intent is NULL
79c30c0a3e : Add CHANGE_WIFI_STATE request to PICK_WIFI_NETWORK intent
d140857954 : Add "All services" settings in the App Preference screen for GmsCore.
0a7554acfa : Cosmetic changes to zen mode people & sound/vibration screens
a91e2daea7 : Change zen schedules page to use switches.
3859251be0 : Add dark theme custom type into the dark theme settings page
865cad2665 : Removed mocked BluetoothAdapter
25e26ea7af : [MS49] Remove NetworkStats hidden Api usages
61db863533 : Fix broken SettingsSliceProviderTest
f2a8008ae3 : The list does not follow the UX dialog design doc in alert dialog.
2b8951f0ef : Clarify language and fix typo.
350a1785de : Pull unused app count from PermissionController
95eba64f85 : Support OHM quick settings tooltips when feature on
6892e89775 : Support extra dim quick settings tooltips when feature on
9e4a9d6742 : Support color correction quick settings tooltips when feature on
a72edbb7b7 : Support color inversion quick settings tooltips when feature on
ba9f097b03 : Integrate Accessibility quick setting tooltips widget into ToggleFeaturePreferenceFragment
b11d8a44c9 : Log user action for selecting dream.
87d1db904e : Update notification settings OWNERS
e0d439472f : Allow Device Management Role Holder to update Settings strings.
c556615f57 : Import translations. DO NOT MERGE ANYWHERE
56d8703fcb : Introduce AvailableVirtualKeyboardFragmentTest
4dab10d29f : Import translations. DO NOT MERGE ANYWHERE
e4ca28a0d0 : Import translations. DO NOT MERGE ANYWHERE
17d611976c : Import translations. DO NOT MERGE ANYWHERE
2953e0c45f : Import translations. DO NOT MERGE ANYWHERE
d2bef06860 : Import translations. DO NOT MERGE ANYWHERE
abf6fc3cde : Import translations. DO NOT MERGE ANYWHERE
7a380f3dc6 : Ask user to reboot when enabling freeform and desktop mode
f621c4ba14 : Fix EthernetManager.addListener dependency in Tethering settings.
ff810c3a8a : Ignore broken tests
e6e5847cce : Rename Do Not Disturb -> Priority Mode
78d96dce02 : Allow the new avatar picker to open full screen on tablets.
d7457a0030 : Rename Sound settings page to "Sound & vibration"
dbcdd2bf46 : Add VibrationPreferenceControler to check availability
d65cf9676f : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (8/n).
76b2cd60e5 : Disable ring, notification and touch vibration in silent mode
85356adb94 : Fix EligibleCardChecker test failure
beb88dc4a9 : Fix SliceContextualCardRendererTest
62b1f71402 : Fix ContextualCardsFragment test failure
d329f3d79c : Ignore tests to avoid Settings presubmit test failure.
94a9c57759 : [Large screen] Open the search page in full-screen mode
db8f2a4004 : Utils to operate tooltips widget for QS panel
3a15d6cab1 : [MS48.2] Remove NetworkStatsHistory from CycleAdaptor
679153be09 : Mock WifiP2pManager.class for WifiP2pSettingsTest
c8a63b3416 : Fix broken tests: com.android.settings.fuelgauge
481f696a88 : Fix WifiSummaryUpdaterTest issues for registerReceiver security design
a9a1bb3747 : Mock UserManager.class for WifiSettingsTest
03a3b3061f : Add MainSwitch for Fast Pair settings
a579ca7554 : Do not let guest user disable secure nfc
4b90c57e99 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (7/n).
fab78665d8 : Make the Settings split ratio configurable.
9d66b22ee0 : Do update signal icon for -1 level in AddAppNetworksFragment
b92fa1fdaa : Fix broken DreamPickerControllerTest
9de30f08e6 : New UX for the NFC default payment settings
0c7a2632bc : Fix UI problems of PublicVolumeSettings
cee6346ce9 : Ignore tests to avoid Settings presubmit test failure.
781ea4c6ab : Mock WifiP2pManager.class for ResetNetworkConfirmTest
238639c494 : Allow users dismiss accessibility quick settings tooltips when clicked
c735f98943 : Mock WifiManager.class for HotspotConditionControllerTest
ea0425e1f8 : Mock WifiPickerTracker.class for Roboletric test-cases
64cc3bf9a4 : Mock WifiManager.class for Roboletric test-cases
885dff9b9a : Fix broken test
14e6c73687 : Make the show/hide system setting for recent location acccesses sticky.
a0dc31f3c5 : Resolve test failure in WorkModePreferenceControllerTest
714bcfff2c : [Panlingual] Suggested locales update
8b0e4018e1 : Fix search test
6542b6efb8 : Hide following typing preference setting in SuW.
55bc49860b : Refactor SettingsContentObserver and add it to follow typing feature.
03711a8ed4 : Change locale comparison API
966aef4edd : Add "Reboot with MTE" option for supported devices.
21a4342048 : Added lottie animations for udfps side/tip
0080784d10 : Revert "Fix overlapping issue for Add a language page"
8919e0ee50 : Add primary switch for vibration settings screen
c92720bdb0 : Change the default Controller keys for RoboTests
1160896f89 : Enable ignored test cases of MainClearTest
800370ff5f : Revert "Ignore broken tests"
2e3e4ce348 : Enable ignored test cases of LocationSettingsFooterPreferenceControllerTest
71d56a5a3b : Enable ignored test cases of LocaleListEditorTest
b6d4ea22fa : Enable ignored test case
e69d760aea : Update NfcPaymentPreferenceControllerTest
d9e3e6e4b1 : Do not let guest user disable secure nfc
33f2096fea : [Panlingual] Adds a filter of application for per apps locale change.
f477bbc952 : Ignore broken tests related to wifi tracker lib
8849628106 : Add connect / disconnect action when connect / disconnect to bluetooth device
44a275dd8f : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (6/n).
47875a5dff : Revert "Add primary switch for vibration settings screen"
aaa4c7c951 : Fix fail of AutomaticStorageManagerSwitchBarControllerTest
68587a2177 : Apply dynamic color for accessibility quick settings tooltips
fd54fc34c6 : Add primary switch for vibration settings screen
d2cdd60139 : Fix Robolectric failures for new registerReceiver security design
38d0a7ca91 : Rewrite dream settings.
eaaf5331d6 : Introduce alarm and media vibration intensity settings
1779bd43e4 : Fix the Robolectric Tests Failures
aa19771a37 : Ignore/Fix broken tests
7be195f15a : Fix broken tests
c6c9e2eb16 : Ignore tests in Battery package
13a3af7f07 : Ignore broken tests
9d56033f5f : [Settings] Adjust code for performance
99000589be : Fix broken settings tests
69a3271556 : Ignore broken tests
76c18bae69 : Update BrightnessInfo construction in tests
9d2ec95c61 : Call system service API instead of checking the phenotype flag directly.
297fcb4031 : Ignore broken tests
6225be70dd : Ignore broken tests
8498760b07 : Ignore broken tests related to wifi tracker lib
99c4cabe14 : Ignore broken tests
033d46c71c : [Settings] Adjust code for performance
4cf3e8199e : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (5/n).
072755ef02 : Refine the plural strings design in Settings
d228248738 : Replaced removeUserOrSetEphemeral by removeUserWhenPossible
c50f9d5528 : Remove setTactileFeedbackEnabled from LockPatternView
3e7cff024e : Fix notif log header overlap
7822750c31 : Enable Carrier-Config cache for Settings
b3ebad4e1c : [Settings] Rollback the text break hyphen strategy
c136babec6 : Import translations. DO NOT MERGE ANYWHERE
773b2ab9c6 : Import translations. DO NOT MERGE ANYWHERE
309dfa85f8 : Import translations. DO NOT MERGE ANYWHERE
1ec6a5c572 : Import translations. DO NOT MERGE ANYWHERE
3fe40484ba : [Settings] Adjust code for performance
0902b44744 : Added lottie animations for udfps side/tip
7871ccff33 : Add Fast Pair to System Settings
6f4fb88538 : Support following typing focus in window mode [3/n].
e936ffecf4 : [Settings] SIM colors are referenced by getIntArray() within source code
f2e91f826b : [Settings] SIM colors are referenced by getIntArray() within source code
232962c3f2 : Create PrivacyControls page in settings
d9281c887a : Make sure activity for adding a supervised user is opened full screen.
70c9f89e6f : Replaced use of Bluetooth resource by SystemApi
93668d6002 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (4/n).
73ba56ff55 : Change the managed profile icon for profile selector
9fd21d5853 : Fix color checking error of the repohooks
141b5bb3bc : Update Settings to use intensity settings as main preference keys
f9fc2e0d1e : Use hasSentValidBubble in settings
e9f9985e95 : Implement Tooltips widget for QS panel
e0169ec1fa : Small refactor to allow more customization of AutoRotate settings in extending classes
13a76eb84e : Update new API for checking the embedding status
b4060ef65b : Remove FDE support from accessibility settings
6552bdd0ef : Rename crypt_keeper_* strings that are still used
36609c18d1 : Remove CryptKeeperSettings
43616ed3b6 : Remove CryptKeeper
43928754a3 : Revert "Revert "Revert "Prevent side channel package installation enumeration"""
085aadb700 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (3/n).
817a2b939a : Update settings string
8aec687b29 : Add config flag in Settings to control whether restricted profiles are offered.
5ccccc181e : Use correct category key for SecurityAdvancedSettings based on the type of active Security Settings
bde88c4b8d : wifi: add Trust-On-First-Use option for CA
740809879f : [Settings] Code refactor for modulization
259dea1735 : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (2/n).
87ef94e9f2 : Make 'Format as portable' scrollable
1eac7941ce : wifi: fix test failure due to no WifiManager mock
123f2e1581 : [MS50] Remove NetworkTemplate#buildTemplate* usages
d3512d2693 : Revert "Revert "Prevent side channel package installation enumeration""
6689b81b82 : Always check roles for non-blockability
0b57480c1a : Import translations. DO NOT MERGE ANYWHERE
87d6f1f523 : Import translations. DO NOT MERGE ANYWHERE
06df9c9fc0 : Add WiFi Enterprise restrictions check for WiFi Configuration Addition
bd916b22a0 : Use new Vibrator method to get default intensity per usage
cdc2677cd1 : Refactor some Preference Controllers to use BasePreferenceController
c2e72bc8ad : [Settings] Code refactor for performance
e9a027938e : Import translations. DO NOT MERGE ANYWHERE
6bc95e2783 : Import translations. DO NOT MERGE ANYWHERE
c8f6bcc6fb : New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (1/n).
26291ae994 : Update the color check baseline related to the icon with adaptive background.
2fb7bac849 : Exclude Privacy Settings from search if Safety Center is enabled
a23cb25511 : Import translations. DO NOT MERGE ANYWHERE
966558f7f7 : Import translations. DO NOT MERGE ANYWHERE
a5c8abc5a2 : Import translations. DO NOT MERGE ANYWHERE
0781839289 : Import translations. DO NOT MERGE ANYWHERE
79a29303ea : Add new Text and reading options preference into the a11y settings.
41ed094bdc : Disable startup provider due to resource loading issue
3a0ebebac4 : Add logging for settings entrypoint to add supervised user.
359512cd95 : Fix bypass CALL_PRIVILEGED permission in AppRestrictionsFragment
b11381762e : Update the preview background of the Caption and Style.
ee8365ca8e : Revert "Prevent side channel package installation enumeration"
b408e19f4e : Update the background of the Daltonizer preview.
eda64c9f03 : Enable scrolling to fix invisible problem of partial image
9bd8f046a9 : Fix WifiDialogActivityTest broken
c13303c585 : Add Enterprise restriction check for Wi-Fi QR code sharing
8943073514 : Prevent side channel package installation enumeration
4c1272a921 : Add caller check to com.android.credentials.RESET
156980fdc7 : Check if Preference is initialized before interacting
07dd833a6a : FRP bypass defense in the settings app
4fdf8be369 : [MEP] eSIM deprecated API Refactoring
dbe31b8e6b : eSIM deprecated API test Refactoring
28195f52a6 : Fix overlapping issue for Add a language page
a639d26660 : To disable Wi-Fi Direct when user restriction is set
43ebe68063 : Refine the mobile data selection UI
cbe9bebb8e : Start brightness dialog in same task
0219dc1378 : Fix WiFi toggle issue of Internet Settings
d29ead1824 : Enable nested scrolling for Trusted credentials
b5766e4422 : The carrier name is wrong in the dialog
5306f9674c : [Settings] Add metrics for supporting performance measurement
64620eb36b : Add search keyword "always on display" to Always show time and info item.
ff1f09cacd : Fix the problem that the "Default USB configuration" item can not be searched.
a0146d3fb7 : Fix the problem that some items can't be searched in Privacy category.
c5b8ae80ea : Clear non bonded device when device picker start
a08897bcb3 : Delete useless parameters of string
72f823ba9e : Fix potential OOM problem
26a0fdb4f6 : Check WiFi restrictions for WiFi QR code intent
ca2d21416d : Update bluetooth setting for AssociationInfo
8349ee6a7b : [Settings] Should back to previous page when removing the SIM (subinfo is null)
4da192d732 : [Panlingual] Remove getCallingPackage and use Uri instead.
4eea126959 : Group some Security settings to a separate "Advanced settings" screen
0d89c09b3f : [Settings] Can not launch SIMs page correctly
91036f8945 : Update "Allow 2G" toggle summary wording.
efd5d04ab1 : To disable Wi-Fi tethering when user restriction is set
00e29015f9 : Don't crash Network settings if Wi-Fi is not supported.
8ca6fcd384 : Import translations. DO NOT MERGE ANYWHERE
f25944241e : Import translations. DO NOT MERGE ANYWHERE
eba995750f : Import translations. DO NOT MERGE ANYWHERE
1ead3d51a1 : Import translations. DO NOT MERGE ANYWHERE
e28eaa725d : [MEP] Use switchToSub API with pending intent
bf148dea7c : [MEP] disable enabled esim profile before set simSlotMapping
be8f279f2c : [MEP] renew the default data selection UI
48c945e9b5 : [Settings] Expand the display area of PIN error message
4780be49f3 : [MEP] renew the sim confirm dialog UI
1b64e2bfcd : [Settings] Workaround for network and internet crash
23ebda4c12 : Add QUERY_AUDIO_STATE permission
26b0bd7f19 : [Panlingual] Add outside entry.
27a0274d6e : Add test case - forceUpdate_deviceIsSubDevice_doNothing
eb8d35c9cc : Add config for showing/hiding emergency setting entry
8d4e89bc8b : Let Settings query per-admin policies
1b4907ef21 : Replace QR Code Scanner's setting strings
a6a35b8409 : [Settings] Enable WiFi calling toggle in search
6978a90e88 : [Settings] Remove MobileNetworkActivity
9772f33cff : [Provider Model] Internal cleanup - remove Provider Model flag and deprecated legacy UI part.5
4436b7fe7d : Redirect intents leading to Security and Privacy pages
3dd874316a : Add non system overlay flag to InstallCaCertificateWarning
d2d3da3850 : Import translations. DO NOT MERGE ANYWHERE
a36d55e8f8 : Rephrase dialog message of clear storage dialog for security concern
cc1d210fd0 : Create a simple fallback activity for supervised user creation
2a37149ec5 : Add settings entrypoint to add a supervised user
2c1fe3ca47 : [Settings] Remove the legacy 2-pane registration
ce7d4b730c : To disable the preferred network mode UI during calling.
58244b1b74 : [Panlingual] Implement entries of Panlingual in settings UI part.
5923723b4d : Set the EID in the SIM status page to be copyable
19a5b81eb0 : To disable the preferred network mode UI during calling.
6f914da06a : [Large Screen] Launch MobileNetworkSettings by SubSettingsLauncher
989dd669b2 : [Large Screen] Launch MobileNetworkActivity as a fragment for split mode
4a7f809e41 : [Settings] Avoid crash from rotation screen.
911f7e7aa9 : Add unaudited exported flag to exposed runtime receivers
22ab05b420 : switch SIM refactor to support MEP
6e0429af35 : [Settings] Fix failure test case
70172863a7 : Remove subtext from work challenge screens
e8711bd32c : [Settings] Fix failure test case
0eb6c4fb34 : Remove the replaced activity checking to impact launching performance
56f51aefe8 : [Settings] 2nd Workaround to keep unittest green
ecc80d4228 : [Settings] Workaround to keep unittest green
7bfcff3a44 : add post_notification permission to manifest so the package can send notifications on T+
9ef7f72349 : Toggle Security and Privacy entries depending on SafetyCenter status.
fa6a3613ab : Revert "Revert "Device do network scan after user rotates NetworkSelection page""
1e0e9021ac : switch SIM refactor to support MEP
c4e09e6950 : [Settings] Fix failure test case
d051e65d3c : [Settings] Support phone number talkback
d4f420350d : Settings: Extend the data role swap timeout value
fe2ed12d26 : Move vibrate for calls setting to "Vibration & haptics" screen
8c0052d537 : [Settings] Move display of VPN version into summary text
dddd74a491 : [Settings] Move display of VPN version into summary text
5fc0e6614d : [Settings] Move display of VPN version into summary text
5935cae639 : [Settings] Move display of VPN version into summary text
96f581310f : [Settings] Move display of VPN version into summary text
5de864ae93 : [Settings] Refactor Wifi Calling description text
65d46d6ee4 : Set property based on gesture option changed.
6fd0716f58 : Add SafetyCenter entry to Settings.
28bc1c04b9 : Fix the background color of CollapsingToolbarLayout
010306644b : [Settings] Refactor Wifi Calling description text
8a892271da : [Settings] Refactor Wifi Calling description text
3dfad58897 : [Settings] support of getPhoneNumber API
c71fe8cab1 : Remove unncessary constraintlayout-solver deps
c6e402faa7 : Import translations. DO NOT MERGE ANYWHERE
5a725a5b0b : Import translations. DO NOT MERGE ANYWHERE
0d964f7633 : Minor clean-up for LE audio setting
b735393c9e : Restart the MTP connection when changing transcode enabled
3487843496 : Update the LE audio device into the media device category
629611a43e : Handle csip set member automatic pair in Setting
c78fb83aee : Do not update the previously connected devices for the sub device
61460a1ab1 : Accept the pairing request automatically for the set member pairing
9f11a4cddf : Show the multiple Mac address for the coordinated set
f57f720c38 : Add the pairing string for CSIP supported device
144f295d7a : [Settings] Move display of VPN version into summary text
3f280c15b1 : RESTRICT AUTOMERGE Fix make Bluetooth discoverable without additional permission
76fc500d9b : Add location check for Wifi Scanning notify message
7f0320483c : Import translations. DO NOT MERGE ANYWHERE
eaf56ad8fe : Import translations. DO NOT MERGE ANYWHERE
a8c12b4298 : Check user validity before retrying authentication
6a56b4a8e6 : Hide emergency APN in user settings
78e700fd31 : Update biometrics OWNERS.
8ca17560e5 : Use UM.canAddMoreUsers and UM.isUserTypeEnabled
24b2d9e5a1 : Move APPLY_RAMPING_RINGER from Global to System
7fea5bd54f : Fix usage of the updated CDM APIs
518062a11d : Revert "Receiving a broadcast message when home screen is ready."
cffaef122b : (2) Update new intent action ACTION_ONE_HANDED_SETTINGS in Settings AndroidManifest to support long-pressed action for One-handed mode tile
f5a236e0e8 : Fix NPE on UsbManager in w/o usb devices
97635f53e6 : Make on-screen keyboard settings support tab layout
73f1633973 : [MEP] eSIM deprecated API Refactoring
5c00d3c074 : SoftAp: Use toString() API in place of toBinaryString for indexes
4d0cc7a1e3 : Fix ACTION_ONE_HANDED_SETTINGS breaks CTS IntentTest
8bb198a7d4 : [Settings] Remove the capital of 2nd wording
a81acf8a26 : [Settings] Remove space before WiFiCalling description
940d57f51c : Import translations. DO NOT MERGE ANYWHERE
50f846f159 : Import translations. DO NOT MERGE ANYWHERE
428a285829 : Import translations. DO NOT MERGE ANYWHERE
b25362f540 : Import translations. DO NOT MERGE ANYWHERE
a5415907ea : Allow a settings override for double-line clock
98b9b3438d : USB: move help config flag to FW
3cb6a7a705 : [Settings] Avoid from dialog disappear when click outside
5b90dfad34 : Typo fix in media settings title variable
f0575366c4 : Lost the registered cellinfo item after the aggregation
2a2e0275cc : NFC support in work profile
40ffe69a3e : eSIM deprecated API test Refactoring
3c9580d573 : Revert "Device do network scan after user rotates NetworkSelection page"
df1b7c6979 : Remove tabs from recent location access page
617a562660 : Revert "Revert "Update styling of NLS dialog""
ab1b2be739 : Deprecation of legacy VPN types no longer depends on the Provider Model Flag
6d37fdc546 : Revert "Update styling of NLS dialog"
dcd6fc593d : Launch ForgotPasswordActivity in a new task.
f54ead1f94 : Device do network scan after user rotates NetworkSelection page
d1cf05ce06 : (3/n) Handling long-pressed action for One-handed mode Quick Settings tile
7b64761bd2 : Support Settings deep links highlighting the menu entries
a1c0dc75cd : Properly show conversation settings
920d39e7ae : Import translations. DO NOT MERGE ANYWHERE
ae28e08e85 : Import translations. DO NOT MERGE ANYWHERE
7e4d7648c9 : Import translations. DO NOT MERGE ANYWHERE
04a9c6743e : Import translations. DO NOT MERGE ANYWHERE
afe89cee44 : Set SYNC_PARENT_SOUNDS settings directly
e004eaa51b : Make BluetoothCodecConfig and BluetoothCodecStatus public
646a31e80a : Support Settings deep links highlighting the menu entries
424319371c : Unhibernate an app when a user exempts it
c2efde5fb0 : Multiuser perfetto metric: Settings tracepoints
358fe8e508 : Update styling of NLS dialog
b106377155 : Add ability to force rebuild list
928254beec : Adding RECEIVER_EXPORTED flag.
dc18e85e41 : Fix broken tests
98cc4f1302 : Some updates for better localization
89c2c5e9c0 : Add entry point for adaptive brightness settings
8d70e92bff : Revert "[Settings] Ignore failed test case"
a27167dbd8 : Remove ACCESS_COARSE_LOCATION permission checking
be02fd2ec3 : Receiving a broadcast message when home screen is ready.
0a3acc1c3f : Adding receiver exported flag.
3a4946241c : Marking permission protected receiver exported.
870ae982ed : Add tests for QRCodeScannerPreferenceController
2d0ded469e : Add a new setting for QR Code Scanner button on lockscreen
6078708013 : Revert "Update animation for fingerprint edu page"
1e00dc9c9a : Declare a highlight menu key for ButtonNavigationSettingsAssistController
65adf385a9 : Import translations. DO NOT MERGE ANYWHERE
4969f6ec70 : Import translations. DO NOT MERGE ANYWHERE
a6b115df1a : Import translations. DO NOT MERGE ANYWHERE
aa69ef7563 : Import translations. DO NOT MERGE ANYWHERE
a024c10517 : Migrate to using fixed permissions
07b3675717 : Phone fails to switch channel mode from stereo to mono
d3abbb9821 : Fix make Bluetooth discoverable without additional permission
0a319ece22 : Fix usages of renamed Association class
699dd589fb : Import translations. DO NOT MERGE ANYWHERE
969179f6de : Import translations. DO NOT MERGE ANYWHERE
0b0b9f7bb8 : Import translations. DO NOT MERGE ANYWHERE
f146a24a8e : Import translations. DO NOT MERGE ANYWHERE
39225c5789 : Refactor Bluetooth scan mode APIs
97ea279c45 : Add setting to allow configuration of long press home gesture
fa0aec49e3 : Update the LE audio device into the media device category
47c3f79249 : Import translations. DO NOT MERGE ANYWHERE
691a937581 : Import translations. DO NOT MERGE ANYWHERE
52ab4af51f : Use new constructor for CDM's Associations
ac8911fda8 : Remove unused code
66c41511cd : Rename Ranking.visuallyInterruptive to isTextChanged
2146a873c2 : Revert "Add PowerSaveWhitelistExceptIdle as Optimizted modes condition"
b172582c14 : The Network name is not same as statusbar at SIM Edit page
435c3385f6 : For Internet Picker - Information about Wi-Fi scanning when Wi-Fi is off
d7ced5df54 : [Settings] Crash when resetting downloaded eSIM
ba67825a54 : Add WIFI_SCANNING_SETTINGS action to Settings
565d44c4f8 : Add String for information about Wi-Fi scanning when Wi-Fi is off.
b60116fa55 : Clear up unused code
ebea73e36b : Handle csip set member automatic pair in Setting
3148dd89fe : [Settings] Refactor MobileNetworkUtils
e75cac81d6 : [Settings] Refactor MobileNetworkUtils
6407cb3410 : Import translations. DO NOT MERGE ANYWHERE
0c7ff2072e : Import translations. DO NOT MERGE ANYWHERE
51a1245def : [Settings] Refactor MobileNetworkUtils
0c359da620 : Rephrase dialog message of clear storage dialog for security concern
b900e0e43b : Revert "Add PowerSaveWhitelistExceptIdle as Optimizted modes condition"
519546ce3e : getBlobAshmemSize -> getOpenAshmemSize
8aa98d63fd : [Settings] Crash when resetting downloaded eSIM
16b298ef92 : Revert "[Settings] Code refactor DataSaverSummary"
4b8a7bcaa5 : Use a simpler constructor
9632cd7087 : [Settings] Add null protection to avoid the crash
0ea486d1e5 : [Settings] Code refactor DataSaverSummary
6031a6ef69 : Keep compatibility for old WiFi shortcut
f1acf27fe7 : Import translations. DO NOT MERGE ANYWHERE
73ef6abb5d : Import translations. DO NOT MERGE ANYWHERE
5be9255ddf : Remove connection preferences "Files received via Bluetooth"
95b89fbaf5 : Import translations. DO NOT MERGE ANYWHERE
875ff178bc : Import translations. DO NOT MERGE ANYWHERE
ebca15a861 : [Settings] Adopt comfirm SIM deletion to euicc reset UI
38101d5358 : BluetoothSecurity: Add BLUETOOTH_PRIVILEGED permission for pairing dialog
30dafd4140 : UM.getUserHandle -> UM.getProcessUserId
87872bced9 : Import translations. DO NOT MERGE ANYWHERE
85acba44c7 : Import translations. DO NOT MERGE ANYWHERE
1eef718549 : [Settings] Refactor MobileNetworkUtils
b74ccf7f33 : [Settings] Refactor MobileNetworkUtils
bc02a2d939 : [Settings] Refactor MobileNetworkUtils
9e1455492b : Phone fails to switch channel mode from stereo to mono
454698d97e : Invoke close() method for BatteryUsageStats to close cursor window
a6d549fee3 : Do not update the previously connected devices for the sub device
86b1ce74e4 : Import translations. DO NOT MERGE ANYWHERE
2c348d5230 : Import translations. DO NOT MERGE ANYWHERE
5fed474020 : Use power manager instead of adb to wake up screen.
929617da1d : Import translations. DO NOT MERGE ANYWHERE
f1ef62bc4a : Import translations. DO NOT MERGE ANYWHERE
2d3894a148 : Fix failure test cases in AccessibilityShortcutPreferenceFragmentTest
dc3c1e8a4b : [Settings] backport missing CL
a5ad2a5cb4 : [Settings] Ignore failed test case
d29e53c9e1 : [Settings] Ignore failed test case
4f9072eefc : [Settings] Ignore failed test case
24966141d2 : [Settings] Ignore failed test case
898e66215c : [Settings] Ignore failed test case
b291600907 : [Settings] Ignore failed test case
fc2f2ee8a7 : [Settings] Ignore failed test case
4e13b47e15 : [Settings] Ignore failed test case
1504c4a0a6 : [Settings] Ignore failed test case
344b214a9f : [Settings] Ignore failed test case
9750adc741 : [Settings] Ignore failed test case
4cfbbda57f : [Settings] Ignore failed test case
eba09d414c : [Settings] Ignore failed test case
85b64ebfdc : [Settings] Ignore failed test case
a00ba5d1ef : [Settings] Ignore failed test case
fff969c2cf : [Settings] Ignore failed test case
be251becfa : [Settings] Ignore failed test case
ee6566f0f3 : [Settings] Ignore failed test case
d7ab87342c : [Settings] Ignore failed test case
384dba5870 : [Settings] Ignore failed test case
8b478cfc1a : [Settings] Ignore failed test case
88f2801d08 : [Settings] Ignore failed test case
7cc1c69db5 : [Settings] Ignore failed test case
6c7ddebcc8 : [Settings] Ignore failed test case
3019de64c1 : [Settings] Ignore failed test case
5a9457f055 : [Settings] Ignore failed test case
03cdffa6ac : [Settings] Ignore failed test case
b254afe89c : [Settings] Ignore failed test case
298e42e9b5 : [Settings] Ignore failed test case
6034bf7dcd : [Settings] Ignore failed test case
c8d5ae2bf8 : [Settings] Ignore failed test case
fc0efdca8c : [Settings] Ignore failed test case
cb76e7be77 : Import translations. DO NOT MERGE ANYWHERE
cddb454c91 : Import translations. DO NOT MERGE ANYWHERE
a53b49ca21 : Import translations. DO NOT MERGE ANYWHERE
08d74f4b3d : Import translations. DO NOT MERGE ANYWHERE
e920efeb3a : Accept the pairing request automatically for the set member pairing
133c2cc1cc : Show the multiple Mac address for the coordinated set
ab9428f315 : [Settings] Ignore failed test case
67bffece6d : [Settings] Enable kotlin language support
9b072f6fb9 : Update string to avoid using etc.
24dfc61f99 : [Crash] finish activity without super#onResume()
00d824657d : Merge messages & conversations settings for DND priority senders.
fc4589448b : Replace @CorePlatformApi APIs usages in TimeZoneInfoPreferenceControllerTest
e76cf0278e : Import translations. DO NOT MERGE ANYWHERE
aaeff17691 : Import translations. DO NOT MERGE ANYWHERE
d06e16aba1 : Import translations. DO NOT MERGE ANYWHERE
f8e6f5ed67 : Import translations. DO NOT MERGE ANYWHERE
3f7839cad0 : Add PowerSaveWhitelistExceptIdle as Optimizted modes condition
02cadb9b32 : Add the pairing string for CSIP supported device
c1f0adeeaf : Revert "Delete SmartAutoRotatePreference and move callback logic to controller"
88bbe6b320 : Delete SmartAutoRotatePreference and move callback logic to controller
4677bfbe25 : Fix Wireless debugging icon alignment on developer options screen.
1bb8507b75 : Revert "Delete SmartAutoRotatePreference and move callback logic to controller"
bc72945561 : Use AvailableVirtualKeyboardFragment for IME settings
4d67f4c847 : Hide Camera background running time in the battery usage screen
c69bf78181 : Delete SmartAutoRotatePreference and move callback logic to controller
78d8baf063 : Import translations. DO NOT MERGE ANYWHERE
0a73bc008c : Import translations. DO NOT MERGE ANYWHERE
7ad96282b3 : Import translations. DO NOT MERGE ANYWHERE
0aff4035e8 : Import translations. DO NOT MERGE ANYWHERE
b46adff0f4 : Swap ownership to mingaleev@
638f12a6c8 : Fix Text of VoLTE setting cannot be updated when SIM state is changed
d2eda630e2 : [Settings] Avoid from crash - SystemProp default null
860216208f : Remove the option of resetting Euicc data.
0849672890 : Enhance battery settings limit charge tip
23953a78fd : Import translations. DO NOT MERGE ANYWHERE
18d3b50206 : Import translations. DO NOT MERGE ANYWHERE
c6f7519a06 : Import translations. DO NOT MERGE ANYWHERE
a40d069943 : Import translations. DO NOT MERGE ANYWHERE
9edf79741d : Update settings PrimarySwitchPreference reference
1469626b4a : Phone fails to switch channel mode from stereo to mono
f56682808e : Fix Text of VoLTE setting cannot be updated when SIM state is changed
bea12d4bbe : Change the SIM color for passing the GAR
ad0bb5b7fe : Remove uses of deprecated class BatterySipper also, remove the obsolete class FakeUid
0e9fe6d45d : Import translations. DO NOT MERGE ANYWHERE
cdffe034fa : Import translations. DO NOT MERGE ANYWHERE
ef02a83e5b : Import translations. DO NOT MERGE ANYWHERE
f73ff37faa : Import translations. DO NOT MERGE ANYWHERE
244a1c8471 : Disable AppCopyFragment
56c0fe1c84 : Add new ACTION_WIFI_DETAILS_SETTINGS to Settings
25b81a2640 : Revert "Revert "UWB: Re-enable UWB toggle""
811888bcde : Initialize UwbManager only if supported on device.
b2f80a7105 : Refactor BatteryOptimizeUtils from enum to @IntDef
48c78663c2 : Update the title of Gesture Navigation page title
d2ca4038ce : Support multi-users for NFC payments
27a679f72f : Import translations. DO NOT MERGE ANYWHERE
a79808bce4 : Import translations. DO NOT MERGE ANYWHERE
7f94301cd4 : Log accessibility privacy warning status (2/2)
18ad0c49a8 : Import the window extension libary in the Settings app
cfbf0b0336 : Remove CDM entries in Connected Device.
a95a05431e : Refresh biometric preference controllers on lifecycle events.
3e10ac87ee : Fetch admin details if not present in Intent.
a9674f1e17 : Import translations. DO NOT MERGE ANYWHERE
53e3aea5b1 : Import translations. DO NOT MERGE ANYWHERE
04d698d1f6 : Import translations. DO NOT MERGE ANYWHERE
9b333b2dcb : Import translations. DO NOT MERGE ANYWHERE
1cc61672ef : [Settings] Avoid from floating overlay when displaying SIM selection UI
6e1ecbd617 : Update OWNERS.
76ca8923ab : Add JobScheduler support in factor controller
001fd1b1bd : Do not show work profile strings for parent-managed enrollment
347f58ad6e : Update AlarmManager Global Settings String
118091fb1e : Increase character limit for translations
bda8c22267 : [Settings] Avoid from main UI thread blocking on accessing eSIM
4cba8eeaa3 : Import translations. DO NOT MERGE ANYWHERE
ff33565826 : Import translations. DO NOT MERGE ANYWHERE
a5930e87ef : Import translations. DO NOT MERGE ANYWHERE
289ff0bec9 : Import translations. DO NOT MERGE ANYWHERE
7b2293ef9a : Parse AM Constants to get keys:value for Dialog
2296f618cc : Add biometric OWNERS to unit tests.
9514607aa1 : Revert "UWB: Re-enable UWB toggle"
fd009229e5 : Fix QR code scanner layout in "Pair devices over Wi-Fi" page.
2e593b3784 : Revert "UWB: Re-enable UWB toggle"
7e14668094 : Don't show Wi-Fi icon if the level is -1
ddf63eac87 : Add owner to the connected device folder
9af602b3ad : [Settings] WFC preference will be grey out after disconnecting the call
b2a6266fa9 : [Settings] Avoid from immediate update when UI inactive and SIM absent
64c668e7b5 : Easy app-installing for Guest users
4735da065e : Add toggle switch for auto rotate preference in display settings.
22a4fc040f : Move automatic rules ("Schedules") into general DND category.
9afb31107a : Import translations. DO NOT MERGE ANYWHERE
0795b69761 : Import translations. DO NOT MERGE ANYWHERE
5ebb245618 : Create Dialog to edit TARE factors
9dc7f45725 : Update UI when TARE settings revert to default
ba30b04cc3 : Fix USB tethering is not turned on with a single tap
1031bb2693 : TARE Global Toggle
6a636a8f47 : Import translations. DO NOT MERGE ANYWHERE
e1215a0076 : Import translations. DO NOT MERGE ANYWHERE
8db6e5ac5e : [Settings] Fine tune log output and code comments
e2d2f44888 : Revert to Default Settings
41873bd7a4 : Remove refs of isSeparateProfileChallengeAllowed
1b586ec8dc : IAdbManager.getPairDevices returns FingerprintAndPairDevice[].
d61750990d : PairDevice to structured Parcelable.
eefce6a1f3 : Handle blobs and leases that never expire correctly.
848d097b94 : [Settings] eSIM existance detection rule change
8073d4eb92 : Job Scheduler TARE page implementation
aef6ac2889 : Alarm Manager policy TARE page implementation
7461d69a41 : Import translations. DO NOT MERGE ANYWHERE
99ef4ec5fb : Import translations. DO NOT MERGE ANYWHERE
6187ec83a8 : Fix memory leak in TopLevelBatteryPreferenceController
1caaf7447d : Fix Settings crash issue
7437b1f07e : UWB: Re-enable UWB toggle
8c818c3b4a : Import translations. DO NOT MERGE ANYWHERE
b23c15307c : Import translations. DO NOT MERGE ANYWHERE
1a075e874f : TARE string clarification
59d5b47f6d : Support RTL mode in Sim switch dialog
a8ce9abde7 : [Settings] SIM summary subtitle display "null" when Fi SIM
6267a5ac1f : Import translations. DO NOT MERGE ANYWHERE
421a5f395a : Import translations. DO NOT MERGE ANYWHERE
cbb0b73aed : Remove NetworkScoreManager from WifiTrackerLib classes
658a417205 : [Provider Model] Correct the Settings shortcut of the Settings Widget
847f326cd4 : [Settings] Allow disabled SIM to be controlled in UI
918c10aabc : Import translations. DO NOT MERGE ANYWHERE
6e330d37f7 : Import translations. DO NOT MERGE ANYWHERE
6984efdef7 : Import translations. DO NOT MERGE ANYWHERE
c0ec364fac : Import translations. DO NOT MERGE ANYWHERE
88a091789b : Rename Enhanced MAC Randomization to Non-Persistent
6ffa9dad04 : Add TARE button and homepage to developer options.
2868b4af7a : aggregate the items of network selection list
1d37fc6daf : Change the Network preference summary for wifi option
3563baee28 : Refactor HandlerInjector to SettingsLib
54b45141b5 : Refactor InternetIconInjector to SettingsLib
161bbeaa1d : Fix unbundled settings launching activity.
e9f13fbd5e : Rename RadioButtonPreference -> SelectorWithWidgetPreference.
0821f75b82 : Import translations. DO NOT MERGE ANYWHERE
89c2067a75 : Import translations. DO NOT MERGE ANYWHERE
23f43d172c : Increase string length limit for summary of unrestricted data usage
e8a4e13a80 : Add new ACTION_WIFI_DETAILS_SETTINGS to Settings
a4b6166d29 : Import translations. DO NOT MERGE ANYWHERE
67fee1eadc : Import translations. DO NOT MERGE ANYWHERE
9c63c415ea : Fix the problem that the SIM status and IMEI after the "Build number".
f9cccd900f : Import translations. DO NOT MERGE ANYWHERE
783ad2b74e : Import translations. DO NOT MERGE ANYWHERE
ab8a922f77 : [Provider Model] Redirect Settings Internet panel request to SystemUI.
b537d169b4 : Update OWNERS for package settings > accessibility
ee1893af6e : Add a cancel string for ToggleSubscriptionDialog to handle Tamil translation
88703322a5 : Revert "Rename Enhanced MAC Randomization to Non-Persistent"
a8021e3380 : Remove direct IMMS dependency from DevelopmentTiles
54bd206fbc : [Settings] Fix RTL issue of Calls and SMS
ebce137f63 : Revert "Rename Enhanced MAC Randomization to Non-Persistent"
e7cb2762f9 : Revert "Rename Enhanced MAC Randomization to Non-Persistent"
cfb0bbc0d0 : Revise strings for the NFC developer option
0726f263a8 : [Settings] Rollback group UUID merging in SIM settings
a54853c370 : Import translations. DO NOT MERGE ANYWHERE
fc4e91569b : Import translations. DO NOT MERGE ANYWHERE
c8869d82ca : Import translations. DO NOT MERGE ANYWHERE
cfb994c644 : Remove some attributes to move the dialog window up
4c2dfa26e3 : [Settings] Correct some typo
75f1450bbf : [Settings] Hide subscriptions not existed within device
84073b9851 : [Povider Model] Fix string in SIMs
59c0a7bc63 : Make WifiDppEnrolleeActivity launches explicit
05f29efe34 : [Settings] Avoid from Exception breaks the rule
76bf6ff525 : [Settings] Settings within each SIM not been displayed to the user
9e7d132ab8 : Remove redundant spaces in ActivityPicker
c6d5dcfc6c : Remove no-used EntityHeaderController in Storage Settings
817d2de1f0 : Import translations. DO NOT MERGE ANYWHERE
e601abf9c5 : Import translations. DO NOT MERGE ANYWHERE
2da15f5ff7 : Import translations. DO NOT MERGE ANYWHERE
b3bdbe0be2 : Import translations. DO NOT MERGE ANYWHERE
3bddbf2fa5 : Import translations. DO NOT MERGE ANYWHERE
ac0886d754 : Import translations. DO NOT MERGE ANYWHERE
18708c4f00 : Import translations. DO NOT MERGE ANYWHERE
bdbe05e916 : Import translations. DO NOT MERGE ANYWHERE
bd76eefe82 : Import translations. DO NOT MERGE ANYWHERE
095f7a994f : Import translations. DO NOT MERGE ANYWHERE
1eac1f2cc4 : Import translations. DO NOT MERGE ANYWHERE
2fbf3efb09 : Fix mobile network test cause process crashed.
3e20e0ec37 : Switch back to sync IInputMethodManager
cfb194d605 : ManageablePreferenceTest created for VpnSettings
58d100c3a0 : [Settings] Prevent crash from abnormal behavior for ApnSettings page.
767681812b : Set the attribute of the dialog window for overlay QS internet panel
18c83959b1 : RESTRICT AUTOMERGE Fix phishing attacks over Bluetooth due to unclear warning message
4217584da9 : RESTRICT AUTOMERGE Update string
ea9c82d2d0 : Revert "Return enrollment consent status to caller."
57735f20cb : Revert "Return enrollment consent status to caller."
4225944fc0 : Add test case for on off airplane mode repeatly
d9f8711188 : Add test to launch all sub items in Settings home.
5f9e36181d : Fix dark mode activity in incorrect stage exception
9c957e4c46 : Adds test case: disable mobile network function
30b60195e8 : Remove unnecessary converting us to ms in BatteryInfo
fbe1293a54 : [Settings] fix for Wifi calling settings page crash
d5122c99da : Import translations. DO NOT MERGE ANYWHERE
099228835a : Import translations. DO NOT MERGE ANYWHERE
4807ff8a84 : Import translations. DO NOT MERGE ANYWHERE
b76c7bcd31 : Import translations. DO NOT MERGE ANYWHERE
5148311d60 : Bug fix: null string will cause exception in checkStringInAdbCommandOutput
9e51e4cb76 : AppPreferenceTest created for VpnSettings
74597578ca : LegacyVpnPreferenceTest added for Vpn settings
528c9aa1a6 : Import translations. DO NOT MERGE ANYWHERE
cbf8a083b8 : Import translations. DO NOT MERGE ANYWHERE
3da973faed : Import translations. DO NOT MERGE ANYWHERE
9ade421c94 : Import translations. DO NOT MERGE ANYWHERE
340a7fb640 : Rename Enhanced MAC Randomization to Non-Persistent
5c93fc758a : Add testcase: Add multiple user and delete.
278b1e8cce : Add test case for dark theme scheduler.
1d1cdf0447 : Import translations. DO NOT MERGE ANYWHERE
37066cccfb : Import translations. DO NOT MERGE ANYWHERE
b2c157906c : Import translations. DO NOT MERGE ANYWHERE
5a8966882e : Import translations. DO NOT MERGE ANYWHERE
f4e837e555 : Import translations. DO NOT MERGE ANYWHERE
97e54327d7 : Import translations. DO NOT MERGE ANYWHERE
7be3fbc056 : Import translations. DO NOT MERGE ANYWHERE
d2b3465c91 : Import translations. DO NOT MERGE ANYWHERE
5cc770aba5 : Import translations. DO NOT MERGE ANYWHERE
7656542419 : [Settings] Code Refactor - ActiveSubsciptionsListener
0997411165 : Fix the issue of permanent loading when Wi-Fi is disabled
56c567a7e0 : Fix the issue of permanent loading when Wi-Fi is disabled
f74bb461d5 : UK emergency alert app rename
0c451aab4d : Add OWNERS file for TARE robotests.
82a8bd5375 : Import translations. DO NOT MERGE ANYWHERE
3d6b0efe19 : Import translations. DO NOT MERGE ANYWHERE
249bbe6eb2 : Import translations. DO NOT MERGE ANYWHERE
e9ab5389ac : Import translations. DO NOT MERGE ANYWHERE
91dcd42319 : Add WifiTrackerLib as separate dependency from SettingsLib
9deb600326 : Add a developer option to increase nfc stack log level
368852424c : Revert "[Provider Model] Replace WiFi panel to Internet panel"
137e7610b8 : [Settings] Change API for backup calling supporting status
992779a314 : Import translations. DO NOT MERGE ANYWHERE
86eb42fb68 : Import translations. DO NOT MERGE ANYWHERE
d132c6a8a3 : Import translations. DO NOT MERGE ANYWHERE
9c88dc614f : Import translations. DO NOT MERGE ANYWHERE
1e7914460a : Add OWNERS file for TARE.
4f1e0067d9 : Import translations. DO NOT MERGE ANYWHERE
11d9d5023f : Import translations. DO NOT MERGE ANYWHERE
552992ac12 : Enable the clear credentials buttons when wifi keys are installed.
696c9b7335 : [Settings] Connected carrier should not be forbidden ones
e96b889d5b : [Settings] Code refactor - NetworkSelectSettingsTest
9fe8ff56b3 : Import translations. DO NOT MERGE ANYWHERE
266822218d : Import translations. DO NOT MERGE ANYWHERE
199bc02ab0 : Fix crash due to traffic light face Lottie animation
550eb424c2 : Fix crash due to traffic light face Lottie animation
1ed87faa2a : Fix crash due to traffic light face Lottie animation
ac8dae621e : Import translations. DO NOT MERGE ANYWHERE
07b7c39916 : Import translations. DO NOT MERGE ANYWHERE
e2ea5ed15d : Import translations. DO NOT MERGE ANYWHERE
550b0e356b : Import translations. DO NOT MERGE ANYWHERE
43c3ba86cd : Ensure settings maintains its Bluetooth device inquiry state
69cc5377f1 : Make preference title align after icon
d67363b67f : Import translations. DO NOT MERGE ANYWHERE
e9108f4461 : Import translations. DO NOT MERGE ANYWHERE
fb6500410f : Update style name
6eb27a6d0a : [DO NOT MERGE] Modify Wi-Fi details settings to restricted style
cdf9a1509b : RESTRICT AUTOMERGE Fix unable to send file via OPP
f1d1bb7816 : RESTRICT AUTOMERGE Fix bluetooth settings will broadcast to anywhere when some cases
42be5cfa10 : Prevent drawing on top of DevicePickerActivity
4493d84ab2 : Prevent HTML Injection on the Device Admin request screen
411d863218 : Import translations. DO NOT MERGE ANYWHERE
cbb164a016 : Import translations. DO NOT MERGE ANYWHERE
a84987564b : Settings: remove Bluetooth related text from DNS-dialog
c640453297 : Settings: use framework text colors for SwitchBar
c31bb7762d : Import translations. DO NOT MERGE ANYWHERE
74822b6dc3 : wifi: Use new API for data usage function
decf98e010 : Import translations. DO NOT MERGE ANYWHERE
fa6e82b879 : Implements profile selection tab in Storage Settings
986ed14f0d : Import translations. DO NOT MERGE ANYWHERE
41d6585836 : Import translations. DO NOT MERGE ANYWHERE
7e753ccf43 : Fixes NPE in Screen attention setting
cdb1df6c37 : Import translations. DO NOT MERGE ANYWHERE
1466862168 : Revert "Fixes 'no ripple effect' issue for screen attention setting"
5307941cd4 : Revert "Fixes 'no ripple effect' issue for screen attention setting"
62bada177e : Import translations. DO NOT MERGE ANYWHERE
710f207d38 : Import translations. DO NOT MERGE ANYWHERE
bf1eb201cb : Import translations. DO NOT MERGE ANYWHERE
af6cb9521a : Import translations. DO NOT MERGE ANYWHERE
bfdd5160c6 : Import translations. DO NOT MERGE ANYWHERE
ee5b17c8a1 : Import translations. DO NOT MERGE ANYWHERE
85860acefb : Import translations. DO NOT MERGE ANYWHERE
d3ccf4b541 : Add NR SA OVERRIDE_NETWORK_TYPE_NR_ADVANCED for TelephonyDisplayInfo
b4dc53eca4 : Import translations. DO NOT MERGE ANYWHERE
85e0230606 : Import translations. DO NOT MERGE ANYWHERE
d086ba103f : Import translations. DO NOT MERGE ANYWHERE
807cbea464 : Import translations. DO NOT MERGE ANYWHERE
b97c595a50 : Import translations. DO NOT MERGE ANYWHERE
403e4244c0 : Import translations. DO NOT MERGE ANYWHERE
4f23d17e72 : Import translations. DO NOT MERGE ANYWHERE
029acb868c : Import translations. DO NOT MERGE ANYWHERE
83293405aa : Apply SettingsPreferenceTheme in Settings
6fab5f8f52 : Apply SettingsPreferenceTheme in Settings
2a829315a0 : Apply SettingsPreferenceTheme in Settings
cc6531e857 : Apply SettingsPreferenceTheme in Settings
e936ffc555 : Import translations. DO NOT MERGE ANYWHERE
96deb02d6b : Import translations. DO NOT MERGE ANYWHERE
ceb2e28da4 : Hide non-system overlay window on ActivityPicker
dfeb446e02 : Import translations. DO NOT MERGE ANYWHERE
f00205fc15 : Import translations. DO NOT MERGE ANYWHERE
6474b7cb6b : Import translations. DO NOT MERGE ANYWHERE
e6a1d87285 : Import translations. DO NOT MERGE ANYWHERE
761b0f0b77 : Revert "Unit tests for the VpnInfoPreference."
ec4b612932 : Update string for editing an insecure VPN.
44eb1ac369 : Import translations. DO NOT MERGE ANYWHERE
5d92ad5232 : Legacy VPN Configuration Dialog includes error message if VPN is an insecure type.
1e461619ab : Unit tests for the VpnInfoPreference.
7a68eb3b5e : Connect VPN warning help icon with the network & internet page.
1bb0aa9c07 : Import translations. DO NOT MERGE ANYWHERE
ba79fe6676 : Add option menu in StorageDashboardFragment
89e6d99daf : Revamp Storage Settings header part
c2057ae257 : [Accessibility button settings] Remove half circle option in size selector
e384fa00d9 : Add strings for Safety & Emergency section
3922249709 : Gear Preference on VPN page includes subtitle if the vpn is an insecure type
7361f8557c : VpnPreferenceControllerTest converted to JUnit
a7774a10e0 : Warning / Info icon added for the VPN Preference
96121b3f0d : Update the vector drawable for accessibility button preview preference
1a0e2b1be5 : Remove the accessibility gesture tutorial dialog in system navigation
5fe2cdcf87 : Update the dialog content for accessibility floating menu
de49feae60 : Import translations. DO NOT MERGE ANYWHERE
c9130edef7 : Import translations. DO NOT MERGE ANYWHERE
d5f2f47342 : Fix NPE crash during setup flow
9584ba6b57 : Add seekBar properties 'tickMark' to LabeledSeekBarPreference
f9fdedaafe : Add the preference controller to control accessibility button fade preference
603014760f : Add the preference controller to control accessibility button preview preference
fa79ee6727 : Update GeoTZ strings.
c497c7aabe : Add the preference controller to control accessibility button opacity preference
04955b96ae : Add the preference controller to control accessibility button size preference
123464429d : Add the preference controller to control accessibility button location preference
289272c67c : Import translations. DO NOT MERGE ANYWHERE
e2e686d9cd : Import translations. DO NOT MERGE ANYWHERE
93ef33655c : Setup basic layout and resources for the accessibility button settings page
5a36305aae : StorageProfileFragmentTest converted to JUnit
899eb7282d : TopLevelStoragePreferenceControllerTest converted to JUnit
d2a5331711 : PrivateVolumeOptionMenuControllerTest converted to JUnit
b277923e56 : BrandedAccountPreferenceControllerTest converted to JUnit
804b9a4d46 : PhoneNumberPreferenceControllerTest converted to JUnit
22241eb25f : BuildNumberPreferenceControllerTest converted to JUnit
b8f05956ed : HardwareRevisionPreferenceControllerTest converted to JUnit.
d552011b7c : SerialNumberPreferenceControllerTest converted to JUnit
a8bf939d41 : DeviceModelPreferenceControllerTest converted to JUnit.
6bccd36399 : HardwareInfoPreferenceControllerTest migrated to JUnit.
4e210b4e98 : Import translations. DO NOT MERGE ANYWHERE
2cd1a26968 : Import translations. DO NOT MERGE ANYWHERE
2bd17b2f31 : Revert "Use location access for recent location apps."
363d920e90 : Revert "Use location access for recent location apps."
4fe66437a8 : Revert "Use location access for recent location apps."
07aabde17b : Revert "Use location access for recent location apps."
6abad5abce : Import translations. DO NOT MERGE ANYWHERE
1d0fe4083a : Import translations. DO NOT MERGE ANYWHERE
961c3184cf : Add NR SA OVERRIDE_NETWORK_TYPE_NR_ADVANCED for TelephonyDisplayInfo
5903962d23 : Disallow modifying USB in Settings
cfc5696808 : Import translations. DO NOT MERGE ANYWHERE
36beac2346 : Import translations. DO NOT MERGE ANYWHERE
c14e3b3115 : Unique display name util uses available, rather than active, subscriptions.
f7e3d57023 : UK emergency alert app rename
daf7550a86 : SubscriptionUtil checks that SubscriptionInfo is null before accessing.
125aa7d29b : Fix the background color of the homepage.
b2c4636bba : Import translations. DO NOT MERGE ANYWHERE
cefdfc7bc9 : Remove a test case for fixing broken pesubmit
c22313c741 : Add accessibility shortcuts fragment in a11y settings
59958e663d : The UI is not immediately updated
2449c03927 : [Provider Model] Update the string to latest.
3c02095c90 : [Provider Model] Pass null to the reason parameter to avoid unnecessary bugreports
974662936e : Add Settings UI for MTP transcoding over USB.
07de359094 : Update with new permission to restart Wifi Subsystem
62f910d967 : Revert "Export proguard.flags, manifest and sources for use by S..."
51fae89a67 : Revert "Build Settings-robo-testutils for use by SettingsGoogleR..."
686e23637b : Add toggle for Prevent Ringing setting in Gesture page.
5dfed3d742 : Revert "Add adaptive charging to the top level settings menu"
f51b88b606 : Fix NPE in AnomalyDetectionReceiver.
2e550d71fa : Revert "Add the FLAG_IMMUTABLE flag for creating a PendingIntent"
25439c0e8e : Revert "Add the FLAG_IMMUTABLE flag for creating a PendingIntent"
ade5a2a8ae : Fix settings crash
5cc2488220 : Revert "Don't write user_switcher_enabled value when enter this Settings"

+- Project: platform/packages/apps/SettingsIntelligence

0ab7496 : Import translations. DO NOT MERGE ANYWHERE
f0645d4 : Update Enterprise search keywords/results
da998d5 : Import translations. DO NOT MERGE ANYWHERE
fcd0097 : Import translations. DO NOT MERGE ANYWHERE
c655b3d : Import translations. DO NOT MERGE ANYWHERE
62e1511 : Update the target SDK version of AOSP SettingsIntelligence.
ee42c40 : Fix licenses and license texts.
d2366b6 : Update the target SDK version of AOSP SettingsIntelligence.
906fd59 : Import translations. DO NOT MERGE ANYWHERE
c399624 : Import translations. DO NOT MERGE ANYWHERE
adfbd5b : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/SpareParts

f2edf73 : Fix license and license text.

+- Project: platform/packages/apps/Stk

d269b2a : Updated the owners
bee1d90 : Fix license and license text.
4efb55f : add post_notification permission to manifest so the package can send notifications on T+
66a969b : Update owners file
cd68c49 : Adding receiver flags to STK
3387529 : Add logs for showing StkInputActivity text helper Bug: 194545490 Test: none
1c0805f : Update telephony OWNERS file
8143ee9 : Remove unnecessary content title from notifications
e030178 : Make intent immutable

+- Project: platform/packages/apps/StorageManager

8e30902 : Export sources for use by StorageManagerGoogle
1b0fc7a : Import translations. DO NOT MERGE ANYWHERE
b8aa767 : Import translations. DO NOT MERGE ANYWHERE
b929647 : Import translations. DO NOT MERGE ANYWHERE
ee8b1a3 : Import translations. DO NOT MERGE ANYWHERE
f7dfca1 : Import translations. DO NOT MERGE ANYWHERE
0b43be3 : Set AOSP StorageManager app a platform certificate app
0f33c41 : Import translations. DO NOT MERGE ANYWHERE
b00425c : Import translations. DO NOT MERGE ANYWHERE
be0e2a3 : add post_notification permission to manifest so the package can send notifications on T+
1a4e6c7 : Import translations. DO NOT MERGE ANYWHERE
394e900 : Import translations. DO NOT MERGE ANYWHERE
a2bcf3c : Import translations. DO NOT MERGE ANYWHERE
79215fa : Import translations. DO NOT MERGE ANYWHERE
061957b : Import translations. DO NOT MERGE ANYWHERE
a596b10 : Import translations. DO NOT MERGE ANYWHERE
ddaf7ee : Import translations. DO NOT MERGE ANYWHERE
ccc249e : Import translations. DO NOT MERGE ANYWHERE
0310976 : Import translations. DO NOT MERGE ANYWHERE
2732b53 : Import translations. DO NOT MERGE ANYWHERE
a6beeb3 : Import translations. DO NOT MERGE ANYWHERE
145d707 : Import translations. DO NOT MERGE ANYWHERE
73f683b : Import translations. DO NOT MERGE ANYWHERE
49bade1 : Import translations. DO NOT MERGE ANYWHERE
5f33035 : Import translations. DO NOT MERGE ANYWHERE
97be253 : Import translations. DO NOT MERGE ANYWHERE
38ebf48 : Import translations. DO NOT MERGE ANYWHERE
76e5e34 : Import translations. DO NOT MERGE ANYWHERE
fb0483e : Import translations. DO NOT MERGE ANYWHERE
6dee1a5 : Import translations. DO NOT MERGE ANYWHERE
dbe9410 : Import translations. DO NOT MERGE ANYWHERE
fb0081b : Import translations. DO NOT MERGE ANYWHERE
a5ae587 : Import translations. DO NOT MERGE ANYWHERE
c312371 : Import translations. DO NOT MERGE ANYWHERE
d2743fd : Import translations. DO NOT MERGE ANYWHERE
8fe5d6f : Import translations. DO NOT MERGE ANYWHERE
93e10a5 : Import translations. DO NOT MERGE ANYWHERE
bbdb2df : Import translations. DO NOT MERGE ANYWHERE
b36f532 : Import translations. DO NOT MERGE ANYWHERE
701cbd8 : Import translations. DO NOT MERGE ANYWHERE
5f5772b : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/SystemUIGo

4e800ab : EnhancedEstimates is now bound in PowerModule.
0d6e297 : [Status Bar] Rename StatusBar -> CentralSurfaces in Go.
35c0354 : Dagger boilerplate
0162074 : Ignore files generated by aidegen
8b3ec49 : Add gitignore
2335de9 : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/SystemUIGo
0abf40a : Add resource modifications for SystemUIGo
c7bdae6 : Create new SystemUIGo module
b26ae21 : Add OWNERS file
4d24615 : Initial empty repository

+- Project: platform/packages/apps/TV

9034ff52 : TTS=On,press menu key no tts dialog
0564d298 : Add package name.
f41f17b8 : Annotation should be before modifiers
84760164 : add post_notification permission to manifest so the package can send notifications on T+
2d7bf9da : Convert input/Android.mk to Android.bp
fade9519 : Update lint baseline for live-tv-tuner
20322236 : Handle null value for the recording_data_uri field
3492064c : Fix codec input buffer filling logic.
59866083 : Add permission file for sampletunertvinput.
4762f273 : Add FLAG_IMMUTABLE to implicit PendingIntent
18ae3696 : Add license_text res/raw/third_party_licenses
f85440d4 : Convert jank/Android.mk to Android.bp

+- Project: platform/packages/apps/Tag

2b59503 : Import translations. DO NOT MERGE ANYWHERE
f9d97e4 : Import translations. DO NOT MERGE ANYWHERE
3303323 : Import translations. DO NOT MERGE ANYWHERE
e06278d : Import translations. DO NOT MERGE ANYWHERE
7e857e2 : Import translations. DO NOT MERGE ANYWHERE
0fa3a3d : Import translations. DO NOT MERGE ANYWHERE
6f467d8 : Import translations. DO NOT MERGE ANYWHERE
32b0d79 : Import translations. DO NOT MERGE ANYWHERE
0c1ddb3 : Import translations. DO NOT MERGE ANYWHERE
8e7e78d : Import translations. DO NOT MERGE ANYWHERE
badab32 : Import translations. DO NOT MERGE ANYWHERE
c1e763f : Import translations. DO NOT MERGE ANYWHERE
4bcc444 : Import translations. DO NOT MERGE ANYWHERE
92ab560 : Import translations. DO NOT MERGE ANYWHERE
f0a0742 : Import translations. DO NOT MERGE ANYWHERE
2cde63c : Import translations. DO NOT MERGE ANYWHERE
d865c60 : Import translations. DO NOT MERGE ANYWHERE
9dd67e3 : Import translations. DO NOT MERGE ANYWHERE
19e2858 : Import translations. DO NOT MERGE ANYWHERE
853f02d : Import translations. DO NOT MERGE ANYWHERE
0e87f6b : Import translations. DO NOT MERGE ANYWHERE
8d8b60e : Import translations. DO NOT MERGE ANYWHERE
53422b3 : Import translations. DO NOT MERGE ANYWHERE
55bdc9c : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/Test/connectivity

fb43b1d : Replacing getActiveDevice by btAdapter.getActiveDevices()
2ed4911 : Fix licenses and license texts.
e6b224e : Add unaudited exported flag to exposed runtime receivers
8227bf5 : Updated OWNERS to match Bluetooth OWNERS
5525edb : Make BluetoothCodecConfig and BluetoothCodecStatus public.
2458191 : Fix include path for system/bt
88ea378 : Fix include path for system/bt
aad6f91 : Fix include path for system/bt

+- Project: platform/packages/apps/ThemePicker

880a85a : Import translations. DO NOT MERGE ANYWHERE
0880633 : Import translations. DO NOT MERGE ANYWHERE
2445335 : Change the id for color sections and its ancestor.
0078101 : Import translations. DO NOT MERGE ANYWHERE
27a9a7c : Import translations. DO NOT MERGE ANYWHERE
efcb63f : Import translations. DO NOT MERGE ANYWHERE
e0d8968 : Import translations. DO NOT MERGE ANYWHERE
646aeb7 : Set a unique id for color sections to prevent focus issues on talkback mode
1e435f1 : Import translations. DO NOT MERGE ANYWHERE
f4b501f : Import translations. DO NOT MERGE ANYWHERE
4c74f6f : Make reloading color options thread safe
ec38484 : Fix color option changes while applying dark/light theme
72bb951 : Revise manifest for adding trampoline activity
3042e60 : Import translations. DO NOT MERGE ANYWHERE
d864ebe : Import translations. DO NOT MERGE ANYWHERE
52b0a3e : Fix scrolling goes under the expanded action bar
b04d495 : Import translations. DO NOT MERGE ANYWHERE
b2f590f : Import translations. DO NOT MERGE ANYWHERE
292fba0 : Add logging for color variants
fad9449 : Import translations. DO NOT MERGE ANYWHERE
5466425 : Import translations. DO NOT MERGE ANYWHERE
0c05e3d : Add logSnapshot() function
62b60a1 : Refactor getCollectionIdHashCode()
bdf3422 : Use renderscript intrinsics replacement toolkit
3724a36 : Import translations. DO NOT MERGE ANYWHERE
5cb572f : Apply color picking motion
48ec0ba : Fix GridOptionsManager isAvailable NullPointerException
93f8e20 : Import translations. DO NOT MERGE ANYWHERE
ad1b0d2 : Import translations. DO NOT MERGE ANYWHERE
731a7c8 : Always recreate the SurfaceView when updating the grid preview
57c1504 : Fix dynamic color page indicator not adapt RTL
01d00e6 : Import translations. DO NOT MERGE ANYWHERE
128dd1c : Fix can't switch back to default color option
11733e2 : Fix basic color preview
04c4e40 : Import translations. DO NOT MERGE ANYWHERE
dbd2e08 : Import translations. DO NOT MERGE ANYWHERE
6721138 : Hide grid selection if grid option size <= 1
1429071 : Implement logEffectApply by using SysUiStatsLog
3966f14 : Migrate color related tests into AOSP
5b6442f : Import translations. DO NOT MERGE ANYWHERE
c99ed1b : Import translations. DO NOT MERGE ANYWHERE
b734a69 : Import translations. DO NOT MERGE ANYWHERE
06d0124 : Import translations. DO NOT MERGE ANYWHERE
cdd6a20 : Fix GridFragment crash in landscape
d7532c4 : Fix Talkback speak pages for "Wallpapers/Basic colors" tab
53fc4d5 : Move color picking code into AOSP
caf5996 : Fix Tests
c51848b : Retire ClocksFetchTask to avoid using AsyncTask
304b04f : Add android:relinquishTaskIdentity for multi-pane
e606849 : Update sizes for color options
3922565 : Add constants for theme style
2e386a0 : Change the resource qualifier height & width
cbf91ee : Import translations. DO NOT MERGE ANYWHERE
f30dcd4 : Auto calculate grid card size
1f3286a : Import translations. DO NOT MERGE ANYWHERE
c565bba : Import translations. DO NOT MERGE ANYWHERE
beb3e53 : Change color option and grid option layout
b4087bd : Remove obsolete classes
f97f9f9 : Import translations. DO NOT MERGE ANYWHERE
d58f05f : Add items in styles to support snackbar
0a21fa2 : Fix grid Talkback can't focus on apply button
b2549d1 : Import translations. DO NOT MERGE ANYWHERE
dc451de : Update Robolectric SDK to 31
e9e1a38 : Remove LoadThumbnailTask to avoid using AsyncTask
b466eda : Retire AsyncTask in GridOptionsManager
11c8b6d : Import translations. DO NOT MERGE ANYWHERE
b6c8518 : Import translations. DO NOT MERGE ANYWHERE
58a9d9e : Import translations. DO NOT MERGE ANYWHERE
090e90f : Import translations. DO NOT MERGE ANYWHERE
6445b3b : Import translations. DO NOT MERGE ANYWHERE
2fe1077 : Import translations. DO NOT MERGE ANYWHERE
592e967 : Import translations. DO NOT MERGE ANYWHERE
135f66f : Import translations. DO NOT MERGE ANYWHERE
34f8eb0 : Import translations. DO NOT MERGE ANYWHERE
99ee781 : Import translations. DO NOT MERGE ANYWHERE
2fb9f4b : Import translations. DO NOT MERGE ANYWHERE
3d93b58 : Import translations. DO NOT MERGE ANYWHERE
2790b05 : [4/4] Move new picker logic to AOSP
1baf87e : Don't use WallpaperPicker2 BuildCompat
3988c1b : Import translations. DO NOT MERGE ANYWHERE
5b20dc1 : Don't use WallpaperPicker2 BuildCompat
cd8fe12 : Import translations. DO NOT MERGE ANYWHERE
9a3d01c : Import translations. DO NOT MERGE ANYWHERE
389efa6 : Import translations. DO NOT MERGE ANYWHERE
8273bb9 : Import translations. DO NOT MERGE ANYWHERE
26670d6 : Import translations. DO NOT MERGE ANYWHERE
a7786fe : Import translations. DO NOT MERGE ANYWHERE
57413e1 : Import translations. DO NOT MERGE ANYWHERE
f73a4a0 : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/ThemePicker

+- Project: platform/packages/apps/Traceur

e4c602c : Update Traceur target SDK to 33
de4b68e : Import translations. DO NOT MERGE ANYWHERE
89dc675 : Import translations. DO NOT MERGE ANYWHERE
2d179c6 : Import translations. DO NOT MERGE ANYWHERE
a3a97b7 : Import translations. DO NOT MERGE ANYWHERE
3600119 : Import translations. DO NOT MERGE ANYWHERE
e803dc4 : Import translations. DO NOT MERGE ANYWHERE
1602282 : Import translations. DO NOT MERGE ANYWHERE
75cb70b : Import translations. DO NOT MERGE ANYWHERE
d2659c0 : Import translations. DO NOT MERGE ANYWHERE
1e6ddbd : Import translations. DO NOT MERGE ANYWHERE
d576b5e : Revert "Temporarily ignore Traceur UI tests"
6788992 : Import translations. DO NOT MERGE ANYWHERE
8798a82 : Import translations. DO NOT MERGE ANYWHERE
ef45c7e : Import translations. DO NOT MERGE ANYWHERE
abd66ec : Add tests for trace categories in Traceur
c67bedd : Update Traceur test (testSuccessfulTracing)
00ba85d : Replace private resource reference in colors.xml
d9add2b : Import/variable cleanup in Traceur
8e3e861 : Remove timeout-and-destroy behavior from exec()
c62ba5b : Import translations. DO NOT MERGE ANYWHERE
850c1c1 : Import translations. DO NOT MERGE ANYWHERE
6a66798 : Temporarily ignore Traceur UI tests
d10f259 : Import translations. DO NOT MERGE ANYWHERE
d60fb08 : Import translations. DO NOT MERGE ANYWHERE
700a5f2 : Import translations. DO NOT MERGE ANYWHERE
c367c5e : Add Traceur to hwasan-postsubmit
8397bc0 : Get atrace Categories from Perfetto Query
361293b : Import translations. DO NOT MERGE ANYWHERE
b3b72a7 : Import translations. DO NOT MERGE ANYWHERE
4f194e3 : Import translations. DO NOT MERGE ANYWHERE
c9f1de8 : Add the android.hardware.camera data source.
83b8273 : Revert "Temporarily ignore UI tests"
cfad8a9 : Make Traceur a platform app
2da62ee : Temporarily ignore UI tests
59eccf6 : Make Traceur a platform app
2db8317 : Add toggleable attribute to manifest for run trace quick settings tile.
3003152 : Import translations. DO NOT MERGE ANYWHERE
79a999b : Import translations. DO NOT MERGE ANYWHERE
fc219ff : add post_notification permission to manifest so the package can send notifications on T+
843de61 : Import translations. DO NOT MERGE ANYWHERE
0c8c12b : Import translations. DO NOT MERGE ANYWHERE
6b96eb9 : Import translations. DO NOT MERGE ANYWHERE
7b53091 : Import translations. DO NOT MERGE ANYWHERE
372f828 : Import translations. DO NOT MERGE ANYWHERE
2c51716 : Import translations. DO NOT MERGE ANYWHERE
610048c : Import translations. DO NOT MERGE ANYWHERE
c83384a : Import translations. DO NOT MERGE ANYWHERE
5fa53fc : Import translations. DO NOT MERGE ANYWHERE
229b15a : Import translations. DO NOT MERGE ANYWHERE
c7d7345 : Add notification button for starting new trace
337b159 : Update plurals to use the ICU plurals library
832e715 : Import translations. DO NOT MERGE ANYWHERE
bea7a03 : Import translations. DO NOT MERGE ANYWHERE
1d7196b : Add non-null condition to notification summary
6549296 : Import translations. DO NOT MERGE ANYWHERE
99ae7fa : Import translations. DO NOT MERGE ANYWHERE
3ad31a0 : Import translations. DO NOT MERGE ANYWHERE
786c168 : Import translations. DO NOT MERGE ANYWHERE
ba9869f : Import translations. DO NOT MERGE ANYWHERE
5b214a4 : Import translations. DO NOT MERGE ANYWHERE
c5c6d58 : Import translations. DO NOT MERGE ANYWHERE
f96bb14 : Traceur: Add Chrome tracing categories
6a26373 : Backup shared preferences in Traceur
b32b5b9 : Add "power" to the list of default trace tags
68d6bb7 : Decrease timeout in TraceurAppTests
55c4452 : Import translations. DO NOT MERGE ANYWHERE
15125d3 : Add try/catch to the trace sharing dialog
ee25ea8 : Update the OWNERS for Traceur
1297fb3 : Import translations. DO NOT MERGE ANYWHERE
67b6d23 : Import translations. DO NOT MERGE ANYWHERE
db78dab : Import translations. DO NOT MERGE ANYWHERE
e2a526e : Import translations. DO NOT MERGE ANYWHERE
f4c9361 : Fix "Long traces" disabling long trace settings
41223cd : Add a timeout to TraceUtils.exec()
661f406 : Import translations. DO NOT MERGE ANYWHERE
de589be : Import translations. DO NOT MERGE ANYWHERE
924be9a : Import translations. DO NOT MERGE ANYWHERE
86ebf28 : Import translations. DO NOT MERGE ANYWHERE
c213ca8 : Fix missing dialog buttons on trace categories
a13b1b6 : Import translations. DO NOT MERGE ANYWHERE
5b46e45 : Use symbolize_ksyms by default
2d98ab9 : Import translations. DO NOT MERGE ANYWHERE
2ed8100 : Import translations. DO NOT MERGE ANYWHERE
e62eaf9 : Update Traceur icon to Settings default icon
4418d29 : Disable 'Attach traces to bugreport' on long trace
66f1543 : Attach ongoing traces to bugreports by default
3d9578d : Import translations. DO NOT MERGE ANYWHERE
a2311b8 : Import translations. DO NOT MERGE ANYWHERE
3f87e01 : Import translations. DO NOT MERGE ANYWHERE
abe02f3 : Import translations. DO NOT MERGE ANYWHERE
8b200d1 : Import translations. DO NOT MERGE ANYWHERE
aab52d4 : Import translations. DO NOT MERGE ANYWHERE
5332517 : Import translations. DO NOT MERGE ANYWHERE
2ded66e : Import translations. DO NOT MERGE ANYWHERE
4e75a14 : Import translations. DO NOT MERGE ANYWHERE
ebc07fc : Import translations. DO NOT MERGE ANYWHERE
19b13ef : Import translations. DO NOT MERGE ANYWHERE
551ab98 : Import translations. DO NOT MERGE ANYWHERE
4db2d7d : Import translations. DO NOT MERGE ANYWHERE
28de6f9 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/apps/TvSettings

184268afb : Import translations. DO NOT MERGE ANYWHERE
0b36f3030 : Import translations. DO NOT MERGE ANYWHERE
af2f2849d : Import translations. DO NOT MERGE ANYWHERE
e66b2eeba : Import translations. DO NOT MERGE ANYWHERE
5f011baef : Import translations. DO NOT MERGE ANYWHERE
133172fdc : Import translations. DO NOT MERGE ANYWHERE
913998054 : Import translations. DO NOT MERGE ANYWHERE
b101ec073 : Import translations. DO NOT MERGE ANYWHERE
cef436714 : Adding logic for Resolution preference in DisplayPreviewFragment
5979d549c : Import translations. DO NOT MERGE ANYWHERE
f81557c52 : Import translations. DO NOT MERGE ANYWHERE
a479152eb : Import translations. DO NOT MERGE ANYWHERE
d27034b3c : Secure ADB: Fix status string to the settings menu if internet is not available
4780ea3c3 : Import translations. DO NOT MERGE ANYWHERE
605871aa3 : Make one-panel TvSettings set unrestricted keep-clear areas
24844036e : Import translations. DO NOT MERGE ANYWHERE
991c12b78 : Import translations. DO NOT MERGE ANYWHERE
0f9906f9a : Import translations. DO NOT MERGE ANYWHERE
9776cd9a0 : Import translations. DO NOT MERGE ANYWHERE
c64443b5c : Import translations. DO NOT MERGE ANYWHERE
44092a612 : Adding resolution preference to 2 panel and gtv targets
3789969b4 : Import translations. DO NOT MERGE ANYWHERE
2d74f7483 : Import translations. DO NOT MERGE ANYWHERE
511eb18fb : Import translations. DO NOT MERGE ANYWHERE
8df23c4c2 : Secure ADB: Implement ADB paired device
dd73af17d : Import translations. DO NOT MERGE ANYWHERE
18d426fea : [PATCH]Fix bypass CALL_PRIVILEGED permission in AppRestrictionsFragment
8526a3c59 : Add InputDevice.SOURCE_MOUSE and InputDevice.SOURCE_JOYSTICK as valid input accessories.
f6990c3f0 : Add BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED to BluetoothReceiver's filter. And refresh UI when Hid connection state changed.
74a533585 : When BREDR mouse bonded, checking the hidhost connected state and refresh.
77b1c954b : changing ux of display mode setting.
9bd56034c : Import translations. DO NOT MERGE ANYWHERE
21c790dcf : Add global key receiver for bluetooth pairing key.
219086d71 : Import translations. DO NOT MERGE ANYWHERE
2b76b2193 : Don't respond to key events when the fragment hasn't attached yet.
bb460366d : Import translations. DO NOT MERGE ANYWHERE
6a6b04542 : Secure ADB: Implement WirelessDebuggingFragment
a974ad6a5 : Secure ADB: Implement wireless debugging preference in Developer options
39dfc979b : Import translations. DO NOT MERGE ANYWHERE
a0d882fa4 : Import translations. DO NOT MERGE ANYWHERE
fc79486b6 : Stub out an AppLanguageActivity to respond to APP_LOCALE_SETTINGS action with data scheme.
25d9af3ae : Revert "Do not trigger slice udpate when fragment is restored."
c45ff5110 : Import translations. DO NOT MERGE ANYWHERE
4bd06f187 : Import translations. DO NOT MERGE ANYWHERE
40185b22d : Stub out LanguageActivity to respond to APP_LOCALE_SETTINGS action.
cdb469182 : Import translations. DO NOT MERGE ANYWHERE
73c962ac2 : Import translations. DO NOT MERGE ANYWHERE
e8e793418 : Import translations. DO NOT MERGE ANYWHERE
798405435 : Import translations. DO NOT MERGE ANYWHERE
500f6114d : Import translations. DO NOT MERGE ANYWHERE
507851cb8 : Fix the crash when developer options is restricted
1e62dcf63 : Resolution setting UX - Add the resolution and refresh rate preference to Auto option
81b181457 : Import translations. DO NOT MERGE ANYWHERE
4e3d1c9bb : Info Panel for physical privacy enabled info
7d612ed32 : Show info box when sensor is turned off by hardware switch
97d526681 : Import translations. DO NOT MERGE ANYWHERE
b378ad10c : Import translations. DO NOT MERGE ANYWHERE
608a5deb8 : Import translations. DO NOT MERGE ANYWHERE
3e645cfe3 : Import translations. DO NOT MERGE ANYWHERE
eba7ab3d3 : Import translations. DO NOT MERGE ANYWHERE
5dda448e7 : Add Assistant broadcast settings slice
72763733c : Revert "Add Assistant setting slice"
07c1dc12a : Update network connectivity status in MainFragment
32f13002c : Update "Factory reset" button to multiline supported.
ce2d66232 : Import translations. DO NOT MERGE ANYWHERE
ca1fb30aa : Import translations. DO NOT MERGE ANYWHERE
8c9b07ad4 : Update permissions required for WifiConnectionActivity
0dd298e49 : Listener for network connectivity change that does not start wifi scans
24648a9d3 : Extends the char limit for accessibility_audio_description_summary to 150.
ff5252dfe : Check whether DAO settings is enabled.
d882bac89 : Add Assistant setting slice
d575e0114 : Add setting for physical keyboards to allow changing language / layout.
b42e8dc7a : Revert "Add Hibernation toggle to app management screen"
8b79d325e : Revert "Add HibernationSwitch as PreferenceController"
6e649133a : Import translations. DO NOT MERGE ANYWHERE
b2a796f16 : Import translations. DO NOT MERGE ANYWHERE
d23e64f23 : Add color-check-baseline.xml.
479745a40 : Remove unfinished setting for converting FDE to FBE
382afdb0b : Revert "Revert "Update EthernetManager API changes in TvSettings.""
5162fb726 : Revert "Update EthernetManager API changes in TvSettings."
af5d22253 : Avoid null pointer exception by using local variable.
5161c2c81 : Update EthernetManager API changes in TvSettings.
0adfd61c8 : Import translations. DO NOT MERGE ANYWHERE
26a1e1596 : Import translations. DO NOT MERGE ANYWHERE
0350ee8f7 : Update audio description preference summary according to the suggestions from the Legal team, as b/194376036#comment12.
1c28a1caf : Update EthernetManager API changes in TvSettings.
e271217fd : Check if BTRC is connected before creating Gatt connection.
3ef3c9913 : Add special app access for turning on the screen.
7df551667 : Add strings for turn screen on special app access.
8854e7483 : Add button to open UnusedApps from PermissionController
a993f6a05 : Import translations. DO NOT MERGE ANYWHERE
ec0a7da95 : Import translations. DO NOT MERGE ANYWHERE
bccd857fd : Import translations. DO NOT MERGE ANYWHERE
7e0ad56bf : Import translations. DO NOT MERGE ANYWHERE
096a413ef : Fix WPA3 router reconnection
0be1e535d : Remove g.co/network
a58db8e9c : Put display & sound above network settings
26b38ad87 : Override framework's keep_screen_on_summary
864c41806 : Adding unit test to verify the default resolution setting behaviour.
297c38424 : Import translations. DO NOT MERGE ANYWHERE
a69700f05 : Import translations. DO NOT MERGE ANYWHERE
0c31934a9 : Import translations. DO NOT MERGE ANYWHERE
661855c25 : Removing @hide usages on TvSettings app
ff6104c6e : Resolve bluetooth hidden API usages
249dabe37 : Allow users to add profile owner after setup if the supervision role is set.
2ed71141f : Resolve bluetooth hidden API usages
dd510eeac : Fix the bug that available disk space is wrong.
742747e02 : Migrate to use ICU plurals for TvSettings.
02cf618c4 : Import translations. DO NOT MERGE ANYWHERE
ff669586b : Import translations. DO NOT MERGE ANYWHERE
3c1f21f64 : Import translations. DO NOT MERGE ANYWHERE
e32800d59 : Import translations. DO NOT MERGE ANYWHERE
d6ac11052 : [Slice Accessibility] Further support setContentDescription.
442549609 : [Slice Accessibility] Support setContentDescprition() in more cases.
676030393 : Add channels&input slice customization
f9304206c : fix TvSettings ui issue on Factory reset
6b5d14e6e : Properly handle WPA 3 transient mode
a4e68c01e : Remove SDK API declaration
5a968a8f1 : Dont show the resolution preference if boot display mode feature is not supported by system
d5bfda4aa : Import translations. DO NOT MERGE ANYWHERE
a54449ca4 : Import translations. DO NOT MERGE ANYWHERE
048c5855d : Import translations. DO NOT MERGE ANYWHERE
fc9ebee3e : Import translations. DO NOT MERGE ANYWHERE
048b7702c : Update the visibility of DAO settings in DisplaySoundFragment.
40b306ce0 : Added .clang-format
10a568cf6 : Rename proguard configuration to comply with the convention.
408fbf88c : Install new pre upload check hooks when uploading CLs to Gerrit.
acf7e38c2 : Add "All Files Access" special app settings
fe1868c83 : Fix preview window not hidden when captions OFF
b8516be07 : Import translations. DO NOT MERGE ANYWHERE
48a3a36ab : Import translations. DO NOT MERGE ANYWHERE
f24026643 : Import translations. DO NOT MERGE ANYWHERE
078bef808 : Runtime resolution changes
bdcc90c67 : Fix test for AdvancedVolumeFragment.
aa5ac2638 : Use commitNow() in handleFragmentTransactionWhenFocused().
47ded9642 : Import translations. DO NOT MERGE ANYWHERE
2bef2ca77 : Import translations. DO NOT MERGE ANYWHERE
789f1511f : Import translations. DO NOT MERGE ANYWHERE
9ef951de1 : Import translations. DO NOT MERGE ANYWHERE
66835bcf7 : Import translations. DO NOT MERGE ANYWHERE
ecd06cea6 : Import translations. DO NOT MERGE ANYWHERE
25b55ceff : Show current network type in main settings panel
bfd92cfca : Shut down DaydreamActivity if using flavor X_EXPERIENCE.
f8d10e855 : Create LegalState
ab3074448 : Clip animation in PreferenceControllerFragmentCompat
70fe29fb2 : Allow AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER for A2DP
ee9b184c0 : Fix the bug that default title is not shown in particular case.
a0ebfd736 : TwoPanelSettings: fix double ripple in Wifi selection
cda4e8edd : Cherry Pick: Add Hibernation toggle to app management screen
08241ef32 : Avoid directly referring to com.android.internal.R.
1a44f77cd : Remove unused utility classes
bbe9d26cd : Remove unnecessary verbose logging
bc55de19d : Clean up settingslib under SettingsAPI.
55359d683 : Simplify settingsAPI/settingslib
8b4985a71 : Fix for bluetooth accessory icon size
ff3f7361d : Fix for Tv reboot when bypass proxy is invalid
97608b8f3 : Fix NPE after slice-pref target uri change
80677c7ec : Fix transition when opening Device Name
36c158502 : Add end icon support for Slice preference
7fc395e3b : Add support embedded slice pref in slice
2fc46c764 : Support embedded slice pref disable state
982789583 : TvSettings: fix double ripple in Wifi selection
16d058b07 : Handle null bluetooth device name in pairing dialog
2f7d38947 : Implement developer options state(1/n).
19e5d0cb3 : Display the error message using toast in particular cases.
bd5bdae71 : Handle multiple users in UserSwitchListenerService
a0e6d9ddb : Add unaudited exported flag to exposed runtime receivers
a1d01eed4 : Escape html special characters in bluetooth device
d4892e067 : Fix Connot reconnect WEP AP
c71c8b6fd : Update AccessoryUtils for backward compatibility
f7227408d : Link default audio output settings Slice.
b52107739 : Added missing permission in xml
da196845f : Fix the issue that listener is not correctly added.
0a9add33a : Do not trigger slice udpate when fragment is restored.
0117d78a2 : Add HibernationSwitch as PreferenceController
1b65f1be2 : Make TvSettingsActivity available to all flavors
c0b2059a3 : Import translations. DO NOT MERGE ANYWHERE
cc6f3c2f6 : Export TextToSpeechFragment as an Activity, in order to open TTS settings from Talkback settings.
c5ee6fe66 : Update InputMethodPreference for TvSettings
2fc762ad2 : Remove gradle related files.
edf0122bc : Ensure preview panel is created correctly.
f129a29c6 : Import translations. DO NOT MERGE ANYWHERE
a2c9dbe82 : Shut down UserSwitchListenerService if not needed
d63e678e0 : Fixing occasional crash on TvSettings, using correct check for FontSize settings preview.
30f92dbe9 : Update TvSettings with moving ENABLED_ACCESSIBILITY_AUDIO_DESCRIPTION_BY_DEFAULT from Settings.Global to Settings.Secure.
3f479e102 : Import translations. DO NOT MERGE ANYWHERE
6be250e97 : Check TtsEnginePreference when it's selected
de3cae79a : Apply correct UI to DevelopmentActivity.
80eb042ac : Import translations. DO NOT MERGE ANYWHERE
393bae6d8 : Fix crash in AppsFragmentCompat.
4f4244ee6 : Remove unused SettingsService.
e1e12bf19 : Refactor Bluetooth scan mode APIs
8d6a304f8 : Add entry point to system component UI.
915a5dd88 : Import translations. DO NOT MERGE ANYWHERE
e939087ee : Refactor AbstractPreferenceController.
5d14a36a3 : Import translations. DO NOT MERGE ANYWHERE
e023a41e2 : Resolution title displays chosen mode
a7b4089ce : Add warning dialog on changing resolution from settings
53a9ae681 : Prevent overlapping of immersive and preview fragments
af18ba66f : Import translations. DO NOT MERGE ANYWHERE
8e34dca72 : Remove unused surround sound related slice URIs
53c4132ad : Suppress warning on call to Configuration.generateDelta()
08ed3ba34 : Implement Display&Sound in SettingsAPI(5/n).
0981045c6 : Import translations. DO NOT MERGE ANYWHERE
c2c518a98 : Do not handle category collapse in SettingAPI.
4364207ad : UM.getUserHandle -> UM.getProcessUserId
29c576384 : Implement privacy settings in SettingsAPI. (2/n)
af55583ff : Implement pricay settings in SettingsAPI. (1/n)
e688f0f8b : Import translations. DO NOT MERGE ANYWHERE
d58fb1e48 : Guard against crash when slice uri is empty.
d9ddfc454 : Require BLUETOOTH_PRIVILEGED permission for bluetooth pairing
a2a287347 : Refactor isSettingsSliceEnabled() for general use.
5c54bd067 : Require BLUETOOTH_CONNECT permission for starting BluetoothAccessoryActivity
4bc3883c3 : Import translations. DO NOT MERGE ANYWHERE
5c746439a : Implement Display&Sound in SettingsAPI(4/n)
1348e07b9 : Import translations. DO NOT MERGE ANYWHERE
affb2429d : Implement Display&Sound in SettingsAPI(3/n)
a3a2fbcc9 : Update select and deselect sound assets to UX version 210921.
a9427591f : Modify icon and text for Fastpair toggle.
589901769 : Revert "Update AudioDescription read/write from Settings.Secure,..."
aef0f2d72 : Implement Display&Sound in SettingsAPI(2/n)
0a63dcfcd : Import translations. DO NOT MERGE ANYWHERE
cd9cc3666 : [Text Scaling] Removing preview screen for single panel Settings.
8c6342cf3 : Reset a11y focus after SliceFragment update
235d1dcdc : Add Fastpair Toggle to Device Preferences
10a166486 : Import translations. DO NOT MERGE ANYWHERE
2c0dd92d3 : Fix crash when switching font scale multiple times.
edc3aace1 : Use FlAG_IMMUTABLE pendingintent in sliceprovider.
a46f6e34e : Import translations. DO NOT MERGE ANYWHERE
60b4cb5e7 : Implement Display&Sound in SettingsAPI(1/n)
227c1a8f6 : Add metrics logging for new fragements of "clean up storage".
342e00e6d : Update AudioDescription read/write from Settings.Secure, instead of Settings.Global.
15daaa2a7 : Fix incorrect sorting of "Uninstall apps" of "clean up storage".
74f632d32 : Update InputMethodPreference for TvSettings
cc13c0a9c : Fix CTS-V Bluetooth HID host test fail
ce4584ea3 : Remove info fragment from OnePanel UI since it will result in crash (conflicts between info fragment & confirmation fragment).
db4a3845b : Remove duplicated text color item #5555FF
220f74f8e : Add "Free up storage" fragment into "Storage".
e991feef7 : Make a11y workaround more specific in HelpFragment
2b863149c : Default resolution settings [UX]
fb19264c3 : Import translations. DO NOT MERGE ANYWHERE
c8f2c02ea : Implement Daydream settings in SettingsAPI.
c4af978d8 : Implement energy saver screen in SettingsAPI.
1a28c4297 : SettingsPreferenceFragment to not set background color of title container
1e98b2b32 : Show the correct checked status of TwoStatePreference on PreferenceScreen
4d021dd2a : Adding null check to isA11yOn to fix crash when fragment hasn't yet been attached.
f70765859 : Import translations. DO NOT MERGE ANYWHERE
1dcd9386f : Navigate preview panel to main panel when touch/click on the preview panel, to prevent crash.
995225ce3 : Fix the bug that clear cache confirmation does not show up.
053afd2eb : Implement missing storage state.
559b24400 : Fix incorrect scrolling behavior for TwoPanelScrollView on mouse/touch event.
8078e63ce : Require BLUETOOTH_CONNECT permission for pairing device
589147935 : Fix incorrect behavior of mouse/touch event.
71a8ac56f : Implement storage and storage summary state.
3317c619a : Import translations. DO NOT MERGE ANYWHERE
964911aec : Remove ProcessLifecycleOwnerInitializer workaround from manifest
03625c0a8 : Refactor fragments of Accessibility to FragmentCompats.
acb97b093 : Import translations. DO NOT MERGE ANYWHERE
ec6bfe844 : Import translations. DO NOT MERGE ANYWHERE
73db8843d : Support wifi scanning optimisation in MainFragment
dbe354dd2 : Implement language settings in SettingsAPI(II).
8ab6b0ef5 : Implement Language settings in SettingsAPI(I).
91c0a574f : Import translations. DO NOT MERGE ANYWHERE
259182bb3 : Move logic to show tutorials section in onCreatePreferences
eaca7af89 : Import translations. DO NOT MERGE ANYWHERE
9b4a4fe00 : Implement available virtual keyboard State.
92e258db6 : Revert "Revert "Fix adding and removing of preference focussed listeners""
1cf457e80 : Adding logging to text scaling settings.
c16610554 : Avoid crash in Accessibilty screen.
539c365cd : Fix crash in SensorToggleInfoFragment.
cf44548dc : Revert "Fix adding and removing of preference focussed listeners"
58c3c89bc : Removing test font scale values. Fixing out of bounds bug for FontScalePreviewFragment.
063d5dda7 : Show only settable usb configuration values
b04599f9f : Import translations. DO NOT MERGE ANYWHERE
6b74f1a86 : Migrate Enterprise settings. (6/n)
e66f30cc0 : Migrate Enterprise settings. (5/n)
e5de1d161 : Migrate Enterprise settings.(4/n)
c9db90497 : Migrate Enterprise settings.(3/n)
a5c2f1305 : Migrate Enterprise settings.(2/n)
ed60c3ff2 : Enable automatic code format in git presubmit
9d1fdbbc7 : Define android styled clang-format.
bc8873c55 : Added auto-formatting tool using gradle
31ba180b1 : Update gitignore
2dce42325 : Migrate Enterprise settings. (1/n)
cc6c2eaf3 : Make sure ListPreference won't crash Settings ui.
23a8e198d : Implement KeyboadState in SettingsAPI.
bbe962ca7 : Import translations. DO NOT MERGE ANYWHERE
e3410d1f5 : Ensure intents are correctly handled in AppManagementState.
85332a783 : Use restricted preference in AppManagementState.
9e427f42d : Import translations. DO NOT MERGE ANYWHERE
b2b073309 : Add an IR settings entry in Remotes & Accessories
1eae75a12 : Use restricted preferences in WifiDetailsState.
834f11140 : Transform access point preferences to restricted prefs.
a5afa5cdd : Adding font scaling to vendor settings
93f1f6d61 : Import translations. DO NOT MERGE ANYWHERE
7be719416 : Enable all suppored surround sound formats and disbale unsupported formats for the first time in Settings.
426720747 : Check scroll state and set preview creation delay for low ram devices
6852c65a5 : Integrate restricted preference to network preferences.
53d064da8 : Fix adding and removing of preference focussed listeners
e5ef42176 : Add component to handle restricted preference in SettingsAPI.
487e9f616 : Migrate feature provider overlay to settings library.
5ba40dc20 : Import translations. DO NOT MERGE ANYWHERE
5d37c49a9 : Remove infomap and do some cleanup.
ac2d57754 : Migrate system->About
e36a7217a : Migrate supplementary classes
580d9ce4c : Move next state info out of info map.
fc5d6af62 : Import translations. DO NOT MERGE ANYWHERE
6c88b692b : Rename NetworkMainState to NetworkState.
efc2a23db : Add easing for two panel slide animation.
22290106e : Update preview panel animation.
5fa11ba20 : Remove reference of androidx annotation.
a53c47560 : Refactor DateTimeFragment to DateTimeFragmentCompat & DateTimeState.
1129a1b83 : Remove elevation in picker dialog fragment
ba5c1c27b : Update gitignore
c2507c911 : Change -XepDisableAllChecks to enabled: false
b8c90a185 : Implement Audio Description switch settings to update the value into Settings.Global.
dd1656204 : Polish network states in SettingsAPI.
dae43bbfb : Remove service/ which is replaced by SettingsAPI.
4a4851f7f : Import translations. DO NOT MERGE ANYWHERE
77c6f1aa9 : Enable onPreferenceChange().
aab9a5d69 : Use compound key consistently across frontend and SettingsAPI.
e3a81bfa0 : Retrieve the focus on Gboard after power off/on
84196a7d6 : Handle onActivityResult() after refactroing State/SettingsManager.
2c221c6a9 : Move com.android.tv.settings.system.development.audio to com.android.tv.settings.library.system.development.audio
26e111ba9 : Import translations. DO NOT MERGE ANYWHERE
2278ddc5b : Refactor State & StateManager.
5a2fc4355 : Implement AlarmsAndReminder, SystemAlertWindow & WriteSettings state.
46b7aac49 : Implement AppUsageAccessState & PictureInPictureState.
7eba038f1 : Implement notification access state in SettingsAPI.
7829fbe72 : Import translations. DO NOT MERGE ANYWHERE
68791e78d : Import translations. DO NOT MERGE ANYWHERE
2269eedf6 : Import translations. DO NOT MERGE ANYWHERE
2e3dea32e : Import translations. DO NOT MERGE ANYWHERE
d479c8f73 : Import translations. DO NOT MERGE ANYWHERE
3ea7aab0a : Import translations. DO NOT MERGE ANYWHERE
8321fea7a : Remove unused methods
4658c44b2 : Implement special access in SettingsAPI(I).
1aafa382b : Import translations. DO NOT MERGE ANYWHERE
a6e10905f : Import translations. DO NOT MERGE ANYWHERE
90ad23f66 : Stop using settings manager on master branch
7945c0473 : Implement SliceSeekbarPreference
1e0953fb4 : Import translations. DO NOT MERGE ANYWHERE
ae00a9e0a : Grant full slice access to slice rendering app.
c765f6f75 : Import translations. DO NOT MERGE ANYWHERE
fb779eab2 : Add API to handle startActivityForResult.
1c7064020 : Add preference_two_target layout overlay for v31.
66c2dd753 : Import translations. DO NOT MERGE ANYWHERE
cb9496166 : Implement AppManagementState in Apps flow.
18d621419 : Import translations. DO NOT MERGE ANYWHERE
67d7444a4 : Import translations. DO NOT MERGE ANYWHERE
de3d88da9 : Migrate apps flow to use SettingsAPI.
6c33b647f : Fixed UI is not refreshed after a BT accessory is paired
555a93893 : Import translations. DO NOT MERGE ANYWHERE
73bccca41 : Import translations. DO NOT MERGE ANYWHERE
ffcd4d185 : Fix open TTS function with the wrong focus
e9c4a7288 : Fix issue that account info not shown after a google account added.
7f01cd16f : Migrate wifi flow to use SettingsAPI(I).
004829703 : Skeleton code for settings migration to use new API.
9b6b304ea : Import translations. DO NOT MERGE ANYWHERE
1fac319b1 : Intial implementation of Apps settings flow.
e7987885f : Inital implementation of Wi-Fi Settings flow.
c0732f5ac : Import translations. DO NOT MERGE ANYWHERE
57e6f03a1 : Import translations. DO NOT MERGE ANYWHERE
588294256 : Import translations. DO NOT MERGE ANYWHERE
296f83ac9 : Import translations. DO NOT MERGE ANYWHERE
50239753b : Refactor AbstractPreferenceController.
35798a96c : Refactor SettingsLib Lifecycle components.
4be539b74 : Create TvSettings SDK library.
eabed0929 : Import translations. DO NOT MERGE ANYWHERE
c83081cd4 : Import translations. DO NOT MERGE ANYWHERE
b3cc90aee : Import translations. DO NOT MERGE ANYWHERE
fd91dc471 : [CEC Configuration] Migrate Settings.Global to HdmiControlManager API
5f1d80842 : Import translations. DO NOT MERGE ANYWHERE
2ee67cca9 : Import translations. DO NOT MERGE ANYWHERE
ebf205cc3 : Import translations. DO NOT MERGE ANYWHERE
0669b0137 : Import translations. DO NOT MERGE ANYWHERE
afe76d95a : Import translations. DO NOT MERGE ANYWHERE
a2aa88fe4 : Import translations. DO NOT MERGE ANYWHERE
99b86ea67 : Import translations. DO NOT MERGE ANYWHERE
205a51427 : Import translations. DO NOT MERGE ANYWHERE
56358b658 : Import translations. DO NOT MERGE ANYWHERE
b0fd67f18 : Import translations. DO NOT MERGE ANYWHERE
9404c7397 : Import translations. DO NOT MERGE ANYWHERE
dd2419aad : Import translations. DO NOT MERGE ANYWHERE
d26810b35 : Import translations. DO NOT MERGE ANYWHERE
e3a8d244b : Import translations. DO NOT MERGE ANYWHERE
d75999a0b : Adding sidebar texts to HDR format selection setting. Screenshot: https://screenshot.googleplex.com/48qtoQHwQJi8ooH.png
af5c2509d : Hdr format settings [UX]
57ec96cef : Import translations. DO NOT MERGE ANYWHERE
6e81e0c13 : Import translations. DO NOT MERGE ANYWHERE
599423dbc : Import translations. DO NOT MERGE ANYWHERE
7cfa29478 : Update string resources for EasyConnect QR screen
d24013be1 : Guard EasyConnect menu item with a feature flag (ON by default)
018a8c99e : Import translations. DO NOT MERGE ANYWHERE
5eabe0706 : Import translations. DO NOT MERGE ANYWHERE
c5df34333 : Import translations. DO NOT MERGE ANYWHERE
67fbfeb88 : Remove invalid OWNER from OWNERS.
6e7f3d7da : Adding sidebar text to surround sound format setting. Screenshots: https://screenshot.googleplex.com/32mc2teNvqhLDU3.png
e40b65195 : Import translations. DO NOT MERGE ANYWHERE
dd54556fb : Import translations. DO NOT MERGE ANYWHERE
7113efc23 : Adding sidebar texts to match content frame rate setting. Changing the names of radio button. Auto -> Seamless Always -> Non seamless Screenshot: https://screenshot.googleplex.com/74ZvFzuSHHtSACK.png
f900bfd4d : Import translations. DO NOT MERGE ANYWHERE
c15dbd621 : Import translations. DO NOT MERGE ANYWHERE
4d7873e0c : Display surround sound formats in a particular order.
a3dd9e3da : Fix the crash in Wi-Fi flow after user input wrong password.

+- Project: platform/packages/apps/UniversalMediaPlayer

a048cbc : Update compilesdk version of UniversalMediaPlayer
48fecaf : Update compilesdk version of UniversalMediaPlayer
f8b6d27 : Update compilesdk version of UniversalMediaPlayer

+- Project: platform/packages/apps/WallpaperPicker

7e95175 : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/WallpaperPicker
956798f : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/WallpaperPicker
faa3abf : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/WallpaperPicker
6fdf12a : Add an exported flag in manifest
b2ea604 : AOSP/WallpaperPicker - Updated to sdkVersion 29.
afe90c1 : Remove duplicate product_specific attribute
14d114e : Move WallpaperPicker to /product
44ab5ba : Add default code reviewers into OWNERS

+- Project: platform/packages/apps/WallpaperPicker2

951b4d63 : Import translations. DO NOT MERGE ANYWHERE
d6b77691 : Import translations. DO NOT MERGE ANYWHERE
6de90a68 : Import translations. DO NOT MERGE ANYWHERE
60daa197 : Import translations. DO NOT MERGE ANYWHERE
21aa276c : Change Myphoto thumbnail
3fbfa5ec : Import translations. DO NOT MERGE ANYWHERE
0d1ddc02 : Add null check when trampoline with intent's extras
0a569514 : Integrate SettingsLibActivityEmbedding at CustomizationPickerFragment
e11d6089 : Make section_header_content text one line
3c5c0125 : Change cropAndScaleBitmap logic
80bb14a9 : Import translations. DO NOT MERGE ANYWHERE
e4c98d71 : Fix no intent extras on CustomizationPickerActivity
3e979549 : Change the failed view from dialog to BottomSheet.
5428e0da : Fix layout problem of wallpaper section in RTL mode
8ae0f4af : Use trampoline for correct base intent in recents
c7c080a1 : Import translations. DO NOT MERGE ANYWHERE
d6e9f904 : Import translations. DO NOT MERGE ANYWHERE
da446c02 : Import translations. DO NOT MERGE ANYWHERE
ae653594 : Import translations. DO NOT MERGE ANYWHERE
8d609350 : Import translations. DO NOT MERGE ANYWHERE
1e96f60d : New layout for large screen
5f0b38aa : Don't placeViews if screen is already full screen
3943d364 : Use renderscript-intrinsics-replacement-toolkit to blur bitmap
074e50dd : Fix apply daily wallpaper will jump to “SIM card insert” page
e8b3401e : Fix cropping wallpaper too small issue
fbb0f018 : Hide 'full preview' enlarge icon when in multi-window mode
753c8662 : Import translations. DO NOT MERGE ANYWHERE
5fbf2735 : Import translations. DO NOT MERGE ANYWHERE
46a17fe4 : Increase resolution for large screen preview.
d2216a8e : Adjust 'Apply' button height for A11y
cbd4470d : Reduce calling getLowResBitmap() times
21c31092 : Retire AsyncTask in BuiltInWallpaperAsset
05673ceb : Retire CenterCropBitmapTask to avoid using AsyncTask
fe99f2fa : Retire ScaleBitmapTask to avoid using AsyncTask
50fb3122 : Add logging for cinematic effect
bb12a4e1 : Media permission update for API level 33
7aa3e010 : Fix Landscape color page too closed to the launcher bar
410464f1 : Fix thumbnail missing
8a3001c0 : Fix tablet don't have overscroll effect at main page
4ea8ea90 : Add the flag for WallpaperEffect
d9bfd581 : Import translations. DO NOT MERGE ANYWHERE
0288bc54 : Import translations. DO NOT MERGE ANYWHERE
0e8cee19 : Import translations. DO NOT MERGE ANYWHERE
bbb34c60 : Import translations. DO NOT MERGE ANYWHERE
9b2606cc : 1c/ Replace call to removed shared lib code
ffc7f5d9 : Fix error when setting 3rd party LWP with no WallpaperColors
4b18c41b : Import translations. DO NOT MERGE ANYWHERE
f9976737 : Import translations. DO NOT MERGE ANYWHERE
40f51c7b : Import translations. DO NOT MERGE ANYWHERE
897b0b6d : Revert "Uses the CollapsingCoordinatorLayout to Wallpaper"
6615d5e9 : Fix tests
0d5d73ff : Fix setting image wallpaper error
902034ed : Update wallpaper prompt strings
a138e3ac : Import translations. DO NOT MERGE ANYWHERE
bdf35890 : Retire FetchLiveWallpapersTask to avoid using AsyncTask
3e1f036b : Retire BitmapCropTask to avoid using AsyncTask
085bce70 : Fix WPS Home page bugs
60024fed : Fix error when setting 3rd party LWP with no WallpaperColors
100ec961 : Cache the wallpaper's colors to prevent recalculation
9458de0b : New layout and strings for cinematic effect
bdb715dd : Change preview surface padding top from 58dp to 103dp
be2c25c0 : Uses the CollapsingCoordinatorLayout to Wallpaper
a979207d : Fix error when setting 3rd party LWP with no WallpaperColors
d61ea295 : Add wallpaper effect for photo
98ee8a14 : Add method to set live wallpaper
7df114b7 : Add update preview header function
57bfb702 : Import translations. DO NOT MERGE ANYWHERE
f748d47d : Import translations. DO NOT MERGE ANYWHERE
5c769963 : Import translations. DO NOT MERGE ANYWHERE
2d8951fb : Import translations. DO NOT MERGE ANYWHERE
30aa6004 : Revert "Release drawable when the user exits the live category"
6acb443d : Change the resource qualifier height & width
c829d735 : Collapsing toolbar at large screen
000fbd61 : Retire AsyncTask in StreamableAsset
48dd75e8 : Make LiveWallpaper decodeBitmap with target size
41ee84c2 : Import translations. DO NOT MERGE ANYWHERE
2e08b9e2 : Remove CurrentWallpaperAssetV16
d4119018 : Remove obsolete desktop mode.
b2e6ba1d : Remove old UI flow of IndividualPickerFragment
df9c9638 : Fix flashing of LiveWallPaper category
54e46b14 : Import translations. DO NOT MERGE ANYWHERE
30bf6dd3 : Make tablet's potrait two pane preview fragment start from top
a35adfe5 : Import translations. DO NOT MERGE ANYWHERE
3cd733db : Import translations. DO NOT MERGE ANYWHERE
df48bce8 : Modify dimens.xml and change full screen preview behavior
5db91d95 : Remove obsolete classes
2b441632 : Show a Snackbar if user denied the permission to access media
75a48129 : Import translations. DO NOT MERGE ANYWHERE
6c0220fd : Add accessbility function for button action bar
3ae5cf5a : Import translations. DO NOT MERGE ANYWHERE
1d754289 : Release drawable when the user exits the live category
72933965 : Fix resolution lower issue when setting wallpaper
5983a5bb : Update Robolectric SDK to 31
6d700b3e : Import translations. DO NOT MERGE ANYWHERE
3139574c : Import translations. DO NOT MERGE ANYWHERE
d84e947b : Reduce potential latency of popping up destination dialog
ff5e7c0a : [DO NOT MERGE] Fix merge conflict from ag/15645785
728005bd : Make SetWallpaperCallback independent of Activity
591a1779 : Update glide dependencies to 4.12.0
5c2a6008 : Import translations. DO NOT MERGE ANYWHERE
0fa3d3b1 : Make SetWallpaperCallback independent of Activity
201c70ab : Import translations. DO NOT MERGE ANYWHERE
7b4cda42 : Import translations. DO NOT MERGE ANYWHERE
b92f4161 : Update QuickStepContract.getWindowCornerRadius API
e3ca45c5 : Import translations. DO NOT MERGE ANYWHERE
333080ad : Import translations. DO NOT MERGE ANYWHERE
4b66a714 : Import translations. DO NOT MERGE ANYWHERE
cde2d04f : Import translations. DO NOT MERGE ANYWHERE
f7fca0a1 : [4/4] Move new picker logic to AOSP
a3853f05 : Import translations. DO NOT MERGE ANYWHERE
f2d1a3b0 : Remove WallpaperPicker2 BuildCompat
bb74e812 : Import translations. DO NOT MERGE ANYWHERE
1b7f208c : Remove WallpaperPicker2 BuildCompat
3dd963a4 : Import translations. DO NOT MERGE ANYWHERE
b8e90821 : Import translations. DO NOT MERGE ANYWHERE
22d2f570 : Import translations. DO NOT MERGE ANYWHERE
a16a8573 : Import translations. DO NOT MERGE ANYWHERE
22a83eb9 : Import translations. DO NOT MERGE ANYWHERE
976e1bc3 : Import translations. DO NOT MERGE ANYWHERE
a8bbdf57 : Import translations. DO NOT MERGE ANYWHERE
1ff39dcf : Import translations. DO NOT MERGE ANYWHERE
3f75a928 : Import translations. DO NOT MERGE ANYWHERE
c171c8b6 : Import translations. DO NOT MERGE ANYWHERE
e05bf746 : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/WallpaperPicker2
f1a68ce8 : Import translations. DO NOT MERGE ANYWHERE
11dd0046 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/inputmethods/LatinIME

f134ea384 : EditTextVariations: create a IME focusable overlay for test
0d93961d8 : Remove unused method for dictionarypack
f71d04030 : Update OWNERS file
75f77d666 : Add Notification Permission for T
97a3132c9 : Remove flag to ignore user settings from haptic feedback
a5ed00d25 : add post_notification permission to manifest so the package can send notifications on T+
360052f30 : Bump targetSdkVersion to "30"
ed13b1971 : Make direct-reply notification as HUN in EditTextVariations
407f8a321 : Fix Keyboard Theme update when device orientation changed
4b12569b6 : Fix broken liblatinime_unittests

+- Project: platform/packages/modules/AdServices

f2b86f7 : Add test for Context#checkGrantUriPermission
53c8468 : Set priority=1 for AdServices services and add common service.
fb697ea : Bump version codes in tm-dev to match tm-mainline-prod
fdf0690 : Verify app process cannot access sdk data root directory
79342d6 : Mark AdServices module as compressible
20e2fd5 : Bump Mainline Module Version Codes in tm-dev to 330090000
a211204 : [2/2] Update service-adservices to be a java_sdk_library
fa16dcc : Bump apex version to 33xxxxxx in tm-dev.
4726d14 : Add sdkinfo proto to adservices
57966d8 : Enable API Lint
382c3bb : Add Owner for unit test fixtures.
86fd689 : Updating adservices OWNERS
3eb412d : Remove implementation details from adservice hidden api flags
34b8296 : Add tests for intent restrictions.
a18cdb1 : Remove static_libs from SdkSandbox app.
e5ba5be : Adding OWNERS for FLEDGE
ee7a0c3 : Setup privileged permissions for PP API process in APEX
bcbebcd : Ensure that sandbox cannot request permissions
332e4ee : Add tests for checking sandbox restrictions.
efdcb08 : Add javadoc for VERIFIER_RECEIVER.
4e07b0e : Add support for SdkProviderClassName property
8a69816 : Create sdk sandbox data when starting instrumentation
bb912b7 : Set permitted-packages for java_sdk_library and java_library in AdServices.
968283b : Add FLEDGE owners for service-core
3cd2442 : Add a basic test instrumenting sdk sandbox process
969a2cf : Notify SdkSandoxManagerService when instrumentation starts/stops
541720d : Adding OWNERS for FLEDGE tests
2da3cd2 : Add getSdkSandboxState API
bdef852 : Enforce that sdk sandbox may only bind/start certain services
1b83e12 : Add intent checking to SdkSandboxManagerLocal
2f677ba : Fix incorrect Application tag in the PP API Manifest
349511f : Adding OWNERS for FLEDGE
bac49bb : Hostside Test for DestroyUserData
b7b206f : Create per-sdk data directories from SdkSandboxManagerService
8caf89f : Remove placeholder filer
b22bb35 : Test inclusion of sandbox storage in app and user storage
c8e018b : Get Sandbox package name from PackageManager
9c80373 : Add SDK for adservices
380eeb8 : Pass client app package to bindSdkSandboxService
62228d7 : Add test to verify sdk data moves when package is moved
aa63445 : Add AdServicesApk to the APEX
d175f47 : Add CtsAdServicesDeviceTestCases to mts-adservices
6506305 : Temporary remove OWNERS files to make code move easier
133a98d : Using common apex_defaults for com.android.adservices module.
48eb5a2 : Receive broadcast from PM to run SDK verifier.
0380883 : Hostside tests for DestroyAppData and ClearAppData
2e6a103 : Remove version checks from loadSdk
c256c45 : SupplementalProcess: remove getUid and use toSdkSandboxUid
3364094 : Verify that sdk directory is not created if app doesn't consume sdk
4f2423e : Adjust visibility before moving code
02e45b9 : Remove supplementalprocess APEX and migrate contents to adservices
df317f3 : Correct sdk sandbox manual client app 2
701fc65 : Add sdksandbox jars and apk to adservices apex
82216b5 : Add owners for sdksandbox directory
8f5d01c : (3/3) Remove SupplementalApi from BCP.
197b35e : Register Topics Manager
f13aa95 : Rename supplementalprocess -> sdksandbox in Android.bp modules
fe4a997 : Rename SupplementalProcess to SdkSandbox
0c87c08 : (4/5) AdServices setup.
23ba858 : Add AdServices APEX module
879eb5d : Add CTS tests for CodeContext
9004e7c : Test supplemental process per app
e77f35d : Ensure loaded codes can use shared supplemental storage
649b15b : Verify creation of supplemental data directories
203b0fa : Use getDeclaringPackage API to access sdk-library info
8c7200d : Initial empty repository
02b7e72 : SupplementalProcess: add host-side test for code update
a68e9e2 : [1/2] Add SupplementalApi to BCP.
04eb229 : Call bindSupplementalProcess API with new parameters
21f5d64 : Add CodeContext wrapper for accessing resources
d4a6659 : Define SUPPLEMENTAL_PROCESS_SERVICE in module
f4b08d0 : Integrate SupplementalProcess with sdk-library manifest attribute
c4a0788 : Add SupplementalProcessManagerLocal#SERVICE_INTERFACE constant
13e354b : Create a new supplemental process service per app
9c5b078 : SupplementalProcess: Remove TODO for kill process
8a6f8b6 : SupplementalProcess: kill app/supplemental process on code update
090ba9e : Setup hostside test structure for SupplementalProcess storage feature
67a8808 : Removed unnecessary destroyCode() method
6ce8189 : Added several loadCodeFailure tests and a surfacePackageSuccess test case
0b2a22e : Don't include frameworks/base/core/java in aidl stanzas
8763394 : Restore calling identity at the end of loadCode
915a864 : Convert services-supplementalprocess to java_sdk_library
1046223 : SupplementalProcess: remove unnecessary log
eabccad : Give SupplementalProcess network access.
27f0567 : Created first EndToEnd test (Loading a CodeProvider)
1a74052 : Ensure that SupplementalProcess is bound before loading the code.
632882d : Test that supplemental process doesn't have internal storage
162bc19 : Set NO_APP_DATA_STORAGE property for supplemental process
ce83065 : Add strict_updatability_linting to java libs
8442abd : Decouple LinkToDeath subscription from ServiceProvider
0d79488 : Use min_sdk_version: "Tiramisu" instead of current
e436fd6 : Fix comment
e8b6963 : Unbind when false bind
3e64a0c : Add dump method to SupplementalProcessManagerService
af51bbc : Add START_ACTIVITIES_FROM_BACKGROUND permission to supplemental process Test: manual testing
9163632 : Add dump method to SupplementalProcessService
e3a6da8 : Sign supplemental process with supplemental_process certificate
a6ebde4 : Dexopt service-supplementalprocess.
19cb93e : Remove CodeToken and link object after App Died
1ec64fe : Fixing a typo in comment
8dcdc23 : Fix getContext() loop issue
c866471 : Make test service public
94a31b6 : Add manual testing apps for SupplementalProcess
9114a23 : Allow app load the same code only if they failed to load it previously
79654a3 : Added Dependency Injection to SupplementalProcessTest
a763b5f : Add support for onSurfacePackageError handling
921ea0d : Combine getService() and bindService()
523d896 : Add SurfacePackage rendering
fc064cf : Add APIs to SupplementalProcessManager
9e46a7e : Pass correct Binder object to link death to
8c26ac8 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/SupplementalProcess
d841959 : Combine communication between manager-app and manager-code
ed8f7e1 : Pass fake supplemental process service in tests
8f044f7 : Add logic to unbind supplemental process
3aa05b0 : Load code provider within Supplemental Process
69350c0 : Replace stub implementation in SupplementalProcessManagerService
62eceb1 : Added class to encapsulate API between Supplemental Process and code
b397b18 : Encapsulate logic for binding to SupplementalProcessService
d4a79a9 : Add initial code loading logic
a4edd56 : Test to check supplemental process binding
5e9b09e : Add logic to bind to supplemental process service
ffb47c8 : Use SuiteApkInstaller that searches for the apk in dependency folder
1167704 : Add basic logic for generating codeToken
3daeaa7 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/SupplementalProcess
1e40928 : Add logic for checking existance of code for loading
4b2dbfa : Add TEST_MAPPING file to enable presubmit tests
5e8a29b : Revert^2 "Add jars and fragment to SupplementalProcess apex"
659239a : Add initial SupplementalProcess APK-in-APEX
7885e58 : Add unit test for SupplementalProcessManagerService
8070583 : Revert "Add jars and fragment to SupplementalProcess apex"
8fe45ff : Add stubs of SupplementalProcessManager[Service]
fd324d1 : Add hostside test for supplemental process
7256d6a : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/SupplementalProcess
145b68d : Add jars and fragment to SupplementalProcess apex
bb434d6 : Add preupload hook for checking style of code
990a79c : Add skeleton of SupplementalProcessManagerService 1/n
a85af8e : Add skeleton of supplemental process APEX
681bc1d : Add OWNERS
1a95b29 : Initial empty repository

+- Project: platform/packages/modules/AppSearch

5ac4b4c : Suppress AppSearch MTS tests on S and below.
3d006b0 : Workaround prebuilt name conflict for service-appsearch
323053a : Bump version codes in tm-dev to match tm-mainline-prod
36ba275 : Wrap Log.v and Log.d calls in a compile-time constant.
c440dec : Prevent runtime exceptions from checkForOptimize from crashing system service.
1bc7ffb : Cleanup ContactsIndexerUserInstance
ca13cef : Handle potential incompatible schmea changes in mainline module rollback
b37ce9c : Bump Mainline Module Version Codes in tm-dev to 330090000
5e6c979 : Index different formats for phone number
07df2cc : Add SSCP fragment to sdk definition of AppSearch.
0ad930e : Don't reschedule a periodic job if the params haven't changed
ead491a : Avoid crashing the app if a broken executor was provided.
89a10ea : Fix update job handling.
ddc3b04 : Fix fail to remove VisibilitySettings when remove a schema.
1d45bda : Fix race condition in ContactsIndexerUserInstance
cb47b77 : Proguard AppSearch framework and service jars.
576a866 : Unregister from change notifications when binder dies.
e08ba92 : Correctly handle change notifications during schema migrations.
3088a8d : Support one-off and periodic jobs for full update
2dbc067 : Remove package certificate from ContactsIndexerTests
7210aa4 : Bump apex version to 33xxxxxx in tm-dev.
754687a : Handle AppSearch RESULT_OUT_OF_SPACE error
06b1412 : Set missing score for contacts
62f2d75 : Fix several test packaging issues in AppSearchServicesTests.
dd56b90 : Create sdk build target for AppSearch.
b65d79c : Add sdkinfo proto to appsearch
33b6580 : Implement fingerprint to reduce unnecessary document updates
c414cd0 : Do instant indexing with configurable limit on start
88effd4 : Include "Department" in OrganizationDataHandler
d5ba801 : Make notes a list
bef2497 : Add support for searching over phonetic name
1e11db5 : Clarification of comments in DocumentChangeInfo and SchemaChangeInfo.
6830a6b : Error handling and populating stats
9e878aa : Use PersistableBundle to store contacts indexer state
ddb9391 : Handle CP2 package clear events
f567165 : Update framework to compile against new drop of Icing Lib.
5696a5e : Add check isUserLocked before we create and schedule optimize job.
ad6e5f9 : Add note as searchable in builtin:person
63ac7b7 : Chain async tasks in contacts indexer delta update
1ff7fdb : Address API council feedback on Observer API.
e564b80 : Move Features.java out of prod tree into test tree.
5050a9f : Fix AppSearchCoreTest by instrumenting self instead of 'android'.
17876fe : Add ParcelableDocuments to AppSearch.
0d28a7e : Use distinct job ids for full update jobs per user
54f8e29 : Update javadocs for removeObserver based on API feedback.
31e2602 : Move contacts indexer tests into separate APK
abf74f8 : Update Framework from Jetpack.
a1366f6 : Remove no-longer-needed unsafe_ignore_missing_latest_api.
caa3e6c : Remove implementation details from AppSearch hidden api flags
f539ced : Update PlatformLogger to reflect atom changes
fbb74c1 : Build AppSearch as an updatable apex.
910fa11 : Create contacts/ directory during async init
e11b290 : Relation doesn't need to be searchable
5f9faff : Chain async tasks in contacts indexer
708af37 : Add new dataHandlers for Organization and Relation
ef1c8a0 : Improve full update of contacts in AppSearch
d5c31de : Reenable contacts indexer w/ async init
714b224 : Update framework from jetpack.
e1f2621 : docs: Fixing bad syntax in doc comment
563feda : Check data nullness before processing in the handlers.
2f1d773 : Build AppSearch Unit tests with both ABIs
62ea5fa : Disable Contacts Indexer to address SystemUserUnlock regression
6edf412 : Switch ordering of the user stopping calls.
d22c069 : Enable contacts indexer
5fcb8cc : Implement full update of CP2 contacts into AppSearch
8edf1be : Trigger deltaUpdate in ContactsIndexerUserInstance
c46f956 : Complete AppSearchHelper to provide api alls to AppSearch
9171fd0 : Deflaky testLoggingStats_search_success
f8c258e : Clear Visibility Setting when a package got removed.
39957d4 : Add verification that target package must exist in target user.
872129a : Rework how executors are managed in AppSearchManagerService.
b1d721e : Create AppSearchModule to dispatch lifecycle events
8701ae2 : Implement ContactsIndexerImpl to index contact data
cee8b70 : Add ContactDataHandler to convert CP2 contacts to Person objects
29fa0cf : Update AppSearch framework API to match the jetpack version.
7000015 : Implement checking whether the caller holds all required permissions.
801f321 : Add missing change notification dispatches.
6af0624 : Addresing TODOs from globalGetByDocId
655aec0 : Adapt to new CallerAccess object.
72f5e37 : Update framework from Jetpack.
0aa06ed : Give //frameworks/base visibility of impl
4efa9dd : Fix link reference in appsearch javadoc
74e14a4 : Remove framework dependency from AppSearch tests
661ef9a : Update Framework from jetpack.
8763193 : Adding global get document API.
0be9c30 : Update Framework from Jetpack - add VisibilityCheckerImp and fix
809aad4 : Update framework from jetpack.
5b0c561 : Move visibility Document to the SDK side.
6bbbc4c : Add visibility migration helper and test.
e15ea58 : Refactor visibility Document and upgrate schema verion to 1.
d41def4 : Port "globalGetSchema" feature to framework
04f94d2 : Update Framework from Jetpack.
3b5df72 : ContactsIndexer implementation (1)
4cdbb6a : Add mts AppSearch config.
e0587d3 : Merge AppSearchObserver into framework.
3c690c9 : Update framework from jetpack.
d8eadfc : Get AppSearchMockingServicesTests running again.
fee1bd3 : Update Framework from Jetpack.
dcd207a : Revise the logic of verifyCallingPackage
419a371 : Get AppSearch servicestests building and passing again after move.
4b5beaa : Generate hashtree for com.android.appsearch apex
2ffcd73 : Generate hashtree for com.android.appsearch apex
e4499a3 : Revert "Revert "Get AppSearch coretests building and passing aga..."
a926b2e : Revert "Get AppSearch coretests building and passing again after..."
4769c2b : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/AppSearch
6c109fd : Get AppSearch coretests building and passing again after move.
89f56d0 : DO NOT MERGE: Revert "Enable cross-user requests."
df07991 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/AppSearch
7cc7634 : Adjust visibility rules for packages/modules/AppSearch
2cf5c22 : Adjust visibility rules for packages/modules/AppSearch
aae3049 : Adjust visibility rules for packages/modules/AppSearch
04eb58f : Adjust visibility rules for packages/modules/AppSearch
c047f7b : Cache storage info into file.
2e2d055 : Enable cross-user requests.
ba42f39 : Update framework from jetpack.
d51ed16 : Run verifications on callingUser, not targetUser.
2feb34d : Rename the user-to-execute-as to "targetUser".
e165b95 : Fix validation crash for nextPageToken.
4bff4ff : Ensure calling user is the same as requested user.
23e43b1 : Allow GenericDocument accept a String property longer than 20_000.
14816e2 : Log stats for Optimize
c84d106 : Remove deprecated, hidden versions of changed public APIs.
6855dac : Add OWNERS file in mockingservicetests for AppSearch
1032947 : Register callback to statsD for AppSearchStorageInfo
f4d219b : Add check for optimize after each mutation operation.
3732bad : Cleanup appsearch platform logger
4f06d81 : Cleanup AcitivityManagerConstants and AppSearch
d7e3989 : Cache nextPageTokens that a package can use.
37c8b17 : Add ability to enforce limits on docs per package and size of doc.
626d83c : Move libicing.so out of /usr/lib, into the appsearch apex.
2d31fbc : Enable appsearch to perform its own hidden API processing
5d2bb0b : Port appsearch-service to the system_server_current sdk.
84e33a0 : Prevent instant apps from using AppSearch.
ebe7c0d : Sync framework from jetpack.
44c0497 : Update framework from jetpack.
15d0ae4 : Update framework from jetpack.
4d05163 : Guard system usage reporting by checking the caller has system access.
a9e6e21 : Clear the uninstalled package data in AppSearch.
9d56dc9 : Switch to a non-hidden way to compute data path and switch to subdir.
091aac3 : Explicitly set generate_hashtree: false
b3643e3 : Fix some incorrect annotations in AppSearch.
ec2f315 : Close AppSearchImpl in handling user removed broadcast.
82a3872 : Update framework from jetpack.
433892c : Use AppSearchConfig in PlatformLogger
a4cdef9 : Log two new fields for initializeStats
a5e6a2c : Log two new fields for initializeStats
5c41677 : Move to non-hidden APIs for handleUser and broadcast registration.
91acdfb : Update VisibilityStore to handle role-based system visibility.
88ff3bc : Add AppSearchConfig in AppSearch
062616a : Annotate AppSearchManager APIs with @UserHandleAware
a4b5bab : Update framework from jetpack.
7358452 : Stop depending on internal Preconditions.java from service-appsearch.
2cd510c : Update OWNERS for AppSearch
2c4996d : Update API txt following a metalava fix
7d90216 : Update statsd config to be mainline compatible.
bea5560 : Remove PackageManagerInternal from AppSearchService.
f168d79 : Fix HiddenApiTest#testSignatureMethodsThroughReflection.
0583058 : Add systemserverclasspath_fragment.
17c20b8 : Update framework from jetpack
c5a7577 : Log CallStats for more api calls
c410c4f : Log InitializeStats in the platform
ef66a42 : Log SearchStats in the platform
479bd8c : Update framework from jetpack.
edb5471 : Refactor VisibilityStore's docs and maps to separate objects.
1394fc2 : Link framework-appsearch against the module_current SDK.
9ba377d : Add bootclasspath_fragment.
83384c7 : Update framework from jetpack.
de9f338 : Handle user stopping in AppSearch.
39f42a4 : Delete deprecated methods after dogfood transition.
0d22884 : Update framework from Jetpack.
a5d0d32 : Unhide the storage attribution API with system visibility.
887379d : Fix appsearch filegroups to match package
6ca8935 : Call persistToDisk after indexing VisibilityDoc
d5e8eda : Refactor how AppSearchResult and AppSearchBatchResult are parcelled.
43c0fdf : Temporarily re-add methods and classes removed in ag/1420175.
773e41f : Update Framework from Jetpack.
5a80848 : Remove AndroidFuture from AppSearch.
7cbc471 : Update framework from jetpack.
e201dc0 : Register PackageChangedReceiver to AppSearchManagerService.
0fcd51a : Implement StorageStatsAugmenter for storage info.
17f7937 : Update framework from jetpack.
aa0b847 : Update AppSearchManager to clarify features
5258ad2 : Remove remaining uses of Preconditions.checkNotNull.
b5d34b1 : Remove ParcelableException from AppSearch.
9fdaf0d : Revert "Register PackageChangedReceiver to AppSearchManagerService."
d2186e5 : Change AppSearchManagerService's thread pool to use LinkedBlockingQueue.
c77f444 : Update framework from jetpack.
be40238 : Register PackageChangedReceiver to AppSearchManagerService.
f8cc201 : Use the PlatformLogger in the platform
c10610d : Implement schema migration to another type in framework.
e04ceab : Add background executor to AppSearchManagerService.
12dc6c0 : Register UserActionReceiver to AppSearchManagerService.
77739a0 : Add appsearch multiuser test
c1df44e : Update framework from Jetpack.
3c7d90c : Update framework from jetpack.
330d022 : Fixes an issue in shortcut persistence.
b0d6012 : Switch to Binder.getCallingUid.
8f0df49 : Implement getStorageInfo.
56f699b : Run framework migration on a background thread.
ae4c014 : Remove deprecated methods from AppSearch APIs.
39903f8 : Move from getDataUserCePackageDirectory to getDataSystemCeDirectory.
623e3b0 : Implement schema migration in framework.
b3452a4 : Add another executor to setSchema() for running framework migrations.
9795b51 : Update framework from jetpack.
d5c2ed9 : Fix a timing issue in unlock signal propagation in AppSearch
3488b9a : Update Framework from Jetpack.
e377a3a : Add Logger Implementation for WestWorld
c61d2ac : Update Framework from Jetpack.
90938a6 : Require database name when creating session.
7b9c2c3 : Update platform from Jetpack.
3415f1d : Add AppSearchSessionUnitTest to cover platform scenarios.
e7efa0c : Delete depracated method in AppSearchManager.
315cca6 : Update Framework from Jetpack.
9d8f427 : Split getAppSearchImpl and createAppSearchImpl in AppSearchImpl
bd53113 : Move Executor parameter into SearchResult#getNextPage.
5451f5f : Update framework from jetpack.
5ddd14a : Update AppSearchManager class header with description and examples
5ed3f99 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
66355f7 : Set updatable:false explicity.
e75e09a : Update framework from jetpack.
6410a87 : API updates to match API council recommendations.
4f88f48 : Check schemas using getSchema in VisibilityStore.
ea9767c : Update Framework from Jetpack.
65194aa : Replace @code with @link for setSchema.
15c8697 : Fix locking issues.
70029ec : Remove a placeholder uri.
e8569db : Fix package access bug.
9ba9ae1 : Require unlocked user for AppSearchImpl.
b711f85 : Update framework from Jetpack.
21d1239 : Update framework from Jetpack.
308304c : Make ImplInstanceManager a singleton
d507a21 : Sync AppSearch from framework.
5356204 : Add a platform version of VisibilityStore.
21c2d6a : Pass global query package name to AppSearchImpl.
895bfc8 : Sync framework from jetpack.
87cdd15 : Sync AppSearch from framework.
d18f884 : Sync AppSearch from framework.
0c62d99 : Pass package name across binder.
39d62a2 : Update framework from jetpack.
d14ff88 : Make GlobalSearchSession public.
2255cab : Sync Framework from Jetpack
ab78906 : Update Framework from Jetpack.
0334d34 : Unhide APIs in Framework that were already unhidden in Jetpack.
da6bf24 : Sync Framework from Jetpack.
2da1785 : Update Framework from Jetpack.
170a75b : Update Framework from Jetpack.
6ffad29 : Update framework from Jetpack
f209307 : Support Multi-User AppSearch within SystemServer
4f8eab6 : Allow-list yet-to-be-modules to not have last-api tracking
c6643bb : Add AppSearchCtsTests to visibility of the test utils.
4cf2fb8 : Limit build visibility of modules in apex/...
23e0c3a : Create test utils and shims for porting AppSearch CTS tests.
f94b404 : Unhide AppSearchManager APIs.
246a5b2 : Unhide GlobalSearchSession API.
37e4726 : Unhide AppSearchSession APIs.
8c5ba91 : Sync platform from Jetpack.
de68cf3 : Update owners for appsearch related code.
83a2493 : Porting AppSearch jetpack upstream changes to platform
461e6df : Remove AppSearchException from java doc of AppSearchSession.
0d39387 : Revert "Split getInstance and createInstance in AppSearchImpl"
59064c6 : Revert "Porting AppSearch jetpack upstream changes to platform"
cd1c607 : Porting AppSearch jetpack upstream changes to platform
39263d9 : Improve OWNERS coverage across frameworks/base/.
223c545 : Improve OWNERS coverage across frameworks/base/.
847a978 : Split getInstance and createInstance in AppSearchImpl
e189348 : Move externally synced framework files to an 'external' folder.
6a99f94 : Update AppSearch code from Jetpack.
91b5630 : Unhide AppSearchResult and AppSearchBatchResult objects.
e6dee50 : Unhide Request objects.
bfbfcac : Add GlobalSearchSession to AppSearch platform.
d48f236 : Add SearchResults and support pagination in query.
178366b : Pull upstream changes from AndroidX to support removeByQuery.
dbd1dca : Porting the async AppSearchSession to platform.
8539afe : Unhide SearchResult and SearchSpec APIs.
117e690 : Unhide GenericDocument API.
1f13741 : Unhide the AppSearchSchema API.
35d46c8 : Export jetpack code to framework.
d2b7d14 : Re-export with google-java-format --aosp running on all exported classes
eca66fd : Update framework from androidx.
b1fd5b4 : Sync framework from jetpack.
26b9e5c : Pull upstream changes from AndroidX.
f660d8f : Merge frontend changes from Jetpack into Framework.
6413aee : Support platform AppSearchManager(backend) to accept database name.
a883ea7 : Remove protos from sdk.
03acdb2 : Merge request objects from Jetpack into Framework.
c66d67c : Merge GenericDocument and SearchResult work from Jetpack.
b2ae73f : Merge over AppSearchResult, AppSearchBatchResult and setSchema error improvements.
07f121f : Convert appsearch to java_sdk_library
ea5328c : Tighten up Binder.clearCallingIdentity() usage.
c9fc960 : Merge Jetpack SearchSpec work from last two quarters.
92ce353 : Merge Jetpack AppSearchSchema work from last two quarters.
ebd3774 : Merge AppSearchImpl Jetpack work from last two quarters.
859d01c : Fix compilation against latest checkout of external/icing.
56c5d3b : Remove framework annotations from appsearch stubs
d666135 : Jarjaring AppSearch framework and service.
7f46d6f : Implement AppSearch.deleteByTypes()
a039778 : Stop appsearch manually linking stubs
ff82fba : Implement the AppSearch.delete API.
f6c66ae : Implement the AppSearch.deleteAll API.
e708e18 : Support queries in AppSearchImpl and FakeIcing.
a95f44f : Port the getDocuments() API to be synchronous.
69a8d9f : Implement getDocuments() support in AppSearchImpl.
969f446 : Switch AppSearchBatchResult from Throwable to error code and message.
4eacaf4 : Changes getProperty methods to return primitive type
b8729e2 : DO NOT MERGE: Remove AppSearch from Android R.
e1a6952 : setSchema() API adjustments from API review.
067255c : Revert "Implement getDocuments() support in AppSearchImpl."
6a7d8d4 : Adds support for index Document properties in AppSearch.Document.
2a1f614 : Adds ttl and support for index byte array in AppSearch.Document.
6b38829 : Refactor AppSearch to split into AppSearchDocument and AppSearchEmail.
4277cf4 : Implement getDocuments() support in AppSearchImpl.
f2f5106 : Set version to 300000000
b009838 : Added ResultSpec, SnippetSpec and ScoringSpec.
953c4ec : FakeIcing#query should return Status.Code.OK Test: atest
1846584 : Port the putDocuments() API to be synchronous.
cc22345 : Implement putDocuments() support in AppSearchImpl.
321e4b1 : Switch setSchema API to be synchronous, based on discussion with API council.
7166697 : Update appsearch with new upstream changes
fecfedc : Add forceSetSchema and fix the setSchema API comment.
d44f987 : Remove IndexingConfig and merge its constants into PropertyConfig.
a7c8f8a : Added query and SearchResults.
afcd9a3 : Add permitted_packages to framework-appsearch.
270d4f1 : Implement schema type rewriting for setSchema.
179c8b8 : Add AppSearch.java, containing the Document class, base Builder, and Email.
09c0b9d : Add implementation tests for AppSearchSchema framework classes.
fd07eba : Add a SetSchema API and builders.
69723f6 : Revert "Use framework-appsearch-stubs instead of framework-appsearch"
138f6ce : Use framework-appsearch-stubs instead of framework-appsearch
c2d0bc2 : Set apex_available for service-appsearch
bd67b1e : Platform shouldn't directly link to jars in APEXes
12f993c : Move framework-appsearch out of framework.jar.
39ede99 : Add TEST_MAPPING files for AppSearch.
862ac02 : Switch FakeIcing to return a SearchResults proto instead of a List<Document>
b6ad279 : Add FakeIcing unit tests to presubmit.
f9c2758 : Refactor FakeIcing to use the real Icing lib's protos.
05cd562 : Add a simple fake implementation of Icing to unblock development.
f088937 : Add apex structure and sign keys to appsearch.
eeb84cd : Rename framework and service jars
febbead : Add a new system service for app search project
54e0c99 : Initial empty repository

+- Project: platform/packages/modules/Bluetooth

cea8f23006 : Added platform_compat_config to enable target sdk check
dddf1151c5 : Do resolving list operations via handler
ce747393bc : BassClient: Force PA sync reset before removing source
02be37dc35 : BassClient: Fix issue that source could not be found
04b2b91650 : Revert "BassClient: Fix issue that source could not be found"
39b9602fde : Revert "BassClient: Force PA sync reset before removing source"
37f24e59c7 : Revert "Revert "Immediately execute instead of queueing request ..."
a526982334 : Revert "Revert "Make SDP and inquiry request dequeue and execute..."
dd8e4cac4e : Revert^2 "Queue discovery and device inquiry while bonding"
0ebbe9d1f6 : Catch IAE in BluetoothManagerService
856f6acf59 : Revert "Revert "Reuse SynchronousResultReceivers instead of creating new.""
4c024a2dee : Revert "leaudio: Make LE Connection Interval a multiple of SDU_Interval"
dd85e91cea : Revert "Reuse SynchronousResultReceivers instead of creating new."
655653f48f : GATT: Disable notifications when disconnecting
67952a5b0c : gatt: Fix incorrect write to the descriptor.
5467b90481 : Reuse SynchronousResultReceivers instead of creating new.
13a625ee03 : Move user file along to the new package name
3e4c27d5d1 : Always create connection when hci status SUCCESS
d72af4a316 : Fix flakiness in LeAdvancedScanningTest lost test
0ea3c8ae55 : Prevent IAE caused by empty media ids
8e1ae01880 : Change Bluetooth apex mountpoint
fa4d1e3b68 : Move version in apex_manifest
c7f04537cd : HAL: Avoid FATAL log on expected transaction status
4e9e5edd2c : Handle empty battery level
3da8e93182 : Revert "Queue discovery and device inquiry while bonding"
ecb4b3a0b5 : Rename Bluetooth apex and APK
8f86ad27c9 : Revert "Make SDP and inquiry request dequeue and execute more comprehensive and"
6af646f9bf : Revert "Immediately execute instead of queueing request for LE service discovery"
0ac3961de6 : Remove the BT APK's dependency on the DUMP permission.
edbb095da0 : GATT-Caching: Disable GATT caching by default
991b193f7a : Import translations. DO NOT MERGE ANYWHERE
a54608bd88 : Remove legacy hci role handler and add back role reject list
e4f0ee3616 : Add visteon carkit to interop role switch db
82dfb05056 : Check sysprop value before trying to bind to service
f54c0fd803 : ASHA: do service search after service discovery
c00c24eb4b : GD-SL4A: Add repeated connection test for background connections
b5b36b6505 : GATT: Add more debug logs to help with debugging
ff0896dbda : Check sysprop value before trying to bind to service
e344bb4294 : Race condition handling when connection happens after cancel
1d33c5476c : Remove device from background list when initiating disconnect
17d6aef771 : Test: Stability improvements on bluetooth_stack_with_facade
df236fc7f3 : Test: Further stability improvements to ACL tests
438d0afe54 : SL4A: Throw exception when test fails and clear paired devices
2d7ead85c6 : Test: Zip dynamic libraries and push to device if not present
78374f5f32 : Ensure repeated connections are captured
d17e39bf0f : eatt: Fix missing tx mtu set
ad6da96fa9 : BluetoothMetrics: Upload user reported device names to extract manufacturer and model information
18032628e6 : Re-add plurals ICU, with mandatory =1 value.
f0a6874553 : Store and report the union of SDP and BLE UUIDs.
ba63875cde : Prevent infinite rebind
687e619ede : Replaced ICU by <xliff> for OPP notification
4c71eb4dd1 : Restore BluetoothOppLauncherActivity default state
29370830a5 : Increase the size of the snooz log buffer from 512 to 1024
0599c7752d : Delay Bluetooth Start
60fd1237f3 : LeAclManager: Arm connectability on resume
aa512dab6f : BluetoothDevice#getUuids() returns null again when no Uuids
ecaa370ecc : Trigger callback when start advertising fail
9ceaf55271 : Use SDP when SDP succeeds and EIR when SDP fails
bfd9272168 : Do not perform SSR when avdtp start
06268df737 : Revert "Disable sniff mode for Phonak device"
0f98ddca48 : Fix Nullptr access in sdp
9dabe9a4cd : The Bluetooth APK no longer uses the INTERACT_ACROSS_USERS_FULL permission, so this CL removes it from the manifest.
579671878a : ASHA: Don't retry if the phy update fail with not success status.
79daeedeeb : le_audio: Configure bi-directional CISes only for active ASEs
c08fc8803b : BluetoothMetrics: Log the first 3 byte of MAC address to the metrics server
87e5ce2d11 : Modify incorrect API documentation
be3185b409 : Update API docs to state that the IRK must be supplied in little endian byte order
06a9068901 : Fix UUID issue of address consolidateion
3051f78201 : Do not consolidate pure LE device
e8a170fa56 : Set maximum attribute value to defined by spec Core 5.3
ad76e9280e : Fix gatt autoconnect
4891931f83 : Only add btm_ble_enq_resolving_list_pending when privacy not enabled
22a18a850b : Do not create connection when filter accept list is empty
8f40836284 : Remove device from filter accept list before delete device record
210a297a29 : LeAclMananager: Rename canceled_connections
0077bd317f : Cert: Fix test infra to meet latest environment requirement
88e5c86895 : GATT: Add more logs in GATT to help with debugging
e3d987d906 : Remove legacy resolving list code
52141463c0 : Revert "SMP: Calculate LTK on BR SMP begin"
9343b35b69 : RFComm: Check for nullptr in PORT_IsOpening logs
27d53fb646 : le_audio: Guard ASE control point commands from invalid metadata
abc11741ee : Bluetooth audio HAL: increase buffer size
ab06114a76 : Revert "Revert "Reland: EIR uuids should be added to device_found_cb am: 3154232a39 am: 1351819f88 am: ecf20624bb am: 4791ca10b7 am: f7587cf6df""
23ade73cd5 : Move SetPhy and SetDataLength after connection open
4f184f2469 : BassClient: Force PA sync reset before removing source
5311e8dd4b : BassClient: Fix issue that source could not be found
5a5bbbaff3 : bass_client: Fix codecId cast issue
715aa0e1da : Update API docs to indicate that BT addresses are to be provided in big endian.
115c22eec3 : Block contact download until we can use accounts
a4b9dbebd4 : Bump version codes in tm-dev to match tm-mainline-prod
38be0fc8ec : Close BluetoothGatt when disconnected
0b7fe01dd0 : l2cap: Verify number of channels in the CoC request
fe358db005 : Removing bonded device when auth fails due to missing keys
2786401c50 : BQR: Handle LE Audio Choppy Report
de324498ab : AdapterService ConcurrentModificationException fix
4efa7ab55c : BluetoothMetrics: Upload GATT server and client connection state change events
e94f3e08aa : Remove unused entry into l2cap
c6dc20f46e : Remove unused btm_read_remote_version_complete_raw
08b7c5b65c : Remove legacy HCI_READ_RMT_FEATURES_COMP_EVT
e7195db6f3 : leaudio/vc/csis: Fix handling BTA_GATTC_ENC_CMPL_CB_EVT
93c5081837 : hearing_aid: Fix handling BTA_GATTC_ENC_CMPL_CB_EVT
54ec350bfe : Added module_controller test config + fix test install
c033a16588 : Add LeAudioConnectionSession
788423e52b : LeAudioService: Fix handling of lead device disconnection
65a895053b : Minor change to prevent unnecessary error log.
9f7e066417 : GD: Create remote address with correct type
dc29afcf1a : LeAclManagerTest: Disable flaky test_multiple_background_connections
ba65dc1ed3 : GD: Set non resolvable random address
8f6ea6d5f2 : LeAclManagerFacade: Check per_connection_events
92b8452b77 : GD: Check address types in le_acl_manager_test
c087701457 : Cert: Add IRK to LeAclManagerFacade
b2af0bd53d : LeAclManagerFacade: Allow multiple connections
ff8afbf688 : GD Cert Test: Direct le connection
10151357f8 : Test: Factor out cert address
45067be7b3 : Test: Add is_direct to LeCreateConnection
ab406e1865 : LeAclManagerTest: Use PyHci abstractions
8dacc59ccc : GD: Set non resolvable random address fix
c3680d2908 : Add mts-bluetooth to native tests test-suites
005ebae437 : LeAudioService: Provide Ccid to the native code
89a12d3042 : leaudio: Add a way to pass CCID from Java to Native code
d5f5499e44 : leaudio: Remove invalid code
8e92a883a6 : GD: Create remote address with correct type fix
8d5519757c : RootCanal: No resolved address for random static
5d6d21a6d1 : RootCanal: Use the resolved address type
8a1060f307 : RootCanal: Implement RPA advertising
2e84a4c980 : RootCanal: Check connections when setting features
2159f121bc : Import translations. DO NOT MERGE ANYWHERE
991745ec74 : Set the client terminated reason as the remote headset end the call
b0c575637d : Modify player metadata sync checking logic
00658043e4 : Remove unused le audio code
749022bc0c : RFComm: Adds info log in PORT_IsOpening
64e57f9443 : legacy: Remove unused le set encryption
1a70edea2b : Streamline bta/dm/bta_dm_act::bta_dm_encrypt_cback
3912e5612b : PAST: Convert address type for sync established event
e3465449e7 : PAST: Get sync from address when sync established
017a49c98f : Re-order stack startup/shutdown with btm
31a662d2af : Add btm_cb.notify_when_complete_cb when inquiry is cancelled
6831090d38 : shim: Connect le data length change
0351af2c11 : Csip: Add method for checking group lock status
a0cf15e0bf : Csip: Add more means to get grouped devices
27b3c150ab : BassClient: Allow only one pending source operation
96e72b2b5c : BassClient: Reconnect devices in the background
58ffcb5472 : BassClient: Fix using Metadata cache
ac797006bb : BassClient: Fix not sending connection change intent
8d2b5930a5 : Csip: Remove unused variable
e42d7deb00 : GD Scan: Update btm_cb.ble_ctr_cb when scan
8c72e6f078 : Fix NPE of mAdvertiseCallbacksObj in JNI thread
8af7ef3e57 : Partial Revert "LE Shim: Implement ReadRemoteControllerInformation"
f9127f658c : Add Qualcomm 3804 debug logging with base 64 format to btsnooz log when filtered is enabled.
245e0919d8 : Remove permission check on some codec methods
6860f6eb84 : Re-format the dump le audio.py
a0e1cf8cb9 : Only parse ATT_READ_BY_TYPE_RSP for the charactertistic type
939f5b82c6 : PAST: Port implementation to GD
28b51ad590 : Double check if extended scanning is supported
9e41e12e34 : Shim: Do own address read callback in JNI thread
7a4768e18e : Fix typo in SL4A-SL4A test runner
09f13eede3 : PAST: Pipe methods and callbacks through GD
454aa8591d : Remove user filtering
5d1495ecaf : PAST: Return early when controller do not support PAST
d45bf09f35 : PAST: Unify callback format to match GD
08c43412b5 : Enable the Pbap Client authenticator
ff434a8a1c : Update LC3
a151708d2b : le_audio: Implement voice back channel support
61677dd590 : BQR: Add Bluetooth Quality Report v4 feature
acae061735 : Copy BluetoothHearingAid API into private for short-term only
dd76e0ee9f : BAS: connect gatt service when device is reconnected
d88415350c : Added some optimizations to Bluetooth APK
b92750f0af : Bluetooth LE Audio: pass the 24 bit stream as unpacked through HAL
959cef883b : Hap: Fix verifying input parameters
283a99ff5c : Load external library in the default namespace
7e423cb504 : LE Audio: accept 24 bit audio from audio framework properly
eae43d6e40 : Tbs: Fix status flag for inband ringtone
9dad46513e : leaudio: Configure only connected device
6cfe2673ae : Cleanup bt MetricsLogger
da676c608f : leaudio: Allow to configure AF for more than 16kHz for Microphone
70b8404b60 : leaudio: Add missing 32kHz options
352ef2a02a : Ignore-AOSP-First: Revert "BluetoothInCallService: Wait for disconnect tone at onCallRemoved"
e231006950 : [LE Audio] Add the support for 32k config
aadf1dbd3b : Added BluetoothInstrumentationTests to mts suite
d0ce179bb7 : Revert "Reland: EIR uuids should be added to device_found_cb am: 3154232a39 am: 1351819f88 am: ecf20624bb am: 4791ca10b7 am: f7587cf6df"
66815ce22f : le: Default to PUBLIC not RANDOM address type
85255340ef : Bump Mainline Module Version Codes in tm-dev to 330090000
4c7e564d89 : fix Out-of-bounds Write in bonded_devices array
c7c358d278 : ASHA: Enhance ASHA connection flow
c04ac57383 : OnReadRemoteExtendedFeatures verify max page is non-zero
70868b51a0 : shim: Add le connect disconnect sequence
5c270bc5e5 : Add a nullptr check.
c2056d0ace : Fix crash for getting offload capability
dd4388a962 : btif_hf: Fix NULL phone number
4369c2c5db : Blueberry: Migrate GattNotifyTest and GattConnectTest to Mobly
9f3756e838 : leaudio: Add support for Mute/Unmute
88d35e6d61 : Add Mobly test runner per SL4A_SL4A test script
1194c061b2 : Fix typo in Config.java
ee96c03e75 : Security: Fix out of bound read in AT_SKIP_REST
42a727b6b0 : Pass connection parameter to OnLeConnectSuccess
348104d9f3 : LE Shim: Implement ReadRemoteControllerInformation
86ae168d80 : Implement api test for aptx codecs
066fa55a72 : Update BT Stack to use BT Audio HAL V2
eaef6ea9ba : Ensure that Numeric Comparison pairing is not treated as Just Works pairing.
f97d762def : GD: fix error of multi advertiser track
296bdaa933 : Prevent create connection for anonymous address
e82c9da7d5 : PBAP: Disable PBAP SIM Feature
3ff8983ad7 : PBAP: Return sim contact size with cursor.getCount
39a3ecfe70 : Remove SDP record for GTBS and GMCS
c674ea0040 : RootCanal: Send scan_response_ when scanned
504075edf9 : Remove config files from /system partition
f19f112574 : LeIsoTest: Use non-test SetCigParams
6a222a4a39 : Fix error checking logic -- "if it doesn't have a value"
0e46c85682 : Statically link ldac into module
3549c59d3b : Remove unused code system/stack/l2cap/l2c_link
1415f2e2ca : Disable the `freeze le l2cap randomly` feature
24a02f58cd : [LE Audio] Add the support for 24k config
1ca431a2b4 : Fix typo isQuetModeEnabled -> isQuietModeEnabled
3545541f64 : Switch LE HS when a play command comes from LE HS
d9b57ebdf4 : Increase GATT logs on userdebug and eng builds
4c19513df4 : Set correct ScanFilter for bass assistant
b009a2274d : Permission enforcement in BassClientService
40abe053a8 : Make setComponentAvailable() synchronous
f3d10bb59c : Merge "Streamline stack/btm/btm_sec::BTM_SetEncryption" am: 63a911a93e am: a0f8ace5d8 am: 096cef44f8 am: 87e8b1890c
e18e857920 : BluetoothMetrics: Do not assert on events from remote device before upload them
8ff3a7d3c2 : Use a non-null package name when creating a ComponentName
b89be719db : Streamline stack/btm/btm_sec::btm_sec_encrypt_change am: 66708b1bab am: d33563ab6d am: 83cd7b3f7c am: debcc0d61f am: b7e99a51ef
0e21e46e29 : Merge "Promote incoming connection from unary to unordered set" am: 6a55ef2375 am: faf1391ce0 am: 87a353cd3a am: 8122c493e7 am: 08ec39dcd2
56c3ae2a63 : Merge "Ensure btm_log_history is constructed" am: acc4f79265 am: 51fe97fd15 am: 174fa64285 am: 5d8760c0e9 am: e55ad2eda1
5a6630e6be : Merge "Check gd::controller started before shim::Acl constructed" am: 85dd9ef1a0 am: 418bdaaf87
af9f17d50e : Merge "Streamline bta/dm/bta_dm_act::bta_dm_set_encryption" am: 5d83f84bb2 am: f595403b6b am: fab69bbcce am: 066c483255 am: 937cca33af
7e2faab6c6 : Merge "legacy: Restore missed check for interop role switch" am: bffc41c9f2 am: bbe68e0e8f am: 789ce8093e am: 07dd24f4ab am: 71313d2359
189f64ae5a : GD: use extened advertising when controller supported
0d9d9e5e22 : Check Avrcp packet vendor length before extracting length
16ffade718 : Do not autoconnect hfp if hfp is disallowed but a2dp is
25fc56ed6a : Add caching for {Map,Sap}.getConnectionState
24931aa197 : RFComm: Adds debug log in PORT_IsOpening
40d1a5647c : HCI: Check the status of the close() call
47e7250b6a : Check for sniff subrating support
5e6b615e86 : HCI: Discard events that come after timeouts
1f78bbf1a9 : Make privapp_allowlist_com.android.bluetooth.services.xml non-installable
e850de303b : Revert "Send all CLCC responses at once"
94fc599129 : Remove an unused import
84eafd765a : HeadsetPhoneState: Synchronize startListenForPhoneState to prevent race condition
b247faa4c2 : Include Bluetooth config files in APEX prebuilts
bb37c5a44a : Merge bluetooth apex default in it's only usage
20cb89e60f : bass_client: Add notifySourceFound and fix NPE
6b2a10e147 : Accumulative fixes for LE audio test app
64347dfeaa : le_audio: Add two source requirements for conversational context
6ddf0be516 : Fix hash function in BluetoothLeAudioContentMetadata
0130cc3660 : BT: Include all Java tests without native dependency
b1a3f4dc1e : LeAudio: Respond to TMAP read requests
6a4e7f28bc : BASS: PA_SYNC_STATE_FAILED_TO_SYNCHRONIZE in allowed for paSyncState
771724d457 : BASS: Fix BASS client service to pass CTS tests
66bf06ee45 : Handle HCI setup ESCO connection failures
376819760a : Copy to std::string when parsing LE audio config
16d4fe3a9b : BluetoothLeAudio: Improve handling lead device disconnection
82b59150ee : Remove public visibility of bluetooth impl
b16677ca56 : Migrate BTA_DM_COD to the new sysprop
667413ea11 : Fix build breakage
0701280160 : GD: set advertiser id in_use in the lock
a7da1f2d60 : SDP: disconnect on wrong element
efa9b4e002 : BluetoothLeAudio: Add missing group check
8ed41c9606 : leaudio: Fix cleaning autoconnect flag
035e277be2 : leaudio: Add graceful disconnect support.
760f3c141f : leaudio: Improve cleanup on Bluetooth stack off
e287bc286e : Fix connect GATT with IRK and public address
06f7bd00ce : Use bluetooth.core.gap.le.privacy.enabled sysprop to init BLE Privacy
4b9022d6cc : [ DUP ] prevent sending LE create connection twice
4ad5f9df28 : Set up unit test environment for BassClientService
fd378b6d0d : leaudio/json: Add examples for Game and Recording context types
8f776867b3 : leaudio: Remove hidden requirement for the sample frequency
3367c0fa6f : leaudio/provider: Improve dumpsys
31102df200 : leaudio/json: Add way to provide QoS for Sink and Source
bb1051f1fc : Support the GATT profile by default
1fcb1f8552 : Implement Equals and Hash for BluetoothLeAudioCodecConfigMetadata
e41f53c6db : le_audio: Add support for Broadcaster session for Bluetoot stack
d3e3ae0e0d : packet_fragmenter: fix potential memory leak
3af6fab3b3 : Broadcaster: Fix handling invalid broadcastId
90101ec3cd : Refine the map between audio attribute and LE audio context type
aae665c021 : Expand logging stack/l2cap/l2c_utils::l2cu_start_post_bond_timer
5f1757dde2 : LeAudioService: Fix get group lead devices
7fc233adfa : leaudio: Improve device lost handing while streaming
96d8cf0255 : Sign BluetoothInstrumentationTests with the Bluetooth APK certificate instead of the platform certificate
eb1218cdeb : leaudio: Add DisconnectAcl method to leAudioDevice
3c5bcb6662 : leaudio: Make sure Audio HAL is always notified corretly
b2556cd41e : legacy: Introduce stack_l2cap_test
626e348066 : le_address_manager: Properly type function with packet type
255a273b48 : le_audio: Use broadcast device for broadcasting usecase
e641e63ec6 : gd: Fix typo in ErrorCode::UNSUPORTED_FEATURE_OR_PARAMETER_VALUE
86b7088003 : Root-Canal: Fix event type sent for LE Connection completion
3ec77bca91 : Root-Canal: Add PDL definition of LL feature bits
91e2c791a4 : Floss: Fixing classic keyboard SDP and connection
4096633a84 : Add more logic for robust caching
e3efb32b9c : Add hash API to manage persistent data
cddd231ab7 : Fix user id issue in AdapterServiceTest
9d1665915c : Remove hardcoded references to com.android.bluetooth.tests and removes usages of profile support resources.
926d29cae6 : Silent death test to no longer have a stack crash
f3c79250fc : floss: Attach the absolute_volume to BluetoothAudioDevice
9127f7b23c : legacy: Update stack::gatt mocks
52b2a2251f : floss: Track freshness of found devices
6a203252b5 : Import translations. DO NOT MERGE ANYWHERE
1d3bd6a4a1 : btif_hf.cc : privatize phone number in log
86ed7405a5 : Broadcaster: Remove unused test parameters
522506ea4a : Broadcaster: Fix not notifying about the started broadcast
b454d1e928 : Bump apex version to 33xxxxxx in tm-dev.
7d6e2d190c : Fix updateOppLauncherComponentState package name
4f2dbcec1d : BlueberryServer: Send grpc error on AudioTrack errors
92531dd26a : BlueberryServer: Format using ktfmt
ad13a121d2 : BlueberryServer: Always play audio track
ca570687fd : Metrics: Log transport in ACL state changed
e71cef4088 : Remove the unbonded device from mDeviceGroupIdMap
00ade77efe : Prevent use-after-free of HID reports
6b597c3ddb : legacy: Use system/bta/dm/bta_dm_act::calloc
703ccba4d2 : Replace BTM_DEF_LOCAL_NAME with the new stable sysprop value
d7fe6938a9 : Naming conformant to BT spec 5.3 Connect=>Filter Accept
e55504438e : Check length of advertising data
6ea85d4cf0 : Add Link Key Type info to dumpsys
62b6c97219 : floss: Fix build breakages
42f1d5fe26 : floss: Pass BluetoothAudioDevice as a dictionary
58bdd31111 : Restore devices volume after bluetooth restart
6810baa4a3 : Add Mobly test runner per GD_SL4A test script
ef67156ab8 : Restore devices volume after bluetooth restart
8750323d85 : Fix out of bond write in gatt_db
8c5f65cac6 : Autoconnect fallback on second audio profil
fb9909db8b : Listen for Intent.ACTION_USER_SWITCHED in BluetoothManagerService instead of using the SystemService#onUserSwitching method
52d04c2c48 : Revert "Save off foreground user id before passing the message to the handler on"
4b8839d46d : le_audio: Add support for Broadcaster session for Bluetoot stack
11a3798e6c : Add Broadcast Profile bitmask to the supported mask if supported
7717a9401e : Reset persist.bluetooth.factoryreset after config files deleted
430ff54cf4 : Revisit btm_sec_queue_mx_request method
1c3a18d26d : Fix typo
a628c41b40 : Send all CLCC responses at once
4ac00a2c9d : Adjust log level for AVCT
1501fe6f61 : Set active player to MediaKeyEventSession when init
38d470c896 : Ensure that UHID_SET_REPORT procedure is concluded when invoked for HOGP device
262f949254 : Listen for Intent.ACTION_USER_SWITCHED in BluetoothManagerService instead of using the SystemService#onUserSwitching method
ce9ddee0cc : Revert "Save off foreground user id before passing the message to the handler on"
df4d7182f0 : Migrate Config.java to use the new *.isEnabled() functions
ca5a3e5402 : Migrate OPP profile enable/disable to sysprops
a511f34226 : Migrate HFP AG/server enable/disable to sysprops
1b3e4c86a1 : Migrate SAP server enable/disable to sysprops
deb783eb7e : Migrate PBAP client enable/disable to sysprops
21f021a877 : Migrate PBAP server enable/disable to sysprops
21111f722b : Migrate PAN profile enable/disable to sysprops
cbb3c5da2f : Migrate MAP client enable/disable to sysprops
5866f3f3f3 : Migrate MAP server enable/disable to sysprops
67874a7739 : Migrate HFP HF/Client enable/disable to sysprops
cb80260c51 : Migrate ASHA central enable/disable to sysprops
327f28724d : Migrate HID host/device enable/disable to sysprops
417b039643 : Migrate GATT enable/disable to sysprops
e6603c9203 : Migrate LE Audio related profile enable/disable to sysprops
c80ea58e8a : Migrate AVRCP Controller enable/disable to sysprops
bbcaa91908 : Migrate AVRCP Target enable/disable to sysprops
7b185e4761 : Migrate A2DP Sink enable/disable to sysprops
1a7dae0813 : Migrate A2DP Source enable/disable to sysprops
0361acbb2c : Create a setComponentAvailable() utility for profiles to use
deb55bd741 : Security: Fix out of bound write in HFP client
320618b16f : Listen for Intent.ACTION_USER_SWITCHED in BluetoothManagerService instead of using the SystemService#onUserSwitching method
2fece97054 : Revert "Save off foreground user id before passing the message to the handler on"
85c3d80a2e : CsipSetCoordinator: Fix handling locking unknown group
41cd3b2f51 : leaudio: Improve tracking cig state
6233791553 : leaudio: Removed unused enums
dfa65e71ac : btm_iso: Remove assert on CIS data path created
a6a4472ba7 : broadcaster: Add missing null checks at client side
0e652b1bfd : Add Audi carkit into IOP table to only use AVRCP 1.4
eba973bc30 : leaudio: Minor state_machine_test fix
e68945b927 : Add ACCESS_FINE_LOCATION for Bluetooth app
89a006312b : Save off foreground user id before passing the message to the handler on user switches
33abaca783 : Save off foreground user id before passing the message to the handler on user switches
05e9640422 : Adding wescande to some OWNERS files
bbc909460b : Fix write lock locking mechanisme
b8b055aad0 : MTS Setup for Bluetooth
87a7629a54 : Tests to verify matching of Eddystone E2EE-EID beacons.
b12255cb20 : Add Bluetooth state check as service null isn't sufficient.
938563452c : Check cache before sending acceptlist commands
eda5120b13 : Save off foreground user id before passing the message to the handler on user switches
a8c25b1af7 : Use AnonymizedAddress in log
2434f813d7 : Set default values for common bdroid_buildcfg.h configurations
91f8cde8ce : Proper conditional check when ASSERT => LOG
521a5dd21c : For tests hci_layer::callback_handlers private=>protected
a72e44040b : OobSl4aPairingTest: remove bond and generate local oob after pair
1b0322b935 : OobSl4aPairingTest: add advertising start/stop functions
7af25fee5c : Resume only after connection complete event
d4e1991776 : Fix resource leak
0cec08f5f9 : IsoManager: Add additional statistics
1eb3520f9e : PDL: Remove Located and Named trait
f9dff38989 : PDL: Remove unnecessary `extern crate`
6e1e23c34e : IsoManager: Add state dump
5d86199bc4 : PDL: Add OWNERS
446f253fc4 : Add le_address_manager::UnregisterSync
a6d2ad042e : Demote ASSERT to LOG_ERROR for double disconnect
f5de0b77a0 : A2DP: Only apply valid BtifAvPeer to be active
5f931d4140 : DO NOT MERGE: Use TextUtils.equals instead of "=="
dfaaa2b06d : Catch AdbError during adb port forwarding to trigger retry mechanism in gd_device setup
07efb8ee31 : Adding android-bluetooth@google.com as fuzzer owner to receive alerts
a3c2ae7905 : floss: Add callbacks for when name and discoverable change
feaa5ff04e : leaudio: Fix adding back to stream reconnected device
c216dae688 : le_address_manager: Add command complete status checks
bb47a75f45 : Properly include gd/hci/acl_manager/le_impl.h
26e881699c : LeAudioTestApp: Add basic metadata view to broadcaster
31e455f871 : HAL: Bypass binder check when refetching
5ac96473a8 : Fix error of LE_MULTI_ADVT
ce91ff5fc7 : broadcaster: Add passing broadcast metadata from native
c26ed98db2 : leaudio: Improve stream reconfiguration
9aea99cce5 : Return current song id if active quene item id is not avaliable
be1abc5599 : Properly include gd/hci/acl_manager/assembler.h
f9d5826788 : Use TextUtils.equals instead of "=="
2087658dd7 : Add SUBARU Carkit into IOP table to only use AVRCP 1.4
dfe4d8d3ac : Security: Add boundary check when reading SDP attribute response packet
04e9d72945 : broadcaster: Fix parceling subgroup
221aa03b4d : open stereo to audio framework
ee9568e22e : floss: Trigger the SCO init on sco connected
7fe1c8cef6 : IRK scanning lost test
7225370dbc : LeAdvancedScanningTests: Cleanup/Consolidation; fail properly.
e91f5f48b0 : LeAudioTestApp: Do not try initializing unsupported profiles
5f8df1adeb : PDL: Change the scoping of packet and group declarations
0a9fbc5a7c : RootCanal: Remove usage of a cc_object for devices
6cf280c766 : BluetoothCsipSetCoordinator: Fixes for CTS run
2927997f27 : LeAudioTestApp: Basic broadcast metadata handling
0174efa29b : LeAudioTestApp: Fix passing BASS scan context
c8deada2d0 : Import translations. DO NOT MERGE ANYWHERE
6ca2c67c29 : Allow the Bluetooth stack to get into STATE_ON with no profiles enabled
ad9dc5158e : Use proper num_uuids the size of a vector
020c9b8b0c : Allow the Bluetooth stack to get into STATE_ON with no profiles enabled
a3abd7f1d8 : Set original address as identity address
68fab9d15b : Base SL4A+SL4A test
7663c0291d : Refactor bta_gattc_cache_load
f69e3d15b4 : bta_gattc_cache_write refactor
1ed87e944a : Move GATT database storage to separate file
e1c54543eb : HAL: Remove aidl_available cache
cc9c96334d : PDL: Unify the declaration scope for Packet and Struct declarations
0eb53ea9ea : BondStateMachine: Handle UUID_UPDATE in PendingCommandState
6725a655b1 : GD: Load resolving list on peer irk notification
2864278ee3 : Fuzz: Fix overflow in SDP_addAttribute
a3705b1468 : Update LE Audio profile enable property names to be in line with spec
6d8725c996 : floss: Export dbus before initializing stack
092f7c50c8 : floss: Add set-alias to btclient and API.
ff26fd1a29 : Strings in test broadcasting app should not be marked for translation
04e17d025a : le_audio: Add dumpsys to config provider
1143b5db9e : Disallow BLE enable in airplane mode
1327bbcf8c : Fix null reference used for synchronization
15c83448e6 : Rebase LE audio test app with new APIs
32a8940af5 : Remove hardcoded references to "com.android.bluetooth.services"
96ff3cdd5d : Add more entries to priv permission allowlist for BT
991914d3e4 : Replace logic to determine the foreground user id with the SystemService callback
f91afd6e59 : Add allowlist for Bluetooth apk
8a2b49337a : Create apk-in-apex to host BT apk
c538aa980c : Disable GATT debug util by default
ca38112bf4 : Use proper types tBTA_DM_SDP_RESULT::tSDP_RESULT
71c5f5b3fe : VolumeControlService: Fix for possible crash
65cf92cffa : VolumeControlService: Improve succeed connect test
518a0f66ef : Synchronize group-related variables
c8b3567adb : [DO NOT MERGE] Cleans up Config.java
0655a434c6 : Migrate Config.java to use the new *.isEnabled() functions
87b0851f09 : Migrate OPP profile enable/disable to sysprops
17dc2425ba : Migrate HFP AG/server enable/disable to sysprops
b5a252e93f : Migrate SAP server enable/disable to sysprops
411bb6df89 : Migrate PBAP client enable/disable to sysprops
cd27022070 : Migrate PBAP server enable/disable to sysprops
a50e51d5a9 : Migrate PAN profile enable/disable to sysprops
e40ee60918 : Migrate MAP client enable/disable to sysprops
77ecb30d6d : Migrate MAP server enable/disable to sysprops
e780760ca7 : Migrate HFP HF/Client enable/disable to sysprops
6feacc2cc4 : Migrate ASHA central enable/disable to sysprops
23b1c4bb87 : Migrate HID host/device enable/disable to sysprops
2d3befdfd0 : Migrate GATT enable/disable to sysprops
e71c1db382 : Migrate LE Audio related profile enable/disable to sysprops
7b20810e0d : Migrate AVRCP Controller enable/disable to sysprops
551618ad19 : Migrate AVRCP Target enable/disable to sysprops
f4ed110a06 : Migrate A2DP Sink enable/disable to sysprops
c5a20ddcfc : Migrate A2DP Source enable/disable to sysprops
3dc16197a3 : Create a setComponentAvailable() utility for profiles to use
cbc83f31c9 : btm_loghistory: Increase max btm log history size 40=>100
550e1e2733 : leaudio: Improve CONFIGURED_AUTONOMOUS while reconfiguration
939c3d3271 : leaudio: Fix handling CONFIGURED_BY_USER state
c6ecf4a2b6 : leaudio: Always disconnect group on the transition timeout
ac914e5225 : leaudio: On remove node clean group info
edc8c6b75b : legacy: Demote power mode spam INFO=>DEBUG
f7b3658ba6 : LeAudioService: Fixes for CTS run
bd5eab1a07 : legacy: Do not store anonymous address types into device record
ab74e3e091 : hap: Fix missing null device checks
f234e3cb59 : leaudio: Fix removing iso data path
6df5147a51 : leaudio: Improve state machine reconfiguration
49b925f125 : liblc3_fuzzer: Pass proper size of input data for 24bit encoder tests
bad21c8ef4 : GATT multi read: account for length for variable length read
06e611e96d : Pretty print profile names in BluetoothDatabase
3d56676ecc : fix: Spurious high frequency on PLC at 48 KHz
c07057c7c4 : pdl: use docstrings instead of attribute arguments
58836880a0 : pdl: fix computation of `SourceLocation` line numbers
da43e675ea : Pretty print profile names in BluetoothDatabase
3052625580 : floss: replae base::TimeDelta::FromX with base::X for >r931007 libchrome
0d2319b5fd : Update btsnooz to use python3
901a030825 : VolumeControlService: Fixes for CTS run
4a44ad436a : OobPairingSl4aTest: Create bond out of band
880c4233b1 : GD Cert: Change default timeout to 30s
46bd51ede0 : Fix potential data loss when writing to congested L2CAP CoC.
78bd201c54 : Fix unregistering callbacks
3300030702 : GD: register address manager for extended advertising
ccb27ce505 : BatteryService: don't use autoconnect with opportunistic connections
5a60f299dc : floss: Append remote device name
b57c42e91c : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Bluetooth
b000ad63b5 : Fix disavowal check when app installed in work profile only.
f05e97f5e8 : floss: Replace docker with podman
4f29e5f537 : Remove implementation details from bluetooth hidden api flags
02c00c894f : Fix data lost during updateScanMode
d9b0714a70 : le_audio: Fix possible null reference access
a31d9df65c : Delay sends BONDED intent for the service discovery finish
bd7d243aeb : leaudio: Move log so it is not confusing.
12e7a292de : Add LE_AUDIO_BROADCAST_ASSISTANT support in BluetoothAdapter
3bf0ab32ed : Import translations. DO NOT MERGE ANYWHERE
4dd103f555 : Non-module targets.
5b745e6268 : Floss: Fix suspend callback path
d7450aa4ae : BluetoothInCallService: Check bound count before calling listCurrentCalls
0759fc3d88 : Floss: Move macro debugging to OUT_DIR
4fb06b748b : Remove static libcutils and libutils dependencies
3aa285e4bc : Upgrade statslog-bluetooth-java-gen api level to 33
ecaf69022a : Removed "default" for onBluetoothActivityEnergyInfoError
43f69c971c : le_audio: Fix setting value on a null object reference
5b15f82921 : Store Binder.clearCallingIdentity value as final var
e5b3f047b5 : leaudio: Decrease state machine transition timeout.
913a015852 : leaudio: Add missing locks
00a2ea1099 : legacy: Rename PORT_STATE_ => PORT_CONNECTION_STATE_
279ea81db2 : Add OWNERS file to android/leaudio
a6d7d1dc33 : Upgrade to python3.10
d8e063f200 : Update BluetoothAdapter#setScanMode to throw an IllegalArgumentException when the the input is invalid
93dd6fb809 : floss: Accept staging directory for build artifacts
6c492fb3fa : floss: Always stop container after building
e6337033ed : floss: Pin debian version and rustup script
e5adf68e3c : Make supported event count based on max events and not max company id
e1692b8f2f : Floss: Add suspend API
cdfae9782f : Removed SDK comparison to fix errorprone target
92167be53e : Replaced plurals usage in Bluetooth package by ICU
b0e5c3bff3 : API-REVIEW: add detail in codec switch javadoc
d41e8ed3e6 : GATT: Use BT_TRANSPORT_LE when address type is Random
a3f8364024 : le_audio_test_app: Fix crash when broadcaster not supported
7e8d453ebd : le_audio_test_app: Remove problematic file
61d6206264 : le_audio_test_app: Do not set empty program info
db0a713441 : broadcaster: Fix channel location in BIG
fcb80f2420 : le_audio: Fix using audio location of 0x00
dafc66886c : HearingAid: Add the new handle mechanism for audio data is congested
f331b2b485 : le_audio: Improve LeAudioLtvMap
f1a0804f60 : [API Review] Add java doc for BluetoothLeCallback.registerCallback()
f236dec718 : Fix for BluetoothPan#setBluetoothTethering which is deprecated in T.
f19c77d0b4 : legacy: Use proper conversion [to|from]_ble_addr_type
b4e4f9da99 : LE Audio: pass left/right microphone audio in proper order
779b8f87e2 : leaudio: Fix getting first device.
d591fdd04e : BluetoothMetrics: Move A2DP_CONNECTION_FAILURE out of avrcp disconnection
39b3aefbc2 : leaudio: Improve configuration and reconfiguration
6dfef0440c : Floss: Fix Floss doc
f21ef791ee : laudio: Fix choosing inactive ase whe it is in configured stated
bbd976e741 : PDL: Import pdl-parser sources
d6a0d7fb70 : RootCanal: Handle args in DeviceBoutique instead of the Device
14cba8915d : le_impl: Transition to ARMING state before sending create connection
20bcae3ebd : Fix HID BTA_HH_GET_RPT_EVT callback data format
0be606aa18 : Correct the data path direction setting in HCI_LE_Remove_ISO_data_path
5ee3ae63df : legacy: Remove btm_ble_bgconn_cancel_if_disconnected
1c567382ce : Import translations. DO NOT MERGE ANYWHERE
38c1b5b3cc : Import translations. DO NOT MERGE ANYWHERE
b7582e8c3e : Import translations. DO NOT MERGE ANYWHERE
5d5d863588 : Import translations. DO NOT MERGE ANYWHERE
da323c64ea : Import translations. DO NOT MERGE ANYWHERE
64851e9eac : Import translations. DO NOT MERGE ANYWHERE
9c601a6c7b : Import translations. DO NOT MERGE ANYWHERE
eb4582c46e : Import translations. DO NOT MERGE ANYWHERE
38f4948353 : Import translations. DO NOT MERGE ANYWHERE
ade692da05 : Import translations. DO NOT MERGE ANYWHERE
f65d1f2c4f : Correct the typo in BluetoothHearingAid#getHiSyncId
2bb4c851b7 : Fix type difference between host timezone and device timezone in gd device setup
f116e783e1 : legacy: Encapsulate tBTM_SEC_DEV_REC::tBTM_SEC_BLE::ble_addr_type
176353ed7c : Import translations. DO NOT MERGE ANYWHERE
eb17f54998 : legacy: Introduce stack/fcomm/rfc_state
94459c6b55 : legacy: Enumify rfc events
87cddf56f0 : Fix bt disable cmd in gd device set up
ab75a5d100 : LE Audio: allow microphone without speaker usage
e08a02acb5 : leaudio: Clear CIS ID allocation when group goes to IDLE
05c4d20690 : leaudio: Start using gd log style
b428cb20d9 : legacy: null pointer check stack/rfcomm/rfc_utils::rfc_sec_check_complete
5c60da8ea2 : legacy: Re-log stack/rfcomm/port_api
dc1703a0b8 : legacy: Add logging for rfc events
5edeedff83 : Add Bluetooth state check as service null isn't sufficient.
ecc7108e18 : Removed updatable: false for Bluetooth module
a49e4e2712 : [API Review] Added error method to interface Bluetooth stats
5b33311d93 : le_impl: Introduce connectability_armed state
132287c193 : API Review: Update api for S+: Throw / Privileged
707bffe92e : LE Audio: get rid of logspam when sending stereo audio
d5157ac58f : GD Scan: Support IRK for Address filter
ba624f09ec : legacy: Conform rfcomm_mx_state_text to CASE convention
20777e3315 : mockcify: Add osi mutex mocks
03c4b80e73 : broadcaster: Refactor handling broadcast ID
504169f69b : broadcaster: Fix stopping audio session
284303f9bd : broadcaster: Fix suppressing noisy intent
8366a3e45a : broadcaster: Remove redundant code
f3372292bc : broadcaster: Fix invalid HAL version log
17c7f4a812 : broadcaster: Improve dumpsys logs
d003a28644 : broadcaster: Enable and improve logging
2b7e4a4920 : Blueberry: pts-bot integration to Tradefed
424cbbebff : common/strings: Support classes with operator<<(std::ostream&, const T&)
09d3b0c537 : BluetoothMetrics: Upload A2DP connection failures using counter metrics
5df2ffe96f : legacy: null check stack/rfcomm/rfc_l2cap_if::RFCOMM_ConfigInd
fcbf7f34d0 : legacy: Comment rfcomm frame types
9f39e8c1cd : Add javadoc block for each constant of AD type filter
2e359eee28 : BluetoothGatt APIs now check for Target SDK instead of actual SDK version when deciding functionality.
dd62128b7f : Tweak linux_glibc properties for musl builds in packages/modules/Bluetooth
9058719ae0 : floss: Make inotify watchers more resilient
fef9c6b397 : Changing apk name in the manifest and the corresponding packages.
98e453f612 : Remove static libcutils and libutils dependencies
f261e756b4 : Set Bluetooth apex updatable to true
da78b13cf2 : Import translations. DO NOT MERGE ANYWHERE
3234dcf042 : PBAP: Add PBAP SIM Feature
ac2311f9ce : Packetgen: Fix potential runtime panics in rust generated code
3701a40516 : PBAP: Add PBAP SIM Feature
1d5e9185e9 : Disable BASS based on the HW capabilities
3083e1a236 : Fix the stereo microphone cache issue
f250e23ff5 : Floss: Fix test in stack
c2535e94c5 : floss: Check floss enabled on startup
38d6c9845c : legacy: Add tBLE_ADDR_TYPE test and functionality
00bfbc80ec : leaudio: Fix initialization of the cis cfg
e1f738a8bf : Prevent writing empty address to bt_conf
575f3a4c92 : Increase limit for HID Device Descriptor in BT
65fc969887 : [API Review] BluetoothActivityenergyInfo doc + rename
1a7196e4aa : RootCanal: Split HciSocketDevice into HciDevice + HciSocketTransport
e6ec4d4678 : [API Review] Replace ResultReceiver by Executor
5b0b518c49 : Add permission to load library from system_ext
6cb830a1ca : [API Review] Added Bt spec section for codec specific
76dc76b0f6 : Enable battery service and bass client
8ab6311815 : Upgrade statslog-bluetooth-java-gen api level to 33
1de3533ba5 : Add SDP record for UUID_SERVCLASS_AV_REMOTE_CONTROL when AVRCP startup
5b5bd513f7 : Do not allow Bluetooth enabling during device shutting down
753c739998 : Handle SHUTDOWN Intent in BluetoothManagerService
83f9034f57 : More metadata for spatial audio and fast pair
fc0cd8b271 : BluetoothHeadset APIs now no longer return BluetoothStatusCodes#ERROR_BLUETOOTH_NOT_ENABLED.
030a5b1a8d : Update BluetoothHeadset#connectAudio and BluetoothHeadset#disconnectAudio to support additional error codes for GTS
77fb5af01e : Do not add connected device to accept list
5de0634627 : Use new LC3 interface
6b121cf922 : RootCanal: Change all delays to kNoDelayMs
f8a5e1e259 : Rename `pitch` to `stride`, that is more common audio vocabulary
6503475596 : fix warning on suggest braces
586f2d0c65 : fix warning on signed/unsigned comparison
da3b3b7b8d : Add 24 bits PCM input/output
15f44c936c : legacy: Const-ify stack variable bta_dm_pm_ssr::ssr
50cd0f2f3c : floss: Sync A2DP and HFP connections
9b7d42b1f9 : BluetoothMetrics: Log rfcomm failure using counter metrics
b5a1b32485 : legacy: Use get_btm_client_interface().eir.BTM_RemoveEirService
47ab522049 : legacy: Use proper types tBLE_ADDR_TYPE
1dbeafd8e5 : leaudio: Apply QoS settings based on use scenarios
bfa86649df : Do not allow Bluetooth enabling during device shutting down
c1d74f61de : Handle SHUTDOWN Intent in BluetoothManagerService
095cd57acc : Correct the order of input parameters when creating SetConfiguration
0d12e935fb : API Review: factoryReset->clearBluetooth
19313ddbb3 : legacy: Use le advertising filter vendor-specific 0x02 ANY_ADDRESS_TYPE
3bfc6d87f9 : fuzz: Properly check 64 bit overflow fake_timerfd
6277b61208 : leaudio: Add callbacks with codec informations
845c269917 : [API Review] BluetoothActivityenergyInfo doc + rename
561a082325 : BluetoothLeAudio: Remove not needed catch
fc2ac5bfe8 : Bluetooth: Fix common issue in registerCallback APIs
fb20d074a3 : legacy: Explicit cast for mismatched type
93449e3716 : Allow data to be created regardless of a p_dev_rec existing
5cd529954d : OOB Pairing: Fix Classic data generation path.
cb592ff769 : OobPairingSl4aTest: New suite of pairing tests for OOB.
c344a99a19 : Add the libchrome as shared libs for platform lib
1dff35e4a4 : [GD] Implement Advertising APIs for OOB
e0328dfcda : API Review: add `UNBOND` in `EXTRA_REASON` name
ee12f766d4 : Broadcast: Strict argument checking for data structures
9a5e351f3b : BluetoothHeadset#getAudioState now throws a NullPointerException if the device param is null.
b8918397eb : Broadcast: Use subgroup information to derive whether channel preference
46657ebe08 : BluetoothClass: Add documentation for constants
61e8f11e23 : Address API council feedback on GATT API changes.
78409d82a6 : Add docs for BluetoothUuid constants. An AVRCP constant was added as the AVRCP_CONTROLLER constant was wrongly using the uuid for AVRCP.
94e8aa41a3 : hap: Verify non null call parameters
9f1113cf94 : legacy: Use proper types tBTM_SEC_BLE::tADDRESS_TYPE
dcdbc74601 : HAP: Split reason and error IntDefs for each callback
7a9a0a025b : leaudio: Initial implementation of set codec preference
dbbe3aead5 : legacy: User proper types tBT_DEVICE_TYPE
7b803eceb3 : Fix incorrect use of `||` in place of `|`
d8c745d65e : has_client: Adjust to latest HAS specification
5c2f9cb739 : BluetoothLeAudio: Replace Intents by callbacks
5187599fc0 : TestApp: Adjust to LeAudioCallback
9c8b03e4b9 : GetUuids refactor to call in correct order
5b2362005a : RootCanal: Decouple TestModel from {LinkLayer,Hci}SocketDevice
c66d849aec : RootCanal: Fix device registration
3c9794555a : BluetoothLeAudio: Fix API for codec preferences
3716c5af95 : BluetoothLeAudio: Fix method description
8f416cdb6c : Defined value for AD type filter
121c189bc4 : Introduce shim ble_scanning/advertising test
05eccdd184 : Import translations. DO NOT MERGE ANYWHERE
a3382a89a4 : Properly init le advertising manager
6e8114d237 : legacy: Use get_btm_client_interface().eir.BTM_WriteEIR
4fb6536c51 : BluetoothLeAudio: Fix API for codec preferences
3d464ca3c9 : Enable asan for libbluetooth
cadf64a64f : API Review: Add ConnectionState Intdef
c6a4b86cd6 : Added documentation on codec specifics.
1abdad167e : Updated documentation for new Bluetooth SystemApis
197e8ee0f8 : [API review] add/expand documentation for Optional Codecs
9f1c3446df : Fix NPE in MediaConrolProfile
ea54b75c83 : Updating docs for BluetoothDevice#disconnect as-per API council feedback
06296aa324 : floss: Adding remote device API methods.
4f654a1de9 : Add logging for waiting device to reboot
dd639981b0 : has_client: Update characteristic values
364beb465d : legacy: Remove unused enum for btm_api_types::EIR_services
2d4082f23f : LE Audio: fix copy-paste error, memleak
c45f8db74b : SpatialAudio: Do not report error if audio HAL is not ready at setLowLatencyAllowed() because we save the value and send it to startSession
a076e7982a : Scan parameter optimization
4eeb169493 : Prevent to consolidated empty address
d755df3587 : [API REVIEW] Remove BLE state from AdapterState
07d9ad0e4f : [API REVIEW] Remove BLE state from AdapterState
0ca4106d15 : API Review: Add prepareToEnterProcess javadoc
898c0639dd : GATT Server queuing
65cb92615b : Add Le Audio testing app
3d624c2fb7 : TbsGeneric: Prevent NPE on mTbsGatt
d6cba6bdbf : hap: Remove HAP features callback
85eeb83e16 : BluetoothCsipSetCoordinator: Fix typo in return parameter
ce55abda88 : floss: Add call status and hook to CLCC callback
4f6f256532 : Clear apex.go entries for bluetooth libs
f1a05d5491 : Rename API: DisconnectReasonToString
4b7e06354d : Remove AUDIO_LOCATION_INVALID from the flags
35388400cf : Using common apex_defaults for com.android.bluetooth module.
71f1530cde : Clear the pending start stream request as the set state timeout
6180903622 : test: replace callocs with stack allocs
b4a65c18cb : Support configured block per sdu for the offload path
7ba753edf3 : Disable battery service by default
ae01e9b37e : Revert^2 "check check, is anyone there? *static*"
40c7eaf8ff : legacy: Truncate hci_btsnoop
7bd210d46f : le_audio: Remove unused Le Audio client source mocks
c1060c7677 : flatbuffers: Re-log filtering
05f0ee357a : dumpsys: Remove sample output
29f38f4563 : Add getAudioLocation implementation
936dcedcd6 : Properly lifecycle free tSCO_CB::bluetooth::audio::sco
4c384ec83b : flatbuffers: Add dumpsys filter test
aed1d4830f : Update getSignalStrength() javadoc
ecd6d9eebf : Fix the audio location naming to align SIG assigned number
98dc18a93c : Add Audio Location bit mask IntDef
3991a7e341 : Floss: Clean up dbus projection code
0272b8219f : RootCanal: Use 1 for completed packets
eb2c506bb6 : floss: Restore adapter state on start
24a20c6b5c : flatbuffers: Add support for BASE_TYPE_LONG
fe2308d15f : GD Controller: Check the vector size against page
0aee3a1f9a : hap: Fix missing preset change reason
d9ebb7e7d7 : flatbuffers: Add comments and title privacy dumpsys_data.fbs
28d4faedfa : Revert "le_audio: Add two source requirements for conversational context"
7cf26115d3 : SpatialAudio: Add comment to the intent API per API council's instruction
0c6507d57d : Broadcast API adjustment
95b895cf47 : Using common apex_defaults for com.android.bluetooth module.
5add3d54e8 : Updating min_sdk_version to Tiramisu
96f0fdad7a : flatbuffers: Add FlatbufferTypeText
4d34c1b4b0 : [API Review] Removed unnecessary SystemApi annotations
0876571dd3 : [API Review] Replace ResultReceiver by Executor
840037ce47 : Change the intent string to callback method
c0525aa40d : [API Review] Add new GetUuidsList method
09ca47025a : RootCanal: Reinitialise connection state on HCI_Reset
baf6a199df : RootCanal: Remove unused members in LinkLayerController
e2736e30e1 : LC3 codec: Add tools, tests, table, README.md
e634b3db67 : Revert "check check, is anyone there? *static*"
7328d68170 : CSIP: Use verb first grammar for lock and unlock group API
c3e40892c3 : hap: Align callback names to match API calls
dd353a0d64 : hap: Use IntDef for the feature values
94de222f88 : fix: Crash when forward stream writes over backward one
6ff7941a5f : bas: add Battery service profile support
6c57c50d89 : flatbuffers: Add privacy filter for boolean type FilterTypeBool
3291b9a700 : flatbuffers: Add privacy levels to init flags InitFlagsData
13188fa1a1 : RootCanal: Send LeReadRemoteFeatures on LE link
d6792a3005 : GD Rust: Instantiate Controller for HCI Cert tests
0173eaa6b6 : LE Advanced Scanning Test: Add IRK + Random Address scanning Extended PDU Special Timing; advertising RPA.
bab1c81325 : Call the 'ForTest' function to pass proper IRK
49511781ee : LE Advanced Scanning Test: Add IRK + Random Address scanning Extended PDU Twice; advertising RPA.
119830d932 : LE Advanced Scanning Test: Add IRK + Random Address scanning Extended PDU + PendingIntent; advertising RPA.
048d5ec19e : LE Advanced Scanning Test: Add IRK + Random Address scanning Extended PDU; advertising RPA.
0b4667674c : LE Advanced Scanning Test: Add IRK + Public Address scanning Extended PDU + PendingIntent; advertising RPA
8450347c7e : LE Advanced Scanning Test: Add IRK + Public Address scanning Extended PDU; advertising RPA.
08effc8f78 : LE Advanced Scanning Test: Add IRK + Public Address scanning Legacy PDU; advertising RPA. Pending Intent callback
f00a37545e : LE Advanced Scanning Test: Add IRK + Public Address scanning; advertising RPA.
19cc7715a4 : Root-Canal: Explicitly set initial advertising parameters
3e428a58c6 : BluetoothLeAudio: Fix null parameters check
81e644e948 : check check, is anyone there? *static*
6b6a3d9c25 : BluetoothCsipSetCoordination: Add missing description
274aef9f41 : Revert "SMP: Avoid repeated csrk generation"
747f4d76a6 : Fix crash as using ISO dump tool with python3
4b2ec4c3fd : Move connect/disconnect group from LE audio Service to Setting
91f16a76bd : GD Rust: Fix extended_advertising_support test
e131563d17 : SpatialAudio: Add is_low_latency to startRequest and only handle it in a2dp
51405bd795 : Fix after API_review
4c28ea22dc : Fix after API_review
b78353db82 : floss: Add GetProfileConnectionState adapter API
659a7dc94f : Adding zachoverflow@google.com as fuzzer owner to receive alerts
9e94c3584a : Reduce BLE connection logspam
18c8bb0123 : RootCanal: Move into tools/
a12e033091 : Adding missing import for time in Floss-build-in-Docker script.
ee3b08f2b5 : Avoid null pointer dereference
0037dc0fa7 : BluetoothVolumeControl: Add missing API implementation
d3c62fdc12 : Hide Bluetooth codec classes constructors
0155bf8074 : le_audio: Add two source requirements for conversational context
4453f3b2dc : hap: Improve callback registration mechanism
8e164dccf8 : Move out handling of BONDING_STATE_CHANGE in StableState
65ff9dac4c : Floss: Cancel discovery before BREDR pairing/connection
c6156aa07d : Handle RemoteException when getstate exception
581d90a632 : Rethrow the exception when there is a RemoteException or service is null
88cee45893 : Send CLCC responses when clcc end mark arrived
d8d093ea0a : floss: Hook AudioState callback
e8ed8eddef : floss: Add Enhanced Call Status support
31f31f3952 : Added null check for TetheringManager in PanService
4808f6ade6 : Added missing profile owner check to enable/disable
f33beead46 : Always return nonNull in BluetoothAdapter.getUuids
c6643b1437 : PAN: fix NEP when stop
fb679a0e15 : Add implementation for unimplemented APIs and add description for return value
fe3767103a : Create a new tools/ folder
98fae15a61 : LE Audio stereo recording
01817fd546 : VolumeControlService: Extend with support for the volume offset
1cf599924a : vc: Extend VCP with support for volume control offset service
587e414fdf : Check for null security device list
203f11b271 : Restrict access to CSIP
917abc39ec : Add top-level default visibility for Bluetooth module
5e7d0a93a4 : floss: Align the read and write rate
ace5c08674 : Address API Council Feedback for NetworkServiceState APIs
7ca8bddda4 : Do not return null as active device
faeca903d7 : mcp: Fix non-deterministic order of GATT attributes
a4a7e38518 : Removing unnecessary Bluetooth privileged permission check
22d825fc1a : floss: Set connectable on startup to let devices reconnect.
8462be6d69 : leaudio: Cleanup around pending context update
ab9e19ada7 : leaudio: Fix update pending contexts
bc28d6b775 : leaudio: Minor clean up
79fbd25532 : leaudio: Notify Audio Hal if suspended for the reconfiguration
1c22048ed4 : RootCanal: Log Advertising and Scanning state changes
ec12489c5a : Root-Canal: Use kReservedHandle for invalid SCO handles
2463ca8b33 : Set bass service disable by default
db6f3e7a90 : Convert the Bluetooth module to os/IpcDataCache
41ee39a103 : hap: Improvements around the BluetoothHapPresetInfo builder
90e2ddcd21 : dck: Add local/remote addresses on ACL connect
277939bc45 : Floss: Move macro debugging to OUT_DIR and use a switch
6384426947 : Floss: Support callback objects in D-Bus client interface generator
0f48b96b45 : Floss: Add export_for_rpc to RPCProxy
f98f0cb77c : Floss: Add macro to generate D-Bus interface client
674dc07a9f : Add BluetoothLeAudio to BluetoothAdapter#getProfileProxy and BluetoothAdapter#closeProfileProxy
6d6817d8c1 : Reduce logspam for background scans
49897ac048 : Import translations. DO NOT MERGE ANYWHERE
d959560e0b : le_broadcast: Initial alignment of service with the API
1cca469ce2 : Re-add device to connect list if it's in the background connect list
5a930ed973 : Trigger create connection when connect list is not empty
0765d8f67c : Pass correct active context from native
23f5a11da7 : BT LE broadcast assistant implementation
e3cccb923c : Update public function documentation for Map Client
40ee46a652 : Update public function documentation for Pbap Client
f309f11046 : Allow command complete and command status with opcode 0x0 anytime
c8c86f3739 : Create specific export aidl folder for Bluetooth
dda94b4cd3 : Don't send enhance flush command to controller if the transport is LE
4b4fe80165 : HearingAid: Fix the data channel open fail case during connecting
66bb2df68b : legacy: Combine decl/def stack/acl/btm_pm::btm_pm_proc_mode_change
8dfee78f0f : legacy: Remove #BTA_HH_INCLUDED
6150dc89be : Don't use PhonePolicy on automotive builds
4004049e20 : Blueberry: Implement A2dp and Host interface
82e8f64755 : Throw exception when LE state is on, but bluetooth service is null.
8c8b615ef4 : HAL: Add _aidl postfix to AIDL source files
18b4ead534 : legacy: Remove duplicate check for SCO active bta_dm_pm_ssr
378a961587 : SpatialAudio: Swtich codecs using setCodecPriority Sponsored by @cheneyni Test: Build Bug: 214615268
1698aad876 : Link to OBEX library in platform/external/obex and remove the one in packages/modules/Bluetooth.
55d949d6c0 : Floss: Clean up warnings
cc09855f6b : legacy: Remove unused hci event handlers and support
9cf119bf44 : le_audio: Use common getter of stream configuration
cdcc92567a : le_audio: Don't update group configuration in non idle state
f1b682bab3 : le_audio: Correct setting SDU per direction in CIG
1835c3555f : Remove newly introduced audio state APIs that shouldn't be public
cbcde05e57 : Fuzzing: add LC3 decoder fuzzer
acfce7cf72 : floss: Add BleAdvertiser topshim
9f74cf31d2 : Bluetooth audio HAL: fix buffer size for spatializer
4099287394 : Update public function documentation and address removed spacing
58837b8250 : floss: Add GetDiscoverableTimeout API
16f0645d3a : LE Audio: pass CIS connection handle and timestamp to audio handler
afc8b6471a : floss: Refactor BluetoothDevice checks into helper
b5ae5d307b : [API Review] add new permissions to sco and inband ringing
3389de74f0 : Align the logic with a2dp & le audio offload property concept
ff96aea5c4 : HAL: Remove HIDL check in LeAudioClientInterface stub
e83aaf6ed3 : improvement: Hint for the compiler that 16 bits multiplier is enough
0639d991c1 : cosmetic: cream for sanitizer that signals overflow on unsigned
196c22da0e : fix sanitizer: buffer pointer crossed results in negative unsigned difference
aa22489c3e : Libbluetooth is required for test
7eab7f088e : Create specific export aidl folder for Bluetooth
1e7b38151b : Enabling Apex in BT
f9aef69989 : floss: Rerun topshim bindgen if underlying C++ code changes
cea6a45264 : Fix crash in AdapterService#disconnectAudio due to ArrayIndexOutOfBoundsException
e0fad4a088 : Make BluetoothHeadset APIs used by Telecom into System APIs and update service code to match.
2da39f9077 : stream_apis: use a unique_ptr to avoid memory leaks
7f4664cb4b : Floss: Provide dbus_generated! macro
4c6ac88712 : Decouple rustfmt.toml from soong
109e1bff26 : Removed unused checks in BluetoothManagerService
5b78f06fbe : floss: Add advertising support adpater APIs
63cee1a4fd : SpatialAudio: Init codec and buffer size from startStream()
10a3e0ab1a : Add BluetoothShellCommand
1893a9c7da : Add BluetoothShellCommand
b2224d227a : leaudio: Fix the time of creating CIG
32fc98766b : Use L2CAP_DEFAULT_MTU if mtu is not specified
79b5ad968a : Removed getMaxCodecType from BluetoothLeAudioCodecConfig, rename functions in BluetoothLeAudioCodecStatus
0674504199 : Bluetooth: Add Broadcast Assistant UUID
dfa34101ea : Fix a logspam
1dba006547 : floss: Update owners for Docker
3a079d9a35 : PDL: Generate TryFrom implementation for rust output
63a358d646 : leaudio: set user configured codec_frames_blocks_per_sdu
fbe4f76f25 : Clear bonding initiated when all profile disabled
15652212ad : Do not clear post_soc when close RFCOMM
5a366b5d89 : btm_iso: Use loghex for logging handles
9561cf8c19 : btm_iso: Remove assert on CIS connected
e8121aac42 : leaudio: Extract target latency to the json file
1b5bc7f840 : Hearingaid: Handle the data channel open fail case during connecting
54734e5013 : leaudio: Disable broadcast initialization if profile is not enabled
2a3c086306 : leaudio: Update known metadata types
534998ed0e : Remote device battery level reported incorrectly
4af95ed646 : leaudio: Fix switching Active group
6e1b4e8edd : floss: Add docker image for build
4709934d02 : Prevent an infinite waiting of ACL connection to drain
14ee301a0e : legacy: Remove btm_send_hci_create_connection
3dc0fb608b : l2c_csm: delete nullptr check
7994f3feda : Add include for google protobufs
efd31de152 : Revert "Revert "Floss: Add new Suspend Topshim test""
a5f05dae54 : legacy: Remove write once read never field bta/dm/bta_dm_int::tBTA_DM_CB
ede64ad5c2 : btm_iso: Improve assert logs
2645d5b54e : Revert "Revert "Enable binder caches in Bluetooth module""
2e459fb769 : leaudio: Improve update active device
7b325bb3dc : leaudio: Minor coding style fix
a4a143f5c1 : leaudio: Cleanup state machine on service cleanup
b9f5f2b949 : leaudio: Improve logs
92a6797011 : hap: Support multiple callbacks per App
3fc321fe9c : hap: Refactor service to match the new API
a03d1727fe : mcp: reset MediaControlProfile instance in stop()
99896bbceb : legacy: Deprecate legacy hci interface struct
8b4df2faec : get and set audio route allowed APIs should have different IntDef since they return different sets of values
2b74598512 : Audio: Migrate to AIDL API
3f4c8efbcc : floss: use delete ctor and remove all base/macros.h includes
7b1fc1bae4 : floss: Update libchrome + modp debian packages
69b915cee0 : floss: Remove old libchrome dpkg rules
1649f4934d : legacy: Remove unused fields bta/dm/bta_dm_int::tBTA_DM_CB
1ee9473918 : O_CLOEXEC != FD_CLOEXEC.
7b4e2c73e8 : Use new LC3 encoder API
732b085bef : Clean up logcat message
cea253f2dd : l2c: stack did not sent L2CAP_COMMAND_REJECT_RSP when local cid is wrong
976c92427d : Revert "Floss: Add new Suspend Topshim test"
9431d515f6 : Cert: gracefully tear down real device test
e744907958 : GD: Increase btsnooz log file size for debugging
32bdbdd893 : GD: Delete snooz log files older than 12 hrs
ccb127001e : Merge LC3 fixes and improvements
d3a2092c38 : le_broadcast: Use HAL verifier
ca2105dbf9 : Remove HIDL 2.2 client integration
6f56931a4b : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Bluetooth
5001e83e25 : le_broadcast: Fix the missing std::move()
fa97f8d060 : leaudio: Make LE Connection Interval a multiple of SDU_Interval
83a709492d : Prevent ConcurrentModificationException on HandleMap
a3c81fd65e : l2cap: Fix for L2CAP Credit Based Reconfigure Request with MPS
d3b07a15ca : legacy: Remove btm_ble_set_random_address
fdf92d1f56 : l2cap: Fix for REF responds with same DCIDs for different connections from IUT
bfaa61f5cd : Floss: Add new Suspend Topshim test
a31fa0cf1b : remove grpc libs from overly general defaults
06e59d691b : Remove lc3 decoder implementation.
68fe8ba45f : Use the in-house LC3 decoder
08eeffa28c : Floss: BTIF API: ClearEventFilter
b1e466367c : Floss: BTA API: BTA_DmClearEventFilter
a15ddff9af : Floss: BTM API: ClearEventFilter
d1d1d68247 : Floss: ClearEventFilter controller plumbing
852dc3aafd : floss: Add missing headers and define
ab9830787f : floss: Linux build fixes
e817a25fad : fix: sanitizer grunt on negative values implicitely converted to unsigned
6e59b31862 : Clean legacy code in aidl
efc89043ad : RootCanal: Implement HCI command LE Encrypt
9957e0f7ca : RootCanal: Implement LE advertising timeouts
84b719fd32 : leaudio: Fix possible Assert OnLeAudioDeviceSetStateTimeout
eb3114f9de : Update closeRfcommServer api to stopRfcommServer
c989bf8e23 : SpatialAudio: Set low latency allowed signal at startSession The logic is that to send FREE and LOW_LATENCY to audio at startSession, if bt receives setLowLatencyModeAllowed(true) before start session. If the parameter false, or bt doesn't receive the signal at all, then bt sends FREE to audio.
4ecf41f122 : leaudio: Fix getting first device.
d7ac9a0746 : l2cap: Fix l2cu_reject_ble_connection
906d8d28d1 : Fix btif core test
6dab35339a : Revert "legacy: Remove unused hci event handling"
fdf4bc0bc1 : Run AddressCache::init in jni thread
9e7de2206e : check p_dev before calling callback
94593dea25 : RootCanal: Remove unused code
98bb8942a8 : tbs: Silent mode tracking
d9e2809300 : Handle RemoteException when getstate exception
930ad282ae : Set state machine thread join timeout
c8130dee11 : l2cap: Host Crash Observed in L2CAP_ECFC_BV-20-C
8e4c257b9a : Skip service of poll sockets that are no longer registered
b13a1a0131 : Revert "Enable binder caches in Bluetooth module"
98e6952d9a : Bug fix of calling a null AdapterService
f24d484474 : Revert "Enable binder caches in Bluetooth module"
0f30a7012d : floss: Add Get/SetConnectable and Get/SetDiscoverable adapter APIs
285f4f34e5 : floss: Rename AdapterDiscoveryTimeout to AdapterDiscoverableTimeout
2806fbd01c : Add Service and Framework jar changes wrt to the apex
3ce40236e2 : Revert "Enable binder caches in Bluetooth module"
b68a4b5138 : Rename BT_PROPERTY_ADAPTER_DISCOVERY_TIMEOUT to BT_PROPERTY_ADAPTER_DISCOVERABLE_TIMEOUT
6f4368087b : Changing server location to com.android.server.bluetooth
701ebfc56e : HEARINGAID Enforce priviled on setVolume
8665a75ce8 : Removed useless testapi annotation
7ee7826407 : Remove duplicate method exposure
9c060ea2a0 : Remove non logical permission on api
371420336d : Fix some API recently added
996f150812 : Floss: build.py needs a few more apt dependencies
ba22adf142 : Add apt package to --run-bootstrap
247d80bfd3 : Fix --run-bootstrap for build.py
4dac9e899b : Check if stack down before caching scan result
3f38e42843 : API Changes needed for apex to build
fa3e4cb6d0 : le_audio: Move audio set configurations to json file
03c7b6a8ae : Replace CodecType bitmask with set
e82b512715 : le_audio: Move set configurations
c004f6c730 : HearingAid: Config GAP_HANDLE initialize value is GAP_INVALID_HANDLE.
3e8fdcf3a1 : Enable binder caches in Bluetooth module
72714fbc8d : legacy: Use proper hci status types tHCI_STATUS
9907b100e8 : Move class of device to bt_dev_class
c35d473fee : Move frameworks OWNERS file to cover all files
f41721c0fd : SpatialAudio: Pass buffer size switching signal from audio HAL to native Bluetooth
d31058ce8d : legacy: Remove unused hci event handling
f3a8078801 : SpatialAudio: Remove codec interface from audio HAL. Codec switch logic will be inside Bluetooth
6a369dce24 : classic/le connection private impls may not be constructed
124f09435c : Add more owners to /service
6d7fc7523d : Add more owners to /android/app
19d1ad5818 : Add more owners to /system
b0b524f43c : Check after shutdown for null security device list
327d23a158 : Blueberry: Add Blueberry Android Server
bc50b43d1d : Fix duplicate status code
9f489b997b : Remove @NonNull from boolean parameters and init the name with empty string
570864b116 : Ignore a2dp connection request in StateClosing
03bb12d78e : Condense top level OWNERS file and remove "set noparent" from the frameworks OWNERS file.
c0028856ed : Remove unused declarations btif/src/stack_manager
fcb74abbb9 : fixing CTS tests for BluetoothAdapter restrictions
ac9bcb5d01 : GD Rust: Remove use of signal port
bb11455d90 : testing: Add bluetooth::shim::CountCounterMetrics
95fd885026 : legacy: Disconnect btif_debug_btsnoop
b2f6914dba : Canonicalize include stack/l2cap
f0b0e95531 : testing: Add TestCommonStackConfig
dba424ba69 : Cert: Introduce GD SL4A combination test infra
838bc20621 : Enable Qualcomm 3804 log in snoop log with base 64 format
8676048da5 : floss: Fix LeAudioClient::Initialize
b3ac949d1f : fixing CTS tests for BluetoothAdapter restrictions
f54f28ec96 : Remove dependency gd::handler on eventfd with wrapped API
423b9c3d24 : BT: Broadcast AIDL alignment
31938e20b4 : Adding a SystemApi for RFCOMM test case in the CtsVerifier
adc9ed0f69 : Fix concurrency issues on state machine shutdown
2e06b21eed : Removed useless testapi annotation
5a9bed86f1 : Show volume bar when BLE device's volume is changed
17ed75c916 : legacy: Disconnect btif_debug_btsnoop
9352682765 : Enable Qualcomm 3804 log in snoop log with base 64 format
4ff1538826 : Enable address consolidation
ca2d6b224b : Adding a SystemApi for RFCOMM test case in the CtsVerifier
a4de43b6af : Add HFP Client NetworkServiceState APIs
907cd721cb : floss: Add BleScanner topshim
e6de092632 : floss: Update rustdocs in topshim + stack
94764140c0 : floss: Improve build.py for docs and test
6eca2b5e1d : floss: Fix doctest in topshim macros
897acfa335 : floss: Add cxxcall and mutcxxcall macros
3f46b3b0f7 : Deprecating BluetoothAdapter enable/disable
29b69eeff7 : Spatial Audio: Move setLowLatencyModeAllowed from hidl to aidl
7407fa1072 : leaudio: Fix LE_AUDIO profile re-connect
dd30037e72 : Remove duplicate method exposure
781b51b320 : Security fix for potential OOB read in L2CAP
dae22954d1 : floss: Fix build.rs for bt facade protos
e3b77cc836 : Let HFP AG report battery level through BluetoothDevice#getBatteryLevel
ae23cabb70 : Fix the incorrect total length for the configure data path command
44ed870246 : Remove non logical permission on api
6ef6544a74 : RootCanal: Add an Rssi wrapper packet
4d1eabb0c7 : Removed getMaxCodecType and made getcodecName static
0d8b97eca0 : Use offload capability to select a proper codec configuration.
a00ec401e3 : Show identity address in dump
ed3c3b1511 : Pass the offload codec capability preference from btif layer to bta layer
64303765f2 : Resolved bond lost problem with proper condition
45179bdc83 : Reset the IRK after all devices are unpaired
0f71a6282a : security: Use-After-Free in btm_sec_[dis]connected
3a61c47e46 : Correct the intDef that getFrameDuration() and getOctetsPerFrame() are annotated to return
f745ae56dc : Change AUDIO_LOCATION_INVALID to be systemApi
7f1caf111d : Spatial Audio: Add setLatencyMode and setCodecType API with empty implementation
bae6e81220 : Fix topshim test
aac046fe01 : EXTRA_LE_AUDIO_GROUP_STATUS should be a SystemApi for completeness.
6b4dd473c7 : Separate header and implementation BleScannerInterfaceImpl
22bc9624eb : Use common address manager conventions
bcb4420115 : mockcify: Introduce TestCommonJniThread
b029de5792 : Remove dynamic legacy module lookup aka STATIC_LIBBLUETOOTH
1bf39c174b : Fix some API recently added
bb59986623 : Add missing lib to libbt_audio_hal_interface_fuzz_defaults
fab0878ecb : Update to improved system_properties API.
43baa98598 : Add empty defaults for bt name and device class
bb41eac3bd : Only send connect request if one is not outstanding
fb01e8f1f3 : Change AUDIO_LOCATION_INVALID to be systemApi
e9bb55a0f7 : Fix local GD cert runner
c5167e99e7 : Remove acl_manager_test from system/gd
92442d7fc7 : Remove acl_manager_test from system/gd
fe418901fd : Adjust parameters when sco is accepted
5d3306a555 : legacy: Re-do prepare bta/pan/bta_pan_api
c944e8977f : Update parcel read for ScanFilter
9931137c66 : floss: Fix more LeAudio related build issues
0097547858 : Update parcel read for ScanFilter
9a3dd0db0a : Changing name for telecomm APIs in BT apex
358f619fd4 : Use the default timeouts in py_ cert files
e1e552f1e9 : Remove liblog from static_libs should be only part of shared_libs
b4f10fc067 : LE Advertising: RESOLVABLE_ types are not supported
2d13ec200c : Introduce mock for LeScanningManager
ec5dedb8d5 : legacy: Pare down include net_main_shim_test
ce853d6d86 : Break out le scanning callbacks into separate header
aa727e283a : Restore the getInt / getString call
50dcc05587 : Remove allowBlocking from BluetoothManagerService
49837f2d24 : Update parcel read for ScanFilter
421c8fbdde : LE Audio: Expose more system APIs
b87fc995f2 : hap: Add initial implementation
a014314c94 : Introduce LE audio broadcast system APIs
b99f7eced5 : leaudio: Improve Volume Control API
599bf26cd0 : LE Scanner: Add AD TYPE filter APIs
5aa4bd22ff : Add API to set the codec preference for specific device
14c9fcd9e9 : Add API to get identity address
2fb6ce3015 : Spatial Audio: Add audio HAL interface for allowing or disallowing low latency audio
8b2de65b79 : BtProfileConnectionInfo update api review
cf31b48b3d : build: Remove default system/hci/include directory
b540aa90ee : GD Rust: Add SCO support
72205a04c0 : Add check if controller supports write link supervision timeout
29b3733486 : Add apex_available and min_sdk, sdk_version to deps of bt apex
0a9b2017bd : floss: Add partial BleScanner topshim
ea183db477 : floss: Remove duplicate topshim address conversions
a327d90571 : floss: Update cb_variant to consume values
83a3fa8738 : floss: build: Add btm_ble_scanner and remove leaudio
faf41e25ec : legacy: Re-log btm_sec_rmt_name_request_complete
7c6257c8f9 : floss: build: Add btm_ble_scanner and remove leaudio
5d864a4bd6 : API Changes needed for apex to build
0cef84cdea : Remove allowBlocking from BluetoothManagerService
f3d57c4521 : Removed hidden call to getLeState in Bluetooth service
a25b235a25 : Pulling in BluetoothProtoEnums into the BT apex
a9d1c62977 : Canonically include from system root
c6ffc79ade : Changing params for SendBroadcastMultiplePermissions as per the API change
b38473380a : Remove new added hidden calls in Bt
abca1e6fb0 : Add a Bluetooth UserNull to serve a placeholder
bf5812ed22 : Add a Bluetooth UserNull to serve a placeholder
0d4a30f866 : floss: libhrome r939949 uprev
20a2337514 : floss: Fix build include failure
4157e01037 : build: Remove default Bluetooth/system/btcore/include
ec151a8a38 : legacy: Move tBTM_LOC_BD_NAME => bt_name
bcf75f48d7 : Bluetooth boot time start service
00aad92afa : Changing AudioManager.VOLUME_CHANGED_ACTION to AudioManager.ACTION_VOLUME_CHANGED
64a34f1231 : Check the result of getBluetoothServiceManager
4319f009cb : Replace hidden Iothread with new Thread
6574eb5806 : Moving bt stats logging to BatteryStats
05b39b422d : Remove hidden API reference
1583a64b2d : The BluetoothHeadsetClient connection action no longer matches manifest
3255318031 : Re-use the getxxxForUser from systemProcess
88ba64e925 : NeighborTest: Use default timeout
b98c570d30 : Add getRemoteLeDevice to specify ADDRESS_TYPE
aefe16d288 : Re-declare BatteryStats.RESULT_RECEIVER_CONTROLLER_KEY
9ce9711bcb : legacy: const-ify BTM_ReadLocalDeviceName
4ec7282ee6 : Bluetooth boot time start service
80d5bcce97 : le_audio: Revert^2 "Fix local disconnect reason code"
77a57ad9d0 : Revert the getSocketManager Synchronous call
fdd95b2bea : Removing last BluetoothManagerService hidden APIs
335de95b17 : Remove allowBlocking from BluetoothManagerService
a89f2e1a02 : LE Audio: Expose more system APIs
632bdf34f2 : Add required flag to registerReceiver call in HapClientService
4b9b264551 : legacy: Un-include btsnoop[_mem]
e671840be3 : Introduces mechanism for background rfcomm servers
f5d9305d0f : Multiples hidden api fix: BluetoothManagerService
15cdb83c7d : Add code for two rc reconnect at same time, one rc cannot work
c5341767ce : add post_notifications permission to manifest
4f9d902028 : Introduce LE audio broadcast system APIs
d9d1fa5014 : Revert "Fix local disconnect reason code"
b89df0a321 : Revert "le_audio : Fix issue of LE Audio not connecting after re..."
8e723645df : hap: Add initial implementation
470384a052 : leaudio: Improve Volume Control API
fc6239e5b5 : [framework] Migration of hidden APIs to System APIs
83b20416a5 : [service] Migration of APIs permission changes
d0ebd7db05 : Revert "Place owners block on"
7cf686a443 : Add API to set the codec preference for specific device
e1d39b906f : Add getRemoteLeDevice to specify ADDRESS_TYPE
1ca8dbd744 : LE Scanner: Add AD TYPE filter APIs
139b970aa9 : Add API to get identity address
f7bbc5b301 : floss: Include <base/time/time.h>
2c0dc3ce69 : le_audio : Fix issue of LE Audio not connecting after remote disconnect
f5718a49ec : Fix local disconnect reason code
a44b29520f : Move some topshim test files to blueberry/
367f6ed2f2 : re-use CURRENT_OR_SELF not CURRENT
f62b536dbf : Introduces mechanism for background rfcomm servers
b9fb159599 : legacy: Const-ify various btu_
a1386a093f : GD Rust: Update README.md
07fbca46c2 : Update ASHA profile sysprop API name to be in line with other profiles
9d202e39e8 : HAL: Fix nullptr check
8604826cb6 : leaudio: Add BAP Broadcaster implementation
69b4ce607c : Bluetooth audio HAL: several fixes on buffer duration calculation
0cb7f2a4d0 : Fix reconnect RC, but RC key missing
55f193eb4e : Moving over core/api/*txt files
7901c0054a : [framework] Migration of hidden APIs to System APIs
8011a3737d : [service] Migration of APIs permission changes
6744e0bac8 : Place owners block on packages/modules/Bluetooth/framework/java/android/bluetooth for API txt file migration
e9c0c8859d : Removes unnecessary owners file in packages/modules/Bluetooth/framework/java/android/bluetooth/le.
0befb7b225 : Removes access for owners from parent files in packages/modules/Bluetooth/framework/java/android/bluetooth.
0557e02362 : Revert "Add an OWNERS block to"
254e7840d6 : Fixing OWNERS file
c79383757b : Moving over core/api/*txt files
ddd4350002 : Updating AdapterServiceTest to work with sysprops
88c5d73463 : Removes unnecessary owners file in packages/modules/Bluetooth/framework/java/android/bluetooth/le.
f6a8b15ebe : hearing_aid: Fix double CoC creation
fdd19e003d : Removes access for owners from parent files in packages/modules/Bluetooth/framework/java/android/bluetooth.
1028a713f8 : Add an OWNERS block to packages/modules/Bluetooth/framework/java/android/bluetooth.
46f0869e44 : Migrating Bluetooth resources to Bluetooth module
a81d2c64bb : SpatialAudio: Add API to switch buffer size
7efe6b5efa : Periodic sync and PAST implementation
d8c4927614 : Add codec parameters to BluetoothLeAudioCodecConfig
9474c02427 : Removes BluetoothDevice#getService from the non-SDK API list
aa149023f8 : Stop using LocalSocket.createConnectedLocalSocket.
57b2597f29 : Add new extra EXTRA_TRANSPORT for acl connection state broadcasts to identify whether the connection is over LE or BR/EDR
ed3ef6c463 : legacy: Remove btif_debug
b83a2fe75a : Update BluetoothHeadset#connectAudio and BluetoothHeadset#disconnectAudio to support additional error codes for GTS
0733599493 : Adding system API to set the BindeCallsStats Consumer.
d97ac54489 : RootCanal: Check Inquiry parameters
06a6a7151e : Use the new setComponentEnabledSettingForUser
d22925c577 : Make BluetoothHeadsetClient and associated functions @SystemApi
529d622d99 : BLE scan time optimization
027f6e43ec : legacy: Remove unused btif_debug
9e2c404598 : RootCanal: Remove Non-flushable Packet Boundary Flag LMP feature
a42c77f8b7 : RootCanal: Construct LMP Features with constants
28d6da1d20 : HAL: Add AIDL interface support
40e157ae66 : legacy: stack/btm::acl_ init properly
dbe13e6ad2 : Add FrameworkInitializer for Bluetooth
8a2f153dbc : When Tv enables A2dpsink & AvrcpController service, Tv can't play music through speaker when iPhone disconnects and reconnects via bluetooth. If the RawAddress parameter is NULL from peer, p_msg->peer_addr will not be set.
d19f051d30 : btm_history: Indicate pairing result
c1dcd413f1 : Replaced usage of net AIDL and bugfix
170c3744c6 : Minor improvement about the tool document and the error msg
41d56b9eb7 : Use 40 seconds for Inquiry in Neighbor Test
33e44d1bdb : Migrate OBEX library to packages/modules/Bluetooth
9cbe353a49 : legacy: Const-ify btm_ble_
59efeb3547 : New @SystemApi's in BluetoothMapClient
536f9e5461 : Generate ComandExpectations trait for nci packets
8c68e4ab34 : Allow more time for Inquiry
b03c7a893e : Replace UserRestriction listener with an intent
15bb6a63d4 : legacy: Remove extra declaration BTM_SecReadDevName
b65ef3d024 : Make BluetoothPbapClient and select methods @SystemApi
0428ca3966 : PDL: Add test pdl for rust code generation
2b74ad2543 : legacy: Include bta/dm/bta_dm_act.cc::stack/btm/btm_ble_int.h
3188e3d9d3 : Add service to preupload checkstyle_hook
9b1510cc5d : gtbs: Fix crash when setting null uri
e9ff01b0b0 : gtbs: Fix for crash when uri is not set
cedc753e0a : gtbs: Fix crash on remove call
8ac1d04c94 : Add timeout for teardown_test
31348f23dd : SpatialAudio: Provide API to allow/disallow low latency audio
41e93a2f29 : Add getAudioLocation API
af2d951420 : bluetooth_le_audio_clien_test: Fix unstable test cases
03a42a8a5b : PDL: Rust code handles multiple constraints
b92ec5ca43 : BLE Scanning: Handle the filter matching
cf0e121386 : BLE Scanning: Pass correct address type for scanning
a376181caa : BLE Scanning: Receive the original address to onScanResults
355f503ce2 : BLE Scanning: Force the APCF address type value to always be 0x02.
b94558ae87 : BLE Scanning: Pass original address back to GattService#onScanResult
90831f61f5 : legacy: Const-ify BTM_SecAddDevice
9aee78146a : gtbs: Fix sending notification on CallControl point
889d447e4b : btm_iso: Fix returning credits on iso disconnection
6631a046a5 : hap: Add Hearing Access Profile boilerplate
8443b38717 : Add test for address consolidate callback
a7168437ad : Add broadcast feature supported API
d542a97765 : Add the broadcast feature supported APIs
f6dff6215b : Add connection state change callback and shorten names.
50fbbb2e39 : Adjust default system formatter
42f37e1c4b : leaudio: Add method to get device group lead
072c6c1502 : Bluetooth audio HAL: several fixes on buffer duration calculation
225dcd9507 : Add new callback to notify Tethering when PAN is ready
7c401ddfc8 : Change pre-upload hook check order for non python upload
e08c6a5995 : add clang_format post migration
9df0fd80f0 : leaudio: Use fixed audio session configuration while connected
b6332502d9 : gtbs: Add AttributionSource to the API
5f2365f9ad : gtbs: Remove usage of mContext.getMainThreadHandler
f9ad8bde6c : Add framework support of LC3 codec
606d9edd71 : Properly lock and release ACL connection event callbacks
9131564198 : Add priority for LC3 codec
c35fd28f4a : Support ase attribute handle assignment as dump ISO data
85f5e08084 : AddressManager: safely unregister client
aa6d8f71ae : Migrating BT files into packages/modules/Bluetooth
1d5c2af84e : Removing unnecessary Bluetooth privileged permission check
92857c4e06 : Migrating BT files into packages/modules/Bluetooth
5b00239597 : Utility class to compute packet dependencies
51b4c94852 : Removing unnecessary Bluetooth privileged permission check
e70c661415 : Remove OWNERS block post migration.
816d142735 : Migrating BT files into packages/modules/Bluetooth
d245d784aa : legacy: Use proper types BD_NAME => BTM_BT_NAME
bdbf8930da : Relay Set Feature report response to UHID
4d4792e6e4 : Extend OWNERS_chromeos
be86b55d9a : Fix the wrong initial audio configuration set up for offload decode path
e13db26bac : GD Advertising: Trigger callback when advertising terminated
69c87d8a61 : legacy: Const-ify SMP callback event data
592953d78a : legacy: Enum-ify tSMP_SEC_LEVEL
e9ce61eced : legacy: Const-ify btif_get_default_local_name
6e8a4ca95f : legacy: Add smp_status_text
8edf2733b8 : legacy: Enum-ify tBTA_DM_SEC_EVT
0460e39b04 : Fix crash in AdapterService#disconnectAudio due to ArrayIndexOutOfBoundsException
a7f38d8f5e : floss: Fix build errors
20b0acf2c9 : Fix crash in AdapterService#disconnectAudio due to ArrayIndexOutOfBoundsException
a7b1ef55f8 : Add OWNERS block to manage slippage during migration.
f47f72d495 : Revert "le_impl: Clean up initializer list"
e67297e898 : Revert "replace UserManagerInternal with UserManager"
68b6748667 : PDL: Support up to 64 bit values on enums
2740bcf70e : app: Fix database migration tests schemas directory
45163af4ed : Root-Canal: unify send_event_ call pattern
9bce78ec38 : Remove duplicated files in gd/cert and make default timeout 30 seconds
04a4f954c3 : legacy: Use proper types tBTA_DM_SEC_EVT
8b4b8bbde2 : legacy: Use proper types tSECURITY_STATE
1376eb6f3a : Invalidate acl connection callbacks when destructed
7e19336399 : LE audio hardware offload: audio configuration update for decode
7decbf4f73 : LE audio hardware offload session switch for decode direction
b0b72f6d6d : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Bluetooth
b83cbc6804 : Root-Canal: Adjust the eSCO retransmission window
3cd3844c08 : Temporarily comment out usages of PropertyInvalidatedCache while it is being moved to module-utils
bc10268c8d : Skip on_common_connection after disarm le connection state machine
62b379c5f9 : Security fix OOB read due to invalid count in stack/avrc/avrc_pars_ct
d3db118283 : floss: Establish SCO connection with Floss
3dcce0061e : floss: Fill in DBusHeadsetCallbacks for HFP SLC
09f65eff62 : leaudio: Fix for bad audio when one earbud connected
6381fa6742 : HAL: Fix formatting
2021161fba : HCI: Add a timer for finding the Bluetooth service
56e00da8e7 : Temporarily comment out usages of PropertyInvalidatedCache in Bluetooth code while it is pending migration to module-utils
b61f4b8323 : BluetoothMetrics: Add logging to L2CAP and SDP code paths using counter metrics
46c1b43c2c : Revert "Migrate unsafe parcel APIs in framework-minus-apex"
e03eff6561 : Update service code to match new HFP audio state System APIs
5ed1b8446e : Make BluetoothHeadset APIs used by Telecom into System APIs
3e7d488755 : floss: Append HfpCodecCapability
94cca025b1 : legacy: Const-ify various btm_ble_
9ebc33e334 : legacy: Final removal gd_scan gd_advert
48063a9ab0 : Cert: Make default timeout 30 seconds
e781147e92 : le_audio/client_audio: Fix deadlock on Stop()
1e941c844b : gtbs: Add Generic Telephone Bearer Service implementation
90bd65132b : gtbs: Add Generic Telephone Bearer Service support
e0d0313539 : HAL: Refactor files and namespaces
66a1cfd0df : replace UserManagerInternal with UserManager
bcbe0aad1d : OPP: Prevent NPE of mConnectThread
ded98fbcdb : btm/iso: Add sequence number to the cis data event
938b59aef2 : Minor fix on function description
c9374e1b1b : legacy: Make gd_scan and gd_adver true
6a8bb06a11 : legacy: Const-ify btm_set_
ca01f58516 : legacy: Use proper stringprintf method for to_text defaults
ab22f45f48 : btm/iso: Set connecting state while issuing establish cis
1918671fa9 : Fix avrcp volume asynchronous
8fe1134f84 : clang-format: audio-hal-interface
60db7ff3ad : legacy: Decouple gd_advertisting and gd_scanning flags
11ca0bba2f : legacy: Final remove is_any_gd_enabled
b3849d0ea8 : legacy: is_gd_enabled is always true
cf06fa3e42 : Revert "gtbs: Add Generic Telephone Bearer Service implementation"
3ae8efe727 : gatt: correct some trivial checks
6bf87965a2 : Revert "gtbs: Add Generic Telephone Bearer Service support"
cda5f5ae6f : Revert "gtbs: Add Generic Telephone Bearer Service implementation"
776776c2e8 : Add required flag to registerReceiver call in MetricsLogger
5268cc98a9 : Add BluetoothLeBroadcastAssistantCallback.
3b1979d3fd : gd: Always register for gd_acl events
22158de9cc : Update HAL structure to include offload capability for unicast and broadcast
1364509de9 : Added fuzzers for libbt-audio-hal-interface
6b15035995 : le advertisement address type settings
8fea5b9570 : legacy: Remove main/shim/btm_api.cc::is_any_gd_enabled
1900151573 : Bluetooth: add LE Audio COD constant definition
8db86064e4 : legacy: Remove stack/metrics/stack_metrics_logging.cc::is_any_gd_enabled
4f30e14911 : Add BluetoothLeBroadcastSourceInfo.
773233e9ad : Add LE Audio COD constant definition
032fc8b5db : legacy: Remove btif/src/stack_manager::is_any_gd_enabled
fb57449e8a : ble advertisement: permission check and pass own_address_type to native stack
63cbdff67b : Be more explicit on unexpected HCI events
b59207311e : security: fix a potential dereference of nullptr
a52b62a510 : legacy: Const-ify various btm_ble_
c25f4ca145 : Add better error message to build from bluetooth_packetgen
e762d380b7 : le_impl: Clean up initializer list
e02c5cbaf1 : le_audio: Fix build breakage
a1dd5d6356 : gtbs: Add Generic Telephone Bearer Service implementation
c3f809b790 : LC3: Avoid potential null dereference
22c36706af : Prepare PropertyInvalidatedCache for SystemApi
36c2202da2 : Root-Canal: Fix SCO / eSCO connection bringup
06651a5c9f : LE audio hardware offload: audio configuration update
ffc850a2a3 : RootCanal: Disconnect peers on close
11be7cddd4 : Revise the provider null checker times
422f55d13f : LE audio hardware offload session switch for encode direction
438f48776f : Use new LC3 encoder API
1fdc954d8b : Add new LC3 decoder
d0a41af209 : Move lc3_enc -> lc3
ce1cdfc8b9 : Move LC3 decoder
e28902f7e6 : gd/parser: Fix flaky compilation
111ff202ca : Delete previous LC3 encoder implementation
951b68494d : Log presentation delay for the group
5ff6112b82 : L2CAP: Failed to send data to remote device on LE transport.
4a410bc0ec : L2CAP: Fix for infinite loop in LE Security Access
f900477c06 : L2CAP: Clear local id and remote cid in release_ccb
564eb6055d : Remove duplicate function addressToBytes
406c2c9625 : SDP: Choose proper address for native command/callback
e7fee400e4 : Turn channel map for advertising into property
4059e9b776 : Use Common Audio Service UUID from latest assigned numbers
e5ec581e33 : Use Common Audio Service UUID from latest assigned numbers
988bfb3814 : Use Common Audio Service UUID from latest assigned numbers
4498f94c26 : Use Common Audio Service UUID from latest assigned numbers
0f307203c7 : Reorder LE Audio related services start.
80c5feae9d : Use atomic variable to avoid race condition
0ec9db924b : mcp: Fix NPE from getMediaStateChar
9220457153 : Reduce blocking time when waiting for CharacteristicWrite queue to clear up.
f1e63c0b97 : Replace BluetoothHeadsetClientCall with internal HfpClientCall
b0fc59df0e : Remove HFP Client Connection Service's usage of BluetoothHeadsetClient
e69b8c96b8 : leaudio: Remove not needed flag in the stream_conf
d563197c48 : leaudio: Improve handling OnAudioSink/SourceResume
ca6a502c9c : leaudio: Extract helper function to print audio configuration
586a49c757 : leaudio: Add suspend timeout in streaming case
b5859f2cd7 : Get default LE audio offload codec capability from HAL
bb87665812 : hearing_aid: Fix hearing aid behaviour when CoC could not connect
9ca7f96206 : GD Scanning: Reset paused flag when unregister
a807315ff2 : Have HfpClientConnectionService get updates directly from HFP service
536918d441 : Move HFP Client Connection Service to the HFP Client package
f926aa2599 : Support building bluetooth against musl
347478e621 : le_audio: Add support for max codec frame per SDU
730a5957e2 : Import translations. DO NOT MERGE ANYWHERE
c72698844d : leaudio: Remove old LC3 encoder
51b38ff5c6 : LeAudioService: Extend dump information
30648fb25e : LeAudioService: Fix setting group as disconnected
ea9584e0a1 : LeAudioService: IBluetoothLeAudio.aidl file
efc5b6c903 : Remove permission related hidden call
b3320d87b3 : LeAudioService: Expose getConnectedGroupLeadDevivces() API
3ee89a29a3 : LeAudioService: Remove reduntant mActiveDeviceGroupId variable
897ff2e8e1 : LeAudioService: Change HashMap to LinkedHashMap
0d96948dac : Root-Canal: Forward SCO packets to peer
b660ed7324 : Root-Canal: Implement support for SCO connections
bf557fbf46 : client_audio: Minor coding style fix
97011c3ddd : HID HOST: Choose proper address for native command/callback
10cc7a73dd : A2DP SINK: Choose proper address for native command/callback
7095632c5c : HFP Client: Choose proper address for native command/callback
170c206104 : Controller: Don't set deprecated Host bit
4f33ab6c78 : Add SystemApi to AudioManager method
1c9e4c309a : ble advertisement address type parameter
fbbb005a03 : gtbs: Add Generic Telephone Bearer Service support
e8219a0f4b : Package blueberry coarse level test lib in testing artifact
2ebf9c16de : le_impl: Add explict callback for connected status
10ca56cb4c : legacy: Remove btif/src/btif_metrics_logging::is_any_gd_enabled
b86023dde0 : Remove allowBlocking from all BluetoothProfiles
3536f0cb1f : Remove allowBlocking from all BluetoothProfiles
9a4b7c1c80 : Remove allowBlocking from all BluetoothProfiles
97b7a34139 : Remove allowBlocking from all BluetoothProfiles
8b947e2502 : Remove shared lib dep libbluetooth_gd:: grpc++ and wrapper
cd475334ca : Cert: Use LOW_LATENCY 100ms adv in test_background_connection
51f58d9a64 : fix pre-upload due to migration
baad3c1a88 : Add Audi Carkit into IOP table to only use AVRCP 1.4
b939d844d9 : legacy: Remove is_any_gd_enabled
9cc5b0f8b0 : Moved AttributionSource related APIs in AttributionSource
9ef8bf8ce4 : legacy: Const-ify btm_ble_gap
2fb33f8b8d : Fix build with global ThinLTO
54298877a7 : Migrate unsafe parcel APIs in framework-minus-apex
7d5a5f1bd0 : Renamed bluetooth apex name to com.android.bluetooth
640c2a4444 : Added static link to sysprop + Replaced SystemProperties
cc2d01f236 : Replaced Bluetooth SystemProperties.set by sysprop
040b3d490d : HID: Choose proper address for native command/callback
a8f02f9149 : AVRCP: Choose proper address for native command/callback
ee8e056973 : A2DP: Choose proper address for native command/callback
9ea541317f : HFP: Choose proper address for native command/callback
dd37ee3df1 : Import translations. DO NOT MERGE ANYWHERE
c4e06a89b1 : legacy: Remove is_any_gd_enabled from btif-config
7849fe5e7a : Project import generated by Copybara.
4da7a7fbc5 : Include BTA_AV_INVALID_HANDLE as invalid handle of tBTA_AV_HANDLE
26454b57c7 : Pbap use profileConnector, resolveSystemService api fix
aacad3c766 : Pbap use profileConnector, resolveSystemService api fix
d517127a57 : Copy attributable to Bluetooth
8250f24bcd : Added static link to sysprop + Replaced SystemProperties
38a87c9048 : Replaced Bluetooth SystemProperties.set by sysprop
1298044209 : legacy: Remove BTSNOOP_MODULE
700cabfddb : Revert "Revert "Complete hard removal of BluetoothHeadset#setPri..."
4983226979 : Revert "Revert "Hard remove BluetoothHeadset#setPriority System ..."
6c2867769b : floss: Add missing #include <limits>
4d0205d8ab : floss: Make __file__ relative to root
184213e870 : legacy: Const-ify more quality report
375c93f52c : Remove unused references to android.app.ActivityThread in BluetoothAdapter
69104ba790 : app: Introduce getLoggableAddress
663670dc9b : Root-Canal: Handle eSCO disconnection requests
88f028c31f : Global settings for Bluetooth (Settings.Global.BLUETOOTH_ON) must be set to BLUETOOTH_ON_BLUETOOTH whenever non-BLE MESSAGE_ENABLE is handled irrespective of the state.
e5db50fddc : Global settings for Bluetooth (Settings.Global.BLUETOOTH_ON) must be set to BLUETOOTH_ON_BLUETOOTH whenever non-BLE MESSAGE_ENABLE is handled irrespective of the state.
b0d6dc7108 : Audio HAL interface: pass sink metadata to LE Audio
d51ba409d1 : leaudio: Store chosen configuration asap
952605a466 : leaudio: Fix initialization of stream_conf
f584597ebc : Reduced the delay after ACL disconnections during BT disable procedure.
18ac4e0ac0 : Avoid waiting indefinitely for BT stack cleanup. If stack cleanup takes up more than 1 second, proceed with BT service process exit.
a9d39acedb : mcp: Fix null pointer exception
eb18218930 : Invoke address consolidate callback when BT ON
50258dbd88 : legacy: Globalize to prepare refactor bta/pan/bta_pan_ci
150e0e22e3 : le_impl: Simplify add/remove connect and resolution addresses
c8c069f936 : Revert "Complete hard removal of BluetoothHeadset#setPriority system API that"
f22fd76344 : Revert "Hard remove BluetoothHeadset#setPriority System API that was deprecated"
b908bc39b6 : btm: explicitly zero-initialize a variable
e6368d5635 : BluetoothMetrics: Keep intent of counter metrics inside bluetooth
5763309994 : Update grpcio[-sys] version 8=>9
046a94d754 : legacy: Globalize to prepare refactor bta/pan/bta_pan_act
88e88efd1f : Use VolumeControlService instead of proxy
cd03819624 : Root-Canal: unify send_event_ call pattern
a61035283c : Root-Canal: Implement support for eSCO connections
f29b1fe9a4 : Corrected comment on when BT is not disabled on entering airplane mode.
340168ac37 : legacy: Add reset_mock_function_map
0f087b1fea : floss: Add missing build dependency
d200140ac2 : Allow ChromeOS to own Linux build files
900a87563c : Handle bogus multi value packet lengths
1026c38a18 : LE Audio dumpsys: cleanup booleans representation
e492d996ce : Add QUERY_AUDIO_STATE permission
96a496e48e : 1 second may not be enough for pending ACLs to disconnected during stack shutdown. Adapter state timeout results in state change in Bluetooth manager to STATE_OFF while the stack is still shutting down.
5c4a403207 : Do not cleanup offload related flag in bta_av_conn_cback
c8eb293058 : floss: Convert some hard failures to soft failures
db22c31e41 : floss: Hide warning for NativeInvoker
23ccbad080 : floss: Ignore wakelock_acquire error in alarm
d3d5c639e1 : BluetoothInCallService: Use handle as the key of mClccIndexMap
a956cea5d9 : hci_packets: Fix definition of SynchronousPacketTypeBits
9b7cc669bf : le_audio: Make audio tick thread real time type
44ba557a90 : Added missing equals override in new Transport Data classes
ade917f968 : Check privacy is configured before doing btm_ble_resolving_list_init
4329227923 : floss: README update after moved location
6cf2d3f445 : BTM: Always encrypt ACL after auth complete
26edcd9756 : legacy: Const-ify stack::smp::smp_act::smp_proc_id_info
479ce30cd3 : Broadcast ACL disconnected when adapter turned off
41f99da107 : Adds mAudioRouteAllowed to dump...
e3d7ba1f10 : Bring back support for [get|set]AudioRouteAllowed()
6db58f59b7 : Global settings for Bluetooth (Settings.Global.BLUETOOTH_ON) must be set to BLUETOOTH_ON_BLUETOOTH whenever non-BLE MESSAGE_ENABLE is handled irrespective of the state.
58ccc47d6b : Fix links to OWNERS_chromeos
22861fa069 : Pass sink metadata to Bluetooth
db17b87e82 : le_impl: Add register_with_address_manager
e1330ff291 : RootCanal: LE advertisement fixes
902e20dd83 : Remove unnecessary test case
b8d7bf7103 : leaudio: Expose IN_BLE_HEADSET devices if possible
95fc2b763b : leaudio: Update audio session if not streaming
27eb01edda : leaudio: Minor clang fixes
29cc988c37 : leaudio: Add time tracking for setting up the stream in dumpsys
a0f88a05e8 : leaudio: Improve handling audio driver requestes
6392adde00 : Rename function codecConfigOffloading() to getCodecConfigOffloading()
45ef2051b7 : BTM: Log BTM_SecDeleteDevice()
8b3a02b2a6 : floss: initialize RepeatingTimer::task_ with base::NullCallback
2eb043e7e5 : Add BluetoothLeBroadcast profile API.
bc9399d44b : le_impl: Co-locate add/remove_device_from_resolving_list
2a549c816a : AVDTP: Fix a potential OOB read at the reporting handler
c162485dcc : le_impl: Co-locate add/remove_device_from_connect_list
ce3779b25c : RootCanal: better handling for Completed Number Of Packet events
55a03869af : Make BluetoothCodecConfig and BluetoothCodecStatus public.
7b6d375e31 : legacy: Const-ify btif::btif_bqr
77187b8460 : le_impl: Move le_client_callbacks_ check to exit earlier
b4ac7be845 : LE: Add midi service to interesting LE services
f1eee2a230 : Plug vendor privacy memory leak
3bd153862d : le_impl: Co-locate OnPause/OnResume
687a1af50d : Pass preferred data interval for both audio input and output
1a79ff1b58 : Use connect list address for shadow acceptlist indexing
f2ca784cb8 : HCI: Log link layer commands
6b5ee1f4cd : Change isCISCentralSupported() to isLeAudioSupported() API
fe40c3d728 : BTIF_AV doesn't start offloading while suspending
93af243a5b : BluetoothMetrics: Add counter metrics in GD cpp
aa93b0dff0 : Add Put[Le]AclConnectionInterface
5dcd2f74ed : Hard remove BluetoothHeadset#setPriority System API that was deprecated in 11 and soft removed in 12
0bfde89d76 : Plumb through ClearConnectList
c63c3c41a2 : Assign address bta_av_act::bta_av_rc_ctrl_cback
7d8bba4d53 : Complete hard removal of BluetoothHeadset#setPriority system API that was deprecated in 11 and soft removed in 12
cf1eac316a : leaudio: Improve setting ACTIVE/INACTIVE for the context switch case
0c5df098c7 : leaudio: Fix setting session
0a87cb6bf1 : leaudio: Minor log fix
dbdda0a36c : Bluetooth: Pretty print LE Audio profile name in logs
4cc747c408 : BluetoothInCallService: clear when BT turns off
d5576aef29 : Disable URI images for CoverArt, modify corresponding tests
2012383a99 : Add ClearAcceptlist to legacy API
cc0cf56f5f : leaudio: Update HAL audio session on metadata update
0b40dd01e9 : btm/iso: Add cis connecting state
5c05c2f74f : Parse audio config codec capability for LE devices
0fe4da6d4a : floss: Change A2dp to accept RawAddress
3ac5548e3b : Parse audio config codec capability for LE devices
a45661dcae : Limit max packet length for cover art
b89b073e4e : PAN: Choose proper address for native command/callback
c587e28972 : Handle address consolidate callback
37d535037d : Parse audio config codec capability for LE devices
8294cfcd16 : BTAA: notify the App information when starting and stopping service
98f24eb4a5 : BTAA: Add methods to propagate uid and package name from Java to native
05ff73af87 : BTAA: Add app-activity aggregation dumpsys data
14aaad272f : BTAA: app based activity attribution
500b5985fd : Parse audio config codec capability for LE devices
3ae0ef5501 : Only send call change intent if states have changed
fc8bcfaed4 : legacy: Private address log btif/src/btif_dm::
6d6825e84d : Fixed warnings generated by rustc 1.57.0
73d3be0509 : legacy: Disconnect btif access to btsnoop
91b7174cf5 : legacy: Move btif_config:: functions from unexpected spot
ed31cc1070 : Accept audio from audio server in data_interval_us chunks
1179af39fd : Disable le audio service if controller is not supported
c227d4a09e : BTM: Add btm_sec_role_changed()
38b459ffa8 : Prevent CSIS discovery crash when GD disabled
0ea2899f31 : BluetoothGatt: Deprecate unsupported methods
92e9158e8c : SMP: Avoid repeated csrk generation
bfdbf4be08 : Floss: update dependency install script for DPKG generation.
8aa7dbd051 : leaudio: Fix handling sonifications when conversation is used
ab4ec83c23 : leaudio: Fix possible crash on receiving ISO data
90b0718f01 : leaudio: Extend dumpsys
86abd88a85 : Add a helper to run topshim locally
2f6193f19b : Removed Hidden API call isLinkedTo and add null check
194c0ac94a : Add time suffix to variables holding latencies in LE Audio
22f93cb7ef : Fix suspendStream crash caused by invalid mDataMQ
697eeaf6d0 : replace CURRENT_OR_SELF with non hidden API
59ffe8a6a7 : Change isCISCentralSupported() to isLeAudioSupported() API
f6012a8a37 : Move filter param setup to btm layer from btif layer
c17c7d6830 : Revert "Add cancel discovery before BLE get remote services."
00d5340928 : Use Real-time priority for GD HCI
bf3995a590 : btlinux: Add SYS_NICE to btlinux service
ff6008e739 : StopWatch: Declare a stop_watch variable while timing
e428126c92 : Revert "HFP: Avoid double free SDP"
921b430ee1 : Add address type conversions
f7f4ab3019 : Demote set_ble_resolving_list_max_size::WARN=>DEBUG
3f80ac8533 : Removed CompanionDeviceManager hidden API usage.
e544144a96 : Remove ACTION_SHOW_MAPS_SETTINGS
d7edb88609 : Protect BluetoothMapSettings from non-system overlay windows
3ca49d4c49 : Import translations. DO NOT MERGE ANYWHERE
74f95af3bc : Import translations. DO NOT MERGE ANYWHERE
eeb4b31a39 : Import translations. DO NOT MERGE ANYWHERE
82933786b3 : Import translations. DO NOT MERGE ANYWHERE
0278771005 : Import translations. DO NOT MERGE ANYWHERE
73c7867bf4 : Start session and update audio configuration for LE audio offload
12625ecf6f : BTAA: add FlatBuffer tables for app-activity based attribution
2e7ae09f23 : BTAA: propagate app uid and package name to BTAA module
b999ff3905 : LeAudioService: Improve getActiveDevice
574860df8d : Fix testing MAC addresses of companion devices
a60f73f6f7 : leaudio: Ignore invalid MetadataUpdate
f7c28ecc36 : fix: unused parameters, and sanitizer quirk checks
9c8568edce : Add empty filter when CSIS discovery start
4fdca873b4 : leaudio: Fix handling OnAudioResume
258166fc15 : LeAudioService: Add more debug logs
8326204589 : Add cancel discovery before BLE get remote services.
798a2bc50d : Support "always report signal strength" in BT pkg with new API
004783422a : LC3 encoder fuzzer
db694adb8e : Make BluetoothCodecConfig and BluetoothCodecStatus public.
ba156ce038 : Deinitialize rfcomm in the right order
0f1545911b : fix DUAL bonded address maping
78e1a0a44d : log privacy mode of device
865fb03953 : Fix gd cert test fail after test name change
c8a71f3b6d : Create memory safe overload of BluetoothGattServer#notifyCharacteristicChanged
45a33d6ad4 : floss: Fix build-dpkg after git move
a1a94d1869 : floss: Add install target to build.py
b987eb6880 : floss: Update symlinks when re-running --run-bootstrap
e923d43e6e : floss: Implement Get/Set Bluetooth Class
7b479d71ef : floss: Fix slice copy in topshim
4fb2f7cac4 : floss: Add checks to adapter command
507df23fc2 : fix: warning introduced by previous patch
e567609760 : [PATCH] fix: the sanitizer sees evil everywhere
1e67e2f463 : [bluetooth] remove ComponentInfoFlags annotation
2abc6d30b5 : Fix usage of ICompanionDeviceManager in GattService
1c0213070d : BluetoothAdapterService: Add support for LeAudio getActiveDevice
e208fcf394 : Refactor Bluetooth scan mode APIs
5c9ab293ea : As airplane mode turn on, keep BT on if LE audio profile connected
91a58f19b2 : A2DP encoding host: implement data position
dba493ab41 : Revert "Add OWNERS block to assist in migration."
7218457242 : Remove noparent from OWNERS
5f48e31cc2 : Made BluetoothClass#doesClassMatch public.
88eade5300 : BT MAINLINE ParcelFileDescriptor to dup method
da444d824e : HFP: Avoid double free SDP
52342687dd : Add OWNERS block to assist in migration.
deddc4576e : Remove _Bb/_blueberry suffix from gd test names
ca7886c2df : Add shim ACL layer when rust is enabled
686475120e : legacy: Aggregate disconnect reasons
c6be1b434d : floss: Handle unexpected Command Status for VSC
4d09c9ef3d : floss: Move host build check to parent BUILD file
62c8430e70 : floss: Always copy bonded devices
02d57e6fd7 : LC3 encoder integration
87b336bdbc : Use code_format transparent for the LE audio software codec
20efe360fe : groups: Add debug dump
6f15687da7 : uuid: Fix visibility issue for stream operator
a2965a9566 : PDL: Add a reference documentation
b5d1ea3f99 : bta_dm: Remove canceling service discovery on BTA_DmSearchCancel()
2bb20a737b : legacy: Decouple btsnoop from stack/l2cap,rfcomm
534cb1d0b3 : Clean up ACTS from gd cert test artifact
8d907e5726 : RootCanal: Constify delays
9b0de2b63a : Return early if not connecting
321e548fc6 : RootCanal: Add ignore reasons for list busy
24b16b71ac : Remove from shadow acceptlist upon LE connection failure
647179ea4e : BT_MAINLINE Delete getControllerActivityEnergyInfo
d0e4f63440 : Bluetooth: make it possible to advertise Transport Discovery Data
39d84cbb9f : Bluetooth: make it possible to advertise Transport Discovery Data
796d98b38e : Disable sniff mode for Phonak device
0d4ac1d500 : floss: include <vector> <unordered_map> explicitly
0fce1addef : Import translations. DO NOT MERGE ANYWHERE
690711eb72 : Import translations. DO NOT MERGE ANYWHERE
85ab478ecd : Import translations. DO NOT MERGE ANYWHERE
d2750a279c : Import translations. DO NOT MERGE ANYWHERE
a5844341cb : Import translations. DO NOT MERGE ANYWHERE
2393f46181 : Introduce synchronized map counters
09973e2e3f : floss: Fix bluetooth_packetgen include
9536ffbe6e : floss: Add compilation flags for libchrome
1cde03f612 : audio_hal_interface: Fix WriteOutData command
04fd0b458e : legacy: Check resolving list max size before using it
3a349d0109 : legacy: Update hci command mocks for testing
c584b19aa1 : Removed hidden API call to getCanonicalUri
6fd32e4641 : Revert "Fix AVDT_open before Delay_report according to AVDTP v1.3"
a4c73b8656 : floss: Fix missing <base/logging.h>
985c11f7fb : GD: Reenable advertising when terminated
35cbde4439 : Merge test scripts and test lib scripts in Mobly GD Cert tests and deprecate ACTS version
89375419e2 : Create memory safe overload of BluetoothGattServer#notifyCharacteristicChanged
fd2ddd43fe : Fix a2dp p_db re-use for discovery
ef19c275a5 : le_audio_software: Fix StartSession for HAL 2.1 devices (fix hal2.2)
09ed48629f : Refactor Bluetooth scan mode APIs
dbdda23828 : Fix abort of the sanitizer
52e4d6741b : Fix build with global ThinLTO
c5b60d79b4 : Canonically connect controller interface API
9af53bb294 : RootCanal: Remove LE packet delays
eadcbba08f : hf_client: explicitly zero-initialize a variable
694131c164 : Set default Address Resolution list size
d5b3ec0c50 : legacy: Add and use additional disconnect param comment reason
7ac556f8a1 : New LC3 Encoder
b9ccd3fb32 : HearingAid: set playback_started to true when start audio command finish.
9014cda42a : Csip: Fix confusing error log
d7ce876ac8 : LeAudio: Remove redundant CSIP dependency
2c18e56371 : Connect controller shim to gd controller for le address size
eca8a46303 : Add hci_packets::TRANSACTION_RESPONSE_TIMEOUT
947d46851e : floss: Change build rules from //bt to //bt/system
eb9587981e : Revert "Floss: Fix build post repo migration"
e1b17234a1 : LeAudioServiceTest: Respect profile support flags
a802044108 : btm_history: Log start and stop le advertising
94610acfbf : A2DP switch device refactor
42b00c850d : A2DP switch device refactor
d89db0299e : btm_history: Log start and stop le scanning
99d1a066c7 : BluetoothAdapter: Extend getActiveDevice with LeAudio
e1d96b3d79 : leaudio: Improve active device handling
e803548b9a : Fix wrong BR/EDR link key downgrades (P_256->P_192)
f1a84f9166 : Implement address consolidate callback (2/2)
21c28c4cac : Implement address consolidate callback (1/2)
e075f1eaed : Disable absolute volume control for Phonak
13515a7cdd : Add bt_topshim_facade to test distributions
37b766f5ae : legacy: Remove unused include btm_int.h
58f3a668a1 : legacy: Use conventional naming struct btm_client_interface_t
0fa092411a : legacy: Const-ify inquiry results APIs
a8ce6dc184 : legacy: Remove INIT_FLAG is_gd_acl
f66e28c674 : floss: Fix build ignoring new C++ libraries
edf27c52f9 : floss: Fix build breakage
b6aaadcb67 : floss: Modify set_pin and set_passkey interface
0ffe5a205b : Add null check in AVRCP dumpsys
f0fe798854 : Differentiate between rpa and static addresses
aa4854d271 : legacy: Re-log BTM_SecAddBleKey
e8bcfa0497 : btm_history: Output only if state has changed
7e1a9b166a : A2DP switch device refactor
c465a344eb : legacy: Re-do names bta/pan/bta_pan_api::BTA_PanSetRole
f8ad8d023e : legacy: Globalize to prepare refactor bta/pan/bta_pan_main
1b18e84de2 : legacy: Re-log stack/btm/btm_sec::btm_sec_mx_access_request
4651e2c671 : legacy: Re-log stack/smp/smp_act::smp_link_encrypted
f3ee8057f7 : legacy: Re-log stack/btm/btm_ble::BTM_ReadDevInfo
e2e4a268bf : legacy: Re-log stack/btm/btm_sec::btm_sec_encrypt_change
16c1645346 : RootCanal: Generate RPA for connection
2bfef33c4f : legacy: Add address type to bond API
7897c9c0e9 : Plumb le Address Resolution into legacy code
37922b3450 : legacy: Re-log stack/btm/btm_sec::btm_sec_link_key_notification
97c574bfeb : legacy: Re-log stack/btm/btm_ble_gap::btm_set_conn_mode_adv_init_addr
99c6880706 : Add connection address into gd connection
c9d5aebdc3 : btm_history: Modernize classic inquiry scan entry
feca64f7fd : legacy: Re-log stack/acl/btm_acl::acl_create_le_connection_with_id
c5275a3c1a : Add support for bluetooth.audio@2.2 HIDL version
965a453d8a : leaudio: Try reconnect other set members on incoming connection
745b76b2f0 : PhonePolicy: Fix policies for LeAudio profiles
d91616bd9a : A2DP switch device refactor
4cf8a23048 : leaudio: Reserve GATT handles for GMSC and GTBS
dc1f7da4a1 : Link p/a/B OWNERS to new location
b65e8c126a : Implement address consolidate callback (1/2)
c1efbe4c3f : Implement address consolidate callback (2/2)
63b49e58f2 : security: Use-After-Free in btm_sec_[dis]connected
ddd429fec4 : Floss: Fix build post repo migration
555785439c : BluetoothMetrics: Add Bluetooth counter metrics in java layer
4b3df709aa : Disable the SignalStrengthUpdateRequest in Bluetooth pkg
60bb45bc6e : Add PRELOAD file path
8ae5b3d0f3 : Check remote address before trigger name callback
d5c557a855 : Improve A2DP autoreconnect policy
a31dda4e17 : Fix build with global ThinLTO
a5438956b4 : Fix symlink for rustfmt.
9ce3bb7c9e : Revert "Add an OWNERS block"
97e35595d4 : Fix include path for system/bt
ce598ac3d5 : Import translations. DO NOT MERGE ANYWHERE
b43cccdd1c : Fix include path for system/bt
7b66c13cad : Adding refrain flags for VCard properties.
c8daebc8c8 : mcp: Synchronize mPendingStateRequest list access
fa67c2de91 : [DO NOT MERGE]Move offload start related flags from BTA_AV_SCB to BTA_AV_CB
fdd74f2f1c : Merge "Move offload start related flags from BTA_AV_SCB to BTA_AV_CB" am: 73507f7efd am: 77c4a09e70 am: 98476f1cfa
f95c619d25 : Deprecate GATT callbacks and methods that were not memory safe and replace with memory safe versions.
5728618994 : Service changes to deprecate and replace BluetoothGatt callbacks and methods that were not memory safe
0d6673fc6f : Pass the written value for gatt characteristic and descriptor write callbacks to the java layer
d14c32a864 : Pass the written value for gatt characteristic and descriptor write callbacks to the java layer
a101e2eb79 : Deprecate GATT callbacks and methods that were not memory safe and replace with memory safe versions.
de1edf6881 : Service changes to deprecate and replace BluetoothGatt callbacks and methods that were not memory safe
a292381008 : Add an OWNERS block
8cd176cb06 : Revert "topshim: Add btm_sec shim"
23676d8f39 : leaudio: Improve active device handling
8c4e5f0a11 : leaudio: Minor typo fix
aba10b0ac7 : Set the temporary CAP uuid
c5a2b64501 : LE audio: Check the HAL version is newer than HIDL 2.1
6fad305e0a : BTAA: Do not register callback repeatedly in the same process
c48b62cd9c : Report back pbap and map uuids to AdapterProperties in Java
f1c3c276f8 : floss: Move Floss daemon selection file
8c8bad7598 : legacy: Use get_btm_client_interface().eir.BTM_GetEirSupportedServices
76a1a95901 : Clear up ALWAYS_REPORTED_SIGNAL_STRENGTH_CHANGED in BT pkg
3cb3ef4e2e : RootCanal: Less verbose scan responses
093f8c8190 : RootCanal: AddressResolutionEnable
b230bbf37b : AVRCP - Check MTU size before adding browsing data
b087eae2db : leaudio: Fix crash when removing device while streaming
e194d97324 : Enable BTAA feature by default
13bdb6d642 : Fix wrong address type of DUAL mode device
0ebc9cfef5 : Added silenced verification before notifying headset.
8e3dbd16f4 : legacy: Const-ify bta_dm_pin_cback
dbe7f0498a : floss: Fix cannot find os/bt_keystore.h and missing include
4c042af222 : Add pan profile dumpsys
3b9e92faf2 : legacy: Const-ify bta_dm_inq_results_cb
2e1d76731f : Move offload start related flags from BTA_AV_SCB to BTA_AV_CB
88a2eae20c : legacy: Const-ify bta_csis client API
8973a69a82 : [HFP] Do not call AudioManager API during dumpsys
48f33d8593 : Reset the IRK after all devices are unpaired
20024a9844 : legacy: Embed tBTA_PAN_DATA as intended bta/pan/bta_pan_int.h
d96e2b8909 : Plumb address resolution through main
5e9e467455 : floss: Fill in topshim for headset interface
d8a6cea42a : Add SupportsBlePrivacy for gd privacy policy
5465610af6 : legacy: Replace tBTA_DM_CONTRL_STATE => tBTM_CONTRL_STATE
3dc9ad86ac : legacy: Add bta pan unit test
16230260b7 : Remove dynamic legacy module lookup aka STATIC_LIBBLUETOOTH
dcbb851c65 : GD Cert: Close event stream before assert fail
0392ca0771 : Set the coverage data (.profdata, .json, .txt) to be aggregated in mobly/logs/* to allow aggregation across test runs (as is executed for GD-cert presubmit).
9defbab83a : Import translations. DO NOT MERGE ANYWHERE
a2af6836c4 : Import translations. DO NOT MERGE ANYWHERE
3ed4460671 : Import translations. DO NOT MERGE ANYWHERE
be46da4402 : Import translations. DO NOT MERGE ANYWHERE
1684737cf5 : Import translations. DO NOT MERGE ANYWHERE
590a80aa3f : Import translations. DO NOT MERGE ANYWHERE
050cd14158 : Import translations. DO NOT MERGE ANYWHERE
26f26088be : Import translations. DO NOT MERGE ANYWHERE
7a9dcb2891 : Import translations. DO NOT MERGE ANYWHERE
8db40e4722 : legacy: User proper types tBTA_PAN_ROLE
6a6f6cab36 : floss: Fix typo in D-Bus method
2ea40cec8b : legacy: Use proper types tPAN_ROLE
4c715a2287 : legacy: Co-locate le address and le address types
976b3eb4ec : topshim: Add btm_sec shim
fc5f8c83a2 : topshim: Add A2dp Sink Disconnect
37d5497702 : topshim: Add A2dp Sink Callback Dispatcher
913a01c003 : topshim: Add controller shim
8b8987f6e1 : topshim: Add A2dp Sink Connect and Set Active
a7888a5974 : Fix race condition causing flakiness in HfpClientConnectionServiceTest.
094da575f2 : Complete EDR bonding
756811e536 : legacy: Const-ify hci packet transfer interface
d788e0c189 : legacy: Delete test/mock/mock_hci_packet_parser.cc
61ba972a4e : legacy: Remove unused API GATTS_AddHandleRange
e94e90f0b7 : Update song position correctly
e19c23ef83 : topshim/facade: Don't link with libbluetooth twice
d2d33d80d2 : legacy: Const-ify extended inquiry response path
ac4e4aaf8f : [LSC] Add LOCAL_LICENSE_KINDS to system/bt
243e97b7d4 : Add Shadow Address Resolution list
308a3b6663 : legacy: Use get_btm_client_interface().eir.BTM_GetEirUuidList
21008d57b7 : legacy: Const-ify deserializing raw address
2c4fbe7f1b : Fix Mobly adb pull error when pull logs from device
f3924f3124 : [HFP] Do not call AudioManager API during dumpsys
de429999f1 : Set ID_BIT in own_addr_type only when local privacy is enabled
bebafbdc48 : legacy: Introduce test mock bluetooth_interface
5e75108cda : HCI: Move test_reject_broadcast to lib
b802128e65 : AclManager: Add a timeout in the broadcast test
d8f79be62f : leaudio: Fix unit tests
514452a5a6 : Init HFP interface with empty callbacks
5ee8d9fda8 : Suppress warnings for cross compiled targets
52013c3b92 : legacy: Remove duplicate declarations
a5460a4bc2 : Add missing Apache headers
e5f6b2f810 : Plumb acl_manager Clear Address Resolving List
e97e9c1535 : leaudio: Workaround for the audio configuration change
666b01d6a7 : vc: Fix for incorrect encryption state
c3ab26c810 : vc: Call remove device on unbonding event
e6f432245d : leaudio: Improve connecting other set members
fae37c18db : leaudio: Fix background connection
23cdddd285 : leaudio: Clean connecting_actively_ flag
3cf3a4a5a4 : SCO: Ignore close event at listen state
d05ca97f94 : use device_type from SEC dev record when available
469b01c585 : A build flag to disable phone signal strength indicators.
35749bd5a7 : BTM resolve race condition in ble local resolving list
fc5f8271aa : Don't start peer authentication when peer device already started it.
328da43798 : Fix usages of renamed Association class
144f1ad6e3 : legacy: Delete bt_common
f3fc3166c0 : Expose isCISCentralSupported() and isLePeriodicAdvertisingSyncTransferSenderSupported() API
b05511404c : avrcp: PTS mode track selected
40270fda22 : Group CSIP device based on CAP
ea1561c768 : Bluetooth advance audio code
5a81cd4fd8 : BluetoothInCallService: Wait for disconnect tone at onCallRemoved
7c9450a48d : floss: dpkg build script and configs
120e7da451 : Add in enable address resolution to le_address_manager
692343038d : floss: Include bta/le_audio/le_audio_types:std::bitset
f012869993 : [GD-HCI] ACL handle should be AND'ed with 0xFFF instead of 0xEFF
9218bd1c35 : Update rootcanal scripts to use python3 shebang.
9895d1eb13 : gd: Specialize template ToHexString<unsigned int>
54e2b7bbc7 : floss: Fix Flatbuffer build rework
28b7b6464c : Renamed getTimeStamp to getTimestampMillis and added docs.
7f33ae6fb9 : Expose isCISCentralSupported() and isLePeriodicAdvertisingSyncTransferSenderSupported() API
a337f1ef0f : DatabaseMangerTest: Minor comment fix
e3b04b6061 : leaudio: Add dumpsys from state machine
59e33e6aac : leaudio: Remove deprecated flags
1842325283 : GD: Add cert test for background connection
f9a769987c : Configurable Generic Attribute service handles in ServiceChanged indications
6ae8d3d373 : legacy: Truncate hci packet factory
9bfb94bab6 : BluetoothInCallService: Wait for disconnect tone at onCallRemoved
cc3d587353 : Revert "Removed BluetoothDevice#prepareToEnterProcess"
946170051a : RootCanal: Add LE Parameter Updates
3809d97ada : Replaced BitUtils#maskedEquals hidden API call
3d81c66426 : Fix build with global ThinLTO
321202ff6a : legacy: Remove #PAN_SUPPORTS_ROLE_PANU
46339c94be : Consti-ify ListDependencies for modules
0b7b9e2168 : Fix AVDT_open before Delay_report according to AVDTP v1.3
be2ab20f40 : Add new resource for time delay of CLCC polling
b57d03c66d : Enable delays with system properties to make it generic for different environments
fdf193d050 : leaudio: Improve switching context types
7b031f72ae : leaudio: Allow to disable Link Quality Reports
d619c11b68 : leaudio: Fix handling invalid peer device
82f0417e60 : le_audio: Handle multiple audio server tracks
ad74101434 : le_audio: Initial implementation of updating metadata
3e62085514 : vc: Add support for group operations
1832d6013d : Rectify comment in getCurrentAgEvents
1e23588953 : BTM: added delay to resolve conflict between auth request from multiple devices
cd312754dc : legacy: Remove #PAN_SUPPORTS_ROLE_NAP
c7f346963f : legacy: Remove unused variable stack::a2dp_vendor_ldac_decoder
5e6fddc7bf : legacy: Replace stack::btm_devctl::make_set_event_mask
077e31b285 : legacy: Introduce stack/::pan_result_text
038087c617 : legacy: Remove #BTA_PAN_INCLUDED
42bb4871e5 : legacy: Enum-ify stack/include/pan_api::tPAN_RESULT
d2f3775e71 : floss: add systemd invoker.
a9a39e3e5e : Adding @SystemApi annotation to Bluetooth energy stats.
95bddea9f3 : legacy: Remove unused stack/pan::definitions
33203ef6f0 : Make BluetoothInstrumentationTests preparer multi-user aware
e0e56d8e66 : Re-work flatbuffer build and bundler
12a30c16a2 : legacy: Introduce pan_role_to_text
5bd6d481e6 : Import translations. DO NOT MERGE ANYWHERE
b4c1daa4b0 : Import translations. DO NOT MERGE ANYWHERE
8575fd4b76 : Import translations. DO NOT MERGE ANYWHERE
0426b267d0 : Import translations. DO NOT MERGE ANYWHERE
697cd5739e : Import translations. DO NOT MERGE ANYWHERE
ca51d69109 : gd/parser: Separate code requires block in yacc
552f63f6d4 : Adding @SystemApi annotation to Bluetooth energy stats.
d1aa014e91 : Properly include optional
755487bda0 : gd/common: Replace variable length array
8141041907 : legacy: pan: Enum-ify stack/pan connection state
f8a1eb78a4 : DO NOT MERGE: Enable Qualcomm 3804 log in snoop log with base 64 format
08b6b58f2f : Implement Common Criteria Mode for GD
01715bf2be : RootCanal: Add RPA resolution for connections
9e3c7bee80 : floss: Include <base/logging.h>
9038972cf1 : Add some missing math in DCTIV computation
490a2de5dd : floss: Fix missing GD_CONTROLLER_MODULE
e556b59005 : HCI: Add address to LinkKeyRequestReplyComplete
d89cb02174 : Remove hidden dependency wtfStack
47a3b563be : AbsoluteVolume change custom call to official API
80e74979d0 : csis: Make sure device list is ordered
6ed81793c4 : csis: Add support for getting list of devices per group
1f5d7ac200 : Add gd/dumpsys/dumpsys.h (and test version)
dc92f4d941 : floss: Change enum repr and D-Bus type from i32 to u32
51584872ae : floss: Fix compiler warnings
c62a51e4f1 : Expose isCISCentralSupported() and isLePeriodicAdvertisingSyncTransferSenderSupported() API
e5785cc39d : Remove anonymous namespace in header file dumpsys
60084bac1b : legacy: Use proper types stack/pan::tBTA_PAN_RESULT
603156b0d0 : Fix queryRawContactEntity api
937567a701 : legacy: Re-log stack/bnep::
e3ba7a5f9d : Cleanup gd/shim/dumpsys_test.cc
f4ce6547ed : legacy: Enum-ify bta/pan::tBTA_PAN_EVT
fcea2ba93d : csis: Fix active scan for set member
61187be2b0 : vc: Fix handling volume state change which can be without device
4c474384af : leaudio: Minor cleaning up fixes
9c55ab85da : remove AudioManager.setParameters from bluetooth
7513cb8259 : GD: Add background connection list for LE
af486abb4c : Fix include path for system/bt
7cee135720 : Decouple Dumpsys and flatbuffers from mock
d0ce9c856e : Move defs from anon namespace gd/hci/acl_manager/assembler.h
f1fd31165c : legacy: Bool-ify tBTA_PAN_STATUS
94f5a08d34 : Konst-ify test data gd/dumpsys/bundler/test.cc
3fc13166ed : floss: Fix build for arm cross-compiling
e404389f5c : leaudio: Fix build on Linux
8e6866e2fa : Add unit tests for A2dpSinkStateMachine
9371f5b6ce : Increase coverage for A2dpSinkStreamHandler
9fd5c1f961 : Add unit tests for A2dpSinkService
0fb8f7d574 : Add unit tests for StackEvent
bf22fd4af5 : Add an A2dpSinkNativeInterface abstraction to allow for mocking
ad4b0bb8c1 : Fix possible NPE for UNKNOWN code path
3161838654 : legacy: Type-ify stack/pan::tPAN_ROLE
48bd7318b7 : legacy: Remove unused bta/pan:: functions
39639385f9 : Removed BluetoothDevice#prepareToEnterProcess
28f9b4669f : Disable advertising set on connection
8cb0418875 : RootCanal: Add more LE packets for 512-byte MTUs
6a23034ef5 : GD: Mirror LE conneciton timeout callback
d269b065bc : Add scan result logs.
de3ae37cc5 : legacy: Straighten out mixed bind parameter for le adv event
86ac7ac6ed : Fix possible NPE for UNKNOWN code path
19adecd7d0 : Import translations. DO NOT MERGE ANYWHERE
2e8c8df06d : Import translations. DO NOT MERGE ANYWHERE
b0f4b2fc61 : Import translations. DO NOT MERGE ANYWHERE
fe5c1a1a6d : Import translations. DO NOT MERGE ANYWHERE
b930a0a1e4 : Import translations. DO NOT MERGE ANYWHERE
24ed18a96f : legacy: Co-locate SDP config database
c2a60aec2f : RootCanal: Accept packets from connected devices
d35667a736 : floss: Ignore deref_nullptr warnings from bindgen
084502da41 : floss: Fix broken test
666e6e6eb3 : legacy: Const-ify various SDP API params
3f83778491 : legacy: Eliminate a2dp precision loss compiler warnings
c30c857874 : Add prebuilt_etc module (bt_controller_properties) for controller properties.
042a1099d3 : legacy: Use proper type btif/src/btif_dm::tBTM_STATUS
401284465b : legacy: Add common/base_bind_unittest.cc
d47674dc8a : SMP API check for cached OOB data
9510e4b126 : legacy: Truncate hci/src/hci_layer.cc
d8733879ca : legacy: Use proper types tBTM_BLE_SCAN_COND_OP
b734c12acd : legacy: Const-ify various SDP data elements
926fd43c17 : leaudio: Add BAP and CSIP integration along with audio path
e9c4ba84e9 : test: Add IsLinkKeyKnow mock
50c51174f7 : legacy: Truncate hci/src/hci_packet_parser
0ebbfe9f6d : legacy: Remove #SDP_RAW_DATA_INCLUDED
408fdc7318 : leaudio: Bind with CSIS and Volume control
ca598e6c5f : legacy: Const-ify sdp callback with user data
5963f0f771 : Set gd_acl_enable as constant => true
8487890335 : legacy: Const-ify stack/sdp Api
dd17b23efa : leaudio: Add missing context types
e3f38d5e76 : SMP API check for cached OOB data
ec4d6fc113 : Print port status when fail to tcp forward for debugging purpose
1c02eb8b76 : Final removal of gd_controller_enabled flag
5aaf4b68ff : Common Criteria mode: Make sure config checksum is encrypt correctly
8766c525e4 : bluetoothUuid: Add placeholder for CAP uuid
48c38333b1 : leaudio: Add API to add/remove group node
98f40f9ebf : leaudio: Adjust new methods permissions
78148af278 : btm: set link policy only for BR/EDR cases
45e0f3f4aa : CsipSetCoordinator: Fix possible null pointer dereference
1d71e40bc0 : GD: Get GD path correctly for controller properties
7e33f238b2 : bluetooth: Fix common typo
5876b98186 : floss: Refactor callback registration
4463a66342 : Compiler fixes for Msvc & Gcc
ba84325821 : Enable Robust GATT caching by default
3a031b4b9d : Add Fuzzing for Bluetooth LC3 Encoder
c038399d14 : Fix HFP client JNI NPE and concurrency issues in JNI and service
847e4c2582 : legacy: Remove CONTROLLER_MODULE
f43df14863 : floss: Client checks if manager is valid
e96e8c77c3 : floss: Improve bonding procedure
b8b6cb24b6 : floss: ConnectAllEnabledProfiles now connects A2DP
b0deb0ddbb : floss: Implement ConnectAllEnabledProfiles + Disconnect
3d679ab63f : floss: Add bond remove and cancel to btclient
923593add3 : floss: Implement GetConnectionState
74d85f3711 : floss: Add support for BtConnectionCallbacks
e860b8eddc : floss: Add floss enable/disable to btclient
6cf31b86ef : floss: Refactor DisconnectWatcher to take id
65526e457e : Remove cpp is_gd_controller_enabled because It Is Known
6488527a2a : Set gd_controller_enable as constant => true
332d67b159 : leaudio: Implement missing function
4a72096d5d : leaudio: remove not used group status
40b69cf09f : Change getEnabledComponentOverrides return type
9305df8408 : leaudio: Add service APIs needed by other profiles e.g. incoming HAP
84b11f5a14 : Remove bytes matcher from base
8caf79c137 : leaudio: Expose group node operation to application
608c15fad4 : leaudio: Add missing add/remove group node API
9bfc2a63dc : leaudio: Add missing RemoveDevice API
b9ccc4f3a0 : leaudio: Add missing GroupSetActive API
3fe0941f2a : leaudio: Improve logging for group events
f3b5be26fc : leaudio: Set group as inactive on service stop
055099e30c : leaudio: Add API to Add and remove group node
3219c8450b : leaudio: Remove not needed group id from the state machine
be779e3df5 : leaudio: Fix sending broadcast intents
36d9682da7 : leaudio: Improve set active device
8a0aba5ebc : leaudio: Fix removing group descriptors
76f524b00b : Revert "leaudio: Fix removing group descriptors"
3b186a23da : leaudio: Add set volume API
62a752fdc0 : legacy: Move OsiObject into osi_allocation
ec1aa51173 : root_canal: replace atoi to strtoul
9fffdb1e92 : Migrate gd cert real device tests to Mobly
cbcced0852 : Import translations. DO NOT MERGE ANYWHERE
a464e86a18 : Import translations. DO NOT MERGE ANYWHERE
53339bf630 : Import translations. DO NOT MERGE ANYWHERE
c84d7c11ff : Import translations. DO NOT MERGE ANYWHERE
52fbd5f203 : Import translations. DO NOT MERGE ANYWHERE
e999962981 : Revert "root_canal: Add CLOSE_N_EXEC flag for rootcanal"
5c464895e6 : legacy: Remove unneeded stack/rfcomm/rfc_mx_fsm::rfc_mx_send_config_req
99f601c2ea : leaudio: Remove not needed group status
5b50e4d723 : leaudio: Add set volume API
3a7a78ddbd : leaudio: Fix link to intent
d22eafa0d0 : leaudio: update UUID
d430d357ae : leaudio: Fix removing group descriptors
a0f6420e68 : Remove hidden api calls to ContactsContract
e46bf1f5bf : BT mainline - hidden api removal permissionChecker
d87abbe327 : Upstream - Handling Audio Disconnect Timeout
e34c461f87 : leaudio: Add set volume API
a8874acd49 : leaudio: Remove not needed group stream API
e9cdb53450 : csis: Clang-format fixes
d853b3a666 : csis: Add debugdump
2e280bf656 : leaudio: Add missing onGroupNodeStatus handler
82888abdd6 : Add missing onGroupNodeStatus handler
50809d5ed3 : Add name for C linkage bt_oob_data_t
3698f83fa1 : leaudio: Improve isConnected() function
ad1efe4ab3 : root_canal: Add CLOSE_N_EXEC flag for rootcanal
fab58af118 : leaudio: Remove flags from group status
e7fa676be7 : leaudio: Remove not needed flags from group status
445d8e7a0a : leaudio: Remove deprecated API
a67c712304 : root_canal: Remove unused vars
ad5de385c1 : btservice: Add LeAudio to btservice
834d750dc2 : btservice: Add LeAudio to btservice
f911733c6b : leaudio: Remove not needed API
588ea7c336 : leaudio: Remove not valid comment
b8aa878658 : leaudio: Fix logging
93b9f794b0 : leaudio: Fix copy paste issue
ce9dd85b93 : LeAudio: Remove set member available
c921471b8e : Readme: Add missing dependencies Tag: #floss
004038a996 : Improve the document for the dump le audio tool
1a449cbaca : Remove rust generated cpp code warnings
d284471eaf : btm_sec: Use LE when the address type isn't public
2861249a76 : Remove test gd/bluetooth_test_gd
dd8f65ab27 : csis: Fix loading from storage
28eb74fcb7 : legacy: Remove UNUSED btsnd_hcic_write_link_super_tout::controller id
845b4e9054 : floss: Fix missing borrow and dereference
c7310a8095 : Add HfpClientConnectionServiceTest coverage and change BluetoothtoothHeadsetClientProxy package name.
c09c100527 : Btsnoop: Clear command/event field for ISO
e6e873b754 : leaudio: Limit GroupStatus only to active/inactive
9290b829f8 : btm/iso: Improve logging
b62e3ee54f : btm/iso: Add common hci constants
34533006b9 : gatt: Block application operations on LeAudio services
c633c62dc0 : Use FFT for LC3
0f308be540 : Implementation of FFT for LC3
4e71b85759 : Add base/logging.h for LOG-related macros.
435cecc7f3 : osi: Prevent memory allocations with MSB set
f107d14a01 : Add the header in the front of the dump data for LC3.TS v1.0.3 format
0717d65b85 : BluetoothInCallService enabled state setting modification
356f12c9cd : osi: Prevent memory allocations with MSB set
86497b8896 : osi: Prevent memory allocations with MSB set
059643b5c9 : floss: Ignore Start and Stop if the state is already the same
d7415ee82d : leaudio: Remove non-resolving build targets
8eeccc2a4b : mcp: Fix possible nullpointer dereference
6b2b25d8d8 : Upstream - Avrcp connection failed
f34e535003 : Upstream - Masking DM1 DH1 bit
1ec653b3cb : [LSC] Add LOCAL_LICENSE_KINDS to system/bt
e4534862bd : RootCanal: Send LE Disconnections to remote
3154232a39 : Reland: EIR uuids should be added to device_found_cb
0859244c96 : AVDTP: Fix a potential overflow about the media payload offset
bdac7b1bcf : leaudio: LC3 encoder and decoder implementation.
024ee7b50b : btm_mock: Add required mocks by leaudio tests
a443689bbe : groups: Fix minor typo
0c07a5746f : RootCanal: Allow empty scan responses
f599dc49a2 : Make BluetoothAdapter#disable(boolean persist) a @SystemApi
ab2c1e84fc : Fix GATT data loss due to segmentation error
28af8460b7 : osi: Prevent memory allocations with MSB set
1d83f31b93 : osi: Prevent memory allocations with MSB set
26c1d4f15c : osi: Prevent memory allocations with MSB set
8502c1a808 : osi: Prevent memory allocations with MSB set
cfaa1a09c2 : osi: Prevent memory allocations with MSB set
a6a7170532 : Add getActiveDevices api
fd3e858be2 : Add getActiveDevices api
dd8e506da8 : Run mobly tests as a suite
539258cbb1 : btif_le_audio: Fix typo
bc5d52b9f6 : csis: Fix minor logging issue
fca5c82b56 : audio_hal: Add support for LeAudio
4b6617f382 : Fix NPE in setActiveDevice if HFP audio is not allowed
f4948317b1 : Add BMW Carkit into IOP table to only use AVRCP 1.4
a016abc6e3 : Don't change address type of address filter
c9d4f3c37d : Add BMW Carkit into IOP table to only use AVRCP 1.4
e7ad6338df : floss: build.py missing import time
bcb8cf27f3 : Allow DualModeController to support newer Commands
2b616b8564 : Cert: Add scan data
4d857ad26a : RootCanal: Subtract one for shifting event masks
676acb8e14 : RootCanal: Use structured scan response data
3d6fb91055 : legacy: Remove unused hci messages
abf742afb5 : Revert "EIR uuids should be added to device_found_cb"
d830073adc : RootCanal: Implement LEReadBufferV2
7f11a85192 : Immediately execute instead of queueing request for LE service discovery if the static address matches that of the actively pairing device
8fe4751ec0 : legacy: Use common mock functions test/net_test_bta
35c0e103c3 : AIDL changes to support new System APIs BluetoothDevice#connect and BluetoothDevice#disconnect
bc49c3daa8 : legacy: Reduce unnecessary inclusion from mocks
d90d4334b0 : legacy: Properly include log history
c1e718eec0 : Fix GATT data loss due to segmentation error
e90e3d9207 : mcp: Fix possible null pointer exception
b8627077c8 : legacy: Properly include C stdint
0ab87e46bf : Coverage report path should be the parent of test_runner_base_path
0b03de405b : AclManager: Add a timeout in the broadcast test
83340bc5f6 : Service-side changes to support new System APIs BluetoothDevice#connect and BluetoothDevice#disconnect
d00916c7fe : Add BluetoothDevice#connect and BluetoothDevice#disconnect as System APIs
8b35c4a09a : Use AttributionSource Builder
204e156701 : Prevent NPE for MAP profile
4452931c05 : bta: Report hardware features when VSC not supported
2f75525cdd : Removing getAnonymousDevice
a217a398f7 : Cert: make sure we unregister controllers during teardown
c24b02574b : legacy: Properly type rfc events
2bdb4aad54 : API renaming asked by API Council
70c2210f59 : csip: update the csip group information from the storage
344b09fa41 : btif: Use multi-advertising sets when available
375bcca51b : btif: Combine LE Features implementations
9ce049cd32 : Controller: Spell maximum correctly
6d273b2331 : Fix NPE when Bluetooth turn off
e30a51259a : EIR uuids should be added to device_found_cb
efdd2aacce : bt: use delete ctor instead of DISALLOW_COPY_AND_ASSIGN
b70ed86483 : floss: Add device info command to client
0734b40fb4 : floss: Implement service discovery
fbf2c67df3 : floss: Handle SDP profile callbacks in stack
d6878ea578 : floss: Implement sdp topshim
4e65d4e07b : floss: Add GetName/SetName adapter api
9a17952697 : floss: Add GetUuids adapter api
e483416d60 : floss: Update discovery apis
59e4d461d0 : legacy: Add btm_client_interface::BTM_AddEirService
4819cdbdb6 : BT_MAINLINE remove setAttributionSource
042b7a3553 : legacy: Properly include cstdint
066364a8a8 : legacy: Re-include device/controller
c931712329 : SDP: Invoke complete callback when L2cap channel is closed
b954aa6e48 : Immediately execute instead of queueing request for LE service discovery if the static address matches that of the actively pairing device
007ec9db2a : Cert: Add a variable to track if we have already been interrupted
4585fb5b17 : Cert: Raise default timeout
e46d1c756e : Bluetooth: ensure adapter name and address can't be read from 3p apps
e847600e1a : legacy: Uninclude unnecessary device/interop
6b5e9120fe : Replaced hidden APIs usage by new SystemApi.
b46aab032c : Facade_main: Don't invoke old_act.sa_handler if it's not a function
a4d78a5689 : legacy: Uninclude unnecessary device/esco_parameters
ab9c57fa58 : legacy: Uninclude unnecessary device/controller
91900a5c66 : legacy: Explicitly include stack/include/bt_dev_class
6293b477f0 : legacy: Explicitly include hcimsgs::cstdint
31f0679275 : legacy: Explicitly include include/hardware/bluetooth
d7b85a98af : legacy: Explicitly include stack/include/bt_types
2aa3506712 : legacy: Explicitly include types/bluetooth/uuid
e262b59a9b : legacy: Check nullptr security device record list
60818422ac : Use bluetooth-specific statslog
6e29d79737 : legacy: Explicitly include stack/include/bt_octets
6d0141eda1 : legacy: Explicitly include stack/include/bt_device_type
b4c0e78a13 : Make SDP and inquiry request dequeue and execute more comprehensive and cancelDiscovery now removes all queued inquiry requests.
2a9d9f2de4 : legacy: Explicitly include types/raw_address
7ff6b09766 : Add timeout handler for browser subscription callback function
afe537b111 : Ensure proper hci le meta event length size
147a447f72 : Add timeout handler for browser subscription callback function
b5772ce143 : Add context to getCallingAttributionSource
b4d6482bc2 : RootCanal: Enable -Wall -Wextra -Werror on libbt-rootcanal
4c2aede99a : legacy: test: Properly include stack/include/bt_hdr
05074020d6 : legacy: stack: Properly include stack/include/bt_hdr
4d6cab8773 : DatabaseManager : Remove mac address leakage
5e7927655d : DatabaseManager : Remove mac address leakage
0c704af72b : legacy: profile: Properly include stack/include/bt_hdr
7a007b6460 : DatabaseManager : Remove mac address leakage
0c044a1318 : legacy: main: Properly include stack/include/bt_hdr
51aba257c5 : Don't log the head of an empty list
425fe16ce1 : RootCanal: Parse LE Supported Features
26a82dcc98 : RootCanal: Use 7 Advertisers to expand CTS tests
199a385e22 : Use AttributionSource Builder
b61d5f8b9b : Remove BDROID define
5dabea5eff : Remove unused using std::vector from properties
7cee778b40 : legacy: hci: Properly include stack/include/bt_hdr
c96c3553d2 : Add missing return and test for volume check
a9ebf5708c : Add missing return and test for volume check
8bf98d1e54 : Add the python tool to dump le audio data from btsnoop
0be330c722 : Ensure proper hci le meta event length size
fedafb3402 : Ensure proper hci le meta event length size
6270151574 : legacy: bta: Properly include stack/include/bt_hdr
8eeeaae421 : legacy: btif: Properly include stack/include/bt_hdr
0db7701e6c : floss: Refactor build script and merge bootstrapping
4fed731db9 : floss: Rename list-devices and support bonded devices
25b37aa1f1 : floss: Check adapter enabled on init
94dc00f02d : floss: Add several bonding apis
6d2881161b : floss: Wire OnBondStateChanged
102cead6af : floss: Enable syslog on btadapterd
1c2bfcfb37 : Cert: Change the default timeout to 10 seconds
22f35c6aa4 : floss: Enable syslog on btmanagerd
b67f8bbad3 : floss: Fix rust test errors
a5d8025ba9 : The TryFrom should be included unconditionally
54315036c7 : AdapterProperties: Extend with new local features
f46815254a : Fix issue with sending BluetoothCallQualityReport to Telecom.
4345fc42a8 : Disable expensive tidy check.
22071b67d4 : bluetooth: Add new local LeAudio features
1e51448f07 : csis: minor cleanup for the RSI type define
7dbf284b0f : BluetoothInCallService enabled state setting modification
e418244d7c : Avoiding sending set volume to volume level same as current volume level
fe7a567aa5 : legacy: Fix missing <cstdint>
4eb260b555 : RootCanal: Support Suggested Default Length
5623114f2f : legacy: Formalize variable flexible array member
74dcbbf0f0 : legacy: test: Clean up inclusion for mock main_shim_l2cap_api
2d0a8c2f7f : legacy: Properly include a2dpCodecInfoFuzzHelpers::commonFuzzHelpers.h
33283d15e2 : legacy: Clean up unused variables
814f8d151e : Blueberry: Add test_extended_advertising_support
d243d11a3b : Fix issue with sending BluetoothCallQualityReport to Telecom.
e9f911668d : Add real_device_testcases to bluetooth_cert_tests.zip
a4ef13e234 : legacy: Remove unused include btu.h
26648d4073 : legacy: Move bt_types::PIN_CODE => bt_octets
1c18745295 : ScanManager Start scan native only for the first client
99d2e38e02 : legacy: Replace BTA_AG_CODEC_MSBC => BTM_SCO_CODEC_MSBC
f2289db862 : legacy: Replace BTA_AG_CODEC_CVSD => BTM_SCO_CODEC_CVSD
838470fdf0 : Update AVRCP default version to 1.5
f065055304 : Import translations. DO NOT MERGE ANYWHERE
f9a06da6bf : Import translations. DO NOT MERGE ANYWHERE
62508e1901 : Import translations. DO NOT MERGE ANYWHERE
fac828a2f7 : Import translations. DO NOT MERGE ANYWHERE
d1a5e002d5 : Import translations. DO NOT MERGE ANYWHERE
47ff7681fe : Import translations. DO NOT MERGE ANYWHERE
9c2aa42501 : legacy: Replace BTA_AG_CODEC_NONE => BTM_SCO_CODEC_NONE
61c3851140 : csip: Expose an extra data with intent and store in CachedBluetoothDevice
ff8ad80ed6 : csip: store the IsCoordinatedSetMember info in RemoteDevices
c7330112d2 : csip: Extract the RSI AD type to notify upper layer
e791baa198 : legacy: Properly include osi_allocator
6b77ebbf36 : Make SDP and inquiry request dequeue and execute more comprehensive and cancelDiscovery now removes all queued inquiry requests.
e135200f06 : floss: Add GATT raw tool to btclient
4913e79caa : Add sattiraju@ as an owner of bluetooth code to allow for owner code reviews
8e7785a953 : legacy: Properly include embdrv/sbc/encoder/include/sbc_encoder
44da55c051 : bta/test: Add controller mocks
a71651290a : bt/test: Extend BTM mocks
46ad97587f : bta/test: Extend gatt queue mock
90617877bb : bta/test: Improve gatt mock api
9da430e1b6 : bt: Minor clang-format
108194c394 : bt: Minor log fix
085ef03c6c : bta/test: Add CSIS mocks
26403b188f : bta/test: Add group mocks for unit tests
8ac1f1b284 : gatt: Notify all gatt clients about encryption change
06d538bccc : groups: Extend RemoveDevice with group id
3678af7745 : csis: Minor log extension
1b8440656c : csis: Fix for assert on missing csis instance
cf841ab7a9 : Add getActiveDevices api
3fb4794a5c : floss: Remove BUILD::hci_layers
af8b56a24d : floss: Move callback handlers away from main.rs
934e6f1294 : floss: Synchronize readline with foreground action
cb339a66e7 : floss: Refactor create_adapter_proxy
eebc450aa7 : floss: Update TODOs
14b1d137fd : floss: Handle service_changed callback
21f66eddf2 : BluetoothInCallService enabled state setting modification
7b1f7fa409 : legacy: Properly include various
d6cc3d4321 : csip: Expose an extra data with intent and store in CachedBluetoothDevice
dc4a9047df : legacy: Uninclude hci/src/hci_layer::hci_inject
ee7b7cb8dc : legacy: Use common test mocks ble_advertiser_test
45448309a5 : floss: Missing <memory> and initflags dep
7cd47c70f4 : legacy: Introduce stack/include/bt_name
f032cdfc35 : Adding sattiraju@ as OWNER and also changing the order of ldaps to be alphabetical
be86557278 : Final removal of gd_hci_enabled flag
4705580c4c : Keep track of the test context to be able to write test output to test-specific directories.
7d9fc7535e : BluetoothMetrics: Log BOND_SUB_STATE_LOCAL_BOND_STATE_INTENT_SENT from BondStateMachine
8f988e7e3f : Make createBond(int) a system API
00501a3b7b : legacy: Remove HCI_MODULE
dc0e2a44fc : Make createBond(int) a system API
f4ccc6e378 : Cert: Wait for root server to start using future
1c24fda771 : rust: Add default functions for Facade
bc82d590f9 : BTM_SCO HCI path handling
0471272de1 : [LSC] Add LOCAL_LICENSE_KINDS to system/bt
f81222d2a2 : legacy: Delete hci/include/hci_inject.h
c5e497c197 : legacy: Truncate all of hci layer
2f22c71a71 : Add a list of testcases for real device test
dab239291f : legacy: Remove hci_is_root_inflammation_event_received
e5185ba6d8 : Fix CSIS with GD enabled
2b18d855c7 : Resolve address before returning LE scan results in GD
113ea28748 : H4: Return early if bytes_read is 0
a058431480 : Update AVRCP default version to 1.5
33f9de070f : Clean up logging in UIPC
0c59803d8e : floss: Add commands to btclient
9475247b4c : floss: Refactor client for proper adapter mgmt
67ab63c6e2 : floss: Move code around without behavior change
418b25c57c : Fix build failures due to libchrome
62c97e4f2b : Declare h4_packetizer_lib
20a0fa773e : Add H4PacketizerSources filegroup
dbfdd88512 : floss: Remove services_added and services_removed btif callback
6456c79320 : Separate H4 packet parsing from data retrieval.
a0e394ab9e : legacy: Truncate hci/include/userial
2bb728eccc : LeIsoTest: Skip when not supported
8146f1539d : floss: Fix compiler warning
df07a8054a : legacy: Remove parts hci/include/bt_hci_bdroid
f1ebb3b98b : Rootcanal: Enable BLE link layer.
e23edc2bde : csis: Initialize discovering group to invalid value
9f8160588c : Revert "legacy: Truncate hci/include/userial"
d3cf1ced2a : Security Fix: Crafted GATT request causes BT stack crash
48b07878b0 : Bluetooth: Fix formatting in getAlias()
548a27a7f1 : floss: Cache remote properties on found devices
4ddbef31b7 : floss: Pipe logs to syslog instead of stderr
e14ed674d6 : floss: GetProperties on enable and cache results
e8e15b0a27 : floss: Replace BtProperty with BluetoothProperty
4ccc335e94 : floss: Add BluetoothProperty enum variants
28bf299f71 : Add controller test
d6a7465129 : Add GreaterThan and LessThan to truth
8f6341a5f6 : Controller functions
29042d0fbd : legacy: Truncate hci/include/userial
343bd12a3c : floss: Add ascii_to_string
86616a039d : floss: Handle get_gatt_db_callback
0af3a96874 : SCO: Route should be a compile time constant
57e5790917 : Remove hidden dependency ArrayUtils wtfStack
66c94c57b2 : BluetoothInCallService: check PROPERTY_GENERIC_CONFERENCE before PROPERTY_GENERIC_CONFERENCE
a4b4e713c3 : Fix system/bt compiling against musl
6411ea0665 : csip: Initialize class field
c33aec974f : BT_MAINLINE - Clean calls to Ws.getTags Ws.GetUids
c64a26cb1d : BT_MAINLINE - Clean calls to Ws.getTags Ws.GetUids
b98859884f : CSIS: add missing piece of patch
c73e0297fb : SMP: Calculate LTK on BR SMP begin
a39161f4e7 : Avoiding sending set volume to volume level same as current volume level
f8b8cdeec9 : legacy: Remove hci_layer_cleanup_interface
fbfb457b52 : BluetoothInCallService: Ignore disconnecting state
1326f0f56c : BluetoothInCallService: Ignore disconnecting state
da3c126e24 : legacy: Add RFCOMM_ConfigCnf UNUSED_ATTR
2f2c66b94e : legacy: Remove hci/include/hci_internals.h
7023adb33e : Keep Media Framework/Bitmap exceptions from crashing Bluetooth
eb8b2bb4f4 : csip: Add Coordinated Set Identification Profile
0775cd144f : legacy: Canonicalize include stack/test/rfcomm/stack_rfcomm_test
06a5be266e : csip: Coordinated Set Identification Profile implementation
a6b833340e : groups: Add module to manage devices groups
be672e8e8d : csip: Add Coordinated Set Identification Profile implementation
555794fd84 : csip: Add Coordinated Set Identification Profile boilerplate
9a34a75799 : csip: Introduce Coordinated Set Identification Profile
c6d4cbd22e : BTM: Switch role after auth complete
2f77005ba0 : MediaControlProfileTest
a1e1a440e7 : legacy: Delete all of hci_layer_get_interface_legacy
cfed3c1158 : Revert "legacy: Delete hci/include/bt_hci_bdroid.h"
f54f495cbc : legacy: Delete hci/include/bt_hci_bdroid.h
a3fe45a7ce : legacy: Delete hci/include/low_power_manager.h
53d096eccb : Revert "legacy: Delete hci/include/userial.h"
c177bebc94 : legacy: Delete hci/include/userial.h
af579b3c33 : legacy: Delete hci/include/vendor.h
d778e26508 : csip: Add Coordinated Set Identification Profile implementation
14aa8edd90 : csip: Add Coordinated Set Identification Profile boilerplate
a43e3aeb15 : csip: Add Coordinated Set Identification Profile
f63f54c9f9 : legacy: Delete hci/include/hci_hal.h
ba31bc26bb : SCO: app_sco_ind_cb is not used
7bc10e79c9 : legacy: Delete bte.h
2bd47716ef : legacy: Re-include hci/include/hci_layer.h
e600ebb095 : Relanding SCO: Clean up unused code
71fb16d25d : Revert "SCO: Clean up unused code"
de4b6a2577 : csip: Coordinated Set Identification Profile implementation
1aa8941d8d : groups: Add module to manage devices groups
896b4e28ef : csip: Introduce Coordinated Set Identification Profile
2de01da2d3 : Add OWNERS_chromeos
0916ed721e : legacy: Remove unused typedefs hci/include/hci_layer
9206e20476 : legacy: Remove unused stack/include/hcidef::#def
1bcc1d4685 : legacy: Un-include bte.h
84f2c2e0f5 : Changing BluetoothHeadset APIs from @hide to @SystemApi
3f56eb6cea : SCO: Clean up unused code
ffab995560 : Changing BluetoothHeadset APIs from @hide to @SystemApi
66a76efffe : BTM_ESCO_CHG_EVT doesn't seem to be used
b72e70f929 : SCO: Remove identical definition
c53c278185 : legacy: Un-include bt_common
66bc02a2dd : HCI_SCO: Add helpers to make and parse packet
0fb6410cae : legacy: Un-include hci_internals
082f20d78b : replace hidden api call to SystemConfig
aa5532000b : BT_MAINLINE - clean BytesMatcher
d19ee50bfa : Avoid Bluetooth gets turned on by enableBle
41c9154854 : legacy: Remove unused #defs bt_types
83db2d6807 : GATT: Fix data length parameter
2e6b2ad9aa : BluetoothInCallService: check PROPERTY_GENERIC_CONFERENCE before PROPERTY_GENERIC_CONFERENCE
c8f161b285 : GATT: Fix data length parameter
9fdb8c3892 : legacy: Encapsulate #defs to compilation unit
d9c8c5cc42 : legacy: Remove unused #defs hcimsgs
3e50078fc8 : btm_sco_flush_sco_data is no-op
acbcf787e4 : Avoid Bluetooth gets turned on by enableBle
c989c19569 : Added fuzzer for libbtdevice
a07e3023f7 : legacy: Move raw_address serialization to proper file
f300e4480b : Remove StateMachine files from Bluetooth code base
681cafd30b : Remove StateMachine files from Bluetooth code base
8369d2fb7f : RootCanal: Avoid a couple string copies
7358daa480 : Add more information for bond and acl state change
3a137ce331 : Clean hidden api - Misc android/os
be98cc60ef : GD: Add Host test for extended scanning
7e1939819c : RootCanal: Read supported commands from config file
0ba52e7126 : Avoid Bluetooth gets turned on by enableBle
470f0240a3 : legacy: Update rfc mx/port sm with proper event types
b819e4e7e5 : Add more information for bond and acl state change
1caee667b0 : A2dpCodecs: apply the encoder settings via encoder_interface->encoder_init
c474b9714c : A2dpCodecs: encoder standalone APIs separating from codec config
6a3216b3ee : A2DP: Reset codec encoder while ending the audio session
c1bf6333d9 : legacy: Uninclude unused stack/include/hcimsgs
e3547c4463 : legacy: Catch all rfc events in switches
1d016bd2dd : legacy: Uninclude unused stack/include/hcidefs
ae488fec14 : legacy: Propagate RFC_MX_EVENT names
b09b265a9d : legacy: Propagate RFC_PORT_EVENT names
a37b6c2291 : legacy: Canonicalize or remove unused hci includes
2a9a317da4 : legacy: Explicitly include or uninclude bt_trace
1fe5001467 : Add more information for bond and acl state change
b86b2f42bc : legacy: Explicitly include osi/include/compat
6c490f5487 : legacy: Expand rfcomm event coverage for both mx and port
f8b213c2f4 : Add adb remount after reboot to ensure push file to real device success
e6ba177ed2 : GD SCO shim layer
1fd02616cb : legacy: Explicitly include osi/include/allocator
a7b82e64cb : Floss: Boilerplate HFP topshim
bfdadcb325 : Route SCO packets in HCI manager
6f2b12a8ea : legacy: Introduce stack/rfcomm/rfc_event
8743fbc633 : No need to expose BTM_ChangeEScoLinkParms
0f8226b8a6 : Clean hidden api - Misc android/os
f3c0a802eb : le_audio: Adopt group configuration change callback to jni
8483442dce : Add more information for bond and acl state change
bec27134aa : le_audio: Implement active device handling
be39b60443 : le_audio: Introduce connection state handling for LE Audio group
ea2c39dbfd : legacy: Explicitly name RFC_PORT_EVENTs
5f14f3669b : legacy: Re-include stack/test mocks
5eb98b7175 : legacy: Use proper rfcomm event types
75ff4c11ce : Set up ports after verity check for real device setup
5f080b9819 : legacy: Re-include stack/sdp
3f9590bef4 : floss: btclient will now accept command line arguments
f6e7a62747 : le_audio: Introduce connection state handling for LE Audio group
ad3b9c362e : legacy: Re-include stack/pan
90c62e103e : RootCanal: Make property of DUT/CERT device configurable
c6c53b68a3 : legacy: Re-include some stack/include
110982e969 : Import translations. DO NOT MERGE ANYWHERE
143eff1693 : Import translations. DO NOT MERGE ANYWHERE
085917552b : Import translations. DO NOT MERGE ANYWHERE
d3bc5374fc : Import translations. DO NOT MERGE ANYWHERE
5ebe0722ac : Import translations. DO NOT MERGE ANYWHERE
e5c0edb33e : Import translations. DO NOT MERGE ANYWHERE
ea4188995c : Import translations. DO NOT MERGE ANYWHERE
d821f156db : legacy: Re-include stack/rfcomm
f286ce4018 : legacy: Introduce rfcomm event types
554f893d1c : Add OWNERS files where the AAOS BT team has OWNERS rights.
671e85c953 : Rename OWNERS.automotive to OWNERS_automotive, since OWNERS.extension files are not recognized as OWNERS files by default
0fc4505c7d : DO NOT MERGE Bluetooth: Fix formatting in getAlias()
71f9c12334 : DO NOT MERGE Bluetooth: Fix formatting in getAlias()
faf370c361 : legacy: Extern-ify as C LogMsg
fed51de522 : Rootcanal: Clean up disconnected socket devices.
abf3cc9746 : Fix null pointer dereference in HACK_acl_check_sm4
3ce0c840ab : le_audio: Implement active device handling
1bfeb1687f : btm_iso_test: Fix memory leak in test code
444219858c : le_audio: Adopt group configuration change callback to jni
887ff06e31 : mcp: Provide defaults for the missing metadata
f63773d6f2 : legacy: Introduce stack/include/hci_mode
5f1662e119 : Setup ownership and permission to A2DP data path on Linux
c5278424b6 : mcp: Remove the usage of getMainThreadHandler()
82697beefd : Accept more than one test connection.
fb2d139e7c : Add a LOG_INFO when gRPC server started
ebd76281c5 : mcp: Remove the usage of getMainThreadHandler()
6a3853aeee : GD: Make controller properties configurable by cert test
bce14220cd : mcp: Fix handling incomplete metadata
3b4f2784d2 : mcp: Remove the usage of getMainThreadHandler()
85a2c045d5 : mcp: Remove usage of android.util.MathUtils
45a2918554 : Declare h4_packetizer_lib
3aa0dcde93 : HFP: use Bundle to query call log and phonebook
61570b9d9b : Security Fix: Crafted GATT request causes BT stack crash
35a39e2e44 : Cert: Wait for backing process to disconnect signal port
22b05a5e09 : Floss: Initialize media after stack enabled
b647c5ae76 : remove getSystemConfigEnabledProfilesForPackage
7b8adbe005 : remove getSystemConfigEnabledProfilesForPackage
e5fd3e413c : remove getSystemConfigEnabledProfilesForPackage
844347edf4 : Import translations. DO NOT MERGE ANYWHERE
ecc82759e9 : Import translations. DO NOT MERGE ANYWHERE
eeba44aa06 : Import translations. DO NOT MERGE ANYWHERE
635ab2f149 : Import translations. DO NOT MERGE ANYWHERE
209823d1ad : Import translations. DO NOT MERGE ANYWHERE
0eebf9e067 : Import translations. DO NOT MERGE ANYWHERE
863be760b3 : Import translations. DO NOT MERGE ANYWHERE
a30a111ef2 : Ensure looper finishes each task before sending another for PhonePolicyTest#testDisconnectNoAutoConnect. This prevents a race condition causing the test to be flaky.
cfa6f13959 : mockcify: Centralize btsnoop module mocks
7c952e3859 : legacy: Include reduce to stack/include/bt_octets
42b3360e46 : legacy: Include reduce to stack/include/bt_dev_class
8ad62cb211 : legacy: Un-include unnecessary stack/include/bt_types
2fca4999a4 : legacy: Properly include various headers
abdfebd808 : Add volume control profile metadata storage support
a474509211 : Add automotive Bluetooth OWNERS file
d9669ef90c : updateInteropDatabase is unused
2fe3af04f7 : Keep Media Framework/Bitmap exceptions from crashing Bluetooth
eaf536930e : hci_metrics_logging: check command before ASSERT(complete_view.IsValid())
b222811d04 : Localize BD_FEATURES to used file
2155d8bcc3 : RootCanal: Use supported commands from config file
73072dd357 : Cert: Skip LE security test in setup class
84f14c9ce1 : floss: Add dbus_projection unit test
3a8d94ec82 : floss: Add rustdoc for dbus_projection crate
fa9da0b676 : Cert: Remove extra dot in tmp..profdata
c3496fa711 : legacy: Remove unnecessary btsnoop includes
b78459a282 : legacy: Cononically include hci/include/buffer_allocator
ca420a0a8a : legacy: Introduce stack/include/bt_octets
5aeb0544f2 : floss: Implement AVRCP volume interface
e0f9865481 : Cert: Add error catching during setup and teardown of test
f3c805b87c : legacy: Introduce stack/include/bt_dev_class
da92e07730 : legacy: Introduce stack/include/bt_hdr
7126c81adb : legacy: Explicitly use bluetooth::shim::hci_layer_get_interface
6c6b5d657f : remove getSystemConfigEnabledProfilesForPackage
0b6d057c2c : remove getSystemConfigEnabledProfilesForPackage
060e692bc6 : remove getSystemConfigEnabledProfilesForPackage
fd45c86706 : csip: Add constants for the Coordinated Set Identification Profile
f39130c062 : legacy: Remove BLE_PRIVACY_SPT checks
142cc021cf : gd: Port of previous scn security update
8d09e779d7 : legacy: Create conditional code validation logging
af7eedfbfc : mockcify: Update legacy mocks
ec4abb2ef8 : Remove non-determinism in socket unit test.
2670e6a539 : legacy: Remove all of controller_get_test_interface
40a29d98aa : legacy: Remove all of hci_layer_get_test_interface
5f45d73323 : Remove cpp is_gd_hci_enabled because It Is Known
6e98667fe0 : Ignore TxPower response if unknown command
501cfd4216 : Series of windows fixes.
fcd366e3a7 : Extend interface to support getting remote services with the specific transport
1efdea32b8 : Bring the specific transport for get_remote_service from framework
e6cafc9211 : Add test target TestCommonMockFunctions
59626106eb : legacy: Add mock_common_os_utils
40d5e9db35 : Add a system api to fetch uuids by the specific transport
532a482fa3 : MCP: Do not reject requests immediately for unauthorized devices
bd8f3d4737 : Import translations. DO NOT MERGE ANYWHERE
1b2979b84e : Import translations. DO NOT MERGE ANYWHERE
34857f8421 : Import translations. DO NOT MERGE ANYWHERE
3b6a6cf139 : Import translations. DO NOT MERGE ANYWHERE
c0134d0da8 : Import translations. DO NOT MERGE ANYWHERE
27cafe9698 : Import translations. DO NOT MERGE ANYWHERE
10a92e8bb9 : Import translations. DO NOT MERGE ANYWHERE
471249f472 : Fix L2CAP hold queue null pointer issue
92f42100a4 : Disable sniff in link policy before a2dp streaming
8163d25ec3 : Update default page scan parameters
e4d20bb9d5 : Fix OPP file name display
5ce281ab19 : Remove unused duplicated ACL le privacy setting
3be7d428e2 : Fix invalid memory access in root canal.
ea3232c08e : Set gd_hci_enable as constant => true
2f2fbfdcd6 : Copy topshim adapter test to blueberry
04d603644a : Add gd module logging message
674b377c2e : Add a system api to fetch uuids by the specific transport
368af498bb : Cert: generate coverage report in teardown_class
332bec327f : Cert: do not count coverage report in external and out dirs
30ed4dff70 : Bring the specific transport for get_remote_service from framework
af6ec99b2e : Extend interface to support getting remote services with the specific transport
662dbf45a6 : Construct and destroy rootcanal and gd device objects per test
4e7449ce89 : Bluetooth: Fix formatting in getAlias()
37c5198137 : Streamline BTM_InqDbRead
9aefa74971 : floss: Fix upgrading to bindgen 0.59.1.
7301aaf2e1 : Add android emulator specific logging redirects.
5da79ad7ab : Clean hidden api - FastXmlSerializer
308e3545d3 : Cert: print PID and TID in host log output
65c0c8ee87 : Cert: Do not kill a process that is already killed or dead
aa995fb4c4 : legacy: Properly include hci/include/packet_fragmenter
d1ae7d1c8a : legacy: Properly include device/include/controller
185eddf236 : legacy: Properly include osi/include/osi::UNUSED_ATTR
1980072191 : legacy: HCI__PREAMBLE_SIZE are spec constants
f455e15111 : floss: Change signature of DBusArg::from_dbus
eb67b3eac3 : floss: Support Vec<T> in D-Bus projection property-map
6ff0d93ce9 : floss: Handle congestion_cb callback
115fe92de3 : floss: Handle read_descriptor_cb, write_descriptor_cb, execute_write_cb
e038a7bddc : floss: Implement reliable write methods
43d6323000 : floss: Handle read_characteristic_cb and write_characteristic_cb
0752dfc278 : floss: Implement IBluetoothGatt::ConnectionParameterUpdate
a8e910de52 : floss: Handle callbacks from btgatt_client_callbacks_t
5c41a7aedd : floss: Implement ReadRemoteRssi and ConfigureMtu
7b6be90938 : floss: Implement descriptor and notificaton methods
9bb449bc02 : Fix nullptr in btif_hf_client
3b871f6eca : floss: Implement new help menu and command processor
08fbafc03f : Allow SHELL_UID to disable Bluetooth for testing
5dd8c5cf02 : MapClientService Obex Unit tests
da2789201d : Media Control Profile for LE Audio
89881b06dc : Run topshim test with mobly
0f404a3425 : Add a system api to fetch uuids by the specific transport
e1e7f34838 : Import translations. DO NOT MERGE ANYWHERE
c942583b67 : Import translations. DO NOT MERGE ANYWHERE
f08d56a2a2 : Import translations. DO NOT MERGE ANYWHERE
0b1b771aa2 : Import translations. DO NOT MERGE ANYWHERE
9a2d7fa54d : Import translations. DO NOT MERGE ANYWHERE
b147c11429 : Import translations. DO NOT MERGE ANYWHERE
a7320e02d1 : Import translations. DO NOT MERGE ANYWHERE
efe14723e8 : Import translations. DO NOT MERGE ANYWHERE
760c69ead5 : Import translations. DO NOT MERGE ANYWHERE
a0335403a6 : Import translations. DO NOT MERGE ANYWHERE
07e4d37e5f : Import translations. DO NOT MERGE ANYWHERE
cac820e3a5 : Import translations. DO NOT MERGE ANYWHERE
92df7c14c8 : Import translations. DO NOT MERGE ANYWHERE
c834dd7296 : Import translations. DO NOT MERGE ANYWHERE
48d8f04b90 : floss: Implement read and write characteristic methods
8e5d55696c : floss: Implement GATT service discovery methods
f429d48f3a : floss: Implement IBluetoothGatt::ClientSetPreferredPhy
d9c1195e60 : Update default page scan parameters
137d79872f : floss: Implement IBluetoothGatt::ReadPhy
69960a9cf9 : floss: Add read_phy topshim in GattClient
4232fa80d1 : Fix host build dependencies
119f30cb28 : Bring the specific transport for get_remote_service from framework
cc35e78c3e : MediaControlGattService
f940744f68 : Add Media Control Profile constants definitions
233f6f585a : Release temporary filedescriptor resource after use
27f888f69c : Fix facade.proto include path
a990e9cc80 : libbluetooth: Some dependencies are android specific
981fc4dea7 : topshim facade: improve for testing
8755e17a86 : Enable LeAudioService and VolumeControlService
a44dee9fc7 : Allow SHELL_UID to disable Bluetooth for testing
6d0325c634 : Add McpService, boilerplate code for Media Control Profile
f6752409f6 : floss: Implement IBluetoothGatt ClientDisconnect
e9fa0024fb : floss: Implement UnregisterClient and ClientConnect
f865f8e888 : Stop inquiry when inquiry cancelled
6d734a07d5 : BluetoothAudioHAL: reset A2DP pending command while ending the session
a1157dbeed : Register IBluetoothManagerCallback per-process.
101018fb0e : LE Audio: add ContentControlIdKeeper
eb5bcb176d : Clean hidden api - HexDump.hexStringToByteArray
9151aac34a : Properly clear adapter service in DipTest
1b01dd9aca : Stop inquiry when inquiry cancelled
481ff624a9 : Add McpService, boilerplate code for Media Control Profile
2aa589c2d1 : Bluetooth: add new controls to MediaPlayerWrapper
a62f22ab96 : Do not assume device_type from non-connectable advertisting packets which omit flags entirely.
fb5cf8a5c2 : [BT] Fix not able to select A2DP as the output
04990e76ae : Extend interface to support getting remote services with the specific transport
a2bef7fddc : Revert "mcp: Add implementation of Generic Media Control Service"
25ca2cefc6 : Import translations. DO NOT MERGE ANYWHERE
aee165c37a : Import translations. DO NOT MERGE ANYWHERE
49994b5be7 : Import translations. DO NOT MERGE ANYWHERE
0d840b92b0 : Import translations. DO NOT MERGE ANYWHERE
1545069cc8 : Import translations. DO NOT MERGE ANYWHERE
2def5d8979 : Import translations. DO NOT MERGE ANYWHERE
93c0278720 : Remove BTA_AV_SINK_INCLUDE
d3257c8cad : gd: Fix PDL of LeMultiAdvtParam
dac1c8ca14 : GD L2cap: buffer packets if that CID cannot be handled
81a29444bf : Lower bluetooth output buffer size
e7812c928a : BluetoothAudioHAL: reset A2DP pending command while ending the session
e624e426ff : Stop inquiry when inquiry cancelled
56a86434a2 : Register IBluetoothManagerCallback per-process.
87a0bf9ad7 : BluetoothAudioHAL: reset A2DP pending command while ending the session
7a2247f682 : Revert "mcp: Add implementation of Generic Media Control Service"
5e6052f92b : floss: Add GetAdaptersAvailable api to manager
7642f2289a : Remove mocked libfmq function
5106a1991d : Ensure device properties are non-null before checking if the device is bonding in RemoteDevices#fetchUuids
a1157b5025 : Require calls to BluetoothA2dp#setBufferLengthMillis to pass a non-negative value
21ffd21320 : Import translations. DO NOT MERGE ANYWHERE
104f1819a3 : Import translations. DO NOT MERGE ANYWHERE
13485008a3 : Import translations. DO NOT MERGE ANYWHERE
f2abb9f474 : Import translations. DO NOT MERGE ANYWHERE
4d853a84e8 : Import translations. DO NOT MERGE ANYWHERE
d1f5964d64 : Import translations. DO NOT MERGE ANYWHERE
e199cbcda9 : mcp: Implement Media Control Profile
3a2207a13c : mcp: Add implementation of Generic Media Control Service
844a7c341b : mcp: Implement Media Control Profile
0660213d61 : mcp: Add implementation of Generic Media Control Service
29dab8d301 : Add H4PacketizerSources filegroup
72aabd1c67 : mcp: Implement Media Control Profile
b0ab0da3b2 : Ensure device properties are non-null before checking if the device is bonding in RemoteDevices#fetchUuids
347689720d : Add Death Test Styles for threaded osi::array_test
bedd8317c4 : Bluetooth: Add Media Control Profile
ea7ccc2a88 : Bluetooth: Add GATT_INSUFFICIENT_AUTHORIZATION error code
32805480cc : floss: Start Media (a2dp + avrcp) on btadapterd init
5f2e8f099e : Import translations. DO NOT MERGE ANYWHERE
cf393c7a35 : Import translations. DO NOT MERGE ANYWHERE
f0aeb78c1b : Import translations. DO NOT MERGE ANYWHERE
8260cb2235 : Import translations. DO NOT MERGE ANYWHERE
eb4508e114 : Import translations. DO NOT MERGE ANYWHERE
25e88e437e : Import translations. DO NOT MERGE ANYWHERE
b6c8defb27 : GD: Pass ISO disconnection event to legacy stack
d48294ff71 : Disable sniff for KDDI carkit
e3d5ec34fc : Discard unused RFA bit in volume.
ae759e840e : Disable sniff mode when AVDTP start
21e758e2d9 : Disable sniff mode when AVDTP start
f830eaf434 : [LSC] Add LOCAL_LICENSE_KINDS to system/bt
e71cc9b2cb : Fix include in btif_hf.h
e22266b08d : floss: Remove mut from RawAddress in GATT topshim
5d512b0989 : floss: Implement BluetoothGatt::RegisterClient
2506f8489f : floss: Update topshim rebuild rule
aeec2c93d5 : HFP: Check volume before changing
06b383eceb : gd: Fix LeAclManagerTest fails on real device
088294c5e6 : Initial commit for topshim facade
2e1f698bcc : Set permission for A2DP data socket on linux
f9c0a0fa9e : re-enable the btcore_device_class and btcore_property fuzzers
5666c0d4fe : Broadcast Bluetooth state to OFF properly
d7cf1c83e4 : Broadcast Bluetooth state to OFF properly
24ff490177 : floss: Replace pointer types in callbacks in topshim
b7e1092073 : gatt: fix potential use of NULL
a0ae96c774 : MapClient testConnectViaBinder
7809ebb151 : Fix NPE when AdapterService is null
f0041481b4 : hci_metrics_logging: check command before ASSERT(complete_view.IsValid())
0b6da9095c : Add new libfmq function to btif mocks
0d5e154ef4 : Migrate to the librustutils system property bindings.
79988a59bf : Add implementation for IRK to parcelable functions.
3478d7a8ae : Add implementation for IRK to parcelable functions.
30184818c6 : Reland topshim: a2dp - Expose GetPresentationPosition dBus method
1c2355639f : Also remove entry during delete in addition to clear
c5a79ea217 : Also remove entry during delete in addition to clear
7d4fdb8417 : Import translations. DO NOT MERGE ANYWHERE
81c3338c19 : Copy all 16 bytes of the IRK
d5e0f25932 : Copy all 16 bytes of the IRK
dbbc862923 : floss: GATT topshim populate callbacks
5e50bfda2e : floss: Add GATT topshim
a69c9c1b0a : Add new libfmq function to btif mocks
e1fe9f68a7 : Reduce shutdown BTA_DM_DISABLE_TIMER_MS from 5000ms to 2000ms
8a9c3d25cd : L2CA_RegisterLECoc fix
12e702e2de : L2CA_RegisterLECoc fix
5349e1fe4b : Prevent create bond for null MAC address
18b7194b7d : Fix L2cap LE COC security record leaks
909b52f70a : Apply auto-formatting to btm_ble_gap.cc
d2d4f6eecc : gd: Check cached commands by handler
f1ffeeb521 : Fix L2cap LE COC security record leaks
e7bf8a99a4 : Misc fix for bluetooth host build
063511f158 : Require calls to BluetoothA2dp#setBufferLengthMillis to pass a non-negative value
dcd1e27bfc : Removed setDisplayNumber as it was not used.
6e420f5c60 : [Floss] topshim btif: derive Clone for enums
f83675de9d : Remove ndk_platform backend. Use the ndk backend.
32cd6595e8 : floss: JNI: Remove vector from bt_gatt_server.h
d90adef3f2 : floss: JNI: Remove vector from bt_gatt_server.h
ca74f8d416 : BluetoothInCallService: Patch on hangup, call reject() instead of disconnect() for ringing calls
8a02b5b530 : BTM_PM: Try other pending changes when current one failed
c87547dcf5 : Address testAddressedPlayerChangedToSamePlayerId flake rate
b7031ab5cf : Import mms filegroup to remove hidden APIs
e8ce1dd96f : BluetoothInCallService: Patch on hangup, call reject() instead of disconnect() for ringing calls
a3cec99c6c : Changed floor to ceil for system to avrcp volume
f56b102b75 : Import translations. DO NOT MERGE ANYWHERE
b72d3d08ae : Import translations. DO NOT MERGE ANYWHERE
f868854914 : Import translations. DO NOT MERGE ANYWHERE
79b6346a46 : Import translations. DO NOT MERGE ANYWHERE
a5d28ce6b1 : Import translations. DO NOT MERGE ANYWHERE
9a222f1902 : Import translations. DO NOT MERGE ANYWHERE
90690dd9f4 : Revert "topshim: a2dp - Expose GetPresentationPosition dBus method"
4343ec6488 : BTM_PM: Try other pending changes when current one failed
29deec2407 : Update bta_dm_test to use newer osi mocks
fa50f94bf7 : floss: Cache adapter state during startup
9bf54293ab : floss: Change manager GetState to GetAdapterEnabled
21944d2b4a : remove getSystemConfigEnabledProfilesForPackage
4ee20f1ff5 : remove getSystemConfigEnabledProfilesForPackage
d6cc038052 : remove getSystemConfigEnabledProfilesForPackage
250ff9a2ac : Reduce shutdown BTA_DM_DISABLE_TIMER_MS from 5000ms to 2000ms
a5bcfac22b : bluetooth: Use AIDL suspend hal
6d1e50bdb4 : Remove useless layer(s) of indirection
4c604a2922 : Use abstract datachannels in Root Canal.
46e84bf1a2 : Revert "Use abstract datachannels in Root Canal."
806b3d2a10 : topshim: a2dp - Expose GetPresentationPosition dBus method
8ab8be21b8 : floss: Limit str::from_utf8 to null-terminated slice
a53015f312 : Internally link various funcs btif_dm_
a3ae33f099 : Use abstract datachannels in Root Canal.
ec8568aeb7 : Update source for new lints in 1.52.1
e9d3d8fb1a : Added static import for radio HIDL in Android.bp
ee5d7ce1cd : Fix enum switch to reenable -Wenum-compare-switch
91e53d2e6d : Fix include paths in topshim bindings
05332200a2 : Add Android build target and A2dp sink for topshim
048977c3e1 : Some formatting for btav_shim
3ad67c3b83 : Add a build target for libtopshim_macros
b5c40271dc : Export header library in btcore/
d4c2f93b6a : BluetoothInCallService: check the parent ID to disconnect a conference call
29b28c3b50 : Fix ACTs/Mobly conflicts
6ba5073c3e : Fix net_test_osi am: c757c89b20 am: 5ea1923be7 am: 137884f281 am: d3363286c5
0399657ca6 : Read all data from socket, vs. a subset
1e9038fe40 : Add TestMockUtils
c7f560070a : Migrate to bionic's Rust property bindings.
3dcb33a8db : Break mock BTA into smaller pieces
f2088d22b2 : BluetoothInCallService: check the parent ID to disconnect a conference call
1170803a06 : Fix small socket config issues.
a9c16c84f7 : Add filegroup bta::BtaDmSources
648a3fd5a0 : floss: Change vector to pointer in gatt btif
442b69400e : floss: Fix return types in HidHost shim
6590bd00c2 : floss: Convert DBus method returns from rust type
f90d578773 : Unify the mismatch in the byte order of the address.
205e26a540 : Clean hidden api - hasUserRestriction
7cc6ca1589 : RootCanal: Check if Authentication is in progress before starting one
1f29a9b361 : Unify the mismatch in the byte order of the address.
108006f3ac : Native wakelock: don't crash on failure
d75941a896 : Disabled bt fuzzers to fix haiku coverage build Test: gd/cert/run Tag: #refactor Build command used: CLANG_COVERAGE=true NATIVE_COVERAGE_PATHS=* m -j88 haiku Bug: 192267861
42ce086608 : Release java references in the JNI for calls going from native to Java
9e3879e3cd : Ensure looper finishes each task before sending another for PhonePolicyTest#testDisconnectNoAutoConnect. This prevents a race condition causing the test to be flaky.
7523bf588e : Re-log bta_dm_pm_stop_timer_by_index
e3be94d8eb : Replaced Telephony logs, getOperatorAlpha, compareLoosely
b9529b7d7b : legacy: Use btm_client_api BTA_dm_on_hw_on
fb2bb021c0 : floss: JNI: Change vector to byte array in gatt client
be9368beb1 : Const-ify BTM_SetLocalDeviceName
487cc591bf : legacy: Replace stub osi with mock osi
a64f409e1d : Release java references in the JNI for calls going from native to Java
9a3ffe9709 : floss: Fix generated header file name from flatc
e61a6e252b : Use direct API VolumeControlDevice::IsEncryptionEnabled
43fd49349f : legacy: Add memory allocation checks
4b0b637aec : gd: Implement cert test for Scanning module
866c5dac26 : Add source file for bt_host_test_bta
397c9b9155 : legacy: Extract osi_compat from osi lib
10ae7d4514 : Import translations. DO NOT MERGE ANYWHERE
0c542192d4 : Import translations. DO NOT MERGE ANYWHERE
38ce7d7f58 : Import translations. DO NOT MERGE ANYWHERE
24006f9d46 : Import translations. DO NOT MERGE ANYWHERE
ed0b64d9df : Import translations. DO NOT MERGE ANYWHERE
8f47f483c1 : legacy: update select mocks to v3.0
97dd0d52c8 : legacy: Add osi::thread_scheduler
5ab6266f4f : legacy: Remove unused mocks
377d6ffadb : Set rust_thread_ to nullptr after deletion
26076b500b : legacy: guard ifdef around osi::properties::PROPERTY_VALUE_MAX
ae99c24e85 : floss: Change object path naming
28b3405aea : legacy: Properly init bta_dm control block
1963b3f883 : Import translations. DO NOT MERGE ANYWHERE
c5af239480 : Removed BatteryStatsService hidden API calls from Bluetooth
ff6eca0c26 : legacy: add common init_flags test caps
aa4c5e1fc9 : legacy: Remove useless alias sBTA_DM_PEER_DEVICE
bfaa0d412b : legacy: update mocks mock_bta_dm_act
318c24b271 : Fix phone number is not displayed on the car kit.
dd0a6a3066 : floss: client: Remove generics from CommandHandler
672426fb35 : Fix phone number is not displayed on the car kit.
22736c01a5 : floss: client: Add basic help command and autocomplete
382f6c5835 : Import translations. DO NOT MERGE ANYWHERE
86c381bfd7 : floss: Remove warnings in btmanagerd
ea3e214735 : Guard against start/stop race conditions.
9468db53e1 : Add test coverage for HfpClientConnection.
1357635461 : floss: Update README with newer build instructions
606156590c : floss: Add bootstrap script to simplify setup
4492b749ee : Bluetooth: deprecate TruncatedFilter and ResultStorageDescriptor
72e1ebeff5 : Get rid of ResultStorageDescriptor in startScan
b3eb9cd673 : MAP Client: Cleanup fails in some instances
21946df755 : MapClient clean up at start
cfe372b915 : Get rid of ResultStorageDescriptor
bf18c99d0a : Get rid of ResultStorageDescriptor in startScan
ecc512a644 : Bluetooth: deprecate TruncatedFilter and ResultStorageDescriptor
45713f6c7e : Get rid of ResultStorageDescriptor in startScan
d52f55b909 : Get rid of ResultStorageDescriptor in startScan
39fad6a172 : Get rid of ResultStorageDescriptor
ddb17262c1 : Import translations. DO NOT MERGE ANYWHERE
fb9382e9dd : GD Cert Tests: Always enqueue events
a0e1b4450d : Bluetooth: deprecate TruncatedFilter and ResultStorageDescriptor
a5e931404c : Get rid of ResultStorageDescriptor in startScan
2da5c7030c : floss: Fix build breakage due to missing import
bb9329c4b2 : MAP Client: Cleanup fails in some instances
c749ab507c : DO NOT MERGE Track SCO state in HfpClientDeviceBlock, and set SCO state of both Connections and Conferences whenever they're created, and when onAudioStateChanged is invoked.
7261fb2095 : Get rid of ResultStorageDescriptor in startScan
f2b79b91da : Get rid of ResultStorageDescriptor
0fce066f9b : Clean hidden api - ArrayUtils.contains
64e39e8b6d : Clean hidden api - ArrayUtils.contains
858fab16e5 : Clean hidden api - window.addPrivateFlags
d1fb22d58b : Clean hidden api - Log.wtfStack
bcab2e474f : Removed BatteryStatsService hidden API calls from Bluetooth
68dcd479ad : Clean hidden api - getSystemService
5d5fa9f4bb : Clean hidden api - getSystemService
d2d0000f22 : Clean hidden api - getSystemService
a3728929d6 : Temporarily disable security checks.
fb9f3ace19 : gd: Set legacy PDU flag for advertising facade
2e8399fdb0 : topshim: avrcp - Expose SetVolume method to dbus
cd39821ed6 : Import translations. DO NOT MERGE ANYWHERE
900a7cd75a : Import translations. DO NOT MERGE ANYWHERE
ff634489fc : Import translations. DO NOT MERGE ANYWHERE
9257d5b02f : Import translations. DO NOT MERGE ANYWHERE
6328874f62 : floss: Handle register_disconnect for btmanagerd
c6901cb01d : floss: Refactor btmanagerd to get rid of select!
f31ecce696 : floss: Create PID file when gd shim is init
dda6aec381 : Use init flag for hci device if property not found
1cc3eff44b : floss: Accept --hci init flag
0aec55d749 : gd: Alarm should take const ref, not mut
6d79a2b9a7 : Use ubsan on device target only
ecdb73c7ee : Obtain remote names directly from AdapterService.
58c2bff67f : Force AttributionSource after handler dispatch.
655bb5f32e : gd: Implement cert test for Advertising callback
b8496e0c65 : Import translations. DO NOT MERGE ANYWHERE
5d03facb73 : Clean UserHandle / UserManager hidden api call
5a1822f329 : Clean UserHandle / UserManager hidden api call
2316d11e86 : Import translations. DO NOT MERGE ANYWHERE
f0a5106d5b : topshim: a2dp - Pass selectable capabilities to client
efbd31bae9 : Disable test-vendor_test_host and root-canal for mac
e1c945aab5 : Cancel scan when PendingIntent is cancelled
092c4ed02f : Track SCO state in HfpClientDeviceBlock, and set SCO state of both Connections and Conferences whenever they're created, and when onAudioStateChanged is invoked.
1c68f9f976 : Cancel scan when PendingIntent is cancelled
6106c36020 : Tag some "new Binder()" instances to detect leaks.
4807234a73 : Exported adapter object using --hci flag
8e335df830 : Cert: Suppress expected errors with pulling files
eff8f328a6 : Fix print format issue in bta_av_co.cc
e00a406c96 : Clean hidden api
205e619fcc : eatt: Improve handling incoming EATT connection
a73433ee3d : eatt: Fix for the crash on incoming channel creation
771576c547 : stack/gatt: Store GATT server supported features
0b10b7dbb7 : btif_storage: Add way to store GATT server supported features
16c38b0685 : eatt: Fix crash on double disconnect
7591d7a5f6 : eatt: Fix logging
42c67c65f1 : Localize HCI_EIR_ definitions to used file
986fb37101 : Allow Sniff for HID when (e)SCO active
64e4ac9141 : Import translations. DO NOT MERGE ANYWHERE
09e2fd010e : Import translations. DO NOT MERGE ANYWHERE
7c94d3f159 : Import translations. DO NOT MERGE ANYWHERE
28692a90f9 : Import translations. DO NOT MERGE ANYWHERE
2b51168d7e : Import translations. DO NOT MERGE ANYWHERE
07fc15d853 : Import translations. DO NOT MERGE ANYWHERE
ea6b489202 : Import translations. DO NOT MERGE ANYWHERE
48756e99d3 : Import translations. DO NOT MERGE ANYWHERE
fa27e39d23 : Fix some linter issues in topshim
b0faa8e8c7 : DO NOT MERGE Track SCO state in HfpClientDeviceBlock, and set SCO state of both Connections and Conferences whenever they're created, and when onAudioStateChanged is invoked.
f51b194b02 : Address testAddressedPlayerChangedToSamePlayerId flake rate
1eb394a244 : Cert: Disable ASAN container overflow
94b2205583 : Cert: Suppress expected errors with cleanup
eb262f2ae3 : Import translations. DO NOT MERGE ANYWHERE
b7cd9ec0d8 : Import translations. DO NOT MERGE ANYWHERE
042f815392 : Import translations. DO NOT MERGE ANYWHERE
7d9f2bfc26 : Import translations. DO NOT MERGE ANYWHERE
d5a4228e67 : Import translations. DO NOT MERGE ANYWHERE
520de3e915 : Import translations. DO NOT MERGE ANYWHERE
97d4398e3a : Replace BT_EIR_FLAGS_TYPE => HCI_EIR_FLAGS_TYPE
0140aae625 : Fix long characteristic write concurrency bug.
d491620a85 : Fix long characteristic write concurrency bug.
a12dde3fda : Fix long characteristic write concurrency bug.
3c23fcb2f4 : Add a h4 packetizer for data channels.
a583010787 : Introduce abstract datachannels in Root Canal.
7feae21abb : Separate H4 packet parsing from data retrieval.
e0249eb25a : MapClient clean up at start
0ba9c740a4 : MapClient Send MMS
2cae3b9cd9 : Update BluetoothAdapter and BluetoothDevice documentation
7bc88d8171 : Queue discovery and device inquiry while bonding
5708b05dd7 : Update BluetoothAdapter and BluetoothDevice documentation
d7762e71c6 : Queue discovery and device inquiry while bonding
ec4e0bc1dd : Use proper types tBT_TRANSPORT
48ab22ed0f : Bluetooth media: Add cleanup() and avrcp object
e059b08e41 : Removed BatteryStatsService hidden API calls from Bluetooth
babeb69352 : Add proper connection type tBTA_JV_CONN_TYPE
4f67dc7c8f : More security flag hiding
20d6bf9fdf : RootCanal: Remove libbase and libchrome dependency
fc349937cb : topshim: a2dp - Expose SetAudioConfig method to dbus
8bc7d18ae1 : Fix long characteristic write concurrency bug.
fe3533c5fd : Remove unused library libbluetooth-binder
98d6eb9279 : Create shared RawAddress in topshim
6584357f4e : SMP: Reject pairing if public_key.x match
432fb37283 : Use global test mocks net_test_stack_gatt_sr_hash_native
1b5c7a8e31 : Use global test mocks net_test_stack_gatt_native
61c03c0364 : OOB: Return local adapter name in generated OOB Data
edffc07cc0 : OOB: Return local adapter name in generated OOB Data
eaebe00cec : Force AttributionSource on all BluetoothDevice.
edb01d464d : OOB: Return local adapter name in generated OOB Data
afea75b4dc : OOB: Return local adapter name in generated OOB Data
968838af2a : Fix long characteristic write concurrency bug.
9393b324ad : Make StopWatchingFileDescriptor deterministic.
45af8f05cc : RootCanal: Replace usage of base::json with jsoncpp library
32593d742d : Fix long characteristic write concurrency bug.
5e1c08288e : Import translations. DO NOT MERGE ANYWHERE
89ec3656bc : Import translations. DO NOT MERGE ANYWHERE
6a95d0e389 : Import translations. DO NOT MERGE ANYWHERE
a866097b0a : Import translations. DO NOT MERGE ANYWHERE
4f7f3e3a47 : Import translations. DO NOT MERGE ANYWHERE
29ff6cf5ac : Import translations. DO NOT MERGE ANYWHERE
0d803292ae : test: Replace CHECK with ASSERT_LOG
95ad5d7848 : Add mockable BluetoothHeadsetClientProxy to allow for testing.
50bbf0ad63 : Remove unused #def stack/include/bt_types#EXT_INQ_RESP_LEN
13f3f27e8a : [LSC] Add LOCAL_LICENSE_KINDS to system/bt
44154777cc : OOB: Replace 'memcpy' with assignments
482bb875ba : OOB: Replace 'memcpy' with assignments
05fc2d961b : OOB: Cancel advertiser and replace
77c707df79 : OOB: Start advertising when OOB data is generated.
00ea64e1d4 : OOB: Connector; Set name of remote from OOB data
a904a45887 : OOB: Store keys and data generated for local OOB use.
8b59e056da : OOB: Utilize SMP state machine to generate the OOB data.
564a595e2d : OOB: Rework create bond out of band flow to not use btif_dm_cb_create_bond
bab977a530 : Configure newavrcp target to be "passive" when setting up AVCTP
60cd59f851 : Configure newavrcp target to be "passive" when setting up AVCTP
dfded8aca3 : Log local stacktrace to aid investigation.
842f394c3d : Add synchronization to all mDeviceBusy state changes.
0bfad7ad65 : Fix long characteristic write concurrency bug.
050ba9be91 : Fix long characteristic write concurrency bug.
5d377ee7d6 : RootCanal: Use EventMask
38779fe243 : Add APIs for get/set address/device types
5b18cf1e67 : OOB: Cancel advertiser and replace
5e6d55a1b9 : RESTRICT AUTOMERGE Security fix OOB read vuln stack/avrc/avrc_pars_tg
fe334fadc4 : Security fix OOB read vuln stack/avrc/avrc_pars_tg
95a23b1aa9 : blietooth_media: A2DP methods and callbacks dispatch
2178c1acf1 : Fix p_data null dereference.
29bd50990b : RootCanal: Add RoleDiscovery Link Layer Command
01d2f57cf5 : RootCanal: Replace base::SplitString with a std::regex
5dd2bd7e7d : RootCanal: Remove usage of libbase in uuid
394bdcc174 : RootCanal: Replace usage of base/rand_util by std random
1991776303 : RootCanal: Remove unused libbase imports
6e4695cd43 : Improve the volume control profile log readability
ac041d75f7 : Create include/check.h to use different headers for CHECK-macros.
0e11823b39 : OOB: Connector; Set name of remote from OOB data
db03553808 : OOB: Start advertising when OOB data is generated.
da52967430 : Port GD Cert tests to Blueberry/Mobly
df123ce0e7 : RootCanal: Send AuthenticationComplete only for initiator
91efb5190e : Allow logging binder latency from bluetooth. This is already active in dogfood for system_server and Telephony.
ab9828bf60 : Fix long characteristic write concurrency bug.
8db080608a : Fix potential buffer overflow and uninitialized read in reassemble_and_dispatch_iso
7efb0c5329 : gd: Set address policy for advertising cert test
810e44b492 : Initial commit for topshim avrcp
e6f2af2d60 : Import translations. DO NOT MERGE ANYWHERE
1909e97649 : Import translations. DO NOT MERGE ANYWHERE
5f828fbbe0 : Import translations. DO NOT MERGE ANYWHERE
c24a621bff : Import translations. DO NOT MERGE ANYWHERE
1e970424dc : Import translations. DO NOT MERGE ANYWHERE
f1ed1fea6f : Import translations. DO NOT MERGE ANYWHERE
5a47f4248f : Revert "Revert "Enforce calling uid when using attribution source.""
890e187012 : Avoid calling self through public APIs.
187ce75ce5 : btm: Add a way for CSIS to register scan callback
847a018f77 : Treat file paths as UTF-8
11598dec91 : Use mersenne twister for random values.
e8fe040805 : Conform enum logging bt_transport_text
80935c6c62 : Use proper types gd/l2cap/internal/
b3948b2fd7 : Properly color-ify output gd/cert/run
29e7029a7b : Replace BT_TRANSPORT_UNKNOWN => BT_TRANSPORT_AUTO
820cb55a4b : Replace BT_TRANSPORT_INVALID => BT_TRANSPORT_AUTO
863c1b6401 : legacy: Streamline mocks
fe3d6da465 : Add BluetoothLeAudio to BluetoothAdapter#getProfileProxy and BluetoothAdapter#closeProfileProxy
5fe60caa79 : Use proper types gd/hci/[acl|le] managers
152d7fb0bc : Add BluetoothLeAudio to BluetoothAdapter#getProfileProxy and BluetoothAdapter#closeProfileProxy
b44de71405 : OOB: Store keys and data generated for local OOB use.
22da681e0d : btm: Support scan with duration of 0
03d4e54585 : SMP: Reject pairing if public_key.x match
92a777a755 : SMP: Reject pairing if public_key.x match
29a5bafec8 : Handle attribution chains when checking for location disavowal.
668e90fe03 : Add name to BluetoothDevice struct
84a13dfd66 : Replace BTM_EIR__ => HCI_EIR__
7393d6fc11 : gd: Implement GetOwnAddress
bcb4a79ec5 : btm_iso: Relax iso_handle check for read link quality function
a5131a649f : A2DP: BluetoothA2dp@1.0 is deprecated
a1d0f75da4 : Remove UNUSED_ATTR from an used parameter
c40871e1a7 : Fix: add DelayReport feature when enable AV api
17bcf30b68 : Feature: send delay report once configed
9f6a15aeb1 : Fix: give an event for AVDT_DELAY_REPORT_CFM_EVT
ba5174050e : Make single rust target
b7953308f3 : Remove BTM_GetSecurityFlags, it's now unused
d03df10f06 : Adjusts maximum transmit packet size for pbap to 8192 bytes
bc852a0404 : Add tBT_DEVICE_TYPE::unknown device type
2871a6be82 : Decouple bt_facade_helpers with bt_packets
f77e3d09dc : Emit callbacks when enabled/disabled in manager
00418c2783 : Proper types tBTM_STATUS
9c4d81242b : Fix HFP SLC failure due to devices not sending the AT+BIND command
3f70d7ad9c : Revert "Revert "Make stack_smp_test host runnable""
0804461a97 : Unhide BluetoothProfile.LE_AUDIO and getGroupId for the App usage.
cf9e7500f2 : Fix HFP SLC failure due to devices not sending the AT+BIND command
656d78f3db : Use PRIVATE_NAME in device record dumpsys
f20be75c9b : eatt: Improve handling incoming EATT connection
7d12e8eb85 : eatt: Fix for the crash on incoming channel creation
ad2801abb9 : Fixed Integer to null conversion
0d4e6e2f8e : Revert "Revert "Remove unused mocks""
57367dc594 : Use proper types btif/btif_hh_connect
24c66b7cd9 : Import translations. DO NOT MERGE ANYWHERE
a53e089c66 : Import translations. DO NOT MERGE ANYWHERE
d803493cf7 : Import translations. DO NOT MERGE ANYWHERE
6c4092c5c2 : Import translations. DO NOT MERGE ANYWHERE
c45cdcbb1c : Import translations. DO NOT MERGE ANYWHERE
24f120d882 : Import translations. DO NOT MERGE ANYWHERE
a3fb9d7636 : Use proper types tBT_DEVICE_TYPE
82301c4ad1 : Add dumpsys PRIVATE_NAME placeholder
169ca9b7e1 : Move tBT_DEVICE_TYPE into own file stack/include/bt_device_type
4b49814173 : Revert "Revert "Re-point stack tests to use centralized test/mock""
807fd1cfb8 : Bluetooth: fix comments on Volume Control Profile review
ffe755d03e : Revert "Revert "Update test/mock_stack_acl""
e241e3986a : Revert "Revert "Add test/mock_btif_bluetooth""
9005389eca : Revert "Revert "test: Fix net_test_osi""
3c732fb1c8 : Remove OnBluetoothStateChanged and rename OnBluetoothAddressChanged
3bc1d30574 : Add empty AVRCP topshim and Init()
3d3c696f75 : Bluetooth: fix comments on Volume Control Profile review
b14b187370 : Introduce BTM_BleOpportunisticObserve
a06af30d17 : Fix iface_bluetooth
42435df52a : Fix build on Linux
e284f6e699 : Adds rahulsabnis@ as an owner for all Bluetooth files in frameworks/base
79c03c0f4a : Revert "Revert "Canonicalize include pathnames""
d6f0a1a3e4 : Fix host build
22c3388ba6 : Revert "Canonicalize include pathnames"
7c412611dd : Revert "test: Fix net_test_osi"
5db752f69a : Revert "Add test/mock_btif_bluetooth"
a517d8f878 : Revert "Re-point stack tests to use centralized test/mock"
53962abc76 : Revert "Remove unused mocks"
82628bfdf4 : Revert "Update test/mock_stack_acl"
914a0739b0 : Revert "Make stack_smp_test host runnable"
56390d231c : Adds rahulsabnis@ as an owner for all Bluetooth files in frameworks/base
dc50891255 : Bluetooth: fix comments on Volume Control Profile review
3527e92dcf : Make transaction labels per device
5038fe0dbf : PlayItem should go out the control channel
a304512a79 : Keep player set up to date, assign addressed player from it
b7dbe7690e : Create an AvrcpPlayer.Builder to consolidate constructors
a88ec967af : Add additional debugging output for available and addressed player status
96ae966038 : Fetch Available Players on our own when they change
3865e59734 : Ensure constructor's play status is included in PlaybackStateCompat
1a20956856 : DO NOT MERGE vc: Add Volume Control Profile support
d71faff4c0 : DO NOT MERGE Revert "vc: Add Volume Control Profile support"
2549cf892c : DO NOT MERGE Bluetooth: add Volume Control Profile boilerpalate
5f9c97831b : DO NOT MERGE Revert "Bluetooth: add Volume Control Profile boilerpalate"
4dcf558a0f : Unhide BluetoothProfile.LE_AUDIO and getGroupId for the App usage.
40ef4d5c4d : DO NOT MERGE Bluetooth: add Volume Control Profile boilerpalate
d82f8cf69c : DO NOT MERGE vc: Add Volume Control Profile support
2dd8f397af : DO NOT MERGE Revert "Bluetooth: add Volume Control Profile boilerpalate"
eed760ec03 : DO NOT MERGE Revert "vc: Add Volume Control Profile support"
06628bb477 : Do not warn on unknown ACL credits
1d605ff931 : HFP: Open SLC depended on value returned by +BRSF
d6b68fe8b2 : Switch AV link to Master if any other ACL (including LE connection) is up
c80ed1d270 : HFP: Open SLC depended on value returned by +BRSF
d11d3f68af : Explicitly initialize union'ed structures
6136dea359 : Removing Telecom hidden API usage
0b3e977797 : Fix NPE in logging
0dcfd2c877 : rusty-gd: Do not invoke VendorSpecificEventManager.
bb881f6d0e : rusty-gd: Pretty print enum variants.
7e945923b9 : Make stack_smp_test host runnable
2ff953b549 : Unbind gd_device.py from ACTS
20148f3078 : Update test/mock_stack_acl
58eee7f169 : Remove unused mocks
4f7e2813db : Re-point stack tests to use centralized test/mock
06d637840e : Add test/mock_btif_bluetooth
eb96ff2ff4 : test: Fix net_test_osi
b40cca3b6f : Canonicalize include pathnames
a4477ccbf1 : OOB: Utilize SMP state machine to generate the OOB data.
a64fcbc09d : OOB: Rework create bond out of band flow to not use btif_dm_cb_create_bond
8d3a9c5e98 : VolumeControlService.getConnectionState permission fix
38a15cdd10 : gd: Fix issue of device that not support BLE privacy
ec63add79b : Remove UNUSED_ATTR from an used parameter
144a2679a2 : stopwatch: improve stopwatch problems
627a6def4c : stopwatch: improve stopwatch problems
ede1207742 : Initial commit for A2dp control path on linux
becf6e335d : Decouple audio_hearing_aid_hw_default logging from gd
f2047664a2 : Decouple audio_a2dp_default logging from gd
2d47288f0e : Fix undefined reference of A2dpIntf::cleanup
c0d7ad7407 : btclient: Add print_error macro
f93c758665 : btclient: Add command handler for enable and disable stack
59d2b95513 : Add btclient client DBus proxy for IBluetoothManager
1202de09af : Integrate dbus_projection for btmanagerd
61f4738d87 : Remove logging from osi/hashmap_utils
31c879b06a : Localize audio hashmap debug logging
e81d13b4ce : hfp: Check if cb was allocated
02909efb9f : Convert some async to sync in btmanagerd
afd604fb1e : Use proper types BLE_ADDR_TYPE
974c72cc2f : Encapsulate hal callback post_to_main_message_loop
3b2d6068d4 : Add bluetooth_media interface
a48b249ab9 : Add API post_on convenience to jni thread
64f3b32e8f : AclManagerTest: Add missing imports
d3295aa201 : Cert: Fail on unrecognized argument
68777762bd : audio_hal_interface: add //bt/internal_include to include
409cb53b78 : vc: Add Volume Control Profile support
4646806907 : Keep player set up to date, assign addressed player from it
fe64241689 : Create an AvrcpPlayer.Builder to consolidate constructors
1636ca0cc2 : Add additional debugging output for available and addressed player status
fb862d0d73 : Fetch Available Players on our own when they change
fe96c202f5 : Ensure constructor's play status is included in PlaybackStateCompat
66d1cfa1b2 : vc: Add Volume Control Profile support
95dea37adf : Add RawAddress standard array access
4c2dd52cb4 : Add proper init_flags inclusion to gd logging
508506d886 : Update nullability checks to use Objects#requireNonNull instead of deprecated method in Preconditions class
ac6d4bfca5 : LDAC: Use INFO log when library not found
3728cb64ab : Update nullability checks to use Objects#requireNonNull instead of deprecated method in Preconditions class
aebf908e4e : A2dp 1.0 control: separate command handlers
c710d027e9 : A2DP_CTRL_CMD_OFFLOAD_START is unused
bc4989ff42 : Remove unused file bta/include/bta_gatts_co.h
2ef414007f : Remove unused api bta_gatts_co_srv_chg
780568f820 : Remove unused bta_gatts_co_srv_chg
2777c245c9 : Remove unused bta_gatts_co_load_handle_range
1c161365bd : Add API check_cod_hid
ac77df2af2 : Add API is_main_thread() check
2646b0dabe : Fix gatt_disconnection_reason_text
3b6184f20b : UIPC_REG_CBACK is unused
c95015fc31 : Enable object manager for btmanagerd
131f21cf5b : Promote gd/ to first class include directory
b1462a2b33 : Sort properly btif/Android::btifCommonIncludes
70e430408c : Disable building C++ tests for Linux
f2a9e73560 : Revert "Take arguments by const reference"
3032e692ff : Add missing include
1b3ac7733b : Bluetooth: add Volume Control Profile boilerpalate
022a6c50a8 : Bluetooth: add Volume Control Profile boilerpalate
9e234815b4 : Fix incorrect enum comparison of LE close reason
3e3262e85b : RESTRICT AUTOMERGE Fix: fragment packets
691b78da96 : UIPC_Read: p_msg_evt is unused.
171297a711 : Dumpsys: check input
b4edb49bc2 : Use tokio::spawn instead of choosing the runtime explicitly
02eddd820c : Fix device initialization error when run GD cert tests on real device caused by missing lib files
2d13069b5c : Revert "Add test mock for PermissionCheckerManager"
e5014832b0 : Add unit tests for BDAddr conversions
f56a92a30d : Minor fix to ensure we don't return before restoring the calling identity in Utils#getTempAllowlistBroadcastOptions
6633fc280a : Clean up compiler warnings for a2dp
813de98df8 : Canonicalize inclusion btif/include/stack_manager
8d83048c33 : RESTRICT AUTOMERGE Fix: fragment packets
9a85d2d0dc : Load log level from config_util, and use info by default
069fb34147 : Take arguments by const reference
b022a20f23 : Add topshim for A2DP source interface
c125379964 : Init mocks after checking assumptions in MapClientStateMachineTest
d661cb3dc1 : Fix test mapping flatbuffer name
aa32e992ec : Remove git conflict marker tokens
3400a9f41b : Add basic logging and sample upstart btmanagerd.conf
da692fb427 : Forward SspRequest pairing event to callback
c6bfb58ac3 : Add a missing dependency
b6a5f5a918 : Controller: Check if SecureConnections are supported
51b6fc42df : Add warning message when sending clcc response but mBluetoothHeadset is null
a87321f32d : Make sure we clear the calling identity when getting the broadcast allowlist to ensure the permission check does not fail while reading DeviceConfig
0faa1c0e9b : Check for null address before doing permission requirements check
43f099e476 : Allow null scan filters as some existing use cases require them.
6f62844ffc : Revert "Revert "Enforce BluetoothPrivileged Permission for ScanFilter APIs""
d459da8612 : IRK: Pipe IRK through to host stack
530132f275 : IRK: Set IRK to resolving list
a3b27ea0f5 : Fix BluetoothManager and add integration test
131b6ab220 : Ensure IBluetooth#setRemoteAlias does not throw an Exception on null input when checking if the input is the empty String.
5557c639c0 : Import translations. DO NOT MERGE ANYWHERE
a6c6002a0c : Import translations. DO NOT MERGE ANYWHERE
b1d87e3b7a : Import translations. DO NOT MERGE ANYWHERE
0434a2bbfb : Import translations. DO NOT MERGE ANYWHERE
56fa0870b3 : AdapterStateChange and HciDeviceChange callback
01d1a32229 : Fix common::time
1503198dc2 : SMP: Reject pairing if public_key.x match
25e4596b3a : Improve threading model for test stability.
c768323392 : MapClient: Save Outbound Messages
46479bea70 : ProfileServiceTest refactor
a22123f87b : Added fuzzers for libbtcore
f64ab6dd0e : Update chromeos/examples
c0220dd2d9 : Remove embedded stack from command line client
380a28e09f : Export callback object as a D-Bus object
1ef05f42e8 : Refactor `dyn I...` to be inside `Box<dyn I...>`
f4615f1527 : Adjusts maximum transmit packet size for pbap to 8192 bytes
6c4117457f : Expand dot gitignore
e07e8765ad : shim: Back out gd acl acceptlist gymnastics
cc058e4b50 : shim: Allow shim to remove connection_manager entry
b9cd4554cf : hid: Re-add to accept list
9e05f7bbb5 : btm_iso: Fix couple of asserts
9382127c22 : Import translations. DO NOT MERGE ANYWHERE
d4a629803c : Import translations. DO NOT MERGE ANYWHERE
6c858f1dbf : Import translations. DO NOT MERGE ANYWHERE
e4d8919cc6 : Import translations. DO NOT MERGE ANYWHERE
5b8638128a : Import translations. DO NOT MERGE ANYWHERE
66bee3fc08 : Skip bta_sys to post on main handler BTA_GATTC_Open
dd206316bf : Re-log bta/dm/bta_dm_act::bta_dm_gattc_callback
1929264c3c : Add GATT error code GATT_CONN_FAILED_ESTABLISHMENT
31582b590b : ProfileServiceTest refactor
fcb47e5906 : Change PID file format
db38eb73db : CloseGuard for more Bluetooth components.
d509ef90ec : Unbind acl_manager_test from GdBaseTestClass
ad2a70842b : BluetoothManager: Introduce config_util
8dfc9d1c31 : Fix tests broken by PermissionCheckerManager.
98f3044ce8 : More Binder call AttributionSource assignment.
14ced7c4e0 : Add test mock for PermissionCheckerManager
0a67fabedb : Use finally block for Binder.restoreCallingIdentity
e922d9002b : Revert "Always unset def L2CAP_CBB_DEFAULT_DATA_RATE_BUFF_QUOTA"
6692e17b5c : Revert "Always unset def L2CAP_CBB_DEFAULT_DATA_RATE_BUFF_QUOTA"
4415ddcb8d : stack/gatt: Store GATT server supported features
24120a91e5 : btif_storage: Add way to store GATT server supported features
693d41d3c6 : GD: Fix received ISO data passing
4eac11658f : Use finally block for Binder.restoreCallingIdentity
c72a1c4dc7 : gd: Check initiating_PHYs on create connection
8555e669b3 : Refine the restoreCallingIdentity and clearCallingIdentity usage
a510f97641 : Allow for multiple link and accept signalling timers to allow for multiple simultaneous incoming A2DP connections
8688465a34 : Ensure we do not send A2DP data to non-active stream devices
0c217fb2c2 : Fix Bluetooth set-test-mode flakiness
5c7be42e61 : GD: forward ISO packets to ISO manager
9e61e6b73b : Fix Bluetooth crash when active user is switched
788396de22 : Fix hci_hal_host
d92c7d4fcc : libunwindstack links libdexfile_support statically now.
3b2b2eed37 : GD: enable ISO host support and CIS required event
dfaa786e48 : Import translations. DO NOT MERGE ANYWHERE
82ec80831d : Import translations. DO NOT MERGE ANYWHERE
77deaab29f : Import translations. DO NOT MERGE ANYWHERE
dd12441a9c : Import translations. DO NOT MERGE ANYWHERE
22274b574b : Import translations. DO NOT MERGE ANYWHERE
3e00585b26 : A2DP: Restrict MTU while using SBC middle quality
fc94ed507e : Fix: add DelayReport feature when enable AV api
5e19297ce4 : libunwindstack links libdexfile_support statically now.
6848254872 : Pass command line args to btif initialize
564dde3420 : Add macro to dispatch btif callbacks
ba0ec1b05b : Add D-Bus implementations of command line APIs
0434be6724 : Refactor to use absolute names for identifiers in macros
298cadc6a5 : Enable stack automatically when btadapterd starts
d6077220ac : Add command line client
33efa9a44a : Improve D-Bus projection macros
501883248a : Add some API implementations
7953e97174 : Reduce upper limit of stored bitmaps to 32
b38db9b97a : Make URI based image support optional and off by default
cfdc6d6cb9 : Fix incorrect free on InitFlags
129e388a61 : Move all config files to /var/lib/bluetooth
abb09279df : Include Blueberry files in bluetooth_cert_tests.zip and implement Mobly version of CertSelfTest
ab3978a0bc : MapClient: Save Outbound Messages
60e7ee151c : GD: Read LE supported features and states before sending cmds
e95577f93c : Feature: send delay report once configed
649dba3f55 : Revert "Enforce calling uid when using attribution source."
a08f3ffaca : eatt: Fix crash on double disconnect
fb8046f081 : Check for null address before doing permission requirements check
e0be735fc8 : gd: Check address policy before advertising
88a113dfd7 : gd: Do not send scan disable command if not enabled
2e72f177fb : eatt: Fix logging
f08305af65 : Update for Chrome OS libchrome uprev.
47a973b092 : Fix Bluetooth crash when active user is switched
82bbeb7581 : GD: Do not send LeReadResolvingListSize command when not supported
ced7f9937a : gd: Start vendor specific event manager when hci enable
adde1008b5 : Call wakelock callouts in JNI thread
630c24bd44 : Unbind GD Cert test classes from GdBaseTestClass
e3756bbb42 : A2DP: Restrict MTU while using SBC middle quality
a7e3825f8d : IRK: Pipe IRK through to host stack
3492fd1a8f : Allow null scan filters as some existing use cases require them.
bf6dede36b : Enforce BluetoothPrivileged Permission for ScanFilter APIs
fa2b8927ee : GATT: Add SuppressLint to avoid conflicts
b5daeb5a47 : IRK: Set IRK to resolving list
02cfdb090a : Project import generated by Copybara.
790198f6a3 : Add constructor for HidHost
e21252a931 : Make LOG_VERBOSE and LOG_DEBUG follow settings for non-Android
8b6eb41d0a : Fix libchrome dpkg script
8ebead2a16 : Improve D-Bus projection macros
272838c331 : Fixes for build on Linux
83241932d4 : Revert "Enforce BluetoothPrivileged Permission for ScanFilter APIs"
b0903dbfef : Cleanup floss code
3da78e953f : GD: Fix DeviceTest
718a9dcd58 : GD: Hold wakelock when starting and stopping the Bluetooth stack
6e5b1ddf34 : GD: Implement Wakelock Manager and Native Wakelock
e065d9ac58 : Fix linux build breakage
9f2e6bafed : Improvements to rust BluetoothManager
d22c674787 : Reduce upper limit of stored bitmaps to 32
6c54751ca9 : Make URI based image support optional and off by default
be69941d88 : Fix: give an event for AVDT_DELAY_REPORT_CFM_EVT
52efc13647 : Missing "base/notreached.h"
85ec1138e4 : Call wakelock callouts in JNI thread
f2b80abe5b : GD: Fix DeviceTest
5cce5ff0a8 : GD: Hold wakelock when starting and stopping the Bluetooth stack
091a2019d4 : GD: Implement Wakelock Manager and Native Wakelock
85f191285b : GD: Enable GD up to scanning layer by default
3112dc754e : Relax ACTION_TETHERING_STATE_CHANGED permissions.
0d67f64d00 : Relax ACTION_TETHERING_STATE_CHANGED permissions.
c9cf221c93 : AOSP: Correct device type for dual mode peers
1a70e6c57a : BluetoothAudioHAL: Wait for A2DP not playing if receiving A2dpSuspended=true
c9985e6493 : Fix memory overflow.
e618fd8f31 : Forbid content from MmsFileProvider in Bluetooth Share
9928731342 : gd: Do not crash when set scan parameter fail (2/2)
6cfd0cff43 : gd: Do not crash when set scan parameter fail (1/2)
ed99e288eb : Allow for multiple link and accept signalling timers to allow for multiple simultaneous incoming A2DP connections
580868aeda : Enforce BluetoothPrivileged Permission for ScanFilter APIs
df847fb440 : Re-log bta/gatt/bta_gattc_act::bta_gattc_init_bk_conn
5408a81f07 : Ensure we do not send A2DP data to non-active stream devices
9a4cbdf9a0 : Change floss binary name
59860321ce : Ensure AdapterService and GattService are accessed from BluetoothManagerService only
5d6e8fd16e : Remove static include in header stack_sdp_api
d8bf2e55dc : Enum-ify stack/include/smp_api_types::tSMP_KEYS_BITMASK
87b42b1e9c : IBluetooth#setRemoteAlias now returns an int to support error codes for failure cases
4c2ce6e188 : Update BluetoothDevice#setAlias based on API council feedback: now accepts null input and returns an int (with error codes). Update CompanionDeviceManager#canPairWithoutPrompt to take a UserHandle instead of an int. Adds BluetoothStatusCodes class for all new Bluetooth error / success codes. Moved OOB and hci disconnect constants to the new BluetoothStatusCodes class.
9e032dcfae : IBluetooth#setRemoteAlias now returns an int (with error codes) and accepts null input. Update call to CompanionDeviceManager#canPairWithoutPrompt to pass in a UserHandle instead of an int. Updates hci disconnect reasons to reference the new BluetoothStatusCode constants.
3149b14518 : Add hid_host topshim interface
1927afa4b3 : Refactor topshim with bindgen and unsafe code
71ce4fba51 : Re-log stack/btm/btm_dev::BTM_SecAddDevice
ca00f07107 : Revert "Add default rustfmt.toml"
8042ee7a34 : Add warning message when sending clcc response but mBluetoothHeadset is null
c08eb3a2bd : Stat-ify and remove unused functions
264143e874 : Enforce calling uid when using attribution source.
66fd1d8ebc : gd: Start vendor specific event manager when hci enable
a3e7d0283d : Add wearable earbud appearance support
64b759deec : Canonicalize stack/srvc/srvc_eng::srvc_gatt_cback
d5a9835a86 : Bypass bta_sys bta/hh/bta_hh::enable
3033b04f82 : Upgrade mock mock_stack_sdp_api
847dc3888b : Move mock_stack_btu_ to mock_btu_
8cb731b69d : shim: Use proper types HCI_ERR_CONN_FAILED_ESTABLISHMENT
99dc427b44 : Replace btif/src/btif_hh::memset with RawAddress::kEmpty
d61781e8b8 : Remove duplicate disconnect reason bta/gatt/::GATT_CONN_UNKNOWN
739f619eb3 : Apply AttributionSource during Intent delivery.
dbecb1d1e7 : Bluetooth: sync dialog layout for consistency
0cf0ca7f4f : Bluetooth: follow system theme in dialogs
6e04a77dd7 : AOSP: Correct device type for dual mode peers
c7dff69052 : BluetoothAudioHAL: Wait for A2DP not playing if receiving A2dpSuspended=true
2e6b8e8a27 : Fix out of bound read in read_reports_cb.
dc1b005c6e : gd: Start vendor specific event manager when acl enable
f9464be4a4 : Format time when print stopwatch log.
efa96cfbc8 : gatt: Properly gatt register/deregister
9f62b168a9 : gatt: Properly init/free gatt layer
25fcbbaef8 : Streamline bta_gattc_op_cmpl
5c6de06641 : GattService: cache AdapterService
639b12e3ae : avdt_scb: fix dereferences of NULL
963a8d1ae8 : Decl-def event bta/gatt/bta_gattc_act:bta_gattc_close
31039cf159 : Remove GetAdapterService log
cbbef2bd27 : Fix potential null dereferences in btif_rc.cc
a020bbfeb8 : Remove useless #def bta/hh/bta_hh_int::BTA_HH_MAX_RPT_CHARS
53ee9021da : CTKD: Fix role change bug on legacy BT stack
dbcabc7516 : remove unused fields
8ff78fedc3 : Enum-ify tBTA_HH_INT_EVT
5090c3d9f7 : Remove useless #def bta/hh/bta_hh_int::BTA_HH_
8ff2ca8b28 : Remove useless #def bta/hh/bta_hh_::BTA_HH_FST_BTE_TRANS_EVT
6d8c25edde : Separate End, Reset, and Quit
1e064c7c9e : Initial commit for rusty BluetoothManager
c041a6170f : Protect MAP Client message broadcasts with RECEIVE_SMS permission
88861530bc : Fix potential null dereference in avdt_scb_verify
ae93028137 : GATT: initialize the notif completely
866f710dd5 : Fix potential null dereference in avdt_ccb_hdl_getcap_cmd
84e34eb53d : Fix potential null dereference after call to read_command_complete_header
d31e9df0bd : AdapterService: Fix NPE in JNI and correct type for casting and reference correct method name.
9c0b36379d : Protect MAP Client message broadcasts with RECEIVE_SMS permission
0cab3a9ae5 : Remove useless #def bta/hh/bta_hh_::BTA_HH_FST_TRANS_CB_EVT
a432a718e8 : Remove unused #defs bta/hh/bta_hh_utils
3a8c5c1e2f : Remove unused funcs bta/hh::bta_hh_parse_
000b522a4a : Add name component to GATT client API
3795b77901 : Streamline bta_hh_read_ssr_param
ac8e498736 : Streamline BTM_GetLinkSuperTout
059f362576 : Re-write bta/hh/bta_hh_le::bta_hh_le_close
b2594ecaf5 : log: Polish security record logging structures
b6eb83290c : Const-ify bta/gatt/:: Api data param
607b8c0964 : Introduce bta_gatt_test
c9d1d6b9dc : Properly initialize tGATT control block
12a83e6787 : gd: Implement vendor specific event manager
6bd93b1291 : Suspend A2DP only when HFP has the active device
21f29963fc : Suspend A2DP only when HFP has the active device
7dc3ff2821 : Fix incorrect enum comparison of LE close reason
718203ec12 : gd: Prevent erroneous fail connection on acceptlist change
a7c01d5811 : Add a null check for sBrowseTree when AvrcpControllerStateMachine is disconnecting.
d808c54068 : Add missing dependency on proto_logging
cb59abcd86 : Print errors if acceptlist events are too small
f5cb1b0e72 : Bluetooth ScanFilter: Allow null in setDeviceAddress
9a25f92af3 : Add a NULL check
d5b6feb630 : Enum-ify stack/gatt::tGATTC_OPTYPE
b389ecf6dd : Introduce stack_gatt_test
8df7fc7104 : Add crypto toolbox mocks
88441c090f : Point stack_btm_test to use common test/mocks
4de7f0ab73 : Append mock_stack_acl::acl_add_to_ignore_auto_connect_after_disconnect
7562b926c2 : Add test/mock/mock_stack_btm_ble_bgconn
0aeec6731e : Remove useless #def BTA_GATTC_MULTI_MAX
899457387a : Remove unused tBTA_GATT_REASON
c675943881 : Stat-ify various bta/gatt/bta_gattc_act
5e319ddd52 : Conform btm_status_text to CASE_RETURN_TEXT convention
242280dc1e : Use proper types bta/hh//::BTM_STATUS
07c171512c : Combine decl/defs bta/hh/bta_hh_le::bta_hh_gatt_close
2a20920987 : Remove unnecessary layer of obfuscation tBTA_GATTC_CMPL
f0aacdf099 : Straighten out tBTA_GATT_REASON
321bdb0ff1 : Add bta/hh/bta_hh_utils::bta_hh_get_cb
056272d2ac : Konstify kBTA_HH_LE_RECONN conditional
a9ed39ba83 : Remove bta_hh_is_le_device check
a7d0db7b74 : Update docs for BluetoothDevice#fetchUuidsWithSdp to reflect that if the device is bonding, we either broadcast cached UUIDs or wait for SDP to be performed after the device is bonded.
7f468305b3 : Fetching UUIDs with SDP now either returns the cached UUIDs or waits for SDP to be performed by the stack once the device is bonded
01d2f0399b : Allow EPUB documents to be received via Bluetooth
4b15b1e725 : gd: Implement timeout callback for direct le connection
f57514ffa9 : Add default rustfmt.toml
0b768f0cfb : Re-log bta/hh/bta_hh_main::bta_hh_sm_execute
9a9c626e59 : Add polling thread pid to hid control block
4f11248509 : DO NOT MERGE: BTA_HH_LE: Check nullptr
d56c4b760a : Streamline stack/acl/btm_acl::BTM_SetLinkSuperTout
f1c5e26a17 : Canonically include crypto in stack/gatt/gatt_sr_hash
c7955e37e9 : Canonically include stack/gatt::
026019947c : AsyncFd: clear_ready() before drop()
e6758c8a60 : RESTRICT AUTOMERGE Contain avrc_ctrl_pars_vendor_cmd OOB write
43250d8aa6 : Store LE Audio device connection/disconnection
8d9eb98989 : Fix memory overflow.
da8bed4f8a : gd: Add parameter for background connection
8959cfdf54 : Include gd/hal/hci_hal_host::<netinet/in.h>
c56653a2a8 : Remove useless #def BTM_LE_BR_KEYS_REQ_EVT
bff208afc8 : Change default temp allowlist duration for bluetooth broadcast to 20 seconds.
f2014b25f9 : BluetoothInCallService: Release the parent call if there is a conference call
3864cf4a7e : gd: Check stack is running before getting storage
e1dad25d22 : Enable cover art feature
8f678663c0 : Use gatt_client_event_text convention for logging
f1a150a5e1 : shim: Add l2cap per-channel network transfer metrics
5a8b48236a : Fix memory overflow.
e628699ba8 : shim: Add hid profile to dumpsys
40dc6f2901 : Add stack/gatt::gatt_channel_state_text
8f2535ef74 : Add stack/gatt::gatt_security_action_text
bac6a529de : Add D-Bus daemon binary
d63cb3a848 : Add `dbus_projection` crate
e7c3fe23ce : Add the `btstack` crate
6741b108d3 : Enum-ify stack/gatt::tGATT_SEC_ACTION
a108415cfc : Remove unused field stack/avct/avct_int::ch_flags
9903307610 : Re-log stack/include::gatt_disconnection_reason_text
dee71e9d6f : gd: Handle LE advertisement tracking sub-event
13d8f38d4c : Import translations. DO NOT MERGE ANYWHERE
a1cfa814cd : Import translations. DO NOT MERGE ANYWHERE
0059ab98c9 : Parse scan_data_resp of advertisement tracking event correctly
118d4a17ca : dumpsys: Clarify dumpsys acceptlist sizing
d8c35e10db : shim: Remove le from shadow accept list after connection
fb8dd46465 : Add include/hardware::bthh_connection_state_text
1863e0e3e8 : btaa: fix static packed BtaaHciPacket struct
d61f211731 : Add topshim for bluetooth interface
991a2eff84 : Fix btaa activity attribution for Linux build
83f3ba1f6d : Add rust binaries to link with C++ staticlib
d1895cee1b : Add TARGET_FLOSS define
0c64cea085 : OOB: Add public address to OOB data
64ec31f977 : Replace base::MessageLoopCurrent* by base::Current*Thread
687eba12a2 : gd: Add callback for OnBatchScanThresholdCrossed
a3e62a2f32 : Introduce stack_btu_test
2d3fefa6e8 : Unnecessary def BTA_GATTC_CONN_MAX => GATT_MAX_PHY_CHANNEL
6aa6c0dfb0 : Re-point bta:: tests to common test/mock
a7ae816d27 : Const-ify the bta/hh/bta_hh::API data types
5eac908c95 : Remove unused member tHID_HOST_DEV_CTB::conn_substate
17db7f5b18 : Move stack/l2cap::text from compilation unit into header
f2b348d3df : Add BTA_ID_HH for logging
d2968e6a60 : Add include/hardware/bt_hh::bthh_connection_state_text
ad79571b3d : Remove unused declaration
cc5427d312 : btm_log: Streamline hid logging
f13a224529 : log: Swap proper initiator
80d4ce85a7 : Remove bta/hh/bta_hh_le::BTA_HH_DEBUG
a8ad2f4562 : Remove execute bit for source file bta/hh/bta_hh_le
ce15e81dbc : Import translations. DO NOT MERGE ANYWHERE
7cf38b7a89 : Import translations. DO NOT MERGE ANYWHERE
359fd9904f : ScanningManagerTest: Wait for the Filter command
ebb9c823c7 : GD: Split tests into module vs unit tests
c73e1a640e : OOB: Generate random for LE
9e615cb9e5 : Add script to generate libchrome R91 version
5f2fc45724 : Enable missing HCI cmds in rootcanal
23e9c4c785 : Make transaction labels per device
eb66372c82 : Handle connection failures on the control channel properly
a02c36a3da : ACL: Delay early RoleChange until after a ConnectionComplete
73416618c9 : OOB: Set correct byte arrays with data
2885121071 : HFPClient: fix broken test case
3cdac2f29d : Import translations. DO NOT MERGE ANYWHERE
937c33f3e7 : Import translations. DO NOT MERGE ANYWHERE
7124d7eb95 : Disable SecurityRecordStorageTests
a2d365484c : Ensure privileged APIs require runtime permission.
3599abcf20 : Don't try to do read multiple procedure if only one attribute is to read
b5922c0528 : Ensure privileged APIs require runtime permission.
98485c3009 : Ensure privileged APIs require runtime permission.
9ff28be487 : Allow permission renouncement without RENOUNCE permission in test mode.
637efc3190 : MapClient Logging cleanup
310d8d6217 : gd: Implement batch scan
1c32133fc6 : A2DP: Clear remote suspend flag if local is also stopping
2b4d18c039 : gd: Find and fill TX Power with the correct value
d55f686db4 : PlayItem should go out the control channel
aa731e808f : Fix BT crash on SDP_AddAttribute as trace log enabled
3e2d2b79e0 : Fix for hid disconnect with unknown channel
f63096f124 : Konstify configurable params kHID_HOST_MAX_DEVICES
1895c4e090 : Add test legacy trace stub
edaa336929 : Re-include stack/hid/hidh_int
6b00efbdb9 : Re-include stack/hid/hidd_int
91c8e741df : Decl-def same line stack var stack/hid/::tHID_CONN
710bac5119 : Re-log stack/btm/btm_sec::btm_sec_l2cap_access_req_by_requirement
3d42a0025d : MAP: Send Group MMS
dff912f635 : Enable DeviceConfig tuning of scan throttling.
d1932e031c : OOB: generateLocalOobdata()
19a8d096ae : Preserve legacy permission check behavior.
91fb4184b1 : Comment clarification and minor cleanup in HidHostService.
0d07ecb0f0 : shim: Check if dumpsys module has started before invoking
de347097ad : BluetoothMetrics: Remove MetricIdAllocator reference from HalCrashReason
900a2cd918 : Fix issue where the caller's identity was being used for the LE batch scan report delay floor
7ea279f5a1 : GD: Add LogBluetoothHalCrashReason
ca63ff0e1a : Use DeviceConfig to set bluetooth broadcasts temp allowlist duration.
2990bf52b2 : Fix iteration from bad index in SDP_DeleteAttribute
aeedd07869 : Compilation fixes for MSVC
2c5e516fea : shim: Add entry to query gd dumpsys module
109714fbfe : Add missing return in error handling for avrcp GET_ELEMENT_ATTRIBUTES
37d0e4090b : Sanitize file name displayed in notification
47ee7b325b : Re-point main/test/ to use common test/mock
3e61658f21 : btaa: Add device-activity aggregation dumpsys data
75e0a6e371 : btaa: HCI ACL/SCO/ISO data packets process
89e6ebaf2a : btaa: gd: Add wakeup reason dumpsys data
277d796eee : btaa: attribute wakeup and wakelock duration over processed HCI buckets
6fb1e4fc7c : btaa: HCI LE and special event process
4cc57fc4e0 : btaa: HCI classic event process
4b537e916a : btaa: HCI command process
a1b88d6375 : btaa: handle wakelock notification
4c29ea0564 : SDP_AddAttribute: fix potential OOB reads
b881b01580 : Fix potential OOB write in A2DP_BuildCodecHeaderSbc
5a6cd6ec0e : Include advertising packet header size in boundary check
2165c2a6fb : Ensure not only Packet is valid, but also it's Parents are valid
9e45a01c16 : Re-include bta/vc/devices
66ab724bf6 : shim: Add method to query stack manager for gd dumpsys module start
08fa792031 : Convert onOobData parameter for OobData from @Nullable to @NonNull
f2f731e9dd : Break out BTM_LogHistory
b3921f41b2 : Use proper types tBTM_BLE_SEC_ACT
6be1feacbc : Enum-ify stack/include/btm/::tBTM_BLE_SEC_ACT
7648e3d332 : Remove BLE_DELAY_REQUEST_ENC
5ff7d863b3 : Add HIDE_OVERLAY_WINDOWS permission to Bluetooth
a7b57b709e : Change build.py ordering for rust and main
29d739ee90 : Fixes for Linux build
378068136b : btaa: handle wakeup notification
c4c9083280 : Temp allowlist bluetooth broadcast to start FGS.
201d466044 : Fix Stack-buffer-over-flow while accessing remote device name
2035b90121 : HCI: Add SetEventMaskPage2 Opcode
40013ba021 : gd: Add module started query method
0bceabaa48 : OOB: Connect callback for generateOobData for LE
bb4ea60130 : OOB: generateLocalOobData() LE, modify API
6719d9d925 : Remove unneeded header file gd/shim/only_..._ever
82f1ab97e7 : OOB: Remove static creator methods in favor of public constructors
7d76a0a2de : Long-tail of AttributionSource plumbing.
9688ed1360 : gd: Use flushable attribute to packets
05390f6aa5 : gd: Add flushable attribute to packets
f564ce4e5a : Introduce stack_hci_test
19ea934ca3 : Update change packet type logic stack/btm/btm_acl
f049f4c201 : Introduce stack/acl::PeerPacketTypes
65e6273517 : Add test mock filegroup TestMockLegacyHciCommands
3cc5af2e44 : Use test mocks for device controller
43ee69eed9 : Long-tail of AttributionSource plumbing.
487bbef22e : Long-tail of AttributionSource plumbing.
b2d3961e94 : Revert "gd_acl: Remove redundant call stack/l2cap/l2c_link"
b41b02f39e : Use proper types tBTM_STATUS
38af401b5b : Controller: Set host support flag for Secure Connections
7a235b951d : Add test mocks for device controller
283db990bf : Remove inaccessible mock functions
2db12bd533 : Enum-ify stack/include/hcidefs::tHCI_PKT_TYPE_BITMASK
2d679eea76 : Forbid content from MmsFileProvider in Bluetooth Share
d801b120b2 : Additional changes for Linux build
de3b1db420 : Add AttributionSource to BT methods.
f9e176c3dc : More AttributionSource plumbing.
b037ece8f0 : gd test: Enqueue data/command in right order
4b339b0c66 : gd acl: Only ack pause when onPause
c41326978d : Import translations. DO NOT MERGE ANYWHERE
f979c65659 : Import translations. DO NOT MERGE ANYWHERE
7fe91e7df6 : Import translations. DO NOT MERGE ANYWHERE
08f637cf39 : Import translations. DO NOT MERGE ANYWHERE
06497da643 : GD-Shim: Free BT_HDR after use or callback failure
d56ceb445e : Add AttributionSource to BT methods.
4dabcb764f : Pass attribution source to BT APIs.
4e4c9c4796 : Refinement of AttributionSource handling.
daee2b304a : Refinement of AttributionSource handling.
45fd7efb98 : GD: Add verbose logging to module start-up code
f7509e55aa : Import translations. DO NOT MERGE ANYWHERE
3337038f30 : Import translations. DO NOT MERGE ANYWHERE
835d46e4a4 : Import translations. DO NOT MERGE ANYWHERE
8a237a82e1 : Import translations. DO NOT MERGE ANYWHERE
efae5e3538 : GD Controller: Do not register events that are already registered in HCI
e865e3a914 : dumpsys: Properly log classic/le ACL
8dddc875f9 : Polish tBTM_SEC_DEV_REC::ToString
415bfc38d0 : legacy: Add HACK to set legacy SM4 from gd_acl
3f7121e661 : gd: Re-introduce read remote supported features
254fa24842 : BTM_history: Add dev states to stack hid host profile
ec82b55ca8 : Bluetooth broadcasts are temp allowed to start FGS for 10 seconds.
93fcf85ab9 : Temp allowlist bluetooth broadcast to start FGS for 10 seconds.
e973beb11d : Store remote lmp version in security record
746c55ed84 : Change bluetooth permission checks to note app ops.
564c787aa2 : Re-log btif_update_remote_version_property
3057688d31 : GD metrics: Log remote version info and manufacturer info at connection complete
d7c5566483 : Annotations for Bluetooth broadcast intents.
448e03696e : Remove mutable param input bta/hh/bta_hh_act
40ba607b94 : Add AttributionSource to IBluetooth methods.
f0a1cae1d6 : Pass AttributionSource to AdapterService methods.
2cca34bc1c : Adds a report delay floor for LE batch scans
6a91277ab1 : Demote log message to informational LeAddressManagerCallback
2ca5651fa0 : shim: Add sync at completion connection test
db0d7dc144 : Annotations for Bluetooth broadcast intents.
92a1d490d5 : gd hci: Check extended feature supported when read remote feature complete
bddb43f99b : gd Scanning: Ignore non-anonymous advertising report with empty address
06519e8119 : HIDH: Initialize the ctrl_cid after trigger l2cap disconnect
68805e0038 : Align bt_transport_text syntactically with legacy
879b2cdaa0 : Adds a report delay floor for LE batch scans
0cffd3bf87 : Enum-ify stack/l2cap/l2c_int::tL2CEVT
5ed0d25b95 : legacy: Re-log btif/src/btif_hh::bte_hh_evt
90b8e50d14 : Replace BT_HDR => BT_HDR_RIGID
cd10a78b44 : Remove unused flags
486609871c : Update docs to reflect LE batch scan report delay floor
b20cfc4754 : Update docs to reflect LE batch scan report delay floor
8c8f7b80a1 : Revert "Set a floor value for BLE Batch Scan report delay of 5000ms"
9fe3adc639 : Use lambdas instead of onClick callbacks
685d74e32a : Don't synchronize two objects at same time.
9b7173ba63 : shim: Const-ify helper translations
680fd56e35 : legacy: Remove unused var stack/hid/hidh_conn
0c06c75ec8 : legacy: Use stack/hid/hid_conn::tHID_CONN_STATE
cbb6098f0f : legacy: Add stack/hid/hid_conn::hid_conn_state_text
541f8282e3 : legacy: Enum-ify stack/hid/hid_conn::tHID_CONN_STATE
e6f76ea51d : Remove useless typedefs
52e4674b2b : Re-log btm_sec_connected
6a777fec3d : Remove #def BTA_HH_DEBUG
37a5fc3058 : Re-log acl_send_data_packet_br_edr
c7e142a4be : Point BtmStatus to tBTM_STATUS
4c43335279 : Add stack/include/btm_status helpers
ae8fd75393 : Set a floor value for BLE Batch Scan report delay of 5000ms
d9b7bcc2ef : legacy: Move BTM_SEC_ #defs to compilation unit
f886526916 : legacy: Re-log stack/smp/smp_utils::smp_proc_pairing_cmpl
a03e769439 : legacy: Re-log stack/smp/smp_utils::smp_send_cmd
13e8be7468 : legacy: Add stack/include/smp_api_types::smp_opcode_text
dd2e73371a : legacy: Use proper types tSDP_STATUS
9e1f2fd502 : shim: Add default for HCI_STATUS helper
e36a790736 : Use proper types tSDP_STATUS
d79efe4d24 : shim: Wrap TRY_POSTING_ON_MAIN conditional
0615031b42 : HCI: Warn on unhandled events
6d3b789cfa : Fix valid check for btm_process_remote_ext_features
bd78d13b41 : Import translations. DO NOT MERGE ANYWHERE
4017b75753 : Import translations. DO NOT MERGE ANYWHERE
91ac2948e6 : Import translations. DO NOT MERGE ANYWHERE
d844ec1fe1 : Import translations. DO NOT MERGE ANYWHERE
91e4ece948 : gd hci: Correct max_page_number for read remote feature complete
a3d17ce304 : Add missing Bluetooth API permission enforcement.
3614e0a2a9 : Add missing Bluetooth API permission enforcement.
aa876f7458 : Add missing Bluetooth API permission enforcement.
ad82c8e6eb : Import translations. DO NOT MERGE ANYWHERE
2d567577d1 : Import translations. DO NOT MERGE ANYWHERE
97655072b2 : Import translations. DO NOT MERGE ANYWHERE
7885e87d1f : Import translations. DO NOT MERGE ANYWHERE
29a40e5914 : Import translations. DO NOT MERGE ANYWHERE
10380ae0bd : Import translations. DO NOT MERGE ANYWHERE
d23522e7de : Import translations. DO NOT MERGE ANYWHERE
c5b96cdddc : Import translations. DO NOT MERGE ANYWHERE
c1efff4f88 : GD Storage: Call SaveDelayed on the right thread
7d65ec2f25 : Import translations. DO NOT MERGE ANYWHERE
8f5bee6002 : Import translations. DO NOT MERGE ANYWHERE
42fcbbe133 : Import translations. DO NOT MERGE ANYWHERE
2f98267b02 : Import translations. DO NOT MERGE ANYWHERE
5ba8bfca7e : More Bluetooth API annotation updates.
b205132607 : More Bluetooth API annotation updates.
928c950498 : shim: Move disconnect classic/le into thread safe space
5c1e977bbd : shim: Add acl tests
263c5e8b8c : shim: Replace mock do_in_main_thread with a fake
106ac87007 : shim: Move dumpsys map off heap into static allocation
9f7f4cf74c : shim: Clean up mock entry and add common header inclusion
0cf8b7a62a : gd: Make address protected to set it for tests
21cd454aee : Untangle HCI_STATUS/BTM_STATUS bta/dm/bta_dm_act
854d060946 : Enum-ify tSMP_STATUS
565ab0ead8 : BluetoothMetrics: Log classic pairing metrics from gd
158f74fa27 : Refine BluetoothLeAdvertiser permissions.
36582c19d1 : Refine BluetoothLeAdvertiser permissions.
f70e5df921 : Refine BluetoothLeAdvertiser permissions.
3cdaf1f214 : Temporarily reduce error back to warning.
28253294ce : OOB generateLocalOobData
8db9eb2593 : Gd Metrics: Use le_meta_event_view before move
8f80e4a05b : Update Bluetooth API annotations.
a846d5be13 : gd Scanning: Unregister event when stop
390f74e857 : GD metrics: remove reference before move
f275443c89 : Update Bluetooth API annotations.
73746031a7 : Update Bluetooth API annotations.
63a11e8871 : OOB generateLocalOobData
30dff14850 : gd: Enforce modules to present a unique name
b56f6db04c : headless: Add docs and more information
46e0f7bb75 : headless: Add initial/final sentinal log markers
223966c312 : Explict default init types module_t
a512258d45 : Enum-ify tSMP_EVT
597095f0f6 : Enum-ify tBTA_STATUS
cf2cc84880 : testing: Use proper types
fb7a606249 : Reference the chipset capability in LE_Set_Data_Length
5f08d91431 : Flags: Add config.xml entry that enable/disable GD scanning by default
d59a46a21e : Import translations. DO NOT MERGE ANYWHERE
286fa98362 : Fix Stack-buffer-over-flow while accessing remote device name
0d6a9af312 : GD metrics: Logging link layer events from GD
0aab27544f : audio: Initial implementation for bluetooth hw driver input
c8353bb6d8 : Bluetooth OOB: Fix getLeAppearance
1008101f8a : Fix leAppearance size
92fb991c8c : Add time unit to AVDTP delay reporting value displayed for debugging.
99bb374e11 : RFCOMM: Handle configuration for pending connection
b99eb4e52f : Remove not Hwbinder thread stopwatch caller
af1590aa2a : Import translations. DO NOT MERGE ANYWHERE
c29d3973d5 : Import translations. DO NOT MERGE ANYWHERE
c4e74b799d : Import translations. DO NOT MERGE ANYWHERE
f27c1ed821 : Import translations. DO NOT MERGE ANYWHERE
6097a70d9b : Add logging message to indicate collision with previous pending connection from the same remote device.
3d06dafaba : SCO: change D1 max latency to 0xFFFF
75961ba455 : Remove not Hwbinder thread stopwatch caller
265b043cc4 : Initial btif/test/btif_stack_test
c417f1a63d : Import translations. DO NOT MERGE ANYWHERE
1a9474dbd4 : Import translations. DO NOT MERGE ANYWHERE
44a69f1bb6 : Add scripts to generate Debian packages of Fluoride dependencies
c3543c9ac9 : vc: Initial field in constructor
23cfabb7cb : btm_iso: Allow to start ISO by many clients
4015a4c4de : audio: Introduce LE Audio support for client interface and HAL
603bea346b : Re-log btif/src/stack_manager
f93fece935 : Add layer of indirection to set hal_callbacks
975674c2ab : Cononicalize include pathnames
39094e7218 : Remove execute bits btif/::
01085dcfec : New BLUETOOTH_ADVERTISE manifest permission.
e8e2f49f0a : Print stopwatch log when the bluetooth HAL died.
779fc42705 : UnitTest: Increase profile service toggle timeout in test
3153fa1a2d : HCI: Accept erroneous ConnectionComplete
ee97c472dc : gd hci: Check credit before sending next fragment
63927e4803 : Add a hint for cert tests
eb31bee331 : Update to use CXX 1.0
69a1452dde : Add StopWatch for Hwbinder callback function
9b6490fc81 : New BLUETOOTH_ADVERTISE manifest permission.
ffec9f1a68 : Update owners
bbe7f090ed : OOB: Implement generateLocalOobData API
79c9a288fc : OOB: Implement generateLocalOobData API
e47bc17c57 : OOB: Implement getLocalOutOfBand API
c32cc343b1 : MapClient: Handle remote exception at cleanup
a3d478a05d : Add Volume Control Profile API
78841c85e7 : SCO: Use const reference instead of const value
35b0836f9e : vc: Implement Volume Control Profile
db448f3715 : legacy: Plumb gd sco conn req to legacy stack
d266956b65 : Const-ify btm_sco_conn_req::DEV_CLASS
9786447bf5 : Update gitignore for Cargo.lock and tags
8690833dd7 : Use local rules for flex/bison
e65d57cd77 : Specify bt_shim_ffi dependency to bluetoothtbd
c1335a27da : Fix rust build in build.py
af873ba07c : Avoid const value_type of vector
706ec3b0cb : Guard printing PKG_CONFIG_PATH in build.py
87d41f5567 : Add missing #include <string.h> for memcpy
0cafcaac22 : Fix packetgen outputs
26a771ffc5 : shim: Plumb e/sco through shim into legacy
736061d828 : shim: Plumb e/sco connect request
f682b6dc2b : gd: Plumb remote esco/sco connection requests through GD
461ca51d71 : OOB: Implement generateLocalOobData API
c1230f11ec : OOB: Implement generateLocalOobData API
14c87f616f : RESTRICT AUTOMERGE Contain avrc_ctrl_pars_vendor_cmd OOB write
cb4b15ff1a : RESTRICT AUTOMERGE Contain avrc_ctrl_pars_vendor_cmd OOB write
1c1784ce15 : RESTRICT AUTOMERGE Contain avrc_ctrl_pars_vendor_cmd OOB write
d6d12b3c51 : Contain avrc_ctrl_pars_vendor_cmd OOB write
c382c0edc3 : OOB: Implement generateLocalOutOfBand API
291ba16b5c : Hci: Include 0xFF in event loops
743a06b3ed : RFCOMM: Handle failed connection request
09bf078eff : Use PermissionChecker with AttributionSource for BT location checks.
69db8a311d : Use AttributionSource when checking BLUETOOTH_SCAN permission.
a88f162ed3 : GD: Crash on Root Inflammation Event
cbe6089922 : BQR: Print common BQR events
ca1059180c : Revert "GD HCI: Pipe VSEs up in shim layer"
a39e2c61c7 : Revert "GD HCI: Support vendor specific event in GD"
48b6c84f5f : Return null when a handle is *not* valid
0af0b8a273 : Enable Async MTE in the Bluetooth app.
b3d0aee6d3 : Import translations. DO NOT MERGE ANYWHERE
93943d0571 : Do not close the fd on drop.
f65e3c7a24 : Import translations. DO NOT MERGE ANYWHERE
f74329e435 : Correct log stack/rfcomm/rfc_mx_fsm::rfc_mx_sm_execute
a332622a16 : Add AttributionSource param to bluetooth scanning methods.
5bf0a0d47d : Don't print passkey to logcat on non-debug builds
5131226e72 : Pass AttributionSource to bluetooth scanning methods.
971756a594 : BluetoothAudioHAL: Don't fetch the provider without HAL version
7e71ebe8cf : gd hci: Check acl connection when start round robin
077a489cdd : rusty-gd: Remove CancelableTaskTracker
2eb6ce1365 : gd hci: Handle overflow of acl credits
fe513f0165 : Import translations. DO NOT MERGE ANYWHERE
7bf07d7742 : [GD Controller] Return version info to legacy stack
e9f5c35455 : A2DP: Log BLUETOOTH_A2DP_PLAYBACK_STATE_CHANGED
d869431556 : Ensure mock context returns an attribution source.
4fd87dfd20 : Import translations. DO NOT MERGE ANYWHERE
38ed4e923f : eatt: Adjust to new L2CAP API behaviour
bbab300336 : audio: Introduce client interface support for HAL 2.1
723962b9f7 : Runtime permission attribution improvements
b1f2f5d9d2 : A2DP: don't apply codec preference if service disabled
735ff61aa9 : Use hci_root_inflamed_abort if received root inflamed packet
237ec34309 : Revert "Remove unused API BTM_IsPhy2mSupported"
dc8214529c : Revert "Remove unused API BTM_RequestPeerSCA"
cfcc8fe01d : Revert "Remove unused API BTM_GetPeerSCA"
7898ae3894 : Add btif/include/btif_hh::btif_hh_status_text
fc15bc8008 : Use proper type tHCI_REASON btm_get_acl_disc_reason_code
6e82c2f4d9 : Fix for HID disconnect bug
ea933ba8c6 : Use proper UUID for PBAP-PCE profile descriptor list
0b09616008 : HCI: Send Debug packet when HCI timeout
c5e52dc345 : HCI: Add support for Debug packet
4d50cf2879 : Add tBTA_HH_DEV_DSCP_INFO::ToString
d7da98e70a : Bluetooth airplane listener: Check for null
344e608b19 : Re-log btm_sec_l2cap_access_req_by_requirement
8a00742990 : Use whole_static_library for cxx library deps.
8a971593cc : gd_acl: Ensure acl is running prior to shutdown
6c607c7061 : RootCanal shouldn't depend on common
f874c73957 : Check permission BLUETOOTH -> BLUETOOTH_CONNECT
1bb77cae7f : Replace BLUETOOTH permission checks with checks for BLUETOOTH_CONNECT.
45ac8da573 : Check permission BLUETOOTH_ADMIN -> BLUETOOTH_CONNECT
fb838d5402 : GD HCI: Pipe VSEs up in shim layer
0e54b03c25 : GD Metrics: Check if RawAddress is null before converting
464efded91 : GD HCI: Support vendor specific event in GD
3bce305bb5 : Listen for locale changed to update the error message text
4e1e3f7fca : Replace BLUETOOTH and BLUETOOTH_ADMIN permission checks in BluetoothManagerService.
9095a45ee6 : Remove BluetoothHeadset#setPriority which was deprecated in Android 11
07ff6f58db : Validate the image handle we parse before using it
3516b7144a : RESTRICT AUTOMERGE Contain avrc_ctrl_pars_vendor_cmd OOB write
36fa1e8ba5 : RESTRICT AUTOMERGE Contain avrc_ctrl_pars_vendor_cmd OOB write
963a605dd4 : RESTRICT AUTOMERGE Contain avrc_ctrl_pars_vendor_cmd OOB write
cc95b9198e : Rudimentary automated testing for LE beacons.
6d9f453f5b : Revision of denylist filtering.
3e7a3129fa : A2DP: Remove BLUETOOTH_A2DP_PLAYBACK_STATE_CHANGED metrics logging
1414a1d9a2 : Check BLUETOOTH_SCAN and disavowal when starting discovery.
acb6c87bf8 : Check if location usage has been disavowed for scans in GattService.
c50d7fb2c7 : Check BLUETOOTH_SCAN permission when performing scans from GattService.
d7adb076c3 : Re-log btm_sec_check_upgrade
b6f7ab5cf9 : Remove dependency of the hci hal on activity attribution if the flag value indicates it is not enabled. Adds activity attribution to gd dumpsys.
bcd9f6af7f : btaa: Add the method of onActivityLogsReady into btif interface
8012fc30e4 : btaa: Add the method of onActivityLogsReady into JNI interface
ef1ef2dbfa : Fix the BTAA init flag format to ensure its value is properly parsed
e27a604b99 : Keystore 2.0: Remove references to Keystore 1
b2006f8d91 : Remove unnecessary transport param
5c0189e3b3 : Add API stacl/acl/acl to set default packet type bitmask
2f2ffe3c9f : ScanFilter.setDeviceAddress: Should send deviceAddress instead of mDeviceAddress to the next level
83031e9715 : Allow existing HID pending connections to continue.
98e242ffef : Handle dual mode device with same address in bta_dm_remove_device
b4060c87a8 : Rename createSmsSubmitPdu to createFromNativeSmsSubmitPdu in Bluetooth MAP profile
33a33718a4 : Include new hci_role file
644f278f5f : [LSC] Add LOCAL_LICENSE_KINDS to system/bt
56d5308adb : gd: Add Unregister::acl_manager classic/le
3780ca4911 : Makes BluetoothDevice#setAlias a public API
10aec3cb77 : metrics: don't crash if `address` is NULL
99424db11f : Request new Bluetooth runtime permissions.
b7df24b174 : Request new Bluetooth runtime permissions.
f625a512f1 : Update binder call for BluetoothDevice#setAlias to include the calling package name
2085097922 : Add AdapterService implementation for new CDM association-based permission model for BluetoothDevice#setAlias
efc79c855f : BTMLogHistory: Add HID device open/close
15e9a10361 : Revert "gd: Add Unregister::acl_manager classic/le"
6eb9300814 : Add new @SystemApi for specifying AddressType and IRK
c9d0bd2347 : gd: Add Unregister::acl_manager classic/le
41982f6608 : Special case -INT_MAX for hex conversion
0ffd8b6569 : Cert: OOB Test, verify different data.
6c94fd68dc : rusty-gd: Add controller facade service.
9fbb73ac71 : PDL: Add more tests for C++
d73fe04aa9 : GD: Include init_flags where used
534bf24c5d : GD metrics: Add shim layers for metrics in GD 1) Add shim layer for MetricIdManager 2) Add shim layer for metric logging functions who take metric id 3) reference the 2 shim layers at btif/, main/shim and stack/
6bdfb0dbc0 : Decouple screen and location checks in ScanManager.
3d9b243611 : Le Scan: Add ambient discovery mode (2/2)
eaffc0e2ac : Add Sap service into disconnect all enabled profiles process
49b99283aa : DO NOT MERGE Add mutex for std::map in btif_av.cc
938fa2fef1 : avrcp: Ignore AVCT commands that are too long
77f9255401 : smp: Use SMP_TRACE_WARNING
af12e2d0c1 : smp: Reject pairing if the public keys match
3dedaf9b6b : btif: Return after closing the socket
c67de11268 : Null check data before stringifying/serializing and check validity
9e0c4283e5 : Initial pass at denylist filtering.
ebd19b814d : Implement per-field matching of ScanRecord.
6369141045 : Expose SCO control and state through Telecom APIs
a108056c1f : Fix BluetoothInstrumentationTests tearDown flakiness.
ceb1bd3c9c : Fix CTS Failure
51a3e5da88 : Bluetooth: Modify and append to the Out-of-Band API
089e35e817 : Fix CTS Failure
8c1bad91e1 : Bluetooth: Wait for provisioning after init flag change
2aebbb14a7 : GD metrics: add logging definitions to GD
464a18849a : Le Scan: Add ambient discovery mode (1/2)
73ec3fbc7a : Import translations. DO NOT MERGE ANYWHERE
f21915817d : Import translations. DO NOT MERGE ANYWHERE
ee36a85b8f : Import translations. DO NOT MERGE ANYWHERE
3e69d73e37 : Excludes unexpected set service state intent
d4ebd3cbf4 : Modify the Out-of-Band data path
c5c2413cb7 : IBluetoothManager: Update createBondOutOfBand interface
1b69fb9812 : gd_acl: No need to read remote version twice
b2a587cd7f : Use proper types tHCI_ROLE
b58f5f4fc6 : Break out tHCI_ROLE type into separate file
0a86bb38f2 : gd_acl: On classic connect issue read supported features
c0a02277af : Convert bluetooth::shim::BtmStatus from 16 to 8 bits
bcb4ccd3ae : Properly log btm_read_failed_contact_counter_complete
c2826e6db7 : Properly declare tACL_CONN::tPolicy::Role()
6ca70a58be : Add stack/include/hcidefs::hci_role helpers and aliases
43ede32522 : Const-ify stack/acl/btm_acl::packet types defs
20cf70b630 : tBTM_AUTH_COMPLETE_CALLBACK Specialize result to HCI_STATUS
930bfcf391 : Move callback definitions to stack/include/security_client_callbacks
9d0676f189 : Properly type tBTA_AV_STATUS
33b6d6f2f6 : Remove useless bta_dm_authentication_complete_cback return value
e1292f6192 : Log command status error conditions
4842332ac1 : HCI: Use 0x0123 for hex
aa9200cd59 : HCI: Add more PDL tests
9856c2c18b : Only pad the previous field
9132f16768 : Alias iterator in packet-gen
2c0a60b963 : Make controller prop and default commands configurable in rootcanal
e35c215be8 : PDL: For the Rust test, clone structs
6b897cdc58 : Import translations. DO NOT MERGE ANYWHERE
cde56e8b5e : HCI PDL: Fix formatting with spaces
a85402a1e2 : Use generic type for JsonParser
25d92a90fe : Change dynamic_cast to static_cast
33b7ab5170 : Shim Scanning: Update address type and device type to storage
0185a26966 : IBluetoothManager: Update createBondOutOfBand interface
2935a34a0b : AVRCP: pass bdaddr by value when use SdpCb
6a20b26a67 : Bluetooth: Modify and append to the Out-of-Band API
e955efdf91 : GD: Open a pid file when stack is running
3846b041d4 : rusty-gd: Use a sequenced runner to post closures.
98139d5b9b : Modify the Out-of-Band data path
5afd289202 : Move Common Criteria mode dependency to Android only.
a6b1b424bf : Remove log.h from mock file
5aefd0b87b : Marking bluetooth_test_gd as not unit tests
e93b93f99a : Revert "Put stack vars in proper scope"
ab1f25e5df : Derestrict some APIs.
539c4df4aa : Revert "Put stack vars in proper scope"
756a1176a0 : MapClient parse bad messages
36b0748566 : Send response as combined form
720b5faa4c : PDL: Add example test packets
c826cabce7 : Rust: Add a packet test
dd213a653c : PDL: Add support for test
75dcbe16b3 : Add a way to connect to linux raw HCI HAL
e6a57a2bb9 : Introduce main_shim_test
49ec697782 : Add main/test::shim mocks
0f6b3ec9b7 : Add gd/neighbor::inquiry mock
a069a11c85 : Add SCO HACK for shim acl mock
6dbffe2bea : Add gd/hci::controller mock
6ed32bb0f9 : gd_acl: Directly access acl manager for SCO hack
f293f1417a : Put stack vars in proper scope
5f60713ff6 : Return proper type stack/acl/btm_pm::BTM_SetPowerMode
07d862368d : Explicitly specify status type include/hardware/ble_scanner.h
4f91af8494 : Add stack init indirection for activity_attribution
c8a5862979 : Use proper tBTM_STATUS types
748ee105c3 : Use tBTM_STATUS in stack/l2cap/::
e37280137e : gd_shim: Log more info about acl queue state
337f8f86e0 : Add bta_sys post to main alternative method
af398873fa : Remove unused field srvc_id
f17e37fbfd : Template prep for bta hardening
2cc25112e0 : Use btm_status in stack/rfcomm/::
a6e7df71bb : Use proper types tBLE_SCAN_MODE
d349f5c590 : User proper types tBTM_STATUS
a081d3e4ca : Canonicalize tBTM_APPL_INFO::bta_security
dfe347062f : Streamline bta_av_link_role_ok
cb5a8100ee : Use canonical include paths
ba0d20593c : Add hci code conversion stack/include/hci_error_code
5a95acf99d : Remove unused bta/include/bta_api::#defs
3e0bb00402 : Remove unused API BTM_GetPeerSCA
7f92a896ab : Remove unused API BTM_RequestPeerSCA
1d167b01cf : Remove unused API BTM_IsPhy2mSupported
1137fffc35 : Properly conform tACL_CONN field names
a61d091279 : Add stack/include::BT_HDR rigid struct
28e52f8a74 : Use proper types tSMP_STATUS
e46cce34b0 : Properly type stack/smp::tSMP_EVT
6dd52b16c0 : Add metric_id_manager to GD using existing Address and LruCache of GD
82e0debb1b : Remove useless extern keyword for definitions
34fa7f0464 : Remove unused stack/gatt/gatt_int::#defs
3d58cfc644 : Re-include bta/ag/bta_ag_sdp.cc
bdf803b2e5 : Fix handshaking error between HCI driver and rootcanal
7e9c600adf : common Criteria mode: Get all bonded devices key after keystore callback init.
8cd854f8f5 : Common Criteria mode: Rename Common Criteria mode from NIAP mode (2/2)
b3659cbedd : Common Criteria mode: Handle IOException when call newInputStream
70218a6eb8 : Common Criteria mode: make sure all keys are decrypted when init JNI.
6c0faf296d : Common Criteria mode: Rename Common Criteria mode from NIAP mode. (1/2)
bd6332bbc9 : [CS06]Remove hidden API usage of NetworkCapabilities
d243489c08 : Re-include stack/hid/hidd_conn.cc
9af806f8ab : smp: Reject pairing if the public keys match
ba0ee57942 : Avoid potential null dereference
d701070c8a : Use cid instead of attribute handle
5d782b59ed : Cert test scaffolding for iso layer
f7537a2a11 : stack/test: Fix memory leak in iso tests
f6a1feb18a : Some dependencies are host supported
0769e709f0 : Add host support for libbluetooth.so
39c3961887 : Change libbt-platform-protos dependency
cb34dc4646 : Update the readme to use build.py and explain Rust
f52cf66507 : Add build.py to simplify building locally
011171d711 : Build support for Rust via Cargo
cac9ab3fdd : Add option to build libbluetooth as staticlib
d3b679dc49 : Prevent building some codecs when not supported
9bd8242a9b : Build support and abstractions for Linux build
b3fe88bfc3 : Add source_root parameter to bluetooth_packetgen
423a2e3d2b : Fix bison 3.7 incompatability
e2009c7dc8 : Host tools support
14eb3cad2e : MapClient disconnect timeout
3aa0f0ccc7 : DO NOT MERGE : Re-land: SMP: Validate remote elliptic curve points
85c60def61 : Keystore 2.0: Make Bluetooth app ready for Keystore 2.0 part 2.
54ef263a5c : AVRCP: pass bdaddr by value when use SdpCb
a41cd70799 : gd: Fix address manager bug
0ab5456ba6 : AVRCP: pass bdaddr by value when use SdpCb
c1a2fc9e78 : Bluetooth hal metrics: Add LogBluetoothHalCrashReason
d5598562a2 : RootCanal: Disable LeExtendedAdvertising
dbec2392c2 : smp: Use SMP_TRACE_WARNING
cafdb4d60d : Keystore 2.0: Use public API to get Keystore for bluetooth.
54d0cf786c : Fix comment typo in PeriodicAdvertisingParameters
e0e9015cf4 : Unbind cert_self_test from ACTS
2e83c93d87 : RootCanal: Send LeReadRemoteFeatures to LE address
f5a771b8ac : Fix discover service process using wrong transport
00d6ed76a2 : Add host support for audio_hal_interface/
82f3cb0837 : Use API ignore_auto_connect_after_disconnect
882a65b470 : Add API ignore_auto_connect_after_disconnect
f779f37070 : Streamline stack/btm/btm_sec::btm_sec_disconnected
0df91e663d : Streamline stack/btm/btm_sec::btm_sec_send_hci_disconnect
0637708816 : Stat-ify bta/hh/bta_hh_le::bta_hh_le_deregister_input_notif
f6db7326ed : Streamline bta/hh/bta_hh_le::bta_hh_le_remove_dev_bg_conn
6f7bd9c745 : Streamline bta/hh/bta_hh_le::bta_hh_gatt_close
86313c0f9d : Streamline bta/gatt/bta_gattc_act::bta_gattc_process_api_open_cancel
299bfdc679 : Streamline stack/hid/hidh_conn::hidh_conn_disconnect
9beee168cf : Streamline stack/hid/hidh_conn::hidh_l2cif_disconnect
b865ddea55 : Canonicalize stack/hid/hidh_conn.cc
f576a37511 : Streamline bta/hh/bta_hh_act::bta_hh_api_disc_act
80dac97f8b : Remove unnecessary declarations btif/src/btif_hh
c2c1cae16f : Streamline btif/src/btif_hh::btif_hh_disconnect
9d81cb924c : Add le acceptlist size to dumpsys
5dd39b8328 : Remove unnecessary #def guard bta/hh/bta_hh_main::BTA_HH_DEBUG
ecaf9895fd : Explicitly name stack/acl::tACL_CONN
5aa3712463 : Enum-ify stack/include/hiddefs::tHID_STATUS
9dbe2b37fb : Shim Scanning: Update device property
c68c86c409 : BluetoothAudioHAL: Avoid deadlock for get Providers Factory 2.1
72a90b04db : Additional metadata keys for Fast Pair
69ef8ad780 : Pull up ACL_AcceptLeConnectionFrom stack
7c7ef7568a : Add host support for btif/
118f0fbbc1 : Remove additional handle mapping between C++ and Python
27fd5f67bf : RootCanal: Report actual supported commands
61e5292af2 : hal: Add input port for bluetooth audio HAL
f2b6391ee3 : Remove unused AIDL API
777b6341c4 : Add host support for bta/
d01b331498 : Add host support for udrv/
5c11c9f29e : Re-include stack/gatt/gatt_utils
de8b568640 : GD HCI packets: add LeCisParametersTestConfig
1b669b6e0f : Have AvrcpControllerService own the active device
ce15d19093 : PyLeAclManager: Implement connection cancel
ead2f163d7 : RootCanal: Send ConnectionComplete after Cancel
4ff618e66c : RootCanal: Disallow configuring ongoing scans
9b7ce2af52 : Exit notification timeouts immediately for disconnected devices
85f1c2348a : Simplify build target
962fb959dc : Add host support for embdrv/
e891ac08c8 : Add host support for stack/
a7fc2d026b : follows the advice of -Wsign-compare
bd67204594 : Add HCI ISO tests for GD
3b736cb0ba : [LSC] Add LOCAL_LICENSE_KINDS to system/bt
2d368fe8cf : GD Scanning: Always disable scan before set parameter
877c9233a6 : Turn off sanitize options for root-canal for linux_bionic
3b7b95246c : rusty-gd: Use spawn instead of block_on
bbd4e574e0 : Properly include bta when BTA_PAN_INCLUDED != TRUE
4d3bb7512c : Shim ACL: Implement OnLocalAddressUpdate
e1ecc6cdc7 : HFPClient: HF Indicators support
2dc759c8ac : Upgrade metadata database for Fast Pair devices
3f9ff972f9 : Replace ConnectivityManager hidden symbols on BT
f502ce53a1 : Controller: Debug message for unuspported opcodes
7e50976b32 : RootCanal: Iso support
df76cc1efb : RootCanal: Silence unused using warnings
035e4800be : Revert "Make active device == browsed device, always pause the old active device"
32c4ef7b21 : Add host support for utils/
18e4ea13a3 : export async_fd_watcher
bf30474400 : Re-include bta/...
019ce6f504 : Add gn builds for main/shim
c22df811e5 : btaa: route HCI packet to BTAA module
a4cf58db83 : Stabilize hci_layer_test
33692ce5a8 : Support Bluetooth HAL 1.1 in GD
5cc0d29829 : Rust HAL: Store header size as constant rather than enum
445a7f4bd1 : BluetoothAudioHAL: Don't cache the providers factory locally
03ed06fbe7 : Fix the delta_time_ms types mismtach in btsnooz.py
837db3eedc : Unbind gd_base_test from ACTS
779312a7e4 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
e667de8735 : Use Builders for Iso and Sco
8ab39e54b5 : Surface ACL disconnect reasons from native to Java
497e5ae751 : Add explicit rate units for SCO fields
261f360fdd : Surface ACL disconnect reasons from native to Java
1a0edfe419 : Packet: Remove non-standard iterator cases
7cc8f12c94 : btaa: add btaa btif implementation
49d9fb0809 : RootCanal: Support LeReadRemoteFeatures
491dec05cd : RootCanal: Send LeReadRemoteFeaturesStatus
b0efde161c : Re-include bta/av/bta_av_api.cc
281adf381b : Re-include bta/av/bta_av_act.cc
8ce0eb733b : Re-include bta/av/bta_av_aact.cc
f2a244a360 : Re-include bta/ar/bta_ar.cc
38b2e957a6 : Resolve NPE in getConnectionState()
7cfa9fcc8b : btaa: add btaa shim implementation
8a749dd688 : Enable target cover art by default on AVRCP 1.6 devices
3e3af8cbbe : Rootcanal: fix ISO packet routing
bec67a5c67 : Make BluetoothConnectionCallback static
ac4c74140a : [GD HCI] Add BtStopWatch log tag
e967ff8a72 : RootCanal: Check for disallowed commands
1db9bd4e9a : Add BluetoothMapClient to system API
306a02fde2 : Rename for updating BluetoothA2dp API naming
2e807440ff : Rename for updating BluetoothA2dp API naming
dce3ab070d : Update BluetoothA2dp API
6df424cd63 : gd: Get local address from acl module for legacy SMP
3d53e3d674 : Surface ACL disconnect reasons from native to Java
6d39414a6a : Re-include bta/ag/bta_ag_rfc.cc
1878cb4cd4 : Re-include bta/ag/bta_ag_main.cc
bb73a35e84 : Re-include bta/ag/bta_ag_cmd.cc
62778c1c4a : Re-include bta/ag/bta_ag_cfg.cc
44476737b2 : Re-include bta/ag/bta_ag_at.cc
2b55fed16e : Re-include bta/ag/bta_ag_api.cc
8c86328171 : Re-include bta/ag/bta_ag_act.cc
10a6c6a180 : L2cap: Don't erase link when outgoing packet pending
e63c4d71d8 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
500866a80b : Make active device == browsed device, always pause the old active device
1e35fd7506 : [GD ACL] Add btsnooz support in GD
15ab437b34 : GD-Common: Add CircularBuffer::Drain() method
38921f3f26 : rusty-gd: Add missing GAP data types and fix EIR length
67ef1c99c9 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
aa76d43ed0 : btaa: add btaa into the shim
b000d4af40 : Rootcanal: fix typos in handling CIS
d4386da41c : Rootcanal fix typo - return success
1b730f522d : [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Bluetooth
765582bb14 : btaa: introduce btaa module into gd
2bf3e36604 : Wipe cache when HID report cache isn't compatible with the current cache version.
0acc44dccd : Fix test for googletest upgrade
8477bf6519 : Fully synchronize access to gatt connections
b2e8e544e9 : Remove unneeded func stack/btm/btm_ble_bgconn::btm_ble_acceptlist_init
ec17f706bc : Remove unneccesary API BTM_GetAcceptlistSize
be80fff1c3 : Fix for gd_acl le connections
078939bf67 : gd_acl: Add add/remove acceptlist
e7c7fb6732 : Enum-ify bta/include/bta_hh_api::tBTA_HH_STATUS
355a739594 : Re-log stack/btm/btm_sec::btm_sec_is_a_bonded_dev
0ed3a548ad : Re-log stack/btm/btm_ble_privacy::btm_ble_suspend_resolving_list_activity
1c1d3c29a8 : Re-log stack/btm/btm_ble_gap::btm_ble_update_mode_operation
5ed2a8a287 : Use proper types tHCI_STATUS
260f4cc781 : Re-log stack/smp/smp_l2c::smp_connect_callback
6a19caf302 : gd_acl: Assert on paths when gd_acl enabled
5f1266f3b6 : Re-layout stack/btm/btm_ble_bgconn.cc
53db6c3b86 : Re-log stack/gatt/gatt_api::GATT_Connect
a4fcf51513 : Re-log stack/smp/smp_l2c::smp_connect_callback
e65dd8285d : Re-log stack/gap/gap_ble::client_connect_cback
0a3bb3c4e2 : Re-log bta/gatt/bta_gattc_act::bta_gattc_close
32cf4dbb42 : Group internally linked functions stack/btm/btm_ble_bgconn
3ab84560dc : Directly query controller for acceptlist size
d8da03d303 : Add API for tBTM_SEC_DEV_REC::has_ble
5203deb0c7 : Reduce unneeded namespace resolution main/shim/acl
bd72bf35e9 : Introduce bta_test
445082d415 : Introduce bta/test mocks and fakes
2bf0000f79 : Remove unnecessary include bta/hh/bta_hh_act.cc::log
09f25730e0 : Declare bta/dm/bta_dm_int::deinit
e5aed2684e : Re-layout stack/acl/btm_acl::btm_remove_acl
47b1197877 : bt_headless: Various updates
1c9986852a : gd_acl: Connect gd acl shutdown
233d589d52 : Re-log bta/dm/bta_dm_act::bta_dm_disable_conn_down_timer_cback
add7d19f87 : Re-log btif/src/btif_dm::BTIF_dm_disable
13117dc47d : Re-log stack/avdt/avdt_api::AVDT_Connect
d33f033e91 : Re-log stack/avdt/avdt_api::AVDT_DisconnectReq
79b4932484 : Enum-ify stack/include/avdt_api::tAVDT_RESULT
3153c902e3 : Re-log l2c_link_hci_conn_comp
4c4e6da97a : MapClient sent message parsing
812c75d373 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
92ecf7c487 : [LSC] Add LOCAL_LICENSE_KINDS to system/bt
478eccf321 : Check packet size in avrc_pars_browse_rsp
39faf95e61 : Fix MMS returns Bad Request
fd323df7d8 : Use proper types btm_sec_dev_rec_cback_event::bt_status_t
bed4e9ba9d : Re-log stack/btm/btm_sec::btm_sec_connected
46100a3dcc : Add gd acl shim connection shutdown
d35a71ebda : Send Bluetooth call quality report to telephony
d6bfb3c2bd : Send Bluetooth call quality report to telephony
5a4d07fb86 : Add max_connected_audio_devices parameter to A2DP Sink init
471be49659 : Revert "hci: Remove SimultaneousLeHost bit"
7623380ddc : Use getMaxConnectedAudioDevices when initializing the native stack
7eaa1219b9 : Fix bluetooth crash when no bluetooth.audio provider is present
de914f7857 : Fix use-after-free in async_manager.cc.
114e6dc168 : BTA_HH_LE: Check nullptr
d18acef290 : Remove bd_addr from logcat
ba87443e28 : Check packet size in avrc_pars_browse_rsp
182e8c12f2 : Skips the consent pairing dialog for recently associated CDM app and device combos because they have already been shown the CDM prompt which implicitly provides consent to bond.
aede4cebfd : Binder interface change to support bypassing consent pairing dialogs for recently associated CDM app and device combos
6cf8f61273 : Adds support in AdapterService to query for whether a consent dialog can be skipped for recently CDM associated app and device combos
644470e685 : rusty-gd: make sure to notify HCI shim on stack start
9736898896 : rusty-gd: handle padding in sizes
569da72aa5 : rusty-gd: give special treament to unconstrained only-children
325cf9382c : rusty-gd: generate bounds checks
a26d4e9d35 : btm_sec: Fix flags
b4c1d6ee99 : Import translations. DO NOT MERGE ANYWHERE
4356743053 : Import translations. DO NOT MERGE ANYWHERE
bad7728701 : Import translations. DO NOT MERGE ANYWHERE
a8f2b95686 : Import translations. DO NOT MERGE ANYWHERE
c040adc812 : Remove direct dependency on libcutils
efc13cd1cf : Update source files to build on Linux/Chrome OS
f6ddce1ccc : avrc_copy_packet: Zero initialize packet
426adc8deb : AVRCP: Use calloc to zero reserved fields
7d7b00eb9a : Legacy pairing: Reject device with same BD_ADDR
bb38f5c790 : smp: Reject pairing if the public keys match
51c42db2d1 : smp: Reject pairing if the public keys match
4b0a1c71bd : rusty-gd: some fixes to handle errors & get it somewhat working
65b57adaa2 : [DO NOT MERGE] Scan and notify apps when their companion devices are nearby
f1476a748e : gd smp: Reject pairing if the public keys match
75ac2490ff : Load bluetooth.audio HAL as either 2.0 or 2.1
3477f5da20 : Add Volume Control UUID
fddfbdd960 : rusty-gd: sequence immediate message loop posts
b57a25758c : AsyncManager: Shorten test time
922c8f3b6a : bt: Make crypto_toolbox_for_test available on the host
6c1449d4f0 : rusty-gd: remaining fixes to get DirectHciTest running consistently
08834531d2 : blueberry: print Data as hex, to make matching to wireshark easier
511394a230 : Fix two bluetooth tests
794c2f3806 : L2cap shim: Send config callback before register dequeue
08329553ce : rusty-gd: Changes to make the HCI inquiry test pass
116ae62b28 : Update GN files for building on Linux/Chrome OS
a619a3c479 : A2DP: AAC encoder uses same value in tick interval and feeding data
5a3bdee755 : avrcp: Ignore AVCT commands that are too long
46a32a0730 : avrcp: Ignore AVCT commands that are too long
24e2211ec8 : add irun (interactive run)
9fa108e216 : btif: Return after closing the socket
808b946e3e : btif: Return after closing the socket
5ef2a8627c : rust: Refactor modules for static_lib propagation.
2920bd6424 : btsnoop: Fix TRUE is undefined for btsnoop socket
49f1404c6e : Broaden exception criteria for failed image URI resolution
e8052015f4 : make incremental blueberry testing faster
2fed416040 : RFCOMM: Use std map to store channel map
47b46f5451 : AVDT: Use std map to store channel map
48d2f154eb : Remove unused AVDT API
20b4bb12aa : Use proper types tHCI_STATUS/tHCI_REASON
8bd24d3da0 : Fix L2cap shim crash on shutdown
42e9900100 : getPanLocalRoleNative is unused
0186b3930f : Don't fragment when ACL shim is enabled
be69141d56 : Remove unused code
771c552eff : btm_loghistory: Add codec reconfig
af5aa1e879 : De-friend various tACL_CB
0534c27c4c : Streamline BTM_GetNumAclLinks and acl_get_supported_packet_types
07287fe83d : SCO: codec parameters refactor
aaff2a101d : HFP: Refactor HFP version flags
6e02cd8078 : Remove unused sco initialization
0a9098fe41 : Remove unused #defs stack/include/bt_types
a252d61fc8 : Enum-ify bta/include/bta_api::tBTA_PREF_ROLES
5499a8df3a : Add bta/include/bta_api::preferred_role_text
a324381039 : Remove useless #def indirection bta/dm/bta_dm_act
2788d5a894 : Move TRACE definitions into trace header file
3cea6b7b8d : Introduce gd/os/log:CASE_RETURN_TEXT
d1ef95e98e : Add various LOG_TAG bluetooth
8c426e5dbb : Controller: Simplify ReadLocalSupportedCommands
c6d8364eb2 : HH: Remove redundant assignment
86b13b0406 : Fix LE crash
4e396ca479 : L2cap scheduler: Drop packets when chennel is closed
d1a661a76a : L2cap: Repeat config options from remote
5b291ee474 : Fix L2cap LE crash
a8b2d0fc9c : rusty-gd: hci facade completes command to ACK receive
f3c8dc47a4 : rusty-gd: don't put payloads, the size has already been allocated
cf43afcca7 : rusty-gd: take vector sizes into account
6426edd62b : L2cap privacy shim
b88be74f68 : Fix LE link_manager_test
49363e4ddb : rusty-gd: move write_to logic to parent_def
35b390d07d : rusty-gd: move size field to packet gen
fdc69bfc77 : rusty-gd: Write correct size and compute it once
89489fa1d5 : Plumb through hci_status to clients
6f187827f1 : L2cap LE: Send channel open callback after remote version
08f29c81e4 : Make build tweaks to support newer libchrome
c86d26f354 : Fix up files to compile on Linux
525eda024c : BTM_PM_REG_SET should imply BTM_PM_REG_NOTIF
d4d9f0617b : There is only one BTM PM registration
f678fc1726 : [VCN07.2] Add NOT_VCN_MANAGED for NetworkAgent implementations
54b3df09fe : Use onNetworkUnwanted() instead of unwanted()
b34973daf5 : pm_reg_db[BTM_MAX_PM_RECORDS + 1] is unused
11839a6015 : Send OnModeChange non success event to shim
32286a02ed : Make BTM_PM almost modular
f0116f219d : Re-include include/hardware/bt_sock
9811fc5b1c : Re-include btif/include/btif_av
a24356a12b : Re-include btif/include/btif_a2dp_source
2e6839c005 : Re-include btif/include/btif_a2dp_sink
a8d0c44b25 : Re-include bta/sdp/bta_sdp_int
8c3aff6083 : Re-include bta/pb/bta_pbs_int
7229bb5309 : Re-include bta/pan/bta_pan_int
cbee08e542 : Re-include bta/jv/bta_jv_int
692db49072 : Re-include bta/include/utl
5d8ea95c2f : Re-include bta/include/bta_sdp_api
240f6e5c65 : Re-include bta/include/bta_pan_co
4149274e38 : Re-include bta/include/bta_pan_ci
faf62bc7a5 : Re-include bta/include/bta_pan_api
bfa7a5612c : Re-include bta/include/bta_op_api
97954fbb64 : Re-include bta/include/bta_jv_co
92e8c5d8fa : Re-include bta/include/bta_jv_api
b4fba1d9c1 : Re-include bta/include/bta_hh_co
6311ccccd3 : Re-include bta/include/bta_hh_api
38fe1be778 : Re-include bta/include/bta_hf_client_api
6412d0defc : Re-include bta/include/bta_hearing_aid_api
f48e7e3be2 : Re-include bta/include/bta_hd_api
b5f1908fb7 : Re-include bta/include/bta_gatts_co
034be18172 : Re-include bta/include/bta_gatt_queue
2e180a6c1f : Re-include bta/include/bta_gatt_api
7d2e136f85 : Re-include bta/include/bta_dm_co
f31e23da86 : Re-include bta/include/bta_dm_ci
6311d94a12 : Re-include bta/include/bta_dm_api
64d00cea38 : Re-include bta/include/bta_av_co
89abafc10a : Re-include bta/include/bta_av_ci
e5b60a87b1 : Re-include bta/include/bta_av_api
f88faeb967 : Re-include bta/include/bta_ar_api
5b523c33e4 : Re-include bta/include/bta_api
ad05f1001b : Re-include bta/include/bta_ag_api
c995809b56 : Re-include bta/hh/bta_hh_int
5b2132d732 : Re-include bta/hf_client/bta_hf_client_at
12ae8cae8f : Re-include bta/hd/bta_hd_int
7c6078f526 : Re-include bta/gatt/bta_gatts_int
eadef6c8d7 : Re-include bta/gatt/bta_gattc_int
e1f69ee514 : Re-include bta/dm/bta_dm_int
8ca14adc93 : Re-include bta/av/bta_av_int
bb5e480cff : Re-include bta/ar/bta_ar_int
f82a284eb8 : Re-include bta/ag/bta_ag_int
81013227a6 : Properly include bta/ag/bta_ag_at::size_t
e40d3d1d51 : Properly include bta/gatt/database_builder
a87686c12c : Properly include various compilation units
2f14b11f97 : BTM_PM refactor
20bf96057f : Let ACL Manager load IRK for now
ecff4335d8 : Re-route read LE local/remote address to L2cap
8c11389baa : Import translations. DO NOT MERGE ANYWHERE
a8143aef5d : HCI: Match commands with responses
d4fbd152ea : L2cap: Depend on Advertising to set privacy
26c30db91a : HCI: Remove Create New Unit Key
46026ae85c : HCI: Remove deprecated TRACK command
1928c2ad59 : BluetoothInCallService: remove IN_CALL_SERVICE_RINGING
99e0fa6c94 : Remove some unused stuff
b8f635e645 : gd: Add dependency for Advertising/Scanning/L2CAP module
3ad935d760 : Fix some sco packet type features
50b609cb10 : btm_log: Add pairing state changes
8153d26d8a : Move stack/include/bt_types::FLOW_SPEC => stack/l2c
6be910449b : Move stack/include/::btm_api into btm_ble_api
f200d7463e : Include security_client_callbacks
df9beff982 : Break out security callbacks stack/include/security_client_callbacks
0a762d9d9c : Introduce stack/include/sco_client_callbacks
c35952519a : Add stack/acl/btm_acl::SupportTransparentSynchronousData
90f55cf952 : Expand stack/include/btm_client_interface
fa84ef11ae : Add explict FALLTHROUGH_INTENDED to package
3c6eabb5d5 : Re-log stack/rfcomm/rfc_mx_fsm::rfc_mx_sm_execute
2f62602aee : Re-log stack/btm/btm_sec::BTM_SetSecurityLevel
28bd10a687 : Re-log stack/btm/btm_sec::btm_sec_mx_access_request
e4dd60471d : Re-log stack/btm/btm_sco::BTM_SetEScoMode
e3c16d30fb : Re-log stack/btm/btm_sco::btm_send_connect_request
b3258b55c3 : Re-log stack/btm/btm_ble_gap::BTM_BleGetVendorCapabilities
755e4bb88a : Re-log stack/btm/btm_ble::btm_ble_set_random_address
45494db9b6 : Re-log stack/acl/btm_pm::
f48808714e : Re-log bta/av/bta_av_api::BTA_AvStart
0c257df97e : Re-log bta/ag/bta_ag_main::bta_ag_api_result
f16f250773 : Add stack/include/btm_api_types::security_mode_text
dea60d08ac : Add stack/btm/security_device_record::security_state_text
c3b2a46829 : Streamline stack/btm/btm_sco::btm_sco_connected
75ca5aae86 : Enum-ify bta/include/bta_api::tBTA_DM_PM_ACTION_BITMASK
e79f37148d : Canonicalize stack/gatt/bta_gattc_act::bta_gattc_cl_cback
99760c617a : Use proper types btm_sco_connected tHCI_STATUS
f07a44a065 : Use tBTA_AG_SCB::ToString
bd4a3003f8 : Re-log stack/btm/btm_sec::btm_sec_disconnected
a2567819df : Streamline stack/btm/btm_sec::btm_sec_disconnect
54a96af7f0 : Stat-ify stack/gatt/att_protocol
7ef257207d : MAP: Skip invalid message data
b193b6eca6 : [GD ACL] Make ACL packets non-flushable by default
5f62e6fd5b : MAP: Change default version to 1.4.2
1f51993bfd : SAP: Mark the PendingIntents with FLAG_IMMUTABLE
9965bf714a : docs: fix typo HDP->HFP in BluetoothHeadset
d1732c8e57 : docs: Use correct profile for intent
e51c82ee58 : L2cap shim improvements
544b22d7cf : HFPClient: Support HF Indicators
36794110bd : Skip LE Security test
a55a3f72e8 : AdvertiseData: fix nullable collection
fbb0ff78a1 : SAP: Mark the PendingIntents with FLAG_IMMUTABLE
c208ff41cb : Use updated SIG wording: blacklist to rejectlist
a39a774ab5 : Fix race condition for dynamic audio buffer capabilities
01dd85d960 : Get dynamic audio buffer capabilities at BREDR_STARTED
4e1a76ea34 : DO NOT MERGE Add mutex for std::map in btif_av.cc
8af1a3e4ce : DO NOT MERGE Add mutex for std::map in btif_av.cc
2414e12cf8 : DO NOT MERGE Add mutex for std::map in btif_av.cc
7401e8f857 : rusty-gd: Use entire slice during packet parsing
0b148ae329 : iso/tests: Add more cases for Iso Manager
102c008536 : L2cap FCR: Use MTU from registration
1be477f57c : rusty-gd: Serialize size fields.
de7e3ad5f9 : iso: Fix handling same sequence number
f08df31f56 : AVDTP: static IOP database for AVDTP SUSPEND
83031bc03c : Import translations. DO NOT MERGE ANYWHERE
8821ac9fba : Import translations. DO NOT MERGE ANYWHERE
3f96b80bbf : Import translations. DO NOT MERGE ANYWHERE
9d0cc45144 : BluetoothAudioHAL: MTU not exceed an AVDTP packet
04af60fddc : Bluetooth: Mark unaudited PendingIntents with FLAG_IMMUTABLE
4e8bcb4045 : Bluetooth: Mark unaudited PendingIntents with FLAG_IMMUTABLE
72bccfac9f : [GD Cert] Support Python 3.9
f0efdd2c6d : Specify version for aidl_interface explicitly
ca1c18c521 : gd: Fix advertising id not removed bug
d4a20c20de : gd: Prevent legacy address rotation when GD enabled
6e4346105b : gd: Handle inquiry result callback
1cd638de30 : Use new tokio 1.x API functions.
cb919740ef : gattc: Fix uninitialized memory issue which could lead to crash
d69ead3c27 : gd: Enable scanning flag
6b16716ea4 : rusty-gd: Added methods to compute size
f36355455e : rusty-gd: move gddi-macros to gddi/macros
6df7f597e4 : rusty-gd: move facade_helpers to facade/helpers
39c5f556fc : rusty-gd: remove unused grpc-macros content
c9165010ae : rusty-gd: reorg rust/acl to rust/link
00409f08ee : Fix A2dp encoder counter deviation.
3828f0217b : [GD ACL] Do the right check by transport when sending ACL data and cmd
1b82bb261c : Explicitly add static dependencies
182bafa914 : Fix btm_sco_connected usage
96b853d771 : gd_acl: Upon le disconnect use proper transport conn map
e99aa37978 : bt: Fix acl_ble_is_role_central() removal
ccfd5ba3e6 : MAP: Skip invalid message data
3f8c5fdd52 : Dynamic Audio Buffer (2/3)
68fbd66211 : Re-route LE adv set terminate callback
aa42c652c7 : L2cap shim: Implement remote features
70a8e0a5ce : Use BTM_GetHCIConnHandle
0ec2aec005 : Remove acl_get_transport_from_handle
9ad8350d6e : L2cap LE: Read remote version on connection
faac56c1d5 : Simplify code in ble_privacy
c2602e2483 : rusty-gd: fix parted dependency injection
cb199bea7c : BTM_ReadAutomaticFlushTimeout is unused
b300d43df5 : read_automatic_flush_timeout is not used
2ddda01497 : Always disconnect ACL by handle
ae094b362c : Set ACL disconnect reason in ACL, not L2cap
b996e07f4e : sco_disc_reason is unused
163dbe4bc4 : Make link supervision timeout as a constant
29a7690b76 : Map Client use content provider for messages
7e896e4a6f : Move BTM_SetLinkSuperTout from L2cap to ACL
d933cd2ab6 : Simplify get role API
9a3fa9330f : Add stack/include/btm_api_types::io_capabilities_text
c989283359 : Add main/shim/helpers::ToHciRole
79df2cab4f : Encapsulate tACL_CONN::role_switch
0a8928921f : Add API tACL_CONN::is_{disconnect/role_switch}_pending
ecabc2d222 : HACK: Remove SCO disconnect short circuit
bca51e799e : Streamline btif/src/btif_hf::HeadsetInterface::PhoneStateChange
59df0497a5 : btm_history: BTM_CreateSco call connecting
d7dab17462 : Add stack/btm/btm_sco::GetLegacyHciInterface
6e5f0111a4 : gattc: Extend gattc queue with mtu exchange
53b3601cd0 : gd: Pass address of scan result by value
4f7260aa72 : gd: Pass address of scan result by value
03df10a776 : Connect main/shim/acl_legacy_interface::btm_sco_on_disconnected
ca74ef88a6 : Declare stack/include/sco_hci_link_interface::btm_sco_on_disconnected
aa230e1832 : De-anonymize stack/include/btm_api_types::tBTM_ESCO_DATA
f38308c53d : gd_shim: Use HACK_SetScoDisconnectCallback
71de37e43a : Add stack/btm/btm_sco::btm_sco_on_disconnected
0e3f946799 : Add stack/btm/btm_sco::get_index
cfcc8ec01b : Add tSCO_CB::get_sco_connection_from_handle
105dfe64c4 : Add btm Register_HACK_SetScoDisconnectCallback
d35458bc52 : Add API tSCO_CONN::is_active,Handle
2945ced2c2 : Add tSCO_CONN::get_sco_connection_from_index
99a383ce8c : Use SCO stack/btm/btm_sco::BTM_LogHistory
5c20d0117f : Use main/shim/dumpsys::PRIVATE_CELL
6d87bb132e : Add main/shim/dumpsys::PRIVATE_CELL
c71c1b3b29 : Re-log btif/src/btif_gatt_util::btif_gatt_check_encrypted_link
50ea851eb9 : Add APIs stack/btm/security_device_record::
dd63aba0df : Remove unnecessary stack/acl/btm_acl::btm_pm_is_le_link
86c60f789c : Unfriend stack/acl/acl::tACL_CB
20b25b6829 : Remove unused stack/include/acl_api_types::tBTM_QOS_SETUP_CMPL
c3ed935eb6 : Remove unused stack/include/acl_api_types::tBTM_INQ_TXPWR_RESULT
b59562c23a : Re-log stack/avct/avct_lcb_act::avct_lcb_chk_disc
0f4689ac8a : Remove unnecessary external tBTM_CB::Inits
185cd018d9 : Pull various Inits into parent tBTM_CB::Init structure
33df351bf9 : Remove stack/btm/btm_int.h
532610efdc : Use get_btm_client_interface().peer.BTM_GetMaxPacketSize
f85eb592ed : Use btm_cb.devcb.Init
86c46790ea : Remove unused fields tBTM_CFG::
38e1fb1586 : Internalize btm_acl_device_down::BTM_db_reset
5413735ec8 : Add tBTM_INQUIRY_VAR_ST::Init/Free
fc0e057585 : Move sco packet types to sco initialization
3da5c35890 : gd: Implement Advertising Packet Content Filter
05d0738831 : Add boilerplate code for 5.2 COC
1f7f176260 : Dynamic Audio Buffer (1/3)
82c341fb78 : Dynamic Audio Buffer (3/3)
6ecb085dc2 : Include rfcdefs and add btm_client_interface
d4e784d554 : Consolidate assignment btm_cb.acl_cb_.btm_acl_pkt_types_supported
f8962b1fa3 : Add tBTM_DEVCB::Init/Free
4c8f833c50 : Add param BTM_acl_after_controller_started::controller_t
b766915a00 : Add tSCO_CB::Init
d78643390b : Remove useless global level of indirection
96e9e04ab7 : Add and Use stack//btm_acl::internal::set_default_packet_types_supported
cbd37f44ab : rusty-gd: migrate classic acl to a directory, in prep for facade
f60b524613 : rusty-gd: some tidying in acl
9ae2d47ab8 : rusty-gd: add authentication complete for classic acl
8141c0a5e5 : rusty-gd: implement connection request for classic ACL
fe474d836c : rusty-gd: wire through classic ACL API for disconnect
645e508cf8 : rusty-gd: expose core byte rx/tx for classic ACL
82cda2a64a : rusty-gd: move acl core from lib.rs to core.rs
86734bc0dd : rusty-gd: implement connection complete for classic acl
677e01ab3f : rusty-gd: simplify acl internal requests by using structured enums
9b198eaaba : rusty-gd: start classic acl manager
f6ebfd4abf : rusty-gd: report acl disconnections
dfb6881c52 : rusty-gd: implement ACL connection close
dd0ada6216 : rusty-gd: add ACL credit control
52ceb23fea : rusty-gd: implement outbound fragmentation & dispatch
c112a60433 : rusty-gd: add packet reassembler
453f03d3fe : rusty-gd: implement vector payloads for packets
248e9fb6ed : rusty-gd: start ACL - simple dispatch of inbound traffic
ee38969214 : GD Controller: Add status packet for LE_READ_REMOTE_FEATURES
44f03b303c : Scan and notify apps when their companion devices are nearby
92df203624 : Add test SetSupervisorTimeoutOnConnectionSuccess
98b7ae06b7 : Re-log stack/acl/btm_acl::btm_acl_created
693eed2181 : Re-log stack/btm/btm_sec::btm_sec_connected
49232e9c2e : Fully encapsulate tBTM_SEC_DEV_REC::is_originator
996e18d4a8 : Use tBTM_SEC_DEV_REC::IsLocallyInitiated
7d3fd0d3f9 : Add API tBTM_SEC_DEV_REC::IsLocallyInitiated
5ac4b9181d : Use stack/acl/btm_acl::hci_btm_set_link_supervision_timeout
d06e1bd239 : Add stack/acl/btm_acl::hci_btm_set_link_supervision_timeout
0a69a824f1 : Test stack/acl/btm_acl::on_acl_br_edr_{success,failed}
7af046d2c6 : gd_shim_acl: Plumb stack/acl/btm_acl::on_acl_br_edr_{success,failed}
ffa22f6555 : Use stack/acl/btm_acl::on_acl_br_edr_{success,failed}
9920ee6db2 : Add stack/acl/btm_acl::on_acl_br_edr_{success,failed}
badec5c3bd : De-anonymize tBTM_SEC_DEV_REC
7cf71eb53c : Internalize stack/acl/btm_acl::hci_start_role_switch_to_central
9dcdbc4527 : gd: Handle scan parameter
9308fa4463 : Use some L2cap APIs in btm_sec
45ac3f75b0 : Simplify some L2cap code
8510e210b8 : gd: Update random address when command success
83fd5e922c : gd: Fix bug of AdvertisingCache
5323377490 : Add ISO type support on btsnooz.py script
166a14585c : Import translations. DO NOT MERGE ANYWHERE
4f7f4370f5 : Introduce LE Audio state machine and service test cases
d8353517d6 : Fix errorprone issues - part 2
2a8aeb1d8d : Fix linter
6c503688b5 : Cert: Add InitiateConnectionForSecurity to PyL2cap
7a84216676 : Security: Fix pairing handler dispatching
bae79bec8e : Add tests for the AVRCP Target Cover Art feature
373eefcf3a : Add the AVRCP Target 1.6 cover art feature
63b91a56d8 : Get the AVRCP Version that the user has requested
d9cda67fe4 : Add image member to Metadata object
ba4a1c5fe7 : Add BIP Client status setting API to JNI interface
edbe5b2472 : Add the BIP Server registration API to the JNI interface
5b0c058029 : RoundRobinScheduler: Add multi priority support
233c4d9740 : Wire up SetChannelTxPriority
dd11ff180c : L2cap scheduler: Implement high priority channel
3a319de59c : Introduce MultiPriorityQueue
43ebd8c89d : Refactor L2CA_SetFixedChannelTout
bc95be5af4 : gd: Implement address rotation for advertising set
29e263c1b3 : RootCanal: Check PIN on both sides
2eba3c4aac : fix mac build
599fd2dbd9 : Add callbacks in LE link manager
c5af98ed52 : L2cap LE shim: Don't match address type
802dd1eb25 : Remove unused L2cap shim API
77bf587be2 : Implement L2CA_EnableUpdateBleConnParams in shim
cb0647c546 : Import translations. DO NOT MERGE ANYWHERE
523d47e824 : Swich TEST_MAPPING config to unit_tests:true
9cbad25830 : RootCanal: Reject unsolicited PIN responses
5c8b75b849 : Swich TEST_MAPPING config to unit_tests:true
efb6a099ac : rusty-gd: update hal facade
1f51e620e9 : rusty-gd: introduce RxAdapter
c3c0b3ca10 : rusty-gd: switch hci facade to grpc context
6ac54ef4d0 : rusty-gd: shim & facade are very similar, start sharing code
dfbee39658 : rusty-gd: split HAL into control & acl
9eb03a940e : rusty-gd: allow parting out injected values
d442edb72a : rusty-gd: simplify exported types
21f7d9e7fb : rusty-gd: implement controller shim
22761ecab3 : rusty-gd: back message loop thread with rust, if rust enabled
f6a883351f : Add tests for the AVRCP Target Cover Art feature
6c590a7ace : Fix errorprone issues
8b325fec67 : L2cap shim: Implement L2CA_GetBleConnRole
986face44d : Remove unused API L2CA_CancelBleConnectReq
9fefdc6a74 : gatt_disconnect: Remove L2CA_CancelBleConnectReq
75dcc97f52 : Refactor LE disconnnect reason
0f6d792c57 : p_clcb->reason is never set
aab4d1d918 : Remove unused data length API
94e692e62f : Support BTM_SetBleDataLength when L2cap shim is on
213633c967 : GATT: Set data length directly
d5d6ce696f : Fix v2 format decoding in btsnooz.py
0140ce4a4f : Move BluetoothInCallService to separate package (2/2)
f940c51cdb : Move BluetoothInCallService to separate package (1/2)
4e669dea3a : Clean up BTM_SetBleDataLength
e83d861430 : Simplify max data length request
10fe6d6b15 : BLE_LLT_INCLUDED is always true
4b28b43ef2 : Clean up L2CA_UpdateBleConnParams
93f242ce77 : gd: Handle data status for extended advertising report
5271ac8325 : gd: Handle scan response
ae001790f1 : Properly use tHCI_STATUS and hci error code equivalence
3728ca47dd : Use proper stack/btm/btm_sec::btm_status_text
b1cc478a94 : gd: Include hci handle in unsuccessful mode change event
16b85b0eea : Use proper bta/gatt/bta_gattc_act::gatt_disconnection_reason_text
a03f2e320a : Add gatt_disconnection_reason_text
074d0512d0 : don't expose main thread message loop
ba7a3a1bed : rusty-gd: implement custom types & read address in controller
bfa97a391e : rusty-gd: most of the HCI shim layer
a1d3bb5955 : rusty-gd: implement command sending via HCI shim
e6bdb186ec : move le_advertising_manager_test over to PyHci
70e9aa67dc : Emit checker for command status opcodes, remove unnecessary overloads
af098fd2f5 : HciLayerFacade -> HciFacade
0a09d56810 : Clean up BTA_GATTC_Open
dedbea205c : Pass BIP client status down and use it to decide to send image handles
bafad79964 : Add a path to add the PSM of the BIP OBEX server to the SDP record
b1b939d1a6 : Allow NewAvrcp to manage its own SDP record
9df4cb92f2 : BluetoothInCallService: register broadcast receiver at onCreate and unregister it at onDestroy
301b6036aa : BTM_Sec: AUTHENTICATE should imply MITM
518b34c494 : L2cap: Pass remote features to btm_sec
b1b61f9012 : Shim hack: Add SCO disconnect callback
5e12aded35 : L2cap LE shim: Use link property listener
5353080ad7 : LE: Add link property listener and phy update
1341cf9bd8 : gd_acl: Add ACL connection history
207068e546 : Add gd/common/strings::StringFormatTimeWithMilliseconds
3b7e218ece : bt_headless: Add connect/disconnect timeouts
0fb70b2219 : Include BTM_PmRegister::callback
6912d547ec : Use main/shim/dumpsys::supervision_timeout_to_seconds
d1ce8c9f02 : Add main/shim/dumpsys::supervision_timeout_to_seconds
8c2d202687 : bt_headless: Add connect test
3cf9db181e : Remove redundant UUID parsing in GattService
e314036215 : Increase RFC_MCB_RELEASE_INACT_TIMER to 20 seconds
96c90d0ae1 : SDP: Only start discovery once
177e5cb212 : gd: Set scan response data based on AdvertisingType
14144a2dab : Include stack/gatt/gatt_db::stack/btm/btm_ble_int
1c653ae7a6 : btm_process_clk_off_comp_evt is no-op
cf1f61c330 : LE L2cap security enforcement interface minor fix
bf008c60ed : Implement robust caching (client)
aad611cbb6 : L2cap: Reroute link callbacks to new listener
088a7faf6d : L2cap: Send link callbacks to listener
14c4fe7bd9 : Introduce L2cap classic link property listener
5d55645dbd : gatt: Allow to set eatt support
f60569d53e : Create a builder for audio_util Metadata and migrate off bundles
afbe463316 : Re-log stack/btm/btm_dev::btm_sec_alloc_dev
901ebf6e20 : Properly include stack/btm/btm_sec::smp_int.h
605c566269 : Complete stack/include/btm_client_interface::<BTM interface>
6627e5fdbc : Add LOG_TAG stack/avct/avct_bcb_act::bluetooth
ef624b54d7 : Add stack/btm/btm_sec::NotifyBondingCanceled
302e48b301 : Un-include stack/l2cap/l2c_link declare explictly
b6632f79d0 : Re-log btif/src/btif_av::btif_av_handle_event
24cc44f7b4 : Re-log stack/gatt/gatt_api::GATTC_ConfigureMTU
392cdb32ba : Canonicalize stack/gatt/gatt_attr::gatt_profile_cback
dddceecfb4 : Use proper API main/shim/acl::BTM_LogHistory
9bdd9cf2eb : Re-log btif/src/btif_dm::btif_dm_proc_loc_oob
18b663daec : Canonicalize btif/src/btif_gatt::btgattInterface
00940402b0 : gatt: Allow to set eatt_support
6e116e4e75 : gatt: Extend Bluetooth GATT API with eatt support
9cb3353fb2 : gd: replace old scan APIs and refactor tests
1a688ea897 : gd: Implement basic scan function
629cde48f8 : Import translations. DO NOT MERGE ANYWHERE
d71f310571 : UpdateAbility: Implement BluetoothInCallService and its test. Besides atest, also manually tested hfp.
43bf16074d : rusty-gd: some facade cleanup
ab6c298fdc : rusty-gd: add le events to facade
b1a5fde900 : L2cap LE shim improvements
b6f493cb42 : Fix crash when removing bond to HID device
337ec54aed : Optimize UUID parsing in GattService
db415b26c8 : Bluetooth: Implement API to get device identification information
5ee549534a : Add INIT_gd_link_policy
0e23c8cee8 : gd_acl: Assert with handle value
c19e55fc63 : Updateability: Remove IBluetoothHeadsetPhone aidl
8eba7b8576 : rusty-gd: Fill in new and parse methods for *Data structs
df999a472d : Revert "Updateability: Remove IBluetoothHeadsetPhone aidl"
9c9f8ef511 : Revert "UpdateAbility: Implement BluetoothInCallService and its ..."
297f744995 : Complete hci legacy interface
c0cb1fd191 : Re-log bta/ag/bta_ag_sco::bta_ag_remove_sco
d8226c047f : Re-log bta/ag/bta_ag_cmd::bta_ag_hfp_result
ad133250e4 : Re-log bta/ag/bta_ag_main::bta_ag_api_result
e769059d0b : Add and use tBTM_CB::tACL_CB::Init
65d0501e64 : Un-include stack/btm/btm_int
fe29d3b2e8 : Properly include stack/test/common/mock_btm_layer
249d8d2559 : Use tACL_CONN::SupportsSecureConnections
2f1a033892 : Use proper types bta/ag/bta_ag_sco::tBTA_AG_EVT
a9050f0cd8 : Declare stack/gatt/gatt_utils::btm_ble_read_sec_key_size
811724c4e0 : Add stack/include/hcidefs::hci_mode_text
3308f182ea : Use btm_client_interface::init,free
067f8faf8f : btm_loghistory: HeadsetInterface::PhoneStateChange
134b3014a5 : Use inclusive language
c6beee7636 : Enum-ify stack/smp/smp_int::tSMP_EVENT,tSMP_BR_EVENT
ba4c3e974f : Various inclusion stack/::
20b5ebcf4e : Add API btm_client_interface methods
965ef9cb71 : Declare explicitly global tBTM_CB
a3e16c7c8d : Move stack/include/hcimsgs#defs into ble compilation unit
8943e7cce6 : Move stack/include/hcimsgs#defs into br_edr compilation unit
6fe4f8e615 : Spell check HCIC_BLE_ENCRYPT_KEY_SIZE
ce6d13e489 : Revert "Updateability: Remove IBluetoothHeadsetPhone aidl"
f770f8ddd7 : Revert "BluetoothInCallService: Check null in OnCallRemoved"
fd20447e13 : Revert "BluetoothInCallService: Check null for getDetails().getExtras() in"
81566f73eb : AVRCP: Use calloc to zero reserved fields
b426f90144 : Derestrict some non-SDK APIs.
7879e381c9 : Implement bluetooth interface functions to check if a headset supports voice recognition as well as echo cancellation and/or noise reduction
c611e73406 : Introduce public APIs to check whether a remote bluetooth headset supports voice recognition as well as echo cancellation and/or noise reduction via the AT+BRSF bitmask
5829b90517 : Propagate the request for whether a headset device supports voice recognition as well as echo cancellation and/or noise reduction from the java layer to the native stack
e03ce043d9 : hci_legacy_interface: Add Start/Cancel Inquiry
345a3e1e8d : Re-log btif/src/btif_hf::btif_hf_upstreams_evt
934f92eb23 : Re-log bta/ag/bta_ag_main::bta_ag_sm_execute
497bbe43d7 : Re-log bta/ag/bta_ag_sco::bta_ag_create_sco
aa286a2737 : Re-log bta/ag/bta_ag_main::bta_ag_api_result
b3911ebea8 : Use get_btm_client_interface().security.BTM_SecRegister
721605d219 : Use get_btm_client_interface().lifecycle.BTM_GetHCIConnHandle
60dc97e283 : Enum-ify stack/include/btm_api_types::BTM_AUTH_
189bb6abf6 : Declare stack/include/btm_::init/free
e5e3caf032 : Add stack/include/hcidefs::tHCI_ENCRYPT_MODE
0b40de5791 : Re-arrange fields stack/include/acl_api_types::tBTM_
427c75f220 : Enum-ify bta/dm/bta_dm_int::tBTA_DM_CONN_STATE
8402044a08 : Re-log stack/gatt/gatt_main::gatt_notify_phy_updated
04040f7804 : Enum-ify stack/include/gatt_api::tGATT_DISC_TYPE
37ac1725ec : Enum-ify stack/include/gatt_api::GATT_REASON
81de83c516 : Add stack/gatt/gatt_int::kGattConnected/Disconnected
fdfc65d21a : Enum-ify stack/smp/smp_int::SMP_MODEL_
78a5e2d8fe : Enum-ify stack/include/smp_api_types::SMP_AUTH_
44514156d8 : Add tACL_CONN::is_power_mode_pending
8a0f20a074 : Use tACL_CB::DefaultPacketTypes
77d4e3fce5 : BluetoothInCallService: Check null for getDetails().getExtras() in isSilentRingingRequested
a6835939b4 : LE L2cap shim: Implement fixed channel timeout
2551675a13 : BluetoothInCallService: Check null in OnCallRemoved
298c5d45d9 : L2cap shim: fix L2CA_SendFixedChnlData
b6862adba9 : avrc_copy_packet: Zero initialize packet
56299229dd : Make it possible to pass multiple BLE services to settings
fbbf59b698 : Properly type bta_ag_at_hsp_cback::tBTA_AG_EVT
c804141d08 : Enum-ify stack/include/btm_api_types::tBTM_IO_CAP
82f6360c4e : Enum-ify bta/av/bta_av_int::BTA_AV_RS_
932cd5db87 : Enum-ify stack/btm/security_device_record::tBTM_SM4_
d058b3ca8e : Enum-ify stack/include/l2cdefs::tL2CAP_CONN
495c6cdbf0 : Enum-ify stack/include/btm_api_types::BTM_LE_KEY
36b0004713 : Enum-ify stack/avdt/avdt_int::AVDT_CCB_
8a5e73f399 : Enum-ify bta/include/bta_ag_api::tBTA_AG_EVT
beb003047b : Add bta/ag/bta_ag_int::tBTA_AG_API_RESULT::ToString
e38812c434 : Consolidate exits stack/acl/btm_acl::hci_start_role_switch_to_central
66631de9c2 : Add BTM_LogHistory to BTM_RemoveSco
52298692b9 : Enum-ify bta/include/bta_ag_api::tBTA_AG_RES
df83ef2789 : Add tACL_CONN::SupportsSecureConnections
9ef9f83edd : Re-log stack/btm/btm_sco::btm_sco_disc_chk_pend_for_modechange
bd57db6e53 : Re-log bta/av/bta_av_main::bta_av_sco_chg_cback
44fdb921e9 : Re-log bta/ag/bta_ag_sco::bta_ag_sco_event
def8fd3cdd : Re-log bta/ag/bta_ag_sco::bta_ag_sco_disc_cback
38feeb55d1 : gd: Implement register/unregister scanner
1144532b60 : Add tACL_CONN::RemoteAddress
a73cd7d7ac : Introduce btm client interface
89ca763b25 : Properly include stack/include/hci_error_code::<string>
cb0fad14cf : Refactor scanning callback mechanism for GD
d6f7287aa8 : Re-log stack/l2cap/l2c_link::l2c_link_timeout
abd878e1ce : Re-log stack/btm/btm_sco.::btm_sco_removed
5331740202 : btm_loghistory stack/btm/btm_sco::BTM_CreateSco
bc26aef3b9 : Re-log btif/src/btif_profile_queue::btif_queue_connect_next
d5d162fd45 : Re-log btif/src/btif_profile_queue::queue_int_add
7ed5d552f8 : Re-log btif/src/btif_profile_queue::ConnectNode
f8ef55afb4 : Re-log btif/src/btif_hf::HeadsetInterface::PhoneStateChange
b8e2d4f555 : Re-log btif/src/btif_av::src_connect_sink
f5aa1ffe4b : btm_loghistory: btm_sec_auth_complete::Bonding
72e27a268d : Consolidate exits stack/btm/btm_sec:NotifyBondingChange
0eff6f45e6 : Add btm_history for btif/src/btif_av::a2dp
6301699ad6 : Remove friends stack/acl/acl::
5b000a4209 : Use tACL_CONN::is_transport_
34f5bf9789 : Re-log StackAclBtmAcl::btm_acl_role_changed
4b9c46cc12 : Re-log BTM_SetPowerMode
b9cfc8c81d : Remove #ifdef BTM_SSR_INCLUDED
a05e3d3417 : Add headless dumpsys and gd init flags options
8b3615b4cf : Plumb in main/shim/acl::connection interface
e51b44e118 : Introduce LinkConnectionInterface
fd70020157 : Add tACL_CONN::Handle
b1c2453025 : Add headless::connect test
9a5883ad63 : Check shim bluetooth::shim::is_gd_link_policy_enabled
4cde925661 : Shim in is_gd_link_policy_enabled
aef5c83f0b : Add main::shim::link_policy implementation
d8612b473d : Introduce tACL_CB_::Reset()
2db2e7bd60 : Add tACL_CB::tACL_CONN::policy
4091e76108 : De-anonymize stack/acl/acl::tACL_CONN
faf97df006 : Import translations. DO NOT MERGE ANYWHERE
868793f79d : gd_acl: Add link policy mode methods
8feee467f1 : Introduce main/shim/link_policy.h
4d9fdd5fd0 : Connect gd acl shim sniff subrating
28b221dc84 : gd: Handle EventCode::SNIFF_SUBRATING in acl connection
de70e50978 : Refactor scanning callback mechanism in JNI layer for GD
a52d7daa73 : gd: Add rust flags gd_link_policy
f19a3d70d3 : Add stack/acl/acl::tSSR_PARAMS
dcac9fdd29 : Formalize conversion HCI_TO_BTM_POWER_MODE
aba3e5a355 : Re-group and label interfaces main/shim/acl::
9ddd728612 : Add include/hardware/bluetooth::bt_status_text
024558e0e9 : Remove unused main/shim/btm_api::BTM_SetPowerMode
7bb156c002 : Use stack/acl/btm_acl::BTM_SetLinkPolicyActiveMode
53b352c775 : Add link policy registration tACL_CB::clients
065d4e740c : Add uninitialized value stack/include/btm_api_types::tBTM_PM_MODE
39669fc03b : Add stack/acl/acl::link policies
1d81ef3142 : Use proper type stack/acl/::tLINK_POLICY
e9c079aedc : Add stack/acl/btm_pm::BTM_SetLinkPolicyActiveMode
5b832a7bc9 : Group like functions main/shim/acl::
5aa5e7a3be : Catch security exception during socket creation.
1293129e8b : gd: add shim layer for LE scanning manager
ea294c943e : Shim: Add GD scanning init flags
f45912264c : Add GD scanning init flags
62c7138664 : gd: Set flag for connectable advertising
33fed08205 : gd: Handle duration and max advertising event
8f59ed7c14 : Fix bad SC bit in Pairing Request/Response between two android phones
3af81b5247 : [GD-Controller] Enable SSP controller when security layer is not enabled
d7098bb890 : stack/eatt: Add multi read var and multi notification handling
0f543a6cd4 : Straighten out stack/acl/btm_acl::acl_address_from_handle
3c5babdc0a : Consolidate #defs BT_PSM_
0ac3bcc3c9 : Re-log BTM_SetPowerMode
51d29eff50 : Re-log BTM_SetSsrParams
02cb060d2d : Streamline process_ssr_event
ce24013947 : Use tACL_CB::DefaultPacketTypes
956586cd07 : Re-log stack/acl/btm_pm::btm_pm_proc_cmd_status
9fb389fddd : Use proper types tHCI_STATUS
3f5e46555a : Re-log bta/dm/bta_dm_pm::bta_dm_pm_sniff
6fb2557ddd : Encapsulate tBTM_PM_MCB::state
e97cebf8b9 : Streamline stack/acl/btm_pm::BTM_ReadPowerMode
d98b77c8ae : Re-log bta/dm/bta_dm_pm::bta_dm_pm_timer_cback
75c1750fda : Re-log bta/dm/bta_dm_pm::bta_dm_pm_cback
674c1b6ea5 : Re-log bta/dm/bta_dm_act::bta_dm_rm_cback
3256d061da : Re-log bta/av/bta_av_aact::bta_av_conn_failed
3a348beea8 : Re-log bta/dm/bta_dm_pm::bta_dm_pm_set_mode
3512c2c232 : Encapsulate bta/dm/bta_dm_int::tBTA_DM_DEV_INFO
7732014a1a : Add stack/include/btm_api_types::is_legal_power_mode
cb2e8c46c0 : Add audio gateway BtaIdSysText::BTA_ID_AG
15d10915e4 : Add tBTA_AG_SCB::ToString
e4729d87b4 : Swich TEST_MAPPING config to unit_tests:true
f4ffc8d6f0 : Add L2CAP 5.2 packets
a3acd5cc57 : Implement robust caching (server)
d13c7e4dba : Import translations. DO NOT MERGE ANYWHERE
d69120d119 : enum-ify bta/ag/bta_ag_int::tBTA_AG_SCO
802e46872a : Rearrange enumify stack/btm/btm_sco::SCO_ST_
db313722ff : Re-include stack/acl/btm_pm
0c7ac87c00 : enum-ify stack/include/avrc_defs::tAVRC_PDU
83a9a04232 : Use acl default methods
f5ce1b0c2a : Stati-ify bta/ag/bta_ag_cmd
0a733a01d8 : Add stack/rfcomm/rfc_int::rfcomm_mx_state_text
7254a21896 : Add main/shim/acl::DumpsysRecord for p_sec_rec
9b587b3945 : Add stack/btm/security_device_record::ToString
ea124c79f3 : Add declaration btm_sco_chk_pend_unpark
4a000ae588 : Add tBTA_DM_SRVCS::ToString
80ab8036fa : Use power_mode_state_text in dumpsys
89c4799f15 : Add stack/include/btm_api_types::power_mode_text
d9f10104fa : Use proper acl transport check
91d348bc75 : gd_acl: SCO temporary fix
b8a3fc104a : Move power_mode registration from btm_cb into acl
ec7223c937 : Add context term for StackAclBtmPm::btm_pm_snd_md_req
b9c1f52331 : Move stack/acl/acl::tBTM_PM_STATE earlier in header
7a1facc5bb : Move tACL_CB::tBTM_PM_MCB definition before tACL_CONN
8311287962 : Add stack/acl/btm_acl::acl_get_connection_from_handle
8f8ce7e177 : rusty-gd: more controller
0ac0846830 : rusty-gd: controller supported commands & le buffer sizes
cfd17817f0 : rusty-gd: A bit more controller
0b98dde23c : rusty-gd: add intos for builders, so we can skip the formal build call
b0533b918b : rusty-gd: start controller module
5e1addfa21 : rusty-gd: simplify queued & pending commands
ba645b7d6a : rusty-gd: make scalar getters return by copy rather than ref
150a8c452c : rusty-gd: drastically simplify command sending
518fa743ab : rusty-gd: send reset command when HCI starts
c68e985911 : rusty-gd: only allow one registration for an event, allow unregistering
13c39e6a13 : rusty-gd: update command sending to match cpp-gd
fdca3cace3 : rusty-gd: improve ergonomics of sending commands a bit
7cb36a17a7 : rusty-gd: no more sleep
6e4aceb1a6 : rusty-gd: drop events dropped by cpp-gd
e6129f94bf : rusty-gd: simplify hci a little bit
2b570b4755 : rusty-gd: protect protected events in hci
58e2a50741 : rusty-gd: implement le meta events
683c38cd0b : rusty-gd: simplify some packet usages
be24b41581 : rusty-gd: improve ergonomics of converting packets to vectors
f8f39b8a17 : Use Bluetooth UUID definitions of header file
a6d4be1e6e : DIP: Implement API to get device identification information
00040ba31b : Register the service-to-app callback whenever the service comes up for BluetoothConnectionCallback. This ensures that if the bluetooth process dies, the callbacks will be re-established once it comes back up.
6f5475bf5b : rusty-gd: integrate rusty packets into existing code
a04f10e84f : HCI: Add support for synchronous commands
d0e057f987 : [GD-SCO] Add SCO related commands and events
637051a683 : Properly retrieve acl_conn stack/acl/btm_acl::btm_pm_proc_mode_change
fa0a96edd8 : Re-log stack/acl/btm_pm::BTM_SetPowerMode
616a038f76 : Re-log bta/dm/bta_dm_pm::bta_dm_pm_cback
4453ed3732 : Introduce bluetooth::legacy::hci::Interface
ccff83be2b : gd_acl: Add bluetooth::shim::ACL_Disconnect
aa5b19c808 : gd_acl: Add shim disconnect
6cd20ed5d4 : gd_acl: Add main/shim/helpers::ToDisconnectReasonFromLegacy
ae98abc84f : Remove unnecessary stack/acl/btm_acl::l2c_link_hci_conn_comp
908ee1cac5 : Add stack/btm/btm_main::BTM_LogHistory
267626162e : Properly retrieve acl_conn stack/acl/btm_acl::btm_acl_encrypt_change
41f5a724ce : Properly retrieve acl_conn stack/acl/btm_acl::btm_acl_process_sca_cmpl_pkt
d6309c7c77 : Properly retrieve acl_conn stack/acl/btm_acl::btm_read_failed_contact_counter_complete
7caafe3426 : Properly retrieve acl_conn stack/acl/btm_acl::btm_read_link_quality_complete
f94c35f263 : Properly retrieve acl_conn stack/acl/btm_acl::btm_read_remote_ext_features_failed
4b13986a0b : gd_acl: Add sniff_subrating to dumpsys
88e4c017b8 : Add stack/acl/btm_pm::StackAclBtmPm::btm_pm_get_power_manager_from_handle
7e3687d10e : Add stack/acl/btm_acl::acl_disconnect_from_handle
ebc5dfeb56 : Add stack/acl/btm_acl::hci_btsnd_hcic_disconnect
de60686ea0 : Add tBTA_DM_SSR_SPEC.name[] field for sniff subrating options
e96e124d93 : Add bta/dm/bta_dm_int::device_info_text
6a8cbac58d : UpdateAbility: Implement BluetoothInCallService and its test. Besides atest, also manually tested hfp.
b8122ef1d8 : Import translations. DO NOT MERGE ANYWHERE
f280adfc0d : use common data + payload for hci & hal facades
58bbddd0f5 : rusty-gd: create singular proto facade lib
349532249e : gd: Default to rotating addresses
c6c1da3fc4 : IsoPacket -> Iso, ScoPacket -> Sco
e63c7ffbcc : AclPacket -> Acl
d3e3453cb4 : EventPacket -> Event
2af3599892 : L2cap shim: Send the correct disconnect callback
94e67c6af1 : Group upper layer notifications stack/acl/btm_acl::
4ac6771fcf : Add bta/dm/bta_dm_act::BTA_dm_notify_remote_features_complete
3120a44b85 : gd: Enable advertising module by INIT flag
6c7145abcd : gd: Prevent set privacy policy twice
3eae3ea3b6 : Import translations. DO NOT MERGE ANYWHERE
858d2c3911 : gd: Handle periodic advertising in start advertising
92b0e722b1 : enum-ify bta/include/bta_api::BTA_DM_PM_
603a7093c5 : Remove #def and use IsEprAvailable
03b4fc0631 : Use proper tHCI_STATUS types
bee3615cc1 : Inclusive language BTM_DEV_BLACKLISTED => BTM_DEV_RESTRICT_LISTED
5fdbebd780 : Properly retrieve acl_conn stack/acl/btm_acl::btm_read_remote_features_complete
0502033cee : Properly retrieve acl_conn stack/acl/btm_acl::btm_read_remote_ext_features_complete
1e4533af7c : Properly retrieve acl_conn stack/acl/btm_acl::btm_read_tx_power_complete
fab1a4231f : Properly retrieve acl_conn stack/acl/btm_acl::btm_read_automatic_flush_timeout_complete
e69965012e : Properly retrieve acl_conn stack/acl/btm_acl::btm_read_rssi_complete
64bce98b20 : Re-log and properly type bta/dm/bta_dm_pm::bta_dm_pm_sniff
3164d4b412 : Properly type bta/.../::BTA_SYS_CONN_OPEN
a74224d5bb : Properly type args stack/acl/btm_pm::BTM_ReadPowerMode
94bf358077 : Add bta/sys/bta_sys::bta_sys_conn_status_text
f1cbae9205 : enum-ify bta/sys/bta_sys::tBTA_SYS_CONN_STATUS
db1c2f1f28 : Add stack/include/btm_status::btm_status_text
87280bcd66 : gd_acl: Remove redundant call stack/l2cap/l2c_link
a61e6c92d3 : LE L2cap: Use client callback if locally initiated
ff82368c84 : Bluetooth: Check state correctly when client wants to bind
5277d21a2d : CommandPacket -> Command
bed1fc3509 : SAP: fix the crash due to PendingIntent flag setting
a0dafaba3a : Revert "Cert: Temporarily disable the SSP OOB test"
e54b52c322 : gd: Refactor ExtendedCreateAdvertiser function
c60e86ceac : Cert: Pin Code Test
b6974bd61c : rusty-gd: refine stack ffi a bit
c577a5f23c : Apply rustfmt to keep checkin hook happy
55a530eb74 : Check permission before sending batch scan result
2b30e6f052 : Check if advertiserId value matches valid advertiser
5388362478 : Cert: Temporarily disable the SSP OOB test
db06503279 : Security: Wait for name request in link key notification
302446de37 : Add LE Audio UUID placeholder
5d7b91afc7 : Add Lexus Carkit into IOP table to only use AVRCP 1.4
2bf7b1c71d : enum-ify bta/include/bta_api::SSR_
5c8ed323a9 : btm_history: Add acl power mode state
318b1fa62a : Properly retrieve acl_conn stack/acl/btm_acl::BTM_IsBleConnection
4bf8a9e173 : Print what module is being started/stopped in crash
cadb0c70f0 : rusty-gd: expose rust enums for enums
aba5b96bde : rusty-gd: update visibilities, put parse & to bytes on pub api
1178f20dc3 : rusty-gd: add builder structs
ea6767a44f : rusty-gd: refine specialization
22c4f0dafd : rusty-gd: call children write_to()s
ab98800b7b : rusty-gd: start specialzation frontend
9b96303dcd : rusty-gd: add packet accessors
bce9731352 : rusty-gd: Add child & into for pub access packet structs
6c35d197e4 : rusty-gd: mark vector field writing as unimplemented
17cb614690 : rusty-gd: separate data storage from packet view
f5b3349871 : rusty-gd: add support for struct fields in write_to()
e6134a16e3 : rusty-gd: start writing scalar fields in write_to()
73d3951be0 : GD-Cert: Symbolize ASAN triggered crashes
832317bbf2 : Fix valid check
810c25eed4 : Use canonical version of rustfmt
f1983260d9 : gd: Fragmentation for periodic advertising
ff6df34354 : GD-Facade: Enable ASAN but disable container overflow check
ea59bc8319 : Re-log bta/sys/bta_sys_conn::bta_sys_notify_role_chg
c36d4607ad : Add stack/include/btm_api_types::power_mode_status_text
4abfab569d : Re-log bta/dm/bta_dm_pm::bta_dm_pm_ssr
88aaa41232 : Move and add stack/acl/acl::power_mode_state_text
ac0ad97c27 : Aggregate send_sniff_subrating
2f00e4cf0d : Check BTM_ReadPowerMode and BTM_SetPowerMode return values
ba73e66a7d : Move power mode types into acl header
db875dddad : Streamline stack/acl/btm_pm::BTM_SetSsrParams
0b55d9b0b7 : Add stack/acl/btm_acl::acl_address_to_handle
4915177bf0 : Add StackAclBtmPm::btm_pm_get_power_manager_from_address
02a09e049f : Add placeholder tPOWER_MODE_STATE::BTM_PM_ST_UNUSED
cec3fea909 : Decouple stack/btm/btm_int_types::BTM_PM_ST_ from btm deps
f2fe98fc4a : enum-ify bta/dm/bta_dm_int::BTA_DM_DI_
7ff70e0d90 : enum-ify stack/btm/btm_int_types::BTM_PM_ST_
668eceed90 : Add APIs for default acl behavior
b45df615f9 : Add tACL_CONN::InUse
c5203c2106 : gd_acl: Add and connect btm_pm_on_mode_change
164f3fd7e2 : Add ToLegacyHciMode
468dc01df6 : Use strict return type HCI_SNIFF_SUB_RATE_SUPPORTED
f53a3c68d6 : Add external declaration
4b8145b459 : GD: Make destructors virtual not override
6651deb8a1 : rusty-gd: rename interop to ffi
cc66ba1fe4 : rusty-gd: implement btsnoop
9c84e6c1b8 : Use properly typed tHCI_MODE
351c1a86f3 : enum-ify stack/include/hcidefs::tHCI_MODE
1fb3594ad2 : enum-ify bta/av/bta_av_int::BTA_AV_ROLE_
8d38c9ea6a : Re-include bta/dm/bta_dm_act
638f60ac1a : gd_acl: Return errorcode upon connection fail
93eea78678 : gd_shim: Skip legacy dumpsys if no registrants
0ad9c08b18 : btm: Specify supervision timeout in human readable units
4c906d873e : Add stack/acl/btm_acl::IsEprAvailable
c953766af6 : gd: ISO manager boilerplate
4b937595b6 : avrc_copy_packet: Zero initialize packet
09a412ad9c : AVRCP: Fix a counter
7a9ba35bb8 : rusty-gd: insert snoop logger on hal datapath
296b2518f5 : rusty-gd: reorganize HAL a bit
205e4aa16c : rusty-gd: Add btsnoop config
2d7c8a6c1c : rusty-gd: add sysprop ffi for android
dfe662c2d9 : btm: Log role change events
98ad278262 : Clean up main/shim/acl:: connection logging
8451e1d67d : Re-log stack/btm/btm_sec::btm_sec_connected
a766c1db90 : Re-order stack/btm/btm_sec::btm_sec_connected
5bdc21c218 : add rust defaults and turn off targets on mac
615dcd2edd : Change rust_grpcio modules to rust_protobuf.
3adeb3ba14 : Security: New API; GetOutOfBandData
42ecc03d89 : rusty-gd: Fix offsets for scalar fields.
7113f77d5c : Bluetooth: Check state correctly when client wants to bind
45e7327521 : gd_acl: Diverge in stack/acl/btm_acl:: after connection
d7e46bae56 : Use tACL_CONN:: le and lmp feature(s) upon valid
d25bb17772 : Actively check tACL_CONN:: valid prior to feature use
329b6b4a51 : Re-order stack/acl/btm_acl::btm_acl_created
eb55877098 : Add tACL_CONN:: le and lmp flags to condition feature validity
018e0fb262 : rusty-gd: turn off darwin builds
e158eb322c : rusty-gd: start writing array fields in write_to()
89df81fc15 : AVRCP: Use calloc to zero reserved fields
1fb628d2bf : rusty-gd: add stubs for to_bytes and write_to
8c81ced66a : rusty-gd: Allow paths and not just idents in submodules for GDDI
26175fd095 : fix init flag parsing
2f00f52adb : rusty-gd: implement Stoppable for GDDI
a107eae7e9 : Bluetooth airplane listener: Check for null
bc39b1233f : SDP: Only start discovery once
a7c38f2d13 : Legacy pairing: Reject device with same BD_ADDR
ff915834b4 : Add stack/acl/btm_acl::link_policy_text
7b3d059913 : Add stack/include/gatt_api::gatt_op_code_text
dc38c5cdf8 : Add API tL2C_LCB::number_of_active_dynamic_channels
a22ed59a3b : Add stack/l2cap/l2c_api::fixed_channel_text
b03a1aa514 : Stop address rotation when stack is shutdown
e14a6beac9 : L2cap shim: Clean up LE dynamic channel part
5ead08af16 : rusty-gd: forward ACL channels in HciExports, expose over facades
d0204157e9 : rusty-gd: stub out HCI shim FFI
81b51825e9 : rusty-gd: simplify hci facade implementation
63b6df44fa : rusty-gd: reorg hci internals
2d930b810a : rusty-gd: reorganize HCI shim to make cpp and rust distinct
1c8966f71a : rusty-gd: move common stack logic to bt_main
f956a9407b : enum-ify stack/include/gatt_api::GATT_OP_CODE_
e688698fc1 : Import translations. DO NOT MERGE ANYWHERE
d20ca5b129 : Import translations. DO NOT MERGE ANYWHERE
88048b20e6 : Import translations. DO NOT MERGE ANYWHERE
69e972358a : Add LE Read ISO link quality
1b4944f638 : Cert: Run script additions
69d56395d7 : rusty-gd: Update new constructor and add parse constructor.
9457ecfe07 : Revert "Revert "rusty-gd: add stack start stubs, define shim lib..."
7623fd3cd0 : Revert^2 "rusty-gd: move init_flag parsing to rust"
a5a04027de : Revert^2 "rusty-gd: compile into libbluetooth"
ee7c90a5f4 : Improve OWNERS coverage across frameworks/base/.
e8a3cc80b8 : Improve OWNERS coverage across frameworks/base/.
7dec29b59a : Legacy pairing: Reject device with same BD_ADDR
5c03584d2a : Connect main::shim::acl to legacy dumpsys operation
77a755598d : Check permission before sending batch scan result
52b268fe03 : Check permission before sending batch scan result
251627df94 : Import translations. DO NOT MERGE ANYWHERE
aaaffd88a0 : Import translations. DO NOT MERGE ANYWHERE
42a390ce2f : Import translations. DO NOT MERGE ANYWHERE
71340965e0 : Check permission before sending batch scan result
9544cacc28 : Store CDM device profile and apply role when device is connected
a57c661b24 : AVRCP: Use calloc to zero reserved fields
ca4841e467 : Revert "rusty-gd: compile into libbluetooth"
34fcbf0ddb : Revert "rusty-gd: move init_flag parsing to rust"
e1af94ec4f : Revert "rusty-gd: add stack start stubs, define shim library"
b0b40a050d : SDP: Only start discovery once
0f2b81c3a5 : Import translations. DO NOT MERGE ANYWHERE
ef9d592e73 : Import translations. DO NOT MERGE ANYWHERE
5187212d43 : Import translations. DO NOT MERGE ANYWHERE
17e7ce673b : Import translations. DO NOT MERGE ANYWHERE
2904af751e : Import translations. DO NOT MERGE ANYWHERE
17af06bff9 : Import translations. DO NOT MERGE ANYWHERE
98e60bf0b6 : Import translations. DO NOT MERGE ANYWHERE
e8d43b4906 : Check if advertiserId value matches valid advertiser
30ffa66429 : gd: implement APIs of Advertising for Android HCI
b337f2b31b : gd: Fix flaky tests of LeAddressManager
a5e5c2b032 : BluetoothClass: Use mask to get MajorDeviceClass
341d61230d : Add stack::test::btm::stack_back_test::InformBtmOnConnection
5322117ab9 : Propagate ACl connected through to BTA uplink
f779f7ffe1 : gd ACL: Print warnings for invalid handles
5c2c215ca4 : rusty-gd: add stack start stubs, define shim library
d18404c9cc : btm: Add main/shim/acl:: connection history
8a284388f6 : Remove unused #def main/shim/dumpsys::BOOL_TEXT
d9e4544b45 : Add bluetooth::common::StringFormatTime
043699c066 : L2cap shim: clean up namespace
67514acda3 : Import translations. DO NOT MERGE ANYWHERE
8ceeb286f0 : Import translations. DO NOT MERGE ANYWHERE
fbc70cd409 : Import translations. DO NOT MERGE ANYWHERE
ee9f381350 : rusty-gd: move init_flag parsing to rust
6692e6da08 : {Py,Cert}Security: Add function to input pin code
543b5b7920 : PySecurity: Clarify function name
34c18a8a94 : LE Audio State Machine and Native Interface boilerplate
177328a2e3 : LE Audio State Machine and Native Interface boilerplate
4c9ea470be : Security Passkey: Send passkey from API to controller
8bcbc69748 : Security: Add pin code methods to Ui interface
5f626fd832 : rusty-gd: compile into libbluetooth
a4e9bb6b70 : btm: Indicate scan start/stop
40aea772c7 : TEST_MAPPING add net_test_stack_btm
490235b082 : Land btm control block history
69c68df973 : Use btm_cb Init/Free
fb33775ab8 : Bluetooth: AsyncFdWatcher: Fix FD leak
1d1360dce7 : Add btm control block btm_cb Init/Free()
5d11836a81 : Re-order btm_cb init/free sequence
66298066ec : Simplify code in shim/l2c_api.cc
11d999755a : gd/shim/l2cap is unused
890e01cd9d : gd: Implement LE read advertising physical channel tx power
8539dc8c8c : Add INIT_gd_rust flag
c62fc934a0 : Add privatize option for bluetooth addresses for logging
3b98ee1de2 : Add Bluetooth LE Audio Profile (3/3)
ab18ade98f : gd: Add local/remote acl connection initiator bit
8ea4de7fc7 : Remove unused shim/l2cap.h and shim/l2cap.cc
eff888fbf5 : Refactor LE dynamic psm assignment
6a4a67bb47 : Properly route acl disconnect
0a62782750 : Add stack/btm/btm_main::btm_free
08565ab3e6 : Add stack/btm/btm_inq::btm_inq_db_free
0a7dde4f1a : Add stack/btm/btm_devctl::btm_dev_free
a3760917bc : Memory leak fix for osi alarm
68684ec9bb : Introduce net_test_stack_btm
090f333d5f : gd: Fix flaky tests of LeAdvertisingManager
b2603e92e8 : Add various stack/test/common/mock_
e5442818b9 : Explicit use base::Location stack/btu/btu_hcif::
24c5aa0ade : enum-ify fixed_cid stack/include/l2cdefs::L2CAP_
12064148d4 : Canonicalize include files
492ddce73b : rusty-gd: integrate logging
43c0482b70 : rusty-gd: make RegistryBuilder follow the builder pattern
b9b210347f : rusty-gd: some tidying up of imports & formatting
804f8bd93f : rusty-gd: swap rootcanal config to a more canonical ordering
46e556c1de : Revert "Canonicalize include files"
f9c8dc4280 : Revert "enum-ify fixed_cid stack/include/l2cdefs::L2CAP_"
bb2766fc87 : Revert "Introduce net_test_stack_btm"
50c973db7e : Revert "Explicit use base::Location stack/btu/btu_hcif::"
2a8508eba1 : Revert "Add various stack/test/common/mock_"
832a3bae3b : rusty-gd: Generate constructor for structs
9e2a70b7f9 : rusty-gd: Generate struct declarations and enums
73ce45bde8 : ACL: Fix on_connection_packet_type_changed
7c05831f92 : Add various stack/test/common/mock_
051dd4a9d0 : Explicit use base::Location stack/btu/btu_hcif::
a3623b24c0 : Introduce net_test_stack_btm
d188160cdc : enum-ify fixed_cid stack/include/l2cdefs::L2CAP_
a2d87c350a : Canonicalize include files
66e6e21a07 : hci: Remove SimultaneousLeHost bit
42582a5443 : L2cap classic shim: Use new helper
2c5f40dda1 : Add Bluetooth LE Audio Profile (2/3)
9c4aacae37 : LeAddressManagerTest: Set InitFlags for testing
fc3722a2fd : Add Bluetooth LE Audio Profile (1/3)
caf8b5687a : RootCanal: Use PIN pairing if no SSP
bbad0f68be : gd HCI: Do not reset alarm when unregister_client
7ca88c356e : Migrate bluetooth imports to proto_logging
204a26a1ea : Bluetooth: Mark unaudited PendingIntents with FLAG_MUTABLE_UNAUDITED
bb0a354808 : Migrate bluetooth imports to proto_logging
924ed1406e : Migrate bluetooth imports to proto_logging
7f03a99265 : Migrate bluetooth imports to proto_logging
6e27c0cfd6 : L2cap shim: Remove unused API
6ab99c2718 : btaa: update hardware include file to be gd ready
dc4168b7a8 : gd: implement APIs of Advertising for Legacy
68651c8fdd : btsnoop_net: Fix instruction for btsnoop logs
ef6c70e4f3 : acl_disconnect_after_role_switch:Check for valid acl
43758b5c7a : enum-ify stack/gatt/gatt_int::GATT_CH_STATE
94307684d3 : Catch and release ignored btif gatt events
eedf0d8258 : Remove unused #def stack/include/gatt_api::GATT_CONN_FAIL_ESTABLISH
8e617be893 : Add LOG_DUMPSYS[_TITLE]
dba5778b2b : gd: Add acl manager dumpsys data
6ba7c20640 : Introduce btm circular buffer history
35de2884e4 : Add hci error code ROLE_SWITCH_FAILED
a879f63d53 : Flush out BtaIdSysText
de962d3d31 : Remove unused #include
12d6e3e2da : Proper const API for stack/include/bt_type::bd_features_text
aaca5573d4 : Add stack/l2cap/l2c_int::link_state_text
8b4655d5da : Expose shim acl remote address accessors
3fc880b76e : Re-log stack/l2cap/l2c_api::L2CA_RegisterLECoc
bee05ed737 : Re-log stack/l2cap/l2c_api::L2CA_Register
54455340a4 : rusty-gd: some tidying up in rootcanal_hal
5ccd0321c5 : rusty-gd: Add cxx interop layer for the BT HIDL HAL
a893d66c53 : eusty-gd: Add timerfd-based timing abstractions
d2c93e6088 : rusty-gd: GDDI now caches instances & allows injecting config
8d7d84ff69 : rusty-gd: initial commit for GDDI
5a3c9a9d3f : Import translations. DO NOT MERGE ANYWHERE
67190ce71f : Import translations. DO NOT MERGE ANYWHERE
ac3f335378 : L2cap shim: Introduce Classic Dynamic Channel Helper
432050b402 : L2cap shim namespace clean up
320bcc1e70 : GD L2cap shim workaround
dd916bdc50 : rusty-gd: properly read ACL data from the HAL
5c0baa9199 : Move all BluetoothCodecConfig and BluetoothCodecStatus APIs moved from the non-SDK API list to the blocklist in Android 11 back to the non-SDK API list.
95afbda3e3 : btaa: update to use new hardware include file
ea710dd7a5 : btaa: undo btaa implementation is fluoride stack
67c2de1f6a : btm: Add API to check peer's 2M PHY support
f2e18480e7 : btsnoop: Fix ISO handling
b9feaacf80 : btaa: do not initialize btaa JNI interface until gd migration is done
567fcb192c : gd: LE Advertising manager fragmentation
227c784a3b : Import translations. DO NOT MERGE ANYWHERE
de782cd285 : rusty-packets: rename packets & add packet child enums
f7cbf54991 : rusty-packets: stub out struct & packet generation
0131ce5d33 : rusty-packets: generate sample enums and make this work end to end
5b2bd58a07 : L2cap shim flag update
b91f59cfb5 : De-restrict BluetoothCodecStatus hidden APIs.
6aea607166 : rusty-packets: generate a file that's ready for content
fb25b1aa4d : rusty-packets: move some cpp generation to raw strings, for clarity
12065e7f77 : Security: Add a keyboard bonding test
5b4f65e3a3 : RootCanal: Add Passkey and PasskeyFailed
98f53bd3b3 : HciMatchers: enforce argument requirement
9d59ea8eaf : Rename GetOutOfBandData -> GetLeOutOfBandData
8566e8b90f : Facade OobDataMessage: Rename members to be generic.
f60aac292e : SecurityTest: Create bond Out of Band
0182767cce : Check if advertiserId value matches valid advertiser
63375f3198 : Revert "Import translations. DO NOT MERGE ANYWHERE"
3ef77d9643 : Revert "Import translations. DO NOT MERGE ANYWHERE"
ffe8dbe4c4 : Revert "Import translations. DO NOT MERGE ANYWHERE"
51d100704b : Revert "Import translations. DO NOT MERGE ANYWHERE"
2f92a318c6 : Revert "Import translations. DO NOT MERGE ANYWHERE"
b8988a5d33 : PySecurity: Add create_bond_out_of_band
ca07cae6fb : Security Facade: Implement CreateBondOutOfBand
e626e2d053 : ClassicPairingHandler: Add Out of Band support.
34ec9a6148 : rusty-packets: stub out rust generation function
d88801f890 : rusty-packets: move C++ and pybind11 to their own file
39b0f60363 : rusty-packets: add rust option to switch generated packet type
41639dd151 : Improve shim Btm::GetAddressType
403aafd2af : Introduce LE COC security enforcement shim
cd320f1b26 : Fix stack shutdown
5dca6afa87 : GD L2cap improvements
338c801e3a : Prevent drawing on top of Bluetooth activities
0117f793d5 : gd: Add hci error code CONNECTION_FAILED_ESTABLISHMENT
f145d1c7f9 : Dump HeadsetClientStateMachine state log
be299225e1 : Import translations. DO NOT MERGE ANYWHERE
0f105099f2 : Import translations. DO NOT MERGE ANYWHERE
9c4711bd4b : Import translations. DO NOT MERGE ANYWHERE
44af0baf7e : Import translations. DO NOT MERGE ANYWHERE
75a77f5dd9 : Import translations. DO NOT MERGE ANYWHERE
de136d6bc2 : RootCanal: Allow both sides to have OOB data
b044aa4a87 : Fix potential OOB write in libbluetooth
84b8a2d591 : ACL: Drop broadcasts
ad7a872b21 : Add some wait commands inside PyHal
b5d052a6bf : Simplify scan parameters & start/stop
19e1bc3f70 : Simplify le random address setting for tests
6195d6305e : Simplify le connection logic for SimpleHalTest
c4609ef055 : Simplify Le connect logic for SimpleHalTest
b88cfdd5e2 : Simplify advertisement in SimpleHalTest
3f918a19b3 : Add read_own_addres to PyHal
be9cc98fbd : Add HciMatchers.Exactly, for more compact tests
fc1cbd8ae8 : Simplify ACL connection components of DirectHciTest
d856710132 : Add HAL reset helper
eff89b350e : Add send_acl_first to PyHal, to simplify redundancy
14087dfc7b : Add advertisement abstraction in PyHal
018c3af54f : Fold ACL sending into PyHal
856677df78 : Add an advertisment abstraction to PyHci
b7c787a08f : Simplify ACL sending in SimpleHalTest
9e612045ba : Add shortcut for enabling inquiry in PyHal
3440ab6916 : Simplify DirectHciTest send_hal_acl_data
f3816b5e8c : Add HciMatchers.LoopbackOf to avoid imprecise matching
228116d646 : Improve signal to noise in DirectHciTest
cc06bba928 : DirectHciTest, remove send_hal_hci_command
d10b45c416 : Improve hci facade proto
c0f5655135 : Update rust_protobuf proto property.
b25bbe6b71 : Import translations. DO NOT MERGE ANYWHERE
2278829905 : Use std::optional instead of std::unique_ptr
cfbcafc876 : [DO NOT MERGE] OPP: append timestamp to the file name
b487ccd679 : Add null check when receiving PAN connection state changed
9c2f827691 : RootCanal: Allow only the peer to have OOB data
7ffb80c3b3 : Hci layer: Minor clean up
097f1bdf7c : L2cap shim improvement
069082cb10 : L2cap shim: Add role switch
1a49c0fc6c : enum-ify stack/include/bt_types::BT_PSM_
e4a729947e : Move UserManagerInternal out of android.os
ac365b209f : remove invalid test, restucture simple_hal_test
f0240603c4 : rusty-gd: plumb through ACL in the hal
4384d21dec : rusty-gd: plumb through commands and events for the hci hal facade
ce0c4f7ade : acl: Implement ReadRemoteVersionInformation for LE
dcf03f7645 : acl: Remove DisconnectorForLe
2e32c537c1 : Add AclCommands for LE and BR/EDR
8f41945fd4 : Check permission before sending batch scan result
53470d9bfd : Import translations. DO NOT MERGE ANYWHERE
f5f16dc1f9 : hci: Close linter IfChange block
9b0a3393d5 : AV stream state machine logging
a73a031a50 : btaa: do not initialize btaa module if init flag set to false
f3cfc87da5 : btaa: null check btaa instance when receiving callback from SystemSuspend
4962756b5f : SecurityManager: Add CreateBondOutOfBand interface.
9d029a4774 : GD Security OobData
67bfff88af : GD Security Facade
d4e859c0f0 : rusty-gd: switch added services based on module under test
ab27a23918 : CertSecurity: Add OOB related interfaces
d7a33afeb8 : CertSecurity: Add accept_oob_pairing function
eadd589e0d : PySecurity: Add enable_secure_connections interface
787db61629 : Cert SecurityTest: Create branching conditional for multi test run
e798fee792 : HciCaptures: Add OOB Related captures
e8335e155e : HciMatchers: Add OOB Related events.
68eb9bf512 : shim: check subevent for advertising module
0fea17fc22 : [DO NOT MERGE] Add KDDI carkit into IOP table to disable sniff
9ddba41d8c : Canonicalization of tGATT_CBACK gap and gatt
cd2bec1613 : Fix for Multiplication overflow will be crash btstack
f305697c32 : l2cap: Allow services without config indicator cb to register
662ecdc0c1 : Re-log stack/l2cap/l2c_api::L2CA_DisconnectReq
2836bf16ab : Re-log stack/acl/btm_acl::acl_disconnect_after_role_switch
3085a32a1c : Re-log stack/gatt/gatt_cl::gatt_process_prep_write_rsp
6529305e03 : Stat-ify btif/src/btif_gatt_client
bdb07c0d27 : Add btif/src/btif_gatt_client::bta_gattc_event_text
eb09503f4a : gatt: Properly put gatt status in field
3afebb002b : Disable sniff for faulty remotes
03f0510d93 : l2cap: Add mtu and mps to lead eatt channel
03d4a94f64 : Re-log stack/l2cap/l2c_ble::l2cble_process_sig_cmd
59a0a3e03a : Stat-ify functions in bta/sys/bta_sys_main
0b8c5d5e97 : Add BtaIdSysText::BTA_ID_GATTC
be30d31046 : Add stack/include/l2cdefs::l2cap_le_result_code_text
0b9082eb81 : Use stack/l2cap/l2c_csm::channel_state_text()
f8b3ec852e : enum-ify stack/l2cap/l2c_int::L2CEVT_LP
e544d35e6f : Add stack/l2cap/l2c_csm::channel_state_text
b21248d8bb : Disable sniff for faulty remotes
ac193a05a9 : Updateability: Remove IBluetoothHeadsetPhone aidl
d781bc771f : Simplify HAL protos
fe762253f6 : Clean up user apps before GD is shutdown
0bce64cf50 : gd: Use ExtendedAdvertising as main advertising function
0e83464d94 : btaa: subscribe to bt_snoop to receive HCI data
991729746a : btaa: subscribe to SystemSuspend for wakelock notification
0e67533c81 : btaa: subscribe to SystemSuspend for wakeup notification
0f17844ece : btaa: introduce Bluetooth Activity Attribution skeleton
879f9a6f6f : Use p_acl->remote_addr to do BTA_dm_acl_down
f99cf36252 : Import translations. DO NOT MERGE
dfa6f42593 : Import translations. DO NOT MERGE
39a314c821 : Import translations. DO NOT MERGE
6389dcc099 : Import translations. DO NOT MERGE
865f9def6c : btm_get_dev_class: Create empty record if not found
84227dd7b3 : set_report API should use HID control channel to send data
fe81cb5789 : rusty-gd: convert hci facade to rust_grpcio build targets
3ade89167a : rusty-gd: add stubs for hci hal facade
62fe9dcde7 : enum-ify stack/include/smp_api_types::SMP_OPCODE
20fff8cee5 : gd_acl_shim: Wrap remote version check
1f27b5f736 : Add shim btm_read_remote_version_complete
add38ffc73 : Restore ability to send read remote version information on le links
2f6f42fe35 : gd: Add le read_remote_version_info
73669695ff : smp: Log if remote lmp_version is invalid
feda1cfc99 : Use tACL_CB::tACL_CONN::remote_version_info
d33e4638f0 : Add tACL_CB::tACL_CONN::remote_version_info
fab74444a0 : Add le transport to BTM_ReadRemoteVersion
be1ea21230 : Replace return tBTM_STATUS=>bool BTM_ReadRemoteVersion
b7fc6c7cb2 : rusty-gd: clean up imports & pub exports
6ad1b2c642 : rusty-gd: remove one level of indirection for hci facade proto
912ea4eb55 : rusty-gd: collapse facade implementation into facade.rs
db7d1795d2 : rusty-gd: move hci facade client contents to root server
7796be101b : Start integration with gd rust & cert tests
9f0cc00c2c : GD: signal on signal port when server is ready
ce42f4a0cb : Catch sigint to shut down BT testing process
67df0fe0de : btaa: initialize BTAA service and JNI interface upon adapter creation
e7d2f4cc7d : btaa: introduce activity attribution JNI /jni implmentation
e2cbc642be : btaa: introduce activity attribution Java service
ae0d2fe30d : L2cap: Route some functions to shim
3309f59786 : Introduce L2cap security shim
14b84f9245 : Re-log BTM_AcceptlistAdd
3f402c3461 : Return bool=>void stack/btm/btm_ble::BTM_SecAddBleKey
b616445fc7 : Remove return value stack/btm/btm_ble_gap::btm_ble_start_scan
0a9344e199 : Return bool=>void stack/btm/btm_ble::BTM_SecAddBleDevice
7fc1de0422 : Clean up btm_acl_update_conn_addr
80dff5cec4 : btaa: introduce btif interface for btaa
bebf379361 : btaa: new include files in bt stack for BTAA interface
3e47b4e63d : Read set data length support flag from peer_le_features
6d187f9556 : Simplify bta_dm_rm_cfg
c9c2839fe1 : BTA_AV_FEAT_CENTRAL is never used.
8746835025 : We always want to switch role to central
b64b0a7f71 : Refactor BTM_SwitchRole
d5ca844ca0 : Move btm_ble_get_acl_remote_addr
1461add4a0 : Introduce btm_get_dev_class
6755bef87b : ACL: Refactor btm_ble_get_acl_remote_addr
3f3245521a : libstatslog (libbinder) users disable on darwin
2208350f09 : gd: Refactor LE advertising config
ba219ad211 : Simplify btm_remove_acl
6616bcbf29 : Refactor acl_refresh_remote_address
2394322a47 : Clean up check_sdp_bl
01376b4cc8 : Minor refactor on remote version comparison
1750484228 : Move btm_sec_set_peer_sec_caps to btm_sec
575ab0ddd7 : Fix cert test crashes when running on remote machine
e89bcbf4a8 : gd_acl_shim: Start schedule address rotation on first client registration
bb50a0b1c2 : isomanager: Add callback to create cis command
08d726db57 : Add stack/gatt/gatt_main::gatt_find_in_device_record
1e3a86cfb4 : gd_acl: Resolve address after connection
774a56ea07 : gd: Present zeroed peer addr with type when using connect list
efce951c2c : gd: Store the address when using resolving privacy policy
3f402a5c6f : gd: gd/hci/le_address_manager_test::ASSERT_LOG when command queue is empty
4a9ee5c104 : gd: Reset le address rotation timer
555b358cf8 : gd: Remove unneeded client check when setting privacy
e458d73ac2 : gd: Unwind futures and promises in reverse time
bf79aa5ad5 : Use btm_sec_set_peer_sec_caps to store features
f4c31a610b : Move some parts of btm_process_remote_ext_features
8abe49a20f : Refactor btm_sec_set_peer_sec_caps
37ba312f6c : num_read_pages is unused
c94db22a31 : Revert "Disable EATT as does not pass all tests"
049f0f5f41 : Add maxTargetSdk restriction to unused APIs.
4ade5d72bf : Start the BT testing root service
5a913cd423 : Import rootservice facades, for BT testing
b615cb1bd8 : Add stub for rusty-gd facade service
2947b33eba : Remove extra space
2cd5ffdf73 : L2CAP: keep cached peer configuration locally
5366e4de2f : Remove extra space
1577dfd321 : Dev rec: Optimize HCI role switch supported logic
4c08b1a0bf : Introduce dev_rec->remote_feature_received
8e57f4c0c7 : btm_sec: Clean up log spam
f6c84089e2 : Cleanup/organize variable initialization
5888caa11d : Flatten btm_cont_rswitch_from_handle
0ac90f1cd6 : ACL: btm_cont_rswitch no longer needs dev rec
c35b5c2215 : GD Security Pass local IRK and Address around
74b0ebeb32 : Add maxTargetSdk restriction to unused APIs.
4bea359089 : gd: Rename ApiType for LE advertising/scanning
a15c756bf1 : Import translations. DO NOT MERGE ANYWHERE
5a89f8971f : Import translations. DO NOT MERGE ANYWHERE
43548575cf : BTM_SecAddDevice: features is always nullptr
54f5dd28a1 : msg->features is always 0 (nullptr)
94d310a0da : Introduce ACL_CONN is_enceypted
65b05a9b38 : Move rs_disc_pending from security to ACL
3046dc569f : ACL: Drop broadcasts
027ea1e4b8 : ACL: Drop broadcasts
10666fb382 : gd: implement APIs of AdvertisingSet for LE 5.0
4d345e1dde : Re-log btif/src/btif_config::btif_get_address_type
bd8e617526 : Re-log stack/gatt/gatt_api::GATT_Connect
6a221b5f27 : Introduce a BluetoothConnectionCallback that will fire off events when a device is connected or disconnected.
95e6f44cb4 : Fire off BluetoothConnectionCallback when we fire off the broadcasts for ACL connections and disconnections.
2c4b0eba72 : ACL: Don't re-use known remote feature
86e89619e2 : ACL: Don't start l2cap security check on connection
169767bb2a : ACL: Remove unused field
c5c5ed3d8e : btm_process_remote_ext_features: return if no record
1dbff51c6c : ACL: Move some security flag change to Security
83cd357be8 : ACL: No need to clear these flags
518ff48f91 : ACL minor clean up
97337854df : A few minor cleanups to hci facades
140a2c22e5 : gd ACL: Drop broadcasts
7a3abc5a2e : Add binder interface for the BluetoothConnectionCallback
7b46c6c101 : Security: Send LinkKey reply without std::move
a3bfa06c76 : RootCanal: Support OOB Data
241b992085 : ACL: Drop broadcasts
a017629b70 : Kick off Gabeldorsche Rust implementation.
32b991eb3f : Add types/ble_address_with_type.h
044b294fcd : Add tBLE_BD_ADDR::ToString
6e7af2a500 : Use bluetooth::shim::legacy::Acl::ConfigureLePrivacy
e410af8741 : Add bluetooth::shim::legacy::Acl::ConfigureLePrivacy
3175c5066d : gd_acl: Use address_with_type within API
cba870b777 : Add maxTargetSdk restriction to unused APIs.
857704e434 : GATT close status is unused
57784a97be : Hearing aid: GATT disconnect reason is unused
dc28ce3f01 : Removed unused fixed channel disconnect reason
e971416802 : Let LinkSecurityInterface know LL role
0c559c8f52 : Use local_oob_present_
bab5edd05f : HCI: Add OobExtendedDataRequestReply
35e7f00aff : LE COC shim: Implement GetMtu()
bddbb77484 : Revert "Add maxTargetSdk restriction to unused APIs."
8206565829 : Move all BluetoothCodecConfig and BluetoothCodecStatus APIs moved from the non-SDK API list to the blocklist in Android 11 back to the non-SDK API list.
255e02f852 : Add main/shim/helpers::ToAddressWithTypeFromLegacy
3f2a3af4f8 : LE COC shim: Fix outgoing connection callback
698b89cf59 : eatt: Fix eatt counter in tcb
497c7013b6 : eatt/unit_test: Extend unit test to verify eatt counter
2878557506 : eatt/unit_test: Use HCI_ROLE_PERIPHERAL as this is available now
fddbf2d8de : gd: Fix PDL of LeSetPeriodicAdvertisingEnable
e17a7aa476 : L2cap LE COC shim
2b2c8f58f1 : L2cap: LE specific disconnect and write API
89e87d648a : GAP: Simplify gap_sec_check_complete
d9cc779c6a : Wire link_le_on_connection_update into acl shim
6091639d11 : Use stack/acl/ble_acl::acl_ble_update_event_received
9b8762c612 : Add stack/acl/ble_acl::acl_ble_update_event_received
97302282c6 : Use proper gatt_notify_conn_update::status type at corresponding level
2c524cf9da : LE COC: Let L2cap send connect rsp
e5d867f18e : Add READ_REMOTE_VERSION_INFORMATION to status list
bc9a809f18 : Add maxTargetSdk restriction to unused APIs.
259646a874 : LE L2cap: Add COC config to registration
d473cd569a : Disable EATT as does not pass all tests
16d7be5b37 : GD Security Shim: make required calls to shim
04df12e8dc : Re-log stack/btm/btm_ble::btm_ble_start_sec_check
b7499d4de5 : Re-log stack/l2cap/l2c_ble::l2ble_sec_access_req
ed4c4715b3 : btm_acl_removed: Check for null as acl may have already closed
b4b59d678a : Add init flag INIT_gd_l2cap
3b273d39f5 : ACL: Refactor remote version/feature response
8ea3c8a740 : GD L2cap: Pass more link callbacks to Security
7128f74fe8 : Properly reset tL2C_CCB::ecoc
30c7eda3a4 : gd: Pull out READ_REMOTE_VERSION shared between classic and le
c6c2b25e4e : Only send ReadRemoteVersionRequest in legacy mode
75c24f09df : Revert "Should not send classic commands on le link"
d9fa8ed5ee : Import translations. DO NOT MERGE ANYWHERE
a9855deb9d : GD ACL: on_read_remote_supported_features_complete
2d3d7a5977 : Enable Error Prone to detect obscure bugs.
f2ec285db9 : Clean up log spam in avrcp and a2dp
969bdb90cc : Remove unused def SMP_DEBUG
7b932dfb80 : Remove name from BTM_SecAddBleDevice
95e579abeb : Re-log stack/l2cap/l2c_ble::
3336ffd877 : enum-ify link stack/acl/btm_acl::policy settings
f85b7aecaa : Streamline main/shim/acl::_reason
8207500737 : Streamline stack/btm/btm_ble_addr::btm_ble_addr_resolvable
ca2af5f8f3 : Streamline stack/btm/btm_ble_gap::btm_ble_update_adv_flag
bb5c0f06c9 : Streamline stack/btm/btm_ble_addr::btm_ble_resolve_random_addr
a9662bac9e : enum-ify stack/btm/btm_ble_gap::BTM_BLE_
1509b54c92 : Add main/shim/acl_legacy_interface::auth_complete
af1f0ad6ee : Cleanup references to system/core/base -> system/libbase
84093cae64 : A2DP offload: modify the A2DP offload SCMS-T_Enable with SCMS-T header
221aa42908 : Revert "BTM_ACL: Remove unused code"
f1c903b832 : Refactor btm_remove_acl
b63453c259 : BTM_BLE_GAP: Clean up log spam
dc428c3ed1 : Check a2dp packet length is zero
fafc1a9dfb : Use stack/acl/btm_acl::acl_process_extended_features
0892830599 : Add stack/acl/btm_acl::acl_process_extended_features
f3c52f7704 : Add main/shim/acl_legacy_interface::btm_acl_role_changed
45e3a04ac6 : Add tHCI_STATUS to btm_acl_role_changed
2a2b2f8ce3 : Should not send classic commands on le link
c96f4c6ef0 : Return after gd acl creates connection
6b1b93fdc3 : L2cap API: Use GD L2cap flag
b4c88e56a2 : BTM_ACL: Remove unused code
ccd3f1f9ff : btm_acl_encrypt_change: Use handle directly
25dbf04f2d : Flatten btm_sec_start_encryption
983ed06806 : Refactor btm_sec_set_peer_sec_caps
bdbbe41e14 : Use acl_create_le_connection_with_id
b984ab255d : Add acl_create_le_connection_with_id
5ed79cf338 : Plumb through acl_create|cancel_le_connection
9edb70df2c : Add bd_features_text
e0821e6abf : Remove def stack/hcic/hcicmds::BT_10A
9e8b99d127 : Proper interface around disconnect_reason
86d8a51d1c : Use tHCI_STATUS in btm_sec_disconnect
da601eaf31 : Allow gd acl to take DISCONNECT when enabled
0f9a0cf445 : Connect main/shim/acl_legacy_interface::acl_ble_enhanced_connection_complete_from_shim
83ee3d1095 : Add stack/acl/btm_acl::btm_acl_disconnected
41f3a73398 : Remove unused def BTM_MAX_PRE_SM4_LKEY_TYPE
c8931851a5 : GD Security: pipe in determined just_works flag
09e304f37f : GD Security Shim: Make ConfirmationData have strict types
63ddd32a02 : Use stack/l2cap/l2c_link::l2c_packets_completed
640701254d : Re-log entry into stack/gatt/gatt_api::GATT_
1d3ad1004c : Re-log stack/gap/gap_ble::client_connect_cback
5791552bac : Add stack/l2cap/l2c_link::l2c_packets_completed
3f1d8e1179 : Add stack/acl/ble_acl::acl_ble_enhanced_connection_complete_from_shim
a03af6953b : Remove never set #def BTIF_MIXED_MODE_INCLUDED
6c3da071fb : Import translations. DO NOT MERGE ANYWHERE
2e6b888ebe : gd: Third entry gd acl shim
faabc10cea : BTM_SEC minor clean up
eaefd43223 : Introduce GD L2cap init flag
88d11817e0 : Add shim role helper main/shim/helpers::ToLegacyRole
669855648e : gd: Plumb through ReadRemoteExtendedFeatures
2263ade52b : Inclusive Language Updates
3bde05cc81 : stack/eatt: Add initial implementation for EATT
07fe29dcd1 : L2cap link: Fix a potential nullptr exception
066bb77f3a : Revert "gd: Plumb through ReadRemoteExtendedFeatures"
7b91aafd3d : Import translations. DO NOT MERGE ANYWHERE
8463cea89f : Import translations. DO NOT MERGE ANYWHERE
45f90eba19 : Inclusive Language Updates
10d0a560d9 : docs: Use correct profile for intent
612b79b7ea : Assert in default case
8be847b038 : gd: Plumb through ReadRemoteExtendedFeatures
10110c50ca : GD Security: InternalEnforceSecurityPolicy
6512a3b57c : gd: Second entry acl shim
8ddf4045e0 : Add main/shim/helpers::MakeLegacyBtHdrPacket
d881ba4030 : Use tHCI_STATUS throughout shim interface
f8090e1d28 : l2c: Add missing event string
71228537c0 : l2c: Fix CoC default response
8f9499d016 : l2c: Change std::vector to uint16[] in the tL2C_LCB
2d5823419e : Refactor advertising callback mechanism for GD
dd915dc4b5 : Inclusive Language Updates
042bd53d57 : Inclusive Language Updates
dda54ce45e : enum-ify stack/include/btm_api_types::BTM_SEC_
5353a053c4 : Add main/shim/helpers::debug::DumpBtHdr
64e4d4900b : GD-Controller: Do not register NumberOfCompletedPacket without ACL layer
f06f67c02d : Add main/shim/acl_legacy_interface::on_packets_completed
a1491e7c19 : enum-ify stack/btm/security_device_record::BTM_SEC_STATE_
ab4ee99435 : Take EventCode::DISCONNECTION_COMPLETE if acl shim is enabled
96329185c6 : Use proper undefined hci error status code
d3c05bf72e : Include hci_error_code in acl_hci/ble_acl interfaces
e2a5b3a463 : enum-ify stack/include/::hci_error_code
1b40653f83 : Streamline stack/btm/btm_ble_gap::BTM_BleSetScanParams
8730b2729a : Streamline stack/l2cap/l2c_ble::L2CA_GetBleConnRole
aab0d5d763 : Internally link stack/hid/hidh_conn::
8723d3dc89 : Remove unused code
ba3049eb34 : Bluetooth: Check INIT flag change on audio disconnect
e96443f27d : BluetoothDeviceConfigListener: Don't restart when connected
13ebdff9d9 : BluetoothAirplaneModeListener -> BluetoothModeChangeHelper
039c048ddd : BluetoothManagerService: Separate DeviceConfigListener
142140403b : Cuttlefish: Call SCO callback for SCO packet
727ca0e782 : Cuttlefish: Log an error and close on !isOk()
4629caed60 : Cuttlefish: Log an error and close on !isOk()
2883f7ab9e : Add @Nullable annotation to the parameter of Object.equals() methods.
4fd5e78182 : Propagate the bluetooth activity attribution hci log flag to the native layer.
cc9094dc89 : enum-ify stack/include/btm_api_types::BTM_SEC_MODE_
9f2aa9d2e3 : Re-log stack/l2cap/l2c_api::L2CA_SendFixedChnlData
0f26c67788 : Re-log stack/gatt/gatt_cl::gatt_act_discovery
148efc5c1e : Re-log stack/gatt/att_protocol::attp_send_msg_to_l2cap
4e0d52e10e : Re-log stack/gatt/gatt_api::GATTC_Discover
061a59731d : Logging: Improve logging in legacy L2CAP to help debugging
60ddcc9a72 : Updated SIG wording: whitelist to acceptlist
57b4c9ac63 : Updated SIG wording: whitelist to acceptlist
8902ec676f : Inclusive Language Updates
8f8c7b7bda : Inclusive Language Updates
e1782bd1a1 : Add init flag for whether to enable bluetooth activity attribution hci logging
a5252239c6 : Updated SIG wording: whitelist to acceptlist
48dcbb0a0f : Updated SIG wording: whitelist to acceptlist
2a8cf97de5 : Updated SIG wording: whitelist to acceptlist. resolve merge conflicts of d496dcb2c412e2699d4710b6b5f640d34206ba9a to sc-d1-dev
d2a415e562 : Updated SIG wording: whitelist to acceptlist
c4548e25f4 : Updated SIG wording: whitelist to acceptlist
116181e9b6 : Inclusive language updates
1940d4cbd2 : Updated SIG wording: whitelist to acceptlist
9842e32610 : HFP: Open SLC after AT+BIND if HF indicators supported
a6cb363a98 : bt: don't conditionally dereference an undefined pointer
d496dcb2c4 : Updated SIG wording: whitelist to acceptlist
da47a0d819 : Enum-ify bta/include/bta_gatt_api::tBTA_GATTC_EVT
8450826fda : Add stack/l2cap/l2c_api::l2c_get_transport_from_fixed_cid
60881cf97b : Add stack/gatt/gatt_main::GattClientEventText
def46793cf : Re-log bta/dm/bta_dm_act::bta_dm_acl_up
b426c90d8a : Re-log stack/l2cap/l2c_api::L2CA_ConnectFixedChnl
518be64329 : Re-log ble acl disconnect path
ebe3f015a4 : Re-log stack/gatt/gatt_api::GATT_
dc078e6364 : Add logtags stack/::gatt/gatt_cl ::smp/smp_main
7a4ddac587 : Streamline stack/acl/btm_acl::btm_ble_refresh_local_resolvable_private_addr
727b85d6a1 : Remove unused function stack/smp/smp_utils::smp_reverse_array
86822bb4b5 : l2c: Fix invalid p_lcb usage
7c25184b27 : Add aac vbr support for net_test_stack
d3dc486be1 : Fix a security issue in sdp_server.cc
756a6f6c10 : Check Classic key before cross-key derivation
99d92c3d0c : Use return condition to stack/l2cap/l2c_ble::l2cble_conn_comp
7ed9f6ae62 : Add return condition to stack/l2cap/l2c_ble::l2cble_conn_comp
d84644d54a : Use stack/acl/ble_acl::acl_ble_common_connection
3b74732684 : Add stack/acl/ble_acl::acl_ble_common_connection
95ff83ef83 : Refactor advertising callback mechanism in JNI layer for GD
b38ea0d7f9 : GD-LOGGING: Do not allow LOG_TAG to be NULL
d079ff9435 : Pass locally generated keys around
9f4c65dad3 : Remove duplicate code
5820a0f1a3 : Re-include stack/acl/ble_acl::btm_sec.h
36453ef0a5 : Re-log bta/gatt/bta_gattc_act
1c3c61bd81 : Re-log stack/gatt/connection_manager::direct_connect_
2f1e25b4d1 : Internal Link stack/gatt/connection_manager::alarm_set_closure
8723ee4e66 : Prevent le links from setting packet types
b0061b1e08 : Move destructor after stack flag in main/shim/::Stack::Stop()
0505ed827d : AVRCP: Cache queue in isMetadataSynced
662be34d67 : DynamicChannelImpl::Close check if it's closed first
c777619636 : Import translations. DO NOT MERGE ANYWHERE
648dd98e01 : stack/l2c: Add support for credit based connection oriented channels
f542972426 : Streamline stack/acl/btm_acl::BTM_IsAclConnectionUp
9a6e043d04 : Restore LE CoC l2cap conn rsp
f6e5ab49c2 : tL2C_TX_COMPLETE_CB_INFO is unused
83fbde67f0 : L2cap fixed channel tx complete is unused
fd35a6ac4d : Import translations. DO NOT MERGE ANYWHERE
417159a80d : Re-log stack/sdp::process_service_search_attr_rsp
056a05a63f : Re-log stack/gatt/gatt_attr::gatt_disc_cmpl_cback
210610eb46 : Re-log stack/smp/smp_act::smp_send_app_cback
02eb2c0050 : Check power mode only on classic links
beecf17ac6 : hci: Fix len of the periodic sync info command
ca5ed06c1e : Encryption Key size negotiation - PTS tests
6c3b8d9094 : l2cap: Fix missing connection indication
d88b977580 : Bluetooth: make it possible to advertise service solicitation UUID
e269172c3d : Add Api stack/acl/::btm_pm_is_le_link
7e8a19017e : Re-log stack/acl/btm_acl::lmp_version_below
e0fbb4decb : Re-log stack/btm/btm_ble::BTM_SetBleDataLength
c0d3763fc1 : Re-log stack/btm/btm_ble::BTM_BleSetPhy
b925a412ec : Use common API to set hci handle
35503f9d3a : Add common API to set hci handle
0323bb562f : gd: Add monitor ability to receive packet credits
752d9b169c : Move _process_num_completed_pkts into acl
6bbf396422 : Streamline stack/l2cap/l2c_link::l2c_link_process_num_completed_pkts
2f46d2bc68 : GD: Enforce link encryption in L2cap
f1ecf2233c : Tighten up Binder.clearCallingIdentity() usage.
4b55f4d3a8 : AVRCP: Advance iterator before deleting it
8a281f4307 : Re-log stack/btm/btm_ble_gap::btm_ble_read_remote_features_complete
b3bb692699 : Move btm_ble_increment_link_topology_mask l2c=>btm
49cfd941c2 : Streamline conditional stack/btm/btm_ble::btm_ble_connected
1f0cc4aaed : enum-ify tL2CAP_LE_RESULT_
cf759fa277 : Add api around select fields tL2C_CB::tL2C_LCB::
db73ab97da : enum-ify stack/include/l2c_api::L2CAP_PRIORITY_
6f3e42bdf9 : Bluetooth: make it possible to advertise service solicitation UUID
78d3cb630b : shim/l2cap: Fix RegisterLECoc function
d77a004fbb : Fix potential OOB write in libbluetooth
260aa6b305 : Fix potential OOB write in libbluetooth
e679841617 : Fix potential OOB write in libbluetooth
4b0fca757f : Fix potential OOB write in libbluetooth
c3e39949b3 : Fix potential OOB write in libbluetooth
57e681f4b8 : Fix potential OOB write in libbluetooth
f1d9cc518f : Fix potential OOB write in libbluetooth
3677de03b3 : Fix potential OOB write in libbluetooth
f9da3e1be4 : GD: Store peer keys in legacy format
32a7737c35 : Implement encryption key size negotiation
ed1dcd168e : GD-HCI: Change command and event logs from INFO to DEBUG
3e44ad12b9 : GD-HCI: Change StopWatch log from INFO to DEBUG
db169d7e1a : Fix a security issue in sdp_server.cc
3357cfda71 : Fix a security issue in sdp_server.cc
637ae9416a : GD-Logging: Add INIT flags to configure debug logging
104838fb76 : GD-Logging: Change LOG_DEBUG to LOG_INFO
2290adbe68 : Check Classic key before cross-key derivation
119a0467e8 : Tighten up Binder.clearCallingIdentity() usage.
4c7351a0ce : [BT] Fix PTS TG/MCN/CB/BV-04-I&BI-02-C fail
ecd9b8a735 : GD-Logging: Add INIT flags to configure debug logging
45f35ebdda : Properly shim controller flags
804607b52b : Re-log stack/l2cap/l2c_ble::l2cble_conn_comp
7b4864a431 : Legacy ACL shim interface
5d94d17225 : Remove unused #defs stack/include/hcidefs
d52e32dedf : Remove unused #defs stack/include/bt_types
ddc963e873 : Remove unused var tBTM_SEC_DEV_REC::link_key_changed
35b3ec37e6 : Streamline stack/l2cap/l2c_ble::l2cble_notify_le_connection
37f080afa1 : Add stack/include/bt_types::AddressTypeText
6ae59ef30a : Re-Api stack/acl/btm_acl::btm_ble_get_acl_remote_addr
d27d1dfcb6 : Re-log stack/acl/btm_acl
004c6825c6 : Replace tBTA_LE_KEY_TYPE=>tBTM_LE_KEY_TYPE
7af6f19ab0 : Simplify StackAclBtmAcl::btm_bda_to_acl
1f9853348b : Internally link stack/acl/btm_acl::btm_ble_get_acl_remote_addr
7bfef016fe : Bluetooth: Spell mandatory correctly
288f960fa7 : enum-ify tgatt_status
e1bc59ab97 : Include security_device_record stack/acl/btm_acl
1216d64d7b : Remove unused defs BTM_ACL_PKT_TYPES_MASK_
5d6f7769d3 : Import translations. DO NOT MERGE ANYWHERE
8d7b8fe25e : log tgatt status properly
1181547e34 : encapsulate tBTM_BOND_TYPE within tBTM_SEC_DEV_REC
c6deaabdf4 : Properly add typedef for gatt status
9e9bd926ee : GD Security: Fix bad conditional
ea9c9cfff9 : Add include stack/smp/smp_act::smp_api_types.h
965f4fcde5 : Encapulate tBTM_SEC_DEV_REC::pin_code_length
c04439ea47 : Wrap API around tBTM_SEC_DEV_REC::BTM_SEC_
61c5da944c : Re-log btif/src/btif_sdp_server::
8bd6021d4d : Remove unused decls stack/btm/btm_int
86e1e18dea : enum-ify BTM_SEC_ and BTM_SEC_LE
952ff2e00c : Remove unused var tBTM_CB::state_temp_buffer
49a653e552 : Encapsulate tBTM_CB::btm_scn
7c680590bf : Encapsulate tBTM_CB::enc_rand, ediv, key_size
8a9fb1c5b6 : Encapsulate tBTM_CB::enc_handle
e86577bde8 : L2CA_SetFlushTimeout does nothing.
765a293b08 : Re-align read remote version information on legacy
13b310b3e2 : SMP: Assume L2cap tx completes immediately
b46e412252 : L2cap: LE address type is not used
4af29b4fe7 : Link flush timeout is unused
1a3c075835 : Convert mask types from uint32_t to enum type
6f323d8b08 : Precise naming match => is_in_security_db
4666fd79eb : enum-ify _SCAN both classic and ble
23c211ccf5 : enum-ify _INQUIRY both classic and ble
2a8c3138cb : enum-ify _CONNECTABLE both classic and ble
5dc107b155 : enum-ify _DISCOVERABLE both classic and ble
adcfb17e9d : HIDH: Don't set a minimum MTU
3896bdd9af : Add ACL shim event registration - with deps
c2544f4df2 : Single out Register events LE_META_EVENT as special
187809022c : HIDH: Register for HID_PSM_CONTROL
736874c5fd : Revert "Add ACL shim event registration"
a3eca176b2 : L2cap user dynamic channel: move psm alloc to bta
ee79312c66 : Clean up unused avdt definitions
262c7663eb : BTM Shim: Put/Get information bits to ConfirmationData
1360b517a9 : Introduce ConfirmationData
153d432c7a : BTA_AV: Unused variables
ea8eac25df : L2CA_SetFlushTimeout does nothing.
4e1d592d67 : L2cap: clean up flush timeout option
3b266869dc : BTA_AV: Unused variable
96b7fe830c : BTA_AV: Simplify flush timeout parameter
09d1ba6685 : L2cap: our cfg option never uses flush timeout
ebad2f2907 : Incoming ACL packets stop at acl layer first
920fee2cd1 : Re-log bta/../LOG_
a95e402b23 : Use bta/sys/bta_sys::BtaIdSysText()
96f3b1a324 : DIP: Implement API to get device identification information
dfbd153c1d : Add ACL shim event registration
7ddc784c46 : Remove unnecessary declarations stack/btm/btm_sco
27d896225d : Locally link and remove unused funcs stack/btm/btm_sco
849d70d912 : Re-log stack/btm/btm_ble_gap::btm_ble_update_inq_result
3365e74fa7 : Remove duplicate decls stack/btm/btm_int
11df3029a1 : Locally link and remove unused funcs stack/btm/btm_inq
3492b3bcd1 : Remove decl stack/btm/btm_int
6e099b8ebd : Locally link and remove unused funcs stack/btm/btm_devctl
2b90a42721 : Locally link and remove unused funcs stack/btm/btm_ble_cont_energy
c05a48870e : Locally link and remove unused funcs stack/btm/btm_ble_adv_filter
00ab0dc0cb : Locally link and remove unused funcs stack/btm/btm_ble_addr
cf406df2de : Remove unnecessary declarations stack/btm/btm_ble_int
9fba2e5d4b : Remove duplicate decls
da9e17501a : Add bta/sys/bta_sys::BtaIdSysText()
d2cba9954a : Re-log parts of btif/src/btif_storage
cc5159192d : Re-log parts of btif/src/btif_sock_thread
839d35020d : Re-log btif/src/btif_sock_rfc::btsock_rfc_listen
dd5ba7fae5 : Check Classic key before cross-key derivation
aeffd86f7b : CertSecurity: Add missing events to registration
96cdaa41dc : Store LE device keys when bonded
00b79b53ed : L2cap CoC callback use Confirm not Ind on server
5827a201b7 : Remove net_test_bta from TEST_MAPPING file
8745112c9b : Properly update config when the MAC Address changes
162a977e84 : L2cap shim: Add mtu requirement to config option
a4f86fe10d : Re-log btif/src/btif_dm::btif_dm_cancel_discovery
8289f99122 : Re-log btif/src/btif_dm::btif_dm_search_services_evt
22bd960753 : Re-log btif/src/btif_dm::btif_update_remote_properties
74903896fe : Re-log btif/src/btif_dm::bond_state_changed
bf47d51d7c : Re-log btif/src/btif_core::btif_enable_bluetooth_evt
e819ed654e : Re-log btif_get____type
acb3507d8d : Log proper btif/src/btif_bqr::ConfigureBqr
a039df0bdf : Re-log btif/src/btif_av::btif_av_get_peer_sep
1aa96e72f2 : Re-log btif/src/btif_a2dp::btif_a2dp_on_idle
609e0225af : Restore Le transport for SetPhy function
6ca4944822 : Reject SetBrowsedPlayer if there is not browsable player
1d80cd4c0a : Reponse BLUETOOTH_PLAYER as a non-browsable player
5ba45c358e : GD L2cap: Add a way to enforce required mtu
3fc08245ba : GAP_ConnOpen code minor clean up
7872adaf3e : LE COC: Indicate channel open on ConnectRsp recv
aa40915a9f : Call EXPECT_CALL before the incoming event
d26d0b9651 : SM: Implement name request during Classic pairing
347a8dc611 : L2CAP: Remove unused ConnectRsp
de91d695b4 : RFCOMM, AVDT, HID: L2cap signal id is not used
6dc25bf80b : Include initial remote config in pL2CA_ConfigCfm_Cb
b339aae15d : Serialize L2CAP connect ind/cfm, config ind, cfm
b430bc1dbb : L2cap: Auto send ConnectRsp
cb2dcc080c : Check for control block nullptr on l2cap error
b1c8cb6ed6 : L2cap channel cb: Store who initiated dynamic channel
1c097bd09a : We always send pL2CA_ConfigCfm_Cb with status OK
3c87668d02 : L2cap shim clean up
b6e905c4d8 : L2CAP_FLUSHABLE_PKT is never used
f23d6c2a62 : Response BLUETOOTH_PLAYER as a non-browsable player
52be02e4fd : Reject SetBrowsedPlayer if there is not browsable player
7324359a6d : Minor clean up in l2c_api
e728bbda57 : L2cap: Simplify DisconnectRsp
5ea67bfb7c : Remove unused L2cap code
f81b73cd6b : Simplify avdt_sec_check_complete_term
e6c5a278d9 : Simplify bnep_sec_check_complete
13c4276a74 : l2c_csm: Use pL2CA_Error_Cb on error
c8117f1b97 : Regard L2CAP_CFG_PENDING as failure
9db3d0570f : Introduce pL2CA_Error_Cb
bd064d8883 : l2c_csm: Remove unused variable
68970a336f : L2CAP ERTM: Fix p_ccb->max_rx_mtu
e1b2140fe6 : Use hidh_on_l2cap_error for error handling
780efb8216 : Use hidd_on_l2cap_error for error handling
d08a98aa86 : HID: Simplify security check code
015d7de625 : Use rfc_on_l2cap_error for error handling
d666f329ee : Use avct_on_l2cap_error for error handling
c9dbea62ec : Use avdt_on_l2cap_error for error handling
1c540814ff : Use avct_br_on_l2cap_error
f36b9b5d68 : Make BluetoothGattCallback.onServiceChanged public
0c14bc17ad : Add missing runtime dependency of android.hardware.bluetooth@1.1-service.btlinux
44bc06e17c : bthal: Do not allow to initialize more than once
144f22f7be : Use gap_on_l2cap_error for error handling
58f8601db5 : Use gatt_on_l2cap_error for error handling
972f3c111e : Simplify bnep_on_l2cap_error
096c6dd7a6 : Use bnep_on_l2cap_error for error handling
d2407cd117 : Simplify sdp_on_l2cap_error
6fdb9eceae : SDP failure reason isn't used
7dee7aa833 : SDP: Move L2cap error handling to one place
5496a85b3f : Remove unused code in l2c_api
c5f3ae316d : Remove L2CA_ErtmConnectRsp
531635fbc0 : Remove L2CA_ErtmConnectReq
12ceaf8d8f : L2CAP: Use ERTM info during registration, not conn req
9535ab4d6f : Clean up unused defines and imports
7b86720027 : L2cap user: Use ConfigCfm_Cb as channel open indicator
8035611645 : L2C_CSM: Send ConfigCfm to user after ConfigInd
761066bf99 : L2CA_ConfigCfm_Cb only need to provide result
04b0402db4 : HIDD: Treat unacceptable QOS as normal failure
e2596469d2 : L2CA_ConfigReq and L2CA_ConfigRsp are internal now
7eb974c70d : Remove L2CA_ConfigReq in client code
ec0cb7f58a : L2CAP module will send ConfigReq for you
0435af4b10 : L2CAP: Don't allow sending re-config
9c931dbba8 : L2CA_ConfigRsp is always invoked with status OK
2466c710bc : L2CAP: Provide a default ERTM option
511dec54d0 : Some ERTM values are constant
b9c23db296 : Remove unnecessary definition
f54f4201fa : HciCaptures: Add CommandComplete
1e5a164965 : Let L2CAP send ConfigRsp for you
1e07a3a00e : Straighten out stack/acl/btm_acl::btm_read_remote_version_complete
1f73782a37 : Add gd/l2cap::OnReadRemoteVersionInformationComplete
d96241b4d7 : Handle remote connection parameter request
fc691bc853 : Enforce remote MTU requirement in L2CAP directly
b5c07eeb2f : L2CAP: peer_cfg_bits is unused
49510436b1 : L2CAP: Add a "required_remote_mtu" and store it
0d449d12c1 : Remove unused code in BNEP
e1f86111ba : Profile services have const MTU size now
f9cf9fec6e : Set apex_available property
d243981a77 : GAP: Support 128-bit custom UUID in EIR record
acf90b737a : Move decls to ble_hci interface
ad2d83e1c7 : Locally link and remove unused funcs stack/btm/btm_ble_privacy
c127ad5544 : Remove duplicate decls stack/btm/btm_ble_int
b55d493ca3 : Move function decls with usage stack/btm::
8ca0e85e60 : Explictly provide ble extern declarations
68f1d38ded : Move stack/btm/btm_ble_addr::btm_ble_refresh_raddr_timer_timeout
cc5d28a36e : AVDTP: Use the same MTU in config request
b41120d3b6 : Remove unused definition in benp_int
f10f3694c1 : We always send default flush timeout
d14496e92b : AVDT Flush Timeout is fixed
c7ee197167 : AVDT MTU is fixed
29006110d3 : AVRC_BR uses the same mtu
77d0494d68 : AVRC uses the same mtu (part 2)
85e058b561 : AVRC uses the same mtu
753104d5dd : We can't bypass FCS
1dbc28e3c1 : p_ccb->bypass_fcs is never satisfied
00b4e1e2bd : L2CAP: We never explicitly disable FCS
926175b297 : Properly pass address type when extended advertisement is received
1bb5beca47 : Check Classic key before cross-key derivation
757aada490 : Check Classic key before cross-key derivation
fa0516e197 : Check Classic key before cross-key derivation
a983fc564c : Check Classic key before cross-key derivation
ac5d21dd69 : Check Classic key before cross-key derivation
82f1b04157 : Check Classic key before cross-key derivation
10317eb2ef : Add stack/include/avdt_api::peer_stream_endpoint_text
a0fbeb0f36 : Re-log btif/src/btif_sock_l2cap
a0c2cae635 : Add Api for tACL_CB::tACL_CONN::transport
7b469d5810 : Complete hci errorcode text
cf3547f727 : DirectHciTest: Accept more events
1badf45b2f : BNEP: Always use BNEP_MTU_SIZE as remote MTU size
aeeca41996 : BNEP_MIN_MTU_SIZE is the same as BNEP_MTU_SIZE
1d915b5743 : SDP: FCR mode is checked in L2cap layer
62540794b2 : Remove already handled case
7d0da76882 : L2CAP: Allowed mode is equivalent to preferred mode
000f3ab5b4 : Remove L2CAP_FCR_STREAM_MODE related function
929fd9f68b : L2CAP_FCR_STREAM_MODE is never used
a59f640639 : AVCT_BR always uses L2CAP_FCR_ERTM_MODE
a534df1cf6 : L2cap: Store MTU and ERTM info during registration
20e559a430 : SDP_FLUSH_TO is always 0xFFFF (L2cap default)
81d4d240fc : SDP: We always use basic mode
d8b05c3152 : RFCOMM code minor clean up
d173ec4357 : Expose service changed event to application (2/3)
d817757767 : RootCanal: Set event masks
7296c091aa : SDP code clean up
694e6320aa : pL2CA_DisconnectCfm_Cb is unused
f38e176a32 : HIDH: Move L2cap disconnect logic together
ae3064bcdc : HIDD: Move L2cap disconnect logic together
ead3bbabea : AVCT: Move L2cap disconnect logic together
8b064d80e2 : AVCT_BR: Move L2cap disconnect logic together
7790355fba : AVDT: Move L2cap disconnect logic together
ed128230d0 : Remove unused parameter in avdt_ad_tc_close_ind
2a36511882 : Re-log bta/gatt::bta_gattc_conn_cback
7fb2cfcfd0 : Re-include btif/src/btif_sock_l2cap
90c244370c : Eliminate socket verbosity print_events()
2ceafeb9b3 : Re-log stack/acl::BTM_SwitchRole
bd6ea601c4 : Reduce identical APIs
b3b42e8548 : Remove #def code conditional BTM_MAX_SCO_LINKS
85d7632670 : Remove unused #defs stack/btm/btm_ble_int_types::
314e1f2132 : Internally link stack/btm/btm_ble_gap::btm_send_hci_scan_enable
174c47d973 : Use new APIS stack/acl/btm_acl
5d2ddf76ec : Streamline stack/acl/btm_acl::btm_acl_created
c450100408 : Add new APIS stack/acl/btm_acl
85c8640f19 : GATT: Put L2cap disconnect logic together
97995bc6df : SDP: Remove sdp_disconnect_cfm
28f50aab2f : L2c_int: Remove unused function
cca9dfc87d : Send L2CA_DisconnectRsp from L2cap state machine
5fbe10a3b1 : SDP_BROWSE_PLUS is never true
8ebdf692c5 : Expose service changed event to application (3/3)
b7039e4fb7 : Expose service changed event to application (1/3)
063ca99cce : Re-log stack/acl/btm_acl::btm_acl_created
6b4eef3eea : Add types::BtTransportText
679e6e10a8 : Add hci role text
572b0ac06f : enum-ify stack/include/hcidefs::HCI_ROLE_
92e0322951 : Re-Var stack/acl/btm_acl::btm_acl_created
bbeb24b411 : [fuzzing] Add liblog dependency.
db247a7c1b : NameDB: Actually remove the address from requested addresses
e9a5f9f7b8 : SDP: We always use basic mode
c30f634bb1 : enum-ify stack/btm/btm_ble_int_types::tBTM_BLE_SEC_REQ_ACT
279871a736 : enumify tL2C_CB::tL2C_LCB::conn_update_mask
04639ebc7f : Remove unnecesary warning on expected parsing failure
f58cce7795 : Only read power mode on non-le links
9c61131d8e : Add helpers tL2C_CB::tL2C_LCB::tBT_TRANSPORT
d2dda87d76 : Streamline stack/l2cap/l2c_link::l2c_link_check_power_mode
3037ef2169 : Internally link stack/l2cap/l2c_link::l2c_link_check_power_mode
9b66a1d318 : Remove def stack/l2cap/l2c_link::L2C_LINK_CHECK_POWER_MODE
6060e048ec : Slight cleanup stack/acl/btm_pm::BTM_SetSsrParams
17cbccae29 : Specialize data structures tBTM_PM_STATUS tBTM_PM_MODE
86098af4e3 : Revert "HciHalTest: Handle EINTR when reading"
76992ce2d7 : stack: Periodic advertising scanner implementation
ac242f316d : Don't set volume to remote if volume is same as current device volume
f8cfcceb15 : Don't set volume to remote if volume is same as current device volume
f12655cc80 : Move all BluetoothCodecConfig and BluetoothCodecStatus APIs moved from the non-SDK API list to the blocklist in Android 11 back to the non-SDK API list.
56e56dffc6 : GD-HCI: Add verbose logging for Tx and Rx packets
ad3087afc3 : Use acl ble stack/acl/::acl_ble_connection_
c62e6f66fd : HciHalRootCanalTest: Use ASSERT and retry reads
9cb1e52afd : Remove unused stack/btm/btm_ble_int_types::tINQ_LE_BDADDR
d98a06350b : Remove constant var tBTM_CB::tBTM_BLE_CB::tBTM_BLE_INQ_CB::scan_duplicate_filter
1e67b92c29 : Remove never-set vars tBTM_CB::tBTM_BLE_CB::tBTM_BLE_INQ_CB::
42f75af369 : Add Api tBTM_CB::tBTM_BLE_CB::tBTM_BLE_INQ_CB::adv_mode
c171fa7a40 : Remove unused vars tBTM_CB::tBTM_BLE_CB::tBTM_BLE_INQ_CB
80625aaa47 : Expand clever stack/btm/btm_ble_gap::btm_set_conn_mode_adv_init_addr
22b4f2b6ef : Remove tBTM_CB::tBTM_BLE_CB::tBTM_BLE_INQ_CB::tx_power
1fe806e3e5 : Remove unused vars tBTM_CB::tBTM_BLE_CB::tBTM_LE_RANDOM_CB
3f7674f5fc : Remove never-set var tBTM_CB::tBTM_BLE_CB::mixed_mode
ad9fb25573 : Const-ify size tBTM_CB::tBTM_BLE_CB::link_count[]
3d266472ca : Remove unused var tBTM_CB::tBTM_BLE_CB::enabled
07d738d71a : Add Api around tBTM_CB::paging
316109bfcf : Remove tBTM_CB::discing can never be true
992976c75c : HciHalTest: Handle EINTR when reading
5ea2e23a45 : Remove unneeded cflags and ldflags
811f8f1479 : Revert "Remove unused #def and #ifdef stack/include/btm_ble_api_types"
2cb91d18a0 : Restore select #ifdefs stack/include/btm_ble_api_types
e0910b500e : enum-ify stack/include/::BT_DEVICE_TYPE_
a7d078bd3a : enum-ify stack/include/btm_ble_api_types::tBTM_BLE_EVT
b75a201d92 : Use correct typed values BTM_BLE
74b7b1abcb : Properly reset btm_cb.ble_ctr_cb.inq_var.directed_conn
08dc55cae9 : enum-ify BTM_BLE_ events
78342d3de8 : Remove unused #def and #ifdef stack/include/btm_ble_api_types
86132b5172 : Add stack/include/bt_types::DeviceTypeText
13d2d3d17c : enum-ify tBTM_BLE_RL_STATE
88c9eb1338 : Add accessors for tBTM_CB::tBTM_BLE_CB::wl_state
85e2fba1ab : Remove unused #defs stack/btm::
b8bd80dc66 : Internally link stack/acl::btm_ble_get_acl_remote_addr
49392290a3 : Use btm_ble_[increment|decrement]_link_topology_mask
05dfb8327d : Add btm_ble_[increment|decrement]_link_topology_mask
ec1729129c : Internally link stack/btm::ble_evt_type_is_
1e88d762a4 : Rework API btm_ble_select_adv_interval
95cc20aff8 : Rework API btm_set_conn_mode_adv_init_addr
63665a6f21 : Re-log /stack/btm/btm_ble::btm_ble_connected
f1b902e866 : Break out stack/gatt::on_connection_complete
77ad6ca3dc : Move connection_establishment into stack/acl
da683ac383 : Downgrade device no longer discoverable to DEBUG
06d318a515 : Move connection_manager access into stack/acl/btm_acl
06ef5e2f9a : Remove immaterial stack/btu/btu_hcif::HCI_TRACE_EVENT
64b0d7e716 : Remove immaterial stack/btu/btm_ble_addr::BTM_TRACE_EVENT
1223c30723 : Add text hci error code logging
fdcaa451b4 : Add getters to stack/btm/security_device_record::tBTM_SEC_DEV_REC
6150a0a090 : Remove useless #def BTM_IS_BRCM_CONTROLLER
054b55458a : Move BTM_IS_BRCM_CONTROLLER to end usecase
cf9137808b : Remove unused #defs _DM_LE_KEY_
e66d9d420e : Remove unnecessary #def BTA_LE_KEY_
68785fa607 : Import translations. DO NOT MERGE ANYWHERE
1459acf639 : fix oob in avrc_ctrl_pars_vendor_cmd
b266306a24 : Add ext prop value into hash calculation
2d3164c596 : Broadcast Bluetooth Tethering state changed
579d71ab7f : Add action for Bluetooth tethering state changed
ec4b62a346 : Remove unnecessary #def BTIF_DM_LE_KEY_
9a672767a7 : Remove unused #defs stack/include/sdpdefs::
c546320b8c : Log "device" btif/src/btif_config.c::btif_get_device_type
4f4f99511e : Remove unused #def BTM_MAX_VENDOR_SPECIFIC_LEN
f5291549cf : Set default tag to 'bluetooth'
ce0b3c68ba : Replace #def btif/src/btif_sock_thread::APPL_TRACE_DEBUG
054ec23547 : Remove unused #defs bta/include/bta_api::
5d67369eb3 : Remove unused #defs stack/smp::
6d07bcac92 : Refactor adding ext prop descriptor
66ac01aeda : Bluetooth: log who changes adapter name
9a9879f968 : OPP: Check uri string before parse it
e3eefa42b4 : Import translations. DO NOT MERGE ANYWHERE
5b4056388f : Import translations. DO NOT MERGE ANYWHERE
4088579ff6 : Send a response to an smp security request depending on the callback event
fc1d2aa0da : Return after removing sample LTK device
c2db095b1c : Check whether local device is an ATV device to determine whether to show the consent dialog for BLE pairing in JUSTWORKS and ENCRYPTION_ONLY mode
7401a1b4a0 : Shows a consent dialog on the local device when pairing a bluetooth low energy device if the local device has a display.
59a53ae880 : Pass whether the local device is an atv device to the native layer to determine whether to include pairing dialogs for justworks and encryption only LE pairing
69a4ad0679 : Add init flag INIT_gd_acl
617d91d17f : SDP_SERVER_ENABLED is always true
8f32307f90 : gd: Change AdvertiserId type to uint8_t
70821ee9fe : gd: add shim layer for LE advertising manager
5408d09639 : gd: add LE advertising callback
6675b65224 : Fix likely-unhit memory leak
41bc663427 : Remove #def code conditional BT_MAX_SERVICE_NAME_LEN
32c2d771cf : Replace #def BTM_SEC_SERVICE_NAME_LEN
94a028919d : Add header declarations
b51bee6197 : Remove unused def L2CAP_WAKE_PARKED_LINK
92d914d1df : Remove unused return val btif/src::btsock_thread_init
13169c8cbe : Broadcast Bluetooth Tethering state changed
bd5a867727 : Add action for Bluetooth tethering state changed
1cf21acb36 : Fix crash in smp_br_state_machine_event
fe82fb1728 : Add Mazda Carkit into IOP table to only use AVRCP 1.4
63d8c70b30 : GD Reactor: Fix a potential use-after-free
4030840793 : Remove the empty line
71b6834233 : bnep_disconnect_cfm does nothing
915d90a7bd : GD SMC: Only call Hold for outgoing Link
5e42095864 : Using DoAll
c5386afbc1 : Update language to comply with Android's inclusive language guidance
1d4f77992e : Update language to comply with Android's inclusive language guidance
85df87edb6 : Import translations. DO NOT MERGE ANYWHERE
8a1221fdc5 : Add btm_dev and btm_sco hci links
ee022f32b9 : add neighbor_inquiry API
ea0790bb8c : Add various function declarations
b153ca2cfc : Add stack/btm/neighbor_inquiry.h
6f4186f911 : Include btm_sec when required
340f1d4677 : Profusely Provide Proper Prototypes
a60a2ef682 : Remove init flags log message, you can check the dumpsys now
245b38f989 : RootCanal: Add Iso command support for CIG/CIS
bff3c2fe41 : Add Honda Civic Carkit into IOP table to only use AVRCP 1.4
7f1ac0f239 : btm: Add BIS related code to Iso Manager
820fbf9fb0 : Add NameDbModule as dependency
baee26c4b7 : Additional trigger on IO Capability Response
d305f42ec5 : HFP: use Bundle to query call log and phonebook
d0e8ab6a8a : Add ISO connection request and response
94012f8cb8 : RootCanal: Remove acl namespace
5f43b1674b : RootCanal: Remove hci namespace
ac8ce947de : HCI: Change CIS phy type parameters
268e961257 : BTIF DM: Shim out link key management functions
38cb587022 : Remove unused type tBTM_INQ_TYPE
d6810d43fd : Move tINQ_BDADDR from security record
4b2b6992a6 : Move tBTM_DEVCB from security device record
816cddffa1 : Remove unused tBTM_DEVCB::le_supported_states
71c2fb8d0b : Broadcast Bluetooth Tethering state changed
ba01bb85e5 : Add inquiry to hci link interface
a7a92166b9 : Properly include stack/include/acl_api
c7e135b0b3 : Straighten out tBTM_BOND_TYPE
974aa058d9 : Move acl only #defs BTM_ACL
3ee084d1f9 : Remove unused def BTM_MAX_SCN
feba1240d0 : Remove unnecessary #def BTM_MAX_SCN
21f832b478 : Remove unused API in l2c_api shim
a68f2e105c : Break out stack/btm/btm_sco.h
5b80173582 : Re-include stack/btm/btm_sco
15bb7479ca : Move tBTM_INQUIRY_VAR_ST stack/btm::
a6aac532b2 : Remove unused #defs BTM_
da6262e169 : OPP: Do not clear invisible success records
91b3ea5c89 : Add in metrics calls
cf0c867563 : Rename LruCache -> LegacyLruCache
9815c76903 : BTIF DM Shim: Remove obsolete components
07d907eae7 : BTM_API Shim: BTA will call shim BTM_API if GD enabled
ead842308a : Update stack/::ble_addr_type
3ebdca5fe2 : Update btif/src/::ble_addr_type
4ce609b1cf : Fix l2cap callback connection creation API
c16bc5c2ef : Import translations. DO NOT MERGE ANYWHERE
f190655f8d : Import translations. DO NOT MERGE ANYWHERE
31a39edb7f : Remove l2cap debug logging clutter
c3d9517bd8 : gatt: Fix CID check when receiving ack
a857333992 : Pass AddressWithType into messages correctly
3972febab1 : Changed HID_DEV_MTU_SIZE from 64 to 512
6565b74a7b : Shim: Add GD advertising init flags
7cac9ff5a4 : Add GD advertising init flags
b18b8fd74f : bt: don't return the address of a stack-allocated string
3c19d92f40 : Use tBTM_CB::tBTM_BLE_CB::scan_activity
439c2f3a1f : encapsulate tBTM_CB::tBTM_BLE_CB::scan_activity
55a866a765 : Remove API constant stack/btm/btm_ble_gap::btm_ble_start_inquiry
4c1b8c7b6e : Import translations. DO NOT MERGE ANYWHERE
6638a40266 : Import translations. DO NOT MERGE ANYWHERE
6c270b9dcc : Import translations. DO NOT MERGE ANYWHERE
e17d6257cb : Import translations. DO NOT MERGE ANYWHERE
cd813bead6 : Update bta/include/::ble_addr_type
94b9bedcc9 : Update main/shim/::ble_addr_type
07f75cf7c0 : [bluetooth] system_server should not call non forUser Settings.Secure.get* methods
2ef385aa2d : AVRCP: Use an immutable error intent
3446560167 : gatt: Add CID for sending notification confirmation
cb794c4c8c : Shim: Security module InitFlag
62ad8d6445 : Shim layer for GD security enforcement
aeb4b9ec46 : Use BTM_GetHCIConnHandle to get handle
1cefd0cb6f : Fall back to Read Request when reading Characteristic Extended Properties
f67cc05746 : Server support for Characteristic Extended Properties
128d18139d : Client support for Characteristic Extended Properties
f1e1b12932 : hci: Support periodic advertising sync + transfer
2dfa16342e : shim::Acl should only run if gd::Core disabled
d36c20329a : HFP: Add missing sco listen action in state machine
fc8342c55d : HFP: Add more logs to SCO sessions
92dd529090 : HFP: Add missing sco listen action in state machine
22cdcc3e9e : Adds fuzzer for l2cap
6780446cb3 : BTM_API Shim
e61e10fff1 : stack/l2c: Add helper l2cu_reject_ble_coc_connection
100736caed : BTM_API Shim: Call BTA sp_cback for events
d380cb17c5 : BTM_API Shim: Implement BTM_ConfirmReqReply
13c39b9b35 : stack/gatt: Extend calls with CID
5475801319 : Import translations. DO NOT MERGE ANYWHERE
15e00bba34 : Import translations. DO NOT MERGE ANYWHERE
e25edc51fb : Import translations. DO NOT MERGE ANYWHERE
85ee107a93 : Import translations. DO NOT MERGE ANYWHERE
08564c65f0 : Fix potential overflow for gatt process write
9a5e7e8d0a : gd HCI: fix failed assertion about extended_properties
f3dd9ce6f4 : gd HCI: Initialize advertising_handle_ with kInvalidHandle
640aa72d37 : HFP: Fix missing sco events and masked events
8ee4da9eed : First entry acl shim layer
35799a61da : HFP: Fix missing sco events and masked events
a30d01a365 : Add a way to enforce l2cap security by requirement
6290a0e80b : Add main/shim/helpers::ToLegacyAddressWithType
b7531b71af : Re-include stack/btm/btm_ble_gap
d2ab73a3c0 : Enforce internal linkage stack/btm/btm_ble_bgconn
5d23d9ff59 : Re-include stack/btm/btm_ble_bgconn
ba5673c856 : Replace tBTM_SEC_BLE::identity addr/type
a2ac1bd17f : Factor out btm_ble_conn_complete::maybe_resolve_address
5dfaf87ad7 : Use tBTM_SEC_BLE::tADDRESS_TYPE
032c7fa782 : Simplify return value btm_ble_read_resolving_list_entry
98d7636d22 : Streamline stack/btm/btm_ble_add::btm_identity_addr_to_random_pseudo
3499ab8333 : Streamline btm_ble_refresh_peer_resolvable_private_addr
d8a46799ec : L2cap sec: Remove the workaround for legacy device
1532341a8b : Encapsulate tBTM_CB::tBTM_BLE_CB::tBTM_BLE_CONN_ST
8c7ed324f7 : Remove unnecessarily @System/TestApi annotations
a3728562b2 : BTM: Fix a bit flip in the role change state comparison
012d5f0e67 : Remove unused code in rfc_int.h
7d58658c01 : Remove sec_id related code in RFCOMM
ae73a19701 : Move rfcomm security requirement to rfcomm module
21282e3b9a : Clear RFCOMM security when done
0ca6a08e68 : Get rid of p_cur_service in dev_rec
1befd6c3a1 : BTM_API Shim: Add ShimUi
50c9d6e477 : BTM_API Shim: Add ShimBondListener
f460290edd : Legacy RFCOMM: Use the new security record
a2d7e42fb0 : Introduce BTM_SetRfcommSecurity
12d183ff9e : Remove unused log to improve readability
d81a2e3e0c : Only RFCOMM Uses btm_sec_mx_access_request
ccf66fe977 : Add API stack/l2cap/l2c_ble::l2cble_conn_comp_from_address_with_type
b80e0dcd76 : Add API stack/acl/btm_acl::acl_link_role_from_handle
bcb745dfa2 : Add btm_identity_addr_to_random_pseudo_from_address_with_type
f6cfcc3614 : Add API stack/btm/btm_ble::btm_ble_connected_from_address_with_type
540d14f922 : Streamline stack/btm/btm_ble::btm_ble_connected
f8505590b5 : Add gd acl init flag
e3481c5296 : Remove unnecessary command check
c6c96ee19d : Replace unreadable AG state machine
3e9391b53a : good riddance AV stream state machine
19f3f7fc40 : Add new api stack/acl/ble_acl::acl_ble__complete
2b2dbf2a9d : Remove unused defs
ace4ed2240 : Remove tBT_TRANSPORT from acl_refresh_remote_address
94219b835d : enum-ify tBTM_BLE_CONN_ST
8f403c579c : Add helpers to stack/include/bt_types::tBLE_BD_ADDR
96dcbc7038 : Replace AV non state machine function table
4b1cf99848 : Replace BTA AV state machine
64665d0d7f : Flatten bta_hd_sm_execute
76291800fc : Remove unused parameter from bta_hd_vc_unplug_act
01b27a4d3f : Remove unused parameter from bta_hd_disconnect_act
57ac17a05c : Remove unused parameter from bta_hd_unregister_act
cb53ca0d2a : Replace unreadable HD state machine
b86e013008 : Create stack/include/ble_hci_link_interface
b5cc3ada57 : Replace HH unreadable state machine
be3617ddbe : BTA_HH_LE_INCLUDED is always true
3c56f5aeb6 : Remove unused defs TRACE_ stack/include/bt_types.h
9ad1c80f39 : Move def BLE_ADDR_TYPE_ID_BIT closer to relatives
8b8d2754f2 : Remove unused defs BLE_ADDR_IS_STATIC
086caa2d5a : Use local constant for service/low_energy_client
0b7f0d8f86 : Remove unreferenced mce file & headers
26efcb1710 : btif_mce_get_interface is never called
76808ad9b8 : Callbacks are never used
c6a316208e : Remove MCE code that now no longer does anything
a74dda1158 : BTA_MceGetRemoteMasInstances does nothing
3840d2c540 : bta_mce_get_remote_mas_instances is never referenced
b09a9d7f38 : bta_mce_enable is never referenced
5141bed0fe : bta_mce_sm_execute is never referenced
8c0cb2bcf7 : Remove now unused BTA_MceEnable
5fb27e2164 : role is unused
abd3de51ab : btif_mce_execute_service is never called
87e4e8acc9 : Don't persist bonds using sample LTK
59582ba36e : booleans are a thing for a reason
4c4dac042a : Simplify BTA_SdpCreate/RemoveRecordByUser
21e70c4b97 : Simplfy BTA_SdpSearch
5029df2c9a : simplify BTA_SdpEnable
acc32cd6d0 : Burninate SDP "state machine"
53ca8ae3da : L2CA_SetIdleTimeout is unused
4f331a9c94 : p_tcb->att_lcid is always L2CAP_ATT_CID
2fffc2faaf : L2CAP_HIGH_PRI_CHAN_QUOTA_IS_CONFIGURABLE is unused
afd6f12a10 : Remove unused code in bta_sys.h
6859e5dcf6 : no_smp_on_br is never true
9ae5d2270a : Remove unused code in l2c_api.h
5847853006 : p_nocp_cb is never set
2046477aac : pL2CA_CreditsReceived_Cb is no longer useful
ba747534dc : gap_credits_received_cb is no longer useful
4d53625423 : Hearing aid doesn't care about credit received event
f269b85f98 : Remove remaining fixed channel code in bta_jv
7a0b7f2ef7 : Remove unused fixed channel related stuff
c9906c10ad : Remove unused code
a1f78cf509 : sock->fixed_chan is always false
2b44cdc94a : sock->fixed_chane is always false, and remove unused code
698ca849e9 : bta_jv_l2cap_connect_le is unused
a6a7b8d9a4 : Remove l2cap fixed channel socket
8d2b4db1ba : Import translations. DO NOT MERGE ANYWHERE
353e685710 : Clean up L2cap usage of btm_int
16a975eae7 : Revert "Snap for 6792834 from 833bcef45b92c14227884c99e1a2803456..."
2c5be1002c : Convert gap_connections to new l2cap + security
fd71892455 : Re-include stack/btu/btu_hcif
897ea80eb8 : stack/acl/btm_acl::BTM_GetRole
c6929b2535 : Streamline stack/acl/btm_acl::BTM_SwitchRole
0479d54d0e : Streamline stack/acl/btm_acl::btm_acl_removed
3d841d0dd1 : Re-include stack/btm/btm_ble
5356aaf814 : Make GD LeSecurityTest pass on real devices
d628b4d31a : remove def stack/acl/btm_pm::BTM_SSR_INCLUDED
bf352ce44f : Encapsulate tACL_CB::tACL_CONN::switch_role_state
e274d4682e : Enacpsulate tACL_CB::tACL_CONN::encrypt_state
4f3d7b1f17 : Use API from stack/btu/btu_hcif::l2c_link_role_changed
81e5933e89 : Slightly Streamline l2c_link_hci_conn_comp
0efc1edb7f : GD-Cert: Add btconfig parameter to real device test
cf71596f09 : RootCanal: Reset the model in BluetoothHci::close
b34612dccd : Remove BTM_SimpleSetSecurityLevel
0580111635 : Migrate GATT security
e743f2c8b8 : Migrate SDP to L2CA_ConnectReq2
9aad7b4b15 : goodbye BTM_SetOutService
b13452008b : Inline BNEP security
ebb439dad9 : Remove more vestiges of PAN GN
e7a6c1e864 : Pan role is never GN
ea02ea7b3a : Simplify PAN role setting
7297fa41b6 : btpan_enable is never called from JNI
8253248469 : Remove stray out service call
d1b831297c : Correct hidd/h interrupt channel security
10817b4421 : Flatten avdt sec_mask
49000f1525 : Inline avdt security
4a9ffce1aa : Add connect request variants that do security
d511b666b8 : Add L2CA_Register2, which does security for you
d0a503be51 : Inline HIDH security
cb1c768aed : inline HIDD security
80e8b93042 : Send a response to an smp security request depending on the callback event
27a5857ab2 : Send a response to an smp security request depending on the callback event
59698818e1 : Send a response to an smp security request depending on the callback event
415ecc05ec : Remove bta knowledge of hci handle
76ed1c7fe7 : Streamline bta/dm/::bta_dm_acl_up/down
b012d0236e : Add API stack/acl/btm_acl::acl_peer_supports_sniff_subrating
c69ad336e4 : Remove def bta/dm/BTM_SSR_INCLUDED
e54cf1ac08 : Rework api ret val BTA_DmGetConnectionState
864442d20e : AVDT: Flatten sec mask
124aaeb07f : Send a response to an smp security request depending on the callback event
a02df71d70 : Send a response to an smp security request depending on the callback event
ed52d214f4 : Add helper to decode hci status
5b15a9e0ba : Send a response to an smp security request depending on the callback event
8deb8bd33a : Send a response to an smp security request depending on the callback event
751b84a48a : Add main/shim/helper raw builder packet creator
468227571b : Remove unused hci error status
ae803b5c1d : Break out stack/include/hci_error_code
5bb0eda320 : Return after removing sample LTK device
a41cbf3d51 : Fuzzer for g722 encoder
798007dc19 : Add experimental flag for GATT Robust Caching
57a38ae734 : AG: Fold sec mask
4ed330ffcf : HF Client: Flatten sec mask for outgoing connection
51c6168884 : HF Client: Flatten sec mask
a6ce41a130 : Clean up PAN code
6aadcedf0b : Clean up HIDH code
cc9ae7e4ac : HID Host: Clean up sec mask
056c90a719 : PAN: Clean up sec mask
0b8a50a8b6 : Remove stack/acl/btm_acl::acl_send_data_packet
bd7a131833 : Use Api stack/acl/btm_acl::acl_send_data_packet
6bb8feb445 : Split Api stack/acl/btm_acl::acl_send_data_packet
1b1bbca42d : Re-include stack/l2cap/l2c_api
784a279f9e : Fold out service setting into avdt_ad_open_req
d77ae8244d : Fold set out service into BNEP_Connect
afc7a79938 : Fold security level calls into hidd_conn_reg
6434f6ad41 : Fold HID_DevSetSecurityLevel into device registration
045be3d96b : Fold security level into HID_DevSetSecurityLevel
662b225951 : Fold security mask into AVCT_Register
1fa539ec11 : Remove sys id param from bta_ar_dereg_avdt
dc27cf6270 : Remove sys id param from bta_ar_reg_avdt
3028b2072a : Remove sys id param from bta_ar_dereg_avrc
369a5c4168 : enablePanNative is unused
eccc6a7eac : Remove sys id param from bta_ar_reg_avrc
b7d89c92c9 : Remove sys id param from bta_ar_dereg_avct
fc8953fb4e : Remove sys id param from bta_ar_reg_avct
f0f1d45df0 : BTA_AR_INCLUDED is always true
56854c56ff : Remove p_avk_conn_cback, it's never set
9f5e0fc10f : Fold security mask into bta_ar_reg_avct
1838e55718 : Remove BTA_ID_AVK
6fa9d175fa : Add RFCOMM_CreateConnectionWithSecurity
59053d1283 : Add BTM_SimpleSetSecurityLevel
109c25efa1 : Remove unused code in GAP_API
2f4817e064 : RootCanal: Add Iso Commands to controller
9af7bacd55 : RootCanal: Create Connection Cancel
d14ebedbb9 : Always unset def L2CAP_CBB_DEFAULT_DATA_RATE_BUFF_QUOTA
dc522e23dc : Encapsulate tL2C_CB::tL2C_LCB::handle
e7837622f4 : Use Api stack/acl/btm_acl::acl_write_automatic_flush_timeout
fe735ddd91 : Add Api stack/acl/btm_acl::acl_write_automatic_flush_timeout
769115c741 : Please look but don't touch the parameters
ecf15fa27c : Group similar values L2CA_SetFlushTimeout
272009531d : Validate params first L2CA_SetFlushTimeout
35b7f0d045 : Colocate declarations and definitions
f7aaae51c7 : Use time units stack/l2cap/l2c_api::flush_tout
d2a8ae70a7 : Add ConvertMillisecondsToBasebandSlots
5bdf1d10d1 : Use Api stack/acl/btm_acl::acl_disconnect
1a8ca77f20 : Add Api stack/acl/btm_acl::acl_disconnect
1d38a95fe8 : Re-include stack/btm/btm_dev.h
b2c5d9346b : Remove def BLE_PRIVACY_SPT
413e838140 : Remove def BTM_DISC_DURING_RS
04a3a5dc67 : Remove tL2C_CB::tL2C_LCB::p_hcit_rcv_acl
ca90aba48e : Properly process the LE Long Term Key Request
865050c975 : HFP: use Bundle to query call log and phonebook
faad53c79a : RootCanal: Request Le LongTermKey
2eee86b585 : Eliminate useless stack vars l2c_link_send_to_lower_
97254001da : Use acl data passing API
6a3e7b832c : add acl data passing API
4531c4a116 : Smooth l2c_link_send_to_lower/br_edr and ble
14f2f34006 : Streamline l2c_link_send_to_lower/br_edr and ble
242f49d115 : Break out l2c_link_send_to_lower into br_edr and ble
13ae03431c : Add const stack/l2cap/l2c_link::l2c_link_send_to_lower
bbd9ef1476 : Remove def L2CAP_HCI_FLOW_CONTROL_DEBUG
b9e6daa3df : Break out data passing events
cfb2138789 : Re-order conditional stack/l2cap/l2c_link::l2c_link_send_to_lower
9facde4cbd : Group controller acccess stack/l2cap/l2c_link::l2c_link_send_to_lower
0b8e947910 : Colocate dec/def stack/l2cap/l2c_link::l2c_link_send_to_lower
76c87c4a97 : GD-Cert: Override parameters during cert test
f661b747b3 : Refactor: Fix BT device name length issue
3b78edf7e1 : GD-HCI: Send original command instead of status packet upwards
c09da8d703 : BTM-PM: Get rid of BTM_PM_DEBUG flag
190acb206c : Revert "Shows a consent dialog on the local device when pairing a bluetooth low"
0a034a7e55 : Revert "Check whether local device is an ATV device to determine..."
6074d9ec09 : Revert "Pass whether the local device is an atv device to the na..."
590963da9a : InternalEnforceSecurityPolicy: Check if record is temporary
73f3be99e7 : Clear advertising cache if bad advertisement is received
e551fe4ead : Simplify stack/l2cap/l2c_utils::l2cu_create_conn_br_edr
e2d5fdece9 : Simplify stack/l2cap/l2c_link::l2c_link_role_changed
5f44257ba4 : Remove poor placement for SCN from tACL_CB
1e483aba0b : add stack/btm/btm_scn
207cd9c05c : Add tBTM_CB::btm_scn[BTM_MAX_SCN_]
1ccfd5649d : Simplify stack/l2cap/l2c_utils::l2cu_adj_id
d2b71f43c9 : Precisely name tL2C_CB::tL2C_LCB::id
6860293921 : Remove tL2C_CB::tL2C_LCB::info_rx_bits
8acbd39be6 : Encapsulate tL2C_CB::tL2C_LCB::link_flush_tout_
237e23c43b : Precisely name tL2C_CB::num_used_lcbs
c693386ed9 : Encapsulate tL2C_CB::tL2C_LCB::disc_reason
348a76c1af : Remove set-once-never-execute l2cb.is_flush_active
922ea520cd : Fix address passing when we accept incoming connection
61ef37340b : GD Security: Improve Enforce() workflow
cb18e16533 : Remove unused API
2bd491d3ff : Unify def tBTM_SEC_CBACK=>tBTM_SEC_CALLBACK
ae0a072a7b : Simplify stack/acl/btm_acl::btm_acl_created()
9d29c7eae8 : Removed unused tACL_CONN fields
7058b37372 : Use API stack/acl/btm_acl
68c172118d : Add APIs to stack/acl/btm_acl
4c77d65fbb : Use API stack/acl/btm_acl::btm_acl_connection_request
6fa422634a : Add API stack/acl/btm_acl::btm_acl_connection_request
434a11cea5 : Wrap tL2C_LCB::link_role in API
dff0bbf10b : Rename btm_dev_support_switch
4ecdfda68f : Streamline stack/btm/btm_dev::btm_dev_support_switch
ec9702cb67 : Replace BTM_ACL_PKT_TYPES_MASK_
98f24171c0 : AclManager: Handle default data length
fec909e9e1 : p_auth_complete_callback is no-op for HCI_SUCCESS case
4c043dc50f : hci: Add Broadcast Isochronous Sets related commands
ea3c389e00 : hci: Add additional iso related commands
728209a51c : Wrap l2c::IsBonding in API
6c7f941ffc : Streamline includes stack/l2cap/l2c_link
0f85e35d27 : Move l2cu_get_next_buffer_to_send
908191be08 : Move stack/l2cap/::l2cu_get_next_channel_in_rr
376229cc0b : Remove def L2CAP_ROUND_ROBIN_CHANNEL_SERVICE
8a0fcaf630 : Remove def L2CAP_NUM_FIXED_CHNLS Optimization
b62b089e03 : stack/btm: Support Reading Peer SCA
d093be05ef : btm: Initial Iso Manager implementation
a8b9aa6353 : GD-HCI: Flush snoop log to kernel buffer on every write
facf6afcea : Check for MITM required.
46af7f6048 : Ensure IO Cap Response received before processing UserConfirmationRequest
c91873edc0 : Fall back to local AuthenticationRequirements to set values
b274699477 : More security flag hidings
a124262c8a : More security flag hiding
3aea467d68 : More security flag hiding
a1bfd26e56 : Flatten BTA_JvIsEncrypted
6fd4bd732f : Simplify BTA_JvIsEncrypted
418df08ca7 : Start hiding security flags
1726ce0c10 : We don't do AMP
8f8801c5bc : Remove p_authorize_callback, it's never used
17dc988c68 : btm_sec_are_all_trusted is never called
29aeb88239 : trusted_mask is self refrential and always 0
5d2452085b : Remove trusted_mask from BTM_SecBond
191408dc89 : Remove trusted mask from BTM_SecAddDevice
a9427ce21b : BTM_SEC_IS_SERVICE_TRUSTED is never used
8a8952720d : BTM_SecClrTempAuthService does nothing
609b30d3bc : last_author_service_id is never meaningfully set
957d589f05 : BTM_SEC_OUT_FLAGS used to include authorized
749cfc7a88 : Remove BTM_SEC_AUTHORIZED, it's only removed or checked
839f77548c : this used to check for authorized
f82f9ccd92 : Remove always false expressions
1990747c04 : This expression is also never true
58d6488e2e : This condition is never true
ad4d75c8bf : Simpify boolean expression
f5ae7bbecb : Remove useless redefinition BTM_SEC_FLAG_AUTHORIZED
3d7e0b3c7c : BTM_SEC_OUT_AUTHENTICATE is never set, only checked or removed
205c749e11 : BTM_SEC_IN_AUTHORIZE is never set, only checked or removed
3bca50aea4 : Remove BTA_AV_WITH_AVCTP_AUTHORIZATION
621baccc27 : BTA_SEC_AUTHENTICATE does not include authorization
cbeba51f5c : Flatten bta_av_cb.sec_mask
a050ace610 : The security mask is always BTA_SEC_AUTHENTICATE
2857ab9d3e : Internalize BTA_AvEnable's security mask
d2988affeb : Flatten BTA_SEC_AUTHORIZE
e9f7b09871 : Add boolean flag for indicating IO Cap Response received
46fe0af0b0 : Ensure we delete the link key from the controller.
3545ac7e99 : Simplify stack/l2cap/::l2c_link_check_send_pkts
ea321cd2e9 : Remove listenUsingEncryptedRfcommOn & listenUsingScoOn
d8e097375d : This if is always true
ed8e56a9a9 : Move create_classic_conn from l2c to acl
d1622b560a : Add API stack/acl/btm_acl::acl_create_classic_connection
0e73504042 : Simplify stack/l2cap/l2c_utils::l2cu_create_conn_after_switch
2a510cb318 : Remove useless line
ad52aae8bf : Move stack/l2cap/l2c_link::btm_acl_connected
9ada2d8b01 : Remove unused parameter in btif_dm_proc_io_req
0beb762e15 : Remove unnecessary definition
aaaf242dc5 : GD SecurityRecord: Explicitly set IsEncrypted to false upon loading
ceba67e173 : BTM_ReadConnectability is never used now
dd35866df2 : BTM_ReadDiscoverability is never used now
63717d5a24 : Simplify BTM_SetDiscoverability
204bd8bd1d : Simplify BTM_SetConnectability
27431188ac : Inline always 0 parameters
e49a5b0242 : what on earth
4d36d7591a : if you pass 0, these are the values used
77e1942629 : These were never set
5360b238da : The params are never ignore, they're set in this function
57f0b80782 : Fold bt_scan_mode_t into BTA_DmSetVisibility
c0c09eec5d : Flatten BTA_DmSetVisibility
7d658d2327 : gatt: Allow services to indicate eatt support
e9a85eb49d : read_inq_tx_power_timer is never used
43a7079dbe : p_inq_tx_power_cmpl_cb is always null
25bdb01e03 : Remove dead code
c78567eae1 : btm_process_remote_name does nothing interesting if remote name not active
b3c9912c2e : btm_inq_vars.scan_type is not useful
04d63c9011 : Remove useless variable
66b72a2835 : Status is set but not used
15f4814f0a : Replace with equivalent expression
979d3b4c61 : Remove unnecessary variable
e8991b8b21 : state is already set to this value higher in this function
37c2fbc39e : Flatten btm_initiate_inquiry
28ca59f52e : BTM_BLE_LIMITED_INQUIRY is never used
c4f95718dd : BTM_LIMITED_INQUIRY is never set
a2e7b6077d : Remove inquiry filtering from shim
bd97382aad : Delete BTM_CancelPeriodicInquiry, it's unused and does nothing
a26753b997 : Remove unused filter_cond
88631c4e61 : BTM_PERIODIC_INQUIRY_ACTIVE is never set
849a9b0d80 : max_resps is always 0: unlimited
ad90d6ee51 : This condition will never be met
20c229b5b6 : Replace equivalent expression
eb52ea2c7e : Don't report illegal value for something uncontrollable
cc69b5778c : reduce duplicate mask setting
2038e3aa24 : p_inq->inqparms.mode & BTM_BLE_INQUIRY_MASK is always true
8104c58137 : Make stack/acl/acl.h more inclusive
6d757ada9f : Add proper inclusion ordering
6cf0ccbc09 : Remove unused defs stack/include/btm_api
4d155340ac : Use security interface stack/include/sec_hci_link_interface
6faa689c58 : Add security interface stack/include/sec_hci_link_interface
109315f941 : stack/gatt: Store gatt client supported features
c58f4e488d : Robust Caching - server hash calculation
71245b2422 : SecurityManagerChannel: AuthenticationRequest not always needed
5520d2d12a : GD L2cap: Fix OnEncryptionChange
91247bd081 : btif: remove dead code
7b9f8e822a : Simplify BTM_SecAddDevice
7621b69585 : Simplify bta_dm_add_device
2c14621f7a : BTA_DmAddDevice: is_trusted, tm, io_cap are 0
3e96881c88 : report_dup is always true
8298e60379 : Remove useless states
0af122b999 : Flatten btm_set_inq_event_filter
bcd81fa917 : pending_filt_complete_event is always zero
0db057e0ba : inqfilt_active is always false
aae9d9f2b2 : Setting inqfilt_active to true has no effect
f572acf383 : p_inq->state is always BTM_INQ_SET_FILT_STATE when calling
92646553e5 : inqfilt_active is always true inside btm_set_inq_event_filter
ef4c201adf : Status is always success
9740416b98 : p_inqfilter_cmpl_cb is never set
935ab67a16 : hci_status is always success
dd1d8bd6ab : We never set the inquiry filter
4e54c62072 : btm_set_inq_event_filter always returns CMD_STARTED
20be1f96e7 : GD Hack: Start service discovery on bonded
ceebba9b67 : GD-HCI: Write empty value to storage instead of nullptr
56ecfde628 : Simplify btm_set_inq_event_filter
9de4e8143a : Remove unused API
239605c6aa : GD Security: Improve link encryption storage
2d113d8949 : GD-HCI Shim: Add missing cmds that do not generate cmd complete
2d921c16d6 : Remove declarations stack/acl/btm_acl
67e299382a : Use btif_acl and bta_dm_acl in btm_acl
80e7301806 : Add btif/include/btif_acl.h
26bf78fd2c : Add bta/include/bta_dm_acl.h
dda6b13300 : GD L2cap: Pass some security callback to Security Module
672290579f : Revert "Unused def include/hardware/bt_gatt_types::btgatt_transp..."
d1a6ad7347 : Revert "Removed unused file include/hardware/bt_gatt_types.h"
a775d5fd71 : Add Disconnect Complete Matcher
1a7512e3f0 : hci: Support reading peer SCA
1bba66a949 : filter_cond_type is always BTM_CLR_INQUIRY_FILTER
e21e12b883 : Don't use redefinition - BTM_FILTER_COND_BD_ADDR
15357041dd : don't use the redefinition - BTM_FILTER_COND_DEVICE_CLASS
61688d21df : Remove cancel_pending flag
12470d938b : Nothing interesting happens with ble_raw_size or ble_raw_used
d1f3f59b26 : Nothing interesting happens with bta_dm_search_cb.p_ble_rawdata
724e8c1a08 : Remove unused raw data concepts from discovery results
5c7828c9fd : bta_dm_disc_result only happens in the discovery active state
c5f935bedf : no need to set layer specific for discovery
54cc4be2b9 : bta_dm_search_cancel can only happen in the active state
42a73fdcc0 : bta_dm_search_cmpl always transitions to idle
96f1177b25 : bta_dm_inq_cmpl can only happen in the active state
df4a008dd6 : Remove unused parameter from bta_dm_free_sdp_db
66dba63c10 : Remove unused parameter from bta_dm_search_cmpl
2dc8954f15 : Removed unused file include/hardware/bt_gatt_types.h
3478af9324 : Unused def include/hardware/bt_gatt_types::btgatt_transport_t
2d3da4856d : Robust Caching - client hash calculation
24be0a16d4 : Fix error introduced in Ica18fd19ecf6718c88b9f24ba99a290a7abdaf99
06d7d1c9e2 : Remove stack/include/gatt_api::GATT_TRANSPORT_
1d12f28e5c : 🚨 memory leak 🚨 memory leak 🚨
a8c22b8f4f : BTM_CancelInquiry always returns success
bcb9b5f77c : Push BTA_ALL_SERVICE_MASK further into DmDiscover
1533230957 : Flatten the transport variants of service discovery
59988c348c : the service mask is always the same for BTA_DmDiscover
128163b1b5 : who doesn't like chicken parm?
ffb117259e : Stop the redefinition madness
23f3724d07 : Fold services into BTA_DmSearch, it's always 0
a60f9f8a7d : Split pending queue for search and discovery
5d3a1fd39e : Wire up test to disconnect callback
dd8f893a52 : Wire up callback in facade
bca1e9dc0a : Facade Configuration: Set disconnect callback.
671e2e8a78 : Remove some unused DI fields/structs/messages
e9aa878d40 : BTA_DM_DI_DISC_CMPL_EVT is never sent
5d0398d814 : bta_dm_di_cb.p_di_db is never non-null
280b7db09f : layer specific is never BTA_DM_API_DI_DISCOVER_EVT
aec2f9158d : Remove bta_dm_di_disc & callback
18da5f1799 : BTA_DM_API_DI_DISCOVER_EVT is never sent as an event
d958855295 : Flatten bte_dm_search_services_evt
f0662f7b61 : Flatten btm_dm_start_disc_gatt_services
ee773f1271 : Remove useless condition
9f12f32314 : bta_dm_search_cb.uuid is always empty
6af1022677 : bta_dm_search_cb.p_srvc_uuid is always null
34d3b91614 : bta_dm_search_cb.uuid_to_search is always 0
7ac3888755 : bta_dm_search_cb.num_uuid is always 0
07a9c16b61 : Remove variables never set for search
43f2915ec5 : Remove variables never set for discovery
9b0ca96394 : Remove BTA_DmDiscoverUUID
b235ae3dd6 : Remove btif_dm_get_remote_service_record & friends from BTIF
a3229932a5 : get_remote_service_record is never called from JNI
cc8eb14b0e : Remove unused variables and useless BTM_SetPairable call
ff7bc416c7 : Fold BTA_DmDiscoverByTransport into BTA_DmDiscover
a9a1c110b1 : The extended part of service mask is never used
0a9fcd8044 : mask_ext.num_uuid is always 0
c573ce754c : Remove sdp_search from discovery, it's always true
005e8f92f5 : Remove hack from I2819702ac068be9515824234e85d81ac2ec7a748
2029a443e4 : Minor improvement
7dee1ccc30 : Fix error when converting state machine table
8d09b3baed : GD Cert tests block tests with no deadline specified. Adding timeouts. - socket timeouts added - grpc timeouts Test: cert/run Tag: #gd-refactor Bug: 158697098
b6cc340f57 : Clean up conditional
7af8f09986 : Cleanup/organize variable initialization
69bd863d9a : Replace GATT_TRANSPORT=>BT_TRANSPORT
934ccb5959 : Use for gatt types/bt_transport
6b03bc40fb : include for gatt transport types/bt_transport.h
aa038287bf : Remove bta/include/bta_api::tBTA_TRANSPORT
97dbd65903 : Add include stack/gatt/gatt_db::btm_sec
841ab2c6e0 : stack/btm: Refactor disconnect handler
dcde63f059 : Flatten BTA_DM_API_SEARCH_CANCEL_EVT
91f52b245e : Remove unused pram from bta_dm_search_clear_queue
c262958ce2 : Remove unused pram from bta_dm_search_cancel
916f0748e1 : fold on_inquiry_complete into bta_dm_inq_cmpl
308e98dda4 : Pass params to on_inquiry_complete instead of messages
e16123c57e : Pull BTA_DM_INQUIRY_CMPL_EVT out of state machine
3af4ffd37e : Remove unused arg from bta_dm_search_cancel_cmpl
529ef53864 : Remove unused arg from bta_dm_search_cancel_notify
3dce94b1bf : Flatten bta_dm_search_cancel_transac_cmpl
bad4739af1 : Replace tBTA_TRANSPORT=>tBT_TRANSPORT
3f719c3ace : Use types/bt_transport::tBT_TRANSPORT
0ed628e3c7 : Add types/bt_transport::tBT_TRANSPORT
d397e01796 : Remove unused stack/btm/btm_sec::APPL_AUTH_WRITE_EXCEPTION
b5784a9848 : Use include stack/btm/btm_sec.h
f08124e6aa : Streamline headers stack/btm/btm_sec
a3929ce850 : Add include stack/btm/btm_sec.h
a34a2aff23 : Remove unused function btm_sec_is_le_capable_dev
56868fb743 : Unnecessary declarations stack/acl/btm_acl
dfd8b18b65 : Re-organize stack/btm/security_device_record.h
862e7a2c7f : Break out stack/btm/security_device_record.h
bc31e3f61b : Remove unused rs_res parameter & friends
f8228706a7 : Replace unreadable bta_dm_main state machine
26b75319ea : bta_sys_set_trace_level is unused
ead1e6603f : Remove unnecessary buffering in BTA_DM_LE_FEATURES_READ
6be145ffc0 : Flatten bte_search_devices_evt
e546f79854 : Clean up bte_search_devices_evt more
bf375e99d5 : Remove unused code from bte_search_devices_evt
a4703062c0 : Flatten BTA_DM_DISABLE_EVT
1f59049678 : Flatten BTA_DM_ENABLE_EVT
aa81d17a80 : Flatten BTA_DM_ENER_INFO_READ
62e0f7684a : btif_dm_search_devices_evt is happening on the main thread now
664645bc31 : btif_dm_ssp_reply is happening on the main thread now
a77eb04eba : btif_dm_pin_reply is running on the main thread now
6e6c5a694e : btif_dm_start_discovery is running on the main thread
4911e2a0fd : No need to transfer context in bta_energy_info_cb
f413bd0a26 : No need to transfer context in bte_dm_remote_service_record_evt
2138ed5ab3 : No need to transfer context in bte_dm_evt
2d2e11d7e9 : No need to transfer context in bte_search_devices_evt
b33193c01f : Flatten btif_dm_cb_remove_bond
86c6259a70 : Flatten btif_context_switched
199db35622 : bt_jni_msg_ready only ever handles 1 event
49dd60d7be : Remove unused definitions from btif_core.cc
0adc3ef449 : btif_dm_search_services_evt doesn't need to xfer context
3f755a3439 : Remove unused return values from btif_enable/disable_service
afa0f836ed : Simplify enabling services
6ada2d7362 : btif_dm_execute_service_request is safe to call from main thread
abb7756193 : Remove btif_sendmsg
1ceef27c4c : BTIF_dm_on_hw_error doesn't need to switch context
1ce2ac9030 : BTIF_dm_report_inquiry_status_change doesn't need to switch contexts anymore
1ac22645f0 : Clean up btif_dm_init
32c54ed105 : btif_dm_send_bond_state_changed doesn't need to jni now
f9db9cdd2e : bond_state_changed can happen from the main thread now
af85a8b06a : Move bluetooth.cc call ins to main thread
1a096f7c46 : Add stack/btm/btm_dev header
42c2823737 : Import translations. DO NOT MERGE ANYWHERE
30551c6266 : Simplify stack/acl/btm_acl::btm_acl_role_changed
261e6dad44 : Encapsulate stack/acl/btm_acl::tBTM_ROLE_SWITCH_CMPL
b39b98c0af : Clean up stack/acl/acl.h
e484763514 : Simplify stack/btm/btm_ble::BTM_UseLeLink
d6e1036a5d : Hide bt_hal_cbacks
a259473009 : Encapsulate energy_info_cb
34e5dc8862 : Flatten btif_dm_report_test_mode_result
9a822972f3 : Encapsulate le_test_mode_cb
21c7378b58 : Encapsulate thread_evt_cb
9de212dc18 : Encapsulate acl_state_changed_cb
31cea6c3c2 : Encapsulate bond_state_changed_cb
66ba3066a6 : Encapsulate ssp_request_cb
28f22c430e : Encapsulate pin_request_cb
4ae115ee1c : Encapsulate discovery_state_changed_cb
66bbfeebe8 : Encapsulate device_found_cb
ac73b31dab : Encapsulate remote_device_properties_cb
96f0c59550 : Ecapsulate invocations of adapter_state_changed_cb
b3b0a03f44 : Encapsulate invocations of adapter_properties_cb
b2bc7109aa : Simplify btif_le_test_mode
c401e25144 : Simplify btif_dut_mode_send
9a325720e4 : Simplify btif_dut_mode_configure
d590bb110b : Dispatch btif_dm_read_energy_info on jni thread
418fb357ee : Simplify btif_dm_ssp_reply
da4e25f289 : Simplify btif_dm_pin_reply
62b79ea4d2 : Simplify btif_dm_remove_bond
030162ae1a : Simplify btif_dm_cancel_bond
106ceb4a69 : Simplify btif_dm_create_bond_out_of_band
35f416e325 : Simplify btif_dm_create_bond
5cd06df61e : Simplify btif_dm_cancel_discovery
1653a209f9 : simplify btif_dm_start_discovery
b3d2978f06 : banish btif_get_remote_service_record
947f2651cc : Simplify btif_dm_get_remote_services
f185383cd5 : Simplify btif_get_remote_service_record
99cd5424fe : Flatten BTIF_CORE_STORAGE_REMOTE_WRITE
7cfca2e631 : Simplify btif_set_remote_device_property
5dd68b3deb : Flatten BTIF_CORE_STORAGE_REMOTE_READ_ALL
28d5bdebcf : Simplify btif_get_remote_device_properties
ca9fc2f721 : Flatten BTIF_CORE_STORAGE_REMOTE_READ
dbda78c79b : Simplify btif_get_remote_device_property
d0469d53a3 : remove execute_storage_request
f0f1c0cbfd : Simplify btif_set_adapter_property
dd585af489 : Fix le transport selection
71289b0b4c : Add parameters to DispatchPairingHandler
eb8fec5d25 : Keep track number in sync when playlist has the same song many times
85d48b7804 : GD-Storage: Move constructor to protected
9401a23dda : Logging: Rename buf and now to avoid collisions
1e3ddfac1c : Consolidate evt data initialization
7db2e26fde : Fail fast
f3fe2675d6 : Directly use parameter to create p_dev_rec
eb2b46cd58 : Flatten BTIF_CORE_STORAGE_ADAPTER_READ
1ee3486627 : Simplify btif_get_adapter_property
15485e3180 : Flatten BTIF_CORE_STORAGE_ADAPTER_READ_ALL
3f7946d283 : Simplify btif_get_adapter_properties
86f9011d33 : Flatten BTIF_DM_CB_LE_TEST_END and remove btif_dm_generic_evt
09a7c8f749 : Flatten BTIF_DM_CB_LE_(TX|RX)_TEST
8acac8e715 : Flatten BTIF_DM_CB_BOND_STATE_BONDING
392a3b12d4 : Flatten BTIF_DM_CB_REMOVE_BOND
028b5f3670 : Implementation of OOB PTS cert test cases
df4b8d3a55 : gd HCI: Remove on_le_set_random_address_complete
033112e5c7 : gd HCI: assign client_handler_ before execute queued callbacks
2c5ce1d4ac : Formalize acl API BTM_ReadPowerMode
de9fc4e5bd : Because #defines interleaved with {} is a nightmare
f816b079ad : Remove unused return value in bta_dm_pm_sniff
799d5ad4ac : Privatize tBTM_CB::tACL_CB::btm_scn[]
914c1ac5d1 : Privatize tBTM_CB::tACL_CB::btm_def_link_policy
630b698225 : Privatize tBTM_CB::tACL_CB::pm_pend_link
792458fa17 : Privatize tBTM_CB::tACL_CB::btm_acl_pkt_types_supported
bd95a198f3 : Privatize tBTM_CB::tACL_CB::acl_disc_reason
1906398392 : Privatize tBTM_CB::tACL_CB::tBTM_PM_MCB
bd77ff74a5 : Privatize tBTM_CB::tACL_CB:tACL_CONN[]
65057a0c23 : Privatize tBTM_CB::tACL_CB::btm_def_link_super_tout
f87bffe35c : Use stack/include/acl_hci_link_interface
24e16c072c : Add stack/include/acl_hci_link_interface.h
cd78995fdb : Internalize btm_handle_to_acl_index to stack/acl
275f7b1a97 : Remove BTIF_DM_CB_CREATE_BOND
8bfe6fd520 : Remove BTIF_DM_CB_HID_REMOTE_NAME, it's never used
68f4069707 : Remove BTIF_DM_CB_CREATE_BOND, it's never used
b2cd03b784 : Remove unused lines from bte_main
9215954c3f : l2c_link_send_to_lower always returns true
0e9378a20c : Inline stack/acl/btm_acl::btm_pm_sm_alloc
1a3149ba8e : Inline stack/acl/btm_acl::btm_pm_check_stored
41ee91c557 : Remove functions orphaned by the removal of BTM_VendorCleanup
caf6f58664 : Define appl_trace_level needed for coverage instrumentation
b06d3dcabc : Remove unreachable BT(A|M)_VendorCleanup functions
dcbac97bff : This call will never be successful
4d6cb74ce3 : Flatten bte_main_cleanup
af6015f49a : Move bte_main_cleanup call to stack_manager
6c51b479a7 : Pull bte_main_boot_entry out of btif_init_bluetooth
69f1ba346a : Rename bte_main_boot_entry, and pull out irrelevant module inits
3a6accf529 : Flatten btu_free_core and remove btu_init.cc
4f7b238729 : Add stack/acl/btm_acl::acl_ble_is_role_master
3c2caacc6f : Revert "Update permission enforcement for BluetoothDevice SystemApis"
4c109d9144 : btu_task_shut_down -> main_thread_shut_down
527ae41e96 : Flatten BTU_ShutDown
04b9a76c18 : Flatten bte_main_disable
35cfd33944 : Remove btif_disable_bluetooth_evt
bd2b9c6f57 : Remove some unused stuff from bta_sys.h
2642f360a2 : HAL: Add ISO packet callbacks
2eebd86972 : Revert "HAL: Add ISO packet callbacks"
9836905259 : Directly use parameter to create p_dev_rec
91b5ac71f2 : gd HCI: Do not start rotate address if policy not set
6b7fae0608 : HAL: Add ISO packet callbacks
6153f32934 : RootCanal: Add ISO to H4 packetizer
3fe30d25e0 : RootCanal: Remove dead code
3af9f37fd7 : RootCanal: Add ISO LinkLayer packets
bd662a8dc5 : GD-HCI: Implement snoop rotation and options parsing
54509bcb34 : Rename acl_is_role_master to acl_br_edr_is_role_master
53cb692e96 : BTM: Remove a dead code path
32c3fb8171 : If a LINK_KEY_REQUEST comes in without us calling CreateBond then it isn't explicitly triggered by the local stack.
3eadf93c1f : Hide stack/acl/acl.h
10cf5c72f1 : Use API stack/acl/btm_acl::acl_set_peer_le_features_from_handle
c865f3ed6d : Add API stack/acl/btm_acl::acl_set_peer_le_features_from_handle
e63b16ba46 : Use APIs stack/acl/btm_acl
aae4ac40cc : Move init btm_cb.acl_cb_.btm_acl_pkt_types_supported
cc6e6c08cb : Use API stack/acl/btm_acl::acl_get_supported_packet_types
e15b0e33ab : Add API stack/acl/btm_acl::acl_get_supported_packet_types
d39aab175e : Move btm_cb.pm_mode_db to btm_cb.acl_cb_.pm_mode_db
5d7732a780 : Move stack/btm/btm_pm to stack/acl/btm_pm
ec12afaa11 : Use new API stack/l2cap/l2c_utils
871c32beda : Add API stack/acl/btm_acl::acl_is_role_switch_allowed
b8f035309d : Use APIs stack/l2cap/l2c_link
9e2adccefc : Add APIs to stack/acl/btm_acl
446a1bb4c3 : Encapsulate btm_bda_to_acl
661948acdb : Remove useless define BTM_ACL_IS_CONNECTED
913c1b69af : Use proper API BTM_IsAclConnectionUp
ff8c3afd56 : Use new APIs stack/btm/btm_ble
c3664cec1c : Add stack/acl/btm_acl APIs
0f4eae95b7 : Use API stack/btm/btm_ble
2296631229 : Add API stack/acl/btm_acl::acl_peer_supports_ble_packet_extension
593ea0b8b0 : Use API stack/btm/btm_ble::get_hci_handle_for_hcif
a748fc1e40 : Add API stack/acl/btm_acl::acl_get_hci_handle_for_hcif
06fd266fdf : Use proper APIs stack/btm/btm_ble
1893c2bd3a : Use correct API stack/btm/btm_sec
9e7c9037df : Use new API stack/btm/btm_sec::acl_get_transport_from_handle
563d72ff35 : Add API stack/acl/btm_acl::acl_get_transport_from_handle
0d99da99c4 : Use new API stack/btm/btm_sec
2973959c16 : Add api stack/acl/btm_acl::acl_is_transport_le_from_handle
788d4a5255 : Add API stack/acl/btm_acl::BTM_IsAclConnectionUpFromHandle
90353bc28e : Use new API stack/acl/btm_acl::acl_link_role
b555d21ade : Add API stack/acl/btm_acl::acl_link_role
15becda4a5 : Move BTM_ReadRemoteConnectionAddr
e97602518e : Actually use stack/acl/btm_acl::BTM_IsAclConnectionUpAndHandleValid
dfcb428b06 : Add API stack/acl/btm_acl::BTM_IsAclConnectionUpAndHandleValid
ae69274a24 : Trim back invalid handle definitions
ec8e4328b3 : Because 'p' is a terrible variable name
0384b5273d : Use new API stack/btm/btm_sco
a168c67e0a : Add API stack/acl/btm_acl::acl_is_switch_role_idle
6381581383 : Shift stack/btm/btm_sco to use new APIs
3182852f9b : Use new APIs stack/btm/btm_sco
9cff9888ba : Add sco APIs stack/acl/btm_acl
a9aee89286 : Removal of external btm_cont_rswitch()
145c8a4277 : Use proper API stack/btm/btm_pm::btm_pm_proc_ssr_evt
19dae339a0 : Use API stack/acl/btm_acl::btm_cont_rswitch_from_handle
36dc79e630 : API stack/acl/btm_acl::btm_cont_rswitch_from_handle
62dbe248a4 : Add private stack/acl/btm_acl::acl_get_connection_from_handle
0b66a3a9bc : Use proper API stack/l2cap/l2c_ble::L2CA_CancelBleConnectReq
250515cb34 : Move stack/acl/btm_acl::btm_sec_set_peer_sec_caps
1945ff03f0 : Remove idempotent variable in loop stack/btm/btm_pm.cc
ebc1761fb4 : Move btm_acl.cc::btm_ble_refresh_local_resolvable_private_addr
8b657ce713 : HFP AG: Simplify passing security mask
157acb7277 : Classic GAP_ConnOpen: Use L2cap to enforce security
7695bae290 : HIDD: Use l2cap to enforce security
618ebe627a : Check whether local device is an ATV device to determine whether to show the consent dialog for BLE pairing in JUSTWORKS and ENCRYPTION_ONLY mode
caa39c1916 : Fix possible OOB when receive gatt read type response data
bd2b4eb204 : Shows a consent dialog on the local device when pairing a bluetooth low energy device if the local device has a display.
d09616354b : Pass whether the local device is an atv device to the native layer to determine whether to include pairing dialogs for justworks and encryption only LE pairing
dc1b8a00be : SAP: Ensure pending intent is immutable
3cf2eb5866 : Directly use parameter to create p_dev_rec
90bb4cf0b8 : HIDH: Use l2cap to enforce security
0a9e7a9a77 : hci: Add Connected Isochronous Sets related commands and events
d4443f0096 : HID Host: always require encryption & authentication
58d3335bfe : BNEP: Use L2cap for security enforcement
ba8557f490 : PAN_SetRole: sec_mask shouldn't be nullptr if not disabling it
19dc65ea84 : PAN_SetRole: return early if we disable PAN
ee60c50025 : PAN: flatten sec_mask code
e466c0b8f0 : PAN: Remove some unused parameter for GN
87b89d4b17 : AVDT: Use L2cap to enforce security
220c7aa9a5 : AVDT: Don't explicitly require no-security on MEDIA and REPORT
9b7977a35c : Simplify some Hid Host code
e5c9c3c19e : Flatten btm_sec_init
38c1df5c5b : btm_sec_device_down is never used
c313f4dcf2 : Clean up BTM_SEC_MODE
b3daf89d1e : L2cap: Remove unused code
0a0989e76a : Remove bta_sys_free, it's empty
25cf0788c8 : No need to bounce BTA_sys_signal_hw_error through main thread
6ab30e50c2 : No need to bounce through BTA_dm_on_hw_error
1a0ee1936d : Delete bta_sys_sm_execute
2d6310e2d8 : Delete bta_sys state machine, freaking finally
836c24d3de : Remove module_start_up_callbacked_wrapper
571fe10a64 : Inline bta_sys_hw_api_disable
9013866c24 : Flatten BTM_DeviceReset (and address a todo from 2014)
c731409417 : Replace BTA_SYS_API_DISABLE_EVT with direct call
edb1bd0742 : Flatten bta_sys_hw_api_enable
df8e51016a : Send BTA_SYS_API_DISABLE_EVT from stack manager
7e3a55dd2d : flatten send_bta_sys_hw_event(BTA_SYS_API_ENABLE_EVT)
8e20dc5fbb : Inline BTA_DisableBluetooth
911ceb2642 : Remove now unused bt_startup_thread
84ab843cb5 : Inline btif_disable_bluetooth
18bb7f3599 : tBTA_DM_ENABLE status is always successful
34fc8865fc : bta_dm_enable is guaranteed mutually exclusive
475b4ce7cd : Flatten BTA_SYS_EVT_STACK_ENABLED_EVT out of the state matchine
524c856222 : Pull BTA_SYS_EVT_STACK_ENABLED_EVT out of BTM_reset_complete
4695c722e9 : Pull BTA_SYS_API_ENABLE_EVT out of bta_dm_enable
f2d3afc76e : Flatten BTA_EnableBluetooth
f1c6465bd9 : Pull BTA_EnableBluetooth out of btif_init_ok
86a3740dbc : No need to post btif_init_ok
5642dda292 : Pull out bta_ar_init from bta_sys_init
083ea66895 : appl_trace_level is already set to the right value
05bd640384 : Flatten BTE_InitStack
4213672c2b : Flatten btu_init_core
27fff601ad : btu_task_start_up -> main_thread_start_up
5bb7de675f : Call btu_task_start_up from stack manager
c250a09a3e : Clean up btm_int usage in btif, bta
d1ed47059e : ControllerTest: Set InitFlags for testing
a84998f89d : Fix proper headers to stack/acl/btm_acl::btm_cont_rswitch
489f0590a1 : Move btm_pm_find_acl_ind() into stack/btm/btm_acl
45ebba690d : Add stack/acl/btm_acl APIs
23a6f8a0ce : Declare and define tACL_CONN variables together
e7335f1a89 : Internally link stack/acl/btm_acl btm_establish_continue
13968fa25f : Shift stack/l2cap/l2c_ble.cc to use new API
e8610f8cbc : Move BTM_ReadConnectionAddr from btm to acl
15d9d8a687 : OPP: append timestamp to the file name
56019551e8 : GD: Set LE Event Mask
19852435d5 : gd HCI: make sure all clients paused when handle command
5f28ef34fe : Move BTM_IsBleConnection from btm to acl
a86fa10a6f : Simplify some L2cap security check
4b246f0bf4 : Clean up some btm_int API
a7f3195a43 : btu_trace_level is already set by default
6b2189ebb7 : Remove unused parameter from btu_task_start_up
0a4764c0af : Remove unused parameters from btu_task_shut_down
539bfff0f1 : Remove bte_main_postload_cfg, it does nothing
a26c1010bf : Inline bte_main_enable
d4314e5423 : lol resetting the controller on hardware error
fa8e631e4d : Who are we kidding...we can't reset state in process safely
209ed09ad4 : Move some acl specific setup from devctl to btm_acl
e60344268f : Remove last vestiges of link_policy from dm
3419f2c054 : Associate role management with ACL, not device management
24bad91369 : Remove BTA_DM_LINK_POLICY_SETTINGS & friends
13670a4682 : Add stack/include/acl_api for LE parameter request
00dfc046cd : Encapsulate all default policy setting inside ACL
d22f83f360 : Use new ACL API for btm_establish_continue
83d10dea28 : Add stack/acl/btm_acl.cc::btm_establish_continue_from_address
8690d2edcc : This is why we encapsulate stack/l2cap/l2c_ble.cc
48823a6d4b : Make sniff mode blocking/unblocking look like role switch
cdb835c3a7 : Remove unused definitions HCI_AUTO_ACCEPT*
6e65b8071d : Remove l2cu_get_conn_role
c105be2e0d : L2CA_SetDesireRole literally changes nothing
d6c80f297b : L2CAP_DESIRED_LINK_ROLE is always "master"
5176292459 : Don't use L2CA_SetDesireRole to set policy
a56e06ec5b : btm_acl_report_role_change does nothing, remove it
478f0039af : p_switch_role_cb is never set to anything other than null
65f25f015e : callback param to BTM_SwitchRole is always null, remove it
d5ca5dd47d : bta_dm_check_av is only called with 0
3bf9cda4b1 : bta_dm_check_av(BTA_DM_API_SEARCH_EVT) will never return true
595e00b7f4 : Remove BTA_DM_AVOID_A2DP_ROLESWITCH_ON_INQUIRY, it's always true
bfeaa016b1 : Flatten more callout functions into bta_dm_act
18b46ca5a7 : Security: Flatten callouts intp sp_cback
8724f10ffa : GD: LE Extended Advertisement parser fixes
cc31bfba09 : Don't set link policy from btm_sec_connected
4b776512f8 : Remove checks for BTM_BYPASS_EXTRA_ACL_SETUP
7d5a2c04b8 : Remove bta_dm_remove_all_acl (it's unused)
f45d13fe72 : Because nested defines breed bugs
b8eb7be895 : Remove duplicate policy storage
63707dacc9 : Add explicit include stack/gatt/gatt_db.cc
d15f49e18a : Clean up bta_dm_pm_set_sniff_policy
bbc54e5c95 : Rename set/clear policy, since it's just about role switch
d91c2226ac : Remove bta_sys_clear_policy -> direct call
78d5c30ab9 : Remove bta_sys_set_policy -> direct call
e5faa68114 : HCI_ENABLE_SNIFF_MODE is never removed
93697c1aac : Remove notion of app_id from role switch blocking
c215f6c636 : Remove bta_sys_set_default_policy
a92c688a14 : Remove bta_sys_clear_default_policy
e1dbdd849e : Adjust naming to match behavior
4ff7a01d79 : Factor BTA_SYS_PLCY_DEF_CLR into its own function
9132104b9f : Factor BTA_SYS_PLCY_DEF_SET into its own function
a84aa2f491 : Factor BTA_SYS_PLCY_CLR into its own function
53fb7bed79 : Factor BTA_SYS_PLCY_SET into its own function
e0e49f3333 : remove p_policy_cb, call into bta_dm directly
39c23bebde : Remove unnecessary type definition tBTA_DM_BLE_IDLE_TIME_MS
df590f128a : Remove unnecessary type definition tBTA_DM_BLE_RX_TIME_MS
1cf6dfff1f : Remove unnecessary type definition tBTA_DM_BLE_TX_TIME_MS
b6cf87ed5d : Remove unnecessary type definition tBTA_DM_BLE_SEC_ACT
7c651ec0cc : Remove unnecessary type definition tBTA_OOB_DATA
5de1531c5a : Remove unnecessary type definition tBTA_LE_AUTH_REQ
34e3767815 : Remove unnecessary type definitions tBTA_DM_BLE_ENERGY_USED
14e5073e21 : Remove unnecessary type definitions tBTA_AUTH_REQ
99b3fbcec4 : Remove unnecessary type definitions tBTA_IO_CAP
26fd57f577 : Remove unnecessary type definitions tBTA_LE_*
4a1fa2c58c : Remove BTA_DM_LP*
372295097d : Provide more suitable API to rotate le address
be6ac81ec2 : Remove incorrect and useless cached data type
fd854e275f : combine multiple BTM_BLE_IS_RESOLVE_BDA() functions
729f731bb6 : BTA_SYS_EVT_DISABLED_EVT only ever comes in the HW_STOPPING state
0d3bb65d82 : Make BTA_dm_sys_hw_cback just about hw on
5a3f0c909a : Pull hw off out of BTA_dm_sys_hw_cback
03bcbae4a0 : Pull hardware errors out of BTA_dm_sys_hw_cback
5f1e4a0f0e : bta_sys_hw_evt_stack_enabled -> direct call
c58c99a0f5 : bta_sys_hw_evt_disabled -> direct call
c361d721ca : Call BTA_dm_sys_hw_cback directly
214bea6b4a : Remove indirection for reporting hardware events
7cab3e6fea : Don't use event indirection for bta sys hw events
d01a148d69 : Replace unreadable bta sys state machine
56becbc0d6 : Remove tBTA_SYS_HW_MSG from bta sys actions
ead32fb0c0 : Remove bta_sys_get_sys_features, it's never called
7fb711867b : Remove callback param from BTM_DeviceReset
a0ba1162dd : Remove BTA_SYS_EVT_ENABLED_EVT
3333543317 : Remove notion of multiple hardware modules
32a40f0f3e : Remove BTM_SP_COMPLT_EVT, it's not used
1fdb43fbdb : Remove btm_keypress_notif_evt
fd190c2956 : Remove BTM_SP_KEYPRESS_EVT & associated code
bc58528078 : Remove BTA_DM_SP_KEYPRESS_EVT, it's not used
565ddbfa4a : Remove BTA_DM_SP_RMT_OOB_EVT, it's not used
001521f207 : Remove BTA_DM_SIG_STRENGTH_EVT, it's not used
40d9807ea0 : Remove unused parameters from bta_dm_authorize_cback
9bf41e7fe1 : Remove BTA_DM_AUTHORIZE_EVT, it's not used
951e3ccf2d : Remove BTM_RegBusyLevelNotif & friends
4206e4108a : call bta_sys_notify_collision directly
df0d30a14a : Skip the message passing and call BTA_dm_report_role_change directly
b43f567713 : stop reporting role change to btif
a81e1c686e : Skip the message passing and call BTA_dm_acl_down directly
2722b73aa1 : Provide more suitable API to query acl role
a233fcf21e : Move lmp_version_below() into acl api
6110cf255c : Provide more suitable API to set packet types
01db1d7ce7 : Skip the message passing & call to BTA_dm_acl_up directly
2b3937027e : bta_dm_acl_down doesn't use the handle parameter
84ec6ff873 : split bta_dm_acl_change into an up and a down variant
9f68d949e7 : BTA_DM_LINK_UP_EVT doesn't care about link type
feeb61a9a9 : Reduce duplicate device deletion code
31a8b53a90 : Remove link_down.status, is_removed, and link_type
64b19ce38b : Move device allocation out of bta_dm_acl_change
828092b7c5 : More simplification to bta_dm_acl_change
7b75ffe4a7 : Simplify bta_dm_acl_change a bit
e7bd827cd0 : l2c_link_processs_num_bufs -> l2c_link_init
4510318707 : Remove return type from l2c_link_hci_conn_req
20d9c7367d : Rename busy level updates to inquiry status updates
903b7be1e2 : Telescope busy level update events
a4f713d741 : Enforce stack/acl/btm_acl internal linkage
702c1cf668 : Canocalize and flatten includes using full project path
980d633b14 : Move acl allocator into proper file
074cf7ab4e : btm_acl_update_busy_level is now only about inquriy state
a66af2aaf4 : Replace BTM_BLI_PAGE_EVT & BTM_BLI_PAGE_DONE_EVT with btm_acl_set_paging
751cc1df39 : Move busy level setting for paging from btm_sec to l2c_link
2fe69cb81d : Nobody cares about BTM_BL_PAGING_STARTED or BTM_BL_PAGING_COMPLETE
7092e5a384 : btm_cb.busy_level can never equal BTM_BL_PAGING_STARTED
f0a27d0817 : Remove BTM_BLI_ACL_UP_EVT & BTM_BLI_ACL_DOWN_EVT
49a7bc373a : Remove busy level from reported events
3349affdbb : Remove busy level event flags
aeb572de6a : Remove cover art's dependency on external storage
2bf01b2997 : Simplify BTM_RegBusyLevelNotif
2804ac876a : Flatten acl/btm_acl.cc header inclusion
ba7bf3afe4 : Move role switch api header inclusion location
5e5fd84ab7 : Remove unused echo response reporting
8a8e927888 : Clean up include header in btif, bta
97cc61eb38 : Move some contents into btm_acl_connected
c7151374d5 : Have hcif call btm_acl_connected instead of dispatching to higher level modules
25f26f7244 : Remove return type from l2c_link_hci_conn_comp
7f00e95fc0 : bluetooth/hci: Extend packet fragmenter for ISO
03f8c675d5 : L2cap: Clean up more dependency on btm_int
56bd9ce266 : Remove MSG_HC_TO_STACK_L2C_SEG_XMIT
e05c92fc83 : Remove cover art's dependency on external storage
b8b2091b95 : RootCanal: Handle partial sizes in link layer
6eba98548c : Import translations. DO NOT MERGE ANYWHERE
f7b031487d : Integrate GD controller
8711123cd6 : Add EnhancedFlush command to PDL and shim
2fa910e1b0 : Create stack/include/acl_api.h
f8259bc55a : Remove useless BTM role definition
d57ac3f7bb : Move btm status into separate header
e4052a34b4 : L2cap: Clean up some dependency on btm_int
e7d9440d53 : Remove unused definitions
0ec730365c : RootCanal: Add Reset command to handler
299f41d63d : Track phys in Device in a list
00c3520d68 : RootCanal: Schedule device and phy deletions
076322ea64 : Remove dead end code path
e34c9d06bf : GD-Integration: Enable HCI layer only for GD
36f2ed8f33 : Remove unused code in btm and unused import in l2cap
028bf637c3 : GD-Integration: Enable HCI layer only for GD
0a1eb46605 : Return after removing sample LTK device
1f1d7d82a7 : Return after removing sample LTK device
eadc800b4f : Remove useless BTM features definition
84e3cb66b0 : RootCanal: Use CancelAsyncTask in test_environment
4a25208ca6 : RootCanal: Use Device::Send in devices
da91f15b1d : Remove useless BTA features definition
8c66073310 : GD-Integration: Enable HCI layer only for GD
841e159be8 : audio_util: Fix media control unit tests
ae13b61206 : audio_util: MediaPlayerWrapper extensions
4ff61ca885 : avrcp: Extract media control wrappers and helpers
eab3f4b691 : avrcp: Fix MediaPlayerList's circular dependency
ddfecc0931 : L2cap: Add more Link Management API
4f916be964 : Move source btm/btm_acl to acl/btm_acl
ab285ea6d9 : L2cap: Separate the interface between L2cap and Security
4cad2c2645 : bta_gatt_api: Make BTA_GATTC_ServiceSearchRequest argument const
383041d57e : Add timestamped circular buffer
bb537396ed : L2cap: Change some functions to return void
57304228c9 : H4Packetizer: Unify error handling
1ab86516a8 : Improve tests for GATT included service discovery
cf66e72efd : Increase number of possible GATT notification registrations
9b02b3702e : Create stack/acl to contain acl data
1cb3493bab : Add functions for checking controller capabilities
aae8f51870 : Fix possible OOB when receive gatt read type response data
a44c29ff8c : gd: Add dumpsys l2cap fixed channel info
f47568307a : SAP: Ensure pending intent is immutable
ebd59d4f0f : L2cap LE: Separate the Link Management API
78a8b989de : L2cap: Clean up some COC code
1f193a0575 : L2cap: remove some l2c_int usage
74bf297080 : L2cap: Remove l2cu_can_allocate_lcb()
b6f3d328c1 : L2cap: Add API to handle HCI mode change
914348d71a : L2cap: Separate the controller property API
bc8c71859b : Pass whether the local device is an atv device to the native layer to determine whether to include pairing dialogs for justworks and encryption only LE pairing
fd7355d4df : L2cap: Separate the Link Management API
701725716f : L2cap: Separate the stack init/free API
59de66d2c8 : L2cap: Separate the interface between L2cap and ACL
dfa312fea9 : L2cap: remove unused pL2CA_ConnectPnd_Cb
b94502d680 : Pass whether the local device is an atv device to the native layer to determine whether to include pairing dialogs for justworks and encryption only LE pairing
9c534d0c5b : Check whether local device is an ATV device to determine whether to show the consent dialog for BLE pairing in JUSTWORKS and ENCRYPTION_ONLY mode
f8a9845a4f : Add init flags to dumpsys
1ce635efa1 : Remove BTM_ALLOW_CONN_IF_NONDISCOVER
96c021426f : Check whether local device is an ATV device to determine whether to show the consent dialog for BLE pairing in JUSTWORKS and ENCRYPTION_ONLY mode
e1e9de77ef : Check whether local device is an ATV device to determine whether to show the consent dialog for BLE pairing in JUSTWORKS and ENCRYPTION_ONLY mode
65f920ddef : Pass whether the local device is an atv device to the native layer to determine whether to include pairing dialogs for justworks and encryption only LE pairing
e18291ee90 : Pass whether the local device is an atv device to the native layer to determine whether to include pairing dialogs for justworks and encryption only LE pairing
da88238a39 : Check whether local device is an ATV device to determine whether to show the consent dialog for BLE pairing in JUSTWORKS and ENCRYPTION_ONLY mode
3fd62bc112 : Pass whether the local device is an atv device to the native layer to determine whether to include pairing dialogs for justworks and encryption only LE pairing
0c983e2933 : Check whether local device is an ATV device to determine whether to show the consent dialog for BLE pairing in JUSTWORKS and ENCRYPTION_ONLY mode
29f12ea2dd : Remove unused flag L2CAP_ERTM_STATS and TESTER
a50cb74dc7 : L2cap: Remove unused code in header
de23b4d56d : Migrate link key request handling out of btu_hcif
e91ed23edd : Migrate pin code handling out of btu_hcif
b1ec66a424 : Remove unused QoS concepts
de36299538 : Pass whether the local device is an atv device to the native layer to determine whether to include pairing dialogs for justworks and encryption only LE pairing
1535184cc8 : Check whether local device is an ATV device to determine whether to show the consent dialog for BLE pairing in JUSTWORKS and ENCRYPTION_ONLY mode
51be1f42d0 : Check whether local device is an ATV device to determine whether to show the consent dialog for BLE pairing in JUSTWORKS and ENCRYPTION_ONLY mode
fbb9c73773 : Pass whether the local device is an atv device to the native layer to determine whether to include pairing dialogs for justworks and encryption only LE pairing
4258a1767c : SecurityRecordStorage
020a24b91c : Check whether local device is an ATV device to determine whether to show the consent dialog for BLE pairing in JUSTWORKS and ENCRYPTION_ONLY mode
1add79aae4 : Pass whether the local device is an atv device to the native layer to determine whether to include pairing dialogs for justworks and encryption only LE pairing
45741f0109 : gd: Fix flaky test LruCacheTest.pressure_test
3f029b6471 : Fix possible OOB when receive gatt read type response data
7b193142e0 : Check whether local device is an ATV device to determine whether to show the consent dialog for BLE pairing in JUSTWORKS and ENCRYPTION_ONLY mode
a3f7aed9b4 : Check whether local device is an ATV device to determine whether to show the consent dialog for BLE pairing in JUSTWORKS and ENCRYPTION_ONLY mode
bdc663a8f7 : Pass whether the local device is an atv device to the native layer to determine whether to include pairing dialogs for justworks and encryption only LE pairing
e2b33ed5be : Pass whether the local device is an atv device to the native layer to determine whether to include pairing dialogs for justworks and encryption only LE pairing
8ee0b0aa9a : Remove unused QoS reporting in l2cap
8f3dbcb7ce : Remove RFCOMM_QoSViolationInd, it does nothing
0231e0b824 : Remove single line functions in btu_hcif
00f8b45922 : Remove empty handlers from btu_hcif
482bd40861 : Remove L2CAP_NON_FLUSHABLE_PB_INCLUDED (it's always true)
8b704a0736 : Simplfy SetInquiryScanType & SetPageScanType
a04c6294b1 : Remove BTM_DEFAULT_SCAN_TYPE from BT target
e23a56db45 : Implement shim for get_acl_buffer_count_ble
ebe4db8726 : Implement GetLeSuggestedDefaultDataLength
a1c81c73ed : L2cap shim: Invoke client callbaks in main thread
b1f7e87e51 : OPP: Use a private notification
e4e78f10ed : Reland BTM: Clean up unused header definition
faee213c89 : gd HCI: Fix flaky test receiveMultipleAclPackets
e0cb95d54f : Import translations. DO NOT MERGE ANYWHERE
54bd08f8f4 : Removed @Deprecated SystemService callback methods that take a userId.
119e75dc09 : Revert "BTM: Clean up unused header definition"
ab5ddd34c9 : Don't expose GetLocalSupportedCommands from Controller
92dfd9b03a : Remove Controller from Controller functions, since it's implied
3319620412 : GD-Storage: Rename GetPairedDevices() to GetBondedDevices()
8540bb1442 : Add initial l2cap dumpsys capabilities
c4edf1cee9 : Add GD hci & controller init flags
c716f3145e : Add const-ness to GetDevice method
f0e72323d3 : Implement partial parity with legacy controller
0700fe713f : BTM: Clean up unused header definition
d5e5149c7a : Remove usages of controller->get_features_ble()
a8057a763d : Address another TODO from 2014
ce681b0b35 : Address one of my TODOs from 2014
00fd7597d9 : Remove BTM_ReadLocalFeatures from l2cap
94379ac392 : Remove BTM_ReadLocalFeatures from bta_dm_pm
30df5be165 : Remove usage of BTM_ReadLocalFeatures from btm_acl
ebc13a80e7 : Remove usage of BTM_ReadLocalFeatures from bta_pm
553ea7e1cc : First pass at internalized feature pages
f51b8ac921 : L2cap shim: Invoke incoming data cb in main thread
6e3b814329 : Do not log sensitive information in AudioService.
cbe099ca3b : Import translations. DO NOT MERGE ANYWHERE
61efa3e926 : Add GD hci & controller init flags
38cec69d0b : Pass ISO packets to btsnoop log
b38f85c913 : Shim: Minor fix to bonding
fe6ef8ae56 : Don't block connections on the same PSM
0452a6dc7a : Security: Fix flow for ClassicPairingHandler
07584438e9 : HidHost: Store handles in 16-bits
34982c8024 : btsnoop: enable btsnoop socket under debuggable builds
61dcc5a3a4 : Fix crash when link has gone down during security enforcement
269a574f47 : btif_rc: Check AVRC attribute before casting
ffcc8ebb56 : Adjust authentication bits to match legacy behavior
a84e76937a : Noop BTSNOOP allowlisting for GD (not implemented yet)
d867dc6d13 : Shim btm_sec_mx_access_request
011f3dc972 : gd HCI: Add API for resolving list management
cf7c436d25 : Update language to comply with Android's inclusive language guidance
d00dcad732 : Update language to comply with Android's inclusive language guidance
d29991d06b : GD-Storage: Implement AdapterConfig for adapter properties
404a0fd5be : GD-Storage: Support memory-only temporary properties
1cd0a90d2d : Import translations. DO NOT MERGE ANYWHERE
7b018463c7 : PDL: Use explicit packet constructors
30fd343ee3 : gd HCI: Fix flaky test invoke_registered_callback_le_queue_disconnect
d668c8f200 : GD-Storage: Or device type when both LE and BR_EDR exist
114391e421 : GD-Storage: Add GetPairedDevices() and IsPaired() APIs
25bce39df9 : BTM shim: Use LE link for GATT and HID if LE is connected
bdf2f68f2c : Add check for ro.debuggable to present dumpsys
d71853cab3 : Import translations. DO NOT MERGE ANYWHERE
0e44d1ad39 : Import translations. DO NOT MERGE ANYWHERE
6c165f46e7 : Import translations. DO NOT MERGE ANYWHERE
9698e9958d : Import translations. DO NOT MERGE ANYWHERE
a026a1c85c : gd HCI: Only unregister address_manager after all task done
40a472c218 : Special case & sanitize exposure notification results
96842cc0f6 : AsyncManager: Add UserId for cancelling tasks
ee574333b0 : AsyncManager: Spelling and style fixes
37f4b40fbb : BluetoothManagerService: enforce BLUETOOTH_PRIVILEGED for onFactoryReset
9b7d7b3ea3 : Clean up BTM_Sec API
36715cdbdc : Workaround: Route RenameNameRequest by BTM_Sec to shim
584ce99e93 : Special case & sanitize exposure notification results
d1bbe230ab : AsyncManager: Check if running before waiting
89326e19e8 : Add table parsing and tests
8b75e14a6d : Fix LE Bonding
ee1a84d3df : GD: Convert hci::Address to RawAddress in shim
f6a45300da : Add developer and privacy dumpsys filtering
b863303b6e : SAP: Ensure pending intent is immutable
e729f54c09 : gd HCI: Fix flaky test about create connection cancel
2e14309ef1 : Modify dumpsys to use reflected schema
99b4eb8e97 : Add parameter for MTU when register l2cap in shim
e2ecc77bdb : Security: Add StorageModule as a dependency of SecurityModule
4c75c004a9 : Log the correct string to avoid a crash when HFP client fails to dial
3d86869781 : BTM_Ble: Clean up some code
37adeacff2 : GD-Storage: Use ByteArray<16> instead of hci::LinkKey
a2e4a2fd4f : Use gender neutral language in comments for #inclusivefixit
c20ba738c9 : First Out Of Band PTS test
87abacd737 : GD-Storage: BR/EDR and LE address support in device object
ab202300cc : GD-Packet: Increase sharding number to 10
1c0ac25202 : GD-Storage: Implement Device, LeDevice, and ClassicDevice
4597dac61d : Add container for reflection schema
8d2af38982 : Add dumpsys internal filtering
c8ceacf2d3 : Cert: Only build targets and dependencies in our directory.
eaa0d479e4 : Facades for LE OOB pairing
c1899d6eca : GD-Storage: Add Serializable interface
a1a94be7ff : GD Cert: Import re in logging modules
6c57c9889a : Shows a consent dialog on the local device when pairing a bluetooth low energy device if the local device has a display.
f65ccb0308 : Shows a consent dialog on the local device when pairing a bluetooth low energy device if the local device has a display.
0a348b0efb : Shows a consent dialog on the local device when pairing a bluetooth low energy device if the local device has a display.
093a97e6f1 : Shows a consent dialog on the local device when pairing a bluetooth low energy device if the local device has a display.
d5e242e6f4 : Modify flatbuffer bundler
0c19d12ae5 : GD-Packet: Do not assume POD type for fixed size custom type
56390564aa : GD-Storage: Add various integer-string coversion methods
aa97fd0ee2 : Import translations. DO NOT MERGE ANYWHERE
ea439d2a1f : SM: Fix CreateBond logic
49039d26cf : L2CAP: Link should only request Authentication once.
f8d2163f49 : Set the address policy from the SecurityModule
b3cf51167d : Shows a consent dialog on the local device when pairing a bluetooth low energy device if the local device has a display.
014b1df45d : Shows a consent dialog on the local device when pairing a bluetooth low energy device if the local device has a display.
1b6fa1410c : L2cap: Cancel Sm4 timeout after security complete
ae44cc9036 : Don't use legacy SMP when GD is enabled
47c9e6d04b : Shim GATT: Use Fixed channel manager to connect
7c31558325 : Remove unused code in btm_ble
a391b97ecc : Remove unused import in btu_init.cc
3ae4d11569 : L2cap LE Fixed channel shim layer
9e2686b50d : Add A2DP/SDP fuzzers for bt-stack
b0de012c50 : GATT: Don't use l2c_int.h functions
4776732fc9 : Shows a consent dialog on the local device when pairing a bluetooth low energy device if the local device has a display.
b2f46147ce : SMP: Remove never used API
918487bf17 : gd HCI: Do not crash when create connection cancel fail
579ccded72 : L2cap shim: Rename some shim methods
928a531e7f : Keep address rotation alarm when all clients are gone
2ceb6beca0 : Remove old device stuff
07c4746a7f : gatt_sr_test: Add fake L2CA_SetLeFixedChannelTxDataLength
0320a09b8b : gd: Check connection parameters
56db1f0293 : Use mDatabaseManager when calling database functions
348491e7a0 : ACL: Use correct PB flag
af6a154ed5 : Add facade support for shim layer
c0d1b56adf : Add dumpsys parser and printer
3e8901f533 : PyLeAclManager: Allow multiple connections
939987398e : Don't update volume if volume level is same as current device volume.
f2624c9bb6 : Make libbluetooth-types-header available for native_bridge
622247d586 : RootCanal: Never send non-flushable packets
1e049d7b10 : Don't update volume if volume level is same as current device volume.
fb3b705471 : btif_storage: Add storage for client gatt supported features
91ae2e3e1d : stack/gatt: Add method to check if EATT is supported
3b172ddf1f : stack/gatt: Add GATT Client Supported Features
64924b31a2 : Remove asan::address for bluetooth_stack_with_facade
28d0766b1b : Implementation of SM/MAS/SCPK/BV-04-C plus style improvement around auth_req
1e5a2d88ce : Cert: SM Classic Numeric Comparison cert tests
953994417a : NIAP: Make sure that call getOrCreateSecretKey once at a time
b1f5039afc : Don't update volume if volume level is same as current device volume.
f8d62c680a : Remove unused dumpsys protobuf description
5dcdb34c9d : GD-Storage: Fix flaky test in StorageModuleTest
aaf4b7773e : Remove hidden API usage
65e820a771 : Cert: Update documentation for PySecurity interface
aa988ed154 : Add debug log for set/remove active device.
de5b5fed7e : Roll-back permission enforcement for BluetoothHidHost APIs getConnectedDevices and getConnectionState to BLUETOOTH permission. Move permission enforcement for HidHostService to the binder stub.
fd6dc5719a : HciSocketDevice: Only call close_callback once
faa7765b3e : Roll-back permission enforcement for BluetoothHidHost APIs getConnectedDevices and getConnectionState to BLUETOOTH permission. Move permission enforcement for HidHostService to the binder stub.
993e83c5b7 : RootCanal: Store a pointer to PhyLayerFactory
ff3b61642e : Cert: SM responder reject ui event
c993850e50 : Cert: Add interface to PySecurity/CertSecurity
7c8751de7e : Implement GetRemoteCid for the l2cap shim
a4243e7b2a : Remove unused AVDT api function
8d466e5f1c : Get rid of wait_for_bond_event and wait_for_ui_event
ceb7ba7ea3 : Cert testcases for PTS LE Security
715ab82104 : Import translations. DO NOT MERGE
50e5dd762f : Import translations. DO NOT MERGE
fd0af8fdaa : Prevent race condition in setting up L2CAP
2b22774cfd : Import translations. DO NOT MERGE
7bf1870ac1 : Import translations. DO NOT MERGE
f49c475693 : Import translations. DO NOT MERGE
f35955bb95 : Import translations. DO NOT MERGE
4be35bcd72 : MCE: Set message read status or deleted status
8e954a0dbb : GD-Cert: Fix --clean option when RAM disk is used
ae0979e79a : Revert "RootCanal: Clean up device and phy allocations"
b9d4e1eb1d : Change permission enforcement for BluetoothPan#isTetheringOn to require BLUETOOTH permission.
2e1ff55660 : GD-Shim: Create a seaparate GD_IDL_MODULE to support and IDLE stack
f68ffcfce0 : Fix variable name typo.
c0f6777ba1 : gatt_attr: Extend GATT service with feature characteristics
b8bd5999b9 : gd HCI: Remove device from LE connect list when unbond
a0a6388836 : Run scripted_beacon_test in one invocation
5e71c4b2d6 : RootCanal: Clean up device and phy allocations
e389270ccd : SecurityTest: Add double pairing test on same ACL
2951d4cbd2 : Cert: run script updates.
9a2d1a7aa6 : Cert tests for LE Secure Connections Just Works PTS cases
516e6cf334 : Use unique SID when advertising
4515380b1f : Change permission enforcement for BluetoothPan#isTetheringOn to require BLUETOOTH permission.
d53feceb9d : Initial dumpsys parsing module
5dfa968624 : Add responses for timer commands
7c55012508 : GD-Shim: Refactor shim layer
bf21f6db73 : BondStateMachine: avoid adding device to mDevices
a927d5a22d : Changes the ACTS_ prefix to MOBLY_ for the config variable.
e12e2c2a62 : Reset the test environment on close
e1921f9f8e : RootCanal: PhyLayer style fixes
1ad33d121c : Add timer commands to TestChannel script
215d61fa69 : RootCanal: Remove shadowed parameter listen_fd_
49366ceac9 : RootCanal: Use vectors for phys and devices
5d78348f25 : Cert: Add enforce_security_policy API to facade_configuration_api
c31863dc11 : bundler: Remove unneeded print
b300926536 : BQR: Correct the type of tx_power_level to signed int.
90e6bb76e9 : gd HCI: Clear cached callback before restart the scan
ed1c08b503 : More precise generated file naming
3cba2d8a51 : Change White list to Connect list
8c1f2946b4 : gd: proto: Remove optimize_for = LITE_RUNTIME
509f3f527b : RootCanal: Add multiple advertisers
aacd3ca460 : gatt_attr: Remove not needed defines
02b6b39d48 : Remove obsolete dumpsys calls
7498830ee0 : Bluetooth: MCE: Add new API to set message read status or deleted status
25e722d79f : Add flatbuffer test mapping to presubmit
defede36ba : SM: Implement an attempt to upgrade the link security
fb17a214d3 : Controller: enable simple pairing and LE host
e4f1f2f501 : Unify logging implementations
0472eb19f2 : Initialize Controller Values
4735ede8ca : HCI: AdvertisingType and AdvertisingEventType
7a961038d1 : HCI: Change name to LeScanningFilterPolicy
64b823ef2a : LeAdvertisingManager: Remove random address
a99eb9b760 : SM: SecurityRecordDatabase updates
8932ab7f43 : Cert: MOAR SPEEDHAX
0570b2d727 : Change bluetooth bundler tool to be host only
ea979894cd : Remove unused handle parameter of L2CA_GetIdentifiers, and rename
4f30ac5060 : Implement a shim hack to get the ACL handle
d9f7c771e6 : Remove unnecessarily @System/TestApi annotations
60fdd63975 : Controller Shim: Add implemented functions
171f074f3a : Remove unnecessarily @System/TestApi annotations
dca4654b9c : HF_CLIENT: Upgrade version from 1.6 to 1.7
2bbd6c8142 : Update to use nativehelper/JNIPlatformHelp.h
e79db00dcc : Update to use nativehelper/JNIPlatformHelp.h
b2afff0cc8 : GD-Storage: Integrate legacy and GD stack with new GD storage module
e2253a579f : HF_CLIENT: Upgrade version from 1.6 to 1.7
54c2f51f4d : Remove sanitize build option for bluetooth tool
10ae3eb676 : Collect dumpsys data from participating modules
222c651028 : Remove unnecessarily @System/TestApi annotations
c40840eef8 : BtifConfig: Prevent unprotected access to btif config cache
3bef50033b : BtifConfig: Prevent unprotected access to btif config cache
8047962d8e : Set default output generated directory to cwd
05889eb86f : DO NOT MERGE Check a2dp packet length is zero
f34ea79c3b : A2DP: Use codec_specific_1 to report AAC bitrate mode to upper layer
2c5ae4fb55 : A2DP: Enable AAC VBR for A2DP source feature
b128c5897a : Set the connection policy directly in the database when we receive profile uuids for a device to avoid connecting
769f7344b8 : Add scanning exemption for CDM associated devices
b17e8ac945 : Fine tune btif config mechanism to limit the number of section in bt config cache and improve the bt config clone performance
1a9b437c23 : Set the connection policy directly in the database when we receive profile uuids for a device to avoid connecting
d2cf363692 : Add scanning exemption for CDM associated devices
1efed489d0 : RootCanal: Add full advertisement
8706c18ba1 : BTA DM: Remove unused methods
1a313cc0c0 : Add scanning exemption for CDM associated devices
af8f6fc664 : Add generated fbs files
b9e10460cc : Fine tune btif config mechanism to limit the number of section in bt config cache and improve the bt config clone performance
ffdc4ddf41 : A2DP: Enable AAC VBR for A2DP source feature
e2b3e7da28 : Fix: fragment packets
fc95818806 : LruCache: Improve efficieny and ease of use of APIs
846b2e9af9 : Osi: Implement Has/Get/Set methods for section_t and config_t
d1b3da9b33 : LruCache: Allow Get to take nullptr
aa26eedcf7 : DO NOT MERGE: Remove pairing on incoming bond request
20bae3d213 : DO NOT MERGE: Remove pairing on incoming bond request
0825f91737 : Remove cover artwork from storage once it is no longer in use
8357bc29f1 : Use mapped UUIDs to identify handles and invalidate/delete on disconnect
134934550f : Disable browsed cover art by default
d18edd5b38 : Only trigger a metadata sync if we don't have any cover artwork
295be9c14f : Remove cover artwork from storage once it is no longer in use
87a1e32a03 : Use mapped UUIDs to identify handles and invalidate/delete on disconnect
17a9e028ea : Disable browsed cover art by default
1deb598728 : Only trigger a metadata sync if we don't have any cover artwork
9212621ba6 : NPE from bMessage MIME parsing crashes BT
57665b3677 : SecurityManager: Expose LeInitiatorAddressPolicy
6c53cd479a : Disconnect and reconnect the OBEX session on change path
b4e33e9417 : Disconnect and reconnect the OBEX session on change path
297891d2a1 : NIAP: Ignore BluetoothKeystoreServiceTest when the User is not primary.
59f912b303 : NIAP: Ignore BluetoothKeystoreServiceTest when the User is not primary.
841594d283 : NPE from bMessage MIME parsing crashes BT
615296ff08 : Add flatbuffer module entrypoints
9f094224e9 : Remove pairing on incoming bond request
31a226817e : AclManagerTest: Remove unused imports
14eda085d7 : Don't notify of changes to non-VFS state for inactive devices
fff98c5eb6 : Don't query for metadata on playing status
375e693dc9 : Cert: Add new functionality to cert/run
d648def36e : Remove pairing on incoming bond request
2ffe6420c2 : Don't query for metadata on playing status
2365c3fe23 : Don't notify of changes to non-VFS state for inactive devices
b56969b7c6 : Add Honda High End carkit to IOP table to only use AVRCP 1.4
6e1085f9ca : gd HCI: Handle LE white list when cancel connecion
9bbbc63551 : NIAP: don't do unit test when the User is not primary.
fe25ace71f : DO NOT MERGE Revert "DO NOT MERGE Fix: fragment packets"
ab58405ba7 : LruCache: Improve efficieny and ease of use of APIs
1e9a7869c6 : SM: Fix the flow for Classic Pairing
b196e22368 : Osi: Implement Has/Get/Set methods for section_t and config_t
4ab4065b15 : LruCache: Allow Get to take nullptr
eb30ccbc43 : Import translations. DO NOT MERGE
e9efcec8ae : Import translations. DO NOT MERGE
f5e89736b1 : Import translations. DO NOT MERGE
26fca88e38 : Import translations. DO NOT MERGE
f24eb1f1aa : Update to use nativehelper/JNIPlatformHelp.h
c9d899297f : gd HCI: Manage LE white list for LE connection
b689ff5c07 : LeAclManager: Add CancelConnection
29fb4969d9 : L2cap: Remove FCR option in FixedChannel registration
e3691941d8 : Remove protobuf options from module
281b30c2ba : RootCanal: Use a state machine in ScriptedBeacon
151b63cce4 : Clean up logs in scripted beacon
c989ed822d : LE Security Test Test: Just Works IUT Initiator – Handle AuthReq flag RFU correctly
3a577bca18 : LE Security Test Test: Just Works IUT Responder – Handle AuthReq flag RFU correctly
4d6d221a2c : Revert "Remove protobuf options from module"
02e30d5a99 : Remove protobuf options from module
637cc00c6c : LE Security Test Test: Just Works IUT Responder – Success
3a0f503bd0 : LE Security Test Test: First successfull LE PTS test
37cabe50bd : GD: Link layer controller classic authentication flow
b236420fcb : RootCanal: Add a scripted_beacon_test
4d512a7250 : test_vendor_libs: Use Python3 syntax
369f01ac1d : GD-storage: Add StorageModule
144e503126 : GD-storage: Add LegacyConfigFile
31d80efa33 : SM: Add SecurityCert to all_cert_testcases
4076db6a0c : RootCanal: Use a state machine in ScriptedBeacon
95e663e79e : bundler: Fix a couple printf formats
ae700e4519 : Import translations. DO NOT MERGE
baf3642a3f : RootCanal: Add LeEncryption LinkLayer Packets
a568283a61 : RootCanal: Remove duplicated function name logging
a1a0ab30e3 : Bluetooth: Add pairing initiator extra
091ad82174 : Specify charset encoding UTF-8 for image-only MMS
ac5da7f376 : BTM_Sec: Get rid of unnecessary function
25b6a5d7b6 : GD-storage: Add comparison function to ListMap, LruCache, and ConfigCache
a7809aa4e6 : AclManager: Remove uninitialized classic_impl_
02b9097162 : GD-storage: Add files library
99cc5b2257 : GAP: Use proper page scan rep mode for connection
71ee51f98c : Initial Entry for bundler
cd53edbd77 : PTSL2cap: Reverse bit rot
ef95498d27 : Clean up static variables in scripted beacon
aadedb9f23 : Make libbluetooth-types-header available for native_bridge
2ab4b53d97 : Classic AclManager: Validate encryption handle
a0e0e7f92c : Check TETHER_PRIVILEGED permission directly in PanService
9601fda5e8 : Check TETHER_PRIVILEGED permission directly in PanService
60aa80c218 : gd HCI: LE White list management
39e1cbe904 : GD-storage: Add support for reading system properties
c236c1f80b : Cert: Add API for enforce_security_policy to the facade
4e1a5a65a4 : bt HCI: Make sure the device numbers match
0a15d2258d : Add indication for ble add playback completion
c3aacbd05c : Performance testing: Add assertions
83fcc44beb : Increase rootcanal timer tick frequency
97283b9f09 : MAP: Fix MAP disconnect
217e7a5c15 : Update caller check to support multiple users in bluetooth utils
e5a39ffee1 : Create a binder cache for IBluetooth.getConnectionState
3a268eaff2 : Create a binder cache for IBluetooth.getConnectionState
e6cc9623a6 : Use treble-compliant property names in rootcanal
ea03051e8b : Cert: Add enforce_security_policy interface
43ce565094 : Facade: Separate ACL streams per handle
49c70e6f12 : Restart BT when init flags change
9328bf45d9 : Acl Cert: Don't unregister on disconnect
29edde12e3 : Import translations. DO NOT MERGE
c68b880e20 : AclManagerTest: Make connections symmetric
4ff425de04 : LeAclManager: Add cancel test
887f4960ae : Use connection_handle for WriteLinkSupervision
4b98ddb64e : AclManager doesn't need an AddressType
50d87719c4 : GD-Storage: Implement ConfigCache, Mutation, and MutationEntry
9ed212ba35 : L2cap Performance Test initial commit
d15c53b8d0 : Update caller check to support multiple users in bluetooth utils
f2c9a49064 : GD: Add strings library
a82513e804 : GD: Add ListMap and LruCache
6847979f19 : L2CAP: Add ClassicSecurityPolicy to facade
2c2e323e23 : Import translations. DO NOT MERGE
099cbf6ca0 : GD: Add Android error log writer to os/log.h for host
baa495f309 : Rootcanal: Use gd_default during compilation
c1900c7e8b : Store audible stream volume if A2DP device disconnets in mute state.
f3a28f5d55 : Initial entry: flatbuffers bluetooth test
6973eeb3df : SM: Refine channel connect logic
77b3f76994 : L2cap classic facade: Use EnqueueBuffer
c011d5f4df : gd : Pause first connection to wait set random address
82069a89cc : Revert "Restart BT when init flags change"
7b6f28bc40 : gd: Add cert tests that cover privacy policies
e4a7ded8ad : LE AclManager expects LeCreateConnectionCancel
7b3dd6e556 : Allow unused address fields in PrivacyPolicy
45f7934760 : Remove LeCreateConnectionCancelStatus
90e64a1976 : Update coverage path
4bad4bbaee : Pipe down init flags to the native stack
8ba246ee08 : Add InitFlags and pipe down from java
746b2e2f1b : Add InitFlags and pipe down from java
cc08b05bd4 : Pipe down init flags to the native stack
4d4061136b : Add InitFlags and pipe down from java
a93f11f2b9 : Pipe down init flags to the native stack
a33fbc7725 : Restart BT when init flags change
e60557fc77 : PBAP: Check column value isn't null when query contacts
6a60987f06 : Disable Bluetooth if BLE was disabled while enabling
e7dff890a7 : Cert: Remove reference to missing test
556fcd3964 : Add LeSecurityTest to all_cert_testcases manifest
49b553ab8c : SM: Add double pairing test
2d559bdc34 : Revert "Update permission enforcement for BluetoothDevice SystemApis"
38c1fd10b0 : Log communication coming from DUT/CERT to host
f186a41710 : Fix HOGP device reconnecting fail
2fabebd834 : Fix CHECK failure in libosi-allocation-tracker fuzzer
a38e2a538b : RootCanal: Use GD defaults to define OS_ANDROID
4a5f27e7c7 : RootCanal: Use GD defaults to define OS_ANDROID
ead04e06bf : gd HCI: Rename LeAddressRotator to LeAddressManager
987c8df33f : L2cap: Fix ERTM test Send S-Frame [REJ]
017c88c4ff : ERTM: Fix sequence number comparison
145043f1fe : A2DP: Use codec_specific_1 to report AAC bitrate mode to upper layer
a7126f517d : gd HCI: Only register LeAddressRotator when connecting
14112a55f7 : NIAP: Try to compute data if use keystore function fail
b83b36f8f9 : NIAP: implement bluetooth keystore interface.(1/2)
ed9e84021c : NIAP: Add new argument to determine config checksum check result.(1/4)
74e2c97f91 : NIAP: Implement BluetoothKeystore feature
3adb5c9ced : btif_config: Fix pointer to freed memory
49835d97c2 : NIAP: Add a map to store the LTTKM
d36f436dd5 : NIAP: Use bluetooth keystore to encrypt/decrypt LTTKM.
6033dfb022 : NIAP: implement bluetooth keystore interface.(2/2)
7107d8f8df : NIAP: Add new argument to determine config checksum check result.(2/4)
7aaf18ec2d : NIAP: Add keystore.proto for java layer usage.
7e34a16e91 : NIAP: remove keystore related code for now.
4f19d8697c : LE Security cert test SM/SLA/PROT/BV-02-C
b602606e13 : LE Security Cert Test: Set the initiator address correctly
c139271d2b : remove broken packet_fuzzer target
4e84fbf896 : Mask the connection handle from nocp event
f7ed649b01 : L2cap: Remove duplicated OnAclDisconnected invocation
01b62d81f5 : Rework DynamicChannels to use ContextualCallbacks
436d6ba618 : Return an empty PacketView on failure in tests
d71e09181a : Remove ASSERT from tests
2d0fb89db2 : Fix L2CAP/ERM/BV-16-C
d373bd542f : Add libbase dependency.
ceed691ec2 : btif_config: Fix pointer to freed memory
4247e445ba : Disable Bluetooth if BLE was disabled while enabling
8a74e54893 : gd HCI: Only register LeAddressRotator when advertising/scanning
3b1f8ad22c : Enable bitpool sanity checks
9c0c17ee9c : Enable bitpool sanity checks
cf9e5b5291 : NIAP: Try to compute data if use keystore function fail
4a73322347 : NIAP: implement bluetooth keystore interface.(1/2)
8b707bec78 : NIAP: Add new argument to determine config checksum check result.(1/4)
69bbc89fff : NIAP: Implement BluetoothKeystore feature
205ae4a550 : NIAP: Add a map to store the LTTKM
cf124cf82e : NIAP: Use bluetooth keystore to encrypt/decrypt LTTKM.
dfe410e720 : NIAP: Try to compute data if use keystore function fail
ec2743a544 : NIAP: implement bluetooth keystore interface.(2/2)
ad207791a3 : NIAP: implement bluetooth keystore interface.(1/2)
5cba329daa : NIAP: Add new argument to determine config checksum check result.(2/4)
d2d85ac827 : NIAP: Add new argument to determine config checksum check result.(1/4)
5f0471bf67 : NIAP: Add keystore.proto for java layer usage.
8ebb779f9b : NIAP: Implement BluetoothKeystore feature
87ece459b3 : Remove remnants of classic pairing cid
bc7af66455 : Fix yellow terminal color, line up verbose output
72ded40e00 : SMP: Add error status in case of no L2CAP LCB's
f9e0b736ef : Allow shorthand for cert/run test filters
2d39db4ddb : Remove EventStream.assert_all_events_occur
d54932d25d : LegacyStorage: Add config_set_bin
9e66ced0fd : Remove EventStream.assert_none
51881672c4 : A2dpService: do not mute music during BT A2DP device switch
1da353d163 : SM: Implement the LinkSecurityInterface for managing an ACL connection
020bce24ee : GD Cert tests: log grpc communication in verbose mode
fb32facd3d : L2cap: Move LinkSecurityInterface impl to LinkManager
9e5dc30a00 : gd HCI: Add check for static address
8a7f0596fa : L2cap handle multi command signalling packet
d478e438f9 : L2cap: Add client callback for security block
3de4913a3d : Import translations. DO NOT MERGE
0640b88a10 : Import translations. DO NOT MERGE
68f0d6fd6c : Import translations. DO NOT MERGE
75eb87f986 : Import translations. DO NOT MERGE
47c5eff2d5 : L2CAP: Flip registered_ bit for SecurityInterface
0936896e54 : gd HCI: Split out LeAddressInitiator
092c8b3a8d : Cert: Fix issues in device based test
0e282e2d7c : Adding fuzzers for lib-bt-packet
f212f4ffdd : Respond AVRCP profile descritpion list 1.4 only for some device
1041e08441 : Update Bluetooth AVRCP default version to 1.5
138e41c483 : Convert the Bluetooth NetworkAgent to the @SystemApi way.
ee8d913547 : L2cap: Add SecurityInterface
e550810705 : NIAP: Add a map to store the LTTKM
669529d6cd : NIAP: Use bluetooth keystore to encrypt/decrypt LTTKM.
40c1d32a4c : NIAP: implement bluetooth keystore interface.(2/2)
2da8e5efda : NIAP: Add new argument to determine config checksum check result.(2/4)
03b602fa18 : NIAP: Add keystore.proto for java layer usage.
71617d7001 : Add syntactic sugar Call and CallOn to handler
663360a6c1 : Disable rotator_address_for_multiple_clients
3af3ce544c : Rework RegisterCompletedAclPacketsCallback to use ContextualCallback
2054b0e51f : Format gd/fuzz with new clang-format
662604ce32 : Format gd/neighbor with new clang-format
6490e776cd : Format att with new clang-format
70669bcd06 : Format gd/crypto_toolbox with new clang-format
cca0e4b658 : Format gd/grpc with new clang-format
3a796541c8 : Format gd/shim with new clang-format
79a91a182e : Format gd/facade with new clang-format
14c7f2546d : Format gd/storage with new clang-format
6033574750 : Format gd/hal with new clang-format
1e2a6a865d : Format gd/os with new clang-format
e89d955fe0 : Format gd/common with new clang-format
764d3b76a6 : Format python files with extended line length now allowed
0305a3e741 : clang-format: don't bin-pack args & params
631659d57c : Extend line length of python files to 120 chars, to match C++
6b8fc0bf71 : gd HCI: Post AckPause/AckResume to the handler of LeAddressRotator
bf2d36c93f : gd HCI: Split SetPrivacyPolicy from SetInitiatorAddress
31e1386b7e : Convert the Bluetooth NetworkAgent to the @SystemApi way.
a96650ef98 : MCE: Set message read status or deleted status
a6af317a86 : Cert: Check time delta after sync and improve logging
e12f6c13ee : Cert: make sure device is running as root after each reboot
6268eca1ab : GAP: Use proper page scan rep mode for connection
aec43de21b : gd HCI: LE Address rotation
165c4da367 : SM: Cleanup bad tests.
f0b8122ab9 : Add fuzzers for 10 libosi components
c78e3bb3cd : BluetoothMetrics: Fix LRU eviction callback bug
be4b626614 : BluetoothMetrics: Fix LRU eviction callback bug
d2f62fbc09 : BluetoothLeScanner: clarify the documentation for permission requirements for startScan
b0ce14f979 : Cert: Split device based test logcat to separate files
ccf855e664 : Cert: Merge backing process logging code into AsyncSubprocessLogger
816ceadd69 : HearingAid: Check the value of mConnectionState in isConnected
51d03dde95 : L2cap: Rename SecurityManager integration interface
cf33a7e632 : SM: Implement API for enforcing security levels
51debb85dc : Import translations. DO NOT MERGE
19526f2f62 : Import translations. DO NOT MERGE
dff4dbc73b : Import translations. DO NOT MERGE
c2654394be : Import translations. DO NOT MERGE
314084184f : Hfp: maintain Headset state in mCurrentState
d20555798d : Support for reading playback file in scripted beacon
33522b8758 : RootCanal: Add a scripted beacon for testing
b5b15427b9 : HciHalRootCanalTest: Use ASSERT and retry reads
e48841ff04 : Cert: Add --verbose mode to dumps logs from subprocesses to STDOUT
4f94418e6d : L2cap: remove unused security_policy.cc
cc14887ec0 : AclManager: Use callback for classic Role
4698294d3c : AclManager: Track initial Role for classic
0d9529861d : ClassicConnection: Clarify packet-drop message
4a83dc0fd5 : Use check functions for Disconnect
f070d7342b : Make crash snippets ASAN-aware
34e7a7692b : CertSelfTest minor fix
d47046a7de : L2cap: Remove SecurityPolicy in FixedChannel part
fdd9e9d90b : Dump stacktraces for rootcanal, and also dump them during RPC errors
66730e3c75 : Request current track metadata when BIP connects
a1fc0d3a01 : Allow Java-land to request current track metadata through JNI
5b55f72c26 : L2cap: Add SecurityModuleInterface
de332e1700 : AclManagerTest: Synchronize handlers in TearDown
8a08f42f2d : SM: Keep track of Authenticated, MITM, OOB Present, Encryption Required
4f790d319f : Add IFTTT checks to some module surfaces
94233fa49b : Support for reading playback file in scripted beacon
67831dca59 : RootCanal: Add a scripted beacon for testing
7426512eac : Hfp: maintain Headset state in mCurrentState
4d40ff23e0 : Import translations. DO NOT MERGE
0b23514e8e : Import translations. DO NOT MERGE
2d82928dc7 : Import translations. DO NOT MERGE
8b4ab4d909 : Import translations. DO NOT MERGE
3040825dc3 : Revert "RootCanal: Add a scripted beacon for testing"
b740982841 : Revert "Support for reading playback file in scripted beacon"
25c35d00c1 : SM: Move SecurityRecordDatabase into the SecurityRecord namespace
2b5032dc62 : Request current track metadata when BIP connects
a1bf30d633 : HearingAid: Check the value of mConnectionState in isConnected
971dfed195 : AclManager: Set future to expect SetRandomAddress
8ed40e1d57 : Support for reading playback file in scripted beacon
456141d47c : More security check in IBluetooth
7c584e63b1 : Fix flaky Bluetooth test
1f3b182ba0 : Dump cert & dut stack crashes during testing
8617330db6 : service: A2DP source callback to query the preferred codec
6bbae99078 : GD: Update documentation with correct image format
6f06e997c8 : service: A2DP source callback to query the preferred codec
abff7effdb : Add python venv recommendation
0bd702dc4b : PDL: Rename shadow variable
6961c5ef54 : Better protect staticly accessed resources to prevent exceptions
bbef4d189d : Import translations. DO NOT MERGE
efdc386927 : PDL: Spell representation correctly in debug
0e275e6eb8 : A2DP: Don't select disabled optional codecs when local SRC reconnecting
13922ca5c9 : Clear now playing list on player change, update if player supports it
76aab5adbe : First LE Security PTS Cert test
d0a2a9a2eb : Revert "BluetoothProfileConnecter now calls the ServiceListener'..."
c3ea15a2e9 : Clear now playing list on player change, update if player supports it
443a70307a : BluetoothProfileConnecter now calls the ServiceListener's onServiceDisconnected method after unbinding the service
58f7b1edd2 : LeL2capTest: Fix a test name
80a7cc8f82 : Better protect staticly accessed resources to prevent exceptions
60d2a03af6 : MapClient compatibility updates
676ad9f9c5 : gd: Remove unneeded optimize_for lite
56738d2b44 : Disallow auto-revoke on Bluetooth Instrumentation Test
9576220363 : GD: Generate HTML coverage report
4214efdf8a : MapClient compatibility updates
105d100ba7 : Allow Java-land to request current track metadata through JNI
9094fd4127 : A2DP: JNI callback to query if mandatory codec is more preferred
10c57f4fbf : Security Manager: free data queue when channel stays unused
810f5f819b : GD Security Facade: Add CreateBondLe
9168bf7048 : RoundRobin: Consolidate Unregister and Disconnect
94e0e3a98d : AclManager: Use local handler for round robin
67db4ee037 : AclManager: Move internal classes to acl_manager
71723f7fec : AclManager: Separate LE and Classic
6e7995ba0f : Import translations. DO NOT MERGE
38eceb04ac : Import translations. DO NOT MERGE
746138336f : Import translations. DO NOT MERGE
6be243b69e : Import translations. DO NOT MERGE
265a87393c : LeL2cap: Add security check for connection request
fd33acd142 : Add METADATA to system/bt: Apache2+BSD+MIT = NOTICE
6704b1a70a : Import translations. DO NOT MERGE
4eab0d4e92 : Set min_sdk_version to be part of mainline modules
79e0090969 : AclManager: Create a namespace for details
d766c4c915 : GD: Add documentation about architecture and testing
79bfa4be0b : Check search state when cancel read remote name procedure
d5f27309dc : Set min_sdk_version to be part of mainline modules
2a2e2d09eb : Revert "Add min_sdk_version:R to updatable apexes"
82fc4cf94a : Add fuzzing for remaining HciLayer events
c0a96373ac : Start fuzzing raw registered events in FuzzHciLayer
e068fd7092 : Add command response fuzzing to FuzzHciLayer
85f5f7cbea : Make fuzz/run use shorthand for fuzz tests
69f13a67cf : Reorganize fuzz tests to use injectArbitrary
3e8854a1fc : Remove using statements from handler.h
860e6b1306 : A2DP: Don't select disabled optional codecs when local SRC reconnecting
fcd4a7d8ca : A2DP: JNI callback to query if mandatory codec is more preferred
028c5695aa : AclManager: Split callbacks for LE and classic
29da2edc94 : AclManager: Use a shared pointer for the queue
d783352fd6 : AclManager: Create a shared assembler
be42e8a702 : Use shared library variant of libnativehelper
d434f2eaad : Update call of HAL 1.1 bluetooth HCI initialization
a07667f6cb : Update call of HAL 1.1 bluetooth HCI initialization
06f0f4692f : L2CAP: Separate classic security policy and LE
c8802309d5 : RootCanal: Add a scripted beacon for testing
40f570dcb0 : Import translations. DO NOT MERGE
49467da054 : Import translations. DO NOT MERGE
52546cdaf5 : DO NOT MERGE Fix: fragment packets
0215ff1b7d : Remove simple_security_test
c5ca7d3a76 : Exclude deleted Python files from YAPF checker
2678664b11 : Cert: Dump stacktrace when stack process crashed on host
44edcf970b : LeL2capTest: Add two missing test cases
2b88c8265b : Cert: Add basic numeric comparison security test function
85d3b9ba23 : HciMatchers for security cert tests
9d0b53f665 : Actually call method after binding
9f026f6ba0 : Import translations. DO NOT MERGE
e8367e6117 : GD: More meaningful errors around events
15fe783c21 : Import translations. DO NOT MERGE
7343f7dc60 : Disable AclManagerTest.invoke_registered_callback_le_disconnect_data_race
e9225a8668 : L2cap ERTM: Enter local busy on EnqueueBuffer full
8649727665 : Disable caching during HeadsetPhoneStateTest
e8b60c2288 : HCI: Move interfaces to HciLayer from impl
3b91d5cea3 : Into the BG connection when the HA disconnects from remote side
c3566d24d2 : Fix bugprone-use-after-move warnings
ae86d5252d : Pipe through attributionTag though bt app
5d52a1978a : Pipe through attributionTag through BT
7bdbede874 : Set attributionTag for noteOp(WRITE_SETTINGS) calls
8d5a32ff22 : btsnoop: Fix btsnoop_net runs unexpected
012204ae84 : Fix bugprone-posix-return warnings
d127e8587e : Trigger gd legacy from legacy dumpsys
73a347a7c6 : Fill out the dump module proto
120ae1eef0 : Remove unused usings
48df508aa5 : More event simplification in HciLayer
dea3d8e5a5 : Reorganize HciLayer::impl to group related functions together
e58465ac0f : Remove std:: prefix from move & unique_ptr
0cc6e74d27 : Genericize handling command responses, so reduce duplicated code
27e1f534b3 : GD: random address rotation
8d54511731 : Set attributionTag for noteOp(WRITE_SETTINGS) calls
4c8fac66a0 : Pipe through attributionTag though bt app
1e78b623bf : Add termination nullptr to signify end of arg list
d5fcff5b2e : Move contents of Start & Stop to HciLayer from impl
5ac0966472 : Cert: Add CertSecurity
717697eb74 : PyHci: Modify to allow acl_streaming flag.
c599487aec : Add ContextualCallback and start using for hci events
5e4ff82611 : Create ContextualOnceCallback, to bind together a context and a callback
1552339a62 : OPP: Remove try again button for failed transfer
e691d0c276 : use on_XYZ as convention for event callbacks inside HciLayer::impl
e8e729b67f : Clean up namespaces inside hci_layer
e67a0fd4ad : Collapse send_acl into dequeue_and_send_acl
5549351d51 : Move hal callbacks into their own object, to clarify execution context
2b3fcf7d17 : Add function on EventHandler<T> to post events back
3814d9f949 : Make EventHandler generic, so we use it to replace SubeventHandler
3157fe6adf : Add common::BindOn to simplify binding callbacks to instance methods.
bbe519f688 : Begin migrating context switching out of impl
71f2830be6 : OPP: Remove try again button for failed transfer
b96b24ead5 : gd HCI: add test for RoundRobinScheduler
777281fa0f : L2cap: Update some test cases
9fa1102b27 : Collapse HciLayer::GetAclQueueEnd()
019e1f5957 : Make hci_layer module lifecycle functions protected, to match module.h
3d53b13f68 : Move trivial functions from hci_layer.cc to hci_layer.h
ce03e6642d : Add CallOn variant of Module.Call()
d5b9332f6d : Add Module.Call() to cut down on module boilerplate
c4c7fef3c7 : Separate LE connection state from callbacks
5fd1430486 : LE link_manager_test factor out user_handler
a9cddf3b29 : Safely clean up the cover art manager
7f1e780369 : Safely clean up the cover art manager
fec730584d : A2DP: Fix integer sanitizer in SBC encoder
b7e9d423b1 : GATT start timeout
5047c73817 : GATT start timeout
b0aa88f007 : DO NOT MERGE Check a2dp packet length is zero
09051ad9d7 : RootCanal: ReadDefaultLinkPolicySettings
a4be0ed888 : L2cap SignallingManager fix and improvement
f30028da12 : A2DP: Fix integer sanitizer in SBC encoder
1898c2dc19 : HCI: Allow multiple connection callbacks in tests
395e8ac339 : Use the HCI Interfaces
b87441f40e : NIAP: remove keystore related code for now.
4cf3717c34 : NIAP: remove keystore related code for now.
1849f699eb : GD: Pass initiator address between ACL manager and Security Manager
14b77cb366 : Revert "Mark updatable APEXes"
edf1918e5f : Revert "Mark updatable APEXes"
d71d470a3a : Add FuzzTestModuleRegistry to clean up fuzz tests
7c51984543 : L2cap cert tests: Set initator address from the test
28c906b0b8 : Add very basic AclManager fuzz test
85bd8d7da6 : PDL: Limit RawBuilder to tests
ae1f6c413a : Move GetArbitraryBytes to common fuzz helpers
6083878378 : Rename bluetooth_gd_hci_fuzz_test target to bluetooth_gd_hci_layer_fuzz_test
37208ab370 : Rename DevNullHci to HciLayerFuzzClient
fea737df99 : Behavior: Add wait for timeout
01ba9028da : Check search state when cancel read remote name procedure
6896989d59 : LE L2CAP cert tests: don't repeat the address
7bfb6c1320 : reactor: guard against a potential segfault
54846525c5 : Fix exception handling in getState() binder cache
9c4a156f33 : Fix bluetooth binder cache invalidation
a5a57e5d52 : Import translations. DO NOT MERGE
657fbb02bf : Import translations. DO NOT MERGE
8cd3117372 : Cert: Add test to verify exception chaining with test decorators
a9d8924ad6 : Add fake_timerfd_cap_at to allow tests to prevent error conditions
5330e0e96a : Use new View.FromBytes function available in testing
03fb5108f1 : Add fuzzing for rest of interfaces on hci_layer
4c37563c0d : Send the only song in queue as now playing song when get item attributes of now playing
5c6ba6239b : Add ability to inject hci commands for fuzzing
d8a529b1a8 : Use templates to simplify command interfaces for HCI
7cab7cf5c0 : Add fuzzer concepts to inject builders into a layer
ac3f0ec9a4 : Conditionally remove the package->id association and NOT the player
e27f25334a : Conditionally remove the package->id association and NOT the player
a094e977bc : Cert: Generate backing process code coverage report after test run
ebd72a96d7 : Cert: Free resources occupying required ports during setup
9fbba67f56 : Add sco data to the hci layer fuzz test
7fe06a89a8 : Add fake_timerfd so time is deterministic in fuzz tests
916c1ec4e9 : gd HCI: Split credits of Classic and Le
3342111576 : Add explicit dependencies on jni_headers
dcd48c8569 : A2DP: Wait for previous AVDTP instance to be clean up before re-enabling
e28c4a4718 : A2DP: Workaround to clean up previous AVDTP instance while re-enabling
52e054103f : A2DP: Be more careful in allocating a BtifAvPeer instance
51bb3e2751 : A2DP: Wait for previous AVDTP instance to be clean up before re-enabling
263166eb38 : Import translations. DO NOT MERGE
7e22ea2d7c : Remove SentinelWorkItem since we have Reactor.WaitForIdle
bab0146db3 : Add Reactor.WaitForIdle
eeeff97703 : Cert: Add PySecurity
3b595a31b9 : SM: Implement and use facade configuration API
6d90adbfa5 : SM: Add a way to configure IOCAP, AUTHREQ, and OOBDATAPRESENT
4ea4ffcee2 : Refactor hci_layer_fuzz_test to use FDP
564ea77eda : AVCRP Controller support Get Item Attributes
9d36a52eae : AVCRP Controller support Get Item Attributes
6b1dcfc53e : L2capTest stability improvement
370c655da2 : Initial entry dump module proto
2255f1953d : Into the BG connection when the HA disconnects from remote side
e632d8079f : Add ability to pass crash input to gd/fuzz/run
69b1ee9aa1 : GdCert: Kill root-canal process if SIGINT failed
e1354b35cb : Resolve flaky statemachine tests
f85ffd1a0b : GdCert: Split GdDevice into Host and Android and improve teardown method
62d54d0733 : Start fuzzing HCI events + minor fix in hci_layer
10e1d496cb : Drop the ing, it's simpler. (fuzzing -> fuzz)
bb06800e18 : Resolve flaky statemachine tests
924ed6ca60 : Remove unnecessary local variable copy.
eb242bc2b4 : MapClientTest reduce FlakyTests
0c92f8e4bd : Format gd/Android.bp using bpfmt
e349c050a9 : Ignore logs less than warning on fuzz builds
e1ca1f10dc : Add fuzzing/run script to run fuzz targets easily
4058ed00cb : Add bluetooth_gd_hci_fuzz_test
1b495c27c0 : Add FuzzingHciHal, to inject fuzzed input up the stack
d6d707745e : Add DevNullHci, to facilitate fuzzing the hci layer
e4b9fcd62a : Add SentinelWorkItem, to allow posting a work item and waiting for completion
b718d671c8 : Add gd/fuzzing/helpers
955d9f66e3 : Add DevNullQueue, a fuzzing helper to drop stuff
7b126f346b : Fix potential OOB vulnerability when SBC framedata is prefetched
53faf35d00 : Move proto folder into gd subfolder
448bc50683 : HFP: use Bundle to query last dial number
d06f7650a7 : Do not unregister messages in HciLayer::Stop
f11ec8f5fe : Do not delete executing_reactable_finished_ from multiple contexts
3de766a7c6 : Cert: Save profraw file to their respective log directory
838422b38d : Cert: Improve gd/cert/run performance
e3343a2de5 : AclManager: Split Classic and Le AclConnection
f8dd1d8ed9 : gd HCI: Factor out RoundRobinScheduler
6823d4bf47 : HFP: use Bundle to query last dial number
23692e7ee4 : Send the only song in queue as now playing song when get item attributes of now playing
559a1bff37 : Add default handling for behaviors
caf92609c2 : A2DP: Workaround to clean up previous AVDTP instance while re-enabling
fe071f5206 : add beginings of behavior.py, a fluent behavior composer
9f4051e078 : MapClientTest reduce FlakyTests
966f25e601 : Revert "Fix exception handling in getState() binder cache"
46483817a8 : Revert "Fix exception handling in getState() binder cache"
7d7adde645 : GD: Use proper random number generator
4f664ba0a7 : L2cap: Send connection req after received info resp
e64f7df881 : L2cap Signalling manager: Handle lost info request
96b659bc9d : Synchronize adapter registration with mCallbacks
8b33ba08fa : L2capTest: Add missing tests for L2CAP 2/2
f65e29300d : L2capTest: Add Query for 1.2 Features
30290de9a4 : Check a2dp packet length is zero
006df43999 : Check a2dp packet length is zero
befed49783 : Turn code coverage on in bluetooth_stack_with_facade
36a3f05270 : Fix potential stack overflow caused by integer overflow
9d30d542c8 : Synchronize adapter registration with mCallbacks
b496f31112 : Remove BTA_HF_CLIENT_SCO_LISTEN_E fallthrough
fe6622cc83 : Remove BTA_HF_CLIENT_SCO_LISTEN_E fallthrough
e1b4a5ab86 : Add explicit dependencies on jni_headers
fa6cb4a768 : LegacyL2cap: Remove local_busy
ba7d72eeec : L2capTest: Add 2/30 Fixed Channel Support
9691408786 : Fix exception handling in getState() binder cache
cdc1ad20da : LegacyL2CAP: Remove some unused streaming mode code
c69c11ef18 : L2capTest: Add Send Reject Test
d7ee66bafe : DualL2capTest
6df1ab78f9 : Don't allow concurrent starts and stops and clean up receiver
7495e0eb4b : L2capTest: Fix ERTM Configuration test
f693458d42 : Simplify DirectHciTest: Use PyHci and PyHal
737bbcff3d : Neighbor: Check addresses in tests
7d49fe8b9a : LeL2capTest PTS Annotation
64e852b7b6 : RootCanal: Enable ASan and UBSan and clang-tidy on root-canal
4fd7be864c : Security: Cross-transport key derivation for Pairing initiated over LE
6804874891 : Gd+RootCanal: Fix errors found in cppcoreguidelines-pro-type-member-init
5f0b655d8d : Cert: Check return status of compilation command
6d6b547aa7 : L2capTest: Add MTU size test
a159755041 : BluetoothMetrics: Add SDP DI manufacturers info to Bluetooth config; Add SDP ID info and LMP info to Bluetooth log
41846c5501 : RootCanal: Compile root-canal as cc_binary_host() instead of a test
0a0b2eb956 : Bluetooth string: removed id="sender" in bt_sm_2_1_
ec110bcbe9 : L2capTest: Add FCS test cases
ace108ce0b : A2DP: Do the connection task in the stack main thread
9fb1edee36 : Import translations. DO NOT MERGE
cf94b8245f : Add rahulsabnis@ as an owner of bluetooth code to allow for owner code reviews
8d8f16b2a1 : Add rahulsabnis@ as an owner of bluetooth code to allow for owner code reviews
0ae552f373 : Cert: Fix CertSelfTest by using correct checks in @metadata
db18063a72 : A2DPSink incoming connections
10b54dd54d : Cert: Cleanup and add metadata tag for L2capTest
1cfed76eeb : L2cap ERTM: Fix SDU segmentation
28c3469597 : Python Packet: Add RawBuilder
4a0da478e6 : Don't allow concurrent starts and stops and clean up receiver
5c89671858 : Disable Telephony Caching during HeadsetPhoneStateTest
5336d57ebe : BluetoothMetrics: Add SDP DI manufacturers info to Bluetooth config; Add SDP ID info and LMP info to Bluetooth log
ceeb7fcc7b : A2DPSink incoming connections
246c23cbed : AclManagerTest: Complete connection before sending data
71ce463774 : L2CAP: Fix some skipped tests
8f3e0690fb : gd HCI: Drop unregistered events
8bc7df16f0 : Fix bluetooth test broken by Service change
3a228eb64b : Cert: Use acts.test_decorators.test_info to log metadata
f29f719cd1 : RootCanal: Invalidate closed file descriptor
b6e80fc187 : A2DP: Do the connection task in the stack main thread
642a4acdfc : Enable sending group MMS
dddd7655b9 : Enable sending group MMS
c4456a3700 : Add min_sdk_version:R to updatable apexes
6fe7fff86a : Cert: Add --repeat option to gd/cert/run
bd5c4668eb : Cert: Write root-canal log to test class specific log path
a499e6511d : Add a setting to allow a user to choose the native image format
35ec8ed145 : Add a setting to allow a user to choose the native image format
eae01eb8e4 : Cert: Add @metadata decorator for cert tests
55a67b5887 : RootCanal: Cancel inquiry timer on reset
6a33e82100 : Make sure the test looper is prepared in HeadsetPhoneStateTest
d8516d29fd : Make sure the test looper is prepared in HeadsetPhoneStateTest
bedad0a6e3 : Support set active device to null.
6faad7d1ed : Compare image handles with equals() and not ==
679d6a14e8 : Only notify of new cover art assignement for the active device
8aa9993fa5 : Bluetooth Metric Id: Add metric id allocation to Bluetooth metric calls
721030a76a : Bluetooth Metric Id: Add metric id allocation to Bluetooth metric calls
c5077ebcca : Fix bluetooth test broken by Service change
7714f9a1b3 : Support set active device to null.
91ec2143e5 : Replacing updateBleAppCount to enableBle and disableBle
8823fdc484 : Fix Bluetooth auto turns ON in airplane mode
ea9e0298b3 : Independent methods to enable/disable BLE mode
dadabf8de9 : L2capTest: Add missing test cases
d02e78f2d3 : Compare image handles with equals() and not ==
368a73ffe9 : Only notify of new cover art assignement for the active device
7355035880 : Cert: Use AdbProxy.tcp_forward() instead of raw forward command
9b6f6acc0d : Cert: Use string for port numbers in ACTS config
482370c7aa : L2capTest: Add connect, send, and disconnect from DUT
10b8502dc5 : Fix Bluetooth auto turns ON in airplane mode
97e7799714 : PanService: Check mNetworkFactory for null
1553a3a0b6 : PanService: Check mNetworkFactory for null
7246fe04ad : L2capTest: Add L2CAP/COS/CFD/BV-08-C
3bb383c152 : L2capTest: Fix an incorrect test case name
9571e4c1f8 : LeL2cap: Add fixed channel test
76f692ace4 : LeL2capTest: Add more test cases and some fix
55bcb0d25d : LeL2capTest: Add disconnect request and credit
eb1ad96c7b : A2DP: Be more careful in allocating a BtifAvPeer instance
2af072906d : Add python version check in gd/cert/run
e5c0cbd7d1 : HFP: Cleanup bt_hf_callbacks on the jni thread.
0afd3e7a2c : HFP: Cleanup bt_hf_callbacks on the jni thread.
ccb9bfb02a : LeL2capTest: Basic test cases where DUT is master
a00b65208a : DO NOT MERGE Fix potential overflow in btif_rc
41489d9fad : Revert "DO NOT MERGE Ensure hci command status event has sufficient packet length"
641a33df91 : LeL2capTest: Add test cases for Cert as LL slave
48206e7541 : Pipe through attributionTag through BT
51ee4ec234 : L2CAP: LE Link Layer Options API
da320f71e0 : RootCanal: Use average connection interval
21535adc6e : OPP: Fix Window leak in Alert Activity.
28f4e21ba6 : Retry service discovery for Avrcp if due to sdp connection failed
820d21e7ca : Sequentially handle enable and disable
44c5de3773 : ClassicSecurity: Remove extra Event conversion
ea3aa8018e : Notify on parents of nodes that have newly downloaded art
698df85aee : Notify on parents of nodes that have newly downloaded art
8db43964e6 : BluetoothHearingAid System APIs now throw an exception if a null BluetoothDevice is passed in
556b413b0a : L2cap shim simplification
66ab8a701b : Handle encryption change in SecurityManager rather than AclManager
670d7940bc : BluetoothAudioHAL: Have full initialization for audio hardware objects
1d859b5a11 : BluetoothMetrics: Return true if SaveDevice is called twice. Add more logging
29eac5cfd8 : BluetoothAudioHAL: Have full initialization for audio hardware objects
78cb0998af : Independent methods to enable/disable BLE mode
6b420cd4e0 : Retry service discovery for Avrcp if due to sdp connection failed
87b253668e : A2DP: Remember every peer's AVDTP delay reporting
9023eb2f8d : Cert: Check whether TCP forwarding is successful before running
7aed62feb8 : BluetoothHearingAid System APIs now throw an exception if a null BluetoothDevice is passed in
16b929859a : HCI: Add connection management interfaces
2bb93c8a94 : LE: Add API for sending connection parameter update
a3998cadd6 : L2CAP DynamicChannel API: Expose AddressWithType
921bcc3c64 : BluetoothMetrics: Return true if SaveDevice is called twice. Add more logging
62ecf413e4 : Cert: Add missing os_utils.py
b8196c5fca : A2DP: Remember every peer's AVDTP delay reporting
4d81b5bac0 : Import translations. DO NOT MERGE
828326ebe0 : Sequentially handle enable and disable
61dd595f82 : Cert: Cleanup gd/cert Python libraries
ef2b72fdcd : Sequentially handle enable and disable
3a27655741 : Cert: chmod +x on host executables after install
ed8fdb3eb4 : L2cap: Implement LE connection parameter update
7f0936cbbc : Add an exported flag in manifest
3ffc28a419 : Revert "Revert "PBAP server, send favorite contacts""
9fc6780803 : L2capTest: Remove classic fixed channel test for now
83561b21c1 : Return the outgoing L2CAP packet directly
e4fdebcf70 : Replacing updateBleAppCount to enableBle and disableBle
b0cc5a1d47 : Re-add binder method for getPriority in IBluetoothA2dp.aidl as well as getPriority and setPriority in IBluetoothHeadset.aidl
7888bb6ec3 : Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth SystemApis and for hidden connect/disconnect APIs. Revert permissions for some APIs that were previously marked as @UnsupportedAppUsage
c228ce27e2 : Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth SystemApis and for hidden connect/disconnect APIs.
ce594994e8 : Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth SystemApis and for hidden connect/disconnect APIs.
fd93afd2d9 : Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth SystemApis and for hidden connect/disconnect APIs. Revert permissions for some APIs that were previously marked as @UnsupportedAppUsage
5e91b9d96a : Re-add binder method for getPriority in IBluetoothA2dp.aidl as well as getPriority and setPriority in IBluetoothHeadset.aidl
3e432fb40c : Use user context to support multiuser use case
97a0dbf6b2 : Don't remove allocated player IDs when an app has a browse service
abaa44c49e : Make Cover Art storage more robust to filesystem issues
132c5179d5 : Bluetooth Metrics: Init and Close MetricIdAllocator and use its APIs
64fc0f219b : Fix potential stack overflow caused by integer overflow
c45ee0e1b2 : Fix potential stack overflow caused by integer overflow
9eada41632 : Update permission enforcement for BluetoothPan System APIs to enforce the BLUETOOTH_PRIVILEGED permission
6462d007c2 : Update permissions of BluetoothPan System APIs and re-hide some APIs that do not need to be System APIs.
64df407ce9 : BluetoothHearingAid#getHiSyncId now consistently uses the term HiSyncId (removed all references to CustomerId) and added link to explain what the HiSyncId represents
4f6a1c2c8b : Add error code for BluetoothDevice#getBatteryLevel to represent Bluetooth is off
e1cb4cb27d : Fix bluetooth can't turn off during network reset (3/3)
069a75b1ab : Revert "Fix bluetooth can't turn off during network reset (3/3)"
e466ff5d11 : Fix bluetooth can't turn off during network reset (2/3)
19b0bba0e2 : Fix bluetooth can't turn off during network reset (1/3)
b94b1fd325 : SM: Fix event order logic for Classic Pairing
bfba980e8a : Cert: Add name to gd_device
dab612be81 : Bluetooth Metrics: Init and Close MetricIdAllocator and use its APIs
bea61723b2 : Don't remove allocated player IDs when an app has a browse service
7f52349b5c : Revert "PBAP server, send favorite contacts"
1817a2a04b : Cert: Use setuptools to provision GD cert tests
7a9b7fc34b : BluetoothHearingAid#getHiSyncId now consistently uses the term HiSyncId (removed all references to CustomerId) and added link to explain what the HiSyncId represents
ab921e9192 : Fix potential OOB vulnerability when an HCI event is received
9785628312 : Fix potential OOB vulnerability when an HCI event is received
9ecbc3797d : Fix potential OOB vulnerability when an HCI event is received
666ea262b4 : GattServcer: Check invalid offset
fd2b7e0f1b : AAC Decoder: Use osi_free() to free buffers allocated by osi_malloc()
37cbfe094e : Ignore legacy scan response event if no ADV_IND or ADV_SCAN_IND is received before
7b97603ac0 : Revert "Revert "Require user pass in a non-null BluetoothDevice ..."
3c9275a2b7 : Randomize the time between rotations of BLE Random Address
6c191e6dd2 : Fix flaky Bluetooth test
80d7f12a89 : Add helper for converting between legacy and gd Address
af3f084ff8 : Randomize the time between rotations of BLE Random Address
ae90771adf : Fix bugprone-use-after-move warnings
63989c98ae : Make Cover Art storage more robust to filesystem issues
9e8ea3216d : Import translations. DO NOT MERGE
9ec6e9517c : Bluetooth Metric Id: Add metric id allocation to Bluetooth metric calls
31dfc91e66 : Bluetooth Metric Id: Add metric id allocation to Bluetooth metric calls
f148cb1cad : HF_Client: Send BTA_HF_CLIENT_RFC_CLOSE_EVT when client_cb == NULL
b403afb98a : HF_Client: Free the RFC if the handle doesn't match
21fbd60695 : Delete call logs when calls are made without PBAP
313b13a2c7 : Set Browsing bit to 0 in PbapSupportedFeatures
f01838c669 : Prevent phone's bd_addr from appearing in Accounts
7d7b8ae7fb : Replace COMMON_CRITERIA_MODE setting with getter API
e9f41ed1f1 : LeL2capTest add L2CAP/LE/CFC/BV-21-C
1a68b6e00f : Return an empty list when the requested node is not in the tree
956fc06fb0 : AvrcpController Test update
b6f77e62f9 : AVRCP Controller Media Controller not ready
fccf3d3911 : Allow subsequent requests for media keys to replay the silent audio sample
462ed81836 : HFP Client call status update
48e0d77960 : PBAP server, send favorite contacts
3d20a4f5cc : AVRCP Controller Disable Automatic Focus Request
39b9fa63a1 : A2DP Sink: Focus gain while transient loss
cd56682448 : AVRCP Controller State without Browsing
4d5f2d100e : Add bluetooth prefs for Android Automotive
87811b1bb3 : MAP Client disconnect state machine if MAS client disconnected
0997673e48 : MAP Client close connection on MNS disconnect
c1c4be7d29 : MAP Client Only connect MNS in connected state
b31074777c : MAP Client BMessage parser length
3534ef3beb : MAP Client support incomming MMS
1740c6ad3d : PBAP client, download favorite contacts
af2270f50d : AVRCP MediaBrowserService support ACTION_PREPARE
6a0090a735 : AVRCP Controller onSkipToQueueItem invalid
c016a19cbe : AVRCP Controller getCurrentCalls NPE
ff7fbafcf8 : AVRCP Controller transient loss while idle
e1aa618728 : AVRCP Controller request focus when idle
6d9e923478 : AVRCP Controller AbsoluteVolumeNotification
2a2c6c3140 : Splitting over-the-air downloading into batches
2a97500881 : Use Calendar.Builder for MAP Client timestamp parsing
fffc5620e7 : AVRCP Controller Shuffle/Repeat support
0889a01d03 : Broadcast MAP Client messages oldest first
6dfd8420eb : DO NOT MERGE: Revert "AVRCP Controller AbsoluteVolumeNotification"
86d05672ea : DO NOT MERGE: Revert "AVRCP Controller transient loss while idle" This revert is reapplied after a few CLs to match change order to AOSP.
b1d7f467c6 : Don't reuse NetworkFactory objects.
d4a89d7717 : LeL2capTest: Get incoming packet stream for each channel
ec6f8bf83a : Fix bond list mismatch between Java and native
ba1a73b25c : Notify remote name failed for LE device
f42cafea14 : Notify remote name failed for LE device
611c9dfcde : LeL2cap Cert: Allow DUT initiate connection request
58d3ee2e86 : L2cap Signalling manager: Fix OnCommandReject
b6eaa507fe : DO NOT MERGE Ensure hci command status event has sufficient packet length
02623ac427 : DO NOT MERGE Fix potential overflow for gatt process write
09938711fc : Add nullptr guard to make static analyzer happy
c137bc39a4 : LeL2cap: Add PTS test cases and allow verify from DUT
01423bd5d0 : AVRCP Controller manage focus while disconnected
b67293a6c2 : AVRCP Controller refresh track data on Interim
ee8ba6b17b : AVRCP Controller get play status
4bc2a23246 : ServiceDiscoveryProtocol DB Full
5cbd5b2da1 : AVRCP Position Changed Notification
04d73c04b5 : L2capTest ICS 2/27
31e59884d2 : DO NOT MERGE: AVRCP Controller Shuffle/Repeat support
56439da7a6 : Save reversed BR/EDR link key derived from LE LTK
bcdc4fb840 : SM: Ensure we cannot cancel a pairing handler twice.
1e8a1c2889 : L2CAP: Implement configuration negotiation to support mandatory/optional use of ERTM
f550271e6f : Don't reuse NetworkFactory objects.
51c98cd8d6 : SM: Reset fixed channel service pointer so we could continue
f0d36b80b8 : Rename featureId -> attributionTag
a3b85b3c16 : Rename featureId -> attributionTag
da3a103e18 : HFP: fix collision for the outgoing and incoming connection
2d7b59cb4c : Fix bond list mismatch between Java and native
d9150f34cd : MAP: Throw exception for illegal ID column
e44a99815b : HFP: fix collision for the outgoing and incoming connection
faf9cccacc : LeL2capTest: Add COC PTS test
88ca6ae81b : BluetoothMetricid: Add metric allocator api in java
a4b0be8517 : BluetoothMetricid: Add metric allocator api in java
2375e263c0 : DO NOT MERGE Fix potential overflow in btif_rc
5a02d0d7a6 : Rename featureId -> attributionTag
7f922fd61c : LeL2capTest initial commit
a9fba1e52e : DO NOT MERGE Ensure hci command status event has sufficient packet length
dc6413c145 : BluetoothMetricid: Add metric allocator api in java
7c6713b8bd : BluetoothMetricid: Add metric allocator api in java
5a0b444a12 : Check a2dp packet length is zero
764a940b35 : MAP: Throw exception for illegal ID column
ed50811f88 : PacketParser: ToString() method for PacketViews
06793fb213 : A2DP: SBC encoding counter errata
0c54edb63d : A2DP: AAC encoding counter errata
f964df08dc : Fix L2capTest:test_continuation_flag
ab062b57d8 : L2capLe: Expose dynamic channel manager API
1c12e817f4 : GattServcer: Check invalid offset
e4f8fd5e5e : BluetoothMetrics: Implement and test metric_id_allocator and lru
b9cb0633c5 : PDL: Always compare size to base struct
cdc767896e : GattServcer: Check invalid offset
c7fccda8a0 : btsnoop: Fix btsnoop_net runs unexpected
c5eb109ac9 : A2DP: SBC encoding counter errata
19cc08aae2 : A2DP: AAC encoding counter errata
2e0976b7d0 : Limit fuzzed L2CAP packets to 64K
8f92e9e343 : Update permission enforcement for BluetoothPan System APIs to enforce the BLUETOOTH_PRIVILEGED permission
1ca15d954d : Update permissions of BluetoothPan System APIs and re-hide some APIs that do not need to be System APIs.
833147ce4d : avrc: Validating msg size before accessing fields
246f4b0623 : btm: fixing oob write in multi-adv SetData.
125127bb38 : Fix bluetooth can't turn off during network reset (1/3)
588515ea7a : Fix bluetooth can't turn off during network reset (3/3)
a5cc35166f : Fix bluetooth can't turn off during network reset (2/3)
33b28f59f2 : L2CAP: Add test for L2CAP 2/2 Support of configuration process
d0011c6857 : Remove offset when using composeAndSendSelectedCallLogVcards
40a03a5b57 : Fix bluetooth can't turn off during network reset (3/3)
eebbe5c36c : Fix bluetooth can't turn off during network reset (1/3)
e18a909013 : Fix bluetooth can't turn off during network reset (2/3)
99a2664818 : Enable pre submit net_test_hci_native
3337c3b913 : Remove offset when using composeAndSendSelectedCallLogVcards
5fd6aecc87 : Fix: fragment packets
13ee9b88ff : Use GD style logging through whole stack
006c5a6a9f : Use GD style logging through whole stack
18860a3fc5 : Add error code for BluetoothDevice#getBatteryLevel to represent Bluetooth is off
52c2097b36 : Cert: make test setup more robust to binary failures
5287e8ef54 : Cert: use "git checkout" instead of "git co"
d33dfbe149 : Cert: Add required host libraries to test ZIP
d9fa6cfc58 : Cert: Handle None filter function in FilteringStream
909e0118dc : HCI: Add packet definitions from 5.2 spec part 2
02ab66025a : L2capTest: Remove unused classic facade
85cc3d32dd : OS Queue and Reactor: Minor fixes
7ae9f77e73 : Cert: Unzip all cert files into the same virtual environment
c5851d6708 : HCI: Add packet definitions from 5.2 spec
172e9347b8 : While AVDT opened or its AVRC_TIMER_EVT expired, it is no needed to start the 2nd AVDT stream
592390ce81 : Fix potential overflow for gatt process write
144045b824 : Opp: Use MediaStore to handle received file
27980742e4 : Opp: Use MediaStore to handle received file
728920aa98 : Block guest user from Bluetooth tethering connect/disconnect
cd76327430 : Block guest user from Bluetooth tethering connect/disconnect
d40e2da5d0 : Fix L2CAP Cert and AclManagerFacade
49287ca134 : Fix on device L2capTest
3a2d8a0bb7 : Fix potential overflow in btif_rc
518c3390cd : HCI: Synchronize ACL Queue
7421ab60cc : Minor improvements to Module, Reactor, StackManager
3b5af35243 : Fix NeighborTest
afb0e3bbff : GattServcer: Check invalid offset
8bdcadbddc : BluetoothMetrics: Implement and test metric_id_allocator and lru
678e705359 : Block guest user from Bluetooth tethering connect/disconnect
01a100f6ae : Cert: Do not use ANDROID_ build environment variables in test
7b5846641c : Revert "Revert "Require user pass in a non-null BluetoothDevice ..."
61d770c213 : Ensure hci command status event has sufficient packet length
abb1982b42 : Assorted cleanup
4b3af65dca : Simplify disconnect for cert channels
9b215ea4bf : Simplify sending information requests
bc0f441d5a : Add information response matchers
db9d9b65f4 : Move dut & cert channels into return result
6d42b968d2 : Use multi-match in a few places where it makes sense
83fa9c90a7 : Add function to send s_frames & clean up sending
5e19d82285 : Rename L2capMatchers.InformationFrame & SupervisoryFrame
6c0622e202 : Distingiush between validated and unvalidated channels open
fa2595dd42 : Queue: Wait for unregistration if on different thread
1c0d4937dd : Fix RepeatingAlarmTest
6a8b2392a0 : Update BluetoothDevice SystemApi permissions and disallow passing a null pin to BluetoothDevice#setPin
d2d2a2efc6 : Update permission enforcement for BluetoothDevice SystemApis
cd2f80d276 : Simplify channel open, so it can fit on one line
4638e06926 : Migrate i frame sending into CertL2cap
ec72f55502 : Start migrating to channel abstractions
f52a0fc9dc : Make ertm & fcs separable, reduce redundant code
4add96cc9c : Add function to simplify sending control packets
61fd3f4e79 : Start CertL2cap, an abstraction to make L2cap testing simpler
a4c3146382 : User "return" instead of "exit" in shell scripts
78d61bc14c : Update permission enforcement for BluetoothDevice SystemApis
c7ac493cf6 : Update BluetoothDevice SystemApi permissions and disallow passing a null pin to BluetoothDevice#setPin
9c28536b20 : L2CAP: Minor fixes
2a81ac820d : gd: pts test L2CAP/COS/CFD/BV-12-C
62a5ef31a4 : gd: pts test L2CAP/COS/CFD/BV-05-C
3fd3a9f050 : gd: pts test L2CAP/COS/CFD/BV-02-C
69ab62c86a : Module: Increase StopTimeout to 2000 ms
c7cc3f9bc8 : SecurityModule: Restructure L2CAP connections
d87b6b0457 : Add missing RequiresPermission annotations in BluetoothHidHost and BluetoothMap APIs, disallow null device input for setConnectionPolicy, getConnectionPolicy, and getConnectionState in BluetoothHidHost, and BluetoothMap implements AutoCloseable, its close() method is public, and utilizes a CloseGuard.
3e6d4148c5 : GD SMP: Fix logic error in picking dialog type
2c50131270 : Migrate remaining event stream asserts in L2capTest to truth
964616d181 : Migrate information frames to matchers
a528df655e : Migrate supervisory frame matching logic
1bbe7090db : Replace a few more matchers
df5bcac725 : Migrate connection response to L2capMatchers
a4b4e27ed5 : Start migrating l2cap packet matchers to their own file
e3ad81b03b : Simplify packet parsing/filtering for L2capTest
4d4a4a08f4 : Fix config request/response order comments
e3a200514c : Replace hardcoded control packet handling with lookup table
4b524c391f : Replace direct usages of acl manager stream with acl link instead
c6c2a78a23 : Clear LE cache before starting le scan or the report is skipped
b4ba004f48 : Register _handle_control_packet in a single place
3897195b61 : Migrate to use cert_acl instead of cert_acl_handle
b32ec7b44e : Remove cert_acl_data_stream from _open_channel, as it can be inferred
abd356ccb7 : Remove cert_acl_handle return value, as it was not really used
b903ce5fa1 : Begin migrating L2capTest to use PyAclManager
be4671b21d : Begin PyL2cap, to make interfacing with l2cap facade easier
ba65d9aa2d : Add Closable, to reduce repeated code
c8b6f7f401 : Move captures & PyHci/PyAclManager to common cert
be078578c5 : Move common setup to setup_test & teardown_test
20ba11293e : Add IEventStream, so other subjects can use emit, etc
402321901f : Flesh out PyAclManager a little more
7ba4b19f36 : Cert: Add directory structure to genrule
76a6c90bc7 : Start PyAclManager, to simplify interaction with AclManager
644e194966 : Add PyHciAclConnection
3d2237913c : Add PyHci helpers for page/scan and reading own address
96b7fa81cf : Add PyHci, to simplify interactions with HCI (not HCI_INTERFACES)
106cfbf961 : Sanitize Bluetooth device names without regex
d3fc2f3cbd : Add function on hci to send commands (with status and with complete)
da9c4af0c2 : Add helper function on hci, to simplify hci event stream creation
4ce6a8e78b : Add function to request multiple event types from hci
637e260379 : Add captures, to clean up test logic and make tests easer to read
9e4a9a55c4 : Add multi-matcher assert on EventStream, and expose through truth
077e61509a : Merge EventCallbackStream & EventAsserts into EventStream
b8c9be869f : Add event stream to cert/truth, and start using in AclManagerTest
202cbe713d : Add a truth module, to make cert asserts more fluent
82b82ea8be : Enforce privileged permissions for SystemApis in HidHostService and BluetoothMapService
c78ccdc320 : Update javadoc to reflect that BluetoothPbap#setConnectionPolicy returns true on successfully setting the connection policy instead of on disconnection. It also now indicates that if BluetoothProfile#CONNECTION_POLICY_FORBIDDEN is passed in, the profile will be disconnected.
f2c668ee82 : Update javadoc for BluetoothPbapService#setConnectionPolicy to remove erroneous statement that the profile will be connected if caller passes in BluetoothProfile.CONNECTION_POLICY_ALLOWED
e0b2fcccfa : gd: l2cap Skip undefined options when parsing
a30e4c435a : ModuleRegistry: Delete Module after all are stopped
5c1f674d4a : L2capTest: Fix cert device name
190a48317d : Revert "Revert "Require user pass in a non-null BluetoothDevice ..."
24f733fd74 : Register bond state change change callbacks in shim
372b59e573 : Some simplifications to ControllerTest
d2b65c1918 : Wire Security UI callback for pin entry cases
d8dc4f3a93 : Fix logic bug in shim
3f1d0d4205 : Wire Security UI callbacks
6895048f70 : SM: Fix cert test
81711f7540 : Security: Allow UI handlers in either order
283b24e016 : Mark updatable APEXes
648e6bb8b7 : Fix ACL Manager start_round_robin logic and add log
a3362b740d : Rename device_under_test and cert_device, to simpler more consistent names
38089d65dc : Simplify cert test setup
e1e95be6a1 : Simplify running cert tests and allow filtering, auto build
7f8a923dfb : gd: Add l2cap pts cert test
ddd4783011 : Bonding: pass device_type into GD shim and guess the transport
a85834bfb9 : PBAP: send AUTHORIZED message if permission is ACCESS_ALLOWED
873f24c9d3 : L2CAP: Don't crash when receiving from unopened channel
8aa8b299fd : Add missing RequiresPermission annotations in BluetoothHidHost and BluetoothMap APIs, disallow null device input for setConnectionPolicy, getConnectionPolicy, and getConnectionState in BluetoothHidHost, and BluetoothMap implements AutoCloseable, its close() method is public, and utilizes a CloseGuard.
1820c49679 : Enforce privileged permissions for SystemApis in HidHostService and BluetoothMapService
ccfe4de805 : CertSelfTest: Fix test_l2cap_config_options
4b7469ef97 : PBAP: send AUTHORIZED message if permission is ACCESS_ALLOWED
008dfcee7d : L2CAP: Use PDL to build cert config
cfba918b76 : PDL: Always default initialize members
3bc0d06242 : L2CAP: Always set the FCS type
66020b74e2 : PDL Pybind: Add _reparsed struct
f6e080a879 : Rename createFromNativeSmsSubmitPdu to createSmsSubmitPdu
048b41621c : gd: Clean up acl after disconnect
d2617454ca : Update javadoc for BluetoothPbapService#setConnectionPolicy to remove erroneous statement that the profile will be connected if caller passes in BluetoothProfile.CONNECTION_POLICY_ALLOWED
1f211dfc83 : Update javadoc to reflect that BluetoothPbap#setConnectionPolicy returns true on successfully setting the connection policy instead of on disconnection. It also now indicates that if BluetoothProfile#CONNECTION_POLICY_FORBIDDEN is passed in, the profile will be disconnected.
13826c8127 : Security: Allow UI handlers in either order
6170f7a6a6 : Mark updatable APEXes
a776fd62f5 : Import translations. DO NOT MERGE
3f628eaae9 : doc: Fixing broken link in README
3648eec8db : AclManager: Unregister ACL Credit during Stop()
5f974548d4 : Cert: Clean up some unused code
2805cf5104 : SHIM: Plumb UI for security
87dc86dedf : Virtualenv: Check return value before popd
0edbaa558e : Remove C++ cert stack
4e1d44a50f : gd: l2cap classic fixed channel test
eda86157a5 : L2capTest: Migrate all remaining test cases
44c938c9ec : L2CAP: Add test for L2CAP 2/7 Support of command information response
41cc40fc39 : gd: Clean up bluetooth_test_gd
7cb8d94b47 : L2capTest: Migrate more test cases
c3b5cce1a4 : Add functions to integrate the full spec of LDAC SNK
bc2e914462 : gd: Fix legacy storage test config file
64d56804a1 : link manager test
8bf25f185d : Send array of URIs for group MMS conversations
52786bb507 : L2capTest: Migrate basic ERTM test case
89c3340ad9 : Refactor of headless test to allow additional tests
cc74c30d16 : Use getConnectionState to determine which profiles to disconnect in AdapterService#disconnectAllEnabledProfiles()
947583d375 : OH MY COD! Why is gabledorsche plural?
ad85723751 : Fix call order for BTM shim RegisterInquiryCallbacks
e75fff814a : L2capTest: Add common event handler and migrate test case
db19634329 : L2CAP Cert with facade only initial commit
2f3a7cb944 : Add LeAclManagerTest, SimpleSecurityTest to dist
f104b960ce : Get rid of HciLayer shim
42227e5520 : Prepare to remove HCI layer shim
974bb9990c : Get rid of Advertising shim
2810e77efb : Get rid of Inquiry shim
4bd6b13f29 : Get rid of Name shim
66eca4950c : Adds QUERY_ALL_PACKAGES to Bluetooth
018db9c5f6 : Swap Cert and DUT index
307a052acd : Avrcp controller cover art feature tests
ac4de095a9 : Add support for the AVRCP Controller Cover Art feature
3de18eb503 : House all AVRCP metadata in custom objects instead of MediaMetadata
9c972ea9fb : Migrate the rest of AVRCP Controller to use MediaCompat
61b9eabfbb : Get rid of Scanning shim
6c4c134a18 : Get rid of NameDB shim
5d48f022d6 : Remove redundant BTA_AR_DEBUG define
f2bc7b73e1 : SM: Add JustWorks cert tests
f82a58f55e : HCI: Remove unused ClassicSecurityManager API
ee2119f586 : SM: Add UI Callbacks to CPH
970f07531c : Security UI Callbacks wiring
3c5ffc9b1a : Get rid of Storage shim
c3389265ed : Binder cache for Bluetooth getBondState()
1d7342c25e : Get rid of Connectability shim
a9e7ba443c : Get rid of Page shim
47931368df : Get rid of Security shim
c5db883c02 : smp_generate_stk: reduce log level for key type information
f2efa8208a : Binder cache for Bluetooth getBondState()
518d9478a0 : Get rid of Discoverability shim
d4e470547b : Get rid of the redundant shim interfaces
0dea97524b : Save bonding and pairing state to security record
2d078ae81b : Canonicalize header include files
b7ea929abf : Do not redefine logging if already defined
5102bc074a : Import translations. DO NOT MERGE
ab7ff11907 : Modify service_type constants to not collide with constants in GD
6fa51dc8ee : L2CAP: Add test case for TSPC_L2CAP_2_7 Can Sent Reject
d528a4d6a6 : L2CAP: Add test scripts for pts test
8be50ab455 : L2CAP: Update remote tx_window during channel configuration
8019679073 : gd: Unregister events at the hci layer
d373161bc6 : btm: fixing oob write in multi-adv SetData.
74d2a376a6 : Add ACTION_AG_EVENT broadcast when starting VR.
21161f5b10 : PDL: Serialize nested packets in Python
04fc319782 : Fix crash at unexpected code after root inflammation
e6c2783fe9 : AVRCP Controller manage active device
66f43e91b2 : gd: Add shim access to name db
a126b58f0e : Avrcp log enhancement
fff5c6b624 : gd: Add a remote name database
0c0c30e444 : gd: Authenticate only if necessary
1c2561c5d7 : gd: Expand and log more acl events
314d434e0c : gd: Ensure all events are handled for new classic pairing manager
2167e541b1 : Implement dumpsys bluetooth_manager --proto
d84798f2c5 : Use mobly.asserts
964cafb809 : AAC Decoder: Use osi_free() to free buffers allocated by osi_malloc()
2e9e146302 : GattServer: Check invalid offset
b11e143633 : Get rid of UI callbacks from SecurityManagerListener
bb39bace88 : Update time stamp when new inq_db
64c99c9910 : Set proper scan type before first discovery
1db28093fd : Remove some unused inquiry code and callback function
9af45cb80a : Security UI interface cleanup
0753a43d4c : HFP: fix leakage in HeadsetPhoneState
7f8739e11b : GRPC: Use server_stream_call.cancelled() instead of hidden API
3e46a0f425 : RootCanal HAL: Fixed race condition when tearing down rootcanal HAL
3cffb55e33 : Cert: Move DUT assignment to common code
1b1612ba1c : Don't guess transport during pairing
048908f938 : HCI: Set default event mask
15350ce99b : Import translations. DO NOT MERGE
c599a5141e : Find and capture cover art BIP PSM and send it to Java/JNI
7a98f709e3 : Add cover artwork image handles to requested attributes objects
64145b9cb6 : Find cover art supported feature and send up to JNI
712b42a78f : Indicate support for controller cover art feature in SDP record
58a4ca1440 : gd: Add link layer collision hci error code
9a0341f5a4 : Pass UI Into Security Manager
9f4e11af8f : Revert "Require user pass in a non-null BluetoothDevice to all B..."
0ed03b562a : AVDTP: Prevent OOB read when parsing rejected response
c0e6d04c51 : AVDTP: Prevent OOB read when parsing rejected response
b0af08ddd1 : Revert "Require user pass in a non-null BluetoothDevice to all B..."
783e7691c1 : gd: Provide more info for unimplemented link responses
f7053e0532 : Initialize device_type before use it
3869ccfc0c : AAC Decoder: Use osi_free() to free buffers allocated by osi_malloc()
3d13808676 : LE Pairing Handler wiring
20f98ab395 : L2CAP socket: Stop L2CAP server by ID instead of PSM
120f402bda : L2CAP Socket: Keep track of last allocated socket ID
fc4a68d8ae : LE-COC: Free LE-COC server resource when BluetoothServerSocket is closed
99410a9907 : Increase allowed error in repeating_timer_unittest
03e1cf61f4 : Cert: Always unzip for host tests
760c2554c1 : HCI: Add LE AclManager tests
ea6cedc10a : HCI: Advertise an address with D for DUT
a3e96e622b : HCI: Spell COMPLETE_ADVERTISEMENT
b1b4ce59ac : Cert: Use site-packages instead of root
9da47b14f0 : DeviceCert: Add timeout for some test cases
3f15ef4603 : SecurityRecordDatabase
3daed1437b : DeviceCert: Fix AclManagerTest
e05c7d38c7 : SecurityRecord: naming and comments clarification
0fa0bb9b50 : avrc: Validating msg size before accessing fields
278cfa9b20 : DeviceCert: Fix LeAdvertisingManagerTest, LeScanningManagerTest
2fbadea63c : Cert: Add a script to set up the on device cert test
6c904eb197 : Cert: Use ResetBuilder in DirectHciTest
762198480d : AclManager: Add an incoming connection test
dfb6bd703e : HCI: Connect without valid clock offsets
310160a8e6 : BluetoothA2dpSink System APIs now require BLUETOOTH_ADMIN permission
f41933bd71 : A2dpSinkService enforces BLUETOOTH_PRIVILEGED permission for implementations of all BluetoothA2dpSink System APIs
3b91300c63 : Binder caches for Bluetooth
07b85c9357 : Binder caches for Bluetooth
34276c4af3 : gd: Pair 2 phones
dd6d757c27 : Cert: Always unzip the latest files quietly
fda0fbcf96 : Add READ_DEVICE_CONFIG permission for PANU usage
fc19f1341a : BQR: Add Bluetooth Quality Report v2 feature
49f615b2cb : gd: Let acl manager handle encryption changes
5b45b96471 : Allow link to receive acl manager events
69a5f3c585 : gd: Add security policy check and plumb in shim
954d7e5510 : DeviceCert: Fix some setup/cleanup
5ac1346f9a : Cert: Add virtualenv setup for cert tests
b690f629f0 : gd: Plumb through security policy for service
572c7fee39 : BT: Synchronize Bond SM message processing and cleanup
659141b281 : gd: Expand shim security api
c5300414bc : Require BLUETOOTH_PRIVILEGED permission for BluetoothPbapService and for the implementation of BluetoothPbap SystemApis
13cabe68ba : Update BluetoothPbap class description to indicate how to create an instance of the class, add intdef to return value of BluetoothPbap#getConnectionState, and move all SystemApis to require the BLUETOOTH_PRIVILEGED permission
1ace898cf9 : HAL: Use packets to simplify tests
f0e4b94a27 : Controller: Add a sleep for the HostTest
5c56a13663 : Return an empty list when the requested node is not in the tree
721e6f2544 : L2CAP: Add link->Authenticate() back to classic trigger
f4529f00b1 : Require user pass in a non-null BluetoothDevice to all BluetoothA2dp APIs, rename APIs as per API guidelines
4ac4633019 : Cert: Sample code to skip a test
64c28f289b : Cert: Run all test suites
20c9bdb596 : DeviceCert: Set device time on test run
5ea795660e : RFCOMM: Refuse connection if max RFCOMM ports are used
a4275b4b0f : Cert: Avoid negative wait times
20dfa767c1 : HCI: Use ExtendedAdvertising in tests
488c6a1209 : DirectHciTest: Increase the classic timeout
af030e0324 : RootCanal: Add LeExtendedAdvertising, Connection
21704c6bea : Cert: Set log_path for each test suite
79ad714fdc : gd: Set the required receivable hci events
be94e9ce73 : AVRCP_CT: Support Available Player Changed in bt stack
bad647d578 : Add Support FCS for L2CAP
0e3a0efb63 : Statically link to libnativehelper
6398f0bc37 : Setup cert device in test script
3da3b7a21a : BluetoothAdapter#connectAllEnabledProfiles and BluetoothAdapter#disconnectAllEnabledProfiles updated to require BLUETOOTH_PRIVILEGED permission and update documentation to indicate connection and disconnection is asynchronous
3feec09bea : Disable Telephony service handle caching for tests
81be42c74c : root-canal only exists on the host
1c7af36d8c : Fix GenerateRandom() for tests
840a0f83e4 : We now enforce the BLUETOOTH_PRIVILEGED permission on AdapterService#connectAllEnabledProfiles and AdapterService#disconnectAllEnabledProfiles as they are implementations of SystemApis
b39172dd2b : RootCanal: Implement LeSetExtendedScanParameters
c097c925f6 : Reset fixed channel after callback called
94ce24b1ed : Binder cache for Bluetooth getState().
71b54554e6 : Binder cache for Bluetooth getState().
5a878a15d3 : DeviceCert: Temporarily remove failing test suites
b5b6e636c9 : AvrcpController Test update
2e2758221e : Change data type of duration param from int representing seconds to long representing milliseconds in BluetoothAdapter#setScanMode
d4e4e49bdc : Security: Add classic bonding test
0c82c5d904 : Neighbor: Test remote name
6b7be1df6e : RootCanal: Use a copied vector for SetName
2cef61ec0b : Add cert/android_devices_config.json to dist
ffa80637f0 : DeviceCert: Fix AclManagerTest
7638adea1e : Device cert: set up device in test script
73c6be6670 : LegacyStorage: Fix logic to be more robust
4f965a9692 : L2CAP: Add call to version info
f2ce862238 : ACL: Add functions for remote version information
0eae799f83 : HCI: Modify SimplePairingDebugMode base class
a490350d42 : HCI: Add features notification to security i/f
6aa373b5c8 : RootCanal: Send SimplePairingComplete on success
1af4d4a51e : Fix L2CAP exceed max transmit for both I-frame and S-frame under ERTM
0321489909 : Propagate connection failures to client
7c24833915 : DirectHciTest: Always listen to CONNECTION_PACKET_TYPE_CHANGED
7ed5864737 : Add IsRpa and IsRpaThatMatchesIrk into AddressWithType
897f7d557c : Add gd shim l2cap unit test
e9e662dba1 : SecurityManager::CreateBondLe
a5ff091729 : Use FrameworkStatsLog instead of StatsLog
2c1d8847f0 : Gracefully handle startup timer expiry
4d19d8aa07 : NIAP: Use "common_criteria_mode" replace "niap_mode"
e4b89c3115 : Import translations. DO NOT MERGE
2303558874 : Statically link to libnativehelper
e1247cd267 : Import translations. DO NOT MERGE
e7a119a6b5 : gd: Fix reactor race condition
3b50b95d7d : Move EventAsserts close to with statements
8477abd560 : Enforce BLUETOOTH_PRIVILEGED permission in AdapterService#setScanMode
68c15b8707 : Make sure only valid packet fields are accessed in VendorPacketHandler
4ac534bee8 : Revert value of BluetoothDevice.ACTION_ALIAS_CHANGED back to android.bluetooth.device.action.ALIAS_CHANGED from android.bluetooth.action.ALIAS_CHANGED
af37bf1378 : AVRCP Controller Media Controller not ready
f15761adc0 : Add removeActiveDevice and enforce BLUETOOTH_PRIVILEGED in setActiveDevice and removeActiveDevice SystemApis
e44dd17683 : Add removeActiveDevice to IBluetooth.aidl
5358c21016 : Add new API BluetoothAdapter#removeActiveDevice to replace calls to BluetoothAdapter#setActiveDevice with a null device
3e8f32596e : Enforce BLUETOOTH_PRIVILEGED permission in HidDeviceService#setConnectionPolicy
d1a109e708 : Add BLUETOOTH_PRIVILEGED permission to SystemApi BluetoothHidDevice#setConnectionPolicy
691ee66567 : Enforce BLUETOOTH_PRIVILEGED permission in AdapterService#setRemoteAlias
b867092b34 : Add privileged permission to SystemApi BluetoothDevice#setAlias
ea4b7371a4 : Add missing .so to dist
f660b6ae32 : Clean up LISTEN_SIGNAL_STRENGTHS if using LISTEN_ALWAYS_REPORTED_SIGNAL_STRENGTH after integrating LISTEN_ALWAYS_REPORTED_SIGNAL_STRENGTH callback in TelephonyRegistry
e423dbbf2b : LE Legacy Pairing fixes
6452c92a47 : Add new function getMostRecentlyConnectedDevices to IBluetooth.aidl
8b5b3b2ed9 : Add api BluetoothAdapter.getMostRecentlyConnectedDevices() to be able to get connected devices ordered by how recently they were connected
429809cdd6 : Metadata database now creates a new entry on acl connection events, updates last_active_time on a2dp, hfp, or hearing aid active device changes, and exposes new function to get most recently connected devices ordered by last_active_time
302e38904e : LE Pairing Handler improvements and fixes
d774e72c29 : Remove the usage of BearerData in Bluetooth
cf78b637e4 : Show warning on invalid data frame in Basic mode
cc2233e7f4 : L2CAP socket: Stop L2CAP server by ID instead of PSM
6b4b824be3 : L2CAP Socket: Keep track of last allocated socket ID
2960d1dd09 : L2CAP socket: Stop L2CAP server by ID instead of PSM
dcff79f689 : Cert: Set default log_path_base
846d3b43e5 : Change Bluetooth stack code not to use the hidden API for Mainline
a1a129a0fb : Add ATT stub to prevent stack from crashing
c580399e18 : Reduce logspam in AclManager
788f27b64a : Fix volume change nullpointer exception in AvrcpTargetService when configured as A2DP sink
9a703ceb62 : L2CAP Socket: Keep track of last allocated socket ID
23f3cf1225 : Move compiled grpc py to dist
f0f1a1e953 : LE-COC: Free LE-COC server resource when BluetoothServerSocket is closed
7bdb9a889e : Remove unused HCI cert
533e87d2f9 : gd: Register close callback prior to channel acquire
e757eeb24e : Improve cert set up
0923731730 : gd: Remove using directive from shim header file
c3f0bc228d : gd: Refactor how psms are un/registered in shim
bde22ad280 : Import translations. DO NOT MERGE
1f30ff8a1f : Cert: Append to Python path in command only
c0bbc1b750 : Add bluetooth_packets_python3 and proto to zip
2a9950384b : Bluetooth LE COC: Delete unused testing API
d3dec7b262 : gd shim l2cap_test
d0997f9f83 : Add device artifacts to bluetooth_cert_test.zip
c3f964b8af : Add required binaries to zip file
f4ff5d8d5e : Migrate to BluetoothStatsLog from StatsLog
c9a02d8b29 : Make sure only valid packet fields are accessed in VendorPacketHandler
f86877840f : Use bluetooth_stack_with_facade as dist target
745310e2c9 : Use @ConnectionPolicy annotation more consistently in classes with methods setConnectionPolicy and getConnectionPolicy
ff0cc81b8e : Implement bluetooth auto connect logic without the need for PRIORITY_AUTO_CONNECT and update tests
2ffe5e11fd : Add enforcement of BLUETOOTH permission to PanService.isTetheringOn()
2638d409a1 : SecurityModule: Add callbacks to your callbacks
69ab794b2e : Add @RequiresPermission annotation to SystemApis in BluetoothPan, open up close method as a SystemApi, and BluetoothPan class now implements AutoCloseable and CloseGuard
cff9e10a11 : L2cap/Hci: Add call for feature exchange
d4ef992db1 : AVRCP Controller manage active device
40e22a394a : Zip cert resources and scripts
07f4803cb3 : Make certain BluetoothProfile constants being used by CarBluetoothTest into @SystemApi
12451994f8 : HCI: Add LocalName test
b15fb913c6 : gd: Fix for l2cap connection on failure
eb2e0fdce5 : Initial entry for headless
9b3ed2a1ec : Split ports for device and root-canal tests
694027e9f5 : ACL packet recombination
9a68067a42 : Context-aware Bluetooth airplane mode
b74d8d5cdd : Fix legacy shim namespace
4b8657feee : AVRCP_CT: Support Available Player Changed in AVRCP_CT service
285c20a7bc : Refactor dumpsys apis for legacy and gd
7a0602e3d4 : Add error log to BluetoothAdapter.factoryReset() and make BluetoothAdapter.getUuids() marked with @Nullable
74109e0142 : Shim stack facade test and fix for test
dfa0c4b196 : Fix issue around Encryption during Pairing
45bd6e5893 : BluetoothAdapter.disconnectAllEnabledProfiles() now disconnects pbap server and map profiles
711a37305f : Cert: Check that child returns 0 or -signal
ca4b645fb1 : Cert: Swap Cert and DUT for device tests
1e148c3fa5 : Hid: Fix connection issue with legacy mouse
cc9d8c5205 : Replace Telephony's hidden API Intents with @SystemApi Intents
46e0d1fe92 : Remove dependency on telephony-common from Bluetooth
71a497ede2 : LE-COC: Free LE-COC server resource when BluetoothServerSocket is closed
9b8bf69c98 : Rootcanal: Always send FIRST_NON_AUTOMATICALLY_FLUSHABLE
6ccd47b1bd : Add queuing for incoming acl packets
85168790f2 : Delay removal of owned memory until close callback completes
e4121031aa : Add names for all shim modules
b9430c7f10 : A2DP: Add more messages when doing bluetooth_manager dump
a85974b337 : A2DP: Based on the AAC parameters to calculate its encoder interval
fdc21422d2 : AclManager::create_le_connection fixes
1979170c15 : Convert on-device tests to facade_only
b1389c5cad : SecurityManager: Call Init in the constructor
118f75c03c : L2CAP: Call Authenticate for the Classic Pairing service
7b65a503b8 : Remove async grpc helper
ece7c9e8ae : Fix flaky gd unit tests
1bfe463262 : gd: Repair and clean up rfcomm client/server tests
ed91660641 : Initial entry for gd shim dumpsys support
77eb0892fc : Revert "Add timer to detect HwBinder thread stuck"
a3ccc94706 : Revert "Print HwBinder thread performance to dumpsys"
363130eb6d : Use the new SystemAPI createFromNativeSmsSubmitPdu
be8bce38bb : Use BASIC rather than LE_CREDIT_BASED channel for LE Fixed channels
c8b5f64c51 : Use proper CID when registering for LE Signalling Channel
f27f345b0d : HCI: Add an LeAclManagerFacade and tests
a51b965d6a : Replace Telephony internal API's usage with a public API
5d71da5f68 : A2DP: Check AAC bitrate mode by its CodecSpecific1
c1705d715c : Only use gd storage if gd stack has been started up
99f846e361 : Fix Neighbor Test
c682024a6b : Add default content style to BluetoothMediaBrowserService
eb1dd5496f : L2CAP: Handle pending command response and fix response
97d93634f7 : L2CAP security policy definition
c9abb34740 : gd: Initial entry for main legacy storage shim
50294fdef5 : gd: Initial entry for legacy storage shim
83f5a95533 : gd: Initial entry for legacy config storage
23417cd494 : Remove intent filter without any action
fe213edbcb : Add LeExtendedCreateConnection definition
88085283ab : Cert: Enable page scans in tests
bdfc3a0fe2 : AclManagerFacade
1dd5432118 : HCI Controller tests
87899718b4 : Direct HCI classic connection test
3625be4eb7 : Use new UnsupportedAppUsage annotation.
fbbd77271e : Set apex_available for Bluetooth
e0b7831ccc : Replace Telephony internal API's usage with a public API
1429e81689 : Make the BluetoothMap class @SystemApi
9a0c9b1bb4 : Add setConnectionPolicy to HidDeviceService and PanService
cd0353fb28 : Add setConnectionPolicy to HidDevice and Pan aidl
bf9ddc5eaf : Add setConnectionPolicy to HidDevice and Pan. Clean up documentation for the method in Pbap.
f979d61800 : Redirect osi/config interface based upon gd status
d8fe38cc98 : Use new UnsupportedAppUsage annotation.
74a7752b50 : A2DP: Reset the HAL pending command flag while clean up
8653b17579 : Pass address type into shim::BTM_SecBond for LE devices
0d70de303e : Reset channel configuration state after closure
07ce947348 : Replace Looper with Executor as the parameter of HeadsetPhoneListener
0403de510f : adding FlakyTest annotation to flaky tests
d29c642573 : Remove unused BTM_SEC and BTU_HH defines
3bc93f7eb5 : Properly delete pending connections
cebe365568 : Fix L2CAP cert and remove legacy HCI cert
5cd5a06efa : Support PBAP for get/close profile proxy
762639d2b1 : MAP: Get MAS version by system property
4dcadb7056 : Remove 1:1 mandate for psm:channel
d76cb04ec6 : HFP: Check sim state when subscriptions changed
1fc4e5c82f : Make the BluetoothHidHost class @SystemApi
8a4ff9811b : Store volume for devices not support absolute volume
878cadcf0c : Replace source files with static library
5e4df96d3c : Allow subsequent requests for media keys to replay the silent audio sample
7551ad4e19 : Only include common.proto when used
11a72fdb06 : Merge BTM_SecBond and BTM_SecBondByTransport
8e5662ba0d : Add an Executor as a parameter of addOnSubscriptionsChangedListener
8e68e8c0bf : Updates for bison 3.5
91c1ee9c28 : HCI: Add LE Scanning Manager test
543639e8fe : Add explicit legacy module path
18285cecc9 : Add runtime sanity checks
54f4dfcd1b : Add setConnectionPolicy to BluetoothPbapService
0f750b11af : Add setConnectionPolicy to BluetoothPbap
77564f965f : Add setConnectionPolicy to IBluetoothPbap.aidl
5d8e389422 : Synchronize l2cap channel for client apps
db23ce9161 : Implement Classic scanning facade
3189c62eb7 : HCI: Start facade directory for testing
887601b456 : Import translations. DO NOT MERGE
c7d560f066 : Add shim for Security CreateBond method
155ecd00e3 : CERT: Wait for second event in assert_event_occurs
cb7657889c : L2CAP facade depends on HciLayer
e65668a710 : RootCanal: Implement Read Inquiry and Page params
edd9f0bb46 : Cert: Add tests for event_asserts
a33b07b9cf : A2DP: Clear local pending flags while AV is stable
9003de924a : Import translations. DO NOT MERGE
8ad40baadf : Use LoadHookContext instead of the deprecated BaseContext
734c9f2f9a : BTM: Remove dead code
b553e858b2 : BluetoothAudioHAL: Supports the A2dpSuspended parameter
7dcfbf6e21 : A2DP: Send codec offloading preferences to stack for hybrid mode.
35a0956f93 : A2DP: Reply AVDT_StartReq failure to upper-layer
ed6653a487 : Add GsmAlphabet to Bluetooth Util
aa28564cc6 : A2DP: Disconnect AVDTP only when there is a link
f0e59bfe99 : A2DP: Clear the collision mask while disconnecting
3498ea9f52 : MAP: catch IllegalStateException for handleMsgListChanges
ffc38cc97a : setConnectionPolicy now calls connect or disconnect based on the passed in connectionPolicy, clean up connection logic in AdapterService to no longer call both connect and setConnection policy as well as remove references to PRIORITY_AUTO_CONNECT.
bb42a8c93a : Cert: Remove exceptions from event_asserts
c69b604506 : Re-add call to isActive as it was made a SystemApi
c6d116954f : Compare Session tokens for MediaControllers
213f055915 : PDL Pybind: Allow packets to contain packets
be6d259c5b : RFCOMM: Remove dead code
98c57a329d : Add local function to replace SmsHeader.fromByteArray
a735e632bd : L2CAP: Check length for packet before connection complete
06c5ab2b77 : VSC batch scan: Check packet length
82642fee75 : Clear static btm checks during shutdown
33485d026f : Remove dead code in SDP
e16c454aa1 : L2CAP respond configuration reqeust with options
f6114a4959 : Use public API to get SMS encode data
dd723d6097 : Updateability: Resolve hidden api usages to android/net/NetworkUtils
9374d41947 : L2CAP: Bounds check num_handles in NumCompletedPackets
9e8c665e95 : HCI: Check length of connection complete event
0beffd81bf : Fix potential OOB when parsing inquiry results
80648ed43f : Fix Error Prone errors
6095c9b0c1 : Handle BQR root inflammation event
b17e557a0e : DO NOT MERGE: NIAP: Use AES-GCM 256 bits to encrypt key.
9abc4c4c1b : L2CAP: Integrate ERTM to shim
f2980a21e8 : Connect shim timers
31a33e4d24 : Add timer capability for shim stack
4115e86004 : Update playback state only for navigation sound
cb33332a42 : Use new UnsupportedAppUsage annotation.
d52be4494c : HFP: synchronize sendDeviceStateChanged()
e3240934f7 : DO NOT MERGE: NIAP: Use keystore to encrypt KEY
53feb9b815 : SDP: add return after SDP disconnection
0d1854fa97 : GAP: Correct the continuous pkt length in l2cap
05cfc81585 : Fix potential OOB write in btm_read_remote_ext_features_complete
42dadcf962 : Enforce BLUETOOTH_PRIVILEGED in setPhonebookAccessPermission
96b33aaec5 : Monitor AudioManger Playback state to update the AVRCP playback state
28f6437271 : Rearrange shim layer libs for testing
6dec5b4530 : SecurityModule: Setup devices
286dfb0ce6 : SecurityModule: Add security module to gd_device
bd6cb75e9d : L2CAP: Remove unused L2CA_LocalLoopbackReq
0ed66c4653 : L2CAP: Remove unused l2cap_client
0e46529014 : PDL: Add Python support for Address, ClassOfDevice
50e35cd0bd : A2dp: Check the value of mConnectionState in isConnected
5b54bafafb : MediaSessionManager: Split abstract class Callback into interfaces
57ff612c9a : A2dp: Check the value of mConnectionState in isConnected
3a4ae412b9 : A2DP: Based on the HAL session type to control the encoder
7d66c5fd54 : A2DP: Apply codec offloading preference for hybrid mode
caa62c8b7e : A2DP: HALs switching between software and offloading sessions
16bd6eb3ff : A2DP: HAL codec offloading capabilities check preparation
fbafbd9660 : Print HwBinder thread performance to dumpsys
80abdeb0db : Rework inquiry data flow
27457d279e : Cleanup unused methods deleted from IBluetoothHearingAid.aidl
8d3f5a1c1d : Remove unused BluetoothHearingAid methods from aidl
9681e24d77 : Remove unused BluetoothHearingAid APIs and usages
26c01bb15c : Uncomment HID cache logic
f2d5eb8356 : Remove getLine1AlphaTag() in Bluetooth code
ec0372c3d3 : A2DP: Don't start or suspend the encoder for a non-active sink
4aabe10a0f : Decouple inquiry result parsing
0c91c03bed : SecurityModule: Initial cert test
98f2d8083c : DO NOT MERGE Decouple inquiry result parsing
780269e4f6 : DO NOT MERGE: Make NIAP a Global Setting toggle.
e0ca935cf8 : Add timer to detect HwBinder thread stuck
011f6a7350 : Separate out legacy shim sources
3545eb9cc0 : Pipe featureId from app to noteOp in BT code
a188ac2ea6 : Pipe featureId from app to noteOp in BT code
58ae889337 : L2CAP ERTM: Fix infinite loop in retransmit_i_frame
64c9d2eae3 : Resolve BluetoothA2dpSink APIs used by Settings
492c97c1c8 : Remove a few hard coded references to SystemUI in fw/base/services
658617b40f : Pipe featureId from app to noteOp in BT code
bc3ba16078 : Pipe featureId from app to noteOp in BT code
6b5b33f0b9 : Pipe featureId from app to noteOp in BT code
a268e4045a : Create structs for default and with rssi inquiry results
b441fff56e : A2DP: When changing codec, resume the audio session after AVDTP_Reconfig done
a6995b8ec3 : Send call state to native when silence mode is on
01d7515dde : Enforce BLUETOOTH_PRIVILEGED in setPhonebookAccessPermission
2d39afe6e5 : L2CAP: Delete unused API
01b30f00e1 : SecurityModule: Add hooks to ISecurityManagerListener for Dialog notification
523717c15f : Import translations. DO NOT MERGE
58388576ac : HF_Client: Send BTA_HF_CLIENT_RFC_CLOSE_EVT when client_cb == NULL
795b6b1bcd : HF_Client: Free the RFC if the handle doesn't match
56a709bcdc : Restructure inquiry shim API
88fbb34cd2 : L2capModule: Add more mocks
017dad7043 : Enforce BLUETOOTH_PRIVILEGED in setPhonebookAccessPermission
a6dcdf0de7 : SecurityModule: cleanup pairing handler
fd02118290 : Updateability: Resolve dependency to android/internal/util/StateMachine
5bff3ad7ba : Clean up BTM api
b1bb78022d : Enforce BLUETOOTH_PRIVILEGED in setPhonebookAccessPermission
0f719b4ba8 : Send call state to native when silence mode is on
6a76766b85 : Handle BQR root inflammation event
db32dc8a48 : Race condition with channel closure
fbea9d6338 : Remove unnecessary function logging
34dce00f39 : Earlier check for inquiry scan stopping
4445305c8a : MediaSessionManager: Split abstract class Callback into interfaces
d78d8d1e26 : HFP Client call status update
9d4bd17a84 : Cert Test: Stop using cert API protos and user layer N-1 to test layer N
f52d300569 : Add support for le privacy
92edb678ee : PDL: Check total field length before parsing
aa736173b2 : PDL: Split Fuzz test definition and registration
42e582779c : Cert: Do not export PYTHONPATH in run scripts
0ee233cb91 : Fix path to MetadataDatabase schemas in Android.bp
8198497fcf : Python: format all Python files in system/bt using YAPF
cb11407c93 : Add Python style checker to system/bt
fccb8d4258 : Resolve BluetoothDevice hidden API usages by Settings
cb2267c94e : Disable exportSchema in MetadataDatabase to resolve build failures
31d1b41843 : Add LE related fields into SecurityRecord
acb7dbc960 : Add message loop post for shim layer
b007cc59f6 : Add CONNECTIVITY_INTERNAL permission
8bc1010006 : MAP: move moveMessageToFolder to BT Utils
e401841648 : Use TelephonyManager API to check if device is SMS capable.
f5fb891e1c : Validate profile is enabled if setting device as active for it
0083002b34 : Cert: do not export PYTHONPATH
7feb0b43d5 : Refactor BluetoothPbap APIs used by Settings
94465e47bc : Ensure if you flash a clean build with the db update that it will not try to update you from the old schema
1b1e80fe28 : Legacy side gd shim for le adv/scan
c1c63fac5e : DO NOT MERGE Legacy side gd shim for le adv/scan
997c91dbcc : Register security manager for L2CAP connection events
d64e7f88d4 : Plumb advertiser data through shim controller
ab2d1fad59 : Plumb advertiser data through shim controller
9c13c008a1 : HCI: Add LeAdvertisingManager Extended tests
328c5446fa : translate="false" -> translatable="false"
157db703a4 : Change advertising set data size
3727c15c47 : Remove unused mca_cact.cc
3adc1d350e : Gd advertiser and scanner shim to legacy
6da400458c : L2CAP: Remove unnecessary #define
814de0f55c : Cert Test: Simplify server-client stream handling
d7205b6a1f : Resolve BluetoothHearingAid API usages by Settings
1d28a74f6d : SecurityModule: Add PairingResultOrFailure to callback signature.
35bfc7aa98 : MAP: move addMessageToUri to BluetoothMapContentObserver
8404ef9c89 : L2CAP: Delete more unused API
5db1c43f3c : Add sbcdecoder fuzzer on behalf of ext. researcher
d8a418324d : Gd advertiser and scanner shim
79445f5d80 : Updateability: Find alternatives for APIs in android/content
6a681cdfb3 : MAP: use getSystemService to get TelephonyManager
862e4269b7 : Fix includes in initial_informations.h
d67aa9d013 : Simplify security level parameter for SDP
5ea40fb4c8 : Reduce Gd module api for discoverability
30cf831445 : Re-format of btm api
5fd9da225f : Add GAP types
0ad1b636cc : L2CAP: Remove never used API Ping and Echo
89b3ed70a9 : Delete HL files
249e6dffc1 : L2CAP: Add LE Module mock
4f8a2b36d1 : Resolve BluetoothA2dp hidden APIs to resolve dependencies
dc91c4a6c1 : Add tests for MetadataDatabase migration from version 102 to 103
716f864352 : HFP: Move hidden API in PhoneNumberUtils to BT Utils
78b7e1d69d : Use intdef annotations from BluetoothA2dp.java
081a101810 : MAP: Use public API to fragment text
8c208f5de2 : Rootcanal catch SIGPIPE
7f1c87e322 : Add build config for a bluetooth apex
f736a2cceb : Migrate from libaudioclient to libaaudio
a84c096855 : Reduced the audio effort while changing the A2DP active device
51ddf50c0e : Add NETWORK_FACTORY permission
446f340c98 : L2CAP: Add test script for pts test
6e2ea0eb9c : LE ACL: Expose Connection Update API to L2CAP
53c487aef3 : Update MetadataDatabase to match renaming priority to connectionPolicy
df64ad9ec6 : Parameterize enable, remove duplicate code
ce6d028807 : Remove isEnabled
fdb9111e80 : Merge createBond and createBondOutOfBand
18d02e3133 : Move dump permission check to the binder
d4f0e93ea2 : Simplify LE up & BREDR down
6fa706a63d : Simplify get/set custom metadata
2ade3f3f1b : Simplify metadata listener registration & unregistration
78b26bd6b1 : Simplify isActivityAndEnergyReportingSupported
57c543a0ea : Remove unnecessary parens
c467e7f5c6 : Simplify check for support for multiple advertisement
6a79ada257 : Simplify callback register and unregister
32fd48ac8f : Simplify factoryReset
728fe22d19 : Simplify getBatteryLevel
11376273e1 : Simplify sdpSearch
aea56a7cfc : Simplify getSocketManager
42d5b76f70 : Remove unnecessary boolean return from set pbap/map/sap
697a251309 : Simplify get sim access permission
d398e26b6f : Collapse common logic between pbap/map/sap permissions
bb85019153 : Simplify getMessageAccessPermission
76e48bbd48 : Reorder silence mode APIs
37bd1ac197 : Simplify get/set silence mode
5f1bf69f4d : Simplify getPhonebookAccessPermission
c783a38f50 : Simplify setPairingResponse
f1bd6ae08c : Simplify setPasskey
e444143056 : Simplify setPin
5d5df4c25b : Don't verify internal details, just verify expected results
25dac82f2a : Simplify remote device bonding or bonded checks
31c7e9c964 : Simplify bond reply logging
628bab0ef5 : Simplify fetchRemoteUuids
c3b93017e8 : Simplify remote device class/alias/type
cc5b51e00c : Simplify connection state & supported profiles
0c26c9bfd0 : Move remaining permission checks to the binder stub
eef7ee05b3 : Quick cleanup
7022c09ce7 : L2CAP: Fix configuration_request timeout
048e0ec13e : L2CAP Fix cert test_sent_rej_lost
e0a7088a33 : L2CAP SignallingManager: Store command_just_sent
d91d1b19b3 : L2CAP Classic: Unreserve channel on connection response fail
8c16302d89 : L2CAP LE COC: Handle credit correctly
81614198fb : Add missing namespace for security UI
557423268a : L2CAP: add test case L2CAP/ERM/BI-01-C
d9798613fd : Refactor BluetoothHeadset APIs used by Settings
1ba153e11c : rssi is signed not unsigned
143c0b9bba : LE signalling manager scaffolding
69b021326f : LE DynamicChannel and DynamicChannelService
316327dd46 : L2CAP Classic SignallingManager Fix
e59f18863a : L2CAP ERTM: Send ACK RR if we don't have I-Frame to send
58cdcee0af : Move over to new BluetoothUuid constants
bc9f48f906 : Make BluetoothUuid constants and some functions System Apis
1706959e00 : Import translations. DO NOT MERGE
8918eda20a : Import translations. DO NOT MERGE
e53d8a2e71 : SecurityModule: Implement API, Add BluetoothAddressWithType
cf61d9aa20 : Properly remove callbacks when scanning stopped
a28f3d2d5d : SecurityModule: Facade infrastructure
fdd521ef92 : Remove hidden API dependency of XmlUtils
d92dd52c47 : Refactoring usages of priority methods and constants to use connection policy instead.
0619e1215f : Simplify checking for locally initiated bonds
9738290fe8 : Neighbor: Cache Inquiry information in the shim
8b5c13ab99 : Do not call SystemConfig.getInstance() from Bluetooth (2/3)
028e5cae04 : Do not call SystemConfig.getInstance() from Bluetooth (1/2)
e0a4cee88d : Prevent clang-format from formatting Java imports
173808f4a1 : Make NIAP a Global Setting toggle.
37ec02e3e1 : Send legal scan window/interval values
4a9070a30a : Add SystemApi to setActiveDevice in BluetoothAdapter
b0afc110e6 : Remove hidden api dependency of FeatureFlagUtils
783f8247cc : Consolidate setActiveDevice in AdapterService
e8bac9b871 : Rename priority to connection policy in bluetooth apis
18123544a9 : Remove hidden api dependency of FeatureFlagUtils
ec63041d4e : Use std::future to synchronize AclManagerTest
0bdfd495d3 : Rootcanal: Store address types in AclConnection
b439c0516c : Rootcanal: Use PDL to parse incoming commands
6ab53ebaf9 : HCI: Implement 36 Le commands and events
07cb5e5d8d : Move Bluetooth specfic APIs called in Settings to BT DatabaseManager
6c5ebfe34d : L2CAP: Fix dynamic channel refcount and ERTM timeout
a1fb9564c3 : L2CAP: Separate Classic and LE dynamic channel API
f01495a5f9 : L2CAP ERTM: Close channel on error
18d8f30090 : Do not call SystemConfig.getInstance() from Bluetooth (3/3)
4166808001 : GD HCI: define PDL for BQR command/event
b7ab2988fa : A2DP: Don't override the SDP handle if there is processing
f095106be8 : A2DP: More clear log messages for both BTA and AVDT SCB handle
4884150cb8 : Replace priority with connectionPolicy in aidl
f57565ed1f : Move Bluetooth specfic APIs called in Settings to BT DatabaseManager
c171d9a5c0 : Update-ability: Resolve hidden API usage from HFP to HandlerThread
55a636bcef : HCI: LeAdvertisingManager facade
e32fedc8c5 : HCI: Change CreateAdvertiser overload to ExtendedCreateAdvertiser
caecce5388 : Logging: Add timestamp to logging header in x86
111c8c97ee : Packet: Generate Python binding for struct public fields and size()
9f8cd9e6a8 : HCI: Test padded lengths for LE Advertising
89dbf56727 : MAP : Add support for MAP 1.4
e5e37e6a76 : GD: Only build the Python library for the host
5b44d09977 : Updateability: Resolve dependency to hidden api in AppOpsManager, use a public Api instead
011c91e57b : SecurityManager: Don't access packet after move()
ccb18deddc : SecurityManager: Don't use iterator after erase()
2212fd3c43 : cert: Use the Mobly TestRunConfig
7d28b14fba : HID [ASan]: Fix for heap buffer overflow issue.
49d740d020 : Remove uuid when device leaves bonded state
14661d04f1 : Merge the variants of createBond
fd32c4bfb9 : Collapse the implementations of BluetoothDevice.createBond
e76a4104da : Call parameterized version of IBluetooth.enable
61118de7fa : Parameterize enable instead of having two variants
b997c1f1fa : Implement isEnabled in terms of getState
cb66d84a5a : Remove isEnabled
d0387d1870 : Hearing Aid: Remove std::promise from suspend / resume calls, and stop audio ticks by no devices
89ec982f88 : Simplify removing a bond
4c7465643e : Simplify canceling the bond process
d5d96a71d7 : Simplify adapter and profile connection state
64badd8909 : Simplify more discovery functions
16013898f8 : Simplify handling discoverable timeout
a418e228d7 : Simplify scan mode handling
153e5c76e7 : Move more permission checks into the binder stub
7aedad5cff : Simplify IO capability handling
5d0ae36e1e : Simplify checking for system or active or managed users
45bac5724d : Simplify system or active user checks
a48523a0fa : Simplify getting/setting class of device
bd94f0d17f : Simplify getName & setName
e8f5cb7342 : Move some more permission checks to the binder stub
a4e92ee55c : Simplify implementation of getUuids
89637428b3 : Simplify implementation of getAddress
46ac52654e : Simplify implementation of isEnabled
4e6b4435ca : Remove ProfileObserver
5a1439af26 : Simplify internal handling of BT enable
f8b130c138 : Use the public constructure of FastXmlSerializer
f8fc6f30cf : Fix potential OOB write in btm_read_remote_ext_features_complete
f59e9a9660 : Migrate some permission checks into the binder
e021e6be46 : AclManager: Check for LE_CREATE_CONNECTION
cbd2403ae4 : Simplify checking for the dump permission
7a5870bde2 : Simplify local mac address permission checking
f1369687ad : Simplify enforcing bluetooth privileged permission
42759d5ffd : Simplify checking for BT ADMIN permission
cb1504a6ae : Simplify BT permission enforcement
7ab8191de4 : RootCanal: use classes in bluetooth hci namespace
4de6387e0b : Fix potential OOB write in btm_read_remote_ext_features_complete
bf6792cc41 : Fix potential OOB write in btm_read_remote_ext_features_complete
1b9c427203 : Fix potential OOB write in btm_read_remote_ext_features_complete
e431f6dcd7 : Fix potential OOB write in btm_read_remote_ext_features_complete
a5d6217de3 : Fix potential OOB write in btm_read_remote_ext_features_complete
96067532ad : Limit the retry attemps on restarting Bluetooth
e6d04c8b95 : Remove IBluetooth.sendConnectionStateChanged
c76738fbf7 : Remove IBluetooth.sendConnectionStateChanged
d76a2d2b96 : SDP: add return after SDP disconnection
de60756a1c : Update-ability: Safely remove clearFlag per Lorenzo and Jean's advice
78e7fe3c34 : L2CAP: Move DynamicChannel API to common
4b7081ded5 : Move DynamicChannel and Allocator to L2CAP internal common
e5dd0e92e0 : L2CAP: Store channel configuration state in a separate class
349e710836 : Rootcanal: Set default encryption key size
34616b995c : Revert "Fix potential OOB write in btm_read_remote_ext_features_complete"
87e0ea1e84 : Add in setActiveDevice in aidl to implement API in AdapterService
1f48f5d12d : SecurityManager: Classic Pairing Handler
f90cbca788 : Resolve usage of hidden API in Lists
949708fc2a : L2CAP: Use DataPipelineManager to organize components
4435a4e56a : RootCanal: Remove libbt-rootcanal-packets and include/hci/
e638050ed7 : RootCanal: Remove HciPacketBuilder and CommandPacketBuilder
cf404637ef : Import translations. DO NOT MERGE
881f9a8d7a : Import translations. DO NOT MERGE
a66b9c4f8b : HCI: Le extended advertising packets
7800928c73 : Comment out keystore usage for now
39642d5cbc : Fix cert
b00f40e4be : PDL: Insert the size of the data, not the container
3b5a7b0c25 : Comment out keystore usage for now
c24538d795 : Packet: Add tests for RawBuilder, fix max
687b6e249c : L2CAP: LE Credit Based Channel Data Controller
1d928a1f36 : Comment out keystore usage for now
fee84ebd9d : Resolve usage of hidden logging APIs
047df0fb1a : L2CAP Cert: Add support for sending I-Frame and S-Frame
4347e0dc3a : Revert "Fix potential OOB write in btm_read_remote_ext_features_complete"
cfec417ad0 : Revert "Fix potential OOB write in btm_read_remote_ext_features_complete"
1158c18572 : Revert "Fix potential OOB write in btm_read_remote_ext_features_complete"
c17e43d378 : L2CAP ERTM: Drop invalid packet on reassembly
46cb1a02d9 : Revert "Fix potential OOB write in btm_read_remote_ext_features_complete"
afe7cebbd3 : L2CAP ERTM FCS support
2f60ae6992 : ISecurityManagerListener: use AddressWithType
29d7a4ddbf : HCI: Add LeSetExtendedScanParameter tests
2d56c026eb : L2CAP: Rename classic facade and minor refactor
1de30943e4 : L2CAP: Add mocks for fixed channel manager and classic module
de2ba72b19 : A2DP: Do AV suspend / stop at the stack main thread
9bb4b4597b : GD HCI: handle link key notification event
13006bdb9a : L2CAP Allow updating ERTM config and FCS
9d6633fa26 : Update-ability: Remove IDeviceIdleController
eeccce5a2e : Resolve API dependencies on BluetoothPan
dd75d890e2 : Add IntDef annotations from BluetoothPan.java to PanService.java
32216a5607 : [CDM] Bypass location setting when scanning for devices
c67a605305 : Register for HCI missing events
39ffc7cd4b : Add Cid for classic pairing trigger.
77c621a488 : RootCanal: Remove AclPacketBuilder and ScoPacketBuilder
f3198a931c : Rootcanal: Use LinkLayer packets for commands
2b18f2071d : Cert: Use Python3.8 and bluetooth_packets_python3
237dec52b7 : Packet: Remove extension suffix for Linux x86_64 build
c8bca0920e : Packet: Shard pybind11 Python binding generation for faster compilation
9dfbff12bf : Python: Add setuptools support for bluetooth_packets_python3
d9f0b81e84 : L2CAP Basic and ERTM DataController initial unittest
b9bbad77ce : Removed the confusing note as per guidance from mylesgw@ in BUG:117309989.
c25026ab13 : Rootcanal: Get a MAC from a property
12f5131580 : L2CAP: Save remote supported features in link
9953b31f28 : BLE: GattService debug infomation implementation
ab3b59ca36 : BLE: Rename existing variables in AppScanStats
a9b1a8b6c3 : L2CAP Integrate channel mode in configuration
fb198a3d08 : PBAP server, send favorite contacts
4aed7851aa : Set Browsing bit to 0 in PbapSupportedFeatures
e3c349a1c4 : Delete call logs when calls are made without PBAP
3ac082ed37 : AVRCP Controller Disable Automatic Focus Request
549ff71b2e : A2DP Sink: Focus gain while transient loss
2d7b8cf2c6 : RootCanal: Gracefully handle HCI Event
fa681f3f56 : GD HCI: Define undefined command complete/status event
0314045974 : HCI 1.1
6f797e42f6 : BLE: GattService debug infomation implementation
9e41853360 : Add Python 3 Binding Generation via Pybind11
e4b95c53a1 : Rootcanal: Add LinkLayerPackets for commands
4ce73d71c1 : DO NOT MERGE Revert "Merge "Revert "Re-add getAliasName to fix build breakage"" am: 2ad71dd2fc"
42586a866f : Build libbluetooth_jni as a multi-lib
a4332c5fda : Clean up some files that appear to be unused
40a22715c8 : Remove now unused room libraries
4de3211f46 : Migrate bluetooth unit tests Android.mk file to bp
08dffa7051 : Rootcanal: Use a list of Phys in Device
0a99016665 : Sniffer: Print LinkLayer packet type strings
9b879c82e2 : Rootcanal: Add SetExtendedProperties
da144256f8 : Move jni/Android.bp into Android.bp
5aa4810a7e : Migrate Bluetooth.apk to Android.bp
55abd09de9 : L2CAP rename Segmenter to Sender
77ddc7e885 : Packet: Refactor packet generation executable
eea0500a93 : L2CAP ERTM initial commit
5f552a2793 : Update-ability: Refactor BT alert to remove internal AlertController dependency
9841f2ff20 : JNI: Check if service name is null in createSocketChannelNative
c88cf8ee6b : Minor: convert byte[] to String
626b6c62b1 : Packet: Refactor packet fields definition
c2f7bcf19d : Consolidate connect/disconnect to all profiles inside AdapterService
aed5218986 : AVRCP Controller manage focus while disconnected
c924e95831 : Revert "Re-add getAliasName to fix build breakage"
14b978e0a0 : SecurityManagerImpl: cleanup callback helper functions naming
411205f019 : SecurityManagerImpl remove special handling for first callback insertion/deletion
12dad70943 : Store pointer to handle outside of ISecurityManagerListener
935fbc3942 : L2CAP Data pipeline rework
3342d99a9b : ISecurityManagerListener: remove unnecessary operator==
e82ca0015c : Make ISecurityManagerListener into abstract class
803e36e026 : Move ISecurityManagerListener out of internal namespace
02979f3247 : RootCanal: remove EventPacketBuilder
a8d184634e : A2DP: don't write data to none started AVDT SCB
2cabb2dd2b : Integrate name module into legacy stack
f688134ee5 : Add gd shim support for name module
4d42daa9c2 : Re-add getAliasName to fix build breakage
f3e2b6ef36 : Add gd neighbor module
e5dcbde195 : Initial Entry for le scanning shim
dbcbc123a0 : Initial Entry for le advertising shim
634b8b303b : Create systemapis to connect/disconnect all bt profiles
1c7085a877 : Modify aidl to support new connect/disconnect interface
bb4853ba8d : Rootcanal: Use packets for LinkLayerSocket size
c3a296f724 : L2CAP: Delete callbacks from queue after use
8995b8aede : Add debugging info in ReactiveSemaphore
72cdad3745 : GAP: Correct the continuous pkt length in l2cap
090b3c4f8f : legacy shim updates
cbfa22225f : L2CAP: Simplify parameters for segmenter and reassembler
304726c342 : L2CAP: Make a common ChannelImpl interface
2245998995 : L2CAP Segmenter: Keep a reference to DynamicChannelImpl
afbd16cb0d : acl manager Move from reference to const reference
8696babc11 : Remove redundant RawAddress declaration
27b60bebac : Fix potential OOB write in btm_read_remote_ext_features_complete
6221d3129d : [system][bt] fix -Wdangling-gsl
3002c19c7c : Minor: clang-format for bta_dm_act.cc
8d49283854 : Skip SDP search with an empty service class id
e251aeea41 : AVRCP Controller State without Browsing
d00637913f : Refactor methods to access/modify BluetoothDevice alias and name
b42d6d7afe : L2CAP Reassembler: Keep a reference to DynamicChannelImpl
a4a235c0da : Rootcanal: Beacons should use ScanResponse
95a82ccad0 : L2CAP: Store channel configuration on request
bad907284d : Gd shim updates
c5e996f10c : GD HCI: Define undefined hci event
e521618ea3 : Add method to convert profile ID into human readable string
dcffd5f41b : Update playback state only for navigateion sound
3a7def0c56 : L2CAP: Decouple scheduler and segmenter
cda9f07b35 : L2CAP: Minor clean up for scheduler and mtu
4c57064cec : Add capability to callback on client or server for connection
4287fa8851 : AVRCP Controller refresh track data on Interim
aa3a2f8c4e : Remove connect method from IBluetoothMap
8e8badfb8e : L2CAP: Add Reassembler to separate outgoing and incoming queue
c95e11d8ab : Make service methods public to access outside of package, cleanup bt code
1543a7d54c : MockAclConnection: Use a real queue for testing
57b5de8c79 : BLE: Rename existing variables in AppScanStats
f2cdd5aca0 : Add protection to prevent null pointer dereference.
4d52f9970a : Add ToString() to Modules
e0918375e9 : Rootcanal: Add SetDeviceAddress
8e26cacde8 : Decline l2cap response flag
a081bada82 : L2CAP: Use new event stream model
79cd4eb638 : SDP: add return after SDP disconnection
3875734947 : Module: Don't expose kModuleStopTimeout to header
8413636362 : Add protection to prevent null pointer dereference.
b998e350b6 : RootCanal: Upgrade the LinkLayer in RootCanal to PDL
8ee946755f : Expand legacy shim l2cap tests
218f6f14d2 : SecurityManagerChannel: Unit tests
a637f4be1b : test_vendor_lib: Simplify Beacon ad timing
fe3a2790bc : Check before handle next command
553ee3d9ab : Save callbacks in thread protected space
a9fa4d5302 : L2CAP: Swap SCID and DCID in connection response
1b65f88ccd : Legacy shim l2cap updates
6ba96447c3 : HCI: Add AdvertisingManager tests
e17a683958 : HCI: Add two-bit filter policy, rename MultiAdvt
7fa3b71add : Handle AVRCP fragment due to unique event 0xFFF
eaabacfdc4 : Import translations. DO NOT MERGE
a28dd57f11 : gd shim layer changes
5b22bdfc12 : Remove libutils from libbluetooth_jni
802bfa8aa8 : Remove ability to change libbluetooth.so path
ce703c9004 : Import translations. DO NOT MERGE
b6783ebf65 : L2CAP: Reverse order in disconnection response
49abc91c7f : L2CAP: Reject unknown command
f16d7e8021 : Minor clean up detail for signalling
8b518cd247 : Add remote cid insertion to packet for transmission
581643879b : Add @UnsupportedAppUsage annotations for greylist.
e86c6aab50 : BLE: Don't start scan if the same Pi scan is running.
ae8e01b2d7 : Suppress logging qualcomm debug unknown handle message
f0b905fb93 : L2CAP: Notify DynamicChannel open after configuration is done
9f111f84ea : HCI: Add LeScanningManager
b5233896cf : HCI: Make Controller getters virtual and const
74a8db5338 : RootCanal: update last_le_advertisement_
7786a5aac0 : Hci: Add extended scanning packets to hci_packets
c1967dcefb : Standardize logging to ALOG[x] macros
66de1bd365 : Remove native binder implementation details in libbluetooth_jni
413feee7c9 : Move BluetoothSocketManager to java
3ee967bfb5 : add legacy shim l2cap tests
913b63b37a : Revert "RootCanal: Upgrade the LinkLayer in RootCanal to PDL"
ac2d33d3f9 : Cert: remove unregister_controllers
b8c5940d2e : Remove unused events in acl manager
137f8ff5f8 : Copy in the jni exception logging macros from android_runtime
602f4c1c00 : Remove need to call into android_runtime
d5a14cffbf : Remove unused module
99b0039df9 : Remove unused imports of android_runtime headers
71f3f59fd1 : Standardize l2cap shim naming
d102f57610 : Save reversed BR/EDR link key derived from LE LTK
2389b6068c : Rootcanal: Le resolving list hci cmds
fd47182d92 : [system][bt] address -Wimplicit-fallthrough
021b35dd79 : HCI: Add Fragmentation
5eb1894128 : Refactor BluetoothAdapter APIs used by Settings
e2d3398fa5 : L2CAP: Dequeue next request if previous response is invalid
bb00e5ae00 : Initial security manager API create/remove bond.
69b91342e8 : Connect inquiry API query implementation
5560dc332d : Return matching device in CreateDatabase when called twice
38f522edc4 : Use component flag to configure profile support flag.
c581c50932 : Expose psm value through l2cap classic service
13f68b097d : [system][bt] fix -Wc99-designator
f95c23a6fb : RootCanal: Upgrade the LinkLayer in RootCanal to PDL
54b4964fb4 : Add information request after acl connect
320c782ed6 : Extend l2cap functionality for CoC
e9d4c0e24d : Swap cid parameters
4ad0551c70 : Use proper PBF boundary for upper layer packets
05d604c971 : RootCanal:Add Hci cmds
5fc8af37cc : HCI Classic ACL: Queue pending connection requests
31dcccc045 : packet: Add Fragmentation
0f9df62670 : packet: Add Append for reassembly
bbb57be715 : MAP Client disconnect state machine if MAS client disconnected
7767141b15 : MAP Client close connection on MNS disconnect
00a4b08c1a : MAP Client Only connect MNS in connected state
4fb4fca545 : MAP Client BMessage parser length
86427588b6 : MAP Client support incomming MMS
3ec19943c8 : Add bluetooth prefs for Android Automotive
5e21609393 : L2CAP Classic Cert: Auto generate cid for incoming request
70de5d0363 : L2CAP: Fix SignallingManager request queuing
1b68df3174 : Separate out connect actions for initiate/target
e8ef42b7cc : Remove channel connection timeouts
0239a22c8c : Revert "RootCanal: Upgrade the LinkLayer in RootCanal to PDL"
bc6609255b : Signal id of zero is silently ignored per spec
58233fc3b8 : [system][bt] fix -Wimplicit-fallthrough
8471db4566 : BLE: fix doesn't unregister client_if since appDied flag is wrong
16e5215045 : BLE: Don't start scan if the same Pi scan is running.
cd588b622c : L2cap shim layer with legacy
5d37e8ca90 : gd shim layer
88af780e41 : Dont disconnect if connection complete event with an ACL connection exists
ed5e12aaf8 : Interop Workaround: Add Joy-Con
ded0c10eaa : Execute channel fail callbacks when link not up
0518dbf3de : RootCanal: Upgrade the LinkLayer in RootCanal to PDL
2ef2d3ac4f : HCI: Add LeAdvertisingManager
570c8dcc20 : HCI: Add VSC Advertising packets
2437296368 : Monitor AudioManger Playback state to update the AVRCP playback state
df77526322 : Add inquiry module unit tests
184ffed9c2 : bluetooth_test_gd: Remove leaked thread and DB
f01ffa2c2a : Use AddressWithType in PairingHandlerLe
6298315f7a : Expose Role through AclConnection, Link, and le::FixedChannel
da3cfe158f : L2CAP Fix Echo Response
cddd70adba : L2CAP: Store dynamic channel connection requests when no link
20f2e138f3 : Unify log tag for shim layer
78215e9b0c : L2CAP: Allow opening connection, and add PTS request_connection test
711e204677 : Add avrcp_device_fuzz.
883af60dd1 : Make FixedChannel and Link aware of address type
5175c7927f : Add tool for live btsnoop logging with Frontline BT sniffer (FTS)
cb4c262d63 : Switch role to MASTER after connecting
7e2a613ec2 : AVRCP: Reset mActivePlayerId on cleanup
f7d262a168 : Add required header_libs
600f7365d8 : Bluetooth doc: The is a -> This is a
534c3b976d : Connect inquiry results back to legacy layer
8c52e15c02 : BLE: Fix not freed onfound/onlost filter when stop scan
35807bfca4 : Module: Mark getters as const
6e565979c9 : L2CAP: Handle initial channel configuration
51c6c44f45 : HCI: Add fuzz test for HCI packets
5200e7f25b : Refactor usages of getAliasName to use getAlias in Bluetooth
6c07ed6e10 : Connect inquiry results back to legacy layer
09eac1c2d9 : Store Handler in common::CallbackList, and execute callbacks on proper handlers
583d945eef : Conditional entry between legacy Gd stack
a9de43cae3 : Gd shim layer neighbor modules
58eed36ed5 : L2CAP: Call AclConnection.RegisterDisconnectCallback() in LinkManager
b54aa76d54 : HCI: Use AddressWithType in various LE connection APIs
680016982d : AVRCP Controller get play status
10ed2a3e31 : L2CAP: Use AddressWithType in L2CAP LE APIs
16de546368 : HCI: Create AddressWithType and its unit tests
a05a996f4e : VSC batch scan: Check packet length
d0dcd9b936 : Import base::CallbackList into bluetooth::common::CallbackList
c0cffb79d4 : Add FUZZ test generator for packets and L2CAP fuzz tests
467d409a31 : Remove GALLERY_PROVIDER permission usage
02b234dcff : Make le LinkManager aware of AddressType
e15805d76f : Update file group names
7f0731f2c1 : L2CAP: Check length for packet before connection complete
d6c759a31c : PDL: Parameterize the root namespace
e2545fb788 : RootCanal: Use gd/os/log.h logging
fde8ebf359 : Prevent phone's bd_addr from appearing in Accounts
3fd1373b12 : Add a fuzzer in bluetooth gd for l2cap dynamic channel allocator
c62c69a445 : Connect gd/neighbor into build system
1d9aaddfe3 : Fix initiating_PHYS bit in HCI_LE_Extend_Create_Connection
bd53652c46 : HFP: remove the dropped HF connection request message in btif connect_queue and advance to the next scheduled connection request.
6891ecb7dc : Add discoverability module
3c9a9b506f : Add connectability module
122f273417 : Add page scan module
4875d3b5e5 : Inquiry module implementation
ec17e3fbe1 : Classic inquiry scan API
19dd52e0f5 : Ignore incoming A2DP if profile is disabled
d811a9cedc : Make hci::AclConnection aware of AddressType for LE Connections
0a9013fa09 : HFP: remove the dropped HF connection request message in btif connect_queue and advance to the next scheduled connection request.
809948c1b7 : SecurityModule boilerplate code
0e49eec38a : Fix potential OOB write in btm_read_remote_ext_features_complete
0e60a2b05b : Fix potential OOB write in btm_read_remote_ext_features_complete
e07246acc9 : Add Page Write commands
8efb1f5a80 : Support inquiry commands and tests
ce9aaea82d : Remove use of @hide getConnectionService in the HfpClient code.
cfbbe062fa : Fix potential OOB write in btm_read_remote_ext_features_complete
4921ea4589 : HCI: Add LE advertising and scanning interfaces
6f0e119258 : Fix potential OOB write in btm_read_remote_ext_features_complete
b49c313cd9 : Fix potential OOB write in btm_read_remote_ext_features_complete
b9528bba71 : NullPointerException handling, connectObexSession
946ede16a3 : Inquiry and page scan common module
d46966726e : PBAP client, download favorite contacts
33e4b7498e : Delete unused common.android.emailcommon package.
796a6f44fc : [system][bt] fix -Wdangling-gsl
28b6655924 : Disable NIAP until we sort out pairing loss issues.
4de8496f53 : Add property check for gd shim entry
519645d557 : Rename "smp" to "security"
02325519ed : Prevent bluetooth native crash during failed security authentication
45d54000fa : [system][bt] fix -Wreorder-init-list again
8e7766f346 : NullPointerException handling, connectObexSession
dddf7e5529 : Revert "Confirm the presence of BT key when BT ON"
ffde780787 : Fix read out of bounds in BtifAvEvent::DeepCopy
b6f70e9bdf : HCI: Check length of connection complete event
fa4bcf35b4 : AVRCP MediaBrowserService support ACTION_PREPARE
d7dc7083c0 : [system][bt] fix -Wdangling-gsl
c88bac3a64 : [system][bt] fix -Wreorder-init-list
1ac8918e82 : L2CAP: Bounds check num_handles in NumCompletedPackets
3f8f9b889a : [system][bt][gd] fix -Wreorder-init-list
8038c20d82 : Revert "Confirm the presence of BT key when BT ON"
aaf786fd19 : Restore Parameters after audio server restart
1347984965 : L2CAP classic signalling handler, data pipeline, and cert test
18b9801764 : hci_pdl: Inquiry commands
1039879634 : Fix potential OOB when parsing inquiry results
8f326f6eb7 : A2DP: Don't wait for role switch on a blacklisted device
2a63e26cdd : Apply the new A2DP codec config only when passed the check with codec status
d3238fab19 : Add helpers to check whether the BluetoothCodecConfig instance is selectable
dacad0cd82 : HCI: Add GAP data to advertising packets
a62eab7b31 : PDL: Add padding fields
9d388bbdb4 : PDL: Support Type Length Value in Structs
7e04a062e2 : PDL: Allow parent packets with no parameters
2b1abb3060 : PDL: Add an error for redefinition
b1a0c8522d : PDL: Use fixed portion of dynamic sizes for arrays
0b161e2231 : Restore Parameters after audio server restart
81c07b5745 : AVRCP: Try update media metadata on app force quit
3f31a6ce48 : Ignore incoming A2DP if profile is disabled
abfb7cb6bb : Wait for playback when playing a browsed media item
badcbbbabf : GD HCI: add unittest for LeConnectionCallbacks
28ee68c074 : Split L2CAP Classic and LE stacks into separate modules
f9b6735fef : Update WriteInquiryScanActivity
82caf38d73 : PDL: Add GetStructOffset and GetStructSize
a630ba0fc3 : PDL: Use Size for StructField sizes
b95e247232 : PDL: Pass the size to GenBounds
d7a9e0496b : PDL: Add for_struct to GenExtractor
dd9fc8b964 : Legacy portion of btm shim layer
c5f55c61aa : L2cap dynamic channel and service
67b26feb72 : GD HCI: implement connection management commands of AclManager
f4bc22fb5a : Add Read Number of Supported Iac complete
4e2ccfde02 : Add Read Page Timeout Complete View
8b78b0cf36 : Legacy portion of l2cap shim layer
e5c8c2a8b7 : JustWorks: Auto-accept only incoming temporary pairing.
bfd917a61f : Fix read out of bounds in BtifAvEvent::DeepCopy
e162ac37db : L2CAP: Use VariableSizeStruct in config options
861604ab38 : PDL: Only find offsets from the beginning for structs
7f4326117c : PDL: Inline ParseStruct functions
8c8edf614b : Use the same fixed channel allocator for both Classic and LE connections
ad242dcef7 : Implement LE L2CAP Fixed Channel
49ba8dc8dd : L2CAP Classic dynamic channel and allocator impl
6b00cc3528 : ServiceDiscoveryProtocol DB Full
6fb076159c : A2DP: Don't wait for role switch on a blacklisted device
164ef58f16 : PDL: Enforce ENUM_STYLE
6b23b966aa : PDL: Add variable-sized structs
8cb25df17e : Revert "L2CAP Classic dynamic channel and allocator impl"
997ff99ea3 : Revert "DO NOT MERGE: btif: require pairing dialog for JustWorks SSP"
7194f1ff87 : JustWorks: Auto-accept only incoming temporary pairing.
ab1ee5c295 : JustWorks: Auto-accept only incoming temporary pairing.
e2c39a4caf : OPP: Fix ANR during retry failed transfer
3cd50f7049 : OPP: Fix SDP event receive issue.
7ca921cca3 : Import translations. DO NOT MERGE
d539cc98a8 : L2CAP Classic dynamic channel and allocator impl
817665482e : Prevent bluetooth native crash during failed security authentication
6844fc854f : GD HCI: Add unittest for AclConnection
fa592e23d6 : Remove storeVolumeForDevice() in AvrcpTargetService
62279f9cf1 : Change sec_state before resend pending command
28d7978e70 : L2CAP dynamic channel API
e1f51b857a : A2DP: Don't wait for role switch when unsupported by the BT SoC
59ab573fc5 : A2DP: Don't wait for role switch on a blacklisted device
cda63b3d06 : btm_ble_conn_complete: use pseudo address type together with pseudo address
7d9d9e7032 : RootCanal: Add Classic Connection Management commands
67bba2dfa1 : btm_ble_conn_complete: use pseudo address type together with pseudo address
b92b922f75 : Rename to bluetooth_stack_with_facade
217857f480 : PDL: Use std::optional to signal Parse failure
ac2d60d3f2 : PDL: Move GenBounds to GenGetter
b1541192e2 : BLE advertisement processing: use stored report address type when match is found
c1c799ffa8 : BLE advertisement processing: use stored report address type when match is found
c84c142ae6 : Import translations. DO NOT MERGE
b0a24d4375 : Disable leak detection locally.
657c20f451 : PDL: Save the Size of a Struct in its definition
0176f32088 : Fix BLE device reconnections
e29e0f188d : LE Pairing Handler
f0182968ac : Revert "Cache results of isLocationEnabledForUser calls"
c48a5e4b91 : Revert "Cache results of getProfileParent calls"
d82e68a65b : Cache results of getProfileParent calls
a571342e52 : Cache results of isLocationEnabledForUser calls
7b95b4d29d : GD HCI: Classic connection management commands
f704594f73 : SDP: Disconnect when there is a bad length
8d93ceadaa : Fix BLE device reconnections
eb35adde06 : Fix connection_manager dumpsys output
6473f0f63c : PDL: Remove unused includes in type, checksum_def
0c7753b0c7 : PDL: Replace abort() calls with ERROR()
2085b0f75b : PDL: Remove extra semicolons
90f6d95f72 : GATTC: Support get white list size from controller
c50e25e2a7 : Import translations. DO NOT MERGE
f40a842e3d : Add legacy/gd shim hci layer module
1287de452a : Create swappable hci layer connection
6ffc946ac2 : Create swappable controller connection
b0ecaa799d : Add logging indication of legacy/gd stack
c763fecb95 : Fix potential OOB read in sdpu_get_len_from_type
9299b79eba : DO NOT MERGE: SDP: Check p_end in save_attr_seq and add_attr
67a4fd5538 : Fix Long Read during MTU change
e3d3c6d38c : Use memcpy instead of casting to convert device_class to int
9c10d0fd32 : Use memcpy instead of casting to convert device_class to int
acf6084291 : Use memcpy instead of casting to convert device_class to int
3a3ee5c3f9 : Use memcpy instead of casting to convert device_class to int
cc366ee774 : PDL: Add big endian test packets
8d6fc62908 : PDL: Use Subrange to avoid endian switches
37bb928f66 : Import translations. DO NOT MERGE
d8b536817b : PDL: Use little_endian in CustomFieldCheck
8e66b41dbf : SDP: disconnect if sdp_copy_raw_data fails
58ced168d2 : Correct spec_idx in bta_dm_pm_cfg
8a26fd3cac : GAP: Dont send RNR and create connection at the same time
06ec489ee3 : SnoopLogger: Always flush for host build
84341c48af : Initial entry for L2CAP data pipeline and cert
d5ef4594f6 : Import translations. DO NOT MERGE
0a2e52cb04 : BLE: Updating the WL if addr_type is not matched for same BDaddr
2ee4a7842c : Add legacy/gd shim controller module
5937770b7c : L2CAP: Fix and add unit tests for fixed channel acquire and release
d3af5ffe72 : Fix L version ble_vendor_capability sanity check crash.
95df71a2f1 : BLE: Updating the WL if addr_type is not matched for same BDaddr
f245203486 : L2CAP: Classic fixed channel reference counting
28c4c58636 : Initial Entry for shim layer
84ef6ba90c : HCI: Change commands naming to avoid misunderstanding
60eef938ab : Fix missing avrcp disconnect request
d1b31faa6a : PDL: Constrain Structs with end_index
bf599ba006 : L2CAP: Add a packet test for G frame
4949d4fabf : Revert "Cert: Get rid of signal socket"
fa02abfd55 : RootCanal: Initialize connecting states to false
6b64bfdc0a : GD: Test LE connections with the white list
fe96c14c99 : GD: HAL: Factor out packet serialization
ca7a290a29 : Packets improvements for SMP
02ead5b4ad : crypto_toolbox: add c1 and s1 crypto functions for LE Legacy Pairing
25a8748ba7 : HCI: return non-const security interfaces
0dd87d6f12 : PDL: Parse with pointers instead of vectors
60bb427212 : RootCanal: Remove unregistered devices from Phys
707af3f407 : RootCanal: Add LE connection packets
3b905c2708 : GD: implement GetVendorCapabilities command
dd5fd6f78b : RootCanal: Remove redundant SendLinkLayerPacket
470f27c741 : RootCanal: Wrap schedule_task_ for null check
0e1fa4b26e : PDL: workaround for end_index unused
7f041ab5dd : Remove libhwbinder/libhidltransport deps
c75a00fe7b : OPP: Handle URI Security Exception on OPP Transfer
4fd500310f : Revert "Revert "Remove a misleading "flush" function.""
62a1ad0001 : AVRCP: Keep the device in the map on disconnect
bb6e657869 : Use memcpy instead of casting to convert device_class to int
f50a72c875 : RootCanal: Support LE 4.1 advertising
2001f070cc : RootCanal: Remove dependency on btm
a4b89eb8d1 : AVRCP Controller transient loss while idle
0a1496006f : Import translations. DO NOT MERGE
23070dddab : AVRCP: Keep the device in the map on disconnect
3d30e625e3 : Revert "Remove a misleading "flush" function."
3e3d670edd : L2CAP ClassicLink: Don't delete channel before scheduler
b5528e6e90 : Cert: Move Read local MAC address to a special server
88df556852 : HCI: Add pairing facade proto
85a13a095b : Cert: set default snoop path for real device
ffd40b7b97 : HCI: Add LE support to AclManager
4bd43a7b77 : AVDTP: Reject the start request while SCO is up
7968c27cd0 : Passing caller package name to setBluetoothTethering
6fb8ee6d3c : Add the package name to setBluetoothTethering
48c034d4e1 : Correctly check permission and app identity for tethering
ddb257bce2 : AVRCP Controller AbsoluteVolumeNotification
9b0c6ac711 : Cert: remove redundant comma in config json
5f3ebfa335 : Clear alias name when device unbond
bbeb2b75f4 : DO NOT MERGE: AdapterService: Check the PIN code length before using
03ca347153 : Remove log with uint64_t
0388ad1f72 : Remove a misleading "flush" function.
d254523915 : Cert: Get rid of signal socket
8417a5c715 : Store BLE keys using the address from the ble_auth_cmpl_evt
b6c698909a : Passing caller package name to setBluetoothTethering
c6fda88737 : GD: Implement internal HCI commands
551a4b5d1f : Correctly check permission and app identity for tethering
49d81fa7bd : AdapterService: Check the PIN code length before using
1feb4d24c0 : AdapterService: Check the PIN code length before using
c543912881 : AVRCP: Check mMediaSessionManager is not null before handling callback
47bc244f8c : Revert "Turn off the new pass manager for coverage builds"
6b7d56a6d1 : Import translations. DO NOT MERGE
eef1b41cf3 : SDP: Disconnect when there is a bad length
817f15d19e : PDL: Autogenerate packet tests
6d2776eccd : Device: Initial bluetooth device API
7762b4b068 : RootCanal: Mark newer commands as unsupported
5288893e4b : HCI: Use arrays and fixed-length structs
13606c9eaf : GD: Move Address and ClassOfDevice to hci
ac7961b013 : Remove direct connection after notifying the connection up
8bcb5bf34b : L2CAP scheduler definition and FIFO
38fbb220cc : HCI: Add an API for sending security commands
d0a1671f1a : GD HCI: register request event for security interface
875a02a2db : Address: Add static assert to make sure kLength is <= sizeof(uint64_t)
22d54f6777 : Fix Handling of user switching for headless user 0 model.
0214288d59 : HCI: Support registration for LE events
feb457b713 : ClassicSecurityManagerTest: Fix handler sync
9328951add : L2CAP: Add Classic Link Manager Implementation
ce0b575a15 : HCI: Add SetEventFilter packets
070f89ec99 : PDL: Tighten checks for nonexistent fields
88301f361d : PDL: Suppress debug logs
40d0a835b6 : Add IOT device list for RNR, avoid the bond fail.
131fa6fb95 : Distribute ACL buffer only for not BLE device
1dd9303311 : Import translations. DO NOT MERGE
bc6014bdd1 : Address: Add a hash function for Bluetooth MAC address
c7b5554a30 : HCI: Use unique_ptr to pass AclConnection
7ff78c88d7 : MAP: Disable DEBUG logs
9046f3b20a : RootCanal: Add ReadLocalSupportedFeatures
fbd8500895 : RootCanal: Add HciRefreshEncryptionKey
6df254fbae : RootCanal: Remove scan response log
6fbc3fc8ab : PDL: Fix Iterator assignment and add Subrange
4ae5cf32d8 : Add the package name to setBluetoothTethering
e045cc7cfc : Import translations. DO NOT MERGE
54281e0c6b : GD: HCI Security interface
a40f1c385b : A2DP: Report codec configurations after retrieved all capabilities
229648a1f7 : HID host: Support SET REPORT
ecc3c95101 : Fix L version ble_vendor_capability sanity check crash.
da9f1990d1 : L2CAP: ClassicFixedChannelAllocator
f9cf565995 : AVRCP Controller onSkipToQueueItem invalid
5a37c94c5b : Rootcanal: add error string for debugging
d93921650c : L2CAP classic fixed service manager
ad0e497dd1 : PDL: Save copies in packet builders
5dfcb83800 : AVRCP Controller getCurrentCalls NPE
d91c695bcb : L2CAP: Add Classic Fixed Channel APIs
4e94f7ecb4 : SDP: disconnect if sdp_copy_raw_data fails
b61b321f8f : AVRCP Controller transient loss while idle
b8fc769e7f : AVRCP Controller request focus when idle
ae9913fd93 : JustWorks: Auto-accept only incoming temporary pairing.
27d9bbd4f2 : Remove direct connection after notifying the connection up
80b52652df : Include BLE<->SPP transition states in isLeEnabled
6261d39019 : PDL: Test fixed-size struct fields
96483b8ee6 : BluetoothAudioHAL: Fix the latency and the number of frames were inconsistent
93375ecbcc : Do not config A2DP codec priorities before retrieving all capabilities
c4b7241b86 : Fix the test case HCT BV-01-C
49a2686a7e : GD HCI: register events for gd test on device
c74502e52c : Distribute ACL buffer only for not BLE device
7ead9c5d28 : Fix CoC not being able to establish first connection
c393004c51 : Import translations. DO NOT MERGE
f3b2a9c545 : Import translations. DO NOT MERGE
dfb12d728a : Import translations. DO NOT MERGE
f12c395a9b : Modify log format
ede28d0372 : Rootcanal: Allow using TCP port when TIME_WAIT
f8899accaa : Remove CAPABILITY_MULTI_USER from Bluetooth phoneAccount
d6bd62e33f : L2CAP: Add L2CAP Module
aec17b500c : AVRCP Controller AbsoluteVolumeNotification
bacd869510 : Fix Handling of user switching for headless user 0 model.
8bd583802f : Splitting over-the-air downloading into batches
9920bc2ee7 : Use Calendar.Builder for MAP Client timestamp parsing
9bad892c6c : HCI: Use futures to wait for packets in tests
f704d0f898 : AVRCP Position Changed Notification
a1484cc97f : AVRCP Controller Shuffle/Repeat support
6a0117a46f : Import translations. DO NOT MERGE
5e847aca4c : HCI: Print unhandled event type
f401ec5a6c : Cert: Run on device
78f00a4d23 : HCI: Wait for commands using std::future
8ea07ad473 : OS: Account for enqueue/dequeue race
335759a31a : Fix null pointer exception on AvrcpTargetService
5e1b29f723 : PDL: Use GenBounds for Structs
50bc1f90ae : HAL cert and facade: Unregister HCI on shutdown
a855c5d4ad : Import translations. DO NOT MERGE
91b45f606e : Cert signal server: Use TCP instead of UNIX socket
905ae5f670 : Hearing Aid: Remove std::promise from suspend / resume calls, and stop audio ticks by no devices
9340bb0c42 : PDL: Add Structs
b7efc42e6b : OS: Get promise before registering in tests
84ec92d4ee : Add explicit dependency on libbase
e17bfab0a6 : OS: Use LOG_ALWAYS_FATAL for Android
33c683856e : Split ARRAY into fixed size ARRAY and VECTOR
38a8716ef8 : Add helpers to check whether the BluetoothCodecConfig instance is selectable
cf5e8fee0b : Store BLE keys using the address from the ble_auth_cmpl_evt
54dc2b09de : Remove unnecessary include_dirs
4eaef21030 : Apply the new A2DP codec config only when passed the check with codec status
743e4e9150 : PDL: Extract CustomFieldFixedSize
f069e92e07 : PDL: Add GenExtractor functions to fields
3fb8a788ed : PDL: Separate member and parameters for arrays
96c55e83d7 : PDL: Factor out insert functions
addd4761b1 : PDL: Add non-static methods to checkers
2760273cef : PDL: GetType->GetDataType, GetFieldType->string
76453c2f52 : Bluetooth database log clean up
ad8210f5f3 : PDL: Util fixup
a4f5879851 : PDL: Move GenSerialize and GenSize to ParentDef
f1a5389eee : Add isHeadlessSystemUserMode() to UserManager
a447c5df4c : L2CAP: Cid, Mtu, SignalId type and constant
62a8cc2958 : Disable absolute volume for AirPods 2 with MAC address from 9C:64:8B
70f4b0534b : Support vendor AT command and response in Hfp client
fe179b7d0c : PDL: Add missing "pragma once"
17b090a80b : AVRCP Controller Shuffle/Repeat support
7a2b085027 : Support vendor AT command and response for Hfp Client in bt stack
4d3f1ede77 : Observer Registry
5dd87969f6 : Separate out l2cap control frame payload data
b2e1a71866 : Add unit tests for database migration
508168734b : Reset GATT cache file if connection state is unpairing
126dc8bbae : Do not turn on Bluetooth when booting into Safe Mode
b6bb91c56b : Remove libnativehelper/include/nativehelper from include_dirs
e128ee2dec : Remove libnativehelper/include/nativehelper from include_dirs
c5c35fb484 : AVDTP: Make sure the UUID of the SCB is initialized before discovering
e55b708186 : Import translations. DO NOT MERGE
888f836fe9 : Import translations. DO NOT MERGE
2171493cb2 : Define intent for receive vendor specific response and define a function to send vendor AT command from Hfp client
10edcaf6f3 : DO NOT MERGE Store BLE keys using the address from the ble_auth_cmpl_evt
9f78214f72 : DO NOT MERGE Store BLE keys using the address from the ble_auth_cmpl_evt
8f2f9fff56 : DO NOT MERGE Store BLE keys using the address from the ble_auth_cmpl_evt
f4736f27c1 : Cert: Let EventStream subscribe() block
073b261a5a : AVRCP: Check mMediaSessionManager is not null before handling callback
410b12cbcf : GD HCI:Wait channel ready after stop/start server
3a91c3d8cf : Import translations. DO NOT MERGE
a4a01f5538 : Refactor NativeInterace to wrap static native function as public non-static function
c3eb6e8441 : Hearing Aid: set BLE phy to 2M if local and peer indicate PHY 2M support
dd40eb5a09 : Add log entry to interop_match_name()
68eec05e49 : Switch Nintendo workaround to match by name
7839f002ce : Match Nintento Pro Controller by name for interop
ada2249a5b : Switch Nintendo workaround to match by name
4e6d9006c0 : PDL: Add variable-size CustomField(s)
d46583110e : PDL: Add ParentDef for packets
fcaacc7fe7 : PDL: Move GenInclude and GenUsing to CustomDef
c3eb1c9e70 : ACL manager cert
cd2f424214 : Rootcanal: Implement reject connection request
d62ea3c12e : Match Nintento Pro Controller by name for interop
da9615792e : GD:Wait channel ready after stop/start server
97dd8bc53e : Refresh the encoder configuration of software while updating the MTU
8d609d5b05 : RootCanal: Set the timer period to 1 second
4d86c2a82f : Hearing Aid: set BLE phy to 2M if local and peer indicate PHY 2M support
c67d23f407 : PDL: Add missing quote in matching constraint error
dd90b90a26 : Clear alias name when device unbond
5cb9a13875 : RootCanal: Make beacons less verbose
0dc530a0d9 : Import translations. DO NOT MERGE
69b4b5f1f9 : Restore some greylist entries.
d15b5edb4f : DO NOT MERGE RootCanal: Always add default devices
dbda8935a3 : RootCanal: Always add default devices
ed6cf10d6a : RootCanal: Make beacons less verbose
3d1378b8d6 : Import translations. DO NOT MERGE
dfdabf7e04 : Import translations. DO NOT MERGE
0021004410 : Bluetooth: Remove use of deprecated API(s).
4f81b20cb9 : Rootcanal: Fix check in RejectSlaveConnection
2985c8f237 : GAP: Correct the continuous pkt length in l2cap
52638bd82d : Rootcanal: detect HCI socket close
2e3f4d69ca : MAP MCE null pointer
70a475754a : MAP MCE null pointer
a199f28cb3 : AVRCP Controller BrowseTree instantiation
34c5205942 : HCI layer: Gracefully handle multiple incoming ACL
37b320cd5b : OS Queue: Add Enqueue Buffer
9cb6047c92 : Let HeadsetClientStateMachine debug message be configurable at run time
1b0398a61c : HCI Controller: Read BD_ADDR
8ba7e24c35 : Extend setup acts script with more helpful information on failure
a6c085e732 : Revert "libprocessgroup users use libcutils"
f425b66541 : Limit sniff mode for Nintendo Pro Controller to 11.25ms
433db92f90 : Revert "DO NOT MERGE: btif: require pairing dialog for JustWorks SSP"
8ca15e869a : Import translations. DO NOT MERGE
63d71a6cb0 : HCI: ACL Manager
7b56da412c : Limit sniff mode for Nintendo Pro Controller to 11.25ms
6e4cc4217f : libprocessgroup users use libcutils
a9bf83753a : Import translations. DO NOT MERGE
6da53a4ded : Fix coverage build
d1b2a0bc50 : Stack manager: Clear handler during ShutDown()
147146fb21 : Document public alternatives to greylisted APIs
17e28e35f9 : Improve blocking queue
78b3812939 : AVRCP Controller BrowseTree instantiation
cf9464cffd : PDL: Make GetPayload() const
5494a71444 : HAL: Add unregisterIncomingPacketCallback
bcb62bd9a2 : Import translations. DO NOT MERGE
dd886e7df6 : Import translations. DO NOT MERGE
fbfcfcbac2 : Import translations. DO NOT MERGE
eedafac7be : Import translations. DO NOT MERGE
fe1a69e2d0 : HCI: Add a controller for properties and credits
b9492b5c41 : Fix for BluetoothGattCallback.onConnectionStateChange being called more than once
ebad0c65c0 : Fix for BluetoothGattCallback.onConnectionStateChange being called more than once
a15c3f4875 : HCI: HCI command credit and timeout handling
882007ffa3 : HCI layer: Synchronize API with handler
f680bd26fe : Replace std::function with base::Closure
3bd06b7f0d : OS: Add ordering guarantees for Handler.Clear()
2dab39d5e0 : OS: Add Reactor::WaitForUnregisteredReactable()
cbeda552fb : DO NOT MERGE Fix for Bluetooth connection being dropped after HCI Read Encryption Key Size
35939138d0 : DO NOT MERGE Separate SDP procedure from bonding state (1/2)
7b0aa6f373 : DO NOT MERGE Separate SDP procedure from bonding state (2/2)
67d83babc1 : Load gatt_database if it is empty in bta_gattc_process_indicate
b3816f06bf : Load gatt_database if it is empty in bta_gattc_process_indicate
6e846e7a18 : Revert "Open connection if it doesn't exsist in bta_gattc_process_indicate"
7be8d4c63a : Revert "Open connection if it doesn't exsist in bta_gattc_process_indicate"
dd82e8ee61 : OS: Update Handler unittest
8c39284c45 : OS: Don't hold the lock while the callback runs
0404ea793b : SAP: set priority after user confirm access permission
6fb3d95a1a : Confirm the presence of BT key when BT ON
5ddb1de24d : DO NOT MERGE Fix for Bluetooth connection being dropped after HCI Read Encryption Key Size
0cf7f2c909 : DO NOT MERGE Fix for Bluetooth connection being dropped after HCI Read Encryption Key Size
4b9fcd9917 : DO NOT MERGE Fix for Bluetooth connection being dropped after HCI Read Encryption Key Size
0b95103297 : DO NOT MERGE Fix for Bluetooth connection being dropped after HCI Read Encryption Key Size
41c9f044e1 : Fix for Bluetooth connection being dropped after HCI Read Encryption Key Size
43c2eb5a40 : OS: Create Alarms on a Handler's thread
14c0833e5e : When adding bluetooth phone account as emergency capable, also list it for multi user
74440258b5 : When adding bluetooth phone account as emergency capable, also list it for multi user
a05a498c92 : Rename and reset the proirity of HID host thread
c1e1859e19 : Rename and reset the proirity of HID host thread
e6c414d309 : Import translations. DO NOT MERGE
32fce270a0 : Refine absolute volume control when multi connections
b5268c5b7f : DO NOT MERGE Separate SDP procedure from bonding state (1/2)
456aec0fac : Use Start for testing and add a Stop timeout
967fe015ce : Hearing Aid: properly track audio Suspend/Resume
5c1f8bb4ba : Hearing Aid: properly track audio Suspend/Resume
8fea82707d : Show Bluetooth connected icon on status bar when Hearing Aids profile is connected
141c01b48b : Show Bluetooth connected icon on status bar when Hearing Aids profile is connected
8e0ae91a25 : OS: Add death tests for en/de-queue registration
cad11f498a : Revert "OS: Construct Handler using Reactor"
4ad8c73cd7 : Switch to HexEncoding from ByteStringUtils
ae8eb833c7 : Import translations. DO NOT MERGE
554f747b34 : DO NOT MERGE: btif: require pairing dialog for JustWorks SSP
8d7658102a : GD SMP: use fixed size arrays in packets
06951b95a9 : PDL: fixed size type arrays
98fae21ada : HCI Layer: Register CommandComplete and CommandStatus on Start()
999d432252 : DO NOT MERGE: btif: require pairing dialog for JustWorks SSP
0b1e01ff9a : Make sure the Hearing Aid source is ready before resuming or suspending calls
7f678cdb5b : Broadcast MAP Client messages oldest first
8b2e81a722 : DO NOT MERGE: btif: require pairing dialog for JustWorks SSP
9cd13ebccb : DO NOT MERGE: btif: require pairing dialog for JustWorks SSP
8e6821703c : DO NOT MERGE: btif: require pairing dialog for JustWorks SSP
b20aa7308b : DO NOT MERGE: btif: require pairing dialog for JustWorks SSP
149bf58035 : PDL: Add Arrays
2ede735392 : Unmute the streaming as the last step of changing active device
f0f6e4d7dc : Unmute the streaming as the last step of changing active device
08fca7ee9b : DO NOT MERGE Separate SDP procedure from bonding state (1/2)
add688f6b3 : DO NOT MERGE Separate SDP procedure from bonding state (1/2)
db88f9104d : DO NOT MERGE Separate SDP procedure from bonding state (2/2)
9098963936 : DO NOT MERGE Separate SDP procedure from bonding state (1/2)
0b3abd884d : Open connection if it doesn't exsist in bta_gattc_process_indicate
78b1921c79 : Open connection if it doesn't exsist in bta_gattc_process_indicate
0d3bada213 : Declare STATE_AUDIO_CONNECTED in right place
438875c670 : DO NOT MERGE Send HCI Read Encryption Key properly
b9039cab47 : Make sure the Hearing Aid source is ready before resuming or suspending calls
28cc6b37b2 : GD SMP ECC: Add const qualifier to ECC_PointMult
5b3237989d : OS: Hold the mutex when decreasing the semaphore
6066589283 : AVRCP Controller addressed player changed
99e2f8c9a1 : BluetoothProfileConnector: Invoke service disconnections with the correct profile ID
7fba2d3b7b : AVRCP Controller addressed player changed
eef5c81a33 : Update BluetoothProfileConnector to invoke service disconnections with correct profile ID
a976b0a584 : OS: Protect invalidation_list_ with the mutex
f29999383a : Add missing header in gd/packet/parser/checksum_type_checker.h
53a366ba18 : DO NOT MERGE Separate SDP procedure from bonding state (2/2)
8fc2bcc9cb : GD ECC: add const qualifiers
9a79545b5c : DO NOT MERGE Separate SDP procedure from bonding state (2/2)
15a96850b1 : Disable absolute volume control for AirPods 2
12206c4db9 : Import translations. DO NOT MERGE
7200ee0dc3 : GD SMP ECC improvements part 1
5536e2dd36 : AVRCP Controller playback commands
6c6092cde6 : btif: require pairing dialog for JustWorks SSP
b99ece08e6 : Import translations. DO NOT MERGE
2007edf76d : Eliptic Curve Cryptography for GD
86d57ec783 : OS: Construct Handler using Reactor
51530fc0e3 : Queue: Store callbacks in the runnable
85e395f914 : AVRCP Controller playback commands
bfd7526726 : Fix mac build
03e29e59ad : bpfmt -w $(find . -name Android.bp)
d02a284e0b : DO NOT MERGE Separate SDP procedure from bonding state (2/2)
87d25eca05 : Disable absolute volume control for AirPods 2
effb301328 : Fix CryptoToolboxTest.bt_spec_test_d_1_test
f6cc139c6c : Turn off the new pass manager for coverage builds
bf03a404cd : Get rid of KEY_LENGTH_DWORDS_P192
4ed36ee71c : PDL: Strengthen CamelCase checks
7c5465a34d : crypto_toolbox
fdcffc5c1c : OPP: Fix the NPE in OPP service when stop() is called before start().
9fae71bd63 : DO NOT MERGE: ScanFilter: Fix argument sanitization logic.
75d5ed7d12 : Store volume only when Hearing Aid devices are not active
608187427e : ScanFilter: Fix argument sanitization logic.
62699c8f37 : Fix use-after-free in ReactorPerformanceTest::TearDown.
1db7abc3d7 : Pairng: Fix crosskey paring
1fd7ddfb85 : Add timestamp and read status extra constants to MAP Client
0f67018196 : Add timestamp and read status extras to MAP Client message broadcasts
ba2954cc77 : Store volume only when Hearing Aid devices are not active
8bfc4f1b58 : Get profile service after receive silence mode change
3ec21b7023 : OPP: Fix the NPE in OPP service when stop() is called before start().
2062146ff2 : Import translations. DO NOT MERGE
ee5f18c0a4 : Import translations. DO NOT MERGE
52b5d833da : Import translations. DO NOT MERGE
b0589fd9e8 : Remove Address dependency from PacketParserTest
f7a5af2b42 : Hearing Aid Dump Audio Tool: Add dump debug buffer feature
40691b6c6f : Import ::testing::DoAll
5e00bda487 : QueueTest: UnregisterDequeue before promise set value
b3c5570de1 : Add timestamp and read status extras to MAP Client message broadcasts
c4aa49555f : Add SMP PDL definition.
fc40dfbdac : Get profile service after receive silence mode change
4b628a400f : crypto_toolbox: add const qualifiers to f4, f5, and f6 parameters
327ea52bb1 : Make AES control block into a thread local variable
3fbd16d42d : Fix volume control failed when switching active a2dp device
e02a8becb9 : NIAP: Add a new argument to determine single user mode status.
dedb69bd6a : NIAP: Add new argument to determine single user mode status.
88b78f6956 : Revert "btif: Short circuit NIAP key attestation check"
c6d7468209 : MAP MCE remove cancelDiscovery
3d9b2f8beb : Require a semicolon after ASSERT
f0172e0f28 : L2CAP: Always use SUCCESS
66c78ec992 : Allow Handler synchronization in test code
f00d53f7d2 : Remove testing code from ModuleRegistry
09a6850036 : MAP MCE remove cancelDiscovery
a004c7874d : Fix volume control failed when switching active a2dp device
ff12fc04b4 : While AVDT opened or its AVRC_TIMER_EVT expired, it is no needed to start the 2nd AVDT stream
c8dd8fdb3f : Fix potential OOB read in sdpu_get_len_from_type
23317a6408 : DO NOT MERGE: osi: Offload mutex pointer to local scope
022e7d6207 : HCI: Add classic interface definitions
8b55c83b7e : Add timestamp and read status extra constants to MAP Client
2703ef6eec : Fix potential OOB read in sdpu_get_len_from_type
3d765e7548 : DO NOT MERGE: osi: Offload mutex pointer to local scope
4ca30e53fc : Revert "DO NOT MERGE Separate SDP procedure from bonding state (2/2)"
cfdab374ef : Import translations. DO NOT MERGE
a32f83e29a : Make sure connection requests are rejected if a device is PRIORITY_OFF
a0fd735af1 : Make sure connection requests are rejected if a device is PRIORITY_OFF
bed25aa59c : AVRCP Controller test resource files
f0d2f5e384 : AVRCP Controller test resource files
c60c304254 : Revert "Preserve x18 while calling aptX encoder libraries."
01fa6a9f8a : Import translations. DO NOT MERGE
08626fe486 : Add Delay reporting for Hearing Aids
00741bf74a : Revert "DO NOT MERGE Separate SDP procedure from bonding state (2/2)"
899e6ecdd0 : Add Delay reporting for Hearing Aids
09894a4e98 : HCI: Rename ErrorCodes and consolidate Enable
2c8b28b9a8 : ModuleRegistry: Start() injected modules
a8918a5ea3 : DO NOT MERGE: osi: Offload mutex pointer to local scope
ab72348943 : DO NOT MERGE: osi: Offload mutex pointer to local scope
df8559d1f7 : Handling of incoming AVRCP Controller connections
e770c91b71 : AVRCP Controller browsing disconnect status
1bf77773a7 : Close unexpected HearingAid open event if is not attempting to connect
9a4585f4b3 : A2DP: Fix offload start VSC parameters
5a9d456850 : Close unexpected HearingAid open event if is not attempting to connect
abd0cc4260 : DO NOT MERGE Fix potential OOB read in sdpu_get_len_from_type
def2301a55 : Import translations. DO NOT MERGE
d634c7c7bc : Add a signaling socket from facade/cert to tester
b038dc2ab4 : Add benchmark for queue
1267f5c5b7 : Add grpc root service for test configuration
6a628458a6 : AVRCP Controller browsing disconnect status
d35f589fdb : Revert "[DO NOT MERGE] Implement key attestation using AndroidKeystore."
d36c282cef : Revert "[DO NOT MERGE] btif: Lighter weight file existence check"
93a4d81f44 : Revert "[DO NOT MERGE] btif: Avoid a couple string copies"
61d135b79a : Revert "[DO NOT MERGE] btif: Avoid resource leak in error case"
5a10981539 : Revert "[DO NOT MERGE] Handle edge cases where input or hash/data could be null."
997f25c058 : Revert "[DO NOT MERGE] btif/osi: move I/O to OSI layer. disable for multi-user."
98deb6503e : DO NOT MERGE Revert "DO NOT MERGE Separate SDP procedure from bonding state (1/2)"
4841d158d0 : DO NOT MERGE Revert "BondStateMachine: Check for null before calling getDeviceType"
22f80bd16c : Fix potential OOB read in sdpu_get_len_from_type
38d66ee9d6 : Break GdDevice into GdDevice and GdCertDevice
5c639885e6 : Consolidate facade and cert entry point naming
e4fa74e012 : Add BidiQueue
abd9110f3c : Cert stack bring up and test Inquiry with two stacks
72dbb07658 : Don't read HearingAid properties if already have properties value.
6033fdb0df : Add separate enqueue and dequeue interfaces for queue
962ee81a46 : Cert: implement assert function with event buffer
c903ad8f3a : Handling of incoming AVRCP Controller connections
d1091ba245 : Module: Add TestModule for dependency injection
d66740e83b : GATT: Use a list for services in a GATT database
3569d0231f : A2DP: Fix offload start VSC parameters
70d7659656 : Fix binder leakage when turning off Bluetooth
1652b94a12 : Fix binder leakage when turning off Bluetooth
236f4baccd : Don't read HearingAid properties if already have properties value.
9508374e32 : Fix potential OOB read in sdpu_get_len_from_type
2edb6a6c71 : DO NOT MERGE Revert "DO NOT MERGE Separate SDP procedure from bonding state (1/2)"
cc3b436ee3 : Revert "DO NOT MERGE Separate SDP procedure from bonding state (2/2)"
14232423aa : DO NOT MERGE Revert "BondStateMachine: Check for null before calling getDeviceType"
91f191f11b : Revert "DO NOT MERGE: BondStateMachine: Check for null before calling getDeviceType"
0fb39a1188 : Revert "DO NOT MERGE Separate SDP procedure from bonding state (1/2)"
665e810a29 : AVRCP Controller disconnect browsing before connect
7879a28ac7 : AVRCP Controller disconnect browsing before connect
2519d52790 : Cert: add common helper for event stream on the py side
410181ce47 : Revert "DO NOT MERGE Separate SDP procedure from bonding state (2/2)"
d15f232d38 : Revert "DO NOT MERGE Separate SDP procedure from bonding state (2/2)"
38d1c8f400 : Revert "DO NOT MERGE Separate SDP procedure from bonding state (2/2)"
dbc27008ff : DO NOT MERGE Revert "BondStateMachine: Check for null before calling getDeviceType"
2c3e3f5081 : DO NOT MERGE Revert "BondStateMachine: Check for null before calling getDeviceType"
fd75783678 : DO NOT MERGE Revert "DO NOT MERGE Separate SDP procedure from bonding state (1/2)"
72f5325648 : Revert "DO NOT MERGE Separate SDP procedure from bonding state (1/2)"
f4ba1c4490 : Revert "DO NOT MERGE Separate SDP procedure from bonding state (1/2)"
48d7ccae9e : Revert "DO NOT MERGE: BondStateMachine: Check for null before calling getDeviceType"
c803259876 : Make SnoopLogger a Module
9c77dda05e : Rootcanal: Exit local loopback mode on HciReset
0e49715b3f : Rootcanal HCI HAL: Set read from socket blocking
e5c95df7bf : Add workaround for "Service Changed" indications breaking server-only remotes
2224c6a2f0 : Clean up facade naming and paths
6fc480b084 : Create handlers for every module upon module start.
00b2512046 : Add enforcement of module dependency declaration
f8689a039f : Gracefully shutdown SUT in cert
8019a7e2f0 : HAL: Add facade for fetching incoming HCI packets
1d38c3537e : Remove whitelisted device when disconnecting Hearing Aids Profile
d725f00717 : Add a persistent key to overwrite MIN_CE_LEN for Hearing Aids
988b802b37 : Fix BlockingQueue bug when using vector
44c1d2d7ce : Remove redundant Bluetooth from internal class names
704cc88c56 : Add a persistent key to overwrite MIN_CE_LEN for Hearing Aids
5fb48c6c4b : Revert "Revert "DO NOT MERGE: osi: Offload mutex pointer to local scope""
cb9f8e8780 : osi: Offload mutex pointer to local scope
0cb71c4e01 : Remove whitelisted device when disconnecting Hearing Aids Profile
6d75bd0cf6 : Migrate GD code to module
b1f306b1c3 : Import translations. DO NOT MERGE
538dd9b118 : Add basic concept of module and module registry + dependency graph
345e78405c : Implement blocking queue
fcdb8fe048 : PDL: Check sizes before validating constraints
fb702ee61f : Add workaround for "Service Changed" indications breaking server-only remotes
a68e964e58 : Bluetooth: Prevent BT crash using adb commands
3be2bebf31 : A2DP Sink focus handling
ff64634f98 : AVRCP Controller play while browsing
a1d870c015 : Add AVRCP Controller Unit tests
4eb8b0b128 : Refactor A2dpSink and AvrcpController
5dd0bb9c8c : Move silent player to A2DPSink, get button routing only if focus is granted
1c89dca0c9 : Add requestLegacyExternalStorage to support OPP
4e34f0d888 : Bluetooth: Remove safetynet logging for 120574260
3990df5406 : Basic integration of GD with ACTS
2bf7acd23f : Import translations. DO NOT MERGE
eae3a797e6 : Revert "Revert "Cert for HAL adapter""
3b7fc5a483 : Simple btsnoop logger implementation
1fdd082227 : Add more documentation for LE CoC
99bf17c1f0 : HearingAid: add addToWhiteList NativeInterface API
8c756ee560 : HearingAid: Try whitelist connect if only one side connection timeout
c5856032ea : Revert "Cert for HAL adapter"
11b45bb70b : Bluetooth: Check if packageName belongs to callingUid in binder calls
acda929f48 : Allow playback state update even when there is no metadata
b21cdd4eae : Set volume to 50% for new paired headset
46e35252d9 : Set volume to 50% for new paired headset
6fbd5fb9fd : HearingAid: Try whitelist connect if only one side connection timeout
d102983a79 : Allow playback state update even when there is no metadata
03f40a0c1f : HearingAid: add addToWhiteList NativeInterface API
8a76e375b8 : Cert for HAL adapter
cdb43fe894 : PDL: Use underscores for field names
ea441ea233 : Root-canal: Add missing payload size field to loopback evt
5dcc35f571 : Fix NPE in MceStateMachine when getState() is called during shut down
e12dc81832 : Fix NPE in MceStateMachine when getState() is called during shut down
a47f5862f7 : DO NOT MERGE Don't persist bonds using sample LTK
5931d4b7b3 : Don't persist bonds using sample LTK
6afbffb416 : AVRCP Controller play while browsing
9ede8e3676 : Call gatt_disconnect if the LE connection is not established and no APP use it.
7529fe2c16 : TEST: Fix net_test_stock_rfcomm unit test
e26f9e09ce : Import translations. DO NOT MERGE
119c961c04 : HFP: Round battery level to nearest integer
3b28545bac : Add more documentation for LE CoC
dd916b8166 : Add nullability annotations to android.bluetooth.le.ScanFilter.Builder setServiceSolicitationUuid
24966886c6 : Add nullability annotations to android.bluetooth.le.ScanFilter.Builder setServiceSolicitationUuid
0956a120e7 : Add AVRCP Controller Unit tests
cff0f877af : HFP: Fix null pointer dereference in bta_ag_codec_negotiate().
5fc950d1ad : Call gatt_disconnect if the LE connection is not established and no APP use it.
774eb159ac : HID: Fix the potential NPE in HidHostService jni callback
71884637f6 : PBAP: Add NewMissedCall parameter when folder is MCH.
8e940fdc50 : Revert "DO NOT MERGE: osi: Offload mutex pointer to local scope"
76907e2725 : Use GATT_WRITE_NO_RSP for "state change" updates
6c2c9c117b : Use GATT_WRITE_NO_RSP for "state change" updates
b468366fe8 : HCI: Use fixed-width types
e6f7c92ae5 : l2cap: Add FCS support
64d2893f6f : packet/parser: Add tests for payload size modifier
026a813b58 : packet/parser: Add Checksum support
0d279c86c1 : btif: Short circuit NIAP key attestation check
0c675904ea : BitInserter: Add byte observer for checksums
b405938c02 : rootcanal: Check return values from callbacks
30ef070b14 : HFP: Fix null pointer dereference in bta_ag_codec_negotiate().
7d8a86c33a : Import translations. DO NOT MERGE
107159fbba : packet: Support fixed-width custom types
f33edb2c93 : DO NOT MERGE: osi: Offload mutex pointer to local scope
6fb07fbd0e : BLE: [IOT] Initiate disconnection when encryption fails during pairing
6c0477bff3 : DO NOT MERGE Log encryption key size MERGE CONFLCIT RESOLUTION TO PI-QPR3-RELEASE * Log result from HCI_READ_ENCR_KEY_SIZE command
b7a2939fc0 : DO NOT MERGE Don't persist bonds using sample LTK
3596b30bb8 : DO NOT MERGE Drop Bluetooth connection with weak encryption key
d19e3e4822 : BondStateMachine: Check for null before calling getDeviceType
fb95a9b411 : Send connected callback immediately when attempting to connect to already connected device
9ae60422ef : Migrate packages/apps/Bluetooth to androidx.test
4f3cea536e : Send connected callback immediately when attempting to connect to already connected device
0df8cf0d69 : BondStateMachine: Check for null before calling getDeviceType
0adad4d92d : BondStateMachine: Check for null before calling getDeviceType
00567985ed : A2DP Sink focus handling
54ec3c1a1d : RootCanal: Open network ports only if there is a console
e1e8e2b985 : RootCanal: Open network ports only if there is a console
ea3b577f8e : Mark these yacc files as creating headers
f0a819c5d4 : Implement Queue
da5c6ad08d : Disable DEBUG flag by default
47d15485e8 : Import translations. DO NOT MERGE
0f672c0a9c : Bluetooth: Make ScanRecord.getServiceSolicitationUuids NonNull
3aa97335ff : Bluetooth: Make ScanRecord.getServiceSolicitationUuids NonNull
cb6c5d3fc1 : Simple stack bring up
c5e05de6f2 : Import translations. DO NOT MERGE
45253cbf36 : HCI HAL adapter: separate initialization and set_callback
36fd29e5bb : Add .gitignore
e1a9dad93a : Fix test breakage in HidHostServiceTest
332c48a1bd : DO NOT MERGE: BondStateMachine: Check for null before calling getDeviceType
4aec35339f : Migrate to the new ro property for headless multiuser check.
61ee982bf6 : BondStateMachine: Check for null before calling getDeviceType
cebf7b931e : DO NOT MERGE: BondStateMachine: Check for null before calling getDeviceType
e8099b907f : Bluetooth: Make ScanRecord.getServiceSolicitationUuids NonNull
12631dfffa : Fix missing avrcp disconnect request
bc1d9baa2b : packet: Enforce View inheritance and validation
a20e811c3d : Remove Ajay from owners
69ff22153a : Disable DEBUG flag by default
eaf891a2c6 : Bluetooth HCI HAL adapter for Android HIDL
b9292a4e86 : PDL: SMP packet definitions
3c305b7f82 : hci: CreateConnectionRoleSwitch is 8 bits
39a7555c36 : no forward_list in hci/acl_builder_test.cc
849830566b : packet/parser: Add pragma once to generated files
5b9c9adae6 : Adapter layer for Bluetooth HCI HAL
530b5bbb85 : Refactor A2dpSink and AvrcpController
35fd9fb29d : Refine Bluetooth Metadata API
757c395fbd : DO NOT MERGE Don't persist bonds using sample LTK
1425d0b97c : Align with metadata API changes
24de366b85 : Change storage metadata type to byte array
50c51621c1 : Import translations. DO NOT MERGE
125038c001 : Import translations. DO NOT MERGE
8fe46839a5 : Import translations. DO NOT MERGE
3f44b7f15b : Switch to clang-r353983b.
8e99937a6e : Modernise code to use override specifier
8065543a31 : Add namespace in bluetooth_packetgen
503e5cc289 : Add multi file support for bluetooth_packetgen
962ee307b1 : Add packet parser tests to TEST_MAPPING
bdd7d31c20 : PDL: L2CAP packet definition
13b6312db6 : PDL: HCI packet definition
3cfe4e40f0 : packet: Add the PDL Packet Generator
67f00d4ee0 : Fix for GATT not returning disconnect callback.
a16ac3f7f5 : Fix memory leak of reactor and reactor_unittest
5164782711 : PacketBuilderTest: Modify member array
52a6e6bca7 : Handle Bluetooth HAL service died
6d6b314e8d : Fix handling of startup_timer_expired
947f45d2ff : Fix handling of startup_timer_expired
0ed427b77e : PhonePolicy: Fix no auto-connect to other profiles while previous attempt failed partially
90e6d9ca01 : Metrics: Log class of device
58fc322eba : packet: Add Packet classes and tests
aa9465bd4d : Add service change handle for Hearing Aids
d2b1bfa0dc : Fix for GATT not returning disconnect callback.
123f40cfd9 : RootCanal: Add beacons by default
c1c0e7e009 : Common: remove GD related stuff from common
6a6da03ee1 : Avoid using erase()d iterator
6ae73ed7fa : btif_storage: Avoid extra std::string copies
e8875aac56 : Disable Link layer socket device test in rootcanal
f2d49bda6a : BluetoothHealth: hide auto-created default constructors
5da33ae4fc : Fix assert macro logical inversion
6ce7d412b6 : Move silent player to A2DPSink, get button routing only if focus is granted
342e553842 : DO NOT MERGE Don't persist bonds using sample LTK
710c622284 : DO NOT MERGE Don't persist bonds using sample LTK
1abde199a1 : DO NOT MERGE Don't persist bonds using sample LTK
8760957219 : Refine Bluetooth Metadata API
2211da564b : Align with metadata API changes
03182d23c0 : Revert "DO NOT MERGE Hearing Aid: Add JNI API for add/remove whitelist"
9ec3a73609 : Revert "DO NOT MERGE Hearing Aid: Use separate time for L/R in connect() and use whitelist"
5ea78960a6 : Fix use of uninitialised variable
0c54f74c13 : Migrate packages/apps/Bluetooth to androidx.test
0f84307b34 : Fix potential null point dereference
a3c4cbdf33 : RootCanal: Add more scripts
f795c73a14 : RootCanal: Desktop simulation envrionment
c139279b3f : RootCanal: New Directory Structure
739594d82b : Get gd os tests running on host
2d8c6ec564 : Run code coverage only on host target
846ba92a2b : Convert core/tests/**/Android.mk file to Android.bp
ab55e0f81c : Check GATT notification len
646a053a72 : Log encryption key size
9347368793 : Only use the new format in gd/
a89530f48d : Copy reactor classes to new directory
f2ad5dca2f : A2DP: Initialize the UIPC HAL only when those binderized HALs are not enabled
a37e5d505b : Revert "DO NOT MERGE Log encryption key size"
5e0a20e70c : DO NOT MERGE Log encryption key size
1b424a802f : DO NOT MERGE Drop Bluetooth connection with weak encryption key
cf26bd9de7 : Update Adapter State after native layer complete
40e4983cc9 : DO NOT MERGE Drop Bluetooth connection with weak encryption key
0e23425ec2 : Log encryption key size
9c05742b9b : DO NOT MERGE Log encryption key size
112045ee79 : Drop Bluetooth connection with weak encryption key
94a2326b12 : Update Bluetooth to use adaptive icon.
dda10f099d : Revert "Remove media players if their backing session dissappears"
a879d4c92a : Create TM for each subId to register phonestatelistner
14d7356400 : Import translations. DO NOT MERGE
1860f94d71 : Add test about post/clear task from callback for handler
a0cfdd89cc : Store volume when the active device is set to null
2711c1ab45 : DO NOT MERGE Drop Bluetooth connection with weak encryption key
2771788242 : DO NOT MERGE Drop Bluetooth connection with weak encryption key
2ea24eded0 : DO NOT MERGE Drop Bluetooth connection with weak encryption key
453d57b280 : Hearing aid: use new common/Timer
c5c476285a : [DO NOT MERGE] Handle edge cases where input or hash/data could be null.
d09688a44d : Fix endless crash when load Bluetooth database
9406906616 : Refine Bluetooth silence mode API
f4c99c05ca : BQR: Fix for the issue that Bluetooth keeps on crashing if the controller firmware does not support the BQR feature.
659981f94f : hf_client: Pass an empty string when number_present is false
6233a08390 : Use StateMachine.sendMessage() to avoid NPEs on state machine quit
59fcee0bc5 : Refine the log messages of audio_bluetooth_hal
8f46d647ca : Add a workaround to play A2DP SBC Mono
4055316132 : Add event_value to BluetoothClassicPairingEventReported
ce8a37ff64 : Add ACTION_STOP as a default player supported action
0f6124bc72 : Fallback to the legacy HAL when IBluetoothAudioProvidersFactory is unsupported
2d7ddc9877 : Add Rx RSSI logs for Hearing Aids
a76ec8b43b : Cleanup annontations for Hearing Aids Profile API
4c7d71159d : Remove media players if their backing session dissappears
3e6b47d9f3 : [DO NOT MERGE] btif: Lighter weight file existence check
25ce28a0ed : Use PLOG rather than LOG strerror(errno).
5a54a076d4 : Change storage metadata type to byte array
491bfdc55c : Fix bonded address been removed unexpected
af9c0a619a : Revert "Revert "[DO NOT MERGE] Implement key attestation using AndroidKeystore.""
d880d1544c : Revert "[DO NOT MERGE] Implement key attestation using AndroidKeystore."
f00bafd3c9 : Validate all AVRCP packets before use to prevent out of bounds reads.
726a7ec457 : DO NOT MERGE: Use a weak pointer to deliver updates to AVRCP devices.
9af4bc1fef : [DO NOT MERGE] Implement key attestation using AndroidKeystore.
2a04e47729 : No need to abort the audio HAL / Bluetooth when failed to suspend
a2285ae166 : Add @NonNull annotations to LE CoC APIs
4d231f502a : Allow to disable the rootcanal test console with a property
e9bd9c1fba : Play a short/silent WAV file to ensure we get routed media key events
a2b7dce616 : Move controller_properties.json to the vendor image
16441d0579 : Avoid IllegalArgumentException when bluetooth is disabled
0fd908c643 : compiler based array initialization
0b1c020f22 : Recover from HandsFree client connection collision
87130fa1d5 : Release encoder state when cleaning up the hearing aids instance
e270a05adc : [DO NOT MERGE] btif/osi: move I/O to OSI layer. disable for multi-user.
3566406395 : [DO NOT MERGE] Handle edge cases where input or hash/data could be null.
095da0f685 : [DO NOT MERGE] btif: Avoid resource leak in error case
d968f03899 : [DO NOT MERGE] btif: Avoid a couple string copies
92542d135c : [DO NOT MERGE] btif: Lighter weight file existence check
eb2db286b3 : [DO NOT MERGE] Implement key attestation using AndroidKeystore.
4767568a12 : Don't validate BLUETOOTH_PRIVILEGED permission every time the restricted handler is notified via onNotify callback. Instead cache that permission if granted.
d43beed215 : [DO NOT MERGE] Bluetooth support for Headless User
7ddc70dd7c : Hearing Aid Dump Audio Tool: Add No Start Cmd feature
aa5490d492 : DO NOT MERGE: Use a weak pointer to deliver updates to AVRCP devices.
0287f695c4 : DO NOT MERGE: Fix build break.
4674b2732e : Use a weak pointer to deliver updates to AVRCP devices.
999a058722 : Battery Level: Add FLAG_RECEIVER_INCLUDE_BACKGROUND flag to intent
f5935b45b6 : Fix redundant set codec preference to native
b1a7d47e10 : osi: explicitly release wakelock during turn off
39feeda753 : Clear the link key when releasing security records
d7f2b952a7 : DO NOT MERGE Fix length for L2CAP config type EXT FLOW
db9bf7bd29 : AVRCP Controller Play Position Changed
c85bd85a57 : Add @NonNull annotations to Hearing Aids Profile APIs
95c949f42c : Fix for connection attempt after connection cancel
e65dc29dee : Don't report silence state in ACTION_SILENCE_MODE_CHANGED
076bac5450 : Change optional codec status when selectable codec is valid
7f2c228947 : Clear the link key when releasing security records
c0cc54470b : Fix onMetadataChanged listener failure
c483d6a57c : Add btm_free() to clean up btm properly
ab02745f59 : Fall back to CLOCK_BOOTTIME if CLOCK_BOOTTIME_ALARM fails
1d82962e94 : Add PBAP client to ProfilePrioritiesEntity
3d45aac882 : Bluetooth: Remove unused string resources
9dad5382c7 : When stopping Hearing Aids, send Stop cmd to devices
bc9f941710 : bta_jv_act: Avoid writing through NULL/freed pointer
827f98551c : bta_jv_act: Avoid potential NULL dereference
13613a3f17 : All Parcelable CREATOR fields are @NonNull.
fa7abd5cf0 : Bluetooth: Remove Duplicate permission
2358048060 : Reland BluetoothAudio HAL: flip to be enabled by default
1b60961392 : Reland Start the media encoder for a successful BTA_AV_START_EVT
6bf3043baf : Fix a bunch of incorrect syntax statements
99be9a4054 : Reland Start the media encoder for a successful BTA_AV_START_EVT
6e21a41e90 : Reland BluetoothAudio HAL: flip to be enabled by default
dede63b800 : Audio HAL: Check if ProviderFactory is null before printing debugging
08e70342ed : Revert "Start the media encoder for a successful BTA_AV_START_EVT"
bff68f75d4 : Revert "BluetoothAudio HAL: flip to be enabled by default"
5075a69b22 : Change BluetoothCodecStatus.sameCapabilities() to public
99e68932d3 : Send empty string instead of nullptr for BLDN event
5fccde018b : Disconnect pending player when turn bluetooth off
e61b227f7f : Start the media encoder for a successful BTA_AV_START_EVT
5da6a503b1 : BluetoothAudio HAL: flip to be enabled by default
5ced33ff45 : btif/osi: move I/O to OSI layer. disable for multi-user.
221c92ff81 : PBAP Call Log download
951a206d76 : Restore HeadsetClientStateMachine.getCurrentAgFeatures() reporting of EXTRA_AG_FEATURE_VOICE_RECOGNITION.
e7d8c660e0 : Reactor-based alarm implementation
8bb04bb877 : Reactor-based threading model
af3fbe05de : Check HCI_ACL header length
b7dfa445f3 : clang: Set to 120 characters per line
b48e277d54 : Don't require A2DP codec information when initialize audio_hal_interface
85f7f1a683 : Improve performance of GattService.permissionCheck by removing on-demand handleId to UUID translation.
355f77b6cd : Fix crash when more than 2 PHYs specified for connection
6141b83570 : Check A2DP UIPC state before feeding data
921aab0788 : Break the control early when the stream state of Bluetooth Audio changed
a132e89a74 : Fix possible RCE when jni new a UTF string.
cf51c8d247 : Handle edge cases where input or hash/data could be null.
0b09b22052 : Import translations. DO NOT MERGE
8fc1c35a8e : Import translations. DO NOT MERGE
649a338e5a : Add support for a2dp offload HAL ver2.0
b98efd640b : Rename a2dp_software_encoding to a2dp_encoding
bb9d776086 : Fix the bad link due to typo
85f78efb24 : Fix the incorrect javadoc links
b98de36818 : Remove unnecessary unlock
207f03f7cf : Enable optional codec by default
9029157180 : btm_proc_smp_cback: Don't access p_dev_rec if freed
443cc01b04 : DO NOT MERGE Separate SDP procedure from bonding state (1/2)
bf1c2aeaa3 : resolve merge conflicts of b0f7015ceb830c343caff2848a71e5357fd2804b to pi-dev
5930fe5a28 : btm_ble_multi_adv: Check data length in HCI interface
b3589615a5 : DO NOT MERGE Separate SDP procedure from bonding state (2/2)
59b668c009 : Hearing Aid Service: Set HA to active device if it's the first device
4a68e90d50 : Fix the volume of A2DP devices which switching audio
67b9fbbafb : Flush buffer to filesystem before fsync
ff9b553458 : Fix OOB in bnep_is_packet_allowed
6629e52201 : Change the default snoop log level to off.
6f2dd3a7db : Pass full binder UID to checkPackage
9e02620e93 : Metrics: Log manfuacturer information from Device ID profile to statsd
7a98b40aca : Metrics: Log L2CAP and RFCOMM socket connection state changes to statsd
071f8eee38 : Check L2CAP size only for start packet
8e645ca3c6 : Add the capability to list bluetooth HFP as emergency capable phone account
9551a5f2c0 : Update owners
239252d46e : Metrics: Log remote device information to statsd
d917c20820 : Remove false positive SafetyNet logging
cc7ec6c620 : DO NOT MERGE Separate SDP procedure from bonding state (2/2)
e61c2c0704 : DO NOT MERGE Separate SDP procedure from bonding state (2/2)
ab3278c8f4 : DO NOT MERGE Separate SDP procedure from bonding state (2/2)
a03ab269bd : DO NOT MERGE Separate SDP procedure from bonding state (2/2)
ca6eb95d01 : btif: Lighter weight file existence check
92bc679ede : btif: Avoid a couple string copies
3310051223 : btif: Avoid resource leak in error case
3c162a868d : Metrics: Log SDP attributes to statsd
895430b239 : Add audio channel of Bluetooth Audio Hal v2 for Hearing Aid
68ce281a12 : Add stack side interface for Bluetooth audio HAL V2
cf6873a4af : Adjust scan permissions
f1e57387df : Implement key attestation using AndroidKeystore.
b9a84c277d : Add generic audio HW module for Bluetooth audio HAL V2
38cc4d0c7b : PBAP Client SDP record
e9db4b9a56 : Import translations. DO NOT MERGE
0d888e5216 : Metrics: Add classic pairing metrics
8e65493fe2 : PBAP Client SDP record
b75275d4ab : Metrics: Log SMP pairing commands
b4668b6a83 : Fix race condition during LE device remove bond.
b4f6e7a276 : Rename CustomizedMetaEntity to CustomizedMetadataEntity
0b9ddddb99 : Fix NPE when get metadata without set any
255eb38c25 : Fix OOB in process_service_attr_rsp
66abcbb76b : Change database package name align with the directory name
799af0240b : Change database package name align with the directory name
fffed8670c : Metrics: Log pairing state change to statsd
fb257ff569 : Metrics: Log pairing state change to statsd
7d7a8ded88 : Metrics: Log A2DP playback related atoms to StatsLog
25ad8706af : Fix for infinite loop in gatt_enc_cmpl_cback
7eedd353c0 : Fix OOB in BNEP_Write
714908cef6 : Fix potential arithmetic overflow in btif_config_set_bin
37929260d3 : Fix invalid iterator access in GATTS_StopService
9eaedeadf1 : Metrics: Add Bluetooth quality report to statsd
8b0caf0d76 : Check ch_id in UIPC_Read before using it
44f81ca3e3 : Import translations. DO NOT MERGE
a4003b9a1a : DO NOT MERGE Separate SDP procedure from bonding state (1/2)
078c8a8c5d : Metrics: add remote version info log to statsd
0e818cf925 : Metrics: Log HCI timeout event over stats log
92f52ac8dd : Using std::promise and std::future to block till A2DP device activated
161a3e3e99 : Metrics: Log A2DP playback related metrics through StatsLog
394e04298d : Hearing Aid: Add python script to dump audio data to file
3dd3ebe23e : Separate SDP procedure from bonding state (1/2)
38c3e8c7f6 : Separate SDP procedure from bonding state (2/2)
f914684a09 : Hearing Aid: Removes all registrations for connection when disconnect HA
69d75b4732 : Add IdGenerator
4033c5e8e2 : Fix information dislosure in sdp_copy_raw_data
d1b4efbef7 : BQR: Cleanup BQR header definititon
ce8f4a749e : Delete Database before removing from list
dfd389ca2c : AudioDeviceBroker in audio service
d8a90d876b : DO NOT MERGE: Revert "Revert "Add libprocessgroup dependency and fix sched_policy include""
4a73d963a0 : BQR: Add Bluetooth Quality Report feature
d2f594636a : Convert Android.mk file to Android.bp
fdaeefd6b4 : Migrate bluetooth tethering to IIpclient
bfa04dd3a7 : SDP: Remove SDP_DEBUG_RAW flag
8da29e0674 : Fix OOB in reassemble_and_dispatch
f36942a09d : Fix crash in bta_ag_parse_biev_response
6b73802a7a : Implementation for Bluetooth silence mode
11c2ff5c69 : DO NOT MERGE: Revert "Add libprocessgroup dependency and fix sched_policy include"
064375d603 : Change MetadataListener to a abstract static class
48cab53206 : Disable AVRCP position change in silence mode
9380201641 : Introduce system APIs for Bluetooth silence mode.
71b58400c9 : GATT connection_manager: Fix logic to remove white list device
9d0c084959 : Change the configuration enable for Hearing Aids Profile
72e17e4261 : Fix OOB in avdt_msg_asmbl
2767244ef3 : Fix OOB in avdt_msg_prs_cfg
5ac2b8dad0 : Fix OOB in sdp_disc_server_rsp
c050b1a9fa : Fix OOB in btm_ble_vendor_capability_vsc_cmpl_cback
c3fde45e21 : Fix integer underflow in rfc_parse_data
d171d88478 : Add Android APIs for Hearing Aids Profile
370a8ae8d0 : Add 2 new ways to check for Support for Hearing Aids Profile
88b7453b3c : Add a new isAshaHearingAidSupported method to Bluetooth Manager
3f2a154d97 : Support metadata APIs for Bluetooth storage
9f6310b862 : Implementation for Bluetooth database
d22fb8f068 : Skeleton implementation of Bluetooth metadata APIs
cda3910168 : Add binder interfaces for metadata APIs
8635697ac0 : Fix the LE CoC SL4A Test failure due to length check
9efb267885 : btm_proc_smp_cback: Don't access p_dev_rec if freed
aa78c8b136 : DO NOT MERGE btm_proc_smp_cback: Don't access p_dev_rec if freed
896111aac6 : DO NOT MERGE process_l2cap_cmd: Fix OOB
f5d3532eec : process_l2cap_cmd: Fix OOB
eaae76b59a : process_l2cap_cmd: Fix OOB
fab4a492fb : Fix OOB in hidd_l2cif_data_ind
1efa3cec9f : initialize msg/cfg in avdt_msg_ind
2c8fd5ff31 : Fix OOB in avct_lcb_msg_asmbl
de7e8c97f4 : Metrics: Log ACL and SCO connection state change
43a4b8572d : Add libprocessgroup dependency and fix sched_policy include
c7abe14d7b : Fix OOB in avrc_pars_vendor_cmd
0ce4d672bf : initialize setconfig in bta_av_config_ind
270fee6ec2 : Add libprocessgroup dependency and fix sched_policy include
226d167002 : advertise_data_parser: fix a potential OOB
6721e55c1e : Fix bug with broadcasting the wrong audio state
60d8af1503 : Add a ClassOfDevice type
5113dd6807 : audio: Add API for BT to query offload A2DP encoding formats
b0a2b1eb22 : Hearing Aid State Machine: Only use getCurrentState to get connection state.
dfb4afc62f : Add new Hearing Aids commands to improve L/R Sync
9100ae8b4b : Wait for Notifications before sending audio data
2d4e9092b0 : Enable airplane mode when booting in safe mode
b261e2e8eb : btm_ble_multi_adv: Check data length in HCI interface
0d4807d2f1 : Metric: Add logging for link layer connection events
0cda81e3d4 : DO NOT MERGE A security fix to check buffer length in l2c_lcc_proc_pdu
8b2746bfc5 : Revert "Metric: Add logging for link layer connection events"
1fdcae1492 : Allow bond request from devices with BTM_IO_CAP_NONE
76d59dd16e : Add Filtering for snoop logs based on L2CAP and RFCOMM Channels (1/4)
1bdac04ddc : Metric: Add logging for link layer connection events
4a172fac7b : Do not crash on LE Create Connection "Command Disallowed"
91da560bdc : SMP: Fix invalid auth_req in LE Security Request handler
3314f10a0b : Import translations. DO NOT MERGE
434b0d68d7 : Import translations. DO NOT MERGE
c78c4f462c : Metrics: Return empty array for null address in obfuscateAddress()
6308ac3258 : Fix BT a bad/ out of bounds array read
abeb161ec3 : Fix potential NULL dereference in smp_proc_confirm
2e29a53c1a : btm_ble_gap: Check bound before accessing pointer
1bc5731bfa : Add Filtering for snoop logs based on L2CAP and RFCOMM Channels (4/4)
dcc9679601 : Add host tests to TEST_MAPPING
c2c83785df : Fix bt_trace.h #define
30f84c1ba6 : Do not close dump file descriptor
8bb9c7d4ac : Deprecate BluetoothHealth APIs
340b763765 : Remove code related to Health Device Profile
f58c174c93 : Remove code related to Health Device Profile and MCAP Protocol
625df0a480 : Metrics: Use byte[] instead of ByteString in AdapterService.obfuscateAddress
f97faa3fa4 : HCI: Simplify btu_hcif_hdl_command_status()
e7e2406efb : HCI: Fix command status handling of HCI_QOS_SETUP
9680ca6ad5 : Group all Hearing Aids device information together
9e42e058f3 : Remove BTM_SCO_WAKE_PARKED_LINK flag
07ffaa447f : Deprecate BluetoothHealth APIs
f69439ec95 : Clean up BLE connection state state machine
991e872234 : Move all HCI LE Create Connection management into single file
401f39f074 : DO NOT MERGE A security fix to check buffer length in l2c_lcc_proc_pdu
ff683489ef : DO NOT MERGE A security fix to check buffer length in l2c_lcc_proc_pdu
d99de9de4b : DO NOT MERGE A security fix to check buffer length in l2c_lcc_proc_pdu
8e5dff56ba : Remove code related to Health Device Profile and MCAP Protocol
a4080f8573 : Remove code related to Health Device Profile
69fd76526e : Remove BTM_SCO_INCLUDED flag
5cab7c92a3 : A security fix to check buffer length in l2c_lcc_proc_pdu
02d05addf1 : MAP: Don't start/stop on broadcast intent
e80bfd5bc6 : Remove connection_manager from gatt namespace
1eff6dc599 : Get rid of is_ble_connecting and ble_connecting_bda
cd33d93015 : Use conneciton_manager for all LE connection establishment
84995ea1de : Limit access to suspected false positives.
8c635e04f4 : Get rid of direct connect queueing logic
7344059322 : Limit access to suspected false positives.
14c2b631b9 : Enable airplane mode when booting in safe mode
ab7c8d5ac4 : HFP: Check if name is nullptr before calling GetStringUTFChars
af861850bf : AdapterService: Only bind HeadsetService in ON state.
f67b44851c : Import translations. DO NOT MERGE
bf02fc1b82 : Import translations. DO NOT MERGE
7fd3b7f354 : Call btm_ble_set_conn_st before on_connection_complete
bd39d62f4e : Fix for Bluetooth device name is resetting to default name after reboot
a007df689a : Merge code in scanner/advertiser connection complete handler
10bbd6a96e : Unify code in scanner/advertiser connection complete handler.
cfe55787fe : Split l2cu_create_conn into two separate, transport-specific functions
bc0a254102 : Restricting AndroidTV Remote Service UUIDs' access
67b01c20b5 : Fix mtu assignment with correct value
4af5fde7df : Enable BLE background connection when stack is started
0de7ddfa3b : Revert "Remove redundant GATT_StartIf"
7de0e22628 : Remove unused using decls.
945c249742 : bluetooth: fix crash on accessing null adapter
805a4cc393 : Fix mtu assignment with correct value
4554d5a132 : BluetoothManagerService: catch NoSuchElementException for unlinkToDeath
6526e8e4cf : Add stng@google.com to the OWNERS list
ba7a3478ad : use epoll_create1
8f6498e989 : Make sure Hearing Aids' Connection Intervals is unchanged
b7de86eccf : BluetoothManagerService: catch NoSuchElementException for unlinkToDeath
db073ac136 : Add a host test for net_test_avrcp
e1f4c74407 : Add PREUPLOAD hook to indicate commits should go to AOSP first
9735d3df2e : List test_config_template to android platform only.
3afede778b : Use White List for direct connection establishment to multiple devices
29d85a292e : Remove unused battery level support
c655ba8796 : Remove redundant GATT_StartIf
9ef032b089 : Pass package name as part of startDiscovery
cbff95d291 : Pass package name as a part of startDiscovery
0c5c19046a : Fix location for BLE and classic scan results
5b198933ca : Fix performance-for-range-copy warnings
977ad22268 : Add flag for audio focus to facilitate overlays
3deb5ec3e1 : Fix the LE CoC SL4A Test failure due to length check
d18a54d494 : Avoid a NullPointerException in getDevicesMatchingConnectionStates
032498c1e0 : Turn stack/gatt/conneciton_manager.cc into text file
8f94df5e99 : Fix generating id in android namespace
c204a193c1 : Import translations. DO NOT MERGE
47f939afeb : test_vendor: Add PacketBuilder classes
4f70a5e113 : test_vendor: Add PacketView for copyless parsing
8d8918b02f : OWNERS -eisenbach, +zachoverflow
ebe82c6f32 : Fix GATT not working due to address mismatch
fd1aeefb96 : Config: Reduce LOG(WARNING) to VLOG(1) when config key is not found
0c47c593cd : Enable shadow call stack in packages/apps/Bluetooth.
fc97afd8b8 : Enable shadow call stack in system/bt.
a163f9ab66 : Fix OOB caused by invalid SMP packet length
3385a2c8ff : Preserve x18 while calling aptX encoder libraries.
8938c2f73c : RFCOMM: Check flow control length
e2a23a073a : AdapterServiceTest: Wait for ScanMode Broadcast
b735fd90c6 : Set active volume device to null if there is no new device
8592200399 : Add OOB check in avrc_pars_browse_rsp
e29b30d72b : Fix buffer overflow in btif_dm_data_copy
75f03dcf0c : Fix potential usage of freed memory in btif_hl_proc_sdp_query_cfm
e8a14bfa2d : Bluetooth: Check descriptors size in BluetoothHidDeviceAppSdpSettings
8e95f346b6 : Metrics: Fix a typo in log
339283a448 : Group BR-EDR related SDP variables under transport
124e9ab877 : TEST: Use com.android.internal.annotations
c9032d7b13 : Move Bluetooth to androidx.
cd2b58073f : Add OWNERS file to packages/apps/Bluetooth
cd985f72ee : Split Timer into OnceTimer and RepeatingTimer
2899164511 : Hearing Aid: Add clear conn_id and close ctrl UIPC when BT turn off
93ae5729b5 : Test: Save SSR dump after test
680f457c58 : Test: Save SSR dump after test
485d78620d : Add OOB check in avrc_pars_browse_rsp
25bb5694d3 : Fix OOB in process_l2cap_cmd
7d9f833aa2 : Bluetooth: Check descriptors size in BluetoothHidDeviceAppSdpSettings
92442b5c02 : AVRCP: Don't use the queue for current metadata
31c80a89ad : Metrics: Add Bluetooth address obfuscator in Java
9183fd3815 : Metrics: Add Bluetooth address obfuscator
970b256430 : Assert if alarm callback is null
097358bfa3 : Bluetooth: Check descriptors size in BluetoothHidDeviceAppSdpSettings
d064973ac2 : Fix OOB in smp_proc_pair_fail
2b257de8c1 : Fix buffer overflow in btif_dm_data_copy
bb73549613 : Bluetooth: Fix NPE when accesing Manufacturer Data of invalid ScanRecord
4664aad751 : Fix buffer overflow in btif_dm_data_copy
724a68c4fb : Fix buffer overflow in btif_dm_data_copy
26c5b29dd1 : Fix buffer overflow in btif_dm_data_copy
9d649d2256 : Allow Resolvable Private Address into LE White List
fc138f084a : Centralize call to gatt_update_app_use_link_flag for GATT_Connect
d202dadad6 : Fix possible OOB when receive SMP data
a2635b81b2 : Fix buffer overflow in btif_dm_data_copy
256fcacb30 : Fix potential usage of freed memory in btif_hl_proc_sdp_query_cfm
7f828303cf : btif_av: remove dead code
c3ae8a953a : Fix potential usage of freed memory in btif_hl_proc_sdp_query_cfm
00b6cb93fe : Prevent potential deadlock in Hearing Aids
402244e7f1 : Remove unused BTM_BleSetAdvParams
757aa7a50a : Linux tests build fix
35c4572dc0 : DO NOT MERGE Separate SDP procedure from bonding state (1/2)
0742253561 : DO NOT MERGE Separate SDP procedure from bonding state (1/2)
695831362d : DO NOT MERGE Separate SDP procedure from bonding state (1/2)
04ec524ed3 : AVRCP: Don't use the queue for current metadata
340bd680be : Fix an error in pure virtual function in earlier CL
dbeebf845f : btsock_signaled: provide debugging info for crash
3fc40a3185 : Enable the Debug Logs for Hearing Aids Profile
ccac102a7b : HFP: Check AT command buffer boundary during parsing
cb87a959d5 : HH: Check parameter length in bta_hh_ctrl_dat_act
aa0dbd09dd : MCAP: Check response length in mca_ccb_hdl_rsp
e8b29cf67e : SDP: Check p_end in save_attr_seq and add_attr
e2e296a301 : Fix possible OOB when AVDT data channel recive ACL data
61d17c8019 : BluetoothManager: Set DBG to false
e88b3bf70f : Fix NPE when receives null action.
e432ffdc30 : Continue merge: Fix Spurious Hearing Aid Start and Stop Cmds
6037e03815 : Dump gatt::connection_manager state into bugreport
d80f0dabd2 : Use map instead of list for keeping apps interested in connection
eb6a003b06 : Bluetooth: Prevent BT crash using adb commands
8a62bdc2af : Synchronize DeviceDisconnect in VolumeManager
6517b37f0d : AvrcpController null pointer exceptions.
10ddabe953 : Update A2DP Sink Connect timeouts.
aa64ba7c9c : Import translations. DO NOT MERGE
7e77d33eb2 : MAP: Don't start/stop on broadcast intent
8d98726f7b : BluetoothDevice.ACTION_UUID requires BLUETOOTH_ADMIN
675166005d : First tests for connection management
e39603d949 : introduce gatt::connection_manager::get_apps_connecting_to
ed8d339e68 : HFP: Send caller ID in +CLIP command (1/4)
661a2681b4 : HFP: Send caller ID in +CLIP command (2/4)
1fee0e4d7a : Naming cleanup in stack/gatt/connection_manager.*
5c16832ba4 : Synchronize DeviceDisconnect in VolumeManager
93bfc5fb2b : Change the initialization order of AvrcpTargetService
22d721e7a2 : gatt_utils_white_list -> connection_manager
93a5679a67 : Enable bounds sanitization in Bluetooth.
632f70b7fd : AVRCP: Change notification variable when the interim response is sent
2ceb3fd117 : Revert "Fix OOB in avrc_pars_browse_rsp"
77f93feb21 : Hearing Aid: Combine audio from stereo to mono when only one side connect
5b01d35eae : Change the feature flag for Hearing Aid behavior
a4fecb041b : Minor style fixes in gatt_main.cc
cea4d84b7f : HFP: Send caller ID in +CLIP command (3/4)
ea4f5f2c51 : Fix Spurious Hearing Aid Start and Stop Cmds
337fbdec4b : Add code coverage report support to Bluetooth
a66edfa0f7 : Move Bluetooth off the product="..." strings xml feature
a63a92e68d : Import translations. DO NOT MERGE
31d2ed59e3 : DO NOT MERGE HFP: Check AT command buffer boundary during parsing
c0b8fd0fbd : DO NOT MERGE HFP: Check AT command buffer boundary during parsing
682d150c4b : Import translations. DO NOT MERGE
36f016578c : DO NOT MERGE: SDP: Check p_end in save_attr_seq and add_attr
175948f0c1 : DO NOT MERGE: SDP: Check p_end in save_attr_seq and add_attr
435deba115 : DO NOT MERGE HFP: Check AT command buffer boundary during parsing
fd87ff75c0 : DO NOT MERGE HFP: Check AT command buffer boundary during parsing
6031575290 : Cleanup LE White List HCI interface
c2f7b647b7 : DO NOT MERGE: Fix possible OOB when AVDT data channel recive ACL data
dda729cba9 : Use tip-of-tree robolectric
f078f78b21 : DO NOT MERGE: SDP: Check p_end in save_attr_seq and add_attr
0d6920e42d : Change the feature flag for Hearing Aid behavior
b1801055cd : DO NOT MERGE: MCAP: Check response length in mca_ccb_hdl_rsp
4d18d5f055 : DO NOT MERGE: MCAP: Check response length in mca_ccb_hdl_rsp
da1fdb6a48 : DO NOT MERGE: HH: Check parameter length in bta_hh_ctrl_dat_act
bb8ae44e48 : DO NOT MERGE: HH: Check parameter length in bta_hh_ctrl_dat_act
09a4a1eaff : SDP: Check p_end in save_attr_seq and add_attr
a8c4b207ff : Fix OOB in avrc_pars_browse_rsp
10e0027a56 : DO NOT MERGE: Fix possible OOB when AVDT data channel recive ACL data
a61ec56777 : DO NOT MERGE: Fix possible OOB when AVDT data channel recive ACL data
a58860efc3 : Fix possible OOB when AVDT data channel recive ACL data
020989feb4 : HFP: Check AT command buffer boundary during parsing
0b337ecf7d : Import translations. DO NOT MERGE
177b8c04c0 : HFP: Don't use mSBC for HF devices not supporting related feature
838395a64a : HCI: accept OnceCallback instad of Callback
545f9838c8 : HFP: support pause character "Comma" in acceptable dial digit string
c71a8fdef4 : PBAP: Improvisation in start time of BluetoothPbapService
d26572c56d : HFP: support pause character "Comma" in acceptable dial digit string
6ef799016f : PBAP Client call-log cleanup
b2598d984a : Small cleanup in GATT white list
7013f4c68c : Separate GATT white list from global GATT control block.
625e1ae1d6 : Move white list specific code in GATT to separate file
0457fc83b9 : MAP: Handle concurrent MNS SDP Response and MAS Disconnection
8c6f98619e : PBAP: Intialise Service instance before START_LISTENER is processed
a6197615d0 : BTM_BleClearBgConnDev -> BTM_WhiteListClear
e9b25d0c20 : Split BTM_BleUpdateBgConnDev into BTM_WhiteListAdd and BTM_WhiteListRemove
dbe5515526 : Linux build fix
5495a0abbb : Hearing Aid: Combine audio from stereo to mono when only one side connect
dcf730b0e0 : Minor style fixes in gatt_api.cc
949c8dda49 : MCAP: Check response length in mca_ccb_hdl_rsp
09416114b3 : HH: Check parameter length in bta_hh_ctrl_dat_act
79242b0472 : Cleanup Bluetooth MCE State Machine
16bb9d667a : Split gatt_update_auto_connect_dev into separate add/remove functions
eb8499d418 : Import translations. DO NOT MERGE
376024d47d : Add siyuanh@google.com to OWNERS
f8b1df4c05 : separate btm_ble_stop_auto_conn from btm_ble_start_auto_conn
3774c8be1d : service: don't use android::String16 in platform-independent code
bf40b2e832 : Allow implicit-fallthrough warnings locally.
ba5fc8e3f8 : Fix errors around logging when compiling on Linux
9a8af551a1 : Partial fix for linux build
484573f039 : Move some members to the "Q blacklist".
b39114b74f : Fix possible OOB read
1b621449d2 : HIDD: Check descriptor length and increase buffer
404bcc2a12 : Run the wakelock JNI callbacks on the JNI thread
ac8defe751 : bta: Pass the correct UUID array size in bta_ag_do_disc
b6752322ce : Check SDU lower bound before allocate p_data
12092fb5d8 : Clean up variables when closing BT
7d5e604544 : Fix Spurious Hearing Aid Start and Stop Cmds
24e063bddb : Hearing Aid Service: Don't sent suppress noisy intent
f70e37d70c : Synchronize on a static final object to lock mDeviceBusy
d2384d7d9e : Fix typo in avdt_scb_by_hdl
7507a019e0 : Add more Hearing Aid Profile logs
50bb8763e3 : Hearing Aid Service: Don't sent suppress noisy intent
857966528a : A2DP: Prevent NPE in getDevicesMatchingConnectionStates()
86999c2001 : Makes bluetooth profile services bind to current (foreground) user.
d97f865ad6 : Import translations. DO NOT MERGE
935998d89f : AVRCP:Update lidx when ACP handle exist in bta_av_rc_create
2bac189201 : Import translations. DO NOT MERGE
2a2cd5db7b : Add Feature Flag for Hearing Aid Profile
3a55a31c49 : Add Feature Flag for Hearing Aid Profile
2fb235178a : Uprev libchrome to r576279 (1/multiple)
24022c9e76 : Broadcast playing state changed events similar to A2dpStateMachine.java
1524b65e9d : Uprev libchrome to r576279 (1/multiple)
d93c32acf2 : Use proper naming for Identity Address
8333d9e9c8 : Hearing Aid: Use valid COC service id
5ce0391cfa : Update robolectric dependency to v3.6.2.
9f56957c12 : Fix the incorrect javadoc links
d5228d7413 : Fix possible OOB read in process_service_search_rsp
1a7dec51b8 : Fix possible OOB read
113f7ab8a1 : Timer: Fix unstable test
e88bc0aec7 : Remove BluetoothDevice.ACTION_DISAPPEARED
50246f6213 : Hearing Aid: Use valid COC service id
6c8dcc52ad : Add more Hearing Aid Profile logs
4d3a988e16 : Allow AVDTP SetConfig from INIT state
5436a1da21 : LE Enhanced Connection Complete: Check address types
985ec79824 : docs: fixing errors found with lint checker
8cf3463e00 : Stop A2DP stream when shutting down A2DP source.
251fc1452d : Hearing Aid: use correct Data Length and MediaType
aa8ef0abd9 : Fix Timer unittest
7c775258bc : Replace A2DP source osi/alarm with common/Timer
e22426a5e8 : Fix race condition around Le Start Encryption handling.
3190c6ecb7 : Add DataElementReader for SDP
673c5903c4 : Lower the BLE connection supervision timeout to 5s.
49f6add798 : Add bluetooth_test_common to TEST_MAPPING
8cd8c26b85 : Move btif_state_machine to common/StateMachine
178badd0f9 : Stop A2DP stream when shutting down A2DP source.
ee9e4f6b77 : docs: Replacing {#link with {@link
0b6e7a06a0 : cherry-pick from pi-dev docs: Replacing {#link with {@link
00b42f8b36 : arc: Skip logs for bluetooth "Skip ..."
b018c405aa : HIDD: Check descriptor length and increase buffer
33b5f550fc : MessageLoopThread: Release lock during blocked StartUp/ShutDown
0055080136 : HIDD: Check descriptor length and increase buffer
9c64d96632 : Timer: Set data member before scheduling task
40e99810cf : Run the wakelock JNI callbacks on the JNI thread
92d3de886f : Revert "Hearing Aid: Use separate time for L/R in connect() and use whitelist"
5b8889cae9 : Revert "DO NOT MERGE Hearing Aid: Use separate time for L/R in connect() and use whitelist"
979fef6214 : Revert "DO NOT MERGE Hearing Aid: Add JNI API for add/remove whitelist"
d1c2f786c4 : Hearing Aid: use correct Data Length and MediaType
efb9173a90 : Add Feature Flag for Hearing Aid Profile
0861b3ef83 : DO NOT MERGE Hearing Aid: Add JNI API for add/remove whitelist
d63e84c5b6 : DO NOT MERGE Hearing Aid: Use separate time for L/R in connect() and use whitelist
1b8e58f0c2 : Add SapProfile to LocalBluetoothProfileManager (2/2)
4417aae114 : Import translations. DO NOT MERGE
115f734b29 : Hearing Aid Service: Enable DEBUG log
3b651d565d : Change the feature flag for Hearing Aid behavior
33087461f4 : Hearing Aid: Clean up GATT on disconnect
61b30b48c6 : Rename functions related to BLE scan cache
c7d4ababae : libchrome uprev to r576279 preparation
fddf4d718e : Hearing Aid: Clean up GATT on disconnect
cac30a28ad : Add TEST_MAPPING to system/bt
12bb36546a : GATTC: Use hex for conn_id in log
a3352b2978 : HID: Free timer after removing device
92f0645995 : Move Bluetooth to using C++17
066ba0bd6b : Add SapProfile to LocalBluetoothProfileManager (2/2)
998d30c980 : Send volume just once when starting the stream.
c2eacadaed : Clear connection update pending flag when disconnected
908f262b49 : Hearing Aid: codec and connection interval switching
768d021dae : Hearing Aid - codec switching
6967ce1e60 : Hearing Aid: Remove device from HiSyncIdMap when unbonded
b0f4bdeb63 : Add Feature Flag for Hearing Aid Profile
aaecb58145 : Add Feature Flag for Hearing Aid Profile
d40218d087 : Use maximum SSR timeout value when A2DP is streaming
a06a03302a : Add hidden API to return "Uploading" bit value from SDP record's MapSupportedFeatures.
a1333c3ac6 : Add new hidden API to return SDP record's MapSupportedFeatures field. That field is documented in Bluetooth MAP 1.4 spec, page 114.
4641d9b22e : Add new hidden API to return SDP record's MapSupportedFeatures field. That field is documented in Bluetooth MAP 1.4 spec, page 114. Spec is here: http://shortn/_zfoIrfbIzR
edc935a6f0 : Add noexcept to move constructors and assignment operators.
2064f8e591 : Remove obsoleted Coverity-related comment
4c8a770104 : Timer: Don't run new task at old timepoint
48b255ae06 : Send volume just once when starting the stream.
64364db8a1 : Import translations. DO NOT MERGE
66f3b87d97 : Timer: Separate code path for single and periodic
c9471247fe : DO NOT MERGE - Check SDU lower bound before allocate p_data
e9952e04af : DO NOT MERGE - Check SDU lower bound before allocate p_data
d16663cd31 : AVRCP Controller audio focus while browsing.
2645562946 : Update A2dpSinkStreamHandlerTest
35f419c750 : DO NOT MERGE - Check SDU lower bound before allocate p_data
3cfa94fd36 : Check SDU lower bound before allocate p_data
d924253367 : Fix clang-tidy performance warnings in system/bt.
d0ffadf3b2 : Clean up variables when closing BT
26326c17a5 : Suppress implicit-fallthrough warnings.
9cb194c4cf : AVRCP Controller getFolderItems
5a70486e35 : AVRCP Controller media session queue
8267747c5b : HFPClient connectAudio
78a8ef5be3 : Add net_test_avrcp to general-tests suite
7e50b2e0ee : Move some members to the "Q blacklist".
412cbec0c5 : Unhide the LE CoC APIs
f05a8c49a8 : Add Timer as an alternative to osi alarm
9724fdbe0f : StatsLog BleScanResults moved out of BatteryStats
1b07653793 : Add support for A2DP LDAC Sink function
f0219f7118 : Add note for FLAG_CANCEL_CURRENT when stopping scan
f82ec2bf7d : Add a check whether an A2DP codec is supported before including it
3dfd5a76df : Add extractBE to the Bluetooth Packets Iterators
c31507dc34 : Check data length when parsing AVRCP vendor specific command responses
00cbf47414 : Check AVRCP data length when parsing inside avrc_ctrl_pars_vendor_rsp()
adb14081a1 : HID Device: Fix OOB in register_app
da07012214 : AVRCP: Don't use the queue for current metadata
70f9d8103c : Disable absolute volume control for deepblue2 speaker
0142e1c4e7 : Fix spacing in hearing aid dumpsys
3157201dde : DO NOT MERGE - Check AVRCP data length when parsing inside avrc_ctrl_pars_vendor_rsp()
ffc0d8f9ab : DO NOT MERGE - Check data length when parsing AVRCP vendor specific command responses
fe923a7dfd : DO NOT MERGE - Check AVRCP data length when parsing inside avrc_ctrl_pars_vendor_rsp()
6bf83c11f4 : Check AVRCP data length when parsing inside avrc_ctrl_pars_vendor_rsp()
e01f74d7cd : bta: Pass the correct UUID array size in bta_ag_do_disc
e191fc3823 : HID Device: Fix OOB in register_app
9c751d235b : Allocate lcb when connection complete if can't find one
47603ff91e : Check data length when parsing AVRCP vendor specific command responses
626b8f76fa : Clean up variables when closing BT
194fb24c19 : Fix a wrong check in rfc_parse_data
865a62fc0b : Add bound check for rfc_parse_data
c8b997e365 : Implement A2DP source and AVRCP target binder servers
ccba73c04b : Rename NewAvrcp to Avrcp
a5b13dd720 : BLE: Add service solicitation uuid feature in scan filter
4866e6d02c : BLE: Add service solicitation uuid feature in scan filter
96215d0785 : Quit SapServerHandler safely avoid failure
bf361630f6 : AVRCP Controller media session queue
21563c5ad5 : Fix out-of-bounds reading in btm_ble_vendor_capability_vsc_cmpl_cback
a7faba3e23 : Upload hook that guides people towards AOSP
315dcd4f9b : Don't add items to a response if a previous item fails to be added
750124f131 : Set the AVRCP Browsing MTU for a device after browse open
08720ac7a6 : Make thread names more meaningful
7fc931a4a8 : Common: Replace ExecutionBarrier with std::promise and std::future
34bd633fb1 : Run the wakelock JNI callbacks on the JNI thread
4282398549 : Move metrics and time library to libbt-common
60d81a5522 : Fix V535 CWE-691: inner/outer for loop sharing variables
dcba6fe8f1 : [bluetoothtb] Fix bug processing BT_PROPERTY_UUIDS
9e3155594d : AVRCP Controller during phone call
86a48ccac0 : Remove duplicate dump of A2dpStateMachine
ef617c3846 : L2CAP: Handle no idle timeout (0xFFFF)
c319c30faa : Clear connection update pending flag when disconnected
58800b9fd0 : AVRCP: Play status mapping issue involving Fast Rewind
fee4ab75dd : Re-enable the Hearing Aid Profile
82085f0b5f : Hearing Aid: Remove device from HiSyncIdMap when unbonded
cb5aa12668 : Be the current user to get A2DP proxy
f362a7c067 : Remove case EVENT_TYPE_AT_CHLD from connecting state
db80faddf8 : RE-APPLY: Use custom metadata object for all logging
fbc6e44d21 : Use String.split() for parsing in HeadsetStateMachine.processAtBind
062c814a4c : AVRCP: Stop Fast forward and fast rewind
167334ff4b : Be the current user to get A2DP proxy
89ad31f7c0 : Fix "Disable Absolute Volume" Bluetooth develop option work
4ddfc18023 : Add note for FLAG_CANCEL_CURRENT when stopping scan
6cf8385093 : Remove mConnectingTimestampMs logic in Connected state
72a7366b5e : Disable CFI verification for stack_rfcomm test that uses gtest+gmock
74324cbd42 : A2DP-SINK: Use MessageLoopThread for decoding
a7fd72e69e : Fix "Disable Absolute Volume" Bluetooth developer option
a96e9b3c82 : A2DP Offload: Fix Max AVDTP MTU for Offload
1513efa9e9 : OPP: Trigger media scan after transferred file
69986fe3b7 : Implement A2DP sink and AVRCP controller binder server
398d5ada30 : Replace period_ms_t with uint64_t
83ae34fd10 : AvrcpController dumpsys error
bc3481883f : PBAP: Apply listStartOffset in the final list.
9a89f5aad9 : PBAPClient socket synchronization
557e1ff9b1 : Fix build failure in stack/rfcomm/rfc_ts_frames.c
dd86e17251 : Add packet length checks in mca_ccb_hdl_req
66245edd63 : Checks the SMP length to fix OOB read
c43709cc00 : Add packet length check in smp_proc_master_id
bd00b47105 : Add missing AVRCP message length checks inside avrc_msg_cback
b8aa4adc4d : Check packet length in bta_av_proc_meta_cmd
32569ef78d : Fix OOB read in avrc_ctrl_pars_vendor_rsp
38d45cfcd1 : Check remaining frame length in rfc_process_mx_message
e3971492dc : Fix copy length calculation in sdp_copy_raw_data
ac637adaf2 : Fix typo of noise reduction
38653f837d : HID: Remove device from database in error case
2d006b8a24 : AdapterService: Only bind HeadsetService in ON state.
8799d2dba7 : Fix reliable write.
8f2db260d1 : HID: Remove device from database in error case
29b5edf89e : Enable SNIFF mode for HFP
73f743c980 : HFP: Only active BT device can hung up call
d7aefbf87f : Check startup_future before using it
2157782fbb : Re-enable LE advertising after disconnect, on controllers not supporting advertising when connected
98c7a6f140 : Checks the SMP length to fix OOB read
c932b32707 : Fix wrong UUID mask when doing BLE filter scan
8f391ea8af : Fix wrong UUID mask when doing BLE filter scan
e82a472f65 : Checks the SMP length to fix OOB read
9265f65419 : DO NOT MERGE Add packet length check in smp_proc_master_id
4badcb9465 : Add packet length check in smp_proc_master_id
bd1d647f4a : Checks the SMP length to fix OOB read
9a1046a46a : Checks the SMP length to fix OOB read
97d2735016 : Checks the SMP length to fix OOB read
c4cfe6c833 : Fix copy length calculation in sdp_copy_raw_data
22371f9ba1 : Stop HfpClientConnectionService on shutdown.
3192d754b6 : DO NOT MERGE Check remaining frame length in rfc_process_mx_message
4fbef1e998 : Add missing AVRCP message length checks inside avrc_msg_cback
b2a66cfbb8 : DO NOT MERGE: Add missing AVRCP message length checks inside avrc_msg_cback
512c35888f : Add missing AVRCP message length checks inside avrc_msg_cback
00bd51997c : Check remaining frame length in rfc_process_mx_message
c1d5c2c8f7 : Disconnect current device when maxium connected bluetooth audio device is 1
5573c1949b : Get rid of meaningles GATT client error log
9fccd69951 : DO NOT MERGE: Add packet length checks in mca_ccb_hdl_req
616a47bb91 : Add packet length checks in mca_ccb_hdl_req
0e722d6145 : Import translations. DO NOT MERGE
b9c9138442 : Headset Client Profile AudioManager test
2450589220 : Fix NPE when starting advertising with null GATT
50b85db0b8 : DO NOT MERGE Check packet length in bta_av_proc_meta_cmd
6fe963e270 : DO NOT MERGE Fix OOB read before buffer length check
e0ba9dfa3a : DO NOT MERGE Fix OOB read before buffer length check
8b0ac171f3 : Check packet length in bta_av_proc_meta_cmd
306c6ca11e : Reduce Media State change callbacks
d6901a8342 : AVRCP Controller Audio Focus gain behavior
c284c5d06a : Reduce Media State change callbacks
9ecbd6eb46 : Reorder static libs to appease ld.gold linker
46398430fa : AVRCP Controller metadata feature
97f92616b0 : Mark BluetoothClass#getClassOfDevice as TestApi
627574cbd4 : Fix OOB read in avrc_ctrl_pars_vendor_rsp
e8f2311e78 : DO NOT MERGE Fix OOB read in avrc_ctrl_pars_vendor_rsp
b7e311c792 : Fix bad constructor usage in HearingDevice
3b4bc02fd1 : Import translations. DO NOT MERGE
628a65f077 : Build: Disable host_supported for cc_benchmark
63d2fa3e78 : Use MessageLoopThread in A2DP source, JNI, BTA, HCI and module bring-up
0ac5b1b693 : Add MessageLoopThread, ExecutionBarrier, and performance tests
de2b201ddb : Add @UnsupportedAppUsage annotations
4a09b0e5a2 : Keep those MediaControllers of none addressed players to be up-to-date
5aa4dd5c09 : Disconnect HandsFree Profile Client on shutdown.
7d543894e0 : Add @UnsupportedAppUsage annotations
e12fd9942f : Add security handling for LE connection oriented channels
b7b70b729a : MAP: [IOT] Update Foldername case to small letters
b8b3655f68 : Fix for Bluetooth device name is resetting to default name after reboot
3a22f853ea : Keep those MediaControllers of none addressed players to be up-to-date
c91d6f3235 : Fix leak of registerReceiver
fbfd716dad : HFP: Don't use mSBC for HF devices not supporting Codec Negotiation
24686f02fe : HID Host: Check L2CAP packet data length
99a6a02c31 : Fix OOB read in process_l2cap_cmd
67a78b015b : Add packet length checks in l2cble_process_sig_cmd
96b78a7e85 : Don't use Address after it was deleted
c97165fad6 : SDP: return error on offset bigger than atribute length
3f18e52bad : HFP: Fix out of bound access in phone number processing
aaf8c6e610 : HIDD: Prevent integer underflow in bta_hd_act
30ce2b12fa : Set Browsed Player memory allocation
2b61bf6593 : Fix unregisterScanner call in BluetoothLeScanner.
6252ace33c : Add additional checks for AVDTP Codec Capabilities
cde6260850 : Move libutils static -> shared.
2d8d6182c5 : Swap order of registered/status in RegisterForNotificationCallback
7ed45080d5 : Use appropriate Tx time in BLE Set Data length command
5d00aa3ad6 : Make PROPERTY_PRODUCT_MODEL device configurable
c2342ac2d0 : Always review permissions before <M app is started the first time
6b34addbc1 : Ignore SDP failure while bonding if SDP was not attempted
46f6c56ff3 : Add IntDef to BluetoothAdapter IO_CAP constants
fa2d999f6f : DO NOT MERGE SDP: Fix the param_len recalculation
1bd445ffc2 : DO NOT MERGE SDP: Fix the param_len recalculation
ab058dbe7b : Import translations. DO NOT MERGE
044c1b359b : Move MediaBrowserService to AVRCP controller package
555a8d0332 : Clean up style in BLE White List code
d4c6228dba : Dont crash when test devices send bad messages. tested this on master with go/ag/4552612
22062116af : Ignore SDP failure while bonding if SDP was not attempted
fada28cb61 : Metrics: Add python script to dump metrics into ASCII format
01943c46cf : AVRCP Controller update loop.
3c1c79b310 : AVRCP Browsing large playlist support
30a58db247 : Increase DM connection size for multiple links
65c12ac188 : Fix copy length calculation in sdp_copy_raw_data
0d9adb89f3 : HFP: Reset BTA SCO control block when bta_ag_create_sco failed
0638556e45 : Fix a wrong check in rfc_parse_data
29a622a33d : DO NOT MERGE Fix a wrong check in rfc_parse_data
20a4f3708b : DO NOT MERGE Add bound check for rfc_parse_data
d3c8e6b86f : Add bound check for rfc_parse_data
720d83a84e : Fix out of bounds read in l2c_rcv_acl_data
53a89d92d9 : BLE: Don't access freed buffer in log message
22651ae32d : Fix out of bounds read in l2c_rcv_acl_data
fb614b995d : Add packet length checks in l2cble_process_sig_cmd
8a904a2807 : DO NOT MERGE Build fix for cw-f-dev branch
95b999f9d6 : Don't use Address after it was deleted
1e05e6aedb : HFP : Correct headset battery level percentage calculation for vendor specific XEVENT event
f547c2fa7b : BLE: Don't access freed buffer in log message
b876b63990 : Don't use Address after it was deleted
ac57cd5ad6 : Fix out of bounds read in l2c_rcv_acl_data
d89048b86a : Add packet length checks in l2cble_process_sig_cmd
67366799bd : HFP: Reset BTA SCO control block when bta_ag_create_sco failed
c409c1cfcc : SCO: Allocate 6 BTM SCO control blocks for Multi-HFP support
75ebd4095e : BLE: Don't access freed buffer in log message
198d02ad2c : Fix out of bounds read in l2c_rcv_acl_data
379c3adbad : DO NOT MERGE Fix OOB read in process_l2cap_cmd
650f86f8b1 : DO NOT MERGE Fix OOB read in process_l2cap_cmd
73ed6c7bfb : Fix OOB read in process_l2cap_cmd
4528ca815d : AVRCP: Reject when CT sends invalid RegisterNotification
15e3341824 : Remove not-required assertion in BluetoothTestUtils.disable/enable
0de61ca638 : SDP: return error on offset bigger than atribute length
5fb5a2b9d7 : SDP: return error on offset bigger than atribute length
278464ad53 : HFP: Fix out of bound access in phone number processing
cff84ae385 : Don't use Address after it was deleted
e3c1cd430f : Explicitly mute the audio output while switching the A2DP Active Device
4021650667 : Explicitly mute the audio output while switching the A2DP Active Device
66a01d0de2 : AVRCP: Reject when CT sends invalid RegisterNotification
80b719d507 : Register for Service Changed notification after encryption
078f3bb889 : Get rid of warning when connecting LE device
2f033f5a42 : HFP: Fix out of bound access in phone number processing
17bdd40f04 : Fix deadlock of mObject and mDevices in RemoteDevices
d911dc9cfb : OPP: Fix the deadlock when exiting UpdateThread
c32334f7b7 : Fix stack not acking status to audio when A2DP start failed
a577ba57cf : Fix stack not acking status to audio when A2DP start failed
3c701921f5 : AVRCP: Reject SetAddressedPlayer command only if remote set invalid player ID
705a9ad526 : HIDD: Prevent integer underflow in bta_hd_act
5f2ce5b169 : Add Feature Flag for Hearing Aid Profile
e2f897e264 : Don't trigger AVDTP Suspend in response to AVDTP Suspend+Start from remote
28faf8758f : Don't trigger AVDTP Suspend in response to AVDTP Suspend+Start from remote
6c40ed9b7a : Avrcp: Fix the potential NPE in AvrcpController jni callback
fa103d2809 : Enable 2-EV3 packets for Wide Band HFP client
4e8aa66b1d : AVRCP: Change notification variable when the interim response is sent
dea97b7e14 : Add Feature Flag for Hearing Aid Profile
3f88e8062b : AVRCP: Reject SetAddressedPlayer command only if remote set invalid player ID
a08009600e : DO NOT MERGE HFP: Fix out of bound access in phone number processing
9325ad7407 : Move sepolicy files to system/sepolicy
853c988dec : A2DP Offload: Log audio duration and codec metrics
b729641112 : Multi-A2DP: Fix timing and codec measurement in metrics
0b22501988 : Move sepolicy files to system/sepolicy
4e73ff337d : Import translations. DO NOT MERGE
c39c7ceadb : HFP: Suspend A2DP whenever call state is busy
c1375b8333 : HFP: Suspend A2DP whenever call state is busy
fb16639105 : Fix double close in btif.cc's dump.
4e9e3bfeb7 : If command_timed_out() is triggered don't get blocked by a deadlock
ddabcc7d6f : If command_timed_out() is triggered don't get blocked by a deadlock
a5a4e276f8 : Move crypto related functions into crypto_toolbox
4520f885e4 : Move crypto related functions into crypto_toolbox
cefc7ac235 : Add missing btif_a2dp_audio_interface_end_session() call during disconnect
24d5c02478 : Reset a2dp_cmd_pending as appropriate for A2DP HW offload HAL commands
a5823018af : Add missing btif_a2dp_audio_interface_end_session() call during disconnect
7711a2ec7d : a2dp_vendor_ldac: add missing break
a502268df4 : SCO: Don't set active device if a diconnect message is defered
3f44cbccaa : SCO: Don't set active device if a diconnect message is defered
de5ab0a658 : Linux build fix
c2aea68eef : Add packet length checks in l2cble_process_sig_cmd
16bc3b85c0 : Always assign a free ID to the new MediaPlayer
69dc40b5b0 : Always assign a free ID to the new MediaPlayer
fc1705d949 : Gracefully handle A2DP hardware offload Audio HAL service death
634b635306 : HFP: Don't use mSBC for HF devices not supporting Codec Negotiation
66e492a899 : Move crypto toolbox functions into separate file
2d9bb84d53 : Add more crypto toolbox tests, plus minor fix in smp_keys.cc
2ca2da868f : HFP: Don't use mSBC for HF devices not supporting Codec Negotiation
2b67a4f04d : HFP: Use SignalStrength#getLevel() to get signal level
327f3e7238 : Remove unused MIP events, calbacks and structs
4a80a8e585 : Gracefully handle A2DP hardware offload Audio HAL service death
fbbb316a18 : HFP: Use SignalStrength#getLevel() to get signal level
4401b5e5d4 : Correctly initialize A2DP Sink codecs if A2DP Source HW offload is enabled
fc22b0f438 : Replace BT_OCTET16 with Octet16
808397cb2a : Fix SMP_Encrypt for data shorter than 16 bytes
0942ee497e : gatt: Avoid using erased iterator
0b04ae6a34 : SMP_Encrypt - convert p_out into raw array
abd824c50b : Clear local suspending flag when the BTA_AV_STOP_EVT event received
65fc58448e : Fix the reconnect issue in hfp client
1cb9f5614e : Clear local suspending flag when the BTA_AV_STOP_EVT event received
aac711c22d : A2DP Offload: Log audio duration and codec metrics
92e5bd284a : Hearing Aid: codec and connection interval switching
c197ac26c3 : Correctly initialize A2DP Sink codecs if A2DP Source HW offload is enabled
c6dbdedfa3 : Remove the old AVRCP code
ceb40db660 : cleanup statemachines for all profiles so their output looks the same for all profiles.
92a3dc0ef4 : Use 1/2 Device max volume when pairing with a new remote device
eeb9f355fd : Multi-A2DP: Fix timing and codec measurement in metrics
22c8a95a55 : SMP_Encrypt refactor
dab5087c9e : DO NOT MERGE AVRC: Copy browse.p_browse_data in btif_av_event_deep_copy
4aff08bf23 : Add tests for AES_CMAC
194a49e2f3 : GATTC_Discover: pass parameters directly instead of through pointer
6d3cb118e2 : GATT database refactor
7ebfd5c6ea : Prevent crash when a Browsable player has an empty root
ca0c800b4d : Inform AudioManager if absolute volume is supported after connection
cfc4060fb1 : Use 1/2 Device max volume when pairing with a new remote device
dc5bf16299 : Add storage API to get number of bonded devices
1be84338f8 : Prevent crash when a Browsable player has an empty root
2a905c63c3 : Prevent crash when a Browsable player has an empty root
f176d5dc82 : Fix the reconnect issue in hfp client
bfed73f077 : Return if sBluetoothHfpInterface pointer is NULL
938b0a7869 : A2DP: Don't suppress noisy intent while stopping A2dpService
24b336e35b : Hearing Aid - codec switching
bcb396fab5 : ScanRecord.getServiceData NPE fix
a063a68dd4 : Import translations. DO NOT MERGE
7d6f4b7070 : Import translations. DO NOT MERGE
9be3a693e0 : HID Host: Check L2CAP packet data length
4ed6dc4ac2 : Add bound check for rfc_parse_data
85a107f666 : Add checks when retrieving data for the JNI layer for AVRCP
1fb4541f4d : Delete JNI Object references created from arrays
d38e676bcc : Add field to set A2DP device volume on connect (2/2)
32df36d8e9 : DO NOT MERGE HID Host: Check L2CAP packet data length
079d63f03d : DO NOT MERGE HID Host: Check L2CAP packet data length
e353bec5fc : Run the AVRCP Service interface functions on the BTA thread
42813aa358 : AVRCP: Narrow the scope of the lock in Init and Cleanup
f26319785d : AVRCP: Cancel all pending messages and prevent future messages after cleanup
e35af22316 : Check for null metadata on update
4b60a31246 : Use ParcelFileDescriptor implementation in libbinder
127ce9ae05 : Send ACK for A2DP_CTRL_CMD_SUSPEND even if audio was no streaming
4510452621 : DO NOT MERGE: Don't reuse buffer when building response
e607b1af87 : DO NOT MERGE: Don't reuse buffer when building response
f82f21c28e : DO NOT MERGE: Don't reuse buffer when building response
b48423c8a1 : Don't reuse buffer when building response
af948e9a7e : Add checks when retrieving data for the JNI layer for AVRCP
9ec541f08c : Revert "Don't start the authentication when peer device already started it"
8042a1a0cd : Delete JNI Object references created from arrays
4de015ae9f : Run the AVRCP Service interface functions on the BTA thread
ae89484138 : Send ACK for A2DP_CTRL_CMD_SUSPEND even if audio was no streaming
16918ee14c : Add checks whether the AVDTP element data length is valid
fb216852cc : DO NOT MERGE BNEP: Fix build breakage by using osi_free instead of GKI_freebuf
d2e3440419 : BNEP: Fix OOB access in bnep_data_ind
93b88c3476 : Do completion callback during failed security authenication
7f44d8b033 : Add BT_HDR length check for received AVCTP packets
41b34adec1 : Add packet length check for received AVCTP packets
fb5f33eb16 : Add checks whether the AVDTP element data length is valid
1d9f453ab5 : BNEP: Fix OOB access in bnep_data_ind
8e54139fe8 : BNEP: Fix OOB access in bnep_data_ind
dea946b026 : Add documentation for enabling PTS mode
90a36f5a55 : Check for null metadata on update
cd26d8d654 : Fixes two bluetooth bugs causing remote overreads (2/2)
02f9b77b30 : Revert "GATT: Fix GATT error response for execute write"
07fcd004cd : Import translations. DO NOT MERGE
dc70c1e134 : Decrease length after reading from array in process_service_attr_req
33978cf1e6 : Add support for AVRCP addressed player changed.
1594974d87 : HFP: Only reset AG indicator listeners when HF is first connected
525cef5062 : AVRCP Controller Player Capabilities
10313d374d : AVRCP: Reject invalid PlayItem and SetAddressedPlayer command
f5e740cab8 : DO NOT MERGE: SDP: Recalculate param_len after max_list_len
7c84603f9b : AVRCP: Reject invalid PlayItem and SetAddressedPlayer command
3c422b3cf5 : Add BT_HDR length check for received AVCTP packets
708aa661b8 : Add packet length check for received AVCTP packets
c6255e5fc8 : Add checks whether the AVDTP element data length is valid
d0c41e76db : Import translations. DO NOT MERGE
7a3a563a83 : Test: Fix flaky PhonePolicyTest and ActiveDeviceManagerTest
400f4c8d2f : Test: Fix flaky PhonePolicyTest and ActiveDeviceManagerTest
cb9958d56d : HFP: Only reset AG indicator listeners when HF is first connected
25eb41f4c0 : DO NOT MERGE: SDP: Recalculate param_len after max_list_len
a6d9c14313 : DO NOT MERGE: SDP: Recalculate param_len after max_list_len
bb3b104ec3 : Use ParcelFileDescriptor implementation in libbinder
2fcd01c2a1 : A2DP: Don't suppress noisy intent while stopping A2dpService
2a4cf9f46a : avrcp-addressed-player-changed
59561bbe67 : Send addressed and available player change for PTS test
8c19c135c1 : Add respond track not selected interim when register notification
a68c7ee481 : Send UID 0 for track changed if there is no media ID
823d59907d : LE Create Connection Complete - crash on Command Disallowed
b2886cd3f4 : SMP: Check p_cb->role in smp_br_state_machine_event
1fcdfeacaa : DO NOT MERGE SMP: Check p_cb->role in smp_br_state_machine_event
54cfee1725 : DO NOT MERGE SMP: Check p_cb->role in smp_br_state_machine_event
8020e3844c : DO NOT MERGE SMP: Check p_cb->role in smp_br_state_machine_event
960f397bdc : SDP: Recalculate param_len after max_list_len
028c9c14ef : Send addressed and available player change for PTS test
3f6171c4c1 : Add respond track not selected interim when register notification
0a7d2b4d5c : Decrease length after reading from array in process_service_attr_req
7d98f498c0 : LE Create Connection Complete - crash on Command Disallowed
fea053ddea : Fix race condition in LE Create Connection Cancel handling
dc16007bfe : Fix bad type for txPower in PeriodicAdvertisingReport serialization
d71d252756 : Bluetooth HFP: Use WBS by default (1/5)
f04864f4f8 : Send UID 0 for track changed if there is no media ID
0cd2dcc646 : avrcp-addressed-player-changed
5816004c70 : Inform AudioManager if absolute volume is supported after connection
e3d7fa1c71 : Explicitly stop streaming when switching streaming to another device
afd088c1b3 : Fix race condition in LE Create Connection Cancel handling
5e72b2c91a : Explicitly stop streaming when switching streaming to another device
04fc4676b3 : Linux build and linking fix
b91518ff7d : GATT: Handle too short Error Response PDU
bbd0c74c5e : A2DP Offload: Avoid Offload_start/stop from remote
f09a6ddfb7 : GATT: Handle too short Error Response PDU
d8b099feac : Inform AVRCP Controller before cleaning up.
7a1868a8d8 : HFP: Only advance BTIF queue for outgoing connections
964df17e13 : HFP: Only advance BTIF queue for outgoing connections
1d47360937 : HFP: Fix ACL collision handling and WBS update
240a705b8c : HFP: Fix ACL collision handling and WBS update
147824b38b : Don't refresh GATT database after bonding
f83c0b94b5 : Fix log level - requesting MTU is not error
6330d5f450 : Inform AVRCP Controller before cleaning up.
cdf0c89513 : A2DP Offload: Avoid Offload_start/stop from remote
4533a2799b : Linux build fix
89f32a16c2 : A2DP Offload: Don't crash on repeated endSession
e40c4350ed : Add separate sniff mode settings for gamepads
38e7b075c5 : Add UHID GET_REPORT functionality
37f02365ff : Option to send data report through BTA_HhSetReport
9f877ce200 : AVRCP: Narrow the scope of the lock in Init and Cleanup
b83d22932d : Treat the buffering state as playing
11f043e81f : AVRCP: Narrow the scope of the lock in Init and Cleanup
fe2b4af814 : A2DP Offload: Don't crash on repeated endSession
38b7670a65 : Add PDU size checks in process_service_search_attr_rsp
63967b140a : Add PDU size checks in process_service_search_attr_rsp
825f4ad5e6 : Add PDU size checks in process_service_search_attr_rsp
cc02cecd18 : GATT: Fix GATT error response for execute write
c97af91b11 : Enable the AVRCP Service by default (2/2)
ebf86fceec : Enable the AVRCP Service by default (1/2)
167089101f : Treat the buffering state as playing
8c35d03dc4 : GATT: Handle too short Error Response PDU
70520f55c9 : Increase LE connection interval with bonded Hearing Aids
f2ff03f430 : Increase LE connection interval with bonded Hearing Aids
137179dfc3 : AVRCP, HIDD: Fix crash if stop() is called before start()
5f4c5ccee5 : AVRCP, HIDD: Fix crash if stop() is called before start()
c166bc6255 : HFP: Ignore DISCONNECTED state in PhoneStateChange
8a5bfc4c28 : GATT: Handle too short Error Response PDU
cbf24f26ee : SCO: Resume A2DP when call ended and SCO is not connected
6d89b9ba7e : Reduce A2DP/AVDTP related dumpsys output
b88528a112 : SCO: Resume A2DP when call ended and SCO is not connected
6c4e4e0eb0 : GATT: Fix GATT error response for execute write
478bcc0b2a : HFP: Ignore DISCONNECTED state in PhoneStateChange
0d3afb257e : PhonePolicy: Only auto connect to the last active A2DP device
85bc851e1c : Explicitly stop the stream when the A2DP session ends
4cb835de11 : Explicitly stop the stream when the A2DP session ends
3121d90267 : AVRCP: Cancel all pending messages and prevent future messages after cleanup
811167b6c2 : Merge "fix initial "hfp-enable" state of HFP client state machine." am: 3e56faafed am: c21a6101e7 am: f6c97d9a5b
cf89f6b382 : On STR_START, request audio focus for TV only
5012fb0090 : PhonePolicy: Only auto connect to the last active A2DP device
c1acf20034 : Limit AVRCP Browsing fetch size
ab544dfefc : Update connection parameters just once before GATT discovery
bf79f4ef16 : HFP: Set audio handle for active device during incoming call
796e2fc139 : AVRCP: Don't set globally allocated lists to null
67ec4f132a : Allow outgoing A2DP connection when pairing via NFC
4e243ee3ba : Add field to set A2DP device volume on connect (2/2)
b7596bd39c : Use the effective peer MTU when preparing the codec configuration
7f3f98abb1 : Don't mix internal AVDTP state when connecting to two devices
b555902bed : AVRCP: Don't set globally allocated lists to null
d8e27a99f3 : Allow outgoing A2DP connection when pairing via NFC
c1506c3efa : Limit AVRCP Browsing fetch size
3740ee3956 : Use the effective peer MTU when preparing the codec configuration
9a50277381 : GATT: Fix usage of 16 and 32 bit UUID's in Discover services by UUID
e297449d32 : gatt_api: Avoid possible NULL dereference
e26a383597 : Update a2dp state to not playing while quitting the state machine
e6d5eecc44 : Update a2dp state to not playing while quitting the state machine
cf9fa08849 : Don't mix internal AVDTP state when connecting to two devices
f56395ddc4 : GATT: Fix usage of 16 and 32 bit UUID's in Discover services by UUID
dfefaa0819 : Set device volume when AudioManager says device is connected
1444896c2d : HFP: Set audio handle for active device during incoming call
dae580c3e4 : fix initial "hfp-enable" state of HFP client state machine.
3b00cc75d3 : Simplify bta_gattc_sdp_callback
5f9256f555 : RESTRICT AUTOMERGE: Fixes two bluetooth bugs causing remote overreads (1/2)
579806e43d : RESTRICT AUTOMERGE: Fixes two bluetooth causing remote overreads (2/2)
979b5a709b : Unify logging in gatt_api.cc
beebc8ecd3 : RESTRICT AUTOMERGE: Fixes two bluetooth causing remote overreads (2/2)
8b141c790c : HFP: Return SDP status to HFP layer
775f4cb57e : HSP: Correctly hang up call when key is pressed
e8aa95a668 : PhonyPolicy: Don't connect other profiles if all profiles are disconnected
32db882d69 : PhonePolicy: Stop auto connecting to devices that failed to connect
4d489e5543 : PhonePolicy: Gate CONNECT_OTHER_PROFILE per device
4c0d307c43 : HFP: Return SDP status to HFP layer
24140bef0f : Send Media Update even if Metadata sync timeout occurs
b959dde5f5 : HSP: Correctly hang up call when key is pressed
40bfd24534 : Import translations. DO NOT MERGE
b16683a0e2 : On STR_START, request audio focus for TV only
f566d9d241 : AVRCP: Route CType NOT_IMPLEMENTED as a response
821f271b7d : PhonyPolicy: Don't connect other profiles if all profiles are disconnected
53bf8064d5 : Set device volume when AudioManager says device is connected
0e7305223d : Send Media Update even if Metadata sync timeout occurs
8aff065fe9 : AVRCP: Route CType NOT_IMPLEMENTED as a response
4657c0a5ec : HeadsetService: Manage voice recognition for multiple devices
edbd2da011 : PhonePolicy: Stop auto connecting to devices that failed to connect
67f79faabc : PhonePolicy: Gate CONNECT_OTHER_PROFILE per device
3aa80ee850 : Add General Reject for invalid PDU ID
16ac05239a : Don't update the MTU across multiple A2DP connections that are open
bcaa26c748 : Add General Reject for invalid PDU ID
1dd444f10d : Don't update the MTU across multiple A2DP connections that are open
5b2dbcadc9 : Fix errors caught by aapt2
557d1eb557 : AdapterState: Set BLE start timeout to 4 seconds
dfbc59fb2a : Print extra error code if LDAC encoder fails to initialize
3aeb833a19 : Respond reject with INVALID_PARAMETER when register for invalid event ID
fe00e51b64 : AdapterState: Set BLE start timeout to 4 seconds
ff627002d2 : Respond reject with INVALID_PARAMETER when register for invalid event ID
6a2f19a788 : HeadsetService: Manage voice recognition for multiple devices
96ea17a666 : AVRCP: Respond UID Changed for invalid Get Item Attributes command
4f86795899 : AVRCP: Respond UID Changed for invalid Get Item Attributes command
55df34e54d : HID: Update state to disconnected in virtual unplug
dad243f798 : Add respond Reject with Invalid parameter for Unknown Capability ID
7c72dfc414 : AVRCP: Verify SetBrowsedPlayer player ID
0ee97ef192 : AVRCP: Verify SetBrowsedPlayer player ID
c300542bd8 : AVRCP: Verify SetBrowsedPlayer player ID
6e6514c443 : AVRCP: Verify SetBrowsedPlayer player ID
c76264eb15 : Reset the Active device to null if a wired headset is connected
d1422c0398 : Print extra error code if LDAC encoder fails to initialize
49e7fb4681 : Reset the Active device to null if a wired headset is connected
2aee1117c4 : Support AVRCP Controller on JNI thread
b7e21375dd : Support AVRCP Controller on JNI thread
bff84a6997 : Support AVRCP Controller on JNI thread
ce46879199 : Support AVRCP Controller on JNI thread
93189391b8 : Mask "LE Enhanced Connection Complete" when BLE_PRIVACY_SPT=FALSE
b5c7df84d7 : Removed alarm callback execution statistics
6a6ac6dabb : Use identity addr in BLE scan filter
bca1cc26ad : Use custom metadata object for all logging
a6bf38951e : Check number of attributes before writing to a buffer
672160737b : SCO: Suspend and resume A2DP before SCO setup and after SCO tear down
02d428cc8c : Use identity addr in BLE scan filter
b0f9470fce : SCO: Suspend and resume A2DP before SCO setup and after SCO tear down
9031d83d88 : BluetoothManager: Continue when BLE not supported
c89a9862ad : BluetoothManager: Continue when BLE not supported
39a67c79a0 : Use custom metadata object for all logging
90cd21e877 : Use custom metadata object for all logging
67beca9bdc : Explicitly restart audio processing when switching active device
c215ad6447 : Add bound check for AVRC_EVT_APP_SETTING_CHANGE
325859763c : Explicitly restart audio processing when switching active device
0549152e29 : DO NOT MERGE: Check number of attributes before writing to a buffer
9eb7b97463 : DO NOT MERGE: Check number of attributes before writing to a buffer
de95bca662 : DO NOT MERGE AVRC: Add bound check for AVRC_EVT_APP_SETTING_CHANGE
dd204f3c32 : DO NOT MERGE AVRC: Add bound check for AVRC_EVT_APP_SETTING_CHANGE
0767d1b0fa : HFP: Workaround for car kits that do not send AT+BAC command
d4690c9e3f : HFP: Workaround for car kits that do not send AT+BAC command
ff3147fc8e : Add respond Reject with Invalid parameter for Unknown Capability ID
5be35c5654 : Continue playing audio if output to local device is selected by the user
81c202ae88 : bta: Only call get_acl_data_size_ble for LE
5fa3781d01 : PBAP: Send remaining contacts instead of error on Contact deletion
ab6b171630 : Do calculations for item x out of y in AVRCP
7fe96a89e5 : BTM_BleClearBgConnDev: Return if there is no BLE
c6761c90e8 : Return early if vendor-specific command fails
2d6b263fc1 : Use weak pointers for device.cc callbacks to prevent use after delete
a8227ddc58 : Do calculations for item x out of y in AVRCP
4607915173 : Hearing Aid: Add dumpsys log for audio packet
5a3b9fd68d : Use weak pointers for device.cc callbacks to prevent use after delete
b12b8d45bb : Make sure server response doesn't exceed maximum allowable length
b2d296a5d8 : HearingAid RemoveDevice - don't crash when profile not enabled
461fd8298e : Make sure server response doesn't exceed maximum allowable length
14b5d86afd : Make sure server response doesn't exceed maximum allowable length
0e373ea5eb : Continue playing audio if output to local device is selected by the user
0905a7dca2 : Use weak pointers for device.cc callbacks to prevent use after delete
05a72dac1a : HearingAid RemoveDevice - don't crash when profile not enabled
c5df6b01f4 : Hearing Aid: Add dumpsys log for audio packet
2ea7ad4300 : A2DP: Add logging when A2DP fails to open
1230fb42b3 : A2DP: Add logging when A2DP fails to open
3af0133b16 : Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ
d52d41494d : Fix LE cancel open when physical connection is established but not ready
ddc650097e : Disconnect MediaBrowserWrapper after every operation
e8ee5897bb : Add helper classes to auto indent newlines for ostreams
762d4f4b99 : Fix PTS: TC_GATT_SR_UNS_BI_01_C sends unsupported opcode
8d18b56e4b : Fix PTS: TC_GATT_SR_UNS_BI_01_C sends unsupported opcode
ab6f2c5a48 : PBAP: Send remaining contacts instead of error on Contact deletion
b9c836c7ad : Fetch the presentation position only if the audio state is STARTED
a56627c151 : Fetch the presentation position only if the audio state is STARTED
fdf955e55d : Remove unused `tags` property from Android.bp files
328520850d : Handle unbonding in Hearing Aid profile
e82e07ed3a : Handle unbonding in Hearing Aid profile
9c570c2921 : Return early if vendor-specific command fails
eca226260f : Fixed PTS: TC_GATT_SR_GAR_BI_01_C failure
84bdf32a58 : Send correct key state and ignore keys from inactive device (1/2)
2b2278c4fd : Send correct key state and ignore keys from inactive device (2/2)
73fae2edf1 : Fixed PTS: TC_GATT_SR_GAR_BI_01_C failure
735193ed6b : Send correct key state and ignore keys from inactive device (2/2)
4bf8d26936 : Send correct key state and ignore keys from inactive device (1/2)
046d89ad9f : Disconnect MediaBrowserWrapper after every operation
658c71e1e7 : HFP: Remove parameter to start/stopScoUsingVirtualVoiceCall
c46a01e89a : Bluetooth: Fix HFP SCO logic and documentation
0fe02ad05c : HFP: Fix phone state change in Telecom and VoIP calls
42032ce5d4 : HFP: Remove parameter to start/stopScoUsingVirtualVoiceCall
22442dd13e : HFP: Fix phone state change in Telecom and VoIP calls
09ca4a4c07 : Bluetooth: Fix HFP SCO logic and documentation
7cffaa9a37 : Fix spelling errors in BluetoothGatt documentation
071eee3109 : Implement GetTotalNumberOfItems response for AVRCP Browsing
67a8d66094 : BTM_BleClearBgConnDev: Return if there is no BLE
28cb393d5a : Merge "Grab audio focus when starting Voice actoins. tested in pi (go/ag/3974655)." am: b835703500
ba4ffcd7ee : Import translations. DO NOT MERGE
6b0bb37ea3 : Increase the A2DP version from 1.2 to 1.3
df49428268 : Increase the A2DP version from 1.2 to 1.3
d607daa216 : bta: Only call get_acl_data_size_ble for LE
201c4a40b1 : Fix spelling errors in BluetoothGatt documentation
e8e24bcf86 : HID: Update state to disconnected in virtual unplug
8b71db8748 : Use weak pointers instead of base::Unretained to prevent use after free
16cebf7c35 : Add AVRCP native logging to dumpsys
cac9591beb : Ignore volume changed events from the non-active device
13d845bb7e : Add AVRCP native logging to dumpsys
3177e3b487 : Add locking to AVRCP Target JNI
9ed6b2f370 : Import translations. DO NOT MERGE
4177e4333f : Fix memory leak for BTRC_ITEM_MEDIA.
9697afe2a1 : Ignore volume changed events from the non-active device
4dfdc25b1b : Hearing Aid: leave some radio time for other devices
5d6511ade7 : Hearing Aid: leave some radio time for other devices
e300b8947d : Use weak pointers to prevent callbacks from executing after cleanup
a435de839a : Add locking to AVRCP Target JNI
e44e656d5a : AdapterProperties: Always set the scan mode on enable/disable
f217bbf1ac : Implement GetTotalNumberOfItems response for AVRCP Browsing
e246468683 : AdapterProperties: Always set the scan mode on enable/disable
9be34f84ef : Grab audio focus when starting Voice actoins. tested in pi (go/ag/3974655).
b081dc2207 : Prevent NPE from onQueueChanged with a null queue
7418452b1a : Add a missing call to btif_av_stream_stop() for SetActivePeer(null)
12a027063c : Fix A2DP Suspend related multi-component deadlock
3d4a1f0e56 : Add a missing call to btif_av_stream_stop() for SetActivePeer(null)
4820362a57 : Fix A2DP Suspend related multi-component deadlock
c4a34b7f6a : Fix memory leak for BTRC_ITEM_MEDIA.
9c4565b2c7 : Use lowercase bdaddr and fix improper string compare in Volume Manager
42c24bc528 : Use lowercase bdaddr and fix improper string compare in Volume Manager
1619cf1e28 : Disable Hearing Aid Profile for all platforms except Pixel
16570d5838 : Import translations. DO NOT MERGE
4143ed3ac8 : Get/Set IO capability of Bluetooth device
60e27d5517 : Add ability to modify IO capability of Bluetooth device
9abb767f8a : Get/Set IO capabilities of Bluetooth device
4562c37413 : HearingAidService: Fix first connection to a device
cf27e848ec : RESTRICT AUTOMERGE: Fixes two bluetooth bugs causing remote overreads (1/2)
d511dbcbc5 : RESTRICT AUTOMERGE: Fixes two bluetooth bugs causing remote overreads (1/2)
2489fe07a4 : Enable HCI Sniff mode and disable subrating for A2DP
99206ee23e : Prevent NPE from onQueueChanged with a null queue
1bb4bc4207 : Enable HCI Sniff mode and disable subrating for A2DP
00c1bbd96c : RFCOMM: Crash on null MCB and PORT in state machine
0386b72aaf : Cleanup and improve AVRCP logging
f6f1625f31 : Use the wrapped volume interface with the AVRCP conneciton handler
3491e579b2 : Use the wrapped volume interface with the AVRCP conneciton handler
81dfce97de : HearingAidService: Fix first connection to a device
2552d4a8ea : Unit tests for Active device manager
852d0a519f : MediaPlayerList: Prevent NPE in wrapper.cleanup()
32204c182e : DO NOT MERGE Prevent stack overflow in btif_storage
89a18a042b : DO NOT MERGE Prevent stack overflow in btif_storage
7333659a9a : DO NOT MERGE Prevent stack overflow in btif_storage
6997e095b6 : Unit tests for Active device manager
b6e5c8097a : MediaPlayerList: Prevent NPE in wrapper.cleanup()
f0bdbddfe1 : DO NOT MERGE Truncate newline and tab characters in BluetoothDevice name
dfc7ab6fbd : DO NOT MERGE Truncate newline and tab characters in BluetoothDevice name
5fed7d1d6a : Truncate newline and tab characters in BluetoothDevice name
32aa64764c : DO NOT MERGE Truncate newline and tab characters in BluetoothDevice name
fd9c48deb5 : DO NOT MERGE Truncate newline and tab characters in BluetoothDevice name
f15078152f : HearingAidServiceTest: Improve stability
b8e4dfd23c : Unit tests for Active device manager
c1a4efcad1 : HFP: Fix connection colision handling
fdef2e4d20 : HearingAidServiceTest: Improve stability
a3fc505544 : Allow PRIORITY_UNDEFINED when remote device is BONDING or BONDED
53c559af3d : RFCOMM: Add unit tests for connection scenarios
d1ddd24cac : Allow PRIORITY_UNDEFINED when remote device is BONDING or BONDED
2a05f5fc57 : Save the AVDTP version after SDP discovery and read it on reconnect
3b1e61d6c1 : Newly connected A2DP/HFP device will become the Active device
c138e81b52 : Newly connected A2DP/HFP device will become the Active device
37d7e9c1ef : Save the AVDTP version after SDP discovery and read it on reconnect
29687e211a : HFP: Fix connection colision handling
bc3829e9ac : Hearing Aid: fix logic in connect and disconnect
94f50fdb50 : Disable Hearing Aid Profile for all platforms except Pixel
f787350730 : RFCOMM: Improve logging and readability
3dfb5f8ab6 : RFCOMM: Add unit tests for connection scenarios
0426b5b257 : Hearing Aid: Keep configuration after disconnect()
3db907c039 : HSP: Keep sending RING message
e66e4c731e : HSP: Keep sending RING message
f616e288f8 : Hearing Aid: fix logic in connect and disconnect
3af4dc8154 : Fix NPE in MediaPlayerList
450cadc996 : BluetoothManagerService: Add dumpsys logs for BLE_ON -> OFF
2c12388ab5 : Hearing Aid: Keep configuration after disconnect()
6f59ed5931 : BluetoothManagerService: Add dumpsys logs for BLE_ON -> OFF
1ee98c2587 : Rename <cutils/log.h> to <log/log.h>
05f967cb90 : A2DP offload: switch to new properties
5789453640 : Fix NPE in MediaPlayerList
f2bfa07662 : Fix NPE in BrowsedPlayerWrapper
78d3b4dae5 : Import translations. DO NOT MERGE
b493760771 : Use weak pointers to prevent callbacks from executing after cleanup
f840270f94 : Cleanup and improve AVRCP logging
242d5f500c : A2DP offload: switch to new properties
549ae8b2e8 : A2DP offload: switch to new properties
3301ebff2a : A2DP offload: switch to new properties
dc0e6ac775 : Fix NPE in MediaPlayerList
cc2d8e0e2a : Re-enable unit test in A2dpServiceTest for EVENT_TYPE_CODEC_CONFIG_CHANGED
09fa6f29ee : Fix the implementation of BluetoothCodecStatus.equals()
af53c8f680 : Cleanup documentation for LE CoC in BluetoothAdapter
93e6d423f6 : Fix the implementation of BluetoothCodecStatus.equals()
61d20db53e : Re-enable unit test in A2dpServiceTest for EVENT_TYPE_CODEC_CONFIG_CHANGED
1f8993b1e5 : Fix NPE in BrowsedPlayerWrapper
d1251e0d7c : Add email address in Pbap filter
98b3ce1f67 : Fix NPE in BrowsedPlayerWrapper
f5c8475121 : Add email address in Pbap filter
9cb39a3a74 : Fix check for device lookup in map
9b60fc70d9 : Clarify API doc for BluetoothGattServer::addService
745f1698f8 : Scan manager: Suspend scan when location is off
d02d3febc3 : Get rid of BTM_IS_PUBLIC_BDA
836e0b1a16 : Reset the A2DP coding parameters when switching codecs
05b206d324 : Reset the A2DP coding parameters when switching codecs
9da9635949 : Revert "Scan manager: Suspend scan when location is off"
df95470909 : Revert "Scan manager: Suspend scan when location is off"
d4d55b51a6 : GATT: fix 32 bit UUID handling
499016473e : GATT: fix 32 bit UUID handling
93f4dae526 : Revert "Fix check for device lookup in map"
1fc1a4e8b3 : Include only the Basic Capability for AVDTP GetCapabilities response
ee6162a88c : Handle properly AVDTP SetConfig from the A2DP Sink device
c1bbf2fa6c : Fix a memory leak when disabling AVDTP
a9c53c68c6 : Add ability to disable wide band speech
5bf4d096eb : Implement Bluetooth device volume memory
86180dfd5c : AVRCP: Inform upper layer if absolute volume isn't supported
a70403d7f0 : Fix a memory leak when disabling AVDTP
5f714991f6 : Fix check for device lookup in map
c05167a605 : Fix check for device lookup in map
f719457e03 : New GATT cache storage format
1c86338315 : Import translations. DO NOT MERGE
94c2ceb977 : Include only the Basic Capability for AVDTP GetCapabilities response
e86055ad44 : Handle properly AVDTP SetConfig from the A2DP Sink device
1b2b950173 : GATT: make last service end group handle equal to 0xFFFF
a7cd95e28c : GATT: put include declarations before characteristics in service
82eb6b3524 : GATT: make last service end group handle equal to 0xFFFF
93f4d92b2a : DO NOT MERGE SMP: Revert "DO NOT MERGE SMP: Validate remote elliptic curve points"
1362a01841 : A2DP Offload: Handle init/deinit as part of start/end session
11fd711434 : A2DP Offload: Handle init/deinit as part of start/end session
11dc909599 : Cleanup documentation for LE CoC in BluetoothAdapter
489c42dd79 : AVRCP ignore duplicate volume changed notifications
13c2ebbd13 : Clarify API doc for BluetoothGattServer::addService
eb31324874 : DO NOT MERGE SMP: Validate remote elliptic curve points
43c6754a0a : DO NOT MERGE SMP: Validate remote elliptic curve points
fd94bb2eee : DO NOT MERGE SMP: Validate remote elliptic curve points
517856c86a : A2DP Offload: Fix the default LDAC bitrate
0b73fad530 : DO NOT MERGE SMP: Validate remote elliptic curve points
cf5fae0f29 : DO NOT MERGE SMP: Validate remote elliptic curve points
979ca36a51 : GATT: put include declarations before characteristics in service
8cc36edb62 : Merge manifests for LOCAL_STATIC_ANDROID_LIBRARIES.
cbf177e367 : Implement Bluetooth device volume memory
d4ae6d54ef : Enable the AVRCP Service by default (2/2)
025814230f : Import translations. DO NOT MERGE
95149db375 : Remove bsears/ijpedowitz from system/bt OWNERS
3a69b38e77 : AVRCP: Inform upper layer if absolute volume isn't supported
9793aedf2e : Fix OOB read in process_l2cap_cmd
0625de9a4e : AVRCP ignore duplicate volume changed notifications
7e763c599e : DO NOT MERGE Fix OOB read in process_l2cap_cmd
a2bdb44872 : Add bounds check for BNEP_Write
9c7cb7c9d9 : Initialize local variable in gatts_process_read_by_type_req
709e88c0cb : DO NOT MERGE Initialize local variable in gatts_process_read_by_type_req
591a30440d : Enable the AVRCP Service by default (1/2)
2fe3a700b2 : Prevent NPE from null metadata in GPM
86beb8f5a7 : DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ
5934e704aa : DO NOT MERGE Fix OOB read in process_l2cap_cmd
5a23cafc66 : DO NOT MERGE Fix OOB read in process_l2cap_cmd
4d0421388e : A2DP Offload: Fix the default LDAC bitrate
d2984d0343 : UnitTest for pull phonebook
207d7d9586 : PBAP Delete CallLog
67729f710b : AVRCP controller browsing range limit
7f2e3e0ef1 : DO NOT MERGE Add bounds check for BNEP_Write
b016e6aa65 : DO NOT MERGE Add bounds check for BNEP_Write
b7ffb21711 : DO NOT MERGE Add bounds check for BNEP_Write
7fb49a4b0f : Pass new LE CoC min_ce/max_ce parameters to native stack
6505a0c522 : Add min_ce/max_ce parameters to requestLeConnectionUpdate()
5da8cbb501 : Pass new LE CoC min_ce/max_ce parameters to native stack
f96beafd4e : AVRCP controller browsing deep copy and get folder range
62060b765d : Add NOT_ROAMING to bluetooth network capabilities.
d09ce5819c : Add NOT_ROAMING to bluetooth network capabilities.
75c7717c7f : Return cached data for the Now Playing Queue
38e067b43b : Return cached data for the Now Playing Queue
df19dff599 : Metrics: Log profile connection events
24282e6390 : Metrics: Add metrics item for profile usage
0ab35c1c67 : Metrics: Log profile connection events
47881c733f : Don't start the authentication when peer device already started it
1600cbe7e3 : AVRCP controller browsing range limit
7ede1c703b : Pass new LE CoC min_ce/max_ce parameters to native stack
f61988febb : Pass new LE CoC min_ce/max_ce parameters to native stack
42522c2417 : AVRCP controller browsing deep copy and get folder range
7ebb85a9d0 : Metrics: Add metrics item for profile usage
a9456f8e60 : AVRCP: Only display "Not Provided" for the title of a song
a2bfd48e62 : Init the AVRCP Target Service before user unlock
3d1eeda22c : Scan manager: Suspend scan when location is off
c0106353ea : PAN: Always allocate in bta_pan_data_buf_ind_cback
0f8006f177 : Improve A2DP codec run-time debug-abilitity
0bcae788db : DO NOT MERGE Handle bad packet length in gatts_process_read_req
bcfd1cf7a2 : DM: Add error logs for failed discovery attempt
ebf143cc06 : Bluetooth: don't depend on sdk module directly.
3691acb24e : Bluetooth: don't depend on sdk module directly.
1a653ca59c : Call AVRC_close when an AVRCP connection is closed
acc8f91544 : Init the AVRCP Target Service before user unlock
2d3ee9a7bf : AVRCP: Only display "Not Provided" for the title of a song
5a2751f42d : Set default AVRCP version to 1.4
42c66b40c9 : DM: Add error logs for failed discovery attempt
21aacc8079 : Call AVRC_close when an AVRCP connection is closed
0ffadf70e5 : Improve A2DP codec run-time debug-abilitity
cf3b1710a0 : Set default AVRCP version to 1.4
86fca42077 : Clean up JNI
30fccbf755 : Metrics: Add metrics item for profile usage
f3ba3d24e3 : Metrics: Log profile connection events
a37f5c5874 : Allow platforms to override client connection sniff timeout
b534cc26fc : Allow platforms to override client connection sniff timeout
a6cbb277da : Check if socket is closed before getting presentation position
c5768ce514 : HFP: Fix typo in various permission check messages
56ea2dccc1 : HFP: Let Telephony ignore screen off when listening to signal strength
8918896682 : DO NOT MERGE Handle bad packet length in gatts_process_read_req
e7cdfed808 : DO NOT MERGE Handle bad packet length in gatts_process_read_req
772382b1c8 : DO NOT MERGE Handle bad packet length in gatts_process_read_req
05baf10317 : Migrate to IpClient and eschew MultinetworkPolicyTracker
feb8244251 : Migrate to IpClient and eschew MultinetworkPolicyTracker
90ab40f1f5 : HFP: Let Telephony ignore screen off when listening to signal strength
1ca8214cd0 : HFP: Fix AG indicator update for Multi-HFP
29133edc02 : HFP: Fix AG indicator update for Multi-HFP
9a36d0b583 : HFP: Report AT+BIA command to upper layer
8bad45004a : Add hidden API to get current user of HID Device (3/3)
1c37366c86 : Add hidden API to get current user of HID Device (2/3)
2988fe76ea : HFP: Report AT+BIA command to upper layer
2f87c99b28 : Check if socket is closed before getting presentation position
a5644d6df6 : HID Device: remove "Cabled" flag when device is not used
d9020c8460 : Exempt bluetooth test of using hidden APIs.
16cd94c3ac : Disable absolute volume if the remote device rejects registration
8b35d4e29f : DO NOT MERGE SMP: Validate remote elliptic curve points
1589288906 : vendor_libs: Allow btlinux service to run from vendor or system/vendor
cbb54f14f0 : Handle bad packet length in gatts_process_read_req
05f082f27d : Revert "Handle bad packet length in gatts_process_read_req"
8bdea4b19d : Disable absolute volume if the remote device rejects registration
a11f4dbd0f : DO NOT MERGE Drop LE CoC fragments when frame size is too big
efa368a813 : DO NOT MERGE Drop LE CoC fragments when frame size is too big
345c70fc8d : HID Device: remove "Cabled" flag when device is not used
31cb77c697 : Hearing Aid: change get/set active device (3/3)
c903a1fca6 : Active device manager: Integrate Hearing Aid
dde4ef0cac : Hearing Aid: change set/get active device(2/3)
38bd2eac31 : Hearing Aid: change get/set active device (1/3)
6f6f0c0a57 : HFP: Fix typo in various permission check messages
cdb39a806b : DO NOT MERGE Fix unexpected behavior in bta_dm_sdp_result
8380409152 : DO NOT MERGE Fix unexpected behavior in bta_dm_sdp_result
0e2ee2b78a : Active device manager: Integrate Hearing Aid
5a7dab9cb9 : Hearing Aid: change set/get active device(2/3)
7a892c292e : Bluetooth: Add hidden API to get current user of HID Device (1/3)
74bb26b206 : Persist VFS ID's between directory changes.
5aa8beddc9 : Move Bluetooth to androidx.
c3b14ee268 : Persist VFS ID's between directory changes.
fd0ab75a48 : Refresh the now playing ID map when the now playing list changes
94fcde4c85 : Add MTU Handling for AVRCP Packets
ee32972867 : Add hidden API to get current user of HID Device (3/3)
41b86c3de4 : Bluetooth: Add hidden API to get current user of HID Device (1/3)
ce88d81b0d : Add hidden API to get current user of HID Device (2/3)
b566e1751c : Add min_ce/max_ce parameters to requestLeConnectionUpdate()
1ea2c8c97f : UnitTest for pull phonebook
c018e21fe6 : OPP: Ignore back press in Incoming alert screen
6a76563c15 : PBAP Delete CallLog
97213bde4a : OPP: Ignore back press in Incoming alert screen
c7353aa0d5 : Refresh the now playing ID map when the now playing list changes
f4ef07fbd4 : Handle bad packet length in gatts_process_read_req
a0a212a6a0 : MAP: Remove extra line feed in Message Listing object
76dc39bd5a : DO NOT MERGE: PAN: Always allocate in bta_pan_data_buf_ind_cback
aa349da004 : DO NOT MERGE: PAN: Always allocate in bta_pan_data_buf_ind_cback
3d75d1dc96 : Add MTU Handling for AVRCP Packets
5758dc7dcd : MAP: Remove extra line feed in Message Listing object
c361d98bff : DO NOT MERGE Fix unexpected behavior in bta_dm_sdp_result
eec52d92ea : DO NOT MERGE Fix unexpected behavior in bta_dm_sdp_result
7fc5d7dcd0 : Reduce the number of PCM data reads for aptX and aptX HD
15c2e33528 : PAN: Always allocate in bta_pan_data_buf_ind_cback
42efb44561 : DO NOT MERGE Fix unexpected behavior in smp_sm_event
e71e764982 : DO NOT MERGE Fix unexpected behavior in smp_sm_event
6068cfe8a5 : DO NOT MERGE Fix unexpected behavior in smp_sm_event
3e4f5ab4f6 : Fix unexpected behavior in smp_sm_event
6836c9a9b8 : RFCOMM: Add more logging on failure cases
0f5a1da44d : RFCOMM: Add more logging on failure cases
0334c8bbc5 : AVRCP play status change updates
aac0535fb4 : AVRCP register for addressed player changed
baa3ee2891 : AVRCP Browsing concurrency
c252ddf85d : PAN: Remove bta_pan_co_tx_writebuf (dead code)
fbfffe53f8 : Reduce the number of PCM data reads for aptX and aptX HD
ecf9e41948 : OPP: Handle abnormal behaviour while sharing file from Snapchat
5542d052b1 : OPP: Interrup Obex Client thread while sending ABORT
33d4c25dd3 : PBAP: Reload contacts on user switch
6a36546d03 : OPP: Interrup Obex Client thread while sending ABORT
c33be991bc : Drop LE CoC fragments when frame size is too big
ba0b0ec020 : Hearing Aid: change get/set active device (3/3)
65589121d2 : Hearing Aid: change get/set active device (1/3)
fb7c5b9dec : Use proper media ID when changing path
c1792bf43f : Add missing AVRCP Set Addressed Player Response
cd418ea698 : Use RawAddress.ToString() instead of manual conversion
8f06df479c : Unpair both transports of dual mode device, when LE address provided
cf3d2d854d : Unpair both transports of dual mode device, when LE address provided
16fb9f6505 : Improve BondStateMachine logging
3c25e8d124 : Use proper media ID when changing path
2a280477c8 : Serialize the commands during Pairing process
109ab00fd0 : Bluetooth HIDD: Remove unplug()
c3ad060f25 : Add missing AVRCP Set Addressed Player Response
5a6d681547 : AVRCP play status change updates
ec94840744 : Revert "HID: Fix the behavior of virtual_cable_unplug"
d32815dcd5 : Changed the default configured sample rate for aptX/aptX-HD to 48.0kHz
4b70987dba : HIDD: Add caller permission check
86a2ba3ac0 : Improve BondStateMachine logging
55d9b70baa : Bluetooth talks to statsd
5d7b3bc09d : Bluetooth HIDD: Remove unplug()
af608cc9ad : Revert "HID: Fix the behavior of virtual_cable_unplug"
edf17e8928 : HIDD: Add caller permission check
2788921671 : Bluetooth talks to statsd
83791836bf : PBAP: Reload contacts on user switch
50a8659ee3 : Changed the default configured sample rate for aptX/aptX-HD to 48.0kHz
43d6f51ab7 : AVRCP register for addressed player changed
2144382aeb : AVRCP Browsing concurrency
826d86c349 : OPP: Handle abnormal behaviour while sharing file from Snapchat
0ea9ee0d90 : HFP: Save discovered HFP version to config file
a07f191482 : Fix crash in Log
bbd4f00916 : Fix crash in Log
dcd4c5c461 : Suppress unnecessary A2DP codec reconfiguration
5e740cc6e1 : A2DP Sink: add a mechanism for selecting the codec
aeae74ce55 : Open acceptor channel for RC on cleanup
485f642975 : Serialize the commands during Pairing process
1bf5329a2b : Add a missing null pointer check inside AvrcpTargetService.dump()
3eee516259 : Disable the Now Playing List for players with no active item
6577e8aea4 : Return only fresh data from the MediaController
89bb5b7c28 : AdapterService: Handle snoop settings changes
d578ae1265 : Suppress unnecessary A2DP codec reconfiguration
ebc2dab055 : A2DP Sink: add a mechanism for selecting the codec
483217bf7c : HFP: Save discovered HFP version to config file
ba991e91f9 : AdapterService: Make profile registration less chatty
49da1bacb5 : AdapterService: Handle snoop settings changes
d11e081d35 : Add the AVRCP Target Service (2/2)
4598dac7c9 : Disable the Now Playing List for players with no active item
ef8c625a04 : Return only fresh data from the MediaController
3d085aff32 : disable some tests that are failing on cloud.
8f5e2b6d47 : Fix potential NULL dereference in set_volume
041ea77766 : disable some tests that are failing on cloud.
572d739e1b : Add a property to enable the New AVRCP Profile (1/2)
c12821c7d3 : Implement the JNI layer for the AVRCP Service (2/3)
9e0d2172ab : Add a property to enable the New AVRCP Profile (2/2)
437493e73f : Add the AVRCP Target Service (1/2)
fdca4ae95d : Implement the JNI layer for the AVRCP Service (1/3)
a5db1b6365 : Add the MediaPlayerList and fix some checks
067d3607ab : Fix potential NULL dereference in set_volume
e47afd3be2 : Add BrowsablePlayerConnecter to handle creating the browsable player list
979cf13982 : Add the BrowsedPlayerWrapper
05ed1bdac0 : Add utility objects to unify all media metadata types.
1afeb16b37 : Use proper HCI_ERR_* constants in advertisement termination handling
ed9c8c80e3 : Fix bad permission string
2acc43ae23 : Use proper HCI_ERR_* constants in advertisement termination handling
1014501af7 : Guard ACPF with proper checks
d693406f5e : Fix bad permission string
9798f30817 : HOGP: Update status to OK, if link is already encrypted
0ba77f48f6 : Guard ACPF with proper checks
3edf4305fb : HOGP: Update status to OK, if link is already encrypted
5400a4a2b4 : bta_gattc_sdp_callback move null check above first usage
8b525485e8 : AdapterProperties: Add dumpsys support
4f16d04b2b : Calls unlinkToDeath in binderDied to deregister
451a6825f5 : Remove BLE App entry from mBleApps list when App died
666ea968bd : Add a missing null pointer check inside AvrcpTargetService.dump()
3f20715f60 : bta_gattc_sdp_callback move null check above first usage
1ac56496aa : HIDD: Fix the logic in unregisterApp()
16f1d41488 : HIDD: Add null pointer check in JNI and check invalid unregister
e98595e521 : Hearing Aid Profile: set and get activeDevice
227ba1693a : AdapterProperties: Add dumpsys support
af5e99336b : Revert "Bluetooth: preserve one advertisement slot for GMS core"
913ce89b41 : HIDD: Fix the logic in unregisterApp()
ba3e3fa7d9 : LE Advertising Report parsing enhancements
d6fb14ae77 : LE Advertising Report parsing enhancements
77596c0fb0 : Remove deinit_pending flag that is not needed/used
57659d8822 : Remove deinit_pending flag that is not needed/used
79a8e531d0 : Remove browsing requirement from MediaPlayerWrapper for queue support
454db57130 : Add Start/End Session for A2DP offload audio interface
a1845300ba : Added Start/End Session steps when A2DP codec is changed
a088b40d70 : HIDD: Add null pointer check in JNI and check invalid unregister
5326ae659d : HIDD: Address API Review concerns
690633fc66 : HIDD: Address API Review concerns
7fa75930f1 : Add the AVRCP Target Service to btif
c0e13903ac : Logging: Bluetooth Enabled
66ac6f8596 : Log: Bluetooth Connections
5b17e64d1e : Add btm_free() to clean up btm properly
a666f864ec : Added Start/End Session steps to A2DP session setup
7437885bd1 : HID Device: Unregister inactive app
dd1c97ee36 : Set the default AVRCP Version to 1.5
84f9c4c5d0 : Add the AVRCP Connection Handler
d3a8bf6403 : HIDD: Address API Review concerns
e2866f6a2f : Add btm_free() to clean up btm properly
23169e2b79 : HID Device: Unregister inactive app
f61687c290 : Gracefully recover on bad attempt to cancel LE connection
a363b7f262 : Gracefully recover on bad attempt to cancel LE connection
3647a5f08d : Bluetooth A2DP Sink only connect from Disconnected state
9e25ddaaec : Revert "Revert "Log: Bluetooth Connections""
2ac1380d96 : Revert "Revert "Logging: Bluetooth Enabled""
af543937ca : fix the incorrect test from aog/643407
9b9ee65ec7 : Add Start/End Session for A2DP offload audio interface
fbde2e4a24 : Added Start/End Session steps when A2DP codec is changed
b170116ca1 : AVRCP: Fix size for Register Notification Response packets
56a457bdcb : Hearing Aid: Add API for active device
25bd110de1 : fix the incorrect test from aog/643407
00dfd1e4ad : Write volume to Hearing Aid during connection setup
b2f24d8637 : Hearing Aid Service: set and get activeDevice
1ce1a29747 : Write volume to Hearing Aid during connection setup
4597d532d3 : Bluetooth A2DP Sink only connect from Disconnected state
5c01a03a22 : Revert "Logging: Bluetooth Enabled"
b51956cb9e : Revert "Log: Bluetooth Connections"
09091b9f34 : Added Start/End Session steps to A2DP session setup
cc8b9b19d5 : HIDD: Address API Review concerns
81f27934e8 : Hearing Aid Service: set and get activeDevice
71dbfbc686 : Calls unlinkToDeath in binderDied to deregister
030bab9435 : Add a property to enable the New AVRCP Profile (2/2)
befadbc4a5 : Hearing Aid Profile: set and get activeDevice
8292fcbad6 : Hearing Aid: Add API for active device
01b56dd893 : Set the default AVRCP Version to 1.5
0ad702c084 : Add a property to enable the New AVRCP Profile (1/2)
ec4c58911a : Add a test to make sure transition from CONNECTING to DISCONNECTED is handled.
406d4f911c : Remove BLE App entry from mBleApps list when App died
badfa9482e : DO NOT MERGE Retrieve the background scan mode from Settings.Global.
769afcdd96 : Reduce log spam from PbapClient.
eb9ab5cffb : Reduce log spam.
5978ef4d80 : Don't skip SDP discovery prior to AVDTP connection
1fa9900b45 : Add missing codec initialization for A2DP Sink
f71dfa0f9a : Add a test to make sure transition from CONNECTING to DISCONNECTED is handled.
7894395f4e : Don't skip SDP discovery prior to AVDTP connection
bcefab0061 : Add missing codec initialization for A2DP Sink
a27a580ff3 : Add missing codec initialization for A2DP Sink
8d668c7577 : Don't skip SDP discovery prior to AVDTP connection
e7d5130f20 : Add the AVRCP Target Service (1/2)
e4ff92a1f9 : Fix sdk_mac builds for AVRCP Headers
a70a16b3e9 : Bluetooth: preserve one advertisement slot for GMS core
e2c6ab172b : Utilize setting for AVRCP Target
bfcc00d027 : Add the AVRCP Target Service (2/2)
e7ca042803 : Retrieve the background scan mode from Settings.Global.
8d3d7645f6 : Utilize setting for AVRCP Target
9e1c958d13 : Implement the JNI layer for the AVRCP Service (2/3)
3af86fc6dc : Add the MediaPlayerList and fix some checks
fb3f9770b7 : Hearing Aid Service with native interface
26cc0f136d : Hearing Aid State Machine without native interface
bf823af401 : Hearing Aid Service Stub
e0a9f70d38 : Remove unnecessary CHECK in BleAdvertisingManager::Get()
40e2f4d0cc : Hearing Aid Service with native interface
b0041fec3a : Hearing Aid State Machine without native interface
5ffb42bc47 : Hearing Aid Service Stub
8f7a359d4d : Implement the JNI layer for the AVRCP Service (1/3)
a820c1c42b : Remove unnecessary CHECK in BleAdvertisingManager::Get()
5ad2313bb6 : Hearing Aid Audio Source 24000 sample rate support
3d44c9a898 : Remove broadcastMetadata trigger.
5455ef89d7 : Fix bugs in tests which fail when Bluettoth is turned off. on internal gerritt, this is ag/3738365
b71b5f0c57 : Playback resume after call
26233db58a : Remove broadcastMetadata trigger.
a0ad6713d0 : Hearing Aid Manager implementation
cd3308250c : SMP: Update device type as BLE while deriving LTK from LK
768954f943 : Add BrowsablePlayerConnecter to handle creating the browsable player list
5b2e7cf9ad : Eliminate error on quallcom debug logs from controller
570afbe87b : Hearing Aid Manager implementation
882bbae29f : Logging: Bluetooth Enabled
5072b49b8b : Log: Bluetooth Connections
e7aff4df1a : Fix bugs in tests which fail when Bluettoth is turned off. on internal gerritt, this is ag/3738365
4f66789833 : SMP: Update device type as BLE while deriving LTK from LK
5a96fe77b8 : Bluetooth: preserve one advertisement slot for GMS core
e6daaf43e8 : Eliminate error on quallcom debug logs from controller
d38c758020 : Playback resume after call
13e6c634b3 : Add btm_free() to clean up btm properly
75529f7847 : Add the BrowsedPlayerWrapper
469fef6968 : RemoteDevices: Use String(val) to set a remote device alias
fe818b0cc9 : Profile Service: Make onCreate() and onDestroy() symmetric
e7f79071b6 : Suppress AVDTP delay reporting logs per data packet
64487a51de : BLE: Don't access freed buffer in log message
0ad13fb4a3 : Suppress AVDTP delay reporting logs per data packet
55f76e397e : Add a missing null pointer check in the codec config comparison logic
f2afc24f08 : Add a missing null pointer check in the codec config comparison logic
fb41577039 : Empty list check to stop Bluetooth stack crash in btif_rc
9af5027b3e : Update app use for link of BR/EDR over GATT
f86617392b : Profile Service: Make onCreate() and onDestroy() symmetric
40cb3c825e : Add the AVRCP Target Service to btif
09d020114f : Fix AndroidTest to be ready for apct-suite
778b7db81b : Add utility objects to unify all media metadata types.
9162eef35b : Fix crash in l2c_rcv_acl_data during LE CoC SL4A Test
e43b7ab7ce : Disable log spam in AVRCP
2d529506a6 : BLE: Don't access freed buffer in log message
f0d9a9d69d : Disable log spam in AVRCP
8e87043667 : Revert "Hearing Aid Service Stub"
1cc6351912 : Revert "Hearing Aid State Machine without native interface"
6bc6e6c5f4 : Revert "Hearing Aid Service Stub"
f8dd229540 : Revert "Hearing Aid Service Stub"
eb993e3092 : Revert "Hearing Aid State Machine without native interface"
bb87b8b8b0 : A2DP Offload support
42b0821b08 : A2DP Offload support
c9f9f02a06 : Revert "Hearing Aid State Machine without native interface"
63183603ee : A2DP Offload support
14b970cf0d : A2DP Offload support
e02f912c09 : HFP: Only allows active device to change SCO volume
87712c9c6b : A2DP Offload support
57a097caa9 : Get rid of BTM_IS_PUBLIC_BDA
04e976adaa : A2DP Offload support
ed2bffd509 : Enable AVDTP Delay reports by default.
635d97d6ca : btservice: Test the scan mode in STATE_ON
3b68dfe0be : btservice: Test the scan mode in STATE_ON
8644f44ea2 : AdapterService: Call onBluetoothReady at BREDR_STARTED
497a22c9eb : AdapterService: Call onBluetoothReady at BREDR_STARTED
698403c57d : Hearing Aid State Machine without native interface
d0dadfc4d5 : Hearing Aid Service Stub
600b93a358 : AdapterService: Call onBluetoothReady at BREDR_STARTED
76c7aa4213 : Import translations. DO NOT MERGE
32342b8e30 : Import translations. DO NOT MERGE
5db3f0c732 : Remove browsing requirement from MediaPlayerWrapper for queue support
1780604b47 : Get rid of BTM_IS_PUBLIC_BDA
51ad6b14d0 : AVRCP: Fix size for Register Notification Response packets
7b37b6ee2f : Enable AVDTP Delay reports by default.
275471390f : HFP: Only allows active device to change SCO volume
f2f77ed3ad : Bluetooth: Separate enable and disable Reasons from package name
929b3e4957 : Add the AVRCP Connection Handler
a95a133eba : Add missing audio_hearing_aid_hw in Android.bp
0b80e8686e : Bluetooth: Separate enable and disable Reasons from package name
6ce59d0df2 : Fix issue #62342672: API Review: OPSTR_ACTIVATE_VPN SystemApi
e40a62f2b3 : AdapterService: Support GATT as the only profile
69676fcf29 : AdapterState: Simplify state transitions
7116795981 : Enable AVDTP Delay reports by default.
f937c83fd2 : RemoteDevices: Use String(val) to set a remote device alias
e45f3c1d64 : Add missing audio_hearing_aid_hw in Android.bp
aaf8fe2d1e : Bluetooth: Fix incorrect map access
3310014a5a : Precompute the RTP Header marker bit only for A2DP Source encoder
a9d9ed8979 : AdapterService: Support GATT as the only profile
b9380d920b : AdapterState: Simplify state transitions
c48953d443 : Precompute the RTP Header marker bit only for A2DP Source encoder
1855019e75 : Import translations. DO NOT MERGE
88dac02009 : Hearing Aid State Machine without native interface
e51a8f7ec3 : Fix crash in l2c_rcv_acl_data during LE CoC SL4A Test
9a30a9f95c : Metrics: Move bluetooth.proto to one place
a7a6d4aaac : Metrics: Move bluetooth.proto to system/bt/proto
d08a3fea64 : Metrics: Move bluetooth.proto to system/bt/proto
bd8f430024 : Metrics: Move bluetooth.proto to one place
51d73a971f : Use proper sockets for A2DP and Hearing Aid HAL
27128c930b : Bluetooth: Use enums for adapter connection states
925c580fdb : Bluetooth: Fix incorrect map access
30869f367a : Hearing Aid Audio Source 24000 sample rate support
42bf649da8 : Use proper sockets for A2DP and Hearing Aid HAL
88c08ef592 : Bluetooth: Use enums for adapter connection states
4bb72d47cb : PBAP: Disable verbose log
87d06348dd : MAP client handle failure to connect.
d19e027857 : HearingAidAudioSource implementation
9fd31a0419 : SMP: Validate remote elliptic curve points
83c2ce716e : Hearing Aid Service Stub
6310d49a38 : Import translations. DO NOT MERGE
e468855d57 : Import translations. DO NOT MERGE
c10ec59cf2 : Keep UIPC in local variable, rather than global struct.
f4291d7d36 : Add new sample rate BTAV_A2DP_CODEC_SAMPLE_RATE_24000
7d06e57570 : Hearing Aid BTIF interface implementation
27b215a8be : Multi-A2DP: stop or flush the A2DP queue only for Active peer
3f5c4b005d : Hearing Aid BTA interface
369f847dcb : Call BTA_VendorCleanup on proper thread
a17631f92a : Remove unused adjustAvrcpAbsoluteVolume
65f2ff484f : Bluetooth: Remove adjustAvrcpAbsoluteVolume
35bff08f35 : Hearing Aid Audio HAL
894fdf3fa3 : Pre-compute the RTP Header Marker Bit by using the correct peer address
ea2a6f5fd3 : Add new sample rate BTAV_A2DP_CODEC_SAMPLE_RATE_16000
0a0483512f : Add the AVRCP Device class for the AVRCP Refactor
842d1b8483 : Hearing Aid BTIF interface
27d81c3b73 : Remove adjustAvrcpAbsoluteVolume
eff7699883 : HeadsetClient: Return from stop() if not started
11fb2cf659 : frameworks/base: Set LOCAL_SDK_VERSION where possible.
28bce62506 : frameworks/base: Set LOCAL_SDK_VERSION where possible.
c6d1e83226 : Send empty string for redial
584c1f95c8 : Add a unit test testStopA2dpService()
979eb115cc : Don't remove auto-connect priority for A2DP connected devices
3638e1c77a : Removed redundant alarm_free() call on the wrong thread
a268ecd694 : Perform all codec-related init operations on the same thread
5d2be95573 : Clear the A2DP active device within the native stack during cleanup
3fa8ed6650 : Adapter: Use config value for default max connected audio devices
6b42690006 : Initialize max number of connected A2DP devices in the native stack via JNI
86eb8346e7 : Initialize max number of connected A2DP devices in the native stack via JNI
d278a87cf5 : A2DP: Make sure CONNECT_TIMEOUT is scheduled in intermediate states
b10d00f994 : A2DP: Simplify debug log mechanism
1663b47182 : HCI: Set a timer to abort after a timeout
62e6bdc1d1 : PBAP: Send intents during connection state transitions
c71c9edfb8 : Add/update the BTIF A2DP log messages
79c54da6a8 : Use assigned UUID for Hearing Aid Service
5ef1d020c7 : Use assigned UUID for Hearing Aid Service
5107d68ac8 : Add explicit init/cleanup steps for A2DP Source and Sink
9c6a84007c : L2CAP: Discard pending requests on link disconnect
a278358454 : Clear A2DP active device during start/stop in the native stack
b4dae14021 : Free the A2DP Source media alarm on the A2DP Source worker thread
d6f30844f7 : Fix bug for CLCC polling; remove message if not using
82fc8edc52 : Uprev to AVDTP 1.3 and Implement AVDTP delay reports
883163ac46 : Disable unnecessary logging
e2fbecd53b : Free the A2DP Source media alarm on the A2DP Source worker thread
fd960f824c : When a duplicate connect request is received, return success to caller. Returning fail is causing the caller to tear down the connection in progress.
da82d3c488 : Broadcast Disconnecting
f0995c6216 : packages/apps/Bluetooth: Set LOCAL_SDK_VERSION where possible.
7f1a897151 : Correct the value for BT_RC_NUM_APP for Multi-A2DP / Multi-AVRCP
960e779bd9 : AdapterService: Keep lists for profile states
a0c38ef20a : Replace AVRC callback function pointers with base::Callback
1a26cf856b : Revert "Remove A2DP Source/Sink startup calls during A2DP initialization"
730dc6874e : Revert "Remove A2DP Source/Sink startup calls during A2DP initialization"
e1b39550ce : PBAP: Handle null contacts in the updateList
d3b06fd0cd : Revert "AdapterService: Keep lists for profile states"
747f36ad66 : Add packet classes needed for AVRCP Absolute Volume
618b5fa5d1 : Remove unreachable code
5b0cac466b : OSI: Protect cutils/properties.h from direct calls
647ca53804 : PBAP: Use a message to signal CONTACTS_LOADED
dc33c35441 : PBAP: Move notify to Authenticator.java
91d19e28f1 : JNI: Introduce a read-only property for Bluetooth library name
e00f04e500 : Add missing Avrcp.doQuit() call during A2dpService stop()
bc0bbfad08 : Get rid of BTA_HOST_INTERLEAVE_SEARCH
7f827c29eb : Add RequiresFeature annotation.
b54586179e : AdapterService: Keep lists for profile states
b095b839db : AdapterServiceTest: Re-initialize Config after test
c35f5abc91 : PBAP: Get ready to reload contacts on user switch
d7404d2e09 : ProfileServiceTest: Call AdapterService.initNative
cc2a54cf0d : Add btif_config_(get/set)_uint64
64ed101620 : Reduce spammy error log in gatt_attr.cc, plus minor logging improvements
ed82cb1269 : Make STREAM_TO_UINT64 globally available
fa20528776 : PAN: Notify PAN devices connection state to UI
18db7da16c : Add missing A2dpStateMachine lookup when processing native events
c348653d63 : A2DP: Dump state machine message verbatim
3f23873b7e : Hearing Aid profile
255dcfc035 : Final IBluetoothHearingAid.aidl improvements
8b4b9f9c52 : Update PhonePolicy to support Multi-A2DP/Multi-HFP
801d56dc7c : Remove A2DP Source/Sink startup calls during A2DP initialization
66a57b69ff : Use correct call btif_a2dp_sink_startup() for Sink peers
f71b1cc42e : A2DP: Cleanup UIPC when no active device
0277c9cd72 : A2DP: Close audio socket when set active device to null
8cbbbd14e8 : Add AVRCP Browse packets to the completed packets.
394a4f6aa7 : btif: Remove unused synchronization in event_cleanup_stack
1a5c8be4aa : Perform all start/stop A2dpService operations in start() and stop() methods
7703328a5b : Update the A2dpService logic for creating/deleting state machine instances
aa1b368435 : IBluetoothHearingAid.aidl
e71d9a8339 : Adjust buffer length to fit in sdp_copy_raw_data()
2a9e59e4ef : MAP Client Exception at shutdown
95c39997af : Factor out libchrome_support_defaults
ada1add568 : Add more details in native Bluetooth debug logs
27461cb877 : Make loghex properly count numer length
5adee96cea : Moved okToConnect() from A2dpStateMachine to A2dpService
838a95fee7 : Update A2dpService.connect() to check correctly for A2DP Sink UUID
e12912290a : Refactor usage of synchronized inside A2dpService
96c9b3c1f9 : Remove libbluetooth-system requirement.
81e85959c3 : DO NOT MERGE: AVRCP: Check number of text attribute values in response
22a7bd7566 : Import translations. DO NOT MERGE
819011b1ea : AVRCP: Don't fail in set_volume on disconnected devices
aa634c1800 : Remove unnecessary null pointer initialization for class variables
2b6bd69eeb : Add dedicated signature permissions to platform manifest and shell manifest which could enable/disable BT and Wifi state on watch
ffa0b7d05c : DO NOT MERGE Truncate new line characters when adding string to config
b1847e89f9 : Fix LE filters for 32 and 128-bit UUID service data
f52eea1353 : DO NOT MERGE Truncate new line characters when adding string to config
8ea5dc3511 : DO NOT MERGE Truncate new line characters when adding string to config
5278a8b994 : DO NOT MERGE Truncate new line characters when adding string to config
eb3fcc41d7 : DO NOT MERGE: AVRCP: Check number of text attributes in response
5f2e215787 : Truncate new line characters when adding string to config
c86198a6df : AVRCP: Initialize buffer for attribute values to be written to
a3eec31b21 : AVRCP: Set maximum string length when copying to buffer
78e1771d43 : AVRCP: Check number of text attribute values in response
19eb94ae19 : Build: Remove DCHECK_ALWAYS_ON flag
537eca199f : A2DP: Construct BtWorkerThread's message loop on designated thread
0858a618e3 : AVRCP: Check number of text attributes in response
0362ba3316 : DO NOT MERGE: AVRCP: Initialize buffer for attribute values to be written to
4523b44a1a : AVRCP: Check the number of text value attributes requested
e0f41b52a7 : btif_rc - make set_volume easier to comprehend
bf5a62d499 : Prevent spurious connect failures callback
1bc74c5e01 : Call BTA_GATTS_AddService on correct thread
7122d83744 : Make sure task_runner is valid when we call PostTask on it
a2dc3f08bb : When a sent-notification is delivered, return error code as mentioned in SmsManager.
0e6e31aeae : HBS1098 Paring failure after connection with Car-Audio
931de90889 : HFP: Dump state machine message verbatim
bba60a6869 : Remove unused variable.
c3fa0caff8 : Metrics: Remove handler for --proto-java-bin flag in dumpsys
27ca8a771e : Initialize static service reference properly
d08f509d49 : Fix non-working sent-notification. This is copy of the change reviewed (on internal repo) ag/3553436
67dd56139d : Update SL4A for LE CoC with LE Data Length changes
60dd8db237 : Metrics: Remove handler for --proto-java-bin flag in dumpsys
4e95f3395f : Add function to change LE Tx Data Length
47815ed86f : LE Read Maximum Data Length during startup
8218b3de90 : Unify logging in btif_sock_l2cap.cc
cf3cfd339a : Add function to change LE Tx Data Length
835f00923c : Remove Mac host libraries build depending on libchrome.
6edd25f33e : Pass in the user defined by Context.
c2cf61d521 : PBAP: Fix NullPointerException in stop()
cbdc8c753d : MAP: Remove redundant cleanup() method
31127fcd7e : ProfileService: Remove log() wrapper
6d3b611bed : Add function to update LE connection parameters
2c5dcdf8cf : Maximize L2CAP socket MTU
8cd20068ef : BTA_JvL2capConnect simplification
17dffb09e3 : Simplify btSock_start_l2cap_server_l
90afb6ea52 : btservice: Log names for adapter states
ea54167caa : ProfileServices: Remove getName() overrides
9b32d92887 : Revert LOW_POWER ble scan interval to 512/5120ms.
379ff1800f : Stricter check of the MTU size in the BTIF L2CAP socket
c170afe35c : Fix naming error in btif l2cap MPS -> MTU
65be80345d : Add function to update LE connection parameters
a558e64693 : Add more checks to LE Connection Parameters
d701412042 : Metrics: Dump Java and native metrics together
d3cd9cee3e : Add function to update LE connection parameters
d20346ab98 : Metrics: Dump native metrics to Java as std:string
7fd2619875 : PDU data lengty computation fix
887f61a812 : Minimize amount of Flow Control packets for L2CAP CoC
507f0d2f7e : BUILD: Fix broken build for test-vendor_test_host
04b2527ffc : BUILD: Disable build for mac-host target
38c4ffda36 : Set pending_discovery when doing GATT over BR/EDR
03ac71e3be : Fix bad type for txPower in PeriodicAdvertisingReport serialization
a05462e424 : HFP: Only remove state machine when device is unbonded and disconnected
697072525c : Get rid of L2CAP_MAX_BUF_SIZE, use variable-size buffers instead
4e27c0bc8c : Packet: Disable host tests for Mac
2fd977048d : Add Packet class as alternative to BT_HDR
fc0b149cb3 : Drops unittest build on Mac host.
3f26a83fcf : Re-enable the A2DP unit tests
6d5f4b9950 : Report LE CoC credits to GAP clients
fbdbbe258f : Import translations. DO NOT MERGE
367de85b16 : Simplify the setA2dpService() implementation so it is less error prone
be25dbe7a1 : Report credit count change, when credits are received for LE CoC
a221e4b47b : HFP: Fix NPE in error logging for voice recognition events
0d38abc564 : Disable host compilation on Darwin for net_test_btif_state_machine
113ddd2693 : Add a workaround for A2DP devices that request Role Change
5c6e64c799 : Add support for Multi-A2DP state machines per device
7f195cee66 : Add support for Multi-A2DP state machines per device
504ee98acb : Add support for Multi-A2DP state machines per device
1fc19da41d : btif: Name the unique_lock in initialize_transaction()
42044b4761 : docs: Added a missing "be" in ACTION_CONNECTION_STATE_CHANGED
5d9b2df910 : ProfileService: Add user intent receiver
d298cfa240 : Cancel LE Advertising related timers during shutdown
bb353da6a2 : Use weak pointer when refering to AdvertisingManager
8b139f0050 : Fixed L2CAP Buffer Length when transmit packets
cab772f098 : Disable host compilation on Darwin for net_test_btif_state_machine
6be20ee350 : PBAP: multiple device support
164b38b96f : Add support for Multi-A2DP state machines per device
1a4d54888e : OPP: Remove dead code and update Constants.java
7d7753cef7 : OPP: Limit try scope in ObexServerSession
d0e097a618 : btservice: Remove unused reference-counting logic
bf9a5b6474 : Add support for Multi-A2DP state machines per device
5706c1e416 : Add a workaround for A2DP devices that request Role Change
d9b0b59346 : Add support for Multi-A2DP state machines per device
47bee27889 : Don't pack and align GATT structs
3dab0e0f5f : HidDeviceTest: Start the service with an intent
38ed89d6d6 : HFP: Fix clearAdapterService call in unit tests
2cc1916389 : Get rid of BTA_SYS_DM - use do_in_bta_thread instead
e1ddc3c203 : HFP: Add support for Multi-HFP (2/2)
59acec01cd : Revert "Audio V4: Split system and vendor Audio.h"
78434f2954 : HFP: Add support for Multi-HFP (1/2)
079e122b5a : Minor improvements in LE Create Connection handling
afdfc003c2 : Fix flaky testInBandRingtone
0ab5f4fe23 : PBAP update TIMES_CONTACTS after pull CallLog
4d2a23ca43 : AdapterService: Only clear sAdapterService once
63b0996168 : Remove L2CAP_MASK_LE_COC_CHANNEL flag in channel number
7228c56b9c : Reland: Prevent sending broadcasts for non-changing properties.
aec2c6f7df : Use do_in_bta_thread in BTA DM layer
8d575d81c4 : Forward Hearing Aid UUID when discovered over LE
f2c552e914 : Report cumulative values for Bluetooth controller activity
9048eddfec : BTE: Allocate LogMsg buffer on the stack
911de1a5e4 : Do SDP when HSP connection starts by remote
6dcabf8873 : Allow L2CAP first packet with partial header
0d7fb83875 : HFP: Do not use data in bta_ag_start_open if data is empty
8f02d19dde : Audio V4: Split system and vendor Audio.h
219778007d : HFP: Use base::Bind instead of messages for bta_ag_api functions
1c4a3f8014 : One less copy when sending LE CoC data.
2eaa4c42cf : Add Connection Event Min/Max hint to Connection Update Request
12a63e30c7 : OPP: Remove markBatchFailed with no arguments
19994bdee6 : ProfileServiceTest: Remove ASYNC_CALL_TIMEOUT
898389a6ba : Remove casts for callbacks
2c09ba2d9f : btm_sec_disconnected Check if p_dev_rec is still in scope
59f39060e1 : Import translations. DO NOT MERGE
86bc3759b5 : Make GAP_ConnWriteData accept BT_HDR
3cc1e679a4 : Revert "Prevent sending broadcasts for non-changing properties."
5661cf3501 : btservice: Add ProfileServiceTest
4e94a7fadf : Revert "Prevent sending broadcasts for non-changing properties."
ff15f31a3e : Fix multiple instances of BT file transfer ongoing dialog
183f8574b1 : MAP: Fix New Message status when maxListCount is 0
cfcc99293c : Add ProfileConfig class to Config
aa8b0f1d51 : Add config_supportBluetoothPersistedState.
45da9affce : Mock HFPClient Test Resources
915b1d9009 : SDP: Increase heap buffer size used for A2DP/AVRC
9a69b08f44 : Revert "HID: Update condition for checking LE HID handle validity"
2239b7a7f5 : a2dp_source: Use SIZE_MAX queue size for worker_thread
f59aa22783 : Added support for new Android API for LE CoC
429c7af564 : Change getMaxConnectedAudioDevices() to public
d73ef5725f : Limit data accepted by GAP_ConnWriteData to just one SDU
391e702c36 : Make BTA_JvL2capWrite take ownership of the data buffer
a08ccea969 : JNI: Return early when there are no filters
fb9bc33d20 : Revert "Fix buffer overflow in GAP_ConnWriteData"
9e60546a7d : Added internal API getMaxConnectedAudioDevices()
cbc2a74359 : OBEX Server Socket: Don't reject connection
0dfe3d5dd6 : Fix buffer overflow in GAP_ConnWriteData
6362adc7e4 : GATT: Standardize date in dump()
5f08c97957 : OPP: Standardize date in dump()
7069489f92 : Added internal API getMaxConnectedAudioDevices()
cc816bb0a9 : Added internal API getMaxConnectedAudioDevices()
f090ae7047 : Revert "Fix buffer overflow in GAP_ConnWriteData"
810b8eed16 : Revert "Fix buffer overflow in GAP_ConnWriteData"
01e839134f : Add capability to disable CLCC polling
e2a2e2cde6 : Bluetooth in band ring
b06f390671 : DO NOT MERGE: SDP: Check p_req_end before reading from p_req
c134769976 : DO NOT MERGE: SDP: Check p_req_end before reading from p_req
007af6d210 : SDP: Check p_req_end before reading from p_req
5a8dec982c : SDP: Check p_req_end before reading from p_req
74904e1943 : BNEP: Check received frame type
155729dd3b : BNEP: Check received frame type
1004480b33 : PAN: Fix Use-after-free in bta_pan_data_buf_ind_cback
7bd55b7c64 : SDP: Include the offset in sdp_disc_server_rsp
1620765ab9 : BNEP: Check received frame type
b8756ee2bf : SDP: Pass the bounds to process_service_*_rsp
79c630008b : PBAP: Return correct connection state when state machine is done
58dd1fa3da : Allow adapter callback to transition state machine
a5e5061b3f : Prevent sending broadcasts for non-changing properties.
15681e4468 : Allocate/free the SDP connection timers only during stack startup/shutdown
72b20a030f : GattServer: Check for null for mServerMap.connIdByAddress
d67d5e4f1e : Added APIs for Connection-oriented channels
d1c857e3a6 : Allocate/free the SDP connection timers only during stack startup/shutdown
709c0baa4c : SDP: Include the offset in sdp_disc_server_rsp
50baa2ca30 : Allocate/free the SDP connection timers only during stack startup/shutdown
25b694bffc : Correctly handle GATT as only profile supported.
500febee62 : Skip SystemUI check in BluetoothServiceManager if noHome.
824b9fec46 : DO NOT MERGE Fix unexpected behavior in reading BNEP packets
2fbcfd9676 : DO NOT MERGE Fix unexpected behavior in reading BNEP packets
cfa32348d8 : Fix unexpected behavior in reading BNEP packets
ca4de852b3 : DO NOT MERGE Remove memory reference to invalid mem in error log
0e95c98d4d : DO NOT MERGE Remove memory reference to invalid mem in error log
4a50680fe8 : Bluetooth in band ring
b141702df5 : PAN: Fix Use-after-free in bta_pan_data_buf_ind_cback
ccde77ff3a : Refactor l2c_lcc_get_next_xmit_sdu_seg
d9a104e7a6 : L2CAP: Add parameter to indicate last piece of an SDU
5f689d0e9b : Remove memory reference to invalid mem in error log
50f6b19c0a : PAN: Fix Use-after-free in bta_pan_data_buf_ind_cback
6611fb25b5 : HID: Update condition for checking LE HID handle validity
2af329d702 : Fix buffer overflow in GAP_ConnWriteData
7b9fb0ea17 : DO NOT MERGE: AVRCP: Check the number of text value attributes requested
13f27040f3 : DO NOT MERGE: AVRCP: Check the number of text value attributes requested
87973f571c : Retrieve scan interval and window lengths from Settings.Global.
bbcd6e8493 : DO NOT MERGE: AVRCP: Check the number of text attributes requested
91b39e5be0 : DO NOT MERGE: AVRCP: Check the number of text attributes requested
e100163b6c : AVRCP: Check the number of text attributes requested
86f77e5937 : Remove memory reference to invalid mem in error log
ee9f6383cd : SDP: Pass the bounds to process_service_*_rsp
412891b31d : Fix unexpected behavior in SDP
fb1ecd6763 : DO NOT MERGE Fix unexpected behavior in SDP
6ee3d8e16c : DO NOT MERGE Fix unexpected behavior in SDP
8d9a8c1704 : Removed alarm callback execution statistics
204e9de687 : Removed alarm callback execution statistics
05c9d90225 : Removed alarm callback execution statistics
79bb3d62a3 : Remove duplicated code in l2cap_sock - on_l2cap_write_fixed_done
20d7766df1 : Import translations. DO NOT MERGE
5fb9a3e78e : Removed alarm callback execution statistics
57139cb189 : HFP: Print human readable event and state name by default
8b82aa1ad1 : HFP: Remove used BTA call-in events and methods
9e6b35bec2 : Make Bluetooth constants used by gmscore a system api
87e1283aac : HFP: Add isInbandRingingEnabled() API (2/4)
b87e459c61 : HFP: Remove AG RFCOMM data pass through mode
476c773f9c : HFP: Remove redundant AG data callout code
1acdb04e44 : HFP: Add isInbandRingingEnabled() API (3/4)
c5fde734b4 : HFP: Add isInbandRingingEnabled() API (1/4)
79b62f225a : Fix gatt_is_bda_in_the_srv_chg_clt_list always return NULL
1770bf96ba : Fix SIGSEGV during Hands-free client SDP
cb7c63cf2a : Move repeated code from l2cu_check_channel_congestion into a separate function
6b87071b6c : Run by default the 64-bit unit tests on 64-bit devices
5e9b20e7bc : Disable CFI verification for unit tests that are using gtest+gmock
1bdbe93c7f : Make AdvertiseManager shutdown gracefully
092d336bb1 : Pbap: Add a null pointer guard for mServerSockets
3131897343 : BluetoothProfile: Add Object Push Profile (OPP)
21fc9ab28b : HFP: Add APIs for set and get active device (1/3)
e155d2af01 : Prevent LE CoC from dropping data when remote MPS>8087
889d234e8c : HFP: Add APIs for set and get active device (1/3)
a117cb3787 : Add SystemApis annotations
a0f99bf1ff : HFP: Add APIs for set and get active device (2/3)
0c1019198f : OPP: Only start the service from AdapterService
6ebe7717b9 : HFP: Add APIs for set and get active device (3/3)
2b398cc5f8 : Added internal API to get/set the A2DP Active Device
ae3fc1824b : Added internal API to get/set the A2DP Active Device
45d80b8fc9 : Adopt robolectric 3.6.1
80da38adef : PBAP: Use PbapStateMachine to handle new connection
04240317d7 : HFP: Use disableinbandringing instead of enableinbandringing
96100bde4a : Added internal API to get/set the A2DP Active Device
0483334392 : Revert "Use vector instead of raw pointer in l2cap socket write handling"
a9264e4394 : Use vector instead of raw pointer in l2cap socket write handling
c09eec0e6f : HFP: Use disableinbandringing instead of enableinbandringing
c732e88364 : Add to receive BTHF_CALL_STATE_DISCONNECTED at HFP
4ea1e28b56 : Add to receive BTHF_CALL_STATE_DISCONNECTED at HFP
1354d26992 : BatteryStats: Add WorkChain support for WiFi events.
a53fcf7f65 : HFP: Use objects for shared library interface and callbacks (2/2)
e43b237f08 : HFP: Use objects for shared library interface and callbacks (1/2)
a7192a1b67 : Added RawAddress::FromOctets method to copy address from uint8_t pointer
c274abfdb5 : Advertising Filtering: send all filters in one batch (2/2)
0e31902ac2 : AvrcpCtrSM check BrowseNode
5d4ecfab11 : Advertising Filtering: send all filters in one batch (1/2)
09a150b31e : Remove bytes after first zero length field in legacy advertisements
7ebf6aabee : Temporarily remove broken SCO-over-HCI implementation
31c9ac6b2d : Allow multiple connections on MAP profile.
9821349938 : Migrate a change from internal master branch to aosp/
52b06d6698 : Minor style fixes in l2c_main.cc
15c7dac45b : SAP: Make cleanup public again
27f94b43a9 : OPP: Set the size of the database to 50 shares
9dde414f39 : OPP: Add dumpsys output
7145a9fea7 : Increase MPS for LE CoC to one LE Buffer Size
41f4948200 : PBAP: Split startSocketListeners()
feee0dda27 : ProfileService: Change cleanup() to return void
0cc1e886f3 : ProfileService: Report error when start() returns false
7015f79072 : PBAP: Add filter support for Owner contact
35258da386 : BluetoothHidDevice: rename onIntrData to onInterruptData (1/5)
28874fdb8f : BluetoothHidDevice: rename onIntrData to onInterruptData (3/5)
ea5f62701d : BluetoothHidDevice: rename onIntrData to onInterruptData (2/5)
7ae270565f : Import translations. DO NOT MERGE
1b52eac548 : Import translations. DO NOT MERGE
b41610c596 : Import translations. DO NOT MERGE
70c749aedc : Make notifications local-only
54bcf57278 : PBAP: Add SOUND property support to vCard 2.1
c0329d983e : PBAP: Add cleanUpServerSocket helper and remove unused code
738fee6590 : Increase default SDP_MTU_SIZE to 1024
73f2041559 : BluetoothHidDevice: rename onIntrData to onInterruptData (1/5)
f602979661 : BluetoothHidDevice: rename onIntrData to onInterruptData (2/5)
8a43575ced : BluetoothHidDevice: rename onIntrData to onInterruptData (3/5)
d8f3c419df : Minor GATT logging fixes
5ece122c12 : HFP: Add interface to disable in-band ringing through BSIR (1/2)
e1fe758d06 : HFP: Add method to disable inband ringing through BSIR (2/2)
3fc73871a9 : bt: Update libchrome APIS to r456626.
17c46086bc : HFP: Split system interactions into HeadsetSystemInterface
362004ef30 : Publish Bluetooth HID Device Profile Service API
c4551d42cd : Publish Bluetooth HID Device Profile Service API
05e8f8fb87 : Add extra log message to print output codec config
81f397954e : HCI: Fix use after free in hci_transmit
07f550635d : HFP: Use do_in_jni_thread to avoid btif_transfer_context
401724bf89 : Fix GATT discovery service fail over BR/EDR
3b0ffd4f59 : Fix Bluetooth crash on user switching
577b2c9693 : btif_sock_rfc: Use %u for uint32_t
e0a0509b6a : Add more IntDef prefixes for auto-documenting.
a267836b8e : AdapterService: Make finalize() public
c589f41689 : HFP: Fix static check errors
d4426200f3 : Bump GATT cache file version marker
a3cd817d29 : OPP: Notify NFC of that the transfer still alive per a certain period
75f533399a : Added check to know the status of any ongoing pairing status.
ff717cb5ee : Fix callback type mismatches in Bluetooth
5f593e127e : Import translations. DO NOT MERGE
bbb7d1d712 : AdapterService: Small refactor and fix log errors
02a8e52684 : BLE: Don't set SC bit in AuthReq for Legacy Devices
88489cc392 : MAP: Send message without persisting to avoid duplicate entries.
9d97434c70 : PAN: Delete disconnected PAN device from map
06347dc0a2 : OPP: Handle Stale Data Exception
1dc96a9d53 : MAP: Update API name used during Socket Listening.
9d5d76e1eb : MAP: Add content transfer encoding property for MMS body
9ab8623b50 : AVRCP: Flush the command queue in AVRC_Close
dfbdb1a851 : HFP: Redesign HeadsetStateMachine
7245f90055 : bt: Update libchrome APIS to r456626.
ba84dbb0fa : Make BluetoothPbap implement BluetoothProfile (1/3)
93df94095f : Bluetooth: Add convenience method to convert connection state to string
3be08c7281 : Prepare Media Session
9519dd08c9 : AvrcpCtrSM send INTERNAL_CMD_TIMEOUT
92fdbc6428 : Bluetooth: move to robolectric 3.5.1.
a7c7227b54 : Make BluetoothPbap implement BluetoothProfile (2/3)
4fc9d9973c : binder: Call writeParcelFileDescriptor()
f92685bb47 : bluetooth_socket_manager: Call setFileDescriptor()
b983e01cf8 : Make BluetoothPbap implement BluetoothProfile (3/3)
d5e696d23f : Bluetooth: Fix boolean logic in quiet mode enable
6fa8f5a5e2 : Bluetooth: Fix boolean logic in quiet mode enable
f2d234486c : HID Device: add unit test cases
d2a40d9823 : Fix bad type for txPower in PeriodicAdvertisingReport serialization
a8fb92b6a4 : Import translations. DO NOT MERGE
20fb863b47 : Stop statically including legacy-android-test
dbc5021a4b : Stop statically including legacy-android-test
7ac61e02a3 : Make LE CoC Maximum PDU Size configurable
285f6af324 : HFP: Remove dead code in native interface
e400fbdd5f : HFP: Remove dead code in HFP profile
5ae9ddae0e : BT: Remove dead code in BluetoothHeadset
6c56039b2a : GATT cache memory corruption fix
19d0aae599 : BTA GATT operation queue
13d8b749e1 : BTIF: Fix return types of interface getters
eee7fd31e7 : Bluetooth HID Device: format code, fix docstring, hide unplug()
6cb17ae0fb : JNI: Prevent duplicate construction of Socket Manager
d107af3b1b : Remove the remote from paired list when auth fails
f537a06e84 : Check MT call setup state before starting ring timer
dfa9f56d50 : Log BT Trace levels per profile
bbb0d40a3e : Auto-format BluetoothManagerService.java
57dda24cac : Auto-format BluetoothAdapter.java
935e75ae1f : MAP: Fix to handle incomplete message listing object sent.
fde2424752 : MAP: Serialize closeService to prevent ANR's
53e4443481 : btlinux: wait forever for a BT device
94bcc2f9c2 : PBAP: Sort vCardListing results when order is alphabetic
b3176a9cc9 : Find connection ID on BR/EDR
c819b85490 : Fix strlcpy length passing in bta hl
53d0eb923a : Add missing space in GATT_Register log
df7e1d0c78 : Remove BluetoothHidDeviceAppConfiguration (3/4)
ceb36149bc : Remove BluetoothHidDeviceAppConfiguration (1/4)
37df554a84 : HFP: notify HF about call status forcibly
b4a5428955 : PBAP: Handle PBAP Disconnection when contacts are not loaded
097dbc3597 : Bluetooth HID Device: Remove BluetoothHidDeviceAppConfiguration (2/4)
094c77fa98 : MAP: Add defaults and fix sender_name
554535f94c : Migrate ag/3083668 from O.car to master branch
b1b61dd29a : Remove BluetoothHidDeviceAppConfiguration (1/4)
81e2496273 : Remove BluetoothHidDeviceAppConfiguration (3/4)
79dd97f2cf : HID Device Service: check whether the caller is the registered app
ae6e8a9a8f : Replace strncpy with strlcpy in HID and PAN code
e8fcbe0310 : OPP: Add local support for file transfer error text.
383e826dd8 : HID: Fix issues reported by Static Analysis Tool
691adeee0c : Bluetooth HID Device: Remove BluetoothHidDeviceAppConfiguration (2/4)
b746f52c38 : Enable multiple connection requests for same UUID if different addresses
61d5e354c2 : DO NOT MERGE ANYWHERE: Disable the use of GATT cache by default.
7eefd32828 : Fix assert when freeing L2CAP flow control credit packets
306d6b0ed4 : Add is_on_jni_thread
4271b70527 : Extract native methods and add unit tests for HID Device
3665929757 : Import translations. DO NOT MERGE
38393bb990 : HID: Send Connection change broadcast to all users
2381a94a6a : Add a MediaPlayerWrapper for Google Play Music
fb76dc36ad : Bluetooth: Pre-pend empty line for dumpsys section headers
35ebd6c270 : OSI: Copy temporary directoryname
133821ae32 : Added SPP version 1.2 to SDP record.
9ad6d76e80 : test_vendor: Use the license template
e9444eb970 : Export AIDL files as a filegroup framework.jar
db7d46acf2 : btif storage: use strings where possible
d5135903bd : Saving Bluetooth name to Max 248 character only.
32af88b66b : Correctly handling bdaddr in function btif_storage_load_bonded_hid_info.
affd443bba : MAP: Support only default telephony SMS TYPE
827c6a94aa : Ignore flaky tests until a follow-up CL with the fix is merged
f9a0e63a2a : G.722 Codec for Hearing Aid
b7d6b7ab3e : PAN: Fix issues reported by Static Analysis Tool
f8e7f60636 : tests: Add first AdapterServiceTests
c1d088d7ac : OPP: Clear all BT Notification while switching off BT
15be482c0d : Import translations. DO NOT MERGE
fc6a4b80fc : Initial commit of MediaPlayerWrapper
18d8e7ddf2 : BLE: Fix crash while starting advertising
a062794ce4 : PBAP: Handle '-' in TEL field properly when custom TAG is used.
096c13239b : Extract dependencies for HeadsetStateMachine
addce0ebda : Use -Werror in system/bt/binder
ab1f9773f2 : Fix broken PDK build, by disabling libbluetooth-binder during PDK build.
ac3c362bec : Removed unused or unnecessary defines
cef5f6aa23 : AvrcpControllerSM update PlayerList
e19e1b40ca : PBAP: remove dead code
dce5ae6042 : OPP: Add support for queing same file during ongoing transfer.
5a21001439 : Remove unnecessery re-defininitions of BTA_AV constants
8c425097b8 : Use getProfileParentId() in native permission helper (2/2)
129feb024a : MAP: Only call failPendingMessages() when unlocked
57e570ee2e : Bluetooth HID Device API docs and helper
b532a801ee : test_vendor: Make BtAddress comparisons const
9f4e740856 : Fix native permission helper local call handling
8d93c73ed9 : Bluetooth: Use elapsed real time for calculating onDuration
0ca67a3bbb : fix typo "users" -> "user" when obtaining service
500001cb31 : Update the codec-related JNI calls to contain the remote Device address
493fba1c2d : Update the codec-related JNI calls to contain the remote Device address
d560c88817 : Clean up A2DP State Machine
3a67c56577 : Change the connecting state to FALSE for BLE devices while releasing LCB
78146ef869 : Advertising device name truncated
d60daa826f : BLE: Continue after list_remove in btm_consolidate_dev
8910f6e645 : Protect all SSR code with macro BTM_SSR_INCLUDED
2db519dfd2 : Specify the version for Robolectric version
1ce1d04b30 : AVRCP: Use avrc_send_continue_frag for continuations
d141ab61cd : Revert "OPP: Clear all BT Notification while switching off BT"
51cf7765ce : OPP: Show remote device local (Alias) name.
f8b345fbf5 : OPP: Clear all BT Notification while switching off BT
67a9dfc70f : GATT: Fix NoSuchElementException when flush batch scan results
9d573a343c : Don't obtain parent user when not necessary in native permission helper
b59c3394ca : HFP client status update
3f78e6ced9 : Move connectSocket into IBluetoothSocketManager (3/3)
ad8ad35f11 : Move connectSocket into IBluetoothSocketManager (2/3)
528def14e1 : Move connectSocket into IBluetoothSocketManager (1/3)
eb4cb5c582 : Move connectSocket into IBluetoothSocketManager (3/3)
ef6cf80b42 : Move connectSocket into IBluetoothSocketManager (2/3)
3838228105 : Move connectSocket into IBluetoothSocketManager (1/3)
a354661ce5 : Move createSocketChannel into IBluetoothSocketManager (1/3)
59c7d2a3ef : Move createSocketChannel into IBluetoothSocketManager (2/3)
f831af96f0 : Move createSocketChannel into IBluetoothSocketManager (3/3)
073ec6eec3 : SAP : Prevent crash during turn on Airplane mode
8e014a188d : OPP: Clear Ongoing Notification after transfer complete.
2b944f3b56 : SAP: Handle disconnect indication message type properly
6ac26a6e6f : BT: Use static lock to avoid race while cleanup
0275cd31aa : Make ParcelUuid and ParcelFileDescriptor accesible to native Binder (1/2)
f267f8d46e : Add IBluetoothSocketManager (1/3)
1aaf3d3737 : Add IBluetoothSocketManager (2/3)
e20fa6d4a9 : Fix BTM callbacks so callee and caller types match
054c281dc3 : HFP-Client: Set current device to null after firing broadcast
5ae9d89589 : Add permission helpers for native Binder
5320d07cfc : Cache foreground user, rather than obtaining it on each call
2f65d95776 : Prevent deadlock between the Tx and Rx threads in HCI layer
9f5f28524f : Add Robolectric infrastructure to Bluetooth
88258d1760 : Remove executable file mode bit from source code files
adf8132f9e : Remove executable file mode bit from source code files
78e0fb0370 : Add mutex-based protection mechanism to the A2DP JNI layer
70328a8a5e : Move instrumentation tests to tests/unit directory (2/2)
a9b30a094a : Move instrumentation tests to tests/unit directory (1/2)
0c6d13c9d3 : SAP: Prevent leak during turn off BT
1bd25eb1ed : Fix PhonePolicyTest timeout
96e9e34cf3 : Add libbluetooth-for-tests static library
bbc7b21c03 : Revert "btif: Simplify dependencies for btif_storage_test"
21c79746d3 : Simplify checkCaller
438b6e4dc2 : Conference Call at connection
c4dd3691fa : Don't notify legacy advertiser in master role.
14dde097ea : Fix bugs uncovered by HeadsetClientStateMachineTest
4295426a70 : Disable Bluetooth before instrumentation test
dc26893e47 : btif: Simplify dependencies for btif_storage_test
895e60ab08 : Test: Fix broken tests in HeadsetClientStateMachineTest
3c49a206e4 : Test: Fix broken tests in RemoteDevicesTest
ab41fd13f0 : Revert "port this change to aosp/ I3fb908c43f869e8816f6e46c6b271ef0bbd15be0"
0abb614393 : Add a workaround to play A2DP SBC Mono
208e623874 : Fix Bluetooth crash when pairing with 8th HOGP device
3f81a5848d : MAP: Fix IOT specific msgListing issue with BenzCarkit.
173331757a : Remove dead code - dump_bin
925f621f6e : Assert on null callback in BTA_JvL2capConnect and BTA_JvL2capConnectLE
85457765fd : Use LOG macros in BTA JV
c131e27528 : MAP: Fix to handle crash when transparent flag is set.
2051cb88f8 : Import translations. DO NOT MERGE
764019249b : Use Bind in BTA_JvDeleteRecord
dfce4fc647 : Get rid of BTA_JV specific events
6de5c6edaf : Use Bind in BTA_JvStartDiscovery
01e5a45c0d : Get rid of BTA_JV_API_PM_STATE_CHANGE_EVT
9936aeb46d : Use Bind in BTA_JvSetPmProfile
3560e0ee2c : Use Bind in BTA_JvRfcommWrite
75f2168a3e : Use Bind in BTA_JvRfcommStartServer and BTA_JvRfcommStopServer
04f687c60b : Use Bind in BTA_JvRfcommClose
885ba307e7 : Use Bind in BTA_JvRfcommConnect
7b0c570304 : Use Bind in BTA_JvL2capRead
04cfd42670 : Use Bind in BTA_JvL2capWriteFixed
66c7584d96 : Use Bind in BTA_JvL2capWrite
25563159fa : Use Bind in BTA_JvL2capStopServerLE
ad4a7f42b1 : Use Bind in BTA_JvL2capStopServer
4e03ff884c : Use Bind in BTA_JvL2capStartServerLE
815c4e84dd : Use Bind in BTA_JvL2capStartServer
5935afe7d2 : Use Bind in BTA_JvL2capCloseLE
74be540dae : Use Bind in BTA_JvL2capClose
1874d5dae8 : Use Bind in BTA_JvL2capConnect
6459955ff4 : Use Bind in BTA_JvL2capConnectLE
c3cc893550 : Use Bind in BTA_JvCreateRecordByUser
505bad3b9a : Use Bind in BTA_JvFreeChannel
da20887b62 : Use Bind in BTA_JvGetChannelId
225b0dc991 : Use Bind in BTA_JvDisable
869a7e946e : Use Bind in BTA_JvEnable
17fde5cd88 : docs: Typo fixes
baad28e69e : Correct rssi size
ec863325a5 : port this change to aosp/ I3fb908c43f869e8816f6e46c6b271ef0bbd15be0
3bb4e18825 : Enable HID Device Profile Service (2/2)
cc90739853 : MAP: Handle following IOT Specific or remote issues :
5c3e6b957d : Enable HID Device Profile Service (1/2)
28e1b8a33f : PBAP: Send correct Get response when storage is locked.
7b097857ab : Fix addr_type overriding by btm_ble_process_adv_addr().
79eba22024 : Import translations. DO NOT MERGE
345b100758 : Revert "Build only for current architecture by default"
400b17aa59 : Rename Bluetooth HID Service
8e13fe1d04 : Respect AVRCP versions in SDP records
9d9e1fca0b : Types should always be a static library
3d93d09b0a : OPP: Update batch status when sdp failed
1fc71360ea : OPP: Close InputStream properly
4f27b125d0 : AAC support for A2DP sink
e40907acc3 : Don't print error message when rename operation is successful
f722740cae : Use C++11 static assert instead of macro
6f8580e3b0 : AVRCP: Print more info for Absolute Volume Control blacklist
0d4c104b26 : Don't use a pointer for the A2DP Sink static mutex
d8c648119d : Host test script should return 1 when build fails or test is missing
54409ea043 : Fix race conditions in a2dp sink
f2e5cfe3df : AVRCP: Thread-safe mHandler invocation
b6972698c1 : test_vendor: Extract DeviceProperties
bef2602b82 : Test: Upgrade to Junit4 in Java instrumentation tests
4652fc99b5 : Remove aliase name while removing bonded device
f5d79dd69f : Get Bluetooth Class of Device
5c0551e7a4 : Get Bluetooth Class of Device
02e360e17e : Get Bluetooth Class of Device
a5f8c958da : TEST: Fix host native test script
10e5258405 : TEST: Fix Broken Java unit tests
3b10fddd90 : Make copyright headers consistent with Google template; remove "(C)"
f0761580c8 : Change Bluetooth HID Profile Name (1/6)
de3cc5f528 : GATT discovery refactor
c5b078f48c : Change Bluetooth HID Profile Name (3/6)
11c0b1e9e0 : Change Bluetooth HID Profile Name (2/6)
4729f26274 : Use vector instead of list for keeping GATT database content
c8aeac44f7 : Change Bluetooth HID Profile Name (3/11)
db9d06a319 : Change Bluetooth HID Profile Name (2/11)
9279eda246 : Change Bluetooth HID Profile Name (1/11)
0cc28ee72b : RFCOMM: Return NULL when out of listen ports
f4b136e607 : Persist Bluetooth CoD config value across reboot
dba34c5da0 : Persist Bluetooth CoD config value across reboot
c8471b4b5d : Cleanup Phone Accounts
4dc7465750 : Restart legacy advertising after successfull connection
f08d6079a6 : Build only for current architecture by default
821b9cb67c : Remove LD_LIBRARY_PATH from test/run_unit_test.sh
30bb90ac59 : test_vendor: Update clang-formatting
67997605b4 : Fix out-of-bound array access in jv handle err log
6cee6185e4 : Import translations. DO NOT MERGE
8ba464f582 : Compile libbluetooth_jni.so only for current device architecture
53b174e771 : Linux: bluetooth.default.so -> libbluetooth.so
1b53608403 : Clarify naming for characteristic value handle
470505b4cc : Enable BVRA client
24eacb3aee : Cleanup Bluetooth Java unit test makefile
4220331d48 : Fix logging for HID host and device service
a9abcb616b : Test: Rename performance_test to net_test_performance
b45cd74f43 : AvrcpControllerSM auto play
a75a654cc2 : hw/bluetooth.default.so -> libbluetooth.so (1/2)
f3081e30db : hw/bluetooth.default.so -> libbluetooth.so (2/2)
1ed509bd2a : hw/bluetooth.default.so -> libbluetooth.so (2/2)
83a66337de : Revert "Add -fno-exceptions to default build config"
1b3b525139 : hw/bluetooth.default.so -> libbluetooth.so (1/2)
917f8a2392 : Fix failing ConfigTest
7dace4f85a : Run clang-format on headers
537f45a962 : Enable checkstyle preupload hook for all Java files
9d86210517 : [Manual] Fix checkstyle errors (2/2)
944f8d0754 : [Script] Fix checkstyle errors (1/2)
edef948334 : Add asterisks before comments in BluetoothMapContract
776fb3dfbb : Move Bluetooth headers to system/bt (1/3)
f7c5677213 : Extract metadata info from MediaPlayer.Queue added by Google Play Music
4b91326dac : Remove tabs from build/Android.bp
3c8e453520 : [Manual] Assorted fixes for CheckStyle
469a2738a4 : Move Bluetooth headers to system/bt (3/3)
515727b11e : Make system/bt build with the VNDK.
e85e40c91e : Allocate tSDBP_DISCOVERY_DB instead of bytes
30f0471dc0 : Move Bluetooth headers to system/bt (1/3)
f4f1eacc19 : Remove hw_module_t dependency in Bluetooth - cleanup
3c4ef5da79 : Linux build fix
ef4b7b6bf3 : Add -fno-exceptions to default build config
8685a03543 : Move Bluetooth headers to system/bt (3/3)
c66a00473b : Move include->internal_include (1/2)
9e9eb4b979 : Move include->internal_include (1/2)
d9bf8fb5ed : Add SystemApis annotations
9a5b1ff6aa : [Manual] Rename non-public non-static variables to mCamelCase
441b4a2753 : AdapterProperties: Crash on invalid state transition
7d33843fc1 : Fix failing ConfigTest
d47f2d8d78 : Remove hw_module_t dependency in Bluetooth (3/3)
5f52ab019b : Remove hw_module_t dependency in Bluetooth (1/3)
98386baabf : Inline bta_gattc_start_disc_* where possible
b852818a7f : [Manual] Fix static field names
5b550d6dbf : Use DIST_DIR from environment for XML log output
7bcc4a32c1 : bta_gattc_explore_srvc minor style fixes
1311a3ed6c : Remove bta_gattc_incl_srvc_disc_cmpl
43205bc10f : Revert "Always send KEYCODE_MEDIA_PLAY_PAUSE"
064f687312 : Revert "Always send KEYCODE_MEDIA_PLAY_PAUSE"
26b4f2b30b : Remove hw_module_t dependency in Bluetooth (3/3)
7c79395a21 : Remove hw_module_t dependency in Bluetooth (1/3)
11bf64de75 : PBAP: Disable SIM card contact supported
83a2df8934 : Do not set random address when public address is in use
0e61cd781a : Add script to run host native unit tests
87b960136d : HID: Fix the behavior of virtual_cable_unplug
f565f454d6 : Pass all scans to battery stats
174b5b7f8a : [Manual] Fix local variable names
07864e1fb0 : Bluetooth: Add AVRCP 1.3 as a developer option for AVRCP version (2/2)
29498f5747 : config refactor - use strings
6b2e35e15d : persistent configuration refactor
d7256c5be4 : Load bluetooth library directly, instead of using hardware module
1dc040f067 : hfp: change initial codec from MSBC_T1 to CVSD
b85b5e8add : Catch exception
42f9964c5f : Remove casts in bta/ and stack/btm
fe458a084a : Fix net_test_bluetooth
68ea48b5b8 : [Manual] Remove redundant 'public' modifier
517f18675b : bta_gattc_cache: prepare for type unification
de16c6e837 : [Manual] Rename methods and classes
e2214c2a4f : stack: Remove casts and spell local_keys correctly
0321255cb5 : btif: Use key types to avoid casting
a653ee0ed4 : bta: Remove unsafe casts in BTA_AG
3a7aec0fdc : Minor style fixes in bta_gattc_act.cc
c98faf0c54 : gatt_utils minor style fixes
7059d6062b : gatt_act_discovery indentation fix
420ba89a16 : BTA GATT cache cleanup bta_gattc_discover_pri_service
489bc56978 : Fix crash in l2cble_start_conn_update
f0cf0c2848 : Fix crash in l2cble_start_conn_update
bc091da32e : MAP-MNS: Cleanup sdp record on service shutdown
f6a544054a : HID: Refactor bta_dm_pm_ssr to be more readable
974262c901 : [Manual] Fix static variable names
0069fef387 : OPP: Remove sdp record during BT off to prevent leak
b6bac1edf9 : MAP-MNS: Cleanup sdp record on service shutdown
7aec926ff3 : [Manual] Remove empty blocks
7cef9b7b0f : BTA GATT cache cleanup bta_gattc_srvc_in_list
1ca8c01ac6 : BTA GATT cache cleanup add_*_to_list
1b50f7cc1d : BTA GATT cache cleanup bta_gattc_disc_res_cback
cfaf7a5983 : OPP: Remove sdp record during BT off to prevent leak
de098bb674 : sdp: Use complete Uuids for comparisons
14beb90f18 : Revert "sdp: Use complete Uuids for comparisons"
06fa8e6303 : [Manual] Rename method parameters using Java naming conventions
23587d1371 : make Uuid::kBase into local constexpr
21be166b2c : [Script] Fixed assorted string usage issues
5f4bf58fba : BTA GATT cache cleanup
63f736fe4c : sdp: Use complete Uuids for comparisons
e596bab15e : Send the now playing list changed events after media updates
9accc3e674 : [Script] Remove empty finally block
59735197e7 : Always send KEYCODE_MEDIA_PLAY_PAUSE
ab359bd2b5 : [Script] Remove final modifier from private methods
740b265094 : [Script] Remove unnecessary interface modifiers
5df09652f7 : [Script] Add @Override annotations to overriden methods
a4be48c3ae : [Script] Remove redundant conditional expressions
d893ffed1a : [Script] Simplify pointless boolean expressions
ad0e6fbffa : [Script] Replace C-style array declarations with Java style
dc6a705925 : [Script] Sort modifiers according to JLS
f34f294e39 : Fix logs in btif_hh
ca766ba881 : Add missing break statement in Sap message handling
e8209cf8f9 : HCI: Restart 5 seconds after an HCI timeout
bbb5ea47c0 : Use LOG() macros in BTA GATT logging
748284b246 : Track the AudioManager Playback state to update the AVRCP playback state
ae919fda15 : Avrcp: Sync mirror-aosp-master and stage-aosp-master
3fdb109051 : Linux: silence gnu-variable-sized-type-not-at-end warnings
e54ab355d2 : Fix the logic for re-generating / updating the AVRCP PlaybackState
0edc84c369 : Change DI record default company ID to Google
621f28e8fe : Fix the logic for re-generating / updating the AVRCP PlaybackState
7e28a01db7 : Linux build fix - include what you use
b769b10553 : Fix linking error during stack startup
f7818022d3 : Add missing break statement in Sap message handling
98f72525e6 : Track the AudioManager Playback state to update the AVRCP playback state
1cf6e5e0ee : Manually convert to unary where coccinelle could not
6a7e1ac870 : Use unary operator instead of == bool
8570d1f959 : RemoteDevicesTest testSendUunidIntent
6822e62eed : Track the AudioManager Playback state to update the AVRCP playback state
91112e1621 : HCI: Restart 5 seconds after an HCI timeout
0fb7de15dd : Remove the build team from OWNERS in system/bt
5ad371636f : PBAP: Clean up SDP record when closing service
b7ef666c1c : Remove -Wno-typedef-redefinition
5f1ed25f85 : Use -Werror in system/bt/vendor_libs/linux/interface/
373039152d : Fix build error in bitf_av.cc
66de9c1af8 : A2DP: Advance btif profile queue on OPENING->other_state transition
d8816233ba : Handle Disconnect request in AV Opening State handler
6b9677e5c7 : Print the runtime blacklisted devices for AVRCP absolute volume control
6ce309a3ed : Adapter: Reset adapter connection states when BR/EDR is ready
f461b10f65 : Decrese the default verbosity for A2DP codec info logs
fd862637b8 : Added extra A2DP logging when there is an error
a6335e054c : Adapter: Reset adapter connection states when BR/EDR is ready
aacce6ec0c : PBAP: Clean up SDP record when closing service
d0b8498292 : Fix adv instance validity check during suspend and resume of resolving list
7d7591de04 : Fix net_test_bluetooth
bbae75d0be : A2DP Revert "Move A2dp State to Disconnected when BT is Turned OFF"
d7f81d328b : Print the runtime blacklisted devices for AVRCP absolute volume control
12b25c5dc9 : btm: Return the result in btm_pm_compare_modes
9b349bbf09 : Added extra A2DP logging when there is an error
6ec2d64c96 : Decrese the default verbosity for A2DP codec info logs
9fb22b98f9 : Use std::list in GATT related code
dd4146c3bf : HFP: Reset max index if greater than number of Phone Book entries
8f90230320 : A2DP: Advance btif profile queue on OPENING->other_state transition
6c1e744233 : PBAP: Set Pbap connection state to DISCONNECTED on ACL_DISCONNECT.
d6e644214d : Handle Disconnect request in AV Opening State handler
935eb4be48 : PBAP: Use ACTION_CONNECTION_STATE_CHANGED intent
b245ed9173 : PBAP: Use ACTION_CONNECTION_STATE_CHANGED intent
4310168dd2 : Run clang format on files touched by CL 488398
688a55d5a1 : Remove unused gattClientScanFilterDeleteNative
731c69ecf1 : Fix adv instance validity check during suspend and resume of resolving list
17d4967cb6 : Remove casts to (tBTA_GATTC*) unions to avoid unaligned accesses
e071488d1c : Add comments to function arrays to indicate usage
2c0f5aa9c9 : Fixed the implementation of std::equal_to<bt_bdaddr_t>
56f7333b5a : Use -Werror in packages/apps/Bluetooth
9dc4a3380a : Bluetooth Unit Test
359cdcbd6b : DO NOT MERGE ANYWHERE: Revert "Merge "Bluetooth HID Device: Fix a typo" am: 9e156db9e0 am: deb4ec7686"
b41359755f : DO NOT MERGE ANYWHERE: Revert "Merge "Bluetooth HID Device: Fix a typo" am: 9e156db9e0 am: deb4ec7686 am: 45f17f4533"
63f407ac47 : Remove casts to unions to avoid unaligned accesses
2d8c643501 : HID: Free process_repage_timer to prevent leak
dba03e23d1 : HID: Free process_repage_timer to prevent leak
01fee7a88e : Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]
158b338368 : Add more logs for Bluetooth connection errors
31f04fc1d3 : Always send KEYCODE_MEDIA_PLAY_PAUSE
75d59e2104 : Remove casts to (tBTA_GATTC*) unions to avoid unaligned accesses
690d1ba8df : Bluetooth HID Device: Fix a typo
b6f828c75f : Remove unused events handler for BLE scan clients
2dad8c7ed2 : Fix a typo
996d068506 : Revert "Fix stack-buffer-overflow in bluetooth service GATT client"
5976526ef7 : Fix connection time for GATT clients
a9ec9830ee : UUID fix string parsing
c1db64603b : Remove default libraries
b4cc19b5fe : Printed the modified AVRCP features in case a device is blacklisted
a68478febd : Printed the modified AVRCP features in case a device is blacklisted
cd489972ad : Fix condition of adding device to resloving list
2c5801d2d0 : Read the correct amount of attributes
27e8537669 : Read the correct amount of attributes
d447a97003 : Read the correct amount of attributes
dd9a21aef5 : Read the correct amount of attributes
3dc3637470 : Refactor btm_ble_resolving_list_load_dev
bdd447b82d : Import translations. DO NOT MERGE
4d596a1935 : GATT: Thread-safe ClientHandler invocation
73521a2d0c : Set the AVRCP absolute volume control initial volume to 50% for all devices
9faaf1711d : Fix Linux build
b8cff95feb : Set the AVRCP absolute volume control initial volume to 50% for all devices
00dc10731e : Don't set CT2 bit when talking to pre-5.0 devices
057d90aa6a : Don't set CT2 bit when talking to pre-5.0 devices
ba02c56fa9 : Fix out-of-bounds reading when copy SDP raw data
f0c7fad8aa : SMP: Use tSMP_INT_DATA instead of void
fdcae305c4 : HIDD: Auto-plug and accept incoming connections
309a4ce65c : Defer sending NETWORK_STATE_AVAILABLE to headset
17e70d9bcc : Defer sendDeviceStateChanged until SIM config loaded
5415fd2729 : A2DP: Only unregister receiver if we registered
f8c7bb6737 : L2CAP: Remove UCD related flags
9e54b05f9f : Fix GATT Characteristic discovery (server side)
0d06f00cb7 : Modify Bluetooth Class of Device from Android stack
d48a58abf0 : Modify Bluetooth Class of Device from Android stack
b8c896a4fd : HFP: Implement toString for HeadsetPhoneState
f681e21624 : Remove casts to unions to avoid unaligned accesses
fe8c54f3dd : Added Medium annotation to bluetooth test.
fbcb4ccf67 : Remove unnecesary BTA redefinitions for GATT part 4
86ad542e9c : Remove unnecesary BTA redefinitions for GATT part 3
46b950d7af : Remove unnecesary BTA redefinitions for GATT part 2
050b8c81a6 : Remove unnecesary BTA redefinitions for GATT part 1
e66100c497 : Build fix after UUID refactor for stage branch
a43ccfaaa5 : Bluetooth PbapParserTest
2a8bb7258f : A2DP sink audio focus
d9ba678066 : Use one type for UUID (3/5)
2238a88f2f : Use one type for UUID (1/5)
a7b6ff55e1 : Use one type for UUID (3/5)
b74237a6d5 : Use one type for UUID (1/5)
693bf4ad81 : PhonePolicy: Retry HFP and A2DP once only
90a37c879d : PhonePolicy: Logging and logic refactor
a2d7be6bed : HFP: Fix headset state transition on device replacement
8ad81b5c9f : SAP: Initialize mIntentReceiver to null
1b7c1c8922 : PhonePolicy: Retry HFP and A2DP once only
072c8fa902 : PhonePolicy: Logging and logic refactor
97f6009297 : HFP: Fix headset state transition on device replacement
92b5f4006d : SAP: Initialize mIntentReceiver to null
95a20365a2 : Get rid of unused _DYNAMIC_MEMORY
ee0beed321 : Fix build error for AVRCP13 compat fix
990dc3f6c9 : Change our AVRCP capabilities if the remote device only supports 1.3
c7f7a3c4b4 : Fix ScannerMap leak
8c35bfe629 : Change our AVRCP capabilities if the remote device only supports 1.3
8a2dd3c770 : Bluetooth: Add AVRCP 1.3 as a developer option for AVRCP version (2/2)
e0c41bdd52 : Use the current item in the existing queue rather than using metadata
8bbf485ea9 : Don't reject notifications and wait until new addressed player is ready (1/2)
51a8ef1add : Check if now playing list is updated by comparing the current queue (1/3)
5251597f21 : AVRCP: Only send the active player for media player listings
5594c9d933 : Fix IndexOutOfBounds exception due to incorrect media player start index
119a5314fc : AVRCP: Ignore addressed player changed to telecom
75ed558f44 : Prevent stack crash if there is only one player and it isn't active
b3b6257222 : Allow AVRCP to send playback state when resumed from pause
d59ffeb765 : Return on available players changed and clear state for addr player changed
366effe4d7 : Initialize the Browsable Player list at user unlock instead of boot complete
afb4be8c91 : Grab all packages that support browsing instead of connecting to them one by one
1a8b5cffc8 : Send the playback state changes to playing only after track changed
e9511ad5dc : Update the now playing list after AddrPlayerChanged
89f80b8a59 : Remove dependency on delay by ignoring invalid playback states
604cb760ec : Don't reject notifications and wait until new addressed player is ready (2/2)
0a49e46934 : Send available players changed with addressed player changed
b8147e3dd1 : GAP: Set service_id before calling gap_release_ccb
2bca256027 : AVRCP: Only send the active player for media player listings
4729ea80cf : Modify Bluetooth Class of Device from Android stack
bd45ca54e5 : Remove unused BT_STACK_TEST_MODULE_ID
35fd7ecc45 : Get rid of libhardware dependency in native daemon
f792de8bc1 : Loosen libhardware dependency
283272b15c : Bluetooth Unit Test
ae642649e2 : Enable extra A2DP control log messages
0276628fb0 : Enable extra A2DP control log messages
8757b285bf : AdapterProperties: change log level and wording
0e7c2a6cd4 : AdapterProperties: change log level and wording
54fbcd3abe : PAN: No observable state transition when PAN is rejected
2a149fd83d : PAN: No observable state transition when PAN is rejected
c42dbc99b1 : BLE Adv RPA is not updated on first timeout
c779c58d3c : AdapterProperties: Logging and logic refactor
1023c222bf : PBAP: Close mServerSockets when shutting down service
bda7406ba4 : PBAP: Close mServerSockets when shutting down service
759c789ea3 : btlinux: Fix sepolicy for split policy (Treble) builds
4e3bff41b6 : Fix potenial NPE in PhonePolicy
9f1176873f : AdapterProperties: Logging and logic refactor
f73c9885f6 : Import translations. DO NOT MERGE
b91a4e21dc : Import translations. DO NOT MERGE
f416a06b97 : Fix build error for AVRCP13 compat fix
fae7a4f4a2 : Change our AVRCP capabilities if the remote device only supports 1.3
f2998ba9b3 : DO NOT MERGE Fix unknown type issue in unit tests
2405a42a9a : Clean-up BTIF profile queue on profile shutdown
3bff59e26d : Fix extracting 32-bit uuid error via calling method uuidToBytes
c6918f4e6a : Clean-up BTIF profile queue on profile shutdown
7efc18f3f0 : GAP: Set service_id before calling gap_release_ccb
5764518bc9 : Don't reject notifications and wait until new addressed player is ready (1/2)
d2a3a16631 : Don't reject notifications and wait until new addressed player is ready (2/2)
218ebeccdc : HFP: Fix regressions in HFP state machine
997097ea96 : Clean-up BTIF profile queue on profile shutdown
7d06215f86 : A2DP sink audio focus
9fd375ec6a : SetPreferredPhy/ReadPhy callback fix
b9a5bd8579 : A2dpSink stopFluorideStreaming
0ccc82c0f9 : GAP: Set service_id before calling gap_release_ccb
f90bebf2f8 : GAP: Set service_id before calling gap_release_ccb
46e352b61f : Ensure that services are cleaned from the GattServer HandleMap.
f979392cca : Fix included service parsing (1/3)
6209c2052f : Fix included service parsing (3/3)
6f08232e3f : Bluetooth: fix typo in comment
21c5f72fde : Bluetooth: fix parameter name in onConnectionUpdated
006bd3c9c7 : Fix included service parsing (2/3)
1e0f5c9b22 : Bluetooth: thread-safe callback invocation
b94b075ef2 : Bluetooth: fix GATT race conditions when using Handler
4b923c4ba4 : consider the situations where the device has only one volume level set.
098e5084ed : Fix included service handling
c316eb19cd : Add Suspend/Resume for advertising
ef64943540 : Fix crash during derigister GATT server
3213042e91 : Bluetooth: thread-safe callback invocation
a3787b1660 : Bluetooth: fix GATT race conditions when using Handler
dba42be3d5 : Add Suspend/Resume for advertising
f4044edeec : Import translations. DO NOT MERGE
600bf6356b : Fix ASAN crash inside btif_av_event_deep_copy()
90d68ae4c1 : Return the correct status when BTA_AV Open failed because of role switch
90341a841e : btm: Clear LINK_KEY_KNOWN flag for temporary connections
e434dbf28c : btm: Clear LINK_KEY_KNOWN flag for temporary connections
6e7d34ab9c : Fix ASAN crash inside btif_av_event_deep_copy()
29b50c665a : Return the correct status when BTA_AV Open failed because of role switch
0c988ac5aa : Fix MAC address byte ordering in the uniq field
b797b82312 : stack: Fix btm_send_link_key_notif comment
01b1c64a9a : Fix potenial NPE in PhonePolicy
4a4b477b60 : AVRCP getConnectedDevices
280068de95 : Fix alarms being posted on wrong thread
01a6388299 : Fix alarms being posted on wrong thread
da483584c5 : Fix crash during derigister GATT server
1c98c48190 : Ensure that services are cleaned from the GattServer HandleMap.
15f7de8b6e : Ensure that services are cleaned from the GattServer HandleMap.
edb9665cac : Fix Bluetooth crash when open the opp transfer history on the lock screen
31189ae605 : Check permissions when registering a scan pending intent
4b7557625f : Javadoc update for permission requirements
23212a7bcd : Use strlcpy() instead of strncpy() to copy string property
bcc5316f3e : Read the Tx Power level when flushing the A2DP Tx queue
6b137dd588 : Implement HCI_Read_Automatic_Flush_Timeout mechanism
208f9a486c : Read the Tx Power level when flushing the A2DP Tx queue
ee223d3986 : Fix Bluetooth crash when open the opp transfer history on the lock screen
d3ad1a63c4 : HFP AG: Fix the condition to check if SCO is connected
2cba296899 : Implement HCI_Read_Automatic_Flush_Timeout mechanism
d48fa6be1e : Fix GATT log spam
440e81f7aa : Bluetooth: Thread-safe binder invocation
af36ed432c : HFP: Fix regressions in HFP state machine
f9731b3b15 : Proper handling of A2DP connetion timeout scenarios
b926597e87 : Add 'vendor.' prefix to a vendor HAL service name
a61ce9e025 : Fix potential NPE
6df7707414 : OPP: Format transfer percentage using DecimalFormat
5d6d2ff891 : Adapt scan settings based on client state.
2847d8f47e : OPP: catch IllegalArgumentException exception to avoid FC
b49ba108c0 : Fix stack-buffer-overflow in bluetooth service GATT client
6afd046f2c : Change our AVRCP capabilities if the remote device only supports 1.3
45c3106e15 : Fix GATT log spam
3b3c6d1a36 : Store a name string in property without violating string boundaries
483e7b33c2 : Extended Scan HCI definations as per BT 5.0 SIG
84b6544e4f : Import translations. DO NOT MERGE
ac634edf98 : MAP: Remove handling for ACTION_MESSAGE_DELIVERY
1f686f6452 : Bluetooth: Thread-safe binder invocation
bb77f6a02e : Clear IB_CFG_DONE on receiving peer config request when channel open
294fd91114 : HFP AG: Fix the condition to check if SCO is connected
cc1d291b44 : Update ScanSettings documentation for scan modes
ba7185b8c0 : Bluetooth: Thread-safe state machine's cleaning-up.
1f1f1b6b48 : Set sJniAdapterServiceObj to NULL after deleting it.
aeed100eb6 : Use the current item in the existing queue rather than using metadata
97de572b1b : Update documentation for startScan
fd99172bf9 : Avoid lookup on NULL address
d881634d79 : Bluetooth: Add AVRCP 1.3 as a developer option for AVRCP version (2/2)
92de696939 : Implement HCI_Read_Failed_Contact_Counter mechanism
9a392bea13 : AVRCP controller browse
a0b8b00f6c : Add timestamp to rejected calls for PBAP
ff185008f1 : Bluetooth Unit Test
b79e00ad77 : Add timestamp to rejected calls for PBAP
810b86ee2f : AVRCP getConnectedDevices
6b4b6f5659 : Implement HCI_Read_Failed_Contact_Counter mechanism
094949f4c5 : BTIF: Add meaningful logging to btif_profile_queue
55463b792b : PBAP: Reduce logging to verbose for PBAP entries
d8abe6d079 : Don't reject notifications and wait until new addressed player is ready (2/2)
551b990406 : Don't reject notifications and wait until new addressed player is ready (1/2)
46ec59e52d : MAP: Fix bugs in SDP search result handling
abe1101f4a : HFP: Fix regressions in HFP state machine
afab711f10 : RFCOMM: Add more logging during port close
540bbbb46b : Add / update log messages during stack startup / shutdown
6a0b172d6f : Limit the maximum number of entries in the remote bdaddr cache to 1024
46607d7421 : Inline comparison operators for RawAddress
b8c02414db : Add missing comparison operators for RawAddress
0dbbfc4c0d : Add / update log messages during stack startup / shutdown
64f0f78aee : Change theme for BluetoothOppTransferHistory
d1dbc04465 : Limit the maximum number of entries in the remote bdaddr cache to 1024
3fbf342e38 : Bluetooth Unit Test
572e13dfb6 : RFCOMM: Add more logging during port close
19a8a97456 : BTIF: Add meaningful logging to btif_profile_queue
b2aa21423f : PBAP: Reduce logging to verbose for PBAP entries
9b919a9fb0 : Inline comparison operators for RawAddress
d31e52eb22 : HFPClient call disconnect cause
576be31dbd : Add missing comparison operators for RawAddress
3daca8a275 : HFPClient call disconnect cause
f058d98854 : AVRCP controller browse
d75caa20e2 : AVRCP: Fix a format string complaint
b278b0f8d1 : Import translations. DO NOT MERGE
7ec636e0b3 : Fix GATT client leakage when scan is throttled (1/2)
328504c10c : Fix GATT client leakage when scan is throttled (1/2)
01ea373613 : Fix GATT client leakage when scan is throttled (1/2)
b9167e7c68 : Fix GATT client leakage when scan is throttled (1/2)
730bb579f8 : Import translations. DO NOT MERGE
294bc0f9bc : cpp: use proper nativehelper headers
0e907a5823 : btm: Finish renaming SMP_AUTH_<GEN_>BOND
1032e7ec4f : AVRCP: Only send the active player for media player listings
9e045d26d0 : Fix checkstyle errors (2/2)
910201beb0 : Fix checkstyle errors (1/2)
31493a3a15 : Check if now playing list is updated by comparing the current queue (1/3)
863cddb1a9 : Import translations. DO NOT MERGE
20c77e91ff : AVRCP: Only send the active player for media player listings
dd8aa226d1 : Fix crashes in btm_consolidate_dev
8ec8b8c3db : Fix crashes in btm_consolidate_dev
c5cab327b9 : Improve AVRCP quality and state handling (1/2)
7477eed91f : Properly update profile connection state
9cb65c6963 : Properly update profile connection state
b01b5a8ff1 : Fix connection handle data type
797b69fe83 : Fix connection handle data type
d5c69f37ce : Cleanup RawAddress usage
6da633fa50 : Bluetooth: Fix startAdvertisingSet error handling
fc925a0b56 : Bluetooth: Don't throw exception when stopAdvertisingSet fails
2470972a95 : HFP client volume control
7866d3821e : Bluetooth: Don't throw exception when stopAdvertisingSet fails
91135a1c0d : Bluetooth: Fix startAdvertisingSet error handling
934457d542 : Cleanup RawAddress usage
75af5357d4 : Fix misc-macro-parentheses warnings in system/bt.
3ffe98eda1 : HFP client volume control
dfb6791844 : Import translations. DO NOT MERGE
197d190570 : Fix errors in handling RawAddresses
768123cb85 : Fix errors in handling RawAddresses
e048e3d7bd : Import translations. DO NOT MERGE
bf7a664bc1 : Fix time stats in bluetooth_manager dumpsys
7f23f285dd : test_vendor: Add function to extract bytes from iterators
a04fa41389 : osi: Suppress length warning in config parsing
8954139a9c : HFPClient unhold conference call
b50a7964be : Fix IndexOutOfBounds exception due to incorrect media player start index
ec778d7ce6 : SDP: Bounds check 'id' parameter for free_sdp_slot()
91f3d4b82f : SDP: Bounds check 'id' parameter for free_sdp_slot()
0e84d9c847 : AVRCP: Ignore addressed player changed to telecom
90740d5520 : Bluetooth: AdvertiseData parceling simplification
2cc51ca30b : Fix BLE scan leaks
d1d4112841 : resolve merge conflicts of 1efd8ff2a5a6 to stage-aosp-master
3f783a50a8 : resolve merge conflicts of 3b10c39ae7625d41e2e71572db447a637a012a42 to stage-aosp-master
8e93620bc6 : SDP: Bounds check 'id' parameter for free_sdp_slot()
a4aadd2645 : Unregister display listener
465c10d352 : Unregister display listener
101f497021 : Stop unfiltered BLE scanning on screen off
de9d492140 : Improve BLE scan attribution to facilitate debugging power issues
3b10c39ae7 : Bluetooth: move AIDL files related to Bluetooth into system/bt (2/3)
b2544a0aec : Bluetooth: move AIDL files related to bluetooth into system/bt (1/2)
47be5353c2 : Bluetooth: move AIDL files related to Bluetooth into system/bt (2/3)
4d55372269 : Bluetooth: move AIDL files related to bluetooth into system/bt (1/2)
c28dd0a6ae : Prevent stack crash if there is only one player and it isn't active
a1e26cadab : Allow AVRCP to send playback state when resumed from pause
e3e89bb232 : AVRCP: Fix unexpected index out of bounds exception
77e6cad700 : Advertisement parsing fix for zero padding
c44190f21f : Use a mutex to protect the scheduling of tBTA_PM_TIMER
32b881ef0b : AVRCP: Fix unexpected index out of bounds exception
869957d1c3 : Import translations. DO NOT MERGE
e2e499bd25 : Import translations. DO NOT MERGE
c8265fa403 : Use a mutex to protect the scheduling of tBTA_PM_TIMER
e54d68eb0e : Import translations. DO NOT MERGE
6263bed8e8 : HFPClient unhold conference call
3297977f59 : test_vendor: Use Custom Iterators in L2CAP Classes
d57d07d4b0 : test_vendor: Add Iterator tests
e61f8fbb2a : Protect the btif config state with a lock during cleanup
03bc5bd63b : Protect the btif config state with a lock during cleanup
819b843f53 : Advertisement parsing fix for zero padding
d79015ded7 : Return on available players changed and clear state for addr player changed
f7404b7a2f : Initialize the Browsable Player list at user unlock instead of boot complete
dde97e79c8 : Grab all packages that support browsing instead of connecting to them one by one
e67ec32d72 : Send the playback state changes to playing only after track changed
5270e20e63 : Update the now playing list after AddrPlayerChanged
88a15298f1 : Remove dependency on delay by ignoring invalid playback states
f69b6b15b2 : Added another entry to the INTEROP_2MBPS_LINK_ONLY interoperability database
e50e0921cf : Added another entry to the INTEROP_2MBPS_LINK_ONLY interoperability database
26e5400928 : test_vendor: Add HciPacket and Iterator classes
79f5ab17eb : Added Medium annotation to bluetooth test.
217c5395fd : Revert "Allow collection of Bluetooth firmware dumps in bugreports (3/3)"
9984d31dc6 : Workaround for Traxxas
47f85ec2cc : AVRCP Controller request metadata on playback.
cfc9081367 : Don't reuse AVDTP internal state for different purposes
6a3da8b157 : Add A2DP_DumpCodecInfo() API
b060e9eddc : Don't reuse AVDTP internal state for different purposes
396cd2b620 : Add A2DP_DumpCodecInfo() API
7db0252345 : Workaround for Traxxas
06ccf51aa9 : AE: Set secondary adv max skip to zero
6c402ed8c0 : Fix primary adv interval range
1f095287fd : AVRCP Controller request metadata on playback.
4052d260ac : Fix primary adv interval range
9ec0799b40 : test_vendor: Rename discoverable devices.
6ff133a5ac : AE: Set secondary adv max skip to zero
adb8ebebfa : Use the correct AVDTP version-specific features
24ed8832f8 : Support call waiting/call swap on single phone.
e9de59f28a : HFP connect Audio
23e0bcd88e : Use the correct AVDTP version-specific features
12b420aadd : DO NOT MERGE ANYWHERE Allow the Bluetooth MAC address to be updated asynchronously (3/3)
023ade77ca : DO NOT MERGE ANYWHERE Allow the Bluetooth MAC address to be updated asynchronously (1/3)
574b1e693b : DO NOT MERGE ANYWHERE Allow the Bluetooth MAC address to be updated asynchronously (2/3)
1aad2072a2 : Fix processing of Inquiry results data
ec644f126b : Fix processing of Inquiry results data
f1a7c29f65 : Stop unfiltered BLE scanning on screen off
0e50ffbaae : HFP Client connect Audio
fa003cfb15 : Fix the MAC address for INTEROP_2MBPS_LINK_ONLY entry
189ab31160 : Fix the MAC address for INTEROP_2MBPS_LINK_ONLY entry
8e0375adbd : Support call waiting/call swap on single phone.
49cdd0df06 : Fix BLE scan leaks
36b4f3ed3c : Fix BLE scan leaks
5438188b29 : Add interoperability mechanism to restrict the AVDTP MTU for AAC codec
b867fb6a75 : Add interoperability mechanism to restrict the AVDTP MTU for AAC codec
8ec0243e26 : Retry authentication in key-missing or pairing collision use case
388d842b12 : Retry authentication in key-missing or pairing collision use case
df29cc8e6b : Use a mutex to protect the consistency of the tBTA_PM_TIMER state
14c21dfc20 : Import translations. DO NOT MERGE
42031f8c39 : Import translations. DO NOT MERGE
dcba8f7e23 : Remove unwanted space characters from dialing number
5efcdc2063 : Revert "bt: Update libchrome APIS to r456626."
b750944e61 : HFP: Reset battery level on HFP disconnect
99a62a618a : Import translations. DO NOT MERGE
97faffdd05 : Import translations. DO NOT MERGE
394c4bb624 : Use a mutex to protect the consistency of the tBTA_PM_TIMER state
7cd3a81543 : Import translations. DO NOT MERGE
aa279918f1 : Call bta_dm_sp_cback if BTM_LOCAL_IO_CAPS == BTM_IO_CAP_NONE
42f0a82d32 : HFP: Reset battery level on HFP disconnect
cdf075bc60 : HFP Client connect Audio
fc918524ee : Remove unwanted space characters from dialing number
fee510eddc : HFP connect Audio
371b8d3da2 : bt: Update libchrome APIS to r456626.
fd8d24e16b : Prevent floating mMediaBrowser reference
f82edf4bcb : Prevent floating mMediaBrowser reference
2887c337a3 : HFP: Indicate profile as connected after SLC is established
ed3dde8628 : HFP: HeadsetStateMachine logging clean-up
32cc7ed351 : HFP: Indicate profile as connected after SLC is established
5d162b2e87 : HFP: HeadsetStateMachine logging clean-up
f1229e7f5a : Fix permission check for access to the Bluetooth device address
191965bbf0 : Import translations. DO NOT MERGE
b3e6fc6dbc : DO NOT MERGE ANYWHERE: Revert "Revert "Fix the interoperability mechanism for 2Mbps-only links for audio""
824d8f2f4e : Pass all scans to battery stats
bb92d79625 : Reduce error conditions which cause link key deletion on auth complete
b691acffcc : Send Addressed player changed responses immediatly
370e7b7674 : test_vendor: Add base implementation
784a1c31f9 : test_vendor: Change assemble function parameters
d7546e1455 : Fix build by adding bt_types to bluetooth.h (1/2)
ea539f5d24 : Fix the interoperability mechanism for 2Mbps-only links for audio
0ef80b7cf8 : Revert "Fix the interoperability mechanism for 2Mbps-only links for audio"
8af80fe8b6 : Revert "Fix the interoperability mechanism for 2Mbps-only links for audio"
88ea8ee01b : Reduce error conditions which cause link key deletion on auth complete
193cba382e : Fix permission check for access to the Bluetooth device address
9829a7a9c7 : Revert "Always restrict the AVDTP MTU for SBC codec to MAX_2MBPS_AVDTP_MTU(663)"
1425c30fd6 : Revert "Always restrict the AVDTP MTU for SBC codec to MAX_2MBPS_AVDTP_MTU(663)"
7813653dde : Fix the interoperability mechanism for 2Mbps-only links for audio
b676bd6c08 : Fix the interoperability mechanism for 2Mbps-only links for audio
41e467fd16 : Send Addressed player changed responses immediatly
1f05d5719c : AVRCP: Fix deadlock between Avrcp.this and mMediaPlayerInfoList
0639b8a540 : AVRCP: Fix deadlock between Avrcp.this and mMediaPlayerInfoList
29ead9ab1b : Add additional LE transport lookup in BTM_ReadRSSI for DUMO device
1f1d209873 : test_vendor: Move include to .cc file
3758289d96 : Import translations. DO NOT MERGE
6a7164f006 : Do not delete pairing on HCI connection timeout
20c23aa7d3 : test_vendor: Implement L2CAP packet fragmentation
c0b7e477fd : test_vendor: Fragment tests
ecdf7973a8 : Do not delete pairing on HCI connection timeout
78254ad45f : Allow disabling of Bluetooth tethering if DISALLOW_CONFIG_TETHERING in on
646846e82a : Allow disabling of Bluetooth tethering if DISALLOW_CONFIG_TETHERING in on
c8d3ff2cf3 : Add missing extension length check while parsing BNEP control packets
8f8598bec1 : Add missing extension length check while parsing BNEP control packets
0754be1bc7 : Add missing extension length check while parsing BNEP control packets
76f8885445 : Free p_pending_data from tBNEP_CONN to avoid potential memory leaks
309bc9a5f0 : Free p_pending_data from tBNEP_CONN to avoid potential memory leaks
b618a14f2b : Free p_pending_data from tBNEP_CONN to avoid potential memory leaks
3998c23f1f : Add missing extension length check while parsing BNEP control packets
dee237c72d : Free p_pending_data from tBNEP_CONN to avoid potential memory leaks
5f41ce69cb : test_vendor: Add LOG_DEBUG to L2cap::assemble
a9d404ec38 : Make BluetoothStateChangeCallback oneway to prevent waiting on response.
093123bfc2 : Make system/bt build with the VNDK.
aab2816f0e : test_vendor: Move SDU checks to L2capSdu
02fe77a813 : Linux build fix
b045f94813 : test_vendor: Add L2cap and L2capSdu assemble tests
f42b4e5c16 : Advertise data parser - allow zero padding at end of packet
ea8c7ca4b9 : Add LEN_UUID_128 type check while build UUID seq
27e2933f90 : Advertise data parser - allow zero padding at end of packet
04f7f33a97 : AVRCP: UID_CHANGED response for GetItemAttributes
8c2c99bd6f : Defer sending NETWORK_STATE_AVAILABLE to headset
cf135182cf : test_vendor: L2cap Assemble additional error check
c0a51acc56 : test_vendor: Rename L2cap class to L2capPacket
32bffc149b : OPP: Have OBEX add 'End of Body' for a small file
188439286a : OPP: Have OBEX add 'End of Body' for a small file
08f109bd00 : AVRCP: UID_CHANGED response for GetItemAttributes
44ba230549 : A2DP: Only unregister receiver if we registered
b597c50992 : bt: fix sdp service name by removing NULL char
308f3a0f75 : Add a missing check for PAN buffer size before copying data
070b2a82e9 : AVRCP: workaround invalid setBrowsedPlayer id
56e7ad8f6b : Disable PAN Reverse Tethering when connection originated by the Remote
18b7207cf0 : Allocate buffers of the right size when BT_HDR is included
8da95daf94 : Add missing packet length checks while parsing BNEP control packets
d3147b50cc : Add missing continuation offset check for SDP continuation requests
c497197d9c : Disable PAN Reverse Tethering when connection originated by the Remote
0062237134 : Add a missing check for PAN buffer size before copying data
fedd8da958 : Allocate buffers of the right size when BT_HDR is included
4bdd3fc5c3 : Add missing packet length checks while parsing BNEP control packets
377fcaaf1f : bt: fix sdp service name by removing NULL char
e06eb7c282 : Send the now playing list changed events after media updates
ded876c92a : Add missing continuation offset check for SDP continuation requests
3a7e3cb94e : Disable PAN Reverse Tethering when connection originated by the Remote
f253a59ef0 : Add a missing check for PAN buffer size before copying data
f697a14335 : Allocate buffers of the right size when BT_HDR is included
2902ee1330 : Add missing continuation offset check for SDP continuation requests
da0d7c68a4 : Disable PAN Reverse Tethering when connection originated by the Remote
e2dba571b8 : Add missing packet length checks while parsing BNEP control packets
d3ca28f9cf : AVRCP: workaround invalid setBrowsedPlayer id
286505a943 : Allocate buffers of the right size when BT_HDR is included
c9524fa259 : Allow collection of Bluetooth firmware dumps in bugreports (3/3)
15a72e5cca : Add a missing check for PAN buffer size before copying data
13d696b0de : Send available players changed with addressed player changed
f92d0272d0 : GATT: Expose opportunistic client API to Java
a4b4a7e51d : Make GATT server code more readable
76d94a4853 : GATT: Expose opportunistic client API to Java
8d5a2bf822 : GATT: Expose opportunistic client API to Java
dafdf2656b : GATT: Expose opportunistic client API to Java
d31dbbd47a : Fix crashes on stack shutdown
84063bf9bd : test_vendor: Implement packet assembly for SDUs
589c576b13 : GATT: Expose opportunistic client API to Java
04a34b542a : Turn off logspam (Bluetooth)
2b327a4e07 : AVRCP: use only one MediaController from a package
fc2d0edc15 : GATT: Expose opportunistic client API to Java
c04dd89f39 : AVRCP: use only one MediaController from a package
e0fdfb64c0 : Revert "Blacklist Kinivo BTC350 for Absolute Volume"
c9dfbb8bcb : Do not delete device record on HCI_ERR_KEY_MISSING
fbb94c19c9 : Deal with unknown signal strength level comes from Telephony
278580460b : OPP: Fix support for vCal 1.0 and iCal 2.0
1d8d17abb7 : Do not delete device record on HCI_ERR_KEY_MISSING
641cfb2c47 : Mark libbluetooth-types as vendor_available
a0036b882c : Deal with unknown signal strength level comes from Telephony
6e2b13c271 : Remove static library from required modules list
9087efa498 : Extract metadata info from MediaPlayer.Queue added by Google Play Music
ae50cb0709 : Bluetooth - Add tracing for TX queue and LDAC ABR
f9f45851ad : Make RawAddress into a class (1/3)
c17cebb75d : OPP: Fix support for vCal 1.0 and iCal 2.0
6169a534cd : Make RawAddress into a class (1/3)
a0e6f43a68 : Remove unused BDADDR definitions
01efb5f3b1 : Don't initiate role switch for blacklisted devices
b3c3e5a7d8 : Add missing lock protection when freeing RFCOMM port queues
f84f3135f0 : Add missing lock protection when freeing RFCOMM port queues
0ec9b12234 : A2DP: Add mandatory elements for SBC SRC capabilities
64ea0c9472 : Dynamic blacklist device for role switch
4084db391d : A2DP: Add mandatory elements for SBC SRC capabilities
231eec13f8 : Remove bta_closure in favor of posting messages to a message loop
be37a60961 : Generic Bluetooth HAL for standard Linux hci interface
c4a5c58e5a : PBAP: Check for null in isNameMatchTarget
24e80c4a41 : PBAP: Check for null in isNameMatchTarget
6ebb4e8658 : Don't initiate role switch for blacklisted devices
b7ef1fda58 : Dynamic blacklist device for role switch
663fa75f38 : Make RawAddress into a class (3/3)
8160c17e25 : Make RawAddress into a class (3/3)
1abeb7d193 : Read the correct amount of attributes
bcac61c171 : Send disable messages when Bluetooth is disallowed
1838b6b99d : Add stdint.h for uint*_t types
d35a189f01 : Support battery level reporting via Apple VSC (1/2)
9dbc30d0ba : Support battery level reporting via Plantronics XEVENT (1/2)
61a1de5cc7 : HFP: Modify comments for ACTION_HF_INDICATORS_VALUE_CHANGED (1/2)
18248bf7d8 : Support battery level reporting via Apple VSC (2/2)
13b7dfde7f : Support battery level reporting via Plantronics XEVENT (2/2)
2e98a05c97 : Add intent handler for HF battery indicator (2/2)
3ffc5f1ea8 : Add APIs to get remote device's battery level (1/2)
79b23ff0bb : Add APIs to get remote device's battery level (2/2)
0afc1b905d : Allow full dev consolidation after pairing
626a80cf01 : Bluetooth - Add tracing for TX queue and LDAC ABR
8d6f5047b3 : Support battery level reporting via Apple VSC (2/2)
0dfd69bb2b : Support battery level reporting via Apple VSC (1/2)
7f9c70bc22 : Support battery level reporting via Plantronics XEVENT (1/2)
5e4a29fdf8 : Revert "Revert "Improve BLE scan attribution to facilitate debugging power issues""
fffbaa385d : Support battery level reporting via Plantronics XEVENT (2/2)
48f6a8a5c8 : HFP: Modify comments for ACTION_HF_INDICATORS_VALUE_CHANGED (1/2)
823b03b4ea : Add intent handler for HF battery indicator (2/2)
587280d6e4 : Use soong to build JNI code
ba80b94dfe : Rename bt_bdaddr_t into RawAddress (2/3)
d8e815c2c6 : Rename bt_bdaddr_t into RawAddress (3/3)
bbc8dd7db3 : Rename bt_bdaddr_t into RawAddress (3/3)
d6758c4f08 : Get rid of BD_ADDR (again)
e96520e5de : Set the A2DP media channel as a high priority L2CAP link
d1d2f886fd : Set the A2DP media channel as a high priority L2CAP link
545e8b38f8 : Revert "Improve BLE scan attribution to facilitate debugging power issues"
c725b95b75 : Add APIs to get remote device's battery level (1/2)
0b7b39632d : Add APIs to get remote device's battery level (2/2)
c11bdda24b : LE State simplification
a49c40ce00 : Defer sendDeviceStateChanged until SIM config loaded
c4004133d0 : Fix a inappropriate return of local var address
af061d3b77 : HCI feature/command support check simplification
7b03de69ae : Rename bt_bdaddr_t into RawAddress (2/3)
00ebce85d8 : Refactor module registration
b6d6405e4b : gofmt -w build/fluoride.go
308033617f : Improve BLE scan attribution to facilitate debugging power issues
11d9b2988a : Don't send the LE Set Privacy Mode command if it's not supported
367263b6cf : btif: Pass UIDs changed up to the Java layer
16a581eb41 : AVRCP: Fix NowPlayingList looping
f2dda05020 : bluetoothtbd common library reconfiguration
1059250b25 : AVRCP: Fix NowPlayingList looping
fb192451d8 : Fix crashes on stack shutdown
04bcb86944 : Avrcp: Limit available players changed
436b71708b : btif: Pass UIDs changed up to the Java layer
e49c215720 : Fix BLE remote address resolution
46c2378dd1 : Avrcp: refactor addressed player notifications
db9d45d3ef : Avrcp: Limit available players changed
36354fb05c : Bluetooth: minor documentation fix to de-confuse
6eb34ccae0 : Fix BLE remote address resolution
0a87b98002 : Avrcp: refactor addressed player notifications
56b55442ab : Avrcp: redact media info
6fa4a63490 : Add a missing check for null pointer during closing of PBAP Service
7b64c56cf4 : Add a missing check for null pointer during closing of PBAP Service
8fd74ae36c : Use references in GATT client/server API (2/3)
da2b2bd716 : Avrcp: redact media info
fd80b06aab : Ensure we don't send more packets than firmware allows
683f7af22b : Fix transport quota exhaustion
75f1c7caac : Fix peer address type in LE extended create connection command
a94436a72a : Fix peer address type in LE extended create connection command
cb75a93a76 : Clarify startScan API on how to get results
2363e65640 : Use references in GATT client/server API (3/3)
82e0712fd3 : AdapterProperties: Guard unregisterReceiver
ba2a06a04a : AVRCP: Prevent multithread issues in cleanup
e78b533907 : Make GATT client and server assumption about addres type in open identical
187f739a71 : Add a mechanism to avoid using AVDTP RECONFIGURE for blacklisted devices
27a972b140 : Unify the empty and any address usage
17458f74c5 : Disable 48.0kHz sampling rate for AAC - update the unit test
fd91eeb901 : Disable 48.0kHz sampling rate for AAC - update the unit test
f00a39e586 : Get rid of BD_ADDR
0325299f57 : Get rid of bdcpy, bdcmp and other BD_ADDR helpers
8b64fabd42 : Replace BT_ADDR with bd_addr_t in bta_sys related code
fcf822d5b1 : Replace BD_ADDR with bt_addr_t in MCE related code
9383fc7cd5 : Build fix for AOSP
d2bf466a42 : Replace BD_ADDR with bt_bdaddr_t in RFCOMM related code
cf5b8e1ce6 : Replace BD_ADDR with bt_bdaddr_t in SDP and A2DP related code
9a28fb34dd : Replace BD_ADDR with bt_bdaddr_t in hf client related code
0b8670758e : Replace BD_ADDR with bt_bdaddr_t in JV related code
72fd26cd80 : use bt_bdaddr_t instead of BD_ADDR in PAN related code
05c6d3da0d : Replace BD_ADDR with bt_bdaddr_t in HL related code
dd2802dc88 : Use bt_bdaddr_t instead of BD_ADDR in AVDT related code
a5eefaed24 : Get rid of no longer necessary bt_bdaddr_t helpers
8e858ecae3 : Remove legacy advertiser from map after it's no longer used
035ba0852b : Add a mechanism to avoid using AVDTP RECONFIGURE for blacklisted devices
f88dbc1eb4 : Remove legacy advertiser from map after it's no longer used
81734820aa : Add intent filter for BluetoothOppTransferHistory
2db96940f3 : AVRCP: Prevent multithread issues in cleanup
98f41cae46 : Get rid of last mentions of BD_ADDR from btif.
9f55f1c4e0 : Bluetooth 5: Update LE2M implementation through DM (3/3)
9d5d898c16 : Fix btm_ble_get_acl_remote_addr
2045302b06 : Fix bad comparison in btm_ble_refresh_local_resolvable_private_addr
3245cae569 : Fix build breakage from change I8d1bd6914aec55bb53495b1d0d5e3d37b86865e6
c72b0ce023 : Bluetooth 5: Update LE2M implementation through DM (1/3)
105666d0e4 : Use bt_bdaddr_t instead of BD_ADDR in HID related code
aad165e770 : Fix HID crashing on no descriptor
1fc796e2db : Fix HID crashing on no descriptor
87a3fd72c8 : Fix for fugu build
f348827934 : AVRCP: Workaround Queue ID & metadata updates
b126fbbf00 : AVRCP: Workaround Queue ID & metadata updates
014593a0ba : Use bt_bdaddr_t instead of BD_ADDR
35f4114a00 : Work around/prevent NPE in aclStateChangedCallback.
330e250b54 : Fix some includes
2c36fe4b6e : AVRCP: reduce PLAY_INTERVAL_TIMEOUT logspam
d393335d7f : AVRCP: reduce PLAY_INTERVAL_TIMEOUT logspam
d05fcd123f : AVRCP: fix single item queue Now Playing issues
02b7cf5daf : Work around/prevent NPE in aclStateChangedCallback.
6dd383be07 : AVRCP: fix single item queue Now Playing issues
d72213728e : bta_dm: Stop copying garbage
e02196d264 : Move bt_bdaddr_t operator to global header file
363186764c : eSCO: Limit number of retries after mSBC connection failure
6bf3ef53cd : bta: Update APPL_TRACE_* logs and call parameter
f33884ee8c : PBAP: Implement Folder Version Counter(s)
283a15c50a : PBAP: Add support for PBAP 1.2
8ee921fb88 : smp: Fix long SMP_Trace_* log messages
8766c00c0b : Get rid of GATT_TRACE_* logs in favour of base/logging.h
98f5b79b44 : GATT write improvements
7b315b3355 : eSCO: Limit number of retries after mSBC connection failure
119ce2ffab : Include used STL header files
cdcc6f0959 : Initialize the RemoteDevice Class Of Device to UNCATEGORIZED
8bf035f63f : Ignore the Class Of Device if the value is invalid
83b48c301c : Ignore the Class Of Device if the value is invalid
eca4c28a54 : Initialize the RemoteDevice Class Of Device to UNCATEGORIZED
6f696471c3 : Bluetooth: fix connectGatt overload invocations
84c0deb3ba : gatt_api minor style fixes
023cdf996b : Add tracking of periodic_enable in adv_inst
127bde2466 : Prevent opportunistic scans from changing the hardware filter
4d9dbb3dde : Allow blocking AG SCO connects by policy
3be4e0cf7f : Ensure we don't send more packets than firmware allows
ef4278417b : Fix transport quota exhaustion
2a931ba96c : Don't handle server respons after it was deallocated
9b6692e60c : Bluetooth: fix connectGatt overload invocations
909b1151b6 : Fix GATT over BREDR not connecting
f3019f8ab4 : Publish AG audio route policy to native layers
fa636bdeae : gatt_cleanup_upon_disc refactor
5821575fdc : Simplify read/write start
65692629f6 : Misc native service changes
6253e1c69e : Add flag to bluetoothtbd to enable bluetooth on startup
2f1b7e7ccb : Fix loops iteration
3dcc281b61 : Fix GATT over BREDR not connecting
77954c80ae : Prevent opportunistic scans from changing the hardware filter
68fedb60ca : Disable 48.0kHz sampling rate for AAC
848ab23639 : Fix loops iteration
8f7a231a59 : Disable 48.0kHz sampling rate for AAC
ef9c4121d7 : Use std::unordered_set for keeping app_hold_link
db5fc3de2d : Get rid of clcb_idx in favour of pointers
5fce41914d : use std::queue for keeping tGATT_CMD_Q
f9883e433b : Refactor tGATT_BG_CONN_DEV
06fa05e12a : Suppress false compiler warnings
5c10507fb4 : Linux build fix
1ad4c569a7 : Get rid of BTA_GATTC_API_REFRESH_EVT
09203cc229 : Get rid of trivial BTA_GATTC_ events
7ccaa9fe3b : Initial DBus transport support
a9fdcc96dc : Annotate @SystemApi with required permissions.
6bab3c3597 : Fix order of parameters to BTA_GATTC_Open
d05b1e2136 : Fix order of parameters to BTA_GATTC_Open
5e7aae581a : Pass GATT cb's by reference and other style fixes
a488a6bc7b : Use std::queue for pending_enc_clcb
7ef11f2e3e : AVRCP: Fix issues around trackChanged notification
1a57509ca2 : JNI: Fix callback obj for Advertisement
685cfe8735 : JNI: Fix callback obj for Advertisement
b8ac67d08e : Fix OnAdvertisingSetStopped callback not being called
a613000008 : Fix OnAdvertisingSetStopped callback not being called
134db4fdb8 : AVRCP: Fix issues around trackChanged notification
2717155510 : Fix params of SetPeriodicAdvertisingParameters
3ec5bad602 : Fix params of SetPeriodicAdvertisingParameters
b3e27faed5 : GATT: Fixed typo while notifying connection update
0a72013ea7 : GATT: Fixed typo while notifying connection update
a65f9c0371 : Add mutex-based protection mechanism to the HFP JNI layer
d0c8d81e99 : Improve internal state synchronization of the A2dpStateMachine
864fc97bcd : Add mutex-based protection mechanism to the HFP JNI layer
5bc6955b4d : DO NOT MERGE ANYWHERE HOGP mouse connect failed during OPP TX
fa848ca065 : Improve internal state synchronization of the A2dpStateMachine
5a3b4326e3 : Clear caller identity while checking Tether Change permission
5c9a47bde2 : HFP: Allow SCO audio to be forcibly connected
798d72888a : HFP: Allow SCO audio to be forcibly connected
3d1e7a1657 : HCI: Improve timeout handling
51662bd143 : HCI: Get debug info from the firmware on timeout
75b05f051d : HCI: Improve timeout handling
80b755fa06 : HCI: Get debug info from the firmware on timeout
342388d920 : AVRCP: synchronize around mMediaController
23ea34dc10 : Turn off logspam (Bluetooth)
423fe03b59 : DO NOT MERGE ANYWHERE Fix connect second BLE fail while BREDR coexist
5407c67f93 : HFP: Enable in-band ringing by default (2/2)
529fab52c2 : AVRCP: synchronize around mMediaController
11d903d333 : Get rid of unused tGATT_SCCB
7c7b97fe03 : Switch GATT scan timekeeping to use a different clock
8f9353853f : DO NOT MERGE ANYWHERE Remove incorrect assert in btm_read_rssi_cb
f0678beba0 : Switch GATT scan timekeeping to use a different clock
3fe306ea45 : HSP: Use peer_version during SCO setup
c438a24fa7 : AVRCP: Fix GetItemAttributesCommand
675190e6dc : GATT: Interop fix for service changed indications
71f6d4fea0 : Add 32 and 128 bit Service Data parsing.
d04c6d4d3b : Get rid of AMP_INCLUDED
aa5f54d9b9 : Get rid of GAP control block
ed7bae9da4 : Get rid of GAP_TRACE_* logs
a0597b8e8b : Remove usage of ScopedLocalFrame because it is not needed
da382c02cb : GATT: Interop fix for service changed indications
a17619d7cb : Get rid of GAP_CONN_INCLUDED
118a49f6e0 : BLE GAP simplification
9d4d34eae3 : Add 32 and 128 bit Service Data parsing.
4f1dcced10 : HSP: Use peer_version during SCO setup
84e7cddabd : Remove dead code from GAP
4f4497bc00 : AVRCP: Fix GetItemAttributesCommand
58aff200e5 : Fix GATT Server disconnecting for no reason
28819dc96c : Fix crashes when GAP operation is interrupted by disconnection
ec45e25db6 : Fix setFlags/addFlags typo
fb05295104 : Fix GATT Server disconnecting for no reason
2af5cc7876 : Revert "Fix GATT Server disconnecting for no reason"
4e452bac57 : MCAP: Add a test tool for MCAP
b221e1edf5 : Fix crashes when GAP operation is interrupted by disconnection
5b444c4855 : Remove usage of ScopedLocalFrame because it is not needed
5c92722809 : Fix setFlags/addFlags typo
9a03c88cac : Fix GATT Server disconnecting for no reason
ea933d2c82 : AVRCP: don't remove inactive media controllers
100e487f1d : MCAP: Add test interface for PTS test (2/2)
46d72dbc51 : AVRCP: don't remove inactive media controllers
40a729f597 : Import translations. DO NOT MERGE
1254296cb6 : MCAP: Fix bugs in MCAP stack
8e7dc7c0c7 : MCAP: Add test interface for PTS test (2/2)
d026099ba9 : MCAP: Fix bugs in MCAP stack
2b72f180c3 : eSCO: Format changes to original vendor patch (4/5)
9f9abea9b3 : eSCO: Additional fix to get eSCO working for HFP and HSP (3/5)
5af6504c7a : Send ble scan type to Batterystats
acc4a41738 : eSCO: Remove BTM_WBS_INCLUDED from the stack (2/5)
487722efe2 : eSCO: BT 4.1 Enhanced SCO command (1/5)
bac9bb86a4 : Enable bluetooth a2dpsink to request audio focus from source
afb7296ed7 : Remove logspam in service state changes
2ee4490488 : Remove logspam for empty remote device properties
23f89057a0 : Remove logspam when initializing logging for Bluetooth
66094c32e1 : Remove logspam when adding GATT attributes
586ee0e55b : Remove logspam when adding GATT attributes
a01bc82d1c : Remove logspam when initializing logging for Bluetooth
73bbb5c992 : Remove logspam for empty remote device properties
738dab24c7 : PBAP: Implement Folder Version Counter(s)
490373c2c5 : PBAP: Add support for PBAP 1.2
9b1318ee72 : Settings: Convert notifications to use NotificationChannel (1/2)
af307b2f8e : AVRCP: increase log info density
aa445be17a : AVRCP: send track changed if queue id is the same
b486001fa9 : AVRCP: increase log info density
3f7016ae1a : Protect concurrent access to local state used during BLE scanning
656835c7ec : Import translations. DO NOT MERGE
aecf67f223 : Import translations. DO NOT MERGE
bfadc5c804 : Fix for Bluetooth not restarting on User Switch
d77dc0d85d : AVRCP: send track changed if queue id is the same
37e480c380 : Protect the message loop from accesses after HCI shutdown
30dec728b1 : Protect the message loop from accesses after HCI shutdown
e146288453 : Protect concurrent access to local state used during BLE scanning
192bb43d37 : Blacklist Kinivo BTC350 for Absolute Volume
caebdce71c : Blacklist Kinivo BTC350 for Absolute Volume
f5413bbec1 : Track BLE Scanning statistics by UID instead of by package name
b36fbffd2b : AVRCP: Fix returned attributes for Genre/Play Time
5f491b11ad : Disable MONO channel mode for LDAC
97b1fa919a : Disable MONO channel mode for LDAC
d582250bbf : Discover primary service by UUID for PTS tests (1/4)
f89a5d64be : Discover primary service by UUID for PTS tests (3/4)
c7ac6cd061 : Discover primary service by UUID for PTS tests (4/4)
ef23f2bc22 : Discover primary service by UUID for PTS tests (4/4)
706e48aae8 : Discover primary service by UUID for PTS tests (3/4)
8ce750366a : Discover primary service by UUID for PTS tests (1/4)
d39b9a6ef6 : Import translations. DO NOT MERGE
fa6380a007 : Import translations. DO NOT MERGE
b722a1f113 : Fix for Bluetooth not restarting on User Switch
7c6e11870c : Fix crash on GATT service unregistration
93b217cce8 : AVRCP: Fix concurrency issues with MediaController
cac6fc5921 : Fix crash on GATT service unregistration
96f69ca159 : Don't ignore the A2DP Sink preferred SBC codec config
08e3ffc0cb : Set the RTP Header Marker bit selectively per A2DP codec
72d7e03625 : Import translations. DO NOT MERGE
db49fe204e : Import translations. DO NOT MERGE
1cd1e7d56f : Fix BLE white list issues
a87b1d276b : Add Save and Restore of BluetoothOn setting
8205def6e9 : Improve GATT Server database handling.
299e715630 : GATT Server: check UUID
37a5d29162 : Don't ignore the A2DP Sink preferred SBC codec config
c62b5c4452 : Set the RTP Header Marker bit selectively per A2DP codec
5e9609a2e2 : Disable output_sample.pcm
e8de06e3f4 : Improve GATT Server database handling.
fddbf02dbe : Import translations. DO NOT MERGE
4cfaeaaf0f : Add scan result tracking to battery stats
5d8faf458b : AVRCP: Fix concurrency issues with MediaController
829b1110dd : Remove delay received from audio layer for A2DP state changes
6dce709813 : Fix Periodic Adv method in jni
7389e49167 : DO NOT MERGE ANYWHERE Check ACL link on non-opportunistic connection creation
1cf15ec360 : Disable output_sample.pcm
def2b1fab7 : AVRCP: Add PlaybackState for Track Changed
211b91fc9f : Fix Periodic Adv method in jni
ed46cbc070 : Bluetooth: HID: Add support for Set Idle and Get Idle Commands (3/4)
ba726fb6f2 : AVRCP: Add PlaybackState for Track Changed
2062d7e65b : Removed A2DP_GetTrackBitsPerSample() API because it is not needed
ad3199356a : eSCO: Format changes to original vendor patch (4/5)
4c76d3700c : eSCO: Additional fix to get eSCO working for HFP and HSP (3/5)
b4b0ea1ac2 : eSCO: Remove BTM_WBS_INCLUDED from the stack (2/5)
f677ae32b3 : eSCO: BT 4.1 Enhanced SCO command (1/5)
0c390505c5 : HID: Add support for Set Idle and Get Idle commands (4/4)
3822a5155b : Remove delay received from audio layer for A2DP state changes
a41acedc25 : PBAP: Convert notifications to use NotificationChannel
116937860a : Reject LE COC if cid is duplicated
30adc76d75 : Fix broken linux build
4b2496230f : AVRCP: Prevent concurrent access of Browser List
2868c399c4 : btif: GetItemAttributes can return no attributes
9def64d135 : Import translations. DO NOT MERGE
f12f892a7a : Remove include for log/log.h in l2c_main.cc
d9890e5cc4 : btif: GetItemAttributes can return no attributes
af5bab21fc : AVRCP: Prevent concurrent access of Browser List
8d6df8a3f3 : GATT Server: check UUID
6bb0e90179 : Add Save and Restore of BluetoothOn setting
8a7717cd60 : Bluetooth: HID: Add support for Set Idle and Get Idle Commands (3/4)
cea44f2fcd : HID: Add support for Set Idle and Get Idle commands (2/4)
319e3d3b01 : Bluetooth: Fix Periodic Adv interval check
61b53b5deb : Bluetooth: Fix interval low/min values
1a4f14b866 : Bluetooth: Fix interval low/min values
d025bc4842 : Fix broken linux build
d26e479315 : AVRCP: Stop MediaBrowser attempts on shutdown
c9b7e7cc97 : Bluetooth: Move Bluetooth battery stats tracking (1/2)
554b8f8d6a : PBAP: Update intent parameters for connection.
21181bf4a2 : Import translations. DO NOT MERGE
442e8f9136 : Import translations. DO NOT MERGE
89eb3c2887 : AVRCP: Stop MediaBrowser attempts on shutdown
88c1298803 : AVRCP: Fix crash when app change during shutdown
1ff403399c : Move Bluetooth battery stats tracking (2/2)
b89d777f01 : Swap BTA and HCI queues with message loops
a0b5ff41ee : Reject LE COC if cid is duplicated
fa2780db83 : Add additional failure modes for SMP PTS test cases
fde36f27e5 : LE advertise data parsing refactor
ad77805e9b : Check device name length
697db84597 : bta_dm: Stop copying garbage
f47abc460c : Move hci_thread to a message loop and prevent thread from spinning
8336dbda1d : AVRCP: Fix crash when app change during shutdown
bfde0feb1b : Fix Bluetooth GATT API default handler assignment
417ffed232 : Move hci_thread to a message loop and prevent thread from spinning
3fc1a5c9a7 : AVRCP: set addressed player on key dispatch
c3b3752b0e : AVRCP: set addressed player on key dispatch
aeebce2f6b : LE advertise data parsing refactor
77c6d9f72b : Check device name length
3678d9486b : DO NOT MERGE ANYWHERE Disable 3Mbps packets for AVDT ACL links.
5eb718cb88 : Move Bluetooth battery stats tracking (2/2)
6aeb76d4e4 : Bluetooth: Move Bluetooth battery stats tracking (1/2)
bd1e40a424 : Increase device name limit in the LE advertisement
0e6fae4ab1 : Add supervision timeout workaround for Nexus Remote
869ef97e5c : Remove 96.0 and 88.2 kHz sample rate from A2DP AAC capability
777463136a : Limit btsnoop file size (3/9)
1b70639a14 : AVRCP: Launch player when selected and not running
22cc86bdaa : AVRCP: Fix NPE in removeMediaController
a397ae2714 : AVRCP: Fix NPE in removeMediaController
a4561b7570 : Increase device name limit in the LE advertisement
41c815addd : Add supervision timeout workaround for Nexus Remote
e107473af3 : Remove 96.0 and 88.2 kHz sample rate from A2DP AAC capability
1ca0874253 : AVRCP: Launch player when selected and not running
ba6fb7b223 : AVRCP: Track players without active media sessions
c7f1f24f8b : AVRCP: Track players without active media sessions
c5cd102ca1 : Add persistent state for Bluetooth high quality audio support
9207219182 : Revert "Revert "Make Bluetooth audio threads use RT scheduling""
98024a83d5 : Fix Bluetooth GATT API default handler assignment
29e4799084 : audio_a2dp_hw: fix fd leak on open
5a52d2e2eb : audio_a2dp_hw: fix fd leak on open
0fd5f5690a : Add persistent state for Bluetooth high quality audio support
8d87aa0d2a : Do not GATT_ERROR on MTU change
8ab27a4ee6 : Import translations. DO NOT MERGE
a313f2756d : Import translations. DO NOT MERGE
7339b9c16e : AVRCP: fix crash on callback with no player
da7641576e : AVRCP: fix crash on callback with no player
dbbc5ff3db : Limit btsnoop file size (3/8)
f1ab868f4f : Import translations. DO NOT MERGE
913c5c851d : Import translations. DO NOT MERGE
0992d6b5a9 : Bluetooth: bluetooth.le API fixes
7a5b0a7efa : Bluetooth: bluetooth.le API fixes
5be9113f51 : DO NOT MERGE ANYWHERE Fix LE disconnecting right after pairing
d2f3bb873c : Move ad2p back to system.
d554a533b9 : Revert "Make Bluetooth audio threads use RT scheduling"
ae7a217eba : Turn off logspam (Bluetooth)
98fbaf1b0e : Bluetooth: Add constants to ScanResult
7ccbeaf391 : Prevent buffer overflow caused by decrementing past zero
ace5976b68 : Bluetooth: Add constants to ScanResult
c8eebe64f0 : Limit btsnoop file size (5/9)
2f3ccd298a : Limit btsnoop file size (2/9)
d8375f5328 : Fix NPE when accessing mCallback in BluetoothGatt
ce4012c670 : Expose LE advertiser address for easier PTS tests (1/6)
40185b0b78 : Read by UUID for PTS tests (1/5)
0a885175c5 : AVRCP: update metadata and state more consistently
adf0696690 : AVRCP: update metadata and state more consistently
376955a733 : AVRCP: Gracefully handle missing item attributes
29a314e327 : AVRCP: Gracefully handle missing item attributes
abe554f048 : Expose LE advertiser address for easier PTS tests (2/6)
8cd0311551 : Read by UUID for PTS tests (2/5)
15a0383127 : Fix issue with BLE advertising not started when local privacy is not enabled
7dc865884d : Fix LE disconnecting right after pairing
e81df76204 : Handle remote not supporting LL_SLAVE_FEATURE_REQ
96f87387f4 : Expose LE advertiser address for easier PTS tests (4/6)
3d1b9c9c99 : Read by UUID for PTS tests (4/5)
b6212a3def : Fix NPE when accessing mCallback in BluetoothGatt
9e863de2b7 : AVRCP: fix PlayItem NPE with no Addressed Player
05c1f68543 : Fix LE disconnecting right after pairing
78488ad15a : Introduce DISALLOW_BLUETOOTH_SHARING.
923e72b4ff : Limit btsnoop file size (5/8)
210515a279 : Limit btsnoop file size (3/8)
959cf5df1d : Limit btsnoop file size (2/8)
e19d4e5eef : AVRCP: fix PlayItem NPE with no Addressed Player
dc3c9e691d : AVRCP: synchronize with better granularity
d545d84867 : Make Bluetooth audio threads use RT scheduling
78484ff4f1 : Fix issue with BLE advertising not started when local privacy is not enabled
07bf0df72c : AVRCP: synchronize with better granularity
0d3bd4b3de : A2DP sink audio focus
0448438cce : Make Bluetooth audio threads use RT scheduling
1b79dd4ac4 : Import translations. DO NOT MERGE
84aaba6092 : Import translations. DO NOT MERGE
bcdc18c64b : Bluetooth: expand comments on new PHY constants
919323475a : Bluetooth: document status value in PHY read/update
e87b3b361e : Bluetooth: Add handler parameter to connectGatt
d14556208b : Get rid of the IAdvertiserCallabck
e76d69c1b9 : Bluetooth: expand comments on new PHY constants
23ec4998d1 : Bluetooth: document status value in PHY read/update
f2b84e7d60 : Bluetooth: Add handler parameter to connectGatt
e6fffa87b1 : Add missing library dependency when compiling the unit tests
d78336b690 : AVRCP 1.6: Limit GetFolderItemResponse
07ac38826f : AVRCP: Pick a media player ASAP
0321f9a708 : Add missing library dependency when compiling the unit tests
1adb975a37 : AVRCP: Pick a media player ASAP
efd2f21b7f : AVRCP: Fix getFolderItems with all items request
e9d2261d70 : A2DP sink audio focus
b56a675c09 : Limit btsnoop file size (5/8)
b03eae1134 : Add link to class with constants
6ca8fba9aa : AVRCP: Fix getFolderItems with all items request
7e2e61ee2e : Limit btsnoop file size (3/8)
35efe6f401 : Limit btsnoop file size (2/8)
122ce54480 : Get rid of the IAdvertiserCallabck
cb2cc543b3 : Handle remote not supporting LL_SLAVE_FEATURE_REQ
ea3e6b1c3b : AdapterProperties: Track connection state change from more profiles
fbe8b2299f : More auto-doc work.
924bf01ddc : Allow the Bluetooth MAC address to be updated asynchronously (3/3)
c6cbf72aa3 : Allow the Bluetooth MAC address to be updated asynchronously (1/3)
cf3818675f : Allow the Bluetooth MAC address to be updated asynchronously (2/3)
05eb4ffdad : AdapterProperties: Track connection state change from more profiles
dc3abd6c94 : Bluetooth: improve getLeMaximumAdvertisingDataLength comment
342929aed8 : Update to use LOCAL_STATIC_ANDROID_LIBRARIES
0e00a22d94 : Bluetooth: improve getLeMaximumAdvertisingDataLength comment
e0e37be9f1 : DO NOT MERGE ANYWHERE Publish AG audio route policy to native layers
ce78e56005 : DO NOT MERGE ANYWHERE Allow blocking AG SCO connects by policy
761d186f56 : AVRCP 1.6: Limit GetFolderItemResponse
dc45b48fd9 : Import translations. DO NOT MERGE
7587938e6a : Import translations. DO NOT MERGE
c62a4838f8 : Allow the Bluetooth MAC address to be updated asynchronously (3/3)
723ee54c60 : Allow the Bluetooth MAC address to be updated asynchronously (2/3)
f199393dfc : Allow the Bluetooth MAC address to be updated asynchronously (1/3)
fd0ce1ad8b : Fix JNI for sendDtmfNative
e80d6cf9d2 : Log battery stats before ScanClient gets removed
2119e71566 : AVRCP: Fix EvictingQueue
adc5732fab : AVRCP: Fix EvictingQueue
997b3bb83f : Log battery stats before ScanClient gets removed
b604ba64a9 : Fix JNI for sendDtmfNative
41b339ef35 : AVRCP: Passthrough through MediaSessionService
60bd18a4cc : AVRCP: Report current playing item for now playing
25d63d93b8 : AVRC: Configure absolute volume to false if remove device not support it
5e11393a3b : AVRCP: Passthrough through MediaSessionService
5e11228020 : AVRCP: Report current playing item for now playing
fdb8e52107 : Handle PendingIntent-based callback for scan results
fbf0bcf098 : Add default AVRCP version to prevent confusing log message
7968d0e1db : Expose LE advertiser address for easier PTS tests (4/6)
d424d09f11 : Expose LE advertiser address for easier PTS tests (1/6)
958284ad07 : Convert OPP notifications to use NotificationChannel
0477fdda47 : AVRCP TG: Get Item Attribute command not working
bf97e60690 : test_vendor: Remove unused libbt-vendor files
bc1d590fc6 : test_vendor: Remove unused libbt-vendor files
761d5c7be4 : Remove libbt-vendor from system/bt/main/Android.bp
caa7e6b4a0 : Remove libbt-vendor from system/bt/main/Android.bp
80b7e80d08 : Fix line formatting per clang-format
d76ce695cb : Print the LDAC adaptive bit rate adjustments
08bc768ef2 : Print the LDAC adaptive bit rate adjustments
fcefe95f4b : Fix/update the computation of the total dropped packets for LDAC and AAC
a9725a75f6 : Expose LE advertiser address for easier PTS tests (2/6)
c90693aa57 : Fix/update the computation of the total dropped packets for LDAC and AAC
102f2ba3c5 : Read by UUID for PTS tests (4/5)
9774be2e1f : bta_gattc_cache: Initialize gatt_db_elemement_t permissions to 0
b9ad638cfc : Make tetherChangePermission to be secured for AppOps permission
fd0fa04d23 : stack: AVRCP: add missing debug arguments
d93b1371bb : Read by UUID for PTS tests (2/5)
d5411a839a : Read by UUID for PTS tests (1/5)
8ed72b3823 : stack: AVRCP: add missing debug arguments
8d25ba3767 : Read by UUID for PTS tests (4/5)
87b5631d02 : Add missing NULL pointer assignment after fixed_queue_free and alarm_free
e1e265be45 : OPP: Initialize OPP FileProvider after user unlock
ad6b6d96f8 : Do not GATT_ERROR on MTU change
1fdb405d8b : AVRCP CT: Only call handle_rc_features if target registered
2769aa79dd : OPP: Initialize OPP FileProvider after user unlock
78c3072dd3 : BTA HF_CLIENT: Always reply to +BCS
37c863df6c : Do not GATT_ERROR on MTU change
e7a103b914 : PBAP Client Account Authenticator
65cac7e3bd : Keep original thread name when attaching JNI thread for easier debugging
aba0529f60 : PBAP Client Call Log
456ec42ed2 : Prevent OPP from opening files that aren't sent over Bluetooth
bbd3107a91 : Dummy implementation for BLE scan via PendingIntent
f740d1eadc : BLE scan API using PendingIntent
8b330f0427 : Add missing NULL pointer assignment after fixed_queue_free and alarm_free
4300644dd6 : Fix a race condition during HCI module shutdown
20456fc926 : Bluetooth 5 PHY simplification
051b9f4ee7 : Fix a race condition during HCI module shutdown
7959995050 : Do not remove device security record on LMP timeout
bb865677a6 : Do not remove device security record on LMP timeout
c3e2883300 : Keep original thread name when attaching JNI thread for easier debugging
1ba71fe734 : Move audio.a2dp.default to vendor
480d1bb1a2 : AVRCP TG: Get Item Attribute command not working
40a92a7040 : HFP: Disable BTRH feature
a80fe2b51e : Add developer setting and system API for inband ringing support
36cad66537 : Check support for in-band ringing during HFP init
397dccc991 : Add support for inband ringing feature
9582b46a4b : Bluetooth 5 PHY simplification
5f85ba20e2 : Reduce the audio A2DP HAL output audio stream buffer size
4e6243dd62 : Prevent OPP from opening files that aren't sent over Bluetooth
3f7080a5e0 : Prevent OPP from opening files that aren't sent over Bluetooth
6f6da2ed93 : Reduce the audio A2DP HAL output audio stream buffer size
005498f2a4 : OPP: Restrict file based URI access to external storage
a72dbf47ae : OPP: Restrict file based URI access to external storage
5dc4519790 : OPP: Restrict file based URI access to external storage
8d17ed210e : OPP: Restrict file based URI access to external storage
c4d3262465 : Check LE advertising data length before caching advertising records
b36b42c4c4 : Build fix for BLE_PRIVACY_SPT == FALSE
86a14212ac : Advertising manager improvements
16a054353d : Linux build fix
9ab6c8d19d : Use device privacy mode as default
ae8e8f1e15 : ESR11-E7716: Disable scans while setting local RPA
13a9999977 : Support for H7 function for key derivation
ed158feab6 : Remove enable from PeriodicAdvertisingPariameters (2/2)
28b326608c : Remove enable from PeriodicAdvertisingPariameters (1/2)
a71cf09d7e : Bluetooth 5 fix default AdvertisingSetParameters values
8d05b43f91 : Bluetooth: fix comment wording
3e38ade41f : AVRCP: Fix NPE on adding non-browsable player
03c64b4ba3 : AVRCP: Fix NPE on adding non-browsable player
975b871dd4 : Fix log record after return
2697a69c0e : Introduce DISALLOW_BLUETOOTH_SHARING.
a08273e783 : Remove enable from PeriodicAdvertisingPariameters (1/2)
865722d048 : Remove enable from PeriodicAdvertisingPariameters (2/2)
45dfd546a2 : Import translations. DO NOT MERGE
1248f98c1f : HFP: Disable BTRH feature
eae17b88df : Add A2DP codec-specific information to dumpsys output
a861814ba1 : AVRCP: Prevent NPEs with browsing-only players
f030928202 : AVRCP: Prevent NPEs with browsing-only players
8eecf85ef0 : Add A2DP codec-specific information to dumpsys output
f026691bab : Build fix for BLE_PRIVACY_SPT == FALSE
336c0b3cea : Add support for inband ringing feature
f9910912a9 : Check support for in-band ringing during HFP init
d8d204d4c7 : Add developer setting and system API for inband ringing support
021a9cb49b : AVRC: Configure absolute volume to false if remove device not supprot it
07bc9115e5 : Advertising manager improvements
8829f2f17d : Linux build fix
79962a0ee3 : Use device privacy mode as default
22e887215d : ESR11-E7716: Disable scans while setting local RPA
fc2060e600 : Support for H7 function for key derivation
402b3327ab : Create unit test framework for audio_a2dp_hw
431414efe3 : Create unit test framework for audio_a2dp_hw
f0c72aec95 : AVRCP: Rework available media player handling
b39c27a86d : AVRCP: Rework available media player handling
3b1c4afc51 : Fix "LE Read Maximum Advertising Data Length" response parsing
c900672271 : PBAP Client Account Authenticator
87396d6584 : PBAP Client Call Log
fdde2593d3 : HFP: Check for service level connection when connecting SCO
f5e074bd3f : Bluetooth 5 fix default AdvertisingSetParameters values
ff081274d0 : Fix "LE Read Maximum Advertising Data Length" response parsing
4d584ae328 : AVRCP: Don't send notifications in callbacks
a9e9d278ea : HFP: Check for service level connection when connecting SCO
458b66ca67 : AVRCP: Don't send notifications in callbacks
617c9ebc89 : Finish conversion to Android.bp
022dac0adb : Add test config to net_test_hci
be847db8c4 : test: Add a simulated Bluetooth HAL implementation
c7ed52fc57 : Compute the audio data buffer size based on stream characteristics
4b8147b670 : Consolidate log messages in RemoteDevices.java
22729fc38c : Compute the audio data buffer size based on stream characteristics
19d73ed295 : Add test config to net_test_bluetooth
9e3044a880 : OPP: Reset connection accepted flag
4f74973643 : Change radio related service names to slot1, slot2, slot3...
212bedbe59 : Finish conversion to Android.bp
31aa8cf268 : Change radio related service names to slot1, slot2, slot3...
98451682b1 : test: Add a simulated Bluetooth HAL implementation
fdaa76a22d : Change radio related service names to slot1, slot2, slot3...
64abca7902 : OPP: Check target device when receiving SDP search result
497ce8835d : OPP: Check target device when receiving SDP search result
4de795fab1 : test-vendor-lib: Enable building for 64 bits
2fc5825669 : Have unittests run as the bluetooth user and add file system tests
94c2a21f0b : Have unittests run as the bluetooth user and add file system tests
2401251589 : audio_a2dp_hw: add device lock
d60edbb1d1 : audio_a2dp_hw: add device lock
c30d34a0f8 : OPP: Fix Resource Leak in OPP (2/2)
6f0e0c323f : Fix unregAll throwing Concurrent exception
8b6274c535 : Fix unregAll throwing Concurrent exception
dec018bb59 : Consistent dump() permission checking.
30b00a8a61 : Import translations. DO NOT MERGE
02026a86f1 : Bluetooth 5 advertising duration refactoring (4/4)
55fd3fdfaa : Bluetooth LE Advertising minor improvements
d9ea49e8dd : Fix advertise data size estimation
8d0c4baa42 : Hide periodic scanning
6ae3c03020 : Bluetooth API spelling fixes ("wether" -> "whether")
cb76e4865f : Bluetooth 5 advertising duration refactoring (3/4)
c5870267c3 : Add missing mApps synchronization
2d172d0f82 : Bluetooth 5 periodic scan (1/3)
0cdb403c14 : Bluetooth 5 advertising duration refactoring (1/4)
abfa24e072 : Include flags in all connectable packets
32e46a2baf : Bluetooth 5 periodic scan (2/3)
89268ba576 : Bluetooth 5 advertising duration refactoring (4/4)
f64f7f82b6 : Bluetooth 5 advertising duration refactoring (1/4)
a2ba8f44a9 : Bluetooth 5 advertising duration refactoring (3/4)
76741757b6 : Bluetooth LE Advertising minor improvements
07e6ea0ce0 : Add test config to bluetoothtbd_test
981ef11513 : Add test config to net_test_btcore
269ac4212d : Add test config to net_test_osi
4820801250 : Add test config to net_test_device
b510927e36 : Fix advertise data size estimation
ec010c2a09 : Bluetooth: Add additional BluetoothSocket logging to root cause errors
178b028531 : Bluetooth: Add additional BluetoothSocket logging to root cause errors
a4ed2bffe4 : AVRCP CT: Only call handle_rc_features if target registered
2f8cbd8dc1 : Add default AVRCP version to prevent confusing log message
aa8bbd207a : Consolidate log messages in RemoteDevices.java
a2a5ee2813 : Add missing mApps synchronization
c1ba2264d7 : Import translations. DO NOT MERGE
13ba6ace7e : Include flags in all connectable packets
7d33693fb6 : Change radio related service names to slot1, slot2, slot3...
95d36447cb : Delete bt_snoop.log when snoop logging is disabled
4063f4aeb1 : Delete bt_snoop.log when snoop logging is disabled
409577c38a : Hide periodic scanning
6a0dd079d1 : Bluetooth 5 periodic scan (2/3)
1c77e46f65 : Bluetooth 5 periodic scan (1/3)
0007db1659 : osi: Update error messages
cef29d569d : l2cap: Use CHECK for memory allocation errors
4738121a32 : hci: Update error messages
07cd9a43d7 : Add new internal API: enableOptionalCodecs()/disableOptionalCodecs()
408b0e089c : Add new internal API: enableOptionalCodecs()/disableOptionalCodecs()
dffdf5e58e : Add new internal API: enableOptionalCodecs()/disableOptionalCodecs()
85d55fff83 : Add new internal API: enableOptionalCodecs()/disableOptionalCodecs()
6319d47c4f : Add new internal API: enableOptionalCodecs()/disableOptionalCodecs()
64c8798898 : Add missing dependency on the Sony LDAC ABR library libldacBT_abr.so
9c63d28a1f : Bluetooth: fix comment wording
c7d2d87292 : Add missing dependency on the Sony LDAC ABR library libldacBT_abr.so
fa965f85a5 : test-vendor-lib: Enable building for 64 bits
4316545f9b : Add new internal API: enableOptionalCodecs()/disableOptionalCodecs()
5300491d7f : osi: Update error messages
3e3644b2f4 : l2cap: Use CHECK for memory allocation errors
39b51f299b : BTA HF_CLIENT: Always reply to +BCS
1bafa47caf : Bluetooth API spelling fixes ("wether" -> "whether")
7cbdb07786 : hci: Update error messages
fb2668fcfc : OPP: Remove unused API from OPP code.
f0cd7d6f29 : Remove SAP socket
5804744264 : Integration of LDAC Adaptive Bit Rate mechanism
5b1faf95ff : Bluetooth GATT callback naming fix "Ext" -> "" (2/2)
db00ba3eee : Remove SAP socket
ddf66d3a26 : Bluetooth GATT callback naming fix "Ext" -> "" (1/2)
6da94e0c57 : Add option to specify initial LE connection PHY (1/3)
ca2ec1842a : Add option to specify initial LE connection PHY (3/3)
c375f721ba : Fix (again) bad scan record data length
db64568eea : btm_sec: p_name fails matching security records
b152923ba5 : Expose connection update callback (1/3)
b651de2c34 : Expose connection update callback (4/4)
a821a7e208 : Expose connection update callback (3/4)
cbbaf1d729 : hci: Timestamp HCI commands for timeouts
56546a4c15 : Set preferred PHY and read PHY implementation (3/3)
1e2007657b : hci: Cancel timer before running callbacks
00718b49c4 : Set preferred PHY and read PHY implementation (1/3)
e95427f8c9 : Fix a race condition inside command_timed_out() when printing log info
862fb67c0d : Increase size of written bytes for snprintf for AT+BIND
4ae274a8fc : Remove Context from mockContentResolver to avoid a Null Pointer Exception
a20746fc80 : Bluetooth 5 Enable->Enabled (2/2)
85055bdaf6 : Bluetooth 5 Enable->Enabled (1/2)
155a875efa : AVRCP version interop pereference (1/3)
a24e8db434 : Bluetooth: Use content observer for airplane mode
5529de1839 : AVRCP version interop pereference (1/3)
cd8835eecb : BluetoothGattCallbackExt removal
f977677f5f : Add rejected calls to Incomming Call History
b16e4ea019 : OPP: Remove un-supported formats from SDP
64f2c9b7b8 : OPP: Replace deprecated API(s) with new API.
d586f9cd66 : Call System.exit(0) in onDestroy
3ada34221a : Reduce sniff intervals for active mode.
daae184a26 : DO NOT MERGE ANYWHERE Mark AutoConnParamUpdateAddr on first auto connection param update
90dd95ea51 : Bluetooth: log unexpected crashes and restarts
1427501339 : Add setScannable to AdvertisingSetParameters (1/2)
5b90da39fe : Add missing txPower parameter
8894829bf1 : main: Update error handling
694e715ae3 : Add setScannable to AdvertisingSetParameters (2/2)
f65d9d34a1 : Bluetooth 5 AdvertisingSet implementation (4/4)
8fdaf49b89 : Report back TX Power value
06ccd72500 : Do not use Multi-Adv instance 0 in VSC
47dda5d840 : Add liblog dependency to libbt-vendor.
cde0e17b39 : Bluetooth 5 AdvertisingSet implementation (1/4)
1a82213aa5 : Bluetooth 5 AdvertisingSet implementation (2/4)
8d7c9e12e8 : Change default AVRCP version to 1.4
f25b11dd93 : HIDD: Fix possible out-of-bounds error.
8a898162d0 : Base classes should have virtual destructors
07680072f7 : Bluetooth 5 move timeout parameter (1/2)
49c6697403 : Bluetooth 5 move timeout parameter (2/2)
61675ad454 : Fix formatting issue on Headset State Machine
06a2968911 : Fix formatting issue on Headset State Machine
0b4059e5de : Fix formatting issue on Headset State Machine
75c935d5b9 : Revert "jni: introduce ScopedBtAddr"
b7aa506b12 : Divide advertise data when needed
c9cc16fc0e : Bluetooth 5 Periodic Advertising
cec08136fe : Abort using SIGABRT instead of SIGKILL on command_timeout
9589f47a28 : LE Maximum Advertising Data Length (4/4)
c2eecada30 : Use the correct buffer size when copying device inquiry response data
4762cdd7c1 : Use the correct tBTA_PAN type when copying the data in a callback
997a7b32ab : LE Maximum Advertising Data Length (2/4)
1e2d5cb0e9 : LE Maximum Advertising Data Length (1/4)
e4fc443cf5 : Bluetooth 5 AdvertisingSet implementation (3/4)
d564bc0b76 : jni: introduce ScopedBtAddr
fde3f8de3d : Bluetooth 5 AdvertisingSet implementation (2/4)
88b7599e05 : Bluetooth 5 AdvertisingSet implementation (1/4)
05e6d76ea7 : Fix net_test_stack_multi_adv
f9fdf9fd03 : OPP: Restrict file based URI access to external storage
6822ce8079 : Fix an HCI race condition when transmitting a packet
ebacd74e76 : AdapterService: Do not call System.exit() on onUnbind
a2d0a5248a : Broadcast ACTION_PAIRING_REQUEST to everyone again
3fa65a8238 : test_vendor: Stop watching before closing the FD
ce0e491062 : Fix advertise data length parsing
1940bdd1f0 : Fix bta_dm_act.cc compile error.
7e96f4b569 : Check the HCI length before extracting the L2CAP length and CID
f5413af928 : Check the HCI length before extracting the L2CAP length and CID
742a7fbe41 : Parse extended advertising packets
dcaea0f421 : Add a log message in the beginning of function hci_initialize()
366f7e63f1 : Add "LE Remove Advertising Set Command"
fecf5c567f : Initialize the Media Player list at start
afa95bbefc : Check the HCI length before extracting the L2CAP length and CID
29c4eab050 : hci: Stop the thread before hci_close()
842b81b377 : Bluetooth 5 spelling fixes
3a3e2ef545 : LE Periodic Advertising - advertiser interface
0b2a78a8ad : Bluetooth 5 feature check implementation (3/3)
3930c6d8e0 : Bluetooth 5 spelling fixes
9bdfffdcaa : hci: Close the HAL before cleaning up pending command queue and timers
e7197e3816 : Bluetooth 5 feature check implementation (1/3)
b6a687fac3 : Support multiple filters per association request
d57b7004e9 : Revert "Support multiple filters per association request"
3e710b5587 : Support multiple filters per association request
5be4f20601 : Updating contact extras in Unread-msg broadcast
cf59ab2323 : PBAP PropertySelector
a5ae1236fb : Use fixed size scan response data
15b1e8972c : Bluetooth 5 Advertising API
258e43c156 : Bluetooth 5 Advertising API
eb69c2257b : Bluetooth 5 PHY change API
ad091bb281 : Bluetooth 5 PHY selection API
a3c1b45609 : Bluetooth 5 periodc scan API (2/2)
b74a8cd801 : Bluetooth 5 periodc scan API (1/2)
61d943d050 : Propagate Bluetooth 5 scan result properties
bfe28687ca : Bluetooth 5 enhanced scanning API
7660d1ecac : smp_keys simplification
60d90308de : Bluetooth 5 feature check API (1/2)
ef9ab1b8d4 : Bluetooth 5 feature check API (2/2)
7bff5547c1 : Bluetooth 5 Advertising API
4f6e56208e : Bluetooth 5 Advertising API
92fa3f9af5 : Bluetooth 5 PHY change API
8e4c473d0d : Bluetooth 5 PHY selection API
b64ad94843 : Bluetooth 5 periodc scan API (2/2)
70dfee6397 : Bluetooth 5 periodc scan API (1/2)
6ec2c2d143 : Propagate Bluetooth 5 scan result properties
fe30c47a22 : Bluetooth 5 enhanced scanning API
d50e39090d : Bluetooth 5 feature check API (1/2)
19d52997e7 : Bluetooth 5 feature check API (2/2)
4b03d7e139 : Including Handle in Unread-message broadcast
5db7a4c096 : Adding handle extra in unread-message broadcast
0849d40e0b : Bluetooth: Expose L2CAP API to support OPP 1.2
f3fa7b81d5 : OPP: Add OPP 1.2 feature.
229e5d55f7 : hci: Reduce HCI timeout to 2 seconds
ae076ee2c3 : BluetoothManagerService: continue teardown when BLE apps registered
335e25c429 : Bluetooth: Use content observer for airplane mode
391254850a : Bluetooth: Use content observer for airplane mode
959379d7b5 : Updating fields in New Unread-message broadcast
8ba9f62d6e : Defining extras for New Unread-Message Broadcast
ce833a3ca7 : Fix for dual-mode devices advertising with a single address
b11f446bfb : Disable broken unittest
51215e6465 : Allow framework to compile with BTM_IO_CAP_NONE
b4b3daa8cb : Always restrict the AVDTP MTU for SBC codec to MAX_2MBPS_AVDTP_MTU(663)
9c44c7f8ab : Ignore AAC bitrate from the A2DP Sink device if below a threshold
8d31812564 : btif_sock_thread: Set thread_id = -1 after join
1a5a3b0c26 : cleanup: no assigns in conditionals
06ccda6ea8 : btif: Remove redundant thread_{stop|join}
e33527bb25 : btif_sock: Use atomic operations for thread_handle
81800ad3d0 : osi: Use atomic_exchange to protect is_joined
2e57588a3b : Bluetooth: fix enable log: display 24h time
b0540d2b0a : Increase max remote ext feature pages to 3
b280edc601 : HID: Access JNI callback object when valid.
cffd7112b1 : Fix libldac build on Linux
d31b00d4b2 : Import translations. DO NOT MERGE
01d2fcb6f6 : Fix initial advertising command order
64b2fa738c : btsnd_hcic_ble_rand refactor
07b5a0e5ba : test_vendor: Replace __FUNCTION__ with __func__
e94d533566 : Revert "HID: Fix scroll issue with Apple Magic Mouse"
091d1f5d28 : Display passkey when bonding
c83faa2040 : Set the AAC audioMuxVersion to "2"
2707357caa : Update the AAC bitrate settings
bbdf1eba48 : Don't build vendor lib on Linux
6c7d936207 : Clear state mask when scan stopped
03ddb880c3 : Log which advertising HCI interface is used
c7e6966fbe : Fix stack shutdown on Linux
237abce460 : Close leftover Audio-to-Bluetooth HAL connections before reopening
09409e5898 : HCI for Linux
c6a9e9c0eb : Move Android specific HCI code into separate file
e00c8bcf33 : Fix stack crash after bonding
482a855ea3 : jni: cleanup compiler warnings
a1465f244f : Import translations. DO NOT MERGE
93545caf86 : Use email address in OWNERS files.
03b8f97336 : Linux build fix
b3018b113b : Compile audio codec libraries on linux
7d86ab105a : HID: Send connection state change broadcast during cleanup
0972e7ac5c : Use base::Callbacks in BleScannerInterface (2/3)
a3a86d1e4a : Remove unnecessary extern declarations
11b894368b : Use base::Callbacks in BleScannerInterface (3/3)
0073398991 : Fix SIGBUS error in BT stack when pairing with ARM boards
ab681f42ea : test_vendor: Return success for no-ops
631d25b4c6 : Thread switching simplification
3a952385cb : Send ACL connect/disconnect broadcasts to manifest receivers
24c78c35bb : Check the return value of the HAL init function
8cc58e1bd0 : OPP: Fix Functionality failure for OPP Rx
6e404ed3c2 : PBAP: Fix Functionality failure for PBAP
583e1e8b3e : Clean up some more #defines
5ea66fa04d : Fix HDP select thread id type
76969fa55c : Add Loopers to tests that require them for message handlers
58d81bc3da : Import translations. DO NOT MERGE
9943161781 : Add a mutex to guard all btsnoop operations
cf457f7ec7 : Use LE Extended Create Connection when possible
c307a01ab0 : Add LE Extended Create Connection HCI command
ac6177ae94 : Fix advertise data parsing
f989a841c3 : Broadcast BOND_STATE_CHANGED to foreground.
6fbe454884 : HID: Fix scroll issue with Apple Magic Mouse
dd001c64f3 : Add a missing NULL pointer check inside bta_av_rcfg_str_ok()
e44288ee2a : Fix SIGBUS error in BT stack when pairing with ARM boards
1664748b30 : Prevent getting Session Token if media browser isn't connected
fb1f7152ca : Update the A2DP MTU if the L2CAP MTU changes during codec reconfiguration
122b5ce69b : Services: start PBAP and OPP like other services
71b46ff3c5 : Fix comment formatting at the beginning of lines
080b7769cc : Lower the BLE connection supervision timeout to 5s.
bca43eb28c : Change LE advertisement data length type (uint8_t -> uint16_t)
29f9ae3d7a : Exception and death notification handling for ISap.
44a2e0a301 : Remove use of Contacts.IN_VISIBLE_GROUP
ee80cc8b60 : btif: remove logspam at higher debug levels
f90d9e975b : Allow back-to-back AVDTP API_RECONFIG_EVT events
e438736726 : Use END:MSG to determine bMessage body end
01fa4c014b : Get rid of btm_ble_send_extended_scan_params
59500e63bb : Fix set extended scan params command
7c75c1de84 : Use resources for pairing ui package
57821dcb24 : Add Service Data GAP EIR data type
00370860a3 : Minor fixes
8b2a1912f5 : Advertising data handling improvements
07be42a750 : Enable DLOG on eng and userdebug builds
f3bd21efac : Send Bt connection-state-changed broadcasts to manifest receivers
8bc88b19f0 : Use same timestamp for on-disk BT Snoop Log and in-memory BT Snooz Log
a3718524a9 : Remove build variables that are no longer used
c0cf8f7177 : Conference calling crash on null call object
8c1c1ee33e : Fix AAC bitrate computation and add missing parameters
75755f9d57 : Guard btsnooz ringbuffer access from multiple threads
33146ed5d9 : Use non-hardcoded advertisement data size
5f35f9e0f2 : osi: Remove unused eager_reader code
0ac67b8e04 : Abort fetching items if remote sends us an error
190839c2ba : Handle conference calling w/ multi device
571872466b : Handle volume changes for multiple devices
db5758eff2 : Fix the implementation of htonll()
9ce33a546c : Remove use of Contacts.IN_VISIBLE_GROUP
2719a1f4aa : Use CHECK() to verify that HIDL is installed
b44fc8c78e : HF Client: SCO routing for multiple devices
969eb1872e : HF Client: SCO routing with multiple devices
b745f26ae0 : Import translations. DO NOT MERGE
fad2a4593c : AVRCT CT: uint8_t is used for 2byte field
1e9df0d8fd : Propagate BT5 specific scan result properties up the stack (3/3)
82bb0ebe07 : Propagate BT5 specific scan result properties up the stack (2/3)
16239bfe20 : Use new event type in BLE scan
a1475251ec : Add a mechanism to configure the default A2DP codec priorities
4c85e3d79e : BLE Advertising Manager test improvements
b848897b55 : Add a mechanism to configure the default A2DP codec priorities
23f591d8e8 : Add a mechanism to configure the default A2DP codec priorities
04b4c7bf98 : CompanionDeviceManager
53fc55d0a7 : Broadcast pairing intents to settings package
55d38544c8 : Temporarily disable WBS; to be replaced with eSCO
a0e573a08e : Import translations. DO NOT MERGE
d1197ebbae : Fix a memory leak in the osi allocation tracker
5d14c16664 : Use local CCB variable in loop to check GAP CCB pool
9e8bb6e191 : Initializing the SDP event message pointer before sending
c021fcfda1 : test_vendor: Test fixes for AsyncManager
856f2d1302 : Remove LPM code from the stack
1415e70ee5 : btif: Remove platform-specific address logic
b76bbdce8d : Initial HIDL conversion
cf5c4293db : Handled invalid MTU Size in L2cap Process Commands
4df8efaba0 : Client changes for BT SAP hidl.
64c309318f : Add memory allocation statistics to the Bluetooth dumpsys output
f6d543a7d0 : Update the A2DP Codec Config API
18b8eeb65a : Import translations. DO NOT MERGE
7eb3349c88 : Update the A2DP Codec Config API
d26099b8b3 : Update the A2DP Codec Config API
69f201488a : jni: use ScopedLocalRef where possible
e692bd3543 : Bluetooth: add getDiscoveryEndMillis() call
dbe0b6e822 : AdapterService: track last discovering timestamp
94dfdae0c3 : Remove HC_BUFFER_HDR_T
73e38cfec0 : A2DP Audio Focus
ba5e29919d : Integration of the AAC codec for A2DP source
aaa616696d : Import translations. DO NOT MERGE
262b15dd8e : Integration of the AAC codec for A2DP source
5e992dbcf1 : Don't offer the BT sharing option to the user if BT is disallowed.
dd62d8e4ef : Update UUIDs immediately on NVRAM
451c77b2e4 : Rename "Bluetooth Share" to "Bluetooth"
af9d9d4cf9 : Bluetooth: fix indentation, formatting in dumpsys
103d998819 : Remove HC_BUFFER_HDR_T
1bbba11294 : HID: Fix forced disconnection flow.
df032ead27 : Init JNI in Bluetooth Service not the Bluetooth State machine
723bef8e47 : Corrected default value assignments in Bluetooth A2DP Metrics
b2b1ef7a59 : Test to verify devices with no UUIDs dont crash Phone Policy
a28b31358f : Ignore ACTION_UUID intent when no uuids present
aa79f0fb96 : Corrected default value assignments in Bluetooth A2DP Metrics
7513f60d2f : Multi HFP connection handling
045f03ab9d : Change HFP Client API to support multi device
df37bb9041 : Change scan downgrading to be app independent
f33ade6580 : Add advertising handle zero quirk
63ec7bf677 : Fix the GATT server and HOGP disconnect
c2d4255702 : Change scan downgrading to be app independent
a15afaba74 : OPP: Send proper share status of file once transfer is complete
6dfb24a2ee : OPP: Truncating receiving filename
db12bf15f7 : Fix advertising timeout behaviour.
a83146f121 : Change HFP Client API to support multi device
97f0e92a44 : Multi HFP connection handling
7482c4b3bc : Multi HFP connection handling
d9f11e889d : Add flag to disable phone policy
245f21bf8a : Change HFP Client API to support multi device
c1c2c3fd67 : Update error check for LE read remote feature event
18e86afd43 : Set alarm's queue to NULL on alarm expired
4b18c52620 : Synchronize hl data operations
72728794a0 : Bluetooth: Handle get RSSI timeout gracefully
ce3b602a7b : Remove advertiser during unregistration
4ece9c1807 : Remove advertiser during unregistration
35b01a9a37 : BTA HF CLIENT: Unset initial SCO value
9bebcc0605 : Fix A2DP Metrics Logging Capacity
cb5055878e : Add counters for true number of events being logged
502d0a913d : test_vendor: Remove extra byte in LE Features
681a5c95eb : Fix bad UUID comparison when adding GATT service
ead6b76cb3 : test_vendor: Make tryStartThread return 0 on success
94ac027386 : OPP: Don't reopen finished transfer list.
a16eceb85c : Prepare for removal of legacy-test from default targets
d13d2334fa : Fix parser for BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR
366e826b7f : Fix A2DP Metrics Logging Capacity
65b2a57b29 : Convert build system to soong using Android.bp
2134bb6653 : HF CLIENT BTA: Reduce logging for non-allocated blocks
10008bcd7d : HID: Prevent crash by Cancelling SDP during cleanup
46c141804a : Import translations. DO NOT MERGE
1e43c484ea : Prepare for removal of legacy-test from default targets
197fa4dcee : Separate Phone Policy from mechanism
5d8ff9f94c : Add additional logging to root cause IOExceptions for OPP
199bb55199 : Add counters for true number of events being logged
9868405789 : Add conditional unit testing for codecs that might not be on the device
167275f860 : Fix a NULL-pointer access before check in connect_int
db4e589094 : Fix NPE when discovering invalid GATT datatbase
599adb830c : Don't allow GATT and GAP service override
1ebda34cb7 : Fix NPE when discovering invalid GATT datatbase
7d9056f8ce : Reduced the log verbosity level for aptX/aptX-HD data packets
9d89276bad : Prepare for removal of legacy-test from default targets
dc283dccea : Fix for Extended Scan parameter length
38f919ae25 : AVRCP: fix check of callback env
0232d99a9b : PBAP Multi Connection
c6da41f022 : AVRCP: Report no track playing correctly.
2873f1530f : OPP: Fix file sending error by calculating size of file properly.
4fcee874c9 : Revert "Don't offer the BT sharing option to the user if BT is disallowed."
aa10e5c21b : Import translations. DO NOT MERGE
d34c7c99bf : Rename language+country resources to just language
3e6ec10a0c : Removed the feeding_init call from tA2DP_ENCODER_INTERFACE
2e05346f15 : Sync the startConsentUiIfNeeded logics to master. We are missing the package name when starting the activity now.
5f6ba4be7c : Client changes for BT SAP hidl.
b72cdd6076 : Integrated A2DP LDAC support with the LDAC encoder library
908ed31695 : cleanup unused resource strings
c1d0d69cf7 : SAP: Close RFCOMM connection immediately if access is denied.
a71bac5dac : OPP: Check file size before send to prevent crash
093c05a8fd : Don't offer the BT sharing option to the user if BT is disallowed.
0cd7b491c9 : Fix improper unregistration of scanner for app that died
5fc5d93799 : Import translations. DO NOT MERGE
5f37b73bf4 : Batch scan simplification
1874cc7371 : LE filters without custom data types
1fef0e3d3d : Get rid of BTA_DmBleCfgFilterCondition
cc84da5744 : Simplify LE scan filter memory management
4b5faa475a : Remove reduntant re-schedule
9180985c32 : Use callbacks for LE filter functions (BTM layer)
6a48101e68 : Fix bad connectable advertising constant
0648c83d44 : Zero is a valid advertiser id
616cc7bf9a : Remove redundant dependency on libpower
917d246776 : Add "connecting" and "disconnecting" states to HID Device.
775c5d725e : Fix Heart Rate Service example
cbc5b00025 : Remove unnecessary cutils dependency
30d32d3338 : Update Linux BUILD.gn files
4fd1b4b2dc : Renamed the aptX and aptX-HD shared libraries
3dfe08b1ce : Refactor RFCOMM / BluetoothSocket usage of LocalSocket
436235dd03 : Fix A2DP metrics session duration
d552bd11db : Fix A2DP metrics session duration
5c8cfb25ce : Add LeakyBondedQueue to libosi
08ec346b41 : Add the Filter statistic to scan statistics
be1851c446 : Integration of the LDAC codec for A2DP source
cc854d67e7 : Integration of the LDAC codec for A2DP source
2ad02249c3 : Serialize stack shutdown, state change callback and cleanup
6a7ca9cb68 : Remove position dependent lookup tables in AT command parser
b3224dccf5 : Fix A2DP metrics session duration
777228aeb2 : Fix A2DP metrics session duration
4ad0b2ba33 : Add LeakyBondedQueue to libosi
25ff198307 : Remove debug logging from report sending in HID Device mode.
716335b2d9 : Integration of the aptX and aptX-HD codecs for A2DP source
7ad3acbfcb : Integration of the aptX and aptX-HD codecs for A2DP source
5de98b4fba : scripts: modify change_types.sh to skip matching "<data type>_"
dc3af7aee4 : Don't print dumpsys info twice in bugreport
ad5a169108 : Bluetooth: don't output dumpsys info twice
e2d64d8a7f : Fix an inappropriate sscanf return value judgment
12ad6378b3 : Make HID Device service independent from HID Host.
655fb1b9dd : Add a mechanism for configuring the A2DP Source codecs
a081068656 : Add a mechanism for configuring the A2DP Source codecs
178a3d23c6 : Add a mechanism for configuring the A2DP Source codecs
b2320848b3 : HID Device role API fixes
94a2b0c267 : Fix failling ClosureTest
e99093ba19 : Allow HID Device to connect to a specific device
8e343f0bdd : DO NOT MERGE ANYWHERE: Let audio HAL know when BT is turned off
6f9f21b8eb : Bluetooth: track enabling in dumpsys
c2284b612b : AVRCP: Test MediaBrowsers before trying to use
b6e4b12d1e : Fix profiles broken by ag/1751147
659b657f1b : Allow HID Device to connect to a specific device
76786663af : HID Device role API fixes
856b19a19c : LE scanner BTA layer simplification
feec673edf : Fix race condition in do_in_bta_thread
29fb980d38 : Move state dumpsys (to BluetoothManagerService)
b5a03155f7 : Move state dumpsys (to BluetoothManagerService)
6eb2046901 : Bluetooth: track enabling in dumpsys
5fabc4426e : Rename the Bluetooth profile classes for HID Device role.
7d82a61d97 : Bluetooth: Add support for HID Device Role
284252275e : HIDD: Add support for HID Device Role
b26c1b26a7 : HCI interface improvements
bc9a6dbeb5 : Fix AdvertisingManager not being initialized
4d19af5a89 : Fix pointer type in BTA_DmBleCfgFilterCondition
c5fdfc6d36 : In permission review mode, always request user's consent to toggle BT.
6c79df5fe8 : Fix pointer arithmetic in BTA_DmBleCfgFilterCondition
189834f425 : Rename the Bluetooth profile classes for HID Device role.
e9950b1051 : HIDD: Add support for HID Device Role
a2275f329f : Import translations. DO NOT MERGE
7f3f5e56d7 : Prevent Null Pointer Exception caused by empty remote device properties
c73e76b50d : osi: Return 0 on osi_property_get failure
dd034c272c : Bluetooth: persist state when turning on from BLE
25213da121 : Bluetooth: persist state when turning on from BLE
84a1389d19 : Linux build fix
60599a6a3f : Remove reduntant capabilities check
343260a3d0 : Get rid of BLE_ANDROID_CONTROLLER_SCAN_FILTER
a7f3bae598 : Modernize BLE Scanner implementation (3/3)
1b09dc8e81 : Modernize BLE Scanner implementation (2/3)
5eb2d175fb : Expose Bluetooth 5.0 properties to JNI
0aa69dabe2 : Expose Bluetooth 5.0 properties to JNI
d4246efc7a : Use LE Extended Advertising Report Event when available
0f64422f62 : Use extended set scan enable/parameters when available
a8930b9a1a : Update BleAdvertiserHciInterface
a618d3a4d3 : Handle Advertising Set Terminated event
0b6cd53759 : Advertising Extension Implementation
347bf7c264 : BLE scan filter setup simplification (2/3)
71311596f0 : Fix cleanup of dead GATT clients
7da9a6976c : AVRCP CT: Register for UUIDS Changed
345cc1885d : BLE scan filter setup simplification (3/3)
6bd4ba8550 : Remove btif dependency on libmedia
0e22d63c17 : Bluetooth: fix issues re-enabling after crash
d4eb85380c : Refactor LE scanning HAL (2/3)
7eacee8b81 : Incoming HF connection: CB interaction between BTA <-> BTIF
b5776f141a : Bluetooth: fix issues re-enabling after crash
84109761aa : Bluetooth: log message improvements
c1e0f982fd : Add unit tests and refactor LE legacy pairing key distribution methods
5fcb584d27 : test_vendor: Use pipe2 to set pipe flags
a026ec5abf : test_vendor: Add more unit tests for async_manager
fbccc787db : In permission review mode, always request user's consent to toggle BT.
358dd11b48 : Replace assert with CHECK from base/logging.h
7fa844e5b0 : Refactor LE scanning HAL (3/3)
56f3362809 : BTA Application registration refactor
29ac7df708 : Prevent SQL query from having a bad where clause
f86ad677e5 : Prevent SQL query from having a bad where clause
692219b776 : Change the parameter type of smp_debug_print_nbyte_little_endian
a58dc90c4b : PBAP performance
e98040c462 : Remove unused function definitions
8ab64a8c01 : Prevent Null Pointer Exception caused by empty remote device properties
476b253a09 : Move btsnoop_hci.log to /data/misc/bluetooth/logs
0b313c2019 : Fix BT stack crashing on GATT discovery
f46373a3b2 : Bluetooth: log message improvements
5307fad776 : DO NOT MERGE ANYWHERE Fix the timestamp in btsnoop format
0b3f7c5d5e : Remove unused btm_set_random_address
cf9a76d657 : LE Extended Advertising
b4ffe7738d : Remove disk IO read/write blocks in AdapterService for main thread
4402867055 : Replace usage of "vector<>" with "std::vector<>"
d200bbfbf8 : Finish resolving conflict from 715cbb4
875b7834c4 : Really resolve merge conflicts of 5f4cb93 to nyc-mr2-dev-plus-aosp
c4e680d25e : Remove unnecessary error message in PORT_DataInd
825374cade : Get rid of selective connection procedure
b1a255c925 : Replace usage of "vector<>" with "std::vector<>"
00d660bd5f : Simplify LE Advertising Report Event processing
bbd75f6e61 : Fix UUID comparision when enabling HID protocol mode for LE devices
5f20ae497a : Fix maximum connections reached for BLE
48206dc879 : Update clang-format for correct Java style.
110303092e : test-vendor: Fixed a race condition on the destructor of AsyncManager.
79fa79555a : AVRCP: Catch Intent.startService SecurityException
6482cf215d : DO NOT MERGE ANYWHERE Do not update sco_state when no matching peer_addr is found
45b8ffba5f : DO NOT MERGE Add Bluetooth toggle prompts - framework
6e2bebd7e2 : Remove extern "C" from header files
afd553da3f : Write unit test for bta/btif HF client role
3cc43f4df2 : Import translations. DO NOT MERGE
9d76e45f01 : Remove additional usages of UINT_TO_PTR
aedbeb581f : Remove usages of SDP_CLIENT_ENABLED
959183fddd : Build fix
2c2128a2c5 : Use the correct ContextMap for scan statistics
b461ac0853 : Build fix
caa41d667d : Simplify btm_ble_resolve_random_addr
d338a6422e : Implement multiple control blocks for HF Client in BTA/BTIF
e630f98554 : BTA HF Client should use dynamic control block
14609584c3 : Properly align some packed data structures.
4748e8bdf5 : Initialize SDP rmt_io_cap to UNKNOWN (0xFF)
a2c917d88e : Replace pthread_mutex with std::mutex
dcd76f5d72 : JNI: clang-format code
604ae13b98 : Fix invvalid lcid check in mca_tc_tbl_by_lcid()
be1488325c : AdapterService: enforce new user restriction for disallowing Bluetooth.
081acdf3f2 : Remove double includes
f181a0c9e5 : Revert "Import translations. DO NOT MERGE"
7d22b5dd64 : Introduce a new user restriction for disallowing Bluetooth.
cea5b6c7bd : Introduce a new user restriction for disallowing Bluetooth.
9ef21a8f8a : Introduce a new user restriction for disallowing Bluetooth.
02e2c6e8d0 : Remove redundant added bta_hh_find_cb call in read_rpt_clt_cfg
12f354da49 : Add extra logs by default inside sdp_copy_raw_data()
c041af5e63 : Import translations. DO NOT MERGE
2e2de92d63 : Add extra logs by default inside sdp_copy_raw_data()
6c796ed506 : Fix formatting of config files
97a7f20b99 : Remove coverity comments
9e043db52c : JNI: style cleanup
f8a2120926 : Apply clang-format to the rest of the tree
cd1165cf70 : Reformat long comments before clang-format
5682fb80c9 : Add Bluetooth toggle prompts - framework
f9e2db677e : Use shared lib of libtinyxml2 instead of static one.
c04978f312 : Add a mechanism for Audio Feeding Parameters negotiation
18f31b4519 : A2DP Codec related cleanup
1399ab9988 : Add dependency installation files for x86_64
065a9e81b1 : Revert "Introduce a new user restriction for disallowing Bluetooth."
17ee4bc10e : Revert "AdapterService: enforce new user restriction for disallowing Bluetooth."
fbfa1a55df : Fix asterisks in block quotes
29e544068d : embdrv: Fix include ordering before clang-format
f8a7ac8f4b : Improve HOGP input report error handling
1436ca27d3 : Fix null settings in AdvertiseCallback.onStartSuccess
2225df6a93 : AdapterService: enforce new user restriction for disallowing Bluetooth.
aae784e455 : Introduce a new user restriction for disallowing Bluetooth.
a2356a4b84 : Remove more usages of UINT_TO_PTR macro
3f346b383d : Add a missing error check when processing AVDT_RECONFIG_CFM_EVT event
1c4cdfe638 : Run clang-format on every commit
2b9be1e329 : Cleanup GATT cache when remote device is disconnected
8088c0d9e0 : Add Bluetooth device address parameter to HF Client APIs
14168af859 : Add Bluetooth device address parameter to HF Client APIs
3da9f9b223 : Disable HFP audio path when HFP call goes on hold/resume when goes off hold
d19485ec54 : Cleanup GATT cache when remote device is disconnected
5f8ded904e : Import translations. DO NOT MERGE
ea4296169a : AVRCP: Fix get metadata attribute responses
6b659db20e : readability fix: No assigns in if conditionals
d4e20db0cf : Fix x86_64 compilation on Ubuntu 14.04
04c10d33d7 : Fix an inappropriate NULL-pointer check in handle_rc_passthrough_cmd
2b92c80f41 : Fix a unit test failure related to SBC maxbitpool testing
4dd3290fc8 : Cleanup startAdvertising call
824963f34b : Fix formatting after removing defines
0a2959e3cd : Remove BTA_GATT_INCLUDED
70556f3237 : Remove SMP_INCLUDED define
dc5e0f7eec : Remove BLE_INCLUDED define
a7da97f024 : btif: DRY up command functions
c9db2d3455 : Remove unnecessary advertiser count check
c6471fdf2c : Audio pops due to queue not flushed when focus taken off
db12717d7d : Bluetooth: report proper advertiser status on error
b938d728b2 : Report proper advertiser status on registration error
85defca09c : Remove some usages of UINT_TO_PTR macro
6eb3bfb068 : Constant Cleanup: Remove BT_TRACE_VERBOSE
51aecab174 : Import translations. DO NOT MERGE
bf23db0fc4 : Move tests from */bluetooth/test/* to */bluetooth/*
b96ee40636 : Move some AdvertiseManager methods into separate helper
cb9f281e42 : Bluetooth: BLE app tracking fixes
fdb8af19ec : Move startAdvertising() logic into native code (2/3)
288cd5c12e : Move startAdvertising() logic into native code (1/3)
5246236294 : Do not reject valid SBC codec parameters
476fbc9658 : Remove MANAGE_DOCUMENTS permission as it isn't needed
e18bf10b91 : Add BUILD.gn for tinyxml
ecefb40522 : Revert "Bluetooth: Fix the issue that peer A2DP SNK device can not auto-reconnect."
dbdeb315f6 : Limit the use of AVRC_ADV_CTRL_INCLUDED define
5ac5dce3bc : Remove pointer to integer cast in btif_sock_l2cap to prevent crash on 64 bit systems
36e794386e : Fix NPE in createBond
136d320e74 : btif: Remove AVRC_CTRL_INCLUDED ifdefs
f8fd704f9b : btif: Remove unused uinput interface code
caea373183 : Fix a NULL-pointer check order reverse in GATTC_ConfigureMTU
540bd3e724 : NULL-pointer access before check in BTM_SetBleDataLength
27d08270fc : Protect against SQLiteException crash in MAP init
c614aa9f03 : Use ENTERPRISE_CONTENT_FILTER_URI for phone lookup URI
3f02c74cca : Copying of pointer with incorrect size
4db1c0afd0 : Remove unused GATT_Listen
3ac60b24e6 : Reenable advertising instance after an LE advertising state change
4967207c82 : Remove useless NULL-pointer check code in l2cap_client_new
c3ebb7c204 : AVRCP: unify Get{Element,Item}Attributes response.
a53ebbb4e0 : Unify advertising API (3/3)
976e264b58 : Bluetooth: advertising improvements
ecdea713b3 : Unify advertising API (1/3)
95caef4946 : Always use big endian for keeping service UUID
c5713dfdc0 : Fix how LE connection parameters are set after connecting.
5016fae1f8 : Fix how LE connection parameters are set after connecting
66ed856126 : Bluetooth: BLE app tracking fixes
1d8f195410 : BLE OOB Pairing - parse address type (5/5)
cba64756a8 : Add LE Secure Connection data parsing (1/4)
f9dbfb6a9f : Handling Authentication Failure From the lower layer
828ff86725 : Move callback to dispatch thread
898429504f : Fix incorrect check for empty out-of-band pairing data
49b3c1bede : BLE OOB Pairing - parse address type (1/5)
0cf9c2e73f : Add LE Secure Connection data parsing (3/4)
769318bb35 : Fix incorrect check for empty out-of-band pairing data
45fcbee3bd : BLE OOB Pairing - parse address type (3/5)
d248cd2927 : Add LE Secure Connection data parsing (2/4)
ecc2ea9f8b : BLE OOB Pairing - parse address type (1/5)
ac1c8d563d : BLE OOB Pairing - parse address type (5/5)
641780fc0e : device: Fix multi-line comments
f5491b873e : device: Apply clang-format
ad08afbed7 : BLE OOB Pairing - parse address type (3/5)
99833937aa : bta: Fix comment formatting after clang-format
8dfd1ea0a2 : bta: Apply clang-format
fb325e4a89 : bta: Prepare include statements for clang-format
2585f88756 : bta: Remove double asterisks in comments
1ce23e564e : include: Apply clang-format
cf1277c46f : include: Fix comment formatting
6b30ed0ea3 : bta: Remove executable permissions from code
2592f4e5ee : Unify advertising API (3/3)
9e24777b2f : Revert "Replace pthread_mutex with std::mutex"
68d78a3e60 : Mask out HFP 1.7 feature bits if peer version is <1.7
73458a81e8 : Detect non-oneway calls leaving system_server.
8c745ac29e : AVRCP: Passthrough code cleanup
3c410f65cf : Mask out HFP 1.7 feature bits if peer version is <1.7
128db63ea7 : Use libaudioclient instead of libmedia
39dda655e4 : Import translations. DO NOT MERGE
1e0a61f7b5 : Restart sniff timer on AVDTP signalling channel establishment
01dd61f80f : Enable AVRCP Volume commands in TG role
87eae3ea02 : Add missing brackets for "if" statement inside BTM_ConfirmReqReply()
fca98be0dc : Remove position dependent lookup tables in AT command parser
5908ab8a60 : Enable incoming connection for AVRCP Controller
2d8818c5aa : Move HDP reg_counter updates to BTIF thread
1dac351529 : Handle L2CAP disconnection on incomplete connection
ec7a3f8f23 : Replace pthread_mutex with std::mutex
c5108022f2 : Add OWNERS file
8d97ba89d3 : Use libaudioclient instead of libmedia
0ee577cf03 : Use standard types instead of OI_INT* and OI_UINT* types
f36952ffa2 : [DO NOT MERGE] Remove incorrect assert in btm_read_rssi_cb
8f7882f3a4 : Remove incorrect assert in btm_read_rssi_cb
64da17a412 : Replace DWORD with uint32_t
63c67ad443 : Use rc_handle for reconciliation of timer callback
b5afaae185 : Don't override target to 32 for Bluetooth
f05d0b313f : DO NOT MERGE ANYWHERE Auto Connection Parameter Update for Whitelisted Address
b162e61a5f : DO NOT MERGE ANYWHERE LE Connection Parameter Update Callback
26fa69d8c6 : DO NOT MERGE BLE Check and send scan response data
c9df52386c : Check A2DP source is not already shut{ting} down
9a81a26367 : A2DP codec related fixes and cleanup
8361fdc4f8 : Fixing A2dpSinkStreamingStateMachine thread leak.
3cba0c1885 : Now Playing List gets stuck in a loop
5ebd0a31e4 : MAP Client connect after PBAP Client
2d8ed9cd8e : MAP MCE iPhone connectivity
5b37d96089 : MAP MCE disconnecting automatically
7465dd5681 : MAP MCE message filtering
552d779a63 : Set debug flags to false
9b0ed63e93 : PBAP Logging
0446c23744 : MAP MCE
d95b0847a7 : MAP MCE
54d4b66174 : MAP MCE
03b0bb26d7 : Assign pairing code to bta_dm_cb before device name resolution
938cad30d3 : Protect against adding a null config for the BT health profile
e07b328174 : AG: CLCC response can contain non-ATD characters
a50c6b45ec : Remove unused BLE_PERIPHERAL_MODE_SUPPORT
1d4ea0cd93 : BLE Check and send scan response data
32921cc278 : Implement new API for retrieving supported Bluetooth profiles.
ff5093b73e : Add a way to query for supported Bluetooth profiles.
4d4cf721a5 : Fix connection state broadcasts
de8a916203 : Move start advertise method to advertising interface (3/3)
0fce0719b3 : Move start advertise method to advertising interface (1/3)
23790f9121 : Assign pairing code to bta_dm_cb before device name resolution
9f10ed37e2 : Return bool in AVRCP Controller API
8adf930893 : AVRCP CT: Add get_play_status_cmd API
dd502fc519 : AVRCP CT: Add getPlayStatus API
fcea15e869 : Simplify BTA_GATTC_Listen
f9ce056b0d : Fixes for HFP & AVRCP
1cc1c70a5b : Support Rewind and FF transport controls
5c84e2738d : AVRCP CT: Add support to send stop command
7a137cf139 : Implement set addressed player functionality.
a520287485 : Make bta_gattc_listen only start listening
c8dc9bd1ec : Implement AVRCP SetAddressedPlayer Cmd
db92b43425 : Convert one remaining use of full protobuf runtime
3349cac843 : [AVRCP1.6 CT] Add reply status to get_folder_items_callback.
590370a881 : AVRCP_CTRL: Broadcast 1.6 with browsing support
65dc05fb27 : Implement non-blocking pagination for a long song list.
065351e8a2 : hci: Fix multi-line comments after clang-format
bf933b5788 : hci: Apply clang-format
36ddeac5d1 : Fix AdvertiseDataParsing test
54d153c5f5 : Remove hashcode() override for Connection
7e3b7fee7a : Handle the case of disconnecting -> active for PTS
b24f19e4a8 : Cleanup state while transitioning to disconnected.
1c62e7d91e : Implement autoconnect for PAN.
713462c1d3 : bt address memory copy error in btif_av_state_opening_handler()
30ea94fc57 : Make Bluetooth SQL query strict to prevent injection
005ca7c195 : Make Bluetooth SQL query strict to prevent injection
67cbdb66f2 : Remove position dependent lookup tables in AT command parser
257f8fe85e : Bluetooth: prevent enabling BLE in airplane mode
a8cf6e3f66 : Handle all kinds of focuses and make fault tolerant to phone calls.
3bf75f083b : Remove advertise whitelist functionality
b0f4ebe37a : Prevent bonded device from being removed from the property map
93a4a1c7d6 : Set session to active for A2dpMediaBrowserService.
70aca6bd6f : handlePassthroughRsp parameter update
c65a931f9a : Let audio HAL know when BT is turned off
0d6e1346ef : PBAP over L2CAP
990e8f6dc8 : Unset the priorities for car profiles on unpair.
f5632e4818 : HFP should timeout in Java services if Native never replied
5b7874d8cd : HF should wait for AG to change conference
64f7e81df0 : Conference calling via HFP
15ab264a2c : Improve connection handling logic in ConnService
df2ee5d02c : Limit number of stored device properties
d60f719d0f : Report FW configuration status to upper layer
2f2754aef2 : Enable AVRCP TG feature only when we can handle those commands
8cb96fda6d : Separate LE scanner and GATT client BTIF interfaces (3/3)
19e98fd11b : Redesign HFP Client call handling
0885f25721 : Use UUIDs for call management in Headset Client (HF)
f5acf06bc4 : Separate LE scanner and GATT client BTIF interfaces (1/3)
7307dc2fc2 : Improve HOGP input report error handling
68edbbd157 : Disable HFP audio path when HFP call goes on hold/resume when goes off hold
0acd6e4f26 : Separated initialize and re-initialize of DM control block
641e428238 : Remove calls when device gets disconnected
f0e1217965 : Normalize the number before inserting into list of calls in connectionservice
2a23cb75ad : Owner Card
7bf8556b61 : PBAP Handle IllegalArgumentException
c0018d0d83 : Remove contacts at shutdown.
e96125ae44 : PBAP check device on disconnect
57733640e2 : Bluetooth Connect Other Profiles
f4d535b2de : PbapClientStateMachine legacyCode removal.
341384601d : PBAP vcard parser
71e44fe2bb : Connect PbapClient Profile
77e450f425 : PBAP Download Contacts in state machine
27b77c8a16 : PBAPClient State Machine
099052efef : Tackle changing phone numbers by relying on IDs wherever possible.
b434d9e62d : Define a label for A2DP Media Browser service
9f640e77c7 : A2DP MediaSession active state management and NPE
4e5ae52433 : Race in hfp call termination when local termination faster than HFP update.
8cd12177e1 : Replace NOT_SUPPORTED string constants with empty strings.
0ab26ef02a : A2dpSink sends CONNECTED instead of DISCONNECTED when connection timeout
1050113bbe : test: Add a README file
04e5a2e785 : Separate LE scanner from GATT client (4/4)
67242681c8 : Separate LE scanner from GATT client (1/4)
95e8582f94 : Separate LE scanner from GATT client (2/4)
acb832d29d : Add Bluetooth toggle prompts - framework
335642396f : Remove deprecated UNUSED macro (5/5)
396532aac5 : Remove deprecated UNUSED macro (4/5)
df928461e8 : Remove deprecated UNUSED macro (3/5)
ae6aa7d141 : Remove deprecated UNUSED macro (2/5)
77d05399a7 : Remove deprecated UNUSED macro (1/5)
5677373fa8 : Import translations. DO NOT MERGE
48a484e4b6 : Define cover art attribute id
167b3c5e92 : Bluetooth: prevent enabling BLE in airplane mode
21aac5bd30 : Replace bluetooth protos with protobuf-lite
657ea203f1 : Exclude calls to android-specific code in generic build
2df6f12617 : Add AVRCP unit tests and switch to using mockable interfaces
adc40aa553 : Simplify SBC encoder API
3765706462 : Restore GATT unit test
9a25e0fc9b : Remove all old Bluetooth tests
b5f1e5a6b6 : Reset reconfig and suspend flags before connecting
7de0a3f1a5 : Change how Advertise Data is passed to BTIF (2/3)
ed739e778f : Change how Advertise Data is passed to BTIF (3/3)
4648fc3fef : Add helper method to convert Bluetooth UUID to bytes
bbfe14e05f : Fix random crashes in HID related code
72afff0fdb : Fix random crashes in HID related code
26fcb4d8eb : Update the A2DP codec setup and selection mechanism
4be293a369 : Dequeues direct connection request during cancel conn operation
eae6d92fb7 : Serialize stack shutdown, state change callback and cleanup
fb1e29058f : Update macros: Add parens and do-while blocks
6db20f6d0c : btif: Add do-while blocks to macros
57aef4b572 : Prevent bonded device from being removed from the property map
6fd0edb9c7 : btif: Fix formatting in comments
5e34c4c530 : Fix the GATT re-discovery failure when GATT service discovery is ongoing
c3765a3717 : Avoid skipping SDP after link key derivation
d60b3b0024 : Disable HSP profile during BT turn off
d57b48000c : Reject AVRCP Metadata command with invalid length
ddf6320b63 : Prevent multiple register of service change indication
3354f9ed14 : btif: Fixup clang-format
3f68a75175 : btif: Apply clang-format
c3209687f1 : Remove multiplexing capability in AVDTP
6b0dc31ea7 : Fix merge error; duplicate BTM_SecClearSecurityFlags
7e088163cb : Fix merge error; duplicate BTM_SecClearSecurityFlags
ba93b58695 : Add additional logging for device properties
3b008f0901 : Gradually increase the level of authentication on failed GATT operations.
0ac5de327c : Gradually increase the level of authentication on failed GATT operations.
e9b8807b7f : Reset device security flags when pairing fails
4c87a4af3d : Reset device security flags when pairing fails
e4e2f640fd : Various small warning/build fixes for Linux
8eabdd75bc : Various small fixes for Linux build
64da92bb61 : Move libhardware dependency to third_party folder on Linux
ce6f0c24fc : Reset device security flags when pairing fails
1d1fee9a96 : DO NOT MERGE ANYWHERE Add Wear-specific feature to override LE IO capability
914a9dcd33 : osi: Apply clang-format
354307996d : Get rid of dependency on core from linux build (1/2)
c816f2eeba : Bluetooth: More logging of bluetooth service state
c01f3412ff : Remove Android a2dp bridge from generic build configuration
6af9621d0a : Abstract the adjustment of A2DP codec parameters
5f1fe8f484 : Use the default LE connection timeout if the remote device has no preference
3294dce373 : jni: Use RAII to manage callback environment
0a575cee9b : Remove unused task IDs
8d9e60a3e4 : Remove GAP_CONN_POST_EVT_INCLUDED
3dd3956d74 : Linux build fix
4fa3f8c823 : Add the appropriate statement to "case:" without "break"
0477ee5657 : Add clang configuration for ninja build scripts
fc076fd745 : btif_rc: Don't memset STL mutex objects
0c00b7db5f : Renamed most C files to C++: *.c to *.cc
a7fd570849 : Removed obsoleted define statements from bt_target.h
eb6f60f128 : Synchronized AVRCP-related code with AOSP
0320dc4991 : Add various missing includes
fa0e06067f : Make advertising instance count part of the HCI interface
7c95c79218 : Removed duplicate define of BT_HCI_UNKNOWN_MESSAGE_TYPE_NUM
d6bd917319 : AVRCP 1.6 CT implementation
fccdb03257 : OPP: Fix "0%" progress even after file transfer finished
71019735d3 : Remove APIs that are not directly usable.
9a5f970ffb : Implement AVRCP Controller (Client) Browsing.
ed6c24fe82 : Format A2DP-related code with clang-format
abecd059c2 : Removed unused *_DYNAMIC_MEMORY conditional statements
af218e7d6b : Use proper types in SBC related code
a0debb0532 : Add device record for BR/EDR devices with derived LE keys
ab67d3106d : A2DP-related renaming: a2d_* to a2dp_*
813b460e93 : Fixes setting of service uuid mask during BLE APCF scan
9b0b2da360 : HCI HAL: Retry writing HCI data on UART socket for EAGAIN errors
96af3d328b : Update hf structure on phone state change only if SLC is up
1b779ae072 : Update GATT channel state to closing during disconnection
549630950c : Skip LE key derivation if BR key is temporary
da3aaccb7d : Add null checks for L2CAP socket callback
c56a4ddfd0 : Renamed files: *.c to *.cc in bta/av and stack/a2dp
b7ec9e2890 : Fix HFP AT command BIA failures
690e37aa3b : RFCOMM: Prevent sending data in BTA_JV_ST_NONE state
2177041c41 : Rectify size passed to copy service name to security records
5dee46d835 : Remove bonded device information on pairing rejected
690d8fda87 : Cleanup L2CAP socket properly on close
13eb3c7251 : Add missing header files for ninja
565149fa06 : Add a mechanism to dump A2DP codec stats
c8d73d9a03 : Add include for CHAR_BIT definition
397dcfdf54 : BTIF A2DP Source and Sink refactor and cleanup
7d7ff572b2 : Use proper socket type in uipc for non-android
a8cee4f32a : Update BUILD.gn files
cd10201a84 : Split btif_media_task into Source, Sink and Control
eb1230c111 : Remove unnecessary error message
1d32f4907d : Fix file permissions for source code files
721245b384 : cleanup: Remove BT_USE_TRACES and BT_TRACE_APPL
faa360aea9 : Fix HFP AT command BIA failures
8c45751968 : Moved the typedef of period_ms_t from alarm.h to time.h
227c1596b1 : btif: migrate from pthread locks to std::mutex
8ec2552ca1 : Reduce AdapterState log spam on isTurning*() functions
9e255456ff : Fix error where root folder depth was set as 1 instead of 0
bb41a47d2e : stack: remove dead (#if 0'd) code
dd9b1f1d7c : Prevent Null Pointer Exception caused by race condition in AVRCP init
db6f202fb4 : Fix improper connection check for absolute volume
4c082a0c57 : Replace all uses of sprintf() with snprint()
37a178b2fa : Remove Jabra headsets from absolute volume blacklist
6c0d440ac1 : Convert advertising HAL from struct into class (3/3)
74bf580bb1 : Remove return value of BTM_VendorSpecificCommand function
f0159fcc24 : Convert advertising HAL from struct into class (2/3)
9453863d06 : Revert "Add dumpsys support for LE connection parameter updates"
f16d84e32b : Import translations. DO NOT MERGE
270b6e982d : Add some debug logs to the HeadsetClientService.
536533d2a3 : Remove return value of BTM_VendorSpecificCommand function
179cdc6a20 : style: Remove commented-out code
e31c04dfaf : Remove return value from btsnd_hcic_* functions
611a44d2d9 : Ignore return value of btsnd_hcic_* functions
dab42391ce : L2CAP: Ensure handle is not null before attempting to close a socket
a31b0461de : Implement new API for retrieving supported Bluetooth profiles.
9bb3a68712 : Add a way to query for supported Bluetooth profiles.
4df8ed0a8a : Make AVRCP encryption aware
7be53cee1c : HID: Fix to handle UHID_OUTPUT_EV command from UHID driver
ab17972445 : Add null check to avoid exception after L2CAP psm assigned
7146175ae3 : Ensure LE scan clients are removed when the related app dies
a75cf68a1d : Ensure LE scan clients are removed when the related app dies
d16ba10f3a : Refactor advertising data types
028c4868fd : Fix connecting to profiles when bonding from local device (2/3)
ab93aaefd3 : Use the correct API to check whether a codec is valid
c6bcb15ad7 : Re-enable browsing support for AVRCP
244a4c0b5a : Offset browsing media entry UID by one
217e9d163f : Remove unnecessary checks of BTM_MAX_LOC_BD_NAME_LEN
4fa8c1c418 : Make Bluetooth LE multi-advertising testable
09d3f800ff : vendor_lib: Apply clang-format with the new config
d5e99a9687 : Fix connecting to profiles when bonding from local device (1/3)
3435cab3f8 : bt: replace cutils/log.h with android/log.h
7578a29479 : Replace log/log.h with android/log.h
d570275ffd : Fix bad GATT client state machine state after successfull cache load
7edc5b5ca5 : Fix bad GATT client state machine state after successfull cache load
fbd7629ebc : test_vendor: Refactor scheduling of dual_mode_controller event handling
bd2f69589b : Remove redundant logic from system/bt/bta
fc669d26bd : Do not request remote name from non-connectable dev
e48fce8a33 : Fix warnings of implicit function declaration in Linux vendor lib
de5c0ca6e0 : Fix NULL pointer crash in send_at_cmd
0eefffee53 : Enable libbase logging for whole stack
98ee3add61 : Cleanup BluetoothPbapReceiver log messages
1178387db9 : Cleanup BluetoothPbapReceiver log messages
e427b2d141 : Fix 100 LE device connection limitation
cd8862d5cc : Support TARGET_TRANSLATE_2ND_ARCH case
bc55189442 : Separate the definition of BTM layer types from control blocks
59d15654a5 : Remove unused mContext from BluetoothGatt[Server].
aa4d762b24 : Fix 100 LE device connection limitation
c287f0871d : Use better callbacks in LE multi advertising
8645ccb4d7 : Update BUILD.gn files
1df3575f5e : Fix unnecessary error message during GATT discovery
83912c8234 : Bluetooth: Prevent gatt DB copy if server cache is absent
2e8a0aff66 : Prevent NPE if someone creates a bad BluetoothHealthAppConfig object
c09e8aa0bd : Convert BLE multi-advertising code to C++
b9abcc1a9b : Fix the BLE connection failure with some mice
307fe30444 : Don't try to stop advertising on death of GATT clients
1b569971f5 : Limit number of stored device properties
45ba86fc24 : Removed usage of A2DP codec_type as a separate field
e60cde23f8 : Move btsnoop_hci.log to /data/misc/bluetooth/logs
5e3d34a070 : Removed MESSAGE_BIND_PROFILE_SERVICE messages on unbind
4cd9a26c6c : Removed MESSAGE_BIND_PROFILE_SERVICE messages on unbind
3278b4de8c : Fix the BLE connection failure with some mice
eaccf43225 : Enable debug logs for Bluetooth AdapterService
3432bbb6d7 : Enable debug logs by default in BluetoothPbapReceiver
22ca06bffb : Enable debug logs for Bluetooth AdapterService
2130323d40 : Enable debug logs by default in BluetoothPbapReceiver
81ff2ab5b0 : Fix improper null check when handling rc features
91ba02e927 : Import translations. DO NOT MERGE
9b63f3f46f : Do not downgrade filtered scans to opportunistic
eb49f99d6a : Blacklist Motorola Roadster for Absolute Volume
4fe2402bf2 : Collect number of paired BT devices.
e867b1f592 : Do not downgrade filtered scans to opportunistic
76e183f594 : Remove APIs that are not directly usable
365c938c57 : Update deprecated Notification builder to new API
dff35ac1ec : [DO NOT MERGE] Fix setPairingConfirmation permissions issue (1/2)
c0995d637c : [DO NOT MERGE] Fix setPairingConfirmation permissions issue (2/2)
fb99bf7784 : Use only PCM as the media feeding format
24d37385c5 : Remove net_bt_stack group and replace it with bluetooth
1627d31991 : test_vendor: Use kInvalidTaskId in the controller
3591fc3929 : Localize the usage of tA2D_SBC_CIE only within the SBC codec
27b7af107f : Fix gatt_server_old service added logic
f0333b3bab : Import translations. DO NOT MERGE
db3ce3ba23 : Add BT_HCI_UNKNOWN_MESSAGE_TYPE log event
57d651e127 : Fix bad address type assumption
d15e750e1e : Add a missing case for BTA_DM_SEARCH_CANCEL_CMPL_EVT
3f4f030140 : Fix NPE in l2cble_notify_le_connection
a69c9c4910 : Fix bad address type assumption
82598228f7 : Add security record for devices found through LE batch scan
568b21069a : AVRCP 1.6 CT implementation
547305a78a : Implement AVRCP Controller (Client) Browsing.
fe280470a8 : Add .clang-format
dd98a17c91 : Fix NPE in l2cble_notify_le_connection
6de15c07b1 : Add a missing case for BTA_DM_SEARCH_CANCEL_CMPL_EVT
fe47d67ba6 : Update the style guide
57075d60e2 : Don't use move in FOR_EACH_* macro
6760eb8810 : Add BT_HCI_UNKNOWN_MESSAGE_TYPE log event
27ff562924 : Add security record for devices found through LE batch scan
b33f167a24 : [DO NOT MERGE] Prevent FDs from being leaked when accepted sockets are closed
472afe0fff : test_vendor: Remove unnecessary const from params
9998f4351b : Removed unused local variable
206f65e76a : [DO NOT MERGE] Prevent FDs from being leaked when accepted sockets are closed
36653ddff9 : avrc: Fix AVRC_MsgReq() msg_mask bug
386c4b9361 : A2DP related API update and cleanup
e69c99c3f0 : Fix advertising timers
a212293188 : Bluetooth: split setting params and enabling advertising (3/3)
1e3e77ed6d : Bluetooth: split setting params and enabling advertising (1/3)
2ca5b17c75 : test_vendor: White space fix in vendor manager
c54f8c2c2e : Extended the A2DP codec abstraction API
c7ed52cb99 : test_vendor: Silence packet_stream.cc
07aabcec0d : test_vendor: Move checks for vendor_manager_
dd7760ec27 : Added void keyword to function declaration and definition
6f9832870a : Change MAP to send one new message event when encrypted storage is unlocked
f28dc31693 : PBAP over L2CAP
a6088d9e03 : Enable Bluetooth by default
0b5ed21268 : test_vendor: Remove using directives from headers
b60e80ea46 : test_vendor: Use BtAddress instead of vectors
e2906ffc6a : test_vendor: Remove unused extern statements
20d3b1f495 : [DO NOT MERGE] Prevent FDs from being leaked when accepted sockets are closed
dee6091746 : Move all advertising related code into one file
03bc946ab5 : [DO NOT MERGE] Fix setPairingConfirmation permissions issue (1/2)
93154371ae : Fix setPairingConfirmation permissions issue (1/2)
3eea4cdf84 : [DO NOT MERGE] Fix setPairingConfirmation permissions issue (1/2)
39b883b6f6 : Fix setPairingConfirmation permissions issue (2/2)
635bb16a91 : [DO NOT MERGE] Fix setPairingConfirmation permissions issue (2/2)
c9afd65444 : [DO NOT MERGE] Fix setPairingConfirmation permissions issue (2/2)
5fef9ba382 : test_vendor: Refactor controller timing
fc1685f4d6 : Use proper type in filter init
1dafa9cbc0 : Updating QDID to reflect the certfication done for N.
cbb4b56b9e : test_vendor: Refactor test channel
0443cd64e1 : Updating QDID to reflect the certfication done for N.
6eaf42cc2d : gatt_db: Fix uuid_to_str for UUID_32
338766a2dc : Deregister from notifications when an HOGP background connection is cancelled
391ad6a399 : AVRCP 1.6: media browsing support on Target(3/3)
40cca94b92 : AVRCP 1.6: media browsing support on Target(1/3)
d0e047dd57 : Match semantics of ArrayList#toArray in Config's use thereof
d33aa94405 : test_vendor: Add BtAddress unit tests
9b377dcfd1 : test_vendor: Add a BtAddress class
95a8a0f065 : Remove BTA layer components for LE advertising
1453168d32 : Unify LE advertising instance identifiers
3bd5e837ca : Fix ConcurrentModificationException in GattService.onScanResult
ec2a0b73e5 : Mercedes Benz MAP message listing workaround
6fca269639 : Update Bluetooth toggle UI to UX spec - framework
bb15b6fc66 : AVRCP 1.6: media browsing support on Target(3/3)
1d385dba04 : AVRCP 1.6: media browsing support on Target(1/3)
fc4ba59b32 : Fix ConcurrentModificationException in GattService.onScanResult
352bc04db3 : Fix HID crashing on reconnect
d6dd4e8d9f : Import translations. DO NOT MERGE
9f6c1fb712 : Cleanup in the bta/av layer
c1e4cd276d : Change MAP to send one new message event upon storage unlock
643b0069f5 : Added A2DP codec-related APIs
bb97d9df4a : ContextMap: Remove connection references when an app is removed
2e7f4ae7f4 : Separate advertiser from GATT client (1/4)
30a1364ed9 : Separate advertiser from GATT client (2/4)
4e106c0cf8 : Separate advertiser from GATT client (4/4)
344698b5ed : Don't use SMS database until after the phone is unlocked
15ce1f78dd : ContextMap: Remove connection references when an app is removed
5b720db7c4 : Use closures in advertising related code
96b12db10c : audio_a2dp_hw: Always update frame counter in out_write
178a30ddc7 : Cleanup and removed BTIF-related unused code
45a93be0a6 : Update linux BUILD.gn files
e93f44db96 : Set the Adapter Service onCreate()
44ad8d907c : Free av_open_on_rc_timer on cleanup
dc02320a81 : Remove log spam in btif_gattc_update_properties
c15feb4a87 : Removed duplicate and unused BTA_AV_ and BTIF_AV_ constants
dc791042a2 : Don't set the A2DP sink data callback when registering A2DP source
9e3c36ddd6 : Fix initMsgList() check to return if encrypted storage is locked
b173426b20 : Make it possible to post closures to BTA message queue
c679fefb43 : Removed unused log-related defines and typedefs
ffad7c0f35 : test_vendor: Build independently from the stack
66322c8aab : test_vendor: Fix style for UNUSED_ATTR, whitespace
488dc85f86 : Fix a typo: __func_ -> __func__
faa25ddef4 : A2DP-related naming refactoring and cleanup
9abe21784d : Allocate CallbacksObj Before Initializing A2DP JNI Interface
672ca62a4e : Unset the priorities for car profiles on unpair.
a10f02c1c5 : Allocate CallbacksObj Before Initializing A2DP JNI Interface
65b9cdfa7b : Make gatt_attr use opportunistic connection
8b0377fff9 : GATT: don't update link status for apps that were never connected
9663124291 : test_vendor: Allow includes from bt_hci_defs
92fd032d47 : Removed BTA_AV_INCLUDED conditional guard which is always true
706373b43e : Reset ble scans in BatteryStats on start up
8d0e8ad64d : Fix a deadlock in service discovery callbacks
1b8a05d77d : Use the incoming WorkSource to notify batterystats of BLE scans
2d8d818366 : Add WorkSource to BLE scanning API
f257491348 : Expose function audio_a2dp_hw_dump_ctrl_event()
9ad67e5bee : Removed unused code related to Audio, A2DP Sink and Video
f02f91ac34 : Fix a deadlock in service discovery callbacks
126bfa36b5 : Added new function fixed_queue_flush() and the unit test
da5f9e28ec : Added new function time_get_os_boottime_us() and unit tests
a00cb197cd : Add a socket unit test for the async_manager
c8de5c6ab5 : Implement the AVRCP "continue" and "abort continue" responses
20864ef2e7 : Revert "DO NOT MERGE Proper construction of AVDTP general reject message"
18d6ce1843 : GATT: don't update link status for apps that were never connected
7e80b1ffa4 : Make gatt_attr use opportunistic connection
934a71c9ab : Revert "DO NOT MERGE Proper construction of AVDTP general reject message"
2cbe678329 : Fix NPE in permissionCheck
64853757d9 : Added cancelling for fd watching on async manager
1d785288d9 : Revert "Added unit test for async_manager with sockets"
9bc0720530 : Added unit test for async_manager with sockets
16c5298a5f : Fix clang-tidy warnings in bt.
405ff2ef6a : Fix NPE in permissionCheck
beb5578768 : Fix incorrect fd used for select() call in vendor lib async_manager
ab0fd3594f : Remove permission review build property - framework
e2cf867851 : Docs: Fixed the Bluetooth guide link
b84f02368e : Add missing null pointer check inside HeadSetClientService.stop()
db2a298a6e : Make gatt_attr use opportunistic connection
77eae06f24 : Randomize allocation canary
6ad1b6183c : Synchronize the code with AOSP
0d1518ef99 : Synchronize the code with the internal tree
f6f2af1992 : Synchronize the code with AOSP
17269673eb : Synchronize the code with AOSP
e0d07828a6 : Removed bogus AVRC_ADV_CTRL_INCLUDED guard
ff40a8c955 : Fix a typo in pre-compiler error message
a85b32fdd7 : Add Subaru and Nissan car kits to auto pair blacklist
6a095c595c : Disable 3Mbps packets for AVDT ACL links
113df6ca44 : resolve merge conflicts of 37119da to stage-aosp-master
8eab049f28 : Use C++ style std::string instead of C-style string
5b1459c241 : Make default SBC bitrate configurable by device.
5acf95d89b : Always send a SUSPEND_CFM event when suspended due to A2DP RECONFIGURE.
d454e02a5b : GATT: Deregister notification when a GATT connection is closed
2d14354569 : Check size of pin before replying
55e5ee86ed : audio_a2dp_hw: Always update frame counter in out_write
8eaf85b531 : Remove SBC frame scrambling
a0ea579e80 : New status code for two SMP authorization failures
5e62fe302a : Removed bogus leftover code that wasn't auto-merged properly
128ec3edca : HFP should timeout in Java services if Native never replied
a00184812a : HID: Check for EINTR in uhid_event() and fix return value evaluation
337c832992 : Refactor vendor library to use async manager class
954d366670 : Added the async manager
0495b16f96 : Added missing #include directives
89e2d9bac8 : Replace calls to std::bind by lambda expressions
8b108095af : No longer uses the macro DISALLOW_COPY_AND_ASSIGN
3e9d9f996f : Using include paths relative to vendor library dir
fc9b7b231d : Import translations. DO NOT MERGE
1fb7db200f : Import translations. DO NOT MERGE
ef104bd163 : Import translations. DO NOT MERGE
644adde2f6 : Import translations. DO NOT MERGE
ec67f697e9 : Import translations. DO NOT MERGE
b19fcb3547 : Improve BT HAL write response to BT server reads
86a34c9e0d : Separate the Alarm unit tests from testing the Wakelocks
85f95b25e9 : RemoteDevices: Optimize adding new remote devices
97e7410c96 : Add LE Secure Connection data parsing (2/4)
1d30636fd7 : Add LE Secure Connection data parsing (1/4)
cecdb571c6 : Add LE Secure Connection data parsing (3/4)
b3dfe77a16 : Prevent LE scanning apps from being wrongflully downgraded to opportunistic
ba488f1067 : Prevent LE scanning apps from being wrongflully downgraded to opportunistic
2039f16b63 : Change URI accessed to properly update read status
4707bc256f : Revert "Register for Service Changed notifications for untrusted devices"
8f301032a6 : strlcpy call size fixes, memory clearing
74f56f1113 : Rvert "Register for Service Changed notifications for untrusted devices"
d8c8c87a8b : Fix descriptor write
bc2c403cfb : Add dumpsys support for LE connection parameter updates
58b967064f : Prevent OPP connections from staying open forever
724faa5dd0 : bta: fix build break on old type macros
c376460a54 : bta: fix build break on old type macros
22ddc8ce17 : Use standard types, consistent ifdef style everywhere
893c17df3a : Fix APR crashes in read rssi callback
96e3e6f1d6 : Fix APR crashes in read rssi callback
254a5aed1d : Fix build error in bta_ag_cmd.c due to merge errors
01ed139b77 : Protect against SecurityException generated by query
c672f49cb7 : Fix bad index usage
d8f2bdbae8 : Protect against SecurityException generated by query
c238bde51d : Implements some additional commands
32c8195e32 : HFP 1.7 profile update (4/4)
c7ec3685ba : HFP 1.7 profile update (3/4)
ffcc3074bd : HFP 1.7 profile update (1/4)
ef19f87f20 : Remove write type from GATT descriptor writes (2/4)
e6d9b12d96 : Import translations. DO NOT MERGE
9137a95342 : GATT Server refactoring (3/4)
2d594c0fac : Add dumpsys support for LE connection parameter updates
2a5ef68862 : Remove write type from GATT descriptor writes (1/4)
3a1586dca4 : Rmove write type from GATT descriptor writes (4/4)
87dbfa5d82 : Move file lookup to its own thread for beaming
97e1eae0a3 : Revert "resolve merge conflicts of 72afad0 to master"
4d5b0e98a1 : Revert "resolve merge conflicts of cdff8a3 to stage-aosp-master"
6efae4a613 : GATT Server refactoring (3/4)
6630a54e52 : RemoteDevices: Optimize adding new remote devices
8d7adf284b : GATT Server refactoring (2/4)
72a68a4ddc : Move file lookup to its own thread for beaming
3b320a078a : Import translations. DO NOT MERGE
81ee1c7226 : Fix bugs in play status and play pos notifications
ad50931931 : Fix bugs in play status and play pos notifications
a835780b2b : GATT Server refactoring (4/4)
4674001081 : Add C++ Parcelable types for Service, Characteristic, Descriptor
04724644e4 : Fix build when SMP_DEBUG=TRUE plus logging improvements
ab0f8b815b : Relax some of the timing parameters in the Alarm unit tests
c4becaba4a : Change URI accessed to properly update read status
7911fc7101 : audio_a2dp_hw: Always update frame counter in out_write
26a36f7581 : Proper handling of AV connection collision
f455a2221d : Proper handling of AV connection collision
21ca2d8a87 : Don't use SMS database until after the phone is unlocked
b95d80ec50 : Allow the Bluetooth test library to be used as a vendor library
bb2923c274 : Revert "Remove position dependent lookup tables in AT command parser"
b6f0d60d26 : btif: Fix logic bug within register_application
4d66dd1069 : Add foreground flag to AG_CALL_CHANGED broadcast intent.
b551ee2df1 : Remove position dependent lookup tables in AT command parser
1fff3cdf4b : Add Bluetooth toggle prompts - framework
62123750bc : AVRCP Statemachine
0941ec318d : Import translations. DO NOT MERGE
61d967af88 : Don't use move in FOR_EACH_* macro
14664ef82b : GATT: Deregister notification when a GATT connection is closed
e7f52ac814 : Make parameter set S4 default for eSCO
d495ac96ea : Process Gatt read multiple response properly
2eea6b15ae : Make parameter set S4 default for eSCO
df58edf0b7 : Fix AVRCP crash, position and state tracking
512500ebe4 : Refactor playback position tracking
0c4e87a822 : Process Gatt read multiple response properly
536a8563eb : MAP: Remove redundant call to sendShutdownMessage to prevent crash
b5da11bbf4 : MAP: Remove redundant call to sendShutdownMessage to prevent crash
b8ecf88129 : Avrcp: Fix duplicate
7f8bb94936 : PAN: Avoid reconfiguration of bt-pan interface in NAP role
1a3426ea76 : PAN: Avoid reconfiguration of bt-pan interface in NAP role
3904a93ffc : Fix AVRCP crash, position and state tracking
c4e9191668 : Refactor playback position tracking
d480226d2c : Fix linux build, missing strlcpy
0c194089b9 : Update libchrome BUILD.gn
3087f648c5 : Allow MAP to accept and list draft messages without recipients
d05a49a64e : Let audio HAL know when BT is turned off
a9897408d8 : Fix AVRCP crash, position and state tracking
1d9cf88700 : Add foreground flag to AG_CALL_CHANGED broadcast intent.
679adcc8e8 : Add OnConnectionStateChanged to IBluetoothGattServerCallback
7e3418d6db : Add logs for AVRCP commands that originate from a remote device
29c72c6216 : New status code for two SMP authorization failures
0540f5bbd8 : Import translations. DO NOT MERGE
19dc2242d8 : Fix the implementation of macro BTM_IS_PUBLIC_BDA()
b73acbef07 : Check for call/call setup state before creating SCO
cdaf7d8a20 : Disable auto-pairing for hands-free devices
3769da87c9 : Disable auto-pairing for hands-free devices
c81b49f3e7 : Disable auto-pairing for hands-free devices
365af10788 : HF should wait for AG to change conference
c39b376dff : Conference calling via HFP
51a0eb210c : Add BT_HCI_TIMEOUT and BT_CONFIG_SOURCE log events.
11dedb1039 : Check for call/call setup state before creating SCO
17e494f966 : Import translations. DO NOT MERGE
42f114d8ea : Add callbacks to GATT read/write operation
5ab506a4bd : SMP: Delay authorization complete.
c8666db992 : Add logs for AVRCP commands that originate from a remote device
208be1385a : Refactor playback position tracking
90c6291df2 : Import translations. DO NOT MERGE
701377d175 : Fix misc-macro-parentheses warnings
f1a33cb38e : Fix google-explicit-constructor warnings in system/bt.
afaca06011 : Improve connection handling logic in ConnService
4583dde9cf : Log RSSI when A2DP buffers are flushed
f7837204ca : A2DP media task: Flush full TX queue on congestion
e3fc84d9e2 : SMP: Delay authorization complete.
1888b767b1 : Log RSSI when A2DP buffers are flushed
2714a32c2b : Redesign HFP Client call handling
b61166fbea : Use UUIDs for call management in Headset Client (HF)
f3813a2595 : Add BT_HCI_TIMEOUT and BT_CONFIG_SOURCE log events.
355fe9bf97 : Simplify GATT characteristic read memory handling
3ad02fff15 : Add extra waiting when switching users
e7eba7ec06 : Add Subaru and Nissan car kits to auto pair blacklist
f19e203cab : Match socket buffer sizes between audio HAL and BT server
37bd25b22d : Set the Adapter Service onCreate()
9dc709dfec : A2DP media task: Flush full TX queue on congestion
f2d8cba65d : Get rid of unused BTA_DYNAMIC_MEMORY
710adc4e63 : Use bta_gattc_cb directly, not through aliases
021452d139 : Use the live AdapterService in ProfileService.
ce02930ffd : Remove SBC frame scrambling
2cc5de18e7 : Remove log spam in btif_gattc_update_properties
0f22d8a2ec : Close output stream before getting response
3f81ad298e : Use the live AdapterService in ProfileService.
0fc1f13ccb : btif: standardize types, #ifs
5399954098 : Guard concurrent accesses to BluetoothA2dp service object
ad4ae77dbd : GATT: use one type for all server attributes
147e19fe6f : Fix how file size is calculated if not provided
dcde22ea25 : DO NOT MERGE Fix potential DoS caused by delivering signal to BT process
38834e3767 : Prevent energy data overflow
44f56e24bc : Remove calls when device gets disconnected
883165ce03 : Normalize the number before inserting into list of calls in connectionservice
342373e282 : Vectors as parameters to GATT (1/3)
3bdea0447b : Remove unused "cmn_ble_vsc_cb"; causing extended scan to not start
0c2ae5719f : bta: use standard types
6178b7cf33 : Vectors as parameters to GATT (2/3)
cdf38bc47a : Vectors as parameters to GATT write/indicate (1/3)
2e5a6bf150 : Use vector instead of C arrays in bta_gatt_api
f242df2f7a : Fix links to Bluetooth Guide
1c89d49829 : L2CAP: Handle invalid HCI packets
5822d7e47b : Fix early termination of while loop in BluetoothSocket#write
6cef760e81 : Vectors as parameters to GATT write/indicate (2/3)
20f11b34f7 : Fix race with BT disable in BLE_ON_STATE
0eaf902599 : AVRCP: rename constant AVRC_CTLR_INCLUDED
a26771dd63 : HOGP: Clear pending operations for a given device on connect
65265a6ae8 : HOGP: Preffer write command over write requests
7b5d821932 : Owner Card
c768365beb : PBAP Handle IllegalArgumentException
79297de2ef : Remove contacts at shutdown.
282bfd0f2f : PBAP check device on disconnect
c68b8ad15f : Bluetooth Connect Other Profiles
bfe91f1aa4 : PbapClientStateMachine legacyCode removal.
8d47a92c4c : PBAP vcard parser
e83d6ccf28 : Connect PbapClient Profile
a38d96f1af : PBAP Download Contacts in state machine
b0b8642cbc : PBAPClient State Machine
65f5fbf241 : Add missing NULL pointers assignments
5b2a7db81b : Add missing NULL pointers assignments
bea8330eff : BTIF: remove unnecessary 'extern "C"'
6d81aae4d2 : test_vendor_lib: refactor packet constructors
492d485cac : Tackle changing phone numbers by relying on IDs wherever possible.
5a05268101 : Fix sender name string to match MAP spec
517a183b3e : Fix sender name string to match MAP spec
d1c5127c22 : Correct typo in BluetoothSap binder
111ad482ad : Import translations. DO NOT MERGE
bd9e1ef1c0 : GATT: don't update link status for apps that were never connected
1097c8c3a6 : Convert HID and Device Manager BTA code to C++
b9f2179de9 : Import translations. DO NOT MERGE
f8c5dd4d35 : Fix null callback in updateCurrentMediaControllers
12a8475fe5 : Fix unused source warning
52b2759095 : AVRCP: Handle multiple MediaController instances
9c2b0bd711 : Improve BT HAL write response to BT server reads
8f3360ab8b : Fix missing GATT Characteristic from last service
d7d6d965ad : Use UINT16 for GATT attribute id field
7aca3aef09 : HOGP: Preffer write command over write requests
578d13214a : Use UINT16 for GATT attribute id field
c2cf3bb95c : Fix missing GATT Characteristic from last service
103ca1aa2d : Add missing curly braces in clear notification
0466f669ae : Import translations. DO NOT MERGE
43461f4fc5 : HOGP: Clear pending operations for a given device on connect
8d1a3a1e7d : HOGP: Clear pending operations for a given device on disconnect
f4dc23eecf : HOGP: Clear pending operations for a given device on disconnect
57beb88ec8 : Mercedes Benz MAP message listing workaround
ac84df6e6a : Do not request AVRC_CAP_COMPANY_ID if A2DP Sink is not enabled
13b8bb72ef : Do not request AVRC_CAP_COMPANY_ID if A2DP Sink is not enabled
6bc50092b5 : Unlock mBluetoothLock.readLock() instead of double-locking it
c5ad1f87b2 : Unlock mBluetoothLock.readLock() instead of double-locking it
e479cfbd28 : Set disable timer in case of any active ACL connection
2618f26d08 : Update enable/disable code to reduce flakiness
94634917a0 : Prevent crash on invalid URIs, remove ACTION_OPEN
c5261892f3 : Set disable timer in case of any active ACL connection
b60ef5a42d : Fix payload size for GATT Read by type request
0c9b822ca7 : Fix payload size for GATT Read by type request
c34542256e : Reject L2CAP INFO RSP and ECHO RSP on the LE signaling channel
151d73c149 : Reject L2CAP INFO RSP and ECHO RSP on the LE signaling channel
134ed48df0 : Fix build break by adding missing parenthesis.
9c98d4bc27 : btm: Restrict EXTENDED_INQUIRY_RESULT to 1 result
c67ad312d9 : btm: Restrict EXTENDED_INQUIRY_RESULT to 1 result
82d8bd23e6 : Remote device changes for SMP certification
fcfe0a47f1 : Fix flaky discoverable stress test.
9c5da667e7 : Delay handleEnable() until Bluetooth state is OFF
a6c6b7540b : Cleanup unused requires in java files
e994fc2a9a : Fix invalid BDA parameter passing for connection parameter updates
e35942094e : Remote device changes for SMP certification
ff47e20d64 : Clear BLE block from device records at unpair
a22e1bef98 : Clear BLE block from device records at unpair
7c9dc77e53 : Revert "DO NOT MERGE Proper construction of AVDTP general reject message"
ed2c4cd2ff : Fix for issue introduced due to rebase of LE L2CAP COC
22c3179c45 : Import translations. DO NOT MERGE
eae60aca83 : Import translations. DO NOT MERGE
ce689a23f4 : Import translations. DO NOT MERGE
1baacdcb3c : Reset max_interval to BTM_BLE_CONN_INT_MIN_LIMIT
7e80e3851e : While turning OFF do not honor ON requests.
a4201975ca : Delay handleEnable() until Bluetooth state is OFF
3246de65dc : HFP 1.7 profile update (3/4)
aceaeeaa6e : HFP 1.7 profile update (4/4)
adaf3732ee : HFP 1.7 profile update (1/4)
13176475c2 : net_test_bluetooth: RFCOMM test refactor
b995deaf20 : Import translations. DO NOT MERGE
13dfc30c91 : Remove currently unused peer device module and tests
3e478394a4 : Bump HDP version to 1.1
be3e6dcec8 : Bump HDP version to 1.1
1a311f71aa : Check exception to prevent crash on invalid URIs
c716e1adf6 : Import translations. DO NOT MERGE
196683b7fe : Limit number of SBC frames to fit into single MTU
108e10af5e : HID: Check for EINTR in uhid_event() and fix return value evaluation
8de218d787 : Update the HCI unit test if BT_CLEAN_TURN_ON_DISABLED is TRUE
c5d2026b7d : Update the HCI unit test if BT_CLEAN_TURN_ON_DISABLED is TRUE
0683b66451 : Fix misc-macro-parentheses warnings in embdrv/sbc.
75ea0e8f2e : Check exception to prevent crash on invalid URIs
b67e1816d6 : Fix misc-macro-parentheses warnings
db236920d1 : DO NOT MERGE Randomize allocation canary
dc33bf50e4 : Fix GATT attribute value allocation
f55b6b7fc9 : bt: Update libchrome APIs to r395517
d9acf7aa88 : Add minimum LE connection timeout that can be used for HID devices
21b63b82b7 : Do not allow LE connection timeout smaller than 1s for HID devices
70c446a640 : Linux build fix
cf3c7d721c : Convert GATT related BTA code to C++
842efd46e7 : Remove all mentions of hashmap
302a1abcdc : Properly check if BT is off when shutting down radios
8fd78613a4 : Replace hash_map in data_dispatcher with C++ unordered_map
7e7553b551 : Replace hash_map in audio_a2dp_hw with C++ unordered_map
202a146591 : Replace hash_map in btm_ble_bgconn with C++ unordered_map
70f82d1870 : Replace hash_map in peer with C++ unordered_map
ea8751f358 : Replace hash_map in module_manager with C++ unordered_map
a9b353f36b : Replace hash_map in packet_fragmenter with C++ unordered_map
d6d1cf2826 : Remove unnecesarry hash_map includes
9f994991d9 : Fix allocation_tracker crashes
d9fe9dd859 : test_vendor_lib: Add initial support for BLE
27a76f1d4e : Remove the RFComm MCB from the ports when releasing it
6fa9bbdbcd : Remove the RFComm MCB from the ports when releasing it
096661dfa7 : Remove unused profile manager
5c096a71f7 : Clean up Bluetooth test code.
499e853310 : test_vendor_lib: run clang-format with brillo opts
f979e77fee : Improve config file sync during configuration save.
1f48db4759 : Limit number of SBC frames to fit into single MTU
f453e34eac : Add missing "try ... finally" safeguards
630c0a3a07 : Add missing "try ... finally" safeguards
e1f09cb492 : Only allow access to MAP if SMS is not supported
0f8b2fda07 : Add missing @Deprecated annotations.
08eec36340 : Reduced the impact of "synchronized" statements
2febd39992 : Fix crashes in btif_sendmsg when worqueue not initialized
85fe2ccc0a : Improve config file sync during configuration save.
cdff89bda1 : Don't disconnect on failure to register for service changed notification
1c901a09ee : Removed unnecessary "synchronized" statements
6945858d4b : Removed unnecessary "synchronized" statements
6d126c8189 : Reduced the impact of "synchronized" statements
382279e4ac : GATT: Move connection parameters to config.xml
34c5479cd9 : Don't disconnect on failure to register for service changed notification
dee04d25e8 : Fix the timestamp in btsnoop format
59acf0a904 : Broadcast UUIDS on BT state transition to ON
8c9b25528a : Add L2CAP signaling headers and more ACL data to btsnooz
e33730a0e9 : Fix LocalRef leakage in get_gatt_db
075b998c7d : Fix LocalRef leakage in get_gatt_db
c4bdec29cc : Add guest mode functionality (3/3)
da3f905296 : Initialize variable protocolMode before it is used
9011518d02 : Import translations. DO NOT MERGE
cb15453632 : Import translations. DO NOT MERGE
c6203f8b5c : Change scan downgrade timeout from 5 min to 30 min
7ab150274a : Change scan downgrade timeout from 5 min to 30 min
212f75c474 : Add a missing OSI_NO_INTR() wrapper around socket read()
b59fc68ae5 : Fix a test related to GATT client that could never succeed
c9ac2fc6df : Fix 2 instances of a field being assigned itself in a constructor.
8c3da9c66f : Improve poll(2) handling and log messages
a52e6be4c1 : Add error log messages for A2DP commands
0b6b634fa6 : Fix 2 instances of a field being assigned itself in a constructor.
0dc388a208 : Add a missing OSI_NO_INTR() wrapper around socket read()
bd4bae49ea : Improve poll(2) handling and log messages
292415fd2f : While turning OFF do not honor ON requests.
183d931fb3 : Fix GATT autoConnect race condition
1945dd9748 : Fix GATT autoConnect race condition
a136ee3ca6 : Fix a test related to GATT client that could never succeed
66ed1246c4 : Add L2CAP signaling headers and more ACL data to btsnooz
c00e0337b3 : Add error log messages for A2DP commands
0e69fea9d8 : DO NOT MERGE ANYWHERE GATT: Move connection parameters to config.xml
e86c58bdfa : GATT: Move connection parameters to config.xml
9451bfb2b1 : Add a log message to capture NULL pointer in l2c_link_hci_disc_comp()
a136d67a1f : Add a log message to capture NULL pointer in l2c_link_hci_disc_comp()
3f30eaa165 : HID: Prevent incoming and outgoing SDP collision
0a415b8fbb : Fix pairing state change in collision scenario
1cecd1515d : Increasing LE Properties to broadcast.
dd98e2330a : GATT: Fix FD leak caused by GATT profile
6f697b4536 : Check CCB state before executing channel state machine events
ec5b7034ae : L2CAP: Handle invalid HCI packets
b0b583a15b : DO NOT MERGE ANYWHERE Restart failed system calls interrupted with errno of EINTR
32ebb5b3fa : Don't process pair request when controller is not ready
7117dc3ed7 : GAP: Save pin code length for incoming legacy SAP connection
dfc1e47e0f : Prevent crash due to second attempt to clean up eager_reader
9aa4a016d4 : Broadcast UUIDS on BT state transition to ON
62cba90db8 : Stop profile services when Bluetooth enable times out
ffd885c4da : btif: Remove dead code from btif_storage
4f7c880075 : Add missing arguments to log messages
f71e4ad808 : Add missing arguments to log messages
957cc14371 : Import translations. DO NOT MERGE
cb876019a0 : Add missing include for OSI_NO_INTR
4cc8a41822 : Add sync to write the backup file to the filesystem
d69507cf7a : Fail gracioulsy when GATT_MAX_APPS reached
14635c2928 : Fail gracioulsy when GATT_MAX_APPS reached
dec5c03131 : audio HAL: improve control socket error handling
7202554381 : DO NOT MERGE btif: check overflow on create_pbuf size
8eaabdf8a1 : Properly handle registration timeout in BLE.
031dd32f58 : Add config logging, make parsing stricter, and move sync
c608acf117 : Restart failed system calls interrupted with errno of EINTR
7358c24043 : audio HAL: improve control socket error handling
fb37ceb5d8 : Add sync to write the backup file to the filesystem
7059d9e97d : Build fix for feldspar-dev
c2d7b841ef : Restart failed system calls interrupted with errno of EINTR
6570ff9042 : Add config logging, make parsing stricter, and move sync
319a57da1e : btif: only save config when bonded devices change
9ae1b2d5cb : Remove dead HID code
f227662e33 : btif: only save config when bonded devices change
1785592233 : Rename all *.cpp files to *.cc to follow new style
0fa2155406 : Rewrite btif_gatts_register_app to new style
99ec1ef516 : Rewrite btif_gatts_open to new style
f63fa4a3c9 : Rewrite btif_gatts_close to new style
da6bdf8dbe : Rewrite btif_gatts_add_included_service to new style
fcaf7db98c : Rewrite btif_gatts_start_service to new style
dd971cfb48 : Rewrite btif_gatts_stop_service to new style
a0c6611f9e : Rewrite btif_gatts_send_indication to new style
cf7ffe4c8f : Rewrite btif_gatts_send_response to new style
b8e5344ed0 : Use unnamed namespace in btif_gatt_client
cb853e8668 : Use unordered_set to keep p_dev_cb
ba4fbaf81c : Remove unused structures from btif_gatt_client
c478fb0765 : Rewrite bta_scan_results_cb to new style
4fab41aa43 : Rewrite multi adv callbacks to new style
b6965956b9 : Rewrite batch scan related functions to new style
771d48325a : Rewrite bta_track_adv_event_cb to new style
c042a8f44a : Rewrite btm_read_rssi_cb to new style
b790d22a21 : Rewrite scan filter related callbacks to new style
efba9f0f17 : Rewrite btif_gattc_scan_filter_add_remove to new style
ca4610f5e5 : Rewrite register/unregister app to new style
fa14c294e9 : Rewrite scan start/stop to new style
acba0c5350 : Rewrite btif_gattc_open to new style
22730903a8 : Rewrite btif_gattc_close to new style
0384bd4b11 : Rewrite btif_gattc_search_service to new style
6150259884 : Rewrite btif_gattc_execute_write to new style
57c235579c : Rewrite btif_gattc_write_char to new style
bea3300a7e : Rewrite btif_gattc_reg_for_notification to new style
bbee1c4144 : Rewrite btif_gattc_listen to new style
df145cf0d8 : Rewrite btif_gattc_set_adv_data to new style
d6e43f3660 : Rewrite read RSSI and set MTU to new style
fb18fc1de7 : Rewrite btif_gattc_conn_parameter_update to new style
9c87a81571 : Rewrite btif_gattc_scan_filter_param_setup to new style
e2b0002233 : Rewrite scan filter related methods to new style
1815b7a047 : Rewrite btif_gattc_multi_adv_enable to new style
dd334fb9b7 : Rewrite btif_gattc_multi_adv_update to new style
4a320dceaa : Rewrite multi adv set data to new style.
3bf1b415fd : Rewrite btif_gattc_multi_adv_disable to new style
0ff6a5f19c : Rewrite btif batch scan methods to new style.
69f5dd1261 : Rewrite btif_get_gatt_db to new style
25b9b10ce1 : Rewrite btif_gattc_set_scan_parameters to new style
8dcd91644b : Rewrite GATT read operations to use new style
80eed41ddf : Use MessageLoop in bt_jni_workqueue thread
a0bc90f9ca : DO NOT MERGE ANYWHERE SMP: Delay authorization complete.
9ed70a17ce : Add additional VW car kits to absolute volume blacklist
818a51e8e6 : Add additional VW car kits to absolute volume blacklist
087527c50c : DO NOT MERGE ANYWHERE Fix double mutex unlock and if() condition
915ea12053 : Fix double mutex unlock and if() condition
cead20d3e8 : Move extern "C" to top of headers and remove tBTA_HF_CLIENT_HDR.
80dc8c0e56 : Change initial order of commands after establishing an LE connection
61888297cd : PTS: Read SMP pairing options from bt_stack.conf
296cee65c5 : PTS: Avoid BR SDP after LE pairing
3b30889d81 : PTS: Allow disabling connection updates
a3bd6edf74 : PTS: Add a Secure Only mode.
7528f2568f : Changes to allow LE key upgrade
b353372464 : Allow C++ code to check bt_stack_config options
9fd5a79082 : Fix GATT Characteristic write type serialization
dda3799998 : Correct message length calculation while sending SMS
eecf994c97 : Fix double mutex unlock and if() condition
e5d56f55a3 : Change initial order of commands after establishing an LE connection
25568ebae0 : Add config for enabling HFP Connection Service.
2efdc281c0 : BluetoothManager: Make requestControllerActivityInfo one call
39d90151aa : BluetoothManager: Make requestControllerActivityInfo one call
9f576b95ec : Change initial order of commands after establishing an LE connection
f23acdad70 : Change initial order of commands after establishing an LE connection
4772b28773 : A2DP_SINK: create avrcp connection only if a2dp is successful
c82143b0e7 : Import translations. DO NOT MERGE
8f604c782e : PTS: Read SMP pairing options from bt_stack.conf
5bd5e2440f : PTS: Avoid BR SDP after LE pairing
ca074f2332 : PTS: Allow disabling connection updates
cf598ba20d : PTS: Add a Secure Only mode.
424e7c6249 : Changes to allow LE key upgrade
ea5dfa6e5b : Fix undefined usage of snprintf
1d99d23cf5 : DO NOT MERGE ANYWHERE Add missing null pointer check inside HeadSetClientService.stop()
9ba48e457f : Add missing null pointer check inside HeadSetClientService.stop()
ed2ff60895 : Add protection against LE scanning abuse
273f141ee8 : Fix undefined usage of snprintf
ec4558407c : Define a label for A2DP Media Browser service
26d492f2f9 : Allow scan statistics to be displayed even if app hasn't scanned.
cd06be40d3 : Remove redefine of ARRAY_SIZE
9a6ac4cd16 : Update l2c_fcr_clone_buf() to allocate large enough buffer
f00ee0a48b : Update l2c_fcr_clone_buf() to allocate large enough buffer
7de93b45c5 : HfpClientConnectionService does not synchronize state
7be022e787 : Add protection against LE scanning abuse
fa162e8ad8 : Lower unnecesary high log level
906e9867ef : Fix divergent equals and hashCode behavior
6923ac4005 : Fix divergent equals and hashCode behavior
a78d211f83 : Fix size of SDP black list array
f53789f10d : Call BTA_VendorCleanup() during actual cleanup of the stack
5ac05e8ef8 : Call BTA_VendorCleanup() during actual cleanup of the stack
bf5d6c8d51 : Match socket buffer sizes between audio HAL and BT server
1e33321b56 : Return handle if an RFCOMM port is already open
fb11bcfc8b : Return handle if an RFCOMM port is already open
96ad32db7f : AVRCP: Provide more media attributes
f915433abc : Fix divergent equals and hashCode behavior
903bf73134 : Fix size of SDP black list array
4aec0b017b : OPP: Use addFlags() instead of setFlags() when adding flags to the ACTION_VIEW intent
6c5e660e73 : Allow C++ code to check bt_stack_config options
42355beeb9 : Fix divergent equals and hashCode behavior
a3d06fb315 : Fixed test_periodic_unregister_processing_queue unit test
7ba430f665 : Fixed test_periodic_unregister_processing_queue unit test
db5ec3dadd : Avoid NULL pointer usage of startup_future in case of HCI startup timeout
c2560eec24 : AVRCP: Provide more media attributes
b7f8c070c9 : Fix work profile app not being able to create bond
136be68add : Add guest mode functionality (3/3)
1c3c997e30 : Add guest mode functionality (2/3)
a0bee6c250 : Avoid NULL pointer usage of startup_future in case of HCI startup timeout
f7d04c6fdd : Update alarm_unregister_processing_queue() to cancel scheduled alarms
1e118ea464 : Update alarm_unregister_processing_queue() to cancel scheduled alarms
f23ec8ec92 : Simplify btif multi adv data handling
73da868f6a : Fix google-explicit-constructor warnings.
647bc0b87b : Build fix
237b60d7ba : Make Bluetooth encryption aware
0564729caf : Add read/write timeout to the audio sockets
8b16db6fec : Fix test_set_zero_periodic unit test failure
783f2663ea : Add read/write timeout to the audio sockets
90c4faf31f : Fix test_set_zero_periodic unit test failure
4a813835e7 : Convert BTIF code from C to C++
e7f709493a : Fix build break caused by missing braces around struct initializer.
b185601b9e : Fix issues during cleanup stage of the Bluetooth stack
b75c1c4231 : Fix issues during cleanup stage of the Bluetooth stack
a5c2a1195e : HID: Fix compilation error when HID_HOST_REPAGE_WIN is set to 0
b39ad5c7c2 : Do not log unsolicited NOOP command complete events
c64a31d995 : Do not log unsolicited NOOP command complete events
39669ea469 : Revert "Turn down excess logging in bt hci"
479f86d993 : Absolute volume: Black list device if remote can't change volume
c53ed5409c : Absolute volume: Black list device if remote can't change volume
cf16a91140 : Log permission check failure as warning
85ae7fc363 : Log permission check failure as warning
22a5d9d50b : Fix a race condition during alarm_cleanup()
b6fc3fd9ad : Fix a race condition during alarm_cleanup()
6520889756 : Use audio_session_t consistently
bcb9e77844 : Fix sluggish HID devices
7cfcccfcd4 : Add const guarantees
e117229c00 : Fix FD leak caused by module wrapper thread
40e39007bb : A2DP MediaSession active state management and NPE
606062785d : Fix a Floating point exception for periodic timers
cbdcc2f98c : Fix a Floating point exception for periodic timers
ed381be367 : Improve debug-ability of the stack manager
d37db7d379 : Improve debug-ability of the stack manager
b2ee691f52 : Add missing mutex lock/unlock inside alarm_cleanup()
51f2529ce0 : Add missing mutex lock/unlock inside alarm_cleanup()
aaf7635d5a : Fix FD leak caused by module wrapper thread
6042042107 : Synchronize access to ServiceDeclaration fields.
4b7600eb26 : Fix 64-bit build break.
fc6d37da4f : Fix 64-bit build break.
739d292bab : Fix double definition
cacdcbd4fd : Fix double definition
483e607359 : Protect config module init and add date to config file
90e8bed77b : Properly label app as unregistered and add NPE protection
6da1543927 : AVRCP: Use MediaController
e1df49c951 : AVRCP: Use MediaController
d11fa0d116 : Protect config module init and add date to config file
6dd43d01df : btif: add count of devices loaded on startup
4d0b70737e : Add missing init/destroy of state_lock mutex
87b4240f18 : Add missing init/destroy of state_lock mutex
7f1e790217 : Fix assertion failure in btif_sock_rfc
1bd4fb8164 : Fix sluggish HID devices
3d94cf41d4 : Fix work profile app not being able to create bond
5180417e78 : Cleanup unnecessary logs
e440825530 : Enable test_vendor_lib compilation on Linux
f7b4276c06 : Race in hfp call termination when local termination faster than HFP update.
d09e4b95d4 : Properly label app as unregistered and add NPE protection
857d98323f : vendor_libs: create Android.mk
7be2d6b1cb : "DO NOT MERGE" Add write SMS protection
79eff8ec0d : Add guest mode functionality (2/4)
858a38c0de : BT: Remove double definition
c720f9d890 : Add guest mode functionality (1/5)
4e2d90f3b1 : vendor_libs: test_vendor_lib: fix build
fd07665afa : OobData documentation
9de8dfa7b0 : AVRCP: Don't assume 0:00 on metadata change
6113bcf12f : Add guest mode functionality (2/5)
c796ac8ca3 : Add guest mode functionality (2/4)
81c714a669 : Replace NOT_SUPPORTED string constants with empty strings.
51c3b23f76 : A2dpSink sends CONNECTED instead of DISCONNECTED when connection timeout
51dca36c13 : Add guest mode functionality (1/4)
1596eb7295 : Use base from libchrome
5c0a0ad656 : Fix Linux libbt-vendor build
b787409b07 : AVRCP: Don't assume 0:00 on metadata change
5a20bddfcc : Handle all kinds of focuses and make fault tolerant to phone calls.
6b31ff8391 : BatteryStats: Introduce Async external stats requests
3343300d17 : Delete unused JV code
06d1577a1f : Merge "Rename btif audio_focus_state -> set_audio_focus_state." am: a6ee7dc am: d6a01d4 am: ef9aa9f
b17ed54242 : Implement new async response method for controller activity info
309d474591 : Rename btif audio_focus_state -> set_audio_focus_state.
b38f784fcb : Allow A2DP SNK audio track focus gain interface.
4503bd8ea9 : Fix LE central device not being able to disconnect
da3ef2602f : AVRCP: Update sdp record correctly for CT or TG.
3d40e3d4fa : Fix LE central device not being able to disconnect
c085a09451 : Allow A2DP SNK audio track focus gain interface.
68e0310236 : Add a missing null-pointer check in HeadsetService.stop()
b80fa4e3f3 : AVRCP: Update sdp record correctly for CT or TG.
dad7854c5d : vendor_libs: linux: Fix build
362454e20e : Import translations. DO NOT MERGE
5dd7a8d398 : Import translations. DO NOT MERGE
e764cd5380 : Removed unused functions
79c5974c59 : Add a missing null-pointer check in HeadsetService.stop()
500d659afd : Set session to active for A2dpMediaBrowserService.
04fb36d40c : Allow unused private field
c3fc0987fc : Ensure PIN code dialog is shown after remote name request
0243be7908 : Move autopair blacklist to interop database
fa5c26763f : Ensure PIN code dialog is shown after remote name request
1d53730ec1 : btif: add count of devices loaded on startup
5ce9cbf392 : Fix PEERS_MAC_ADDRESS permission for Ble Scanning.
01e111ffbb : Move autopair blacklist to interop database
77b9ec131a : Fix use of uninitialized value in btm_acl_update_busy_level
d39339a354 : HID: Fix regression caused by commit "39a6ffe0"
15799756df : Fix PEERS_MAC_ADDRESS permission for Ble Scanning.
b492cf08bc : Fix use of uninitialized value in BTA_PanSetRole
174d0f87c5 : Removed unused functions
e46dd4e85f : Pull in libmedia's exported headers in libbtif
231fe7e66f : Fix ambiguous base::TimeDelta reference
6b34acf791 : Trigger a compilation error when LOG_TAG is not provided
cc82624b55 : Linux build fix
8c356100ba : Fix valgrind error
6bffd07172 : Cleanup unnecessary logs
ce476bcee5 : DO NOT MERGE ANYWHERE Do not update sco_state when no matching peer_addr is found
6833e170bc : Do not update sco_state when no matching peer_addr is found
55ef0b5859 : Import translations. DO NOT MERGE
2d68f44f95 : Import translations. DO NOT MERGE
6a2f46aa1a : "DO NOT MERGE" Add write SMS protection
443fa4e1bb : Bluetooth streaming should wait for AVRCP to start.
6d9825fd9a : Enable logging for AVRCP Metadata changes
957564b174 : Disable the Java subsystem when RFCOMM sockets are cleaned up
642d119c0b : Delete unused JV code
ecd1de05d1 : "DO NOT MERGE" Add write SMS protection
427ec4b57c : Enable logging for AVRCP Metadata changes
a64dfa5de9 : btif: Don't persist remote devices to the config
822208e125 : Fix for issue introduced due to rebase of LE L2CAP COC
f71b8246e2 : Import translations. DO NOT MERGE
c6497c870a : Import translations. DO NOT MERGE
ed430675da : Fix name collected for scan initiator
544b97fb8a : Fix memory leak when saving paired devices
05c081a4ac : btif: Don't persist remote devices to the config
32b8cf6a86 : Make PBAP PCE (Client) role auto-connectable.
9a84e129d0 : Updated the A2DP statistics
2fc9147c4a : Fix name collected for scan initiator
4a6d145328 : Updated the A2DP statistics
7f32598fb5 : Change A2dpSinkService package from a2dp -> a2dpsink.
373aa27657 : Move MediaBrowserService to Bluetooth Process
75f3ec2046 : Allow factory reset when bluetooth is off (1/2)
a042f6d6c7 : Fix memory leak when saving paired devices
69d5cc6547 : Allow factory reset when bluetooth is off (2/2)
bd9ada9797 : Add GATT server scan stats and extra protection
bb3881ef12 : btif: Don't persist remote devices to the config
77e784c97a : Bring back support for legacy bt_config.xml
7eedeab099 : Bring back support for legacy bt_config.xml
0fd29c3c1c : A2DP_SINK: initialize track handle to null
17043071a6 : A2DP_SINK: initialize track handle to null
59586b3891 : Fix line wrapping for btsnooz
2b667cda95 : Fix line wrapping for btsnooz
7ee947c619 : Fix btsnooz.py multi-line base64 decoding
96ffe0e5f8 : Fix btsnooz.py multi-line base64 decoding
94f5a6c15e : Autoconnect Car Profiles
d684c54828 : Get name and address without enabling Bluetooth
c1b6bda101 : Add a log message to capture empty queue in l2c_enqueue_peer_data()
bae7766981 : Fix NPE when performing BLE scans.
172870b05f : Fix GATT Characteristic write type serialization
caf8c49031 : Add a log message to capture empty queue in l2c_enqueue_peer_data()
9a12f31288 : Allow factory reset when bluetooth is off (1/2)
7836e117e5 : Allow factory reset when bluetooth is off (2/2)
442dcdfdc9 : Remove DayNight theme
94dde7fab0 : Fix log spam in getCharacteristicById()
496bf39ba3 : Always use Write Request for GATT descriptor writes
d5223550f6 : BUILD FIX: BTIF_MEDIA_FOCUS_NOT_GRANTED should be complied only for SINK
10dfb4bf91 : PBAP client Settings profile.
593fbc1bd4 : PBAP client priority settings.
b2b7dd4c50 : Move focus handling entirely to component calling fluoride.
2d11d0a5d3 : Remove %s from Log message.
c22a6e44fe : Avoid using alarm APIs for LPM when Idle timeout is zero
7f351299d7 : Avoid using alarm APIs for LPM when Idle timeout is zero
6d8732566b : Remove unused p_db for A2DP service discovery
85e6d2bcd1 : Always use Write Request for GATT descriptor writes
5209965940 : Add a missing null check inside A2dpService.resetAvrcpBlacklist()
dbde3ed88a : Fix log spam in getCharacteristicById()
de5e645948 : Add a missing null check inside A2dpService.resetAvrcpBlacklist()
637e068733 : Add GATT server scan stats and extra protection
5c0193a581 : Don't destroy BTIF Device Management state during shutdown
eb3c3bf8fa : Revert "Add guest mode functionality (2/5)"
f40ed7c913 : Revert "Add guest mode functionality (1/5)"
a7de2640af : Don't destroy BTIF Device Management state during shutdown
78195ddcaa : Add guest mode functionality (1/5)
4df04dfdc4 : Add guest mode functionality (2/5)
5adf3a161b : Fix merge error in btif_sock_l2cap.c
dd1c277a91 : GATT JNI - get_gatt_db_cb leaking local refs
d50aecf7f9 : linux build fix
e111aeeab9 : Fix NPE when performing BLE scans.
8c614e4da8 : Remove unused p_db for A2DP service discovery
6b77c45a56 : Fix more merge issues in BluetoothPbapVcardManager.java
20599ae89d : PBAPS: Don't filter out DateTime when requested
aeca1b0343 : PBAPS: Fix duplicate entries fetched from database
3f53450588 : PBAPS: Get vcard when asked in alphabetical order
d9c0fbe817 : PBAPS: Enable contact search with full or part of given string
b43cf6b9dc : SAP: Fix ANR(s) in SAP server code
2638017fdc : SAP: Remove sdp record while BT is being turned off to prevent leak
8934c40d8d : SAP: Fix issue of socket listener not getting re-started
145290e0d7 : SAP: Update UI connection and notifications properly
5eb0ef5fa6 : SAP: Handle disconnect request during call ongoing state
096ecfc17d : OPP: Update share status when interrupted at remote side.
3a7f864621 : OPP: Use long instead of int
338def293f : MAP: Fix ANR for blocking operations on UI thread
e2a053a713 : MAP: Track ProfileState, register and unregister of BroadcastReceivers
69c1d76077 : MAP: CleanUp for SDP record in MAP Service shutdown
1d2670ac79 : MAP: GETMessagesLisitng include mandatory field always.
7b328f5078 : MAP: Cleanup PendingIntent in cancelUserTimeoutAlarm.
945b4c4b5b : MAP: Handle possible NPE while disconnect map.
b356915564 : MAP: Add MNS SDP Search during setNotificationRegistration.
5170bc8677 : MAP: Declare and fetch only 'INTERESTED_MESSAGE_TYPE_CLAUSE' MMS.
e93284ef86 : MAP: Synchronize notifcationReg reply and MNS connect action.
a2e1839438 : Send error for if VR is initiated during call.
e1fa9e48f5 : HID: Fix to show mouse pointer movements on UI
f29d9b7aad : Initiate SCO after Mode change event
8da80b6f50 : Avoid sending SCO disconnect when power mode is processing
0b9191de87 : Process complete AT cmd response.
40251e54c6 : Abort parsing in case of format error
f8b32b695f : Move to idle when remote disconnects during connection.
7417d289f4 : Allocate buffer for AV SDP in Stack
beb835d48b : Do not initiate SDP for incoming AVDTP connection
75cf5538bf : Process AV HAL start only when previous instance is cleaned up
5817e0a58a : Restrict DUT supported SBC configuration in GET_CAP response
b62000916e : Don't clear the btsnoop log ringbuffer on compress.
ad4d90c741 : Don't send AT+BCC if local device doesn't support codec negotiation.
d76ce898c8 : Add LE L2CAP Connection Oriented Channel
44d2008ff4 : Allocate sufficient memory for FCS
ea93475329 : osi: add osi_rand()
43ee339ca1 : Removed unused function bta_sys_vs_hdl()
debc4ca56d : Removed duplicate (re)define of BTA_DM_SDP_DB_SIZE
5a1239acf8 : Linux vendor driver linkage fixes
bae77158e9 : Add missing log tag
1d6a19b2d1 : SDP: Restrict attribute length to SDP_MAX_ATTR_LEN
07b5aa52a8 : bluetooth-cli: add support for --exec
37176e28c9 : Update device type in NVRAM correctly during inquiry
45fafea4ed : Default missing DevType and DevClass in NVRAM.
7633a48f4d : GATT: Initiate L2CAP disconnect only when the channel is open
a00327c499 : Remove btla-specific comments
00c7fad293 : Correcting sniff behaviour in multi-connection scenario
278d75ecf9 : Cleanup L2CAP socket properly on close
c19495083a : GAP Setting remove device pending status as FALSE
d971dc48e3 : Track TX empty event to manage sniff timer
3a15c186a8 : Read local supported codecs as part of boot sequence
25a0129962 : Added fd for monitoring when the channel is not congested
2da3951173 : HID: Handle collisions during incoming and outgoing connections
1d87592768 : HID: Reset outgoing connection retry to 1
1ff327055b : HID: Remove bond for device in case Virtual unplug is ongoing
ca659c8219 : Shorten local name in EIR data according to UTF encoding rules
64f25a37c1 : Use correct transport type for GATT client and server connections
7a5f1a13cb : Update OCF values per 0.96 spec
0c3eb7f617 : OCF for LE Extended Set Scan Parameters Cmd is not correct
584c670021 : Handle unknown codecs sent by HF
b2402bd6d6 : Avoid double-free on SDP search failure
831368bc33 : Remove bluedroidtest
a0459ad953 : Delete unused function declarations from sdp_api.h.
0fcb57c201 : Avoid SMP process if another pairing is in progress
6a4717b48a : Increase the number of security slots for other new profiles
a5bf329a3a : Correct the max SDU length used in BTIF layer
eb43aa1654 : Reconstruct new packet to accomodate extra header length
98da28f872 : Enable debug logs for bluetooth process threads, modules
d8fbbdb8cd : Corrected the stream for error checking
e437ab787d : Peer support of Absolute Volume to be updated only if device supports A2DP
5ee42e0299 : Limit Max Bitpool value to SPEC recommended one
9b77ca1c89 : Allow Carkit to trigger play immediately after call
618a33478a : Initialize sco codecs supported with CVSD
f48b2bcfd8 : Ignore empty optional parameters in CLCC response
f4c2fe14c9 : Clear remote BD address if SDP search fails
c9c84692dd : Do not reset Sniff Subrating parameters on SCO link
c92bee1aa5 : DO NOT MERGE ANYWHERE Bring back support for legacy bt_config.xml
24d758594d : Update the sniff policy when SCO is active
55782e2688 : Fix broken formatting in README.md
f811856f8e : Build on linux: final changes and instructions.
1b444a1c85 : Move properties get/set code to osi
704da6e3f1 : Add missing file to BUILD.gn
fb6920f6e5 : Update build files for Fluoride on Linux
7467f7de17 : Add Linux-specific version of metrics.
ae1fe51982 : GATT JNI - get_gatt_db_cb leaking local refs
5db07990d3 : Bluetooth: Fix the issue that peer A2DP SNK device can not auto-reconnect.
3d4cef70fb : DO NOT MERGE ANYWHERE Bluetooth: Fix the issue that peer A2DP SNK device can not auto-reconnect.
695d7e2029 : Turn down excess logging in bt hci
52845e6365 : Stop turning on SCO audio automatically during call
f352f3bc04 : Fixed merge error in BluetoothPbapVcardManager.java
dbdf5bab1a : service: use AIDL
8a8a04cc72 : service: use Parcelable instead of helpers
5554a18e79 : Remove duplicate scan event definitions
219eb2c11c : Remove duplicate scan event definitions
a4069fdd19 : Tell the build system this is a host module.
9c0853a152 : Add scan results to scan stats
66369b18f8 : PBAPS: Don't filter out DateTime when requested
06de18a7dc : PBAPS: Fix duplicate entries fetched from database
28154350df : PBAPS: Get vcard when asked in alphabetical order
7551171653 : PBAPS: Enable contact search with full or part of given string
f6a329ede4 : SAP: Fix ANR(s) in SAP server code
02a95db9a9 : SAP: Remove sdp record while BT is being turned off to prevent leak
cd0e4e0bda : SAP: Fix issue of socket listener not getting re-started
8b4ed7fd3e : SAP: Update UI connection and notifications properly
2c299a0b2d : Tell the build system this is a host module.
606689c55f : SAP: Handle disconnect request during call ongoing state
0806887632 : OPP: Update share status when interrupted at remote side.
bda98d0a73 : OPP: Use long instead of int
bf559ae6eb : MAP: Fix ANR for blocking operations on UI thread
c60e8aaec4 : MAP: Track ProfileState, register and unregister of BroadcastReceivers
238d069a72 : MAP: CleanUp for SDP record in MAP Service shutdown
d3a35b84d9 : MAP: GETMessagesLisitng include mandatory field always.
e540cabff3 : MAP: Cleanup PendingIntent in cancelUserTimeoutAlarm.
d1be4a0536 : MAP: Handle possible NPE while disconnect map.
3ce1d170f4 : MAP: Add MNS SDP Search during setNotificationRegistration.
b9b6355ed5 : MAP: Declare and fetch only 'INTERESTED_MESSAGE_TYPE_CLAUSE' MMS.
37e1a54987 : MAP: Synchronize notifcationReg reply and MNS connect action.
bc76a0e97d : MAP: Synchronize mMsgList to avoid extra MessageDeleted MNS event
42f7953d5d : HID: Fix to show mouse pointer movements on UI
9abe5d6b00 : Initiate SCO after Mode change event
0aee687031 : Avoid sending SCO disconnect when power mode is processing
db169872f2 : Process complete AT cmd response.
72ee979036 : Abort parsing in case of format error
1d053f7e39 : Send error for if VR is initiated during call.
6d5641053d : Move to idle when remote disconnects during connection.
3523f3e21b : Allocate buffer for AV SDP in Stack
73a8950feb : Do not initiate SDP for incoming AVDTP connection
2921aa8aec : Process AV HAL start only when previous instance is cleaned up
d767e44da9 : Restrict DUT supported SBC configuration in GET_CAP response
61c9c2e339 : Add Android.mk so that underneath targets can be updated.
fd13caa557 : Fix register for notification logic
cc305abc93 : Fix register for notification logic
f9eee5eff5 : Use handles to identify GATT attributes (1/4)
2ffd05553d : HID service discovery refactor
19e7ef2434 : Restructure GATTC
4777042d39 : Use handles to identify GATT attributes (4/4)
9ae842d7ac : Use handles to identify GATT attributes (3/4)
16b25b2a79 : Change how services are passed up to the stack
31bee8730f : Change how services are passed up to the stack
e7efe9c4a1 : Remove unused callbacks
69fd4f92aa : Get whole GATT db, instead of one by one element.
740894ba00 : Use handles to identify GATT attributes (1/4)
cf199a99ca : Cleanup after p_mcb if L2CA_ConnectReq() failed
e099a1905e : Add missing initialization of queue btm_cb.sec_pending_q
c58c53075b : Use handles to identify GATT attributes (3/4)
27b5fef5d9 : Log error code on wakelock acquisition/release failure
c6f07ad717 : Use handles to identify GATT attributes (4/4)
9f8933b0ca : Make sure wakelock is held before releaseing it
0101596f38 : Do not delete/re-create wakelock on acquisition/release
b7bca80388 : Add missing initialization of queue btm_cb.sec_pending_q
a06cedcb0d : PBAP abort operations when disconnected
4c32e32b84 : Cleanup after p_mcb if L2CA_ConnectReq() failed
895df3808a : Forward in iPhone leads to play state being presisted as STOP.
8a3fdd1f79 : Don't clear the btsnoop log ringbuffer on compress.
2d018b8c0f : Add config source to dumpsys output
4fc93f2bc2 : Add config source to dumpsys output
c59269fe23 : Make sure wakelock is held before releaseing it
2d2e0df713 : Do not leak eventfd's for RFCOMM/AVDT/L2CAP
c59c56ed7b : Do not leak eventfd's for RFCOMM/AVDT/L2CAP
a463d44755 : Add scan results to scan stats
637f9b9102 : Import translations. DO NOT MERGE
871a26a0c0 : Import translations. DO NOT MERGE
47534d8ac6 : Make BluetoothManagerCallback oneway to prevent waiting on response
50d03e8890 : Make BluetoothManagerCallback oneway to prevent waiting on response
c9ba8c7ed1 : Change how services are passed up to the stack
8ba94f68e1 : DO NOT MERGE Check size of pin before replying
bd70932d97 : Do not delete/re-create wakelock on acquisition/release
207b6245f9 : Change how services are passed up to the stack
a06b623bd7 : Log error code on wakelock acquisition/release failure
b12eff7f80 : Disable Account Authenticator
9415a56e46 : Use audio_session_t consistently
7b3dae0a65 : Don't send AT+BCC if local device doesn't support codec negotiation.
ccf830fbba : HID service discovery refactor
f9a5444091 : Restructure GATTC
19b1bb3367 : DO NOT MERGE Check size of pin before replying
3fc3878029 : Add LE L2CAP Connection Oriented Channel
2a7f4b5d8b : Start listener thread only after successful open call
d7fa28fbff : Wait for UHID interface on boot
254516b23c : Implement PBAP PCE client role service.
c21b534a3f : DO NOT MERGE ANYWHERE Don't send BT+BCC if local device doesn't support codec negotiation.
bee71f65ed : DO NOT MERGE Randomize allocation canary
481d034f5c : Allocate sufficient memory for FCS
6f56b0f664 : Add BluetoothProfile for PBAP PCE role.
62a76b8357 : Print bluetooth state as a string
3872665d76 : osi: add osi_rand()
e6e71febf8 : Print bluetooth state as a string
d5a752a8d0 : Removed unused function bta_sys_vs_hdl()
c668f0ef9e : Get adapter name and address on boot
d4c8f01685 : HFP is exposed via Telecom ConnectionService.
9e2e8437b3 : Removed duplicate (re)define of BTA_DM_SDP_DB_SIZE
02e73872c5 : Free allocation tracker hash map entries to reduce memory pressure
a12796e415 : Free allocation tracker hash map entries to reduce memory pressure
4012eff304 : Add pair event device class and fix timestamp
43affed528 : Add pair event device class and fix timestamp
ebf772e05e : Fix startup error when no config file provided
392bcf35fa : DO NOT MERGE Check size of pin before replying
9b2d8318a1 : Linux vendor driver linkage fixes
48dbd2ac2b : Use audio_session_t consistently
93e1afe89a : Add missing log tag
758199690b : Add enabled time to dump output
ded50c912b : Fix the build
2f283223c4 : Remove bta_gattc_id2handle
3ad93bf444 : Use attribute handle instead of id in GATT cache
238190d0c1 : HID multi-device refactoring
9ad7163f92 : GATT cache storage refactoring
2115c75e91 : Remove dead methods and callbacks
6ee9d90a87 : Simplify UUID handling in GATT cache
86eb8c661e : Move focus handling entirely to component calling fluoride.
be0bc8aa0e : Add enabled time to dump output
f21c623ec4 : Move ScanStats to its own file
f2f39cdfe7 : Move ScanStats to its own file
0e78ee1075 : Remove bta_gattc_id2handle
7405f8cb90 : Use attribute handle instead of id in GATT cache
f41951eae0 : AutoConnect A2DP and HFP for Car Kitt roles.
fe702c2f74 : HID multi-device refactoring
a08618ee72 : SDP: Restrict attribute length to SDP_MAX_ATTR_LEN
810029fbdd : bluetooth-cli: add support for --exec
1222c10f15 : Fix the build
cc9daa7ae4 : Move focus handling entirely to component calling fluoride.
d8579e7e98 : Audio Focus for A2DP.
ac7b402ccb : GATT cache storage refactoring
cb782072ba : Ignore LCB entries that migth have been released while queued
208771133a : Prevent javacrash when TELEPHONY_SERVICE is not found
74294cf5d4 : Ignore LCB entries that migth have been released while queued
c665b62fc8 : Fix build error caused by missing LOG_TAG
54c14b24d7 : Add missing 'cd third_party' step
b523d1ab94 : Kick Bluetooth stack after user is unlocked.
dfeaed13d9 : Bluetooth should use Slog.
de320229fb : Update device type in NVRAM correctly during inquiry
297a73c70a : Default missing DevType and DevClass in NVRAM.
fd65d7d570 : GATT: Initiate L2CAP disconnect only when the channel is open
d681b48cae : Remove btla-specific comments
b8bf97f79b : Correcting sniff behaviour in multi-connection scenario
9117067657 : Cleanup L2CAP socket properly on close
22bd60c65b : GAP Setting remove device pending status as FALSE
bc18a27084 : Track TX empty event to manage sniff timer
4b777e998f : Read local supported codecs as part of boot sequence
a542ccc7cc : Added fd for monitoring when the channel is not congested
b5db02211f : HID: Handle collisions during incoming and outgoing connections
7fb9fbaec4 : HID: Reset outgoing connection retry to 1
25704c5adb : HID: Remove bond for device in case Virtual unplug is ongoing
0151750dd3 : MAP: Support messageListing PARAMETER_MASK_ALL_ENABLED by default.
94a5751d4a : Bluetooth: Fix to avoid PAN JNI crash due to ENABLE_TIMEOUT
436101588a : Shorten local name in EIR data according to UTF encoding rules
5b8dfe09d2 : Use correct transport type for GATT client and server connections
4ea8ff6bb5 : Update OCF values per 0.96 spec
d3a856f58c : OCF for LE Extended Set Scan Parameters Cmd is not correct
d0aecf7bf8 : Handle unknown codecs sent by HF
6ba2266904 : Avoid double-free on SDP search failure
6c2941de8d : Remove bluedroidtest
db535214d3 : Delete unused function declarations from sdp_api.h.
4219a56765 : Remove MCB from mapping table when entry is released
f36fe3495c : Avoid SMP process if another pairing is in progress
55cb613bca : Remove MCB from mapping table when entry is released
a29b77ffac : Remove unused callbacks
83efd6c3ec : Stop accessing statemachine after cleanup
e0ae2060a9 : Remove dead methods and callbacks
e93e64a74c : Get whole GATT db, instead of one by one element.
d4be813167 : Simplify UUID handling in GATT cache
27b9547eaa : Increase the number of security slots for other new profiles
722f49029f : Correct the max SDU length used in BTIF layer
e17505bda4 : Reconstruct new packet to accomodate extra header length
dc227c186f : Enable debug logs for bluetooth process threads, modules
34bccf827b : Corrected the stream for error checking
e5455af873 : Revert "DO NOT MERGE Proper construction of AVDTP general reject message"
2a053b0b11 : Peer support of Absolute Volume to be updated only if device supports A2DP
01d4fd555d : Limit Max Bitpool value to SPEC recommended one
dad6664243 : Allow Carkit to trigger play immediately after call
1f1ef9614e : Proper handling of BTRH command in HFP client
5f121a7cbc : Initialize sco codecs supported with CVSD
fc7863e263 : Ignore empty optional parameters in CLCC response
60a6eaabf5 : Clear remote BD address if SDP search fails
2d8a05acbf : Do not reset Sniff Subrating parameters on SCO link
40f1cf1db5 : Update the sniff policy when SCO is active
dfd7f766f3 : Revert "Remove unused field p_cur_char"
aef10491ca : Remove unused field p_cur_char
8de8705a28 : Fix Dell LE keyboard connection issue
c029a3f498 : Fix miscellaneous compilation errors
062581ce09 : Fix miscellaneous compilation errors
720788938b : Btsnooz doesn't find snooplog sometimes
08e57f7c53 : Fix l2cu_initialize_fixed_ccb() to return only initialized entries
09950558b4 : Fix l2cu_initialize_fixed_ccb() to return only initialized entries
890d081cec : DO NOT MERGE ANYWHERE Default missing DevType and DevClass in NVRAM.
e407533856 : Fix Dell LE keyboard connection issue
bf5458ebae : Add more statistics to scan logs
51e16f33d1 : Sync filesystem after saving a backup of the config file.
021a59c75a : Fix a bug where batch scan wasn't stopped correctly.
3f13ed102a : Add more statistics to scan logs
581feaf144 : Protect ScanStats from race conditions
03aee2c8aa : Fix warnings in packages/apps/Bluetooth
f05d4584a3 : Sometimes to step forward, we need to go back. [2/2]
3bb4bdd4da : Sometimes to step forward, we need to go back. [1/2]
43952be7ad : Fix warnings in packages/apps/Bluetooth
a5dae8982c : Btsnooz doesn't find snooplog sometimes
c6e28300de : Reset queue pointer to NULL after fixed_queue_free()
4a5153566b : Hide android.bluetooth.OobData
20383effa9 : DO NOT MERGE Blacklist devices for absolute volume control
e5dab459ca : Reset queue pointer to NULL after fixed_queue_free()
8f8fb28e84 : DO NOT MERGE ANYWHERE Sync filesystem after saving a backup of the config file.
f6bdfe3118 : DO NOT MERGE ANYWHERE Create backup for bt_config.conf
d8526d6708 : Fix race in reportActivityInfo causing NPE
8c7e36a313 : DO NOT MERGE ANYWHERE Don't clear the btsnoop log ringbuffer on compress.
882b461ae5 : Parcelable classes should always be final.
5055a9204a : DO NOT MERGE ANYWHERE Add way to query for supported Bluetooth profiles.
192ad4b235 : DO NOT MERGE ANYWHERE Implement new API for retrieving supported Bluetooth profiles.
1e24331c60 : Protect ScanStats from race conditions
1fafcd9980 : Import translations. DO NOT MERGE
e6f4d4b1d6 : Import translations. DO NOT MERGE
26c457b5bc : Import translations. DO NOT MERGE
5ff01eac09 : Fix logic for repeated record scan calls
28debd4e47 : Ensure inquiry is always stopped before service discovery
ab82c32705 : Ensure inquiry is always stopped before service discovery
bf97fdd197 : Fix logic for repeated record scan calls
c0c1bcdcbf : Mark background and opportunistic scans in scan statistics
5b445862f8 : Mark background and opportunistic scans in scan statistics
6652edc849 : Swapped memset params
df94569370 : Fix the argument processing when dumping Bluetooth state
91d6d40988 : Fix the argument processing when dumping Bluetooth state
636dafa307 : Fix broken formatting in README.md
d34fcee814 : Build on linux: final changes and instructions.
22c1a6ab0a : Move properties get/set code to osi
5be60417b6 : Fix a crash triggered when firmware config takes too long
7abd55b4af : Fix a crash triggered when firmware config takes too long
5d857d980f : Swapped memset params
26437709dd : Add a missing null pointer check for AdapterService
6d91e60e01 : Add missing file to BUILD.gn
5d6c01cb6b : Add a missing null pointer check for AdapterService
f6886e82d8 : Protect metrics API from race conditions
c10a916b1e : Alarm Dump output cleanup
21611d9ba5 : Clean A2DP dump output
b8515dbf82 : Remove extra newline before Btsnoop log summary
d030952f01 : Add timestamps to last LE scan log
ca07110314 : Clean up bond event dump printout
aa1d5c3631 : Clean up gatt dump output
fd6b815d2c : Alarm Dump output cleanup
3ad71e893d : Remove extra newline before Btsnoop log summary
dfeba8e397 : Clean A2DP dump output
d927bcf177 : Update build files for Fluoride on Linux
484409a03a : Add timestamp to last scans
fe357dcffd : Protect metrics API from race conditions
fbbadd9530 : Suppress output for Protobuf data if Bluetooth is disabled
3aef0bb2ce : Import translations. DO NOT MERGE
19718fb910 : Import translations. DO NOT MERGE
ab48fd7312 : Add Linux-specific version of metrics.
877d2fdc13 : Make wakelock compile on Linux
2d3edaaddd : Make wakelock compile on Linux
7a9c438961 : DO NOT MERGE Add ability to add interop entries dynamically (2/2)
c7d703c61f : Add missing log tag in config_clear()
3c1e29a746 : Get rid of counter
2cd9f1e00a : Add missing log tag in config_clear()
bfed6d9360 : Revert "Pick proper addres type for unknown devices"
30f95dc1ae : Revert "Fix data reporting state when using HID device"
bfc6e74a0e : Import translations. DO NOT MERGE
7ce9f1c815 : Get rid of counter
5828f6677f : Fix warnings in packages/apps/Bluetooth
aac6f93ea4 : Suppress output for Protobuf data if Bluetooth is disabled
52f9ff09a0 : Fix warnings in packages/apps/Bluetooth
16fbb211ff : DO NOT MERGE Remove Porsche car-kit pairing workaround
0048e5849d : DO NOT MERGE Enhance AVRCP Absolute Volume control implementation
060fe1175b : DO NOT MERGE Read Bluetooth interop database entries from settings (2/2)
7e6d849f1b : Revert "linux: Make logwrapper show log tag on Linux"
c07cd03234 : Remove unused import
23e138ac9d : Add tool to extract and view snooz logs from a bugreport
a9a35f5919 : linux: Make logwrapper show log tag on Linux
f2a4b72f04 : service: Non-android OSs don't know how to Binder
e9ee0fcd9d : Import translations. DO NOT MERGE
1c6f28e8e0 : Import translations. DO NOT MERGE
5e44501e4e : Use IpManager when feeling Pan-tastic
1465ac4cd3 : Replace usage of HCI_GET_CMD_BUF() with osi_malloc()
067296b55f : Removed unused defines from bt_target.h
55b5e1883f : Clean up dump printout
05a7a6025c : Removed unused defines from bt_target.h
da1ff50224 : Revert "Pick proper addres type for unknown devices"
8254dd51db : Revert "Fix data reporting state when using HID device"
ae07160087 : Clean up gatt dump output
5bdce7f540 : Read Bluetooth interop database entries from settings (2/2)
19fbc5e922 : Output the Protobuf result in Base64 string
a4425497f5 : Write Protobuf in Base64
db270dc859 : Fix ParcelHelpersTest.ScanResult unit test
9edc6ae9d7 : Add support for collecting A2DP Protobuf metrics
b7900d0d4a : Replace usage of HCI_GET_CMD_BUF() with osi_malloc()
80c23e57e2 : Instrument and fix calls to strncmp()
c743156345 : Add Java Protobuf dump and ScanEvent Protobuf
be6dd27fff : Improve BT OPP throughput
3c2a391d5a : HFP: Do not return NULL when the HDP interface is unavailable
6493f4f977 : Fix NPE crash while removeBatch
a3cb424dd7 : dumpNative has garbage in args
97ac84ebd7 : Fix typo in Bluetooth MAP access string
f4ccb3f7ae : Null terminate MAP instance information
2c32372a8f : Instrument and fix calls to strncmp()
38f1af1f1d : Suspend properly when receiving events without response
c530e9375d : Additional logging for bond information
7d8124ab79 : Fix data reporting state when using HID device
9885320f99 : service: Use built-in byte vector parser
1616cdd6d7 : Remove the need for -Wno-constant-logical-operand
8e2b3b46e0 : Remove Porsche car-kit pairing workaround
e452cd7066 : Fix compile error due to interop_feature_t not being public
5293925665 : Add new HAL functions to fake Bluetooth interface
6e1b7b5dfa : Add ability to add interop entries dynamically (2/2)
da42a064bb : Fix compilation warnings/errors on fugu
301c48d901 : Fix C/C++ compiler generated warnings
c25ba5186a : service: Add services removed/added handlers
fb7918820d : Cleanup C and C++ compiler flags
8dcfec36cf : Pick proper addres type for unknown devices
0ce7052e21 : Fix discovery status handling
40422295ae : Validates the PDU length of GATT Prepare Write attribute requests
b0fd65ad79 : Create backup for bt_config.conf
8baf307c87 : Removed function bte_load_ble_conf
8c24eaed8b : Add handle range to BTA_GATTC_GetGattDb
a6fe83c6c6 : Removed checks for NULL returns after osi_calloc() / osi_malloc()
88e1b497de : osi: Don't use -std=c99 to compile
77fb6be592 : Remove code related to legacy config file
c8757c077a : Add Privacy 1.0/1.1 check for BG connection
4bfbcf9069 : binder: fix possible stack corruption
07eb2fb728 : Fix possible memory leak
ed6366c476 : Add Developer menu entry to disable Bluetooth absolute volume
102cfe4e49 : Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free()
487872a5e8 : Use dynamic memory for keeping GATT cache
8282ef6ae8 : Add missing "\" at end of line
178c2fbb6c : Removed function osi_get_buf_size()
04fde26333 : Disable gnu-variable-sized-type-not-at-end warning
bae0ab973c : Add missing log tags
cb717b8aa2 : Remove BCM_STR* macros
9f74b18612 : Add list_back_node method to osi list
8ccdbbde8b : Fix auto disconnect right after connecting
7592a6f03f : Set GATT link inactivity timer to 1
4336ba5357 : Write Protobuf in Base64
f16ed12005 : Fix ParcelHelpersTest.ScanResult unit test
7e3b65c034 : Output the Protobuf result in Base64 string
ad1d167d31 : Add Java Protobuf dump and ScanEvent Protobuf
9aa6f12ee6 : Add support for collecting A2DP Protobuf metrics
224812b70c : Restore DUMP permission check for BluetoothManagerService
28d6d6ea6e : Suspend properly when receiving events without response
c137218348 : Additional logging for bond information
f3c3f0e6f6 : Fix data reporting state when using HID device
7d69b49c38 : Improve BT OPP throughput
a948edcd8d : Import translations. DO NOT MERGE
8e27559888 : service: Use built-in byte vector parser
2118609032 : Remove the need for -Wno-constant-logical-operand
e88891c81b : Remove Porsche car-kit pairing workaround
4ddc8ae8bb : HFP: Do not return NULL when the HDP interface is unavailable
98bd19a19b : Fix compile error due to interop_feature_t not being public
dc6d888980 : Add new HAL functions to fake Bluetooth interface
35c0c1d65f : Add ability to add interop entries dynamically (2/2)
3370cfad54 : Add new HAL functions to fake Bluetooth interface
d4d8a02116 : Read Bluetooth interop database entries from settings (2/2)
2cb88c4c95 : Add ability to add interop entries dynamically (2/2)
ec58659ca1 : Fix compilation warnings/errors on fugu
2a03849f10 : Import translations. DO NOT MERGE
c76a2bbb4c : Fix C/C++ compiler generated warnings
06ac5095e4 : service: Add services removed/added handlers
2c2b98fcdf : Remove %s from Log message.
bd60bcca10 : Cleanup C and C++ compiler flags
7dd4b026c5 : Fix memory leak in Bluetooth AVRCP JNI
82471ff305 : Pick proper addres type for unknown devices
06b2e9ebd3 : [DO NOT MERGE ANYWHERE] Null terminate MAP instance information
6994016cc6 : Fix makefile merge doubling
7f09da0f2b : Fix discovery status handling
369af00958 : Alternate dumpsys output for arguments
49832d8b11 : osi: add metrics API
09e6b16480 : Validates the PDU length of GATT Prepare Write attribute requests
adc882fb2d : Create backup for bt_config.conf
2df34d75a0 : Removed function bte_load_ble_conf
eefef515cc : Add handle range to BTA_GATTC_GetGattDb
5f1357520e : Fix NPE crash while removeBatch
d2b4fc1937 : Removed checks for NULL returns after osi_calloc() / osi_malloc()
b4470eb47d : osi: Don't use -std=c99 to compile
8e0f63469f : Alternate dumpsys output for arguments
63f8a30a32 : Remove code related to legacy config file
94e62e1fc8 : Add Privacy 1.0/1.1 check for BG connection
80132b785d : dumpNative has garbage in args
49d7f18799 : binder: fix possible stack corruption
4b534b06d9 : DO NOT MERGE ANYWHERE Update to use the new log tag for HCI timeout.
a84a4eec40 : osi: add metrics API
d906e81053 : Fix possible memory leak
1125d9eea9 : Import translations. DO NOT MERGE
644ea9613b : Import translations. DO NOT MERGE
e86496c219 : DO NOT MERGE ANYWHERE Fix build break caused by duplicate log tag.
39b9ffbffd : DO NOT MERGE ANYWHERE Add BT_HCI_TIMEOUT log event to track HCI timeouts.
95a75f9e9b : Fix auto disconnect right after connecting
72fb558e3c : Set GATT link inactivity timer to 1
d1ded47cdb : Add Developer menu entry to disable Bluetooth absolute volume
deb88930e6 : Fix typo in Bluetooth MAP access string
79c0ec8fd3 : Null terminate MAP instance information
67fd1413e2 : Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free()
a345875b90 : Use dynamic memory for keeping GATT cache
6f04d28b90 : Add missing "\" at end of line
781baad2c5 : Removed function osi_get_buf_size()
5c060021bb : Disable gnu-variable-sized-type-not-at-end warning
bf809d7454 : Add missing log tags
dbd6bdca37 : Remove BCM_STR* macros
c4f882b1c7 : Import translations. DO NOT MERGE
7963ca4372 : Import translations. DO NOT MERGE
2b09489b02 : Import translations. DO NOT MERGE
c895f24113 : osi: add metrics API
87b4066c7a : Add list_back_node method to osi list
b678bc9aa4 : Remove unused return value of bta_gattc_alloc_cache_buf
04de8b5c96 : Suppress some of the Power Management debug log messages
d542fcc28e : Enhance AVRCP Absolute Volume control implementation
90b41f153f : Fix a call to osi_freebuf_and_reset()
6b559afc1c : Keep sec_dev_rec in list instead of static array
42037396d6 : Enable contact image over PBAP.
d335297864 : Refactor usage of osi_free() and osi_freebuf()
f59df00fab : Alternate dumpsys output for arguments
c7f2440cf1 : osi: add native wakelocks to metrics
4161f3a4e3 : Fix the processing of AVRCP Rcvd Pass Through messages
05fa852c02 : Register for Service Changed notifications for untrusted devices
17ac1b6a60 : Don't unregister notifications for unmodified services
33490db5af : Implement createBondOutOfBand
5442f65701 : Implementation of BluetoothDevice.createBondOutOfBand
fc35a1a10c : Revert "Keep sec_dev_rec in list instead of static array"
0ddfea759b : Import translations. DO NOT MERGE
6f7f21e85d : Make autoconnect work properly for devices not having security record
44f59cd1d0 : Add MediaBrowser implementaion for A2DP.
cfaed43b05 : Keep sec_dev_rec in list instead of static array
365b79117b : Fixed paired device config UUID parsing logic
49b0bab38b : Import translations. DO NOT MERGE
e66b7c8e3a : Import translations. DO NOT MERGE
d2372ba417 : Make list_foreach() even more useful
170ece18be : Assume input from /dev/stdin if no argument provided to btsnooz.py.
d2de7086bd : Assume input from /dev/stdin if no argument provided to btsnooz.py.
fe3344641d : Remove unused method
151cb4c7b2 : Reset ble scans in BatteryStats on start up
31293613b6 : Import translations. DO NOT MERGE
e83cd0e77c : Added extra Werror compiler flags
df21130793 : service/client: command line made nicer
c307280cbf : Use C99 for new btif static library
e82bf8dec4 : Fix build error in bta_gattc_cache.c
724237229e : Make BTIF a static library; add unit test framework
39ca860cda : service: add get_gatt_db and it's callback to HAL
428e3582ff : Add new HAL method get_gatt_db
d0c43434b8 : Add android.permission.DUMP for Bluetooth.apk
73f865ef03 : Revert "Revert "Avoid double memory free and crash during LE discovery or disconnect""
e0df4629d6 : Revert "Avoid double memory free and crash during LE discovery or disconnect"
807f359fce : Revert "Avoid double memory free and crash during LE discovery or disconnect"
865329472d : DO NOT MERGE ANYWHERE implement wakelocks on bt adapter init
7e9656ac59 : Avoid double memory free and crash during LE discovery or disconnect
4973dd0302 : Add android.permission.DUMP for Bluetooth.apk
df5eb9692c : Add missing include statements
fc966fc86c : Added metrics for A2DP transmission queue
6f007b398d : Fix the calling pattern of the debug dump functions
8888a28c5f : Fix return value for HAL function config_clear.
8ebed2a164 : Adds null check before freeing LE services list
adc1936f4b : Fix compilation errors when SMP_DEBUG flag is enabled
0e5d64a610 : Spoof response to AT+CNUM if we don't get a reply from the audio gateway.
afa629bd91 : Allow alarm_cancel() on NULL timers
d05eb79f16 : service: Update HAL call for arguments
91fde05cc3 : service: MTU changed callback for GATT server
474c026d55 : Remove IBluetooth.dump(), dumpsys arguments
ce35268a00 : DO NOT MERGE ANYWHERE Spoof response to AT+CNUM if we don't get a reply from the audio gateway.
05e78f44e9 : service/client: add command to change MTU
a56c9db514 : Add explicit sec_act parameter to encryption requests
2dd63726f7 : Fix invalid pointer de-reference resulting in a crash
bea6e1fbf1 : service: add SetMtu and OnMtuChanged
70e0092f97 : Use the incoming WorkSource to notify batterystats of BLE scans
c5e8bcc9ff : Unhiding MSIM APIs.
9b4600b10c : DO NOT MERGE ANYWHERE Fix return value for HAL function config_clear.
22947b9503 : service: Update HAL call for arguments
62399ee358 : Remove IBluetooth.dump(), dumpsys arguments
cb60d2763e : IBluetooth: remove dump(), support arguments
860c9c1673 : service: add bunch of GATT callback handlers
4e9ad4ac25 : service/example: Heart Rate Server: advertise UUID
8a1f74cdc8 : service: add pairing callback handling
c4e4d8c2fa : service: implement HAL callback for response confirmation
43cbaae869 : Do not enable A2DP sink by default
02f2d7ed63 : service: Fix BluetoothInterface locking issues
43144860a7 : Remove headers from LOCAL_SRC_FILES
c2ad133965 : service: Handle configure_mtu_cb, search_complete_cb and search_result_cb events
e6db09d264 : Additional headsets blacklisted for absolute volume
b6365bafa2 : Import translations. DO NOT MERGE
5fb100cc8b : Remove unused definition BOARD_HAVE_BLUETOOTH_BCM.
f8d33c6570 : DO NOT MERGE ANYWHERE Update GKI_freebuf to gracefully handle NULL.
a2c813b962 : Synchronize HF and AG volume.
77d4f30745 : A2DP audio HAL: fix write error behavior
ed0290dab0 : Remove unused definition BOARD_HAVE_BLUETOOTH_BCM.
c9b00d70bf : service/example: Add advertise flag for hr server
476ebb631e : Add missing creation of timer tSMP_CB.smp_rsp_timer_ent
5581c5962e : Additional headsets blacklisted for absolute volume
88e0fe6212 : Add extra log if timer_create(CLOCK_BOOTTIME_ALARM) fails
f6c1e98fe3 : service: handle remote_device_properties_cb callback
562f044b7b : A workaround for kernels missing CLOCK_BOOTTIME_ALARM
30698fa854 : Refactor the Bluetooth timers
5bb6cac657 : Add support for native kernel and callout wakelocks
992cf7ae46 : Sync minor nits with AOSP
30ab5383c2 : tests: don't use bt_os_callouts for wakelocks
6ee24d686b : Revert "Revert "Enable kernel wakelocks and timers""
ad548437c9 : IBluetooth: remove dump(), support arguments
7c798c7a11 : Improve logging in BluetoothHeadsetClientCall.
68c003edf4 : DO NOT MERGE ANYWHERE Improve logging in BluetoothHeadsetClientCall.
fc832f5971 : Move btsnooz.py script from Android Wear to the BT stack project.
0cc57b749a : service: Solve locking issues inside GATT interface
4097ee289a : Update btsnooz log file format to log ACL and SCO headers.
55c5ccf3c8 : Fix build break in system/bt
73933ce87a : Add socket tx/rx accounting
c388a9f9b4 : Add traffic accounting to Bluetooth App.
7e62fae670 : Add socket tx/rx accounting
ffd16c0013 : Add traffic accounting to Bluetooth App.
72c1071e33 : Add extra logging for BLE scans
ea5b2e57c2 : service/client: implement connect and disconnect methods
5eabf6325a : Add missing field to fake Bluetooth interface
dbcea786f4 : bt: Update libchrome APIs to r369476
314b14e9cd : Add extra logging for BLE scans
d7473e8235 : service: Expose Connect and Disconnect through IBluetothLowEnergy
13a0f00662 : DO NOT MERGE ANYWHERE Disconnect the AVDT connection for A2DP SRC device.
4b871ea63e : Add Connect and Disconnect methods to LowEnergyClient
1a198c6be0 : Support for A2DP Sink - Follow-up fix
d69c1f8ac4 : DO NOT MERGE ANYWHERE
39053fa723 : DO NOT MERGE ANYWHERE
2331fed330 : service: add HAL for connect/disconnect
f1f83d67cf : A2DP Sink:Audio Rendering patch and AutoConnect Functionality
57fe38d785 : Add support for AVRCP 1.3.
ebbb225188 : Support for A2DP Sink and Proper initialization of profiles
3b3264d54e : Record bytes transferred for bluetooth
d4dc70d2d4 : Add WorkSource to BLE scanning API
d5895a3c23 : Make list_foreach() more useful
c94b3a8452 : Add thread safety documentation
ecc2dbaeb0 : Do not send AT+CHLD=? if the 3-way call feature is not supported
4b2f2c11bf : Do not send AT+CHLD=? if the 3-way call feature is not supported
6e3e3c6a40 : DO NOT MERGE ANYWHERE Disable 3Mbps packets for AVDT ACL links
2a0a28d4f5 : Implement createBondOutOfBand
cc8400670b : Implementation of BluetoothDevice.createBondOutOfBand
fcdab2fee5 : Support for A2DP Sink and Proper initialization of profiles
25e84d4f5d : Add support for AVRCP 1.3.
660a76ed1b : service: Implement IBinder.dump()
51983363d4 : A2DP Sink:Audio Rendering patch and AutoConnect Functionality
24ce7d2e00 : service: Add RegisterTestClient
41bf16595d : service: add scan support to bluetooth-cli
1fbf2dd2dd : service: Add LE scan result support to Binder API
530f58d04d : service: Add LE scan support to Binder API
a5624dc731 : Offload config save functionality to BTIF thread
d0c9d6d2d5 : Correctly verify return value of BTM_CancelInquiry
99a30e5a08 : service: Add OnScanResult Delegate event.
744c742196 : service: Add Start|StopScan API to LowEnergyClient
5e4c07197e : service: Parametrize LowEnergyClient with Adapter for tests
6067248295 : service/hal: Add per-client Scan interface
2d9fdf1297 : service: use client_id instead of client_if
4bc128b618 : Per Motorola, we're going to revert this change and submit Moto-specific code for this.
14f5ffdff1 : service: Rename variable holding advertisement settings
7427167a5a : Offload config save functionality to BTIF thread
f297ddf13a : Additional headsets blacklisted for absolute volume
9214448bdd : service: Make Adapter mockable.
a29a78abd0 : Additional headsets blacklisted for absolute volume
5a10b58d45 : Assert on memory allocation failure
5a44511f14 : Follow AIDL refactoring.
4c9ad00c77 : More progress on triaging PackageManager callers.
d3e9ab9496 : Disable 3Mbps packets for AVDT ACL links
df0ab81a57 : Implement OOB pairing for LE devices using TK.
2eb722c524 : A2DP task media alarm non-null protection
d851356597 : Add script to change data types to native C types
89d8d9e064 : A2DP task media alarm non-null protection
a7038a68ee : DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue
11e052ef2d : Consistent naming for PackageManager methods.
7fdd7211b3 : net_test_bluetooth: fix inconsistency in set/get name test
28cd1ed10f : Fix bug where a bonded device could enter BONDING and BONDED states again.
1d5616a65f : Fix bug where a bonded device could enter BONDING and BONDED states again.
76475d9c48 : Bluetooth: Remove std=c++11
50cbf1dcac : Enforce BLUETOOTH_PRIVILEGED permission for FIDO U2F over GATT
61a1f92741 : Bluetooth: Silence unused-parameter warning
37d78aafe1 : Fix absolute volume reporting if AVRC_ADV_CTRL_INCLUDED is false
72dd9bd019 : Fix crash in HFP client's +COPS parsing code.
8468cba1dc : Only send first 16 characters of operator name in +COPS.
dd859d098e : Fix crash in HFP client's +COPS parsing code.
56f22234e8 : Only send first 16 characters of operator name in +COPS.
6477a1c7d4 : Fix memory leak in Bluetooth AVRCP JNI
83a35ab418 : Use TETHER_PRIVILEGED to maintain access to tether permissions.
a7f3977519 : Fix crashes with lots of discovered LE devices
0d486b7616 : DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue
96bf1f163e : DO NOT MERGE Fix SMS delivered successfully but stuck SENDING issue
aa961c43b7 : Enforce BLUETOOTH_PRIVILEGED permission for FIDO U2F over GATT
bf1c1e71f2 : Fix RFCOMM Rx speed of transfer
247776044d : Fix crashes with lots of discovered LE devices
3b9ce5574a : Fix flaky AlarmTest.test_set_long_*
e52dab9fc7 : Fix SMS delivered successfully but stuck SENDING issue
5f59667ba1 : DO NOT MERGE Blacklist devices for absolute volume control
cc1bbe0ca5 : Use GID "wakelock" to control access to kernel wakelock
b4400e8e2e : Use GID "wakelock" to control access to kernel wakelock
861ffa751f : Revert "Blacklist devices for absolute volume control"
39292b8a2f : Fix BT connection failures
73a30cd9b8 : Remove "block" parameter from eager_reader_read()
5b3930525a : Properly reset NONBLOCK flag in semaphore_try_wait()
cbab1f5572 : net_test_bluetooth: Improve set/get name logic
539957dfd4 : Blacklist devices for absolute volume control
c8f864e62d : Blacklist devices for absolute volume control
49cd61911e : net_test_bluetooth: fix set and get name tests
17b9ef2e56 : Remove dependency on base::Hash
d046af60a9 : Remove duplicate Bluetooth profiles.
f28adc0d60 : Map Bluetooth profiles correctly in isProfileDisabled helper function.
91010f2e0a : Fix memory leak in vendor layer
9a6abb1b90 : DO NOT MERGE ANYWHERE net_test_bluetooth: replace with gtest variant
8076fe0cf6 : Monitor disabled profile setting and enable/disable profiles on change.
93bda02796 : Fix absolute volume reporting if AVRC_ADV_CTRL_INCLUDED is false
72550d3c6f : Remove repeated code in HF BTIF init function.
78ee480752 : Add UUID to BluetoothHeadsetClientCall
a7a6569f2f : Add setting for declaring disabled bluetooth profiles.
87a3649f31 : Removed DayNight theme from public APIs (again)
57760c32ff : Bluetooth: Silence warnings
1880cd07a1 : Import translations. DO NOT MERGE
6e36d0a2e7 : net_test_bluetooth: GATT test refactor
1da46cd807 : test: Add bluetoothtbd_test and net_test_bluetooth to runner
f409a652b0 : Fix BT connection failures
9f59698f4e : service: Add global scan support getters
7b1e740c28 : Frameworks/base: Use Arrays.toString
86a9d34edf : empty commit to trigger build
48a769e0cc : Fix race condition when doing GATT discovery
40e57b138a : service: Add scan structures
79324061f9 : service: Add connection state tracking to Adapter
21c13e56ad : Clean up A2D_ParsSbcInfo indentation
d4060bd7cf : Add default implementations for observer callbacks
6a6d917b43 : Fix the fixed_queue_try_remove_from_queue() internals
4b36bb727c : Rename libchrome-host to libchrome.
2557cb8709 : Fix crashes with lots of discovered LE devices
5507f9d0da : Add discovery state callback to adapter
9b4fe701fa : Disable bdtool compilation
c3c513828a : net_test_bluetooth: adapter test refactor
e5ca96da31 : DO NOT MERGE ANYWHERE: osi: Remove error_fclose goto and redundant fflush.
3615bc4665 : osi: Remove error_fclose goto and redundant fflush.
21c07da8d3 : Fix the calculation of bta_sys_get_remaining_ticks
6ed3b57e99 : Added visibility to the UIPC_Read() errors
25eb356259 : Improve logging in BluetoothHeadsetClientCall.
b88c5abf45 : DO NOT MERGE ANYWHERE: Add file write error checks to config_save
37ceccf2dc : DO NOT MERGE ANYWHERE Rename gtest_net_test_bluedroid to gtest_net_test_bluetooth.
091c4770e2 : Fix p_info increment in A2D_ParsSbcInfo
4b8f532754 : Fix net_test_hci unit tests
28d4e76cf0 : Only initiate codec negotiation if feature is supported
ffc8628eaf : Update features pages after LE Host Support change
0ba204a8eb : Fix race condition during simultaneous SDP
7f8ae92346 : Log API calls to createBond(), cancelBondProcess(), removeBond()
ae55731a44 : Switch to osi_getbuf.
8bace52277 : A2DP SRC offload support
255e261ad6 : Synchronize Bluetooth stack init and cleanup
c3fbae1c7c : Compile as 64-bit library; fix includes
ba7024c9bf : DO NOT MERGE Revert "A2DP SRC offload support"
a12354a511 : DO NOT MERGE Revert "Make default SBC bitrate configurable by device."
73da775c44 : DO NOT MERGE Revert "Always send a SUSPEND_CFM event when suspended due to A2DP RECONFIGURE."
5771c27a29 : tests: don't use bt_os_callouts for wakelocks
2b878b0924 : Mark secure link as authenticated for LE
b4d904de99 : Remove BTM_OOB_INCLUDED
81d4dc8032 : Switch to osi_getbuf.
a7530d232a : Delegate HFP Audio focus (HF) to entity controlling the actual phone call.
2d1b922c51 : A2DP SRC offload support
edac6d863a : Mark secure link as authenticated for LE
354b13ea4d : Always send a SUSPEND_CFM event when suspended due to A2DP RECONFIGURE.
d4e7035d7a : Make default SBC bitrate configurable by device.
05bb7152a9 : A2DP SRC offload support
e33e3828b6 : Fix a race condition in the HCI module start_up()
e532824bde : Allow Bluetooth to build on systems with no LE support
698edf38ce : service: Refactor Client/Instance naming
b393f4e69f : Add file write error checks to config_save
6c1177ba58 : Add thread safety documentation
ab676f262d : Add missing initialization of module OSI_MODULE
01fc55b9c4 : Memory overwrite due to HDP doesn't allocate enough buffer
b244a8cef8 : Reapply "Fix broken test caused by misordered callback arguments."
6f889a09c8 : Use aosp/master version of f1f9fb99
8dc09f1584 : Prevent integer overflows during GATT signing
15d3f85fc3 : Raise alarm callback thread priority
c069fca682 : Reduce persistence on aquiring master role
bde75914ec : Fix flaky EagerReaderTest.test_large_data_multibyte
da29cb5a5c : Only initiate codec negotiation if feature is supported
755b20c345 : Set bits 4-6 to 0 in L2CAP fixed channel supported bit mask.
4efed3fd4e : Clean up run_unit_tests wordiness
7744ec6156 : Add iterations option to run_unit_tests
b0a4085f3c : Clean up run_unit_tests a little
92108756bd : Pass unknown run_unit_tests long arguments to tests
a44a564800 : Add test filter option to run_unit_tests
5421c18538 : Give run_unit_tests an exit code
52842b935c : service/test: Reset command-line on SetUp
5df0603108 : Add -s <specific device> to run_unit_tests
d94ffdfc48 : Revert "Enable kernel wakelocks and timers"
085479e92b : Allow for automatic routing on HF AG to be disabled.
0e154a35b2 : Add Bluetooth headset API to allow disabling audio route.
da05f78127 : Memory overwrite due to HDP doesn't allocate enough buffer
c3ce4172e5 : Move Bluetooth startup to PHASE_ACTIVITY_MANAGER_READY
60cad40279 : net_test_bluetooth: replace with gtest variant
159ff1a4d3 : Fix SIGBUS crash when copying data
5bec5455f8 : Indicate failed tests in run_unit_tests.sh
c18d3b99fe : Import translations. DO NOT MERGE
7650a21d60 : service/client: Add register|unregister-gatt
960edc720c : service: Introduce bluetooth::GattClient
5a5b3b218c : Null-terminate hex string in uuid_new()
0b68e604a3 : service: Add IBluetoothGattClient IPC bindings
39a6ffe0b1 : Retry HID Polling when EINTR is returned
5455dfa2dd : Fix net_test_hci
c73fdeda25 : Remove useless imports
ce74fafcaf : Fix an error loading audio.a2dp.default.so library
d053adf072 : Fix broken test caused by misordered callback arguments.
b3dbe863bd : Import translations. DO NOT MERGE
9ee882f4d4 : Fix broken test caused by misordered callback arguments.
51d5b33dea : Treat empty/truncated GATT cache as error
c0bb301628 : service/doc: Add Binder GATT client API definition
b82a307414 : Always update remote address type during LE scan
e078a62249 : Always update remote address type during LE scan
d0fd1bd6bb : Removed libpower-related references.
b13decab68 : Import translations. DO NOT MERGE
e95fd90bb3 : gn-build: Get net_test_bluetooth to compile
c7ba5d296f : Fix bug in SDP 128-bit UUID lookup
ec2bcf10db : Do not mask out secure connections (SC) bit for BT <4.2
7246d9097c : Fix bug in SDP 128-bit UUID lookup
2bb8210296 : Do not mask out secure connections (SC) bit for BT <4.2
17de95ac47 : Fix interop database unit test
3d451cf67d : Serialize remote version query over LE
c906869105 : Serialize remote version query over LE
efe0050dd8 : Remove unused HCI_PROTO_REVISION
896aa43228 : Rename net_test_bluedroid to net_test_bluetooth
df1dbb41e9 : Implement setting/getting whether audio can be routed to the HFP HF device.
6fe0e74aad : Add ability to set whether audio route is allowed in BluetoothHeadsetClient
b411815bb7 : Revert "Declare new interface for headset client bluetooth profile to query."
21faf82fdf : Revert "Allow HFP HF implementations to specify a client controller."
cabe9e72f3 : Allow HFP HF implementations to specify a client controller.
66b6bbe305 : Declare new interface for headset client bluetooth profile to query.
0b807371a5 : Enable kernel wakelocks and timers
2dfe626e90 : Check remote LMP version before enabling secure connections
532a2631b5 : Check remote LMP version before enabling secure connections
ae50b339c8 : Prevent integer overflows during GATT signing
3235df672e : Remove receiver status foreground flag
06cb95826d : Reduce persistence on aquiring master role
3c8642939f : Raise alarm callback thread priority
4f0600609d : Allow for supported profiles to be reloaded on enable.
c717070905 : Remove Vcard filter for call-logs
8ffc114c59 : Remove Vcard filter for call-logs
f1f9fb993e : Workaround for H4 HCI stream corruption during LE scans
92583c4cca : Remove absolute volume control whitelist
352f49eae2 : Fix 128-bit UUID byte order for GATT-over-BR/EDR
d41f08a783 : Proper fix of contact_id in bluetooth
a63cf83cc7 : Fix file permissions for bluetooth share
65587bcfac : Fix 128-bit UUID byte order for GATT-over-BR/EDR
bed7dde6ea : Workaround for H4 HCI stream corruption during LE scans
bb76c33698 : doc: add supported features document
0a0ea3eed2 : DO NOT MERGE Revert "am dcaa079c: resolved conflicts for merge of d6fafa5f to mnc-dr-dev-plus-aosp"
8dca053655 : DO NOT MERGE fix am error for eb9b0a24
ed70af358a : DO NOT MERGE Revert "DO NOT MERGE Use POSIX timer API for wake alarms instead of OSI callouts."
7e4252f139 : Fix file permissions for Bluetooth share
2c1c92158c : DO NOT MERGE Revert "am dcaa079c: resolved conflicts for merge of d6fafa5f to mnc-dr-dev-plus-aosp"
017288743d : DO NOT MERGE fix am error for eb9b0a24
f4470ed6f5 : DO NOT MERGE Revert "DO NOT MERGE Use POSIX timer API for wake alarms instead of OSI callouts."
193576d5c6 : Correct project name in Style Guide
d2602c995b : Fix use-after-free while setting advertisement data.
cf3de5920e : Resolve merge resolution differences between branches
826a487d42 : Remove absolute volume control whitelist
e2ac5c3cf3 : Clean up USER_OWNER in bluetooth
feaa574147 : DO NOT MERGE Revert "DO NOT MERGE Use POSIX timer API for wake alarms instead of OSI callouts."
ce2340618d : Add Flic smart button to interop database
0012730a44 : Add missing LOG_TAG as the first argument to LOG_ERROR()
7f04145fd7 : Update the usage of fixed_queue.
753fe91e11 : Raise BTU and HCI thread priorities
5067c777f5 : GKI cleanup - removed PORT_SCHEDULE_LOCK / UNLOCK macros
bc5c36af56 : GKI cleanup - moved GKI buffer allocation wrappers to OSI
f86b46f596 : GKI cleanup - Moved struct TIMER_LIST_ENT to OSI
169d820797 : GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue
242cebd293 : GKI cleanup - Moved functions GKI_disable() and GKI_enable() to OSI
649585dba9 : GKI cleanup - Moved GKI_get_os_tick_count() to OSI
7439e20398 : Disable opening network debug ports for security reasons
62e2f67dc8 : Fix PAN crash due to fd mismatch
f71be36732 : GKI cleanup - Remove GKI pool related defines
f88696bcf5 : GKI cleanup - Eliminate function GKI_get_pool_bufsize()
66e7fe0dc6 : GKI cleanup - Eliminated function GKI_poolcount
a46b387d95 : GKI cleanup - Eliminate usage of pool buffers
ea8a412434 : Fix PAN and AV role switch war
3ca9699bfc : Ensure thread priority is raised for media task / UIPC
443ee67a3d : Change UHID socket to be non-blocking
79b9a6d191 : Check BR device count before initiating role switch
17ac8d11f7 : GKI cleanup - Eliminated function GKI_delay
09fcd7e516 : Add libpower as a dependency to all device targets that include libosi.
d3699dd95b : Allow BT inquiry while discovery is in progress.
82131756be : Eliminate recursive calling when handling GATT related errors
78823e994e : Fix issue where bluesleep idle timer is not started
8363732fae : Fix btwrite timer timeout for Angler (2/2)
6379d1e81d : Implementation of net_test_bluedroid as a GTest.
41c9ccfedc : LE Multi-Advertising State Change Sub-event Wrong Variable Type
8b74633ab4 : Fix incorrect SetConnScanParam function mapping
852d6ccfe9 : Enable clang compilation.
1af0426e17 : Send current RPA instead of pseudo-address on connect.
db41588613 : A2DP audio HAL: implement out_get_presentation_position()
f4b9bad4cd : Load factory Bluetooth address from system property
c89f0dbf9f : Add a SCO routing command to net_hci.
4d277f3f68 : Fix merge discrepencies and resulting compile errors
77cb1cb407 : Only apply foreground flag for audio state connected
5ef5d125b1 : Add FLAG_RECEIVER_FOREGROUND to audio state broadcasts
5d7b7fc401 : service/doc: Fixed some post-review comments
39776c1447 : service: Fix broken UUID advertising
c8b8a5900c : service/client: Add start-adv -u flag
bdf81a033a : service: Improve creating UUIDs from string
83d87f79e8 : Add net_admin group capability to bluetoothtbd
c206feb7ba : service/client: Handle EOF
23f860f173 : service: Added Binder API documentation
9013d98702 : Fix foreground scans for pre-M apps when location is disabled
100fc07546 : Import translations. DO NOT MERGE
1b77893f5d : Add Flic smart button to interop database
713e9c4c42 : Add missing LOG_TAG as the first argument to LOG_ERROR()
63dbbcf37a : Add missing LOG_TAG as the first argument to LOG_ERROR()
ad967085a8 : Update the usage of fixed_queue.
2d13b50d44 : service: Create a client library for applications
dae381f1be : Allow parsing of UUID and service data for advertising
9c3aff47ed : SAP: Fix missing connect response when call ongoing at connect
9aa26a2815 : Raise BTU and HCI thread priorities
4f4edbbfec : service: Enable all tests for target
6424d924a1 : brillo: run bluetoothtbd with correct permissions
d583ec9b54 : GKI cleanup - removed PORT_SCHEDULE_LOCK / UNLOCK macros
1dd1f49d43 : service: Add missing build includes
f2b9b933df : GKI cleanup - moved GKI buffer allocation wrappers to OSI
ad5da6c3ed : GKI cleanup - Moved struct TIMER_LIST_ENT to OSI
bbcf2e0cdd : service/example: Complete HR simulation
862d6fca3c : service: Support GattServer notifications/indications
41afd950c9 : service: Support GATT server async write requests.
ecb5f6cea0 : service: Support GATT server async read requests.
8b4892d54f : service: Add HAL wrappers for read_request_cb and connection_cb
1c88c90017 : GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue
7a38a4864f : GKI cleanup - Moved functions GKI_disable() and GKI_enable() to OSI
93272801fa : Import translations. DO NOT MERGE
456c03891e : service: Add helper to util/address_helper
e2dc7ab348 : service: Added GATT server Heart Rate example
4a0720c85e : service: Implement IBluetoothGattServer.addDescriptor
87098a5323 : service: Implement IBluetoothGattServer.addCharacteristic
9776bc5145 : service: Add IBluetoothGattServer service APIs
8b42904a2a : service: Fix IBluetoothLowEnergy signatures to return bool
ab601cac64 : service: Add Parcel utilities for UUID and GATT
f148d083eb : service: Implement adding a service declaration
aa56e3628c : service: Add HAL wrappers for adding a service
afff19547c : service: Add GattIdentifier.
2007d6c88c : service: Implement IBluetoothGattServer register functions
b7d335774d : service: Add new GattServer abstraction
2ee45d665a : service: Fix crash in hal/
ff3c19256f : Import translations. DO NOT MERGE
21319b11fa : GKI cleanup - Moved GKI_get_os_tick_count() to OSI
da0a1ced1f : service: build unit tests on non-Linux hosts
f2f35b26d2 : Rename IPCHandlerUnix to IPCHandlerLinux
8c4e9cffe4 : Avoid NPE when dumping headset profile state.
86d8ac506e : service: Add server support to BluetoothGattInterface
7c8c09d533 : service: Add IBluetoothGattServer stubs
3426b6a2fd : Import translations. DO NOT MERGE
0b2f44e468 : Import translations. DO NOT MERGE
4dcaa4646c : Disable opening network debug ports for security reasons
47a9271ba9 : Disable opening network debug ports for security reasons
356b4c464d : Fix PAN crash due to fd mismatch
f2268fec55 : service: Move client registration into base class
0d70a6e890 : service: Add missing include
492b210c13 : service/client: Add start-adv and stop-adv
24b4bc806f : service: Implement IBluetoothLowEnergy advertising
869fa4d478 : service: Add advertising support to LowEnergyClient
c0e88c217e : service: Fix bug in RemoteCallbackMap
5720664458 : service: Add various LE advertising constants
f48b499c8d : GKI cleanup - Remove GKI pool related defines
132edea29e : GKI cleanup - Eliminate function GKI_get_pool_bufsize()
ac29733ebb : GKI cleanup - Eliminated function GKI_poolcount
ffbc40b748 : GKI cleanup - Eliminate usage of pool buffers
8d0bfe0b9d : NullPoiterException protection for mTelephonyManager
38974921af : Prevent NullPointerException on AdapterService.mRemoteDevices
015ccd1a03 : Fix foreground scans for pre-M apps when location is disabled
2f970b6600 : Fix PAN and AV role switch war
f8ff412635 : service: Fix build breakage.
cbe2bc0c8b : service: Add HAL wrappers for multi-advertising
96f842ebb4 : Ensure thread priority is raised for media task / UIPC
93bac25c42 : Import translations. DO NOT MERGE
bd529c96e9 : service: Add binder stubs for advertising API
79b0013f50 : service: Add AdvertiseData and AdvertiseSettings
1a8d3e3b79 : service/client: Add first BLE interface commands
d3f6b33af0 : service: Implement IBluetoothLowEnergy client registration
75dd72d439 : service: Added RemoteCallbackMap
023694f33d : service: Add IBluetoothLowEnergy interface
55712734e3 : Change UHID socket to be non-blocking
03cac03ea1 : Check BR device count before initiating role switch
8f7688e7ad : service: Introduce bluetooth::LowEnergyClient
8da346b34f : GKI cleanup - Eliminated function GKI_delay
0b0bce04c2 : Cleanup USER_OWNER in various services
21d8d23445 : DO NOT MERGE - A2DP audio HAL: implement out_get_presentation_position()
3746ab03bd : Fix build: use unsigned long long in arithmetic expression.
2daa519f50 : Fix build: add LOG_TAG parameter to LOG_* macros.
04b0094def : service: Add UUID::GetRandom
849a775817 : service: Add hal::BluetoothGattInterface
dab5bd82b3 : Read connection intervals from config.xml so it can be overriden by device.
40701e3aca : DO NOT MERGE Use POSIX timer API for wake alarms instead of OSI callouts.
5b0f112601 : Send the AUDIO_CONNECTED broadcast after switching to the AudioOn state.
f56abf7e9b : Allow senderAddressing on default filter for message Listing
6a3a1cd576 : Add libpower as a dependency to all device targets that include libosi.
9ef7e7cc2a : Move SMS message to proper folder after sending
748012b29f : Revert "Add libpower to all build targets that depend on libosi."
43109958c4 : Add libpower to all build targets that depend on libosi.
52d2517fa2 : Allow BT inquiry while discovery is in progress.
0e4f888779 : Add NREC setting routine even after SCO connected
ca21f0cef6 : Eliminate recursive calling when handling GATT related errors
f05d850bdc : Fix issue where bluesleep idle timer is not started
13c413372b : SAP: Fix missing attribute in disconnect_ind
0a2a7fd5ca : Import translations. DO NOT MERGE
71bd291257 : Do not wtf when the systemui is not present.
25e01c65dc : Revert "am dcaa079c: resolved conflicts for merge of d6fafa5f to mnc-dr-dev-plus-aosp"
29c5bbf633 : SAP: Fix logic to skip padding bytes for requests received
3fc8bee206 : Import translations. DO NOT MERGE
1d8cdf3934 : Use LOCAL_MAC_ADDRESS permission in bluetoothtests.
aa5aeb74a8 : DO NOT MERGE Directly acquire wake locks from the Bluetooth stack.
712a68a4aa : Fix column ID for PBAP name lookup
1ff1921cba : NPE protect AdapterService.getRemoteName()
6a08e85a4d : Fix btwrite timer timeout for Angler (2/2)
3f44d65475 : service: Implement IBluetooth.isMultiAdvertisementSupported()
9dc532d7ab : gn-build: Add secondary build tree for gmock
f41e0ee6be : Implementation of net_test_bluedroid as a GTest.
fb33893175 : Using vector drawable to notification icon
1de7423917 : LE Multi-Advertising State Change Sub-event Wrong Variable Type
7acdc77f35 : Updating incoming file notification > Notificaiton shows the file name, sender and file size > Quick action to accept or decline > Shows as heads-up, removed toast
cb40feb86b : Fix incorrect SetConnScanParam function mapping
e9c5c6b72b : HFP should let the system handle ringtones
105a7e9a44 : Enable clang compilation.
51600f7f9f : HFP/A2DP: Remove pending auto-connect messages when connected
58ecc82ee4 : brillo: add and install system startup files
4899f303bf : Fix memory corruption of BLE whitelist hashmap
2a45926573 : Fix low volume on Nemo devices after accepting incoming HFP call.
3f7c31fdf6 : service: Check for NULL IBinder in registerCallback
8f84dde934 : service: Return SUCCESS from Acquire|ReleaseWakeLock
045dbf11a3 : Import translations. DO NOT MERGE
cffc31f440 : Check the return value when reading HCI type byte
c7a2cb5657 : test_vendor_lib: Clean up controller documentation and address style issues
2c3d7eb9f0 : test_vendor_lib: Add tests
29d07e292f : service: Don't lie about supporting wake locks
cdbab5a962 : Enable clang compilation, use stdatomic.h.
2c6a7d03aa : test_vendor_lib: Add working post delayed task
0869c69934 : service/client: Register IBluetoothCallback
1c8e09ea3c : service: Introduce IBluetoothCallback.h
d6fb7761ab : service: Add native RemoteCallbackList
a1df0f25d8 : service: Add complete IBluetooth transaction enums
1ad76e9f15 : Revert "service: Move UNIX IPC code into ipc/unix/"
3cc1ef972f : service: Introduce bluetooth::Adapter::Observer
fbf3736665 : service: Support base switches::kV
13e49c6056 : service: Move UNIX IPC code into ipc/unix/
7f94e4d9aa : Send current RPA instead of pseudo-address on connect.
22e93e02e7 : Make location enabled check configurable when returning scan results.
7a05ae5a58 : test_vendor_lib: Read controller properties from file.
68f9d23acc : service/client: Add support for the latest methods
ccd619ce00 : service: Implement IBluetooth getAddress, getName, and setName
1dfb11c76a : Fix typo in main/bte_main.c.
d3f873cb1b : service: Add four more IBluetooth API definitions
6d4433367f : service: Rename Uuid to UUID
6a21a81fbb : service: Implement IBluetooth::GetState
46da3a5f52 : service: Implement IBluetooth IsEnabled, Enable, and Disable
360b22f863 : service: Replace CoreStack with Adapter
859a12c741 : service: Introduce Adapter
e1d697d655 : service: Introduce hal::BluetoothInterface
450b114a32 : Disable remote TCP connections
61a8f20365 : test_vendor_lib: Remove handlers
bfd19f8536 : test_vnd_lib: Discover devices
139a4d2e0f : test_vendor_lib: Add test channel command transport and handler
70da5c11bf : test_vendor_lib: Add test channel for run-time input
765df6e26c : Restore LOG_NDEBUG condition on verbose logging.
2f6998ba2d : A2DP audio HAL: implement out_get_presentation_position()
a4d4a46840 : service: Allow manufacturer data to be set.
0c21f34f86 : service: Fix permissions/properties argument order.
1a4a375794 : Block results if location is disabled in Settings
9e11c898af : service: Introduce a command-line client
a324247505 : service: Add IPCHandlerBinder
2bd8bd4c40 : Improve adv_data transfer between contexts.
91261d7f51 : Import translations. DO NOT MERGE
4ba4d0a3f5 : Revert "Bluetooth-OPP: Enable support to send same file multiple times"
5f8999d092 : service: Add IBluetooth interface definition
a69a527ae7 : Allocate large enough buffers when copying AVRC packets
32253f09f9 : build: fix missing include
32b9b51fb3 : [DS] BTM_VSC_CHIP_CAPABILITY_M_VERSION doesn't match
721624d1d2 : build: fixes for breakages on tilapia
2a034a6cdf : Load factory Bluetooth address from system property
e06e15198b : build: LOG_TAG consistency, include order, build fixes
a4ed5825a4 : DO NOT MERGE Fix security vulnerabilities in permission of deleting MMS/SMS
4d9eaceb80 : DO NOT MERGE Fix security vulnerabilities in permission of deleting MMS/SMS
af8b618542 : test_vendor_lib: Implement event loop with libbase
e51fbf9597 : test_vendor_lib: Use base::Thread
99ad31a172 : test_vendor_lib: Use libbase's CHECK/DCHECK
ef4b81981c : test_vendor_lib: Dummy inquiry result
07c5366db9 : service: Clean up IPC shutdown and add unit tests
718a631774 : service: Add Mock support for Daemon and CoreStack
e1601facd1 : Implement Bluetooth settings factory reset (2/5)
fa3cbdf5ce : Implement Bluetooth settings factory reset (1/5)
ec10208363 : Implement Bluetooth settings factory reset (3/5)
6a1af21c17 : SAP: Do not send padding when packet size is mutiple of 4
49713e1b75 : Drop obsolete libpower dependency.
098f49e4b9 : Compile libbtcore and libosi for host
0fecf8d3a2 : test_vendor_lib: Use EPOLLOUT
cef895ab37 : Add Dialog mouse & KB to blacklist for LE secure connections
9e6ca5d4a9 : Add an explicit check for AVRCP vendor data
4b2932fb3e : Fix a crash for a race condition during Bluetooth shutdown
4737654a1d : Reset the pointer to the Bluetooth GATT service
9a732d0f2b : bluedroidtest: drop obsolete libhardware_legacy dependency.
4ca973fa7f : test_vendor_lib: Initial commit
06be23179d : Fix CTS Verifier test for insecure RFCOMM connection.
5c44522e1f : Provide --android-ipc-socket-suffix.
c74cf3a0a3 : Fix wrong javadoc in BluetoothAdapter.
74f8af2b54 : service: Refactor IPC and singletons
62aa79cf68 : Bluetooth: Don't call beginBroadcast() while in a broadcast
ab62a66b4b : service: Add null initialization for new scan cb.
c435a11aae : Fix a NULL-pointer crash
a56d7da486 : Change MNC codename to just M.
6ed24c4354 : Assign pseudo address for host-based RPA resolution matches
f179273d68 : Post-merged fix on "resolved conflicts for merge of ec69ae20 to mnc-dr-dev-plus-aosp"
c91b852e32 : Legacy foreground apps should continue getting scan results
272434e5e0 : Fix memory leak in A2DP event handler
90ec8130b0 : Import translations. DO NOT MERGE
bdb8754c79 : Import translations. DO NOT MERGE
90d19e9870 : Reset LE encryption key size at LE disconnection only
ac2f0593e5 : Promote AVCTP version to 1.4
28485012f9 : Add GN files for vendor_libs
3c971a3717 : build: Eliminate cutils/str_parms dependency from system/bt
0faeacd7d0 : Fix a bug allocating buffers for fragmented AVRC packets
41cc9f729b : Fix for uhid_event size check
117b269d9a : Unpair HID device cleanup
aae42a4543 : Fix the logic for stopping the Power Management timers.
7119132468 : Only build bt_service_unittests for linux
a0ce4f29d5 : Add HCI user channel based bluedroid vendor adaptation
193becb409 : service: Introduce a global Settings object
fcdb2d70e3 : Fix security vulnerabilities in permission of deleting MMS/SMS
b6b4aa0712 : Add ACCESS_COARSE_LOCATION to Bluetooth.
bc358ad116 : Fix TX queue overflow detection
f9824c7fbd : Return no track selected if no track is currently selected.
fab715519c : Customize Bluetooth sniff interval
6aa7dc21c3 : gn-build: Add bluetooth-service target
a8afc5de27 : PBAP: Fixes for proper working of filter functionality.
d8c7b26db4 : Fix a crash for a race condition during Bluetooth shutdown
3a2c94bc66 : Update device type correctly in the NVRAM at inquiry result
28099611e7 : Enforce location permission for apps targeting M
192c95da2a : Use pseudo address while re-pairing peripheral
5dfd8a970c : Adding transport type while initiating remote discovery
329469d207 : Fix potential crash when transcoding legacy config files
b001e0dfe5 : Enable enhanced connection complete event
a87f807bf1 : Fix for uhid_event size check
e5c71dd362 : Fix the logic for removing bonded devices
0ee7184760 : Exclude Polar HR Monitor from secure conn
aa82a2478a : Fix multi-advertising when LE Privacy is not available
45810f40d8 : Added a note about location permission
fa8ba1e8d3 : Add Moto Key Link to blacklist for LE secure connections
5586e8cb73 : Add a SCO routing command to net_hci.
133fc5889f : Properly disconnect GATT connection during noisy scans
6cefe2c6de : Cleanup alarm_get_remaining_ms
b1d1b4d99e : Use correct own address type for batch scan
97c1c64e10 : Remove extra logging with privacy info DO NOT MERGE
12ce369e61 : Import translations. DO NOT MERGE
40d3bf3955 : Import translations. DO NOT MERGE
3611016cac : Import translations. DO NOT MERGE
ac24bba95c : Import translations. DO NOT MERGE
f1458e8cea : Bug fix PM changes and LE connectivity mode fixes
ff840ebded : Store the link key derived from cross tranport link key
edebddbc8e : Require ACCESS_COARSE_LOCATION for ACTION_FOUND broadcast
77d9e8a34c : Remove extra logging with privacy info
a5bf591bfb : Fix String alignment in BT Settings in Hebrew locale.
b6afef21d8 : osi: Fix compile error due to API change on AOSP
850dfffcf0 : Require ACCESS_COARSE_LOCATION for ACTION_FOUND broadcast
3df61648f6 : Add additional BDA ranges for Nexus Remote workaround
2e8a27e838 : Fix BluetoothSocket file descriptor leak
c624245941 : Fix BluetoothSocket file descriptor leak
445e3bed56 : service: Some fixes from end-to-end/user testing.
77d6f59100 : service: Remove local copies of base and modp_b64
c2465addce : gn-build: Add BUILD files for libchrome
1bb6c704a3 : Additional BDA range for Nexus Remote secure connections blacklist
1663b4e3f1 : Move pairing auto-retry workaround to new interop db
0e178e61e4 : Disable SAP profile by default
eb0c016571 : Import translations. DO NOT MERGE
51982f9bfa : Import translations. DO NOT MERGE
eeee9d5a34 : Removing READ_PHONE_STATE perm since PRIVILEGED_PHONE_STATE is also used
3ef673fc06 : Do not reject valid connection parameter updates
2eb1790827 : Fix a bug when responding to AVRCP UNIT_INFO and SUBUNIT_INFO
b8f09cfcf8 : PBAP: New Missed calls parameter not set correctly
26a4a1d7b0 : Fail LE secure pairing for secure only peripherals
9279b62a52 : Reset the ACL connection data on ACL disconnection
7e9172a137 : Fix security vulnerabilities in string operations
a25c8ff64c : Do not return devices when caller has no location permission
b3e0e21c32 : Make string to plurals in BT inbound/outbound notification.
9724d4d1fb : Set the Bluetooth state to OFF if there is disable timeout error
a00bde5a8c : Add missing data initialization
475b00c032 : Make some BT screens RTL aligned in RTL context.
eb9b0a2412 : build: fixes for LOG_* message build errors.
7ba9cffc46 : Import translations. DO NOT MERGE
261b5d0f7b : build: fixes for LOG_* message build errors.
31d5779882 : build: Fix LOG_TAG define breakage, macro usage
c1a12a052c : build: Fix LOG_TAG define breakage, macro usage
aad1614cf7 : Locale based string alignment changes in BT.
8424696256 : Locale based string changes in BT.
72bec73bc8 : Properly handle outgoing connection requests in opening/opened state
51c456e7e1 : Incorrect address type in ADV end on reconnection
0433225680 : Update UI properly in Connection race Conditions.
4f0bf1a0b6 : Override remote suspend flag on local play state changes
b23562fa55 : SDP: Validate input UUID's length
fea8ea4241 : Remove extraneous patch from secure connections workaround
16c9462610 : Remove stored link key for temporarily paired devices
d754272ac6 : Do not return devices when caller has no location permission
ab82de6cba : Save all snoop logs when BtSnoopSaveLog=true
fc8006e651 : build: Update osi log functions, use consistently
214f78d187 : Blacklist Nexus Remote for LE secure connections
e0e0cc2c66 : Use correct transport type while encrypting link
f59174bf15 : Prevent LE remote name request during inquiry
6bef137736 : Import translations. DO NOT MERGE
21302b5e61 : Set random identity only if enhanced privacy is supported
1e7ac062da : Add BluetoothService to reduce resuming time after reboot
305ab7dcd2 : Use the correct memory free function within HCI layer shutdown
e3fd0088fb : Add missing library dependency.
45a12c86c2 : Add READ_PRIVILEGED_PHONE_STATE permission to manifest
c6e2d6fb37 : Fix possible null-pointer de-reference in bta_gattc_util
15abf536e3 : Copy an AVRC packet before sending a response back
eb8d9bfc70 : Always ACK indications in the event of an error
e65babd4df : Preventing leak
ae74d761e5 : Set idle timeout to zero when removing fixed channel
5698eef8f6 : Resolved incorrect AV startup sequence
4dd71e81c5 : build: Eliminate cutils/sockets dependencies from system/bt
c20627182e : Send ACTION_ALIAS_CHANGED when remote device alias is changed
b692a29279 : HOGP: Clear allocated memory for unmatched HID reports
c8a92c1b79 : Sends bond state change intent for unbonding a device
8556771818 : SMP state machine fix for passkey entry
76d48cc490 : Configure Bluetooth Low Energy scan parameters correctly
647c9ecd40 : Incorrect address type in LE connected event
2230af29f7 : Set the security mode to secure connections only mode
c6aa9a97a2 : Correct the logic of UIPC thread id check
a5326a73df : Reset the pairing state on pairing failure
fcc7e11cd6 : Handle connection request to already connected device.
0a774ccdfc : Allocated requested buffer size in SDP attribute request
5c236d8bf3 : NULL pointer check in sdpu_build_attrib_entry
86ba32c084 : HID: Allow reconnection from Host on paired HID Devices.
521488436e : PBAP: Add support for PBAP 1.1.1 specification
af34ebd417 : Fix compile errors due to OPP merge
67a15bf967 : PAN: Fix to avoid buffer corruption while rebuilding the Bnep header
6d50fa2772 : Display proper file name while cancelling transfer
2b70c786c0 : Acquire the full wakelock only during user confirmation request
a4f678e531 : Use long as file size instead of int while using OPP.
9c9396f8c1 : Mark proper file transfer status upon OBEX response timeout
e1d1e72fb5 : Avoid sending TRANSFER_COMPLETED_ACTION intent multiple times.
f99a9737d6 : Check for AVRCP handler validity before cleanup
f485f48c29 : Proper construction of AVDTP general reject message
834389345a : Delay A2DP HAL out stream open process
0369d075c5 : Suspend AVDTP link in remote initiated AVDTP Start
ec11ac4956 : A2DP: Use mutex to only to check and set HAL state
5f1a96fb7a : Dump bonded Bluetooth devices in dumpsys.
4df3ea4ce7 : Fix the file permissions of /data/misc/bluedroid/bt_config.conf
9d6dfbef00 : Fetch the Bluetooth name and address without enabling the whole stack
3e246e224a : Fix issue #20494208: Go out of device idle when headset button is pressed
09009eaaef : Property based change to qualify TC_INT_SRC_SIG_SMG_BV_23_C
9184bfba45 : DO NOT MERGE: Remove DayNight theme
a9fe408ae2 : Add deep copy of AVRCP metadata commands
07cc3918d5 : Sync the Bluetooth name and address from the Bluetooth Adapter
d8fcff37bc : Revert "Disable Bluetooth profiles that are not used on Clockwork."
edd535816f : Disconnect Gatt during failure of service changed discovery process
3ea3a5454d : Not Implemented response for unsupported AVRCP commands.
e1e5b78415 : Use correct UUID for Central Address Resolution characteristic
e53d0cea35 : Reject AVDTP START and SUSPEND request in invalid state
8ac40a8fbd : Reduce CPU utilization from ~60% to ~10% on busy HCI reads.
55a6373e01 : Fix overflow in energy calculation
b971a2d779 : Bluetooth energy: fix overflow in calculation
6411c1c5aa : Reduce CPU utilization from ~60% to ~10% on busy HCI reads.
074cfd4041 : Fix insufficient buffer size allocation in hci_inject
1acfd49a71 : Make address type agnostic in mac address scan filtering.
a8ac845956 : Import translations. DO NOT MERGE
0fa1899b66 : Removed AVRCP-related log messages that could fill-up the log.
1f3608d11e : service: Fix clang warnings in uuid_test.cpp
a7358f3725 : Add bthost, a simple BLE GATT server.
c52b2eccdd : Enforce permission check in BLE scan only mode.
d1482e46f7 : build: Fix ptr <-> integer cast warnings
647753d592 : osi: Introduce ptr <-> integer conversion macros
13808c5a1d : gn-build: Remove all -Wno-unused-* flags from build files
ff238eab1b : Disable Bluetooth profiles that are not used on Clockwork.
80c388b845 : Stops BLE scan when scan only mode is disabled.
913deefe77 : Revert previous commit and disable net_test_hci under sanitizers.
74b9d97504 : Fix ASan build.
c1758c4159 : Re-enable the OSI memory allocation tracker.
1224b8f14d : Rename alarm->creation to alarm->creation_time for readability.
121730df08 : Fix mnc-dev <-> master merge errors
f0efcd1647 : gn-build: Fix GN build after the merges
e391f7c267 : Fix more BLE_INCLUDED == FALSE build breakage
9bfbabbea2 : Add missing include.
2c773b18cb : Check transport before subscribing for service changes
0671d31544 : Add proper checks for PAN & BNEP in BD stack
6e3d468785 : Fix issues in A2dp, Avrcp, HF and AG reported by static analysis tool
40937f2708 : Ignore STOP command if A2DP stream is suspended
36ae3da8f7 : Remove check for stream type in a2dp hal_callbacks.
16d001cca0 : Clear remote BD address information.
7627521557 : Don't stop sniff timer before checking for service ID entry
8884a64589 : Don't initiate sniff in sniff mode
9a777b0e44 : Updated ATD string parsing
3d3b00e668 : Stop AG collision timer.
947aed68bb : Return ERROR for invalid CHLD command arguments
817f2bb395 : Reject second AVRCP connection.
fcb2118a01 : Disable SCMST feature for A2DP Sink
77dd3014e6 : Restarting PM timer for AG while reading OR writing
3fa19b2ac4 : Initialize btif_max_hf_clients with proper value
721e1a13b0 : Set the proper authentication level for AvOpen
2d95b27969 : Don't open SCO for 2nd MO call if a call is active
5956c9e883 : Don't close SCO for MO calls
59f8fd6500 : SCO connection should happen after SLC.
0cf4e03d07 : Fix compile error in bta_ag_sco.c
b35eca2948 : Create listen SCO for HS1 if HS2 disconnects during SCO xfer
86bee16780 : Don't open SCO on state change for multi party call on DUT.
2ad0bdca30 : Reset sniff subrating while in SCO
b5112d80ac : Open SCO for held call.
ba6f1e633f : Update call state before opening SCO.
ff1e5147fd : Handle multi party call states
327804b5f4 : Update held call state to connected headset
30ae904f13 : Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free
cc37b5fac7 : Fix memory corruption due to BLE multi-adv macro
b1f5383586 : HID: Handle closing of uhid driver in case failure
a8732fd487 : Reset pairing state to idle only for the current device
ac4cf05b41 : Moved the OSI alarm_shutdown() operations to alarm_cleanup()
4b164de47e : Disable the OSI allocation tracker.
96bc48aec2 : Handle pairing timeout during remote name request
8c7d4501c4 : Reduce GATT log verbosity
46f566f44f : Avoid null pointer exception for invalid L2CAP channels
c12a26f756 : Add missing clean_up step for the OSI module.
fb34de3040 : Sniff: Use correct sniff configuration for PAN & HS
6cd132e6e4 : Make secure connections mode configurable
80850ebe97 : Increase the min LE connection interval to 11.25ms
ed6ec3b735 : LE low power scan feature
dccd80808d : Bluetooth native dumpsys logging support (3/5)
82e8cd14f4 : Do not ask for confirmation for temporary pairing
e646f8f5bf : Import translations. DO NOT MERGE
ff74e68e49 : Add missing include.
e07ee53289 : SAP: turn debugging and test flags off
91276018bd : SAP: Make it possible to enforce a 16-digit pin code (4/5)
98ab461965 : SAP: Make it possible to enforce a 16-digit pin code (3/5)
cc5cc7ac92 : SAP: Make it possible to enforce a 16-digit pin code (1/5)
3ff210a5a8 : DO NOT MERGE - SAP: Make it possible to enforce a 16-digit pin code (4/5)
81030e4dfe : Import translations. DO NOT MERGE
ce38c58a43 : Pairing is prompted with a wrong bd-address
3700216d6d : Fix problem where multi-adv instances cannot be re-used
9785209a42 : Recitfy condition when removing device from IRK resolving list
9dda5e6675 : Fix build after cross-key issues broke non privacy enabled builds
dd28cfa5c3 : Fix device/address types and IRK value handling
3412bc50ba : Fixed cross key for LE when paired over BR-EDR
dd680a6462 : Fix SMP pairing request issue on LE
ca81eec0fb : Unpair the other transport on a device paired
9d948b3174 : Static address is seen on scanner after unpairing
79d543a3b2 : Fix for chip capability version check
f048396da7 : LE low power scan feature
8356adff2b : Fix allocation for LE scan filter parameters
bd936fa895 : Fix for premature BLE RPA timeout
95bb1ef415 : Fix GATT connection failure after BT reset
5ec5b1c852 : Use correct structure to read LE connection handle
b688b7bcfc : Build the shared library with --whole-archive
6326bc3c13 : Fix for IRK and IR key write issue
7bdf7c326b : Re-enabled enhanced inquiry scan
015c69d67d : Fix format-security warning found by clang/llvm.
5e4b2b1362 : Fix string template in connection event debug log
843813becd : Include osi_module reference in module_init funcion
39c9709788 : Fix AlarmTestHarness so alarm tests pass again
6ee9361b94 : Shutdown alarm callbacks on stack disable; added OSI module
c5c8b97183 : Fix BT PAN crash by re-ordering callback initialization
a285c63fcd : Bluetooth native dumpsys logging support (4/5)
17691f2b67 : Bluetooth native dumpsys logging support (2/5)
d9ffc1300d : Only register key types with uinput that we can actually map
4270d8dc4b : Elimininate unnecessary calls for releasing the wake lock.
e45d4b7fe3 : Handle lack of service better
0828a2a92d : Revert "A2DP audio HAL: implement get_presentation_position()"
bb8a1e1ffc : Initialize btif_max_hf_clients with proper value
bf8c518923 : Fix issues in A2dp, Avrcp, HF and AG reported by static analysis tool
f3a8ca3bcd : Ignore STOP command if A2DP stream is suspended
d56a0ace35 : Remove check for stream type in a2dp hal_callbacks.
e80c5aea74 : Handle SLC in MultiHFPending state
21e7a958af : Clear remote BD address information.
f6bea2e30e : Add null checks
8c091c2c89 : Don't stop sniff timer before checking for service ID entry
b3ed8dc54e : Handle SCO volume change in multihfpending state.
a33d3b1b02 : Don't initiate sniff in sniff mode
88d1c867eb : Updated ATD string parsing
862891d11b : Stop AG collision timer.
380f0dbc86 : Handle multiple BLDN commands from headset
e8d73142a5 : Return ERROR for invalid CHLD command arguments
f34fce9715 : Check for A2dp SNK UUID supported by remote
d874678561 : Reject second AVRCP connection.
fe0858b3b1 : Disable SCMST feature for A2DP Sink
e5f5d3e3c4 : Restarting PM timer for AG while reading OR writing
1fe204d18e : Set the proper authentication level for AvOpen
b955693c2c : Move A2dp State to Disconnected when BT is Turned OFF
cc81cb8af8 : Don't open SCO for 2nd MO call if a call is active
444a4d38f9 : Don't close SCO for MO calls
f465595a07 : SCO connection should happen after SLC.
d963e29923 : Fix compile error in bta_ag_sco.c
780971647d : Do not accept SCO without any active listener.
10c1bd2a18 : Handle startScoUsingVirtualVoiceCall in HeadsetService
48feb503cf : Create listen SCO for HS1 if HS2 disconnects during SCO xfer
100ecf6ddd : Don't open SCO on state change for multi party call on DUT.
7cfc8aecec : Reset sniff subrating while in SCO
b1a95a081b : Open SCO for held call.
06c762f5ff : Update call state before opening SCO.
ba0e1b434b : Set correct callState for MT/MO call while in Voip Call.
8764a5d554 : Update the roam status to headset
a5cde0fbfe : Handle multi party call states
fa5aa57860 : Update held call state to connected headset
54d3b296f7 : Import translations. DO NOT MERGE
d4e9263648 : SAP: Correct ResultCode for setTransportProtocolResp
3a2d8066d3 : SAP: Shorten long lines
4b8db32cb4 : SAP: Fix exception at shutdown
0d748b42be : SAP: Dynamic use of wake locks
46312893ed : DO NOT MERGE - Add support for MITM for BluetoothSockets (1/4)
60d77c2c9c : Add support for MITM for BluetoothSockets (1/4)
3c3aa32944 : Add support for MITM for BluetoothSockets (4/4)
ac7284e3f2 : Add support for MITM for BluetoothSockets (2/4)
6b0b42f3c8 : Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free
6733e717be : SAP: Change to use new SDP Api (4/4)
448d426ca7 : SAP: Change to use new SDP Api (2/4)
e14ece7d75 : SAP: Change to use new SDP Api (1/4)
a69ab7cc9f : DO NOT MERGE - SAP: Change to use new SDP Api (4/4)
9baba0e711 : Fix memory corruption due to BLE multi-adv macro
5a68569717 : Expose a few system APIs for BLE scan only mode.
518a01ec4e : HID: Handle closing of uhid driver in case failure
acfb194dd7 : DO NOT MERGE Bluetooth: Fix to avoid framework reboot during monkey testing
7f9ee01563 : Bluetooth: Fix to avoid framework reboot during monkey testing
3d40d1ff97 : Add null checks in PanService
7d701422dc : Add proper checks for PAN & BNEP in BD stack
a0275c0b38 : Reset pairing state to idle only for the current device
951df43225 : gn-build: Build net_test_device using GN + ninja
76888c7fe5 : Un-hide connectGatt() variant with selective transport
28550e91bd : gn-build: Get bluetooth.default.so to compile
b3355aa60d : gn-build: Get //bta:bta to compile
f23edfa75c : gn-build: Get btif to compile as its own module
9aabefc12e : Moved the OSI alarm_shutdown() operations to alarm_cleanup()
319860a904 : gn-build: Get //udrv:udrv to compile
bb12a0dadd : gn-build: Get //embrdv/sbc to compile
d4211cfc44 : gn-build: Compile audio.a2dp.default.so
76284d4d1f : gn-build: Get //utils:utils to compile
ed0731bb00 : Disable the OSI allocation tracker.
bff94d1302 : gn-build: Get //stack:stack to compile
902c1dad55 : gn-build: Get HCI and net_test_hci to compile
06548c27d9 : gn-build: Clean up GN files
5bcccbcea3 : Add unit test for commit "Support work contacts in HFP, PBAP, MAP"
b5f4f864b9 : Import translations. DO NOT MERGE
b988b10122 : Import translations. DO NOT MERGE
bb23faf7e4 : gn-build: Add tinyxml2 as a secondary source
3466c6d1b4 : build: Build net_test_btcore using GN + ninja
c7580ebc86 : gn-build: Add missing global compiler flags
acf74e5b78 : Check transport before subscribing for service changes
1c7ea21bae : Add a missing check for a null pointer when processing an Intent
92f9c25664 : Update Bluetooth app to use Material-themed dialogs
1f4166292a : Handle pairing timeout during remote name request
8cc6fe4e03 : Reduce GATT log verbosity
8ac111948b : Avoid null pointer exception for invalid L2CAP channels
6823da27c4 : Add missing clean_up step for the OSI module.
a56cc9296a : DO NOT MERGE Fix use-after-free while setting advertisement data.
7f6a2ee53b : Sniff: Use correct sniff configuration for PAN & HS
231c4ac352 : Set default symbol visibility to 'hidden'.
c8b83c7c94 : Fix use-after-free while setting advertisement data.
4bc7c7e877 : Increase the min LE connection interval to 11.25ms
cdad711027 : Make secure connections mode configurable
ad5ce95ba9 : Increase the min LE connection interval to 11.25ms
3a4da9830d : A2DP audio HAL: implement get_presentation_position()
ef9f725f2f : build: Build net_test_osi using GN + ninja
ecff3f7032 : build: Add build arguments for libhardware and core dirs
71c4001fb8 : build: Add gtest as a secondary source
ab77f13949 : build: Add missing copyright headers to new GN build files
4b4abb91f5 : Pairing is prompted with a wrong bd-address
b6b4e22cf0 : Fix problem where multi-adv instances cannot be re-used
e45e589446 : Recitfy condition when removing device from IRK resolving list
c6cf57d80a : Fix merge discrepencies and resulting compile errors
6dc7103add : Static address is seen on scanner after unpairing
cb01d2935b : Fix for chip capability version check
cd28bab09d : Import translations. DO NOT MERGE
9e03185918 : Fix build after cross-key issues broke non privacy enabled builds
b9e695f3f1 : Fix device/address types and IRK value handling
4f5fc82446 : Fixed cross key for LE when paired over BR-EDR
033b47d273 : Fix SMP pairing request issue on LE
9be2232265 : Unpair the other transport on a device paired
c3890bf870 : Static address is seen on scanner after unpairing
400f25a83b : Fix for chip capability version check
2dc8a974a0 : DO NOT MERGE Bluetooth: Clear BLE always ON apps at Airplane mode
bd8268db59 : Bluetooth: Clear BLE always ON apps at Airplane mode
3bb3e632fc : Fix allocation for LE scan filter parameters
d8a81b9149 : Fix for premature BLE RPA timeout
66030b6b36 : Fix GATT connection failure after BT reset
eac9ba6597 : Use correct structure to read LE connection handle
ac6132f7d7 : Build the shared library with --whole-archive
8d25b6833e : setCallbackType should be public for onlost/onfound apis
5aff9bea81 : Fix for IRK and IR key write issue
f2dd4dac01 : Re-enabled enhanced inquiry scan
672a732143 : Fix format-security warning found by clang/llvm.
cc39974bac : DO NOT MERGE Bluetooth: Check for mPanService before changing tethering state
a8d9f1f25b : Bluetooth: Check for mPanService before changing tethering state
24240df3a2 : Add unit test for bluetooth contacts sharing policy
ad34e698d8 : MAP: Fix MAP server inter-op issues
6e06216613 : Fix string template in connection event debug log
5b834928d3 : Include osi_module reference in module_init funcion
252a61970f : Do not report WiFi and Bluetooth MAC addresses - framework.
c245d1cffc : Include gki.h to get correct function declarations.
671208875b : Fix AlarmTestHarness so alarm tests pass again
b4fc30d510 : Include gki.h to get correct function declarations.
350e452e26 : Shutdown alarm callbacks on stack disable; added OSI module
e300d3f44e : MAP: Restart MAS servers after ACL disconnect
27ce6cfbe1 : Add bluetooth permission annotations
f08a219b6d : Catch an exception when updating incoming message status
e52a6060cc : DO NOT MERGE Fix compilation on platforms with BLE_INCLUDED == FALSE
9ce39b9e0f : Import translations. DO NOT MERGE
9d4c16597a : Fix BT PAN crash by re-ordering callback initialization
d2eb4eb7b4 : Import translations. DO NOT MERGE
e3008f6824 : Fix JNI memory leak for onlost/onfound reporting
daef475460 : Initial attempt at a GN/Ninja-based build system
44727298d5 : MAP: Fix of cursor closed too early
28d36e8d31 : Fix compilation on platforms with BLE_INCLUDED == FALSE
038eab23e3 : Bluetooth native dumpsys logging support (3/5)
8f6c5bebe7 : Bluetooth native dumpsys logging support (2/5)
3f7f217a7b : Bluetooth native dumpsys logging support (4/5)
68489e3d24 : Only register key types with uinput that we can actually map
e7fb9d459e : Import translations. DO NOT MERGE
5d710d97bf : Elimininate unnecessary calls for releasing the wake lock.
6330585542 : [DO NOT MERGE] Fix a bug in ScanSettings constructor.
a3646b2a6a : [DO NOT MERGE] Honor Ble scanning settings from Settings UI.
e94cb7b085 : Allow obtaining BLE capabilities in BLE scan only mode.
bc05da068d : Resetting system/bt
baa2d7c9b3 : Allow obtaining BLE capabilities in BLE scan only mode.
1e43d9d4d3 : Work around clang/llvm compilation problems.
b1d1f97e9f : LE low power scan feature
d9e059277e : Increases number of LE multi-advertiser instances supported
3abeb111cb : Bluetooth: Ensure Bluetooth interface handle is valid
32a64b3496 : DO NOT MERGE Bluetooth: Ensure Bluetooth interface handle is valid
0f3e59df5b : Fix compilation on some platforms with LE disabled
954a249764 : Fix allocation of instance ID for LE services
4ce780c29a : Cancel inquiry during the transition from Bluetooth off to LE on state
94179b6251 : Handle lack of service better
134b2f456c : Work around clang/llvm compilation problems.
2441fbbde4 : Workaround to increase onLost timeout.
7bd11574a5 : Make onlost/onfound APIs public
91ffd4b503 : [DO NOT MERGE] Temp workaround to track max beacons.
0438523458 : Ensure PAN is initialized before invoking callbacks
e5b72c999a : Fix a memory corruption issue when processing AVRCP packets.
35566b2b38 : BluetoothSap class should not be public
660bff7ded : Add documentation for BluetoothSocket.getConnectionType()
7015592420 : Tune onfound/onlost timeouts for platform
f6ba286e15 : Use BTM structures for LE pairink keys and store LTK
00f683cba4 : Stop media task alarm when task is exiting
efd7d7570a : Revert "Fix no resource tracking available for more than 2 filters."
d12d369c29 : Fix a bug in ScanSettings constructor.
821ce19a36 : Change "ltk" to "pltk" and "csrk" to "pcsrk"
3acb7e8327 : Honor Ble scanning settings from Settings UI.
40db723f0f : Fix no resource tracking available for more than 2 filters.
cf44b90b9a : Workaround to fix Bluetooth crash when using onFound/onLost.
0924a0ddee : Temp workaround to track max beacons.
69fd15b976 : Fix LE pairing LTK storage issue
ccd7f4f1e2 : Take out TBD comments.
8c31b235b1 : LE low power scan feature
20e41df181 : Fix typo. bug: b/20610710
1d5499c296 : Add LE device to device database before adding LE keys
35ab537215 : MAP: Fix possible NullPointerException while GetMessagesListing
724e51fb6b : Fix PAN initialization
6ba53bde99 : Fix redial JNI crash
512d3f8f18 : Keep track of pending LE background connections
eee64f4566 : Cross transport key mapping fixes
298f3b7c75 : Fix crashes when calling numHwTrackFiltersAvailable.
d203878ed0 : Import translations. DO NOT MERGE
0515c51a52 : Fix documentation - non-public API.
017ad5c0ad : Bluetooth document fix: remove reference from open API to hidden entities
62ff67e7b1 : Fix LE pairing on hosts with privacy disabled
ea513c5d27 : Reduce log spam in BluetoothAdapter for getState.
8abaa2c510 : OnFound/OnLost feature JNI changes based on BLE spec v0.90.
a807da9bb4 : Annotate some APIs with threading annotations
deea32f3e9 : Add missing __func__ in btif_hf init()
4e6cc42c23 : Enable back bluetooth test cases
605d1e6910 : Fix possible race conditoi in hands-free initialization
63149dbfa3 : Fix compile error due to extra brace
586ce99893 : Reduce AdaperService and HeadsetStateMachine log levels
bdf3a5117e : Reduce log spam on TX queue congestion
b0ea4d61bb : Make onlost/onfound APIs public
4b00567e19 : Import translations. DO NOT MERGE
59685bf1c6 : Fix A2DP source double initialization problem
5bd792aa9a : Fix some nit's in previous comments
7968421c32 : Manage onfound/lost resources (1/2)
e57cef052c : Manage onfound/lost resources (2/2)
777d50728f : Initialize white list size after stack reset
b26aebc9ba : Import translations. DO NOT MERGE
a080045c5b : Fix missing includes under glibc on new code.
d5dedc7bf7 : Make unused tagging consistent, using the portable macro.
fc5055a2de : Make inline functions static also.
71badcb570 : Fix compilation when BLE_PRIVACY_SPT is false.
0bc309638d : bluedroid: compile error hammerhead-userdebug_clang
c8bb686219 : Add support for Bluetooth Sim Access Profile (3/4)
ed9c9583f3 : Fix make update-api
d8355fbc2e : Add support for Bluetooth Sim Access Profile (2/4)
7688f220e1 : Bluetooth LE background operation mode (2/2)
d88e0b84f6 : Bluetooth LE background operation mode (1/2)
4756b24193 : MAP: Change MMS to use new API to send message
a7d9fa87e3 : Fix LE pairing
b2f980d13c : LE Data Packet Extension support
93e81e1bb1 : Add support for Bluetooth Sim Access Profile (1/4)
e3fb13ced0 : Add a section in style guide: __func__ should be used over __FUNCTION__.
e0c11967d8 : Fix compilation error with privacy disabled
eaca4ef510 : Fix LE pairing
578db5359f : Fix build issues after the merge
8d0480c0f8 : Fix build issues after the merge
c71350e46c : LE Data Packet Extension support
20843f715f : Fix make update-api
65b4d44728 : Add support for Bluetooth Sim Access Profile (3/4)
82fb4059b7 : Add support for Bluetooth Sim Access Profile (2/4)
ba1730a1c4 : Add support for Bluetooth Sim Access Profile (1/4)
a39a4f8345 : Bluetooth LE background operation mode (1/2)
5e8cdc7f00 : Bluetooth LE background operation mode (2/2)
53e38875e8 : MAP: Change MMS to use new API to send message
eee24f102f : Add a section in style guide: __func__ should be used over __FUNCTION__.
77c91ab71d : Add contact sharing policy checking
9653e27573 : Fix onLost/onFound logic in isSettingsAndFilterComboAllowed
2970c5d0ad : L2CAP socket - fix merge errors
5d478943a0 : BR/EDR secure connections support
1dccedaa33 : Support numeric comparison in SMP
a800599564 : Fix for AVRCP CTRL stops sending pass through command
f6dda72a70 : Free Avrcp Controller callbacks on Cleanup
4c84596ed9 : Protect reset of out stream with mutex
29c725d41e : LE Privacy 1.2 and LE secure connections
8dfb7fcbdb : MAP: Errata service release 8 changes
d08e64e398 : Update to Bluetooth MAP 1.2 (server)
010fc6aeed : MAP: fix exception when Email in SMS list request
a7c3b8a76b : Add UUIDs to SDP JNI
c0a7c93812 : OBEX Over L2CAP + SDP search API for BT profiles
040381f1f8 : Handle response to AT+NREC command
8f897745a4 : Updating bluetooth share icon
b2337fea5c : L2CAP and SDP Search API for BT profiles (2/2)
cffc87ee19 : Fix a typo in BluetoothLeScanner documentation
3bf2745d60 : Update Service Availability.
f2a307840f : Don't truncate the top 16 bits of the LE advertisement data mask.
eb8bf9eb97 : Obex over L2CAP + SDP search API
664d6dab4a : Avoid duplicate disconnection callbacks for fixed channel connections
45e8c0a2e2 : Add a section on assertions to the style guide.
492852839f : Fix spurious CHECKJNI failure in hfpclient.
166e4f4af7 : Fix init sequence for BT AV sink.
da2a0234e2 : Avoid null-pointer dereference in l2c_release_lcb()
eefd19c8a4 : Add a 'Bluedroid conventions' section to the style guide.
add0b2bcd0 : Add a section to the style guide on variable declarations.
01964a1b42 : Minor cleanup of formatting in style guide.
732c4a79cf : Onlost onfound feature
029af02f68 : Fix file format.
98d25c5f89 : Onfound onlost feature.
9d2913a6c2 : OnFound/OnLost feature changes based on Google spec v0.90
679e399b41 : Fix BlueDroid signed/unsigned failed test for MIPS build.
9f9adf1df0 : Add android.permission.VIBRATE to Bluetooth APK
fd6d05a318 : Static code analysis cleanups and minor bug fixes
6db0ee312c : Set dual-mode bits correctly in multi-adv instance flags
7f8fdc1057 : Move HCI command response check to individual command handlers
a29e45720b : GAP: Reset cont_offset in start frame of SDP
56b8988c69 : Don't truncate the top 16 bits of the LE advertisement data mask.
ab94b235cd : Fix pthread_t confusion.
84edb6224d : Prevent slave link block removal at cancel connect
42a2752a56 : Fix build in BT AV_SINK.
a50c966ff4 : osi: add compat code for glibc
25d634e567 : fixed missing {} around if scope
36804134d7 : Add missing header for APPL_TRACE_EVENT
27c59b5e2a : Use int64_t instead of non-standard __int64
c9275ee2b1 : Make atomic functions static, as well as inline
c228c9a3cb : Fix non-standard pthread mutex interactions.
9e04b8ff21 : btif_pan: Grab interface declarations from net/if.h only.
34121f575d : Fix missing #includes needed for glibc
91be253dc7 : Declare that Bluetooth app does not use cleartext network traffic.
26c63f44b0 : Simultanious LE Central/Peripheral operation not possible
76c8a72815 : BT: fix possible out of bounds read
50c9290e57 : SDP parameter checks too loose
2712433827 : Include log library to make bdtool
c625ac8117 : Remove BLE_PERIPHERAL_ADV_NAME flag.
1565e4d22c : Using generic format specifier for logging pointers
bb198602a6 : Fix compile error on Fugu
2cd3c65cb2 : Fix compile error on sprout
7d5f2abf84 : OnFound/OnLost feature JNI changes based on BLE spec v0.90.
9873935c6e : Fix dlsym change/failure by hard-coding internal module references.
4a9a3d579d : Fix build issues in bluedroid on master
5a20c99eff : BT: fix possible out of bounds read
f66211ff2b : SDP parameter checks too loose
8ff92827e7 : Include log library to make bdtool
8f2afec993 : Using generic format specifier for logging pointers
1880eb60c7 : Remove BLE_PERIPHERAL_ADV_NAME flag.
3ea1b49fd7 : Make A2DP audio HAL a shared library again
f7017500fa : Make A2DP audio HAL a shared library again
a7a6bc14b9 : Remove dependency on mms-common
6737de428c : Import translations. DO NOT MERGE
43c66e29b0 : Add API for BLE_SCAN_ALWAYS_AVAILABLE feature.
76e882ee77 : Move unused include file out of hci_audio.h
a9e55488b1 : Support work contacts in HFP, PBAP, MAP
04c2255666 : Add option for schedule_next_instance to force rescheduling
d22fcd7e3d : Ensure alarms are called back when they expire in the past
7e1a4e464e : Rewrite alarms to use a single posix timer instance
52596d871a : Resolved hardware error observed during SCO Connection setup
7076c4f8ad : Fix macro for maximum allowed HOGP devices
96dec41c6b : Add option for schedule_next_instance to force rescheduling
463aa4b8bc : Demote bta_av_link_role_ok error level to info
5c92c908f9 : Remove unused file hci/include/bt_hci_lib.h
564be580d4 : Ensure alarms are called back when they expire in the past
9a3f00911b : Rewrite alarms to use a single posix timer instance
957867bcb7 : Change logtag to conform to rest of module
80a24f0a90 : Move unused include file out of hci_audio.h
80c1d1ac37 : Resolved hardware error observed during SCO Connection setup
1b24cb02ee : Random address does not get written properly
693a3cdcfb : Builds server with service, characteristic, and descriptor UUIDs. Then starts and stops the server.
99fa292fe2 : Adds tests for BLE advertising and BLE server register. Also fixes random seed.
d3132bc4bb : Adds BLE tests to bdtest.
f572db1205 : Add section on booleans and bitfields to the style guide
63bae08e7c : Rectify allocation of GATT control block
31446d17f2 : Revert "Resolved hardware error observed during SCO Connection setup"
04bdae3c07 : Resolved hardware error observed during SCO Connection setup
2dcedf7bc7 : Simultanious LE Central/Peripheral operation not possible
c3924e1942 : Allow dual-mode devices to be processed by BR/EDR scan
5b10f896b1 : AVRCP: Proper handling of Fragmented AVCTP packet
7ea70971c1 : Rewrite alarm to avoid drift in the periodic version
adb7e6ac62 : Remove unused remote_name_* variables
66e801f0a1 : Style guide: Use C99 style flexible arrays
8042b61eb3 : Delete 0 index LE scan filter at inquiry cancel
74925d7db5 : Ignore LE security request if BR/EDR pairing is ongoing
161e3ec2a7 : Reset LE connecting flag on disconnect only if BDA matches
546bd393d7 : Send GATT discovery complete only if discovery is active
f40224645c : Extend Bluetooth startup timeout from 3s to 8s
d152be564d : Import translations. DO NOT MERGE
c9066c0ed6 : DO NOT MERGE Change AVCTP revision to 1.4
1b1989272d : Remove ACL connection reference counting
8aed1ef281 : DO NOT MERGE - Remove ACL connection reference counting
55d484ff36 : Make Opportunistic Scan API public.
0d2a9efe69 : Remove dead code, mostly DataStateTracker.
ae32544765 : Import translations. DO NOT MERGE
997f1ef0bc : Add opportunistic ble scan mode. (2/2)
b071399ec4 : Add opportunistic ble scan mode. (1/2)
71c6f7ed2c : Demote, cleanup and extend observed logging
61243816fd : Code formatting and language feature additions to the style guide.
8efa754c1b : Use fully qualified path for btcore includes.
a08df697bc : Use fully qualified path for OSI includes.
637af313e4 : Start putting together a style guide for bluedroid.
7ac3efffcf : Atomically update config files.
e0a3e23f79 : Add ability to set periodic alarms
afa8eac4fa : Allocate a2d list properly
cd563c0da8 : Remove dead code checks for BLE support
808dec1d2e : Rejig hci upwards dispatch
c03eec07c8 : Reinstate btsnoop last log saving
23a4cc950a : Prevent Memory overbound and initialize variables
f8a41c3a56 : Resolved trace level issue for AVDTP
8f84761105 : Move list function comments to the header file
f2bc7b6753 : Move hashmap function comments to the header file
7d677439ca : Remove more GKI code.
b9a6f3e699 : Remove dependency on GKI tasks from BTIF media task.
bfdaf36fa8 : Don't call GKI_send_event on BTU task since it's not a GKI task anymore.
acaf6fd644 : Remove GKI timers
9078d0a5bc : Adding some documentation for the power management flow.
76ce410e7f : Add sniff changed log statement on the mode changed event
bfba2bf0e8 : Collapse BNEP #defines that don't need to be configurable.
6af6ff7164 : Add a new l2cap_client class.
2377309a2e : Add connection-specific function L2CA_SetConnectionCallbacks.
a449173b4b : property api unification, naming and testing
54cc1bac33 : Add a reference counted buffer implementation.
0814caf3da : Collapse more feature flags.
1ce34ddac0 : Collapse RFCOMM_INCLUDED and GAP_INCLUDED guards.
98813794e1 : Delete unused Broadcom-specific extensions API.
ceb4619b81 : Eliminate unusable wcassert code in favor of plain old C asssert.
85b1baf433 : Drop duplicate profile connection requests
88ca6c753d : Data type representing the bluetooth iac parameter
76a9ab6ab7 : First pass at the bluedroid profile manager.
0b1f69935f : Rename legacy uuid_copy to not conflict
30e51f58f5 : Add size_t inclusion
aea4c0dc6a : bt property object
ebfcf233d5 : Add bdcopy method
a5657a8ab3 : Remove some more unused functions in btm_acl
fb02632df3 : Remove unused read link policy + friends
9242e073ef : Remove unused link supervision timeout code
5443c85020 : uuid_test
fe9f8e88df : Device class implementation
0a5109050c : Add compile time checks
d94a9fc6b6 : Add more uuid methods
b0e024b021 : Add a simple classic peer
c24243f20d : Add a hash function for bluetooth addresses
9b084791a4 : Add key equality function option for hash_map
a0c474aebe : Clean up unused functions in btm_sec
a85f7c66b9 : Remove unused security abort callback
5886d2e1c1 : Remove link key request callback
052b92e3be : Canonicalize HCI logtags with bt_ prefix
fa64ac9f8d : Add bash script for running unit tests
8643dc9420 : Rename Bluetooth binaries to use the net_ and net_test_ prefixes.
3c9d4e7535 : Sometimes I forget stopping shell before running bdtest.
7b92d70f33 : Remove unnecessary newlines at the end of log statements.
83951772b6 : Add platform-independent logging macros to OSI.
221a1b4227 : Remove unused ACL packet size getters, remove unused timer entity
a6cb94a07b : Extend bdtool to accept / initiate SCO connections.
6292bf40ee : Remove unused shell script, gen-buildcfg.sh.
5a83e26679 : Add RFCOMM result code string for an unspecified error.
c3739f524c : Adding some logging for the close states for RFCOMM connections.
580e43a8d0 : Fix bug in SDP server where it would get into an infinite loop.
f1bb77fed7 : Introduce a growing array class.
1304eca64c : Increase GKI buffer size
8fa3583286 : Add counter unit tests
35146f06cc : Explicitly add include paths
19f4b184a9 : Enable allocation tracking for eng and userdebug builds.
f3ea9ba4ff : Add a "setDiscoverable" command to hci.
f19d8afffd : Adding in some additional, but critical, logs.
b2244e1182 : Update module names to not use C preprocessor and to be at top of headers.
cf466d1272 : Replace BUFFER_Q with list_t #2
ca1801f6f8 : Replace BUFFER_Q with list_t
43894db0f4 : General tidy up of L2CAP flow control
6ac8f6d75d : Properly iterate when removing from list
47e4f7834b : Add error checking when getting property
ff2a830d19 : Expand include pathnames and add bd root path
8837bd2341 : Back GKI buffers with malloc
1ae7275112 : ungkibufferize the profile queue, use assert
127c4c4a13 : Print out every power management mode switch initiated from the host.
62c2814965 : Fixed HAL layer ignore state handling
d7059fc13f : Add a command line flag to skip sanity test suite.
7fe1e3e95d : bdtest: read the paired device's bdaddr from the stack config file.
3c07a68c60 : Remove ptim and associated GKI timer functions
9e807ef0a7 : Remove some remaining references to message based timers
195097d75d : Remove unused link key functions from devctl
be81467ada : Modify bdtest to enable running individual tests by their name.
37c247d1ec : Remove the afh functions from btm_devctl
16eca2aff9 : Remove BTA_CheckEirData, a direct redefinition of BTM_CheckEirData
7d1c0893a4 : Remove some functionredefinitions from bta dm
8403e0c7f1 : Use correct service ID for A2DP source to make way for A2DP sink.
18a02e64b2 : L2CAP: expose a function to return the RCID and ACL handle for a given LCID.
f40837c3c9 : Move controller module to device directory
3d6bedaf40 : Unused function
d0d47f7a8d : Remove unused inquiry DB functions
e8c26f9e70 : Remove always true definition BTM_EIR_SERVER_INCLUDED
8a4c108df9 : Removing unused function BTA_DmSetScanParam()
cff8acb58a : Remove always true BTM_USE_INQ_RESULTS_FILTER
6cac3f5130 : Remove always false flag BTM_BYPASS_EVENT_FILTERING
88855dba55 : Instrument data flow a bit
8436302eab : Don't dispatch connections in the connection queue until stack comes up.
988c303d85 : counter implementation
40e00c9841 : Remove duplicate functionality
194a51c383 : Remove uncompiled unused PBAP support
cbc7086226 : Remove unused functions BTM_RegForLstoEvt/btm_acl_set_discing
bf4edcfd82 : Remove always true BTM_PWR_MGR_INCLUDED
c178b5248c : Remove always true BTM_BUSY_LEVEL_CHANGE_INCLUDED
4c9bce03dd : Remove data_types.h
65a9aba4ec : Actually remove bd.[c|h]
8712abd16e : Removal of bd.[c|h]
409e72b115 : Moving btif_sock_sdp to stdint and stdbool.
f6b1a3504f : Fix how add_sdp_by_uuid passes the uuid to SDP_AddSequence
b1e1e75a43 : Refactoring btif_sock_sdp.c for clarity
37aa6435a2 : Revert "BT MAP: added support for email sharing over BT"
00da926b94 : Revert "MAP: SDP corruption"
029ae51dc2 : Revert "Forgot device/Android.mk"
1b812a6a74 : Revert "Remove unused inquiry variables"
25113106be : Forgot device/Android.mk
c617a89c7f : Remove always undefined BTM_EIR_UUID_LKUP_TBL
4cb8ee5e79 : Remove always true definition BTM_EIR_CLIENT_INCLUDED
d7b7463708 : Remove unused inquiry variables
c8e4bc77a7 : A2DP sink: reply with success on Start command.
f39f4d7d73 : Fix bdtool compile errors
263c03ce07 : Add Android.mk to tools/ directory.
3a617beb8d : Don't touch alarm's contents if it has already been freed.
da921cbe99 : Fix NULL pointer dereference in bta_pan_co_tx_path.
046659e387 : Directory layout documentation
2caa006bfe : Document network ports used by bluedroid.
e2ae747539 : Document the set of log tags used by bluedroid.
6896498a97 : avdt: Make sure LCID field is filled out even on incoming connections.
5bfff2995f : Make bdtest report the total number of tests (sanity + suite)
164bf4685f : Change bdtest text color gray to the default color
52c0fc1871 : Add system tests for RFCOMM sockets.
23b584110a : Add a watchdog timer to test suite.
80020d9563 : Only colorize test result output if stdout is attached to a tty.
7a276e8edb : Make build more strict by adding more warning flags.
6d727fd7b2 : Removing a duplicate call to socket_register.
3e1f5576a5 : First entry for bdtool
dea12997c0 : Comment said BTM_PM_SNIFF_SLOT_WORK_AROUND would be removed someday. Today is that day.
0f26d84e6c : Make hci/ depend on bdroid_CFLAGS
2092c9a517 : Fix BLE GAP handling after callback refactoring
69ea2241ab : Remove unused function BTM_ChangeLinkKey & friends
81c2370333 : Remove excessive log message from btu_task.
1ffea2b102 : Remove some remaining references to OBX
57cbf0c04a : Remove a bunch of always-false macros
ec2267e317 : Remove definitions for DUN
d5a1afd290 : Remove always false TCS_INCLUDED macro & friends
383b10ea22 : Remove remaining references to GOEP
85afbbde20 : Remove unused header utfc.h
01aedb726a : Remove a bunch of unused functions and definitions from HCIC
8579325819 : Remove unused macros LMP_TEST and BTISE
8051fdb80a : Disambiguate event mask setting for bluetooth DUT mode
589a47b505 : Remove unused code in GAP
4d171e4f4e : Don't call null callback in vendor lib
437624faef : Fix accidental hardcoding of 2+ extended feature page numbers
27c467bd20 : Move properties data primitive into btcore
a8e94f433e : Add comments to the device features and event mask structs
3f3f511a14 : Remove L2CAP_CORRUPT_ERTM_PKTS macro
8b46b5ea4e : Refactor bta_jv functions
bb7bd83ec4 : Remove duplicate local bdaddr management functions
911198a840 : Refactor btm_devctl reset sequence
00b385ba05 : Prune BTM_ReadLocalVersion
070d11cc5e : Remove <BT 2.0 workarounds
2916eb3d88 : Prune BTM_SetSecurityMode and GAP_SetSecurityMode
d79b0e2f13 : Add temporary callbacked wrapper for module startup
ea68e2ecb0 : Removing unnecessary BTAPI #defines.
3fba43bd39 : Add a futured version of the HCI transmit_command
285eaddb86 : Remove some < BT 2.1 code & repeated init
73891ef151 : Remove BTM_SetDeviceClass call in devctl
8ac69522d3 : Remove duplicate L2CAP_NUM_FIXED_CHNLS
ce312ecfc4 : Remove unused hci_cmd_cb in btu
371f50d8bc : Modulizification of bt_utils
b8390c1d51 : Modulizification of btif_config
8462c24332 : Remove BTTRC_INCLUDED
434d60c4a5 : Modulizification of GKI
3091fd42cb : Modulizification of the HCI layer
79b080fde5 : Add paired cleanup routine for logmsg
e4deaa521a : Move module_management_stop to clean_up
03234667b6 : Refactor btsnoop and stack config into modules
015d6535f6 : First pass at implementing modules
4b384760dc : Unregister BTU queues upon shutdown
8609a554bf : Remove HCI access macros
c7a78ee022 : Remove GKI task code
2e8d481ca5 : Replace bt media GKI task with thread_t
24b6e4491b : Remove btu_task and replace with bt_workqueue reactor
c8494ca59e : Logging cleanup
f329b010dd : Remove unused definitions from bt_target.h
3a5f99ce61 : Eliminate memory leaks and unsafe callbacks in BTA and BTE.
37d1b01b30 : Add string hashing function using djb2
4583f03fd6 : Disassociate hash algorithm with hash function name
99243782e0 : Rewerite btif_sendmsg in terms of thread_post
3ee8bff8fd : Fix alarm setting for newer deadlines
ca5352fe80 : Post adapter_state_changed events to the JNI workqueue
da3cb9b21f : Don't send adapter change until stack manager updates state
6d254f8312 : Eliminate memory leak in stack initialization.
1f6903b653 : Fix bug where some BTU timer callbacks weren't propagated in a timely manner.
d0a32283a6 : Fix timeout values for BTA system timers.
3b104f573b : Add back timer list entry in_use field
2c8c27ffef : Enable assertions.
c30446bafd : Remove btif enable state management
5d083de077 : Make stack manager functions not finish until action complete
c805b37a73 : s/async_result/future/g and also improve the future API
22fec9af0b : Make semaphore_free idempotent
ed9491bea5 : Move all stack init/start_up/shut_down/clean_up on a single known thread
4d45fa1ca3 : async_result abstraction for signaling async return values
14f231efb1 : Fix packet fragmenter so it doesn't request acl sizes unless it's actually an ACL packet
3f22cf8e59 : Shuffle HCI layer internal functions into a more logical ordering
18108dd6a6 : Refactor bte_main into more of a shell.
26b3c96661 : Add non-repeating timer wrapper for alarm
2029688508 : HCI layer cleanup
af21a39b9f : Remove must-always-be-true BTU_BTA_INCLUDED
4cbdea2b54 : Add a check for a NULL root element from tinyxml2's XMLDocument.
fa4a451704 : Fix silly freeing of buffer.data instead of buffer
ad068419cc : Sink all HCI transmission management into the HCI layer
57f4259efe : Demote timer hashmap entry failure log message
2408fb9fa2 : btif task removal and reactor insertion
1fe1f200c6 : GKI task entry points should have a consistent signature.
f2a8b846d6 : Code cleanup in GKI layer.
c8d872e8ff : Eliminate unnecessary macros GKI_API, EXPORT_API, and UDRV_API.
22c0a9a3bb : Delete GKI debug code.
3074c8005b : Eliminate GKI_os_malloc and GKI_os_free.
a2f680597c : Eliminate unused variables bufpool{0..15} in GKI control block.
fc1887b244 : GKI_USE_DEFERED_ALLOC_BUF_POOLS is always defined. Flatten code paths.
6457d9191b : Remove unused fields from GKI internal header.
652f47486e : Cleanup and remove unused variables in GKI's common OS control block.
8a715fa1ad : Use arrays instead of variable names like Tmr0, Tmr1, ... in GKI.
c76a181f99 : Eliminate all attempts to set scheduling policy (all no-ops).
2da9a3f5d2 : Eliminate GKI_run and GKI_stop. Neither had any effect.
bbfaffd3b7 : Eliminate always-on macro GKI_PTHREAD_JOINABLE.
68180acff6 : Eliminate unused 'stack' concept for GKI tasks.
44ac3c88d4 : Move BTU task creation into stack/btu/btu_init.c.
094809f239 : Replace timers and btu_task
8c88ca4fcc : Replace mailboxes with fixed queues.
bb55bcec1b : Remove #define BTA_SYS_TIMER_PERIOD
78be09a3e4 : Remove unused BTU timer/event APIs
e468cf91a6 : Fix memory leak in L2CAP utils
5e634fcfcd : Replace BUFFER_Q with list_t
0307a5143e : Replace A2DP BUFFER_Q with a list
d591fbd245 : Remove unused function BTM_SecSetConnectFilterCallback
d5b3a3a94f : Make SCO sockets request eSCO instead of SCO
9ed6e05553 : Fix memory leak in RFCOMM sockets where some lists were not being freed.
c7fe70b62c : Remove unused #define BTU_CMD_CMPL_TOUT_DOUBLE_CHECK
37192c6c26 : Remove unused definitions using GKI events
c1b208b946 : Re-layout Android.mk for single shared library
c378a91eef : Remove unncessary socket write to SCO socket.
fdb048327f : Update SCO sockets to use OSI.
98449c6bee : Rewrite the btif_sock module.
7fa60ab762 : Implement GKI timers in terms of alarm.c. This also fixes some alarm/wake lock bugs.
fd944ab8df : Remove unused "file system" concept & friends
f0ddcbeb79 : Remove Windows related macros
d6e92629ec : Eliminate call out/in indirection in bta_sys
9c9f838546 : Remove FM/GPS/NFC related definitions
4eba97c90d : Make the DURING test stub macro support checking multiple modes at a time
3d583f5c23 : Remove _WIDCOMM defines and AMP VSE events from hcidefs.h
c653c4f7d1 : Remove some more unused Broadcom specific macros
9e9c45378b : Remove BTM_ReadBrcmFeatures because it shouldn't exist and isn't used
77798cab29 : Remove the company id defines (except broadcom for now)
5b0ec75bf9 : Remove printf when attempting SDP requests.
0e6d782a49 : Implement BTM_InqDbRead in terms of btm_inq_db_find
6f64b691f2 : Remove never used function BTM_GetNumLeLinks
8f6a71906b : Modify allocation tracking to include and verify the allocation source
989f1622d0 : Add memory canaries and turn them on for unit tests
050915e19e : Remove unused function BTM_SetInquiryFilterCallback
0a700c37c1 : Remove unused function BTM_InquiryRegisterForChanges and associated code
d2e16df64d : Add a VALGRIND #define to heap-allocate all GKI buffers.
24e196c2bf : Fix memory leak in BTU where enequeued buffers were never freed on shutdown.
4863b60ae7 : Rename init/cleanup to start_up/shut_down in the HCI layer
ea3f0b198d : Don't pass in uninitialized memory to epoll_ctl. Make valgrind happy.
ab0d63d749 : Remove incomplete FTP #defines and implementation
8b403ccafc : Remove unreferenced BTRC_DISP macro
5cf33d25bc : Remove unreferenced BTE macros
7e1f98a215 : Fix heap memory leak by placing the BT device struct in static storage
1e765361bd : Removed always false macro BTM_INQ_GET_REMOTE_NAME
cd685116d1 : Remove some never used BTM macros
308d64accb : Remove always false macro L2CAP_HOST_FLOW_CTRL
702c84bf1f : Remove unused #define's BTM_IS_CONNECTABLE and BTM_IS_DISCOVERABLE
d67027dc38 : Eliminate unused #define BTM_INTERNAL_BB
99c52d5044 : Use osi_free with osi_calloc in HCI layer to avoid corruption
778e5bcc5f : Remove unused auto-reset code path, with associated macros.
749f179e0c : Remove unused #define BTM_AFTER_RESET_TIMEOUT
97e3b1473d : Remove indirection in the controller reset sequence
9cbca2fa23 : Fix issue where last character of device name is missing
9f63ec8094 : Add a UUID module to btcore for operating on UUIDs.
fadfcb267e : Introduce btcore, a low-level library to manipulate Bluetooth data types.
abbc1cdb9e : Fix digital transposition in saving binary config data
f3b786a340 : Eliminate unused arguments to btif_config and clarify variable names
4523f39633 : Switch over from an XML based file format to .INI-style conf files
ef086930a2 : Add a method to check for available bytes on a socket
026070c2cd : Make osi_strdup report allocation size correctly
764663a3c0 : Move HCI over to the osi allocators, and fix the tests accordingly
8807fafa08 : Finish allocation tracking for the rest of osi
3ee73226bf : Remove unused #define RPC_INCLUDED
93f0b63b25 : Fix timer allocations in the test harness, so bdtest runs again
a9618c1de3 : Correct comments and some redundant statements.
5bdfd1863e : Remove must-always-be-on #define HCISU_H4_INCLUDED
bfa6e9b5a3 : Add strdup to tracked allocations
a9fe733398 : Add internal constructors to hash map and list
d0ee82a6fb : Clean up scattered naive hash functions
1af754eafa : Move some of osi to use the allocation interfaces
ac3337d284 : Add a method to pass file descriptors and one to create a socket from an fd.
02184400ce : Rewrite the SCO socket implementation to be more robust.
230d6d2893 : Move the disconnect_immediately logic so that it's only in effect for data sockets
63ea1f5d6b : Clear connected & disconnect_immediately flags when intializing SCO sockets
b6ac3d80a5 : Fix a race condition where closing a SCO connection that was not yet fully open would silently fail.
6879c7a4c9 : Clean up closed SCO listen sockets
de57f27931 : Fix locking in btsock_sco_signaled
03b4537b17 : Refactor SCO code to allow closing
8085d7a28e : SCO socket support in bluedroid
7cd811cd90 : Enforce GKI API buffer usage
cd14d26ac5 : Refactor RFCOMM code; also fixes a random-disconnect / performance bug.
4040d553a5 : Implement memory allocation tracker
d2d4784702 : Add common hash functions so we don't have to redefine everywhere
81e3d2467f : Remove unnecessary layer of indirection
d2ac64c644 : Add back hash_map_test to ositests
12d5da89fa : Global counter API for bluedroid
acd8391403 : Added encapulsated iterator to hashmap
724379cefd : Modify eager reader to support multi-byte reads
4e78ea9bd9 : H4: -1 -> INVALID_FD; make uart_fd invalid on close
20eaa1f15e : Implement an HCI HAL for MCT
ec094b82cd : Scope the lock_count variable in the alarm test harness
2fac9456d9 : Unspecial-case the zero queue in the data dispatcher
454283635f : Refactor HCI layer
873563e5b2 : Add eager reader
8c24700e80 : Add stub testing macros
c21df3f59e : Refactor alarm tests to use a test harness
4272bb9539 : Add some stream skip macros for code clarity
0170eab689 : Add peek + dequeue registratation to fixed queue
75ab8a1e86 : Add a join function to thread
43c7478dfc : Make hash map support NULL or 0 keys
50c4e33292 : Add an allocator interface + default malloc allocator
9338582ac5 : Switch to an epoll-based reactor implementation.
294d8b60eb : Fix build after enabling assertions: variable reactor is no longer defined.
bb391ad3fe : Add a function to check if a string represents a bdaddr
2a687aff6b : Const-correctness for str2bd.
bdf47dddc0 : Add a method to create a config object without loading from disk.
423509a026 : Add thread_is_self function
cafdf98c86 : Add a tool to inject HCI commands into bluedroid.
4c2a531bba : btpan thread signal function workaround
48fd503955 : Extend add/subtract operations to atomics
079da2b165 : Add 64 bit atomic types
b97178ebcd : Increase thread queue size above default
aae3720131 : Add fixed queue size option to thread creation
eddb25449e : Expose fixed queue capacity
f2bd86bc1c : Fix reactor to use prepend, fix reactor tests
9e68b2a89b : Fix socket to use safe reactor registration
2f9fc97d05 : Implement a data dispatcher.
fd5f0c3009 : Hide thread's reactor
21a0b9d57f : Add functions on fixed_queue to check empty state
8d6ac5e571 : Replace magic number used instead of MAX_RFC_CHANNEL number.
cffe615d63 : osi: Support for atomic data types
d11c3539ee : Fix build: include osi.h from semaphore to get definition of INVALID_FD
a9d790feca : Define INVALID_FD to improve readability and reduce likelihood of errors
f86bb3434e : Allow iterating over sections in a config file and writing config to disk.
abee85d883 : Switch over duplicated timer_create routines to new alarm code.
977c6bfb6c : Add a mechanism for debug tools to inject HCI commands into the HCI stream.
cf78d60e31 : Expose thread's reactor so we can register new fds with it.
62bb733ff2 : hci: Renaming of callback functions
52509db3c2 : hash_map header uses standard integral types so it must include stdint.h.
b349180bf2 : Wake up reactor whenever a new object is registered/unregistered.
8c45c0ab0e : Introduce a socket class
069f381028 : Remove some unused code in L2CAP
15f587d39c : osi: hash map implementation
04db9fd7f4 : Fix gatt_main.c compile error due to log macro change
80e855f4f0 : rfcomm: Check for null pointers on DLC request
a5109deb2a : Release GATT resources upon teardown
0e2ad59882 : Add a system property for libbt-vendor.so initialization timeout
c373c322ae : Removing deprecated live_folders creation support
c7a8973791 : Import translations. DO NOT MERGE
5630b097a0 : Use overlay values for computing the energy used.
675ad5935c : Remove dead code, mostly DataStateTracker.
1e83c072e6 : Fix build when BT_AV_SINK is enabled.
80126abad5 : Change WiFi and Bluetooth ActivityEnergyInfo classes
6613dd3094 : Pass in time at which the energy info sample was collected
1aa3b5bcc9 : Import translations. DO NOT MERGE
469f7da029 : Add NOTICE and MODULE_LICENSE files
90c07d9027 : Change pairing_cb to assume temporary pairing by default
caedca7740 : DO NOT MERGE ANYWHERE Bluetooth native dumpsys logging support (2/4)
0bb7222b2b : DO NOT MERGE ANYWHERE Bluetooth native dumpsys logging support (3/4)
e550ed7c3b : DO NOT MERGE ANYWHERE Bluetooth native dumpsys logging support (4/4)
79fb09125d : Don't truncate the top 16 bits of the LE advertisement data mask.
a758133e0b : Remove unused imports in frameworks/base.
a25181e70c : Import translations. DO NOT MERGE
9882bf73dd : reword channle to channel
95096b52e1 : Fix the GCC build after fixing the clang build.
42e8697e17 : Ignore typdef redefintion warning to fix build.
7bc1b357e5 : Adding a new param to calculateLength for SMS to indicate if called for a segment of multipart msg.
aaf9a9390c : Ignore service UUID length if no UUID filter is specified
3848411432 : Import translations. DO NOT MERGE
4c5e1298b2 : Add API to check if a Bluetooth connection is encrypted (1/2)
08579c5b30 : Fix some more missing libc includes.
b6600692fe : Separate the protection of mProxyServiceStateCallbacks from that of mService
f5eb7853bd : Add flag indicating encrypted connections to btif_dm_get_connection_state()
39e0c1f937 : Add API to check if a Bluetooth connection is encrypted (2/2)
10d2cdbf59 : Import translations. DO NOT MERGE
ad85d269c4 : Increase SDP buffer from 750 bytes to 4096 bytes
c724bca33e : Fix pthread_t confusion.
deb6d19edc : DO NOT MERGE Change pairing_cb to assume temporary pairing by default
2a8f775ab3 : DO NOT MERGE Change pairing_cb to assume temporary pairing by default
0471a3045b : DO NOT MERGE Change pairing_cb to assume temporary pairing by default
4fa095e614 : Fix non-standard pthread mutex interactions.
36d6b5f0ce : btif_pan: Grab interface declarations from net/if.h only.
3428192cf7 : Import translations. DO NOT MERGE
9ff1c2029f : Add missing <string.h> includes.
a793dbfb9d : Move mute/unmute handling to adjust volume paths
aeb19a5381 : Add missing includes.
b07112670d : bta_dm_search_cancel sends dm_search state machine complete events
6bb4070fea : Change pairing_cb to assume temporary pairing by default
5dbab51990 : Use LTE signal level when under LTE
d4d77e0728 : Fix omitted libc includes.
e179b5686b : Don't compute flags length for scan response
46c7e48622 : Remove GATT context if client registration did not succeed
b3090adbc6 : Rename reg/unreg OnSubscriptionsChangedListener.
94c8193a55 : Improve VCARD filter logic and reduce log spam
923d22cc94 : LE: Add error status to failed write operation
ba60f90888 : Import translations. DO NOT MERGE
bd1ee3d495 : Fix Bluetooth crash when all filters are used.
cf88ebe219 : Relax max PCM frames per tick a bit
958d25baf4 : Fix missing #includes in external/bluetooth.
c31ab4dcc9 : Added check if the device address is random
0b0e742537 : Import translations. DO NOT MERGE
0190837e14 : BluetoothManagerService: Enforce DUMP permission
88217b5bea : Add hwp MIME type to transfer/receive over bluetooth
6952fe4f71 : Add EventLog for configHciSnoopLog() security check
cae9d281b5 : Allow connection parameters updates by slave
4b8cf12f20 : Enforce BLUETOOTH_PRIVILEGED permission for HID-over-GATT
14fc553dd0 : Allow system process to interact with Bluetooth across users.
dc200017cd : Cleanup Obsolete LOCAL_PRELINK_MODULE.
c2f4102e3a : Prevent possible NullPointerException when service is destroyed
733656c676 : Don't send the onServiceDisconnected callback after close.
5d8940d6b2 : Prevent non-system users from enabling Bluetooth HCI logging
c286a52c40 : Remove bogus apache-http dependency.
73e7f11a46 : Prevent duplicate OPP permission request dialogs
b54f41af42 : Remove bogus apache-http dependency.
e887563471 : Prevent Cursor leakage in Bluetooth MAP
3dc25604ff : Rename isValidSubId to isValidSubscriptionid.
54e0c99fe8 : Initial empty repository
13fa7292d5 : Only add successfully bound profile services to mProfileServices.
a86bfff223 : Prevent NullPointerException in getStringValue if no value is set
2988528394 : Do not log LE encryption keys or passkey
5ba69b7a45 : Fix timestamp parsing issue for full scan results.
4258dd4303 : Import translations. DO NOT MERGE
c218299e3a : LE: Register for service change indication
d26beb2d4a : Cleanups needed to make clang happy
9640f6ce7b : Allow SystemUI access to bluetooth from user 0
9cb4d9c943 : Bluetooth: Turn off unused-XXX warnings
c6333f1bd7 : LE: Ignore non-volatile GATT service cache for non-bonded devices
c174600979 : Fix BT crash due to unset value for BluetoothGattDescriptor from API user
3362fef6d2 : Change the routing path of bluetooth headset connections.
bff8dd90e7 : Nullpointer check on mAdapterService in ProfileService#onCreate
99313195d8 : Prevent Java call for acquiring already held wakelock
07a7db589f : Revert "Bluetooth: Added Shared Preferences to restore tethering preference"
47b96a7eab : Remove missing object to avoid NPE
d72fb540d4 : Make GKI_TIMER_INTERVAL_FOR_WAKELOCK configurable for different target
5fd5f24bb7 : Fix broken Bluetooth tests.
682d1ad963 : Add GATT debug information to dumpsys/bugreport
6cb4ec00a8 : Allow managed profile apps to use some bluetooth functionality.
7924664db3 : Turn off map debug verbose messages
5682be9ee6 : Add server-side callback for change in MTU (4/4)
9d1552a566 : Add server-side callback for change in MTU (3/4)
ca26aeae02 : Add server-side callback for change in MTU (2/4)
8b40a4fe9a : Remove unnecessary check of multiple advertise instance count.
d5d9abb73a : PAN TAP fd is not monitored in all cases
b7b256592d : DO NOT MERGE Move wake alarm setting and releasing into AdapterService's handler
4feaba9942 : gki_buffer: add missing mutex unlock
02aa7337ed : Check previous user confirmation before auto-confirm put request
1226302e91 : Check previous user confirmation before auto-confirm put request
f24f911f59 : Check previous user confirmation before auto-confirm put request
79c574c79e : Import translations. DO NOT MERGE
ff5b6303f3 : DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms
947b392d25 : Add UUID for Pbap client
25ca8a9e44 : Additional changes to SubscriptionManager API as per API council.
f3cbc1e72d : Revert "Additional changes to SubscriptionManager API as per API council."
9127918079 : Clean up SetADV and ScanResp data memory leak.
0ed59c08b7 : Import translations. DO NOT MERGE
766a2d3c11 : Additional changes to SubscriptionManager API as per API council.
ef76751261 : LE: Use LE specific I/O capabilities
11327f1d19 : Enforce Authentication for incoming HID connection
7e26e12d31 : Use the device type from saved properties instead of assuming default
afd0f43bf3 : DO NOT MERGE Remove overflow rate limiting when reading A2DP frames
83b1e162fe : Remove overflow rate limiting when reading A2DP frames
0fc81247ed : Check previous user confirmation before auto-confirm put request
0f5abcc53c : Feature request: Increasing advertise data size on non-connectable adv. When the advertisement is non-connectable, give back the bytes to the advertiser where the adv flags would have been. This increases the non-connectable advertisement's advertise data from 24 to 27 bytes.
32df231206 : Disable some clang warnings
6564d2fd7b : Import translations. DO NOT MERGE
71ee67648e : Update SubscriptionManager API as per API council.
c1d96b637e : Bluetooth fails to turn off with keyboard and headset connected
4714f3a3b3 : Dont call close in in BluetoothA2dp finalize
3f294121ea : Fix crash during Bluetooth on/off stress test
319bb02cea : Import translations. DO NOT MERGE
a8497de649 : Fix "no instances found for adv" when stop BLE scanning.
b3a0be361d : updateshare confirm logic missed cases like CONFIRMATION_DENIED, TIMEOUT. fix it
b15f5ecf5b : HOGP: Do not remove device from whitelist on encryption failure
dd7bf3e552 : Add BluetoothDevice field to BluetoothHeadsetClientCall
19d436d608 : Add BluetoothDevice field to BluetoothHeadsetClientCall
f26f33171f : Import translations. DO NOT MERGE
eb295280c5 : audio HAL: remove misleading error log
b43c6aad70 : Fix batch timestamp parsing error.
716c1fbbe1 : Fix crash during Bluetooth on/off stress test
c84b0bffe0 : Add dumpsys support for bluetooth
c0b8ac0a09 : Add dumpsys support for bluetooth
e831706dd3 : Make sure now_us returns a value bigger than the previous one
8e512c6e99 : Revert "Correct the OBEX OPP Profile version"
1c730df302 : When local device originated connection to hid device, move out of quiet mode
586fb14f4d : LE: Make local privacy configurable
5bf9d504ba : Don't starve a BT ACL link with 0 xmit quota
4bab9e8953 : updateshare confirm logic missed cases like CONFIRMATION_DENIED, TIMEOUT. fix it
f8d23242d7 : Change subId to int from long
4e2d19b9fa : LE: Do not remove bond on encryption failure
6305279abe : Import translations. DO NOT MERGE
4886815668 : Cache HOGP HID report map
849abb8344 : Import translations. DO NOT MERGE
d4b9486cac : Native crash SIGSEGV bad ptr from /system/lib/libdvm.so
d38150d305 : Remove spammy log information for BLE scan.
b16e71885e : Remove spammy log information for BLE scan.
3267541ee3 : Remove spammy log information for BLE scan.
e8b59af9cb : A2DP: Lowering maximum PCM frame limit to avoid audio breaks
0a8cd4f7c4 : Retry pairing if the device did not respond (page timeout)
1afd3f4e1a : Update javadoc comments for getBluetoothLeAdvertiser()
8caa976369 : Implement GATT service cache
68e110a6af : Add CHANGE_NETWORK_STATE permission to bt tests
9ff407b1e3 : DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2
4119c2119b : LE: Serialize multiple connection parameter update requests
5fd02b543a : Increment seq before adding to packet in avdt_scb_hdl_write_req_no_frag
d961e78f3f : ignore telephony call state if telephony mgr state is idle
5d9ea3f257 : Fix issue #17829949: Don't kill Bluetooth service...
b7ad0684aa : Issue: turning on bluetooth headset in call doesn't change route (2/2).
d1aac75359 : Added missing A2DP priority on java alarm service
1426ba1d7a : Revert "Unable to connect to a Motorola s705 until Bluetooth was toggled of and back on"
607bc6e0ec : Update AVRCP play status only if music is streaming
328fb4b3e2 : Remove one line of unused code.
846971256d : Add support of advertising through standard instance.(4/4)
887d11b721 : Add support of advertising through standard instance.(2/4)
52babc2fd3 : Add support of advertising through standard instance.(1/4)
9f9e89a75e : Moving STATE_DISCONNECTED broadcast.
95eda9665e : Revert "anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer"
fb855a83fe : Import translations. DO NOT MERGE
eaa46bcd68 : Import translations. DO NOT MERGE
e6fa5f3e8f : Import translations. DO NOT MERGE
354a05b7a4 : Import translations. DO NOT MERGE
b3c3079abb : Import translations. DO NOT MERGE
c2e594e731 : Import translations. DO NOT MERGE
0ae68b9661 : Import translations. DO NOT MERGE
71a09e4297 : Import translations. DO NOT MERGE
afeb1a17a1 : Import translations. DO NOT MERGE
f651335763 : Import translations. DO NOT MERGE
cfbef47af3 : LE: Peer device's latest RPA is not being applied
dc12c061fe : Raise A2DP threat priority to avoid music breaks
4877159207 : Import translations. DO NOT MERGE
d5a00b71d8 : Import translations. DO NOT MERGE
e162fcfbc8 : Import translations. DO NOT MERGE
2965e4361a : Import translations. DO NOT MERGE
01c8cd91a3 : Import translations. DO NOT MERGE
ccebe7c277 : DO NOT MERGE AVRCP: Proper handling of Fragmented AVCTP packet
0326dde53f : Fix an "array index out of bound" bug for RPA.
4e77afc5af : MAP: Return OBEX_HTTP_NOT_IMPLEMENTED for msgUpdate for sms/mms
52a549a164 : Import translations. DO NOT MERGE
d3ae7b89e3 : Add HOGP as hid profile when the remote device contain HOGP service
7a1e1be27b : Fixed a Bluetooth MAP bug.
f203cf7b9e : Import translations. DO NOT MERGE
67e4690215 : BT MAP: fix problem with fetching CDMA messages
0f4c82beee : Import translations. DO NOT MERGE
c4467a4c23 : Import translations. DO NOT MERGE
549a4591ba : Import translations. DO NOT MERGE
65370dda0b : Import translations. DO NOT MERGE
b7631c8a41 : Import translations. DO NOT MERGE
645b737cbb : Remove remanents of onConnectionCongested in framwork
13f16050d4 : Null check for irk entry
8db30c7265 : Defer callbacks if the transport is congested
608b7f7e9f : anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer
0c03f96248 : Set FLAG_RECEIVER_FOREGROUND when broadcasting ACTION_PAIRING_REQUEST.
b3552af208 : Remove HOGP device from background connection list
34cf031bcc : Import translations. DO NOT MERGE
fb054b2769 : Import translations. DO NOT MERGE
2ac4728a6e : Import translations. DO NOT MERGE
2d0b3cccdf : Import translations. DO NOT MERGE
79825007b9 : Import translations. DO NOT MERGE
62c119864e : Fix of memset usage
b695a03e2e : Suppress the warning compiled with gcc-4.9
13173b8e10 : All 00 mac address with advt
6e8f089d5c : Enable flow control when tx buffer is full and peer stuck in receiving
e0d1abd761 : Save alias in RemoteDevice property before passing it to native layer
b2c0739170 : Check userial fd before reading
e849024ca3 : Add ability to preserve existing snoop log
e4de84fe27 : For pairing over le transport, set default device type and address type
8af0e1cd73 : Fix a typo that compares scanMode with callback types.
bafaf22a8b : Document LE IO capabilities and use BR/EDR constant for LE
5620277326 : Use unified Tethering Permission Check
e7890cfa3a : Don't leak PII into the logs.
0b7a3a0b85 : Import translations. DO NOT MERGE
bd923dd46e : Import translations. DO NOT MERGE
3d123c300a : Import translations. DO NOT MERGE
1703c91587 : Bluetooth now properly saves A2DP status.
6788c9b1f5 : Migrates PBAP and MAP access permission data from Settings to Bluetooth.
59d3ea081f : Import translations. DO NOT MERGE
3c7bb20d10 : host cannot recover when connection exceed controller capability
659c626a0c : Avoid premature LE connection notifaction to app
d1eeae33ad : Enforce permissions for BLE hidden APIs.
081b680ea7 : MAP: Workaround for missing size values in message data base
fe20d098d4 : [DS] Response fail instead of not response at all
303fe103bb : Bluetooth sub selection
0fb178264c : [DS] Call cannot call out from Car kit
d50b5615c1 : Remove onConnectionCongested callback
b37f2398c0 : LE: Use random address when initiating background connections
125d892acc : Fix ADV data exceeding max adv packet length
af9f1abf4f : Applied Material theme to Bluetooth file acceptance dialog.
d972ded9ca : BT-HF: Disable Multi HF feature.
bc5539ee2d : LE link_xmit_quota is not correctly allocated
3816010ca5 : Adds APIs for Bluetooth PBAP and MAP access permission.
3736ae65be : Fixed SMP pairing failure due to race condition
a31cc96811 : Pairing failed after 50 attempts
7a2eb980aa : SMP doesn't detect the event of local processing taking more than SMP timeout (30 sec)
4d355187d9 : If L2CA_ConnectFixedChnl fails, free L2CAP lcb for the attempted connection
726acbdc80 : LE: Disable background connections if RPA offloading is not supported
3dcf68158f : Change broadcast ACTION_CONNECTION_ACCESS_REQUEST to be ordered.
bde610b30d : Fix issues with manufacturer ID prefix scan filter.
3502e3cc83 : LE: Remove stored link key if encryption fails due to missing key (remote)
2645239fb7 : Do not reuse all pass filter index.
75c0d1f42a : Notify that link is up after LE read remote features completes
c54efddb4f : Make sure conn_id is valid before using it
735a71484a : Fixed batch scan returning status 12 when restarted.
82953562e4 : Return right connection status when connection failed
ae8cbe312c : Avoid premature LE connection notifaction to app
be79be3cc8 : Set random address before connection request
c4c0d690ee : Fix error in tick calculation when timer is removed
7db35a282d : Add an override for entering sniff mode after idle on FTS and OTP
17d9ebbde8 : Avoid race condition in SBC encoder initialization
97529fc1bd : Limit the time PAN can occupy the BTU stack thread
3002d9ddc3 : Clean up fd when failed to add monitor thread
6398bb323c : Close the base socket when bindListen fails
acfd7af587 : Bluetooth: Properly initialize UART fds
e1a357c1cd : Unregister app when advertise failed after registration.
8ea5347cd9 : Bluetooth: Trigger bta_dm_disable_timer_cback() again if remove ACL failed
7429bd336d : Automatically determine transport to used to read RSSI.
80f75f4db1 : Protect against Bluetooth share crash because of invalid timer callback
451b131c77 : Add LE device to inquiry DB before pairing
8aaf395280 : onBatchScanStorageConfigured returns status 12
ce29e79d70 : More precise control of batch alarm.
e2054227e0 : redirect the ff/rw key event to ff/rw enabled player
cb39c9d207 : Colored notifications
4f8db63d19 : Set batch scan params based on scan settings.
dfcf8cfc69 : scanWindow and interval are reversed
2e9723bc51 : GKI_exception on running longer batch scans
4ff5f8fa0f : Import translations. DO NOT MERGE
b38e7a4fbc : Listen for phone state on connect instead of SLC
12dcff5934 : Import translations. DO NOT MERGE
f5bf8f0ee1 : Import translations. DO NOT MERGE
10e75c479a : Fix race condition when advertising app dies.
2294d73123 : use correct trace debug level
d195906042 : Protect against potential endless loop in BTU task timer handling
6b54db9d5e : LE: Rename new MTU and connection paramter update APIs
2d5b62dc2e : LE: Rename new MTU and connection paramter update APIs
3f059683cd : Stop using LinkProperties for static configuration.
52f5d0b0b4 : MAP: SDP corruption
8a6588e792 : Fix threading issue for advertising.
3df937b6b9 : Correct the OBEX OPP Profile version
e9e559f5ce : LE: Remove general/limited discoverability bits for non-connectable adv
6c5b1d618e : Import translations. DO NOT MERGE
191258772a : Fix userial build error for Razor/Mako/Flo
2af46f03b7 : LE: Fix build for devices not support BLE/Privacy
3a6c35dba6 : Fix race condition for BluetoothLeScanner.
8adda7c563 : Allow SystemUI to control Bluetooth for secondary users
acac2d642a : Import translations. DO NOT MERGE
bad2f799d5 : Bluetooth: Restarting PM timer during incoming rfcomm data.
4e8977b928 : Remove IRK entry from controller when LE device is unpaired
eedc21025a : Fix API council review comments. Also hide certain APIs(2/3).
8a13e00e9c : Fix API council review comments. Also hide certain APIs(1/3).
135bb2c172 : Eliminate userial thread race condition
5f9d25e2e0 : Import translations. DO NOT MERGE
d226d805c9 : enhance the "invalid rfc slot id" log to include the caller's name
8350757d80 : Implement MHL RAP transmission.
90b13ed753 : Protect from malformed advt with invalid manf_id/data combo
ffabc5116b : Prevent crash in Gatt service due to null pointer in BluetoothGattCharacteristic from framework
e5029e7866 : Add protection before cleaning up adv and scan manager.
e13f66a39c : Clean up advertise and scan clients upon bluetooth down.
50535a3dd4 : Fixed SMP failure for Privacy enabled Multi-Adv
a6435ac905 : LE: Fix limited advertising not stopping after timeout
fa986dc5ce : Enable local privacy configuration based on flag
fa35bfa86c : Import translations. DO NOT MERGE
9d00064d27 : Import translations. DO NOT MERGE
8108d6d234 : Use nanos instead of micros in BLE scan.
e11eda1672 : Protect hci library cleanup with mutex
e08d3a4409 : Fix batch scan not reporting regression.
0df2c6ed58 : A2DP: Protect against division-by-zero error in bitpool calculation
10825be905 : LE: Fix multi-advertiser not rotation BDA correctly
a6af965258 : Make directory structure + Java packages consistent.
8117176209 : Additional rebase fixes
3970c0daaa : Fix Bluedroid rebase error
06fa7a98f4 : LE: Add limited advertising duration capability (2/3)
13d8989634 : Add a TLV to support different result storage
5206fbe3eb : Fix build error in bluedroid
ac1f78d3d1 : Moved per device tx power configuration capability in bdroid_buildcfg.h
053166fbc4 : Fix build.
f488bf5c6e : OnLost/OnFound integration - onfound match is done in framework, whereas hw signal is used to report onlost.
3ee2428e8d : OnFound/Lost reporting: s/w detects the first match and hw signal is used to report onlost.
235759bcea : Use run time parameters to control LE features
e21b327c28 : fix build.
410aff7eb5 : LE: Add limited advertising duration capability (3/3)
71cabdbf74 : Change max GATT apps from 10 to 32.
8c1661460b : Revert "commit 001ccea74ec61b1be00c8ede827f55c0359d1051 Author: Nitin Shivpure <nshivpur@codeaurora.org> Date: Tue Jun 17 16:29:18 2014 +0530"
71c8c4ec81 : Clear pending data and allow all filter when batch stopped.
b677fa85bf : BT MAP: added support for email sharing over BT
998d0eef06 : BT MAP: added support for email sharing over BT
bca98d1a48 : Add transport parameter to createBond() function (4/4)
0a869c6f3e : Workaround for reversed mac addresses in batch scan.
d82fd3386e : Add transport parameter to createBond() function (3/4)
a0dab85067 : Add transport parameter to createBond() function (2/4)
ab40a156ed : Check null mHandler condition before invoking method on it
76aafac5db : MHF: Return the correct connection state for headset.
bc3fdfcad7 : LE: Fix random address resolution when done in the stack
fe2a07f9cd : Change discard rule.
d3d370d5bc : Add a default impelementation of IBluetoothGattCallback(2/2).
1490c398ab : Add a default impelementation of IBluetoothGattCallback(1/2).
f4506ab5f2 : update test to build and run with latest BT HAL
f59709e667 : Revert "Revert "Service data and manufacturer data can be repeated fields.""
a36e327989 : Change service data and manufacturer data to be repeated.
889fd4f83a : LE batchscan consolidated reports
d6c6062d61 : Blacklist Apple HID devices to skip SDP
6890be171e : Fixed wrong return condition when all RFCOMM data was sent succesfully
a1b8375689 : Revert "Service data and manufacturer data can be repeated fields."
1398207096 : Service data and manufacturer data can be repeated fields.
4e811867a2 : ADV data override issue
4ab971cb52 : Added function headers.
48ab93dfc9 : Reduce batch supported threshold to 1024 bytes
5ee149af35 : Incorrect data type in local LE features bt_local_le_features_t of wrong size
6a06da21b9 : Unnecessary l2cap idle timer is being restarted everytime mode change to active
e83d6ab23e : When HOGP reconnection fails, it will lose all cached HID report
dc1773650a : Incorrect data type bt_local_le_features_t of wrong size
702ab3a913 : Execute Write Response shall be sent after the attributes are written
336ce690f2 : Update simultaneous LE BR/EDR host support bit for 4.1 controller and 4.1 stack
55753001e2 : Tx power is 0 in ADV packet
ad2d80b225 : Import translations. DO NOT MERGE
c1a26cbab1 : Service change indication is not sent to a bonded remote device sometimes
f3dd8b093b : ADV flag is missing LE discoverable flag
092d873516 : Cannot resolve RPA from a DUMO device when being a peripheral device
3659ece07f : Bug 16498557 Inconsistent energy reporting
29961dcb28 : Bug 16630976 - Fix for LE Scan not working
6667ce1fbe : Bluetooth: Cleaning up pan_conn DB, if connection is not successful. - do not merge
c32779e268 : Bluetooth: Update security for HID Devices to Encrypt on BT On. - do not merge
69bf43cdf4 : Bluetooth: Getbuf returning invalid buffer pointer - do not merge
ba08ab9388 : LE: Fix problem where pending command is not sent after pairing
02afb9ee9c : Bluetooth: DIS: Only read the requested DIS characteristics
cdb1715a12 : Fix build due to removal of configureScanParams.
6951dbb98d : Refactor configuring scan params to scan manager
378a265dd2 : Fix service data filter and report delay issue.
3bb6609b72 : Settings app does not show BLE devices
d4a751b36d : Fix crash in Stopping/Starting BLE advertising after BluetoothAdapter cycling
b6ff2e2873 : Make scan filter accepts prefix. Add tests.
3c6b1fa59a : LE: Do not invoke callback if retrying read/write operation
44523493d2 : Split manu id and manu data.
85039d88a7 : commit 001ccea74ec61b1be00c8ede827f55c0359d1051 Author: Nitin Shivpure <nshivpur@codeaurora.org> Date: Tue Jun 17 16:29:18 2014 +0530
8679ce4a8b : Fix bug of ScanSettings. Add unit test.
4c2da32c9f : Use Scanner for legacy LE scans(1/2).
dfea30e573 : PM: Stop Power Manager Timer if in sniff mode - do not merge
c742ef27ca : audio HAL: add parameters to open stream functions
010675f9b7 : cleanup : delete BLE advertising related hidden state references in Bluetooth Adapter
8aaf0ab79b : Fix A2dp crash when re-starting Bluetooth services
121984ff51 : Work around race condition between thread shutdown and vendor lib shutdown.
9619e27a54 : Remove client from advertiseManager correctly
ff4064eb69 : Combine manu id and data before setting to stack.
db19e7cfa6 : Increase BLE background scan window for faster re-connection
340f0a4ae9 : Use scanner for lagacy LE scan (2/2).
e1dca0a478 : Move AdvertiseData length check to BluetoothAdvertiser.
23d2fb1a8e : Fix build for non BLE supported targets(nakasi and manta)
fa4272d4c3 : Import translations. DO NOT MERGE
53c97aee16 : Bug 15564216: Report Bluetooth tx/rx/idle activity info and energy reporting
b4799c5c2c : Fix parcel issues with empty service uuid. Added tests.
393c48f988 : Bug 15564216: Report Bluetooth tx/rx/idle activity info and energy reporting
2de2358fed : LE energy info feature
75fd880a0c : LE energy info feature
440bb964a1 : Add a ScanManager that handles Scan related operations. Remove GattServiceStateMachine.
961137a040 : Fix integer overflow in GKI timer calculation
d6dff03106 : Fix A2DP audio playback problem
263a00917f : Fix build
0afb91d1a9 : More API modification of BLE APIs (1/2).
911752af35 : Fix build: Revert the reversion done due to build failure. original commit id: f18e904a89460d36c8dd5cbec038fca71ca07ae3 revert commit id: 517741119749088b7561c0aa1a783f0c71151312
448ec944f2 : More API modification of BLE APIs (2/2)
10020cd600 : Reduce GATT logging output
b3ba5c3a8f : Initialize stack variable to eliminate warning
edf282aaed : Remove extraneous field inherited from parent makefile
ab2f9330b0 : LE: Add connection parameter update request API (2/4)
467c88489a : LE: Add connection parameter update request API (4/4)
3e86a83a88 : LE: Add connection parameter update request API (3/4)
d866e18d55 : Bluetooth: fix the HOGP device(iBUFFALO BSMBB09DS) pair and reconnect problem.
5177411197 : Fix builds: Revert "Added code to publish ble adv tx power in dBm"
a1c4e35171 : add command to enable bt snoop log
f18e904a89 : Added code to publish ble adv tx power in dBm
064e535057 : Fix build warning about unused argument.
0e3224eafd : Fix implicit declaration of function 'prctl' in bluedroid.
8790eab687 : Import translations. DO NOT MERGE
aed212f0cb : Fix string format error for 64-bit builds
7a9ba1ab2e : Import translations. DO NOT MERGE
b4d22267fc : Fix implicit declaration of function 'prctl' in bluedroid.
e913025364 : Add an AdvertiseManager for LE advertise operations.
c994501731 : Remove deprecated locales - DO NOT MERGE
b032fc3957 : Make auto connect work for multiple known BLE devices
196019e688 : Revert "Revert "Clean up messy dispatch in bt_hci_bdroid by using new primitives.""
975344c7a3 : Reduce GATT logging output
0fc10c54e4 : Remove deprecated locales
c469353652 : Remove deprecated locales
61ae5b8f4d : A simple, thread-safe timer API for bluedroid.
c8ac41b158 : Revert "Clean up messy dispatch in bt_hci_bdroid by using new primitives."
7307e4e613 : Import translations. DO NOT MERGE
75633dd26d : Add audio_input_flags_t to HAL open_input_stream
1c97a38c84 : Fix GKI_add_to_timer_list to handle middle-of-list insertions correctly
2c3ed9dfdf : Bluetooth: Cleaning up pan_conn DB, if connection is not successful.
5162994b6f : Clean up messy dispatch in bt_hci_bdroid by using new primitives.
ad961a1960 : Extend the threading library to back thread with an event queue.
bfd08910d8 : Expose enqueue/dequeue file descriptors for fixed_queue.
dc10b18fb7 : Fix bug b/16119342 by synchronizing the access of mWakeLock in release().
56bab97340 : Eliminate last_ticks from TIMER_LIST_ENT.
02d81f3934 : PM: Stop Power Manager Timer if in sniff mode
c4a5d39c80 : Bluetooth: Update security for HID Devices to Encrypt on BT On.
7af0bd9cbc : Eliminate last_ticks from TIMER_LIST_ENT.
8aea2288db : Fix bug b/16119342 by synchronizing the access of mWakeLock in release().
aa3c7b2f96 : Add ALLOW_ALL filter logic to scan filters. Note filter index 1 is reserved for ALLOW_ALL filter now.
c5692ba3e8 : Bluetooth: Getbuf returning invalid buffer pointer
1ceb01210f : Remove MR2 BLE Advertising hidden API from L codebase (1/2).
7b80960fd2 : Remove MR2 BLE Advertising hidden API from L codebase (2/2)
601f3c9a7e : Extend the threading library to back thread with an event queue.
679ec2231e : Expose enqueue/dequeue file descriptors for fixed_queue.
f2f24a89a6 : Resolved Bluetooth enabling bug in JNI
b6e1940c30 : Calculate A2DP frames to send based on elapsed time
fb80ecc902 : A2DP: Fix audio stuttering in A2DP sink mode
10f79f3d46 : Unhide Bluetooth batch APIs. Deprecate BluetoothAdpater scan APIs. (2/2)
7faed2f183 : Unhide Bluetooth batch APIs. Deprecate BluetoothAdpater scan APIs. (1/2)
9748af137d : Fix GKI buffer leak with discovery information service reading
d6d3cee273 : Fix deadlock and non-working socket msg throttling
0f20a953ca : Bluetooth: MAP: Do not set body header if maxlist count is 0
ac13cdb62b : Bluetooth: Increase number of allowed notifications
4f594e9723 : Bluetooth: Adds SMP response timer for security request
88fd3de7c8 : Revert "Bluetooth: MAP: Do not set body header if maxlist count is 0"
ecad11fe58 : Fix GKI buffer leak in GATT event handling
9929019e3d : Bluetooth: Fix to avoid crash while sending deleted file
121abada7b : Fix filter index stack initialization issue caused by GattServiceStateMachine created before adapter property is filled.
a7075e73f3 : Send correct status for SMP AUTH failure
49f25b95d8 : Fix GKI timers to take execution time into account
0649e964a1 : Unhide the Bluetooth(BLE) offload capability apis
5daedc1e0c : OnFound and Onlost callback integration
ff30f46c8e : OnFound and Onlost found integration
d9d6655a31 : Add template doc for Android properties used by bluedroid.
48dc17ef40 : Expose semaphore's file descriptor.
933e4d6e04 : Start of threading library
12d8a0d71d : Bluetooth-OPP: Avoid IndexOutOfBoundsException if share is zero
109682b6d6 : Fix a bug that swapped LOW_POWER AND LOW_LATENCY for advertising.
a13fdcf473 : Make ACTION_CONNECTION_ACCESS_REQUEST to be sent in ordered fashion.
d1e941c77c : LE: Un-hide new congestion control and MTU APIs
b4c9d6108c : Tie in BLE hw capabilities with api invocation and support.
d0cc25298a : Prevent A2DP bit pool calculation endless loops.
bc283ba17e : Implementation of batch scan.
7dbe2ac8c1 : Implement batch scan API
6e6e259be2 : Remove dependency on deprecated mms-common module
7244afc5b2 : Specify a thead name when attaching a bluedroid thread to ART.
536c89337f : DO NOT MERGE: Fix concurrency issues with wakelock support
ce09e05512 : Bluetooth: Rename BTA_AVK_INCLUDED flag to BTA_AV_SINK_INCLUDED (bt_target.h)
be533d5df5 : Import translations. DO NOT MERGE
8021f0f117 : Import translations. DO NOT MERGE
910ad64037 : Fix "Clone" call
d9b0b0eb7f : Obtain capabilities from chipset for it's support of various features
f5f184654c : Implement the reactor pattern in C.
8bb31d1d01 : DO NOT MERGE: Send to local UUID for AV connection
4a17030e7a : Code cleanup - remove unnecessary commented out code
bbed4a1617 : audio: deprecate audio_stream_frame_size()
f2674e0b16 : Fix signed - unsigned comparison in bluedroid test.
617b708e59 : Obtain capabilities from BLE chipset for it's support of various features
6c85064923 : DO NOT MERGE Fix compilation issue
904134291b : Fix build: change macro call from _DEBUG0 to _DEBUG.
36b07e428c : Use POSIX timer for non-wake alarms in bluedroid.
2018c2f779 : Remove more unused code from GKI timers.
019b072051 : Remove more unused code from GKI.
6d6aeca6c4 : Fix problem with A2DP initialization due to merge error
2bf0675212 : Added code to reuse the signal fds and avoid fd close
48f40d47c6 : Fixed deadlock issue for concurrent multiple rfcomm connections.
92d63fb614 : Restrict bluetooth tethering with user restrictions.
64ec47dc43 : Bluetooth: Support MAP Client role on Bluedroid.
d0ecdbb847 : Bluetooth: Support MAP Client role on Bluedroid.
6b65c8bc96 : Bluetooth: Support MAP Client role on Bluedroid.
4a44f4b163 : Import translations. DO NOT MERGE
25eb545b4c : LE: Fix GATT server documentation to reflect API updates
8da49f99c9 : Fix audio HAL build (make it a shared library again)
0ade0e52b7 : fix build error on kwd
3700e6ee27 : Add BOARD_BLUETOOTH_BDROID_HCILP_INCLUDED
ae07af7575 : Phase 2 scan filter implementation. Also provides skeleton for batching and onFound/onLost integration.
52f504ffed : LE Onfound and Onlost feature
8ae539b6a8 : LE ADV Filter changes
eab33c4216 : LE batch scan feature
78ae950c83 : change bt_headset_wbs to bt_wbs
6b32f9911f : Change some rule in Pbap to fix Test case issues
80bf6280c1 : Add WBS support on Bluedroid (6/6)
dae418697b : Add WBS support on Bluedroid (5/6)
4b59ce28b1 : Add WBS support on Bluedroid (2/6)
613d503c2f : Fix build error.
931c0cfdce : LE Onfound and Onlost feature
8469d3a276 : LE ADV Filter changes
5f78706bef : LE batch scan feature
788c863d89 : Clear background conn list entries during BT power off
5c06b61fcd : LE: Fix HOGP connection issues caused by incorrect HCI packet flags
725c89fe8a : Phase 2 scan filter implementation. Also provides skeleton for batching and onFound/onLost integration.
1054040297 : Import translations. DO NOT MERGE
b904694721 : MAP: Remove pending MAP authorization pop up
632604393f : MAP: Modify XML serializer to escape double quote
45bbfee39d : MAP: Return OBEX_HTTP_NOT_IMPLEMENTED response code for msgUpdate
818a6f8e34 : MAP: Set messageList element to proper size based on offset/count
aad1ef6e13 : MAP: Fix MNS observer sync and sendevent exception issue.
a7caae9116 : MAP: Fix fatal exception due to missing looper for current thread
e6daab5dc6 : PBAP: Add Filters support.
d956600071 : PBAP: Strip unwanted braces and spaces from telephone number.
9e90e3d5d6 : PBAP: Remove the PBAP pop up in various scenarios
5390646c7e : Bluetooth: Restarting PM timer during incoming rfcomm data.
889c88237a : GAP: Remove device info from storage on Pairing Cancel
47a2b59216 : GAP:Add authentication failed error code in auth_compl_evt.
d691557203 : [2/2] Bluetooth: Security: Handle authentication rejected error status
d6cdbab941 : Bluetooth: Handle missing key event
b1a8ad0a09 : Bluetooth: Fix to avoid NULL pointer dereferences
83f968e24d : GAP: Retain the old COD if already present
3270c9761a : L2CAP: Send HCI connect with all packet types supported
99c06b6c32 : Fix build: remove bte_version.c from makefile since it's not in the tree.
c2099c7dc0 : Add a flexible array to the end of BT_HDR to avoid pointer arithmetic.
1060af7603 : Eliminate HCI flow control. It is not used anywhere in the codebase.
5745a1d4f8 : Remove BTE/BTIF version strings. DID profile should specify stack version info.
65fb457090 : Eliminate unused argument to dealloc.
861d6d1f6d : Add documentation and non-blocking functions to fixed_queue.
e9fa586e2a : featurize ble specific function to fix compile error on non-ble target
ec54d5234c : handle link key check in non_ble case
dad1f24713 : LE: Add is_connected() function (3/3)
1a13191e1d : LE: Add is_connected() function (2/3)
928fbcd340 : GAP: Handle invalid SDP service search request
6f8aef98ac : GAP: Handled collision scenerio with headset
2835b66852 : Adding a method BluetoothDevice.isConnected()
e046e10b91 : LE: Add notification sent and congestion callbacks (4/4)
f5e7138cdd : LE: Add notification sent and congestion callbacks (2/4)
1f5efc48e3 : LE: Hide new congestion constant for now
745ef9e3f3 : LE: Add notification sent and congestion callbacks (3/4)
369876aa82 : fix a merge error in PanService
d892ce2a6c : pan_control_state_changed arggument order is not right
1bf3ae8cc6 : Bluetooth: Updates background conn list properly during unpair
0a1ca2a530 : Merge some missing pieces of AVRCP controller support from klp-wireless-dev
0dcff17b89 : LE: Add notification sent and congestion callbacks (4/4)
20412023b7 : LE: Use write_request to set HOGP descriptors
654a66ba39 : Import translations. DO NOT MERGE
cfe5cdb09e : [bluedroid] Fix slave latency and conn timeout defaults in BLE
0ad4136c0d : Fix a comment typo
d59825d5f0 : Use HCI_TRACE instead of BT_TRACE macros
32727b30db : Change btif_gatt_client to use BTIF_TRACE_XXX macros instead of raw ALOGX
0bd38fa9e9 : Fix bug with get report completion due to uninitialized structure
e5740534af : LE: Add notification sent and congestion callbacks (2/4)
15a97981ec : Import translations. DO NOT MERGE
de86d49aa1 : Add documentation for semaphore and add a semaphore_try_wait function.
602493ee39 : BLE privacy timer
e45e588f03 : RIP: Removal of more dead timer code
affd09a3b2 : Extended a few timer API functions
47f8574d0e : Convert BluetoothTetheringDataTracker into a NetworkFactory.
c325fca597 : Fix comment for sendData.
7160e5f7b6 : Fix bug where GATT descriptors weren't being added to right characteristic
464bf90983 : Disable debug messages that were left on
7ca643f394 : Clean up DID configuration parsing.
623b0bcf06 : Import translations. DO NOT MERGE
aa3608d239 : Fix signal strength indicator.
e9aa02a1fc : Reduce log verbosity in AdapterService
aa4e0829d6 : switch a2dp sync and source to the correct uuids
83184d6a49 : Fix build break for Platina.
1e87b0b4dd : Clean up interaction with libbt-vendor library.
6947154ce4 : Update Avrcp to use RemoteController
f0684e0170 : Import translations. DO NOT MERGE
f91839c6a7 : Make unit tests pass again after OS callout change.
98a0b19ce2 : Logging cleanup: GKI.
bdce635dbd : Fix build for mako devices.
1ad79daa13 : Clean up btsnoop code.
6cdf91c277 : Fix power management: config table length was calculated incorrectly.
4a6f8cf8be : LE: Add is_connected() function (2/3)
910f64f2d0 : LE: Add is_connected() function (3/3)
9fd1ee6374 : Logging cleanup: remove unused macros.
4fa00f7399 : Fix build, replace logging macro.
5f2c8870f0 : Logging cleanup: BTIF and APPL.
cac84929d7 : Logging cleanup: AVRC, MCA, GATT, and SMP.
a7daee284c : Logging cleanup: A2D, AVDT, and AVCT.
fe2182188c : Logging cleanup: HIDH, BNEP, and PAN.
3772e2b95d : Logging cleanup: RFCOMM and GAP.
961932e5eb : Logging cleanup: L2CAP and SDP.
f2d1bbfda6 : Fix issue with converting byte array into unsigned integers
34385498db : Address allocation scheme for multiple advertisers
8b281c5791 : Bluedroid: Avoid multicast address for tun-tap interface
75d8fea494 : Reload Hid info only for bonded device
9cd4181f31 : Convert BluetoothTetheringDataTracker into a NetworkFactory.
07c775756f : Import translations. DO NOT MERGE
31a27895c6 : Fix issue with converting byte array into unsigned integers
e616c275ae : Address allocation scheme for multiple advertisers
bd3b417e46 : DO NOT MERGE: Allow override of pm timer duration
00ad90f041 : Revert Ying's fix for ub-mail-master snapped projects Bug: 15593367
2a02e168ca : Exclude only the test, not the jni.
9365c0409a : Disable the test build before we fix the email build.
517b04f148 : BluetoothAvrcpController: Move AVRCP controller support to new BluetoothProfile subclass
c7afa17621 : Add Support for AVRCP Controller Feature
f0de508aea : BluetoothA2dpSink: Add new BluetoothProfile subclass for A2DP sink
1189a3b805 : Add BluetoothHeadsetClientCall.toString method
f48a727763 : Rename BluetoothHandsfreeClient to BluetoothHeadsetClient
67a995ada9 : Bluetooth: Add support for HFP Client role.
01e46dbe84 : LE: Add oneway attribute to Gatt callbacks
596eea431d : Move AVRCP Controller support to new BluetoothAvrcpController profile
27bb1caae2 : [4/4] Add Support for AVRCP Controller Feature
1cfd3775d9 : A2DP Sink: Add support for BluetoothA2dpSink profile
1e5cb79f5a : Rename BluetoothHandsfreeClient to BluetoothHeadsetClient
a8e139a8ad : Set HFP client profile off by default, enable via resource override rather than system property.
f6900136b0 : Bluetooth: Add support for HFP Client role.
c02ef77ef7 : Move AVRCP controller support to separate HAL interface
c80e2d70cd : More work on A2DP Sink:
6c6ecd9c6f : SBC Decoder for A2DP SINK
1a5b5f703c : Add A2DP Sink Support
d9e9cf9297 : Bluetooth: Add support for HFP Client role.
0c2bea59a3 : Eliminate dead code: remove GKI_sched* from the codebase.
d44856e1f2 : Parse auto_pair_devlist.conf file with the generic config parser.
d371e3c841 : Fix build: BTM_BleLocalPrivacyEnabled is called from outside BLE_PRIVACY_SPT guard.
0532a17231 : Disable BLE address randomization since it causes excessive timer wakeups.
55e690a957 : Implement GKI timers based on wake alarms and wake locks.
724a48aa6f : Rename BluetoothHandsfreeClient to BluetoothHeadsetClient
472c2d5fdd : Expose wake lock / wake alarm functionality to bluedroid.
f05239d292 : Take out startScanWithUuidScanParam as part of refactoring
3c52d2ab03 : Refactor ScanClient scan settings to one place Scan_mode_low_power 500ms/5000ms (10%) scan_mode_balanced 2000ms/5000ms (40%) scan_mode_low_latency 5000ms/5000ms (100%)
ae7f44149a : Use controller provided information about it BLE L feature capabilities
be4a2b1fc9 : Add support for retrieving local LE features via get_adapter_properties
8518686e53 : PBAP: Fix crash in com.android.bluetooth
e24702ec70 : Fix build for aosp_manta
4477c40cf9 : Allow btsnoop logs to be read over a local socket.
9aaad4442e : Bluetooth: Assign max adv instance value from vendor capabilities
7647ceabab : Rename UNUSED to UNUSED_ATTR in OSI due to symbol collision.
d3b997f978 : Support for reading LE specific controller features
6aceda9f25 : Logging cleanup: HCI and BTM trace macros.
be86bd3b98 : Whitelist IPv6 packets so they can be sent over PAN.
8b6f6181c4 : Use an event file descriptor instead of a pipe to control userial.
e3f2179e5e : Use the generic config parser to parse bt_stack.conf.
1b63c53b4b : Add a generic config parser for the INI file format.
e01afc67f6 : Start cleaning up log macros.
8b9f86e8a9 : Add a couple more tests for list.
2c32683f42 : Implement a fixed queue.
6b31c83fad : Clean up the public functions in userial.c.
38d72d7d9f : Eliminate dead code (helped by compiler warnings).
9509d069c8 : Minor cleanup of userial code.
4173555355 : Update RFCOMM socket code to use list data structure.
759a960372 : Update btif_profile_queue to use the list data structure.
3f08277afb : Add a singly linked list implementation for OSI.
0bc08cf3ac : Bluetooth: On Suspend ignore media task timer event
9d68c87980 : LE: Add ability to pass address type to GATT test command
26630bbe48 : LE: Add ability to pass address type to GATT test command
d00213c85e : [BT] Fix bug: MAP client can not get MessageListing for draft folder
5033e67f7a : Fix build for aosp_manta
a3c7ad4b59 : Remove dead timer code from btu
a0eca24cc6 : Fix build breakage due to bad rebase
a095013a02 : Fix garbage left in makefile
e84e78542c : Move AVRCP controller support to separate HAL interface
7507334829 : More work on A2DP Sink:
93f5cd0e8a : SBC Decoder for A2DP SINK
8b9f77163b : Add A2DP Sink Support
d6ba9659dc : Eliminate more dead code in GKI.
4604ad0f0c : Bluedroid: Fix HCI buffer size issue
64079fb3d0 : Re-layout Android.mk for single shared library
bf9a100272 : Eliminate dead code: remove GKI_sched* from the codebase.
88865c24ab : Parse auto_pair_devlist.conf file with the generic config parser.
6f3083bc5d : Move AVRCP Controller support to new BluetoothAvrcpController profile
9bf639a805 : A2DP Sink: Add support for BluetoothA2dpSink profile
ab5f372e57 : Import translations. DO NOT MERGE
6de4fb5e89 : Fix build: BTM_BleLocalPrivacyEnabled is called from outside BLE_PRIVACY_SPT guard.
ca75f1e72f : Disable BLE address randomization since it causes excessive timer wakeups.
3df39894b3 : Implement GKI timers based on wake alarms and wake locks.
4539994912 : Expose wake lock / wake alarm functionality to bluedroid.
6ee0166c7c : Allow btsnoop logs to be read over a local socket.
af759c384d : Changed the status check for BleObserve
b7d96bb1e6 : Refactor ScanClient scan settings to one place Scan_mode_low_power 500ms/5000ms (10%) scan_mode_balanced 2000ms/5000ms (40%) scan_mode_low_latency 5000ms/5000ms (100%)
5b33dc75cf : Changed the status check for BleObserve
062fa4b563 : Add missing licenses.
98a4c55674 : Bluetooth: Assign max adv instance value from vendor capabilities
dcf641baab : DO NOT MERGE: Give proper package name to wakelock
a9cee6b262 : Save remote device name immediately
ae3e916dc5 : Add missing licenses.
655765e3f1 : Use controller provided information about it BLE L feature capabilities
e68ccdd0d0 : Adding a method to know if there is a connection to a BluetoothDevice.
eab982cb1e : Adding a method BluetoothDevice.isConnected()
7fddd393c4 : Import translations. DO NOT MERGE
3c9e4425ef : Fix build.
24e554ea54 : Set scan parameters in ScanClient based on BluetoothLeScanSettings configuration
f0c8fd13a4 : Rename UNUSED to UNUSED_ATTR in OSI due to symbol collision.
ba86594815 : Add support for retrieving local LE features via get_adapter_properties
aeed70b9e3 : Support for reading LE specific controller features
b6915e0066 : Logging cleanup: HCI and BTM trace macros.
914642ea67 : Add device capability config for new BLE features(MA, scan filter).(2/3)
3d7e334ac0 : Add device capability config for new BLE features(MA, scan filter).(2/3)
66d20c27b5 : Import translations. DO NOT MERGE
7614ebcd91 : Whitelist IPv6 packets so they can be sent over PAN.
9112a69963 : Use an event file descriptor instead of a pipe to control userial.
577fe2c199 : Use the generic config parser to parse bt_stack.conf.
d9a71ee38e : Add a generic config parser for the INI file format.
2cfa10c540 : Start cleaning up log macros.
4c07f761bd : Add a couple more tests for list.
94d36a5c05 : Implement a fixed queue.
f2ecf98242 : Fix build.
df4a059449 : Set scan parameters in ScanClient based on BluetoothLeScanSettings configuration
0d7a5d60f4 : Merge diffs from API review comments(2/2).
f801f09e1f : Add protection for controller timeout/failure, maximum number of advertisers, filters etc.
65f210935b : fix compliation when BLE_VND_INCLUDED is false
de00f52eef : ble: use appearance uuid to determine class of device
b3485cc15a : only stop ble scan when it's already started.
6934f9c59c : Add protection for controller timeout/failure, maximum number of advertisers, filters etc.
8d808932ac : This patch contains bug fixes for solving race conditions for multiple advertisers and incorrect VS command length which makes uuid filters not working.
c29d94ab02 : Bluetooth: Changes to enable features on KWD
7df2e52717 : Address API review comments. 1. Moved le stuff to it's subpackage. Remove BluetoothLe for all classes except *Scanner, *ScanSetting, *Advertiser and *AdvertiseSettings. 2. Make all callbacks abstract classes instead of interfaces. 3. Moved AdvertisementData and ScanRecord out and removed AdvertiseBaseData 4. Removed newBuild and use new Builder for all builders. 5. Using setxxx in builders. 6. Misc other changes.
5582e3c6e6 : Fix arguments to AudioManager.setBluetoothA2dpDeviceConnectionState()
41d669c563 : Fix arguments to AudioManager.setBluetoothA2dpDeviceConnectionState()
e5bf857db9 : fix compilation when BLE_PRIVACY_SPT is false
4607d18621 : include bdroid_buildcfg.h from device repo
a5e51dba01 : Add Audio Manager support for Bluetooth A2DP Sink profile
90dbb44935 : Change error message to debug to avoid spamming
9e15ba2f0e : Change error message to verbose to avoid spamming
7051670338 : Initialize the DIS client before requesting DIS UUIDs from peer
546916a229 : Import translations. DO NOT MERGE
e5fdabcd6c : Changes due to addressing BLE API review comments
4f0fed11d4 : ble: handle multiple events within HCI_BLE_ADV_PKT_RPT_EVT HCI event
2503ea0f91 : DO NOT MERGE: add support for custom sniff configuration
cc408bd243 : Import translations. DO NOT MERGE
d1588ea3d6 : Revert "Provide bluedroid with wakelock access as a temporary fix"
92836cf042 : Revert "add wakelock control callback"
532448f973 : add wakelock control callback
9b2c185b07 : Provide bluedroid with wakelock access as a temporary fix
b4bdee5fed : Changes due to addressing BLE API review comments
449d0a07a6 : add support for custom sniff configuration
267b1a36fc : only stop ble scan when it's already started.
1e89d2a29b : only stop ble scan when it's already started.
92072fa3c1 : PBAP: Check for spurious entries of searched contacts
c1382a817b : Import translations. DO NOT MERGE
9f12e21148 : [2/4] Add Support for AVRCP Controller Feature
42da713031 : Add scan response as an advertising parameter(1/2).
6e49aaa213 : Add scan response as an advertising parameter(2/2).
912657497b : Add scan response as an advertising parameter(2/2).
693e4b6314 : Change a TRACE_ERROR message to TRACE_DEBUG on every LE report
df64cbbe3a : Fix build issue for devices without BLE features.
0ef4f27eb9 : Remove a hide tag link.
65716257f2 : Add bt_target.h header
b464cfd7ac : Revert "Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple advertising.""
a3e67ed9ec : Fix build issue for devices without BLE features.
28c5d5e124 : Revert "Revert "LE: Add RRA offloading and vendor specific PCF commands""
74f3a0d4a8 : Revert "Revert "LE Multi ADV feature""
1c80bc4066 : Revert "Revert "Use state machine in gatt service to handle different state transitions. For this CL only normal BLE scans are moved to state machine.""
f4a01f694c : Revert "LE Multi ADV feature"
5e4625552a : Revert "Use state machine in gatt service to handle different state transitions. For this CL only normal BLE scans are moved to state machine."
39eb6801bb : Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple advertising."
d6dfb26a0f : Revert "LE: Add RRA offloading and vendor specific PCF commands"
e9c26fa05d : add a command to list all bonded devices
46ff4e6f70 : APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple advertising.
a4d1a8b548 : Use state machine in gatt service to handle different state transitions. For this CL only normal BLE scans are moved to state machine.
a8f5c7b258 : Add a method to check whether a UUID is 32bit.
b2e5ade07a : Changes due to the rename of isShortUuid to is16BitUuid.
5c60ddfb1c : LE: Add RRA offloading and vendor specific PCF commands
d9abec664e : LE Multi ADV feature
3102985a6f : LE: Add RRA offloading and vendor specific PCF commands
e1485fb5a5 : Use state machine in gatt service to handle different state transitions. For this CL only normal BLE scans are moved to state machine.
c793e6187a : fix uninitialized fields in tBTM_PM_PWR_MD structs
472f2a2d77 : LE Multi ADV feature
e1a94a6b2b : Fix ms to ns conversion unit
451bb5098a : Fix ms to ns conversion unit
61a5a916c3 : Set HFP client profile off by default, enable via resource override rather than system property.
efc4efe251 : Improve name of api.
7171f4c44f : set scan parameters in BT stack. Apply the most demanding request in terms of duty cycle for all outstanding requests.Add api to set scan parameters.
a49d75deaf : Log accept and close debug statements in BluetoothSocket.
a6ffbea225 : Improve name of api.
3a9a146d2b : set scan parameters in BT stack. Apply the most demanding request in terms of duty cycle for all outstanding requests.
f6a4bf4aab : LE: Add API to set scan interval and window (3/4)
08adb9b666 : LE: Add API to set scan interval and window (2/4) Delete client_if from scan api's Change-Id: I66e0e17221601cd07ea77cf3d61ad9ce20a603a4
ee3e0def15 : Improve name of api.
38ba4ac338 : Replace LinkCapabilities with NetworkCapabilities
676ea007dd : Import translations. DO NOT MERGE
0b3268b899 : LE: Add API to set scan interval and window (2/4) Delete client_if from scan api's Change-Id: I66e0e17221601cd07ea77cf3d61ad9ce20a603a4
8fb529226d : set scan parameters in BT stack. Apply the most demanding request in terms of duty cycle for all outstanding requests.
23ceee85cb : LE: Add API to set scan interval and window (3/4)
5a7a79f5c9 : Unable to pair and connect A2DP headset with DUT on KWD
30a855b701 : Fix data type for rmt_auth_req; it stores an integral value.
abda70f5d3 : Init variables to fix compiler error
4560b8d99b : [2/4] Bluetooth: Add support for HFP Client role.
bc706d7a2b : Submitted on behalf of 3rd party copied from external/bluetooth/bluedroid
9688a544e1 : [4/4] Bluetooth: Add support for HFP Client role.
16a57925be : Submitted on behalf of 3rd party copied from packages/apps/Bluetooth/
fed666f0ef : Revert "Add -Wno-error=maybe-uninitialized to bdroid_CFLAGS"
5c4db72d46 : Unable to pair and connect A2DP headset with DUT on KWD
88af088d34 : Fix data type for rmt_auth_req; it stores an integral value.
7a2e05aab4 : Unable to pair and connect A2DP headset with DUT on KWD
2a0d94274f : Add -Wno-error=maybe-uninitialized to bdroid_CFLAGS
36fff68ab0 : Clean up the public functions in userial.c.
574ef1b3d4 : Eliminate dead code (helped by compiler warnings).
24eb6a1e85 : Fix data type for rmt_auth_req; it stores an integral value.
6e7834fc95 : Minor cleanup of userial code.
053e77d0ff : Update RFCOMM socket code to use list data structure.
c5a6eee7d0 : DO NOT MERGE: allow customization of sniff params
f9e73c4897 : Remove unused LOCAL_LDLIBS.
823431c14b : Update btif_profile_queue to use the list data structure.
2f1256d4b3 : Changes due to the rename of isShortUuid to is16BitUuid.
6c607baed8 : Add a singly linked list implementation for OSI.
0262649f50 : Bluetooth: On Suspend ignore media task timer event
1af30dddcc : PBAP: Change string search comparison from NULL to empty
126fb6119a : PBAP: Fix crash in com.android.bluetooth
3733be6c4b : Fix build: Build Bluetooth as a 32 bit app.
38338795c5 : Fix-build : Do not build bluedroid for 64 bit targets.
47194d04fe : fix incorrect function declaration of pan_control_state_changed
ec661918b6 : Add transport param to Connect APIs
d4c0158b93 : Tear down PAN if we can't successfully complete a DHCP request after establishing a PANU connection.
c386804424 : Add parse method to parse UUID from bytes for 16 bit, 32 bit and 128 bit Bluetooth UUIDs. Added unit tests.
8b3a52fb34 : Make sure BluetoothSocket#connect throws on error.
e2c32d5ac0 : MHF: Disconnect audio for HS1 before disconnecting ACL.
215fce83f9 : Set profile priorities only after SDP completion
5f221f8da2 : Bluetooth-OPP: Handle HID mouse right click event
ddcfe0503d : Add transport param to Connect APIs
b5941a2bbd : MHF: Start DIALING_OUT_TIMEOUT for correct device
a9e8c61243 : MHF: Broadcast connected state for HS
09f0b89d98 : Multi HF support
2730aff908 : Bluetooth: Free bd_addr in avrcp getRcFeature callback
c8dbba0378 : BT: HDP: Add NULL check in cleanupApps
3cac00d4f2 : Bluetooth: Added Shared Preferences to restore tethering preference
4b7ccfd385 : Bluetooth-OPP: Enable support to send same file multiple times
b541039d17 : PBAP: Fix search by number issue for contacts.
75bbbdde69 : Bluetooth: Map: Trim folder name in pushMessage and setPath
25e945a413 : PBAP: Compare Name and ID both for getting vcard by number
87a2f6fa28 : BT: HFP: Set VR flags to false when HS disconnects
9ed5c1dbcd : Add WRITE_APN_SETTINGS permission for access to Telephony
77d899427c : MHF: Disconnect audio for HS1 before disconnecting ACL.
5108a7722b : HID: Send Close event to upper layers during reconnection
2c658174cd : GAP: Return BTM_CMD_STARTED from btm_sec_l2cap_access_req
6c0b9a9f2d : MHF: Route call to correct HS in multi call scenario.
d6e358eb6f : Resolve Pairing failure with IPhone
5a295bb265 : Temporarily fix test suite to swap arguments until code from AOSP is merged in.
4363585408 : Initial import of HAL-layer tests for bluedroid.
3aa1062137 : GAP: Avoiding two disconnections from DUT
8160b0e29e : GAP: Update local device name immediately
9d426b0acb : Fix Null pointer access in GKI timer library
536ef05784 : Merge BT 4.1 features
ddf5d0114b : fix random crashes in bd2str caused by exceeding string array
24b41f5f19 : fix compilation error due to not include correct header
2151ce4441 : Add support for Multi-HFP devices
91ca3315d4 : Bluetooth: Clear Notification array on AVRCP disconnect
5e67f504d8 : Set out stream to null if control socket fails to connect
9d6db38926 : Bluetooth: retry recv in case of EINTR
277122a62c : Bluetooth: GAP: Remove bonded device info on Authentication fail
4836b00833 : Fix issue of HDP select thread not exiting during BT OFF
88f2cdab76 : Use standard C99 integral types. This offers better type safety.
140a1650f5 : HID: Use dynamic memory while sending data
0dd6db0be4 : HID: Parse paired hid devices from bluez.
c1855bd418 : GAP: Try to retrieve CoD from NVRAM if 0
f08aa3b930 : HID: Reset Disconnect Reason on Connection Establishment
0cd92d0d18 : HID: Remove device from nvram on auth failure
c49f3b7a0f : HID: Use dynamic memory while sending report
cd4a1bcaba : HID: Serialize L2CAP disconnection
e60c774df7 : HID: Handle connection failure in disconnecting state
bdcf9ae03f : HID: Reset Idle timeout to 0 while hid disconnection
10334b1030 : HID: Fix memory leak in HID Code
e6ae40f28d : HID: Reduce poll time to 50 ms for polling from uhid driver
803a7619b9 : HID: Update SSR parameters during copy.
7ad52ddb90 : HID: Establish Interrupt Channel when Control channel is configured
69e60ccc42 : Add flow control for PAN.
645b8a81b6 : Fixed a build warning.
4c4ad5a257 : LE: Add controller based advertising filter API (2/2)
ce5fa320eb : Eliminate warnings, add -Wall and -Werror to all projects.
91586814e7 : increase the bluetooth task priority when start a2dp.
b5a46c5cac : Compile using C99.
8c0d79f751 : Bluetooth: GAP: Send bond none in case of temp pairing
a5ad8192a0 : Remove unused file gki_inet.h and BIG_ENDIAN macro.
9f39d30c47 : Remove executable bit on source files.
6f3b2c5bab : Set profile priorities only after SDP completion
ba155e019c : HID: Send Close event to upper layers during reconnection
721d8e0094 : GAP: Return BTM_CMD_STARTED from btm_sec_l2cap_access_req
b71b65fb2b : MHF: Route call to correct HS in multi call scenario.
bbfa2320a8 : Resolve Pairing failure with IPhone
084c9b6025 : Temporarily fix test suite to swap arguments until code from AOSP is merged in.
f6e7246758 : Initial import of HAL-layer tests for bluedroid.
229d7fa1f8 : Bump up priority of system receiving BOOT_COMPLETED.
848ee54edb : add getAddress function to return BT mac
7688f360bf : Bluedroid: Fix UUID unsigned/signed comparison
54d4f42881 : GAP: Avoiding two disconnections from DUT
5282c2685d : GAP: Update local device name immediately
eaf8fdd0dc : [4/4] Add Support for AVRCP Controller Feature
24fe135adc : Null checks in register/unregister BT Adapters
d6a1af9a7a : Add Intent.FLAG_RECEIVER_FOREGROUND for pairing intent broadcast
cb7fc581ae : Bluetooth-OPP: Handle HID mouse right click event
1eace27f7b : Fix Null pointer access in GKI timer library
a545a18f76 : Improve sending web link with Bluetooth
ce02971adc : Add transport param to Connect APIs
ff4136874b : Merge BT 4.1 features
5ea72d1936 : fix random crashes in bd2str caused by exceeding string array
7e5d1db825 : fix compilation error due to not include correct header
8a1b999ce3 : MHF: Start DIALING_OUT_TIMEOUT for correct device
e40ecaed1b : MHF: Broadcast connected state for HS
1ae869ab16 : Multi HF support
70bcd2ccee : Add support for Multi-HFP devices
ad304d873f : Bluetooth: Free bd_addr in avrcp getRcFeature callback
dd01873f8a : Bluetooth: Clear Notification array on AVRCP disconnect
2e947fa103 : Set out stream to null if control socket fails to connect
e91698e1f8 : Bluetooth: retry recv in case of EINTR
058c66ffb3 : BT: HDP: Add NULL check in cleanupApps
af8651f2ae : Bluetooth: GAP: Remove bonded device info on Authentication fail
91ccee3dba : Bluetooth: Added Shared Preferences to restore tethering preference
8f35096b8f : Bluetooth-OPP: Enable support to send same file multiple times
57fee40da2 : PBAP: Fix search by number issue for contacts.
07abb66ec8 : make success explicit in BT instrumentation util
3c4857108b : Fix issue of HDP select thread not exiting during BT OFF
2d63bdd16e : Bluetooth: Map: Trim folder name in pushMessage and setPath
3fdb250675 : PBAP: Compare Name and ID both for getting vcard by number
2704e17362 : Import translations. DO NOT MERGE
d84027081f : Use standard C99 integral types. This offers better type safety.
a2409c5e46 : BT: HFP: Set VR flags to false when HS disconnects
0a7a87ae92 : Import translations. DO NOT MERGE
7771814726 : add bt instrumentation to run as a util
c6f387bc0e : Increasing the SDP_MTU_SIZE from 256 to the default 672 bytes
52e7ca943a : a2dp audio HAL: use correct interface version
355fd9a980 : Allow simultaneous LE Observe and BTM Inquiry/Scan
f9673d623b : SDP: Allocate proper sized scratch buffer for SDP response
f51905d348 : flounder64: bluetooth: Adjust volume level on BT HS and DUT side
494d71d8ee : audio: fix set_parameters return value.
ffad9927e0 : HID: Use dynamic memory while sending data
661a3197b9 : HID: Parse paired hid devices from bluez.
7bdeb82323 : GAP: Try to retrieve CoD from NVRAM if 0
5e82888ba7 : HID: Reset Disconnect Reason on Connection Establishment
380d36e24b : HID: Remove device from nvram on auth failure
6e42bc087d : HID: Use dynamic memory while sending report
6729103c5b : HID: Serialize L2CAP disconnection
e197596ee0 : HID: Handle connection failure in disconnecting state
808514da4a : HID: Reset Idle timeout to 0 while hid disconnection
eb8719a5af : HID: Fix memory leak in HID Code
3aa4a63e28 : HID: Reduce poll time to 50 ms for polling from uhid driver
b482a0c428 : DO NOT MERGE Rewrite PAN_Write in terms of PAN_WriteBuf.
b27c3c9edf : DO NOT MERGE Tear down PAN if we can't successfully complete a DHCP request after establishing a PANU connection.
34430cb0a6 : HID: Update SSR parameters during copy.
9591544e71 : Fix GKI exception of calling free on an already freed buffer
29de9a6cf1 : bluetooth: hid: store ssr_max_latency and ssr_min_tout in bonding db
ec2d3e58a0 : HID: Establish Interrupt Channel when Control channel is configured
01c1b2e524 : Add flow control for PAN.
7bc8154a3a : Use just LOCAL_JNI_SHARED_LIBRARIES to install JNI libs.
e984eafed3 : Fixed a build warning.
b7b1a8322b : LE: Add controller based advertising filter API (2/2)
a95799bd23 : Eliminate warnings, add -Wall and -Werror to all projects.
ed42463508 : Use just LOCAL_JNI_SHARED_LIBRARIES to install JNI libs.
8ce5338b21 : Rewrite PAN_Write in terms of PAN_WriteBuf.
6f71161dbd : bluedroid: audio_a2dp_hw 64 bit compile issues
fbf9fd0c03 : LE: Add API to configure MTU for a given connection (4/4) this patch is from broadcom(andre) bug:13571470 Change-Id: I4faf13f3daa535337b721a8b48e92334ed0ecb7c
f1a8b9d0a0 : LE: Add API to configure MTU for a given connection (2/4) This patch from broadcom(andre) bug:13571470 Change-Id: I932905590ee9c40cb67e7d09715c0f8e59d2f662
72794a8c90 : DO NOT MERGE Fix bug where btpan_control_state_callback is called with invalid args.
cedf5283a8 : DO NOT MERGE Update PAN JNI code to match updated interface definition.
7dfbb4dc57 : remove all advertised services in SDP btif_av_init is called twice. Don't need call it in enable. disable EDR ATT SDP record
7e2e3098af : open GATT client didn't reserve the BLE link if open after connected.
d17549397f : Workaround IPHONE problem
63903f7e0f : treat BTA_BUSY as success to avoid unpair the BLE device
25498749a7 : print MTU size after get MTU request from iphone.
41cd3f3595 : support resolve BLE random mac address for both central and peripheral mode.
2d73080fd7 : support peripheral mode feature to connect iphone to android device.
5e0739602e : DO NOT MERGE Avoid race condition that gets PanService stuck in STATE_DISCONNECTED.
6e44bf1b5d : increase the bluetooth task priority when start a2dp.
cc505cecad : DO NOT MERGE Fix bug in PAN code where no new PAN connections can be made.
80359745a4 : Compile using C99.
79ae96b340 : Bluetooth: GAP: Send bond none in case of temp pairing
2a266ea08a : Add WRITE_APN_SETTINGS permission for access to Telephony
d26a955daf : Import translations. DO NOT MERGE
54a7295ba2 : Remove unused file gki_inet.h and BIG_ENDIAN macro.
df5c246ffa : Remove executable bit on source files.
0705677147 : Revert "Mark Bluetooth as required for all profiles"
f807663433 : Bluetooth: Adding Sniff feature for PAN Profile
2243a12735 : DO NOT MERGE: Exit bt process after cleanup
1f5258af3f : flounder64: bluetooth: Adjust volume level on BT HS and DUT side
e3171371fb : LE: Return false if an attribute read/write is in progress
cc057d159c : Use round() instead of ceil() in calculation of a2dp vol slider position
869c49c598 : Import translations. DO NOT MERGE
56fc7a7367 : remove all advertised services in SDP btif_av_init is called twice. Don't need call it in enable. disable EDR ATT SDP record
ca8eb21a5c : Making Bluetooth OPP file transfer intent generic
ef8ea795ef : open GATT client didn't reserve the BLE link if open after connected.
eda8c2e255 : Fix compiler/linker errors when BTA_PAN_INCLUDED is FALSE
25cb90a768 : Fix compiler/linker errors when A2D_SC_INCLUDED is FALSE
946ec78c55 : DO NOT MERGE: Add status callback for start/stop advertising. cherrypick from master.
69f05da5ce : DO NOT MERGE: LE: Add status callback function for LE broadcasts Cherry pick from master
a8222ddeae : Fix compiler warnings when BLE_INCLUDED is FALSE
7a7ab501c0 : Mark Bluetooth as required for all profiles
5acbea5db7 : Workaround IPHONE problem
8a9f29a579 : SDP: Allocate proper sized scratch buffer for SDP response
e0811cc380 : Callback on correct method when status is unsuccessful.
d02986b29f : Add comment of using same callback for start/stop advertising.
283da32615 : Import translations. DO NOT MERGE
fd6d6f4970 : LE: Add API to configure MTU for a given connection (2/4)
52b5945217 : audio: fix set_parameters return value.
91057ef842 : LE: Add API to configure MTU for a given connection (3/4)
dfddf66d16 : LE: Add API to configure MTU for a given connection (4/4)
a83806e112 : Use 0000 as pin key for PORCHE_PAIRING_CONFLICT issue
c61d88314d : DO NOT MERGE Allow simultaneous LE Observe and BTM Inquiry/Scan
5a219fee5e : Allow simultaneous LE Observe and BTM Inquiry/Scan
e1c0a418c0 : a2dp audio HAL: use correct interface version
a49b4d93f6 : print MTU size after get MTU request from iphone.
4ebffef075 : Get rid of not specifying a user errors in bluetooth.
85076c2bef : Revert "Allow simultaneous LE Observe and BTM Inquiry/Scan"
2715d7a100 : Allow simultaneous LE Observe and BTM Inquiry/Scan
da4a111edb : DO NOT MERGE: Move advetise clean up to callback code. fixes b/13289050 Cherrypick from master to fix b/13289050
a79d4aa5db : DO NOT MERGE Revert "external/bluetooth/bluedroid: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH"
abbeba6556 : DO NOT MERGE: Add status callback for start/stop advertising.
e2875bdb8a : DO NOT MERGE: Add status callback for start/stop advertising. cherrypick from master to fix b/13289050
a00d04bb64 : Move advetise clean up to callback code. fixes b/13289050
e270879a7a : DO NOT MERGE: cherrypick from master to fix b/13289050
191757380d : HFP: Fix missing OK for AT+CLCC in virtual call
3dcabe4b44 : Import translations. DO NOT MERGE
6ebda17bb4 : Add status callback for start/stop advertising. Fixes b/13418851, b/13289050.
ff51763220 : Add status callback for start/stop advertising. Fixes b/13289050, b/13418851, also fixes 13418671.
5105b687b2 : Import translations. DO NOT MERGE
c7196060de : LE: Add status callback function for LE broadcasts
2cf942c240 : treat BTA_BUSY as success to avoid unpair the BLE device
0e732eb7fa : support resolve BLE random mac address for both central and peripheral mode.
cb68de5216 : Increasing the SDP_MTU_SIZE from 256 to the default 672 bytes
5b2eb5369b : DO NOT MERGE use bluetooth HID remote device name as input device name.
25430d98af : DO NOT MERGE trouble syncing with fitbit and can't turn off bluetooth.
c636192112 : DO NOT MERGE release wakelock if no activity in Bluetooth MAP profile to avoid waste power.
7d3930f47b : DO NOT MERGE MAP: fixed missing filtering on Priority
7b8fbc6b12 : DO NOT MERGE BLE stack doesn't handle multiple l2cap_conn_update requests
4099418211 : DO NOT MERGE sometime the BLE connection parameter isnot updated for the first time
d31a3c84b4 : DO NOT MERGE BLE HID device connection failure due to security error.
a2709f54a6 : DO NOT MERGE Remove the device from le backgrond connection whitelist when it's unpaired
dac62dde69 : DO NOT MERGE BLE Secuity manager state machine generate wrong pairing success event.
6979dc2c8f : DO NOT MERGE fix a potential native crash during bluetooth sutdown
1a91d33485 : DO NOT MERGE update play status based on A2dp audio state from stack.
891252018a : DO NOT MERGE the HID device state is out of sync after upair.
94a3ec6616 : DO NOT MERGE Can only support two HID report instance for BLE HID.
a1aee3be5b : DO NOT MERGE read report array out of boundary for BLE HID device.
b431d0ba5c : DO NOT MERGE need to increase maximum number HID report for HOGP
8cbb1b6659 : DO NOT MERGE Add Bluetooth privileged permission to bluetooth app. fix b/13226130.
f1d2722585 : Bluetooth:GAP: Add NULL check before accessing accept socket
e476fcdd96 : Bluetooth: Make Bonded device list operations are synchronous
27c7dfdae6 : Bluetooth: Clear wait flag on Start response.
1ee8fe610f : DO NOT MERGE Bluetooth: Cleanup bt_config.xml during BLE Scan
a050ddaffb : DO NOT MERGE LE: Add service UUIDs and data to advertising data
adacf67233 : DO NOT MERGE BLE peripheral mode (2/4): Gatt Service Change.
3364fc19ce : DO NOT MERGE BLE peripheral mode (3/4): Add peripheral mode API.
0124434c74 : Device cannot go to sleep while connected to HBM-570 BT headset
8d4a151d89 : MAP: Fix MMS pushMessage from OUTBOX to SENT folder
783b97241d : MAP: Handle MessageListing empty folder name if set to current path.
cae4aff558 : Fix conditional waits in GKI_wait.
b3e6bd826a : Add handshake broadcast support
fc9dffe387 : Add handshake callback support
d1345772d0 : Add HID handshake_callback
e6a3ad8c64 : Fix GKI exception of calling free on an already freed buffer
a76d1e2682 : Change some printfs in sdp_api.c to SDP_TRACE_DEBUG
ceb5ddc2fc : Exit bt process after cleanup
5214504644 : Add Bluetooth privileged permission to bluetooth app. fix b/13226130.
48177018a6 : TARGET_SIMULATOR is long dead.
02f63442f3 : Various fixes for LP64
0d364af8ef : Fix warning "suggest braces around empty body in an 'if' statement"
7cc271a83d : Tabs -> spaces in frameworks/base.
8f5d9bbc55 : MAP: protected misspelled in message listing encoder
76de7cd351 : MAP: Empty parameter mask handled wrong
c1b5fa54b7 : support peripheral mode feature to connect iphone to android device.
b4ddfb0dfc : Bluetooth: Cleanup bt_config.xml during BLE Scan
243358e6a6 : Bluetooth: fix sniff issue with multiple rfcomm connection in same ACL
b9969a8ba4 : Bluetooth: GAP: Update bonded device info immediately on NVRAM
c34cb70405 : PBAP: Remove initialisation of Missed calls number
4f8f4b268a : MAP: Set Empty name or address for unknown values in GetMessageListing.
d64a290686 : OPP: Handle intent receiver leak for BT TURN OFF.
7d3cc6f437 : Bluetooth: Update Signal strength
dcd3816d45 : Don't send a dummy 0 HID event when connection is closed
25fdb9d46e : Fix bug introduced in last change. GATT define was after BLE_INCLUDED define.
d9aa7ee913 : Fix bug introduced in last change. GATT define was after BLE_INCLUDED define.
31d94c5361 : Don't leak process-private data on Change Local Name command.
3b8f332a0e : Avoid race condition that gets PanService stuck in STATE_DISCONNECTED.
b01e603379 : Fix warnings when BLE_INCLUDED is FALSE
77b2925373 : Set some SMP and GATT to FALSE if BLE is FALSE
e01562e371 : Revert "Make all warnings fatal compilation errors"
7da6440ab1 : Make all warnings fatal compilation errors
d59a1a7e92 : Major warnings cleanup
328c1a94c5 : Add macro UNUSED() to bt_utils.h
9e7d9778b2 : Fix unused parameter warning in static function
aba03d2440 : Add "static" to a static function
05214c4e14 : Fix a number of unused parameter warnings in static functions
9177ca47aa : Fix bug with wrong parameter passed to logu
071063155f : Default send_ind_evt should be FALSE
e7377410c1 : Fix warning "implicit declaration of function 'GAP_BleReadPeerPrefConnParams'"
bd273946c6 : Accept takes a socklen_t, not an int.
68ec126d42 : resend discovery primary service ATT request with timeout
1060526629 : Fix bug where btpan_control_state_callback is called with invalid args.
af6170b688 : Update PAN JNI code to match updated interface definition.
72c1ae0bfc : Fix unused parameter warnings in static functions by changing prototype
a1811690b4 : Fix some unused parameter warnings in static functions
08cb18b97d : Fix warnings about implicit declaration of bdcmp and bdcpy
d406dfff5a : Fix warning "comparison is always true due to limited range of data type"
bb105972f2 : Fix warning "suggest braces around empty body in an 'if' statement"
66fc72b0e2 : Fix warning "comparison is always true due to limited range of data type"
292d2fcb8f : Add a function prototype for btm_ble_test_command_complete
5f99059861 : Change argument to return ptr rather than assign to unused local
aa53cb97bb : Fix warning "comparison is always true due to limited range of data type"
39c4e950f5 : Fix warnings about implicit declarations
afbff2f58c : Fix warning "implicit declaration of function 'bdcmp'"
cd2c4eac19 : Fix warning "case label value exceeds maximum value for type"
c83ea4b874 : Fix missing initializer warning
c7d31e3c26 : Fix missing initializer warning
007b5ee6d7 : Fix warning about missing initializer
b7a0b6adb3 : Fix bug in PAN code where no new PAN connections can be made.
b1b5105dec : Fix HID get_report callback support
a6eb8059a8 : bluetooth: hid: store ssr_max_latency and ssr_min_tout in bonding db
35418b5129 : HID: Hookup get_report_callback and return to Java via broadcast
b6ff8d3e13 : BluetoothInputJava: Add broadcast action REPORT
d34191aaf9 : BluetoothInputDevice: make REPORT_TYPE values match hal
7f01281e61 : external/bluetooth/bluedroid: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
81a8c3018c : Fix calls to pthread_setschedparam.
0ad591620a : bluetoothsocket fd leak, need close the file descriptor after detachFd.
32364de592 : the status in the BLE disconnected callback is always success instead of the reason.
0236086715 : memory corruption on bluetooth stack.
553049eb91 : Use pathPrefix filter instead of path for /btopp content
5995ea503f : a race condition which can cause potential BT preload timeout.
2bf6df2331 : trouble syncing with fitbit and can't turn off bluetooth.
aa07cb29ca : BLE peripheral mode (3/4): Add peripheral mode API.
85c4f02c03 : NPE in BluetoothSocket.write()
4907d56a6c : NPE in BluetoothDevice.fetchUuidsWithSdp
dc9109403a : increase the bluetooth task priority when start a2dp.
ad29149d23 : fix incorrect track position reported from BT AVRCP
cdc21abdbc : update play status based on A2dp audio state from stack.
f419f86fbb : isA2dpPlaying() reports wrong playing state when suspended
1191ad5488 : Crash pairing keyboard/mouse on N5
4c74750b2b : Import translations. DO NOT MERGE
ae0dc1f90a : Import translations. DO NOT MERGE
b67d476200 : Use pathPrefix filter instead of path for /btopp content
88c95cfd2c : Use pathPrefix filter instead of path for /btopp content
0cd95fe0c1 : Use pathPrefix filter instead of path for /btopp content
8c422b0eeb : Use pathPrefix filter instead of path for /btopp content
72ef4243b6 : LE: Add service UUIDs and data to advertising data
2f7544ce3f : BLE peripheral mode (3/4): Add peripheral mode API.
b4422d237f : Move some system services to separate directories
47fc4c213b : BLE peripheral mode (2/4): Gatt Service Change.
cd327a613f : Can only support two HID report instance for BLE HID.
df9c14aea0 : need to increase maximum number HID report for HOGP
d33ed8e1f9 : read report array out of boundary for BLE HID device.
d53094d995 : BLE stack doesn't handle multiple l2cap_conn_update requests
f4f4b3be36 : NPE in BluetoothSocket.write()
d725700b8a : MAP: make MMS parsing more robust
2c057133f4 : Device cannot go to sleep while connected to HBM-570 BT headset
fe43f9e3de : release wakelock if no activity in Bluetooth MAP profile to avoid waste power.
d9f39ab990 : RFCOMM: fix connection timeout during security setup
761334b206 : MAP: make MMS parsing more robust
f56a65ce49 : fix for btsnoop log blogging HCI socket
be7d4b285f : remove space.
1eae32e20b : fixed problem with parsing GetAllCapabilitiesRsp
b993e55739 : Fixes for problems found with coverity analyzer
cfd4d5250a : the HID device state is out of sync after upair.
a5aa8d52a7 : fix a potential native crash during bluetooth sutdown
ed5b3b47fe : implement flow control to avoid dropping packets in btif_media_task.
e5edf3f759 : should return correct length and use shorter poll time for ad2p data
ff55490c00 : Doc update: Update package summary for BT.
570d6c6cbd : Bluetooth does not provide unique identifier for HID devices
fea43dfd7d : set HID major in class of device of inquiry result for HID over LE
6456cf601e : BLE HID device connection failure due to security error.
538debd13b : Remove deprecated locales
9739645006 : use bluetooth HID remote device name as input device name.
55f86e0995 : Use pathPrefix filter instead of path for /btopp content
981f132e76 : MAP: fixed missing filtering on Priority
9f45234fd1 : Remove the device from le backgrond connection whitelist when it's unpaired
e4fbb5d604 : BLE Secuity manager state machine generate wrong pairing success event.
5120f9b915 : Duplicate pair request are generated in BLE SMP.
40505e78f5 : sometime the BLE connection parameter isnot updated for the first time
ca95d192ba : Pairing with dissapeard HID decive never times out (in UI)
4c8045f1c1 : Copy paste error in HDP source/sink check
17253e4fbf : fixed assignment with no effect
7bef58c97b : Fixed wrong operator in uipc.c that cause always true check
731c3b4d24 : memset arguments wrongfully swapped
9c530c2e37 : Remove unused imports from frameworks/base.
c7fdfa6e6c : remove a read lock to work around a platform deadlock problem.
1da5dd28e9 : LE: Increase number of simultaneous connections
8a1a934d6a : BLE is disconnected due to BLE service record discovery failure.
c2826188c8 : Replace Broadcom proprietary license header with apache 2 header
bda44e2c60 : LE: Fix stack crash on invalid descriptor write request
2b76a31426 : LE: Add devices to the inquiry db before connecting
efd7101ddf : fix a memory leakage when Queue search or discovery event.
305fb8985a : cancel device discovery before start pairing process
5b26cc48ae : Fixes random host disconnection after establishing connection
75d2936cd9 : whitelist well tested devices for absolute volume feature
3419298545 : need to save the BLE HID UUID to NVRAM
e13254c309 : Handles AT+BVRA=1 received during an open SCO session.
b3b73a29da : Import translations. DO NOT MERGE
ebde57e910 : Import translations. DO NOT MERGE
080557cbca : Bluetooth: Send Error for Invalid AT Command.
6e96ee3f03 : A typo to set wrong max connection interval value when we create a BLE connection.
0354c4ab47 : FF/REW is not correctly for AVRCP.
4db7891913 : Fixes BLE HCI commands concurrency issue
0ce7b4bf73 : NPE in bluetooth MAP cause bluetooth process crash
4906f4fe06 : Import translations. DO NOT MERGE
8a2c781548 : Treat devices advertising random addr. as LE only
3c76e7b3fe : Import translations. DO NOT MERGE
38df6a71f4 : Blacklist Devices that donot handle absolute volume well
496dce437e : Do not deregister HH GATT IF in bta_gattc_disable for hid over GATT
88cb8db9f5 : LE: Only prepend valid HID report IDs
45c43e8ef7 : MAP: fix problem with MNS not disconnecting correctly
d2b2dc6350 : Change pairing api/intent permission from PRIVILEGED to ADMIN
9927a756eb : Change pairing api/intent permission from PRIVILEGED to ADMIN
a809efa40f : Import translations. DO NOT MERGE
47c8e62303 : Handle CL opening state in bta_jv_free_rfc_cb
57479e1f8d : Bluetooth Application Crash while try to pairing with laptop - IKDVXPSE-345
508919cb80 : BTU SIGSEGV on RFCOMM connect to Linux bluetooth dongle
0461471825 : Remove captive portal code that has no effect.
3005e0edbd : When rfcomm incoming queue is not empty, waiting for app ready to drain the data
ad4143a0fc : Fix for MAP/PBAP: Race-condition when requesting authorization from Settings app
05736f533d : Unable to connect to a Motorola s705 until Bluetooth was toggled of and back on
86418bac9b : Check callback null condition for register/unregsiter state change callback
04be95381f : Makes ACTION_PAIRING_REQUEST require BLUETOOTH_PRIVILEGED.
fb999187f7 : Allows another GMS core app to handle ACTION_PAIRING_REQUEST .
28d098a569 : Remove MMS support from MAP profile
3548c3edf4 : Interleave br/edr device discovery with BLE device scan for some targets
7f9cfde47e : added filter remove api to control the # of child node for bt_config.xml
ab512040ba : Remove MMS support from MAP SDP
227c69ce8e : LE: Improved handling of illegal GATT PDUs
e8793f64b4 : Add toyota venza to the auto pair blacklist
1afddf60db : Import translations. DO NOT MERGE
a22c70707d : Import translations. DO NOT MERGE
9fdd3ff2bd : Import translations. DO NOT MERGE
2b1c0fe1ff : Update AVRCP implementation of IRemoteControlDisplay
7663bc41fd : Fix uipc.c to never pass -1 to FD_ISSET.
9cffff7bd5 : Revert "Allow L2CAP sockets"
c87f7eb123 : Import translations. DO NOT MERGE
d2ece4b248 : Crash after unpairing BT keyboard
0abdf53ebb : Failure to start playback on A2DP sink after connection
4b707768a2 : Unhide setPin, setPin, setPairingConfirmation, and relevant intent fields
8051837c6f : Change setPin, setPin, setPairingConfirmation permission level to BLUETOOTH_PRIVILEGED
a8ae9a36f1 : Unable to receive Text Message to CAR Kit(nuvi3580LM)
a5f8cb26b6 : Import translations. DO NOT MERGE
d6e9962fdd : bluetooth crash caused by read phone book with invalid colummn number -1
3d097074b6 : Avoid potential buffer overrun in bd2str caused by signed char
9fea16044f : Add MEDIA_CONTENT_CONTROL permission
f4c5df5160 : Check null condition of number before contact query
79c1d78c7c : Add MEDIA_CONTENT_CONTROL permission
98486ea044 : resource leakage in bluetooth MAP when empty message in phone.
29adb93a94 : Import translations. DO NOT MERGE
1c897e62e3 : Import translations. DO NOT MERGE
222a2ddd21 : Increase default bluetooth name from 15 to 31.
a687340dfa : Change Volume step scale. Use setStreamVolume instead of avrcpUpdateVolume
c91a085faa : native crash while skipping songs with A2DP connected
7d4446f1fe : Import translations. DO NOT MERGE
30e31eb26c : Set default a2dp sbc encoding quality to high
701d9d3954 : Fix build.
fea918bca9 : Import translations. DO NOT MERGE
e4b8c11651 : a2dp media packet sent too slow, which cause packet overflow.
d07319131a : disable broken tests
28ccccb1cd : fix wrong PBAP profile SDP record which may cause some carkit interop problem.
1e405e7786 : Fixes to the google review comments + spec 1.1
57a036b517 : Added lock in btu_xxx_timer api
5be8166278 : change AVRCP profile version from 1.4 to 1.3 in SDP record.
6816ee2b6d : Fixed review comments
269056d559 : Remove dependency on JNIHelp header side effects.
cfe3753911 : Use product model as default bluetooth name if not defined
1660cf7ba9 : Changed MAP version from 1.0 to 1.1, since this is what was actually implemented
1f81bc1fff : Configure BTA DM to not force master role upon inquiry
56c876bd07 : Stop scan when client binder dies
008ce9e07b : Allow L2CAP sockets
21a1454b4e : Hid Host: Ensure Hid module is accepting events before processing
c02d8ba178 : Import translations. DO NOT MERGE
5bd9f733cd : Incremented buffer size to accomodate default MTU
de269fc5e4 : Block ble adv api based on resource config
be631ae710 : Import translations. DO NOT MERGE
7380b89117 : Typo in method name: Clone
7d41391627 : Fix the build.
29d93890e0 : Fix docs build.
bcf68a0610 : Add null pointer check in A2DPService
3447aaf4d0 : Import translations. DO NOT MERGE
766e1e09c8 : Import translations. DO NOT MERGE
ca32727168 : Enables AT+ANDROID command in Bluetooth HFP.
7c81f1f985 : Enables AT+ANDROID command in Bluetooth HFP.
ac1d41c6ab : Introduce network link quality statistics
709a574f2d : Update comments
013885408e : Change abortReliableWrite(BluetoothDevice) to abortReliableWrite()
6602b910ff : Import translations. DO NOT MERGE
264c0f9ef9 : Import translations. DO NOT MERGE
0912d3dc1a : Add support for AbsoluteVolume
bb008f1b48 : Adding support for Absolute Volume
4487d4a77a : Adding support for Absolute Volume
c897a18f1b : Place handling of BTA_DM_DISC_BLE_RES_EVT in BLE feature ifdef
bdd3209275 : LE: Add support for the HID-over-GATT profile (1/3)
1f0c3da65d : LE: Add support for the HID-over-GATT profile (2/3)
6b4a782110 : Add support for ff/rew
8de9b271b7 : Add support for ff/rew
490c27a78c : Import translations. DO NOT MERGE
e5a21d18de : Import translations. DO NOT MERGE
6d522027d4 : LE: Add peripheral role support (4/4)
8c66e3920d : LE: Add peripheral role support (2/4)
3b486eb57a : LE: Add peripheral role support (1/4)
3d40d67446 : LE: Do not generate an error if a device is already whitelisted
f1bf2f4762 : LE: Fix for back-to-back GATT connection request issues
532ee63aef : LE: Memory leak when caching GATT service change
059700ed68 : LE: Check encryption state before starting encryption
a867c2bcb0 : LE: Add instance ID to descriptors (4/4)
e9550ac546 : Move bta_dm_remove_sec_dev_entry declaration out of BLE ifdef
93aa2e43a0 : LE: Add instance ID to descriptors (1/4)
b657ffeb47 : LE: Add instance ID to descriptors (2/4)
0bf66a0b55 : LE: UPF 45 bug fixes
e9235ff680 : LE: Add NULL check for GATT client callback
bd7958cf4f : LE: Fix crash on LE mouse reconnect
f186ce98ad : LE: Limit minimum MTU size
67eb2c28f6 : LE: Send correct device name during SMP pairing
3a05463841 : LE: Integrate power table for GATT
137f926ca2 : LE: Add GATT disable functions
76c3ace85d : LE: Fix GKI exception for 0 length values
e2597adb41 : LE: Only copy UUID for callback on success
43ca2f0ab4 : LE: Add NULL pointer check in deep copy function
198332b3ad : LE: Initialize return status when registering client
776d8189df : LE: Deep copy buffers when transfering client context
8ecf897b00 : Fixed issue that failed to update rfc credit to peer when host can not handle the incoming packets fast enough
2d0e2aa5fa : Import translations. DO NOT MERGE
59008b08cf : Import translations. DO NOT MERGE
a2f1b0e1a9 : Bluetooth MAP profile - sms and mms support initial check-in
3ca5a639d4 : Bluetooth MAP profile - sms and mms support initial check-in
ce14522042 : Bluetooth MAP profile - sms and mms support initial check-in
c926d06d05 : If in a mobile captive portal is detected enable fail fast.
4bb6a3bab6 : If in a mobile captive portal is detected enable fail fast.
580a8f7ca7 : Support for 128-bit UUID service discovery
3875ec6a68 : Start restricting service calls with implicit intents.
261e089a92 : Use explicit Intent for binding to service.
5116bcb198 : Bluetooth: Reset Disconnect Reason on Connection Establishment
834604c6d5 : Import translations. DO NOT MERGE
2b037926b6 : enable xml format to transfer/receive over bluetooth
8be4d3524c : Fix check for BTIF_HL_CCH_OP_MDEP_FILTERING in btif_hl_upstreams_evt
b01210f0de : Revert "Bluetooth stopped working in master - "bad file descriptor""
626db853b2 : Bluetooth stopped working in master - "bad file descriptor"
6fd88cd7be : LE: Release transmit buffer credits
84f3585a4b : Do not abort bonding if link disconnects during SDP after Auth cmplt
c60dea3b94 : Do not abort bonding if link disconnects during SDP after Auth cmplt
0000fe840e : Doc change: new Bluetooth LE doc
982eaede8c : Removed COD check for unbond and UNPAIRED_EVT
ee66af1a82 : Add debug menu to enable btsnoop
fc68b229be : Use new CallLog number presentation column
a9f770b02a : ignore invlaid play position update from remote control client.
c27359e696 : Explicit locale when formatting machine strings.
729b38522f : Add debug menu to enable btsnoop
59e5e60238 : ignore invlaid play position update from remote control client.
8572d7924a : Add debug menu to enable btsnoop
c548bc5651 : Notify adapter state change from off to on when disable fails
abb655872f : Update javadoc to give app write better guidence
26cc6b4184 : Fix for AV lockup on local and remote start collision
b46e8ea169 : Revert "Revert "Change GATT_FAILURE from 0 to 0x101""
1626eab8a1 : Revert "Change GATT_FAILURE from 0 to 0x101"
a1a13fc827 : Fix rssi handling as one of property change event
4d0692aa70 : Change GATT_FAILURE from 0 to 0x101
411d28ba9a : Bluetooth Share has stopped / Secondary user setup / NullPointerException
03de91b655 : Media profile drop on ending the outgoing video call and music is heard locally
916080cf60 : Preload timeout and retry mechanism (1/3)
6b51794bbc : Added available size check to fix zero byte data available issue
4cbd2cd0de : Remove roamChanged API
7707ae9116 : Fix for roam indicator not updating correctly
977f260e31 : BluetoothGatt: Print stack trace if an exception occurs in a callback
a0d63a9cce : Stability fixes for a2dp hal control path
0eab112fa0 : Preload timeout and retry mechanism (2/3)
a033fdcf0c : Solve compilation problem when BLE/GATT/SMP features are false
5b42df5d8f : Donot bind to GATT service when BLE is not supported
cb9a5e0437 : New call-in/-back functions for Controller to do vendor-specific shutdown (1/2)
c3ef4fc08a : Donot bind to GATT service when BLE is not supported
41fb4362fb : Solve compilation problem when BLE/GATT/SMP features are false
bf1ccdfca1 : Remove role adjustment logic from Conn busy/idle handler
c54e204dce : Fix a bug on jv and stack port handle conversion
a349770b54 : Import translations. DO NOT MERGE
e587fb311a : Fix for SDP data structure leak during pairing
63f1cc4e53 : avoid null pointer in handlePanDeviceStateChange of PanService
04aa164413 : BT problems in Acura MDX
e3466c35ef : LE: Disable L2CAP connection parameter update during pairing
4d0f6765a0 : Import translations. DO NOT MERGE
562f02ddbe : Null pointer exception in SocketAcceptThread of BluetoothPbapService.
5a9a679925 : LE: Fix shared ACL buffer allocation
1438e9ec8b : Change permission of LE scan APIs from BLUETOOTH to BLUETOOTH_ADMIN
9c02fbd769 : Enforcing bluetooth permissions for GATT api calls
f6fcd9b26b : Added flush() for bluetooth output stream
bac74d76e0 : HDP fix for Single SDP record
a1c9113ca6 : HDP Single SDP fix
4e4bc86f7f : enable playback position sync for AVRCP remoteControlDisplay in audio manager
6053b4ed55 : Fixed a NPE
8e2cec1478 : Proper management of controller ACL buffers.
01e8e2ac8e : Remove BluetoothAdapterCallback. Simplify leScan Api
468f4577dc : Audio glitches while playing songs over MOTO S305 headset
734aebee16 : Import translations. DO NOT MERGE
8029a28df5 : LE (2/3): Add application ID to connection callback
1965d1fbeb : LE (3/3): Add application ID to connection callback
8ea4bac4dd : Change the log display API called in the BT PAN call-out functions
395b1e28ca : Audio glitches while playing songs over MOTO S305 headset
726e824409 : Fix for Nyko playpad
2c0b2a1ac3 : Make host side of Read Local/Remote Extended Features more reliable
3f2260a9dd : Make host side of Read Local/Remote Extended Features more reliable
e0e3139328 : Resolve AVRCP IOP issues
6b79decb47 : Make BluetoothGattServer.close() public
87aac97c13 : Add liblog
b0e31d9371 : Add liblog
dd4370260e : Read the extended feature after ACL channel creation
de610209e3 : support playback position changed notification
9cec99a565 : BT: JV rfcomm socket sniff support
3161842228 : Proper handling of HCI command status event
6efc198d0d : Fix typo around BLE_INCLUDED inclusion bug 8566685
03f841c784 : Add binder DeathRecipient to GATT service
7ed13e4c3a : Save the HID info into storage while adding device
0d4db98280 : Fix LE background connections not adding device to white-list.
18b2c9aa6d : Change BluetoothGattCallback methods argument from BluetoothDevice to BluetoothGatt
dca236ec3b : Fix minor LE descriptor permissions issue
77f97d7e15 : LE: Avoid LE connection to a non-LE device
6d5c7e48a0 : Fix LE buffer size for 0 length buffers
c33444a755 : Implement getRemoteType of IBluetooth.aidl
4731e8018b : keep one setPlaybackState function
f4252b19b2 : Add support for PLAY_POS_CHANGED
c7628ae113 : Reject element attribute request if count is 0xff
42eecbb572 : need free the buffer to avoid memory leakage when send Avrcp packet
01fbeb65eb : Update IRemoteControlDisplay implementation to latest interface
dc078adf21 : fix compilation error for broadcom branch
f2c175da75 : Revert "Revert "fix the compilation error in broadcom partner branch""
1c9ad04e90 : Revert "fix the compilation error in broadcom partner branch"
9ce3b36d7e : fix the compilation error in broadcom partner branch
531778b36e : Revert "fix the compilation error"
e621218e79 : fix the compilation error
5d8b4eb949 : need send reject response to unsupported Avrcp 1.3 command
bb4400aa64 : Import translations. DO NOT MERGE
9afa274491 : Unhide Bluetooth Low Energy public APIs
adbcef8d12 : Don't try using netd anymore.
daef329568 : Add BT - DataTracker connection
e8b5ac1abc : bluedroid: Fix build with gcc 4.8
444c57eb79 : Correct executable bit for source files [Take 2]
748d62077a : Parse LMP features to enable LE support
68ec6f7bdb : if the element attribute string is more than the maximum length, try to send partial attribute instead of empty attribute string .
b7b75a594a : Update RemoteControlDisplay interface for playback position
78b3520537 : Initial version of Stack for AVRCP 1.3
ae9057e35c : framework support for new Bluetooth profiles AVRCP 1.3:Metadata and play status
7ecd435c09 : enable xlsx, docx, pptx format to transfer/receive over bluetooth
9bd753cd58 : Import translations. DO NOT MERGE
902c9c2230 : Add stacking to the NetworkStateTrackers.
cff51bdcd5 : Fix logging in GATT JNI code
835434dbd0 : LE fixes
137ce5ad1b : Fixed 32 bit characteristic value assignment
442c9e8f85 : resolved conflicts for merge of c508483d to jb-mr2-dev
b4ba125dd0 : Cleanup Bluetooth AdapterService JNI
095e7dc1bd : LE fixes
9875a7d511 : AtPhonebook handleCpbsCommand was incorrectly sending two responses to some requests (one inside the swtich statement, then repeating it after breaking out of the switch statement). This broke phonebook sync with Audi 2G MMI car kit. Signed-off-by: Nigel Hannam <nigel@hannam.eu>
5085c7170f : Remove bluedroid configuration warning
d6f9701119 : Fix docs bug.
55b5dceef5 : bluedroid: use correct header file.
5375143334 : Initial version of BLE support for Bluedroid
1def2552dc : Initial version of BLE support for Bluedroid
40b9895136 : Initial version of BLE support for Bluedroid
b5351f67a0 : Add OBEX object count support to Bluetooth.
bf927c3c3e : Cancel device search before starting SDP
e26f3a750d : Turn on some debug message in Adapter service
8881fb16fe : turn off getState debug message, not so useful now
4c3d7f1509 : Fixed unpair and reconnect issue with certain non-pointing hid devices
30ddcc2d6b : Resolved partial uipc channel read issue
818c4b5682 : fix bt_hc_worker_thread() sometimes transmit more than num_hci_cmd_pkts
c6095af21c : fix too small buffer
5ef40f4873 : Import translations. DO NOT MERGE
6b25b675fd : Add protected log methods to StateMachine
c1ece74bae : fixed rfc resouce leaking and multi-session issue
d84aab0b7b : Use getRadioTechnology call instead of getRilVoiceRadioTechnology
d67a277f2c : Import translations. DO NOT MERGE
c17d803d5e : Snapshot 9fd57cbacd95e89602f430244c35bbc67f08b6d2
d85b8b2d37 : Snapshot 09118679ff7861de0fe2b742591e5d6aadba3fcc
4435a0ea5a : Snapshot 0d153181bbe9ce75555b437567796a9aef4ef0ae
624a787d4c : Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf
32f987317d : Import translations. DO NOT MERGE
62f05f8a1b : need send status code back(OK) after broadcast the intent(VENDOR_SPECIFIC_HEADSET_EVENT)
a466c6c72a : Clean up debug messages
97e262e493 : Clean up debug messages
2e650b3490 : timeout support for accept() and added check for signal size
24e10af468 : Code to broadcast VENDOR_SPECIFIC_HEADSET_EVENT missing
6bbdbcb312 : Rename get radio technology
2ab1b40f02 : Revert "Rename get radio technology"
7e965c8268 : Upgrade the app to better follow holo guidelines
349969bcb6 : need to send BluetoothAdapter.ACTION_LOCAL_NAME_CHANGED intent to all users
d7679db2f1 : Fixed potention ANR issue with Bluetooth OPP share.
da23e2aa9c : Fixed potention ANR issue with Bluetooth OPP share.
7658659fc3 : Remove DhcpInfoInternal
aa049f1dcb : Rename get radio technology
925396db6e : Import translations. DO NOT MERGE
9a4ee79c40 : Temporarily add GALLERY_PROVIDER permission to fix Beam.
185ce5bad5 : License of files Bluetooth package is not updated to ASL2
a9cc57d090 : License of files Bluetooth package is not updated to ASL2
92fe51aaa1 : BT connection notification in not updated in status bar for second user It is due to the system UI is always running as the first user. It can't receive broadcast intent ACTION_CONNECTION_STATE_CHANGED and ACTION_BOND_STATE_CHANGED from bluetooth service when We switch to second user. Also the system UI also is running as uid 10055, which will also call function isEnabled, getState, getBondedDevices, getAdapterConnectionState and getBondState in bluetooth service. I allow these functions to be called by all the users. I forget remove check for getBondState in my first patch set
3049570708 : Add serial port profile support and allow to connect to rfcomm channel without sdp discovery
76ad10a1f9 : Fix crash in Bluetooth when sharing MMS video.
8d1558d3bb : Bluetooth OPP should sanitize Uri data and MIME types before calling startActivity
9667aaed6c : Fix NREC command format error
f8035a79eb : Reduce android.bluetooth package debug messages
9b4dd19d25 : Bluetooth multi-user updates: change bluetooth service to reject background user access.
75a8cc8992 : Config pbap_include_photots_in_vcard false as default
f1e76c5904 : Turn off dbg messages, be prepared for production build
c94424caa1 : Make Bluetooth Services support multi user
e2ee3ade5c : remove the AT command separator from the CPBR range parameters
2f67b08219 : Move socket initialization code out of pbap service's main thread
093aa47760 : Move bluetooth priorities from Secure to Global.
49d7fb5f98 : Import translations. DO NOT MERGE
018c3c6eae : Add MODIFY_PHONE_STATE permission to access Bluetooth service in Phone app
a6ad2d00a5 : When pbap cleanup, stopSelfResult called twice with same service id
ad0b275286 : Revert "Reference headers in their new location"
d670d2e61e : Reference headers in their new location
6d78e617e6 : Add StateMachine make methods.
6f1c0a30ae : Enable Bluetooth sharing of downloaded files.
9a131f5002 : Donot include photo in vard in pbap
156769e2fa : Import translations. DO NOT MERGE
bc72e148b9 : fixed bt on off stress test issue
aa64d7d16b : Bluetooth: Use proper holo alert drawable
7cab294bc5 : Terminate PBAP service cleanly during BT off
fa99828a33 : Revert "Terminate PBAP service cleanly during BT off"
c0befa34e9 : Terminate PBAP service cleanly during BT off
92c65fbdf9 : fixed local reference leak
ef7084ce96 : Import translations. DO NOT MERGE
80b7fb44e7 : Turn off verbose debug message in BluetoothAdapter Change-Id: I30245ab911b5428f7af38f195b941db02d36b18f
aab6a84f4f : Adjust profile priorities when setting auto-connect
6a62db4f9b : Captive portal handling
f2052acbc2 : Fix for BT crash during CPBR AT cmd processing
1c212e4e48 : Notify headset of signal strength change
d6bf3cb58b : Implement enableNoAutoconnect() for NFC handover
fa1a5278a9 : Implement enableNoAutoconnect()
79cbd82f42 : listenForPhoneState only after SLC
ef44d28098 : Don't trust length specified by ContentProvider for file transfers.
2a40315013 : Add unbond reason to bond state change intent
e6f1b72aa8 : Fix for BT turn on/off issues: NPE, FD/thread leaks, ANR.
bcb14206a1 : Implement Profile Auto connection logic
20867a776c : Auto connection/disconnection related changes
dacc2f7d48 : Proper update of friendly name for a paired device.
c4463fd911 : Fix typo in PBAP Server name SDP record
0d6d9f8765 : Bluetooth: fix enableNoAutoConnect() call.
465206669d : Do not accept connection from remote PANU if the local role is also PANU
af9c036cf0 : Explicitly export content providers
2e2e57a40d : Resolve incoming pairing and connection issue
3e57cdc779 : Ensure mAddr member of DeviceProperties is properly set with device BD Addr
d741f736a8 : Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabled
8a018552dd : Reset priority on unbond
f24eedf202 : Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabled
4351cc5357 : handle NullPointerException in cases where a proxy call to AdapterService is called after Adapter Service is stopped.
2ff66a93c0 : Added code to ignore the empty value of remote device property change Change-Id: I0d6b293c0bf35d9b4a2df00e9b3cd810c4a9b251
57ae030779 : Virtual call implementation
b5083335ae : HDP-App crash fix Set the channel fd to null in channel state callback if new state is not CONNECTED
5eea783ff1 : Import translations. DO NOT MERGE
897ef7adab : Notify Connection state chnage to AudioManager via an API call
36799f5473 : Remove unused import com.android.internal.telephony.Call
05bd279b4a : Add CONNECTIVITY_INTERNAL permission for PanService
7bc72b0d4c : Removed onStartCommand().
1b1b69d61f : replace logx with alogx
4366ef3470 : comment out state machine quit call
63e6582fb3 : matt: my fix to get it compile, change logx to alogx, and etc
1a61bf406f : Add remote device while pairing without inquiry
08b5ba494d : Resolved incoming pairing/connection issue
32d71ba248 : Additional check included for the case when PhoneApp queries Bluetooth Audio state before the stack responds for the sco disconnect issued previously in AudioOn state.
d1909e4423 : Fix the issue where HID connection was failing on first connection randomly. Made changes in HidService to send a STATE_CONNECTING broadcast when HIDService.connect() is invoked; Also before rejecting the incoming connection, check if the connection is transitioning from STATE_DISCONNECTED to STATE_CONNECTED and then only do a disconnectHidNative(). The normal flow of HID connect would transition from STATE_CONNECTING to STATE_CONNECTED
672d24ac5d : Fixed PBAP to use simple pairing instead of numeric comparison (same as before). Also, escape special characters in vCard-Listing XML object
dd8ce75f05 : Added code to cleanup connection state when bt off
1b81ed5016 : Changing the order of notification of connection state change, as it was causing a race condition, with the UI not being updated with the correct connection state.
8d2aee04b0 : Fixed displaying images in pbap browse and pull when configured
81b61ee20f : Ensure that A2DP stream is suspended during Voice Dial when SCO connection is established. This is needed to be compliant with the SIG's AV+HF whitepaper
c9159420b5 : Fix for force closing HDP app: Included review comments Included a callback to linkToDeath and notify the HealthService when BluetoothHealth is dead
761d041fe2 : Fix for A2dp/hf connection happening even when profile is disabled in Settings
7ad78689d4 : Added support for enabling/disabling profiles
067301106c : Fix to ensure that we are able to pair with a device that was just unpaired. The fix was to clear a boolean variable which was causing some stale data to be maintained
a6dcdacd6a : Change done to clear mUuid - local copy of Uuid. If not cleared, the cachedBluetoothDevice issued a connect using the local cached copy of uuids, without waiting for the ACTION_UUID intent. This was resulting in multiple calls to connect().
b4159902e2 : Fixed HDP Disconnection issue. Included channel to list of channels when channel state callback is received
e30c1fa5b3 : Added PBAP support for fetching owner vcard info from phone's profile. Added PBAP image support
094a65a888 : Moved BluetoothAdapter.ACTION_STATE_CHANGED broadcast from AdapterService to BluetoothManagerService
0a856be06d : Fixed memory leak in Binder objects from repeatedly turning on/off Bluetooth
e38bb7e845 : Changes done for disconnecting sco connection based on disconnectAudioNative() return status, instead of waiting till BTA_AG_AUDIO_CLOSE_EVT is received. The delay in disconnecting sco was causing audio to be routed to earpiece instead of speaker, when selected from incall screen.
4a233a6692 : Added AT+CPBR support
ee92d98dea : Added code to turn off pan connection when tethering state changed
aa894ec717 : Backed out workaround for RFCOMM socket close issue when BT is turning off
f4eea73cdf : Fixed Bluetooth on/off issues. Removed singleton instances causing issues when services reload. Updated adapter state machine
b4b55f6c87 : Fixed exception in BondStateMachine when quit message occurs. Fixed exception in OPP when remote does not accept incoming request.
40c9c3fee1 : Handle NREC. On connect, enable echo cancellation locally, headset will then override it
d95c0e7fc6 : Added ACL connect/disconnect state callbacks
79b0d7e3a1 : On disable send the disable event to stack right away, as the stack will take care of tearing down the active connections. ALL_DEVICES_DISCONNECTED was not being sent (as no profiles handled it), causing 3 second delay on BT off
bc472f5f8e : Fixed random pin generation for pairing with HID keyboard
f4dc1a350c : Fixed BT on/off issue
0dc46d75ee : Added a comment
2ff2638546 : Corrected a comment
fa6a43393e : Connection state change has to be handled in AudioOn state. Some headsets send RFCOMM disconnect prior to disconnecting the SCO. In this case the state machine has to handle the connection state change
1b059a341e : Memory profiling changes : Updated the Bluetooth code to handle cleaning up of object references (context, handlers, and collection objects ) during service cleanup.Memory profiling changes : Updated the Bluetooth code to handle cleaning up of object references (context, handlers, and collection objects ) during service cleanup.
ca417d178b : Added support to handle A2DP audio state changed events and broadcast A2dp API intents
f853ade2d3 : Handle the scenario where the phone number is empty. CLCC should not send number & type if number is NULL
478b1593ad : BT icon not getting updated on profile connection due to incorrect handling of the prevState
6db2147ce9 : Clear BT Interface pointer during cleanup for BT on/off cycles to work
f7ae107a5f : adapter non persistent service. Fixed null exception when profile services connect/disconnect
4870534395 : Non persistent adapter service
e7b585195b : Patch for inconsistent pair-unpair state
634a17293a : Fix for memory leak in AdapterSertvice.cpp : The native jobjectArray and jintArray instances are being declared and de-referenced in adapter_properties_callback() and remote_device_properties_callback() methods but is being initialized in get_properties() method. Becasuse of this, when the get_properties() method returns, VM looses reference to the native instances and hence leading to memory leak.
f6f8780a1d : AT Response needs to be send for CNUM
61588d5296 : Patch to fix getBondedDevices and inconsistent pair state
0102c1c081 : HID-PTS:Included API and calbabkcs for hid pts tests
70496c1a38 : Improve BT enable/disable stability under stress tests
484bd25792 : Implement the getDevicesMatchingConnectionStates for A2DP
658fd34265 : Added support for BluetoothDevice.fetchUuidsWithSdp()
f3529e478d : Fix discoverability timeout issues. (a) implement timeout logic (b) persist 'never timeout' after reboot (c) code cleanup
72cfab8896 : Fixed checkCallbck thread so that callback env is always intitialized
059f698552 : check device.mAlias null case before copying to it
6c695d6bd6 : Initial checkin of OPP and PBAP
5db5675324 : Updated the AdapterState class to handle persisted Bluetooth setting after AIRPLANE MODE OFF event
f19f45bfd3 : initial check in of rfcomm socket implementation Author: Zhenye Zhu, Matthew Xie
236a69cb6b : Initial implementation of hdp service and jni
0177abdfd0 : Fixed incorrect handling of the RSSI during inquiry which causes the devices to not get sorted properly.
bc5a681aa4 : ATD commands have a trailing ';'. Remove the trailing ';' prior to dialing a call. Else a send tone popup is received.
501e278c72 : Fixed the pairing variant check typo.
3245240cee : Resolved HSP PTS issues. When call is active, and CKPD is received: 1. If audio is not ON, audio will be enabled 2. If audio is ON, call with be disconnected (fixed a typo here, which answered the call, instead of hangup)
442bcf09cf : Integrate HFP with VR app. Handle both cases where VR is started by peer as well as launched from the phone
2d848536ef : initial implementation of hid service and jni
b5ebaf5484 : Caching callbackEnv in HFP/A2DP JNI results in the ENV going out-of-syn after an disassociate_evt/associate_evt sequence. Removed the caching.
05d2f066af : Fix persistent audio on, Donot connect_audio when enter CONNECTED state. Process DISCONNECT message in AudioOn state.
da10603993 : process slc_connect state change event, query and send stack the phone state
c65e5a9931 : Revert "fix persistent audio on, Donot connect_audio when enter CONNECTED state"
55d83d97f4 : fix persistent audio on, Donot connect_audio when enter CONNECTED state
adda26ef41 : output call back event information
dc2ee1c70f : Save volumes and notify stack only when they change
953a12178c : Added new state BT_BOND_STATE_BONDING. Stack will send a callback for all three states, app does not have to rely on the api return code to switch to bonding. This addresses the incoming pairing as well as the remote unpaired test cases
9143953059 : update call state to match hf hal header, memory dial fix null pointer
f0103dd91c : Initial implementation of HFP and A2DP profile/service/statemachine.
1c21207dc9 : Incoming pairing issue.
b28beff5e5 : Fix Bond State Machine device list.
601e9dedcf : Set scan mode to be connectable when turning on.
86929bcf04 : Add ability to persist Bluetooth state.
e63a68a038 : Merged the Passkey request callback and the passkey reply APIs into the SSP API and callback respectively
e3f3bd152c : Bluetooth: declare shared libraries as its build dependencies.
10c915dd1c : Remove passkey callback.
eadb9451a9 : Fix scan mode bug.
19a2f7185f : Correct the length of bd_address setting.
a45a604bf1 : Add NET_ADMIN permission.
2286950119 : Fix Bluetooth enable issue.
42d3111876 : Fix makefile for jni directory build.
9e9cac3f99 : Removed startService() call from BluetoothManagerService.
40781c12e6 : Fix merge error, put in tmp workaround for input manager.
d07368a662 : Moved BluetoothAdapter.ACTION_STATE_CHANGED broadcast from AdapterService to BluetoothManagerService
1645745169 : Auto connect hf/a2dp
221c7d29c6 : Added code to tear down dhcp thread when tethering is off
e8d1519685 : Fixed socket not closing on BT off. Used RemoteCallbackList to monitor binder deaths in BluetoothManagerService.
f1f5dde555 : Fixed issue with Settings app crashing after during on/off and unpair.
797a7ba64e : Disable debug logs in BluetoothDevice, that was turned on accidentally Change-Id: I8a0a3f5775c2b9f5a928e4840851e687f25b57ab
50ef8e028d : Fixed issue with getting Bluetooth adapter's name and airplane mode
95a8d72c03 : Change done in BluetoothAdapter to use the same API for interacting with the Bluetooth Service. setName was being done using mService while getName was using mManagerService. As a result, the device name was not being updated in Localadapter getname call. Modified to use mService in both cases.
08e6ff77c4 : BT enable adapter API should return TRUE or FALSE.
3c7196448a : Non persistent adapter service
a5d5a9c3c2 : Handle cancel bond for both legacy and ssp pairing
1bc06c2aa7 : HID-PTS: Included apis' for pts tests
edc02569dc : Added support to get a remote device's service UUIDs
b527e5f44a : Fix discoverability timeout issues. (a) implement timeout logic (b) persist 'never timeout' after reboot (c) code cleanup
fab62db7cf : Added new rfcomm multi accept code
789124988d : Initial Health Profile implementation
5e9fb033b9 : Initial implementation of HID, add IBluetoothInputDevice idl
7e8de88cfb : Added support to cancel pairing from UI while doing SSP. The new code sends SSPReply with one of the arguments as false. Signed-off-by: Priti Aghera <paghera@broadcom.com>
63d480914a : add queryPhoneState in IBluetoothHeadsetPhone
f3ee35141f : Framework changes for HFP and A2DP profile implementation of the new stack. Add IBluetoothHeadsetPhone.aidl for a small service in Phone to get phone state changes
d95bd9c8fb : Add a new version of the disable API.
c520875115 : Initial commit for new Bluetooth stack interface.
73481b9e31 : Comments opp and PBAP init code when BT gets enabled.
2232ffb9bf : Revert "first patch of test submit"
e5b4af3a95 : Revert "second patch of test submit"
41de342631 : Revert "third patch of test submit"
781d33f994 : third patch of test submit
dd61e2d157 : second patch of test submit
0e41092f46 : first patch of test submit
845d994dd4 : Import translations. DO NOT MERGE
884452306d : Changes for new Bluetooth APIs.
6da6332776 : Delete various Bluetooth files for stack integration.
4b6c9509a3 : Import translations. DO NOT MERGE
1c7b9babf1 : Enhance StateMachine Quitting and logging support. DO NOT MERGE
dfa230e9e2 : docs: fix several links
05a8656b56 : Import translations. DO NOT MERGE
dd6922de63 : Change timestamp type from int to long, timestamp(now) overflows int
4e5bc24ddb : Import translations. DO NOT MERGE
127e156cd9 : Enhance StateMachine Quitting and logging support.
5eee8c0827 : Import translations. DO NOT MERGE
a58a2c39ed : Bluetooth OPP: Allow sending all mime-types for handover.
ad036d2d1b : Fix variable initialization.
96a01c3373 : Allow bluetooth OPP transfers to be stopped.
1280b62dfc : Import translations. DO NOT MERGE
42e31b0f5d : Import translations. DO NOT MERGE
b41ba16c8e : Don't MediaScan files received through handover.
3853f73555 : Add BT address and mimeType to handover intents.
1467cb3126 : Import translations. DO NOT MERGE
5a98ff8b99 : Import translations. DO NOT MERGE
f73ea4f505 : Avoid calling BluetoothSocket.destroyNative twice
5eaf851806 : Import translations. DO NOT MERGE
14321c1a35 : Import translations. DO NOT MERGE
4d6181e68d : Import translations. DO NOT MERGE
e702ad59ca : Import translations. DO NOT MERGE
6dad336e12 : Import translations. DO NOT MERGE
617c61ba13 : Import translations. DO NOT MERGE
a53df53570 : Import translations. DO NOT MERGE
6f347fb3d7 : Import translations. DO NOT MERGE
c93901ba71 : Import translations. DO NOT MERGE
e12a9a7c81 : Import translations. DO NOT MERGE
79f9f6bbf7 : Import translations. DO NOT MERGE
89aed7ea0a : Import translations. DO NOT MERGE
b9b3a5a5b3 : Import translations. DO NOT MERGE
85afff0347 : Import translations. DO NOT MERGE
26dcd0f5f1 : Import translations. DO NOT MERGE
a9110b8e7e : Allow enabling Bluetooth without auto-connecting.
befab9e8b5 : Get alias for Bluetooth devices.
f5160d45f8 : Additional changes to support Bluetooth Beam.
f704a0ae93 : Import translations. DO NOT MERGE
2959063a5f : Import translations. DO NOT MERGE
beb645bb7e : First cut at Bluetooth Beam.
ad3cd9827e : Import translations. DO NOT MERGE
f26b3a7a96 : Import translations. DO NOT MERGE
1e0332151d : Import translations. DO NOT MERGE
f242a7f6c6 : Use new READ_CALL_LOG permission
a7dc5b5be5 : Fix obvious typos under frameworks/base/core
42d6de4f0e : Import translations. DO NOT MERGE
d8d5f68f67 : Import translations. DO NOT MERGE
04fc54ad9b : Import translations. DO NOT MERGE
ab2850789d : Import translations. DO NOT MERGE
3f694848ab : Import revised translations.
da4e2ab447 : docs: Add developer guide cross-references, Project ACRE, round 4
d3fca95609 : Add BluetoothAdapter.getRemoteDevice(byte[])
72dc9bc12c : Read the requested file size completely.
27960df9b6 : Import revised translations.
05180edf73 : Cleanup references when turning BT off.
88e2affd9d : Fix SCO start stop tests.
b7f265bcdc : Import revised translations. DO NOT MERGE
70c4b33caa : Check the bluetooth state for getUuid call
36c004a259 : Import revised translations. DO NOT MERGE
619bc83e8d : Import revised translations. DO NOT MERGE
1662c96b9d : Send CONNECT_OTHER_PROFILE to Device profile for hfp and a2dp incoming connect
5a692a32ed : Import revised translations.
e4aea8b694 : Import revised translations. DO NOT MERGE
dca90f52d7 : Make public APIs of ACTION_UUID, EXTRA_UUID, getUuids, and fetchUuidsWithSdp
6adbff6e1e : Fix build break; Revert "Make public APIs of ACTION_UUID, getUuids, and fetchUuidsWithSdp"
247a79ec68 : Import revised translations.
f0d6cc2ab7 : Import revised translations.
d3127e53b0 : Import revised translations.
6e9f6f07ae : Make public APIs of ACTION_UUID, getUuids, and fetchUuidsWithSdp
1138e77474 : Import revised translations. DO NOT MERGE
d932969828 : Import revised translations. DO NOT MERGE
ba75fdeab7 : Fix auto connection of headset profile.
0a1f3089b8 : Import revised translations. DO NOT MERGE
df3b1ef2a3 : Import revised translations. DO NOT MERGE
86af224505 : Import revised translations.
54d5b58a92 : Import revised translations. DO NOT MERGE
5b9ca0caf4 : Import revised translations. DO NOT MERGE
d59e106d0c : Import revised translations. DO NOT MERGE
c9d9b2770f : Import revised translations. DO NOT MERGE
3c9475b5e0 : Import revised translations.
f6747addc5 : Import revised translations. DO NOT MERGE
a116a0f1d0 : Import revised translations.
c8a457e144 : Import revised translations.
b2258355a6 : String cleanup per standards. Bugs: 5165745, 5163232, 5162668, 5162667, 5162328
3c0c5bee53 : docs: mix of BT and NFC javadoc updates Add Health profile to various discussions about profiles Add descriptions to NFC interfaces, tweak some desciptions, and fix some broken links
7d2ce3cbc7 : Import revised translations. DO NOT MERGE
9240efb4a7 : Make Bluetooth Health constant public.
a0ee8aa213 : Only format PAUSE/WAIT character.
aece8659d6 : Import revised translations. DO NOT MERGE
79655913dc : Import revised translations.
bdf3cd94bb : Reject OBEX connection request for OPP with Target.
8cf79568e2 : Import revised translations. DO NOT MERGE
50b0e0028c : Import revised translations.
2c7f148215 : Add error codes for channel disconnection / connection.
090847e4ab : Make Bluetooth Health APIs public.
9eb5e76811 : Enforce permissions for Connection dialog intents.
81b34d6f89 : Fix issue 5252593: any app can restart the runtime
3bb3af056f : Import revised translations.
f7416b65b9 : Use Notification.Builder.setProgress() for progress notifications.
6e1b765e5b : Move Bluetooth remove service record handler to the app main thread
689043bd44 : Handle PBAP response packet as raw bytes
95820d835e : Import revised translations.
826fc9b7a2 : Proactively disable data when over policy limit.
c875f3a646 : Make profile connection state API public.
a75431cc92 : Fix SendConnection state params.
5317842b3d : Add Api to get profile connection state.
0b8ed0ad9a : Update sendConnectionState change function paramter.
5e29846271 : Import revised translations.
71fa7dde92 : Part of effort to remove "failure" messaging to end-users. Bug: 5165745
3639138a39 : Send local time, not GMT, in timestamp.
f59c72a180 : Send local time, not GMT, in timestamp.
85d3453081 : Bluetooth : fix UI bug while an opp object tranfer is ongoing
fe9416cdfb : Bluetooth : fix for the OPP service bug while BT on/off
f2ed816d23 : Bluetooth :fix opp for socket error retry
a13f8e8711 : Enforce permission for changeApplicationState function.
70d20032ee : DO NOT MERGE Incoming Bluetooth Connection requests - dialog.
9054dacb72 : Check if BT is already enabled before starting activity.
3ee910d6a5 : Fix tethering using BT.
d97e647e47 : Bluetooth : fix for pbap ANR while BT on/off
549181ef2f : Provide an API to set the friendly name of a remote device.
27d192bd2d : Fix notification issues with OPP.
cb4d968b2d : Add ability to turn BT on / off on a per application basis.
91dc6d5c22 : Import revised translations.
a2281a9982 : when disconnectHeadsetInternal, allow it when the BT is not disabled
9f213a1ba8 : Incoming connection dialog tweaks.
c1ba4a6844 : Import revised translations.
d3b7d1d78d : Bluetooth Health APIs
48d0cca9df : Get server's listening channel
4789535686 : Import revised translations.
75cf0b94f3 : Incoming Bluetooth Connection requests - dialog.
af6159f2c9 : Move Pbap permission dialog to Settings app.
bf981ca2e9 : Implement APIs for Bluetooth Health profile.
6fb64898f4 : pullVcard of unknown phone number
795c11df66 : Revert "pullVcard of unknown phone number"
697dae032c : DO NOT MERGE Incoming Bluetooth Connection requests - dialog.
33bcad68b3 : Import revised translations.
1c0756fe06 : Modify the Rfcomm retry logic
fe97a4e879 : Import revised translations. DO NOT MERGE
a7266d3901 : Refactor Bluetooth Profile.
1236dfd0b3 : Fix external storage bug for BT stress tests
a92b4f48bc : pullVcard of unknown phone number
ebb0628f43 : Bluetooth: correcting return value from cancelDiscovery
5af87ff288 : Move bluetooth tests to their own package.
00c1baa8dd : Handle OBEX Abort packets sent from remote device
f8851ccce6 : pullVcard of unknown phone number
1ed2fbc2d4 : OPP: Notification position is changing
130c3f3347 : Import revised translations.
dc123deea3 : Handle PBAP response packet as raw bytes
638350f52c : Add public api BluetoothSocket.isConnected.
efd744ddb9 : Require bonding and encryption for PBAP server
c90e430259 : Import revised translations. DO NOT MERGE
760f56cf83 : Import revised translations. DO NOT MERGE
dbed921b71 : BT: Fix for vCard Listing error
6d2f241ddc : Import revised translations. DO NOT MERGE
9142fa4ba9 : Fixing crash in BluetoothPbapService.
dcfa81f16f : Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.
6d68b58f18 : Import revised translations.
63bf95a426 : Import revised translations. DO NOT MERGE
298e090da3 : The phone did not reject unsupported vCalendar item
7704097ffc : Import revised translations.
8effc2c7fa : Add external dependency API.
2b80278946 : Import revised translations. DO NOT MERGE
2fbe8f4fab : Check if BT is disabled or not when sending audio state.
b23ddd859c : Reflect vCard API change
131364933f : Import revised translations. DO NOT MERGE
6652bb79fe : Require bonding and encryption for PBAP server
854211a15e : Bluetooth: correcting return value from cancelDiscovery
46fcb38bde : Import revised translations. DO NOT MERGE
ffac074263 : Removing dead store; it was likely a relict of debuging code.
9b0f1502b2 : Import revised translations.
0f26bd92bf : Use old version of vCard composition method
c9b8be988b : Import revised translations. DO NOT MERGE
740a32249a : Import revised translations. DO NOT MERGE
29f2c224aa : Import revised translations. DO NOT MERGE
b13cbe0646 : Add check for null pointer to avoid crash.
a4b6e492a7 : Retry rfcomm socket connections after link key exchange error.
6d32c9913d : Refactor android.server.BluetoothService classes.
5f456cd23a : Import revised translations.
c2601ff360 : Import revised translations. DO NOT MERGE
97f8ec41a5 : Make BluetoothPan inherit from BluetoothProfile.
ad5d9c0ffd : Make BluetoothInputDevice inherit from BluetoothProfile.
0affd6a0db : Import revised translations.
c821103c60 : Check if BT is allowed in airplane mode
57cb8a3021 : Handle pullVcardListing req without search value for Number attr.
f9660ec831 : Fix BluetoothAdapter Connection change intent doc.
fc9a6feeaf : Import revised translations. DO NOT MERGE. Bug 3394542
7c22b16e21 : Import revised translations. DO NOT MERGE
a3315de612 : Remove redundant translations.
6b683261b1 : Update package descriptions with editorial revisions. Notably, this removes exessive info about resources from the content package, because it's not a good location and the info is avilable in the dev guide, but also added some of the info to the Resources class description.
037af63fd9 : Implement "show received files" intent for Settings.
aa0427ea07 : Fix some unmatched javadoc tags.
f53721f59c : Cannot cancel files transfer shared using Bluetooth.
032e699b49 : Make the interface with DHCP IPv6 capable.
c0e8198077 : Revert "Temporary Changes for certification of SCO."
b342757545 : Improve readability of java docs for the public APIs.
eea6d26f84 : Rename virtual call API to ScoUsingVirtualCall.
0a0a845399 : Connect other profiles when priority is auto connect.
3ba236c74d : Do Not Merge Connect other profiles when priority is auto connect.
ad73de5471 : Temporary Changes for certification of SCO.
3eda348799 : Temporary Changes for certification of SCO.
4883a5778f : docs: small javadoc, but also make the existing getProfileProxy docs visible... had wrong comment tag
c1cf3ea3e7 : Make connection / disconnect failure more robust.
cee8d301f0 : Do Not Merge: Expose insecure rfcomm Bluetooth API.
1194821062 : Fix bug in handling connect/disconnect multiple devices.
87038c846b : DO NOT MERGE: Remove auto connection on ACL connection.
7f92148cac : Fix 'New Missed Calls' count in PullvCardListing
64b8d2dfba : Convert dialogs to holographic style.
00027ee9ef : Fix 'New Missed Calls' count in PullvCardListing
3521f0d46f : Handle pullVcardListing req without search value for Number attr.
f38b8bec94 : Import some unabbreviated translations for large screens.
2a4fd10834 : Remove auto connection on ACL connection.
7524e6b9e2 : Follow the spec recommendation for keyboard pairing.
1a2e488475 : Import translations for additional languages.
1798113fbe : Check if BT is allowed in airplane mode
a008f02a2b : Incorrect response code after pull of invalid vCard handle.
43150c2de2 : Import revised translations.
203b5816c4 : Expose insecure rfcomm Bluetooth API.
c14f80e0e3 : Add TYPE_BLUETOOTH network interface for reverse tethering.
210d472956 : Sanitise Bluetooth file name hint when receiving a contact
f8c04a0b6e : Add EXTRA_LOCAL_ROLE to Pan State change intent.
49f5cec062 : Bluetooth: Add vCard version support for call history.
22953298c5 : Import revised translations.
0454fb9333 : Remove delay with auto connection.
166a60e17d : Add direct calls to Bluez to add SDP records.
5ce5934ff9 : Import revised translations.
8fc1f91f49 : Rename Indonesian and Hebrew translations to match Locale.java conventions
df0d57d9cf : Import revised translations.
70a33eb1ff : Fix some formatting issues.
a2dbad40ee : Update BT code for voice capability cases.
d7158eba81 : Import initial translations for 20 new locales.
1553632303 : Use system coler for Notification message.
89c5dd0df4 : Removed unused assets.
8ea890dada : Make AUDIO_STATE_CONNECTING in BluetoothHeadset public.
b8ad2a768c : Import revised translations.
96340dcb04 : Import revised translations. DO NOT MERGE
bd55ce394d : Split strings referring to "phone" into phone and tablet variants.
7af32b4c4d : Add APIs for starting and stopping a virtual call.
23501e2d9b : Add STATE_AUDIO_CONNECTING state.
be881e5c0f : Disconnect PAN and Input devices on BT disable.
19be62c769 : code cleanup. unused imports, local variabls and static constans removed from com.android.bluetooth.opp package.
530d78b6ea : code cleanup. some unused import statement, local variabls, private members and static constants removed form classes in com.android.bluetooth/pbap package.
c6e799c5f9 : Fix incoming connection problem
5a047ee06f : DO NOT MERGE Fix auto connection with headsets which don't send incoming connections for all profiles.
f2fd1b58d5 : Import revised translations.
8e8b26d45e : Add an API call to get the ConnectionState of the Bluetooth Adapter.
1fce18639d : Implement ACTION_CONNECTION_STATE_CHANGED intent.
28c917d173 : Send CONNECTION_STATE_CHANGE intent.
88abed108a : Fix docs builds.
c67b51c49d : Import revised translations. DO NOT MERGE
820439bcfe : Import revised translations. DO NOT MERGE
ee628edab1 : Expose Vendor Specific Headset Event Intent.
9af4713a7e : Update BT APIs return type from Set to List.
d8fc4dd39f : Convert return type of APIs from Set to List.
738211e8eb : Replace shared storage with USB storage.
4a88f1eb04 : Import revised translations DO NOT MERGE
8fa2abb604 : docs: fix typo; surface dev guide link in package description
4ea7cceec0 : Disconnect PBAP while disconnecting HFP profile.
1d3fee9636 : Import revised translations
07fd065b8f : Add function to check for AVRCP target to send volume keys.
3296048a49 : Remove STOPSHIP and reduce log spam.
563cd2eaf5 : Work around for errant headsets.
3241755b01 : Bluez doesn't handle disconnect while connecting well. Defer the message.
5117cf4cb6 : Fix OPP crash and Call Log sort order.
2aa9648bf8 : Make "search by number" function work
a1d2929acd : Add intent filter to PBAP service.
3d9d3955c5 : DO NOT MERGE: Disconnect PBAP while disconnecting HFP profile.
58f02b75fe : Don't enforce Authenticated Link key (MITM protection) on PBAP.
494e7baffb : New bluetooth folder icons. Bug 3040343
07087e8586 : PullvCardList implemented according to specification
04c7138c7c : Typo fixes in comments and minor code cleanups.
b43e783b2b : Import revised translations. DO NOT MERGE
dae21e7553 : Update code for new BT public APIs.
2af0776a75 : New public APIs for BluetoothA2dp and BluetoothHeadset profiles.
43920bb594 : Update BT folder icon.
6e978d6dd3 : Split strings with SD card references into variations.
d5b322c18c : Trim the Bluetooth database off the main thread.
ac1691ccea : Trim unwanted whitespace from translations. DO NOT MERGE
a0156fac70 : BT - Not possible to accept incoming obex transfers using key-presses.
efc9c372a8 : For PBAP, Limit the number of call log to CALLLOG_NUM_LIMIT
c7e8488fc4 : Fix Bluetooth Javadoc to clarify the maximum device name length.
a0cc6f476e : Fix string placeholders that got mangled in translation. DO NOT MERGE
986aa6cf05 : Let BT use FLAG_REFRAIN_IMAGE_EXPORT.
76965ca62f : Out Of Band API for Secure Simple Pairing.
60cb8ea509 : Fix string placeholders that got mangled in translation. DO NOT MERGE
dd64a84165 : Replace use of SharedPreference commit() with apply().
9798367267 : Decouple Tethering UI with registering of SDP records.
74e8195a70 : Modify variables used in vCard code.
91cbb1c2b7 : Send vCard with Unicode encoded Strings over BT
7677385de1 : Import revised translations. DO NOT MERGE
da6309fd56 : Send vCard with Unicode encoded Strings over BT
3eda0c4264 : Add @hide for the VENDOR_SPECIFIC_HEADSET_INTENT
43d545da14 : Add BNEP_SVC UUID for incoming tethering connections.
c7ab7b06af : Add Tethering class bit check.
41f1a096e5 : bluetooth tethering
fff167831a : Add tags around string formatting placeholders. DO NOT MERGE
1acb6510c1 : Import revised translations.
61890ddfc3 : Import revised translations. DO NOT MERGE
aad41c526e : BluetoothHeadset.java: Added ACTION_VENDOR_SPECIFIC_HEADSET_EVENT, EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD, EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS.
034424d3cb : Optimize Opp Notification
a07404e75a : Import revised translations.
8f16c45d4b : Import revised translations. DO NOT MERGE
1c8dba03ac : Update javadoc for the API and change return of getBondedDevices().
fc0c182532 : Check whether Bluetooth is enabled before making any API calls.
6df0f57d5e : Import revised translations.
8734389480 : Import revised translations. DO NOT MERGE
c3b951454d : Add HID to the state machine and add native call backs.
0571943a5f : PullvCardList implemented according to specification
026e857303 : Changes for bluetooth keyboard support.
2ac07e7eca : Import revised translations
ce0b81269f : Import revised translations
5d0b83e285 : HID profile.
9f23976a7c : deleted ScoSocket.java and android_bluetooth_ScoSocket.cpp
76f535888c : Import revised translations
8f1c611c19 : Serialize all commands for a particular profile.
05149b33cd : Set number as "Unknown" for private numbers.
92d66228c2 : This icon shouldn't be animated, and that private class is gone.
4802a63ede : Pass BluetoothDevice to the Bluetooth Headset calls.
b84bbd9684 : Add a new state machine for handling the incoming / outgoing profile connections.
db1d164f98 : Fix-up es-419 translation
56834504b4 : correct PBAP call log parameters
2f839cefa6 : Use a static version of vCard library.
9ad892c51e : Removing STOPSHIP logs.
433e159610 : Import revised translations
62c2c1235e : Run Bluetooth Opp activities in the phone process.
dda565034c : Use FLAG_REFRAIN_PHONE_NUMBER_FORMATTING to prevent discard of "+", "p", "w" etc in phone numbers.
4a19c9737b : Use FLAG_REFRAIN_PHONE_NUMBER_FORMATTING to prevent discard of "+", "p", "w" etc in phone numbers.
37de382b85 : Add missing moveToNext() calling.
aea2cd0574 : Fix the %1 bug in UI when sdcard full
065aa14213 : Import revised translations
7f2e4c1826 : Add tags around string formatting placeholders.
692c709a68 : Remove wrong merge.
3edfef080b : Make BluetoothPbapCallLogComposer use FLAG_REFRAIN_IMAGE_EXPORT.
0c8010509e : Make BT new structure.
f48cda5c02 : Add an extra for the Disconnect Headset State.
f09f6739ea : Clear notifications when the user presses clear from the notifications bar.
145f98f50c : Fix pbap and opp running bluetooth in phone process problems.
7207fc4387 : Add the blacklist for the SCO connections
93206ea522 : Fix Typo.
63bb990d9f : Import revised translations
2e66fa2752 : Added a configuration option indicating if the platform supports use of bluetooth SCO for off call use cases. Added method to BluetoothHeadset API to check if voice dialer over bluetooth is supported. Replaces direct use of DISABLE_BT_VOICE_DIALING and takes platform capabilities into account.
8377e5c857 : Add ability to run Bluetooth application in a different process if needed.
d0b18b6e6e : Enhanced support to OPP content share
aded9a3cba : optimize deleting operation in trimDatabase()
72b928a1f4 : Add ABORT request handling to PBAP
cfac4a020e : Update notification in Transfer history manually when BT if off
e3a83f7603 : Add correct copyright headers to multiple files
e382ffc453 : Trim Opp database when service restarts.
58337ce983 : Not update TransferActivity button during activity creating.
8974c6d1ba : Add an empty CleanSpec.mk
93caef9408 : Remove the number above status icon for Opp transfers
b6ee11e656 : Import new translations
bb3904d8b9 : Add opp Transfer history to avoid cluster of notificatoins To reduce the cluster of Opp nofications, we introduce the concept of Opp transfer history. Only 2 notifications exist for finished opp transfers, one is for outbound transfers, and another is for inbound transfers. User can see all detailed items in corresponding screen when click the notification.
9cd6142d3e : Add missing addHandler().
f7a2047fcd : Import new translations.
b5faac4894 : Add documentation to help developers make an RFCOMM conection to a Bluetooth serial board. They all use a well-known UUID that is not really explained anywhere official, and this always trips developers up.
308646afa1 : Move Pbap logic to Bluetooth package so that we do not have unnecessary tight coupling.
4c0c95adf7 : Removed Unused Strings and resources to reduce image size.
700d1fcc32 : Add an original-package tag that matches the real package name.
a81ea3b02f : Enable bluetooth voice dialing in BluetoothHeadset.java.
63d51e293a : android-2.1_r1 snapshot
d73c68f05c : android-2.1_r1 snapshot
ad981c191c : empty initial commit
f7875c9a4e : Deprecate fill_parent and introduce match_parent. Bug: #2361749.
06b0ee246d : Update with latest translations.
752aef97f8 : Do not use a user tag on apps, as it is ignored.
b260540b58 : Move insert share info operation to a thread to avoid Receiver timeout
5194d891c7 : Fix non-existing received file still appearing in live folder issue
85b68bced2 : Update the error codes to be compatible with PBAP spec.
c8f08bd13f : Enable vcard share in OPP
d8edb3b4a4 : docs: update the Bluetooth guide with links to the sample app, scrub the sibling files, and revise the Bluetooth package summary to point to the BT dev guide.
3227286aa0 : Use UNDEFINED priorities when unpaired.
cdd8b7ec70 : docs: add the Bluetooth developer guide, and make some revisions to the BT javadocs
1943201664 : Import revised translations. DO NOT MERGE
42e5dc7476 : Add API to get Active Sinks.
33e229a7b1 : Add support for Car Dock.
2fafca3736 : Add a new priority for Auto Connection of A2DP. DO NOT MERGE.
38ee0b8066 : Add AUTO_CONNECT priority for Headset profile.
f2864be18d : Fix Opp notifications timestamp not correct issue
0d93a7c469 : Add a few specific file type support
2ce242dbb0 : Catch all exceptions while trying to send a file.
124c49280e : Add a new priority for Auto Connection of A2DP.
a7848ce834 : docs for ESR: add docs to bluetooth explainin that discovery should be cancelled before connecting to a device
c74939f0ab : Import revised translations. DO NOT MERGE
dc76b6db0e : Import revised translations. DO NOT MERGE
47f62c25c2 : eclair snapshot
ebab06c2ff : Don't send default phone number for 0.vcf card.
f3aff521c6 : Import revised translations. DO NOT MERGE
beef809fa8 : docs: add more documentation for the bluetooth apis.
0f4a9d93c2 : Import revised translations. DO NOT MERGE
18ccce64b3 : PBAP only transfer contacts that are visible in contacts application.
2e2338332f : b/2234854 Fixed Bluetooth API return codes for requesting permission to enable bluetooth
2d710220d3 : Fix get contact size not correct issue.
9779d1063a : Fix a typo.
fc57a37d10 : Fix a typo.
253087bcda : Disable sending Photo field for PBAP. Do Not Merge.
0abeb7e929 : Revert the channge where channels were not selected randomly.
1717563b64 : Import revised translations. DO NOT MERGE
5e827d479b : Fix a build breakage.
5f0bbb8e46 : Reimport translations.
f249e7caa1 : Import revised translations. DO NOT MERGE
f8d3eea34f : Adapt to the new interface of vCard code.
98ed2e8d45 : Import revised translations. DO NOT MERGE
4d4be0b019 : Remove STOPSHIP BT logging.
2076d39018 : BT API security audit: fix a couple of permission mistakes.
88da6dd043 : Remove STOPSHIP BT logging.
ea6c788165 : Update PBAP code for Contacts database changes and check for OPP file extension.
8640fe7f97 : Set the Bond State to NONE when we receive a Agent Cancel.
54685a6e9b : Update application code for BluetoothAdapter.getDefaultAdapter().
79b3ff80ff : Introduce BluetoothAdapter.getDefaultAdapter().
07b84cb5bb : Encourage developers to connect RFCOMM by UUID instead of Channel.
1e79198aaf : Fix docs builds.
ee1402d8d6 : Provide an API for apps to use a dynamic RFCOMM channel and SDP record.
cd2ce5b10d : Remove Disconnected and Connected PBAP toasts.
bab0296874 : Work on issue #2163789: Way too much logging
52e8a2f3c0 : More icons
0a61fe8ca3 : Fix ANR by repeating BT ON/OFF caused by PBAP closeservice deadlock
d19ea7e341 : b/2148252 Fix emulator
64ba6a9758 : Try to reconnect twice when the rfcomm error code is Connection Refused.
e5dd32670c : Fix broken build.
68d8527987 : Bluetooth A2DP suspend/resume functionality
1acf1d7ba6 : Fix broken build.
5128cd84e4 : Remove redundant dependency toward android.syncml.
47a8ff09a7 : Placeholder mdpi assets
35da7835dd : Update OPP/PBAP service to use onStartCommand() Adjust function call seqence in PBAP closeService
278045a124 : Newer icons
94d64a8945 : New hdpi assets.
031834bc1a : Bluetooth A2DP suspend/resume functionality
2086ca3d8e : Update OPP/PBAP UI
6242e97677 : New icons
33d70df9d4 : Update PBAP to make compatiable with spec
8874d5cb8c : Added WhiteList of acceptable MIME types for OBEX transfers. Part of OBEX/OPP security review. Bug information: http://b/issue?id=1972237
03759e5324 : Move android.bluetooth.ParcelUuid to android.os.ParcelUuid
55c2d7e9d7 : Update application for android.bluetooth.ParcelUuid -> android.os.ParcelUuid
b450b3153e : Add an API to request a system activity to turn on Bluetooth.
9d11289258 : Proposed file canonical path prevetion for directory trasvesal attacks. Fix suggested by meder@google.com. More fixes form CR comments.
694305cd0a : Handle expiration of discovery mode in system server.
8946f239c4 : Fix typo in Bluetooth docs.
dc7043578c : Bluetooth API: Do not allow apps to programmatically make BT discoverable.
bcd49cee49 : Update PBAP to use new VCardComposer
902c622feb : Use new SDP API for OPP
45aa8e6c53 : Fixes NullPointerException that crashes Bluetooth when filename ends end with slash, e.g.: 'fooo..txt/'.
6bd879852a : Update opp/pbap look and feel
e0c863a20a : Replaced back-slashes on hint path URI with forward-slahes, more in line with Linux FS conventions. Code review changes incorporated patch set 3 rev.
391e8a7d5d : Cache the remote device's service channel.
297e9ebf0d : Fix build -- unescaped apostrophes in strings...
6e7cb9ddec : Edit Bluetooth strings for bug1999173.
6102eb028a : Add new API for fetching UUIDs using SDP.
6ef935c90c : Reject lowercase characters in checkBluetoothAddress().
51eae29605 : Add one line of logging when SCO SOCKET connect starts.
f1288ced9e : Do not @hide Parcelable implementations in BluetoothClass and BluetoothDevice.
97c84ce71b : Make ParcelUuid helper functions consistent.
55a0c0380f : Change handling of remoteUuids.
ece220015d : Add a parcelable version of UUID file.
44b8fb603b : Change handling of remoteUuids.
f0549d4557 : Fix incoming file transfer dialog look and feel.
7cf4dddd18 : Changes for BT 2.1
6b8b81b57d : Update AndroidManifest.xml for Bluetooth API changes.
dac4c0d7c3 : API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.
5924e48d0c : Update application for Bluetooth API changes.
577ff37ce9 : Update application for Bluetooth API change: deprecation of BluetoothError.
efe9dba8f9 : Update application for Bluetooth API change.
8a1cd0cdce : API_CHANGE
7482a80ce3 : API_CHANGE
d091d21b4d : Update PBAP to be compatible with Mecel stack
ed6f2ce927 : Add javadoc to explain which permissions are required for Public BT API's.
daba37c8f8 : Pbap update
4cd2cd9274 : Immediately destroy BluetoothSocket's on close().
3ab1182c39 : Add Bluetooth Device trust
88afb3ee66 : Workaround bug in Poloroid Pogo.
548bf2a7df : Allow Pbap if device is trusted
3731b4b60b : Cleanup Opp debug code
262e435fd5 : Simplify wakelock release for Obex Server
37dd235e56 : High-resolution (hdpi) artwork from TAT for Bluetooth.
d37271dcab : Clean up Logging.
0d5387689d : Use correct UUID to authorize AVRCP
42802df626 : Remove Device picker
efc6e07d40 : Add Bluetooth device picker support
753da539da : API CHANGE
a7b396bad3 : OPP update
2d66488e7d : Bluetooth: API change.
4eaa84f115 : Bluetooth: Update Bluetooth.apk to match BT API change.
bac1272b2b : Update Opp icons
3adb8a6560 : Fix a few OPP issues
adc51f3e32 : Update PBAP per review comments:
b52bd0f9b9 : Set LOCAL_MODULE_TAG for packages/app/Bluetooth to user like other apps.
671065d658 : Fix UUID typo and allow incoming AVRCP connections.
d9b3a114e7 : Enable Opp Livefolder, modify localizable resource
dd2c000b09 : Modify BluetoothPbap for a few wrong wordings
57b0968b1a : frameworks/base: Add PBAP support
2ebdfe4380 : Remove TODOs for frameworks change
1e3780eb0c : Disable verbose logging.
efaabc1b5c : Add copyright and fix some style issues.
b5dfa5343c : Add pbap into bluetooth package
1c170a9cdc : donut snapshot
541330b82b : Initial support of 2.1 pairing.
67e4d52176 : Rename cancelPin to cancelPairingUserInput for Bluetooth 2.1
76d5a71ae1 : Revert "Initial support of 2.1 pairing."
d1a0bd8fd2 : Initial support of 2.1 pairing.
4eb5ccc653 : Reconnect to A2DP device only if it supports that profile, fix HF AG UUID.
eab5b2fe5f : Cleanup resources of OPP
db50bb44e0 : Fix OPP receive bug
07b27dfeb2 : Make opp compile
844169328c : Initial drop of Motorola Bluetooth OPP code.
0756299082 : new project, first commit
312cd3a838 : Add getBatteryUsageHint() to BluetoothHeadset for power monitoring.
c232d9a813 : Fix bug in BluetoothInputStream.read().
879bf5b24a : Framework changes for bluez4.
cb32d7c30a : Implement and expose SCO socket support in BluetoothSocket.java.
731bcb12e1 : Implement bulk read and writes for Bluetooth sockets.
53ccaa4c29 : New BluetoothSocket API.
62c384ed90 : Remove Database.java API.
53f441bf8d : New BluetoothSocket API.
08609179dd : Remove Database.java API.
7cfb003c1a : AI 143788: am: CL 143740 Don't clear supported profiles in settings app if getRemoteClass returns error. Also clean up the error codes returned by the framework, so that the settings app can properly detect an error. Original author: npelly Merged from: //branches/cupcake/...
ed269c5899 : AI 143812: am: CL 143788 am: CL 143740 Don't clear supported profiles in settings app if getRemoteClass returns error. Also clean up the error codes returned by the framework, so that the settings app can properly detect an error. Original author: npelly Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/...
faa54af8e4 : AI 143740: Don't clear supported profiles in settings app if getRemoteClass returns error. Also clean up the error codes returned by the framework, so that the settings app can properly detect an error. BUG=1748881
1b5300f849 : Automated import from //branches/donutburger/...@142766,142766
1a3ee65d98 : Automated import from //branches/master/...@142774,142774
e44ce670af : Automated import from //branches/cupcake/...@142761,142761
4023163f05 : Automated import from //branches/master/...@141865,141865
95db27b834 : Automated import from //branches/donutburger/...@141864,141864
61711af007 : Automated import from //branches/cupcake/...@141862,141862
7f372783ab : auto import from //branches/cupcake_rel/...@140373
2eb744eeba : auto import from //branches/cupcake_rel/...@138607
0047a0f657 : auto import from //depot/cupcake/@136745
33897767e1 : auto import from //depot/cupcake/@135843
3679e12ef1 : auto import from //depot/cupcake/@135843
005214a0b9 : auto import from //depot/cupcake/@132589
3085d867ae : auto import from //depot/cupcake/@137055
6917d2a1d7 : auto import from //branches/cupcake/...@132276
f42768f89b : auto import from //branches/cupcake/...@130745
efc0179ef2 : auto import from //branches/cupcake/...@127436
15a48e711f : auto import from //branches/cupcake/...@127101
0797d431d4 : auto import from //branches/cupcake/...@125939
9b9a933e84 : Code drop from //branches/cupcake/...@124589
2f8b284007 : Initial Contribution

+- Project: platform/packages/modules/CaptivePortalLogin

4982416 : Import translations. DO NOT MERGE ANYWHERE
57c0e2e : Import translations. DO NOT MERGE ANYWHERE
8a96eef : Bump Mainline Module Version Codes in master to 339990000
5c12451 : Bump CaptivePortalLogin to target_sdk_version 33
44b8a2e : Ensure activity state being updated to deflake test
f74bfaa : Import translations. DO NOT MERGE ANYWHERE
086a654 : Import translations. DO NOT MERGE ANYWHERE
6b01988 : Import translations. DO NOT MERGE ANYWHERE
becace7 : Update the way to check the event class matched
3d880e3 : Grant test notification permission
dfb0420 : Request the POST_NOTIFICATIONS permission.
e50b330 : Get the mainline-presubmit modules from a defaults clause.
2deb797 : Import translations. DO NOT MERGE ANYWHERE
4c86be2 : Import translations. DO NOT MERGE ANYWHERE
81f6316 : Build CaptivePortalLoginTests with both ABIs
8cff29d : Upgrade CaptivePortalLogin to SDK 31
a404662 : Add some timeout for UI update
27b20bf : Import translations. DO NOT MERGE ANYWHERE
4574c0f : Import translations. DO NOT MERGE ANYWHERE
bc93174 : Import translations. DO NOT MERGE ANYWHERE
ef74d20 : Import translations. DO NOT MERGE ANYWHERE
51e30cd : Add CaptivePortalLoginTests to MTS
e82f1bb : Address comments as a follow up
21e4686 : Add test to verify file being deleted at onCreate
2a8c6b0 : Support Passpoint in CaptiveportalLogin
a21e33b : Import translations. DO NOT MERGE ANYWHERE
30d09c6 : Import translations. DO NOT MERGE ANYWHERE
d1d709d : switch to using OWNERS from master branch of Connectivity module
31f02db : Enable strict_updatability_linting for CaptivePortalLogin
de628f7 : Fix testSmsScheme flake
afe559e : Import translations. DO NOT MERGE ANYWHERE
0e950c0 : Import translations. DO NOT MERGE ANYWHERE
f1d2467 : Move CaptivePortalLoginTests to mainline-presubmit
9416f94 : Update CaptivePortalLoginTests TEST_MAPPING
5ef74a3 : Import translations. DO NOT MERGE ANYWHERE
6da0615 : Use ActivityScenario instead of IntentsTestRule
fdd3277 : Bump CaptivePortalLogin development version to S
639bafe : Use FLAG_IMMUTABLE in download done notification
d0e0c9f : Import translations. DO NOT MERGE ANYWHERE
bdfea6c : Import translations. DO NOT MERGE ANYWHERE
86747b0 : Import translations. DO NOT MERGE ANYWHERE
8f845f9 : Import translations. DO NOT MERGE ANYWHERE
68393b9 : Import translations. DO NOT MERGE ANYWHERE
8627c3e : Import translations. DO NOT MERGE ANYWHERE
c545598 : Import translations. DO NOT MERGE ANYWHERE
8aa3af4 : Import translations. DO NOT MERGE ANYWHERE
b1bd8af : Import translations. DO NOT MERGE ANYWHERE
6f781c0 : Import translations. DO NOT MERGE ANYWHERE
941ee42 : Import translations. DO NOT MERGE ANYWHERE
d177a8b : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/modules/CellBroadcastService

d16c988 : Set target sdk version to 33
0c44016 : Add a new config for KDDI (MCCMNC:44054) in cellbroadcastservice
7458aa4 : Support ES-Alert to set expiration time as one hour
9bfb042 : Support ES-Alert to set expiration time as one hour
9bf06c9 : Add extra jarjar rule
4836d99 : Import translations. DO NOT MERGE ANYWHERE
a8796a0 : Import translations. DO NOT MERGE ANYWHERE
df0439e : Remove redundant resources cache
29b7a49 : Revert^2 "Add dependencies to the proper allowlists"
557d78a : Revert "Add dependencies to the proper allowlists"
d798e2f : Add dependencies to the proper allowlists
41b2a5a : Add unit test for reset area info when sub id is invalid
c29b8e8 : Import translations. DO NOT MERGE ANYWHERE
05aeb4f : Import translations. DO NOT MERGE ANYWHERE
31e1503 : Use the input subId to load config for testing
a328f10 : Do not register ServiceStateListener if sub id is invalid
f45bacd : Adding receiver flags to CellBroadcastService
71a9fff : Update owners file
8a28503 : Remove SmsMessageConverter reference
edb3c88 : Remove SmsMessageConverter reference
b2976d6 : Remove SmsMessageConverter reference
d638493 : Dependency update for modules-utils
15e2085 : Dependency update for modules-utils
a6fcb8c : Compile CellBroadcastService with module_current
1ee8964 : Compile CellBroadcastService with module_current
89bd105 : Support Telefonica channel requirements for LATAM
244f8d1 : Import translations. DO NOT MERGE ANYWHERE
73d2b77 : Import translations. DO NOT MERGE ANYWHERE
d36bc49 : Update telephony OWNERS file
294ecc1 : Remove invalid annotation
c5ab604 : Reset area info per the config for default sub id
8d9a1a2 : Import translations. DO NOT MERGE ANYWHERE
178dc91 : Import translations. DO NOT MERGE ANYWHERE
e335526 : Import translations. DO NOT MERGE ANYWHERE
4c791b9 : Import translations. DO NOT MERGE ANYWHERE
7553ae3 : Clear area-info on emergency service state
991c66d : Add info to dump
47051b6 : Include MODULES_OWNERS as per policy.
1f8cecc : Clean up listeners
ab25878 : Import translations. DO NOT MERGE ANYWHERE
888d09c : Update target sdk = 30
508c57e : Clear Area Info when OOS
e468bae : Remove unneeded permission

+- Project: platform/packages/modules/Connectivity

896472ff5 : Skip cts testFirewallBlocking in instant mode.
36d16ad5a : Revert "Disable NetworkStatsRecorder Test"
a5e1428fb : Disable comparison in user release builds
9796a848d : Increase fallbacks counter when comparison result is different
ce6cdc8e1 : adjust for newly added bpf map/prog definition fields in T+
bda7ced5b : netd bpf program - use finer grained selinux privs, part 1
9017a0704 : switch netd_configuration_map from hash map to array
586cff5b4 : verify CLAT_MARK matches aidl constant.
d1b3b02c2 : bpf_progs - eliminate netd.c dependency on UidConstants.h
30e547674 : netd.c - reduce privs on maps
eb9b6fad4 : BpfHandler.h - switch mStatsMapB from BpfMap to BpfMapRO
b6efc7f16 : bpf programs: switch from integers to #define'd bpfloader versions
99f342e22 : Send callback if ip provisioning is interrupted
befadfe3d : Disable NetworkStatsRecorder Test
692baa7d7 : Add wipeOnError flag to NetworkStatsRecorder
ca9af17b0 : fix minor whitespace nit
70201a11d : move XtBpfProgLocations.h into a new header library
3a7645fc7 : Revert "Temporarily ignore ethernet tests until prebuilts are updated"
f95518469 : Disable fallback when comparison result is different
801154ac8 : assert that xt_bpf programs match Android T netd's expectations
257b78983 : remove no longer needed bpf_connectivity headers visibility
ffe595431 : Revert "Disable NetworkStatsHistory builder test in tm-dev"
746ba6881 : RateLimitTest: increase rate limit to deflake test on low-end hw
716d91e6d : Revert "Ignore new test until prebuilts are updated."
9c5f92f0f : Revert "Ignore new EthernetManager test until prebuilts are updated."
31a0911f4 : Revert "Disable NsdManager tests that need a new prebuilt"
b3740168a : Revert "Temporarily disable testUidStatsForTransport"
d86035f66 : Revert "Temporarily disable NsdService unit tests"
bdd08a276 : Fix LinkProperties exclude routes tests on user builds.
12a139278 : Import translations. DO NOT MERGE ANYWHERE
3c2cb9ed5 : Don't attempt to override compat changes on user builds.
007171237 : Fix pro-guard rules for service-nearby
56b97ffdb : Disable NearbyMultiDevicesTestSuite in CTS.
e3bb3a896 : Add jarjar rule for android.support.v4
9c8f74012 : tests: simplify BpfMap.reset(createMap()) -> BpfMap.resetMap()
0dfbdf36c : TrafficControllerTest - trivial simplification
787de0100 : simplify bpf tests and check type correctness
fd4da3bc6 : Mark HostsideConnOnActivityStartTest#testStartActivity_doze as flaky.
ff98331e8 : Import translations. DO NOT MERGE ANYWHERE
948f55cf2 : Fix test failure on S image + S module
608015f24 : Add 3rd deny firewall chain for OEM
e14433a80 : Ignore new test until prebuilts are updated.
61408d30f : Ignore new EthernetManager test until prebuilts are updated.
bd7a9c259 : ethernet: add test for tethered interface callbacks
81b4b3806 : ethernet: stop using EthernetManager shims
1f8bd41e8 : ethernet: broadcast state change for server interfaces
227dfb5ad : ethernet: increase timeout to deflake tests
9cd472689 : Add deny firewall chain for OEM
55a3c9f89 : Disable NsdManager tests that need a new prebuilt
905273c7d : Ensure callbacks are run properly on executor
87a9bc7ed : Temporarily disable testUidStatsForTransport
a2f1cf357 : Hold wifi and mobile interfaces since boot in NetworkStatsService
dd9b794e5 : Verify if the VPN app has been added into power save whilte list
a3ce8f843 : Temporarily disable NsdService unit tests
4883bf3aa : Remove Ikev2VpnProfile shims usage
0b662d278 : Fix jarjar rules for tethering apk
eeeae627b : Bump tethering target sdk to 33
4685a553c : Run testExcludedRoutesDisabled only in APKs with target SDK < T.
ec895ea9f : Create CtsNetTestCasesMaxTargetSdk31.
35e3c6da1 : Changing target_sdk for CtsNetTestCasesLatestSdk
0102c9440 : Fix service resolve on tethering downstreams
e971f1528 : Fix get summary does not include the latest bucket
90c0c3fd1 : Support more than 8 firewall chains / match types.
9fc333024 : Add unit test for MultipathPolicyTracker
a94f9320f : Test testTetherUdpV4AfterR only verify bpf in precise kernel range
affb72d2b : Test VpnManager event for CATEGORY_EVENT_NETWORK_ERROR
744c8967e : Test VpnManager event for CATEGORY_EVENT_IKE_ERROR
a36518c5a : Disable PendingIntent background activity launch
cc60a2b3a : CTS test for EthernetNetworkUpdateRequest
04075c2af : Disable NetworkStatsHistory builder test in tm-dev
25c6d60f8 : Return sorted NetworkStatsHistory
903e1e49a : Use fallback method if the importer throws
166cf37e7 : Bump version codes in tm-dev to match tm-mainline-prod
935a0cef1 : Adding missing dependencies batch 9
14f45a3e9 : Temporarily ignore ethernet tests until prebuilts are updated
69e9db505 : Add CTS tests for EthernetNetworkProvider changes
0ccff8a30 : Move EthernetNetworkFactory to using the NetworkProvider API
41e249e38 : Add NetworkOfferCallback to NetworkInterfaceState
55ef41cfa : Change NetworkInterfaceState to hold NetworkProvider instance
0cc65b363 : Improve waiting for interface added or removed
97631d808 : Always wait for interface to be up in EthernetManagerTest
0f7f2ebfb : Assume all Ethernet interfaces have an MTU of 1500.
ecec6d935 : Address comment at ag/18491259 and ag/18486388
a69db7de0 : Fix crash when decrementing data usage request
b54f7f1d2 : Fix NsdManagerTest failures
ff57239ab : Run comparison code if the data migration finished with fallback
bfc68ac08 : Persisting status int on the device if fallback happened
12c30b9e8 : Test VpnManager event for CATEGORY_EVENT_ALWAYS_ON_STATE_CHANGED
1c0e75628 : Test VpnManager event for CATEGORY_EVENT_DEACTIVATED_BY_USER
a9fa14b55 : Remove the redundant sleep after turning on the screen.
19b6bcd73 : fix BpfMapTest
4bfbef73b : Keep the screen on while the test activity is on top.
4ceb8c1f2 : Workaround prebuilt name conflict for service-connectivity
64468d149 : Move ipconfig file inside apex data directory
a2ea68df2 : Changing automotive ethernet allowed UIDs check
45f3e41a6 : Allow ethernet on automotive to set allowed UIDs
588c707f2 : bpf_existence_test: block & dscp_policy progs require 5.4+ kernel
fa61d49a9 : add proper minimum bpfloader version annotations for block/clatd/dscp_policy/netd
a52aca70e : move netd maps and progs into /sys/fs/bpf/netd_shared/...
4a6dd6aad : dscp_policy - use a more efficient v6_equal()
c3f7cabe5 : Skip PersistentIntTest on S- device
9cae3c8a9 : Fix the ethernet setting API bug.
8e50171f0 : Revert "Autogenerate connectivity jarjar rules"
22df07055 : Updating Eth CTS to account for existing ifaces
b36e57a00 : Don't clobber existing history entries.
3776d862e : Ensure NetworkStats migrated snapshot is identical
27e0a9833 : [MS82.1] Support network stats data migration process
76c0f6f0e : Add a PersistentInt class.
00864a9c8 : Update UriTest for changes to toSafeString
019d86bcd : Explicitly enabled Proguard compat for NearbyMultiDevicesClientsSnippets
966ff7f82 : Block incoming packets in VPN Lockdown mode.
6b21340fb : Refactor VPN interface filtering necessity check
7f9c79bb1 : Support 32 match types in UidOwnerValue rule
6d030981e : Prepare for refactoring wifi ipserver start/stop
7a806c135 : Add CTS for verifying non-ASCII characters on NsdService
1f549f10c : Deal with non-ASCII characters on resolution info
8ab6a54c0 : Add CtsNetTestCasesLatestSdk to presubmit
0f7053734 : Add setter/getter methods test for DscpPolicy.Builder
122353616 : Fix running CtsNetTestCasesLatestSdk errors on NsdManagerTest
ce4d0cef1 : Fix LinkPropertiesTest on *-user builds
5711f9e6a : Remove NetworkIdentitySet usage in CTS
7b92ff221 : Autogenerate connectivity jarjar rules
d47f42a9f : Use stable shims in service-connectivity
108d20f84 : [MS81] Support remove history before cutoff timestamp
ebb333984 : Add null checker for ServiceDataMap
faad2cb48 : Fix NearbyDeviceParcelable read and write bug
8d7ee69ee : Delete PresenceManager
d5cbc5625 : Fix broken NearbyManager in CTS
1905154b1 : Follow-up changes to Update VPN isolation code for excluded routes
fce9d302a : Fix targetSdkVersion gate for EXCLUDED_ROUTES compat change
0dcd833c9 : Fix the link in README file.
6621705f8 : Limit data usage request per uid
4d3837518 : Exclude PID for rate-limited
b479f79ca : Improve count of openSession callers in dumpsys
db496cfde : Add a README file for Nearby Mainline Fast Pair end-to-end tests.
dc238f804 : Enable the integration test for NearbyManager.stopXXX.
201d64576 : Add log for stopXXX methods when the callback never registered
374206610 : Enforce permissions in stopBroadcast and unregisterScanListener methods
bc65e7e99 : Address leftover comments
f2897b8a9 : Test [set|get]AppExclusionList
322b40c4f : Skip NetworkStatsManager CTS test before T.
52f78a068 : Fix testDataMigrationUtils fail on R device
f5ecd2a3f : Catch new exceptions from BpfMap
64b20c665 : Bump Mainline Module Version Codes in tm-dev to 330090000
c0cf5a9ba : Modify VPN unit tests to include SDK sandbox UIDs.
2fc278e09 : Do not set service-nearby-pre-jarjar installable
6be417a8a : Make BroadcastProviderManager#startBroadcast run on worker thread instead of binder thread
bee734cc6 : Set ServiceConnectivityResources as target_sdk 33
54a8a4ce1 : Fix ScanRequest parceling issue
d359d1981 : Fallback should be evaluated for each preference
f9fc36ea3 : Check carrier privilege for CBS network requests synchronously
16f9d1379 : Allow 3p apps to request restricted networks
464bd1842 : Register service on the specified network
46b9c1bf6 : Check carrier privilege for CBS network requests synchronously
196d39a92 : Allow 3p apps to request restricted networks
c81a3e3e1 : Add MainlineTestModuleController to CtsNetTestCases
e80ac31e7 : Limit usage requests dump count
4c14d7a94 : Improve logging for NetworkStatsObservers
749be0964 : remove unused #defines
f63140e7c : remove _mainline suffix from {clatd,netd}.o_mainline targets
1943f8825 : Add tests for LinkProperties#EXCLUDED_ROUTES
ea54e5afb : Add jarjar rules for service-nearby.
23aa3d13f : Move UI tests used in snippet to part of integration tests.
ca9e8fe1c : Do not remove profile network preference for different uids
38b5ce570 : Add more tests for setProfileNetworkPreferences
ff21f3b19 : Ignore UDP offload test on kernel which is older than 4.14
f95f98b12 : funky workaround to make things load on 4.14 bpf verifier
a53ed851d : Update VPN isolation code for excluded routes
77abf9b3c : Follow-up 2076940: Allow device owner to configure profile network preference
e652160c9 : Avoid unregistering the same receiver more than once.
89b2079ba : Remove flakyTest annotation on tests.
81a900dad : Add module_controller Sdk33ModuleController to skip nearby tests on pre-T devices.
9f006677e : Remove "retry" module dependency in Mainline Nearby Fast Pair e2e tests.
f7b4c451c : Allow device owner to configure profile network preference
bbbdc6b82 : Add test cases to verify methods in NearbyManager not work for untrusted app.
b60e77f25 : Unicast state of existing ethernet interfaces when registering new Ethernet Listener.
1f4dfb7d9 : Make a defensive copy when sending NetworkInfo change
507ddf92b : Enforce permission check in NearbyService
53b1174d9 : Disable data stall recovery for DnsResolverTest
76215df65 : Zero out Mainline BLE broadcast
fc8ba515d : Add tests to verify app has network access in onResume.
fbefae8f7 : ClatCoordinator: dump BPF forwarding rules
15c2547bc : Add NearbyDeviceParcelable to PresenceDevice conversion in NearbyManager Add empty salt field in callers.
6595c95e1 : [CLATJ#28] ClatCoordinator: spawn clatd with flag POSIX_SPAWN_CLOEXEC_DEFAULT
e9d5ad0b8 : improve mts bpf_existence_test to cover netd/clatd maps and programs in new location
0736d7bd9 : adjust for new T bpfloader net_shared location
f2bf0335c : Remove NetworkPermissionConfig package
8bbb8089d : Add a method to create a TAP interface with a given interface name.
476e2a08b : Test Ikev2VpnProfile provisioned with IkeTunnelConnectionParams
eb15a2d81 : [CLATJ#27] Use ClatdCoordinator since T+ devices
f0d60e990 : [Tetheirng] Refactor carrier config to EntitlementManager
b8e016793 : Remove the legacy ethernet config resource check.
c2b5f83a7 : Update some descriptions and refine code
2ae5c735b : Remove UserId from UID when checking against BLUETOOTH_UID
0cb706a0f : [SettingsProvider] fix connectivity test
e32dbded7 : Add bpf forwording packet count test
6abd0ff25 : Tethering: replace argsContain with CollectionUtils.contains
e4a6b2893 : BpfCoordinator: Add an option to choose which raw bpf map to dump
0da479b28 : Improve dumpsys logs for NetworkProvider and NetworkOffer
4e7acedf1 : ConnectivityNativeBinderTest: Check Kernel Version
4ed994254 : Fix R8 full mode for Tethering
8526459c8 : Reduce BROADCAST_TIMEOUT_MS.
a60493ed8 : Verify the return value of scheduleJob().
ae3d30334 : Add onSupportedTetheringType callback
3557ec60c : Bump apex version to 33xxxxxx in tm-dev.
0366028f6 : Deflake testStartStopVpnProfileV6 and testStartStopVpnProfileV4
28160b314 : Fix permission bypass problem for Tethering deprecated APIs
c3a43b406 : Fix NullPointerException happens in dumpCheckin
74f7c8c90 : Fix NetworkTemplate generates non-metered carrier template
3ad8089d1 : Add IPv6 Handling for DSCP Policies and Support Interfaces with MAC Addresses
c559512cd : Fix CtsNetTestCases on Q
bf4a720bf : Revert "Delete outdated tests" and change the assertion.
48e900878 : Delete outdated tests
c9769ad10 : Throw an error if a shell command results in an error.
30c89dc21 : Add EthernetTestInterface to list of created interfaces
e67c9f6f8 : Import translations. DO NOT MERGE ANYWHERE
40f380037 : Test getProvisionedVpnProfileState
7003e5731 : Make test networks not be VPNs
30d41e59b : Filter out excluded routes in LinkProperties
a501e47e1 : Save appIds permissions for each user
dcfe1937d : Add support for creating multiple ifaces with RA responders
cee953bd0 : Remove NativeDaemonConnector relevant files
824fb294e : rename try_make_readable() to try_make_writable()
b11c91310 : Add a test for startProvisionedVpnProfileSession()
60abccce2 : Fix teardown crash when kernel version < 5.4
0f54d64db : Make some NetworkStats APIs system-current
dd1d02415 : [MS83.2] Make some APIs module-lib instead of system current
44e61e214 : [MS83.1] Make some APIs module-lib instead of system current
79d5d9925 : Ignore tests which try to get installed packages in instant mode
1b35e829c : Remove InterruptedException from NsdService#create
8f31725a2 : Delete libcom_android_net_module_util_jni
c12cd2856 : DO NOT MERGE: Remove InterruptedException from stub NsdService#create
71251ed50 : Remove InterruptedException from NsdService#create
53d2a2c41 : Clear test ethernet data when no longer enabled
03d18df93 : Reorder EthernetManagerTest
284888ea6 : Clean up permission usage in EthernetManagerTest
fd4deb3e9 : Move network permission cts tests to module
4b1e0f8bc : clatd bpf - add try_make_readable() of the ethernet/ip header
03465246f : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Connectivity
bef435bf9 : Disable R+ tests on Q
e742cb1bd : Add back "setFastPairScanEnabled" RPC method for e2e tests.
6c0b1e85e : Set mark on non-offloaded ingress clat traffic
0bbe8b851 : Add null check for scancallback
29b75348d : Remove services.connectivity-netstats-sources
189577cd8 : add OWNERS for connectivity_native_test
e59f5e36e : ConnectivityCoverageTests refactoring
b325b229e : Move network permission cts tests to module
7327f2cc1 : Remove tabs that have been removed downstream
267f9ca80 : Import translations. DO NOT MERGE ANYWHERE
d12af7ebf : Allow the bluetooth UID to register network factories.
f328d44ef : Update TEST_MAPPING file.
3bc025bc4 : Revert the addition of IPsec/IKEv2/EAP bug component ID
87bb6c360 : Move TetherStatsKey and TetherStatsValue to common libs
2b9ed95ae : Use MDns aidl on NsdService
a0c49bcc2 : Remove implementation details from tethering hidden api flags
541b72d03 : Add MDnsManager
fd87fb65f : Use completeExceptionally instead of second future
50c470e30 : Address EthernetManager javadoc review comments
0f2cbe92f : Update javadoc to match expectation for UnsupportedOperationException
ddc2622ec : Fix linter errors
f90f1efff : Remove unused empty filegroups from connectivityT package.
5b63b6c10 : Increase the temp-allowlist duration in tests
85c3e0883 : Remove fast pair scan API
40da62da4 : Merge EthernetServiceTests into FrameworksNetTests
6ad928743 : Merge EthernetServiceTests into FrameworksNetTests
156d93325 : Prevent building T+ sources on sc-mainline-prod
fb65dfeb8 : Add config_p2p_leases_subnet_prefix_length configuration
b4bec86e0 : Remove unused TcUtils{, Test}, bpfhelper from libclat
3dc0577ed : ClatCoordinator: use Java class TcUtils to attach program
bd85f8903 : ClatCoordinator: use Java class BpfMap to remove clat rule
cddd855f9 : ClatCoordinator: use Java class TcUtils to detach program
07fcf9ca4 : ClatCoordinator: use Java class BpfMap to add clat rule
69aa98809 : Update test for new IkeTunnelConnectionParams field
86bbfe927 : Remove connectivity-tiramisu-updatable-sources
ee10ff56a : Import translations. DO NOT MERGE ANYWHERE
600d2337e : Use Ble scan for Fast Pair
1d0ac1283 : Fix test data provider part for Fast Pair SystemAPI removal in T.
74607dd78 : Remove Fast Pair system APIs.
2f9d68861 : Remove connectivity-tiramisu-updatable-sources
1efa3b6e6 : Remove connectivity-tiramisu-updatable-sources
0c1bc7352 : Add debugging logs for scanner and scan enabler
eeddac9d6 : Fix test app installation issue in e2e test.
680169038 : Make some NetworkStats APIs system-current
dad664748 : Add test for tetherOffloadClient{Add, Remove, Clear}
fa3942c7e : Add test for tetherOffloadRule4Clear
01bb1a664 : Remove the dependency from "NearbyFastPairProviderSimulatorLib" to "service-nearby".
1703c9709 : Add test for Ikev2VpnProfile.getIkeTunnelConnectionParams
19382f721 : Fix ChreCommunication available status.
f5bb26fed : Improve the comments of getMedium.
e4440de52 : Remove unused system apis.
c67de5ccb : Fix snippet part for Mainline Fast Pair API changes.
6ed644f31 : Move load account info inside try block fix exception not catch
099cbc301 : Start scan when boot up and also add range check
8be1764d5 : Remove implementation details from tethering hidden api flags
0451366cd : Add @AppModeFull for those tests which will bind socket
1727d9f1f : Don't throw in FullScore#policyNameOf.
45f330fdb : Add new e2e test case: initial_pairing_test.
011a7f51c : Improve JavaDoc for FirewallRule constants
82657d70d : Support QosCallback with UDP socket
da8325337 : Import translations. DO NOT MERGE ANYWHERE
1b35da1cc : data saver test exception for wear
c57698023 : Replace Bluetooth reflection usages with impl @hide API.
4f94026bc : Format Android.bp in simulator_app.
7ff8ccd44 : Import translations. DO NOT MERGE ANYWHERE
96f1413c0 : Import translations. DO NOT MERGE ANYWHERE
25d0d59dd : Import translations. DO NOT MERGE ANYWHERE
b4ab4c3a2 : Add connectivity_native_test to Presubmit
b37f55128 : Vendor AIDL interface for port blocking via eBPF
ec6f53c16 : Add FastPairTestDataProviderService#onManageFastPairAccountDevice logging.
04832d6cb : Fix Gson serialization escaping HTML characters issue and lint problems.
0395b7000 : Use Sources.bp for building
181d649f1 : Remove the workaround for b/222070055.
3c04e66da : Api review: change updateFirewallRule to setUidFirewallRule
3476030ba : Use Sources.bp for building
af582a015 : Use Sources.bp for building
4b00f7685 : Api review: change updateFirewallRule to setUidFirewallRule
32a93a5ce : Require Permission Manifest.permission.WRITE_SECURE_SETTINGS on setFastPairScanEnabled API.
4229d9cca : Refactor package structure for scalability and resolve lint problems.
221298d82 : Hook CHRE host implementation with Presence API.
b0a046722 : Rename FastPairClient API and add cancel api for ban logic
98fb5475e : Add txPower to FastPairDevice
0faa8b3a9 : Fix AndroidJUnit4 runner shrinked out by R8 issue.
fbe157613 : Move the DscpPolicy status constants and IntDef to NetworkAgent.
48a17a8a2 : Add device check and extract a base class for Fast Pair test cases.
71d66396d : Adding Tethering proto
6d28b97bd : Add a TODO to import python deps
1b2a5bf72 : Resolve API council feedback
a63e2341d : Rename destroyAndAwaitReplacement to unregisterAfterReplacement.
846bbc916 : Add getInterfaceList API implementation in Ethernet service.
6e44855f9 : Add getInterfaceList API implementation in Ethernet service.
715c8dba6 : Add cts for EthernetManager#getInterfaceList api.
bdfed34bb : Update the module-lib API txt with getInterfaceList api.
e732c5088 : Add global change ethernet state API
c0939b76f : Add global change ethernet state API
2e6c34541 : Change Ethernet API to use OutcomeReceiver
a096a664b : Change network management listener to outcome receiver
cd032406b : Change Ethernet API to use OutcomeReceiver
37f302e10 : Change Ethernet API to use OutcomeReceiver
2f23fa51d : Add tests for VPN validation in NetworkMonitor
e1cde2694 : Update the module-lib API txt with setEthernetEnable API
7eeff8434 : Add a script to interactively manage FastPairTestDataCache in FastPairTestDataProviderService.
eef36c891 : Revert "Use RECEIVER_NOT_EXPORTED in CarrierPrivilegeAuthenticator."
2c1a10c4b : Use separate catch for getTcpKeepalivePacket
de503c5a4 : Fixing multithreading issues in Ethernet Factory
c606dbb66 : Fixing multithreading issues in Ethernet Factory
1edd4554e : Add getInterfaceList module-lib API in EthernetManager.
332338bd7 : Add getInterfaceList module-lib API in EthernetManager.
c854d709b : Add setEthernetEnabled and its listener API
5912ab690 : Add setEthernetEnabled and its listener API
f42821125 : Fix ethernet enable / disable API
3879cf1a7 : Fix ethernet enable / disable API
69e1aa911 : Add @RequiresPermission for setUnderlyingNetworks
a873f582a : Fix ethernet enable / disable API
328d15271 : ClatCoordinator: wrap clatd information
dac7e4b84 : Fix proto invalid write type
bab43b1a5 : Remove ENFORCED_SCAN_ENABLED_VALUE
81c2d99a7 : Extend timeout to deflake test
a5604ea50 : Allow sending of Administrator UIDs for *NETWORK_STACK
d374aebab : Add new e2e test case: seeker_show_halfsheet_test.
cf1bdd853 : Fix snippet part for FastPairDataProviderService API change.
4acf05b6b : Extract FastPairTestDataProviderService out from the snippet.
7968f0544 : Change test runner to suite runner for scalability.
d776689c9 : Keep screen always on during testing.
a80a10ef4 : Refactor test scripts.
bdfc2a12d : Add cts for EthernetManager#getInterfaceList api.
eae2ff983 : Fix OWNERS issues
27447c526 : CTS test for QosCallbackException
1d36db965 : Add Executors to NSD callbacks
c7aa9e3c6 : Add Executors to NSD callbacks
9e3173a8b : Update the module-lib API txt with getInterfaceList api.
6d2cbfeb3 : Update the module-lib API txt with setEthernetEnable API
9db074e07 : Add getInterfaceList API implementation in Ethernet service.
6346c5f59 : Add global change ethernet state API
217c99da2 : Add getInterfaceList module-lib API in EthernetManager.
db9e89aa7 : Add setEthernetEnabled and its listener API
dceb89599 : Fix ethernet enable / disable API
c9f320a6b : Address API review feedback
fa9c46a2d : Address API review feedback
633808a06 : Change network management listener to outcome receiver
58b2dffa1 : Change Ethernet API to use OutcomeReceiver
2cef8f131 : Revert^2 "Change Ethernet API to use OutcomeReceiver"
c9b8505e0 : Revert "Revert "Change network management listener to outcome re..."
0de5fb232 : Revert "Revert "Change network management listener to outcome re..."
39ef30ce6 : Revert^2 "Change Ethernet API to use OutcomeReceiver"
d6156a930 : Revert^2 "Change Ethernet API to use OutcomeReceiver"
881307a83 : Support ignoring validation failures after roam.
7427404d6 : Return status to startScan() API
b4efda8f2 : Update system-current.txt to resolve API council comments
fa376a5e7 : Fix ethernet enable / disable API
c551ebbc3 : Change Ethernet API to use OutcomeReceiver
e7c481452 : Expose constructor of Exceptions.
7844d4151 : Revert "Change Ethernet API to use OutcomeReceiver"
369c79bca : Revert "Change Ethernet API to use OutcomeReceiver"
dd88b843c : Revert "Change network management listener to outcome receiver"
b6f3b8a4e : Revert "Change network management listener to outcome receiver"
41000c610 : Revert "Change Ethernet API to use OutcomeReceiver"
333d5e52f : Add a method to create a TAP interface without bringing it up.
9e560d24c : Add a CTS test for EthernetManager.InterfaceStateListener.
edba41c6b : Change network management listener to outcome receiver
b13527497 : Change network management listener to outcome receiver
59145dc7f : Add executors to NsdManager
77a3a8408 : Change Ethernet API to use OutcomeReceiver
cf01b8a4f : Change Ethernet API to use OutcomeReceiver
ea7e6d56f : Change Ethernet API to use OutcomeReceiver
801fa6dc0 : Address API review feedback.
3adfa277d : Address API review feedback
d9d12aa98 : Address API review feedback
fb82c3f70 : Add test for nullable IpConfiguration
8a910f4ec : Add Nullable IpConfiguration to ethernet update request
721559885 : Add Nullable IpConfiguration to ethernet update request
746d08227 : Add Nullable IpConfiguration to ethernet update request
de665266c : Rename setAccessUids to setAllowedUids
9b58f89dc : Add support for Nullable IpConfiguration
40b3ff8cf : Add support for Nullable IpConfiguration
ceae88da2 : Replace assertParcelSane with assertParcelingIsLossless
bad763f5f : Import translations. DO NOT MERGE ANYWHERE
5dc94ede3 : [MS83.1] Make some APIs module-lib instead of system current
b59e5427f : [MS83.2] Make some APIs module-lib instead of system current
490417645 : Use int array for included and excluded uids
7d72b41c9 : Rename setAccessUids to setAllowedUids
6e429bec0 : [DU04-2]Appropriate changes to the NetworkPolicyManager API
b9bacae1f : [DU04-2]Appropriate changes to the NetworkPolicyManager API
77f3dd80c : DO NOT MERGE: Add stub class and filegroup for Ethernet service.
a84bb2d8b : Add a carrier config to block tethering.
9ff8eb182 : [DU04-4]Appropriate changes to the NetworkPolicyManager API
799d000c9 : Fix the NPE thrown when starting Ethernet service in OS lower than T.
1bc5454f4 : Remove the stub ethernet service from Connectivity module.
885acf0ab : Update hidden API files for EthernetManager API move.
bc39204c7 : Address API council review comments.
1f39b53f7 : Fix exception when fast pair initial pairing for simulator
fe1e4917b : Update system-current.txt to resolve API council comments
d9c822310 : Cleaning EthernetNetworkFactoryTest Unprovisioned
4617cc9e4 : Cleaning EthernetNetworkFactoryTest Unprovisioned
e2cc7ae49 : Remove the stub ethernet service from Connectivity module.
25264ecfd : Use TelephonyManagerShim factory method
3f01be040 : Setup permissions for SDK sandbox UIDs.
42ae4f7d3 : Hide NearbyDeviceParcelable
1050a077b : Provide a stub ethernet service to build in sc-mainline-prod.
0a171c006 : Build ethernet framework source into framework-connectivity-tiramisu
3574a8661 : Split out the ethernet API surface and use framework-connectivity-t
dbc8e0fb2 : Split out the ethernet API surface and use framework-connectivity-t
29f7d6230 : Build ethernet service into service-connectivity-tiramisu-pre-jarjar.
81f0f74e6 : Build ethernet service into service-connectivity-tiramisu-pre-jarjar.
ffa2ed3d1 : Add a NetworkAgent API to indicate that a network will be replaced.
3c6cc0c4e : Ensure SpiUnavailableException was thrown because of duplicate SPI
24e2cb207 : API changes for resolving API council comments.
8b75566b5 : Enable CTS for nearby brodacast.
5f2fc97e8 : Fix the NPE thrown when starting Ethernet service in OS lower than T.
1bbaf16f4 : Address API Council review comments.
5f703feca : API review: Additional comment for QosSession.
d28dfb358 : Address API feedback: rename to AntispoofKey
ee379fd75 : Address API feedback: rename to AntispoofKey
d695111dc : Let docs tool to list the newly-visible IntDef values
0619e2945 : Let docs tool to list the newly-visible IntDef values
a9a3b4ce0 : Split out the ethernet API surface and use framework-connectivity-t
f5883e368 : Update hidden API files for EthernetManager API move.
47b89e959 : Provide a stub ethernet service to build in sc-mainline-prod.
eaaf7d3a8 : Build ethernet framework source into framework-connectivity-tiramisu
98185635a : Build ethernet service into service-connectivity-tiramisu-pre-jarjar.
614792f12 : Refactor test scripts.
fc431fa3f : Refactor snippet RPC methods and events.
5417280f1 : Rename setUidForeground to noteUidForeground
e6c13a7dd : Rename setUidForeground to noteUidForeground
cdc5fe2b2 : Rename setUidForeground to noteUidForeground
a3c434529 : Add AccountKeys support in FastPairTestDataProvider.
9987665d7 : Add protection for setLocalRoutesExcludedForVpn
a4e8e77e2 : Clean up permission validation in EthernetServiceImpl
ac8977aca : Clean up permission validation in EthernetServiceImpl
fac05fa24 : Resolve API council comments
b6cde3d2d : Rename "service-nearby" to "service-nearby-pre-jarjar"
ff98750c7 : Update system-current.txt and module-lib-current.txt to resolve API council comments
eade5c65d : Add forget function to remove database info and poc for subsequent
1f70d4e9b : Disables instant_app for cts
b610bb380 : Update the event timeout seconds according to snippet side.
1968e35e4 : Refactor Fast Pair provider side.
038c80551 : Rename logIfEthernetNotStarted to throwIfEthernetNotStarted
6a77e5d15 : Rename logIfEthernetNotStarted to throwIfEthernetNotStarted
f6cc4ca78 : Allow all device types to call updateConfiguration
24fb1ef5b : Allow all device types to call updateConfiguration
fdbe9847a : Add test coverage for NetworkStats.Bucket#getRoaming()
22c1a3aa1 : Use U32 from shared library
47c726362 : Implement Presence Broadcast.
048273444 : Add Presence FastAdvertisement.
ee9401116 : Refactor Fast Pair seeker side snippet.
e46042b83 : Split updateMeteredNetwork{Allow, Deny}List into add and remove
43689ba99 : Add FAST_PAIR_SCAN_ENABLED to NearbyManager
59b40a240 : Change system-current.txt and module-lib-current.txt for changing API according to council feedbacks
faa9fe86b : Remove restriction that limits updateConfiguration API to Auto
d1dccf83f : Remove restriction that limits updateConfiguration API to Auto
db3007cac : Allowing for null net caps in updateConfiguration
6869c411f : Allowing for null net caps in updateConfiguration
30d33f4ee : Add test for EthernetNetworkUpdateRequest
46d7ddb72 : Add try/catch, shim in Nearby initialization
02730cf42 : Fix log message when failing to open bpf maps
0a4236d08 : Fix log message when failing to open bpf maps
92b704071 : Rename "service-nearby" to "service-nearby-pre-jarjar"
10794317e : Rename "service-nearby" to "service-nearby-pre-jarjar"
7a58495d5 : Remove unused codes.
e5a6f0291 : Use platform certificate for cts
e302a4ca2 : Add subsequent related db save info after pairing success
27b3e863d : Allowing for null net caps in updateConfiguration
3e12496b6 : Allowing for null net caps in updateConfiguration
e46a33063 : Eth Management APIs to Support TEST Interfaces
b0cc8f09a : Eth Management APIs to Support TEST Interfaces
c34f1f5dc : Use local variable to enforce ENFORCED_SCAN_ENABLED_VALUE.
f79dcecf9 : Don't attempt to enable rate-limiting before T.
85b2dc002 : Fix proto invalid write type
cf97f22cd : Fix proto invalid write type
349fadfa5 : [DU09-3]Modify the NetworkStatsCollection Builder API
fd5dcd2dd : [DU09-2]Modify the NetworkStatsCollection Builder API
1e0da21bf : [DU09-2]Modify the NetworkStatsCollection Builder API
bcc0f5b14 : BpfHandler: only allow to tag INET/INET6 socket
478c0eb21 : BpfHandler: only allow to tag udp/tcp socket
4aac07487 : API review: Addional documentation for QosFilter
82244fd16 : Remove dead code in BpfNetMaps.
1a8a58449 : Remove ConnectivityManager swapActiveStatsMap API
5ccdf994d : Remove ConnectivityManager swapActiveStatsMap API
49e944cc1 : Remove ConnectivityManager swapActiveStatsMap API
1c257cdb8 : [CLATJ#32] ClatCoordinator: untag clat raw socket
89d12060e : [CLATJ#31] ClatCoordinator: tag raw socket to uid AID_CLAT
259d5c08a : Make isTetheringSupported respect all tethering downstreams
88c484422 : API changes for addressing API Council comments.
21f86cb06 : Add Fast Pair provider simulator app to test_support.
dcac74997 : Extract test support codes out from snippet to library.
6f29145aa : Make Fast Pair test data provider configurable.
2808e3b12 : Use androidx.annotation.Nullable instead and optimize imports.
4b119eaec : Nearby Presence Nanoapp host side implementation.
e96e7c4de : Add stub NearbyService
5906c8b29 : Start Nearby from Connectivity ServiceInitializer
9f371f024 : Deduplicate InterfaceParams
e0f3847b5 : Remove unused InterfaceParams jarjar rule
a12858d49 : Using common apex_defaults for com.android.tethering module.
436547e36 : [CLATJ#30] Not allow tagSocket() to tag with uid AID_CLAT
5d977f4b8 : Fix proto invalid write type
5fbd57eab : Fix proto invalid write type
e250c95bb : [CLATJ#29] Remove the throwaway sockets for dup2 fds
cfd23489f : Fix some NPE issue
d3e84754c : Add test for progresshandlerbase
b52c67d5d : Dump connectivity trafficcontroller data to diagnose test failures.
597bbbee8 : Reformat and optimize codes in FastPairSimulator.
b961d3d70 : Pass whole TetheringConfiguration to IpServer
adcc13e07 : Remove redundant qualifier name.
1878ad4e9 : Add overlayble.xml to enable RRO
5f835f735 : Ethernet validate if iface is tracked on handler
ed41dfeb4 : Ethernet validate if iface is tracked on handler
f1fe8ee92 : Do not enable ingress rate limit until clsact qdisc exists
23a5f18ad : Remove tether_enable_select_all_prefix_ranges flag
4d58a9ae7 : Add AccountKeys to FastPairAccountDevicesMetadataRequest.
1f3e110ae : Remove unused libraries
2bdae7d6e : [SUBID01-0]Grow NetworkIdentity to include a new mSubId field
7c9fde88d : [SUBID01-0]Grow NetworkIdentity to include a new mSubId field
d2b061381 : Rename redactNetworkCapabilitiesForPackage and update its javadoc
7ec6ae74c : Rename getVpnRequiresValidation to isVpnValidationRequired
9c18dab11 : Add AccountKeys to FastPairAccountDevicesMetadataRequest
eeeb76d3b : [MS68.4] Address comments at aosp/1958144
5f93cdff5 : [MS68.3] Address comments at aosp/1958144
e20ff88e3 : [MS68.3] Address comments at aosp/1958144
5c3fa07cc : [DU03-4]Add NETWORK_STACK Permission check for NetworkStatsService API
350414997 : [DU03-4]Add NETWORK_STACK Permission check for NetworkStatsService API
d8990c334 : [DU03-4]Add NETWORK_STACK Permission check for NetworkStatsService API
44c53a672 : Fix test fail caused by proguard trimmed out reflection callback.
ed9a38b9f : Revert "Fix the command to run CtsSeekerDiscoverProviderTest."
8ba46d804 : [SUBID01-1]Grow NetworkIdentity to include a new mSubId field
6fe7a457a : Make the FastPairAdvHandler handleBroadcast logs more readable.
9211a8fc3 : DO NOT MERGE: Rename framework-connectivity-tiramisu on buildstubs-t & Tethering/apex
e8054a8ad : Rename framework-connectivity-tiramisu to framework-connectivity-t
537f72061 : Rename framework-connectivity-tiramisu to framework-connectivity-t
698a57c26 : Explicitly check route type in NetworkDiagnostics
3409b2ef6 : Improve error reporting in RateLimitTest
efa4039d0 : Add null checks to RateLimitTest#tearDown improves error reporting
9e066c9fa : Update API files to unhide MATCH_PROXY.
3d5217283 : Update tests for NetworkStats code move.
73a61e7c2 : Add setPollForce to module API
6187e7c79 : Add JNI stats libraries to apex Android.bp
d95048929 : Add JNI stats libraries to connectivity
e76468600 : [MS62.2] Add NetworkStatsService into service initializer
4eccfdec8 : [MS54.8] Add hiddenapi-unsupported-t.txt to apex Android.bp
eb6f4bef9 : [MS54.3] Move NetworkStats to updatable sources
2cd955ba1 : [DO NOT MERGE] Fast Pair Half Sheet UI implementation
e6cab11c2 : [DO NOT MERGE] Fast Pair Half Sheet server side implementation
4b793e219 : [DO NOT MERGE] Add unit test for fast pair manager
c76fd3f28 : [DO NOT MERGE] Add FastPairService in server
bbe9cae55 : Add DisableConfigSyncTargetPreparer to CTS/MTS
68e96aba0 : Notify linkproperties change in all scenarios
744ace6b2 : Using a builder for eth requests
7448a982f : Using a builder for eth requests
420d6e09c : Updating Eth Update Request to use Builder
aa2202c22 : Updating Eth Update Request to use Builder
148aea8e6 : only account for ingress packets addressed to us
dc72f289c : DO NOT MERGE Add mock filegroups to deal with merge conflict problem
3ef1c4cd4 : [Unit Test] Add BleDiscoveryProviderTest
5f09f8da8 : Add some debugs to diagnose test failure.
bf0f941b7 : [DO NOT MERGE] Add FastPairClient
9fa0b3bf1 : Move assumptions out of BeforeClass annotated method
c86cc80ad : [Unit Test] Add bluetooth permission to unit test
7259fcf2a : Setup unit test for NearbyService and DiscoveryProviderManager
dd4f44f47 : Add some debugs to diagnose test failure.
9a4b4ad72 : Add unit tests for NearbyMetrics.
c46c3b55d : Fix a flake where network caps change innocuously.
cd8210843 : Make sure the right NetworkMonitor start method is called on S-/T+
2140575fc : Add proper kernel support assumption to RateLimitTest
4aa94e6f9 : Refactor make{Tether4Key, Tether4Value ConntrackEvent} helper
154b1e467 : BpfCoordinatorTest: refactor upstream and downstream setup functions
e3ef5a802 : Attempt to deflake NetworkAgentTest#testRejectedUpdates.
699f0354d : Add test for GattConnectionManager.
66ed3dbc6 : DO NOT MERGE: Add build stubs to sc-mainline-prod for NetworkStats
8c7a8860f : Add an IS_DESTROYED flag to FullScore.
38bbdbd1a : Fix a couple of JavaDoc errors in NetworkAgentInfo.
38c4cd90d : Remove redundant "using" statement
95cb08985 : Fix EthernetTetheringTest testTestNetworkUpstream flaky
72c67ab43 : [Unit Test] DataUtils Unit Test
93a72d22a : Mock more resources for VPNs.
19e617192 : Mock resources used directly by LockdownVpnTracker.
96c1ff4ae : CTS for ingress rate limiting
95de2821c : Enable EthernetServiceTests in presubmit
ef20ec8f1 : Enable EthernetServiceTests in presubmit
07b13f5e3 : Fix testIpClientIsNotStartedWhenLinkIsDown
bb36434ef : Fix testIpClientIsNotStartedWhenLinkIsDown
601cf16ef : Add filtering for Presence data.
03a369c71 : Add More Unit Test for FastPairDualConnection.
7ac1aa514 : Remove NetworkCapabilities#combine*
6c9d4f015 : [DO NOT MERGE] Add DeviceName and account to initial paring description
548325603 : [DO NOT MERGE] toString method for ScanFastPairStoreItem helps debug
85c1765b0 : Remove out-of-date comment.
ed48c4efe : Fix the command to run CtsSeekerDiscoverProviderTest.
4e21e80ae : Rename framework-connectivity-tiramisu to framework-connectivity-t
699477a8f : Rename framework-connectivity-tiramisu to framework-connectivity-t
a14b3f218 : Fix : recent Connectivity module with old NetworkStack module
c6d3f3cf2 : Use MessageUtils instead of hardcoded strings in policyNameOf.
981285326 : Add Unit Test for BluetoothAudioPairer.
805d95c1f : [DO NOT MERGE] Fix coverage issue.
ba196d989 : Clean up half sheet code
a26582dad : Create the first Nearby Mainline e2e test: SeekerDiscoverProviderTest.
c7a4d1bb7 : Create a Mobly snippet for Nearby Mainline Fast Pair multidevice tests.
0261ced63 : Rename one of the two EVENT_NETWORK_TESTED messages.
ccb8daa80 : cts: Re-launch the desired activity after screen-on on TVs.
2616b49c7 : Fix system_server crash while iterating CookieTagMap
c4cfd83ad : Fix system_server crash while iterating CookieTagMap
ca7e578f7 : Fix rate limit API review comments
98c83d014 : Run bpf_existence_test in presubmit.
fe5ed721b : Expose MATCH_PROXY as a module-lib API.
8868c1ef5 : Expose MATCH_PROXY as a module-lib API.
c99a128f5 : Add setPollForce to module API
6dff4abc8 : Add setPollForce to module API
63d42a25b : Move networkstats JNI to connectivity module
a24baedab : Move networkstats JNI to connectivity module
63627bce5 : [MS54.1] Move NetworkStats to updatable sources
6313e5506 : [MS54.1] Move NetworkStats to updatable sources
01a87ca33 : [MS62.1] Start NetworkStatsService from the module
0858a12f9 : [MS62.1] Start NetworkStatsService from the module
a517f20ef : reduce log level when no interface is present for rate limiting
e3b067f52 : Skip NetworkStatsServiceTest before T
5545291ef : Address comment from aosp/1948169
8547fb0a8 : Run CTS EthernetNetworkSpecifier in 12
64592df48 : Improve logging when using ingress rate limits
ff3b3f8d9 : Allow test networks to be rate limited
cdac749eb : Fix rate limiting settings observer
9de79582a : libclat: Remove redundant "using android::net::.*"
d1b11dc70 : Ensure all NetworkMonitor messages store the netId in arg2.
d2bd9db36 : Don't check validation state in waitForAvailable(..., Network).
e6d511f78 : Support "dumpsys connectivity trafficcontroller"
deaeefb28 : CTS tests for EthernetNetworkSpecifier
dc563a7f3 : Add unit test for common ble
c3b0bf8b4 : Change log level from wtf to w.
a6e2ae69d : Nearby CTS test min_sdk_version change to 30
73da47892 : Cleanup and refine connectivity test config
da4359963 : Nearby Unit Test uses "com.google.android.tethering.next.apex"
0456900bf : Skip BpfExistenceTest#TestPrograms on BPF unsupported device
b09e60c40 : Add bt dep for tethering tests
f9888898e : Add tests for deleteKernelTagData
3b81323e4 : Fix testing with/without connectivity module
7c52b69b3 : Fix NetworkStatsServiceTest after adding deleteKernelTagData
6fe2a5e61 : Add icon drawable and Util class
c2926f45f : DscpPolicyTest Check Kernel Version
6d80f10bb : Add ThrowableBiConsumer to BpfCoordinatorShim
c23ffbdf7 : BpfBitmap Test
19761a189 : Add Unit Test for FastPairDualConnection.
7bd33a19c : Fix HostsideVpnTests flakyness
0817bb290 : Fix HostsideVpnTest#testExcludedRoutes
a525e24fb : Add test for IPv4 UDP forwarding rules in BPF map
510c2f463 : Address comment from aosp/1948169
79d7ddc9d : Add Nearby Scan Westworld logging.
fa2b94942 : Add unit test for Preferences.
9f7bd4add : Add unit test for Utils.
35c2cf593 : Add more CTS tests for Nearby Mainline APIs.
c582d50b8 : Add new methods to redact NetworkCapabilities & LinkProperties
be04bfe47 : Add RECEIVER_EXPORTED flag while registering the receiver.
c8f3e946b : verify the pairing success info is upload to footprint and bloomfilter broadcast can verify
bfba19cda : Register ContentObserver for scan switch in FastPairManager
4d782d6d7 : Add KeepalivePacketData toString()
c54e4f397 : Fix grammar nit in comment.
6c032e53a : Fix grammar nit in comment.
11170dd9e : Expose EthernetManager state and control APIs.
7f9ac5006 : Expose EthernetManager state and control APIs.
4dd5be660 : Remove unused BpfNetMap jni function
137bbed86 : Refer to SDK constant defined in DevSdkIgnoreRule
336d3c71b : Replace qtaguid_deleteTagData with java implementation
2c938e1b0 : Replace qtaguid_deleteTagData with java implementation
b5af0fe5d : Fix tab by replacing it with spaces
3d255c115 : Nearby: Turn off proguard optimization of proto classes.
cf1742b9e : Setup AIDL files for service and activity (client) communication
ca0be9400 : Making EthernetNetworkSpecifier public
81cab0541 : Making EthernetNetworkSpecifier public
4ef4a444e : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Connectivity
f51dca107 : Implement the new added EthernetManager APIs.
b8ab4c869 : Implement the new added EthernetManager APIs.
c2894e27f : Fix testCallback fail caused by lacking of looper
52eac028f : Move permissions allowlist for Tethering
1f788606a : [SUBID01-1]Grow NetworkIdentity to include a new mSubId field
2c266fbc3 : [SUBID01-0]Grow NetworkIdentity to include a new mSubId field
29cf58992 : Expose EthernetManager state and control APIs.
3ade48482 : [MS84] Add CTS for data migration utils
6b056dee2 : Implement the new added EthernetManager APIs.
83400b6b3 : Split out the ipsec API surface and use framework-connectivity-tiramisu
b944ff154 : Split out the ipsec API surface and use framework-connectivity-tiramisu
840940321 : DO NOT MERGE: Add a stub class for IpSecService.
d8965edd3 : Add OWNERS for Nearby code
2e778ee46 : Move IpSec APIs to Connectivity module
11ab99625 : remove unneeded inclusions of libbpf_android
3392c48d5 : Update the commands to build and install the mainline module.
4179fa288 : Add toString helper method
649d96364 : Expose PresenceClient System API for scan filter.
b15b5a83c : Expose Presence System APIs for scan offload.
b933c0d65 : Fix crash issue due to null value.
d8afb66b1 : Add @SupressLint to get around incorrect warning.
85a4e0782 : Add visibility for core tests
d6a6a4ebf : [MS55.2] Move NetworkStateSnapshot into module folder
c3c367e48 : [DU03-4]Add NETWORK_STACK Permission check for NetworkStatsService API
098c517dd : [DU03-4]Add NETWORK_STACK Permission check for NetworkStatsService API
a20843638 : Add setting that controls network rate limit
2857ac4dd : Add bandwidth limiting to CS
8447f37ad : Replace for loop with for-each.
531889a99 : Correct typo in the year of copyright
52399c7f7 : Correct typo in the year of copyright
dc0d521f6 : [MS55.2] Move NetworkStateSnapshot into module folder
3de910ea9 : Dump BPF map in base64 encoded strings for testing
887a22cc4 : Move Tether4Key and Tether4Value to common libs
91e3dc2fe : Enable framework-connectivity-t-pre-jarjar for service-t
2ba9dbe16 : Split out connectivity-t-pre-jarjar and tests
bbd93f228 : Make the FastPairAdvHandler handleBroadcast logs more readable.
86fd7ea63 : [MS83] Add Cts for NetworkStatsCollection/History builders
f89087497 : Change naming of excludeLocalRoutes
50b523306 : Add test coverage for NetworkStats.Bucket#getRoaming()
7f0d18537 : Add test for NetworkTemplate.Builder#setRoaming(int)
d97e5a42d : Add NetworkTemplateTest to common test for cts coverage
f639ce09e : Add name to FastPairDeviceMetadata.
297f3ee6e : Add name to FastPairDeviceMetadata.
d490072cd : Pass the NetworkAgentConfig to NetworkMonitor.
3068ce737 : Mark NetworkAgentConfig fit for inclusion in stable AIDL
b77a021fd : Creates DataUtils to convert data
13f5d37e4 : Add @SupressLint to get around incorrect warning.
7b04f8f33 : Un-finalize IpSecManager
98a3a0381 : Un-finalize IpSecManager
f8063e3de : Un-finalize IpSecManager
34f91fc7b : Un-finalize IpSecManager
e541aa40a : Change gid of cgroupskb/<ingress|egress>/stats
60356912a : Improvements of Presence APIs.
b020e552d : Do not verify field count in tests used in CTS
9adb65a46 : Fix testIpClientIsNotStartedWhenLinkIsDown.
5216fc9ee : Fix testIpClientIsNotStartedWhenLinkIsDown.
fea7a4f5f : Making EthernetNetworkSpecifier public
f93df4373 : Add APIs for Presence Broadcast.
96a3f144a : Revert "Revert "Update the UIDs only after the native network is created""
720ad7c02 : Have connectivity targets be visible to Frameworks[Vcn|Ike]Tests
865511a8c : Add and implement API for VpnManagers to request validation
0a9df3b90 : Dexopt service-connectivity.
13b96bc65 : Revert "Update the UIDs only after the native network is created"
21d976025 : [MS68.4] Address comments at aosp/1958144
280bd638d : Fix parceling bug in NearbyDeviceParcelable.
250b1e31d : [MS68.3] Address comments at aosp/1958144
eb512414e : Remove unnecessary unit test dependencies.
6914a16c9 : Address API review comments for DhcpOption object
36b96d517 : Set EthernetNetworkSpecifier on ethernet networks
8ae68834c : Set EthernetNetworkSpecifier on ethernet networks
4c06b3885 : Marking test receiver as exported.
b42cb3bdf : Fix half sheet class name not match issue.
1e86b3af2 : Expose public APIs for IP & static IP configuration
b2018a39e : Grant notif permission to test
2d869d52a : Update API files to unhide MATCH_PROXY.
4a18ab2e4 : Update tests for NetworkStats code move.
889703ce1 : Expose MATCH_PROXY as a module-lib API.
7ede3024b : Add setPollForce to module API
1e63b0bce : Move networkstats JNI to connectivity module
0bac7dddd : [MS54.1] Move NetworkStats to updatable sources
2b01633f8 : [MS62.1] Start NetworkStatsService from the module
0db496ef3 : Fix libnetworkstats_test.
4e8d94cf8 : Update the UIDs only after the native network is created
bdaa351e8 : Add visibility for core tests
0046059c6 : Add setPollForce to module API
c8aa43cab : Add JNI stats libraries to connectivity
ab76aab4d : [MS62.2] Add NetworkStatsService into service initializer
2ef865e0f : [MS54.3] Move NetworkStats to updatable sources
a7d4766d0 : Update the UIDs only after the native network is created
1e004d671 : Import translations. DO NOT MERGE ANYWHERE
de5be3dbc : Import translations. DO NOT MERGE ANYWHERE
9515a83e5 : Import translations. DO NOT MERGE ANYWHERE
d6f2f9cd4 : Import translations. DO NOT MERGE ANYWHERE
57eac0a2e : Import translations. DO NOT MERGE ANYWHERE
5e1593f3a : Marking eth network management APIs @SystemApi
28547370d : Marking eth network management APIs @SystemApi
d8d9fb13a : Marking eth network management APIs @SystemApi
4d64bd6b2 : Reduce the flakiness of carrier privileges check
fc3b42023 : Add key / value data structures for IBpfMaps
27e7842a9 : Add key / value data structures for IBpfMaps
a46e4b52c : Remove libbase_headers from libservice-connectivity
7569d5144 : Use RECEIVER_NOT_EXPORTED in CarrierPrivilegeAuthenticator.
a1c3cd0f2 : Hook up the api for subsequent pairing
455ad5db4 : Apply theme to half sheet and clean up
3157918fc : Add jarjar rule for com.android.testutils.TestBpfMap
1705eb996 : Extract TestBpfMap from BpfCoordinatorTest.
df4aea159 : Add impl for loadFastPairDevicesWithAccountKey.
792947307 : Add APIs for discovery with a network request
06bdcec9f : Add APIs for discover/resolve on specific networks
1ddba4c56 : Support discovering services with a NetworkRequest
173a33f25 : Support discovering services with a NetworkRequest
bca7618de : Support discover/resolve on specific networks
23651306c : Support discover/resolve on specific networks
6a6b071de : jni - dynamically link C++ - saves 43 kB
167c8607e : libservice-connectivity - dynamically link c++ - saves 600 kB
8def13298 : Adding permission for Ethernet Network Management
dcae35166 : link libbase & libnetdutils dynamically - save ~17.5 kiB
1b1222ade : Updating Eth Service to use Eth Network Permission
a2c204259 : Updating Eth Service to use Eth Network Permission
68ca37392 : Move IpSec APIs to Connectivity module
131a86638 : Split out the ipsec API surface and use framework-connectivity-tiramisu
2f7dac1ba : remove spurious headers
0bbe3d2ce : libclat only depends on libbase_headers not libbase itself
74a5a70b6 : Adding permission for Ethernet Network Management
07550b535 : Adding permission for Ethernet Network Management
7174ac3d8 : Have connectivity targets be visible to Frameworks[Vcn|Ike]Tests
823840fd1 : Catch the exception otherwise if gms core side does not setup correctly system will crush
f87dac098 : Add PresenceDevice and ScanFilter for offload scan.
92a2406e3 : Modify subsequent pairing api
aa197190c : Add Low Power Standby test to NetworkManagementServiceTest
d945bf0b4 : Add Low Power Standby support to TrafficController
1db49e1c7 : Handle Low Power Standby chain in ConnectivityService
54423027f : Implement Low Power Standby packet filtering in BPF program
d9025190f : Grant 'w' rights to for-system subdirectory for root.
8dfcb14be : Remove libtcutils from dependencies as it is included in lib bpfjni
271548c96 : NSD: Specify on what interface to getAddrInfo
f6f9aa2b9 : NSD: Specify on what interface to getAddrInfo
8d323309a : [MS55.2] Move NetworkStateSnapshot into module folder
7858562b3 : Split out connectivity-t-pre-jarjar and tests
3ccf899bd : Renaming Ethernet Network Management Classes
5aa01c319 : Renaming Ethernet Network Management Classes
c3bfad406 : Implementation of Eth Connect & Disconnect Network
9b9952ebe : Implementation of Eth Connect & Disconnect Network
a46242b7a : Renaming Ethernet Network Management Classes
1ecadfa76 : Renaming Ethernet Network Management Classes
5fd3cfa34 : Use packBitList to prevent long-related mistakes
dd4219978 : Introduce ensureListenableCapabilities
ac9ace0bb : Accept accessUids from telephony when it's the carrier config app
ba7823814 : Add MainlineTestModuleController to Nearby CTS.
61e9467fa : Move netlink_listener_test into TrafficControllerTest
9ce24b5b9 : Apply SdkSuppress to Nearby Tests.
ac503cd42 : Add System Api impl for subsequent pairing.
ea9689648 : Use Truth assertions instead of JUnit for more detailed error messages.
aeb8a06c2 : InternalNetworkManagementException Changes
2ed5ef560 : InternalNetworkManagementException Changes
83fb6742a : Fix BpfNetMap error logging
216dfc82f : Enable TrafficController in apex
2b1b2c720 : Revert "Prevent native_init from starting TrafficController"
2dac94841 : Define BLOCKED_REASON_LOW_POWER_STANDBY
34cba1442 : Define FIREWALL_CHAIN_LOW_POWER_STANDBY
d817436f1 : Add libservice-connectivity to integration tests
f5f51339a : Clean up BpfNetMaps
687c383d7 : Fix lint errors in NetworkStatsManagerTest.
eb8d8554b : Rename NetworkUsageStatsTest and move to networking CTS tests.
0c25d1c3b : Use androidx.test.ext.junit.runners.AndroidJUnit4 instead.
6a20eeda4 : Reorganize connectivity framework dependencies
f8943ea3b : link libbase statically into libnetd_updatable - saves ~85 kB
a2f7b1868 : Link empty nearby library into tethering apex
2aeb454f6 : Add android.net to proguard flags
955b775c0 : Add handle bloomfilter entry this will handle when the scanner find none model id broadcast
d8f8c2e80 : [CTS][Clean up] Remove @TargetApi
209d74d84 : [CTS] NearbyManager CTS Test
4ea0225dd : Add fast pair upload footprint entry
0f23f3b8f : Tentatively fix robo test failure.
c2984fdca : Prevent native_init from starting TrafficController
313bc6c2d : Remove libutils dependency from libservice-connectivity
361b859b0 : Merge libtraffic_controller_jni into libservice-connectivity
2fde98c87 : [NETD-TC#15] Make ConnectivityService and PermissionMonitor calls BpfNetMaps on T
41a602d2b : Expose access UIDs.
e6c952755 : Send access UIDs to netd
9a30acf74 : Add accessUids to NetworkCapabilities.
152285756 : Clean up restrictions on network agent capabilities
366c525b1 : Sanitize NetworkCapabilities from agent on the handler thread
a93cbdd77 : [CTS] NearbyDeviceParcelable CTS Test
5be39c6fe : [CTS] ScanRequest CTS Test
e9cd2084e : Allow Carrier app to request for CBS capability
81b707f49 : Move socket tagging implementation to mainline.
d2ae7390f : Move socket tagging implementation to mainline.
1647f60d6 : [NETD-BPF#19] Mainline part of bpf code from netd
1e8865c82 : Add mts-tethering to test_suites.
adab7b1cc : Move kernelToTag to NetworkStatsFactory.
e91d76c5d : Move kernelToTag to NetworkStatsFactory.
f59770f76 : Fix kernelToTag import in NetworkStatsFactoryTest.
a1dd7cec1 : [CTS] NearbyDevice CTS Test
9c5ebad77 : [CTS] NearbyFrameworkInitializerTest CTS Test
e3b307e2f : Fix DscpPolicyTest EBADF
aa6eed54a : [MS59.3] Expose NetworkStatsDataMigrationUtils
505fc639b : [MS59.3] Expose NetworkStatsDataMigrationUtils
9fdbb7ec7 : Adjust NetworkStatsServiceTest to mock out the JNI.
fbe763eae : Add data level CTS test for FastPairDataProviderBase to ensure getter/setter correctness.
bf254864a : Clear counters and delete tag data from NetworkStatsService.
a8ac57607 : Clear counters and delete tag data from NetworkStatsService.
741c5e641 : Updates so Network Mgmt Callbacks Are Sent
724a0aea0 : Updates so Network Mgmt Callbacks Are Sent
bbdce2940 : Remove broadcast trigger half sheet show code
e7ebed284 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Connectivity
93b7e9dbe : Use the T shims in AOSP
47e778e30 : Use the T shims in AOSP
de9b4def5 : [DU12]Remove NetworkType Annotation
a522e3ddd : [DU12]Remove NetworkType Annotation
debd9eaff : Don't enable DscpPolicyTracker on pre-T devices.
d981a68aa : DO NOT MERGE: Disable tethering.inprocess APEX in stable branch
82ed9e605 : Allow service JNI in FrameworksNetIntegrationTests.
f84e2f8e0 : Don't manually load the JNI library in DscpPolicyTracker.
723882126 : Process DSCP QoS events for policies
0c26c9ed3 : Allow using BpfMap and TcUtils in unit tests.
e84d7d90d : Expose local route exclusion API in NetworkAgentConfig
1d4e537a2 : Increase the number of test service names
f826bce37 : Conditionally disable TetheringApiCurrentLib
8f3917501 : Test UidCounterSetMap in NetworkStatsServiceTest
e258c5913 : Load tcutils in ConnectivityService
9f247f52e : Add ConnectivityFrameworkInitializerTiramisu cts tests
11201c1c0 : DO NOT MERGE: Add empty stubs for framework-connectivity-t
1618171b3 : Move the implement of getAllCollapsedRatTypes to StatsPullAtomService
8117e4bbf : Move the implement of getAllCollapsedRatTypes to StatsPullAtomService
0bfd365a4 : Move NETWORK_TYPE_5G_NSA from NetworkTemplate to NetworkStatsManager
7a41918fa : Move NETWORK_TYPE_5G_NSA from NetworkTemplate to NetworkStatsManager
f24553d95 : Add var to enable/disable tethering next APEX
41c2448ff : Correct some errno values before throw ServiceSpecificException
068cf1cbe : Adding bt dependency
8766c354f : Check the model id format before start to parse the data
8a177f694 : Set exclude_kotlinc_generated_files to false explicitly since kotlin reflection is used in some Connectivity test cases kotlin code.
677e3d158 : add post_notification permission to manifest
7e9b25e7f : Add getEnterpriseId api to network request
a1bb3a36c : [MS59.2] Add unit test for NetworkStatsDataMigrationUtils
b4ce0fa9b : Change NETWORK_TYPE_5G_NSA reference package
ad9ee7d92 : Update UidCounterSetMap directly from NetworkStatsService
b9679aac1 : Update UidCounterSetMap directly from NetworkStatsService
6fb21144b : [CLATJ#26] ClatCoordinator: reword clatd starting failure logging
1ff914a54 : [CLATJ#25] ClatCoordinator: stop clatd process gracefully
96400daaa : Use the network stack shims in services connectivity
7b94d19f4 : Rename NearbyServiceImpl to NearbyService
b5a93301e : Start NearbyService from connectivity initializer
15ed7d223 : Move nearby apex to tethering
d8e74229e : Start Nearby from Connectivity ServiceInitializer
51935fc21 : Add nearby to tethering apex
30f06afda : [MS78.2] Fix NetworkIdentity#Builder crashing on 5G NSA networks
ce3dbdb74 : [MS78.1] Fix NetworkIdentity#Builder crashing on 5G NSA networks
9a61a1810 : [MS78.1] Fix NetworkIdentity#Builder crashing on 5G NSA networks
56a30e13a : Make the FastPairDataProvider initiate logs more readable.
47fce4719 : Enable proguard on service-connectivity
27acf0b67 : Adding bt dependency
e8fabcca4 : Adding bt dependency
f0269e7bb : Adding bt dependency
643a31417 : Add back data provider to fast pair pairing process
cf96591d3 : Comment out the code that will trigger aosp half sheet
3945c60af : Add test for FastPair module
45f940a9e : adjust BpfCompatTest now that clatd & netd bpf program have been mainlined
ad252f834 : [MS74] Expose NetworkTemplate#matches
a47e4001a : [MS74] Expose NetworkTemplate#matches
f8eb71387 : Add low latency and high bandwidth network capabilities
358d58273 : [CLATJ#24] ClatCoordinatorTest: add basic unit tests
d7b63f8f9 : [CLATJ#23] Close the file descriptor manually
c8856596c : [DU09-1]Adding the NetworkStatsCollection Builder
9d749d512 : [DU09-0]Adding the NetworkStatsCollection Builder
7b5a3a20b : [DU09-0]Adding the NetworkStatsCollection Builder
9d11ddfd5 : [CLATJ#22] ClatCoordinator: stop clatd
9625caa8e : [CLATJ#21] ClatCoordinator: start clatd
82a33b8e6 : [MS69.1] Fix TrafficStats.init crashs for supplemental process
3355c400b : [MS69.1] Fix TrafficStats.init crashs for supplemental process
404ff2753 : Add data level CTS test for FastPairDataProviderBase to ensure getter/setter correctness.
c99978570 : Fix robo test crash.
8bc5c5e39 : Add test team members as owners of integration tests.
1636886bf : Add more parameters for initial pairing metadata.
01999979d : Add data level CTS test for FastPairDataProviderBase to ensure getter/setter correctness.
2021fa57e : Call initializeBluetoothAdapter on PHASE_BOOT_COMPLETED
2164499cd : Use IBinder as key of scanTypeScanListenerRecordMap
75bf25b78 : Add scan logic to return nearby device info to show half sheet
e04edee45 : make clatd 0755 instead of 0555
0a007c248 : [MS68.2] Adapt NetworkPolicyManagerService to use registerUsageCallback
f6487fb3c : [MS68.1] Register usage callback from NetworkPolicyManagerService
9d3e71701 : [MS68.1] Register usage callback from NetworkPolicyManagerService
9db383cf1 : Use public resouce in android.R package
c0e50ee02 : Use public resouce in android.R package
18a2105af : [MS67.1] Expose registerUsageCallback with template
b6c77f026 : [MS67.1] Expose registerUsageCallback with template
f8a1d3e5e : [MS67.2] Modify tests for registerUsageCallback
d902158db : Replace literal with symbolic constant.
c28dd1533 : [MS38] Remove android.os.HandlerExecutor dependencies
f58ca3b88 : [MS38] Remove android.os.HandlerExecutor dependencies
8ead22832 : Replace the NetdService usage in the EthernetService.
2730f2ea2 : Replace the NetdService usage in the EthernetService.
0bb493e12 : [MS58] Expose Apis which will be used by data migration utility
059f1403f : [MS58] Expose Apis which will be used by data migration utility
ed76c1b8e : Move Ethernet related files to f/b/packages/ConnectivityT.
e3da3eb78 : Move Ethernet related files to f/b/packages/ConnectivityT.
cc764a13f : Correct typos in libnetworkstats
f426b2b28 : Rename libnetdbpf to libnetworkstats
824b001b7 : Add jarjar rules for service-connectivity-tiramisu-pre-jarjar
f2bb7b1ae : Copy libnetdbpf from system/net to tethering module
790c83e38 : [NETD-TC#14] Add traffic controller JNI to tethering module
320b95dd6 : Fix TEST_MAPPING format
7be6bce52 : [NETD-TC#13] Make TrafficControllerTest as traffic_controller_unit_test
6d95db48d : [MS56.2] Add unit test for NetworkStatsHistory#Builder
84413a92c : [MS65.4] Address comments at aosp/1954383
c0d66230e : [MS56.1] Add NetworkStatsHistory#Builder
8f1767e17 : [MS56.1] Add NetworkStatsHistory#Builder
4489b71b9 : [MS65.3] Address comments at aosp/1954383
f91e175f9 : [MS65.3] Address comments at aosp/1954383
f4a58dcd4 : Add support for Multiple enterprise slice
c71f2d742 : wifi data usage: Update calling API name
103f53789 : wifi data usage: Update calling API name
a30280568 : wifi data usage: Update calling API name
aa1576426 : Add integration test case for Settings.Secure.FAST_PAIR_SCAN_ENABLED.
fb676b58e : [CLATJ#20] ClatdCoordinator: stop bpf for clat
b1d3ccbeb : [CLATJ#19] ClatdCoordinator: configure bpf for clat
8ebdb6f1f : [CLATJ#18] libclat: move clat tc and bpf utilis from netd
99b9ae378 : [CLATJ#17] bpf_connectivity_headers visible to libclat
8efe3482f : [MS61] Remove NetworkManagementSocketTagger#install dependency
8e58c8259 : [MS61] Remove NetworkManagementSocketTagger#install dependency
a9716ffcb : [NETD-TC#11] Make TrafficController as libtraffic_controller into Tethering module.
226f640b7 : Sort dependencies in NearbyUnitTests alphabetically.
a2829096b : Create integration tests for Nearby Mainline module.
6f39e805a : [MS66] Initialize TrafficStats with context
92d5b4cbc : [MS66] Initialize TrafficStats with context
92d80790d : Delete dead codes within TrafficController in mainline module
4d69233e6 : Move TrafficController relevant files from netd to mainline module
debfc4015 : Monitor interface added and update bpf interface map
e1825f178 : Monitor interface added and update bpf interface map
adf119a8e : Add unit test for BpfInterfaceMapUpdate
909741d0c : wifi data usage: Update calling API name
9703eb291 : Replace INetd#trafficSwapActiveStatsMap with ConnectivityManager API
e337d9e99 : Replace INetd#trafficSwapActiveStatsMap with ConnectivityManager API
f243be226 : Replace some netd calls in NetworkManagementService
499117f27 : Ability to specify which all applications fall under enterprise slice.
daf30ef9a : Replace INetd#trafficSwapActiveStatsMap with ConnectivityManager API
02eb422cb : [DU03-1]Remove INetworkStatsService from BatteryStatsImpl
2b7135e79 : [DU03-1]Remove INetworkStatsService from BatteryStatsImpl
0ea3bdc88 : [NETD-TC#10] Create BpfNetMaps class
849b3aadc : move clatd.c bpf program to mainline
28f0ff5dd : wifi data usage: Update calling API name
7b56ae74b : Add data level CTS test for FastPairDataProviderBase to ensure getter/setter correctness.
587d4231f : Move netd.c to Tethering module
b194dfe04 : Add proguard rules for TcUtils
86377eba4 : [MS65.1] Add NetworkIdentity#Builder
838e53377 : [MS65.1] Add NetworkIdentity#Builder
02fc79437 : Add cts test suite in connectivity/cts deps
e9c498863 : [MS65.2] Add unit test of NetworkIdentity#Builder
56f4a9c3d : [MS57.2] Prepare APIs for data migration utility
7372824ec : [MS41.2] Add unit test for query history APIs
050b6529c : [CLATJ#16] Rename JNI/Dependencies function and improve JNI error handling
847b2ce4f : [CLATJ#15] ClatCoordinator: add socket filter to packet socket
2c3acb01c : [CLATJ#14] ClatCoordinator: add anycast to raw socket
d292f45e1 : [CLATJ#13] ClatCoordinator: open raw socket
79d34befb : [CLATJ#12] ClatCoordinator: open packet socket with a given mark
397ca65ab : [CLATJ#11] ClatCoordinator: config tun interface and bring up
7de1c49b7 : [CLATJ#10] ClatCoordinator: detect mtu
46bbee1bf : [CLATJ#9] ClatCoordinator: open tun interface
884c0a122 : [CLATJ#8] ClatCoordinator: select IPv6 address with checksum-neutral IID
e2cf05559 : [CLATJ#7] ClatCoordinator: select IPv4 address for clatd
8ff032b99 : [CLATJ#6] libclat: move configure_packet_socket() from netd to apex
86a56de60 : [CLATJ#5] libclat: move detect_mtu() from netd to apex
2f623f381 : [CLATJ#4] libclat: move selectIpv4Address() and isIpv4AddressFree() from netd to apex
6139d8762 : [CLATJ#3] libclat: move generateIpv6Address() from netd to apex
aaa8bd8b7 : [CLATJ#2] libclat: Add libclat_test to postsubmit
ed7b4602b : [CLATJ#1] libclat: move makeChecksumNeutral() from netd to apex
a8dc50de0 : [MS57.1] Prepare APIs for data migration utility
62febc13a : [MS57.1] Prepare APIs for data migration utility
84316eb4b : [MS45] Expose SystemApis to query summary and history with template
51aee69b4 : [MS45] Expose SystemApis to query summary and history with template
bb459aeab : [MS41.1] Prepare for APIs for querying usage with template
30308aacd : [MS41.1] Prepare for APIs for querying usage with template
878641336 : [DU05]Remove the android.provider.Settings.Global in NetworkStatsService
dcec9ad4c : [DU05]Remove the android.provider.Settings.Global in NetworkStatsService
e1a82896b : Replace runWithScissors with a custom implementation.
6339ef0b4 : Replace runWithScissors with a custom implementation.
24b3c37e0 : Prepare T build rules for backwards compatibility
7212fbee1 : Update the SDK for the tests with intended target in T+
413a8fe2b : Add flow level CTS test for FastPairDataProviderBase.
9ef027c2f : [DU03-2]Remove INetworkStatsService from BatteryStatsImpl
504e9b358 : [MS64] Remove subscriberId and NetworkId in proto
11169e3da : [MS64] Remove subscriberId and NetworkId in proto
2ace102c5 : Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""
182e483ff : Build framework-connectivity-tiramisu library
0b275143f : Split out the nsd API surface and use framework-connectivity-tiramisu
172aa68e5 : Split out the nsd API surface and use framework-connectivity-tiramisu
66f61acfe : Split out the nsd API surface and use framework-connectivity-tiramisu
2ae5921bc : Add unit test for NetworkStats iterator
1cad2ea65 : Have NetworkStats implements iterable
874d4076a : Have NetworkStats implements iterable
ba8efd5c8 : [MS37.1] Expose APIs which is used by NPMS
6fbf3ee9f : [MS37.1] Expose APIs which is used by NPMS
5fd2c7033 : Move LocalSocketTest out of packages/modules/Connectivity.
af7c44cc4 : Add missing DevSdkIgnoreRule rule variable
9164c10b6 : Send exclude local routes value to netd for VPN network
e34730189 : Mark connectivity module tests as such
8bc36966d : Do not verify field count in tests used in CTS
55b39355d : Fix the Preconditions dependency in EthernetNetworkSpecifier.
abdbab01c : Fix the Preconditions dependency in EthernetNetworkSpecifier.
2d34f3e72 : [MS63.1] Remove TrafficStats.TAG_SYSTEM_DOWNLOAD dependency
ab2c35e44 : [MS63.1] Remove TrafficStats.TAG_SYSTEM_DOWNLOAD dependency
7aac4ad2f : Add an OWNERS_core_networking_xts for CTS/GTS/... and use it.
be53da163 : Add java defaults for mainline-presubmit as well.
69e220ccd : [DU04-1]Remove NetworkPolicyManagerInternal from NetworkStatsService
fe576952e : [DU04-1]Remove NetworkPolicyManagerInternal from NetworkStatsService
da0c43e38 : Run bpf_existence_test in mainline-postsubmit.
d3cb2bae4 : [MS30] Remove ServiceManager#getService dependency
3f7bb338b : [MS30] Remove ServiceManager#getService dependency
08b377ed2 : Fix typos in the Nearby Mainline module.
69681d65a : Use new bluetooth API to enable/disable bt tethering after T
3b5180d80 : Add getter for the fields of NetworkStats.Entry
6b9248ea6 : Add getter for the fields of NetworkStats.Entry
4161a0403 : [MS37] Replace NetworkStatsManagerInternal usages in NPMS
6e782c7ad : [MS37] Replace NetworkStatsManagerInternal usages in NPMS
3715b3770 : [MS36] Remove unused getNetwork[Total|Uid]Bytes
fa347d671 : [MS36] Remove unused getNetwork[Total|Uid]Bytes
638f6667e : [MS35] Remove getNetwork[Total|Uid]Bytes dependencies from NPMS
5e3545fc7 : [MS35] Remove getNetwork[Total|Uid]Bytes dependencies from NPMS
4c0b80f6f : Revert "Pivot network statistics to use DataInput/Output."
d7045d6fa : Revert "Pivot network statistics to use DataInput/Output."
86adedf56 : [MS43] Remove EventLogTags depdendency
40fad8193 : [MS43] Remove EventLogTags depdendency
5f631cf00 : [DU04]Remove NetworkPolicyManagerInternal from NetworkStatsService
23aebe33a : [DU04]Remove NetworkPolicyManagerInternal from NetworkStatsService
af5b1c0cf : Fix documentation link
b160c6880 : Refactor Nearby robolectric test.
f9d40ae77 : Set the permission to file clatd and directory for-system
68cfadc52 : Fix some typos in comments
9c8061134 : Add swapActiveStatsMap API for NetworkStatsFactory
00a0bed53 : Add replaceFirewallChain API
98a6f95d0 : Add setFirewallChainEnabled API
e1561fa80 : Add updateFirewallRule API
32999378a : Don't pass non-const refs.
a881ba300 : Move BpfUtils -- integrate TcUtils into Tethering module
872efdc47 : Fix scanner bugs
8db39c457 : Test for the existence of maps as well as programs.
32bd071ec : Minor simplifications in bpf_existence_test.
3b38b1207 : Make MTS verify expected BPF programs based on OS version.
af0aab7b6 : Synchronize the IpClient events
b63e7aebe : Synchronize the IpClient events
06baf4cfa : Ability for DPM to specify fallback mechanism
595dc3b96 : Add PolicyDirection InfDef annotation to IpSecManager
ca9c1df50 : Add PolicyDirection InfDef annotation to IpSecManager
7577deee2 : [MS44.1] Add API to query tagged UID summary
f577b2248 : [MS44.1] Add API to query tagged UID summary
c8b0428da : Use assumeTrue in VpnTest
7fe4f60b7 : Revert "Migrate unsafe parcel APIs in framework-minus-apex"
8a5823db3 : Test mapping imports for ethernet
596d3d84d : Add deviceshadower and robotest for BluetoothClassicPairer.
774221875 : Check iface by TextUtils.equals
e17a9d453 : Check iface by TextUtils.equals
6909e6326 : Add a simple test for ConnectivityService#dump.
7ef0a1754 : [MS44.2] Add unit test for API to query tagged UID summary
9f18b3b5f : Move unit tests down one level into "unit" folder.
c9dedfbe9 : [DU03]Remove INetworkStatsService from BatteryStatsImpl
d686e2dd2 : [DU03]Remove INetworkStatsService from BatteryStatsImpl
bf62258f8 : Bump tethering target sdk version to 31
0f1723777 : Use recording callbacks in NsdManagerTest
5fc13881b : Add provider code
e7aee2736 : Add a method to apply a set of network preferences to a user profile
947b8f0a0 : Implementation of Eth Service updateConfiguration
7f0823c15 : Implementation of Eth Service updateConfiguration
1bce54f28 : Allow test+other networks to have specifiers
6278bfb74 : Add Fast Pair system apis including subsequent pairing.
d62b5e684 : Add aosp get device info api to fastpair manager and test
3af969f37 : Add logic to NearbyService
7d3ceb9da : add prohr to OWNERS_core_networking
711b873ba : [DU03]Remove INetworkStatsService from BatteryStatsImpl
c448b73a2 : Use getter methods to verify the fields of Entry
378e32300 : Add clatd binary to apex
77d7167af : Add NearbyFrameworkInitializer and expose NearbyManager as SystemApi
eaada0791 : Refactor NsdManagerTest
bf6b879b5 : Add excludeLocalRoutes in NativeNetworkConfig
c1a137683 : Import translations. DO NOT MERGE ANYWHERE
887d09692 : Use androidx.test.ext.junit.runners.AndroidJUnit4 instead.
c44e042f0 : [MS42.1] Replace PhoneStateListener with DisplayInfoListener
4537656b2 : [MS42.1] Replace PhoneStateListener with DisplayInfoListener
bb12666ab : Remove redundant static libs in NearbyUnitTests.
d9ba74953 : Revert "Revert^2 "Revert "Add CTS tests for exclude VPN routes A..."
a3c4f8ac6 : Import translations. DO NOT MERGE ANYWHERE
e75b506df : Making NetworkCapabilities @NonNull
72fee20e5 : Making NetworkCapabilities @NonNull
9aa9af6db : Import translations. DO NOT MERGE ANYWHERE
40f53b22a : Import translations. DO NOT MERGE ANYWHERE
01d9abece : Revert^2 "Revert "Add CTS tests for exclude VPN routes APIs""
214714285 : [DU01]Remove INetworkManagementService from NetworkStatsService
14a3baf24 : [DU01]Remove INetworkManagementService from NetworkStatsService
1a9a70085 : [DU01]Remove INetworkManagementService from NetworkStatsService
30eb3cc54 : [MS39.1] Remove the looper from NetworkStatsSubscriptionMonitor
c3dde6605 : [MS39.1] Remove the looper from NetworkStatsSubscriptionMonitor
19332960f : [MS22] Move NetworkManagementSocketTagger into the module
61ebc2fc7 : [MS22] Move NetworkManagementSocketTagger into the module
50a8f0713 : [MS42.2] Adopt TelephonyDisplayInfo in unit test
0e9c51ca5 : [MS39.2] Remove the looper from NetworkStatsSubscriptionMonitor
eaa58de99 : [MS17.2] Fix remaining daily budget assertion
3cb8fe8c6 : [MS17.3] Remove NetworkStatsManagerInternal dependency
738ad911c : Add updateMeteredNetwork{Allow, Deny}List APIs
b4a319bf2 : Add test for setting excludeLocalRoutes
29e71e7a2 : Public Nearby BinderService
cd4c8228b : Include "generate_transaction_name" in the aidl build rules for Connectivity as otherwise method names are not visible in the collected binder latency data.
76b8f8842 : Remove ParcelFileDescriptor hidden API usage from IpSecService
b01254f35 : Remove ParcelFileDescriptor hidden API usage from IpSecService
1ea62cdab : [MS32.1] Remove TetheringManager#ACTION_TETHER_STATE_CHANGED usage
9ecf4b77e : [MS32.1] Remove TetheringManager#ACTION_TETHER_STATE_CHANGED usage
e7c835b3a : [MS09] Expose NetworkTemplate APIs which are needed by NetworkPolicy
6ba0487c9 : [MS09] Expose NetworkTemplate APIs which are needed by NetworkPolicy
5bef63756 : [MS34.1] Replace TelephonyManager#getSubscriberId(subId) with public API
b2f359cc5 : [MS34.1] Replace TelephonyManager#getSubscriberId(subId) with public API
0dbd0c8d2 : [MS40.1] Remove Clock dependencies from NetworkStatsService
42312c48c : [MS40.1] Remove Clock dependencies from NetworkStatsService
fcd891bc9 : Add half sheet apk to nearby
d8118aec3 : Replacing IIpClient with Manager in ethNetFactory
cfa7a08bc : Replacing IIpClient with Manager in ethNetFactory
e23596042 : Code cleanup on EthernetNetworkFactoryTest
18ed8f668 : Code cleanup on EthernetNetworkFactoryTest
284b25cce : Using PermissionUtils for common net permissions
54e3aebb9 : Using PermissionUtils for common net permissions
1daccdcb4 : Changes to make eth service methods more testable
a5f724dfd : Changes to make eth service methods more testable
9c6fd5266 : Eth Service updates to validate net mgmt calls
cc1dac61b : Eth Service updates to validate net mgmt calls
4ab1ffca2 : Update to ConnectivityService to use utils
1a6d19e4b : Revert "Revert "Add CTS tests for exclude VPN routes APIs""
a9b4fa724 : [MS32.2] Remove TetheringManager#ACTION_TETHER_STATE_CHANGED usage
851fb2466 : [MS34.2] Replace TelephonyManager#getSubscriberId(subId) with public API
37880f857 : [MS33.2] Remove NetdService dependency
1d1c2d22c : [MS33.1] Remove NetdService dependency
544e5836c : [MS33.1] Remove NetdService dependency
36faae95b : Caps callback should be called when underlying networks are changed
9426a6f03 : [MS31] Fix several hidden API usages
19921cdd1 : [MS31] Fix several hidden API usages
6acd545fe : Use public resouce in android.R package
bb8e9dae7 : Add tethering IPv4 UDP forwarding test
c728c36ca : wifi data usage: replaced Wi-Fi SSID with a Wi-Fi network key
c70871f60 : wifi data usage: replaced Wi-Fi SSID with a Wi-Fi network key
03bc78203 : wifi data usage: replaced Wi-Fi SSID with a Wi-Fi network key
04a367ebc : [MS28.1] Fix several hidden API dependencies
c7ba513aa : [MS28.1] Fix several hidden API dependencies
67b95e049 : [MS25.1] Remove AppOpsManager.OP_GET_USAGE_STATS dependency
7a6dbd439 : [MS25.1] Remove AppOpsManager.OP_GET_USAGE_STATS dependency
978ef03a6 : [MS23] Remove UserHandle.getUserId dependencies
f81e323a2 : [MS23] Remove UserHandle.getUserId dependencies
4d491bb86 : bpf_connectivity_headers -> bpf_headers -> bpf_syscall_wrappers
4f84ff370 : [MS26.1] Remove Process.NETWORK_STACK_UID dependency
8b4618081 : [MS26.1] Remove Process.NETWORK_STACK_UID dependency
989b2128d : [MS21] Remove DataUnit dependency
1d3ce8588 : [MS21] Remove DataUnit dependency
9051e66b2 : [MS25.2] Remove AppOpsManager.OP_GET_USAGE_STATS dependency
289db92ba : [MS26.2] Remove Process.NETWORK_STACK_UID dependency
6c4fca78b : [MS19.1] Fix several hidden API dependencies
7ad3d346b : [MS19.1] Fix several hidden API dependencies
bb754d6cc : Allow VPN network agent to exclude local traffic
fe925d8e2 : Remove ServiceManager usage from IpSecTransform
80a73fd6c : Remove ServiceManager usage from IpSecTransform
69761b4c1 : Add NetworkProviderTest#testRegisterNetworkOffer back into test
366c1d7c4 : [MS18] Augment data usage by default
40e4fc832 : [MS18] Augment data usage by default
3c9ce1f1e : Remove INetworkManagementService usage from EthernetTracker.
39e7a7799 : Remove INetworkManagementService usage from EthernetTracker.
654c1a61d : [MS16.1] Prepare APIs for replacing getNetwork[Total|Uid]Bytes
4aaf65aa8 : [MS16.1] Prepare APIs for replacing getNetwork[Total|Uid]Bytes
4196937bd : Add enterpriseSpecifier
a36535a2c : Add test for Vpn#prepare()
c01630e96 : Add test for Vpn#prepare()
8fb75e391 : Add bpf jni into connectivity module
ce3bd3a76 : Dexopt service-connectivity.
be91b5831 : eth manager updates for network management APIs
407ea1dfc : eth manager updates for network management APIs
d03aa846f : aidl and Parcelable defintions for eth management
053d37c4f : aidl and Parcelable defintions for eth management
54dcee39e : Stubbed net mgmt API methods in eth service
5fac76d3a : Stubbed net mgmt API methods in eth service
4451b45f7 : [MS15.1] Remove get/setSubscriberIdMatchRule dependencies
e33b61eed : [MS15.1] Remove get/setSubscriberIdMatchRule dependencies
76df50c9d : Dump target sdk version for ConnectivityCoverageTests into 31
07c772cf4 : [MS15.2] Move SUBSCRIBER_ID_MATCH_RULE_* constants to static lib
eb50ef2da : Replace Preconditions.checkNotNull with Objects.requireNonNull
49eef6f7e : Replace Preconditions.checkNotNull with Objects.requireNonNull
624edc324 : Add test for Vpn#prepare()
cd700e486 : Add the fixed test case back into presubmit
1dd8c19bc : Make Nearby Service TAG pulic
04bbc5b9b : Added a new network capability MMTEL
5f66ddac7 : [DU02]Remove DevicePolicyManagerInternal from NetworkStatsAccess
6ebc8ba59 : Revert "Added a new network capability MMTEL"
682bebbf6 : [MS14] Move isPersistable to NetworkPolicy
99d26987f : [MS14] Move isPersistable to NetworkPolicy
2c9441062 : [MS12.1] Support NetworkTemplate builder
83743a72d : [MS12.1] Support NetworkTemplate builder
86c139aed : Dexopt service-connectivity.
6e1cb8001 : Import InterfaceParams class from f/libs/net/common.
3a26d1b8e : Import InterfaceParams class from f/libs/net/common.
8cc97a830 : Replace Preconditions.checkNotNull with Objects.requireNonNull.
31ce0a1dc : Replace Preconditions.checkNotNull with Objects.requireNonNull.
155cb5cce : [DU02]Remove DevicePolicyManagerInternal from NetworkStatsAccess
65a9927de : [DU02]Remove DevicePolicyManagerInternal from NetworkStatsAccess
00a8897e9 : [MS12.2] Add unit test for NetworkTemplate builder
bedcd07cd : Add AbstractDiscoveryProvider and Controller
9ecc66ddb : Dexopt service-connectivity.
5b2f852fc : Improve error reporting in ConnDiags tests
22ea877f8 : DO NOT MERGE: disable connectivity-tiramisu build
46429b7de : [MS10.1] Move multiplySafeByRational to NetworkStatsUtils
da74dda13 : [MS10.1] Move multiplySafeByRational to NetworkStatsUtils
b3e62b8d1 : [MS10.2] Move multiplySafeByRational to NetworkStatsUtils
955c33c26 : Prepare T build rules for backwards compatibility
49ccb6a5c : Build framework-connectivity-tiramisu library
051de2cd4 : [MS05] Fix NetworkTemplate lint errors
7f3d5187a : [MS05] Fix NetworkTemplate lint errors
3bbbffe13 : Revert "Revert "Unhide IpPrefix(InetAddress, int)""
2b3d62f3e : Revert "Revert "Unhide RouteInfo#getType and related fields""
30a2b0304 : Make IpSecManager.DIRECTION_FWD @SystemApi
4989e95a0 : Make IpSecManager.DIRECTION_FWD @SystemApi
f322d4f5e : Added a new network capability MMTEL
57d88f6ca : Add half sheet apk to nearby
a2a6b960a : Remove unused import in IpSecAlgorithm
0464e77c3 : Remove unused import in IpSecAlgorithm
667e8fb17 : Build framework-connectivity-tiramisu library
802ab9760 : Build framework-connectivity-tiramisu library
758ead6dd : Revert "Unhide IpPrefix(InetAddress, int)"
6d1ea2bb1 : Revert "Unhide RouteInfo#getType and related fields"
f4882153e : Revert "Add CTS tests for exclude VPN routes APIs"
f4802fa4c : Genericize NC#hasSameUids
d3d8f41f2 : Move Ethernet related files to f/b/packages/ConnectivityT.
202317df5 : Move Ethernet related files to f/b/packages/ConnectivityT.
88c47a283 : Remove NetdService usage from EthernetTracker.
300abdb2a : Remove NetdService usage from EthernetTracker.
1e020903c : Reuse BluetoothPan object and use it under tethering handler thread
e82600c40 : Migrate unsafe parcel APIs in framework-minus-apex
7ac844f41 : Handle neighbor lost event
e600bef8f : Handle neighbor lost event
e6ab4493c : Remove isUnsafeBuild() from IpSecAlgorithm
390bde6e4 : Remove isUnsafeBuild() from IpSecAlgorithm
f318d5557 : Remove NetdService usage from IpSecService
2617cf51b : Remove NetdService usage from IpSecService
0aab7c039 : Split out the nsd API surface and use framework-connectivity-tiramisu
002406674 : Add Nearby servicemonitor and ProxyFastPairDataProvider.
92b7afc77 : Refactor IpSecServiceConfiguration to Dependencies
9b27b0e6b : Refactor IpSecServiceConfiguration to Dependencies
b24f3da2b : Fix style errors for IpSec associated files
fbae308e6 : Fix style errors for IpSec associated files
8f4e23616 : Move IpSec associated files to f/b/packages/ConnectivityT
9a708a4a1 : Move IpSec associated files to f/b/packages/ConnectivityT
5d16f4163 : DnsException: run only on T+ versions
673eb6ecd : Add CTS tests for exclude VPN routes APIs
287342883 : Mark arg to NC#appliesToUidRange non-null
bdf4f2987 : Remove NetworkCapabilities#combine*
a5a1b8022 : Unhide IpPrefix(InetAddress, int)
62065db8d : Unhide RouteInfo#getType and related fields
5393e070e : Remove Preconditions, Protocol @hide usage
28053d056 : Remove Preconditions, Protocol @hide usage
51ce7c1fa : Register NSD service from ConnectivityFrameworkInitializerTiramisu
e46555d42 : Register NSD service from ConnectivityFrameworkInitializerTiramisu
2c62aabec : [MS03] Remove ServiceNotFoundException hidden API usage
1455b2db2 : [MS03] Remove ServiceNotFoundException hidden API usage
38413790b : Register NSD service from ConnectivityFrameworkInitializerTiramisu
e3095aca4 : Remove reflection usage for disableBLE.
4df5d1fdd : Add CTS for DhcpOption
ca942be00 : CTS DnsResolverTest for DnsException ctor
74cbfd5aa : DnsResolver: Make DnsException ctor public
6ed016793 : DnsResolverTest: Use AndroidJUnit4.class
24138d07e : [MS01] Move NetworkTemplate cloud backup functions to NetworkPolicy
559d14834 : [MS01] Move NetworkTemplate cloud backup functions to NetworkPolicy
4b2fa5914 : [MS07.1] Move NetworkStatsCollection/IdentitySet into frameworks
c8c87d4a0 : [MS07.1] Move NetworkStatsCollection/IdentitySet into frameworks
8074ed308 : [MS08] Move NetworkStats files to f/b/package/ConnectivityT
ad166b43d : [MS08] Move NetworkStats files to f/b/package/ConnectivityT
9792b5b5e : Add makeDependencies method in IpSecService related tests
635e46a2a : Add javadoc to NetworkStats related classes.
954da0d83 : Add javadoc to NetworkStats related classes.
2d87c6152 : Create DhcpOption object and make it a SystemApi
e9710f091 : [MS07.2] Move NetworkStatsCollection/IdentitySet into frameworks
874001496 : Move f/b/packages/Nsd files to f/b/packages/ConnectivityT
e500616ef : Move f/b/packages/Nsd files to f/b/packages/ConnectivityT
49a4bfcfd : Add Injector for DiscoveryProviderManager
40ba93d4c : Add additional IPsec owners
9e38c7013 : DO NOT MERGE Rename libbpf to libbpf_bcc
af9daf023 : Adding test coverage for eth transport overrides
2fc1c08cb : Adding test coverage for eth transport overrides
3d9e9bbb3 : Removing unused int network score from eth factory
68c4a5108 : Removing unused int network score from eth factory
e0a64bb50 : Rename libbpf to libbpf_bcc
db0b20b2e : Remove @hide symbols from NativeDaemonConnector
8823a30b6 : Remove @hide symbols from NativeDaemonConnector
95128a856 : Change return type for RSSI from float to int for consistency
2fd338eb2 : Scanner client side code
a7dd5f1f4 : Move TestableNetworkAgent to Common Util Location
850bd91c3 : Remove NsdSettings from test
3279219a5 : Stop using NSD_ON setting
5568f45b8 : Stop using NSD_ON setting
4cc2a6b25 : Migrate FastPair to memory safe writeCharacteristic and writeDescriptor APIs
c047d9a27 : Replace @hide APIs
b222570f3 : Replace @hide APIs
0209c3666 : Ensure created fd being closed
132ff9ef2 : Remove the legacy int policy from NetworkRanker
5d76f2b6e : Fix an issue where OEM pref tests don't clean up correctly
8d094daba : Flake fix : Wait setting applied before returning from setConfig
9dbe49f95 : Centralize nsd associated files
73a8203a9 : Centralize nsd associated files
13e5a48cb : Support testing upload/download packets
ced49fd76 : Change to use Dependencies in IpSecService Tests
7bbffbd7d : Simplify the permission update conditions
b2d5b054d : Save uid netd network permissions
d622cde7e : [MS06] Add carrier template fields into cloud backup/restore
7d7e1ca87 : [MS06] Add carrier template fields into cloud backup/restore
3bc527656 : Enable strict_updatability_linting in connectivity src
2cdbbc1a3 : Competing network interfaces
4d7813dac : net: fix NPE when reading IP configurations
92304baa2 : net: fix NPE when reading IP configurations
23ff703f7 : better compatibility for unusual Qualcomm/Mediatek cellular ARPHRD_* values
575e81496 : Clear calling identity when notifying alert/limit reached
ee13d6aee : Clear calling identity when notifying alert/limit reached
e46f8703e : Fix normalize doesn't work on carrier template
1acacc8f8 : Fix normalize doesn't work on carrier template
c022b550a : Cache function add basic cache structure
06f04162d : [DO NOT MERGE]Disable connectivity target which build with unstable api
598a75ba8 : Add defaults to enable/disable connectivity/tethering next
2f8e0319d : Remove TODO that was already done
335c0d424 : [NETD-BPF#4] Move bpf_shared.h from netd to module
bb57fa9ee : [NETD-BPF#3] Relocate Tethering/bpf_progs and rename bpf_tethering_headers
f96ecf270 : Remove unused service and test dependencies
c8c36b940 : isEthernet() - ARPHRD_PPP does not require ethernet headers
635f0f7f2 : Fix bugs.
cd4b4ee97 : Update NSD tests without AsyncChannel
79237fad4 : bpf is required so /sys/fs/bpf/map_netd_app_uid_stats_map always exists
ac792aafc : bpf is required so /sys/fs/bpf/map_netd_app_uid_stats_map always exists
a2343dcbc : bpf is required - remove mUseBpfTrafficStats field
26929b1c5 : bpf is required - remove mUseBpfTrafficStats field
6976b5996 : bpf is required - remove checkBpfStatsEnable()
667b94d13 : bpf is required - remove checkBpfStatsEnable()
0b99c46bc : remove qtaguid parsing
b6d8c8c7a : remove qtaguid parsing
a457bf7ea : explicitly specify that offload.o & test.o bpf programs are S+
101f39bb6 : Always use OWNERS from master branch.
2166fd245 : Add more file to make the pairing flow work
b1786788a : Add Preference builder based on GMSCore Log.
bc3f86dfa : Disable CtsNetTestCases if needed
dece0d805 : S- not to crash on NetworkInfo(null) or setDetailedState(null)
e3879abb0 : Use real ProxyTracker in ConnectivityServiceTest
05c291e5a : Fix a possible flake in disconnectFromWiFi
421e07534 : Add more info to the proto
af9ab167b : Add loadFpDeviceMetadata API.
ddbacb748 : Use Intdef to replace Jave enum in ResultCode.
782a56809 : Rename libbpfmapjni and include bpf common util library
66d926343 : Use Intdef to replace Jave enum in PairingProgressListener.
725bb46aa : Remove Java enum uage in Constants.java
daa03defe : Fix NetworkCapabilitiesTest on S
8834250ef : replace R + 1 with S
651689355 : replace R + 1 with S
ba9fa56fc : replace R + 1 with S
7116a0451 : Remove Jave enum usage in GluetoothGattHelper.
f967b1108 : Rename tethering jni and get the jni by its package name
ac03b4a2a : Add Fast Pair decoder
d02f9af91 : Rename tethering util folder and its package name
959d2cb6b : Don't rematch all requests when adding new ones
48e271bdc : Add TetheredInterface{Request, Callback} interface
5156e787f : Include the failing stats in stats failure assertions.
e6498416d : Fix normalize doesn't work on carrier template
c97a35953 : Fix normalize doesn't work on carrier template
b989a18df : Add cache proto
5299a2b30 : Add test case to test normalize
6fc44359e : Add IFF_MULTICAST to test interfaces
f5015d10a : Remove autovalue from Build file.
114a0212f : Remove autovalue from Preferences.
3d30b93d6 : Remove AsyncChannel usage in NsdManager
62eb76e27 : Remove AsyncChannel usage in NsdManager
5a8c806e5 : Separate tethering build target to Tethering and TetheringNext
45dc794fb : Fix TetheringPrivilegedTests crash
1e1cd496f : Fix normalize doesn't work on carrier template
c59e530a8 : Fix normalize doesn't work on carrier template
90f40a23a : Add another level of file group hierachy.
82676469a : Remove autovalue from HeadsetPiece.
6ff4b259f : Polish autovalue removal changes.
f3f6d219d : Remove autovalue from Preferences ExtraLoggingInfo.
c69642406 : Remove autovalue usage from FastPairConnection.
d205f87c6 : Remove autovalue usage from BluetoothGattHelper.
285c96d6d : Remove autovalue from Event.
c42a4d73a : Add fastpair cache manager
dc8f27d15 : Remove Autovalue usage in FastPairHistoryItem.
f63e4597a : Shorten a timeout
819e8625e : Add permission update logs
21f4f70d4 : Replace mDeps with a custom object
5d99aa78f : Move fromStableParcelable to KeepaliveController
3ff1411e1 : Add fastpair manager to nearby to handle fast pair
e8043ca76 : bpfmap: Move to Common Location
adcec9ebb : Move to f/l/n instead of RouteUtils
eb8599c4e : Log received wifiP2p intent into dumpsys for debugging
3f41d37b2 : Remove "mockito-robolectric-prebuilt".
7a600dfc9 : Locator
927a6a7fd : Replace @hide APIs in IpSecService
00e345648 : Replace @hide APIs in IpSecService
9c358cd83 : Use ConnectivityCheckTargetPreparer in CTS
ba551d4db : Improve logs in checkNrisConsistency
9a689f81f : Add RequiresDevice to relevant tests
524f0b1d7 : Apply a workaround, and try to detect a system crash
e146d1b1e : Move eventloop to mainline
2685c929f : Add a test for metered/non-metered mobile network
eaca5b198 : Add a test for NetworkIdentity.getMetered()
0aed3102d : Adapt NET_CAPABILITY_TEMPORARILY_NOT_METERED in NetworkIdentity
35cc18611 : Adapt NET_CAPABILITY_TEMPORARILY_NOT_METERED in NetworkIdentity
cacd5b0d2 : Test if underlying networks are the same as what VpnService sets
d2de904de : Convert VpnTest to JUnit4
a46a392c3 : Use SystemAPi instead of Reflect.
d4e7b00b2 : Add tests for testing if [start|finish]Op is called or not
6359ebd09 : Update callers to use buildTemplateMobileWithRatType with metered
faf2c9e5d : Have buildTemplateMobileWithRatType take metered parameter
559c51f90 : Have buildTemplateMobileWithRatType take metered parameter
88c9babd3 : Respect metered filter in matchesMobile*
7cf5cd304 : Respect metered filter in matchesMobile*
a3578a546 : No-op cleanup
2a0b8468d : Add FastPairDualConnection.java
6761edeba : Add Intdefs.
4d441a9b8 : Wait for network to be validated when setting a valid private DNS
c5b3f3483 : Replace "mts" with "mts-tethering".
732ebcbc7 : Cleanup shims usage in Tethering
df4010927 : Qualify references to WifiNetworkSuggestions
819e19ea2 : Unregister the tethering internal callback in finalize
e7b4a505a : Test TetheringManager could be GC after getting connector
c344c9fb9 : Specify which callback is unexpected in testMobileDataPreferredUids
4b918ab1a : Crash bad callers earlier
6adf5ac19 : Add underlying networks into NetworkAgentInfo if any
5e5432fc1 : bump tethering tc prio to make room for rate limiting
8b2dfa7c0 : Add new APIs in NetworkCapabilities to set and get underlying networks
1110b725a : Fix TetheringManager memory leak
0771c88ba : Have buildTemplateMobileWithRatType take metered parameter
15935eef8 : Have buildTemplateMobileWithRatType take metered parameter
e844dbe99 : Respect metered filter in matchesMobile*
2ed3d6a64 : Respect metered filter in matchesMobile*
43420ca56 : Add BroadcastConstants.
9db6b1584 : Verify network access when both Restricted mode & Battery saver are on.
22166fd3b : Add BluetoothAudioPairer.
0d6e9ff65 : Add HandshakeHandler.
9aac1c679 : Add GattConnectionManager.
731cd138a : Add EventLogger, EventLoggerWrapper.
bbf7cdd09 : Add TimingLogger.
b6f13bbff : Add AccountKeyGenerator, BluetoothClassicPairer, DeviceIntentReceiver, SimpleBroadcastReceiver.
16e91829d : Add Preferences.
44f828a8a : Add Reflect, reflectionException.
f91777688 : Add Constants.
1c3cdce86 : Exclude testGetMultipathPreference on no Wi-Fi devices
11958664d : Add BluetoothGattHelper, BluetoothGattConnection.
b8fc12ef7 : Add Event.java
f02f4c5f4 : Add FastPairConnection.
81614d90b : Remove forceAllNetworkTypes from test
a20140517 : Remove forceAllNetworkTypes from test
fa8dbc5da : Support wifi and ethernet connection for DnsResolverTest.
160f69b46 : Add BluetoothOperationExecutor.
7b073ebc7 : Ensure calling package name and uid are matched
478569b67 : Add BluetoothUuids.java
6d6d45127 : DO NOT MERGE: Disable FrameworksNetTests
025f40bc4 : Add a small usage comment
1afb2e33e : Increase timeouts for loopers
d3e0f2e89 : Add Override anntation for TetheringConnector.setPreferTestNetworks
d7331e929 : Remove "when" usage in ConnectivityServiceTest
57f616430 : Add MessageStreamHmacEncoder.
afc2e1874 : Add AdditionalDataEncoder.
cdd09a54c : Add BluetoothGattServerCallback.
8a3ceb3b2 : Add BluetoothGattServer.java.
ea9e22e10 : Dependency update for StateMachine
35d5ca415 : Dependency update for StateMachine
1ed8affa7 : Enable/disable FrameworksNetTests
57a90f104 : Add TdsException.
e7e02d788 : Add comment for not listening EXTERNAL_APPLICATIONS_UNAVAILABLE
ad7c15ad3 : Add Testability and BluetoothAdapter.
dc71f2480 : Add HmacSha256.java, NamingEncoder.java.
e5d7f91ab : Add ConnectException, CreateBondException.
fe6d0c18b : Add FastPairHistoryItem.
56fb6d4ca : Add BluetoothLeAdvertiser.
8b298a00b : Updating formatting and text for per-app dumpsys
964e82cc8 : Add proto for fast pair enum and nearby event codes.
74128521a : Stop using PerUidCounter#transact
b94c51537 : Use SettingsShim to hide different implementation in shim
f320c2112 : Move runDhcp to TetheringTester
0bd10760a : Rename mTapPacketReader to mDowntreamReader
5e54074e6 : Restore private dns host name after testing
2de41686e : Remove reference when active listener is unregistered
859218c89 : Add test for CM#[add|remove]DefaultNetworkActiveListener
2fbd3e72d : Support set test network to tethering upstream
286608139 : Add HeadsetPiece.java
2e806f742 : Add AesCtrMultipleBlockEncryption.
a4c1b0f5b : Add EllipticCurveDiffieHellmanExchange.
be994246f : Update Permission only if the network is created
2e52ced03 : Add BluetoothGattUtils.
614b27bad : Check NetworkAgentInfo Map Before Destroying Network
34fc7cf30 : Add BluetoothLeScanner, ScanResult and ScanCallback.
0d05151b5 : Small doc improvement
0e20639d9 : Add AesEcbSingleBlockEncryption.java.
e50716a38 : Add BluetoothGatt, BluetoothDevice, BluetoothGattCallback.
43d45e7df : Add BluetoothGattException.
832f948a9 : Add BluetoothTimeoutException.
1237c0332 : Add SignalRotatedException.
734452892 : Add SignalLostException.
73790ec72 : Add FastPairConstants.
284170360 : Add Bytes.java
bbe6025dd : Add BluetoothAddress.java.
b1f373b0e : Add VersionProvider.java.
fd19729bd : Add TimeProvider.
4ff73d91b : Add testability/NonnullProvider.java
ecf34b624 : Add PasskeyConfirmationHandler.java
24724970c : Add PairingProgressListener.java
63c4b322c : Add ToggleBluetoothTask.java
bc34fdbb6 : Add Ltv.java.
f5617644d : Add PairingException.
3ec7e6d9f : Fix NetworkOffer Death link does not exist
0702f98ed : Add a mode for cell radios unable to time share
6a73b714a : Add BluetoothConsts, BluetoothException, ReservedUuids.
e54c8199a : Correct the calling method in removeDefaultNetworkActiveListener
da213c052 : Remove forceAllNetworkTypes from test
dcd181914 : Remove forceAllNetworkTypes from test
22694711c : Stop using NetworkStack#checkNetworkStackPermission*
d6789606d : Stop using NetworkStack#checkNetworkStackPermission*
059bfa614 : Test QosSocketInfo.getNetwork
cbb4d498c : Test a template matches mobile and mobile wildcard
ee03a040e : Ignore testRestrictedNetworkPermission on Q
7220303ec : Add proguard to nearby service target.
df75378ad : Modify Nsd{Service,Manager}Test to conform to its change
7b4a4cbdd : Remove ForceAllNetworkTypes from test
2ec2c9fe1 : Import translations. DO NOT MERGE ANYWHERE
805b641cb : Import translations. DO NOT MERGE ANYWHERE
2e0b45004 : Delete AirplaneModeTest
ae4c414c1 : Wait for validation of WiFi in OEM pref test
ddecb6624 : Include suspended network when getAllNetworkStateSnapshots
5a5866cd0 : NetworkStats: Avoid Division By 0
f5ddb6192 : NetworkStats: Avoid Division By 0
e02bb6052 : Remove NetworkUtils.queryUserAccess in test
941fa7074 : Adjust some behaviors on PermissionMonitorTest
b7dd7a3f4 : Use common code
d0d5c64ba : Add debug logs to CaptivePortalTests
f68905683 : Add logging on UnfinishedStubbingException
1d4ec7902 : Correct uid to app id for netd traffic permission methods
7a29739f2 : Reduce duplicated code
171014dad : Add back tethering to TEST_MAPPING
162b047e7 : NetworkStats: Avoid Division By 0
8b9f10e93 : NetworkStats: Avoid Division By 0
b344870ea : Refactor the offload permission check and add tests
ae7508f9b : Fix IpSecAlgorithmTest on S
134784433 : Remove a forgotten log
6e66a3636 : Tethering/bpf_progs/offload - replace all TC_ACT_OK with TC_ACT_PIPE
2b63a2f92 : Remove unused libbacktrace library.
8fbadf4ac : Give EthernetTetheringTest the restricted networks permission.
d5be95eec : Import translations. DO NOT MERGE ANYWHERE
32954f255 : prevent nullptr dereference when calling unwanted
4cf6809d7 : prevent nullptr dereference when calling unwanted
073b2d93e : Add null check for the taken callback
c57eb8c6a : Add null check for the taken callback
bc8517843 : bpf: don't offload IPv4 packets with TCP port 21 (ftp) and 1723 (pptp)
bb902a5fe : Fix an infinite loop with network offers
0c70ae505 : Stop skipping VPN tests when running ADB over TCP.
d525a64ea : Separate test into reasonable multiple tests
1e49ed0e8 : Bypass cellular battery stats test if telephony is not supported
114a5b2fd : Skip wifi stats test if link layer stats is not supported
bbadec37d : Add a unit test for a bug in registerDefaultNetworkCallback.
5b8e2e993 : Fix NetworkCapabilities MTS on S, CTS on S+module
4da146bd2 : Fix a flake in ConnectivityDiagnostics
2571bf464 : Revert "Set EthernetNetworkSpecifier on each ethernet network for multi-ethernet"
7a4fecc3d : Revert "Set EthernetNetworkSpecifier on each ethernet network for multi-ethernet"
932df5449 : Use SdkLevel util instead of explicitly checking the version
52158b1d4 : Replace inexact alarm setRepeasting with setExact alarm
b2d47200c : Remove unused directories in Connectivity
7b2e5fe68 : Fix ConnectivityDiagnosticsManagerTest for MTS
c07315aa0 : The net cap value should be bit shifted before &ing
73745baa3 : Remove the @Ignore annotation on testAvoidBadWifi
30bebea04 : Use dns resolver v9 in connectivity and set resolverOptions to null.
7a45f107d : Do callback unregistration automatically in tearDown
6c7570ae9 : Mock connectivity resources in integration tests
b2cc61122 : Catch exception of unregisterNetworkCallback
5dc6ca031 : Add overlay options for no internet notifications
1257e9bff : Throw an errno exception when open BPF map failed
5d67667e9 : Do not use mockito to create HttpURLConnection
0015f04ec : Do not apply jarjar rules on intermediate libs
a944e70da : Mock DisplayMetrics in NotificationManagerTest
9473c984b : Fix a crash when changing preferences
9ac0093c6 : Force-reconnect wifi (and cell) after disabling airplane mode
10f9bde23 : Add debug log for tracking NPE of mMobileIfaces
9ec09dce9 : Add debug log for tracking NPE of mMobileIfaces
fe1b6f90d : Fix mMobileIfaces is not protected by lock
67df85ea3 : Fix mMobileIfaces is not protected by lock
c9ebbd1f8 : Merge NetdServiceMonitor into NetdMonitor.
406fb650d : Set EthernetNetworkSpecifier on each ethernet network for multi-ethernet
b94c4e745 : Set EthernetNetworkSpecifier on each ethernet network for multi-ethernet
0ba7e4cc5 : Remove Unused Code From EthernetNetworkFactory
698b59510 : Remove Unused Code From EthernetNetworkFactory
4a60d5336 : Add Tests for EthernetNetworkFactory
e78e8828d : Add Tests for EthernetNetworkFactory
3dfafbb51 : Remove hidden ArrayUtils usage in TetheringTest
dfd850f5f : Add a small comment to a test
ac8c47eef : Add INTERACT_ACROSS_USERS_FULL to test for setCurrentProxyScriptUrl
eb25674b5 : Retry and ignore ConcurrentModificationException
5bcc838f4 : Fix a possible system server crash
f126170e9 : Remove a useless comment
f6f106653 : Add debug log for tracking NPE of mMobileIfaces
73993fbb6 : Add debug log for tracking NPE of mMobileIfaces
1bdf07596 : Fix mMobileIfaces is not protected by lock
3a7f671f4 : Fix mMobileIfaces is not protected by lock
911cf8fec : Add TetheringPrivilegedTests to postsubmit
fa2f7171a : Address aosp/1740740 leftover comments
25094906f : Use appId for looking up allowed on restricted networks uids list
09c0727e9 : Import net-utils-device-common-netlink instead of netlink-client.
b4fd4607d : Keep the native mdns daemon alive for pre-S application
f7277ed3c : Keep the native mdns daemon alive for pre-S application
716683f95 : Keep the native mdns daemon alive for pre-S application
7a1fbd746 : Keep the native mdns daemon alive for pre-S application
58644b1f7 : Remove DISCONNECTING check from handleReportNetworkConnectivity
a3debae1e : Move battery unplug command to the beginning of the test
4d535a4e5 : Bump Tethering apex version code for R
083606292 : Replace throwErrnoException with JNIHelp jniThrowException
971c5fc0f : Change the url in testDownloadWithDownloadManagerDisallowed
199e86dcb : Revert "[CTT-5] Stop update TCP conntrack entry timeout"
254ba6b23 : Revert "[CTT-6] Update TCP conntrack entry timeout while adding rules"
7abf51427 : Revert "[CTT-7] Delete the rules while half-closing tcp state entered"
525b07d28 : Correct log
0433dd20b : Temporarily change uid to appId
6c80c3806 : Specify which callback is unexpected in tests
ac059de6a : Deflake test to ensure system default network as expected
1d6e7d511 : Bump Tethering apex version code for S
13b8b17b1 : Bump Tethering apex version code for R
6d8f2fbf9 : No-op cleanup
48c68886e : Add ConnectivityCoverageTests to presubmit
48291863d : Rename PREFERENCE_PRIORITY_* to PREFERENCE_ORDER_*
5a1f2f710 : Move ConnectivityCoverageTests to mainline-presubmit
538f079d2 : Cleanup the public API getActiveNetworkForUid on AOSP
2df5df1fe : Remove NearbyUnitTests[com.google.android.nearby.apex] from mainline test mapping.
732584bcb : Use TRANSPORT_USB from the SDK
eadb0add6 : Ignore checking TRANSPORT_USB when Android version is older than S
ed8efa75b : Fix jarjar-related failures in coverage tests
4ba3adc4e : Skip BatteryStatsManagerTest on Q
30311abb8 : Wait for next network in waitForAvailable
7dc1b4da7 : Skip bpf offload if upstream interface is VCN
364196782 : Improve NetworkPolicyManagerTest
118b5b578 : [CTT-7] Delete the rules while half-closing tcp state entered
299a81157 : [CTT-6] Update TCP conntrack entry timeout while adding rules
a5c742be6 : [CTT-5] Stop update TCP conntrack entry timeout
d4878b8f0 : Add a NearbyScanRequest for requesting scan.
0755183fa : Jarjar all classes in service-connectivity
da7129d86 : Update network preference priority value for VPN
6519c179b : Fix a flake with mocking.
8d2bbd865 : [CTT-4] Improve conntrack timeout update logging
916ba672b : [CTT-3] Add a string converter for TCP and UDP protocol number
71b85591e : [CTT-2] Clean up unused {function, exception} and improve readability
378bdbc2e : [CTT-1] Rename conntrack related function, variable and constant
61cc1ac9b : Remove hidden ArrayUtils usage in test
30d3ba047 : Prevent NPEs when registering/unregistering ConnDiags CBs.
58cd24586 : Rename shared utils to connectivity-module-utils
ca5530ed1 : Remove catch clause on compat shim
6f77442d7 : Add new network capabilities to support automotive head unit via USB
8f03680fd : Only pass the NRI for removal in NRI#binderDied
aa0743d7c : Remove exclusivity restriction of multiple preferences
0e79d9533 : Use Netd new added/removed uid range methods
c6be26e0e : Ensure wifi reconnects before waiting for metered
2aabf4138 : remove obsolete/no-op NativeQtaguidTest
bbc4ea32b : add test for /system/etc/bpf/{netd,clatd}.o using correct struct sizes
00407b0c1 : Add retries for WifiManager#connect
e687d5844 : Fix flake in testMobileDataAlwaysOn
1f210f792 : Fix flake in testConnectivityDiagnosticsCallbackOnConnectivityReported
3676ffb9a : Use WifiManager.connect to reconnect wifi
b28740ec8 : Load ncm regexs config to tetherableUsbRegexs if isUsingNcm=true
b41a00e77 : Enable and disable usb IpServer according to ACTION_USB_STATE
aeb54b3cf : Fix testSocketKeepaliveLimitTelephony on R
bee1c6d9c : Replace FIRST_SDK_INT to DEVICE_INITIAL_SDK_INT in Connectivity
7c7697890 : Rename FIRST_SDK_INT to DEVICE_INITIAL_SDK_INT
c6c8f46cc : Rename FIRST_SDK_INT to DEVICE_INITIAL_SDK_INT
9f9723711 : Add support for app data accounting for in-kernel dataplanes
8002fe63f : Add support for app data accounting for in-kernel dataplanes
8a4ce40ac : Listen EXTERNAL_APPLICATIONS_AVAILABLE intent
92f128c51 : Force only system uid can set uids allowed on restricted networks
c29af79e2 : ipv4 tethering offload - decrement ttl during forwarding
bd079455f : Allow non-VPNs to have underlying networks.
1117e853f : Add tests for in-kernel VPN/VCN dataplane
a1b3f57eb : Move BitUtils, RingBuffer test to coretests
788a98192 : Add support for app data accounting for in-kernel dataplanes
f5eca660c : Add support for app data accounting for in-kernel dataplanes
b2e919f9d : Remove workarounds to use core platform API
69ec69341 : Update ConnDiags CTS test to expect validation result SKIPPED.
f1120be78 : Report result SKIPPED in ConnDiags if the network is not validated.
f9d8719d6 : Fix CtsNetTestCases in instant mode
f90750e26 : Skip tests on unsupported devices.
3a8198c3b : Make notification icons and autocancel overlayable
3004f0d8d : Dump the protocol of IPv4 offload rule
40d931c47 : Simplify the return condition in stop()
605e77055 : Change to REQUEST from LISTEN for mobile data preferred uids feature
1cc3f1741 : Fix network callback with the same PendingIntent does not release
f9a3c6a33 : Enable nearby to perform its own hidden API processing
f1e09ef03 : Trigger the network score update after setting test allow bad wifi
8ea5ee6d3 : Apply jarjar rules on coverage tests
154cf1da2 : Re-skip connectivity unit tests before S
57c038013 : Add option to make sign-in notification ongoing
f9a0c868c : Enable tethering to perform its own hidden API processing
c3815ee35 : Remove dependency on stable.core.platform.api.stubs
e5396add5 : Move apex files to the root directory.
e7dff2f95 : Dump the unused IPv4 BPF rule age correctly
284b3c028 : Revert "Skip connectivity unit tests before S"
4f0546ccb : Fix testGetAllNetworkStateSnapshots for non-cellular
dc3a7a39d : Consider NetworkOffer is unneeded if it cannot satisfy the request
507d09437 : Move ConnectivityCoverageTests to general-tests
5fe3926a1 : Print the result of command when test is failed
582770ce6 : Fix flakes in tests running after testIsPrivateDnsBroken
ced68f599 : Make "dumpsys tethering" print the number of registered callbacks.
34f7857b0 : Fix and test usb function configuration change
0d54d7992 : Fix ConnectivityManagerTest initialization on Q
8b2a47c86 : Move test_mainline_modules to AndroidTest.xml
9207702d6 : Fix OffloadControllerTest on R
1e238a87e : Fix null PendingIntent in network listens
144b6c742 : Check null NetworkSpecifier before redacting
05dd1ba54 : Skip connectivity unit tests before S
8f9705126 : Remove wigig support from S tethering
b8c396b3b : Add some CTS tests for NetworkScore.
e349356eb : Add a first CTS for NetworkScore
20a159633 : Add CTS for NetworkScore.setTransportPrimary
da52dab26 : [SP34] Adapt onSetWarningAndLimit
37a7e620b : [SP33] Adapt ITetheringOffloadCallback V1.1
991433d8c : [SP35] Pass data warning to tethering offload
20c7cad59 : Address comments on ag/14486203
2e0f0da0b : Improve TestConnectivityManager readability
11e5cf0b0 : Update TetheringTests for new connectivity shims
6b2f09272 : Make yield-to-bad-wifi behavior backward compatible with R
92c29c56d : Add more unit tests for ConnectivityManager S APIs
f52a30b60 : Add CTS for BatteryStatsManager new API
ac4f1912c : Fix the comments from aosp/1717479.
92860f9ea : Fix the comments from aosp/1717479.
8b23feb10 : Add ConnectivityCoverageTests to postsubmit
d89299388 : Reapply "Update connectivity TEST_MAPPING"
d26628517 : Add test for CSM#[get|set]UidsAllowedOnRestrictedNetworks
c27ec7c4a : Refresh conntrack entry timeout
a6e786964 : Clear IPv4 offload rules when tethering stopped
481040b43 : Add test for CM#setAvoidUnvalidated
bf44f6200 : Add basic tests for InvalidPacketException
6214f82c0 : Added tests for QosCallback
9b55c5963 : Revert "Mark bootclasspath_fragment to not generate classpath config."
279a8ee8f : Ignore some ConnectivityManagerTest CTS tests that can't be run in the instant app mode
489275e84 : Add tests for duplicate PendingIntent requests
6eac9fb78 : Provide a way to override the avoid bad wifi configuration
236a992cd : Add ConnectivitySettingsManagerTest
abdbc2619 : Mark bootclasspath_fragment to not generate classpath config.
ee32d885c : Stop using LinkPropertiesParcelableUtil.
007d976b7 : Stop using LinkPropertiesParcelableUtil.
b781a94cc : Add CTS for systemReady() & getIpSecNetIdRange()
c680ae2b5 : Stop using LinkPropertiesParcelableUtil.
75f629ace : Stop using LinkPropertiesParcelableUtil.
7e23f1815 : Move ConnectivityDiagnosticsManagerTest to common
ef88fadc2 : Remove usage of internal APIs from InetAddress and ServerSocket
8962128a0 : Call ConnectivitySettingsUtils to set/get private DNS related settings
8c96badb5 : Add test for CSM#[get|set]MobileDataPreferredUids
23974b4da : Remove TEST_MAPPING duplicate imports
05b013c83 : Fix the comments from aosp/1719018
e4d1cd970 : Initialize TetheringManager lazily
0639afa9c : Add CTS for isUidNetworkingBlocked & isUidRestrictedOnMeteredNetworks
76e2e1c70 : Add enable and disable ip serving common functions
cab01b7eb : Allow to use ncm function for usb tethering
76aa81deb : Test updating underlying network of IpSecTunnelInterface
56bc7d4dd : Use assertEquals instead of assertTrue to compare the vpn type
1e5d74259 : Use appId instead of uid
4dad9710e : Updating timeout for Per-App CTS
901eeb201 : Add test for CM#setAcceptUnvalidated
589105d38 : Add test for CM#setAcceptPartialConnectivity
fe20e1317 : Add connectivity coverage tests
0ae7e5bdc : Allow mocking permission in TetheringServiceTest
c9c745f2f : Make tests compatible with mockito-extended
18a979fa4 : Remove ConnectivityServiceTest signature perms use
db143f99c : CTS tests for setOemNetworkPreference
8569168ed : Correctly dump IPv4 downstream flows.
f20360649 : Add CTS for registerNetworkOffer
3d35a9736 : Don't run testGetAllNetworkStateSnapshots in instant app mode
a0592d3e0 : Add unit test when querying TYPE_WIFI + null/empty/non-null subscriberId
70f43ee58 : Improve dumping IPv4 map entries.
704b8013f : Dump underlying BPF traffic stats as well as higher-level stats.
63e3dedfe : Fix expectCallback does not fail when no callback received
eb5451dd3 : Add CTS for registerBestMatchingNetworkCallback
32634e9da : No-op refactoring of NetworkAgentTest
6e1e9ef22 : Fix: query TYPE_WIFI usage with empty string
fee2cf470 : Fix: query TYPE_WIFI usage with empty string
af3c2e238 : Import translations. DO NOT MERGE ANYWHERE
a12ffacf6 : Add tethering bootclasspath fragment to its sdk
e99137226 : Add DEFAULT_NETWORK_PRIORITY constants
01f52e7cc : Add more unit tests for mobile data preferred uids feature
b397b5645 : Fix KeepalivePacketDataUtilTest crash on eng build
e022ea5d8 : Make NsdService only start the native daemon when needed and automatically clean it up.
0529858b9 : Make NsdService only start the native daemon when needed and automatically clean it up.
f3d8c6f70 : Avoid waiting unnecessarily if there is no data to return.
8afa20e5d : Ignore testFactoryReset in instant app mode
e0e656c9b : Test Entitlement when telephony is present
a42e8215d : Cleanup commit to remove @SkipPresubmit and fix nits
1f423e06e : Verify kernel implementation of AES-CMAC
df2462085 : Verify kernel implementation of AES-XCBC
0c6027964 : Verify kernel implementation of AES-CTR
80be81b30 : Verify kernel implementation of ChaCha20Poly1305
00db30f3a : Support algorithm configurability in PacketUtils EspHeader
29487b12d : Set up and tear down test network in TestNetworkRunnable
62350e36c : Stop using LinkPropertiesParcelableUtil.
0e077cb1d : Stop using LinkPropertiesParcelableUtil.
75b109586 : Add CTS for setProfileNetworkPreference
816cc626c : Add a test to check if the VPN type is set or not
c873a96dc : Fix: query TYPE_WIFI usage with empty string
402b9a83e : Fix: query TYPE_WIFI usage with empty string
a8bdefc8a : Import translations. DO NOT MERGE ANYWHERE
892a0ef15 : Revert "Use mockito-extended in FrameworksNetTests"
e39741db1 : Add test for ConnectivityService API isPrivateDnsBroken
3cd164225 : Revert "Remove ConnectivityServiceTest signature perms use"
499219702 : Revert "Use shell permission to query current user"
cdfeb1171 : Partial revert of "Remove ConnectivityServiceTest signature perms use"
fa270db5f : Update CS so that per-app OEM APIs can be tested
23f5d805e : import copy of bpf_net_helpers.h from system/netd/bpf_progs
dd346918b : Keep subIds for Test NetworkCapabilities.
7a5fbc2b6 : Fully setup test TUN iface on create.
d63cca284 : CTS test for PacProxyManager
95bc8d706 : Use shell permission to query current user
f900c45af : Deprecate MANAGE_ACTIVITY_STACKS permission
561547a53 : Add CTS test for NetworkAgent/NetworkAgentConfig API
c2303139e : Improve handling of invalid private DNS settings
cfefdea40 : Add CTS for getAllNetworkStateSnapshots
eaaacb0d4 : Check NETWORK_SETTINGS permission for getAllNetworkStateSnapshots
ed4ef7bb9 : Add CTS for NetworkAgentConfig#setSubscriberId
d4629886d : Remove unsafe_ignore_missing_latest_api flag.
679a8e0a7 : Move connectivity test defaults to tests/common
3912c80e9 : Add framework-connectivity-test-defaults
908b002ed : Fix restorePrivateDnsSetting with null hostnames
bba8ec0d4 : Remove ConnectivityServiceTest signature perms use
98b76cc2e : Use mockito-extended in FrameworksNetTests
21021efbe : Suppress IpServer message logs
dc5903ae5 : Remove *Locked wording
b4bf015b5 : Don't send onLinkPropertiesChanged after onLost for 464xlat.
284ca22f0 : Improve test coverage for disconnecting networks with clat.
f20103940 : Reference framework-connectivity stubs explicitly
e70cd8460 : Merge framework-connectivity impl and stub targets
da43ef0b6 : Add min_sdk_version to connectivity targets
ccd2a6aeb : Revert "Add min_sdk_version to connectivity targets"
74438ecd5 : Fix the comments from aosp/1717479.
9fd7f864f : Fix the comments from aosp/1717479.
17df73a1b : Make NsdService only start the native daemon when needed and automatically clean it up.
9b56f2e0e : Make NsdService only start the native daemon when needed and automatically clean it up.
0b900c91f : Add min_sdk_version to connectivity targets
8f16b3977 : Add lint baseline to address NewApi errors
f4c48a4d5 : Enable policy ranking
8c32adf14 : Adjust a test for policy scoring
a95eef727 : Add CTS to verify NetworkAgent#setLingerDuration
550b5214d : Allow network providers to set the linger duration.
36c02987c : Fix nascent timer never get removed
c81d4c3c7 : [NS13] Remove the last usage of the legacy int
d89e56da6 : Add documentation
5e8f8431d : Use filter from CollectionUtils.
9f6d447a4 : Fix a bug where updates of offers won't find existing offers
29cb06a3e : [NS12] Address comments on NS09
142f0fe4d : [NS11] Fix yieldToBadWifi over the policy scoring
0422927cd : Add doc for NetworkScore#getLegacyInt
536a5bac2 : Expose sendNetworkScore that takes a NetworkScore
0891de631 : Add CTS for AES-CMAC
5e692b6ca : Add tests for new IPsec algorithms in IpSecManagerTest
0fd78de2c : Add CTS test for API setLegacyExtraInfo
18d636a05 : Modify NsdServiceTest to conform to its new mechanism
53e8a267a : Send a proxy broadcast when apps moved from/to a VPN
94ca04b25 : [NS10] Fix a bug where registerIgnoringScore is broken
e4aeac6d7 : [NS09] Implement the new ranking code
e3d248179 : [NS08] Expose public NetworkScore API
f3ff36221 : [NS07] Add the rest of the scoring policy
947acd427 : [NS06] Implement the don't-reap mechanism
5c3bb5b1c : Updating tests to honor per-app TRACK_DEFAULT
0354d8c7e : [NS05] Feed network offer callbacks
0ad52839e : Revert "Add min_sdk_version to connectivity targets"
442804456 : Move UIDS_ALLOWED_ON_RESTRICTED_NETWORKS setting
eb4384820 : Address leftover comments
b6b6a4335 : Correctly get uids for per-app network preferences
51f77dcc4 : Implement mobile data preferred uids feature
679264f38 : Skip CaptivePortalTest for wearables
4ebc6f8c8 : Add unsafe_ignore_missing_latest_api to Nearby.
a88fd9529 : [NS04.8] Address comments from NS04 and NS04.5
dd35f2dab : [NS04.7] Reinstate a necessary change
30689b8fd : [NS04.5] Have NetworkOffer embark a provider ID
6b7561d51 : Set up framework and service for Nearby module.
2463cea71 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Nearby
50d8cd23d : Add CTS test for NetworkRequest.getCapabilities API
6f0164eb6 : Create skeleton for nearby apex.
4a15b5b77 : Add upload check hook and propose code structure.
5ba392503 : Remove ConnectivityService hidden annotations
35a6e5507 : carrier data usage: Use carrier template as default policy
22d53be4f : carrier data usage: Use carrier template as default policy
326f7bb02 : Add min_sdk_version to connectivity targets
4ee6c5071 : Build service-connectivity with system_server API
829bfbe77 : Add OsCompat
8ae54f7a3 : Remove NetdService, NetworkStackClient dependency
06830749c : Remove ConnectivityService hidden annotations
8f72bd640 : Remove hidden Icon.createWithResource API usage
4be92df27 : Build connectivity JNI against libc++_static
8d1a96d9e : Remove dependency on libnetd_client
a5e1148a4 : Add NDK API for getprocnetwork
6391e22fa : Add test for ConnectivityManager.factoryReset
4f5c4c432 : Correct the logic for CtsTetheringUtils.isWifiTetheringSupported
3a23d2e2a : Test tethered callback with TetheringInterface
35ad54b25 : Add the tethering type to TetheringEventCallback methods
b22e9ad95 : Revert "Add owners block for migration"
91e780693 : Update allowed on restricted networks getter/setter
db3b06959 : Include sdk versioning proto in tethering apex
89bd526eb : Add owners block for migration
df6712af6 : Initial empty repository
1cb94175e : Use updated NetworkEventDispatcher API
3f69f1c41 : Add required permission to Tethering
1c5ecec86 : Gracefully handle integer overflows.
13f004e2f : Gracefully handle integer overflows.
7474f6745 : Require location permission for ConnDiags WiFi only.
fe65d69fd : Import translations. DO NOT MERGE ANYWHERE
ca550c329 : Import translations. DO NOT MERGE ANYWHERE
b243be34f : Set the SDK version to 29 for networking native tests included in MTS
86f56a135 : Fix memory access violation in NetworkStack
86783c371 : Improve IKEv2/IPsec VPN by proposing more IPsec algorithms
f3cf55f79 : Improve IKEv2/IPsec VPN by proposing more IPsec algorithms
e323eca2c : Improve IKEv2/IPsec VPN by proposing more IPsec algorithms
1f79fbec5 : Add OWNERS block for migration
0e8ea277c : Add OWNERS block for migration
60c5ca5dd : Add OWNERS block for migration
89f2670b6 : Disable tryCell when UpstreamMonitor stop
b162e0e0a : Add test for NetworkCapabilities.Builder.withoutDefaultCapabilities
92346fdf3 : Add test for NetworkCapabilities.Builder.withoutDefaultCapabilities
8710fbcec : Add test for NetworkCapabilities.Builder.withoutDefaultCapabilities
4ccd2e2d8 : Improve documentation of IpSecTunnelInterface#setUnderlyingNetwork
683c9918c : Improve documentation of IpSecTunnelInterface#setUnderlyingNetwork
41e74f433 : carrier data usage: Use carrier template as default policy
5c437e94e : carrier data usage: Use carrier template as default policy
fe28d9b0a : Use CS identity to update setting while performing factory reset
bc6671239 : Use CS identity to update setting while performing factory reset
dcc6b6418 : Use CS identity to update setting while performing factory reset
d954bfcd3 : Update connectivity TEST_MAPPING
1cc81ac92 : Move IoUtils#deleteContents from CorePlatformApi set to framework
eb3fe4741 : Move IoUtils#deleteContents from CorePlatformApi set to framework
9eac60533 : Fix tethering unit test fail in R
7ba566dbf : Fix TetheringTest crash on eng build
067a1d244 : Add metered filter for API: buildTemplateCarrier
43e738951 : Add metered filter for API: buildTemplateCarrier
ee39c8dee : Support to query TYPE_WIFI usage with subscriberId
9156aa122 : Support to query TYPE_WIFI usage with subscriberId
160ef3936 : Check location permission for ConnDiags last.
8533f883c : Check location permission for ConnDiags last.
5b2d7caa7 : Check location permission for ConnDiags last.
05fbb4593 : Dump only NORMAL priority information if no priority assigned
c13a0a066 : Dump only NORMAL priority information if no priority assigned
987b73fbe : Dump only NORMAL priority information if no priority assigned
59177af31 : [VCN21] Do not add NOT_VCN_MANAGED capability if specifier is present
9ef2350d5 : [VCN21] Do not add NOT_VCN_MANAGED capability if specifier is present
5fbdba629 : [VCN21] Do not add NOT_VCN_MANAGED capability if specifier is present
5f8c0b0b6 : [FUI27] Fix internal naming of notifyNetworkStatus
d8d50e6c8 : [FUI27] Fix internal naming of notifyNetworkStatus
85b4bec5b : Register APPS_ALLOWED_ON_RESTRICTED_NETWORKS setting observer
f11da7e20 : Register APPS_ALLOWED_ON_RESTRICTED_NETWORKS setting observer
0d9553a5c : Register APPS_ALLOWED_ON_RESTRICTED_NETWORKS setting observer
4f18561e9 : Read APPS_ALLOWED_ON_RESTRICTED_NETWORKS setting from PermissionMonitor
a7b9535fd : Read APPS_ALLOWED_ON_RESTRICTED_NETWORKS setting from PermissionMonitor
5d847b19c : Read APPS_ALLOWED_ON_RESTRICTED_NETWORKS setting from PermissionMonitor
c22e8b841 : Support to query TYPE_WIFI usage with subscriberId
614551c3b : Support to query TYPE_WIFI usage with subscriberId
645be7b58 : Support to query TYPE_WIFI usage with subscriberId
dfc723774 : Support to query TYPE_WIFI usage with subscriberId
9528b8b45 : Support to query TYPE_WIFI usage with subscriberId
b679f0039 : [FUI27] Fix internal naming of notifyNetworkStatus
4e56bc1c9 : [FUI27] Fix internal naming of notifyNetworkStatus
69114dacb : [FUI29] Migrate ConnectivityService to use getAllNetworkStateSnapshots
5744432f2 : [FUI29] Migrate ConnectivityService to use getAllNetworkStateSnapshots
565a3085c : [FUI29] Migrate ConnectivityService to use getAllNetworkStateSnapshots
1df306006 : [FUI27] Fix internal naming of notifyNetworkStatus
07f3432fa : [FUI27] Fix internal naming of notifyNetworkStatus
5eb5fbfce : [FUI27] Fix internal naming of notifyNetworkStatus
ca8079ec6 : Replace clearAll with withoutDefaultCapabilities in NC#Builder
bbd8b43c9 : Replace clearAll with withoutDefaultCapabilities in NC#Builder
16ceae495 : Replace clearAll with withoutDefaultCapabilities
cf6e5210b : Replace clearAll with withoutDefaultCapabilities
326727417 : Replace clearAll with withoutDefaultCapabilities
369be8726 : [FUI26] Address comments on aosp/1560408
0d7706a10 : Address [set|get]RestrictedAllowedApps API review feedback
75c6d334c : Reference unreachable netId from INetd
c01a9cf39 : Replace clearAll with withoutDefaultCapabilities in NC#Builder
6d8141caa : Replace clearAll with withoutDefaultCapabilities in NC#Builder
fb5fbaba3 : Rename *Iface* APIs to *Interface*
a266a9855 : Rename *Iface* APIs to *Interface*
3c4e66992 : Rename *Iface* APIs to *Interface*
79ac43db9 : Add metered filter for API: buildTemplateCarrier
575b5569f : Add metered filter for API: buildTemplateCarrier
249507940 : Add metered filter for API: buildTemplateCarrier
c9e6c5606 : Add metered filter for API: buildTemplateCarrier
70d9ccdc9 : Add metered filter for API: buildTemplateCarrier
648fa1675 : Move NetIdManager, ProfileNetworkPreferences
4febb21cb : Move connectivity sources to packages/Connectivity
d973820fc : [DO NOT MERGE] Revert "Reference unreachable netId from INetd"
b533550b0 : QOS filter matching support based on remote address and port number for connected sockets
0aa7a4747 : Move config_apf* resources to NetworkStack
b11ba415f : Move config_apf* resources to NetworkStack
e9836cc43 : Move config_apf* resources to NetworkStack
6b219a4f9 : Move to renamed NDK symbol AFileDescriptor_getFd
73e39bacc : Move to renamed NDK symbol AFileDescriptor_getFd
c8e4fbc6d : Move to renamed NDK symbol AFileDescriptor_getFd
bac20e3a2 : Move IoUtils#deleteContents from CorePlatformApi set to framework
0312c4593 : Move IoUtils#deleteContents from CorePlatformApi set to framework
09b5e4a00 : Move IoUtils#deleteContents from CorePlatformApi set to framework
cdd68bcc3 : [NS04] Introduce Network Offers and their callbacks
6424cf294 : Do not automatically redact TransportInfo objects.
1562bd1c1 : Update mobile data preference getter/setter
5ed250d90 : Move net unit tests to packages/Connectivity
84b4e1bbb : Add RESTRICTED_ALLOWED_APPS setting
9c4436ec2 : Reference unreachable netId from INetd
5ba2950bf : Add bootclasspath_fragment.
5b1f25a3c : Add testVpnTypesEqual to verify consistency
755a4e771 : Better log in createNativeNetwork
5accf986e : Use jniThrowErrnoException from JNIHelp
d7ab21a37 : Move NetworkUtils JNI out of core/jni
0c00f4037 : Build framework-connectivity using module_current
1291166c3 : Rename unwanted capabilities to forbidden capabilities.
6df7a90c1 : Switch from networkCreate[Physical/Vpn] to networkCreate
0fb0c4786 : Allow any transport with TEST if the network is restricted
0c8ff5c72 : Add clarifying comments on for IPsec forward policies
47b528cfe : Add clarifying comments on for IPsec forward policies
4beb4bc0e : Remove sendNetworkConditionsBroadcast
3f1b6f2aa : Add return type javadoc to NetworkStateSnapshot#getLegacyType
ba8093a22 : Add return type javadoc to NetworkStateSnapshot#getLegacyType
1684f790d : Add internal support for IPsec forward policies
908d34edc : Add internal support for IPsec forward policies
7f70885e5 : Add internal support for IPsec forward policies
0492286d6 : Print human-readable OEM managed states
fb5b7f9c3 : Print human-readable OEM managed states
126eca96f : Add transport type in capabilities filter of EthernetNetworkFacotry
fe134fbd9 : Add transport type in capabilities filter of EthernetNetworkFacotry
b1ff1b213 : Update PrivateDnsMode from StringDef to IntDef
cbe2b2686 : Add missed break
53a8bccf9 : Add doc to getNetworkCapabilities
25bdef25c : Import translations. DO NOT MERGE ANYWHERE
f784181b6 : Import translations. DO NOT MERGE ANYWHERE
177dc86ad : [SP32] Try to get 1.1 OffloadControl hardware if available
4ddc7c782 : Rename *Iface* APIs to *Interface*
c6e149a97 : Rename *Iface* APIs to *Interface*
b12a770a6 : Add MATCH_ANY_USER flag to PackageInfo queries
e94d9bf54 : Enforce ACCESS_NETWORK_STATE to getAvailableInterfaces()
3056b7418 : Enforce ACCESS_NETWORK_STATE to getAvailableInterfaces()
a117e2856 : Changing per-app default request to TRACK_DEFAULT
6ec9b8dae : Address API review feedback
97fad7212 : Use connectivity resources in service-connectivity
2b24a738e : Add getters to UnderlyingNetworkInfo
433fb498b : Add getters to UnderlyingNetworkInfo
9503dec57 : Add getters to UnderlyingNetworkInfo
cf20f0a4c : Add QUERY_ALL_PACKAGES to net integration tests
484e85736 : Add getters to NetworkStateSnapshot
955a1a50d : Add getters to NetworkStateSnapshot
b8f56644f : Add getters to NetworkStateSnapshot
ee78b1fbb : Rename getAllNetworkStateSnapshot which should be pluralized
ed1aa13e5 : Add AOSP certificates for connectivity resources
32631f5a6 : [SP31] Expose onSetWarningAndLimit System API
8c6fdf886 : [SP31] Expose onSetWarningAndLimit System API
7d627db66 : [SP29] Send interface warning bytes to NetworkStatsProvider
bfce074c4 : [SP29] Send interface warning bytes to NetworkStatsProvider
57d1c1bf5 : [SP28] Add API for set data warning
7ead7c510 : [SP28] Add API for set data warning
561a7467c : Do not deduce VCN capability if Builder is derived from request
f0ffc77d8 : Hide NetworkPolicyManager.blockedReasonsToString API.
311b69034 : Add the related extra information in the javadoc
9ea496b0a : Security fix: enforce read privilege permission to check package privileges in TelephonyManager
6468b0d17 : Security fix: enforce read privilege permission to check package privileges in TelephonyManager
80a4d561a : Add getters to NetworkStateSnapshot
444fcb9d5 : Add getters to NetworkStateSnapshot
96c7913d9 : Update TEST_MAPPING imports for connectivity
ddca74843 : Roll forward: add a test for ParseException
9f81edadc : Revert "Add a test for ParseException"
6788c0dea : Change Connectivity resources SDK version to 30
69c1f216b : Add getters to UnderlyingNetworkInfo
8a74c1ff1 : Add getters to UnderlyingNetworkInfo
20a4a8b2a : Correctly count nri uid request counts
61f84a67d : Refactoring and mocking to make sure unit test doesn't call the real service
2217becf8 : [VCN19] Rename get/setSubIds to get/setSubscriptionIds
f9707258e : wifi data usage: support to get carrier merged wifi network.
b2cd0b9e5 : wifi data usage: support to get carrier merged wifi network.
c0678225d : wifi data usage: support to get carrier merged wifi network.
ef93a5cc4 : Add test for setHttpProxyConfiguration
a101f85b1 : Update the permission check for dump
944d87d17 : Add a test for ConnectivityFrameworkInitializer
05738ae9d : [VCN20] Change requestBackgroundNetwork argument order
c65e7fa17 : Handle null pointer cases in ConnectivityService
f9093389f : Unify the verification for unregister a NetworkAgent
34a294fc7 : Don't expose raw IBinder APIs.
52a55928a : Remove hidden method link in public addRoute API
1c8ddf038 : Add test for [set|is]BypassableVpn
9bab179f2 : Add a test for ParseException
8cc30c0ad : Remove hidden connectivity methods usage in ethernet test
58e0c49c2 : Remove hidden connectivity methods usage in ethernet test
1295ddf15 : Add @RedactionType annotations to VpnTransportInfo.
fba3c6030 : Add SDK version check to skip S added API test
ef8132e88 : Rename APIs in NetworkAgentConfig.Builder
71824f0d3 : Remove TcpRepairWindow from module-lib API
a2e1fe849 : Add debug logging to requestRouteToHostAddress.
ae6367012 : Resolve hidden connectivity methods dependency
1e384f29b : Resolve hidden connectivity methods dependency
4e878ad3f : Rename FIRST_SDK_INT to DEVICE_INITIAL_SDK_INT
f7633ac09 : Rename FIRST_SDK_INT to DEVICE_INITIAL_SDK_INT
cb1e036fe : Adding log history for setOemNetworkPreference()
612cc034a : Make getUid a method on UserHandle itself instead of static
16d68bae6 : Use String in CaptivePortalData underlying types
d2d60c6aa : Improve documentation on simulateDataStall
d8d625c5d : Add RequiresPermission to TestNetworkManager
e236fe9e8 : Set ParseException constructors as public
5b5b78264 : Add documentation on EthernetNetworkSpecifier API
212d6930c : Add documentation on EthernetNetworkSpecifier API
c86653cf5 : Replace fields with getters in keepalive API
10c379a8f : Replace IS_DEBUGGABLE with isDebuggable module API
e3fe4d018 : Move ACTION_CLEAR_DNS_CACHE to ConnectivityManager
e8b3f9ced : Expose constants of ConnectivityManager
cbf4cd048 : Remove Network, NetworkRequest metrics from jobscheduler
9024d7849 : Assign the bit calculation as long to prevent overflow
e12202665 : ConnectivityManager: Address review comments from aosp/1595396
c6cb931f3 : Fix IpConfigStore dependencies on framework-connectivity
cdbde2088 : Fix IpConfigStore dependencies on framework-connectivity
481a85d41 : Migrate hidden API in IpConfigStore to formal API
ace9a3d46 : Migrate hidden API in IpConfigStore to formal API
62b38c4ed : Adding OEM Network Preferences for testing
f6f3930a5 : Downgrade DNS fail message from Error to Warning
ecdaf2393 : Downgrade the log level of exception log
02220e23c : Adding per-app support for app add/remove
528ed9d9a : NetworkCapabilities: Hide copy constructor
48d60ea9e : Cleanup setGlobalProxy
efbfd7f6a : Fix broken testCaptivePortalApp
a21ef9bb5 : Fix a bug where the wrong profile is queried
53de25fe4 : Downgrade list of subIds in NetworkCapabilities to @SystemApi
c6a80bbb1 : Remove unstable IpPrefix
dbee04c12 : Add session ID to VpnTransportInfo
5dad137ec : Fix testLegacyLockdownVpn flaky
0967a9da1 : Move some constants from TrafficStatsConstants to NetworkStackConstants
9c4d43d9a : Add required permission to FrameworksNetIntegrationTests
b139200c0 : Calling linkToDeath on binder in NRI constructor
102e404c8 : Change the const for the unreachable network
b0e21ab9a : Fix Wi-Fi SSID null handling
1c4cd5c1d : Fix Wi-Fi SSID null handling
6dba588ab : Allow the system to register 250 NetworkCallbacks.
2680258be : Add more test coverage for limiting the number of callbacks.
d5b622ebd : Add transport type in capabilities filter of EthernetNetworkFacotry
4450c1542 : Add transport type in capabilities filter of EthernetNetworkFacotry
42a60c2eb : [JS01]Remove hidden API usage of Connectivity Sevice
3f8e9d798 : Remove NetworkPolicyManager.isUidBlocked() API.
397fb5187 : Add test coverage for NetworkAgent callbacks.
d5385c453 : Add a setTeardownDelayMs API to NetworkAgent.
42fe223f7 : Address comments on onBlockedStatusChanged(Network, int) CL.
09ad57ff7 : Fix cannot success verify count of the networkAgent Config items on R device
75764c866 : [TL02]Remove hidden API usage of NetworkAgent
22c677e08 : Re-implement NetworkUtils#queryUserAccess.
cbb5e0e90 : Expose BIP and VSIM relavent definitions
522918f4b : Move deduceRestrictedCapability to libs/net and rename it
2ba8a32a2 : Import translations. DO NOT MERGE ANYWHERE
049f84560 : Import translations. DO NOT MERGE ANYWHERE
a9ffc14b4 : Add network disconnected callback
d9e35a3f1 : API to get network visible network capability name
9f3b46564 : Add unit tests for onBlockedStatusChanged(Network, int).
79c6f228a : Add onBlockedStatusChanged(Network, int) to NetworkCallback.
5082bf7ba : Add MOBILE_DATA_PREFERRED_APPS setting
89a762a82 : Add PRIVATE_DNS_MODE setting setter
58d9a35f4 : Expose ConnectivitySettingsManager as module-lib API
a3bf03ed4 : Use public API Network#getNetId() to get netid
20966d919 : Use public API Network#getNetId() to get netid
3f6cc0758 : Add network created callback support
c1da62551 : Add annotation for Vpn#getNetwork()
da9fb40e7 : Remove the usage of NETID_UNSET from Vpn.java
5992d85fd : Add static for constant
01ca1244c : Get NetworkCapabilities from NetworkCallback
2ae2d158e : Expose NetworkAgent constructor taking a NetworkScore parameter
9a2ee9e59 : Expose NetworkScore to external caller
bd7052a00 : Use getAllInterfaceNames to get all interface names
11e885703 : Use getAllInterfaceNames to get all interface names
e257bcea8 : Expose some APIs from ConnectivityManager
46ecccc4d : [SP31] Expose onSetWarningAndLimit System API
47597b92a : [SP31] Expose onSetWarningAndLimit System API
49642c1ea : [SP29] Send interface warning bytes to NetworkStatsProvider
8947c7125 : [SP29] Send interface warning bytes to NetworkStatsProvider
982155658 : Move BLOCKED_REASON_* constants from NPMS into ConnectivityManager.
8482bac84 : [SP28] Add API for set data warning
d66c225de : [SP28] Add API for set data warning
a22175603 : [SP31] Expose onSetWarningAndLimit System API
e6e90d34a : [SP31] Expose onSetWarningAndLimit System API
0141e8f8f : [SP29] Send interface warning bytes to NetworkStatsProvider
df6726cac : [SP29] Send interface warning bytes to NetworkStatsProvider
6cdedaee9 : Add 5G/NR QOS support
00f7776ec : [SP28] Add API for set data warning
cc6bc70bb : [SP28] Add API for set data warning
a8b818a48 : Use public API instead of hidden API in EthernetTracker
19b7b3dfb : Use public API instead of hidden API in EthernetTracker
4018b1590 : Fix cannot find removeUnwantedCapability on R device
e232e39f9 : Use a longer test timeout in integration test
dd29da510 : Correct the logic in NetworkCapabilitiesTest
839b2435f : Add NetworkRequest.Builder creating from an existing instance
cdfe026c2 : Have a new method in NetworkAgentConfig.Builder to set allowBypass
2c6db2fa8 : Fix IpConfigStore dependencies on framework-connectivity
cbe8076a2 : Fix IpConfigStore dependencies on framework-connectivity
7a4706989 : Migrate hidden API in IpConfigStore to formal API
f19fea861 : Migrate hidden API in IpConfigStore to formal API
92ed8b9ba : Expose registerDefaultNetworkCallbackAsUid.
2a49c5d45 : Support calling registerDefaultNetworkCallback for another UID.
24efbfdfb : [VCN15] expose addUnwantedCapability and related APIs
a5572f465 : Revert "Correct the logic in NetworkCapabilitiesTest"
3e367f4a2 : Store the effective UID in NetworkRequestInfo.
0488766ef : Remove Preconditions usage in TestNetworkSpecifier
81f6842b8 : Revert "Revert "Remove connectivity dependency on Preconditions""
8459344b4 : Fix privileged apps calling registerDefaultNetworkCallback.
0291f462d : Test a bug with NETWORK_SETTINGS+registerDefaultNetworkCallback.
c4058865a : Use module resources in NetworkNotificationManager.
0f48c00d5 : Cherry-pick some test changes from ag/13210542.
c382ea55c : Add connectivity protos to framework-connectivity
e355cdf7e : Remove unused NetworkPolicyManagerInternal in CS
73f96a2ba : Move connectivity AIDLs to android.net
0d4c78d80 : Migrate framework-connectivity internal resources
e2139a0be : Add multipath preference, background status API
85ba48818 : Copy NetworkNotificationManager resources to conectivity module.
98f59ecb9 : TransportInfo: Add a generic redaction mechanism
987d804d8 : Add TEST_MAPPING for Connectivity
4249f3b86 : Use getAllInterfaceNames to get all interface names
1dc565df7 : Use getAllInterfaceNames to get all interface names
5265c8769 : Fix InetAddressCompat exception handling
f16d4995f : Use public API Network#getNetId() to get netid
3aec12c6a : Use public API Network#getNetId() to get netid
f7d491808 : Use public API instead of hidden API in EthernetTracker
4a0cbe98c : Use public API instead of hidden API in EthernetTracker
ddfc20d4f : Replace reference of NetworkAgent#setLegacyExtraInfo
c439eae5b : Replace reference of NetworkAgent#setLegacyExtraInfo
de5371890 : Replace references of request.networkCapabilies
89764da13 : Replace references of request.networkCapabilies
691d3e333 : Remove hidden API usage from ProxyTracker
fbc54675e : [NS03] Mix in other CS-managed properties
0dfbc82b8 : [NS02] Mix in validation of the score
c2ea3ab97 : Revert "Revert "Expose uids related APIs in NetworkRequest and N..."
8156c4ea3 : Revert^2 "Replace the usage of UidRange"
08d3691f9 : Send a Network instead of network id for wifi no internet dialog
38c7fe7a6 : Revert "Replace the usage of UidRange"
9967d4636 : Reland "Add an API to listen for changes in network blocked status of an uid."
133410313 : Revert "Add an API to listen for changes in network blocked status of an uid."
1b5c01b06 : Revert "Replace the usage of UidRange"
43b606da8 : Revert "Expose uids related APIs in NetworkRequest and NetworkCa..."
e3fa0dd7a : Move network selection utils to Connectivity
e1b04f648 : Add InetAddressCompat
4cf96ab3c : Add startCaptivePortalApp to system API
8e5d524f7 : Correct the logic in NetworkCapabilitiesTest
87911596e : Expose getCapabilities
2c876ec53 : Address remaining comments on aosp/1607893
4962536c1 : Add SystemMessages protos to Connectivity
394269d88 : Add an API to listen for changes in network blocked status of an uid.
1345717ee : Use clearAll() of NetworkCapabilities.Builder instead
df5175910 : Use clearAll() of NetworkCapabilities.Builder instead
caa5a17f3 : Add a VpnManager.TYPE_VPN_OEM.
56e09df8d : Add more connectivity module settings
4d5135711 : Expose APIs for Settings
3f64a338e : Add framework-connectivity.impl
347208541 : Expose uids related APIs in NetworkRequest and NetworkCapabilities
0843e480c : Replace the usage of UidRange
1fb66ad1d : Remove Protocol.BASE_* usage in Connectivity
8ec8e9003 : Remove Settings.Global.TCP_DEFAULT_INIT_RWND on CS
0d4c38d9c : Remove extra comment
90a7a51e0 : Add ConnectivitySettingsManager
7abe7e01a : Modify the comment of getPrivateDnsMode
7fc930b4c : Expose systemReady for SystemServer
b43f3963b : Move constants to MODULE_LIB
871ba42cf : CaptivePortalData: use CharSequence in VenueFriendlyName API
e552100f9 : Move trimV4AddrZeros to libs/net
8eb13a2b3 : [VCN14] Expose registerBestMatchingNetworkCallback
1b1c874db : [VCN13] Implement tracking best matching network
0f57a492d : Remove per-user preference when the user is removed
6010c00ec : Expose the enterprise per-profile networking API.
b5a139f32 : Implement setNetworkPreferenceForUser.
fa45a68c9 : Public API for per-profile network preference.
06f68e764 : Add tests for setNetworkPreferenceForUser
20f048801 : Change the parameter type from ContentResolver to Context
5aad7855a : Remove NETWORK_STACK_UID check
5a42a5ff0 : Remove usage of networkAttributes
405d8911e : Replace interal okhttp APIs
0cdcea187 : Add comments to describe the value of converting hex to decimal
2801857fe : [NS01] Add NetworkScore
5086c2956 : Revert "Remove connectivity dependency on Preconditions"
f9fa0b95a : Make PacProxyService be a system service
b885e615d : [CS15]Do not use hidden API of PlatformProperties
9bff86e4b : Ensure all calls to getCallingUid use the version in mDeps.
10cb5421e : Call clearCallingIdentity when calling registerNetworkProvider in TNS
4cbc2bae6 : Support Dual ViLTE stats
efbedc78e : Support Dual ViLTE stats
63a5820b4 : Support Dual ViLTE stats
94e5fff53 : Add ParseException constructors to API
e642d483a : Remove MessageUtils usage in VpnTransportInfo
1013c81ac : Replace InetAddress#parseNumericAddress
705c333a1 : Have a new API to get private DNS mode
baf1680f8 : Remove VpnType usage in VpnTransportInfo
21c854a6c : Create ServiceConnectivityResources
951c003ef : ConnectivityManager: Provide API's to include location sensitive info
7ee5f526b : Swap parameters in QosCallback#registerQosCallback
2c264d7a2 : Use new API - getIpSecNetIdRange() in IpSecService
7eb76590b : Use new API - getIpSecNetIdRange() in IpSecService
30e70a82c : Add a new API to get the network ID range of IPSec tunnel interface
0ac4bcfb4 : [CS09]Remove hidden API usage of NetworkRequest
60ce2ec16 : [CS09]Remove hidden API usage of NetworkRequest
e53fbc08c : [VCN12] Expose setSubIds/getSubIds APIs
e587a4c39 : [VCN04] Add Subscription Id set into NetworkCapabilities
c9f9c3c5d : Add Ethernet, TestNetworkSpecifier API
65949518f : Add Ethernet, TestNetworkSpecifier API
90ca2615a : Fix common tests on Q and R
57c9cc261 : Add Ethernet, TestNetworkSpecifier API
962bdb867 : [VCN11] Make requestBackgroundNetwork requires handler
7514e3187 : [VCN10] Add new API to listen for highest score network
ba5ac3ec4 : Remove Slog usage in NetworkState
62b1df44a : Remove connectivity dependency on Preconditions
d4a9ed4b1 : Remove hidden @NetworkType in NetworkInfo
ce355501d : Remove hidden INVALID_RESOURCE_ID in unused param
fafaa4751 : Annotate NSM heavy methods with @WorkerThread
63595c6f8 : Annotate NSM heavy methods with @WorkerThread
af3a3492f : [CS17]Remove useless code(AsyncChannel) from ConnectivityService
ff0a5a7f7 : Move ParseException to Connectivity
d059f2131 : Remove usage of hidden InetSocketAddress constructor
2adf56309 : Stop using PackageManagerInternal in PermissionMonitor
96e1a0bfc : Remove hidden APIs usage regarding to dump
9b8b90be2 : Don't start clatd if disabled by vendor property.
e30db8d2a : Unbreak extraInfo values returned to apps.
be9a6d2b6 : Revert^2 "Refactor setCurrentProxyScriptUrl to a void method"
8affa9ee6 : Set extraInfo on cellular TestNetworkAgents.
082f1d8a9 : Create a service-connectivity-pre-jarjar library
b77d80da8 : Rename StringNetworkSpecifier to Ethernet
a83719919 : Rename StringNetworkSpecifier to Ethernet
a3a8d01d0 : frameworks: add test group for auto tests
0942ad9f7 : Use ParcelDescriptor.fromSocket instead of getFileDescriptor
2aac0cd79 : Remove IBatteryStats from ConnectivityService module
b5becbca0 : Fix a bug where listen callbacks would not be called
2d5af9292 : Remove unused buildNetworkIdentity
872fe3f81 : Remove unused buildNetworkIdentity
79b241bf5 : Move LocationPermissionChecker to libs/net
aa5bdbffa : Add Ethernet, TestNetworkSpecifier API
a5e4ad758 : Add Ethernet, TestNetworkSpecifier API
330a4c0bf : Communicate with BatteryStatsService through BatteryStatsManager
90b43ff5e : Replace PendingIntent#getIntent
1b4ea1877 : [Telephony] Use TelephonyCallback instead of PhoneStateListener part1
651a096e6 : Replace ConnectivityManager.isNetworkTypeMobile usage in NSS
055165000 : Replace ConnectivityManager.isNetworkTypeMobile usage in NSS
50d48b94c : Rename StringNetworkSpecifier to Ethernet
12c811131 : Rename StringNetworkSpecifier to Ethernet
b534331f2 : Replace Inet[4|6]Address#ANY
6954022e1 : Move OemNetworkPreferences to Connectivity
ade6c2a5e : [CS10]Remove the hidden API usage of BitUtils
5681dfba9 : [CS07]Remove hidden API usage of NetworkCapabilities
89f2f50ae : [CS07]Remove hidden API usage of NetworkCapabilities
48bd827f6 : Emphasize possibility of multiple networks with same transport
ebd239c88 : Revert "Use VERSION_CODES.S instead of VERSION_CODES.R + 1"
88f5da090 : Revert "Use VERSION_CODES.S instead of VERSION_CODES.R + 1"
56a15b30f : Move NetworkState to Connectivity
ae9aeb0c3 : Applying OEM network pref to all users
4c54f642e : Using jniThrowErrnoException in android_net_NetworkUtils
172158333 : Generalize some PANS methods
8fe76964f : Replace user with debuggable check in ConnectivityService
a8ac23070 : Fix a bug where callbacks would see blips
2d235fbe3 : Fix a bug where a request would not be refcounted
738c5bf0a : Fix a bug where UID ranges would not be removed
82d58d9e4 : Use NetworkCallback in BatteryStatsService to get connectivity change
db5985688 : Fix CaptivePortalTest before R
6ea46aec2 : [FUI22] Support getAllNetworkStateSnapshot
41c85f50c : [FUI22] Support getAllNetworkStateSnapshot
ebd15164e : [FUI22] Support getAllNetworkStateSnapshot
003521569 : Have the DataConnectionStat started from BSS
463c2d529 : Keystore 2.0: Make VPN Keystore 2.0 ready.
c6170bb2f : Replace withCleanCallingIdentity with [clear|restore]CallingIdentity
4bc26fabd : Use ArraySet#add() instead of ArraySet#append()
e7c7d2a9e : [FUI19] Migrate ConnectivityService to use NetworkStatsManager
87107539d : [FUI18] Expose notifyNetworkStatus as system API
f72320776 : [FUI18] Expose notifyNetworkStatus as system API
a9f5551cf : [CS05]Remove the hidden API usage of MetricsLogger
959d36435 : Remove PersistableBundle(Bundle) usage from ConnectivityService
124e13695 : [FUI18] Expose notifyNetworkStatus as system API
537b8cfe6 : [FUI18] Expose notifyNetworkStatus as system API
74ba6de40 : Extend timeout for receiving broadcasts
3da6f1bd6 : Address comments on aosp/1612040.
d490b2d8b : Fix a bug in RequestReassignment#toString
223bc35f3 : APIs for 5G slicing
5d6e23bdf : Cleanup some of the PANS code
570207cc7 : Remove @hide CollectionUtils in QosCallbackTracker
b389fcb46 : Use Log instead of Slog in QosCallbackAgentConnection
a75740531 : Stop using NetworkState internally in ConnectivityService.
a45cfb304 : Isolate an ad-hoc legacy API codepath.
51392affe : [FUI09] Expose NetworkStateSnapshot as system API
7c17de401 : [FUI09] Expose NetworkStateSnapshot as system API
14133c117 : [FUI09] Expose NetworkStateSnapshot as system API
73d79037d : [FUI17] Migrate NetworkStatsService to use NetworkStateSnapshot
125631330 : [FUI17] Migrate NetworkStatsService to use NetworkStateSnapshot
de41fc202 : [FUI17] Migrate NetworkStatsService to use NetworkStateSnapshot
bbe54cfbd : [REIP01]Remove the IP connectivty metrics
dd7831ded : Move UidRange to connectivity
1bc09ccb1 : Move UidRange to connectivity
b2eabd4e7 : Move UidRange to connectivity
45d380078 : Have the DataConnectionStat started from BSS
e419ef900 : Move OemNetworkPreferences aidl to connectivity
7c0a2e61f : Use IDnsResolverUnsolicitedEventListener
4c581d845 : Add modules-utils-os to service-connectivity
6efd0522b : Replace checkNetworkStackPermission in TestNetworkService
19a48b80d : Use UserHandle#getIdentifier to get the userid
cd45ee68c : Move Proxy, PacProxySelector out of Connectivity
cb6170158 : Move QoS API classes to Connectivity
fc6869064 : Move SocketUtils out of the connectivity module
be1791058 : Split out the connectivity API surface
b1bf756c8 : Use the net-utils-device-common version of HexDump
e553899c4 : [FUI08] Create NeworkStateSnapshot
8f1eb24a9 : [FUI08] Create NeworkStateSnapshot
74dcf1a32 : [FUI08] Create NeworkStateSnapshot
51fa8bd6d : Replace ConnectivityManager hidden symbols on framework
da479fa1a : Replace ConnectivityManager hidden symbols on framework
1745f3a75 : Use VERSION_CODES.S instead of VERSION_CODES.R + 1
272ee7c90 : Use VERSION_CODES.S instead of VERSION_CODES.R + 1
60fe5aa05 : Support new IpSecAlgorithm AUTH_AES_CMAC
f72b01527 : Support new IpSecAlgorithm AUTH_AES_CMAC
6ca69e5f3 : Support new IpSecAlgorithm AUTH_AES_CMAC
aad3854ad : Add test for getStartUser(), getEndUser() and createForUser()
87b58aaf9 : Fix comments left on aosp/1547454 and aosp/1556106
23efc5812 : Remove INetworkManagementService from ConnectivityService
d5c2d07da : Remove unused INetworkManagementService
37a16d957 : Remove BaseNetworkObserver from Nat464Xlat
c8d3b9308 : Fix copyright license of VpnTransportInfo
1b4f0a409 : Pivot network statistics to use DataInput/Output.
daa23607b : Pivot network statistics to use DataInput/Output.
ad271a02c : Adding additional docs for OemNetworkPreferences
13c3b49fe : Update tests for PANS network usage metrics
da6258184 : Add public alternative for protectFromVpn
ec1fb89d1 : Unit test automation for Multi-Default Tracking
7ad622c83 : Fix CaptivePortalDataTest on R
a6ee21246 : Implement Settings#checkAndNoteChangeNetworkStateOperation on CS
66f44213b : Replace BaseNetworkObserver with BaseNetdUnsolicitedEventListener
9791a9ed0 : Remove UidRange.createForUser() with userId integers
d42261fea : Use alternative PhoneStateListener formal API
9c0f2f10f : Revert "Revert "Delete VPN methods in ConnectivityManager.""
719814c97 : [VCN07] Bypass VCN for non-internet app accessible cellular services
c12c1f1dd : Using defensive copy for default request remove
17ca04093 : Stop using SysetmConfig#getSystemPermissions on PermissionMonitor
485d92d34 : Unit test automation for Multilayer Evaluation
a3c05095a : Revert "Delete VPN methods in ConnectivityManager."
561229590 : Delete VPN methods in ConnectivityManager.
b33335c13 : Use formal API for ActivityThread to set proxy
43626fca5 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
e44212590 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
df23d6657 : Use PermissionUtils
23e7e5c86 : Fix all Log.wtfs in FrameworksNetTests.
5e8ed0d30 : Fix testMobileDataAlwaysOn flakiness
94cb44298 : Speed up NetworkFactory tests.
76649dfa9 : Add support for tracking PANS data usage
f8f291cb7 : Add support for tracking PANS data usage
3d159fc3f : Remove ArrayUtils usage in connectivity classes
6a7d31e57 : [IT06]Move INetworkActivityListener into connectivity module
012f7a14a : [IT4.7] Add network activity info into dumpsys for debugging
1193a5d5f : [IT4.6] Unbundle NMS out from ConnectivityManager
d764759ca : Optimization when looking up requests for release
b961efcbb : [IT4.5] Update radio power from CS directly
695378c7b : Split parcelable .aidl files to aidl-export
037a730ef : Split parcelable .aidl files to aidl-export
fcdd15eee : Split parcelable .aidl files to aidl-export
6176dbe17 : Fix merge conflict.
27f80b379 : Unit tests for Multi-Default with Existing APIs
d29dcd70c : Unit test automation for Per-App API functionality
ce6537c9b : Split parcelable .aidl files to aidl-export
9827c0686 : Split parcelable .aidl files to aidl-export
09f8ed286 : Do not depend on Tethering stubs in CM consts
3ce3d3c45 : Adding per-app default network callbacks support
c2a4cd643 : Clean up T&C implementation
6b1f3eaf1 : Improve documentation of IpSecTunnelInterface#setUnderlyingNetwork
cf4d2eb20 : Improve documentation of IpSecTunnelInterface#setUnderlyingNetwork
56ea88a43 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
331c2896d : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/net/ethernet
7909a21be : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/net/ethernet
8876a3da0 : Use UserHandles instead of userId integers.
073dfc4c8 : [CS01]Remove hidden API usage of NetworkCapabilities
75a34a615 : Move the VPN code out of packages/Connectivity.
e7743b77a : Rename getVpnLockdownWhitelist to -Allowlist
0fd959b9c : BroadcastInterceptingContext: use passed-in broadcast Handler.
1f4db552b : Minor fixes to LockdownVpnTracker.
8bb7512a1 : Expose VpnTransportInfo as module-lib API.
da32cfeeb : Marking setOemNetworkPreference as @SystemApi
8378aec5f : Adding permission for OEM managed preferences
45d81845a : Implementation of setOemNetworkPreference
5027ebbfc : Revert "[VCN07] Bypass VCN for non-internet app accessible cellu..."
dd10764cf : Stop using Slog in QosCallbackTracker.
4777edca7 : Check registering system default callback needs NETWORK_SETTINGS.
cd6752941 : Move VPN code from ConnectivityService to VpnManagerService.
ee1740ddf : Add a skeleton VpnManagerService, and start it on boot.
bcd692fdc : Convert LockdownVpnTracker to NetworkCallbacks.
9f38060e3 : Minor fixes to VpnTransportInfo.
b7d45ba3c : [API] Expose IpSecTunnelInterface#setUnderlyingNetwork
441e35f61 : [API] Expose IpSecTunnelInterface#setUnderlyingNetwork
8704fddbc : Update underlying network of IpSecTunnelInterface
0f9041904 : Update underlying network of IpSecTunnelInterface
a2f3b49f1 : Update underlying network of IpSecTunnelInterface
915ad3be7 : [Mainline] android.system package APIs migration
58dfa8b72 : Fix legacy APIs when VPN switches to suspended underlying network.
5aa7b53d6 : Backport test coverage from aosp/1547496.
3536dc7df : Backport some helpers in ConnectivityServiceTest.
e76c4083f : Test for bugs with suspended VPN underlying networks.
a2a1c0390 : Add a test for getDefaultNetworkCapabilitiesForUser.
205e37a71 : Improve testing of CONNECTIVITY_ACTION broadcasts.
9dc492b10 : Test passing an underlying network array with null network in it.
9dd9bd720 : Make testVpnNetworkActive more deterministic.
2481a6713 : Make MockVpn more realistic and easier to use.
a9e6a86f1 : Increase test coverage for VPN info sent to NetworkStatsService.
7f3cec7c0 : Simplify MockVpn.
1c2213179 : Test a VPN with an underlying network that does not yet exist.
a5a903d0b : Stop using mVpns in getConnectionOwnerUid.
31a31193d : Add a VpnTransportInfo object.
d67df4036 : [CS02]Remove hidden API usage of NetworkCapabilities
810d8f0c9 : [CS02]Remove hidden API usage of NetworkCapabilities
76b639e1b : Add a registerSystemDefaultNetworkCallback method.
7c6ab4004 : Support for Terms & Conditions notification
aa24fdeb5 : ConnectivityService: Plumb attribution tag for location permission checks
7afe1ddb2 : [FUI15] Remove networkId in NetworkState
23e22618c : [FUI07] Stop making NetworkState with NetworkInfo from external callers
22d74f283 : [FUI06] Stop using NetworkInfo in NetworkState from external callers
64b1cfb7d : [FUI06] Stop using NetworkInfo in NetworkState from external callers
d49aab92c : [FUI06] Stop using NetworkInfo in NetworkState from external callers
ab9f017af : Move shared Proxy method and constants to shared lib
da109c006 : Remove unused INetworkManagementService from IpSecService
2af9ad406 : Remove unused INetworkManagementService from IpSecService
d66e608a5 : Remove unused INetworkManagementService from IpSecService
aff5af21f : Use NetdUtils instead of NetworkManagementService in Vpn
0fc5576b5 : Use NetdUtils instead of NetworkManagementService in IpSecService
ff6fe7ba5 : Use NetdUtils instead of NetworkManagementService in IpSecService
96059d1f8 : Use NetdUtils instead of NetworkManagementService in IpSecService
af17de03c : Change ConnectivityServiceTest to prepare for VPN code move.
f80ad439d : Add to VpnManager the VPN APIs used by Settings and SystemUI.
e9192a51f : Remove temporary hack in VpnTest.
96742d969 : More cleanly separate requests and listens.
47c4d4d91 : Revert "[Mainline] Migrate android.utils package items"
8e2112473 : Expose TEST_TAP_PREFIX as system API
0ac374f7b : [VCN03] Linger the newly connected network for a short time
2b6f0c2d7 : [VCN09] Rename linger timer
3088c8fab : Add @Nullable to Object#equals()
61a6c947f : Add @Nullable to Object#equals()
384a8c63f : Add @Nullable to Object#equals()
dd53c5889 : Fix the legacy VPN tests that start racoon.
6d9fd406d : Make testLegacyLockdownVpn more realistic.
47db05860 : Stubbed setOemNetworkPreference in Connectivity
e74935d4e : Update OemNetworkPreferences to use 1:1 Map
21fbe81e4 : Create new system API in UserHandle to get uid
2516da35f : Updating Existing CS APIs for multiple defaults
d31bdfaa0 : Transmitting multiple default networks to netd
0f518938b : [Mainline] Core Platform APIs migration
f1530731c : Replace NPMI#isUidNetworkingBlocked()
54426716d : Update VpnTest for new restricted API
2fc40da07 : [VCN07] Bypass VCN for non-internet app accessible cellular services
2f7ba519f : Remove legacy network factories
2fbfd6655 : [Mainline] android.system package APIs migration
5ff47a69e : [Mainline] Migrate android.utils package items
3be9df1ff : Improve getConnectionOwnerUid tests.
5b409c7c9 : Revert the `fallback` naming into `default` network
31cef5ebe : Mark tethering apex as compressible
f2c81e647 : Move shared methods to net shared lib
611cb2683 : Allow setting underlying networks when legacy lockdown enabled.
c5383dcb4 : Allow passing the underlying network to startLegacyVpn.
bb4c3ac73 : Revert "Refactor setCurrentProxyScriptUrl to a void method"
e3ef1910a : Adding support for multiple "default" networks
00a5b7f75 : [FUI21] Move scrubSubscriberId to utils class
b17ea56d3 : [FUI21] Move scrubSubscriberId to utils class
614515339 : [FUI20] Expose UnderlyingNetworkInfo as system Api
005f79c2d : [FUI20] Expose UnderlyingNetworkInfo as system Api
3897dedb7 : Add the underlying networks to NetworkAgentInfo#toString.
57826ec3e : Improve testing for network blocking.
36648ff08 : Reimplement [read|write]ArraySet of Parcel inside NetworkCapabilities
10aededf2 : [VCN08] Expose NOT_VCN_MANAGED capability as system API
429593258 : Specify version for aidl_interface explicitly
c251a4ba2 : [NS] Tests : don't expect a score in NF#acceptRequest
fd63204e0 : API: Suppress existing NullableCollections lints
d25af29a2 : Remove ArrayUtils usage in connectivity frameworks classes
c35b88591 : Revert "Expose IPsec tunnel APIs from @SystemApi to public APIs"
388f41621 : Revert "Expose IPsec tunnel APIs from @SystemApi to public APIs"
5f40642b5 : Have connectivity self-register manager classes
63aaccb9f : Remove getFilteredNetworkState and add @NonNull in NetworkState.
24de5525f : Add test coverage for get*NetworkInfo on metered networks.
0f8f6307e : Move module sources to packages/Connectivity
a60efcc09 : Move module sources to packages/Connectivity
b71fc45e1 : Move module sources to packages/Connectivity
a04305b52 : [FUI16] Expose setSubscriberId in NetworkAgentConfig as system API
6a1f216c0 : [FUI04] Refactor VpnInfo
0592b920c : [FUI04] Refactor VpnInfo
2050bed66 : [FUI04] Refactor VpnInfo
a62493f45 : [VCN06] Support request background network
9a357a92a : Update frameworks to use unbundled version of BouncyCastle.
40bac65ec : [VCN07.4] Add NOT_VCN_MANAGED for NetworkAgent implementations
c8148a18d : [VCN07.4] Add NOT_VCN_MANAGED for NetworkAgent implementations
df5f31161 : Note network interfaces based on transport
20f95d44c : Use createStringArray instead of readStringArray
3a0068182 : Replace hidden getFileDescriptor$()
800373bdb : [VCN01] Add NOT_VCN_MANAGED capability
22f9b9f64 : Check if NetworkSpecifier is an instance of MatchAllNetworkSpecifier
c9983ee71 : [FUI03] No-op refactoring of VpnInfo
67c69ad73 : [FUI03] No-op refactoring of VpnInfo
acb3297bd : [FUI03] No-op refactoring of VpnInfo
f7027321e : Updates to handler logic for multilayer requests
f8b661d08 : Update to sendAllRequestsToProvider for Multilayer
3f7f79e65 : Update jni to get int descriptor in native layer
2fe9a7247 : Expose UdpEncapsulationSocket.getResourceId()
a034331a5 : Expose UdpEncapsulationSocket.getResourceId()
212df9eed : Multilayer request updates to request callbacks
a076c5335 : Multilayer support when NAI requests are updated
d918cad5e : Revert "Revert "Note network interfaces based on transport""
2b482af95 : Replace the usage of NetworkManagementService with NetdUtils
88f4df8e0 : Replace the usage of NetworkManagementService with NetdUtils
33bcecba8 : Fix EthernetTrackerTest#createNetworkCapabilities
e81b053c1 : Fix EthernetTrackerTest#createNetworkCapabilities
96f1cbbbe : Revert^2 "Replace Context#sendStickyBroadcastAsUser()"
9fb1358cc : Fix FrameworksNetIntegrationTests failure
d930f01c1 : Revert "Replace Context#sendStickyBroadcastAsUser()"
df417167b : Move connectivity-sources to frameworks/base
e42fc5ff7 : [FUI14] Get SSID from NetworkCapabilities
c44d11cce : [FUI14] Get SSID from NetworkCapabilities
0b86f592d : [FUI05] Remove wimax data usage unit test
e0ee19875 : [FUI14] Get SSID from NetworkCapabilities
e8b27cc9d : Add method to match address \ port with QosFilter
af50d7d24 : Replace NetworkPolicyManagerInternal#isUidRestrictedOnMeteredNetworks()
761c7ad92 : Mark connectivity test utilities as module API
f9e945b07 : Add Qos Callback support
f2a4eeb55 : Add Qos Callback files
4715a5c38 : Expose IPsec tunnel APIs from @SystemApi to public APIs
160aac3fa : Expose IPsec tunnel APIs from @SystemApi to public APIs
28d69fc2f : Use network list in UNDERLYING_NETWORKS_CHANGED
04a34b647 : Use ParcelFileDescriptor instead of FileDescriptor in the aidl
1a8b4c614 : [IT4.4] Host network activity related logic into a new class
3c6ae335c : Mark TestNetworkManager as module API
54fdd61d0 : Replace Context @hide API in MultinetworkPolicyTracker
af2692255 : Use function inside NetdUtils instead of NetworkManagementService
448407016 : Fix legacy APIs when VPN switches to suspended underlying network.
e0a9d1b03 : Split networkDestroy() and destroyNetworkCache()
dfb778038 : Revert "[VCN06] Support request background network"
a162ff05e : Fix CaptivePortalDataTest#testParcelUnparcel on R
c5ba16058 : Address comments on aosp/1539753, aosp/1542487 and aosp/1547496.
24c152ce8 : Fix propagating underlying caps when a network disconnects.
b291ab643 : Test for bugs with suspended VPN underlying networks.
75daea17c : [VCN06] Support request background network
081a3a49e : Deflake testNetworkBlockedStatusAlwaysOnVpn
3d37d92c0 : Simplify testVpnRestrictedUsers.
b7c3097f3 : Add test coverage for LockdownVpnTracker.
bb4d45fb7 : Enforce that NetworkAgentInfo fields are never null.
caa2c0dab : Remove unused IpConnectivityMetrics in CS
619319a3f : Replace hidden ParcelFileDescriptor constructor usage
e2664cb6c : Replace Context#sendStickyBroadcastAsUser()
0513030fc : [Mainline] Migrate com.google.android.collect pkg
59fa1276a : Mark several NetworkAgentInfo members @NonNull and address TODO.
c68c03ced : LocationPermissionChecker: Exempt privileged components from location check
7c51b4b46 : [VCN05.1] Add unit test for invalid request types
a82274021 : Fix CaptivePortalDataTest on R-
01a979f91 : UserManager restricted profile SystemApis
90f0c4584 : Improve testing of CONNECTIVITY_ACTION broadcasts.
a42805cd7 : Refactor setCurrentProxyScriptUrl to a void method
528c13e72 : Migrate Slog usage in MultinetworkPolicyTracker to Log
ae19ced21 : [Mainline] Migrate TextUtils#emptyIfNull
5b6728296 : Waiting for idle in test
31a436c6d : Revert "[VCN01] Add NOT_VCN_MANAGED capability"
cc52502b3 : Rename PacManager to PacProxyInstaller
fd20e05e1 : Align coding style of line-wrapping in NetworkCapabilities
a894a5248 : [IT4.21] Update the label type of idle timer
d0617de32 : [VCN01] Add NOT_VCN_MANAGED capability
9ed1462e8 : NetworkCapabilities: Embed location senstive TransportInfo
70b3b91a8 : Stop using VPNs in getActiveNetworkForUidInternal.
54605b850 : Keep Vehicle internal network always up
5e65a8578 : Let ConnectivityService control the socket closure
1c8119e81 : Stop using IIpConnectivityMetrics in ConnectivityService.
ad0107998 : [VCN05] Pass request type when requesting network
aa005e47c : [NS01.eth] Remove a useless argument
be2858b9d : [NS01.eth] Remove a useless argument
7aeba3705 : Replace NetworkPolicyManagerInternal#isUidNetworkingBlocked()
e58bdc6fd : Support for Venue URL and friendly name from Network agent
777533d32 : Revert "wifi: Add systemAPi:setSubscriberId in NetworkAgentConfig"
6032f456d : Remove Vpn#isBlockingUid.
e724f63f5 : Revert^2 "Move service-connectivity to the tethering APEX"
b6031f376 : Revert "Move service-connectivity to the tethering APEX"
5cefdf26f : Stop using BaseNetdEventListener in ConnectivityService.
dfab303c1 : Stop using VPNs in getDefaultNetworkCapabilitiesForUser.
3f54f106d : Inform ConnectivityService about always-on VPN lockdown.
0fd8e45b5 : Remove mobile provision design out from connectivity service
9a8cfec59 : Move service-connectivity to the tethering APEX
5520d9d60 : Pivot network statistics to use DataInput/Output.
1f69d1593 : Pivot network statistics to use DataInput/Output.
ff1c289d6 : Pivot network statistics to use DataInput/Output.
70afb0c48 : [VCN02] Make LingerTimer takes request Id instead of NetworkRequest
0ce5cb98b : Improve error message when testing network factory
9a9f71bbc : Replace INetworkPolicyManager to NetworkPolicyManager
64b8b0f02 : Update to Diagnostic Callback flows for multilayer
be80138c1 : Replace withCleanCallingIdentity with [clear|restore]CallingIdentity
a37dda602 : wifi: Add systemAPi:setSubscriberId in NetworkAgentConfig
77b0c1c72 : Migrate away from AsyncChannel in NetworkAgent
b71ce2a04 : [Mainline] Migrate ProxyInfo
c809f6176 : [Mainline] Migrate ProxyInfo
a9dc6770b : [Mainline] Migrate ProxyInfo
02e6a826d : Add test for increment operation count on non-default network
dcdfc2020 : Update usage of allowlist/denylist in some method names/comments.
bbbc04152 : Migrate frameworks/base/wifi & frameworks/base/packages/OsuLogin
a1a576bcb : Migrate frameworks/base/wifi & frameworks/base/packages/OsuLogin
a94c867fb : Migrate frameworks/base/wifi & frameworks/base/packages/OsuLogin
67ba9e1d6 : Migrate frameworks/base/wifi & frameworks/base/packages/OsuLogin
38a17a772 : Migrate frameworks/base/wifi & frameworks/base/packages/OsuLogin
c36e67d35 : Migrate frameworks/base/wifi & frameworks/base/packages/OsuLogin
9a57acfbb : Have NetworkPolicyManagerService create MultipathPolicyTracker
f2d2aac68 : [IT4.2] Update argument type of interfaceClassDataActivityChanged
a985e587d : Split connectivity JNI and service jar
a10d82111 : Use system API to obtain IDnsResolver IBinder
45b100c54 : [IT04] Add uid as parameter of interfaceClassDataActivityChanged
4068dcbab : [IT03] Add replacement methods for network activity
75ff7022c : Use [clear|restore]CallingIdentity instead of withCleanCallingIdentity
1b161bceb : Move module utils to the module package.
1c1883133 : Move module utils to the module package.
79162540b : Move module utils to the module package.
cabcbffad : Move phone ID to extra for action provision
f61ca94e2 : Allow ConnectivityServiceTest to change the calling UID.
1b1764853 : Add a test for getDefaultNetworkCapabilitiesForUser.
36e91a3a0 : Add tests for always-on VPN lockdown mode.
6a9bff92a : Move phone ID to extra for action provision
d436634a3 : Register ethernet listeners on specific Executors
55838a829 : Register ethernet listeners on specific Executors
2f81e75ae : Remove hidden deprecated getActiveNetworkQuotaInfo
0956b8a3d : Use API TcpKeepalivePacketData in ClientModeImpl
5e6b51b89 : Add TcpKeepalivePacketData to SystemApi
1859a56b4 : Add OWNERS for packages/Connectivity
0e5e045ba : Fix a crash in eng builds
96dba6323 : Generalize support for underlying networks.
a152f88e4 : nits removing extra space, change method name, etc
cd7634501 : maybeLogBlockedStatusChanged multilayer requests
d951eeca2 : Update getSignalStrengthThresholds for multilayer
3d2298960 : Update to unneeded for multilayered requests
310c9fbc2 : Replace PackageManager @hide APIs
28afaff7c : Resolve UidRange dependency between NMS and CS module
47804de69 : Add a mutability flag to the PendingIntent
99473f648 : Reimplement DumpUtils#checkDumpPermission() in ConnectivityService
c0c8e0352 : Use getUserHandles() instead of getUsers() to get user id
e4d1e526e : Add a convenience method to update a network's capabilities.
934013402 : Disallow NetworkAgents from changing the owner UID.
46fd589d8 : Observe mOwnerUID in NetworkCapabilities#equals.
8516d8525 : Expose TcpRepairWindow as module-lib API
a8ccfdd54 : Fix testDeclareNetworkRequestUnfulfillable on R
ec8ad21a9 : [Mainline] Network netId to getNetId() migration
dcac686b2 : Remove support for legacy network agents
710e1dc25 : Remove deprecated constructors for NetworkAgent
0d3680c12 : Migrate NetworkAgentWrapper to the new NA API
28668319f : Cleanup TestNetworkService
6b44e92fd : Test for the current behaviour of updating a network's owner UID.
96883c93f : Add comments to the process*FromAgent methods.
6f31ece76 : Split NetworkUtils and NetworkUtilsInternal
8ce3c4680 : Split NetworkUtils and NetworkUtilsInternal
b293c47ac : Split NetworkUtils and NetworkUtilsInternal
7ff5b025c : [Mainline Migration] Migrate NetworkUtils
7f507337a : [Mainline Migration] Migrate NetworkUtils
754c5be0f : [Mainline Migration] Migrate NetworkUtils
8744c5c99 : Allow the System UID to unregister ConnDiags CBs.
70fa2b2c2 : Allow the System UID to unregister ConnDiags CBs.
8ea7ad3d7 : Set NetworkIdentity subscriberId on all networks
f56504534 : Set NetworkIdentity subscriberId on all networks
60dcea8f1 : Remove hidden API usage in metrics toString
25f710ae4 : Remove hidden API usage in metrics toString
e391512cb : Remove CaptivePortal deps on @hide MetricEvents
d7caf838c : Refactor applyUnderlyingCapabilities and its test.
4ead42c07 : Use public API of NetworkAgent in TestNetworkService
cda101be7 : Move applyUnderlyingCapabilities to ConnectivityService.
11cf60b2c : Deprecated UserManager.getUsers(excludeDying) / added getAliveUsers()
660722501 : Add Restricted Mode Firewall Chain
f8fedc34b : Clean Up NetworkManagementService Tests
ee660cfd9 : Add ConnectivityManager.TYPE_PROXY to SystemApi
9768bc681 : Remove NATT keepalive from IpSecTransform
75244b7d0 : Remove NATT keepalive from IpSecTransform
00c5e7047 : Use IPV6_MIN_MTU from NetworkConstants in Ikev2Vpn
c99d746c0 : Add a provider to VPN
746cdc28a : Migrate VPN to the public NetworkAgent API.
6616df39b : Migrate Slog to Log used in connectivity service module
d707e7f5a : Do not query CS in NetworkProvider constructor
e07a894bc : Run OemNetworkPreferencesTest with DevSdkIgnoreRunner
18b00acd9 : Stop calling Vpn#updateCapabilities in CS.
fee5e4e34 : Stop accessing VPNs in getAllVpnInfo.
8000e03ec : Clear calling identity in registerNetworkAgent.
f3963fa27 : Allow tests to create TRANSPORT_TEST|TRANSPORT_VPN networks.
129c01eab : Move applying underlying caps from Vpn to ConnectivityService.
083b00b5f : Stop accessing VPNs in checkConnectivityDiagnosticsPermissions.
6ae668189 : Test passing an underlying network array with null network in it.
b7769533c : Make testVpnNetworkActive more deterministic.
99fb6920f : Add a test for restricted profile added/removed with VPN up.
b5cc74279 : Adding @IgnoreUpTo to OemNetworkPreferencesTest
7f9b6d0f3 : Address leftover comments
00cc9a265 : Move module utils to the module package.
1fc8fb75b : Move module utils to the module package.
01f60b234 : Expose getTx/RxBytes in TrafficStats
3154d517c : Expose getTx/RxBytes in TrafficStats
1d8505b45 : Ignore verifying canBeSatisfiedBy() on Android Q
e955141cc : Update toString() to use the correct request
258ea3c3c : Update requestsSortedById() to sort by collection
4fce5d1bc : Allow a way to track the active request in an NRI
2cb619acf : Clarify documentation on TEMP_NOT_METERED API
f3215117b : Expose MIN_MTU_V6 as a public, @hide constant
5d358df3c : Remove a comment from ConnectivityService
4489abdb1 : Make MockVpn more realistic and easier to use.
e42d10a80 : Increase test coverage for VPN info sent to NetworkStatsService.
3581b34f6 : Simplify MockVpn.
d00e0b875 : Test a VPN with an underlying network that does not yet exist.
62740141d : Move BasicShellCommandHandler to frameworks/lib/modules-utils
88987d44f : Add a test for TcpKeepalivePacketDataParcelable.toString().
1ea1cda67 : Minor fixes to NetworkCapabilities#toString.
49ffc814e : Replace InterfaceConfiguration usage with stable aidl
0caeaa3ba : Remove legacy style metalava suppression
9de1e0e43 : Remove legacy style metalava suppression
6b2f5bb97 : Remove legacy style metalava suppression
7e8faaefb : Remove legacy style metalava suppression
3c4242ca5 : Add hardware tethering traffic in testTethering test
bc955da83 : Remove unused variables
a545c35fa : Remove unused variables
3841fbeec : Return offloaded traffic when querying from TrafficStats API
ea2363294 : Return offloaded traffic when querying from TrafficStats API
20f7c6e60 : Separate 2 tests to verify canBeSatisfiedBy()
64945ac75 : Fix the comments left on aosp/1481197
6f95279de : Replace the way to add legacy routing
82d1b93df : Updating network preference comments
363c86274 : Remove unused getTetherStats
1694538a2 : Remove unused getTetherStats
e3be94d65 : Remove unused getTetherStats
356a87940 : Adding API stubs for application network routing
60b84b216 : Adding multilayered requests to NetworkRequestInfo
4ebbddcf5 : Adding @IgnoreUpTo for testOemPrivate
1dbd5ded7 : DO NOT MERGE: Introduce DPMS shim for active DO/PO check
0c94b5385 : DO NOT MERGE: Introduce DPMS shim for active DO/PO check
f8f47c569 : DO NOT MERGE: Introduce DPMS shim for active DO/PO check
5c74a0f00 : Add maxTargetSdk restriction to unused APIs.
fe2fed741 : Add maxTargetSdk restriction to unused APIs.
e1a17baab : Add maxTargetSdk restriction to unused APIs.
ec9ab79f1 : Use hasIpv[4|6]DefaultRoute instead of hasIPv[4|6]DefaultRoute
edd411a28 : Replace Context @hide APIs
8dc153e6e : Replace AppOpsManager @hide APIs
9a0b4d0d0 : Add maxTargetSdk restriction to unused APIs.
2650c9287 : Add maxTargetSdk restriction to unused APIs.
e44c5f5a7 : Add maxTargetSdk restriction to unused APIs.
9627724c3 : Allow the network stack to read network stats history
62780368b : Allow the network stack to read network stats history
42f8a914c : Use local defined constants for notification channels
e34ebe1a0 : Move module utils to the module package.
339c010f8 : Move module utils to the module package.
6a224d7cf : Apply FLAG_IMMUTABLE to the PendingIntent in NetworkStatService.java
c5c6f2829 : Apply FLAG_IMMUTABLE to the PendingIntent in NetworkStatService.java
48c46f297 : Restructure Module code [ com.android.tethering ]
bbe92b335 : Restructure Module code [ com.android.tethering ]
7900906a8 : Restructure Module code [ com.android.tethering ]
b6caaa4c1 : Restructure Module code [ com.android.tethering ]
539aa9a22 : NetworkNotificationManager gets NotificationManager locally
93c1ce12f : Restructure Module code [ com.android.tethering ]
f69cbcf3c : Restructure Module code [ com.android.tethering ]
e1600e715 : Restructure Module code [ com.android.tethering ]
54c723074 : Restructure Module code [ com.android.tethering ]
f8c98957b : Apply FLAG_IMMUTABLE to the PendingIntent in NetworkStatService.java
f5686f391 : Apply FLAG_IMMUTABLE to the PendingIntent in NetworkStatService.java
155b7dea4 : Restructure Module code [ com.android.tethering ]
e62dea359 : Restructure Module code [ com.android.tethering ]
e53803032 : Restructure Module code [ com.android.tethering ]
7199b112b : Restructure Module code [ com.android.tethering ]
3a7110e16 : Fix a bug where modern network agents start in UNKNOWN
06de3de5b : Add maxTargetSdk restriction to unused APIs.
2217f37fc : Add maxTargetSdk restriction to unused APIs.
afa020961 : Revert "Add maxTargetSdk restriction to unused APIs."
2feaa993c : Revert "Add maxTargetSdk restriction to unused APIs."
117bde44f : Replace NotificationManager @hide APIs
edb833a1a : Replace hidden NMS permission control API
6d5c0e714 : Replace hidden NMS API for setting MTU
f83a718af : Replace hidden NMS interface to network API
1b7ae75c1 : Replace hidden NMS default network configuration API
4fcbb0348 : Add OEM_PRIVATE NetworkCapability
18929e62c : Add maxTargetSdk restriction to unused APIs.
3950aab83 : Add maxTargetSdk restriction to unused APIs.
ed0fdd959 : Add jarjar rule for IPv6ProvisioningLossQuirk.
7f8bb808a : Revert "Revert "Test IPv6ProvisioningLossParcelable in the NetworkAttributes"""
c3bc74751 : Using Context#getSystemService instead of ServiceManager#checkService
2669b29f1 : Address comments on aosp/1448415
91ea75cd4 : Apply fixes for EfficientStrings.
63465387c : Apply fixes for EfficientStrings.
3b8f510f9 : Require devices with first sdk 0 or later to support mandatory algorithms
f62269e26 : Require devices with first sdk 0 or later to support mandatory algorithms
06e08ac40 : Do not use hidden SystemProperties.set
731713c82 : Remove @TestApi from @SystemApi symbols
088a66427 : Remove @TestApi from @SystemApi symbols
c1215d3d4 : Remove unused MockableSystemProperties from DnsManager constructor
95a69f8f1 : Remove @TestApi from @SystemApi symbols
3d20a5046 : Remove @TestApi from @SystemApi symbols
9a6fd906e : Remove @TestApi from @SystemApi symbols
dce1bf935 : Remove @TestApi from @SystemApi symbols
9001afc69 : Remove @TestApi from @SystemApi symbols
ba07cf027 : Expose new algorithms as public API
4f86de5e5 : Expose new algorithms as public API
960118936 : Create service-connectivity.jar
4273f7792 : Stop setting the legacy net.dnsX system properties
4d6c93d31 : Remove unused methods from LinkProperties.
a0515bec7 : Allow the network stack to read network stats history
f1e2cf02a : Allow the network stack to read network stats history
94e767303 : Add new mandatory IPsec algorithms
5c02efcf5 : Add new mandatory IPsec algorithms
21abcd024 : Add new mandatory IPsec algorithms
516366088 : Add @Nullable annotation to the parameter of Object.equals() methods.
76a6131fd : Add @Nullable annotation to the parameter of Object.equals() methods.
aabe9cc98 : Add imports to networking test mapping
9f6d73c3c : Allow the network stack to read network stats history
4c1d8a48f : Allow the network stack to read network stats history
2af502226 : Replace PendingIntent @hide APIs
c9fc48652 : Fix a typo in a comment
6f94c0f75 : Add a mutability flag to the PendingIntent
77ae8a0bc : Use system api for shell command handling
63fd0c40f : Support dynamically update IMSI
f57100379 : Support dynamically update IMSI
430e11a9f : Support dynamically update IMSI
ae98b5f35 : Don't let NAW.mNetworkInfo escape
974fc8785 : Update to positive logic to better match the method naming
1d34ee5cf : Refactoring: Use explicit methods for checking DO/PO
c2bcd967e : Refactoring: Use explicit methods for checking DO/PO
00cd32627 : Remove unused ACTION_PACKAGE_ADDED intent.
7f3a7512b : Move IpUtils to frameworks/libs/net
e33b57659 : Revert "Move module utils to the module package."
de27d61e6 : Revert "Move module utils to the module package."
7d5baee37 : Speculatively fix L2TP keepalive issues by reducing mtu
11385d9d0 : Move module utils to the module package.
885d9b04b : Move module utils to the module package.
6cdf2a4ab : Provide more feedback to Settings when sessions fail
20f3d02a1 : Provide more feedback to Settings when sessions fail
65f64a973 : Skip stop if keepalive is already in stopping state
563aaaba9 : Remove a useless method
39f8e97c7 : Update language to comply with Android's inclusive language guidance
4610b3276 : Update language to comply with Android's inclusive language guidance
d91e70589 : Handle lockdown VPN reset intent in ConnectivityService
3a0aaa681 : [CS] Add an option to block sensitive network specifier
a13af8b80 : Skip RAT type listener registration if IMSI is not available
a40b5dad2 : Skip RAT type listener registration if IMSI is not available
f91b0237f : Skip RAT type listener registration if IMSI is not available
9c60af374 : Revert "[RFPM03] Check permission by uid."
b275ee6f4 : Revert "[RFPM04] Adjust hasRestrictedNetworkPermission method"
dfb26833f : Revert "[RFPM05] Add UidNetdPermissionInfo class"
75125f213 : Notify the keepalive is stopped after the slot has been released
11dfa11c8 : Skip RAT type listener registration if IMSI is not available
dad37d17f : Skip RAT type listener registration if IMSI is not available
a57040886 : Skip RAT type listener registration if IMSI is not available
0e7e72fea : Skip RAT type listener registration if IMSI is not available
43e9bf91c : Skip RAT type listener registration if IMSI is not available
58e431877 : WifiP2pManager: Plumb package name to service
a61dac141 : WifiP2pManager: Plumb package name to service
084485bcb : Add 5G NSA to collapsed RAT types list
fd139892d : Add 5G NSA to collapsed RAT types list
064b6915a : Add getAllCollapsedRatTypes to NetworkTemplate
199f353a9 : Add getAllCollapsedRatTypes to NetworkTemplate
fda084bdc : Add 5G NSA to collapsed RAT types list
923ab36b8 : Add 5G NSA to collapsed RAT types list
a66d7c436 : Add 5G NSA to collapsed RAT types list
fd54bcf23 : Add 5G NSA to collapsed RAT types list
20452935f : Update language to comply with Android's inclusive language guidance
2fea4a758 : Update language to comply with Android's inclusive language guidance
263ce447c : Update language to comply with Android's inclusive language guidance
1daf97360 : [RFPM05] Add UidNetdPermissionInfo class
39175f267 : Rename Kotlin util files to not include the Kt suffix
f5c38386a : Fix fd leak in KeepaliveTracker.
75d9e28a0 : Resolve the endpoint in legacy VPN
c040064a2 : Update language to comply with Android's inclusive language guidance
0f2cebfb5 : Update language to comply with Android's inclusive language guidance
3103a6ee0 : Add a test for starting the legacy VPN.
059356d83 : Revert "Revert "Move Inet[4]AddressUtils to libs/net""
461a122ae : Fix fd leak in KeepaliveTracker.
950d10f9c : Resolve the endpoint in legacy VPN
c9077f2a3 : Add a test for starting the legacy VPN.
d9b1b9dae : Update language to comply with Android's inclusive language guidance
2349cf350 : Update language to comply with Android's inclusive language guidance
3b7591e1f : Move utils from network stack to libs.
de5b46c10 : [RFPM04] Adjust hasRestrictedNetworkPermission method
55b277c91 : Update language to comply with Android's inclusive language guidance
893335012 : Update language to comply with Android's inclusive language guidance
1c9c0c151 : Set the NetworkInfo subtype to 0.
8adb39a68 : [RFPM03] Check permission by uid.
fd43392b2 : Set the NetworkInfo subtype to 0.
3dc92d524 : Update language to comply with Android's inclusive language guidance
06defe000 : Update language to comply with Android's inclusive language guidance
3b9549f40 : Update language to comply with Android's inclusive language guidance
f4e77ac57 : Gracefully handle integer overflows.
fc5b6cb32 : Gracefully handle integer overflows.
e55ab87e5 : Gracefully handle integer overflows.
7fd64dee0 : Attribute data usage to virtual RAT type for 5G non-standalone mode
3e1d718c1 : Attribute data usage to virtual RAT type for 5G non-standalone mode
c3e3a1d0e : Attribute data usage to virtual RAT type for 5G non-standalone mode
6595b08d8 : [Telephony Mainline] Rename getActiveAndHiddenSubscriptionIdList and guard with permission
171598cb7 : [Telephony Mainline] Rename getActiveAndHiddenSubscriptionIdList and guard with permission
104176406 : [Telephony Mainline] Rename getActiveAndHiddenSubscriptionIdList and guard with permission
277483238 : Attribute data usage to virtual RAT type for 5G non-standalone mode
4f635a085 : Attribute data usage to virtual RAT type for 5G non-standalone mode
fba76f64a : Attribute data usage to virtual RAT type for 5G non-standalone mode
37c58e61b : Attribute data usage to virtual RAT type for 5G non-standalone mode
c7af656fa : Attribute data usage to virtual RAT type for 5G non-standalone mode
cdf050d08 : Revert "Attribute data usage to 5G for 5G non-standalone mode"
491d1837e : Revert "Attribute data usage to 5G for 5G non-standalone mode"
43b3142dc : Revert "Attribute data usage to 5G for 5G non-standalone mode"
eaa76fbd4 : Attribute data usage to 5G for 5G non-standalone mode
7e5b9894a : Attribute data usage to 5G for 5G non-standalone mode
dc31686c3 : Attribute data usage to 5G for 5G non-standalone mode
9aa312744 : Add some more public doc for MacAddress
a1a8814b8 : [RFPM02] Add Dependencies class for injection in tests.
c37e3d08b : Remove ProxyInfo(String) and update callers to use ProxyInfo(Uri)
59fc48392 : Remove ProxyInfo(String) and update callers to use ProxyInfo(Uri)
ffb76492e : Remove ProxyInfo(String) and update callers to use ProxyInfo(Uri)
ded38fda4 : Add some more public doc for MacAddress
064d18d18 : Revert "Move Inet[4]AddressUtils to libs/net"
6bdfba28a : ITetheredInterfaceCallback is a oneway interface
d8c013146 : ITetheredInterfaceCallback is a oneway interface
c98e38195 : Move Inet[4]AddressUtils to libs/net
f90e5bcc2 : Revert "Test IPv6ProvisioningLossParcelable in the NetworkAttrib..."
0c140bf1e : Test IPv6ProvisioningLossParcelable in the NetworkAttributes.
b9128f36a : Send ConnDiags event before revalidating network in CS.
3d1df816d : Send ConnDiags event before revalidating network in CS.
1c962a802 : Update to use nativehelper/JNIPlatformHelp.h
c206662f5 : Update to use nativehelper/JNIPlatformHelp.h
caaee1d0e : Disable sockets and DNS if process lacks INTERNET permission.
ff0dc5cf4 : Move DnsPacket to libs net
aa4620914 : [RFPM01] Merge package added/removed methods
7746e4ea2 : Make PendingIntent immutable and correct Settings package name
fc7dd4c35 : Update DnsManagerTest for AIDL interface change
8fb860bfe : Update DnsManagerTest for AIDL interface change
b6b7e0c2b : Support DNS-over-TLS probes in NetworkDiagnostics
f2db66615 : Make PendingIntent immutable and correct Settings package name
6cad4b10d : Support DNS-over-TLS probes in NetworkDiagnostics
a38ff0a96 : Update docs for methods that require subscriberId
3dae8b1b4 : Update docs for methods that require subscriberId
51221efa4 : Move DnsPacket to libs net
8ef2a47c5 : Address comments from aosp/1298476
cf854996a : Address comments from aosp/1298476
69bfb5afe : Address comments from aosp/1298476
5a42a4132 : Disable sockets and DNS if process lacks INTERNET permission.
58897cc49 : Treat RouteInfo with different interfaces as different routes
bc4c5caa4 : Treat RouteInfo with different interfaces as different routes
46f32c01a : Dynamically enable/disable watch for RAT type changes
e43680446 : Dynamically enable/disable watch for RAT type changes
7558938ce : Dynamically enable/disable watch for RAT type changes
7a952773d : Connectivity: start PAC global proxy after reboot.
1182d5a7f : Test extra info sent to NetworkMonitor
b00152243 : Set correct owner UID for VPN agentConnect()
03e98293e : Add unit test for NetworkStatsSubscriptionsMonitor
86bb42995 : Add unit test for NetworkStatsSubscriptionsMonitor
b0e7dca43 : Add unit test for NetworkStatsSubscriptionsMonitor
301bc7b40 : Test extra info sent to NetworkMonitor
c3884937e : Move Inet[4]AddressUtils to libs/net
cece40543 : Document the limitation to a hundred callbacks.
f949ec251 : Cleanup config_mobile_hotspot_provision_app usage
a5ff113bf : Document the limitation to a hundred callbacks.
e9aad6fa2 : Cleanup config_mobile_hotspot_provision_app usage
bf004e983 : Set correct owner UID for VPN agentConnect()
7acca65e5 : Add unit test for NetworkStatsSubscriptionsMonitor
da12e7f73 : Add unit test for NetworkStatsSubscriptionsMonitor
a8eab54ee : Add unit test for NetworkStatsSubscriptionsMonitor
9d2a21503 : Update javadoc to use complete sentence
d33028c20 : Update extra info before registering
8b60559b7 : Update javadoc to use complete sentence
9774ceb3e : Update extra info before registering
edb74fd83 : Disable log for per uid blocked status changed event
31a6c3205 : Disable log for per uid blocked status changed event
41f011848 : Add TRANSPORT_TEST to test ethernet interfaces
ecb5efcd7 : Add TRANSPORT_TEST to test ethernet interfaces
bfd4336f3 : Allow TRANSPORT_TEST ethernet networks
c9dcbcd59 : Add dnsproxyd_protocol_headers for NETID_USE_LOCAL_NAMESERVERS
dcb0e912b : Adjust tests for renaming groupHint to cluster.
ba8ca7839 : Add RequiresFeature annotations for IKEv2 VPN profiles
656c566cf : Allow TRANSPORT_TEST ethernet networks
212334b7b : NetworkStats: apply464xlatAdjustments - don't remove CLAT_UID
9d862381b : NetworkStats: apply464xlatAdjustments - don't remove CLAT_UID
27daadb32 : NetworkStats: apply464xlatAdjustments - don't remove CLAT_UID
c9d2d3963 : NetworkStats: apply464xlatAdjustments - remove useBpfStats parameter.
c7d0224c7 : NetworkStats: apply464xlatAdjustments - remove useBpfStats parameter.
19e7950e5 : NetworkStats: apply464xlatAdjustments - remove useBpfStats parameter.
bcb4c0db3 : fix com.android.server.net.NetworkStatsFactoryTest#testDoubleClatAccounting100MBDownload
e32498e43 : fix com.android.server.net.NetworkStatsFactoryTest#testDoubleClatAccounting
27061604c : fix com.android.server.net.NetworkStatsFactoryTest#testDoubleClatAccountingSimple
b6662062f : fix android.net.NetworkStatsTest#testApply464xlatAdjustments
cbc6c27d2 : NetworkStats - no need for xt_qtaguid clat bw fixups
5c9097c9e : NetworkStats - no need for xt_qtaguid clat bw fixups
bcd2b09b3 : NetworkStats: apply464xlatAdjustments - don't remove CLAT_UID
d03416842 : NetworkStats: apply464xlatAdjustments - don't remove CLAT_UID
e454f35a3 : NetworkStats: apply464xlatAdjustments - don't remove CLAT_UID
7bdbb811f : Add dnsproxyd_protocol_headers for NETID_USE_LOCAL_NAMESERVERS
4bfcfc5f0 : NetworkStats: apply464xlatAdjustments - remove useBpfStats parameter.
7c8b7b14e : NetworkStats: apply464xlatAdjustments - remove useBpfStats parameter.
bfaed0479 : NetworkStats: apply464xlatAdjustments - remove useBpfStats parameter.
b053a337e : fix com.android.server.net.NetworkStatsFactoryTest#testDoubleClatAccounting100MBDownload
2cc6ec11d : fix com.android.server.net.NetworkStatsFactoryTest#testDoubleClatAccounting
51531ee37 : fix com.android.server.net.NetworkStatsFactoryTest#testDoubleClatAccountingSimple
f24ada13a : fix android.net.NetworkStatsTest#testApply464xlatAdjustments
7b964ba2c : NetworkStats - no need for xt_qtaguid clat bw fixups
28aed515f : NetworkStats - no need for xt_qtaguid clat bw fixups
7b6983323 : NetworkStatsService - xt_qtaguid non-ebpf - account stacked interface stats
d4ce044ad : NetworkStatsService - xt_qtaguid non-ebpf - account stacked interface stats
279638210 : Comment reason for simulateDataStall structure.
bb4f409b5 : NetworkStatsService - xt_qtaguid non-ebpf - account stacked interface stats
7e81d0179 : NetworkStatsService - xt_qtaguid non-ebpf - account stacked interface stats
d19671469 : Add RequiresFeature annotations for IKEv2 VPN profiles
43081c926 : Add TRANSPORT_TEST to test ethernet interfaces
1849ebd9c : Add TRANSPORT_TEST to test ethernet interfaces
37aa693fb : Inform the DNS resolver when it needs to do DNS64 synthesis.
0424f8891 : Test that if an RA sets the same prefix as DNS, nothing happens.
80aec1d4f : Forward unknown Data Stall types to Connectivity Diagnostics.
652e3ec4f : Comment reason for simulateDataStall structure.
b432bc75e : Inform the DNS resolver when it needs to do DNS64 synthesis.
16b28e2b2 : Test that if an RA sets the same prefix as DNS, nothing happens.
4a7eb2a5d : Address nit from aosp/1301317
42d016fdb : Add capability they should always have to eth networks.
2bdb206bc : Add capability they should always have to eth networks.
ebbece8b2 : Fix a bug where VPNs start out suspended on cellular
bee5b3f22 : Fix a bug where a spurious capabilities callback is sent.
84f1909fb : Suppress deprecation warnings in LegacyTypeTrackerTest.
2ce373abf : Add integration test for capport API
3cd880b4b : Adjust tests for renaming groupHint to cluster.
b37958eec : Forward unknown Data Stall types to Connectivity Diagnostics.
d68de90e4 : Add an exported flag in integration tests manifest
15eb17c2f : Move Data Stall logic to CS from NetworkMonitorCallbacks.
01ca51a90 : Add methods for IKEv2/IPsec test mode profiles
05c7af6c7 : Use the new NetworkStackConnector constructor
0d7bed76c : Add methods for IKEv2/IPsec test mode profiles
f5cc4eae9 : Move Data Stall logic to CS from NetworkMonitorCallbacks.
9ddf8a595 : Create TestApi for simulating a Data Stall on ConnectivityService.
a9b761d26 : Set owner and administrator UIDs for test networks.
5b1f5ccfa : Use CopyOnWriteArrayList to store list of NetworkStatsProviderCb
1d4d01a8a : Use CopyOnWriteArrayList to store list of NetworkStatsProviderCb
2c4a47d65 : Send full LinkProperties to NetworkMonitor
4f8109f63 : Address nit from aosp/1301317
e6213a628 : Add capability they should always have to eth networks.
bddcfc0c4 : Add capability they should always have to eth networks.
fbd6a2c01 : Fix a bug where VPNs start out suspended on cellular
c9f24746f : Send full LinkProperties to NetworkMonitor
bfd3c75dc : Add tests for Tunnel, Transport mode application with released SPIs
6a1701dba : Use TransformRecord to get SPI instead of SpiRecord
003c5c980 : Use TransformRecord to get SPI instead of SpiRecord
2d70990d2 : Use TransformRecord to get SPI instead of SpiRecord
ac2db1662 : Broadcast ACTION_NETWORK_STATS_UPDATED in NetworkStatsHandler
55119e823 : Broadcast ACTION_NETWORK_STATS_UPDATED in NetworkStatsHandler
d1028a599 : Broadcast ACTION_NETWORK_STATS_UPDATED in NetworkStatsHandler
3648f0a35 : Broadcast ACTION_NETWORK_STATS_UPDATED in NetworkStatsHandler
d56879128 : Fix a bug where a spurious capabilities callback is sent.
0298306ba : Added a new capability for temporarily unmetered network.
d9d1a9f98 : [SM10] Adopt helper class to monitor RAT type change per sub
53c97ec4c : [SM10] Adopt helper class to monitor RAT type change per sub
d33735c95 : [SM10] Adopt helper class to monitor RAT type change per sub
f3508769e : Rename satisfiedBy to canBeSatisfiedBy for MatchAllNetworkSpecifier
3d3c9f7b7 : Add comment / logging in NetworkMonitor callbacks
0fff1ed7b : Add filtering for IPsec algorithms in IKEv2 VPNs
e77cc5a7b : Use CopyOnWriteArrayList to store list of NetworkStatsProviderCb
a6880d003 : Use CopyOnWriteArrayList to store list of NetworkStatsProviderCb
2e1eda79f : Filter debug entries for each vpn
abfadbefe : Filter debug entries for each vpn
bd1624167 : Filter debug entries for each vpn
3cb1e0308 : Add test prefix into test cases
350b80ef7 : Filter debug entries for each vpn
87ba30837 : Filter debug entries for each vpn
1d5c290e3 : Filter debug entries for each vpn
88fa813bd : Add test prefix into test cases
f57719790 : Address comments on NetworkStack AIDL v6
a065d07ed : Use the new NetworkStackConnector constructor
f53a07591 : Create TestApi for simulating a Data Stall on ConnectivityService.
fc7cad313 : Set owner and administrator UIDs for test networks.
3745c39f9 : Restrict match conditions of TelephonyNetworkSpecifier#canBeSatisfied
e3cff5ba6 : Enforce permission check in getUidStats function
d80a6ed9e : Enforce permission check in getUidStats function
455b93d13 : Add comment / logging in NetworkMonitor callbacks
9b647ca69 : Address comments on NetworkStack AIDL v6
22ef3a874 : Add test for NetworkSpecifier
de4a67583 : Add test for NetworkSpecifier
a7339886e : Don't call maybeTrackInterface on the wrong thread.
612353381 : Don't call maybeTrackInterface on the wrong thread.
7bc33dfb8 : Set attributionTag for noteOp(WRITE_SETTINGS) calls
4f5455fb4 : Add network agent to enhance NetworkProvider test
c9016cafe : Stop prefix discovery if an RA prefix arrives in DISCOVERING
1c0d43fc1 : Make the Nat464Xlat tests more realistic.
4308bfc4f : Support learning the NAT64 prefix from two different sources.
38c6519a9 : Stop prefix discovery if an RA prefix arrives in DISCOVERING
c6bd5847c : Make the Nat464Xlat tests more realistic.
e2eade021 : Support learning the NAT64 prefix from two different sources.
f0a0642b9 : Move DhcpInfoTest to frameworks/base/tests/net/common
82948ddb1 : Move DhcpInfoTest to frameworks/base/tests/net/common
8d2f51453 : Add network agent to enhance NetworkProvider test
b9626ecd4 : This contains a squash of two changes >>>>>>>>>>>>>>>>>>>>>> aosp/1284588 Adjust permission of NetworkProvider related API
4e54d05cb : Add testTransportTypesEqual to dnsmanager test cases
5559f1edd : Add a function to process LinkProperties coming from an agent.
aa0c7d00c : Support changing the NAT64 prefix without removing it.
01950be12 : Add testTransportTypesEqual to dnsmanager test cases
18a58468c : Add a function to process LinkProperties coming from an agent.
2bb072d54 : Add cts test for NetworkProvider
ebbfd3ccb : Adjust permission of NetworkProvider related API
7f3d68463 : Support changing the NAT64 prefix without removing it.
d8d7916d9 : [SP27.3] Rename TestableNetworkStatsProvider
97d9567cb : [SM10] Adopt helper class to monitor RAT type change per sub
f0fcc339c : [SM10] Adopt helper class to monitor RAT type change per sub
c6081f9c5 : [SM10] Adopt helper class to monitor RAT type change per sub
8e3914c16 : Add filtering for IPsec algorithms in IKEv2 VPNs
0e9a7738d : Allow testing of signal strength
e77013706 : Add instrumentation to test NetworkAgent.
424cced07 : Add more tests for CaptivePortalData
6b59b8fbc : Allow testing of signal strength
3acd429ba : Move CaptivePortalDataTest to common test to support cts
d4a9e976e : Add more tests for CaptivePortalData
210a4da6e : Move CaptivePortalDataTest to common test to support cts
be9447be5 : Add instrumentation to test NetworkAgent.
7b2f898a9 : Set transport types to resolver
db2aad69e : Set transport types to resolver
b9db69f62 : Fix a theoretical NPE
8bc2a49fd : Narrow access to getDataLayerSnapshotForUid().
7bab8e86d : Narrow access to getDataLayerSnapshotForUid().
35a06972c : Fix a theoretical NPE
61dcf1f41 : [SM10] Adopt helper class to monitor RAT type change per sub
ab1eb887a : [SM10] Adopt helper class to monitor RAT type change per sub
20dc3e71c : [SM09] Add helper class to monitor RAT type change per sub
af1b5c3f4 : [SM09] Add helper class to monitor RAT type change per sub
311bd48fe : Set WifiAwareNetworkInfo into setTransportInfo()
09d50fe69 : [SP27.3] Rename TestableNetworkStatsProvider
d217223e3 : [SM09] Add helper class to monitor RAT type change per sub
5d0d638f5 : [SM09] Add helper class to monitor RAT type change per sub
ec5e7af97 : Set WifiAwareNetworkInfo into setTransportInfo()
c12fcce03 : Add more tests in NetworkCapabilitiesTest.java
7ab8d925b : Fix NetworkStatsApiTest failed on Q device
a85ea98c7 : Add gating, logging for PhoneStateListener's limit
4aae1e23c : Add trivial dependencies tests for the network stack
50756739b : Fix a stupid NPE
ff9769127 : Fix NetworkStatsApiTest failed on Q device
77c766052 : Add trivial dependencies tests for the network stack
3df2ebcb8 : Add more tests in NetworkCapabilitiesTest.java
24398db2b : Refactor the Nat464Xlat function for simplicity.
6c0cbccf9 : Rename the *Nat64Prefix to *Nat64PrefixFromDns.
90ae726ee : [SM09] Add helper class to monitor RAT type change per sub
3693a4c1e : [SM09] Add helper class to monitor RAT type change per sub
26fc3f31f : Fix a bug where the legacy extra info is reset on connect.
56c327341 : Fix a bug where the legacy extra info is reset on connect.
b80fe7489 : [SP26] add CTS for NetworkStats
3c94b3b16 : [SP26.2] add a method in NetworkStats that removes empty entries
d81034383 : [SP26.2] add a method in NetworkStats that removes empty entries
56f59c493 : [SP26.2] add a method in NetworkStats that removes empty entries
0d6e50a29 : Refactor the Nat464Xlat function for simplicity.
24260d5e6 : Fix setAdministratorUids tests on Q
71863e960 : Added a new capability for temporarily unmetered network.
380318053 : Fix a stupid NPE
d523d1416 : Rename the *Nat64Prefix to *Nat64PrefixFromDns.
7fb7c3e0b : Only apply VPN isolation if it's fully routed
824f80b12 : Fix setAdministratorUids tests on Q
ccd5ba288 : Make LinkPropertiesTest compatible with Q
c62f9a53d : Rename satisfiedBy into canBeSatisfiedBy
5507f2183 : Address further API council comments.
4b9a7dd13 : Address further API council comments.
41b191332 : Convert the Ethernet factory to the new network agent
86aac0dae : Convert the Ethernet factory to the new network agent
110e2b8da : [SP26.2] add a method in NetworkStats that removes empty entries
5d9bc0c75 : [SP26.2] add a method in NetworkStats that removes empty entries
1052557f3 : [SP26.2] add a method in NetworkStats that removes empty entries
e47c7e42e : [SP26] add CTS for NetworkStats
ab8cf306e : Only apply VPN isolation if it's fully routed
691a34d96 : Address further API council comments.
6602482f2 : Add MatchAllNetworkSpecifierTest
d5c455815 : Add more tests in LinkPropertiesTests.java
f7d30445c : Update constructor of NetworkMonitor
5f12f8120 : Update the NetworkProvider API for council comments
aea539a13 : Update NetworkAgentConfig API for council comments
f5d1bfd77 : Update the NetworkAgent API for council comments
60539ad8b : [SM06] Collect mobile NetworkStats metrics by collapsed rat type
eba72cd4e : [SM06] Collect mobile NetworkStats metrics by collapsed rat type
cbb19fcba : Make VpnProfile.maxMtu default value match Ikev2VpnProfile
85308a5a1 : Update CS helper for clearing NetworkCapabilities UIDs.
b1cd3ebfe : Update CS helper for clearing NetworkCapabilities UIDs.
5d51a917f : Simplify unregister logic for Connectivity Diagnostics callbacks.
7d4ef2101 : Clarify comments for Connectivity Diagnostics reports.
9c341963a : Sort administrator UIDs for NetworkCapabilities.
0d667c550 : Add combine() and equals() for NetworkCapabilities admin UIDs.
b65e18e63 : Use IBinder as key for ConnectivityDiagnostics storage in CS.
aebda983d : Decrement networkRequestPerUid when callbacks are unregistered.
fe059d8c3 : Invoke onConnectivityReport on registering ConnectivityDiagnostics.
9f8773c32 : Clean up handling of NetworkCapabilities#administratorUids.
2b1a61cf4 : Simplify unregister logic for Connectivity Diagnostics callbacks.
9a4168bd3 : Clarify comments for Connectivity Diagnostics reports.
ec5a0cb0f : Sort administrator UIDs for NetworkCapabilities.
20e92eca2 : Add combine() and equals() for NetworkCapabilities admin UIDs.
31f1ff693 : Use IBinder as key for ConnectivityDiagnostics storage in CS.
46cb167e0 : Decrement networkRequestPerUid when callbacks are unregistered.
b77bf707c : Invoke onConnectivityReport on registering ConnectivityDiagnostics.
7b987276d : Clean up handling of NetworkCapabilities#administratorUids.
0ab515841 : Update constructor of NetworkMonitor
ef40b406c : Add CTS tests for ApfCapabilities static APIs.
be8bbacfa : Fix NetworkCapabilitiesTest fail on Q device
9904c69fa : Unbreak testStartUsingNetworkFeature_enableHipri failure
f4667b492 : Add gating, logging for PhoneStateListener's limit
ec51fecfe : Make VpnProfile.maxMtu default value match Ikev2VpnProfile
51b8e287a : Rename satisfiedBy into canBeSatisfiedBy
9eb939932 : Unbreak testStartUsingNetworkFeature_enableHipri failure
e6f49eda8 : Fix querying Ethernet availability for unprivileged callers.
bc7ff5d89 : Fix querying Ethernet availability for unprivileged callers.
812e8cb87 : Address further API council comments.
fd23dbbf0 : Update the NetworkProvider API for council comments
7988471ec : Make LinkPropertiesTest compatible with Q
ff6988212 : Address further API council comments.
dff893b27 : Address further API council comments.
ea4574dfd : Fix querying Ethernet availability for unprivileged callers.
dd397f58c : Fix querying Ethernet availability for unprivileged callers.
85d2df816 : Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull
a12c44da4 : Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull
ee67425c0 : Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull
55c6a844f : Add more tests in LinkPropertiesTests.java
5bf0d2de9 : Add MatchAllNetworkSpecifierTest
158b69aad : Don't call maybeTrackInterface on the wrong thread.
bd66333a2 : Don't call maybeTrackInterface on the wrong thread.
15a3adbdf : Update NetworkAgentConfig API for council comments
68d0e4278 : Update the NetworkAgent API for council comments
d22cb127b : Allow MANAGE_TEST_NETWORKS to register limited agents
5b6397636 : Allow MANAGE_TEST_NETWORKS to register limited agents
d497ed73f : Automatically set IPsec tunnel interface as up
3fafd684c : Automatically set IPsec tunnel interface as up
d6e8d4ab7 : Automatically set IPsec tunnel interface as up
ebda17c88 : Relax IPsec resource count restrictions.
fd266f85b : Relax IPsec resource count restrictions.
4b1aada0a : API review: make exception class and Builder final
542e60001 : Create a builder for NetworkCapabilities.
782c7307a : [SM06] Collect mobile NetworkStats metrics by collapsed rat type
149a1cefe : [SM06] Collect mobile NetworkStats metrics by collapsed rat type
88cef1a24 : Fix NetworkCapabilitiesTest fail on Q device
005f9d10a : API review: access field by method
2772ddd5b : Add CTS tests for ApfCapabilities static APIs.
9d26f9228 : Expose netId by adding getter API
cbd7b6b1d : Fix addRoute replace default route unexpectedly
a1493a52d : Fix addRoute replace default route unexpectedly
21105c977 : Clean up unit testing for ConnectivityDiagnostics.
cf7bb0ee0 : Restrict VPN Diagnostics callbacks to underlying networks.
47c0d852d : Refactor Network's use of mUrlConnectionFactory.
fbb0836bc : Remove usage of Context.NETWORK_STACK_SERVICE
a45861dd6 : Send tethered interface callbacks based on interface existence.
0c30d949d : Send tethered interface callbacks based on interface existence.
356cf6ab8 : Support setting the default interface to null again.
876e5e16a : Support setting the default interface to null again.
149860a42 : Send tethered interface callbacks based on interface existence.
165b456d9 : Send tethered interface callbacks based on interface existence.
42cecb075 : Support setting the default interface to null again.
e81f99d53 : Support setting the default interface to null again.
d7d24015a : Create a builder for NetworkCapabilities.
3eacb9682 : Make Ethernet interfaces more testable.
8723291ce : Make Ethernet interfaces more testable.
4574935dc : Make Ethernet interfaces more testable.
ad35ebfec : Make Ethernet interfaces more testable.
fb336e929 : Make Ethernet interfaces more testable.
fac84a2be : Move NetworkCallback to last parameter for new exposed requestNetwork
f47d83448 : TetheringManager API clean up
38ef330e4 : Move NetworkCallback to last parameter for new exposed requestNetwork
9b0d58ee1 : Make Ethernet interfaces more testable.
841195a10 : Make Ethernet interfaces more testable.
4129ed1f1 : TetheringManager API clean up
ed55c7ad0 : Expose netId by adding getter API
5637fa73e : Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPL
410236b92 : API review: access field by method
f6f863428 : [SM07] Make combine subtype configurable from Settings
3faf37539 : [SM07] Make combine subtype configurable from Settings
b767c0b02 : [SM08] Add NetworkTemplate unit test for fetching mobile data usage
678befa63 : [SM07] Make combine subtype configurable from Settings
b2067520a : [SM05] Enable record mobile network stats by collapsed rat type
0a59b1e59 : [SM05] Enable record mobile network stats by collapsed rat type
2632681cf : [SM05] Enable record mobile network stats by collapsed rat type
d83a0e0d1 : [SM04] Support fetching data with NetworkTemplate with subType
97ea6b222 : [SM04] Support fetching data with NetworkTemplate with subType
55962ad9c : [SM02] Support record mobile network stats by collapsed rat type
383c8e855 : [SM02] Support record mobile network stats by collapsed rat type
92e995d9c : [SM08] Add NetworkTemplate unit test for fetching mobile data usage
3845301fc : [SM07] Make combine subtype configurable from Settings
1e3078157 : [SM07] Make combine subtype configurable from Settings
7e6e807be : [SM07] Make combine subtype configurable from Settings
187a7b1ad : Make Ethernet interfaces more testable.
013187d3e : Make Ethernet interfaces more testable.
965434afa : Make Ethernet interfaces more testable.
5ab1f55d1 : Change NetworkCapabilties administrator UIDs to be stored as int[].
46a0db809 : Change NetworkCapabilities administrator UIDs to be stored as int[].
6ccc8aa26 : mtu: Add MTU parameter to Routes
84c3f4427 : Fix flaky ConnectivityServiceTest#testNetworkFactoryUnregister
1227f32c5 : [SM07] Make combine subtype configurable from Settings
550d61b8f : [SM07] Make combine subtype configurable from Settings
aa5dfd816 : Remove usage of Context.NETWORK_STACK_SERVICE
41c2272a1 : Add version check to prevent test fail on Android Q
fce6aad2b : Move sensitive field parceling bool to constructor
0819fa724 : Make LinkPropertiesTest backwards compatible
3b8585941 : [SM05] Enable record mobile network stats by collapsed rat type
dddf7d0a9 : [SM05] Enable record mobile network stats by collapsed rat type
56b6a9525 : [SM05] Enable record mobile network stats by collapsed rat type
b62cac012 : [SM04] Support fetching data with NetworkTemplate with subType
00d94e333 : [SM04] Support fetching data with NetworkTemplate with subType
2c31ca121 : [SM02] Support record mobile network stats by collapsed rat type
825f0828a : [SM02] Support record mobile network stats by collapsed rat type
80bf34b2a : Fix flaky ConnectivityServiceTest#testNetworkFactoryUnregister
b05dcda67 : Add NattKeepalivePacketDataTest
fa4521c1a : Add KeepalivePacketDataTest
8413d3c1a : [SM05] Enable record mobile network stats by collapsed rat type
ff1d70e36 : [SM05] Enable record mobile network stats by collapsed rat type
82d9f7cbb : [SM04] Support fetching data with NetworkTemplate with subType
ec1c5fe86 : [SM04] Support fetching data with NetworkTemplate with subType
96105f0d2 : [SM02] Support record mobile network stats by collapsed rat type
20f4805aa : [SM02] Support record mobile network stats by collapsed rat type
4ceb6470b : [SP25] Rename functions that add Entry conditionally
a79dab922 : [SP25] Rename functions that add Entry conditionally
a896436ef : [SP25] Rename functions that add Entry conditionally
fa1ef5eb1 : Update ConnectivityDiagnosticsCallback function name.
6300ca089 : [SP25] Rename functions that add Entry conditionally
544bc807a : [SP25] Rename functions that add Entry conditionally
8dd5ea04d : [SP25] Rename functions that add Entry conditionally
21b5e7f1b : [SP24] Rename functions that add Entry unconditionally
02a6340ca : [SP24] Rename functions that add Entry unconditionally
11ad688fc : [SP24] Rename functions that add Entry unconditionally
89c23a62e : [SP23] Address misc API review comment about NetworkStats
ca952de92 : [SP23] Address misc API review comment about NetworkStats
268e185ca : [SP21] Address comments for API council review about aosp/1172143
a42fd8ab3 : [SP21] Address comments for API council review about aosp/1172143
27d58bfd9 : [SP21] Address comments for API council review about aosp/1172143
b76186859 : [SP20] Check signature permission when accessing network stats provider
f62907d9c : [SP20] Check signature permission when accessing network stats provider
08707366d : Shorten the output of NetworkAgentInfo#toString().
f9dc64e61 : Fix typo in aosp/1242602
050c7de09 : Fix typo in aosp/1242602
d53914cad : Add permission check functions to NetworkStatsService
e953a50e6 : Add permission check functions to NetworkStatsService
da59e2d25 : Add test for NetworkAgentConfig
5b710612a : Add NattKeepalivePacketDataTest
8e9e1a037 : Add support for registering test networks with administrators.
1c7f159f4 : Protect ConnectivityService from SecurityException in permission check.
22d0bfd7c : Update ConnectivityDiagnosticsCallback function name.
c780d27ed : Add KeepalivePacketDataTest
8dd694d1d : Move sensitive field parceling bool to constructor
3994e73b7 : Make LinkPropertiesTest backwards compatible
d759ac61e : Restrict VPN Diagnostics callbacks to underlying networks.
2c74e6603 : Ensure that NetworkFactory objects cannot be reused.
b782017f2 : Removing some of the API don't have to be @SystemApi
04b7e0b17 : Add test for getDeprecationTime and getExpirationTime
7eaf6a2d4 : Fix typo in aosp/1242602
9d4e21f0b : Fix typo in aosp/1242602
f27a3cd08 : [SP24] Rename functions that add Entry unconditionally
e7c6c2565 : [SP24] Rename functions that add Entry unconditionally
cc38304ad : [SP24] Rename functions that add Entry unconditionally
05b2fc228 : [SP23] Address misc API review comment about NetworkStats
c7e8100fa : [SP23] Address misc API review comment about NetworkStats
fae582294 : services.net: Add a static library needed by wifi module
b0b8333e8 : Resolve ambiguous argument.
025f73910 : Update Javadoc comments for ConnectivityDiagnostics constants.
1378facba : services.net: Add a static library needed by wifi module
a7cc6d8ee : Resolve ambiguous argument.
d884e63e6 : Removing some of the API don't have to be @SystemApi
487b677f3 : Ensure that NetworkFactory objects cannot be reused.
7b4eada7c : Add javadoc for Network#netId
e072ca8b3 : services.net: Use the new ModuleNetworkStackClient
58d144f6e : services.net: Use the new ModuleNetworkStackClient
6b65a8484 : [SP21] Address comments for API council review about aosp/1172143
9a4eeaea2 : [SP21] Address comments for API council review about aosp/1172143
0c88795cb : [SP21] Address comments for API council review about aosp/1172143
9e90c0251 : Add version check to prevent test fail on Android Q
43321d2e0 : Add javadoc for Network#netId
1494a56ec : Add CTS for SocketUtils.makePacketSocketAddress(int, int, byte[])
27ca44913 : Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPL
4c48b0a06 : Add CTS for SocketUtils.makePacketSocketAddress(int, int, byte[])
b645699cd : Add tests for Tunnel, Transport mode application with released SPIs
807ce6621 : Clean up unit testing for ConnectivityDiagnostics.
a84aee7ad : Add support for registering test networks with administrators.
1dee169fa : Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull
13f2ab829 : Automatically set IPsec tunnel interface as up
529e8aae2 : Automatically set IPsec tunnel interface as up
feff1cde9 : Automatically set IPsec tunnel interface as up
261a43089 : Relax IPsec resource count restrictions.
7bcf9c28a : Relax IPsec resource count restrictions.
e4314861e : mtu: Add MTU parameter to Routes
97ae1a81f : Add test for NetworkAgentConfig
f78e440b2 : Skip Route tests that are R-specific on Q
1d74bab6e : Skip Route tests that are R-specific on Q
6617c9be4 : Accept MAINLINE_NETWORK_STACK permission on register/unregister network provider
0e1759bdf : Remove framework code that has moved to frameworks/libs/net
a830439b3 : Protect ConnectivityService from SecurityException in permission check.
5f3c53a26 : Clear UIDs when sharing NetworkCapabilties for ConnectivityDiagnostics.
e91080987 : Add missing RequiresPermission to EthernetManager
3bc71e0d8 : Add missing RequiresPermission to EthernetManager
f5706306f : Merge NetworkStatsService handler changes.
c0565de11 : Merge NetworkStatsService handler changes.
911106c17 : Merge NetworkStatsService handler changes.
ac98e787d : Add test for getDeprecationTime and getExpirationTime
d7e80c1f3 : Ignore testReevaluateNetwork until Q
890f021f5 : Skip LinkAddress tests that are R-specific on Q
78d504da0 : Ignore NetworkAgentConfigTest on Q
de03bda1c : Remove polling of TetheringManager in ConnectivityManager.
f94a6010c : Add missing RequiresPermission to EthernetManager
11f3924f1 : Add missing RequiresPermission to EthernetManager
e58e7a4d8 : Add more assertions to testStackedLinkProperties.
76eead56a : Remove the NetworkScore class.
13a85611f : test: ConnectivityService: Validate Route Add/Del
87cdb7c77 : test: LinkProperties: Unique Route Destinations
186adbf53 : Ignore NetworkAgentConfigTest on Q
f90ad41c0 : Fix crash and duplicated ethernet tethering request
87aa2869f : Fix crash and duplicated ethernet tethering request
1306f533e : Skip LinkAddress tests that are R-specific on Q
83bc44791 : Update Javadoc comments for ConnectivityDiagnostics constants.
df86d7b41 : Ignore testReevaluateNetwork until Q
8cdee3a43 : Remove the NetworkScore class.
a9b415a49 : Remove polling of TetheringManager in ConnectivityManager.
444d43aea : Remove redundant connected notification
73f992fd8 : Remove redundant connected notification
adfebb8b5 : Remove framework code that has moved to frameworks/libs/net
7febafb11 : Clear UIDs when sharing NetworkCapabilties for ConnectivityDiagnostics.
c05d1359b : Remove setHandler in NetworkStatsService
28561caf5 : Remove setHandler in NetworkStatsService
299946256 : Remove setHandler in NetworkStatsService
b6ba8e84f : Accept MAINLINE_NETWORK_STACK permission on register/unregister network provider
2e6a35ef5 : Add more assertions to testStackedLinkProperties.
3123092fd : Remove the need of accessing handler in NSS unit test
8005a2285 : Move DnsSdTxtRecord to net common static library
e045a555a : Move DnsSdTxtRecord to net common static library
fdb872c4e : Revert "Add public fields to NetworkScore and make it @SystemApi"
534f6e789 : Revert part of 05742521b959b665246f8865d7f8d3cb9488e67d
fd99009c5 : Revert part of 79eb7ba87bedd88fffa62a13ea9399c2affa1573
e3576345d : Fix crash and duplicated ethernet tethering request
c8e7d759b : Fix crash and duplicated ethernet tethering request
5668f7198 : test: ConnectivityService: Validate Route Add/Del
4d5537853 : Update NetworkInfo public API.
1c2016167 : [SP20] Check signature permission when accessing network stats provider
f2b6d7435 : [SP20] Check signature permission when accessing network stats provider
466e2e953 : Add permission check functions to NetworkStatsService
df2aef7c1 : Add permission check functions to NetworkStatsService
d15ca10d6 : Revert "[NS D01] Remove candidates that don't satisfy the request."
1d9a206bc : Revert "[NS D02] Mix in the ignore on wifi policy."
cd457ea5e : New NetworkAgentConfig API to replace NetworkInfo WiFi stuff.
99ae3ad2e : Remove useless thread checks
5863a7154 : Move NetworkAgent#register to a new method.
7b6b7ecc1 : Revert "[NS D03] Migrate the bad wifi avoidance policy"
6f677ac62 : Revert "[NS D04] Implement a simple speed comparison between scores."
3946b0ac1 : Add methods to send connected/disconnected state.
b3ce7501b : Revert "[NS D05] Rework how to tear down networks"
751e5a1c3 : Revert "[NS D06] Implement more policies"
b104cd7c1 : Revert "[NS D07] Use the unmodified legacy score"
b274810c3 : Sanitize owner UID iff owning app does not have location permissions.
bc7e37d0f : DO NOT MERGE: RELAND: NetworkRequest: Embed requestor uid & packageName
246d8d641 : DO NOT MERGE: RELAND: NetworkRequest: Embed requestor uid & packageName
4bb5b4583 : [NS D07] Use the unmodified legacy score
c736e7639 : [NS D06] Implement more policies
822a150c0 : [NS D05] Rework how to tear down networks
23d813be7 : Always set NetworkInfo objects to available.
2e6ba526c : Use framework-tethering-stub instead of framework-tethering
94d31add6 : Add support for starting IKEv2/IPsec VPNs from settings
16e0e33c7 : Add always-on VPN support for platform VPNs
44999a724 : test: LinkProperties: Unique Route Destinations
fb68c5226 : Add always-on VPN support for platform VPNs
336f647ee : Remove framework code that has moved to frameworks/libs/net
56115e5c0 : Remove framework code that has moved to frameworks/libs/net
1355c8b25 : [NS D04] Implement a simple speed comparison between scores.
66f497c90 : [NS D03] Migrate the bad wifi avoidance policy
7a56387e2 : [NS D02] Mix in the ignore on wifi policy.
36f258eb3 : Update NetworkMonitor integration test constructor
45e11181b : Send LinkProperties update on new capport data
a19115d48 : [NS D01] Remove candidates that don't satisfy the request.
175627faf : Revert "Remove framework code that has moved to frameworks/libs/net"
137e140e1 : [SP17] Wait for stats providers to report stats update
304de5156 : [SP17] Wait for stats providers to report stats update
0d16cdde0 : [SP16] Address comments on aosp/1172143
4fe16c521 : [SP16] Address comments on aosp/1172143
aa88bca82 : Update state in NetworkInfo when network resumes
0bd4bba07 : Enforce restricted user, getConnectionOwnerUid checks
b375131b0 : [SP12] Remove the usage of getVtDataUsage
12ddc700c : [SP12] Remove the usage of getVtDataUsage
514983cc3 : Implement Ikev2VpnRunner
c85b7b011 : Implement Ikev2VpnRunner
969d188ed : Implement Ikev2VpnRunner
6a82d893a : Implement Ikev2VpnRunner
d7fc38a1c : Implement Ikev2VpnRunner
9ee660315 : Implement Ikev2VpnRunner
2520c650c : Add Intdef annotation for eventId in logEvent
08c94fb8a : RELAND: NetworkRequest: Embed requestor uid & packageName
d85de75bf : Revert "NetworkRequest: Embed requestor uid & packageName"
b10ab4135 : [NS B10] Cleanup : remove mRematchedNetworks
96a4f4b8d : [NS B09] Create NetworkRanker
f955f8eb6 : [NS B08] More simplification
a6014db96 : [NS B07] More simplification
46a62378e : [NS B06] Simplification
7feb6ed38 : [NS B05] Remove old dead code
857a1719a : [NS B04] Make the network selection request-major.
4970757c2 : [NS B03] Add debug log showing the reassignment
d7f762d7b : [NS B02] Split out a function to apply a NetworkReassignment
57cc7cb46 : [NS B01] Move the computation loop to a separate function
64520dc48 : [NS A44 2/2] Apply requests after all networks rematching is computed
6a4dfac6b : [NS A44 1/2] Update linger state before processing listens
f7a0f125d : Add permission check for CaptivePortal#reevaluateNetwork
ca2105f59 : Add permission check for CaptivePortal#reevaluateNetwork
c2b200e46 : Fix invalid usage of javadoc
d49951730 : NetworkRequest: Embed requestor uid & packageName
f2852480a : Include NetworkCapabilities and LinkProperties in DataStallReport.
950d79e14 : [SP10] Add IntDef annotations for system api of NetworkStats
8016a35c7 : [SP10] Add IntDef annotations for system api of NetworkStats
0900154ef : Add a systemapi constructor for NetworkAgent
75a6104e2 : Fix review comments on aosp/1213524
81c1f1dcc : rm libbinderthreadstate
273a3e1c5 : Use framework-tethering-stub instead of framework-tethering
a098ec417 : NetworkRequest: Embed requestor uid & packageName
8fd82aea7 : [NS A43] Separate updating the linger timer and sending LOSING
383f5ef79 : [NS A42] Move writing to the reassignment to the computation
24344d7e7 : [NS A41] Cut out a function to update NAI info
d0bb3fe33 : Use waitForIdle() to wait for Threaded processing.
5a9a2ae4b : Fire ConnectivityDiagnostics callbacks on Connectivity reported.
b12ad4ca3 : Implement INetworkMonitorCallbacks#notifyDataStallSuspected.
83bb5fa76 : Implement INetworkMonitorCallbacks#notifyNetworkTestedWithExtras.
c95f96910 : Fix typo in ConnectivityDiagnosticsManager constant.
3eb07d4e7 : Fire ConnectivityDiagnostics callbacks on Connectivity reported.
a1bb47a76 : Implement INetworkMonitorCallbacks#notifyDataStallSuspected.
c8e5bf6ef : Implement INetworkMonitorCallbacks#notifyNetworkTestedWithExtras.
a73199168 : Add separate user consent for Platform VPNs
7e416aa19 : [NS A40] Read current reassignment state instead of global state
933ebfa50 : [NS A39] Simplification
b7ebc8a28 : [NS A36] Add a test for lost trusted capability
84292aaa4 : [NS A38] Fill the initial reassignment
bf91f5f18 : [NS A37] Don't reassign requests multiple times
04bc80789 : [NS A35] Send updated scores to factories at the end.
adf1aafb5 : [NS A34] Still more simplification
8e382110b : [NS A33] Unify changing the default network
00419abe9 : [NS A32] More simplification
967190ecd : [NS A31] Simplification
bf021685c : [NS A30] Note linger out of the rematch loop
7c2f15e1a : [NS A29] Call LOST callbacks at the end of the rematch.
88b2f9eca : [NS A28] Move setting the default network out of the rematch loop.
5cb7ef9f0 : Add separate user consent for Platform VPNs
5ff8baa34 : Remove framework code that has moved to frameworks/libs/net
eb7777b7e : Set Ethernet default mode as CLIENT
f85c0b301 : Set Ethernet default mode as CLIENT
ad51e01b3 : Update javadocs for ConnectivityDiagnosticsManager.
73708bff5 : Add callback registration in ConnectivityService.
79ea64f96 : Add VpnManager calls to ConnectivityService
df936cf1a : Add basic logic for profile-based VPNs
511f7e379 : Add public fields to NetworkScore and make it @SystemApi
05742521b : Make NetworkScore system API
79eb7ba87 : Make NetworkScore system API
e1322a8a8 : NetworkAgent: Fix doc build fail by invalid tag
d60481ce2 : Make most of NetworkAgent @SystemApi.
f75d09fac : API changes for IPv6 MTU support
0c7b9a9eb : [NS A27] Remove useless logs and a useless var
d8bea3bb9 : [NS A26] Move available callbacks out of the rematch computation
79a9c8cd7 : Add implementation of getInterfaceHash()
07b469658 : Add support for Ethernet tethering
199d68518 : Add support for Ethernet tethering
22a02a742 : Support putting one Ethernet interface in server mode.
19b8b88d1 : Support putting one Ethernet interface in server mode.
0486f517a : Support one Ethernet interface in server mode.
32327808e : Support one Ethernet interface in server mode.
c359926d9 : Fix incorrect interpolation of active bucket for partial requests.
2b92fa532 : Fix incorrect interpolation of active bucket for partial requests.
ead2e7bbb : Add implementation of getInterfaceHash()
8b5779ee3 : Networking: Rename removeDoubleQuotes to sanitizeSsid
7092cf164 : Networking: Rename removeDoubleQuotes to sanitizeSsid
c19c94fe9 : Networking: Rename removeDoubleQuotes to sanitizeSsid
b13338a8e : Networking: Rename removeDoubleQuotes to sanitizeSsid
7ae4c7b60 : Networking: Rename removeDoubleQuotes to sanitizeSsid
0a4391d4f : Networking: Rename removeDoubleQuotes to sanitizeSsid
355e6f069 : Add support for Ethernet tethering
c5c664b88 : Add support for Ethernet tethering
815e0fde8 : Support putting one Ethernet interface in server mode.
1d48d5e90 : Support putting one Ethernet interface in server mode.
556e59ad6 : Support one Ethernet interface in server mode.
c750566a7 : Support one Ethernet interface in server mode.
d956e5b32 : Fixed the documentation and unit tests
632771fd4 : Disabled the tests
590d408a0 : Added expiration time and deprecation time support
b67261b01 : Fixed the documentation and unit tests
74f0fb8d4 : Fix javadoc build break s/line/link/
bb8da980a : Add API for apps to check if they are the network owner
91c78e57d : Allows the caller to specify configuration by TetheringRequest
6ae63e523 : Make TetheringManager to system API
d40e5498d : Disabled the tests
5cfe856af : Fix javadoc build break s/line/link/
05d5b3b59 : Added expiration time and deprecation time support
d199a9db3 : Add AIDL for registering ConnectivityDiagnosticCallbacks.
3e7fb3835 : Define ConnectivityDiagnosticsCallback IBinder impl.
d19ef10d0 : Allows the caller to specify configuration by TetheringRequest
d6ad3365f : Define Bundle keys for ConnectivityDiagnostics.
896939854 : Add list of Administrator UIDs to NetworkCapabilities.
ec88fda4a : Fix generic inferred type argument.
80240acd3 : Add VpnManger API surface
564204336 : Add Ikev2VpnProfile as public API
d439f790c : Add additional fields to VpnProfile for profile-based IKEv2/IPsec VPNs
2fc8e2953 : Always set NetworkInfo objects to available.
109d5dc28 : Always set NetworkInfo objects to available.
5058987bd : Make TetheringManager to system API
04a2e63ed : Update NetworkInfo public API.
ca455afb4 : Add NetworkCapabilities#getSSID to SystemApi
0a65eeda3 : Add API for CaptivePortalData
d30bfe017 : API changes for IPv6 MTU support
fa7693d4f : Add ConnectivityDiagnosticsManager to System Server.
8f304608c : Add a Builder to NetworkAgentConfig, and make it SystemApi.
ab2fed724 : Rename NetworkMisc to NetworkAgentConfig.
cbd8f2a7a : Make NetworkAgent stop subclassing Handler.
62edfd877 : [NS A25] Send all listen callbacks after all rematches
9fc27eab9 : [NS A24] Add an object to represent changes in assignment
5f617f9a0 : New NetworkAgentConfig API to replace NetworkInfo WiFi stuff.
59917caa0 : Add NetworkRequest#satisfiedBy to SystemApi
82b5bb6d4 : Remove handling of EVENT_UNFULFILLABLE_REQUEST
3d97b5e63 : Make DataStallReport Parcelable.
beb41b545 : Make ConnectivityReport Parcelable.
af14ca4fd : Make NetworkCapabilities authoritative for roaming state
d61375df7 : Make NetworkCapabilities authoritative for suspended state
f78c96453 : Have registerNetworkAgent return a Network.
01b6ba405 : Move NetworkAgent#register to a new method.
101719ce8 : Add methods to send connected/disconnected state.
72106b0b4 : Fix invalid use of @note for doc builds.
004a9039c : [SP11] add dumpsys support to dump stats inside providers
e4437529c : [SP11] add dumpsys support to dump stats inside providers
fd1758d45 : Add a systemapi constructor for NetworkAgent
a8cc3cb4c : Make NetworkCapabilities authoritative for roaming state
a1c2a738e : Add tests to services/tests/net test mapping
45d4f10c4 : Make NetworkCapabilities authoritative for suspended state
6079c4d8e : NetworkAgent: Fix doc build fail by invalid tag
e102b0bb4 : Expose ConnectivityManager#TYPE_WIFI_P2P as SystemApi
980ed12f7 : Make most of NetworkAgent @SystemApi.
2f7c345d5 : Expose SocketKeepalive#SUCCESS as SystemApi
582ba554d : Replace StringNetworkSpecifier & subId with TelephonyNetworkSpecifer
1b031a290 : NetworkStatsFactory.cpp: IWYU
7b2c9ab25 : NetworkStatsFactory.cpp: IWYU
ce12f8058 : Expose SocketKeepalive#SUCCESS as SystemApi
04b18a9e7 : Add NetworkRequest#satisfiedBy to SystemApi
93de60831 : Remove handling of EVENT_UNFULFILLABLE_REQUEST
b8c3a054d : Move DnsSdTxtRecord to net common static library
1970749b5 : Move DnsSdTxtRecord to net common static library
2429c7091 : Remove framework code that has moved to frameworks/libs/net
b0a42f728 : Have registerNetworkAgent return a Network.
d6eeffd07 : Unhide NetworkRequest API which use legacy type
fd051db78 : Unhide NetworkRequest API which use legacy type
5b2e000f6 : Add a Builder to NetworkAgentConfig, and make it SystemApi.
74357e70a : Expose ConnectivityManager#TYPE_NONE as SystemApi
aead9c64f : Make NattKeepalivePacketData @SystemApi
ea0a0c347 : Use new UnsupportedAppUsage annotation.
fcda85b77 : Use new UnsupportedAppUsage annotation.
276921b6e : [SP04] add unit test for NetworkStatsProvider
c215221f5 : [SP04] add unit test for NetworkStatsProvider
a97b5c3bb : [SP04] add unit test for NetworkStatsProvider
b3f085c5a : [SP03] support registerNetworkStatsProvider API
258eb3b9e : [SP03] support registerNetworkStatsProvider API
892e3bf7b : [SP03.1] Replace com.android.internal.util.Preconditions.checkNotNull
644ec019d : [SP03.1] Replace com.android.internal.util.Preconditions.checkNotNull
938bfba0c : Support reevaluation request from captive portal app
8dd13a810 : Rename NetworkMisc to NetworkAgentConfig.
c58ecd5f3 : Make NetworkAgent stop subclassing Handler.
a86fae785 : Stop using NetworkFactory in connectivity code.
3d5d3b32a : Use new UnsupportedAppUsage annotation.
7dc15b923 : Use new UnsupportedAppUsage annotation.
cf22d1a29 : Expose DhcpInfo parcelable interface implementation methods
6702d4b5b : Add a NetworkProvider class to the SDK.
9c7a0fa46 : Add NetworkCapabilities#deduceRestrictedCapability
84b2c43b5 : [SP02] Add provider interfaces to system API
b9471063d : [SP02] Add provider interfaces to system API
10a00a281 : [SP01] Add NetworkStats to system API
55041a4ad : [SP01] Add NetworkStats to system API
9b292c2c1 : [SP01] Add NetworkStats to system API
c2441ee23 : Expose clearCapabilities for mainline module
5fa370c47 : Allow mainline IPsec(IKE) to statically include @PolicyDirection
30878b0c7 : Allow mainline IPsec(IKE) to statically include @PolicyDirection
a0f8fd92f : Replace ConnectivityManager constants to TetheringManager
78185eae9 : Refactor NetworkFactoryInfo to hide implementation details.
af1eb472b : Use new UnsupportedAppUsage annotation.
164c7569c : Use new UnsupportedAppUsage annotation.
9c2add6fc : Use new UnsupportedAppUsage annotation.
7879adc8b : Expose clearCapabilities for mainline module
fb6545637 : Fix some @hide usage in Tethering
c74889d36 : Fix some @hide usage in Tethering
d53edf736 : Change tetheroffloadjni to tetheringutilsjni
279a1d662 : Make LinkPropertiesTest pass, and fix an NPE.
2b30a2314 : minor change to keep it building
ed3ee3702 : minor change to keep it building
725ce2f6c : Use new UnsupportedAppUsage annotation.
86716b786 : Use new UnsupportedAppUsage annotation.
53dac33c7 : Use new UnsupportedAppUsage annotation.
ca75bc897 : Add the DHCP server address to LinkProperties.
0b197df42 : Add FrameworksNetIntegrationTests to postsubmit
6c3b3a494 : Add permissions for FrameworksNetIntegrationTests
d4e7dd113 : Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull
d482d27a8 : Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull
c12060118 : Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull
f1cf57d37 : Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull
4461754bd : Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull
457a1ad28 : Add API surface for ConnectivityDiagnostics API.
0f8521ff0 : convert 'Stats stats; memset(&stats, 0, sizeof(Stats));' to 'Stats stats = {};'
4421b2b9c : convert 'Stats stats; memset(&stats, 0, sizeof(Stats));' to 'Stats stats = {};'
4c1c7d1a8 : remove spurious 'struct' on Stats
3a4cc11de : remove spurious 'struct' on Stats
b87400716 : Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull
634844fe4 : Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull
e435d2aeb : Expose NetworkCapabilities methods to system/public APIs
be9b5e5ee : [Tether13] Move TetheringManager into framework
5776f9609 : [Tether13] Move TetheringManager into framework
d47c98c15 : Fix parceling of LinkProperties Inet6Addr
d73f6baa9 : Fix PermissionMonitor issues
c4e888bf6 : Remove tlsFingerprints init value
d70aacdd3 : Use new UnsupportedAppUsage annotation.
fb1d015c1 : Use new UnsupportedAppUsage annotation.
efd5607e4 : Use new UnsupportedAppUsage annotation.
c6dee7116 : Use new UnsupportedAppUsage annotation.
3a59a925e : Fix parceling of LinkProperties Inet6Addr
6c9307564 : Fix security problem on PermissionMonitor#hasPermission
7307d27ff : Fix security problem on PermissionMonitor#hasPermission
e5eb786c4 : Update interface quota limit when network stats updated
d7efd7ba0 : Update interface quota limit when network stats updated
441e49986 : Add keepalive related methods and fields to system APIs
e5f206dc0 : Fix refCount check at releaseNetworkFor
b92d1f551 : Fix refCount check at releaseNetworkFor
6b569b2d6 : Revert "[NS A24] Add an object to represent changes in assignment"
9e299b5f3 : Revert "[NS A25] Send all listen callbacks after all rematches"
6f9f85491 : Revert "[NS A26] Move available callbacks out of the rematch computation"
06a8edd34 : Revert "[NS A27] Remove useless logs and a useless var"
5a916810c : Add keepalive related methods and fields to system APIs
2e3154435 : Fix a doc
dbb4dff52 : [NS A27] Remove useless logs and a useless var
be083a195 : [NS A26] Move available callbacks out of the rematch computation
b56e56916 : [NS A25] Send all listen callbacks after all rematches
c375dccad : [NS A24] Add an object to represent changes in assignment
294ebbbad : Make getNetworkSpecifier() public API.
b316f633e : Support strict mode private DNS on VPNs that provide Internet.
7c9b1c757 : Add test coverage for strict mode private DNS.
05cbe97f2 : [NS A23.1] Minor cleanup
05edd05f5 : [NS A23] Move a synchronized block in a central place
cd397a204 : [NS A22] Small refactoring
1123f5d06 : [NS A21] More cleanup
5c4bddb8c : [NS A20] Cleanup
b0db4fdb6 : Add TrafficStats methods to public APIs
443651d3e : Add TrafficStats methods to public APIs
387ce1a83 : Remove incorrect annotation - @TransportType
5d4c651bd : Rename writeToProto to be dumpDebug
f9f6d87ce : Rename writeToProto to be dumpDebug
3d9714841 : Rename writeToProto to be dumpDebug
d2751e09d : Expose netId to SystemApi
4d138ce23 : Replace the permission of internal connectivity checks
a262cc115 : Replace the permission of internal connectivity checks
e031948c1 : Replace the permission of internal connectivity checks
912724932 : Replace the permission of internal connectivity checks
6569cef6a : Replace the permission of internal connectivity checks
8e96a7554 : Replace the permission of internal connectivity checks
54ef9299c : Disable a flaky test
8d6ae5d59 : Add LinkProperties methods to system APIs
959c7cd88 : [NS A19] Inline updateCapabilities in rematch.
9127f03a5 : [NS A18] Reverse listens and request-availables
7807fa2b7 : [NS A17] Update linger state after rematching.
f034453cc : [NS A16] Cleanup
b9d940522 : [NS A15] Move legacy default broadcasts out of the loop
9589e7224 : [NS A14] Move code notifying battery stats in its right place
7aa440072 : Give apps access to the NAT64 prefix.
a2f6c26b7 : [Tether07] Migrate Tethering into module
4686dd895 : [Tether07] Migrate Tethering into module
5e8666507 : [Tether07] Migrate Tethering into module
f01b2efc1 : [NS A13] Move legacy broadcast handling after rematch.
61c79256b : [NS A12] Move some legacy type tracker handling to a function
0a2a20054 : Add tests for ConnectivityService → BatteryStats messages
904f511b9 : [Tether07] Migrate Tethering into module
87f0b94f3 : [Tether07] Migrate Tethering into module
c70070914 : [Tether07] Migrate Tethering into module
d47236979 : Add NETWORK_AIRPLANE_MODE permission
4c1dd0633 : Add IpConfiguration parcelable interface implementation to system API
31270734a : BitUtils: support packing/unpacking negative long values
bfb1ab4b0 : Refactor based on new NetworkMonitor
ada48c4ec : Remove usage of hidden API TelephonyManager.getNetworkTypeName(int)
27d08940e : Remove usage of hidden API TelephonyManager.getNetworkTypeName(int)
9b2c01a7f : Fix hasUseBackgroundNetworksPermission issue.
784ca6666 : Fix title of PRIVATE_DNS_BROKEN notification when connecting VPN
afaed1a5e : Cut the dependency to APN constants
ed6f44131 : Use TelephonyManager instead of ITelephony Binder
fb8581aac : Expose IpConfiguration and ProxyInfo APIs
f5ff770f7 : [NS A11] Small refactor
0a8afdae5 : [NS A10] Cleanup
b0b3bc6d3 : [NS A09] Always rematch all networks to requests
f728b7c91 : [NS A08] Tiny refactoring
ed295c52b : [NS A06] Move more side effects out of the decision loop
d56c485af : [NS A07] Move the last side effects out of the decision loop.
1c75c2309 : [NS A05] Move some side effects out of the network decision loop
a97b9c8fe : [NS A04] Store changes in rematchNetworkAndRequests in a map
ef365c70c : [NS A03] Remove mNetworkForRequestId
32958fcc9 : Add @UnsupportedAppUsage annotations for greylist.
7c10ed5e9 : Rename waitForConnectivityBroadcast
dd8adb986 : [NS A02] Move the contents of mNetworkForRequestId to NRIs
2c8b3e302 : [NS A01] Add checks for the handler thread
4aa9d9d85 : Add tests for the legacy broadcast
c62d3c22d : Adjust PermissionMonitor#startMonitoring in ConnectivityService
3e5af51f7 : Remove usage of Telephonymanager getDefault() and from() hidden APIs
270197bc8 : Remove usage of Telephonymanager getDefault() and from() hidden APIs
209285019 : Remove usage of Telephonymanager getDefault() and from() hidden APIs
32b898bb6 : StaticIpConfiguration: Couple of minor fixes
39b880fb0 : Add @UnsupportedAppUsage to test apis that are known to be used by apps.
122a87695 : Add @UnsupportedAppUsage to test apis that are known to be used by apps.
96639a6e4 : Add @UnsupportedAppUsage to test apis that are known to be used by apps.
fa065b1fc : Add @UnsupportedAppUsage to test apis that are known to be used by apps.
fead53a3a : Add @UnsupportedAppUsage to test apis that are known to be used by apps.
817cc44c6 : Add @UnsupportedAppUsage to test apis that are known to be used by apps.
56cb6bb2a : Add @UnsupportedAppUsage annotations for greylist.
812471352 : Add @UnsupportedAppUsage annotations for max-p.
17e9c6731 : [NS01] Create NetworkScore
504a98af3 : docs: fix a couple of minor typos
6eae9bbc0 : docs: fix a couple of minor typos
df6e0241b : Avoid creating IpClient if ethernet cable is unplugged.
13d5b8661 : Avoid creating IpClient if ethernet cable is unplugged.
c59852945 : Add permissions to NetIntegrationTests manifest
122535bed : Change AIDL module name
fbfa7d09f : Change AIDL module name
e5593f338 : [Tether02] Migrate TetheringConfiguration into module
e117e2e8d : Better notification to user when DNS-over-TLS is broken
1678614ca : Use TransformRecord to get SPI instead of SpiRecord
ec2e2e217 : Use TransformRecord to get SPI instead of SpiRecord
6ee2b93ed : Use TransformRecord to get SPI instead of SpiRecord
6d932e39f : Remove unnecessary dependencies on ART internal libraries.
10b90974a : Expose MacAddress methods to public API
08459a6a7 : Remove the network capabilities which are added twice
01378b64a : Improve documentation for NetworkCallbacks.
785e9850c : Move PackageManagerInternal to services.jar
9fa3509a5 : API to detect which network interfaces support wake-on-lan
dd31bc442 : p2p: mirgrate p2p into tethering modes
43ac98b91 : Rename CallbackRecord to CallbackEntry
f1d9213e6 : ConnectivityService: Grant networkstack uid extra privileges
fbab6d4a2 : Opportunistic cleanup
ff9d434bc : Decrease load-related flakiness in ConnectivityServiceTest
7e625b980 : Followup to CL 1103896
17ac73b6e : Fix TestNetworkAgentWrapper flakiness
9cf0e6106 : notify netd about uid internet permission changes when package replaced
a597972ce : Properly test TrafficController permissions on package updates.
a8cf76dfa : Remove @FlakyTest on testTcpBufferReset
1c53e37a2 : Remove libhwbinder/libhidltransport deps
a184f6e4b : Update Ethernet code for the NetworkFactory serial number.
91456a8c7 : Update Ethernet code for the NetworkFactory serial number.
a878f700d : Fix flaky test - testPartialConnectivity
df6248fe8 : Add NetIdManagerTest
317b2d206 : Add ConnectivityServiceIntegrationTest
df1d1ebc2 : Mark 3 tests as flaky.
22e2195a8 : Fix flaky testTcpBufferReset
0c27ddf71 : Fix LockdownVpnTracker deadlock when resetting legacy Always-On VPN
d8d521aee : Add missing nullability annotations.
8bc65d215 : Add missing nullability annotations.
07be42212 : Add missing nullability annotations.
925cff0b8 : Add missing nullability annotations.
8ff316034 : Add missing nullability annotations.
03b44c560 : Add missing nullability annotations.
e0073b105 : Add missing nullability annotations.
3a78d9db4 : Add missing nullability annotations.
8fae99351 : Add missing nullability annotations.
96521fb87 : Run callbacks on ConnectivityService thread
478ba7a6d : notify netd about uid internet permission changes when package replaced
a60f654b1 : Add SocketUtils CTS tests
561d712f8 : [Ethernet] Replace internal connectivity checks permission
6957e3a35 : [Ethernet] Replace internal connectivity checks permission
8438a8568 : avoid generating reserved local MACs
0dc044aac : Get resource based on subId for multi-SIM
5fed8d9ee : Get resource based on subId for multi-SIM
f26953749 : Add @UnsupportedAppUsage annotations for max-p.
3f5be3d04 : Extract test utilities for ConnectivityService
a18a35553 : Extract test utilities for ConnectivityService
0d0eb1509 : Extract test utilities for ConnectivityService
5014b52a5 : Fix null pointer exception of calling NetworkInfo.mState.name()
c42bd04ca : Use new API to get mergedSubscriberIds based on grouping.
5069dbeaa : Use new API to get mergedSubscriberIds based on grouping.
26f1ab857 : Return NonNull and other imports
2559cb395 : Revert "Cherry-pick the relevant parts of master change"
496a313f4 : Revert "Remove providesRoutesToMostDestinations."
92bd90fa0 : Remove providesRoutesToMostDestinations.
5a4844e30 : Cherry-pick the relevant parts of master change I566437e4fe10e1346858149120c50b3c20ca073f to avoid a conflict
9ce1e2878 : Refactor TestNetworkCallback out of ConnectivityServiceTest.
7d62dacad : Fix mobile data usage didn't get increased for xlat464 traffic
9bf1e821f : Fix mobile data usage didn't get increased for xlat464 traffic
c873970a8 : Fix mobile data usage didn't get increased for xlat464 traffic
96fe3f5ff : Fix mobile data usage didn't get increased for xlat464 traffic
1c2d5c79e : Fix mobile data usage didn't get increased for xlat464 traffic
e5e15aee2 : Fix mobile data usage didn't get increased for xlat464 traffic
a1dbf5b96 : Correct FrameworksNetTests-jni-defaults lib
f255e047b : Unit tests for new explicitlySelected behaviour.
484c4219d : Simplify Exception expressions in CSTest
0d0992853 : Remove all static members from NetworkStatsFactory.
bcaf1f959 : Remove all static members from NetworkStatsFactory.
c75633460 : Remove all static members from NetworkStatsFactory.
de6bb3e85 : Revert "Simplify Exception expressions in CSTest"
e698f37ad : Transfer ownership of NetworkStatsFactory to NetworkStatsService.
8b6fdeca3 : Transfer ownership of NetworkStatsFactory to NetworkStatsService.
f5af7fcf1 : Transfer ownership of NetworkStatsFactory to NetworkStatsService.
13a87dccd : Only show "Connected" note after opening portal
d20958655 : Simplify Exception expressions in CSTest
045d5fca2 : Unify assertThrows
705b46b90 : Only show "Connected" note after opening portal
2d876790e : Synchronize the NetworkStatsFactory constructor.
ebfdc7c4e : Synchronize the NetworkStatsFactory constructor.
9d2ff01d4 : NetworkStats: Fix race condition causing system server crashes
0308b3971 : NetworkStats: Fix race condition causing system server crashes
5c8f9cf7e : NetworkStats: Fix race condition causing system server crashes
2f2b96117 : Don't auto-connect to networks that have no/limited connectivity.
b26dfe927 : Inline readNetworkStatsDetailInternal, make mUseBpfStats final
0768aa777 : Inline readNetworkStatsDetailInternal, make mUseBpfStats final
1082dddfd : Remove VPN info arrays from NetworkStats(Observer|Recorder)
6cdb7a879 : Remove VPN info arrays from NetworkStats(Observer|Recorder)
4d326f96c : Remove VPN info arrays from NetworkStats(Observer|Recorder)
dd9577dc0 : NetworkStatsFactory: Take VPNs into account for network/battery stats
b0a112857 : NetworkStatsFactory: Take VPNs into account for network/battery stats
dedb6bb0e : NetworkStatsFactory: Take VPNs into account for network/battery stats
c2e4d521e : Remove duplicate line in clat_simple test file
a2a478128 : Remove unused lastStats parameter
a3da62f5a : Remove unused lastStats parameter
9aae3e233 : Revert "Revert "Take all VPN underlying networks into account when migrating traffic for""
43fc79efc : Revert "Revert "Take all VPN underlying networks into account when migrating traffic for""
2cca1ef39 : Revert "Revert "Take all VPN underlying networks into account when migrating traffic for""
2cb570ff3 : Inline readNetworkStatsDetailInternal, make mUseBpfStats final
d749767f4 : Inline readNetworkStatsDetailInternal, make mUseBpfStats final
af718367c : Factorize custom asserts.
82a1e493b : Factorize custom asserts.
812ffea02 : Factorize custom asserts.
03e193c8a : Correct value of supported keepalive count for cellular
ca8b6ed19 : Move the test of minimum supported keepalive slots to CTS
5b3b486b8 : Move the test of minimum supported keepalive slots to CTS
c34b699c2 : Remove the <= P restriction for WIFI_P2P
5411bda0c : Simplification of code to prevent a Log.wtf in expected cases.
a070aaa88 : Remove the <= P restriction for WIFI_P2P
6988872c9 : Simplification of code to prevent a Log.wtf in expected cases.
799bf5a8c : Suppress the wtf log for notifications that are expected
f2465f87c : Remove VPN info arrays from NetworkStats(Observer|Recorder)
13162aefb : Remove VPN info arrays from NetworkStats(Observer|Recorder)
fde4dfd15 : Remove VPN info arrays from NetworkStats(Observer|Recorder)
7d5e62485 : NetworkStatsFactory: Take VPNs into account for network/battery stats
44f698e1c : NetworkStatsFactory: Take VPNs into account for network/battery stats
9308cd307 : NetworkStatsFactory: Take VPNs into account for network/battery stats
6632202cb : Remove duplicate line in clat_simple test file
c674eb967 : Add SocketUtils CTS tests
d9d6958e0 : Remove unused lastStats parameter
9491d3a25 : Remove unused lastStats parameter
34857f82f : Revert "Revert "Take all VPN underlying networks into account when migrating traffic for""
2cc14c8be : Revert "Revert "Take all VPN underlying networks into account when migrating traffic for""
9b2ad58ea : Revert "Revert "Take all VPN underlying networks into account when migrating traffic for""
db8489dc2 : Change factoryReset to succeed for Settings
d9cdbc1e4 : Change factoryReset to succeed for Settings
5e8a49cf1 : Suppress the wtf log for notifications that are expected
f94d57a6e : Restore the Private DNS settings to default mode upon network resets.
c23ae79df : Fix race condition caused by fd reused for DnsResolver
ede0d5075 : Correct value of supported keepalive count for cellular
6c8b770a9 : Fix race condition caused by fd reused for DnsResolver
48608ad51 : Revert "Take all VPN underlying networks into account when migrating traffic for"
b8e4b5bbb : Revert "Take all VPN underlying networks into account when migrating traffic for"
048c1c6c3 : Revert "Take all VPN underlying networks into account when migrating traffic for"
765cb4bee : Revert "NetworkStatsService: Fix getDetailedUidStats to take VPNs into account."
52ce558fe : Revert "NetworkStatsService: Fix getDetailedUidStats to take VPNs into account."
fb0e689ea : Revert "NetworkStatsService: Fix getDetailedUidStats to take VPNs into account."
656c5eb95 : Revert "Addressing comments for http://ag/7700679."
2099b0998 : Revert "Addressing comments for http://ag/7700679."
5701cc30b : Revert "Addressing comments for http://ag/7700679."
5cc78a32d : Revert "Add one more test for VPN usage stats."
4892220eb : Revert "Take all VPN underlying networks into account when migrating traffic for"
612ac1926 : Revert "Take all VPN underlying networks into account when migrating traffic for"
4c94d3051 : Revert "Take all VPN underlying networks into account when migrating traffic for"
ed2eba3a1 : Revert "NetworkStatsService: Fix getDetailedUidStats to take VPNs into account."
75fc9e4e1 : Revert "NetworkStatsService: Fix getDetailedUidStats to take VPNs into account."
ebf6303f1 : Revert "NetworkStatsService: Fix getDetailedUidStats to take VPNs into account."
7123ebdd2 : Revert "Addressing comments for http://ag/7700679."
bebb34732 : Revert "Addressing comments for http://ag/7700679."
a293c0644 : Revert "Addressing comments for http://ag/7700679."
f97132185 : Revert "Add one more test for VPN usage stats."
8a2348f22 : Don't use a high-priority notification on auto-join.
2cce2e74d : Don't use a high-priority notification on auto-join.
2fca94fe4 : Always prompt for limited connectivity.
a870366aa : Always prompt for limited connectivity.
b882c5494 : Allow passing in acceptUnvalidated without explicitlySelected
e7b9756d8 : Allow passing in acceptUnvalidated without explicitlySelected
e01696a4c : Allow passing in acceptUnvalidated without explicitlySelected
97e3775df : Fix cannot create Nat-T keepalive on mobile data
88da121df : Fix cannot create Nat-T keepalive on mobile data
28325f272 : Re-notify if the network goes to PARTIAL.
61e494012 : Re-notify if the network goes to PARTIAL.
29444ae33 : Fix NullPointerException in ConnectivityService
7577c856b : Don't crash ConnectivityService if the network stack crashes.
6edf86cd9 : Don't crash ConnectivityService if the network stack crashes.
635b441ff : Add one more test for VPN usage stats.
290d5733a : Addressing comments for http://ag/7700679.
6018f6405 : Addressing comments for http://ag/7700679.
4d83f3e07 : Addressing comments for http://ag/7700679.
ef6477016 : Prevent a 4-way binder interlock leading to a leak.
976e09ab5 : Fix issue for DnsResolver#query
551043d3e : Replace limited connectivity notification after detecting it
5c7c1def9 : Always give VPN the INTERNET capability.
af13b9f27 : Replace limited connectivity notification after detecting it
7284daa96 : Prevent a 4-way binder interlock leading to a leak.
336e84677 : Don't auto-connect to networks that have no/limited connectivity.
318feaf1e : Always give VPN the INTERNET capability.
be164b2db : Fix issue for DnsResolver#query
2b1e8581a : Fixed fatal exception in EthernetServiceThread
b95be5972 : Fixed fatal exception in EthernetServiceThread
146b95b12 : NetworkStatAccess Should checkCarrierPrivileges cross all subscriptions
3b8356c7e : NetworkStatAccess Should checkCarrierPrivileges cross all subscriptions
381513f5e : NetworkStatAccess Should checkCarrierPrivileges cross all subscriptions
20204cdf6 : Add one more test for VPN usage stats.
3c3e4846d : Addressing comments for http://ag/7700679.
81e79803d : Addressing comments for http://ag/7700679.
78d5ac4f8 : Addressing comments for http://ag/7700679.
e1c0117fc : NetworkStatsService: Fix getDetailedUidStats to take VPNs into account.
8481d9d55 : NetworkStatsService: Fix getDetailedUidStats to take VPNs into account.
e7094673d : NetworkStatsService: Fix getDetailedUidStats to take VPNs into account.
08c6a361a : Take all VPN underlying networks into account when migrating traffic for VPN uid.
921b3f3e8 : Take all VPN underlying networks into account when migrating traffic for VPN uid.
97482de1f : Take all VPN underlying networks into account when migrating traffic for VPN uid.
bbf19a273 : NetworkStatAccess Should checkCarrierPrivileges cross all subscriptions
47090f9dd : NetworkStatAccess Should checkCarrierPrivileges cross all subscriptions
d5e7114ee : NetworkStatAccess Should checkCarrierPrivileges cross all subscriptions
3b14d4641 : Minor changes for DnsUtils and its test
805327de4 : Let the system server have CONNECTIVITY_USE_RESTRICTED_NETWORKS.
e343bcc91 : Add a common test library.
fbb2a4935 : Wipe the data in IpMemoryStore database upon network factory reset.
4aa400f7e : Remove broken test testRfc6724Sort
ddfa1f5f4 : Reinstate access to a forgotten member
179c33f32 : Remove broken test testRfc6724Sort
b807dd888 : Let the system server have CONNECTIVITY_USE_RESTRICTED_NETWORKS.
555e40892 : Wipe the data in IpMemoryStore database upon network factory reset.
1be379bbb : Clean up for multiple validation result update
7a66717d8 : [CM] Fix NPE due to unvalidated callback value
dc07f2625 : Update multiple validation result to ConnectivityService
b8d3727aa : Clean up for multiple validation result update
158ac5a39 : Fix the internet permission for native services
c8289e40a : [CM] Fix NPE due to unvalidated callback value
0da57a8b6 : [CM] Fix NPE due to unvalidated callback value
1f1bcb0b6 : [CM] Fix NPE due to unvalidated callback value
51b9f6c06 : Add Rfc6724 style sort for DnsResolver and fix potential bug
eff189766 : Update multiple validation result to ConnectivityService
781db272f : Properly use versioned interfaces.
8759c1ec9 : Reinstate access to a forgotten member
26c1cdb19 : Add Rfc6724 style sort for DnsResolver and fix potential bug
99869f413 : Fix the internet permission for native services
8ad1afb8f : Update throws documentation for requestNetwork*
6f1f2df72 : Let clients access StaticIpConfiguration members through reflection.
b58e366f2 : [CM] Fix NPE due to unvalidated callback value
4b5677187 : Properly use versioned interfaces.
654be392b : Move keepalive constants to their right place
b4368bed5 : Let clients access StaticIpConfiguration members through reflection.
db1085096 : Reland: Add FrameworksNetTests dependency on libcgrouprc
ee5282105 : Change the icon for the LOGGED_IN notification.
b45f7ad98 : Change the icon for the LOGGED_IN notification.
30dfd6ecf : Clean up the arguments annotation and verify items on IpMemoryStoreTest.
5688ce39c : Ignore NetworkTest when running CtsNetTestCases in instant app mode
49ea93861 : Fix captive portal app can be launched w/o MAINLINE_NETWORK_STACK permission
438e6cbbd : Add reconnect flow when updateIPConfiguration
f8a95e543 : Add reconnect flow when updateIPConfiguration
31740e4ed : Update throws documentation for requestNetwork*
de3a2452a : Fix captive portal app can be launched w/o MAINLINE_NETWORK_STACK permission
2bebfc2b8 : Clean up the permission control code in framework
624100d04 : Use merged NetworkTemplate to query data usage
3c6fb30f2 : Use merged NetworkTemplate to query data usage
4f4d8cb41 : Send message to add/remove NAT-T keepalive packet filter.
714801ec7 : Fix concurrent modification exception in KeepaliveTracker
2c8491872 : Clean up the keepalive slots when network disconnect
5e135ee2b : Release keepalive slot after stopped
c602b4023 : Limit unprivileged keepalives per uid
ec4eb8f44 : Support customization of supported keepalive count per transport
6e2c653c6 : Fix concurrent modification exception in KeepaliveTracker
9a5d59279 : Add ApfCapabilities common test cases
cd36ebcfc : Add LinkProperties common test cases
7617ca1b9 : Reland: Add FrameworksNetTests dependency on libcgrouprc
9ff61e494 : Support strict mode private DNS on VPNs that provide Internet.
73f8eca8a : Add ApfCapabilities common test cases
103a7ce02 : Clean up the arguments annotation and verify items on IpMemoryStoreTest.
2fca7e3cb : Support strict mode private DNS on VPNs that provide Internet.
015598ea5 : adopt non-blocking method to obtain the IpMemoryStore service.
782e21649 : Clean up the keepalive slots when network disconnect
b8c654932 : Revert "Add NATT keepalive resources and methods into IpSecService"
75eabfeb7 : Revert "Add NATT keepalive resources and methods into IpSecService"
b4864e6c4 : Revert "Add NATT keepalive resources and methods into IpSecService"
0586a6029 : Limit unprivileged keepalives per uid
4dca18aa3 : Support customization of supported keepalive count per transport
9f7636c72 : Add LinkProperties common test cases
2f9a46584 : [CS] Unregister callback as part of onUnavailable dispatch
6cb6599dd : [CS] Unregister callback as part of onUnavailable dispatch
afc884545 : adopt non-blocking method to obtain the IpMemoryStore service.
d09adf645 : Revert "[KA11] Verify fd ownership and allocate resource for NattKeepalive"
d7be3aa1d : Add IPsec checks for IPSEC_TUNNEL feature
01e9de82d : Add IPsec checks for IPSEC_TUNNEL feature
e9763752c : Add IPsec checks for IPSEC_TUNNEL feature
540ea7d69 : Add EPROTONOSUPPORT to IpSecManager SSE map
c45974b0d : Add EPROTONOSUPPORT to IpSecManager SSE map
4737299d9 : Clean up the permission control code in framework
77abd9487 : Send message to add/remove NAT-T keepalive packet filter.
a3a7c6ef6 : Ignore NetworkTest when running CtsNetTestCases in instant app mode
53578de5d : Correct buffer size limitation for DnsResolver API
454cf032a : Add CTS API coverage for APIs which are used by NetworkStack
fbd8ecfe1 : Correct buffer size limitation for DnsResolver API
e878a6c64 : Add CTS API coverage for APIs which are used by NetworkStack
5de452059 : Support adding NATT keepalive packet filter
193f1686c : Add Network, NetworkCapabilities, StaticIpConfiguration common test cases
311bac9b6 : Add AIDL parcelable for NattKeepalivePacketData
8cf997d1c : Move NattKeepalivePacketData out of the framework
df1edb385 : Support adding NATT keepalive packet filter
89d49e7bd : Add Network, NetworkCapabilities, StaticIpConfiguration common test cases
5e05934c5 : Add tests for DhcpErrorEvent
d44040df3 : Make DNS cache lifecycle management explicit
9ede7e939 : Move more network unit tests to common tests
72d5c3fc4 : Update exception type thrown when NetworkStack is missing
c32795470 : Add EPROTONOSUPPORT to IpSecManager SSE map
7e9c1cead : Add EPROTONOSUPPORT to IpSecManager SSE map
0ac2d0bd6 : Reinstate new VPN uid filtering unit tests
8c778c911 : Update exception type thrown when NetworkStack is missing
a484cc95d : Revert new tests and PackageManager mock
dc587d75e : Block incoming non-VPN packets to apps under fully-routed VPN
47c7eec48 : Add AIDL parcelable for NattKeepalivePacketData
3dc90033a : Reinstate new VPN uid filtering unit tests
04a2c86ba : Ask netd to swap stats map before reading
10fac7188 : Ask netd to swap stats map before reading
e98964d7d : Add a lock to protect persistent stats snapshot
aeb31b53c : Add a lock to protect persistent stats snapshot
7266129a6 : Freeze the networkstack-aidl-interfaces interface
683df1d39 : Freeze the networkstack-aidl-interfaces interface
2bb85a0bc : [KA11] Verify fd ownership and allocate resource for NattKeepalive
e6a296dca : Fix an argument to the legacy broadcast
71a25d582 : Add tests for DhcpErrorEvent
37a2b46f7 : Fix an argument to the legacy broadcast
fdd11f803 : Make DNS cache lifecycle management explicit
de9b8a9d7 : Make LegacyTypeTracker testable
08c2d9e81 : Straighten AIDL interface for the memory store
e5b426fba : Add NATT keepalive resources and methods into IpSecService
4aac3e9e4 : Add NATT keepalive resources and methods into IpSecService
bdf704857 : Add NATT keepalive resources and methods into IpSecService
6259ad2be : Add configurability of LinkProperties, meteredness for Test Networks
f7adc4736 : Move NattKeepalivePacketData out of the framework
3a3f5f2a0 : Make LegacyTypeTracker testable
cd616ebc9 : Backwards-incompatible resolv module API change for making setResolverConfiguration take a parcelable.
7b76545b9 : Backwards-incompatible resolv module API change for making setResolverConfiguration take a parcelable.
65c3968e2 : Move TrafficStats tags for the network stack constants
8a93ab8ee : Move TrafficStats tags for the network stack constants
39d4d0252 : Move TrafficStats tags for the network stack constants
830600090 : Fix DnsResolver API could not bypass private DNS correctly
ed723aee0 : Restrict access to dangerous methods to <= P
a69a73ece : Restrict access to dangerous methods to <= P
6fb1669b6 : Restrict access to dangerous methods to <= P
4c349d2ed : Fix DnsResolver API could not bypass private DNS correctly
9b4ab0507 : Add smoke test for jni library
c25767ac5 : Move TrafficStats tags for the network stack constants
65081e4cf : Move TrafficStats tags for the network stack constants
e01a8ccfd : Move TrafficStats tags for the network stack constants
e1bed4ddf : Release keepalive slot after stopped
44c6efb9c : Revert new tests and PackageManager mock
bad9d911b : Revert "Revert "Block incoming non-VPN packets to apps under fully-routed VPN""
bc571c7cc : Revert "Block incoming non-VPN packets to apps under fully-routed VPN"
0494f8833 : API council feedbacks for DnsResolver
5564d5a8f : Move more network unit tests to common tests
8fee125db : Enable checks for MANAGE_TEST_NETWORKS in TestNetworkService
a66baf749 : Cleanup of Test Network service
81cec00c5 : API council feedbacks for DnsResolver
28a989488 : Add support for TAP interfaces in TestNetworkManager.
b7a5ed712 : Ask netd to swap stats map before reading
876218abc : Ask netd to swap stats map before reading
a61c36281 : Add a lock to protect persistent stats snapshot
0c419ca9e : Add a lock to protect persistent stats snapshot
477302706 : Block incoming non-VPN packets to apps under fully-routed VPN
9ca2f8c91 : Enforce NETWORK_STACK permission for calling NSS#forceUpdateIfaces
8757df33e : Enforce NETWORK_STACK permission for calling NSS#forceUpdateIfaces
93fac2892 : Add support for TAP interfaces in TestNetworkManager.
ff9d0bab2 : Enable checks for MANAGE_TEST_NETWORKS in TestNetworkService
cc6836e90 : Fix onBlockedStatusChanged does not work on multiple networks
e2fd1e9c6 : Expose captive portal urls for configuration
8856354a8 : Cleanup of Test Network service
ba01e6c57 : Add smoke test for jni library
608168402 : Fix remove-before-add for IpSecService RefcountedResource
f786f8914 : Fix remove-before-add for IpSecService RefcountedResource
098b1e8ab : Fix remove-before-add for IpSecService RefcountedResource
fd95136ad : Address leftover comments on aosp/894233
d2fa72a3e : Enforce NETWORK_STACK permission for calling NSS#forceUpdateIfaces
f04137e99 : Enforce NETWORK_STACK permission for calling NSS#forceUpdateIfaces
b375738a5 : Fix ConnectivityServiceTest fail.
4722cf1e4 : Restrict access to dangerous methods to <= P
3cfb4991e : Restrict access to dangerous methods to <= P
a3b77516b : Restrict access to dangerous methods to <= P
7a9206fcd : Extend support for requestRouteToHostAddress for backward compatibility
587caa5aa : Fix flaky UdpEncapsulationSocket test
b2dc0fca0 : Fix flaky UdpEncapsulationSocket test
cd1fec890 : Fix flaky UdpEncapsulationSocket test
ce140af98 : Address leftover comments on aosp/894233
2d9864ab3 : Fix remove-before-add for IpSecService RefcountedResource
d184120d8 : Fix remove-before-add for IpSecService RefcountedResource
04738f5b0 : Fix remove-before-add for IpSecService RefcountedResource
fd6f92eaa : Expose captive portal urls for configuration
7509e6e05 : Fix onBlockedStatusChanged does not work on multiple networks
ecbcb7fbf : Add FrameworksNetTests dependency on libcgrouprc
1da5fac07 : Move attach*Filter() and addArpEntry() methods to NetworkStack
e1a2886f7 : Extend support for requestRouteToHostAddress for backward compatibility
fb21e4697 : Add common tests for FrameworksBaseTests and CTS
bf388d54a : Fix flaky UdpEncapsulationSocket test
29c3077ce : Fix flaky UdpEncapsulationSocket test
b5bc70dc6 : Fix flaky UdpEncapsulationSocket test
36ba2a62c : Move NetworkStatsFactory into service directory
c1b3fc871 : Move NetworkStatsFactory into service directory
6566d1b82 : Move NetworkStatsFactory into service directory
eb5e7d58e : Move NetworkStatsFactory into service directory
45fff4547 : Move NetworkStatsFactory into service directory
550ed5642 : Move NetworkStatsFactory into service directory
451b1c860 : Fix ConnectivityServiceTest fail.
49b15870a : Add common tests for FrameworksBaseTests and CTS
fd7c03008 : Move attach*Filter() and addArpEntry() methods to NetworkStack
45e639b04 : Fix NetworkMonitor won't do private dns resolution
9ed32081b : Fix comment on StaticIpConfiguration#getDomains
8472116bf : Straighten AIDL interface for the memory store
42e22097c : Some cleanups for Tethering
fe00494c9 : Clean up permissions when uids are no longer used
1401715e6 : Add tests for PermissionMonitor
04c58fe90 : Fix API in CaptivePortal, StaticIpConfiguration
207037a24 : Fix IpPrefixTest#testContainsInetAddress fail.
1a4076510 : Address leftover comments on 923337 and 930217.
646ee4621 : Ignore the asynchronous result while stopping keepalive
3ee610088 : Cleanup SystemReady in the network stack
ca33d197d : Fix race when starting NetworkMonitor
895a741bf : Fix ApfCapabilities, LinkAddress, RouteInfo, IpPrefix API issues.
293ffaa08 : Minor change for async DNS API
fb5afabcb : Unremove DnsResolver#query method used by external developers
3c33ee5d8 : Add DHCP address lease expiry in IpMemoryStore.
48f576282 : NetworkStatsService: Fix getDetailedUidStats to take VPNs into account.
720133f79 : NetworkStatsService: Fix getDetailedUidStats to take VPNs into account.
2af0b66ab : NetworkStatsService: Fix getDetailedUidStats to take VPNs into account.
2e2662fbc : Take all VPN underlying networks into account when migrating traffic for VPN uid.
c8dbdf35d : Take all VPN underlying networks into account when migrating traffic for VPN uid.
612520f54 : Take all VPN underlying networks into account when migrating traffic for VPN uid.
e17bb2dff : Fix cancellation race problem for aysnc DNS API
828dad188 : Block unpriviledged apps which create keepalives with null fd
8141319b4 : Use IDnsResolver instead of INetd for resolver related binder commands
5b5447e42 : support msim for captiveportal notification
8b381dd91 : Fix keepalive don't get removed when lower layer error
d72e9ab72 : Get the permission information for native services
0c4742527 : Fix the INTERNET related permissions
9df533634 : Fix flaky test for ConnectivityServiceTest#testPartialConnectivity
afbdf8f7b : Update comments and documentation in net type prop change
ea26baf9f : Update comments and documentation in net type prop change
c3106feee : Reveal the call trace of failed test cases which run in executors
7e06ad4ce : Fix SocketKeepalive APIs which do not meet API review requirement
be381ab94 : Add nullability annotations
b5a2b8076 : [TCPKeepalive] Fill correct TOS and TTL value
1fb7cabbf : Fix API in CaptivePortal and ConnectivityManager
c323b81b4 : Add @UnsupportedAppUsage annotations
8841fd2f1 : Add @UnsupportedAppUsage annotations
d6d5505ed : Fix API in CaptivePortal and ConnectivityManager
035f65367 : Separate NetworkMonitor/framework portal URL
e0118abc5 : Enable PARTIAL_CONNECTIVITY dialog
d54527084 : Add @UnsupportedAppUsage annotations
c5965f1f4 : Add @UnsupportedAppUsage annotations
3bc80ae91 : Temporarily disable flaky test.
3806853f9 : Fix Automated API Review issues.
cbbc3db92 : Fix Automated API Review issues.
458c95b9f : Replace TcpSocketInfo with similar structure
7f2cd7d5e : Restrict scope of switch Repair Mode
ca5270422 : Cleanup NetworkManagementService for Netd commnads binder migrartion
f9bff5b0d : Improve partial connectivity
82f2a72d0 : Move TcpKeepalivePacketData out of the framework.
15c035c79 : Stop using netd parcelables in the framework.
47002ed0d : Move TcpKeepalivePacketData out of the framework.
86b51bb8a : Stop using netd parcelables in the framework.
18017cb6d : Add documentation for CaptivePortal APP_RETURN_*
ceb0eba5b : Add uid information in PackageListObserver
4ae71e9eb : Move the IpMemoryStore to the network stack.
b1cf5aaf0 : Support query cancellation for async DNS API
dfd2e4da2 : Replace Handler with Executor for async DNS API
6d72b2c07 : Refactor answer callback for async DNS query JAVA API
85cd5b635 : Add unit tests related to data accounting for VPNs with one underlying network.
d8fdea1c6 : Add unit tests related to data accounting for VPNs with one underlying network.
3a84b3cee : Add unit tests related to data accounting for VPNs with one underlying network.
eb42f2f9e : Remove NetworkParcelable
92344ef44 : Remove deprecated entitlement API
df04297b8 : Add Parcelable implementation for ApfCapabilities
7e0f9143e : Moved transport to IntDef
1d2fb1043 : Moved transport to IntDef
bf1d84cc4 : Revert "Revert "Update VPN capabilities when its underlying network set is null.""
070f9ff46 : [KA02.5] Use binder thread and executor to invoke callback
af8003c10 : Revert "Update VPN capabilities when its underlying network set is null."
493e04b93 : Integrate testNetworkService and Manager with Connectivity stack
b36a811d5 : Integrate testNetworkService and Manager with Connectivity stack
321475fe7 : Temporarily disable flaky test.
7e7c742ad : Rename entitlement callback to adhere to API guidelines.
29d06db64 : Tell the factory it is already serving a request.
fcd1ab6aa : [KA13]: add unit test for exposed TCP socket keepalive API.
2240ef679 : Check if network has partial connectivity
fbfdd84e7 : [CS] Support "instant failure" from factories
9d4479a4f : Add uid information in PackageListObserver
2a67906ec : [PT17.5] Revert to booleans for send/not send broadcast constants.
4ef53e881 : Add tethering event callback API
20f6eea87 : Add tethering event callback API
2e3945521 : Convert tests/**/Android.mk files to Android.bp
124483569 : Minor changes to the async DNS query JAVA API
97767bf71 : Improve keepalive offload documentation and error handling
c0e7f75e7 : Revert "Update VPN capabilities when its underlying network set is null."
bf5ab0186 : Fix TetheringEntitlementValueListener related API
2ffe4b899 : Implement TestNetworkService
2d9a9a9fa : Migrate frameworks/opt/net/ethernet to androidx.test
e9eff7a45 : Migrate frameworks/opt/net/ethernet to androidx.test
147f6cf34 : Migrate frameworks/base/tests/net/ to androidx.test
b7aafd26a : Adding new APN type for Mission Critical Services.
9fc82e3a8 : Fixed all APIs not meeting API review requirement
54a272dbd : Migrate frameworks/base/tests/testables and its users to androidx.test
97342bd4e : Migrate frameworks/base/tests/testables and its users to androidx.test
e59e8c625 : Fix Automated API Review: InetAddresses
f8525286b : All Parcelable CREATOR fields are @NonNull.
43cdbac7d : All Parcelable CREATOR fields are @NonNull.
08a1c3662 : All Parcelable CREATOR fields are @NonNull.
a4ca3c631 : Add shell TestNetworkManager and Service
26b24a587 : Remove ConnectivityManager and its usages from NetworkStatsService.
687d8bd09 : Remove ConnectivityManager and its usages from NetworkStatsService.
5455c0ee6 : Remove ConnectivityManager and its usages from NetworkStatsService.
f3fd8dd45 : Remove ConnectivityManager and its usages from NetworkStatsService.
e889557e8 : Remove ConnectivityManager and its usages from NetworkStatsService.
10fe08823 : Remove ConnectivityManager and its usages from NetworkStatsService.
45406bff6 : Remove ConnectivityManager and its usages from NetworkStatsService.
f664be533 : Remove ConnectivityManager and its usages from NetworkStatsService.
6cfd15e33 : Remove ConnectivityManager and its usages from NetworkStatsService.
83b6d76c9 : Fix isActiveNetworkMetered for VPNs.
8afc4efd1 : Add @UnsupportedAppUsage annotations
2a71a3d81 : Add @UnsupportedAppUsage annotations
23393e21e : Add @UnsupportedAppUsage annotations
440df92ff : getConnectionOwnerUid: Clarify documentation
93f2d251d : Add @UnsupportedAppUsage annotations
0fbf072ca : Add @UnsupportedAppUsage annotations
bb27866cf : Add @UnsupportedAppUsage annotations
bb6bacc13 : Ensure handleUpdateLinkProperties runs on the CS handler thread.
cdd472282 : Catch ServiceSpecificException instead of IllegalStateException.
3b723c2ee : Fix broken javadoc links
84298d8e5 : Manage NAT64 prefix discovery lifecycle in the framework.
f7e1739d9 : Track NAT64 in the framework and start clatd iff NAT64 detected
7b0732fff : Change Nat464Xlat lifecycle.
c11592ce7 : Minor improvements to verifyTcpBufferSizeChange.
822935397 : Return not supported if no necessary socket option
31c44d7bc : Add logging to NetworkStackClient
92c4d5e64 : Send special permission information to netd
bfabfe0ab : Update VPN capabilities when its underlying network set is null.
8b1352fda : Skip unreachable route when estimating VPN destinations
ef59a21ff : Move NetworkStack to services.net
eab0f5473 : Remove NetworkMonitor dependency on ICaptivePortal
df5699587 : Update VPN capabilities when its underlying network set is null.
b6997cc4d : Move NetworkStack to services.net
ad9f6d89f : Remove NetworkMonitor dependency on ICaptivePortal
b76f9ee4e : Fix flaky testNattSocketKeepalives
4ad1b9f83 : [CS] Support "instant failure" from factories
b25c9a6cb : Clear all lingering notifications when network is disconnected
bdfaa48ce : Add Test Network and Transport types
794c7f2ee : Remove hard-coded NetworkStack package name
0835a1eae : [KA04] Expose TCP socket keepalive API
097a59705 : Check MAINLINE_NETWORK_STACK in ConnectivityService
94ff95bbc : Add API for NetworkStack to start captive portal
97021a1ee : Deprecate getActiveLinkProperties.
80d035631 : [KA03.5] Add stable AIDL parcelable for TcpKeepalivePacketData
e5591ce2f : [KA03] Support tcp keepalive offload
011b1f15c : [KA02] internal cleanup and refactor for SocketKeepalive
1fb0c9566 : [KA02] internal cleanup and refactor for SocketKeepalive
6bf8f0fbd : Call clearCallingIdentity before notifyDnsResponse
0f45bb9d3 : Add get last entitlement value callback API
3c766ebc4 : Allow use of bindProcessToNetwork only to change private DNS bypass.
83759ee94 : Add an API that allows VPNs to declare themselves as metered.
4ed5cbd75 : Nuke old setAlwaysOnVpnPackageForUser method.
3a1cb9d61 : Allow bypassing private DNS via bindProcessToNetwork.
fb43a914d : Add SystemApi for captive portal metrics
6bd9193a3 : Add SystemApi for captive portal metrics
768ea1206 : Tell the factory it is already serving a request.
6e82be4e4 : Remove last NetworkStack usage of hidden APIs
731f7bc00 : Remove last NetworkStack usage of hidden APIs
5db0919a0 : Remove last NetworkStack usage of hidden APIs
c7fe99fdb : Add NetworkUtils utilities to SystemApi
079fe5969 : jni: more O_CLOEXECs
cac3986f1 : jni: more O_CLOEXECs
38784a056 : Add SocketUtils for NetworkStack
894533059 : Add SocketUtils for NetworkStack
a628730d0 : Add SocketUtils for NetworkStack
98d9df7a9 : Move NetworkUtils used by NetworkStack
e167e117c : Move NetworkUtils used by NetworkStack
8bd18cff9 : Add NetworkStack networking deps to SystemApi
3aeb3f345 : Whitelist packages from VPN lockdown.
a71a38b32 : Hide Keepalive offload API in IpSec
1677ea7de : Hide Keepalive offload API in IpSec
f8cfbebf2 : Migrate EthernetNetworkFactory to IIpClient
5060d1d1b : Migrate EthernetNetworkFactory to IIpClient
b432c2c45 : Add NetworkStack networking deps to SystemApi
45f1a2466 : Revert "Whitelist packages from VPN lockdown."
f1a610a1c : Whitelist packages from VPN lockdown.
de132bb6d : Add API for proxy configuration over VPN.
8767f4168 : Add API for proxy configuration over VPN.
58e8be00e : Whitelist packages from VPN lockdown.
b1e8e385d : Popup a notification after logging in the captive portal network
d05a192fb : [KA05] Export keepalive offload api for IpSec Nat-T file descriptor
d9f75865c : Add additional SystemApi for NetworkStack
daace816d : Add additional SystemApi for NetworkStack
4c95b08a2 : [KA01] export SocketKeepalive API for NAT-T keepalive
0d1aaee1d : Stop depending on the ConnectivityService default request.
43ac4781a : Move IpClient to NetworkStack
63e61c427 : Move IpClient to NetworkStack
290455ec5 : Move IpClient to NetworkStack
e4e5381e0 : Use delta reads for per uid traffic stats
a9382c979 : Use delta reads for per uid traffic stats
6d23e740f : Add asynchronous DNS query API in Java
4e5831aec : Add jni method for DnsResolver
27de63e49 : Add getAvoidBadWifi system API
44ed85862 : Migrate ICaptivePortal to stable AIDL
e761c0b36 : Migrate ICaptivePortal to stable AIDL
7f8be9f6c : [MS09] Implement isSameNetwork.
109f8d558 : Add LinkProps and NetworkCaps methods to SystemApi
443302562 : Properly expect all callbacks in testStackedLinkProperties.
c8bf99d5d : Add NetworkStack metrics to system API
85b966507 : Add fields used by NetworkStack to the API
e87b7ceaa : Add API for VPN apps to query always-on and lockdown.
6d5254759 : fix getIfaceStats and getTotalStats bug
77c8591f9 : fix getIfaceStats and getTotalStats bug
70ab67f1c : Add NetworkMonitor constants to SystemApi
2e4422598 : Add NetworkMonitor constants to SystemApi
b8997229a : [MS08] Read back attributes and blobs.
699aefeb8 : Add stable AIDL parcelables for IIpClient API
8c925d276 : Remove dead KeepaliveInfo if it cannot be started
107ae9500 : [CS] Add an option to block sensitive network specifier
8f7bc647b : Add Nat64Prefix to LinkProperties copy constructor
545110b5b : Allow network transport type override
d3a5c0404 : Allow network transport type override
1d3bf3d90 : Test parceling empty LinkProperties.
ae53ea187 : Delete the clatd functions from NetworkManagementService.
981b34f6b : Add the NAT64 prefix to LinkProperties.
6dd248630 : [MS02] Write the skeleton for the IP memory store.
d3829de50 : [MS01] Add the IP memory store service.
8539129ad : Move NetworkMonitor to NetworkStack
1915400dd : fix getIfaceStats and getTotalStats bug
3657ce969 : fix getIfaceStats and getTotalStats bug
a35360c1b : Move DhcpServer to NetworkStack app
77f9cd1aa : DO NOT MERGE: Revert: use legacy way to get tcp packet count
579bf9765 : DO NOT MERGE: Revert: use legacy way to get tcp packet count
158702db5 : Add nullability annotations to public methods of ConnManager.
6e17032ff : Adjust map names due to new bpfloader
150dc6f18 : Adjust map names due to new bpfloader
bdfc1fcb7 : Limit access to suspected false positives.
de679608e : Limit access to suspected false positives.
d5e95119a : [PT17] Small cleanup of PacManager
9826e7f29 : Deprecate NetworkInfo
058120dbc : Unhide LinkProperties, NetworkCapabilities, NetworkRequest APIs
70c219309 : Add InetAddresses class to API
529577b41 : Track default upstream when system is ready
c14b21745 : Delete unused import
f9eff38d9 : Delete unused import
770dbc406 : API: Clean up redundant and ineffective usages of SystemApi and TestApi
be53fbb8d : API: Clean up redundant and ineffective usages of SystemApi and TestApi
73fb5a86f : [CM] Fix comments, add tests to TransportInfo API
1b6c2ed87 : API: Clean up redundant and ineffective usages of SystemApi and TestApi
ef420e975 : API: Clean up redundant and ineffective usages of SystemApi and TestApi
20f6d0a3b : DO NOT MERGE fix some linkproperties configs missing
00dd21dea : VPN: Move package intent receiver to ConnectivityService.
879dbfa62 : Ignore ipv6 tx traffic on clat uid.
3b51392d2 : Ignore ipv6 tx traffic on clat uid.
6fe079615 : Ignore ipv6 tx traffic on clat uid.
ac07cca08 : [CS] Add a generic transport-specific information API
edb60c461 : Refactoring of deleting stats in NetworkStats based on uids.
a62125fd5 : Refactoring of deleting stats in NetworkStats based on uids.
bbaddec5d : Refactoring of deleting stats in NetworkStats based on uids.
586a6f200 : Remove 'hasDns' parameter
e2d7cf5ae : Add PCSCF to LinkProperties.
4dfcd5067 : Change types of fields of network stats reported to framework.
09254d263 : Change types of fields of network stats reported to framework.
5ff675247 : Fix negative uid stats caused by 464xlat adjust when eBPF is on.
b8d6e6fb4 : Fix negative uid stats caused by 464xlat adjust when eBPF is on.
5ea66a0a5 : Fix negative uid stats caused by 464xlat adjust when eBPF is on.
821c97863 : Simpify logic in updateTcpBufferSizes
74fa397f1 : Update LinkProperties to NetworkAgentInfo only when it's changed
724ed1b92 : Use ParcelFileDescriptor instead of FileDescriptor in INetd.aidl
d913fb44a : Use ParcelFileDescriptor instead of FileDescriptor in INetd.aidl
a904fab04 : Use ParcelFileDescriptor instead of FileDescriptor in INetd.aidl
1541629a3 : Call netd to update the tcp buffer size
686e7c02e : Data stall detection using DNS event
a03720b3e : Fixed toString() printing error
e6bc8317f : Cleanup and update comments SA mark disabling comments
c6fcedd77 : Cleanup and update comments SA mark disabling comments
12b70569f : Add XFRM-I support to IpSecService
823266818 : Add XFRM-I support to IpSecService
5d74984c2 : Add XFRM-I support to IpSecService
8e262d068 : Disable attempted updating of SA marks
683441d87 : Disable attempted updating of SA marks
df46b3527 : PermissionMonitor: Move intent receiver to ConnectivityService.
2268041ef : Move hidden APIs into system APIs
476352b00 : Move hidden APIs into system APIs
ec1c466cb : Add IPv6 link-local address generation from EUI-48
42ab31a79 : Add IPv6 link-local address generation from EUI-48
2fd1499f6 : (Really) fix LingerMonitor rate limiting
a6c3c7e35 : Change types of fields of network stats reported to framework.
5a43a6735 : Change types of fields of network stats reported to framework.
bc2208a2a : Avoid calling ParcelFileDescriptor.fromSocket on new Sockets.
4ae90ee86 : Use spy in PermissionMonitorTest.
99d13c337 : Change types of fields of network stats reported to framework.
6d49d8da7 : Change types of fields of network stats reported to framework.
e43ff3e85 : Fix negative uid stats caused by 464xlat adjust when eBPF is on.
a5dc562cf : Fix negative uid stats caused by 464xlat adjust when eBPF is on.
3da40c482 : Fix negative uid stats caused by 464xlat adjust when eBPF is on.
4d041d5ca : Add skip464xlat test in Nat464XlatTest
1dd54da1f : Fix LingerMonitor notification rate limiting
8e38c05bb : Support backward compatibility for restricted network permission
e26dae35e : wifi(API): NetworkSpecifier for Wifi NetworkAgent
f1307561a : Fix negative uid stats caused by 464xlat adjust when eBPF is on.
7d412d0b4 : Fix negative uid stats caused by 464xlat adjust when eBPF is on.
1d103a980 : Fix negative uid stats caused by 464xlat adjust when eBPF is on.
e06923946 : No-op refactoring of VPN lockdown status check.
29e8abebc : Add more debug log when onBlockedStatusChanged was called.
477db5fe1 : Refactor UidRange by using stable aidl structure
74c19b8e9 : Refactor UidRange by using stable aidl structure
e67f2178d : Refactor UidRange by using stable aidl structure
fe47da678 : Update a few runnable/handler to use a static class instead of a runnable.
ff5748459 : Update a few runnable/handler to use a static class instead of a runnable.
0e71d36c5 : Move some members to the "Q blacklist".
a1a397d1d : ConnectivityService: make log configurable
96612aedb : Add tests for the network blocked status change
fe39697d0 : Move bpf project to system/bpf
4a259ab94 : Move bpf project to system/bpf
aeaeaefce : Delay global alerts by 1s for high thresholds
0a8c58b06 : Delay global alerts by 1s for high thresholds
739cb3df8 : Don't consider TRACK_DEFAULT requests in EthernetNetworkFactory.
4f316a442 : Don't consider TRACK_DEFAULT requests in EthernetNetworkFactory.
120511dbe : Enterprise Policy for Private DNS Setting
110cb1204 : [PT16] Simplification of sendProxyBroadcast.
0d21a064a : [PT15] Tiny bugfix in setGlobalProxy
1836a63e9 : [PT14] No-op refactoring of sendProxyBroadcast
c7da00d19 : Change permissions checks for setAirplaneMode.
addf82742 : To support skip464xlat per Network
f2c67e452 : Add new callback to inform blocking of network on specific uid.
0bfef02a2 : Make setAirplaneMode @SystemApi for SetupWizard.
b8102ef4d : Add log for debugging ConnectivityManager
b913c8165 : Network-related commands porting
f9d8e07ea : [PT13] Simple cleanup of ProxyTracker.
bf650912c : [PT12] Factor some code into ProxyTracker.
0933537df : [PT11] Move handleDeprecatedGlobalHttpProxy to ProxyTracker
e4f9bd95e : [PT10] Move loadGlobalProxy into ProxyTracker.
9105f8242 : Check to ensure UDP-encap is used only for IPv4
43d93a0c7 : Check to ensure UDP-encap is used only for IPv4
e54eee013 : Check to ensure UDP-encap is used only for IPv4
be99bca44 : docs: Replacing {#link with {@link
f0254b732 : cherry-pick from pi-dev docs: Replacing {#link with {@link
1ab508d36 : Add UDP encapsulation tests for IpSecService.
1d13372c1 : Delay global alerts by 1s for high thresholds
d966e8cf2 : Delay global alerts by 1s for high thresholds
838c66128 : Allow wifi and ethenet connected at same time.
d47c36790 : Remove spurious WTF in rematching networks.
46289a248 : ConnectivityService get INetd directly.
2386291f5 : Make requestRouteToHost a no-op for system callers.
087fd275f : Fix idle timer rule leakage
3300b0bda : Call clearSettingsProvider before and after test
563808175 : Rename object mNetd to mNetworkManagementService
b7c67f8e2 : Call clearSettingsProvider before and after test
39a51e019 : Add ConnectivityManager.getConnectionOwnerUid()
f10b7f473 : Don't check qtaguid file unless using them
5c0232c57 : Don't check qtaguid file unless using them
2622bdf56 : Move some members to the "Q blacklist".
c61623c4a : Re-enable checks for MANAGE_IPSEC_TUNNELS
2b6a14ecf : Re-enable checks for MANAGE_IPSEC_TUNNELS
5df91ce8b : ConnectivityService: dumpsys args for dumping networks or requests only.
a480ba57f : ConnectivityService: Sort requests and networks in dumpsys.
0df4ff77d : Use UID as requestID
6d0cd0b7b : Use UID as requestID
c268c3049 : Use UID as requestID
780297fa1 : Use tunnel local/remote addresses in security policies
38e52973d : Use tunnel local/remote addresses in security policies
c7a3a56e5 : PermissionMonitor: Limit preinstalled apps network permissions
767b7f202 : Remove ResolveUtil from frameworks/base callers
1f7f52b16 : Add DhcpServer
c9fc125bb : Add DhcpServer
4253b45cb : Fix typo in IpConfiguration comment
aa3d9ac73 : Add DhcpServingParams
029434e9a : Add util to add an ARP table entry
c9a8b526e : Strategic fix for infinite loop
b3aa61870 : Strategic fix for infinite loop
a9d0a4a5f : Strategic fix for infinite loop
33893d68d : Strategic fix for infinite loop
bca6efabb : Tiny tiny style fix
153ef5714 : Tiny tiny style fix
07be1cb56 : Convert frameworks/opt/net/ethernet to Android.bp
4da7fda56 : Convert frameworks/opt/net/ethernet to Android.bp
c5b9bec94 : Add @UnsupportedAppUsage annotations
05f61129d : Add @UnsupportedAppUsage annotations
ce3a48c05 : Add @UnsupportedAppUsage annotations
585747963 : Add @UnsupportedAppUsage annotations
e93928d75 : Add @UnsupportedAppUsage annotations
ac005192e : Add @UnsupportedAppUsage annotations
3e0fe9f02 : Add @UnsupportedAppUsage annotations
cf9b6cd10 : Add @UnsupportedAppUsage annotations
af185b226 : Add @UnsupportedAppUsage annotations
ed334ebbd : Add @UnsupportedAppUsage annotations
d5f95cda0 : Fix testRegisterUsageCallback failure in setUp
2d18dc94a : Fix testRegisterUsageCallback failure in setUp
5dd7f0726 : Fix testRegisterUsageCallback failure in setUp
c84693ee4 : Migrate frameworks/base/services/tests/servicestests to androidx.test
02532fc4c : Migrate frameworks/base/services/tests/servicestests to androidx.test
00ef96bc0 : NetworkAgent: Send primitive integer in explicitlySelected
d594290fd : NetworkAgent: Send primitive integer in score
de2568720 : Add tests for NetworkMonitor isCaptivePortal
6e2a93cf9 : Add utils to convert Inet4Address <-> int
b89cbfbdc : Count and Report Bandwidth Requests by UID
524ea05e3 : Increase network request timeouts
626885b75 : Use timeout consts in all ConnService tests
b02b6403f : docs: added Android P behavior change note to untagSocket reference
c134e24a7 : docs: added Android P behavior change note to untagSocket reference
b6bd15ac2 : Increase linger delay and test callback timeout
50cb7dbc1 : Increase TEST_LINGER_DELAY_MS
37a4409ea : Push DNS configuration on network validation
8352975df : Track constructor changes in libcore/
4b6b8dee0 : Track constructor changes in libcore/
a73af0058 : Push DNS configuration on network validation
334a75596 : DO NOT MERGE: use legacy way to get tcp packet count
0b4a66a1c : DO NOT MERGE: use legacy way to get tcp packet count
a34b58402 : Prefer default Internet network for upstream tethering.
359d4c6d6 : Prefer default Internet network for upstream tethering.
74f9a8b52 : Add StackedLinkProperties test case
fe357814b : [PT09] Add javadoc comments to all ProxyTracker methods/members.
d9e70ac17 : [PT08] Move setDefaultProxy to ProxyTracker
8cbd2dd7e : [PT06] Move setGlobalProxy into ProxyTracker
e18083062 : [PT07] Small cleanup of setGlobalProxy
5c0ca509d : [PT05] Move sendProxyBroadcast into ProxyTracker.
faf4a2083 : [PT04] Move PacManager into ProxyTracker.
777e2e59e : [PT03] Move some more code into ProxyTracker.
7d97afc73 : [PT02] Move static methods to ProxyTracker
5d70ba450 : [PT01] Introduce ProxyTracker
0ceb26580 : Remove a useless parameter.
040a41f85 : Small cleanup of Network.
d51966a41 : Cleanup of LinkProperties.
d3930f170 : Bugfixes in LinkProperties#toString
9dd116103 : Cleanup of ConnectivityManager.
4300caf11 : Disable the AppOp Restriction for IpSec Tunnels
7c250aedb : Disable the AppOp Restriction for IpSec Tunnels
1db89848a : Disable the AppOp Restriction for IpSec Tunnels
d6c33dcc5 : No-op cleanup of ConnectivityService.
1ccc18576 : Copy clat modified linkProperties into new one.
c80723f01 : Disable the AppOp Restriction for IpSec Tunnels
147f7386d : Disable the AppOp Restriction for IpSec Tunnels
71fc014f0 : Disable the AppOp Restriction for IpSec Tunnels
a6722e470 : Rework Exception Handling for IpSecManager
d21e909fd : Rework Exception Handling for IpSecManager
ba38f8b79 : Update IpSecManager to use InetAddress and prefixLen
ed6562e36 : Update IpSecManager to use InetAddress and prefixLen
b25e678b4 : Update IpSecManager to use InetAddress and prefixLen
2a9b2c816 : Add AppOps Checks for MANAGE_IPSEC_TUNNELS
a78f084ed : Add AppOps Checks for MANAGE_IPSEC_TUNNELS
cac8775b2 : Add AppOps Checks for MANAGE_IPSEC_TUNNELS
a9a8f0389 : Add MANAGE_IPSEC_TUNNELS Permission
b9df8b1fc : Add MANAGE_IPSEC_TUNNELS Permission
6ae4b8847 : Let tests enumerate all transports/capabilities.
43847bc10 : Destroy networks as soon as they are disconnected.
8cfa434e5 : Fix a ConcurrentModificationException crash.
ec3d62faa : Unify behavior of various cases of "no underlying networks"
22670f9b9 : Fix: VPNs update caps upon underlying network disconnect.
32f9daa02 : Add tests for setUnderlyingNetworks.
52a6d547b : Fix setCapabilities.
d082c6c12 : Fix SSID not being logged by the validation logs
818f6b5c6 : Make sure getActiveNetwork is consistent with default callbacks
d94e48ff9 : Add tests for getActiveNetwork.
4ea84827b : Guard the SSID with NETWORK_SETTINGS
390bee5f2 : Add a new ssid field in NetworkCapabilities.
dd7d9f4c8 : Notif manager and captive portal app to read SSID again
4fc3638fa : Remove unwanted capability from the java-doc
5b7ec405f : Actually @hide unwanted capability methods.
20329ac8b : API council requested tweaks to NetworkRequest.
e023bc215 : Add OEM_PAID capability to system api
04f08d4da : add airplane mode shell commands to connectivity
6adee26d7 : Copy clat modified linkProperties into new one.
e90c0e624 : Expose CONNECTIVITY_ACTION to Instant Apps
24e3fe60a : fix isActiveNetworkMetered with VPNs
d16e70e64 : Add missing features to static IP config
8d5e3e989 : Add missing features to static IP config
017039eda : Add missing features to static IP config
e28118d0c : Add missing features to static IP config
9e316bdc1 : Check for bpf support at NetworkStatsService start
2cb46550f : Check for bpf support at NetworkStatsService start
614891d0d : Don't complain if a VPN changes capabilities.
f0713b549 : DO NOT MERGE: Add unit tests to ensure VPN meteredness
e17657c0f : Migrating remaining core networking tests to Junit4
687aa58f2 : DO NOT MERGE: Fix ConnectivityController meteredness checks
9cf1c8aca : Fixup SntpClient to bypass Private DNS
03d866a6a : Add configurable captive portal probes
f3eae13de : Move CaptivePortalProbeResult to its own file
d9fffc351 : Destroy networks as soon as they are disconnected.
c2491572d : Add configurable captive portal probes
e5e21fd4b : Fixup SntpClient to bypass Private DNS
3fb56e2ff : Fix testRegisterUsageCallback failure in setUp
ea2710c79 : Fix testRegisterUsageCallback failure in setUp
04e5975a5 : Fix testRegisterUsageCallback failure in setUp
8397a84ea : Fix a ConcurrentModificationException crash.
82739ed58 : Last-ditch clamping of negative NetworkStats.
d631c5836 : Last-ditch clamping of negative NetworkStats.
f90bb339f : Unify behavior of various cases of "no underlying networks"
d4f01cadc : Fix: VPNs update caps upon underlying network disconnect.
e2b9a7657 : Add tests for setUnderlyingNetworks.
cabd8329f : Move CaptivePortalProbeResult to its own file
e15627ef7 : Fix setCapabilities.
ca8601efd : Check for bpf support at NetworkStatsService start
dc9c7fc7b : Check for bpf support at NetworkStatsService start
a7edf6ff5 : Add explicit override for default Private DNS mode
519e1dcae : Fix overriding ip configurtion with default one
6c61d1013 : Fix overriding ip configurtion with default one
ae2fabaae : Use INetd Constant for IpSec Interface Prefix
e60c308c0 : Use INetd Constant for IpSec Interface Prefix
4d93537e9 : apf: Add counters for dropped / passed packets
7b6ed2250 : Let tests enumerate all transports/capabilities.
a43eb59a0 : Use INetd Constant for IpSec Interface Prefix
67724c654 : Use INetd Constant for IpSec Interface Prefix
58cb06b6c : Fix overriding ip configurtion with default one
a8f3c01be : Fix overriding ip configurtion with default one
f2da177b5 : Fix SSID not being logged by the validation logs
e6f460440 : [DO NOT MERGE] Use INetd Constant for IpSec Interface Prefix
7be7f4596 : [DO NOT MERGE] Use INetd Constant for IpSec Interface Prefix
af2c07544 : Fix NPE during dumpsys ethernet
aea0136d0 : Fix NPE during dumpsys ethernet
073b7977c : Fix NPE during dumpsys ethernet
97446b897 : Fix NPE during dumpsys ethernet
d1de8fb74 : Add static IpClient logging
6437a339a : Ethernet should be NOT_CONGESTED by default.
b23181bbe : Ethernet should be NOT_CONGESTED by default.
78b85e6ca : Add static IpClient logging
b1ff5a381 : Fix testRegisterUsageCallback
030dfa0f7 : Remove the unused file parsing function
d8dfd8c17 : Remove the unused file parsing function
cf7567ba7 : Remove the unused file parsing function
5497c0e3a : Use eBPF map data for per iface stats
c34a67b18 : Use eBPF map data for per iface stats
119906015 : Remove the unused file parsing function
1f37112a5 : Remove the unused file parsing function
84c143711 : Remove the unused file parsing function
dd6549723 : Use eBPF map data for per iface stats
2dc99dc44 : Use eBPF map data for per iface stats
f1089bfa9 : apf: Add counters for dropped / passed packets
70be7a9dd : Let DnsManager fill in LinkProperties for private DNSes
299d85614 : Add the list of private DNS addresses to LinkProperties
21c4188a9 : Rework Exception Handling for IpSecManager
beed0b61b : Rework Exception Handling for IpSecManager
46adcf308 : Make sure getActiveNetwork is consistent with default callbacks
fd424b90b : Add tests for getActiveNetwork.
88e7d8e3e : Actually @hide unwanted capability methods.
48bb49def : Let DnsManager fill in LinkProperties for private DNSes
32181a737 : Give CTS a way to force-poll network stats.
5a0df01ad : Give CTS a way to force-poll network stats.
3e0a46a43 : Add the list of private DNS addresses to LinkProperties
02ad62281 : Never interact with "phone" while holding locks.
c0ddfa318 : Never interact with "phone" while holding locks.
4eade4d5e : Revert "OP_GET_USAGE_STATS should be noted, not checked."
8b48b7ffc : Revert "OP_GET_USAGE_STATS should be noted, not checked."
d810e5e91 : Revert "OP_GET_USAGE_STATS should be noted, not checked."
f2a431ac1 : Add tracing for network statistics and policy.
8f3b754cd : Add tracing for network statistics and policy.
069002e63 : Revert "Revert "OP_GET_USAGE_STATS should be noted, not checked.""
2f036210f : Revert "Revert "OP_GET_USAGE_STATS should be noted, not checked.""
0eb04dc20 : Revert "Revert "OP_GET_USAGE_STATS should be noted, not checked.""
d5992e681 : Revert "OP_GET_USAGE_STATS should be noted, not checked."
f28796042 : Revert "OP_GET_USAGE_STATS should be noted, not checked."
c6624c7a1 : Revert "OP_GET_USAGE_STATS should be noted, not checked."
61da83e13 : Guard the SSID with NETWORK_SETTINGS
53323c281 : Don't process broadcasts until really ready.
e6c2cfbe4 : Don't process broadcasts until really ready.
b1296e58d : OP_GET_USAGE_STATS should be noted, not checked.
c0318d130 : OP_GET_USAGE_STATS should be noted, not checked.
930aeb0c0 : OP_GET_USAGE_STATS should be noted, not checked.
7048e64ed : Notif manager and captive portal app to read SSID again
3ec2c0fc8 : Add a new ssid field in NetworkCapabilities.
badc54893 : Add rate limiting and logging for NetworkStats.
3d55d4c02 : Add rate limiting and logging for NetworkStats.
7403f8207 : APIs to disable data usage notifications.
9ad30adb8 : Address API comments on NetworkStats#getDefaultNetwork.
83be1ec1f : Address API comments on NetworkStats#getDefaultNetwork.
ba804c212 : [DO NOT MERGE] - Hide Tunnel Mode IpSec API
67e71f0f6 : [DO NOT MERGE] - Hide Tunnel Mode IpSec API
b136bfd8e : Added tests for MultipathPolicyTracker.
488df2dfa : Trigger NetworkCallback events when private DNS usage has changed.
63f789c5e : Do not register callback for < MIN_THRESHOLD_BYTES
27d62a0a3 : Do not register callback for < MIN_THRESHOLD_BYTES
ab5f8652d : Disable roaming sanity checking.
1720e5456 : Trigger NetworkCallback events when private DNS usage has changed.
47839a0cb : Remove unwanted capabilitiy from the java-doc
e91692a3e : Add @param tag for state in queryDetailsForUidTagState.
76bb81743 : Add @param tag for state in queryDetailsForUidTagState.
f4bdf74cd : Remove unwanted capability code per API council feedback.
471ce709e : Move the logic of (re)evaluation of Private DNS
9a62f0108 : Move the logic of (re)evaluation of Private DNS
e84200fc5 : Update IpSecManager to use InetAddress and prefixLen
d39837f7e : Update IpSecManager to use InetAddress and prefixLen
2ea91aee4 : Update IpSecManager to use InetAddress and prefixLen
a0c566ec9 : API council requested tweaks to SubscriptionPlan.
17a51c8a5 : API council requested tweaks to SubscriptionPlan.
031d44736 : Force creation of Socket upon Transform application
ad4bca35e : Force creation of Socket upon Transform application
57ab3f648 : Force creation of Socket upon Transform application
9b58dd356 : Mark networks with OEM_PAID always restricted
fbbce98bc : Force creation of Socket upon Transform application
78652232d : Force creation of Socket upon Transform application
412ff4144 : Force creation of Socket upon Transform application
9a30db497 : Support bypassing TLS in the framework
a10a7f99c : Add AppOps Checks for MANAGE_IPSEC_TUNNELS
65ef84317 : Add AppOps Checks for MANAGE_IPSEC_TUNNELS
68a7edf1c : Add AppOps Checks for MANAGE_IPSEC_TUNNELS
0162dba80 : Support bypassing TLS in the framework
126502d50 : Refactor isTetheringSupported() calls
a389a03bd : Add hasUnwantedCapability method
f2822d3a2 : Fix network usage stats on 464xlat tethered.
0023be9ea : Fix network usage stats on 464xlat tethered.
1720e75aa : Fix network usage stats on 464xlat tethered.
76d2f5392 : Allow applications to query for foreground/background data usage.
b0efeaf85 : Allow applications to query for foreground/background data usage.
94de1787a : Fix PermissionMonitorTest that has been failing.
d8840e4fd : Refactor isTetheringSupported() calls
6cdb34183 : Fix socket leaks in various android.net.Network methods.
55fc224c7 : Add method to NetworkStatsService for UID stats.
944eab868 : Add method to NetworkStatsService for UID stats.
ef7e3afa1 : Add method to NetworkStatsService for UID stats.
b3b460821 : Disallow Reserved SPI Allocation
1b88f0e6a : Disallow Reserved SPI Allocation
8cb524557 : Mark networks with OEM_PAID always restricted
f0473e865 : Limit the number of routes for performance
2e1ebb60e : Require explicitly supplied truncation length
73ed7b3c8 : Require explicitly supplied truncation length
ad2615cae : Require explicitly supplied truncation length
c16588520 : Clarify UDP encapsulation socket API
8fcf85d6b : Clarify UDP encapsulation socket API
a386e37ea : Clarify UDP encapsulation socket API
96d10a75b : Clarify documentation for getActiveNetworkInfo and friends
17c972f3c : Allow null subscriberId in NetworkStatsManager.
9968ec4f1 : Allow null subscriberId in NetworkStatsManager.
65ffbafe8 : Allow null subscriberId in NetworkStatsManager.
55eaa09f9 : Fix socket leaks in various android.net.Network methods.
b895ac0fe : Add Network.fromNetworkHandle()
459c9109c : Limit the number of routes for performance
33703ef8a : Clarify documentation for getActiveNetworkInfo and friends
e6f2de337 : Require explicitly supplied truncation length
543e30cd5 : Require explicitly supplied truncation length
5f38c0238 : Require explicitly supplied truncation length
089fe77ba : Make addUnwantedCapability method public
e5886f37e : API council requested tweaks to NetworkRequest.
4076b1311 : Disallow Reserved SPI Allocation
c37f6f6b8 : Disallow Reserved SPI Allocation
1868811e8 : Add OEM_PAID capability to system api
b477e70ae : Fix network usage stats on 464xlat tethered.
857952d49 : Fix network usage stats on 464xlat tethered.
c19a5eb8e : Fix network usage stats on 464xlat tethered.
b6d036d6b : Clarify UDP encapsulation socket API
50b0ab808 : Clarify UDP encapsulation socket API
a042c3f82 : Clarify UDP encapsulation socket API
51f4d8a11 : Merge "Minor clean-up in NetworkCapabilities" am: 539f85a18d am: b1e2bfe4df am: 8a956a5141
f685da3d6 : Add documentation for TCP interactions with transforms
c5106f3cf : Add documentation for TCP interactions with transforms
98a093500 : Don't let callers OOM the system process.
33851627b : Don't let callers OOM the system process.
d9bee87b8 : Get application info in the correct user id
8d66e650a : API council requested tweaks to TrafficStats.
17a3875fb : API council requested tweaks to TrafficStats.
bd313c2e1 : Add documentation for TCP interactions with transforms
0a8e73c1b : Add documentation for TCP interactions with transforms
2f6bcd9c0 : Get application info in the correct user id
c54b9cb71 : Pass all relevant resolver info to netd
32928412a : add airplane mode shell commands to connectivity
286974f38 : Pass all relevant resolver info to netd
38354d1f6 : Have PermissionMonitor arbiter which app can access background networks
9a713bd28 : Add MANAGE_IPSEC_TUNNELS Permission
00e77247e : Add MANAGE_IPSEC_TUNNELS Permission
04baf117b : Improve ConnectivityManager.getNetworkWatchlistConfigHash() javadoc
e64b8d7bc : Have PermissionMonitor arbiter which app can access background networks
4b3f6f982 : Add method to NetworkStatsService for UID stats.
a6cf27f30 : Add method to NetworkStatsService for UID stats.
1cb92c713 : Add method to NetworkStatsService for UID stats.
7c74b9f31 : Have the status bar listen to all macro-users VPN changes.
088588d3f : Have the status bar listen to all macro-users VPN changes.
a26fb9005 : Add NonNull Annotations To IpSec API Surface
6303d9ef3 : Add NonNull Annotations To IpSec API Surface
2d0766659 : Add NonNull Annotations To IpSec API Surface
ff7939a84 : Add NonNull Annotations To IpSec API Surface
bfcc17cc2 : Check mOwnedByTransform to avoid DELSA on SPI
52e219bde : Check mOwnedByTransform to avoid DELSA on SPI
fdde4d633 : Check mOwnedByTransform to avoid DELSA on SPI
902acb89d : Expose add/removeAddress for IpSecInterfaces
49cd8d726 : Expose add/removeAddress for IpSecInterfaces
76df78ffb : Added implementation for VTI add/remove address
c53a274b8 : Added implementation for VTI add/remove address
97c3c945d : Added implementation for VTI add/remove address
f628b3b3c : Add support for auth-only transforms
778327e54 : Add support for auth-only transforms
3a48f26dc : Expose add/removeAddress for IpSecInterfaces
e4a625865 : Expose add/removeAddress for IpSecInterfaces
bd12ffffc : Check mOwnedByTransform to avoid DELSA on SPI
96a304ec6 : Check mOwnedByTransform to avoid DELSA on SPI
feebc885a : Check mOwnedByTransform to avoid DELSA on SPI
95c6602f5 : Docstring Updates for applyTransportModeTransform
e3536f066 : Docstring Updates for applyTransportModeTransform
cec463f0a : Add support for auth-only transforms
2ba4a65fe : Add support for auth-only transforms
11669685c : Docstring Updates for applyTransportModeTransform
e917321c4 : Docstring Updates for applyTransportModeTransform
ad1f51c7f : Added implementation for VTI add/remove address
23b86a6d9 : Added implementation for VTI add/remove address
0da1f39e2 : Added implementation for VTI add/remove address
1f9f48e1c : Fixing comments in Network Capabilities
7eaf3b10e : Deprecate most of NetworkInfo.
e15d4ceee : Deprecate most of NetworkInfo.
caced413d : Expose CONNECTIVITY_ACTION to Instant Apps
85c8c3d82 : Connectivity: Fix map access
34dcea11f : Allow null subscriberId in NetworkStatsManager.
41737af07 : Allow null subscriberId in NetworkStatsManager.
a08eb7203 : Allow null subscriberId in NetworkStatsManager.
39744fd0c : Connectivity: Fix map access
a32100e85 : Minor cleanups to NetworkStats interface tracking.
8f5d13827 : Minor cleanups to NetworkStats interface tracking.
54ddecb0f : Minor cleanups to NetworkStats interface tracking.
9a396cc3c : Give apps with NETWORK_SETTINGS right to see any VPN.
9cbc882c0 : Give VPNs the INTERNET capability when they route most of the IP space
15e839f11 : Minor clean-up in NetworkCapabilities
7c600431b : Extend network request to query networks w/o capabilites
4409dfa9c : Fix up NetworkCapabilities' toString
94bb3f9b9 : Frameworks: Annotate JUnit4 test with @Test
d7fce6abb : Name specific app for rapid data usage.
82ffcf567 : Name specific app for rapid data usage.
1459069bb : Name specific app for rapid data usage.
6cb094e96 : Wait for IpClient to shutdown
7048285cb : Wait for IpClient to shutdown
292624aac : Avoid re-creating an IpClient if the network has already started
de93b3eb0 : Avoid re-creating an IpClient if the network has already started
4757d5528 : Only emit debug logging when requested.
ddd09dfbe : Only emit debug logging when requested.
9f48d166f : [LT2] Fix release request while lingering.
0990bc8b5 : Fix ConnectivityServiceTest for NATT Keepalive
d0cd0bf0b : Leave NetworkStatsService around during shutdown.
a0626d7f4 : Leave NetworkStatsService around during shutdown.
8b0e926d8 : Better handling of NTP-based clocks.
77bd2dfb9 : Better handling of NTP-based clocks.
af8f5f5eb : Better handling of NTP-based clocks.
a7c93b0b5 : [LT1] Add a test for release request while lingering
b0bf11786 : Don't refcount TRACK_DEFAULT requests.
31cbef1cb : DO NOT MERGE : fix useless import
b7ca6bf4c : Correct bug in IpSecTransformTest
d4d611954 : Add OEM_PAID network capability
52e239618 : Deprecate CONNECTIVITY_ACTION.
a23bc9e50 : Publish FOREGROUND and add NOT_SUSPENDED capabilities.
2550e069b : Send null UIDs to apps instead of single-uid lists.
3899300c2 : Copy IpSecConfig when IpSecTransforms are created
e5623e2b6 : Copy IpSecConfig when IpSecTransforms are created
159abb6cf : Copy IpSecConfig when IpSecTransforms are created
1df43871a : Shore up dividing by zero protections.
563017099 : Shore up dividing by zero protections.
3a637c7a5 : Shore up dividing by zero protections.
1e80651d2 : Shore up dividing by zero protections.
1b33ea094 : Require NETWORK_STACK Permission for IpSec Tunnel Mode
025aae1fc : Require NETWORK_STACK Permission for IpSec Tunnel Mode
97f679b04 : fix isActiveNetworkMetered with VPNs
14b84ea14 : Frameworks: Annotate trivial @GuardedBy in services/core
49ccde2df : Frameworks: Annotate trivial @GuardedBy in services/core
cbfbb3755 : Add missing'}' in javadoc of public API method
93dd5e696 : MacAddress: Use SecureRandom and add a 46 bit randomized MAC generator
72a82a752 : Fix minor bugs with tunnel mode implementation
7660370a8 : Fix minor bugs with tunnel mode implementation
3fa5c22fc : Frameworks: Mark tests
7f880c994 : Return non-negetive value in getMobileStats method
905f034c5 : Return non-negetive value in getMobileStats method
7f8d0be10 : Rework KeepalivePacketData for Compatibility with Cell
583c95be3 : Relocate KeepalivePacketData to frameworks/base
51b4917dd : Enable multiple active Ethernet interfaces
50ec1f33c : Enable multiple active Ethernet interfaces
11f04e863 : Fix default network validation overcounting
f78548d22 : Prevent crash in NetworkManagementServiceTest#shutdown()
d5135d4b8 : Enable multiple active Ethernet interfaces
52d046eb8 : Enable multiple active Ethernet interfaces
179b37dbf : Fix a bug where a NetworkAgent gets repeatedly torn down
715d07863 : Fix a bug where a NetworkAgent gets repeatedly torn down
dbfdb4a16 : Move Keepalive out of IpSecTransform.Builder
b55916401 : Move Keepalive out of IpSecTransform.Builder
5be3f5a2b : Rework KeepalivePacketData for Compatibility with Cell
f8a2bc3ee : Relocate KeepalivePacketData to frameworks/base
389a81485 : Determine the multipath hint from data usage.
859629fa0 : Add tunnel-mode calls to netd in IpSecService
779eedf6e : Add tunnel-mode calls to netd in IpSecService
8edc557ed : Add tunnel-mode calls to netd in IpSecService
79d011823 : Add TunnelInterface API and KernelResourceRecords
8bc907311 : Add TunnelInterface API and KernelResourceRecords
145b425fa : Add TunnelInterface API and KernelResourceRecords
7377b3cac : Expose applyTunnelModeTransform as a system API
03e732a29 : Expose applyTunnelModeTransform as a system API
fd3a4ae0f : Let network requests see VPNs.
3a6b34c98 : Move constants into a new file.
b399bf16d : Make sure listen requests from VPN apps see their own networks
92a116d26 : Add a test for new UID checking code.
b2a499178 : Remove UID_RANGES_ADDED and REMOVED.
753d9734d : Move VPN allowed UIDs into NetworkCapabilities.
cbe99b35a : Pre-import to remove a conflict.
8afb8fb55 : Add metered, roaming, and defaultNetwork info to NetworkTemplate.
75ec1aed1 : Add metered, roaming, and defaultNetwork info to NetworkTemplate.
1b0d4fd42 : Add the defaultNetwork element to the netstats.proto.
0ba426b8a : Add the defaultNetwork element to the netstats.proto.
c4ba57cad : Disable IpConnectivityMetricsTest.
3729a8dd4 : Support passing a template to NetworkStatsManager queries.
f1b197b23 : Support passing a template to NetworkStatsManager queries.
bbe19ecf9 : Add getDefaultNetwork to the NetworkStats public API.
92a946d09 : Add getDefaultNetwork to the NetworkStats public API.
e2cafb6d7 : Use /proc/net/dev to get stats summary
75a1efb3f : Use /proc/net/dev to get stats summary
b25ada365 : Use /proc/net/dev to get stats summary
155b0b086 : Add bpf support for NetworkStatsFactory
adfda6945 : Add bpf support for NetworkStatsFactory
7224ab835 : Add bpf support for NetworkStatsFactory
37a880e33 : Add BPF support for NetworkStatsService
7d2d414fd : Add BPF support for NetworkStatsService
7097cc931 : Add ConnectivityManager.getNetworkWatchlistConfigHash()
bb31e20bc : Add checks to ensure SPIs are not reused
d220c1630 : Add checks to ensure SPIs are not reused
68aac2aff : Add checks to ensure SPIs are not reused
3249e27a2 : Support passing a template to NetworkStatsManager queries.
81bd73ba9 : Support passing a template to NetworkStatsManager queries.
d6aa30a78 : Disable IpConnectivityMetricsTest.
1a4a483ed : Add metered, roaming, and defaultNetwork info to NetworkTemplate.
e47bf09f9 : Add metered, roaming, and defaultNetwork info to NetworkTemplate.
e7fdf8ac1 : Remove obsolete NetworkStats.Entry constructor.
9ab392981 : Remove obsolete NetworkStats.Entry constructor.
01e9f19d7 : Rename create/delete transform methods
77df1d37e : Rename create/delete transform methods
0fff56eae : Rename create/delete transform methods
976205c14 : Add the defaultNetwork element to the netstats.proto.
76a6f956d : Add the defaultNetwork element to the netstats.proto.
f6311456b : Add getDefaultNetwork to the NetworkStats public API.
b8e79f331 : Add getDefaultNetwork to the NetworkStats public API.
502b95fb4 : Track and persist in stats whether traffic is on the default network.
ab7807a5b : Track and persist in stats whether traffic is on the default network.
9d93e1a45 : Track and persist in stats whether traffic is on the default network.
6fe513c75 : Add the default network to NetworkStats and NetworkStatsCollection.
3e8585508 : Add the default network to NetworkStats and NetworkStatsCollection.
cd969ef97 : Add the default network to NetworkStats and NetworkStatsCollection.
bc015bd35 : Pass all default networks to NetworkStatsService
28d1a529d : Pass all default networks to NetworkStatsService
2486188d7 : Pass all default networks to NetworkStatsService
47d108c19 : Add xfrm mark in IpSecConfig
3fef70489 : Add xfrm mark in IpSecConfig
fcf78b172 : Add xfrm mark in IpSecConfig
0f2738ecb : Add ability to override subscriber capabilities.
3f6d5df0b : Add Tunnel Interface APIs to IpSecManager
67e7673ad : Add Tunnel Interface APIs to IpSecManager
7643abcbe : Add public API methods for private DNS.
114248315 : Address comments and final cleanup from refcounting integration
fab3fa311 : Address comments and final cleanup from refcounting integration
cbd329b14 : Address comments and final cleanup from refcounting integration
31b4a9ef0 : Add basic resolution of Private DNS hostname
86713abfc : Add "not congested" network capability.
efe4af492 : Add "not congested" network capability.
b04d5111e : Add "not congested" network capability.
24f3bb8c6 : IpSec - API Tweak for removeTransportModeTransform
0d483b76f : IpSec - API Tweak for removeTransportModeTransform
dd2ed2bbe : IpSec - API Tweak for removeTransportModeTransform
16e0b0761 : Prevent Closure of Underlying Socket FDs
3167625a1 : Prevent Closure of Underlying Socket FDs
f52a471f1 : Update IpSecService UnitTests
ce6d57379 : Make Transforms Unidirectional
5a19b9500 : Make Transforms Unidirectional
3865a008e : Make Transforms Unidirectional
46f96cb69 : Split updateCapabilities into two methods.
959f60b71 : Update netId to nethandle mapping in NetworkTest.
8f21758d4 : MacAddress: add @NonNull annotations
5183e5744 : Change the netId to nethandle mapping.
7045d61b5 : More strictly check NetworkCapabilities callbacks.
454b42ece : change NMS removeNetwork to netd binder variant
321200803 : Extract DNS setting logic into DnsManager class
6e0347d6d : Add minimal test for setting DNS properties
a4fdc1204 : Move more core networking tests to framework/base/tests/net.
2ee6dc197 : incidentd: dumping jobscheduler to proto
acf59b840 : Add isMobileDataEnabled in TelephonyManager.
69f6f06d2 : Add DataUnit to clarify SI-vs-IEC units.
a6886af48 : Add DataUnit to clarify SI-vs-IEC units.
a708eec03 : Add validation to IpSecConfig algorithm setters
aac9965a8 : Add validation to IpSecConfig algorithm setters
70867e55f : Add validation to IpSecConfig algorithm setters
eabfcac87 : IpSecService - Convert mNextResourceId from AtomicInt to Int
fdafce24c : IpSecService - Convert mNextResourceId from AtomicInt to Int
5149f29b4 : IpSec Invalidate the Resource IDs on close()
5e8544685 : IpSec Invalidate the Resource IDs on close()
36410728d : Fix CTS Test Dual Stack Test Passing Issue
ac927fe53 : Fix CTS Test Dual Stack Test Passing Issue
860d1ee24 : Definitely abort reconnecting to native daemon during shutdown
47c245b6e : Definitely abort reconnecting to native daemon during shutdown
1f3ce3f31 : MacAddress: address api review comments
65b99191e : Use NetworkStatsService to get stats for apps
aa7ba31c8 : Use NetworkStatsService to get stats for apps
42e3fa137 : [ipsec-doze] Add fchown to IpSecService to support doze
d8d9ba425 : [ipsec-doze] Add fchown to IpSecService to support doze
1768744a3 : [ipsec-doze] Add fchown to IpSecService to support doze
8231eaffb : [ipsec-qtaguid] Tag sockets upon creation of encap sockets
083faee14 : [ipsec-qtaguid] Tag sockets upon creation of encap sockets
c41067d51 : [ipsec-qtaguid] Tag sockets upon creation of encap sockets
f5c1f3052 : [CHERRY-PICK] API for apps to tag sockets with their own UID.
1fb74318c : [CHERRY-PICK] API for apps to tag sockets with their own UID.
3f83b8ad4 : MacAddress: address api review comments
3f33d2352 : Expose the MacAddress class in the api
e5768f496 : Fix broken test due to API rename
bcbe3b6bf : Fix broken test due to API rename
2dc653240 : Add more IntDef prefixes for auto-documenting.
f95fb35f0 : Add more IntDef prefixes for auto-documenting.
eea9cff0d : Convert IpSecService resources to use refcounting
6855aeeea : Convert IpSecService resources to use refcounting
d21105064 : Convert IpSecService resources to use refcounting
7e42131e0 : Add isMobileDataEnabled in TelephonyManager.
59c8818d6 : Add reference counted resources to IpSecService
023468286 : Add reference counted resources to IpSecService
11c8f27e2 : Add reference counted resources to IpSecService
7a480f3f6 : ConnectivityService: synchronize access on mLockdownEnabled
f33f4845b : Use consistent naming for allocating SPI.
20e96c55d : Use consistent naming for allocating SPI.
fbe3a8234 : Use consistent naming for allocating SPI.
21c7a5204 : Fix bug in MacAddress.fromString()
9768c1013 : Expose the MacAddress class in the api
152b26367 : API for apps to tag sockets with their own UID.
4e164f9e9 : API for apps to tag sockets with their own UID.
7175f27cb : Validate IpSecAlgorithm Length
eb1d48933 : Validate IpSecAlgorithm Length
82c3470df : Validate IpSecAlgorithm Length
58330a79b : Match network roaming state to avoid wtf().
5bc3546cf : MacAddress: light refactors and improve documentation
278d07425 : Track some event history and include it in netpolicy dump.
de99e42cc : Cleanup of resource limit tests
9ff2ddd7e : Clarify docs, sanity check roaming state.
745d586d4 : Javadoc cleanup of IpSecManager API.
2725a233c : Javadoc cleanup of IpSecManager API.
2efffd7c7 : IP connectivity metrics: fix LINGER/UNLINGER logging
296907da6 : Add test case for user quota management in IpSecService
d5c11bbb6 : IP connectivity metrics: NetworkEvents have transports
fcccb3a36 : Add L2~L4 information to packet wakeup logs and metrics
92ea134c1 : Hide NetworkStatsFactory class
3e97a6fc4 : Hide NetworkStatsFactory class
d380d14c4 : MacAddress follow-up: define the core of the class
88ad29b90 : Define MacAddress class
8d88a1439 : Fix signature for finalize() to resolve API Lint error
2a30daf3f : Fix signature for finalize() to resolve API Lint error
720c1249b : Update documentation for AES-GCM-ESP keymat length
debeb8779 : Update documentation for AES-GCM-ESP keymat length
01b1ab403 : Update documentation for AES-GCM-ESP keymat length
b0be3e668 : Replace dns_tls with private_dns_mode setting
f123c85f2 : DefaultNetworkEvent metrics: rehaul
1c09bde6a : Define NOT_ROAMING network capability.
7c19a1abd : Define NOT_ROAMING network capability.
07e19362d : Define NOT_ROAMING network capability.
3789667cc : Define NOT_ROAMING network capability.
30b747ef9 : Define NOT_ROAMING network capability.
c8d921a03 : Track moving of OkHttp facade API to new package.
dae8417c1 : Fixed NullPointerException in IpSecService-Netd binder layer
8c302f08a : Fixed NullPointerException in IpSecService-Netd binder layer
03bb7d930 : Fixed NullPointerException in IpSecService-Netd binder layer
0701e4272 : Register ConnectivityService with dumpsys priorities
7e86f2e10 : Remove Parcelable interface from DefaultNetworkEvent
cd8d58c40 : Extract logging of default network events
20f339b7d : Improve NetworkCapabilities docs.
8f3f6aad4 : ethernet: Fix the connect fail issue when switch DHCP to Static config at Ethernet interface.
89ffed793 : ethernet: Fix the connect fail issue when switch DHCP to Static config at Ethernet interface.
212777930 : Return a port from bindToPort() in IpSecService
0225c3c6d : Return a port from bindToPort() in IpSecService
c423cc831 : Return a port from bindToPort() in IpSecService
edc1d285d : Add support for AES-GCM-ESP as an IPSec algorithm
be4309663 : Add support for AES-GCM-ESP as an IPSec algorithm
53d60a2d2 : Add support for AES-GCM-ESP as an IPSec algorithm
739e2eaca : Migrating remaining core networking tests to Junit4
602996fe2 : Fix ConnectivityServiceTest#testNetworkCallbackMaximum
87d306b45 : Import a few android.net unit tests into frameworks-net
1c0f4e27b : Migrate most of core networking tests to junit4
875e9a419 : LinkProperties: fix some indentation issues
8c827b7eb : Add some useful helpers and constants.
71d62fd62 : Cosmetic Cleanups for IpSecService
37b4cf3ec : Cosmetic Cleanups for IpSecService
f69cb0a20 : Split IpSecServiceTest to add IPv6 Tests
ffc2fa53f : Add equals() for IpSecAlgorithm and IpSecConfig
727fe3e94 : Add equals() for IpSecAlgorithm and IpSecConfig
4f4459d8c : Add equals() for IpSecAlgorithm and IpSecConfig
ed813205f : Input Validation for IpSecService
19b99d998 : Input Validation for IpSecService
bfbda18d4 : Input Validation for IpSecService
2a84d1cbc : ConnectivityServiceTest: fix flaky testNetworkRequestMaximum
7f9a22313 : DO NOT MERGE Ignore DUN in describeImmutableDifferences
eb137aebc : Do not throw on call to isTetheringSupported w/o permission
210ab83b7 : Fix NPE in NsdServiceTest
2c9dd64d9 : Declare support for Ethernet if the service is running.
19d4cd99f : Delete the legacy framework code for manipulating ND offload.
23e9afc70 : Declare support for Ethernet if the service is running.
b4f31a2f5 : Adds necessary permissions to system apis
ffacaef81 : Do not throw on call to isTetheringSupported w/o permission
bf737c0a6 : Extract RingBuffer class from NetdEventListenerService
f15fc752c : Implement ConnectivityService TODO and fix many race conditions
53e6fd54e : Implement ConnectivityService TODO and fix many race conditions
0b01b0f19 : Also support 464xlat on SUSPENDED networks
ca55d7bda : Unbreak VPN unit tests.
6c35b8082 : Wakeup packet events: addressing a few comments
d4a29081c : Wakeup packet events: addressing a few comments
830124470 : Fix LinkPropertiesTest.testCompareResult
611f62c6b : Connectivity metrics: add WakeupStats events
8b3f87160 : Connectivity metrics: collect NFLOG wakeup events
3c15d11b9 : Connectivity metrics: add WakeupStats events
ce2d1859b : Fix flaky NsdManagerTest
454d55d82 : Boostrap test for NetworkMonitor
004a59a6a : Re-Expose IpSecService API Surface
69cb0af0a : Re-Expose IpSecService API Surface
2e2cec680 : Re-Enable Starting of the IpSecService
81f54633f : Re-Enable Starting of the IpSecService
599db833b : Patch incoming LinkProperties before it's visible to the outside
efc3c4a54 : Patch incoming LinkProperties before it's visible to the outside
802e27811 : Connectivity metrics: collect NFLOG wakeup events
2fa7d9e5c : Refactor CompareResult<> class and its call sites
a05761a80 : Opt-out for always-on VPN: rename API.
738a0a48a : Opt-out for always-on VPN
d18ca7c9f : NetworkStats: more robust subtraction for deltas
624e54f22 : NetworkStats: more robust subtraction for deltas
70b920887 : Always add local subnet routes to the interface's routing table
71449be2a : IP connectivity metrics: fix tests after proto update
ffd77d8f2 : Always add local subnet routes to the interface's routing table
45445770a : Nat464Xlat: correct racefree teardown
d1cb22f8c : ConnectivityService: improve wakelock logging
9d35b759e : Nat464Xlat: correct racefree teardown
88f49acd0 : ConnectivityService: improve wakelock logging
648283ecc : Network Service Discovery test: properly release resources
fa8a0bb61 : Network Service Discovery test: properly release resources
39ab95732 : Network Service Discovery test: properly release resources
92313e436 : Gracefully handle integer overflows.
e5d8610d8 : Gracefully handle integer overflows.
121a1fcbb : Gracefully handle integer overflows.
bcdf1c060 : Don't over-acquire NPMS locks.
5f1befb42 : Don't over-acquire NPMS locks.
298449638 : Revert "Nat464Xlat: interface notification handler on ConnectivityService"
eda8324be : Revert "Nat464Xlat: interface notification handler on ConnectivityService"
95b454fdf : Augment network stats based on SubscriptionPlan.
2f0f8f418 : Augment network stats based on SubscriptionPlan.
3c8f96ef4 : Augment network stats based on SubscriptionPlan.
39e10e211 : Nat464Xlat: interface notification handler on ConnectivityService
9cd15c7f2 : Nat464Xlat: internal state guards cleanup + state enum
b2d70b403 : Nat464Xlat: interface notification handler on ConnectivityService
5a5c1bb11 : Nat464Xlat: clat management cleanup
adbbac97c : Nat464Xlat: internal state guards cleanup + state enum
55d8ae337 : Nat464Xlat: clat management cleanup
3b43a4a04 : Make NetworkManagementServiceTest pass again.
e81177099 : DO NOT MERGE ANYWHERE Revert "Merge "Remove gender-specific pronouns from documentation" into oc-dev"
3d7b64c52 : Add tether offload traffic to interface stats as well.
591c50889 : Add tether offload traffic to interface stats as well.
c2f8a8dda : Add tether offload traffic to interface stats as well.
f5138c8f4 : Add tether offload traffic to interface stats as well.
f31c942e8 : Add tether offload traffic to interface stats as well.
49ab263c0 : Add tether offload traffic to interface stats as well.
b31937725 : Really allow NetworkAgent immutable updates to NetworkCapabilities
7afbea0e6 : Really allow NetworkAgent immutable updates to NetworkCapabilities
f2ccd7a21 : Add convenience methods to IpPrefix and LinkAddress
9712eb35b : Allow NetworkAgent "immutable updates" to NetworkCapabilities
8253be9fb : Add convenience methods to IpPrefix and LinkAddress
5da89994b : Unbreak VPN unit tests.
1ebf219ed : Allow NetworkAgent "immutable updates" to NetworkCapabilities
d681363fd : Opt-out for always-on VPN: rename API.
529fdecc4 : Add user quota information into the IpSecService dump
63ee52800 : Rename API to match StorageStats.
b1f97acf1 : Rename API to match StorageStats.
6e4681c7e : Add UserQuotaTracker to IpSecService
5efcea8a3 : Network: Use HttpURLConnectionFactory rather than OkHttp APIs
f9c61862c : Fix flaky IpPrefixTest.
ce144deb7 : NetworkStats: more robust subtraction for deltas
d78311f26 : NetworkStats: more robust subtraction for deltas
dec642b9b : NetworkCapabilities: fix describeImmutableDifferences
99806e560 : NetworkCapabilities: fix describeImmutableDifferences
a7e08f91f : NsdManager: remove duplicated argument validation
38e4783a6 : NsdManager: remove duplicated argument validation
a00d4b0bf : Abort connecting to native daemon during shutdown
43ea1e553 : NsdManager: remove duplicated argument validation
e71cc98cb : NsdManager: remove duplicated argument validation
e06963a7f : Logging improvements when NetworkCapabilities change
d9806e801 : Logging improvements when NetworkCapabilities change
1681f064f : DO NOT MERGE ANYWHERE ConnectivityService: move reportNetworkConnectivity to handler
57af1a02a : DO NOT MERGE ANYWHERE ConnectivityService: safer locking
900a3dbcc : NetworkNotificationManager: correctly handle existing notifications
1fc19b982 : NetworkNotificationManager: correctly handle existing notifications
89194d6e4 : Add dump info to IpSecService
5e623eaa0 : Add unit test for IpSecService
b413bb010 : Add unit test for IpSecService
50c276714 : Add unit test for IpSecManager
881296fa4 : frameworks/base: use proper nativehelper headers
b9e50d94d : frameworks/base: use proper nativehelper headers
a6fe35a84 : ConnectivityServiceTest: fix testNetworkInfoOfTypeNone
43b7474c0 : IP connectivity metrics: fix tests after proto update
12accd0d1 : Launch NetD in a different thread
9369e61e2 : Opt-out for always-on VPN
43f61f6b4 : Unify permissions under UPDATE_DEVICE_STATS.
4fd178331 : Unify permissions under UPDATE_DEVICE_STATS.
adebffc13 : Move "metered" persistence to WifiConfiguration.
57224928a : IpManager: define InitialConfiguration
c8a0b1b80 : IpManager: define InitialConfiguration
6d9ea9a43 : DO NOT MERGE ANYWHERE: Allow NetTransitionWakelock to be overridden via Settings
f1c0a3106 : Connectivity: Fix format arguments
4e64b627b : NetworkCapabilities: Unhide TRANSPORT_LOWPAN
afb01e231 : IpSecService: Actually throw exception
f1132ede8 : NetworkCapabilities: Added support for TRANSPORT_LOWPAN
5291cb600 : Check ManagedResource is NonNull before Checking Owner
0e42c8a0a : Wakeup packet mark/mask configuration option
ad353f451 : ConnectivityManager: allow usage of TYPE_NONE
99495b1a4 : ConnectivityServiceTest: more informative assert failures
96d0a49b1 : ConnectivityServiceTest: eliminate remaining sleep()
4bb710cb0 : Revert "ConnectivityManager: allow usage of TYPE_NONE"
a12b67eac : Revert "ConnectivityServiceTest: more informative assert failures"
d5810f566 : Revert "ConnectivityServiceTest: eliminate remaining sleep()"
137a0e6d1 : ConnectivityServiceTest: eliminate remaining sleep()
a0b7f12eb : ConnectivityServiceTest: more informative assert failures
0b7642a82 : ConnectivityManager: allow usage of TYPE_NONE
44ceaa602 : Networking unit tests: fix some flaky tests
946a3c9d7 : Wakeup packet mark/mask configuration option
e3888bb17 : [BUG] java.util.MissingFormatArgumentException: Format specifier '%d'
20d50337c : Only require that system UIDs tag their sockets.
65501f809 : Only require that system UIDs tag their sockets.
38fd65b25 : Allocate well-known tag for app store updates.
8af5ad157 : Allocate well-known tag for app store updates.
8f7d6a7ec : Adds necessary permissions to system apis
b4ddb1689 : NetworkCapabilities: Added support for TRANSPORT_LOWPAN
cbe178fa8 : Connectivity metrics: serialize networkId, transports, ifname
67f33458e : Don't crash if the interface disappears just after appearing.
f851d0347 : Don't crash if the interface disappears just after appearing.
a16337b50 : Don't crash if the interface disappears just after appearing.
17f4e4a02 : Don't crash if the interface disappears just after appearing.
7ab07a36c : ConnectivityManager: fix style issue
412a2ee8a : Better errors from unregisterNetworkCallback
bee30fe59 : Better errors from unregisterNetworkCallback
4ccafebd8 : Make Ethernet more robust.
62d5e744c : Make Ethernet more robust.
e8e9dbcc2 : Update captive portal notif for Android TV
01501cea4 : Make Ethernet more robust.
9effed6f9 : Make Ethernet more robust.
bdd5ab887 : Remove return value of ipSecAddSecurityAssociation
103292d0b : NetworkCapabilities: Added support for TRANSPORT_LOWPAN
febebd856 : [P2P] Add binder to service calls
6d7f58118 : [P2P] Add binder to service calls
9b39e9abd : Annotate @SystemApi with required permissions.
0a47018b0 : Annotate @SystemApi with required permissions.
ad1cebe58 : Annotate @SystemApi with required permissions.
808653907 : Add UDP Encap Socket Support to IpSecManager
955599c54 : Added video calling data usage per-uid support
986eaa7b7 : Fix race condition in NsdManagerTest
4d7887a2f : ConnectivityServiceTest: more tweaks to testRequestBenchmark
fe0769878 : Added video calling data usage per-uid support
797af1d03 : Added video calling data usage per-uid support
91b6cca3f : Support "dumpsys connectivity tethering"
a235a8199 : Support requesting and receiving wakeup events
f60833507 : NsdService: do not use ContentResolver directly
79614aee1 : @Ignore ConnectivityServiceTest#testRequestBenchmark
14ec7c7a2 : Expand logging capabilities of Tethering subsystem
298ac9487 : NsdServiceInfo: move test to tests/net
f56aa32b2 : NsdServiceInfo: move test to tests/net
168489b45 : Move NsdServiceTest to correct directory
a81f4156e : NsdService: simple cleanups
ecea72cfc : NsdService: simple cleanups
417fa6fcb : NsdService: test coverage for client requests.
a086cac90 : NsdService: test coverage for client requests.
c0a215d1a : NsdService: test coverage for client requests.
b6c2406c4 : ConnectivityManager: simplify callback handler
bc1104b46 : ConnectivityManager: improve argument validation
a2a3380de : Fix NetworkStatsObserversTest
de08c23dc : Fix NetworkStatsAccessTest
ea4148caa : ConnectivityServiceTest: fix flakyness
de1e51530 : Add a method to start the captive portal login app.
343091956 : Fix NetworkNotificationManagerTest
d364a2485 : Expand logging capabilities of Tethering subsystem
bad59112f : Be resilient to restoring unintelligible network templates
fde4caf45 : Be resilient to restoring unintelligible network templates
0bd6e3b94 : Add test coverage for explicitlySelected networks.
e9a6b0e10 : Move NetworkNotificationManagerTest to tests/net
b9693f313 : Finish moving NetworkStats tests to tests/net
5ac64c51f : Address ConnectivityManager API comments.
df11e5b2b : Add tethering offload HAL call via JNI
f0f891b39 : Add tethering offload HAL call via JNI
8784c80e4 : Add tethering offload HAL call via JNI
5d426da61 : Remove unused import in ConnectivityManager
4c11db0fd : ConnectivityManager: fix documentation
e52209941 : ConnectivityService: minor formatting change
7abd43f6f : ConnectivityManager: unit test for argument validation
a590ab837 : ConnectivityManager: uses service error codes and exceptions
410ab3602 : NetworkStatsFactory: fix double accounting on IPv6 only networks
b15ed2c48 : NetworkStatsFactory: fix double accounting on IPv6 only networks
c34549c34 : NetworkStatsFactory: fix double accounting on IPv6 only networks
5efd907d8 : NetworkStatsFactory: no double looping on stats + stacked interfaces
6d58a3256 : NetworkStatsFactory: fix double accounting on IPv6 only networks
a884d4fc2 : NetworkStatsFactory: fix double accounting on IPv6 only networks
912db99dd : NsdService: more cleanups
d2552aee1 : NsdService: simple cleanups
0a118cefb : NsdService: test coverage for client requests.
4dd4db772 : NsdService: test coverage for client requests.
f2c64f872 : NsdManager: remove duplicated argument validation
f7ffa460e : Move some NetworkStats tests to tests/net.
287730e76 : NsdManager: add test coverage for discoverServices()
3382f9fe2 : NsdManager: add test coverage for discoverServices()
3ec710f6f : NsdManager: unit test coverage for servive registration
f04537fd2 : NsdManager: unit test coverage for servive registration
500dbae1b : Add a method to start the captive portal login app.
139a48c83 : Address ConnectivityManager API comments.
bad1bfedc : NsdManager: unit tests for argument validation
6d7064499 : NsdService: disentangle NativeDaemonConnector from ctor
59ade871f : NsdService: disentangle NativeDaemonConnector from ctor
6a14375cc : Clarify some IpManager/ApfFilter debugging output.
aca4fac0d : Clarify some IpManager/ApfFilter debugging output.
185f2ccd1 : Hide IpSecManager, IpSecTransform, and IpSecAlgorithm
faf8a9191 : Hide IpSecManager, IpSecTransform, and IpSecAlgorithm
7194bb9bf : Hide IpSecManager, IpSecTransform, and IpSecAlgorithm
8e8532c8f : NetworkCapabilities: remove duplicated TRANSPORT_NAMES
803a2f073 : NsdService: bootstrap unit tests
91c45e4db : NsdService: bootstrap unit tests
656584aa8 : Even more auto-doc work.
330ae0ac7 : Move byte logics from ApfFilter into BitsUtil
21665ac80 : Add BitUtils bit packing methods (Connectivity metrics: add transports pretty printing)
1f4578fa8 : Mark Restricted APN connections as restricted.
1b6d41878 : [AWARE] Add UID checking to WifiAwareNetworkSpecifier
f4210294a : ConnectivityService: regroup bool <-> int conversions
d6b510a23 : ConnectivityService: move reportNetworkConnectivity to handler
0b1540e40 : NsdManager: add unit tests
7f792c577 : NsdManager: add unit tests
5dbf59c90 : Add local-only hotspot info into tether state change broadcast
762fa8eb9 : Add local-only hotspot info into tether state change broadcast
f8a0f9f87 : ConnectivityManager: remove obsolete callback types
8d96292e0 : ConnectivityManager: unify prety printing of callback types.
7d4b344b1 : NsdService: minor cleanups
5d4c5a2f5 : NsdService: minor cleanups
b47da283e : Make tetherChangePermission to be secured for AppOps permission
7316f068a : Mark Restricted APN connections as restricted.
238b78c2a : Hide Socket+DatagramSocket IpSecTransform methods
b2b85df5d : Hide Socket+DatagramSocket IpSecTransform methods
1bcfebf97 : Consistenly Throw IOExceptions from IpSecManager
2528c66a6 : Consistenly Throw IOExceptions from IpSecManager
4b909c85f : Hide Socket+DatagramSocket IpSecTransform methods
a64b019f9 : Consistenly Throw IOExceptions from IpSecManager
f56c5ebe8 : Nsdmanager/NsdService: add logging
b6389543d : Nsdmanager/NsdService: add logging
90ec98af7 : ConnectivityManager: unify prety printing of callback types.
2aa65af96 : ConnectivityManager: release all requests mapping to a callback.
fedaf00fa : [CM] Unhide the NetworkSpecifier as object API
6c2ab24a4 : Make the NetworkSpecifier a class instead of a string.
6e6367fc8 : Add test coverage for NetworkSpecifiers.
a92af82aa : Connectivity metrics: add transports to connect stats
c8ed8fba8 : Connectivity metrics: log DnsEvents in-band
45670bb37 : Connectivity metrics: add transports pretty printing
04a11e02a : Add FileDescriptor Versions of applyTransportModeTransform()
0bb49fc68 : Add FileDescriptor Versions of applyTransportModeTransform()
0560678b8 : IpSecManager and IpSecAlgorithm API Tweaks
ed0fcf1fa : IpSecManager and IpSecAlgorithm API Tweaks
b3a669b8f : Connectivity metrics: add transports to connect stats
96ff4d1ca : Connectivity metrics: log DnsEvents in-band
cf83a3f4d : Connectivity metrics: add transports pretty printing
5e89c9abf : Ignore potential SystemProperties errors when setting net.dns
ac7f4f261 : Make ConnectivityServiceTest pass on wifi-only devices.
54e35c046 : Ignore potential SystemProperties errors when setting net.dns
4ff3a778a : Move some NetworkStats tests to tests/net.
0072e19c8 : Add FileDescriptor Versions of applyTransportModeTransform()
0540679eb : IpSecManager and IpSecAlgorithm API Tweaks
98607d3f2 : DO NOT MERGE IP connectivity metrics: fix tests.
e9d321b06 : ConnectivityService: safer locking
475dd68f1 : ConnectivityService: safer locking
e454b43d3 : Add an API hint for metered multipath traffic.
1dee8d4d7 : [CM] Unhide the NetworkSpecifier as object API
8913454e3 : Make the NetworkSpecifier a class instead of a string.
2af3baedd : Add Initial IPsec APIs to IpSecService
7c30d6b8f : Add Initial IPsec APIs to IpSecService
4ee4a82e7 : IpSecManager and IpSecTransform API Cleanup
8e518b425 : IpSecManager and IpSecTransform API Cleanup
b9feffd1d : Change reserveSecurityParameterIndex() to take a remoteAddress
18fd60828 : Change reserveSecurityParameterIndex() to take a remoteAddress
8ea66052f : Add a Skeleton IpSecService
f0c840913 : NsdService: minor cleanups
32be63d08 : Nsdmanager/NsdService: add logging
8af9dc0d9 : Add test coverage for NetworkSpecifiers.
f1077c309 : Consistent dump() permission checking.
c372a5cd0 : Consistent dump() permission checking.
471b62a6b : ConnectivityService: simplify WakeLock management
031acb850 : Add Initial IPsec APIs to IpSecService
55e8910aa : IpSecManager and IpSecTransform API Cleanup
79e151d78 : move network notification IDs to central registry
396213651 : Move back networking policy logic into NetworkPolicyManagerService
4701121f3 : ConnectivityService: log wakelock activity in dumps
909d66e80 : Change reserveSecurityParameterIndex() to take a remoteAddress
927e040ae : Add a Skeleton IpSecService
d2a1dad9a : Add a Skeleton IpSecService
cd447b2cd : Make ConnectivityServiceTest pass on wifi-only devices.
47c7440d8 : Restore the net.dnsX system properties.
5ac0cc547 : Use Vpn rules (not firewall) for always-on VPN
984b5b600 : Move some VPN logic out of ConnectivityService
9eec27205 : Fix NetworkNotificationManagerTest
7f818778a : Connectivity metrics: add transports to validation probes
075cd8338 : Connectivity metrics: change how interface names are logged
45f6ef836 : Connectivity metrics: serialize networkId, transports, ifname
28631ea26 : In isTetheringSupported, call isAdmin user from system.
cf1790927 : ConnectivityMetricsEvent: add ifname, netid, transports
4953ce3d1 : Connectivity metrics: simplify ConnectivityMetricsEvent
c012c253c : IP connectivity metrics: add new APF counters.
8f3131cbc : IP connectivity metrics: ConnectStats additions
90b856840 : Simple cleanups to Tethering
51a5826b2 : ConnectivityManager: unhide methods with Handler argument
2de892098 : IP connectivity metrics: update ipconnectivity.proto
26af1d81b : request{LinkProperties,NetworkCapabilities} no longer needed
662a01236 : Fix NPE while performing NetworkStatsService.removeUidsLocked()
99f301bdf : Always send all available state when calling onAvailable().
1d6742c94 : Revert "ConnectivityManager: no double NetworkCallback registration" because oit caused regressions http://b/35955593, http://b/35921499.
f67bde923 : [CM] Allow timeout in request network
ca4bf6edc : ConnectivityManager: no double NetworkCallback registration
9b561aa6f : Channels for Frameworks notifications
4f89af67b : Also test for additional NetworkCallback calls
b1f605fc3 : Add API Surface for creating IpSec Transforms
7807ff12a : Update UpstreamNetworkMonitor to use custom Handlers
f3fe279f5 : IP connectivity metrics: cleanup obsolete code
fd44e91bc : ConnectivityManager: allow custom Handlers
8500016ea : [CM] Remove maximum timeout value for request network
bc4ac9775 : ConnectivityManager: fix potential NPE
ce55eb160 : Add ConnectivityManager.networkCapabilitiesForType()
48a2a32bd : Add an API hint for metered multipath traffic.
aebc0598b : ConnectivityServiceTest: remove remaining poll loops.
4b07a883c : Remove assertEventuallyTrue as it's unnecessary.
ee6c69ecc : Rename AvoidBadWifiTracker to MultinetworkPolicyTracker
572f1a318 : Attempt to make waitForIdleHandler reliable.
5dec1ff33 : Reinstate USER_PRESENT for ConnectivityService
f2bcda635 : Captive portals: login activity probes like NetworkMonitor
7488fe415 : Captive portal systel log improvements
739d7e9ce : Fix flaky IpPrefixTest.
621d836cb : frameworks-test: adding missing @SmallTest
25aed49de : Netd events: record connect() success/errno
c94b3c213 : Show notification for always-on app VPN
29a9cf225 : Implement metered tracking for NetworkStats summary queries.
de58879ef : Implement metered tracking for NetworkStats summary queries.
cb2a3a3bc : ConnectivityServiceTest: fix testAvoidBadWifiSettings
d748276a7 : Fix ConnectivityServiceTest testRequestBenchmark
a471b1647 : Define API for metering network stats buckets.
d67fae88b : Refactored NetworkStatsServiceTest to use Mockito instead of EasyMock.
ab6ab9bd3 : Use @Ignore to explicitly disable a @Test method.
ed1e28dfa : Fixed NetworkStatsServiceTest and converted it to JUnit4.
921f6f679 : VPN network stat accounting changes.
232e75c65 : VPN network stat accounting changes.
eba4b5b0b : ConnectivityManager: use ConnectivityThread looper
03eeaae5f : ConnectivityManager: a simpler CallbackHandler
d6114b0ed : Add a null check for the OnStartTetheringCallback.
ce2cfa545 : IpConnectivityMetrics reads buffer size in settings
deebea613 : IpConnectivity metrics: add version number
0aa0f341b : [CS] Remove timeout event after first available
ebc2b946e : Move the connectivity tests to frameworks/base/tests/net.
ae5c44394 : De-guava BroadcastInterceptingContext and move it to testutils.
91772021e : Move FakeSettingsProvider to a common location.
65ecfacf1 : ConnectivityServiceTest: mark flaky test as such
c11a8e220 : Add option to skip and avoid captive portals.
d99da81fa : Support timeouts for requestNetwork() invocations.
e3b646f25 : Silence the obnoxious MTU 0 error message that occur when no MTU is specified for a given network.
bb1b93dfa : DO NOT MERGE frameworks-test: adding missing @SmallTest
ef41b769e : ConnectivityServiceTest: remove flaky waitForIdle test.
2ffbac43f : ConnectivityServiceTest: fix flaky tests
21933391e : More concisely export whether we have a "tetherable configuration"
2c60db16e : ConnectivityServiceTest: some fixes in CallbackInfo
f4fcd280f : DO NOT MERGE Unit tests for NetworkNotificationManager
289eac11a : StrictMode to detect untagged network traffic.
475c3eadb : StrictMode to detect untagged network traffic.
a256f19d3 : Infinite reboot when OS upgrade from M to N with set Always-on VPN
4dac494ec : DO NOT MERGE: Revert "Update package names to work with the proto3 compiler"
dc464b952 : DO NOT MERGE: Show notification for always-on app VPN
f57c4def5 : DO NOT MERGE: Implement metered tracking for NetworkStats summary queries.
5df334f57 : DO NOT MERGE: Implement metered tracking for NetworkStats summary queries.
0bcc4a517 : DO NOT MERGE: ConnectivityServiceTest: fix testAvoidBadWifiSettings
020844b6c : DO NOT MERGE: Fix ConnectivityServiceTest testRequestBenchmark
88b52b25f : DO NOT MERGE: Define API for metering network stats buckets.
5210ff930 : DO NOT MERGE: Refactored NetworkStatsServiceTest to use Mockito instead of EasyMock.
cf0dc7a2c : DO NOT MERGE: Use @Ignore to explicitly disable a @Test method.
d63c8bc4a : DO NOT MERGE: Fixed NetworkStatsServiceTest and converted it to JUnit4.
e4f69293e : DO NOT MERGE: ConnectivityThread: use lazy holder idiom
9954fbdb6 : DO NOT MERGE: ConnectivityManager: use ConnectivityThread looper
5d2047de7 : DO NOT MERGE: ConnectivityManager: a simpler CallbackHandler
8ad38f0f6 : DO NOT MERGE: Indicate the NsdServiceInfo attributes are only filled in for a resolved service.
d707b3716 : DO NOT MERGE: Add a null check for the OnStartTetheringCallback.
a814243e8 : DO NOT MERGE: [CS] Remove timeout event after first available
e8d1e9daa : DO NOT MERGE: Move the connectivity tests to frameworks/base/tests/net.
0c7a3c349 : DO NOT MERGE: De-guava BroadcastInterceptingContext and move it to testutils.
cf3145167 : DO NOT MERGE: Move FakeSettingsProvider to a common location.
30c046072 : DO NOT MERGE: ConnectivityServiceTest: mark flaky test as such
ee83e11ae : DO NOT MERGE: Support timeouts for requestNetwork() invocations.
45dbfe7c3 : Disable always-on VPN in factoryReset
9e98fecd1 : DO NOT MERGE: Silence the obnoxious MTU 0 error message that occur when no MTU is specified for a given network.
feb5df981 : Support protofied dumpsys for NetStats
bcecc7a8a : Enable mobile data always on.
2d26b0e4b : Stricter NetworkNotificationManagerTest
968c0ea3a : IP connectivity metrics: fix tests
b573a2964 : ConnectivityServiceTest: some fixes in CallbackInfo
785ddc7f5 : [AWARE] Unhide Wi-Fi Aware API (baseline)
0c0c8f782 : Update package names to work with the proto3 compiler
443b6c404 : Temporarily restore the net.dnsX system properties.
84d7f0786 : Remove requestRouteToHost and {start,stop}UsingNetworkFeature.
22569ca49 : DO NOT MERGE Captive portals: login activity probes like NetworkMonitor
fce1a04cc : DO NOT MERGE Captive portal systel log improvements
79a968d61 : DO NOT MERGE Fix flaky IpPrefixTest.
02e5966fa : NetworkNotificationManager: remove spammy log
3cb1d2b45 : DO NOT MERGE Stricter NetworkNotificationManagerTest
c39ecf10e : DO NOT MERGE Fix other String.format issues in NetworkNotificationManager.java
1360fb4b3 : DO NOT MERGE Fix malformed log statement.
c135a35fc : Fix other String.format issues in NetworkNotificationManager.java
75017f83c : Fix malformed log statement.
454e066e2 : Captive portals: login activity probes like NetworkMonitor
3ffb9c209 : DO NOT MERGE IP Connectivity metrics: add connect() statistics
f5ba54164 : IP Connectivity metrics: add connect() statistics
9bf9c9b37 : DO NOT MERGE Fix IP connectivity metrics tests
e9c9d4bf0 : DO NOT MERGE Network notifications: revamp keying scheme
867dfd105 : Have IpManager track L2-L4 signaling traffic required for IP connectivity.
929ed666b : Have IpManager track L2-L4 signaling traffic required for IP connectivity.
3ca8a0d53 : DO NOT MERGE Unit tests for NetworkNotificationManager
679d49662 : More correct startup and shutdown procedures.
fd3508055 : Network notifications: revamp keying scheme
79308eb12 : More correct startup and shutdown procedures.
1b81ea3e6 : Stop setting net.hostname
3e422ac3c : docs: changes to broadcast documentation
d612b545c : DO NOT MERGE [DPM] DO can start network logging and listen for events
75663bba7 : DO NOT MERGE IpConnectivityMetrics: rate limit ApfProgramEvents
8e597e85f : DO NOT MERGE IpConnectivityMetrics reads buffer size in settings
62e743bc9 : DO NOT MERGE IpConnectivity metrics: add version number
ed23aa6ca : Add Log.wtf when getSummaryForAllUid NPEs.
47230f539 : DO NOT MERGE Captive portal systel log improvements
787d3da98 : DO NOT MERGE: frameworks-test: adding missing @SmallTest
74e67ae93 : DO NOT MERGE: Netd events: record connect() success/errno
c777123d5 : DO NOT MERGE: Show notification for always-on app VPN
92b617506 : DO NOT MERGE: Implement metered tracking for NetworkStats summary queries.
757658193 : DO NOT MERGE: Implement metered tracking for NetworkStats summary queries.
b1bddc92c : DO NOT MERGE: ConnectivityServiceTest: fix testAvoidBadWifiSettings
8436dae4c : DO NOT MERGE: Fix ConnectivityServiceTest testRequestBenchmark
ebace4009 : DO NOT MERGE: Define API for metering network stats buckets.
6670ab448 : DO NOT MERGE: Refactored NetworkStatsServiceTest to use Mockito instead of EasyMock.
b8a440f53 : DO NOT MERGE: Use @Ignore to explicitly disable a @Test method.
00a6e6c11 : DO NOT MERGE: Fixed NetworkStatsServiceTest and converted it to JUnit4.
b135f1d5a : DO NOT MERGE: VPN network stat accounting changes.
8c7be6114 : DO NOT MERGE: VPN network stat accounting changes.
8f201294f : DO NOT MERGE: ConnectivityThread: use lazy holder idiom
301b09738 : DO NOT MERGE: ConnectivityManager: use ConnectivityThread looper
56260ed9c : DO NOT MERGE: ConnectivityManager: a simpler CallbackHandler
2838d9bb5 : DO NOT MERGE: Indicate the NsdServiceInfo attributes are only filled in for a resolved service.
fb63d5a4e : DO NOT MERGE: Add a null check for the OnStartTetheringCallback.
6d442d82d : DO NOT MERGE: IpConnectivityMetrics: rate limit ApfProgramEvents
834405cbe : DO NOT MERGE: IpConnectivityMetrics reads buffer size in settings
8ce412614 : DO NOT MERGE: IpConnectivity metrics: add version number
838913359 : Stop setting net.dns{1234} system properties.
3fb372fe9 : DO NOT MERGE: [CS] Remove timeout event after first available
cf8c8d55f : DO NOT MERGE: Move the connectivity tests to frameworks/base/tests/net.
834805275 : DO NOT MERGE: De-guava BroadcastInterceptingContext and move it to testutils.
4166a1fcf : DO NOT MERGE: Move FakeSettingsProvider to a common location.
64d0a0dea : DO NOT MERGE: ConnectivityServiceTest: mark flaky test as such
a3cbcca3c : DO NOT MERGE: Add option to skip and avoid captive portals.
5791c5f68 : DO NOT MERGE: Support timeouts for requestNetwork() invocations.
fb3178adf : DO NOT MERGE: Silence the obnoxious MTU 0 error message that occur when no MTU is specified for a given network.
baebb23d3 : Unit tests for NetworkNotificationManager
614832291 : Fix IP connectivity metrics tests
274de89c5 : DO NOT MERGE Extending DNS event reporting
21c5c6fb0 : Secure MATCH_UNINSTALLED_PACKAGES across users
be9ba1ea3 : DO NOT MERGE Rename the DnsEventListenerService to NetdEventListenerService
2a3998dd0 : Captive portal systel log improvements
b54c8cffa : ConnectivityServiceTest: fix testAvoidBadWifiSettings
766e56464 : Fix ConnectivityServiceTest testRequestBenchmark
66dca17fe : StrictMode to detect untagged network traffic.
5eba9d706 : [CS] Remove timeout event after first available
e2667a9df : Permissions check for Wifi Display configuration
f5ec69155 : Fix flaky IpPrefixTest.
cbd14a4f6 : Permissions check for Wifi Display configuration
849682f5a : DO NOT MERGE ANYWHERE Add CONNECTIVITY_USE_RESTRICTED_NETWORKS permission
55f36459c : Update package names to work with the proto3 compiler
4f1700dd1 : Fix documentation for NetworkStatsManager methods.
7e93db5bd : [NAN-AWARE] Rename NAN to Aware
018d76cb9 : [NAN-AWARE] Rename NAN to Aware
357f8fabc : Implement metered tracking for NetworkStats summary queries.
9369e9d10 : Implement metered tracking for NetworkStats summary queries.
366459860 : frameworks-test: adding missing @SmallTest
45fb09ff4 : [DPM] DO can start network logging and listen for events
a0edbf0ac : [NAN-AWARE] Rename NAN to Aware [DO NOT MERGE]
5a7c486d7 : Move the connectivity tests to frameworks/base/tests/net.
6a64dd217 : De-guava BroadcastInterceptingContext and move it to testutils.
4163f9ca8 : Move FakeSettingsProvider to a common location.
bca2d211f : Extending DNS event reporting
144810b6c : ConnectivityServiceTest: mark flaky test as such
1f0cb8f6a : Move ipconnectivity.proto to services-proto.jar
ed7fcb4d2 : Define API for metering network stats buckets.
fcc0d9fd8 : Add unit tests for Tethering.isTetherProvisioningRequired
e3f7299ce : IpConnectivityMetrics: rate limit ApfProgramEvents
6d8c1dfe4 : IpConnectivityMetrics reads buffer size in settings
adaddcd77 : VPN network stat accounting changes.
218bfe7a3 : VPN network stat accounting changes.
3b41f05d6 : ConnectivityManager: use ConnectivityThread looper
5139717c7 : Add option to skip and avoid captive portals.
dada145a8 : Add option to skip and avoid captive portals.
3ab84b087 : ConnectivityThread: use lazy holder idiom
0b42baf68 : ConnectivityManager: a simpler CallbackHandler
f04b01f0a : IpConnectivity metrics: add version number
58a5c98b4 : Extending DNS event reporting
9ca892f69 : Show notification for always-on app VPN
95ecfee67 : Refactor "avoid bad wifi" logic into a utility class
cfd438e0f : Notify NetworkPolicyManagerService on tethering changes
e8b7aea6b : New Settings symbols for captive portal detection
6767b7a40 : Captive portal detection uses 3rd fallback probe
7a8d38a62 : Fix naming of the service in NetdEventListenerServiceTest
b4e1df324 : Fix naming of the service in NetdEventListenerServiceTest
b8d9f52ad : Restrict access to background networks to CHANGE_NETWORK_STATE.
a6c8879b4 : IpConnectivityLog uses new metrics service
a54812907 : Add ipconnectivity.proto to services jar
fbf1d8638 : Rename DnsEventListenerServiceTest to NetdEventListenerServiceTest
66d4a5baf : Rename DnsEventListenerServiceTest to NetdEventListenerServiceTest
0895e175f : Rematch wifi networks when the avoid bad wifi setting changes.
6dd0569a7 : Notify NetworkPolicyManagerService on tethering changes
a4e8808d1 : Add debug output for bad wifi avoidance restrictions.
c65750c8a : Support "don't ask again" in the avoid bad wifi dialog.
21924545a : Update the avoid bad wifi settings on the handler thread.
83633c897 : Unit tests for avoid bad wifi networks setting.
199ecfc79 : Support displaying a dialog when wifi becomes unvalidated.
c9048bc55 : Support ignoring penalty for bad wifi networks
bbc15194d : Explicitly pass old score to updateCapabilities
d8a23ad61 : Add test coverage for background networks.
0f04220ff : Add a NET_CAPABILITY_FOREGROUND capability.
2666be8ae : Add a background NetworkRequest type for mobile data always on.
0c38d7c8c : Rematch requests first and listens second.
e7395027c : [NAN] Add transport type for NAN. [DO NOT MERGE]
3d417283a : Refactored INetworkPolicyListener callbacks.
9bf6fef27 : Network switch notifications: rate & daily limits
01f7228f5 : Network Switching Notifications: add unit tests
fde640e59 : Don't notify on network switch if source network is validated.
88e33a286 : IpConfigStore: Changes for parsing old wifi backup
ddc5fd88f : Support notifying network switches via notifications and toasts.
05cca1a4c : Do not print misleading debug messages in some scenarios.
c5391028e : Refactor NetworkNotificationManager.
74c205f5e : Move notification code out of ConnectivityService.
de2a6f1b1 : Refactored NetworkStatsServiceTest to use Mockito instead of EasyMock.
a4dc2a712 : Use @Ignore to explicitly disable a @Test method.
f96df4b29 : Fixed NetworkStatsServiceTest and converted it to JUnit4.
12255e365 : VPN network stat accounting changes.
13dd0e99b : VPN network stat accounting changes.
155a59aa6 : Support timeouts for requestNetwork() invocations.
0b7a74842 : Support timeouts for requestNetwork() invocations. [DO NOT MERGE]
bed14ecfc : Avoid caching services with missing binders.
208c01039 : IpConnectivityMetrics: no metrics upload in tests
bd0cc763a : Add CONNECTIVITY_USE_RESTRICTED_NETWORKS permission
3ed97e63b : Add an isListen method to NetworkRequests.
6f0405308 : Add IPv6 tethering coordinator
ea3725931 : Fix unsafe concurrent access in LegacyTypeTracker
d159fdd22 : ConnectivityService dump: add apps blocked logs
0c04b7478 : Support requesting async LinkProperties/NetworkCapabilities updates
1a1cb0e91 : Basic IPv6 Router Advertisement daemon
79869eac2 : Rewrite lingering.
a68fb676e : Prepare to delete useless loop in handleReleaseNetworkRequest.
f778e2546 : ConnectivityManager: no double callback remove
70964d3a1 : Unbreak unregisterNetworkCallback.
5c1bf510f : Make registerDefaultNetwork work on metered networks.
b5b9c7187 : Add test coverage for a bug in the lingering code.
d64590927 : Annotate public methods in ConnectivityService.
99236d14e : Make the NetworkRequest list private to NetworkAgentInfo.
eafe85717 : Move the request type from NetworkRequestInfo to NetworkRequest.
ecd8ec714 : Make registerDefaultNetwork work on metered networks.
2dfee8908 : Add detailed test coverage for lingering.
6dcf2e24c : Add more test coverage for requests and callbacks.
ab17d3a11 : Fix NativeDaemonConnectorException issue accessing null object
e544a48eb : Added a virtual interface for Video Telephony call usage counting
858e39459 : Changes for upgrade to OkHttp 2.7.5
8fe7f1e66 : Adding tests for DnsEventListenerService
be0c7651f : Refactor IP connectivity event logging
389633f8d : Fix unsafe concurrent access in LegacyTypeTracker
0a5ae42e4 : Ignore system apps on enforceMeteredApnPolicy().
320e313d2 : Fix infinite loop when registering data usage callback.
7473bc20a : [NAN] Add transport type for NAN.
5065b3060 : Fix runtime restart when using aggregated net observers.
8631caa82 : Move 'is already always-on' check into Vpn.java
b31cfb423 : Show sign-in to network notification to all users, not just owner.
e9a96608a : Don't treat the lingerExpired broadcast specially.
9fc66e020 : Add a test for mobile data always on.
72d0da989 : Add a FakeSettingsProvider and use it in ConnectivityServiceTest.
1a0a77ba1 : Package changed/removed listeners for always-on VPN
5310c3096 : cold sim clean up
5912c7b35 : Include network name in validation logs for dumpsys
a81567b74 : Fix that fail to setup any vpn after Network Settings reset and always-on vpn is on
ad683cadb : IpConfigStore: Changes for parsing old wifi backup
bfd4e42c8 : Cleaning up NetworkStatsManager.
d3e464585 : Fix default network transition event recording
e80a0eb43 : Add missing @Deprecated annotations.
5902c444d : Fixed enforceMeteredApnPolicy when Data Saver is on.
ca4340007 : API council feedback: hide and document.
92a048749 : Fix 2 instances of buggy double check locking on non-volatile fields.
1bb13dc5e : Lock down networking when waiting for always-on
7b0a58168 : DHCPv4: lease expiration is fatal, renew failures are not
2543ed879 : Return legacy VPN info regardless of lockdown mode
3edc616bf : Documented return value of getRestrictBackgroundStatus().
57fc863cc : Added a onRestrictBackgroundBlacklistChanged() callback.
722ee0bb4 : Make some of the UID-based VPN code reusable
16e0f1b4c : Fixed connectivity state in some power saving scenarios.
9d18567ae : Make android_net_NetUtils include what it actually uses.
fe78ecbb2 : Addressing API council comments on NetworkStatsManager.
13726d128 : Addressing API council comments on NetworkStatsManager.
a9ae8bb69 : ApfFilter unit test
06ea4b0cf : Fixed connectivity state in some restricted network scenarios.
cc2b9c36d : Refactored NetworkPolicyManagerService mUidRules.
79a3c031a : Indicate the NsdServiceInfo attributes are only filled in for a resolved service.
c4980d88a : Start VPN as early as possible during startup
a8c0b6ef7 : Split network agent created state from connected state
94e69beca : Add lockdownEnabled parameter to always-on VPN API
2166469c8 : Use Netd's binder interface to set resolver configuration.
7dbf83df0 : Flag to mark foreground jobs, fix data saver.
f485d9add : Disable the IpManager timeout on Ethernet.
058732155 : Disable the IpManager timeout on Ethernet.
e095d2f70 : Stop user faster and clear stale broadcasts
e51bf9e2a : Better ConnectivityMetricsEvent printing
84a92fd25 : Fixing network tags.
9842878b7 : Tethering and Data Saver: There Can Be Only One!
b70465895 : Frameworks/base: Make debug helper lazy in ConnectivityManager
40d1fb87a : API changes for DownloadManager and JobScheduler.
134a18cde : Split network monitoring and portal probe events
576ec0127 : NativeDaemonConnector: add waitForCallbacks method
436d22e6b : Some fixes in ConnectivityService event logging
7b8706599 : Cap number of NetworkRequests a UID can make to 100
987d8ef74 : Added onRestrictBackgroundWhitelistChanged callback.
8bad0f464 : Move UidRange aidl declaration to system/netd
46f0dd69c : Remove unnecessary allocation+unboxing of objects.
15874cd02 : Disambiguate NetworkCallback JavaDoc.
abdd3f8a9 : Also log IPv4 and IPv6 connectivity of any previous default network
5aeed109f : Log an event whenever we lose the default network.
96ad7c555 : Record the transport types for connectivity events.
3616d5e82 : Fix broken javadoc.
9c9e48fbd : If Internet probe is redirected, pass redirect destination to NetworkAgent.
66d9bd880 : Fix a memory leak in ConnectivityManager.
8b3ff56d2 : If we want to release the lock, release instead of acquiring it.
ebf757df4 : Reinstate much-reduced ConnectivityService logging.
b54bea91b : Remove duplicated code in NetworkStateTrackerHandler.
1ba4d36e2 : Improve Tethering and NativeDaemonConnector logging.
7e3859251 : Excluded certain APNs (e.g. IMS) from mobile data usage.
e1e361a66 : Excluded certain APNs (e.g. IMS) from mobile data usage.
5b52bef8d : Internal API for system apps to determine default network for other apps
7c912a402 : Make public the registerDefaultNetworkCallback API
b988890b2 : Don't flush DNS cache on route changes.
85fc29e71 : Delete unused default DNS setting code
bbb41dd3b : Parse and validate txt records.
bd0c0af47 : Add a toString method to ApfCapabilities.
6b7f7a085 : Move ApfFilter from ConnectivityService to IpManager
194a57644 : Add initial connectivity metrics handling.
e80e75eda : Turn off verbose logs and remove log that is covered by verbose logs.
2c61a2636 : Add "track default" type to NetworkRequestInfo
70ee7efa3 : DO NOT MERGE ANYWHERE Add a NetworkTemplate matcher for ConnectivityManager#TYPE_PROXY.
74895614d : Add a NetworkTemplate matcher for ConnectivityManager#TYPE_PROXY.
f759159b6 : Update TrafficStats SystemApi docs.
aabd22dad : Improve NetworkCapabilities command chaining.
23bf99c95 : Support registering a request for the default network
d8332d1a1 : Remove framework code that calls SIOCKILLADDR
f28f2820a : Ignore wildcard network policies.
1f6a45899 : Create ConnectivityThread
6114f2bbb : Fix IdleableHandlerThread.
1e01f0872 : APF: add debug code.
35e99ea8e : Add a null check for the OnStartTetheringCallback.
082ceb167 : NetworkStats.Bucket API polish.
43e43a99c : NetworkStats.Bucket API polish.
050d91467 : Skip lockdown setup if user is not up yet
ad8499f9c : When the applicantion is removed, reset network permission of this uid.
27c8a07be : Restrict TrafficStats due to privacy concerns.
502d7cd55 : DO NOT MERGE: Move PinningNetworkCallback out to a new NetworkPinner class.
9f5c3b8c6 : Turn down the logging a little bit.
8441f29d3 : Turn down the logging a little bit.
9eca1f607 : Have ConnectivityService install packet filters when possible
6a6903553 : Support 464xlat on Ethernet.
4c11582db : Speed up ConnectivityServiceTest.
4b0c76201 : Move PinningNetworkCallback out to a new NetworkPinner class.
f713828f7 : When system server goes down, crash apps more.
c78f85ca5 : When system server goes down, crash apps more.
b027e6e92 : Use MessageUtils in ConnectivityManager.
89a344fe6 : Parcelable classes should always be final.
829f7c72e : ConnectivityService: listen to USER_UNLOCKED too
bc08d071b : When system server goes down, crash apps more.
6df173174 : IpConfigStore: New constructor to accept writer
57955ea0b : Use more IpManager features
5774ef532 : Use more IpManager features
af0170a56 : Delete all NetworkUtils DHCP-related code.
7a6536383 : Implementation of data usage callbacks.
01cb4ff14 : Implementation of data usage callbacks.
011ccfe51 : Use IpManager on Ethernet
1cb0138ad : Use IpManager on Ethernet
6ba9b9080 : Expose measurement results to interested callers.
07c53a35a : Silence the obnoxious MTU 0 error message that occur when no MTU is specified for a given network.
ca9d62d08 : Enabled Network Policy Backup/Restore.
ae9a28955 : Remove several TetherUtil functions which are no longer needed.
fb502108b : Adding a callback to notify data usage.
2bb66f5d4 : Retuning tag information through NetworkStatsManager.
3bbf8f320 : Revert Network Stats API stub for tracking of metered networks.
f73c15c09 : Notify NetworkStatsService of roaming status changes.
d34c9af3e : Created a ACTION_RESTRICT_BACKGROUND_CHANGED intent.
3ff08372e : Add the network handle to the NetworkAgentInfo#toString() output.
35759f915 : Unhiding MSIM APIs.
d180aa7e7 : Remove the unused Looper param from Tethering constructor.
77d691763 : DO NOT MERGE : Unhiding MSIM APIs.
4ff8b948b : Introduce DEVICESUMMARY access level to NetworkStatsAccess.
3dabcb943 : Expose a simple tethering API which includes provision checks.
0a922fd0d : Supported GNSS multi-constellation in frameworks
7e4c185b1 : Fixed RestrictBackgroundStatus signature by adding @hide.
305113522 : Created new public API so applications can customize its metered network usage while running in background.
ac136a020 : Debug logging for when getActiveNetworkInfo returns BLOCKED.
131806f11 : Implement roaming tracking in NetworkStats summary queries.
2fd68b3a3 : Implement roaming tracking in NetworkStats summary queries.
9b747914f : [VPN] start lockdown before user is unlocked
e5d5ed587 : Always-on app VPNs
cd6454606 : Makes captive portal server calculation in one place.
434835af8 : Add a TETHER_PRIVILEGED permission and use it where needed.
b7ab1f9da : Define new APIs for metering and roaming network stats buckets.
94bd38860 : Reinstate CHANGE_NETWORK_STATE as a normal permission.
9786d9205 : Allow NetworkFactories to match any network specifier on a request
8dc22e3e9 : Relax permissions around NetworkStatsManager APIs.
aa65e9c06 : Relax permissions around NetworkStatsManager APIs.
b3a88669e : Fix bit-rotted NetworkStatsServiceTest.
d64c967d3 : empty commit to trigger build
98048cdb2 : DO NOT MERGE Introduce direct listener API for alarm delivery
6e0af2ced : DO NOT MERGE Hotspot 2.0 relase 2 first cut.
66dd0330f : Add new target SDK filtering feature to BroadcastOptions.
469bbe3bf : Remove defunct EVENT_SEND_STICKY_BROADCAST_INTENT.
7b124cb8e : Add tagging variants for DatagramSocket.
dbccfac26 : Add capability to receive FD with NativeDaemonConnector.
4acc378b5 : Don't match network requests to legacy API requests.
35e18d004 : Fix one of the breakages of ConnectivityServiceTest in master.
5a97ed19a : Fix javadoc for the NetworkRequest version of requestNetwork.
318e8eec0 : Make the new NetworkRequest flavour consistent with the others.
6653c4dc9 : Temporarily add a requestNetwork flavour that takes a legacy type
5c36486ea : Don't use framework permission strings for netd permissions.
c1c71fdff : Introduce socket stats tag for restore traffic
6d3c35928 : Yell when calling installd with PM lock held.
c109706f4 : Yell if NDC callers are holding bad locks.
a75b36178 : Introduce direct listener API for alarm delivery
aa8f8f33b : Also treat loss of IPv6 as a loss of provisioning.
0b40c87af : Reinstate CHANGE_NETWORK_STATE as a normal permission.
5d3203086 : Don't buzz when automatically connecting to captive portals
32933d6da : Ignore network policies with missing IMSI.
5c3ae179e : Stop requiring CHANGE_NETWORK_STATE to change Ethernet config.
189063ffb : Stop requiring CHANGE_NETWORK_STATE to change Ethernet config.
60f1e8cbb : Don't crash if an invalid always-on VPN profile is configured.
4e69f08c6 : Log UID and PID of legacy route requests.
28bb16c36 : Add a null check to hasIPv4AddressOnInterface.
6c7a780dd : Fixed VPN support for restricted profiles in split system user model
032e26721 : Hotspot 2.0 relase 2 first cut.
aa49801a9 : constify JNINativeMethod function pointer tables
b4dd27d4c : constify JNINativeMethod function pointer tables
a2957edb0 : Unbreak build, bring ConnectivityService in sync with mnc-dr-dev
0a6477ed3 : Framework fixes for RSSI offload.
f866a7077 : Push firewall rules up to ConnectivityService.
cf6717cbf : NetworkDiagnostics: ping default router from all global addreses.
b7993df3b : Require the new PACKET_KEEPALIVE_OFFLOAD permission.
723f82f17 : Add an error code for generic hardware error.
bdaaf14f9 : Fix bugs and crashes in PacketKeepalive API.
f25beee87 : Add tests for the PacketKeepalive API.
fe6631676 : Use a CountDownLatch instead of sleep() in NetworkFactory tests.
0891bc4f0 : Get rid of shortSleep() in ConnectivityServiceTest.
e31781fcc : Don't crash on startup if we can't fetch the interface list.
baabe4134 : Don't crash on startup if we can't fetch the interface list.
c8d52c699 : Make ConnectivityServiceTest a bit more readable.
72877c249 : Cut down some logs.
6803efe7e : Add SUPL-specific network bcast
1bb9827d7 : Reduce CONNECTIVITY_CHANGE bcasts
d3e8d7b4c : Don't mark NetworkRequests restricted when they don't have restricted caps
e203d89de : Fix NOT_RESTRICTED network capability and enforce it.
5d8792252 : Don't mark NetworkRequests restricted when they don't have restricted caps
6d4ebd786 : Change default cellular activity timeout to 10
06a45679a : Remove uids with empty history from NetworkStats uid enumeration
ce3f9dc32 : Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_SETTINGS
36deb5ccc : Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_SETTINGS
824a0a505 : Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_SETTINGS
1b2d980e4 : Fix NOT_RESTRICTED network capability and enforce it.
cc8d7219b : Stop DHCP if it times out.
9830ae6d9 : Stop DHCP if it times out.
47a70d00e : Turn off failing tests in FrameworksCoreTests.
18c1d8301 : Fix build.
2780e4bc0 : Stop supporting legacy ConnectivityManager routing methods in M.
dd494fb2f : Revise lockdown check in getLegacyVpnInfo()
8c160a761 : Un-remove legacy ConnectivityManager API.
6eb94e6f5 : Fix missing onLost NetworkCallbacks when network loses capability
05a505c94 : Always check off-link connectivity in NetworkDiagnostics.
8d59d1c71 : Pass signal strength thresholds inside a Bundle
5d2656c18 : Support NetworkCallbacks based on signal strength.
0b798a833 : ConnectivityManager API for for packet keepalives.
6b56e9e1c : Make immutable NetworkCapabilities more explicit.
57e65708a : Disable WiFi autojoin when user decides via "Stay connected?" dialog
edf878bed : Log NetworkRequestInfo to get more detailed history
57fc627c3 : Pass signal strength thresholds inside a Bundle
3df86c697 : Fix filter on CONNECTIVITY_ACTION updates
8079795a7 : Fix build break.
b1f7f7587 : Enable EMERGENCY mobile connections.
75e0adb22 : Add android.net.CaptivePortal class for captive-portal-handling-app callbacks
de49eb18c : Fallback to Cellular if WiFi fails to validate
d2a43f9b6 : Prepare some ConnectivityService logic for fallback to Cellular change
7fb8adcd5 : Revive NetworkInfo's SUSPENDED state.
6928e332d : Kill MediaProvider during drastic changes.
98a4c4d25 : Support NetworkCallbacks based on signal strength.
493910ac4 : ConnectivityManager API for for packet keepalives.
696a21425 : Make immutable NetworkCapabilities more explicit.
35ca2e776 : Legacy VPN calls to require a userID
f34946fab : Expose time-interval detail query on INetworkStatsSession
169f66220 : Add ConnectivityManager.unregisterNetworkCallback(PendingIntent) API
a923dbae3 : Fix use of reachable DNS server logic
27ff774f3 : Add Validation logging.
3c3c6e8c4 : Don't reevaluate disconnected networks
431daaac7 : Don't lose critical success/failure messages
350bee040 : Use heads-up notifications when selecting networks with no Internet
fd6ca6c8d : Handle volume benchmark timeout
f9c93168d : Extend the time between WiFi energy samples
ee52d2375 : Disallow requesting networks with mutable NetworkCapabilities.
c88b39b1d : Fix missing NetworkCallbacks for NET_CAPABILITY_VALIDATED changes
53f089581 : Add NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL
621b1b743 : Speed up network transition when WiFi disconnects
65a1adba2 : Don't send spurious onAvailable NetworkCallbacks when rematching
c8873fcfe : Add ConnectivityManager.registerNetworkCallback(NetworkRequest, PendingIntent)
0f0dbb822 : Carefully select which DNS servers to send to netd
8806907cc : Update file size formatting.
c6b3de1e4 : Remove dead hidden ConnectivityManager and NetworkInfo APIs.
cc0079287 : Add a test that Network#getNetworkHandle() behaves sanely.
f98df17f9 : Remove most sleep() calls from ConnectivityServiceTest
cb43350ff : remove usage of deprecated method setLatestEventInfo
3a9df1a8c : Re-hide onPreCheck and unhide NET_CAPABILITY_VALIDATED.
8d2cfc225 : Remove network requests properly.
bd2f32f60 : Avoid overlapping NetIDs in ConnectivityServiceTest with real NetIDs
74baf41e0 : When no Internet access is detected, display a notification first.
06c0fff37 : Switch over to updated VPN warning strings
9647f3807 : initial revision of NetworkDiagnostics
94fd615d1 : Make public Network#bindSocket(FileDescriptor).
f71cce4fb : Remove "returning Blocked NetworkInfo" logspam.
1f7f908de : Fix the empty reason field in connectivity change intent.
567b6f86e : Replace renamed reference to NetworkStats in javadoc
bb910e9bc : Revive ConnectivityServiceTest and add some tests.
7cbc907b6 : Delete unsed mDnsLock.
3b1ad969c : Make the dumpsys connectivity shorter and easier to read.
d198fe197 : Network Reset should have a lockdown like Factory Reset.
7c7cecec4 : Network Reset should have a lockdown like Factory Reset.
6f94248eb : Null-check argument to ConnectivityManager.releaseNetworkRequest(PendingIntent)
04612b069 : LinkProperties function to compare provisioning and remove DNS servers
fcc8c9b5f : LCE feature enhancement
81c7260a9 : Undeprecate android.net.ProxyInfo as it's still used.
08f9dbbfa : Add javadoc comments mentioning ConnectivityManager API permissions.
59074288d : LCE feature enhancement
8ccb6b171 : Disable mDefaultDns to see if we can remove it.
1aa80c66d : Add a hidden method to clear the capabilities of a NetworkRequest
e97685a88 : Make NET_CAPABILITY_VALIDATED (almost) a first-class citizen.
1e71fc835 : Support cross-user VPN calls (with permission)
db93dd93c : Query HTTP proxy for network via a new API to avoid permissions exceptions
c2faedca3 : Don't display the "no Internet access" prompt on captive portals.
e14a62290 : Statically import NetworkCapabilities constants for brevity.
2c39d1313 : Don't display the "no Internet access" prompt on captive portals.
43a69f7a6 : Rename NetworkUsageStats -> NetworkStats
bbb61094b : Deprecate ConnectivityManager.isNetworkTypeValid as it's unneeded.
4976772f9 : Fix a race when removing from LegacyTypeTracker.
05f2b4054 : Optionally add a default MOBILE request.
aeb5be7c7 : Adding "Connected, no Internet" string in Wifi nw summary.
c5647c2ed : Add a hidden method to clear NetworkCapabilities.
7f6a2bfff : Fix javadoc error for requestNetwork.
68e02363c : Simplify network callback handling code.
145745967 : Document and unhide CALLBACK_PRECHECK.
3a0699a15 : Fix potential NPE on devices without DPMS
2a37b3cc8 : Remove network access for idle apps
ea2d928ab : Fix the javadoc for requestBandwidthUpdate(...)
23b9a0d58 : Added parameter to avoid having a stream opened, and with that, file truncated on no-op.
21e9a1557 : @removed requestRouteToHost and {start,stop}UsingNetworkFeature
41b1fbca3 : Don't require ACCESS_NETWORK_STATE in setProcessDefaultNetwork
7e7decdc8 : Allow apps with ACCESS_WIFI_STATE to listen for wifi networks
da75d5e86 : API review for requestBandwidthUpdate()
b00f48834 : update API name to requestBandwidthUpdate()
d915d64bd : Revert "requestBwUpdate() public API review"
be7e160ab : Final removal of CONNECTIVITY_ACTION_IMMEDIATE.
85d7af1f8 : requestBwUpdate() public API review
934122fbb : Final removal of CONNECTIVITY_ACTION_IMMEDIATE.
152d1b96a : CONNECTIVITY_ACTION is the new _IMMEDIATE
c00a5049e : DO NOT MERGE Revert "Add android.net.IpPrefix#contains()"
d546364a8 : Move factoryReset to service and protect.
d06906840 : CONNECTIVITY_ACTION is the new _IMMEDIATE
60df4aaea : Add captive portal API.
3f35740bd : LCE service implementation - connectivity side
0f6d6bdb0 : Make CALLBACK_PRECHECK actually work.
d39aecfa3 : LCE service implementation - connectivity side
9157e0092 : multinetwork API: native implementation
7b139a856 : multinetwork API: native implementation
6947c067b : Prompt if a network without an Internet connection is selected
dda8e5941 : Deprecate connectivity APIs relying on integer network types.
b98afb001 : Add android.net.IpPrefix#contains()
b95d7950f : Add ConnectivityManager.reportNetworkConnectivity() API
1f567385f : Add ConnectivityManager.getActiveNetwork(). Rework NetID allocation in ConnectivityService so registerNetworkAgent() can return the allocated NetID.
522f038ee : More work on device idle mode and other power stuff.
c7a1d23cd : Non-functional code cleanup of ConnectivityService.
ff3fc4c97 : Adding per UID WiFi power distribution.
0e40aa837 : Revert "Adding per UID WiFi power distribution."
224ab3d3a : Unhide Network.openConnection(URL, Proxy).
bd2d378b7 : Fix typos in ConnectivityManager documentation.
5ab174bac : Adding per UID WiFi power distribution.
d1027f533 : Fix memory leak in Connectivity Service when phone app crashes
6fabfa0e3 : Deprecate EXTRA_PROXY_INFO and unhide ConnectivityManager.getDefaultProxy().
ee2f45d85 : Deprecate static ConnectivityManager.get/setProcessDefaultNetwork() functions.
fec3d1ff1 : Data usage API: any uid is accessible to system apps running in any user
6f2ba5ec4 : Progress towards dynamic storage support.
0f835acb9 : Move reset network settings into framework.
efd57ecab : Keep debug information in NetworkStats files
fdf2267b5 : Keep debug information in NetworkStats files
b293e46f2 : Data Usage public API
ddf811b95 : Add a protectFromVpn method that takes a FileDescriptor
06b991f44 : DHCP: Add a native method for making a DHCP socket.
2af6f557d : Add two utility methods for IPv4 netmasks.
501ecd6da : Replace usages of deprecated Resources.getColor() and getColorStateList()
8357dfd52 : Remove dead code, mostly DataStateTracker.
ba9c42f66 : Make NetworkCapabilities.NOT_VPN javadoc visible.
d687dc5da : Fix missing printf argument.
94500b2aa : Fix missing printf argument.
b85f0b44a : Add a protectFromVpn method that takes a FileDescriptor
c70fbac89 : DHCP: Add a native method for making a DHCP socket.
e82e0f0a8 : Add two utility methods for IPv4 netmasks.
051135c95 : Fix javadoc braces for ConnectivityManager.EXTRA_NETWORK.
fccef1da8 : NetworkStatsService to adjust VPN stats before recording.
e164e0063 : NetworkStatsService to adjust VPN stats before recording.
a897c8435 : Fix build, broken by https://android-review.googlesource.com/#/c/115890/
9edb1fc51 : Remove dead code, mostly DataStateTracker.
9ba4d7429 : NetworkStats to support VPN accounting.
7352b6df6 : NetworkStats to support VPN accounting.
9def7be67 : Refactor NetworkUtils interaction with DHCP.
ad5bfa5be : Remove unused imports in frameworks/base.
c3c163f3f : Remove unused imports in frameworks/base.
9a87ca569 : Move apache specific portions of android.net.http to external/apache-http.
c53026391 : Update Javadoc for EXTRA_NETWORK.
f22c4081b : eth: make sure dhcp is stopped before bringing up interface.
566e12ad1 : eth: make sure dhcp is stopped before bringing up interface.
4e858cbaf : Make reportInetCondition revalidate if the report differs from our state
489eb043d : Make getNetworkInfo() take into account VPN underlying networks.
003133f82 : Add a unit test for StaticIpConfiguration.
68a1a34ec : Also include the domain when parceling StaticIpConfiguration.
99366a8aa : Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()
c915d4c83 : Support connecting to networks with misconfigured subnet masks.
64f1689c8 : Support connecting to networks with misconfigured subnet masks.
6cb03e349 : Log interface name and uid when filtering a blocked network.
c30362d9c : Changes associated with an OkHttp upgrade
e8a912443 : Fix legacy request removal.
9e078d2f1 : Don't blindly teardown unvalidated networks when releasing NetworkRequests.
40e43de8d : Remember to cancel lingering when a network again satsifies a NetworkRequest.
49f74a382 : Clear process DNS NetID binding when expiring or releaseing legacy requests.
0620227e6 : Remove hardcoded include paths.
70116ce13 : Fix timing between bcast and net setup.
5f82daeca : Add a lastValidated bit and use it when reporting capabilities.
a8de5ca5c : Rename validated to everValidated.
0353fe5d9 : Fix race between CONNECTIVITY_ACTION and setting default network.
c0618a69f : Fix several HTTP proxy issues with multinetworking.
5fb4f650d : Direct notification of network interface changes.
aa6ff6c7b : Direct notification of network interface changes.
ae5a8a5ec : Offer to "merge" subscribers for data usage.
fffa983fe : Offer to "merge" subscribers for data usage.
b88365951 : Re-remove CONNECTIVITY_CHANGE_DELAY and supporting functions.
1d3acf930 : Don't send the same PendingIntent more than once.
37e2d0e06 : Fix issue #17323751: Additional items in aggregated battery stats
689f70442 : Add subId as parameter for get/setDataEnabled.
c1529548a : Revert "Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-dev"
5c4e5fc0b : Reap unvalidated networks that have no chance of becoming highest scoring.
79bd2e284 : Make StatusBar display all default networks.
d5f533917 : Remember to cancel lingering when a network again satsifies a NetworkRequest.
20068c2d1 : Only use mDefaultDns if the network claims to offer Internet
de802a29a : Fix the ordering of extra values in the PI.
bd4999055 : Revert some verbose logging from ag/489226
137fadcd4 : Map TYPE_VPN integer to "VPN" string.
19a1c3f7d : Add mechanism for securely returning parameters though NativeDaemonConnector
1e803d5ed : Revert "DO NOT MERGE: Don't log passwords returned from vdc"
f8b75aa88 : Don't let NetworkMonitor state stop user-initiated transitions.
ca3d8edfb : Don't enforce control permission when preparing consented VPN.
b9fd0471a : Frameworks/base: Consistency in core/jni
583d95688 : Lightweight checkin output for network stats.
29c8eb028 : Lightweight checkin output for network stats.
d2b4fe2b2 : Allow VPNs to specify their underlying networks.
541254ae5 : Delete unused/non-working code.
7c9871648 : Eliminate race conditions in UID-based network filtering.
ce90ecbaf : Don't bother validating networks that don't satisfy the default request.
6ff743e42 : Fix null handling in proxies.
394a29333 : Fix null handling in proxies.
8a82621cd : Rename EXTRA_NETWORK ConnectivityManager constants.
32b3f2ca3 : Add an API to check availability of Ethernet interface.
262b46278 : Don't allow an uncreated Network to satsify requests.
bc7c99de7 : Frameworks/base: Replace LOG_FATAL_IF in core/jni
e14ee540d : Add an API to check availability of Ethernet interface.
f4740f2d3 : Add an API to check availability of Ethernet interface.
a21f7a1ac : Expose a SystemApi method to prepare a VPN without consent.
5598f9c90 : air plane mode only send to the owner through the quick setting
76d0e9f03 : Frameworks/base: Wall Werror in core/jni
38804ae6a : Populate 464xlat LinkProperties only when the interface comes up.
60d379b61 : Implemented requestNetwork with a PendingIntent.
201c2f73b : DO NOT MERGE: Don't log passwords returned from vdc
08c7c9803 : Fix Legacy typing of net-specific requests.
aadf9b78b : Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()
d36242ae5 : Update network selections on capability change.
d9bf64ba1 : Don't use framework permission strings for netd permissions.
e8cb66edb : Send broadcasts when VPNs come and go.
8eb37760a : Remove CONNECTIVITY_CHANGE_DELAY and friends.
9a6615929 : Enable 464xlat on wifi.
8e8662929 : Add support for running 464xlat on wifi as well.
143e89c2f : Treat optimistic addresses as global preferred.
67118eb4d : Support more than one clatd at a time.
3825843c7 : Change removeStackedLink to take an interface name.
8b02307fd : (re)define the definition of "provisioned"
c0e5d839a : Follow API removal.
90c441a71 : Drop DEV network stats to save RAM.
38c2dc3b4 : Deprecate more apache-http.
76a545ffc : Add an API to select a network for a DatagramSocket.
35495fadb : Propagate network state changes to the LockdownVpnTracker.
458470fb1 : Switch the NetworkInfo.mIsAvailable default
e525a0a7f : Send callbacks for Net property changes
e3a7ae611 : Synchronize on all sendProxyBroadcast calls
af94b9855 : Send updated NetworkAgent score to NetworkFactories when validated.
0fa1abf72 : Allow any unvalidated Network to satisfy NetworkRequests.
ae6c5079a : Send app permissions to netd.
0a9e33f5b : Clear all Ethernet state when our interface goes away.
272be52cb : Clear all Ethernet state when our interface goes away.
ebeaecde7 : Move mobile provisioning APN support into telephony.
4b584064d : Update LegacyTypeTracker state before sending connect broadcasts.
cef8aecac : Only stop/start clatd if necessary.
83d12dbbb : Block address families with routes, not NetworkAgent side channel
b0f079238 : Cleanup NetworkCapabilities.
2129034e2 : Support non-unicast route types: unreachable and throw.
42aba3e38 : Remove needless locking of mRulesLock that caused deadlocks.
3c5dee0a2 : Use unified Tethering Permission Check
8e9afdf05 : NetworkStats always needs arrays.
7b51ae7ab : NetworkStats always needs arrays.
e06ea4b12 : Add NetworkAgent event for ExplicitlySelected
9d294201b : Fix a typo in comment.
2dce6d63d : Report Network status to NetworkAgent.
45cc2ce6e : Handle null values in registerService
39fc7d5e8 : Update Inet state when NetworkMonitor re-evaluates a network.
05e85ee7a : Better handling of unvalidated networks.
a2a966b88 : Don't require CONNECTIVITY_INTERNAL check for protected broadcasts
7c60bc2a7 : Make Network.openConnection() share HttpHandlers not OkHttpClients.
3e2917cd7 : Flush HTTP socket pools and DNS cache when binding process to a Network.
31475db1a : Don't accept score below 0.
8de2ac37c : Don't accept score below 0.
cf0f619a5 : Don't accept score below 0.
14966ee4a : Use sscanf() for parsing tag values.
f2d8b983b : Stop logging false error when lingering completes.
c92d3ebde : Don't send listening NetworkRequests to NetworkFactories.
9171989a9 : Reserve NetIds 1..50 for OEM use.
a53dd7f9e : Unescape strings properly in NsdService.
ad35b1330 : Fix networking API per scripting checks.
f098cfcbb : Proxy fixes from API review feedback
83f5d57e0 : Implement ConnectivityManager.reportBadNetwork() to trigger network validation.
ea266c65e : Catch creation of NetworkRequest without NetCap
04d79e775 : Fix use of %llx for sscanf 64 bit values.
939112e00 : Kill the NetworkInfo(int type) constructor. IT'S A TRAP!
d092cb50d : Use per-Network connection pools for openConnection.
860a7aa21 : Pass the socket mark for DNS queries to dnsmasq.
31a593935 : Change TelephonyManager method name to accurately reflect functionality.
419e1b436 : Clean up Connectivity Logging.
7844b81ae : Fix to allow removing sign-in notification when network removed.
8c5842cfa : Remove listen requests properly.
1f358c86e : Update the http proxy on LinkProperty change.
af9351f88 : Remove captive portal sign-in actions.
45aca20cd : Rework the per-network URL API.
92c045615 : Use config resource for tcp buffer size
eee07beb9 : Use config resource for tcp buffer size
e7906a962 : Allow NetworkRequest release from the system process.
88acf6fe0 : Change the NetworkInfo for disconnected types.
bcc926002 : Fix findConnectionTypeForIface.
cbec2b12c : Added notification color to all system notifications
f4e94371f : Actually provide useful output in Ethernet service dump.
1affc58cb : Actually provide useful output in Ethernet service dump.
eff82e809 : Stop using LinkProperties for static configuration.
ef734f8a3 : Stop using LinkProperties for static configuration.
a24d7203d : Stop using LinkProperties for static configuration.
c0cfe2ee0 : Stop using LinkProperties for static configuration.
debf0e007 : Add tcp buffer size conduit to NetworkAgent.
6047c1dc6 : Less intrusive VPN dialog and other UX tweaks.
46e129be7 : Avoid reusing a currently active NetID.
a6fd83dc4 : Fix CS/NetworkMonitor race.
bbfdfb007 : Fix listening NetworkRequests to listen for all networks.
22d0c6ce5 : Fix a logic error so mtu works.
ed59a4eeb : Add tcp buffer size data for ethernet
84502f530 : Add tcp buffer size data for ethernet
e714f1daa : Configure MTU based on network MTU parameter
5d6a2cd7c : Some networks may have null ifaces, I guess?
f2ceed8a5 : Some networks may have null ifaces, I guess?
eeb0c785b : Made AlarmClockInfo a nested class in AlarmManager
dc2d56124 : Don't send NetworkMonitor bcast until systemReady
435565dd9 : Switch RouteInfo to use IpPrefix instead of LinkAddress.
59dca37d8 : Remove extraneous clearing of inet condition
15e645e0f : Change CARRIER_SETUP hook in ConnectivityService to use Aeroshell API for determining carrier app instead of MCC/MNC.
3b43a279e : Hack and ship: NetworkStats edition.
0aef9341d : Hack and ship: NetworkStats edition.
a1d68e73b : First pass of changing statusbar connectedness
5a1878d6c : Make TrafficStats uid attribution @SystemApi
74940206e : Stop ConnectivityService from talking to netd about uncreated networks.
e0fd4a850 : Flush DNS cache when routes change.
87d4c79cc : Remove dead CaptivePortalTracker.
774a27f26 : Add Logging around getNetworkInfo.
cfb365716 : Improve LegacyTypeTracker.
8d20c5009 : Allow using third-party HTTP/... stacks for per-network URLs.
54a8d4c17 : Use a new socket for each of the host's IP addresses.
160638d7e : Remove dead code 4.
b2fc77496 : Remove dead code 3.
e45863205 : Allow VPNs to add/remove link addresses dynamically.
00c1c93a3 : Remove dead code 2.
dbd260b50 : Move Alarm setup to systemReady.
3518e3728 : Implement support for bypassable VPNs.
abbc41e85 : Fix DUN-based tethering.
6ba91ae8a : Prohibit address families by default unless a VPN explicitly allows them.
c36a74f2a : Remove dead code 1.
b9ab4282c : Add a getBoundURL method that returns a network-specific URL.
3d2c4da53 : Fix docs build.
94e22143d : Add logging of Legacy Type info.
50eb5e72e : Reenable logging.
ca7ababe8 : Infer legacy network type for ConnectivityManager.requestNetwork
fba15596c : Cleanup: Delete dead code.
c06ec7314 : Cleanup: Delete dead code.
5c73b5654 : DO NOT MERGE Don't tear down based on NetworkFactory input.
62e8e4d3d : DO NOT MERGE Don't tear down based on NetworkFactory input.
32cfa6eaf : Updated media browsing API & tests.
d0464edc3 : Make a network the default when it connects if we have no default.
26dd002a2 : Fix hiding of sign-in to network notification.
b5ae69d41 : Remove unnecessary code and APIs.
5dea435dd : Readjust location of NETID_UNSET definition.
65743a26a : Define NETID_UNSET in ConnectivityManager.
bd7397eb5 : Missed an entry in the copy constructor.
39a9ec20d : Allow overlays to configure ConnectivityService's network sampling to not wake the device. This can increase clockwork device battery life. Bug:15455204
a6bc0916e : Add networkSpecifier string to NetworkCapabilties.
b0bdb3387 : Convert Vpn from NetworkStateTracker to NetworkAgent.
8b5fc62d1 : Convert Vpn from NetworkStateTracker to NetworkAgent.
e594a76c9 : Refactor wifi p2p's startDhcpServer function
9d896191e : Add AlarmClock API to AlarmManager
239ce0b6d : Enable network validations and add app to handle captive portal login.
02fe11eba : Add Network inspection API.
a134636a4 : Add Trust to NetworkCapabilities.
0a998b84b : CW on Master: Disable CaptivePortalTracker, EthernetService
c4bb3c909 : CW on Master: Disable CaptivePortalTracker, EthernetService
ce7a14447 : Remove dead code.
8729530aa : When adding a NetworkRequest, cancel linger for satisfying Network.
7ba4d03c1 : When adding a NetworkRequest, cancel linger for satisfying Network.
b20d886bc : Fix build
e0b005147 : Remove unused api.
e378679df : Add captive portal sign-in actions.
c8e3a7176 : Apply the tethering user restriction to connectivity service.
520d6dc47 : Simplify the network transition wakelock.
bb427685d : Make sure callback handler is in place before callbacks handled.
693d07a0b : MS: Adding Support for Emergency APN in Telephony Framework (base/telephony)
961cb0dbc : Enforce ConnectivityManager.releaseNetworkRequest callers own the NetworkRequest
10ba60a4a : Use return values from JNI functions binding sockets and processes to networks.
154b6b292 : Convert BluetoothTetheringDataTracker into a NetworkFactory.
131eb3137 : Modify DNS server update methods.
fc854695c : Teach LinkProperties whether it's provisioned or not.
99064fa3a : Minor changes to RouteInfo.
3897f1a40 : Unbreak LinkPropertiesTest.
52228dd7c : Clean up and add some Network logging.
8b07ee36a : Don't tear down based on NetworkFactory input.
b8401730a : Add logging to track down weird ConnectivityManager issue.
52a775575 : DO NOT MERGE refactor wifi p2p's startDhcpServer function
36ddd9d00 : Modify LinkProperties add/remove route functions.
174bab2a0 : IpPrefix improvements.
aecbb5c71 : interface for nfc handover supplicant commands
371868059 : Assert that RT_SCOPE_* and IFA_F_* are not zero.
c4920a555 : Fix build
f57c03c3b : Apply API Council comments to ConnectivityManager
b1f76f229 : Fix Build
20091e092 : Fix build breakage.
97b48c282 : Fix wifi connectivity issues.
3097cf618 : Add a new IpPrefix class and use it in RouteInfo.
bfd1f4c20 : Make NetworkCapabilities publicly immutable.
aaaf7bab7 : Add a new IpPrefix class and use it in RouteInfo.
96151d642 : Fix wifi connectivity issues.
4998e952f : Make IpPrefix final.
0a6e64850 : Fix wifi connectivity issues.
694a835e8 : Make NetworkCapabilities publicly immutable.
c879e20e4 : Fix public API of LinkProperties.
c4c6498fc : Apply API review to android.net.Network:
87afb9411 : Fix public API of LinkProperties.
81c858241 : Minor changes to the LinkAddress API docs.
8e43314ae : Minor changes to the LinkAddress API docs.
b0116bf5b : Minor changes to the LinkAddress API docs.
8e33e456a : Minor changes to the LinkAddress API docs.
887d7b1d5 : Add a new IpPrefix class and use it in RouteInfo.
c447220e5 : Add a new IpPrefix class and use it in RouteInfo.
fc2e61014 : remember and report network score
c4418f95e : Handle provisioning APN by turning off/on radio.
69aceaf7f : Fix public API of LinkProperties.
690790088 : Fix public API of LinkProperties.
8cdda64b9 : Apply API review to android.net.Network:
4a52c697d : Fix the marking of restricted network requests
63d11e519 : DO NOT MERGE Report new network scores back to factories.
521b2bd48 : Fix ethernet.
85230629d : Report new network scores back to factories.
f7208e985 : Call a network restricted only if all capabilities are restricted
4e2f3b1df : Make requests for restricted networks not require unrestricted access.
c00a3f110 : Fix legacy APIs.
2606df879 : Call a network restricted only if all capabilities are restricted
21c178d0a : Make requests for restricted networks not require unrestricted access.
ae5370cab : Fix legacy APIs.
802c11080 : Fix Legacy NetworkInfo API
03f23bfe9 : Fix Legacy NetworkInfo API
06c734e52 : Refactor NetworkFactory.
301c18a01 : Apply refactored NetworkFactory.
3dc73e576 : Rewrite startUsingNetworkFeature for new API
70cf11649 : Refactor NetworkFactory.
8af038d05 : Apply refactored NetworkFactory.
9052fa125 : Support legacy routes added by apps via ensureRouteToHost().
1e459f236 : Support legacy routes added by apps via ensureRouteToHost().
c3c5babcb : Adjust Network's SocketFactory to restrict host name resolution to that Network
80504dbd7 : Implement bind-to-network functionality of android.net.Network.
1890801fc : Don't break things if a network goes back to CONNECTED.
47f597dfb : Don't break things if a network goes back to CONNECTED.
f28fd3d85 : Don't break things if a network goes back to CONNECTED.
0ffeaf5c7 : DO NOT MERGE - Make Ethernet more reliable.
892331dc0 : DO NOT MERGE - Support disconnecting while trying to connect.
0640cdd9f : Support disconnecting while trying to connect.
21be8b6dc : Make Ethernet more reliable.
0c150c008 : Move dis/enable of mobile data to Telephony
25ef738d7 : Rewrite startUsingNetworkFeature for new API
e11b6734e : Adjust Network's SocketFactory to restrict host name resolution to that Network
7308875a2 : Fix Ethernet documentation.
b2754a0b0 : Battery monitoring fixes:
3508963dc : (DO NOT MERGE) Battery monitoring fixes:
0f0a7c52e : Move dis/enable of mobile data to Telephony
56e4e58ea : Fix Ethernet documentation.
8cc6a4994 : Battery monitoring fixes:
f5b09c82c : Move dis/enable of mobile data to Telephony
9e66e8816 : Implement bind-to-network functionality of android.net.Network.
eb730a7ff : Initial EthernetService implementation.
2edad7a16 : Add an EthernetManager.
347122d29 : Delete the EthernetDataTracker.
eeae94e9c : Fix a typo in IpConfigStore.
6d8dcb76d : Move IP config from WifiConfiguration to IpConfiguration.
e36bfe74f : Move IP config from WifiConfiguration to IpConfiguration.
e7a7ef99f : Initial empty repository
46dcbab0a : Add NetworkFactory names and unregistration.
cf81de2b0 : Fix the build
f3017f74a : Add javadoc and unhide new API
eaa84d5dd : Add docs for Linkproperties and unhide it.
0eb55c16c : Add javadoc for NetworkRequest.
783dc0fef : Add docs to Network
223a6bd58 : Apply Doc fixes to RouteInfo
05d3bc2fd : Update the docs for NetworkCapabilities
1aacd72db : Update RouteInfo docs and make public.
7d8949fc2 : Update comments for LinkAddress
2a1bbad56 : Decouple network_sampling frequency from VDBG
c050e7b93 : Stop clatd when starting the Nat464Xlat service.
09f580334 : Clean up when we switch networks.
837da9fd5 : Add net.dns system properties
fbd7364a0 : Add net.dns system properties
b1bc7c187 : Fix reference to ProxyInfo extra
ef72c1b9d : Remove unneed clear in constructor.
c63e50cd5 : Fix reboot loop due to NPE.
44a242a81 : Fix reboot loop due to NPE.
00a2f34c9 : Undeprecate funcs until we're ready for api-review
563d63204 : Fix Javadoc
a6d85c8ea : Add networks and requests to CS.dump
f99b8393d : Add Multinetwork API
be46b75c3 : Handle legacy synchronous inspectors
3927e336e : Get clatd/Nat464Xlat working with new NetworkAgents.
52f1e4631 : Fix compile errors after merge.
c206e6575 : Disable calls to MobileDataStateTracker.isProvisioning() as there is no more MobileDataStateTracker so these just crash.
4bc35b4aa : Add NetworkMonitor. At present the network evaluation / captive portal detection is disabled pending addition of API to bind socket to network.
bff73490a : Separate network and interface addition/removal netd APIs. This should facilitate stacked interfaces (i.e. clatd).
e20f7a242 : Enabling internal msg apis
2a9d35f65 : Fix build.
967656615 : Specify netId when adding/removing routes.
b62e139e6 : Set and clear the default network.
9d74d5930 : Get ConnectivityServiceTest building again after 8f80cc8.
50daca448 : Use NetId instead of interface name when communicating DNS changes to netd.
faca3b780 : Stop adding host routes for dns
7e45d1159 : Add NetworkFactory support.
da1c1d4e6 : Add Network-specific host name resolution API.
09480006a : Comment out some new netd calls to fix networking.
c0669e3db : Comment out some new netd calls to fix networking.
c41962f22 : Add has* utility functions to NetworkCapabilities
6b4985d8f : Fix reboot loop.
d6ee68854 : Add NetworkRequest to the multinetwork API
3e0c79405 : Replace LinkCapabilities with NetworkCapabilities
19c6561c5 : Switch PacUrl storage from String to Uri
52cd9bfc4 : Add NetworkCapabilities part of API.
42a0e1ee8 : First pass on multinetwork framework
61c34fd2a : Turn down the logging.
c8b917160 : Fix Global Proxy when used with PAC
0adf31f4b : Fix Docs breakage
4d5e20f87 : Make proxy API public
1aa516467 : Hide NsdServiceInfo additions for KKWT DO NOT MERGE
8732b35f5 : Track libcore.os' move to android.system.
7441122e2 : Fix incorrect "listener no longer active" errors
0cc4425b3 : Start collecting mobile radio activity from the radio.
af9766d22 : frameworks: 64 bit compile issues
b6e044885 : Fix build
6d1b0b70a : Add support for custom TXT records in NSD
0f2cc3657 : Add support for custom TXT records in NSD
5da9a4181 : Merge "NsdService does not clean up after exiting clients"
273c161b6 : Revert "Refactor IpConfiguration from WifiConfiguration"
6a9403215 : Revert "Hide IpConfiguration"
3b81925ae : Hide IpConfiguration
e51d2c5ad : Refactor IpConfiguration from WifiConfiguration
4cba56df4 : Document and enforce "one request per Listener" rule
d4f7652c2 : DO NOT MERGE Sanitize WifiConfigs
87522f50e : Battery stats: wake locks, radio active, cleanup.
5fad0b3ae : Catch Netd exceptions to avoid runtime restart
cdb846342 : Catch Netd exceptions to avoid runtime restart
40298930a : Update the tests to deal with the new timestamps in idletimer module.
29f7e0e8c : Include elapsed realtime (nanos) of the event in the radio state change notifications.
98fee2c93 : Handle provisioning APN by turning off/on data.
11ca0a104 : Include the interface for clearDnsInterfaceForUidRange
febcdae1b : Harden NsdManager against null-dereference crashes
feff2af5c : NsdService does not clean up after exiting clients
af3781c98 : ConnectivityService: add support to set TCP initial rwnd
41236f1df : Remove SO_BINDTODEVICE from VPN protect
342cd4d21 : Only allow System apps to make VPN exempt routes
edf0ac729 : Add the calling package name to requestRouteToHost
a6dc93df7 : Harden NsdManager against null-dereference crashes
eace8d566 : Only apply tcp buffer sizes for default net
6b593934d : Return detailed reason of invalid proxy settings
d09401fb2 : Only apply tcp buffer sizes for default net
5ac8816d5 : Hold a wake lock while dispatching network activity events.
9cd0fea51 : Hold a wake lock while dispatching network activity events.
4cba7916f : Collect per-uid mobile radio usage.
2d3f03d7f : DO NOT MERGE Sanitize WifiConfigs
19be149de : Remove unneeded new RIL command.
5c874c735 : Remove unneeded new RIL command.
fe6e53b48 : Improve how battery stats collects network stats.
7965e0a45 : Only allow System apps to make VPN exempt routes
3cf7d6c69 : ConnectivityService: add support to set TCP initial rwnd
d67d197da : Modify unexpected mtu debug message to print mtu
71e895317 : Add the calling package name to requestRouteToHost
74d117f04 : Remove SO_BINDTODEVICE from VPN protect
19cb7dc0b : Start tracking radio up time.
4deacc242 : Add new RIL commands to read/write NV items and reset NV config.
865b70dfc : Add proxy as another network.
f7ec405b4 : Clean up dhcp no-op logging
59e808f54 : Move some system services to separate directories
5215517c3 : Move some system services to separate directories
9254db342 : Use java.util.Objects instead on internal API
fb4d3e7a4 : Fix one and hide the other warnings from core/jni
61b658297 : Add address flags and scope to LinkAddress.
ee3f44271 : Minor changes to LinkAddress.
eb91fd778 : Use LinkAddress in address notifications.
7d0a830d8 : Pass DNS server info notifications to observers.
8f8e9983d : Minor cleanups to NetdCallbackReceiver.onEvent.
c1455d301 : Remove unused imports from frameworks/base.
84ae0f4bc : Remove unused imports from frameworks/base.
5654cd271 : Fix NPE in ConnectivityService
af70f6c61 : Pass DNS server info notifications to observers.
f3df16221 : Fix for the invalid Global Proxy Setting
0c6544bd7 : Fix NPE in ConnectivityService
97eba6ba4 : Fix for the invalid Global Proxy Setting
4429e878f : Get rid of a race in NsdService in stopResolveService and getAddrInfo
cbfd66262 : Fix the race condition for b/11458382
49fa751ec : Minor cleanups to NetdCallbackReceiver.onEvent.
4df83f573 : Use HttpsURLConnection to by pass proxies.
5294eb338 : Check for presence of carrier app in data notification.
411dcf66c : Change how we use provisioning url so post works
ab0354332 : Remove captive portal code that has no effect.
af2f34adf : Retry captiveportal check even if only one addr
b82bc07c9 : Fix minor thread corectness issue in NetworkInfo
a69f1b06d : getProxy in ConnectivityService returns port w/PAC
9a101919d : Fix issue #11113111: `dumpsys activity service` is broken
75d9bcdde : Fix issue #11113111: `dumpsys activity service` is broken
9405beeea : Fix captive portal detection on IPv6 networks.
f725b93f4 : DO NOT MERGE Un-deprecate getDhcpInfo
5b1ce8a83 : Un-deprecate getDhcpInfo
88a69fc2c : DO NOT MERGE Un-deprecate getDhcpInfo
76f49d3ce : Use networkType to display wifi and mobile notification separately.
b87ab9629 : Don't redirect dns to an iface without dns servers
109acc1b1 : Use a separate thread for services that do NTP lookup
e91f98c61 : Use a separate thread for services that do NTP lookup
06c96d07a : Tighten condition for calling checkMobileProvisioning.
11fa47227 : Tighten condition for calling checkMobileProvisioning.
e6d205263 : checkMobileProvisioning should not block.
e14346f8f : checkMobileProvisioning should not block.
0a9cc5066 : Guarantee that PAC Local Proxy owns Port
0e1e5c93a : Fix for the toggle airplane mode hidden API
239a3b22f : Fix for the toggle airplane mode hidden API
73c92d507 : Request all tethering interfaces, fix corruption.
168cd72f7 : Request all tethering interfaces, fix corruption.
b77f15d90 : Add a hidden API to toggle airplane mode.
cb5620b2c : Fix docs build.
39dd04c64 : Fix the build.
4aa73924f : Setting MTU size for specific network.
9685cd1d1 : Tighten test for warm sim and add more debug.
b1a3202e7 : Do not change NetworkInfo.DetailedState.
174782b0f : Add a function to replace all the link addresses.
00d4b8a98 : Rename LinkInfo to LinkQualityInfo
5fda0c1e0 : Merge commit 'a37f06d7' into manualmerge
9a1a7ef57 : Add support for handling mobile provisioning networks.
1b5a3acb8 : Minor fixes: Add a missing "break" and some cosmetic fixes.
01a790ad5 : Don't clear Global Proxy on boot.
e79657d5f : Add a simple test for NetworkManagementService.
2337946b4 : Add a simple test for NetworkManagementService.
30ad254a1 : Introduce network link quality statistics
09de418b1 : Modify LinkProperties address update methods.
b48bb0801 : Add a string constructor to LinkAddress.
d23fa090e : DO NOT MERGE: MDST is not ready until connected to DcTracker.
54c5e1697 : In isMobileOk don't execute finally if mobile data is not supported.
884a8d284 : In isMobileOk don't execute finally if mobile data is not supported.
69e2de0a4 : In isMobileOk don't execute finally if mobile data is not supported.
11f99735e : If in a mobile captive portal is detected enable fail fast.
830e29b51 : Have CaptivePortalTracker use gservices updateable provisioning urls.
bd53d843f : Check that hipri has started.
e0fac27d4 : Use a single socket to communicate with supplicant
a2dc69a89 : Simplify LinkPropertiesTest.
a5bf2840c : Add PAC File support for proxy configuration
674777e62 : If in a mobile captive portal is detected enable fail fast.
15f129209 : Check that hipri has started.
d6085f847 : Revert "Fix broken unit test"
8432cf462 : Have CaptivePortalTracker use gservices updateable provisioning urls.
4e3475964 : If frameworks wants ASCII casing, it should explicity ask for it.
1a1684664 : dhcp: Get mtu property from dhcp results
4bd592124 : Fix broken unit test
d201f880d : Fix build breakage
fa9d82b87 : Add WorkSource capability to AlarmManager.
d28eef464 : Fix excessive log spew.
e1b474244 : Add accessors for all addresses and clarify compare* methods
97049e511 : 464xlat: use a gatewayed route, not point-to-point
512c2204b : Add network type TYPE_MOBILE_IA.
c5697c326 : replace cutils/logger.h with log/logger.h
5fdc14656 : Remove unused mDnsOverridden
73652d07b : Fix default DNS not being set on network changes
a5e56e122 : fix build
49db42210 : Fix supplimentary network connections with VPNs
99fedebaa : checkMobileProvisioning is not using sendNotification.
98b10cec4 : Fix build & preserve DHCP scheduling as-is
368095f65 : Make CS.isTetheringSupported dynamic
a01ffe6f3 : Add gservices updater for carrier provisioning url
5ba1b9140 : When a SIM is changed check mobile provisioning.
9fa19313d : Batch alarms to reduce device wakeups
39d560174 : Add gservices updater for carrier provisioning url
94f3c8c66 : Support multiple Vpn ManageDialogs
f0e9c7fc7 : When a SIM is changed check mobile provisioning.
dc7e3ee3a : Move markSocketAsUser to the top of IConnectivityManager.aidl
11f2225c3 : Support routing sockets as another user
b7652cde9 : Add per user VPN support
3f3b4e646 : Add NetworkUtil function for marking sockets
c64874ae5 : Recover from corrupt network stats.
f20d6b326 : Recover from corrupt network stats.
c118d7efa : VZW wants the phoneNumber to be 10 zero's if there isn't one.
373020746 : am 6152916c: am db011499: am 753d754c: Merge "Fix NPE if mobile is not supported in checkMobileProvisioning." into jb-mr2-dev
3ef153324 : Fix NPE if mobile is not supported in checkMobileProvisioning.
d469c47d5 : Fix NPE if mobile is not supported in checkMobileProvisioning.
32506bca6 : Add checkMobileProvisioning to ConnectivityService.
aa40ac667 : Switch frameworks/base over from @hidden Charsets to public StandardCharsets.
d78d557cb : 464xlat: use a gatewayed route, not point-to-point
930a8513d : Fix an NPE in NsdManager
1f5cec7fd : Move battery stats call from SystemUI to system server.
a891d7bd0 : Explicit locale when formatting machine strings.
060837348 : Avoid logging sensitive data.
682fa4bd0 : Avoid logging sensitive data.
79f3e029d : Accumulate network statistics based on deltas.
23bff230f : Fix parsing of global:http_proxy value.
189a9e0ae : Use the old interface when resetting connections
4398f34e4 : Use the old interface when resetting connections
f7c56ef9d : Start combining threads in system process.
7aa7bb4df : Fix sync problem in NsdManager
00fe5095f : Support WiFi only device at runtime.
9a37e5d28 : Listen for network disconnect.
75267c4ee : Remove STOPSHIP and defer removal.
59070cfd3 : Add new route.hasGateway() api
6477bd051 : Use CONNECTIVITY_INTERNAL for global proxy
6bd85ba47 : Routing workaround.
f9661d357 : Turn back on global proxy support.
89218e5e3 : Fix LinkProperties's equals() method.
54824c953 : Add support for setMiracastMode
4118d082f : Stop clat if it's no longer in use.
22d95f3e8 : Cleanup some debug in LinkCapabilities and Properties.
15a415388 : Add BT - DataTracker connection
aff541350 : Make isHostRoute match only host routes
39fb9cd9c : Update TrafficStats docs to reflect behavior.
5371dbf5a : Prevent NPE in new API.
638398258 : Reset connections on all stacked interfaces.
fe86530b3 : Revert of Ifd0c4081a. Turning off logging.
79555229c : Don't update routes if Dhcp fails.
f33850897 : Don't return an unmod collection.
0c0db62a6 : Don't update routes if Dhcp fails.
3989de8e1 : Fix build.
7a9d79777 : Framework changes for 464xlat.
e43b6c4eb : Set routes from stacked links as well.
c08031255 : Add stacked interfaces to LinkProperties.
93c1d17a1 : Revert "Fail fast if somebody is adding default routes"
24efb4187 : Fail fast if somebody is adding default routes
92abc7f76 : Add logging to track down bug
8ec0b8a5d : Unit test routes with interfaces in LinkProperties
53de3366a : Remove redundant parameter to modifyRoute
fb47594d3 : Unbreak documentation build.
7a43b0f7c : Always specify an interface for host routes.
73b9785a1 : RouteInfo changes.
18fb57af4 : Revert "Add default route constants to RouteInfo."
e610dd3e5 : Add default route constants to RouteInfo.
7de812556 : jni: net.TrafficStats: fix getIfaceStat, have it use the iface.
db44d2ca9 : Allow loopback traffic in lockdown mode.
e9d7207f8 : Add version code constant for JB MR2.
26c10de1b : Require command and argument separation, cleanup.
0e0ae8a84 : Remove two new permission checks
faa4b403d : Improve ConnectivityManager docs
ee9275b9c : Improve notification UI for lockdown VPN.
760c62064 : Migrate to using Mockito directly.
0ded63c2f : KeyStore: stop using state()
30fe264f5 : Adjust captive portal test for setup wizard
6d9c71ab6 : Remove sscanf() warnings when parsing stats.
51c819c4e : Parse network stats using native code.
e767d81d8 : Fix a permissions probem in ConnectivityManager
3874bd493 : Reintroduce the net.dns system properties <TEMP>
e41e3b3c0 : Reintroduce the net.dns system properties <TEMP>
805bdac0a : Use safe buffer sizes when parsing network stats.
5fee2c9ee : Improve TrafficStats UID APIs.
d697aa2e3 : Second pass tying into dns cache per interface
9e766ac16 : Offer parsed TCP interface statistics.
151eaa6bc : Revert "Clean up published network condition reporting."
d3aec3072 : Revert "Second pass tying into dns cache per interface"
2587a53c3 : Clean up published network condition reporting.
b101d0116 : Second pass tying into dns cache per interface
72e2243b3 : Up our DNS server support from 2 > 4
f012738c7 : Expose roaming flag for testing.
86230aca6 : Fix metered SSID matching regression.
c6534b503 : Return error upon attempt to use non-existent APN
f909cb153 : Fix javadoc break
028d203d0 : Refactor getPersistedNetworkPreference
17ffba970 : Avoid null mobile interfaces.
cd2778578 : Support for dns domain.
0e851c78e : Move NTP updates outside locks
526438dbe : Useful annotations for code documentation.
876ddc956 : Increase readability of connectivity event log.
462e5705c : Remove DhcpInfoInternal
dc456a66d : Remove extraneous logs.
3a8abe7ee : Sanity check network stats coming from disk.
0f1fea45d : return value of String.replace() is ignored.
8c87045d0 : Migrate more Secure settings to Global.
c783695df : Migrate more Secure settings to Global.
8b36157b5 : First step towards cleaning up Global settings.
6c97dcf3c : Migrate DATA_ACTIVITY_TIMEOUT_MOBILE/WIFI from Settings.Secure to Settings.Global
c67cf5673 : Update references to migrated global settings.
32bed2cc4 : Captive check for both mobile and wifi
8c8309a6f : Migrate network stats from removed users.
d53c789d4 : Migrate network stats from removed users.
77127d1c9 : Actually move to Global settings.
cf6ffaff6 : Actually move to Global settings.
633746dc7 : Move to Global.NETSTATS and Global.NTP constants.
69fc5f8bd : Restrict lockdown and firewall to AID_SYSTEM.
e588ca1c1 : Fix another issue #7097984 java.lang.SecurityException: Permission Denial:
692107e82 : Improve multi-user broadcasts.
2298689dc : Improve multi-user broadcasts.
0ad0d13d5 : Captive portal handling
ebcc7978c : Always-on VPN.
64d8b3be3 : Migrate legacy VPN arguments to system_server.
6ce481864 : NsdService: Clear client info after resolution request is serviced.
366e0b75b : Begin moving VPN to NetworkStateTracker pattern.
adb8bf98d : Update TCP buffer size when switching network type
e246244e8 : Setup idletimer for network interface.
0066733be : Make generic BaseNetworkObserver.
3dfb8b498 : Make AtomicFile a public API. It's about time!
e1cf73eb6 : Revert "API to adjust network stats."
6615400fe : API to adjust network stats. DO NOT MERGE.
6f5215d3b : Revert "am a21a6075: Reconcile with jb-mr1-release"
0dbcedeec : API to adjust network stats.
66f04e9dd : Enhance StateMachine Quitting and logging support. DO NOT MERGE
610bc9678 : Fix a sync problem in NativeDaemonConnector.
67c80edfa : Add contentobserver for nsd_on setting
358f5d40b : Enhance StateMachine Quitting and logging support.
6c37b32a2 : Modify logging to debug this issue
3ddc9b374 : Transition from DEV network stats to XT.
b90e5677d : Add some logging to NDC.
b9439a4c2 : Avoid updating thresholds during shutdown.
585bc91d2 : Recover from Throwable in FileRotator, dump.
e4c42f402 : API review fixes
24a69bbd6 : Ack, wrap advisePersistThreshold() in lock.
c78bc6003 : Reduce persist threshold for lower warning/limit.
cfed18ad5 : Begin collecting xtables iface counters.
f6d43ea95 : Clear identity when checking if bandwidth enabled.
32c773b16 : Better assertions when bandwidth module disabled.
2a9efc2c6 : Allow quoted strings from NativeDaemonConnector
52fc83a79 : Fix build
fb97ffe16 : Add network service discovery broadcast
7500665eb : Add user control to turn on/off nsd
18da1320f : Open network service discovery API
8308b9b2a : Move TrafficStats iface counters to xt_qtaguid.
e8de246bb : Bonjour fixes
1ba1b673f : Migrate to @Override to remove warnings.
27421b166 : Splice operations before collapsing ifaces.
920d9046b : INetworkStatsSession with lifecycle for caching.
3bd888f41 : Support metered Wi-Fi NetworkPolicy.
f3f68819d : Fix build
77ec5581e : Add initial framework for DNS service discovery
e4474c8bf : Remove network subtype check when building template.
8e38f3ddd : Combine network subtypes by default.
69e1f3ae6 : Record the trimmed cmd string for logs
0097f8534 : Avoid updating network stats after shutdown.
7f03e4444 : Make NDC not block forever and handle restart.
30aab0989 : Disable verbose NetworkStats logging.
be68c7c5c : Move NetworkStatsFactory to faster ProcFileReader.
00b8bb6e7 : Suppress StrictMode when reading /proc/ files.
8fa213f4c : Revert "Make NDC not block forever and handle restart."
5c7de0b4e : Make NDC not block forever and handle restart.
ff81c2eeb : Send broadcast when changing restrict background.
25e3ec70a : List rotated netstats files during --checkin dump.
94a315cec : Unify shorthand for byte-based units.
43dc9a2d9 : Add some logging to NDC.
9a21249a6 : Avoid NDC deadlock when re-arming network alert.
2ed12477d : Clear identity when updating network stats.
0d038b794 : Match WIFI_P2P data usage.
bfe82685e : Move network stats to FileRotator pattern.
e3a7f729e : Log netd traffic nicely.
2c14cae49 : Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)
ef7bded34 : Move non-monotonic reporting to interface.
dc3b510b3 : Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
307beecd4 : Include roaming in NetworkIdentity.hashCode().
41a1247de : Move NMS to CONNECTIVITY_INTERNAL permission.
675c43125 : Avoid reading network stats when disabled.
3511b086b : Avoid NPE when missing network stats.
36ff7058f : Move native netd calls to varargs.
cd257fbaa : Move NativeDaemonConnector to varargs.
7047ec62a : Only write network stats when already loaded.
344b8bfa9 : Update NTP outside locks, log large trim events.
ee0174da5 : Conservatively trim data usage stats.
42f404363 : Clamp non-monotonic stats instead of dropping.
29f15bb4b : Bootstrap stats before registering listeners.
e2de8f08d : Make operation counts monotonically increase.
cd5559a85 : Correct proc file reader, optimizations.
061658c2c : Add cdma_rmnet4 to list of monitored interfaces
92c7838ca : Validate commands and arguments.
27f58b3e2 : Move battery stats to xt_qtaguid for data stats.
0787a3616 : Refine random stats generation.
f1369459e : Track xtables summary, move tether stats, time.
8cddd4a5c : Overlay to configure data usage network types.
6a2cbb63b : Watch network subtype, tethering teardown, empty.
ed94a3c76 : Upload correct txPackets count.
8d8ecaef3 : Sample atomic network stats buckets, full poll.
b10824574 : DO NOT MERGE: Sample atomic network stats buckets, full poll.
987f5ff35 : Collect and persist tethering stats.
4b8629c4b : Add packet counts to uid and iface stats. Needed to add Ethernet overhead to uid_stats (IP level) to compare with interface stats (Ethernet level).
4d675fdcf : Network stats flag to force complete poll.
23f0af822 : Remove deprecated TrafficStats API.
869f9e165 : Data usage structure optimizations.
d90576278 : Poll UID stats during iface changes, enforce idx.
459657bab : Use hasSystemFeature() API to check for p2p
b63138c9b : Sample network statistics for sanity check.
b4d8c1fd1 : Introduce immediate CONNECTIVITY_ACTION variant.
dcaeff317 : Always splice historical data stats, debug info.
60ca02379 : Data usage buckets active time, parsing ISE.
93db94509 : Register for kernel global data usage alerts.
806d1fdf9 : Foreground/background network stats using sets.
7b331c045 : Add NativeDaemonConnector users to watchdog.
0c001477c : Fix random stats generation for debugging.
c76817d37 : Network stats with varint, omit parcel fields.
4ac474e88 : NativeDaemonConnector: offload callbacks to another thread.
84b60d648 : Expose quota status for active network.
7407e0900 : Add operation counts to network statistics.
0c6ebed1d : Updated: Wi-Fi p2p framework
2c295f0c6 : Add a getter for the active tag
861849e10 : Data usage notifs, newly installed apps, defaults.
2f60c2d40 : Acquire wakelock during network stats collection.
1bb88919c : Hide NetworkTemplate details, buffered stats I/O.
9a3b10918 : Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build
3a0b70f80 : Include full network history around current time.
188480b21 : Hide NetworkStatsHistory internals.
21b9c72ad : Return stats from inactive ifaces, packet counts.
8bfb6a160 : Concurrent multi-PDP support in TrafficStats
1c69b9873 : Cached NTP time for system services.
3d49d486c : NativeDaemonConnector: Fix SDCard mounting bug in the emulator.
830d546f6 : Migrate bandwidth control to NMS, omit history.
b05f41c97 : Move socket tagging from libcore.
9279006a0 : Better network stats parsing, integer tags, async.
2778a1ea7 : NetworkStatsService: disabled by default
f6cc17c9d : NetworkStatsService: check kernel bandwidth support before enabling
27cb1fa96 : NetworkStatsService: check kernel bandwidth support before enabling
2e546ddbd : Enable bandwidth module from stats service.
3bc842e4c : Teach NetworkIdentity about roaming.
b59047706 : Persist "tagged" network stats along with UIDs.
c04cda602 : Handle removed UIDs in network stats and policy.
0d5baa3f2 : Read "qtaguid" network stats, refactor templates.
dbffe5a99 : Avoid clobbering UID stats when not yet loaded.
3ce93600f : Data usage warning and limit notifications.
709e40027 : External mutation of full NetworkPolicy set.
755000588 : Growable NetworkStats object instead of builder.
6fc33809a : Persist UID stats, lazy loading, resize buckets.
9d12bd287 : Interface-level network policy, persist policies.
98693eb89 : Persist network stats using AtomicFile.
0b1cfc0d5 : Compute range-based usage in NetworkStatsHistory.
b06fe7ad7 : UID network stats, secure settings, and random.
1a3eb889f : Map network identity using ConnectivityService.
9ab8c6a64 : Collect historical network stats.
33936acd3 : APIs to profile network usage for current UID.
b82cd3db7 : Add Socket tagging for granular data accounting.
ffd48a2cf : Return NetworkStats bundle from NM service.
df7efc2c9 : More native code cleanup.
042f4e10f : data activity reporting on wifi
c4faee0b1 : Fix a race condition in NativeDaemonConnector
2e11488c9 : Fix a minor documentation bug in TrafficStats.
df852d886 : TrafficStats: Include UDP stats and packet count to API
bc1c40a48 : Do not add unsolicited events to queue
56451a447 : Cleanup Netd to prevent getting hung.
d347480a1 : Fix buffer compacting in NativeDaemonConnector
405d5ff48 : bluetooth tethering
877d23138 : Add more error checking for ndc
eeeaf73a0 : Add more error checking for ndc
ef79060f4 : Add more error checking for ndc
71d780a71 : Fix sim build (sim doesn't have strl*() reliably...)
eaeb70241 : Change TrafficStats to a new JNI implementation.
07726310a : Compact when NativeDaemonConnector hits buffer limit
f7791634a : Switch the services library to using the new Slog
6eec2a8bf : NativeDaemonConnector: Improve bad list IPC diagnostics
f0d2199fc : NativeDaemonConnector: Improve error reporting and debug formatting
c9b5476b7 : API review: TrafficStats: rename Pkts to Packets
a52a74395 : NativeDaemonConnector: Improve NativeDaemonException reporting to include the actual error response
0e0980b53 : NativeDaemonConnector: Cleanup socket code and use a proper exception Signed-off-by: San Mehat <san@google.com>
f2b0adabb : NativeDaemonConnector: fix doListCommand() to return *all* list elements
4a32297c1 : NativeDaemonConnector: Add a convenience method for obtaining lists
859233438 : services: Introduce NativeDaemonConnector class
c640964e9 : Migration to TrafficStats.
ae521152d : Add TrafficStats class to SDK.
ac96dda63 : auto import from //depot/cupcake/@135843
614562763 : auto import from //depot/cupcake/@135843
4bc9554dc : auto import from //branches/cupcake/...@130745
cf7558648 : Initial Contribution

+- Project: platform/packages/modules/DnsResolver

45500c4 : Bump version codes in tm-dev to match tm-mainline-prod
0c5ef11 : Bump Mainline Module Version Codes in tm-dev to 330090000
06864ab : Add experiment flag for DNS query global limiter
e48f669 : Make kNat64Prefix{..} to be common constants
4156cea : Fix lints from Rust 1.60
638d133 : Bump apex version to 33xxxxxx in tm-dev.
c9e1120 : Add test GetAddrInfo_Dns64SynthesizeMultiAnswers
a65cd27 : [DS#2] add test GetAddrInfo_Dns64Canonname
b557566 : [DS#1] ResolverTest: assign specified socket type for GetAddrInfo_Dns64*
80f76aa : DoT quick fallback
1179fa6 : Enable temporarily disabled resolver tests on Q/R/S
0620a57 : Fix unused-but-set-variable warnings
2f70586 : Exclude source port 5353 from DNS query
84f5fa8 : Remove unicast-response bit from .local resolution
f3c4207 : Don't use 5353 source port for mDNS queries
6dc27a9 : Add net to hwasan-postsubmit
70e9ff9 : Disable DnsResolver log in userdebug build
b585d8b : Remove the waiting time when restart test DoH servers
e016848 : Logging life cycle of each test
a33e2c9 : Make boot_time::timeout() timeout immediately when passing zero duration
008122d : Don't log if resolv_gethostby{name,addr} return no error
a11d867 : Add .local resolution fallback mechanism
e8f7feb : Make PrivateDnsDohTest.SessionResumption more robust against flag reset
d073bc5 : DoH: Use DoH feature in T if the flag is unset
daa67f1 : Move SetMdnsRoute() and RemoveMdnsRoute() to test utilities
951b533 : Using common apex_defaults for com.android.resolv module.
a67518e : Fix test RemoteConnectionClosed not to fail to restart doh server
a17ba5a : Exclude VPN and mobile data from .local resolution
a4d7bb9 : Fix PrivateDnsDohTest.ExcessDnsRequests not to interfere other tests
f696ba3 : DoH: Don't call handle_draining() more than once
78f82d6 : DoH: Use trace_id() in logging to differentiate between connections
dfbcdde : DoH: Handle connection draining state
f4fa285 : Remove redundant "using" statements
15aa9ed : DoH: Don't enable it in T by default
882eeb9 : DoH: Make session resumption as a flag
75bef41 : Wrap up some DoH flags
cfe8422 : Disable a few tests from resolv_integration_test
5193d4d : remove use of libbpf_android library
9e35bc0 : Fix -Wbitwise-instead-of-logical
166f60b : DoH: Enable session resumption
9b7209f : Fix flaky test DnsServerSelection by increasing the server latency
f680e44 : Get the mainline-presubmit modules from a defaults clause.
bf63150 : Update language to comply with Android's inclusive language guidance
5d50b49 : DoH: Reduce DOH_THREADS from 2 to 1
42a7353 : DoH: Change to use runtime with current thread scheduler in doh_query()
9b748ee : Skip res_doh_send() if there is no validated DoH servers
229fedc : Make DohFrontend::clearQueries() synchronous
b05b34d : Fix DnsResolver log print
297f4af : Remove apex_available for bluetooth.updatable
cb21b7b : tun_forwarder: change the path of header file checksum.h
a8106a2 : Change name of libipchecksum to libip_checksum
153b3fe : DoH: Increase the size of Network mpsc channel
5d2a107 : DoH: Change Network to use try_send
4bdc867 : Support creating a network with a given netId in tests
c293f29 : Use pull model to get the statistics from DohFrontend
4c68497 : Make max_idle_timeout configurable
549be5d : Fix testing DoH server not to concatenate responses
70ac04b : Add more DoH tests in resolv_integration_test
49295c6 : switch to using OWNERS from master branch of Connectivity module
a998b15 : Fix file open check
be3e76d : Store flags in order
3bafc79 : Rename field forTesting as requireRootPermission in DohProviderEntry
480f158 : Use socket address toString for proper IPv6 syntax
770cf75 : Add one more test DoH provider in the list
0f13e59 : Add more debugging logs for DoH
25aca1e : Shorten the value of max_idle_timeout
f974124 : DoH: Automatically reconnect closed connections
ed78fda : DoH: Modularize main event loop
f42426e : Fix build with global ThinLTO
bc3be38 : Add the DoH test in resolv_private_dns_test.
7eb1e33 : Remove default log tag
3a6b54a : DoH: Migrate C callback logic to ffi module
3083667 : DoH: Factor out message encoding
231d2b2 : DoH: Factor out Quiche Config Cache
020120f : DoH: Factor dependencies to a single list
373b7f6 : DoH: Factor out BootTime
6b17842 : DoH: Refactor FFI
29c917d : DoH: Remove unneeded runtime tracking
429321f : DoH: Lock access to DohDispatcher
aa0dac6 : DoH: Split out FFI logic to separate module
ae5fe72 : Cleanup DoH statistics when DoH is not supported in the private DNS mode.
10eed9d : Tags the socket for DoH3
356e4c6 : DoH statistics is now available from DnsStats and is shown in dumpsys dnsresolver.
29505cb : Slightly improve isDoHEnabled()
b39686b : Default enable DoH feature in T
072497e : Fix the bug while updating DoH servers
78f48c3 : Fix flaky test PrivateDnsDohTest.PreferIpv6
03e4903 : Report private DNS protocols in onPrivateDnsValidationEvent
f34e87c : Freeze DnsResolver AIDL interfaces to v10
5f79aa0 : Extend onPrivateDnsValidationEvent to support the type of private DNS
ea545bf : Refactor DohConnection and add an explicit statemachine into it
67936ef : Fix the bug of receiving long DNS answer on DoH
f26585c : Revert "Do not install tethering in TEST_MAPPING"
21ac624 : Fix the wrong condition statement in tokio select for doh_handler and correct some return code in doh_query
db823dd : dnsresolver_aidl: use versions for imports
c7d6927 : Replace manual buffer handling with std::span
52cf009 : Subsampling DNS event for mDNS
46dfd58 : Replace StringAppendF() with fmt::format_to
9b72daa : Replace StringPrintf() with fmt::format()
2d831c5 : use std::span for res_pquery
3f5ee02 : Remove the confusing log in getPrefix64
dce6cbf : Enlarge the DoH query timeout and the server probe timeout
f5e650b : Remove ndk_platform backend. Use the ndk backend.
4bf5a44 : Implement a new IPC setResolverOptions in DnsResolver
5322e03 : Make resolverOptions optional in DnsResolver.
b87af05 : Freeze DnsResolver AIDL interfaces to v9.
87208e2 : Make resolverOptions in ResolverParamsParcel nullable and add a new IPC setResolverOption
fdb043b : Remove ndk_platform backend. Use the ndk backend.
3a4f844 : Remove ndk_platform backend. Use the ndk backend.
d9cb524 : Resume the quic connection properly after device suspend/resume
d262ba5 : Remove ndk_platform backend. Use the ndk backend.
7a3a28d : Clear the DoH expired queries
8343dd0 : Add some logs and use bail! for DoH
968b467 : Fix missing libunwind symbols in resolv_integration_test
f203d85 : Move bug workaround for old resolvers past the Private DNS codepath
1b00e74 : Fix warnings in preparation for Rust 1.54.0
758c9a9 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/DnsResolver
5e406a3 : Add some DoH tests in resolv_integration_test
f54cf26 : Implement DoH server for testing
088cdcf : Remove superfluous check for mDNS .local lookups
44cb608 : Small improvements to debug logging in PrivateDnsResolver
df84c20 : Add some unit test for doh
425d16e : Remove parseServer
40cd585 : Fix warnings in preparation for Rust 1.54.0
88d5702 : Fix warnings in preperatin for Rust 1.53.0
f56f9a6 : Fix enum comparison to reenable -Wenum-compare
53d3eb2 : Adjust the log mechanism for DoH and some minor changes.
84f8101 : Fix resolv_{unit,gold}_test linking problem caused by Rust libs
2fe9c73 : Link Rust DoH into DnsResolver with default off
ccc22a7 : Refactor the expectDnsQueryCountsFn in ResolverMultinetworkTest
ccfd499 : Refactor the setupDns to include addIpv{4|6}Dns
34ed9ee : Refactor the setupDnsFn in ResolverMultinetworkTest
16cc22c : Dns over PANS test
ac99b3d : Remove explicit dep on libring-core
61df10c : Set UNICAST-RESPONSE bit for mDNS
03e5920 : Add mdns_resolution to experiment flag list
b50d325 : Revert "Read test cacert and keys from files"
1003e33 : Remove "//apex_available:platform"
fe45340 : Refactor DoH implementation
341bdae : Fix flaky test MultipleDotQueriesInOnePacket
edec3e1 : Add Mdns statistics log
868aaca : Fix typo in DnsTlsTransport::validate()
7be0fc4 : Enable DNS probe in DoT validation by default in R
4c2aab1 : Rename ResState::_mark to ResState::mark
2b01723 : Rename ResState::_flags to ResState::flags
983f02e : Remove the obsolete res_state typedef
af130a4 : Read test cacert and keys from files
72a646c : Rename definitions and funtions of stats.
b29545b : Fix flaky test Async_EmptyAnswer
bad8b88 : Setting a DnsQueryEvent for mDNS
ce61df3 : Add mDNS .local resolution test cases
3b79198 : Add sockets for mDns .local resolution testing
ceb3c02 : Enable mDNS .local resolution
3682c07 : Add doh experiment flag
e912c76 : Add libdoh_ffi_for_test required by unit test
99b3f5b : Mark DnsResolver apex as compressible
df18273 : Upgrade to quiche 0.9.0.
b637e9d : Migrate to networkCreate RPC
bc7d6c0 : Sanitize buffer alignment macros
0c422ff : Disable deprecated declarations warning-to-error for test.
1857c90 : Upgrade to quiche 0.9.0.
91be321 : Fix a bug in DoT probe
c16f254 : Fix TlsServerRevalidation flaky
bb22c7c : Revert "Revert "Implement DNS probe in DoT validation""
b1aa65a : Add setupUdpSocket() and use it in send_dg()
7662064 : Cleanup: dump_error()
cc9bbc0 : Rename nssocks to udpsocks
d65a6bd : Revert "Implement DNS probe in DoT validation"
c47e5d7 : Implement DNS probe in DoT validation
5daa40d : Revert "Support evaluating private DNS by latency"
7135fbf : Revert "Set maximum attempt for opportunistic mode private DNS validation"
e0086c0 : Clean up DnsTlsDispatcher when a network is disconnected
fb49207 : Add tethering to resolver AIDL apex_available
473e881 : Set maximum attempt for opportunistic mode private DNS validation
1aede81 : Support evaluating private DNS by latency
8058bd0 : Add one more Revalidation unit test
b500619 : Add getAverageLatencyMs in DnsStats
30e0de9 : Exclude the latency in DnsStats if it is relevant to EPERM
5e60de1 : Make doh_unit_test and doh_ffi_test can be run on the R platfrom
6ac664e : Fix doh flaky test
5b6e3ec : Add min_sdk_version to DnsResolver tests
bf66b11 : Update stats-log-api-gen arguments

+- Project: platform/packages/modules/ExtServices

5e81f89 : Bump version codes in tm-dev to match tm-mainline-prod
ddd3ee5 : Import translations. DO NOT MERGE ANYWHERE
872625b : Import translations. DO NOT MERGE ANYWHERE
e4b61ef : Bump Mainline Module Version Codes in tm-dev to 330090000
2feb0a6 : Bump apex version to 33xxxxxx in tm-dev.
cc98fc0 : Deleted clang property in Android.bp files
41c4b65 : Import translations. DO NOT MERGE ANYWHERE
9c52b6d : Import translations. DO NOT MERGE ANYWHERE
212a051 : Using common apex_defaults for com.android.extservices module.
e9ce53a : Move permissions allowlist for ExtServices
4549e2d : Remove Application level directBootAware bit.
43b46d1 : Add OWNERS files for AttestationVerification in ExtServices.
5dd479b : Import translations. DO NOT MERGE ANYWHERE
f55aa5f : Import translations. DO NOT MERGE ANYWHERE
35286c8 : reduce cache quotas when storage is low
a490439 : Median of cache quotas is alloted to uids with zero foreground time
aebd822 : Remove the certificate from Android.bp of ExtServices
7d44c2b : Revert "Remove Startup initializer from ExtServices to avoid early init"
23a2915 : Remove Startup initializer from ExtServices to avoid early init
291b1d2 : Remove Startup initializer from ExtServices to avoid early init
00a2d07 : Reland^2 "Mark ExtServices as compressible"
1bb5430 : Revert "Reland "Mark ExtServices as compressible"""
fc14da8 : Reland "Mark ExtServices as compressible""
debf7ab : Revert "Mark ExtServices as compressible"
6aeaa3c : Mark ExtServices as compressible
41fadf3 : Import translations. DO NOT MERGE ANYWHERE
4fca12c : Update proguard file to keep proto class fields.
edb39a5 : Update downloader service package name.
d177bac : Add storage owners to storage part of ExtServices
7fdbf74 : Include MODULES_OWNERS as per policy.
09dc8a2 : Import translations. DO NOT MERGE ANYWHERE
2bcf996 : Import translations. DO NOT MERGE ANYWHERE
e9bba00 : Import translations. DO NOT MERGE ANYWHERE
5eea888 : Import translations. DO NOT MERGE ANYWHERE
2b363f3 : Import translations. DO NOT MERGE ANYWHERE
22135f0 : Bug fix in the fuzz test driver.
8bb90f7 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/ExtServices
e48cb3c : Import translations. DO NOT MERGE ANYWHERE
13840b4 : Add fuzz test corpus to improve fuzzer performance. For more details see go/android-fuzzing-improve.
0909d0d : Add fuzz test for pHash image fingerprinter.
7d2e351 : Update ExtServices mainfest for textclassifier downloader.

+- Project: platform/packages/modules/GeoTZ

cac51dc : Speed up TzS2PolygonsToTzS2CellUnionsTest
6e26eee : Fix licenses and license texts.
61b8316 : Adjust OWNERS to reflect new ownership
716cad8 : Update known diffs using geonames 2021-07-29
76aace9 : Update the tzs2.dat file with latest 2021a tzdb
6df08f3 : Update known diffs using geonames 2021-07-29
fe41aca : Revert "Revert "Re-add OfflineLocationTimeZoneDelegate.onDestroy""
4754ac0 : Revert "Re-add OfflineLocationTimeZoneDelegate.onDestroy"
96aaef1 : Re-add OfflineLocationTimeZoneDelegate.onDestroy
4331d2c : Add presubmit checks and fix up code issues
452fd6d : Update the tzs2.dat file with latest 2021a tzdb
6b840b2 : Run geotz_s2storage_tests as unit tests (go/a-unit-tests)
f139b65 : Use more generic assertThrows instead of assertThrowsExceptionName.
b0292f8 : Use jcommander instead of manual arguments parse.
5c0eafe : Adjust visibility rules prior to migration.

+- Project: platform/packages/modules/Gki

06ffad9 : Remove artApex parameter from ApexBundleFactory
927a4d2 : 5.4 is also unstable.
e559008 : Include MODULES_OWNERS as per policy.
3b1851f : Delete 5.10-android12-{0,1}.

+- Project: platform/packages/modules/IPsec

d5d9fd45 : Bump version codes in tm-dev to match tm-mainline-prod
bba1a3a3 : Fix NetworkCallback leak during IKE INIT retry
5c6c96dd : Revert^2 "Expose the flag to enable rekey based mobility"
10e2c235 : Reland "Allow callers to use REKEY_MOBILITY ..." with fix
cdd36887 : Revert "Allow callers to use REKEY_MOBILITY with its integer value"
f83a6ff5 : Revert "Expose the flag to enable rekey based mobility"
54249177 : Bump Mainline Module Version Codes in tm-dev to 330090000
53b12aa9 : Expose the flag to enable rekey based mobility
166e9f6c : Allow callers to use REKEY_MOBILITY with its integer value
9ade6351 : Skip MOBIKE tests if the platform SDK < S
6de4c829 : Add null check before getting current state's name
d51876a2 : Monitor underlying network on IKE Session without mobility
73662102 : Report IO issues as IkeIOExceptions
f681aa4b : Revert "Catch all exceptions in IkeConnectionController"
083da817 : Fix NPE when server does not support Auth Method 14
30eff6ab : Fix NPE when server does not support Auth Method 14
89583bc6 : Catch all exceptions in IkeConnectionController
bb7f284d : Fire onIpSecTransformDeleted before onClosed
a981da90 : Create a method to wrap Exceptions as IkeExceptions
18828c1f : change default version number to 330000000 for T build modules.
dd54d09c : Add a separate flag to configure IKE to Update SA addresses with Rekey
54c51d6b : Tear down IKE SA when MOBIKE rekey failed
007d03f1 : Fix typo in the descriptive string of ESP_TFC_PADDING_NOT_SUPPORTED
ee02b08a : Remove implementation details from ipsec hidden api flags
19d66640 : Fix typo in the descriptive string of ESP_TFC_PADDING_NOT_SUPPORTED
9ead9403 : Tear down IKE SA when MOBIKE rekey failed
797c7449 : Add CTS coverage for getEapMsChapV2Config
c3fcdf66 : Add IKE_OPTION_FORCE_PORT_4500 to @IntDef
8707f185 : Add IKE_OPTION_FORCE_PORT_4500 to @IntDef
d70a4276 : Using common apex_defaults for com.android.ipsec module.
ac8c6936 : Rename framework-connectivity-tiramisu to framework-connectivity-t
ab2d0cc8 : Revert "Add a null check before accessing LinkProperties"
9329a735 : Revert "Skip DNS lookup when there are already IPv4 and native IPv6 addresses"
1edc7530 : Revert "Tear down IKE SA when MOBIKE rekey failed"
069f21cc : Revert "Fix error handling when underlying network gets lost"
f45a28a2 : Revert "Add a null check before accessing LinkProperties"
84e199bf : Revert "Skip DNS lookup when there are already IPv4 and native IPv6 addresses"
653a9618 : Revert "Tear down IKE SA when MOBIKE rekey failed"
34dfdcff : Revert "Fix error handling when underlying network gets lost"
54c38ca6 : Fix error handling when underlying network gets lost
c84acc0c : Fix error handling when underlying network gets lost
58487329 : Rename framework-connectivity-tiramisu to framework-connectivity-t
429488d6 : Add useful comment for getEapInfo to JavaDoc.
4a1fab8a : Tear down IKE SA when MOBIKE rekey failed
d1724fdb : Tear down IKE SA when MOBIKE rekey failed
0d31118b : EAP-AKA Fast reauth: StateMachine/ReauthInfo
f53d4daf : EAP-AKA Fast reauth API
8c6cdd35 : EAP-AKA Fast reauth add attributes & data handling
280c8063 : Increment apex version
ba57ee48 : Skip DNS lookup when there are already IPv4 and native IPv6 addresses
5daaf23a : Skip DNS lookup when there are already IPv4 and native IPv6 addresses
e708e69a : Add framework-connectivity-t dependencies to IPsec module
ddb6a9cd : Have FrameworksIkeTests access hidden APIs
874e8f73 : Improve API doc for IkeProtocolException
384afd0d : Set noparent for CTS directory
871e446b : Create exception classes for exchange timeout and IO issues
69a308c1 : Add required flag to registerReceiver IkeAlarmReceiver
0db2506a : Set foldable annotation for CtsIkeTestCases
ba09ff42 : Improve API doc for IkeProtocolException
5832fa7e : Set noparent for CTS directory
2496c371 : Add framework-connectivity-t dependencies to IPsec module
648746e2 : Have FrameworksIkeTests access hidden APIs
d6f7fe32 : Add CTS for IkeIOException and IkeTimeoutException
cfff4b2c : Expose exception classes for IO issues and timeout
6620b668 : Create exception classes for exchange timeout and IO issues
2df9dfc7 : Add CTS tests for EAP-AKA fast re-authentication
3f3533cc : Expose the getter to retrieve EapAkaOption
2683f28b : Fix issues in digital-signature-based authentication
60f7299c : Add PolicyDirection annotation class to IPsec module
8f805360 : Fix issues in digital-signature-based authentication
1f3cb764 : Force UDP-Encap by faking NAT situation under IPv4 network
63121319 : Force UDP-Encap by faking NAT situation under IPv4 network
d11b7732 : EAP-AKA Fast reauth expose @Hide APIs
325bdfd6 : EAP-AKA Fast reauth: StateMachine/ReauthInfo
5278d5ad : EAP-AKA Fast reauth API
747011df : [device identity] CTS and minor updates
656f6c4f : [device identity] Expose API for device identity
fe7d2e55 : EAP-AKA Fast reauth add attributes & data handling
5a4c7d7f : [device identity] Update API surface for device id
49ef103e : [device identity] Add support for device identity
5092e45d : [device identity]Add support to Ike3gpp extenstion
196d84f5 : [device identity] Enhance EAP api
6fb034ed : [device identity] Update API surface for device id
c2fad11b : [device identity] Add support for device identity
e21b8672 : [device identity]Add support to Ike3gpp extenstion
c7a26956 : [device identity] Enhance EAP api
b042550f : Support Cts test: INITIAL CONTACT Notify payload
7dd44e73 : Add a null check before accessing LinkProperties
f2c81102 : Avoid class casting by defining states with the concrete classes
686f566a : Store IKE setup data in states instead of as global variables
7e3782fe : Add a null check before accessing LinkProperties
a7fb13d9 : Avoid class casting by defining states with the concrete classes
c79b76f7 : Store IKE setup data in states instead of as global variables
66ab6c9e : Fix NullPointerException when building fragments with an AEAD
668e5703 : Manage IkeExchangeSubType in IkeMessage
ac88e121 : Only use mEnabledExtensions to track extensions
0818e9d7 : Group common variables for constructing ChildSessionStateMachine
de54a486 : Move NATT keepalive to IkeConnectionController
7a985945 : Manage IkeSocket in IkeConnectionController
14d0c290 : Create Callback for IkeSocket to notify StateMachine
bc358d12 : Manage network and addresses in IkeConnectionController
fa529d7f : Fix a logging bug by changing "response" to "request"
80f337e5 : Support Sending INITIAL CONTACT Notify payload
d17f0b24 : Manage IkeExchangeSubType in IkeMessage
4c75f35e : Only use mEnabledExtensions to track extensions
fb0c0839 : Group common variables for constructing ChildSessionStateMachine
00639820 : Move NATT keepalive to IkeConnectionController
9e71e1db : Manage IkeSocket in IkeConnectionController
77565f02 : Create Callback for IkeSocket to notify StateMachine
d1931232 : Manage network and addresses in IkeConnectionController
1ab2036f : Fix a logging bug by changing "response" to "request"
34667a24 : Fix NullPointerException when building fragments with an AEAD
937c584b : Resolve remote addresses in IkeConnectionController
6e30b2f1 : Create IkeContext and pass it to EapAuthenticator and Child
24e8ee4f : Create Dependencies class in IkeSessionStateMachine
c825235e : Fix StrictMode Violation
308139c1 : Expose IKE_OPTION_INITIAL_CONTACT
e942edc5 : Support Sending INITIAL CONTACT Notify payload
1a624a45 : Resolve remote addresses in IkeConnectionController
4b2668b5 : Create IkeContext and pass it to EapAuthenticator and Child
bfcb1641 : Create Dependencies class in IkeSessionStateMachine
d71f79a5 : Remove ckesting@ from IKE OWNERS
9122d1f1 : Add tests for Rekey Child and Rekey IKE
4bbcceb3 : Remove ckesting@ from IKE OWNERS
dce1da64 : Add tests for Rekey Child and Rekey IKE
7b8ed258 : Support sending INVALID_KE_PAYLOAD in Rekey IKE
73d19646 : Support sending INVALID_KE_PAYLOAD in Rekey Child
87fc43cb : Support sending INVALID_KE_PAYLOAD in Rekey IKE
e3454cc1 : Support sending INVALID_KE_PAYLOAD in Rekey Child
e81fa3e1 : Dependency update for StateMachine
6a249e21 : Fix retransmitter to retransmit identical packet
79b7bb54 : Fix retransmitter to retransmit identical packet
3e7e7795 : Fix 464XLAT NAT-T keepalive issue by using sotfware keepalive
592b461d : Fix incompatibility in building ChildSaProposal
f21ae369 : Fix 464XLAT NAT-T keepalive issue by using sotfware keepalive
7b2f5533 : Fix incompatibility in building ChildSaProposal
57580461 : Enable strict_updatability_linting for NewApi check
48d1a7df : Update development module version numbers to 319999900.
f94508ae : Fix the detection of local address change
b6de710a : Fix flaky test: testIkeSessionKillWithTunnelMode
b98d53b2 : Fix flaky test: testIkeSessionKillWithTunnelMode
b9c56cc1 : Enable strict_updatability_linting for NewApi check
dffd8d7d : Enable strict_updatability_linting for NewApi check
0db87be9 : Fix Rekey Child to include caller configured DH groups
fdffe878 : Do not send NAT_DETECTION when using IPv6 in IKE setup
81184a15 : Enable IPSec to perform its own hidden API processing
0a913186 : Remove dependency on stable.core.platform.api.stubs
220a1772 : Convert keepalive delay to millisecond for AlarmManager
5dc61e56 : Do not send broadcast when running in system uid
b355ccfa : Create IkeAlarm to manage all the uses of AlarmManager
e716fd48 : Fix StrictMode Violation
3ab06709 : Convert keepalive delay to millisecond for AlarmManager
c855fb0e : Fix CTS which is broken by S finalization
f523273f : Support IPv6 UDP encap in IkeTunUtils.
59dc03cc : Specify UserHandle when setting AppOps.
1e8e01b9 : Do not send broadcast when running in system uid
2576f19b : Create IkeAlarm to manage all the uses of AlarmManager
e18dacfe : Add ipsec bootclasspath fragment to its sdk
b298446b : Create ike-tun-utils library for CTS test utils.
b09cc7c3 : Fix IkeUdpSocket by using closeAndSignalBlockedThreads
2fb3c61d : Remove wrong payloads from Rekey Delete response
3b820db4 : Reference framework-connectivity stubs explicitly
15353444 : Support rekey-based mobility
074bfe0b : Include sdk versioning proto in ipsec apex
8e995c6b : Fix DH exchange in remote rekey Child process
07a12cf3 : Fix ipsec filegroups to match package structure
eb7836ec : Add coverage for default methods
bdab9756 : Add bootclasspath_fragment.
7212e1fd : Include MODULES_OWNERS as per policy.
d1d0f8fb : Add coverage for default method
9a9fcc04 : Mark ipsec apex as compressible

+- Project: platform/packages/modules/Media

3894454 : Stop framework-media from being api_only
4821bbd : Reorganize exoplayer target names
ea572dd : Adjust javadoc
be55ac4 : Add comment to MCM#dispatchKeyEvent
ba3a45d : Fold in MinSdk/RequiresApi for mainline newapi lint
8060b2a : Fix BaseMediaParceledListSlice unparceling
63e46b7 : DO NOT MERGE - Fold in MinSdk/RequiresApi for mainline newapi lint
c32f9f2 : Prepare to extract apex/media to packages/modules/Media
305414c : Auto-generate list of module impl jars
65364a0 : Auto-generate list of module impl jars
6d81b0a : enable strict_updatability_linting
7e0936e : cleanup for strict_updatability_linting
cc3dd47 : MediaSession2Service: Doc notification permission
7119bff : Revert "Make MediaParser depend on the latest Exo version"
aafe4dd : Pruning departed users from OWNERS
8d735d8 : Migrate unsafer parcel APIs [2]
65ea68e : media: don't reuse ParceledListSlices
4894cc6 : Make MediaParser depend on the latest Exo version
76b43db : Annotate mainline code runs on only some versions
9202c53 : Annotate MediaCommunicationService for only >= S
3b6d97d : Set default video parameters in Tx VideoFormatResolver
005357f : Set default video parameters in Tx VideoFormatResolver
ca9f1fa : more Newapi compliance
e94d101 : Annotate mainline code runs on only some versions
552b2fc : Add final modifier to private static DEBUG constants
135207f : Update the method to check custom parcelable
f13d7c2 : Add the systemserver_fragment to media SDK.
f561ea1 : Update media's mainline OWNERS
dfaac07 : Add the systemserver_fragment to media SDK.
52a770a : Introduce SessionPriorityList into MCS
43d5ea7 : Preserve caller of MCM#dispatchMediaKeyEvent
4d32b80 : Clean up ownership in frameworks/base/
f390af9 : transcoding: Allow acquire service on low ram device.
ae8d912 : transcoding: Allow acquire service on low ram device.
7dbe512 : Clean up ownership in frameworks/base/
76c407e : Add MCM#dispatchMediaKeyEvent
aad3cec : Rename android.media.MediaTranscodeManager -> MediaTranscodingManager
342ddc1 : Rename android.media.MediaTranscodeManager -> MediaTranscodingManager
b00b099 : Rename android.media.MediaTranscodeManager -> MediaTranscodingManager
f2e8ac5 : Fix Javadoc link in Session2Command
f004b3a : Check nullity of ResultReceiver
6f27eea : Check nullity of ResultReceiver
bc0bd4e : Add framework-media to sdk
c77a988 : Add media bootclasspath fragment to its sdk
f0181f9 : Fix media-s-sources visibility
e5de006 : Add media-module-sdk build target.
0171623 : MediaTranscodeManager: delay getService
632b36c : Clean up Session2Record in MCS
ac6f7c0 : Add log session id to MediaParser
773f9b8 : trancoding: lazy-start transcoding service
06eb094 : Add log session id to MediaParser
f73f74a : transcoding: Actually hide the isSlowMotionSupported api.
903ea0d : Add lint baseline to address NewApi errors
d4bc595 : Add lint baseline to address NewApi errors
2f0be85 : Fix MediaParser's TEST_MAPPING
9de1708 : Fix MediaParser's TEST_MAPPING
fdd0ad2 : Fix MediaParser's TEST_MAPPING
74fe3f7 : transcoding: Connect the new addClientUid with service.
7bf50b5 : transcoding: Reenable api_lint
a6c05dc : Fix MediaTrancodeManager session priority
cb3a416 : Remove custom annotation libs
327d2d7 : Remove custom annotation libs
0e2da4a : transcoding: Add a new API for client to add UID for a session.
1d40fbd : Change session ID string to ID object
8c9f337 : Change session ID string to ID object
e886713 : transcoding: Address API council comments Part2
6cdf170 : transcoding: Address API council comments Part1
b0152a3 : transcoding: add @MinSdk to MediaTranscodeManager APIs
223c200 : transcoding: Add error code in case of failure.
b686aaf : transcoding: Address API council comments.
c664c3c : Do not use MediaCommunicationManager below Android S
eeecbfb : transcoding: Tweak the Java doc with Android link
4bc4828 : [Media ML] Let MCS manage MediaSession2
da4ee96 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
0f4cc40 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
86c0a19 : transcoding: Do not throw exception in registerClient.
ff2bcf1 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
9f3fbfd : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
169fbe0 : [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
c970a33 : Add media-module-sdk build target.
b99e87f : transcoding: Address API council comments.
abfdd4c : Add MediaCommunicationManager#getVersion()
a70bdc4 : transcoding: Address api council's comments.
fb38fcd : Limit build visibility of modules in apex/...
6e77016 : Limit build visibility of modules in apex/...
2581a1d : Add a new system service: MediaCommunicationService
da7dbee : Add a new system service: MediaCommunicationService
4d6911e : transcoding: Add new API for setting FileDescriptor.
9b6c275 : transcoding: Hide SlowMotion in ApplicationMediaCapabilities.
f853059 : transcoding: Default framerate to be 30fps if framerate not available.
e2c78a9 : Return mUnsupportedVideoMimeTypes from the getter
814c7c5 : transcoding: Fix a bug in ApplicationMediaCapabilites.
131e322 : Remove hardcoded framerate from MediaTranscodeManager
d3636eb : trasncoding: handle unspecified format correctly.
d90fd34 : transcoding: Use CamcorderProfile bitrate for transcoding.
367e1e1 : transcoding: move MediaTranscodeManager to apex
74c2196 : Limit build visibility of modules in apex/...
16fa585 : Add hostside tests to MediaParser's presubmit
b95eb88 : Only log first input reader length
ef34cb9 : Only log first input reader length
e0f7998 : Only log first input reader length
c4e91d7 : Only log first input reader length
7684bf2 : Add MediaMetrics support to MediaParser
cb8bdcd : Add MediaMetrics support to MediaParser
e079505 : Add MediaMetrics support to MediaParser
00a0903 : Add MediaMetrics support to MediaParser
f30292e : Mark MediaParceledListSlice as @Deprecated
feeb131 : Add media team members to OWNERS
9eec0c3 : Add new OWNERS to media's apex folder.
bc3002b : Add MediaParceledListSlice as @SystemApi
6d77a56 : Simplify module visibility post build refactor
9772961 : Comply with inclusive language guidance in media session and browser
51bc39b : Simplify module visibility post build refactor
d9ce390 : Fix flaky media key event related CTS tests
0ebdd21 : Reset mExtractorInput on end of file
8e8a567 : Add the "enable emsg" flag
e9e40af : Add subsample offset to the exposed MediaFormat
5443dbf : Make the output CryptoInfo.iv non-null
97dd54b : Add parameter for sideloaded caption formats
2494f67 : Allow exposing ChunkIndex as MediaFormat
8a5be77 : Add parameter for exposing a dummy seekmap.
6b7aa2a : Use MediaParser SeekMap unknown duration constant
e42ae69 : Switch to standard naming scheme
ab4b3c3 : Switch to standard naming scheme
d2ccdd8 : Clean up the visibility rules for framework modules
d325e0f : Use java_sdk_library for API for updatable-media
13ee58a : Align CryptoInfo value and identity equality
346ca55 : Add parameters for HLS usage
1656fbd : Add parameter for including supplemental data
1a1df1e : Throw when trying to create MediaParser before R
c180057 : Fill crypto data in MediaParser
baaaf5b : Enable api lint and check_last_api for modules
ee0d5ce : updatable-media: Set min_sdk_version
7f76767 : Rename module dist files
100530d : Add sample data part to TrackOutput implementation
9fbc4f5 : Replace some javadoc symbols with HTML encoding
6e9117b : Defer extractor init until after sniff
82cf304 : Derive PCM encoding from ExoPlayer's format
39f17f1 : Make schemeInitData constructor ref non-static
997860e : Populate some missing fields in TrackData
e8b5c74 : Replace data source with data reader
d51d0fa : Fix extractor creation
49bd711 : Update ExoPlayer version
d7573e1 : Don't specify sdk_version for stubs
d7d84e5 : Do not export private AIDL files of the media module
fed6cf6 : Add new OWNERS to media's apex folder.
e6a353b : Document PARSER_NAME constants.
157ae7a : Add sample flags to MediaParser
69d0c98 : Document onSampleCompleted.cryptoInfo
1799a00 : Implement MediaParser.setParameter
85cd4e4 : Add special value for unknown current parser name
3c821d2 : Make framework-media stubs use the new defaults
b0c4656 : Implement getParserNames
c61f0c7 : Add StringDef for parameter names
ca113e8 : Add parser name constants and a StringDef for them
d466b54 : Add MediaParser test cases to apex media presubmit
50500c1 : Fix javadoc which was broken with renames
123c5e9 : Add individual API tracking files for modules
500e0d0 : Add individual API tracking files for modules
c23c63f : Add individual API tracking files for modules
6eb4eb2 : Add aquilescanta to media apex module owners
fe8cb9d : Make parameters parser-implementation independent
707ca26 : Wrap exoplayer ParserException
64dc8de : Address API renaming suggestions
431ad5d : Remove InterruptedException from MediaParser
07dd28d : Fix some javadoc issues.
eca662a : Fix CTS tests
615bea1 : Make MediaParser match ExoPlayer's sniffing order
da6e66b : Add behavioral parameters to MediaParser
5c6cd16 : Consolidate API naming to use Parser everywhere
da1d3cc : Add pixelWidthHeightRatio to MediaParser
aca8cbb : Extract method in MediaParser
217134a : Add some missing MediaFormat fields in MediaParser
d8a01c3 : Build updatable media against the module SDK
a12e83a : Add FlacExtractor to MediaParser
ec7b878 : Fix MediaParser sniffing
f6965a0 : Shrink updatable-media
68d9b8d : Create all variants of stubs for media
e82e4b3 : Rename exoplayer2-core to exoplayer2-extractor
552340f : Make nullability annotations placement consistent
39050d5 : Platform shouldn't directly link to jars in APEXes
aa20d24 : Introduce common interfaces for both session1 and session2
12f010b : Move media/* to media/framework/
db7859f : Move media/apex to apex/media
54e0c99 : Initial empty repository

+- Project: platform/packages/modules/ModuleMetadata

f8e2ba1 : Include MODULES_OWNERS as per policy.

+- Project: platform/packages/modules/NetworkPermissionConfig

6efe9ff : Remove NetworkPermissionConfig package
3e9b961 : switch to using OWNERS from master branch of Connectivity module
a46f16d : Cleanup empty class in NetworkPermissionConfig
d3ec462 : Mark NetworkPermissionConfig as coreApp

+- Project: platform/packages/modules/NetworkStack

d1c55450 : Ignore testNetlinkSocketReceiveENOBUFS until T prebuilts are updated.
148f5742 : Increase SO_RCVBUF used in IpClientLinkObserver to 4MB and ignore ENOBUFS.
d83a6a80 : Add test to check IpClientLinkObserver stops working when ENOBUFS happens.
f8d403cb : ethernet: remove EthernetManager shims
224c251f : Remove Ikev2VpnProfileShim
00529a50 : Remove dependency on ike stubs
672efe6d : Enable the debug log by default in the IpClientLinkObserver.
805a4f74 : Bump Mainline Module Version Codes in master to 339990000
67464ce3 : Move DeviceInfoUtilsTest from NetworkStack to frameworks/lib/net
fe3be298 : Cleanup IpReachabilityMonitor
38a6de0b : Bump NetworkStack to target SDK 33
d59331cf : Migrate testMajorMinorVersionCompare to DeviceInfoUtilsTest
32fe829d : Add ACTION_VPN_MANAGER_EVENT in ConstantsShim
d3b72508 : Enable parsing netlink events from kernel since T.
9108bc59 : Add comments to network permission declaration
a4af9b48 : Use .cn URLs for validation on Chinese SIM cards.
ac371efd : Add onClatInterfaceStateUpdate method in IpClientLinkObserver.callback.
2f41e464 : Remove NetworkPermissionConfig package
d21783f7 : Update test to verify more cases
39d96f7c : Reevaluate when underlying network changes
cb505e91 : Explicitly check RouteInfo type in IpReachabityMonitor#isOnLink
44057c43 : Support getProvisionedVpnProfileState() in VpnManagerShim
a986ec7e : Add VpnProfileStateShim
e433ecc0 : Delete NetworkStackHostTests from postsubmit.
c4fa89c6 : Deliver LinkProperties(with mParcelSensitiveFields=false) to wifi.
766e968f : Remove the hidden API access from common shim
00dccd38 : Building NetworkAgentConfig in shim instead of in test
c052c43f : Update NetworkStackTests for jarjar usage
97a0eece : Do not restore accpet_ra if the default IPv6 route has lost.
ef9c0834 : Add dhcp leasesSubnetPrefixLength and freeze the networkstack aidl v15
78c89f48 : Deflaky testIgnoreIpv6ProvisioningLoss_disableAcceptRa.
5adfadeb : Update shims for building an Ikev2VpnProfile from Builder
e377041b : Use framework-connectivity-t instead
769b695c : Import translations. DO NOT MERGE ANYWHERE
cd8d6cf1 : Import translations. DO NOT MERGE ANYWHERE
a933c2bc : Add SDK checks in TelephonyManagerShim
050cd968 : Remove redundant network verification for as-is network
be80b30c : Have NetworkMonitor validate VPNs that request it.
e8486deb : Use module_current in NetworkStackDevApiLevel
73348f93 : Explicitly check RouteInfo type in InitialConfiguration
526ccd7a : Add shim for EthernetManager#getInterfaceList.
1a6e89c7 : Migrate TelephonyManagerShimImpl to new CPCallback interface
be4109b6 : Add shim for EthernetManager#getInterfaceList.
5ce2aa7a : Add a shim for EthernetManager.
4e0aa1e6 : Import translations. DO NOT MERGE ANYWHERE
8fa06506 : Add Executors to NSD shim
db33d901 : Add Process API shim
e20906a5 : Add new constant to ConstantShim for tethering module
8d645770 : Ignore testRollbackFromRapidCommitOption on Q.
b4574e96 : Clear apex.go entries for bluetooth libs
41491ce4 : Add NEARBY_SERVICE constant shim
0e424142 : Move InterfaceParamsTest to frameworks/libs/net
96227866 : Deduplicate InterfaceParams in NetworkStack module
ee646ae4 : Delete duplicate version of InterfaceParams
17237203 : Rename getVpnRequiresValidation and getRequiresInternetValdiation
32e8fdd4 : Rename framework-connectivity-tiramisu to framework-connectivity-t
93404512 : Rename framework-connectivity-tiramisu to framework-connectivity-t
fe450bfa : Rename framework-connectivity-tiramisu to framework-connectivity-t
25ef7c24 : Fix : recent Connectivity module with old NetworkStack module
27e8f147 : Use VERSION_CODES.R now that it's defined
925e19bc : Update log control flag by using Log.isLoggable
eaf38bd3 : Add shims for Ikev2VpnProfile and its builder
fc12d63b : Have NetworkStackService implement notifyNetworkConnectedParcel
d25c7f1b : Freeze NetworkStack API version 14
1441935d : Add NetworkMonitor AIDL interface to pass NetworkAgentConfig.
d49de20c : Add InterfaceParams to connectivity-module-utils-srcs
24054d10 : Add RECEIVER_EXPORTED flag to NetworkStack API Shims
93894906 : Suppress incorrect lint warnings about new API
240caf9a : Adding bt apex
5f47817c : Fix lint errors in DhcpResults.
d631aed3 : Move DhcpResults.java to NetworkStack.
bbd15183 : Move DhcpResults.java to NetworkStack.
59f45fdd : Add Nsd shim for discover with NetworkRequest
4a97abad : Add shims for NSD
28b62d47 : Add required flag to registerReceiver call in NetworkMonitor
47bc53ae : Add shim apis for carrier privilge listener
9bcb0e66 : Add shims for ConnectivityFrameworkInitializer
4cf6f9f6 : Add BT dependency
d17b728e : Only adopt MANAGE_TEST_NETWORKS, not all shell permissions.
08a7aeb7 : Let the connectivity module see the shims
9f69921f : Conditionally disable NetworkStackApi33Shims
16fdb5f7 : Add BT dependency
9e6c3138 : Set exclude_kotlinc_generated_files to false explicitly since kotlin reflection is used in NetworkStack test cases kotlin code.
eff9ba19 : Add BT dependency
ba6611c6 : Add onIpv6AddressRemoved method in IpClientLinkObserver.callback.
e4edf211 : Add VpnManagerShim for CTS
52e30e6e : Add BluetoothPanShim for new bluetooth tethering API
0a7bbdb8 : Get the mainline-presubmit modules from a defaults clause.
2a5c4453 : Import translations. DO NOT MERGE ANYWHERE
df3c0341 : Revert "Revert "Revert "Revert "Add VpnServiceBuilderShim for Vp..."
fbe8c4c4 : Import translations. DO NOT MERGE ANYWHERE
7ad268bf : Revert "Revert "Revert "Add VpnServiceBuilderShim for VpnService..."
399a9a97 : Revert "Revert "Add VpnServiceBuilderShim for VpnService.Builder""
9dee53ba : Update "current" shim library for next development SDK
c2127211 : Revert "Revert "Suppress NewApi warnings for @SystemApi -> public APIs""
f4e3fdcd : Revert "Suppress NewApi warnings for @SystemApi -> public APIs"
f1b806e8 : Revert "Add VpnServiceBuilderShim for VpnService.Builder"
c9f0a154 : Import translations. DO NOT MERGE ANYWHERE
33cc64a9 : Refactor DhcpClient to support new DhcpRefreshingAddressState.
882b264a : Remove apex_available for bluetooth.updatable
374387ca : Call onReachabilityFailure callback on networkstack-aidl-interfaces-v13+.
9661f0b3 : Fix the probe wake lock duration when mcast_resolicit is enabled.
ed82da06 : Suppress NewApi warnings for @SystemApi -> public APIs
1d92521b : Add VpnServiceBuilderShim for VpnService.Builder
7ae2ec39 : Rollback to DHCPDISCOVER w/o Rapid Commit if handshake doesn't succeeds.
580ff8c6 : Remove NetworkShimImpl mock in TcpSocketTrackerTest
288ffc59 : Freeze networkstack-aidl-interfaces to version 13.
e72055eb : Add onReachabilityFailure api in IIpClientCallbacks aidl.
b8eaac8c : Use fine-grained enums to represent MAC_ADDRESS_CHANGED failure.
ed8837f6 : Fix binding to TestNetworkStackService
ceef58fe : Remove usage of setDefaultImpl in test
2d82fb2b : switch to using OWNERS from master branch of Connectivity module
4bad0f18 : Disable NetworkStackApiCurrentLib and dependent build targets
780c09e8 : Have DhcpClient transit to StoppedState on lease renew failure.
e1aed9ee : Add defaults to enable/disable NetworkStackNext
54942e8d : Fix the probe wake lock duration when mcast_resolicit is enabled.
06f365fb : Import translations. DO NOT MERGE ANYWHERE
1197ade5 : Import translations. DO NOT MERGE ANYWHERE
baacc6ce : Remove the old version of RouteUtils.
9c82e969 : Get rtnetlink route information from netlink event instead of Netd.
f51eb69e : Dependency update for StateMachine
d6a4d8ff : Enable strict_updatability_linting for NetworkStack/NetworkStackNext
c0c75416 : Cleanup networkstack-client
cbd0f22d : Add reverseDump
e346ab96 : Make icon_wifi overlayable
6549ebff : Annotate NetworkInformationShimImpl for api 31 with @RequiresApi(S)
ebc22a81 : Get rtnetlink address information from netlink event instead of Netd.
8b93f298 : Don't accept RAs in link-local only mode.
dbad8a06 : Break the SharedLog → LocalLog dependency.
8c380bae : Get the updated link state from netlink event instead of Netd.
599bd64c : Increase TEST_TIMEOUT_MS to 30s in the IpClientTest.
194b36fd : Enable strict_updatability_linting for NetworkStackApi30Shims
2a858092 : Remove an out-of-date comment
3aa3a72e : Monitor system configuration change
b95a6470 : Revert "Add missing API level annotations to constructors."
acd50846 : Read URLs from handler thread
663e1564 : Reset interface index before IpClientLinkObserver shuts down.
93533836 : Run NetworkStackIntegrationTest with Parameterized.class.
d95069eb : Add logs on invalid test probe URLs
e53c1b8a : Import translations. DO NOT MERGE ANYWHERE
a777a2b5 : Import translations. DO NOT MERGE ANYWHERE
cb3af784 : Add debug logs
34122c1d : Revert "Do not install tethering in TEST_MAPPING"
d31608e9 : Get RDNSS option information from kernel instead of Netd.
b79cffe6 : networkstack aidl: use versions for imports
02011ee9 : Mark NetworkStack as coreApp
f0874dc2 : Only send skipped validation result to AIDL 11+
fb198f87 : Fix the bug on converting new NUD failure metrics to legacy one.
520ddc82 : Have NetworkMonitor treat as-is networks as validated.
a689b530 : Log NUD failure metrics upon neighbor losts due to MAC address changes.
d9d3bccc : Add IpReachabilityMonitor metrics.
326820d1 : Support IPv6 link-local only mode.
cb587175 : Clean up a compiler warning.
39511688 : Move stopping DhcpClient to IpClient.StoppingState#enter.
c0f509ee : Import translations. DO NOT MERGE ANYWHERE
9498ae54 : Import translations. DO NOT MERGE ANYWHERE
6f4019cc : Migrate netlink-client to net-utils-device-common-netlink.
c1493ed5 : Add licence headers to NetworkStack AIDLs.
9cf3551b : Freeze networkstack-aidl-interfaces to version 12.
d1b7d714 : Refactor IPv4/v6 provisioning mode with different enums.
22601e68 : Do not apply jarjar rules on intermediate libs
b6883e30 : Append target SDK version info in NetlinkSocketTest.
ae84b14c : Add test for assertNoCallbackThat
20f635f8 : Typo fix
38b1a384 : Fix NetworkMonitorTest on Q
07c67b40 : Backport system default callback to Q
20fcc762 : Address linter error in TestableNetworkCallbackTest
7df9c907 : Revert "Revert "Test eventuallyExpect""
1b7a0633 : Add SDK check to check NOT_VCN_MANAGED
32563f8b : Revert "Test eventuallyExpect"
69a936a4 : Optimize neighbor unreachability detection probe fallback.
a515b9ee : Test eventuallyExpect
84221d99 : Update NetlinkSocketTest to handle RTM_GETNEIGH{TBL} restrictions
e3f53477 : Validate all INTERNET-providing VCN-managed networks
f5014f43 : Freeze NetworkStack AIDL interface for v11.
78156e47 : Notify the platform if network validation is skipped in NetworkMonitor.
5cba6b65 : Suppress NewApi lint errors in NetworkMonitor test.
2fbc846e : Validate OEM_PAID networks
4ca906c3 : Follow-up CL to the change at aosp/1523097.
d8c1cba4 : Use module_current for AOSP NetworkStack
32cea1b2 : Bump NetworkStack to SDK 31
60175d2d : Add basic IpReachabilityMonitor integration test.
4a342a3d : Move frameworks/base depedencies into NetworkStack.
11dbaed0 : Support Neighbor Advertisement packet w/o TLLA option parsing.
2ff6ee41 : Move frameworks/base depedencies into NetworkStack.
9b04481b : Add NeighborSolicitation class to build/prase NS packet.
6ef3d5b7 : Add missing API level annotations to constructors.
73eacfe9 : Add visibility for Connectivity tests
6f9713af : Import translations. DO NOT MERGE ANYWHERE
a45f93b9 : Add shared utils visibility for Connectivity
a7500731 : Report probe URL as redirect on 200 portals
788f37a4 : Add required permission to NetworkStack
8f527132 : Add unit test on getting initial BSSID in IpClientTest.
281d9042 : Adjust include_dirs for relocated packages/modules/Connectivity
09a57f71 : Adjust include_dirs for relocated packages/modules/Connectivity
7e59c350 : Add visibility for packages/modules/Connectivity
94eb9406 : Fix the security issue that preloaded apps can get SSID & BSSID
fefcd2d2 : Add visibility for packages/modules/Connectivity
690e12eb : Disable accept_ra upon IPv6 default route has gone for dual-stack devices.
1d0f4bad : Update the target SDK version to 30 in the NetworkStackIntegrationTest.
1ac2be9b : Import translations. DO NOT MERGE ANYWHERE
3971b970 : Move config_apf* resources to NetworkStack
910b83dd : ConntrackMonitor: enlarge the socket receive buffer size
1eaf61c1 : Import translations. DO NOT MERGE ANYWHERE
367aa098 : Import translations. DO NOT MERGE ANYWHERE
8fc39db8 : Import translations. DO NOT MERGE ANYWHERE
9a97d3c3 : Revert "Add shims for NetworkRequest"

+- Project: platform/packages/modules/NeuralNetworks

631b27bdc : Update the default and the min feature level in NNAPI runtime.
710565e5b : Bump version codes in tm-dev to match tm-mainline-prod
18cb89329 : Add model_arch_hash_64 to NNAPI platform telemetry
34745e9b0 : Cleanup NNAPI platform telemetry code
ace4d4ee8 : Bump Mainline Module Version Codes in tm-dev to 330090000
f2d45bc11 : Handle pointer-based data in sample::PrepareModel::execute*
9b9940923 : Bump apex version to 33xxxxxx in tm-dev.
fd1c52834 : Fix NNAPI compilation time reported
1d85e1c90 : Add compilations / execution hints to Platform Shim
2fbfe64a6 : Regenerate SL prebuilts to be FL8
55d56d4a0 : Update NNAPI Support Library to Feature Level 8
9289fe9a2 : Allow Platform Shim to use newer versions of Support Library
762af8ca0 : Relocate NN operation validation code to types/operations
abdca4af3 : Use --allow-shlib-undefined linker flag
9c2360318 : Handle FL8 in serverFeatureLevelToVersion
bafad58d9 : Update NN types include guards
e5209a0ff : Move comment into license_note.
d1a137fa2 : Simplify NN operation registration
9c389c99d : Using common apex_defaults for com.android.neuralnetworks module.
82c7e15b0 : Add RTLD_NODELETE flag when loading support library.
da388ee08 : Use single module for clang runtime libraries
f5feec16a : Use single module for clang runtime libraries
44dcc671f : Cast to the underlying type for union tags
1155f1e39 : Relocate neuralnetworks_types to its own directory
ad444968f : Split validation and execution utils from OperationsUtils.h
e92967df8 : Fix typo: Multipler -> Multiplier
0246a42b3 : Remove unnecessary NN host defines
e005ee35c : Rename operation execution files to *Execution.cpp
371e140b5 : Optimize shim reusable execution.
48fce2092 : Update kMaxFeatureLevelNum to 8
9e1675308 : Remove isUpdatable query from NNAPI -- runtime
33949f215 : Update kMaxFeatureLevelNum to 8
4c9902032 : Clamp NNAPI HAL Version to runtime version -- runtime
550be0310 : Add ServerTelemetryEnableFlag test case to ServerFlagTest
b99a451ba : Fix cert-dcl16-c warnings
62d35b985 : Increment apex version
0410d8041 : Document different aspects of the Support Library
f650765a8 : Rebuild NNAPI SL prebuilts
c96ab332f : Make example SL prebuilt build against CL libraries
736317504 : Move NNAPI HAL CommonUtils to nnapi/SharedMemory -- runtime
69000f756 : Move HIDL files from driver/sample to driver/sample_hidl
4ffd660f5 : Deduplicate limited driver utility code
4bc9e51ce : Simplify NNAPI limited HIDL service drivers
a3a5a86c4 : Run NNAPI limited HIDL services from single service binary
80b7be52b : Simplify NNAPI limited AIDL service drivers
60d002c5e : Run NNAPI limited AIDL services from single service binary
9e8def67e : Create utility code to clean up dead operands
4839cb212 : Change SampleDriver::run to be free functions
2ca8d7cb3 : Remove spec_V1_3_cts_only tests from SLTS.
58f681f64 : Fix licenses and license texts; add package names.
c58f14f92 : Address ANAPIC review comments -- runtime.
e63b970be : Fix miscellaneous NNAPI memory bugs
824ea6685 : Allow vendor specific compilation and execution hints
9025d5180 : Add unit tests for Server flag.
e179786d2 : Allow vendor specific compilation and execution hints
7818a78c8 : Add AIDL_V3 (FL7) spec tests to SLTS.
e083a5400 : Reusable execution at HAL level -- runtime.
86defbfe8 : Add AIDL_V2 (FL6) spec tests to SLTS.
5d26e0a54 : FL7: Add MIRROR_PAD CPU reference implementation and functional testing
996d05bdf : FL7: Add REVERSE CPU reference implementation and functional testing
88a9d7ff4 : FL7: Add quantized RSQRT CPU reference implementation and functional testing
b6619eace : Add validation tests for FL7
8fae6783e : DO NOT MERGE: Freeze neuralnetworks AIDL version as v3 for FL7
4e079547d : Add NNAPI specification and infrastructure for FL7.
04ebb4ebf : Reusable execution at HAL level -- runtime.
67d606dc2 : Reduce fuzzer size of output TestOperand buffer
15ff79a05 : Change operation registration to use operation macros
ca95a773a : Consolidate validation operation functions under one function
cb867b04d : Relocate operation validation code
5a3b1fc58 : Make Validation.cpp's operations consistent
35b1cc5eb : Separate validation functions from operations
222d9ab4e : Copy operation files to relocate validation code
7fbf7b85e : Regenerate tests to update mirror pad tests
82acb2279 : Support AIDL versions for TestCompliance.
a0e7d007b : FL7: Add MIRROR_PAD CPU reference implementation and functional testing
5217be0bd : Fix fully connected's reshape validation
7da4cb7d7 : Update support library impl to FL7.
5757c9bf5 : Modify NnApiSupportLibrary to handle all variants of SL Driver.
6e01e4354 : Fix sample::PreparedModel::executeFenced validation
cab092475 : Indicate empty SharedHandle is valid for all versions
18e557639 : Regenerate tests after test generator change
cce71c684 : Fix generated test initialization order
b5c6b2dca : Fix ShimDevice::allocate, wrong operand used for output role.
995d4ee7f : Update OWNERS file
94c3066d7 : Support building with musl
a42db617a : Don't use __wur
9c003cee0 : Remove dependencies from operation header files
a4f25759e : Improve NNAPI log messages.
5e8d416e9 : Replace nnAssert with CHECK* and LOG(FATAL)
c8b28350d : Add feature flag for NNAPI Westworld Telemetry
aeb27c478 : Make NNAPI WestWorld logging asynchronous
81798d3e7 : Add WestWorld logging to libneuralnetworks.so
492b90686 : Add feature flag for NNAPI Westworld Telemetry
58b7addd1 : Improve NNAPI fuzzer documentation
870d26f09 : Add a debug property to filter nnapi devices.
33cdaae7e : FL7: Add REVERSE CPU reference implementation and functional testing
80e02c4ee : Make NNAPI WestWorld logging asynchronous
3ab5645c0 : Add WestWorld logging to libneuralnetworks.so
e90acfe20 : Update libneuralnetworks_driver_fuzzer
ac337c087 : Regenerate NNAPI android_fuzzing corpus
bf626b875 : Change NNAPI android_fuzzer from proto2 to proto3
3382feed8 : Add newer operations to NNAPI android_fuzzing
c771c0565 : Fix Feature Level Flag and related utility code
1c5327f29 : FL7: Add quantized RSQRT CPU reference implementation and functional testing
74c711486 : Add validation tests for FL7
eddf978ba : Update support library impl to FL6.
af517086a : Add AIDL_V1, AIDL_V2 to HalVersion.
603b9ae75 : Refactor namespace and file names for AIDL sample driver.
d9c8bbee7 : Add NNAPI specification and infrastructure for FL7.
d33d6e216 : Update NNAPI header guards after directory change
19e786e41 : Add NNAPI specification and infrastructure for FL7.
bb32735b5 : Update OWNERS file
886f4eb8f : Add ianhua@google.com to OWNERS file.
91d1051ee : Rename Version::ANDROID_* to kVersionFeatureLevel* -- runtime
cbc13302f : Make NNAPI Version more structured -- runtime
db12398c3 : Replace NN_VALIDATE* macros with existing NN_RET_CHECK*
1e3b3f8db : Remove libneuralnetworks_common_aidl_v1
9a772aa7f : Relocate HalVersion from nnapi/TypeUtils.h to LegacyUtils.h
0da838740 : Create neuralnetworks_types_experimental library
3d6e2d4fb : Remove HIDL memory utils from NNAPI
d450ef9c8 : Fix ADSP_LIBRARY_PATH setting.
5bc4b1636 : Allow BATCH_MATMUL with different input and output scales.
f013b02bf : Add AIDL_V2 spec tests to CTS.
9c28918ae : Use AIDL_V2 instead of FL_6 for hal version.
c6e270bd4 : Add PACK operation to NNAPI feature level 6.
4c76236b6 : Introduce NNAPI feature level 6.
a671aa947 : Simplify libneuralnetworks_common* libraries
3c9031c98 : Allow BATCH_MATMUL with different input and output scales.
9f4155fca : Enable SLTS to support new DSP library loading approach
6852e83f3 : Move Aidl utility code to aidl/utils -- runtime
537efe225 : Clean up AIDL utility code
6a60cf977 : Create utility libraries to query system config flag.
40970df17 : Create utility libraries to query system config flag.
8afcb8a38 : Clamp ANeuralNetworksDevice_getFeatureLevel() to ANeuralNetworks_getRuntimeFeatureLevel()
8e5fb87fa : Revert^2 "Provide explicitly version NNAPI AIDL utils lib -- runtime."
4d8ceab06 : Add AIDL_V2 spec tests to CTS.
377b17886 : Revert^2 "Provide explicitly version NNAPI AIDL utils lib -- runtime."
042bf4f09 : Change Version::CURRENT_RUNTIME to getCurrentRuntimeVersion()
289ca3453 : Fix the deviceId field of SL diagnostic.
8509b505b : Revert "Provide explicitly version NNAPI AIDL utils lib -- runtime."
7d6ac289e : Revert "Provide explicitly version NNAPI AIDL utils lib -- runtime."
7766e0fb2 : Provide explicitly version NNAPI AIDL utils lib -- runtime.
16644b8b9 : Provide explicitly version NNAPI AIDL utils lib -- runtime.
10a689c5d : Add a logging message when a model is successfully prepared from cache.
b9e4d6a86 : Use AIDL_V2 instead of FL_6 for hal version.
bc297c9f5 : Update sample shim driver prebuilts.
b446f0380 : Add PACK operation to NNAPI feature level 6.
960ab806c : Introduce NNAPI feature level 6.
cad5c82af : Allow implicit conversions for NN errors -- runtime
6d7d8a1d9 : Introduce NNAPI feature level 6.
7335522d9 : Update OWNERS file
7871b1ecc : Cleanup NNAPI Telemetry
aaf4f9b9b : Cleanup NNAPI Telemetry
6aae14f4a : Use android.hardware.graphics.common-V3-ndk
8a4d729cc : Remove remaining -Wno-* cflags from NNAPI common/
338bd6cee : Remove -Wno-sign-compare cflag from NNAPI common/
67e350d2c : Remove -Wno-unused-* cflags from NNAPI common/
0cbd76845 : Fix bpfmt for common/Android.bp.
cebf3e906 : Disable clang-tidy for large/generated files.
370310c5d : libbinder: split out PackageManagerNative aidl
f643a4496 : libbinder: split out PackageManagerNative aidl
98133dd0c : Fix aidl_format errors for NNAPI AIDL.
2b1103ae6 : libbinder: split out PackageManagerNative aidl
3e80bf4ee : Name struct inside NnApiSLDriverImplFL5 typedef
a33368197 : Fix cpplint errors in repohooks.
00433c742 : Extend NNAPI generation tool for sAIDL files.
55827a7e2 : Adding Tests for Densify
06a609743 : Adding New Experimental Op Files for Densify
c485568e4 : Adding New Canonical Op for Sparse Tensor Support
792cff807 : Add missing nullptr check to prepareModelFromCache
40a969ea3 : libbinder: split out PackageManagerNative aidl
f1b42f283 : Add NNAPI telemetry to Support Library feature level 5
809b322c1 : NNAPI Telemetry callbacks: add the implementation
7ebbe4a8a : Model Architecture hasher for NNAPI Telemetry
13241e740 : Add duration measurements to NNAPI telemetry
d053022b4 : Add client package name to NNAPI telemetry data
b9f01ee00 : NNAPI Usage telemetry
8d05fe4eb : Relax TestGpuNnapi accuracy check with a tolerance.
a85642819 : Revert^2 "Making NNAPI libraries and tests host supported"
b84e005a4 : Revert "Making NNAPI libraries and tests host supported"
e1a8f2a43 : Making NNAPI libraries and tests host supported
db7b5dd8b : Bump NNAPI APEX module version numbers to 319999900. Cherry-picked from internal change.
ea45b41c5 : Add ianhua@google.com to OWNERS file.
c43247377 : Remove ndk_platform backend. Use the ndk backend.
9aefb1241 : Fix FD leak in Shim startComputeWithDependencies
a95b1828f : Change GeneratedTestUtils from AHWB to ASharedMemory
b50a47b5e : Replace FUTURE with S level in NNAPI headers.
2ad9cac21 : Fix FD leak in fenced execution with a compound body.
b12101222 : Fix sync fence FD leak in fenced compute.
ff72ea4ab : Attempt full CPU fallback if a step model has no inputs or no outputs.
6230925cb : Add multiplier validation to MUL with signed quantization
327d285b4 : Set shim converted model relaxComputationF32ToF16.
e02e0e0b3 : Fix CHECK in DefaultExecution constructor
c5dcd9513 : Add nullptr validation to ANNMemory_create*
eac021d37 : Regenerate NNAPI support library prebuilts
128d2c196 : Sync types.spec with common/include/nnapi/Types.h
54a200f9a : Add missing typedef for NnApiSLDriverImpl type.
47979aae2 : Fix typos in LSTM tests: 'intput' to 'input'
34053e650 : Update __NNAPI_AIDL_MIN_ANDROID_API__ to 31
aa7765831 : Register all used model extensions in the shim.
f326d7594 : Re-enable libneuralnetworks fuzzers in Haiku
c885d5f57 : Remove redundant validation from validateRequestForModel
390f55745 : Skip TestGpuNnapi when useCpuOnly.
63d48c893 : Release the sync fence ownership before AHardwareBuffer_lock.
ff6fe0412 : Skip TestGpuNnapi if the device does not have enough GPU memory.
5b21d9f5d : Simplify NNAPI SharedHandle -- runtime
a1191b55f : Propagate error code from prepareModel
ba19903be : Make getSyncFenceFd return BAD_DATA on events not backed by fence.
83a9c51fd : Test reusable executions in TestExecution.
a6405ede3 : Add CtsNNAPIJavaTestCases to presubmit.
fa7012879 : Add GpuNnapiTest to test GPU -> NNAPI synchronization.
0a9b20da8 : Resolve API review on setReusable.
d6434baf3 : Resolve API review on alignment and padding.
dbf5da7af : Adds basic Telemetry callbacks.
a7c76a06c : Fix abort() in callback object destruction
afdd6b94e : Remove libneuralnetworks_shim.so
6f0a05b9a : Include MODULES_OWNERS as per policy.
152c2a36a : Change OperandValues' AlignedData to uint8_t
1d789c717 : Optimize reusable execution for SIMPLE execution plan.
f6b2bd0df : Avoid changing global compute mode in UnknownDimensionsTest.
d0c8eced7 : Generate canonical type documentation
d64969532 : Make NNAPI Memory type more structured
c37f57097 : Add additional parameters for NN Burst -- runtime
21aa2e8a4 : Change NNAPI time from steady_clock to boot_clock -- runtime
15b39f1ec : Make validate return Version::ANDROID_OC_MR1 for default values
0b261d565 : Make the NDK execution object reusable.
033760611 : Add IBurst to NN AIDL HAL -- runtime
dc2275296 : Enable CPU execution in sample SL driver
4df99fc7e : Split NeuralNetworksTypes.h from NeuralNetworks.h
ca1a9df56 : Restore NeuralNetworks.h
d83f9c201 : Copy NeuralNetworks.[th] to NeuralNetworksTypes.[th)
f622f1e53 : Add NDK APIs to query preferred memory alignment and padding.
f0e489f51 : Move more HAL type information to types.spec
6c7e8ddb2 : Dynamically load ASharedMemory_create in compat lib
09af09bc3 : Fix DriverDevice::getFeatureLevel
db17805c5 : Add AIDL-related dependencies
cb800709d : Unify %define-lines and %section directives
5c4d93fac : Enable burst to be used in NNAPI compat lib
33f4a8f89 : Change the behavior of NNAPI burst
7f44e5e9d : Set min_sdk_version 29 for SL compat library build
b7877954f : Make NNAPI countNumberOfConsumers return GeneralResult -- runtime
9756b2219 : Refactor NNAPI SharedMemory for compat lib
e624c095b : Remove unused dependency from the SL CL build
d0ed03094 : Store AHWB in NN canonical memory type -- runtime
b470600e8 : Change NNAPI Memory to ref-counted SharedMemory -- runtime
7f08cc161 : Add sample support library driver
afd5f231a : Use system includes for libSampleDriver headers
19582f204 : Use system includes for libneuralnetworks_common headers
8c4917bbc : Add support library compabibility layer
ca12f8c2b : Port sample driver to AIDL
3a2147871 : Move r/t/SLTestWrapper to sl/SLWrapper
7fb49257e : Temporarily disable DynamicTemporariesTest.ModelOutputsSufficientSize_V1_1
cd83308e9 : Move PreparedModelCallback to runtime/test -- 2/2
54d4d88d1 : Move PreparedModelCallback to runtime/test -- 1/2
c3c4760df : Replace VersionedInterfaces with neuralnetworks_utils_hal_service
af7cefe63 : Minor improvements for NNAPI SL.
5ece95c55 : Extend the timeout for NeuralNetworksTest_static
c684e096d : Bug fix: A pre HAL 1.2 device cannot write a dynamic temporary

+- Project: platform/packages/modules/OnDevicePersonalization

884ff75 : Bump version codes in tm-dev to match tm-mainline-prod
b3563ef : Bump Mainline Module Version Codes in tm-dev to 330090000
cc1492d : OnDevicePersonalization - Tiramisu is now 33
c2be8df : Bump apex version to 33xxxxxx in tm-dev.
1b5becc : Add sdkinfo proto to ondevicepersonalization
92fec66 : Fix collision between service and test package name.
05c22d3 : Allow hidden api from tests
78ef585 : Remove implementation details from ondevicepersonalization hidden api flags
d61f6d1 : Fix OnDevicePersonalizationManagerServicesTests unit test
29b27e6 : Add permitted_package in OnDevicePersonalization
3ed4f76 : Add Framework Initializer in OnDevicePersonalization
979c671 : Using common apex_defaults for com.android.ondevicepersonalization.
e22985d : Return version from framework API without binding to service.
3d57793 : Fix a bug in OnDevicePersonalizationManager.
2184502 : Create java defaults in ondevicepersonalization framework.
b4eb0c6 : Add a skeleton of end-to-end test for Auxiliary module.
4e7b028 : Add SDK for ondevicepersonalization.
a580774 : Add skeleton of OnDevicePersonalization unit test.
d21df10 : Remove unsafe_ignore_missing_latest_api in OnDevicePersonalization.
0b83473 : Add initial Auxiliary APK-in-APEX.
8691d1f : Add bootclasspath config in OnDevicePersonalization.
2185c35 : Add framework skeleton for OnDevicePersonalization module.
6adf279 : Add OnDevicePersonalization APEX config.
96b4b87 : Add preupload hook for checking style of code.
71d92ed : Add OWNERS file.
ad5ebd7 : Initial empty repository

+- Project: platform/packages/modules/Permission

d0293ae7c : If the device is managed do not handle hibernation
ae2244ce2 : Revert "Fix layout issues in storage dialog header"
ca4783ec6 : Clear Binder identity before calling createPackageContext
06f88f1b4 : Import translations. DO NOT MERGE ANYWHERE
f3fa7ee32 : Import translations. DO NOT MERGE ANYWHERE
cd1a9786e : Import translations. DO NOT MERGE ANYWHERE
f07c0a8a6 : Import translations. DO NOT MERGE ANYWHERE
078a7df5b : Import translations. DO NOT MERGE ANYWHERE
5c23e0852 : Fix StoragePermissionAppsFragmentTest
9dc1b99c1 : Import translations. DO NOT MERGE ANYWHERE
f352c17c8 : Import translations. DO NOT MERGE ANYWHERE
9d456d14d : Import translations. DO NOT MERGE ANYWHERE
70a3a02c7 : Add config flag for OEM to control PbA
5c1e79cb9 : Conditionally hide 'Files' permission group
afd9db5c5 : Import translations. DO NOT MERGE ANYWHERE
7816a6a2b : Add notification pregrant to SYSTEM_DOCUMENT_MANAGER role
2e416f045 : Import translations. DO NOT MERGE ANYWHERE
af8b11e7e : Import translations. DO NOT MERGE ANYWHERE
df898b6ba : Import translations. DO NOT MERGE ANYWHERE
6ac985542 : Fix unused preference recycling
2697b21c1 : Import translations. DO NOT MERGE ANYWHERE
3c3743197 : Import translations. DO NOT MERGE ANYWHERE
9bb7c2893 : Fix auto-grant for groups with solely R_W_R perms
5e6e501c4 : Import translations. DO NOT MERGE ANYWHERE
dc6441fea : Revert "Fix auto-grant for groups with solely R_W_R perms"
23bb00c19 : Import translations. DO NOT MERGE ANYWHERE
85259cfa7 : Bump version codes in tm-dev to match tm-mainline-prod
22afe0f6f : Make revokeAppPermission split-perm aware
ee3666708 : Revert "Revert "Remove accidental early return""
a2f778eec : Import translations. DO NOT MERGE ANYWHERE
329f1f4af : Revert "Remove accidental early return"
f54a18308 : Revert "Do not auto-revoke if permission changed recently"
69e5659af : Revert "Move PermissionEvent classes out of v33"
e10a1bd9d : Relax is logging allowed restrictions
1f9c10de0 : Make TV permission dialog be unrestricted keep-clear area
eea35803c : Fix auto-grant for groups with solely R_W_R perms
2ca66296a : Import translations. DO NOT MERGE ANYWHERE
0f436a45e : Import translations. DO NOT MERGE ANYWHERE
38abec5d5 : Import translations. DO NOT MERGE ANYWHERE
49fb6d5ca : Fix layout issues in storage dialog header
48d6b5f7a : Move PermissionEvent classes out of v33
6b4bc6984 : Remove accidental early return
3e402188b : Do not auto-revoke if permission changed recently
91c349f94 : [SafetyCenter] Fix incorrect toString implementation for SafetySourceIssue
8bffe082c : Import translations. DO NOT MERGE ANYWHERE
5467afbaf : Import translations. DO NOT MERGE ANYWHERE
6937403a4 : Import translations. DO NOT MERGE ANYWHERE
357d6e0a5 : Import translations. DO NOT MERGE ANYWHERE
cdf345759 : Improve documentation of config data classes
2c85c77f1 : Re-validate SafetyEvent conditional fields
e31783806 : Revert "Validate SafetyEvent conditional fields"
ef15fa2f2 : Update the storage permission dialog to match system ui dialogs
c21b7ee0d : Add READ_MEDIA_* permission to storage role
0dd5ee355 : Add granular READ_MEDIA_ permissions to SYSTEM_UI_INTELLIGENCE role
3988b097c : Bump Mainline Module Version Codes in tm-dev to 330090000
70fecf618 : Update media permission strings
576752b74 : Fix media permission grant dialog regression
9a8844080 : Skip killing backup app on notification deny in PermissionController
6aa52e26a : Redirect to top level Settings when Safety Center is off
fb9b6ff3d : Add PermissionUiTestCases to mts-permission.
c0b6d1110 : Validate SafetyEvent conditional fields
e56ce9d74 : Add null check for safety protection resources
b065223cd : Remove "Continue" message from Permission Grant Dialog
2fead64ed : Add notification permission to INTELLIGENCE roles
45da832ef : Update permissions information on HW privacy changes
6ffe71c0a : Really finalize AOSP T config
4d028ad95 : Import translations. DO NOT MERGE ANYWHERE
b576337b6 : Handle OP_RECEIVE_AMBIENT_TRIGGER_AUDIO in hub
ce03d7d9e : Fix XmlConfigTest on tm-dev too.
877ea0f6e : Fix priv dash label when font max
05a8bad39 : Fix advanced privacy settings intent in XML CTS test
c9f975f03 : Move GrantPermissions and ReviewPermission ViewModels out of v31/33
2247e8e25 : Import translations. DO NOT MERGE ANYWHERE
008b0c1da : Import translations. DO NOT MERGE ANYWHERE
3ccb06c75 : Import translations. DO NOT MERGE ANYWHERE
449d4d3ef : Import translations. DO NOT MERGE ANYWHERE
591d93bd8 : Fix perm grant dialog when display size is big
b0c59c6c9 : Make PermissionController privapp allowlist non-installable
8dbba56c6 : Fix incorrect auto grant for split permissions
0a6b94ae8 : Migrate inprocess UI MTS tests
4b3c9c351 : Handle saveInstanceState when viewHandler is null
ac25c02c4 : Disable uninstall/disable for system apps
b5041cb02 : Update role request description for SMS.
8887ac544 : Define the screen title for permission controller results
248ceefac : Fix "All files access" footer hyperlink issue
9986be0f1 : Update role request description for dialer.
465c818d8 : Fix incorrect auto grant for split permissions
b8d4ad9a7 : [SafetyCenter] CTS tests that privacy intents in config resolve
5e3f3614b : Optimize xml serialization path.
a8b2e0f22 : Fix media grant dialog icons
4051f971a : Show custom allow/deny warnings for media perms
fcee50471 : Import translations. DO NOT MERGE ANYWHERE
4bd422adc : Only change state during permissions backup for backed up permissions
20704889a : For targetSdk=T+ apps, ignore requests for STORAGE
2ebaf3f1d : Generalize time change receiver for multiple storages
7e1d97611 : Generalize package uninstall receiver for other storages
276f33e10 : Refactor decision cleanup job out and generalize it
5d1b5b5f0 : Move all permission event classes to v33
e275197af : Remove max line limit from footer summary on TV
3af594b5a : [SafetyCenter] Reformat service and cts files
a76c4ed79 : Import translations. DO NOT MERGE ANYWHERE
27085bac4 : RESTRICT AUTOMERGE Disable Safety Center Tile
4e1461452 : Cache GrantPermissionActivity instances by task
50591c823 : [SafetyCenter] Reformat java files in `framework-s`
a2d52bade : Update Permission module to be compatible with latest Jetpack libraries
63f765002 : Make several variables private
9681a6bec : Import translations. DO NOT MERGE ANYWHERE
c0741e4f6 : Import translations. DO NOT MERGE ANYWHERE
ada01f2fd : Move hibernation classes to v31 package
9d8e71a7e : Finish ManagePermissionsActivity when trampolining to settings
d91831a01 : Catch permission decision parsing exceptions
39a349698 : Import translations. DO NOT MERGE ANYWHERE
94d80d80e : Import translations. DO NOT MERGE ANYWHERE
950fde7b3 : Import translations. DO NOT MERGE ANYWHERE
4f0a9c887 : Import translations. DO NOT MERGE ANYWHERE
cddc5827d : Add permissions missing from intelligence roles
b76fe7421 : Move ACCESS_MEDIA_LOCATION to VISUAL group
2b19a8e70 : Add the infrastructure to allow OEMs to make small modifications
0b9a9f7bb : Allow nullable summaries in SafetyCenter data
8375d0cdf : Import translations. DO NOT MERGE ANYWHERE
b69f8a6d0 : Import translations. DO NOT MERGE ANYWHERE
381f3ecad : Import translations. DO NOT MERGE ANYWHERE
a670a39d9 : Import translations. DO NOT MERGE ANYWHERE
c98228d67 : Import translations. DO NOT MERGE ANYWHERE
a84497cb3 : Import translations. DO NOT MERGE ANYWHERE
be4357b5c : Import translations. DO NOT MERGE ANYWHERE
5274354ca : Force role reconciliation on next boot if bypassing role qualification.
e7d415a5d : Support allow confirm dialog for Auto
6a74ee58f : Fix body sensors description typo
3850aae0e : Disable hibernation toggle in Permissions if not eligible
8111b6102 : Gate SafetyCenterQsViewModelFactory behind TIRAMISU
56ee0c618 : Remove code for auto-revoke not being enabled
df1c7b130 : Update sensor toggles when going active
27dbae2b8 : Test overlays work as intended
3eae5091b : Import translations. DO NOT MERGE ANYWHERE
7da0ee85e : Import translations. DO NOT MERGE ANYWHERE
0e48b168a : Import translations. DO NOT MERGE ANYWHERE
aadf2b794 : Import translations. DO NOT MERGE ANYWHERE
614cf7c3f : Remove NotificationListenerCheck
e9aa7ee33 : Refactor decision logic out of storage classes (2/2)
bef34d8fc : Refactor decision logic out of storage classes (1/2)
27cd00955 : Fix HibernationSettingStateLiveData NPE
e4cb45e71 : Refactor PermissionDecision to extend generic event
6a8f4fe1a : Version bump to resolve b/228571553
d8e77e7c9 : Add more tests for SafetyCenter builders.
2a8d201e7 : Fix HibernationSettingStateLiveData NPE
fbd5d4f82 : Add PbA to grant permission dialog
dfe572103 : Skip user set denied POST_NOTIFICATION requests for S- apps
5ddea33be : Don't use getInitializedValue in GrantPermissionsViewModel
414837aba : Finalize AOSP T config
96991cee5 : Add some IntDef fields validation.
6fb86e68b : Skip a test for TV.
8ff8b3af9 : Allow not overriding user decision for app op permissions.
259bd6753 : Allow not overriding user decision for app op permissions.
4e3b575a1 : Move PermissionControllerMockingTests code to its own package.
d82a9a526 : Relax some config checks
17bdb43b6 : Add schema validation to custom lint check
9fc61018e : Add custom lint check for Safety Center config
92713f8af : Pass resources to config parser to resolve runtime string resource names
2b9dad8f6 : Set GRANTED_BY_ROLE flag for app op permissions granted by role.
5145edd16 : Import translations. DO NOT MERGE ANYWHERE
86d4ba0f3 : Import translations. DO NOT MERGE ANYWHERE
e14ec6858 : Import translations. DO NOT MERGE ANYWHERE
e996a6719 : Import translations. DO NOT MERGE ANYWHERE
153ac0b2c : Add the Bluetooth stack role
323ee3eae : Add set-bypassing-role-qualification to documentation.
6c86be323 : Add v31/v33 packages in PC
f9ea621b6 : Move NLS privacy source to privacysource pkg
1f377019f : NotificationListenerCheck - replace flag check
a62b07309 : Revert "NotificationListenerCheck - remove unneeded flag"
5ef55a787 : NotificationListenerCheck - remove unneeded flag
bf15c744b : Add and use TV specific unused apps page summary
9e13edc14 : Apply some comments from ag/17523010.
55ff5a5aa : API tweaks.
b41a2e62b : Add role holder intent filters in roles.xml
7dd7a3516 : NLS Check use safety center resources and intent
114472cb7 : Add allowlist for PermissionController
ebdd86cea : Import translations. DO NOT MERGE ANYWHERE
5d923b442 : Import translations. DO NOT MERGE ANYWHERE
b9b93d35b : Fix fine/coarse location permission dialog ui
ca9bdf915 : Move CtsPermission3TestCases to group presubmit-large.
3b65e0c4c : Update flag enabled/disabled documentation.
9792f3357 : Grant ACCESS_AMBIENT_CONTEXT_EVENT permission to Shell role for testing.
33ef6f6ba : Add unit tests for ReviewPermissionsViewModel
c3fa62c6a : Add required params to Builder constructors in Safety Center API.
19a73a2b1 : Set target SDK version for CTS test APK to a released SDK.
732ac9658 : Import translations. DO NOT MERGE ANYWHERE
3882f42aa : Import translations. DO NOT MERGE ANYWHERE
ca872a4ce : Update hibernation toggle title to have "if unused"
2ba557e49 : Remove max line limit from footer summary
938181731 : Give OBSERVE_SENSOR_PRIVACY back to dashboard
fccf35f16 : Import translations. DO NOT MERGE ANYWHERE
3be1a389c : Import translations. DO NOT MERGE ANYWHERE
0e91ff399 : Import translations. DO NOT MERGE ANYWHERE
61408f917 : Import translations. DO NOT MERGE ANYWHERE
52f85a42d : Import translations. DO NOT MERGE ANYWHERE
f2de92e81 : Import translations. DO NOT MERGE ANYWHERE
b80cffafc : Import translations. DO NOT MERGE ANYWHERE
079d60a97 : Import translations. DO NOT MERGE ANYWHERE
12be6b4e4 : change default version number to 330000000 for T build modules.
cc98b0be3 : Add a receiver for SafetyCenter enabled broadcast
04ea93309 : [SafetyCenter] Use consistent Parcelable implementations
a1b40c8a1 : DO NOT MERGE Add commented-out "kotlin-annotations" dependency to service-permission for consistency.
952dabe39 : Relax check for empty list of issues
365369962 : Remove MANAGE_WALLPAPER_EFFECTS_GENERATION from role SYSTEM_UI_INTELLIGENCE. It's no longer needed with ag/16947348
b08aa34fd : Fold severity constants into SafetySourceData
4420e73da : Handle scenario when QS activity is launched with no perm group usages
b93890a59 : Add kotlin-annotations to PermissionController
ce5e1f90c : [SafetyCenter] Rename test APIs according to API feedback
80ea69c40 : Validate external API data
881304b83 : Hide NOTIFICATION group on leanback devices
ad8009417 : Allow one-time permission revocation even when AppOp is not granted
5b8526b7b : RESTRICT AUTOMERGE Rename PermissionController resource constants
db3d349cb : Add adb command to bypass role qualifications
d64922ab3 : Log metrics for permission decisions
c3ec155cc : Import translations. DO NOT MERGE ANYWHERE
90a07d403 : Remove implementation details from permission hidden api flags
c70379e32 : Register / Unregister UI listener in onResume / onPause.
4d41bad62 : Add a broadcast receiver for safety center intent ACTION_REFRESH_SAFETY_SOURCES that notifies privacy sources about the rescan in parallel.
64824c6db : Separate NLS check code that requires T
f33f934f0 : Don't call listeners after remove on the same thread.
6f9a0827e : Add SafetyCenter OWNERS to SafetyCenter UI.
028931b6f : Run SafetyCenter CTS tests on all SafetyCenter changes.
b4bf749d8 : Clean up CTS tests.
5bd53dcf4 : Add null check to hibernation eligibility API
9c89ff920 : DO NOT MERGE Exclude Kotlin stdlib in service-permission for T as well.
177b1a609 : Update hibernation toggle string
a4ded99e2 : Remove test with car dependency
694568d75 : Dismiss keyboard when showing GrantPermissionsActivity
800cbcd6f : Remove implementation details from permission hidden api flags
6ecaa5bbd : Move NotificationListenerCheck into v33 package
014d4b8c8 : Disable Hibernation Notification on TV
f2cd3b24c : Fix OTP flag removal not persisted for non-OTP background permissions
25d8fcc2c : Fix SafetyCenter CTS tests.
84a8d0a24 : Add id for the indicator parent card
5ec827a39 : [SafetyCenter] Remove broadcastReceiverClassName from XML Config
03e26f2eb : Large icon for permission deicison reminder
3facc8b22 : RESTRICT AUTOMERGE Refactor device policy resource APIs to a separate class
a3d2072ae : Simplify body sensors permission upgrade message
f63a9ff38 : Do not check SafetyCenterActivity on cars.
b765f6a15 : Add Safety Center developers to permission module OWNERS
009ac3ee4 : Introduce intent extras for SafetyCenterActivity.
827c5654b : [SafetyCenter] Add API to return SafetyCenterConfig
e0989afc2 : Revert "Add flag to support automatic notifications from issues for some sources"
2ee35732e : RESTRICT AUTOMERGE add requiresAPI annotation for DPM#getString
7105ecc66 : Add READ_CLIPBOARD_IN_BACKGROUND to the SYSTEM_TEXT_INTELLIGENCE role
4d2f4cb9a : Apply some API feedback
a144e5203 : Fix CTS test where permission is not held.
5e3336b79 : Add a broadcast action for when the SafetyCenter flag changes.
cb32ef888 : Permission check for subattribution
57c2ced62 : Rename revokeOwnPermissionsOnKill to revokeSelfPermissionsOnKill
d1cc283e8 : Add clearCallingIdentity when persisting permission changes
74bdb1e05 : Fix background permission only not getting revoked
f692e2da6 : Import translations. DO NOT MERGE ANYWHERE
4fff89abe : Import translations. DO NOT MERGE ANYWHERE
baf5d8576 : Import translations. DO NOT MERGE ANYWHERE
9a653285d : Rename SETTINGS_INTELLIGENCE to SYSTEM_SETTINGS_INTELLIGENCE
486b41850 : Fix local error for SafetyCenterListener#onError test.
5118932cd : Disable Hibernation Notification on TV
0deae015d : Add flag to support automatic notifications from issues for some sources
a3657cac9 : Rename NONE to UNSPECIFIED for EntrySeverityLevel.
3887aa66b : Make LauncherPackagesLiveData include LeanbackLauncher
c2ceb7240 : Update public.xml in doc to be public-staging.xml following recent changes.
e300e22a9 : Allow the device manager role to bypass qualification.
80e23b583 : Remove NEW_TASK flag from notification settings intent
15d206049 : Revert "Add READ_CLIPBOARD_IN_BACKGROUND to the SYSTEM_TEXT_INTE..."
b3f4313e3 : Prepare to validate incoming parcels using builders
75648a0a3 : Add tests for SafetyCenterListener#onError.
a0478e178 : Disable SafetyCenter APIs if flag is off.
7b3fde52d : Fix assert throws tests that need to check the exception message
eed5b184a : Add READ_CLIPBOARD_IN_BACKGROUND to the SYSTEM_TEXT_INTELLIGENCE role
87f93bd3a : Add test for ParseException
b5463c668 : Clarify that the ALLOW_TOUCHES permission is in T
ea531d938 : Make LauncherPackagesLiveData include LeanbackLauncher
7b73739b6 : [SafetyCenter] Rename dismissSafetyIssue and executeAction APIs for consistent to contain the "SafetyCenter" keyword
577f3f749 : Rename READ_MEDIA_IMAGE to READ_MEDIA_IMAGES
b9eb2e0e9 : Tweak names and docs for resovling and inFlight actions.
09600e3eb : Rename SC Errors to ErrorDetails.
71a72b67e : [SafetyCenter] Rename SafetyEvent.SafetyEventType to SafetyEvent.Type and isResolving to willResolve to address API feedback
39499bd16 : Update strings for body sensors permissions
af6bce9fa : Exempt device policy manager role from hibernation
b514702d9 : Allow launchers to use FLAG_SLIPPERY
4330a792c : Load preference screen when setting warning banner if not initialized
ea2488dd6 : Fix bug report user consent dialog on top of settings screen
a07235ac3 : [SafetyCenter] Update javadocs, add refresh reason constants and update parcelable implementation
84acc0441 : Add NotificationListenerCheck privacy signal
4dbf50e66 : Refactor ReviewPermissionsActivity
0d938dd17 : Correct naming of SafetyCenterQs classes
2e76439a4 : Add SETTINGS_INTELLIGENCE role
8ab873b43 : Using common apex_defaults for com.android.permission module.
0d386dcf2 : Migrate Safety Center CTS tests inside Permission module
2bae48a3f : Remove dangling service declaration in manifest.
eb1ae9d4b : [SafetyCenter] Restructure SafetyCenterManager APIs in response to API Council feedback and Refactor test API to override SafetyCenterConfig entirely
02b44225d : Import translations. DO NOT MERGE ANYWHERE
17efddd5c : Import translations. DO NOT MERGE ANYWHERE
8dca34544 : Import translations. DO NOT MERGE ANYWHERE
881f9ae56 : Import translations. DO NOT MERGE ANYWHERE
b8f88cefe : Import translations. DO NOT MERGE ANYWHERE
55d71288d : Strip POST_NOTIFICATIONS from requests for pre-T apps
5261cebc1 : Add TvUnusedAppsFragment to PermissionController
0073a9f15 : Rename PC proto build targets and change path for existing protos.
591fb791a : Add LockScreen and Biometrics sources to Safety Center
4c7b57a35 : Revert "Add LockScreen and Biometrics sources to Safety Center"
0cd06878e : Apply API feedback
4853bcb86 : Add LockScreen and Biometrics sources to Safety Center
59a29df18 : Add an action for the recent decision reminder
7ed94ef8f : Fix annotations in the XML Config API
bf1a287fc : Clarify docs for NONE and UNKNOWN entry severity levels.
84a5bcaef : Don't reference Build.VERSION_CODES.TIRAMISU yet
4a5017b72 : Rename device management role holder role name
8ac462e16 : Rename Safety Hub to Safety Center
0a8ef6a70 : Fix alignment for permission details text
8df6ad074 : Make required fields and defaults explicit in SafetyCenter Builders.
4de88d41f : Add default icon and label to tile
ccb3424b9 : Add SUBSCRIBE_TO_KEYGUARD_LOCKED_STATE to the list of permissions granted to ASSISTANT and SHELL.
51d6ed77f : Refactor recent media permission changes
1673c6fbd : DO NOT MERGE Exclude Kotlin sources in service-permission for T.
c6b556ad4 : Fix potential NPE from async loader in fragment
66ea6cf35 : [SafetyCenter] Add stub service impl for reportError and executeAction APIs added in ag/16887090
412a58cbc : Mark XML parser as a SystemApi
07a593085 : Handle static safety sources in collapsible group.
6f083ad3c : Move config to xml folder
c838375f9 : Add APIs for errors and inflight actions to SafetyCenter.
abf47bf55 : Basic wiring of SafetyCenter internal API.
85d436d77 : Fix ASOP version of the XML config
db006f87e : Add indicators for safety center
e21449564 : SDK check on whether toggle unhibernates
d24546afc : Use enums and default true flags in XML config
a0b2ae667 : Remove type from safety source in XML config
918a6893b : Migrate to a custom XML parser
2164f7ff5 : [SafetyCenter] Add API to add/clear additional safety sources
091f05073 : Check SDK level before calling new start OTP method
c3f54b8a6 : Set target SDK version for APKs in Permission APEX to a released SDK.
866207665 : Add notif permission to roles
5f1744b6e : [SafetyCenter] Send refresh broadcasts to sources from config
5f1aa92f1 : Import translations. DO NOT MERGE ANYWHERE
3966c787a : Import translations. DO NOT MERGE ANYWHERE
e98329e51 : Import translations. DO NOT MERGE ANYWHERE
2dd94bbd8 : Import translations. DO NOT MERGE ANYWHERE
1394261b1 : Import translations. DO NOT MERGE ANYWHERE
c095695a9 : Unhibernate an app when a user exempts it
4639a44d1 : Increment APK-in-APEX versions for T.
3db5741b0 : Add isResolving field to 'internal' Action API.
6ea3991e1 : Adds wallpaper effects generation permissions to SYSTEM_UI_INTELLIGENCE role
dca9c6537 : Make privacy dash info icon window transition
ae1098941 : Replace STATELESS entry severity level with a new icon type.
829b433c4 : Add initial display state for dynamic safety sources
ea830bb74 : Remove the concept of internal safety sources
f89dd3dfc : Add issue only safety sources and relax config structure
b6d1a1fdd : Add suppress newAPI lint for isProfile
89f21ba8a : AutoAppPermissionsFragment: Initialize mIsFirstLoad
63ad2005e : Block permission request activity when an apps is streaming on a remote device.
6d82561c4 : Handle "legacy access" permissions in GrantPermissionsActivity
cb7d50b27 : Add simple prototype UI to Safety Center.
6289fc6e8 : Increment apex version
e64071538 : Update AllPackageInfosLiveData in onUpdate
6e69872d6 : Update AllPackageInfosLiveData in onUpdate
bccd43016 : Grant coarse location before granting fine.
77e772da8 : Add a simple IssueCardPreference.
e8f3f2cd5 : Add SafetyCenter permissions
dc88732ea : Add max severity level limit to safety sources
24f9ab300 : Add icon option to primary safety sources groups
56ca6bbbc : Add title for work for sources that support titles and work profiles
0b61554ba : Add flag to identify sources that can be refreshed on page open
0a053c366 : Consolidate XSD schema tweaks
851fdf95c : Import translations. DO NOT MERGE ANYWHERE
4eb3fcaaa : Import translations. DO NOT MERGE ANYWHERE
cc2019bc5 : Import translations. DO NOT MERGE ANYWHERE
8b76ea4af : Import translations. DO NOT MERGE ANYWHERE
01336889c : Import translations. DO NOT MERGE ANYWHERE
923f6c298 : TV: Use Storage strings instead of FG/Always
4483ebfa2 : [SafetyCenter] Add isEnabled() method to SafetySourceStatus
9cdfe5cf9 : Convert SafetyCenterConfig to a more immutable data structure
3d9f05145 : Change self-revocation to work by permission instead of group
20fc02e97 : Add killed delay param to startOneTimePermissionSession
d209f63b2 : Add warning banners to the permission pages if the sensor is blocked
28c797f7d : Add notifications permission set to deviceManager role
85341e27c : Turn on warning banners by default
8a8371b6a : [SafetyCenter] Add remaining fields to SafetySourceData classes
d0d4d3e40 : Add warning dialogs when changing legacy storage permissions
cff59a4be : Merge grant dialogs for media permissions
5e82c1c3e : Add hyperlink footer to all files access
795b4f486 : Obsolete "manage all files" preference categories
d71662e76 : Add new groups, and enforce media supergroup
9b1ac414c : TEMP: don't check safetycenter status in tile
e09bf96c3 : Make IconActionType public + @hide.
bcdc8e4fb : Change SafetyCenter* IntDefs to be public with @hide.
686f7a0ec : [SafetyCenter] Add sending permission to refresh API broadcast
b9d246c17 : Allow updating enterprise strings
ead6e312c : Add QS tile for safety and privacy
3fff5c48e : Handle null from unitialized live data
482d352f7 : [SafetyCenter] Send explicit broadasts in refresh API
0e1b9dd57 : Pass userId from SafetyCenterManager to SafetyCenterService for all APIs.
d6f6110ec : Add entry to service level controls in priv dash
5b0f1342f : Revert "Add entry to service level controls in priv dash"
e27bd0c5c : Refactor and car-ify permission timeline for Auto
5eaf3981e : Add entry to service level controls in priv dash
2c20c511e : Add SafetyCenterData fetching and listening APIs, issue dismissal API to SafetyCenterManager.
31198479d : Add RefreshStatus to SafetyCenterStatus.
78bda8fdb : Add isEnabled to SafetyCenterEntry and copy-on-get to lists in UI data classes.
86bf169cb : Fix self-revocation for background permissions.
62d6e3f28 : Make ADD_TRUSTED_DISPLAY and ADD_ALWAYS_UNLOCKED_DISPLAY "role"
d9478559e : Add COMPANION_DEVICE_COMPUTER role.
bfb301743 : [SafetyCenter] Add SafetyCenterManager API to refresh data from Safety Sources
6cd0543c4 : Make assistant, home and SMS role unavailable in clone profiles
f03a69b07 : Import translations. DO NOT MERGE ANYWHERE
09bcdb83e : Import translations. DO NOT MERGE ANYWHERE
d506ff6cf : Import translations. DO NOT MERGE ANYWHERE
83a0a1c4a : Import translations. DO NOT MERGE ANYWHERE
b739f4f3f : Import translations. DO NOT MERGE ANYWHERE
62623dc14 : Add Safety Center resources to APEX
234642a05 : Readd basic Safety Center resources
2cb56bc02 : Readd validation and unit tests to the safety center config parser
76895b4d6 : Readd first revision of fields to the safety center config
debdcb5f4 : Treat dismiss grant dialog as cancel, not deny
6eba1c9cb : List REVIEW_REQUIRED runtime apps as granted in UI, add TODOs
0e7e4596b : Tag permission MTS with "mts-permission" instead of "mts".
a6fec2e63 : Adds minSdkVersion for the live captioning permission
0a0106332 : Revert "Add first revision of fields to the safety center config"
10808e34c : Revert "Add validation and unit tests to the safety center confi..."
d27419706 : Revert "Add basic Safety Center resources"
f1b70d887 : Add the lost mode perm to the device management role
1e7eb7336 : Add basic Safety Center resources
e8b122545 : Add validation and unit tests to the safety center config parser
64de49692 : TV: Use Storage strings instead of FG/Always
a3ef35564 : Add API to get hibernation eligibility
26b978fae : Grant ambient context role to Wellbeing.
971ed776e : Rename selfRevokePermissions to revokeOwnPermissionsOnKill
d9d344848 : Add first revision of fields to the safety center config
c2f185091 : Add required permissions for the device manager role
7c5cdc119 : Add RoleManager constant for device manager role
6bf7cef1b : Mark denied permissions as USER_SET in ReviewPermissionsFragment
db6751c59 : Add static entries to SafetyCenterData.
0c70b2445 : Add skeleton XSD schema and XML parser for the safety center config
02e5cd01a : Add automotive navigation role
c9c8a1bab : Add no-op issue dismissal API to ISafetyCenterManager.
cff668f28 : Add methods for fetching SafetyCenterData and listening for changes to ISafetyCenterManager.
9a200dc2f : Add SafetyCenter UI data API, composed of custom Java parcelables.
0a5a34929 : Add minSdkVersion for body sensor background permission.
bd0578e91 : Import translations. DO NOT MERGE ANYWHERE
016d422bc : Add an API to clear SafetyCenter storage.
4d547d591 : Add newly defined AppSearch permissions to Assistant and Home roles.
fce0659f9 : Add permission to wellbeing role
4cb7a3a39 : Run all SafeteyCenter CTS test cases when modifying the APIs.
97bfb56cb : Copy updates for post-drive notification
4e0d96861 : Enable exclude_kotlinc_generated_files for service-permission.
c4d052256 : Don't filter permission groups by showSystem
888c0314b : Add self-revocation API (PermissionController side).
6570fab8b : Link to privacy dashboard from review permissions
90b3f67e8 : Differentiate a "continue" permission request from an "allow"
09f957114 : Add RECORD_AUDIO in COMPANION_DEVICE_APP_STREAMING role.
37ef38542 : Import translations. DO NOT MERGE ANYWHERE
51d5a6bec : Import translations. DO NOT MERGE ANYWHERE
bc53e0dd3 : Import translations. DO NOT MERGE ANYWHERE
a38ccf184 : Add MANAGE_SAFETY_CENTER to SYSTEM_SHELL role.
e0588d8b1 : Import translations. DO NOT MERGE ANYWHERE
e91ef28ce : Import translations. DO NOT MERGE ANYWHERE
79691ebe7 : Import translations. DO NOT MERGE ANYWHERE
17e2a1ccd : Import translations. DO NOT MERGE ANYWHERE
b06e0aa41 : Import translations. DO NOT MERGE ANYWHERE
4eb58db74 : Add main privacy dashboard screen for auto
76eb0919b : Permission decisions summary and detail screens
90849542c : Allow bypassing qualification for CDM roles
6dccefa01 : Add FLAG_IMMUTABLE to PendingIntents in HibernationPolicy
7044cb0f3 : Add FLAG_IMMUTABLE to PendingIntents
38b7bed31 : Add support for system-called GrantPermissionActivity
9cef69058 : Permission decision review screen
606100b78 : Revert "Revert "Target system_current for PermissionController.""
c3f8ac32f : Import translations. DO NOT MERGE ANYWHERE
ac0ad084c : Import translations. DO NOT MERGE ANYWHERE
9e0cf5cdd : Import translations. DO NOT MERGE ANYWHERE
4e8e1b9dd : Import translations. DO NOT MERGE ANYWHERE
02d8d668a : Import translations. DO NOT MERGE ANYWHERE
37a68dd2d : Import translations. DO NOT MERGE ANYWHERE
bb0762caf : Add tristate permission support for body sensor permission
6a87a0827 : Revert "Target system_current for PermissionController."
5ee37cea8 : Dialer Role requires InCallService component In T
a5f7cd5c4 : Revert "Remove RequireMetaData implementation in role."
92a58a1fc : Add calendar sync manager role.
b8186e7d8 : Target system_current for PermissionController.
bad9cc8e7 : Add Notification permission to roles
4a27551d7 : Refactor Permissions plurals
59709f837 : Refactor plurals used for time duration
2e7054c91 : Add CDM's Auto permission to the Shell role
005914acc : Cleanup unused Permissions resources and methods
93308df27 : [SafetyCenter] Add further fields to SafetySourceData
cc1b85187 : Add isSafetyCenterEnabled method to the API.
3d8229da7 : Support OneTimePermission flag for background permissions
6426c4c0e : Add note about module v.s. system SDK.
7998affcf : Fix ReviewPermissionsWearFragment to match handheld
8903c36e4 : Add request permission in system audio role
d30e3e5ee : Fix style issues in warning banner Test: atest SensorBlockedBannerTest -c Bug: 197757242
751b38ccc : System time change for permission decisions
adaa8998f : Add temporary logs to HibernationSettingsStateLiveData
a3fb690ba : Add overall safety status preference widget.
f65013a02 : Add basic security checks to SafetyCenterService.
062698e59 : Add FLAG_IMMUTABLE to PendingIntents
f2c3731d4 : Add FLAG_IMMUTABLE to PendingIntents
4e4705560 : Add safety hub quick settings fragment
5a492e9a6 : Add flag for warning banner update Test: atest SensorBlockedBannerTest -c Bug: 197757242
cf75eb95a : Add unused count API
a513081ff : Show permission decision reminder at end of drive
93eb2c00f : Support toggling 7d/24h priv dash usages
554ae00bb : Updating icon badging logic
6d24f7f84 : Catch NameNotFound exception in hibernation job
cf5523b4e : Add stubbed SafetyCenter entries to dashboard.
baa4d7d4f : Catch NameNotFound exception in hibernation job
9297d6409 : Hide overlays on ReviewPermissionsAtivity
3aa42a4dc : Add test logs to AppPermissionGroupsFragment
f516697fa : Ensure pre-M app with no permissions doesn't crash ReviewPermissions
d8e69b5d4 : Only position dialog vertically
1a7403ff1 : Import translations. DO NOT MERGE ANYWHERE
eabfe59d8 : Import translations. DO NOT MERGE ANYWHERE
c7efd7876 : Adding SafetyCenter APIs to PermissionController framework.
917b28426 : Add an App Protection Service role
cc5ab7caf : Cleanup job to remove old permission decision data
78d456c7c : [Angel] Delete duplicate classes for safety source data models
69f146536 : [Angel] Add support for PendingIntents to SafetySourceData and address comments from ag/16182563
95c2aa3fb : Handle SafetyCenter intent action in PermissionController.
3db8e5bf3 : Add initial preference screen for safety center.
b969886f1 : Clear group perms' AUTO_REVOKE flag after a group perm is granted by user
e6bffd5ab : Remove permission decisions for removed packages
f8537f3d8 : [Angel] Add builders for SafetySourceData and other data model classes
c59e48245 : Import translations. DO NOT MERGE ANYWHERE
96f60df0a : Import translations. DO NOT MERGE ANYWHERE
29f02a72c : [Angel] Use CharSequences instead of Strings for UI messages
3551109e7 : Fix test failure due to R import.
6ce5f9ece : Handle null from unitialized live data
45349df53 : Persist permission decisions for Automotive
d01681973 : Revert "Add warning banners to the permission pages if the sensor is blocked" DO NOT MERGE
980149327 : [Angel] Add skeleton SafetyPreference, SafetyIssue and SafetySourceData to `framework-s`.
8a0060db6 : [Angel] Add SafetyPreferenceData and SafetyIssueData to SafetySourceData
28eb44f4a : Allow bypassing qualification for system speech recognizer when testing.
7c43c8da1 : Revert "Add SafetyCenterActivity intent action and CTS tests."
129452d4b : Remove circular dependency context from interface
dbe9a8b99 : Fix localization issues with strings
b2220aa39 : Clear USER_SET flag when user selects ask button
1b48f71b0 : [Angel] Add skeleton SafetyPreferenceData and SafetyIssueData classes
dc24b450c : Add SafetyCenterActivity intent action and CTS tests.
5103dbc79 : Import translations. DO NOT MERGE ANYWHERE
7096a9fc8 : Import translations. DO NOT MERGE ANYWHERE
6acaa6e71 : Ensure pre-M app with no permissions doesn't crash ReviewPermissions
46d2482a6 : Make setting search items send permission group
095af8757 : Unhibernate an app when a user exempts it
e198a76c2 : Add SafetySourceData to PermissionController.
a93184faf : Update content description and other accessibility features
a357af900 : Support signing certificate for default holder config.
c4afaf30d : Revoke location pregrant for system browser when it's no longer the default.
b3e109093 : Add request permission in auto projection role
7f2ded1c6 : Add new device management role
3edd140a1 : Add APP_STREAMING role and CREATE_VIRTUAL_DEVICE permission
094da2f8c : Use @RequiresApi instead of @MinSdk.
3b853f4af : Add Kotlin to service-permission.
8bbcb7cdd : Import translations. DO NOT MERGE ANYWHERE
034338683 : Import translations. DO NOT MERGE ANYWHERE
35fad81e3 : Update role permission protection doc to use new <staging-public-group>.
3ec8c334b : Grant android.permission.CREATE_VIRTUAL_DEVICE to SYSTEM_AUTOMOTIVE_PROJECTION role.
41655e5ac : Add system supervsion role.
fcde7624c : Show "while in use" button for mic and cam on R
cbfcce919 : Remove redundant attribute after ag/16044612.
fae071a23 : Import translations. DO NOT MERGE ANYWHERE
2a7d27568 : Import translations. DO NOT MERGE ANYWHERE
efd83ae33 : Add wifi to nearby devices permissions
e62dae890 : Change "mts" tag to "mts-permission"
0350945c1 : Import translations. DO NOT MERGE ANYWHERE
d17053484 : Import translations. DO NOT MERGE ANYWHERE
2473672fa : Return reference to sensor livedata if already created
ce7567284 : Default overrideUserWhenGranting to false.
139a6da99 : Add minTargetSdkVersion for required components.
54f819365 : Add SET_DEFAULT_ACCOUNT_FOR_CONTACTS to shell role
b9f23d23a : Add the systemserver_fragment to permission SDK.
713a1f1ee : Add warning banners to the permission pages if the sensor is blocked
104c1fbd0 : Import translations. DO NOT MERGE ANYWHERE
9fbe70c48 : Import translations. DO NOT MERGE ANYWHERE
6886e5438 : Add warning banners to the permission pages if the sensor is blocked
27b8918c3 : Make privacy dash info icon window transition
794227209 : Bump minSdkVersion in sample role to 33.
a5826521d : Import translations. DO NOT MERGE ANYWHERE
cbb85f880 : Import translations. DO NOT MERGE ANYWHERE
48155f932 : Add APP_STREAMING role.
4f2ec2d0c : Add wifi to nearby devices permissions
99d47c4e2 : Close permission dialog on outside touch
e107c563a : Fix app permission page crashing
cc3344242 : Import translations. DO NOT MERGE ANYWHERE
c9edadcf7 : Import translations. DO NOT MERGE ANYWHERE
a4fba7bc4 : Ensure Notification Permission is only added in T
0f8a298c6 : Enable optimization for service-permission.
529c5b5dc : Add the systemserver_fragment to permission SDK.
8d5ef3546 : Import translations. DO NOT MERGE ANYWHERE
ea16f5937 : Import translations. DO NOT MERGE ANYWHERE
39396cb0a : Allow settingslib_config_headlineFontFamily customization
674dd71bd : Fix default value of hibernation
25e3773d4 : Exempt digital wellbeing apps from hibernation
3e90e2ab2 : Add a SecurityHub package and a basic Activity.
d7984b550 : Import translations. DO NOT MERGE ANYWHERE
90aada629 : Import translations. DO NOT MERGE ANYWHERE
0202a91c5 : Update design for perm grant dialog
f87704eeb : Shrink permission dialog window
1f5ed2ca9 : Shrink permission dialog window
b4a889883 : Import translations. DO NOT MERGE ANYWHERE
967b7a929 : Import translations. DO NOT MERGE ANYWHERE
3b529bbb6 : Import translations. DO NOT MERGE ANYWHERE
3e0aabed3 : Import translations. DO NOT MERGE ANYWHERE
ecfb86137 : Add TOGGLE_AUTOMOTIVE_PROJECTION to the system shell role.
d7dae5624 : Add notification permission handling in UI
8814ba04b : Enable subattribution on master. Add SDK guard to ensure it is only enabled on S+.
7816d62a5 : Add SDK guard to ensure subattribution is only enabled on S+.
c3ace82f8 : Add TOGGLE_AUTOMOTIVE_PROJECTION as a permission for the SYSTEM_AUTOMOTIVE_PROJECTION role.
1c67aeb1a : Remove custom BackgroundThread
7f9cb99fe : Fix loading indicator jumping around
c6571487a : Fix app permission page crashing
abc17122a : Import translations. DO NOT MERGE ANYWHERE
5b68f178b : Import translations. DO NOT MERGE ANYWHERE
86d1df623 : Adding additional info text to app permission page Test: Took a photo to verify that the info label is displayed for apps holding special exempted roles
e4a5773ce : Fix COARSE don't allow case
b901eea3b : Update location accuracy animation files
4ba1427ac : Exempt all installer-type apps from hibernation
048f697a2 : Import translations. DO NOT MERGE ANYWHERE
6be6f4185 : Import translations. DO NOT MERGE ANYWHERE
25bcd6cb5 : Fix permission dialog button strings for non-location groups
43b138752 : Import translations. DO NOT MERGE ANYWHERE
fc012db12 : Import translations. DO NOT MERGE ANYWHERE
47c4d3313 : Update role app op permission logic for INTERACT_ACROSS_PROFILES on R.
5af9ea77d : [Location Accuracy] Turn off the feature for apps targeting R-
0a4bf3469 : Don't start a new one-time permission session if not needed
d8a6affd8 : Make the "Share detailed debugging data?" notification local only.
151ea3b31 : Remove ProcessLifecycleOwnerInitializer workaround from manifest
ebbe8636c : Import translations. DO NOT MERGE ANYWHERE
3b8920a0d : Import translations. DO NOT MERGE ANYWHERE
b07768a3d : Add SET_DEFAULT_ACCOUNT_FOR_CONTACTS permission.
c5f6ab28a : Import translations. DO NOT MERGE ANYWHERE
cdc63239a : Import translations. DO NOT MERGE ANYWHERE
a79065f23 : Import translations. DO NOT MERGE ANYWHERE
f866a5ffd : Import translations. DO NOT MERGE ANYWHERE
92eff0b8b : Fix bug where empty permission wouldn't show up
99815b7c0 : Import translations. DO NOT MERGE ANYWHERE
8602e6d43 : Import translations. DO NOT MERGE ANYWHERE
c714571be : Generating summary text for sub attribution
3310818e7 : Import translations. DO NOT MERGE ANYWHERE
2cd9e9a5b : Import translations. DO NOT MERGE ANYWHERE
706c9e320 : Remove references to private resources
4beaaeedb : Update string DENY/DENIED to Don't Allow
82e27d934 : Pass intent extra which clarifies if UI shows subattribution
9ded41fb4 : Mark permission module as compressible
c1eb0bfe4 : Add last access to Auto apps permission screen
ce62d2676 : Handle case when there is no usage of app.
d485f13f8 : Removing unused code from PermissionHistoryPreference
c4dd40d0d : Fix issues highlighted in http://ag/15440757
8cd0789dd : Subattribution support in timeline. Change is flag guarded.
57cf03ceb : Import translations. DO NOT MERGE ANYWHERE
6baa76c48 : Import translations. DO NOT MERGE ANYWHERE
66a445b86 : Load subattribution labels in background.
92f2d2571 : Fix job running after first flash not doing anything
615c0d7c4 : Add flag function for subattribution. Flag on mendel side was added in http://cl/387357758
7aed7cb3e : Add isLocationProvider method
718379425 : using TimelineUsage interface in PermissionDetailsFragment.java
548e47da2 : Import translations. DO NOT MERGE ANYWHERE
b27a94f37 : Import translations. DO NOT MERGE ANYWHERE
5cc5d01ef : Import translations. DO NOT MERGE ANYWHERE
8644004aa : Import translations. DO NOT MERGE ANYWHERE
a00df23db : Fix loading spinner not showing up
1689f07b7 : Fix views staying invisible.
d74304dd2 : Rename RadioButtonPreference -> SelectorWithWidgetPreference.
b76331ebe : Use FrameLayout for preferences container
a63380199 : Import translations. DO NOT MERGE ANYWHERE
427b77925 : Import translations. DO NOT MERGE ANYWHERE
dcdfccf08 : Grant additional permissions for wear sysui package.
000a7301f : Import translations. DO NOT MERGE ANYWHERE
41e70caaa : Import translations. DO NOT MERGE ANYWHERE
3c8cd0452 : Import translations. DO NOT MERGE ANYWHERE
43ff9db4c : Import translations. DO NOT MERGE ANYWHERE
b8e5d3554 : Import translations. DO NOT MERGE ANYWHERE
76d7cb3a0 : Import translations. DO NOT MERGE ANYWHERE
d8860dea1 : Import translations. DO NOT MERGE ANYWHERE
19666784f : Import translations. DO NOT MERGE ANYWHERE
ce30dfc2c : Import translations. DO NOT MERGE ANYWHERE
68fbbacd2 : Import translations. DO NOT MERGE ANYWHERE
921398708 : Import translations. DO NOT MERGE ANYWHERE
7eceb6717 : Import translations. DO NOT MERGE ANYWHERE
64db3f2d0 : Import translations. DO NOT MERGE ANYWHERE
1cceb4a5c : Import translations. DO NOT MERGE ANYWHERE
5ebef2ff5 : Import translations. DO NOT MERGE ANYWHERE
7d1682207 : Import translations. DO NOT MERGE ANYWHERE
2414ebb11 : Import translations. DO NOT MERGE ANYWHERE
0825ebba8 : Import translations. DO NOT MERGE ANYWHERE
b0522ec1a : Import translations. DO NOT MERGE ANYWHERE
debb022d7 : Import translations. DO NOT MERGE ANYWHERE
953db96d3 : Import translations. DO NOT MERGE ANYWHERE
50c2acc2f : Import translations. DO NOT MERGE ANYWHERE
b98191885 : Import translations. DO NOT MERGE ANYWHERE
cb25ea897 : Import translations. DO NOT MERGE ANYWHERE
c21a46a3b : Create button which ignores clicks when window is partially obscured
609e3f014 : Import translations. DO NOT MERGE ANYWHERE
656a0ebb2 : Import translations. DO NOT MERGE ANYWHERE
0c8d16416 : Import translations. DO NOT MERGE ANYWHERE
dac578616 : Import translations. DO NOT MERGE ANYWHERE
71fe4d433 : Import translations. DO NOT MERGE ANYWHERE
3d73201c2 : Import translations. DO NOT MERGE ANYWHERE
a939f06fd : Import translations. DO NOT MERGE ANYWHERE
181e5609a : Include sdk versioning proto in permission apex
ce14e0edd : Import translations. DO NOT MERGE ANYWHERE
5880d8c56 : add CtsPermission3TestCases to TEST_MAPPING
b0b819aca : Import translations. DO NOT MERGE ANYWHERE
b9fcc456b : Import translations. DO NOT MERGE ANYWHERE
2d91a93b7 : Include MODULES_OWNERS as per policy.
d04077d2e : Remove GET_ACCOUNTS_PRIVILEGED from PermissionController.
28b4f790b : [Privacy Hub] Update FAB UI
58e028b2e : Import translations. DO NOT MERGE ANYWHERE
868e22572 : Import translations. DO NOT MERGE ANYWHERE
d0cbd337f : Add systemserverclasspath_fragment.
b7ee59660 : Import translations. DO NOT MERGE ANYWHERE
51a1f6e03 : Import translations. DO NOT MERGE ANYWHERE
a39f1214f : Import translations. DO NOT MERGE ANYWHERE
3ec347c18 : Import translations. DO NOT MERGE ANYWHERE
405c43a5a : Import translations. DO NOT MERGE ANYWHERE
835861be9 : Import translations. DO NOT MERGE ANYWHERE
68c1e579d : Import translations. DO NOT MERGE ANYWHERE
2ac6c6550 : Import translations. DO NOT MERGE ANYWHERE
8a1fe0ae1 : Import translations. DO NOT MERGE ANYWHERE
f639f7664 : Introduce static roles.
c804a1fc7 : Import translations. DO NOT MERGE ANYWHERE
1f37f342b : Import translations. DO NOT MERGE ANYWHERE
77e25a639 : Import translations. DO NOT MERGE ANYWHERE
3ed234fd3 : Import translations. DO NOT MERGE ANYWHERE
df2ae08c3 : Import translations. DO NOT MERGE ANYWHERE
168aa9d39 : Import translations. DO NOT MERGE ANYWHERE
c123f37cf : Import translations. DO NOT MERGE ANYWHERE
7c8c59496 : Import translations. DO NOT MERGE ANYWHERE
92fb69bf2 : Import translations. DO NOT MERGE ANYWHERE
81ac1fe19 : Import translations. DO NOT MERGE ANYWHERE
4f958af01 : Import translations. DO NOT MERGE ANYWHERE
47265280e : Import translations. DO NOT MERGE ANYWHERE
4903d3880 : Import translations. DO NOT MERGE ANYWHERE
9ada5ffed : Add documenter role
766a0b927 : Import translations. DO NOT MERGE ANYWHERE
b496e235e : Import translations. DO NOT MERGE ANYWHERE
a0c45fd2b : Import translations. DO NOT MERGE ANYWHERE
c118cd942 : Import translations. DO NOT MERGE ANYWHERE
c992ad5a0 : Import translations. DO NOT MERGE ANYWHERE
9b4d28bc7 : Import translations. DO NOT MERGE ANYWHERE
dd7ffb379 : Import translations. DO NOT MERGE ANYWHERE
a98715a7e : Import translations. DO NOT MERGE ANYWHERE
e78a5ace8 : Import translations. DO NOT MERGE ANYWHERE
026f99309 : Import translations. DO NOT MERGE ANYWHERE
71847d505 : Import translations. DO NOT MERGE ANYWHERE
dd68f7d35 : Import translations. DO NOT MERGE ANYWHERE
7e755af67 : AR Attributions for Location history. They follow the same model as location attribution to the headless apk. More details about design here: go/bluedoc-headless-lh
fc5b33b90 : Import translations. DO NOT MERGE ANYWHERE
2bb9527f8 : Import translations. DO NOT MERGE ANYWHERE
d65bcb974 : Set GRANTED_BY_ROLE flag for app op permissions granted by role.
3ec40071b : Import translations. DO NOT MERGE ANYWHERE
d1d3fb131 : Import translations. DO NOT MERGE ANYWHERE
36a9ae5f9 : Import translations. DO NOT MERGE ANYWHERE
12981af4e : Import translations. DO NOT MERGE ANYWHERE
11eaf1771 : Import translations. DO NOT MERGE ANYWHERE
7e7327626 : Add contacts permissions to watch profile
17d22e2d3 : Import translations. DO NOT MERGE ANYWHERE
8b840beb8 : Remove comment to verify user existence check.
b0dcee2e5 : Omit lastTimeVisible when dumping AutoRevoke
ecd77e2fc : Add documentation for using role permission protection.
cffbfc6bf : Separate common and FF-specific In-Process UI tests

+- Project: platform/packages/modules/RuntimeI18n

d66e1e1 : Remove implementation details from i18n hidden api flags
32fb3a6 : Remove unnecessary library from I18n SDK
54838dc : Generate hashtree for com.android.i18n.apex
ee6b931 : Do not generate classpaths proto for RuntimeI18n apex.
63b2e46 : Set OWNERS for packages/modules/RuntimeI18n
dbe135b : Do not generate classpaths proto for RuntimeI18n apex.
536e16a : Explicitly set generate_hashtree: false
bde4a1c : Enable hidden API processing in i18n-bootclasspath-fragment

+- Project: platform/packages/modules/SEPolicy

4a240e5 : Rename sepolicy_test module
0510dbb : Move updatable policy into a signed zip file
ca19532 : Add signature for APK
9383010 : Prevent build system from modifying AndroidManifest.xml
bef9c6d : Add debug cert encoded as der
efb36b0 : Add fsverty signature for sepolicy apk to apex
1604d90 : Create apex containing an APK for policy delivery
049999c : Initial empty repository

+- Project: platform/packages/modules/Scheduling

70366eb : Bump version codes in tm-dev to match tm-mainline-prod
b5395ab : Bump Mainline Module Version Codes in tm-dev to 330090000
faef2b4 : Remove implementation details from scheduling hidden api flags
94b6e88 : change default version number to 330000000 for T build modules.
7a65c59 : Using common apex_defaults for com.android.scheduling module.
9a7b4d8 : Using common apex_defaults for com.android.scheduling module.
54a317f : Add target sdk version to reboot readiness tests
9d11458 : Increment apex version
fe416a3 : Move Scheduling system service declartion into the apex.
80ac8c6 : Dexopt service-scheduling.
0c10a4c : Change framework-scheduling's min_sdk_version to "S".
650ebf5 : Revert "Add permitted_packages to service-scheduling"
241482d : Add permitted_packages to service-scheduling
6866519 : Migrate Scheduling modules to use modules-utils
ae8e6c2 : Fix the file is not correctly persisted
32ce748 : Fix disable-interactivity-check option
7533755 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Scheduling

+- Project: platform/packages/modules/SdkExtensions

9dec21e : Bump version codes in tm-dev to match tm-mainline-prod
70ac458 : Bump Mainline Module Version Codes in tm-dev to 330090000
a4e53fd : Don't use Tiramisu as the latest codename.
6cb82ad : Bump SDK Extension version to 3
58d7d88 : Add driver script for gen_sdk and test updates
fe2c51e : Bump apex version to 33xxxxxx in tm-dev.
66ebd09 : Update derive_sdk with the list of T modules
1223654 : Update README for creating a new extension
c47655d : Add some checks surrounding module constants
33cc395 : Add new mode to create SDK requiring all modules
acd10e2 : Add jarjar rules for modules-utils-build in javatests/
9f6dd55 : Fix SdkExtensions CTS test to work on R/S again
6c34a5e : Update version asserts in SdkExt tests
13fffb6 : Update version asserts in SdkExt tests
db29144 : Update version asserts in SdkExt tests
bea8fec : Fix SdkExtensions CTS test to work on R/S again
a158dd1 : Update version asserts in SdkExt tests
ae7ccba : Update version asserts in SdkExt tests
8c389d7 : Add brief usage examples for SdkExtensions
cc5e3ce : Replace "xxd" with "toybox xxd" in gen_sdk_test
8cb4c89 : Introduce version code constant for use in test
0a6748a : Introduce version code constant for use in test
3478a71 : Add a consistency check that all modules are mapped
41e76ce : Introduce version code constant for use in test
2b62d93 : Add a consistency check that all modules are mapped
55d3038 : DO NOT MERGE: Update Sv2 CTS to allow extension version 2
913dc43 : DO NOT MERGE: Update S CTS to allow extension version 2
d4a9bfb : Fix typo in test expectations
dbf7f01 : Update SdkExtension tests to expect version 2
cfe05f8 : Update SdkExtension tests to expect version 2
5663ebb : Bump SDK Extension version to 2
c024f03 : Remove implementation details from sdkext hidden api flags
8b30b40 : Using global apex_default corresponding to R release.
ee8eb2f : Add extensions for Android T
7d37223 : Make SdkExtensions class public
6075f1d : Use C strings in unbounded_sdk_level
30e7c30 : Write files in a temporary directory
90c6c2a : Fix typo in args parsing
bd90aeb : Remove unused file.
dcf2160 : Update reference to VERSION_CODES.S
ae351af : Update derive_sdk implementation
d1647cc : Expand derive_sdk_test
fc80946 : Add an EXPECT_ALL utility, simplify tests
535bd7f : Derive STANDALONE_SYSTEMSERVER_JARS from systemserverclasspath.pb.
43eba8f : Check for jars' sdk versions during install.
24919f4 : Jarjar all of com.android.modules.utils.build.
c1720c1 : Promote satayev to OWNERS for SdkExtensions.
ad8bfd5 : Enable preupload hook script to check java paths.
8f77b3b : Remove unused test_framework-sdkextensions.jar
7fe4545 : Move Test api to java/a/os/ext/testing/
d08d042 : Check for core-icu4j.jar in ClasspathsTest.
2cb00d3 : Move test apex definition to javatests/
b0a7bf9 : Add default visibility to javatests/.
c788421 : Replace apps package names to match file locations.
445b153 : Move test apps into javatests/.
9173321 : Move SdkExtensionsHostTest to javatests/.
73c0395 : Move CtsClasspathsTestCases to javatests/
385ab50 : Move SdkExtensionsTest to javatests/
12f566c : Move framework/ files into java/ directory.
5c7cfec : Add a flag on derive_classpath to scan a specific directory only
e7d34bf : Allow the caller to override system fragments
86d87ad : Refactor various options into a struct
5cb6d91 : Update documentation following refactor
4aa5c83 : Introduce MTS controller for CtsClasspathsTestCases.
43e7dff : Write generated data to a temp file first, attempt #2.
85d40cd : Version bump for SdkExtensions
7d05564 : Add reserved_disk group in derive_classpath.rc.
bc09677 : Check for core-icu4j.jar in ClasspathsTest.
acb41b9 : Add LOG statements to derive_classpath.
507d632 : Check that DEX2OATBOOTCLASSPATH is a subset of BCP.
68ef3b2 : Update OWNERS for derive_classpath stuff.
9dd0079 : Use DeviceSdkLevel.isAtLeastS() in ClasspathsTest.
6732eeb : Add conscrypt module to the set of R modules
a10318b : Explicitly CHECK that derive_classpath is run on S+ only.
2239417 : Make test_framework-sdkextensions a separate jar with test classes.
8bc9c0a : Change E2E "default" version check
84224f4 : Move sdkextensions_e2e_tests to tests/e2e/Extensions/.
fa46721 : Revert "Revert "Move sdkextensions_e2e_tests to group presubmit-large""
5b216ea : Revert "Move sdkextensions_e2e_tests to group presubmit-large"
1ed423f : Revert "Remove workarounds for running on 32-bit CF"
dac040c : Use android_test_helper_app instead of android_app
5d40462 : Explicitly disable usesNonSdkApi
69e6ba8 : Rename sdkinfo extension from binarypb to pb
775b19e : Improve error message for failing tests
6c3fd81 : Update reference to cur_sdkinfo
7fe016d : Switch test_com.android.sdkext to use java_sdk_library
b3dc238 : Remove workarounds for running on 32-bit CF
34d47eb : Enable strict updatability linting
338c35f : Retry: "Enable hidden API processing in com.android.sdkext-bootclasspath-fragment"
da3b76b : Revert "Enable hidden API processing in com.android.sdkext-bootclasspath-fragment"
f1b3641 : Define separate glob patterns for SYSTEMSERVERCLASSPATH.
9d18022 : Update reference to S API level
d268742 : Check that apexes only contribute their own jars to classpath.
d4df6be : Test that dex2oat jars come before any other jars on BCP.
1d9eb02 : Include MODULES_OWNERS as per policy.
c0fddf6 : Use absolute paths in classpaths.proto.
6b85594 : Enable hidden API processing in com.android.sdkext-bootclasspath-fragment
9a5c441 : Add bootclasspath_fragment.
c9d11fc : Reformat .bp files
f01c29b : resolve Coastguard cherrypick merge conflict for change: 13921408
3982674 : resolve Coastguard cherrypick merge conflict for change: 13921408

+- Project: platform/packages/modules/StatsD

51af85fe : Bump version codes in tm-dev to match tm-mainline-prod
3faf777d : Fix DeviceAtomTestCase#getUid()
c8265b80 : Fix invalidConfigRemoved
1626cbef : Access DeviceConfig as system_server
3f9c17e4 : Remove boot flag code for Value Aggregation fix
19a244c3 : Bump Mainline Module Version Codes in tm-dev to 330090000
96eb8f85 : Test MetricConditionLinks with condition sliced by repeated field
412fb673 : Update statsd guardrails
8a9105f6 : Disallow value/kll fields with position ALL
4978e3ef : Update gauge metric repeated field test to use gauge_field_filter
32754740 : Test value metric with repeated value field and dimensions
063ff130 : Don't update full buckets unless metric has alerts
804775c3 : Annotate test module CtsStatsdHostTestCases test module for foldable device testing
e6c9b659 : Don't update full buckets unless metric has alerts
edcdfa85 : Use permanent cache for EventMatcherWizard
3bf67009 : Value metric memory improvements
922a641d : Disable repeated field tests if sdk is below T
ff1b528a : Bump apex version to 33xxxxxx in tm-dev.
1f5216f6 : Use nested dimensions for slicing by repeated fields and/or position ALL
0e9c1ea9 : Sort reports in testMetricActivation
5a965830 : Test merging additive fields with repeated uids and repeated fields
c94b732d : Fix failing tests
8fee5454 : Upload App Certificate Hash in UidMap
165725ae : Updated the IStatsd lifetime control approach
dccdc976 : Treat repeated fields as non-additive fields
3ad48382 : Fix failing tests
a593f02e : Upload App Certificate Hash in UidMap
076796c3 : Flush batteryStats handlers in wakelockDuration test
65716895 : Remove implementation details from statsd hidden api flags
52e95344 : Add logging to TestMetricActivation
f4951fbb : Use buffer.data() instead of &buffer[0]
c3dd992a : Fix InvalidConfigRemoved
7368ff64 : Remove redundant value metric test
fd9c1b12 : Add StatsD to hwasan-postsubmit
6aa1dd93 : Add checks for parsing all annotation types in LogEvent
56b7faa7 : Statsd Coverage: test calling apis w/o permission
4c39a445 : Annotate all repeated int elements for is_uid annotation
721202ec : [TestDrive] Fix terse option for EventMetric
e445c791 : Revert "Revert "Allow more than INT8_MAX values in LogEvent""
2c24281a : Handle empty repeated field dimensions
85d168a9 : Create hostsidetests for statsd fw
02205ca0 : Revert "Allow more than INT8_MAX values in LogEvent"
dd1b2b32 : Allow more than INT8_MAX values in LogEvent
1ef8c07e : Remove unused code in SCS
4425dcf9 : Using common apex_defaults for com.android.os.statsd module.
f2de1a35 : Remove screenBrightness from p/m/Statsd
2e091dcf : Add more coverage to StatsDimensionsValueTest
896ddb3b : Remove unused code
80b025cc : Fix dimension write functions and add more e2e tests for repeated fields
c45bfb63 : Document UTF8 encoding of string array API
13efad4c : Add Cts test for StatsFrameworkInitializer
f209236f : Fix dimensioning on repeated fields, position ALL
f348faa6 : Repeated field tests
1b03d616 : Fix bug in matcher case for neqanystring
134c97a2 : Do not #define DEBUG in statsd code.
e6e4b72e : Add documentation for maximum list size exceeded
ff26189a : Fix proto logging for repeated fields
475254cb : remove libbinder_ndk_host_user
f8ff5c08 : Remove duplicate TestAtomReported test
ce455dd4 : Update StatsManager docs
287a870a : Compute size of FieldValue at runtime
e58b24bb : Add UID of pvirtualization service (AID_VIRTUALIZATIONSERVICE) to logsources for statsd_testdrive to work
e07cd70c : Tests for parsing repeated fields in LogEvent
186a82ed : Parse repeated fields from StatsEvent buffer
05f4c57d : Fix testPulledAnomalyDetection
f92a7e5a : Fix testPulledAnomalyDetection
afcbcca6 : Fix MetricActivationsTest
95ec3f08 : Backfill MetricActivationTests
ad7b6571 : Dexopt service-statsd.
5cd57cb6 : Dexopt service-statsd.
5ec371a0 : Dexopt service-statsd.
bebba4a1 : Fix GaugeMetricBackfill
3f48ffe5 : Backfilled CTS
7ae98d1b : Fix GaugeMetricBackfill
6067edc4 : Revert "Revert "Cleanup flagging code for AggregateAtoms""
f1ca4d96 : Revert "Cleanup flagging code for AggregateAtoms"
b9a873af : Cleanup flagging code for AggregateAtoms
d315472e : Remove KllMetric flag and hardcode enable it.
d14e2f4d : Hardcode disable app upgrade bucket splits
abeb4290 : Support repeated field encodings in StatsEvent
56326aae : Support repeated field encodings in AStatsEvent
e64845f6 : Remove the batterystats proto validation
9a2b8941 : Delete BatteryStatsValidationTests
2f2d3a8d : Workaround issues caused by TARGET_BUILD_USE_PREBUILT_SDKS=true
55de8112 : Update testPulledAnomalyDetection
81e38f46 : [Statsd] Fix binder cookie memorie leak
593c0e22 : CtsStatsdHostTestCases--android.cts.statsd.metadata.MetadataTests#testConfigTtl-pass
2bfe21e3 : CtsStatsdHostTestCases--android.cts.statsd.metadata.MetadataTests#testConfigTtl-pass
130062d2 : Update testPulledAnomalyDetection
6a37fa11 : Use direct ByteBuffer in StatsEvent.Buffer
86c2ddd3 : Support aggregation on subset of dimensions for pull, diff Value Metrics
d878ee1d : Add NexusLauncher package to Pulled atom allowed sources
a84d34cf : Revert "Revert "Handle multiple isolated uid to host uid mapping""
2a897a1f : Handle multiple isolated uid to host uid mapping
c17711d3 : Revert "Handle multiple isolated uid to host uid mapping"
634ca1a4 : Multiple isolated uids to host uid mapping tests
21a57d90 : Handle multiple isolated uid to host uid mapping
b7f6db8b : Handle multiple isolated uid to host uid mapping
e4e4374a : Fix discrepancy between wallclock and dump timestamps
e86f1934 : [libstatspull] Remove unused static dependency on libutils
f01a3559 : Handle multiple isolated uid to host uid mapping
92671514 : Fix MetricActivationsTest
e98a7d39 : Backfill MetricActivationTests
ecac2a83 : Update CTS test for app upgrades
c6cc8e75 : Backfill GaugeMetricData in tests
c510bf63 : Remove ndk_platform backend. Use the ndk backend.
f81348ed : Implemented ValueMetric condition duration correction handling
d7ca9e2c : Remove ndk_platform backend. Use the ndk backend.
ef5e8132 : Use flag to control app upgade buckets splits
c7a7ed28 : Update test to ignore enum comparison errors.
8223fe71 : Aggregate Gauge Metrics
a8ea010b : E2e tests for Aggregated event metric
4ab61a77 : Aggregate event metric atoms
f014f9ac : Proto changes to aggregate event metrics
50cd4e6f : Add support for boot flags in flag provider
cdde0098 : Refactored test cases for ValueMetric
a379c50c : Enable strict updatability linting for statsd
74a3521d : Allow disabling app upgrade bucket splits
fd854b81 : Slice conditions default to false
fa5c2e87 : Replace writepid with task_profiles command for cgroup migration
abf1ef09 : Flag guard KllMetric
2e31123d : Attempt to deflake CtsStatsdHostTestCases
442a2f3c : Enable statsd to perform its own hidden API processing
fefc50a0 : Update inheritance from the android::RefBase
add0a288 : Revert "RESTRICT AUTOMERGE: Revert "Added artd to the UID map""
1ca3f20c : Add tests for KllMetricProducer
70a80024 : Clean up statsd-module-sdk-for-art.
6dcd8b83 : Add statsd bootclasspath fragment to its sdk
b67d7ce4 : Add KllMetricProducer for pushed metrics
eabd94f5 : Add KllMetricProducer for pushed metrics
8b83eb88 : Skip flag queries on R devices
55b98d0f : Add KllMetricProducer for pushed metrics
78e0c747 : Split ValueMetricProducer
d6511e8e : Include sdk versioning proto in statsd apex
fe814b0b : resetBase() in flushCurrentBucketLocked()
cc63069d : Add VirtualizationService to UID map.
b36ca5a6 : Include MODULES_OWNERS as per policy.
89fe2b67 : Reserve statsd config and report fields for versioning
7cef291c : Change write cooldown to 15 seconds
4b6a26d1 : Update libkll Soong module
972ae40f : Add CBR package to statsd log sources
34c94fa0 : Fix potential out of bounds writes in LogEvent.

+- Project: platform/packages/modules/Uwb

987f2d0 : Bump version codes in tm-dev to match tm-mainline-prod
5ce446c : uwb(service): Fix NPE when getAction() == null
77b7c18 : uwb(service): Dont cache specificationinfo
c2bed05 : uwb(service): Allow UWB toggle when APM mode on from rooted shell
cb6e6fb : Bump Mainline Module Version Codes in tm-dev to 330090000
52c7af6 : uwb(service): Disallow aoa result & interleaving in shell command
5c66fa7 : uwb(service): Handle session deinit notification
ad4d459 : uwb(native): Adding host tests for libuwb_uci_jni_rust_tests
dbd43be : Uwp - Tiramisu is now 33
4d6a88b : Revert "uwb(service): Cleanup any ongoing sessions when country code changes"
f00004e : Trigger bugreport for device error
d179542 : uwb(support_lib): Allow multi-device cts snippet to use support_lib
36b0db1 : Bump apex version to 33xxxxxx in tm-dev.
3d7a491 : Report device error count
bfc0020 : uwb(service): Send bad params error code on duplicate session id
dfc928a : uwb(uci-jni-rust): Add #cfg(tests) for all mocks
f0b09bb : uwb(uci-jni-rust): Wait for dispatcher termination for deinitialization
ef614df : uwb(jni): Don't use android_logger
bc0f095 : uwb(support_lib): Create a generic specification params class
facef5e : Add power stats capability check
e3d9ab7 : uwb(service): Cleanup any ongoing sessions when country code changes
312a57b : [uwb] Add FiraServiceConfig
64bb23b : uwb(service): Dont allow non-fg 3p apps to open ranging session
9538dd9 : uwb(service): Bug fixes in HAL crash handling
58432b3 : uwb(service): Dont invoke onStopped from session status ntf
113d3c5 : uwb(jni-rust): Ensure we return the status code to java layer
144d1d9 : uwb(service): Toggle UWB off when error status is received
3f52abe : uci(rust): Fix VendorUciResponseClass JNI signature
a93cd87 : uwb(service): Plumb vendor uci cb methods
c5dd682 : Remove implementation details from uwb hidden api flags
eb9e138 : uwb(service): Start timer to track continous errors
0fda0d7 : uwb(framework): Use oneway interfaces for callbacks
15c2680 : uwb(service): Stop ranging session on continuous ranging failures
318a2f7 : JNI changes to support vendor extension features
afcd2fd : uwb(support_lib): Add javadocs for all support lib params
855abb2 : uwb(service): Implement onControleeAdded/Removed cbs
9af87d9 : uwb(service): Add implementation of add/remove controlee
b05b49c : uwb(service): Cleanup handling of reconfigureRanging
67348d6 : uwb(service): Rework reason codes for callbacks
9196887 : [uwb] Expand unit test for RegulatoryInfo
5db6c10 : [uwb] Add unit test for ChannelPowerInfo
d68d792 : UwbCountryCode: Default to 00 when no country code is available
80b6d18 : [uwb] Add DiscoveryAdvertisement
3fc4af6 : Add the wall clock timestamp
f694de8 : uwb(service): Fix reasonCode for onStopped and onClosed
6897f01 : uwb(service): Use WifiManager only if device supports Wifi
47daae0 : uwb(service): Force update country code on every UWB toggle on
f79883d : uwb(uci-jni-rust): Add jni rust tests to uwb mts
800ff86 : uwb(service): Remove stack redundancies (2/2)
fa966c1 : uwb(service): Remove stack redundancies (1/2)
eb33ff6 : Revert "Revert "uwb(service): Fix error codes returned in callbacks""
66541b0 : Revert "uwb(service): Fix error codes returned in callbacks"
b7c9163 : uwb: Add JNI rust tests to TEST_MAPPING
f45feaa : uwb(service): Fix error codes returned in callbacks
afdb49e : uci-jni-rust: add test cases for the JNI
50381e1 : uci-jni-rust: add a test case to verify get_specification_info()
d8ae407 : uci-jni-rust: add a test case to verify do_deinitialize()
3a73e61 : uci-jni-rust: Add libuwb_uci_jni_rust_tests for JNI stack
9e3764e : uci-jni-rust: Add MockContext
8f608f1 : uci-jni-rust: Add MockDispatcher
9d2fecd : uwb(service): Use Controller/Initiator as default
4badc5f : Using common apex_defaults for com.android.uwb module.
27c0bb9 : Using common apex_defaults for com.android.uwb module.
fa53dd2 : uci-jni-rust: Abstract JniENV for the testing
0da8048 : [uwb] Add UwbIndicationData
dd828d7 : [uwb] Add SecureComponentInfo
e7afd04 : [uwb] Add FiraProfileSupportInfo
375a89c : [uwb] Add VendorSpecificData
340c85e : [uwb] Add RegulatoryInfo and ChannelPowerInfo
5b15392 : uwb(service): Handle CCC session start with no params
ccf1a6b : uwb(service): Include AOA info only when enabled for session
c2f5564 : uwb(apex): Remove "required_libs" from manifest
edf04da : uwb(service): Remove unused UwbSpecificationInfo
d5e2c40 : uwb(api): Address API review comments (2/2)
491dc70 : Add unit tests for UwbMulticastUpdateStatus
c1b3d4c : uwb(jarjar): Fix typo
aabf7a0 : uwb(api): Address API review comments (1/2)
2771444 : Add check to handle zero-only FlagEnums
d379d85 : uwb(service): Populate elapsed real time in RangingReport
1286774 : [uwb] Expand unit test for UwbManager
d17b454 : [uwb] Expand unit test for RangingManager
845682b : uwb(service): Fix dst address endianness in reconfigure
a950cb9 : uwb(service): Use DS-TWR as default in shell command
fc97965 : Remove UwbPermissions(unused), add unit test for UwbRangingData initialize
f84ef75 : uwb(jarjar): Jarjar preconditions rules
a9eda17 : uwb(service): Remove tmp hacks
d8588e4 : uwb(service): Few fixes for P21 integration
4cecfde : Add unit test for UwbSessionManager(reconfigure and deInit)
ffc1183 : uwb(uci-jni): Remove c++ stack from uwb module
5fc86c2 : Change Disable command to be a blocking one.
e552003 : Add unit test for UwbSessionManager(StopRanging)
7ac2a8e : Add ranging start status count
76c817f : Add unit test for UwbSessionManager(StartRanging)
0b588a8 : uwb(service): Allow setting of AOA type for FIRA sessions
33f6d6b : uwb(service): Allow setting of channel for FIRA sessions
0ed7d01 : Commenting out unused classes related to tests
ffec968 : [uwb] Add unit test for UwbManager
7099b30 : Add unit test for UwbSessionManager(OpenRanging)
54db621 : uwb(service): Allow ranging start from unrooted shell
16cc025 : [uwb] Add unit test for UwbVendorUciCallbackListener
58055ba : [uwb] Add unit test for UwbFrameworkInitializer
641013a : Add power stats support
b6ae8fd : uwb(service): Handle all exceptions in APM mode handling
baeb81a : uwb(support_lib): Allow CTS test to include support lib
ba5d4c0 : uwb(service): Add null check in UwbConfigurationManager
45064aa : uwb(uci-jni-rust): Fix Vendor Rsp/Ntf UCI packet heirarchy
007a0ac : Add more UWB metrics
46119de : Add unit test for UwbSessionManager(part)
0de5125 : uwb(service): Implement device reset
78e0332 : uwb(service): Fix CCC ranging start
ef423e2 : Add Unit tests for UwbServiceImpl
9b5f45f : Add unit tests for UwbConfigurationManager and UwbSessionNotificationManager
70e0d3d : uwb(test): Add unit test for TlvEncoder and TlvDecoder
b2cb868 : uwb(test): Add unit test for CccEncoder and FiraEncoder
c520797 : uwb(test): Add unit test for callback handling in UwbServiceCore
8db4a78 : uwb(test): Add unit test for API handling in UwbServiceCore
ab5dca0 : Add unit test for ObjectIdentifier and UwbVendorUciResponse
7b79992 : uwb(service): Some changes to the CCC capabilities to align with latest proposals in standards body
2c91336 : uwb(TEST_MAPPING): Add support lib unit tests
7233f23 : uwb(service): Use LITTLE_ENDIAN order for decoding tlvs
a563425 : uwb(uci-jni-rust): Remove panics/expects
77cf74e : uwb(service): Use 1 as default session id
7424bab : uwb(service/support_lib): Add support for antenna interleaving
37331f8 : Added logic to read in a configuration file if device supports UWB multi-chip.
c34b2e2 : uwb(service): Clear capabilities cache on country code change
64b4b98 : uwb: Remove local coverage filters
b1b1e7a : uwb(service): Adjust jarjar & proguard rules
1b35c19 : uwb(service): Return default FIRA specification params
4334d45 : Add OMAPI channel to FiRa applet.
3a334cf : uwb(service): Fix multicast address size in JNI
03a6a18 : uwb(service): Use a new lock for all global operations in NativeUwbManager
9101022 : uwb(service): Don't return null for getSpecificationInfo
abe5940 : uwb(service): Implement UwbManager#getSpecificationInfo
abd0c78 : uwb(support_lib): Conform to FIRA specification for FIRa capabilities
752be09 : uwb(uci-jni-rust): Add support for GetCapsInfo
49148a1 : uwb(service): Conform to FIRA specification for FIRa capabilities
ef701e0 : Create new class for Tlv and config statues
af6bd35 : uwb(service): Convert device caps to specification info
8181040 : uwb(service): Throw illegal arg exception for any TLV decode errors
f1481b8 : uwb(service): Add shell command for retrieving specification infos
ea39f7d : uwb(test): Handle WTFs during unit tests
b012e9a : uwb(service): Merge UCI stack with Android S AOSP stack
e91ebbf : uwb(service): Use a separate vendor config param for time0
9411a74 : uwb(uci-jni-rust): Use EventManagerImpl
a77d745 : API changes for UWB multi-HAL.
36c71b8 : uwb(uci-jni-rust): Implement vendor uci cmd/rsp/ntf
eeb5df2 : UwbService: Couple of fixes in UCI stack
4c13977 : uwb(uci-jni-rust): Use {Packet} instead of {Packet}Builder
4369c5c : Revert "uwb(service): Initialize UWB service state at bootup"
b67e06a : Add R-APDU defined by FiRa.
5c95a30 : uwb(service): Handle empty subsession ID list
2edf2f9 : uwb(api): Add separate cb for uci resp & notifications
ba38ee5 : uwb(service): Initialize UWB service state at bootup
8452b49 : uwb(uci-jni-rust): Cleanup up logging
02333f0 : uwb(uci-jni-rust): Enable rust stack by default
f8bc67f : uwb(api): Support for vendor extension UCI commands
bbc677b : Implement Set/GetAppConfig JNI command.
af92b04 : uwb(service): Add helper method for checking rust stack enable
ea69e6c : uwb(uci-rust-jni): Use a single queue for all jni cmds
00c5ab2 : uwb(service): Set sdk to Tiramisu
b82ddec : Add APDU commands defined by FiRa.
2ebfa18 : Add several more JNICommand implementation.
f4e7d6b : Add basic coding, decoding support of ISO7816-4
89e109d : uwb(jni-rust): Reduce log level of jni crate
ac47d5d : uwb(service): Add shell commands for ranging start
f275812 : Initialize EventManager to handle notifications from uwb
14658eb : Complete sessioninit command workflow.
a887caa : Move the adapter to dispatcher to connect jni layer and HAL.
3f687f3 : uwb(service): Remove unnecessary threads from uci stack
d9818bf : uwb(service): Fetch country code from wifi when telephony not available
91a1960 : Cleanup the adaptation.
2399486 : uwb(rust): Add new JNI method for getAppConfigurations
3c6ff2c : uwb: Use GET_APP_CONFIG for CCCRangingStarted struct
94eaff9 : uwb(api): APIs for ADF provisioning of FIRA profiles
822c19d : uwb(api): APIs for FIRA defined profiles
928c22e : Migrate to thiserror.
23dd417 : Implement rest of jni method, send jni command with dispatcher.
02e5abd : Dexopt service-uwb.
78f9073 : Send message from jni to uci layer.
666b6b0 : uwb(support_lib): Add maintenance version added in CR302
816347e : Add configuration file format for configuring devices with multiple UWB chipsets.
9901096 : uwb(support_lib): Sync to latest support lib version from Android S
acc3b71 : Add the RSSI in the API
101e57a : uwb: Add measurement focus to RangingMeasurement
c244fa1 : Revert "add post_notification permission to manifest"
8918aec : add post_notification permission to manifest so the package can send notifications on T+
407fe7b : Add P/H experiment support
2e73fd0 : uwb: Add support for shell commands
d795a50 : Add the rest of rust stubs for JNI call.
ff11734 : uwb: Handle sessions with same sessionHandle from different uids
d63fe01 : uwb: Add missing CCC params
f92fd2a : Add a skeleton of rust side in jni call.
d6fc80a : uwb: Send ranging open failed callback on wrong params
67e7291 : uwb: Send country code updates to the chip
c1af735 : Removes superfluous manifest file
b03153e : Add getChipIds and getDefaultChipId to UWB API to support multi-HAL.
3415c63 : Add throttling to ranging report metrics
a879815 : uwb: Send country code updates to the chip
2e47e31 : uwb: Throw illegalArg exception for add/removeControlee
700a635 : uwb: Add new RangingSession APIs
1808c50 : uwb: Add LOS, destination AOA to RangingMeasurment
45cdf59 : Add chipId parameter to UWB APIs to support multi-HAL.
97caf9e : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Uwb
2c01dd9 : uwb: Add a property for enabling rust stack
f6ffd52 : Add init verion of UwbMetrics
0f50447 : uwb(hal): Add CCC session type SESSION_INIT_CMD
1ea4074 : uwb: New binder interface between UwbManager and UwbService
2292e6d : Add minimal com.android.uwb apex definition.
6cb3fbb : Add OWNERS file.
f6213b4 : syncup with the latest multicast list update
3e5fd27 : Add overlay apk for UWB stack
1969625 : Fix issues with UCI stack
b5b64da : clang format update and multicast list update api signature change as per service
61946fb : uwb(framework): Add visibility for framework-uwb-updatable-sources
4456b46 : uwb(service): Use HAL defined params for CCC
26aa076 : Sync to latest support_library version
1d35a9d : 5th drop
ae2bf84 : uwb: Make support library available to sl4a
ca98a38 : uwb: Cherry-pick APM mode handling from S-QPR
0effe39 : uwb: Add tags for including unit tests in mts
152b9f0 : uwb: Compile against SDK and make apex updatable
4004905 : uwb: Use the newly exposed PermissionManager API
0da8db1 : UwbManager: Address API council feedback
7616dc6 : UwbSettingsStore: Migrate UWB toggle from Android 12
8311ee5 : UwbService: Add a module for persisting settings
4a2905c : Remove ndk_platform backend. Use the ndk backend.
bec6971 : Uwb: Fix jar-jar rules for external dependencies
49f2880 : Integrate native stack
3aca2e5 : Integrate latest SS upstream + latest support lib
fc41f29 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Uwb
4374623 : uwb: Fix existing unit tests after migration
6be48ea : uwb: Integrate partner UCI stack with existing AOSP stack
f3c3304 : UwbSupportLib tests should reference local library copy
7f21c6d : Revert "Revert "Move partner java stack codebase to packages/modules/Uwb""
aea5649 : Revert "Move partner java stack codebase to packages/modules/Uwb"
cc6b205 : Move partner java stack codebase to packages/modules/Uwb
24ad5dd : Move all uwb service code + fix compile issues
f7b5646 : UwbManager: Formally expose setUwbEnabled & getAdapterState
be6600a : UwbManager: Change initialization mechanism for uwb service
4ba8d82 : Create UWB apex and move existing UWB API classes
86eb6a9 : Initial empty repository

+- Project: platform/packages/modules/Virtualization

0b09f647 : data_device_bins renamed to data_device_bins_first
3030f88d : Upgrade pvmfw.img to build 8597076
d5436190 : Initialize compsvc with allowlisted system properties
174819af : Don't run testTombstonesAreBeingForwarded on user builds
839ac86e : Remove hard-coded build.prop values
08989901 : Re-enable test with fixes
e19d6dc3 : Temporarily disable test
bbc07d76 : Set task profile when running compilation VM
eb217ea5 : Send Isolated Compilation related atoms to stastd
e8c5e1e0 : Update Microdroid for the T API bump
3f5a4a1f : Upgrade pvmfw.img to build 8494941
bb3bdf66 : Upgrade pvmfw.img to build 8412944
8f7b8334 : Remove the daily job
81c96f30 : Add hooks for IsolatedCompilation metrics
81334588 : Revert "Handle exceptions."
55fb4740 : Handle exceptions.
486609f4 : sign_virt_apex: use thread pool
9bfb1a11 : Use longer timeout to run sign_virt_apex in tests
6f03c944 : Make exporting tombstone (out of VM) configurable
1b00bd2d : apkdmverity: Using LOOP_CONFIGURE
c1bcb3cf : Add print macros, and use them for panic handling.
f2594888 : Add minimal UART driver for console.
b2519c55 : Derive dice before running zipfuse
e60307af : Add task_profiles.json to microdroid
a0ecabda : Move writable data to a higher block of memory.
267f6c1f : Use hardcoded pagetable initially.
15068b02 : Entry point for Rust pvmfw.
061aa2c0 : [AVF Telemetry] Add exception_code to logged atoms
1509817e : [test] Fix rootMicrodroid() to block till device is online.
9e758576 : Reland: Migrate AuthFsHostTest to use MicrodroidBuilder
4bdd2e83 : Revert "Migrate AuthFsHostTest to use MicrodroidBuilder"
8e92a6ef : Make avb_bindgen host supported
d4244be2 : Migrate AuthFsHostTest to use MicrodroidBuilder
963d513f : authfs: support multiple threads
6501712a : run virtualizationservice as system UID
e8af2842 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
58a5e9b9 : Migrate to use fuse crate's FuseConfig API
7afc1399 : Enable exporting of tombstones out of guest VMs
37c48db1 : Rename odsign_e2e_tests to odsign_e2e_tests_full
3b031a6b : Switch mkenvimage to new one supported by cf team
c189c008 : Demote apkdmverity tests to postsubmit
a704cbc5 : microdroid: remove unnecessary modules
16aef927 : Remove reconnectHostAdb hack
9f2ca1ee : Remove unnecessary sleep calls
5f299117 : Some tests are re-enabled for Cuttlefish
2e569377 : Don't hardwire the config APK path
68a8c165 : Start on pVM firmware in Rust.
dcf60874 : Drop prebuilt files to android source tree.
a8e4f138 : Revert "Add the golden list of microdroid contents"
33daaa3c : compos_verity: don't write to log file
7f60edac : Add the golden list of microdroid contents
73b156c8 : Add zipfuse to hwasan-postsubmit
0383ab92 : Revert "Revert "Match create_composite_disk to crosvm updates""
e573e22a : Revert "Match create_composite_disk to crosvm updates"
7b413a23 : microdroid: add event-log-tags
8c2d678f : Run a non-protected VM at DebugLevel::APP_ONLY
8ab82639 : Match create_composite_disk to crosvm updates
dca4c2ca : microdroid: add atrace
b5d04d84 : Update doc about rebuilding kernel for Microdroid
170553f5 : Remove hwbinder from microdroid
758f9fdb : Reduce vm timeout
0a773b2e : Synchronize VM callbacks
fdc0c283 : Uninstall the test app in shutdown
a85f8595 : Remove run-as from Microdroid
372a8204 : Don't set kernel.console to null
98739483 : microdroid: init.rc: add tracefs for debug boot
32d8fa51 : Add back "compos_verify --instance pending"
ade87db5 : Enable tests of u-boot instance image partitions
79a67fff : Ensure valid DICE values are used
ab72ec5d : Strict instance boot checks
5cd312a4 : Fix typo in the doc
5507664a : Archive VM logs for test cases
dd8dfe8d : Improve error logging
f645a8d0 : Update document on Microdroid
4b7f959f : Use AtomicU64 for handle_ref_count
378f7387 : Use default VM memory size except when compiling
e77f6010 : Rename method: Drop the "device", it's cleaner
bf944d73 : fd_server: use RwLock instead of Mutex
0520f447 : authfs: use RwLock instead of Mutex
887b2507 : Only read backing file if chunk index is in range
5222a2d1 : Fix test action that tampered file at wrong offset
afdfd0ef : Verify the last incomplete chunk on resize
3e35f9a5 : Verify read_chunk for writable file
459a5da9 : Don't check for /dev/kvm etc
e61e324c : Fix explicit checks for /dev/kvm
cae3c319 : Add pvmfw data compromise test
3eb0a6d5 : Ensure that u-boot data is missing in non-pVM
3cf20941 : Remove JSON schema helper classes
87751bba : Split instance.img compromise tests
b27681f6 : Pass serial device to VM to report failure reason.
2e0ded0c : Changes for the Rust 1.59.0 update
91c31c90 : Drop prebuilt files to android source tree.
94ff9c79 : Pass 'ioremap_guard' through Microdroid cmdline
dcb0b49c : sign_virt_apex: do not use truncate (/usr/bin)
9c069a41 : VS: Log to system log
dcf1741a : Specify virtual platform version and enforce it
7600c410 : Remove VirtualizationTestCases from CTS
528a368d : Embed test-purpose APEXes as data
1c3d2fae : Test: bootloader checks vbmeta signing key
bac923ed : Add --prefer-staged to composd_cmd test-compile
98a964c3 : Log to System rather than Main
2aa423a6 : Add u-boot partitions to instance compromise test
0f755b5b : Common helper to pick the right VM protection mode
bbac5198 : Mount authfs with noexec
a6108317 : Refactor: pull up getPathForPackage()
6afd667d : Test: Protected VM fails if images are signed by unknown
c60a7bd9 : Unlink death of VS once the VM has died
e35c3fe3 : Allow the VM callback to be cleared
b7983a26 : vm run --log <logfile>
c221c056 : vm create-idsig <apk> <idsig>
94ad4c87 : Don't call onDied() explicitly in MicrodroidTests
a43c5816 : Revert "Drop prebuilt files to android source tree."
61892083 : Test that BCCs look roughly the right shape
1f6ca350 : Test the attestation CDI as well as the sealing CDI
a1557f23 : import ./virtualizationservice/TEST_MAPPING
5f0f668e : Move libs into libs/
6542fdd7 : Remove old key management
2d3a2ac0 : Use full debug even in protected mode
b81e1758 : Refine instance.img compromise test
9a58ad43 : Fix @Nullable for javalibs
66ca3247 : Parameterize MicrodroidTestApp for protected mode
3edb19f3 : Drop prebuilt files to android source tree.
16fb8555 : Rewrite key management & signing
e4c8f942 : Don't assert from executor
2c4a966d : Clear binder identity when executing callback
3b608ea1 : Drop prebuilt files to android source tree.
65ddfc4d : Add a property to reflect the app debuggability
e127cff6 : Disable kmsg when microdroid isn't fully debuggable
928d503c : Add comment for how O_CREAT and O_TRUNC is handled
a6bf5794 : Don't rate limit audit messages
8f3aa538 : Add a test for permission check
e8137e35 : authfs: instantiate read-only files lazily
6ad03d8c : Retire TestVsockProtected
527e577d : Don't discard logs from VMs
aff62990 : Allow protected VMs to run with full debugging
1a6fbca7 : Reduce virtualizationservice log level.
4cf46ce4 : Add test to check if microdroid selinux is enabled
2d96601b : Always shutdown the VM when onDeath() os received
38221fa1 : Add compos_key_helper
ec38ae2a : refactor: move signing out of compilation.rs
3ac5c115 : Add microdroid sepolicy neverallow test
881d0b02 : Remove botoconfig from MicrodroidData
a3b5c2a2 : Implement DICE HAL against the driver
259dd9c8 : Maximize AuthFS's metadata timeout
815ff936 : Set is_factory to true in mk_payload
3b3275e2 : Add tests to ensure instance.img integrity
aab707ef : Drop prebuilt files to android source tree.
28c9c3c9 : Stop checking for /dev/kvm
29de5171 : Relanding: "Add our integration tests to cts"
bb3174ff : Skip running MicrodroidTestApp on 5.4 kernel
014efb5f : Update to improved system_properties API.
c4b1bde4 : Add vm subcommand to check support for protected and unprotected VMs.
70bf068c : Revert "Add our integration tests to cts"
0b5789f8 : Allocate swiotlb buffer size based on number of virtio devices.
98498f48 : sign_virt_apex: --signing_args for avbtool's extra args
f41a7c6e : Remove MicrodroidTestApp.signed
a7351654 : Add our integration tests to cts
a999a322 : Flush data to instance disk using BLKFLSBUF
b54646f8 : Remove unnecessary kernel modules
e4ee4daf : Revert "gen_rpc -> require_rpc"
86c76fa8 : Revert "Temporary hack: Boot protected VMs without pVM firmware."
b14af875 : Update pvmfw.img
eba1f6b8 : Throw exception if VM type is not supported.
454069ca : Always log to logcat
eba7e658 : Use protected VM if possible
b6547b4c : Temporary hack: Boot protected VMs without pVM firmware.
10b64163 : Remove microdroid U-Boot environment
5c71cac1 : Put all our tests to general-tests
f6d600f8 : Fixed typo in log messages, and adjusted log levels.
d15c5630 : Add DeathReason::CRASH and ERROR.
212f7006 : Protected and unprotected VMs are not considered compatible.
9ea881f5 : gen_rpc -> require_rpc
7e8c9fca : Write panic messages to logcat
9d39f30c : Use generated wrappers for system properties.
97aade06 : Check system properties to determine whether protected or unprotected VMs are supported.
3b24f95b : Test generated keys are valid
611cc946 : Migrate ComposKeyTestCase to unit tests
39c2298b : Drop prebuilt files to android source tree.
2e6ab799 : Smoke tests for VM instance secrets
4ef89a66 : Revert "pvmfw: Remove pre-built"
b663e6a5 : Revert "pvmfw: Use the Android Prebuilt Drop tool"
34916a75 : Add a random salt to microdroid data
4a78a7a5 : pvmfw: Use the Android Prebuilt Drop tool
e6a4f29d : pvmfw: Remove pre-built
4eb37e71 : Serialise number of CPUs.
3994f005 : Don't fall back to unprotected mode if protected is not supported.
2d2e4dba : Use --force-compile for tests
4b5369f0 : Migrate to reading properties as bools
b2f4447d : Do a DICE derivation for the payload
34ad9183 : Sign uboot_env with AVB
1eadd337 : Add the DICE HAL to the compatibility matrix
684590f8 : Remove placeholder secret used with keymint
8c15b631 : Remove keymint HAL implementation
195354c7 : Remove keystore and keymint from the images
c0f5fa76 : Remove workarounds by data_device_bins
5ce867af : Pass sharedlibs APEXes to VM
ec788047 : Pass active APEXes to VM
08a37594 : Remove keystore from tests
da8ca3bb : Allow the test CompOS VM to use all CPUs by default
572d750c : Reduce Microdroid's default memory
d650235c : Pass isFactory bit from host to Microdroid via payload metadata
4a93126e : Fix broken test.
4c460217 : Remove obsolete TODOs.
fadcef2d : Pass odrefresh its own environment
af989d5a : Allow CompOS VM to use all CPUs by default
9d60a269 : Set prefer_rlibs for the DICE HAL to keep size down
165e7db4 : Remove the ability to query CompOS BCC
223a7468 : Migrate off keystore
c33d2921 : Key blob protection using AEAD
5f10248c : Set memory of CompOS to 1 GB
c96b72e6 : Encrypt instance.img data with key from sealing CDI
f819594d : Implement the DICE HAL using fake values
c516684a : Prepare diced before microdroid_manager runs
35886d66 : Remove legacy method from ICompOsService
981bacba : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
40be9d59 : Add last_update_seconds.
db319702 : Add extra apk mount test
287e3dee : Add guest binder services to device-side tests
691df6ad : Add readProperty to the test service
c9ea60ea : Fix outdated TODO in the test
44fd9bcf : Revert^2 "[binder_common] Update binder import path"
66d65f29 : Declare module at top of file rather than bottom.
c1a5f5ab : Add test for collect_apex_names.
06e50cf0 : Revert "[binder_common] Update binder import path"
04e2c247 : Remove ICompilationInternal
616f822f : Remove the old interface that runs compiler with flags
16465247 : Don't set dalvik.vm.boot-dex2oat-threads inside VM
165921b7 : Respect dalvik.vm.boot-dex2oat-[threads|cpu-set]
71cc11ec : Get CompOS talking to diced
633b8ebb : Print enum value as string.
9a86ddb1 : Update 4k.fsv_meta
6715ca73 : Update benchmark_example
3ffa832c : Add logging from VMCreate method
5deba526 : Authenticate file w/ fs-verity digest in hex
c92d35ff : Enable --extended-status for crosvm and return reason why VM died.
06d4c687 : Microdroid is temporarily non-protected
35dfa1eb : Read Merkle tree once per file
fd49912d : Remove experiment check
e8d7d000 : Write to compos-pending not testing
67bf87f8 : [binder_common] Update binder import path
9978257e : Use fs-verity digests proto to build the directory
d0da3e27 : Add diced to microdroid
818c27b2 : Remove unused import.
13e9914d : Run Microdroid tests with less amount of RAM
59eea3ee : Add odsign_e2e_tests as postsubmit
65f85f89 : Fix minor errors regaring num CPUs and CPU affinity
48c1d2b6 : Use odrefresh CompOS mode
032615f8 : Add options for configuring number of vCPUs and CPU affinity
dc9158e9 : Revert "Revert "Move ramdisk to the new init_boot partition""
3cf15e8d : Update microdroid demo instruction
3c76abb8 : Revert "Move ramdisk to the new init_boot partition"
0a5ab4bd : Make BuildManifest.apk available in CompOS
9bfbc5f6 : Specify system server compiler filter if configured
735292c7 : Generate fs-verity manifest APK for all pKVM devices
bf20c6ae : Use derive_classpath in VS for has_classpath_jar
92472514 : Run derive_classpath in VM
01597316 : Move ramdisk to the new init_boot partition
1096ef86 : Set android_keymint_needed=N for microdroid
f7b3b2a7 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
5e9dbd28 : Delete pvm_exec
138dc1f2 : Remove pvm_exec from CompOS APEX
46ac3866 : Add support for STANDALONE_SYSTEMSERVER_JARS
d2dc83f5 : Run microdroid in protected mode
88b34684 : Grant crosvm CAP_IPC_LOCK via filesystem config.
7c4ec389 : Remove the sign method
840954ab : Ignore STANDALONE_SYSTEMSERVER_JARS in test
44e967db : Filter-out android.vbmeta.device when reading bootconfig
768ba9c8 : Migrate composd to odrefresh-in-vm
ccae66d4 : Remove idsig from the CompOS APEX
126fd511 : Assorted refactoring
a4542ec6 : Don't try to delete target if it doesn't exist
c0886c21 : Use fsverity metadata file for authfs
a5e0bede : Fix idsig for a large APK files
a16341d3 : Remove odrefresh --verify from ComposTestCase
2c5d77a9 : Add integration test to run odrefresh in VM
35bac3c1 : Delete target directory before running odrefresh
da596930 : Remove support for forced-odrefresh
46a1dffe : Sign artifacts after compilation
9646db93 : Don't write artifacts under staging
b5070981 : Vitualization Docs: Update test cases
1fec202f : Set apexd.payload_metadata build property
ac9aa1a0 : De-dupe running odrefresh in VM
8c840446 : Async interface for running odrefresh
2542c927 : Write OS & console logs separately
8e28511e : Run fd_server with umask 0
0e8976f4 : Revert "open_then_run: open directory as path fd"
43a751e6 : Implement directory listing
3af9fb4d : Remove the sign command
183d7d32 : Add code to bulk-sign artifacts
f393a72c : Support setting file mode
93d1695a : Only compile when charging
197748b6 : Verify and mount extra apks
e4c0d079 : Add bulk signing to compos_key_cmd
5c6d4170 : Microdroid_manager reports error/finished as terminal events
dd99b46f : Support unlink and rmdir
3dccf709 : Track inode reference count from handles
6fb8b256 : composd: prepare staging directory w/ libartpalette-system
9f72ea69 : bootconfig is part of VM identity
cf80b997 : Schedule compilation on staged APEX update
1c8f14cb : Force disable symlink optimization for the virt/compos APEX
79f296ba : Extract mount specific code to new file
b4a0e912 : Use staged APEXes for compilation
16804029 : Pass dir fd instead of path fd from composd to fd_server
1eb51218 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
641fc4a2 : Fixed warnings generated by rustc 1.57.0
f6bcea3f : Fix minor compos_key_cmd problems
217038e1 : Run apk mount utils from microdroid_manager
3e5e9bf9 : Depend on KeyMint HAL via default
6fc1837a : Start to add a function to compile staged APEXes
64df53da : Set ART_APEX_DATA for odrefresh
d174e995 : Ignore cargo output in all directories, not just virtualizationservice.
d56334a3 : Don't crash system server on start job failure
f7fc3d36 : Implement statfs for authfs
39bab89c : Increase ARM64 memory for microdroid test
6428d6b8 : Add --debug to compos_key_cmd
e62a4a33 : Revert "Don't install files for the virt APEX onto the system partition"
029977d7 : Don't allow disk images labeled as app_data_file
9a79ce98 : Make verify_key easier to test
7858101d : Revert "Disable CompOS system server classpath fragment"
1908108a : Don't install files for the virt APEX onto the system partition
5ebfd846 : Make sure we don't break pre-dexopting
e85dfde3 : Disable CompOS system server classpath fragment
dd0a173b : Add notifyError/onError notification for VM errors
644306cd : Remove google-java-format hook
7ef3c11e : Add implementations for IsolatedCompilation*
e54f3302 : Add a system server JAR
72c774c9 : Call odrefresh in VM from composd
f996869a : compsvc: run odrefresh in the VM
8032b186 : Manually enumerate more files to allow odrefresh to complete
23bcbfe8 : Remove libcompos_client
1c6f91c5 : Move CompOS to /system_ext
10b354a0 : Update docs
e5e1d8da : Split CompOS interface in two
a5a262f2 : Add a parameter for extra apks to payload config
015bcb5c : Support remote directories in authfs_service
64290a53 : Also pass SYSTEMSERVERCLASSPATH to compsvc
2442abcc : authfs: parse command line in a safe manner
d0d9fcfd : Revert "Create SDK of CompOS module"
cb732dc9 : Check calling user in composd.
bcec5457 : Fix potential uninitialized variables bug
384bf6af : Extract common microdroid images to a variable
d18b9753 : Support remote readonly directory
559b9278 : fd_server: support open file by path at a dir fd
4d6b9d4a : Implement root directory as a ReadonlyDirectory
e97a13d5 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
d5a5b1e3 : Fix incorrect inode assignment for remote directory
4da9055e : Fix format string error
fd922cff : Add file io benchmark program
766e5338 : Extract constants of FUSE's max read/write config
b4868e64 : Pass adbd only when debug mode
80245f29 : Use microdroid_sign_key for prebuilt bootloader
5639af36 : Add microdroid_vbmeta_bootconfig to arm64
02dceed7 : Add sign_virt_apex_test
d35952e0 : Reland "apex: use the same key for all microdroid items"
aea73f82 : Revert "apex: use the same key for all microdroid items"
50688ee5 : Update bootloader, u-boot tools to builds 7889294
832d11d4 : Resign bootconfig files and vbmeta_bootconfig
6351310c : apex: use the same key for all microdroid items
60c2f417 : Assign inode values properly in AuthFS
26cea2f6 : Various renames in authfs
b3588ce9 : Remove unnecessary local ID in authfs
45636230 : authfs: support remote output directory
b002e09f : setCallback accepts Executor
2cb63b1e : Fix build error after crosvm upstream merge
acf31b01 : Sign bootconfig partitions
1c061432 : Don't wait for onDied
4390a924 : Workaround a quirk in the OpenOptions unix impl
994d6083 : Distinguish test executable name and its Soong module name
be8b08d8 : Let fd_server return errno as service specific error
bda1e211 : Add a basic test case to the new instrumentation test
ae5a4ed6 : Add one more virtio-console device
1e7b6037 : Use 'package_native' for apexes wqith *classpath jars
9646ebf8 : open_then_run: open directory as path fd
23b90ee0 : Various minor fixes
1edd5b9a : Erase data before initializeWritablePartition
bfe086f0 : microdroid_manager shuts down on failure
52bfdd2f : Don't open directory with O_RDWR
c85e4ef5 : Refactor: use callback instead of returning a reference
e33e02bc : MicrodroidTestApp is a self-instrumenting test
05063d16 : apex: set custom_sign_tool
31b1c2b5 : sign_virt_apex: replace bootloader pubkey
b8182bb3 : Console output and OS logs are separated
dcb96028 : Fix use of link_to_death
17aed5c7 : Extract timeouts to compos_common
779daa97 : Run logd only when debug_level is set
fa91d70f : Send logd logs from VM to host
557762a8 : Debug mode can be changed in the demo app
9ca14ca7 : Make composd API more async
d21764ca : Enable debug mode for test instance of CompOS
504105f2 : Custom signing script for the Virt APEX
21e668cb : microdroid: use a single vbmeta for all partitions
c7d28c7d : Remove cid parameter from VirtualMachineService
a71734bb : Fix AuthFsHostTest on some devices
ae67d3b5 : Use a test helper executable to open files
bb7dd084 : Re-implement libcompos_client in Rust
747d636b : Use virtio-console for the serial devices
86ca0164 : Trigger onPayloadStarted before spawning payload
026df866 : Remove unnecessary entries from uevent.rc
4d228957 : Microdroid has its own ueventd.rc
599043a2 : Unbundled test apps can obtain virtual machine permissions
53cf7992 : Use package_native only when prefer_staged
31021023 : Shifted microdroid to a separate bootloader
b0f5fc89 : Split fd_server service impl into new file
88e50175 : Deprecate local file support in authfs
e7407e22 : Don't start adb if debugging is off
a10172bd : Create SDK of CompOS module
2294b033 : Specify odrefresh timeout by flags
9cc3a6fa : Re-enable checksum checks for .odex and .art
c2a49cc0 : Define debug levels
d948c338 : Increase size of RAM on microdroid x86_64
d8e35422 : Implement dump state API for VirtualizationService - for bugreporting
388b88af : When testing CompOS, write somewhere harmless
bee59045 : Delete artifacts after test
b4e75ede : Use -j1 in testOdrefresh
18775b1f : Initiailize assumed BOOTCLASSPATH and DEX2OATBOOTCLASSPATH
35c4e7bb : Mount *CLASSPATH APEXes in CompOS
9d7cd7d9 : virtualizationservice: read env var once
5e0f2067 : virtualizationservice: pass *CLASSPATH apexes to VM
a78c08f8 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
f821371b : Add public C API to send request to CompOS
cd359bb6 : Extract run_rpc_server to libbinder_common
db2ae796 : Treat CID on cmdline as signed
d9a9180a : Test CompOS more directly.
4df9377b : Increase timeout to allow for nested virtualization
3c044c44 : Rename compile method to compile_cmd
16e027fe : composd should open instance image RW
5dc42175 : virtualizationservice: "prefer_staged" for apexes
0cc59ee7 : Fix lazy service persistence for VS
e1b6e1ce : Don't start authfs until fd_server is ready
1b3bcdc9 : Use keystore2_microdroid instead.
3189af08 : Extract a library for common binder-related things
6018a8c3 : Ensure we log error details on failure.
eecbe720 : Fix race in AuthFsHostTest.
14f0739a : Add native code for cert munging.
6b2d0a8a : Extract and rename InstanceFiles.
69c610f7 : Add instance creation to composd.
d63cfffa : Add --mem option to the vm tool
998c27f2 : Migrate precompiled sepolicy to se_policy_binary
6aff4f82 : Revert "Test CompOS more directly."
a00d792a : Test CompOS more directly.
a2869d24 : Get odrefresh in composd working.
d6fa770f : Add ABL-compliant pvmfw pre-built
b5c60b45 : compsvc: Notify VS when we're ready
f03d81ad : Assorted client fixes.
4eea5c77 : Log details if payload exits via signal
b2cc79e1 : Run odrefresh in composd
d50a0241 : Don't reuse CID while Android is up
7c652c7d : Avoid wasted dup() on each vsock fd.
714fcc2d : Stop creating our own vsock
311b1206 : microdroid_manager logs Err from main()
e9203215 : Clean up test root before running test
5169cc56 : Turn off debug mode for tests
a204c761 : Change the name of the dm device for the correct_custom_roothash test
f555b810 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
7b08c575 : Don't expect a specific error kind
7f735a44 : Use header rather than forward declaration.
c8deb479 : Store/Pass root digests of APEX payload
3ef78d9e : Create composd skeleton
4e619bcc : Remove the i18n APEX from microdroid
a41535be : Store public key of APK to instance disk
69c30bfb : Revert "Enable pKVM before running tests"
8bbb893e : Fix warnings in preparation for Rust 1.55.0
8b8d8167 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
7e54e290 : Register as a lazy service.
4a9b3bf3 : microdroid_manager: pass apex pubkeys to apexd
a6d11ebe : microdroid_manager: start zipfuse early
f8d94113 : Separate creation and starting of VMs.
06a64d66 : Add an example for onPayloadReady and VM service
aa41e0a3 : Add API to connect to VM's binder server
5e148905 : Sign demo app with the platform key
d3a8418b : Move log_fd and composite_disks into CrosvmConfig.
6b650665 : Add VirtualMachineState enum rather than isRunning bool.
7a343f93 : Microdroid stores APEX pubkeys in instance.img
1c2d7589 : Update microdroid's built-in apexes
04b69ea2 : Restrict MANAGE_VIRTUAL_MACHINE to platform signed apps
17fd36a5 : Extract a library for common CompOS things
6606ce32 : fix property name "microdroid_manager.apk_root_hash"
f7dea25e : Data written to instance.img has schema
1a8cd041 : authfs: Remove local binder support
9ebf7eea : compsvc: Remove local binder support
bb4a9877 : APK roothash is trusted
e160951d : Add placeholder test to prevent CI failure.
13333e84 : Stop passing file size from pvm_exec
50d75acf : Remove file size from authfs flags
86ba5b30 : Enable pKVM before running tests
8416e374 : No need to push idsig file
855e6f9a : Use the new verified_boot_android command
eb97d4af : Add standalone binary to verify CompOs keys.
8dbc3229 : Print callback results to stderr
d058756a : Make port numbers aidl constants
52ea0830 : Mount system and vendor over dm-verity
14cb8699 : Add onPayloadReady callback
a03e307f : Remove authfs executable from the host
21ce2c5b : Store apk root hash to the instance disk
2444af96 : Add onPayloadFinished callback
aaf32f25 : Run VirtualizationTestCases for presubmit builds
f5ff33cf : zipfuse: optimize for uncompressed zip entries
c893717b : Turn the /dev/kmsg ratelimiting on for production builds
15ad8fca : Fix VM config path
42f9709c : Do not loop infinitely in callback function
9ed2718d : compos: Sign fs-verity digest of output files
8fd03f0b : Change signing API to use pre-initialized key
9dd389e8 : Format instance.img
7f61fe74 : Refactor callback and make payload stream duplex
1b95f2ef : Add VirtualMachineService skeleton code
a81194e6 : Add bindgen bindings test
e3056be6 : Add missing data for test.
0a248430 : Create idsig file automatically
4a654591 : pvm_exec: Set up Android logger
d4e035e2 : Update test key for signing APK payloads
ec168e3c : idsig: make idsig file from apk
117cd5e0 : Clean up imports, formatting and tests.
f81b0580 : Upgrade to nix-0.22.0.
6e340389 : compos: retrieve fsverity digests of outputs from authfs
71f10033 : authfs: expose fsverity digest via xattr
5f79700f : Clean up READMEs and remove unused target.
58f9abc0 : idsig: less copies when creating the merkle tree
e574f228 : Fix build error.
23f73598 : Merge ICompOsKeyService into ICompOsService
a64194b7 : Add CompOsKeyService to ICompOsService
bde94ab9 : idsig: move apksigv4.rs into libidsig
4c2f33dc : idsig: make it as an Android module
cee6de6b : apkverify: add tests for invalid zip format
bf9673a4 : idsig: create merkle tree
834b1776 : Fix build error.
2443df3b : Update for secure deletion support.
e1194053 : Update for auth-encrypted blob API changes
dee92b33 : Fix flake
543e7122 : apkverify: verify cert/public key match
d821a04c : libapkverify: Add TEST_MAPPING
d8397856 : apkverify: verify content digest
fd458236 : Enable SELinux in ComposTestCase
51789dee : Refactor compilation out of compsvc
5b4c70ec : apkverify: signature verification over signed data
19c1d6c7 : microdroid_manager: verify APK/APEXes
5d94bfcd : apkverify: add ziputil
12a0b70c : add apkverify lib to verify APK/APEX signatures
ebb1d908 : Switch compsvc to use authfs_service
8bb67b66 : Start authfs_service during boot on microdroid
cbe8b082 : Add method to open vsock connection to VM.
045f1e66 : Introduce authfs_service
b31c3f19 : Use composite disk code from crosvm.
2e7eefdb : mk_payload is a host tool
4cc3b79d : authfs: Support extra mount options
f1c9d0ca : Fix microdroid boot with newer crosvm
fbb39d2b : Pass composite image header, footer and filler as FDs too.
8932052c : Add selinux denial test to Microdroid test
4e207a17 : Remove shell invoking of payload
8a17ef71 : microdroid: add required libs manually
a920f9e4 : Mount data partitions prior to keystore
9b1753c8 : Move ComposKeyTestCase#testOdrefresh to presubmit
724debce : Re-enable ComposTestCase but exclude in presubmit
482704c3 : Migrate to the librustutils system property bindings.
0bcddcc3 : Set logwrapper timeout to the longest test time
1869cd95 : Disable ComposTestCase
e706c9f3 : Microdroid_manager starts before apexd
f207f09e : microdroid runs in a single mount namespace
631d5888 : remove support of multi-file partition
04a95d77 : Revert "Close adb connection before shutting down VM"
34e18e92 : Test odrefresh generates identical output in Comp OS
222edd02 : Add support for create image & start VM.
68c39f8a : Fix warnings in preparation for Rust 1.54.0
1c9269f5 : Add VM memory config to Java API.
cc045905 : Use Java style field names in AIDL.
16dafac4 : Temporarily set the VM's default memory to 2048 MiB
c0ca3ef6 : Re-connect adb while cleaning up VM.
48c9aebb : update the doc
8d081812 : instance.img is actually added as a writable partition
45bcb0c3 : Allow VM memory to be specified in app config.
d44e0170 : Remove ndk_platform backend. Use the ndk backend.
f7de50d9 : compsvc_worker: refactor authfs into another module
d502470d : Mark our config APEX as no code.
493cd8a5 : Use com.android.compos.certificate.
7ec4e7f7 : Use CompOsKeyService as compsvc factory.
9e2c5d54 : Split compsvc.rs.
fa2f1ac9 : Run MicrodroidHostTestCase with selinux enforced
cc0db521 : Pass payload disk images as file descriptors rather than paths.
2e8e3296 : Failing to `adb disconnect` is not an error
41d006a8 : Update source for new lints in 1.52.1
2acfb0a5 : Update source for new lints in 1.52.1
729a9a04 : Migrate keystore2's Rust system library bindings to bionic.
1ef3cb7a : Add strace to microdroid image
eeccae79 : Add a test for compos_key_service.
f78be530 : Integration test for CompOS
05cdef1d : Move microdroid sepolicy to system/sepolicy
9588463b : Do not use size filler
b15c93f5 : Support CompOS Key Service in a VM
40cceb3c : Remove redundant zipfuse mount check
44b02abe : use serde-xml-rs to read apex-info-list.xml
048a41b4 : Annotate nullability to Java APIs
5534e52e : Speed up AuthFsHostTest by reusing the VM
48b354d2 : Create instance.img
ffdf7ada : Wait for keystore from CompOs
73a7d943 : Set umask in compos_key_cmd.
8ccebf1e : Split compos_key_service.
d3322c2b : Suppress audit_access for properties
858c0404 : Add the standard cpuset nodes
f29fe396 : Revert "Merge AuthFsHostTest into MicrodroidTestCase"
0184c34f : Set adb listening address
d17ff4bd : Run apkdmverity tests only on devices having the virt APEX
0553ff22 : Add more contextual error messages for better error reporting
488bd079 : Clear temporary directory on start.
413b4608 : Start virtualizationservice lazily
9fadf346 : Specialize the KM context to use encrypted key blobs
6f3e5fe3 : Pass a VM secret to KeyMint from microdroid_manager
753553bd : Access control for virtualizationservice
a003f85c : Strip out unused parts of keymint
22eed3bc : Remove redundant zipfuse rules
4eb5660c : Leave minimal sepolicy for microdroid
57fd7c95 : Follow-up for aosp/1760496
8611a6c9 : Add the onPayloadStarted callback API
eb5bd054 : Wait for keystore from the test binary
70bbb1fa : Remove reference to unimplemented HALs
edbe75ee : Return error code from testbinary
8ddc77d3 : Install CompOS APEX together with Virt APEX
7fc99e6c : Merge AuthFsHostTest into MicrodroidTestCase
c3bab54e : Add signing command for testing.
f7516cb4 : Implement missing APIs
8cc106c6 : MicrodroidTestApp is a helper app
1a72c6fa : microdroid: remove sdkext APEX
42d9b92a : Close adb connection before shutting down VM
523340e1 : No need to disable SELinux for tests now that policy is fixed.
c68547c7 : Add README for the demo app
aeff169a : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
b15cd6e1 : Add memory size to VM config.
d8a5f961 : Move AuthFsHostTest into VM
af1a74b0 : Add API for configuring a VM to run in debug mode
d542e920 : Add a test for the debug mode
b02e95f2 : Add microdroid demo app
a1267ad8 : Add APIs for creating and running a virtual machine
67e25829 : Fix typo in microdroid/README.md
14e5a8e3 : Rename payload metadata partition
9900f3d7 : virtualizationservice: lazy-load ApexInfoList
23601145 : Enable debug mode
b810cfe5 : Use bootconfig
8aaf796f : Rename vpnprofilestore to legacykeystore
8916cd94 : Add back Keymaster hwservice context
9b8253ba : Add the skeleton for the client-side API
73bac24e : use "apexservice" to get paths of APEXes
ccce5490 : Create VirtualizationTestCaseBase
35edb8f6 : virtualizationservice: clean up
c3d45b17 : authfs: Remove Arc<Mutex<>> now that Strong is Sync
cd41d0fd : Add README at top of repository with links to others.
54f422f4 : vmconfig: remove path (use paths always)
4a489d40 : Remove now-unnecessary Mutex.
4cf6c399 : clean up: remove mk_cdisk from microdroid
adfb76c3 : microdroid: create payload disk image with system apexes
21e9b928 : Virtualizationservice makes payload disk image
9ab13e5c : authfs: Fix broken test
9a8b58dd : Update README.md
b4ec3135 : Increase the timeout of the logwrapper
fc732f56 : Merge VM and CDISK config into libvmconfig
9713bd46 : Support multi-file partitions for composite disk
88332466 : Put VM log to the system log
02b8ec0f : Use preserved_fds rather than fd_mappings.
be429242 : Support sending VM log output to a file.
cb3c8013 : Trim more *_contexts files
668b3cc3 : Make tests run for presubmit builds
f0d19dda : aidl: put @utf8InCpp
efdda8a8 : Remove unused write function
f1e00862 : Extract libmicrodroid_metadata (rust_library)
3e73a098 : Run TestVsock with and without protected mode.
dd4720bb : Skip tests instead of failing when running on unsupported devices
79b88017 : microdroid_manager uses kernlog
20e80f74 : Rename microdroid_launcher domain to microdroid_app
07112f8f : Add a CLI driver for compos_key_service.
337874a7 : Define and implement a service for key management in CompOS.
808947f6 : Minimize property_contexts
ebc81054 : Allow compos and virt APEXes to use private APIs
b6c45e72 : Allow compos and virt APEXes to use private APIs
fe5b28ef : A lib in APK can depend on other libs in the same APK
dd077875 : Clone the KeyMint device to customize it
9ba2657f : Add microdroid-specialized KeyMint service
11cf0903 : Keystore signing and verification test
05ffc7aa : Fix README.md typos and missings
f8650429 : Support running protected VMs.
1fee0d8d : Support multiple files per partition.
3eca16ce : Create composite disk image in VirtualizationService.
373b0320 : Allow compos and virt APEXes to use private APIs
ac2cfb96 : Minimize microdroid file_contexts
66616617 : Basic Keystore availability test
ac01e324 : Add OWNERS.
e9b74d05 : Use the vm tool
c3adddb7 : Remove redundant vendor sepolicy files
6416a6ba : Change marker to load_persist_props_action
6b8d0800 : Remove unused triggers in init.rc
ccdfa0d2 : Make compsvc works in VM
a7d37869 : compsvc/pvm_exec: Support RPC binder
2445e33b : authfs: Support RPC binder
f0f7682f : mk_payload: create zero-filler as sparse file
d4a7a7a0 : microdroid: apk is mounted via apkdmverity
806f1544 : Improve error reporting and logging.
7ce2e535 : microdroid: pass idsig in payload.img
bca3e022 : Increase timeout for microdroid commands
dfc953d4 : Create QCOW2 image rather than raw for writable partitions.
f6503cf4 : Remove the unused 'b' slot
25f1ddce : misc.img is not needed
607191c2 : microdroid_manager prints to kmsg
aeefda43 : Run compsvc on CompOS boot
d5426704 : Remove wait_for_keymaster and all references
2393439d : Remove microdroid_payload.json
038b73e6 : microdroid_manager waits for task to exit
7ccb1055 : VirtualizationTestCases to TEST_MAPPING
0f68cdd6 : Refactor MicrodroidTestCase
17187b06 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
6de0857a : Sign MicrdroidTestApp using APK sig scheme V4
ef746ea7 : Move test apk out of the virt apex
83ea1a62 : Add TEST_MAPPING for the entire directory
9733096f : Update init_first_stage
527b81d0 : Add libartpalette-system to microdroid
b6395fff : Fix the directory of apkdmverity and add TEST_MAPPING
634e2d70 : microdroid_manager executes a task via microdroid_launcher
4df1a54a : Schema for the VM payload config
dff3b94a : Add method to create empty writable partition.
7a31a9a5 : Explicitly export the main activity of the test apk
0c4d3df4 : Move shared config structs to shared crate.
17d0db10 : Change /data to tmpfs
74573488 : Rename "signature" to "metadata"
140072f4 : Allow binder services to r/w su:tcp_socket
10a81bf9 : mv apkverity apkdmverity
3c327d29 : apkdmverity: use data_model crate for better handling of C structs
77c910d0 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
360d8a73 : Run VirtualizationTestCases with selinux disabled
056e5fc8 : Allow zipfuse to mount with fscontext and context
5f0ebead : apkdmverity: enable AndroidTest
99a35b8a : apkdmverity: build for Android.bp
f02061f8 : apkdmverity: use uuid v1
86c9b081 : apkdmverity: dm-verity over apk
ff43be2c : Add microdroid specific sepolicy
b50e0fab : authfs/fd_server: set prefer_rlib to true
f145380f : Start VirtualizationService on demand.
de6b6894 : Enable file encryption on /data partition
8f095c90 : Add vold and keymint related services
a0ca772c : Mount zipfuse with fscontext and context
6a762dba : zipfuse: supports mount options via -o
17de24fd : Rename VirtManager to VirtualizationService in a few more places.
f48ceb41 : microdroid_manager: waits for a config file
16186d95 : microdroid: do not use bootstrap mount namespace
347d9f2b : microdroid_manager: initial impl
f5fbb7dd : Build composite image in VirtualizationService.
f6bf686c : Rename VirtManager to VirtualizationService.
0797cb93 : Hard-code two build properties in build.prop
67ab4363 : Update init.rc and fstab to normal convention
66f81817 : Add description about running microdroid on cuttlefish
8f2a4688 : Don't use qcow2 for userdata.
68f560cf : Put ro.product.cpu.abi
40699611 : Add microdroid_launcher
9abfc1f6 : Run zipfuse in microdroid
a7266ac8 : Add MicrodroidTestApp
e6587caf : zipfuse: supports zip on block device
d40f7bb9 : zipfuse: add a test for deflate
3cc5b324 : Prefer rlib for executables in compos
3a5a921e : Pass file descriptors rather than filenames to Virt Manager.
762366af : Update the instructions.
cc5d26b7 : zipfuse: add to microdroid
a9724a02 : TEST_MAPPING for ZipFuseTest
837eef53 : microdroid: add libbinder_ndk
e8f546cd : Run microdroid on cuttlefish on GCE
b5f465a4 : Add compsvc, compsvc_worker and pvm_exec to compos apex
6fea5932 : Add lib_microdroid_signature_proto with proto-full
4aaf5ab8 : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization

+- Project: platform/packages/modules/Wifi

9e88766e59 : Detect ClientModeManager transitioning into primary or scan only
c373d06860 : Fix NPE
d3a0a38497 : Import translations. DO NOT MERGE ANYWHERE
d198b5a514 : Import translations. DO NOT MERGE ANYWHERE
fbffab1eb3 : Register HAL event callback only if IWifi is ready
c150e743dd : Import translations. DO NOT MERGE ANYWHERE
81a0dfb778 : Import translations. DO NOT MERGE ANYWHERE
4ddff3056b : Import translations. DO NOT MERGE ANYWHERE
679aaac6e8 : Make wifi_item width match parent
e91418747f : Consider ifaces to downgrade in HDM iface creation proposal comparison
0fbca54062 : Add P2P dialog PIN length validation
badb3789b6 : Define separate view styles outside of P2P dialog layout
88164c47d6 : eap: update pseudonym only when pseudonym is decorated
1620a7a9ab : Update the network suggestion when receive TRANSITION_DISABLE_INDICATION
8930fa2de5 : Check if package is null for uid
6ea7cbd7a5 : Fix crash in ExternalPnoScanRequestManager
7353356c74 : Move to use TextUtils.equals and Objects.equals to avoid NPE
9edb7973e6 : p2p: send tethering request with TETHER_PRIVILEGED permission
6b316e3b0f : Handle NPE by using TextUtils.equals
c1cffa6c36 : wifi: notify cc changed after setting even if the driver supported
e43256a569 : Remove duplicate reportConnectionAttemptEnd
9374628f9c : Check the appId to identify if the caller is system for multiUser
2cf3777b00 : Bump version codes in tm-dev to match tm-mainline-prod
62acc847cc : wifi: Reset SAP state when wifi thread timeout (Fail case)
8545ae890e : wifi: propagate decorated anonymous identity to the supplicant
a334115c45 : wifi: allow insecure enteprirse config when overlay is enabled
46c1bfdaed : Replace usage of String.format for performance.
e78807ba10 : Send targeted broadcast upon PNO network found
ad7ed773c9 : wifi: do not mandate PMF if PSK/SAE auto-upgrade offload is supported
737e26535b : Prevent restricted user from adding network through camera
ed4bea78ab : Don't send IMSI protection notification for PEAP network
4134e91357 : Reduce CPU cycle on calling TrafficStats for Rx and Tx bytes
d653cbdd93 : Revert "Reduce CPU cycle on calling TrafficStats for Rx and Tx bytes"
d6a5f3da9f : Import translations. DO NOT MERGE ANYWHERE
b63f6f42ce : Do not set URL span if span start/end are invalid
1733c5c69d : Reduce CPU cycle on calling TrafficStats for Rx and Tx bytes
d6ae9cf12d : Import translations. DO NOT MERGE ANYWHERE
ea0138556f : Fixed Wifi framework HalDeviceManagerTest unit test failure.
7005c3842c : Make set-ipreach-disconnect Non privileged command
9600cf4e62 : Register the Wifi HAL event callback again after stopping HAL.
ac4fb1621a : Reduce the log spam of getUidPermission.
a6ad64fcec : check admin restriction before enabling network
4975d0da37 : p2p: guard external approver tests by S SDK check
3c96431e04 : Do not initiate MBB when internet is validated on lingering secondary
cf068d2e73 : Allow 2 requsts to be added without SSID with command line.
a70c61a064 : Use Calendar to get time string instead of SimpleDateFormat.
3d5a971803 : Bump Mainline Module Version Codes in tm-dev to 330090000
8a2f22d836 : p2p: request NEARBY_WIFI_DEVICES permission for external approver APIs
e7b156a39d : Allow override the creator when update from system_server
3dbd9ac117 : p2p: support wildcard address for the external approver
f5eca0d9ca : Allow force disable MAC randomization on SSIDs
41e4c01c26 : Disable open network notifier when DISALLOW_ADD_WIFI_CONFIG is set
53767dfd10 : Disconnect all internet related CMMs when user select cell
52a70e395f : [Aware] Filter the instant mode channel according to the spec.
c1c4a6e6e4 : Return failure if the device is not a configurator
bb99dc7a9e : Give the location mode exemption for emergency location service
9f9d931c95 : wifi: Add max password length check on WPA3_SAE for SAP
bd863582af : wifi: Add a new overlay configuration to control append band feature
40fe6b8f6c : [Aware] Add shell cmd to get the instant communication mode channel
641b7ae1dc : p2p: filter unnecesary records to avoid overwhelming state machine logs
ac590cc8cb : wifi: Relax Root CA requirements for TOFU flow
1b8a0240e1 : New API to delay next screen-on scan
bafabff006 : Apply Mac Random examption to passpoint config
c53edce7d0 : Implement smooth downgrade of Bridged AP in HDM
53fde0c436 : Add SoftApManager method for selecting bridged instance for removal
b9752cbaac : Remove lambda using AttributionSource from test
1dac136906 : Import translations. DO NOT MERGE ANYWHERE
623a9dc462 : Import translations. DO NOT MERGE ANYWHERE
e451883fdc : wifi: propagate decorated pseudonym to wpa_supplicant
4859dbb70a : Removing some confusing comments about SDK check cleanup
2339ce9a71 : Remove maxTargetSdk=S for unsupported app usage APIs.
604ade833e : Throw exception if null packageName is received
86afc504bc : Use correct UID when checking for renounced
a4369d97d4 : Fix bug of DISABLED_CONSECUTIVE_FAILURES overriding other disable reasons
545eb3e737 : Fixed system recovery failure when only Soft Ap is enabled.
8afef75267 : Treat downgraded bridged AP as a single AP in HDM
c04ec04ab6 : wifi: update connectable networks for user selected networks
f5b03238b3 : wifi: unescape subject string from a certificate
ab42efcf74 : [Aware] Delay the callback register to avoid boot looping
69f83bd28f : Revert "Explicitly mark receivers as RECEIVER_NOT_EXPORTED"
82b54128c7 : Do not immediately retry network for EAP failures
ed589020bb : For car projection use case, trigger a reconnect change the ownership
b515a7e2d3 : Identify new connection during authentication failure
b22e45277a : Remove WifiHandler class and the loggings.
d920b620d7 : Remove WifiAsyncChannel logging messages.
b47d050dac : Check user restriction on foreground user
94ad80fd5a : wifi: use subject alternative name for server cert verification if exists
e3948f508d : Reduce the latency of the getWifiEnabledState
4ceccc029c : Fix the wrong log of the country code change mismatch
5f22fda65b : Log the redact flag correctly
73e6998518 : wifi: don't clear TOFU info on disconnecting a network
2b1ec0f111 : Do not tear down Bridged AP instance for -1 STA frequency.
d865f8b836 : Import translations. DO NOT MERGE ANYWHERE
3236bbfc49 : Import translations. DO NOT MERGE ANYWHERE
5744c7aa90 : Import translations. DO NOT MERGE ANYWHERE
eea985bb51 : Check for location disavow anywhere along AttributionSource chain
36d86483a6 : Check for null before setting link movement method for message view
3a478c9603 : wifi: record the last used security params separately
991e06f5bb : Make Wifi module target SDK to 33
bee562fc5c : Select HDM ifaces to delete based on HdmIfaceTypeForCreation
31964bd336 : Check admin restriction before connection
03737a8697 : More detailed logging for non-reproducible crash
cc28a4848c : Don't add PMKSA cache entry for DPP network
42c5ec0272 : [Aware] AwareResources test should only run on T+
4720954cf9 : p2p: record sender for each command
cd81c7c4a3 : [Aware] Fix the aware resource change broadcast issue
36f13737a2 : p2p: request device info should initialize p2p to have native information
a4e45509f7 : Take bugreport for interface setup failure
6ac8795588 : Import translations. DO NOT MERGE ANYWHERE
8fa682b42c : Import translations. DO NOT MERGE ANYWHERE
60a7265c8a : Allow customization of P2P Invitation Received dialog style
fba7228197 : Clear all processing state if the existing NetworkAgent is replaced by a new instance in the QosPolicyRequestHandler.
898bd7bff2 : Restrict failing WifiP2pServiceImplTests to T
45aa3d5b42 : Report Wifi crash and setup failure events
50e0b3cf7f : Import translations. DO NOT MERGE ANYWHERE
c22cf6008b : wifi: monitor EIMS network for wifi off deferring
4581881d26 : Fix HDM not checking if all excess ifaces can be deleted
1efe45d188 : wifi: run network selection for manual connection request
4cbadaba67 : DPP: Enable DPP-AKM based configurator/enrollee mode
f26fb686f0 : Set WIFI_FEATURE_DPP_AKM feature support from WifiNative
043e41ae3a : Bump apex version to 33xxxxxx in tm-dev.
f50c60d1ba : Use internal config for creator uid check
d1e0d035c9 : wifi: Add a new overlay configuration for world mode CC
eee6bf2cff : Do not allow legacy app modify Wifi on guest user
011d99f5a6 : Make sure apps with nearby permission can receive p2p broadcast
fc4d7cb945 : Schedule check in QosPolicyRequestHandler to check for stalls while waiting for replies from the network agent.
619f5cfdc7 : Only add the settings worksource when check interface availability
bfe7c86572 : Make WifiConfigManager#OnNetworkUpdateListener work in single-threaded mode.
24df060816 : Add a base class for Tethered and LoHS SoftAp Tracker.
d2c46f4c5f : Make HDM RequestorWsPriority values ascending with priority
53737dd8bd : Do not dump Wifi before service started
913e3d0029 : Expanding doc for setMacRandomizationSetting
ca775eb055 : Do not allow P2P Settings to delete SoftAp
9bcc3b7d61 : Fall-back to single AP if creating bridged AP destroys existing ifaces
98526e2032 : Fix invalid RSSI update
b8c6aa75cc : Don't override DISABLED_NO_INTERNET_PERMANENT to DISABLED_NO_INTERNET_TEMPORARY
b8d83a08b4 : Check HAL is started before checking if new Bridged AP can be created
ec44e794b3 : Use a class replace the lambda to avoid ClassNotFoundException
5b9bc79e22 : Build Wifi Tests with both ABIs
4cdce60575 : Fix the coverage tool
7242580bc4 : Fix null pointer in WifiPermissionsUtil
b18d504baf : Use unregisterAfterReplacement to handle IpReachabilityFailure
b660abb731 : Protect broadcasts used by InsecureEapNetworkHandler
2218271009 : Fallback to single STA bahavior for apps holding ENTER_CAR_MODE_PRIORITIZED
7839dbedc1 : Fallback to single STA bahavior for apps holding ENTER_CAR_MODE_PRIORITIZED
c4a7d389af : Add removeAllQosPolicies() method to the framework.
dedeeab3db : Import translations. DO NOT MERGE ANYWHERE
bdc226176a : Add version check to ClientModeImpl and its unit tests for any QoS logic.
670c21c0ab : wifi: set domain name to the common name of the server cert
1aafa1e5f2 : [Aware] Get the instant communication channel from the WifiNative
26539404ec : Process QoS requests in the framework when they are received from supplicant.
a3c0be024f : Import translations. DO NOT MERGE ANYWHERE
7daa1b2125 : Add package name check to all public methods in WifiServiceImpl that receive a packageName from the caller.
44f2260f14 : Call all dump methods in Main Wifi Thread
402d1d8c97 : Should use assumeTrue to skip test
ff67306ac9 : Match requestorUid and creatorUid for restricted network
c7663fef68 : Revert "Explictly add RECEIVER_NOT_EXPORTED to broadcast listeners"
2f2686876e : Add allowedUids for restricted network access
a94aa4ae98 : Include the package name for connect and save network API.
f391037b99 : Implement getInterfaceHash/Version
e8b1961943 : Hide MAC address for networks not owned by admin
ad36647bc5 : WiFi: Add 11be support to ThroughputPredictor
94439da292 : Avoid WifiInfo network settings redactions for Setup Wizard.
b179138e42 : Enable wifi lock as long as any connection exist
77625487b1 : Invalidate SoftAp capability for available channels when country code has changed but HAL is not ready.
1051ff7d13 : Add coex channel avoidance for GPS
66cccbfe8d : Remove implementation details from wifi hidden api flags
03ba34acc1 : Import translations. DO NOT MERGE ANYWHERE
3bed400c41 : Remove double quotes from Wrong Password Notification
8c9c070bf1 : Add 6Ghz specific score boost
32e6836bd2 : Use stored static chip info when HAL is not running
351cf4d30a : Do not mark wan link down candidate as no internet
2566445182 : Update the JavaDoc for ScanResult and Rtt
5b9e87eab4 : Fix flaky test testClientModeManagerAndSoftApManagerDoesntImpactEachOther
8a7bacb8fb : [Aware] Should mark as unavailable when HalDevice is not available
71b8836e40 : [Aware] Should only test instant API on T Sdk
5262596b2b : [Aware] Get the available instant communication channel from WifiNative
400ad54283 : Fix security update
38b3b2697f : Update strings for interface impact dialog
a2ffa510e4 : Add sendQosPolicyResponse() method to the framework.
3e335e5e87 : wifi: fix incorrect CA update handling
adf0d9f925 : add roaming provider even when home provider is present
483b5b1490 : Import translations. DO NOT MERGE ANYWHERE
400946514d : Do not call stop on DefaultClientModeManager
4bfa6a1c03 : Call setQosPolicyFeatureEnabled() when the STA iface is initialized.
26fb5d6456 : Import translations. DO NOT MERGE ANYWHERE
0fe0cf85f8 : Import translations. DO NOT MERGE ANYWHERE
ed9b7c1ee9 : Import translations. DO NOT MERGE ANYWHERE
05e3349862 : Update strings for interface impact dialog
cd9957aad9 : Avoid calling WifiConfiguration copy constructor with null
52a9308c7f : Use current user when creating PendingIntent for Activity
5759a1aeb4 : Add null pointer check in WifiConfigManager#addOnNetworkUpdateListener
13b88a8071 : wifi: Fix exception when configuring macdomized MAC address
a27ec33bca : p2p: select GO intent based on STA frequency and DBS support
97ff1d429e : Refactoring SoftAp Config Utils and Channel Selection
193bb32aca : Use HAL getUsableChannels to get SoftAp capability.
417890725d : Remove SystemUID bypass in canModifyNetwork
3b96ba7ee0 : wifi: allow non-CA cert for TOFU
af37e3940b : wifi: Force to enable dual AP when country code changed
b1e8124517 : Reduce the interact with WifiConfigManager during the network selection
5cdb79dfd8 : Update VZW EAP error strings
9e5ecd4c79 : Add extra bundle to startListening for Nearby permission check
6c58039c98 : Add null check before create package context
ea63edc9f3 : Add test for removeHwPnoScanRequest
b3bdfccff5 : wifi: Fix info changed when client connected
ad7aaddbff : Make WifiAwareNetworkSpecifier builder reusable
4ab44c6bdd : Need to clearCallingIdentity before check LocationMode
02b788ee0c : p2p: put the rejected configuration in request changed event
9f1281b02d : Use legacy P2P dialogs for pre-T devices
e8022b680d : Added carrier_id support to the carrier_key table in CarrierInformation DB Update the test cases accordingly
545e562072 : Add device name to P2P Frequency Conflict dialog
c264ef4b99 : Wifi: Protect against using DPP AKM when not supported
2fa000294b : wifi: Fix fail to restore SAP configuration
ae70e903de : Scan hidden networks in a round-robin order when there are more than mMaxNumScanSsids hidden networks.
185c617e75 : Update WifiAnnotation
3857a7f5b9 : WiFi: Protect RepeaterEnabled flag with permission
6227365fd9 : Log supplicant events to SecurityLog.
f103933e87 : When BSSID is specified disable the FW roaming
3058c5e043 : [Aware] Keep Aware service enable usage when location disabled
14181052b0 : Remove reference to MANAGE_WIFI_AUTO_JOIN
3dafc56d49 : Revert "p2p: select GO intent based on STA frequency and DBS support"
ceb4249517 : Import translations. DO NOT MERGE ANYWHERE
9a79ba6fcb : Use isAdmin check for canModifyProxySettings
10ae7e194e : Update interface impact API to use Set rather than List
c8e851dd5b : Configure access to impacted packages
77aaa8c879 : Revert "p2p: select GO intent based on STA frequency and DBS support"
099748fea8 : wifi: only verify specific display dialog lauching in T
a356919c3f : p2p: select GO intent based on STA frequency and DBS support
53112662f2 : Wifi: Add flag for extended networks
4807855ad1 : p2p: reset drop wifi request for canceling a request and group formation faliure
d7c2db550b : Explictly add RECEIVER_NOT_EXPORTED to broadcast listeners
62193bd2f5 : p2p: remove preT tests for setVendorElements
4cb28d2f52 : Break the user connect choice loop
ff241efd88 : Migrate WifiCarrierInfoManager to new CarrierPrivilegesCallback
616d4378d1 : Only call NetworkCapabilities.Builder#setUids on S+
704bc86418 : Launch the activity on the correct display
0320d2e89b : wifi: fix Passpoint XML parser test
599b420873 : p2p: add new p2p shell commands
e693430208 : Add group role in p2p connection metric
7d9268fbf4 : Wifi: Fix unit test for DppAkm feature check
ef3f8dac77 : Rename getMaxNumScanSsids to getMaxSsidsPerScan in WifiNative.
d13865b31b : Share connection to the request for same network
2b75abead0 : Set WifiInfo#getHiddenSsid() based on scan result
596b180a03 : wifi: keep no internet passpoint networks in scan results
a74b114e10 : Wifi: Fix system server crash
652759422b : p2p: split freq argument of discoverPeers APIs
a08eaf91de : p2p: add null check before iterating addresses of an interface
d22422b5f1 : Optimize throughput scorer for 6Ghz
4145f51dca : Rename MANAGE_WIFI_AUTO_JOIN to MANAGE_WIFI_NETWORK_SELECTION
158a00b897 : wifi: persist AAA server trusted names for Passpoint configuration
b52adcd989 : Wifi: Add feature support check for DPP AKM
5d70f73534 : Rename getAutojoinGlobal to queryAutojoinGlobal
7e2c1f4efe : p2p: notify the user rejection to the application
abd0bf208f : Add getMaxNumScanSsids() API to WifiNative.
157827b8be : Using common apex_defaults for com.android.wifi module.
9e83e4ef86 : wifi: Auto convert MAC randomization setting in copy builder
bf3d360f30 : wifi: Disable SAP shutdown timer when charging
749cf1b04b : Adding IntRange annotations to ResponderConfig
b71dc00477 : Fix NetdWrapper concurrent modify exception
b617b2b096 : Interface conflict resolution: configuration to exclude packages
6106647574 : Metered networks should be insufficient
ccd874a00c : Wifi: Reset MLO info in WifiInfo when roaming to non-MLD AP
45cdfab7d8 : Update interface impact API per council comments
bfe92bf3a3 : Use WifiDialogManager for P2P Prov Disc Show Pin dialog
c965c16885 : Import translations. DO NOT MERGE ANYWHERE
2103b9ffde : Use WifiDialogManager for P2P Invitation Sent dialog
950c3273a1 : Use WifiDialogManager for MAC randomization disable dialog
5ae8d18099 : Use WifiDialogManager for IMSI privacy confirmation dialog
4c402b99b1 : Use WifiDialogManager for network suggestion dialog
846b2cfd88 : Use WifiDialogManager for TOFU dialog.
fbde46bcbb : Make CoexManager.getCoexUnsafeChannels() thread-safe
20425748da : Make the targetSdk result correct for local only request
af93c5d469 : [Aware] Allow app with OVERRIDE_WIFI_CONFIG to enable instant mode
4388115fee : p2p: allow WifiP2pConfig builder to build a regular config
071cae2643 : Do not filter out unrequested 6Ghz scan results
71b6724837 : Add a getter for allowAutojoinGlobal
816ae071bf : Return supported feature set even when Wi-Fi is OFF
c189f0d7c0 : wifi: Check passphrase length only when passphrase is ASCII-encoded characters
66044d0963 : Treat COPE as same as DO in Wifi Framework
53478e3575 : Rename framework-connectivity-tiramisu to framework-connectivity-t
4116b2dada : Implement user interface priority conflict resolution for Direct
5a6f7b7747 : Implement user interface priority conflict resolution for Aware
d794b31d46 : Request user approval for interface priority conflicts
fb520dbb22 : Utility generic Waiting state
007e676cbf : Wifi: Update API for MLO
fa89f3edb2 : Update WifiManager#reportImpactToCreateIfaceRequest per API council
e755378804 : Wifi: Redact location info from MLO link list
a2e04d3a84 : Remove debug statement that was accidentally left behind in RttServiceImpl.
e1dfd4ec96 : Wifi: Update ScanResult with Mlo attributes from IEs
06c0f5fddc : Check null pointer returned from removePnoScanRequest
74373919d3 : Add check for null config in startIpClient.
d303170017 : Re-enable BSSID when RSSI improve to good
f44a6e5410 : Allow URLs in simple dialog messages.
725dcdebec : Split DPM API to check current Wi-Fi network
28c6ef7a31 : Do not reset state before disconnect for auth timeout
c7fecb2311 : For local only network and secondary network without internet capability, do not send passphrase error notification.
44fc8687e8 : p2p: replace p2pFlush by p2pStopFind for startListening/stopListening
dd2c6f9e0d : p2p: add p2p feature inquiry API
0542360a3c : Use WifiDialogManager for P2P Frequency Conflict dialog.
7ce3c1d666 : p2p: rename getP2pMaxAllowedVendorElementsLength to getP2pMaxAllowedVendorElementsLengthBytes
2208920a04 : Add confirmation dialog for pre-Q 3rd party apps enabling wifi
b9355e8827 : p2p: fix incorrect external approver behavior
a7b73f02a7 : Update framework callback implementation to accept the bssid argument in onEapFailure.
4c2ecd3bfd : p2p: add setConnectionRequestResult API for WPS PIN
6c8fcb6eea : Revert "Update framework callback implementation to accept the b..."
65e554baa8 : ScreenOnScanSchedule use Duration instead of primitive
753056c43f : Update framework callback implementation to accept the bssid argument in onEapFailure.
098b7bf0e9 : Wifi: Add qosPolicyRequestId with dialog token info of qos policies
8cab0312ea : Rename getOemPrivilegedAdmins to getOemPrivilegedWifiAdminPackages
ccd042c605 : p2p: change parameter 'c' and add callback doc for removeClient
4dfec937eb : Rename framework-connectivity-tiramisu to framework-connectivity-t
463fa12f2e : Use new mutex objet in SupplicantStaIfaceHalCallback
4826911737 : Dump p2p metrics
68bc96d61a : Remove log line
fe50a11c18 : Refactor WifiDialogManager to allow clients to dismiss dialogs
1fd2b0c35f : Implement generic simple dialog in WifiDialog APK
14e1817e54 : Add skeleton framework implementation for onAuxiliarySupplicantEvent.
4cc2b98173 : Fix the valid range for channel utilization ratio
dc44d38c74 : p2p: preserve the default device name in a period
42ad8c5560 : [MS54.6] Move NetworkStats to updatable sources
363d26f8ac : p2p: fix missing break and add external approver unit tests
86e4767717 : Move executor to end for setExternalPnoScanRequest
1822fff128 : Fix MloLink copy, initial and reset issue
19fc22e8c7 : Add p2p connection WW metrics
942206ed55 : Pass empty private EC key array to Dpp Configurator Initiator HAL API
ef6126fcf2 : Enable WifiConig when Bssid re-enabled
9f4f0cdc17 : p2p: don't replace pending p2p event
c69fe4af26 : Fix null pointer in WifiShellCommand
788b60ba6c : Remove WorkSpace from the AIDL interface
07723e2215 : Add support for EasyConnect DPP AKM
58d6faf72d : Wifi: Improve javadoc and code updates for MLO support
7ca897ddc2 : Print out displays information for p2p display dialog shell command
0b776954c2 : Add notification sound/vibration for P2P Invitation Received Dialog
a9d61a4720 : Exclude never connected saved network from PNO scan
e8f4a129b5 : Allow promoting background apps to foreground for interface priority
d420eeb697 : DPP: Add APIs to allow DPP-AKM based network connection.
d277eba4ce : p2p: add p2p shell commands
a892c7e680 : Make ScreenOnScanSchedule SystemApi
c0a193aa1c : Revert "Should only use AttributionSource on S+"
34ac308326 : [Aware] Fix isDeviceAttached API
61bf520022 : Explicitly mark receivers as RECEIVER_NOT_EXPORTED
816ded8f1a : Cache the resource value of config_wifiVerboseLoggingAlwaysOnLevel
79404c87ef : Fix presubmit issue for MLO
f5b1faff32 : Log the wifi restore message when batch processing finished.
a2ec863d27 : Should only use AttributionSource on S+
196d3b331d : Revert "Revert "Wifi: Support APIs for MLO links""
2c96467e82 : Revert "Wifi: Support APIs for MLO links"
4af1186cd2 : New API to query interface creation possibility
14631d8cf4 : Wifi: Support APIs for MLO links
0470bbe018 : wifi: Add SDK version for T only test case
144b07d127 : Fix T on R unit test with AttributionSource issue
d1e0dae48f : wifi: restart SoftAp when country code changed
235e8fb3b5 : wifi: refine API: notifyCountryCodeChanged
20bd029a6a : p2p: make vendor element APIs public
1cfdc7b2a3 : p2p: make external approver API public
80cf4ef345 : Fix unit test with using mock
1349e96c49 : Migrate to V1_6 IfaceConcurrencyTypes in HDM
b4897e26ec : Optimize single scan with excluding networks not autojoin enabled.
c3b6d2eb08 : Wifi: [SoftAp] Add maximum channel bandwidth to SoftAp Connection
73c7171aab : API to get last caller information
e361654bc3 : p2p: implement vendor-specific information element support
481bf64075 : Allowlist platform signed OEM admins.
9a28f2cd0a : Change WifiManager#allowAutojoinGlobal to public API
5574834d4f : Clean up HalDeviceManager: "can be created" API
f5ad420d56 : HDM: new method to query requirements to create an interface
bb8da02848 : API: WifiManager#setIpConfiguration
c3a5c1da75 : Add lenient() to avoid UnnecessaryStubbingException
f5c64728ff : p2p: add Wi-Fi Direct external approver API
a811c18c2e : wifi: define DEFAULT_TIMEOUT for SAP shutdown timer
0e15941a6a : [Passpoint] API to set subscription expiration date
d642c3eaa8 : Import translations. DO NOT MERGE ANYWHERE
b494fed9f5 : Import translations. DO NOT MERGE ANYWHERE
3f0eaa25c7 : Wifi: Support defining allowed ACS channel lists
20f35d0be5 : Apply the same verbose logging check for both P2p and Wifi service.
f835ae8884 : SoftAp: Add Support for OWE SAP configuration.
f993dd3f79 : WifiSsidPolicy replace static method with constructor
e51b23579d : Check Hostapd service binder death recipient when terminate.
7c96491e7e : Handle the WIFI recovery start when disabling wifi
f313ad81d1 : Clean candidate cache when carrier offload status change.
f284faf445 : Pipe display information from privileged context
5f91c5c273 : Replace SSID String with WifiSsid
29a41e5426 : [WifiSoftAp] Promote ScanResult.InformationElement
725242888e : Add AttributionSource to Wi-Fi Direct (p2p) API
6dcd7bd44d : Modify API names
c7c428c682 : [Aware] add package check
5e245fd4d7 : Modify API names
90640658b0 : Screen on only update link layer stats when connected
37aa8618ec : Clean candidate cache when carrier offload status change.
2670b53647 : [Passpoint] Set the selected RCOI when used for matching
d5ec955a72 : Add non-unicode SSID support for suggestion
62900f1701 : Wifi: Fix failures when running with older SDK
2bcd93e184 : Add timeout to P2P invitation received dialog
6cc955b659 : Keep L2 connection and refresh L3 information after NUD probe failure due to subnet change
77bb542851 : Create System API to support custom DHCP options
3e31ace861 : Added carrier_id support to the carrier_key table in CarrierInformation DB Update the test cases accordingly
d30738551c : Wifi: Don't allow SAP on 6GHz with restricted security types
c7820a1aac : Change callback names
a8778d0653 : Change API names
4e0bf2071e : Require location mode when caller doesn't have neverForLocation
3b715d4bfb : setScreenOnScanSchedule revise input
d0c76e414d : wifi: Adding new API to indicate randomized MAC address
7c376c5ff0 : Cancel pno watchdog timer after connection
c9f3e257a3 : Add skeleton implementation to framework for QoS policy feature.
c9f9a7967a : Add Gravity overlay for wifi dialogs
7dd9241b2a : Use WifiDialogManager for P2P Invitation Received in WifiP2pServiceImpl
2264d94673 : Fix unit test for T on R/S
d3dcc4e245 : Support external PNO scan request with frequency
59e3e027a8 : [Aware] add Aware resources changed broadcast
e9cbe3a34e : [Aware] Allow set Aware Parameters
eb8778b86a : wifi: Fix flaky unit test
3beccd5050 : p2p: add new discoverPeers APIs
e57c5e1abf : SoftAp: Add Support for OWE-Transition SAP configuration.
c68d32a3a0 : Add BSSID allow list
7e93fa1292 : Fix unit test for T on R/S
c2362e3c70 : Avoid backing up networks that have never connected due to a wrong password.
82c8f69312 : Gated the mock for AttributionSource
6fa650c894 : wifi: Fix an Information leak in SoftApManager
1c83bc7c65 : wifi: Fix an Information leak in SoftApManager
f26b679308 : wifi: add an api to remove a P2P client
f41e4dd945 : wifi: Fix unit test error
13503a7334 : wifi: Fix unit test for softap config serialization
ca3c5d9965 : Plumb reply to P2P Invitation Received dialog back to framework
204cb9c68b : Replace instances of untyped List/Map.
f7f3aa5c80 : [MS54.6] Move NetworkStats to updatable sources
e5ac21279b : [Aware] Fix publish isValid issue
1586fefdb8 : [Aware] Add NAN instant mode filter
1050bea2ea : [Aware] Add security config in the publish config to generate scid
ef4f8f6652 : [Aware] Add support for instant communication mode
292e6635d5 : [AWARE] Add support for new cipher suite
2f645a6ecf : Disconnect from networks that do not meet the admin restriction
31807590e3 : Use CarrierPrivilegesListener to detect SIM change
84bc136731 : Adding BT dependency on the Wifi framework module
1f1bd1dcb4 : Import translations. DO NOT MERGE ANYWHERE
c893bdcf16 : Import translations. DO NOT MERGE ANYWHERE
5a79f13976 : Import translations. DO NOT MERGE ANYWHERE
9a1bf19134 : WiFi: Basic Support for 11be
b670b67cd2 : Adding BT dependency on the Wifi framework module
df45976fe6 : WifiScanner#registerScanListener drop conditional
2743fe2032 : getSsidsDoNotBlocklist renaming
1c40713e5b : Remove deprecate annotation on removeNetworkSuggestions
29a5afb061 : Make wifi jars not depend statically on androidx
7a92d61fe1 : Allow Apps without permission to use requestNetwork API to obtain a network.
b6a31bf08c : Avoid blocking Wi-Fi main thread with massive network restoration
f0b1fef10b : Shell command and ogging for external PNO scan request
18e2d69d07 : Implment API to add external PNO scan request
cf42e2d500 : Enforce SSID and security type restriction set by admin
27b70654ca : Prevent adding Passpoint config when user restriction is set
11b5f536d2 : Only expose fromBytes() and getBytes() in WifiSsid
f65efe15cf : wifi: Update SoftApCapability when 11AX supported
2a589c07b4 : Fix the presubmit failure
22c5ffa88a : p2p: fix race condition for casting an iface
f6ee5a8731 : New API to register external PNO scan request
c1c91a0ec0 : wifi: Rename API to make it more clear
08b369050c : Add minimum security level required for networks
0216f10fed : Provide mechanism to attribute Wifi configuration to a different package
7b761d1f38 : Add support for 11be vendor HAL changes
f6ef94b483 : Implement P2P Invitation Received dialog in WifiDialogActivity
8361eec255 : Wifi: Use WifiAwareChannelInfo instead of HAL structure
79a07cf284 : Create apk-in-apex to host wifi dialogs
e3f111c643 : docs: fixing broken docs formatting
25ae163f86 : wifi: Rename API to make it more clear
0fed48626a : wifi: Fix unit test fail in R image
2ae152f748 : Make ServiceWifiResources utility classes @hide APIs
829076e56d : Revert "Make ServiceWifiResources utility classes @hide APIs"
35c82bfdde : wifi: Check available channel list before changing the lohs band
85ec0213ab : wifi: Adding new MAC randomization option.
9096415b53 : Use new mutex objet in SupplicantStaIfaceHalCallback
51769f2d4a : Revoke WifiNetworkSpecifier Ux bypass in some cases
de146e2339 : Provide priority promotion to local-only requests with explicit user approval
4a05f2aac3 : Make ServiceWifiResources utility classes @hide APIs
d407546ed1 : Do not allow fallback to single STA for local-only when STA+STA is supported
7fff61a3c4 : wifi: don't export OsuLogin activity
0421cc4624 : Enable connected network scoring for secondary Wi-Fi network.
f3bdd439c7 : Make periods consistent in ActionListener summaries
459af46148 : Import translations. DO NOT MERGE ANYWHERE
e1241ceb11 : Add Wifi Vendor HAL @1.6 as a static lib
ee9f6fad93 : Wi-Fi network selection for STA+STA with multiple internet support.
04abeb2021 : Wi-Fi network connection support for STA+STA with multiple internet.
6d21f7f28a : Add the ScanResult utility functions to return the band.
f47b59362f : Add API for Wi-Fi STA+STA feature for multi internet.
7541295572 : Do not destroy MBB secondary when captive portal is detected
a1d2fe8f18 : Limit doNotBlocklist to only enterprise configs
c967efd829 : Address WifiAwareManager API review
a1dce23cbe : Plumb WifiConfiguration to Bssid blocklisting
1c6ba1b0d1 : Add new user restriction for adding wifi configuration
869010e0bc : wifi: support PMK cache for a network with multiple BSS
0a133cdb07 : wifi: Notify wificond of country code has changed
6fb008e46d : wifi: add upgradable type on loading configurations
38b1ec2a34 : [Aware] Allow app to set channel request of the NDP
b2671b9148 : Filter negative EAP error codes from failure notification
dcc6f02256 : [Aware] Allow app to get channel info of the NDP
028a4b4ffa : [Wifi] Fix potential fd leak caused by Runtime.exec.
25c6330b18 : Address WifiManager API review
cb594c35cb : [IHostapd] Support vendor-specific AP config elem
07cc9bb42c : wifi: Fix incorrect setting in R image
73c047e717 : wifi: handle EAP networks w/ and w/o Trust On First Use support
b5165bb724 : wifi: propogate certification event to the framework
05ac9a8c6d : wifi: add Trust On First Use API to WifiEnterpriseConfig
b8ffe8984a : wifi: Fix incorrect channel setting
b248545ffc : Clarify WifiScanner#registerScanListener javadocs
43080d48a5 : Resolve race condition by guaranteeing that onDestroyed is first on the right queue
398be32e28 : Import translations. DO NOT MERGE ANYWHERE
e00fde3599 : p2p: add ACCESS_FINE_LOCATION permission for requestPersistentGroupInfo
6df19f4cdf : Import translations. DO NOT MERGE ANYWHERE
8c54e68014 : wifi: Allow to configure 6G band in bridged mode
919c7e1efb : Import translations. DO NOT MERGE ANYWHERE
bf018a898a : Import translations. DO NOT MERGE ANYWHERE
f9a5aa6dc3 : Allow setting SSIDs always enabled for network selection
02cb46e9ac : Return false in serviceDeclared when SDK level is lower than T.
068ab6f833 : Use lastNetworkId to determine whether a new connection is in progress
9f6e4b8781 : Revert "Check networkId to determine new connection"
695a208562 : Avoid the logging error when verbose alwayson level is set to userdebug, on a non-userdebug build.
61797ac137 : Update EAP error messages for Verizon carrier ID
2af459bd50 : p2p: fix race condition for casting an iface
a72e299cdc : Add support for carrier ID-specific overlays
bc5eb91a2d : Handle frequency changed event on p2p interface
4d163bdd52 : Resolve race condition by guaranteeing that onDestroyed is first on the right queue
0e6b10771a : Do not filter out unrequested 6Ghz scan results
18372576f1 : Refactor string overlay resource lookup
c9e44625d7 : Add shell command to reset resource cache - resulting in reload
316ad7511d : wifi: Check STA status only when STA + AP is supported
40bd522da4 : wifi: Add new overlay config for SAP config auto-upgrade.
1ccc1bca4c : Allow admins to set and modify mac randomization settings
41519faafa : Do not configure APF filter on secondary interfaces
c64cee7032 : Check networkId to determine new connection
3e8223192e : Implement Power Save with client information
7e6a69acd0 : Add source information for power save control
20c6ec6d77 : Add shell command to reset resource cache - resulting in reload
683a94f70d : wifi: Change default config value
baa74a4eaa : Do not configure APF filter on secondary interfaces
7febc0e509 : Fix dispatch of death recipients
f7b415d5df : Reset Scan throttling counters when changing state
f4d9768b8e : wifi: Check STA status only when STA + AP is supported
50deac1143 : Make ResponderConfig a public class and add ranging request builder methods that use it.
c9b814f001 : wifi: Support to customize bridged mode shutdown timeout
0b8acddead : Convert supplicant client to use new AIDL interface.
c13f2db9cb : Dexopt service-wifi.
f9c8c18ed3 : wifi: Support onInstanceFailure report from hostapd
df0255fbd5 : Fix crash with WifiConfiguration#setHttpProxy
2b70e07961 : Trigger a scan when connected score breaches
ee09dd9619 : Trigger a scan when connected score breaches
099aaa80ab : Add API to configure scan schedule and type
2e786c2242 : Send wifi p2p broadcast to apps with nearby permission
ea3d36c046 : Fix auto-connect for non-UTF-8 networks
38dc3eaf23 : Add public API ScanResult#getWifiSsid()
6ba9289843 : Add support for SoftAp with non-UTF-8 SSIDs
e29c4730c9 : Remove network suggestion with action
f7c3a3625c : Add new user restriction for wifi direct
d0fe45a3ca : Clean up WiFi Tethering user restriction code
f54facbc12 : Allow suggestor set subscription group
d950c71338 : WifiManager API to get connected credentials
46f8647f31 : Fix re-connect to wifi when mobile is tapped
cad7f2765c : Do not perform RNR scan when no 6Ghz channels supported
03cfdbf976 : wifi: fix auto-upgrade off behavior for SAE and OWE on R or older
69d9f133b7 : wifi: fix duplicate saved networks on R
cf3192cefc : Remove special handling of split configs in R
7cdadd761b : wifi: fix first connection security params selection
6485aeec9c : [Aware] Send callback when attach session terminate
81c22ab334 : Toggling wifi on when only secondary CMM available should remake primary
fdab476260 : Don't crash when requesting WifiManager on non-wifi enabled devices
63f3e8f47d : Allow P2pManager#startListening with nearby permission
43926c9ee6 : wifi: fix auto-upgrade off behavior for SAE and OWE on R or older
5f0e6979c3 : wifi: fix duplicate saved networks on R
5c4425b6d7 : wifi: Fix build break
9e0286f3a1 : Remove special handling of split configs in R
89c6957212 : wifi: add dfs channel to available channel list when device support it
34fe98633a : Make WifiP2pManager APIs callble with nearby permission
9606bf8358 : wifi: Support register/unregister SoftApCallback for Lohs
f453a33aa9 : wifi: add dfs channel to available channel list when device support it
234ca583ba : wifi: Check SDK version for those test cases which testing the new APIs
4e68cbe038 : p2p: publish startListening APIs
466e371fbe : Fix re-connect to wifi when mobile is tapped
bfa753dfdc : p2p: use random string as the default postfix
26cd392337 : wifi: Supports customized band for Lohs
8ac46fb797 : wifi: Supports to test Lohs via shell command
30b68ec453 : wifi: Support register/unregister SoftApCallback for Lohs
bd2227e4bf : p2p: override the string conversion method
d6f42181cf : Stop conflicting secondary CMMs when connecting primary CMM
fa06a9c21d : wifi: Wi-Fi data usage per configuration (Wifi part)
d7f7c18180 : Fix flakiness in WifiConnectivityManagerTest
8ac569397c : Allow customizing periodic scan type
93542f9bbf : Allow adding configurations with MAC randomization disabled in demo mode
c06aca01cc : wifi: Fix SoftAp bridged mode idle shutdown timer
fac9983155 : Set ScanResult#SSID to "" for hidden SSIDs
5c7daa0359 : Toggling wifi on when only secondary CMM available should remake primary
cc1780e918 : Block wifi shell commands until boot is complete
27d933c2a2 : Import translations. DO NOT MERGE ANYWHERE
44d829bc54 : Import translations. DO NOT MERGE ANYWHERE
82368fae3d : Import translations. DO NOT MERGE ANYWHERE
f3d00449c3 : Import translations. DO NOT MERGE ANYWHERE
8012f5c064 : wifi: Check country code on default SIM before erasing
9d93284377 : Allow Aware ranging with nearby permission
c16c5d02e5 : Guard WifiAware with nearby permission
d401ed6ef9 : wifi: skip configuring PMK cache only when current candidate type is PSK
a606a9d6dc : wifi: Wi-Fi data usage per configuration (Wifi part)
66efe0d029 : Add overlay configuration for making verbose logging default.
6e93e4d3be : setSpecificNetworkRequestInProgress to false
23759a3610 : [Aware] Clean the status when disable Aware service
fcc66d395a : setSpecificNetworkRequestInProgress to false
77c27a8a52 : [Aware] Clean the status when disable Aware service
4725a14cd3 : wifi: update the fresh candidate security params to the first connecting configuration
37c6680d5f : p2p: move tethering interface check to the state machine
d277421b6f : wifi: ignore PMK caching only when current connection is WPA2 PSK
013c69eeb0 : Do not quit the service handler looper in WifiScanner
bb95596c61 : Allow nearby devices permission bypass for very privileged apps
e339033786 : Print previous role in CMM dump
942f5e3b83 : Remove string format argument from blank resource string
c20f04220b : Blocklist current BSSID if external scorer sends "-2" score to Wifi mainline
6d81b1143c : Blocklist current BSSID if external scorer sends "-2" score to Wifi mainline
4b7d934291 : Remove user disconnected networks from PNO scan
d99342cb59 : Do not trigger WifiConnectivityManager cleanup for MBB
ec72885320 : Move handling of sim authentication to ConnectingOrConnectedState
975c7fb907 : Reduce connected network base score
e6ce20a4b5 : Associate connected score with network selection
e680065a8f : wifi: log a warning and continue for mismatch config keys
c57225fff6 : wifi: distinguish WPA2 & WPA3 Enterprise configuration accurately
f2765c77d7 : Enable global autojoin when user toggle wifi
4ccea207a6 : Clear mWifi and tear down Wifi internal when the HAL failure event received.
1fdf0dc7b8 : Add rule to avoid proguard shrink NetworkFactory*
fccbde1f08 : Make WifiManager#getCountryCode callable with coarse location
165feef02e : Fix WifiSsid NPE in ScanResult constructor
a383804492 : Import translations. DO NOT MERGE ANYWHERE
8d79c808fb : Import translations. DO NOT MERGE ANYWHERE
333bc966da : Import translations. DO NOT MERGE ANYWHERE
4b6c0c52b8 : [WIFI] Remove NetworkScoreManager usage
27b0582bbc : [WIFI] Remove ScoredNetworkNominator
7d304f10cd : wifi: Check client mode ready only when CC changed
46c4e0fb01 : Allow privileged apps to manage wifi autojoin
4b6e535dab : [AWARE] Add API to get more info about Aware capabilities
2a78880333 : Remove the NET_CAPABILITY_NOT_RESTRICTED for restricted network
9e4fae2b3b : Relaxing WifiManager APIs to accept nearby permission
83ea532e66 : [WifiKeyStore] Fix update flow for app owned certs
230525f851 : [WifiKeyStore] Fix update flow for app owned certs
84707ce57f : When no data to load, still notify DataStore data load finished
bbdf41f61a : Expose WifiScanner#registerScanListener to system apps
6914e5ab6f : Allow connect to restricted network
2d9907c3d1 : Allow suggestion to be restricted
a341c4289d : Make ActionListener failure results @SystemApis
4ea200d577 : Fix javadoc for getCallerConfiguredNetworks
089110bf25 : wifi: Update safe channel list when country code change
bcfbded156 : Import translations. DO NOT MERGE ANYWHERE
c1e567d396 : Import translations. DO NOT MERGE ANYWHERE
32ceb1af34 : When no data to load, still notify DataStore data load finished
76bdeef6a9 : Fix SIM required notification
a33520d3c4 : Add new user restriction for wifi tethering
d307b8eded : p2p: move tethering interface check to the state machine
73ad2ca86b : [OsuLogin] Handle web pages with bad SSL result
cdcf8e8e82 : Fix SIM required notification
fedab90452 : Deprecate SoftApConfiguration#get/setSsid() and use get/setWifiSsid()
3556c6e71c : p2p: only activate the worksource which needs active P2P.
d20f5e4e98 : [OsuLogin] Handle web pages with bad SSL result
8f39766f61 : Update EAP failure messages for VZW
86e103c001 : Add new error code messages for EAP
142fa4fc0e : Accept all reason for mobile data changes
1c3ee3e86e : Update WifiManager RequiresPermission
781e14e8a0 : wifi: Check country code on default SIM before erasing
8c3a47e689 : Enable link layer stats only after interface is up
05648240ce : Revert "Enable link layer stats only after interface is up"
7a18413f27 : Add suppress lint check
ad70eedb8e : Import translations. DO NOT MERGE ANYWHERE
6247d204ab : Extra logging to WifiConnectivityManager
fedef5b124 : Extra logging to WifiConnectivityManager
85daf53842 : Fix MAC address leak after SSR
e0331874cb : Stop conflicting secondary CMMs when connecting primary CMM
326408e361 : Fix documentation issues in WifiManager
9ef69e730b : Enable link layer stats only after interface is up
8b225c7572 : wifi: Rename API: country code changed listener
1816f6a394 : Upgrade to permanent wrong password failure
108dacb446 : wifi: skip configuring PMK cache only when current candidate type is PSK
79a105430f : Fix documentation issues in WifiManager
0e0290a95a : Return false in serviceDeclared when SDK level is lower than T.
58e9b30fdb : Stop secondary CMMs when disabling wifi
1b1067c054 : wifi: fix 64-octets HEX check for preshared key
c6419fd8c7 : wifi: Configure WPA2 only mode when 64-octet Hex PSK is set
4d8f7acadc : wifi: fix 64-octets HEX check for preshared key
ab00ba28bd : Make WifiSsid a public API
7913f09089 : Refactor WifiSsid creator methods
767deb99f1 : Create explicit WifiSsid.getUtf8Text()
b43f5dc152 : Fix documentation issues in WifiManager
566de0ed84 : p2p: do not enable P2P if commands do not need active P2P
ef9bc5fb2e : Clean up the Wifi internal state when chip reconfiguration fails.
928b100d85 : Update Wifi Module version to 320000000
ac9ec27c6b : Revert "Clean up the Wifi internal state when chip reconfiguration fails."
f7c9b3e992 : wifi: Fix Lohs re-enable failure because invalid configuration setting
b6f11014b9 : p2p: avoid sending unnecessary p2p state change event
4898534b32 : Catch BackendBusyException to prevent crash
d7580e6634 : Only call addVcnNetworkPolicyChangeListener on first time
c6617f30df : [Mainline-on-R] Do not add passpoint security type to network Id
80b0e06acd : Fix new NewApi lint warnings
6e0e45bbc0 : [Mainline-on-R] Do not add passpoint security type to network Id
66d47abd54 : Only call addVcnNetworkPolicyChangeListener on first time
297ebd1192 : Fix deadlock in SupplicantStaIfaceHal
82b9ce28ca : Clean up the Wifi internal state when chip reconfiguration fails.
8acae6eab9 : Fix WifiInfo#getHiddenSsid()
b9e91f6430 : Soft-AP: Extend the Band Check to 6 GHz in setCountryCode.
97123681fa : Fix mock of ActivityManager in ClientModeImplTest
debcd5cecf : Stop secondary CMMs when disabling wifi
aeb0bcce50 : Handle untrust changes when suggestion in-place modify
ff6a9487be : Do not update #status of current WifiConfiguration
e4723cd971 : Use updateScanDetailForNetwork to avoid calling static mock
484b6dcc48 : Remove user disconnected networks from PNO scan
358e80541b : Throttle PNO restart when networks freqently change
d0ae4c3e4c : Use updateScanDetailForNetwork to avoid calling static mock
259f87fcd7 : Move test into nested class
187c91ac3c : wifi: keep auto-upgrade security params if base params is disabled.
233dba7f90 : wifi: treat passpoint configurations as non-open networks
1539e0f65e : HalDeviceManager: Add log to debug onSubsystemRestart
94be89cebc : Log whether hostapd uses HIDL or AIDL service.
603d747d63 : Schedule Wifi periodic scan with exact intervals.
8d29ccc342 : Do not update #status of current WifiConfiguration
fae423dab6 : wifi: handle transition disable indication in ConnectingOrConnectedState
170edae60d : wifi: keep auto-upgrade security params if base params is disabled.
8091550807 : Shell command to force null BSSID in add-request
115333bb0a : Do not require BSSID match for WifiNetworkSpecifier dialogue bypass
473ca36334 : Add full JavaDoc for new API
02e4b97963 : Set UCC when user first select on ephemeral network
1ac71b0bf3 : Set UCC when user first select on ephemeral network
d62bcee55f : Add new user restriction handling in setWifiEnabled
675f61fafc : Revert ag/13554027
b5caca0672 : Switch version of registerReceiver so callbacks run on Wifi Handler thread. Bug: 185528529 Test: atest WifiServiceImplTest
380d32ea54 : Schedule Wifi periodic scan with exact intervals.
b29d6dad1a : wifi: ignore PMK caching only when current connection is WPA2 PSK
9d89b97afa : wifi: handle transition disable indication in ConnectingOrConnectedState
e93f28da57 : Fix new NewApi lint warnings
ced9e5556d : Make InterfaceDestroyedListener run on the same thread as Manager which create this interface
60f0d15efa : HalDeviceManager avoid unnecessary re-posting of onDestroyed
ba1fc31be1 : Fix new NewApi lint warnings
7a63663421 : p2p: only activate the worksource which needs active P2P.
9ac407f051 : wifi: Add new system API to listen for country code change
3e9b9772c8 : Revert ag/13554027
43b9eb5bba : wifi: Add hostapd AIDL interface support
b7bb9f08e5 : Set suggestion configs #shared to false
aecd793f31 : Use correct networkId when handling linked roaming in supplicant hal
e2d1c3f9d3 : Fix passpoint networks added by secondary user not being enabled
3471323626 : Allow secondary user to add private networks via system/shell
7835184891 : wifi: treat passpoint configurations as non-open networks
7d728506ba : wifi: Configure WPA2 only mode when 64-octet Hex PSK is set
a41c9b71cc : wifi: Call p2pFlush() when P2P group is removed
0a0d8dd3b5 : p2p: do not enable P2P if commands do not need active P2P
1a2c5068ee : wifi: fix first connection security params selection
d5bd85dae1 : Add API to get Mac random settings
9f480c5752 : Import translations. DO NOT MERGE ANYWHERE
c764649349 : Import translations. DO NOT MERGE ANYWHERE
c01cdf03e8 : Fix private configs created by SYSTEM_UID being shared with other users
64efc815f5 : Reset target BSSID and network ID during ClientModeImpl setup
161347e9e2 : Make InterfaceDestroyedListener run on the same thread as Manager which create this interface
355f15f017 : Reset target BSSID and network ID during ClientModeImpl setup
14312c2a1f : Use correct network ID while clearing linked networks
cac4adec71 : Do not set allowlist SSIDs if current connection is FT-PSK
c8ed6ef910 : Fix passpoint networks added by secondary user not being enabled
ce4dfc4baa : Wifi use state machine from modules-utils
7dca68df3a : Wifi use state machine from modules-utils
6fcd9fe695 : Fix Secondary users not able to add private networks via shell
55c6a3de01 : Clarify javadoc in WifiScanner#isScanning
08124f52b8 : Migrate dependency from base to modules-utils
b0685a160f : Set linked networks candidate security params to WPA PSK
791f37eea1 : Configure linked networks only when current connection is PSK
0203aeaec7 : [Passpoint] Fix SPP typos for OSU
517a387cc4 : Add linklist roaming unit tests
0db46757f4 : HalDeviceManager avoid unnecessary re-posting of onDestroyed
4367f1ec9f : Migrate dependency from base to modules-utils
142c21c95a : Migrate dependency from base to modules-utils
282d1de2de : [Passpoint] Fix SPP typos for OSU
328dde819e : Move handling of sim authentication to ConnectingOrConnectedState
7552495e73 : Revert "Fix Race between WifiNative and WifiMetrics"
1175b8138f : [AWARE] Create interface before publish/subscribe
d3dc361ceb : Import translations. DO NOT MERGE ANYWHERE
0c6c987f22 : Import translations. DO NOT MERGE ANYWHERE
0957b0a297 : Import translations. DO NOT MERGE ANYWHERE
234c4b537d : Import translations. DO NOT MERGE ANYWHERE
7e2b9d077a : Import translations. DO NOT MERGE ANYWHERE
9c1ca8320f : Reduce connected network base score
b9f87c9cef : [AWARE] Create interface before publish/subscribe
48f7dd4983 : Fix passpoint not connecting after OSU provisioning
7dc06d5ec0 : wifi: log a warning and continue for mismatch config keys
9536a51948 : Refactor getConfiguredNetworks to bypass package check for shell
8fe21f5043 : Add uid/package check in WifiServiceImpl#registerSuggestionConnectionStatusListener
60ebfca95b : Do not trigger WifiConnectivityManager cleanup for MBB
0d2935d5ca : Fix passpoint not connecting after OSU provisioning
fd88cfa09c : WifiCoex: Delay updating idle cell channels
20b423311f : wifi: update the fresh candidate security params to the first connecting configuration
d58807efc9 : Refactor getConfiguredNetworks to bypass package check for shell
5817d7199f : Enforce MAC randomization enabled on all suggestions
6f35a068d0 : Skip OEM paid/private secondary connection if already connecting
0ab72e488b : Prevent a 4-way binder interlock leading to a leak.
5c3452f45c : wifi: distinguish WPA2 & WPA3 Enterprise configuration accurately
e1ac12ec34 : wifi: Support downgrades for softap configuration from cloud backup
7b98e356b8 : wifi: Refactoring SAP configuration backup/restore mechanism
b929776848 : p2p: cache WFD info if p2p is disabled.
d3e6f080ec : p2p: if the peer is a GO, always do group join
6fe6cd585e : Import translations. DO NOT MERGE ANYWHERE
0120e7fb7a : Do not quit the service handler looper in WifiScanner
d5b4427a59 : WifiCoex: Delay updating idle cell channels
379a949494 : Revert "WifiCoex: Delay updating idle cell channels"
8e9c0df714 : p2p: cache WFD info if p2p is disabled.
ee59950c31 : p2p: if the peer is a GO, always do group join
29e8d7be3b : Add uid/package check in WifiServiceImpl#registerSuggestionConnectionStatusListener
7d8276552f : Add uid/package check in WifiServiceImpl#getConfiguredNetworks
394f518777 : Fix for FILS connection issues.
d1bdec5745 : WifiCoex: Do not notify driver if unsafe channels haven't changed
1f05bd7af1 : TetheringModuleTest case fail due to hotspot not start successfully
51fe6208d6 : wifi: refine association rejection handling for WPA3 networks
b9d2ffccf5 : Only do fast reconnect on primary STA
29e653ec80 : Add 11d country code metric
f1e9c7dded : Cap BW estimation sample by Tx/Rx link speed
9957295a50 : Cap BW estimation sample by Tx/Rx link speed
8ca2b83605 : wifi: Add util API to check/enforce coarse location permission
ee7bde057e : Associate connected score with network selection
42e7ff3f8f : Fix for FILS connection issues.
665f40afb8 : Add flag to specify hex SSID for add/connect network shell command
ca1bb677c3 : Add flag to specify hex SSID for add-fake-scan shell command
11bc03b6f9 : New WifiScanner API to get scan state
15ce969b3c : Disconnect wifi to force country code update
47ac009fdb : Add 11d country code metric
8b6674b67a : wifi: refine association rejection handling for WPA3 networks
dd8ff33164 : Skip OEM paid/private secondary connection if already connecting
20fb7ddc2c : WifiCoex: Delay updating idle cell channels
fda52ddb18 : Import translations. DO NOT MERGE ANYWHERE
c32ac6460b : Import translations. DO NOT MERGE ANYWHERE
75335866fc : Create public API ScanResult.getSecurityTypes()
bab12c2d36 : Make ScanResultUtil an @hide API
546cac12f1 : Clean up ScanDetail constructors
aa8839dbac : Update client scan mode after country code update
c7d77e8c08 : WifiCoex: Do not notify driver if unsafe channels haven't changed
1a4a7ed56e : p2p: restore WFD info on entering enabled state
ad512b497c : Add uid/package check in RttServiceImpl#startRanging
8a4697dac0 : wifi: handle STA exist but device doesn't support STA+bridged(AP+AP)
1541ff3750 : Try to update the RttController when interface changes
b0230616cc : Add SSID glob flag to add-request shell command
d276c2c6a7 : Only do fast reconnect on primary STA
6a0db4719a : Disconnect wifi to force country code update
969a30013b : Try to update the RttController when interface changes
1e659c299d : Prepare Wifi framework tests for static/final mocking
9284b2219c : Fix private configs created by SYSTEM_UID being shared with other users
cb92a5ea85 : Move test into nested class
c586370253 : Move test into nested class
486babefff : Import translations. DO NOT MERGE ANYWHERE
bbd88f392c : Import translations. DO NOT MERGE ANYWHERE
10e8dab69d : p2p: restore WFD info on entering enabled state
d951507b76 : Check null pointer returned from HAL getChipIds.
e3100df1fd : Fix Race between WifiNative and WifiMetrics
1c3faa66fe : Call handleNetworkDisconnect before trasition to disconnected state
5779b97e9d : Add overlay to allow always reading factory MAC from Hal
8262966483 : Import translations. DO NOT MERGE ANYWHERE
dbfdf93d8f : Import translations. DO NOT MERGE ANYWHERE
7bbc8b0ed2 : Call handleNetworkDisconnect before trasition to disconnected state
30aaae7b16 : Avoid NPE in WifiNetworkFactory
87f634cf2c : wifi: handle STA exist but device doesn't support STA+bridged(AP+AP)
b8af0c5aed : Relax condition for permanently disabling network
0c6dd9acf5 : p2p: handle empty device name case properly
b746a1b414 : Relax condition for permanently disabling network
b6b95f344c : Check null pointer returned from HAL getChipIds.
8a1d801f23 : Check not null when getBestMatchSubscriptionId is called
13ed59118a : Import translations. DO NOT MERGE ANYWHERE
2b583ff15b : Import translations. DO NOT MERGE ANYWHERE
b144bf4962 : Import translations. DO NOT MERGE ANYWHERE
9ebb127ff3 : p2p: handle empty device name case properly
5b4d1249d6 : Check not null when getBestMatchSubscriptionId is called
5e2f986619 : Fix Race between WifiNative and WifiMetrics
10e780a438 : Avoid NPE in WifiNetworkFactory
583f86f324 : Print additional fields in WifiInfo.toString()
b86375430d : Update old terminology for Non-persistent Mac Randomization
ba3833961e : AddOrUpdateNetworkPrivileged verify packageName belongs to uid
b1dbbd8bf2 : Import translations. DO NOT MERGE ANYWHERE
d6355ced5a : Enable wifi to perform its own hidden API processing
f4eda15885 : [RTT] HE with RTT should only on 6 Ghz
4c660f6ede : Revert "Update old terminology for Non-persistent Mac Randomization"
c32731becb : Revert "Update old terminology for Non-persistent Mac Randomization"
df5d3675ed : Revert "Update old terminology for Non-persistent Mac Randomization"
dc19800b88 : Clean up lint errors
8a1af7eb63 : Revert "ClientModeImpl: Add more logging for stopIpClient"
da5109ce65 : Update baseline for lint 7.1.0-dev
7ac1c4a708 : Update old terminology for Non-persistent Mac Randomization
eeaa9bd47d : Move BaseWifiService to framework-wifi
e1ae3eeda6 : Switch version of registerReceiver so callbacks run on Wifi Handler thread. Bug: 185528529 Test: atest WifiServiceImplTest
a335444a41 : Import translations. DO NOT MERGE ANYWHERE
7073ad0871 : Import translations. DO NOT MERGE ANYWHERE
77ede9330a : Import translations. DO NOT MERGE ANYWHERE
4ef08dd675 : Add API for Passpoint enable and disable.
6b12c69d7f : Add wifi bootclasspath fragment to its sdk
e00f063a5b : Import translations. DO NOT MERGE ANYWHERE
43acaa15e1 : [NS05.1] Fix WifiNetworkFactoryTest for network offer architecture
4e82732eb0 : Use the new NetworkScore API to send scores
4d0afe4d59 : Reference framework-connectivity stubs explicitly
39bfbabac1 : Import translations. DO NOT MERGE ANYWHERE
6154f0b7f4 : Import translations. DO NOT MERGE ANYWHERE
557b06940c : Add visibility for packages/modules/Connectivity
8293753da9 : Adjust include_dirs for relocated packages/modules/Connectivity
b323000f47 : Add visibility for packages/modules/Connectivity
51aca29eec : Include MODULES_OWNERS as per policy.
628653e6dc : Add visibility for packages/modules/Connectivity
bd5eb3f110 : Revert "Extention API: Change Wifi score reporting behaviors bas..."
1834b2fd73 : Import translations. DO NOT MERGE ANYWHERE
d3da11ae0e : Import translations. DO NOT MERGE ANYWHERE
13cc9fee9e : Import translations. DO NOT MERGE ANYWHERE
749bfafd28 : Import translations. DO NOT MERGE ANYWHERE
247baa29c4 : Import translations. DO NOT MERGE ANYWHERE
89c3490ff3 : Import translations. DO NOT MERGE ANYWHERE
b85830c46b : Import translations. DO NOT MERGE ANYWHERE
37c4cfcb9d : Import translations. DO NOT MERGE ANYWHERE
57a32f492c : Import translations. DO NOT MERGE ANYWHERE
99a0ea8943 : Import translations. DO NOT MERGE ANYWHERE
28e46132ad : Import translations. DO NOT MERGE ANYWHERE
61c526dc7d : Move failing tests to mainline-postsubmit
ba94708939 : ScoredNetworkNominator: Pass through a hardcoded attribution tag.
863d9f8cbb : [Passpoint] Use only DLTaggedObject in ServiceProviderVerifier
9acb56a0fd : [Passpoint] Changes required for bouncycastle update
2a68dfee8f : Import translations. DO NOT MERGE ANYWHERE
d98e939f1e : Import translations. DO NOT MERGE ANYWHERE
ed71149316 : Import translations. DO NOT MERGE ANYWHERE
60a070ed55 : Remove FrameworksWifiApiTests from mainline-postsubmit as it passes on R.
321120b63e : Fix errorprone CompileTimeConstant error
b6ead068a9 : Import translations. DO NOT MERGE ANYWHERE
5a43085d39 : Import translations. DO NOT MERGE ANYWHERE
e9096ac9f0 : Seed Wifi test modules for mainline-postsubmit.
90898ed090 : [VCN07.3] Add NOT_VCN_MANAGED for NetworkAgent implementations
7c9acd5aea : Allow the modern way to get ConnectivityManager
654bcd0f3a : Notify WifiScanningService of scan failure upon iface deletion
a7a81594cd : ActiveModeWarden: Handle recovery trigger when wifi is disabled
3b069c81bd : Extension API: extend the API surface to include more inputs

+- Project: platform/packages/modules/adb

d981bce6 : Bump version codes in tm-dev to match tm-mainline-prod
a7c2a878 : Add adbd pairing tests to mainline test mapping for adbd.
3023d027 : Bump Mainline Module Version Codes in tm-dev to 330090000
e3c5016c : Bump apex version to 33xxxxxx in tm-dev.
82c70d62 : libadbd_fs doesn't need to depend on libbuildversion.
2d065592 : Temporarily disable a test.
9a5ee7d5 : Backport of Win-specific suppression of potentially rogue construct that can engage in directory traversal on the host.
a292f528 : Backport of Win-specific suppression of potentially rogue construct that can engage in directory traversal on the host.
b5ad48db : Backport of Win-specific suppression of potentially rogue construct that can engage in directory traversal on the host.
5bd94084 : Now suppressing ability for a potentially rogue device to engage in directory traversal on host.
b796cd5f : Make adb stream-aware
02290864 : Tweak linux_glibc properties for musl builds in packages/modules/adb
3e5666d8 : Add adb to hwasan-postsubmit
6343a313 : ADB: Fix documentation broken link
4b243a5a : Report device connection errors during install
061ba795 : Using common apex_defaults for com.android.adbd module .
0998878d : Make `adb help` list all known compression algorithms.
18056094 : The verity binaries should be behind the "remount" feature too.
ff2446d0 : Include first arg in argv for install multiple app
43c7227f : Delete obsolete TODO
7282f073 : Removing dead-code (dev: local service processing).
a547c700 : Now suppressing ability for a potentially rogue device to engage in directory traversal on host.
d1ffe2d0 : Follow symlinks in reading data file
de7776ad : adb: don't SEGV if no arguments are given.
cb8d8875 : Setting up a libadbd flag for shared usage across miniadbd (CL 1/2)
7cb519dd : Allow shell to read tracefs entries
5703eb35 : adb --one-device feature.
9864dad8 : Set min_sdk_version
75d90d41 : Temporarily manually change versionName in apex_manifest.json
f39f65b9 : Temporarily manually change versionName in apex_manifest.json
acfe7b52 : Check the result of more libusb functions.
4a6fec49 : ADB_LIBUSB Handle device reboot properly.
bf7da1cd : Refactoring out to a common/exception-handling retrieval function.
3b481e5c : Propagation of disable/enable-verity shell error into adb host.
390e67ad : Reinstating the __ANROID_RECOVERY__ part of b/158156979 (removal of preprocessor guards for root/secure: https://android-review.googlesource.com/c/platform/system/core/+/1324037/).
d9b3147c : Check for invalid network interfaces.
2e19bd13 : Updating adb documentation with minor word-smithing.
36ec09d3 : Revert "Changes to linking strategy"
f3c64cf3 : Replace jmgao@ with shaju@ in OWNERS.
ab33cd55 : Changes to linking strategy
58a73ad7 : Add SOCK_CLOEXEC to adbd's vsock socket
867c71e5 : Fix unused-but-set-variable warnings
434c85d5 : Follow change to openscreen
532e5703 : Depend statically on libadb_protos (and its dependencies)
1b0d2ece : Guard the checking of profileable by API level
5cfad59c : Add MicrodroidHostTestCases to TEST_MAPPING
63b31492 : Move the relevant tests from system/core/'s TEST_MAPPING.
305095b9 : Guard the checking of profileable by API level
0e4aa017 : Temporarily manually set versionName in apex_manifest.json
a1691160 : Fix FramebufferTest#test_framebuffer.
dce60260 : Revert "Report errors in the framebuffer service."
2ad1562b : Report errors in the framebuffer service.
177e4be4 : Use inotify to wait for device to be accessible on Linux.
ddfab04e : Add script to build coverage-enabled binaries/tests.
f941a8a7 : Use the right test binaries when generating coverage.
85407e35 : weak_ptr: add test, fix bug.
1ca6bba2 : Add more tests for IOVector.
e83431c8 : Add a framebuffer test.
344bb3bb : Deflake coverage script.
6256d99b : Add test for ConnectionState to_string.
e79769d3 : Ignore error for fchown if sgid bit is set for parent directory
fc0410db : Fix required for recovery phony module
bb5b6017 : Mark adbd apex as compressible
3d88c0e5 : Synchronize the libusb and native backend's USB address.
8e7c9729 : Add attach/detach support to libusb backend.
7852ca4f : Give Connection an atransport*.
283c5dba : Fix bug in checking for success code
7a582458 : Forward args to install-commit properly when using install-multi-package
e44a4e7b : adbd: Check USB disabled property after opening FFS
97a5bc03 : Add enh to OWNERS.
b160bd68 : Include MODULES_OWNERS as per policy.
4e9d643c : Remove special casing bundled apex version number

+- Project: platform/packages/modules/common

358806a : Change Bluetooth apex mountpoint
f52cc6b : Add netd_aidl_interface-V10 to allowed deps.
f6b9274 : allowed_deps += netd_mainline_headers(minSdkVersion:29)
3507601 : Add bluetooth and uwb as optional modules
e75e7c5 : Optional modules need a module specific soong config variable
60aabe8 : Added libarect_headers to the allowed list
c6e1315 : Removed telephony apex
33e9399 : Make first_release required
881b94a : Adding bluetooth to mainline_modules_sdks.py
96d3539 : Add NetworkStackApi34Shims to allowed deps
857d008 : Add libldac in the apex available
6ea2a29 : Update apex supported dependencies for BT Audio HAL V2
f258d03 : Address review comments on finalize_sdk.py
f899a2c : modules/common - Tiramisu is now 33 followup
9ea376d : Remove NetworkPermissionConfig package
c7a5e53 : Add AppSearch to mainline_modules_sdks.py.
2b28ea2 : Add final T modules to the sdk proto
9fed6cf : Fix apex issue
12528cb : Add updatable shared lib updatability tests to MTS
b853f31 : Make finalization script also copy compat txt files
4899f98 : Copy the out/soong/build_number.txt file into sdk snapshots for R
53c913e : Add support to finalize only a subset of modules
3e8dcd4 : finalize_sdk.py maintenance
43dab10 : Update media provider's exoplayer version
0e8dbf8 : Convert finalize_sdk.py to use pathlib
7cc6263 : uwb(uci): Make UCI PDL library available to vendors
17e46bf : Reorganize exoplayer target names
bec910c : Add allowed dep
4361e30 : Add allowed dep
a47be08 : Reorganize exoplayer target names
b3805c1 : mainline_modules_sdks.py: Optimize snapshot build order
ec1fdcd : Add test for snapshot build order
fa90e1e : mainline_modules_sdks.py: Fix issues with r snapshot
2ef33a4 : mainline_modules_sdks.py: Reformat
07960fa : Add Paul and Gurpreet to owners of packages/modules/common
71fb724 : Add module_java_test_import module type required by new Conscrypt test-export snapshot.
576e65c : Add support for building SDKs for bundled modules and platform SDKs for Mainline.
1c9068b : Added Bluetooth dependencies for updatable
c34a5e3 : Fix failures caused by lack of ANDROID_BUILD_TOP on build servers
aad984b : Fix failures caused by lack of ANDROID_BUILD_TOP on build servers
ffa89fd : Generate sdk snapshots for the R build
48e7f7d : Decouple population of the dist dir from the SnapshotBuilder
04b5199 : Move populate_stubs into LEGACY BuildRelease
dc0c4c5 : Extract unzip_current_stubs from SdkDistProducer
14c6bd8 : Add --build-release option to mainline_modules_sdks.sh
de60aeb : Improve testing of mainline_modules_sdks.py
4f192a1 : Cleanup pylint errors in mainline_modules_sdks*.py
9c7cd41 : Add AdServices in mainline_modules_sdks.py
2aea1fc : Update asm-7.0 to asm-9.2.
0b5a093 : Remove StubLibraries.bp
9b0b24a : Update allowed_deps for AppSearch apex.
c51e456 : Add allowed dependencies.
63ab31b : Remove framework-module-defaults visibility to ConnectivityT
bcf5d7a : Update allowed_deps for new minsdk of libutf.
69353af : Remove StubLibraries.bp
b6bc4b7 : Adding apex_defaults to provide common parameters for Q, R, S and T.
f74514d : Use single module for clang runtime libraries
2c32318 : Add networkstack-aidl-interface-V15 to allowed_deps
2f9bf4a : Don't explicitly mention SOONG_CONFIG_ variables
b1fbf54 : Use single module for clang runtime libraries
ad786e7 : Include leanback-grid and kotlin-stdlib-jdk8.
b4610ab : Set first_release for odp to Tiramisu
654d81e : Add Tiramisu build release
a366bc3 : Add ondevicepersonalization in mainline_modules_sdks.py
4afd11b : Update deps for ConnectivityNative
fbde575 : Add libmedia_helper to allowed deps
0274253 : Add ubsan_minimal as apex dependency
c56fd37 : Update sdk version for mdns aidl libs
6333a6d : Allow APEXes to depend on networkstack-aidl-interfaces-V14
1525e8c : Remove invisible unicode characters
faaf927 : Add Sepolicy module to presubmit.
01ea57c : Support building build target specific snapshots
2662173 : Update visibility to impl jars
8eee90b : Add liberror and libexpectedutils_headers
681fcc8 : Change cur_sdkinfo_src to a genrule
62836c1 : Added android.system.suspend to allowed deps
2b7f6a5 : Use pre-built version of car-ui-lib
5053a09 : Update visibility to impl jars
1c315bd : Make async AIDL available to UWB
f37ed0c : Make rust binder APEX available
d8f202e : Add mdns_aidl_interface libs to allowed_deps.
300ec92 : Move MAINLINE_MODULE_BY_APEX into the test file
661845d : Split populate_stubs out of populate_dist
f5245ce : Extract logic for building the snapshots to improve testability
b349358 : Extract subprocess run calls into SubprocessRunner
832cac2 : Use unbuffered stdio to make it easy to use print for debugging
5b1696c : allowed_dependencies: Set uwb apex sdk to Tiramisu
092b9fd : Add internal only modules to standard module list
adb67d1 : Add internal only modules to standard module list
b29e69f : Add android.hardware.neuralnetworks-V4-ndk to allowed_deps.
023527e : Remove dead code
ea32306 : Remove duplicate --hide arguments
9da7b0b : Update allowed_deps with additional Rust versions.
c1a8976 : Update allowed_deps with Rust minSdkVersions.
b793f38 : Add Wifi Vendor HAL @1.6 java backend as a dependency.
fbe1694 : Update allowed_deps for libui changes
2ea84a0 : Update allowed_deps with Rust minSdkVersions.
e0de568 : Add netd_aidl_interface-V8-ndk and netd_aidl_interface-lateststable-ndk
c85c200 : Add android.hardware.neuralnetworks-V4-ndk to allowed_deps.
9280509 : Include libtcutils in Connectivity / Tethering dependencies
a53097d : Add netd_aidl_interface_v8 to allowed_deps.
3395d79 : Add clatd to allow_deps.txt
972eb59 : Add test for getSystemSharedLibraryNames
5959b56 : Add clatd to allow_deps.txt
e0321d9 : Add clatd to allow_deps.txt
5c5e2fd : Update apex allowed deps for new lib
a9d0b3a : Add libc_headers in allowed_deps.
5579fed : Remove references to win_sdk
e81082d : Add libip_checksum to allow_deps.txt
24335fc : Add libip_checksum to allow_deps.txt
d1c090c : Rename bpf_map_utils to bpf_headers
5edb66c : Add fmtlib_headers to the allowed list.
89a67cd : Update allowed_deps.txt to account for correct library target names
737bcee : Update allowed_deps.txt to account for correct library target names
236d765 : Disable ipsec and tethering module builds on postsubmit.
33d2dd2 : Update MODULE_OWNERS.
cb20205 : Make framework-module-defaults visible to ConnectivityT
10a68b7 : Add ExoPlayer-related targets to allowed_deps
ae6e8ee : Add error_prone sdk 29 to allowed_deps
cbb0238 : [NETD-BPF#31] Update allowed_deps.txt for bpf_map_utils
5bddbcf : [NETD-BPF#7] Update dependency for moving bpf_shared.h
60002c2 : [NETD-BPF#7] Update dependency for moving bpf_shared.h
08439e2 : Set min_sdk_version (system/core)
dcd876f : Add prebuilt header modules exported by ART.
002dff8 : Add allowed dependency.
5511d9b : Simplify main function for mainline_modules_sdks.py
540616f : Allow passing python script as a parameter.
89b88df : Add STANDALONE_SYSTEMSERVER_JARS to classpath.proto.
a584ab5 : Simplify main function for mainline_modules_sdks.py
28f82df : Revert "Remove redundant lines in allowed_deps.txt"
48217f5 : Remove redundant lines in allowed_deps.txt
b76f6ec : Add android.hardware.neuralnetworks-V3-ndk to allowed_deps.
2fa8ac6 : Add android.hardware.neuralnetworks-V3-ndk to allowed_deps.
ea45530 : Set min_sdk_version (packages/modules/adb)
b239d7a : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/common
1adb1e4 : Add networkstack-aidl-interfaces-V13 to allowed_deps.
e1c68f9 : Test that install fails when apk requires missing shared lib
8f8f1bd : Allow passing python script as a parameter.
563e683 : Remove NetworkStackNext from build script
2e20043 : Add new allowed dependency "libc++fs".
dc3fab8 : Add new allowed dependencies.
de258df : [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/common
8d8574b : Add net-utils-device-common-bpfjni to allow_deps.txt
79c9eff : Revert "Add back symbolic "S" versions for the ART exported libs."
4322d30 : Add back symbolic "S" versions for the ART exported libs.
73a5269 : Change ExoPlayer library name
94b1430 : Change min max sdk version type to string.
0fc8728 : Write test to verify API is not accessible
fbbd967 : Add e2e tests for updatable shared libs
bc0f547 : Migrate NetworkStack modules to use modules-utils
51133ff : Add mainline_modules_sdks to packages/modules/common/.
df1b52b : Add networkstack-aidl-latest to allowed_deps
2ea2ff8 : Add prebuilt dependencies for the ART module.
908d5fc : Switching ART libs to set min_sdk_version by number.
2aed427 : Remove UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true setting (reland).
e3d2d32 : Apply new settings widget lib for cbr roaming feature support
f144f37 : Allow thiserror for use in DoH
8c3cb8f : Add libbpfmapjni to allowed_deps.txt
539ebcd : Revert "Add neuralnetworks_utils_hal_aidl_v2 to allowed_deps.txt"
1792be2 : Revert "Add neuralnetworks_utils_hal_aidl_v2 to allowed_deps.txt"
363e6a3 : Add neuralnetworks_utils_hal_aidl_v2 to allowed_deps.txt
84b8ab1 : Revert "Remove UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true setting."
4927b94 : Remove UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true setting.
014d386 : Add neuralnetworks_utils_hal_aidl_v2 to allowed_deps.txt
7a1f0be : Add android.hardware.neuralnetworks-V2-ndk to allowed_deps.
0e16020 : Add android.hardware.neuralnetworks-V2-ndk to allowed_deps.
df3eafb : Add module_prebuilt_systemserverclasspath_fragment.
4fd10a5 : Add visibility to test artifacts used for apexd_test
799af52 : Add Exoplayer to allowed_deps
b152a49 : Add module_prebuilt_systemserverclasspath_fragment.
b2f4a16 : Add dependency for version 4.12.0 of glide
6db0f63 : Add support of Wifi supplicant AIDL interface.
465af23 : Add glide prebuilt dependencies to allowed_deps
393a1ca : Add defaults for optimizing system server java_sdk_library.
4efe042 : Use android.hardware.graphics.common-V3-ndk
ee390f2 : Enhance documentation in mainline stubs
131c540 : Update allowed_deps.txt to account for correct library target names
56f1976 : uwb: Include uwb HAL stubs
73e09b2 : Update apex allowed list
9549fd7 : Update allowed_deps for library split
7ff1014 : Add support of Wifi hostapd AIDL interface.
0c90b22 : Dependency update for StateMachine
c0bf47b : Dependency update for BackgroundThread HandlerExecutor
62ac8d0 : Add dependency for version 4.12.0 of glide
92ef09c : Add glide prebuilt dependencies to allowed_deps
5044ac8 : uwb: Include libpower + depdenencies
176fab8 : Convert the sdk proto genrule to use soong var
a6258f8 : Convert the sdk proto genrule to use soong var
59ba4d4 : Update allowed_deps.txt to account for correct library target names
b89eeb7 : Convert the sdk proto genrule to use soong var
e9fe5cc : Convert the sdk proto genrule to use soong var
0455790 : Update apex allowed list
ce508ac : Split basic audio types from audioclient-types-aidl-cpp
0b577f9 : Update apex allowed list
58aad7b : add spatializer aidl interfaces
bab815a : Split basic audio types from audioclient-types-aidl-cpp
88483e1 : add spatializer aidl interfaces
30ca6a0 : Add iconloader(minSdkVersion:26).
2e2b3e1 : Allow Rust Demangler for runtime error reporting
03120ed : Add fp16_headers in allowed_deps.txt.
152cf34 : Add fp16_headers in allowed_deps.txt.
d2c2cc7 : Remove ndk_platform backend. Use the ndk backend.
5cccc37 : Add kotlinx_coroutines and dependencies
8ee3d1b : Add commit hook to require extra info in allowed_deps.txt additions.
1f316ea : Move existing UWB API classes to UWB apex
d48dc7a : Update the list of allowed apex deps
8043295 : Add a new Rust dependency to the standard library
20cc293 : Add soong config rules for more module rules.
d518a8d : Remove ndk_platform backend. Use the ndk backend.
aa00a8b : Add SelectorWithWidgetPreference, a new branch of RadioButtonPreference.
79fdd8b : Add module_android_app_set type.
b6eadeb : Add modules-utils-preconditions to allowed_deps.
18484a5 : Add PREBUILTS_MODULE_OWNERS.
6d6c91c : allow net-utils-device-commmon-netlink/struct lib deps.
37abbfc : Introduce build script for mainline modules.
332b2b6 : Add modules-utils-preconditions to allowed_deps.
a22f4c3 : Update minSdkVersion of SettingsLib compoments
e95b409 : Partitioned a media library, allow both parts into mainline
f3d73b0 : Support module_build_from_source for more prebuilt types.
1e6922f : Update allowed_deps to accept networkstack-aidl-interfaces-V12.
13d5224 : Add base64 module deps for DnsResolver Rust DoH
3886a9a : Remove workaround for IPSec buildfile not working
0b03c39 : Move soong variable to different repo.
a786b6c : Make netd_aidl_interface-V7-java available for connectivity
e23abcb : Update minSdkVersion check for glide_prebuilt
83e3b4b : Update NEVER_SUGGEST to LAST_RESORT_SUGGESTION.
6cb2d4c : Add module deps for DnsResolver Rust DoH
6bd3007 : Add Glide to allowed_deps
f05db63 : Add tool to help finalize extension SDK
5921e2d : Add conscrypt module to sdk extensions
9a7a45d : Update allowed_deps for bumped NetworkStack
b2d3c1f : Allowlist dependencies for ExtServices.
5787152 : Allow auto value annotations to be used for updatable modules.
80f7ccc : Add libkll to allowed_deps
8573dc4 : Set dist_group: "android" for module java_sdk_libraries
78cbed5 : Allow libtinyxml2 on Android from S
c3b41d8 : Rename sdkinfo extension from binarypb to pb
35220a6 : Add note_memtag_heap_sync to the list of the allowed deps.
48293f0 : Expand visibility of sdkinfo proto
d6feadb : Add #{NEVER_SUGGEST} to MODULES_OWNERS.
a4d77f5 : Add static variant of libnativehelper_compat_libc++
2858401 : Add link to policy.
4239d7b : Use absolute paths in classpaths.proto.
f6043a7 : Fix allowed_deps.txt on sc-mainline-prod.
49244d9 : Add missing deps from coverage builds.
5d352fb : Re-generated allow-deps.txt.
29f3a57 : Fix the min sdk version of the asm prebuilts
0164a1e : Update allowed_deps for networkstack-aidl-interfaces.
ca1ccc3 : Update allowed_deps.txt
2e0ce9c : Update allowed_deps.txt
dfe8b24 : Make libaidlcommonsupport available to apex modules
e61b3ee : Add new NNAPI libraries for updatable drivers.
4ec59de : Update apex allowed_deps.txt
a11ff0d : Add libartservice to the visibility for system server defaults
5847d49 : Move allowed_deps.txt to packages/modules/common.
23f2500 : Move allowed_deps.txt to packages/modules/common.

+- Project: platform/packages/modules/vndk

2503ad8 : Create com.android.vndk.v32
e7a0bd4 : Create com.android.vndk.v32
2b76118 : Create com.android.vndk.v31 APEX.
7703fc0 : Explicitly set generate_hashtree: false
3b3f00e : Include MODULES_OWNERS as per policy.

+- Project: platform/packages/providers/BlockedNumberProvider

ac60257 : Import translations. DO NOT MERGE ANYWHERE
6f6dbaf : Import translations. DO NOT MERGE ANYWHERE
10ef63d : Fix licenses and license text.
53163d6 : Import translations. DO NOT MERGE ANYWHERE
8a11106 : Import translations. DO NOT MERGE ANYWHERE
597dfe1 : Add new API for unavailable display name.
607c267 : Import translations. DO NOT MERGE ANYWHERE
5dcd544 : Import translations. DO NOT MERGE ANYWHERE
a806fdc : Import translations. DO NOT MERGE ANYWHERE
89412ab : Import translations. DO NOT MERGE ANYWHERE
2952934 : Add READ_PHONE_NUMBERS permission to get phone account from Telecom.
fc4993b : Import translations. DO NOT MERGE ANYWHERE
5daeda3 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/providers/CalendarProvider

e788160 : Import translations. DO NOT MERGE ANYWHERE
6403791 : Import translations. DO NOT MERGE ANYWHERE
34afe45 : Fix licenses and license texts.
cfcbc06 : Import translations. DO NOT MERGE ANYWHERE
81fc85b : Import translations. DO NOT MERGE ANYWHERE
9905708 : Import translations. DO NOT MERGE ANYWHERE
8facedd : Update the docs for CalendarProvider reference in strings.
97b2d14 : UM.getUserHandle -> UM.getProcessUserId

+- Project: platform/packages/providers/CallLogProvider

041fa0d : add null check for accountComponentName
8c20ec3 : Call log Backup and Restore for PhoneAccountHandle without IccId in T
996006c : Fix licenses and license texts.

+- Project: platform/packages/providers/ContactsProvider

002968ed : Add null-check for SubscriptionInfo when trying to get IccId.
1c842729 : Import translations. DO NOT MERGE ANYWHERE
16a3c347 : Change the CP2 logging to be correct order. The order of the logging fields must match the one in atoms.proto.
399865a8 : Import translations. DO NOT MERGE ANYWHERE
c8b6397d : enforce stricter CallLogProvider query
890af6a4 : enforce stricter CallLogProvider query
a3bdf569 : enforce stricter CallLogProvider query
13d70847 : DO NOT MERGE enforce stricter CallLogProvider query
571be94b : enforce stricter CallLogProvider query
dcb02928 : Fix NumberFormatException in CallLogProvider.
5fd7ebb5 : DO NOT MERGE Add check that prevents file operations outside of Call Composer Dir
74cf86e9 : DO NOT MERGE Add check that prevents file operations outside of Call Composer Dir
c5da1394 : Add check that prevents file operations outside of Call Composer Dir
7dbb1416 : Import translations. DO NOT MERGE ANYWHERE
cf441327 : Import translations. DO NOT MERGE ANYWHERE
a91f3685 : Import translations. DO NOT MERGE ANYWHERE
809e04f2 : PhoneAccountHandle without IccId in T
a496b2a4 : Cap field length on certain fields
df9a8b84 : Import translations. DO NOT MERGE ANYWHERE
072c55dd : Import translations. DO NOT MERGE ANYWHERE
3800f944 : Rename grantImplicitAccess to makeProviderVisible
00844773 : Fix licenses and license texts.
c1e00e4d : Fix licenses and license texts.
72028bf4 : Import translations. DO NOT MERGE ANYWHERE
985eb932 : Import translations. DO NOT MERGE ANYWHERE
959b52b1 : Fix CP2 setDefaultAccount DB writing.
c0da2802 : Use the config strings for the local contacts account
5f48b2ce : Revert "Migrate custom local account to AOSP local account"
7c94fba3 : Add account check for setDefaultAccount API.
e8f100e0 : Allow ContactsProvider to use compat change framework
588bd1e8 : Import translations. DO NOT MERGE ANYWHERE
4a92c079 : Import translations. DO NOT MERGE ANYWHERE
6ede4006 : Import translations. DO NOT MERGE ANYWHERE
7de8aa6b : Import translations. DO NOT MERGE ANYWHERE
1f49e951 : UM.getUserHandle -> UM.getProcessUserId
fa2cf815 : Import translations. DO NOT MERGE ANYWHERE
b68f5259 : Import translations. DO NOT MERGE ANYWHERE
3f0555a2 : Migrate custom local account to AOSP local account
016a3dbb : Import translations. DO NOT MERGE ANYWHERE
6e8aad2e : Import translations. DO NOT MERGE ANYWHERE
24b79b55 : Set/get default account to/from CP2 DB.
8080aaea : Import translations. DO NOT MERGE ANYWHERE
b55c9f0a : Import translations. DO NOT MERGE ANYWHERE
2ebf68df : Add x_is_default column to Accounts table.
e2e30839 : Update language to comply with Android's inclusive language guidance
0bdd5f1c : Import translations. DO NOT MERGE ANYWHERE
57ddbb3c : Import translations. DO NOT MERGE ANYWHERE
df06fd3e : Import translations. DO NOT MERGE ANYWHERE
1811f752 : Import translations. DO NOT MERGE ANYWHERE
44a31c07 : Add READ_PHONE_NUMBERS permission to get phone account from Telecom.
08c0b309 : Import translations. DO NOT MERGE ANYWHERE
6a071c69 : Import translations. DO NOT MERGE ANYWHERE
b4a61eaa : Import translations. DO NOT MERGE ANYWHERE
caf94dc6 : Add Westworld logging on Dangling Contacts Cleanup Task Bug: b/181693236 Test: Passed manual test and unit tests
e08a9adb : Import translations. DO NOT MERGE ANYWHERE
bb903237 : Consolidate settings and accounts tables
1a288acf : Remove AllUriTest
f0dc9b51 : Add Dangling Contacts Cleanup Task Tracking Bug: b/181693236 Test: Passed manual test and unit tests

+- Project: platform/packages/providers/DownloadProvider

e80c86ac : Import translations. DO NOT MERGE ANYWHERE
5741987f : Import translations. DO NOT MERGE ANYWHERE
dd186ba5 : Import translations. DO NOT MERGE ANYWHERE
97fab70c : Import translations. DO NOT MERGE ANYWHERE
15dbc634 : Import translations. DO NOT MERGE ANYWHERE
750c9bf1 : Import translations. DO NOT MERGE ANYWHERE
de3b7b7f : Import translations. DO NOT MERGE ANYWHERE
42841cb4 : Import translations. DO NOT MERGE ANYWHERE
2047e1fa : Import translations. DO NOT MERGE ANYWHERE
30c51fa5 : Import translations. DO NOT MERGE ANYWHERE
697118f0 : Import translations. DO NOT MERGE ANYWHERE
fef3a00a : Import translations. DO NOT MERGE ANYWHERE
ffb2115a : Import translations. DO NOT MERGE ANYWHERE
3469e1ce : Import translations. DO NOT MERGE ANYWHERE
350d0699 : Import translations. DO NOT MERGE ANYWHERE
d646ad73 : Import translations. DO NOT MERGE ANYWHERE
5d40ff28 : Import translations. DO NOT MERGE ANYWHERE
ec45755c : Import translations. DO NOT MERGE ANYWHERE
d7c5cde6 : Import translations. DO NOT MERGE ANYWHERE
b2274bac : Remove dependency on hidden NetworkStats API
984684b0 : Remove dependency on hidden NetworkStats API
4e6b907d : Fix licenses and license texts.
486ba9b0 : Import translations. DO NOT MERGE ANYWHERE
be74180c : Import translations. DO NOT MERGE ANYWHERE
070bd4f5 : Import translations. DO NOT MERGE ANYWHERE
59cad7b0 : Import translations. DO NOT MERGE ANYWHERE
c3a8e774 : Import translations. DO NOT MERGE ANYWHERE
47c163d4 : [MS63.2] Remove TrafficStats.TAG_SYSTEM_DOWNLOAD dependency
4f781586 : Import translations. DO NOT MERGE ANYWHERE
ed90e4ad : Import translations. DO NOT MERGE ANYWHERE
590a206a : Import translations. DO NOT MERGE ANYWHERE
e1ad194d : Import translations. DO NOT MERGE ANYWHERE
27a7add4 : Fix truncated download notification text
65a9c52a : Mock context for permission less app's context
c4cbca0c : add post_notification permission to manifest so the package can send notifications on T+
3e4947a7 : Restrict legacy apps to download files in private app dirs
709b49f0 : Import translations. DO NOT MERGE ANYWHERE
df248728 : Import translations. DO NOT MERGE ANYWHERE
3c6ff2e1 : Import translations. DO NOT MERGE ANYWHERE
95f8e8ea : Import translations. DO NOT MERGE ANYWHERE
4b3b105a : Import translations. DO NOT MERGE ANYWHERE
2e394a55 : Import translations. DO NOT MERGE ANYWHERE
5b23d53b : Import translations. DO NOT MERGE ANYWHERE
2ae3e1c7 : Import translations. DO NOT MERGE ANYWHERE
9bd4c44f : Update priority to bias.
f81ee46d : Import translations. DO NOT MERGE ANYWHERE
da7c7400 : Import translations. DO NOT MERGE ANYWHERE
d28cc407 : Import translations. DO NOT MERGE ANYWHERE
0dcc0aa6 : Import translations. DO NOT MERGE ANYWHERE
a00a2513 : Import translations. DO NOT MERGE ANYWHERE
cd37930b : Import translations. DO NOT MERGE ANYWHERE
6429ddfa : Import translations. DO NOT MERGE ANYWHERE
d3a28f27 : Import translations. DO NOT MERGE ANYWHERE
11afc983 : Import translations. DO NOT MERGE ANYWHERE
f20c6805 : Import translations. DO NOT MERGE ANYWHERE
2093f771 : Ignore IllegalArgumentException from MediaProvider operations
86d55f5d : Import translations. DO NOT MERGE ANYWHERE
ce9f4260 : Import translations. DO NOT MERGE ANYWHERE
db3cb43a : Import translations. DO NOT MERGE ANYWHERE
a1ecb49d : Import translations. DO NOT MERGE ANYWHERE
4cc6f519 : Ignore IllegalArgumentException from MediaProvider operations
c32de844 : Import translations. DO NOT MERGE ANYWHERE
27a1b85f : Import translations. DO NOT MERGE ANYWHERE
113963c5 : Import translations. DO NOT MERGE ANYWHERE
2511ad9b : Import translations. DO NOT MERGE ANYWHERE
2de4614f : Import translations. DO NOT MERGE ANYWHERE
d3c367df : Import translations. DO NOT MERGE ANYWHERE
7289d24b : Import translations. DO NOT MERGE ANYWHERE
82518484 : Import translations. DO NOT MERGE ANYWHERE
e3217b16 : Import translations. DO NOT MERGE ANYWHERE
adb8ac76 : Repeat bug component from included owners file
81e1bf89 : Import translations. DO NOT MERGE ANYWHERE
5d5182bc : Import translations. DO NOT MERGE ANYWHERE
e30427a4 : Import translations. DO NOT MERGE ANYWHERE
63587d00 : Move IoUtils#deleteContents from CorePlatformApi set to framework
710c9798 : Import translations. DO NOT MERGE ANYWHERE
46a77331 : Import translations. DO NOT MERGE ANYWHERE
597616b9 : Import translations. DO NOT MERGE ANYWHERE
d105be9c : Move IoUtils#deleteContents from CorePlatformApi set to framework
e15f8392 : Import translations. DO NOT MERGE ANYWHERE
ada0f49f : Import translations. DO NOT MERGE ANYWHERE
06360c1b : Import translations. DO NOT MERGE ANYWHERE
54a90079 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/providers/MediaProvider

94833d1e2 : Use ROOT locale while using String.format
f1671a920 : Workaround Bundle Parcel fd leaks
9301fc084 : Import translations. DO NOT MERGE ANYWHERE
2c9f421a8 : Auto close fds in test
9fb3add89 : Import translations. DO NOT MERGE ANYWHERE
1f13328fc : Bump version codes in tm-dev to match tm-mainline-prod
8c823ea29 : Don't use MediaStore thumbnail for Preview
51b3ce7de : Import translations. DO NOT MERGE ANYWHERE
2a160feff : Import translations. DO NOT MERGE ANYWHERE
e64551e01 : Add check for playlist and subtitle in PermissionActivity
6ea45a835 : Enable next row id backup flag
ffbad7bb6 : Fix next row id backup for work profile and adoptable storage
62ad704f9 : Import translations. DO NOT MERGE ANYWHERE
53872619e : Notify surface creation and surface change only after playback is requested
ee950eb73 : Fix cloud provider todos for Android T
6ca2dd651 : Update permission checks in Permission Activity
60bfb6834 : Show toast when cloud provider is first enabled
48ca90a8b : MediaProvider to report if FUSE passthrough is enabled
82bb048fa : Support PhotoPicker video preview fallback
75bcef54a : Bump Mainline Module Version Codes in tm-dev to 330090000
4a55807a1 : Revert "Enable next row id backup flag"
cdaeaff5e : Enable remote preview by default in photo picker
bb7679a5b : Revert "Enable remote preview by default in photo picker"
bdb4d6762 : Use MediaStore thumbnails in PhotoPicker
8fc9c63c8 : Import translations. DO NOT MERGE ANYWHERE
43b327596 : Import translations. DO NOT MERGE ANYWHERE
9d07d0b51 : Add jarjar rules to sc-mainline-prod, already added elsewhere
1c8f2b970 : Skip next row id backup for devices with adoptable storage
7cef252d4 : No-op refactor RemoteSurfaceController out of PhotoPickerProvider
dd2ccb3f0 : Fix openPreview and openMedia handling
b499339b7 : Update MPUiEventLoggerImpl to support new field in RankingSelected atom.
4bb32eb0d : Enable next row id backup flag
cbbe79a23 : Delete database file on downgrade
86b43215e : Skip next row id backup for versions < R
ce03b2e13 : Import translations. DO NOT MERGE ANYWHERE
bc4ce0f25 : Import translations. DO NOT MERGE ANYWHERE
c9e4cd0a9 : Enable remote preview by default in photo picker
708e90b5c : Load picker URIs with PhotoPicker Glide module
e3d23db1e : Update ExternalDbFacadeTest to avoid check on id
68f4a1932 : Revert "Enable Photo Picker to be launched via ACTION_GET_CONTENT"
3308b1096 : Fix external storage split permission enforcement
23d206153 : Import translations. DO NOT MERGE ANYWHERE
804292864 : Skip id reuse fix for internal db
75a8fe0fd : Import translations. DO NOT MERGE ANYWHERE
d491c7775 : Add support to get file attributes through xattr
6deb33302 : Split file open SQLite query into a new method
3e99c897a : Update MediaProvider's ExoPlayer version
ade6726ba : Make Cloud Media Provider selection dependent on allow list
80bdf416b : Import translations. DO NOT MERGE ANYWHERE
1d9bf49f3 : Refactor onDelete method OnFilesChangeListener
5d8f4a421 : Update onUpdate method of OnFilesChangeListener
bd09e9149 : Bump apex version to 33xxxxxx in tm-dev.
7be08fa94 : Add external volume names to PhotoPicker media collection id
0d2a73338 : [a11y] Update picker profile dialog background color
6c87e4f7d : Import translations. DO NOT MERGE ANYWHERE
8888da0b6 : Import translations. DO NOT MERGE ANYWHERE
7d01ad7f0 : Import translations. DO NOT MERGE ANYWHERE
eb83c994a : Revert "FuseDaemon: remove .flush callback"
49320108b : Refactor onInsert trigger interface
b46692201 : Import translations. DO NOT MERGE ANYWHERE
8fbbf3ac0 : Import translations. DO NOT MERGE ANYWHERE
6631c293a : Import translations. DO NOT MERGE ANYWHERE
ffd8c9c33 : Fix paginated cloud provider queries
a5de1d35f : Skip volume scan for unmounted external volumes
c8986eff3 : Add checkstyle script to MP PREUPLOAD config
b850268fe : Fix showing previous album data issue in PhotoPicker
ae70e3073 : Revert "Skip volume scan when volume not mounted"
8b90d85f3 : Import translations. DO NOT MERGE ANYWHERE
7c0de5a75 : Handle player controls visibility in remote preview
0c369738e : Import translations. DO NOT MERGE ANYWHERE
5675e56e0 : Fix flaky ItemsProviderTest
4d6ecc85f : No-op refactor of ExternalDbFacade#getMediaCollectionInfo
4eefa0f74 : Revert "Skip volume scan when volume not mounted"
037fea9f9 : Revert "Skip volume scan when volume not mounted"
9e239f5a3 : Optimize next row id backup read
db5393ec5 : Disable tests to unblock release
c0c42ad15 : Show full screen photoPicker when A11y is enabled
f6d009a3f : Enable Photo Picker to be launched via ACTION_GET_CONTENT
a6ff99485 : Add photopicker icon and label
543b9f010 : [a11y] Fix disabled profile dialog for PhotoPicker
8cd33de3b : Skip volume scan when volume not mounted
8e7983721 : [a11y] Unblock items less visible due to profile button
208936f56 : Import translations. DO NOT MERGE ANYWHERE
603ece41d : Import translations. DO NOT MERGE ANYWHERE
b9812bad8 : Update media provider's exoplayer version
c4ef3956c : Update Photo picker string to use lower case for "picker"
7b38eabe8 : Pass correct config values during SurfaceController creation
d46b5dd5d : Add Photo Picker string
8804d4f9e : Add sdk level checks to tests
2f4c11d77 : Implement Videos to be a merged album
6a92ee535 : Fix external_primary volume assumption for picker mediaIds
1c479b200 : Increase transcoding timeout
2eaa176bb : Add default cloud provider RRO to be configured by OEMs
8ebdc7f9c : Profile button always shows in partial screen
19df7d3cb : Disable tests relying on bottomsheet swipes
a495ed62a : Add default cloud provider RRO to be configured by OEMs
363cc4531 : Verify CloudMediaProvider query cursors
06f015a1c : Remove unusued CloudMediaProvider API
679c81c5f : Reorganize exoplayer target names
bba315039 : Add metrics when photo picker opened
91f3c5746 : Use try-with-resources to ensure the cursor is closed
1d76eae1b : Remove implementation details from media provider hidden api flags
ba5fdec17 : Update MediaUpgradeService to use MP DB instance
6777c4a35 : Import translations. DO NOT MERGE ANYWHERE
f0b3b445c : Temporarily ignore odd presubmit failure
f0319fbb8 : Add metrics when photo picker opened.
6436a9705 : Stabilise espresso tests by reducing cross feature dependencies
85b4deded : Best effort sync PhotoPicker album_media
756ddb20d : Reorganize exoplayer target names
fbcb38ff1 : Fix A11y not selected issue in PhotoPicker
1acdcaf77 : Import translations. DO NOT MERGE ANYWHERE
8499f78d6 : Set controller hide on touch to false for accessibility mode
420e992c5 : [a11y] Profile button should not hide on scroll
104d92fee : Import translations. DO NOT MERGE ANYWHERE
0482f49d1 : Import translations. DO NOT MERGE ANYWHERE
eda00f6c6 : Import translations. DO NOT MERGE ANYWHERE
09e2fed40 : [a11y] Show "Switch to work/personal" in partial screen
117dcef0f : Implement play, pause, mute UI operations in remote preview
b27957114 : Reduce work profile floating action button's bottom margin
bfbc6a580 : Update the text color of item count in PhotoPicker
8685cc879 : Fix MP row id reuse issue
bd3d21192 : FUSE-BPF: use both ro and persist properties
1936fd932 : Import translations. DO NOT MERGE ANYWHERE
7e735598d : Import translations. DO NOT MERGE ANYWHERE
c63d346b5 : Don't hide player controls in Accessibility mode
f784f2bbe : Rename Surface callback events to state
4dd77516b : Add jni to hwasan-postsubmit
678340395 : Fix Preview to handle no items in preview state
107822578 : Increase the size of the mute button.
ddfadaad2 : Refactor album names out of Category class
b1da92909 : Refactor album names out of Category class
729b380f1 : Unset cloud provider if it gets uninstalled
caf563347 : Add duration in content description of video item in PhotoPicker
b035fb254 : Push logs in media provider to background thread
42faa2a58 : Rename Surface callback events to state
ba299e3b9 : Import translations. DO NOT MERGE ANYWHERE
7c61d6997 : Import translations. DO NOT MERGE ANYWHERE
265c03b4f : Import translations. DO NOT MERGE ANYWHERE
d13c69383 : Hide mime type filter
f2aeee2d1 : Hide mime type filter
f6c0e04b6 : Add the A11y pane Title for different fragments in PhotoPicker
4b28a83d2 : Import translations. DO NOT MERGE ANYWHERE
61a504229 : RESTRICT AUTOMERGE Refactor device policy resource APIs to a separate class
b711033d0 : RESTRICT AUTOMERGE add requiresAPI annotation for DPM#getString
c15534375 : Update glide cache key
3be8fc018 : Import translations. DO NOT MERGE ANYWHERE
3e001c295 : Import translations. DO NOT MERGE ANYWHERE
ce30a2c90 : Jarjar classes in classpath
6cb7925a9 : Change muteButton implementation to remove selector usage
69640ce8c : Stabilise Special Format espresso tests
bc064aefa : Disable fuse-bpf
56c82e18b : Don't catch IllegalArgumentException from picker db query
fe2d0843c : Fix ViewPager2IdlingResource to unregister IdlingResource
42bef5385 : Fix PhotoPicker local albums
5d2b0660c : Allowing clone user to access public volumes
7c6040c3f : Fix unguarded variable access
84db4c689 : Refresh the picker db 'media' table before fetching data
85b136ce7 : Rename READ_MEDIA_IMAGE to READ_MEDIA_IMAGES
ed8606247 : Add Bottom Bar animation in PhotoPicker
a49937cdd : Close handles
8cc62db9a : Fix documentation of PLAYBACK_EVENT_MEDIA_SIZE_CHANGED API
f0f3c16e3 : Update content description for mute button
29998120e : Allow apps to take persistable URI grants on picker URIs
7ab302ed4 : Throw exceptions for picker URI queries with invalid projection
84ee84783 : Remove albumId for Favorites media query
4a132ebf5 : Enable PhotoPicker APIs
ed04326be : Throw exceptions for picker URI queries with invalid projection
a272c7ab7 : Update GENERATION_MODIFIED while updating SPECIAL_FORMAT column
1ffc69fdc : Add colors for dark theme disabled profile button for Android R
929b595c8 : Add support for media permissions split
c6eafc69d : Add PLAYBACK_EVENT_MEDIA_SIZE_CHANGED event in CloudMediaSurfaceEventCallback
08041a872 : Fix unnecessary redaction for videos in DCIM/Camera
bb444b14f : Read Album Media from PickerDB
707917283 : Fix some accessibility traversal issues in PhotoPicker
10618eacd : Update PhotoPicker for GM3 new specs
59aa8d427 : Fix cloud media changed event notification delay
be93cab26 : Enable PhotoPicker APIs
23ed8e56b : Add PLAYBACK_EVENT_MEDIA_SIZE_CHANGED event in CloudMediaSurfaceEventCallback
76222efb6 : Support Material 3 for Photo Picker Profile button
48975bd76 : Fix a11y focus traversal order for Photos|Albums and WorkProfile button
fe5e8c065 : Using common apex_defaults for com.android.mediaprovider module.
bce0bdc75 : Show thumbnail in remote preview till playback starts
dcfc988c4 : Enable detectSpecialFormat after addressing crash error causes
afe84dcb7 : Add content description for Preview itemView
1c9c47be0 : Show thumbnail in remote preview till playback starts
2a7fb5d8c : Handle cloud media_collection_id changes
f7b784454 : Add content description for special format files in Photo grid
03d4d76e3 : Add allowlist for Mediaprovider
35ab2ab30 : Add content description for photos/videos in Photo grid.
523dbe8be : Enable PhotoPicker tests for test-coverage
7b8ef7a8e : Remove redaction uri code flow as it is replaced by picker db workflow
e6e089af7 : Move transcode tests to postsubmit until the root cause is found
18318ae7a : Catch MediaCodec#stop IllegalStateException
312850ae4 : Change select/deselect check button text to selected & deselected
cc285d256 : Update the content description for toolbar's icon in PhotoPicker
2245940d0 : Fix tests that were flaky due to ViewPager interactions
77ddd70a2 : [a11y] Make dialog icon not important for accessibility
49d70a594 : Handle cloud media_collection_id changes
529f2594a : Trigger PickerDb sync on album click
d8d9d2b42 : Fix detectSpecialFormat in onIdleMaintenance to separate query/update
9f0b22c2f : Add syncGeneration for Album Media and Unit Tests
4ffbc7ef5 : Make PickerDataLayerTest comment consistent
8d9ed69c4 : Rename SurfaceController and SurfaceEventCallback API's
1e9193af7 : Rename SurfaceController and SurfaceEventCallback API's
ce03c76b4 : Remove isPickerDbEnabled==false paths
3bf9db2de : Make PickerDataLayerTests consistent with master
54b11c443 : Cache Album Media in PickerDB
0cba866c8 : Improve documentation of SurfaceController API's
893ef33db : Improve documentation of SurfaceController API's
4fd99fd4a : Fix unnecessary redaction for videos in DCIM/Camera
725adef9d : Support swipe tabs and animation
57758b435 : FUSE-BPF: Unify matching of data and obb paths
e1126ef1b : FUSE-BPF: Obtain BPF fd in FuseDaemon::Start()
38d5ef395 : FUSE-BPF: Remove useless return value from function
17ecc8162 : FUSE-BPF: Comment on why backing_fd is not closed
e331c9a55 : Remove unusued CloudMediaProvider API
07636eccd : Cleaning mediaprovider on removal of clone profile.
31468618f : Remove the code flow that is applicable to apps with higher target sdk
ab11b4e04 : Cleaning mediaprovider on removal of clone profile.
9e13e3706 : Improve MediaStore CloudMediaProvider (CMP) APIs
4c683e15e : See tag: Renamed getCloudProvider to isCurrentCloudMediaProvider
f8420d7b5 : Temporary quick fix to address crashes around updateSpecialFormatColumn
355540a37 : Fix some issues in PhotoPicker
f7b8771da : Improve MediaStore CloudMediaProvider (CMP) APIs
6de095efa : Fix FUSE-bpf fd leak at lookup
2486e2db6 : Mention alternatives before PICK_IMAGES
effca692c : Workaround sdcardfs splice read unavailability
cc72a7edd : Restrict legacy apps to insert files to other private app dirs
ea7909bc1 : Refactored the CloudMediaProvider sync API
f3a476c40 : Support synthetic picker paths across users
d85e7da08 : Add selection parameter to enforceCallingPermission
ac273f8d7 : Fix ItemsProviderTest flakiness
132ab3c0c : Support synthetic picker paths across users
f1aa275dc : Refactored the CloudMediaProvider sync API
c42e10444 : Fix ItemsProviderTest flakiness
ec9cdfc56 : Import translations. DO NOT MERGE ANYWHERE
1aaa34c33 : Import translations. DO NOT MERGE ANYWHERE
9c39e97d5 : Import translations. DO NOT MERGE ANYWHERE
a647452fa : Import translations. DO NOT MERGE ANYWHERE
ee80c4d4c : Import translations. DO NOT MERGE ANYWHERE
2fa2d7217 : Notify the system of cloud provider changes.
20623a18c : Remove the code flow that is applicable to apps with higher target sdk
3c5603ddc : Ignore Failing tests
1874c8e61 : Increment apex version
64392a091 : Switch from commit() to apply().
8b3451f5b : Make async call to CloudMediaProvider
eababad33 : Make async call to CloudMediaProvider
09f4c9df7 : Mention alternatives before PICK_IMAGES
3b9451755 : Increment apex version
220971d4e : Restrict legacy apps to insert files to other private app dirs
098e5ab1f : Restrict legacy apps to insert files to other private app dirs
6a98bc750 : Remove unused test methods
29b7ca95b : Import translations. DO NOT MERGE ANYWHERE
5cb873d62 : Import translations. DO NOT MERGE ANYWHERE
9716f756f : Import translations. DO NOT MERGE ANYWHERE
62a73b5fd : Import translations. DO NOT MERGE ANYWHERE
503c4a5b1 : Import translations. DO NOT MERGE ANYWHERE
60e647bd6 : Fix tests that request screen orientation change
aa5d8db41 : Remove unnecessary locks from UserIdManager class
9bc0bc0aa : Fix ItemsProviderTest#testGetItems_sortOrder
8024497b1 : Add Picker cts tests to mainline presubmit
55387109d : Add API for CloudMediaProvider to send event updates to PhotoPicker
a01b20d1d : Update PhotoPicker UI if work profile becomes unavailable
7fc30cec0 : Add mute button in video preview
9e8632768 : Refactor PickerSyncController methods
12e3e4685 : Fix only add unlocked users in UserCache
2658037aa : Delete Android/media orphaned rows per userid
e04be978a : Enable updating enterprise drawables in photo picker
56e53f583 : Add play/pause buttons for video preview
5483b00ea : Add UI test for Animated Webp in PhotoPicker
5ad92771f : Modify openDoc method of MediaDocumentsProvider to add non-read support
5247dea21 : Modify openDoc method of MediaDocumentsProvider to add non-read support
873a8d0c7 : Add API for CloudMediaProvider to send event updates to PhotoPicker
ab68c352a : Remove lint-baseline
72584b6f6 : Upgrade cloud media thumbnail API
6a8f02f77 : SurfaceController API for remote preview in photo picker
6a1432c9c : Fix licenses and license text.
19bda64c0 : Fix licenses and license texts.
ce519a3f8 : Add SuppresLint annotation to fix pre-submit failures
2450d17a6 : SurfaceController API for remote preview in photo picker
806299125 : Upgrade cloud media thumbnail API
8a25022d7 : Clear bucket_display_name for files in top-level dir
aa800eb0c : Import translations. DO NOT MERGE ANYWHERE
7e06fd955 : Import translations. DO NOT MERGE ANYWHERE
959948359 : Import translations. DO NOT MERGE ANYWHERE
960977c61 : Import translations. DO NOT MERGE ANYWHERE
e37bf9af0 : Import translations. DO NOT MERGE ANYWHERE
4d7ae06ae : Add the privacy text on the PhotoPicker
f4fe127fd : Ignore switch-case with non-String values for mimeType check
06e461b6f : Allow updating enteprise resources in photo picker
bcccae467 : Implement paginated query in PickerSyncController
7c0256c24 : Disable cache on StubVolumes
75b99dcf7 : Support uncached paths RRO
df147a3a8 : Fix picker sync test flakes
ce36b2a93 : Stabilise BottomSheet tests by waiting for test to reach expected state
3c7e89491 : Fix picker sync test flakes
41eff8966 : Add PhotoPicker Settings Intent
208825b67 : Upgrade Database Version to tag Animated Webp files
3f6c08410 : Support animated Webp in PhotoPicker
ee6b81133 : Support animated Webp in PhotoPicker
aafbdb62c : Implement paginated query in PickerSyncController
d65ba74d2 : Introduce a cache for work profile owner apps
6e7d59404 : pf_move returns EXDEV if node not tracked
7d1ac5ded : Modify the schema to filter pending & trashed items
a38d32fa2 : Use the thumbnail when full bitmap is null in PermissionActivity
1177f4556 : Fix one of DatabaseHelperTest to verify downgrade from T to S
244bdfa11 : Remove unused resource files
7f4b64efa : Fix renaming files in clone volumes.
2685fcc47 : Import translations. DO NOT MERGE ANYWHERE
2b070da86 : Import translations. DO NOT MERGE ANYWHERE
8e9264ff1 : Refactor PickerDbFacade to support PickerMediaColumns
44059ecb9 : Clear sync state when clearing the picker db
d84556062 : Define preferred values for proguard optimizations
88e34a4eb : Refactor PickerDbFacade to support PickerMediaColumns
2999dd0c0 : Add specific filters in proguard.flags
0c443f8dd : Correctly handle stable dependency to content providers
7c50bb94d : Add PickerMediaColumns to the MediaStore API
a5eefc7f1 : Handle MediaProvider#query exception
44be4b1b8 : Fix one of DatabaseHelperTest to verify downgrade from T to S
fbe2bd714 : Only add unlocked users in UserCache
7d8215ad5 : Add PickerMediaColumns to the MediaStore API
10fcd0375 : Add PhotoPicker Settings Intent
9a11def83 : Add Transcode CTS tests to mainline presubmit.
f0e996af3 : Remove the shadow for add button in PhotoPicker
ae534c9a3 : Fix .nomedia bug
ee4f4900b : Show switch profile button only if multiple profiles exist
438b9c0f6 : Fix .nomedia bug
65b5278aa : Remove spammy transcoding exception log
bd1cb144c : Import translations. DO NOT MERGE ANYWHERE
fb0da3d63 : Import translations. DO NOT MERGE ANYWHERE
1c9c57ec7 : Add new string for the privacy message in PhotoPicker
7f474fef4 : FuseDaemon uses FUSE-BPF
8ec0682b7 : Fix Android/media detection bug
d89bab26c : Rename StorageVolume.isStub as StorageVolume.isExternallyManaged
0fa52f8c3 : Throw IllegalArgumentException for getContentResolverForUserId
fe5b3503a : Clear sync state when clearing the picker db
d757c9904 : Propagate special format change notification to picker db
2ee320329 : Support Material 3 in PhotoPicker
67f6da792 : Add support for createContentUriForUser for Android R
a55ecb8ea : Remove redundant transcode tests
f1829bc1e : MP targets 31 (except in master)
e8dda9b46 : Clear the original count in PhotoPickerTool
8016626ca : MP targets 31 (except in master)
a6b187085 : Fix Android/media detection bug
ae219be02 : Fix renaming files in clone volumes.
7d53a7dd9 : Prevent concurrent database upgrades.
072dc65d0 : Import translations. DO NOT MERGE ANYWHERE
8c68fb18f : Import translations. DO NOT MERGE ANYWHERE
22ce40b05 : Removed @ExportedSince annotation from is_recording.
7997b6784 : Change Espresso tests to migrate to ExoPlayer
4e366e6e7 : Add ExoPlayer support for video playback
2443354ba : Fix uncapitalize Weekday issue in PhotoPicker
e5375cb6e : Handle content uris without id in checkUriPermission
6f0648daf : Make PublicVolumeTest more reliable.
cd9d289cc : Restrict legacy apps to insert files to other private app dirs
5b213b4fc : Fix default folder creation on public volumes.
9d1ae2b1a : Add Picker bottomsheet behavior test
eac7f9dae : Don't handle local uris in PickerModuleLoader
c941dd14a : Fix default folder creation on public volumes.
93222e96f : Fix case-sensitive comparisons of Android/media
ff133a7e0 : Set up profile button listeners even if it is in hidden state
9b02ae335 : Add suppress newAPI lint for isProfile
db782024d : Fix case-sensitive comparisons of Android/media
b6a753d2c : add post_notification permission to manifest so the package can send notifications on T+
4c5d4ef1f : Fix issue of the empty view is shown too early in PhotoPicker
2bf3cfb59 : Enable the picker db flag
085064bcd : Fix local picker media generation result
8ec950766 : Fix PickerUriResolverTests with picker db enabled
239612e38 : Remove custom BackgroundThread and HandlerExecutor
127276881 : Restrict legacy apps to insert files to other private app dirs
f06c4022c : Restrict legacy apps to insert files to other private app dirs
b0eecd6f7 : Add scoped storage tests to mainline presubmit
90aea3960 : Add scoped storage tests to mainline presubmit
cde12ad09 : Restrict legacy apps to insert files to other private app dirs
7a3629e59 : No-op refactoring of ViewPager and Adapter setup to new helper class
f0b9c60ce : Fix the size of Add button to 328dp
1e78acfaa : Restrict legacy apps to insert files to other private app dirs
9a6773ee2 : Data/obb paths accessible via FUSE if FUSE BPF is enabled
d2190b231 : System property to enable FUSE BPF
2a79da0ac : Fix build warnings
984d729aa : Silence clang tidy performance-no-int-to-ptr warnings
9d0e1f705 : Catch OOM errors when parsing xmp.
dcb6ba7ea : Avoid creating default folders inside StubVolumes
830bb3f0e : Fix screenshots album filter with the picker db enabled
a17a85786 : Fix cross user picker URI queries
d1f8fe803 : Supress lint warnings
8e93e2e67 : Import translations. DO NOT MERGE ANYWHERE
da6cc3083 : Import translations. DO NOT MERGE ANYWHERE
a8a8252db : Disable mainline presubmit from master until b/204107787 fixed.
d9ee971ea : Change the ImageView's scaleType to FIT_CENTER in PhotoPickerTool
63dbe16ce : Add STANDARD_MIME_TYPE_EXTENSION to MediaColumns in CloudMediaProviderContract
af22e6c00 : Add STANDARD_MIME_TYPE_EXTENSION to MediaColumns in CloudMediaProviderContract
8d43d5012 : Add mainline tests to presubmit.
3d6ce0a71 : Add empty view in PhotoPicker
411f24f45 : Add gitignore file
25cb0ae98 : Photo Picker test app using special SDK and gradle
6bf3e2812 : Fix picker URI open
23f852dc1 : Update gen_strings.py based on the updated format for using plural strings.
3ad665420 : Fix the truncated issue when display size changed in PhotoPicker
d8d96b139 : Add AccountInfo to the cloud provider API
4437138f9 : Remove unnecessary module_libraries @SystemApi annotation
2de4213e2 : Add AccountInfo to the cloud provider API
96e244f3e : Hide cloud provider APIs until ready for release.
e1fab5ecb : Make sure video file is before GIF file
63f0b0cc0 : Make sure video file is before GIF file
591c3d768 : Update the font style to use device default style
0dc017efd : plurals cleanup in android/packages/providers/MediaProvider
1c6b4b407 : Update where clause to show Screenshots from any directory
929d9523a : Import translations. DO NOT MERGE ANYWHERE
b9423d8a8 : Remove unnecessary module_libraries @SystemApi annotation
1dde03746 : Add special format badge in preview screen
7b6a56462 : Force the test case runs on Portrait mode
e7b6150df : Adapt media provider dialog for watches
40ae4077f : Fix relative_path update() for SystemGallery with legacy permissions
d92f6d882 : Use SPECIAL_FORMAT column value in PhotoPicker
b95bd1719 : Update gen_strings.py based on the updated format for using plural strings.
00690ce4f : WaitForIdle before resetting the context
b1e0637fe : Add special format badge in preview screen
285142d51 : Fix MediaPlayer trigerring transcoding
483554311 : Fix MediaPlayer trigerring transcoding
bfb06272a : Add cloud provider APIs to MediaStore
a60e6f8b9 : plurals cleanup in android/packages/providers/MediaProvider
a56288863 : Revert "Merge "Hide CMP API until ready for release." into sc-mainline-prod am: 83f34445a8"
185eecfb4 : Hide CMP API until ready for release.
aba55d0c6 : Hide local Picker API and disable it based on flag
72d15b98b : Don't run different user test on R for now.
cef3468db : Refactor PickerSyncController to cache the cloud provider uid
0443b81c9 : Add drag icon in PhotoPicker
b36b656e8 : Disable the picker API based on flag
1ced4d395 : Use SPECIAL_FORMAT column value in PhotoPicker
d5b091e99 : Update special_format column value on IdleMaintenance
194a2eba4 : Update text size of few UI components
d191f22f7 : Update some UI in PhotoPicker
b54cb9653 : Update special_format column value on IdleMaintenance
b899d07d7 : Mark S APIs with @RequiresAPI annotation
d1ce9698f : Convert SQLite IIF function to CASE/WHEN
cc88f8228 : Add special format detection for GIFs
060596b56 : Add special format detection for Motion Photos
75cd63f4e : Workaround to expose transcode support via stat(2)
366912c34 : Add special format detection for GIFs
83c47fb58 : Add GENERATION_MODIFIED to MediaColumns in CloudMediaProviderContract
3c5021537 : Add special format detection for Motion Photos
95ffa30fa : Add the test case for max selection in PhotoPicker
a1ad200ab : Update PhotoPickerTool for allow multiple behavior changed
7004a7014 : Import translations. DO NOT MERGE ANYWHERE
d94ea0ec5 : Import translations. DO NOT MERGE ANYWHERE
001b2b36a : Prevent access to contents of cloned profiles
1539a3c7b : Support cloud provider open with redaction
3ece37d20 : Handle URIs with picker db flag enabled
493713a71 : Replace "dummy" with "placeholder"
1866c9dc5 : Add more preview tests
f6ac3d024 : Support preview on long press
21926e998 : Hide the column in query result by @ExportedSince value
9d02cc7ac : Import translations. DO NOT MERGE ANYWHERE
7cfa3cb6b : Fetch media/albums from PickerSyncController
1d1193a6f : Fetch media/albums from PickerSyncController
d77809408 : Add NPE check for mHandler in onDestroy in PermissionActivity
2973d1bb1 : Save selected items in preview list
1fb4d3477 : Hide the column in query result by @ExportedSince value
c97b4a741 : Test upgrade to specific version, not latest (which changes).
d69114fe7 : transcoding: Set file's HDR flag based on HDR plugin status.
81a3c9039 : Add some UI tests for PhotoPicker
52d636fd4 : Update the java doc for audio types in MediaStore
35ee023a9 : Import translations. DO NOT MERGE ANYWHERE
4d67220b4 : Refactor selection logic to separate class
d37b97788 : Remove redundant FUSE node#should_invalidate field
291e341a4 : Fix favorite change notification to picker db
6ea3452a4 : Add new column for special formats for Photo Picker
f07ece62d : Construct picker file path from picker db query
2d6507288 : Add new column for special formats for Photo Picker
1820874bf : Add tests for preview
771594279 : Run PhotoPicker in a different process
5e77f90cf : Allow SystemGallery and FileManager to move files to/from Android/media
f89efe8a1 : Update ACTION_PICK_IMAGES javadocs
e1ba54080 : Fetch favorites album from picker db
b1aa95bd0 : Support album and mimeType filtering for the local provider
5068f5d41 : Add unit test coverage for PickerUriResolver
6d6619746 : Implement custom glide loader for thumbnails in photo picker
e8dffc482 : Fix dependencies issue with version 4.12.0 of glide in PhotoPicker
be898972d : Change PhotoPickerTool to use max limit
c12cdee08 : Add CtsPhotoPickerTest into TEST_MAPPING
c23a0b23e : Import translations. DO NOT MERGE ANYWHERE
1a6039e92 : Fetch favorites album from picker db
c02fc2866 : Support album and mimeType filtering for the local provider
ba43296ca : Support PhotoPickerTool in R OS and S OS
6d075fa1c : Add PhotoPickerTool
b4b8eda67 : Add unit test coverage for PickerUriResolver
db7f117d8 : Update glide dependencies to 4.12.0
54b698f5e : Add mime type filter test for PhotoPicker
39265a1e5 : Add setMinimumSpanCount in AutoFitRecyclerView
1db05c9ba : Add UI coverage for work profile button
1318455ca : Modify Photo Picker return values
8f3c09f2a : Sort based on _ID for rows with same date_taken or date_modified value
d85f767eb : Minor refactoring in ItemsProviderTests
9fac24ebd : Add few UI tests
6fdebc170 : Extend the 'picker' URI format
c34a0388c : Fix transcoding lookup result error
6388157fd : Pass correct key for media generation in partial sync query
5ba66e24b : Add few UI tests
978ecb6b7 : Allow tests to mock ViewModel
8c63cabb2 : Support synthetic picker file lookups
034627da4 : Add margin for Preview ViewPager
8132436b7 : No-op refactor synthetic path utils
957a89a3f : Allow FUSE file opening in Java
cd7b998d7 : Allow direct IO on public volumes
f1c0d887a : Modify API behavior for PhotoPicker multi-selection flow
859441c81 : Remove unused tests
ee9dd5823 : Update String values for work profile paused error dialog
024dc7c3c : Remove "Select up to max items" message label
d95a57036 : Add scroll animation and onResume support for profile button
02d81f7bc : Support ContentResolver#getType() for picker uris
0cb6bd9e1 : Support query the unreliable volume database
359c1d933 : Add profile dialogs when cross profile is disabled
083e3a31d : Modify checkPermissionSelf to check for app ID instead of UID
7d9af95a2 : No-op change. Add additional debug logs
311667031 : Partial screen transition with preview and landscape mode
c11155d07 : Change ItemsProvider to return null if media is not mounted
590ab1adc : Import translations. DO NOT MERGE ANYWHERE
a3f85ee13 : Fix test build failure
b973164b7 : Remove startup provider from legacy MediaProvider manifest
b4b214e95 : Add basic test coverage for cover uri
793cbea01 : No-op refactor Item and Category column names
1843e87be : Add modes to update common layout cleanly
09ef42535 : Support albums in PhotoPickerProvider
6d1a4e19d : Add coverage to check items uri is valid format
0abfec922 : Enable ItemsProviderTest
1ec34352a : Fix PhotoPicker album cover URI
28ec5fa0e : Ignore PhotoPickerSingleSelectTest to unblock presubmit
7cafa3f6f : Add scrim for PreviewFragment
5ec67f695 : Change is_favourite filter to a media column
d0b7ae7d2 : No-op refactor PickerDbFacade#queryMedia
6ad134aaa : Created the Unreliable Volume Scanner class
4effae3e5 : Add disabled behavior for profile button
add650a2e : Update mCategoryItemlist in getCategoryItems in PhotoPicker
8d606c6c5 : Show cross user cover Uri for albums
f5a30b348 : Update API documentation on default max of 100 items
3d321091a : Remove EXTRA_PICK_IMAGES_MIN
f015c6005 : Support picker UI fetching from picker db
af78add4b : Standardize picker db cursor columns
0b06bce23 : Change work profile switch to floating button
77b8114c1 : Make toolbar overlap with contents in Preview Mode
0bb30a5eb : Created the Unreliable Volume DatabaseHelper class
a1c21d042 : Fix deleted_media notification
31f193a16 : Save BottomSheetBehavior state
a69617df4 : Dismiss PhotoPicker on touch outside the partial screen
104ab861b : Use correct color for the title on toolbar in PhotoPicker
865c93cf2 : Allow querying picker db via MediaProvider
9df2cba40 : Add local and cloud provider awareness to the PickerDbFacade
61ba68521 : Add mime type filter test for PhotoPicker
55020e68c : Add setMinimumSpanCount in AutoFitRecyclerView
ba02c15a0 : Remove the shadow on the toolbar in PhotoPicker
0579f99b4 : No-op refactoring of updateToolbar
d2e80b67a : Don't show date headers when no items in PhotoPicker
750a57430 : No-op refactor to remove unnecessary 'ForPicker' suffix
619f93e0d : Sync data from local and cloud providers into picker db
627a4e4b8 : Add the test for the order of Categories
e38a1a827 : Add more tests for PickerViewModel
528b12c22 : Ignore ItemsProviderTest to unblock presubmit
66e2ae3e3 : Fix navigation bar appearance
3a7fe54fa : Minor fixes
4216eac69 : Update the icon and colors in bottomBar of PhotoPicker
55f6417a8 : Define MANAGE_CLOUD_MEDIA_PROVIDERS permission in MediaProvider
a1ed93610 : No-op refactor of Items class
af6814499 : Localize max count number for max selection flow
0fd7e1ef0 : Add a local PhotoPickerProvider
f3f066465 : Remove unnecessary permission checks in CloudMediaProvider
911c8f66f : Add BottomSheetBehavior for picker launch animation
822fabdb3 : Enable PhotoPicker tests in presubmit
281de56cd : Fix nits in PickerDbFacadeForPicker
12b3fc14b : Add mime_type and size_bytes filtering support to the pickerdb
229baad31 : Support updating the picker db
133aa801d : Fix the flaky test by using the system time zone
46d591bfe : Relax local_id unique constraint for the picker db
51eb9b6f0 : Do not animate thumbnails in photo grid view
90a7ab2b7 : Get unreliable volume path
8b5152e48 : Calculate the span count of recyclerview dynamically in picker
843bb6a89 : Center align max selection message on the photo grid
81f118a93 : Update the toolbar and system bars for preview in Picker
ef3d60a4f : Add tabChips and support Albums tab
d2e33685d : Add AlbumsTabFragment
af066cb0e : Add some category methods
814567221 : Fix getItemViewType for PreviewAdapter
3e31ab9ae : Add "Select up to max items" label for max selection
b324f7731 : Add necessary permissions for UserIdManager
32a7b1a24 : No-op refactor deleted_media table upgrade
f1bc61e64 : Add overlay gradient for photos grid's item
5e3e825f5 : UI flow to support max selected items
abfcdff10 : Remove local_dedupe_key from picker db
6c906b67a : Query external db for picker db sync
5a015fda5 : Introduce the CloudMediaProvider API
6bb3e011f : Support Video Preview
0fe019c4d : Support mimeType filter for getCategories
8cb10e564 : Support MIME type filters for ACTION_PICK_IMAGES
6a380a195 : Add support for downloads category for photopicker
7a49e7052 : Load items in a background thread to not block PhotoPicker UI
351d76c3e : Move DateTimeUtils to util folder
594ccc53b : Glide calls are async and do not block the UI
2eb32223f : Use Glide for thumbnail and image loading
010d88a2b : Add the resources for toolbar and Albums tab
074604eb9 : Sort using date_modified if date_taken is null
373400a38 : Introduce a deleted_media table for the photo picker
8401b52cb : Allow SystemGallery and FileManager to move files to/from Android/media
763428f3f : Support transcode path RRO for OEMs
5dd7cc970 : Add UI coverage for work profile button
932e221e9 : Add measurement unit to Timer results.
1073b0b5b : Repeat bug component from included owners file
667029b80 : Refactor codes for AlbumsTabFragment
76959bca5 : Add a photo picker database
8ad3e876b : Rename LocalItemsProvider to ItemsProvider
c2ce0ea6a : Add database upgrade and downgrade test for T
f7d7dab5d : Only allow explicit uri grants for picker uris
ffbc990be : Undeprecate DATA column
709de3530 : Support query for picker uris
18bb018b0 : Add intent-filter for ACTION_GET_CONTENT
7334bac09 : Add necessary cross-profile checks for PhotoPicker
d3ec83adf : No-op refactor to support more than 2 dbs in DatabaseHelper
b026e7f7e : Add PickerResolver to resolver contentprovider for picker uris
54f4cc91e : Reland "Add espresso tests for PhotoPicker"
309f71246 : Support date header and Recent in PhotosTabFragment
a6cab8eaa : Support select/deselect in Preview
0b1bac142 : Add toggle button in the UI to test work profile integration
5a9c5ab35 : Extract logic to getUri and support userId for URIs
d4a6c9481 : Add UserIdManager for photo picker to query UserIds
1c76f63f4 : Support Preview for multi select
531d4cc46 : Support GIF badge and video badge in PhotoPicker
b7afd1c80 : Support multi select in PhotoPicker
9eb5e4d85 : Add userId support for ItemsProvider#getCategories
aad5caa9c : Add userId support for photopicker ItemsProvider#getItems
c5ed5cb52 : Add Preview for single select
b02a7d790 : Remove unused field, will be added when required
310ae57f1 : Integrate PhotoPickeractivity to use PickerResult
5551c1565 : Add PickerResult to grant access to Picker selected items and return
90b91ec8f : Add 'duration' column and variable to Item
14fd5a5c7 : Revert "Add espresso tests for PhotoPicker"
da1c5fcdf : Remove checks for offset/limit in getItems()
e89a1a4f1 : Support simple single select in PhotoActivity
0ab517790 : Add espresso tests for PhotoPicker
5f15881e7 : Add extensive unit tests for LocalItemsProvider#getCategories()
9d65e9a48 : Sort items for the picker based on date taken
3ab14900a : Add implementation for LocalItemsProvider#getItems()
49618719d : Add ItemsProvider#getCategories()
e30f6a44b : Remove unused variable from function onMediaStoreReady
827d3dd88 : Allow non-RES apps to read files using File APIs if they have uri grant
a85bad871 : Use LocalItemsProvider#getItems
443410d12 : Introduce ViewModel for PhotoPicker
3fb37c920 : Add implementation for LocalItemsProvider#getItems
af72e1cd5 : Add skeleton for LocalItemsProvider
b87ee044a : Add MediaStore.ACTION_PICK_IMAGES
8eb767f96 : Add intent-filter for ACTION_PICK_IMAGES
d3559a1b3 : Remove the unused variable forWrite.
9218cb228 : Modify Photo Picker return values
c6221ea9f : Sort based on _ID for rows with same date_taken or date_modified value
c04d21bd5 : Minor refactoring in ItemsProviderTests
49064bb7a : Add few UI tests
03c3f6257 : Fix the same name issue when we extend the expired items
b8c4fcc2e : Fix the same name issue when we extend the expired items
fc41bbfc1 : Change containsMount() to look for any user-id.
9dece9a99 : Don't use the path when comparing MediaVolume objects.
a30a70a84 : Extend the 'picker' URI format
6d77f294c : Fix transcoding lookup result error
2afaf2c3c : Pass correct key for media generation in partial sync query
38f54d4d8 : Support PhotoPickerTool in R OS and S OS
0c9631aed : Add few UI tests
b55988ebd : Allow tests to mock ViewModel
35b4489b2 : Change containsMount() to look for any user-id.
c22d10a40 : Import translations. DO NOT MERGE ANYWHERE
4f9c04dd9 : Import translations. DO NOT MERGE ANYWHERE
9164ba350 : Support synthetic picker file lookups
26717b837 : Add margin for Preview ViewPager
c1bbc5e65 : No-op refactor synthetic path utils
0aa3f6825 : Removing is_static parameter from MediaProviderWrapper CacheMethod
e7c6fad17 : Allow update() from Android/media to allowed directories
c9550d909 : Allow FUSE file opening in Java
49815bc57 : Allow direct IO on public volumes
346d9a943 : Allow update() from Android/media to allowed directories
3a3927b62 : Modify API behavior for PhotoPicker multi-selection flow
cbb17deb4 : Remove unused tests
6d53ba450 : Add MODULE_BUILD_FROM_SOURCE=true into deploy.sh
a95ab738f : Implement custom glide loader for thumbnails in photo picker
268640294 : Delete destination fuse nodes when renaming
f67688aff : transcoding: Empty the list and move to server side list.
6295ddd71 : Handle content uris without id in checkUriPermission
2a17e13f7 : Update String values for work profile paused error dialog
271b4f38e : Remove "Select up to max items" message label
1ca27fa75 : Add scroll animation and onResume support for profile button
375e6dc4f : Import translations. DO NOT MERGE ANYWHERE
eb78288a2 : Support ContentResolver#getType() for picker uris
f304360bf : transcoding: Empty the list and move to server side list.
8247350e4 : Support query the unreliable volume database
853e2e1dc : Add profile dialogs when cross profile is disabled
90d6cfbff : Modify checkPermissionSelf to check for app ID instead of UID
e378fb9ec : No-op change. Add additional debug logs
5ca7e7646 : Remove custom BackgroundThread and HandlerExecutor
88bb3e498 : Partial screen transition with preview and landscape mode
449900749 : Remove custom BackgroundThread and HandlerExecutor
ed84a4ec7 : Remove custom BackgroundThread and HandlerExecutor
5deecbbae : Ensure nested nomedia dirs are ignored while scanning
96512242c : Change ItemsProvider to return null if media is not mounted
037718c6f : Handle content uris without id in checkUriPermission
c4132818f : Import translations. DO NOT MERGE ANYWHERE
afa69441e : Import translations. DO NOT MERGE ANYWHERE
d7512194d : Add CtsPhotoPickerTest into TEST_MAPPING
0e3e557d5 : Fix dependencies issue with version 4.12.0 of glide in PhotoPicker
e0bd808e5 : Add PhotoPickerTool
d06af0b12 : Update glide dependencies to 4.12.0
a06456cf4 : Allow rename and replace with other URI grants.
c9baada9e : Fix test build failure
1e391dbb4 : Remove startup provider from legacy MediaProvider manifest
edc3d70f0 : Import translations. DO NOT MERGE ANYWHERE
8f761e9c8 : Import translations. DO NOT MERGE ANYWHERE
405aa33bb : Add basic test coverage for cover uri
a541ef7cd : No-op refactor Item and Category column names
64533686f : Add modes to update common layout cleanly
70b9aa1e4 : Fix redacted URI APIs for cross-user URIs
ca99ec400 : Enable strict_updatability_linting.
288850bac : Add assertion messages
61a747ea9 : Fix redacted URI APIs for cross-user URIs
659559524 : Remove lint_baseline file
8a5bacb19 : Support albums in PhotoPickerProvider
22fd96d04 : Add coverage to check items uri is valid format
9f020c901 : Enable ItemsProviderTest
64d1f3b68 : Fix PhotoPicker album cover URI
70bee84b6 : Ignore PhotoPickerSingleSelectTest to unblock presubmit
d680b9a8d : Add scrim for PreviewFragment
e14fc36a7 : Change is_favourite filter to a media column
1cd8da6af : No-op refactor PickerDbFacade#queryMedia
b21cf227a : Created the Unreliable Volume Scanner class
517798782 : Import translations. DO NOT MERGE ANYWHERE
cd3ed8363 : Add disabled behavior for profile button
734c569a6 : Update mCategoryItemlist in getCategoryItems in PhotoPicker
33d368062 : Show cross user cover Uri for albums
d36060568 : Update API documentation on default max of 100 items
556512d19 : Remove EXTRA_PICK_IMAGES_MIN
7096947cd : Import translations. DO NOT MERGE ANYWHERE
31de00a37 : Import translations. DO NOT MERGE ANYWHERE
7e45670dd : Support picker UI fetching from picker db
951ba54a8 : Standardize picker db cursor columns
23ba9d610 : Rename MediaTranscodeManager -> MediaTranscodingManager
a7dba1e3f : checkUriPermissions does not WAI for secondary users
48fccc668 : checkUriPermissions does not WAI for secondary users
3970fee99 : Change work profile switch to floating button
dcec43535 : Make toolbar overlap with contents in Preview Mode
2dd00f258 : Import translations. DO NOT MERGE ANYWHERE
66a558c51 : Import translations. DO NOT MERGE ANYWHERE
0129947c7 : Created the Unreliable Volume DatabaseHelper class
ce38fe384 : Fix deleted_media notification
4ee4c7885 : Save BottomSheetBehavior state
793ead7d7 : Dismiss PhotoPicker on touch outside the partial screen
bccce003a : Use correct color for the title on toolbar in PhotoPicker
32146f6e1 : Add TranscodeHelper interface
1e042d479 : Revert "Change UUID after database upgrade"
791c04772 : Revert "Redefine XATTR_UUID to XATTR_UUID_V2"
d52e4aba8 : [DO NOT MERGE] Revert "Change UUID after database upgrade"
d1c27c416 : [DO NOT MERGE] Revert "Redefine XATTR_UUID to XATTR_UUID_V2"
b67f6ac6d : Allow querying picker db via MediaProvider
01f575640 : Renamed TranscodeHelper to TranscodeHelperImpl
809b4613a : Avoid unnecessary FUSE node invalidation
94c925327 : Add local and cloud provider awareness to the PickerDbFacade
588e08319 : Remove the shadow on the toolbar in PhotoPicker
f1e4c5722 : Import translations. DO NOT MERGE ANYWHERE
07218cab0 : Import translations. DO NOT MERGE ANYWHERE
a22f86632 : No-op refactoring of updateToolbar
f33c24187 : Cache results of isWorkProfile().
9105b05e0 : Don't show date headers when no items in PhotoPicker
4156df7fc : No-op refactor to remove unnecessary 'ForPicker' suffix
6a8777078 : Sync data from local and cloud providers into picker db
cd84e4b24 : Add the test for the order of Categories
65a4e14c7 : Add more tests for PickerViewModel
b5080478e : Import translations. DO NOT MERGE ANYWHERE
a61aedc8d : Import translations. DO NOT MERGE ANYWHERE
43c75637e : Ignore ItemsProviderTest to unblock presubmit
6104c61d2 : Fix navigation bar appearance
4d7401a81 : Minor fixes
3ab2b3112 : Update the icon and colors in bottomBar of PhotoPicker
76a913a0b : Ensure root folder is visible
32f6f3ec0 : Import translations. DO NOT MERGE ANYWHERE
fd820b037 : Define MANAGE_CLOUD_MEDIA_PROVIDERS permission in MediaProvider
0660f21bc : No-op refactor of Items class
ef631344b : Fix fd leak while getting original media format fd
7f09f2f25 : Localize max count number for max selection flow
c76860101 : Remove the dependency on external app for DelegatorTest
7e9747ade : Remove the dependency on external app for DelegatorTest
5c3212f4e : Import translations. DO NOT MERGE ANYWHERE
b13a86b7f : Add a local PhotoPickerProvider
53ead0ef8 : Remove unnecessary permission checks in CloudMediaProvider
fcd7132bf : Add BottomSheetBehavior for picker launch animation
13d2c4da5 : Ensure root folder is visible
fdd2eb011 : Enable PhotoPicker tests in presubmit
92a2a77b4 : Remove the dependency on external app for Test
7bf59d163 : Fix nits in PickerDbFacadeForPicker
aaf4b719f : Import translations. DO NOT MERGE ANYWHERE
f7c4172e9 : Add mime_type and size_bytes filtering support to the pickerdb
d204e0c59 : Support updating the picker db
78bf6982b : Fix the flaky test by using the system time zone
2d0766815 : Relax local_id unique constraint for the picker db
8cdcc5665 : Do not animate thumbnails in photo grid view
2cc4d6b7c : Get unreliable volume path
947fa6a43 : Redefine XATTR_UUID to XATTR_UUID_V2
ddfc79793 : Change UUID after database upgrade
23f93f179 : Calculate the span count of recyclerview dynamically in picker
14bc2c331 : Import translations. DO NOT MERGE ANYWHERE
6033955d9 : Import translations. DO NOT MERGE ANYWHERE
ca479eaaa : Center align max selection message on the photo grid
c5c8362ac : Update the toolbar and system bars for preview in Picker
ae8f579bf : Add tabChips and support Albums tab
e11779dc9 : Add AlbumsTabFragment
b6cf17bb0 : Add some category methods
7db973ff6 : Fix getItemViewType for PreviewAdapter
5d766f040 : Add "Select up to max items" label for max selection
8c4eadc25 : Add necessary permissions for UserIdManager
0c3fa80ad : No-op refactor deleted_media table upgrade
8d18030fe : Add overlay gradient for photos grid's item
ac5f44947 : UI flow to support max selected items
7684ed24d : Remove local_dedupe_key from picker db
78eb28b9b : Query external db for picker db sync
0e034cdb9 : Enable media provider to perform its own hidden API processing
2e897cdf1 : Introduce the CloudMediaProvider API
e1c1e36b0 : Support Video Preview
34e6c0b69 : Support mimeType filter for getCategories
600a3576d : Import translations. DO NOT MERGE ANYWHERE
ddf0a30f9 : Import translations. DO NOT MERGE ANYWHERE
e933c0cba : Reset MediaStore database Uuid on schema reset.
cac47cdf3 : Import translations. DO NOT MERGE ANYWHERE
eca0047e0 : Support MIME type filters for ACTION_PICK_IMAGES
1dc6ab7c0 : Add support for downloads category for photopicker
335203369 : Import translations. DO NOT MERGE ANYWHERE
6699705ed : Import translations. DO NOT MERGE ANYWHERE
3c9d5e070 : Load items in a background thread to not block PhotoPicker UI
7c6e721e7 : Import translations. DO NOT MERGE ANYWHERE
79c1c519b : Import translations. DO NOT MERGE ANYWHERE
8b96ac8a3 : Import translations. DO NOT MERGE ANYWHERE
20b5ce7df : Move DateTimeUtils to util folder
8a7ef0ba6 : Import translations. DO NOT MERGE ANYWHERE
51a88ff31 : Glide calls are async and do not block the UI
45f36d089 : Stabilise test by removing complicated checks
74fd14279 : Add the resources for toolbar and Albums tab
1093244e0 : Sort using date_modified if date_taken is null
d65912ed7 : Introduce a deleted_media table for the photo picker
28ef3420a : Import translations. DO NOT MERGE ANYWHERE
504d3cc7c : Import translations. DO NOT MERGE ANYWHERE
c70976a4b : Use Glide for thumbnail and image loading
13a618f1f : Import translations. DO NOT MERGE ANYWHERE
1130985f9 : Repeat bug component from included owners file
f0dbbe53c : Add mediaStore.waitForIdle before scans
34652dc00 : Refactor codes for AlbumsTabFragment
657a4c0b5 : Add a photo picker database
5c98e517f : Rename LocalItemsProvider to ItemsProvider
d59425e38 : Add database upgrade and downgrade test for T
540ea539e : Import translations. DO NOT MERGE ANYWHERE
a681a5aeb : Only allow explicit uri grants for picker uris
b6defda96 : Undeprecate DATA column
9d21fd206 : Support query for picker uris
51a0e38d3 : Add intent-filter for ACTION_GET_CONTENT
0710aea7a : Add necessary cross-profile checks for PhotoPicker
faa5427c1 : No-op refactor to support more than 2 dbs in DatabaseHelper
9bbde0d3e : Import translations. DO NOT MERGE ANYWHERE
56e55fb1c : Import translations. DO NOT MERGE ANYWHERE
20ab105c9 : Add MediaProvider's bootclasspath fragment to its sdk
96b921d0e : Add PickerResolver to resolver contentprovider for picker uris
3fc1458c1 : Import translations. DO NOT MERGE ANYWHERE
e0aba4846 : Reland "Add espresso tests for PhotoPicker"
1b6db2d49 : Support date header and Recent in PhotosTabFragment
7352ddfbb : Support select/deselect in Preview
64ca9b020 : Add toggle button in the UI to test work profile integration
82970f8a6 : Import translations. DO NOT MERGE ANYWHERE
0f4a5bae3 : Import translations. DO NOT MERGE ANYWHERE
860971127 : Extract logic to getUri and support userId for URIs
87a7d0ad0 : Add UserIdManager for photo picker to query UserIds
cd2bf1020 : Import translations. DO NOT MERGE ANYWHERE
13338b267 : Support Preview for multi select
10319359c : Support GIF badge and video badge in PhotoPicker
18a32dbae : Support multi select in PhotoPicker
e3f9ae685 : Add userId support for ItemsProvider#getCategories
db16b4acb : Add userId support for photopicker ItemsProvider#getItems
c0ae62456 : Import translations. DO NOT MERGE ANYWHERE
584d51c46 : Include sdk versioning proto in mediaprovider apex
3e52acf12 : Add Preview for single select
d235bc6d2 : Add pulled metrics for external storage accesses
28e2c13ed : Remove unused field, will be added when required
c940a1789 : Integrate PhotoPickeractivity to use PickerResult
681946ab4 : Add PickerResult to grant access to Picker selected items and return
1f652d814 : Add 'duration' column and variable to Item
ea016fb20 : Revert "Add espresso tests for PhotoPicker"
dcc7273c0 : Remove checks for offset/limit in getItems()
fe204ba51 : Support simple single select in PhotoActivity
99a1c9cd1 : Add espresso tests for PhotoPicker
be6a1a3e1 : Add extensive unit tests for LocalItemsProvider#getCategories()
7cf5c9506 : Sort items for the picker based on date taken
dccd6533e : Add implementation for LocalItemsProvider#getItems()
e962d31e1 : Add ItemsProvider#getCategories()
7f56df446 : Remove unused variable from function onMediaStoreReady
50614b34b : Allow non-RES apps to read files using File APIs if they have uri grant
6da8efc95 : Use LocalItemsProvider#getItems
1e8923d72 : Introduce ViewModel for PhotoPicker
5adca0a59 : Make sure we can resolve the internal volume as well.
fac4b8e84 : Make sure we can resolve the internal volume as well.
11cbc90a4 : Import translations. DO NOT MERGE ANYWHERE
bae6d0601 : Add implementation for LocalItemsProvider#getItems
fdc1612d7 : Add skeleton for LocalItemsProvider
b0116c041 : Import translations. DO NOT MERGE ANYWHERE
48bcdc4bc : Import translations. DO NOT MERGE ANYWHERE
d0528ac5b : Import translations. DO NOT MERGE ANYWHERE
6102814e8 : Import translations. DO NOT MERGE ANYWHERE
d7673ca30 : Import translations. DO NOT MERGE ANYWHERE
25a64f64d : Add MediaStore.ACTION_PICK_IMAGES
883df83a4 : Add intent-filter for ACTION_PICK_IMAGES
2b87e0acb : Import translations. DO NOT MERGE ANYWHERE
e1d4ed5d4 : Import translations. DO NOT MERGE ANYWHERE
429c1680e : Import translations. DO NOT MERGE ANYWHERE
cda99ec22 : Import translations. DO NOT MERGE ANYWHERE
3397f4e4d : Remove the unused variable forWrite.
7dda212d6 : Import translations. DO NOT MERGE ANYWHERE
6011b80c5 : Consolidate directory access checks in MediaProvider
e049b52a3 : Import translations. DO NOT MERGE ANYWHERE
379d90241 : Fix ARTIFACT_NOT_FOUND issue in MediaProviderTests
9f752e967 : Unit tests for PermissionUtils
107b1b79b : Remove MIME type check in scanFile
1994253aa : Add rename File API support for media URI grants
1bc2ffc53 : Replace targetSdk check with App Compat check
34590f2e6 : Provide infra for pulling of transcode metrics
2428ce52e : Introduce StatsdPuller
0298d2b43 : Add delete() File API support for media URIs.
63d9b6534 : Add uid logs when opening via ContentResolver
586cc0851 : Add uid logs when opening via ContentResolver
9f8ac98ed : Conditionally skip volume validation when attaching volume
a524380c4 : Improve robustness of updateVolumes().

+- Project: platform/packages/providers/TelephonyProvider

a17be9b8 : Use com.android.bluetooth as the BT stack APK
bc2704dd : Carrier ID table rollout latest_carrier_list_rollout_20220609 This build IS suitable for public release.
07ee4a01 : Fix the query of apn based upon id
bc2cb6bb : Carrier ID table rollout all_sdk_carrier_list_Rollout_20220421 Publish the latest carrier id table. This build IS suitable for public release.
e3ae9403 : Fixed the incorrect APN dedupling
2df37353 : Fix test not willing to retrieve bluetooth name
5879b865 : Carrier ID table rollout all_sdk_carrier_list_Rollout_20220113 Publish the latest carrier id table. This build IS suitable for public release.
35af99bc : Updated the owners
ef55f8b8 : [MEP] Add port index in SubscriptionInfo database
b702a37a : Import translations. DO NOT MERGE ANYWHERE
8df98f59 : Import translations. DO NOT MERGE ANYWHERE
c4eb6e34 : Carrier ID table rollout all_sdk_carrier_list_Rollout_20220113 Publish the latest carrier id table. This build IS suitable for public release.
fc2bf710 : Carrier ID table rollout all_sdk_carrier_list_Rollout_20220113 Publish the latest carrier id table. This build IS suitable for public release.
d4140827 : Added carrier_id support to the carrier_key table in CarrierInformation DB Also Updated the related test cases
32c1b8c2 : Correct name of gitattributes file
fb43c56a : Carrier ID table rollout all_sdk_carrier_list_Rollout_20220113 Publish the latest carrier id table. This build IS suitable for public release.
6d556b36 : carrier id APNs duplicates in restore
f0ed0e3f : Make sure that textpb files are treated as text
b671a244 : Parsing mcc and mnc as integers when null does not work
4174aa8f : check for SELECT statements in query
b5c93f91 : Protect access to SIMINFO table
ad476e60 : Added carrier_id support to the carrier_key table in CarrierInformation DB Also Updated the related test cases
c9f492c0 : Fix licenses and license texts.
933dcd9f : Carrier ID table rollout all_sdk_carrier_list_Rollout_20220113 Publish the latest carrier id table. This build IS suitable for public release.
4d6712b0 : Import translations. DO NOT MERGE ANYWHERE
2d6bff87 : Import translations. DO NOT MERGE ANYWHERE
3541ae08 : Fix database failure when upgrade from version 66 to 67.
62068b29 : Upgrade TelephonyProvider DB for ApnSetting fields
f1486be0 : Fix off-by-one backup version on UsageSetting
9182d691 : Add Usage Setting to SIMINFO
4783abb4 : [MEP] Add port index in SubscriptionInfo database
3336d5df : New SIMINFO DB columns for phone number
0492822e : Fix typo in TelephonyProvider.
78c7df87 : Carrier ID table rollout all_sdk_carrier_list_Rollout_20211202 Publish the latest carrier id table. This build IS suitable for public release.
e92da4e9 : Carrier ID table rollout all_sdk_carrier_list_Rollout_20211202 Publish the latest carrier id table. This build IS suitable for public release.
786ece58 : Carrier ID table rollout latest_carrier_list_rollout_20211125 This build IS suitable for public release.
b49a7405 : Upgrade TelephonyProvider DB for ApnSetting fields
3234aa98 : Protect access to SIMINFO table
a6f03ed3 : Added nr advanced calling settings support
c92765b5 : Update owners file
4823eaef : Used carrier specific id to fetch APNs
eb6b7e04 : Carrier ID table rollout latest_carrier_list_rollout_20211104 This build IS suitable for public release.
1266f6f6 : Carrier ID table rollout latest_carrier_list_rollout_20211104 This build IS suitable for public release.
ade6e5a1 : make NUMERIC field null in case mcc/mnc is not defined
798997ab : Added extra logic for selecting APNs for a subscription
fa3a243d : New SIMINFO DB columns for phone number
064d348d : Fix typo in TelephonyProvider.
74b446b4 : Import translations. DO NOT MERGE ANYWHERE
17c5fd88 : Import translations. DO NOT MERGE ANYWHERE
331e0f4f : Added nr advanced calling settings support
643bbb65 : Carrier ID table rollout all_sdk_carrier_list_Rollout_20210827
cf317cd4 : Carrier ID table rollout all_sdk_carrier_list_Rollout_20210827 Publish the latest carrier id table. This build IS suitable for public release.
de8b371a : Carrier ID table rollout all_sdk_carrier_list_Rollout_20210707
f0dcba24 : Update telephony OWNERS file
1f2e6002 : Carrier ID table rollout all_sdk_carrier_list_Rollout_20210707
927ad2b5 : Carrier ID table rollout latest_carrier_list_for_prev_sdk_20210701
2991fd27 : Carrier ID table rollout latest_carrier_list_for_prev_sdk_20210701
7b2c7c86 : Clarify&rename wfc_entitlement_required_countries config
1d7be747 : Finalize S carrier id version and Bump latest SDK version
d4b5a11e : Carrier ID table rollout latest_carrier_list_rollout_20210601
7c7d4c7d : MNCs not in carrier_list can get the wrong MNC value
b89d6df9 : Carrier ID table rollout latest_carrier_list_rollout_20210518
0c9ffe1d : Change size of LocalLog to powers of 2.
cf17f27d : Add migration logic for D2D settings.
708022bd : Add support for D2D sharing contacts settings.
44f5a588 : Add voims_opt_in_status column in sim info table
6dfe8c69 : Add D2D sharing status column in database.

+- Project: platform/packages/providers/TvProvider

3aa5ede : Import translations. DO NOT MERGE ANYWHERE
16a4ffc : Import translations. DO NOT MERGE ANYWHERE
5802e99 : Import translations. DO NOT MERGE ANYWHERE
ef2d86d : Import translations. DO NOT MERGE ANYWHERE
eb63092 : Import translations. DO NOT MERGE ANYWHERE
bc97a0b : TvProvider API standardization for ARIB and DVB TvProvider
63148f6 : Import translations. DO NOT MERGE ANYWHERE
681d456 : Add start_time and end_time for PreviewPrograms
72d4ade : Import translations. DO NOT MERGE ANYWHERE
41717d0 : Import translations. DO NOT MERGE ANYWHERE
11d0695 : Import translations. DO NOT MERGE ANYWHERE
18f6053 : Import translations. DO NOT MERGE ANYWHERE
73ba779 : Import translations. DO NOT MERGE ANYWHERE
5fcc5a0 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/providers/UserDictionaryProvider

60c2fb0 : Fix licenses and license texts.
e072f8b : Add READ_PHONE_NUMBERS permission to get phone account from Telecom.

+- Project: platform/packages/screensavers/Basic

d61fbc3 : Import translations. DO NOT MERGE ANYWHERE
859b977 : Import translations. DO NOT MERGE ANYWHERE
aa5b978 : Import translations. DO NOT MERGE ANYWHERE
584752c : Import translations. DO NOT MERGE ANYWHERE
3686bac : Fix Colors crashing on rotation
93e93bf : Fix Colors crashing on rotation
ee3502c : Import translations. DO NOT MERGE ANYWHERE
d94f7c3 : Import translations. DO NOT MERGE ANYWHERE
3024c0a : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/screensavers/PhotoTable

79cb6d1 : Import translations. DO NOT MERGE ANYWHERE
6ba61de : Import translations. DO NOT MERGE ANYWHERE
174b042 : Import translations. DO NOT MERGE ANYWHERE
f9b9606 : Import translations. DO NOT MERGE ANYWHERE
8f67ed3 : Import translations. DO NOT MERGE ANYWHERE
18b8504 : Import translations. DO NOT MERGE ANYWHERE
059ca66 : PhotoTable - upgraded API level to 31.
3431c88 : Import translations. DO NOT MERGE ANYWHERE
dd5ca2d : API level 30 upgrade: PhotoTable
c74b355 : Import translations. DO NOT MERGE ANYWHERE
6f35242 : Import translations. DO NOT MERGE ANYWHERE
6b8605f : Import translations. DO NOT MERGE ANYWHERE
dd43a66 : Import translations. DO NOT MERGE ANYWHERE
2af5f4b : Import translations. DO NOT MERGE ANYWHERE
cc09a21 : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/services/AlternativeNetworkAccess

c78a271 : LPA sends operation code only when there is an error. Modify error handling accordingly in ONS.
8d25bcd : Added null check for Intents without action string
da84774 : Retry ONS Auto provisioning when carrier config changes.
1575dbb : Add permission to read CarrierConfig and fix SMDP address
0a3a59e : Logic added to select a SIM port when updateAvailableNetworks is called from Carrier or system application
c6e04fb : Use worker thread to create message handlers and perform background tasks.
45afce1 : Renamed OpportunisticNetwork.KEY_ENTRY_THRESHOLD_SS_RSRP_INT
9ab3a0a : Renamed OpportunisticNetwork.KEY_ENTRY_THRESHOLD_SS_RSRP_INT
2581abf : Unit testing of ONS classes
ee40743 : Optimization: Don't monitor internet connection or create handler if Auto-Provisioning is disabled.
611cc15 : Retry eSIM Download only for temporary errors. Stop retry for permanent error codes.
8f5ebe0 : Revert "Start the OpportunisticNetworkService with new persistent Application."
1588d6b : Start the OpportunisticNetworkService with new persistent Application.
0ad5e83 : Check SIM state ready before auto provisioning
b029e26 : When eSIM download fails, error code was not passed correctly from receiver to lamda function and download retry logic was not triggered. Fixed passing error code by using a local variable.
d4ef368 : Declared ONSProfileResultReceiver as protected-broadcast so that, only system can send this broadcast.
80de598 : Fix logging
31518b1 : Disable ONS Auto Provisioning by default. It should be enabled via device configuration
48d01ec : Internet connection monitor and download retry when connection is restored
0a89baa : Download eSIM, group and retry logic
30f59fd : Switch device to multiSIM mode before triggering opportunistic eSIM download.
a01b30a : Revert "Switch device to multiSIM mode before"
869b5bd : Adding device configuration to enable or disable ONS auto provisioning
d12dfd2 : Switch device to multiSIM mode before triggering opportunistic eSIM download.
31d8352 : Fix unit test OnlyOpportunisticSIMInserted
1b58f63 : Add ONS tests to presubmit
b81ace2 : Revert "Add ONS tests to presubmit"
f7c92d9 : Add ONS tests to presubmit
064f423 : Read Carrier configuration to check if pSIM supports Opportunistic Data
033b643 : Update the AvailableNetworkInfo Builer construction.
8e9c5a3 : ONSProfileActivator, ONSProfileConfigurator, ONSProfileDownloader and junt test classes added.
88058c5 : Enhance ONS to support 5G scanning.
41620da : Enhance ONS to support 5G scanning.

+- Project: platform/packages/services/BuiltInPrintService

08f79b5 : Import translations. DO NOT MERGE ANYWHERE
f5f1cb7 : Import translations. DO NOT MERGE ANYWHERE
a746294 : Import translations. DO NOT MERGE ANYWHERE
2f69a50 : Added new permission NEARBY_WIFI_DEVICES for Wifi Direct connection
4fe3029 : Import translations. DO NOT MERGE ANYWHERE
fc337bb : Import translations. DO NOT MERGE ANYWHERE
bd0d66e : Use platform cert for bips
1cdbab2 : Import translations. DO NOT MERGE ANYWHERE
6c5de09 : Import translations. DO NOT MERGE ANYWHERE
bd109a8 : Import translations. DO NOT MERGE ANYWHERE
ce20924 : Import translations. DO NOT MERGE ANYWHERE
03502eb : Import translations. DO NOT MERGE ANYWHERE
9c32aaa : Import translations. DO NOT MERGE ANYWHERE
cd96d76 : Import translations. DO NOT MERGE ANYWHERE
4cbd218 : Import translations. DO NOT MERGE ANYWHERE
37f17bd : Import translations. DO NOT MERGE ANYWHERE
899d05c : Import translations. DO NOT MERGE ANYWHERE
a78ba5b : Import translations. DO NOT MERGE ANYWHERE
223e527 : Import translations. DO NOT MERGE ANYWHERE
cb152ba : Import translations. DO NOT MERGE ANYWHERE
2efd5cf : enable individual job tracking and add analytics constants
3d52dbb : Import translations. DO NOT MERGE ANYWHERE
9def13a : Import translations. DO NOT MERGE ANYWHERE
192f69a : Import translations. DO NOT MERGE ANYWHERE
365cd55 : Import translations. DO NOT MERGE ANYWHERE
9ef1cd5 : Import translations. DO NOT MERGE ANYWHERE
637a49f : Import translations. DO NOT MERGE ANYWHERE
4aa8086 : add post_notification permission to manifest so the package can send notifications on T+
2accf49 : Import translations. DO NOT MERGE ANYWHERE
41ccdd2 : Import translations. DO NOT MERGE ANYWHERE
b24b68e : Import translations. DO NOT MERGE ANYWHERE
58f4b86 : Import translations. DO NOT MERGE ANYWHERE
838bb65 : Import translations. DO NOT MERGE ANYWHERE
e79ba1b : fix potential crashes when status thread runs too long
43b7bcd : default to media ready but show all supported sizes
c31eb23 : Import translations. DO NOT MERGE ANYWHERE
3113a3f : fix A2 paper size definition
a9a882e : Import translations. DO NOT MERGE ANYWHERE
62e424f : Import translations. DO NOT MERGE ANYWHERE
22093be : Import translations. DO NOT MERGE ANYWHERE
ba00bd8 : fix crash when printing to pclm supporting printers
57b8b8c : Import translations. DO NOT MERGE ANYWHERE
4060e72 : Import translations. DO NOT MERGE ANYWHERE
52b1e4f : Import translations. DO NOT MERGE ANYWHERE
ff47259 : add immutable flag to pending intent
287ec75 : Import translations. DO NOT MERGE ANYWHERE
d60b8d7 : Import translations. DO NOT MERGE ANYWHERE
4e49703 : Import translations. DO NOT MERGE ANYWHERE
ab7e6ce : Import translations. DO NOT MERGE ANYWHERE
69acfda : Import translations. DO NOT MERGE ANYWHERE
098f527 : Import translations. DO NOT MERGE ANYWHERE
e45a06c : Import translations. DO NOT MERGE ANYWHERE
52ab579 : Import translations. DO NOT MERGE ANYWHERE
dfcd574 : Import translations. DO NOT MERGE ANYWHERE
8b234e0 : Import translations. DO NOT MERGE ANYWHERE
9146d3e : Import translations. DO NOT MERGE ANYWHERE

+- Project: platform/packages/services/Car

755f76a93 : Use com.android.bluetooth as the BT stack APK
3d1faf9a2 : Import translations. DO NOT MERGE ANYWHERE
1cfc64bf3 : Import translations. DO NOT MERGE ANYWHERE
3438bb391 : Fixing bugs in vehicular networking ref app
80c8f8ce5 : Fixing Vehicular Networking Ref App UpdateConfig
da50915a5 : Import translations. DO NOT MERGE ANYWHERE
7eb5c0dd8 : Import translations. DO NOT MERGE ANYWHERE
2166a3916 : Restore to the original list of CarLocalServices
9f2680a4a : Fix bugs with Railway Reference App.
728fda8ca : Extract app label from component name in notification access confirmation UI
9c0ea1ac5 : Import translations. DO NOT MERGE ANYWHERE
5febf504e : Import translations. DO NOT MERGE ANYWHERE
e610fc303 : Prevent passing negative speed to config
d98a4180b : Temporarily disable SystemMonitor in CarTelemetryService.
dfc2eb331 : Fix Lua script no return if no data.
783c6ec20 : Ignore whitespaces at the endof /sys/power/state
3afcd170e : Change config_defaultMediaSource from BT to radio
f3f47c84b : Set DEBUG=false in CarTelemetryService for production.
71ab8e757 : evs_manager_fuzzer: increase fuzzer timeout
d46f25dcb : evs_manager_fuzzer: increase fuzzer timeout
e2a1ddabc : Revert "Revert "Pre-install RailwayReferenceApp in system image.""
ee5e9195b : Revert "Pre-install RailwayReferenceApp in system image."
55a65ce3b : Update flag value
5b7d81d1d : Add com.android.permission module to AOSP car builds
b5752088e : EVS/CarEvsService bug fixes
2a8cbf9cf : Pre-install RailwayReferenceApp in system image.
cf456077c : Audit exported broadcast receivers
2cff08588 : Enable media continuity by default
55b9a78af : Import translations. DO NOT MERGE ANYWHERE
d2e29e7f1 : Import translations. DO NOT MERGE ANYWHERE
79ca8c047 : Import translations. DO NOT MERGE ANYWHERE
5db135823 : Import translations. DO NOT MERGE ANYWHERE
99c316760 : Import translations. DO NOT MERGE ANYWHERE
70555fcfb : Import translations. DO NOT MERGE ANYWHERE
0fedf17b5 : Import translations. DO NOT MERGE ANYWHERE
1c77832f8 : Fix broken null check
864be4e0d : Final touches on Railway Reference App.
da79d2026 : Add config parser to car telemetry app.
e266f4e86 : Add warning to FastPair that getOwnAddress is disabled for TM
a18536d45 : Changed CarPropertyService initialization order
b0a2f49d7 : Railway Reference App: Add configuration update logic and output for current ethernet networks list.
d249f8aee : Make sure that the userId used in the tests is the current user.
2f21f29a5 : Add validity check to MetricsConfig and bug fixes
3b1fb9076 : Implement AidlEnumerator::registerStatusCallback()
9e05d565d : Fix a stream configuration conversion
26603e161 : Rename config_automotiveHideNavBarForKeyboard
ccf870b3f : Fixed CarUserService when UserHal times out.
dd1fe4635 : Add proper Car initialization for Car Telemetry Teamfood App.
a8714133b : Ignore a flaky test CarPackageManagerServiceTest.
7aa900de5 : Fix telemetry teamfood app history storage.
0afebb255 : Fix empty PowerPolicy
0143465a7 : Import translations. DO NOT MERGE ANYWHERE
a5ba5401f : Import translations. DO NOT MERGE ANYWHERE
06d9480ef : Import translations. DO NOT MERGE ANYWHERE
4eb180a3c : Import translations. DO NOT MERGE ANYWHERE
f1df90d4e : Process a pending power state change request
273f6ddea : Fix flaky test CarUserManagerLifecycleEventFilterTest
e71b81dbf : Change Sensors KitchenSink UI layout to fit additional sensor data.
9a57d4635 : Add RotaryPlayground and RotaryIME into PRODUCT_PACKAGES
1b614d608 : Reduce cpu cores for dexopt to 2
6aa56663c : DO NOT MERGE Fix RRO's for CW
becd95565 : Fixed InitialUserSetter fallback logic to ignore ephemeral users.
cf04cce88 : Add layout for Railway Reference App's main activity.
3b8f3d5f6 : Fixes newUsersInfo() to ignore exceptions converting user flags.
cbd39d186 : Allow power-off shell command to be executed in user build
89813e7a3 : Add OWNERS file for AAE networking team. am: 30fbced98a am: 1ac6690a65 am: d916629269 am: 5b7a056d34 am: c31542a1df
64bd2ba3a : Allow Bluetooth's default power policy to be disabled by RRO
73a3f5472 : Add uxre state to SwitchPreference widget
16ad494d9 : Add missing id to CW SysUI RRO
4da173d0e : Fix a deadlock in CarPropertyService.
fb497960d : Fix CarTelemetryServiceTest flake
53375f06b : Fix crash when launching SysUI
cd9be52ff : Allowlists Camera2 package for FULL user type
366778509 : Conditionally hide Camera apps
9a2b72bd0 : Implement Lua callback to produce report without finishing
346248a97 : Implement MemoryPublisher and handle publisher failure
db0bd9fdb : Add boilerplate for Railway reference app
8b8fef896 : Fix a deadlock in CarPropertyService.
45538899b : Added RRO info to car_service dump
9f861a385 : Updated the RRO priority range.
2096dc59d : Import translations. DO NOT MERGE ANYWHERE
1a3882cd4 : Import translations. DO NOT MERGE ANYWHERE
dc97ef73f : Call unlinkToDeath when unregistering the listener
289de5522 : Implement simple UI for backup and restore all packages
f7e81983d : Add CarSetupWizardActivity to ignore opening DA list
3ab2c1e1f : Remove binder unlink handler in carpowerpolicyd
788bf08a8 : Validate a native handle before duplicating it
1b172c704 : Add overlay package precedence
b44c4a089 : Adds LOCATION_BYPASS permission to Shell
b31d69493 : Make pairing broadcast intent receiver high priority
52fcfa639 : Add BT permissions check to CustomUuidEirFragment
461b24216 : Update Checkbox to align with UX specs
b23560620 : Increase the inactive timeout for CarWatchdog test client.
9201bb9b7 : Remove redundant lines
772727246 : Add diagnostic plugin as pre-installed app
c426473ef : Fix HVAC changes not stopping after button release
6aa4aa5cf : EVS: switch camera bug fix
91f764262 : Fix CTS failure - testExposedSystemActivities
3cd9226a3 : Fix CarPackageManagerServiceTest.
045e1b0c8 : Update PaintBooth priv-permission allow-list
dca265a37 : Add logs for better debugging
c7dda67de : Turn off the sustained performance mode for coolwhip
e7de6c3b0 : update the logic to control foredroundDA state
638968f42 : Update IVoiceInteractionSessionListener stub (car service)
73442bf56 : Import translations. DO NOT MERGE ANYWHERE
1862b12b8 : Return correct status to HIDL clients
479383699 : Includes the service checking in the return
e1eddb48b : Increase the ANR timeout for native/android apps with a read-only system property.
5eab90415 : Add telemetry metrics collector test app.
ef5933f22 : Closing resources after usage
c5d866c59 : Set default the Bluetooth class of device for car products
61dad2f90 : Updated EV_CHARGE_TIME_REMAINING documentation
e2f8cf1b3 : Added car audio service test for clearing UID zone mapping
0a62525ea : Fix parsing error at suspend command
6c95923e8 : Re-enables some CarUserManagerTest tests.
f540f209e : Fix a logic to check a display client is still alive
531e650e8 : Added thread filtering to cpu_perf tool
38ddfa0f9 : Remove NetworkPermissionConfig package
380ee5525 : Fix unregisterListener bug in CarPropertyService.
86c3054bf : Import translations. DO NOT MERGE ANYWHERE
f65227544 : Build with upstream lld: Fix incorrect static dependencies
97890aa24 : Added car audio service zone for UID tests
4fbe784c1 : Import translations. DO NOT MERGE ANYWHERE
6d3f3d2e2 : Update CarEvsService state transition log messages
8107356b7 : Refactor Audio Focus Concurrent Interaction Tests
b3625a317 : Adding tests for DiagnosticJson
9c342b352 : Update CarDeveloperOptions manifest
76fb429a9 : Fix unregisterListener bug in CarPropertyService.
39e096028 : Enable ANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION cflag in carwatchdogd.
e232c6328 : Remove read permission from write-only props.
16c4222f1 : Added governor flag and process name filtering to cpu_perf tool
70abad569 : Import translations. DO NOT MERGE ANYWHERE
693a4b9df : Import translations. DO NOT MERGE ANYWHERE
e8780dad2 : Completed AddedInOrBefore annotation for all API of Car-lib
5f9d4eec8 : Import translations. DO NOT MERGE ANYWHERE
8b97ca422 : Import translations. DO NOT MERGE ANYWHERE
66558434f : Import translations. DO NOT MERGE ANYWHERE
26dfc7b4e : Revert "Fixed manifest of ExperimentalCarServiceUnitTest"
e6ea43808 : Refactor vehicle-hal-support-lib.
0d3a15257 : Fixed HalPropConfig lookup with mgrPropId bug.
8111d8e95 : Freeze AIDL APIs for TM
0f0ed1687 : Refactor Audio Focus Tests for Different Usages
cc5546e2c : Added more test for audio patches
c71e0d5e3 : Refactor Audio Focus Exclusive Interaction Tests
a74623a23 : Refactor Audio Focus Rejected Interaction Tests
644670c73 : Overlay perm_group_camera.xml
f29de2106 : Drop nanosecond precision for WearEstimateChange.dateAtChanged
584677433 : Add default guest user name
beac6986e : Add default guest user name
dcde2bf41 : Updated EV_CHARGE_PERCENT_LIMIT documentation
2906f8649 : [LSC] Add LOCAL_LICENSE_KINDS to packages/services/Car
99fe3e3a6 : Remove padding from dialog so that rotary/ripple go to edge
e604e5ece : Treat negative values as reverse movement
41da353cb : Updated EV_CHARGE_CURRENT_DRAW_LIMIT documentation
3340f9246 : Fix more evsmanagerd issues
a147075bb : Add API test for default canSwitchToAoap
7f27687ef : Listen for shutdown enter broadcast in CarWatchdogService
b6109b999 : Migrate car build infra to new Bluetooth profile enable/disable props
5fc11011c : Remove duplicate libs from CarManagedProvisioning
5a2d52d8a : Import translations. DO NOT MERGE ANYWHERE
9ec413248 : Import translations. DO NOT MERGE ANYWHERE
9d7261412 : Import translations. DO NOT MERGE ANYWHERE
4fc623cc0 : Import translations. DO NOT MERGE ANYWHERE
87686d5b8 : Update CarDeveloperOptions manifest
4756bd10e : Import translations. DO NOT MERGE ANYWHERE
dde651b07 : Create Base Class for CarZoneAudioFocus Tests
b3661a593 : Implement Key/Value backup and restore in KitchenSinkBackupTransport
ae995ec3f : Fix HidlVHalClientTest.
6e858d63f : Refactor timer-based wake up
0f764b4d3 : Build with upstream lld: Fix incorrect static dependencies
fa40ccf1f : Added hash for the feature enabled via config.xml
c0e17bca9 : Add/Update interfaces to follow *Interface naming style.
fd8ad0d35 : Fix CarEvsService and evsmanagerd issues
948b75e63 : Fix evs_app issues
5b7e0c82e : Added test for checking AddedIn/AddedInOrBefore annotations
0a46602d1 : Add dump function in VehicleStub.
037d242df : Added tool to generate generic API txt file
66eb01bda : Improve VehiclePropertyIdsTest.
2086a3cb4 : Properly handle binder death.
8a781114c : Refactor AudioFocusInfoBuilder to a separate file
f3693c223 : Provide mock CarTelemetryService in tests that do not need it.
9a6debfa5 : Properly handle binder death.
fbebb94af : Import translations. DO NOT MERGE ANYWHERE
49f6442a7 : Migrate car build infra to new Bluetooth profile enable/disable props
8138437c7 : Remove HIDL VHAL reference in AndroidCarApiTest.
74e95add7 : Fix inconsistency in WearEstimateChange before/after parceling
e73ec83e5 : Change VHAL fallback message to info.
7f88fbed3 : Add integration test for LargeParcelable.
1e912543d : Add unit test for BidirectionalSparseIntArray
bf7dc9693 : Update javadoc to specify EV_CHARGE_CURRENT_DRAW_LIMIT property type.
01ccfa615 : Unsubscribe from VHAL_HEARTBEAT only if property supported by VHAL
accd64731 : Added car audio service unit test
1060fb059 : Fix failing CarMediaServiceTest.
aa20afda3 : Refactor CarZoneAudioFocusTest delayed focus test
41f36ff20 : Use DebugUtils in android.util.
d2b690f08 : Filter out the accessibilty events from ActivityBlockingActivity.
d4c961830 : Implement getInterfaceHash/Version
e9160043b : Update Checkbox to align with UX Specs
34fb36043 : Removed attributes from car_ux_restrictions_map.xml file which were defined in attrs.xml
5918c5436 : Update EVS service configurations
43c5c2b07 : Improve doc about types used in Car API.
ab3a343f3 : Update bluetooth's packagename
e3ba6d06d : Remove outdated OWNERS entries.
0cbcfb524 : Remove system_app.te from car policy
1a13712ae : Remove implementation details from car hidden api flags
ec5c2195a : Rename system power policy for S2R and S2D
71b619651 : Replace Automotive Display Proxy service
7549a3f8f : Added more annotation to hidden APIs
7b297d290 : Bump up car api and min_sdk version to 33
3aea4628b : Import translations. DO NOT MERGE ANYWHERE
f872b09cc : Import translations. DO NOT MERGE ANYWHERE
057c2c95b : Import translations. DO NOT MERGE ANYWHERE
2a2f6bbf8 : Correct property values in new Vehicle properties.
a0acb2197 : Import translations. DO NOT MERGE ANYWHERE
55c2fb986 : Add uncal limited axes accel/gyro to KitchenSink.
102a57194 : Add uncal accel/gyro to KitchenSink.
2b70abc48 : Add limited axes gyro to KitchenSink.
7758af979 : Add limited axes accel to KitchenSink.
0cd033338 : New `trigger=postUnlocked` parameter for VendorServiceController.
4ca479707 : Update Toast UI component according to UX reference spec
4ddfaa629 : Update Radio Button thickness to match checkbox check thickness
68de49772 : Import translations. DO NOT MERGE ANYWHERE
576d9d338 : Import translations. DO NOT MERGE ANYWHERE
fe3f3a282 : Import translations. DO NOT MERGE ANYWHERE
d04c864c9 : Import translations. DO NOT MERGE ANYWHERE
2b0f86060 : Import translations. DO NOT MERGE ANYWHERE
7a66cf37b : Import translations. DO NOT MERGE ANYWHERE
e3bada39a : Import translations. DO NOT MERGE ANYWHERE
c03a5125b : Import translations. DO NOT MERGE ANYWHERE
41058357b : Import translations. DO NOT MERGE ANYWHERE
4ce454d73 : Import translations. DO NOT MERGE ANYWHERE
8af37774a : Import translations. DO NOT MERGE ANYWHERE
3fb196dbb : Import translations. DO NOT MERGE ANYWHERE
1020f22eb : Import translations. DO NOT MERGE ANYWHERE
6081154b1 : Import translations. DO NOT MERGE ANYWHERE
a448542a1 : Import translations. DO NOT MERGE ANYWHERE
84afbfbae : Import translations. DO NOT MERGE ANYWHERE
eff52118f : Import translations. DO NOT MERGE ANYWHERE
7febf1df8 : Import translations. DO NOT MERGE ANYWHERE
eb23447f2 : Import translations. DO NOT MERGE ANYWHERE
809343f0b : Import translations. DO NOT MERGE ANYWHERE
23fbec831 : Import translations. DO NOT MERGE ANYWHERE
7694087ea : Import translations. DO NOT MERGE ANYWHERE
49ef45314 : Import translations. DO NOT MERGE ANYWHERE
41cffa95c : Import translations. DO NOT MERGE ANYWHERE
69c0c116f : Import translations. DO NOT MERGE ANYWHERE
54bcd75cd : Import translations. DO NOT MERGE ANYWHERE
1fb7ea192 : Import translations. DO NOT MERGE ANYWHERE
d4aaccb54 : Import translations. DO NOT MERGE ANYWHERE
a83cc8746 : Import translations. DO NOT MERGE ANYWHERE
2fe2162c7 : Import translations. DO NOT MERGE ANYWHERE
a2785b645 : Import translations. DO NOT MERGE ANYWHERE
9f3454faa : Import translations. DO NOT MERGE ANYWHERE
015895135 : Import translations. DO NOT MERGE ANYWHERE
537246732 : Add ping-script-executor CarShell command
d08edd9b3 : Implement KitchenSink test for driving sessions.
113ab157a : Updating bluetooth apk name
19c8bda5f : Rendering buffer contents in a separate thread
dd846b3ca : Add libmath to vhalclient_defaults.
6120ab43d : Migrate VHAL types in kitchensink to 'android.car'.
548a765e6 : Add reboot option to power-off command
e0dfc25d5 : Grant KitchenSink app the permission to use CarWatchdog.
ca3c9a43b : Import translations. DO NOT MERGE ANYWHERE
60c0e53ff : Import translations. DO NOT MERGE ANYWHERE
00669170f : Import translations. DO NOT MERGE ANYWHERE
5a674f373 : Fix nullptr exception when CarPowerManagementService instance is null.
6fa299e56 : Un-deprecates SettingsHelper, as it doesn't have a replacement yet
b74fa9c30 : Fixed minor changes for RROs
5eb0f7d9e : Adds com.android.adservices.api to package allowlist.
6f32416be : Add UidPackageMapper for CarTelemetryService.
c92d419f8 : Remove NOT_EXPORTED flag for bluetooth system broadcast receivers
c7cb476db : Use ServiceManagerHelper.checkService in CarWatchdogDaemonHelper
22ce11e19 : Move display area ownership to system UI
f7430272e : Replace the depreciated permission MANAGE_ACTIVITY_STACKS to MANAGE_ACTIVITY_TASKS.
21585910e : CarUserManager support for post-stage UserLifecycleEvent types.
2bc40c8de : Check carwatchdogd subscribed to VHAL heartbeat in resume power cycle
0cf0b3b0b : Add reboot option to power-off command
f90ea42cf : Allowlist BACKUP permission in kitchensink
e132e499d : Switching to AudioControl AIDL HAL version 2
288087aa7 : Update AIDL VHAL not declared message.
529bc66ad : Move test helper methods to AndroidMockitoHelper.
0065c9d62 : Mock WatchdogStorage#getNotForgivenHistoricalIoOveruses in CarWatchdogServiceUnitTest
435166a9e : Disable SafetyCenter on cars.
9dc0d351d : Throw exception if producer of navigation state data populates the new Maneuver#typeV2 but does not populate Maneuver#type.
14ca458c7 : Migrate vehicle_binding_util to AIDL
e1c6add73 : [SC][RESTRICT AUTOMERGE] Use different namespace for CarTelemetryService permission
87ca52f34 : Use non-blocking method to get a native EVS service
1368271b7 : Check carwatchdogd subscribed to VHAL heartbeat in resume power cycle
22917ec7f : Free a resource properly
aa17ea658 : Implement end-to-end session support in ConnectivityPublisher.
1fcc45ebb : Replace user ids in CarWatchodgServiceUnitTest with unlikely real values
0a1df2211 : Restore signature|privileged for car permissions
ec6f807df : Remove pirozzoj as an owner, add salsavage
8d35e38cd : Remove pirozzoj as an owner, add salsavage
0f9305d4f : Adds LOCATION_BYPASS permission for CarServiceTest
df7a1134f : More cleanup of platform minor version
2b746d017 : Deprecate most of CarStorageMonitoringManager and I/O related classes
c05f85af5 : Register a KSTransport for B&R in KitchenSinkApp
77ed0624a : Mark CarPerformanceManager APIs as hidden APIs.
a78c35053 : Add unit test for FunctionUtils.
d3ebf8532 : Use the correct subscribe flag for HIDL VHAL.
e44925198 : Use VhalResult instead of Result in vhal CPP client.
99553b051 : Add VhalClient creator to specify service descriptor.
4b8cd19d1 : Convert ScopedAStatus to Result correctly.
b2b6e41a2 : rename builtin minor version
6030f5f37 : Fixes CarUserService.notifyLegacyUserSwitch()
3817ed040 : Fixes CarUserService.notifyLegacyUserSwitch()
1dab38252 : Enabling compile_multilib for ExperimentalCarServiceTests
1e444573d : Refactor CarWatchdog AIDL methods to identify PIDs with their start time.
28d2cea5f : Reset VHAL health checking on power cycle resume
c2063be6e : Deprecate procfs-inspector
54e2cda44 : Improves logging.
9bc573773 : Implement IEvsEnumeratorStatusCallback
a9e856bfb : EVS service now uses EnumeratorProxy instead of Enumerator directly.
72b45f4b6 : Replace use of AbstractExtendedMockitoTestCase's deprecated constructor
a2367a267 : Update CarService JNI methods
20f3ed4a3 : Reset VHAL health checking on power cycle resume
b61fb66a5 : Improves logging.
1ac7e398c : Fix listener comparison logic
8ead2f74e : Add CONTROL_SHUTDOWN_PROCESS permission to Car Shell
71f135db3 : Modify conditions to recover a preview activity
6021aa16a : DO NOT MERGE Move display area ownership to system UI
900f092f0 : Update pattern lock color
afb79376e : Wake up by timer from simulated suspend
d8e8c6fa5 : Deleting CarProjectionManagerTest#testAccessPoint
c2c4192e7 : Revert "Removed unnecessary IntDef"
e1d68d768 : Clean up the app focus after the test.
327941177 : Ignore some tests which makes the system crash.
e9a5e93ec : Support simulated suspend on HW devices
b1cfd15af : Remove @Deprecated annotation from AddedInOrBefore
4ffed987c : Rename ro.android.car.service.overlay.packages into ro.android.car.carservice.overlay.packages
54f206c28 : Added notation AddedInOrBefore to public, system and test API
7381f643c : Make MetricsReportCallback accept a PersistableBundle for telemetry report
c93431278 : Use AIDL VHAL interface in power policy daemone
1dfadb215 : Stop hanging script by unbinding from ScriptExecutor
8dd386271 : Ignore unallowed power state request during suspend attempt
b3419444f : Move notification time to header
eda57e9bb : Remove unused constant from PolicyManager
85f62584c : Delist CarEvsCameraPreviewApp from an allowlist
777981fe3 : Move telemetry proto to car-lib
c1d643360 : Fail early for api_test if car service crash.
d6ca250fb : Make MetricsReportCallback accept a PersistableBundle for telemetry report
2b7d0e720 : Add comments for dump message used by ATS.
d7db5dd2a : Added annotation AddedInOrBefore
778311de3 : Stop hanging script by unbinding from ScriptExecutor
faebac6fa : Update API KEY_ROTARY_KEY_EVENT_FILTER
35ee9b815 : Add touch ripple for HVAC buttons
bd0f2f6d5 : Fixed formatting for PowerComponent
25a2f918a : Manual cherry pick due to refactorings and differences in CarPowerManager API in S from ag/16852155. Also contains all changes in ag/16853938, ag/16873606.
5cdb57f7e : Remove unused UserManager from FixedActivityService.
a40956b30 : On VHAL death unsubscribe from VHAL heartbeats and remove vhal messages.
0f8f94ea6 : Create SessionController.
8eecc7c3b : Move telemetry proto to car-lib
788ebd42e : Mock SystemMonitor in CarTelemetryServiceTest.
beb3fccfe : Prevent NPE in ResultStore
c0b6324ef : Improving CustomInputEvent test coverage
5505f4cd7 : Update notification styling to meet UX specs
f8f09f8b5 : Make ActivityManagerHelper full-static class.
010eeb252 : Add/Remove packages to/from KEY_PACKAGES_DISABLED_ON_RESOURCE_OVERUSE.
b8d66c98c : Remove package Auxiliary.
53f7ae044 : Enable a camera toggle support
da2573d35 : Allow carservice_app to find hint_service
b105ec6d0 : Update CarDeveloperOptions manifest
cab3e5044 : On VHAL death unsubscribe from VHAL heartbeats and remove vhal messages.
bf45e5606 : Move proc fs access check outside constructor.
782febb05 : Remove name parameter from UM.createGuest()
ef78dfd4d : Import translations. DO NOT MERGE ANYWHERE
f11e99644 : Add new UI for B&R in KitchenSinkApp
f19a9bdf6 : Import translations. DO NOT MERGE ANYWHERE
516838957 : Remove empty modules
f614023ec : Add Stable AIDL version EvsManager implementation
65e1d3684 : Make builtin helper have all static methods
310ee863e : Prevent NPE in ResultStore
9e8b7c5a7 : Enabled pre-created users on start up
c1eba75c5 : Add CarShell command to kill app because of resource overuse.
c37f47fab : Use the specific export aidl folder of Bluetooth
8d08bdb88 : Post PerUserCarServiceHelper's ServiceConnection tasks on a separate thread.
bee607000 : Adds option to skip CarFramework APEX for development.
528785c66 : Minor VendorServiceController improvements:
106d57a26 : Fixes VendorServiceController user lifecycle callback.
7d700a6a9 : Fixes VendorServiceController user lifecycle callback.
93e3d99f4 : Refactor carshell to use new telemetry manager APIs
f6b17b852 : Notify clients immediately when a report ready listener is registered
7ed2db369 : Make the constructor of TaskInfoHelper private
553679c94 : Removed unnecessary IntDef
03d070d7e : Add ExceptionUtilsTest.
bb4fce068 : Post PerUserCarServiceHelper's ServiceConnection tasks on a separate thread.
d809d815a : Add/Remove packages to/from KEY_PACKAGES_DISABLED_ON_RESOURCE_OVERUSE.
673be5a3e : Wrapped hidden APIs to manage voice interaction sessions
99dbaff9d : Add CarShellCommand to get VHAL supported prop Ids.
fa9d9d589 : Add POST_NOTIFICATIONS permission to KitchenSink
7a890f0cc : Fixes the double scheduling of rebind attempts on process death.
f502a6418 : Cast to underlying type for union's tag
799fd2fc5 : Fixes the double scheduling of rebind attempts on process death.
c09955106 : Save all telemetry results in memory
3763386c4 : Implement getAllFinishedReports in CarTelemetryService
bc7a51132 : Improved error code for Remove Result
3d125a80a : Add CarShell command to kill app because of resource overuse.
7e602744e : Enabled pre-created users on start up
3e361f93c : DO NOT MERGE Improve UX for NewUserDisclaimerActivity
1a0241273 : Move all permissions to updatable
6db87be1f : Remove the constraints on custom event input codes
a87edb158 : Notify client when script reaches a terminal state
591747246 : Remove hal service constraints on custom input events
dd80d3150 : Refactor carshell to use new telemetry manager APIs
d9b44d263 : Notify clients immediately when a report ready listener is registered
71efe1274 : Made VehicleUnit a public API.
80c7c1f97 : Use the specific export aidl folder of Bluetooth
ed008fdd6 : Add a default display into the driver zone when it isn't assigned.
c7f7f5e8b : Improve ConcurrentUtilsTest.
2f6d8d215 : Add ConcurrentUtilsTest.
418734d16 : Create SessionController.
c781ef7b6 : Adds a CLI (Command-Line Interface) to KitchenSink.
b9497c871 : Add sdksandbox to allowlist
a7c302c9b : Apply data usage public APIs
ddef52dff : Refactored list of services on in vehicle HAL constructors
f6f3ad13c : Remove import of car service's AndroidManifest to kitchensink
f6dd63f13 : Fix missing core in total load in perfetto_cpu_analysis
748f68cf9 : Move proc fs access check outside constructor.
e681b675a : Add startThreadPool to vhalclient.
10ec3ca6f : Add missing Cpuset annotation to the cpuset field.
f4f123f16 : Add KEY_PACKAGES_DISABLED_ON_RESOURCE_OVERUSE CarSettings hidden API.
2ffef7ead : Added pre-created checkbox in Kitchensink app
790272b29 : [MS52] Remove INetworkStats* usages from Car service
4230a9426 : [MS73] Remove NetworkTemplate hidden API dependencies
1f1a51f16 : Update the String for ManagedDeviceTextView for AAOS
cf2f0a7d8 : Add messenger to the list of rros
4a76240ec : Fix NullPointException during CarServiceTest.
3cc195298 : Refactor telemetry sendFinishedReports API
d44527e6f : Replace use of AbstractExtendedMockitoTestCase's deprecated constructor
006f8703e : Add UsbHostManagementActivity to list of apps that should ignore opening DA
47246d805 : Add Divider below recents app
f40d4d6ca : Rename framework-connectivity-tiramisu to framework-connectivity-t
71e8767ad : Revert "Remove ActivityManagerHelper.createActivityOptions()."
15f4f20d8 : Enable CarService log during the car tests.
2df1780e5 : Add timed out test files to tidy_timeout_srcs
932833310 : Update companion app RRO to reference correct package
e78c5a543 : Add divider to the toolbars bottom
5ff9ccac2 : Add projection access mode to ProjectionOptions
28982ad41 : Add hidden API to reset stable LOHS credentials
bfa5ed1e5 : Stable local-only hotspot credentials
059122128 : Update media center item layouts to use background for selection state
f60b3a75b : Update car-ui-lib list item background
0368dd09e : replace icon instead of text for incoming call
15c8c0fd1 : Refactor telemetry addMetricsConfig API
42b755a4f : Add AIDL version EVS HAL implementation
f7f7caa98 : Add start margin to list item
1d6f47fdc : Remove the constraints on custom event input codes
2c9683a2c : Remove hal service constraints on custom input events
e87a7fbcc : Updates to use ADAS APIs added in T.
91d525c4f : Allow car-builtin-lib access to Bluetooth @hide APIs
633d3cbfb : Save all telemetry results in memory
3095bd9a4 : Update notification and dialer as per specs
74374d7d2 : Add a default display into the driver zone when it isn't assigned.
53e41b63d : Allow skipping Garage Mode for simulated suspend
7ce51bc1e : Add conversion of SessionAnnotation to PersistableBundle.
6e8eccae2 : Add boot reason to session annotations.
9572efcb6 : Add curl to all car targets
593af67ff : Implement getAllFinishedReports in CarTelemetryService
b3614f9f1 : Update EV charge switch property permission.
f01fd4197 : Update dialogs as per specs
e7750df1b : Remove the deprecated CarUserService#addUserLifecycleListener() that does not take a filter parameter.
aa2b70501 : Update selinux policy for CarService to find device_policy_service
18ce24890 : Adds initSession() method to SessionController.
70eabe916 : Implements ICarDisplayProxy service
67bbf68a4 : Fix the infinite loop bug for AndroidFuture.ThenCombine.
bbd2016ed : KitchenSink: use @SystemAPI version of BluetoothMapClient#sendMessage
022cf4eec : Add missing package to allowlist
433b77be7 : Add cpu_perf tool to investigate performance with less cores
9aad70d2c : Declare license metadata for copied files.
001d66508 : Undeprecates ContextHelper.startActivityAsUser().
b35c99a61 : Notify client when script reaches a terminal state
b9b1eb725 : Add ArrayUtilsTest and AnnotationValidationsUnitTest.
79e5f5e14 : wifi: Correct bssid and MAC randomization setting
be8e28566 : Add property Ids for trailer.
2a79a1170 : Update ConnectivityPublisher and data format
f76177401 : Use userIds in 100+ range in unit tests.
3fc790d21 : Replace use of AbstractExtendedMockitoTestCase's deprecated constructor
05a94313d : Remove MetricsConfigKey from CarTelemetryManager API
6cd5b3bfe : Minor improvement for UserLifecycleEventFilter.
ca013d727 : Renamed DPM.resetNewUserDisclaimer() to acknowledgeNewUserDisclaimer()
0e54caca1 : Update selinux policy for CarService to find device_policy_service
cfac923d2 : Add property Ids for Weight.
049b0d252 : Migrate all CarServiceTest to use AIDL backend by default.
50cd94748 : Migrate HIDL types to AIDL types.
6f36f4ba6 : Migrate the rest of CarServiceTest to AIDL.
1dfbe671e : Migrate CarPowerManagementTest to AIDL.
4966dc487 : Migrate CarInputManagerTest and MockedVmsTest to AIDL.
cd611efb6 : Migrate more Car*ManagerTest to AIDL VHAL.
4fbc7a61b : Avoid holding lock in CarWatchdogService when writing to database
93760121f : Removes EVS selinux policies
b8c103a5e : Fix user switch profile colors
38eab0099 : Remove Bluetooth hidden APIs from KitchenSink
f4539489e : Fix timeout in CarTelemetryServiceTest
bcbccdeeb : Add property Ids for EV charging.
e44e3e9c5 : Remove rro generation package inclusion as car-ui-lib is in prebuilt
8719e6fc2 : Fix CarTelemetryServiceTest mock mismatch
fdc29c913 : Modify a logic to monitor hotplug devices
4a8beb79f : Use NetworkStatsManager in ConnectivityPublisher
98f90ff1e : Removes EVS selinux policies
e4071e537 : Expose the new API for using UserLifecycelEventFilter. Add an integration test CarUserManagerLifecycleEventFilterTest.
89ff607d7 : Refactor MockedCarTestBase to use synchronized blocks
d7af18afb : Re-enable Bluetooth HFP BVRA (voice interaction)
9a4d2338e : Wrapping Bluetooth BVRA in a builtin lib
ed99f03fc : Make libvhalclient vendor_available.
81ffdc62e : Change fuzzer components to avoid unnecessary SLO
74477cb07 : Add the explicit exported flag to BootUsbScanner
f6f493950 : Added support for dynamic RRO
970c9a757 : Refactor telemetry sendFinishedReports API
3831ee3e0 : Add CPUSET_BACKGROUND in CPU availability monitoring config.
cbf2ac48c : Format javadoc for WatchdogStorage's methods.
c38c98319 : Add KEY_PACKAGES_DISABLED_ON_RESOURCE_OVERUSE CarSettings system API.
03fb3fb69 : Prevent screenshot failure message in car-bugreportd on success
89ebf74b8 : Add CarPerformanceService module in CarService.
e560da35e : Add CPU availability APIs to the CarPerformanceManager.
514966534 : Extend NavigationStateProto with additional fields describing navigation metadata.
47db1724d : Migrate part of Car*MangerTest to AIDL VHAL.
c5711a568 : Implement AidlMockedVehicleHal.
72f938926 : Migrate CarDrivingRestrictionsTest.
cbc928cdb : Migrate CarDiagnostic tests to AIDL VHAL.
d6662f76e : Update layouts as per specs
486474562 : Add Display.getType() into DisplayHelper.
d892bfc87 : Add more unit tests for android.car.util.concurrent.AndroidFuture
8c3c1d1f7 : Improves addDumpable() so it only creates the Dumpable when needed.
f3d98c7b9 : Increase the test coverage of android.car.util.concurrent.AndroidFuture
2e80c5d60 : Support the filter parameter when registering UserLifecycleListener.
eaf75c42d : Refactor telemetry addMetricsConfig API
688ab6bfc : Update CarDeveloperOptions Manifest
4a1dd5cb5 : Add a helper class for DisplayAreaOrganizer.
e15a70bcf : Mock SystemMonitor in CarTelemetryServiceTest.
c087a6132 : Update checkbox rotary so that it renders correctly for RLT languages
56007cad5 : Garage mode recorder
78e96f373 : Replace use of AbstractExtendedMockitoTestCase's deprecated constructor
280cecb4c : Minor CarUserService improvements.
a7212d460 : Use suspend command in a consistent way
94a941990 : Add conditions to relevant proto definitions in StatsPublisher.
5b0e7e10d : CarService to save I/O usage stats for new user/package on date change
c9d7f9a55 : Fix car api test failure
bcad3e738 : Replace use of AbstractExtendedMockitoTestCase's deprecated constructor
d4871a641 : Use generics in AtomFieldAccessor
606c5922a : Moved user helper from CarAPI to separate library.
e4b735415 : Create SessionController.
f3310f9d6 : Add converting NetworkStats to PersistableBundle
113b709f4 : Dumps all listeners on CarUserManager when debug is on.
98be888d1 : Add nullable/nonnull annotations to CarTelemetryService
682ed5a3c : Save car telemetry data at reboot and shutdown
de17c7510 : Add telemetry kitchen sink test that combines multiple sources
7be72311e : Add dump details to CarTelemetryService.
7baefc368 : Add property Ids for fog lights
d22662c08 : Start carwatchdogd during init instead of early init.
04c0c7b00 : DO NOT MERGE Make CarResolverActivity distraction optimized
2fcf95ead : Change car shell power command behavior
b1d5af25d : Add parsing aggregated atoms to metrics converters.
e1a1f1a92 : Add car_service telemetry shell command
9fa28f836 : Add wifi netstats tester to KitchenSink app
5b19ebae0 : Add DEBUG to StatsPublisher and change periodical pulling
9c33b8d2d : Add better connectivity publisher tests
a61554a4d : Add metrics config name/version match check
793b86079 : Rename MockedVehicleHal to HidlMockedVehicleHal.
6b997d890 : Start carwatchdogd during init instead of early init.
2de29d220 : Add ConnectivityPublisher with config proto
5ebef4985 : Replace UserHandle.CURRENT with UserHandle of the actual user.
741a0b359 : Fix CarTelemetryPermissionTest
5dcabad99 : Added property to guard audio patch APIs.
2e0da91c9 : Update dialog specs as per UX
a3049d0c5 : Add EnumeratorProxy class.
898768ddb : Add additional mocks for IEvsDisplay and IUltrasonicsArray.
581e0a44a : Inject permission checker.
a0d4de1bf : Add traces to CarTelemtryService for performance analysis
41409b0c5 : Lower hardcoded CPU usage in SystemMonitor unit test
ce9b24211 : Change CarTelemetryManager metric config status names.
a556e9250 : Finish telemetry thread tasks before shutdown
c7b773efa : Create IO utils for CarTelemetryService
97588038b : Add calling process id checking for ScriptExecutor.
c543567a9 : Add sync version for get/set value.
ba32c6e0f : add the intents that should not open the foregeoundDA
8feb33638 : Migrate VehicleBindingUtil to VHAL client.
056359c67 : Migrate carwatchdogserver to VHAL client.
df348535e : Make CarResolverActivity distraction optimized
065e8b32e : DO NOT MERGE: Acquire lock for guarded variables in WatchdogPerfHandler#handleIntent
25c64f267 : Replace enhanced loops
d106746bb : Fix ANR in CarServiceTest.
40750c004 : add the intents that should not open the foregeoundDA
5c724436e : Allowlists CarEvsCameraPreviewApp for SYSTEM/FULL users
3985856a0 : Updates ADAS testing app to use LOCATION_BYPASS permission.
00425f77c : Configure MAC randomization Setting to NONE.
9af73575a : Replace TaskStackChangeListener with CarActivityService.
9aef6a55e : Add TaskMonitor feature to CarActivityManager/Service.
4d7f24e8d : Fix the background for the nav bar button
5de07ae8c : Define a new optional car feature `experimental_car_user_service`.
d0ddc759e : Fix memset size in PackageInfoResolverTest.
aa41fb12f : Add a new class UserLifecycleEventFilter.
5f4c1c6b7 : Move start_time_millis to the outermost atom.
069d56025 : Move start_time_millis to the outermost atom.
c875393f4 : Use Bluetooth profile state changed action APIs
6b3cccc3e : Revert "Temporarily disables ExperimentalCarServiceTests."
9e86473fa : Add unittest for HidlVhalClient.
f9f323849 : Migrate EVS to VHAL cpp client.
ba3d22ea4 : Migrate CarPowerPolicyServer to vhal client.
4c4f9ca50 : Add functions to create AIDL/HIDL client.
277a5eaa2 : Rename SILENT to TYPE_AUDIO_LATER and remove deprecations
339acf53f : Add HIDL vhal client.
645fd0859 : Implment subscribe for CPP VHAL client.
f62318c87 : Give CarUiPortrait same startables as CarSysui
84af3a12c : update handle bar as per specs
da94c80a9 : Change CarUsbHandler targetSdkVersion to 31 on sc-v2-dev
2d3cdd8c5 : remove the intents that should not open the foregeoundDA
ade7dc8c1 : Remove old sampleinternal client
024f226f5 : Add nullable to ICar.getCarService
f8a1c2c56 : Remove MetricsConfigKey from CarTelemetryManager API
e51c383ac : Do not use "system_*" colors
9a4a33690 : Fix memset size in PackageInfoResolverTest.
f4095b8bb : Remove deprecated functions.
2f5121d0c : Implement timeout logic in AidlVehicleStub.
c6becd758 : Implement set property for AIDL vehicle stub.
b828207e8 : Implement get property for AIDL vehicle stub.
dd19347d7 : Set I/O usage summary stats limits as resource overlay configs
9acee6520 : Implement getAllPropConfigs for VHAL cpp client.
91d27637d : Implement link/unlinkToDeath for VHAL cpp client.
d015a617d : Implement SetValue for VHAL cpp client.
0c7a96df4 : Adjust Checkbox component to align with UX specs
82c80a5c9 : Implement getValue for AidlVhalClient.
5791f22da : Add a RRO to overlay media-app-common lib
c42a059a9 : Changes CarUserService.logout() to use DPM.logoutUser().
8a887c8b4 : Adding bluetooth dependency
991b1793b : Add com.android.wifi.dialog to preinstalled packages
e0757e89e : Checks for DISALLOW_ADD_USER on CarUserService.createUser()
edc2a83b5 : Implement getAllPropConfigs/subscribe for Aidl stub.
dd025b994 : Migrate TimeHalService to AIDL.
5cf0b441b : Migrate IcarImpl to HalPropValue.
8801d129b : Migrate UserHal and CarShellCommand to AIDL type.
a90eca73a : Adds privileged permission that was added to the Settings app.
6a8a2fa72 : Temporarily disables ExperimentalCarServiceTests.
4c04c2be0 : Allow experimental car service to access netstats
241096a71 : [MS54.5] Move NetworkStats to updatable sources
6c296d4c6 : [MS73] Remove NetworkTemplate hidden API dependencies
0b8e5bd98 : Add missing package to allowlist
9e93bf2c5 : Change package name to com.android.auxiliary.service.
ee372b79d : Adds a CarUserManager.logout() API.
767970b37 : [MS52] Remove INetworkStats* usages from Car service
2363c5449 : Enable local transport for secondary User
b30d009d5 : DO NOT MERGE - Fixes testLegacyUserSwitch_notCalledAfterNormalSwitch
8f55c37b3 : Fixed manifest of ExperimentalCarServiceUnitTest
8034f6835 : Support signed build for car framework module
8f2372bef : Revert VHAl stub
2cce79f3d : Adds a CarUserManager.logout() API.
1a13233a8 : Avoid holding lock in CarWatchdogService when writing to database
543dfb155 : Update CarLocationService based on suggestions from API Council.
c5a6e4848 : Add missing package to allowlist
7e23a9736 : CarUserService: call sendUserSwitchUiCallback() on legacy switch.
a4b7d934d : Add microphone to system power policy for suspend
b32e6c6b9 : Create VHAL cpp client.
2ef4de1cf : Initialize EvsHalEvent w/ a zero timestamp
93337e72f : Migrate PropertyHalService to AIDL types.
f4b9a92b0 : Migrate InputHalService to AIDL types.
7ff9730cd : Migrate PowerHalService to AIDL types.
f89bfed4d : Fix timeout in CarTelemetryServiceTest
80bd450f3 : Removed unused calls from Slogf
571a80059 : Add a privileged permission that was added to the Settings app.
6fd792478 : Fix the button style for CarMP
d95ec3eec : Migrate EvsHalService to AIDL types.
cafa3241d : Fix CarTelemetryServiceTest mock mismatch
c7a524fc1 : Migrate DiagnosticHalService to AIDL types.
1282f25f2 : Migrate ClusterHalService to AIDL types.
cabafe719 : Uses statsbootstrap
83ec32cd8 : Move ScriptExecutor to framework apex module
9cfd27a99 : Improvements on CarUserServiceTest:
11065dfc8 : Plumb carservicehelper version check to car service
1454b93ac : Update the HVAC animations to slide and not reveal
e312b1b3e : Add missing package for allowlist
ca467abcd : Move car-ui-lib referencedesign to car_product
4992573a7 : Update CarDeveloperOptions manifest
5b1178b19 : Revert "Revert "Added feature android.software.device_admin""
a87f53f7e : Invert the param to controlProcessHealthCheck
b07a1e4a5 : Improves Car.createCar() javadoc.
dc37756b3 : Listener completion for SHUTDOWN_PREPARE is disallowed
3dc8654ef : Add Shell Command for LockPatternHelper CTS
becc74c1c : Fix NullPointException during CarServiceTest.
2bbbe1199 : Migrate VmsHalService to AIDL types.
687ff0358 : [4/4] Prepare VehicleHal clients for migration.
64e9f5999 : Add HalPropConfig to wrap VehiclePropConfig.
043524283 : Add HalPropValue to wrap VHAL VehiclePropValue.
d8f1254b7 : [3/N] Migrate VehicleHal to AIDL types.
0453adc99 : [2/N] Migrate HalClient to AIDL types.
38a74dcbc : [1/N] Migrate VehicleStub to AIDL types.
901bc0b25 : Re-enables (no pun intended) use of user_hal_enabled.
45a687168 : Guards acces to mInitialUser on dump.
0e94fb50c : Fix ANR in CarServiceTest.
bbe89c812 : Fixes UserHalServiceTest.
eb765d6b2 : Add event logs to CarPowerManagementService
509a1985f : Improves UserCreationResult in case of error.
cce5c1e2b : Add minor version to builtin API / car service
5398fd433 : Remove clatd
87bad7a54 : Remove hidden API dependency on android.car.
c1c83f401 : Checks for DISALLOW_ADD_USER on CarUserService.createUser()
d118d7c26 : Re-enables (no pun intended) use of user_hal_enabled.
a2b000bc3 : Change fuzzer components to avoid unnecessary SLO
9c952a799 : Disable tidy for a file with error
75f9b59b3 : Moar improvements on CarUserServiceTests:
311b4c0d6 : Make CarWatchdog internal AIDL as stable.
6364e61d1 : Removed deprecated JavaMockitoHelper.get(Future) APIs
70ad33ea4 : Improvements on JavaMockitoHelper.get(Future).
28bdaac7e : Integrated CarUserManager with new Dumpable mechanism.
10034fa43 : Fix flaky test
8dabd1d70 : Converted deprecated API to proper API for car-built-in
0a20645da : Use generics in AtomFieldAccessor
0d209ecf5 : Removed getProfileGroupId from built-in API
958f49d9b : Update list of activities to be ignored by foreground DA
f4c7d6a33 : Move CarWatchdog protos to p/s/Car/service/proto/watchdog
52972dded : Make LargeParcelable CPP compatible with Java.
2d136a85b : Make LargeParcelableBase compatible with stable AIDL.
a048d3b43 : Make sure that CarAppActivity is finished during teardown.
7985e9a6b : Create SessionController.
dd26564ce : Add unit test for DiagnosticJsonReader
d1cd3d914 : Update EVS OWNERS
8abf7bfd3 : Add converting NetworkStats to PersistableBundle
846b779ae : CarApiTest improvements:
a542815a4 : Removed deprecated API from built-in library
7154bc08a : Removed deprecated getUserHandles call from UserManagerHelper
2cc250ea7 : Fixed flaky test in CarPowerManagerUnitTest
ce4ecb3ff : Stops a video stream when the last client stops
bc56ec70f : Add nullable/nonnull annotations to CarTelemetryService
8d27f58c6 : Replacing IsProfileUser with System api
d4f87fd65 : Improves wtf check on AbstractExtendedMockitoTestCase.
db9961ec9 : [Reland] Fix cyclic dependency in CarPowerPolicyServer.
cb66a9a98 : [Reland] Migrate CarPowerPolicyServer to NDK backend.
b3f40ff61 : Support SHUTDOWN_ENTER and POST_SHUTDOWN_ENTER in completion listener
bebf22dd3 : Add microphone to system power policy for suspend
e79d18a47 : Import translations. DO NOT MERGE ANYWHERE
b44f11fc2 : Import translations. DO NOT MERGE ANYWHERE
f84d35d70 : Import translations. DO NOT MERGE ANYWHERE
105d5d55d : Import translations. DO NOT MERGE ANYWHERE
645482ef7 : Import translations. DO NOT MERGE ANYWHERE
da52e299e : Import translations. DO NOT MERGE ANYWHERE
dab02722c : Import translations. DO NOT MERGE ANYWHERE
08962999a : Import translations. DO NOT MERGE ANYWHERE
a905e8023 : Revert "Migrate CarPowerPolicyServer to NDK backend."
9a0da1883 : Revert "Fix cyclic dependency in CarPowerPolicyServer."
f40dd02eb : Import translations. DO NOT MERGE ANYWHERE
8c57891ba : Import translations. DO NOT MERGE ANYWHERE
400d2f141 : Import translations. DO NOT MERGE ANYWHERE
ae11c9d47 : Import translations. DO NOT MERGE ANYWHERE
c53da5a3b : Import translations. DO NOT MERGE ANYWHERE
47e2a6105 : Import translations. DO NOT MERGE ANYWHERE
4e21c75d2 : Import translations. DO NOT MERGE ANYWHERE
ae3517360 : Import translations. DO NOT MERGE ANYWHERE
e0a7ecc1b : Shrink Enumerator constructor logic and inject StatsCollector.
aad026da2 : Replace AMH.TopTaskInfoContainer with TaskInfo.
8e475d317 : Add tests for CarPackageManager#isActivityBackedBySafeActivity.
b4fddf858 : Move telemetry protos to p/s/Car/service/proto, merge bp files.
d88c47861 : Fix cyclic dependency in CarPowerPolicyServer.
084453d64 : Save car telemetry data at reboot and shutdown
c1fd80853 : Replace primary key in UserPackageSettings table.
0b9c899e4 : Migrate CarPowerPolicyServer to NDK backend.
8bae0d9ac : Enumerator::init is now collapsed into ctor / factory methods.
4a95b09f3 : Add telemetry kitchen sink test that combines multiple sources
8a7ded788 : Constraining Enumerator service scope.
c29e3dd6e : Add ACCESS_VOICE_INTERACTION_SERVICE Perm
8b239255c : Import translations. DO NOT MERGE ANYWHERE
d841d27c4 : Import translations. DO NOT MERGE ANYWHERE
7ccc1e962 : Import translations. DO NOT MERGE ANYWHERE
a6e9986ae : Import translations. DO NOT MERGE ANYWHERE
47b5e759f : Import translations. DO NOT MERGE ANYWHERE
3efa5ffae : Import translations. DO NOT MERGE ANYWHERE
78d9c1813 : Import translations. DO NOT MERGE ANYWHERE
45bb3e9e0 : Import translations. DO NOT MERGE ANYWHERE
80b336b8b : Allow SampleRVC to use the system window.
bdd7e488f : Add unit test to size method
ee03dc3d8 : Use a new Parcel for largeParcelable.
527de20e3 : Switch to car service from framework module
2ecd1055b : Replaced createUser calls
5ba3c6560 : Enable RRO based on the read only property for CarService
6d372a372 : Add OWNERS for Car service input tests
c89563617 : Improve vehiclehal code coverage
a230e355d : Move CarEvs HAL related code / jni into built-in
d6930371c : Dump CarService data directory.
83ba22cd6 : Prevent screenshot failure message in car-bugreportd on success
3226a9c96 : Disable debuggable in ScriptExecutor
98faae4ed : Removed guest user and admin user built-in API
bc95f637d : Added removeUserWhenPossible API as SystemAPI
cad7098ee : Add OWNERS for Car service input tests
e644766a5 : Add shell commands for PackageManagerHelper CTS
7abf93936 : Add dump details to CarTelemetryService.
ddf02ccc5 : Add car_service telemetry shell command
5bb9ff6af : Add parsing aggregated atoms to metrics converters.
f98125a7c : Update HfpClientConnectionService package name
b3174307b : Adjust Checkbox component to align with UX specs
24a06985b : Add wifi netstats tester to KitchenSink app
643249588 : Add DEBUG to StatsPublisher and change periodical pulling
0ba7c6d30 : Add better connectivity publisher tests
d7bed86d4 : Add metrics config name/version match check
f3cab178b : Add ConnectivityPublisher with config proto
f0116cd87 : Fix CarTelemetryPermissionTest
a3ba4652c : Update message to indicate that GPS is available.
d1372add6 : Add NetworkStatsServiceHelper builtin
da543ce64 : Remove ActivityManagerHelper.getIntent() and instead use pendingIntent.queryIntentComponents() which is available as a System API.
a0997c4fb : Add traces to CarTelemtryService for performance analysis
cf9fc9958 : Allowlist halfsheet apk in nearby for FULL only user-type
4885cff8b : Use stable AIDL to communicate with powerpolicy daemon
4eb0fd068 : Expose CarPowerStateListener(WithCompletion)
2bc89dad5 : CarUserService: call sendUserSwitchUiCallback() on legacy switch.
723e64900 : Refactor to split ExperimentalCarUserServiceTest from CarUserServiceTest.
1d49bb673 : Exclude car portrait from non car portrait builds
d405c042f : Import translations. DO NOT MERGE ANYWHERE
512ed4832 : Import translations. DO NOT MERGE ANYWHERE
d4f0c4cb9 : Import translations. DO NOT MERGE ANYWHERE
1a5d535c3 : Lower hardcoded CPU usage in SystemMonitor unit test
88f91a784 : Add test for builtin InputManagerHelper
2a2cd7723 : Change CarTelemetryManager metric config status names.
3a691bea9 : Remove/replace Kitchen Sink HFPClient hidden API usages.
0e2da8019 : Disable garage mode during CarServiceTest
bfd2bf41a : Add projection access mode to ProjectionOptions
7110a423c : Add internal interfaces between builtin and updatable car service
17ccc51bf : CarService to save I/O usage stats for new user/package on date change
c9a842dc1 : Following updates:
acc6b2e2a : Validate the list before accessing a element
b9f2e309d : Replace UserHandle.CURRENT with UserHandle of the actual user.
e542a4395 : Moved all event logs
cb5cf0a7c : Add calling process id checking for ScriptExecutor.
4ceae72b9 : Add unaudited exported flag to exposed runtime receivers
c781b62a1 : Add delete intent to resource overuse notifications.
904639473 : Compare expected with actual notifications in NotificationHelperTest
665e1787b : Dismiss resource overuse notifications when action selected.
480345290 : Finish telemetry thread tasks before shutdown
947bc7a1b : Adding simple unit testing for Enumerator.
efa9755ea : Minor formatting changes to Android.bp.
55893d781 : Running format across numerous other files in EVS Manager.
1cf0356c5 : Fix the button style for CarMP
ed78bebf0 : Update CarPreProvisioningActivity constructor
beef0ff77 : Revert "Revert "Added feature android.software.device_admin""
63880d05b : Fix clang-diagnostic-sizeof-pointer-memaccess error
0da8e2fd1 : Set I/O usage summary stats limits as resource overlay configs
bae4cc9f1 : Update Parcel's data size for LargerParcelable
5be082d26 : Make connections more robust immediately after pairing
a766bd9b5 : Moved some event logs
e4891cd4d : Fix a bug where empty event causes crash.
c3cfd9318 : Fixes semaphores usage in testInteractionWithFullCapturer
c0bf9f888 : Increased wait time for user creation to remove test flakiness
c56d377e0 : Create IO utils for CarTelemetryService
a9d605c72 : Fix for user switch event not consistently triggered
172c519ca : Increase LargeParcelable test timeout to 60sec
883c225ed : [car] remove PackageInfoFlags annotation
fc6132918 : Add new status UPLOADED_BEFORE
6d426d9de : Update CarDeveloperOptions manifest
436a880e0 : Running format across numerous other files in EVS Manager.
8b2dec491 : Add unit tests for DebugUtils.
b742958e4 : Rename UserNoiticeDemoUiService.java
1f2004081 : Bouncer updates
878d82154 : Fix lssek return size in VideoDecoder.cpp
987c3d090 : Make Bluetooth overlays point to the new bluetooth stack location
d296e1b7d : Clear task and launch new activity when launching an app's settings page.
1e5cd3369 : Add IntentResolver to allowlist
00c036d67 : CarMP changes for cleaning up initializeLayoutParams
61e93b819 : Add system API to reset stable LOHS credentials
055db90e3 : Update top N UID I/O usage summary limit to system total written bytes.
66f69bb85 : Enable crash-related atoms on StatsPublisher
0669122f9 : Remove stats for deleted user on watchdog daemon side.
53f476aca : Hide ICarUxRestrictions*.aidl
f7bd853cc : Show CarWatchdog's resource overuse user notifications with reflection.
2aaf3a118 : Create VehicleStub, remove vehicleHalReconnected.
1d94b0bf2 : Run clang-format on files.
cf669bc6c : CarService detects recurring overuse
f305fc76b : Add support for EXTERNAL_CAR_TIME in TimeHalService in CarServices.
90c551e7a : Import translations. DO NOT MERGE ANYWHERE
359098346 : Import translations. DO NOT MERGE ANYWHERE
5e91317bf : Import translations. DO NOT MERGE ANYWHERE
c1c4a8a3e : Dump time of last update on CarMediaService.
22f500475 : Update CarLocationService private members to be final or guarded by a lock.
a132a9cc8 : Suspend GNSS when LOCATION is disabled in CarPowerPolicy.
cc184a26c : Add missing package to allowlist
df3831c99 : Mark bugreport success if file already was uploaded.
8891b7f88 : Use devnull in tests to improve speed.
cc48055bb : Convert CarUiPortraitHideApps to Soong
26619bd13 : Refactor Bluetooth scan mode APIs
39da79be5 : Add PRE_SHUTDOWN_PREPARE notification
8f6317fec : Add new sub-states to improve shutdown process
1ac87466c : Turn on CheckJNI for ScriptExecutor.
ef1eb5033 : Show focus highlight in Kitchen Sink
17db20213 : Stable local-only hotspot credentials
21da6838a : Move CarManagedProvisioning to AOSP location
2a07b669f : KitchenSink, add BT test: custom UUID in EIR
7a9cfe4c3 : Initialize CarWatchdog's UX state during init.
f40e701cc : Pull weekly I/O usage summary metrics from CarService.
720f3eea9 : Add watchdog storage queries to fetch I/O usage summary stats.
4e0115247 : Added more info to car_user_svc_initial_user_info_req event
8d9d7394e : Fixed initial user info in SystemServer and added more tests
3f1dce5dc : Use AtomicFile in CarTelemetryService
c41af964c : Add storing of observed states to power listener
98b6b1b3a : Remove unused actionTakenOnResourceOveruse watchdog daemon AIDL method.
904c2ffa8 : Handle enabling shared user id package when resetting stats.
a927de537 : Add large persistableBundle flag.
ed442dbd4 : Enable bugreport tests and add validity test.
9e39d14a8 : Added modify audio routing permission to shell
d534d597b : Create TimeHalService in CarServices.
daf77d8f4 : Fix include path for system/bt
f233320ae : Fix include path for system/bt
a1df799d9 : Import translations. DO NOT MERGE ANYWHERE
589bcc70e : Import translations. DO NOT MERGE ANYWHERE
2a3a0bf18 : Add missing package to allowlist
913d93c0f : Add ProcessCpuTime stats.
9a6928147 : Delete forceSuspend method
b5f8be762 : Saved initial user info in SystemServer
7813278e4 : Support capturing back key events
ce26113b5 : Add supported suspend types reading
5439e4f86 : Add a Shell permission for CarActivityManager ATS
47cc190fa : Add new directories to README.md
3d2c61608 : Add the remaining tests for InstrumentClusterRenderingService.
a3ad23e67 : Excluding boilerplate code from code coverage
d9a9eff95 : Fixed car audio focus regain type
feebd4055 : Import translations. DO NOT MERGE ANYWHERE
d63cfdf48 : Import translations. DO NOT MERGE ANYWHERE
7c3802e47 : Import translations. DO NOT MERGE ANYWHERE
5cde083c2 : Import translations. DO NOT MERGE ANYWHERE
c8e20e885 : Improve the code coverage for car-admin-ui package.
1373c6230 : Update StatusBar height per design spec
5ad557ad4 : Add tests for generated ClusterState class.
2c973ee5c : Minor changes in com.android.car.test package for code coverage.
6649d921c : Guarantee the system EVS viewer's launch
025b090fc : Correct a logic to request the viewer activity
dfb46e806 : Add display state dependent behaviors
12c537b20 : Push westworld metrics on disk I/O overuse and app killing.
365b49e40 : Split ClusterHomeCallback into ClusterStateListener and ClusterNavigationStateListener. - This is done because ClusterHomeCallback was catering to 2 use cases. - Splitted the registerCallback and unregisterCallback methods as well.
eac7ce301 : Add overuse configuration cache in CarWatchdogService.
1213d3a94 : Notify garage mode and power cycle changes on dameon reconnect.
06421832e : Remove packages marked to be disabled and enable packages on reset.
f43251315 : Add a note to edit automotive_android_manifest.xml in AndroidManifest.xml
c4b4e051c : Improve the code coverage for cluster and cluster.renderer package.
e251d4849 : Add comments about CPMS dump
f20b87e01 : Import translations. DO NOT MERGE ANYWHERE
35e12a5cc : Wait until CPMS handles power state change request in CarServiceTest
97e489462 : Fix typo: add dedicated value for the seekbar track radius
82bf10e6c : Fix SeekBar layout: set height to wrap_content
81a643b84 : (Clean cherry-pick) Add alternate way to get PersistableBundle size.
600e6da23 : Add car_service shell command to control package killable state.
8e474066e : Fix a bug about invalid fd handling.
85c677793 : Watchdog detects multiple resource overuses during consecutive polls.
322682490 : Check both MetricsConfig version for add and remove APIs
b4f2bd494 : Switch car library into use car framework apex
3e282adf0 : [KitchenSink] Add ActivityForegroundStateChanged and AppStartMemoryStateCaptured Tests
2ea2d9333 : Fix include path for system/bt
15549ac18 : Add app foreground/background transition metric.
ff29271b9 : Handle redundant display state change events in CarWatchdogService.
045f1f9a4 : Use PRODUCT_APEX_SYSTEM_SERVER_JARS for car-frameworks-service-module
be87af321 : [RESTRICT AUTOMERGE] Replace Slog with Slogf in telemetry service.
07430134b : Adding all files to CarServiceModule
02de4e2bc : Refactoring DisplayInterface to use UserLifecycleListener
9545cd579 : Set min sdk version of CarServiceModule to current
70d23d675 : Fix flaky test
03982a5bc : Cherrypick from sc-v2-dev: Add more error logging and clean up blueprint files for ScriptExecutor. The cherrypick is clean except for two lines of comments in ScriptExecutor.java
ed721a08a : [RESTRICT AUTOMERGE] Verify StatsdConfig validity before pulling reports.
1f89d9818 : [RESTRICT AUTOMERGE] Remove mLock and use mTelemtryHandler in StatsPublisher
aacd8f0a0 : [RESTRICT AUTOMERGE] Provide affected configs when publishers fail
1acbac8d3 : [RESTRICT AUTOMERGE] Add memInfo to KitchenSink and reorg buttons
a1e26adc9 : Hibernation implementation for CPMS
c4e267b64 : Fix a bug where the locale was not switching properly for user-10.
766a91829 : Fetch today's I/O usage stats collected during previous boot.
a508de3d2 : Fix error prone warnings in WatchdogPerfHandler.
48173b02c : Handle resource overusing apps based on the current UX state.
3e2417016 : Move suspend to SystemStateInterface
75cfcce53 : Fixed testAssignDefaultIcon
f24046192 : Add car framework apex module
e97d95ad3 : Add missing tests for android.car.cluster package.
d6333361e : Remove ndk_platform backend. Use the ndk backend.
3f0dc8b5a : Link internal libraries as static_libs or whole_static_libs.
80b857a0d : Use tryGetService to not block bootup.
8a4627951 : Disables ADAS GNSS bypass for user 0
b3f0f5143 : Renamed DPM.resetNewUserDisclaimer() to acknowledgeNewUserDisclaimer()
9723fe2c1 : [RESTRICT AUTOMERGE] Fix onPublisherFailure test for StatsPublisher
203cbd5e4 : Fix the service request handling
760f20510 : Fixed redundant usage of Settings.getIntForUser().
565831f25 : Removed follwing hidden APIs
7ddab51ef : Introduce CarActivityManager.
65dd34d5c : Remove an unused permission from car service.
3e913879e : Implement LargeParcelable.
8f20bdf89 : Removed content resolver hidden API
e3c51c983 : Fix NPE in Kitchensink sensor page
979f47e04 : Refactored calls to RemoveListCallback.dump()
d02a18fd9 : Import translations. DO NOT MERGE ANYWHERE
35ac95688 : Remove unused references to IVoiceInteractionManagerService
ec716ed8a : Import translations. DO NOT MERGE ANYWHERE
c90217161 : Import translations. DO NOT MERGE ANYWHERE
c57448e2f : Import translations. DO NOT MERGE ANYWHERE
ca9111799 : Add a preventive check to avoid NPE if topTask.topActivity is null.
95f507acb : Refactor Context#startActivityAsUser with ContextHelper#startActivityAsUser.
f058a82de : Temporarily remove Bluetooth HFP BVRA (voice interaction)
b73d27363 : FastPairProvider Advertising initiation
965a3ed60 : FastPairProvider Passkey Response
8469f3374 : [CarTelemetryService] Add memory metrics test to kitchen sink
859a20d3c : Remove blockingPresentations array as it was no longer required.
9d0aa932b : Removed more hidden APIs.
d3a5567b7 : Added SettingsHelper.
90499102e : Replace mShutdownOnFinish flag
b756ff615 : Remove connect, disconnect,and non-public profiles from user service
519f65e56 : Migrate BluetoothDeviceConnectionPolicy to new Bluetooth APIs
da385ab91 : [Stats Publisher] Hook up to stats converter.
5b27f3575 : FastPairGattServer send notification
15594baf4 : Remove WakeupPolicy
97d66caab : Refactor startActivityAsUser() calls with null Bundle.
cfcf3ffe0 : Add support for hibernation
180447dda : Temporary methods for hidden Context / Pending intent calls.
d029800ae : Fixed usage of per-user settins BluetoothProfileInhibitManager on.
900ba4017 : Replaced Settings-per-user API calls from InitialUserSetter
73ae9e1f4 : Fixed call and ringer focus request issue
4583b59f3 : Remove the car-admin-ui-lib dependency from CarService.
901314e6b : Made AssistUtilsHelper non-instantiable.
5b34cce84 : Fix a flaky CarPackageManagerService test.
e5f67a283 : [DataBroker] Remove MetricsConfig after script finishes
74bdc3f79 : Migrate BluetoothProfileInhibitManager to new Bluetooth APIs
d7fe9f6f3 : Migrate Bluetooth CPMS policy to BluetoothPowerPolicy.java
f8caaefc0 : Remove hidden CarBluetoothManager APIs
7d08f1340 : Removed recently added hidden APIs
b8db6a7a0 : Implement builtin methods wrapping IVoiceInteractionManagerService
8e6731b40 : Remove ActivityManagerHelper.createActivityOptions().
7338f07aa : Send metrics config removal request to DataBroker
9778c0623 : Import translations. DO NOT MERGE ANYWHERE
4e4f881a0 : Import translations. DO NOT MERGE ANYWHERE
83d4a4c8b : Import translations. DO NOT MERGE ANYWHERE
0728e327e : Added ActivityManagerHelper.checkComponentPermission.
46f66afdb : Refactored calls of ContentResolver that take in user id
1345dfda0 : Wrapping KeyEvent#setDisplayId in a builtin lib
c58a0ebc2 : Move all the files under frameworks/base/data/etc/car to packages/services/car/data/etc/
f6a34b588 : Temporarily disabled broken test.
1eb8ddd7a : Made KeyguardManagerHelper and LockPatternHelper non-instantiable.
c6e48cd41 : Remove resource usage stats on user delete and cleanup on system startup
1d25500c7 : remove HandlerThread.getThreadHandler() call
8da1fc79e : Add continuation.
c770ab62b : [DataBroker] Implement piping large data to ScriptExecutor
eff2e6193 : Launch continuous blank activity instead of blank presentation.
90459b494 : handle binder cmd directly for ICar
ec6ab6d20 : Limit use of BluetoothProfile profile constants to auto-only profiles
4dbae81bc : Fix Car Bluetooth tests
9b072730d : Split CarServiceHelperService and added Car-frameworks-service-module to car.mk
42bae6687 : Replace startForegroundServiceAsUser() with createContextAsUser().startForegroundService().
3013e0b45 : Moar Slog / Slogf fixes:
d6ed59248 : Removed following hidden APIs
79ef02cf0 : Moved legacy volume and mute receiver to helper
2d63334e4 : FastPairProvider getOwnAddress
7a582a88c : Added module libraries to CarService
30ef9642b : Remove the hidden api, TaskInfo.userId.
81fd56f06 : Reimplement Intent.putExtra(String, IBinder) with the public api.
dd3272318 : Use ActivityManagerHelper.createActivityOptions.
58230cf5d : Semi-final (!?!?!) Slog / Slogf changes:
80b3c9f8d : Import translations. DO NOT MERGE ANYWHERE
328a55a81 : replaced UserHandle Calls
aece977dc : remove Build.* hidden API access
a6ff18128 : Move ActivityTaskManager.INVALID_TASK_ID to the builtin.
84ae9bfa8 : add TraceHelper
4de3e2136 : Switch AppOpsManager hidden api usage into system one.
42643964c : Refactor usage of CarBluetoothService.logd
e937f1e74 : Remove TriConsumer dependency in WatchdogPerfHandler.
74e81b33c : remove hidden ArrayUtils usage
2e77ab4c6 : Make PackageManagerHelper final.
b90d3e60a : Import translations. DO NOT MERGE ANYWHERE
054c970e2 : add package related calls PackageManagerHelper
22681744f : Replaced new UserHandle() by UserHandle.of()
69e8b3f46 : Disable testBlockingActivity_doTemplateActivity_showingDialog_isBlocked
ae1b3889d : Migrate the hidden api usage to Builtin for IActivityManager.
fca0ea6c7 : remove PooledLambda usage
881dc3080 : Add strings for resource overuse notification.
2696df1e6 : Move lockPatternUtils.isSecure() to the car-builtin-lib module.
1dd6825d2 : libbinder: split out PackageManagerNative aidl
1c3c8f443 : Move NotificationHelper and resources to carservice builtin.
c9ba7cd94 : Switch ShellCommand usage into BasicShellCommandHandler
b24538289 : Removed more hidden APIs of UserManager
afb14d7d4 : Ignore test_requestBugreport_cannotRunMultipleBugreports
86406448b : Fix selinux violation around carservice_app
99006928c : Implement builtin methods wrapping PowerManager
c3be88f84 : Implement builtin methods for GarageMode
bf7be38a2 : Moved volume hidden APIs to audio service helper
05544e34b : Wrapped assist utils internal APIs
79a6e8607 : libbinder: split out PackageManagerNative aidl
3e4e44403 : FastPairProvider Advertising initiation
4b2397fad : FastPairProvider Passkey Response
b1c19bb1e : Add driving safety region support with one time bypassing
688c8d342 : Make android.car.builtin visible to cts
f4d80fbfd : Adding tests for callbacks on multiple displays.
239ce4a4e : Created VehicleIgnitionState at the Java layer to match what is defined in the Hal level.
ac5e51887 : Removing CarInputService dependency from Settings.Secure
2677af819 : Use android.hardware.graphics.common-V3-ndk
ebec6109a : Refactor the settings calls that pass user.
00039a4a4 : Added unit test for mockUmGetUserHandles in AndroidMockitoHelper
9fd277a01 : Increasing CustomInputEvent line coverage
9e1bef5a9 : Replace @CorePlatformApi APIs usages in TimeZoneInfoPreferenceController
6d7a27000 : Replace registerReceiverAsUser() with createContextAsUser().registerReceiver().
592f40e52 : Add developer options toggle to control enable/disable Car UI library plugin
9e0d23b67 : Replaced usages of Context.getUserId() by Context.getUser()
e7e1f5b0a : Specify the flags param for registerReceiverForAllUsers() call.
b7c4ec778 : Remember userId to restart the previous Intent when the display is back.
46f17b8a7 : (Clean cherrypick) Add metrics data converters for statsd publisher.
3e7ebf4ed : Stop fixed activity mode when the display is removed.
af8b45686 : Replaced internal resources usage by internal APIs.
b130d5050 : Move the hidden Display/DisplayAddress to DisplayHelper.
7661d5e1b : Specify the flags parameter for registerReceiver() call.
c9e6d0efb : Removed low level binder call. Now CarServiceHelper can depend on android.car so it is not necessary to use low level binder call.
6bd21b19c : Removed following hidden calls
188ac9293 : Specify the flags parameter for registerReceiverAsUser() calls.
3e372f9bc : [RESTRICT AUTOMERGE] Add process memory to StatsPublisher
f2b88c240 : Moved audio attribute usage hidden APIs to audio helper
ff48e4e0d : Adding Rotary tests and performing some clean up
76f14ca88 : Specify the flags parameter for registerReceiver() calls.
2c3d373ce : Filtered audio input devices in KS fragment
49d5b0590 : Deprecated car service audio patch APIs
ad0b5df61 : add CONTROL_APP_BLOCKING permission to ks app.
d7d398675 : Replace SharedPrefs with flat file persistable bundle
abae4e687 : Make KEY_ROTARY_KEY_EVENT_FILTER a public API
f577ef287 : Specify the flags parameter for registerReceiverForAllUsers()
85e5c47bc : Fix shared lib for mainline integration.
398776bc5 : Updated tests to remove UserInfo from CarUserServiceTest and InitialUserSetterTest
3ec2f926a : Removed userinfo from CarUserService and InitialUserSetter
58d1e52c4 : Moved Local log and IndentingPrintWriter from CarService to Car-lib
db455ec6d : Set forgiven bytes to default PerStateBytes object when resetting stats.
77ea676b4 : Fix a test failure CarOccupantZoneServiceTest due to NPE.
a2a3421c7 : Import translations. DO NOT MERGE ANYWHERE
6f5e8a76a : Import translations. DO NOT MERGE ANYWHERE
46e830970 : Import translations. DO NOT MERGE ANYWHERE
118be9b44 : Refactor CarTelemetryService API and tests
63d47ecae : Remove Surround View from packages/services/Car/cpp
7db286b3d : Split ExperimentalCarUserService from CarUserService.
f05816722 : Fixed bindServiceAsUser() call.
d2e09a8f8 : [RESTRICT AUTOMERGE] Fail StatsPublisher if StatsD is not available
2b86c2060 : [RESTRICT AUTOMERGE] Add notifying CarTelemetrydPublisher failures
ed0c755bd : Making CarInputManager full system API
d12259317 : Removing dependency from BackgroundThread
98de1055b : [LSC] Add LOCAL_LICENSE_KINDS to packages/services/Car
87d06a218 : Some small fixes in CarDevicePolicyService.
0efc154f6 : Implement on_script_finished ScriptExecutor API.
c0811397a : Move 3D car model related properties to car model config xml
6a68522f2 : Remove play/pause keyevent from auto mute
5f8779525 : Move all car telemetry related work to a single worker thread
0ecfc1910 : Import translations. DO NOT MERGE ANYWHERE
01f0aa8e1 : Add pngs images for validity masks to mock-evs
e0dcb130f : Add largeParcelable c++ library.
38e775a80 : Fix broken ScriptExecutor tests.
275fcec22 : Replaces Bundle usage in ScriptExecutor with PersistableBundle.
c9fc974fa : CarService should fetch vendor package prefixes from watchdog daemon
aee744eb0 : Handle negative speed cases in UxRestrictions
ab988009e : computepipe aidl: use versions for imports
5c1676b15 : Fix GuardedBy warnings in com.android.car
24edb035f : Removed audio request results hidden API annotation
5955e2abd : Adding unit tests for CarArgumentMatchersTest
d5c804a1d : Remove ndk_platform backend. Use the ndk backend.
10864d242 : Used car built in API for patch
d8ca330a1 : Make GlRenderer and displayHandler thread safe
e5ee6e9ff : Split the DisplayHandler to seperately handle GL Rendering and EvsDisplay
f6c51f56e : Added car audio service built in helper
e6be21515 : Fix GuardedBy warnings in com.android.car.bluetooth
b29303599 : Fix GuardedBy warnings in com.android.car.storagemonitoring
c79dd959c : Add runOnMainSyncDelayed in CarServiceUtils
f1b4e43c2 : [MetricsConfig Store] implement flat file store
77184eb48 : Add periodically pulling data from StatsD
3f2286230 : Revert "Merge "Add periodically pulling data from StatsD" into sc-v2-dev am: 44fac01fe5 am: 741eb8a50c"
5f1ca17d1 : Fix GuardedBy warnings in CarPropertyService
01edf2f00 : Import translations. DO NOT MERGE ANYWHERE
18411a1be : Fix GuardedBy warnings in com.android.car.evs
7853f6fdd : Fix GuardedBy warnings in com.android.car.garagemode
fc24f5f4d : Fix GuardedBy warnings in com.android.car.watchdog
e415c5014 : Add space after parameter comments in the CarWatchdogServiceUnitTest.
e5aa0c1c9 : Integrate WatchdogStorage module with CarWatchdogService.
408632c7b : Add Inline access to PermissionChecker.PERMISSION_GRANTED in AppFocusService. - Also add a unit-test to ensure that both values are same.
7b2f2acdc : Clean up CarService JNI library
c585e6ca3 : Creates separate package for ScriptExecutor.
9f1c0f494 : Adding both Car and regular MONITOR_INPUT permission for requestInputEventCapture
939c85807 : Fix GuardedBy warnings in com.android.car.hal
c9c9652ba : Remove android.car.module
46cadae60 : Move FactoryResetActivity & NewUserDisclaimerActivity out of carService.
a52892a2d : enable background dexopt for auto
5d3e36821 : Add removing subscriber from StatsPublisher
5feb3831c : Persist I/O usage state to the local database in CarWatchdogService.
c5b6f83c3 : Persist user package settings to a local database in CarWatchdogService.
fceae9c16 : Fixed cmd car_service create-user to keep backward compatibility.
673d88aad : Fix GuardedBy warnings in com.android.car.cluster
c2198faa6 : Removed UserManagerHelper.getUserIdFromUid()
3dc3ff1af : Migrate usage of BluetoothAdapter#getDefaultAdapter to BluetoothManager#GetAdapter
00c396cee : Add MCM#dispatchMediaKeyEvent
16071773c : DO NOT MERGE [LSC] Add LOCAL_LICENSE_KINDS to packages/services/Car
e284d7991 : Remove ui_default_package from Car Telecomm overlay
0e144ab0c : Add unit tests to CarProjectionManager class
ab8e11d96 : Fix bugs with camera order
5dc2295fd : Fix crash when accessing developer options.
5d40f5a4c : Fix GuardedBy warnings in com.android.car.power
789a90f86 : Use png static images as inputs for MockEVS Cameras
c07328c05 : Added unit test class for ProcessInfo.
4b05be03e : Pass ResultStore to DataBroker and store interim script results
d06a82960 : Reducing wait time for testRegisterUnregisterSpecificApp negative cases
516982587 : Fix GuardedBy warnings in com.android.car.pm
f7e7ecee4 : Deprecate CarInfoManager and EvConnectorType in T
34a462674 : Fix GuardedBy warnings in com.android.car.audio
e2a0bf3d5 : Fixed remaining hidden APIs of CarAPI
442c03d31 : Update for SharedMemory.fromFileDesciptor renaming
a4e9e2624 : Removed BindServiceAsUser from CarAPI
d536fa000 : Add an optional user lib in Android.bp
64c875f26 : Post fetch/sync resource overuse configs on daemon connect.
d43941ff1 : remove AtomicFile related hidden APIs
eaf7cd567 : remove SystemProperties / CarProperties hidden API usage
94896babc : Fixed API issues for car audio manager
e11c60082 : Add external rendering to SV3D
9fb38bd3c : Removed userInfo from ICarServiceHelper
b09fb2448 : Import translations. DO NOT MERGE ANYWHERE
c53f73140 : Import translations. DO NOT MERGE ANYWHERE
691173202 : Import translations. DO NOT MERGE ANYWHERE
39c4e9997 : Import translations. DO NOT MERGE ANYWHERE
35ac2960c : Import translations. DO NOT MERGE ANYWHERE
5cb50e2d8 : Removed UserInfo from ICarSystemServerClient
f0d966f39 : Removed UserInfo from UserCreationResult
836247368 : Removed userinfo from ICarUserService
076e8308d : Partially revert "car stack hidden api removal"
c83a8e528 : Moving CarTestManager into android.car
c89974817 : Replace handler.sendMessage* with handler.post* methods in CarWatchdogService.
7441c6079 : Make ICarTelemetry aidl stable
0158edcd1 : Clean up CarActivityView related codes from CarUxRestrictionsManager.
745f0d94c : Replaced UserManager.get call as it is a hidden call
0ce0ea52a : Refactor of the RRO structure
4d4ef44cf : Remove ndk_platform backend. Use the ndk backend.
3bce4e7f5 : Bluetooth ACVRCP property
a3c3de92b : Removed hidden callstate annotation from car audio
8a1cdc8e0 : Exposed API used by multi-user-helper as @TestApi
b6c1eb122 : Convert CarPackageManagerTest assertions to use Truth
47ec8f57c : Moved Userlib classes to CarAPI
cf20c537b : Returns propertyConfig if app has write permission
9ad73e5e6 : Exclude the boilerplate code from the code coverage report
221a1fe4d : Remove continuation at the end of last line
66f2aecf3 : Moved Userlib classes to CarService
6feeb53cc : Removed hidden APIs from car projection code
4071b6597 : Replaced usages of UserHandle.getUserId(uid) on CarService.
a7aaec202 : Replaced core AndroidAsync with local car-lib AndroidAsync
fece2f8d5 : More hidden API removal
2e63e1aa0 : Remove unused CrashTracker inside CarServiceImpl
c1ba80565 : car stack hidden api removal
2be7dcb0d : Revert "Create a separate package for ScriptExecutor. DO NOT MERGE"
40f71a27f : Import translations. DO NOT MERGE ANYWHERE
0e583f964 : Import translations. DO NOT MERGE ANYWHERE
e500505cc : Import translations. DO NOT MERGE ANYWHERE
7b334a431 : More hidden API removal
e95728e8b : Adding InputManagerHelper builtin car lib
1fd5b1759 : Migrate priority based APIs to connection policy based APIs
7a439441b : Removed IActivityManager dependency from InitialUserSetter.
76e290143 : carservice refactoring for mainline
5a447f8f4 : Replaced IResultReceiver with ICarResultReceiver
cdb6e61da : Import translations. DO NOT MERGE ANYWHERE
be30e9390 : Import translations. DO NOT MERGE ANYWHERE
ae3c3297b : Import translations. DO NOT MERGE ANYWHERE
85eb32c42 : Import translations. DO NOT MERGE ANYWHERE
8f09f660f : Remove @hide from VEHICLE_SPEED_DISPLAY_UNITS.
294e3a54f : Migrate the hidden api ActivityOptions constructor to CarBuiltin.
76c57a29f : Use builtin for Slogf
35681495b : [LSC] Add LOCAL_LICENSE_KINDS to packages/services/Car
cf2fc8167 : Inlined ActivityManager.USER_OP_ constants.
31b01580d : deprecate / remove libcarpowermanager
dc7e9a9f2 : add java_sdk_library for builtin and android.car
925bc5b8c : Ignore only problematic tests
7f8641e0e : Update nav bar to new and 15 inch specs
bf6bd03af : Remove FlakyTest from CarNavigationManagerTest.testSendEvent.
afc575240 : Fix the crash in CarNavigationManagerTest.testSendEvent.
851931b97 : Remove dependency on InputDevice
fb9b35246 : Remove ndk_platform backend. Use the ndk backend.
9f94f71ec : Merged com.android.car.internal.system into android.car
fca58539b : Expand android.module build for better hidden api check
409478d9d : Move ActivityBlockingActivity & ContinuousBlankActivity out of the CarService-Builtin code.
37c2fa065 : Import translations. DO NOT MERGE ANYWHERE
1bc980ab6 : Import translations. DO NOT MERGE ANYWHERE
b9e141344 : add copy of AnnotationValidations
40e85880c : Add Update3dSurroundViewExternal() to core_lib with quat+trans
1d54eb4a7 : Remove ndk_platform backend. Use the ndk backend.
51773dfd7 : Split car service into two
07305f747 : Fix failing unit tests com.android.car.UtilsTest#testTransitionLogToString
14b5caebc : Revert "Revert "Add valid cameras and frames for MockEVS""
ea1165fed : Change user type for com.android.pacprocessor and com.android.proxyhandler
61f09b4d3 : Change user type for com.android.pacprocessor and com.android.proxyhandler
06639932c : Fixed car api version and related utilities
45a33f79d : Adding Quick Controls Viewer
455c36542 : Revert "Don't crash CarPropertyService is property is not AVAILABLE."
8300889a9 : Ignore min/max SampleRate for static properties
d047a477e : Replaced IResultReceiver
a62f0ea77 : Converted android.car dependency into android.car-system-stubs
64a01aace : Add missing release and return buffer for Surround View Library
839126a1d : Removed Some IActivityManager calls and added new calls in CarBuiltInAPI
2b249ced3 : add car library's own DataClass
8d0699f72 : Move BlockingActivity related Intent extras to CarPackageManager
26d3eea4f : Introduce the builtin library KeyguardManagerHelper.
3143bbbcf : Deleting already deprecated CarInputHandlingService
6c1549a4f : Remove SettingsLib from CarService.
cc8f12088 : Introduce BrightnessUtils into CarService.
ae39f8abd : Update some component owners
786dc42aa : Converted android.car dependency into android.car-system-stubs
d532168cb : Converted android.car dependency into android.car-system-stubs
5bdb17e57 : Revert "Add valid cameras and frames for MockEVS"
d563421fe : car lib / car service components with module API only
a3aee799f : Import translations. DO NOT MERGE ANYWHERE
040fdfd5c : Import translations. DO NOT MERGE ANYWHERE
fdda24729 : Import translations. DO NOT MERGE ANYWHERE
2fdb5e5e5 : Revert "car lib / car service components with module API only"
3a79e7357 : add ServiceManagerHelper to buiilt-in
d4af707df : Created Slogf in CarBuiltInAPI
1b2666c5e : car lib / car service components with module API only
d018cf021 : Split SurroundViewServiceCallback into DisplayHandler and SurroundViewCallback
e92853288 : Add valid cameras and frames for MockEVS
be58b6ea2 : Removed unnecessary libraries
83f1d6250 : Create TimingsTraceLog in CarBuiltInAPI
d6f619682 : Move all permission check calls to CarServiceUtils.
77284e846 : Replace android util Slog to builtIn Slog
a9bf9b8c0 : Migrate legacy static RROs to new approach
ba40e3276 : Adding security tests for ClusterHomeManager
005bdf5af : Use VHAL debug interface.
b48cd3eeb : Remove VehicleHalTest rule.
c7877f5fa : Remove useage of --no-docs flag to metalava
2f72402a8 : Remove useage of --no-docs flag to metalava
1b03af717 : Import translations. DO NOT MERGE ANYWHERE
fca3679e2 : Remove useage of --no-docs flag to metalava
b74c2a563 : Import translations. DO NOT MERGE ANYWHERE
3327aa0da : Import translations. DO NOT MERGE ANYWHERE
9944b2b4c : Import translations. DO NOT MERGE ANYWHERE
dda4ef082 : remove vehicle hal access from system_app
33e912201 : Improving RotaryEvent and CustomInputEvent test coverage
ef8dbbbdd : Fix for a flaky test.
a539f8140 : Add an xml config param to use MockEVS for SurroundViewService
7ee87ec1f : Add a cc_library for MockEVS
228ae5ce7 : Fixed import order (Code cleanup)
bbdf05bf4 : Import translations. DO NOT MERGE ANYWHERE
099982d9f : Library-lizing the Surround View service
58b05d133 : Import translations. DO NOT MERGE ANYWHERE
045c77cff : Add missing tests in FixedActivityService.
704dac76e : Add unit tests for CarNightServiceTest
9807b3fff : Handle multiple activity instances in the TemplatetActivity dialog detection logic.
becf2aa40 : Post VehicleHal event injection to the right HandlerThread
c3c1f5c54 : Add a test ClusterHomeServiceUnitTest#occupantZoneConfigChangeRestartsFixedActivityInNewDisplay.
de1ef7e91 : Debugging improvements on CarMediaService.
548bcfcb1 : Prevent disabling of certain toggle buttons
b481e7685 : Complete the implementation for preventing templated activities from displaying custom dialogs.
9143663e5 : Enable CarSafetyAccessibilityService from CarInputService on user switch.
4bbdeb50f : Add custom seek bar for fan speed
07fb00d70 : Add directory for security tools.
29e46d599 : Add capability in CarPackageManagerService to block the templated activities from displaying custom dialogs.
b44f22e3d : Import translations. DO NOT MERGE ANYWHERE
c0a732c94 : Import translations. DO NOT MERGE ANYWHERE
1c04d98d5 : Import translations. DO NOT MERGE ANYWHERE
f65800f6f : Import translations. DO NOT MERGE ANYWHERE
d0915a93a : Import translations. DO NOT MERGE ANYWHERE
9f6d25e1e : Import translations. DO NOT MERGE ANYWHERE
9d751db62 : Import translations. DO NOT MERGE ANYWHERE
e17c08477 : Import translations. DO NOT MERGE ANYWHERE
202eedd6a : Import translations. DO NOT MERGE ANYWHERE
d457397f8 : Import translations. DO NOT MERGE ANYWHERE
59e9319e6 : Import translations. DO NOT MERGE ANYWHERE
1abee12ee : Import translations. DO NOT MERGE ANYWHERE
4d88f74c5 : Import translations. DO NOT MERGE ANYWHERE
1782fce0b : add android.car.builtin
faae00855 : Clean up Car UserHalService
ef6efc3ee : Add LargeParcelable
0a96e16aa : Remove libandroid_runtime dependency from carservicejni
04ff55cc3 : New helpers: AndroidMockitoHelper.[run|call]On[Main|Ui]Thread()
4d48a01d7 : Update hvac layout based on latest mocks/icons
bfb447264 : Fix template layout used to show ongoing call on audio control bar
f214c5bb0 : Import translations. DO NOT MERGE ANYWHERE
e29930bf6 : Import translations. DO NOT MERGE ANYWHERE
bc883e2e8 : Import translations. DO NOT MERGE ANYWHERE
592764778 : Import translations. DO NOT MERGE ANYWHERE
76fa6335f : Add CarShell command to update 3p app I/O overuse foreground thresholds
9e73b18f3 : Add initial CarLauncher RRO for audio control bar
a691dcb78 : Remove InputTestFragment and VehicleHalFragment.
6c0769614 : Remove quick settings entry
3c88881be : Add more VehicleHalTest.
2b1831f2f : Adjust padding in content frame to follow mocks
b9f8dc0e5 : Allow CarEvsService to invoke EvsCameraActivity.
4eaee7c74 : Move EvsView to the system window.
ec47d8342 : Revert "Enable rear view camera via gear / broadcast"
da52ffe77 : Import translations. DO NOT MERGE ANYWHERE
bc4d9e4ca : Import translations. DO NOT MERGE ANYWHERE
0624a06eb : Import translations. DO NOT MERGE ANYWHERE
449686f77 : Import translations. DO NOT MERGE ANYWHERE
153d8946d : Revert "Make visual updates to RVC"
be686b1b7 : Improve VmsHalServiceTest.
1cafde084 : Improve CarPowerManagementTest.
f350f82d8 : Improve InputHalServiceTest.
dc11a61b5 : Improve EvsHalServiceTest.
b3bbba4c3 : Improve UserHalServiceTest.
fe523f787 : Add declaration for exceptions thrown by VHAL.
25187857b : Improve CarDiagnosticManagerTest.
968671a49 : Fix reading of config.ini and make folders not hidden
32249b27c : Import translations. DO NOT MERGE ANYWHERE
96bc4e57a : Import translations. DO NOT MERGE ANYWHERE
ea9ce91f8 : Improve ClusterHomeMangerTest.
82f5f7a02 : Improve CarPropertyManagerTest.
a8d88c96d : Add car api version and related utilities
b1077e052 : Make sure that car launcher is up and running for all the ActivityBlockingActivity tests.
f8eb08b41 : Add missing 'package' to ResourceOveruseStats.aidl
9f38af180 : Removing haydengomes from owners files
1da62e05e : Update export emu script for car_ui_portrait
b2768f7e6 : Update hvac based on latest changes
24fb88d6f : Include CarNotification app in car_ui_portrait
7d87b251a : Import translations. DO NOT MERGE ANYWHERE
566801d48 : Import translations. DO NOT MERGE ANYWHERE
df3dc3675 : Import translations. DO NOT MERGE ANYWHERE
b3ff99e03 : Import translations. DO NOT MERGE ANYWHERE
0ad1f91e3 : Import translations. DO NOT MERGE ANYWHERE
13b3e9ee7 : Initialize CarUiPortraitNotificationRRO with initial message HUNs
59ad6faa5 : Import translations. DO NOT MERGE ANYWHERE
4957ab535 : Import translations. DO NOT MERGE ANYWHERE
872efa2f1 : Update icons based on new design
327420726 : Implement header bar for hvac panel
70f599780 : Add HVAC icons
01ee7305d : Remove reference ui RROs from exclusion list
eff2836cd : Change CarUserManager#create(name, userType, flags) to a private method.
6022d6de4 : Correct handling of pre_eol_info and lifetime
6d538c1a7 : Removed ENABLE_DELAYED_AUDIO_FOCUS
e2ea2fd63 : Remove rotary apps
5bf3c960e : Create CarUiPortraitSettings
013e4d89b : Remove car-lib use of removed_dex_filename
6d91b9abd : Update hvac layout
a6f4c9211 : Style fixes for Display related code in AAOS framework service.
4c8dd3088 : Import translations. DO NOT MERGE ANYWHERE
86fe941d6 : Update the RRO for CarLauncher
091ec0e54 : Add BluetoothConnectPermissionChecker to Kitchen Sink app.
7555256c0 : Import translations. DO NOT MERGE ANYWHERE
702a4b0ac : Remove dispatching on main thread from the CarUserNoticeService code.
8ca9b1824 : Remove the dispatching on main thread from the CarMediaService code.
c86d539c8 : Remove dispatching on main thread from the car display & input related code wherever possible.
79f061c11 : Remove dispatching on the main thread from the car bluetooth related code.
eef02818b : Fix nav bar overlay
f896251fa : Update status bar (top) for RB specs
8f37ec5cb : Set up nav bar (unselected buttons and temp views)
870ff5947 : Import translations. DO NOT MERGE ANYWHERE
78f7455a4 : Add a common handlerthread meant to be used for running tasks across the car service.
bd67cb741 : Update the emulators screen size to latest specs.
c73ac1b0c : Configure notifications to show on bottom
3c80e6034 : Import translations. DO NOT MERGE ANYWHERE
01b5bf794 : Import translations. DO NOT MERGE ANYWHERE
12995d7a1 : Import translations. DO NOT MERGE ANYWHERE
86c7f53ed : Remove CarUserManager#onGuestCreated method.
f4c25fce9 : [LSC] Add LOCAL_LICENSE_KINDS to packages/services/Car
f5b3a846f : Make visual updates to RVC
53ce7ee8f : Enable rear view camera via gear / broadcast
50b017e82 : Configure SampleRearViewCamera for emulator targets
ed1356e08 : Add back support for a test API to make tests run on Androind Q
e13962273 : Use custom policy provider for automotive reference design
fd1f91ed4 : Create separate APIs for result and error in CarTelemetryServiceListener
15c58d109 : Enable two column layout for dialer
e6ed860cd : Fix a procedure to stop a video stream
d314fae04 : Add RRO for two column settings
383708f7c : Add pushing CarData to the ICarDataListener
043c279f9 : Create base files for CarPortraitUiSystemUI
c5645d6a4 : Add rro for base layouts
b8b037391 : Add README for car-lib and tests
204feed0c : Fix the errorprone warnings in the car display related code.
89e070141 : Set up media RRO
dc4af15dc : Update system bar heights per spec
98719d45f : Prevent IME from hiding nav bar
fee4ab131 : Add car ui portrait ini file in common place
16d571374 : Add the remaining CarTelemetryManager API
3a09eb854 : Fix lint warnings in CarOccupantZoneService.
2d06809e1 : Introduce internal APIs between CarTelemetryService and ScriptExecutor service.
c5ad2f781 : Import translations. DO NOT MERGE ANYWHERE
838581b4d : Update default display ID for EVS app
449b2b2b2 : Add sampleclientinternal for ICarTelemetryInternal
3f0f8679e : Import translations. DO NOT MERGE ANYWHERE
3109088bd : Import translations. DO NOT MERGE ANYWHERE
308c9e667 : Import translations. DO NOT MERGE ANYWHERE
00fd05fb2 : Import translations. DO NOT MERGE ANYWHERE
b1a683ef4 : Import translations. DO NOT MERGE ANYWHERE
1c70788db : Import translations. DO NOT MERGE ANYWHERE
f73bb9e06 : Add permissions to CarShell package
36e7d874c : Creates the EVS service context
642ae076b : Update CarEvsCameraPreviewApp
f2c819ce9 : Implement isSupported() method
953c0fc97 : Implement CarEvsService state machine
cf77ce93c : Add CarEvsCameraPreviewApp
522f85551 : Add CarEvsManagerTest
ea1e7dd59 : Implements CarEvsService
ef59e9464 : Modify CarEvsManager APIs
4fdb82de1 : Migrate from libbinder to libbinder_ndk
5fd4632c3 : Adds support for buffer caching to sv2d
445b5906e : Import translations. DO NOT MERGE ANYWHERE
68a5442ae : Change RingBuffer API and add thread safety
d1f2b11c2 : Add selinux policy for ICarTelemetryInternal
bccefe9a9 : Create CarTelemetryManager
55232ef87 : Import translations. DO NOT MERGE ANYWHERE
1b29c7a4c : Import translations. DO NOT MERGE ANYWHERE
6a374f9d7 : Import translations. DO NOT MERGE ANYWHERE
f7e53b5ca : Import translations. DO NOT MERGE ANYWHERE
389175260 : Import translations. DO NOT MERGE ANYWHERE
019a5d9cb : Make the code python3 compatible
12479933f : Fix getter for mixed properties
666d9ea36 : [LSC] Add LOCAL_LICENSE_KINDS to packages/services/Car
31af79f64 : Implement setListener/clearListener internal API
31deda51f : Replaced Slog by Slogf on PerUserCarService.java
fe60c1415 : Initialize ICarTelemetryInternal class.
a5157420f : Import translations. DO NOT MERGE ANYWHERE
645bb13f8 : Import translations. DO NOT MERGE ANYWHERE
d1fba5103 : Don't crash CarPropertyService is property is not AVAILABLE.
3df139535 : 3D optimization for Surround View
749ad7caa : Add RemoteProvisioner to package allowlist for AAOS
d7371f83c : Updated CarShell AndroidManifest to support collecting steering and tire pressure information in ATS CarDeviceInfo.
7e4845c8b : Return/notify a power policy containing all components' state in CPMS
022c1696a : Import translations. DO NOT MERGE ANYWHERE
2120007dd : [LSC] Add LOCAL_LICENSE_KINDS to packages/services/Car
4f9f3b013 : Use libbinder_ndk as dep on test evs_app
ce974adcf : Initialize ring buffer for incoming CarData.
4097eeae0 : Initialize basic tests
9090407f4 : Introduces CarEvsStatus
4e6317808 : Import translations. DO NOT MERGE ANYWHERE
8e1ecb6ac : Import translations. DO NOT MERGE ANYWHERE
e4fb5d54d : Initialize cartelemetrylogs service.
46b43536d : Add CarWatchdogManager APIs for I/O overuse usescases.
392b74ddf : Mock BluetoothAdapter and fake Settings in Bluetooth car unit tests
8bba08dbf : Add SystemAPI annotations to individual CarWatchdogManager methods.
8d8defc93 : Add APIs to request EVS services manually
d56d5d9ac : [LSC] Add LOCAL_LICENSE_KINDS to packages/services/Car
63e62bedd : Use car-specific activity resolver
d8685020d : MapMceTestFragment pending intents
3c15c9fa3 : [LSC] Add LOCAL_LICENSE_KINDS to packages/services/Car
d38a3edfd : Exits when it loses the display
e22259832 : Allows to own the display exclusively
9ff3d10fc : Fixes bugs in EVS manager
55c6eba87 : Adds display configurations
d923a0657 : Add mute pending intent message to Kitchen Sink App
7b3ac45bc : Allow for configurable eMMC wear file paths
0259f04a0 : Updates selinux rules
2cfb38ec1 : Defines a buffer descriptor for CarEvsService
0cb69c8f7 : Introduces CarEvsManager
809b8e0eb : Import translations. DO NOT MERGE ANYWHERE
6ac89e730 : Revert "Use car-specific activity resolver"
27923c6af : Use car-specific activity resolver
c8f4e3e8c : Increase the maximum number of connected audio devices to 5
11f792a9d : [NetworkPreferecesApp] Integrate with PANS
b037c2edf : [NetworkPreferencesApp] Step 8: BOOT_COMPLETE svc
1455e130d : Establish a trivial CarTelemetryService.
a78fdef4b : Configure automotive Bluetooth to allow 1 audio device by default
79ed49447 : [NetworkPreferenceApp] Step 3. Integrate with DDF
6d70f6ef8 : [NetworkPreferencesApp] Removing default flag.
4270c0634 : Improve TAG for logging in CarService
3ffb8c7ad : Revert "Activity allowlist/denylist creation on demand for CarPackageManager"
42f610ee7 : [NetworkPreferencesApp] Step 2: Create config
438fbf545 : Activity allowlist/denylist creation on demand for CarPackageManager
bd78cd983 : Stop background users ASAP at Garage mode exit
a161a2679 : Support system power policy in carpowerpolicyd
72d45bd6e : Update onSubscriptionOverride to take in networkTypes
a92355182 : Use IndentingPrintWriter and printf on BT car service dump() methods
56f51233a : fix null pointer in CarLocationService
8bfc7e210 : Default power policy is not applicable for deep sleep or shutdown start
f70664e6b : Fully qualify namespaces for `using` and `namespace` statements.
cd5bca67a : Rename PackageNameResolver to PackageInfoResolver.
5ec463f48 : Update watchdog daemon to fetch package infos from service.
7ab98c31f : Fetch package info from package manager in CarWatchdogService.
fa7226408 : Add watchdog service AIDL interface to resolve app UIDs.
76f718600 : Categorize sysprop header file as android repo header in .clang-format
70c9ae19f : Improve getPropertyList API in CarPropertyManager
7455ac40a : Step 1: Polishing initial implementation
23a40a922 : Implement display/voice interaction mediator
f7802f6ff : Pass `--hide-package com.android.internal` flag to metalava
2dbccbe16 : Improved request ID logging for UserHal metrics
d8b178683 : Add ClusterHalService.
ddddd077d : NPE issue in CarRateFloatListeners
263218f0f : Allows to use device-specific EVS configurations
14a61f57e : Connecting audio focus changes to CarDucking
bb8da9deb : Introducing CarDucking class
d79dbaccb : Adding utility methods for determining what to duck
85eaac5d0 : Extacting getUniqueContextsForUsages to reuse for ducking
3dcc0aad1 : Add getAudioFocusHolders to CarAudioFocus
ef054169c : Deprecating Car connection type (method and constant)
75b5167f0 : Wait until CarPowerPolicyChangeListener.onPolicyChanged is called
bc3150824 : Improve CarDeveloperOptions dashboard UI
ba7992bad : Mark CarDevicePolicyManagerTest.testLockNow_unsafe flaky.
95747c475 : EVS: Fixes Evs Manager VirtualCamera::deliverFrame for multiple streams
2bdc91ac0 : Factor out ClusterNavigationService from InstrumentClusterService.
69fe337c1 : Add service intent action used by apps to locate the template renderer.

+- Project: platform/packages/services/Iwlan

adc4d71 : Handle unexpected payload on IkeSessionConnectionInfoChanged
4293ec5 : EpdgTunnelManager: Handle IAE on applying transforms
e3c8622 : Add test cases of tunnel opened for EpdgTunnelManager
d103660 : Update default retry policy for IKE_AUTH error 24
9bfcab1 : Report NETWORK_FAILURE when PDN setup failed without error cause
5cc49e0 : Turn on IKE_OPTION_REKEY_MOBILITY
ad05553 : DEVICE_IDENTITY: Get IMEI for subID instead of slotID
a5e1cc2 : Block the setup call request when the Nai is null
07c9b35 : Correct the response for setup request with existing apn
29d20d9 : Iwlan: update OWNERS file
d10bb68 : Serialize access to tunnel cfg on IKE session opened
3887ff3 : Add null check for mNetwork update
524c548 : Close pending requests on tunnel bringdown request
dec64d5 : Serialize access to TunnelConfig on session closed
5066192 : Set NetworkType UNKNOWN if Not Camped/Registered
1522974 : Update the iwlan code for IKE error report changes
39f34ae : EpdgTunnelManagerTest: Use TestLooper for TmHandler
ba2f271 : Access tunnel iface name after TRANSFORM_CREATED
801bf7b : [EpdgTunnelManager] Handler: use sendMessage()
fb30f13 : Re-register content observer when sub id changed
788a6ec : Correct the logic for updating mNetwork
76f07f7 : Correct the logic for updating mNetwork
42f873a : [Iwlan] avoid processing setup data call request simultaneously
8dbd67e : Support VoWiFi for IPv6 only WiFi AP
89789cd : [Iwlan] Support EAP-AKA fast reauth
f523f4b : [Iwlan] Add support for VisitedCountry FQDN
c9dad18 : Support VoWiFi for IPv6 only WiFi AP
46ca81d : [Iwlan] Add support for VisitedCountry FQDN
4cbf606 : Revert "[Iwlan] Support EAP-AKA fast reauth"
8a9fa22 : Revert "[Iwlan] Backup calling on Opportunistic data."
8d9a2ad : [Iwlan] Support EAP-AKA fast reauth
14baf4c : [Iwlan] Backup calling on Opportunistic data.
d620dff : Update DataProfileInfo usages
9033f68 : [Iwlan] Add null check for the cellinfo List
4b70bb3 : [Iwlan] DNS prefetching when cellinfo changed
121da6b : NaptrDnsResolver interface and implementation
714157d : SrvDnsResolver interface and implementation
ff33cc8 : [Iwlan] Add null check for the cellinfo List
9f93fd3 : Update DataProfileInfo usages
fa00896 : [Iwlan] DNS prefetching when cellinfo changed
88a7a17 : EpdgTunnelMgr: Support IMEI signaling
40bfae7 : EpdgTunnelMgr: INITIAL_CONTACT in IkeSessionParams
123a81a : Update Iwlan package OWNERS file
75cc195 : Update Iwlan package OWNERS file
03468b0 : Enhance the detection of international roaming
b5c160d : Enhance the detection of international roaming
af3e355 : Revert "[iwlan] auto gen bugreport for Iwlan bringup error"
a35170f : [iwlan] auto gen bugreport for Iwlan bringup error
2da46a5 : [Iwlan] Call result.complete when receiving error code from DnsResolver
4b8adcb : [Iwlan] Use DNSResolver for FQDN
edd69e9 : Rename onClosedWithException to avoid conflict
5e08b9f : registerEvents should point to different obj
911e970 : [iwlan]fix potential race condition in NW callback
25057dc : Close IpSec interface after tunnel closed
991be01 : Add Airplane mode to manifest

+- Project: platform/packages/services/Mms

2bfc10a : Populate carrier id in anomaly reports.
325458c : Add attribution tag to MMS Service
74bec54 : Return new and more detailed connection failure result codes
6e2ecfb : Reset an MMS HTTP client when a network disconnects or is suspended
c13b57a : Fast-fail when enabledMMS config is not true
9aec9a1 : Fast-fail when enabledMMS config is not true
c93888f : Fix the logic for handling network status change

+- Project: platform/packages/services/Mtp

5d827f2 : add post_notification permission to manifest so the package can send notifications on T+
9502a0d : Convert perf_tests/Android.mk to Android.bp
c1a3a27 : Convert tests/Android.mk to Android.bp

+- Project: platform/packages/services/Telecomm

b7735b3b2 : Fix telecom UI elements
b02650539 : Import translations. DO NOT MERGE ANYWHERE
25f47b3ba : Import translations. DO NOT MERGE ANYWHERE
5a2d8b5e8 : Use STREAM_VOICE_CALL when device connected to le BT device or hearing aid device to play tones get from ToneGenerator.
aa659666f : add logging to Telecom for dsds no call pref bug
a1c3855e7 : add enforcement on getOwnSelfManagedPhoneAccounts
cba16c6f3 : Change the call manager listeners to an array to enforce order where classes rely on the values from others.
038ebc104 : Handle disconnection and connection for LE Audio devices
e17822670 : Fix issue where expectedListenerUpdate is not stable on test runs.
b82eac229 : Import translations. DO NOT MERGE ANYWHERE
f2ada0357 : Import translations. DO NOT MERGE ANYWHERE
0405bd349 : Use setCommunicationDevice to connect hearing aid BT devices.
bc00c3186 : Ensure correct audio mode is used for conferences.
713114951 : Remove usage of deprecated setting VIBRATE_WHEN_RINGING
6119b5c3a : Remove verification of native method in InCallTonePlayerTest.
457f356bf : Implement gathering missed information about ringing.
472077cfe : fix log spewing coming from Telecom#LogUtils
b82358039 : Import translations. DO NOT MERGE ANYWHERE
e3843193b : Import translations. DO NOT MERGE ANYWHERE
1a81d95e6 : Import translations. DO NOT MERGE ANYWHERE
e2727b238 : Import translations. DO NOT MERGE ANYWHERE
0bcde47f3 : Fix broken tests related to communication device
c3ea07833 : Fix issue where InCallTonePlayer could fail to stop ringback.
ed542ea4b : Suppress state changes in CallAudioManager when state doesn't change.
5e44e565a : clearCommunicationDevice only when necessary
189e4460b : Fix Telecom vibrator issue.
d25baf7e4 : Connection Service Wrapper does not update the connection attributes when the connection manager changed it.
026d702da : Use STREAM_VOICE_CALL to play ringback when the active bluetooth device is hearing aid device or LE audio device.
89c590639 : Add telecom log marking shell command.
472cd76ce : Change to use API AudioManager.setCommunicationDevice to toggle speaker on/off.
7885ebc99 : BluetoothLeAudio: Fix missing group id for device.
ccb1e1408 : Import translations. DO NOT MERGE ANYWHERE
bcd75f0a5 : Import translations. DO NOT MERGE ANYWHERE
3b35ab2d1 : Import translations. DO NOT MERGE ANYWHERE
3941192ae : Fix speakerphone logic when connecting/disconnecting dock.
54d85c4bd : InCallTonePlayer concurrency improvements.
6775bdf21 : Add phone account into missed call broadcast
54e4108a6 : Remove TelephonyManager#isVoiceCapable calls from Telecom
bf860e6fc : BluetoothLeAudio: Return early from getLeAudioConnectedDevices
f84dd7e38 : Removed dividers from Phone Settings (1/2) redo
a2195018a : Migrate Default Phone Account Handle
e07979800 : Stop audio after call without disconnecting device
e97e55939 : Import translations. DO NOT MERGE ANYWHERE
94d060a81 : Import translations. DO NOT MERGE ANYWHERE
b59a3acd9 : Import translations. DO NOT MERGE ANYWHERE
efa7b9a91 : Add backing implementation for TelecomManger#isInSelfManagedCall.
377e82318 : update telecom test apps directory (NPE & RoleManager)
7acab96e9 : Removed gated notif. + refactor ICC#gDDC
f7b3f9759 : Import translations. DO NOT MERGE ANYWHERE
54e4602ae : Import translations. DO NOT MERGE ANYWHERE
e0b7f17b6 : Import translations. DO NOT MERGE ANYWHERE
c6e5b38b5 : Bluetooth: Rename HFP to BT
9b3500e27 : Correct HeadsetMediaButton behavior for external calls.
eb53c62a7 : Improve tone and audio mode logging in Telecom.
6179d11af : Added carrier_id support to the carrier_key table in CarrierInformation DB Update the test cases accordingly
dbf18ee3d : fix log spewing in Telecom
c079f5bd4 : Use same instance of TelephonyManager in PhoneAccountRegistrar.
66b194808 : BluetoothLeAudio: Adjust to new APIs
d946a5e1f : Re-restrict phone ops on user addition
6bd86f37e : RESTRICT AUTOMERGE Refactor device policy resource APIs to a separate class
a62ca1442 : Fix NullPointerException by 'adb shell service call uimode 1'
ff70ba26c : Phone Calls keeps stopping
3018d1dc1 : update when getDefaultDialerComponent sends a crash notif.
b7b495a77 : Not update the quick reply process after the call interrupted
eb3394e3a : limit TelecomManager#registerPhoneAccount to 10
410ce0260 : Handle null bindings returned from ConnectionService.
7fac473e3 : DO NOT MERGE Re-restrict phone ops on user addition
fd52d7654 : Import translations. DO NOT MERGE ANYWHERE
1a7994bf6 : PII info logging cleanup in CallsManager
c0b036a8f : LeAudio: Fix switching to not active le audio device
dcb98c829 : Revert "Implement new external audio route."
2d978fcfe : Handle external call updates during ringing in InCallWakeLockController.
8156503cd : decouple TelecomManager#getSelfManagedPhoneAccounts (1/3)
62376fe4c : Update Telecom code to account for updated Bluetooth HFP audio state APIs
9c45ed867 : Revert "Remove BIND_ALLOW_BACKGROUND_ACTIVITY_STARTS for ConnectionService bind."
6bdb30ff5 : Revert "Remove BIND_ALLOW_BACKGROUND_ACTIVITY_STARTS for ConnectionService bind."
90526f5a7 : Import translations. DO NOT MERGE ANYWHERE
a74fa6693 : Import translations. DO NOT MERGE ANYWHERE
7a02dd8f7 : Import translations. DO NOT MERGE ANYWHERE
2ab092b1a : Import translations. DO NOT MERGE ANYWHERE
c5a75c7ff : remove unused variable, mVideoProvider.
9d1b95d3f : Fix issue that duplicate the missed call notification
554ad3117 : Skip unbinding from default dialer if we tried to switch to a unavailable InCallService.
7d4c7f2c1 : Switching to the relevant SystemApi instead of the the @hide API
3624eb69a : Switching to the relevant SystemApi instead of the the @hide API
f0b2a9552 : Revert "Implement new TelecomManager API for cross device calling."
969c84270 : Created a listener for ACTION_MANAGED_PROFILE_REMOVED
fe0fd900a : Use the systemService for Bluetooth
798e9614b : Declare android.permission.READ_CONTACTS for Telecom.
5e9338215 : Added carrier_id support to the carrier_key table in CarrierInformation DB Update the test cases accordingly
dec5e3b78 : Adding SystemApi for Telecomm errors in BT apex
b3977d433 : Allow updating enteprise strings in Telecomm
81c033704 : Replacing getActiveDevice by btAdapter.getActiveDevices()
75f2ea6eb : limit TelecomManager#registerPhoneAccount to 10
667eecfe7 : BluetoothRouteManager: Fix switching between HFP and LeAudio
8781f501b : Telecom plumbing for SIM call manager voice status
dd5d11796 : cleanupOrphanPA's feature (1/2)*
5af2ebe6c : LeAudio: Improve setting active Le Audio group
7ef0cfc27 : LeAudio: Set communication device when LeAudio is used
23f108312 : add post_notification permission to manifest
254e5c580 : TelecomManager#getSelfManagedPA permission update (1/3)
240afafc5 : Import translations. DO NOT MERGE ANYWHERE
b94c50eca : Fixed that the duplicated UserHandle not to be added when it's delivered while booting process
1021e7f11 : Implement new TelecomManager API for cross device calling.
735c24955 : BluetoothDeviceManager: Fix regression after gtbs merge
5225f2063 : Update Telecom code to account for updated Bluetooth HFP audio state APIs
c6db129e0 : Add support for Generic Telephone Bearer service (GTBS)
bb070c31c : Import translations. DO NOT MERGE ANYWHERE
ecd11fffc : Import translations. DO NOT MERGE ANYWHERE
45696b57a : Revert "Add support for Generic Telephone Bearer service (GTBS)"
abacb0f16 : Import translations. DO NOT MERGE ANYWHERE
598e494c2 : Import translations. DO NOT MERGE ANYWHERE
faaf70754 : Revert "Add support for Generic Telephone Bearer service (GTBS)"
396bd0592 : Implement new external audio route.
a73c2eeaa : Check either FEATURE_TELECOM or FEATURE_CONNECTION_SERVICE
88ddd21ae : Add support for Generic Telephone Bearer service (GTBS)
e33761f80 : Re-enable the code which shows the “Crashed phone apps” message to trigger in the case when a default dialer does not implement an InCallService.
c11bb6d0f : Import translations. DO NOT MERGE ANYWHERE
7547f90e7 : Import translations. DO NOT MERGE ANYWHERE
325d7f54d : Change the feature flag for Telecom
ac24f2933 : Filter self managed phone accounts out when finding emergency accts.
8330df01a : Provide last known cell id for emergency call
0c7ab5ad1 : CursorLoader fx updated to sort order
4cc2c1ac7 : Filter self managed phone accounts out when finding emergency accts.
f1cae30e2 : Fix sorting issue during emergency call attempt.
d74a42207 : Add unit test for Phone Account sorting method.
86a459456 : Add new API for new feature of display name in Japanese.
7b0e82975 : Fix the integer overflow/underflow caused by sorting of duplicate phoneaccounts during emergency call attempt. Bug: 207733460 Change-Id: I06854464d8fccd86567d18cfde5bfdf230e529f7 Test: Manual
88cf234ac : Move APPLY_RAMPING_RINGER from Global to System
082cc3b14 : [telecom] remove PackageInfoFlags annotation
cd9213ebd : Always stop Ringtone instance in AsyncRingtonePlayer
2d307174a : Import translations. DO NOT MERGE ANYWHERE
7577f61de : Import translations. DO NOT MERGE ANYWHERE
e732acd93 : Fix wrong package availability check for multi-user.
3d29c0f33 : Fix wrong package availability check for multi-user.
409100104 : Add callingPackage checking with uid in getPhoneAccount method in Telecom
b740720cd : Revert "Add callingPackage checking with uid in getPhoneAccount method in Telecom"
7124a63ea : Add callingPackage checking with uid in getPhoneAccount method in Telecom
95033503e : Fix setActiveDevice(null)
e65d8aac7 : Import translations. DO NOT MERGE ANYWHERE
8c9d287ec : Import translations. DO NOT MERGE ANYWHERE
e615f0131 : Add exported flag to CallsManager and TtyManager receivers
dc23c5ee0 : Use dark theme for alerts if device is in dark mode
3389cb097 : Fix height of "add blocked number" button on the blocked numbers screen.
392b48124 : BluetoothDeviceManager.java: add null check before call mBluetoothAdapter.getActiveDevices
d6f750f49 : UM.getUserHandle -> UM.getProcessUserId
3faa63b22 : Add callingPackage checking with uid in getPhoneAccount method in Telecom
a7eab7f66 : Remove sdk28 tests
e91c716bd : Use binary XML format instead of plain XML.
088a983c5 : Import translations. DO NOT MERGE ANYWHERE
268a55683 : Import translations. DO NOT MERGE ANYWHERE
63628115b : Add getActiveDevices api
26959c27b : Add tests to CallScreeningServiceFilter when connection is not properly bound
249237124 : Import translations. DO NOT MERGE ANYWHERE
e047d7a2f : Import translations. DO NOT MERGE ANYWHERE
2d71e2e78 : Import translations. DO NOT MERGE ANYWHERE
2e16f8858 : Import translations. DO NOT MERGE ANYWHERE
24ad325b1 : Remove SettingsLib from Telecom
ee8da7ede : Import translations. DO NOT MERGE ANYWHERE
959bb3f26 : Import translations. DO NOT MERGE ANYWHERE
59d8f4620 : Add some logging to show why audio tone is not present.
1a3d3d7ea : Import translations. DO NOT MERGE ANYWHERE
9462cbba9 : Import translations. DO NOT MERGE ANYWHERE
fb4d423c8 : Import translations. DO NOT MERGE ANYWHERE
e1633963f : Import translations. DO NOT MERGE ANYWHERE
d7c8dfc8a : Import translations. DO NOT MERGE ANYWHERE
f8f4deeea : Import translations. DO NOT MERGE ANYWHERE
96707b043 : Add new API to notify CallRedirectionService timed out.
ed229165d : Import translations. DO NOT MERGE ANYWHERE
fd9bc6ea0 : Import translations. DO NOT MERGE ANYWHERE
2ad2c7a69 : Import translations. DO NOT MERGE ANYWHERE
67ae5e0f5 : Check calling package for calling UID consistency with phoneAccountHandle
88d3e1e0a : Import translations. DO NOT MERGE ANYWHERE
9c2e215d9 : Import translations. DO NOT MERGE ANYWHERE
1a8b2e934 : Modified not to occur NPE when handle call of failed connection
06ad6c21b : Import translations. DO NOT MERGE ANYWHERE
7e380643a : Import translations. DO NOT MERGE ANYWHERE
026dffdc5 : Improve telecom logs for phone account selection.
83373544e : Fixing issue with adding existing connections which start in a conference.
b0ccb552e : Import translations. DO NOT MERGE ANYWHERE
a0b5ba5d4 : Import translations. DO NOT MERGE ANYWHERE
b9434e43d : Update to accomodate AudioService API changes
e87e605f6 : Fix synchronization in SystemStateHelper
8dff0d7c4 : Import translations. DO NOT MERGE ANYWHERE
449b963b6 : Import translations. DO NOT MERGE ANYWHERE
2c35aadb4 : Allow missed reason of test incoming call to be USER_MISSED_CALL_FILTERS_TIMEOUT.
11a19742d : Protect TelecomManager#getPhoneAccount with necessary permission.
a3396d7e3 : Incorrect handling of undefined call screening
2cadf9a43 : Import translations. DO NOT MERGE ANYWHERE
819447e6b : Update Telecom tests due to OS change
0294b0105 : Update Telecom tests due to OS change
6bcfecc30 : Import translations. DO NOT MERGE ANYWHERE
3cd8b21b6 : Import translations. DO NOT MERGE ANYWHERE
fd45f2519 : Import translations. DO NOT MERGE ANYWHERE
e39c703ea : Import translations. DO NOT MERGE ANYWHERE
de3e41bdc : Import translations. DO NOT MERGE ANYWHERE
96c77b2d5 : Import translations. DO NOT MERGE ANYWHERE
aaa7a90dc : Import translations. DO NOT MERGE ANYWHERE
f6ceaf026 : Import translations. DO NOT MERGE ANYWHERE
f479e37f8 : Add stable cts to presubmit with testmapping
12844f32b : Import translations. DO NOT MERGE ANYWHERE
b01b52dc0 : Import translations. DO NOT MERGE ANYWHERE
2c1e608b7 : Fix issue with rebind to dialer on uninstall of app.
e90d9de60 : Rename API for Call Companion InCallService API Review
20dafe7bc : IMS: Propagate RTT capability of the called party to UI.
6d9199652 : Refactor CallLogManager

+- Project: platform/packages/services/Telephony

0f06937ca : EAB provisioning status read from MmTel ImsService when Rcs ImsService is not available, and write to both MmTel and Rcs ImsService.
7314ef02f : Import translations. DO NOT MERGE ANYWHERE
d4dabf72b : Import translations. DO NOT MERGE ANYWHERE
04825ae9f : Import translations. DO NOT MERGE ANYWHERE
370183cc9 : Import translations. DO NOT MERGE ANYWHERE
500396cbc : Import translations. DO NOT MERGE ANYWHERE
b3f03d2c7 : Import translations. DO NOT MERGE ANYWHERE
b02642e01 : Import translations. DO NOT MERGE ANYWHERE
a09f5654e : Restore static instances after test completes
28db64dcd : Import translations. DO NOT MERGE ANYWHERE
421ed9403 : Import translations. DO NOT MERGE ANYWHERE
c9e1990e6 : [Telephony] Remove ACTION_MAIN for starting MobileNetworkActivity
ad228dcdc : ImsProvisioningController does not access deprecated key when new keys for VoLTE, VT, WFC and RCS are not defined
53652bff5 : Enable option to set removable eSIM as default eUICC irrespective of SS or DSDS mode
60f7e0975 : Import translations. DO NOT MERGE ANYWHERE
2d442b1f3 : Import translations. DO NOT MERGE ANYWHERE
f94b1a34b : Import translations. DO NOT MERGE ANYWHERE
77ac24a84 : Import translations. DO NOT MERGE ANYWHERE
072ffb25a : PhoneGlobals change ServiceState broadcast to listener
4e5a8014f : [MEP] set removable eSIM as default eUICC to pass GCF/PTCRB
cc5205c99 : Update LocationAccessPolicyTest for location allowlist
e53e07d9c : Fix the phone process crash due to null UiccPort object access
4dd7c5cfe : Handle unsupported operations in the time consuming pref activity.
61fd7dd57 : Import translations. DO NOT MERGE ANYWHERE
f98fd250b : Removed telephony apex
91bc1950c : Add exception handling to access ImsProvisioningController when device does not support Ims feature.
10e74ea57 : ImsProvisioningController returns provisioned when provisoning has not completed
2b8357a8a : Import translations. DO NOT MERGE ANYWHERE
1e6f9b257 : Import translations. DO NOT MERGE ANYWHERE
f4ee1dda4 : Import translations. DO NOT MERGE ANYWHERE
82fcd8726 : Include AudioAttributes with usage when request a vibration for USSD results.
918993a5b : TM#getLastKnownCellIdentity throws SE requires incorrect permission
2a8730251 : [Telephony] Incorrect target class name
0a57ff897 : Import translations. DO NOT MERGE ANYWHERE
39f3bcab8 : Change the NetworkType UI at UI thread.
a27fbe5f6 : CCL monitors CarrierService change with CarrierPrivilegesCallback
8f16f3e21 : Support multi SIM config change in CarrierConfigLoader
d24923fe6 : Revert "Add WFC Entitlement ID in RadioInfo to let tester update the entitlement id"
505832925 : Import translations. DO NOT MERGE ANYWHERE
0cce927fe : Import translations. DO NOT MERGE ANYWHERE
4c6c10e43 : Correct Typo on Provision Refactor per API review
fe0d7c1cb : Add nullability support for CarrierConfigLoader class
0eda684df : Added data activity support
97c5b20b3 : Import translations. DO NOT MERGE ANYWHERE
7c976e62a : Import translations. DO NOT MERGE ANYWHERE
d4370b780 : Import translations. DO NOT MERGE ANYWHERE
22ad14c03 : renounce location permission for service state callback
44ac617b9 : Import translations. DO NOT MERGE ANYWHERE
c042caf42 : Import translations. DO NOT MERGE ANYWHERE
bcd0520ba : Import translations. DO NOT MERGE ANYWHERE
3939ee65f : Add WFC Entitlement ID in RadioInfo to let tester update the entitlement id
1c436d751 : Disable change password for call barring when FDN is enabled.
b7645f589 : Inverted the new data stack flag
8ad1aa590 : Remove SIP service.
46debbf49 : Remove SIP service.
a28403526 : Remove SIP service.
6e89c92d1 : Import translations. DO NOT MERGE ANYWHERE
0b8fd14f9 : Import translations. DO NOT MERGE ANYWHERE
8d557e6c4 : Import translations. DO NOT MERGE ANYWHERE
af6ff82dd : RadioInfo: Add support to show NR cell info.
6d55213fb : Cleanup swapped IMS connections.
693bf3fce : Revert "VoWifi Emergency Call Notification"
256c3135b : New provisioning keys for VoLTE/VoNR, VT, VoWiFi
97547d7ef : Import translations. DO NOT MERGE ANYWHERE
f433f19a4 : Import translations. DO NOT MERGE ANYWHERE
c4f4b2d6b : Import translations. DO NOT MERGE ANYWHERE
a4ab89e29 : Removed dividers from Phone Settings (2/2) redo
43c3dfe99 : Added command line tool to enable/disable new data stack
ecc78c4a7 : SetDataEnabled indicate calling package
bd34bdf66 : Ignore connectionReady with invalid subscription
f34a6b242 : Update connectionAvailable in ImsStateCallabackController
83a477b9e : Import translations. DO NOT MERGE ANYWHERE
075851e53 : Migrate Telephony PhoneAccountHandle ID from IccId to SubId in creation
d03383bc2 : Pass fake package name for ROOT_UID in WorkSource.
daf0548d1 : Import translations. DO NOT MERGE ANYWHERE
3e2ac6e18 : Support isDataAllow correctly
284b619d4 : Import translations. DO NOT MERGE ANYWHERE
b3e51ca47 : Import translations. DO NOT MERGE ANYWHERE
a543ed569 : Import translations. DO NOT MERGE ANYWHERE
e5522892a : Extend 'phone cc set-value' to support bundle-valued carrier config
2860d6c45 : [Telephony] Adjust the MobileNetworkActivity's reference
f74f3b44a : Import translations. DO NOT MERGE ANYWHERE
a58d062dd : Import translations. DO NOT MERGE ANYWHERE
e992e3a59 : Import translations. DO NOT MERGE ANYWHERE
563ddf63b : Do not create seperate thread for prefered network type
32438aa7f : Solved ANR when carrier config changed broadcast arrives
805c717f6 : Resist SIM logical channel leaking when clients crash
04d1ace11 : getUicc{Card, Slot}sInfo should work with carrier privileges
76e83b5f4 : Update CarrierConfigLoader to use TM#getCarrierServicePackageName
9b91ffdcd : Optimize TM#getCarrierServicePackageName[ForLogicalSlot]
022f8aee6 : Remove orphan methods in PhoneInterfaceManager
59824e18e : Fixed TelephonyManager.isDataConnectivityPossible
9040b4747 : [MEP] adding exceptions to iccCloseLogicalSlot to sim access APIs
b0eb47946 : Move carrier privilege intent resolution to CarrierPrivilegesTracker.
25ee6fc07 : Move carrier privilege status checks to CarrierPrivilegesTracker.
ee00f0e55 : Extend 'phone cc set-value' to support bundle-valued carrier config
a743688b7 : Support test override carrier privilege in CarrierPrivilegeTracker
e162e305b : Update PIM to adapt to mutable IccLogicalChannelRequest
f9e8e1474 : Make telephony actions unconditionally protected
c4c6a6940 : [MEP] Add port index to icc logical channel open, close and trasmit APIs.
39d81f5d2 : UI Update for AOSP Emergency dialer.
e25665320 : Indicate that NR NSA fields are NSA only
27422a5a2 : Detached unmetered APN logic from old data stack
8b766fcae : Moved MVNO matching logic out of old data stack
70bf65a26 : [MEP] Refactor PhoneInterfaceManager to integrate with latest MEP platform changes.
8619e1660 : Clean up DataSettingsManager calls
6fc681919 : Fix voice state No Service
f3c90b3cb : Throw SecurityException if caller does not have READ_PRIVILEGED_PHONE_STATE even caller has the CARRIER_PRIVILEGE_STATUS_HAS_ACCESS.
f7c214a31 : Update CarrierConfigLoader to use TM#getCarrierServicePackageName
64144d9b7 : Add property invalidated cache to TelephonyManager.
ae85b5944 : Import translations. DO NOT MERGE ANYWHERE
4f8925748 : Import translations. DO NOT MERGE ANYWHERE
5b8f487cd : Import translations. DO NOT MERGE ANYWHERE
af6ebfa65 : Remove orphan methods in PhoneInterfaceManager
6812ffbcc : Optimize TM#getCarrierServicePackageName[ForLogicalSlot]
2a0af6f8c : Test app for CBS, LATENCY and Bandwidth slice
6f3707cf5 : Completely detach old data stack
2c094c50c : Clean up DataSettingsManager calls
7895d0a01 : Moved modules into new data package
d81dd6656 : Migrated codes to the new package
6bc9c8b59 : Hook DataSettingsManager to the new telephony data stack
aadb6b370 : Remove radio power on from APM check when turning on the radio
b8d60684f : No blame for location usage if no location sensitive field is queried
ff2c3689d : VoWifi Emergency Call Notification
84587d718 : No blame for location usage if no location sensitive field is queried
3fb3a6bb0 : Added more conditions for setup and tear down.
c1782fa01 : Fix voice state No Service
353652c09 : No blame for location usage if no location sensitive field is queried
4accbd9eb : Added several changes in data stack
6dced8290 : move the responsibility of calling updateImsServiceConfig back to the ImsPhoneCallTracker
f4beb3937 : TelecomAccountRegistry update* functions now have sync wrapper
944eebf6f : Import translations. DO NOT MERGE ANYWHERE
e38bc2109 : Import translations. DO NOT MERGE ANYWHERE
dd0ace445 : Import translations. DO NOT MERGE ANYWHERE
1fed38a55 : Import translations. DO NOT MERGE ANYWHERE
2f58cfb98 : Import translations. DO NOT MERGE ANYWHERE
5dcd9149e : update DSDS call preference logs (1/2)
988692a24 : Revert "Add getAttributionSource() to mocked context."
9fe3c495d : Add getAttributionSource() to mocked context.
0b1ccf683 : Add getAttributionSource() to mocked context.
e7209ce51 : getUicc{Card, Slot}sInfo should work with carrier privileges
1b2063de5 : Support carrier privileges for TelephonyManager#getNetworkSlicingConfiguration
970d1165c : Revert "Enforce the subId of a request matches the active subId ..."
d82596210 : Import translations. DO NOT MERGE ANYWHERE
8736319e7 : Import translations. DO NOT MERGE ANYWHERE
a2628306a : Revert "Enforce the subId of a request matches the active subId ..."
5d2580347 : Revert "Enforce the subId of a request matches the active subId ..."
63fb1dc28 : Import translations. DO NOT MERGE ANYWHERE
69df84847 : Import translations. DO NOT MERGE ANYWHERE
a47dc67c6 : Import translations. DO NOT MERGE ANYWHERE
b1ac61c23 : Import translations. DO NOT MERGE ANYWHERE
3d1bfb88c : Enforce the subId of a request matches the active subId for IMS
a8f0dff60 : Safety Enhancements and Polish for ICC Logical Channel API
3aa9a762a : ModemActivityInfo with rat information
6cd38ac6a : Update correct typo in CarrierConfigManager
3ee00c7d4 : update PstnIncomingCallNotifier logging to help tracing
705394710 : Support SID/NID redaction in ServiceState
07124876c : Adding new adb command for getSimSlotsMapping.
8a247eb46 : Revert "Revert "Move carrier privilege intent resolution to Carr..."
b46c2c94b : Revert "Revert "Move carrier privilege status checks to CarrierP..."
a3b6f631f : Import translations. DO NOT MERGE ANYWHERE
b8f064725 : Import translations. DO NOT MERGE ANYWHERE
33bc67cd4 : Import translations. DO NOT MERGE ANYWHERE
8161e74be : Import translations. DO NOT MERGE ANYWHERE
c7f513731 : Import translations. DO NOT MERGE ANYWHERE
f45e45b0d : Update correct typo in CarrierConfigManager
68ff0298f : Remove SIP service.
345422c65 : Revert "Move carrier privilege status checks to CarrierPrivilege..."
9bc69cf0c : Revert "Move carrier privilege intent resolution to CarrierPrivi..."
610f2f5fa : Move carrier privilege intent resolution to CarrierPrivilegesTracker.
4fbab4927 : Add getIMEI
cad7f0b21 : Move carrier privilege status checks to CarrierPrivilegesTracker.
b963ff5d8 : Fix licenses and license texts.
2f5098619 : Fixed the incorrect message for enabling new data
d77e496a6 : Import translations. DO NOT MERGE ANYWHERE
0cbb3935a : Import translations. DO NOT MERGE ANYWHERE
673a959ac : Import translations. DO NOT MERGE ANYWHERE
4a1d2f359 : Import translations. DO NOT MERGE ANYWHERE
332b08597 : Import translations. DO NOT MERGE ANYWHERE
2b076faf7 : Telephony plumbing for SIM call manager voice status
0da9a7bd5 : ImsService Subscription Notifications
f9411cb39 : To support Carrier config bundle for MmTel and Rcs
397100275 : Supporting moving from a single sim to a DSDS and vice versa
2c3e423cc : Improvement provisioning in AOSP
8f4d74876 : Ims provisioning storage in AOSP
6ad5436f5 : Migrate <plurals> to ICU plurals
007f5567d : Add required flag to registerReceiver call in TelephonyConnectionService
fbcff0c32 : [MEP] eSim profile is not enabled
80ba52f57 : To support Carrier config bundle for MmTel and Rcs
d6ee815fd : Supporting moving from a single sim to a DSDS and vice versa
cffb7fcb3 : Improvement provisioning in AOSP
9c9ffdd07 : Support test override carrier privilege in CarrierPrivilegeTracker
8d56de20c : add post_notification permission to manifest so the package can send notifications on T+
873e6dc8a : Ims provisioning storage in AOSP
d196bbfa4 : IndexOutOfBoundsException is thrown during UiccSlotInfo object creation
cf10dc9f3 : Delay the continuous call waiting USSD commands
681a73f44 : Import translations. DO NOT MERGE ANYWHERE
d36c7b88c : Import translations. DO NOT MERGE ANYWHERE
31b842dc8 : Fixed the flag
fa4ac96b9 : Changed botversion feature tags for chatbot_v2 and chatbot_sa_v2
38970ab4a : Changed botversion feature tags for chatbot_v2 and chatbot_sa_v2
ebda2c543 : Call waiting add the error reponse for FDN_CHECK_FAILURE
af19c5900 : Update connectionAvailable in ImsStateCallabackController
5aa6468dc : Import translations. DO NOT MERGE ANYWHERE
b25b408c1 : ImsService Subscription Notifications
97d5296c2 : Import translations. DO NOT MERGE ANYWHERE
3995c89e2 : Import translations. DO NOT MERGE ANYWHERE
cba010614 : Import translations. DO NOT MERGE ANYWHERE
29b7e8efc : [MEP] Adding getSimSlotMapping Telephony API
0a502c436 : eSIM deprecated API Refactoring
e9d737e61 : iccCloseChannel: exceptions should be thrown from binder threads.
cfc3ac61d : Moved modules into new data package
2c6c64659 : Migrated codes to the new package
f0c52e288 : Add mock modem service operations in Telephony
29ac08cc0 : Import translations. DO NOT MERGE ANYWHERE
f2c700964 : Import translations. DO NOT MERGE ANYWHERE
99e873351 : Hook DataSettingsManager to the new telephony data stack
3b77c4c84 : Resist SIM logical channel leaking when clients crash
38340bfb6 : Add mock modem service operations in Telephony
540470b6a : [MEP] adding exceptions to iccCloseLogicalSlot to sim access APIs
38bbdbe19 : Update CarrierConfigLoader to support phoneId for getCarrerConfig
85735138b : Import translations. DO NOT MERGE ANYWHERE
1b15168e7 : Import translations. DO NOT MERGE ANYWHERE
37bb1a725 : Allow renounce permission
c22bd2442 : Add N/A for NR SA in RadioInfo
e70e4d5ac : Add N/A for NR SA in RadioInfo
627b2ddbe : Show phone numbers from all sources in hidden menu
3b9ccacca : Add mock modem service operations in Telephony
3ba52fc37 : IMS RCS UCE API Improvement
4c0a550bb : Added command line tool to enable/disable new data stack
2250dc073 : Allow renounce permission
ac8977c61 : FDN PIN2 keyboard bug fixed
af98e316f : use test app's data folder as filter directory
a178270df : Update PIM to adapt to mutable IccLogicalChannelRequest
fd2a21888 : Telephony: post notifications permission
3f32395b0 : DelegateRegistrationState Improvement-impl adding new states for DelegateRegistrationState: - DEREGISTERING_REASON_LOSING_PDN - DEREGISTERING_REASON_UNSPECIFIED
56980ed57 : IMS RCS API Improvements-SipDelegate
4ad64e556 : Added more conditions for setup and tear down.
bd38d956f : [MEP] Add port index to icc logical channel open, close and trasmit APIs.
8ea90f36d : IMS RCS UCE API Improvement
eb809e3c7 : [MEP] Refactor PhoneInterfaceManager to integrate with latest MEP platform changes.
5d051bf23 : Add non dangerous read phone state permission
35f64147e : [DO NOT MERGE] Add RCS metrics for provisioning event
72a22764d : Verify carrier privilege for isDataEnabledForReason
0d909a01b : Verify carrier privilege for isDataEnabledForReason
18b3c08c1 : Add RCS metrics of sipDelegate/sipDelegateFeatureTags
e9a2c2928 : Implement RCS metrics of sipMessageResponse and sipTransportSession.
ffd97a9b8 : DelegateRegistrationState Improvement-impl adding new states for DelegateRegistrationState: - DEREGISTERING_REASON_LOSING_PDN - DEREGISTERING_REASON_UNSPECIFIED
2c4509528 : Added several changes in data stack
a208e3b79 : [MEP] Adding getSimSlotMapping Telephony API
9ec1823b0 : Telephony can access TelephonyProvider SIMINFO table
ee70a882f : Import translations. DO NOT MERGE ANYWHERE
ab9366b39 : Import translations. DO NOT MERGE ANYWHERE
fae41b338 : Provide last known cell id for emergency call
864fe9886 : [MEP] Framework initial support for eSim Multiple Enabled Profiles.
c7ebc0fc2 : Add ImsStateCallbackController
456bf1a93 : Fix import orders
631e2b2ba : Show phone numbers from all sources in hidden menu
ca77e1c52 : IMS RCS API Improvements-SipDelegate
c7ef343f3 : Implement RCS metrics of sipMessageResponse and sipTransportSession.
89bd22c1d : Add dump() to ImsStateCallbackController
f18370e48 : Import translations. DO NOT MERGE ANYWHERE
a819c843d : Import translations. DO NOT MERGE ANYWHERE
b6c87871a : eSIM deprecated API Refactoring
bf5c79c6b : VoNR toggle
f27c55856 : Update owners file
2422aa0de : Revert "Revert "Revert "Fix CarrierServiceConnection binding leak in CarrierConfigLoader"""
06d966f9a : Revert "Revert "Fix CarrierServiceConnection binding leak in CarrierConfigLoader""
ce5b62d59 : Update ImsStateCallbackController
3aa42a933 : Update ImsStateCallbackController
3607f50b8 : Clear up ALWAYS_REPORTED_SIGNAL_STRENGTH_CHANGED in PIM
7d5d88da3 : Revert "Fix CarrierServiceConnection binding leak in CarrierConfigLoader"
60215825e : Fix ImsStateCallbackController
e625c6b7c : Import translations. DO NOT MERGE ANYWHERE
395f0f3b5 : Import translations. DO NOT MERGE ANYWHERE
d5e274f9c : Revert "Fix CarrierServiceConnection binding leak in CarrierConfigLoader"
3b742d6d3 : Add ImsStateCallbackController
8be626a80 : Import translations. DO NOT MERGE ANYWHERE
4982aeba8 : Import translations. DO NOT MERGE ANYWHERE
69cc1411e : Set actual call forwarding enable status
9dbb2889c : Use dark theme for alerts if device is in dark mode
3e154241d : Add RCS metrics for provisioning event
f603ff923 : Import translations. DO NOT MERGE ANYWHERE
8e10b22b6 : Import translations. DO NOT MERGE ANYWHERE
ae20cabd2 : Don't update preference list when there's no Activity for it.
c2d6348d6 : Import translations. DO NOT MERGE ANYWHERE
aeacd76fe : Import translations. DO NOT MERGE ANYWHERE
6c442bf82 : Add packages based upon carrier config rule
97bce6ff9 : Add packages based upon carrier config rule
bb7775287 : Revert "Refactor PinStorage#storePin to avoid dead lock when unl..."
9c3bc76f5 : Revert "Refactor PinStorage#storePin to avoid dead lock when unl..."
073f8e2bc : Fix bugs for SIMs with multiple phonebook sets
ab00555d0 : Handle IndexOutOfBoundsException for IMEI & MEID substring
84e54e041 : Remove sdk28 tests
472c2ae2f : [MEP] Framework initial support for eSim Multiple Enabled Profiles.
cd3aef2a1 : DO NOT MERGE Adding package caller to prepareForUnattendedReboot.
d0c3d97ad : Remove unused code in CallNotifier.
59437e8da : Refactor PinStorage#storePin to avoid dead lock when unlock PIN.
d96306443 : Adding package caller to prepareForUnattendedReboot.
f1940d6a3 : Import translations. DO NOT MERGE ANYWHERE
334134714 : Import translations. DO NOT MERGE ANYWHERE
dba4ccd5f : Fix CarrierServiceConnection binding leak in CarrierConfigLoader
ffa7de13f : Add RCS metrics of sipDelegate/sipDelegateFeatureTags
e37d04bd1 : Fix crash in SubscriptionInfoHelper for null display name.
df4171d1e : Separate results and exceptions for modem activity
e831598b4 : Update usages of ModemActivityInfo
d31d3a3d7 : Support getSlicingConfig() API for 5G Slicing Configuration
60d13ab68 : Import translations. DO NOT MERGE ANYWHERE
156626e45 : Import translations. DO NOT MERGE ANYWHERE
c50d2a109 : App can disable phone network without requiring any permission
5cdbaee16 : Import translations. DO NOT MERGE ANYWHERE
deb140000 : Import translations. DO NOT MERGE ANYWHERE
f4ae0aca1 : Import translations. DO NOT MERGE ANYWHERE
88bedac54 : Validate projection for SimPhonebookContract.SimRecords queries
43c85a7c5 : Import translations. DO NOT MERGE ANYWHERE
1ad071a72 : Revert "Add <uses-library> information."
bf1b8728d : Allow multiple Security-Verify Headers in RcsTestApp
51f5329d6 : Add <uses-library> information.
6970c9947 : Import translations. DO NOT MERGE ANYWHERE
ec1a62b1c : Import translations. DO NOT MERGE ANYWHERE
c96d565e1 : Import translations. DO NOT MERGE ANYWHERE
a9daab2f5 : Import translations. DO NOT MERGE ANYWHERE
e7148a4c1 : Import translations. DO NOT MERGE ANYWHERE
8213006b4 : Import translations. DO NOT MERGE ANYWHERE
d663302b3 : Update telephony OWNERS file
13d9e7d5b : Import translations. DO NOT MERGE ANYWHERE
7defc3486 : Import translations. DO NOT MERGE ANYWHERE
6b0f3b564 : Import translations. DO NOT MERGE ANYWHERE
730fcba3f : Update all phones about radio state
8151e2b15 : Fix NPE when querying EF Uri with non-existent subscription
d196f40ee : Import translations. DO NOT MERGE ANYWHERE
8f4b23a15 : Import translations. DO NOT MERGE ANYWHERE
fbf13b9e3 : Import translations. DO NOT MERGE ANYWHERE
edc672a10 : Import translations. DO NOT MERGE ANYWHERE
811f502f9 : Import translations. DO NOT MERGE ANYWHERE
3b0a0f166 : Attempt to reduce flakiness in SimPhonebookProviderTest
2c4309d04 : Add getPhoneCapability function
58df7ee4a : Fix string typo issue
733e39b01 : Import translations. DO NOT MERGE ANYWHERE
001746b4f : Import translations. DO NOT MERGE ANYWHERE
4fa14161c : Import translations. DO NOT MERGE ANYWHERE
7942871a3 : Import translations. DO NOT MERGE ANYWHERE
66888444a : Remove deprecated permissions.
6568f1754 : Update PIM due to set/clearSignalStrengthUpdateRequest updated
d9adbb0c1 : Import translations. DO NOT MERGE ANYWHERE
bbc741c78 : Import translations. DO NOT MERGE ANYWHERE
47a30c3fd : Import translations. DO NOT MERGE ANYWHERE
1bf0afc53 : Use platform-compat-fw to separate enforce location change
44f160258 : Import translations. DO NOT MERGE ANYWHERE
3069ef6e9 : Import translations. DO NOT MERGE ANYWHERE
c2d3ccc99 : Add the subId chceking before the DB write allowed network type
51ee2b16d : Device didn't renew the allowed network types
a80c00198 : Only check pending emergency call if TelephonyConnectionService nonull.
8709791ea : Import translations. DO NOT MERGE ANYWHERE
4e6d28362 : Import translations. DO NOT MERGE ANYWHERE
d9feea8ac : Add non-flaky cts to presubmit using testmapping
74514789d : Remove SET_TIME_ZONE permission
bcc28ac0f : Allow test emergency call to remove all radio off reasons.
e634f9658 : Don't disable radio from thermal if in emergency call only.
88c3627f2 : ServiceStateProvider:Enforce location permissino check with targetSdkVersion R-
979ccae9f : ServiceStateProvider: sanitize location info if caller has no permission
62f826df1 : Remove unnecessary context usage
413881f69 : Show more accurate message when call fails due to thermal mitigation.
048c10a8f : isRcsVolteSingleRegistrationCapable does not check provisioned config
32e0000b5 : Import translations. DO NOT MERGE ANYWHERE
203525904 : Handle NOT_SUPPORTED modem response as not supporting secondary carrier.
cf667e943 : Import translations. DO NOT MERGE ANYWHERE
704bf010c : Add intent-filter priority for CONFIGURE_VOICEMAIL intent.
9e654e148 : Import translations. DO NOT MERGE ANYWHERE
03d2cc71e : Removing dead code from Telephony which uses wakelock.
f293b10f2 : Import translations. DO NOT MERGE ANYWHERE
390f6f793 : Remove action VIEW from Call settings.
060de35c2 : Integrate France emergency number in the database Expand the MARINE_GUARD, MOUNTAIN_RESCUE, MIEC, AIEC services
5cd723c11 : Add intent-filter priority for CONFIGURE_VOICEMAIL intent.
d8d2786cb : Import translations. DO NOT MERGE ANYWHERE
3fcbc5955 : Import translations. DO NOT MERGE ANYWHERE
059d791b1 : Import translations. DO NOT MERGE ANYWHERE
586918754 : Don't cast IAE to list for getSystemSelectionChannels
ca45c3134 : Remove system UID check from TM#hasCarrierPrivileges
4428f590a : Remove CallQualityManager reference in TelephonyConnection.
d0c2fbffc : Import translations. DO NOT MERGE ANYWHERE
18bb9004d : Implement the Telephony API to set the capabilities request timeout
515fb4e37 : Import translations. DO NOT MERGE ANYWHERE
6a0c7d21c : Ensure only system-provided call settings is accessible via intent.
29e908a83 : Import translations. DO NOT MERGE ANYWHERE
5cc5b8dfc : Import translations. DO NOT MERGE ANYWHERE
8a099f906 : Import translations. DO NOT MERGE ANYWHERE
d4339260d : Add telephony shell command to force D2D communications enabled.
a5e642ede : Import translations. DO NOT MERGE ANYWHERE
c9c432e23 : Move ImsResolver to a singleton pattern
e1085451f : Use new APIs from SIM phonebook provider
8786a0080 : Import translations. DO NOT MERGE ANYWHERE
d41191d46 : consistent permission check for getSubIdForPhoneAccount
5e261423c : Import translations. DO NOT MERGE ANYWHERE
fffc2c53a : Import translations. DO NOT MERGE ANYWHERE
86b1589d1 : Import translations. DO NOT MERGE ANYWHERE
504b6d12a : Import translations. DO NOT MERGE ANYWHERE
92ee36e37 : Import translations. DO NOT MERGE ANYWHERE
62d0eff3f : Import translations. DO NOT MERGE ANYWHERE
b02b0cd31 : Import translations. DO NOT MERGE ANYWHERE
16e1f74f7 : Import translations. DO NOT MERGE ANYWHERE
6d8df4535 : Import translations. DO NOT MERGE ANYWHERE
3dd42abc5 : Import translations. DO NOT MERGE ANYWHERE
be7258cc8 : Import translations. DO NOT MERGE ANYWHERE
0030f2bf0 : Remove system UID check from TM#hasCarrierPrivileges
9dbaab908 : Import translations. DO NOT MERGE ANYWHERE
8fc9e6a87 : Add non-flaky cts to presubmit using testmapping
56d11c59b : Import translations. DO NOT MERGE ANYWHERE
1042a96f0 : Import translations. DO NOT MERGE ANYWHERE
496f2e27e : Import translations. DO NOT MERGE ANYWHERE
c661e3be4 : Refresh sim lock state when carrier config is changed
d03d1ad2c : Import translations. DO NOT MERGE ANYWHERE
1a9ac44e0 : Import translations. DO NOT MERGE ANYWHERE
0561c9e1e : Redownload carrier keys when resetting network settings
d028455a1 : Invoke ImsManager.getConfigInt() if config support by framework
959b2e279 : Support for override active D2D transport.
f3f3f7ea3 : Import translations. DO NOT MERGE ANYWHERE
93f6da33d : Import translations. DO NOT MERGE ANYWHERE
3dae12a2c : Import translations. DO NOT MERGE ANYWHERE
2f3cb9edb : Import translations. DO NOT MERGE ANYWHERE
fdb5ba729 : IMS: Propagate RTT capability of the called party to UI.
0555beb32 : Explicitly state incoming SIP call PendingIntent is FLAG_MUTABLE
c2578feee : Import translations. DO NOT MERGE ANYWHERE
db8dc2917 : Properly set picture URI on outgoing calls
65139d29a : Integrate call composer into the call flow
e32fd6043 : Implement the composer picture manager in Telephony
3dc572b1c : Get APM state from ACTION_AIRPLANE_MODE_CHANGED intent instead

+- Project: platform/packages/wallpapers/LivePicker

ffa9991 : Import translations. DO NOT MERGE ANYWHERE
74e67ae : Import translations. DO NOT MERGE ANYWHERE
02cad8c : Import translations. DO NOT MERGE ANYWHERE
1cf2f47 : Import translations. DO NOT MERGE ANYWHERE
cf55c66 : Import translations. DO NOT MERGE ANYWHERE
9f101af : Import translations. DO NOT MERGE ANYWHERE
3be6e55 : Import translations. DO NOT MERGE ANYWHERE
b68ea0b : Import translations. DO NOT MERGE ANYWHERE
7ab525b : Import translations. DO NOT MERGE ANYWHERE
c118319 : Import translations. DO NOT MERGE ANYWHERE
e34483a : Import translations. DO NOT MERGE ANYWHERE
7f68d0d : Import translations. DO NOT MERGE ANYWHERE
c7a47c9 : Import translations. DO NOT MERGE ANYWHERE
ff8bfcf : Import translations. DO NOT MERGE ANYWHERE
3f669cc : Import translations. DO NOT MERGE ANYWHERE
584d968 : Import translations. DO NOT MERGE ANYWHERE
f4dd66b : Import translations. DO NOT MERGE ANYWHERE
6726ade : Import translations. DO NOT MERGE ANYWHERE
80c7d09 : Import translations. DO NOT MERGE ANYWHERE
2f55d5c : Import translations. DO NOT MERGE ANYWHERE
6a82c7c : Import translations. DO NOT MERGE ANYWHERE
1235c3c : Import translations. DO NOT MERGE ANYWHERE
ad25d7f : Make LivePicker privileged app without signing platform key

+- Project: platform/pdk

1ab8863 : [LSC] Add LOCAL_LICENSE_KINDS to pdk
b971d34 : Convert TestingCamera2/Android.mk to Android.bp
0e6ee78 : Convert TestingCamera/Android.mk to Android.bp
064db4a : Migrate HelloPDK to Soong

+- Project: platform/platform_testing

e4eacb4af : Fixing a typo
d5645bdad : Record all the process for unreachable memory and allocations
6e94347f3 : Highlight interesting regions.
dd3c90a09 : Fixes the image golden path.
85d22f6aa : Unreachable memory and allocations
feb096e20 : [DO NOT MERGE] Stop calling super.<> methods which are empty
87e633f73 : [DO NOT MERGE] Stop calling super.<> methods
2ccaaa12c : Removing some dead code
89acc83a5 : Adding a trace when generating a sample file
5eb1a96ee : Provides APIs for partial screenshot diff.
c287c22d9 : Remove the flushing while collect microbenchmark jank metrics
a72eefd9f : Find out Frida download URL dynamically.
472035077 : Add uname version utils
11852a923 : Add uname version utils
fad42d596 : STS Use uname version for kernel skips
ad6f24543 : Add uname version utils
272eeda9e : Add debug printout in RootcanalUtils.
3b4322b3e : Stop calling super.<> methods which are empty
fc3d6095e : Backport Heapdump collector changes to tm-dev
31e40a583 : Remove the flushing while collect microbenchmark jank metrics
55a33f37c : Fixes the artifacts' and PNG files' suffix.
f90ca54de : Create isMusicPlaying and isOnDeviceFolderPage for IPhotosHelper
01b169959 : Add FridaUtils class.
39d1b9f01 : Add option to perform GC prior to taking showmap values in collector
03aadc62b : Start using GoldenImagePathManager Test: ScreenshotTestRuleTest Bug: 232141755
2f791ac62 : Flicker: Add #isSameAspectRatio in RegionSubject.
0efab6698 : Add date intent
8d71a5396 : Merges current commits in aosp-master to tm-dev.
0027713ca : Adding Fabian and Ned to OWNERS of test rules
fbd028549 : Return nav bar frame height
426b12d09 : Taking screenshot and view list ASAP after test failure
de48079ed : Workarounding dumpWindowHierarchy throwing NPEs
c490c7d51 : Fix wrong definition of nav bar height in FlickerTests
a84cf3a67 : Add waitForValueToSettle
4629b1a13 : Skip googlequicksearchbox crash message
ebe2f9d22 : Add Portrait annotation
bc79c2df1 : Add rootcanal test and HCI channel communication facilities.
881de7bd8 : Wait snapshot window gone after reopening from overview
a82b2d959 : Remove ConnTestApp from instrumentation_test_list.
2b5fe2c6b : Add r4o6 script to lock CPU, GPU, MIF and INT clocks to the max freq
bcb6f9de7 : Fix OrientationRule for large screens
75c1d75b8 : Rename OrientationRule and LandscapeOrientation rule to .kt
ece93789b : Revert "Wait splash screen and starting window disappear"
b80691d5c : Adds BluetoothInstrumentationTests back to the instrumentation tests list.
c6c5fe67e : Preserve the sample file if the test ran longer than 1 min.
0c208ad75 : Wait splash screen and starting window disappear
14ac1294c : Remove /vendor dep from platform-test-rules
17af2cecd : Branch AndroidX's ScreenshotTestRule to platform.
30720e437 : add libuwb_core_tests into native_test_list.mk
9a56e47e5 : Add new prebuilt Perfetto config for long Binder traces
8216e5d21 : [CTS V] Adding Handler for Screenshots Metadata
bc53755eb : [CTS V] Adding Handler for Screenshots Metadata
80c9f4401 : Add parameter for isGesturalNavigation mode in flicker spec
c04f30e4b : Add layer name/id on assertions for logcat
5f1ba2ddd : Add DeviceTypeRule to filter tests only for large screens or foldable
3143bdc60 : Non-module target.
8d53be876 : platform/platform_testing - Tiramisu is now 33
41020a468 : Branch Bitmap matchers from AndroidX to platform.
9f5d6748b : Update LatencyTest to enable LatencyTest broadcasts
ad3c94ba9 : MU test clean-up, fix for system user tests failing due to permission issues
69d7d32c4 : Add memory metric for camera app, server and total camera memory size
10d9315e7 : Only taking bugreports in postsubmits (including Platinum)
98e020f2b : Fix HeapDumpListener.
66d1e06c2 : Revert "remove native tests no longer in use via APCT"
386d5b68b : Revert "remove native tests no longer in use via APCT"
1e3c8c3e1 : Ensure start and end tag failures update trace file name
93838f9ce : Remove BluetoothInstrumentationTests
c542e2c1b : remove native tests no longer in use via APCT
e819d6761 : remove native tests no longer in use via APCT
115b00eb9 : Enable split-screen UI for MU tests
4b0593218 : Add basic integration tests for shelf
45493d696 : Non-module target.
f6bece714 : Revert "Ensure the shade state while flushing sf callback"
489c76d6d : Update OverlayFS to work with TM and 5.x kernels.
ee6cfef72 : Rule to diagnose test timeout
ab2caa2d7 : Modify ScreenRecordCollector to work with ClassMetricRule.
190b6deca : Refactor ScreenRecordCollector to work with metric rules.
a5c1760cc : Added a ClassMetricRule.
cabb85634 : Add an option to control screen recording quality.
343aa09c6 : Call setUp() and cleanUp() on metric collectors in TestMetricRule.
7fa367ada : Add page_pinner message to allow list
cd9ab003c : Fix OpenCloseNotificationShadeInLockscreen test
af78b1ada : Add a deprecated warning toward ResultHandler
c234ed4a9 : Consolidate snapshotGone into waitForFullScreenApp
6bb121019 : Modify ScreenRecordCollector to work with ClassMetricRule.
c7ac9f4cd : Added a ClassMetricRule.
e8cb085c9 : Temporarily disable generating bugreports from tests
69f1b0a40 : Ensure the shade state while flushing sf callback
59eefaa2a : Restoring taking bugreports on anomalies.
91b34a104 : Verify trace contains TaskFragments
1f40f6ed8 : Remove flaky test of old fass infrastructure
f78143f12 : Refactor ScreenRecordCollector to work with metric rules.
e160e5ff3 : Track custom tag dumps files through RunResult
a2f215d9e : Ensure all RunResults are created with a status
3bd48c700 : Delegate role of trace file management to FlickerRunResult
11dbf840b : [LSC] Add LOCAL_LICENSE_KINDS to platform_testing
607103bcb : Adding a test rule that diagnoses system health issues that happened during the test run
076a85691 : Swap assert arguments
12dfa551d : Add catch pin pages source message to allow list
62d41dd86 : Cleanup heapdump helper and listener.
bb686de39 : Read event metric atom from new proto field if the old one is empty.
c24140981 : native-tests: Add UCI jni test
b719329cc : Save transition execution error traces
2b3e89be2 : Create lazy layer state class for more efficient winscope parsing
ee5d7f442 : Add heapdump collector.
187ed5ef1 : Add smoke test for C++ and Rust code coverage
10ee3aaa2 : Renaming LauncherInstrumentation.pressHome to goHome
916151e39 : switch from persist.debug to persist.wm.debug
c43568a83 : Adding a rule for running presubmit on selected devices.
6c3f6e6e1 : [LSC] Add LOCAL_LICENSE_KINDS to platform_testing
a4c33fbc5 : Re-enabling generating some of the artifacts
8e342f7ff : Update OverlayFsUtils to be a TestWatcher.
adf5d7f7e : Updated StatsdStatsReport listener
6e24303dd : Better diagnosing not finding an object
0564b3945 : [LSC] Add LOCAL_LICENSE_KINDS to platform_testing
ce6525da4 : Refactor run results saving code
5038519ba : Remove fass test rules
9da2dc3cf : Temporarily removing artifact generation from tests
eada0c149 : In AbstractStandardAppHelper, check for build version & requested notif permission before granting.
3dc4d244a : Add delay when opening QS
6110c9a11 : Add a wait condition for snapshot layer gone.
f2609a32c : Add Rootcanal utilities class to STS utils.
cffb27e1d : Update OverlayFsUtils to be a TestWatcher.
835b0b6e2 : Introducing a rule for enabling tests in Platinum on per-device basis
1bf025c89 : Fix iteration counter
7fc578af2 : Remove android dependency from winscope file
fcff60e23 : Updated StatsdStatsReport listener
6a4e140df : Add annotation to specify the metrics the test wants to collect
25e4a4283 : Ensure notif permission is granted before revoking
69889acb5 : Adding more logging around detecting crashes in SysUI
df9e2ecc8 : Remove TransitionRunnerCached
993a4e964 : Crash test when wait condition not met
ec4e43288 : Refactor wait conditions
85ff4f389 : Remove jank monitor in Flicker
c45aa7424 : Handle execution exceptions better
08fafbfb4 : Move waiting utilities to AOSP so that LandscapeOrientationRule could use it
14eecb0ab : [Fold to AOD] Add fold to AOD functional test
210bb1726 : Increase timeout for terminating simpleperf
a3fdfa00a : Add new annotations for CTS.
c2cc2c7b9 : Reduce flicker memory footprint
b0ac04dac : Compress flicker files
d4064a0bd : STS Add ProcessUtil
1caa1f325 : STS add CommandUtil
fb04b9881 : Update GarbageCollectRule to support usage in Dynamic rules.
5c60573fc : Add support for median value in Stat class.
4fc1da4e7 : Revert "Making NaturalOrientationRule wait for the completion of the visible orientation change"
89530cfcb : Provide option to GC in GarbageCollectRule finished.
543ad4906 : Rule that detects if a specified package crashed during the test
19920573a : Making NaturalOrientationRule wait for the completion of the visible orientation change
ace7642f9 : Grant notif permission to all apps
db030d6fa : Quick fix for an AOSP build breakage
d52a1803e : LongevityClassRunner doesn't support NoMetricBefore/NoMetricAfter annotations which are widely used inside existing scenarios. So, we can't use them as a part of profile CUJs. Support these annotations inside LongevityClassRunner.
84fc16078 : Emergency fix: Read event metric atom from new proto field.
693fc7702 : DO NOT MERGE Inclusion of CATBOX to bfg
8e37ededf : Update Background and AllApps references to LaunchedAppState and HomeAllApps
1bff3893c : Adding a rule for forcing a test to run either in Portrait or in Landscape mode
dd11a4867 : Add package names to the QuickstepPressureRule's error message.
c9033828c : STS add support for a "develop" plan
5242f1c0e : Add assertions to check that there are no visible app windows
3ebe99a6d : Create isYouTubePipModeOnLauncher() for youtubehelperimpl interface.
ba9ce35d3 : native-test: Fix the uwb unit test name
0a96ef919 : Optimize date and time scrolling to max of 30
3a245bbb5 : Add bubbles integration tests (platform_testing repo)
a7d82faa7 : Replace .equals(null) with == null
49f5f6df0 : STS split kernel and platfom SPL for dynamic skips
fe4726112 : Adds a BatteryUsageStats helper and listener class.
5d9f39548 : add failure skip for YTM NPE crash
54fcb4499 : Fetch traces async
b6dd8beb4 : Adding a rule for skipping tests that are unstable only on hwasan targets
85e3ea573 : Account for no visible app windows in isAppWindowOnTop assertion
8a70f6b7b : Add more notification helper methods
802a68909 : Make it possible to specify repeat parameter for INDEXED and SEQUENTIAL schedules
e0652efea : Fix Appgrid Test
e10b9ea66 : Fix Notification Performance Test
85fafca96 : Fix For UX Restriction Test Failure
c377903ec : Removes AudioTestHarnessGrpcServerTests
969486ada : Fix for Setting Search Test Failure
05f6d4225 : Fix Security Test Failures
21d2a8d85 : Fix for Lock Screen Test Failure
e374d01a7 : Adding FLAG_ACTIVITY_NEW_TASK when starting an app
f198453ca : Add library to use OverlayFS to make read-only partitions writable.
e8d50bdbd : Verify that Java coverage report can be generated.
019c02411 : Fix Dial Test Failures
e17890701 : Add library to use OverlayFS to make read-only partitions writable.
bec418e19 : Provide all the reasons a layer is invisible in Winscope
4f8534777 : Global gfxinfo can report data for every window in particular. For example system ui part from global gfxinfo report adb shell dumpsys gfxinfo contains separate values for all: ShellDropTarget, NavigationBar0, NotificationShade, StatusBar, etc (https://paste.googleplex.com/5766009823690752) Instead of reporting total value (the first one) current jank listener reports the last one.
7e77866f2 : Make prettyPrint function public
c0e930f0a : Refactor Region class
7a0b8df80 : [CUJ] Add isWebPageLoaded()
33b0a71d4 : Add secondary constructor to ConditionList
8f217f256 : Fix wait condition for overview screen
5f1a37d6e : Run libnetworkstats_test instead of libnetdbpf_test
12f20b906 : [RESTRICT AUTOMERGE]: Add sts-common-util to platform_testing
ce75108ab : Bug: 204997172 Test: clock-widget
2511dad20 : Collect and run assertions on all iterations
3dfc1923b : Narrow down the filter for system anomalies.
84e899309 : Collect metrics on WMFlickerServiceRuleForTestSpec checkFlicker call
328a8ab2a : Saving screenshots at the right moment
3aa920fbe : Fix typos
b0f9f53ad : [DO NOT MERGE] Create isYouTubePipModeOnLauncher() for youtubehelperimpl interface.
9b8d8af12 : Fix layers trace entry documentation
933e1ad56 : Update wait for PIP animation condition.
922bb7a12 : Make sure flicker Region can compile to JS
827bbdcd1 : native_tests_list: Add uwb rust stack unit tests
f26df263b : Add sts-common-util to platform_testing
ad3c2d997 : Add sts-common-util to platform_testing
25795cab5 : Create a test config.
96f2f4266 : Removing 2-button support from tests
a0a6c7cfa : Add annotation to specify the metrics the test wants to collect
509d60874 : Filter out virtual display with virutal layers and off displays
991838d31 : Remove reference to unused test AppLaunchWear.
4a92b8c58 : Crop layers to display size
30dc007df : Remove STS from compatibility-common-util
0b73c9fb6 : Retain all flicker trace files after the run
c42b6a890 : Checking for correct metric in UiInteractionFrameInfoHelperTest
f95d5ed8e : Revert "Checking for correct metric in UiInteractionFrameInfoHelperTest"
1d5472a16 : Checking for correct metric in UiInteractionFrameInfoHelperTest
066210a01 : [LSC] Add LOCAL_LICENSE_KINDS to platform_testing
172bb540e : Add missing brackets
fb9de5e21 : Add tests for regions object
2083e2410 : Migrate to using flicker native objects for rects and regions
24078f3e3 : Updated statsd metrics binary configuration for WW validation
33d561289 : Add IME_SNAPSHOT in FlickerComponentName
cf58f90a6 : add failure skip for gms anr
7b50158e7 : Implement native region functionality in kotlin
b7ad3ec79 : Move region related classes to their own packages
d14fa5fd3 : Add timestamp to region entries and subjects
769d1e0b6 : Update tests to account for removal of source property
65499e84d : Remove unused source parameter in flicker objects
7d7b34e0b : Update tests to reflect region based assertaion changes
bef2cb43d : Make region assertions more consistent
5dba23a92 : Support multiple joining components for region assertions
140b2db7b : Remove regions based assertions from WM and layers trace subjects
215e6ac52 : Add API for more direct trace region assertions
58d3a1e4f : Support multiple components in the visible region calls
35dfd0dd1 : Create a code coverage smoke test.
dc32d0982 : Use correct iteration seperator symbol
64907a204 : Remove iteration number from class name when reporting metrics
f993b6b18 : Add sts-common-util to platform_testing
79398028c : Add CUJ class name to collected metrics
df9280ca5 : [ProviderModel] Internal cleanup, remove the ProviderModel flag and WiFi Settings
5add24b20 : Remove TEST_MAPPING file unit_test:true is sufficient
609d7e0a6 : Backfill event and gauge metrics
d65f234e8 : Better support for empty traces/states
9b60d7a5c : Support empty SF state dump
298117392 : Refactor qs tiles to use list instead of string
402b2ffee : merging privatedirty and swap values for showmap
6236e51cc : Call setUp() and cleanUp() on metric collectors in TestMetricRule.
83cdff6b5 : Create callbacks for setting up and cleaning up metric collectors.
30a4bcaa9 : Add foldableOnly annotation
26070aeec : Ignore virtual displays and screen off on flicker
ccbacf910 : Consider WM entries with no subjects and throw an appropriate error
32566a864 : Use .textproto default file for PerfettoListener when appropriate
f30affd84 : Refactor qs tiles to use list instead of string
f1d552e98 : Add parent-child process mapping metric in showmap
ee535797d : Put PlatformRuleTests in presubmit with TEST_MAPPING.
a0428d67c : Create a public setUp() method for metric collectors.
27ca87215 : Add an option to control screen recording quality.
0e51428a0 : Rename the config file to avoid naming conflicts.
d575126ad : Support new transactions trace
92f97956c : Add Helper API for theme and QS
34f2792ca : Use renamed Rust test names.
46fb25c9e : Sync the Microbenchmark runner with internal changes.
7b8aa1128 : Add installd_file_test to native test list
a545f5eea : Add API to check for Splash Screen layer of an activity
e3811e917 : Bug: 208494235 Test: play-store-december4
f22ad2444 : Add isVirtual flag to SF trace display
526dc803d : Add support for checking SnapshotStartingWindow in isAppWindowVisible assertions
d2c2aeef3 : Let StatsdListener use local configs.
f99db6f3e : Recognizing empty screen as an anomaly
a27272fe1 : Add Pip Exit assertion for FASS and tests
51c3987b1 : Remove unnecessary parentheses
c8f397827 : Add upload video to Photo rule.
3337e775b : Open video by using name for YouTube rule.
ae297261c : Kill rule apps after cuj is executed.
758c6eeea : Fix youtube pip rule
de665ac29 : Patching CB tests incompatibility with TF
7a5d5db64 : Add Pip Enter assertion for FASS and tests
6485ced07 : Add helper method to check if shell transitions are enabled
d3ffd4675 : Add app_missed_frames to CUJ metric
f0fbc5d5e : Update mobly hello world test
d64785010 : Opening full QS for the media carousel test
0edcbf286 : Create a sample mutlidevice mobly test
0646217c9 : Fixing one of the functional tests using @NoMetricBefore
845095ecc : Fixing a bug when screen record filename doesn't inlcude class name
46432aaea : Add a new annotation for HubUi test.
cd3ab70ff : Run integration tests when changing test rules
1351984a7 : SV2 is 32.
b5d44386c : Fixing "didn't switch to landscape" test failure
090d997af : Adding methods to produce artifacts from any piece of code
73bb4e1b7 : change logic to find toggle buttong due to UI change
163b3612f : Bringing forward Launcher before changing orientation
0259aca1d : Add forAllEntries() to FASS assertions
927403c59 : Add pablogamito to flicker owners
4c6659abe : Simplify flicker provider logic
7f97654d3 : binderRpcBenchmark in native_metric_test_list
8884c274a : Remove deleted test.
257529e0f : SV2 is 32.
5d87c8381 : Ignore first and last entry when assert visible entries more than 2 times
b569f9782 : adding failure skip for verizon app crash
1a151f0c4 : change logic to find toggle buttong due to UI change
7ad4f934c : Improving diags when system popups are present
37e31e023 : Generating logcat on failure in a static rule
0bc015cac : 4/ Deprecated redundant first-party IQuickSettingsHelper interface
4b64848db : 3/ Adding tile name info in QS setting enum
092898b07 : Add dupin@ as an owner for test rules (and everything else in this tree)
b29ac0582 : Enabling homescreen rotation before switching to Landscape
a05b9a725 : Added a rule that runs metric collectors at test level.
b39d2fa70 : Add getTitleText API for notification tests
818d153df : Only create flicker error traces for flicker exceptions
7961f8858 : Fix upload photo rule.
647a878d8 : Revert "Fix camera issue. Avoid using IGoogleCameraHelper in pla..."
fb3117f85 : Use device-default browser as sample app
8a512f7f9 : 2/ Replace deprecated android.support.test to androidx lib
42d4ed978 : 1/ Fix broken launchQuickSetting() swipe gesture
05cada2cb : Refine the flow of obtain default QS tile list in QuickSettingsHelper
735049a0d : Fix camera issue. Avoid using IGoogleCameraHelper in platform-testing for upload picture rule. Use IGoogleCameraHelper for fixed app.
f0683f067 : Move arg parsing to setupAdditionalArgs for perfetto listener.
42f6a0a08 : Add maps pip rule.
06b0987b2 : Add a CrystallBall metrics collector for FASS
f851b71e3 : Add Group APIs for notification tests
06b6c7674 : Generate bugreports for failed tests
56e22b818 : Stabilize TraceIsTaggableTest#canCreateTagsFromDeviceTrace test
388e88d39 : Add librenderengine_bench to native_metric_test_list
82ad6ce9a : add failure skip for googlecamera crash
dd7552913 : Add youtube pip rule.
91e839772 : Move setUpAdditionalArgs() into BaseMetricListener.
d02bbdb38 : Add upload picture rule.
0d7c4c39d : Detect end tag based only on id
ff5de0e34 : Revert "Add IME Appear assertions for FASS and tests"
d0e7c6e29 : Add IME Appear assertions for FASS and tests
ef5be17de : Remove libvrflinger as it is not used anywhere
0149af10d : Add App Close assertions for FASS
8987282fc : Add ability to filter on backtrace info to CrashUtils.
8fd670754 : Add backtrace reporting to CrashUtils.
790bba1f2 : Remove MultiLog thing
c8f52589a : Move common-compat lib tests near the code
d49bdfde3 : Replace spaces with special character in perfetto file names.
378f45b13 : Check if the output dir exists in FASS test rule
3cbfbe737 : Remove TEST_MAPPING file unit_test:true is sufficient
eba4067ea : remove crash collector
0c6c12dbc : remove crash collector
75f0eceb7 : Flicker: Update proto definitions
2a253ce30 : Add AppLaunch assertions for FASS
eab2b5e33 : Add a wait condition to the Rotation FASS test
0beb168a3 : Add an action and a wait condition to the FASS test
afdc74596 : Adding failure skip for NFC routing crash
769d87f68 : remove crash collector
768bda7e9 : Enable FASS assertions for regular rotation
eee6304d8 : Add assertion name to FASS error
14b160f0d : Create a test rule to read data from Flicker
b9f18e518 : Add multi user CUJ trace config to test artifacts.
056fbbeff : DO NOT MERGE: Disable FrameworksNetTests
9a88a08bd : Add build config for Muti user trace config.
b92882663 : Add dynamic class rule injection to microbenchmarks.
fe348d3c8 : Backport multi user config.
2f2e62f07 : Update Assertion Engine test to use a tag trace
611d643a5 : Remove Android import from common
65db315b6 : Update FASS assertions
7cdcfb951 : Refactor PipClose to PipExpand and fix processor test formatting
b18462ae4 : Refactor BaseState away from tag processors
701dff199 : Add IME processors back into Tagging Engine
2fb99921c : Add TraceIsTaggableTest with added processor to tagging engine
319f34c0c : Add wallpaper BBQ wrapper component
9b7c35868 : Add AppCloseProcessor with test
39b1aaee6 : Update AppLaunchProcessor to use different fields
a7920f0c7 : Ensure the device is stable before starting/stopping tracing
f6b5802a1 : Use display information from layers trace on assertions
af1439c58 : Add App Launch Processor in Tagging Engine
c1b5e6d18 : Fix app window visibility assertions
68e02291b : Revert "Add test to check if traces generated are taggable"
72b9f8ac2 : add perf-setup to continuous_native_tests
c1500a448 : Update App Launch Processor for new fields in traces
f5644f4f2 : Add Pip Exit Processor
255d39568 : Add test to check if traces generated are taggable
998a45827 : Define an assertion running system for FASS
78b61c460 : Revert "Use display information from layers trace on assertions"
60c6f15d7 : Update Rotation Producer to use displays
6f0630ae1 : Add Pip close processor with test
dc728864c : Add pip resize processor and test
fb1968bd1 : Use display information from layers trace on assertions
476d7965a : PipEnterProcessor improvements.
2cccf3104 : Revert^2 "Remove DeviceHealthTests"
b16bfa5ef : Add Pip Enter Processor with Test.
774607a62 : Add FlickerLibTest to list of platform tests
9b16431d3 : Move Assertion Engine from common to service
a4b384ef2 : Remove DeviceHealthTests
ebb83da85 : Monitor screen recording from FASS test rule
334e7ed1b : Make FASS accessible from winscope
06970f416 : Revert^2 "Remove DeviceHealthTests"
6230b6bed : Rename detectors to assertors
c4becd079 : Added a microbenchmark to codelab answers.
0d5a3cb32 : Add a config file for FASS assertors
998be561a : Add layerId to WindowContainers
4c8a84d52 : Update tag properties to use 0 as default
5d458d41c : Add a rotation test with FASS test rule
c076e401c : Change the rules for splitting the traces
4bf804165 : Fix tagIds not updating correctly
3ea6e5bf6 : Add AppLaunchProcessor with tests using Finite State Machines
6f504f4ee : Add IME Disappear Processor with test.
f9607e58e : Introduce script for locking Wembley CPU and GPU
2c4bd2e75 : New perf-setup tests
41b8ddab7 : Cleanup HelloWorldTests configs
9dfd91ec2 : Add Ime Appear Tag Processor with test
dcd2cdca8 : Refactor test source folder to organize tests
07be93e89 : Create new test group to split the tests
265aab6e0 : Add displays to layers trace
740a7e879 : Add boot image fingerprint to DevicePropertyInfo.
a059f7338 : Updated imports for proto types that were moved
51642680f : Rotation tag processor using a FSM
0392475ba : Refactor Conditions to reuse in FSM
24d09ff7a : Split the wmTraces and layersTraces by tags.
6d0567fdb : Add a filter method for splitting traces
3b33d2016 : Lib functions to check if any layer is animating
29482f1c4 : Propagate the outputDir and testTag from test rule
ed33b40b1 : Clean outputDir before every Fass run
1e65a3b7b : Add an option to (not) append the name to stopwatch metrics.
05544e055 : Add assertion name to the error facts
4841e61fe : Enable runtime test-level rule injection in microbenchmarks.
d251bd4a1 : Add an option to (not) append the name to stopwatch metrics.
f4432d31c : Add documentation to the Microbenchmark test runner.
0612cae11 : Let DynamicRuleChain take instrumentation arguments in its constructors.
4b1205281 : Add a test for LayersTraceSubject.forRange()
572c73aaa : Rename android.media.MediaTranscodeManager -> MediaTranscodingManager
819c7ed87 : Create the initial version of Fass pipeline
405ece503 : Extract magic numbers out into constants
0b2674e05 : Add tests for coversExactly API functionality
f8a32ccf3 : Convert STS to Extra Business Logic
3e7e74462 : Error class toProto method now references correct magic numbers
986123bd3 : Add TaggingEngine and abstract TransitionProcessor for tag generation
77ef44009 : Add outputDir parameter for WMFlickerTestRule
d8e92cb82 : Add Extra Business Logic support
cdd6be67b : Create a test rule for the WM Flicker service
4e5f0da95 : Updated OWNERS
225d073a6 : Fixed multi-user-helper dependencies.
75e982552 : Allow option name override in DynamicRuleChain.
c154a3ba3 : Add magic number to tag and error proto files
89bedf073 : Fix TagTrace.kt to remove Serializable
efbd35309 : fix incorrect regex for app_anr bug_map
059866a71 : Allow adding or subtracting regions for assertion
572c6081b : fixing the backslash from app_anr regex
1571a16b1 : Add proto file, tag and error classes with parsers in flicker
f7366b2ac : Pass traces to Flicker Service instead of states
46ac43074 : Add interfaces for the Flicker as a Service
7062934d3 : Adding failure skip for AiAi ANR
4b57fe9c0 : Converted android.car dependency into android.car-system-stubs
2f84261aa : Add a test filtering support on flicker
a14d04067 : Introduce a .winscope extension for all winscope files
b0f816933 : add failure skip for nfc hardware crash
92b2def0a : Switch on Error Prone: MissingCasesInEnumSwitch
3743f24a0 : Property changes now show up on hierarchy view.
713ed8576 : Add a rule that loads rules dynamically.
8b87b2c77 : Revert "Remove DeviceHealthTests"
4d0c2f78c : Switch on Error Prone: Fallthrough, LongLiteralLowerCaseSuffix
9aafbb35f : Switch on Error Prone: StreamResourceLeak
2dbcae60f : Add a test filtering utility that can be used in other runners.
f6f13dcee : Remove DeviceHealthTests
bd2c138c0 : Add PinnerSnapshotListener.
5133d1234 : Improve flicker exception message
89cd236e9 : Change docs on creating statsd configs to point to internal docs.
2922720ec : 6/ Parse flicker objects for SF in winscope
fa30799e4 : Simplify flicker assertions
3b630f99b : Improve split screen divider detection
210cdbc85 : Add build target for multi user perfetto config.
212074d11 : Add more tokio tests
6a01bcdd1 : Launch an app after changing navigation mode
b44fa811c : Add a top level OWNERS file for CB libraries.
f6a34094e : De-optimize flicker lib
c10bc5a36 : Add tests for occluded by
ca0037738 : Add debug to assertions checker
0b08820c7 : Supports retrieving lists of layers or windowstates for assertions
a635bc632 : Increase wait for video test on FlickerLib
da1882273 : Don't wait for home screen rotation
493197b87 : Back port jank listener changes.
9e3afb25a : Include a name in the waitFor invocations for logging
51f3f9ea7 : Update PerfettoListener.
0302c776e : Convert crashcollector/Android.mk to Android.bp
c3863f77a : Stop microbenchmarks if the battery drains more than a certain amount.
b096ce068 : Revert "add failure skip for statementservice ANR"
746dfa69a : Replace FIRST_SDK_INT to DEVICE_INITIAL_SDK_INT
f78f4511e : Removing ContactProviderTests2
99f17c0f3 : Add a generic OpenAppsFromHome CUJ for opening any applications.
c1edd65ed : Audio Test Harness - Enables TradeFed Configuration of Capture Device:
0cfbd234e : [LSC] Add LOCAL_LICENSE_KINDS to platform_testing
b2818bf87 : add failure skip for app_crash system_ui
95bb4c06e : Audio Test Harness - Expands AudioCaptureStream API:
43680a66a : Add rules for WM trace based flicker detection.
a7fb8ddcd : YouTube CUJ app-helpers librareis
117daed02 : Add failure skip for gmscore ANR only for crosshatch
981bfb325 : Add min*Version and max*Version to GasTest annotation
8f4811d64 : Add basic "math" work scenario and microbenchmark.
13d777842 : Audio Test Harness - Adds Audio System Diagnostic:
af08dffae : Audio Test Harness TradeFed Libraries - Adds Custom Android.mk to Install Library to TradeFed:
ce86cd48a : Audio Test Harness Sample Test - Finalizes Sample Test:
c6c5c286e : add failure skip for statementservice ANR
7d283507b : Audio Test Harness Sample Test - Writes Test XML for Sample Audio Test Harness Test:
575224c50 : Audio Test Harness Sample Test - Renames Tradefed Library:
322f2cd24 : Audio Test Harness Sample Test - Builds Instrumentation Test App:
631a6f244 : Add an idle microbenchmark test.
e1f88d695 : Audio Test Harness TradeFed Extension - Builds Log Forwarding Handler
51ab9f9cf : Audio Test Harness TradeFed Extension - Implement AudioTestHarnessHermeticServerManagingMetricCollector:
ae8543353 : Add terminate on test fail option.
9b6468dc2 : Audio Test Harness TradeFed Extension - Split Server class into Factory and Implementation classes.
bee9f4cee : add failure skip for euicc ANR
cf99541bc : Add failure skip for gms nearby tile service ANR
43bb1ba4b : Remove TEST_MAPPING file unit_test:true is sufficient
b17fd1e18 : GoogleCamera event log collector
f8d30627c : Align the benchmark start with the charge counter.
a4fb2dc60 : Support terminating benchmarks early if the battery is low.
a5f72e52d : Rollforward of "Audio Test Harness Client Libraries - Implement the GrpcAudioCaptureStream:"
628965390 : Add memhog preparer for heavyweight MPTS

+- Project: platform/prebuilts/module_sdk/AdServices

0d99cbc : DO NOT MERGE Drop prebuilt files to android source tree.
e362479 : DO NOT MERGE Drop prebuilt files to android source tree.
d168ce3 : DO NOT MERGE Drop prebuilt files to android source tree.
835382d : Finalize artifacts for extension SDK 3
7ab80c5 : DO NOT MERGE Drop prebuilt files to android source tree.
116f950 : Drop prebuilt files to android source tree.
4f7a5e9 : Drop prebuilt files to android source tree.
ed25eca : Drop prebuilt files to android source tree.
4810c4b : Add Android.bp.auto for extension SDK 3
e8c2afb : Finalize artifacts for extension SDK 3
a95e4ff : Initial empty repository

+- Project: platform/prebuilts/module_sdk/AppSearch

789520b : DO NOT MERGE Drop prebuilt files to android source tree.
e36d202 : DO NOT MERGE Drop prebuilt files to android source tree.
c0a9ff0 : DO NOT MERGE Drop prebuilt files to android source tree.
b6731bc : Finalize artifacts for extension SDK 3
73cef0e : DO NOT MERGE Drop prebuilt files to android source tree.
dbf7f61 : Drop prebuilt files to android source tree.
6714305 : Drop prebuilt files to android source tree.
b4b8c02 : Drop prebuilt files to android source tree.
f05e9d3 : Add Android.bp.auto for extension SDK 3
87647ca : Finalize artifacts for extension SDK 3
302feb0 : Initial empty repository

+- Project: platform/prebuilts/module_sdk/OnDevicePersonalization

a3b4392 : DO NOT MERGE Drop prebuilt files to android source tree.
0d1e471 : DO NOT MERGE Drop prebuilt files to android source tree.
3feccda : DO NOT MERGE Drop prebuilt files to android source tree.
97095dd : Finalize artifacts for extension SDK 3
dd9da79 : DO NOT MERGE Drop prebuilt files to android source tree.
a35d1d0 : Drop prebuilt files to android source tree.
36c72a4 : Drop prebuilt files to android source tree.
2d48c28 : Drop prebuilt files to android source tree.
625df2f : Add Android.bp.auto for extension SDK 3
8b92f14 : Finalize artifacts for extension SDK 3
272ef83 : Initial empty repository

+- Project: platform/prebuilts/module_sdk/Uwb

bad0579 : DO NOT MERGE Drop prebuilt files to android source tree.
2a4dc74 : DO NOT MERGE Drop prebuilt files to android source tree.
b844a90 : DO NOT MERGE Drop prebuilt files to android source tree.
dd6f8d5 : Finalize artifacts for extension SDK 3
283a47c : DO NOT MERGE Drop prebuilt files to android source tree.
d738680 : Drop prebuilt files to android source tree.
df825aa : Drop prebuilt files to android source tree.
51ed541 : Drop prebuilt files to android source tree.
23e31d5 : Add Android.bp.auto for extension SDK 3
00e0aaf : Finalize artifacts for extension SDK 3
907d47f : Initial empty repository

+- Project: platform/sdk

9f4047025 : Remove obsolete product_sdk.mk

+- Project: platform/system/apex

12b1e6d4 : Revert "Make apexer replace instances of version placeholder str..."
1805ea3c : Mark APEXes that changed version during this boot
5f90e159 : Update the allow list inside apex_shim.cpp
8e04e8fa : Drop prebuilt files to android source tree.
375b54ea : Specify rotation target for CTS shims
ce5efeba : Add CtsShimPrivUpgrade to shim.v2_apk_in_apex_upgrades
ff9a15cd : Make apexer replace instances of version placeholder strings with the version before building the apex image.
78523bb3 : Display a warning message if a "lost+found" directory exists
a321f233 : Disable broken tests
bb4134ae : Pass assets directory
9a7283d5 : apex: fix potential use-after-free of stack memory
f725c0cd : New tool to verify a batch of APEXes on the host: host_apex_verifier
24ee348b : Manually revert "Make apex payload image change when AndroidManifest.xml file changes"
465eefac : Delete staged SEPolicy files if the session is aborted
ff101e28 : Disable apex_rollback_tests since it doesn't clean up files
3b21aa75 : Add tests for maxSdkVersion support
708e7698 : Add satayev@ to system/apex/tests/OWNERS.
4dcb28b5 : Fix reference to certificate.
0ef01097 : Enable fsverity on staged fspolicy
6c53d480 : Test the JNI support in Apk-in-Apexes.
14906a3e : Fix ApexInfo matcher and failing tests
172af20a : Remove redundant "using" statement
8fd84e85 : Normalize file permissions for deterministic output
007c1634 : Geneate AndroidManifest file if the apex_test module does not have one.
c3c2a971 : Copy sepolicy apex data to /metadata/sepolicy/staged
f151f363 : DO NOT MERGE: Disable apexer_test on sc-dev
fdd55771 : Wait for files to be deleted.
493e2b37 : Emit provideSharedApexLibs to apex-info-list.xml
7dd5b1e7 : isFactory in VM mirrors isFactory in host
123b5201 : Code cleanup (10/n)
e530faf0 : DO NOT MERGE: Disable apexer_test on sc-v2-dev
ea50a885 : Revert "Temporarily disable apexer_test during JDK udpate"
a675656b : Fix indent issue in apexer_test.py
93790e88 : Include the orginal APEX file by making a copy of it instead of creating hard link to it.
51a9d806 : Read last update timestamp from metadata if available.
220c320a : Delete obsolete TODO
f2ffd650 : Make apex payload image change when AndroidManifest.xml file changes
93b67739 : Apexer: make the output deterministic
6484330a : Add default license.
c3a00e6a : [LSC] Add LOCAL_LICENSE_KINDS to system/apex
12bc67aa : Add block apexes for OnBootstrap and OnStart
fe4ff29b : Convert conv_apex_manifest.py to python 3
37af7609 : Simplify ApexInfo classpath info
42df07e9 : Preserve attributes on rollback.
f217afc2 : Use system property for payload metadata
673b9ee7 : Add apex-system-service to apex.test.
a63900dc : Temporarily disable apexer_test during JDK udpate
1aeb7eca : Use the right module name in TEST_MAPPING.
f7f4ede5 : Don't use ResultError.
6116f4ff : Tests for Apk-in-apex scanning
2b6b5746 : Fix parsing of 'nr_requests'
fdf6badb : Fix a log statement in ConfigureQueueDepth()
7d3d3989 : Fix the code that removes the trailing newline from 'nr_tags'
8c12feba : Regenerate decompressed artifact in case it has wrong SELinux context
d321f4c3 : Update references to out/soong/host to out/host
7d7b4fbc : Convert apexer to python 3
e1d4b8a1 : Revert "Revert "Allow users to choose between multi-installed ve..."
5a009ac5 : Revert "Allow users to choose between multi-installed vendor APEXes."
b82b8d8c : Allow users to choose between multi-installed vendor APEXes.
8849bf66 : Allow specifying an existing key+cert module.
0c102354 : Suppress an error message
3e37e1ee : Rename compressed apex test app.
a5319f76 : Add updatable: false directive.
182eeeed : Add unit test for apex_classpath.cpp
ddcd9bcf : Determine if staged apex contributes to classpath or not
153c2d4e : Disable ApexSharedLibraries test for native bridge
23480f79 : Fix a source code comment
942d4e5a : Add EROFS support for APEX
68267ae8 : Pass APEX package name as input parameter
04da6747 : Reduce the loop device queue depth
9263a179 : Update README.md
4ef334b5 : Root digests are compared in hexadecimal format
8cad4e39 : apexd: fallback to buffered IO when filesystem doesn't support DIO
194c4472 : Avoid hardcoding host bin path for test artifact
ee0a624a : Delete more dead code
35379a3c : Wait for files to be cleaned up by apexd
8b62004c : Log package name on error in addition to path
de3e8b01 : Remove more pre/post-install hook related code
66fe9699 : Remove preInstallHook functionality
79ea0a60 : apexservice_test: enable apexd VERBOSE logging
1b8f2f7d : Add uid checks to apexservice binder calls
012f9eb7 : Move RevertStoresCrashingNativeProcess to apexd_test.cpp
4aa6c382 : Pass mountpoint argument to e2fsdroid
1ce67fea : Block apexes can be verified with root digests
b72db1f5 : Metadata for block apexes can be overridden
527a1f70 : Set config before calling internals of apexd
3c22a463 : Mount block apexes via dm-verity
bbf58753 : Remove testStageActivateUninstallApexPackageWithUserspaceReboot
404f9fb0 : Wait for reboot or boot to complete in WaitForBootStatus call
3155bfd7 : Add MicrodroidHostTestCases to TEST_MAPPING
ca6a5f80 : Remove support for postInstallHook
e9a56c37 : Skip ApexShimUpdateTest if shim APEX is missing.
b2f2d7bc : Move flattened APEX activation logic to apexd
a31b9d63 : Remove redundant test from ApexServiceTest
054d15a4 : Wait for files to be deleted.
e732c7a6 : Remove activatePackage/deactivatePackage AIDL functions
b4ad559a : Move remaining activation-related tests to apexd_test
8f41aa70 : Use android-base/result-gmock.h in apexd_test
80d95f42 : Move UnstagePackages tests to apexd_test.cpp
472c541d : Move more activation-related tests to apexd_test.cpp
992a2215 : Move some more activation related tests to apexd_test
b083fea5 : Move compression-related tests from apexservice_test to apexd_test
02d3236e : Move StagePackages tests from apexservice_test to apexd_test
1a6186bb : CreateLoopdDevice: don't return std::move
73a5ad21 : apex_compression_tool: add --verbose flag
7969846b : Only hold a mutex for necessary operations while creating a loop device
c2b8302e : Use I/O scheduler 'none' for loop devices
6a897461 : apexservice_test: move all initialization logic to SetUp function
76e888bf : Fix most of clang-tidy warnings
01eb8409 : Add API to query ApexInfo for staged apex sessions from apexd
4ddfe1e2 : Reduce the scope of 'sysfs_fd' in WaitForDevice()
cf037d96 : Make 'image_offset' unsigned
0afac397 : Remove the local definition of struct loop_config
450959c8 : Make sure that we don't leak temp mounts if SubmitStagedSession fails
0f328345 : Handle edge cases of shared libs APEX versions.
227cc527 : Apexer creates zip file without external tools
3bb52274 : Do not special-case block APEX.
b0ff9021 : apex: pass --align-file-size to signapk
96571365 : Deflake apexd_test#OnBootstrapCreatesEmptyDmDevices
c0a2060d : Avoid installing apex sessions when not in fs-checkpoint mode
cba57c59 : Update apex shims in preparation for rebootless update CTS tests
8b230759 : Only restore apex backups on non-checkpointing devices.
4688e0fe : Stabilize apex-info-list-api^2
08c287d4 : Add com.android.apex.cts.shim.v3_rebootless
c2cb2677 : Allow deapxer to list files inside capex
7d29c41c : Rename VM payload metadata partition
97012824 : Add lastUpdateMillis field to apex-info-list.xml
7caa55a1 : Trace apexd boot functions
28cefc14 : fix ApexTestCases::ApexdMountTest
d03c9173 : Stabilize apex-info-list-api
53688790 : Move call to BootCompletedCleanup from OnBootCompleted into apexd_main
b2b8987f : Reduce boot time by proactively creating dm devices
6c6a6e00 : Clean up ota-apex whenever we reserve space
102a6298 : Move soong variable to different repo.
ca018841 : Add module_build_from_source soong config variable.
0011bc0a : Fix samegrade after reboot flow for rebootless updates
8577d3d9 : Log the duration of OnStart and OnBootstrap (3/n)
0eed8f93 : Propagate the error message during apex activation to session object
14b75208 : Remove userspace reboot apex rollback tests
90d1a782 : Release compressed blocks in case /data is f2fs-compressed fs
a678832b : Use different manifest for rebootless shim APEX
1724d0cf : Explicitly set 'generate_hashtree: false' for apexes used in apexer_test
9e8c1999 : Temporarily disable apex_rollback_tests in presubmit
592caa03 : Add shim APEX for testing rebootless update flow
e159985e : Add ramdisk_available to init_first_stage's deps
67da6de2 : Rename test_only_no_hashtree to generate_hashtree
f396217d : Rename VM payload's metadata partition to "metadata"
28fc10fa : Update apex-info-list.xml during non-staged install
d4e39312 : Add prebuilt_apex for two shim apexes used in ApexManagerTest
1c73ff65 : Add logs to profile the duration of apex mount time (1/n)
7830874a : Add prebuilt_apex for two shim apexes used in ApexManagerTest
0994fd4d : Include decompression directory as built-in directory in test
73710216 : Read size from block apexes
5323a355 : GetActivePackages() opens "block" apexes with size
500b2d9d : Apexd activates "block" apexes in vm mode
3af89d05 : Add OnStartInVmMode() entry point
9779466c : Add an optional size param to ApexFile::Open()
f5b09f82 : GetActivePackages() opens "block" apexes with size
e7e5678f : Apexd activates "block" apexes in vm mode
290e6f19 : Add OnStartInVmMode() entry point
4711a184 : Add an optional size param to ApexFile::Open()
834d4912 : Drop prebuilt files to android source tree.
b0278b12 : Handle errors in non-staged install flow
85fb4645 : Add more checks on what APEXes can be installed rebootlessly
88011146 : Drop prebuilt files to android source tree.
9137dc2d : Add an apex signing payload with different key
2983ffab : Clarify requireSharedApexLibs scope.
e44c1030 : Generate tinyxml2-based Apex Info sources
3d6d9a28 : Delete bind mount point if deferred is false
8cef66e2 : Basic implementation of installAndActivatePackage binder call
ce80f406 : Fix lack of clean up in some ApexdMountTest
30dd4dcb : Add a skeleton of installPackages AIDL function
b5d2bbd8 : Build shim_not_pre_installed shim artifact with proper sdk target
ce03b95b : Add a skeleton of installPackages AIDL function
c8ef0392 : Clean up ota_apex when we reserve 0 bytes for CAPEX
b0298f5c : Refactor CAPEX decompression flow
7eb151db : Validate decompressed APEX by matching root digest
a6f7dcfd : GetActivePackages() opens "block" apexes with size
0e099c8d : Apexd activates "block" apexes in vm mode
e0df7c22 : Add OnStartInVmMode() entry point
23ce51d0 : Add an optional size param to ApexFile::Open()
2db431d3 : Revert "Remove ART APEX from the bootstrap apexes"
593783c9 : Revert "Remove ART APEX from the bootstrap apexes"
739810ce : Revert "Remove ART APEX from the bootstrap apexes"

+- Project: platform/system/bpf

490a53e : bpfloader: add ability to disable btfloader
98ec8cf : Revert "disable bpfloader selinux_context support"
a529b32 : disable bpfloader selinux_context support
5ed96f4 : bpfloader: support 'shared' maps and per-map/program selinux context
8482e88 : bpfLoader: verify that reused maps are the right type & shape
14fdd0a : add support for 'netd_readonly'
72c3298 : remove spurious newlines in ALOG lines
1d018c1 : bpfloader: add support for perf_event program type
af617ca : ease debugging - print pinned bpf prog & map ids
4dfce18 : bpfloader: add support for netd_shared and net_private subdirs
da4f92c : move net_shared bpf programs into net_shared subdirectory
d0af44d : Add bpf to hwasan-postsubmit
16c9360 : Add socket filter to allowed programs for vendor and remove tracepoint
2861e3d : Include android_filesystem_config.h in mock_bpf_helpers.h
0f10f3f : bpfloader: also load from /vendor/etc/bpf/
07f02b5 : remove libbpf_android_headers target
a48639e : bpfloader: use kernel logs
4e2f460 : Load Bpf Program With Expected Attach Type
74a02dd : Run libbpf_load_test in presubmit
5091314 : libbpf_load_test: use "data" instead of "required" for test progs
0ea4c6b : bpfloader: don't depend on symtab ordering to find function name
0056fdc : Test loading both with & without BTF
35425e5 : bpfloader: load map BTF via btfloader
00fa963 : Make BpfLoadTest parameterized to support multiple test programs
6d69784 : Allow bpfloader to handle 'net_shared' subdirectory
52863b6 : Update Loader.cpp for updated bcc
d568947 : [NETD-BPF#22] Move a few headers to frameworks/libs/net
fb04562 : Rename bpf_map_utils to bpf_headers
474eb0b : Rename libbpf to libbpf_bcc
e802bac : DO NOT MERGE Rename libbpf to libbpf_bcc
b1d4888 : [NETD-BPF#14] Move BPF map definition and utils to frameworks/libs/net/
b81aef3 : [NETD-BPF#13] Delete libbpf_android_test from system/bpf
5b0fbc1 : [NETD-BPF#10] Add WaitForProgsLoaded.h
9548f9f : Support fuse prog types
02c2536 : [NETD_BPF#8] Move BpfUtils.cpp to BpfUtils.h
2b20313 : fix 'cgroupsockaddr' support
e49e0c6 : document how to debug bpfloader failures
41661a1 : add mainline module support for targetting only newer bpfloader versions
3adb1d5 : rename SEC() to SECTION()
fbe8caf : Always use OWNERS from master branch.
5460527 : BpfUtils.h - switch to GTEST_SKIP in all 4 SKIP macros
fa03239 : bpfloader.rc: set /proc/sys/kernel/unprivileged_bpf_disabled to 0
a5f8c66 : [NETD-BPF#13] Delete libbpf_android_test from system/bpf
25c0285 : Add Bpf Prog Type for CGROUP_SOCK_ADDR
eb61b73 : Increase the log size for larger bpf programs
b28bf2a : bpfloader: add schedact support
e8d6df1 : Cleanup unused dependency to libprocessgroup
bb05a5c : Add support for testing of eBPF programs
7ed94ef : expose readSectionUint() for testing
36c53ba : bpf - struct bpf_map_def - add min/max kernel version.
df91d2b : bpf - add a bunch of static asserts on size/alignment of struct field types
0bf9219 : bpf - move to v0.1 .o struct formatting
a21256d : bpfloader - minor fixups asked for by reviewer
9217eee : bpf loader improvements for better long term compatibility with mainline
d27ae79 : Enable Async MTE in bpfloader.

+- Project: platform/system/bpfprogs

6def194 : FUSE-BPF: Catch FUSE_RENAME in prefilter
3f3c5c9 : FUSE-BPF: Make debugging messages format consistent
41fe801 : FUSE-BPF: Rearrange cases based on enum order
21cce61 : time_in_state: handle SDK sandbox UIDs
f78a0a3 : Test time_in_state.c in presubmit
5055d7c : Removed comment -- no longer correct.
22cc434 : time_in_state: enable BTF
28bae55 : Use btf property for bpf_load_tp_prog_btf.o
b7d120d : Catch CANONICAL_PATH in prefilter
3e438a0 : bpf_load_tp_prog: add a second prog to test kernel version checking
43c3eb7 : Also build bpf_load_tp_prog with BTF enabled
bcd38b4 : Specify include path for time_in_state.c
d9186d5 : time_in_state: unblock cpu_frequency event.
5bb6bb9 : Add fuse_media bpf prog
ea5b225 : switch to using OWNERS from master branch of system/bpf
fd94589 : bpf_load_tp_prog - switch to DEFINE_BPF_PROG macro
25a6ef1 : bpfprogs OWNERS - just use bpf's OWNERS
8d866e6 : time_in_state: prevent corruption of active CPU counts
9ba7813 : time_in_state_test: fix active CPU counts
266d5a2 : Add unit test for time_in_state BPF program
ca8ade9 : Add license_text for GPL 2.0 remove Apache 2.0

+- Project: platform/system/ca-certificates

278c777 : Move comment to license_note
1364814 : Add empty list of license text.

+- Project: platform/system/chre

c6549e2b : Fix disabling the scan monitoring
15693f5e : Sync CHRE BLE API with legacy APCF version
381a1eba : Revert "Revert "Restore SocketCallbacks class from HAL impl""
8dc8ad78 : Revert "Restore SocketCallbacks class from HAL impl"
07ddfc29 : Restore SocketCallbacks class from HAL impl
e5ef4adb : Upgrade to clang-r450784d
340422ca : Init the DramVoteClient earlier
577d1e16 : Temporarily disable CHPP WWAN assertion
091f7c5f : Fix CHPP NAN sub/cancel handling
f3bc782e : Handle NAN availability synchronously
1a1f47c4 : Update power test nanoapp to issue NAN ranging req
246aeb31 : Ensure the NAN ranging response is properly handled
e43f1c03 : Set NAN ID callback response up correctly in CHPP
caa0d250 : Support NAN ranging async result on CHPP client
474803cf : Fix ranging async CHPP service impl
575382c4 : Fix a race condition in the GNSS sim tests
822d3b75 : Revert "Revert "Revert changes to the nanoapp loader""
a93287ee : Revert "Revert changes to the nanoapp loader"
c0a1203c : Add support in the power test client for WiFi NAN
99816081 : Clean up NAN support for CHRE daemon
f373a9cb : Ensure max one outstanding GNSS request
d0d8f203 : Fix run_pal_impl_tests.sh
dbfe2ae4 : Support more libm functions in the loader
58cd1ac1 : Revert changes to the nanoapp loader
71f604b2 : Modify CHPP capabilities assertion
95316520 : Add delete operator to the overrides
decd46a3 : Fix sign comparison in AtomicSpscQueue
bb94995b : zephyr: add linker section for version.cc
2e5611fa : Add AtomicSpscQueue
128be4a2 : Fix gtest build
24ea79d7 : Remove reverseDomainName for chre atoms
33fbc562 : platform: zephyr: fix zephyr build
c14f1165 : Add NANOAPP_LATE_CFLAGS to build template
ac12af0d : Explicitly test chre API return code
47fead03 : Add logs for resources cleanup
68bbb12a : Change chreLogNull to static inline
fccf34db : Cast version macros to uint32_t
3a9a33cc : Add a test for audio cleanup
e5779a16 : Add a linux testing audio platform
fe9dd461 : Fix a compilation error with run_sim.sh
826868f1 : Add linux audio PAL
f5901348 : Cleanup memory on nanoapp unload
325c6ec6 : Increase fudge factor for pressure cross-val test
e87958e0 : Fix bugs in power test nanoapp
ace1c0de : Allow loading multiple nanoapps in sim tests
a9f67fb7 : Assert that scan starts successfully
a1348e82 : Update power test nanoapp to handle NAN events
2141a1da : Issue NAN request based on host messages
a9a11e6d : Support WiFi NAN in power test message schema
89ac518a : Cleanup timers on nanoapp unload
4b2c3198 : Revert^2 "Revert "Update CHRE daemon NAN handler.""
94ec4a9b : Use a standalone timer for simulation tests
0689a81b : Clarify the doc for waitForEvent
0365c08f : Add a test for sensor cleanup
e61ac4b5 : Add linux sensor PAL
2e1ba542 : platform: Support zephyr
e57975f1 : Gracefully exit the wifi HAL handler thread.
e676f5de : Include required header file in WifiRequestManager
f979219e : Gracefully exit the wifi HAL handler thread.
16f1579b : Adds tagged log macro for nanoapps
4648f59a : Remove logs for resources cleanup
ed91a054 : Cleanup BLE scan on nanoapp unload
9a2399c8 : Revert "Revert "Update CHRE daemon NAN handler.""
f414a4f8 : Fix build template expansion
50f556ed : Add value_type to vector/array containers
d9f07d3f : ssize_t is not supported on all platforms
00bee080 : Avoid potential infinite loop
ab218e35 : Add a build only option to run_sim.sh
c5395ace : Nan subscribe cancel sync -> async: Tests
450aa5ef : Nan subscribe cancel sync -> async: CHPP
a98de250 : Nan subscribe cancel sync -> async: WiFi PAL.
a34f6012 : Nan subscribe cancel sync -> async: WifiRequestManager
614a3c03 : Add basic PAL implementation tests for WiFi NAN.
cd03fd52 : Add GNSS API error distribution logging
b2898f0b : Skip testing passive listener when unavailable.
e262c0d5 : Add indicator for the validity of wifi, wwan, gnss capabilities result
66c6e196 : Initialize CHPP service openState during registration
2c9d672e : Update the todo_checker tool and preupload config.
4a4454ec : Update X86_TOOLS_PREFIX to clang-r445002
80af5920 : Fix shorten-64-to-32 errors
cc28fabe : Revert "Update CHRE daemon NAN handler."
2a0b8d54 : Cleanup active audio requests on nanoapp unload
1bd3b8c0 : Cleanup sensor subscriptions on nanoapp unload
b1962f73 : Cleanup GNSS subscriptions on nanoapp unload
ca14b5af : Cleanup WIFI subscriptions on nanoapp unload
e50f5d3f : Update CHRE daemon NAN handler.
5d3039e0 : Define CHRE_NANOAPP_USES_BLE in nanoapp build system
d5daa5b8 : Add NAN subscription stats to CHRE debug dump.
d8f54851 : Update nanoapp id
12c094ef : Convert Host Endpoint test to the new APIs
6c37859d : Add new APIs for simulation tests
e1b850fe : Convert NAN tests to the new APIs
371d45e7 : Convert BLE tests to the new APIs
86a17570 : Split out kiss_fft and googletest from external.mk
873ed7e9 : Make NANOPB_INCLUDES add to proto path
048fce17 : Added total wakeup count for nanoapp in debug dump
d9a9d2b1 : Create BLE World Nanoapp
cc33a4c7 : Fix output path and options warning in nanopb.mk
2a1f3710 : Add explicit cast to suppress warning
633498e2 : Ensure source/includes use path prefix
8215bc9b : Rename existing QSH shim code to proto-shim
787d2279 : Handle settings changed notifications for NAN subscriptions.
05df8014 : Specify directory dependencies as order-only.
5a75dc72 : Disable pw_rpc assertions until the nanoapp can be enabled
7aab735e : Enable the host to provide max scan result to be cross validated
7142406b : Add NAN support to CHPP's WiFi service PAL.
4f9842b2 : Move span import inside pw_rpc macro
346734df : Add macro to disable usage of pw_rpc in CHQTS
1d9a2ed9 : Support isgraph in the nanoapp loader
76f59518 : Fix the build of CHRE wifi_world
70a69511 : Make nanoapp support DSO header c-compatible
bb4d9b39 : Fix build issues in CHRE
256b3112 : Add macros that define support for certain C++ headers
a8abce7a : Fix BleRequest mergeWith method
dae8f9a6 : Support logStateToBuffer in BleRequestManager
f7deeca1 : Test pw_rpc integration with rpc_service_test
938ec7ff : Add support for the echo service in the rpc_service_test
5ee729a9 : Add channel output tool for nanoapps using pw_rpc
a3c649c1 : Convert rpc_service_test to use a singleton manager
8e7e73f3 : Add new include dir needed for pw_rpc
06d8736a : Fix the CHRE audio_world sample app
2ddbd0dc : Autogenerated CHPP conversion API, updated to handle NAN.
e1c52ef3 : Update the CHPP WiFi clients' PAL to support NAN.
c390341b : Add basic tests to check CHPP NAN struct encoding/decoding.
e92b02fd : Add a skeleton for WiFi NAN PAL tests.
ad320f53 : Add parser annotations to generate NAN structs and API.
02ef812e : Support annotating (C-style) strings in the CHPP API parser.
d1cd18e0 : Make instance ID uint16_t internally
11b5f04e : Support powf in the nanoapp loader
62f054d0 : Add missing BLE permission to CHRE APIs
16a93d87 : Add guarantee regarding instance ID max size.
35803993 : Handle BT setting toggle state in CHRE
ef839cc4 : Update CHRE_ERROR_SIZE
147f9ef6 : Add context hub hal events to the debug dumps
04c0e6a1 : Remove SettingState enum
c93da3f9 : Remove duplicated MAC address constant.
1e714780 : Add the PAL NAN engine to the simulator compilation sources.
ecd65e7b : Create SettingManager class
af3cf9f0 : Create SettingManager class
5e03a395 : Don't throw EX_ILLEGAL_ARGUMENT exception in hostEndpointDisconnected
726a5447 : Add NAN subscriptions to CHPP WiFi capabilities.
54149e99 : Add simulation tests to exercise NAN event flow.
0a37c942 : Add NAN simulation capabilities to the Linux WiFi PAL.
6e4839fd : Always perform a deep copy of the NAN config.
ceac27a2 : Update the service specific info size to be mutable.
bccbb6ab : Enable the linux host link to echo a NAN config request.
c899cde2 : Add pw_protobuf decoder to compilation list for pw_rpc
2c3e6b08 : Add pw_rpc util for handling ContextHub callbacks
b8391b38 : Enable the usage of chre/util on the host
4a97bb2c : Test BLE Scan APIs for one nanoapp
70b1240e : Add logf to list of exported symbols
76500103 : Don't return early when symbol isn't found in loader
643b5068 : Create basic ChreChannelOutput for pigweed RPC
69c6e468 : Add BLE functions to dynamic loader
74e781fd : Reorder SettingState enum vals to match CHRE API
1a4fa429 : Populate status in BleRequest move
cf340e23 : Fix bssidString Buffer assigned size
cbc5768a : Support sending BLE available state to nanoapps
7c7ce42e : Send BLE setting updates from HAL to CHRE
9da4af1b : Fix power test nanoapp
63e9790a : Add UNUSED_VAR to BLE API impl
00af7e0a : Fix unused var errors across all test apps
f05cee4e : Handle multiple requests from one nanoapp
6ad927c3 : Fix unused var and prototype warnings
4f89ba52 : Handle BT Permission in HAL
1e374bed : Add debug logs on WiFi cross-validation test failures
74231c08 : Add BLE_AVAILABLE to host message schema
7ca30001 : Add setting enum for BLE available
1ef37a9b : Fix simulator compilation
316e2514 : Add support for handling NAN enable/disable messages.
8d0eb598 : Update the Wifi Request Manager to handle NAN status changes.
78e8b783 : Update the CHRE daemon makefile to include WiFi Ext HAL.
34bb9462 : Update the CHRE daemon host protocol to handle NAN config requests.
3d526fcd : Update the CHRE daemon to propagate NAN config requests.
d35bc610 : Add a handler for communicating with the Wifi Ext HAL.
c5ebb780 : Add support for PAL resync callback
acaff77b : Support CHRE BLE Scan APIs
a0c0e500 : Enable BLE in the CHRE simulator
10ea1306 : Implement more calls to BLE PAL
fb6b3285 : Modify request multiplexer to allow move operations
f6df4dce : Add BleRequest for storing nanoapp requests
511a3baa : Finalize CHRE API v1.5
ce9d3852 : Move __attribute__ to correct order
9d385d9f : Report event loop stats
335725fb : Add logic for daily CHRE metrics
094ed5f8 : Encode PAL failed message
186e184b : Add vendor logging code within the CHRE daemon
9e460b18 : Remove pre-Hexagon v62 build targets
cae5ebf0 : Add logging code for vendor CHRE atoms
7af3fb8e : Make assert a C method so C code can include assert.h
9a525101 : Decoding metrics at CHRE daemon
8be47db8 : Add NAN enable/disable messages to host-CHRE message list.
ce1db78e : Guard NAN API with a feature macro.
0a21b297 : Avoid using string in host_messages.fbs
e9438416 : Update return type of generic AIDL implementation methods
2047ca97 : [CHRE stress] Add buffer duration for timeout timers
ef203b37 : Update HostEndpointInfo struct
535eb130 : Add WiFi NAN API to nanoapp loader.
0f59baf3 : Fix Wifi cross-validation test on checking scan result size
f5f973e4 : Clear host endpoint info on hub reset
d3a01ff2 : Adds more host endpoint simulation tests
0eec13e2 : Implement chreGetHostEndpointInfo
7ad37a07 : Add additional metadata in HostEndpointConnected
a7949aab : Create stubs for BLE PAL
36a03d27 : Add BLE APIs to nanoapp loader
34a082f7 : Add simulation test for CHRE BLE APIs
0a6d83f3 : Implement CHRE BLE capabilities APIs
91e2b104 : Add API for getting host endpoint metadata
11c0f3d3 : Upgrade to clang-r437112b.
92ccef94 : Use default cflags module for CHRE linux targets
126b47c7 : Plumb nanoapp NAN calls to the platform PAL.
43dcb6d5 : Add limit of result size on WiFi cross-validation test
11c9262d : Use target context for WiFi cross-validator
9feabac1 : Revert "Add CHRE WiFi NAN API symbols to the FreeRTOS nanoapp loader."
92954e7a : Add CHRE WiFi NAN API symbols to the FreeRTOS nanoapp loader.
cb6ebb4d : Remove range measurement from NAN discovery event result.
9cd72a59 : Support building pw_rpc in nanoapps
7e6f8e3a : Plumb nanoapp RPC services to host
f1330280 : Adds ContextHubRpcServiceTestExecutor
2a8983b4 : Upgrade to clang-r437112.
f28272d4 : Fix bitwise & formatting in ble.h
08bef748 : Use .napp_header as source of truth for power test client
65786d4a : Adds test nanoapp for RPC services
4c73435c : Adds nanoapp API to publish RPC services
572c866e : Adds NanoappRpcService to host message interface
48e8b7e2 : Move external .mk files to the external repo
74c92bed : CHRE Bluetooth LE (BLE) PAL API
9974e603 : Add the WiFi NAN PAL API at the end of the structure.
7fccf1ac : Fix potential divide by zero in stats container
4dab7786 : Add support for metric message interface between CHRE and AP
900b2d5d : Log Nanoapp App ID for WiFi requests
1ceb7344 : Update CHRE BLE Nanoapp API Documentation
a5bb2c6d : Adds MetricLoggingMessage and BatchedMetricMessage to host interface
f177ee1f : Fix build breakage
9bf94bc7 : Add test for host endpoint notifications
6b561c7e : Broadcast host endpoint notifications to nanoapps
c80e1034 : Refactor event broadcast methods
07b0dd5d : Handle host endpoint [dis]connection events in CHRE
9fbea218 : Fix typo in host endpoint notification API
a882869d : Add support for plumbing host endpoint notifications
ca9b19ad : Add a NAN session terminated event to the CHRE WiFi API.
7f1b9c6a : WiFi NAN PAL API definitions.
b7228bc6 : WiFi NAN API definitions.
326b9a05 : Add WiFi API error distribution logging
a6d9b78c : Adds HostEndpoint[Dis]Connected messages to host interface
4010add1 : Adds skeleton implementation of chreConfigureHostEndpointNotifications
c1bc5398 : Add nanoapp DSO support for host notification config API
17f99470 : Add CHRE API support for host endpoint notifications
030be7d1 : Implements onHostEndpoint[Dis]connected in AIDL HAL
a7559b84 : Add helper StatsContainer for max and average event pool size for metric collection
0888645a : Add std override for aligned delete
61660ea3 : Add fuzzer for CHPP wifi scan param conversion
a5cd765b : Add number of dropped events for event queue for metric collection
082aea07 : Implements wokeHost flag in nanoapp message
a0c8f2b9 : Disable google-runtime-int check
b0e9ba38 : Add woke_host field to NanoappMessage
206b97f7 : Add optional work monitor support to CHPP
9b25f09f : Make function parameter names consistent
991947fe : Remove chre/util/entry_points.h
09673040 : Add NANOAPP_NO_UTILS_INCLUDE build option
0b4a7d27 : Revert^2 "Add ArrayQueueExt"
f4a70c00 : Handle null callback in generic Context Hub AIDL
eabff74d : Override the C++17 overloaded delete operator.
18567ba8 : Use the LogBuffer class' data offset member variable in test.
e8f829e7 : Update the FastRPC daemon to handle tokenized logs.
d73118fc : Update the CHRE daemon log message parser for tokenized logs.
1f612461 : Integrate Pigweed's tokenized logging into CHRE.
b22b0bf5 : Update the host messaging flatbuffers schema.
80fe73f7 : Update CHRE's compilation standard from C99/C++11 to C11/C++17
6854b289 : Update the build system to handle tokenized log messages.
d50640f2 : Add exported symbols needed by nanoapps
e7da1ecb : Make changes to Linux simulator
0cb48391 : Basic repo hook script to check TODOs in CHRE.
a9ca88f7 : Add missing include in memory.h to fix build issues
cf163f19 : Revert "Add ArrayQueueExt"
bf73da1a : [V2] Support allowing pre-event loop processing work
5bb10ea3 : Add ArrayQueueExt
e6a983d1 : Revert "Support allowing pre-event loop processing work"
5fb97ddd : CHRE Bluetooth LE (BLE) Nanoapp API
878fd173 : Update CHRE API version to v1.6
827a9323 : Archive CHRE API v1.5
7e63d733 : Finalize CHRE API v1.5
56a44362 : Support allowing pre-event loop processing work
dded5fd4 : Don't unload nanoapps prior to x-val tests
8adfb7f1 : Prevent Audio Request Leak for basic audio request
d1327920 : Clean TEST_MAPPING config based on go/a-unit-tests
2d798a54 : Remove TEST_MAPPING entry based on go/a-unit-tests update
bae5b8c2 : Reinstate CHPP logging state in platform debug dump manager.
c24e6004 : Remove nanoapp-specific event queues
eeefb736 : Add debug logs when x-val sensor timestamps are not aligned
bbedd452 : Remove obsolete TODO in basic GNSS test
67e97ecb : Log datapoints on sensors x-val failure
764eb1b0 : Add a delay after scan monitor test
6d6d804e : Fix typo in AIDL Context Hub HAL
9503a1d6 : Update CHRE documentation references to C++11/C99 to C++17/C11
24c20c96 : Update macros header
e323f2a6 : Add note on AIDL Context Hub debug dump
63d32d75 : Support SharedPtr in CHRE
f69b84c7 : Fix result2 population in WifiScanCacheTest
ccb8cef5 : Add support for zephyr modules
35c3e9ad : Support reference counting for CHRE types
b3d657f7 : Enable address sanitizer for CHPP tests
9d58d7a4 : Fix CHPP memory corruption due to overflow
b66bdbed : Add address sanitizer for CHRE simulation tests
916c2abb : Add OOM check in CHPP transport reset
d1f24c59 : Adds simulated CHPP GNSS test
268a3b79 : Fix CHPP WiFi service build failure
aaa14078 : Implements AIDL HAL debug dump
112701c5 : Don't over-allocate in DynamicVector::resize()
c6c7fb04 : Update clang to clang-r433403.
f4a65cf5 : Implement settings logic in Context Hub AIDL HAL
dd3ca5da : Implements service death handling for AIDL HAL
de3eab4a : Implements AIDL HAL callbacks
176c3210 : Implements Context Hub AIDL generic HAL
fe719667 : Remove HIDL references from HAL permissions util
da88cdfe : Fix simulator and tests build
d8311291 : Refactors CHRE socket connection in HAL
2ea8c365 : Fix potential simulation test flake
677d9019 : Update example CHRE simulation test case
898db940 : chpp: Guard against uninitialized clients
ec29672c : Adds GNSS settings test to CHRE simulation test
aa11a317 : Move platform debug dump manager to shared platform code.
a4a9e34c : Don't use relative paths in CHQTS makefiles
74b3b466 : Update clang to clang-r428724.
e8539b8f : Don't abort on CHRE stress test failure
6b64a85f : Remove the platform system_time.h header for SLPI.
21b8efaa : Infer the section alignment size from the header.
5d571c12 : Revert "Add a nullptr check before dereferencing the nanoapp pointer."
30ff87cb : Add a nullptr check before dereferencing the nanoapp pointer.
913af5df : Mandatory Checksum Enforcement on CHPP
811a7484 : Pseudo-Open CHPP Clients That Have Default Capabilities
9f18aab7 : Clean Up CHPP Logs
19c04805 : Skeleton framework for simulated CHRE tests
dd363e53 : Add FreeRTOS support to CHRE
b843b45f : Fix unused variable compilation errors
7352d148 : Fix CHQTS nanoapp build.
1e80c727 : Fix CHQTS build with the ARM GCC toolchain.
02f916cb : Add CHRE_DEBUG_DUMP_LOG utility macro for nanoapps
04657646 : Update nanoapp clients documentation wording.
9dd90e36 : [WifiXval] Remove pointless LOGE in handle step start
3ecec2f3 : Fix power_test compilation with CHRE_NANOAPP_INTERNAL
ec5b0914 : Remove deprecated nanohub build targets
ef3dce7c : [LSC] Add LOCAL_LICENSE_KINDS to system/chre
c31693d8 : Fix compile errors for WiFi PAL libraries
41d34904 : Fix WiFi PAL LCI convert module
bcf13aad : Remove unneeded includes in wifi_pal_convert.c
4f24fe83 : Clean TEST_MAPPING config based on go/a-unit-tests
87c5dae8 : Add WiFi PAL convert test to on-device unit tests
b6024850 : Adds a helper function to convert to chreWifiLci
b7f51389 : Remove TEST_MAPPING entry based on go/a-unit-tests update
c3abdb7d : Log the number of logs dropped when logs can be resent to the host
b4c5caef : Add the number of logs dropped to the LogMessage protocol

+- Project: platform/system/connectivity/wificond

0b5049a : wifi: Extend netlink message timout value
fa78442 : wifi: Handle world mode country code change
e0c8ad3 : Filter out invalid frequencies for PNO scan
3568383 : Fix using NULL as an integer
bbc6897 : WiFi: Parse 11be 80211nl attributes
81f997b : Update nl80211.h with latest from Android-13-5.15 Branch
bc01e8f : Rename getMaxNumScanSsids to getMaxSsidsPerScan in wificond.
baac74a : Add API to wificond to retrieve the max number of SSIDs that the driver supports per scan.
07b464d : wificond: Update BandWiphyIndexMap when country code changed
161ae5a : Add timed out test files to tidy_timeout_srcs
b9b95b6 : WiFi: Basic support for 11be
94fa10e : wifi: Add new API to notify wificond of CC has changed
0a7b4cc : Add Netlink Interceptor support
90ecb77 : Depend on Keystore2 AIDL via default
05017a9 : Update the band to wiphy index map on country code change
ecc4e0a : Remove libutils.a whole_static_lib from libwificond_event_loop.a
5e13e7f : Fallback to default PNO channels if no frequency
5c8d330 : Remove ndk_platform backend. Use the ndk backend.
138d751 : Add dependency to legacykeystore.

+- Project: platform/system/core

621c74c06 : Updating async trace for track trace symbols from T/U to G/H
ae04e7ede : libsnapshot: Fix vts_libsnapshot_test for GRF with Vendor on S
18cf62712 : Implement GetRootOfTrust
1a2f870cb : init: Set oom_score_adj to snapuserd process
71100bbc4 : [trusty] Bump number of ACVP arguments to match boringssl
5b227f345 : vts_fs_test: Require EROFS sysfs nodes.
84b7ca8d8 : storaged: Avoid divide-by-zero in performance measurement
0895d6395 : Relax filesystem requirements in vts_fs_test.
c7d9320ca : RESTRICT AUTOMERGE Ignore weak symbol difference in libutils ABI check
2cf162748 : Add AID_SECURITY_LOG_WRITER
2d5d46ca8 : Fix check for thread unwind.
d36a68183 : libsnapshot: Initialize merge_op_start_ to zero.
986a2dd96 : KeyMint HAL: pass auth token on updateAad
9e0aae368 : init: log services requested restart
b40fb113e : Make VMCompilationPerformance an aggregated profile with default
86b08e5ef : Update the encryption rule of /data/bootanim to DeleteIfNecessary
8a9b9820e : Remove setenvs when running boringssl_self_test.
e41474eae : Set the aptx as provided by system
870725ac1 : init: Purge empty process groups on zygote restart
6761b6dcd : libprocessgroup: Add a function to remove only empty process groups
2a7bd96c1 : init.rc: increase readahead window multiplier for POSIX_FADV_SEQUENTIAL files
7e0df03bc : Shutdown f2fs to avoid fsck
34ee0c931 : Delete stale Virtualization image files
b10bf63c9 : libutils: clearer abort on overflow.
1f85546be : Unshare mount namespace in bootchart's thread
1a2dbd917 : Remove stale files in /data/misc/virtualizationservice
cc9932b29 : Fix: null name is added when using android_set_process_profiles
c6d428343 : Update for SetProcessMemory removal.
96c9b1f42 : Fix lints from Rust 1.60.0
a38d83440 : Add profile for VM compilation
891ba3a58 : vts_libsnapshot_test: Fix free space calculation.
5f43e61fe : Adding trong@google.com as fuzzer owner for trusty fuzzers
378969f94 : Add hwasan presubmit for debuggerd.
496132bc9 : fs_mgr: Don't assume partitions replaced by DSU are logical already
f86fca236 : libsnapshot: Remove invalid snapshot metadata
b4979293b : Skip debuggerd tests that do not apply to HWASan.
e966e6e75 : DO NOT MERGE: Revert "init: Add more diagnostics for signalfd hangs."
fc90774ef : DO NOT MERGE: Revert "init: Add diagnostics for signalfd epoll failures."
1e0969997 : [GWP-ASan] Enable debuggerd to pull more allocation metadata.
5b178328a : /dev/[kvm|vhost-vsock] are owned by system
93c66bbd8 : Virtualizationservice is owned by the system UID
8bf594001 : c wrapper for SetProcessProfiles
4f600fe07 : Add two new crash commands.
538fc1fab : Reland "libprocessgroup: return false on failure"
c109b13b5 : Revert "libprocessgroup: return false on failure"
6c509ca3c : Mark libutilscallstack min sdk version.
9818f95c9 : libprocessgroup: return false on failure
bd42559be : Set Multi-Gen LRU enabled based on experiment prop
9f1c91911 : Add jiyong@ to OWNERS.
dc2d792ad : [libtrusty-rs] Add recv variant that uses Vec<u8>
acd1ef731 : Configure rustfmt for preupload hook
23dedb660 : Setup tests for libtrusty-rs
f887e7458 : Clean up comments/logs
4b91af7d2 : [Init] Create dir for odsign metrics
505eeb769 : Backport of Win-specific suppression of potentially rogue construct that can engage in directory traversal on the host.
c3483e4c8 : Backport of Win-specific suppression of potentially rogue construct that can engage in directory traversal on the host.
a36a342ec : Backport of Win-specific suppression of potentially rogue construct that can engage in directory traversal on the host.
45dbdd1ef : [trusty][apploader] Handle APPLOADER_ERR_POLICY_VIOLATION
9fc6ee050 : libsnapshot: OTA upgrade when vendor partition is S
757f29984 : Make some debuggerd libraries available in apex com.android.virt
d7f2bfba5 : init: Add more diagnostics for b/223076262.
746ede962 : init: try converting writepid used with cgroups into task_profiles command
fd343ee2e : Add libtrusty-rs
1bd174644 : init: Treat failure to create a process group as fatal
e0240d3f6 : Make callback outlive LruCache.
54136f8bf : Add a comment to explain how errno is set
159563561 : Revert "Migrate the blkio controller to the v2 cgroup hierarchy"
3b7591248 : Add Rust wrapper for tombstoned client using cxx.
2ad13165e : Revert "Fix the cgroup directory owner in createProcessGroupInternal()"
8eb7a6ede : Revert "Fix the cgroup directory owner in createProcessGroupInternal()"
ed1bca4b5 : ueventd: Allow legacy paths in API version 32.
1a867dcb6 : Fix build error from signed/unsigned comparison
07f6c82a4 : Migrate the blkio controller to the v2 cgroup hierarchy
57b23d25e : fastbootd: reset file descriptor on unaligned writes
1cee2ed23 : fastbootd: add support to reset fd by handle
d31602063 : Canonicalize cgroup paths
ebea9097a : Micro-optimize MergeCgroupToDescriptors()
9b5a23208 : Fix support for optional cgroup attributes
812d7698d : Fix the cgroup directory owner in createProcessGroupInternal()
399465a93 : Added async trace functions with a track name argument
10bbb0182 : Tweak linux_glibc properties for musl builds in system/core
55a9b1e22 : Fix the stat() return value check in createProcessGroupInternal()
4c95712c9 : Use the proper memcg directory for the v2 hierarchy
4f2e62913 : Enable the memory_recursiveprot mount option
f764aaf99 : storaged: Fix double ownership for HealthInfoCallback.
89d6913cf : restorecon /dev/console at the second stage boot
926f753e2 : Symbolic constants for older minijails
f1200fb11 : Adds an init host lib for use in host_apex_verifier.
881ca51a8 : init.rc: remove commented-out code that set vold.post_fs_data_done
b3e182942 : fastbootd: pass handle in place of fd
22929da28 : Copy snapuserd to first_stage_ramdisk
14deb086b : Add keymint to hwasan-postsubmit
c6a8821fa : Add libmodprobe to hwasan-postsubmit
d25baf462 : Add property_service to hwasan-postsubmit
582c28273 : Add libpackagelistparser to hwasan-postsubmit
daedc740c : Add etc to hwasan-postsubmit
bb015aacd : Add libcutils to hwasan-postsubmit
f7be3cc3a : Add socket_lazy to hwasan-postsubmit
84f39e572 : Add pull_lazy to hwasan-postsubmit
92c1ef9e9 : Add liblp to hwasan-postsubmit
6e2276b28 : Add healthd to hwasan-postsubmit
44343d441 : libsnapshot: Fix vts_libsnapshot_test
c60300a2c : Load kernel modules in parallel
15433b93f : vts_libsnapshot_test: Fix free space calculation.
7aeb43ecf : trusty: set_attestation_key: Provision device IDs
20a5f92a3 : Rename FstabEntry::metadata_encryption to metadata_encryption_options
9a54240ab : Added trackName as additional argument to WRITE_MSG to handle trace messages with a track name
bc077ff11 : Add support for memcg v2 attributes
6c27e866f : Add core to hwasan-postsubmit
fcbc96191 : Fix TEMP_FAILURE_RETRY on non-GNU C++ dialects
59af68002 : Add support for optional cgroup attributes
14f9c15e0 : init: Add more diagnostics for signalfd hangs.
aa4ebf2ce : Fix Errors.h on systems that define NO_ERROR
5c15de21d : Disable call stacks on every OS except Linux/Android
32a9b1c32 : Use uid_t for user IDs and gid_t for group IDs
990194fe2 : Fix cgroup directory permissions
f508ede76 : Simplify cgroups.json
c95047dd2 : Update for accurate unreadable elf files.
120f6b260 : Init: add dev.mnt.blk.bootdevice to access device sysfs
491004bbf : init: mount_handler: detect main block device more reliably
83b58f93a : trusty: Update TIPC UAPI header
6e4321634 : Revert "init: Add diagnostics for snapuserd hangs"
f164de893 : libutils: ~RefBase more logs
d46efddfa : If there an error, cqe field is not allocated by io_uring_wait_cqe(); return the error immediately.
ef0a89fc8 : init: Add diagnostics for signalfd epoll failures.
e75dd9a1c : Adding libutils owner smoreland@ as fuzz targets owner for alerts
c08037b2c : If there an error, cqe field is not allocated by io_uring_wait_cqe(); return the error immediately.
0fa7c40c4 : init: Add diagnostics for signalfd epoll failures.
a6fac881b : Remove dead non-proto tombstone reporting code.
94bddf13e : Add libvndksupport-tests to TEST_MAPPING
e5f05202c : init: Skip interface duplicates if service is an override
852111eea : init.rc: use /sys/class/block instead of /sys/devices/virtual/block
fe3af716e : Update shell_and_utilities docs for T.
986848754 : Set '%c' in LLVM_PROFILE_FILE for continuous mode
8303dd695 : Reserve a UID for AID_SDK_SANDBOX
fb7881659 : Create utility method for converting sdk_sandbox_uid to app_uid
095c944b4 : healthd: Convert multiple private methods into static nonmember functions
5a7e5083e : healthd: Fix readFromFile()
024e18f06 : healthd: Make initHealthInfo() easier to read
25b2a8de5 : healthd: Improve readability of BatteryMonitor::init()
36a78b8e7 : init: Wait for snapuserd before starting second stage
145835037 : libprocessgroup: Use WriteStringToFd for WriteFileAction
ea98b60b8 : libprocessgroup: Prevent error spam when tests disable all cpus in a cpuset
87050874b : Document firmware_class.path
e2d9fb211 : Invert history.
d49321a6f : libsnapshot: Edit OWNERS file
45f8837c9 : Rename SupplementalProcess to SdkSandbox
b18fea1ab : Create utility method for calculating supplemental_uid from app_uid
9dd073ebf : fastboot: Fallback to "raw" partition type if fastboot hal isn't present
a3099c851 : healthd: batterymonitor uses AIDL HealthInfo.
b99d15c52 : healthd: batterymonitor uses AIDL HealthInfo.
8b83ce618 : Define AIDs for Weaver, Keymint and IdentityCredential applets.
0a9c083b8 : vts_fs_test: Statically link libfs_mgr.
bd73665e6 : Introduce the RunService() method
f2222aab6 : Introduce the ConfigureMemcg() method
847b80a11 : Introduce the Service::CheckConsole() method
dac047611 : fs_mgr: Add force_super_partition bootconfig option to avoid slot suffixing alternate super partition names.
d494442f9 : inspect_cow: Print OTA ops for debugging
048571214 : Update to KeyMint & iRPC v2
9221b1eea : Support process path for WriteFileAction
dde6034ea : Fix OkOrFail<status_t> conversion ambiguities
07ec259a5 : Update init/README.md to mention bootconfig for androidboot argument
325e2acbb : snapuserd: Fallback to synchronous I/O if any errors observed during async merge.
8f73f02e4 : fs_mgr: Fix misleading comment text regarding __ANDROID_RECOVERY__
0f89bc127 : Provide alternate SE RoT provisioning path.
74f763961 : Include correct authorization_set.h header
ccc11f496 : trusty: Convert Trusty driver tests to python_test
6e124aac7 : Rename SupplementalProcess to SdkSandbox
05ffcf2d9 : fs_mgr: Restrict dt fstabs to < Q devices.
36a478468 : Add a VTS test for Virtual A/B.
6bcabc03d : TransformFstabForDsu: Insert synthesised entry at end of mount group
f096bd2d2 : Make task profiles easier to debug
fb921468a : fs_mgr: Fix __ANDROID_RECOVERY__ usage in libfiemap.
21527e979 : Use sanitizer paths exported by make
c1c05daac : remount: Create a bigger scratch partition on /data.
7cca8a0de : Relax requirements on android_ycbcr to allow P010
18c615790 : fs_mgr: Don't allow dt fstabs in new devices.
982c3410c : fastbootd: Remove all scratch partitions on update-super.
b999b82eb : Dump threads in tombstone fallback path.
1c7acfdb6 : Create utility method for calculating supplemental_uid from app_uid
0cc213be8 : Disable Async merge. I/O failures seen on one specific device intermittently.
a2c860673 : Disable async merge writes until we figure out the intermittent I/O errors.
d22ff8a93 : Reland "Add a core configuration that disables the zygote."
1a74a82d2 : Disable async merge writes until we figure out the intermittent I/O errors.
4c99e96e2 : Introduce interface class IProfileAttribute
ee36ba39f : Fix a race condition in Service::Start()
535723011 : Add systrace tag for thermal
b6179f25b : Bumping the HAL client version.
6e814b0eb : Make two error messages more detailed
6856cfcb2 : Use the 'override' keyword where appropriate
8923d7225 : Micro-optimize CgroupMap::ActivateControllers()
20d59bd21 : Make class SetTimerSlackAction easier to maintain
5ad0a9f86 : Add systrace tag for thermal
3332e2127 : Declare license metadata for copied files.
d1e4f7d15 : Update ro.vendor.api_level for non-GRF devices
c9605e6ae : Add LOCAL_LICENSE_KINDS to system/core
a0049a122 : libsnapshot: Propagate io_uring enablement to daemon
1ab17cc2a : snapuserd: Cut down worker threads
b7f0a0420 : snapuserd: Terminate daemon spin up during first stage init
d5f320193 : snapuserd: Avoid checking system properties when daemon launched from fist stage init and during selinux transition
94b8a000e : Make apex_available explicit
ff9cfac08 : Allow disabling AVB on special vbmeta partitions
044be6bce : libutils: Remove a little dead code
baeece6d0 : Revert "Revert "Use Apex sepolicy if it's available""
023d89796 : system_dlkm: Allow overlayfs mount for user build
39fc18b0c : libutils -= libprocessgroup dep
0455a2c39 : libutils: don't call SetTaskProfiles around priority
585a21474 : Added AID for the new dmesgd
09dacde8a : Revert "Add a core configuration that disables the zygote."
bc9b847e0 : Adding project_id ranges for internal app and cache folders.
3de5c2c25 : fs_mgr: Add VTS tests for EROFS.
a2739dae4 : Make crash_dump.policy a dependency of crash_dump.
273c0184b : system_dlkm: add unguarded mount point
ccc18d7f1 : Remove setCounterSet and deleteTagData support from libcutils
86175ef96 : system_dlkm: Fix flag for mount point guard
8431328d9 : system_dlkm: load property for dynamic partition
5638fcc22 : Revert "Use Apex sepolicy if it's available"
16a7bc235 : Fix typo.
0305cf0f1 : init: remove debug logging.
2e4b3ffa7 : Use Apex sepolicy if it's available
1414e3cc7 : Add a core configuration that disables the zygote.
f96466b05 : libsparse: Add "hole" mode to sparse_file_read
9759e248d : Revert "Use Apex sepolicy if it's available"
56540a050 : charger: support screen rotation
2727e1651 : storageproxyd: Use alternate data path if in DSU state
65f3d0944 : init: Wait for snapuserd before starting second stage
3d637a9ab : charger: process hall_sensor event to show charging animation
c1b171138 : Charger: support secondary connector
97ff3ab85 : Use Apex sepolicy if it's available
fd5562b0a : init: Wait for snapuserd before starting second stage
c5b8f80b9 : init.rc: Set permissions to cgroup.procs files
0b6ba30a7 : libprocessgroup: Add fd caching support for SetProcessProfiles
f79cfb532 : libprocessgroup: Move fd caching code into FdCacheHelper
2e7799a4d : init.rc: Set permissions to cgroup.procs files
f3bdac78a : libprocessgroup: Add fd caching support for SetProcessProfiles
c2ee2e577 : libprocessgroup: Move fd caching code into FdCacheHelper
b889539df : libusbhost: factor out frameworks descriptors -> byte[] code.
d160497c5 : storageproxyd: Sync parent dir when creating a file
6f890b474 : storageproxyd: Use alternate data path if in DSU state
a2544adbb : Convert perfboot.py to python3
471643a90 : init: Add diagnostics for snapuserd hangs
8e89f648e : [NETD-BPF#27] Require libnetd_updatable.so from APEX
8d3065db3 : [DO NOT MERGE] Allow to run fsck.f2fs in first_stage_ramdisk
11bea35f2 : [DO NOT MERGE] Mount /mnt/scracth with -o sync,nodiscard
312ad8309 : [DO NOT MERGE] Run check_fs only /data is mounted
9efc42e4f : [DO NOT MERGE] Don't use FSCK_LOG_FILE used for ext4 only
80a8feec3 : [DO NOT MERGE] Don't try to mount if the disk has no FS magic
fdff9a347 : [DO NOT MERGE] Retry to unmount /data
97b8c1d69 : Revert "storageproxyd: Use alternate data path if in DSU state"
f75518ee5 : libsparse: no xrange() in python3.
7e87807d1 : fuzzy_fastboot: Add malformed download command test
99373794b : Add a LICENSE file for fastboot
dbd3883b9 : Revert "Enable continuous coverage: use '%c' specifier in LLVM_PROFILE_FILE"
03ac66e64 : Make libstatspull_bindgen available to virt apex.
a3b72067d : Add checking for sparse file format
0616cb17c : libsnapshot: Terminate snapuserd daemon after merge completion
d13ea523e : debuggerd: add the PAC keys to the tombstones.
02a3f958d : Use 0 instead of NULL for comparison to char16_t
06b904173 : BatteryMonitor: support Dock charging
401a46a59 : Add a new property to disable io_uring and run vts and snapuserd_test
e88af0f6b : snapuserd: Async I/O for block verification
359604659 : snapuserd: Use io_uring api's for snapshot merge
8b196a733 : Sort exported headers of libutils
705abe2d3 : OR_RETURN supports status_t
60bd33ffd : fastboot: make init_boot.img optional
b783310e7 : Allow to run fsck.f2fs in first_stage_ramdisk
bbad87aee : Mount /mnt/scracth with -o sync,nodiscard
06db803f3 : Run check_fs only /data is mounted
d595de513 : Don't use FSCK_LOG_FILE used for ext4 only
9547726f4 : Don't try to mount if the disk has no FS magic
bdb981d11 : Retry to unmount /data
0c99f9335 : Remove unused rootdir/avb/*-gsi.avbpubkey modules
d543bebbf : libfs_avb: Export more utilities to facilitate VTS
68c97406a : libfs_avb: updating run_tests.sh
9c62b7506 : libfiemap: Add a helper to verify image fiemaps.
0cf395cee : Add checking for sparse file format
eea1dadba : Remove win_sdk
cb5098f54 : fastboot: make copy_boot_avb_footer more generic
500ed210e : Use insert() with ranges instead of reserve
88e0f4abd : Move *-gsi_avbpubkey filegroup to vts directory
c3904fd37 : Delete legacy library libqtaguid
dcdb16041 : healthd: remove hridya@ from OWNERS file
8fb1aa982 : fastboot: Add elsk@ to OWNERS file
22ad09b01 : Update for MapInfo objects in frame data.
1af1202fb : fastboot: copy AVB footer from init_boot.img to end of partition
dd1eb8733 : fastboot: Support flashing init_boot.img into init_boot partition
dd620ccf2 : libsnapshot: Fix CHECK failure during second phase merge
555f96580 : healthd: remove hridya@ from OWNERS file
9e6842258 : libsync: remove hridya@ from OWNERS file
146f07e07 : Revert "libsnapshot: Fix checks for compression to work with new..."
f140d4d58 : Revert "libsnapshot: Fix libsnapshot_fuzzer_test."
3724bbcbe : Fix userspace fastboot with fuzzy test
921ad28a3 : Fix fuzzy test on too large command
c0c59c624 : Merge "canned fs_config accepts multiple lines having the same path" am: 1d3b45e4fa am: 281bedd9d0 am: b1e5cd3857 am: d0746f98d6
5370c1b17 : Merge "canned_fs_config.cpp is written in C++" am: badd64bdbd am: cfce587a2c am: 960bd432f1 am: e598194cbf
95657f3e5 : libsparse: Split off most of sparse_file_read_normal into a helper function
66f6e6373 : Fix typo in fuzzy_fastboot README
34b726ddb : libsnapshot: Fix libsnapshot_fuzzer_test.
163789963 : libsnapshot: Fix checks for compression to work with new snapuserd.
b3ddb534c : fastboot: Add system_dlkm flashing support
ef76c8103 : Create /data/bootanim folder in init.rc.
6ee028f16 : Enable afdo for libutils
9f0e6493e : Support building diagnose_usb against musl
21feb62ea : Revert "libsnapshot: Fix checks for compression to work with new..."
ca0055586 : Revert "libsnapshot: Fix libsnapshot_fuzzer_test."
5186681f5 : Support building fs_mgr against musl
ee1e35c1d : Move libipchecksum to frameworks/libs/net.
00c0cb802 : libsnapshot: Fix libsnapshot_fuzzer_test.
5c1d54e09 : libsnapshot: Fix checks for compression to work with new snapuserd.
37514bb90 : Report Trusty KeyMint as KmVersion::KEYMINT_2
b4b20ae65 : Fix missing comma
2c2c5d998 : Add instant trace methods
7c5658b5f : storageproxyd: Use alternate data path if in DSU state
f6f7ec083 : Adding Car GSI public key
77ad7c798 : libprocessgroup: fall back to cpuset in get_sched_policy
d185d4a8b : android::base::ResultError/Error are template classes
ff863caa6 : Create manager lib for StatsBootstrapAtomService
4bd368742 : canned fs_config accepts multiple lines having the same path
d8602917f : canned_fs_config.cpp is written in C++
e59f0f66f : Enable continuous coverage: use '%c' specifier in LLVM_PROFILE_FILE
5771858dc : healthd: *charger_test links to a.h.health@2.x statically.
e73180f8f : libutils: do not follow process's group
e808841d7 : libprocessgroup: Use WriteStringToFd for WriteFileAction
ae42d601d : libprocessgroup: Prevent error spam when tests disable all cpus in a cpuset
d4c53518f : libprocessgroup: Use WriteStringToFd for WriteFileAction
91ce8bd93 : Add a profile for OTA
95c42d97e : Replace test_min_api_level with test_options.min_shipping_api_level
00c5e4c9e : storaged: Fix bug in empty check
1407fd04d : storaged: skip disk_stats test if not supported.
9d0c06d3e : snapuserd: opt out of Global ThinLTO to workaround segfault
4cb88dc81 : fastboot: use health AIDL HAL
5291a67ee : storaged: use health HAL
e8474c2a1 : storaged: test do not crash on cuttlefish.
ccf343fa5 : Add group ID for reading tracefs
6637ff0ad : libsnapshot: Fix artifact cleanup.
d2f8d5144 : libsnapshot: Fix unmapping getting skipped for userspace snapshots.
f08411529 : libsnapshot: Unify vts_libsnapshot_test harness.
266f57d67 : libsnapshot: Don't map "b" partitions during testing.
6d7c7a215 : init: Add --only-if-running argument to restart command.
17572ca9e : Explain why snapuserd is a static binary.
ce474ea50 : libsnapshot: Fix test failure in CancelOnTargetSlot.
8875abd9a : libsnapshot: Fix crash in MakeXorBlockString test.
c5b7d179c : Depend on KeyMint HAL via default
b1ac9b427 : Set min_sdk_version
14e9504d2 : snapuserd: Address alignment fault on 32-bit systems
aebe60bf4 : Create /system_dlkm mount point for GKI modules.
6cdd9bd78 : Remove support for AVB 1.0.
36ba349e8 : init: Remove first_stage_mount support for AVB 1.0.
820da6589 : Remove libdl from shared_libs
c2cc120d6 : trusty: update default_applicable_licenses "Android-Apache-2.0"
26083e88e : mini_keyctl: add OWNERS
3bada5cbc : Make libmini_keyctl_static available in recovery
b440e0c07 : Configure Trusty KeyMint devices to use attest_keys.
eb7493826 : Mark fs-verity support for /metadata if first_api_level >= R
b77377e62 : Check vendor namespace for SPHAL namespace
70d057448 : overlayfs: Use userxattrs on supporting kernels.
a78151218 : snapuserd: Add unit test for test merge code path
6e35cb89f : libsnapshot: Add vts_userspace_snapshot_test
3b874456f : libsnapshot: Integrate userspace snapshots APIs
bdea3bb56 : Remove non-protobuf path.
97f2fdff6 : Reland "Add ParseFstabFromString(), remove ReadFstabFromFp()"
b8837396d : Reland "Replace strtok_r() with C++-style android::base::Tokenize()"
867916e8b : Revert "Replace strtok_r() with C++-style android::base::Tokenize()"
62291bfd5 : Revert "Add ParseFstabFromString(), remove ReadFstabFromFp()"
75d0b33d0 : mkdir /metadata/sepolicy
ebaa3e514 : Revert^2 "Load persist props before starting apexd."
f106650b0 : Revert "Load persist props before starting apexd."
8d8d9d853 : Restart media.tuner when zygote is restarted.
c811d139a : Add ParseFstabFromString(), remove ReadFstabFromFp()
eee9fe477 : Remove std::move() around const variable
2285b528d : init: Add a way to class_restart only enabled services.
efe209352 : fs_mgr: allow FDE options in recovery mode
9e2170028 : fs_mgr: allow any argument to encryptable
3c1b581fd : Replace strtok_r() with C++-style android::base::Tokenize()
773acaa18 : Improvements to tombstone output.
dd41635ce : init: remove the class_{start,reset}_post_data commands
4b09b5e20 : Load persist props before starting apexd.
4321017c3 : remove 'net.qtaguid_enabled' property
335cd1f4a : init.rc: remove handling of vold.decrypt property changes
89ba7775a : fs_mgr: remove FDE-specific FS_MGR_MNTALL codes
4aa4231a8 : init: remove FDE workaround from load_persist_props
e5b5e376f : init: stop handling FDE-specific fs_mgr return codes
4d0c5efac : fs_mgr: remove crypt_footer argument from fs_mgr_do_format()
c953d6eb5 : fs_mgr: remove FDE fields from FstabEntry
63fb19532 : fs_mgr: remove code that handles FDE
b66253067 : fs_mgr: stop allowing the FDE fstab options
9c72fe356 : Diced: Added AID for Android's dice daemon diced.
d48d7c815 : libprocessgroup/tools: Add settaskprofile command-line tool
9e3ace52b : libprocessgroup: Add CgroupGetControllerFromPath API function
47d784e9f : Add a human readable description of the tagged_addr_ctrl value to tombstones.
5effda49e : Remove references to nonplat sepolicy
2b92541e7 : llkd: Disable in userdebug builds by default
d5f3da8dc : fastbootd: use O_DIRECT for write partition
81cc119ef : fastbootd: allow passage of flags to open partition
6fa2e48db : cutils: only support safe list iteration.
7ad63b4c7 : Revert "snapuserd: Add unit test for test merge code path"
1cc981864 : snapuserd: Add unit test for test merge code path
ac748369b : charger: vendor charger use resources from /vendor
e3ffd1bfc : charger: make libhealthd_charger_ui vendor_available.
b200c6022 : libsuspend: vendor_available.
6455f27e1 : Make clean_scratch_files work
2ba8eea48 : snapuserd: Sort REPLACE ops for batch merge
b94353cae : snapuserd: API to query snapshot and merge status
ff590a806 : snapuserd: Wire up API's for Initiating and tracking Merge
8abe050eb : snapuserd: I/O requests which are not block aligned.
be46ca7ff : snapuserd: Service I/O requests from dm-user
0f6250613 : libfiemap: array boundary check for fiemap.fm_extents[]
7e5451a6a : Addressing error-code propagation for remount service.
de2ec0b42 : libfiemap: Only call FS_IOC_FIEMAP once.
8e55134f4 : charger: Add API to replace ro.charger.enable_suspend
b5d7033dc : charger: separate UI and HAL access.
c8cf2a415 : Fix unittest that checks build id
c67760611 : Update for libunwindstack shared_ptr MapInfos.
fcf3fc08e : KeyMint: don't mix Binder and std shared pointers
fb62a719a : Fix ubsan error path found by libfstab_fuzzer
ed72e37c4 : libfstab_fuzzer: Add dictionary to guide the fuzzer
b398a0bc7 : Add libfstab_fuzzer that fuzzes ReadFstabFile()
8a87bdf80 : Use HOST_OUT_EXECUTABLES instead of SOONG_HOST_OUT_EXECUTABLES
28b94af1b : Fix 32-bit userspace on 64-bit kernel quota2 compatibility.
ec8855646 : libprocessgroup: Prevent error spam when tests disable all cpus in a cpuset
014446d70 : init.rc: Create a new group for dex2oat
5998c74d7 : Sets 'verity_update_state' in init.rc
3e923cd52 : Fix 32-bit build
08fec49a3 : Log if keymaster IPC takes too long
1aac0c01a : Add a aid/uid for Thread subsystem
ac84a8ded : Add a bug component for test vts_libsnapshot_test.
4446a85dc : Fix the vendor api level
ce5c033e2 : Added fastboot_fuzzer
7e8dab775 : storageproxyd: discard writes when checkpointing, if necessary
35ffd69db : Versioning for apex init.rc files
853733b62 : Update for libunwindstack shared_ptr MapInfos.
fc6e3d3de : Revert "Delete KM1"
37ea3972a : Delete KM1
fb964a1fb : snapuserd: Refactor buffer allocation code
228f6a099 : snapuserd: Implement snapshot merge
46e15bd18 : snapuserd: Move dm-snapshot-merge related code
dde8fefce : Revert "strerror: incl enum name"
c53d794ca : task_profiles: add ServicePerformance to legacy device policy
c39d60d11 : libutils: use system_background for low prio tasks in framework
add62aa96 : liblog: use unique log tags for is_loggable tests
1e966fa9f : init: introduce ro.kernel.version property
fec60563c : Revert "snapuserd: Handle real time signal 36"
47af156ee : Add OWNERS for VTS module vts_libdm_test
8d3b31fe6 : snapuserd: Handle real time signal 36
a9085181a : storageproxyd: Retry RPMB request on UNIT ATTENTION
8c77196a7 : Add VerifyMergeOps to ISnapshotWriter
53cd1e95e : init.rc: disable creation of bootreceiver tracing instance for kernels >=4.9 and <= 5.4
3b3d87de7 : Don't create vendor_init in microdroid
0a0e4793e : Only run RebootTest under root
86b4324a0 : Add reboot_test
dfbdd9333 : Define ro.vendor.api_level
10e5e5979 : libsnapshot_fuzzer: allow ENXIO.
2b98c82f0 : Add CHECK to verify assumptions in the code.
bc35e823e : init_first_stage: Remove unused srcs & static libs
43678b17a : Replace test_min_api_level with test_options.min_shipping_api_level
f2e1f20fd : Add VerifyMergeOps() to CowReader interface
2374bd48e : Add a test for bug 198265278.
d884ba591 : adds LO_FLAGS_AUTOCLEAR for loop device of zram backing device
1e3fa9465 : libsnapshot: Add function to verify merge sequence
0aae5be54 : tipc_test: allow connecting to arbitrary services
7aad2567e : Disable scudo when using svelte config.
bdb2eba4a : storageproxyd: Fix inverted conditional in error checking
575bce5ee : strerror: incl enum name
bb77c544e : Reland: Add /system_ext/etc/selinux/ to the debug policy search path for GSI
be09a1e64 : Revert "Add /system_ext/etc/selinux/ to the debug policy search ..."
32d3cdda2 : libdebuggerd: fix process uptime.
92cd8891f : trusty_apploader: log to stderr
efec0abf4 : libdm, libsnapshot: Add a virtual interface for DeviceMapper.
7637d25ae : re-tab and clang-format tipc_test
d5f24c5bb : bootstat: add more bootreasons
650b29d23 : Add /system_ext/etc/selinux/ to the debug policy search path for GSI
abacb514f : libbinder: split out PackageManagerNative aidl
3c567b28a : libbinder: split out PackageManagerNative aidl
2038cc763 : Add a test to verify the dex_pc is correct.
38003165b : [storageproxyd] Dump binary buffers to log instead of stderr
fe9d02890 : Add LOCAL_LICENSE_KINDS to system/core/fs_mgr
26eeec7f0 : libbinder: split out PackageManagerNative aidl
80e34e301 : Fix compiling libprocessgroup against musl
3ad55a969 : libsnapshot: Error handling after QuerySnapshotStatus
7f994f4cf : libsnapshot: Fix new partitions not transitioning in second-stage init.
542bf0bfe : snapuserd: I/O request on sectors not mapping to any COW op
9863dd3c1 : Revert^2 "Activate KeyMint."
2163bbbd3 : Add executable bit to tests directories.
f0e03fdac : doc: verity_update_state has no args
ccd4b7744 : Skipping CompareVBMeta() in VerifyVBMetaDataError test case
310d805d9 : storageproxyd: Add logging of failed RPMB transactions
dd3f7b867 : storageproxyd: Add file handle param to debug buffer print
207ea516d : libpropertyinfoparser: only use system_shared_libs for bionic variant
0518f8cb1 : snapuserd: Fix PrepareReadAhead
bb0a7642d : Fix a typo
a40d87298 : charger: fix charger display stuck
ab9f0cd75 : Remove double check of fd value.
729057ab8 : Looper: Use sequence numbers in epoll_event to track requests
3784b9de4 : Add libdexfile runtime dependency of libdexfile_support (reland).
dc14d16f8 : Revert "Add libdexfile runtime dependency of libdexfile_support."
832f1ebee : Add libdexfile runtime dependency of libdexfile_support.
10bec65ca : Dump the root digest of hashtree for dm-verity partitions
cdf919d1f : [fs_mgr] Use shared libutils for remount
b7885099b : inspect_cow: Add -l option to show all ops
f34f18e0a : inspect_cow: Add -o to view Sequence Data
47a5f4320 : libbinder: split out PackageManagerNative aidl
b688b3866 : Make RemoteProvisioner required for KeyMint cc_bin
6eb234017 : first_stage_init: Add SIGCHLD handler in first_stage_console
dc3afaf54 : libsnapshot: Fix missing source partitions when adding a new partition.
7e4c2a8cc : Add fault address marker in proto to tombstone.
30d4ab616 : Add bindgen bindings test
0cbef728f : RefBase: Unknown mFlag meaning
32c0ad4d3 : Add MicrodroidHostTestCases to TEST_MAPPING
64a92413b : Modify missing output fd message.
9cc14503e : snapuserd: pass arguments by reference
e8891458e : Remove trailing newlines from abort message.
726a6a915 : libsparse: python3.
34b0cc11a : init: python3.
278bfa06e : toolbox/generate-input.h-labels.py: python3.
92cb2e858 : Use extra_free_kbytes.sh whenever sys.sysctl.extra_free_kbytes changes
642048d96 : init: Add extra_free_kbytes.sh script to adjust watermark_scale_factor
cbca269d7 : Include sys/select.h for fd_set
22e082e87 : Split up the system/core/ TEST_MAPPING.
a7656fa3b : fastboot/README.md: Update response packet max size to 256
21c97a578 : Fix shutdown animation cannot be shown
1bfa48af3 : Support multiple fstab configs for one mount point
0223cd89f : Reduce the queue depth of loop devices used by the zram driver
c24f7b822 : libdm: Export ExtractBlockDeviceName()
6b296db8e : libdm: Make ExtractBlockDeviceName() return its result
5b4b52126 : Handle long responses by keymint IPC.
7bd12ad1a : Add OWNERS for VTS module vts_core_liblp_test
e90a944c8 : debuggerd: add -fno-finite-loop to fix test.
0ef9b4d36 : Remove jmgao from OWNERS files.
671249a3d : fastboot: fix --disable-verifiation error message
1f670ef7a : fastbootd: Delete all VAB partitions during "flashall".
e6c21b9be : Increase the minimal remount scratch size to 64MiB for F2FS scratch
720694dcc : Move flattened APEX activation logic to apexd.
ec37ba835 : Restrict creation of bootreceiver tracing instance to 64-bit systems.
ec5f63527 : Set the I/O scheduler of loop devices to 'none'
06b95de97 : Rename two local variables
c006617c7 : Add mock interface for EmitXorBlocks
a11a338e2 : snapuserd: Read partition blocks to memory
91e475068 : trusty: storage: Allow starting without /data mounted
25ad3f9b8 : libprocessgroup: Activate controllers in cgroup v2 hierarchy at intermediate levels
e7783a98a : fs_mgr: Add fs_mgr_flag overlayfs_remove_missing_lowerdir
e98afa268 : fs_mgr: Look for fstab file in /system/etc
a7573c7b9 : libsnapshot: Don't PrepMergeOps on resume
e278cee74 : snapuserd: Add support for Xor ops in snapuserd
35bbf11ec : snapuserd: Rename Read Ahead Iterator
edf7c667d : snapuserd: Add XorSink
d091522de : libsnapshot: Clone worker readers from snapuserd
d83b2efb1 : libsnapshot: Add support for Xor ops in Cow Format
2ed67c9ca : Add a helper script for dumping snapshot protos.
a3e9a0b2e : Always use main thread pid for manual dumping.
8c1e93196 : libsnapshot: Use std::unordered_set in DmSnapCowSizeCalculator.
96e5f9b5b : Allow mapping of raw block devices to partition names
b1f70d5ea : Migrate Rust libcutils bindings into librustutils.
db819f5a7 : fs_mgr: Separate the required modules of core and recovery variants
653b06387 : init: no bootstrap mount namespace for microdroid
e94fffbac : snapuserd: Improve EnsureSnapuserdConnected logic.
f72417617 : Crash during OTA merge may lead to blocks with stale data
1f3e92c34 : Enhance checkpoint=disable GC threshold fallback mechanism
0e5ad5a09 : snapuserd: Allow connecting to the first-stage daemon.
ab3b441f9 : libsnapshot: Validate Sequence Op data
1486987d3 : Remove ndk_platform backend. Use the ndk backend.
36aeeb3f5 : snapuserd: Refactor code to a seperate directory
9ba6a5b8a : init: Separate the required modules of core and recovery variants
61bc5a709 : Make libfs_mgr dependencies vendor_ramdisk_available.
a07503afc : Make libfs_mgr and its dependencies vendor_ramdisk_available.
d14a178d0 : Revert "init: make reboot_on_failure not apply to manually stopped services"
e7697d710 : TrustyKeyMint: support boot, vendor patchlevels
ebb79debc : Revert "Add systrace tag for system property"
18e0f65cb : Revert "Add systrace tag for system property"
b0a9c30b6 : libfiemap: Fix removal of corrupted split fiemaps.
d03851e54 : Revert "Revert "Remove unused String8::setPathName.""
bd1dbe2bb : [trusty-base] Update Trusty Keymint properties
c2bb3ee6d : libsnapshot: Propagate merge phase across merge failures.
ebff7b8b9 : fiemap: add fsync after write split file name
6e0a76229 : trusty:storageproxyd: Add wakelock to the UFS commands
09b493b14 : trusty:storageproxyd: Fix return paths on errors
a9362a4e6 : Splitting out Trusty IPC into a library.
775677928 : Deflake libdm#CreateEmptyDevice test
70d9fb63e : Revert "Remove unused String8::setPathName."
0f707941d : libsnapshot: Fix inconsistency in how merge ops are counted.
1f885aee3 : virtualizationservice will clear its own temporary directory.
ab079af28 : Revert "Re-land removing RECOVERY_AS_BOOT check for init_first_stage"
6f70cc6f9 : fastboot: Support casefolding in ext4 partitions.
c214426e0 : Remove unused String8::setPathName.
814673ace : task_profiles.json: add taskprofile for dex2oat boot_complete policy
f9cfeac49 : trusty: Increase timeout for ConfirmationUI fuzzer
4818f7488 : Re-land removing RECOVERY_AS_BOOT check for init_first_stage
a8c6b9d27 : fs_mgr: License boilerplate
c801d5b8f : Correctly implement a stub for ICowWriter::AddXorBlocks
e475852cf : Add MockSnapshotWriter
95b5b0487 : Client side implementation of Trusty IRPC HAL
6d5445b9f : init: remove extra space in list of bootconfig values
813871767 : init: Enable hwasan error reporting.
437a49ae6 : libsnapshot: Switch merge to CowRevMergeOpItr
fffb9ff8e : libsnapshot: Add seq op support to inspect_cow
9b34ea854 : libsnapshot: Add CowRevMergeOpIter
f7001fad6 : libsnapshot: Add IsOrderedOp
29c9e2677 : libprocessgroup: Remove unnecessary permissions change in uid/pid hierarchy
1f662999e : Also populate lastUpdateMillis in ActivateFlattenedApexesIfPossible
f8825fafc : Fix gid not being set in ueventd when device nodes already exist.
f0d9beb16 : libsnapshot: Cleanup iterators
d0464b0c0 : libprocessgroup: Do not remove uid cgroups directory
d672e47b3 : Add Quiescent Reboot Target
83127b73b : libsnapshot: Add Sequence Ops
b24f12226 : Forward HAT and ConfirmationToken to TA on finish.
9f8b024c7 : init: disable watermark_boost feature
c31ccb44b : Update for new TRAP_PERF value.
9d069875d : libsnapshot: Add a source build fingerprint to the update state.
6f92640d4 : libutil: no special copy from StaticString16
a9ea7e5b8 : debuggerd_client: also log errors to the dump file.
98b396e78 : String16 is moveable (noexcept)
5864a6211 : snapshotctl: remove unused libbinder dep
13e8fa666 : storaged: remove unused libsysutils dep
9000a133c : usbd - remove unused libcutils dep
5ddcea292 : [MTE] Add a HWASan-style tag dump to tombstones.
15e0f5a98 : Add CreateEmptyDevice and WaitForDevice APIs
813fd6d1f : License boilerplate.
a1e1727b6 : Correctly implement a stub for AddSequenceData
bcefbb1df : init: fix to set sd device label correctly for FS
8ad386576 : trusty: Increase maximum number of coverage counters
7703d074c : init.rc: remove system cgroup migraion
2079c5f0c : Replace writepid with task_profiles command for cgroup migration
cbf7c466e : Avoid using thread cache in unwinder.
c159edcdb : fs_mgr: fix space instead of tab in code
86ec18bca : Revert "Handle "hardware" bootconfig parameter as "androidboot.hardware""
a029d98ad : crash_dump: avoid misleading error messages.
2652fdb8a : reboot_utils: Check bootconfig for reboot parameters
b6f3da66f : libkeyutils: add the missing NOTICE file.
b20a3aaa1 : debuggerd: unify licenses.
fed81d8e4 : Add TrustyKeyMintDevice
2e2005806 : Completely migrate init first stage to Soong
216f9bbc4 : Perform a consistency check before deleting snapshots.
47770a104 : Remove --wipe-and-use-fbe option from fastboot
6c5467975 : task_profiles.json: add taskprofile for SurfaceFlinger
2583fe2fd : inspect_cow: Dump more header data.
0c787f0d6 : Avoid thread cache in unwinder.
96941a096 : fastboot: document second parameter of 'fetch'
f6fa4e692 : Add exfat utilities for mkfs and fsck
93edf3037 : libsnapshot: Add stubs for Xor Ops and Sequence Data
500c52637 : Add libbinder_rpc_unstable.so to linker.config.json
420830f8a : Isolate app profile ref data
6a0cf6b8e : Fixing flakiness in libfs_avb_internal_test
e81be34c8 : remount: Fix failure for system-as-root
a48a78356 : fastboot: support vbmeta_vendor.img
0050bef9e : Warn loudly if using deprecated ueventd paths.
ddffa0ea7 : ueventd: the parallel restorecon dirs is configurable [1/1]
3431d5267 : first_stage_mount: mount point must be canonical path
8ce8c89b3 : Add some README.md text for init triggers.
78f0670dd : [MTE] Print cause and alloc/dealloc traces to logcat.
14e9a70e7 : fs_mgr: support 'check_at_most_once' for dm-verity
ad3a57bdb : adb-remount-test: Make awk scripts mawk-v1.3.3-compatible
fe5b9cfec : Fix androidboot.bootdevice test case for bootconfig
a07ed968b : Remove deprecated fs_mgr_overlayfs_required_devices()
2934ee0bc : Create data directory for VirtualizationService.
7b81023e2 : fs_mgr_fstab: Parse overlayfs options from fs flags
d13cef743 : libdm: Add DeleteDeviceDeferred API
c1e78883e : Add helptext for snapshotctl map
23816e84c : Make fs_mgr_overlayfs_mount_fstab_entry() available for user builds
3aedc7edc : Rename VirtManager to VirtualizationService.
f931ad944 : adb-remount-test: Strengthen skip_administrative_mounts
b3b264c15 : snapuserd: Add test case
7b90e6936 : fs_mgr_overlayfs_mount_fstab_entry(): Rename source device name
526712759 : Update documentation for SnapshotMergeReport.
6ecfbf330 : Revert "Add libneuralnetworks_shim.so to requireLibs."
0878f7161 : Fix implicit cast from ssize_t to size_t in KeyedVector.h
dcf1c1f46 : fs_mgr_overlayfs: Polish fs_mgr_overlayfs_mount_fstab_entry()
87290f8e9 : first_stage_mount: Remove "overlay" hack from InitRequiredDevices()
8d442f477 : snapuserd: Send header-response once per entire IO request
931274862 : tombstoned: fix file creation for ANRs.
4139da606 : Increase coverage of Timers to 100%.
7cbed5a9c : fs_mgr_vendor_overlay: Mount vendor overlay with noatime
423c4f199 : KillZramBackingDevice: Return immediately if backing_dev is none.
10c6374e8 : ueventd: Run external handler as non-root group
8722e4d21 : libprocessgroup: remove failure log for aggregate profiles
11197dd8a : Allow others to read the profile ref dir
aea978153 : Use std::shared_ptr in Epoll's callback list.
4b5afea93 : trusty: apploader: Handle invalid version error
a06e68cb7 : Reland^2 "libutils: disable implicit ref base construction"
2cb759379 : Revert "Reland "libutils: disable implicit ref base construction""
02c47655e : Reland "libutils: disable implicit ref base construction"
8e11f9e3f : Revert "libutils: disable implicit ref base construction"
9a1bf53c4 : libutils: disable implicit ref base construction
c74d97c85 : Remove String16::makeLower().
2c25e261f : Skip test for Automotive in Android Q
9fa02c56c : Revert "Remove ART APEX from the bootstrap apexes"
50dcaa3c0 : Adding Car GSI public key
4913d3d76 : storaged: protect global proto_loaded
8ec2afb91 : Fix storaged memory leak
33206d393 : storaged: protect global proto_loaded
abed88304 : Fix storaged memory leak
f595077e2 : fuzzy_fastboot: use 'tcp:' prefix to identify fastboot protocol.
dc966c3f6 : Restore fastboot delete-logical-partition command for VTS
2b9ec7d6b : Don't require bootloader fastboot for VTS compliance.
b0a06daa8 : Allow fuzzy_fastboot test devices over internet
935f6efea : VtsKernelMemInfoTest: only enforce on Q+ launching devices
c97547848 : Fiemap tests should only run on API level >= 29.
d5f284b91 : Extend test timeout for VtsFiemapWriterTest

+- Project: platform/system/dmesgd

31914db : system: Avoid uninitialized memory usage
93b854f : system: initial dmesgd implementation
6b033b5 : Initial empty repository

+- Project: platform/system/extras

df142880 : populate attributes when re-writing perf data
e617e491 : Add support for new unwindstack error codes.
ec1f0db4 : Fix more issues with python3 conversion of build_verity_metadata.py
a4766dc0 : Fix CtsKernelConfigTestCases cts-on-gsi
997d08bb : Fix issue with python3 conversion of build_verity_metadata.py
518046b3 : Convert build_verify_metadata to python 3
6342e0bc : simpleperf: fix a segfault caused by CloseEventFiles.
c3cc93bb : simpleperf: raise priority of stop recording events.
1c3f6a48 : simpleperf: Make stop recording time more accurate.
76ae206a : Non-module target.
56a0b7d9 : simpleperf: update doc for supporting ETM in the kernel.
3d1348c9 : simpleperf: sign darwin executables when testing.
c13a62bf : Support building simpleperf against musl
7cef7187 : Support building ioshark against musl
a2b046a5 : Tweak linux_glibc properties for musl builds in system/extras
b5a3a84e : simpleperf: move --comm into report lib options.
8501c173 : simpleperf: move sample filters into report lib options.
36a4bdcf : simpleperf: modify SetSampleFilter in scripts.
c2da2df1 : simpleperf: update simpleperf prebuilts to build 8346228.
e5defe15 : simpleperf: read jit descriptor and dex descriptor separately.
e0353e62 : simpleperf: modify SetSampleFilter in report interface.
9b6a2cba : Use createProcessGroup() from libprocessgroup
49211373 : simpleperf: move --proguard-mapping-file into report lib options.
1e0762ba : simpleperf: move --trace-offcpu into report lib options.
e54d2bbd : simpleperf: add --show-art-frames to report_sample.py.
c7743b6a : Revert "simpleperf: change default aux buffer size to 1M."
11424c45 : simpleperf: searching for debug files only when needed.
7fd28fb7 : simpleperf: fix test running on emulator.
3c8f88e4 : Add ioblame python script.
51ad1dd2 : simpleperf: add report generate msg in pprof_proto_generator.py.
930b6a83 : simpleperf: add max reset retry limit when processing ETM data.
1d088275 : Create libraries for continuous mode
a0a43fc6 : simpleperf: make --show-art-frames available in all scripts.
6dba1c5e : Refactor build rules for libprofile-clang-*
7b5ebb2f : simpleperf: add view_the_profile.md.
21f835d7 : profcollectd: add doc for testing custom configurations.
d1cca10c : profcollectd: Log to System rather than Main
214ba228 : simpleperf: move OpenCSD log to debug level.
fd1e574d : Add timed out test files to tidy_timeout_srcs
847ed0bb : simpleperf: change default aux buffer size to 1M.
0d539c16 : profcollectd: add wakelock when recording ETM data.
822bf7e7 : Added support to capture profile trace based on PID
f158a752 : profcollectd: add interface to wait for ETM after boot.
0aaa3a28 : Update to improved system_properties API.
cfd33d62 : Add replace opt to lpadd make build mixing easier
f058ffab : simpleperf: move OpenCSD error report to debug level.
192e9100 : lpmake: Allow building on Windows.
f5f12166 : simpleperf: use 8 byte aligned stack size when resizing stack data.
7eab31d9 : partition_tools: Use enum for sparse_file_read mode
cd91e46c : simpleperf: add doc for getting boot-time profile.
71a1ebde : simpleperf: start simpleperf boot-record at zygote-start stage.
86be2093 : [LSC] Add LOCAL_LICENSE_KINDS to system/extras
0251eb44 : simpleperf: update simpleperf prebuilts to build 8121221.
1c1cb93d : simpleperf: fix python tests on windows.
1fa046ae : simpleperf: fix sample filter tests on windows.
df13edfc : simpleperf: don't statically link libc++ on darwin.
321bfe67 : simpleperf: add boot-record command.
de5788c7 : simpleperf: fix EventFd::Id().
2dc50d38 : simpleperf: update test for --trace-offcpu.
97b4bb3c : simpleperf: add test for unwinding small map range.
cac8eb0e : simpleperf: writer header to TempSymFile.
18581af3 : simpleperf: move TempSymFile to a impl header file.
6e129a45 : Add command line tool to control MTE boot state.
23e8e531 : Revert^2 "[libprofcollectd] Fix binder import path"
80b904d8 : Revert "[libprofcollectd] Fix binder import path"
13bc99f5 : Revert "Stop writing coverage data in coverage-flush signal handler"
e4e22ed3 : simpleperf: add sample filter options in report scripts.
5b90b6a5 : simpleperf: adjust format of gecko_profile_generator.py.
740b3cd0 : simpleperf: expose SetSampleFilter in python report lib.
71c28e1d : simpleperf: update simpleperf prebuilts to build 8071995.
8cc7cb2b : [libprofcollectd] Fix binder import path
0def132e : simpleperf: fix mac build.
690f00bb : simpleperf: export record filter in report lib interface.
c976e17e : simpleperf: Use RecordFilter in report-sample cmd.
c4d9ead6 : simpleperf: Add --filter-file in report cmd.
9abea628 : simpleperf: support filter file in RecordFilter.
c99fe0b3 : Stop writing coverage data in coverage-flush signal handler
5ea3bc19 : simpleperf: use RecordFilter in report cmd.
accebdab : Update for MapInfo objects in frame data.
67f21b4a : simpleperf: improve help msg of --children in report cmd.
f1a1e48c : simpleperf: add --print-hw-counter in stat cmd.
32b96279 : simpleperf: add --print-event-count in report cmd.
69bfaa79 : simpleperf: accumulate event counts in SampleEntry.
2da26a0a : simpleperf: use std::function for display function.
1b9df9c4 : simpleperf: remove unused code.
1a76ff9e : simpleperf: disable child inherit in system wide collection.
5a6ed905 : simpleperf: add --add-counter in record cmd.
d6b4b44b : simpleperf: use ioctl to get event fd id.
24601265 : simpleperf: parse PERF_SAMPLE_READ field in SampleRecord.
51dca6f4 : simpleperf: add --csv-separator in report cmd.
248ef5e8 : simpleperf: add --use-cmd-exit-code in record cmd.
5070c818 : simpleperf: add doc for --proguard-mapping-file.
28270fd2 : simpleperf: fix format in README.md.
f7a64b81 : simpleperf: warn branch count overflow in inject cmd.
04afffe2 : simpleperf: support merging branch_list files in inject cmd.
4441e97c : simpleperf: merge branch lists before converting them to autofdo.
ba51cf40 : simpleperf: split code doing different conversions in InjectCommand.
fe4af171 : simpleperf: split InjectCommand code to BranchListToAutoFDOConverter.
89465ad6 : simpleperf: split InjectCommand code to BranchListReader.
f2fe9f04 : simpleperf: split InjectCommand code to PerfDataReader.
c0065856 : profcollectd: Refactor for better code clarity
12277fa6 : simpleperf: make help msg of --sort option more explicit.
1befd529 : simpleperf: avoid overflow when adding counts in inject cmd.
9f7569b7 : simpleperf: split InjectCommand code to BranchListWriter.
a0208229 : simpleperf: split InjectCommand code to AutoFDOWriter.
79810fc1 : simpleperf: Loose time constraint to fix flaky test.
da89bf67 : simpleperf: support multiple input files in inject cmd.
aefd2aea : simpleperf: fix unpadding build id in pprof_proto_generator.py.
87d0a175 : profcollectd: include apex binaries in binary filter
9290fc7b : simpleperf: use 8 byte aligned stack size when resizing stack data.
d37e0fa4 : Add setuclamp vendor shell tool
fd24c6ed : profcollectd: process reports on the main thread
84020d7a : simpleperf: a small fix of doc format.
c733a915 : Add a tool for setting uclamp for given PID
6e3fe967 : profcollectd: Clean up dead code
66103fcc : simpleperf: update doc for --trace-offcpu.
34ebf873 : profcollectd: Remove local files once disabled
99c043e8 : Fix name errors in ANRdaemon documentation
fc080f5e : simpleperf: Fix get_android_version in simpleperf_utils.py.
33ac2c3d : simpleperf: add --trace-offcpu option to scripts.
581aa3ac : profcollectd: Limit storage space used
64c6fd95 : Convert mkuserimg_mke2fs to python3
ef11497a : simpleperf:export trace-offcpu modes in simpleperf_report_lib.py.
b634b438 : simpleperf: update simpleperf prebuilts to build 7938237.
1cb8580a : simpleperf: check size before reading data for a record.
09c85716 : simpleperf: add context_switch msg type in report_sample output.
d180e31c : simpleperf: update trace offcpu modes.
4a38aee4 : Only use integer sanitizer for 64-bit linux builds
49eb6ff4 : profcollectd: only produce profiles for /system/{bin,lib,lib64}/*
41677a6e : simpleperf: fix check_trampoline_after_art_jni_methods test.
e762742e : profcollectd: Move threading to framework side
07b1a6f0 : simpleperf: support trace offcpu modes in report lib.
952c564f : simpleperf: check recording file header and attr section.
09c61ddd : simpleperf: detect invalid feature section descriptors.
5dfca1bf : simpleperf: record switch records when --trace-offcpu is used.
4a0eac35 : Revert "disable libsimpleperf_report_fuzzer"
29f83a5c : simpleperf: use static constexpr.
312da238 : disable libsimpleperf_report_fuzzer
936c9c3b : simpleperf: update simpleperf prebuilts to build 7889001.
07ecd12c : Add profcollectd to the shell group
788fa418 : simpleperf: update app_api and api_profiler.py.
56a3fa13 : Update for libunwindstack changes.
71aec165 : simpleperf: test kernel version in some feature tests.
83b0e126 : simpleperf: avoid warning for missing dex files.
158a5fd4 : simpleperf: update api-prepare cmd to set persist properties.
ed343476 : simpleperf: format summary of annotate.py.
4e391ded : simpleperf: fix dso/symbol filter in report command.
b5e722c1 : simpleperf: allow an app profiling itself via persist property.
260250e6 : Update for libunwindstack shared_ptr MapInfos.
fd4e08c5 : simpleperf: add libsimpleperf_report_fuzzer.
d87a4a15 : simpleperf: detect hardware counters on emulators.
8c426d91 : simpleperf: detect hardware counters on emulators.
3485af96 : simpleperf: don't run child command in app uid.
d6998f8c : simpleperf: update simpleperf prebuilts to build 7848450.
04e7868b : simpleperf: fix missing python test results.
3d20a0b6 : simpleperf: fix host python tests.
cf9ee002 : simpleperf: update test to use ExampleCpp.
423b78ac : simpleperf: replace ExampleWithNative with ExampleCpp.
a6e8cc7b : Migrate su to Soong with xbin
dcd48094 : Add comments to pprof_proto_generator
92cd9168 : Revert "Migrate su to Soong"
32b779eb : Migrate su to Soong
bedb2f3b : simpleperf: update test binaries.
587fd04b : simpleperf: Add support for new perf ETE files.
d611d800 : simpleperf: Update testdata for format change of AUXTRACE_INFO record.
466845d2 : Expose mke2fs.conf to platform-tools sdk-repo build
37181f81 : simpleperf: Update DisplayBitmaps test apks.
389cca45 : Update for libunwindstack shared_ptr MapInfos.
adef0b51 : Add: stackcollapse.py converter to Folded Stacks
9b5959e3 : Replace GTest options by proper preparers
81ebdcd7 : simpleperf: Add an introduction slide deck.
d539a5e5 : scripts_reference.md: Add an information hierarchy: recorders and viewers
3a63a208 : pprof_proto_generator: friendlier sample_types
c6326ed8 : pprof_proto_generator: Set units for common events
73653682 : simpleperf_report_lib.py: expose in_kernel as bool
1a2ebeaa : Add pid & tid labels to pprof_proto_generator.py
c64f3e93 : Group pprof samples by threadpool comm
81921b93 : Add a simpleperf to Gecko profile format converter
ec8d549d : Autogenerate tables of contents
c281e6ab : Add --comm filter to report_sample.py
1c7d0bee : Remove code block for bullet points that aren't code.
844f6bde : Drop some python2 support in simpleperf_utils.py
7a94102b : Import Tuple in simpleperf_utils.py
26ce2ed1 : Add a tab in front of stack samples in report_sample.py
49a4dd7c : Add report_sample.py --header option, like perf script --header
2954ddb6 : Bring output of report_sample in line with what perf on my workstation outputs:
c4e9c8df : Add niwa@ to squashfs_utils/OWNERS
c2b24094 : Add libdexfile runtime dependency of libdexfile_support (reland).
7355b750 : Limit the number of times app_profiler.py tries to kill an app process.
6b1dfaab : Kill app process for current user in app_profiler.py.
b16f827c : Revert "Add libdexfile runtime dependency of libdexfile_support."
672a1004 : Add libdexfile runtime dependency of libdexfile_support.
a83dc498 : Add PID to report_sample.py
cf89a254 : Add support for decoding proguard map to report_sample.py
7a7849c7 : Make the NDK not found error message a little more constructive
de92d8f3 : Fix: stop rounding off perf times at the second boundary
4972c366 : simpleperf: fix pprof_proto_generator.py for proguard mapping file.
172b8e0e : Add "thread" label to pprof_proto_generator
98f35447 : simpleperf: update simpleperf prebuilts to build 7668126.
8036c963 : simpleperf: extend --percent-limit to report entries.
4fc26bab : Add OWNERS to ext4_utils and f2fs_utils.
f8a52718 : Add bindgen bindings test
dc801453 : simpleperf: use logging module directly.
44a5888e : simpleperf: set default script log level to info.
29e2733c : simpleperf: update release process doc.
fef95140 : simpleperf: use proguard mapping file for compiled java symbols.
38076913 : simpleperf: switch to cpu-clock when cpu-cycles is missing on x86.
0d6380a3 : simpleperf: update simpleperf prebuilts to build 7649958.
e0880bdd : profcollect: Docs for processing traces
1e16b20c : simpleperf: support JIT method name with signature.
7f682499 : Run simpleperf scripts standalone, letting them choose interpreter with #!
d206a1f2 : profcollect: Add docs for profcollect
2633720b : simpleperf: add doc for enabling etm in the kernel and bootloader.
8f571e16 : Fix warnings in preparation for Rust 1.54.0
cd5afcfe : Migrate to the librustutils system property bindings.
acb1c17e : Stop using syscall() to get tid
8d8c287c : profcollect: Change data directory ownership to shell
cd9bd90b : Make libfs_mgr dependencies vendor_ramdisk_available.
1f6f51ae : simpleperf: replace InCloudAndroid() with runtime check.
c8fb4177 : Migrate profcollectd's libflags bindings from bindgen to cxx.
60ef88b8 : Fix enum comparison to reenable -Wenum-compare
0ab91115 : Migrate to bionic's Rust property bindings.
8dffc120 : profcollectd: Remove reports past retention period
7bcda34d : Add a filegroup type module
128f9518 : simpleperf: try re-enabling events after truncated aux record
bb7a9213 : simpleperf: update simpleperf prebuilts to build 7549687.
93dd9936 : Migrate profcollectd's libbase bindings from bindgen to cxx.
8c59b8fc : profcollectd: logging trace provider
17769f22 : simpleperf: improve debugging reading dex file.
8aaeebda : simpleperf: fix reading filev2 section.
078e0c4a : simpleperf: fix dumping arm regs.
00dbd6da : simpleperf: add doc for etm and autofdo.
3ae1f42b : Revert "simpleperf: update testdata used for testing reading dex files."
1a708ef6 : simpleperf: update simpleperf prebuilts to build 7502306.
134fe224 : Mark constructor as static
41190085 : Support block map for f2fs
d5d355c9 : simpleperf: move to file2 feature section.
f7b663bd : Replace writepid with task_profiles command for cgroup migration
09ae07b6 : Add license_text required for NOTICE BSD license.
e7f32d54 : simpleperf: add doc for debug dwarf unwinding.
57084025 : simpleperf debug-unwind: keep all maps when generating test file.
371ed7af : simpleperf: update testdata used for testing reading dex files.
b83b1127 : simpleperf debug-unwind: add --skip-sample-print option.
9ce72af0 : simpleperf debug-unwind: reduce time building thread maps.
90636838 : simpleperf: Add build fingerprint and kernel version to reports.
4861cb19 : Add ramdisk_available to init_first_stage's deps
9ee15556 : profcollectd: Change data directory group to system
62b64ae7 : Improve checkpoint_gc jank and logging
a4f4b6e1 : simpleperf: use multithreading to speed up line annotation.
5a53ac19 : simpleperf: update simpleperf prebuilts to build 7414587.
5c1ac991 : simpleperf: increase record duration
f4c5261d : simpleperf: increase record duration
0f18a172 : simpleperf: increase record duration
66ce9f2d : simpleperf: fix python test on windows.
91e13733 : Remove at_quick_exit call
9262c9be : simpleperf: show test duration in test summary.
1b88b60d : simpleperf: fix annotate.py.
f3b90a9e : f2fs_utils: support -O ro
dcff6109 : profcollectd: fix setting ACL bits
dd9ff550 : simpleperf: Support decoding unformatted ETM traces.
68fa61e2 : simpleperf: Enable ETM PID tracing when the kernel is running in EL2
048ed1d1 : profcollectd: Compress profile reports
30575be2 : Update libnativehelper NDK API
b4311984 : Convert pssbench/Android.mk to Android.bp
0c3bb77b : simpleperf: show recording time before post processing.
95b1ebaa : simpleperf: add app_type and device info to proto interface.
d795a881 : Make constructor and at_exit handler non-static
de124ee5 : Take string by const reference
ea66a154 : Remove AFileDescriptor_{get,set}FD
753493ad : simpleperf: update test apk to run on wear devices.
96765bda : simpleperf: force testing run-as and app_runner separately.
572c226d : simpleperf: add Broadcom STB into whitelist, omit tests requiring hw counters.
eca51cbb : simpleperf: Omit dwarf-callgraph tests running on ARM binary translation
44b4a19b : simpleperf:add MSM8909 into whitelist, omit tests requireing hw counters.

+- Project: platform/system/gatekeeper

4311c13 : Revert "Revert "Add message number constants matching DeleteUser and Del...""
a509dea : Revert "Add message number constants matching DeleteUser and Del..."
5489799 : Add message number constants matching DeleteUser and DeleteAllUsers
e743222 : Add gatekeeper to userspace library build system

+- Project: platform/system/gsid

d646d79 : gsid: Make enableGsi() idempotent
f116bec : Add isImageDisbled to ImageService.
468c9ab : gsid: Add VTS tests for new /metadata and /data requirements.
73274df : gsid: Add a command-line option for verifying image maps.
1ecc3af : closeInstall() and enableGsi() code cleanup
81af6b2 : gsid: Increase image allocation size limit
dd2cc1d : Update OWNERS for VTS module vts_gsi_boot_test
094616e : Replace test_min_api_level with test_options.min_shipping_api_level
e435827 : Make libgsi vendor_ramdisk_available.
d1ec5f8 : Add ramdisk_available to init_first_stage's deps
5766a45 : gsi_tool: Change to use StderrLogger

+- Project: platform/system/hardware/interfaces

f2b91e8 : SuspendSepolicyTests: Skip test for api level < T
571d222 : Freeze AIDL APIs for TM
422b207 : Freeze AIDL APIs for TM
f77796f : Add interfaces to hwasan-postsubmit
0af1a16 : system suspend: Handle unexpected wakelock stat value format
7989925 : Add timed out test files to tidy_timeout_srcs
1133efb : Adding min_sdk version to the sdk version
657f904 : Adding min_sdk version to the sdk version
199d4be : -= src_available
ad44229 : suspend: Set uwb apex sdk to Tiramisu
39331f4 : suspend: Add path detail when it fails to read kernel wakesource stats
529bbf2 : Renamed bluetooth apex name to com.android.bluetooth
51f2f21 : Depend on Keystore2 AIDL via default
608cd46 : Depend on KeyMint HAL via default
9bb6785 : system_suspend: Check suspendTimeFd as expected
0e4742c : suspend/sepolicy: Check device wakeup nodes are labeled
4f2bd43 : suspend: Avoid releasing and retaking lock
df07d33 : Fix build with global ThinLTO
9eca8a1 : Auto-suspend: Only sleep if suspend was attempted
0689be0 : Specify KeyMint EC keys by curve not size
14d40a6 : Keystore 2.0: Fix generateKey documentation.
591651b : Link autosuspend to Binder lifetime
a26e721 : Link autosuspend to Binder lifetime
088ce6c : Fix parsing certificate with fallback to PEM.
23a83bc : system-suspend: Deprecate HIDL hal for Android T
fcf33ea : suspend: Allow uwb apex to include HAL
611bab1 : system_suspend: use "self" instead of getCallingPid() while reopening a file using fd
aef70fd : system_suspend: allow SystemSuspend to re-open the fd if found stale
4479fa3 : Add OWNERS for VTS module VtsHalWifiKeystoreV1_0TargetTest
1a29187 : Reinstate PEM encoding for keystore certificate blobs.
f7e5825 : Remove ndk_platform backend. Use the ndk backend.
3360830 : system_suspend: Implement system suspend AIDL hal
53bb224 : system-suspend: Add SystemSuspend AIDL hal interfaces
e58b016 : system_suspend: Implement system suspend AIDL hal
69e6650 : system-suspend: Add SystemSuspend AIDL hal interfaces
aa3e8e9 : system-suspend: Extract HIDL specific code
160df8c : [LSC] Add LOCAL_LICENSE_KINDS to system/hardware/interfaces
f88d7a3 : Wifi-Keystore: Add legacy keystore support.
1d27427 : Allow CompOS APEX to access Keystore AIDL.
03585b0 : Revert "Revert "keystore aidl: set explicit default values""
a51af07 : Revert "keystore aidl: set explicit default values"
4e7ec28 : keystore aidl: set explicit default values
4e46e7d : Relax expected outcome of Sign_empty_key_name

+- Project: platform/system/hwservicemanager

3f1441e : Add hwservicemanager to hwasan-postsubmit
78786f1 : use --only-enabled
2d3441f : hwservicemanager: Make hwservicemanager in cpu foreground group

+- Project: platform/system/incremental_delivery

0d50f83 : Add a compiler option to work with files greater than 2GB on 32b.
0c13909 : Suppress deprecated-enum-enum-conversion warning
2069819 : Fix out of bounds in libincfs-test.
d8f2a56 : [incfs] Add support of special procfs link paths
77a9296 : Replace incrementalfs.h with bionic version
97b96ae : Organize incremental test plan for PackageManager
ac76d28 : [incfs] update incfsdump to the latest format
f28153c : [incfs] Add support of special procfs link paths
d7f465d : Fix for loading progress for mapped files.
2463a5d : Fix for loading progress for mapped files.
309ca2e : Revert "Fix for loading progress for mapped files."
c27bd6c : Fix for loading progress for mapped files.
9ea96cc : Add more debug info.
e7df5a8 : [incfs] Add a missing C++ wrapper for makeMappedFile()
99fd6d2 : libhardening: Initialize 'val'

+- Project: platform/system/iorap

dc74a47 : [Re-land] Remove iorap daemon codes
131da1e : [Re-land] Remove iorap daemon codes
7618b6d : Revert "Remove iorap daemon codes"
a461ee4 : Remove iorap daemon codes
8f5313e : Support building libiorap-inode2filename against musl
0263f39 : Replace writepid with task_profiles command for cgroup migration
b74431c : Add OWNERS file to /system/iorapd
88b890f : Remove packagemanager_aidl from export_shared_lib_headers
987e8ee : libbinder: split out PackageManagerNative aidl
4d5941b : libbinder: split out PackageManagerNative aidl
f3c79b7 : libbinder: split out PackageManagerNative aidl
165de72 : libbinder: split out PackageManagerNative aidl
a355d44 : Delete deprecated IORap test files.
f88740b : Delete deprecated IORap test files.

+- Project: platform/system/keymaster

a2a1421 : Add error logging in GetRootOfTrust
513e615 : Catch more allocation failure cases
9355fad : Use new (std::nothrow) throughout
fdeafb8 : Implement alternate SE root-of-trust provisioning.
415260e : Expect x25519 data as SubjectPublicKeyInfo
2dc09f3 : Error log on key downgrade
5569b04 : Add version and impl info field to EncryptedKey
99e4a38 : KeyMint: CreateKeyMintDevice retruns shared_ptr.
374c509 : Support for P256 curve in RKP for Strongbox Test: Run Rkp Vts tests
27accf5 : Pass verified boot info to software keymint
cbbe577 : Add utilities for reading verified boot info properties
ad8d7e3 : Clean up some compiler warnings
5c4f570 : Provide alternate SE RoT provisioning path.
d3cf46d : Drop unused AuthorizationSet::Union method
adb67ec : Add timed out test files to tidy_timeout_srcs
3979e68 : Stop copying macFunction in RPK utilities
b522d8d : Lazy initialize bcc_ and devicePrivKey_
b0836ab : Implement GenerateUniqueId for PureSoftKeymasterContext
5ff7f58 : KeyMint Curve 25519 support
207d0a3 : Add curve 25519 variants of AsymmetricKey
378d991 : Move evp_key_type() from KeyFactory to AsymmetricKey
b9ae2f4 : Return a new EVP_PKEY from InternalToEvp()
8b003c5 : Add default id to default keymint IRPC
3475416 : Shift to KmVersion::KEYMINT_2
6a039b2 : Depend on KeyMint HAL via default
9d480da : Skip empty authorization sets
b63862b : Police ATTEST_KEY purpose
b5a5df3 : Treat ATTEST_KEY keys as signing keys
5015365 : Move TEST_MAPPING out of tests/ subdirectory
cfdb99d : Only insert CREATION_DATETIME for KeyMaster
e4d5f86 : Add drysdale@ to OWNERS
1379b96 : Update keymaster_tests for unique ID generation
c427c56 : KM default implementations: Add vendor and boot pachlevels.
ab8a504 : Improved signedness check in Keymaster buffer
e104f38 : Improve UNIQUE_ID generation
4515a7f : Revert "Delete KM1"
44e6855 : Copy message_version_ in the AndroidKeymaster move constructor
eb72bb2 : Delete KM1
107b27f : Use signed type for status codes
9fedf1d : Add sethmo@google.com to owners
c0c839d : Breaking out mac key signing into the context
80019eb : Initialize array pointer to nullptr
2865c25 : Add key blob format that supports secure deletion
644cd4d : Use KmErrorOr<T> for key blob auth encryption
0fc9478 : Add AuthToken to request's additional_params
cec15b2 : Hard code the MAC key for remote provisioning
48edbcd : Add missing signedness check in Keymaster buffer
e11f34b : Remove ndk_platform backend. Use the ndk backend.
3b61a30 : KeyMaster: support boot,vendor patchlevels
fbb2bd9 : Cuttlefish: use random root key for RKP
88baa78 : Don't fail on TAG_ALLOW_WHILE_ON_BODY
f109fc6 : Ensure that test BCC are unique per call
dc2554d : Fixing passing pointer to uninitialized object.
8e64d33 : Default initializing error_code_ to 0.
66e89a4 : Add production GEEK validation code
2af6e9e : Fixing assignment issue from clone()
3a30fec : Check the signature on the EEK Chain.
dc16b4a : Don't construct the RP context for KM <= 4.1
a7b61e5 : Delete keymaster2 tests.
764f421 : Add message for setting attestation IDs.
19a8ac1 : KeyMaster: restore device_unique_attestation
1085aa8 : Fixing comparison types.
17ca501 : KeyMaster: sync all attestation tags
82fe259 : KeyMint: make tags keymint-enforced
d356e2a : Fixing up reference impl to match new CDDL
240c690 : Correct handling of notBefore and notAfter for KM4
2359068 : Delegate some MAC operations to the provisioning context
a49f3fd : KeyMint: implement getKeyCharacteristics()
b90937d : Key{Master,Mint}: stricter parameter checking
1ae6d2b : Use accessors for setting X509 signature and algorithm.
acd145c : Fix EarlyBoot & DeviceUnlocked.
00b78c1 : Make KmVersion modifiable by subclasses.
19d8dd2 : Move keymint utils to a library.
f76e760 : Fix certificate notBefore and notAfter
8fa89b5 : Add getKeyCharacteristics stub to KeyMint
d278b1a : Allow caller to specify key CN in generate_attestation_from_EVP().

+- Project: platform/system/libartpalette

28f875b : Remove SetTaskProfiles when setting priority
d32e9ec : libartpalette: do not follow process's group
fd4b8bb : Remove SetTaskProfiles when setting priority
5c6ecbd : Add libbinder_ndk to prebuilts for master-art
ce6fbce : Remove palette hooks.

+- Project: platform/system/libbase

6578000 : Make android::base::Basename() safe.
1055a29 : Add SKIP_WITH_HWASAN macro.
2d235ac : Add libbase to hwasan-postsubmit
247ed7e : Fix comment about init's `file` service option
76a469f : Add a second test for a move-only type
664ffef : Improve the unwrap_does_not_incur_additional_copying unit test
737bbef : Add a test showing that move-only type can be used with OR_RETURN
6a6a7e5 : Disambiguate OkOrFail conversion sequences
542f384 : Encourage better death-test practice.
0d5d776 : Improve the SilentDeathTest docs a bit.
4c92a6f : Add ScopedSilentDeath to libbase
959593a : Allow ResultError to not have string error message
4bea655 : Add posix_strerror_r and ErrnoNumberAsString to libbase
8488208 : Fix issue: Fastboot flash image bigger than 4GB will fail
b57e1d1 : Add Tokenize() that splits string tokens am: 5ad131f8b9 am: cd5cd47ba6 am: b9635edae6 am: 43fe58475f
c6efce1 : ASSERT/EXPECT_RESULT_OK follows gtest style.
7706f49 : Add OR_RETURN and OR_FATAL macros
6fe6a1d : Mark scope guard as constexpr
f7bb3e8 : android::base::Result supports cutsom error code
a0eec0e : Update OWNERS
5ad131f : Add Tokenize() that splits string tokens
a6ccebd : Revert "Track strerror(3) change."
cc89bac : Track strerror(3) change.
031d9c4 : Make the regex matchers generic for char and wchar_t.
7b05ae0 : Remove redundant properties for libbase_ndk
8fd03e1 : Remove redundant properties for libbase
94927eb : Fix libbase compiling against musl
ae08ecf : Fix documentation for expected
43e5586 : Support musl in endian.h
1a28ac6 : result-gmock.h: inline PrintTo functions
1e905fb : Fix a typo in WithMessage matcher
a7ec8ba : libbase: hex.h adds HexString
18c2bd4 : Add support for musl
174fef5 : Improve gtest printing of Result class.
f21c546 : Add gtest matchers for result.
ebf33a2 : Improve the unique_fd docs a bit.

+- Project: platform/system/libfmq

b1f22fd : fmq_fuzzer: Exit blocking threads when no more work
331b20e : Add FMQ test to hwasan-postsubmit.
11af947 : Clear apex.go entries for bluetooth libs
beb4602 : Add timed out test files to tidy_timeout_srcs
aa927fd : Make apex_available explicit
2c37e10 : remove libbinder_ndk_host_user
47f49b5 : libfmq: remove hridya@ from OWNER file
7815a11 : Add devinmoore to OWNERS
75253c2 : Added an example of @FixedSize union
547a1a4 : Remove ndk_platform backend. Use the ndk backend.
02ec6a2 : Fix system/libfmq compiling against musl
f78c028 : fmq_fuzzer: replace vector reserve() with resize()
8726346 : fmq_fuzzer: Move the ConsumeBool for blocking
83d648a : fmq: use versions for imports
30a544f : fmq_fuzzer: reduce the frequency that we mess with the counters
a8a21ec : fmq_fuzzer: remove TODO and create function to get counter ptrs
355d0fb : fmq_fuzzer: fuzz the user suplied FD api
49c4af1 : fmq_fuzzer: add blocking read and write calls
6a548ad : Remove unused EventFlag constructor
1390abc : Remove unused createEventFlag function
1f6baeb : Remove ndk_platform backend. Use the ndk backend.
5d5f156 : Change __assert calls to check
19bde11 : Change __assert calls to check
45eee70 : Remove ndk_platform backend. Use the ndk backend.
ed405ad : Enable fmq_fuzzer in haiku without hwaddress sanitizer
7f0e32b : Check for misaligned read and write pointers
5cf6d09 : disable fmq_fuzzer until coverage is fixed

+- Project: platform/system/libhidl

3697166 : RESTRICT AUTOMERGE Ignore weak symbol difference in libhidlbase ABI check
d17de9f : Make libhidl_gtest_helper vendor_available.
e8df41e : Fix frozen framework manifest for S.
e05a232 : Freeze framework manifest for T.
7ae3308 : Freeze framework manifest for S.
415623f : Add timed out test files to tidy_timeout_srcs
9392373 : Make libhidl_gtest_helper host_supported
314387e : Turn on AFDO for libhidlbase
4d752e5 : Remove PGO rules for libhwbinder
d6083f2 : libhidl: remove hridya@ from OWNERS file
a708579 : Renamed bluetooth apex name to com.android.bluetooth
fb91e81 : Mark IDisplayService as deprecated.
839938c : delete HIDL adapters
e29b2ad : delete gBn/sConstructorMap
faad16d : HIDL Return withDefault const
78f989d : Remove HidlInstrumentor logic entirely.
3d5b178 : HidlLazyUtils: avoid race w/ register & onClients

+- Project: platform/system/libhwbinder

487bee3 : libhwbinder: kernel check also in userspace
634f84f : Remove unnecessarily complicated code.
2fcf57e : libhwbinder_benchmark -= 1 race
a5210bf : Remove PGO rules for libhwbinder
080ce07 : libhwbinder: remove hridya@ from OWNERS file
3f6d6b5 : Renamed bluetooth apex name to com.android.bluetooth
a6318fd : native handle - fix ubsan abort
bca47a6 : [Bugfix] Fix compling error when enable LOG_REFS in system/libhwbinder/Parcel.cpp
0e4c9bc : even further downgrade oneway spam log
1dfb3e9 : further downgrade oneway spam log
cb835a5 : verify embedded buffer matches address in parent

+- Project: platform/system/libprocinfo

fb81f38 : Add libprocinfo to hwasan-postsubmit
a4a14a3 : Fix building libprocinfo against musl
d3c0e04 : Remove the libbacktrace references.
7dfedb0 : Move the relevant tests from system/core/'s TEST_MAPPING.
d91662a : Add ramdisk_available to init_first_stage's deps
3dbe823 : procinfo: do null check before setting error string.

+- Project: platform/system/librustutils

dde9351 : Implement foreach to iterate over system properties
2183017 : Add com.android.uwb to apex-available.
686ca92 : Format code with rustfmt.
512adf2 : Distinguish unset system properties from errors reading a property.
7b21232 : Adding min_sdk_version for Bluetooth apex
5e5f7e1 : Read a system property as a boolean
7b73e78 : Adding bluetooth apex to the libs it depends on
78ad0a8 : Expose more useful user IDs
15b374f : Add a fuzzer for system_properties.
6b25cb2 : system_properties: Fix FnMut/FnOnce type mismatch
a201cde : Make librustutils available to CompOS
50ff5a6 : Make librustutils available to the virt APEX
8153917 : Add bindgen bindings test
c2055fd : [LSC] Add LOCAL_LICENSE_KINDS to system/librustutils
e1f608a : Migrate Rust libcutils bindings into librustutils.
a11c55f : Migrate the Rust system property bindings from bionic.
5aeb167 : Add OWNERS file.
eedeba8 : Initial empty repository

+- Project: platform/system/libsysprop

724e2b0 : Update LE Audio profile names to be in line with spec and implementation
e9451ae : Add sysprop for BLE Privacy
a0309b0 : Add sysprop for Battery Service client role
3c097d8 : Add sysprop to simulate stylus for debugging
6e61d6c : Define separate OWNERS for Input properties
81c43e2 : Defines separate OWNERS file for Car properties.
bb32ff4 : Introduce hypervisor capability properties
6086f2d : Bluetooth boot time start service
2914eb3 : Make sysprops public again
adcad34 : [CEC Configuration] Remove 'ro.hdmi.set_menu_language' property
88de6de : Add sysprops for device name, COD, and profile enable/disable
976d330 : Added new config properties to sysprop
d18156f : Re-adds CarProperties.user_hal_enabled.
db4a4a8 : Re-adds CarProperties.user_hal_enabled.
2ef1e59 : Adding Bluetooth apex to sysprop Android.bp
3716ef0 : Adding Bluetooth module sysprop
7babcf1 : Adding Bluetooth module sysprop
51e0ded : Add VelocityTracker strategy to PlatformProperties
fd2e413 : Add hypervisor version SysProp support
fb53549 : Add MediaProperties.resolution_limit_32bit

+- Project: platform/system/libufdt

f20ea93 : Convert mkdtboimg.py to python 3
8b90814 : Fix building mkdtimg against musl
46beef5 : Remove hridya@ from OWNERS
ee12354 : Change log message to debug VTS DTBO verify issue

+- Project: platform/system/libvintf

80081c1 : Build with upstream lld: Fix incorrect static dependencies
a9d2f86 : Add libvintf to hwasan-postsubmit
c6d7ec3 : Add timed out test files to tidy_timeout_srcs
72dd704 : Add tests for new composer HAL requirements.
7864653 : check_vintf nicer logs.
c514d4e : Add include guard for Gtest.h
f367164 : Update xsd for inet port and ip fields in transport tag
555bb5d : Add tests for health HAL new requirements.
a57d539 : Update doc.
f79dd16 : android::base::Result is a template class
cea951a : Clean up global g*FormatStrings.
3753588 : Add VintfObjectRecovery.
9d4c59c : Make VintfObject::Builder a template.
dc797f1 : Remove unused reference to VintfObjectAfterUpdate.
aba01c8 : Remove unused vintf_object_recovery_test.sh
447f27a : analyze_matrix: support json
1be5acd : analyze_matrix: refactor to prepare for JSON output.
e769d1b : Detect /proc/version ending with "mainline"
0033ce5 : Add OWNERS for VTS module vts_compatibilityMatrix_validate_test
bd43a6e : parse_xml: reorder / rename functions.
a4677ad : parse_xml: refactor: pass BuildObjectParam to child converters
713ffb9 : Reject bad <transport> for AIDL HALs
b2e6d6b : parse_xml: refactor: Introduce BuildObjectParams.
ef5d511 : parse_xml: fill in metaversion and pass down to child converters.
de9d779 : parse_xml: pass MutateNodeParam to child converters
337b318 : parse_xml: refactor: Introduce MutateNodeParam.
f2079d4 : parse_xml: refactor: Drop deprecated mutateNode alias.
8890bc4 : getHalNamesAndVersions report AIDL version number.
4371087 : Make local parse function static
1b5e0e7 : Add support for new ip and port fields for AIDL hals
4cf12b0 : Remove parse functions for TransportArch and ManifestHal
1289643 : check_vintf: Clear error message when we are ignoring it.
13beea2 : vintf_object_test: use result-gmock.h.
953f206 : Reland "Device manifest > T must not set kernel level."
e1a734f : Revert "Device manifest > T must not set kernel level."
5d9fee9 : Device manifest > T must not set kernel level.
507815b : Also consider kernelLevel when combining FCMs.
1938bee : Improve EXPECT_IN.
90101b5 : remove unused macro.
fe474d3 : Fix warnings about shadowing variables.
e602800 : HalManifest xsd: fix attributes

+- Project: platform/system/libziparchive

91ffee6 : Add libziparchive to hwasan-postsubmit
957e980 : Fix issue with running from adb shell

+- Project: platform/system/linkerconfig

57cc769 : Remove myself from the OWNERS file.
9ecce42 : Add common vendor subdirs 'hw' and 'egl' to vendor APEX search paths.
d0433f2 : example: APEX linker config with permitted paths
5e6ad7b : Robust handling of apex-info-list.xml
a8df505 : Make linkerconfig_diff_test faster
162bbea : APEX contributing search paths to namespace
637ce39 : Add VNDK namespace to Vendor/Product APEX section
83ef4cd : Provides ":vndk" when building vendor section
5928810 : Create vendor namespace instead of SPHAL for vendor APEX
5f87d0f : fix linkerconfig_diff_test
568ad4f : Make VNDK namespace isolated
c8584cf : Add RS namespace to vendor section
c9f7983 : vendor/product APEXes can define vndk_in_system namespace
02e0367 : Add golden_output for vndk-in-system namespace
a23fd8c : Define 'product' namespace in the 'system' section
55b650b : Add a product APEX for the linkerconfig test
0d44ad3 : testdata: add ":sphal" to media apex
2f659de : Revert "Revert "Treat APEXes from /dev/block/vd as system APEXes""
7da5cf4 : Change in linkerconfig triggers virt APEX tests
2bf1ba1 : Revert "Treat APEXes from /dev/block/vd as system APEXes"
9054299 : Treat APEXes from /dev/block/vd as system APEXes
f87679e : Fix vendor.links in vendor apex configuration
294a3f8 : vendor/product partition can provide libs
18c550a : Migrate linkerconfig_diff_test to host-unit-tests
e35e299 : Fix remaining permitted path inconsistencies for the system namespaces.
3e83bce : Use the same set of permitted paths for the "system" namespace for APEXes.
a45f536 : Enable Vendor and Product linker configuration
6f084a6 : Enable Vendor and Product linker configuration
6700edb : Revert "Add libneuralnetworks_shim.so to be visible by vendor processes."
2e96d06 : Clean up now unnecessary ART special code.
c24132a : Drop AllowAllSharedLibs from the ART APEX namespace.
2178d58 : Drop AllowAllSharedLibs from the ART APEX namespace.
d1ad9bc : Remove special visibility setting for com.android.art.
6189dae : Drop AllowAllSharedLibs from the ART APEX namespace.

+- Project: platform/system/logging

0e6014f9 : Re-enable Trusty log reading by logd
f3cf4050 : Allow AID_SECURITY_LOG_WRITER to write to security log buffer
2b37645b : Disable Trusty log reading for now
8fd49a15 : logcat: fix infinity loop when mbrtowc returns zero
af94d9ba : Make `rustfmt.toml` a real symlink
e1a669e5 : Add logging to hwasan-postsubmit
caa341e8 : Fix overflow for long Trusty logs
2f28465e : logd: Remove sys_srv dep on RemoveRunningThread()
9b13273d : logd: Remove the dependency on system_server
468ce59a : Check Trusty log driver version before opening
7e26071e : Add the missing free() for getline().
a8d42989 : logd: read Trusty log
9357be43 : logd: read Trusty log
77e1eaf3 : logd: Refactor logd/binder/android/os/ILogd.aidl
81d9203d : Make vendor available
b1f6c6c4 : logd: Audit the privileged access to logd
8b1ba794 : Move liblog from sampling PGO to AFDO pipeline
a82c0337 : liblog: Refactor log_wrap_test
6aeeaace : Ignore custom logd sizes.
519c927a : Combine rust_test_{,_host} and regenerate TEST_MAPPING.
7ceed100 : Add logd.ready
393bc053 : Add apex_available.
daf63991 : logcat: use stdio for free buffering.
a94e7076 : Remove a bunch of unnecessarily unclear memsets.
a2c0c699 : SendLogdControlMessage: remove pointless memset.
7e7eee46 : Treblelize bug_map: auditd read bug_map from multiple partitions
6d026fdf : auditd: bug_map use modern C++
d45fc5dd : Replace writepid with task_profiles command for cgroup migration
f45bd38d : logcat: fix "-c is ambiguous with both -f and -L specified" when -c wasn't specified.
7c2d7bdb : Add bindgen bindings test
a14a4e94 : Add MicrodroidHostTestCases to TEST_MAPPING
bdd4a20a : Clean-up the logd tests.
2bb97ecd : logd: fix write errors in no_epipe test
013204f2 : Fix warnings in preparation for Rust 1.53.0
203def78 : Make liblogwrap vendor_ramdisk_available.
da4d6df4 : Add support for musl
da4752eb : logd: replay the entire log when UID clearing
3e8d3a7c : logd: Fix unintialized memory assumptions part 2
3e3b6dc5 : Fix liblog.convertPrintable_* tests
69cd82e5 : Add ramdisk_available to init_first_stage's deps
df436d3d : Add missing bracket to stderr logs.
1943475e : logcat: fix time zone parsing.

+- Project: platform/system/media

16c73e4b : Camera: Update streamConfigurationMap doc for jpeg size change
cc713f4b : audio_utils: Avoid integer constant -0x80000000
cb0f95c2 : audio: add audio_is_channel_mask_spatialized
eca91ca4 : camera: Generate vndk version to tag mapping.
a3e89fa1 : Camera: Fix doc typo and bad format
a897bc33 : add support for le audio offload property
fc392323 : Camera: Improve documentation for 3A regions
d0ad999c : Add static asserts that the generated AIDL camera metadata values are the same as those in camera_metadata_tags.h.
476684b1 : Modify metadata-generate to produce AIDL files instead of HIDL.
0731ba5d : Add media to hwasan-postsubmit
6e3ea91d : audio: utility and macros for LE audio broadcast
d2a78071 : Camera: Use 64 bits for stream use case
bdfd225e : add support for le audio offload property
511bf34e : Camera: Update HLG10 dynamic range profile requirements
70efdd85 : Camera: Extend dynamic range profiles to 64bit integers
26020962 : Hide audio_direct_mode_t from vendor code
57c9ad0e : Generate constants from the audio HAL V7.1 enums
25593428 : Make AUDIO_USAGE_NOTIFICATION_EVENT available to HALs
c283cdde : Audio masks for "front wide" channels
71395e9f : A follow-up to Ultrasound flags addition
bfbc68be : audio: add flags and input source for Ultrasound
36214070 : camera2: Add mandatory stream combinations for PREVIEW_STABILIZATION.
68d05ba1 : audio: add Bluetooth LE Audio broadcast device
cb5a7585 : A follow-up to Ultrasound flags addition
36935a1f : Fix tee sink 12-channel file write
9aee4925 : audio: add spatializer output flag
da424d73 : Audio HAL V7.1: Add latency modes definitions
55a93316 : audio: add spatializer output flag
5a59d93d : Camera: Adds a new automotive metadata section
fe95b883 : Camera: Update docs for HFR preview fps.
f468414e : Adding bluetooth apex to libs which it depends on
96aca0b0 : Adding bluetooth apex to libs which it depends on
cd7177c5 : Camera: Add stream use case API
f4adfa99 : Audio HAL V7.1: Add latency modes definitions
48081d89 : Fix -Wbitwise-instead-of-logical
55781369 : Add explicit apex_available clauses
be16ff3d : audio: add spatializer output flag
0a03c5cc : audio: add Bluetooth LE Audio broadcast device
276c7227 : Camera: Add HDR10 camera capability and supporting tags
85b7664f : Add direct playback mode enum.
ff9343ca : Fix audio_utils when compiling against musl
316b531d : camera2: Change shutter timestamp -> readout timestamp for preview stabilization time lag.
650bd66f : audio_route: Ignoring only duplicate mixer ctls in subpath, instead of ignoring entire subpath.
8457b84b : audio_route: export header file and add host_supported
7a5f0a80 : Complete exposing audio_port_config.flags to HAL code
c84fe9f9 : audio: add audio attributes flag for call audio redirection
a828695c : Camera: Update the torch strength control API name.
7a650e4c : audio: add flags and input source for Ultrasound
82e6453b : Change media OWNERS. Remove gkasten. Add philburk
d9794f0a : Add a zero check for Histogram
6085290b : audio: add call redirection audio modes
0d7d2ac6 : audio_utils: Biquad - optimize single channel case
f22cf4ab : Expose audio_port_config.flags to HAL code
4f2c800a : BiquadFilter: Add ConstOptions template parameter.
38afcdf0 : Add CONTROL_VIDEO_STABILIZATION_MODE_PREVIEW_STABILIZATION to allow for better preview stabilization.
8f032e27 : Camera: Update torch strength control keys details.
ef9c1617 : audio_utils: Use array for filter state.
45f8ab72 : audio_utils: Biquad state space implementation
d96c3032 : audio_utils: Biquad refactorization
ecce12bc : audio_utils: Biquad test update to 2nd order IIR
595e5a5f : audio_utils: Biquad update benchmark for 24 channels
2fd4a45b : Camera: Add torch brightness control keys.
d48c38eb : audio_utils: Use array for filter state.
a5f9e4d5 : audio_utils: Biquad state space implementation
fc924d6b : audio_utils: Biquad refactorization
28ada9c8 : Correct enum values for framework-only keys.
39f8d11d : audio_utils: Biquad test update to 2nd order IIR
ac435dcb : audio_utils: Biquad update benchmark for 24 channels
5f0198f9 : Make AUDIO_USAGE_NOTIFICATION_EVENT available to HALs
e36993e6 : camera2: Update docs to specify minimum pixel array size for ultra high resolution sensors
26d63b90 : Revert "audio_route: add support to parse array of integer type"
ab48907c : Revert "audio_route: add support to parse array of integer type"
1764280a : Revert "audio_route: add support to parse array of integer type"
96f216dd : Revert "add const qualifier to the pcm_mask variables and arguments"

+- Project: platform/system/memory/libdmabufheap

1a220f6 : Add libdmabufheap to hwasan-postsubmit
b2b4ab7 : dmabuf_heap_test: Use vendor api level in the tests

+- Project: platform/system/memory/libion

cc23d0f : Move comment to license_note
87a74d8 : Make apex_available explicit
3ecb28a : libion: Update OWNERS file
765c309 : libion: Increase allocation size in large allocation test
9bddea5 : libion: Do not print error logs for unimplemented IOCTLs
d1d7e66 : Hide GPL headers, add license_text, rest is Apache

+- Project: platform/system/memory/libmeminfo

7d71a55 : Add libmeminfo to hwasan-postsubmit
c85cfe0 : Pull vma.usage.vss updates out of for-loop
3e598e4 : Move ReadDmaBufs() into dmabufinfo.cpp
c901764 : remove use of libbpf_android
bc8dd5f : Fix building showmap against musl
94b5c2d : Ignore per-processes failures on dumping global dmabuf stats
a716268 : Return 0 for process gpu mem if no entry found
26a159d : libmeminfo_test: Use vendor api level in the tests
00ecff8 : procrank: add flag to filter descendants.
c200a55 : Update OWNERS for VTS module vts_core_meminfo_test
0b660ec : Replace test_min_api_level with test_options.min_shipping_api_level
c07624b : libmeminfo_test: Update DmabufHeapStats tests
fdaa96b : dmabuf_dump: Remove per-device and attachment stats
f36d4ce : dmabufinfo_test: Remove attachment stats tests
849e2de : libdmabufinfo: Remove GetDmabufAttachmentStats
c572f94 : libdmabufinfo: Remove ReadDmaBufPss
8c79814 : libmeminfo: Add APIs for per-process GPU memory
1fdb3c8 : libmeminfo: Handle tabs in smaps parser
c5ff241 : libmeminfo: Replace sscanf with a simple parser for smaps parsing

+- Project: platform/system/memory/libmemtrack

2be40b6 : Remove ndk_platform backend. Use the ndk backend.

+- Project: platform/system/memory/libmemunreachable

0b1e8d3 : memunreachable: prevent forking when main thread times out
208efc5 : Disable libmemunreachable tests on HWASan builds.
ae69745 : Address TODO.
3814181 : Fix HeapWalker test under hwasan.
1eb6e33 : Support building libmemunreachable against musl
d701ac4 : Update OWNERS file for test memunreachable_binder_test.
5546e7b : Move the relevant tests from system/core/'s TEST_MAPPING.
dbdbf29 : Increase libmemunreachable stack size from 16kB to 128kB

+- Project: platform/system/memory/lmkd

7599436 : lmkd: Add support for cgroups v2 memcg hierarchy
b4d26bb : lmkd: Look up cgroup attribute paths instead of hardcoding these
16ba8bc : statslog: Make this library compatible with the cgroups v2 hierarchy
911f106 : liblmkd_utils: Use libprocessgroup to create cgroups
0e0da56 : lmkd: Log psi averages in killinfo reports
5ebc4e8 : lmkd: Fix a potential buffer overflow
5450679 : lmkd: Use std::array<> and remove the ARRAY_SIZE() definition
80a3dba : lmkd: Use std::min() and std::max() instead of defining min() and max() macros
65e7d14 : lmkd: Allow killing perceptible apps when recorded stall is too high
014dd71 : lmkd: Log psi averages in killinfo reports
5ae47a9 : lmkd: Allow killing perceptible apps when recorded stall is too high
2bf5487 : lmkd/tests: Consume memory more aggressively to avoid test timeout
c58acac : lmkd/tests: Move tests into presubmit-large category to avoid timeouts
683d6cb : lmkd/tests: Add a test to check for lmkd process reaping capability
b8cdb6a : lmkd: Set task profiles to the entire process
2bdf7f0 : lmkd: Set task profiles to the entire process
edd3325 : Turn on AFDO for lmkd
af1b0e0 : lmkd: Implement watchdog thread
7c3addb : lmkd: Use process_mrelease to reap the target process from a thread
cf8af50 : lmkd: Fix lowmem_minfree out of bounds
6e6d14b : lmkd: fix low swap threshold failing to update after reinit
1938f90 : Replace writepid with task_profiles command for cgroup migration
730e7a9 : lmkd: move to foreground cpuset before killing
0162e03 : lmkd: use fd cache for cgroup migration
0195bcd : lmkd: migrate process to FOREGROUND sched group before kill
0e64ead : lmkd: Do not re-initialize lmkd when persistent properties are loaded
d0a8004 : lmkd: Add support for persist.device_config.lmkd_native.* properties
39b5480 : lmkd: Add thrashing and max_thrashing into killinfo reports
e849f14 : lmkd: fix potential NULL pointer dereference
34928bb : lmkd: Add a tracepoint for each kill with kill parameters
e160475 : lmkd: Add current and max thrashing levels in LMK_MEMORY_STATS reports
1ef4718 : Revert "lmkd: Disable critical thrashing limit by default"
c117139 : lmkd: Disable critical thrashing limit by default
11221d4 : lmkd: Add ro.lmk.filecache_min_kb property for min filecache watermark
940e7cf : lmkd: Include total GPU memory usage in killinfo reports
ffce101 : lmkd: Handle cases when proc_get_name() might return NULL

+- Project: platform/system/netd

771a9c4e : Remove NetdBinderTest#TetherOffload* tests
d0178568 : Use CLAT_MARK from the netd AIDL interface.
fbc85069 : Use netd_aidl_interface wrappers
1c4e677e : BandwidthController - remove an unused variable
e3ea09c6 : move XtBpfProgLocations.h into a new header library
cb455409 : move definition of xt_bpf program pin locations to system/netd
92d5157c : netd: make BandwidthController startup failures terminal
56ac7264 : TcUtils.h - remove most of it - no longer used
3aa56610 : Restrict the local network range
89e504e6 : Update local routes based on network assigned range
776b68ce : Add app default local rule
8a03faae : Add local rule only for default network
dae10afd : Fix unregistering listener issue
f7267cfc : remove ndc clat command - it's dead now
10c98a6d : Remove ClatdController relevant stubs
31902a46 : Remove temporary hardcoded local exclusion routes
3a049f25 : netd: Update ndc to netd_aidl_interface V8
7219cfee : remove specific clat iptables drop rules
ba815950 : Drop duplicate clat ingress packets
99e92b4d : Delete unnecessary apex_available for com.android.tethering
1ad658f8 : Update MDnsSdListener to use MDns aidl
7274295b : Add MDnsEventReporter
c8a58ffa : Add MDnsService
b791bd6f : Remove tcutils implementation from netd
551c6e61 : BandwidthController: remove dead egress rule for clat daemon
6c937168 : Remove NetdBinderTest#ClatdStartStop
7e09a800 : Add netd tests to hwasan-postsubmit
5320c1a8 : Stop setting v6 routes if the v6 is disabled on the interface
64b965af : Skip netd kernel config test on gsi images
e39cc755 : Causing no error as removing routes on removed interface
911265a3 : Move shared methods to the front namespace
5e94b2e4 : delete bpf_progs from system/netd
bdafd745 : Add kernel config test for rate limiting
4a27f0af : Verify no more rules added than expected
a3f41160 : Delete TrafficController from Netd
f1ecd6d7 : Add timed out test files to tidy_timeout_srcs
b371bc31 : Remove setCounterSet and deleteTagData support from FwmarkServer
3c365cb7 : Remove redundant "using" statements
822beb5c : Remove TrafficControllerTest
c92891f4 : Remove TrafficController callers from NetdNativeService
c7ceea08 : Delete TestChangeCounterSet and TestDeleteTagData
a0b196b3 : Support discover/resolve on specific interfaces
fc745d18 : Remove unused TrafficController include
09dced92 : Move netlink_listener_test into TrafficControllerTest
ec9d1f0d : Change netd to stop starting TrafficController
8b9cdd27 : [ELR#6] Add rules into local exclusion table
e7bf5f50 : [ELR#4] Install/Remove local routes rules with the interfaces
ebdeba8f : [NETD-BPF#18] Mainline part of bpf code from netd
e6f198c9 : Add special subpriority that does not set default network for uids
e2f1b5a2 : rename subpriority constants to make more readable
99b076f4 : Remove dead code from netd
f79e3569 : [ELR#3] Create <iface>_local table to place the local routes
35387876 : Delete libnetdbpf from Netd
d14681b8 : Delete libnetdbpf from linked libs used by Netd
e3c27819 : move clatd.c bpf program to mainline
1e5515e7 : Move netd.c to Tethering module
d7c9d0b5 : Remove unused / reserved subpriority values from netd
d6faedf4 : Clean up dependency between NetlinkListener and TrafficController
cf082a3c : Move dumpService() to libnettestutils
707918a6 : Change gid of clat progs and maps to AID_SYSTEM
99aeade0 : Move vendor-464xlat.rc from external to netd
2e9443fa : [ELR#2] Split RULE_PRIORITY_BYPASSABLE_VPN
3e5d0719 : [ELR#1.1] Add comments and correct the parameter name
b1feec5a : Delete FirewallController::replaceUidChain.
1101a65a : Rename argument 'mSecure' to 'secure'
8fba2bb5 : Add route type change test to NetdBinderTest
2b0abeee : [ELR#1] Add excludeLocalRoutes in VirtualNetwork
c98e9c82 : Allow system server and networkstack to write to stats BPF maps.
494a7100 : Make ClatdController to use apex shipped clatd binary
6dd4615e : Add excludeLocalRoutes in NativeNetworkConfig
78582ea6 : Update language to comply with Android's inclusive language guidance
3cb7b217 : Clean up unused library and header
f5314f23 : [RN#10] remove clatd -m argument
85d412b3 : [RN#9] make clatd functions return -errno
f899cd88 : [RN#8] add test for configure_clat_ipv6_address()
d44a37ed : [RN#7] add test for configure_tun_ip()
34f223ed : [RN#6] add test for detect_mtu()
41d44a1a : [RN#5] Move mtu detection from clatd
c83cb784 : [RN#4] Move clat ipv6 address setup from clatd
7dadf8bf : [RN#3] Move tun interface setup from clatd
d55a1cfc : [RN#2] Move packet socket creation from clatd
87900030 : Revert "Revert "[RFNETD#1] Move the raw socke..."
cf919403 : remove libbpf_android dependency
f2bd0d76 : Netd changes for the move of libipchecksum.
bda08aad : Netd: overwrite dangling stack pointers
53360bf9 : Keep subPriority in int
964843f0 : Revert "[RFNETD#1] Move the raw socket creation from clatd to netd"
b6a8cccb : Don't use ResultError, use Error
ea9439b4 : Avoid counting data usage for tag socket AID_CLAT part 2
15139773 : Avoid counting data usage for tag socket AID_CLAT
4f3dffbe : Refactor stoping process to one util API Try SIGTERM with timeout first. If failure, use SIGKILL
5851b035 : [NETD-TC#9] Clean up dependency between InterfaceController and TrafficController.
f1972814 : Add additional IPsec owners
65f0455e : [NETD-BPF#17] Modify WaitForProgsLoaded.h include path
352984c4 : [NETD-BPF#12] Netd includes WaitForProgsLoaded.h
5a6fdab2 : [NETD-TC#8] Remove unnecessary includes in FirewallControllerTest.
334e366e : [NETD-TC#6] Clean up the dependency between FirewallController and TrafficController.
53de1ff6 : [NETD-TC#5] Clean up the relevant non-bpf codes for FirewallControllerTest.
28a6c766 : [NETD-TC#4] Delete TestEnableChildChains.
f61e444c : [NETD-TC#3] Delete TestSetStandbyRule, TestSetDozeRule and TestSetFirewallRule.
98e1b883 : [NETD-TC#2] Delete TestCreateAllowlistChain and TestCreateDenylistChain.
75dbc41f : [RFNETD#1] Move the raw socket creation from clatd to netd
ed730a29 : [NETD-BPF#9] bpf_benchmark links liblog
b91d1409 : [NETD-BPF#2] Move libnetdutils to frameworks/libs/net/...
c92fd63e : [NETD-BPF#5] Move bpf_shared.h from netd to module
3a42e779 : [NETD-BPF#2] Move libnetdutils to framework/libs/net/...
f4f22b22 : use str.empty() to check for empty string instead of !str[0]
8fe808f0 : Split tagSocket into tagSocket and privilegedTagSocket
dc07cd44 : [NETD-TC#1] Move manipulateSpecialApps out of BandwidthController.
e2d12d6e : move raw idletimer ahead of clat
eb95159c : switch to using OWNERS from master branch of Connectivity module
87145b41 : Work around bpf verifier limit
2c7432f8 : GTEST_SKIP() << "msg" not GTEST_SKIP_("msg")
1f447af1 : netd_client_test.cpp - switch to GTEST_SKIP in SKIP macro
f861ad6c : bpf_shared.h: const int -> static const int
5cf00db2 : netd - grant supplemental group 'net_admin'
28582b73 : Print uid network permissions
7584784a : add prio parameter to tcFilterDelDev
70d42501 : rename OffloadUtils to TcUtils
88071ddc : add bpf prog that accounts for to-be-dropped packets filtered by tc
344bb894 : Never send packets with a source of ::1 on the wire.
a91bc760 : Backfill VTS owner information.
35987ded : Add "throw" and "unreachable" routes to NetdBinderTest
0cceda2d : Use route priority only for route cache invalidation
03f1b8fb : Move netd AIDL to frameworks/lib/net
7bd14883 : Fix the issue of calling ipRouteString() twice
3ae27de4 : Move netd AIDL to frameworks/lib/net
2dbb5e6e : bpf_progs/clatd - replace all TC_ACT_OK with TC_ACT_PIPE
56b083c3 : Remove ndk_platform backend. Use the ndk backend.
a99f3ceb : Remove ndk_platform backend. Use the ndk backend.
256a5b83 : Remove ndk_platform backend. Use the ndk backend.
02cc99b2 : Remove ndk_platform backend. Use the ndk backend.
7006bec9 : Rewrite UidRanges::overlaps()
a43e7ce6 : Refactor test with a structured setup
1b54ba03 : Freeze netd_aidl_interface V7
8e0ba5ae : Show UID ranges config in dumpsys netd
ce41a3a4 : Revert "Disable IdletimerAddRemoveInterface test on >=5.10"
4ea88460 : Support subsidiary priority on UID ranges
32d27fec : Revert "[clang-tidy] Disable performance-no-int-to-ptr"
f5b2daa8 : Update netd_aidl_interface-lateststable-ndk_platform
0f104d5b : make failing to start TrafficController critical.
582b024e : Address review comments on aosp/1738773.
caccab46 : Specify the ifindex when destroying sockets on link-local.
02a8e17c : add better comment for NetdSELinuxTest::CheckProperMTULabels test
63f571fe : Keep using the latest stable version
ea2f6034 : Enable Async MTE in netd.
3a388062 : Increase TestCommandTimeout timeout.
d18e38a3 : Enable Async MTE in ndc and netutils-wrapper-1.0.

+- Project: platform/system/nfc

08bd030e : create own last_timestamp_ms for each buffer
ae2e5f3f : Adding android-security-assurance-redteam@google.com and NFC OWNERS as fuzzer subscribers to receive alerts
1f95437a : NFC logging enhancement
ba9dd95b : Fix loggings for uint8_t variables
9d015f31 : Tweak linux_glibc properties for musl builds in system/nfc
b6753fb8 : Fixes for AIDL HAL
1c6ab25b : OOBR in nfc_ncif_proc_ee_discover_req()
e90fe688 : Avoid p2p priority logic when beam feature is disabled
3bd6b271 : OOB read in llcp_dlc_proc_connect_pdu()
88c5c267 : Out of Bounds Read in nfa_dm_check_set_config
f2c4ec29 : Fix compiler warnings
4d7b553f : Add NCI_RESET_TYPE for different CORE_RESET_CMD during NFC init
270984ae : Fix build breaks for debug_lmrt.cc
0d83eb0c : Revert "Revert "Add nfc_integration_fuzzer""
2dbe0bec : Revert "Add nfc_integration_fuzzer"
2764bafe : Add nfc_integration_fuzzer
e6369b74 : Prevent Array OOB in GKI_stop_timer
2fcf7d67 : Double Free in ce_t4t_data_cback
5299cb40 : Use PTHREAD_MUTEX_RECURSIVE instead of PTHREAD_MUTEX_RECURSIVE_NP
a083240f : Add SetConfig/GetConfig APIa
0676010b : Fix libnfcutils building against musl
d93cede2 : API for libnfc_nci is added
c8625978 : Switch to using the NFC AIDL HAL and keeping HIDL HAL
2c3cd9a2 : Add functions to get routing table information
61911c00 : Add functions to get routing table information
76239527 : Add empty aid as the last entry of aid routing
fef77a18 : Tag-mismatch in NFA_SendRawFrame
d4912944 : Use default Rust edition
277c4caf : Add NCI module
0e27cc95 : Save last NFCEE command separately
3399a9f4 : Add HIDL enum definitions
4a91ff60 : Handle ISODEP & EmptyAID route entries to SE which doesn't support tech A/B
949f163b : Add a condition to prevent the false error log
62d5269b : nci_packets: Bitfield order is corrected and LCM commands added
b8a8c3c0 : Add nfc_integration_fuzzer
f58c9d42 : Split low-level I/O and control layer
1c8b5ba4 : Refactor the test structure to make it more extensible
6ad31a5e : Free T5T buffer if no NDEF data included in data response
73546ea8 : Revert "Added support for Silicon Craft Technology's tag SIC81T1."
400b3654 : Edit nfc configs for C10/P10 SWP removal
e9628f15 : NCI command, response, notify messages are unified
ac5fec08 : A simple code to test "rootcanal" server
a02f5bb8 : Add trivial rootcanal implementation
b328f6b7 : Add rust nfc_packets library
fcdf5844 : Rust configuration for system/nfc project
a4ca4ad7 : Add packet definition file
5dc0d849 : Tag-mismatch in rw_t4t_data_cback
86f858a4 : Type confusion due to race condition on tag type change
81f4596c : pthread_mutex_destroy is called multiple times with the same mutex
d294d44e : Added support for Silicon Craft Technology's tag SIC81T1.
2266b77c : Rollback the MaxLC checking in cc validation
2d7f5da8 : Fail to read NDEF message on some tags
b8057f7a : Type confusion due to race condition on tag type change
c2f93ec9 : UnlinkToDeath() was not called on the service termination.
0b301a3d : Add NFC-DEP routing entry only if NFC-DEP interface is supported by NFCC
69d7182c : Dynamic enable or disable nfc stack log

+- Project: platform/system/nvram

3a5df60 : Deleted clang property in Android.bp files

+- Project: platform/system/security

7409f7c8 : Do not use RKP for DEVICE_UNIQUE_ATTESTATION.
ccce73d1 : keystore2: transfer RootOfTrust from TEE to SB
d337c772 : Unbind Attestation keys when freeing up namespace.
f8d1e9b2 : [Compos Telemetry] Fix current_artifacts_ok in the pushed atom
adf6692b : Log SecurityLevel with RkpErrorStats.
dfdcb875 : Do not cache rkp_only property
20f50df9 : Fix lints from Rust 1.60.0
562aebb8 : Ensure that "rkp only" forces checks for rkp keys
8c06c3e8 : Fix unique id attestation on devices with keymaster
11a8dab7 : [LSC] Add LOCAL_LICENSE_KINDS to system/security
9429c9ec : [Odsign] Record compos artifacts related metrics
65207b5f : Return OUT_OF_KEYS if system is rkp only
66d9e908 : Add a new permission check around unique id attestation
2c2466d4 : V3 is the latest keymaster HAL interface
005400ef : Keystore 2.0: Add legacy blob test to TEST_MAPPINGS
3b642796 : Adding tests to validate support for encrypted legacy blobs.
b3f93cde : keystore: Fix double ownership of ConfirmationListener in test
6a508604 : Adding additional call to delete expired keys
ace888ae : Upgrade remotely provisioned keys if necessary.
901386c2 : Create authorizations and key_generations test modules -
aa7e8ba4 : Use shared libutils instead of static for keystore fuzzers
5d772ef3 : Keystore 2.0: Make KeyParameters serializable.
c7bc7e9e : Diced: Don't add resettable config
9afe8828 : keystore: Fix double ownership of ConfirmationListener
bb0d0f4f : Don't pass Tag::INCLUDE_UNIQUE_ID to attestKey
69a85051 : Restructred blob utilities to make them accessible in tests.
04945eba : Keystore2 Tests: Revisit run_as function.
889c1ccf : Remove functionality to migrate keys across app UID
ce82be8e : rkp_factory_extraction_tool: Add instance name in the JSON output
d647b4a5 : Keystore 2.0: Teach keystore to decrypt generic blobs.
4a6ba6e8 : Keystore 2.0: Rename legacy_migrator to importer.
c5f7b62d : Keystore 2.0: km_compat: Fix ref counting in software keymint device.
d0f7b356 : Modifying extraction tool to support P256.
f6e39df4 : Add enableFsVerity function in VerityUtils.h
a1e1c486 : Changes for the Rust 1.59.0 update
318d7ba4 : Remove the old CompOS key management
4827dd5e : Remove the old CompOS key management
18443043 : Remove the old CompOS key management
8c14710d : Add logging around export of IRemotelyProvisionedKeyPool
e2fac0c9 : Provide alternate SE RoT provisioning path.
a20f50c8 : Generalize keystorekey for non odsign use cases
7f6912c1 : Avoid useless recompile
a61218c1 : Use the right path for compos_verify
b6ff0dcf : Generalize keystorekey for non odsign use cases
1f49c6e2 : Send Keystore2 logs to SYSTEM rather than MAIN
466ed1f7 : Switch from compos_verify_key to compos_verify
2bc61969 : Generalize keystorekey for non odsign use cases
cd7f7417 : Adding additional call to delete expired keys
55620ff9 : Upgrade remotely provisioned keys if necessary.
779e09c9 : Keystore 2.0: km_compat: Fix operation slot accounting.
f84d0b05 : Keystore 2.0: Teach keystore to decrypt generic blobs.
cdd1bebe : Allow CompOS to use DICE from C++
c97eb9e0 : Implement a back-level KeyMint compatibility wrapper
0551c467 : Update to improved system_properties API.
0ffb8a80 : Keystore 2.0: Rename legacy_migrator to importer.
a18130b8 : Don't check for /dev/kvm
81db3789 : Add support for RKP to credstore
92648b6a : Refactor RKP key pool in keystore
9bdc4301 : Keystore 2.0: Sort watch dog records.
478a9a26 : Keystore2: Fix some log messages.
33cc23e2 : Avoid useless recompile
c40d1eec : DO NOT MERGE: Validate artifacts before calling odrefresh --compile.
dba80c54 : Remove all noicu build rules
214c660d : Remove microdroid build of keystore2
0fd25a61 : Keystore 2.0: Fix racy super key management.
f9990f90 : -= src_available
07152b92 : Revert^2 "Add dependency on keymint cpp lib"
a45b3815 : Revert "Add dependency on keymint cpp lib"
9c566a4f : Add dependency on keymint cpp lib
7ee79f9f : Add new IRemotelyProvisionedKeyPool service to keystore2
32701414 : Turn on AFDO for keystore2
a4c669c4 : Add diced.microdroid
ea03cff9 : Keystore 2.0: Add error string to service specific exceptions.
76671220 : Add cc static library for fsverity digests
23cf724a : Revert^2 "[keystore2] Fix binder import path"
a723ee22 : Revert "[keystore2] Fix binder import path"
32d4d7ea : Allow CompOS to use DICE
e7265744 : Prefer rlibs for diced
eb3bd5df : [keystore2] Fix binder import path
16db29ef : keystore2 support for app UID migration
25870870 : Adjust CompOS case
181c825f : Allow use of CompOS on release builds.
63c5dfc1 : Adjust CompOS case
045a2c87 : identity: Add multi-document presentation support.
d9513f40 : Diced: Switch to fixed length array AIDL types.
db78b775 : Diced: Add tests for open dice rust bindings.
41e67191 : Diced: Implement HAL proxy node and initialize it in diced_main.
aaba4afe : Diced: Add vendor library for DICE HAL implementations.
da092a14 : Diced: Add Client test.
99652dc7 : Diced: Add dice maintenance implementation
2ded9cb1 : Diced: Add selinux permission checks.
c51dff81 : Diced: Add service diced an implementation of android.security.dice
11bd259e : Keystore2: Delete all super keys.
d3309f54 : Generate Rust binding for fsverity_digests.proto
4684fa54 : Fix checking of compos.info
2b3c7237 : Keystore 2.0: Add CREATION_DATETIME only for Keymint V1 and higher.
02b12807 : Merge "Diced: Add android.security.dice interface definition." am: 5b32aadaa0 am: 08da5bafad
2cef73f4 : Diced: Add rust binding for BccFormatConfigDescriptor.
13356b27 : Diced: Add open dice rust bindings.
9673bd1f : Diced: Add maintenance interface.
290463c0 : Diced: Add android.security.dice interface definition.
b9b83f04 : Remove per-file CompOS signature support
d43c1b9d : Revert "Revert "Keystore 2.0: Add CREATE_DATETIME unconditionally.""
59f655da : Remove per-file CompOS signature support
48e38459 : Set expired_by to be three days from now, when querying rkp_pool_state.
49d700d5 : Revert^2 "keystore2: cope with new curve25519 enum"
0400d70c : Revert^2 "Bump keystore2 AIDL API version 1->2"
6b96760c : Revert "Bump keystore2 AIDL API version 1->2"
6c44cad4 : Revert "keystore2: cope with new curve25519 enum"
a6c82a91 : keystore2: cope with KeyMint AIDL V2
d504c622 : Set expired_by to be three days from now, when querying rkp_pool_state.
e36d8b7e : keystore2: cope with new curve25519 enum
76d52656 : Bump keystore2 AIDL API version 1->2
37ec97d8 : Make OdsignInfo available for Rust
d8a24474 : Verify pending artifacts using compos.info
9af7beb9 : Grant CompOS APEX access to OdsignInfo.
23353287 : [LSC] Add LOCAL_LICENSE_KINDS to system/security
c4e0d5be : Use defaults to reference current keystore AIDL
bdb232db : Depend on KeyMint HAL via default
c4028e69 : odsign: Refactor into binary + library
a01eac3a : Validate artifacts before calling odrefresh --compile.
fb9b55c3 : OWNERS: add Jeff and Alan
653eca59 : Fix logic for token searching on authorize_create
a9c956e3 : Validate artifacts before calling odrefresh --compile.
ff1c412d : keystore2: Remove explicit dep on C DSOs
fae9b808 : Add OWNERS for fsverity files
3fc82ead : fsverity_init: refactor into library + binary
48fc2e5a : Replacing manual CBOR with serde-cbor
280ee4dd : Allow previously signed fs-verity files.
7ffd2fdd : Include <variant>
7b1df9e1 : [LSC] Add LOCAL_LICENSE_KINDS to system/security
daf73bcd : Define the MigrateAnyKey permission
b9462c13 : Fix EINTR received in getrandom
eb92a490 : Add fsverity_digests proto and metadata for APK
181857fe : [LSC] Add LOCAL_LICENSE_KINDS to system/security
730a1338 : Added fuzz targets for libkeystore-attestation-application-id
4f33d5e2 : libkeystore-attestation-application-id: Updated Android.bp
498b6ebe : Added keystoreGetWifiHidl_fuzzer
67b56c10 : Keystore 2.0: Add Keystore CTS test cases to presubmit.
9e929871 : Revert "Keystore 2.0: Add CREATE_DATETIME unconditionally."
1a481343 : Revert "Keystore 2.0: Add CREATE_DATETIME unconditionally."
5b8f198f : Revert "Keystore 2.0: Add CREATE_DATETIME unconditionally."
46e97c89 : Keystore 2.0 Crypto: Add try_clone to ZVec.
a16ddf36 : Keystore 2.0 Crypto: export zvec module and provide a ZVec Error.
5aca5d69 : Keystore 2.0: Add CREATE_DATETIME unconditionally.
1edfbea3 : Remove custom test_config.
3f4d774b : Replace writepid with task_profiles command for cgroup migration
39d57e77 : Keystore 2.0: Refactor permissions. 5/5
a916d999 : Keystore 2.0: Refactor permissions. 4/5
56af0314 : Keystore 2.0: Refactor permissions. 3/5
a2f4850e : Keystore 2.0: Refactor permissions. 2/5
751d2c8e : Keystore 2.0: Refactor permissions. 1/5
ff0f5925 : Specify KeyMint EC keys by curve not size
975906d2 : Add keystore2_microdroid
042847e6 : Inform Java BigInteger that the input bytes are positive
646e4b98 : odsign: Explicitly initialize to use system logger
f2ff9c8e : Keystore 2.0 engine: Handle legacy PEM certificates.
bcb469a7 : Keystore 2.0 km_compat: Cuttlefish does not return a vendor patch level.
78f51caa : Make CBOR and COSE CTS utilities reusable
422a7de9 : Add utilities for ISO 18013-5 (mdl)
a578d399 : Keystore 2.0: Add run_as to keystore2_test_utils
1ce7293e : Fix the error message for auth token not found.
bdb6ea2e : Use sqlite with no ICU support
ec7872aa : Replace keystore2_vintf's bindgen with cxx
e6c5baf5 : Add sethmo@google.com to system/security/OWNERS
03e25536 : Sort system/security/OWNERS
bf508718 : Only fuzz if data is not empty string
e3fd587d : Enable sqlite3 logging in keystore2
359e3df6 : Replace FakeCompOs with real CompOs
40353d8f : Revert "libkeystore-wifi-hidl: Updated to vendor_available:true"
e9daaa9d : android.security.*: use versions for imports (2)
538558e2 : android.security.*: use versions for imports
b9c1367a : keystore2: increase unit test timeout
733d1d0a : Add bindgen bindings test
8a1a2242 : Log metrics for RKP fallback event.
4a436252 : Remove odsign_e2e_tests from TEST_MAPPING.
46c703e6 : Add deleteAllKeys to IKeystoreMaintenance
f755af71 : Log metrics for RKP fallback event.
400b225c : Log metrics for RKP fallback event.
cd193a9f : Handle instance files in odsign.
81a50f2d : Migrate to the librustutils cutils bindings.
7ead3a24 : Migrate to the librustutils system property bindings.
2e8a9845 : Don't mark odsign as oneshot.
d5aaaef8 : Fix warnings in preparation for Rust 1.54.0
9a4bc972 : Print device keys in test mode
0d61dd6c : Remove ndk_platform backend. Use the ndk backend.
3877f293 : Fix warnings in preparation for Rust 1.53.0
6c8622e9 : Add jbires to system/security OWNERS
9ea08f23 : Fix ill-formed certificate request
84af4d1b : Keystore 2.0: Fix convertStorageKeyToEphemenral
3583a510 : Update keystore2 for new linter warnings
d7b63d2c : Fix makeUniqueWithTrailingData.
d83784a4 : Use fully-qualified names instead of read and write.
4f444299 : Use the newly-added function to read a property.
fe0abfe4 : Replace if statement with call to Option::map
f235706b : Migrate keystore2's Rust system library bindings to bionic.
d2bfee00 : Support pending CompOS keys.
d2ce46b5 : Adding plumbing for supported EC curve on impl
31cdfb8e : Always fall back to factory key on any RKP error
365ce374 : Log keystore2 crash events.
8b4cb969 : Various fixes to CompOS signature handling.
509fafd4 : Log keystore2 crash events.
8af67ea7 : Log metrics related to Remote Key Provisioning (RKP).
266abdb6 : Adding skeleton for a rust fuzzer for legacy_blob
15891e60 : Add keystore API for metrics re-routing.
69f0bc52 : Keystore2: Wait for statsd to be available before calling statsd_write()
2553b56a : Skip FS_IOC_GETFLAGS.
b85739d8 : Switch to RsaPublicKey.
35049b61 : Trust CompOs-signed artifacts
59146254 : Optimize dependencies in rkp_factory_extraction_tool
5898d15d : Keystore 2.0 legacy Keystore: Cleanup when app/user removed.
2dd5785e : Keystore 2.0: Remove Asp.
52f017ff : Use P521 curve instead of P256
5f3a0570 : Keystore 2.0: Remove Asp.
e44aad2e : Add JSON output to the RKP factory tool
e8a4203e : Keystore 2.0: Remove Asp.
f2477a81 : Keystore 2.0 km_compat: Fix getKeyCharacteristics / SecLevel::SOFTWARE
bf855c0b : Keystore 2.0: Fix misinterpretation of the versionNumber.
3eb829da : Keystore 2.0: Extend the functionality of the Vpn profile store.
18b1db5b : Only fetch an attestation key if challenge present
0f760d7d : On-device signing: reject everything that's not a regular file/dir.
16e25c51 : On-device signing: Use correct deleteKey() instance.
5a40fa7e : Generate random challenge in RKP factory tool
01688560 : Add prod GEEK to rkp_factory_extraction_tool
6dfb02a3 : Remove duplicate generateEekChain routine
67e9512b : Fixing CBOR parsing/serialization for prod keys.
9ebec5fe : Fix VPN profile store test
efbb5678 : On-device signing: Delete the HMAC key when failing to use it.
37708580 : Use fsverity_formatted_digest from <linux/fsverity.h>
ddae34a8 : To initialize StrongBox KM with TEE KM
7c05fd84 : Remove provisioner_cli tool
444b51ae : Keystore2: fix test_large_number_of_concurrent_db_manipulations
fbe5cf54 : Keystore2: Stop using WAL mode
314845dc : Add (fake) CompOS key verification.
bfd2ec04 : Add (fake) CompOS key generation.
246a7f13 : Improved error checking for fsverity_init/odsign.
64ce9252 : libkeystore-wifi-hidl: Updated to vendor_available:true
f6c3bfc4 : libkeystore-wifi-hidl: Updated Android.bp
d7308c79 : Keystore 2.0: Don't panic key negotiation checksum failure.
d0e0888e : Keystore 2.0: Fix shared secret negotiation for Keymaster 4.x
b1821788 : Add support for an existing CompOS cert.
3b88598c : Minor fixes.
0da31150 : Keystore 2.0 certificate utils: Set time by string.
cfaf919a : Keystore 2.0: Delete unencrypted boot level keys.
75e600f8 : Keystore 2.0: Add database versioning.
030ba028 : Keystore 2.0: Move db_utils to database submodule.
0cabd71f : Keystore 2.0: Make key type an explict argument.
acebfa24 : Keystore 2.0: Boot level keys: Check key characteristics.
5c748210 : Keystore 2.0: Use preferred KM instance for level zero key.
67f30564 : Keystore 2.0: km_compat: Implement getKeyCharacteristics.
e2d774bf : Keystore 2.0: Boot level key: Add missing digest to operation params
39cee4c0 : On-device signing: Don't specify MAC_LENGTH on verify operation.
ff79e362 : Upgrade to rusqlite-0.25.3.
891b9540 : Use accessors for certificates and RSA keys.
97ac914c : Fix typo
9451c05e : On-device signing: Remove Keymaster implementation.
7278a33e : On-device signing: verify the public key.
9b885740 : On-device signing: Switch to using a TEE-backed keystore key.
7d3cd722 : Keystore2: Wait for statsd to be available before calling statsd_write()
f45034a6 : Log key integrity violation to NIAP audit log.
18313830 : Keystore 2.0: Restrict list to KeyType::Client.
2cb4f090 : Keystore 2.0: CLI fixes.
597acfb3 : Improve selinux concurrency test reliability
d746a0d0 : Keystore 2.0: Test libselinux concurrent access.
48d9ff94 : Add getKeyCharacteristics stub to km_compat
ed12c1ca : Make key names unique.
7e1243a9 : Keystore 2.0: Fix loading of unencrypted legacy super keys.
33bdf3bb : Keystore 2.0: Small performance gain

+- Project: platform/system/sepolicy

e1189a7aa : Allow all Apps to Recv UDP Sockets from SystemServer
e1c2d9941 : Revert system app/process profileability on user builds
a089864e8 : Ignore access to /sys for dumpstate
15715aea3 : much more finegrained bpf selinux privs for networking mainline
57f48ae1d : Include bluetooth cert in mac_permissions.xml
f33d6752c : Allow remote_prov_app to find mediametrics.
69fa8ca6f : sepolicy: allow TUNSETLINK and TUNSETCARRIER
8b7c1cbd5 : Add xfrm netlink permissions for system server
d0478822c : Fix system server and network stack netlink permissions
bc844c5c2 : Add System Property Controlling Animators
8ff276e8d : Allow Bluetooth stack to read security log sysprop
898723d04 : Allow zygote to relabel sdk_sandbox_system_data_file
d68b089d5 : sysfs_fs_f2fs for zygote.
5eca1a0bf : Allow vendor_init to read device config vendor_system_native properties
444d77f60 : Removed telephony apex
ef1698a87 : Create a separate label for sandbox root directory
82481e5ea : Allow odrefresh to access dalvik system properties
ee5fc9617 : Allow vendor services to access vendor_system_native_prop
d6e0b0b37 : DO NOT MERGE: Move bind permission on netlink to private
f906da515 : Revert "Revert "Allow vehicle_binding_util to access AIDL VHAL. am: d5af7b7cea am: 565699bc61 am: e4ddf119a1 am: 54e7d19e1d am: 3686a43f8f""
597b5dfd5 : Update 33 api to fix build breaks
2140c7452 : Revert "Allow vehicle_binding_util to access AIDL VHAL. am: d5af7b7cea am: 565699bc61 am: e4ddf119a1 am: 54e7d19e1d am: 3686a43f8f"
9561e1957 : Allow composd to pass some system properties to CompOS
4aad91d92 : Add services and allow app to write to sdk_sandbox
bad95e076 : [MS82.3] Add sepolicy to access connectivity apex directory
c8b6c1fb7 : Allow vehicle_binding_util to access AIDL VHAL. am: d5af7b7cea am: 565699bc61 am: e4ddf119a1 am: 54e7d19e1d am: 3686a43f8f
04a85a1ba : platform/system/sepolicy - SEPolicy Prebuilts for Tiramisu
8608c7798 : Allow crosvm to write shell_data_file
0dda188ca : Allow untrusted app to use virtualizationservice - even on user builds
f6f974062 : Allow shutdown /data
8e06fb410 : Allow deleting old virtualization files
fa56130d4 : Prevent sandbox executing from sdk_sandbox_data_file
09e3838d9 : Add ephemeral service access to sdk sandbox
09198a005 : Add sensor multi-HAL AIDL sepolicy
c296764ae : Add vibrator and power HALs to Watchdog dumps
8bfdd8212 : Allow the remote provisioner app to set rkp_only properties
9a385b211 : Adds system_user_mode_emulation_prop property.
cdd5e0795 : crosvm can access data_shell_file on user builds
bf717e18f : vold.te: stop allowing use of keymaster HAL directly
a93398051 : Adds GPU sepolicy to support devices with DRM gralloc/rendering
365024e53 : Adds GPU sepolicy to support devices with DRM gralloc/rendering
0b3d56d35 : apkdmverity: use LOOP_CONFIGURE
9bf0a0c14 : Remove some FDE rules and update comments
47bddcd06 : sepolicy: Allow uwb module access to CE directories for UWB
7be3e86f4 : Remove obsolete rule allowing installd to use fsverity ioctls
1e0b4a5b9 : /apex/com.android.art/bin/dex2oat is a symlink, so allow reading it from the shell.
49d1c7ff6 : Remove precompiled apex sepolicy from system image.
791567ece : Change nearby from system_api_service to app_api_service
23ffb50e5 : Allow microdroid to start tombstone_transmit service
6a2fbfa84 : Track sys_module permission for system_server
20d0aca7e : surfaceflinger: allow to be profiled by perfetto on release builds
8cd32cd93 : [GWP-ASan] Add sysprop, allow shell and system apps to set it.
7057e4abc : sepolicy: allow vendor system native experiments property
93b694908 : Fix fingerprint failing to start on GSI images
baa05ada5 : Remove key migration related changes
98f63495b : Add sepolicy for Multi-Gen LRU sysfs control
9e25714cd : Add sepolicy for mglru_native flag namespace
5594b50e5 : Update LE Audio profile names to be in line with spec and implementation
4d59166d1 : Fix gmscore selinux denial on rmdir/setattr
86f794564 : Allow Bluetooth to link files - Robust Caching requires it
36daf98e4 : Selinux setup for /data/misc/odsign/metrics/
1851dcb2e : Convert README to README.md
b258317e3 : Add ro.surface_flinger.ignore_hdr_camera_layers rules
5691bf26c : Add sepolicy for BLE Privacy sysprop
f227d0d99 : Changing selinux policy for privapps for new certs.
a9f1dc970 : Selinux configs for enabling tombstones be passed to host
db9b8670b : Remove unnecessary entries from microdroid vendor file_contexts
6111f0cfc : allow system_app domain to be profiled
c1e8eb522 : crosvm: netlink perms for acpi
aaacfdb05 : Add ro.remote_provisioning.*.rkp_only properties.
9e9684934 : SEPolicy: Add read permission to traced_probes
267fc16a4 : Non-module targets.
5c5e0f7ec : Remove bug_map entry for system_server
8337d0420 : Add label and permission for game_mode_intervention.list
64ef8be1d : Sepolicy changes for adding new system service for AdServices.
ae4dbf54d : suppress su behavior when running lsof
155d31887 : Add ThermalService and file access to SdkSandbox
6e9219480 : Allow wpa_supplicant to access Netlink Interceptor
85dfe313e : Restrict sandbox access to drmservice
f69f5a651 : Remove redundant neverallow
676da7273 : Add AIDL audio HAL service to SEPolicy
6c874fb29 : Allow odrefresh to use userfaultfd
bf729fdcf : FUSE-BPF: vold and MediaProvider access to ro.fuse.bpf.enabled
f21542906 : microdroid: dont audit access to event-log-tags
3518c9e7f : Allow EVS HAL to use cardisplayproxyd
643d2439c : suppress su behavior when running lsof
85091cd80 : Allow init to relabelto console_device
63e6e1dc0 : Add persist.device_config.storage_native_boot.smart_idle_maint_enabled property policies
bcd0bd797 : Correct the definition sequences of sdk_sandbox_service
b30e888b5 : Add search in bpf directory for bpfdomains
52862a32c : Add sepolicies to allow hal_health_default to load BPFs.
f505b3cbc : Add dynamic_system service properties
cdd95be89 : Add proc_cmdline read permission to read_fstab
7c81cab94 : Added permission to allow for ioctl to be added to install_data_file
b93f26fd8 : Move sdk_sandbox sepolicy to AOSP.
be66c5917 : SELinux policy for /dev/sys/block/by-name/rootdisk
7fd8933f0 : Remove media crash neverallow exception.
7bde36e94 : Remove redundant sepolicy
874dd0803 : Allow system_app to access radio_config system properties
2dba72540 : Define access to AVF chosen node properties
73fdf668a : Add sepolicy for Battery Service client role sysprop
3b59a537f : system_dlkm: allow dumpstate/bugreport to getattr
711fee7dd : Add file contexts for OnDevicePersonalization.
b016e5115 : Add userfaultfd selinux policy for app_zygote
35e87367b : microdroid: Set mls_cats to 1
6e384f3a4 : Add mls_cats property to se_policy_conf
ec7f4244e : clearkey aidl file_contexts: update path regex
75821321c : sepolicy: allow access to binderfs feature files
b02ac3242 : Allow piping VM failure reason
2a017b61a : Allow dex2oat to use userfaultfd in microdroid
62115b2d0 : Remove Auxiliary file_contexts file.
5cfdf2bd6 : Add a persist.wm.debug property type and associated permissions
8c4ebe21f : Allow EVS HAL to access data from surfaceflinger
a5eb97af4 : Remove Auxiliary module file context config.
670b38baa : Allow vendor domain to communicate with traced.
97bef10ca : Move comment to license_note
abfe4c00e : Allow MediaProvider to access the media metrics service
db8478cc3 : Remove supplementalprocess APEX
c7596c4e6 : Build vndservice_contexts with Android.bp
61257ca54 : Move sepolicy_test to Android.bp
644649028 : Allow apexd to enable fsverity on /metadata
b8abcadd5 : Remove bug_map for hal_wifi_default
5490752cf : Allow shell to read updated APEXes
bf4d7522d : Allow dumpstate to call dump() on drm hals
2736da21a : Add sepolicy for graphics IAllocator AIDL based HAL
691def4fd : Connectivity Native AIDL interface Sepolicy
ff648192d : Block crash_dump from no_crash_dump_domain
6872b1db6 : Silence error when traced_probes invokes atrace with pipes
e2da633ef : Rename SupplementalProcess to SdkSandbox
23161e51c : Allow piping console output to clients
718ac20ed : Only allow supplemental_process to execute from read-only locations
e2156d071 : Dontaudit property access by odrefresh in the VM
0c5449b19 : Remove now-unused permissions
9141aa020 : Add ro.lmk.stall_limit_critical property policies
6a6ab830d : Allow vold_prepare_subdirs to manage supplemental_app_data_file
dc4332b32 : Add file contexts for AdServices APEX
ddfb8a99c : Adding more permission for selinux to some attributes and flags
3f045e296 : Allow hal_graphics_composer to write to a pipe
e121dc5ae : Add ro.lmk.stall_limit_critical property policies
d581bd244 : SELinux issues:
409d019f9 : profcollectd: allow to request wakelock from system_suspend.
9738638c0 : Let the DICE HAL getattr the device node
766caba5d : Modify sepolicy for compos key changes
bf5810068 : dontaudit denial on the odex file of location provider.
12bd3d9d2 : Remove needless bootloader_prop rule
b13117f3b : Add ro.boot.microdroid.app_debuggable
73f43ff84 : Remove compat test from treble sepolicy tests
b5e235346 : Revert^2 "Migrate contexts tests to Android.bp"
373cf3ba8 : Associate hal_service_type with all HAL services
76935bdef : Add new label for supplemental data
1d88bf547 : Allow dumpstate to create tmpfs files
4a556890f : system_dlkm: sepolicy: add system_dlkm_file_type
16c0a350c : Update SEPolicy apexd for API 32
9118e3a5c : Make Traceur seapp_context reflect platform status
0a64d100b : dmesgd: sepolicies
eacb1095a : Revert^2 "Updates sepolicy for EVS HAL"
8c12609bc : Revert^2 "Adds a sepolicy for EVS manager service"
41d3e030e : Add file contexts for OnDevicePersonalization module.
0137c98b9 : Revert "Adds a sepolicy for EVS manager service"
418f41ad1 : Revert "Updates sepolicy for EVS HAL"
a083d7a8d : Updates sepolicy for EVS HAL
5c3bc5816 : Adds a sepolicy for EVS manager service
6598175e0 : bpfdomain: attribute for domain which can use BPF
1b3278b2d : Fix bootchart on android12
360ddf558 : [MTE] Add property to specify default MTE mode for apps.
e9a5e7ca6 : Allow apexd to write to /metadata/sepolicy
74caef359 : Add microdroid sepolicy test support
6c5fa54a8 : Fix se_policy_conf file output stem
c27d24c37 : Allow BPF programs from vendor.
d59d96c47 : Add rule to allow servicemanager to call the hostapd service.
53c76a25b : Support legacy apexdata labels
e3019be3d : System wide sepolicy changes for aidl camera hals.
233d4aabf : bpfloader: use kernel logs
8be76c8e5 : Allow priv-app to report off body events to keystore.
9aeba4f66 : Allow private apps to report offbody events.
6020c42f2 : Rename property for default MTE mode.
55803ca57 : Allow reading hypervisor capabilities
a1b9f186f : SE policy: rename iapp -> interactive_app
30c416a4b : Allow microdroid_manager to BLKFLSBUF on the instance disk
9eadc8322 : Implement compat file generator
b20cb7840 : Neverallow domains other than VS from executing VM
c1fdafdb6 : profcollectd: allow to call callbacks registered by system_server.
639c48d14 : Add uhid_device to system_server
3864ea8e4 : Allow VM clients access to hypervisor capability
a75cad0d0 : Add remotely provisioned key pool se policy
724381a97 : bluetooth.device.class_of_device should be type string
be3ff9b93 : Grant system_app permission to access cgroup_v2 directories
aa9d42165 : Allow policy tests to support space in file names
792b03ddb : Let VirtualizationService access hypervisor properties
89556c69d : Changing sepolicy file to the right apex name
87ac3c3f8 : Tag new hypervisor properties
2f27f9602 : virtualizationservice no longer tries to check for pKVM extension.
bb197bba0 : sepolicy: Allow system domains to be profiled
c816666f4 : Grant getpgid to system_server on zygote
66eba1383 : Adds selinux rules for ICarDisplayProxy service
4241e001e : Make Traceur seapp_context reflect platform status
248e8a998 : Allow the microdroid app to use diced
4ef3178e8 : Extend visibility of hibernation service for CTS
2d1c5129d : Expose the APEX multi-install props to non-root `getprop`.
1aed006a7 : Move pf_key socket creation permission to system_server
cdd0c1174 : Bluetooth boot time start service
6f2529c01 : Touch up microdroid sepolicy after removing keystore
fd5dd7998 : Build precompiled_sepolicy.apex_sepolicy.sha256
57401bc71 : Allow MediaProvider to access the media metrics service
75bc16cba : Add Media metrics rule to API 32 prebuilts.
9ebf0c8ec : Split sepolicy_neverallow rule
6390b3f09 : Grant getpgid to system_server on zygote
af2c894f2 : Remove keymint from microdroid sepolicy
f75d5cde4 : Remove keystore from microdroid sepolicy
6c288a267 : Remove hwservicemanager from microdroid sepolicy
42d24fd59 : Changes in SELinux Policy for cloudsearch API naming
496837420 : Add sepolicy for DRM AIDL HAL
568662f95 : Add sepolicy for new bluetooth device/profile sysprops
3bd63cc20 : Move mtectrl to private
ea3b7e893 : Revert^2 "Allow default identity service to call keymint"
5a1e60c09 : Revert "Allow default identity service to call keymint"
be3197c99 : [mte] add property to globally enable mte.
ea38d6925 : Delete more unused policies by CompOS
30373f301 : Add context for ro.boot.microdroid.debuggable property
f451a1407 : Give DICE HAL access to driver
bde2fc6c4 : Added new context declaration for Bluetooth configs
16c1ae3a3 : Add use_bionic_libs macro
7938201cb : Combining hal_radio_*_service into hal_radio_service
70b0a77ee : Add sepolicy for mdns service
cbc95ea5e : compat_generator: find new types and removed types
082263f3b : SELinux policy changes for AmbientContext system API.
f94a38158 : Make the DICE HAL a bootstrap process
740b0669f : Remove system/bin/clatd from clatd_exec
f252d81ec : Allow microdroid_manager to talk to diced
fc6556a5b : Grants clatd privs since forked by system server
740947091 : Update compos permissions
8a881c14b : Fix virtualizationservice denials
92382fe69 : Make servicemanager and diced bootstrap processes
eec391996 : Add new goal for compat file generator
885bcd2ad : SE policy: rename iapp -> interactive_app
cedde105a : Change in SELinux Policy for wallpaper effects generation API. Test: presubmit tests
735ac8d55 : Add selinux rules for android.hardware.usb.IUsb AIDL migration
27abad0dc : Allow system_server read and open access to sys/class/net.
c655bece6 : Add sepolicy for IInputProcessor HAL
c887ea396 : Add selinux rules for android.hardware.usb.IUsb AIDL migration
23173455a : Add policy for command line tool to control MTE boot state.
3d482ca57 : Make NearbyManager available as System API.
0ddfebb4e : Add hal_nfc_service
8ea307d30 : Allow AIDL VHAL service.
8bb3ed745 : Add selinux policy for new BinaryTransparencyService
9f2638913 : Migrate screenshot methods to AIDL
759b4ef0d : Add Bluetooth Audio HAL rules
dbe268432 : Allow bpfloader to execute btfloader
22903f043 : Add IAllocator stable-aidl
157a94d40 : Allow default identity service to call keymint
7e95d2229 : Add keystore2 permission to get attestation keys
88d93b984 : Remove odrefresh privileges no longer needed for CompOS
6f6815efd : Remove compos_internal_service
c9a7de49e : Revert "use dalvik.vm.boot-dex2oat-threads inside microdroid"
e1a4b8c70 : Add sepolicy for external lazy camera HALs
4c834adc0 : Add additional sepolicy rules for gpuservice
50d2195ca : Allow compos to use diced
f3ec0742e : Add diced security class
29e357e89 : Add a skeleton sepolicy compat generator
7f4a2ab9f : clatd: remove spurious privs
f17fb4270 : Add sepolicy for simpleperf_boot.
143987073 : Don't allow supplemental_process to access internal and external storage
3d0529483 : Add supplicant service to the dumpstate exceptions and dontaudit lists.
ed82cc82b : Allow crosvm to mlock VM memory.
baa93cc65 : Revert "Migrate contexts tests to Android.bp"
f612656ad : Migrate contexts tests to Android.bp
269e7cfc5 : Move allow rules from public/app.te to private/app.te
cd5cf383f : Add keystore2 LIST permission to system_server
6a656c0b6 : Add sepolicy for logd and logcat services
1d9c9ba23 : use dalvik.vm.boot-dex2oat-threads inside microdroid
5c5fd255d : New property to control Async I/O for snapuserd
8948c1ce4 : Add policies for diced and hal_dice in microdroid
6c7f93723 : Remove deprecated ToMakePath calls
927d7a752 : Restrict write access to etm sysfs interface.
2e38cfa2f : Make virtual_device_service accessible from CTS
f9348b550 : Support for APEX updatable sepolicy
5934dd8c9 : Add clatd to apex/com.android.tethering-file_contexts
d8a3c2b15 : Add resources_manager_service
5425c870f : Allow the shell to disable charging.
39f29f758 : [MTE] Allow system_app to write memtag property.
67a8605de : Remove obsolete ioctl allow
16d3be3da : Migrate sepolicy compat test to Android.bp
eb833f0b5 : Move allow rules from public/app.te to private/app.te
d01096677 : Remove self from OWNERS
3fad86bb8 : Allow VS to run derive_classpath
a59b03034 : Allow authfs to read extra APK mount
e9857ab5c : Allow system app to find NearbyManager
048e48cbe : [LSC] Add LOCAL_LICENSE_KINDS to system/sepolicy
d31328243 : Allow compos to run derive_classpath
b549e2d83 : sepolicy: add permissions for trace reporting
ce6e2987d : Allow composd to delete ART staging files
2dd48d040 : Allow virtualizationservice to check for PKVM extension
2dac267da : Migrate seapp_contexts to Android.bp
6fa8efdf4 : Use "data: libsepolwrap" in python binaries
24401df04 : Rename neverallow_test.go to sepolicy_neverallow
893eef25a : Remove redundant lines
5bbcd68dc : Build recovery policy with Android.bp
0de7fcc33 : Migrate neverallow tests to Android.bp
964c68b02 : Make surface_flinger_native_boot_prop a system_restricted_prop for ADPF
8191dc07c : Add comment explaining why crosvm shouldn't be allowed to open files.
195149fcf : Allow app to get dck_prop
81cd51ae1 : Revive sepolicy module
1d967dd69 : Label /data/bootanim with bootanim_data_file.
baee4a2cb : Split compat and contexts part in Android.bp
6d3d5a6da : Fix contexts modules to use `android:"path"`
3d5f9256a : Perform permissive check on se_policy_binary
95f076605 : Allow supplemental_process to access audio_service
d144fa033 : Fix precompiled_sepolicy neverallow flag
4ffa0c939 : Switch from DEFAULT_SYSTEM_DEV_CERTIFICATE to MAINLINE_SEPOLICY_DEV_CERTIFICATES
2b95a08c9 : zygote: Add setattr permission to cgroup
3ac62fe9f : Build vendor/odm sepolicies with Android.bp
e46363f4e : Add Auxiliary module file context config in sepolicy.
07394c9dc : Add file contexts for Auxiliary module.
f62ef0d79 : zygote: Add setattr permission to cgroup
048866ca7 : Remove inaccurate comment
978b9e5d1 : Add policy for new AIDL IR hal
f3e29c706 : Changes in SELinux Policy for cloudsearch API
2914610f1 : Allow composd to delete odrefresh target files
14f188718 : Grant compos permissions for signing
7cb20812b : Use se_build_files for technical_debt.cil
0c7c2679b : Add apexd_payload_metadata_prop
a341025f8 : Allow odrefresh to use FD inherited from compsvc
e2a4d0c91 : Allow dex2oat to search in authfs directories
b415c7388 : Declare dalvik.vm. property and dontaudit explicitly
3ea775e48 : Include log.tag and persist.log.tag in log_tag_prop
fe95b5b31 : Define ro.build.version.{codename,sdk} in microdroid
9203c915d : Adding Bluetooth module sysprop
078141a92 : Add rule for new gesture_prop.
8dc780057 : Allow compos_fd_server to create artifacts
bc0fa66cb : Policy for using Apex sepolicy
b8bb53a7b : Adding Bluetooth module sysprop
e3bc8ffa3 : Remove nonplat_sepolicy.cil from test
e54443839 : [NC#3] clatd: remove raw and packet socket creation privs
cef08e5d5 : [NC#2] clatd: allow clatd access raw and packet socket inherited from netd
ed2dc8c08 : Refactor sepolicy version related codes
9c2e162e8 : Revert "Revert "More neverallow rules""
eed1918f7 : Add rule for new system service
0a707fadb : Refactor Android.bp build modules for readability
fe9cfa610 : Run Virtualization tests when we change microdroid policy
a0e49cea0 : Revert "More neverallow rules"
28d0530c3 : Remove obsolete TODO
7174ffec3 : Fix vendor contexts files in mixed build
dfd02c563 : Update sepolicy for service renaming in ag/16267310.
1494f6b9a : Allow odrefresh to read from a pipe from compos
72c013438 : More neverallow rules
26239da92 : Restrict making memory executable
78be3081e : Add hal_vehicle_service for AIDL VHAL service.
8565b96a3 : microdroid: Add support for extra apk files
8cb0bb81f : sepolicy: Fix potential avc denials
035ce4b7f : Add charger_vendor type
adc0f709b : recovery/fastbootd: allow to talk to health HAL.
259491ba0 : servicemanager: allow to read VINTF files in recovery.
b05a1a1f7 : Migrate build/ to Python 3
d93b2e18c : Allow untrusted apps to access incidentcompanion
f97cc1fd2 : Allow compsvc to execute odrefresh
90b7b0039 : Allow composd to run fd_server
fd3e9d838 : mediaprovider_app can access BPF resources
33aa1a3c5 : Allow composd to create odrefresh staging directory
eaa18ce0a : Initial sepolicy for supplemental process
3db645b83 : Allow microdroid_manager to read /proc/bootconfig
987072533 : Migrate insertkeys.py to Python3
1f117c26c : Allow composd to read ART's properties
9dc6d7004 : Remove 26.0 and 27.0 compat support
a00439e69 : Add hal_dumpstate_service to ignore
f24b457dd : Migrate tests/ to Python 3
2df19cba0 : microdroid: Run apk mount utils from MM
7129b929e : Give Netlink Interceptor route_socket perms
bee558e4b : Add 32.0 mapping files
0ad8b6a1d : recovery: allow to talk to health HAL.
32646fe4c : Add selinux context for /system_dlkm
ff3048349 : Add logd.ready
c98c71290 : sepolicy: Add badge for gsm properties
43b6a317b : Add SEPolicy prebuilts for Sv2 (API 32)
6b624a5a0 : Grant BetterBug access ot WM traces attributes
5a8afdcfa : Make 31.0 prebuilts and compat files up to date
e8d1e97ef : Change the label of /product/overlay to u:object_r:system_file:s0
ffa08bbd2 : [NC#1] netd: allow netd to setup packet socket for clatd
665c295ef : Restrict system_server_startup domain
028e72293 : app_data_file is the only app_data_file_type that is allowed for crosvm
a465cbc19 : Update sepolicy to add dumpstate device service for AIDL HAL
b75b4d247 : Refactor fc_sort and add unit tests
d35bd4410 : sepolicy: Add badge for gsm properties
f3bdc0bcd : Enable supplemental_process context for com.android.supplemental.process
6ea56f6b6 : Added supplemental key to the sepolicy
d34435c25 : Support reading block apexes from system_server
8788f7afe : Split composd's service in two
ce542660c : Added sepolicy rule for vendor uuid mapping config
453dcf675 : Support for OMAPI Vendor stable interface
6703102c7 : Mark safety_center_service as app_api_service in SELinux Policy.
8a9ec2a49 : New property to control virtual a/b user-space snapshots
67cedde1f : SELinux policy changes for SafetyCenter APIs.
42e732c86 : Split property/file/service contexts modules
705db2b7e : recovery init domain_trans to health HAL.
e3e26b7be : Allow bpfloader to read fuse's bpf_prog number
3efe0a7b2 : Allow bpfloader to read fuse's bpf_prog number
bec08097c : Revert "Split property and file contexts modules"
bc7a33ece : Dice HAL: Add policy for dice HAL.
2b6c6063a : Diced: Add policy for diced the DICE daemon.
5aa5e5e84 : Add type and mapping for /metadata/sepolicy
d6b290174 : Add recovery service_contexts files.
31fdcc836 : servicemanager: recovery write to kmsg.
2f8ce0d9c : Revert "Revert "Adds a new prop context for choosing between mul..."
41843731c : Define and add the migrate_any_key permission to system_server
9112c9aa6 : Allow system server to access composd.
780cd02d5 : Revert "Adds a new prop context for choosing between multi-insta..."
952e340e4 : Add SEPolicy prebuilts for Sv2 (API 32)
07246483a : Add file_contexts for sepolicy mainline module
6b0049dcf : Adds a new prop context for choosing between multi-installed APEXes.
3702f3385 : introduce new 'proc_bpf' for bpf related sysctls
d338d0ef5 : Fix bootchart on android12
73be02563 : Add camera.disable_preview_scheduler property
d7bed7733 : Allow control of AVF experiments
e397503f8 : remove spurious clat selinux privs
79214e605 : Sepolicy for SupplementalProcessManager
980ea0bed : Sepolicy for StatsBootstrapAtomService
851c11b2c : sepolicy: allow to play f2fs-compression for odex/vdex files
fab8e1c1c : sepolicy: Allow creating synthetic trace events
99ef22572 : Add SEPolicy prebuilts for Sv2 (API 32)
2c18965e2 : Treblelize bug_map: split bug_map to multiple partitions
1b965988b : Split property and file contexts modules
4238b0e15 : Add charger_type.
e3dfbdb52 : Sepolicy for IRadio modules
f098071ac : Remove references to nonplat sepolicy
f82aed0da : Don't use AndroidMkEntries.Custom
22b5fdfd1 : [IRadioConfig] Applying new IRadioConfig AIDL
1862a5275 : [IRadioConfig] Applying new IRadioConfig AIDL
ae736f91c : gsid: Allow reading the size of super block device
4a0673e36 : Add SeLinux policy for supplicant AIDL service.
2a10f4f10 : Allow keystore to read vendor security patch level.
8638a44a2 : Add remount.te to allow adb remount-related operations
33b21f0c9 : remove unnecessary right from virtualizationservice
ee7f40a2a : Add persist properties for app profiling itself.
6092d633b : Allow init to write to /proc/cpu/alignment
2f3e4c0be : microdroid: add /dev/hvc2
4374a1fd8 : Stop using the bdev_type and sysfs_block_type SELinux attributes
70da34e4e : Allow vendor charger to set sys.boot_from_charger_mode.
5ed0c50e8 : Camera: Allow stream socket read/write with surfaceflinger
5d5e539bb : Allow statsd to write to priv app FDs
e3cfa9e1d : Revert "Remove the bdev_type and sysfs_block_type SELinux attributes"
1578320fa : Grant permission for mediatranscoding hal_allocator for GSI image
9237163c2 : Allow apexd to call derive_classpath binary
c75eca682 : microdroid: add sys.powerctl property
329b0c81a : hal_neverallow: Add hal_uwb_server exceptions
3696a20b1 : Revert "Revert "allow simpleperf to profile more app types.""
cc7de177e : Remove bufferhub HAL policy.
0b0dd684e : Add the property context for ro.lmk.use_minfree_levels
1c574576b : Revert^2 "Use cil_write_build_ast"
388bbbccb : Add health AIDL HAL.
4ac3d74a7 : SEPolicy for Netlink Interceptor
63930d385 : Remove the bdev_type and sysfs_block_type SELinux attributes
9d56107b3 : Enable Telephony AIDL-HIDL shim HAL
bd3562737 : microdroid: introduce logcat domain
9fa7dc9c7 : Add SE policy for tv_iapp
ef1f630c6 : Set context for partition.odm.verified[.*] properties.
1b2a0b4da : Move mediatranscoding type to public
aabea20d8 : Remove healthd.
7ed18e6d6 : Composer stable AIDL HAL sepolicy
df2837146 : Remove vrflinger
f264d79bf : Label /dev/hvcN paths
e8739ba23 : Revert "Remove the bdev_type and sysfs_block_type SELinux attributes"
e4ef85e65 : microdroid: Remove microdroid_app dontaudit
47d4b1ffd : Allow test apps to use the virtualizationservice
c50f66900 : Remove the bdev_type and sysfs_block_type SELinux attributes
cf2499a0b : Allow zygote to canonicalize vendor apex paths.
7f23ef482 : priv_app: remove sysfs_net permissions bypass
de5d6b4a7 : Allow zygote to setattr cgroup
1517644d4 : SELinux rules for virtual device
3efbc25e2 : Add file contexts for SumplementalProcess APEX
68478b1f1 : Dist userdebug_plat_sepolicy.cil to facilitate VTS testing
e56afbd06 : Add sepolicy changes for new communal system service.
29dc02c04 : Sensors stable AIDL HAL sepolicy
26d73ceb6 : Allow MediaProvider to access the media metrics service
b729aa6c5 : Add context for checkin directory
e475c8f1b : Microdroid: Allow apexd again to access block device information
398b0af20 : Stop using the bdev_type and sysfs_block_type SELinux attributes
5844adf11 : Add ComposHostTestCases to system/sepolicy/TEST_MAPPING
60b7d9a36 : Revert "Stop granting init access to block device properties"
2868112df : authfs - remove getattr perm for fd pass
6b53d731f : Stop using the bdev_type and sysfs_block_type SELinux attributes
f20fea50f : Stop granting init access to block device properties
91d153e9b : Update sepolicy for adding nnapi_native namespace.
7a2693b61 : Allow incidentd to read apex-info-list.xml.
a7e47db71 : SEPolicy changes to support Attestation Verification Service
aedd65ac2 : Allow vendor_init to read AVF device configs
44025b07e : Add sepolicy for com.android.car.framework module
cd470d1e5 : Allow system server to map zygote_tmpfs files.
970166fb4 : virtualizationservice to use "staged" apexes
645c390d1 : Introduce ro.boot.hypervisor properties
a279bdba6 : Fix error in systemui when toggling airplane mode
ad6e12644 : Allow compos_fd_server to signal readiness
b373dd0df : make ril.cdma.inecmmode system property internal so that it cannot reveal a system api that requires READ_PRIVILEGED_PHONE_STATE
486be79cb : allow init to set status on loop device
087d527fd : Strip excess spaces in build_policy
dbbe5c034 : Allow init to run perfetto
f648327a9 : Add media.resolution.limit.32bit to media_config_prop
785bb7a81 : Define ro.vendor.api_level
4d90b7e78 : Migrate system sepolicy binaries to Soong
0f4fb284d : /*_dlkm/etc is vendor_configs_file.
b9d0511de : Add se_policy_binary module
e0f787343 : Remove dalvik.vm.dex2oat-updatable-bcp-packages-file from sepolicy.
5530ab026 : microdroid: Add vsock_device & restrict dev access
27f77dc9b : Grant apexd access the SELinux type sysfs_devices_block
857ffc429 : Reland: Add system_ext_userdebug_plat_sepolicy.cil for GSI
498df59c6 : Revert "Add system_ext_userdebug_plat_sepolicy.cil for GSI"
ec4a90f59 : Enable odrefresh to work with composd.
5ee61a762 : microdroid: Narrow property permissions
876ded0bf : Allow dumpstate to dump Context Hub HAL
bde09de39 : Revert "Use cil_write_build_ast"
6ad56599a : Revert "Add userspace_panic_device and userpanic_use"
c0cac4114 : Cleanup sepolicy related to APEX pre/post-install hooks
814f3deb9 : Add system_ext_userdebug_plat_sepolicy.cil for GSI
b804de294 : Add virtualizationservice.state.last_cid
d3438b0f3 : Allow composd to run odrefresh
d58166165 : Migrate freeze test to Soong
8720492f2 : Allow vold to get the DSU status
8e057d189 : Use cil_write_build_ast
6c0002105 : compos_verify_key no longer creates a vsock
e17b985e1 : microdroid: Remove default_prop access
2b5f10814 : Bundle proc_bootconfig permission into read_fstab
c5e8db55f : Allow automotive_display_service to use EGL files
d376e2041 : Initial sepolicy for composd
6e60287a1 : Allow microdroid_manager to create a /apex/* file
53c773a3f : make zipfuse a bootstrap process
f2acb20e1 : Allow crash_dump to read from /data/local/tests.
8e5d3d469 : allow system server to read extcon state and type from sysfs
0e1044ae8 : Allow adbd to access /proc/net/{tcp,tcp6,udp,udp6}
2f7600920 : Add vsock permissions to microdroid_payload
f96cd6557 : Restrict VM usage to platform_app.
8a6f8e51b : Add the 'bdev_type' attribute to all block device types
c71b2c18c : Allow audioserver to access sensorservice
6f3b5e2ed : microdroid: rename property to "apk_root_hash"
dd2079d7f : Revert "allow simpleperf to profile more app types."
0612731aa : Allow access to trace_data_file from untrusted_app context
27bb6c660 : Microdroid boot process is controlled by microdroid_manager
7ed2456b4 : Add userspace_panic_device and userpanic_use
39f497013 : SEPolicy for compos_verify_key.
d05534f3d : Add the 'bdev_type' attribute to all block device types
ee3661ef2 : Allow microdroid_manager to write instance.img
ade005f8d : Set context for partition.*.verified.root_digest properties.
0f98b1c6b : Mark uwb apex data directory as system_server_data_dir
301532446 : Allow uwb HAL client/server to talk to service manager
cd8333b53 : sepolicy: Change UWB HAL from HIDL to versioned AIDL
943cda145 : sepolicy: Add UWB HAL interface in AOSP
22a63e95e : Revert "Revert "sepolicy: Rename hal_uwb -> hal_uwb_vendor""
03c9b9e93 : sepolicy: Add UWB HAL interface in AOSP
623ece038 : Add selinux changes for Locale Manager Service
37ee61f66 : sepolicy: Rename hal_uwb -> hal_uwb_vendor
482467671 : Revert "Revert "sepolicy: Rename hal_uwb -> hal_uwb_vendor""
952eacbec : Revert "Revert "sepolicy: Rename hal_uwb -> hal_uwb_vendor""
c3171a8e0 : Revert "sepolicy: Rename hal_uwb -> hal_uwb_vendor"
27ab309fa : sepolicy: Rename hal_uwb -> hal_uwb_vendor
4b6a6aa86 : Allow Bluetooth to access system config
8a5370c5e : sepolicy: Add UWB HAL interface in AOSP
65e938e53 : sepolicy: Rename hal_uwb -> hal_uwb_vendor
c02325f13 : sepolicy: Add UWB HAL interface in AOSP
dd9d2871d : sepolicy: Add new crypto type ro.crypto.type=managed
40465250e : sepolicy: Rename hal_uwb -> hal_uwb_vendor
2e0fb00f2 : Add /dev/vsock permissions to microdroid
51bd92505 : odrefresh: add permission to sigkill child processes
dedb4909c : Remove unnecessary privileges from dex2oat in VM
0fc214e29 : Restore permission for shell to list /sys/class/block
522bcbe9e : odrefresh: add permission to sigkill child processes
6988677f2 : Allow init to execute extra_free_kbytes.sh script
d57795859 : allow installd to kill dex2oat and dexoptanalyzer
8b2b95134 : Restore permission for shell to list /sys/class/block
5f6e4324b : Allow compos to getattr on authfs
27ecd60a7 : Add the 'bdev_type' attribute to all block devices
9ef869679 : Remove obsolete file contexts
5bc8cb0f5 : Add MicrodroidHostTestCases to TEST_MAPPING
bc2fe2d94 : Move mediaprovider_app to common code
aa987aaa2 : Define sepolicy for compos and dex2oat
5f7c02328 : Grant authfs_service and authfs CAP_SYS_ADMIN
8d82a8f10 : sepolicy: Add supporting for property name with phone id
bf29c3a2d : Allow vold to deleteAllKeys in Keystore
e1ced2f4d : Context Hub stable AIDL sepolicy
a70e6052c : Allow authfs_service to add itself to service manager
592e06c91 : sepolicy updates for adding native flag namespace for lmkd
ec50aa518 : Allow the init and apexd processes to read all block device properties
797acf907 : Don't audit microdroid_app `getattr` vsock_socket
3fee5a43c : Don't prevent crosvm from accessing vendor-owned VM disk images
c3e42c003 : Revert "crash_dump: supress denials for files in /proc"
a03659044 : Allow crash_dump to read uptime
49c0ec7a6 : SELinux policy for authfs_service and authfs
2ac60775e : microdroid_manager: allow to read dm_device
c0b4a91a9 : crosvm now takes all files by FD.
fd6d708cc : Allow shell to read odsign properties.
80e0d5064 : Add sepolicy for build prop for go/vabc-xor
136b4ea87 : Allow snapuserd to inotify watch /dev/socket.
7687600c5 : Suppress power_supply access inside microdroid
9059e215d : init.te: Allow init to modify the properties of loop devices
2f4b03654 : Add servicemanager's service to microdroid policy
0abc4fdf2 : Temporarily dontaudit ueventd->tmpfs access
8494fbe04 : snapuserd: Add selinux policy
17ad9eb63 : Allow odsign to rename & unlink CompOS files.
b31ec34ee : Move vendor_sched to common sepolicy
3b7716c98 : sepolicy: Add entry for uwb apex
6b5eafedf : Suppress keystore F2FS related audit
f9a7dab64 : Microdroid_manager is a bootstrap process
b7bb89b55 : Add SeLinux policy for hostapd AIDL service.
9e21df22d : Allow update_engine, recovery, and fastbootd to read snapuserd properties.
b7bb6490d : Allow shell to read profcollect data files
80bb55858 : Remove compos_key_cmd from policy
e2a002cd8 : Allow CompOS to start a VM with its instance image.
5f21a0fa9 : Allow odsign to stop itself.
bf5b6ce42 : Add new snapuserd socket and property rules.
1f87fbd9f : Add microdroid_payload attribute
2179e112e : Allow Tuner AIDL sample HAL.
5e20d83cf : Add rules for virtualizationservice and crosvm
329cbf4d4 : Track system_server->apex_art_data_file denial.
39af47134 : sepolicy: Update wakelock_use macro
599913a88 : sepolicy: Serve suspend AIDL hal from system_suspend
72cac0909 : Add rules for dex2oat.
a89d6aa30 : Disallow microdroid from running arbitrary domains
f326072b4 : Add more rules around cgroup files in microdroid
7560aed40 : Add domain for compos binaries
6c40bac3d : SELinux policy for lazy AIDL/HIDL testing services.
6dd511786 : Correctly alphabetize a newly-added ioctl definition.
f778a0bd8 : SELinux policy for lazy AIDL/HIDL testing services.
12121797f : Don't audit fsverity_init's view to domain:key
d86bcd1df : sepolicy: Update wakelock_use macro
cda514a99 : Add rules to cover memfd's for testing.
0e903620a : sepolicy: Serve suspend AIDL hal from system_suspend
5fcce9ded : postinstall_dexopt: allow reading odsign.verification.status
31aaac3f1 : Rename vpnprofilestore to legacykeystore in 31.0 mapping files.
e1389977e : Move microdroid sepolicy to system/sepolicy
6d4179a66 : Fix virtualizationservice rules
cb343e801 : property_contexts: Add ro.lmk.filecache_min_kb property context
988d07301 : Add TARE service to SE policy.
ae84b8679 : virtualizationservice will clear its own temporary directory.
1535fbb0b : Allow Zygote to unmount labeledfs
8a525d768 : Fix e2fsck denials introduced by latest e2fsprogs merge.
10fbf239b : Add policy for CompOS APEX data files.
641c5ae99 : Add FUNCTIONFS_ENDPOINT_ALLOC to ioctl_defines and mediaprovider.te
fa10a14fa : Refactor apex data file types.
f40837109 : Allow virtualizationservice to use vsock
532bde121 : Stop using deprecated functionality for managing path deps
806c7eb13 : Allow keystore to read and write keystore.crash_count system property.
2abf1e293 : Add get_prop(odsign_prop) to incidentd.te
4fa6b1a03 : Allow keystore to read and write keystore.crash_count system property.
c2b163754 : Allow keystore to read and write keystore.crash_count system property.
9b2fa1b94 : Allow virtualizationservice and crosvm to access shell_data_file files.
7c808247a : Revert "Allow otapreopt_chroot to call otadexopt binder service"
ea5460ab6 : untrusted_app_30: add new targetSdk domain
d70654bdf : Update default VHAL name in selinux policy.
e0cbab2d4 : Fix sepolicy get_prop for SF namespace.
57907a87d : Allow app_zygote to read zygote_tmpfs.
40dd3b300 : Allow llkd to stat() /proc/sysrq-trigger
b7fb7ae7c : Allow odsign to rename apex_art_data_file:dir
21d69b122 : Allow AudioServer `find` for mediaprovider_app
f135ce393 : Allow zygotes and installd to read odsign properties
dc5f1a90d : Allow more permissions for removing VirtualizationService data directory.
35779f082 : seapp_contexts: Remove unused selectors
4db56b0b5 : allow init to access watermark_boost_factor
26de4c4ec : allow simpleperf to profile more app types.
41a18f5bf : simpleperf_app_runner: move rules to private.
4334d35f0 : Add keystore permission for metrics re-routing.
972b00089 : system_app: remove adb data loader permissions
b6142ecc2 : Add sepolicy SF native boot namespace.
4678660d8 : Rename vpnprofilestore to legacykeystore.
4b8ece368 : Allow the kernel to read shell_data_file
ed3407eaa : Allow otapreopt_chroot to call otadexopt binder service
f6fc9377a : Revert "untrusted_app_30: add new targetSdk domain"
55badc22c : untrusted_app_30: add new targetSdk domain
f82451e0a : Fix braino in dexoptanalyzer policy and add dex2oat postinstall rule.
a216b0d1b : Add vehicle_binding_util SELinux context
9ec532752 : Add fusefs_type for FUSE filesystems
07aa89250 : Extend hal_uwb_server neverallow
c3af66222 : Extend hal_uwb_server neverallow
1b9d07adb : Extend hal_uwb_server neverallow
42a66b673 : Ensure that only desired processes can access TracingServiceProxy
0b70b863c : Allow gettattr on VirtualizationService data directory too.
01fcc2836 : Allow apexd to create links in otapreopt_chroot.
f8f28b2e5 : Add sys.usb.mtp.batchcancel to usb_config_prop
a60d7f28f : Ensure that only desired processes can access TracingServiceProxy
7778e8cdb : Allow system_server_startup to load system server odex files
da280b014 : Fix recovery denials when reading /proc/bootconfig
5441f7784 : Allow dexoptanalyzer to read /apex/apex-info-list.xml
c951045f2 : Update automotive_display_service selinux policy
5908c353e : Add camera2 extension property policies
c96305f62 : Allow apexd to call f2fs-compression related ioctls on staging_data_file
216245497 : Allow keymint to access tee-device
660d81b67 : sepolicy: allow recovery to operate devpts and kmsg
407b21b3c : Reland: Add ro.vendor.build.dont_use_vabc to property_contexts
4a7945290 : Remove wait_for_keymaster and references
c45bcd3ca : sepolicy: Allow to receive FDs from app_zygote
3486acb3e : Add SELinux policy to allow testing of artd
ff7ba7e30 : make system_app_data_file shareable over binder
737b098a7 : Allow priv_app to run the renderscript compiler.
4f20ff73e : Add 31.0 mapping files
08d4c8fa6 : Add fake 31.0 prebuilt
abdc9739f : Allow shell to read /vendor/apex/*
da0c8923f : Allow cameraserver to access permission checker
ea2941b84 : sepolicy: Allow lmkd to access bpf map to read GPU allocation statistics
7ce2af4c2 : Add ro.vendor.build.dont_use_vabc to property_contexts
f1a60ca2f : [sepolicy] allow installd to query apps installed on Incremental File System
681ad260b : Give adbd and shell read access to /apex/apex-info-list.xml
0be7c67da : Add support for hal_uwb
4412ba494 : Add persist.nfc property
d6ff0c706 : sepolicy: add perfetto_producer for platform_app and system_app
a6657178f : [Sepolicy] Change sepolicy name back to formal name.
48bc6d9bf : Revert "Revert "priv_app: use per-app selinux contexts""
953aa5643 : Allow system server to read profcollectd data files
be04b091b : Allow binder services to r/w su:tcp_socket
351326b57 : Allow system_server to read /proc/vmstat
f07dcee43 : Isolate app profile ref data
07bb5d076 : Add sys.usb.mtp.batchcancel to usb_config_prop
4d9438808 : Rename surfaceflinger uclamp.min property
08a08ab21 : Fix fastbootd denials when using /proc/bootconfig.
31db27407 : Call SkipInstall before InstallFile
75385efd2 : Make *-apex-info-list.xml readable by shell
7dc88f080 : Add a new SF property for setting uclamp.min
5b4e13f73 : Allow apexd to write to /apex/apex-info-list.xml
538e0d6d0 : Revert "priv_app: use per-app selinux contexts"
5d269aaa5 : Remove microdroid specific rules and files
cf6a7e982 : Allow system_server_startup to read ART config
eb21b41c9 : Allow init to clear VirtualizationService data directory.
e3571ab94 : Allow adb to pull jar files from /vendor/framework/.
51a115c0f : Add tweek@ to OWNERS
e4116b4e4 : uncrypt: allow reading /proc/bootconfig
55393cc42 : Allow microdroid_manager to execute shell, etc.
d470ed7b4 : Add rules for microdroid_manager
0b2ca6c22 : Enable ART properties modularization
91889d3d6 : Add permissions for microdroid vold and keymint
1a15808dc : sepolicy: allow to play f2fs-compression for apk files
8428a105b : Add ro.vendor.build.fingerprint_has_digest to property context
0b2553a32 : Allow the appsearch apex access to the apexdata misc_ce dir.
c14bc7ef3 : Change dck properties to int
e1bfe4332 : Allow mke2fs to format virtual block devices in microdroid
da1d8a3ce : sepolicy: add f2fs ioctls
6645ad3b1 : Add rules for microdroid_launcher
cf1eb370d : Allow zipfuse to mount /dev/vd* on /mnt/apk
77c10eff1 : Add DCK eligibility properties
aca5d7345 : Add SELinux context for pm.dexopt.cmdline property
4b80a3fc3 : Rename VirtManager to VirtualizationService.
eb353bc22 : Add transfer permission to wait_for_keymaster
365c57f33 : Allow mediaserver/audioserver to access permission checker service
654c5b0ea : Set sepolicy for VirtualizationService data directory and mk_cdisk.
4769d842f : Fix product policy in prebuilt_policy.mk
de370e516 : Allow mediaserver start transcoding service.
edccaa87a : Revert "Revert "Check that tracefs files are labelled as tracefs_type""
0bcca11b7 : Add app_api_service to pac_proxy_service
2e44672a7 : Added SELinux context for dalvik.vm.dexopt.thermal-cutoff property
07dd59ff1 : Adding sepolicy testcase for system_ext and product.
a4433b439 : Enforce RTM_GETLINK restrictions on all apps
3b23f17ea : Add vendor_kernel_modules type to public.
adecffb2f : Revert "Introduce derive_classpath."
ea3251117 : Revert^2 "Add qemu.hw.mainkeys to system property_contexts"
886bb6f93 : Revert "Memtrack HAL stable aidl sepolicy"

+- Project: platform/system/server_configurable_flags

e9fd6f7 : Allow NNAPI module (com.android.neuralnetworks) in server_configurable_flags.
e2c7ae7 : Update owners for server configurable flags
9dbfcd3 : Mark /data/server_configurable_flags as encrypted

+- Project: platform/system/teeui

4bd493d : Fix ErrorOperatorOrOverloadTest

+- Project: platform/system/testing/gtest_extras

2445aa4 : Add gtest_extras to hwasan-postsubmit
f83b626 : Add optnone to work with new clang compiler
db00a3a : Add extra warnings.
46817ce : Fix stack-buffer-underflow in RunInIsolationMode.
6243451 : Use posix basename instead of glibc
9470928 : Add a way to terminate repeated runs.

+- Project: platform/system/timezone

8fefa53 : Bump min_sdk_version for tzdata module.
9b2db78 : Bump version codes in tm-dev to match tm-mainline-prod
f2e0bec : DO NOT MERGE Handle SC_V2 case in TimeZoneVersionTest.
296a0e5 : Bump Mainline Module Version Codes in tm-dev to 330090000
3adc3df : Handle TIRAMISU case in TimeZoneVersionTest.
ed7148d : Handle SC_V2 case in TimeZoneVersionTest.
7b54f45 : DO NOT MERGE Fix time zones to country mapping [S].
cacaf95 : DO NOT MERGE Add another MCC/MNC override for Guam to telephonylookup.xml [R].
3af52df : Fix time zones to country mapping.
fd55d6c : DO NOT MERGE Add another MCC/MNC override for Guam to telephonylookup.xml [S].
57ff183 : DO NOT MERGE Update Android TZDB from 2021a3 to 2022a [R].
d8a2443 : DO NOT MERGE Update Android TZDB from 2021a3 to 2022a [S].
2d6ce60 : change default version number to 330000000 for T build modules.
868fb3c : Add another MCC/MNC override for Guam to telephonylookup.xml.
b4e17b9 : Update Android TZDB from 2021a3 to 2022a.
c608e4e : Add timezone to hwasan-postsubmit
95d0e63 : Add timezone to hwasan-postsubmit
caf2083 : Add header info (like leapcnt) to output
7bf65c8 : Increment apex version
6e1fe54 : Increment apex version
1d84c41 : Reference tzdata4 for T devices.
b209099 : Do not use backward file in alternative time zones generation.
3ef993f : Minor refactoring in TzlookupGenerator.
89e5a39 : Regenerate data files for ICU 70.1 upgrade
8cef42b : Update Android TZDB from 2021a1 to 2021a3. [S]
c147c2d : Make update-tzdata.py and updateicudata.py consistent. [S]
881012b : Comment extra MakeIcuDateFiles call.
7ed0edf : Make update-tzdata.py and updateicudata.py consistent.
e2b56a0 : Update Android TZDB from 2021a1 to 2021a3.
7ce5389 : Bump zic version to 2021d.
f5d7dd0 : Update Android TZDB from 2021a to 2021a1. [S]
3779663 : Make tzdata revision settable.
a275907 : Update Android TZDB from 2021a to 2021a1.
535075a : Make tzdata revision settable.
b301d4a : Regenerate data files for ICU 69.1 upgrade
ae2b728 : Remove __future__ print_function from python3 script
90c5a0c : Use python3 in various python scripts
e5a0b06 : Copy LICENSE file alongside distro.zip.
7b3ba8c : Cleanup licensing metadata.
a10453c : Add basic pre-upload hooks for system/timezone
6c2f6fc : Adjust visibility rules prior to migration.

+- Project: platform/system/tools/aidl

4de616ba : finalize Tiramisu SDK version (33)
1f89532a : Java: require interfaceVersion/hash for ToT vers.
f8371485 : Revert "Revert "Add Delegator support to NDK backend""
5ac00509 : Java: require interfaceVersion/hash for ToT vers.
3497c5da : Fix @deprecated field of union in native backends
ed0490c7 : Java: require interfaceVersion/hash for ToT vers.
1d3ff6c4 : remove address sanitizer from aidl test.
b8d72b77 : Parcelable.writeToParcel() passes parcelableFlag
002662a5 : Add automatic default value for primitive type fields
94d3c0c5 : Add automatic default value for primitive type fields
438475df : Fix newer Bison compatibility
e21e3670 : @JavaDerive(toString=true) for enum types
6bd7c8e9 : Fix aidl-freeze-api
68d698f7 : Enumerators can be deprecated
feb76dbc : Revert "Revert "Union has its associated (nested) tag enum""
a15ba2ad : Revert "Union has its associated (nested) tag enum"
7a83f401 : Fix int-in-bool-context warning
d875b490 : Union has its associated (nested) tag enum
9ab1a9ef : Remove @Hide.
9dbf9609 : Enforce version suffix in imports of versions_with_info
e43c97eb : checkapi: ignore @Hide
a4fb703e : Compile NDK backend against different versions.
fd413f7d : Support non-core permissions
6c93c72a : Remove Casey from OWNERS
80bdb371 : Changes for the Rust 1.59.0 update
0622d613 : Introduce AIDL_TRANSITIVE_FREEZE
25bb9b14 : C++/NDK: add casting for union tag
ae016756 : Pull up IsUserDefined()
c70490a7 : Error for cpp, ndk and rust on permission checks
a30ec393 : Add specific diagnostic for interfaces
00e8760d : Synthesized methods don't require permissions
85fcd839 : Add diagnostic for missing @EnforcePermission
4fffa999 : Only enable tested diagnostic
0c28cdc1 : Add timed out test files to tidy_timeout_srcs
a9c87b3c : PropagateAllowBlocking: conditional
f1944623 : Convert `versions` to `versions_with_info` when freezeing/updating API
6bd52fbe : Introduce versions_with_info
781f4327 : Fix gen_rpc for versioned interfaces.
b4284b80 : Fix lexer to pass char value correctly
a3c50fe0 : Java's toString works with multi-dim arrays
424a882d : Versioned CPP/NDK/Rust goldens
aad0e4bd : Revert "Revert "PropagateAllowBlocking require SDK version""
b4768040 : Revert "Add Delegator support to NDK backend"
4693108b : Revert "Better semantics for 'gen rpc'."
eeb6e9d3 : Revert "PropagateAllowBlocking require SDK version"
e12e281c : Be kind rewind (for EX_NULL_POINTER).
28ae7933 : PropagateAllowBlocking require SDK version
14ca7d95 : Add Delegator support to the Java backend
b13c7bc4 : Better semantics for 'gen rpc'.
0edacba6 : Restore character behavior.
048af158 : Remove old TODO around inner types.
2a45d0ac : Evaluate the type before checking array dimension type
23edf928 : AIDL: add propagateAllowBlocking
f08c15f4 : Lint: Redundant imports
d06ac191 : Fixed-size array for Java backend
e21b57a6 : Add Delegator support to NDK backend
f851a14b : Remove srcs_available.
797b06b9 : AIDL: fix string literal parsing.
e9f8aada : Revert "REALLY remove string literal checks."
0f5346ba : REALLY remove string literal checks.
8c9b7ec8 : Revert "Remove string literal checks."
bda9d2c6 : Remove string literal checks.
c134783d : @VintfStability is applied nested types
dc3d2632 : aidl_interface.backend.java.lint properties
c346092a : aidl_interface.backend.java.lint properties
728f192d : Add test for Rust binder ping call
e6a38f76 : Add @JavaSuppressLint
e76bcc2f : Set default value for fixed-size array fields
44d7c968 : Fix Java's describeContents for arrays
45de014a : remove NewArrayExpression from java ast
835d9aa7 : srcs_available true by default
ef8ba0a4 : Revert^2 "Update Rust binder import paths"
d570dbde : Revert "Allow -ndk_platform disable per-module."
f189e499 : Change default_impl in cpp backend to sp<>
c2bc750f : Add @JavaSuppressLint
5690da53 : Revert "Update Rust binder import paths"
51b8c0ba : Update Rust binder import paths
3fbc16e2 : sized writes is size >= 4
f5d7608d : Throw error for invalid Java parcelable size.
7ae2e5fb : aidl_integration_test: integrate empty parcelables
b2ad07cd : remove libbinder_ndk_host_user
9d25fa29 : Add async Rust servers
874fcea9 : Avoid some copies of arguments
c6770e97 : Translate AIDL permission annotations to Java
ddc19d93 : Remove NDK backend host properties.
3cdab5e3 : Update -update-api title.
66365235 : Fix CPP/NDK readFromParcel
6edc7eca : CPP: added enforceNoDataAvail()
8186672f : Rust: fixed-size array, no array size for out param
ad9548ac : Fixed sized arrays (Rust): Fix initializer.
256e39bc : Fix rust type for PFD[N] field
65281c4d : Remove permission library
a609a401 : DO NOT MERGE: Reland: Don't generate the ndk_platform backend unless explicitly requested
3f4f24f1 : Fix sc-dev-plus-aosp builds
124565a3 : Support fixed-size arrays in the Rust backend
ca4f3191 : Fix: multidimensional fixed-size arrays (NDK/CPP)
0784217b : Support fixed-size arrays in the CPP backend
dd0d78f0 : Revert "Revert "Add automatic default value for char-type field""
729630ba : Support fixed-size arrays in the NDK backend
719cdcea : Use readData/writeData APIs for NDK backend.
6a424427 : Add test for expected unimplementedMethod errors in cpp client
a446d4bf : Add cheap aidl tracing suitable for always-on-tracing (2/3)
d23ba31c : Only check gen directory for golden tests
25c2a4f1 : hash_gen.sh: append hash by default
319b7779 : Add cheap aidl tracing suitable for always-on-tracing (2/3)
30c8e527 : Use PermissionChecker for Java backend
4d08d5cc : Add automatic default value for char-type field
96a02f50 : Added End-of-Parcel check after deserialization on binder calls.
1d8d50a5 : Add automatic default value for char-type field
1dc884ae : Reland: Don't generate the ndk_platform backend unless explicitly requested
2a86ba83 : Assign IDs for nested interfaces
3067a416 : Add support for deprecated Rust enums
0cc99636 : Default values for fixed-size arrays
9fafb8d6 : grammar for fixed-size array
aeb0167d : ConstantValueDecorator with strings
2ca04f5d : Remove typenames parameter from many functions
2a46d06d : Make DefaultImpl support an opt-in option for AIDL interfaces, via @JavaDefault annotation.
7f2bf91e : Add default ctor/dtor for FixedSize union
d2096091 : Remove NdkAlignmentOf
f04d003b : Add automatic default value for char-type field
ff427d72 : DO NOT MERGE: Revert "Don't generate the ndk_platform backend unless explicitl..."
043cd768 : DO NOT MERGE: Revert "Don't generate the ndk_platform backend unless explicitl..."
c5b30dbb : Don't generate the ndk_platform backend unless explicitly requested
73c9ad9c : @FixedSize union should check members
4bae711b : Introduce @JavaDefault annotation for AIDL interfaces.
1b6bfe9f : Fix nested types without package decl.
97be5845 : Add @FixedSize union
87c92e71 : CPP: Move comparison operators down
7aeb32da : Rename @Enforce condition attribute
5338203e : Merge two checker mutators
85252b92 : Add vendor_available property to rust properties.
aab774a2 : fix checks on unstable module usage
29e54b97 : build: remove lookupInterface
3ce6a9fc : Add a failing test case with soong_namespace
aab3de66 : rust: Output path of rustc has changed.
483c7f38 : rust: replace Parcel enum with two types
fa6e4819 : Add integration tests between sdk versions
74406c50 : Check the availability of types against SDK version
fbda1c66 : Support List<interface>
14fc8ee7 : Use Parcel methods for interface[]
1ad14d2e : Fix nested-interface in NDK with log/traces
981fc59d : fix `byte[]` with negative values (C++/NDK)
fa41b533 : Support single-element annotations
a2cade63 : fix [readability-named-parameter] in C++
a96a1090 : fix `byte[]` with negative values (C++/NDK)
c3123e17 : Use parcel helper functions (Java)
779b18df : Pass backend.rust.min_sdk_version to the generated rust library
d11f9f56 : Use --min_sdk_version to use newer APIs for Java
14931b45 : Add integration test for interface array
1d3ec71c : Support array of interface
3598baed : Rust: run rustfmt on test files
62e503d5 : Add rustfmt.toml file
643d223b : Port a test to NDK client.
7a99c8c7 : Fix nested interface's includes (CPP)
e79243a3 : Add further permission annotations
2e6d93fa : add Rust async code generation
6a92e439 : --checkapi checks nested types as well
a97b5880 : Reject unstructured parcelables in NDK/Rust
a46b1361 : Interface types can be nested.
cc734c59 : Prepare CPP backend for nested interface
5c4a206f : prepare NDK for nested interface
133da840 : Accept @Enforce on interface definition
dde2e83e : remove ast_cpp
cdf89ec8 : Remove AidlImport
88277da6 : OWNERS += jooyung@
77a3996f : Fix leak for incomplete expression
ff6dafa6 : Add CheckValid to AidlMethod
b7d5865f : Allow for unsigned byte constants (u8)
fc55a53b : Rust: switch the ParcelableHolder tests from Rc to Arc
46afa91c : Allow -ndk_platform disable per-module.
5c9a4d90 : Use toArray(T[]) instead of toArray() in TestServiceClient.
5fe5b01c : Freeze AIDL API for SC-V2
cf18b46a : Add recovery_available to aidl_interface
b4997aa3 : Support nullable types in Rust/NDK
6409833f : Support List<IBinder> in NDK
e358e32d : Fix NDK backend's identifier conflict
2b63d78f : Revert "Revert "Create a generated delegator class""
d9cece5f : Don't generate the ndk_platform backend unless explicitly requested
49b8f36f : Clean up LanguageSpecificCheckValid
5014b3ee : fix NDK List<T>
275fca8b : Revert "Create a generated delegator class"
2b3cd2af : Make sure all nodes are visited.
accd9197 : Use AidlTypenames::MakeResolvedType() for inline types
4e91802b : Create a generated delegator class
bc7ab90f : Support IBinder array in the NDK/Rust backends.
75968605 : ApiDump test includes license comment
1bd5448e : Visit meta methods as well.
c3c739a2 : Visit default value node
b819cf04 : Revert "Compile generated cc modules with apex names"
a7560e84 : AidlNode: delete copy constructor
0cac8662 : Remove ArrayBase
c29d717c : Fix Java comment format.
c63e8ffa : Add more comments to goldens.
8e9ae87b : C++/NDK backends reorder nested type decls.
346ee0f7 : Add nested type examples to golden output
9e3dae38 : Support nested types in the Rust backend
b35cd6ff : Rust: add tests for ExtendableParcelable and ParcelableHolder
b2316a5a : Rust: support ParcelableHolder
4e97945c : Rust: generate Parcelable trait for parcelables
3da91e85 : Use bug alias for fuzzer cc.
85762bf6 : remove AidlPackage
e01fbe2a : Check RPC support with min_sdk_version.
1ec4005b : pipe platform_apis into the aidl compiler
68805e1e : parser.cpp: end of line
1119d81c : Remove ast_cpp's Enum type
74dceb29 : Refactor: share enum codegen between C++/NDK
e10a06ba : Remove resolved TODO
99834139 : Support nested types in the Java backend
35a34189 : CamelCasing Java backend's functions/methods
7445d288 : Remove Document from ast_java
fc556cc3 : Remove unnecessary blank link in Java's union
a265009d : Support nested types in the NDK backend
4b83252c : Support nested types in NdkFullClassName()
a34dafdf : Refactor: support nested types in cpp::HeaderFile()
40e37ea5 : aidl_integration_test requires NDK client as well.
e1abd594 : Split type resolution from constref resolution
f8c3963a : Nested types know its parent/root/document.
c8e5623b : explicit error for empty API directory
e422fce1 : remove RemovePath
7501a6a5 : nested types: Add INestedService.aidl
ad834a3d : nested types: Add C++ backend support
79e5098e : C++: migrate to use printer instead of AST
c0f59a4c : Remove unused functions in generate_cpp
188a4278 : java: use Parcel.obtain(IBinder) not markForBinder
b248d07a : aidl: verify enum backing type
8e12a0cf : C++: use printer to generate more headers
7fc5de05 : nested types: generic types can't have nested types.
fb7c5003 : ast_cpp: remove CppHeader
f0aaee76 : C++: use printer to generate headers
2b1487d1 : nested types: Reject unstructured parcelable
8a2d9acf : Handle errors while parsing nested types
ca84b030 : nested types: GenerateHeaderIncludes()
5f48bf70 : nested types: restructure GenerateCpp()
2aedb117 : Parsing nested types.
baa71062 : Adding AidlCast to replace downcasting methods
589cfb0c : Refactor LanguageSpecificCheckValid()
cd160956 : FixedSize parcelable can't have nullable fields.
cd0f3e08 : Fix newline replacement for AIDL metatdata hash JSON.
2834f00b : Fix use-after-free on annotation parse error
223274e3 : Add --min_sdk_version flag to the compiler
a1baac53 : Add an interface including methods with a map
9ab59123 : Validate @Enforce expression earlier
ce6cb3f6 : fix abort for extra dedent
56014ba5 : aidl_parser_fuzzer: permission coverage
fe630342 : Use system .clang-format
66907c5f : aidl_parser_fuzzer: add rust corpus entry
69a6fe9c : aidl_parser_fuzzer: dict += comment things
f39b1644 : An enum is initialized as zero if it doesn't have default value
55db811e : Fix use-after-free on annotation parse error
5a4db210 : Add @Enforce AIDL annotation
442cacfc : Fix leak in aidl_unittests
d9ee6f0a : Fix adding document to AidlTypenames
742d33ba : Don't format string literals in annotation
ffa72f65 : [LSC] Add LOCAL_LICENSE_KINDS to system/tools/aidl
75288afe : Initialize root_ member by default
ea694458 : Avoid a couple string copies
a4b6b292 : aidl: support RPC in Java
5bb76ff4 : Add permission expression parser
49f185bb : aidl_parser_fuzzer: reset corpus
87c86426 : import versions for tests
fbddc36f : aidl_parser_fuzzer: dict hints for files
672a1af8 : test-piece-*: use versions for imports
8b24f1ab : aidl_parser_fuzzer: try add filename hint
d8bb0d59 : Remove redundant return statement
2f5882cd : Rename BuildDir and NinjaBuildDir.
bdb759f2 : Rename BuildDir and NinjaBuildDir.
9294f3db : Rename BuildDir and NinjaBuildDir.
05a532ae : Fix --apimapping with unstructured parcelables
01720ed5 : Support @nullable(heap) for recursive types
f9b398b3 : aidl: lift options.Ok into aidl_entry
4e059139 : aidl: unify return type of sub-task functions
481f5933 : remove unused Task::UNSPECIFIED
104ccca3 : aidl_parser_fuzzer: fuzz everything
b736f60f : aidl: Options - avoid calling exit(3)
6514b252 : options: avoid OOR when called w/ no args
cfb9cb3a : Reland: NDK backends supports both apps and platform
f2551d82 : Hoist enforceInterface and escape onTransact
1f3d8f76 : add tests for some built-in binder calls
777a6cd5 : Report last .hash entry in getInterfaceHash
d35b9524 : Fix go.mod with golang-protobuf upgrade
fc2ddbfc : .hash files can have multiple hashes
2cb8ecdf : Check cpp_header for C++/NDK
58d402b6 : LanguageSpecificCheckValid for imports.
41526e4a : TEST_MAPPING += CtsNdkBinderTestCases
1d9fa975 : Fix warnings in preparation for Rust 1.54.0
28f89d15 : Fix warnings in preparation for Rust 1.53.0
4d7d508b : Update the golden output
59b720b0 : Remove ndk_platform backend. Use the ndk backend.
968a2cb8 : vendor: true makes the interface to be not available for apps
6007f256 : Reland: NDK backends supports both apps and platform
07713693 : Run binder tests when aidl compiler or the build system is updated
40a70912 : Reland: NDK backends supports both apps and platform
4d797fc3 : Rework unit tests for lazy AIDL services.
ec2443f7 : Replace space with tab.
46d8c2a2 : Fix null check in test
7d0af6d0 : Java - test ReverseFileDescriptorArray
f2fdd1d5 : Rework unit tests for lazy AIDL services.
cd410b3a : Replace space with tab.
cdb32cc3 : Reland: NDK backends supports both apps and platform
0f92a79f : tests for IBinder[]
8fbc4662 : Fix ReadFromParcelFor() for IBinder[] and FileDescriptor[].
151fa058 : Revert "NDK backends supports both apps and platform"
108e507e : NDK backends supports both apps and platform
51d6a0d4 : Return correct primitive type default value.
6f7b490d : Enable all ServiceSpecificException tests.
e8db2485 : Rust: Add test for enum_values
91d92491 : Avoid freezing interfaces that have owner set
19136e68 : Add a test module to trigger copy/move problem
35784986 : Allow duplicate types from preprocessed
45aa1ef4 : warning: using untyped List/Map
871fd741 : union/cpp: remove "= default" copy/move
51aa35ec : union/java: omit "package" when it's empty
8a09e7fa : AIDL_FROZEN_REL/AIDL_FROZEN_OWNERS: sim REL
db4d8a63 : warnings: mixed-oneway can be suppressed at method level.
b27bde1b : Rust: Forbid unsafe code in auto-generated code
524f703f : Rust: Use sized_read for parcelable deserialization
78fcaa8b : fix: ImportResolver handles nested types.
13f1fa51 : Refactor: type resolution done in Scope
f886f985 : warning: import should introduce unique simple name
6529b827 : cleanup: remove unused parameter to ImportResolver
805fe312 : Rust: Deserialize parcelables in place
a224268f : aidl_parser_fuzzer cc += jooyung
fa18193c : fuzz: `void` is an invalid type for parameters
61d78033 : cleanup: removed unused -m option
d57f47b0 : cleanup: remove unused method in DumpVisitor
ec17de12 : Add interface versions to AIDL metadata
70cca9f9 : Add interface versions to AIDL metadata
ccb99345 : Add interface versions to AIDL metadata
df94f0fc : Use versioned preprocessed.aidl
42c5f290 : use preprocessed.aidl for imported modules
93f48f05 : Preprocessed uses the same syntax of AIDL
45e93caf : Send checkapi stderr to /dev/null
397a7605 : Apply CleanPath() before comparing paths
15b8ebe4 : Detect if an interface has changes that have not been frozen
0d559f91 : checkUnstableModule skips aidl_interface
af45dbb3 : refactor: use getPaths() instead of getBaseDir()
60699b5f : fix import paths when compiling snapshots
50a1dfc9 : Prevent segfault for missing import case
361cd100 : checkapi: use ValueString to compare const values
c44e6e2b : cleanup: remove unused functions
c6442172 : using source path of aidl_hash_gen instead of output path
71dfec34 : dumpapi dumps generic type parameters
8e3b72c2 : checkapi works with imports
ce6733ec : refactor: parser returns parsed document
72e08933 : *-freeze-api does nothing when current == latest stable version
e38dab42 : Make `m aidl-freeze-api` work again
b9d60e0d : ref-resolver skips visiting the same type-ref.
6cc16f3a : Add aidl_hash_gen and raise an error for a frozen interface without .hash file
289a1bcd : refactor: type resolution using visitor
0a950bd7 : cpp: handle generic type-parameters before @nullable

+- Project: platform/system/tools/hidl

07f54c00 : Make libhidl-gen-utils vendor_available
30a856cd : Use ro.hw_timeout_multiplier for hidl_lazy_test.
93704e39 : Fix newer Bison compatibility
9631db1d : Add hidl to hwasan-postsubmit
d5f12084 : Suppress int-in-bool-context warning
76b848a4 : Add timed out test files to tidy_timeout_srcs
722d2145 : Add android.hardware.audio@7.1
1e3be9d3 : hidl2aidl: Handle fixed sized arrays
e0977657 : Adding min_sdk_version to bluetooth_audio libs for bt apex deps
4a66e183 : Add android.hardware.audio@7.1
7a818496 : Wifi: Allow for WiFi 1.6 HAL in build
90c8a2bc : hidl2aidl: Move the translate source files away from the aidl files
61b7888b : Avoid using C-style cast in generated HIDL code.
f1ff3b9c : Drop unused libraryIfExists variable.
fc29f8c5 : Revert VTS related changes
ab149e1c : Add camera.metadata@3.7 + @3.8 to the hidl exempt list.
1a79c787 : delete HIDL adapters
ea168414 : Add the android.hardware.bluetooth.audio@2.2 support temporarily
b49e1ede : Camera: Add android.hardware.camera.device@3.8 hidl interface.
23628158 : hidl2aidl: support nested type definitions in AIDL
db4f2a04 : Fix typo: mInstrumentationCal*1*lbacks
8d70db46 : Update hidl minSdkVersion for car apex
04c1c439 : Stop using `group_static_libs` property
e4835fa0 : Remove ndk_platform backend. Use the ndk backend.
c78c345a : hidl: use libbase HexString
55f2deb8 : Make sure server start up before test.
663c64df : Remove ndk_platform backend. Use the ndk backend.
406df9ca : Rework unit tests for lazy HIDL services.
3004e180 : Rework unit tests for lazy HIDL services.
ef7fc5b6 : Remove HIDL interface exception.
3fe4333b : Disallow new HIDL interfaces.
bfb80791 : hidl2aidl: Add owner field to test AIDL interface
8440fe24 : hidl2aidl: cpp backend note delete translate
bcb98603 : hidl2aidl: single space at the end of .aidl files
9fc9beea : hidl2aidl: translate repeated types in a Union
4cfa2d86 : hidl2aidl: translate Unions containing vectors and arrays
046810c5 : hidl_lazy_test - import all deps
7cd62586 : hidl2aidl: in aidl, don't import types from other packages

+- Project: platform/system/tools/mkbootimg

7962736 : certify_bootimg: makes gki-info.txt optional
ac2f0c2 : certify_bootimg: avoid using subprocess calls to unpack_bootimg
e71c440 : unpack_bootimg: fix pylint errors
d1d48f1 : gki: Use shlex.split() to split command line argument strings
b771593 : certify_bootimg: support spaces in extra_args
67def5e : certify_bootimg: support gki-info.txt
045c41a : certify_bootimg: support boot images archive
053c389 : Allow dtb image to be empty in vendor_boot image
34ac1ae : Initial commit of certify_bootimg.py
3e4ce83 : Remove 'generic_ramdisk' and add 'boot' certification
d3e0acd : Update retrofit_gki.sh for new init_boot plan
302cb50 : [LSC] Add LOCAL_LICENSE_KINDS to system/tools/mkbootimg
41681b2 : Add 'boot_signature_info' utility
680c62a : Add `gki_retrofitting_tools.zip` to GSI/GKI DIST_DIR
a37920c : Add 'retrofit_gki' tool that retrofits GKIs
33bf962 : unpack_bootimg: Export 'vendor_ramdisk' for vendor_boot v4
388052e : generate_gki_certificate: Support supplying --additional_avb_args multiple times
8f1b35f : Remove hridya@ from OWNERS file
f1d5008 : mkbootimg: Add '--boot_signature' and mark '--gki-*' as deprecated
6ec5817 : Add 'generate_gki_certificate' standalone tool to certify GKI
743804f : mkbootimg: Factor out GKI certification logic
b166bd7 : repack_bootimg: Update --ramdisk_add usages
ac3ab67 : repack_bootimg: Support using local files as repack source
cc9c13a : Kleaf: add mkbootimg.py.

+- Project: platform/system/tools/xsdc

bf3bd35 : Support multiple whitespace characters
5c3e714 : Add the `.xsd` file to the output files of the `xsd_config` module.
60bece0 : Implement `OutputFileProducer` for `xsdConfig`.
c3524db : Optimized xml generated code
7f84bff : Add option to xsdc to generate tinyxml2-based sources

+- Project: platform/system/unwinding

0cd3943 : Use #pragma once header guard.
2156447 : Add the AndroidUnwinder objects.
eead878 : Add RemoteGetArch function.
3fb6550 : Tweak linux_glibc properties for musl builds in system/unwinding
367ef46 : Remove old names of packages/modules/Bluetooth
75bc640 : Remove old names of packages/modules/Bluetooth
4ed20b5 : Remove elf_from_memory_not_file from unwinder.
f54b6d0 : Move RootCanal to tools/ folder
9e65d14 : Remove the LocalUnwinder object.
1af21ef : Allow unwinding main thread in ThreadUnwinder.
875fd55 : Add get initial regs to ThreadUnwinder.
309400d : Don't hide error by INVALID_MAP in speculative frame.
2d5c6a4 : Fix getting elf file from JIT_SYMFILE maps.
78ed97d : Fix leak in test.
a3417dc : Fix memory leak.
0a2dc5b : Move MapInfo objects in to frame data.
4c1a5dd : Fix linux (non bionic) arm64 build
5e34c2a : Ignore /dev/* MapInfo for GetBuildID
d452e57 : Add GetPrintableBuildID function to Elf object.
b181200 : Fix Elf caching.
7e9a717 : Add visibility rule for system/bt move to p/m/Bluetooth
e0cc4ff : Add visibility rule for system/bt move to p/m/Bluetooth
734cc2f : Remove the next_real_map and prev_real_map.
88367cf : Maps contains shared_ptr MapInfo objects now.
9dc7b30 : Revert^2 "Make it possible to get BuildId for a map."
00816b4 : Revert "Make it possible to get BuildId for a map."
2169d0e : Make it possible to get BuildId for a map.
eab6451 : Fix all known race conditions in the tests.
bf98d2a : Maps contains shared_ptr MapInfo objects now.
ec7499b : Add visibility rule for system/bt move to p/m/Bluetooth
54b7e04 : Run unit tests on hwasan.
459491e : Clean up common file test usage.
5731ca8 : Add offline test for apk issues.
e0b9c92 : Fix missing offset in display for apk backtrace.
1df8aa6 : Fix flaky unwind tests.
025019e : Fix flaky test issue.
6197601 : Allow a global to be in a zero offset rw map.
98ef35a : Fix system/unwinding building against musl
471aa51 : Remove the error message for unsupported elf.
23b1e9e : Fix benchmark files not being decompressed.
295babc : Stop using `group_static_libs` property
efe72cb : Register a runtime dependency on libdexfile in all variants that use libdexfile_support.
2fe4b03 : Add visibility to libbacktrace.
50b2e31 : Add unit tests for ProcessTracer.
62b91bc : OfflineUnwindBenchmarks: Add steady-state case.
5d7be61 : Single-thread consecutive offline benchmark/tests.
d57c007 : Multi-thread consecutive offline benchmark/tests.
e295249 : Multi-process consecutive offline benchmark/tests.
593f729 : UnwindOfflineTest: Test consecutive unwinds.
803529b : OfflineUnwindBenchmarks: Benchmark consecutive unwinds.
11c87db : Get unwind frame information from output file.
4bd1698 : OfflineUnwindUtils: Support consecutive unwinds.
6a6d38a : Add offline unwind dumps for benchmark and tests.
85ea0f4 : Strip testing and benchmarking libraries
88372af : Enable decay time option for benchmarks.
29bfe52 : Create a tool to help share common ELFs.
e1cc3af : Additional documentation for offline unwinds.
7158e17 : Create large ELF benchmarks.
702bf9d : Add ELFs for large ELF benchmarks.
070de95 : unwind_for_offline: Avoid null dereference
b9c6482 : unwind_for_offline: option to write frame & stack info to file.
e30226b : unwind_for_offline: option to perform unwind in specific elf.
6567f01 : unwind_for_offline: option to dump backtraces for all threads.
f305f42 : Create unsafe local read benchmarks.
5e08a5b : Refactor OfflineUnwindUtils and dependent classes.
4dae659 : Add value expression Eval benchmark.
4f879b3 : Add expression Eval benchmark.
dd4e7d9 : Add offset Eval benchmarks.
3bfdddf : Add value offset Eval benchmarks.
e98ae19 : Refactor EvalBenchmark.cpp.
efa04ab : Support address size from .debug_frame version 4
43a522f : Move compression memory object into its own file.
95d4550 : libunwindstack: make default fde address encoding unsigned.
6933634 : Create benchmarks for DwarfSection::Eval.
a5dfbe2 : Move RegsFake into common utils.
d30d518 : Move mock DwarfSectionImpl class into common utils.
eb9f4f1 : Move offline unwind benchmark fixture into Utils.
65af60d : Fix up the log system.
540364b : Make sure all logging is using the native log code.
34ad2ae : Add license_text for BSD, global license for Apache
a5715a7 : Make host list libdexfile as a runtime lib.
47efe49 : Revert "Remove CheckDexSupport check."
150adbe : Common utils for offline test and benchmarks.
e7858f0 : Move MemoryFake into utils/ directory.
62db88b : Move offline test files to offline_files/.
fe03390 : Remove CheckDexSupport check.
e132af2 : Create benchmarks for offline unwinding.
1e6a4d8 : Allow process memory to be set on UnwindFromPid.
6f0bc8b : Add ramdisk_available to init_first_stage's deps
2dd2dd6 : Avoid pathologically high memory use for DEX files.
d4496eb : Fix potential use of unitialized cache.
ad71c00 : Add ability to lock to a particular cpu.
79d932d : Link libdexfile_support statically.
b732826 : Fix multiple_thread_get_elf_fields test.

+- Project: platform/system/update_engine

93e3810b : Fix crash on ota_extractor
1c4b981c : Fix S and T mixed build OTA
91e839cf : Support incremental OTA in ota_extractor
9ae7dc60 : Remove deprecated fields from update_metadata protobuf
2bedf8ce : Revert "Added updateEngine_downloadAction_fuzzer"
55fec459 : Added updateEngine_downloadAction_fuzzer
cf323870 : Support ZERO op in ota extractor
2451a305 : Add option to wipe userdata
c7515d47 : Add partial extraction capability to ota_extractor
7e5b4059 : Split slower tests to a separate test target
b9368920 : pread() data into memory instead of lazily mmap everything
fbfe4c35 : Run update_engine_unittests on presubmit
ff5380b7 : Fully reset update state during ResetStatus() call
dc122bcb : Only verify source hash if there is one
b5bd075b : Verify hashes of source copy blocks at install time
596a3206 : Add an faster OTA extractor
e4bffe6d : Fix crash when hash tree isn't enabled but verity is
636ba2f9 : Support streaming for lz4 recompress
760c334d : Add streaming support to LZ4 compress routine
1f690a44 : Lower severity level of metric util logs
39a6a4cb : Bump update_engine version to 8
85ad1472 : Add timed out test files to tidy_timeout_srcs
35cff4f5 : Add lz4diff CLI util
363380aa : Parse VABC compression method from input target_files
1df000ab : Cleanup dangling mount on update_engine start
f1e628d7 : Add UnownedCacheFileDescriptor
9792f084 : Add UnownedCacheFileDescriptor
1a0ed71c : Use raw pointer instead of shared_ptr
243d2a1a : Use return value to report error instead of abort()
e54dac61 : Fix use-after-scope.
8389dfe4 : Add erofs compression param
e67e5431 : Don't filter src/dst blocks if EROFS is used
907b0e67 : Add brillow_update_payload option to enable lz4diff
84fe9da3 : Use ErrnoNumberAsString from libbase
22987987 : Add option to enable zucchini
cb2dc889 : Preliminary support for lz4diff + EROFS parsing
238d904f : Use fcntl.h instead of sys/fcntl.h
d76a8ac5 : Rename stdout and stderr to stdout_str and stderr_str
26b82b16 : Fix cpplint issues
4203702c : lz4diff: Check array bounds prior to access
893b3a1c : Add unittest for lz4diff postfix feature
ddc2580b : Dump build info about target build when installing OTA
77804b46 : Gracefully return an error if cow reader failed
4eae81e5 : Add lz4diff patch routines
ee481e4c : Add lz4diff routines
55624034 : Add lz4 decompress/compress routines
759e8b91 : Add erofs filesystem unittest
446989a3 : Add parser for EROFS file data
dcda7c03 : Add DEFER macro, similar to go's defer
98001b2a : Add protobuf definition for lz4diff
6fbf5945 : Fix rare deflate util error
f67dc497 : Add install op types for lz4diff
7608cd4a : Add maybe_unused to some parameters
ea770647 : update_engine: Use a new aggregated OTA profile
b744f9e8 : Fix DeltaDiffUtilsTest creating object that captures temporaries by reference.
1223f16e : Move deflate filtering logic outside of DiffGenerator
02fe662c : Add integration test for XOR ops
3e6e7dfb : If the blocks are not overlapping, write them in ascending order if userspace snapshots are enabled.
1ddc8d15 : Update OWNERS file for update_engine
c14676a5 : Write CowReplace blocks in batch
0aa4fae7 : Add --compressor_types option
0e00a0da : Update README.md to include android specific information
e4f70e8b : Make cow converter print estimated size and actual size
3fe49649 : Add UpdateAttempterIntegrationTesting
cc04de75 : Make XzEtentWriter::Init() idempotent
1304fe7c : Allow UpdateAttempterAndroid to override otacerts path
f041a9d0 : Expose logic to serialize a DeltaArchiveManifest to proper payload file
df3c1952 : Move unittest constants to header
0af0122b : Only enable zucchini on a subset of files
8c5a5c78 : Disable trimming for src blocks
ed3863c7 : Initialize writer before executing zucchini ops
fffad3b8 : Add some helper macros for testing precondition
5d74b729 : Only write merge sequence if XOR is enabled
9e5e1ed6 : Verify sequence ops when finish writing InstallOps
5ebe2960 : Make simulate_ota support images in RADIO/ dir
e36e4a3e : Implement cow estimator with XOR enabled
82161a6f : Write blocks in increasing order if src/dst extent start at same block
a75a763e : Support boot image v4
d1f90bcf : Fix a bug where merge sequence is incorrect
dc1f258e : Consider .capex files as zip archives
4e93cf1b : Sort filenames in Android.bp
06e654a3 : Attempt to mount block device even if postinstall is disabled
c5803b7d : Add update_engine_host_unittests
f4502bb2 : Add option to override minor version
8c856553 : Support extracting images from full OTAs
1f658cca : Support zucchini patch
f0c73d4e : Rename LibcurlHttpFetcherTest
23dfcd24 : Make InstallOpExecutor take in unique_ptr
76f10b8e : Write XOR ops for bsdiff and puffdiff
8e0090d8 : Add skeleton for zucchini patch
00b718b5 : Reland the change again
cf208f2e : Only mmap once when executing ZERO install op
cf3280bd : Bump map snapshot timeout to 10s
d44378b0 : Include sequence op in cow size estimate
fc2afd49 : Include sequence op in cow size estimate
c7001695 : Add zucchini support in update_engine
52c4b79f : Filter out duplicate blocks in new image
53d73b94 : Improve the control flow of generating diff patches
a37aafc8 : Write cow merge sequence at beginning of update
e2399442 : Add a script to trim OTA package for go/otaanalyzer
bf357c65 : Use binary search for ExtentRanges::OverlapsWithExtent
bef99c3d : Make sure ExtentRanges don't merge extents
c56afa35 : Add support for calling setShouldSwitchSlot from host
20982a52 : Implement setShouldSwitchSlotOnReboot and resetShouldSwitchSlotOnReboot
e95dfeec : Remove Cros from AOSP update_engine
a69cfe23 : Add libzucchini as a dependency for puffin
af9b9b26 : Print better debug messages in extent map
9351f5d0 : Implement ExtentLess correctly
be1c1800 : Support slot switch API in update_engine_client
5e4e2935 : Document the quirks of merge sequence
4bb4920a : Add XorExtentWriter
1c0fa692 : Set src_extents before calling PopulateXorOps
d567c8bc : Add Extent map
a837f001 : Add EmitXorBlocks stub to FakeCowWriter
0a813e6a : update_engine: put update_engine into background sched group
ca9704ed : Add GetNthBlockTest
b170676a : Add block extent writer
43cb9c0d : Remove ndk_platform backend. Use the ndk backend.
7f8f2abb : Add stub implementation for APIs to switch slot
5e5ad39a : Don't check for FEC offset if fec is disabled
da607a35 : Add an API in update_engine to switch the slot back and forth
53953703 : Include XOR ops in merge sequence
f7f7cc31 : Add test for xor op generator
02df21bb : Emit XOR ops at OTA generation time
7cfc94ac : Use ASSERT_* instead of EXPECT_*
0de22fc8 : Add proto field to store xor operation in update manifest
cb419e6f : Add GetActiveBootSlot API to boot control interface
a43d6e87 : Detect rollback and cleanup space allocated for apex
fba6ee5b : Add EmitSequenceData stub to FakeCowWriter
3a327e61 : Log how much time running update_device.py took
bb682256 : Report source and target build fingerprints in SNAPSHOT_MERGE_REPORTED.
4657407a : Record the source build fingerprint in SnapshotMergeStats.
6e59e114 : Ignore vscode files
faddb7ee : Read payload signature if they exist
e52b6cdc : Refactor both PartitionWriter and VABCPartitionWriter
ab3ce603 : Refactor ECC related code to a separate class
3cce62a6 : Add ramdisk_available to init_first_stage's deps
40d9666b : Move Install op executor to a separate file
f4575867 : Simplify logic for PerformZeroOrDiscardOperation
d6fd6820 : Only call InitAfterReboot if we detect a device reboot
1d402cbc : Add InstallOperationExecutor which hanldes interpretation of install op
37b9b709 : Simplify logic for PerformSourceCopyOperation
4061c517 : Refactor UpdatePrefsAndReportUpdateMetricsOnReboot
28e46893 : Retain merge failure codes if merge succeeds.
575b8f8a : Define constants in header
1c86a92b : Refactor: Migrate all prefs to string_view
b5c07bfe : Clean up reserved space for decompression when OTA cancelled

+- Project: platform/system/vold

d96b2ac : Use sysfs control for storage device GC
11a666b : Abort FUSE as part of volume reset
7667d64 : vold: fix the range of stopped state of idleMaint
c193c3f : Enforce that internal storage is prepared first
3477869 : Deleted clang property in Android.bp files
3ccdeb3 : vold: remove overprovision area from free segments
583ae3e : FUSE-BPF: use both ro and persist properties
2b8957d : Use make_f2fs -g android by default
fb48666 : Increase early boot logging to kernel log
b3ea454 : Remove FDE methods from binder interface
0b5f397 : vold: do not set gc sleep time with zero dirty segments
11d4532 : Add vold to hwasan-postsubmit
7c788fc : vold: add gc period in setGCUrgentPace
e833630 : Create misc_ce and misc_de directories on /mnt/expand
41d7843 : Rename FstabEntry::metadata_encryption to metadata_encryption_options
f14f862 : Fix check for whether metadata encryption is enabled
3aa35ee : Replace an outdated TODO in Keystore::exportKey
5e87942 : vold: switch f2fs gc_urgent_high to gc_urgent_mid
90a3052 : Remove HardwareAuthToken parameters from binder interface
1269ae8 : Disable fuse-bpf
d88e468 : Disable fuse-bpf
b140eba : vdc: remove FDE commands
b5f688a : Remove unused function UnmountTreeWithPrefix()
4e152c1 : Stop using -Wno-missing-field-initializers
0d12fd6 : Stop using -Wno-unused-variable
640a1a9 : Remove progress property support from encrypt_inplace()
b459591 : Create misc_ce and misc_de directories on /mnt/expand
d302608 : Rename SupplementalProcess to SdkSandbox
a6f36ae : Create root directory for supplemental data during user creation
7e79a43 : Remove broken code for mounting encrypted OBB files
bad7cd0 : Rename SupplementalProcess to SdkSandbox
0cf90d7 : Create root directory for supplemental data during user creation
5bb9faa : Remove HardwareAuthToken parameters from binder interface
f7bc495 : Enable ProjectID for the file systems by default.
681c629 : Fix the incorrect parameter quota when userdata is formatted with EXT4
18eb877 : [vold] Check incremental paths before mounting
3d98962 : Don't abort fuse connections for virtiofs.
999fceb : Add interfaces required by smart idle maintenance service
b910e7e : MetadataCrypt: fix timeout due to missing userdata dm device
dfaff1d : Remove StubVolume disks upon vold reset events
dd1e91f : Disable bind mounts for data and obb if FUSE BPF is available
4babbc7 : Depend on Keystore2 AIDL via default
2991cbe : Split MOUNT_FLAG_VISIBLE into MOUNT_FLAG_VISIBLE_FOR_{READ, WRITE}
f9c6dfa : Allow IV_INO_LBLK_32 with virtio storage
5defbf9 : Add dependency for vold on fuse_media.o
4461c5a : Split MOUNT_FLAG_VISIBLE into MOUNT_FLAG_VISIBLE_FOR_{READ, WRITE}
d89e239 : Remove vdc.rc
72ca0cf : Remove IgnoreEarlyBootEnded()
230d664 : Remove CRYPT_FOOTER_OFFSET
7c111e4 : Remove scrypt-related code
0803ba0 : Remove most of FDE support
52de78e : Route error logs to the kernel during early boot.
e179157 : Improve vold logging.
090ae07 : [vold] Check incremental paths before mounting
1d7acfd : Enable dynamic read logs buffer sizing for incfs
359e3a5 : Revert "Merge "Correct the permission of checkin dir" am: 9696432564 am: 5901afa842 am: e224d0827f am: e4f192efd3 am: da45b66919"
14f68ef : Revert "Merge "Correct the permission of checkin dir" am: 9696432564 am: 5901afa842 am: e224d0827f am: e4f192efd3 am: da45b66919"
b2ee9e0 : Delete the checkin directory with the wrong context
fba8f66 : Revert "Merge "Correct the permission of checkin dir" am: 9696432564 am: 5901afa842 am: e224d0827f am: e4f192efd3 am: da45b66919"
62487c9 : Correct the permission of checkin dir
0bccae2 : Fix vold dump
c73dbac : vold: Reboot if vold failure
570f058 : Create the checkin subdirectory under misc_ce
d9261b1 : Add timeout for fsck on untrusted media
156d9d2 : Pre-create userdata metadata encryption device.
cbc1bdb : Make the deleteAllKey feature aware of the DSU mode
3101ac0 : Fix the incorrect parameter quota when userdata is formatted with EXT4
ae8550f : Replace security_context_t type
e860025 : Set a property if seed binding is enabled.
1e6a5f5 : Detect factory reset and deleteAllKeys
b881fc4 : Remove vold logs related to block devices
973e059 : Remove ndk_platform backend. Use the ndk backend.
8452f41 : Add command for setting the key binding seed
4859e0c : Ignore too-early earlyBootEnded on FDE devices
d7d3010 : Replace writepid with task_profiles command for cgroup migration
604abdd : Remove wait_for_keymaster and all references
f443038 : No using inside header files
d86a8ab : Replace most references to Keymaster with Keystore
47525e6 : cryptfs: log beginning/end of each unmount attempt
351a4af : Don't export storeKey(), and update comments
0f890a9 : Always use RenameKeyDir() when moving/renaming key directories
107d21d : Make RenameKeyDir() use IsSameFile()
8953430 : cryptfs: try harder to unmount subdirectory mounts
d863b2c : Remove /data/misc/vold/user_keys/ce/${user_id} when no longer needed

+- Project: platform/test/app_compat/csuite

6f7f6fb : Remove an unnecessary WebView uninstall command
098babd : Fix a clean up command
51d6bec : Add an OWNERS file to the pixel test target(pixel-app-launch-recentapp).
d8ed3d0 : Add the initial webview app launch test module
054c6bb : Add OWNERS files to the pixel test targets
b5e3d8e : Add an error categorization to targetSetupError
72e817a : Remove AppSetupPreparer from test configs for Pixel App Compat.
0c82ada : Add a new test target for AppLaunchRecentAppTest(aosp/2033703).
5a645d2 : Add a new test to relaunch app by pressing RecentApps key for Pixel 3P App Compat.
9fd0efe : Support UI Automator mode in crawler test
8cc9cc1 : Add a new test target for AppLaunchLockTest(aosp/2010335).
fa7bfc9 : Add a new test to launch app and lock/unlock device for Pixel 3P App Compat.
8fa86a9 : Add a new test to launch app and rotate device for Pixel 3P App Compat.
79e9e3d : Use assertNull to simply the test code
39fac6b : Fix a test configuration
9e3c253 : Use adb APK installer in launch tests
91480c1 : Add a utility class to install APK files
43bf885 : Remove the process still running check from app launch test
9dbf895 : Use a util method to wait for app launch
7dd28d9 : Fix a method docstring
c651b73 : Use a handler to process screen record file
d0653e0 : Remove unused code elements
2b2966e : Support putting template files in subdirectories
3c749bf : Support using multiple templates in a test plan
64d879a : Initial folder for Pixel App Compatibility Test.
ef989a0 : Add a DeviceTimestamp class to represent timestamp on device
1771ae1 : Move a method mock to setUp in an unit test
9dc50a9 : Remove unused constructor methods in the launch test script
0d551b2 : Add an crash assertion method in the crawl tester
0587475 : Rename the crawl test preparer to host preparer
d07ee8f : Make the launch test script more junit style
37f55b9 : Continue the crawl test when IOException is thrown
4794b04 : Make the app crawl test script more junit style
2cec6cf : Integrate some of the test options into the crawl tester
cee95fc : Convert the csuite test scripts into JUnitTest
19bde61 : Move a unit test to a different package
27d4a3e : Fix a unit test's dependency
5adc683 : Move the launch test script to a different package
ff1ca7c : Unset an environment variable in the integration test
2ddab23 : Fix a default value a integration test util method
e4a425e : Print the completed process when an integration assertion fails
13d99f9 : Enable integration tests as presubmit tests for the csuite project
7de5463 : Fix the integration tests
f542fb3 : Rename a interface for clarity
9023b66 : Move test scripts out from the harness module
d9ad0da : Fix a bad default value for the launch test wait time
b343a14 : Add a split line to the failure messages in crawler test for clarity
c40ad46 : Checks dropbox crash log even if the crawler command failed
0c415a0 : Collect crawl step screenshots in test outputs
f6a8374 : Add package names to the prefix of crawler output file names
321ea88 : Use the new dropbox checker method in the crawler test
9c6a31b : Add a robo crawler test
986d4bf : Add a space to fix a styling issue
e36ad62 : Use the new dropbox checker method in the crawler test
fff1dc9 : Fix an import order
e208596 : Remove the no longer used junit suite
b0211aa : Remove a deprecated option
9cadc7e : Move test scripts out from the harness module
46cd176 : Add a split line to the failure messages in crawler test for clarity
9614193 : Fix a deprecated usage on the DeviceNotAvailableException class
f9a7d31 : Delete or suppress unused methods/params/imports
4fdf2b5 : Use the new TargetSetupError constructor
172b654 : Use the new target preparer interface
3416244 : Remove legacy launch test utility classes
1fbda12 : Add an option to save APKs to test output
6404147 : Remove the deprecated instrumentation dropbox crash checker
cd6d62f : Save the full dropbox entries text into test output file
7ed6e44 : Check dropbox crash entries from adb shell instead of instrumentation
641f133 : Add a method in the test utils class to list apk files from a path
58852f6 : Checks dropbox crash log even if the crawler command failed
14b5f93 : Add an exception class in the device utils class
bd823a1 : Collect crawl step screenshots in test outputs
9c31f9f : Add package names to the prefix of crawler output file names
2f26ee8 : Add a robo crawler test
ec78852 : Add a log line in app install preparer
5a9bcd0 : Separate the dropbox crash check and pid crash check
61a8eb3 : Truncate less lines from crash logs
4849107 : Simplify the app launch test
46dc495 : Always enable spash screen and deprecate the option
390f4d6 : Removes logcat collection from launch test
aadc514 : Makes a method private
c8d849b : Removes an exception declaration that's never thrown
04da30c : Add a utility method to launch a package
a8689f0 : Fix the occational screenrecord failures in DeviceUtils
74b22d9 : Store the device object in DeviceUtils instances
2ba0707 : Split app launching and crash checking into two instrumentation tests
560a0b1 : Do not throw exception when screenrecord failed to start
c7dcc43 : Do not suppress crash dialogs in the launch test
758f472 : Add a method to get the current timestamp from the device
90990ae : Rename the instrumentation test and move it to a different package
182bfa0 : Use the newer TradeFed device shell command API in DeviceUtils
c8947cd : Checks for unexpected format from version code/name command result
371dad2 : Improve the exception and timeout handling during screen recording
11de819 : Extract device related methods to an util class
700edce : Refactor: Use static modifier on some methods
ecfacdd : Create the app launch tester and simplify the launch test script
3737651 : Remove unnecessary logging on exceptions
67348a6 : Remove an deprecated option
af86785 : Pull the required TradeFed test interface implementations from the launch test
e60c969 : Removes an unused legacy option
eaf6755 : Remove the retry logic from the launch test
d56ccb4 : Module generator only deletes what it generated
fe38c16 : Add the drm app launch test target
cafa061 : Add a module info provider that scans a directory for package files
a2e0638 : Add incremental block filter and timeout options to AppLaunchTest.
cedfd1a : Add incremental block filter and timeout options to AppLaunchTest.
b2f9e54 : Replace the package name providers with module info providers
af562fc : Fix go.mod with golang-protobuf upgrade
63aebf2 : Use config.BuildOS instead of android.BuildOs
08c5917 : Add an option to enable splash screen on launch tests
95c44e4 : Add an option to record screen during launch tests
4683f71 : Collect GMS core version information in launch tests
2e7b54e : Collect app version information in launch tests
8eb30b7 : Temporally disable a few unit test cases
cc862c2 : Temporally disable a unit test
93f91bb : Add incremental installation option to AppLaunchTest.
fd118ed : [LSC] Add LOCAL_LICENSE_KINDS to test/app_compat/csuite
24db717 : Add a OWNERS file
0aa77a2 : Add a file based package name provider
912ad5c : Add a package name provider interface
6de20ea : Simplify test plan configs by moving module-gen cleaner to base config

+- Project: platform/test/catbox

27cc68b : Update CATBox multi-user test plan - 1. Remove flaky test DeleteLastAdminUser 2. Replace `fw.stop_bg_users_on_switch` usage by proper API - set-stop-user-on-switch false
c598eb1 : Enable ADB Root from CATBox Test Plan
464db18 : Inclusion of CATBOX to bfg
79c48d5 : Enable Shelby Tests in CATBox
a7c9961 : Add target preparer to set and clear adb properties
092ca39 : Update Bluetooth Audio Test Plan
44dec65 : [LSC] Add LOCAL_LICENSE_KINDS to test/catbox
3e367a0 : [LSC] Add LOCAL_LICENSE_KINDS to test/catbox
f5ad148 : [LSC] Add LOCAL_LICENSE_KINDS to test/catbox

+- Project: platform/test/cts-root

e7c0bd3 : Add cts_root test for PackageManagerLocal API
6fef34d : Prepare owner file in AOSP for PackageManagerLocal API
17db074 : Make sure CTS-ROOT tests to actually run on root
e2bde3b : Disables cleanup tests in SessionCleanUpHostTest
287a754 : Adding bug component to packageinstaller OWNERS
04f7f8b : Turn off network while running tests (3/n)
f100f78 : Add logs for debugging flaky tests (2/n)
b109b1c : Add a test for low storage (2/n)
19a97e2 : Increase retention period of staged sessions in test
12563d6 : Test session cleanup when expired (2/n)
3d3f8f5 : Revert "Revert "Add session cleanup tests for multi-package sess..."
a5271b4 : Revert "Add session cleanup tests for multi-package sessions (1/n)"
66bbc1e : Add session cleanup tests for multi-package sessions (1/n)
d7c8ed7 : Workaround: time change lost after reboot
648d76e : Migrarte staged-rollback tests to CTS-root (11/n)
a0d188e : Add more PackageWatchdog in-process tests
bceb00e : Migrarte staged-rollback tests to CTS-root (10/n)
6b32bd4 : Migrarte staged-rollback tests to CTS-root (9/n)
0285f58 : Migrarte staged-rollback tests to CTS-root (8/n)
d2406cf : Add PREUPLOAD hooks to cts-root project
3348daa : Add initial in-process PackageWatchdog test
f679a46 : Fix test
e4e94d7 : Migrarte staged-rollback tests to CTS-root (7/n)

+- Project: platform/test/framework

317f3fa : remove references to vti dashboard

+- Project: platform/test/mlts/benchmark

fc92b0c : Add the script to convert normalized byte array back to images.
5c7ee94 : Update QCSL libs in MLTS.
410d00c : Fix TFLite delegate and interpreter definition order in MLTS.
c245b5a : Disable compilation caching benchmark for SL.
55d8860 : Support running compilation caching benchmark for SL in MLTS.
dae468c : Fix SL configuration bug in MLTS stress tests.
ffa3656 : Add error logging to DriverLivenessChecker.
7ec0f3c : Add sl_prebuilt/assets/ to NeuralNetworksApiCrashTest assets.
3221609 : Update SL lib template and DSP loaded libs for SM8350.
25c677f : Fix cert-dcl16-c warnings
731fc14 : Extract DSP NNAPI SL libraries to disk
fdbb44e : Load NNAPI SL from APK without extracting to disk
3860feb : Add command line option to filter models to run
857236a : Add support for device specifc scoring tests
57b6e4c : Add NNAPI SL support to MLTS
d63f731 : Backport NNTestBase.getAcceleratorNames from
1deacf3 : Fix MLTS crashes on S20
ba4ebf9 : Add a workaround for b/195309961
a31ea0c : Add a workaround for b/195309961
1666ac7 : Add a workaround for b/195309961
cd36185 : Convert one Make module to a Soong one
b336063 : Convert one Make module to a Soong one
b9634e8 : Adds a method to check if there's an NNAPI accelerator available.

+- Project: platform/test/mlts/models

7a4db24 : Update OWNERS file
2c2e442 : Add one `android_library` module in Soong
3dde093 : Add one `android_library` module in Soong

+- Project: platform/test/mts

d53dcff : Split Conscrypt MTS into user and eng-only test lists.
4960327 : Remove bluetooth tests from MTS for FRC release bug: 234047571
39e17a3 : Include appsearch tests into mts user plan Bug: b/234843955
7fca300 : Add tethering native libclat_test to mts code coverage
71c860e : Add tethering native tests to mts code coverage
21b71a2 : Regenerate the ART MTS definition (2022-05-10).
537e031 : Add native Bluetooth tests to MTS
16cb189 : Take 2: remove FrameworkStatsdHostTest from mts
8f74d02 : Exclude FrameworkStatsdHostTests from MTS
db67d6c : Replacing BluetoothInstrumentationTests by signed one.
8449691 : Remove Cronet mts configuration
e29b273 : Add BluetoothInstrumentationTests to mts test suite
04f3a03 : Add PermissionUiTestCases to mts-permission.
896d54f : MTS Setup for Bluetooth
fd662aa : Remove NotificationListenerCheckTest to MTS tests
b9823eb : Add CtsNetTestCasesLatestSdk to mts-tethering
0152549 : Add BoringSSL native tests to mts-conscrypt.
a4cfb5c : Add updatable shared lib updatability tests to MTS
dc3ff1c : Update MTS config for AppSearch
00baff7 : Add FrameworkStatsdHostTest to MTS
c26608f : Add mts-bluetooth to platform testing
d1f1801 : mts(uwb): Add jni rust UWB MTS tests
33dbc3e : Create MTS for AdServices
f69d98e : Add PhotoPicker tests to MTS
b1aadf7 : Add NotificationListenerCheckTest to MTS tests
d195242 : CtsMediaTestCases splits into multiple new packages
f375d87 : Add ConnectivityNative test to mts-tethering
2ffb6ae : Remove exclusion of org.openjdk.tests.java.util.stream tests.
0cfeb18 : Exclude tests that are not related to TextClassifierService mainline
07e6a52 : Add ondevicepersonalization to platform testing
75c9272 : Regenerate the ART MTS definition (2022-02-24 (c)).
a229c55 : Regenerate the ART MTS definition (2022-02-24 (b)).
fae10f2 : Add CtsNNAPIStatsdAtomHostTestCases to NNAPI MTS config
a22f091 : mts(uwb): Add native UWB MTS tests
8e524f2 : Regenerate the ART MTS definition (2022-02-24 (a)).
5898bec : Add CtsNNAPIStatsdAtomHostTestCases to NNAPI MTS config
5844009 : Add mts-uwb to platform testing
0c66577 : Add CtsSafetyCenterTestCases to mts-permission.
9eb41fd : Disable org.openjdk.tests.java.util.stream.SliceOpTest#testLimitOps.
b571b6a : Regenerate the ART MTS definition (2022-02-03).
7ecc039 : Regenerate the ART MTS definition (2022-02-02).
2a9caea : Regenerate the ART MTS definition (2022-02-01).
c0ccd20 : Add Nearby Fast Pair CTS test to tethering.
71a3c36 : Add Nearby test to tethering MTS.
909169d : Add list of tethering tests that need root access.
2c63815 : Add ApexSystemServicesTestCases to eng-only mts-core.
40c14eb : Regenerate the ART MTS definition (2022-01-07).
b691a72 : Add transcoding tests to MTS
a7b94ed : Add mts AppSearch config Xmls.
13924b9 : Add CaptivePortalLoginTests into MTS
0f6e82b : Regenerate the ART MTS definition (2021-11-26 (a)).
4fd2c02 : Regenerate the ART MTS definition (2021-11-23 (b)).
5bdd21e : Regenerate the ART MTS definition (2021-11-23 (a)).
b95e1ca : Regenerate the ART MTS definition (2021-11-19).
d0df8ef : Regenerate the ART MTS definition (2021-11-16).
64454e0 : Add ModulesUtilsTestingTests to mts-core.
8b32f9b : Add ModulesUtilsTestingTests to mts-core.
7e9e669 : Use Connectivity coverage instead of Tethering
9c0e4d9 : Regenerate the ART MTS definition (2021-10-30).
8737483 : Regenerate the ART MTS definition (2021-10-29).
32c51ef : Revert "Skipping CtsAppCloningHostTest in MTS until it becomes stable"
3c0dd32 : Remove HelloWorld-Dm as a test MTS can run.
9648e01 : Remove sdk28 test
f801097 : Revert "Regenerate the ART MTS definition to exclude test `Nativ..."
70c93de : mts(uwb): Add a MTS module for uwb
6e77508 : Add linkerconfig test into MTS
d7ec021 : fix: adding mts-documentsUI-usedapi-tests-list to mts-documentsUI bug:197089525
237383c : Regenerate the ART MTS definition to exclude test `NativeCryptoArgTest`.
2edc4cf : Skipping CtsAppCloningHostTest in MTS until it becomes stable
fa88520 : Exclude ConnectivityModuleTest in NetworkStack MTS
01543bf : Exclude ConnectivityModuleTest in Wifi MTS
f5a1e49 : Exclude ConnectivityModuleTest in NetworkStack MTS
2a40ee4 : Add CtsMediaTranscodingTestCases to the MTS media lists.
6fc57dd : Enable MTS controller for CtsClasspathsTestCases.
7891751 : Update package name change.
85a0f1a : Update package name change.
3ce2a28 : Regenerate the ART MTS definition to include OkHttp tests.
ce8e5e9 : Regenerate the ART MTS definition to include BouncyCastle tests.
837c1b3 : Remove CtsWifiTestCases from tethering mts
a9d9510 : Regenerate the ART MTS definition to include more Libcore tests.
7cd1f85 : Regenerate the ART MTS definition to include standalone ART gtests.
fc92fce : Add rule to build mts-scheduling.
59badaa : Remove CtsWifiTestCases from tethering mts
0f8ec1e : Exclude wifi failure test from mts-tethering
3e31a43 : Regenerate the ART MTS definition to include `CtsLibcoreJsr166TestCases`.
adeee6c : Regenerate the ART MTS definition (2021-05-19).
41c36c0 : Revert "[automerge] Add FrameDropper_test to mts-media 2p: 85ef5..."
b7e7dde : Add FrameDropper_test to mts-media
75b8359 : Add CodecListTest to mts-media tests

+- Project: platform/test/vts

f6327d112 : make VtsHalHidlTestUtils vendor_available so vts tests can be vendor: true.
f6e4a8078 : Skip ramdisk check for some devices in FirmwareBootHeaderVerification
ec1cf7588 : Bump VTS version to 13
f1f325173 : Enable device baseline settings in VTS
c75b27ea6 : KernelTargetTest: Make skip exit code configurable
a7b89880b : Fix compiling vts against musl
7d413dc79 : Only runs fastbootd test for VSR-12+ devices
9b516a4c1 : Only runs fastbootd test for VSR-12+ devices
69cd256f8 : Fix the race condition of the static ITestDevice
7eea83956 : FastbootVerifyUserspaceTest: Make sure the device state is FASTBOOTD after the tests executed
2bd0f2dea : FastbootVerifyUserspaceTest: Extend the default maximum command run time to 90s
404d836cb : Fix the race condition of the static ITestDevice
0df9bfad0 : Add PLATFORM_API_LEVEL_S, PLATFORM_API_LEVEL_T
16e730823 : vts: remove hridya@ from OWNERS file
3051423f3 : Fix FirmwareBootHeaderVerification x86_64 support.
72e75041a : Annotate fastboot tests with RequiresDevice
9dbbb6ae7 : Add the drop_caches_test to the VTS kernel list.
ccb682411 : FastbootVerifyUserspaceTest: Make sure the device state is FASTBOOTD after the tests executed
111e36a1b : FastbootVerifyUserspaceTest: Extend the default maximum command run time to 90s
fc81e0b99 : Fix testOsVersion() error for "12L".
7fd15199c : Skip checking VERSION.RELEASE in a fingerprint
ae24353a2 : Avoid multiple reboots in fastbootd tests
a00e3b109 : Exclude VtsHalBluetoothV1_0TargetTest from vts-validation plan
9081672c4 : Bump VTS to 12.1_r1
fddb28f99 : Bump VTS to 12.1_r1
c35e4262f : Reorder option tag to have the plan name correctly show for vts-validation test plan
b4bfea797 : Reorder option tag to have the plan name correctly show for vts-validation test plan
f0526d426 : Remove the the mobly adapter code
6a9577b9c : fix parse boot_id error
a79ed268c : fix parse boot_id error
3e253a3e3 : Update OWNERS for VTS module FirmwareBootHeaderVerification
bc6b9019c : Convert specification/Android.mk to Android.bp
713b2806f : fix parse meminfo error
545eb3d94 : fix parse meminfo error
d862adcef : Remove obsoleted vts tests
4c2e5b503 : update test/vts/testcases/host/* OWNERS files
8cce1d34d : Permit slashes in soundcard description
1555808c5 : Temporarily skip tests know to be broken.
7c2c468cf : Add OWNERS for VTS module FirmwareDtboVerification
43a4fd606 : remove vts tests for procfs files removed upstream
7d87c6a01 : Add OWNERS for VTS module FastbootVerifyUserspaceTest
458d41cb2 : FirmwareBootHeaderVerification: get ro.boot.acpio_idx property
7c8d089f1 : FirmwareDtboVerification: Search /proc/bootconfig for dtbo_idx
5ffe8719d : remove qtaguid tests
3f3e47a88 : Correctly skip fastbootd tests
c27674ca4 : Remove obsoleted vts/utils/python/
786f63967 : DO NOT MERGE Update tag version to v10_R8
62c15466d : [RESTRICT AUTOMERGE] Exclude CtsPreferenceTestCases from cts-on-gsi
8c4c7637b : Don't run executeShellCommand if the device is in fastboot mode
7579ae56e : DO NOT MERGE Exclude CtsTransitionTestCases from cts-on-gsi test plan
a45e712fb : libvtswidevine prebuilts: update test server url
daa5777a4 : Exclude CtsDevicePolicyManagerTestCases from cts-on-gsi.
f5c845867 : Delete VtsFirmwareAcpioVerification in Android 10
e0a473ae2 : check whether to run fastboot testcase only during setup
cd7d75574 : Excludes test from cts-on-gsi module
691f41968 : [RESTRICT AUTOMERGE] remove statsd from cts-on-gsi
eb8cf84d2 : Revert "Rewrite product name in fingerprint in VTS report"
18cde064c : Rewrite product name in fingerprint in VTS report
8afc6cab4 : Skip test for Automotive in Android Q
9e74913b3 : Workaround patch for the issue of losing payload in the host tool.
6373aa0a9 : Revert "Add adb root before doing getprop"
94bd7fe91 : DO NOT MERGE update VTS tag version to v11.0_R3
2f120b48d : Add adb root before doing getprop Bug : 177210665
c16192249 : DO NOT MERGE Update VTS tag Version to v10_R7
ed1425b78 : Add Car GSI keys for compliance into VTS package
f8ed6cd2d : [b/168100438]Fix VtsFastbootVerification failure for N/W adb devices
e8994bbe8 : do not run fastbootd tests for 64bit kernel >= 5.4 on arm64
aa0cd12cd : DO NOT MERGE Update VTS tag version to v11_R2
41703e604 : DO NOT MERGE Update VTS tag version to v10_R6
b8e937f8a : Fix vts_kernel_proc_file_api_test fail
2f7fb5255 : Add missing module name in exclude-filter
891bf7ef4 : Remove DeviceIdAttestation from CTS-ON-GSI test plan
a9bb77926 : DO NOT MERGE Exclude CtsCameraTestCases from cts-on-gsi-exclude.xml
2d31741d9 : DO NOT MERGE Update VTS tag version to v10_r5
bd7b6b5c6 : VtsFastbootVerification: allow IPv6 link-local address.
ae00e0875 : Allowing unlocked when running CTS-on-GSI
81644bff4 : Increase DEFAULT_ADB_TIMEOUT to 10 minutes
7fe708f46 : DO NOT MERGE Update VTS tag version to v10_R4
8ae797654 : Exclude CtsNetTestCases tests from cts-on-gsi for Q
ffcd7734b : Exclude test from cts-on-gsi.xml
3c6f47d61 : Exclude flaky tests from cts-on-gsi-exclude.xml
cba80d87d : Add all GSI keys for compliance into VTS package
9567e894c : Fix test preparer
a0a61684a : Fix VtsFastbootVerification test devices over internet using user recovery.img
97ce93b4f : Update VTS tag version to v10_r3
2beb186b9 : Allow VtsFastbootVerification test devices over internet
097ea7a14 : Handle "File Exists" error when hitting virtualenv
c876704fd : Exclude flaky tests from cts-on-gsi-exclude.xml
8e08ddfce : Exclude flaky tests from vts.xml
c204baafa : Ensure VtsDeviceCollector is safe and runs as root
003737cb4 : Set build_version_incremental to ODM or vendor build ID
fd27c1b19 : Remove SKU from build_fingerprint in VTS report
d08ee8236 : Update VTS tag version to v10_r2
8b2202b68 : Exclude flaky tests from cts-on-gsi-exclude.xml
68039ae86 : Exclude flaky tests from cts-on-gsi-exclude.xml
891fa02f9 : Add VtsHalGraphicsMapperV3_0TargetTest to VTS
e65af1c0f : Fix VtsMultiDeviceTest to use file stream for caching stdout and stderr
009361256 : Add drm@1.2 vts tests
9cc31dcc6 : Welcome Dan to the VTS owners
8b06dac94 : Update owners of the VTS repo
4c1dc7f92 : Increase default heap memory for VTS to 4G
067f4ca31 : Audio HAL V5: add profiler and driver

+- Project: platform/test/vts-testcase/fuzz

e2933d2 : Generate new makefiles for drm@1.2 fuzz tests

+- Project: platform/test/vts-testcase/hal

dc227dfc : usb: skip the not supported test cases
ea7f7eb2 : Continue fixing VtsAidlUsbHostTest
547b5aac : Gralloc HAL: Rectify requirements for devices launching with T.
b031cd99 : vts: Avoid standard A USB port
3a61b500 : Implement VTS for resetUsbPort
a2a11a8d : Use ro.hw_timeout_multiplier for timeouts.
92a8ec35 : Add hal to hwasan-postsubmit
19c00e9b : treble vintf: clarify passthrough error
b9eeaf63 : vts_treble_vintf_vendor_test: missing hashes
f79989d4 : composer: AIDL HAL may replace HIDL HAL.
bb5a06ba : Remove hridya@ from OWNERS file
3c4d1b23 : health: AIDL HAL may replace HIDL HAL.
785fbfe6 : Run full tests when AIDL HALs timeout.
5e08b91b : Skip MIDI and RNDIS tests for automotive
ba770040 : Run full tests when AIDL HALs timeout.
189ef474 : temp FCM value
1cbd8c57 : Fix the vendor api level
46e06dd7 : Use ro.vendor.api_level to see the vendor API level
ab6dc30e : Add additional detail to manifest error message
120ec654 : Fix the vendor api level
418decd3 : fix VtsHalUsbGadgetV1_0Host test libusb1 error Bug:201251518 Test: run vts -m VtsHalUsbGadgetV1_0Host Change-Id: I2f30fb7d7d93a373bf1b565614464102e085f449
49d72790 : Remove obsoleted test config
d9108062 : vts_treble_vintf_vendor_test: AIDL R ver exempt
e128fccf : Add OWNERS for VTS module VtsHalNeuralnetworksV1_3BenchmarkTestCases
1c234a72 : Add OWNERS for VTS module VtsHalNeuralnetworksV1_2BenchmarkTestCases
34827c54 : libvts_vintf_test_common: update T placeholder ver.
7610bb5d : Stop using `group_static_libs` property
77b3c149 : Backfill owner information for VTS module vts_treble_platform_version_test.
4c786622 : Add OWNERS for VTS module vts_treble_vintf_framework_test
8494d4de : vts_treble_vintf_vendor_test: libbase HexString
0ffbb5ab : Add vehicle hal into SingleManifestTest
3f7b3160 : Fix memory leak
274b5505 : Disable screenshot-on-failure for NNAPI VTS tests
bb10ebda : vts_treble_vintf_vendor_test: kernel fcm error ++
e820cd84 : libvts_vintf_test_common: add T placeholder ver.
a6e96426 : Skip MIDI and RNDIS tests for automotive
568b92ea : Fix error due to incorrect list of enum properties.
e7bf7548 : Added exception handling for vendor properties in testVehicleStaticProps.
f855c1eb : VtsHalPowerV1_0TargetReplay : increase test timeout to 10 minutes
c3e2d13a : Support legacy Mtp interface descriptions
58c56244 : Validate proper grep result.
c75c653e : Improve logging in VTS VtsTrebleVendorVintfTest
8a8f1b16 : Improve logging in VTS VtsTrebleVendorVintfTest
574a7304 : Extend shell-timeout to 1h
c3bb6523 : Add RootTargetPreparer to HalUsbGadgetV1_0HostTest
cd7cb9ce : Extend GNSS VTS 2.0 test timeout to 15min
6116cf52 : audio: increase test-timeout to 120 mins
b2514b9b : Disable network scan tests with parameters
230fb5bf : Revert "Disable GetLocationLowPower VTS tests"
bb9b8569 : Disable GetLocationLowPower VTS tests
dfbabaa0 : Carve out automotive device
01463e37 : Set test-timeout to 6 min for VtsHalKeymasterV3_0TargetReplay.
775d8cea : vts_treble_vintf_vendor_test: no VndkVersion < P
71da7332 : audio: increase test-timeout to 60 mins
9af378cc : Re-enable GNSS GetLocationLowPower VTS test
8aa0a31d : vts: add graphics.mapper@2.3 xml files
d2c4dee3 : Add drm@1.2 vts tests
722b2973 : vts_treble_vintf_test: longer delays

+- Project: platform/test/vts-testcase/kernel

108e8ea : Make some generic ramdisk items optional for S devices
4fd3e5d : Remove modules no longer installed in init_boot
aef2954 : Add newly added generic ramdisk modules to allow list
a3982f5 : Make TestF2fsCompression work with the compress_mode=user mount option
a61e36a : ltp: signal06 disable test
516bef9 : ltp: cve-2020-14416 enable test
d8a050c : ltp: close_range01 enable test
59719c8 : Add VTS kernel tests to general-tests suite
c78256d : Fix and clean up the drop caches test.
58c04cb : Fix VTS test breakage due to relocation of snapuserd
1d85aff : ltp: Explicitly skip test on LTP's TCONF exit code
0c9a5c2 : Make virtual a/b mandatory for T launch devices
601dc91 : Exempt a special case of upgrading devices from the generic ramdisk test
5deb9b8 : Test that user 0's directories are encrypted
879fc9c : Update requirements on the metadata partition.
67e3420 : Disable testRaceWithoutBarrier
e0ab18c : system/netd does not ship any bpf progs any more
5f3160d : vts: kselftest: Add pKVM memory test
4351daa : vts: kselftest: Don't report skipped tests as failed
27341c1 : Revert "vts: kselftest: Add pKVM memory test"
5cc0044 : vts: kselftest: Add pKVM memory test
545db34 : Add timed out test files to tidy_timeout_srcs
8f906df : Check ro.vendor.api_level instead of ro.product.first_api_level
5fd786d : Add vts_dlkm_partition_test#SystemDlkmPartition
be1a741 : Add vts_dlkm_partition_test
140f48e : move adb helpers into a common kernel utils library
24a9fde : bpf_native_test: add libbpf_minimal to static_libs
b63a99a : vts: kernel: toolchain: prefer ro.vendor.api_level over ro.product.first_api_level
3c9b6a8 : Add VTS test for system_dlkm partition
debf01a : Update vts_generic_boot_image_test for new init_boot partition
9e47429 : DO NOT MERGE Rename libbpf to libbpf_bcc
8838feb : Add a VTS test for the perf.drop_caches property.
eaa8704 : Depend on Keystore2 AIDL via default
f2a951c : Depend on KeyMint HAL via default
30e03e4 : fix breakage on > 8 cpu devices
99cfe35 : Rename libbpf to libbpf_bcc
0f24343 : Sets variable number of threads for VtsKernelNetBpfTest#BpfRaceTest
e774fbf : switch to using OWNERS from master branch of system/bpf
017c172 : switch to DEFINE_BPF_PROG() macro
d349260 : KernelApiSysfsTest: only enforce testRtcHctosys if RTC is present
2a12b26 : Fix "adb root" race condition in vts_kernel_checkpoint_test
e3b45cc : Backfill OWNERS for vts_ltp_test_arm tests.
6855bfa : Backfill OWNERS for bpf_module_test.
0107b7e : Backfill owner information for VTS module vts_kernel_tun_test.
a0ccabb : Revert "vts: ltp: Disable controllers.memcg_control_* tests from vts runs"
5bb44ae : Revert "disable controllers.memcg* tests"
8c3b936 : VTS: Disable syscalls.sched_{get,set}attr01_32bit LTP tests
98d23ec : vts_kernel_encryption_test: test f2fs compression+encryption
ebdf78a : vts_kernel_encryption_test: support decryption
0567c78 : vts_kernel_encryption_test: use <linux/f2fs.h>
fd84152 : Revert "VTS: Skip KernelApiSysfsTest.testKfence"
ac1d012 : Replace test_min_api_level with test_options.min_shipping_api_level
981dc1b : VTS: Disable sched_{get,set}attr01_32bit LTP tests
631bbf1 : disable controllers.memcg* tests
19ef842 : Disable syscalls.ftruncate04, now failing on purpuse
fdb4abe : vts: ltp: Disable controllers.memcg_control_* tests from vts runs
a0a8a70 : Backfill owner information for VTS module vts_linux_kselftest_arm_64.
33fbf89 : [bpf_native_test] Remove unused libprocessgroup dependency
341582a : vts: kernel: toolchain: relax LLD requirement to S+
48642a2 : Increase timeout for bpftest
39ec8a6 : sysfs.KernelApiSysfsTest#testAndroidUSB: enforce only if file present
94ec794 : Remove old vts10 kselftest modules
9603224 : Remove ndk_platform backend. Use the ndk backend.
4a4f31f : kselftest: enable binderfs vts tests
22ddd41 : ltp: disable controllers.cgroup_fj_function_net_prio
2c5e7f3 : Add Steve to OWNERS
5caa378 : vts_ltp_launcher_test switched to host-unit-tests setup
b4c62ad : LTP: Introduce batch of tests 14
bc093c6 : LTP: Introduce batch of tests 15
f78c228 : LTP: Introduce batch of tests 13
338f7da : LTP: disable syscalls.bpf_prog02
6c90405 : LTP: disable controllers.cgroup_fj_function_memory
c764857 : remove qtaguid tests
f072ef0 : LTP: disable failing syscalls.inotify07
148181d : LTP: Disable failing tests
ba9418f : LTP: Disable failing syscalls.bpf_prog05 and cve.cve-2021-3444
5f615b7 : LTP: Introduce batch of tests 12
b306291 : LTP: Introduce batch of tests 11
c476f3c : bpf_native_test - improve error logging
4656b89 : LTP: Introduce batch of tests 10
80ee903 : LTP: Introduce batch of tests 9
c3cd63a : LTP: Introduce batch of tests 8
abf1e68 : LTP: Introduce batch of tests 7
6096d03 : LTP: Introduce batch of tests 4
739eaa3 : LTP: Introduce batch of tests 2
71cc7c0 : LTP: Introduce batch of tests 1
6eb7153 : LTP: Introduce batch of tests 6
0943394 : LTP: Introduce batch of tests 3
01de95c : LTP: Also disabled tests must end with _{32,64}bit
9d8a9b1 : LTP: Introduce batch of tests 5
fc1f9d5 : LTP: Update disabled tests
dc904b6 : LTP: HWASAN filter matches exact methods
0ae0414 : gki release format not enforced on GKI 1.0.
ae91cd2 : Add userfaultfd kernel_selftest
d762aa1 : LTP: Config test checks for HWASAN in DISABLED
0b83716 : LTP: Disable failing tests for LTP 20210524
0e70e5b : LTP: Presubmit tests for config files
64dcfc5 : LTP: remove duplicate configs/ folder
3a4cc94 : LTP: Add --staging arg to gen_ltp_config.py
b6f1e42 : LTP: Add argument names to gen_ltp_config
1903489 : LTP: update function parameters description
eb3b210 : LTP: Add balsini@ to OWNERS file
94a85e1 : VtsKernelCheckpointTest: add ro.boot.fstab_suffix support
1a777e4 : VtsKernelCheckpointTest: add ro.boot.fstab_suffix support
5104296 : Adjust GKI requirements.
e5118a9 : Rename GkiTest to GenericBootImageTest.
e343ca8 : Clarify GKI requirements.

+- Project: platform/test/vts-testcase/security

6219f26 : Skip GKI 2.0 test for devices launched before S
a5b93f1 : Skip GKI 2.0 test for devices launched before S
91c167e : Verify OS version and SPL is empty for GKI 2.0 boot header
1a13814 : Add GkiComplianceTest#GkiComplianceV2_kernel
e664565 : Move AVB property descriptor check to GkiComplianceV2
72b4b24 : GkiComplianceV2: Change T GKI verification to use 'boot' descriptor
7c32082 : Remove 'init_boot' verification
4bb33f9 : GkiComplianceV2: Check |.os_version| and |.recovery_dtbo_[size|offset]|
7a8d8fd : Better heuristics for discovering boot sig for retrofitted image
87afd39 : Call getKernelLevel() only if kernel is GKI 2.0
543bd94 : Remove AVB footer & chained vbmeta image from the loaded boot image
a60973c : Retrofitted boot v2 has concatenated vendor & generic ramdisk
8929a8e : Adjust order of calculation to prevent integer underflow
8a4f2de : Add Android T GKI 'boot/init_boot' verification scheme
5b29258 : Refactor GkiComplianceV1 test to use VerifyImageDescriptor()
ad1fca4 : Add 'VerifyImageDescriptor()'
a2f358a : Add 'LoadAndVerifyGkiBootImage()'
a029f02 : Prepare for T GKI testcase
97f66e5 : Move *-gsi_avbpubkey filegroup to vts directory
5163eb8 : GKI 2.0 test should run on all 5.10+ kernel, regardless of product shipping api
1b3dc1f : Move GKI compliance test to its own test fixture
1e630ad : clang-format preserve include order
0f65784 : Remove dead cc_test 'VtsSecurityAvbTest'
e539d94 : VTS GkiCompliance test should look at PRODUCT_FIRST_API_LEVEL
748d6fc : Add Car GSI keys for verification
a3c3349 : Support using T GSI key to verify GSI
bf10489 : Skip VTS test for automotive With SDK<=30
9c89185 : Support using T GSI key to verify GSI
6db0252 : Using GetBoardApiLevel() to determine if a test should be run
54baf4d : Using GetBoardApiLevel() to determine if a test should be run
103065b : Revert "Skip Boot test for non arm64 am: f09c68a686"
5b49926 : Allowing verification error when checking hashtree algorithm
a50b5a5 : Disable GKIv1 for Automotive
2f3cd9c : Skip test for Automotive in Android Q
76f6c53 : Add OWNERS for VTS module VtsSecurityAvb
f09c68a : Skip Boot test for non arm64
a83d736 : Fix typo in vts_treble_sys_prop_test
ffe0ffa : Add Car GSI keys for verification
3815bd1 : Skip Boot test for TV form factor
daf406c : Support using different GSI keys for verification
cd46461 : VtsTrebleSysProp: add "init.svc.odm." and "init.svc.vendor." to _VENDOR_OR_ODM_NAMESPACES
39ab6e5 : Allow persist.camera* as a valid prefix for vendor/odm sysprops

+- Project: platform/test/vts-testcase/vndk

21ebe27 : Add back the ABI dump directory names for VNDK 32
b7e1a05 : Rename the dump directories in vts_vndk_abi_test
20609e3 : Show debug logs for vts-vndk
2b064dd : Update OWNERS for test vts_vndk_*.
4aefbe2 : fix no test results caused by timeout
f3d411a : Delete old VTS code
7fc5102 : Allow dependencies on non-default link paths

+- Project: toolchain/pgo-profiles

60afa40 : Update PGO profiles for dex2oat
4f91a2d : Update PGO profiles for dex2oat
bb7cdb1 : Remove dangling references to hwui and hwbinder sampling PGO
f16f465 : Remove stale PGO profiles
c3dc44f : Remove stale PGO profiles

+- Project: platform/tools/aadevtools

29e43ec : Prototype app bundle release update & test
b6e3a83 : Add change_report.py

+- Project: platform/tools/acloud

f0ddb00 : Move remote cleanup functions to cvd_utils
b54c5e6 : Remove py-six dependencies from utils.
f6ebedb : Support local cuttlefish instances with mixed vendor_boot.img
beb84a2 : Deprecate "create_cf" command
bedb976 : Remove py-six dependecies from gcompute_client.
65a81c8 : Change delete cuttlefish AVD command as 'cvd stop'
fda7014 : Simplify cheeps args passing into GCE metadata
68ff738 : create: add cheeps-feature arg for cheeps AVD
3895e59 : Move UploadLocalImageArtifacts to cvd_utils
4192a93 : Support uploading local kernel images to remote cuttlefish instances
64f0094 : Remove py-six dependecie: convert string to bytes.
7b243b5 : Update cuttlefish AVD create command as 'cvd start'
bf79dd2 : Remove py-six dependecies from base_cloud_client.
c32dcd5 : Make googleapiclient the least priority
f3a936a : Fix the unittest fail.
87332fe : Add user groups setup into Acloud create precheck.
d2b8222 : Fix http import problem for acloud_test
82271e4 : Report tombstones, cuttlefish_config.json, and fetcher_config.json
34a28c1 : Change remote log folder to a relative path
e1fbfe1 : Support uploading local boot images to remote cuttlefish instances
4520c7c : Report adb forward port after new device is created
447cfbf : Update stderr and stdout to write files for Acloud create.
3adb7fd : Move log records out of cvd_compute_client_multi_stage
b47d9ff : Remove py-six dependecie about builtins.open.
b647844 : Remove py-six dependecies from public/
40f3488 : mkcert.py unittest fail when execute run_tests.sh
845b84b : Filter warning message for output of cvd fleet.
8c7f7ad : Make sure the rootCA file can be read by other.
fd9f27b : Support leasing oxygen cuttlefish with mixed build
636d3d2 : Move the failure records out of cvd_compute_client_multi_stage
c75d18d : Support single command of using remote ab build mixed with local GSI system image by acloud.
1a267ab : Remove unused way to lease device from engprod client.
920aad0 : Release webrtc ssh tunnel process before creating new one.
26f319e : Skip pulling and reporting symbolic links for remote instances
3efdde1 : Update the cuttlefish runtime config path to fixed path.
73bdfa6 : Add extra WebRTC UDP ports 15553-15556.
a5b7e4e : Split remote host and remote instance device factories
c8f423b : Move remote instance funtions to cvd_utils
b1c6323 : Get device information from cvd fleet.
1f4152d : Add --no-mkcert argument and default no run mkcert process.
71855af : Solve the own mkcert shell's permission problem.
6b55127 : Report log paths for remote cuttlefish
f130504 : Fix the crash during acloud create.
32ee70e : Removes existing certificates when run mkcert install.
ffe55a6 : Update required packages list for local instances.
1f78dee : Update cuttlefish-common packages setup process.
34f3110 : Display the screen command for openwrt case in local instance.
b081703 : Acloud over secure webrtc openssl command implementation.
8f3028c : Add arg base-instance-num to support multi adb forward for different virtual device in same host
70e5874 : Show the hint when local instance exceed the max number.
192a036 : Report log paths for remote host goldfish
c29a2fa : Report log paths for local cuttelfish
8243240 : Default reconnect to webrtc instead of vnc.
7a449ae : Don't open permissive mode when launching cuttlefish devices.
ac07322 : Prevents the UnknownApiNameOrVersion error while upgrading google-api-python-client.
066ef89 : Write log paths and types to report
463df62 : Correct the autoconnect for acloud list.
876f27f : Prevents the UnknownApiNameOrVersion error while upgrading google-api-python-client.
8999a19 : Add autoconnect into instance object.
e8595ea : To check whether supported kvm before create local instance AVD.
ab409f9 : Fix the adb serial information for acloud list.
2fed9b6 : Support to create OpenWrt devices for local instance mode.
67779c3 : Revert "Prevents the UnknownApiNameOrVersion error while upgrading google-api-python-client."
7774f92 : Add new folder path to detect runtime config for local instance.
265da40 : Download OTA tools from goldfish build for remote host
7626546 : Support specific cvd-host-package path for remote host mode.
58b42b1 : Prevents the UnknownApiNameOrVersion error while upgrading google-api-python-client.
eaadac3 : Coverage for list/list.py : 60 -> 94%
bfe5f2a : Coverage for reconnect/reconnect.py : 65 -> 100%
56eeaf5 : Coverage for delete/delete.py : 62 -> 99%
783fa36 : Remove the old way to create OpenWRT devices.
a902e3c : Add unittest to create/goldfish*
eb008a2 : Don't show browser warning messages when acloud create failed.
f040cb9 : Coverage for create/local_image_remote_instance.py 35 to 97%
bc6a830 : Update the device summary to include OpenWrt device connect information.
2ec21e7 : Support --hw-property for local and remote host goldfish
6af73b5 : Add unittest to create/*_host.py.
768f238 : Remove the create/gce* files from coverage.
2af0e5c : Change the download image behavior default to reuse.
857b384 : Support to get WebRTC server port for remote instance.
ed80480 : Add webrtc forwarding port 15552.
1ae00ed : Fix language in acloud error messages to be a full sentence.
102a7ac : Support to create CF AVD with OpenWrt device.
3582116 : acloud: check python version ahead.
0621449 : Support "--stable-host-image-name" arg for acloud create.
6b44505 : Revert "Cuttlefish AVD over webrtc should use UDP directly"
b1cffa7 : Coverage raise from 81% -> 82%
f9b06b0 : Adjust the output message of connecting to OpenWrt device.
8b1cee0 : Handle the error of the console file doesn't exist.
d9dad28 : acloud: download artifact error message correct
95f34c9 : Cuttlefish AVD over webrtc should use UDP directly
c3385ff : Update fetch_cvd version to 7924973
399018e : Add a 100gb extra disk precreated data image option
2209a0d : Support OpenWrt type of AVD for acloud create.
822b6fa : Hint user once unsupport webrtc in old branch.
7301cba : Add unittest to restart_test.py.
cdd8d79 : Default the behavior to don't install mkcert.
c223ec1 : Fix the release binary error UnsupportedCreateArgs
c90b885 : Update acloud create local to account for host path changes.
0d1e70f : Update fetch_cvd to ab/7895794
f1c15f7 : Add unittest to setup/host_setup_runner_test.py
24d3e9f : Add more unit tests for goldfish_compute_client
d71e03c : Raise errors.UnsupportedCreateArgs when use local-image and kernel build
1b78429 : Support customize OTA tools for Acloud create.
f1188f6 : Add unittest for setup_common.py
f92904b : Show the hint when launch_cvd failed on VNC.
dd15a25 : Add unittest to host_cleanup_runner_test.py
a3eab00 : Support to catch unknown arguments into report.
3e336e9 : Fix no attribute 'autoconnet' when run acloud-dev setup.
dd8de5d : Add --kernel-artifact for remote host goldfish
b8f22d9 : Support the command entry for OpenWrt devices.
574f8f0 : acloud: mkcert should be installed alone when connect to webrtc.
725ca6f : Support creating remote host goldfish from mixed images
ef79bd7 : Call stop_cvd when launch_cvd times out
f8ebfc0 : acloud: README.md modify document about autoconnect
c4a8f25 : Make disk type configurable in acloud creation
299e357 : [ACloud] Fix pylint error for python3.
96a72f7 : Update fetch_cvd to ab/7838016
b026ec9 : Update acloud to specify branch when leasing Oxygen cuttlefish
6effa51 : Fix boot timeout is not working issue.
354648a : Remove the step to record build info into GCE metadata.
9dfe334 : Correct the error message when ssh connect timeout.
cda4495 : Add error logs when ssh connect timeout.
59fc96c : Support to upload local files to GCE instance during Acloud create.
dbdd8cc : Move goldfish local image methods to a new file
7153d2e : Revert "Add wait for ssh connection logs."
1837cc9 : Add unit test to metrics.py
96b6f8d : acloud: remove python2 environment when run gce setup
80f83da : Add wait for ssh connection logs.
2d11689 : acloud: default autoconnect to webrtc.
fe85a28 : Fix the bug that goldfish cannot be launched with local system and kernel
345c2c0 : acloud: check kvm support or not and provide guidience.
5804bc1 : Enhance timeout settings precision.
e98cb3e : Update fetch_cvd to ab/7766853
2972515 : Fix system info missing in local instance.
e362961 : Update new keywords for GCE quota issue.
8faf885 : acloud: cleanup host to a pristine state.
5d8c311 : Support deleting remote host cuttlefish instance by name
21b280f : acloud: mckert no need to install default packages
df97204 : Change the format of remote host goldfish instance names
970600f : acloud: remote webrtc AVD forward to available local port.
7d59edb : Add functions that delete remote-host goldfish instances
f23b204 : Clean up typo and verbose logging due to invalid formatting of None type
de0102c : Fix typo from acloud documentation during the reconnect workflow
3512779 : Control remote-host goldfish using emulator console
10f852b : Support customize lease device command args.
6044d5a : Fix Acloud crashed on remote host when excuting stop_cvd.
36e2d76 : Support creating goldfish on remote host
967edfb : Fix pylint errors.
d6d9c7a : acloud: create AVD over secure webrtc on the remote instance
12068aa : Add a comment to remind to update InfraErrorIdentifier.java
e8b7e43 : Add error handling for Oxygen failure
9edc522 : Handle oxygen_proxy_client error
63aff32 : Fix the bad string formatting
e3a3891 : Simplify the launch_cvd command args for acloud create.
b755718 : Fix parsing oxygen_proxy_client return value
b314405 : Refactor the utility functions used by remote host goldfish
c7e7699 : Add --emulator-build-target
c74fbbd : Refactor read Acloud config process.
eadbba0 : Support to lease or release one CF AVD with oxygen client.
d9809d1 : Fix pylint errors
49e7cb9 : acloud: Mkcert install failed
4cffe13 : Write launch_cvd stderr to report file
c633880 : acloud: Acloud fail on run_test.sh
4f9d116 : Support specified cvd host package path for remote instance mode.
3dd56e9 : Update README.md for aligning with the latest ACloud version.
9491f21 : Fix the issue of getting cvd_status failed.
7cac62f : acloud: create a AVD over secure webrtc in the local instance
3c5ad5c : acloud: setup a mkcert for secure webrtc
6729618 : Apply error type mechanism to local instance mode.
9d5ff5d : Fix the download image issue when the folder existed.
bde0317 : Support mixing goldfish kernel in local-image-local-instance mode
04b2863 : acloud: instance create failed by the build target 'aosp_cf_x86_64_phone_gki5.4-userdebug'
00de9a4 : Correct the device serial of device summary.
218a2de : Get config value for local instance mode.
20bca0a : Update proper error messages while parsing Acloud config.
df4664e : Fix the exception of no cuttlefish runtime config.
afb541b : New --disable-external-ip option.
6a65847 : Add --local-boot-image
e313c43 : Moving all cf_x86 references to cf_x86_64
1b50b39 : Update fetch_cvd to fix GKI kernel issues.
192fe24 : Using proper error type name for Acloud unknown errors.
7caa30f : Fix the crash of unsupported "--gce-metadata" for create_cf.
58dfd9f : Align the Acloud report for Acloud create with oxygen service.
f3fb074 : Rename unrecognized error type as ACLOUD_UNRECOGNIZED_ERROR_TYPE.
374aab0 : Support creating goldfish with --local-kernel-image
56226f9 : Get config value from android-info.txt for remote instance mode.

+- Project: platform/tools/apifinder

a9890f8 : Changing the package name for apifinder to contain "com.google.android".
79e3fba : Adding CURRENT_API to Java/Kotlin Api Finder lint-check to stay up-to-date on each branch.
9eccc1a : Changes Java/Kotlin AndroidLint API Finder check to also detect Protected methods.

+- Project: platform/tools/apksig

dd7c42e : Update v3.1 signing block to target T's finalized SDK 33
a1a8268 : Add timestamp attribute to source stamp block
656c7e0 : Add option to apksigner to display PEM encoding of signing certs
6ad4c75 : Set Android T as default target for APK signing key rotation
8083582 : Ensure v3.0 signer returned when app min SDK equals rotation min SDK
45343b2 : Resolve verification errors for v3.1 sigs and min-sdk-version 33
45f34cf : Update minSdkVersion for v3.1 block to Sv2 API level (32)
72fd03a : Document issue with non-default capabilities for shared signers
9d96cb5 : v4.1: support v3.1 key rotation in v4 signature
beedf36 : Do not write rotation-min-sdk to v3.0 block in the absence of rotation
c5bd203 : Add V4 signing tests to verify V3.1 support
75eb461 : Ensure only a single signer is written to V3 block
03c95f9 : Preserve the ApkVerifier.Result lineage from the v3.1 block
cb5e16e : Enable apksigner for Windows
6ee679b : Update apksigner sign help docs to include rotation-targets-dev-release
bef2413 : Add support to v3.1 sig scheme to target dev release
5be82c3 : Add support for APK Signature Scheme v3.1 for rotation targeting
8ecf3e5 : Add update for EOCD comment length
24aeb9b : Add support for Conscrypt APK sig verify with negative modulus
8ee763e : Add initial support for appending signatures to an APK
4592c6e : Update language to comply with Android's inclusive language guidance

+- Project: platform/tools/apkzlib

5cfc462 : Move comment to license_note
4e6f02e : Fix licenses.

+- Project: platform/tools/asuite

da0681f8 : Temporarily accept ambiguous module paths
804516c5 : Remove tradefed-contrib module
cee57544 : Derive prerequisite target labels from build metadata
d8f8dc97 : Add an option for passing extra result reporters to Tradefed
bb410688 : Add additional Bazel mode integration tests
f9061810 : Add experimental support for publishing test results using BES
b1f77caa : Use the Python toolchain in ATest Bazel mode
afce321b : Atest: change plocate command while indexing
6ce2e449 : Fix AtestToolsUnittests#test_index_targets failure
3d3a2491 : Atest: metrics module info initialization time
f235354a : Revert "Atest: metrics module info initialization time"
9677696e : Atest: metrics module info initialization time
6570c20a : Add experimental Bazel mode support for on-device tests
cd91063a : Fix wrong iml filename when execute aidegen without path
4e67f72f : Check IDE path exist or not first
90f837ee : Fix exception for checking test suite
09cd649c : Atest: add test data for pass test environments
2a820651 : Use the same Java throughout test execution
7201e829 : Move non Bazel mode specific code to module_info.py
4b72b4cd : Revert "Use the Python toolchain in ATest Bazel mode"
84a4558a : Default to running the device variant when Bazel mode enabled
756e9741 : Enable Bazel mode by default
64468402 : Atest: fix KeyError exception in event handler
1d0c2752 : Use the Python toolchain in ATest Bazel mode
284e7e6d : Set test timeout to 600000ms if TEST_MAPPING tests
33dcc9f4 : Atest: stop running if there are mixed type filters
d0d14003 : ATest: Add argument to pass test timeout to TF
c948f30b : Atest: Fix arg completion issue
c2156565 : Test filtering support for bazel-mode
6c18ac51 : Atest Standard Mode and Bazel Mode results comparison test
6e17d569 : Add additional Bazel mode integration tests
02fdb9d4 : Simplify the TF argument mapping implementation
a8ea3d95 : Use Bazel's native retry mechanism
4ac4b592 : Atest: fix unittest to avoid no attribute exception
0e31a328 : Atest: use prebuilt python3 for atest-dev
715be810 : Not use MODULE-IN-* as build target by default
83fde3d6 : Generate targets for device tests in Bazel mode
78616408 : Atest: disable atest messages when running in Bazel Mode
0c544a89 : Pass Android JDK Path to Bazel for workspace generation
4715c23b : Atest: hint using --bazel-mode for host unittests
e027d1b1 : Add support for Bazel mode feature flags
af842c6f : ATest: Update integration test answer
25e5c200 : Atest: index testable modules within ModuleInfo()
6510d585 : Export detailed test results in Bazel mode
e8d9944b : Add a custom XML Tradefed reporter for Bazel test
86e6b823 : Atest: prompt no need to pass -m
b9c0cc96 : AIDEGen: Fix typos in README.md
a16f34bc : Atest: add a test case for multi-device feature
b76845eb : Atest: search multiple tests in parent classes
f27db9d0 : Add a test for Bazel mode caching behavior
1bab4032 : Atest: enable colorful print for py3-cmd
5834b730 : Atest: fix failure of passing device counts in test config
9eb5d62d : Add integration tests for Bazel mode
5fa47e71 : Atest: do not check device for dry-run args
b182920c : Atest: Implement Enum for constants.EXIT_CODE
27accb82 : Atest: atest-src available for zsh
0a08a9dc : Include data dependencies in runfiles
3a4d7c5a : Use prebuilt Python and JDK binaries
984b04a2 : Correct the judgement for googleapiclient lib
0071a3c6 : Force move googleapiclient to the end of sys.path
c70ad775 : Return non-zero value if robolectric test fail
12f6a818 : Show pretty output unsupport runner verbosely
7c099d8a : Add a Starlark rule for device-driven tests
bf211ae8 : Atest: ignore exception when get branch
3ac03bd2 : Atest: fix arguments-differ pylint warning
fabe6f5f : Atest: fix super-with-arguments pylint warning
ba7d5eb3 : Atest: Implement Enum for constants.DETECT_TYPE
4c1ee9ad : Fix incorrectly exporting OUT value
62f0fe34 : Fix jar host driven tests problem
f4705d91 : Atest: confirm the consistency in device amount between option and config
63300dfe : Atest: check devices only when adb is available
63aad283 : ATest: Fix exception for getting old uuid.
88564bff : Declare runtime dependencies
d8fb7efc : Add a script for generating the Atest Bazel workspace archive
9cf47696 : Add missing documentation
5c0c28e0 : ATest: Update integration test answer
6d84b9bb : Atest: add an option for customized test filter.
f4c75aea : Atest: speed up searching when null args.tests
05f9be99 : Atest: stop testing when the test needs a device.
489380ce : Atest: pass --host for deviceless tests.
6081cb68 : Atest: recognize modern robo test as deviceless
0be8f4a1 : [AIDEGen] Correct wrong module info file loaded.
7789262e : Add RBE support for Atest Bazel mode to run tests on RBE
19388588 : Atest: speed up searching when null args.tests
b8b67830 : ATest: Correct regex for finding aggregate methods
ea4d5bb6 : Add a flag to forward options to Bazel
fd819c1c : Atest: optimize _merge_build_system_infos()
4c1c30b3 : Fix Bazel Mode documentation inaccuracy
d4af6c0a : Support running all host unit tests
a20044c0 : Atest: fix the location of atest config
dfe9f41c : Extract a function for extra arg parsing
72466a7a : Atest: seed metrics for null args.tests
b8739988 : Stop running test_mapping and annotation at the same time
0bcc6513 : Atest: get full annotation from keyword.
2eeba3f7 : Atest: fix typos
0577295d : Atest: fix flaky unit tests
a12df0fb : Enable annotation filter
2dc3c95e : AIDEGen: Modify CLion example in readme.
445d0848 : Atest: metric DETECT_TYPE_ATEST_CONFIG
ce86d391 : Atest: support reading configuration file
e4095c4d : Atest: add properties to invocation info.
b15b46fc : Atest: merge atest_merged_dep.json smartly.
9884bad6 : Return host unit tests only with flag --host-unit-test-only
06b63735 : Atest: solve the issue for upgrade googleapi
af827cdb : Atest: independent strtobool from distutils
2b824be3 : Add new flag to include template/preparers/device-preparer in ATest.
8d793dbb : Asuite: Add a disable consider-using-f-string in pylint
2fb7974c : Atest: add module info attributes
563bf776 : Atest: enable index_dir attribute in module_info
857dec83 : Support multiple aggregate-metric-filter option
9790392f : Add additional preparer template for ATest.
471e67da : ATest: Fix unit test failure on bazel mode
59e960dd : Remove an unused function.
4a12de6a : Enable MissortedModifiers inspection in aidegen
ee0ea0bd : Terminate with non-zero exit code when missing prerequisites
962fcb4c : Fix no test to run for bazel-result-reporter-tests
3cafd473 : Atest: support multiple devices from test config automatically
5ca3c93b : Atest: fix tab completion issue.
065eb65b : Add Bazel mode documentation
aaed49c2 : Atest: use force_build to determine message
06b134bd : Atest: add explination of _load_module_info_file
f8002a69 : Atest: enhance explination of atest_util.
f239629f : Atest: support append multiple serial options
e9a795cc : Atest: parse parameterized junit methods properly
37cdddb0 : Only add cts-tradefed as build target if exist
35efd689 : Atest: Correct the grammar in summary message.
7f0bdb40 : Add test method name for metric filter
ac88e1ca : Atest: add multi-device info in test summary
8a50d517 : Atest: add a checker to avoid path error
b5898a35 : ATest: Only add dalvik dependencies if module exist
16fe5456 : Only auto enable parameter if all tests matched
aa321e93 : Avoid classifying a shared library as a test module
1c67a117 : Save data after checking the dest is writable
f1c38244 : Atest: do not show kwargs when it is test_infos
fe3eb433 : Add Rust libraries as runtime dependencies
b1f4c4f8 : Atest: add merge flow of atest_merged_dep.json
21a9f22c : ATest: Enable aggregate metrics automatically
a1721043 : Atest: support PosixPath in save_md5()
f408ddf5 : ATets: Print out TF exit code reason
7cdcf55c : AIDEGen: use absolute path in gitignore symbolic link
cfbf27a6 : Add a custom Tradefed reporter for Bazel test rules
d603642d : [AIDEGen] AIDEGen will crash with the latest ATest module.
712af496 : Return a non-zero exit code for targets with failing tests
9c9865cd : Revert "Atest: remove unnecessary env var setting"
22cfef05 : Mark @hide and @attr as known custom javadoc tags
4e321a5c : Fix bazel mode cache problem
6fbd6dca : Optimize name to module lookup
b99bc2c6 : Atest: smartly run _merge_build_system_infos()
2be156fe : Atest: Do not index when mlocate.db stays untouch
e02d59e2 : Atest: ensure done index process before finding
9f85b918 : ATest: Add unit test for multiarch module
66dec529 : ATest: Allow printing non-zipped TF host logs
edec9dad : Atest: enable updatedb for MacOSX
c6378f96 : ATest: Print module stderr logs content if hit run failure
3cc1f6ba : Atest: fine tune dry-run validator
243c5a19 : Atest: redefine prune names of updatedb.
abb7ead6 : Atest: nested multiprocessing indexes.
6d0e7550 : Reduce Package object creation
fb9b13bf : Optimize target dependency resolution
297a290e : Add tests for recursive resolution
65bc7a8d : Atest: add filter options for integration tests
dd7b5923 : Add runfiles of transitive dependencies
eaba51cf : Override updatedb.conf to allow more inclusive scanning
179a8cb2 : Remove unnecessary conditions in runtime_deps
fb8804f3 : ATest: add stub build info to TF
37759a0b : ATest: Add option --aggregate-metric-filter
8a60766f : Run test targets with Bazel
1926448c : Atest: allow camel naming for module names.
7e3f6896 : ATest: Update integration env variable test list
a14f3d7b : ATest: Support aggregate metrics output.
57cf143a : Rename module_info variables to mod_info
7b45f85a : Pre-build Bazel test target dependencies
cadb3664 : Add OWNERS file to tools/asuite/atest/bazel
06847ad3 : Ensure that soong_prebuilt files are never empty
11872d85 : Atest: metrics for TF exit code
0c0726fc : Atest: remove unnecessary env var setting
6af9d0bf : Atest: Separate run options for different log saver
2b7396f9 : Use prebuilt aapt if built aapt not exist
5b60df6a : Push dependency information into target classes
3f89c789 : ATest: Not compress log file by default
0ed6def7 : Use the suite to determine if a test is deviceless
ad0da5f2 : Reduce the scope of prerequisite creation
3661be07 : Use the qualified label for the test prebuilt
de63ab46 : Remove unnecessary dependency traversal
45a50254 : Atest: speed up --rebuild-module-info
531d0c2a : Add the runtime_deps attribute to prebuilts
d309b298 : ATest: Update integration test list
da69e30f : Separate ATest's log_saver to another template
54681f8e : Revert "Separate ATest's log_saver to another template"
05043293 : Separate ATest's log_saver to another template
152d06a0 : ATest: add an option build-id to TF
bc47b649 : Build atest_unittest before testing with Bazel
6d976417 : Atest bazel mode test fail when running atest_unittests.
76f70a15 : Remove an unused attribute
9e07d51b : Change the shared library handling mechanism
99f3bf08 : ATest: Update integration test list
a28214c8 : Generate targets for shared libraries
5ff813c3 : Atest: DO NOT index targets while dry-run
588c9838 : ATest: fix atest_unittests
7101b1ea : Atest: dry-run without actually building the module
ab40d50f : ATest: Include hamcrest-library as host jars.
8d4555c4 : Atest: metric get_testable_modules duration.
eaee0052 : Atest: expedite fuzzy search performance.
51ce6c55 : Atest: smartly rebuild module-info.
67f6ad51 : ATest: downgrade logging level for passing atest_unittests
26370707 : Write the module_name attribute for prebuilt targets
e4488650 : Use the correct helper script path location
d9ae1e9c : Correct is_test_from_kernel_xml if input xml not exist
3cd138b4 : Replace named tuples with Data Classes
2f3c305e : Fix incorrect and missing rule dependencies
9b212a33 : Re-add bazel_mode_unittest
ec6da080 : Atest: add a comment of a filename.classname format.
d23f2620 : Generate targets for all host unit test modules
0129bfa0 : Generate test targets for deviceless host tests
ac06a7fa : Atest: suppress weird msg when running with --dry-run.
457af015 : Make Bazel mode compatible with Python 3.7
38f51b14 : ATest: Print python version for unit tests.
f8fb82ac : Atest: do not index testable modules.
803e685d : Import test module prebuilts from 'testcases'
e260b7e2 : ATest: exclude bazel_mode_unittest
0752bff0 : Fix ATest unit test failure on some presubmit runs.
f65c367e : Generate a minimal Bazel workspace
f324bc45 : Add adb as a dependency to work around b/203146632
38b94133 : ATest: add clean build condition to metrics.
a9e89ebb : Atest: speed up atest_run_unittests.py
6e836e24 : Atest: search MODULE prior to INTEGRATION tests.
c11624dc : ATest: fix build targets for metrics.
a688b97a : Atest: make atest_run_unittests.py runnable.
cf79b5dd : Add static artifacts required by the Bazel workspace
f4c94896 : ATest: Make sure module info exist.
2491e554 : AIDEGen: Fix no path specified for no target of aidegen.
e54bbce1 : Atest: set up correct filter for parameterized tests.
85b6cbe5 : ATest: Change atest_merged_dep.json location.
5f134c6f : Check executable build target is also a module.
ee767f65 : Atest: search methods in parent kt classes.
ba92cbef : Create the Bazel workspace directory
a5b3ce92 : AIDEGen: Fix no target for special language case
ad2765f1 : Atest: rewording stuff.
b74a247c : Atest: print gtest types in debug mode.
5d0ce6eb : ATest: fix integration testcase command.
a166b52e : Atest: support multiple gtest types within a cc.
a0a0a46d : AIDEGen: Add CLion example in readme.
c8b1457e : Atest: Support running Robolectric with AtestTFRunner.
6449f709 : Atest: infinitely runs of --rerun-until-failure.
d754245b : Atest: fix regex native class pattern.
087b69cd : ATest: integration test support verify environ variable.
8b501202 : Atest: Fix 'http.client' - 'http' is not a package.
d258cd41 : Revert^2 "Remove references to DeviceHealthTest"
15a9ccfd : Atest: remove unexpected print.
71b9d957 : Remove references to DeviceHealthTest
763b52b6 : Atest: search *_CASE_* instantiation name for gtest.
538e6c47 : ATest: add metrics of inconsistent device permissions
a4eeb4bf : ATest: enhance integration test
1cd29546 : Atest: test type-parameterized GTest.
5747efe2 : Atest: recognize typed-parameterized tests.
0d817304 : Revert^2 "Remove references to DeviceHealthTest"
6287a28c : Atest: prevent mlocate.md5 being contaminated by unittest.
3151bc51 : ATest: add metadata of upload test results
030fa12e : Atest: add pyfakefs into atest_run_unittests.py
5020fe73 : Atest: update developer_workflow.md regularly.
80dfe560 : Revert "Atest: add pyfakefs while running repo upload."
dc4bdb64 : ATest: change robolectric test cases
c161beac : Add a new flag to run tests using Bazel
70119007 : ATest: support multiple integration test files
1ed6c027 : Atest: collect fuzzy search time to metrics.
cb8c6df8 : Revert "Atest: run fuzzy search with modules.idx"
e40e1e27 : Atest: add pyfakefs while running repo upload.
3b26a87c : Asuite: Add test case to test metrix lib
f7ada9ae : Asuite: Fix excpetion for AIDEGen using metrix lib
b0b85e45 : ATest: Retry if not get AnTS invocation
48fd11ad : Atest: run fuzzy search with modules.idx
482f6722 : Embed the value of ANDROID_BUILD_TOP in generated VSCode files
893088f0 : Atest: enable mainline testing with TEST_MAPPING.
c0caa77d : Fix typo in atest script.
42972a90 : Support copy symbols for native tests.
4915d1d3 : Atest: fix build failure without stopping.
32ac397e : ATest: Fix run tf interation path crash problem.
292f9ab4 : ATest: Refetch latest revision of invocation.
a7b6bc3d : Atest: append prebuilt jars to classpath
0610c6bf : Atest: build mainline module first.
379ac7a1 : Add ProtoBuf Definition for subToolName
d29823fd : ATest: Add cts-tradefed as test dependency for mts
c6782312 : Atest: build mainline modules separately.
c1433c01 : ATest: Support finding plan by reading prebuilt jars.
512ec1cb : ATest: Automatically enable tf paramertize if need
89aa3703 : Revert "Remove references to DeviceHealthTest"
2c7413fb : AIDEGen: Build rust projects' relative modules.
f53be980 : Remove references to DeviceHealthTest
802d0265 : ATest: Fix test_flatten_test_infos flakeness.
841f0589 : Atest: fix result reporter when some tests fail
3c5ab22a : Atest: collect MAINLINE_MODULE to metrics.
15575a03 : [AIDEGen] Fix module-info index exception.
2c6635aa : Atest: search test config in any working dir.
529508ff : Atest: fix local build target name
9066eec6 : Atest: add --enable-mainline-parameterized-modules
85660b14 : Atest: reuse credentials when user request upload result
38aece8d : Atest: suite results can upload Atest result reporter
6888fd50 : Atest: support DEBUG process in suite runner
004736bb : Atest: Refactor upload flow to public
e3ef1012 : ATest: Add an option to set adb as not root.
4b586083 : [AIDEGen] Improving build performance in aidegen.
207fb37c : [AIDEGen] Can not open project in IntelliJ 2020.3 or newer verison.
bb26a842 : ATest: Add warning to recommend upload result.
753f9b61 : ATest: Support automatically do paramertize tests.
d5ec0a9c : ATest: Change the LD_PATH to lib64 first.

+- Project: platform/tools/carrier_settings

80d87d3 : Load no-mcc-mnc config for carriers w/o configs

+- Project: platform/tools/dexter

e178463 : Dexter: Add missing header
4e34398 : slicer: Add SLICER_CHECK_<OP> macros
c6d0cc0 : slicer: add writer support for 45cc and 4rcc formats
9a9ffbe : Fix decoding of 45cc bytecodes
a6d9676 : Fix a few spellings
0efda78 : slicer: Fix output logging
aaed0c9 : Extend support for invoke-polymorphic
2936e68 : Dexter: Allow warning and error redirection
9932b95 : Dexter: Remove davidherman from OWNERS
37a6e3f : Dexter: Re-organized headers
17b2583 : Dexter: Add sanglardf to OWNERS
a286ae2 : Dexter: Fix sigfault when target non-file
77fd75f : Slicer: Allow ShiftParameter without parameters

+- Project: platform/tools/doc_generation

9ae90f6 : Convert switcher4.py to python 3
e1ceb9a : Remove python bin declaration in switcher script

+- Project: platform/tools/external_updater

b12b5c6 : Things have moved around in the out/ directory...
d623cba : Remove self from reviewers.
b56cc49 : external_updater: update the proto definition.
3564658 : Print a nice error if we cannot find any paths.
0c51025 : Allow the check command to use globs.
6592d49 : Remove unused variable.
58f0ddf : Delete .gitmodules files on update.
483f971 : Do not update TEST_MAPPING for Rust crates.
42e76da : Print out git output on merge errors
2d58f91 : Support copying extra cargo2android* files
69e85cd : Only generate TEST_MAPPING for Rust crates
40a5a4a : Allow rolling crate upgrades back.
ca72ecc : Tell the wrapper that it is being called by the updater.
a8ff684 : Only call cargo2android.py once per crate
473af4f : Allow excluding certain projects.
9ca1a86 : Let upgrade take multiple crates as a glob and output a report.

+- Project: platform/tools/loganalysis

aaf72b6 : Update Timings Logs Parser: verbose + debug logs
6276f53 : Avoid NPE if buffer contains a null
5baab9f : Remove unnecessary parentheses
d2183cd : Remove custom install rules for loganalysis
841d314 : Update GenericItemTest to conform to json requirements
f4bf64e : Switch on Error Prone: LongLiteralLowerCaseSuffix
2da1c8a : Add boot event info to EventsLogParser
4963889 : Add boot event info to EventsLogParser
251c8c0 : Remove intermediate src dir
59d3673 : Remove mkfile rule for loganalysis-tests
fa3c4f0 : Rename tests dir to javatests
41b4173 : Run loganalysis-tests as its own
abb0cca : Add module info to dmesg parser
5943648 : [LSC] Add LOCAL_LICENSE_KINDS to tools/loganalysis
746afe1 : Revert "Rebase to master@ 6976336"
a94565f : Clean loganalys dependencies
1c8ae3b : TraceFormatParser: Update language to comply with Android’s inclusive language guidance
16aa065 : OWNERS: Remove tobiast.
ece24bb : Fix [CatchFail] situation
9176fe4 : Continue fixing [UnnecessaryParentheses]
4557bb9 : Fix more [UnnecessaryParentheses] warnings
eca6e50 : Remove unnecessary parentheses
01dd327 : Fix [UnnecessaryParentheses] condition
ad46663 : Convert loganalysis-tests to Android.bp
4e5d124 : Revert "Merge "Revert submission 9940985-qpr1-dev merge" into qt-qpr1-dev am: 1cbccc3fa3"
3169a3a : Revert submission 9940985-qpr1-dev merge
235d025 : Revert submission 9919844-manual r1 merge
dcca8cd : DO NOT MERGE: Adding required loganalysis changes for tradefed merge into qt-dev.
34f2aee : DO NOT MERGE: Adding required loganalysis changes for tradefed merge into qt-dev.
c7bcaba : DO NOT MERGE: Adding required loganalysis changes for tradefed merge into qt-dev.
f49701d : Revert "Remove custom installation rules"
ca4418f : Remove custom installation rules
47c5a97 : Add source in init action info logging.
6d235d9 : Add source in init action info logging.
69cf2df : Added generic logcat timing parsing feature
3cb82f7 : Update loganalysis classpath
4021c75 : Added a new parser for timing metrics from logcat
b2a29b8 : Parse "Wait for property" duration from dmesg.
be877ca : Fix guava classpath
975b739 : Consolidate loganalysis and tradefed build rules
978dc23 : Loganalysis: convert to soong (1/2)
630e6d6 : Fixing app transition tests
d2962e7 : Add percentile fields to GfxInfoParser
39ba7c3 : Add parser for dumpsys meminfo --checkin PROCESS
8e770af : Add a couple of folks to loganalysis owners
5df8e26 : Fix classpath of loganalysis-test for eclipse
c33644c : Update unit tests to work in other timezone
fbe6dbe : Add all available unit tests to test suite.
63068ef : A class to parse trace format.
f4554bd : Fix AppTransition parser.
1dbf36c : Cold launch log format changes for app transition.
3a87909 : Fix LogAnalysis App Versions dump. (cherry-picked from unsubmitted change in oc-dev ag/2549006 and updated)
75a8a41 : Add app versions to Bugreport parser (for event history view in stability dashboard).
c72e8e3 : Support parsing the boottime legacy log format (i.e processing actions)
588ae13 : Remove paulduffin.
5011f40 : BugReportParserTest: Add a test case for new style traces.
2945a86 : Add OWNERS in tools/loganalysis
6722a63 : DO NOT MERGE: Drop loganalysis master into oc-dev
47db5c6 : Fix loganalysis path for easymock
44e6c57 : Add app versions to Bugreport parser (for event history view in stability dashboard).
bdcdfc3 : Accomodate new log format logged in dmesg during boot
56ced06 : Add new parsed fields to the compact meminfo parser.
2ce9264 : Parser to handle only transition delay info.
c4e23f7 : Parser to handle only transition delay info.
15e957d : Add a rule for Incompatible equals comparison
4348cc0 : Apptransition parser change.
5e008d6 : Apptransition parser change.
daac678 : Parse additional boot information from dmesg logs
573b1a5 : Update tools/tradefederation/error_prone_rules.mk path.
9d9d58b : Update tools/tradefederation/error_prone_rules.mk path.
1d08270 : Fix logcat parsing in bugreports.
5d0d4f5 : Update tools/tradefederation/error_prone_rules.mk path.
2a0b54b : Fix missing @override
0b358bd : Modified DmesgParser to return IItem
b0d7b89 : Add error_prone rules on Loganalysis
fd5106d : Improved dmesg parser
bd097c9 : Fix a few warnings produced by java lint.
c47bc17 : enable Java style check repo upload hook
f818149 : Add LMK and page allocation failure parsing from kernel logs
e1795de : Preparer Loganalysis unit tests
12ce413 : Add parser to extract the init services time from dmesg logs
bc2851d : Use junit-host instead of junit
9d0e9e2 : Use junit-host instead of junit
11ef976 : Use junit-host instead of junit
45899d0 : Add loganalysis facility for parsing DVM lock logs.
7fcf9d0 : Add parser to track the latency info printed from sysui
c6a7505 : New Guava version with new ddmlib
d8928ba : Updates bugreport parser to handle newest version of bugreports.
829d462 : Events logcat parser
8438477 : Fix kernel reset message that gets generated from the bootreason property.
64538e2 : Add app summary metrics to memory health parser.
e952089 : Adds projected battery life analysis.
61a8a07 : Fix process usage parser
edafa59 : Fix batterystats regex as per new builds
1d3a1cc : Add wifi association heuristic
3ad7774 : Fix CompactMeminfo bug and use test to verify
b9b9877 : Add more information to analysis
a81b9db : Add swap memory to the compact memory info parser
f19dfae : Add wifi scan and disconnect heuristics
47682ac : Add Location clients heuristics
411c68a : fix compiler warnings
641d2e0 : Add a clear() method for LogcatParser
8fa96e0 : Add support for more fields in procrank
e71adca : Parse compact meminfo for lost RAM
21a5f6a : Add support for ro.boot.bootreason in parsing
c20ea28 : Only add unknown reset if no good boot reason
52942e6 : Add unknown reason as stack for unknown patterns
49ee07c : Add qtaguid & package UID log collectors to AUPT
8a64160 : Add cpuinfo log collector to AUPT
3281399 : Add gfxinfo log collector to AUPT
354ffd9 : Changed noop section regex to end of bugreport
8fbbc70 : Separate kernel and partial wakelock parsing
69155df : Start parsing NCs from build fingerprint
c62fad0 : Parse the battery usage statistics
45eae46 : Resume at "beginning of main"
ca02917 : Allow logcat parser to match F DEBUG
f11cbc4 : Battery drain investigator
ce2941c : Generate a kernel reset event if reboot reson could not be determined.
3c61512 : Add memory health parser
c2f8ca2 : Allow the use of custom tags to detect java crahes
de07558 : Fix NPE in monkey log portion of LogAnalyzer
8774acc : Add monkey log type to log analyzer
5756050 : Loosen restrictions on command line format
39451c5 : Fix monkey parser to ignore monkey log lines in the crash stack
e64f495 : Parse mem info as long.
defff77 : Switch to guava 15 in loganalysis
e337a91 : Update boot reason parsing for with 3.10 kernel
df2e25b : Better identify java crashes when they don't come from regular apps.
3410870 : Fix manta watchdog reset not being detected.
fa2761a : Add parsing for compact meminfo
5aa305c : Increase the size of the posted kernel log.
70d1c2a : Allow for multiple native crashes to be parsed.
352916e : Fix ANR traces parsing
a45914a : Don't parse corrupt kernel log lines
3c8e807 : add Snet parsing, based on Tag, for filtering out using SAFFETY_NET category
972e5e9 : Allow native crash name to contain spaces
3b1c07c : Code cleanup
874b8ef : Add last charged wake locks
3b87b00 : Stop parsing between reboot and new log.
95fd28f : added new SelinuxItem class, in order to parse out and store Selinux domains
342b8e5 : Fix NPE in MonkeyLogParser.
e5cb6b6 : Set stack to ""
4987af0 : Update patterns in KernelLogParser.
89ca48b : Allow MonkeyLogParser to parse empty native crash
81c2d40 : Add additional assert for logcat parser test
8e6baab : added unit test for selinux parsing in KernelLogParser
5dae7e1 : added selinux parsing into KernelLogParser
2f9c26f : Parse system_server java crashes better
0e3dec5 : Fix NPE in LogAnalyzer
03f48b5 : Override logcat pid/process names with event vals
dfd001a : Simple command line util for parsing logs
5ed918e : Remove heuristics from loganalysis.
2109e00 : Make all parsers return null.
2bfdd6f : Update kernel reset patterns.
f0570ea : Fix JSON output for KernelLogItem.
6e947cd : Merge GenericLogcatItem and MiscLogcatItem.
bd9f876 : Fix NPE in heuristics
f3e9407 : Add process lifecycle heuristic
1444657 : Change heuristic interface to add a URI field.
511abd6 : Add support for @Option and command line parsing
399ac3a : Add raw text block for various parsers
8bed524 : Add heuristic interface and basic heuristics.
8570553 : Add #toJson() method to IItem
2a4c870 : Add kernel log parsers to BugreportParser.
55036c9 : Add kernel log parser.
363c05e : Fix parsing and status of smartmonkey termination
b54a248 : Allow the section parser to use the same parser
585f409 : Modify LogcatParser to use new utils.
bbeb7ad : Add LogPatternUtil.
6de2335 : Add LogTailUtil
6f481ec : Parse native crashes as part of monkey logs.
51c826c : Add unit test for new APIs
dab858e : Fix for the ImtermediateTime collection
a57e51d : Fix RegEx for Intermediate time collecting
9953e0e : Fixes to allow for reporting endtimes when smartmonkey crashes
3e15459 : SmartMonkey log parser and unit tests
079c0d4 : Remove println from tests
54d43af : Hookup top and dumpsys parsers to bugreport parser
f1d71ef : Add dumpsys parser for bugreports.
891a0cb : Add battery info parser for dumpsys in bugreports.
dae6085 : Add top parser for bugreport.
fcef3bd : Remove null in procrank item name.
9865231 : Monkey seed is a long, not an int.
b806548 : Move brillopad in tradefed to new project.
3e3a6ce : Initial empty repository

+- Project: platform/tools/metalava

ef6c58a7 : More tests for --copy-annotations
b154dbf2 : Fix SdkConstant retention "detection"
1647dbed : Remove the doc replacement Metalava option
68b6ef0c : Upgrade to Android Lint 30.3.0-alpha08
ff4f656a : Bump API_LEVEL so we can use androidx prebuilts
eec852ef : Upgrade to Kotlin 1.6.20
26ec88f1 : Rename InvalidNullabilityOverride
9aa18f2b : Add explanation of metalava usages
f7c5dd35 : Treat more generated Kotlin paramaters as unnamed
bc595903 : Remove old hack
c792332c : Update to lint 30.3.0-alpha07
bb1a0180 : Add missing @Test annotations
dcdf505a : Fix VarargRemoval logic
da548db9 : Fix bug in boolean logic related to generics nullability
c0bc1206 : Use TypeItem for TypeParameterBounds
c3095f5f : Remove stale comment
5fe4b50c : Reenable running metalava integration builds
c8b49d65 : Bump metalava version to 1.0.0-alpha06
9368ad3f : Add binary compatibiliity tests for Class methods and constructors
bd835135 : Allow non-final -> final for sealed class methods
a30a5ae5 : Disallow removing type parameters
3dd521e2 : Inline MethodItem#hasSameValue
d7b827bc : Binary compatibility tests for interface methods
308e501b : Upgrade to Lint 30.3.0-alpha05
6e07ee06 : Binary compatibility tests for class fields
4c8e76f1 : Make REMOVED_FINAL an ERROR
d4928b74 : Disallow default -> abstract on interface methods
e088206b : Allow change to "transient" for fields
66d6e916 : Allow inceasing access of fields in classes
51eb3ad6 : Remove logic gating on issue severity
48cdc3f1 : Disable nullability checks for overrides of generics
93838651 : Compatibility tests for interfaces
54f80e90 : Improve BANNED_THROWS lint check
d2a3c299 : Fix tests that were missing java.* on the classpath.
ad7def46 : Remove support for converting between v1 and v2 files.
24b4db52 : First pass on updating README.md
61c2c3e5 : Remove support for android.support.annotation.
d2b2795e : Temporarily disable androidx-studio-integration metalava target
c18357fc : Lint enforces nullability on overrides
b764d36b : Add document describing Metalava's adopted definitions of compatibility
e018d8ca : Fix behavior for methods marked @JvmSynthetic
983d6713 : Small cleanup of metalava build files
87206b63 : Register AGSL as RuntimeShader language
847b6635 : Revert "Revert "CHANGED_THROWS reports as error instead of warning""
e7bc7089 : Revert "CHANGED_THROWS reports as error instead of warning"
e031cb08 : Compatibility tests for classes
8da87418 : Allow changing from abstract to open
3e809ae2 : Increase severity of ChangedAbstract to error
e593ccee : CHANGED_THROWS reports as error instead of warning
c18ba0b8 : Implicit nullability for annotation properties
2f461ada : Enable overriding compatibility issue severity
27d3729e : Include SdkConstant in jar stubs
32795020 : Upgrade to Android Lint 30.3.0-alpha01
a9612db0 : API Lint: flag custom callback interfaces that already have generic versions
a360d0d1 : Default to signature format v4 in tests
d4d8b460 : Lower outputConciseDefaultValues into FileFormat
9151e5ff : Add FileFormat.recommended and .latest
e602b321 : Remove --enable-kotlin-psi
8c31d166 : Allow increased access to class methods and constructors
d92dd412 : 144111352: Support @DeprecatedForSdk in metalava
08e1ebae : Binary compatibility tests for interface fields
78c3c804 : Remove ReleaseType as we only support release API check.
927e736f : Remove unused compatibity:current check in metalava
cd4a6a46 : Remove documentation issues that metalava never uses.
454e21a0 : Adding tests for package level binary compatibility
369cc2b1 : Remove unused artifact id feature
216c94f1 : Make CHANGED_CLASS into an error instead of a warning
fc678905 : Make CHANGED_SCOPE an error instead of a warning
e256c8c6 : Add a comment explaining --proguard option usage
383ee820 : Add test for @file:Hide annotations
8ebac374 : Make sure that RestrictTo used on file is recorded correctly
028c4898 : Fix metalava crash when builder set method starts with a digit
9b786f38 : Upgrade to Kotlin 1.6.10
53591865 : Stop using AnnotationLookup
fec148af : Fix the API level calculation for release builds
ca238e57 : Revert "Fix the API level calculation for release builds"
ed3dce96 : Fix the API level calculation for release builds
35601784 : Add kotlin standard lib to classpath
5c1f27f0 : Kotlin PSI parameter modifiers
d06f1db1 : Revert "Modify @Discouraged to use class retention"
11a853d1 : Correctly track the usage of Kotlin-source annotations
886d0292 : Avoid using UAST implementation classes, part 2
cd232e50 : Bump metalava version to 1.0.0-alpha05
0e6d5760 : Improve lookup of @return documentation
20088c74 : Improve lookup of parameter documentation
aff317fe : Simplify attribute sorting
6013ef06 : Fix sorting of annotation attributes
d0a3acc5 : Handle annotation attributes in any order
c0321fe5 : Xml-encode method parameters
391fe940 : Upgrade to Android lint 30.1.0-alpha13
3b3e2e8d : Avoid using UAST implementation classes
41527358 : Public elements marked DeprecationLevel.HIDDEN are public API
a866ebf3 : Clean up parameter compatibility messages
f3ba7b88 : Ignore .idea/libraries-with-intellij-classes.xml
174fa264 : Track property backing fields
7e55534e : Improve DocumentExceptions for property accessors
7f11aa4c : Track property accessors
7786ae1a : Prefer mavenCentral for plugin artifact download
f50bf059 : Enable hash verification for metalava builds
d69bd636 : Track zero-arg constructor with @JvmOverloads
43dbd091 : Test that we don't enforce nullability on generics
413395c4 : Kotlin PSI modifiers for classes only
96c2d484 : Include SdkConstant in jar stubs
dcc96403 : Removing dead code
0f97f1c5 : Add option to enhance documentation
85bbc72f : Add option to enhance documentation
b01956cb : Report interfaces methods as AddedAbstractMethod
cc4e170a : Parameterized Kotlin PSI test annotation
d5359fa3 : Revert "Parameterize integration tests for Kotlin PSI"
c871d9fe : Improve lookup of @return documentation
34ad2abc : Improve lookup of parameter documentation
0dc8dd1b : Remove assumeClass
3e4a2f47 : Stop using AnnotationDetector.INT_RANGE_ANNOTATION
56d94cc1 : No longer resolve named constants for Kotlin src
c9154572 : Add API lint check for ListenableFuture suffix
34fc5a90 : Remove 'message' default in @Discouraged stub
6bf43717 : Set apiLevel properly
909a8770 : Refactor functions to properties on AnnotationItem
c51c4f59 : Set up parameterized unit tests for Kotlin PSI
a52cd58b : Parameterize integration tests for Kotlin PSI
23d0fc7d : Remove exploratory Kotlin PSI implementation
6c356592 : Rename Kotlin PSI feature flag
311f1848 : Modify @Discouraged to use class retention
2f480179 : Report issues at name declaration line
db43766e : Fix Kotlin internal visibility inheritance
cda21498 : Add emberrose@ and sjgilbert@ to OWNERS
e74365ff : Nested Kotlin PSI classes
b7254a33 : Clear PsiBasedCodebase.packageClasses after use
c159a138 : Refactor PsiBaseCodebase.registerClass
62b5d082 : Fix compilation issue with Kotlin 1.5.30 psi/uast update
b04009b3 : Track Item.isFromClassPath
a546543f : Simplify attribute sorting
f359d64c : Fix sorting of annotation attributes
9408bb61 : Handle annotation attributes in any order
65c4347d : Add support for value classes
6ac7386b : Clean up ApiFile class after coverting to Kotlin.
6beba42a : Convert ApiFile from java to kotlin.
6bb88ada : Move ApiFile.java to ApiFile.kt
3ec2654e : Remove a stray --skip-java-in-coverage-report option.
6a679446 : Remove --generate-documentation feature
18057356 : Remove unused annotations statistics feature
f8013ec2 : Upgrade to Kotlin 1.5.21
e085a1bf : Use AtomicInteger for DefaultIem.sortingRank
34b51435 : Remove unused --removed-dex-api option.
212de07a : Implement KotlinClassItem.containingPackage()
e7bf1810 : Hoist PsiPackageItem.emit state out of codebase
51277ba2 : KotlinMethodItem skeleton
97bedadf : A real KotlinClassItem!
0f98f3e3 : Fix loading of JDK when using JDK9+
7c6066ea : Upgrade to ktlint 0.41.0
aa2588fc : Add --delete-empty-removed-signatures
59a0ba6a : Check for hidden interfaces in addition to hidden superclasses
32ed2c8d : Add entry for the Discouraged annotation
e5d0d378 : Add ktlint repo hook
4d8c6eb0 : Initial commit of kt package with class scaffolding
c5d15a22 : Make SourceFileItem inherit from Item
a2efdde0 : Extract SourceFileItem into an interface
0ce6c2be : Rename CompilationUnit to SourceFileItem
142291ac : Add @hide as a custom javadoc tag
81700d1f : Add missing ; to fix java syntax
976a22ec : Add support for extracting a System API database for lint
62ed0a75 : Suppress deprecation of getJdkClassesRoots
dbef0a98 : Update ApiLookup construction to use the correct XML file
3c50561c : Support $ANDROID_HOME
21975294 : Link properties to accessors and backing fields
1866bfbe : First pass at useKtModel ClassItem codepath
2404b0d5 : Add feature flag to develop KtPsi behind
1c24d23b : Upgrade to Gradle 7.1
6528fe06 : Model testing framework
0a031c90 : Refactor TestFile creation out of DriverTest
35c3a302 : Xml-encode method parameters
5c104b33 : Remove compatibility mode completely.
724a38f4 : Remove skip annotation instance method compatibilty mode
3845668f : Remove keeping common packages compatibility mode
dd646abe : Remove showing implicit difference compatibility mode
94093acd : Remove skipping fields compatibility mode
c186c2b7 : Remove including objects in wildcard compatibility mode.
2bd745f9 : Remove skipping parameter names compatibity mode
3104c084 : Remove omitting type parameters in interfaces compatibility mode
28110293 : Remove erasure in throws compatibility mode
c4f540d2 : Remove not filtering throw classes compatibility mode
5822f738 : Remove skipping of inherited items compatibility mode
9d10f0ec : Remove a few more compatibility modes
2de523fb : Remove another set of compatibility modes
4ffe9473 : Remove an assortment of signature file compatibility modes
ae07efe7 : Remove class for enums compatibility mode
1b256ec7 : Remove include annotation defaults compatibility mode
d06975f8 : Remove explicit enum valueOf and value compatibility mode
54d87a56 : Remove class for annotation compatibility mode
5326d7c5 : Remove extends for interface superclass compatibility mode
89a6b39a : Remove a set of XML compatibility workarounds.
031d6392 : Default to disabled compat mode
479f42dd : Start including projectZipPath in androidx_ggregate_build_info.txt
01c25630 : Refactor metalava html parsing
c48aebc6 : Kotlin data modifier
eb8dd21c : Associate properties with constructor parameters
88bdf334 : Primary constructor support
97edcaf4 : Don't reference non-public fields in annotations
ea8fd9ac : Run tests in parallel
db02d06b : Clean up android.jar retreval logic
10b3b7d9 : Start targetting Kotlin 1.5
132be8ca : Upgrade to Android Lint 30.1.0-alpha01

+- Project: platform/tools/ndkports

52de484 : Mark release builds as betas, not stable.
df04e18 : Remove now unused build script.
de30c79 : Enable building non-snapshot packages.
9ed80c3 : Update packages.
85dc9da : Fix missing distZip dependency.
e117ef0 : Adopt Dockerfile best practice for apt.
c98581d : Get detailed failures from the build.
5355d02 : Install CMake in the docker image.
6a9e92a : Add port for gtest/gmock.
7253589 : Update ports.
a9fcfb3 : Filter out adb server startup messages.
35cbe37 : Install adb in the docker image.
3311052 : Update the Dockerfile.
f84bcfb : Add ports tests to the check task.
243baa3 : Revive the release task.
a03a796 : Fix gitignore.
e9bdea5 : Add test runners to ports.
e261379 : Add support for header only modules.
e59bb43 : Convert ndkports into a gradle plugin.
671d42c : Update Kotlin to 1.4.20.

+- Project: tools/platform-compat

2ea954f : Add support for max-target-s
d556ff4 : Extend minimal support for maxTargetSdk post S
da86959 : Convert process_compat_config to python 3
c7a347b : Update unsupportedappusage annotation processor for JDK 17
7f404ee : Remove myself from OWNERS.
e11e803 : Remove platform-compat-eng as OWNERS.
39e8e26 : Add minimal support for maxTargetSdk=S.
f64a627 : Add SharedLibraryInfoTestApp to mts test_suite.
de45ce1 : Allow providing a jar file to getClassDefsFromJar directly.
9d8ffad : Move shared library code from EDI
db0a056 : Allow providing a jar file to getClassDefsFromJar directly.
af72d8e : Move shared library code from EDI
bd7a13f : Don't staticically depend on guava.
2a4276f : Add a testing util for accessing classpath jars on a device.
a768c00 : Don't staticically depend on guava.
f49234d : API changes as requested by API council.

+- Project: platform/tools/security

2c87b0c : Adding verification for P256 signatures.
637b45c : Make `rustfmt.toml` a symlink
0f83400 : Add support for dumping an entire BCC
dd6ea73 : Enforce presence of required CDI cert entries
6ef7a6b : Update ProcStat filename in libwatchdog_perf_service_fuzzer
9f9d182 : Add validation for a complete BCC
a2345f4 : Add OWNERS for cert_validator
06dfdde : Make rustfmt work & run it
befd9a6 : Use the library in bcc_main
137649a : Migrate libandroidicu usage to libicu - fuzzing
aaee311 : Adding kalder@google.com as fuzzer owner to receive performance alerts
951014a : Adding trong@google.com as fuzzer owner for trusty fuzzers
9b5b9dd : Provide example rust binary for bcc validation.
f9dba19 : Changes for the Rust 1.59.0 update
9132286 : [LSC] Add LOCAL_LICENSE_KINDS to tools/security
6b7ee75 : Bcc/Cert validator implementation
a879b7a : Use sizeof(void*) instead of __WORDSIZE/8
8fcd466 : Disable example_java_fuzzer from running on Haiku infra
1ee699d : [LSC] Add LOCAL_LICENSE_KINDS to tools/security
73701dc : Add java_fuzz_host example fuzz target
1639226 : Parser to collect fuzzers and the libraries they fuzz
e6a253b : libskia_image_processor_fuzzer: Add wuffs dependency
4c151c5 : [LSC] Add LOCAL_LICENSE_KINDS to tools/security
9c0f3ed : Add simple SmallVec fuzzer.
9324620 : [LSC] Add LOCAL_LICENSE_KINDS to tools/security
2ecb77e : Add simple hashlink fuzzers.
51db815 : Add a fuzzer for hashbrown's HashSet.
5c09b7d : Add simple hashbrown fuzzer.
90aabfb : Add VHal HIDL dependency on the fuzzer test.
a4cdf26 : Make attestation_test_host.py python3-compliant
669e560 : Disabling example rust fuzzer from running on Haiku
094cd10 : Enable memtag_heap on sanitizer-status target.
b5aaccb : [LSC] Add LOCAL_LICENSE_KINDS to tools/security

+- Project: platform/tools/test/connectivity

6f04e8822 : Revert "The change on Wifi_Base and Wifi_utils is for Country code testing"
62843c103 : The change on Wifi_Base and Wifi_utils is for Country code testing
10936e729 : [WifiStressTest]Fixed the tcpdump file size
b56c0379d : [DO NOT MERGE]Cherry-pick "Set typing_extensions to version 4.1.1; sort install-requires" from AOSP
0e0104dde : [WifiStressTest]Fix: connect/disconnect network before trigger PNO test
0207b9e37 : Update the judgement of sim_mode for the new projects.
4707e645d : Set typing_extensions to version 4.1.1; sort install-requires
004a082aa : Updates cellular power test acts code for NR power tests
befaeecca : Adding some of passpoint negative test and network detail test in passpoint task
e3dc03ac8 : Add support for unarchived flashing
3dd39027c : [WifiCellStressTest]Add WifiCellStressTest
907d0ab0d : Add support for 100 MHz bandwidth
08ac2511c : [Fuchsia] Log failure to create Policy controller
9b233f356 : [WifiPasspoint]Testing language change to connect passpoint
9537d75f2 : New test class "TelLiveRilCstVoiceTest" for CST voice call test
f6e83357b : Modify end call steps and ignore rat checking while in call.
ada7e2ad6 : Fixing UL/DL modulation table setting for CMW500
1929bf77f : Fix network RAT setup failed problem.
59897a5fe : Uniquely name ffx configs and logs
674a2d29e : Update verification criteria for gratuitous_na
0b2de4e88 : Ignore FileNotFoundError upon FFX clean_up
fe5f2cc8a : Use device_log_path for crash report
e9cdf001e : Add taro to chipset model list
1efeb7188 : Increase the timeout value of waiting for receiving MMS.
ab6e6b6e3 : Make sure apm is off if the test has been turn it on.
b17470ba5 : Defer init of ffx until needed
e49e18e0a : Use native tar command instead of tarfile.extract
292f8397a : Use assert_equal when appropriate
971a756ba : [WifiCountrySoftApAcsTest] Fix Failed to turn on WiFi on the AP.
f60403868 : Fix b/226312185 for type error
06f687b8d : Revert "Revert "Skip gateway check on old version""
6df23e41b : Revert "Skip gateway check on old version"
18a239e42 : Updates cell base test to make it consistent with parameters
013e51840 : Making preferred RAT type setting non-blocking
03aa26036 : Use correct exit_status
9eee49364 : [WifiBtStressCoexTest]Add more test cases on SAP part
2ad8c2779 : Update compatibility for UI change
64ace9853 : Handle NR tests in cellular base test class
27ff1f353 : For role concurrency flexible device add a delay before second session
ff10e9688 : Modify the setup network steps to avoid setup network mode simultaneously.
647d08087 : Fixed controllers/amarisoft_lib/config_utils error
5cde8e533 : Fixing a typo in band channel mapping dictionary
1e757fb60 : Save space when flashing Fuchsia and abort on fail
b547416be : Adding band 67 to channel list
69d61b8d9 : Add GFT RCS test
0e5447d81 : Skip gateway check on old version
31954565b : [ACTS] skip location test on T+
abb7fbf58 : Optional parameters to take_bug_report
35828069b : Create test case for gratuitous_na
bf2bba609 : Change aosp/1912773 moved a few functions to a new file and broke a support function for our test. Updating the test to point to the new location in code.
daad7618e : [attenuator] Strip response before validating
e42d52f0b : Fix LteCA power test parameter without keyword band
712d3face : Update Mini-circuits attenuator controller.
f45534e28 : Add lab sim utils for Amarisoft ECC tests.
96381028c : [WifiPnoTest] Fix: Make Wi-Fi connection to the saved networks before PNO scan.
994b07cb3 : Enable-Disable Mobile Data and SIM
008399597 : Fix String Formatting error in Verizon calls
8796bad73 : Adding NR PDCCH test
57a64c925 : [access_point] Allow get_dhcp_logs before setup_ap
241f7af9f : Fix syslog process hang on SL4F start failure
00ae72512 : Implementing configure method in NrCellConfig
b50101046 : Fixs TelLabGFTAirplandeModeTest.py error and TelLabGFTDSDSTest.py error
970a3022d : Reboot test for 5g mmwave and 5g sa
61e2c1086 : Catch StopIteration to comply with PEP 479
90df5c632 : Add 'ue_del' remote api command in mme lib.
f49134a01 : Add config utilities and PWS test case scripts.
0a44c4fe3 : [attenuator] Fix kwargs parsing
f895225fa : Fixed TelLabGFTDSDSInOutServiceTESt issue
ae11cd4a5 : Add VoWiFi stress test
6be78e073 : Add bokeh dependency to acts_tests
f546fc058 : [openwrt_ap] Add reboot to OpenWrt.
24a33a7f0 : [DO NOT MERGE] [WifiPnoTest] Fix: Make Wi-Fi connection to the saved networks before PNO scan.
658220f78 : Modify radio detection for DSDS device.
75706289d : Some workstation will disable network interface as default when we switch the USB tethering on, need to manually enable the network interface so that the test cases won't failed.
9c4a7d63c : Changing initial Tx power to -5 dBm
f58ea477c : Add cbr test cases Germany_telekom and Qatar_vodafone
5e72331b3 : Fixing typo in earfcn band dicitionary
d2779186c : Fix cannot import name 'wait_for_data_connection' and determine WEA setting by voice sub id
08468f2a9 : Add the function for enable and disable hardware offload
248e5c721 : Ensure DND activated for mmwave runs
976960e5d : Add 6 DDS switch Message cases in class Nsa5gDSDSDDSSwitchTest.
ed4ed6c1e : Correct to the right in call time.
38ef9db78 : Fixes issue of PARAM_RRC_STATUS_CHANGE_TIMER in LteSimulation
7e6921646 : [openwrt_ap] Refactored to use yaml safe loading mechanism
338280698 : Correct dsp logger func name.
155f3f5c4 : Add util to enable DSP logger in tel_logging_utils.
e55ecb433 : Add IMS utilities for Amarisoft.
f7af2e04b : Add MME utilities for Amarisoft.
88a20bb46 : Add OWNERS file
f47780696 : Fix IMS can't register to VoWiFi.
6ede62e0e : Modify the device number which need to be captured the logs in TelLiveDataTest.py.
0154c1157 : Add 16 new WEA test cases for WiFi.
15cc7b25d : Remove circular import errors
4d574cdbb : Avoid setup network mode freuqently and simultaneously.
332532e97 : Nsa5g VoLTE call during data idle and data transfer
c103449d4 : New test class "TelLiveRilMessageKpiTest" is added
33f6deb60 : Fix Unknown permission: android.permission.R_EXTERNAL_STORAGE
7ed56d275 : Adding dbs support verifying before test start
6ea16f515 : Stop accessing the internet while testing.
5dac9066a : Add gps overlay file
753410975 : Fix an exception caused by grant android.permission.WRITE_EXTERNAL_STORAGE for pixellogger.
71abeacd2 : Isolate ffx to a single test-run environment
3da67e869 : Update test criteria due to Wifi design change
e3d0b1416 : Add OpenWrt controller support for model R8000
595166179 : New function truncate_phone_number for NANP call testing
d606afa41 : Fixup Fuchsia's waiting for no wifi connections
7ffa82cb9 : Add the DDS swap related function and testcases in class Nsa5gDSDSDDSSwitchTest.
834953487 : [WifiCountrySoftApAcsTest] Fix the test cannot be run on P20.
a7652d4fc : Await changes to client connection state.
31000d85a : 1. Add Test Tracker decorator in WifiTdlsRvrTest/WifiAwareRvrTest 2. Modify Test Tracker decorator function in WifiP2pRvrTest
bbf9fb354 : Add nickchee to Fuchsia OWNERS
23fe30408 : Add controling for Amarisoft devices.
0aa8713cd : [WifiBtStressCoexTest]Create WifiBtStressCoexTest
204692a0f : Fix ad not define error.
5642019ee : Creates Cmx 500 controller with XLAPI Part II
68ad809aa : Fix TypeError on provision_device_for_5g_nsa().
34129aa21 : New test cases and util related to data connection re-establish are added into class Nsa5gDSDSVoiceTest.
bfe834bf0 : Remove scapy tar from ACTS repo.
69d3365fc : Fix file fetching for aosp/1953697
48f553c61 : Screencap more phone infomation when test failed.
086dfbde2 : Integrate NR related functions.
d4cd17d9a : Revert "Fixed the DUT did not disconnect from the network bug"
ad916ca3a : Fixing the testtracker UUID conflict issue
77ca6cbb8 : * add supl log / lhe setting test cases
633b116ea : Fixed the DUT did not disconnect from the network bug
787048242 : small change in importing system_pathloss.
30ba22c8e : Remove InitNetstack
6c4838db4 : Replaced ending call procedure with wait_for_call_end
a5093d370 : Removed arguments "nsa_5g_for_stress" and "nr_type" from call_setup_teardown and initiate_call
c8d433e82 : add gnss user build configuration test suite
d6104a30b : Modfiy TelLabGFTDSDS filename to TelLAbGFTDSDSTest.py
7f5b15c45 : Util moved from voice_utils to phone_setup_util
71d79bb08 : Handle virtual interfaces without a MAC
e0a6d1243 : Migrate ffx component bind to component start
511e0a6b7 : Update test fixture to represent new SL4F API
fa65e2728 : Util moved from test_utils to data_utils
63d1514ff : Fixed the bug of missing attribute "sdm_log_path"
f3526feda : In AptCountersTest, provide option to use scapy package path from user params.
cc1583c57 : Fixed "Verify_device_status" always return Fail result
782f0d33e : [DO NOT MERGE] Merge "Fix b/213841187 to make the test environment compatible with attenuators." am: 9cacf6f5d5 am: 9a7ddabe1f am: c66de84bc4 am: 16439d09e0
48c5bd817 : Correct tcpdump shut down error
c1302f6b1 : fail testcase when no dpo log is found
620ff029d : Add LICENSE file
01e6b74d4 : Bug: 214483253 Fix: [CBR] - Add reboot stress test to validate initialization Change-Id: Id823af08bf48e6560d1e79beca0f1b36cdca9f0f Test: local Test
7697dc8f4 : Adding sleep because R11 takes longer time to update ttff log in log file.
0b82eedbd : Add ping_inst to check GnssSimulator connection
c6b1d8754 : Download AP logs after every test
c1b8a362c : Modify the check_location function
d481b883a : Avoid RPC session broken after call startTethering API
3d8dba393 : Increase the scan tries to 10 specific for test_softap_5G_wifi_connection_5G_DFS test case to fit the 32ms limitation
1f3fe995a : Fix b/213841187 to make the test environment compatible with attenuators.
e57e47ff2 : Explicitly unlock WiFi Retail APs at end of WiFi tests.
bd4f319f7 : correct http_file_download_by_sl4a library location
46a78f3a1 : Script measures audio quality with dynamic RSSI.
b59146de5 : Added 'SoundFile' dependency to acts_test setup
825f36062 : Skip the test retry on FDR stress test.
32fe5b635 : Screencap when the test failed.
f0378706d : SL4A: Add options to override client, server, and forwarded port
c924e0aa3 : Update platinum test cases to increase test performance: - Test case name refined - Simplify require logging methods - Remove log collecting
2c971368b : Update WifiTelCoexTest.py to reflect change where ensure_network_generation() got moved to tel_phone_setup_utils.py.
db53715d2 : Avoid syslog hang when ffx fails
5a4d2c397 : Modified ble advertising/scanning function.
2887bd1e4 : Add ping test if browse failure
a132d09f6 : Fix SDM Log capture missed problem.
ec739fc6e : Moved cellular data related functions to tel_data_utils
575b65a7b : Add hfp test command hfp_waiting_call.
beaa1bfa5 : Moved wait_for_voice_attach to tel_phone_setup_utils
fac0ba986 : Add suspend mode for Apf test
12db92620 : Fixing the issue of QXDM not found in b/210264188.
30caf3159 : Add support for VPN IKEv2 for OpenWrt
921591af4 : Fix return value of check_upstream_ready method
76f3817d8 : Add retry mechanism to change the port while iperf server not responding.
af1432306 : Add ping data retry when meet the in/out browsing failure
88cb1d19a : Add missing import
736227552 : Added scan event timestamp to csv.
c2e8f8471 : Add tcpdump option for b/208357954
552cb078f : Add the connectivity test cases for USB tethering
5a8787a71 : Create dhcp rapid commit option test
c74956236 : Fixed circular import due to tel_wifi_utils
ea20877c1 : Fix data related test cases teardown problem.
a3e5ee72e : Modify start_sdm_logger.
331aa2504 : Remove undefined import MULTISIM_CONFIG_ADB_PROPERTY
a0bb5a069 : Moved cellular data related functions to tel_data_utils
091291719 : Support overriding plmn for DSDS
f0d1c4724 : Fix sdm logger enable failed problem.
1c3abf77a : Update WifiTelCoexTest.py to reflect change where ensure_phones_idle() got moved to tel_phone_setup_utils.py.
8dde5141d : Update GSG-6/GGSS7000/GnssSimulator for surpporting dual band power control
d6c387dab : This script will start bt5 advertising.
8f4f617f0 : Add snapshots after fail on test
81f6839c5 : Fix the error while no sdm logs are found.
51dc4cddd : Fix scipy dependency for Python 3.7
291e7a7f8 : Multiple PDNs MO/MT MMS test cases
c020ab32b : Moved BT related functions to tel_bt_utils
975d69ee0 : Moved _is_on_message_waiting_event_true to tel_voice_utils
9aeb5ac8a : Prevent changing working directory during flash
37208f1f2 : Missing functions in tel_test_utils are imported
a57591314 : Move logging related functions to tel_logging_utils
c361508f0 : Appended "|wc -l" in the end of the "find" command to avoid exception
f56fcfbd7 : Fix: missing 1 required positional argument when call msim_volte_wfc_call_voice_conf().
023e59b0d : Fix import error for cellular power test with callbox
a2d3ad846 : Increase connect attemts in WiFi ping tests.
889876b79 : Moved Wi-Fi related functions to tel_wifi_utils
e130faeeb : Add sbalana to Fuchsia OWNERS
5b8756c4f : Fix SDM logging enable failed problem.
dbab934a6 : Update test to account for BluetoothHeadset#setPriority being removed
4b193e007 : Fix bad imports and add pretty printing to HFP commands
44b04be53 : Moved functions to tel_voice_utils and tel_phone_setup_utils
bfc521bfb : le advertisement address type settings api SL4A tests
f6d2b48de : Add new fast start first fix and ttff test case
6dc6e4e6b : Move get_slot_index_from_subid to tel_subscription_utils
c03c1e21c : Fix numpy dependency for Python 3.7
96d05b89e : Add 4G DSDS in/out serivce test
e4c790e69 : clear log in test setup
dda21f1a1 : failed test when no log entry is found
67ee68658 : Add IWLAN pre conditions to mmwave test cases
987983d70 : Modify test_wfc_in_out_wifi to end voice call before enter no WIFI area
22058d35e : Importing iperf duration from test config
fad05f1f5 : Removing primary_config object
c7748664e : Missing function and constant are imported
129eb581d : Modification for Static and dynamic interferece test.
c49e0069a : Fix set chain mask function in BRCM utils.
bebb24458 : Minor bug fixes in wifi performance utils.
b042cf6b7 : Add ffx commands to FuchsiaDevice
6a4dde2f2 : Removing LteCaSimulation from imports
e2ee521d9 : use regex instead of fixed index to query string
7b42b3b89 : Moved IMS related functions to tel_ims_utils
32877d7bc : Add log messages to SL4A error reporter
e07bcf2dc : run_multithread_func is moved to utils.multithread
79ee1ef89 : Test script will help to scan remote adv ble rssi.
355d5bcf2 : Fix SDM log missed problem due to the logs were moved to new path.
e232df247 : [fuchsia][acts] Fix BtFuchsiaEPTest
d993728b6 : Revert changes to installation ordering in 'setup.py develop' from I7bb1ee310f037236d28760e2362ae7e3214e3b4f
db3331181 : Add mocks for FastbootProxy in android_device unit tests
8540db709 : Updates A2dp power level mapping and calibration for P21 in Acts
99dcdf833 : correct tel_bootloader package name
ca44a2004 : Moved call forwarding and call waiting related functions to tel_ss_utils
ba197ee27 : Fix unable to get imsi on Android 12
aee48906c : Added IWLAN pre conditions steps
d85b50b89 : Revert "Add ffx commands to FuchsiaDevice"
1b04fc9a5 : Fix job.py docstring
6210f8edb : Add ffx commands to FuchsiaDevice
1449d8da8 : Remove redundant function set_voice_sub_id
1d97b1ffa : Resolve the conflict with aosp/1878149
4d54c2f16 : Revert "Resolve the conflict with aosp/1878149"
147119203 : Test 5G NSA for multiple PDNs MO/MT SMS
af225f62e : Adding NR cell config for 5G NSA tests
bf09f5f5a : Merging LteSimulation and LteCaSimulation
8a57ed435 : fix get_my_current_focus_window bug in multiple screens b/205292567
44a766a78 : Resolve the conflict with aosp/1878149
cdcea400d : Correct condition of save_bad_network
2e6b17103 : Moved bootloader related functions to tel_bootloader_utils
2bc7a87f1 : Resolve the conflict with aosp/1878149
82791956d : Moved MMS related functions to tel_message_utils
d236e9980 : Single stream RvRs and additional plotting functionality.
2ce03b507 : Store the control path in a test-specific dir
c157be110 : WWAN and GNSS coex hot start sensitivity test class
35abb76ea : Add Horizontal Accuracy Data From GPStool log
569dc0892 : Refactor/clean-up sl4a related methods in android_device.
f655d8e3f : Update TTFF test procedure for BCM DUT
85948e6f0 : Prevent multiple SL4A managers from being created on same device.
3267bee85 : Moved wait_for_network_service from tel_test_utils to tel_data_utils
d08dfb034 : Resolved the circular import between tel_logging_utils and gnss_test_utils
8602af938 : Add the DoT version of DNS query retransmit test.
dfed2956c : Add 4 cases to cover BRCM testing
3bbb569f9 : Move WiFI specific code to PowerWiFiBaseTest
bc582a4e8 : Solve Type Error on Activation test
e65811ee0 : remvoe unused package and correct tel_loggin_util name
218e38ae1 : Fix import tel_logging_utils for wearable
d962f098d : Moving Cell config outisde of configuration class
e26ef8a58 : Moved QXDM/tcpdump related functions to tel_logging_utils
be59beb6c : Extend Fuchsia combinatorial DHCP tests
019b03f41 : Add WS with Assist and CS with Assist cases
bacd71ed1 : Add L1L5 test and BRCM power state calculation mechanism
ef6eda05e : New test class "TelLiveRilImsKpiTest" is added
f1bbcb0dc : Moved multithread_func related functions to utils.py
05b7c501e : Share cell config logic betwen Lte and Lte CA sims
e6247db4b : Explicitly remove support for class B CA
49f629f1f : Enable FAS for captive portal login
11f83ecff : [ACTS] Modify the test to adopt ranging role concurrency flexible
9d3699d5e : Add "Yes" string to close alert dialog and replace "Got It" by "Got it".
650dbc439 : Fix Python syntax warnings
356b161df : Adding SSHException to iperf client
964eb8044 : Missing argument "self.android_devices" is added back
ca8ed8894 : Added returned value for start_pixellogger_always_on_logging
b2b03a761 : Small changes to read rssi and teardown function.
86d06837f : Fixed the exception "Underlying logger is not initialized"
a5b36b36f : Count CURRENT networks with unique SSIDs
5c1126ae4 : Use fuchsia-release-testing for device images
49e57a916 : Moved functions of SDM logging from tel_test_utils to tel_logging_utils
198d77df6 : Moved SMS related functions from tel_test_utils to tel_message_utils
74c32d420 : Start tcpdump when "iwlan" is contained in the test case name
00dd242e3 : [fuchsia][acts] Fix BtFuchsiaEPTest
c01004918 : Fix failed to validate "Alerts" setting of Saudiarabia
673f50b47 : Add more carriers to cbr compliance test
7ae241c99 : Allowing wait timers to finish before failing tests
e9443cb49 : Adding None check to is_connected
9aa92830f : Handling config files when passed as list
14901b16f : WWAN and GNSS blanking threshold sweep test class
1a6236509 : Add sishichen@ to the owner of acts_test and openwrt_lib
53554bc39 : Always take a snapshot at the end of testing
b4db25922 : Fix the test for private DNS strict mode with invalid DNS hostname
51d7285b8 : New utility file "tel_logging_utils" is added
6f1d490a9 : Add missing parameter "hot_warm_sleep" for ag/15768107
f71452270 : Modify wearable configs and fix typo
282200c54 : Bisect test cases for Ecuador carriers Telefonica and Claro and verify notification sound
719126d32 : Modify wearable btwifi sku WiFi connection flow
d54e801cf : Fixing is_connected to work with some WLAN tests
38ff84ed6 : Add Fuchsia DHCP Duplicate Address Test
b899541be : [fuchsia][wlan] Operating class and SoftAP regression tests.
16868e784 : Expect tests using WPA credential for WPA3 to fail
9c57513e9 : Increase timeout for OTA updates.
be62f66b4 : Fix the typo of the gnss_test_utils.
5bc7315d1 : Expect tests with TKIP and PMF to fail
3c7f7d846 : Create scripts for Wear tether and BtWiFi cases
69b0f2dd4 : Added the attribute to skip disabling always-on modem logger
db071e103 : Add removing benign brcm error logs and check network connection again at teardown_test.
c6337bf74 : Extend Fuchsia DHCP interop tests
90e6d87e5 : Add basic Fuchsia DHCP interop tests
c7d930538 : Run yapf linter through all Fuchsia .py files
6ae7bb1e8 : Allow tests to directly set DHCP config
aa0622395 : Allow to choose root rail in the power tree
e37dc084f : Passing a measurement name to PowerMonitor
0f5b02a0f : Adding data traffic RB sweep tests
457dbddbe : Optional sleeep time before a bits measurement
01590c39f : Allow ul and dl power to be indicated with an int
1e2b9bcb3 : Remove erroneous break after resolving DAD for DUT
7035d6632 : Adding parameter sweep test suites for MAC padding
c5f1dfd4e : Create iperf client by default for WLAN perf tests
3d14c11e7 : [fuchsia][wlan] Add type annotations.
c06a3ba22 : Update Fuchsia wlan test interface name
59462f08c : Wait for DAD to resolve before testing
ffd448cc3 : Adding parameter sweep test suits
6073de318 : Allow to set class-level parameters
462448a38 : Update Netgear AP code to simultaneously set channel and bandwidth.
6ebf7ef70 : Allow to set earfcn as a cell paramter
ae2782d6c : Consolidate Lte setup methods for 1CC and CA
fe072598f : Max MCS setting can now be selected per cell
f59d97cc9 : Replace TBS setting with MAC padding
b4e8f34a6 : Fixing typo causing index out of bands
7d5c707ed : Obtain simulation parameters from json file
157010c03 : Use sim parameter dictionaries instead of lists
73aa9cab9 : Ensure all ACTS unit-tests are run
0c687e71b : Created plot_graph common function.
1a717dde8 : Make MacOS runs less noisy
cb72ca1fc : Add TelLabGFTVoWiFiTest test cases: rove in/out, hand in/out
040074b0b : Add TelLabGFTVoWifiTest.py with new uuid
9c03fdf34 : Add fallback for WLAN interface MAC address
f0d30b241 : [fuchsia][wlan] Test channel switches.
f44ba1a21 : Add 5 minute semi-automated audio quality test
d1912e4db : ToggleWlanInterfaceStressTest
6a7bdfe38 : Add TelLabGFTAirplandeModeTest test cases
53805c602 : Fix create_virtualenv.sh for MacOS Bash
0c6c3d00a : [fuchsia][wlan] Decode SSID as UTF-8
bdc3171b0 : Connect and modify util for install the given app before the tests.
ede88d486 : [fuchsia][wlan] Fix wlan_lib is_connected method.
7b726f1fc : Add BRCM GNSS error message and crash detection.
d4eb021fe : add TelLabGFTVoWiFiTest test cases
fe79df117 : Fix: certain dependencies not being installed by setup.py when 'install' cmd is overridden
9ba4bdb47 : This script will help test the A2DP Max range with BLE advertisement.
5f7f05495 : Update HTTP version of Minicircuits attenuator controller.
3f1578c4d : Add resilience to Fuchsia mDNS lookup
0ddd1347f : Add new OWNERS for Fuchsia
5bcc6463a : Enable ACTS to verify and detect notification alerts.
ac59e4263 : [acts][netpolicy] Add OWNERS for Network Policy
82afdab0c : [acts][fuchsia] Remove owner to resolve merge conflict
7e8271575 : [acts][fuchsia] Remove owner to resolve merge conflict
05688e8bb : This script will help to find BLE Max range.
417b6af6d : Update comments and remove unused LabTtffCellCoexTest.py
f5d945516 : [acts][fuchsia] Remove owner to resolve merge conflict
85423ba11 : [fuchsia][wlan] Use sta_addr instead of mac_addr for QueryIfaceResponse
9a05ed846 : Refactoring 5G utils
f55c0953f : Code optimization for better logs
571d9300d : GNSS General Coex TTFF/FFPE
e6f086d03 : Add TestTracker UUID to the DNSTest.py cases
e8a48a0c0 : Adds control to ap dtim period
cc205e8a5 : Update the function is_screen_lock_enabled() due to obsolescence.
fea0b62a5 : Single chain WiFi performance testing on BRCM based devices
1b951012d : Add Wifi TX power check tests.
9bfdfa326 : Fix GSS7000 Multi-constellation Power Control Issue
450ddbc2c : Update constant name for b/198226249
dbbb01d6f : Add Fuchsia RFCOMM Lib
ddb92058b : refresh_droid_config() exits when no subscription info
094e24d89 : Adding util for sideload radio and sideloading before the tests.
4e407500a : add TelLabGFTDSDS test cases
c561a5ced : This script will help to test A2DP Max range along with BLE scan.
1e12deb8a : Moved commonly used A2DPRangetest function to A2dpBaseTest.
d28280e06 : Handle OS errors when creating symlink to 'latest' logs
b15ea05d9 : Add test coverage to DnsOverHttps
af28d471b : Create test for mDNS
68d976da8 : BT metrics update
a0d40bbe9 : Get the whole string of app version for given apk.
77c946608 : Add retry option in set_atten method.
a529c438c : If a telnet command is retried, return the output of the retried run instead of the original.
b012f26ef : Revert "BT metrics update"
016b8656a : Creates Cmx 500 controller with XLAPI Part 1
60f9d09f3 : Added generic apk installation function
7d4941466 : BT metrics update
d4d62fc96 : Fix 5G throughput test fail in Nsa5gDataTest.
53fc2d45e : Correct verification for lte data
984786663 : Fix data plot error at Wifi power traffic tests
8dcea5892 : Added opt_params to default value (None) for the backward compatibility
a57b91d31 : Formatted the Bokeh plot X-axis to H:M:S:MS format,Which will helps in analyze the issue
aa8b3022f : Fix: Iperf3 command timed out.
d29ced910 : Logging version info of installed apk in install function.
4d058c816 : disable vibration check for wea alerts for version 11
ff987116b : Remove the use of getInterfaceInfo
339bffc77 : Run all PREUPLOAD in virtualenv
ad6608913 : Adding util for getting the version of given apk.
61056f50e : Fix: Fail to power off SIM slot, sim_state=NOT_READY.
cdb283a28 : Fuchsia flashing backoff
d825b304d : Fix bug where monsoon info not updated
116354499 : Fix UI wording compatibility for mainline test
1ca8fa84d : Skip data check and option for skip configure wifi interface when test with OpenWrt.
11dc757c7 : Enables negative regulatory region testing.
f407b4ea2 : Import RAT_5G
4080c5dc8 : Add HFP Client API to BtCmdLineTest
2243e0e80 : Refactored Nsa5gDSDSDDSSwitchTest.
3d56ee17b : Skip 2G/3G tests on Verizon sim for O6/R4 devices.
fe07b43a5 : Fix missing ')' in tel_voice_utils.py
2c1615677 : Add Retry option to telnet attenuator.
549bf21d4 : Bug: 195323295 Add RCS provisioning, capability and unregistration test Test: tested locally Change-Id: I02c37ef087ac2c86038c1943b779273b7fd95636
1baba41b4 : Match method signatures for get_atten and set_atten across AttenuatorInstrument implementations.
743cc192e : Merge "Match method signatures for get_atten and set_atten across AttenuatorInstrument implementations."
7e4b21fd1 : Adding 51 5G NSA MMWAVE test cases for different testing scenarios
557ea2e63 : fixed tel_test_utils.py is_volte_available() fixed TelLabGFTInOutSerivceTest.py test_ID_1_1_5_ims_on_off
e2ae6e69d : 5 new SS related test cases are added into class TelLiveVoiceConfTest.
2a3aeb730 : Do not fail when DUT_VERSION is not accessible
f943081ae : Remove the process ttff function to prevent searching the wrong line of location report.
dc6d88536 : Cherry-pick "Add retry feature to attenuators and improve WiFi test robustness." to AOSP
504f59686 : Cherry-pick "Add retry feature to attenuators and improve WiFi test robustness." to sc-dev-plus-aosp
f51348a32 : Add the chre only test and refine the function logic.
2ee5abda3 : Fix formatting of utils.py
e4ca82c60 : Update ipsec_xauth ipsec_hybird for OpenWrt
f30dfa767 : Update stale comment on get_device
0721a9086 : Broaden the checks of the FuchsiaDevice during FlashTest
d9de5aaf8 : Add remount to adb call
528ac987f : New test cases related to simple DSDS WFC call are added
9a88106d3 : Adding util for installing native Message app.
4c80ebd69 : Adding util function for enable/disable pSIM/eSIM SUB.
4132f2a2f : Create test for captive portal with openwrt
a69bf7085 : New test class "TelLiveRilDataKpiTest" is added
097de89c2 : Added possible exception from acts job library to FlashTest
6444b4e74 : Changed the bridge name of the ap and updated some RvR code
37550ce6b : Remove unused imports from FlashTest
4edbbf9fc : Report version of Fuchsia DUT after flashing
47e405b17 : [BtFuchsiaEPTest] Update to run avrcp v2 component
dc6084552 : Update TTFF with random interval
6ae7b6a89 : Fix brcm logs parsing error when PixelLogger doesn't zip logs.
1236340cd : Add 'pynacl' to ACTS dependencies.
07704823b : [asus_axe11000_ap] Controller for 6GHz AP.
1ed29b009 : Adding util function for getting subId.
6d9638a97 : Adding screenshot util to check the data icon while verifying 5G override network type.
ccd9534a4 : New test cases related to enabling/disabling SIM are added
7f97a1b17 : Migrates tests to work with wlandevicemonitor.
a3210d50e : Latest in fuchsia flashing changed to look at second latest build
64d60838f : Fix typo in config_parser error message
3e2c16a80 : Add BRCM GNSS Power Save Mode engaged rate test.
f1467e7c1 : Fix: AttributeError: 'TelLiveSmsTest' object has no attribute 'message_lengths'.
3529f4169 : Fix: Met SyntaxError while importing test class TelLiveSmsTest.
2e22e09e1 : Add Cellular preference option for verizon test.
819bc7b7a : Remove unused parameters from old legacy pixel.
3ce4e450f : [WifiHiddenSSID6eTest] Hidden 6e tests.
52e86d3c6 : [OWNERS] Add owner to asus controller.
2703a5479 : Updated the the fuchsia Flash test to do 3 retries in case of fail
8335ea958 : Fix: Will meet TypeError while doing the tests which in TelLiveStressDataTest via MH.
0177e6a61 : Added pause between turning on airplane mode and enabling wifi
0bc4b77ac : 24 new test cases are added into class Nsa5gDSDSMessageTest.
8d40b88a8 : 24 new test cases are added into class Nsa5gDSDSMessageTest.
ebbdb2955 : Raise the timeout to boot into fastboot
3f37bc7c3 : Updated the timeout and adding more logging
0d0667d46 : Verify if set_rssi was successful.
4373e1a29 : Removing not from 5G NSA MMS Test
74e35f94b : 32 new test cases are added into class Nsa5gDSDSMessageTest.
0a0f6f37b : Refactored TelLiveGFTDSDSMessageTest
6b632374a : Modify BT a2dp tests to support dual chain
c4be33a96 : Fix Typo in imports
fdef306b2 : Refactored Nsa5gDSDSMessageTest
0067feb70 : Adding 5 regions for CBR carrier compliance test
45c21e3f9 : Minor changes for bt bqr metrics collection
db96c1012 : Expose more plotting options
aef3a90df : Correct the NameError in install_dialer_apk().
860dc5fcc : Addd 4 new test cases and iteration functions for TelLiveStressDataTest.
b46579b02 : Modify scripts for wearable projects.
fb6dec4f2 : Init netstack facade in configure_wlan
a21cbdbba : Add util for installing Dialer app.
e03b736b5 : Added the ability to flash fuchsia devices from ACTS
d9c2d8d8f : Add outputs of GPS_Version and SensorHub_Version for Broadcom.
8091a374d : Set Attenuation to min in set up class.
34ffa58d0 : Reconfigure netstack after reboot
3b16a10a7 : [WifiApConcurrency6eTest] 6e tests for Ap + Ap.
42332e087 : [WifiStaConcurrencyNetworkRequestTest] Re-factor code for 11ax.
442abbf61 : Add MCS6 to Wifi OTA Sensitivity Tests.
f4451f3d7 : Make log zipping thread-safe
85087a7cf : [DO NOT MERGE] fix imports for tel voice test
b9890e3cc : Support South Korea carriers
77ddd5da4 : Use RPC call to enable/disable mobile data and airplane mode. Refactor if statement when flashing new nadio.
93e4af399 : Fix wrong log for Data Browsing test
25d5f2678 : Import shutil
3bedf21e4 : Refactored 2 DSDS WFC SS test classes
faabb02b9 : Remove 'zip_log' check for zipping QXDM logs
37b2a7568 : Update BRCM mcs stats parsing to support different tx and rx modes.
bcffe574a : add wifi status check at GFTInOutBaseTest.py
a3343ff6d : 24 new test cases are added into class Nsa5gDSDSSupplementaryServiceTest
8c0b16736 : Zip QXDM file folder.
cdade302d : Add extra wait time after setting attenuation
2bd400c7e : Use a more stable method to check a2dp
31a139854 : Exception handling of IMS conference call is added
231c7ae32 : Update numpy version for Python 3.6
62c0bb9e7 : Update Netgear RAX120 controller.
645884a22 : Added new test cases into the test class Nsa5gDSDSVoiceTest
cb25f9a13 : Adding Send/Receive CBR alert test for 26 regions
2e84f7049 : Temporarily disable framework import unit test due to permission error.
42d483193 : Separating MOMT MMS for 8 differents scenarios in Nsa5gMmsTest.py
443b7abe7 : Revert "Revert "[DO NOT MERGE] Create standard DNS query Test am: ce94769082""
2b3db74f1 : Separating MOMT SMS from 3 different scenarios.
d4d102d6d : Remove 4 duplicate test cases in Nsa5gSmsTest.py
611af4f7f : Revert "Revert "[DO NOT MERGE] Create standard DNS query Test am: ce94769082""
1e011d2f7 : fix import error
605791f23 : Modify imported function from is_current_network_5g_nsa_for_subscription to is_current_network_5g_for_subscription
481eccdc9 : New test class for 5G NSA "Nsa5gDsdsSupplementaryServiceTest" is added
06cd002a0 : Revert "Revert "[DO NOT MERGE] Create standard DNS query Test am: ce94769082""
d3d894f52 : [DO NOT MERGE]Change network_const value to tuple to pervent b/183076328. am: 4f773746d6
7189c75e0 : [DO NOT MERGE]Change network_const value to tuple to pervent b/183076328. am: 4f773746d6
b440c17ed : [DO NOT MERGE]Fix b/183077091 missing wan6 in dhcp config am: d81af7f87e
ac03da5f0 : [DO NOT MERGE]Fix b/183077091 missing wan6 in dhcp config am: d81af7f87e
296b0c268 : Revert "Revert "[DO NOT MERGE] Create standard DNS query Test am: ce94769082""
1b61ec60b : [DO NOT MERGE]Create Test case for dhcpv6 prefer option am: 1da77eb45c
92f298d7f : [DO NOT MERGE]Create Test case for dhcpv6 prefer option am: 1da77eb45c
8110985bf : Reduce the local number of old QXDM log files stored on the device
214f4d501 : Add direction parameter to hfp_new_call command.
e0c91bf47 : Add set connection behavior command.
b0f48ce8c : Read firmware version in RAXE500 ap controller.
e52d77274 : Always enable debug logs in attenuator_lib._tnhelper._TNHelper.cmd
44f77d447 : Cherry-pick "Always enable debug logs in attenuator_lib._tnhelper._TNHelper.cmd" from AOSP
822ecb83b : Remove RIL log for concurrency tests.
36ad765b6 : Remove the duplicate test case, test_5g_nsa_browsing.
a2ecd03d9 : Add MCS stats in ping tests and fix bug in Throughput stability
29231371b : Update BRCM MCS stats parsing to include 11n and 11ac stats.
f927cd54f : Added new functions to check if 5G network is attached
5344e40f9 : Add Cellular preference option for verizon
e0fdfd2e7 : add more test cases for TelLabGFTInOutServiceTest and TelLabGFTVoWifiTest
f81a7bf06 : New feature to set up phone on 5G network at non-DDS slot
fb8dabb58 : Adding support for SDM logger
2fbc88c33 : Add GNSS Lab TTFF FFPE with Cellular Coex Test and Stand alone Case
9754d387f : Remove 6GHz transmit power from RAXE500 configuration.
ed09691b0 : Adding 6 conference call test cases in Nsa5gDSDSWfcSupplementaryServiceTest.py
34600b9ca : Add 5G NSA mmWave activation test cases
e3143913b : New test class for 5G NSA "Nsa5gDSDSVoiceTest" is added
4318720ec : Fix bugs in WiFi OTA RSSI tests.
1c8648c64 : Fix the wrong interval for AGPS test.
9b471f109 : Change check skip condition implementation in wifi utils.
86c4996f8 : Refactor SoftApTest
1baba09db : Add WLAN interface attributes to FuchsiaDevice
a63c99d08 : Added 5G NSA call forwarding and call waiting series of test cases
4028d658d : Adding 5 multi-party test cases in Nsa5gDSDSWfcSupplementaryServiceTest.py
842119b91 : Fix bugs in minicircuits attenuator HTTP-based controller.
c6dc96493 : Typo Error: replaced ad with ads
13a6897c0 : Rename Nsa5gDsdsMessageTest to Nsa5gDSDSMessageTest.
29414e1af : Revert "Toggle on VoLTE in phone_setup_iwlan"
55350a4eb : [DO NOT MERGE]Change network_const value to tuple to pervent b/183076328. am: 4f773746d6
029a32f9e : Fix bug in bokeh figure.
e0b30694f : Update BokehFigure to allow multiple hover data lines.
62a0f4207 : Add WiFi 6E ping tests.
d37ed73a3 : Fix a bug in wifi rssi utility.
93914f205 : _pre_setup_dds_and_rat is added to support DSDS initial condition setting.
2c6477730 : [DO NOT MERGE]Fix b/183077091 missing wan6 in dhcp config am: d81af7f87e
5cc385df6 : [DO NOT MERGE]Create Test case for dhcpv6 prefer option am: 1da77eb45c
15edf16fe : Revert "[DO NOT MERGE] Create standard DNS query Test am: ce94769082"
f49a3281b : Revert "Merge "[DO NOT MERGE] Create standard DNS query Test" am..."
107703655 : Revert "resolve merge conflicts of 66cf667925eedf25e1787e5ca3b3617b259507c3 to sc-dev-plus-aosp"
697b2dbe1 : Adding 1 call waiting/hod/swap test case in TelLiveGFTDSDSWfcSupplementaryServiceTest.py
2b729ec0b : Save wifi platform in dut config to simplify device specific utils.
e71c65eba : Fix bug in RSSI tests.
95362db9d : Specify correct interface to monitor during rvr tests.
d70470c45 : Revert "Fix command separator for telnet attenuator commands."
2dd25f6c6 : Revert "Fix command separator for telnet attenuator commands."
0959bedb1 : Add new test class for NSA DSDS DDS Switch part.
de308b91d : Linting and disconnected setting.
02de5584e : Fixed incorrect indentation in tel_voice_conf_utils._merge_ims_conference_call
fa934940f : Adding 5 CFU test cases in TelLiveGFTDSDSWfcSupplementaryServiceTest.py
554e39a85 : Adding new test class for NSA 5G DSDS WFC SS part.
d3e0b698b : Fix command separator for telnet attenuator commands.
ce9476908 : [DO NOT MERGE] Create standard DNS query Test
480a4a458 : Refactored tel_sms_utils and tel_mms_utils
a943a2618 : Update peer to peer tests.
fe359a237 : Merge changes I0b515dae,I16caf454,Iab2eb314,Ie373d202 into sc-dev am: 63dfe18903
75c0635d8 : Enhance PixelLogger process by stopping service instead of killing it
7cccfc1f2 : Fix a minor bug in WifiThroughputStability Tests.
decce50f0 : Update skip condition checks in WiFi tests.
72cdc89fb : Update WifiThroughputStabilityTest.
b245c7147 : To fix the coding error for retail AP Netgear R7000NA.
241fdc007 : Fix bug in Wifi Throughput Stability Test.
862706439 : Fix a bug in the Netgear RAX200 controller.
df1850614 : Enhance PixelLogger process for QCT project.
9ff891e74 : Revert the change of ag/13981644 to resolve merge conflict
6e6887098 : Add WiFi TDLS RvR test.
b6156de13 : Add support for Netgear RAXE500 AP.
e9073471a : [WifiStaConcurrencyNetworkRequestTest] Adding UUID for the new test.
798b3cd4d : Remove generation of individual metrics.
fc1a597c1 : Changes dtim setting method for wifi power test
3d4b96503 : Reset WiFi at beginning of RvR test instead of only turning it on.
f99dbee0e : Reset WiFi at beginning of RvR test instead of only turning it on.
a82f81361 : Fix the indentation errors and re-formatting the code with yapf
347daa449 : Add EEcoexer related functions
16bb20056 : Add test for list_devices
59716e979 : Fixes stdout bug.
1da3498ca : Adds a free form command execution method.
060c62f3b : Adds --vm_file flag to export_as_csv when a vm_file is available.
6c3943b00 : Refactor wifi performance utils.
df41dd052 : [WifiWpa2PersonalTest] Add UUID to 6 test cases.
ba73bbea5 : [WifiWpa2PersonalTest] Add WifiWpa2PersonalTest
f8b8d88ed : Expose bits export as CSV functionality
d4397c457 : [WifiStaApConcurrencyTest] Add UUID
192a0ccce : New test case test_wifi_connection_hidden_2g_softap_2G_to_softap_5g
c8daf5bf8 : [WifiStaConcurrencyNetworkRequestTest] Fix for channels
aebc8b2d2 : [WifiNetworkSuggestionTest] Fix for network suggestion passpoint tests
6597673be : Put devices to sleep after WiFi performance tests.
c02c74a4c : Check for connectivity in WiFi throughput stability tests.
5483ccad0 : Automatically kill zombie iperf servers blocking intended iperf port.
dcbc25fbf : Disable sniffer when controller cannot be initialized.
5ebb55276 : Properly set UDP bitrates in WiFi throughput stability tests.
ecbef60f9 : Uses the hz parameter from measurement_args to configure the sampling rate in bits.
672accd91 : [CaptivePortalTest] Fix for test flake
24337812e : [WifiPasspointTest] Fix for UI automator
662ee127a : Improved robustness in ping and sensitivity tests.
348295fd4 : Add hover text to OTA RvR plots.
41661f1dc : Enable WiFi testing with screen on.
45e586489 : Update link layer stats for BRCM wifi devices.
5b5321958 : Link layer stats for BRCM WiFi devices.
5b8696ebe : Increase ping interval when diagnosing telnet connections.
f40aeaeff : Integrates Bits to connectivity power tests
ea830022d : Add channel/band dependent starting attenuations for RvR tests.
3960b0492 : Add retry feature to attenuators and improve WiFi test robustness.
d4caf3559 : Add Telephony Stress Test Metric collector.
737521a05 : [WifiEnterpriseRoamingTest] Re-factor to reduce test flake
ecbd9f9f6 : Adding logic to compute percentiles from power data.
5e397733b : Minor fixes.
1f396089a : Fix bug in BRCM RSSI polling.
01fccae45 : Fix bug in getting software signature for BRCM devices.
30305f244 : Move skip condition evaluation up in test logic.
fd5e0188c : [WifiWpaPersonalTest] Add UUID to WifiWpaPersonalTest
cd04d2210 : Fix bug in WiFi RvR test
5b663486b : [WifiWpaPersonalTest] Add WifiWpaPersonalTest
3d64e4657 : Allows tests to post partial data.
66ed63631 : Add ability to run RvR tests with screen on.
ab1898674 : Fix bug in validating skip conditions.
c0e771a70 : Fix bug in Wifi Rvr.
73e4a73b1 : Fix bug in BRCM Ref AP.
69893cbdc : Only add --disk_space_saver if there are kibbles.
cbb2cc30a : Add skip condition checks to all wifi performance tests.
01ec1dc4f : Formatting monsoon-like output.
c1014a9c7 : Merge "Remove install_requires packages from acts_tests/setup.py"
7b80b098b : Moves state from bits_client into bits controller.
c4dd0cc2e : Integrate BRCM reference AP and add support for 6 GHz WiFi tests.
ab2d165e8 : SoftAp test on channel 13
dfa972c5b : Setup MultiCountry code test on Protocols test

+- Project: platform/tools/test/graphicsbenchmark

ede3065 : Stop calling super.<> methods which are empty
3067b7d : [DO NOT MERGE] Stop calling super.<> methods
cacc11c : Stop calling super.<> methods which are empty
b7c4e71 : Filter on $(OUT_DIR)/ not out/
2bee1b7 : Non-module target.
689ea55 : Remove unnecessary usage of repackaged.android.test.base
3d5d6df : Convert java/Android.mk to Android.bp
797cf88 : Convert sample_app/Android.mk to Android.bp

+- Project: platform/tools/test/mobly_snippets

35ac112 : Fix package name for GFT snippets
49ca376 : Initial upload for GFT Mobly snippets
17f3877 : Initial empty repository

+- Project: platform/tools/treble

96d4541 : Allow inferred merge configs.
230bbd7 : Copy vendor otatools.zip to destination folder
5b94ece : Add configuration parameter to ignore paths from module-info file
57efc1c : Add argument for skipping radio.img
d87e2c9 : Prevents the UnknownApiNameOrVersion error
08514c3 : Updates repack_gki.py for ABI XML rename and lack of 5.15 boot.img.
3d2b04f : Set RBE exec strategy to racing.
ba8987a : Support for running multiple commands in build_android_target.sh.
3cd2d4c : Export env vars before lunching and building.
feba270 : Replace 'import mock' with unittest.mock.
45ebb74 : Enforces gsi_* prefix when fetching gsi artifacts.
c9802b3 : Include vmlinux in the fetched kernel artifacts.
45940bd : build_android_sandboxed.py to allow multiple --readonly_bind_mount
3cf56a2 : Create repack_gki, a standalone tool for repacking GKI images.
96cc20c : Update sample config.xml file to use 64-bit aosp_cf_x86_64_phone.
7f797aa : Allows build flags in addition to build goals.
8a3b1e2 : Suppress really long commands

+- Project: platform/tools/trebuchet

09f6f07 : Update ftrace parser for kernel 5.15 changes
ad1e70c : Update ftrace parser for kernel 5.15 changes
060dea1 : Revert^2 "Fix usage of minBy to unblock Kotlin 1.5 upgrade"
95e2b60 : Revert "Fix usage of minBy to unblock Kotlin 1.5 upgrade"
f371422 : Revert "Fix usage of minBy to unblock Kotlin 1.5 upgrade"
e189320 : Revert "Fix usage of minBy to unblock Kotlin 1.5 upgrade"